<$codeblock code={{!!filter}}/>
''<$count filter={{!!filter}}/>'' (total)
<$list filter={{!!filter}}>
</$list>
.mc-search-box button svg {
fill: lightgray;
}
.mc-search-box button:hover svg {
fill: gray;
}
.mc-search-box input[type=search] {
background-color: white;
padding: 5px 5px;
border: 2px solid lightblue;
border-radius: 3px;
}
.mc-search-box input[type=search]:hover {
border: 2px solid dodgerblue;
}
.mc-search-box ::placeholder {
color: darkgray;
}
/* ====================
MAIN
====================*/
body.tc-body {
/*background-color: white;*/
}
.mc-main-page-container {
display: flex;
}
.mc-main-page-section {
flex-grow: 1;
padding: 10px;
border: 1px solid lightblue;
margin-right: 10px;
border-radius: 5px;
background-color: hsl(207, 77%, 98%);
}
.mc-tip-icon svg {
width: 1em;
height: 1em;
}
.mc-count-block {
float: right;
color: dodgerblue;
font-weight: bold;
}
/* ====================
NEW BANNER
====================*/
.mc-new-banner {
padding: 5px 10px;
background-color: honeydew;
border: 2px solid green;
border-radius: 3px;
}
.mc-new-banner-icon svg {
width: 1.2em;
height: 1.2em;
vertical-align: middle;
}
\define input-search(
state-tiddler: "$:/state/macro/input-search/keyword",
size,
placeholder: "Search for.."
element-tag: "span",
class,
style
)
<$element-tag$ class="$class$" style="white-space: nowrap;$style$">
<$edit-text
tiddler="$state-tiddler$"
tag="input"
type="search"
placeholder="$placeholder$"
size="$size$"
/>
<$reveal
state="$state-tiddler$"
type="nomatch"
text=""
>
<$button
set="$state-tiddler$"
setTo=""
class="tc-btn-invisible"
>
{{$:/core/images/close-button}}
</$button>
</$reveal>
</$element-tag$>
\end
\define droppable-image-actions()
<$action-listops $tiddler="$:/_morosanuae/util/batch-export/images-list" $field="text" $subfilter=<<actionTiddler>>/>
\end
\define popup-state-tiddler()
$:/state/popup/$(image)$
\end
\define remove-image()
-[[$(image)$]]
\end
<style>
.tc-droppable {
display: inline-block;
background-color: lightcyan;
padding-left: 5px;
padding-bottom: 5px;
border-radius: 3px;
border: 1px solid lightblue;
min-height: 170px;
min-width: 240px;
max-width: 240px;
color: black;
}
.tc-droppable button svg {
width: 2em;
height: 2em;
}
.tc-droppable button {
padding: 3px 0;
}
.mc-btn-selected {
border: 2px solid red;
}
</style>
<span style="text-shadow: none;">''Note:'' Selected images will be exported as a JSON file named "tiddlers.json" that you can drag'n'drop into your wiki.</span>
<$tiddler tiddler="$:/_morosanuae/util/batch-export">
<$droppable
actions=<<droppable-image-actions>>
>
<$list filter={{!!export_filter}}
variable="image"
emptyMessage="Drag your images here.."
>
<$button
popup=<<popup-state-tiddler>>
selectedClass="mc-btn-selected"
style="background-color: white; padding: 2px 5px; margin-top: 5px;"
>
<$transclude tiddler=<<image>>/>
</$button>
<$reveal
type="popup"
state=<<popup-state-tiddler>>
text="show"
style="background-color: white; padding: 0 5px; border: 1px solid lightgray; border-radius: 2px;"
>
<$tiddler tiddler=<<image>>>
<$button
actions="""<$action-listops $tiddler="$:/_morosanuae/util/batch-export/images-list" $field="text" $subfilter=<<remove-image>>/>"""
class="tc-btn-invisible"
>
@@color: red; ''x''@@ @@font-size: 0.8em; remove: ''{{!!caption}}''@@
</$button>
</$tiddler>
</$reveal>
</$list>
</$droppable>
<$button
actions="""
<$action-sendmessage
$message="tm-download-file"
$param="$:/core/templates/exporters/JsonFile"
exportFilter={{!!export_filter}}
filename=tiddlers.json>>
/>
<$action-deletetiddler
$tiddler=<<qualify "$:/state/popup/export">>
/>
"""
selectedClass="tc-selected"
style="padding: 10px;margin-top: 10px;"
>
{{$:/images/fa5/solid/file-export}} ''Export''
</$button>
<$button
style="padding: 10px;margin-top: 10px;"
actions="""<$action-listops $tiddler="$:/_morosanuae/util/batch-export/images-list" $field="text" $filter=[[]]/>"""
>
{{$:/images/fa5/solid/trash-alt}} ''Clear''
</$button>
</$tiddler>
[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]] -[[$:/_morosanuae/util/batch-export/images-list]]
{
"tiddlers": {
"$:/Acknowledgements": {
"title": "$:/Acknowledgements",
"text": "TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\n"
},
"$:/core/copyright.txt": {
"title": "$:/core/copyright.txt",
"type": "text/plain",
"text": "TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright (c) 2004-2007, Jeremy Ruston\nCopyright (c) 2007-2018, UnaMesa Association\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
},
"$:/core/icon": {
"title": "$:/core/icon",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M64 0l54.56 32v64L64 128 9.44 96V32L64 0zm21.127 95.408c-3.578-.103-5.15-.094-6.974-3.152l-1.42.042c-1.653-.075-.964-.04-2.067-.097-1.844-.07-1.548-1.86-1.873-2.8-.52-3.202.687-6.43.65-9.632-.014-1.14-1.593-5.17-2.157-6.61-1.768.34-3.546.406-5.34.497-4.134-.01-8.24-.527-12.317-1.183-.8 3.35-3.16 8.036-1.21 11.44 2.37 3.52 4.03 4.495 6.61 4.707 2.572.212 3.16 3.18 2.53 4.242-.55.73-1.52.864-2.346 1.04l-1.65.08c-1.296-.046-2.455-.404-3.61-.955-1.93-1.097-3.925-3.383-5.406-5.024.345.658.55 1.938.24 2.53-.878 1.27-4.665 1.26-6.4.47-1.97-.89-6.73-7.162-7.468-11.86 1.96-3.78 4.812-7.07 6.255-11.186-3.146-2.05-4.83-5.384-4.61-9.16l.08-.44c-3.097.59-1.49.37-4.82.628-10.608-.032-19.935-7.37-14.68-18.774.34-.673.664-1.287 1.243-.994.466.237.4 1.18.166 2.227-3.005 13.627 11.67 13.732 20.69 11.21.89-.25 2.67-1.936 3.905-2.495 2.016-.91 4.205-1.282 6.376-1.55 5.4-.63 11.893 2.276 15.19 2.37 3.3.096 7.99-.805 10.87-.615 2.09.098 4.143.483 6.16 1.03 1.306-6.49 1.4-11.27 4.492-12.38 1.814.293 3.213 2.818 4.25 4.167 2.112-.086 4.12.46 6.115 1.066 3.61-.522 6.642-2.593 9.833-4.203-3.234 2.69-3.673 7.075-3.303 11.127.138 2.103-.444 4.386-1.164 6.54-1.348 3.507-3.95 7.204-6.97 7.014-1.14-.036-1.805-.695-2.653-1.4-.164 1.427-.81 2.7-1.434 3.96-1.44 2.797-5.203 4.03-8.687 7.016-3.484 2.985 1.114 13.65 2.23 15.594 1.114 1.94 4.226 2.652 3.02 4.406-.37.58-.936.785-1.54 1.01l-.82.11zm-40.097-8.85l.553.14c.694-.27 2.09.15 2.83.353-1.363-1.31-3.417-3.24-4.897-4.46-.485-1.47-.278-2.96-.174-4.46l.02-.123c-.582 1.205-1.322 2.376-1.72 3.645-.465 1.71 2.07 3.557 3.052 4.615l.336.3z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/add-comment": {
"title": "$:/core/images/add-comment",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-add-comment tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M56 56H36a8 8 0 1 0 0 16h20v20a8 8 0 1 0 16 0V72h20a8 8 0 1 0 0-16H72V36a8 8 0 1 0-16 0v20zm-12.595 58.362c-6.683 7.659-20.297 12.903-36.006 12.903-2.196 0-4.35-.102-6.451-.3 9.652-3.836 17.356-12.24 21.01-22.874C8.516 94.28 0 79.734 0 63.5 0 33.953 28.206 10 63 10s63 23.953 63 53.5S97.794 117 63 117c-6.841 0-13.428-.926-19.595-2.638z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/advanced-search-button": {
"title": "$:/core/images/advanced-search-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-advanced-search-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M74.5651535,87.9848361 C66.9581537,93.0488876 57.8237115,96 48,96 C21.490332,96 0,74.509668 0,48 C0,21.490332 21.490332,0 48,0 C74.509668,0 96,21.490332 96,48 C96,57.8541369 93.0305793,67.0147285 87.9377231,74.6357895 L122.284919,108.982985 C125.978897,112.676963 125.973757,118.65366 122.284271,122.343146 C118.593975,126.033442 112.613238,126.032921 108.92411,122.343793 L74.5651535,87.9848361 Z M48,80 C65.673112,80 80,65.673112 80,48 C80,30.326888 65.673112,16 48,16 C30.326888,16 16,30.326888 16,48 C16,65.673112 30.326888,80 48,80 Z\"></path>\n <circle cx=\"48\" cy=\"48\" r=\"8\"></circle>\n <circle cx=\"28\" cy=\"48\" r=\"8\"></circle>\n <circle cx=\"68\" cy=\"48\" r=\"8\"></circle>\n </g>\n</svg>"
},
"$:/core/images/auto-height": {
"title": "$:/core/images/auto-height",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-auto-height tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M67.9867828,114.356363 L67.9579626,99.8785426 C67.9550688,98.4248183 67.1636987,97.087107 65.8909901,96.3845863 L49.9251455,87.5716209 L47.992126,95.0735397 L79.8995411,95.0735397 C84.1215894,95.0735397 85.4638131,89.3810359 81.686497,87.4948823 L49.7971476,71.5713518 L48.0101917,79.1500092 L79.992126,79.1500092 C84.2093753,79.1500092 85.5558421,73.4676733 81.7869993,71.5753162 L49.805065,55.517008 L48.0101916,63.0917009 L79.9921259,63.0917015 C84.2035118,63.0917016 85.5551434,57.4217887 81.7966702,55.5218807 L65.7625147,47.4166161 L67.9579705,50.9864368 L67.9579705,35.6148245 L77.1715737,44.8284272 C78.7336709,46.3905243 81.2663308,46.3905243 82.8284279,44.8284271 C84.390525,43.2663299 84.390525,40.7336699 82.8284278,39.1715728 L66.8284271,23.1715728 C65.2663299,21.6094757 62.73367,21.6094757 61.1715729,23.1715729 L45.1715729,39.1715729 C43.6094757,40.73367 43.6094757,43.26633 45.1715729,44.8284271 C46.73367,46.3905243 49.26633,46.3905243 50.8284271,44.8284271 L59.9579705,35.6988837 L59.9579705,50.9864368 C59.9579705,52.495201 60.806922,53.8755997 62.1534263,54.5562576 L78.1875818,62.6615223 L79.9921261,55.0917015 L48.0101917,55.0917009 C43.7929424,55.0917008 42.4464755,60.7740368 46.2153183,62.6663939 L78.1972526,78.7247021 L79.992126,71.1500092 L48.0101917,71.1500092 C43.7881433,71.1500092 42.4459197,76.842513 46.2232358,78.7286665 L78.1125852,94.6521971 L79.8995411,87.0735397 L47.992126,87.0735397 C43.8588276,87.0735397 42.4404876,92.5780219 46.0591064,94.5754586 L62.024951,103.388424 L59.9579785,99.8944677 L59.9867142,114.32986 L50.8284271,105.171573 C49.26633,103.609476 46.73367,103.609476 45.1715729,105.171573 C43.6094757,106.73367 43.6094757,109.26633 45.1715729,110.828427 L61.1715729,126.828427 C62.73367,128.390524 65.2663299,128.390524 66.8284271,126.828427 L82.8284278,110.828427 C84.390525,109.26633 84.390525,106.73367 82.8284279,105.171573 C81.2663308,103.609476 78.7336709,103.609476 77.1715737,105.171573 L67.9867828,114.356363 L67.9867828,114.356363 Z M16,20 L112,20 C114.209139,20 116,18.209139 116,16 C116,13.790861 114.209139,12 112,12 L16,12 C13.790861,12 12,13.790861 12,16 C12,18.209139 13.790861,20 16,20 L16,20 Z\"></path>\n</svg>"
},
"$:/core/images/blank": {
"title": "$:/core/images/blank",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-blank tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"></svg>"
},
"$:/core/images/bold": {
"title": "$:/core/images/bold",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-bold tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M41.1456583,51.8095238 L41.1456583,21.8711485 L67.4985994,21.8711485 C70.0084159,21.8711485 72.4285598,22.0802967 74.7591036,22.4985994 C77.0896475,22.9169022 79.1512515,23.6638602 80.9439776,24.7394958 C82.7367036,25.8151314 84.170863,27.3090474 85.2464986,29.2212885 C86.3221342,31.1335296 86.859944,33.5835518 86.859944,36.5714286 C86.859944,41.9496067 85.2465147,45.8337882 82.0196078,48.2240896 C78.792701,50.614391 74.6694929,51.8095238 69.6498599,51.8095238 L41.1456583,51.8095238 Z M13,0 L13,128 L75.0280112,128 C80.7647346,128 86.3519803,127.28292 91.789916,125.848739 C97.2278517,124.414559 102.068139,122.203563 106.310924,119.215686 C110.553709,116.22781 113.929959,112.373506 116.439776,107.652661 C118.949592,102.931816 120.204482,97.3445701 120.204482,90.8907563 C120.204482,82.8832466 118.262391,76.0411115 114.378151,70.3641457 C110.493911,64.6871798 104.607883,60.7133634 96.719888,58.442577 C102.456611,55.6937304 106.788968,52.1680887 109.717087,47.8655462 C112.645206,43.5630037 114.109244,38.1849062 114.109244,31.7310924 C114.109244,25.7553389 113.123259,20.7357813 111.151261,16.6722689 C109.179262,12.6087565 106.400578,9.35201972 102.815126,6.90196078 C99.2296739,4.45190185 94.927196,2.68908101 89.907563,1.61344538 C84.8879301,0.537809748 79.3305627,0 73.2352941,0 L13,0 Z M41.1456583,106.128852 L41.1456583,70.9915966 L71.8011204,70.9915966 C77.896389,70.9915966 82.7964334,72.3958776 86.5014006,75.2044818 C90.2063677,78.0130859 92.0588235,82.7039821 92.0588235,89.2773109 C92.0588235,92.6237329 91.4911355,95.3725383 90.3557423,97.5238095 C89.2203491,99.6750808 87.6965548,101.378145 85.7843137,102.633053 C83.8720726,103.887961 81.661077,104.784311 79.1512605,105.322129 C76.641444,105.859947 74.0121519,106.128852 71.2633053,106.128852 L41.1456583,106.128852 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/cancel-button": {
"title": "$:/core/images/cancel-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-cancel-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n\t<g fill-rule=\"evenodd\">\n\t <path d=\"M64,76.3137085 L47.0294734,93.2842351 C43.9038742,96.4098343 38.8399231,96.4084656 35.7157288,93.2842712 C32.5978915,90.166434 32.5915506,85.0947409 35.7157649,81.9705266 L52.6862915,65 L35.7157649,48.0294734 C32.5901657,44.9038742 32.5915344,39.8399231 35.7157288,36.7157288 C38.833566,33.5978915 43.9052591,33.5915506 47.0294734,36.7157649 L64,53.6862915 L80.9705266,36.7157649 C84.0961258,33.5901657 89.1600769,33.5915344 92.2842712,36.7157288 C95.4021085,39.833566 95.4084494,44.9052591 92.2842351,48.0294734 L75.3137085,65 L92.2842351,81.9705266 C95.4098343,85.0961258 95.4084656,90.1600769 92.2842712,93.2842712 C89.166434,96.4021085 84.0947409,96.4084494 80.9705266,93.2842351 L64,76.3137085 Z M64,129 C99.346224,129 128,100.346224 128,65 C128,29.653776 99.346224,1 64,1 C28.653776,1 1.13686838e-13,29.653776 1.13686838e-13,65 C1.13686838e-13,100.346224 28.653776,129 64,129 Z M64,113 C90.509668,113 112,91.509668 112,65 C112,38.490332 90.509668,17 64,17 C37.490332,17 16,38.490332 16,65 C16,91.509668 37.490332,113 64,113 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-down": {
"title": "$:/core/images/chevron-down",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-down tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\" transform=\"translate(64.000000, 40.500000) rotate(-270.000000) translate(-64.000000, -40.500000) translate(-22.500000, -26.500000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/chevron-left": {
"title": "$:/core/images/chevron-left",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-left tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\" version=\"1.1\">\n <g fill-rule=\"evenodd\" transform=\"translate(92.500000, 64.000000) rotate(-180.000000) translate(-92.500000, -64.000000) translate(6.000000, -3.000000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-right": {
"title": "$:/core/images/chevron-right",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-right tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\" transform=\"translate(-48.000000, -3.000000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-up": {
"title": "$:/core/images/chevron-up",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-up tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\" transform=\"translate(64.000000, 89.500000) rotate(-90.000000) translate(-64.000000, -89.500000) translate(-22.500000, 22.500000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/clone-button": {
"title": "$:/core/images/clone-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-clone-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M32.2650915,96 L32.2650915,120.002359 C32.2650915,124.419334 35.8432884,128 40.2627323,128 L120.002359,128 C124.419334,128 128,124.421803 128,120.002359 L128,40.2627323 C128,35.8457573 124.421803,32.2650915 120.002359,32.2650915 L96,32.2650915 L96,48 L108.858899,48 C110.519357,48 111.853018,49.3405131 111.853018,50.9941198 L111.853018,108.858899 C111.853018,110.519357 110.512505,111.853018 108.858899,111.853018 L50.9941198,111.853018 C49.333661,111.853018 48,110.512505 48,108.858899 L48,96 L32.2650915,96 Z\"></path>\n <path d=\"M40,56 L32.0070969,56 C27.5881712,56 24,52.418278 24,48 C24,43.5907123 27.5848994,40 32.0070969,40 L40,40 L40,32.0070969 C40,27.5881712 43.581722,24 48,24 C52.4092877,24 56,27.5848994 56,32.0070969 L56,40 L63.9929031,40 C68.4118288,40 72,43.581722 72,48 C72,52.4092877 68.4151006,56 63.9929031,56 L56,56 L56,63.9929031 C56,68.4118288 52.418278,72 48,72 C43.5907123,72 40,68.4151006 40,63.9929031 L40,56 Z M7.9992458,0 C3.58138434,0 0,3.5881049 0,7.9992458 L0,88.0007542 C0,92.4186157 3.5881049,96 7.9992458,96 L88.0007542,96 C92.4186157,96 96,92.4118951 96,88.0007542 L96,7.9992458 C96,3.58138434 92.4118951,0 88.0007542,0 L7.9992458,0 Z M19.0010118,16 C17.3435988,16 16,17.336731 16,19.0010118 L16,76.9989882 C16,78.6564012 17.336731,80 19.0010118,80 L76.9989882,80 C78.6564012,80 80,78.663269 80,76.9989882 L80,19.0010118 C80,17.3435988 78.663269,16 76.9989882,16 L19.0010118,16 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/close-all-button": {
"title": "$:/core/images/close-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-close-all-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\" transform=\"translate(-23.000000, -23.000000)\">\n <path d=\"M43,131 L22.9976794,131 C18.5827987,131 15,127.418278 15,123 C15,118.590712 18.5806831,115 22.9976794,115 L43,115 L43,94.9976794 C43,90.5827987 46.581722,87 51,87 C55.4092877,87 59,90.5806831 59,94.9976794 L59,115 L79.0023206,115 C83.4172013,115 87,118.581722 87,123 C87,127.409288 83.4193169,131 79.0023206,131 L59,131 L59,151.002321 C59,155.417201 55.418278,159 51,159 C46.5907123,159 43,155.419317 43,151.002321 L43,131 Z\" transform=\"translate(51.000000, 123.000000) rotate(-45.000000) translate(-51.000000, -123.000000) \"></path>\n <path d=\"M43,59 L22.9976794,59 C18.5827987,59 15,55.418278 15,51 C15,46.5907123 18.5806831,43 22.9976794,43 L43,43 L43,22.9976794 C43,18.5827987 46.581722,15 51,15 C55.4092877,15 59,18.5806831 59,22.9976794 L59,43 L79.0023206,43 C83.4172013,43 87,46.581722 87,51 C87,55.4092877 83.4193169,59 79.0023206,59 L59,59 L59,79.0023206 C59,83.4172013 55.418278,87 51,87 C46.5907123,87 43,83.4193169 43,79.0023206 L43,59 Z\" transform=\"translate(51.000000, 51.000000) rotate(-45.000000) translate(-51.000000, -51.000000) \"></path>\n <path d=\"M115,59 L94.9976794,59 C90.5827987,59 87,55.418278 87,51 C87,46.5907123 90.5806831,43 94.9976794,43 L115,43 L115,22.9976794 C115,18.5827987 118.581722,15 123,15 C127.409288,15 131,18.5806831 131,22.9976794 L131,43 L151.002321,43 C155.417201,43 159,46.581722 159,51 C159,55.4092877 155.419317,59 151.002321,59 L131,59 L131,79.0023206 C131,83.4172013 127.418278,87 123,87 C118.590712,87 115,83.4193169 115,79.0023206 L115,59 Z\" transform=\"translate(123.000000, 51.000000) rotate(-45.000000) translate(-123.000000, -51.000000) \"></path>\n <path d=\"M115,131 L94.9976794,131 C90.5827987,131 87,127.418278 87,123 C87,118.590712 90.5806831,115 94.9976794,115 L115,115 L115,94.9976794 C115,90.5827987 118.581722,87 123,87 C127.409288,87 131,90.5806831 131,94.9976794 L131,115 L151.002321,115 C155.417201,115 159,118.581722 159,123 C159,127.409288 155.419317,131 151.002321,131 L131,131 L131,151.002321 C131,155.417201 127.418278,159 123,159 C118.590712,159 115,155.419317 115,151.002321 L115,131 Z\" transform=\"translate(123.000000, 123.000000) rotate(-45.000000) translate(-123.000000, -123.000000) \"></path>\n </g>\n</svg>"
},
"$:/core/images/close-button": {
"title": "$:/core/images/close-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-close-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M65.0864256,75.4091629 L14.9727349,125.522854 C11.8515951,128.643993 6.78104858,128.64922 3.65685425,125.525026 C0.539017023,122.407189 0.5336324,117.334539 3.65902635,114.209145 L53.7727171,64.0954544 L3.65902635,13.9817637 C0.537886594,10.8606239 0.532659916,5.79007744 3.65685425,2.6658831 C6.77469148,-0.451954124 11.8473409,-0.457338747 14.9727349,2.66805521 L65.0864256,52.7817459 L115.200116,2.66805521 C118.321256,-0.453084553 123.391803,-0.458311231 126.515997,2.6658831 C129.633834,5.78372033 129.639219,10.8563698 126.513825,13.9817637 L76.4001341,64.0954544 L126.513825,114.209145 C129.634965,117.330285 129.640191,122.400831 126.515997,125.525026 C123.39816,128.642863 118.32551,128.648248 115.200116,125.522854 L65.0864256,75.4091629 L65.0864256,75.4091629 Z\"></path>\n </g>\n</svg>\n"
},
"$:/core/images/close-others-button": {
"title": "$:/core/images/close-others-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-close-others-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z M64,96 C81.673112,96 96,81.673112 96,64 C96,46.326888 81.673112,32 64,32 C46.326888,32 32,46.326888 32,64 C32,81.673112 46.326888,96 64,96 Z M64,80 C72.836556,80 80,72.836556 80,64 C80,55.163444 72.836556,48 64,48 C55.163444,48 48,55.163444 48,64 C48,72.836556 55.163444,80 64,80 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/copy-clipboard": {
"title": "$:/core/images/copy-clipboard",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-copy-clipboard tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\">\n\t\t<rect x=\"40\" y=\"40\" width=\"33\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"82\" width=\"17\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"54\" width=\"17\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"96\" width=\"33\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"68\" width=\"12\" height=\"8\" rx=\"4\"></rect>\n\t\t<path d=\"M40,16 L23.9992458,16 C19.5813843,16 16,19.5907123 16,24 C16,24.0016363 16.0000005,24.0032725 16.0000015,24.0049086 C16.0000005,24.0065441 16,24.0081803 16,24.0098166 L16,119.990183 C16,119.99182 16.0000005,119.993456 16.0000015,119.995092 C16.0000005,119.996727 16,119.998364 16,120 C16,124.409288 19.5813843,128 23.9992458,128 L104.000754,128 C106.205061,128 108.203844,127.105595 109.652065,125.659342 C111.102424,124.21251 112,122.214511 112,120.007595 L112,103.992405 C112,99.5776607 108.418278,96 104,96 C99.5907123,96 96,99.5783218 96,103.992405 L96,112 L32,112 L32,32 L96,32 L96,40.0075946 C96,44.4223393 99.581722,48 104,48 C108.409288,48 112,44.4216782 112,40.0075946 L112,23.9924054 C112,21.7851587 111.104671,19.7871591 109.657101,18.3409203 C108.203844,16.8944047 106.205061,16 104.000754,16 L88,16 C88,11.5907123 84.4151006,8 79.9929031,8 L48.0070969,8 C43.5881712,8 40,11.581722 40,16 Z M44,14.9958262 C44,12.7889923 45.7964248,11 48.0000255,11 L79.9999745,11 C82.2091276,11 84,12.7965212 84,14.9958262 L84,19.0041738 C84,21.2110077 82.2035752,23 79.9999745,23 L48.0000255,23 C45.7908724,23 44,21.2034788 44,19.0041738 L44,14.9958262 Z\"></path>\n\t\t<rect x=\"62\" y=\"64\" width=\"66\" height=\"16\" rx=\"8\"></rect>\n\t\t<path d=\"M60.6568542,85.6568542 L76.6568542,69.6568543 L65.3431458,69.6568542 L81.3431458,85.6568542 C84.4673401,88.7810486 89.5326599,88.7810486 92.6568542,85.6568542 C95.7810486,82.5326599 95.7810486,77.4673401 92.6568542,74.3431458 L76.6568542,58.3431458 C73.5326599,55.2189514 68.4673401,55.2189514 65.3431458,58.3431457 L49.3431458,74.3431457 C46.2189514,77.4673401 46.2189514,82.5326599 49.3431457,85.6568542 C52.4673401,88.7810486 57.5326599,88.7810486 60.6568542,85.6568542 L60.6568542,85.6568542 Z\" transform=\"translate(71.000000, 72.000000) rotate(-90.000000) translate(-71.000000, -72.000000) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/delete-button": {
"title": "$:/core/images/delete-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-delete-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\" transform=\"translate(12.000000, 0.000000)\">\n <rect x=\"0\" y=\"11\" width=\"105\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"28\" y=\"0\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"8\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"8\" y=\"112\" width=\"88\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"80\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"56\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"32\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n </g>\n</svg>"
},
"$:/core/images/done-button": {
"title": "$:/core/images/done-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-done-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M3.52445141,76.8322939 C2.07397484,75.3828178 1.17514421,73.3795385 1.17514421,71.1666288 L1.17514421,23.1836596 C1.17514421,18.7531992 4.75686621,15.1751442 9.17514421,15.1751442 C13.5844319,15.1751442 17.1751442,18.7606787 17.1751442,23.1836596 L17.1751442,63.1751442 L119.173716,63.1751442 C123.590457,63.1751442 127.175144,66.7568662 127.175144,71.1751442 C127.175144,75.5844319 123.592783,79.1751442 119.173716,79.1751442 L9.17657227,79.1751442 C6.96796403,79.1751442 4.9674142,78.279521 3.51911285,76.8315312 Z\" id=\"Rectangle-285\" transform=\"translate(64.175144, 47.175144) rotate(-45.000000) translate(-64.175144, -47.175144) \"></path>\n </g>\n</svg>"
},
"$:/core/images/down-arrow": {
"title": "$:/core/images/down-arrow",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-down-arrow tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <path d=\"M109.35638,81.3533152 C107.923899,82.7869182 105.94502,83.6751442 103.759224,83.6751442 L24.5910645,83.6751442 C20.225873,83.6751442 16.6751442,80.1307318 16.6751442,75.7584775 C16.6751442,71.3951199 20.2192225,67.8418109 24.5910645,67.8418109 L95.8418109,67.8418109 L95.8418109,-3.40893546 C95.8418109,-7.77412698 99.3862233,-11.3248558 103.758478,-11.3248558 C108.121835,-11.3248558 111.675144,-7.78077754 111.675144,-3.40893546 L111.675144,75.7592239 C111.675144,77.9416955 110.789142,79.9205745 109.356651,81.3538862 Z\" transform=\"translate(64.175144, 36.175144) rotate(45.000000) translate(-64.175144, -36.175144) \"></path>\n</svg>"
},
"$:/core/images/download-button": {
"title": "$:/core/images/download-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-download-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path class=\"tc-image-download-button-ring\" d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z\"/><path d=\"M34.3496823,66.4308767 L61.2415823,93.634668 C63.0411536,95.4551107 65.9588502,95.4551107 67.7584215,93.634668 L94.6503215,66.4308767 C96.4498928,64.610434 96.4498928,61.6588981 94.6503215,59.8384554 C93.7861334,58.9642445 92.6140473,58.4731195 91.3919019,58.4731195 L82.9324098,58.4731195 C80.3874318,58.4731195 78.3243078,56.3860674 78.3243078,53.8115729 L78.3243078,38.6615466 C78.3243078,36.0870521 76.2611837,34 73.7162058,34 L55.283798,34 C52.7388201,34 50.675696,36.0870521 50.675696,38.6615466 L50.675696,38.6615466 L50.675696,53.8115729 C50.675696,56.3860674 48.612572,58.4731195 46.0675941,58.4731195 L37.608102,58.4731195 C35.063124,58.4731195 33,60.5601716 33,63.134666 C33,64.3709859 33.4854943,65.5566658 34.3496823,66.4308767 L34.3496823,66.4308767 Z\"/></g></svg>"
},
"$:/core/images/edit-button": {
"title": "$:/core/images/edit-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-edit-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M116.870058,45.3431458 L108.870058,45.3431458 L108.870058,45.3431458 L108.870058,61.3431458 L116.870058,61.3431458 L116.870058,45.3431458 Z M124.870058,45.3431458 L127.649881,45.3431458 C132.066101,45.3431458 135.656854,48.9248678 135.656854,53.3431458 C135.656854,57.7524334 132.07201,61.3431458 127.649881,61.3431458 L124.870058,61.3431458 L124.870058,45.3431458 Z M100.870058,45.3431458 L15.6638275,45.3431458 C15.5064377,45.3431458 15.3501085,45.3476943 15.1949638,45.3566664 L15.1949638,45.3566664 C15.0628002,45.3477039 14.928279,45.3431458 14.7913977,45.3431458 C6.68160973,45.3431458 -8.34314575,53.3431458 -8.34314575,53.3431458 C-8.34314575,53.3431458 6.85614548,61.3431458 14.7913977,61.3431458 C14.9266533,61.3431458 15.0596543,61.3384973 15.190398,61.3293588 C15.3470529,61.3385075 15.5049057,61.3431458 15.6638275,61.3431458 L100.870058,61.3431458 L100.870058,45.3431458 L100.870058,45.3431458 Z\" transform=\"translate(63.656854, 53.343146) rotate(-45.000000) translate(-63.656854, -53.343146) \"></path>\n <path d=\"M35.1714596,124.189544 C41.9594858,123.613403 49.068777,121.917633 58.85987,118.842282 C60.6854386,118.268877 62.4306907,117.705515 65.1957709,116.802278 C81.1962861,111.575575 87.0734839,109.994907 93.9414474,109.655721 C102.29855,109.242993 107.795169,111.785371 111.520478,118.355045 C112.610163,120.276732 115.051363,120.951203 116.97305,119.861518 C118.894737,118.771832 119.569207,116.330633 118.479522,114.408946 C113.146151,105.003414 104.734907,101.112919 93.5468356,101.66546 C85.6716631,102.054388 79.4899908,103.716944 62.7116783,109.197722 C59.9734132,110.092199 58.2519873,110.64787 56.4625698,111.20992 C37.002649,117.322218 25.6914684,118.282267 16.8654804,112.957098 C14.9739614,111.815848 12.5154166,112.424061 11.3741667,114.31558 C10.2329168,116.207099 10.84113,118.665644 12.7326489,119.806894 C19.0655164,123.627836 26.4866335,124.926678 35.1714596,124.189544 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/erase": {
"title": "$:/core/images/erase",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-erase tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M60.0870401,127.996166 L123.102318,64.980888 C129.636723,58.4464827 129.629513,47.8655877 123.098967,41.3350425 L99.4657866,17.7018617 C92.927448,11.1635231 82.3486358,11.1698163 75.8199411,17.698511 L4.89768189,88.6207702 C-1.63672343,95.1551755 -1.6295126,105.736071 4.90103262,112.266616 L20.6305829,127.996166 L60.0870401,127.996166 Z M25.1375576,120.682546 L10.812569,106.357558 C7.5455063,103.090495 7.54523836,97.793808 10.8048093,94.5342371 L46.2691086,59.0699377 L81.7308914,94.5317205 L55.5800654,120.682546 L25.1375576,120.682546 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/excise": {
"title": "$:/core/images/excise",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-excise tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M56,107.313709 L53.6568542,109.656854 C50.5326599,112.781049 45.4673401,112.781049 42.3431457,109.656854 C39.2189514,106.53266 39.2189514,101.46734 42.3431458,98.3431457 L58.3431458,82.3431457 C61.4673401,79.2189514 66.5326599,79.2189514 69.6568542,82.3431458 L85.6568542,98.3431458 C88.7810486,101.46734 88.7810486,106.53266 85.6568542,109.656854 C82.5326599,112.781049 77.4673401,112.781049 74.3431458,109.656854 L72,107.313708 L72,121.597798 C72,125.133636 68.418278,128 64,128 C59.581722,128 56,125.133636 56,121.597798 L56,107.313709 Z M0,40.0070969 C0,35.5848994 3.59071231,32 8,32 C12.418278,32 16,35.5881712 16,40.0070969 L16,71.9929031 C16,76.4151006 12.4092877,80 8,80 C3.581722,80 0,76.4118288 0,71.9929031 L0,40.0070969 Z M32,40.0070969 C32,35.5848994 35.5907123,32 40,32 C44.418278,32 48,35.5881712 48,40.0070969 L48,71.9929031 C48,76.4151006 44.4092877,80 40,80 C35.581722,80 32,76.4118288 32,71.9929031 L32,40.0070969 Z M80,40.0070969 C80,35.5848994 83.5907123,32 88,32 C92.418278,32 96,35.5881712 96,40.0070969 L96,71.9929031 C96,76.4151006 92.4092877,80 88,80 C83.581722,80 80,76.4118288 80,71.9929031 L80,40.0070969 Z M56,8.00709688 C56,3.58489938 59.5907123,0 64,0 C68.418278,0 72,3.58817117 72,8.00709688 L72,39.9929031 C72,44.4151006 68.4092877,48 64,48 C59.581722,48 56,44.4118288 56,39.9929031 L56,8.00709688 Z M112,40.0070969 C112,35.5848994 115.590712,32 120,32 C124.418278,32 128,35.5881712 128,40.0070969 L128,71.9929031 C128,76.4151006 124.409288,80 120,80 C115.581722,80 112,76.4118288 112,71.9929031 L112,40.0070969 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/export-button": {
"title": "$:/core/images/export-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-export-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00348646,127.999999 C8.00464867,128 8.00581094,128 8.00697327,128 L119.993027,128 C122.205254,128 124.207939,127.101378 125.657096,125.651198 L125.656838,125.65759 C127.104563,124.210109 128,122.21009 128,119.999949 L128,56.0000511 C128,51.5817449 124.409288,48 120,48 C115.581722,48 112,51.5797863 112,56.0000511 L112,112 L16,112 L16,56.0000511 C16,51.5817449 12.4092877,48 8,48 C3.581722,48 7.10542736e-15,51.5797863 7.10542736e-15,56.0000511 L7.10542736e-15,119.999949 C7.10542736e-15,124.418255 3.59071231,128 8,128 C8.00116233,128 8.0023246,128 8.00348681,127.999999 Z M56.6235633,27.3113724 L47.6580188,36.2769169 C44.5333664,39.4015692 39.4634864,39.4061295 36.339292,36.2819351 C33.2214548,33.1640979 33.2173444,28.0901742 36.3443103,24.9632084 L58.9616908,2.34582788 C60.5248533,0.782665335 62.5748436,0.000361191261 64.624516,2.38225238e-14 L64.6193616,0.00151809229 C66.6695374,0.000796251595 68.7211167,0.781508799 70.2854358,2.34582788 L92.9028163,24.9632084 C96.0274686,28.0878607 96.0320289,33.1577408 92.9078345,36.2819351 C89.7899973,39.3997724 84.7160736,39.4038827 81.5891078,36.2769169 L72.6235633,27.3113724 L72.6235633,88.5669606 C72.6235633,92.9781015 69.0418413,96.5662064 64.6235633,96.5662064 C60.2142756,96.5662064 56.6235633,92.984822 56.6235633,88.5669606 L56.6235633,27.3113724 L56.6235633,27.3113724 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/file": {
"title": "$:/core/images/file",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-file tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M111.96811,30.5 L112,30.5 L112,119.999079 C112,124.417866 108.419113,128 104.000754,128 L23.9992458,128 C19.5813843,128 16,124.417687 16,119.999079 L16,8.00092105 C16,3.58213437 19.5808867,0 23.9992458,0 L81,0 L81,0.0201838424 C83.1589869,-0.071534047 85.3482153,0.707077645 86.9982489,2.35711116 L109.625176,24.9840387 C111.151676,26.510538 111.932942,28.4998414 111.96811,30.5 L111.96811,30.5 Z M81,8 L24,8 L24,120 L104,120 L104,30.5 L89.0003461,30.5 C84.5818769,30.5 81,26.9216269 81,22.4996539 L81,8 Z\"></path>\n <rect x=\"32\" y=\"36\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"52\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"68\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"84\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"100\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"20\" width=\"40\" height=\"8\" rx=\"4\"></rect>\n </g>\n</svg>"
},
"$:/core/images/fixed-height": {
"title": "$:/core/images/fixed-height",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fixed-height tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M60,35.6568542 L50.8284271,44.8284271 C49.26633,46.3905243 46.73367,46.3905243 45.1715729,44.8284271 C43.6094757,43.26633 43.6094757,40.73367 45.1715729,39.1715729 L61.1715729,23.1715729 C62.73367,21.6094757 65.2663299,21.6094757 66.8284271,23.1715728 L82.8284278,39.1715728 C84.390525,40.7336699 84.390525,43.2663299 82.8284279,44.8284271 C81.2663308,46.3905243 78.7336709,46.3905243 77.1715737,44.8284272 L68,35.6568539 L68,93.3431461 L77.1715737,84.1715728 C78.7336709,82.6094757 81.2663308,82.6094757 82.8284279,84.1715729 C84.390525,85.7336701 84.390525,88.2663301 82.8284278,89.8284272 L66.8284271,105.828427 C65.2663299,107.390524 62.73367,107.390524 61.1715729,105.828427 L45.1715729,89.8284271 C43.6094757,88.26633 43.6094757,85.73367 45.1715729,84.1715729 C46.73367,82.6094757 49.26633,82.6094757 50.8284271,84.1715729 L60,93.3431458 L60,35.6568542 L60,35.6568542 Z M16,116 L112,116 C114.209139,116 116,114.209139 116,112 C116,109.790861 114.209139,108 112,108 L16,108 C13.790861,108 12,109.790861 12,112 C12,114.209139 13.790861,116 16,116 L16,116 Z M16,20 L112,20 C114.209139,20 116,18.209139 116,16 C116,13.790861 114.209139,12 112,12 L16,12 C13.790861,12 12,13.790861 12,16 C12,18.209139 13.790861,20 16,20 L16,20 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/fold-all-button": {
"title": "$:/core/images/fold-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fold-all tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"64\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M64.0292774,58.6235628 C61.9791013,58.6242848 59.9275217,57.8435723 58.3632024,56.279253 L35.7458219,33.6618725 C32.6211696,30.5372202 32.6166093,25.4673401 35.7408036,22.3431458 C38.8586409,19.2253085 43.9325646,19.2211982 47.0595304,22.348164 L64.0250749,39.3137085 L80.9906194,22.348164 C84.1152717,19.2235117 89.1851518,19.2189514 92.3093461,22.3431458 C95.4271834,25.460983 95.4312937,30.5349067 92.3043279,33.6618725 L69.6869474,56.279253 C68.1237851,57.8424153 66.0737951,58.6247195 64.0241231,58.6250809 Z\" transform=\"translate(64.024316, 39.313708) scale(1, -1) translate(-64.024316, -39.313708) \"></path>\n <path d=\"M64.0292774,123.621227 C61.9791013,123.621949 59.9275217,122.841236 58.3632024,121.276917 L35.7458219,98.6595365 C32.6211696,95.5348842 32.6166093,90.4650041 35.7408036,87.3408098 C38.8586409,84.2229725 43.9325646,84.2188622 47.0595304,87.345828 L64.0250749,104.311373 L80.9906194,87.345828 C84.1152717,84.2211757 89.1851518,84.2166154 92.3093461,87.3408098 C95.4271834,90.458647 95.4312937,95.5325707 92.3043279,98.6595365 L69.6869474,121.276917 C68.1237851,122.840079 66.0737951,123.622383 64.0241231,123.622745 Z\" transform=\"translate(64.024316, 104.311372) scale(1, -1) translate(-64.024316, -104.311372) \"></path>\n </g>\n</svg>"
},
"$:/core/images/fold-button": {
"title": "$:/core/images/fold-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fold tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M64.0292774,63.6235628 C61.9791013,63.6242848 59.9275217,62.8435723 58.3632024,61.279253 L35.7458219,38.6618725 C32.6211696,35.5372202 32.6166093,30.4673401 35.7408036,27.3431458 C38.8586409,24.2253085 43.9325646,24.2211982 47.0595304,27.348164 L64.0250749,44.3137085 L80.9906194,27.348164 C84.1152717,24.2235117 89.1851518,24.2189514 92.3093461,27.3431458 C95.4271834,30.460983 95.4312937,35.5349067 92.3043279,38.6618725 L69.6869474,61.279253 C68.1237851,62.8424153 66.0737951,63.6247195 64.0241231,63.6250809 Z\" transform=\"translate(64.024316, 44.313708) scale(1, -1) translate(-64.024316, -44.313708) \"></path>\n <path d=\"M64.0049614,105.998482 C61.9547853,105.999204 59.9032057,105.218491 58.3388864,103.654172 L35.7215059,81.0367916 C32.5968535,77.9121393 32.5922933,72.8422592 35.7164876,69.7180649 C38.8343248,66.6002276 43.9082485,66.5961173 47.0352144,69.7230831 L64.0007589,86.6886276 L80.9663034,69.7230831 C84.0909557,66.5984308 89.1608358,66.5938705 92.2850301,69.7180649 C95.4028673,72.8359021 95.4069777,77.9098258 92.2800119,81.0367916 L69.6626314,103.654172 C68.099469,105.217334 66.0494791,105.999639 63.999807,106 Z\" transform=\"translate(64.000000, 86.688628) scale(1, -1) translate(-64.000000, -86.688628) \"></path>\n </g>\n</svg>"
},
"$:/core/images/fold-others-button": {
"title": "$:/core/images/fold-others-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fold-others tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"56.0314331\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M101.657101,104.948818 C100.207918,103.498614 98.2051847,102.599976 95.9929031,102.599976 L72,102.599976 L72,78.6070725 C72,76.3964271 71.1036108,74.3936927 69.6545293,72.9441002 L69.6571005,72.9488183 C68.2079177,71.4986143 66.2051847,70.5999756 63.9929031,70.5999756 L32.0070969,70.5999756 C27.5881712,70.5999756 24,74.1816976 24,78.5999756 C24,83.0092633 27.5848994,86.5999756 32.0070969,86.5999756 L56,86.5999756 L56,110.592879 C56,112.803524 56.8963895,114.806259 58.3454713,116.255852 L58.3429,116.251133 C59.7920828,117.701337 61.7948156,118.599976 64.0070969,118.599976 L88,118.599976 L88,142.592879 C88,147.011804 91.581722,150.599976 96,150.599976 C100.409288,150.599976 104,147.015076 104,142.592879 L104,110.607072 C104,108.396427 103.103611,106.393693 101.654529,104.9441 Z\" transform=\"translate(64.000000, 110.599976) rotate(-45.000000) translate(-64.000000, -110.599976) \"></path>\n <path d=\"M101.725643,11.7488671 C100.27646,10.2986632 98.2737272,9.40002441 96.0614456,9.40002441 L72.0685425,9.40002441 L72.0685425,-14.5928787 C72.0685425,-16.8035241 71.1721533,-18.8062584 69.7230718,-20.255851 L69.725643,-20.2511329 C68.2764602,-21.7013368 66.2737272,-22.5999756 64.0614456,-22.5999756 L32.0756394,-22.5999756 C27.6567137,-22.5999756 24.0685425,-19.0182536 24.0685425,-14.5999756 C24.0685425,-10.1906879 27.6534419,-6.59997559 32.0756394,-6.59997559 L56.0685425,-6.59997559 L56.0685425,17.3929275 C56.0685425,19.6035732 56.964932,21.6063078 58.4140138,23.0559004 L58.4114425,23.0511823 C59.8606253,24.5013859 61.8633581,25.4000244 64.0756394,25.4000244 L88.0685425,25.4000244 L88.0685425,49.3929275 C88.0685425,53.8118532 91.6502645,57.4000244 96.0685425,57.4000244 C100.47783,57.4000244 104.068542,53.815125 104.068542,49.3929275 L104.068542,17.4071213 C104.068542,15.1964759 103.172153,13.1937416 101.723072,11.744149 Z\" transform=\"translate(64.068542, 17.400024) scale(1, -1) rotate(-45.000000) translate(-64.068542, -17.400024) \"></path>\n </g>\n</svg>"
},
"$:/core/images/folder": {
"title": "$:/core/images/folder",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-folder tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M55.6943257,128.000004 L7.99859666,128.000004 C3.5810937,128.000004 0,124.413822 0,119.996384 L0,48.0036243 C0,43.5833471 3.58387508,40.0000044 7.99859666,40.0000044 L16,40.0000044 L16,31.9999914 C16,27.5817181 19.5783731,24 24.0003461,24 L55.9996539,24 C60.4181231,24 64,27.5800761 64,31.9999914 L64,40.0000044 L104.001403,40.0000044 C108.418906,40.0000044 112,43.5861868 112,48.0036243 L112,59.8298353 L104,59.7475921 L104,51.9994189 C104,49.7887607 102.207895,48.0000044 99.9972215,48.0000044 L56,48.0000044 L56,36.0000255 C56,33.7898932 54.2072328,32 51.9957423,32 L28.0042577,32 C25.7890275,32 24,33.7908724 24,36.0000255 L24,48.0000044 L12.0027785,48.0000044 C9.78987688,48.0000044 8,49.7906032 8,51.9994189 L8,116.00059 C8,118.211248 9.79210499,120.000004 12.0027785,120.000004 L58.7630167,120.000004 L55.6943257,128.000004 L55.6943257,128.000004 Z\"></path>\n <path d=\"M23.8728955,55.5 L119.875702,55.5 C124.293205,55.5 126.87957,59.5532655 125.650111,64.5630007 L112.305967,118.936999 C111.077582,123.942356 106.497904,128 102.083183,128 L6.08037597,128 C1.66287302,128 -0.923492342,123.946735 0.305967145,118.936999 L13.650111,64.5630007 C14.878496,59.5576436 19.4581739,55.5 23.8728955,55.5 L23.8728955,55.5 L23.8728955,55.5 Z M25.6530124,64 L113.647455,64 C115.858129,64 117.151473,66.0930612 116.538306,68.6662267 L105.417772,115.333773 C104.803671,117.910859 102.515967,120 100.303066,120 L12.3086228,120 C10.0979492,120 8.8046054,117.906939 9.41777189,115.333773 L20.5383062,68.6662267 C21.1524069,66.0891409 23.4401107,64 25.6530124,64 L25.6530124,64 L25.6530124,64 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/full-screen-button": {
"title": "$:/core/images/full-screen-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-full-screen-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g>\n <g>\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(104.000000, 104.000000) rotate(-180.000000) translate(-104.000000, -104.000000) translate(80.000000, 80.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(24.000000, 104.000000) rotate(-90.000000) translate(-24.000000, -104.000000) translate(0.000000, 80.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(104.000000, 24.000000) rotate(90.000000) translate(-104.000000, -24.000000) translate(80.000000, 0.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n </g>\n</svg>"
},
"$:/core/images/github": {
"title": "$:/core/images/github",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-github tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M63.9383506,1.60695328 C28.6017227,1.60695328 -0.055756057,30.2970814 -0.055756057,65.6906208 C-0.055756057,94.003092 18.2804728,118.019715 43.7123154,126.493393 C46.9143781,127.083482 48.0812647,125.104717 48.0812647,123.405261 C48.0812647,121.886765 48.02626,117.85449 47.9948287,112.508284 C30.1929317,116.379268 26.4368926,103.916587 26.4368926,103.916587 C23.5255693,96.5129372 19.3294921,94.5420399 19.3294921,94.5420399 C13.5186324,90.5687739 19.7695302,90.6474524 19.7695302,90.6474524 C26.1933001,91.099854 29.5721638,97.2525155 29.5721638,97.2525155 C35.2808718,107.044059 44.5531024,104.215566 48.1991321,102.575118 C48.7806109,98.4366275 50.4346826,95.612068 52.2616263,94.0109598 C38.0507543,92.3941159 23.1091047,86.8944862 23.1091047,62.3389152 C23.1091047,55.3443933 25.6039634,49.6205298 29.6978889,45.1437211 C29.0378318,43.5229433 26.8415704,37.0044266 30.3265147,28.1845627 C30.3265147,28.1845627 35.6973364,26.4615028 47.9241083,34.7542205 C53.027764,33.330139 58.5046663,32.6220321 63.9462084,32.5944947 C69.3838216,32.6220321 74.856795,33.330139 79.9683085,34.7542205 C92.1872225,26.4615028 97.5501864,28.1845627 97.5501864,28.1845627 C101.042989,37.0044266 98.8467271,43.5229433 98.190599,45.1437211 C102.292382,49.6205298 104.767596,55.3443933 104.767596,62.3389152 C104.767596,86.9574291 89.8023734,92.3744463 75.5482834,93.9598188 C77.8427675,95.9385839 79.8897303,99.8489072 79.8897303,105.828476 C79.8897303,114.392635 79.8111521,121.304544 79.8111521,123.405261 C79.8111521,125.120453 80.966252,127.114954 84.2115327,126.489459 C109.623731,117.996111 127.944244,93.9952241 127.944244,65.6906208 C127.944244,30.2970814 99.2867652,1.60695328 63.9383506,1.60695328\"></path>\n </g>\n </svg>\n"
},
"$:/core/images/gitter": {
"title": "$:/core/images/gitter",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-gitter tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 18 25\">\n <rect x=\"15\" y=\"5\" width=\"2\" height=\"10\"></rect>\n <rect x=\"10\" y=\"5\" width=\"2\" height=\"20\"></rect>\n <rect x=\"5\" y=\"5\" width=\"2\" height=\"20\"></rect>\n <rect width=\"2\" height=\"15\"></rect>\n</svg>\n"
},
"$:/core/images/globe": {
"title": "$:/core/images/globe",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-globe tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M72.8111354,37.1275855 C72.8111354,37.9789875 72.8111354,38.8303894 72.8111354,39.6817913 C72.8111354,41.8784743 73.7885604,46.5631866 72.8111354,48.5143758 C71.3445471,51.4420595 68.1617327,52.0543531 66.4170946,54.3812641 C65.2352215,55.9575873 61.7987417,64.9821523 62.7262858,67.3005778 C66.6959269,77.2228204 74.26087,70.4881886 80.6887657,76.594328 C81.5527211,77.415037 83.5758191,78.8666631 83.985137,79.8899578 C87.2742852,88.1128283 76.4086873,94.8989524 87.7419325,106.189751 C88.9872885,107.430443 91.555495,102.372895 91.8205061,101.575869 C92.6726866,99.0129203 98.5458765,96.1267309 100.908882,94.5234439 C102.928056,93.1534443 105.782168,91.8557166 107.236936,89.7775886 C109.507391,86.5342557 108.717505,82.2640435 110.334606,79.0328716 C112.473794,74.7585014 114.163418,69.3979002 116.332726,65.0674086 C120.230862,57.2857361 121.054075,67.1596684 121.400359,67.5059523 C121.757734,67.8633269 122.411167,67.5059523 122.916571,67.5059523 C123.011132,67.5059523 124.364019,67.6048489 124.432783,67.5059523 C125.0832,66.5705216 123.390209,49.5852316 123.114531,48.2089091 C121.710578,41.1996597 116.17083,32.4278331 111.249523,27.7092761 C104.975994,21.6942076 104.160516,11.5121686 92.9912146,12.7547535 C92.7872931,12.7774397 87.906794,22.9027026 85.2136766,26.2672064 C81.486311,30.9237934 82.7434931,22.1144904 78.6876623,22.1144904 C78.6065806,22.1144904 77.5045497,22.0107615 77.4353971,22.1144904 C76.8488637,22.9942905 75.9952305,26.0101404 75.1288269,26.5311533 C74.8635477,26.6906793 73.4071369,26.2924966 73.2826811,26.5311533 C71.0401728,30.8313939 81.5394677,28.7427264 79.075427,34.482926 C76.7225098,39.9642538 72.747373,32.4860199 72.747373,43.0434079\"></path>\n <path d=\"M44.4668556,7.01044608 C54.151517,13.1403033 45.1489715,19.2084878 47.1611905,23.2253896 C48.8157833,26.5283781 51.4021933,28.6198851 48.8753629,33.038878 C46.8123257,36.6467763 42.0052989,37.0050492 39.251679,39.7621111 C36.2115749,42.8060154 33.7884281,48.7028116 32.4624592,52.6732691 C30.8452419,57.5158356 47.0088721,59.5388126 44.5246867,63.6811917 C43.1386839,65.9923513 37.7785192,65.1466282 36.0880227,63.8791519 C34.9234453,63.0059918 32.4946425,63.3331166 31.6713597,62.0997342 C29.0575851,58.1839669 29.4107339,54.0758543 28.0457962,49.9707786 C27.1076833,47.1493864 21.732611,47.8501656 20.2022714,49.3776393 C19.6790362,49.8998948 19.8723378,51.1703278 19.8723378,51.8829111 C19.8723378,57.1682405 26.9914913,55.1986414 26.9914913,58.3421973 C26.9914913,72.9792302 30.9191897,64.8771867 38.1313873,69.6793121 C48.1678018,76.3618966 45.9763926,76.981595 53.0777543,84.0829567 C56.7511941,87.7563965 60.8192437,87.7689005 62.503478,93.3767069 C64.1046972,98.7081071 53.1759798,98.7157031 50.786754,100.825053 C49.663965,101.816317 47.9736094,104.970571 46.5680513,105.439676 C44.7757187,106.037867 43.334221,105.93607 41.6242359,107.219093 C39.1967302,109.040481 37.7241465,112.151588 37.6034934,112.030935 C35.4555278,109.88297 34.0848666,96.5511248 33.7147244,93.7726273 C33.1258872,89.3524817 28.1241923,88.2337027 26.7275443,84.7420826 C25.1572737,80.8164061 28.2518481,75.223612 25.599097,70.9819941 C19.0797019,60.557804 13.7775712,56.4811506 10.2493953,44.6896152 C9.3074899,41.5416683 13.5912267,38.1609942 15.1264825,35.8570308 C17.0029359,33.0410312 17.7876232,30.0028946 19.8723378,27.2224065 C22.146793,24.1888519 40.8551166,9.46076832 43.8574051,8.63490613 L44.4668556,7.01044608 Z\"></path>\n <path d=\"M64,126 C98.2416545,126 126,98.2416545 126,64 C126,29.7583455 98.2416545,2 64,2 C29.7583455,2 2,29.7583455 2,64 C2,98.2416545 29.7583455,126 64,126 Z M64,120 C94.927946,120 120,94.927946 120,64 C120,33.072054 94.927946,8 64,8 C33.072054,8 8,33.072054 8,64 C8,94.927946 33.072054,120 64,120 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-1": {
"title": "$:/core/images/heading-1",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-1 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M14,30 L27.25,30 L27.25,60.104 L61.7,60.104 L61.7,30 L74.95,30 L74.95,105.684 L61.7,105.684 L61.7,71.552 L27.25,71.552 L27.25,105.684 L14,105.684 L14,30 Z M84.3350766,43.78 C86.8790893,43.78 89.3523979,43.5680021 91.7550766,43.144 C94.1577553,42.7199979 96.3307336,42.0133383 98.2740766,41.024 C100.21742,40.0346617 101.87807,38.7626744 103.256077,37.208 C104.634084,35.6533256 105.535075,33.7453446 105.959077,31.484 L115.817077,31.484 L115.817077,105.684 L102.567077,105.684 L102.567077,53.32 L84.3350766,53.32 L84.3350766,43.78 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-2": {
"title": "$:/core/images/heading-2",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-2 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M125.519077,105.684 L74.8510766,105.684 C74.9217436,99.5359693 76.4057288,94.1653563 79.3030766,89.572 C82.2004244,84.9786437 86.1577182,80.986017 91.1750766,77.594 C93.5777553,75.8273245 96.0863969,74.113675 98.7010766,72.453 C101.315756,70.792325 103.718399,69.0080095 105.909077,67.1 C108.099754,65.1919905 109.901736,63.1250111 111.315077,60.899 C112.728417,58.6729889 113.47041,56.1113478 113.541077,53.214 C113.541077,51.8713266 113.382078,50.4403409 113.064077,48.921 C112.746075,47.4016591 112.127748,45.9883399 111.209077,44.681 C110.290405,43.3736601 109.018418,42.2783377 107.393077,41.395 C105.767735,40.5116622 103.647756,40.07 101.033077,40.07 C98.6303979,40.07 96.6340846,40.5469952 95.0440766,41.501 C93.4540687,42.4550048 92.1820814,43.762325 91.2280766,45.423 C90.2740719,47.083675 89.5674123,49.0446554 89.1080766,51.306 C88.648741,53.5673446 88.3837436,56.0053203 88.3130766,58.62 L76.2290766,58.62 C76.2290766,54.5213128 76.7767378,50.7230175 77.8720766,47.225 C78.9674154,43.7269825 80.610399,40.7060127 82.8010766,38.162 C84.9917542,35.6179873 87.6593942,33.6216739 90.8040766,32.173 C93.948759,30.7243261 97.6057224,30 101.775077,30 C106.297766,30 110.078395,30.7419926 113.117077,32.226 C116.155758,33.7100074 118.611401,35.5826554 120.484077,37.844 C122.356753,40.1053446 123.681739,42.5609868 124.459077,45.211 C125.236414,47.8610133 125.625077,50.3873213 125.625077,52.79 C125.625077,55.7580148 125.165748,58.4433213 124.247077,60.846 C123.328405,63.2486787 122.091751,65.4569899 120.537077,67.471 C118.982402,69.4850101 117.215753,71.3399915 115.237077,73.036 C113.2584,74.7320085 111.209087,76.3219926 109.089077,77.806 C106.969066,79.2900074 104.849087,80.7033266 102.729077,82.046 C100.609066,83.3886734 98.6480856,84.7313266 96.8460766,86.074 C95.0440676,87.4166734 93.47175,88.8123261 92.1290766,90.261 C90.7864032,91.7096739 89.8677458,93.2466585 89.3730766,94.872 L125.519077,94.872 L125.519077,105.684 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-3": {
"title": "$:/core/images/heading-3",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-3 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M94.8850766,62.224 C96.8637532,62.294667 98.8424001,62.1533351 100.821077,61.8 C102.799753,61.4466649 104.566402,60.8283378 106.121077,59.945 C107.675751,59.0616623 108.930072,57.8426744 109.884077,56.288 C110.838081,54.7333256 111.315077,52.8253446 111.315077,50.564 C111.315077,47.3839841 110.237421,44.8400095 108.082077,42.932 C105.926733,41.0239905 103.153094,40.07 99.7610766,40.07 C97.641066,40.07 95.8037511,40.4939958 94.2490766,41.342 C92.6944022,42.1900042 91.4047484,43.3383261 90.3800766,44.787 C89.3554048,46.2356739 88.5957458,47.860991 88.1010766,49.663 C87.6064075,51.465009 87.3944096,53.3199905 87.4650766,55.228 L75.3810766,55.228 C75.5224107,51.623982 76.1937373,48.2850154 77.3950766,45.211 C78.596416,42.1369846 80.2393995,39.4693446 82.3240766,37.208 C84.4087537,34.9466554 86.9350618,33.1800064 89.9030766,31.908 C92.8710915,30.6359936 96.2277246,30 99.9730766,30 C102.870424,30 105.714729,30.4239958 108.506077,31.272 C111.297424,32.1200042 113.806065,33.3566585 116.032077,34.982 C118.258088,36.6073415 120.042403,38.6743208 121.385077,41.183 C122.72775,43.6916792 123.399077,46.5713171 123.399077,49.822 C123.399077,53.5673521 122.551085,56.8356527 120.855077,59.627 C119.159068,62.4183473 116.509095,64.4499936 112.905077,65.722 L112.905077,65.934 C117.145098,66.7820042 120.448731,68.8843166 122.816077,72.241 C125.183422,75.5976835 126.367077,79.6786426 126.367077,84.484 C126.367077,88.017351 125.660417,91.1796527 124.247077,93.971 C122.833736,96.7623473 120.925755,99.129657 118.523077,101.073 C116.120398,103.016343 113.329093,104.517995 110.149077,105.578 C106.969061,106.638005 103.612428,107.168 100.079077,107.168 C95.7683884,107.168 92.005426,106.549673 88.7900766,105.313 C85.5747272,104.076327 82.8894207,102.327345 80.7340766,100.066 C78.5787325,97.8046554 76.9357489,95.0840159 75.8050766,91.904 C74.6744043,88.7239841 74.0737436,85.1906861 74.0030766,81.304 L86.0870766,81.304 C85.9457426,85.8266893 87.0587315,89.5896517 89.4260766,92.593 C91.7934218,95.5963483 95.3443863,97.098 100.079077,97.098 C104.107097,97.098 107.481396,95.9496782 110.202077,93.653 C112.922757,91.3563219 114.283077,88.0880212 114.283077,83.848 C114.283077,80.9506522 113.717749,78.6540085 112.587077,76.958 C111.456404,75.2619915 109.972419,73.9723378 108.135077,73.089 C106.297734,72.2056623 104.230755,71.6580011 101.934077,71.446 C99.6373985,71.2339989 97.2877553,71.163333 94.8850766,71.234 L94.8850766,62.224 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-4": {
"title": "$:/core/images/heading-4",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-4 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8,30 L21.25,30 L21.25,60.104 L55.7,60.104 L55.7,30 L68.95,30 L68.95,105.684 L55.7,105.684 L55.7,71.552 L21.25,71.552 L21.25,105.684 L8,105.684 L8,30 Z M84.5890766,78.548 L107.061077,78.548 L107.061077,45.9 L106.849077,45.9 L84.5890766,78.548 Z M128.049077,88.088 L118.509077,88.088 L118.509077,105.684 L107.061077,105.684 L107.061077,88.088 L75.2610766,88.088 L75.2610766,76.11 L107.061077,31.484 L118.509077,31.484 L118.509077,78.548 L128.049077,78.548 L128.049077,88.088 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-5": {
"title": "$:/core/images/heading-5",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-5 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M83.7550766,31.484 L122.127077,31.484 L122.127077,42.296 L92.7650766,42.296 L88.9490766,61.164 L89.1610766,61.376 C90.7864181,59.5386575 92.8533974,58.1430048 95.3620766,57.189 C97.8707558,56.2349952 100.361731,55.758 102.835077,55.758 C106.509762,55.758 109.795729,56.3763272 112.693077,57.613 C115.590424,58.8496729 118.0284,60.5809889 120.007077,62.807 C121.985753,65.0330111 123.487405,67.6653181 124.512077,70.704 C125.536748,73.7426819 126.049077,77.028649 126.049077,80.562 C126.049077,83.5300148 125.572081,86.5863176 124.618077,89.731 C123.664072,92.8756824 122.144754,95.7376538 120.060077,98.317 C117.9754,100.896346 115.30776,103.016325 112.057077,104.677 C108.806394,106.337675 104.919766,107.168 100.397077,107.168 C96.7930586,107.168 93.454092,106.691005 90.3800766,105.737 C87.3060613,104.782995 84.6030883,103.35201 82.2710766,101.444 C79.939065,99.5359905 78.0840835,97.1863473 76.7060766,94.395 C75.3280697,91.6036527 74.5684107,88.3353521 74.4270766,84.59 L86.5110766,84.59 C86.8644117,88.6180201 88.2423979,91.7096559 90.6450766,93.865 C93.0477553,96.0203441 96.2277235,97.098 100.185077,97.098 C102.729089,97.098 104.884401,96.6740042 106.651077,95.826 C108.417752,94.9779958 109.848738,93.8120074 110.944077,92.328 C112.039415,90.8439926 112.816741,89.1126766 113.276077,87.134 C113.735412,85.1553234 113.965077,83.0353446 113.965077,80.774 C113.965077,78.7246564 113.682413,76.763676 113.117077,74.891 C112.55174,73.018324 111.703749,71.3753404 110.573077,69.962 C109.442404,68.5486596 107.976086,67.4180042 106.174077,66.57 C104.372068,65.7219958 102.269755,65.298 99.8670766,65.298 C97.3230639,65.298 94.9380878,65.7749952 92.7120766,66.729 C90.4860655,67.6830048 88.8784149,69.4673203 87.8890766,72.082 L75.8050766,72.082 L83.7550766,31.484 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-6": {
"title": "$:/core/images/heading-6",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-6 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M112.587077,50.246 C112.304409,47.2073181 111.226753,44.751676 109.354077,42.879 C107.481401,41.006324 104.955093,40.07 101.775077,40.07 C99.584399,40.07 97.6940846,40.4763293 96.1040766,41.289 C94.5140687,42.1016707 93.1714154,43.1793266 92.0760766,44.522 C90.9807378,45.8646734 90.0974133,47.401658 89.4260766,49.133 C88.7547399,50.864342 88.2070787,52.6839905 87.7830766,54.592 C87.3590745,56.5000095 87.0587442,58.390324 86.8820766,60.263 C86.7054091,62.135676 86.5464107,63.8846585 86.4050766,65.51 L86.6170766,65.722 C88.2424181,62.7539852 90.4860623,60.5456739 93.3480766,59.097 C96.2100909,57.6483261 99.3017267,56.924 102.623077,56.924 C106.297762,56.924 109.583729,57.5599936 112.481077,58.832 C115.378424,60.1040064 117.834067,61.8529889 119.848077,64.079 C121.862087,66.3050111 123.399071,68.9373181 124.459077,71.976 C125.519082,75.0146819 126.049077,78.300649 126.049077,81.834 C126.049077,85.438018 125.466082,88.7769846 124.300077,91.851 C123.134071,94.9250154 121.455754,97.6103219 119.265077,99.907 C117.074399,102.203678 114.459758,103.987994 111.421077,105.26 C108.382395,106.532006 105.025762,107.168 101.351077,107.168 C95.9097161,107.168 91.4400941,106.16101 87.9420766,104.147 C84.4440591,102.13299 81.6880867,99.3770175 79.6740766,95.879 C77.6600666,92.3809825 76.2644138,88.2823568 75.4870766,83.583 C74.7097394,78.8836432 74.3210766,73.8133605 74.3210766,68.372 C74.3210766,63.9199777 74.7980719,59.4326893 75.7520766,54.91 C76.7060814,50.3873107 78.278399,46.2710186 80.4690766,42.561 C82.6597542,38.8509815 85.5393921,35.8300117 89.1080766,33.498 C92.6767611,31.1659883 97.0757171,30 102.305077,30 C105.273091,30 108.064397,30.4946617 110.679077,31.484 C113.293756,32.4733383 115.608067,33.8513245 117.622077,35.618 C119.636087,37.3846755 121.27907,39.5046543 122.551077,41.978 C123.823083,44.4513457 124.529743,47.2073181 124.671077,50.246 L112.587077,50.246 Z M100.927077,97.098 C103.117754,97.098 105.025735,96.6563378 106.651077,95.773 C108.276418,94.8896623 109.636738,93.7413404 110.732077,92.328 C111.827415,90.9146596 112.640074,89.271676 113.170077,87.399 C113.700079,85.526324 113.965077,83.6006766 113.965077,81.622 C113.965077,79.6433234 113.700079,77.7353425 113.170077,75.898 C112.640074,74.0606575 111.827415,72.4530069 110.732077,71.075 C109.636738,69.6969931 108.276418,68.5840042 106.651077,67.736 C105.025735,66.8879958 103.117754,66.464 100.927077,66.464 C98.736399,66.464 96.8107516,66.8703293 95.1500766,67.683 C93.4894017,68.4956707 92.0937489,69.5909931 90.9630766,70.969 C89.8324043,72.3470069 88.9844128,73.9546575 88.4190766,75.792 C87.8537405,77.6293425 87.5710766,79.5726564 87.5710766,81.622 C87.5710766,83.6713436 87.8537405,85.6146575 88.4190766,87.452 C88.9844128,89.2893425 89.8324043,90.9323261 90.9630766,92.381 C92.0937489,93.8296739 93.4894017,94.9779958 95.1500766,95.826 C96.8107516,96.6740042 98.736399,97.098 100.927077,97.098 L100.927077,97.098 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/help": {
"title": "$:/core/images/help",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-help tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M36.0548906,111.44117 C30.8157418,115.837088 20.8865444,118.803477 9.5,118.803477 C7.86465619,118.803477 6.25937294,118.742289 4.69372699,118.624467 C12.612543,115.984876 18.7559465,110.02454 21.0611049,102.609942 C8.74739781,92.845129 1.04940554,78.9359851 1.04940554,63.5 C1.04940554,33.9527659 29.2554663,10 64.0494055,10 C98.8433448,10 127.049406,33.9527659 127.049406,63.5 C127.049406,93.0472341 98.8433448,117 64.0494055,117 C53.9936953,117 44.48824,114.999337 36.0548906,111.44117 L36.0548906,111.44117 Z M71.4042554,77.5980086 C71.406883,77.2865764 71.4095079,76.9382011 71.4119569,76.5610548 C71.4199751,75.3262169 71.4242825,74.0811293 71.422912,72.9158546 C71.4215244,71.736154 71.4143321,70.709635 71.4001396,69.8743525 C71.4078362,68.5173028 71.9951951,67.7870427 75.1273009,65.6385471 C75.2388969,65.5619968 76.2124091,64.8981068 76.5126553,64.6910879 C79.6062455,62.5580654 81.5345849,60.9050204 83.2750652,58.5038955 C85.6146327,55.2762841 86.8327108,51.426982 86.8327108,46.8554323 C86.8327108,33.5625756 76.972994,24.9029551 65.3778484,24.9029551 C54.2752771,24.9029551 42.8794554,34.5115163 41.3121702,47.1975534 C40.9043016,50.4989536 43.2499725,53.50591 46.5513726,53.9137786 C49.8527728,54.3216471 52.8597292,51.9759763 53.2675978,48.6745761 C54.0739246,42.1479456 60.2395837,36.9492759 65.3778484,36.9492759 C70.6427674,36.9492759 74.78639,40.5885487 74.78639,46.8554323 C74.78639,50.4892974 73.6853224,52.008304 69.6746221,54.7736715 C69.4052605,54.9593956 68.448509,55.6118556 68.3131127,55.7047319 C65.6309785,57.5445655 64.0858213,58.803255 62.6123358,60.6352315 C60.5044618,63.2559399 59.3714208,66.3518252 59.3547527,69.9487679 C59.3684999,70.8407274 59.3752803,71.8084521 59.3765995,72.9300232 C59.3779294,74.0607297 59.3737237,75.2764258 59.36589,76.482835 C59.3634936,76.8518793 59.3609272,77.1924914 59.3583633,77.4963784 C59.3568319,77.6778944 59.3556368,77.8074256 59.3549845,77.8730928 C59.3219814,81.1994287 61.9917551,83.9227111 65.318091,83.9557142 C68.644427,83.9887173 71.3677093,81.3189435 71.4007124,77.9926076 C71.4014444,77.9187458 71.402672,77.7856841 71.4042554,77.5980086 Z M65.3778489,102.097045 C69.5359735,102.097045 72.9067994,98.7262189 72.9067994,94.5680944 C72.9067994,90.4099698 69.5359735,87.0391439 65.3778489,87.0391439 C61.2197243,87.0391439 57.8488984,90.4099698 57.8488984,94.5680944 C57.8488984,98.7262189 61.2197243,102.097045 65.3778489,102.097045 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/home-button": {
"title": "$:/core/images/home-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-home-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112.9847,119.501583 C112.99485,119.336814 113,119.170705 113,119.003406 L113,67.56802 C116.137461,70.5156358 121.076014,70.4518569 124.133985,67.3938855 C127.25818,64.2696912 127.260618,59.2068102 124.131541,56.0777326 L70.3963143,2.34250601 C68.8331348,0.779326498 66.7828947,-0.000743167069 64.7337457,1.61675364e-05 C62.691312,-0.00409949529 60.6426632,0.777559815 59.077717,2.34250601 L33,28.420223 L33,28.420223 L33,8.00697327 C33,3.58484404 29.4092877,0 25,0 C20.581722,0 17,3.59075293 17,8.00697327 L17,44.420223 L5.3424904,56.0777326 C2.21694607,59.2032769 2.22220878,64.2760483 5.34004601,67.3938855 C8.46424034,70.5180798 13.5271213,70.5205187 16.6561989,67.3914411 L17,67.04764 L17,119.993027 C17,119.994189 17.0000002,119.995351 17.0000007,119.996514 C17.0000002,119.997675 17,119.998838 17,120 C17,124.418278 20.5881049,128 24.9992458,128 L105.000754,128 C109.418616,128 113,124.409288 113,120 C113,119.832611 112.99485,119.666422 112.9847,119.501583 Z M97,112 L97,51.5736087 L97,51.5736087 L64.7370156,19.3106244 L33,51.04764 L33,112 L97,112 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/import-button": {
"title": "$:/core/images/import-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-import-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M105.449437,94.2138951 C105.449437,94.2138951 110.049457,94.1897106 110.049457,99.4026111 C110.049457,104.615512 105.163246,104.615511 105.163246,104.615511 L45.0075072,105.157833 C45.0075072,105.157833 0.367531803,106.289842 0.367532368,66.6449212 C0.367532934,27.0000003 45.0428249,27.0000003 45.0428249,27.0000003 L105.532495,27.0000003 C105.532495,27.0000003 138.996741,25.6734987 138.996741,55.1771866 C138.996741,84.6808745 105.727102,82.8457535 105.727102,82.8457535 L56.1735087,82.8457535 C56.1735087,82.8457535 22.6899229,85.1500223 22.6899229,66.0913753 C22.6899229,47.0327282 56.1735087,49.3383013 56.1735087,49.3383013 L105.727102,49.3383013 C105.727102,49.3383013 111.245209,49.3383024 111.245209,54.8231115 C111.245209,60.3079206 105.727102,60.5074524 105.727102,60.5074524 L56.1735087,60.5074524 C56.1735087,60.5074524 37.48913,60.5074528 37.48913,66.6449195 C37.48913,72.7823862 56.1735087,71.6766023 56.1735087,71.6766023 L105.727102,71.6766029 C105.727102,71.6766029 127.835546,73.1411469 127.835546,55.1771866 C127.835546,35.5304025 105.727102,38.3035317 105.727102,38.3035317 L45.0428249,38.3035317 C45.0428249,38.3035317 11.5287276,38.3035313 11.5287276,66.6449208 C11.5287276,94.9863103 45.0428244,93.9579678 45.0428244,93.9579678 L105.449437,94.2138951 Z\" transform=\"translate(69.367532, 66.000000) rotate(-45.000000) translate(-69.367532, -66.000000) \"></path>\n </g>\n</svg>"
},
"$:/core/images/info-button": {
"title": "$:/core/images/info-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-info-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <g transform=\"translate(0.049406, 0.000000)\">\n <path d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z\"></path>\n <circle cx=\"64\" cy=\"32\" r=\"8\"></circle>\n <rect x=\"56\" y=\"48\" width=\"16\" height=\"56\" rx=\"8\"></rect>\n </g>\n </g>\n</svg>"
},
"$:/core/images/italic": {
"title": "$:/core/images/italic",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-italic tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <polygon points=\"66.7114846 0 89.1204482 0 62.4089636 128 40 128\"></polygon>\n </g>\n</svg>"
},
"$:/core/images/left-arrow": {
"title": "$:/core/images/left-arrow",
"created": "20150315234410875",
"modified": "20150315235324760",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-left-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path transform=\"rotate(135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25075c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056z\"/>\n</svg>\n"
},
"$:/core/images/line-width": {
"title": "$:/core/images/line-width",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-line-width tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M128,-97 L112.992786,-97 C112.452362,-97 112,-96.5522847 112,-96 C112,-95.4438648 112.444486,-95 112.992786,-95 L128,-95 L128,-97 Z M128,-78.6794919 L111.216185,-88.3696322 C110.748163,-88.6398444 110.132549,-88.4782926 109.856406,-88 C109.578339,-87.5183728 109.741342,-86.9117318 110.216185,-86.6375814 L128,-76.3700908 L128,-78.6794919 Z M78.6794919,-128 L88.3696322,-111.216185 C88.6437826,-110.741342 88.4816272,-110.134474 88,-109.856406 C87.5217074,-109.580264 86.9077936,-109.748163 86.6375814,-110.216185 L76.3700908,-128 L78.6794919,-128 Z M97,-128 L97,-112.992786 C97,-112.444486 96.5561352,-112 96,-112 C95.4477153,-112 95,-112.452362 95,-112.992786 L95,-128 L97,-128 Z M115.629909,-128 L105.362419,-110.216185 C105.088268,-109.741342 104.481627,-109.578339 104,-109.856406 C103.521707,-110.132549 103.360156,-110.748163 103.630368,-111.216185 L113.320508,-128 L115.629909,-128 Z M128,-113.320508 L111.216185,-103.630368 C110.741342,-103.356217 110.134474,-103.518373 109.856406,-104 C109.580264,-104.478293 109.748163,-105.092206 110.216185,-105.362419 L128,-115.629909 L128,-113.320508 Z M48,-96 C48,-96.5522847 48.4523621,-97 48.9927864,-97 L79.0072136,-97 C79.5555144,-97 80,-96.5561352 80,-96 C80,-95.4477153 79.5476379,-95 79.0072136,-95 L48.9927864,-95 C48.4444856,-95 48,-95.4438648 48,-96 Z M54.4307806,-120 C54.706923,-120.478293 55.3225377,-120.639844 55.7905589,-120.369632 L81.7838153,-105.362419 C82.2586577,-105.088268 82.4216611,-104.481627 82.1435935,-104 C81.8674512,-103.521707 81.2518365,-103.360156 80.7838153,-103.630368 L54.7905589,-118.637581 C54.3157165,-118.911732 54.152713,-119.518373 54.4307806,-120 Z M104,-82.1435935 C104.478293,-82.4197359 105.092206,-82.2518365 105.362419,-81.7838153 L120.369632,-55.7905589 C120.643783,-55.3157165 120.481627,-54.7088482 120,-54.4307806 C119.521707,-54.1546382 118.907794,-54.3225377 118.637581,-54.7905589 L103.630368,-80.7838153 C103.356217,-81.2586577 103.518373,-81.865526 104,-82.1435935 Z M96,-80 C96.5522847,-80 97,-79.5476379 97,-79.0072136 L97,-48.9927864 C97,-48.4444856 96.5561352,-48 96,-48 C95.4477153,-48 95,-48.4523621 95,-48.9927864 L95,-79.0072136 C95,-79.5555144 95.4438648,-80 96,-80 Z M88,-82.1435935 C88.4782926,-81.8674512 88.6398444,-81.2518365 88.3696322,-80.7838153 L73.3624186,-54.7905589 C73.0882682,-54.3157165 72.4816272,-54.152713 72,-54.4307806 C71.5217074,-54.706923 71.3601556,-55.3225377 71.6303678,-55.7905589 L86.6375814,-81.7838153 C86.9117318,-82.2586577 87.5183728,-82.4216611 88,-82.1435935 Z M82.1435935,-88 C82.4197359,-87.5217074 82.2518365,-86.9077936 81.7838153,-86.6375814 L55.7905589,-71.6303678 C55.3157165,-71.3562174 54.7088482,-71.5183728 54.4307806,-72 C54.1546382,-72.4782926 54.3225377,-73.0922064 54.7905589,-73.3624186 L80.7838153,-88.3696322 C81.2586577,-88.6437826 81.865526,-88.4816272 82.1435935,-88 Z M1.30626177e-08,-41.9868843 L15.0170091,-57.9923909 L20.7983821,-52.9749272 L44.7207091,-81.2095939 L73.4260467,-42.1002685 L85.984793,-56.6159488 L104.48741,-34.0310661 L127.969109,-47.4978019 L127.969109,7.99473128e-07 L1.30626177e-08,7.99473128e-07 L1.30626177e-08,-41.9868843 Z M96,-84 C102.627417,-84 108,-89.372583 108,-96 C108,-102.627417 102.627417,-108 96,-108 C89.372583,-108 84,-102.627417 84,-96 C84,-89.372583 89.372583,-84 96,-84 Z\"></path>\n <path d=\"M16,18 L112,18 C113.104569,18 114,17.1045695 114,16 C114,14.8954305 113.104569,14 112,14 L16,14 C14.8954305,14 14,14.8954305 14,16 C14,17.1045695 14.8954305,18 16,18 L16,18 Z M16,35 L112,35 C114.209139,35 116,33.209139 116,31 C116,28.790861 114.209139,27 112,27 L16,27 C13.790861,27 12,28.790861 12,31 C12,33.209139 13.790861,35 16,35 L16,35 Z M16,56 L112,56 C115.313708,56 118,53.3137085 118,50 C118,46.6862915 115.313708,44 112,44 L16,44 C12.6862915,44 10,46.6862915 10,50 C10,53.3137085 12.6862915,56 16,56 L16,56 Z M16,85 L112,85 C117.522847,85 122,80.5228475 122,75 C122,69.4771525 117.522847,65 112,65 L16,65 C10.4771525,65 6,69.4771525 6,75 C6,80.5228475 10.4771525,85 16,85 L16,85 Z M16,128 L112,128 C120.836556,128 128,120.836556 128,112 C128,103.163444 120.836556,96 112,96 L16,96 C7.163444,96 0,103.163444 0,112 C0,120.836556 7.163444,128 16,128 L16,128 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/link": {
"title": "$:/core/images/link",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-link tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M128.719999,57.568543 C130.219553,53.8628171 131.045202,49.8121445 131.045202,45.5685425 C131.045202,27.8915447 116.718329,13.5685425 99.0452364,13.5685425 L67.0451674,13.5685425 C49.3655063,13.5685425 35.0452019,27.8954305 35.0452019,45.5685425 C35.0452019,63.2455403 49.3720745,77.5685425 67.0451674,77.5685425 L99.0452364,77.5685425 C100.406772,77.5685425 101.748384,77.4835732 103.065066,77.3186499 C96.4792444,73.7895096 91.1190212,68.272192 87.7873041,61.5685425 L67.0506214,61.5685425 C58.2110723,61.5685425 51.0452019,54.4070414 51.0452019,45.5685425 C51.0452019,36.7319865 58.2005234,29.5685425 67.0506214,29.5685425 L99.0397824,29.5685425 C107.879331,29.5685425 115.045202,36.7300436 115.045202,45.5685425 C115.045202,48.9465282 113.99957,52.0800164 112.21335,54.6623005 C114.314383,56.4735917 117.050039,57.5685425 120.041423,57.5685425 L128.720003,57.5685425 Z\" transform=\"translate(83.045202, 45.568542) rotate(-225.000000) translate(-83.045202, -45.568542)\"></path>\n <path d=\"M-0.106255113,71.0452019 C-1.60580855,74.7509276 -2.43145751,78.8016001 -2.43145751,83.0452019 C-2.43145751,100.7222 11.8954151,115.045202 29.568508,115.045202 L61.568577,115.045202 C79.2482381,115.045202 93.5685425,100.718314 93.5685425,83.0452019 C93.5685425,65.3682041 79.2416699,51.0452019 61.568577,51.0452019 L29.568508,51.0452019 C28.206973,51.0452019 26.8653616,51.1301711 25.5486799,51.2950943 C32.1345,54.8242347 37.4947231,60.3415524 40.8264403,67.0452019 L61.563123,67.0452019 C70.4026721,67.0452019 77.5685425,74.206703 77.5685425,83.0452019 C77.5685425,91.8817579 70.413221,99.0452019 61.563123,99.0452019 L29.573962,99.0452019 C20.7344129,99.0452019 13.5685425,91.8837008 13.5685425,83.0452019 C13.5685425,79.6672162 14.6141741,76.533728 16.4003949,73.9514439 C14.2993609,72.1401527 11.5637054,71.0452019 8.5723215,71.0452019 L-0.106255113,71.0452019 Z\" transform=\"translate(45.568542, 83.045202) rotate(-225.000000) translate(-45.568542, -83.045202)\"></path>\n </g>\n</svg>"
},
"$:/core/images/linkify": {
"title": "$:/core/images/linkify",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-linkify-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"><path d=\"M17.031 31.919H9.048V96.85h7.983v6.92H0V25h17.031v6.919zm24.66 0h-7.983V96.85h7.983v6.92H24.66V25h17.03v6.919zM67.77 56.422l11.975-3.903 2.306 7.096-12.063 3.903 7.628 10.379-6.12 4.435-7.63-10.467-7.45 10.2-5.943-4.523L58.1 63.518 45.95 59.35l2.306-7.096 12.064 4.17V43.825h7.45v12.596zM86.31 96.85h7.982V31.92H86.31V25h17.031v78.77H86.31v-6.92zm24.659 0h7.983V31.92h-7.983V25H128v78.77h-17.031v-6.92z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/list-bullet": {
"title": "$:/core/images/list-bullet",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-list-bullet tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M11.6363636,40.2727273 C18.0629498,40.2727273 23.2727273,35.0629498 23.2727273,28.6363636 C23.2727273,22.2097775 18.0629498,17 11.6363636,17 C5.20977746,17 0,22.2097775 0,28.6363636 C0,35.0629498 5.20977746,40.2727273 11.6363636,40.2727273 Z M11.6363636,75.1818182 C18.0629498,75.1818182 23.2727273,69.9720407 23.2727273,63.5454545 C23.2727273,57.1188684 18.0629498,51.9090909 11.6363636,51.9090909 C5.20977746,51.9090909 0,57.1188684 0,63.5454545 C0,69.9720407 5.20977746,75.1818182 11.6363636,75.1818182 Z M11.6363636,110.090909 C18.0629498,110.090909 23.2727273,104.881132 23.2727273,98.4545455 C23.2727273,92.0279593 18.0629498,86.8181818 11.6363636,86.8181818 C5.20977746,86.8181818 0,92.0279593 0,98.4545455 C0,104.881132 5.20977746,110.090909 11.6363636,110.090909 Z M34.9090909,22.8181818 L128,22.8181818 L128,34.4545455 L34.9090909,34.4545455 L34.9090909,22.8181818 Z M34.9090909,57.7272727 L128,57.7272727 L128,69.3636364 L34.9090909,69.3636364 L34.9090909,57.7272727 Z M34.9090909,92.6363636 L128,92.6363636 L128,104.272727 L34.9090909,104.272727 L34.9090909,92.6363636 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/list-number": {
"title": "$:/core/images/list-number",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-list-number tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M33.8390805,22.3563218 L128,22.3563218 L128,34.1264368 L33.8390805,34.1264368 L33.8390805,22.3563218 Z M33.8390805,57.6666667 L128,57.6666667 L128,69.4367816 L33.8390805,69.4367816 L33.8390805,57.6666667 Z M33.8390805,92.9770115 L128,92.9770115 L128,104.747126 L33.8390805,104.747126 L33.8390805,92.9770115 Z M0.379509711,42.6307008 L0.379509711,40.4082314 L1.37821948,40.4082314 C2.20382368,40.4082314 2.82301754,40.268077 3.23581964,39.9877642 C3.64862174,39.7074513 3.85501969,39.0400498 3.85501969,37.9855395 L3.85501969,22.7686318 C3.85501969,21.3270228 3.66193774,20.4327047 3.27576803,20.0856507 C2.88959832,19.7385967 1.79768657,19.5650723 0,19.5650723 L0,17.4226919 C3.50215975,17.2758613 6.25191314,16.4683055 8.24934266,15 L10.3666074,15 L10.3666074,37.865406 C10.3666074,38.786434 10.5164123,39.4404875 10.8160268,39.8275862 C11.1156412,40.2146849 11.764796,40.4082314 12.7635108,40.4082314 L13.7622206,40.4082314 L13.7622206,42.6307008 L0.379509711,42.6307008 Z M0.0798967812,77.9873934 L0.0798967812,76.0852799 C7.27064304,69.5312983 10.8659622,63.5046623 10.8659622,58.005191 C10.8659622,56.4434479 10.5397203,55.195407 9.88722667,54.2610308 C9.23473303,53.3266546 8.36253522,52.8594735 7.27060709,52.8594735 C6.3784219,52.8594735 5.61608107,53.1764892 4.98356173,53.8105302 C4.35104238,54.4445712 4.03478745,55.1753759 4.03478745,56.0029663 C4.03478745,56.9773871 4.28113339,57.8316611 4.77383268,58.5658139 C4.88036225,58.7259926 4.93362624,58.8461249 4.93362624,58.9262143 C4.93362624,59.0730449 4.77383427,59.2065252 4.45424555,59.3266593 C4.2411864,59.4067486 3.70188852,59.6336652 2.83633573,60.0074156 C1.99741533,60.3811661 1.47809145,60.5680386 1.2783485,60.5680386 C1.03865696,60.5680386 0.765679018,60.1976307 0.459406492,59.4568039 C0.153133966,58.715977 0,57.9184322 0,57.0641453 C0,55.1153036 0.848894811,53.5202138 2.5467099,52.2788283 C4.24452499,51.0374428 6.34512352,50.4167594 8.84856852,50.4167594 C11.3120649,50.4167594 13.3793735,51.0874979 15.0505562,52.4289952 C16.7217389,53.7704924 17.5573177,55.5224215 17.5573177,57.684835 C17.5573177,58.9662652 17.2743527,60.2076321 16.7084144,61.4089729 C16.142476,62.6103138 14.7875733,64.4623531 12.6436656,66.9651465 C10.4997579,69.4679398 8.40914641,71.7804862 6.3717683,73.902855 L17.8169822,73.902855 L16.7982982,79.6292176 L14.6810335,79.6292176 C14.7609307,79.3489048 14.8008787,79.0952922 14.8008787,78.8683723 C14.8008787,78.4812736 14.7010087,78.237672 14.5012658,78.1375603 C14.3015228,78.0374485 13.9020429,77.9873934 13.3028141,77.9873934 L0.0798967812,77.9873934 Z M12.2042333,97.1935484 C13.9486551,97.2335931 15.4400468,97.8309175 16.6784531,98.9855395 C17.9168594,100.140162 18.5360532,101.75861 18.5360532,103.840934 C18.5360532,106.830938 17.4041935,109.233584 15.14044,111.048943 C12.8766866,112.864303 10.1402492,113.771969 6.93104577,113.771969 C4.92030005,113.771969 3.26245842,113.388213 1.95747114,112.62069 C0.652483855,111.853166 0,110.848727 0,109.607341 C0,108.833144 0.26964894,108.209124 0.808954909,107.735261 C1.34826088,107.261399 1.93749375,107.024472 2.57667119,107.024472 C3.21584864,107.024472 3.73850152,107.224692 4.14464552,107.625139 C4.55078953,108.025586 4.92696644,108.67964 5.27318756,109.587319 C5.73925445,110.855401 6.51158227,111.489433 7.59019421,111.489433 C8.85523291,111.489433 9.87723568,111.012241 10.6562332,110.057842 C11.4352307,109.103444 11.8247236,107.371536 11.8247236,104.862069 C11.8247236,103.153495 11.7048796,101.838714 11.4651881,100.917686 C11.2254966,99.9966584 10.6728827,99.5361513 9.80732989,99.5361513 C9.22141723,99.5361513 8.62219737,99.843156 8.00965231,100.457175 C7.51695303,100.951059 7.07752513,101.197998 6.69135542,101.197998 C6.3584505,101.197998 6.08880156,101.051169 5.88240051,100.757508 C5.67599946,100.463847 5.57280049,100.183539 5.57280049,99.916574 C5.57280049,99.5962164 5.67599946,99.3225818 5.88240051,99.0956618 C6.08880156,98.8687419 6.57150646,98.5016711 7.33052967,97.9944383 C10.2068282,96.0722929 11.6449559,93.9766521 11.6449559,91.7074527 C11.6449559,90.5194601 11.3386879,89.615131 10.7261429,88.9944383 C10.1135978,88.3737455 9.37455999,88.0634038 8.5090072,88.0634038 C7.71003539,88.0634038 6.98431355,88.3270274 6.33181991,88.8542825 C5.67932627,89.3815377 5.35308434,90.0122321 5.35308434,90.7463849 C5.35308434,91.3871 5.60608828,91.9810874 6.11210376,92.5283648 C6.28521432,92.7285883 6.3717683,92.8954387 6.3717683,93.028921 C6.3717683,93.1490551 5.80250943,93.4560598 4.6639746,93.9499444 C3.52543978,94.4438289 2.80970494,94.6907675 2.51674861,94.6907675 C2.10394651,94.6907675 1.76771758,94.3570667 1.50805174,93.6896552 C1.24838591,93.0222436 1.11855494,92.4082342 1.11855494,91.8476085 C1.11855494,90.0989901 2.04734573,88.6240327 3.90495518,87.4226919 C5.76256463,86.2213511 7.86982116,85.6206897 10.226788,85.6206897 C12.2907985,85.6206897 14.0784711,86.0678487 15.5898594,86.9621802 C17.1012478,87.8565117 17.8569306,89.0778566 17.8569306,90.6262514 C17.8569306,91.987771 17.2876717,93.2491599 16.1491369,94.4104561 C15.0106021,95.5717522 13.6956474,96.4994404 12.2042333,97.1935484 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/list": {
"title": "$:/core/images/list",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-list tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M0.719999312,185.568543 C2.21955287,181.862817 3.0452019,177.812144 3.0452019,173.568542 C3.0452019,155.891545 -11.2816707,141.568542 -28.9547636,141.568542 L-60.9548326,141.568542 C-78.6344937,141.568542 -92.9547981,155.895431 -92.9547981,173.568542 C-92.9547981,191.24554 -78.6279255,205.568542 -60.9548326,205.568542 L-28.9547636,205.568542 C-27.593228,205.568542 -26.2516158,205.483573 -24.9349335,205.31865 C-31.5207556,201.78951 -36.8809788,196.272192 -40.2126959,189.568542 L-60.9493786,189.568542 C-69.7889277,189.568542 -76.9547981,182.407041 -76.9547981,173.568542 C-76.9547981,164.731986 -69.7994766,157.568542 -60.9493786,157.568542 L-28.9602176,157.568542 C-20.1206685,157.568542 -12.9547981,164.730044 -12.9547981,173.568542 C-12.9547981,176.946528 -14.0004297,180.080016 -15.7866505,182.6623 C-13.6856165,184.473592 -10.949961,185.568542 -7.9585771,185.568542 L0.720002586,185.568542 Z\" transform=\"translate(-44.954798, 173.568542) rotate(-225.000000) translate(44.954798, -173.568542) \"></path>\n <path d=\"M87.7480315,128 L23.9992458,128 C19.5813843,128 16,124.409247 16,119.993027 L16,8.00697327 C16,3.58484404 19.5881049,0 23.9992458,0 L104.000754,0 C108.418616,0 112,3.59075293 112,8.00697327 L112,104 L91.2492027,104 C90.2848199,104 89.410573,104.391703 88.7768998,105.025201 C88.1373658,105.661376 87.7480315,106.53563 87.7480315,107.501171 L87.7480315,128 Z M95.7480315,127.879386 L111.627417,112 L95.7480315,112 L95.7480315,127.879386 Z M40,15.5089165 C40,13.5709954 41.5636015,12 43.4998101,12 L98.5001899,12 C100.433082,12 102,13.5614718 102,15.5089165 L102,16.4910835 C102,18.4290046 100.436399,20 98.5001899,20 L43.4998101,20 C41.5669183,20 40,18.4385282 40,16.4910835 L40,15.5089165 Z M32,22 C35.3137085,22 38,19.3137085 38,16 C38,12.6862915 35.3137085,10 32,10 C28.6862915,10 26,12.6862915 26,16 C26,19.3137085 28.6862915,22 32,22 Z M40,31.5089165 C40,29.5709954 41.5636015,28 43.4998101,28 L98.5001899,28 C100.433082,28 102,29.5614718 102,31.5089165 L102,32.4910835 C102,34.4290046 100.436399,36 98.5001899,36 L43.4998101,36 C41.5669183,36 40,34.4385282 40,32.4910835 L40,31.5089165 Z M40,47.5089165 C40,45.5709954 41.5636015,44 43.4998101,44 L98.5001899,44 C100.433082,44 102,45.5614718 102,47.5089165 L102,48.4910835 C102,50.4290046 100.436399,52 98.5001899,52 L43.4998101,52 C41.5669183,52 40,50.4385282 40,48.4910835 L40,47.5089165 Z M40,63.5089165 C40,61.5709954 41.5636015,60 43.4998101,60 L98.5001899,60 C100.433082,60 102,61.5614718 102,63.5089165 L102,64.4910835 C102,66.4290046 100.436399,68 98.5001899,68 L43.4998101,68 C41.5669183,68 40,66.4385282 40,64.4910835 L40,63.5089165 Z M40,79.5089165 C40,77.5709954 41.5636015,76 43.4998101,76 L98.5001899,76 C100.433082,76 102,77.5614718 102,79.5089165 L102,80.4910835 C102,82.4290046 100.436399,84 98.5001899,84 L43.4998101,84 C41.5669183,84 40,82.4385282 40,80.4910835 L40,79.5089165 Z M40,95.5089165 C40,93.5709954 41.5636015,92 43.4998101,92 L98.5001899,92 C100.433082,92 102,93.5614718 102,95.5089165 L102,96.4910835 C102,98.4290046 100.436399,100 98.5001899,100 L43.4998101,100 C41.5669183,100 40,98.4385282 40,96.4910835 L40,95.5089165 Z M40,111.508916 C40,109.570995 41.5680474,108 43.4972017,108 L76.5027983,108 C78.4342495,108 80,109.561472 80,111.508916 L80,112.491084 C80,114.429005 78.4319526,116 76.5027983,116 L43.4972017,116 C41.5657505,116 40,114.438528 40,112.491084 L40,111.508916 Z M32,38 C35.3137085,38 38,35.3137085 38,32 C38,28.6862915 35.3137085,26 32,26 C28.6862915,26 26,28.6862915 26,32 C26,35.3137085 28.6862915,38 32,38 Z M32,54 C35.3137085,54 38,51.3137085 38,48 C38,44.6862915 35.3137085,42 32,42 C28.6862915,42 26,44.6862915 26,48 C26,51.3137085 28.6862915,54 32,54 Z M32,70 C35.3137085,70 38,67.3137085 38,64 C38,60.6862915 35.3137085,58 32,58 C28.6862915,58 26,60.6862915 26,64 C26,67.3137085 28.6862915,70 32,70 Z M32,86 C35.3137085,86 38,83.3137085 38,80 C38,76.6862915 35.3137085,74 32,74 C28.6862915,74 26,76.6862915 26,80 C26,83.3137085 28.6862915,86 32,86 Z M32,102 C35.3137085,102 38,99.3137085 38,96 C38,92.6862915 35.3137085,90 32,90 C28.6862915,90 26,92.6862915 26,96 C26,99.3137085 28.6862915,102 32,102 Z M32,118 C35.3137085,118 38,115.313708 38,112 C38,108.686292 35.3137085,106 32,106 C28.6862915,106 26,108.686292 26,112 C26,115.313708 28.6862915,118 32,118 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/locked-padlock": {
"title": "$:/core/images/locked-padlock",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-locked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M96.4723753,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L32.0000269,64 C32.0028554,48.2766389 32.3030338,16.2688026 64.1594984,16.2688041 C95.9543927,16.2688056 96.4648869,48.325931 96.4723753,64 Z M80.5749059,64 L48.4413579,64 C48.4426205,47.71306 48.5829272,31.9999996 64.1595001,31.9999996 C79.8437473,31.9999996 81.1369461,48.1359182 80.5749059,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/mail": {
"title": "$:/core/images/mail",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mail tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M122.826782,104.894066 C121.945525,105.22777 120.990324,105.41043 119.993027,105.41043 L8.00697327,105.41043 C7.19458381,105.41043 6.41045219,105.289614 5.67161357,105.064967 L5.67161357,105.064967 L39.8346483,70.9019325 L60.6765759,91.7438601 C61.6118278,92.679112 62.8865166,93.0560851 64.0946097,92.8783815 C65.2975108,93.0473238 66.5641085,92.6696979 67.4899463,91.7438601 L88.5941459,70.6396605 C88.6693095,70.7292352 88.7490098,70.8162939 88.8332479,70.9005321 L122.826782,104.894066 Z M127.903244,98.6568194 C127.966933,98.2506602 128,97.8343714 128,97.4103789 L128,33.410481 C128,32.7414504 127.917877,32.0916738 127.763157,31.4706493 L94.2292399,65.0045665 C94.3188145,65.0797417 94.4058701,65.1594458 94.4901021,65.2436778 L127.903244,98.6568194 Z M0.205060636,99.2178117 C0.0709009529,98.6370366 0,98.0320192 0,97.4103789 L0,33.410481 C0,32.694007 0.0944223363,31.9995312 0.27147538,31.3387595 L0.27147538,31.3387595 L34.1777941,65.2450783 L0.205060636,99.2178117 L0.205060636,99.2178117 Z M5.92934613,25.6829218 C6.59211333,25.5051988 7.28862283,25.4104299 8.00697327,25.4104299 L119.993027,25.4104299 C120.759109,25.4104299 121.500064,25.5178649 122.201605,25.7184927 L122.201605,25.7184927 L64.0832611,83.8368368 L5.92934613,25.6829218 L5.92934613,25.6829218 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/menu-button": {
"title": "$:/core/images/menu-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-menu-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <rect x=\"0\" y=\"16\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"56\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"96\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n</svg>"
},
"$:/core/images/mono-block": {
"title": "$:/core/images/mono-block",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mono-block tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M23.9653488,32.9670593 L24.3217888,32.9670593 C25.0766067,32.9670593 25.6497006,33.1592554 26.0410876,33.5436534 C26.4324747,33.9280514 26.6281653,34.4906619 26.6281653,35.2315017 C26.6281653,36.0562101 26.4219913,36.6502709 26.009637,37.0137017 C25.5972828,37.3771326 24.9158602,37.5588453 23.9653488,37.5588453 L17.6542639,37.5588453 C16.6897744,37.5588453 16.0048573,37.380627 15.5994921,37.0241852 C15.1941269,36.6677435 14.9914474,36.0701882 14.9914474,35.2315017 C14.9914474,34.4207713 15.1941269,33.8406885 15.5994921,33.4912358 C16.0048573,33.141783 16.6897744,32.9670593 17.6542639,32.9670593 L18.388111,32.9670593 L17.5284616,30.5139133 L8.47069195,30.5139133 L7.5691084,32.9670593 L8.30295547,32.9670593 C9.25346691,32.9670593 9.93488953,33.1452775 10.3472438,33.5017193 C10.759598,33.8581611 10.965772,34.4347494 10.965772,35.2315017 C10.965772,36.0562101 10.759598,36.6502709 10.3472438,37.0137017 C9.93488953,37.3771326 9.25346691,37.5588453 8.30295547,37.5588453 L2.89345418,37.5588453 C1.92896463,37.5588453 1.24404754,37.3771326 0.838682371,37.0137017 C0.433317198,36.6502709 0.230637652,36.0562101 0.230637652,35.2315017 C0.230637652,34.4906619 0.426328248,33.9280514 0.817715312,33.5436534 C1.20910238,33.1592554 1.78219626,32.9670593 2.53701417,32.9670593 L2.89345418,32.9670593 L8.51262607,17.3256331 L6.83526132,17.3256331 C5.88474988,17.3256331 5.20332727,17.1439204 4.79097304,16.7804895 C4.37861882,16.4170587 4.1724448,15.8299869 4.1724448,15.0192565 C4.1724448,14.1945481 4.37861882,13.6004873 4.79097304,13.2370565 C5.20332727,12.8736257 5.88474988,12.691913 6.83526132,12.691913 L14.6979086,12.691913 C15.9419603,12.691913 16.815579,13.3628521 17.318791,14.7047506 L17.318791,14.7676518 L23.9653488,32.9670593 Z M12.9786097,17.3256331 L9.9383861,26.1737321 L16.0188333,26.1737321 L12.9786097,17.3256331 Z M35.3809383,26.6979086 L35.3809383,33.0928616 L38.5259972,33.0928616 C40.7485166,33.0928616 42.3140414,32.8482484 43.2226185,32.3590146 C44.1311956,31.8697807 44.5854773,31.0520736 44.5854773,29.9058686 C44.5854773,28.7456855 44.1521624,27.9209895 43.2855197,27.4317556 C42.4188769,26.9425218 40.9022748,26.6979086 38.7356678,26.6979086 L35.3809383,26.6979086 Z M46.0741385,24.370565 C47.5977525,24.9296893 48.7159844,25.6949794 49.428868,26.666458 C50.1417516,27.6379366 50.498188,28.8784752 50.498188,30.388111 C50.498188,31.6601189 50.1906743,32.8202846 49.5756374,33.8686428 C48.9606006,34.917001 48.0799929,35.7766419 46.933788,36.4475911 C46.2628387,36.8389782 45.5115266,37.1220307 44.6798291,37.296757 C43.8481316,37.4714834 42.6704935,37.5588453 41.1468796,37.5588453 L39.3856466,37.5588453 L30.2020747,37.5588453 C29.2795194,37.5588453 28.6190637,37.3771326 28.2206876,37.0137017 C27.8223114,36.6502709 27.6231264,36.0562101 27.6231264,35.2315017 C27.6231264,34.4906619 27.811828,33.9280514 28.189237,33.5436534 C28.5666459,33.1592554 29.118773,32.9670593 29.8456347,32.9670593 L30.2020747,32.9670593 L30.2020747,17.3256331 L29.8456347,17.3256331 C29.118773,17.3256331 28.5666459,17.1299425 28.189237,16.7385554 C27.811828,16.3471683 27.6231264,15.7740744 27.6231264,15.0192565 C27.6231264,14.2085262 27.8258059,13.6179599 28.2311711,13.24754 C28.6365363,12.8771201 29.2934976,12.691913 30.2020747,12.691913 L39.8469219,12.691913 C42.796303,12.691913 45.0362615,13.2650068 46.5668644,14.4112118 C48.0974674,15.5574168 48.8627574,17.2347648 48.8627574,19.443306 C48.8627574,20.5335986 48.6286276,21.4945792 48.1603609,22.3262767 C47.6920943,23.1579742 46.9966938,23.8393968 46.0741385,24.370565 L46.0741385,24.370565 Z M35.3809383,17.1998307 L35.3809383,22.4835296 L38.2114913,22.4835296 C39.9307988,22.4835296 41.1433816,22.2808501 41.8492761,21.8754849 C42.5551706,21.4701197 42.9081126,20.7852027 42.9081126,19.8207131 C42.9081126,18.912136 42.5901154,18.2481858 41.9541114,17.8288425 C41.3181074,17.4094992 40.2872373,17.1998307 38.8614701,17.1998307 L35.3809383,17.1998307 Z M71.244119,13.3838259 C71.5236812,12.880614 71.8102281,12.5241775 72.1037684,12.3145059 C72.3973087,12.1048342 72.7677231,12 73.2150226,12 C73.8999499,12 74.3856819,12.1817127 74.6722332,12.5451435 C74.9587844,12.9085744 75.1020579,13.5305909 75.1020579,14.4112118 L75.143992,19.8626472 C75.143992,20.8271368 74.9867406,21.4771091 74.6722332,21.8125837 C74.3577257,22.1480584 73.7881263,22.3157932 72.9634178,22.3157932 C72.3763372,22.3157932 71.92555,22.1760142 71.6110425,21.896452 C71.2965351,21.6168898 71.0274605,21.0997075 70.8038107,20.3448896 C70.4403799,19.0169692 69.8602971,18.0629775 69.0635448,17.482886 C68.2667926,16.9027945 67.1625385,16.612753 65.7507494,16.612753 C63.5981206,16.612753 61.9487284,17.3396038 60.8025235,18.7933272 C59.6563185,20.2470506 59.0832246,22.3507245 59.0832246,25.104412 C59.0832246,27.8441215 59.6633074,29.9477954 60.8234905,31.4154969 C61.9836736,32.8831984 63.6400547,33.6170381 65.7926836,33.6170381 C67.2603851,33.6170381 68.878327,33.1278116 70.6465578,32.149344 C72.4147886,31.1708763 73.5295261,30.6816498 73.9908037,30.6816498 C74.53595,30.6816498 74.9937262,30.9122852 75.3641461,31.3735628 C75.734566,31.8348404 75.9197732,32.4079343 75.9197732,33.0928616 C75.9197732,34.3229353 74.836486,35.4831009 72.669879,36.5733935 C70.5032721,37.663686 68.0641285,38.2088241 65.3523753,38.2088241 C61.6901107,38.2088241 58.7267959,36.9997358 56.4623422,34.5815228 C54.1978885,32.1633099 53.0656786,29.0043046 53.0656786,25.104412 C53.0656786,21.3443006 54.2118664,18.22024 56.5042763,15.7321366 C58.7966863,13.2440331 61.7040894,12 65.226573,12 C66.2190187,12 67.1974717,12.1118232 68.1619613,12.3354729 C69.1264508,12.5591227 70.1538264,12.9085702 71.244119,13.3838259 L71.244119,13.3838259 Z M81.4645862,32.9670593 L81.4645862,17.3256331 L81.1081461,17.3256331 C80.3533282,17.3256331 79.7802344,17.1299425 79.3888473,16.7385554 C78.9974602,16.3471683 78.8017696,15.7740744 78.8017696,15.0192565 C78.8017696,14.2085262 79.0114381,13.6179599 79.4307814,13.24754 C79.8501247,12.8771201 80.5280528,12.691913 81.4645862,12.691913 L85.4063933,12.691913 L86.6434498,12.691913 C89.5648747,12.691913 91.7034933,12.8177141 93.0593699,13.06932 C94.4152465,13.320926 95.5684233,13.740263 96.5189347,14.3273436 C98.210286,15.3337675 99.5067362,16.7699967 100.408324,18.6360743 C101.309912,20.5021519 101.7607,22.6582429 101.7607,25.104412 C101.7607,27.6903623 101.247012,29.9512876 100.219621,31.8872557 C99.1922296,33.8232239 97.7350336,35.2874089 95.8479888,36.2798546 C94.9953241,36.7271541 93.9959043,37.0521403 92.8496993,37.2548229 C91.7034944,37.4575055 89.9981906,37.5588453 87.7337369,37.5588453 L85.4063933,37.5588453 L81.4645862,37.5588453 C80.5000966,37.5588453 79.8151795,37.380627 79.4098143,37.0241852 C79.0044492,36.6677435 78.8017696,36.0701882 78.8017696,35.2315017 C78.8017696,34.4906619 78.9974602,33.9280514 79.3888473,33.5436534 C79.7802344,33.1592554 80.3533282,32.9670593 81.1081461,32.9670593 L81.4645862,32.9670593 Z M86.8740874,17.2417648 L86.8740874,32.9670593 L88.0692098,32.9670593 C90.7110725,32.9670593 92.6609895,32.3205814 93.9190194,31.0276063 C95.1770492,29.7346312 95.8060547,27.7462749 95.8060547,25.0624779 C95.8060547,22.4206153 95.1665658,20.4497314 93.8875688,19.1497672 C92.6085718,17.849803 90.6831161,17.1998307 88.1111439,17.1998307 C87.7756693,17.1998307 87.5205727,17.2033252 87.3458463,17.2103142 C87.1711199,17.2173033 87.0138685,17.2277867 86.8740874,17.2417648 L86.8740874,17.2417648 Z M121.94052,17.1159625 L112.190837,17.1159625 L112.190837,22.4835296 L115.88104,22.4835296 L115.88104,22.2319249 C115.88104,21.4351727 116.055763,20.841112 116.405216,20.4497249 C116.754669,20.0583378 117.285829,19.8626472 117.998713,19.8626472 C118.627728,19.8626472 119.141415,20.0408655 119.539792,20.3973072 C119.938168,20.753749 120.137353,21.2045363 120.137353,21.7496826 C120.137353,21.7776388 120.144342,21.8684951 120.15832,22.0222543 C120.172298,22.1760135 120.179287,22.3297704 120.179287,22.4835296 L120.179287,26.8237109 C120.179287,27.7602442 120.011552,28.4311834 119.676077,28.8365486 C119.340603,29.2419138 118.795465,29.4445933 118.040647,29.4445933 C117.327763,29.4445933 116.789614,29.2558917 116.426183,28.8784827 C116.062752,28.5010738 115.88104,27.9419578 115.88104,27.201118 L115.88104,26.8237109 L112.190837,26.8237109 L112.190837,33.0928616 L121.94052,33.0928616 L121.94052,30.5977816 C121.94052,29.6612482 122.118738,28.9903091 122.47518,28.5849439 C122.831622,28.1795787 123.415199,27.9768992 124.225929,27.9768992 C125.022682,27.9768992 125.592281,28.1760842 125.934745,28.5744604 C126.277208,28.9728365 126.448438,29.6472701 126.448438,30.5977816 L126.448438,35.6718099 C126.448438,36.4266278 126.30167,36.9298322 126.008129,37.1814382 C125.714589,37.4330442 125.134506,37.5588453 124.267863,37.5588453 L107.095842,37.5588453 C106.173287,37.5588453 105.512831,37.3771326 105.114455,37.0137017 C104.716079,36.6502709 104.516894,36.0562101 104.516894,35.2315017 C104.516894,34.4906619 104.705595,33.9280514 105.083004,33.5436534 C105.460413,33.1592554 106.01254,32.9670593 106.739402,32.9670593 L107.095842,32.9670593 L107.095842,17.3256331 L106.739402,17.3256331 C106.026518,17.3256331 105.477886,17.126448 105.093488,16.7280719 C104.70909,16.3296957 104.516894,15.7600963 104.516894,15.0192565 C104.516894,14.2085262 104.719573,13.6179599 105.124938,13.24754 C105.530304,12.8771201 106.187265,12.691913 107.095842,12.691913 L124.267863,12.691913 C125.120528,12.691913 125.697116,12.8212085 125.997646,13.0798036 C126.298175,13.3383986 126.448438,13.8520864 126.448438,14.6208824 L126.448438,19.3175037 C126.448438,20.2680151 126.273714,20.9494377 125.924261,21.361792 C125.574808,21.7741462 125.008703,21.9803202 124.225929,21.9803202 C123.415199,21.9803202 122.831622,21.7706517 122.47518,21.3513084 C122.118738,20.9319652 121.94052,20.254037 121.94052,19.3175037 L121.94052,17.1159625 Z M19.7719369,47.6405477 C20.037521,47.1373358 20.3205734,46.7808993 20.6211028,46.5712277 C20.9216322,46.361556 21.295541,46.2567218 21.7428405,46.2567218 C22.4277678,46.2567218 22.9134998,46.4384345 23.2000511,46.8018653 C23.4866023,47.1652962 23.6298758,47.7873127 23.6298758,48.6679336 L23.6718099,54.119369 C23.6718099,55.0838586 23.5145586,55.7338309 23.2000511,56.0693055 C22.8855436,56.4047802 22.3089553,56.572515 21.4702687,56.572515 C20.8831881,56.572515 20.4254119,56.4292415 20.0969263,56.1426902 C19.7684407,55.856139 19.4993662,55.3424512 19.2896945,54.6016114 C18.9122856,53.2597129 18.3322027,52.3022267 17.5494286,51.7291243 C16.7666545,51.1560218 15.6693894,50.8694748 14.2576003,50.8694748 C12.1049715,50.8694748 10.4590738,51.5963256 9.31985785,53.050049 C8.18064193,54.5037724 7.61104252,56.6074463 7.61104252,59.3611338 C7.61104252,62.1148214 8.20859773,64.2429566 9.40372609,65.7456034 C10.5988544,67.2482501 12.2936748,67.9995623 14.488238,67.9995623 C14.9914499,67.9995623 15.5645438,67.9401562 16.2075368,67.8213423 C16.8505299,67.7025283 17.6053364,67.5173212 18.4719792,67.2657152 L18.4719792,63.9529198 L16.1027015,63.9529198 C15.1521901,63.9529198 14.4777564,63.7781961 14.0793803,63.4287433 C13.6810042,63.0792906 13.4818191,62.4992078 13.4818191,61.6884774 C13.4818191,60.8497908 13.6810042,60.2522356 14.0793803,59.8957938 C14.4777564,59.5393521 15.1521901,59.3611338 16.1027015,59.3611338 L23.6718099,59.3611338 C24.6502776,59.3611338 25.3386891,59.5358576 25.7370653,59.8853103 C26.1354414,60.2347631 26.3346265,60.8218348 26.3346265,61.6465433 C26.3346265,62.3873831 26.1354414,62.9569825 25.7370653,63.3553586 C25.3386891,63.7537347 24.7621008,63.9529198 24.0072829,63.9529198 L23.6718099,63.9529198 L23.6718099,68.9430799 L23.6718099,69.1946846 C23.6718099,69.6419841 23.6228873,69.9529924 23.5250405,70.1277188 C23.4271937,70.3024451 23.2315031,70.4806634 22.9379628,70.6623788 C22.1412106,71.1376345 20.8762107,71.5569715 19.1429251,71.9204023 C17.4096396,72.2838332 15.6554131,72.4655459 13.8801932,72.4655459 C10.2179286,72.4655459 7.25461383,71.2564576 4.99016011,68.8382446 C2.72570638,66.4200317 1.59349651,63.2610264 1.59349651,59.3611338 C1.59349651,55.6010224 2.73968428,52.4769618 5.03209423,49.9888583 C7.32450417,47.5007549 10.2319073,46.2567218 13.7543909,46.2567218 C14.7328585,46.2567218 15.7078171,46.368545 16.6792957,46.5921947 C17.6507743,46.8158445 18.6816444,47.165292 19.7719369,47.6405477 L19.7719369,47.6405477 Z M35.611576,51.5823548 L35.611576,56.4047785 L42.4678043,56.4047785 L42.4678043,51.5823548 L42.1323314,51.5823548 C41.3775135,51.5823548 40.8009251,51.3866642 40.402549,50.9952772 C40.0041729,50.6038901 39.8049878,50.0307962 39.8049878,49.2759783 C39.8049878,48.4512699 40.0111618,47.8572091 40.4235161,47.4937783 C40.8358703,47.1303474 41.5172929,46.9486347 42.4678043,46.9486347 L47.8773056,46.9486347 C48.8278171,46.9486347 49.5022507,47.1303474 49.9006269,47.4937783 C50.299003,47.8572091 50.498188,48.4512699 50.498188,49.2759783 C50.498188,50.0307962 50.3059919,50.6038901 49.9215939,50.9952772 C49.5371959,51.3866642 48.9745854,51.5823548 48.2337456,51.5823548 L47.8773056,51.5823548 L47.8773056,67.2237811 L48.2337456,67.2237811 C48.9885636,67.2237811 49.5616574,67.4159772 49.9530445,67.8003752 C50.3444316,68.1847732 50.5401222,68.7473837 50.5401222,69.4882235 C50.5401222,70.3129319 50.3374426,70.9069927 49.9320774,71.2704235 C49.5267123,71.6338543 48.8417952,71.815567 47.8773056,71.815567 L42.4678043,71.815567 C41.5033148,71.815567 40.8183977,71.6373488 40.4130325,71.280907 C40.0076674,70.9244652 39.8049878,70.32691 39.8049878,69.4882235 C39.8049878,68.7473837 40.0041729,68.1847732 40.402549,67.8003752 C40.8009251,67.4159772 41.3775135,67.2237811 42.1323314,67.2237811 L42.4678043,67.2237811 L42.4678043,61.0384986 L35.611576,61.0384986 L35.611576,67.2237811 L35.9470489,67.2237811 C36.7018668,67.2237811 37.2784552,67.4159772 37.6768313,67.8003752 C38.0752074,68.1847732 38.2743925,68.7473837 38.2743925,69.4882235 C38.2743925,70.3129319 38.0682185,70.9069927 37.6558642,71.2704235 C37.24351,71.6338543 36.5620874,71.815567 35.611576,71.815567 L30.2020747,71.815567 C29.2375851,71.815567 28.552668,71.6373488 28.1473029,71.280907 C27.7419377,70.9244652 27.5392581,70.32691 27.5392581,69.4882235 C27.5392581,68.7473837 27.7349487,68.1847732 28.1263358,67.8003752 C28.5177229,67.4159772 29.0908168,67.2237811 29.8456347,67.2237811 L30.2020747,67.2237811 L30.2020747,51.5823548 L29.8456347,51.5823548 C29.1047949,51.5823548 28.5421844,51.3866642 28.1577864,50.9952772 C27.7733884,50.6038901 27.5811923,50.0307962 27.5811923,49.2759783 C27.5811923,48.4512699 27.7803773,47.8572091 28.1787534,47.4937783 C28.5771296,47.1303474 29.2515632,46.9486347 30.2020747,46.9486347 L35.611576,46.9486347 C36.5481093,46.9486347 37.2260374,47.1303474 37.6453807,47.4937783 C38.064724,47.8572091 38.2743925,48.4512699 38.2743925,49.2759783 C38.2743925,50.0307962 38.0752074,50.6038901 37.6768313,50.9952772 C37.2784552,51.3866642 36.7018668,51.5823548 35.9470489,51.5823548 L35.611576,51.5823548 Z M67.365213,51.5823548 L67.365213,67.2237811 L70.887679,67.2237811 C71.8381904,67.2237811 72.519613,67.4019993 72.9319673,67.7584411 C73.3443215,68.1148829 73.5504955,68.6914712 73.5504955,69.4882235 C73.5504955,70.2989538 73.340827,70.8895201 72.9214837,71.25994 C72.5021404,71.6303599 71.8242123,71.815567 70.887679,71.815567 L58.4332458,71.815567 C57.4827343,71.815567 56.8013117,71.6338543 56.3889575,71.2704235 C55.9766033,70.9069927 55.7704292,70.3129319 55.7704292,69.4882235 C55.7704292,68.6774931 55.9731088,68.0974103 56.378474,67.7479575 C56.7838391,67.3985048 57.4687562,67.2237811 58.4332458,67.2237811 L61.9557117,67.2237811 L61.9557117,51.5823548 L58.4332458,51.5823548 C57.4827343,51.5823548 56.8013117,51.4006421 56.3889575,51.0372113 C55.9766033,50.6737805 55.7704292,50.0867087 55.7704292,49.2759783 C55.7704292,48.4512699 55.9731088,47.8641981 56.378474,47.5147453 C56.7838391,47.1652926 57.4687562,46.9905689 58.4332458,46.9905689 L70.887679,46.9905689 C71.8801247,46.9905689 72.5720308,47.1652926 72.9634178,47.5147453 C73.3548049,47.8641981 73.5504955,48.4512699 73.5504955,49.2759783 C73.5504955,50.0867087 73.347816,50.6737805 72.9424508,51.0372113 C72.5370856,51.4006421 71.8521685,51.5823548 70.887679,51.5823548 L67.365213,51.5823548 Z M97.8608265,51.5823548 L97.8608265,63.1771386 L97.8608265,63.5755127 C97.8608265,65.4485794 97.7385199,66.8044357 97.493903,67.6431222 C97.2492861,68.4818088 96.8404325,69.2296264 96.26733,69.8865976 C95.5264902,70.7392623 94.4991146,71.3822457 93.1851723,71.815567 C91.87123,72.2488884 90.2917273,72.4655459 88.4466169,72.4655459 C87.1466527,72.4655459 85.8921362,72.3397448 84.6830298,72.0881388 C83.4739233,71.8365328 82.3102631,71.4591296 81.1920144,70.9559176 C80.5769776,70.6763554 80.175113,70.31293 79.9864085,69.8656305 C79.797704,69.418331 79.7033532,68.6914802 79.7033532,67.6850564 L79.7033532,63.3658422 C79.7033532,62.1637247 79.8780769,61.3250508 80.2275297,60.849795 C80.5769824,60.3745393 81.185021,60.136915 82.0516638,60.136915 C83.2957156,60.136915 83.9806326,61.0524675 84.1064356,62.8835998 C84.1204137,63.2050963 84.1413806,63.4497096 84.1693368,63.6174469 C84.3370741,65.2389076 84.7144774,66.3466561 85.301558,66.9407258 C85.8886386,67.5347954 86.8251579,67.8318258 88.1111439,67.8318258 C89.7046484,67.8318258 90.8263749,67.4089943 91.476357,66.5633187 C92.126339,65.7176431 92.4513252,64.1765796 92.4513252,61.9400821 L92.4513252,51.5823548 L88.9288593,51.5823548 C87.9783478,51.5823548 87.2969252,51.4006421 86.884571,51.0372113 C86.4722168,50.6737805 86.2660427,50.0867087 86.2660427,49.2759783 C86.2660427,48.4512699 86.4652278,47.8641981 86.8636039,47.5147453 C87.26198,47.1652926 87.9503916,46.9905689 88.9288593,46.9905689 L99.6220595,46.9905689 C100.600527,46.9905689 101.288939,47.1652926 101.687315,47.5147453 C102.085691,47.8641981 102.284876,48.4512699 102.284876,49.2759783 C102.284876,50.0867087 102.078702,50.6737805 101.666348,51.0372113 C101.253994,51.4006421 100.572571,51.5823548 99.6220595,51.5823548 L97.8608265,51.5823548 Z M112.505343,51.5823548 L112.505343,57.9353738 L118.984165,51.4565525 C118.257303,51.3726838 117.747109,51.1665098 117.453569,50.8380242 C117.160029,50.5095387 117.013261,49.9888619 117.013261,49.2759783 C117.013261,48.4512699 117.212446,47.8572091 117.610822,47.4937783 C118.009198,47.1303474 118.683632,46.9486347 119.634143,46.9486347 L124.771073,46.9486347 C125.721584,46.9486347 126.396018,47.1303474 126.794394,47.4937783 C127.19277,47.8572091 127.391955,48.4512699 127.391955,49.2759783 C127.391955,50.0447743 127.19277,50.6213627 126.794394,51.0057607 C126.396018,51.3901587 125.812441,51.5823548 125.043645,51.5823548 L124.561402,51.5823548 L118.459988,57.641835 C119.592215,58.4805215 120.626579,59.5812811 121.563113,60.9441468 C122.499646,62.3070125 123.596911,64.400203 124.854941,67.2237811 L125.127513,67.2237811 L125.546854,67.2237811 C126.371563,67.2237811 126.98659,67.4124827 127.391955,67.7898917 C127.79732,68.1673006 128,68.7334056 128,69.4882235 C128,70.3129319 127.793826,70.9069927 127.381472,71.2704235 C126.969118,71.6338543 126.287695,71.815567 125.337183,71.815567 L122.758235,71.815567 C121.626008,71.815567 120.710456,71.0537715 120.01155,69.5301576 C119.885747,69.2505954 119.787902,69.026949 119.718012,68.8592117 C118.795456,66.9022764 117.949793,65.3926632 117.180997,64.3303269 C116.412201,63.2679906 115.510627,62.2965265 114.476247,61.4159056 L112.505343,63.302941 L112.505343,67.2237811 L112.840816,67.2237811 C113.595634,67.2237811 114.172222,67.4159772 114.570599,67.8003752 C114.968975,68.1847732 115.16816,68.7473837 115.16816,69.4882235 C115.16816,70.3129319 114.961986,70.9069927 114.549631,71.2704235 C114.137277,71.6338543 113.455855,71.815567 112.505343,71.815567 L107.095842,71.815567 C106.131352,71.815567 105.446435,71.6373488 105.04107,71.280907 C104.635705,70.9244652 104.433025,70.32691 104.433025,69.4882235 C104.433025,68.7473837 104.628716,68.1847732 105.020103,67.8003752 C105.41149,67.4159772 105.984584,67.2237811 106.739402,67.2237811 L107.095842,67.2237811 L107.095842,51.5823548 L106.739402,51.5823548 C105.998562,51.5823548 105.435952,51.3866642 105.051554,50.9952772 C104.667156,50.6038901 104.474959,50.0307962 104.474959,49.2759783 C104.474959,48.4512699 104.674145,47.8572091 105.072521,47.4937783 C105.470897,47.1303474 106.14533,46.9486347 107.095842,46.9486347 L112.505343,46.9486347 C113.441877,46.9486347 114.119805,47.1303474 114.539148,47.4937783 C114.958491,47.8572091 115.16816,48.4512699 115.16816,49.2759783 C115.16816,50.0307962 114.968975,50.6038901 114.570599,50.9952772 C114.172222,51.3866642 113.595634,51.5823548 112.840816,51.5823548 L112.505343,51.5823548 Z M13.439885,96.325622 L17.4445933,84.4372993 C17.6961993,83.6545252 18.0456468,83.0849258 18.4929463,82.728484 C18.9402458,82.3720422 19.5343065,82.193824 20.2751463,82.193824 L23.5460076,82.193824 C24.496519,82.193824 25.1779416,82.3755367 25.5902958,82.7389675 C26.0026501,83.1023984 26.2088241,83.6964591 26.2088241,84.5211676 C26.2088241,85.2759855 26.009639,85.8490794 25.6112629,86.2404664 C25.2128868,86.6318535 24.6362984,86.8275441 23.8814805,86.8275441 L23.5460076,86.8275441 L24.1330852,102.46897 L24.4895252,102.46897 C25.2443431,102.46897 25.8104481,102.661166 26.187857,103.045564 C26.565266,103.429962 26.7539676,103.992573 26.7539676,104.733413 C26.7539676,105.558121 26.5547826,106.152182 26.1564064,106.515613 C25.7580303,106.879044 25.0835967,107.060756 24.1330852,107.060756 L19.4154969,107.060756 C18.4649855,107.060756 17.7905518,106.882538 17.3921757,106.526096 C16.9937996,106.169654 16.7946145,105.572099 16.7946145,104.733413 C16.7946145,103.992573 16.9868106,103.429962 17.3712086,103.045564 C17.7556066,102.661166 18.325206,102.46897 19.0800239,102.46897 L19.4154969,102.46897 L19.1219581,89.6790642 L16.0607674,99.1981091 C15.8371177,99.9109927 15.5191204,100.42468 15.1067662,100.739188 C14.694412,101.053695 14.1248126,101.210947 13.3979509,101.210947 C12.6710892,101.210947 12.0945008,101.053695 11.6681685,100.739188 C11.2418362,100.42468 10.91685,99.9109927 10.6932002,99.1981091 L7.65297664,89.6790642 L7.35943781,102.46897 L7.69491075,102.46897 C8.44972866,102.46897 9.01932808,102.661166 9.40372609,103.045564 C9.78812409,103.429962 9.98032022,103.992573 9.98032022,104.733413 C9.98032022,105.558121 9.77764067,106.152182 9.3722755,106.515613 C8.96691032,106.879044 8.29597114,107.060756 7.35943781,107.060756 L2.62088241,107.060756 C1.68434908,107.060756 1.01340989,106.879044 0.608044719,106.515613 C0.202679546,106.152182 0,105.558121 0,104.733413 C0,103.992573 0.192196121,103.429962 0.57659413,103.045564 C0.960992139,102.661166 1.53059155,102.46897 2.28540946,102.46897 L2.62088241,102.46897 L3.22892713,86.8275441 L2.89345418,86.8275441 C2.13863627,86.8275441 1.56204791,86.6318535 1.16367179,86.2404664 C0.765295672,85.8490794 0.5661106,85.2759855 0.5661106,84.5211676 C0.5661106,83.6964591 0.772284622,83.1023984 1.18463885,82.7389675 C1.59699308,82.3755367 2.27841569,82.193824 3.22892713,82.193824 L6.49978838,82.193824 C7.22665007,82.193824 7.81022738,82.3685477 8.25053783,82.7180005 C8.69084827,83.0674532 9.05077919,83.6405471 9.33034138,84.4372993 L13.439885,96.325622 Z M43.8935644,98.3803938 L43.8935644,86.8275441 L42.7403761,86.8275441 C41.8178209,86.8275441 41.1573651,86.6458314 40.758989,86.2824006 C40.3606129,85.9189697 40.1614278,85.3318979 40.1614278,84.5211676 C40.1614278,83.7104372 40.3606129,83.119871 40.758989,82.7494511 C41.1573651,82.3790312 41.8178209,82.193824 42.7403761,82.193824 L48.6950209,82.193824 C49.6035981,82.193824 50.2605593,82.3790312 50.6659245,82.7494511 C51.0712897,83.119871 51.2739692,83.7104372 51.2739692,84.5211676 C51.2739692,85.2620074 51.0817731,85.8316068 50.6973751,86.2299829 C50.3129771,86.628359 49.7643445,86.8275441 49.051461,86.8275441 L48.6950209,86.8275441 L48.6950209,105.865634 C48.6950209,106.522605 48.6251315,106.934953 48.4853504,107.10269 C48.3455693,107.270428 48.0310665,107.354295 47.5418327,107.354295 L45.4451268,107.354295 C44.7741775,107.354295 44.3024234,107.284406 44.0298503,107.144625 C43.7572771,107.004843 43.5231473,106.76023 43.3274538,106.410777 L34.6051571,91.0838571 L34.6051571,102.46897 L35.8212466,102.46897 C36.7298237,102.46897 37.379796,102.643694 37.7711831,102.993147 C38.1625701,103.3426 38.3582607,103.922682 38.3582607,104.733413 C38.3582607,105.558121 38.1590757,106.152182 37.7606995,106.515613 C37.3623234,106.879044 36.7158456,107.060756 35.8212466,107.060756 L29.8037005,107.060756 C28.8951234,107.060756 28.2381621,106.879044 27.832797,106.515613 C27.4274318,106.152182 27.2247522,105.558121 27.2247522,104.733413 C27.2247522,103.992573 27.4134539,103.429962 27.7908629,103.045564 C28.1682718,102.661166 28.7273878,102.46897 29.4682276,102.46897 L29.8037005,102.46897 L29.8037005,86.8275441 L29.4682276,86.8275441 C28.755344,86.8275441 28.203217,86.628359 27.8118299,86.2299829 C27.4204428,85.8316068 27.2247522,85.2620074 27.2247522,84.5211676 C27.2247522,83.7104372 27.4309263,83.119871 27.8432805,82.7494511 C28.2556347,82.3790312 28.9091015,82.193824 29.8037005,82.193824 L33.2422983,82.193824 C34.0670067,82.193824 34.6261227,82.3021527 34.919663,82.5188134 C35.2132033,82.7354741 35.5416839,83.1722835 35.9051148,83.8292546 L43.8935644,98.3803938 Z M64.6604624,86.3662688 C62.8572863,86.3662688 61.4420239,87.0931196 60.4146329,88.546843 C59.3872418,90.0005663 58.873554,92.0203728 58.873554,94.6063231 C58.873554,97.1922733 59.3907363,99.2190688 60.4251164,100.68677 C61.4594965,102.154472 62.8712644,102.888312 64.6604624,102.888312 C66.4636385,102.888312 67.8823953,102.157966 68.9167754,100.697254 C69.9511555,99.2365414 70.4683378,97.2062514 70.4683378,94.6063231 C70.4683378,92.0203728 69.95465,90.0005663 68.9272589,88.546843 C67.8998679,87.0931196 66.4776166,86.3662688 64.6604624,86.3662688 L64.6604624,86.3662688 Z M64.6604624,81.501911 C68.0990773,81.501911 70.929602,82.7319662 73.1521214,85.1921135 C75.3746408,87.6522607 76.4858838,90.7902992 76.4858838,94.6063231 C76.4858838,98.4503032 75.3816297,101.595331 73.1730884,104.0415 C70.9645471,106.487669 68.1270335,107.710735 64.6604624,107.710735 C61.2358256,107.710735 58.4053009,106.477185 56.1688034,104.010049 C53.9323059,101.542913 52.8140739,98.4083688 52.8140739,94.6063231 C52.8140739,90.7763211 53.9218224,87.6347881 56.1373528,85.1816299 C58.3528831,82.7284717 61.1938912,81.501911 64.6604624,81.501911 L64.6604624,81.501911 Z M87.4611651,98.1707232 L87.4611651,102.46897 L89.6207722,102.46897 C90.5293493,102.46897 91.1758272,102.643694 91.5602252,102.993147 C91.9446232,103.3426 92.1368193,103.922682 92.1368193,104.733413 C92.1368193,105.558121 91.9411287,106.152182 91.5497417,106.515613 C91.1583546,106.879044 90.5153712,107.060756 89.6207722,107.060756 L82.3661697,107.060756 C81.4436145,107.060756 80.7831587,106.879044 80.3847826,106.515613 C79.9864065,106.152182 79.7872214,105.558121 79.7872214,104.733413 C79.7872214,103.992573 79.9759231,103.429962 80.353332,103.045564 C80.730741,102.661166 81.282868,102.46897 82.0097297,102.46897 L82.3661697,102.46897 L82.3661697,86.8275441 L82.0097297,86.8275441 C81.2968461,86.8275441 80.7482136,86.628359 80.3638155,86.2299829 C79.9794175,85.8316068 79.7872214,85.2620074 79.7872214,84.5211676 C79.7872214,83.7104372 79.989901,83.119871 80.3952661,82.7494511 C80.8006313,82.3790312 81.4575926,82.193824 82.3661697,82.193824 L91.0255652,82.193824 C94.450202,82.193824 97.0396079,82.8507853 98.7938606,84.1647276 C100.548113,85.4786699 101.425227,87.414609 101.425227,89.972603 C101.425227,92.6703781 100.551608,94.7111515 98.8043442,96.0949843 C97.0570805,97.4788171 94.4641801,98.1707232 91.0255652,98.1707232 L87.4611651,98.1707232 Z M87.4611651,86.8275441 L87.4611651,93.4531348 L90.4384875,93.4531348 C92.0879044,93.4531348 93.328443,93.1735768 94.1601405,92.6144525 C94.9918381,92.0553281 95.4076806,91.2166541 95.4076806,90.0984053 C95.4076806,89.0500471 94.9778602,88.2428234 94.1182064,87.67671 C93.2585527,87.1105966 92.031992,86.8275441 90.4384875,86.8275441 L87.4611651,86.8275441 Z M114.727851,107.396229 L113.092421,109.03166 C113.69348,108.835966 114.284046,108.689198 114.864137,108.591352 C115.444229,108.493505 116.013828,108.444582 116.572953,108.444582 C117.677223,108.444582 118.840883,108.608823 120.063968,108.937308 C121.287053,109.265794 122.031376,109.430034 122.29696,109.430034 C122.744259,109.430034 123.327837,109.279772 124.047709,108.979242 C124.767582,108.678713 125.253314,108.52845 125.50492,108.52845 C126.02211,108.52845 126.45193,108.727636 126.794394,109.126012 C127.136858,109.524388 127.308087,110.024098 127.308087,110.625156 C127.308087,111.421909 126.836333,112.099837 125.892811,112.658961 C124.949288,113.218086 123.792617,113.497643 122.422762,113.497643 C121.486229,113.497643 120.28413,113.277492 118.816428,112.837181 C117.348727,112.396871 116.286406,112.176719 115.629435,112.176719 C114.636989,112.176719 113.518757,112.449288 112.274706,112.994434 C111.030654,113.53958 110.261869,113.812149 109.968329,113.812149 C109.36727,113.812149 108.857077,113.612964 108.437734,113.214588 C108.01839,112.816212 107.808722,112.337469 107.808722,111.778345 C107.808722,111.386958 107.941512,110.971115 108.207096,110.530805 C108.47268,110.090494 108.94094,109.520895 109.611889,108.821989 L111.729562,106.683349 C109.395218,105.830685 107.536157,104.29661 106.152324,102.08108 C104.768491,99.8655494 104.076585,97.3180772 104.076585,94.4385866 C104.076585,90.6365409 105.180839,87.5299526 107.389381,85.1187288 C109.597922,82.7075049 112.442425,81.501911 115.922974,81.501911 C119.389545,81.501911 122.227059,82.7109994 124.4356,85.1292123 C126.644141,87.5474252 127.748395,90.650519 127.748395,94.4385866 C127.748395,98.2126762 126.65113,101.322759 124.456567,103.768928 C122.262004,106.215097 119.480402,107.438163 116.111677,107.438163 C115.888028,107.438163 115.660887,107.434669 115.430248,107.42768 C115.199609,107.420691 114.965479,107.410207 114.727851,107.396229 L114.727851,107.396229 Z M115.922974,86.3662688 C114.119798,86.3662688 112.704535,87.0931196 111.677144,88.546843 C110.649753,90.0005663 110.136065,92.0203728 110.136065,94.6063231 C110.136065,97.1922733 110.653248,99.2190688 111.687628,100.68677 C112.722008,102.154472 114.133776,102.888312 115.922974,102.888312 C117.72615,102.888312 119.144907,102.157966 120.179287,100.697254 C121.213667,99.2365414 121.730849,97.2062514 121.730849,94.6063231 C121.730849,92.0203728 121.217161,90.0005663 120.18977,88.546843 C119.162379,87.0931196 117.740128,86.3662688 115.922974,86.3662688 L115.922974,86.3662688 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/mono-line": {
"title": "$:/core/images/mono-line",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mono-line tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M60.4374591,84.522627 L61.3450888,84.522627 C63.2671377,84.522627 64.7264493,85.0120303 65.7230673,85.9908515 C66.7196852,86.9696727 67.2179868,88.4022896 67.2179868,90.288745 C67.2179868,92.3887615 66.6929905,93.9014625 65.6429823,94.8268935 C64.5929741,95.7523244 62.857817,96.215033 60.4374591,96.215033 L44.3670747,96.215033 C41.9111232,96.215033 40.1670679,95.7612227 39.1348565,94.8535884 C38.102645,93.9459542 37.586547,92.424355 37.586547,90.288745 C37.586547,88.2243221 38.102645,86.747214 39.1348565,85.8573766 C40.1670679,84.9675391 41.9111232,84.522627 44.3670747,84.522627 L46.235724,84.522627 L44.0467348,78.2759992 L20.9822627,78.2759992 L18.6864935,84.522627 L20.5551429,84.522627 C22.9755008,84.522627 24.7106579,84.9764373 25.7606661,85.8840716 C26.8106743,86.7917058 27.3356705,88.2599156 27.3356705,90.288745 C27.3356705,92.3887615 26.8106743,93.9014625 25.7606661,94.8268935 C24.7106579,95.7523244 22.9755008,96.215033 20.5551429,96.215033 L6.78052766,96.215033 C4.32457622,96.215033 2.58052094,95.7523244 1.54830946,94.8268935 C0.516097994,93.9014625 0,92.3887615 0,90.288745 C0,88.4022896 0.498301511,86.9696727 1.49491948,85.9908515 C2.49153745,85.0120303 3.95084902,84.522627 5.87289797,84.522627 L6.78052766,84.522627 L21.0890427,44.6937008 L16.8178442,44.6937008 C14.3974863,44.6937008 12.6623292,44.2309922 11.612321,43.3055613 C10.5623128,42.3801303 10.0373165,40.8852258 10.0373165,38.8208028 C10.0373165,36.7207864 10.5623128,35.2080854 11.612321,34.2826544 C12.6623292,33.3572234 14.3974863,32.8945149 16.8178442,32.8945149 L36.8390873,32.8945149 C40.0069087,32.8945149 42.231469,34.6029772 43.512835,38.0199531 L43.512835,38.180123 L60.4374591,84.522627 Z M32.4611088,44.6937008 L24.7195615,67.224273 L40.2026561,67.224273 L32.4611088,44.6937008 Z M89.5058233,68.5590225 L89.5058233,84.8429669 L97.5143205,84.8429669 C103.173687,84.8429669 107.160099,84.22009 109.473676,82.9743176 C111.787254,81.7285451 112.944025,79.6463566 112.944025,76.7276897 C112.944025,73.7734293 111.840643,71.6734444 109.633846,70.4276719 C107.427049,69.1818994 103.565213,68.5590225 98.0482204,68.5590225 L89.5058233,68.5590225 Z M116.734714,62.6327346 C120.614405,64.0564746 123.461842,66.0051894 125.277111,68.4789376 C127.092379,70.9526857 128,74.1115614 128,77.9556593 C128,81.1946677 127.216955,84.1488838 125.650841,86.8183962 C124.084727,89.4879087 121.84237,91.676876 118.923703,93.385364 C117.215215,94.3819819 115.302093,95.1027395 113.18428,95.5476582 C111.066467,95.9925769 108.06776,96.215033 104.188068,96.215033 L99.7033098,96.215033 L76.3184979,96.215033 C73.9693269,96.215033 72.2875593,95.7523244 71.2731446,94.8268935 C70.2587299,93.9014625 69.7515301,92.3887615 69.7515301,90.288745 C69.7515301,88.4022896 70.2320352,86.9696727 71.1930596,85.9908515 C72.1540841,85.0120303 73.5600062,84.522627 75.4108682,84.522627 L76.3184979,84.522627 L76.3184979,44.6937008 L75.4108682,44.6937008 C73.5600062,44.6937008 72.1540841,44.1953993 71.1930596,43.1987813 C70.2320352,42.2021633 69.7515301,40.7428518 69.7515301,38.8208028 C69.7515301,36.7563799 70.2676281,35.2525771 71.2998396,34.3093494 C72.3320511,33.3661217 74.0049204,32.8945149 76.3184979,32.8945149 L100.877889,32.8945149 C108.388118,32.8945149 114.09189,34.3538264 117.989378,37.2724934 C121.886867,40.1911603 123.835581,44.4623161 123.835581,50.0860889 C123.835581,52.8623819 123.239399,55.3093982 122.047017,57.4272114 C120.854635,59.5450246 119.083885,61.2801816 116.734714,62.6327346 L116.734714,62.6327346 Z M89.5058233,44.3733609 L89.5058233,57.8276363 L96.7134708,57.8276363 C101.091471,57.8276363 104.179161,57.3115383 105.976633,56.2793268 C107.774104,55.2471153 108.672827,53.50306 108.672827,51.0471086 C108.672827,48.7335312 107.863087,47.0428653 106.243583,45.9750604 C104.624078,44.9072554 101.999097,44.3733609 98.3685602,44.3733609 L89.5058233,44.3733609 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-button": {
"title": "$:/core/images/new-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M56,72 L8.00697327,72 C3.59075293,72 0,68.418278 0,64 C0,59.5907123 3.58484404,56 8.00697327,56 L56,56 L56,8.00697327 C56,3.59075293 59.581722,0 64,0 C68.4092877,0 72,3.58484404 72,8.00697327 L72,56 L119.993027,56 C124.409247,56 128,59.581722 128,64 C128,68.4092877 124.415156,72 119.993027,72 L72,72 L72,119.993027 C72,124.409247 68.418278,128 64,128 C59.5907123,128 56,124.415156 56,119.993027 L56,72 L56,72 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-here-button": {
"title": "$:/core/images/new-here-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-here-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n \t<g transform=\"translate(52.233611, 64.389922) rotate(75.000000) translate(-52.233611, -64.389922) translate(-7.734417, 3.702450)\">\n\t <path d=\"M18.9270186,45.959338 L18.9080585,49.6521741 C18.8884833,53.4648378 21.0574548,58.7482162 23.7526408,61.4434022 L78.5671839,116.257945 C81.2617332,118.952495 85.6348701,118.950391 88.3334363,116.251825 L115.863237,88.7220241 C118.555265,86.0299959 118.564544,81.6509578 115.869358,78.9557717 L61.0548144,24.1412286 C58.3602652,21.4466794 53.0787224,19.2788426 49.2595808,19.3006519 L25.9781737,19.4336012 C22.1633003,19.4553862 19.0471195,22.5673232 19.0275223,26.3842526 L18.9871663,34.2443819 C19.0818862,34.255617 19.1779758,34.2665345 19.2754441,34.2771502 C22.6891275,34.6489512 27.0485594,34.2348566 31.513244,33.2285542 C31.7789418,32.8671684 32.075337,32.5211298 32.4024112,32.1940556 C34.8567584,29.7397084 38.3789778,29.0128681 41.4406288,30.0213822 C41.5958829,29.9543375 41.7503946,29.8866669 41.9041198,29.8183808 L42.1110981,30.2733467 C43.1114373,30.6972371 44.0473796,31.3160521 44.8614145,32.1300869 C48.2842088,35.5528813 48.2555691,41.130967 44.7974459,44.5890903 C41.4339531,47.952583 36.0649346,48.0717177 32.6241879,44.9262969 C27.8170558,45.8919233 23.0726921,46.2881596 18.9270186,45.959338 Z\"></path>\n\t <path d=\"M45.4903462,38.8768094 C36.7300141,42.6833154 26.099618,44.7997354 18.1909048,43.9383587 C7.2512621,42.7468685 1.50150083,35.8404432 4.66865776,24.7010202 C7.51507386,14.6896965 15.4908218,6.92103848 24.3842626,4.38423012 C34.1310219,1.60401701 42.4070208,6.15882777 42.4070209,16.3101169 L34.5379395,16.310117 C34.5379394,11.9285862 31.728784,10.3825286 26.5666962,11.8549876 C20.2597508,13.6540114 14.3453742,19.4148216 12.2444303,26.8041943 C10.4963869,32.9523565 12.6250796,35.5092726 19.0530263,36.2093718 C25.5557042,36.9176104 35.0513021,34.9907189 42.7038419,31.5913902 L42.7421786,31.6756595 C44.3874154,31.5384763 47.8846101,37.3706354 45.9274416,38.6772897 L45.9302799,38.6835285 C45.9166992,38.6895612 45.9031139,38.6955897 45.8895238,38.7016142 C45.8389288,38.7327898 45.7849056,38.7611034 45.7273406,38.7863919 C45.6506459,38.8200841 45.571574,38.8501593 45.4903462,38.8768094 Z\"></path>\n </g>\n <rect x=\"96\" y=\"80\" width=\"16\" height=\"48\" rx=\"8\"></rect>\n <rect x=\"80\" y=\"96\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n </g>\n </g>\n</svg>"
},
"$:/core/images/new-image-button": {
"title": "$:/core/images/new-image-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-image-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M81.3619177,73.6270062 L97.1875317,46.2162388 C97.91364,44.9585822 97.4824378,43.3533085 96.2260476,42.6279312 L46.2162388,13.7547547 C44.9585822,13.0286463 43.3533085,13.4598485 42.6279312,14.7162388 L30.0575956,36.4886988 L40.0978909,31.2276186 C43.1404959,29.6333041 46.8692155,31.3421319 47.6479264,34.6877101 L51.2545483,52.3903732 L61.1353556,53.2399953 C63.2899974,53.4346096 65.1046382,54.9309951 65.706105,57.0091178 C65.7395572,57.1246982 65.8069154,57.3539875 65.9047035,57.6813669 C66.0696435,58.2335608 66.2581528,58.852952 66.4667073,59.5238092 C67.0618822,61.4383079 67.6960725,63.3742727 68.3393254,65.2021174 C68.5462918,65.7902259 68.7511789,66.3583016 68.953259,66.9034738 C69.5777086,68.5881157 70.1617856,70.0172008 70.6783305,71.110045 C70.9334784,71.6498566 71.1627732,72.0871602 71.4035746,72.5373068 C71.6178999,72.7492946 71.9508843,72.9623307 72.4151452,73.1586945 C73.5561502,73.6412938 75.1990755,73.899146 77.0720271,73.9171651 C77.9355886,73.9254732 78.7819239,73.8832103 79.5638842,73.8072782 C80.0123946,73.7637257 80.3172916,73.7224469 80.4352582,73.7027375 C80.7503629,73.6500912 81.0598053,73.6256267 81.3619177,73.6270062 L81.3619177,73.6270062 L81.3619177,73.6270062 L81.3619177,73.6270062 Z M37.4707881,2.64867269 C38.9217993,0.135447653 42.1388058,-0.723707984 44.6486727,0.725364314 L108.293614,37.4707881 C110.806839,38.9217993 111.665994,42.1388058 110.216922,44.6486727 L73.4714982,108.293614 C72.0204871,110.806839 68.8034805,111.665994 66.2936136,110.216922 L2.64867269,73.4714982 C0.135447653,72.0204871 -0.723707984,68.8034805 0.725364314,66.2936136 L37.4707881,2.64867269 L37.4707881,2.64867269 L37.4707881,2.64867269 L37.4707881,2.64867269 Z M80.3080975,53.1397764 C82.8191338,54.5895239 86.0299834,53.7291793 87.4797308,51.218143 C88.9294783,48.7071068 88.0691338,45.4962571 85.5580975,44.0465097 C83.0470612,42.5967622 79.8362116,43.4571068 78.3864641,45.968143 C76.9367166,48.4791793 77.7970612,51.6900289 80.3080975,53.1397764 L80.3080975,53.1397764 L80.3080975,53.1397764 L80.3080975,53.1397764 Z M96,112 L88.0070969,112 C83.5881712,112 80,108.418278 80,104 C80,99.5907123 83.5848994,96 88.0070969,96 L96,96 L96,88.0070969 C96,83.5881712 99.581722,80 104,80 C108.409288,80 112,83.5848994 112,88.0070969 L112,96 L119.992903,96 C124.411829,96 128,99.581722 128,104 C128,108.409288 124.415101,112 119.992903,112 L112,112 L112,119.992903 C112,124.411829 108.418278,128 104,128 C99.5907123,128 96,124.415101 96,119.992903 L96,112 L96,112 Z M33.3471097,51.7910932 C40.7754579,59.7394511 42.3564368,62.4818351 40.7958321,65.1848818 C39.2352273,67.8879286 26.9581062,62.8571718 24.7019652,66.7649227 C22.4458242,70.6726735 23.7947046,70.0228006 22.2648667,72.6725575 L41.9944593,84.0634431 C41.9944593,84.0634431 36.3904568,75.8079231 37.7602356,73.4353966 C40.2754811,69.0788636 46.5298923,72.1787882 48.1248275,69.4162793 C50.538989,65.234829 43.0222016,59.7770885 33.3471097,51.7910932 L33.3471097,51.7910932 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-journal-button": {
"title": "$:/core/images/new-journal-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-journal-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M102.545455,112.818182 L102.545455,124.636364 L102.545455,124.636364 L102.545455,124.636364 C102.545455,125.941761 103.630828,127 104.969697,127 L111.030303,127 C112.369172,127 113.454545,125.941761 113.454545,124.636364 L113.454545,112.818182 L125.575758,112.818182 C126.914626,112.818182 128,111.759982 128,110.454545 L128,104.545455 C128,103.240018 126.914626,102.181818 125.575758,102.181818 L113.454545,102.181818 L113.454545,90.3636364 C113.454545,89.0582 112.369172,88 111.030303,88 L104.969697,88 L104.969697,88 C103.630828,88 102.545455,89.0582 102.545455,90.3636364 L102.545455,102.181818 L90.4242424,102.181818 L90.4242424,102.181818 C89.0853705,102.181818 88,103.240018 88,104.545455 L88,110.454545 L88,110.454545 L88,110.454545 C88,111.759982 89.0853705,112.818182 90.4242424,112.818182 L102.545455,112.818182 Z\"></path>\n <g transform=\"translate(59.816987, 64.316987) rotate(30.000000) translate(-59.816987, -64.316987) translate(20.316987, 12.816987)\">\n <g transform=\"translate(0.000000, 0.000000)\">\n <path d=\"M9.99631148,0 C4.4755011,0 -2.27373675e-13,4.48070044 -2.27373675e-13,9.99759461 L-2.27373675e-13,91.6128884 C-2.27373675e-13,97.1344074 4.46966773,101.610483 9.99631148,101.610483 L68.9318917,101.610483 C74.4527021,101.610483 78.9282032,97.1297826 78.9282032,91.6128884 L78.9282032,9.99759461 C78.9282032,4.47607557 74.4585355,0 68.9318917,0 L9.99631148,0 Z M20.8885263,26 C24.2022348,26 26.8885263,23.3137085 26.8885263,20 C26.8885263,16.6862915 24.2022348,14 20.8885263,14 C17.5748178,14 14.8885263,16.6862915 14.8885263,20 C14.8885263,23.3137085 17.5748178,26 20.8885263,26 Z M57.3033321,25.6783342 C60.6170406,25.6783342 63.3033321,22.9920427 63.3033321,19.6783342 C63.3033321,16.3646258 60.6170406,13.6783342 57.3033321,13.6783342 C53.9896236,13.6783342 51.3033321,16.3646258 51.3033321,19.6783342 C51.3033321,22.9920427 53.9896236,25.6783342 57.3033321,25.6783342 Z\"></path>\n <text font-family=\"Helvetica\" font-size=\"47.1724138\" font-weight=\"bold\" fill=\"#FFFFFF\">\n <tspan x=\"42\" y=\"77.4847912\" text-anchor=\"middle\"><<now \"DD\">></tspan>\n </text>\n </g>\n </g>\n </g>\n</svg>"
},
"$:/core/images/opacity": {
"title": "$:/core/images/opacity",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-opacity tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M102.361773,65 C101.833691,67.051742 101.183534,69.0544767 100.419508,71 L82.5835324,71 C83.7602504,69.1098924 84.7666304,67.1027366 85.581205,65 L102.361773,65 Z M102.834311,63 C103.256674,61.0388326 103.568427,59.0365486 103.762717,57 L87.6555706,57 C87.3692052,59.0609452 86.9083652,61.0660782 86.2884493,63 L102.834311,63 Z M99.5852583,73 C98.6682925,75.0747721 97.6196148,77.0783056 96.4498253,79 L75.8124196,79 C77.8387053,77.2115633 79.6621163,75.1985844 81.2437158,73 L99.5852583,73 Z M95.1689122,81 C93.7449202,83.1155572 92.1695234,85.1207336 90.458251,87 L60.4614747,87 C65.1836162,85.86248 69.5430327,83.794147 73.3347255,81 L95.1689122,81 Z M87.6555706,47 L103.762717,47 C101.246684,20.6269305 79.0321807,0 52,0 C23.281193,0 0,23.281193 0,52 C0,77.2277755 17.9651296,98.2595701 41.8000051,103 L62.1999949,103 C67.8794003,101.870444 73.2255333,99.8158975 78.074754,97 L39,97 L39,95 L81.2493857,95 C83.8589242,93.2215015 86.2981855,91.2116653 88.5376609,89 L39,89 L39,87 L43.5385253,87 C27.7389671,83.1940333 16,68.967908 16,52 C16,32.117749 32.117749,16 52,16 C70.1856127,16 85.2217929,29.4843233 87.6555706,47 Z M87.8767787,49 L103.914907,49 C103.971379,49.9928025 104,50.9930589 104,52 C104,53.0069411 103.971379,54.0071975 103.914907,55 L87.8767787,55 C87.958386,54.0107999 88,53.0102597 88,52 C88,50.9897403 87.958386,49.9892001 87.8767787,49 Z\"></path>\n <path d=\"M76,128 C104.718807,128 128,104.718807 128,76 C128,47.281193 104.718807,24 76,24 C47.281193,24 24,47.281193 24,76 C24,104.718807 47.281193,128 76,128 L76,128 Z M76,112 C95.882251,112 112,95.882251 112,76 C112,56.117749 95.882251,40 76,40 C56.117749,40 40,56.117749 40,76 C40,95.882251 56.117749,112 76,112 L76,112 Z\"></path>\n <path d=\"M37,58 L90,58 L90,62 L37,62 L37,58 L37,58 Z M40,50 L93,50 L93,54 L40,54 L40,50 L40,50 Z M40,42 L93,42 L93,46 L40,46 L40,42 L40,42 Z M32,66 L85,66 L85,70 L32,70 L32,66 L32,66 Z M30,74 L83,74 L83,78 L30,78 L30,74 L30,74 Z M27,82 L80,82 L80,86 L27,86 L27,82 L27,82 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/open-window": {
"title": "$:/core/images/open-window",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-open-window tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M16,112 L104.993898,112 C108.863261,112 112,115.590712 112,120 C112,124.418278 108.858091,128 104.993898,128 L7.00610161,128 C3.13673853,128 0,124.409288 0,120 C0,119.998364 4.30952878e-07,119.996727 1.29273572e-06,119.995091 C4.89579306e-07,119.993456 0,119.99182 0,119.990183 L0,24.0098166 C0,19.586117 3.59071231,16 8,16 C12.418278,16 16,19.5838751 16,24.0098166 L16,112 Z\"></path>\n <path d=\"M96,43.1959595 L96,56 C96,60.418278 99.581722,64 104,64 C108.418278,64 112,60.418278 112,56 L112,24 C112,19.5907123 108.415101,16 103.992903,16 L72.0070969,16 C67.5881712,16 64,19.581722 64,24 C64,28.4092877 67.5848994,32 72.0070969,32 L84.5685425,32 L48.2698369,68.2987056 C45.1421332,71.4264093 45.1434327,76.4904296 48.267627,79.614624 C51.3854642,82.7324612 56.4581306,82.7378289 59.5835454,79.6124141 L96,43.1959595 Z M32,7.9992458 C32,3.58138434 35.5881049,0 39.9992458,0 L120.000754,0 C124.418616,0 128,3.5881049 128,7.9992458 L128,88.0007542 C128,92.4186157 124.411895,96 120.000754,96 L39.9992458,96 C35.5813843,96 32,92.4118951 32,88.0007542 L32,7.9992458 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/options-button": {
"title": "$:/core/images/options-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-options-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M110.48779,76.0002544 C109.354214,80.4045063 107.611262,84.5641217 105.354171,88.3838625 L105.354171,88.3838625 L112.07833,95.1080219 C115.20107,98.2307613 115.210098,103.299824 112.089164,106.420759 L106.420504,112.089418 C103.301049,115.208874 98.2346851,115.205502 95.1077675,112.078585 L88.3836082,105.354425 C84.5638673,107.611516 80.4042519,109.354468 76,110.488045 L76,110.488045 L76,119.993281 C76,124.409501 72.4220153,128.000254 68.0083475,128.000254 L59.9916525,128.000254 C55.5800761,128.000254 52,124.41541 52,119.993281 L52,110.488045 C47.5957481,109.354468 43.4361327,107.611516 39.6163918,105.354425 L32.8922325,112.078585 C29.7694931,115.201324 24.7004301,115.210353 21.5794957,112.089418 L15.9108363,106.420759 C12.7913807,103.301303 12.7947522,98.2349395 15.9216697,95.1080219 L22.6458291,88.3838625 C20.3887383,84.5641217 18.6457859,80.4045063 17.5122098,76.0002544 L8.00697327,76.0002544 C3.59075293,76.0002544 2.19088375e-16,72.4222697 4.89347582e-16,68.0086019 L9.80228577e-16,59.9919069 C1.25035972e-15,55.5803305 3.58484404,52.0002544 8.00697327,52.0002544 L17.5122098,52.0002544 C18.6457859,47.5960025 20.3887383,43.4363871 22.6458291,39.6166462 L15.9216697,32.8924868 C12.7989304,29.7697475 12.7899019,24.7006845 15.9108363,21.5797501 L21.5794957,15.9110907 C24.6989513,12.7916351 29.7653149,12.7950065 32.8922325,15.9219241 L39.6163918,22.6460835 C43.4361327,20.3889927 47.5957481,18.6460403 52,17.5124642 L52,8.00722764 C52,3.5910073 55.5779847,0.000254375069 59.9916525,0.000254375069 L68.0083475,0.000254375069 C72.4199239,0.000254375069 76,3.58509841 76,8.00722764 L76,17.5124642 C80.4042519,18.6460403 84.5638673,20.3889927 88.3836082,22.6460835 L95.1077675,15.9219241 C98.2305069,12.7991848 103.29957,12.7901562 106.420504,15.9110907 L112.089164,21.5797501 C115.208619,24.6992057 115.205248,29.7655693 112.07833,32.8924868 L105.354171,39.6166462 L105.354171,39.6166462 C107.611262,43.4363871 109.354214,47.5960025 110.48779,52.0002544 L119.993027,52.0002544 C124.409247,52.0002544 128,55.5782391 128,59.9919069 L128,68.0086019 C128,72.4201783 124.415156,76.0002544 119.993027,76.0002544 L110.48779,76.0002544 L110.48779,76.0002544 Z M64,96.0002544 C81.673112,96.0002544 96,81.6733664 96,64.0002544 C96,46.3271424 81.673112,32.0002544 64,32.0002544 C46.326888,32.0002544 32,46.3271424 32,64.0002544 C32,81.6733664 46.326888,96.0002544 64,96.0002544 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/paint": {
"title": "$:/core/images/paint",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-paint tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M83.5265806,76.1907935 C90.430962,69.2864121 91.8921169,59.0000433 87.9100453,50.6642209 L125.812763,12.7615036 C128.732035,9.84223095 128.72611,5.10322984 125.812796,2.18991592 C122.893542,-0.729338085 118.161775,-0.730617045 115.241209,2.18994966 L77.3384914,40.092667 C69.002669,36.1105954 58.7163002,37.5717503 51.8119188,44.4761317 L83.5265806,76.1907935 L83.5265806,76.1907935 L83.5265806,76.1907935 L83.5265806,76.1907935 Z M80.8836921,78.8336819 L49.1690303,47.1190201 C49.1690303,47.1190201 8.50573364,81.242543 0,80.2820711 C0,80.2820711 3.78222974,85.8744423 6.82737483,88.320684 C20.8514801,82.630792 44.1526049,63.720771 44.1526049,63.720771 L44.8144806,64.3803375 C44.8144806,64.3803375 19.450356,90.2231043 9.18040433,92.0477601 C10.4017154,93.4877138 13.5343883,96.1014812 15.4269991,97.8235871 C20.8439164,96.3356979 50.1595367,69.253789 50.1595367,69.253789 L50.8214124,69.9133555 L18.4136144,100.936036 L23.6993903,106.221812 L56.1060358,75.2002881 L56.7679115,75.8598546 C56.7679115,75.8598546 28.9040131,106.396168 28.0841366,108.291555 C28.0841366,108.291555 34.1159238,115.144621 35.6529617,116.115796 C36.3545333,113.280171 63.5365402,82.6307925 63.5365402,82.6307925 L64.1984159,83.290359 C64.1984159,83.290359 43.6013016,107.04575 39.2343772,120.022559 C42.443736,123.571575 46.7339155,125.159692 50.1595362,126.321151 C47.9699978,114.504469 80.8836921,78.8336819 80.8836921,78.8336819 L80.8836921,78.8336819 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/palette": {
"title": "$:/core/images/palette",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-palette tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M80.2470434,39.1821571 C75.0645698,38.2680897 69.6261555,37.7814854 64.0193999,37.7814854 C28.6624616,37.7814854 0,57.1324214 0,81.0030106 C0,90.644534 4.67604329,99.5487133 12.5805659,106.738252 C23.5031767,91.1899067 26.3405471,72.3946229 36.8885698,63.5622337 C52.0716764,50.8486559 63.4268694,55.7343343 63.4268694,55.7343343 L80.2470434,39.1821571 Z M106.781666,48.8370714 C119.830962,56.749628 128.0388,68.229191 128.0388,81.0030106 C128.0388,90.3534932 128.557501,98.4142085 116.165191,106.082518 C105.367708,112.763955 112.341384,99.546808 104.321443,95.1851533 C96.3015017,90.8234987 84.3749007,96.492742 86.1084305,103.091059 C89.3087234,115.272303 105.529892,114.54645 92.4224435,119.748569 C79.3149955,124.950687 74.2201582,124.224536 64.0193999,124.224536 C56.1979176,124.224536 48.7040365,123.277578 41.7755684,121.544216 C51.620343,117.347916 69.6563669,109.006202 75.129737,102.088562 C82.7876655,92.4099199 87.3713218,80.0000002 83.3235694,72.4837191 C83.1303943,72.1250117 94.5392656,60.81569 106.781666,48.8370714 Z M1.13430476,123.866563 C0.914084026,123.867944 0.693884185,123.868637 0.473712455,123.868637 C33.9526848,108.928928 22.6351223,59.642592 59.2924543,59.6425917 C59.6085574,61.0606542 59.9358353,62.5865065 60.3541977,64.1372318 C34.4465025,59.9707319 36.7873124,112.168427 1.13429588,123.866563 L1.13430476,123.866563 Z M1.84669213,123.859694 C40.7185279,123.354338 79.9985412,101.513051 79.9985401,79.0466836 C70.7284906,79.0466835 65.9257264,75.5670082 63.1833375,71.1051511 C46.585768,64.1019718 32.81846,116.819636 1.84665952,123.859695 L1.84669213,123.859694 Z M67.1980193,59.8524981 C62.748213,63.9666823 72.0838429,76.2846822 78.5155805,71.1700593 C89.8331416,59.8524993 112.468264,37.2173758 123.785825,25.8998146 C135.103386,14.5822535 123.785825,3.26469247 112.468264,14.5822535 C101.150703,25.8998144 78.9500931,48.9868127 67.1980193,59.8524981 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/permalink-button": {
"title": "$:/core/images/permalink-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-permalink-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M80.4834582,48 L73.0956761,80 L73.0956761,80 L47.5165418,80 L54.9043239,48 L80.4834582,48 Z M84.1773493,32 L89.8007299,7.64246248 C90.7941633,3.33942958 95.0918297,0.64641956 99.3968675,1.64031585 C103.693145,2.63218977 106.385414,6.93288901 105.390651,11.2416793 L100.598215,32 L104.000754,32 C108.411895,32 112,35.581722 112,40 C112,44.4092877 108.418616,48 104.000754,48 L96.9043239,48 L89.5165418,80 L104.000754,80 C108.411895,80 112,83.581722 112,88 C112,92.4092877 108.418616,96 104.000754,96 L85.8226507,96 L80.1992701,120.357538 C79.2058367,124.66057 74.9081703,127.35358 70.6031325,126.359684 C66.3068546,125.36781 63.6145865,121.067111 64.6093491,116.758321 L69.401785,96 L43.8226507,96 L38.1992701,120.357538 C37.2058367,124.66057 32.9081703,127.35358 28.6031325,126.359684 C24.3068546,125.36781 21.6145865,121.067111 22.6093491,116.758321 L27.401785,96 L23.9992458,96 C19.5881049,96 16,92.418278 16,88 C16,83.5907123 19.5813843,80 23.9992458,80 L31.0956761,80 L38.4834582,48 L23.9992458,48 C19.5881049,48 16,44.418278 16,40 C16,35.5907123 19.5813843,32 23.9992458,32 L42.1773493,32 L47.8007299,7.64246248 C48.7941633,3.33942958 53.0918297,0.64641956 57.3968675,1.64031585 C61.6931454,2.63218977 64.3854135,6.93288901 63.3906509,11.2416793 L58.598215,32 L84.1773493,32 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/permaview-button": {
"title": "$:/core/images/permaview-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-permaview-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M81.4834582,48 L79.6365127,56 L79.6365127,56 L74.0573784,56 L75.9043239,48 L81.4834582,48 Z M85.1773493,32 L90.8007299,7.64246248 C91.7941633,3.33942958 96.0918297,0.64641956 100.396867,1.64031585 C104.693145,2.63218977 107.385414,6.93288901 106.390651,11.2416793 L101.598215,32 L104.000754,32 C108.411895,32 112,35.581722 112,40 C112,44.4092877 108.418616,48 104.000754,48 L97.9043239,48 L96.0573784,56 L104.000754,56 C108.411895,56 112,59.581722 112,64 C112,68.4092877 108.418616,72 104.000754,72 L92.3634873,72 L90.5165418,80 L104.000754,80 C108.411895,80 112,83.581722 112,88 C112,92.4092877 108.418616,96 104.000754,96 L86.8226507,96 L81.1992701,120.357538 C80.2058367,124.66057 75.9081703,127.35358 71.6031325,126.359684 C67.3068546,125.36781 64.6145865,121.067111 65.6093491,116.758321 L70.401785,96 L64.8226507,96 L59.1992701,120.357538 C58.2058367,124.66057 53.9081703,127.35358 49.6031325,126.359684 C45.3068546,125.36781 42.6145865,121.067111 43.6093491,116.758321 L48.401785,96 L42.8226507,96 L37.1992701,120.357538 C36.2058367,124.66057 31.9081703,127.35358 27.6031325,126.359684 C23.3068546,125.36781 20.6145865,121.067111 21.6093491,116.758321 L26.401785,96 L23.9992458,96 C19.5881049,96 16,92.418278 16,88 C16,83.5907123 19.5813843,80 23.9992458,80 L30.0956761,80 L31.9426216,72 L23.9992458,72 C19.5881049,72 16,68.418278 16,64 C16,59.5907123 19.5813843,56 23.9992458,56 L35.6365127,56 L37.4834582,48 L23.9992458,48 C19.5881049,48 16,44.418278 16,40 C16,35.5907123 19.5813843,32 23.9992458,32 L41.1773493,32 L46.8007299,7.64246248 C47.7941633,3.33942958 52.0918297,0.64641956 56.3968675,1.64031585 C60.6931454,2.63218977 63.3854135,6.93288901 62.3906509,11.2416793 L57.598215,32 L63.1773493,32 L68.8007299,7.64246248 C69.7941633,3.33942958 74.0918297,0.64641956 78.3968675,1.64031585 C82.6931454,2.63218977 85.3854135,6.93288901 84.3906509,11.2416793 L79.598215,32 L85.1773493,32 Z M53.9043239,48 L52.0573784,56 L57.6365127,56 L59.4834582,48 L53.9043239,48 Z M75.9426216,72 L74.0956761,80 L74.0956761,80 L68.5165418,80 L70.3634873,72 L75.9426216,72 L75.9426216,72 Z M48.3634873,72 L46.5165418,80 L52.0956761,80 L53.9426216,72 L48.3634873,72 L48.3634873,72 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/picture": {
"title": "$:/core/images/picture",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-picture tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112,68.2332211 L112,20.0027785 C112,17.7898769 110.207895,16 107.997221,16 L20.0027785,16 C17.7898769,16 16,17.792105 16,20.0027785 L16,58.312373 L25.2413115,43.7197989 C28.041793,39.297674 34.2643908,38.7118128 37.8410347,42.5335275 L56.0882845,63.1470817 L69.7748997,56.7400579 C72.766567,55.3552503 76.3013751,55.9473836 78.678437,58.2315339 C78.8106437,58.3585731 79.0742301,58.609836 79.4527088,58.9673596 C80.0910923,59.570398 80.8117772,60.2441563 81.598127,60.9705595 C83.8422198,63.043576 86.1541548,65.1151944 88.3956721,67.0372264 C89.1168795,67.6556396 89.8200801,68.2492007 90.5021258,68.8146755 C92.6097224,70.5620551 94.4693308,72.0029474 95.9836366,73.0515697 C96.7316295,73.5695379 97.3674038,73.9719282 98.0281481,74.3824999 C98.4724987,74.4989557 99.0742374,74.5263881 99.8365134,74.4317984 C101.709944,74.1993272 104.074502,73.2878514 106.559886,71.8846196 C107.705822,71.2376318 108.790494,70.5370325 109.764561,69.8410487 C110.323259,69.4418522 110.694168,69.1550757 110.834827,69.0391868 C111.210545,68.7296319 111.600264,68.4615815 112,68.2332211 L112,68.2332211 Z M0,8.00697327 C0,3.58484404 3.59075293,0 8.00697327,0 L119.993027,0 C124.415156,0 128,3.59075293 128,8.00697327 L128,119.993027 C128,124.415156 124.409247,128 119.993027,128 L8.00697327,128 C3.58484404,128 0,124.409247 0,119.993027 L0,8.00697327 L0,8.00697327 Z M95,42 C99.418278,42 103,38.418278 103,34 C103,29.581722 99.418278,26 95,26 C90.581722,26 87,29.581722 87,34 C87,38.418278 90.581722,42 95,42 L95,42 Z M32,76 C47.8587691,80.8294182 52.0345556,83.2438712 52.0345556,88 C52.0345556,92.7561288 32,95.4712486 32,102.347107 C32,109.222965 33.2849191,107.337637 33.2849191,112 L67.999999,112 C67.999999,112 54.3147136,105.375255 54.3147136,101.200691 C54.3147136,93.535181 64.9302432,92.860755 64.9302432,88 C64.9302432,80.6425555 50.8523779,79.167282 32,76 L32,76 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-language": {
"title": "$:/core/images/plugin-generic-language",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M61.2072232,68.1369825 C56.8829239,70.9319564 54.2082892,74.793177 54.2082892,79.0581634 C54.2082892,86.9638335 63.3980995,93.4821994 75.2498076,94.3940006 C77.412197,98.2964184 83.8475284,101.178858 91.5684735,101.403106 C86.4420125,100.27851 82.4506393,97.6624107 80.9477167,94.3948272 C92.8046245,93.4861461 102,86.9662269 102,79.0581634 C102,70.5281905 91.3014611,63.6132813 78.1041446,63.6132813 C71.5054863,63.6132813 65.5315225,65.3420086 61.2072232,68.1369825 Z M74.001066,53.9793443 C69.6767667,56.7743182 63.7028029,58.5030456 57.1041446,58.5030456 C54.4851745,58.5030456 51.9646095,58.2307276 49.6065315,57.7275105 C46.2945155,59.9778212 41.2235699,61.4171743 35.5395922,61.4171743 C35.4545771,61.4171743 35.3696991,61.4168523 35.2849622,61.4162104 C39.404008,60.5235193 42.7961717,58.6691298 44.7630507,56.286533 C37.8379411,53.5817651 33.2082892,48.669413 33.2082892,43.0581634 C33.2082892,34.5281905 43.9068281,27.6132812 57.1041446,27.6132812 C70.3014611,27.6132812 81,34.5281905 81,43.0581634 C81,47.3231498 78.3253653,51.1843704 74.001066,53.9793443 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-plugin": {
"title": "$:/core/images/plugin-generic-plugin",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M40.3972881,76.4456988 L40.3972881,95.3404069 L54.5170166,95.3404069 L54.5170166,95.3404069 C54.5165526,95.3385183 54.516089,95.3366295 54.515626,95.3347404 C54.6093153,95.3385061 54.7034848,95.3404069 54.7980982,95.3404069 C58.6157051,95.3404069 61.710487,92.245625 61.710487,88.4280181 C61.710487,86.6197822 61.01617,84.9737128 59.8795929,83.7418666 L59.8795929,83.7418666 C59.8949905,83.7341665 59.9104102,83.7265043 59.925852,83.7188798 C58.8840576,82.5086663 58.2542926,80.9336277 58.2542926,79.2114996 C58.2542926,75.3938927 61.3490745,72.2991108 65.1666814,72.2991108 C68.9842884,72.2991108 72.0790703,75.3938927 72.0790703,79.2114996 C72.0790703,81.1954221 71.2432806,82.9841354 69.9045961,84.2447446 L69.9045961,84.2447446 C69.9333407,84.2629251 69.9619885,84.281245 69.9905383,84.2997032 L69.9905383,84.2997032 C69.1314315,85.4516923 68.6228758,86.8804654 68.6228758,88.4280181 C68.6228758,91.8584969 71.1218232,94.7053153 74.3986526,95.2474079 C74.3913315,95.2784624 74.3838688,95.3094624 74.3762652,95.3404069 L95.6963988,95.3404069 L95.6963988,75.5678578 L95.6963988,75.5678578 C95.6466539,75.5808558 95.5967614,75.5934886 95.5467242,75.6057531 C95.5504899,75.5120637 95.5523907,75.4178943 95.5523907,75.3232809 C95.5523907,71.505674 92.4576088,68.4108921 88.6400019,68.4108921 C86.831766,68.4108921 85.1856966,69.105209 83.9538504,70.2417862 L83.9538504,70.2417862 C83.9461503,70.2263886 83.938488,70.2109688 83.9308636,70.1955271 C82.7206501,71.2373215 81.1456115,71.8670865 79.4234834,71.8670865 C75.6058765,71.8670865 72.5110946,68.7723046 72.5110946,64.9546976 C72.5110946,61.1370907 75.6058765,58.0423088 79.4234834,58.0423088 C81.4074059,58.0423088 83.1961192,58.8780985 84.4567284,60.2167829 L84.4567284,60.2167829 C84.4749089,60.1880383 84.4932288,60.1593906 84.511687,60.1308407 L84.511687,60.1308407 C85.6636761,60.9899475 87.0924492,61.4985032 88.6400019,61.4985032 C92.0704807,61.4985032 94.9172991,58.9995558 95.4593917,55.7227265 C95.538755,55.7414363 95.6177614,55.761071 95.6963988,55.7816184 L95.6963988,40.0412962 L74.3762652,40.0412962 L74.3762652,40.0412962 C74.3838688,40.0103516 74.3913315,39.9793517 74.3986526,39.9482971 L74.3986526,39.9482971 C71.1218232,39.4062046 68.6228758,36.5593862 68.6228758,33.1289073 C68.6228758,31.5813547 69.1314315,30.1525815 69.9905383,29.0005925 C69.9619885,28.9821342 69.9333407,28.9638143 69.9045961,28.9456339 C71.2432806,27.6850247 72.0790703,25.8963113 72.0790703,23.9123888 C72.0790703,20.0947819 68.9842884,17 65.1666814,17 C61.3490745,17 58.2542926,20.0947819 58.2542926,23.9123888 C58.2542926,25.6345169 58.8840576,27.2095556 59.925852,28.419769 L59.925852,28.419769 C59.9104102,28.4273935 59.8949905,28.4350558 59.8795929,28.4427558 C61.01617,29.674602 61.710487,31.3206715 61.710487,33.1289073 C61.710487,36.9465143 58.6157051,40.0412962 54.7980982,40.0412962 C54.7034848,40.0412962 54.6093153,40.0393953 54.515626,40.0356296 L54.515626,40.0356296 C54.516089,40.0375187 54.5165526,40.0394075 54.5170166,40.0412962 L40.3972881,40.0412962 L40.3972881,52.887664 L40.3972881,52.887664 C40.4916889,53.3430132 40.5412962,53.8147625 40.5412962,54.2980982 C40.5412962,58.1157051 37.4465143,61.210487 33.6289073,61.210487 C32.0813547,61.210487 30.6525815,60.7019313 29.5005925,59.8428245 C29.4821342,59.8713744 29.4638143,59.9000221 29.4456339,59.9287667 C28.1850247,58.5900823 26.3963113,57.7542926 24.4123888,57.7542926 C20.5947819,57.7542926 17.5,60.8490745 17.5,64.6666814 C17.5,68.4842884 20.5947819,71.5790703 24.4123888,71.5790703 C26.134517,71.5790703 27.7095556,70.9493053 28.919769,69.9075109 L28.919769,69.9075109 C28.9273935,69.9229526 28.9350558,69.9383724 28.9427558,69.95377 C30.174602,68.8171928 31.8206715,68.1228758 33.6289073,68.1228758 C37.4465143,68.1228758 40.5412962,71.2176578 40.5412962,75.0352647 C40.5412962,75.5186004 40.4916889,75.9903496 40.3972881,76.4456988 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-theme": {
"title": "$:/core/images/plugin-generic-theme",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M29.4078519,91.4716406 L51.4693474,69.4101451 L51.4646675,69.4054652 C50.5969502,68.5377479 50.5929779,67.1348725 51.4693474,66.2585029 C52.3396494,65.3882009 53.7499654,65.3874786 54.6163097,66.2538229 L64.0805963,75.7181095 C64.9483136,76.5858268 64.9522859,77.9887022 64.0759163,78.8650718 C63.2056143,79.7353737 61.7952984,79.736096 60.9289541,78.8697517 L60.9242741,78.8650718 L60.9242741,78.8650718 L38.8627786,100.926567 C36.2518727,103.537473 32.0187578,103.537473 29.4078519,100.926567 C26.796946,98.3156614 26.796946,94.0825465 29.4078519,91.4716406 Z M60.8017407,66.3810363 C58.3659178,63.6765806 56.3370667,61.2899536 54.9851735,59.5123615 C48.1295381,50.4979488 44.671561,55.2444054 40.7586738,59.5123614 C36.8457866,63.7803174 41.789473,67.2384487 38.0759896,70.2532832 C34.3625062,73.2681177 34.5917646,74.3131575 28.3243876,68.7977024 C22.0570105,63.2822473 21.6235306,61.7636888 24.5005999,58.6166112 C27.3776691,55.4695337 29.7823103,60.4247912 35.6595047,54.8320442 C41.5366991,49.2392972 36.5996215,44.2825646 36.5996215,44.2825646 C36.5996215,44.2825646 48.8365511,19.267683 65.1880231,21.1152173 C81.5394952,22.9627517 59.0022276,18.7228947 53.3962199,38.3410355 C50.9960082,46.7405407 53.8429162,44.7613399 58.3941742,48.3090467 C59.7875202,49.3951602 64.4244828,52.7100463 70.1884353,56.9943417 L90.8648751,36.3179019 L92.4795866,31.5515482 L100.319802,26.8629752 L103.471444,30.0146174 L98.782871,37.8548326 L94.0165173,39.4695441 L73.7934912,59.6925702 C86.4558549,69.2403631 102.104532,81.8392557 102.104532,86.4016913 C102.104533,93.6189834 99.0337832,97.9277545 92.5695848,95.5655717 C87.8765989,93.8506351 73.8015497,80.3744087 63.8173444,69.668717 L60.9242741,72.5617873 L57.7726319,69.4101451 L60.8017407,66.3810363 L60.8017407,66.3810363 Z M63.9533761,1.42108547e-13 L118.512977,32 L118.512977,96 L63.9533761,128 L9.39377563,96 L9.39377563,32 L63.9533761,1.42108547e-13 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/preview-closed": {
"title": "$:/core/images/preview-closed",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-preview-closed tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M0.0881363238,64 C-0.210292223,65.8846266 0.249135869,67.8634737 1.4664206,69.4579969 C16.2465319,88.8184886 39.1692554,100.414336 64,100.414336 C88.8307446,100.414336 111.753468,88.8184886 126.533579,69.4579969 C127.750864,67.8634737 128.210292,65.8846266 127.911864,64 C110.582357,78.4158332 88.3036732,87.0858436 64,87.0858436 C39.6963268,87.0858436 17.4176431,78.4158332 0.0881363238,64 Z\"></path>\n <rect x=\"62\" y=\"96\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(80.000000, 101.000000) rotate(-5.000000) translate(-80.000000, -101.000000) \" x=\"78\" y=\"93\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(48.000000, 101.000000) rotate(-355.000000) translate(-48.000000, -101.000000) \" x=\"46\" y=\"93\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(32.000000, 96.000000) rotate(-350.000000) translate(-32.000000, -96.000000) \" x=\"30\" y=\"88\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(96.000000, 96.000000) rotate(-10.000000) translate(-96.000000, -96.000000) \" x=\"94\" y=\"88\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(112.000000, 88.000000) rotate(-20.000000) translate(-112.000000, -88.000000) \" x=\"110\" y=\"80\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(16.000000, 88.000000) rotate(-340.000000) translate(-16.000000, -88.000000) \" x=\"14\" y=\"80\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n </g>\n</svg>"
},
"$:/core/images/preview-open": {
"title": "$:/core/images/preview-open",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-preview-open tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64.1099282,99.5876785 C39.2791836,99.5876785 16.3564602,87.9918313 1.57634884,68.6313396 C-0.378878622,66.070184 -0.378878622,62.5174945 1.57634884,59.9563389 C16.3564602,40.5958472 39.2791836,29 64.1099282,29 C88.9406729,29 111.863396,40.5958472 126.643508,59.9563389 C128.598735,62.5174945 128.598735,66.070184 126.643508,68.6313396 C111.863396,87.9918313 88.9406729,99.5876785 64.1099282,99.5876785 Z M110.213805,67.5808331 C111.654168,66.0569335 111.654168,63.9430665 110.213805,62.4191669 C99.3257042,50.8995835 82.4391647,44 64.1470385,44 C45.8549124,44 28.9683729,50.8995835 18.0802717,62.4191669 C16.6399094,63.9430665 16.6399094,66.0569335 18.0802717,67.5808331 C28.9683729,79.1004165 45.8549124,86 64.1470385,86 C82.4391647,86 99.3257042,79.1004165 110.213805,67.5808331 Z\"></path>\n <path d=\"M63.5,88 C76.4786916,88 87,77.4786916 87,64.5 C87,51.5213084 76.4786916,41 63.5,41 C50.5213084,41 40,51.5213084 40,64.5 C40,77.4786916 50.5213084,88 63.5,88 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/print-button": {
"title": "$:/core/images/print-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-print-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112,71 L112,30.5 L111.96811,30.5 L111.96811,30.5 C111.932942,28.4998414 111.151676,26.510538 109.625176,24.9840387 L86.9982489,2.35711116 C85.3482153,0.707077645 83.1589869,-0.071534047 81,0.0201838424 L81,0 L23.9992458,0 C19.5808867,0 16,3.58213437 16,8.00092105 L16,71 L24,71 L24,8 L81,8 L81,22.4996539 C81,26.9216269 84.5818769,30.5 89.0003461,30.5 L104,30.5 L104,71 L112,71 Z\"></path>\n <rect x=\"32\" y=\"36\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"52\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"20\" width=\"40\" height=\"8\" rx=\"4\"></rect>\n <path d=\"M0,80.0054195 C0,71.1658704 7.15611005,64 16.0008841,64 L111.999116,64 C120.83616,64 128,71.1553215 128,80.0054195 L128,111.99458 C128,120.83413 120.84389,128 111.999116,128 L16.0008841,128 C7.16383982,128 0,120.844679 0,111.99458 L0,80.0054195 Z M104,96 C108.418278,96 112,92.418278 112,88 C112,83.581722 108.418278,80 104,80 C99.581722,80 96,83.581722 96,88 C96,92.418278 99.581722,96 104,96 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/quote": {
"title": "$:/core/images/quote",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-quote tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M51.2188077,117.712501 L51.2188077,62.1993386 L27.4274524,62.1993386 C27.4274524,53.3075754 29.1096526,45.797753 32.4741035,39.669646 C35.8385544,33.541539 42.0867267,28.9154883 51.2188077,25.7913554 L51.2188077,2 C43.7689521,2.96127169 36.8599155,5.18417913 30.4914905,8.668789 C24.1230656,12.1533989 18.6559149,16.5391352 14.0898743,21.8261295 C9.52383382,27.1131238 5.97919764,33.2411389 3.45585945,40.2103586 C0.932521268,47.1795784 -0.208971741,54.6293222 0.0313461819,62.5598136 L0.0313461819,117.712501 L51.2188077,117.712501 Z M128,117.712501 L128,62.1993386 L104.208645,62.1993386 C104.208645,53.3075754 105.890845,45.797753 109.255296,39.669646 C112.619747,33.541539 118.867919,28.9154883 128,25.7913554 L128,2 C120.550144,2.96127169 113.641108,5.18417913 107.272683,8.668789 C100.904258,12.1533989 95.4371072,16.5391352 90.8710666,21.8261295 C86.3050261,27.1131238 82.7603899,33.2411389 80.2370517,40.2103586 C77.7137136,47.1795784 76.5722206,54.6293222 76.8125385,62.5598136 L76.8125385,117.712501 L128,117.712501 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/refresh-button": {
"title": "$:/core/images/refresh-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-refresh-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M106.369002,39.4325143 C116.529932,60.3119371 112.939592,86.1974934 95.5979797,103.539105 C73.7286194,125.408466 38.2713806,125.408466 16.4020203,103.539105 C-5.46734008,81.6697449 -5.46734008,46.2125061 16.4020203,24.3431458 C19.5262146,21.2189514 24.5915344,21.2189514 27.7157288,24.3431458 C30.8399231,27.4673401 30.8399231,32.5326599 27.7157288,35.6568542 C12.0947571,51.2778259 12.0947571,76.6044251 27.7157288,92.2253967 C43.3367004,107.846368 68.6632996,107.846368 84.2842712,92.2253967 C97.71993,78.7897379 99.5995262,58.1740623 89.9230597,42.729491 L83.4844861,54.9932839 C81.4307001,58.9052072 76.5945372,60.4115251 72.682614,58.3577391 C68.7706907,56.3039532 67.2643728,51.4677903 69.3181587,47.555867 L84.4354914,18.7613158 C86.4966389,14.8353707 91.3577499,13.3347805 95.273202,15.415792 L124.145886,30.7612457 C128.047354,32.8348248 129.52915,37.6785572 127.455571,41.5800249 C125.381992,45.4814927 120.53826,46.9632892 116.636792,44.8897102 L106.369002,39.4325143 Z M98.1470904,27.0648707 C97.9798954,26.8741582 97.811187,26.6843098 97.6409651,26.4953413 L98.6018187,26.1987327 L98.1470904,27.0648707 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/right-arrow": {
"title": "$:/core/images/right-arrow",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-right-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M80.3563798,109.353315 C78.9238993,110.786918 76.9450203,111.675144 74.7592239,111.675144 L-4.40893546,111.675144 C-8.77412698,111.675144 -12.3248558,108.130732 -12.3248558,103.758478 C-12.3248558,99.3951199 -8.78077754,95.8418109 -4.40893546,95.8418109 L66.8418109,95.8418109 L66.8418109,24.5910645 C66.8418109,20.225873 70.3862233,16.6751442 74.7584775,16.6751442 C79.1218352,16.6751442 82.6751442,20.2192225 82.6751442,24.5910645 L82.6751442,103.759224 C82.6751442,105.941695 81.7891419,107.920575 80.3566508,109.353886 Z\" transform=\"translate(35.175144, 64.175144) rotate(-45.000000) translate(-35.175144, -64.175144) \"></path>\n</svg>"
},
"$:/core/images/rotate-left": {
"title": "$:/core/images/rotate-left",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-rotate-left tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"32\" height=\"80\" rx=\"8\"/><rect x=\"48\" y=\"96\" width=\"80\" height=\"32\" rx=\"8\"/><path d=\"M61.32 36.65c19.743 2.45 35.023 19.287 35.023 39.693a4 4 0 0 1-8 0c0-15.663-11.254-28.698-26.117-31.46l3.916 3.916a4 4 0 1 1-5.657 5.657L49.172 43.142a4 4 0 0 1 0-5.657l11.313-11.313a4 4 0 1 1 5.657 5.656l-4.821 4.822z\"/></g></svg>"
},
"$:/core/images/save-button": {
"title": "$:/core/images/save-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-save-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M120.78304,34.329058 C125.424287,43.1924006 128.049406,53.2778608 128.049406,63.9764502 C128.049406,99.3226742 99.3956295,127.97645 64.0494055,127.97645 C28.7031816,127.97645 0.0494055385,99.3226742 0.0494055385,63.9764502 C0.0494055385,28.6302262 28.7031816,-0.0235498012 64.0494055,-0.0235498012 C82.8568763,-0.0235498012 99.769563,8.08898558 111.479045,21.0056358 L114.159581,18.3250998 C117.289194,15.1954866 122.356036,15.1939641 125.480231,18.3181584 C128.598068,21.4359957 128.601317,26.5107804 125.473289,29.6388083 L120.78304,34.329058 Z M108.72451,46.3875877 C110.870571,51.8341374 112.049406,57.767628 112.049406,63.9764502 C112.049406,90.4861182 90.5590735,111.97645 64.0494055,111.97645 C37.5397375,111.97645 16.0494055,90.4861182 16.0494055,63.9764502 C16.0494055,37.4667822 37.5397375,15.9764502 64.0494055,15.9764502 C78.438886,15.9764502 91.3495036,22.308215 100.147097,32.3375836 L58.9411255,73.5435552 L41.975581,56.5780107 C38.8486152,53.4510448 33.7746915,53.4551552 30.6568542,56.5729924 C27.5326599,59.6971868 27.5372202,64.7670668 30.6618725,67.8917192 L53.279253,90.5090997 C54.8435723,92.073419 56.8951519,92.8541315 58.9380216,92.8558261 C60.987971,92.8559239 63.0389578,92.0731398 64.6049211,90.5071765 L108.72451,46.3875877 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/size": {
"title": "$:/core/images/size",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-size tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M92.3431458,26 L83.1715729,35.1715729 C81.6094757,36.73367 81.6094757,39.26633 83.1715729,40.8284271 C84.73367,42.3905243 87.26633,42.3905243 88.8284271,40.8284271 L104.828427,24.8284271 C106.390524,23.26633 106.390524,20.73367 104.828427,19.1715729 L88.8284271,3.17157288 C87.26633,1.60947571 84.73367,1.60947571 83.1715729,3.17157288 C81.6094757,4.73367004 81.6094757,7.26632996 83.1715729,8.82842712 L92.3431457,18 L22,18 C19.790861,18 18,19.790861 18,22 L18,92.3431458 L8.82842712,83.1715729 C7.26632996,81.6094757 4.73367004,81.6094757 3.17157288,83.1715729 C1.60947571,84.73367 1.60947571,87.26633 3.17157288,88.8284271 L19.1715729,104.828427 C20.73367,106.390524 23.26633,106.390524 24.8284271,104.828427 L40.8284271,88.8284271 C42.3905243,87.26633 42.3905243,84.73367 40.8284271,83.1715729 C39.26633,81.6094757 36.73367,81.6094757 35.1715729,83.1715729 L26,92.3431458 L26,22 L22,26 L92.3431458,26 L92.3431458,26 Z M112,52 L112,116 L116,112 L52,112 C49.790861,112 48,113.790861 48,116 C48,118.209139 49.790861,120 52,120 L116,120 C118.209139,120 120,118.209139 120,116 L120,52 C120,49.790861 118.209139,48 116,48 C113.790861,48 112,49.790861 112,52 L112,52 Z\"></path>\n</svg>"
},
"$:/core/images/spiral": {
"title": "$:/core/images/spiral",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-spiral tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M64.534 68.348c3.39 0 6.097-2.62 6.476-5.968l-4.755-.538 4.75.583c.377-3.07-1.194-6.054-3.89-7.78-2.757-1.773-6.34-2.01-9.566-.7-3.46 1.403-6.14 4.392-7.35 8.148l-.01.026c-1.3 4.08-.72 8.64 1.58 12.52 2.5 4.2 6.77 7.2 11.76 8.27 5.37 1.15 11.11-.05 15.83-3.31 5.04-3.51 8.46-9.02 9.45-15.3 1.05-6.7-.72-13.63-4.92-19.19l.02.02c-4.42-5.93-11.2-9.82-18.78-10.78-7.96-1.01-16.13 1.31-22.59 6.43-6.81 5.39-11.18 13.41-12.11 22.26-.98 9.27 1.87 18.65 7.93 26.02 6.32 7.69 15.6 12.56 25.74 13.48 10.54.96 21.15-2.42 29.45-9.4l.01-.01c8.58-7.25 13.94-17.78 14.86-29.21.94-11.84-2.96-23.69-10.86-32.9-8.19-9.5-19.95-15.36-32.69-16.27-13.16-.94-26.24 3.49-36.34 12.34l.01-.01c-10.41 9.08-16.78 22.1-17.68 36.15-.93 14.44 4.03 28.77 13.79 39.78 10.03 11.32 24.28 18.2 39.6 19.09 15.73.92 31.31-4.56 43.24-15.234 12.23-10.954 19.61-26.44 20.5-43.074.14-2.64-1.89-4.89-4.52-5.03-2.64-.14-4.89 1.88-5.03 4.52-.75 14.1-7 27.2-17.33 36.45-10.03 8.98-23.11 13.58-36.3 12.81-12.79-.75-24.67-6.48-33-15.89-8.07-9.11-12.17-20.94-11.41-32.827.74-11.52 5.942-22.15 14.43-29.54l.01-.01c8.18-7.17 18.74-10.75 29.35-9.998 10.21.726 19.6 5.41 26.11 12.96 6.24 7.273 9.32 16.61 8.573 25.894-.718 8.9-4.88 17.064-11.504 22.66l.01-.007c-6.36 5.342-14.44 7.92-22.425 7.19-7.604-.68-14.52-4.314-19.21-10.027-4.44-5.4-6.517-12.23-5.806-18.94.67-6.3 3.76-11.977 8.54-15.766 4.46-3.54 10.05-5.128 15.44-4.44 5.03.63 9.46 3.18 12.32 7.01l.02.024c2.65 3.5 3.75 7.814 3.1 11.92-.59 3.71-2.58 6.925-5.45 8.924-2.56 1.767-5.61 2.403-8.38 1.81-2.42-.516-4.42-1.92-5.53-3.79-.93-1.56-1.15-3.3-.69-4.75l-4.56-1.446L59.325 65c.36-1.12 1.068-1.905 1.84-2.22.25-.103.48-.14.668-.13.06.006.11.015.14.025.01 0 .01 0-.01-.01-.02-.015-.054-.045-.094-.088-.06-.064-.12-.145-.17-.244-.15-.29-.23-.678-.18-1.11l-.005.04c.15-1.332 1.38-2.523 3.035-2.523-2.65 0-4.79 2.144-4.79 4.787s2.14 4.785 4.78 4.785z\"></path>\n </g>\n</svg>"
},
"$:/core/images/stamp": {
"title": "$:/core/images/stamp",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-stamp tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M49.7334301,64 L16.0098166,64 C11.5838751,64 8,67.5829053 8,72.002643 L8,74.4986785 L8,97 L120,97 L120,74.4986785 L120,72.002643 C120,67.5737547 116.413883,64 111.990183,64 L78.2665699,64 C76.502049,60.7519149 75.5,57.0311962 75.5,53.0769231 C75.5,46.6017951 78.1869052,40.7529228 82.5087769,36.5800577 C85.3313113,32.7688808 87,28.0549983 87,22.952183 C87,10.2760423 76.7025492,0 64,0 C51.2974508,0 41,10.2760423 41,22.952183 C41,28.0549983 42.6686887,32.7688808 45.4912231,36.5800577 C49.8130948,40.7529228 52.5,46.6017951 52.5,53.0769231 C52.5,57.0311962 51.497951,60.7519149 49.7334301,64 Z M8,104 L120,104 L120,112 L8,112 L8,104 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/star-filled": {
"title": "$:/core/images/star-filled",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-star-filled tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M61.8361286,96.8228569 L99.1627704,124.110219 C101.883827,126.099427 105.541968,123.420868 104.505636,120.198072 L90.2895569,75.9887263 L89.0292911,79.8977279 L126.314504,52.5528988 C129.032541,50.5595011 127.635256,46.2255025 124.273711,46.2229134 L78.1610486,46.1873965 L81.4604673,48.6032923 L67.1773543,4.41589688 C66.1361365,1.19470104 61.6144265,1.19470104 60.5732087,4.41589688 L46.2900957,48.6032923 L49.5895144,46.1873965 L3.47685231,46.2229134 C0.115307373,46.2255025 -1.28197785,50.5595011 1.43605908,52.5528988 L38.7212719,79.8977279 L37.4610061,75.9887263 L23.2449266,120.198072 C22.2085954,123.420868 25.8667356,126.099427 28.5877926,124.110219 L65.9144344,96.8228569 L61.8361286,96.8228569 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-classic": {
"title": "$:/core/images/storyview-classic",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-classic tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.5776607 16,23.9924054 L16,40.0075946 C16,44.4216782 19.5881049,48 23.9992458,48 L104.000754,48 C108.418616,48 112,44.4223393 112,40.0075946 L112,23.9924054 C112,19.5783218 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z M23.9992458,64 C19.5813843,64 16,67.5907123 16,72 C16,76.418278 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.4092877 112,72 C112,67.581722 108.411895,64 104.000754,64 L23.9992458,64 L23.9992458,64 Z M23.9992458,96 C19.5813843,96 16,99.5907123 16,104 C16,108.418278 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.409288 112,104 C112,99.581722 108.411895,96 104.000754,96 L23.9992458,96 L23.9992458,96 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-pop": {
"title": "$:/core/images/storyview-pop",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-pop tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.5776607 16,23.9924054 L16,40.0075946 C16,44.4216782 19.5881049,48 23.9992458,48 L104.000754,48 C108.418616,48 112,44.4223393 112,40.0075946 L112,23.9924054 C112,19.5783218 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z M16.0098166,56 C11.586117,56 8,59.5776607 8,63.9924054 L8,80.0075946 C8,84.4216782 11.5838751,88 16.0098166,88 L111.990183,88 C116.413883,88 120,84.4223393 120,80.0075946 L120,63.9924054 C120,59.5783218 116.416125,56 111.990183,56 L16.0098166,56 L16.0098166,56 Z M23.9992458,96 C19.5813843,96 16,99.5907123 16,104 C16,108.418278 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.409288 112,104 C112,99.581722 108.411895,96 104.000754,96 L23.9992458,96 L23.9992458,96 Z M23.9992458,64 C19.5813843,64 16,67.5907123 16,72 C16,76.418278 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.4092877 112,72 C112,67.581722 108.411895,64 104.000754,64 L23.9992458,64 L23.9992458,64 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-zoomin": {
"title": "$:/core/images/storyview-zoomin",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-zoomin tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.578055 16,24.0085154 L16,71.9914846 C16,76.4144655 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.421945 112,71.9914846 L112,24.0085154 C112,19.5855345 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/strikethrough": {
"title": "$:/core/images/strikethrough",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-strikethrough tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M92.793842,38.7255689 L108.215529,38.7255689 C107.987058,31.985687 106.70193,26.1883331 104.360107,21.3333333 C102.018284,16.4783336 98.8197436,12.4516001 94.7643909,9.25301205 C90.7090382,6.05442399 85.9969032,3.71263572 80.6278447,2.22757697 C75.2587862,0.742518233 69.4328739,0 63.1499331,0 C57.552404,0 52.0977508,0.713959839 46.7858099,2.14190094 C41.473869,3.56984203 36.7331757,5.74027995 32.5635877,8.65327979 C28.3939997,11.5662796 25.0526676,15.2788708 22.5394913,19.7911647 C20.026315,24.3034585 18.7697456,29.6438781 18.7697456,35.8125837 C18.7697456,41.4101128 19.883523,46.0651309 22.1111111,49.7777778 C24.3386992,53.4904246 27.3087722,56.5176144 31.021419,58.8594378 C34.7340659,61.2012612 38.9321497,63.0861151 43.6157965,64.5140562 C48.2994433,65.9419973 53.068695,67.1985666 57.9236948,68.2838019 C62.7786945,69.3690371 67.5479462,70.4256977 72.231593,71.4538153 C76.9152398,72.4819329 81.1133237,73.8241773 84.8259705,75.480589 C88.5386174,77.1370007 91.5086903,79.2788802 93.7362784,81.9062918 C95.9638666,84.5337035 97.0776439,87.9607107 97.0776439,92.1874163 C97.0776439,96.6425926 96.1637753,100.298067 94.3360107,103.153949 C92.5082461,106.009831 90.109341,108.265944 87.1392236,109.922356 C84.1691061,111.578768 80.827774,112.749662 77.1151272,113.435074 C73.4024803,114.120485 69.7184476,114.463186 66.0629183,114.463186 C61.4935068,114.463186 57.0383974,113.892018 52.6974565,112.749665 C48.3565156,111.607312 44.5582492,109.836692 41.3025435,107.437751 C38.0468378,105.03881 35.4194656,101.983062 33.4203481,98.270415 C31.4212305,94.5577681 30.4216867,90.1312171 30.4216867,84.9906292 L15,84.9906292 C15,92.4159229 16.3422445,98.8415614 19.0267738,104.267738 C21.711303,109.693914 25.3667774,114.149023 29.9933066,117.633199 C34.6198357,121.117376 39.9888137,123.71619 46.1004016,125.429719 C52.2119895,127.143248 58.6947448,128 65.5488621,128 C71.1463912,128 76.7723948,127.343157 82.4270415,126.029451 C88.0816882,124.715745 93.1936407,122.602424 97.7630522,119.689424 C102.332464,116.776425 106.073613,113.006717 108.986613,108.380187 C111.899613,103.753658 113.356091,98.1847715 113.356091,91.6733601 C113.356091,85.6188899 112.242314,80.5926126 110.014726,76.5943775 C107.787137,72.5961424 104.817065,69.2833688 101.104418,66.6559572 C97.3917708,64.0285455 93.193687,61.9437828 88.5100402,60.4016064 C83.8263934,58.85943 79.0571416,57.5171855 74.2021419,56.3748327 C69.3471422,55.2324798 64.5778904,54.1758192 59.8942436,53.2048193 C55.2105968,52.2338193 51.012513,51.0058084 47.2998661,49.5207497 C43.5872193,48.0356909 40.6171463,46.1222786 38.3895582,43.7804552 C36.1619701,41.4386318 35.0481928,38.3828836 35.0481928,34.6131191 C35.0481928,30.6148841 35.8192694,27.273552 37.3614458,24.5890228 C38.9036222,21.9044935 40.9598265,19.762614 43.5301205,18.1633199 C46.1004145,16.5640259 49.041929,15.4216902 52.3547523,14.7362784 C55.6675757,14.0508667 59.0374661,13.708166 62.4645248,13.708166 C70.9179361,13.708166 77.8576257,15.6786952 83.2838019,19.6198126 C88.709978,23.56093 91.8799597,29.9294518 92.793842,38.7255689 L92.793842,38.7255689 Z\"></path>\n <rect x=\"5\" y=\"54\" width=\"118\" height=\"16\"></rect>\n </g>\n</svg>"
},
"$:/core/images/subscript": {
"title": "$:/core/images/subscript",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-subscript tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M2.27170276,16 L22.1825093,16 L43.8305003,49.6746527 L66.4138983,16 L85.1220387,16 L53.5854592,61.9685735 L87.3937414,111.411516 L67.0820462,111.411516 L43.295982,74.9306422 L19.1090291,111.411516 L0,111.411516 L33.8082822,61.9685735 L2.27170276,16 Z M127.910914,128.411516 L85.3276227,128.411516 C85.3870139,123.24448 86.6342108,118.730815 89.0692508,114.870386 C91.5042907,111.009956 94.8301491,107.654403 99.0469256,104.803624 C101.066227,103.318844 103.174584,101.878629 105.372059,100.482935 C107.569534,99.0872413 109.588805,97.5876355 111.429933,95.9840726 C113.271061,94.3805097 114.785514,92.6433426 115.973338,90.7725192 C117.161163,88.9016958 117.784761,86.7487964 117.844152,84.3137564 C117.844152,83.1853233 117.710524,81.9826691 117.443264,80.7057579 C117.176003,79.4288467 116.656338,78.2410402 115.884252,77.1423026 C115.112166,76.0435651 114.04314,75.123015 112.677142,74.3806248 C111.311144,73.6382345 109.529434,73.267045 107.331959,73.267045 C105.312658,73.267045 103.634881,73.6679297 102.298579,74.4697112 C100.962276,75.2714926 99.8932503,76.3702137 99.0914688,77.7659073 C98.2896874,79.161601 97.6957841,80.8096826 97.3097412,82.7102016 C96.9236982,84.6107206 96.7009845,86.6596869 96.6415933,88.857162 L86.4857457,88.857162 C86.4857457,85.4124713 86.9460207,82.2202411 87.8665846,79.2803758 C88.7871485,76.3405105 90.1679736,73.801574 92.0091014,71.6634901 C93.8502292,69.5254062 96.092214,67.8476295 98.7351233,66.6301095 C101.378033,65.4125895 104.451482,64.8038386 107.955564,64.8038386 C111.756602,64.8038386 114.933984,65.4274371 117.487807,66.6746527 C120.041629,67.9218683 122.105443,69.4957119 123.67931,71.3962309 C125.253178,73.2967499 126.366746,75.3605638 127.02005,77.5877345 C127.673353,79.8149053 128,81.9381095 128,83.9574109 C128,86.4518421 127.613963,88.7086746 126.841877,90.727976 C126.069791,92.7472774 125.03046,94.6032252 123.723854,96.2958749 C122.417247,97.9885247 120.932489,99.5475208 119.269534,100.97291 C117.60658,102.398299 115.884261,103.734582 114.102524,104.981797 C112.320788,106.229013 110.539078,107.416819 108.757341,108.545253 C106.975605,109.673686 105.327523,110.802102 103.813047,111.930535 C102.298571,113.058968 100.977136,114.231927 99.8487031,115.449447 C98.7202699,116.666967 97.9481956,117.958707 97.5324571,119.324705 L127.910914,119.324705 L127.910914,128.411516 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/superscript": {
"title": "$:/core/images/superscript",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-superscript tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M2.27170276,16 L22.1825093,16 L43.8305003,49.6746527 L66.4138983,16 L85.1220387,16 L53.5854592,61.9685735 L87.3937414,111.411516 L67.0820462,111.411516 L43.295982,74.9306422 L19.1090291,111.411516 L0,111.411516 L33.8082822,61.9685735 L2.27170276,16 Z M127.910914,63.4115159 L85.3276227,63.4115159 C85.3870139,58.2444799 86.6342108,53.7308149 89.0692508,49.8703857 C91.5042907,46.0099565 94.8301491,42.654403 99.0469256,39.8036245 C101.066227,38.318844 103.174584,36.8786285 105.372059,35.4829349 C107.569534,34.0872413 109.588805,32.5876355 111.429933,30.9840726 C113.271061,29.3805097 114.785514,27.6433426 115.973338,25.7725192 C117.161163,23.9016958 117.784761,21.7487964 117.844152,19.3137564 C117.844152,18.1853233 117.710524,16.9826691 117.443264,15.7057579 C117.176003,14.4288467 116.656338,13.2410402 115.884252,12.1423026 C115.112166,11.0435651 114.04314,10.123015 112.677142,9.38062477 C111.311144,8.63823453 109.529434,8.26704499 107.331959,8.26704499 C105.312658,8.26704499 103.634881,8.6679297 102.298579,9.46971115 C100.962276,10.2714926 99.8932503,11.3702137 99.0914688,12.7659073 C98.2896874,14.161601 97.6957841,15.8096826 97.3097412,17.7102016 C96.9236982,19.6107206 96.7009845,21.6596869 96.6415933,23.857162 L86.4857457,23.857162 C86.4857457,20.4124713 86.9460207,17.2202411 87.8665846,14.2803758 C88.7871485,11.3405105 90.1679736,8.80157397 92.0091014,6.6634901 C93.8502292,4.52540622 96.092214,2.84762946 98.7351233,1.63010947 C101.378033,0.412589489 104.451482,-0.196161372 107.955564,-0.196161372 C111.756602,-0.196161372 114.933984,0.427437071 117.487807,1.67465266 C120.041629,2.92186826 122.105443,4.49571195 123.67931,6.39623095 C125.253178,8.29674995 126.366746,10.3605638 127.02005,12.5877345 C127.673353,14.8149053 128,16.9381095 128,18.9574109 C128,21.4518421 127.613963,23.7086746 126.841877,25.727976 C126.069791,27.7472774 125.03046,29.6032252 123.723854,31.2958749 C122.417247,32.9885247 120.932489,34.5475208 119.269534,35.97291 C117.60658,37.3982993 115.884261,38.7345816 114.102524,39.9817972 C112.320788,41.2290128 110.539078,42.4168194 108.757341,43.5452525 C106.975605,44.6736857 105.327523,45.8021019 103.813047,46.9305351 C102.298571,48.0589682 100.977136,49.2319272 99.8487031,50.4494472 C98.7202699,51.6669672 97.9481956,52.9587068 97.5324571,54.3247048 L127.910914,54.3247048 L127.910914,63.4115159 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/tag-button": {
"title": "$:/core/images/tag-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-tag-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M18.1643182,47.6600756 L18.1677196,51.7651887 C18.1708869,55.5878829 20.3581578,60.8623899 23.0531352,63.5573673 L84.9021823,125.406414 C87.5996731,128.103905 91.971139,128.096834 94.6717387,125.396234 L125.766905,94.3010679 C128.473612,91.5943612 128.472063,87.2264889 125.777085,84.5315115 L63.9280381,22.6824644 C61.2305472,19.9849735 55.9517395,17.801995 52.1318769,17.8010313 L25.0560441,17.7942007 C21.2311475,17.7932358 18.1421354,20.8872832 18.1452985,24.7049463 L18.1535504,34.6641936 C18.2481119,34.6754562 18.3439134,34.6864294 18.4409623,34.6971263 C22.1702157,35.1081705 26.9295004,34.6530132 31.806204,33.5444844 C32.1342781,33.0700515 32.5094815,32.6184036 32.9318197,32.1960654 C35.6385117,29.4893734 39.5490441,28.718649 42.94592,29.8824694 C43.0432142,29.8394357 43.1402334,29.7961748 43.2369683,29.7526887 L43.3646982,30.0368244 C44.566601,30.5115916 45.6933052,31.2351533 46.6655958,32.2074439 C50.4612154,36.0030635 50.4663097,42.1518845 46.6769742,45.94122 C43.0594074,49.5587868 37.2914155,49.7181264 33.4734256,46.422636 C28.1082519,47.5454734 22.7987486,48.0186448 18.1643182,47.6600756 Z\"></path>\n <path d=\"M47.6333528,39.5324628 L47.6562932,39.5834939 C37.9670934,43.9391617 26.0718874,46.3819521 17.260095,45.4107025 C5.27267473,44.0894301 -1.02778744,36.4307276 2.44271359,24.0779512 C5.56175386,12.9761516 14.3014034,4.36129832 24.0466405,1.54817001 C34.7269254,-1.53487574 43.7955833,3.51606438 43.7955834,14.7730751 L35.1728168,14.7730752 C35.1728167,9.91428944 32.0946059,8.19982862 26.4381034,9.83267419 C19.5270911,11.8276553 13.046247,18.2159574 10.7440788,26.4102121 C8.82861123,33.2280582 11.161186,36.0634845 18.2047888,36.8398415 C25.3302805,37.6252244 35.7353482,35.4884477 44.1208333,31.7188498 L44.1475077,31.7781871 C44.159701,31.7725635 44.1718402,31.7671479 44.1839238,31.7619434 C45.9448098,31.0035157 50.4503245,38.3109156 47.7081571,39.5012767 C47.6834429,39.512005 47.6585061,39.5223987 47.6333528,39.5324628 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/theme-button": {
"title": "$:/core/images/theme-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-theme-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M55.854113,66.9453198 C54.3299482,65.1432292 53.0133883,63.518995 51.9542746,62.1263761 C40.8899947,47.578055 35.3091807,55.2383404 28.9941893,62.1263758 C22.6791979,69.0144112 30.6577916,74.5954741 24.6646171,79.4611023 C18.6714426,84.3267304 19.0414417,86.0133155 8.92654943,77.1119468 C-1.18834284,68.2105781 -1.88793412,65.7597832 2.7553553,60.6807286 C7.39864472,55.601674 11.2794845,63.5989423 20.7646627,54.5728325 C30.2498409,45.5467226 22.2819131,37.5470737 22.2819131,37.5470737 C22.2819131,37.5470737 42.0310399,-2.82433362 68.4206088,0.157393922 C94.8101776,3.13912147 58.4373806,-3.70356506 49.3898693,27.958066 C45.5161782,41.5139906 50.1107906,38.3197672 57.4560458,44.0453955 C59.1625767,45.3756367 63.8839488,48.777453 70.127165,53.3625321 C63.9980513,59.2416709 58.9704753,64.0315459 55.854113,66.9453198 Z M67.4952439,79.8919946 C83.5082212,96.9282402 105.237121,117.617674 112.611591,120.312493 C123.044132,124.12481 128.000001,117.170903 128,105.522947 C127.999999,98.3705516 104.170675,78.980486 84.0760493,63.7529565 C76.6683337,70.9090328 70.7000957,76.7055226 67.4952439,79.8919946 Z\"></path>\n <path d=\"M58.2852966,138.232794 L58.2852966,88.3943645 C56.318874,88.3923153 54.7254089,86.7952906 54.7254089,84.8344788 C54.7254089,82.8684071 56.3175932,81.2745911 58.2890859,81.2745911 L79.6408336,81.2745911 C81.608998,81.2745911 83.2045105,82.8724076 83.2045105,84.8344788 C83.2045105,86.7992907 81.614366,88.3923238 79.6446228,88.3943645 L79.6446228,88.3943646 L79.6446228,138.232794 C79.6446228,144.131009 74.8631748,148.912457 68.9649597,148.912457 C63.0667446,148.912457 58.2852966,144.131009 58.2852966,138.232794 Z M65.405072,-14.8423767 L72.5248474,-14.8423767 L76.0847351,-0.690681892 L72.5248474,6.51694947 L72.5248474,81.2745911 L65.405072,81.2745911 L65.405072,6.51694947 L61.8451843,-0.690681892 L65.405072,-14.8423767 Z\" transform=\"translate(68.964960, 67.035040) rotate(45.000000) translate(-68.964960, -67.035040) \"></path>\n </g>\n</svg>"
},
"$:/core/images/timestamp-off": {
"title": "$:/core/images/timestamp-off",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-timestamp-off tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10c-2.762 0-5-2.24-5-5-.004-2.756 2.238-5 5-5H66.69c2.762 0 5.002 2.24 5 5 .006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M58.25 35.88c-18.777 0-33.998 15.224-33.998 33.998 0 18.773 15.22 34.002 33.998 34.002 18.784 0 34.002-15.23 34.002-34.002 0-18.774-15.218-33.998-34.002-33.998zm-3.03 50.123H44.196v-34H55.22v34zm16.976 0H61.17v-34h11.025v34z\"/>\n </g>\n</svg>\n"
},
"$:/core/images/timestamp-on": {
"title": "$:/core/images/timestamp-on",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-timestamp-on tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10c-2.762 0-5-2.24-5-5-.004-2.756 2.238-5 5-5H66.69c2.762 0 5.002 2.24 5 5 .006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M13.41 27.178c-2.116 1.775-5.27 1.498-7.045-.613-1.772-2.11-1.498-5.27.616-7.047l9.95-8.348c2.115-1.774 5.27-1.5 7.045.618 1.775 2.108 1.498 5.27-.616 7.043l-9.95 8.348zM102.983 27.178c2.116 1.775 5.27 1.498 7.045-.613 1.772-2.11 1.498-5.27-.616-7.047l-9.95-8.348c-2.114-1.774-5.27-1.5-7.044.618-1.775 2.108-1.498 5.27.616 7.043l9.95 8.348zM65.097 71.072c0 3.826-3.09 6.928-6.897 6.928-3.804.006-6.9-3.102-6.903-6.928 0 0 4.76-39.072 6.903-39.072s6.897 39.072 6.897 39.072z\"/>\n </g>\n</svg>\n"
},
"$:/core/images/tip": {
"title": "$:/core/images/tip",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-tip tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,128.241818 C99.346224,128.241818 128,99.5880417 128,64.2418177 C128,28.8955937 99.346224,0.241817675 64,0.241817675 C28.653776,0.241817675 0,28.8955937 0,64.2418177 C0,99.5880417 28.653776,128.241818 64,128.241818 Z M75.9358659,91.4531941 C75.3115438,95.581915 70.2059206,98.8016748 64,98.8016748 C57.7940794,98.8016748 52.6884562,95.581915 52.0641341,91.4531941 C54.3299053,94.0502127 58.8248941,95.8192805 64,95.8192805 C69.1751059,95.8192805 73.6700947,94.0502127 75.9358659,91.4531941 L75.9358659,91.4531941 Z M75.9358659,95.9453413 C75.3115438,100.074062 70.2059206,103.293822 64,103.293822 C57.7940794,103.293822 52.6884562,100.074062 52.0641341,95.9453413 C54.3299053,98.5423599 58.8248941,100.311428 64,100.311428 C69.1751059,100.311428 73.6700947,98.5423599 75.9358659,95.9453413 L75.9358659,95.9453413 Z M75.9358659,100.40119 C75.3115438,104.529911 70.2059206,107.74967 64,107.74967 C57.7940794,107.74967 52.6884562,104.529911 52.0641341,100.40119 C54.3299053,102.998208 58.8248941,104.767276 64,104.767276 C69.1751059,104.767276 73.6700947,102.998208 75.9358659,100.40119 L75.9358659,100.40119 Z M75.9358659,104.893337 C75.3115438,109.022058 70.2059206,112.241818 64,112.241818 C57.7940794,112.241818 52.6884562,109.022058 52.0641341,104.893337 C54.3299053,107.490356 58.8248941,109.259423 64,109.259423 C69.1751059,109.259423 73.6700947,107.490356 75.9358659,104.893337 L75.9358659,104.893337 Z M64.3010456,24.2418177 C75.9193117,24.2418188 88.0000013,32.0619847 88,48.4419659 C87.9999987,64.8219472 75.9193018,71.7540963 75.9193021,83.5755932 C75.9193022,89.4486648 70.0521957,92.8368862 63.9999994,92.8368862 C57.947803,92.8368862 51.9731007,89.8295115 51.9731007,83.5755932 C51.9731007,71.1469799 39.9999998,65.4700602 40,48.4419647 C40.0000002,31.4138691 52.6827796,24.2418166 64.3010456,24.2418177 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/transcludify": {
"title": "$:/core/images/transcludify",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-transcludify-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"><path d=\"M0 59.482c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 0 0 2.75-.932 6.762 6.762 0 0 0 2.306-1.907c.651-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 0 0-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 0 0-2.75-1.02C1.36 67.377.591 67.288 0 67.288v-7.806zm24.66 0c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 0 0 2.75-.932 6.762 6.762 0 0 0 2.306-1.907c.65-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 0 0-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 0 0-2.75-1.02c-.946-.177-1.715-.266-2.306-.266v-7.806zm43.965-3.538L80.6 52.041l2.306 7.097-12.063 3.903 7.628 10.378-6.12 4.435-7.63-10.467-7.45 10.201-5.943-4.524 7.628-10.023-12.152-4.17 2.306-7.096 12.064 4.17V43.347h7.451v12.596zm34.425 11.344c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 0 0-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 0 0 .71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 0 0-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 0 0 2.262 2.084 8.868 8.868 0 0 0 2.75 1.02c.946.177 1.745.266 2.395.266v7.806zm24.66 0c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 0 0-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 0 0 .71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 0 0-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 0 0 2.262 2.084 8.868 8.868 0 0 0 2.75 1.02c.946.177 1.745.266 2.395.266v7.806z\" fill-rule=\"evenodd\"/></svg>\n"
},
"$:/core/images/twitter": {
"title": "$:/core/images/twitter",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-twitter tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M41.6263422,115.803477 C27.0279663,115.803477 13.4398394,111.540813 1.99987456,104.234833 C4.02221627,104.472643 6.08004574,104.594302 8.16644978,104.594302 C20.277456,104.594302 31.4238403,100.47763 40.270894,93.5715185 C28.9590538,93.3635501 19.4123842,85.9189246 16.1230832,75.6885328 C17.7011365,75.9892376 19.320669,76.1503787 20.9862896,76.1503787 C23.344152,76.1503787 25.6278127,75.8359011 27.7971751,75.247346 C15.9709927,72.8821073 7.06079851,62.4745062 7.06079851,49.9982394 C7.06079851,49.8898938 7.06079851,49.7820074 7.06264203,49.67458 C10.5482779,51.6032228 14.5339687,52.7615103 18.7717609,52.8951059 C11.8355159,48.277565 7.2714207,40.3958845 7.2714207,31.4624258 C7.2714207,26.7434257 8.54621495,22.3200804 10.7713439,18.5169676 C23.5211299,34.0957738 42.568842,44.3472839 64.0532269,45.4210985 C63.6126256,43.5365285 63.3835682,41.5711584 63.3835682,39.5529928 C63.3835682,25.3326379 74.95811,13.8034766 89.2347917,13.8034766 C96.6697089,13.8034766 103.387958,16.930807 108.103682,21.9353619 C113.991886,20.780288 119.52429,18.6372496 124.518847,15.6866694 C122.588682,21.6993889 118.490075,26.7457211 113.152623,29.9327334 C118.381769,29.3102055 123.363882,27.926045 127.999875,25.8780385 C124.534056,31.0418981 120.151087,35.5772616 115.100763,39.2077561 C115.150538,40.3118708 115.175426,41.4224128 115.175426,42.538923 C115.175426,76.5663154 89.1744164,115.803477 41.6263422,115.803477\"></path>\n </g>\n</svg>\n"
},
"$:/core/images/underline": {
"title": "$:/core/images/underline",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-underline tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M7,117.421488 L121.247934,117.421488 L121.247934,128 L7,128 L7,117.421488 Z M104.871212,98.8958333 L104.871212,0 L88.6117424,0 L88.6117424,55.8560606 C88.6117424,60.3194668 88.0060035,64.432115 86.7945076,68.1941288 C85.5830116,71.9561425 83.7657949,75.239885 81.342803,78.0454545 C78.9198111,80.8510241 75.8911167,83.0189317 72.2566288,84.5492424 C68.6221409,86.0795531 64.3182067,86.844697 59.344697,86.844697 C53.0959284,86.844697 48.1862552,85.0593613 44.6155303,81.4886364 C41.0448054,77.9179114 39.2594697,73.0720003 39.2594697,66.9507576 L39.2594697,0 L23,0 L23,65.0378788 C23,70.3939662 23.5419769,75.2717583 24.625947,79.6714015 C25.709917,84.0710447 27.5908957,87.864883 30.2689394,91.0530303 C32.9469831,94.2411776 36.4538925,96.6960141 40.7897727,98.4176136 C45.125653,100.139213 50.545422,101 57.0492424,101 C64.3182182,101 70.630655,99.5653553 75.9867424,96.6960227 C81.3428298,93.8266902 85.742407,89.33147 89.1856061,83.2102273 L89.5681818,83.2102273 L89.5681818,98.8958333 L104.871212,98.8958333 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/unfold-all-button": {
"title": "$:/core/images/unfold-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unfold-all tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"64\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M85.598226,8.34884273 C84.1490432,6.89863875 82.1463102,6 79.9340286,6 L47.9482224,6 C43.5292967,6 39.9411255,9.581722 39.9411255,14 C39.9411255,18.4092877 43.5260249,22 47.9482224,22 L71.9411255,22 L71.9411255,45.9929031 C71.9411255,50.4118288 75.5228475,54 79.9411255,54 C84.3504132,54 87.9411255,50.4151006 87.9411255,45.9929031 L87.9411255,14.0070969 C87.9411255,11.7964515 87.0447363,9.79371715 85.5956548,8.34412458 Z\" transform=\"translate(63.941125, 30.000000) scale(1, -1) rotate(-45.000000) translate(-63.941125, -30.000000) \"></path>\n <path d=\"M85.6571005,72.2899682 C84.2079177,70.8397642 82.2051847,69.9411255 79.9929031,69.9411255 L48.0070969,69.9411255 C43.5881712,69.9411255 40,73.5228475 40,77.9411255 C40,82.3504132 43.5848994,85.9411255 48.0070969,85.9411255 L72,85.9411255 L72,109.934029 C72,114.352954 75.581722,117.941125 80,117.941125 C84.4092877,117.941125 88,114.356226 88,109.934029 L88,77.9482224 C88,75.737577 87.1036108,73.7348426 85.6545293,72.2852501 Z\" transform=\"translate(64.000000, 93.941125) scale(1, -1) rotate(-45.000000) translate(-64.000000, -93.941125) \"></path>\n </g>\n</svg>"
},
"$:/core/images/unfold-button": {
"title": "$:/core/images/unfold-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unfold tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M85.598226,11.3488427 C84.1490432,9.89863875 82.1463102,9 79.9340286,9 L47.9482224,9 C43.5292967,9 39.9411255,12.581722 39.9411255,17 C39.9411255,21.4092877 43.5260249,25 47.9482224,25 L71.9411255,25 L71.9411255,48.9929031 C71.9411255,53.4118288 75.5228475,57 79.9411255,57 C84.3504132,57 87.9411255,53.4151006 87.9411255,48.9929031 L87.9411255,17.0070969 C87.9411255,14.7964515 87.0447363,12.7937171 85.5956548,11.3441246 Z\" transform=\"translate(63.941125, 33.000000) scale(1, -1) rotate(-45.000000) translate(-63.941125, -33.000000) \"></path>\n <path d=\"M85.6571005,53.4077172 C84.2079177,51.9575133 82.2051847,51.0588745 79.9929031,51.0588745 L48.0070969,51.0588745 C43.5881712,51.0588745 40,54.6405965 40,59.0588745 C40,63.4681622 43.5848994,67.0588745 48.0070969,67.0588745 L72,67.0588745 L72,91.0517776 C72,95.4707033 75.581722,99.0588745 80,99.0588745 C84.4092877,99.0588745 88,95.4739751 88,91.0517776 L88,59.0659714 C88,56.855326 87.1036108,54.8525917 85.6545293,53.4029991 Z\" transform=\"translate(64.000000, 75.058875) scale(1, -1) rotate(-45.000000) translate(-64.000000, -75.058875) \"></path>\n </g>\n</svg>"
},
"$:/core/images/unlocked-padlock": {
"title": "$:/core/images/unlocked-padlock",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unlocked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M48.6266053,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L30.136303,64 C19.6806213,51.3490406 2.77158986,28.2115132 25.8366966,8.85759246 C50.4723026,-11.8141335 71.6711028,13.2108337 81.613302,25.0594855 C91.5555012,36.9081373 78.9368488,47.4964439 69.1559674,34.9513593 C59.375086,22.4062748 47.9893192,10.8049522 35.9485154,20.9083862 C23.9077117,31.0118202 34.192312,43.2685325 44.7624679,55.8655518 C47.229397,58.805523 48.403443,61.5979188 48.6266053,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/up-arrow": {
"title": "$:/core/images/up-arrow",
"created": "20150316000544368",
"modified": "20150316000831867",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-up-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n<path transform=\"rotate(-135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25074c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056l0.00001,-0.00001z\" />\n</svg>\n \n"
},
"$:/core/images/video": {
"title": "$:/core/images/video",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-video tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,12 C29.0909091,12 8.72727273,14.9166667 5.81818182,17.8333333 C2.90909091,20.75 1.93784382e-15,41.1666667 0,64.5 C1.93784382e-15,87.8333333 2.90909091,108.25 5.81818182,111.166667 C8.72727273,114.083333 29.0909091,117 64,117 C98.9090909,117 119.272727,114.083333 122.181818,111.166667 C125.090909,108.25 128,87.8333333 128,64.5 C128,41.1666667 125.090909,20.75 122.181818,17.8333333 C119.272727,14.9166667 98.9090909,12 64,12 Z M54.9161194,44.6182253 C51.102648,42.0759111 48.0112186,43.7391738 48.0112186,48.3159447 L48.0112186,79.6840553 C48.0112186,84.2685636 51.109784,85.9193316 54.9161194,83.3817747 L77.0838806,68.6032672 C80.897352,66.0609529 80.890216,61.9342897 77.0838806,59.3967328 L54.9161194,44.6182253 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/warning": {
"title": "$:/core/images/warning",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-warning tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z\"></path>\n </g>\n</svg>"
},
"$:/language/Buttons/AdvancedSearch/Caption": {
"title": "$:/language/Buttons/AdvancedSearch/Caption",
"text": "advanced search"
},
"$:/language/Buttons/AdvancedSearch/Hint": {
"title": "$:/language/Buttons/AdvancedSearch/Hint",
"text": "Advanced search"
},
"$:/language/Buttons/Cancel/Caption": {
"title": "$:/language/Buttons/Cancel/Caption",
"text": "cancel"
},
"$:/language/Buttons/Cancel/Hint": {
"title": "$:/language/Buttons/Cancel/Hint",
"text": "Discard changes to this tiddler"
},
"$:/language/Buttons/Clone/Caption": {
"title": "$:/language/Buttons/Clone/Caption",
"text": "clone"
},
"$:/language/Buttons/Clone/Hint": {
"title": "$:/language/Buttons/Clone/Hint",
"text": "Clone this tiddler"
},
"$:/language/Buttons/Close/Caption": {
"title": "$:/language/Buttons/Close/Caption",
"text": "close"
},
"$:/language/Buttons/Close/Hint": {
"title": "$:/language/Buttons/Close/Hint",
"text": "Close this tiddler"
},
"$:/language/Buttons/CloseAll/Caption": {
"title": "$:/language/Buttons/CloseAll/Caption",
"text": "close all"
},
"$:/language/Buttons/CloseAll/Hint": {
"title": "$:/language/Buttons/CloseAll/Hint",
"text": "Close all tiddlers"
},
"$:/language/Buttons/CloseOthers/Caption": {
"title": "$:/language/Buttons/CloseOthers/Caption",
"text": "close others"
},
"$:/language/Buttons/CloseOthers/Hint": {
"title": "$:/language/Buttons/CloseOthers/Hint",
"text": "Close other tiddlers"
},
"$:/language/Buttons/ControlPanel/Caption": {
"title": "$:/language/Buttons/ControlPanel/Caption",
"text": "control panel"
},
"$:/language/Buttons/ControlPanel/Hint": {
"title": "$:/language/Buttons/ControlPanel/Hint",
"text": "Open control panel"
},
"$:/language/Buttons/CopyToClipboard/Caption": {
"title": "$:/language/Buttons/CopyToClipboard/Caption",
"text": "copy to clipboard"
},
"$:/language/Buttons/CopyToClipboard/Hint": {
"title": "$:/language/Buttons/CopyToClipboard/Hint",
"text": "Copy this text to the clipboard"
},
"$:/language/Buttons/Delete/Caption": {
"title": "$:/language/Buttons/Delete/Caption",
"text": "delete"
},
"$:/language/Buttons/Delete/Hint": {
"title": "$:/language/Buttons/Delete/Hint",
"text": "Delete this tiddler"
},
"$:/language/Buttons/Edit/Caption": {
"title": "$:/language/Buttons/Edit/Caption",
"text": "edit"
},
"$:/language/Buttons/Edit/Hint": {
"title": "$:/language/Buttons/Edit/Hint",
"text": "Edit this tiddler"
},
"$:/language/Buttons/Encryption/Caption": {
"title": "$:/language/Buttons/Encryption/Caption",
"text": "encryption"
},
"$:/language/Buttons/Encryption/Hint": {
"title": "$:/language/Buttons/Encryption/Hint",
"text": "Set or clear a password for saving this wiki"
},
"$:/language/Buttons/Encryption/ClearPassword/Caption": {
"title": "$:/language/Buttons/Encryption/ClearPassword/Caption",
"text": "clear password"
},
"$:/language/Buttons/Encryption/ClearPassword/Hint": {
"title": "$:/language/Buttons/Encryption/ClearPassword/Hint",
"text": "Clear the password and save this wiki without encryption"
},
"$:/language/Buttons/Encryption/SetPassword/Caption": {
"title": "$:/language/Buttons/Encryption/SetPassword/Caption",
"text": "set password"
},
"$:/language/Buttons/Encryption/SetPassword/Hint": {
"title": "$:/language/Buttons/Encryption/SetPassword/Hint",
"text": "Set a password for saving this wiki with encryption"
},
"$:/language/Buttons/ExportPage/Caption": {
"title": "$:/language/Buttons/ExportPage/Caption",
"text": "export all"
},
"$:/language/Buttons/ExportPage/Hint": {
"title": "$:/language/Buttons/ExportPage/Hint",
"text": "Export all tiddlers"
},
"$:/language/Buttons/ExportTiddler/Caption": {
"title": "$:/language/Buttons/ExportTiddler/Caption",
"text": "export tiddler"
},
"$:/language/Buttons/ExportTiddler/Hint": {
"title": "$:/language/Buttons/ExportTiddler/Hint",
"text": "Export tiddler"
},
"$:/language/Buttons/ExportTiddlers/Caption": {
"title": "$:/language/Buttons/ExportTiddlers/Caption",
"text": "export tiddlers"
},
"$:/language/Buttons/ExportTiddlers/Hint": {
"title": "$:/language/Buttons/ExportTiddlers/Hint",
"text": "Export tiddlers"
},
"$:/language/Buttons/Fold/Caption": {
"title": "$:/language/Buttons/Fold/Caption",
"text": "fold tiddler"
},
"$:/language/Buttons/Fold/Hint": {
"title": "$:/language/Buttons/Fold/Hint",
"text": "Fold the body of this tiddler"
},
"$:/language/Buttons/Fold/FoldBar/Caption": {
"title": "$:/language/Buttons/Fold/FoldBar/Caption",
"text": "fold-bar"
},
"$:/language/Buttons/Fold/FoldBar/Hint": {
"title": "$:/language/Buttons/Fold/FoldBar/Hint",
"text": "Optional bars to fold and unfold tiddlers"
},
"$:/language/Buttons/Unfold/Caption": {
"title": "$:/language/Buttons/Unfold/Caption",
"text": "unfold tiddler"
},
"$:/language/Buttons/Unfold/Hint": {
"title": "$:/language/Buttons/Unfold/Hint",
"text": "Unfold the body of this tiddler"
},
"$:/language/Buttons/FoldOthers/Caption": {
"title": "$:/language/Buttons/FoldOthers/Caption",
"text": "fold other tiddlers"
},
"$:/language/Buttons/FoldOthers/Hint": {
"title": "$:/language/Buttons/FoldOthers/Hint",
"text": "Fold the bodies of other opened tiddlers"
},
"$:/language/Buttons/FoldAll/Caption": {
"title": "$:/language/Buttons/FoldAll/Caption",
"text": "fold all tiddlers"
},
"$:/language/Buttons/FoldAll/Hint": {
"title": "$:/language/Buttons/FoldAll/Hint",
"text": "Fold the bodies of all opened tiddlers"
},
"$:/language/Buttons/UnfoldAll/Caption": {
"title": "$:/language/Buttons/UnfoldAll/Caption",
"text": "unfold all tiddlers"
},
"$:/language/Buttons/UnfoldAll/Hint": {
"title": "$:/language/Buttons/UnfoldAll/Hint",
"text": "Unfold the bodies of all opened tiddlers"
},
"$:/language/Buttons/FullScreen/Caption": {
"title": "$:/language/Buttons/FullScreen/Caption",
"text": "full-screen"
},
"$:/language/Buttons/FullScreen/Hint": {
"title": "$:/language/Buttons/FullScreen/Hint",
"text": "Enter or leave full-screen mode"
},
"$:/language/Buttons/Help/Caption": {
"title": "$:/language/Buttons/Help/Caption",
"text": "help"
},
"$:/language/Buttons/Help/Hint": {
"title": "$:/language/Buttons/Help/Hint",
"text": "Show help panel"
},
"$:/language/Buttons/Import/Caption": {
"title": "$:/language/Buttons/Import/Caption",
"text": "import"
},
"$:/language/Buttons/Import/Hint": {
"title": "$:/language/Buttons/Import/Hint",
"text": "Import many types of file including text, image, TiddlyWiki or JSON"
},
"$:/language/Buttons/Info/Caption": {
"title": "$:/language/Buttons/Info/Caption",
"text": "info"
},
"$:/language/Buttons/Info/Hint": {
"title": "$:/language/Buttons/Info/Hint",
"text": "Show information for this tiddler"
},
"$:/language/Buttons/Home/Caption": {
"title": "$:/language/Buttons/Home/Caption",
"text": "home"
},
"$:/language/Buttons/Home/Hint": {
"title": "$:/language/Buttons/Home/Hint",
"text": "Open the default tiddlers"
},
"$:/language/Buttons/Language/Caption": {
"title": "$:/language/Buttons/Language/Caption",
"text": "language"
},
"$:/language/Buttons/Language/Hint": {
"title": "$:/language/Buttons/Language/Hint",
"text": "Choose the user interface language"
},
"$:/language/Buttons/Manager/Caption": {
"title": "$:/language/Buttons/Manager/Caption",
"text": "tiddler manager"
},
"$:/language/Buttons/Manager/Hint": {
"title": "$:/language/Buttons/Manager/Hint",
"text": "Open tiddler manager"
},
"$:/language/Buttons/More/Caption": {
"title": "$:/language/Buttons/More/Caption",
"text": "more"
},
"$:/language/Buttons/More/Hint": {
"title": "$:/language/Buttons/More/Hint",
"text": "More actions"
},
"$:/language/Buttons/NewHere/Caption": {
"title": "$:/language/Buttons/NewHere/Caption",
"text": "new here"
},
"$:/language/Buttons/NewHere/Hint": {
"title": "$:/language/Buttons/NewHere/Hint",
"text": "Create a new tiddler tagged with this one"
},
"$:/language/Buttons/NewJournal/Caption": {
"title": "$:/language/Buttons/NewJournal/Caption",
"text": "new journal"
},
"$:/language/Buttons/NewJournal/Hint": {
"title": "$:/language/Buttons/NewJournal/Hint",
"text": "Create a new journal tiddler"
},
"$:/language/Buttons/NewJournalHere/Caption": {
"title": "$:/language/Buttons/NewJournalHere/Caption",
"text": "new journal here"
},
"$:/language/Buttons/NewJournalHere/Hint": {
"title": "$:/language/Buttons/NewJournalHere/Hint",
"text": "Create a new journal tiddler tagged with this one"
},
"$:/language/Buttons/NewImage/Caption": {
"title": "$:/language/Buttons/NewImage/Caption",
"text": "new image"
},
"$:/language/Buttons/NewImage/Hint": {
"title": "$:/language/Buttons/NewImage/Hint",
"text": "Create a new image tiddler"
},
"$:/language/Buttons/NewMarkdown/Caption": {
"title": "$:/language/Buttons/NewMarkdown/Caption",
"text": "new Markdown tiddler"
},
"$:/language/Buttons/NewMarkdown/Hint": {
"title": "$:/language/Buttons/NewMarkdown/Hint",
"text": "Create a new Markdown tiddler"
},
"$:/language/Buttons/NewTiddler/Caption": {
"title": "$:/language/Buttons/NewTiddler/Caption",
"text": "new tiddler"
},
"$:/language/Buttons/NewTiddler/Hint": {
"title": "$:/language/Buttons/NewTiddler/Hint",
"text": "Create a new tiddler"
},
"$:/language/Buttons/OpenWindow/Caption": {
"title": "$:/language/Buttons/OpenWindow/Caption",
"text": "open in new window"
},
"$:/language/Buttons/OpenWindow/Hint": {
"title": "$:/language/Buttons/OpenWindow/Hint",
"text": "Open tiddler in new window"
},
"$:/language/Buttons/Palette/Caption": {
"title": "$:/language/Buttons/Palette/Caption",
"text": "palette"
},
"$:/language/Buttons/Palette/Hint": {
"title": "$:/language/Buttons/Palette/Hint",
"text": "Choose the colour palette"
},
"$:/language/Buttons/Permalink/Caption": {
"title": "$:/language/Buttons/Permalink/Caption",
"text": "permalink"
},
"$:/language/Buttons/Permalink/Hint": {
"title": "$:/language/Buttons/Permalink/Hint",
"text": "Set browser address bar to a direct link to this tiddler"
},
"$:/language/Buttons/Permaview/Caption": {
"title": "$:/language/Buttons/Permaview/Caption",
"text": "permaview"
},
"$:/language/Buttons/Permaview/Hint": {
"title": "$:/language/Buttons/Permaview/Hint",
"text": "Set browser address bar to a direct link to all the tiddlers in this story"
},
"$:/language/Buttons/Print/Caption": {
"title": "$:/language/Buttons/Print/Caption",
"text": "print page"
},
"$:/language/Buttons/Print/Hint": {
"title": "$:/language/Buttons/Print/Hint",
"text": "Print the current page"
},
"$:/language/Buttons/Refresh/Caption": {
"title": "$:/language/Buttons/Refresh/Caption",
"text": "refresh"
},
"$:/language/Buttons/Refresh/Hint": {
"title": "$:/language/Buttons/Refresh/Hint",
"text": "Perform a full refresh of the wiki"
},
"$:/language/Buttons/Save/Caption": {
"title": "$:/language/Buttons/Save/Caption",
"text": "ok"
},
"$:/language/Buttons/Save/Hint": {
"title": "$:/language/Buttons/Save/Hint",
"text": "Confirm changes to this tiddler"
},
"$:/language/Buttons/SaveWiki/Caption": {
"title": "$:/language/Buttons/SaveWiki/Caption",
"text": "save changes"
},
"$:/language/Buttons/SaveWiki/Hint": {
"title": "$:/language/Buttons/SaveWiki/Hint",
"text": "Save changes"
},
"$:/language/Buttons/StoryView/Caption": {
"title": "$:/language/Buttons/StoryView/Caption",
"text": "storyview"
},
"$:/language/Buttons/StoryView/Hint": {
"title": "$:/language/Buttons/StoryView/Hint",
"text": "Choose the story visualisation"
},
"$:/language/Buttons/HideSideBar/Caption": {
"title": "$:/language/Buttons/HideSideBar/Caption",
"text": "hide sidebar"
},
"$:/language/Buttons/HideSideBar/Hint": {
"title": "$:/language/Buttons/HideSideBar/Hint",
"text": "Hide sidebar"
},
"$:/language/Buttons/ShowSideBar/Caption": {
"title": "$:/language/Buttons/ShowSideBar/Caption",
"text": "show sidebar"
},
"$:/language/Buttons/ShowSideBar/Hint": {
"title": "$:/language/Buttons/ShowSideBar/Hint",
"text": "Show sidebar"
},
"$:/language/Buttons/TagManager/Caption": {
"title": "$:/language/Buttons/TagManager/Caption",
"text": "tag manager"
},
"$:/language/Buttons/TagManager/Hint": {
"title": "$:/language/Buttons/TagManager/Hint",
"text": "Open tag manager"
},
"$:/language/Buttons/Timestamp/Caption": {
"title": "$:/language/Buttons/Timestamp/Caption",
"text": "timestamps"
},
"$:/language/Buttons/Timestamp/Hint": {
"title": "$:/language/Buttons/Timestamp/Hint",
"text": "Choose whether modifications update timestamps"
},
"$:/language/Buttons/Timestamp/On/Caption": {
"title": "$:/language/Buttons/Timestamp/On/Caption",
"text": "timestamps are on"
},
"$:/language/Buttons/Timestamp/On/Hint": {
"title": "$:/language/Buttons/Timestamp/On/Hint",
"text": "Update timestamps when tiddlers are modified"
},
"$:/language/Buttons/Timestamp/Off/Caption": {
"title": "$:/language/Buttons/Timestamp/Off/Caption",
"text": "timestamps are off"
},
"$:/language/Buttons/Timestamp/Off/Hint": {
"title": "$:/language/Buttons/Timestamp/Off/Hint",
"text": "Don't update timestamps when tiddlers are modified"
},
"$:/language/Buttons/Theme/Caption": {
"title": "$:/language/Buttons/Theme/Caption",
"text": "theme"
},
"$:/language/Buttons/Theme/Hint": {
"title": "$:/language/Buttons/Theme/Hint",
"text": "Choose the display theme"
},
"$:/language/Buttons/Bold/Caption": {
"title": "$:/language/Buttons/Bold/Caption",
"text": "bold"
},
"$:/language/Buttons/Bold/Hint": {
"title": "$:/language/Buttons/Bold/Hint",
"text": "Apply bold formatting to selection"
},
"$:/language/Buttons/Clear/Caption": {
"title": "$:/language/Buttons/Clear/Caption",
"text": "clear"
},
"$:/language/Buttons/Clear/Hint": {
"title": "$:/language/Buttons/Clear/Hint",
"text": "Clear image to solid colour"
},
"$:/language/Buttons/EditorHeight/Caption": {
"title": "$:/language/Buttons/EditorHeight/Caption",
"text": "editor height"
},
"$:/language/Buttons/EditorHeight/Caption/Auto": {
"title": "$:/language/Buttons/EditorHeight/Caption/Auto",
"text": "Automatically adjust height to fit content"
},
"$:/language/Buttons/EditorHeight/Caption/Fixed": {
"title": "$:/language/Buttons/EditorHeight/Caption/Fixed",
"text": "Fixed height:"
},
"$:/language/Buttons/EditorHeight/Hint": {
"title": "$:/language/Buttons/EditorHeight/Hint",
"text": "Choose the height of the text editor"
},
"$:/language/Buttons/Excise/Caption": {
"title": "$:/language/Buttons/Excise/Caption",
"text": "excise"
},
"$:/language/Buttons/Excise/Caption/Excise": {
"title": "$:/language/Buttons/Excise/Caption/Excise",
"text": "Perform excision"
},
"$:/language/Buttons/Excise/Caption/MacroName": {
"title": "$:/language/Buttons/Excise/Caption/MacroName",
"text": "Macro name:"
},
"$:/language/Buttons/Excise/Caption/NewTitle": {
"title": "$:/language/Buttons/Excise/Caption/NewTitle",
"text": "Title of new tiddler:"
},
"$:/language/Buttons/Excise/Caption/Replace": {
"title": "$:/language/Buttons/Excise/Caption/Replace",
"text": "Replace excised text with:"
},
"$:/language/Buttons/Excise/Caption/Replace/Macro": {
"title": "$:/language/Buttons/Excise/Caption/Replace/Macro",
"text": "macro"
},
"$:/language/Buttons/Excise/Caption/Replace/Link": {
"title": "$:/language/Buttons/Excise/Caption/Replace/Link",
"text": "link"
},
"$:/language/Buttons/Excise/Caption/Replace/Transclusion": {
"title": "$:/language/Buttons/Excise/Caption/Replace/Transclusion",
"text": "transclusion"
},
"$:/language/Buttons/Excise/Caption/Tag": {
"title": "$:/language/Buttons/Excise/Caption/Tag",
"text": "Tag new tiddler with the title of this tiddler"
},
"$:/language/Buttons/Excise/Caption/TiddlerExists": {
"title": "$:/language/Buttons/Excise/Caption/TiddlerExists",
"text": "Warning: tiddler already exists"
},
"$:/language/Buttons/Excise/Hint": {
"title": "$:/language/Buttons/Excise/Hint",
"text": "Excise the selected text into a new tiddler"
},
"$:/language/Buttons/Heading1/Caption": {
"title": "$:/language/Buttons/Heading1/Caption",
"text": "heading 1"
},
"$:/language/Buttons/Heading1/Hint": {
"title": "$:/language/Buttons/Heading1/Hint",
"text": "Apply heading level 1 formatting to lines containing selection"
},
"$:/language/Buttons/Heading2/Caption": {
"title": "$:/language/Buttons/Heading2/Caption",
"text": "heading 2"
},
"$:/language/Buttons/Heading2/Hint": {
"title": "$:/language/Buttons/Heading2/Hint",
"text": "Apply heading level 2 formatting to lines containing selection"
},
"$:/language/Buttons/Heading3/Caption": {
"title": "$:/language/Buttons/Heading3/Caption",
"text": "heading 3"
},
"$:/language/Buttons/Heading3/Hint": {
"title": "$:/language/Buttons/Heading3/Hint",
"text": "Apply heading level 3 formatting to lines containing selection"
},
"$:/language/Buttons/Heading4/Caption": {
"title": "$:/language/Buttons/Heading4/Caption",
"text": "heading 4"
},
"$:/language/Buttons/Heading4/Hint": {
"title": "$:/language/Buttons/Heading4/Hint",
"text": "Apply heading level 4 formatting to lines containing selection"
},
"$:/language/Buttons/Heading5/Caption": {
"title": "$:/language/Buttons/Heading5/Caption",
"text": "heading 5"
},
"$:/language/Buttons/Heading5/Hint": {
"title": "$:/language/Buttons/Heading5/Hint",
"text": "Apply heading level 5 formatting to lines containing selection"
},
"$:/language/Buttons/Heading6/Caption": {
"title": "$:/language/Buttons/Heading6/Caption",
"text": "heading 6"
},
"$:/language/Buttons/Heading6/Hint": {
"title": "$:/language/Buttons/Heading6/Hint",
"text": "Apply heading level 6 formatting to lines containing selection"
},
"$:/language/Buttons/Italic/Caption": {
"title": "$:/language/Buttons/Italic/Caption",
"text": "italic"
},
"$:/language/Buttons/Italic/Hint": {
"title": "$:/language/Buttons/Italic/Hint",
"text": "Apply italic formatting to selection"
},
"$:/language/Buttons/LineWidth/Caption": {
"title": "$:/language/Buttons/LineWidth/Caption",
"text": "line width"
},
"$:/language/Buttons/LineWidth/Hint": {
"title": "$:/language/Buttons/LineWidth/Hint",
"text": "Set line width for painting"
},
"$:/language/Buttons/Link/Caption": {
"title": "$:/language/Buttons/Link/Caption",
"text": "link"
},
"$:/language/Buttons/Link/Hint": {
"title": "$:/language/Buttons/Link/Hint",
"text": "Create wikitext link"
},
"$:/language/Buttons/Linkify/Caption": {
"title": "$:/language/Buttons/Linkify/Caption",
"text": "wikilink"
},
"$:/language/Buttons/Linkify/Hint": {
"title": "$:/language/Buttons/Linkify/Hint",
"text": "Wrap selection in square brackets"
},
"$:/language/Buttons/ListBullet/Caption": {
"title": "$:/language/Buttons/ListBullet/Caption",
"text": "bulleted list"
},
"$:/language/Buttons/ListBullet/Hint": {
"title": "$:/language/Buttons/ListBullet/Hint",
"text": "Apply bulleted list formatting to lines containing selection"
},
"$:/language/Buttons/ListNumber/Caption": {
"title": "$:/language/Buttons/ListNumber/Caption",
"text": "numbered list"
},
"$:/language/Buttons/ListNumber/Hint": {
"title": "$:/language/Buttons/ListNumber/Hint",
"text": "Apply numbered list formatting to lines containing selection"
},
"$:/language/Buttons/MonoBlock/Caption": {
"title": "$:/language/Buttons/MonoBlock/Caption",
"text": "monospaced block"
},
"$:/language/Buttons/MonoBlock/Hint": {
"title": "$:/language/Buttons/MonoBlock/Hint",
"text": "Apply monospaced block formatting to lines containing selection"
},
"$:/language/Buttons/MonoLine/Caption": {
"title": "$:/language/Buttons/MonoLine/Caption",
"text": "monospaced"
},
"$:/language/Buttons/MonoLine/Hint": {
"title": "$:/language/Buttons/MonoLine/Hint",
"text": "Apply monospaced character formatting to selection"
},
"$:/language/Buttons/Opacity/Caption": {
"title": "$:/language/Buttons/Opacity/Caption",
"text": "opacity"
},
"$:/language/Buttons/Opacity/Hint": {
"title": "$:/language/Buttons/Opacity/Hint",
"text": "Set painting opacity"
},
"$:/language/Buttons/Paint/Caption": {
"title": "$:/language/Buttons/Paint/Caption",
"text": "paint colour"
},
"$:/language/Buttons/Paint/Hint": {
"title": "$:/language/Buttons/Paint/Hint",
"text": "Set painting colour"
},
"$:/language/Buttons/Picture/Caption": {
"title": "$:/language/Buttons/Picture/Caption",
"text": "picture"
},
"$:/language/Buttons/Picture/Hint": {
"title": "$:/language/Buttons/Picture/Hint",
"text": "Insert picture"
},
"$:/language/Buttons/Preview/Caption": {
"title": "$:/language/Buttons/Preview/Caption",
"text": "preview"
},
"$:/language/Buttons/Preview/Hint": {
"title": "$:/language/Buttons/Preview/Hint",
"text": "Show preview pane"
},
"$:/language/Buttons/PreviewType/Caption": {
"title": "$:/language/Buttons/PreviewType/Caption",
"text": "preview type"
},
"$:/language/Buttons/PreviewType/Hint": {
"title": "$:/language/Buttons/PreviewType/Hint",
"text": "Choose preview type"
},
"$:/language/Buttons/Quote/Caption": {
"title": "$:/language/Buttons/Quote/Caption",
"text": "quote"
},
"$:/language/Buttons/Quote/Hint": {
"title": "$:/language/Buttons/Quote/Hint",
"text": "Apply quoted text formatting to lines containing selection"
},
"$:/language/Buttons/RotateLeft/Caption": {
"title": "$:/language/Buttons/RotateLeft/Caption",
"text": "rotate left"
},
"$:/language/Buttons/RotateLeft/Hint": {
"title": "$:/language/Buttons/RotateLeft/Hint",
"text": "Rotate image left by 90 degrees"
},
"$:/language/Buttons/Size/Caption": {
"title": "$:/language/Buttons/Size/Caption",
"text": "image size"
},
"$:/language/Buttons/Size/Caption/Height": {
"title": "$:/language/Buttons/Size/Caption/Height",
"text": "Height:"
},
"$:/language/Buttons/Size/Caption/Resize": {
"title": "$:/language/Buttons/Size/Caption/Resize",
"text": "Resize image"
},
"$:/language/Buttons/Size/Caption/Width": {
"title": "$:/language/Buttons/Size/Caption/Width",
"text": "Width:"
},
"$:/language/Buttons/Size/Hint": {
"title": "$:/language/Buttons/Size/Hint",
"text": "Set image size"
},
"$:/language/Buttons/Stamp/Caption": {
"title": "$:/language/Buttons/Stamp/Caption",
"text": "stamp"
},
"$:/language/Buttons/Stamp/Caption/New": {
"title": "$:/language/Buttons/Stamp/Caption/New",
"text": "Add your own"
},
"$:/language/Buttons/Stamp/Hint": {
"title": "$:/language/Buttons/Stamp/Hint",
"text": "Insert a preconfigured snippet of text"
},
"$:/language/Buttons/Stamp/New/Title": {
"title": "$:/language/Buttons/Stamp/New/Title",
"text": "Name as shown in menu"
},
"$:/language/Buttons/Stamp/New/Text": {
"title": "$:/language/Buttons/Stamp/New/Text",
"text": "Text of snippet. (Remember to add a descriptive title in the caption field)."
},
"$:/language/Buttons/Strikethrough/Caption": {
"title": "$:/language/Buttons/Strikethrough/Caption",
"text": "strikethrough"
},
"$:/language/Buttons/Strikethrough/Hint": {
"title": "$:/language/Buttons/Strikethrough/Hint",
"text": "Apply strikethrough formatting to selection"
},
"$:/language/Buttons/Subscript/Caption": {
"title": "$:/language/Buttons/Subscript/Caption",
"text": "subscript"
},
"$:/language/Buttons/Subscript/Hint": {
"title": "$:/language/Buttons/Subscript/Hint",
"text": "Apply subscript formatting to selection"
},
"$:/language/Buttons/Superscript/Caption": {
"title": "$:/language/Buttons/Superscript/Caption",
"text": "superscript"
},
"$:/language/Buttons/Superscript/Hint": {
"title": "$:/language/Buttons/Superscript/Hint",
"text": "Apply superscript formatting to selection"
},
"$:/language/Buttons/Transcludify/Caption": {
"title": "$:/language/Buttons/Transcludify/Caption",
"text": "transclusion"
},
"$:/language/Buttons/Transcludify/Hint": {
"title": "$:/language/Buttons/Transcludify/Hint",
"text": "Wrap selection in curly brackets"
},
"$:/language/Buttons/Underline/Caption": {
"title": "$:/language/Buttons/Underline/Caption",
"text": "underline"
},
"$:/language/Buttons/Underline/Hint": {
"title": "$:/language/Buttons/Underline/Hint",
"text": "Apply underline formatting to selection"
},
"$:/language/ControlPanel/Advanced/Caption": {
"title": "$:/language/ControlPanel/Advanced/Caption",
"text": "Advanced"
},
"$:/language/ControlPanel/Advanced/Hint": {
"title": "$:/language/ControlPanel/Advanced/Hint",
"text": "Internal information about this TiddlyWiki"
},
"$:/language/ControlPanel/Appearance/Caption": {
"title": "$:/language/ControlPanel/Appearance/Caption",
"text": "Appearance"
},
"$:/language/ControlPanel/Appearance/Hint": {
"title": "$:/language/ControlPanel/Appearance/Hint",
"text": "Ways to customise the appearance of your TiddlyWiki."
},
"$:/language/ControlPanel/Basics/AnimDuration/Prompt": {
"title": "$:/language/ControlPanel/Basics/AnimDuration/Prompt",
"text": "Animation duration:"
},
"$:/language/ControlPanel/Basics/Caption": {
"title": "$:/language/ControlPanel/Basics/Caption",
"text": "Basics"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint",
"text": "Use [[double square brackets]] for titles with spaces. Or you can choose to <$button set=\"$:/DefaultTiddlers\" setTo=\"[list[$:/StoryList]]\">retain story ordering</$button>"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt",
"text": "Default tiddlers:"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint",
"text": "Choose which tiddlers are displayed at startup:"
},
"$:/language/ControlPanel/Basics/Language/Prompt": {
"title": "$:/language/ControlPanel/Basics/Language/Prompt",
"text": "Hello! Current language:"
},
"$:/language/ControlPanel/Basics/NewJournal/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt",
"text": "Title of new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewJournal/Text/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Text/Prompt",
"text": "Text for new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt",
"text": "Tags for new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt",
"text": "Title of new tiddlers"
},
"$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt",
"text": "Number of overridden shadow tiddlers:"
},
"$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt",
"text": "Number of shadow tiddlers:"
},
"$:/language/ControlPanel/Basics/Subtitle/Prompt": {
"title": "$:/language/ControlPanel/Basics/Subtitle/Prompt",
"text": "Subtitle:"
},
"$:/language/ControlPanel/Basics/SystemTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt",
"text": "Number of system tiddlers:"
},
"$:/language/ControlPanel/Basics/Tags/Prompt": {
"title": "$:/language/ControlPanel/Basics/Tags/Prompt",
"text": "Number of tags:"
},
"$:/language/ControlPanel/Basics/Tiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/Tiddlers/Prompt",
"text": "Number of tiddlers:"
},
"$:/language/ControlPanel/Basics/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/Title/Prompt",
"text": "Title of this ~TiddlyWiki:"
},
"$:/language/ControlPanel/Basics/Username/Prompt": {
"title": "$:/language/ControlPanel/Basics/Username/Prompt",
"text": "Username for signing edits:"
},
"$:/language/ControlPanel/Basics/Version/Prompt": {
"title": "$:/language/ControlPanel/Basics/Version/Prompt",
"text": "~TiddlyWiki version:"
},
"$:/language/ControlPanel/EditorTypes/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Caption",
"text": "Editor Types"
},
"$:/language/ControlPanel/EditorTypes/Editor/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Editor/Caption",
"text": "Editor"
},
"$:/language/ControlPanel/EditorTypes/Hint": {
"title": "$:/language/ControlPanel/EditorTypes/Hint",
"text": "These tiddlers determine which editor is used to edit specific tiddler types."
},
"$:/language/ControlPanel/EditorTypes/Type/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Type/Caption",
"text": "Type"
},
"$:/language/ControlPanel/Info/Caption": {
"title": "$:/language/ControlPanel/Info/Caption",
"text": "Info"
},
"$:/language/ControlPanel/Info/Hint": {
"title": "$:/language/ControlPanel/Info/Hint",
"text": "Information about this TiddlyWiki"
},
"$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt",
"text": "Type shortcut here"
},
"$:/language/ControlPanel/KeyboardShortcuts/Add/Caption": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption",
"text": "add shortcut"
},
"$:/language/ControlPanel/KeyboardShortcuts/Caption": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Caption",
"text": "Keyboard Shortcuts"
},
"$:/language/ControlPanel/KeyboardShortcuts/Hint": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Hint",
"text": "Manage keyboard shortcut assignments"
},
"$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption",
"text": "No keyboard shortcuts assigned"
},
"$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint",
"text": "remove keyboard shortcut"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/All": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/All",
"text": "All platforms"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac",
"text": "Macintosh platform only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac",
"text": "Non-Macintosh platforms only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux",
"text": "Linux platform only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux",
"text": "Non-Linux platforms only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows",
"text": "Windows platform only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows",
"text": "Non-Windows platforms only"
},
"$:/language/ControlPanel/LoadedModules/Caption": {
"title": "$:/language/ControlPanel/LoadedModules/Caption",
"text": "Loaded Modules"
},
"$:/language/ControlPanel/LoadedModules/Hint": {
"title": "$:/language/ControlPanel/LoadedModules/Hint",
"text": "These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process."
},
"$:/language/ControlPanel/Palette/Caption": {
"title": "$:/language/ControlPanel/Palette/Caption",
"text": "Palette"
},
"$:/language/ControlPanel/Palette/Editor/Clone/Caption": {
"title": "$:/language/ControlPanel/Palette/Editor/Clone/Caption",
"text": "clone"
},
"$:/language/ControlPanel/Palette/Editor/Clone/Prompt": {
"title": "$:/language/ControlPanel/Palette/Editor/Clone/Prompt",
"text": "It is recommended that you clone this shadow palette before editing it"
},
"$:/language/ControlPanel/Palette/Editor/Prompt/Modified": {
"title": "$:/language/ControlPanel/Palette/Editor/Prompt/Modified",
"text": "This shadow palette has been modified"
},
"$:/language/ControlPanel/Palette/Editor/Prompt": {
"title": "$:/language/ControlPanel/Palette/Editor/Prompt",
"text": "Editing"
},
"$:/language/ControlPanel/Palette/Editor/Reset/Caption": {
"title": "$:/language/ControlPanel/Palette/Editor/Reset/Caption",
"text": "reset"
},
"$:/language/ControlPanel/Palette/HideEditor/Caption": {
"title": "$:/language/ControlPanel/Palette/HideEditor/Caption",
"text": "hide editor"
},
"$:/language/ControlPanel/Palette/Prompt": {
"title": "$:/language/ControlPanel/Palette/Prompt",
"text": "Current palette:"
},
"$:/language/ControlPanel/Palette/ShowEditor/Caption": {
"title": "$:/language/ControlPanel/Palette/ShowEditor/Caption",
"text": "show editor"
},
"$:/language/ControlPanel/Parsing/Caption": {
"title": "$:/language/ControlPanel/Parsing/Caption",
"text": "Parsing"
},
"$:/language/ControlPanel/Parsing/Hint": {
"title": "$:/language/ControlPanel/Parsing/Hint",
"text": "Here you can globally disable/enable wiki parser rules. For changes to take effect, save and reload your wiki. Disabling certain parser rules can prevent <$text text=\"TiddlyWiki\"/> from functioning correctly. Use [[safe mode|https://tiddlywiki.com/#SafeMode]] to restore normal operation."
},
"$:/language/ControlPanel/Parsing/Block/Caption": {
"title": "$:/language/ControlPanel/Parsing/Block/Caption",
"text": "Block Parse Rules"
},
"$:/language/ControlPanel/Parsing/Inline/Caption": {
"title": "$:/language/ControlPanel/Parsing/Inline/Caption",
"text": "Inline Parse Rules"
},
"$:/language/ControlPanel/Parsing/Pragma/Caption": {
"title": "$:/language/ControlPanel/Parsing/Pragma/Caption",
"text": "Pragma Parse Rules"
},
"$:/language/ControlPanel/Plugins/Add/Caption": {
"title": "$:/language/ControlPanel/Plugins/Add/Caption",
"text": "Get more plugins"
},
"$:/language/ControlPanel/Plugins/Add/Hint": {
"title": "$:/language/ControlPanel/Plugins/Add/Hint",
"text": "Install plugins from the official library"
},
"$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint": {
"title": "$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint",
"text": "This plugin is already installed at version <$text text=<<installedVersion>>/>"
},
"$:/language/ControlPanel/Plugins/Caption": {
"title": "$:/language/ControlPanel/Plugins/Caption",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Disable/Caption": {
"title": "$:/language/ControlPanel/Plugins/Disable/Caption",
"text": "disable"
},
"$:/language/ControlPanel/Plugins/Disable/Hint": {
"title": "$:/language/ControlPanel/Plugins/Disable/Hint",
"text": "Disable this plugin when reloading page"
},
"$:/language/ControlPanel/Plugins/Disabled/Status": {
"title": "$:/language/ControlPanel/Plugins/Disabled/Status",
"text": "(disabled)"
},
"$:/language/ControlPanel/Plugins/Empty/Hint": {
"title": "$:/language/ControlPanel/Plugins/Empty/Hint",
"text": "None"
},
"$:/language/ControlPanel/Plugins/Enable/Caption": {
"title": "$:/language/ControlPanel/Plugins/Enable/Caption",
"text": "enable"
},
"$:/language/ControlPanel/Plugins/Enable/Hint": {
"title": "$:/language/ControlPanel/Plugins/Enable/Hint",
"text": "Enable this plugin when reloading page"
},
"$:/language/ControlPanel/Plugins/Install/Caption": {
"title": "$:/language/ControlPanel/Plugins/Install/Caption",
"text": "install"
},
"$:/language/ControlPanel/Plugins/Installed/Hint": {
"title": "$:/language/ControlPanel/Plugins/Installed/Hint",
"text": "Currently installed plugins:"
},
"$:/language/ControlPanel/Plugins/Languages/Caption": {
"title": "$:/language/ControlPanel/Plugins/Languages/Caption",
"text": "Languages"
},
"$:/language/ControlPanel/Plugins/Languages/Hint": {
"title": "$:/language/ControlPanel/Plugins/Languages/Hint",
"text": "Language pack plugins"
},
"$:/language/ControlPanel/Plugins/NoInfoFound/Hint": {
"title": "$:/language/ControlPanel/Plugins/NoInfoFound/Hint",
"text": "No ''\"<$text text=<<currentTab>>/>\"'' found"
},
"$:/language/ControlPanel/Plugins/NotInstalled/Hint": {
"title": "$:/language/ControlPanel/Plugins/NotInstalled/Hint",
"text": "This plugin is not currently installed"
},
"$:/language/ControlPanel/Plugins/OpenPluginLibrary": {
"title": "$:/language/ControlPanel/Plugins/OpenPluginLibrary",
"text": "open plugin library"
},
"$:/language/ControlPanel/Plugins/ClosePluginLibrary": {
"title": "$:/language/ControlPanel/Plugins/ClosePluginLibrary",
"text": "close plugin library"
},
"$:/language/ControlPanel/Plugins/Plugins/Caption": {
"title": "$:/language/ControlPanel/Plugins/Plugins/Caption",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Plugins/Hint": {
"title": "$:/language/ControlPanel/Plugins/Plugins/Hint",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Reinstall/Caption": {
"title": "$:/language/ControlPanel/Plugins/Reinstall/Caption",
"text": "reinstall"
},
"$:/language/ControlPanel/Plugins/Themes/Caption": {
"title": "$:/language/ControlPanel/Plugins/Themes/Caption",
"text": "Themes"
},
"$:/language/ControlPanel/Plugins/Themes/Hint": {
"title": "$:/language/ControlPanel/Plugins/Themes/Hint",
"text": "Theme plugins"
},
"$:/language/ControlPanel/Saving/Caption": {
"title": "$:/language/ControlPanel/Saving/Caption",
"text": "Saving"
},
"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description",
"text": "Permit automatic saving for the download saver"
},
"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint",
"text": "Enable Autosave for Download Saver"
},
"$:/language/ControlPanel/Saving/DownloadSaver/Caption": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/Caption",
"text": "Download Saver"
},
"$:/language/ControlPanel/Saving/DownloadSaver/Hint": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/Hint",
"text": "These settings apply to the HTML5-compatible download saver"
},
"$:/language/ControlPanel/Saving/General/Caption": {
"title": "$:/language/ControlPanel/Saving/General/Caption",
"text": "General"
},
"$:/language/ControlPanel/Saving/General/Hint": {
"title": "$:/language/ControlPanel/Saving/General/Hint",
"text": "These settings apply to all the loaded savers"
},
"$:/language/ControlPanel/Saving/Hint": {
"title": "$:/language/ControlPanel/Saving/Hint",
"text": "Settings used for saving the entire TiddlyWiki as a single file via a saver module"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading",
"text": "Advanced Settings"
},
"$:/language/ControlPanel/Saving/TiddlySpot/BackupDir": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir",
"text": "Backup Directory"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Backups": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Backups",
"text": "Backups"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Caption": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Caption",
"text": "~TiddlySpot Saver"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Description": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Description",
"text": "These settings are only used when saving to http://tiddlyspot.com or a compatible remote server"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Filename": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Filename",
"text": "Upload Filename"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Heading": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Heading",
"text": "~TiddlySpot"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Hint": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Hint",
"text": "//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Password": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Password",
"text": "Password"
},
"$:/language/ControlPanel/Saving/TiddlySpot/ServerURL": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL",
"text": "Server URL"
},
"$:/language/ControlPanel/Saving/TiddlySpot/UploadDir": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir",
"text": "Upload Directory"
},
"$:/language/ControlPanel/Saving/TiddlySpot/UserName": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/UserName",
"text": "Wiki Name"
},
"$:/language/ControlPanel/Settings/AutoSave/Caption": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Caption",
"text": "Autosave"
},
"$:/language/ControlPanel/Settings/AutoSave/Disabled/Description": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description",
"text": "Do not save changes automatically"
},
"$:/language/ControlPanel/Settings/AutoSave/Enabled/Description": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description",
"text": "Save changes automatically"
},
"$:/language/ControlPanel/Settings/AutoSave/Hint": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Hint",
"text": "Attempt to automatically save changes during editing when using a supporting saver"
},
"$:/language/ControlPanel/Settings/CamelCase/Caption": {
"title": "$:/language/ControlPanel/Settings/CamelCase/Caption",
"text": "Camel Case Wiki Links"
},
"$:/language/ControlPanel/Settings/CamelCase/Hint": {
"title": "$:/language/ControlPanel/Settings/CamelCase/Hint",
"text": "You can globally disable automatic linking of ~CamelCase phrases. Requires reload to take effect"
},
"$:/language/ControlPanel/Settings/CamelCase/Description": {
"title": "$:/language/ControlPanel/Settings/CamelCase/Description",
"text": "Enable automatic ~CamelCase linking"
},
"$:/language/ControlPanel/Settings/Caption": {
"title": "$:/language/ControlPanel/Settings/Caption",
"text": "Settings"
},
"$:/language/ControlPanel/Settings/EditorToolbar/Caption": {
"title": "$:/language/ControlPanel/Settings/EditorToolbar/Caption",
"text": "Editor Toolbar"
},
"$:/language/ControlPanel/Settings/EditorToolbar/Hint": {
"title": "$:/language/ControlPanel/Settings/EditorToolbar/Hint",
"text": "Enable or disable the editor toolbar:"
},
"$:/language/ControlPanel/Settings/EditorToolbar/Description": {
"title": "$:/language/ControlPanel/Settings/EditorToolbar/Description",
"text": "Show editor toolbar"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Caption": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Caption",
"text": "Tiddler Info Panel Mode"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Hint": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Hint",
"text": "Control when the tiddler info panel closes:"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description",
"text": "Tiddler info panel closes automatically"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description",
"text": "Tiddler info panel stays open until explicitly closed"
},
"$:/language/ControlPanel/Settings/Hint": {
"title": "$:/language/ControlPanel/Settings/Hint",
"text": "These settings let you customise the behaviour of TiddlyWiki."
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption",
"text": "Navigation Address Bar"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint",
"text": "Behaviour of the browser address bar when navigating to a tiddler:"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description",
"text": "Do not update the address bar"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description",
"text": "Include the target tiddler"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description",
"text": "Include the target tiddler and the current story sequence"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Caption",
"text": "Navigation History"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Hint",
"text": "Update browser history when navigating to a tiddler:"
},
"$:/language/ControlPanel/Settings/NavigationHistory/No/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/No/Description",
"text": "Do not update history"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description",
"text": "Update history"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption",
"text": "Permalink/permaview Mode"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint",
"text": "Choose how permalink/permaview is handled:"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description",
"text": "Copy permalink/permaview URL to clipboard"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description",
"text": "Update address bar with permalink/permaview URL"
},
"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption": {
"title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption",
"text": "Performance Instrumentation"
},
"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint": {
"title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint",
"text": "Displays performance statistics in the browser developer console. Requires reload to take effect"
},
"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description": {
"title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description",
"text": "Enable performance instrumentation"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption",
"text": "Toolbar Button Style"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint",
"text": "Choose the style for toolbar buttons:"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless",
"text": "Borderless"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed",
"text": "Boxed"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded",
"text": "Rounded"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Caption": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Caption",
"text": "Toolbar Buttons"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Hint": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Hint",
"text": "Default toolbar button appearance:"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description",
"text": "Include icon"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description",
"text": "Include text"
},
"$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption": {
"title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption",
"text": "Default Sidebar Tab"
},
"$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint": {
"title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint",
"text": "Specify which sidebar tab is displayed by default"
},
"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption": {
"title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption",
"text": "Default More Sidebar Tab"
},
"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint": {
"title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint",
"text": "Specify which More sidebar tab is displayed by default"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/Caption": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/Caption",
"text": "Tiddler Opening Behaviour"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint",
"text": "Navigation from //within// the story river"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint",
"text": "Navigation from //outside// the story river"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove",
"text": "Open above the current tiddler"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow",
"text": "Open below the current tiddler"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop",
"text": "Open at the top of the story river"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom",
"text": "Open at the bottom of the story river"
},
"$:/language/ControlPanel/Settings/TitleLinks/Caption": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/Caption",
"text": "Tiddler Titles"
},
"$:/language/ControlPanel/Settings/TitleLinks/Hint": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/Hint",
"text": "Optionally display tiddler titles as links"
},
"$:/language/ControlPanel/Settings/TitleLinks/No/Description": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/No/Description",
"text": "Do not display tiddler titles as links"
},
"$:/language/ControlPanel/Settings/TitleLinks/Yes/Description": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/Yes/Description",
"text": "Display tiddler titles as links"
},
"$:/language/ControlPanel/Settings/MissingLinks/Caption": {
"title": "$:/language/ControlPanel/Settings/MissingLinks/Caption",
"text": "Wiki Links"
},
"$:/language/ControlPanel/Settings/MissingLinks/Hint": {
"title": "$:/language/ControlPanel/Settings/MissingLinks/Hint",
"text": "Choose whether to link to tiddlers that do not exist yet"
},
"$:/language/ControlPanel/Settings/MissingLinks/Description": {
"title": "$:/language/ControlPanel/Settings/MissingLinks/Description",
"text": "Enable links to missing tiddlers"
},
"$:/language/ControlPanel/StoryView/Caption": {
"title": "$:/language/ControlPanel/StoryView/Caption",
"text": "Story View"
},
"$:/language/ControlPanel/StoryView/Prompt": {
"title": "$:/language/ControlPanel/StoryView/Prompt",
"text": "Current view:"
},
"$:/language/ControlPanel/Stylesheets/Caption": {
"title": "$:/language/ControlPanel/Stylesheets/Caption",
"text": "Stylesheets"
},
"$:/language/ControlPanel/Stylesheets/Expand/Caption": {
"title": "$:/language/ControlPanel/Stylesheets/Expand/Caption",
"text": "Expand All"
},
"$:/language/ControlPanel/Stylesheets/Hint": {
"title": "$:/language/ControlPanel/Stylesheets/Hint",
"text": "This is the rendered CSS of the current stylesheet tiddlers tagged with <<tag \"$:/tags/Stylesheet\">>"
},
"$:/language/ControlPanel/Stylesheets/Restore/Caption": {
"title": "$:/language/ControlPanel/Stylesheets/Restore/Caption",
"text": "Restore"
},
"$:/language/ControlPanel/Theme/Caption": {
"title": "$:/language/ControlPanel/Theme/Caption",
"text": "Theme"
},
"$:/language/ControlPanel/Theme/Prompt": {
"title": "$:/language/ControlPanel/Theme/Prompt",
"text": "Current theme:"
},
"$:/language/ControlPanel/TiddlerFields/Caption": {
"title": "$:/language/ControlPanel/TiddlerFields/Caption",
"text": "Tiddler Fields"
},
"$:/language/ControlPanel/TiddlerFields/Hint": {
"title": "$:/language/ControlPanel/TiddlerFields/Hint",
"text": "This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers)."
},
"$:/language/ControlPanel/Toolbars/Caption": {
"title": "$:/language/ControlPanel/Toolbars/Caption",
"text": "Toolbars"
},
"$:/language/ControlPanel/Toolbars/EditToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/EditToolbar/Caption",
"text": "Edit Toolbar"
},
"$:/language/ControlPanel/Toolbars/EditToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/EditToolbar/Hint",
"text": "Choose which buttons are displayed for tiddlers in edit mode. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Toolbars/Hint": {
"title": "$:/language/ControlPanel/Toolbars/Hint",
"text": "Select which toolbar buttons are displayed"
},
"$:/language/ControlPanel/Toolbars/PageControls/Caption": {
"title": "$:/language/ControlPanel/Toolbars/PageControls/Caption",
"text": "Page Toolbar"
},
"$:/language/ControlPanel/Toolbars/PageControls/Hint": {
"title": "$:/language/ControlPanel/Toolbars/PageControls/Hint",
"text": "Choose which buttons are displayed on the main page toolbar. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Toolbars/EditorToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Caption",
"text": "Editor Toolbar"
},
"$:/language/ControlPanel/Toolbars/EditorToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Hint",
"text": "Choose which buttons are displayed in the editor toolbar. Note that some buttons will only appear when editing tiddlers of a certain type. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Toolbars/ViewToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption",
"text": "View Toolbar"
},
"$:/language/ControlPanel/Toolbars/ViewToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint",
"text": "Choose which buttons are displayed for tiddlers in view mode. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Tools/Download/Full/Caption": {
"title": "$:/language/ControlPanel/Tools/Download/Full/Caption",
"text": "Download full wiki"
},
"$:/language/Date/DaySuffix/1": {
"title": "$:/language/Date/DaySuffix/1",
"text": "st"
},
"$:/language/Date/DaySuffix/2": {
"title": "$:/language/Date/DaySuffix/2",
"text": "nd"
},
"$:/language/Date/DaySuffix/3": {
"title": "$:/language/Date/DaySuffix/3",
"text": "rd"
},
"$:/language/Date/DaySuffix/4": {
"title": "$:/language/Date/DaySuffix/4",
"text": "th"
},
"$:/language/Date/DaySuffix/5": {
"title": "$:/language/Date/DaySuffix/5",
"text": "th"
},
"$:/language/Date/DaySuffix/6": {
"title": "$:/language/Date/DaySuffix/6",
"text": "th"
},
"$:/language/Date/DaySuffix/7": {
"title": "$:/language/Date/DaySuffix/7",
"text": "th"
},
"$:/language/Date/DaySuffix/8": {
"title": "$:/language/Date/DaySuffix/8",
"text": "th"
},
"$:/language/Date/DaySuffix/9": {
"title": "$:/language/Date/DaySuffix/9",
"text": "th"
},
"$:/language/Date/DaySuffix/10": {
"title": "$:/language/Date/DaySuffix/10",
"text": "th"
},
"$:/language/Date/DaySuffix/11": {
"title": "$:/language/Date/DaySuffix/11",
"text": "th"
},
"$:/language/Date/DaySuffix/12": {
"title": "$:/language/Date/DaySuffix/12",
"text": "th"
},
"$:/language/Date/DaySuffix/13": {
"title": "$:/language/Date/DaySuffix/13",
"text": "th"
},
"$:/language/Date/DaySuffix/14": {
"title": "$:/language/Date/DaySuffix/14",
"text": "th"
},
"$:/language/Date/DaySuffix/15": {
"title": "$:/language/Date/DaySuffix/15",
"text": "th"
},
"$:/language/Date/DaySuffix/16": {
"title": "$:/language/Date/DaySuffix/16",
"text": "th"
},
"$:/language/Date/DaySuffix/17": {
"title": "$:/language/Date/DaySuffix/17",
"text": "th"
},
"$:/language/Date/DaySuffix/18": {
"title": "$:/language/Date/DaySuffix/18",
"text": "th"
},
"$:/language/Date/DaySuffix/19": {
"title": "$:/language/Date/DaySuffix/19",
"text": "th"
},
"$:/language/Date/DaySuffix/20": {
"title": "$:/language/Date/DaySuffix/20",
"text": "th"
},
"$:/language/Date/DaySuffix/21": {
"title": "$:/language/Date/DaySuffix/21",
"text": "st"
},
"$:/language/Date/DaySuffix/22": {
"title": "$:/language/Date/DaySuffix/22",
"text": "nd"
},
"$:/language/Date/DaySuffix/23": {
"title": "$:/language/Date/DaySuffix/23",
"text": "rd"
},
"$:/language/Date/DaySuffix/24": {
"title": "$:/language/Date/DaySuffix/24",
"text": "th"
},
"$:/language/Date/DaySuffix/25": {
"title": "$:/language/Date/DaySuffix/25",
"text": "th"
},
"$:/language/Date/DaySuffix/26": {
"title": "$:/language/Date/DaySuffix/26",
"text": "th"
},
"$:/language/Date/DaySuffix/27": {
"title": "$:/language/Date/DaySuffix/27",
"text": "th"
},
"$:/language/Date/DaySuffix/28": {
"title": "$:/language/Date/DaySuffix/28",
"text": "th"
},
"$:/language/Date/DaySuffix/29": {
"title": "$:/language/Date/DaySuffix/29",
"text": "th"
},
"$:/language/Date/DaySuffix/30": {
"title": "$:/language/Date/DaySuffix/30",
"text": "th"
},
"$:/language/Date/DaySuffix/31": {
"title": "$:/language/Date/DaySuffix/31",
"text": "st"
},
"$:/language/Date/Long/Day/0": {
"title": "$:/language/Date/Long/Day/0",
"text": "Sunday"
},
"$:/language/Date/Long/Day/1": {
"title": "$:/language/Date/Long/Day/1",
"text": "Monday"
},
"$:/language/Date/Long/Day/2": {
"title": "$:/language/Date/Long/Day/2",
"text": "Tuesday"
},
"$:/language/Date/Long/Day/3": {
"title": "$:/language/Date/Long/Day/3",
"text": "Wednesday"
},
"$:/language/Date/Long/Day/4": {
"title": "$:/language/Date/Long/Day/4",
"text": "Thursday"
},
"$:/language/Date/Long/Day/5": {
"title": "$:/language/Date/Long/Day/5",
"text": "Friday"
},
"$:/language/Date/Long/Day/6": {
"title": "$:/language/Date/Long/Day/6",
"text": "Saturday"
},
"$:/language/Date/Long/Month/1": {
"title": "$:/language/Date/Long/Month/1",
"text": "January"
},
"$:/language/Date/Long/Month/2": {
"title": "$:/language/Date/Long/Month/2",
"text": "February"
},
"$:/language/Date/Long/Month/3": {
"title": "$:/language/Date/Long/Month/3",
"text": "March"
},
"$:/language/Date/Long/Month/4": {
"title": "$:/language/Date/Long/Month/4",
"text": "April"
},
"$:/language/Date/Long/Month/5": {
"title": "$:/language/Date/Long/Month/5",
"text": "May"
},
"$:/language/Date/Long/Month/6": {
"title": "$:/language/Date/Long/Month/6",
"text": "June"
},
"$:/language/Date/Long/Month/7": {
"title": "$:/language/Date/Long/Month/7",
"text": "July"
},
"$:/language/Date/Long/Month/8": {
"title": "$:/language/Date/Long/Month/8",
"text": "August"
},
"$:/language/Date/Long/Month/9": {
"title": "$:/language/Date/Long/Month/9",
"text": "September"
},
"$:/language/Date/Long/Month/10": {
"title": "$:/language/Date/Long/Month/10",
"text": "October"
},
"$:/language/Date/Long/Month/11": {
"title": "$:/language/Date/Long/Month/11",
"text": "November"
},
"$:/language/Date/Long/Month/12": {
"title": "$:/language/Date/Long/Month/12",
"text": "December"
},
"$:/language/Date/Period/am": {
"title": "$:/language/Date/Period/am",
"text": "am"
},
"$:/language/Date/Period/pm": {
"title": "$:/language/Date/Period/pm",
"text": "pm"
},
"$:/language/Date/Short/Day/0": {
"title": "$:/language/Date/Short/Day/0",
"text": "Sun"
},
"$:/language/Date/Short/Day/1": {
"title": "$:/language/Date/Short/Day/1",
"text": "Mon"
},
"$:/language/Date/Short/Day/2": {
"title": "$:/language/Date/Short/Day/2",
"text": "Tue"
},
"$:/language/Date/Short/Day/3": {
"title": "$:/language/Date/Short/Day/3",
"text": "Wed"
},
"$:/language/Date/Short/Day/4": {
"title": "$:/language/Date/Short/Day/4",
"text": "Thu"
},
"$:/language/Date/Short/Day/5": {
"title": "$:/language/Date/Short/Day/5",
"text": "Fri"
},
"$:/language/Date/Short/Day/6": {
"title": "$:/language/Date/Short/Day/6",
"text": "Sat"
},
"$:/language/Date/Short/Month/1": {
"title": "$:/language/Date/Short/Month/1",
"text": "Jan"
},
"$:/language/Date/Short/Month/2": {
"title": "$:/language/Date/Short/Month/2",
"text": "Feb"
},
"$:/language/Date/Short/Month/3": {
"title": "$:/language/Date/Short/Month/3",
"text": "Mar"
},
"$:/language/Date/Short/Month/4": {
"title": "$:/language/Date/Short/Month/4",
"text": "Apr"
},
"$:/language/Date/Short/Month/5": {
"title": "$:/language/Date/Short/Month/5",
"text": "May"
},
"$:/language/Date/Short/Month/6": {
"title": "$:/language/Date/Short/Month/6",
"text": "Jun"
},
"$:/language/Date/Short/Month/7": {
"title": "$:/language/Date/Short/Month/7",
"text": "Jul"
},
"$:/language/Date/Short/Month/8": {
"title": "$:/language/Date/Short/Month/8",
"text": "Aug"
},
"$:/language/Date/Short/Month/9": {
"title": "$:/language/Date/Short/Month/9",
"text": "Sep"
},
"$:/language/Date/Short/Month/10": {
"title": "$:/language/Date/Short/Month/10",
"text": "Oct"
},
"$:/language/Date/Short/Month/11": {
"title": "$:/language/Date/Short/Month/11",
"text": "Nov"
},
"$:/language/Date/Short/Month/12": {
"title": "$:/language/Date/Short/Month/12",
"text": "Dec"
},
"$:/language/RelativeDate/Future/Days": {
"title": "$:/language/RelativeDate/Future/Days",
"text": "<<period>> days from now"
},
"$:/language/RelativeDate/Future/Hours": {
"title": "$:/language/RelativeDate/Future/Hours",
"text": "<<period>> hours from now"
},
"$:/language/RelativeDate/Future/Minutes": {
"title": "$:/language/RelativeDate/Future/Minutes",
"text": "<<period>> minutes from now"
},
"$:/language/RelativeDate/Future/Months": {
"title": "$:/language/RelativeDate/Future/Months",
"text": "<<period>> months from now"
},
"$:/language/RelativeDate/Future/Second": {
"title": "$:/language/RelativeDate/Future/Second",
"text": "1 second from now"
},
"$:/language/RelativeDate/Future/Seconds": {
"title": "$:/language/RelativeDate/Future/Seconds",
"text": "<<period>> seconds from now"
},
"$:/language/RelativeDate/Future/Years": {
"title": "$:/language/RelativeDate/Future/Years",
"text": "<<period>> years from now"
},
"$:/language/RelativeDate/Past/Days": {
"title": "$:/language/RelativeDate/Past/Days",
"text": "<<period>> days ago"
},
"$:/language/RelativeDate/Past/Hours": {
"title": "$:/language/RelativeDate/Past/Hours",
"text": "<<period>> hours ago"
},
"$:/language/RelativeDate/Past/Minutes": {
"title": "$:/language/RelativeDate/Past/Minutes",
"text": "<<period>> minutes ago"
},
"$:/language/RelativeDate/Past/Months": {
"title": "$:/language/RelativeDate/Past/Months",
"text": "<<period>> months ago"
},
"$:/language/RelativeDate/Past/Second": {
"title": "$:/language/RelativeDate/Past/Second",
"text": "1 second ago"
},
"$:/language/RelativeDate/Past/Seconds": {
"title": "$:/language/RelativeDate/Past/Seconds",
"text": "<<period>> seconds ago"
},
"$:/language/RelativeDate/Past/Years": {
"title": "$:/language/RelativeDate/Past/Years",
"text": "<<period>> years ago"
},
"$:/language/Docs/ModuleTypes/allfilteroperator": {
"title": "$:/language/Docs/ModuleTypes/allfilteroperator",
"text": "A sub-operator for the ''all'' filter operator."
},
"$:/language/Docs/ModuleTypes/animation": {
"title": "$:/language/Docs/ModuleTypes/animation",
"text": "Animations that may be used with the RevealWidget."
},
"$:/language/Docs/ModuleTypes/authenticator": {
"title": "$:/language/Docs/ModuleTypes/authenticator",
"text": "Defines how requests are authenticated by the built-in HTTP server."
},
"$:/language/Docs/ModuleTypes/bitmapeditoroperation": {
"title": "$:/language/Docs/ModuleTypes/bitmapeditoroperation",
"text": "A bitmap editor toolbar operation."
},
"$:/language/Docs/ModuleTypes/command": {
"title": "$:/language/Docs/ModuleTypes/command",
"text": "Commands that can be executed under Node.js."
},
"$:/language/Docs/ModuleTypes/config": {
"title": "$:/language/Docs/ModuleTypes/config",
"text": "Data to be inserted into `$tw.config`."
},
"$:/language/Docs/ModuleTypes/filteroperator": {
"title": "$:/language/Docs/ModuleTypes/filteroperator",
"text": "Individual filter operator methods."
},
"$:/language/Docs/ModuleTypes/global": {
"title": "$:/language/Docs/ModuleTypes/global",
"text": "Global data to be inserted into `$tw`."
},
"$:/language/Docs/ModuleTypes/info": {
"title": "$:/language/Docs/ModuleTypes/info",
"text": "Publishes system information via the [[$:/temp/info-plugin]] pseudo-plugin."
},
"$:/language/Docs/ModuleTypes/isfilteroperator": {
"title": "$:/language/Docs/ModuleTypes/isfilteroperator",
"text": "Operands for the ''is'' filter operator."
},
"$:/language/Docs/ModuleTypes/library": {
"title": "$:/language/Docs/ModuleTypes/library",
"text": "Generic module type for general purpose JavaScript modules."
},
"$:/language/Docs/ModuleTypes/macro": {
"title": "$:/language/Docs/ModuleTypes/macro",
"text": "JavaScript macro definitions."
},
"$:/language/Docs/ModuleTypes/parser": {
"title": "$:/language/Docs/ModuleTypes/parser",
"text": "Parsers for different content types."
},
"$:/language/Docs/ModuleTypes/route": {
"title": "$:/language/Docs/ModuleTypes/route",
"text": "Defines how individual URL patterns are handled by the built-in HTTP server."
},
"$:/language/Docs/ModuleTypes/saver": {
"title": "$:/language/Docs/ModuleTypes/saver",
"text": "Savers handle different methods for saving files from the browser."
},
"$:/language/Docs/ModuleTypes/startup": {
"title": "$:/language/Docs/ModuleTypes/startup",
"text": "Startup functions."
},
"$:/language/Docs/ModuleTypes/storyview": {
"title": "$:/language/Docs/ModuleTypes/storyview",
"text": "Story views customise the animation and behaviour of list widgets."
},
"$:/language/Docs/ModuleTypes/texteditoroperation": {
"title": "$:/language/Docs/ModuleTypes/texteditoroperation",
"text": "A text editor toolbar operation."
},
"$:/language/Docs/ModuleTypes/tiddlerdeserializer": {
"title": "$:/language/Docs/ModuleTypes/tiddlerdeserializer",
"text": "Converts different content types into tiddlers."
},
"$:/language/Docs/ModuleTypes/tiddlerfield": {
"title": "$:/language/Docs/ModuleTypes/tiddlerfield",
"text": "Defines the behaviour of an individual tiddler field."
},
"$:/language/Docs/ModuleTypes/tiddlermethod": {
"title": "$:/language/Docs/ModuleTypes/tiddlermethod",
"text": "Adds methods to the `$tw.Tiddler` prototype."
},
"$:/language/Docs/ModuleTypes/upgrader": {
"title": "$:/language/Docs/ModuleTypes/upgrader",
"text": "Applies upgrade processing to tiddlers during an upgrade/import."
},
"$:/language/Docs/ModuleTypes/utils": {
"title": "$:/language/Docs/ModuleTypes/utils",
"text": "Adds methods to `$tw.utils`."
},
"$:/language/Docs/ModuleTypes/utils-node": {
"title": "$:/language/Docs/ModuleTypes/utils-node",
"text": "Adds Node.js-specific methods to `$tw.utils`."
},
"$:/language/Docs/ModuleTypes/widget": {
"title": "$:/language/Docs/ModuleTypes/widget",
"text": "Widgets encapsulate DOM rendering and refreshing."
},
"$:/language/Docs/ModuleTypes/wikimethod": {
"title": "$:/language/Docs/ModuleTypes/wikimethod",
"text": "Adds methods to `$tw.Wiki`."
},
"$:/language/Docs/ModuleTypes/wikirule": {
"title": "$:/language/Docs/ModuleTypes/wikirule",
"text": "Individual parser rules for the main WikiText parser."
},
"$:/language/Docs/PaletteColours/alert-background": {
"title": "$:/language/Docs/PaletteColours/alert-background",
"text": "Alert background"
},
"$:/language/Docs/PaletteColours/alert-border": {
"title": "$:/language/Docs/PaletteColours/alert-border",
"text": "Alert border"
},
"$:/language/Docs/PaletteColours/alert-highlight": {
"title": "$:/language/Docs/PaletteColours/alert-highlight",
"text": "Alert highlight"
},
"$:/language/Docs/PaletteColours/alert-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/alert-muted-foreground",
"text": "Alert muted foreground"
},
"$:/language/Docs/PaletteColours/background": {
"title": "$:/language/Docs/PaletteColours/background",
"text": "General background"
},
"$:/language/Docs/PaletteColours/blockquote-bar": {
"title": "$:/language/Docs/PaletteColours/blockquote-bar",
"text": "Blockquote bar"
},
"$:/language/Docs/PaletteColours/button-background": {
"title": "$:/language/Docs/PaletteColours/button-background",
"text": "Default button background"
},
"$:/language/Docs/PaletteColours/button-border": {
"title": "$:/language/Docs/PaletteColours/button-border",
"text": "Default button border"
},
"$:/language/Docs/PaletteColours/button-foreground": {
"title": "$:/language/Docs/PaletteColours/button-foreground",
"text": "Default button foreground"
},
"$:/language/Docs/PaletteColours/dirty-indicator": {
"title": "$:/language/Docs/PaletteColours/dirty-indicator",
"text": "Unsaved changes indicator"
},
"$:/language/Docs/PaletteColours/code-background": {
"title": "$:/language/Docs/PaletteColours/code-background",
"text": "Code background"
},
"$:/language/Docs/PaletteColours/code-border": {
"title": "$:/language/Docs/PaletteColours/code-border",
"text": "Code border"
},
"$:/language/Docs/PaletteColours/code-foreground": {
"title": "$:/language/Docs/PaletteColours/code-foreground",
"text": "Code foreground"
},
"$:/language/Docs/PaletteColours/download-background": {
"title": "$:/language/Docs/PaletteColours/download-background",
"text": "Download button background"
},
"$:/language/Docs/PaletteColours/download-foreground": {
"title": "$:/language/Docs/PaletteColours/download-foreground",
"text": "Download button foreground"
},
"$:/language/Docs/PaletteColours/dragger-background": {
"title": "$:/language/Docs/PaletteColours/dragger-background",
"text": "Dragger background"
},
"$:/language/Docs/PaletteColours/dragger-foreground": {
"title": "$:/language/Docs/PaletteColours/dragger-foreground",
"text": "Dragger foreground"
},
"$:/language/Docs/PaletteColours/dropdown-background": {
"title": "$:/language/Docs/PaletteColours/dropdown-background",
"text": "Dropdown background"
},
"$:/language/Docs/PaletteColours/dropdown-border": {
"title": "$:/language/Docs/PaletteColours/dropdown-border",
"text": "Dropdown border"
},
"$:/language/Docs/PaletteColours/dropdown-tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/dropdown-tab-background-selected",
"text": "Dropdown tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/dropdown-tab-background": {
"title": "$:/language/Docs/PaletteColours/dropdown-tab-background",
"text": "Dropdown tab background"
},
"$:/language/Docs/PaletteColours/dropzone-background": {
"title": "$:/language/Docs/PaletteColours/dropzone-background",
"text": "Dropzone background"
},
"$:/language/Docs/PaletteColours/external-link-background-hover": {
"title": "$:/language/Docs/PaletteColours/external-link-background-hover",
"text": "External link background hover"
},
"$:/language/Docs/PaletteColours/external-link-background-visited": {
"title": "$:/language/Docs/PaletteColours/external-link-background-visited",
"text": "External link background visited"
},
"$:/language/Docs/PaletteColours/external-link-background": {
"title": "$:/language/Docs/PaletteColours/external-link-background",
"text": "External link background"
},
"$:/language/Docs/PaletteColours/external-link-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground-hover",
"text": "External link foreground hover"
},
"$:/language/Docs/PaletteColours/external-link-foreground-visited": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground-visited",
"text": "External link foreground visited"
},
"$:/language/Docs/PaletteColours/external-link-foreground": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground",
"text": "External link foreground"
},
"$:/language/Docs/PaletteColours/foreground": {
"title": "$:/language/Docs/PaletteColours/foreground",
"text": "General foreground"
},
"$:/language/Docs/PaletteColours/message-background": {
"title": "$:/language/Docs/PaletteColours/message-background",
"text": "Message box background"
},
"$:/language/Docs/PaletteColours/message-border": {
"title": "$:/language/Docs/PaletteColours/message-border",
"text": "Message box border"
},
"$:/language/Docs/PaletteColours/message-foreground": {
"title": "$:/language/Docs/PaletteColours/message-foreground",
"text": "Message box foreground"
},
"$:/language/Docs/PaletteColours/modal-backdrop": {
"title": "$:/language/Docs/PaletteColours/modal-backdrop",
"text": "Modal backdrop"
},
"$:/language/Docs/PaletteColours/modal-background": {
"title": "$:/language/Docs/PaletteColours/modal-background",
"text": "Modal background"
},
"$:/language/Docs/PaletteColours/modal-border": {
"title": "$:/language/Docs/PaletteColours/modal-border",
"text": "Modal border"
},
"$:/language/Docs/PaletteColours/modal-footer-background": {
"title": "$:/language/Docs/PaletteColours/modal-footer-background",
"text": "Modal footer background"
},
"$:/language/Docs/PaletteColours/modal-footer-border": {
"title": "$:/language/Docs/PaletteColours/modal-footer-border",
"text": "Modal footer border"
},
"$:/language/Docs/PaletteColours/modal-header-border": {
"title": "$:/language/Docs/PaletteColours/modal-header-border",
"text": "Modal header border"
},
"$:/language/Docs/PaletteColours/muted-foreground": {
"title": "$:/language/Docs/PaletteColours/muted-foreground",
"text": "General muted foreground"
},
"$:/language/Docs/PaletteColours/notification-background": {
"title": "$:/language/Docs/PaletteColours/notification-background",
"text": "Notification background"
},
"$:/language/Docs/PaletteColours/notification-border": {
"title": "$:/language/Docs/PaletteColours/notification-border",
"text": "Notification border"
},
"$:/language/Docs/PaletteColours/page-background": {
"title": "$:/language/Docs/PaletteColours/page-background",
"text": "Page background"
},
"$:/language/Docs/PaletteColours/pre-background": {
"title": "$:/language/Docs/PaletteColours/pre-background",
"text": "Preformatted code background"
},
"$:/language/Docs/PaletteColours/pre-border": {
"title": "$:/language/Docs/PaletteColours/pre-border",
"text": "Preformatted code border"
},
"$:/language/Docs/PaletteColours/primary": {
"title": "$:/language/Docs/PaletteColours/primary",
"text": "General primary"
},
"$:/language/Docs/PaletteColours/select-tag-background": {
"title": "$:/language/Docs/PaletteColours/select-tag-background",
"text": "`<select>` element background"
},
"$:/language/Docs/PaletteColours/select-tag-foreground": {
"title": "$:/language/Docs/PaletteColours/select-tag-foreground",
"text": "`<select>` element text"
},
"$:/language/Docs/PaletteColours/sidebar-button-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-button-foreground",
"text": "Sidebar button foreground"
},
"$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover",
"text": "Sidebar controls foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-controls-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground",
"text": "Sidebar controls foreground"
},
"$:/language/Docs/PaletteColours/sidebar-foreground-shadow": {
"title": "$:/language/Docs/PaletteColours/sidebar-foreground-shadow",
"text": "Sidebar foreground shadow"
},
"$:/language/Docs/PaletteColours/sidebar-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-foreground",
"text": "Sidebar foreground"
},
"$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover",
"text": "Sidebar muted foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground",
"text": "Sidebar muted foreground"
},
"$:/language/Docs/PaletteColours/sidebar-tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-background-selected",
"text": "Sidebar tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-background": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-background",
"text": "Sidebar tab background"
},
"$:/language/Docs/PaletteColours/sidebar-tab-border-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-border-selected",
"text": "Sidebar tab border for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-border": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-border",
"text": "Sidebar tab border"
},
"$:/language/Docs/PaletteColours/sidebar-tab-divider": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-divider",
"text": "Sidebar tab divider"
},
"$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected",
"text": "Sidebar tab foreground for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground",
"text": "Sidebar tab foreground"
},
"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover",
"text": "Sidebar tiddler link foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground",
"text": "Sidebar tiddler link foreground"
},
"$:/language/Docs/PaletteColours/site-title-foreground": {
"title": "$:/language/Docs/PaletteColours/site-title-foreground",
"text": "Site title foreground"
},
"$:/language/Docs/PaletteColours/static-alert-foreground": {
"title": "$:/language/Docs/PaletteColours/static-alert-foreground",
"text": "Static alert foreground"
},
"$:/language/Docs/PaletteColours/tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/tab-background-selected",
"text": "Tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-background": {
"title": "$:/language/Docs/PaletteColours/tab-background",
"text": "Tab background"
},
"$:/language/Docs/PaletteColours/tab-border-selected": {
"title": "$:/language/Docs/PaletteColours/tab-border-selected",
"text": "Tab border for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-border": {
"title": "$:/language/Docs/PaletteColours/tab-border",
"text": "Tab border"
},
"$:/language/Docs/PaletteColours/tab-divider": {
"title": "$:/language/Docs/PaletteColours/tab-divider",
"text": "Tab divider"
},
"$:/language/Docs/PaletteColours/tab-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/tab-foreground-selected",
"text": "Tab foreground for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-foreground": {
"title": "$:/language/Docs/PaletteColours/tab-foreground",
"text": "Tab foreground"
},
"$:/language/Docs/PaletteColours/table-border": {
"title": "$:/language/Docs/PaletteColours/table-border",
"text": "Table border"
},
"$:/language/Docs/PaletteColours/table-footer-background": {
"title": "$:/language/Docs/PaletteColours/table-footer-background",
"text": "Table footer background"
},
"$:/language/Docs/PaletteColours/table-header-background": {
"title": "$:/language/Docs/PaletteColours/table-header-background",
"text": "Table header background"
},
"$:/language/Docs/PaletteColours/tag-background": {
"title": "$:/language/Docs/PaletteColours/tag-background",
"text": "Tag background"
},
"$:/language/Docs/PaletteColours/tag-foreground": {
"title": "$:/language/Docs/PaletteColours/tag-foreground",
"text": "Tag foreground"
},
"$:/language/Docs/PaletteColours/tiddler-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-background",
"text": "Tiddler background"
},
"$:/language/Docs/PaletteColours/tiddler-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-border",
"text": "Tiddler border"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover",
"text": "Tiddler controls foreground hover"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected",
"text": "Tiddler controls foreground for selected controls"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground",
"text": "Tiddler controls foreground"
},
"$:/language/Docs/PaletteColours/tiddler-editor-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-background",
"text": "Tiddler editor background"
},
"$:/language/Docs/PaletteColours/tiddler-editor-border-image": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-border-image",
"text": "Tiddler editor border image"
},
"$:/language/Docs/PaletteColours/tiddler-editor-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-border",
"text": "Tiddler editor border"
},
"$:/language/Docs/PaletteColours/tiddler-editor-fields-even": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-even",
"text": "Tiddler editor background for even fields"
},
"$:/language/Docs/PaletteColours/tiddler-editor-fields-odd": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd",
"text": "Tiddler editor background for odd fields"
},
"$:/language/Docs/PaletteColours/tiddler-info-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-background",
"text": "Tiddler info panel background"
},
"$:/language/Docs/PaletteColours/tiddler-info-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-border",
"text": "Tiddler info panel border"
},
"$:/language/Docs/PaletteColours/tiddler-info-tab-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-tab-background",
"text": "Tiddler info panel tab background"
},
"$:/language/Docs/PaletteColours/tiddler-link-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-link-background",
"text": "Tiddler link background"
},
"$:/language/Docs/PaletteColours/tiddler-link-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-link-foreground",
"text": "Tiddler link foreground"
},
"$:/language/Docs/PaletteColours/tiddler-subtitle-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground",
"text": "Tiddler subtitle foreground"
},
"$:/language/Docs/PaletteColours/tiddler-title-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-title-foreground",
"text": "Tiddler title foreground"
},
"$:/language/Docs/PaletteColours/toolbar-new-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-new-button",
"text": "Toolbar 'new tiddler' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-options-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-options-button",
"text": "Toolbar 'options' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-save-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-save-button",
"text": "Toolbar 'save' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-info-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-info-button",
"text": "Toolbar 'info' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-edit-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-edit-button",
"text": "Toolbar 'edit' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-close-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-close-button",
"text": "Toolbar 'close' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-delete-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-delete-button",
"text": "Toolbar 'delete' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-cancel-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-cancel-button",
"text": "Toolbar 'cancel' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-done-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-done-button",
"text": "Toolbar 'done' button foreground"
},
"$:/language/Docs/PaletteColours/untagged-background": {
"title": "$:/language/Docs/PaletteColours/untagged-background",
"text": "Untagged pill background"
},
"$:/language/Docs/PaletteColours/very-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/very-muted-foreground",
"text": "Very muted foreground"
},
"$:/language/EditTemplate/Body/External/Hint": {
"title": "$:/language/EditTemplate/Body/External/Hint",
"text": "This tiddler shows content stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself"
},
"$:/language/EditTemplate/Body/Placeholder": {
"title": "$:/language/EditTemplate/Body/Placeholder",
"text": "Type the text for this tiddler"
},
"$:/language/EditTemplate/Body/Preview/Type/Output": {
"title": "$:/language/EditTemplate/Body/Preview/Type/Output",
"text": "output"
},
"$:/language/EditTemplate/Field/Remove/Caption": {
"title": "$:/language/EditTemplate/Field/Remove/Caption",
"text": "remove field"
},
"$:/language/EditTemplate/Field/Remove/Hint": {
"title": "$:/language/EditTemplate/Field/Remove/Hint",
"text": "Remove field"
},
"$:/language/EditTemplate/Field/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Field/Dropdown/Caption",
"text": "field list"
},
"$:/language/EditTemplate/Field/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Field/Dropdown/Hint",
"text": "Show field list"
},
"$:/language/EditTemplate/Fields/Add/Button": {
"title": "$:/language/EditTemplate/Fields/Add/Button",
"text": "add"
},
"$:/language/EditTemplate/Fields/Add/Name/Placeholder": {
"title": "$:/language/EditTemplate/Fields/Add/Name/Placeholder",
"text": "field name"
},
"$:/language/EditTemplate/Fields/Add/Prompt": {
"title": "$:/language/EditTemplate/Fields/Add/Prompt",
"text": "Add a new field:"
},
"$:/language/EditTemplate/Fields/Add/Value/Placeholder": {
"title": "$:/language/EditTemplate/Fields/Add/Value/Placeholder",
"text": "field value"
},
"$:/language/EditTemplate/Fields/Add/Dropdown/System": {
"title": "$:/language/EditTemplate/Fields/Add/Dropdown/System",
"text": "System fields"
},
"$:/language/EditTemplate/Fields/Add/Dropdown/User": {
"title": "$:/language/EditTemplate/Fields/Add/Dropdown/User",
"text": "User fields"
},
"$:/language/EditTemplate/Shadow/Warning": {
"title": "$:/language/EditTemplate/Shadow/Warning",
"text": "This is a shadow tiddler. Any changes you make will override the default version from the plugin <<pluginLink>>"
},
"$:/language/EditTemplate/Shadow/OverriddenWarning": {
"title": "$:/language/EditTemplate/Shadow/OverriddenWarning",
"text": "This is a modified shadow tiddler. You can revert to the default version in the plugin <<pluginLink>> by deleting this tiddler"
},
"$:/language/EditTemplate/Tags/Add/Button": {
"title": "$:/language/EditTemplate/Tags/Add/Button",
"text": "add"
},
"$:/language/EditTemplate/Tags/Add/Placeholder": {
"title": "$:/language/EditTemplate/Tags/Add/Placeholder",
"text": "tag name"
},
"$:/language/EditTemplate/Tags/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Tags/Dropdown/Caption",
"text": "tag list"
},
"$:/language/EditTemplate/Tags/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Tags/Dropdown/Hint",
"text": "Show tag list"
},
"$:/language/EditTemplate/Title/BadCharacterWarning": {
"title": "$:/language/EditTemplate/Title/BadCharacterWarning",
"text": "Warning: avoid using any of the characters <<bad-chars>> in tiddler titles"
},
"$:/language/EditTemplate/Title/Exists/Prompt": {
"title": "$:/language/EditTemplate/Title/Exists/Prompt",
"text": "Target tiddler already exists"
},
"$:/language/EditTemplate/Title/Relink/Prompt": {
"title": "$:/language/EditTemplate/Title/Relink/Prompt",
"text": "Update ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' in the //tags// and //list// fields of other tiddlers"
},
"$:/language/EditTemplate/Title/References/Prompt": {
"title": "$:/language/EditTemplate/Title/References/Prompt",
"text": "The following references to this tiddler will not be automatically updated:"
},
"$:/language/EditTemplate/Type/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Type/Dropdown/Caption",
"text": "content type list"
},
"$:/language/EditTemplate/Type/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Type/Dropdown/Hint",
"text": "Show content type list"
},
"$:/language/EditTemplate/Type/Delete/Caption": {
"title": "$:/language/EditTemplate/Type/Delete/Caption",
"text": "delete content type"
},
"$:/language/EditTemplate/Type/Delete/Hint": {
"title": "$:/language/EditTemplate/Type/Delete/Hint",
"text": "Delete content type"
},
"$:/language/EditTemplate/Type/Placeholder": {
"title": "$:/language/EditTemplate/Type/Placeholder",
"text": "content type"
},
"$:/language/EditTemplate/Type/Prompt": {
"title": "$:/language/EditTemplate/Type/Prompt",
"text": "Type:"
},
"$:/language/Exporters/StaticRiver": {
"title": "$:/language/Exporters/StaticRiver",
"text": "Static HTML"
},
"$:/language/Exporters/JsonFile": {
"title": "$:/language/Exporters/JsonFile",
"text": "JSON file"
},
"$:/language/Exporters/CsvFile": {
"title": "$:/language/Exporters/CsvFile",
"text": "CSV file"
},
"$:/language/Exporters/TidFile": {
"title": "$:/language/Exporters/TidFile",
"text": "\".tid\" file"
},
"$:/language/Docs/Fields/_canonical_uri": {
"title": "$:/language/Docs/Fields/_canonical_uri",
"text": "The full URI of an external image tiddler"
},
"$:/language/Docs/Fields/bag": {
"title": "$:/language/Docs/Fields/bag",
"text": "The name of the bag from which a tiddler came"
},
"$:/language/Docs/Fields/caption": {
"title": "$:/language/Docs/Fields/caption",
"text": "The text to be displayed on a tab or button"
},
"$:/language/Docs/Fields/color": {
"title": "$:/language/Docs/Fields/color",
"text": "The CSS color value associated with a tiddler"
},
"$:/language/Docs/Fields/component": {
"title": "$:/language/Docs/Fields/component",
"text": "The name of the component responsible for an [[alert tiddler|AlertMechanism]]"
},
"$:/language/Docs/Fields/current-tiddler": {
"title": "$:/language/Docs/Fields/current-tiddler",
"text": "Used to cache the top tiddler in a [[history list|HistoryMechanism]]"
},
"$:/language/Docs/Fields/created": {
"title": "$:/language/Docs/Fields/created",
"text": "The date a tiddler was created"
},
"$:/language/Docs/Fields/creator": {
"title": "$:/language/Docs/Fields/creator",
"text": "The name of the person who created a tiddler"
},
"$:/language/Docs/Fields/dependents": {
"title": "$:/language/Docs/Fields/dependents",
"text": "For a plugin, lists the dependent plugin titles"
},
"$:/language/Docs/Fields/description": {
"title": "$:/language/Docs/Fields/description",
"text": "The descriptive text for a plugin, or a modal dialogue"
},
"$:/language/Docs/Fields/draft.of": {
"title": "$:/language/Docs/Fields/draft.of",
"text": "For draft tiddlers, contains the title of the tiddler of which this is a draft"
},
"$:/language/Docs/Fields/draft.title": {
"title": "$:/language/Docs/Fields/draft.title",
"text": "For draft tiddlers, contains the proposed new title of the tiddler"
},
"$:/language/Docs/Fields/footer": {
"title": "$:/language/Docs/Fields/footer",
"text": "The footer text for a wizard"
},
"$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against": {
"title": "$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against",
"text": "A temporary storage field used in [[$:/core/templates/static.content]]"
},
"$:/language/Docs/Fields/icon": {
"title": "$:/language/Docs/Fields/icon",
"text": "The title of the tiddler containing the icon associated with a tiddler"
},
"$:/language/Docs/Fields/library": {
"title": "$:/language/Docs/Fields/library",
"text": "If set to \"yes\" indicates that a tiddler should be saved as a JavaScript library"
},
"$:/language/Docs/Fields/list": {
"title": "$:/language/Docs/Fields/list",
"text": "An ordered list of tiddler titles associated with a tiddler"
},
"$:/language/Docs/Fields/list-before": {
"title": "$:/language/Docs/Fields/list-before",
"text": "If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty"
},
"$:/language/Docs/Fields/list-after": {
"title": "$:/language/Docs/Fields/list-after",
"text": "If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles, or at the end of the list if this field is present but empty"
},
"$:/language/Docs/Fields/modified": {
"title": "$:/language/Docs/Fields/modified",
"text": "The date and time at which a tiddler was last modified"
},
"$:/language/Docs/Fields/modifier": {
"title": "$:/language/Docs/Fields/modifier",
"text": "The tiddler title associated with the person who last modified a tiddler"
},
"$:/language/Docs/Fields/name": {
"title": "$:/language/Docs/Fields/name",
"text": "The human readable name associated with a plugin tiddler"
},
"$:/language/Docs/Fields/plugin-priority": {
"title": "$:/language/Docs/Fields/plugin-priority",
"text": "A numerical value indicating the priority of a plugin tiddler"
},
"$:/language/Docs/Fields/plugin-type": {
"title": "$:/language/Docs/Fields/plugin-type",
"text": "The type of plugin in a plugin tiddler"
},
"$:/language/Docs/Fields/revision": {
"title": "$:/language/Docs/Fields/revision",
"text": "The revision of the tiddler held at the server"
},
"$:/language/Docs/Fields/released": {
"title": "$:/language/Docs/Fields/released",
"text": "Date of a TiddlyWiki release"
},
"$:/language/Docs/Fields/source": {
"title": "$:/language/Docs/Fields/source",
"text": "The source URL associated with a tiddler"
},
"$:/language/Docs/Fields/subtitle": {
"title": "$:/language/Docs/Fields/subtitle",
"text": "The subtitle text for a wizard"
},
"$:/language/Docs/Fields/tags": {
"title": "$:/language/Docs/Fields/tags",
"text": "A list of tags associated with a tiddler"
},
"$:/language/Docs/Fields/text": {
"title": "$:/language/Docs/Fields/text",
"text": "The body text of a tiddler"
},
"$:/language/Docs/Fields/title": {
"title": "$:/language/Docs/Fields/title",
"text": "The unique name of a tiddler"
},
"$:/language/Docs/Fields/type": {
"title": "$:/language/Docs/Fields/type",
"text": "The content type of a tiddler"
},
"$:/language/Docs/Fields/version": {
"title": "$:/language/Docs/Fields/version",
"text": "Version information for a plugin"
},
"$:/language/Filters/AllTiddlers": {
"title": "$:/language/Filters/AllTiddlers",
"text": "All tiddlers except system tiddlers"
},
"$:/language/Filters/RecentSystemTiddlers": {
"title": "$:/language/Filters/RecentSystemTiddlers",
"text": "Recently modified tiddlers, including system tiddlers"
},
"$:/language/Filters/RecentTiddlers": {
"title": "$:/language/Filters/RecentTiddlers",
"text": "Recently modified tiddlers"
},
"$:/language/Filters/AllTags": {
"title": "$:/language/Filters/AllTags",
"text": "All tags except system tags"
},
"$:/language/Filters/Missing": {
"title": "$:/language/Filters/Missing",
"text": "Missing tiddlers"
},
"$:/language/Filters/Drafts": {
"title": "$:/language/Filters/Drafts",
"text": "Draft tiddlers"
},
"$:/language/Filters/Orphans": {
"title": "$:/language/Filters/Orphans",
"text": "Orphan tiddlers"
},
"$:/language/Filters/SystemTiddlers": {
"title": "$:/language/Filters/SystemTiddlers",
"text": "System tiddlers"
},
"$:/language/Filters/ShadowTiddlers": {
"title": "$:/language/Filters/ShadowTiddlers",
"text": "Shadow tiddlers"
},
"$:/language/Filters/OverriddenShadowTiddlers": {
"title": "$:/language/Filters/OverriddenShadowTiddlers",
"text": "Overridden shadow tiddlers"
},
"$:/language/Filters/SystemTags": {
"title": "$:/language/Filters/SystemTags",
"text": "System tags"
},
"$:/language/Filters/StoryList": {
"title": "$:/language/Filters/StoryList",
"text": "Tiddlers in the story river, excluding <$text text=\"$:/AdvancedSearch\"/>"
},
"$:/language/Filters/TypedTiddlers": {
"title": "$:/language/Filters/TypedTiddlers",
"text": "Non wiki-text tiddlers"
},
"GettingStarted": {
"title": "GettingStarted",
"text": "\\define lingo-base() $:/language/ControlPanel/Basics/\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\n\nBefore you start storing important information in ~TiddlyWiki it is vital to make sure that you can reliably save changes. See https://tiddlywiki.com/#GettingStarted for details\n\n!! Set up this ~TiddlyWiki\n\n<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</div>\n\nSee the [[control panel|$:/ControlPanel]] for more options.\n"
},
"$:/language/Help/build": {
"title": "$:/language/Help/build",
"description": "Automatically run configured commands",
"text": "Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.\n\n```\n--build <target> [<target> ...]\n```\n\nBuild targets are defined in the `tiddlywiki.info` file of a wiki folder.\n\n"
},
"$:/language/Help/clearpassword": {
"title": "$:/language/Help/clearpassword",
"description": "Clear a password for subsequent crypto operations",
"text": "Clear the password for subsequent crypto operations\n\n```\n--clearpassword\n```\n"
},
"$:/language/Help/default": {
"title": "$:/language/Help/default",
"text": "\\define commandTitle()\n$:/language/Help/$(command)$\n\\end\n```\nusage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]\n```\n\nAvailable commands:\n\n<ul>\n<$list filter=\"[commands[]sort[title]]\" variable=\"command\">\n<li><$link to=<<commandTitle>>><$macrocall $name=\"command\" $type=\"text/plain\" $output=\"text/plain\"/></$link>: <$transclude tiddler=<<commandTitle>> field=\"description\"/></li>\n</$list>\n</ul>\n\nTo get detailed help on a command:\n\n```\ntiddlywiki --help <command>\n```\n"
},
"$:/language/Help/editions": {
"title": "$:/language/Help/editions",
"description": "Lists the available editions of TiddlyWiki",
"text": "Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.\n\n```\n--editions\n```\n"
},
"$:/language/Help/fetch": {
"title": "$:/language/Help/fetch",
"description": "Fetch tiddlers from wiki by URL",
"text": "Fetch one or more files over HTTP/HTTPS, and import the tiddlers matching a filter, optionally transforming the incoming titles.\n\n```\n--fetch file <url> <import-filter> <transform-filter>\n--fetch files <url-filter> <import-filter> <transform-filter>\n--fetch raw-file <url> <transform-filter>\n--fetch raw-files <url-filter> <transform-filter>\n```\n\nThe \"file\" and \"files\" variants fetch the specified files and attempt to import the tiddlers within them (the same processing as if the files were dragged into the browser window). The \"raw-file\" and \"raw-files\" variants fetch the specified files and then store the raw file data in tiddlers, without applying the import logic.\n\nWith the \"file\" and \"raw-file\" variants only a single file is fetched and the first parameter is the URL of the file to read.\n\nWith the \"files\" and \"raw-files\" variants, multiple files are fetched and the first parameter is a filter yielding a list of URLs of the files to read. For example, given a set of tiddlers tagged \"remote-server\" that have a field \"url\" the filter `[tag[remote-server]get[url]]` will retrieve all the available URLs.\n\nFor the \"file\" and \"files\" variants, the `<import-filter>` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided.\n\nFor all variants, the `<transform-filter>` parameter specifies an optional filter that transforms the titles of the imported tiddlers. For example, `[addprefix[$:/myimports/]]` would add the prefix `$:/myimports/` to each title.\n\nPreceding the `--fetch` command with `--verbose` will output progress information during the import.\n\nNote that TiddlyWiki will not fetch an older version of an already loaded plugin.\n\nThe following example retrieves all the non-system tiddlers from https://tiddlywiki.com and saves them to a JSON file:\n\n```\ntiddlywiki --verbose --fetch file \"https://tiddlywiki.com/\" \"[!is[system]]\" \"\" --rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[!is[system]]\"\n```\n\nThe following example retrieves the \"favicon\" file from tiddlywiki.com and saves it in a file called \"output.ico\". Note that the intermediate tiddler \"Icon Tiddler\" is quoted in the \"--fetch\" command because it is being used as a transformation filter to replace the default title, while there are no quotes for the \"--savetiddler\" command because it is being used directly as a title.\n\n```\ntiddlywiki --verbose --fetch raw-file \"https://tiddlywiki.com/favicon.ico\" \"[[Icon Tiddler]]\" --savetiddler \"Icon Tiddler\" output.ico\n```\n\n"
},
"$:/language/Help/help": {
"title": "$:/language/Help/help",
"description": "Display help for TiddlyWiki commands",
"text": "Displays help text for a command:\n\n```\n--help [<command>]\n```\n\nIf the command name is omitted then a list of available commands is displayed.\n"
},
"$:/language/Help/import": {
"title": "$:/language/Help/import",
"description": "Import tiddlers from a file",
"text": "Import tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The deserializer must be explicitly specified, unlike the `load` command which infers the deserializer from the file extension.\n\n```\n--import <filepath> <deserializer> [<title>] [<encoding>]\n```\n\nThe deserializers in the core include:\n\n* application/javascript\n* application/json\n* application/x-tiddler\n* application/x-tiddler-html-div\n* application/x-tiddlers\n* text/html\n* text/plain\n\nThe title of the imported tiddler defaults to the filename.\n\nThe encoding defaults to \"utf8\", but can be \"base64\" for importing binary files.\n\nNote that TiddlyWiki will not import an older version of an already loaded plugin.\n"
},
"$:/language/Help/init": {
"title": "$:/language/Help/init",
"description": "Initialise a new wiki folder",
"text": "Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.\n\n```\n--init <edition> [<edition> ...]\n```\n\nFor example:\n\n```\ntiddlywiki ./MyWikiFolder --init empty\n```\n\nNote:\n\n* The wiki folder directory will be created if necessary\n* The \"edition\" defaults to ''empty''\n* The init command will fail if the wiki folder is not empty\n* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file\n* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)\n* `--editions` returns a list of available editions\n"
},
"$:/language/Help/listen": {
"title": "$:/language/Help/listen",
"description": "Provides an HTTP server interface to TiddlyWiki",
"text": "Serves a wiki over HTTP.\n\nThe listen command uses NamedCommandParameters:\n\n```\n--listen [<name>=<value>]...\n```\n\nAll parameters are optional with safe defaults, and can be specified in any order. The recognised parameters are:\n\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''credentials'' - pathname of credentials CSV file (relative to wiki folder)\n* ''anon-username'' - the username for signing edits for anonymous users\n* ''username'' - optional username for basic authentication\n* ''password'' - optional password for basic authentication\n* ''authenticated-user-header'' - optional name of header to be used for trusted authentication\n* ''readers'' - comma separated list of principals allowed to read from this wiki\n* ''writers'' - comma separated list of principals allowed to write to this wiki\n* ''csrf-disable'' - set to \"yes\" to disable CSRF checks (defaults to \"no\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''tls-cert'' - pathname of TLS certificate file (relative to wiki folder)\n* ''tls-key'' - pathname of TLS key file (relative to wiki folder)\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n\nFor information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\n"
},
"$:/language/Help/load": {
"title": "$:/language/Help/load",
"description": "Load tiddlers from a file",
"text": "Load tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The processing applied to incoming files is determined by the file extension. Use the alternative `import` command if you need to specify the deserializer and encoding explicitly.\n\n```\n--load <filepath>\n--load <dirpath>\n```\n\nTo load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:\n\n```\ntiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html\n```\n\nNote that TiddlyWiki will not load an older version of an already loaded plugin.\n"
},
"$:/language/Help/makelibrary": {
"title": "$:/language/Help/makelibrary",
"description": "Construct library plugin required by upgrade process",
"text": "Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.\n\nThe upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.\n\nThis command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.\n\n```\n--makelibrary <title>\n```\n\nThe title argument defaults to `$:/UpgradeLibrary`.\n"
},
"$:/language/Help/notfound": {
"title": "$:/language/Help/notfound",
"text": "No such help item"
},
"$:/language/Help/output": {
"title": "$:/language/Help/output",
"description": "Set the base output directory for subsequent commands",
"text": "Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.\n\n```\n--output <pathname>\n```\n\nIf the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.\n\n"
},
"$:/language/Help/password": {
"title": "$:/language/Help/password",
"description": "Set a password for subsequent crypto operations",
"text": "Set a password for subsequent crypto operations\n\n```\n--password <password>\n```\n\n''Note'': This should not be used for serving TiddlyWiki with password protection. Instead, see the password option under the [[ServerCommand]].\n"
},
"$:/language/Help/render": {
"title": "$:/language/Help/render",
"description": "Renders individual tiddlers to files",
"text": "Render individual tiddlers identified by a filter and save the results to the specified files.\n\nOptionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the \"currentTiddler\" variable set to the title of the tiddler that is being rendered.\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--render <tiddler-filter> [<filename-filter>] [<render-type>] [<template>] [<name>] [<value>]\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be rendered\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]addsuffix[.html]]`, which uses the unchanged tiddler title as the filename\n* ''template'': Optional template through which each tiddler is rendered\n* ''render-type'': Optional render type: `text/html` (the default) returns the full HTML text and `text/plain` just returns the text content (ie it ignores HTML tags and other unprintable material)\n* ''name'': Name of optional variable\n* ''value'': Value of optional variable\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When referring to a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--render \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being rendered, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--render` command is a more flexible replacement for both the `--rendertiddler` and `--rendertiddlers` commands, which are deprecated\n\nExamples:\n\n* `--render \"[!is[system]]\" \"[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]\"` -- renders all non-system tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles and the extension HTML\n\n"
},
"$:/language/Help/rendertiddler": {
"title": "$:/language/Help/rendertiddler",
"description": "Render an individual tiddler as a specified ContentType",
"text": "(Note: The `--rendertiddler` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender an individual tiddler as a specified ContentType, defaulting to `text/html` and save it to the specified filename.\n\nOptionally the title of a template tiddler can be specified, in which case the template tiddler is rendered with the \"currentTiddler\" variable set to the tiddler that is being rendered (the first parameter value).\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--rendertiddler <title> <filename> [<type>] [<template>] [<name>] [<value>]\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n\nFor example, the following command saves all tiddlers matching the filter `[tag[done]]` to a JSON file titled `output.json` by employing the core template `$:/core/templates/exporters/JsonFile`.\n\n```\n--rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[tag[done]]\"\n```\n"
},
"$:/language/Help/rendertiddlers": {
"title": "$:/language/Help/rendertiddlers",
"description": "Render tiddlers matching a filter to a specified ContentType",
"text": "(Note: The `--rendertiddlers` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).\n\n```\n--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>] [\"noclean\"]\n```\n\nFor example:\n\n```\n--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny files in the target directory are deleted unless the ''noclean'' flag is specified. The target directory is recursively created if it is missing.\n"
},
"$:/language/Help/save": {
"title": "$:/language/Help/save",
"description": "Saves individual raw tiddlers to files",
"text": "Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.\n\n```\n--save <tiddler-filter> <filename-filter>\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be saved\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]]`, which uses the unchanged tiddler title as the filename\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When saving a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--save \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being saved, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--save` command is a more flexible replacement for both the `--savetiddler` and `--savetiddlers` commands, which are deprecated\n\nExamples:\n\n* `--save \"[!is[system]is[image]]\" \"[encodeuricomponent[]addprefix[tiddlers/]]\"` -- saves all non-system image tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles\n"
},
"$:/language/Help/savetiddler": {
"title": "$:/language/Help/savetiddler",
"description": "Saves a raw tiddler to a file",
"text": "(Note: The `--savetiddler` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves an individual tiddler in its raw text or binary format to the specified filename.\n\n```\n--savetiddler <title> <filename>\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n"
},
"$:/language/Help/savetiddlers": {
"title": "$:/language/Help/savetiddlers",
"description": "Saves a group of raw tiddlers to a directory",
"text": "(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves a group of tiddlers in their raw text or binary format to the specified directory.\n\n```\n--savetiddlers <filter> <pathname> [\"noclean\"]\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nThe output directory is cleared of existing files before saving the specified files. The deletion can be disabled by specifying the ''noclean'' flag.\n\nAny missing directories in the pathname are automatically created.\n"
},
"$:/language/Help/server": {
"title": "$:/language/Help/server",
"description": "Provides an HTTP server interface to TiddlyWiki (deprecated in favour of the new listen command)",
"text": "Legacy command to serve a wiki over HTTP.\n\n```\n--server <port> <root-tiddler> <root-render-type> <root-serve-type> <username> <password> <host> <path-prefix> <debug-level>\n```\n\nThe parameters are:\n\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''username'' - the default username for signing edits\n* ''password'' - optional password for basic authentication\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n\nIf the password parameter is specified then the browser will prompt the user for the username and password. Note that the password is transmitted in plain text so this implementation should only be used on a trusted network or over HTTPS.\n\nFor example:\n\n```\n--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n\nThe username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password.\n\n\n```\n--server 8080 $:/core/save/all text/plain text/html \"\" \"\" 192.168.0.245\n```\n\nUsing an address like this exposes your system to the local network. For information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\nTo run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port. It can be useful to use an environment variable to pass the port number to the Node.js process. This example references an environment variable called \"MY_PORT_NUMBER\":\n\n```\n--server MY_PORT_NUMBER $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n"
},
"$:/language/Help/setfield": {
"title": "$:/language/Help/setfield",
"description": "Prepares external tiddlers for use",
"text": "//Note that this command is experimental and may change or be replaced before being finalised//\n\nSets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.\n\n```\n--setfield <filter> <fieldname> <templatetitle> <rendertype>\n```\n\nThe parameters are:\n\n* ''filter'' - filter identifying the tiddlers to be affected\n* ''fieldname'' - the field to modify (defaults to \"text\")\n* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted\n* ''rendertype'' - the text type to render (defaults to \"text/plain\"; \"text/html\" can be used to include HTML tags)\n"
},
"$:/language/Help/unpackplugin": {
"title": "$:/language/Help/unpackplugin",
"description": "Unpack the payload tiddlers from a plugin",
"text": "Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:\n\n```\n--unpackplugin <title>\n```\n"
},
"$:/language/Help/verbose": {
"title": "$:/language/Help/verbose",
"description": "Triggers verbose output mode",
"text": "Triggers verbose output, useful for debugging\n\n```\n--verbose\n```\n"
},
"$:/language/Help/version": {
"title": "$:/language/Help/version",
"description": "Displays the version number of TiddlyWiki",
"text": "Displays the version number of TiddlyWiki.\n\n```\n--version\n```\n"
},
"$:/language/Import/Imported/Hint": {
"title": "$:/language/Import/Imported/Hint",
"text": "The following tiddlers were imported:"
},
"$:/language/Import/Listing/Cancel/Caption": {
"title": "$:/language/Import/Listing/Cancel/Caption",
"text": "Cancel"
},
"$:/language/Import/Listing/Hint": {
"title": "$:/language/Import/Listing/Hint",
"text": "These tiddlers are ready to import:"
},
"$:/language/Import/Listing/Import/Caption": {
"title": "$:/language/Import/Listing/Import/Caption",
"text": "Import"
},
"$:/language/Import/Listing/Select/Caption": {
"title": "$:/language/Import/Listing/Select/Caption",
"text": "Select"
},
"$:/language/Import/Listing/Status/Caption": {
"title": "$:/language/Import/Listing/Status/Caption",
"text": "Status"
},
"$:/language/Import/Listing/Title/Caption": {
"title": "$:/language/Import/Listing/Title/Caption",
"text": "Title"
},
"$:/language/Import/Listing/Preview": {
"title": "$:/language/Import/Listing/Preview",
"text": "Preview:"
},
"$:/language/Import/Listing/Preview/Text": {
"title": "$:/language/Import/Listing/Preview/Text",
"text": "Text"
},
"$:/language/Import/Listing/Preview/TextRaw": {
"title": "$:/language/Import/Listing/Preview/TextRaw",
"text": "Text (Raw)"
},
"$:/language/Import/Listing/Preview/Fields": {
"title": "$:/language/Import/Listing/Preview/Fields",
"text": "Fields"
},
"$:/language/Import/Listing/Preview/Diff": {
"title": "$:/language/Import/Listing/Preview/Diff",
"text": "Diff"
},
"$:/language/Import/Listing/Preview/DiffFields": {
"title": "$:/language/Import/Listing/Preview/DiffFields",
"text": "Diff (Fields)"
},
"$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible": {
"title": "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible",
"text": "Blocked incompatible or obsolete plugin"
},
"$:/language/Import/Upgrader/Plugins/Suppressed/Version": {
"title": "$:/language/Import/Upgrader/Plugins/Suppressed/Version",
"text": "Blocked plugin (due to incoming <<incoming>> being older than existing <<existing>>)"
},
"$:/language/Import/Upgrader/Plugins/Upgraded": {
"title": "$:/language/Import/Upgrader/Plugins/Upgraded",
"text": "Upgraded plugin from <<incoming>> to <<upgraded>>"
},
"$:/language/Import/Upgrader/State/Suppressed": {
"title": "$:/language/Import/Upgrader/State/Suppressed",
"text": "Blocked temporary state tiddler"
},
"$:/language/Import/Upgrader/System/Suppressed": {
"title": "$:/language/Import/Upgrader/System/Suppressed",
"text": "Blocked system tiddler"
},
"$:/language/Import/Upgrader/ThemeTweaks/Created": {
"title": "$:/language/Import/Upgrader/ThemeTweaks/Created",
"text": "Migrated theme tweak from <$text text=<<from>>/>"
},
"$:/language/AboveStory/ClassicPlugin/Warning": {
"title": "$:/language/AboveStory/ClassicPlugin/Warning",
"text": "It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|https://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:"
},
"$:/language/BinaryWarning/Prompt": {
"title": "$:/language/BinaryWarning/Prompt",
"text": "This tiddler contains binary data"
},
"$:/language/ClassicWarning/Hint": {
"title": "$:/language/ClassicWarning/Hint",
"text": "This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See https://tiddlywiki.com/static/Upgrading.html for more details."
},
"$:/language/ClassicWarning/Upgrade/Caption": {
"title": "$:/language/ClassicWarning/Upgrade/Caption",
"text": "upgrade"
},
"$:/language/CloseAll/Button": {
"title": "$:/language/CloseAll/Button",
"text": "close all"
},
"$:/language/ColourPicker/Recent": {
"title": "$:/language/ColourPicker/Recent",
"text": "Recent:"
},
"$:/language/ConfirmCancelTiddler": {
"title": "$:/language/ConfirmCancelTiddler",
"text": "Do you wish to discard changes to the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmDeleteTiddler": {
"title": "$:/language/ConfirmDeleteTiddler",
"text": "Do you wish to delete the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmOverwriteTiddler": {
"title": "$:/language/ConfirmOverwriteTiddler",
"text": "Do you wish to overwrite the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmEditShadowTiddler": {
"title": "$:/language/ConfirmEditShadowTiddler",
"text": "You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit \"<$text text=<<title>>/>\"?"
},
"$:/language/Count": {
"title": "$:/language/Count",
"text": "count"
},
"$:/language/DefaultNewTiddlerTitle": {
"title": "$:/language/DefaultNewTiddlerTitle",
"text": "New Tiddler"
},
"$:/language/Diffs/CountMessage": {
"title": "$:/language/Diffs/CountMessage",
"text": "<<diff-count>> differences"
},
"$:/language/DropMessage": {
"title": "$:/language/DropMessage",
"text": "Drop here (or use the 'Escape' key to cancel)"
},
"$:/language/Encryption/Cancel": {
"title": "$:/language/Encryption/Cancel",
"text": "Cancel"
},
"$:/language/Encryption/ConfirmClearPassword": {
"title": "$:/language/Encryption/ConfirmClearPassword",
"text": "Do you wish to clear the password? This will remove the encryption applied when saving this wiki"
},
"$:/language/Encryption/PromptSetPassword": {
"title": "$:/language/Encryption/PromptSetPassword",
"text": "Set a new password for this TiddlyWiki"
},
"$:/language/Encryption/Username": {
"title": "$:/language/Encryption/Username",
"text": "Username"
},
"$:/language/Encryption/Password": {
"title": "$:/language/Encryption/Password",
"text": "Password"
},
"$:/language/Encryption/RepeatPassword": {
"title": "$:/language/Encryption/RepeatPassword",
"text": "Repeat password"
},
"$:/language/Encryption/PasswordNoMatch": {
"title": "$:/language/Encryption/PasswordNoMatch",
"text": "Passwords do not match"
},
"$:/language/Encryption/SetPassword": {
"title": "$:/language/Encryption/SetPassword",
"text": "Set password"
},
"$:/language/Error/Caption": {
"title": "$:/language/Error/Caption",
"text": "Error"
},
"$:/language/Error/EditConflict": {
"title": "$:/language/Error/EditConflict",
"text": "File changed on server"
},
"$:/language/Error/Filter": {
"title": "$:/language/Error/Filter",
"text": "Filter error"
},
"$:/language/Error/FilterSyntax": {
"title": "$:/language/Error/FilterSyntax",
"text": "Syntax error in filter expression"
},
"$:/language/Error/IsFilterOperator": {
"title": "$:/language/Error/IsFilterOperator",
"text": "Filter Error: Unknown operand for the 'is' filter operator"
},
"$:/language/Error/LoadingPluginLibrary": {
"title": "$:/language/Error/LoadingPluginLibrary",
"text": "Error loading plugin library"
},
"$:/language/Error/RecursiveTransclusion": {
"title": "$:/language/Error/RecursiveTransclusion",
"text": "Recursive transclusion error in transclude widget"
},
"$:/language/Error/RetrievingSkinny": {
"title": "$:/language/Error/RetrievingSkinny",
"text": "Error retrieving skinny tiddler list"
},
"$:/language/Error/SavingToTWEdit": {
"title": "$:/language/Error/SavingToTWEdit",
"text": "Error saving to TWEdit"
},
"$:/language/Error/WhileSaving": {
"title": "$:/language/Error/WhileSaving",
"text": "Error while saving"
},
"$:/language/Error/XMLHttpRequest": {
"title": "$:/language/Error/XMLHttpRequest",
"text": "XMLHttpRequest error code"
},
"$:/language/InternalJavaScriptError/Title": {
"title": "$:/language/InternalJavaScriptError/Title",
"text": "Internal JavaScript Error"
},
"$:/language/InternalJavaScriptError/Hint": {
"title": "$:/language/InternalJavaScriptError/Hint",
"text": "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser"
},
"$:/language/InvalidFieldName": {
"title": "$:/language/InvalidFieldName",
"text": "Illegal characters in field name \"<$text text=<<fieldName>>/>\". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)"
},
"$:/language/LazyLoadingWarning": {
"title": "$:/language/LazyLoadingWarning",
"text": "<p>Trying to load external content from ''<$text text={{!!_canonical_uri}}/>''</p><p>If this message doesn't disappear, either the tiddler content type doesn't match the type of the external content, or you may be using a browser that doesn't support external content for wikis loaded as standalone files. See https://tiddlywiki.com/#ExternalText</p>"
},
"$:/language/LoginToTiddlySpace": {
"title": "$:/language/LoginToTiddlySpace",
"text": "Login to TiddlySpace"
},
"$:/language/Manager/Controls/FilterByTag/None": {
"title": "$:/language/Manager/Controls/FilterByTag/None",
"text": "(none)"
},
"$:/language/Manager/Controls/FilterByTag/Prompt": {
"title": "$:/language/Manager/Controls/FilterByTag/Prompt",
"text": "Filter by tag:"
},
"$:/language/Manager/Controls/Order/Prompt": {
"title": "$:/language/Manager/Controls/Order/Prompt",
"text": "Reverse order"
},
"$:/language/Manager/Controls/Search/Placeholder": {
"title": "$:/language/Manager/Controls/Search/Placeholder",
"text": "Search"
},
"$:/language/Manager/Controls/Search/Prompt": {
"title": "$:/language/Manager/Controls/Search/Prompt",
"text": "Search:"
},
"$:/language/Manager/Controls/Show/Option/Tags": {
"title": "$:/language/Manager/Controls/Show/Option/Tags",
"text": "tags"
},
"$:/language/Manager/Controls/Show/Option/Tiddlers": {
"title": "$:/language/Manager/Controls/Show/Option/Tiddlers",
"text": "tiddlers"
},
"$:/language/Manager/Controls/Show/Prompt": {
"title": "$:/language/Manager/Controls/Show/Prompt",
"text": "Show:"
},
"$:/language/Manager/Controls/Sort/Prompt": {
"title": "$:/language/Manager/Controls/Sort/Prompt",
"text": "Sort by:"
},
"$:/language/Manager/Item/Colour": {
"title": "$:/language/Manager/Item/Colour",
"text": "Colour"
},
"$:/language/Manager/Item/Fields": {
"title": "$:/language/Manager/Item/Fields",
"text": "Fields"
},
"$:/language/Manager/Item/Icon/None": {
"title": "$:/language/Manager/Item/Icon/None",
"text": "(none)"
},
"$:/language/Manager/Item/Icon": {
"title": "$:/language/Manager/Item/Icon",
"text": "Icon"
},
"$:/language/Manager/Item/RawText": {
"title": "$:/language/Manager/Item/RawText",
"text": "Raw text"
},
"$:/language/Manager/Item/Tags": {
"title": "$:/language/Manager/Item/Tags",
"text": "Tags"
},
"$:/language/Manager/Item/Tools": {
"title": "$:/language/Manager/Item/Tools",
"text": "Tools"
},
"$:/language/Manager/Item/WikifiedText": {
"title": "$:/language/Manager/Item/WikifiedText",
"text": "Wikified text"
},
"$:/language/MissingTiddler/Hint": {
"title": "$:/language/MissingTiddler/Hint",
"text": "Missing tiddler \"<$text text=<<currentTiddler>>/>\" -- click {{||$:/core/ui/Buttons/edit}} to create"
},
"$:/language/No": {
"title": "$:/language/No",
"text": "No"
},
"$:/language/OfficialPluginLibrary": {
"title": "$:/language/OfficialPluginLibrary",
"text": "Official ~TiddlyWiki Plugin Library"
},
"$:/language/OfficialPluginLibrary/Hint": {
"title": "$:/language/OfficialPluginLibrary/Hint",
"text": "The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team."
},
"$:/language/PluginReloadWarning": {
"title": "$:/language/PluginReloadWarning",
"text": "Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to plugins to take effect"
},
"$:/language/RecentChanges/DateFormat": {
"title": "$:/language/RecentChanges/DateFormat",
"text": "DDth MMM YYYY"
},
"$:/language/SystemTiddler/Tooltip": {
"title": "$:/language/SystemTiddler/Tooltip",
"text": "This is a system tiddler"
},
"$:/language/SystemTiddlers/Include/Prompt": {
"title": "$:/language/SystemTiddlers/Include/Prompt",
"text": "Include system tiddlers"
},
"$:/language/TagManager/Colour/Heading": {
"title": "$:/language/TagManager/Colour/Heading",
"text": "Colour"
},
"$:/language/TagManager/Count/Heading": {
"title": "$:/language/TagManager/Count/Heading",
"text": "Count"
},
"$:/language/TagManager/Icon/Heading": {
"title": "$:/language/TagManager/Icon/Heading",
"text": "Icon"
},
"$:/language/TagManager/Info/Heading": {
"title": "$:/language/TagManager/Info/Heading",
"text": "Info"
},
"$:/language/TagManager/Tag/Heading": {
"title": "$:/language/TagManager/Tag/Heading",
"text": "Tag"
},
"$:/language/Tiddler/DateFormat": {
"title": "$:/language/Tiddler/DateFormat",
"text": "DDth MMM YYYY at hh12:0mmam"
},
"$:/language/UnsavedChangesWarning": {
"title": "$:/language/UnsavedChangesWarning",
"text": "You have unsaved changes in TiddlyWiki"
},
"$:/language/Yes": {
"title": "$:/language/Yes",
"text": "Yes"
},
"$:/language/Modals/Download": {
"title": "$:/language/Modals/Download",
"subtitle": "Download changes",
"footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
"help": "https://tiddlywiki.com/static/DownloadingChanges.html",
"text": "Your browser only supports manual saving.\n\nTo save your modified wiki, right click on the download link below and select \"Download file\" or \"Save file\", and then choose the folder and filename.\n\n//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognisable name -- you may need to rename the file to include an `.html` extension before you can do anything useful with it.//\n\nOn smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.\n"
},
"$:/language/Modals/SaveInstructions": {
"title": "$:/language/Modals/SaveInstructions",
"subtitle": "Save your work",
"footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
"help": "https://tiddlywiki.com/static/SavingChanges.html",
"text": "Your changes to this wiki need to be saved as a ~TiddlyWiki HTML file.\n\n!!! Desktop browsers\n\n# Select ''Save As'' from the ''File'' menu\n# Choose a filename and location\n#* Some browsers also require you to explicitly specify the file saving format as ''Webpage, HTML only'' or similar\n# Close this tab\n\n!!! Smartphone browsers\n\n# Create a bookmark to this page\n#* If you've got iCloud or Google Sync set up then the bookmark will automatically sync to your desktop where you can open it and save it as above\n# Close this tab\n\n//If you open the bookmark again in Mobile Safari you will see this message again. If you want to go ahead and use the file, just click the ''close'' button below//\n"
},
"$:/config/NewJournal/Title": {
"title": "$:/config/NewJournal/Title",
"text": "DDth MMM YYYY"
},
"$:/config/NewJournal/Text": {
"title": "$:/config/NewJournal/Text",
"text": ""
},
"$:/config/NewJournal/Tags": {
"title": "$:/config/NewJournal/Tags",
"text": "Journal"
},
"$:/language/Notifications/Save/Done": {
"title": "$:/language/Notifications/Save/Done",
"text": "Saved wiki"
},
"$:/language/Notifications/Save/Starting": {
"title": "$:/language/Notifications/Save/Starting",
"text": "Starting to save wiki"
},
"$:/language/Notifications/CopiedToClipboard/Succeeded": {
"title": "$:/language/Notifications/CopiedToClipboard/Succeeded",
"text": "Copied to clipboard!"
},
"$:/language/Notifications/CopiedToClipboard/Failed": {
"title": "$:/language/Notifications/CopiedToClipboard/Failed",
"text": "Failed to copy to clipboard!"
},
"$:/language/Search/DefaultResults/Caption": {
"title": "$:/language/Search/DefaultResults/Caption",
"text": "List"
},
"$:/language/Search/Filter/Caption": {
"title": "$:/language/Search/Filter/Caption",
"text": "Filter"
},
"$:/language/Search/Filter/Hint": {
"title": "$:/language/Search/Filter/Hint",
"text": "Search via a [[filter expression|https://tiddlywiki.com/static/Filters.html]]"
},
"$:/language/Search/Filter/Matches": {
"title": "$:/language/Search/Filter/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Matches": {
"title": "$:/language/Search/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Matches/All": {
"title": "$:/language/Search/Matches/All",
"text": "All matches:"
},
"$:/language/Search/Matches/Title": {
"title": "$:/language/Search/Matches/Title",
"text": "Title matches:"
},
"$:/language/Search/Search": {
"title": "$:/language/Search/Search",
"text": "Search"
},
"$:/language/Search/Search/TooShort": {
"title": "$:/language/Search/Search/TooShort",
"text": "Search text too short"
},
"$:/language/Search/Shadows/Caption": {
"title": "$:/language/Search/Shadows/Caption",
"text": "Shadows"
},
"$:/language/Search/Shadows/Hint": {
"title": "$:/language/Search/Shadows/Hint",
"text": "Search for shadow tiddlers"
},
"$:/language/Search/Shadows/Matches": {
"title": "$:/language/Search/Shadows/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Standard/Caption": {
"title": "$:/language/Search/Standard/Caption",
"text": "Standard"
},
"$:/language/Search/Standard/Hint": {
"title": "$:/language/Search/Standard/Hint",
"text": "Search for standard tiddlers"
},
"$:/language/Search/Standard/Matches": {
"title": "$:/language/Search/Standard/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/System/Caption": {
"title": "$:/language/Search/System/Caption",
"text": "System"
},
"$:/language/Search/System/Hint": {
"title": "$:/language/Search/System/Hint",
"text": "Search for system tiddlers"
},
"$:/language/Search/System/Matches": {
"title": "$:/language/Search/System/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/SideBar/All/Caption": {
"title": "$:/language/SideBar/All/Caption",
"text": "All"
},
"$:/language/SideBar/Contents/Caption": {
"title": "$:/language/SideBar/Contents/Caption",
"text": "Contents"
},
"$:/language/SideBar/Drafts/Caption": {
"title": "$:/language/SideBar/Drafts/Caption",
"text": "Drafts"
},
"$:/language/SideBar/Explorer/Caption": {
"title": "$:/language/SideBar/Explorer/Caption",
"text": "Explorer"
},
"$:/language/SideBar/Missing/Caption": {
"title": "$:/language/SideBar/Missing/Caption",
"text": "Missing"
},
"$:/language/SideBar/More/Caption": {
"title": "$:/language/SideBar/More/Caption",
"text": "More"
},
"$:/language/SideBar/Open/Caption": {
"title": "$:/language/SideBar/Open/Caption",
"text": "Open"
},
"$:/language/SideBar/Orphans/Caption": {
"title": "$:/language/SideBar/Orphans/Caption",
"text": "Orphans"
},
"$:/language/SideBar/Recent/Caption": {
"title": "$:/language/SideBar/Recent/Caption",
"text": "Recent"
},
"$:/language/SideBar/Shadows/Caption": {
"title": "$:/language/SideBar/Shadows/Caption",
"text": "Shadows"
},
"$:/language/SideBar/System/Caption": {
"title": "$:/language/SideBar/System/Caption",
"text": "System"
},
"$:/language/SideBar/Tags/Caption": {
"title": "$:/language/SideBar/Tags/Caption",
"text": "Tags"
},
"$:/language/SideBar/Tags/Untagged/Caption": {
"title": "$:/language/SideBar/Tags/Untagged/Caption",
"text": "untagged"
},
"$:/language/SideBar/Tools/Caption": {
"title": "$:/language/SideBar/Tools/Caption",
"text": "Tools"
},
"$:/language/SideBar/Types/Caption": {
"title": "$:/language/SideBar/Types/Caption",
"text": "Types"
},
"$:/SiteSubtitle": {
"title": "$:/SiteSubtitle",
"text": "a non-linear personal web notebook"
},
"$:/SiteTitle": {
"title": "$:/SiteTitle",
"text": "My ~TiddlyWiki"
},
"$:/language/Snippets/ListByTag": {
"title": "$:/language/Snippets/ListByTag",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "List of tiddlers by tag",
"text": "<<list-links \"[tag[task]sort[title]]\">>\n"
},
"$:/language/Snippets/MacroDefinition": {
"title": "$:/language/Snippets/MacroDefinition",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "Macro definition",
"text": "\\define macroName(param1:\"default value\",param2)\nText of the macro\n\\end\n"
},
"$:/language/Snippets/Table4x3": {
"title": "$:/language/Snippets/Table4x3",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "Table with 4 columns by 3 rows",
"text": "|! |!Alpha |!Beta |!Gamma |!Delta |\n|!One | | | | |\n|!Two | | | | |\n|!Three | | | | |\n"
},
"$:/language/Snippets/TableOfContents": {
"title": "$:/language/Snippets/TableOfContents",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "Table of Contents",
"text": "<div class=\"tc-table-of-contents\">\n\n<<toc-selective-expandable 'TableOfContents'>>\n\n</div>"
},
"$:/language/ThemeTweaks/ThemeTweaks": {
"title": "$:/language/ThemeTweaks/ThemeTweaks",
"text": "Theme Tweaks"
},
"$:/language/ThemeTweaks/ThemeTweaks/Hint": {
"title": "$:/language/ThemeTweaks/ThemeTweaks/Hint",
"text": "You can tweak certain aspects of the ''Vanilla'' theme."
},
"$:/language/ThemeTweaks/Options": {
"title": "$:/language/ThemeTweaks/Options",
"text": "Options"
},
"$:/language/ThemeTweaks/Options/SidebarLayout": {
"title": "$:/language/ThemeTweaks/Options/SidebarLayout",
"text": "Sidebar layout"
},
"$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid": {
"title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid",
"text": "Fixed story, fluid sidebar"
},
"$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed": {
"title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed",
"text": "Fluid story, fixed sidebar"
},
"$:/language/ThemeTweaks/Options/StickyTitles": {
"title": "$:/language/ThemeTweaks/Options/StickyTitles",
"text": "Sticky titles"
},
"$:/language/ThemeTweaks/Options/StickyTitles/Hint": {
"title": "$:/language/ThemeTweaks/Options/StickyTitles/Hint",
"text": "Causes tiddler titles to \"stick\" to the top of the browser window"
},
"$:/language/ThemeTweaks/Options/CodeWrapping": {
"title": "$:/language/ThemeTweaks/Options/CodeWrapping",
"text": "Wrap long lines in code blocks"
},
"$:/language/ThemeTweaks/Settings": {
"title": "$:/language/ThemeTweaks/Settings",
"text": "Settings"
},
"$:/language/ThemeTweaks/Settings/FontFamily": {
"title": "$:/language/ThemeTweaks/Settings/FontFamily",
"text": "Font family"
},
"$:/language/ThemeTweaks/Settings/CodeFontFamily": {
"title": "$:/language/ThemeTweaks/Settings/CodeFontFamily",
"text": "Code font family"
},
"$:/language/ThemeTweaks/Settings/EditorFontFamily": {
"title": "$:/language/ThemeTweaks/Settings/EditorFontFamily",
"text": "Editor font family"
},
"$:/language/ThemeTweaks/Settings/BackgroundImage": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImage",
"text": "Page background image"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment",
"text": "Page background image attachment"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll",
"text": "Scroll with tiddlers"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed",
"text": "Fixed to window"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize",
"text": "Page background image size"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto",
"text": "Auto"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover",
"text": "Cover"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain",
"text": "Contain"
},
"$:/language/ThemeTweaks/Metrics": {
"title": "$:/language/ThemeTweaks/Metrics",
"text": "Sizes"
},
"$:/language/ThemeTweaks/Metrics/FontSize": {
"title": "$:/language/ThemeTweaks/Metrics/FontSize",
"text": "Font size"
},
"$:/language/ThemeTweaks/Metrics/LineHeight": {
"title": "$:/language/ThemeTweaks/Metrics/LineHeight",
"text": "Line height"
},
"$:/language/ThemeTweaks/Metrics/BodyFontSize": {
"title": "$:/language/ThemeTweaks/Metrics/BodyFontSize",
"text": "Font size for tiddler body"
},
"$:/language/ThemeTweaks/Metrics/BodyLineHeight": {
"title": "$:/language/ThemeTweaks/Metrics/BodyLineHeight",
"text": "Line height for tiddler body"
},
"$:/language/ThemeTweaks/Metrics/StoryLeft": {
"title": "$:/language/ThemeTweaks/Metrics/StoryLeft",
"text": "Story left position"
},
"$:/language/ThemeTweaks/Metrics/StoryLeft/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryLeft/Hint",
"text": "how far the left margin of the story river<br>(tiddler area) is from the left of the page"
},
"$:/language/ThemeTweaks/Metrics/StoryTop": {
"title": "$:/language/ThemeTweaks/Metrics/StoryTop",
"text": "Story top position"
},
"$:/language/ThemeTweaks/Metrics/StoryTop/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryTop/Hint",
"text": "how far the top margin of the story river<br>is from the top of the page"
},
"$:/language/ThemeTweaks/Metrics/StoryRight": {
"title": "$:/language/ThemeTweaks/Metrics/StoryRight",
"text": "Story right"
},
"$:/language/ThemeTweaks/Metrics/StoryRight/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryRight/Hint",
"text": "how far the left margin of the sidebar <br>is from the left of the page"
},
"$:/language/ThemeTweaks/Metrics/StoryWidth": {
"title": "$:/language/ThemeTweaks/Metrics/StoryWidth",
"text": "Story width"
},
"$:/language/ThemeTweaks/Metrics/StoryWidth/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryWidth/Hint",
"text": "the overall width of the story river"
},
"$:/language/ThemeTweaks/Metrics/TiddlerWidth": {
"title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth",
"text": "Tiddler width"
},
"$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint",
"text": "within the story river"
},
"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint",
"text": "Sidebar breakpoint"
},
"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint",
"text": "the minimum page width at which the story<br>river and sidebar will appear side by side"
},
"$:/language/ThemeTweaks/Metrics/SidebarWidth": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarWidth",
"text": "Sidebar width"
},
"$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint",
"text": "the width of the sidebar in fluid-fixed layout"
},
"$:/language/TiddlerInfo/Advanced/Caption": {
"title": "$:/language/TiddlerInfo/Advanced/Caption",
"text": "Advanced"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint",
"text": "none"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Heading": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading",
"text": "Plugin Details"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint",
"text": "This plugin contains the following shadow tiddlers:"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading",
"text": "Shadow Status"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint",
"text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is not a shadow tiddler"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint",
"text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is a shadow tiddler"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source",
"text": "It is defined in the plugin <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$link>"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint",
"text": "It is overridden by an ordinary tiddler"
},
"$:/language/TiddlerInfo/Fields/Caption": {
"title": "$:/language/TiddlerInfo/Fields/Caption",
"text": "Fields"
},
"$:/language/TiddlerInfo/List/Caption": {
"title": "$:/language/TiddlerInfo/List/Caption",
"text": "List"
},
"$:/language/TiddlerInfo/List/Empty": {
"title": "$:/language/TiddlerInfo/List/Empty",
"text": "This tiddler does not have a list"
},
"$:/language/TiddlerInfo/Listed/Caption": {
"title": "$:/language/TiddlerInfo/Listed/Caption",
"text": "Listed"
},
"$:/language/TiddlerInfo/Listed/Empty": {
"title": "$:/language/TiddlerInfo/Listed/Empty",
"text": "This tiddler is not listed by any others"
},
"$:/language/TiddlerInfo/References/Caption": {
"title": "$:/language/TiddlerInfo/References/Caption",
"text": "References"
},
"$:/language/TiddlerInfo/References/Empty": {
"title": "$:/language/TiddlerInfo/References/Empty",
"text": "No tiddlers link to this one"
},
"$:/language/TiddlerInfo/Tagging/Caption": {
"title": "$:/language/TiddlerInfo/Tagging/Caption",
"text": "Tagging"
},
"$:/language/TiddlerInfo/Tagging/Empty": {
"title": "$:/language/TiddlerInfo/Tagging/Empty",
"text": "No tiddlers are tagged with this one"
},
"$:/language/TiddlerInfo/Tools/Caption": {
"title": "$:/language/TiddlerInfo/Tools/Caption",
"text": "Tools"
},
"$:/language/Docs/Types/application/javascript": {
"title": "$:/language/Docs/Types/application/javascript",
"description": "JavaScript code",
"name": "application/javascript",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/application/json": {
"title": "$:/language/Docs/Types/application/json",
"description": "JSON data",
"name": "application/json",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/application/x-tiddler-dictionary": {
"title": "$:/language/Docs/Types/application/x-tiddler-dictionary",
"description": "Data dictionary",
"name": "application/x-tiddler-dictionary",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/image/gif": {
"title": "$:/language/Docs/Types/image/gif",
"description": "GIF image",
"name": "image/gif",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/jpeg": {
"title": "$:/language/Docs/Types/image/jpeg",
"description": "JPEG image",
"name": "image/jpeg",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/png": {
"title": "$:/language/Docs/Types/image/png",
"description": "PNG image",
"name": "image/png",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/svg+xml": {
"title": "$:/language/Docs/Types/image/svg+xml",
"description": "Structured Vector Graphics image",
"name": "image/svg+xml",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/x-icon": {
"title": "$:/language/Docs/Types/image/x-icon",
"description": "ICO format icon file",
"name": "image/x-icon",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/text/css": {
"title": "$:/language/Docs/Types/text/css",
"description": "Static stylesheet",
"name": "text/css",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/text/html": {
"title": "$:/language/Docs/Types/text/html",
"description": "HTML markup",
"name": "text/html",
"group": "Text",
"group-sort": "0"
},
"$:/language/Docs/Types/text/plain": {
"title": "$:/language/Docs/Types/text/plain",
"description": "Plain text",
"name": "text/plain",
"group": "Text",
"group-sort": "0"
},
"$:/language/Docs/Types/text/vnd.tiddlywiki": {
"title": "$:/language/Docs/Types/text/vnd.tiddlywiki",
"description": "TiddlyWiki 5",
"name": "text/vnd.tiddlywiki",
"group": "Text",
"group-sort": "0"
},
"$:/language/Docs/Types/text/x-tiddlywiki": {
"title": "$:/language/Docs/Types/text/x-tiddlywiki",
"description": "TiddlyWiki Classic",
"name": "text/x-tiddlywiki",
"group": "Text",
"group-sort": "0"
},
"$:/languages/en-GB/icon": {
"title": "$:/languages/en-GB/icon",
"type": "image/svg+xml",
"text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 30\" width=\"1200\" height=\"600\">\n<clipPath id=\"t\">\n\t<path d=\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\"/>\n</clipPath>\n<path d=\"M0,0 v30 h60 v-30 z\" fill=\"#00247d\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" stroke=\"#fff\" stroke-width=\"6\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" clip-path=\"url(#t)\" stroke=\"#cf142b\" stroke-width=\"4\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#fff\" stroke-width=\"10\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#cf142b\" stroke-width=\"6\"/>\n</svg>\n"
},
"$:/languages/en-GB": {
"title": "$:/languages/en-GB",
"name": "en-GB",
"description": "English (British)",
"author": "JeremyRuston",
"core-version": ">=5.0.0\"",
"text": "Stub pseudo-plugin for the default language"
},
"$:/core/modules/commander.js": {
"title": "$:/core/modules/commander.js",
"text": "/*\\\ntitle: $:/core/modules/commander.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Commander class is a command interpreter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a sequence of commands\n\tcommandTokens: an array of command string tokens\n\twiki: reference to the wiki store object\n\tstreams: {output:, error:}, each of which has a write(string) method\n\tcallback: a callback invoked as callback(err) where err is null if there was no error\n*/\nvar Commander = function(commandTokens,callback,wiki,streams) {\n\tvar path = require(\"path\");\n\tthis.commandTokens = commandTokens;\n\tthis.nextToken = 0;\n\tthis.callback = callback;\n\tthis.wiki = wiki;\n\tthis.streams = streams;\n\tthis.outputPath = path.resolve($tw.boot.wikiPath,$tw.config.wikiOutputSubDir);\n};\n\n/*\nLog a string if verbose flag is set\n*/\nCommander.prototype.log = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str + \"\\n\");\n\t}\n};\n\n/*\nWrite a string if verbose flag is set\n*/\nCommander.prototype.write = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str);\n\t}\n};\n\n/*\nAdd a string of tokens to the command queue\n*/\nCommander.prototype.addCommandTokens = function(commandTokens) {\n\tvar params = commandTokens.slice(0);\n\tparams.unshift(0);\n\tparams.unshift(this.nextToken);\n\tArray.prototype.splice.apply(this.commandTokens,params);\n};\n\n/*\nExecute the sequence of commands and invoke a callback on completion\n*/\nCommander.prototype.execute = function() {\n\tthis.executeNextCommand();\n};\n\n/*\nExecute the next command in the sequence\n*/\nCommander.prototype.executeNextCommand = function() {\n\tvar self = this;\n\t// Invoke the callback if there are no more commands\n\tif(this.nextToken >= this.commandTokens.length) {\n\t\tthis.callback(null);\n\t} else {\n\t\t// Get and check the command token\n\t\tvar commandName = this.commandTokens[this.nextToken++];\n\t\tif(commandName.substr(0,2) !== \"--\") {\n\t\t\tthis.callback(\"Missing command: \" + commandName);\n\t\t} else {\n\t\t\tcommandName = commandName.substr(2); // Trim off the --\n\t\t\t// Accumulate the parameters to the command\n\t\t\tvar params = [];\n\t\t\twhile(this.nextToken < this.commandTokens.length && \n\t\t\t\tthis.commandTokens[this.nextToken].substr(0,2) !== \"--\") {\n\t\t\t\tparams.push(this.commandTokens[this.nextToken++]);\n\t\t\t}\n\t\t\t// Get the command info\n\t\t\tvar command = $tw.commands[commandName],\n\t\t\t\tc,err;\n\t\t\tif(!command) {\n\t\t\t\tthis.callback(\"Unknown command: \" + commandName);\n\t\t\t} else {\n\t\t\t\tif(this.verbose) {\n\t\t\t\t\tthis.streams.output.write(\"Executing command: \" + commandName + \" \" + params.join(\" \") + \"\\n\");\n\t\t\t\t}\n\t\t\t\t// Parse named parameters if required\n\t\t\t\tif(command.info.namedParameterMode) {\n\t\t\t\t\tparams = this.extractNamedParameters(params,command.info.mandatoryParameters);\n\t\t\t\t\tif(typeof params === \"string\") {\n\t\t\t\t\t\treturn this.callback(params);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(command.info.synchronous) {\n\t\t\t\t\t// Synchronous command\n\t\t\t\t\tc = new command.Command(params,this);\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.executeNextCommand();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Asynchronous command\n\t\t\t\t\tc = new command.Command(params,this,function(err) {\n\t\t\t\t\t\tif(err) {\n\t\t\t\t\t\t\tself.callback(err);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself.executeNextCommand();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nGiven an array of parameter strings `params` in name:value format, and an array of mandatory parameter names in `mandatoryParameters`, returns a hashmap of values or a string if error\n*/\nCommander.prototype.extractNamedParameters = function(params,mandatoryParameters) {\n\tmandatoryParameters = mandatoryParameters || [];\n\tvar errors = [],\n\t\tparamsByName = Object.create(null);\n\t// Extract the parameters\n\t$tw.utils.each(params,function(param) {\n\t\tvar index = param.indexOf(\"=\");\n\t\tif(index < 1) {\n\t\t\terrors.push(\"malformed named parameter: '\" + param + \"'\");\n\t\t}\n\t\tparamsByName[param.slice(0,index)] = $tw.utils.trim(param.slice(index+1));\n\t});\n\t// Check the mandatory parameters are present\n\t$tw.utils.each(mandatoryParameters,function(mandatoryParameter) {\n\t\tif(!$tw.utils.hop(paramsByName,mandatoryParameter)) {\n\t\t\terrors.push(\"missing mandatory parameter: '\" + mandatoryParameter + \"'\");\n\t\t}\n\t});\n\t// Return any errors\n\tif(errors.length > 0) {\n\t\treturn errors.join(\" and\\n\");\n\t} else {\n\t\treturn paramsByName;\t\t\n\t}\n};\n\nCommander.initCommands = function(moduleType) {\n\tmoduleType = moduleType || \"command\";\n\t$tw.commands = {};\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tvar c = $tw.commands[module.info.name] = {};\n\t\t// Add the methods defined by the module\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\tc[f] = module[f];\n\t\t\t}\n\t\t}\n\t});\n};\n\nexports.Commander = Commander;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/commands/build.js": {
"title": "$:/core/modules/commands/build.js",
"text": "/*\\\ntitle: $:/core/modules/commands/build.js\ntype: application/javascript\nmodule-type: command\n\nCommand to build a build target\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"build\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\t// Get the build targets defined in the wiki\n\tvar buildTargets = $tw.boot.wikiInfo.build;\n\tif(!buildTargets) {\n\t\treturn \"No build targets defined\";\n\t}\n\t// Loop through each of the specified targets\n\tvar targets;\n\tif(this.params.length > 0) {\n\t\ttargets = this.params;\n\t} else {\n\t\ttargets = Object.keys(buildTargets);\n\t}\n\tfor(var targetIndex=0; targetIndex<targets.length; targetIndex++) {\n\t\tvar target = targets[targetIndex],\n\t\t\tcommands = buildTargets[target];\n\t\tif(!commands) {\n\t\t\treturn \"Build target '\" + target + \"' not found\";\n\t\t}\n\t\t// Add the commands to the queue\n\t\tthis.commander.addCommandTokens(commands);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/clearpassword.js": {
"title": "$:/core/modules/commands/clearpassword.js",
"text": "/*\\\ntitle: $:/core/modules/commands/clearpassword.js\ntype: application/javascript\nmodule-type: command\n\nClear password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"clearpassword\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\t$tw.crypto.setPassword(null);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/editions.js": {
"title": "$:/core/modules/commands/editions.js",
"text": "/*\\\ntitle: $:/core/modules/commands/editions.js\ntype: application/javascript\nmodule-type: command\n\nCommand to list the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"editions\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\t// Output the list\n\tthis.commander.streams.output.write(\"Available editions:\\n\\n\");\n\tvar editionInfo = $tw.utils.getEditionInfo();\n\t$tw.utils.each(editionInfo,function(info,name) {\n\t\tself.commander.streams.output.write(\" \" + name + \": \" + info.description + \"\\n\");\n\t});\n\tthis.commander.streams.output.write(\"\\n\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/fetch.js": {
"title": "$:/core/modules/commands/fetch.js",
"text": "/*\\\ntitle: $:/core/modules/commands/fetch.js\ntype: application/javascript\nmodule-type: command\n\nCommands to fetch external tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"fetch\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing subcommand and url\";\n\t}\n\tswitch(this.params[0]) {\n\t\tcase \"raw-file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turl: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turl: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"raw-files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t}\n\treturn null;\n};\n\nCommand.prototype.fetchFiles = function(options) {\n\tvar self = this;\n\t// Get the list of URLs\n\tvar urls;\n\tif(options.url) {\n\t\turls = [options.url]\n\t} else if(options.urlFilter) {\n\t\turls = $tw.wiki.filterTiddlers(options.urlFilter);\n\t} else {\n\t\treturn \"Missing URL\";\n\t}\n\t// Process each URL in turn\n\tvar next = 0;\n\tvar getNextFile = function(err) {\n\t\tif(err) {\n\t\t\treturn options.callback(err);\n\t\t}\n\t\tif(next < urls.length) {\n\t\t\tself.fetchFile(urls[next++],options,getNextFile);\n\t\t} else {\n\t\t\toptions.callback(null);\n\t\t}\n\t};\n\tgetNextFile(null);\n\t// Success\n\treturn null;\n};\n\nCommand.prototype.fetchFile = function(url,options,callback,redirectCount) {\n\tif(redirectCount > 10) {\n\t\treturn callback(\"Error too many redirects retrieving \" + url);\n\t}\n\tvar self = this,\n\t\tlib = url.substr(0,8) === \"https://\" ? require(\"https\") : require(\"http\");\n\tlib.get(url).on(\"response\",function(response) {\n\t var type = (response.headers[\"content-type\"] || \"\").split(\";\")[0],\n\t \tdata = [];\n\t self.commander.write(\"Reading \" + url + \": \");\n\t response.on(\"data\",function(chunk) {\n\t data.push(chunk);\n\t self.commander.write(\".\");\n\t });\n\t response.on(\"end\",function() {\n\t self.commander.write(\"\\n\");\n\t if(response.statusCode === 200) {\n\t\t self.processBody(Buffer.concat(data),type,options,url);\n\t\t callback(null);\n\t } else {\n\t \tif(response.statusCode === 302 || response.statusCode === 303 || response.statusCode === 307) {\n\t \t\treturn self.fetchFile(response.headers.location,options,callback,redirectCount + 1);\n\t \t} else {\n\t\t \treturn callback(\"Error \" + response.statusCode + \" retrieving \" + url)\t \t\t\n\t \t}\n\t }\n\t \t});\n\t \tresponse.on(\"error\",function(e) {\n\t\t\tconsole.log(\"Error on GET request: \" + e);\n\t\t\tcallback(e);\n\t \t});\n\t});\n\treturn null;\n};\n\nCommand.prototype.processBody = function(body,type,options,url) {\n\tvar self = this;\n\t// Collect the tiddlers in a wiki\n\tvar incomingWiki = new $tw.Wiki();\n\tif(options.raw) {\n\t\tvar typeInfo = type ? $tw.config.contentTypeInfo[type] : null,\n\t\t\tencoding = typeInfo ? typeInfo.encoding : \"utf8\";\n\t\tincomingWiki.addTiddler(new $tw.Tiddler({\n\t\t\ttitle: url,\n\t\t\ttype: type,\n\t\t\ttext: body.toString(encoding)\n\t\t}));\n\t} else {\n\t\t// Deserialise the file to extract the tiddlers\n\t\tvar tiddlers = this.commander.wiki.deserializeTiddlers(type || \"text/html\",body.toString(\"utf8\"),{});\n\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\tincomingWiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t});\n\t}\n\t// Filter the tiddlers to select the ones we want\n\tvar filteredTitles = incomingWiki.filterTiddlers(options.importFilter || \"[all[tiddlers]]\");\n\t// Import the selected tiddlers\n\tvar count = 0;\n\tincomingWiki.each(function(tiddler,title) {\n\t\tif(filteredTitles.indexOf(title) !== -1) {\n\t\t\tvar newTiddler;\n\t\t\tif(options.transformFilter) {\n\t\t\t\tvar transformedTitle = (incomingWiki.filterTiddlers(options.transformFilter,null,self.commander.wiki.makeTiddlerIterator([title])) || [\"\"])[0];\n\t\t\t\tif(transformedTitle) {\n\t\t\t\t\tself.commander.log(\"Importing \" + title + \" as \" + transformedTitle)\n\t\t\t\t\tnewTiddler = new $tw.Tiddler(tiddler,{title: transformedTitle});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.commander.log(\"Importing \" + title)\n\t\t\t\tnewTiddler = tiddler;\n\t\t\t}\n\t\t\tself.commander.wiki.importTiddler(newTiddler);\n\t\t\tcount++;\n\t\t}\n\t});\n\tself.commander.log(\"Imported \" + count + \" tiddlers\")\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/help.js": {
"title": "$:/core/modules/commands/help.js",
"text": "/*\\\ntitle: $:/core/modules/commands/help.js\ntype: application/javascript\nmodule-type: command\n\nHelp command\n\n\\*/\n(function(){\n\n/*jshint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"help\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar subhelp = this.params[0] || \"default\",\n\t\thelpBase = \"$:/language/Help/\",\n\t\ttext;\n\tif(!this.commander.wiki.getTiddler(helpBase + subhelp)) {\n\t\tsubhelp = \"notfound\";\n\t}\n\t// Wikify the help as formatted text (ie block elements generate newlines)\n\ttext = this.commander.wiki.renderTiddler(\"text/plain-formatted\",helpBase + subhelp);\n\t// Remove any leading linebreaks\n\ttext = text.replace(/^(\\r?\\n)*/g,\"\");\n\tthis.commander.streams.output.write(text);\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/import.js": {
"title": "$:/core/modules/commands/import.js",
"text": "/*\\\ntitle: $:/core/modules/commands/import.js\ntype: application/javascript\nmodule-type: command\n\nCommand to import tiddlers from a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"import\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 2) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar filename = self.params[0],\n\t\tdeserializer = self.params[1],\n\t\ttitle = self.params[2] || filename,\n\t\tencoding = self.params[3] || \"utf8\",\n\t\ttext = fs.readFileSync(filename,encoding),\n\t\ttiddlers = this.commander.wiki.deserializeTiddlers(null,text,{title: title},{deserializer: deserializer});\n\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t});\n\tthis.commander.log(tiddlers.length + \" tiddler(s) imported\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/init.js": {
"title": "$:/core/modules/commands/init.js",
"text": "/*\\\ntitle: $:/core/modules/commands/init.js\ntype: application/javascript\nmodule-type: command\n\nCommand to initialise an empty wiki folder\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"init\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\t// Check that we don't already have a valid wiki folder\n\tif($tw.boot.wikiTiddlersPath || ($tw.utils.isDirectory($tw.boot.wikiPath) && !$tw.utils.isDirectoryEmpty($tw.boot.wikiPath))) {\n\t\treturn \"Wiki folder is not empty\";\n\t}\n\t// Loop through each of the specified editions\n\tvar editions = this.params.length > 0 ? this.params : [\"empty\"];\n\tfor(var editionIndex=0; editionIndex<editions.length; editionIndex++) {\n\t\tvar editionName = editions[editionIndex];\n\t\t// Check the edition exists\n\t\tvar editionPath = $tw.findLibraryItem(editionName,$tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar));\n\t\tif(!$tw.utils.isDirectory(editionPath)) {\n\t\t\treturn \"Edition '\" + editionName + \"' not found\";\n\t\t}\n\t\t// Copy the edition content\n\t\tvar err = $tw.utils.copyDirectory(editionPath,$tw.boot.wikiPath);\n\t\tif(!err) {\n\t\t\tthis.commander.streams.output.write(\"Copied edition '\" + editionName + \"' to \" + $tw.boot.wikiPath + \"\\n\");\n\t\t} else {\n\t\t\treturn err;\n\t\t}\n\t}\n\t// Tweak the tiddlywiki.info to remove any included wikis\n\tvar packagePath = $tw.boot.wikiPath + \"/tiddlywiki.info\",\n\t\tpackageJson = JSON.parse(fs.readFileSync(packagePath));\n\tdelete packageJson.includeWikis;\n\tfs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/listen.js": {
"title": "$:/core/modules/commands/listen.js",
"text": "/*\\\ntitle: $:/core/modules/commands/listen.js\ntype: application/javascript\nmodule-type: command\n\nListen for HTTP requests and serve tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"listen\",\n\tsynchronous: true,\n\tnamedParameterMode: true,\n\tmandatoryParameters: [],\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: self.params\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/load.js": {
"title": "$:/core/modules/commands/load.js",
"text": "/*\\\ntitle: $:/core/modules/commands/load.js\ntype: application/javascript\nmodule-type: command\n\nCommand to load tiddlers from a file or directory\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"load\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar tiddlers = $tw.loadTiddlersFromPath(self.params[0]),\n\t\tcount = 0;\n\t$tw.utils.each(tiddlers,function(tiddlerInfo) {\n\t\t$tw.utils.each(tiddlerInfo.tiddlers,function(tiddler) {\n\t\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t\t\tcount++;\n\t\t});\n\t});\n\tif(!count) {\n\t\tself.callback(\"No tiddlers found in file \\\"\" + self.params[0] + \"\\\"\");\n\t} else {\n\t\tself.callback(null);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/makelibrary.js": {
"title": "$:/core/modules/commands/makelibrary.js",
"text": "/*\\\ntitle: $:/core/modules/commands/makelibrary.js\ntype: application/javascript\nmodule-type: command\n\nCommand to pack all of the plugins in the library into a plugin tiddler of type \"library\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"makelibrary\",\n\tsynchronous: true\n};\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar wiki = this.commander.wiki,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tupgradeLibraryTitle = this.params[0] || UPGRADE_LIBRARY_TITLE,\n\t\ttiddlers = {};\n\t// Collect up the library plugins\n\tvar collectPlugins = function(folder) {\n\t\t\tvar pluginFolders = fs.readdirSync(folder);\n\t\t\tfor(var p=0; p<pluginFolders.length; p++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(pluginFolders[p])) {\n\t\t\t\t\tpluginFields = $tw.loadPluginFolder(path.resolve(folder,\"./\" + pluginFolders[p]));\n\t\t\t\t\tif(pluginFields && pluginFields.title) {\n\t\t\t\t\t\ttiddlers[pluginFields.title] = pluginFields;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tcollectPublisherPlugins = function(folder) {\n\t\t\tvar publisherFolders = fs.readdirSync(folder);\n\t\t\tfor(var t=0; t<publisherFolders.length; t++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(publisherFolders[t])) {\n\t\t\t\t\tcollectPlugins(path.resolve(folder,\"./\" + publisherFolders[t]));\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\tcollectPublisherPlugins(path.resolve($tw.boot.corePath,$tw.config.pluginsPath));\n\tcollectPublisherPlugins(path.resolve($tw.boot.corePath,$tw.config.themesPath));\n\tcollectPlugins(path.resolve($tw.boot.corePath,$tw.config.languagesPath));\n\t// Save the upgrade library tiddler\n\tvar pluginFields = {\n\t\ttitle: upgradeLibraryTitle,\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"library\",\n\t\t\"text\": JSON.stringify({tiddlers: tiddlers},null,$tw.config.preferences.jsonSpaces)\n\t};\n\twiki.addTiddler(new $tw.Tiddler(pluginFields));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/output.js": {
"title": "$:/core/modules/commands/output.js",
"text": "/*\\\ntitle: $:/core/modules/commands/output.js\ntype: application/javascript\nmodule-type: command\n\nCommand to set the default output location (defaults to current working directory)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"output\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing output path\";\n\t}\n\tthis.commander.outputPath = path.resolve(process.cwd(),this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/password.js": {
"title": "$:/core/modules/commands/password.js",
"text": "/*\\\ntitle: $:/core/modules/commands/password.js\ntype: application/javascript\nmodule-type: command\n\nSave password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"password\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing password\";\n\t}\n\t$tw.crypto.setPassword(this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/render.js": {
"title": "$:/core/modules/commands/render.js",
"text": "/*\\\ntitle: $:/core/modules/commands/render.js\ntype: application/javascript\nmodule-type: command\n\nRender individual tiddlers and save the results to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"render\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing tiddler filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]addsuffix[.html]]\",\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tvarName = this.params[4],\n\t\tvarValue = this.params[5],\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template || title),\n\t\t\tvariables = {currentTiddler: title};\n\t\tif(varName) {\n\t\t\tvariables[varName] = varValue || \"\";\n\t\t}\n\t\tvar widgetNode = wiki.makeWidget(parser,{variables: variables}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Rendering \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/rendertiddler.js": {
"title": "$:/core/modules/commands/rendertiddler.js",
"text": "/*\\\ntitle: $:/core/modules/commands/rendertiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render a tiddler and save it to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"rendertiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tname = this.params[4],\n\t\tvalue = this.params[5],\n\t\tvariables = {};\n\t$tw.utils.createFileDirectories(filename);\n\tif(template) {\n\t\tvariables.currentTiddler = title;\n\t\ttitle = template;\n\t}\n\tif(name && value) {\n\t\tvariables[name] = value;\n\t}\n\tfs.writeFile(filename,this.commander.wiki.renderTiddler(type,title,{variables: variables}),\"utf8\",function(err) {\n\t\tself.callback(err);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/rendertiddlers.js": {
"title": "$:/core/modules/commands/rendertiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/rendertiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"rendertiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttemplate = this.params[1],\n\t\toutputPath = this.commander.outputPath,\n\t\tpathname = path.resolve(outputPath,this.params[2]),\t\t\n\t\ttype = this.params[3] || \"text/html\",\n\t\textension = this.params[4] || \".html\",\n\t\tdeleteDirectory = (this.params[5] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template),\n\t\t\twidgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\texportPath = null;\n\t\tif($tw.utils.hop($tw.macros,\"tv-get-export-path\")) {\n\t\t\tvar macroPath = $tw.macros[\"tv-get-export-path\"].run.apply(self,[title]);\n\t\t\tif(macroPath) {\n\t\t\t\texportPath = path.resolve(outputPath,macroPath + extension);\n\t\t\t}\n\t\t}\n\t\tvar finalPath = exportPath || path.resolve(pathname,encodeURIComponent(title) + extension);\n\t\t$tw.utils.createFileDirectories(finalPath);\n\t\tfs.writeFileSync(finalPath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/save.js": {
"title": "$:/core/modules/commands/save.js",
"text": "/*\\\ntitle: $:/core/modules/commands/save.js\ntype: application/javascript\nmodule-type: command\n\nSaves individual tiddlers in their raw text or binary format to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"save\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]]\",\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Saving \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savelibrarytiddlers.js": {
"title": "$:/core/modules/commands/savelibrarytiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savelibrarytiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the subtiddlers of a bundle tiddler as a series of JSON files\n\n--savelibrarytiddlers <tiddler> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\n\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\n\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savelibrarytiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tcontainerTitle = this.params[0],\n\t\tfilter = this.params[1],\n\t\tbasepath = this.params[2],\n\t\tskinnyListTitle = this.params[3];\n\t// Get the container tiddler as data\n\tvar containerData = self.commander.wiki.getTiddlerDataCached(containerTitle,undefined);\n\tif(!containerData) {\n\t\treturn \"'\" + containerTitle + \"' is not a tiddler bundle\";\n\t}\n\t// Filter the list of plugins\n\tvar pluginList = [];\n\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\n\t\tpluginList.push(title);\n\t});\n\tvar filteredPluginList;\n\tif(filter) {\n\t\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\n\t} else {\n\t\tfilteredPluginList = pluginList;\n\t}\n\t// Iterate through the plugins\n\tvar skinnyList = [];\n\t$tw.utils.each(filteredPluginList,function(title) {\n\t\tvar tiddler = containerData.tiddlers[title];\n\t\t// Save each JSON file and collect the skinny data\n\t\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \".json\");\n\t\t$tw.utils.createFileDirectories(pathname);\n\t\tfs.writeFileSync(pathname,JSON.stringify(tiddler,null,$tw.config.preferences.jsonSpaces),\"utf8\");\n\t\t// Collect the skinny list data\n\t\tvar pluginTiddlers = JSON.parse(tiddler.text),\n\t\t\treadmeContent = (pluginTiddlers.tiddlers[title + \"/readme\"] || {}).text,\n\t\t\ticonTiddler = pluginTiddlers.tiddlers[title + \"/icon\"] || {},\n\t\t\ticonType = iconTiddler.type,\n\t\t\ticonText = iconTiddler.text,\n\t\t\ticonContent;\n\t\tif(iconType && iconText) {\n\t\t\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\n\t\t}\n\t\tskinnyList.push($tw.utils.extend({},tiddler,{text: undefined, readme: readmeContent, icon: iconContent}));\n\t});\n\t// Save the catalogue tiddler\n\tif(skinnyListTitle) {\n\t\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savetiddler.js": {
"title": "$:/core/modules/commands/savetiddler.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savetiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the content of a tiddler to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savetiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttiddler = this.commander.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar type = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"};\n\t\t$tw.utils.createFileDirectories(filename);\n\t\tfs.writeFile(filename,tiddler.fields.text,contentTypeInfo.encoding,function(err) {\n\t\t\tself.callback(err);\n\t\t});\n\t} else {\n\t\treturn \"Missing tiddler: \" + title;\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savetiddlers.js": {
"title": "$:/core/modules/commands/savetiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"savetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tpathname = path.resolve(this.commander.outputPath,this.params[1]),\n\t\tdeleteDirectory = (this.params[2] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.createDirectory(pathname);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilename = path.resolve(pathname,encodeURIComponent(title));\n\t\tfs.writeFileSync(filename,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/server.js": {
"title": "$:/core/modules/commands/server.js",
"text": "/*\\\ntitle: $:/core/modules/commands/server.js\ntype: application/javascript\nmodule-type: command\n\nDeprecated legacy command for serving tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"server\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: {\n\t\t\tport: this.params[0],\n\t\t\thost: this.params[6],\n\t\t\t\"root-tiddler\": this.params[1],\n\t\t\t\"root-render-type\": this.params[2],\n\t\t\t\"root-serve-type\": this.params[3],\n\t\t\tusername: this.params[4],\n\t\t\tpassword: this.params[5],\n\t\t\t\"path-prefix\": this.params[7],\n\t\t\t\"debug-level\": this.params[8]\n\t\t}\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/setfield.js": {
"title": "$:/core/modules/commands/setfield.js",
"text": "/*\\\ntitle: $:/core/modules/commands/setfield.js\ntype: application/javascript\nmodule-type: command\n\nCommand to modify selected tiddlers to set a field to the text of a template tiddler that has been wikified with the selected tiddler as the current tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"setfield\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 4) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tfieldname = this.params[1] || \"text\",\n\t\ttemplatetitle = this.params[2],\n\t\trendertype = this.params[3] || \"text/plain\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(templatetitle),\n\t\t\tnewFields = {},\n\t\t\ttiddler = wiki.getTiddler(title);\n\t\tif(parser) {\n\t\t\tvar widgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}});\n\t\t\tvar container = $tw.fakeDocument.createElement(\"div\");\n\t\t\twidgetNode.render(container,null);\n\t\t\tnewFields[fieldname] = rendertype === \"text/html\" ? container.innerHTML : container.textContent;\n\t\t} else {\n\t\t\tnewFields[fieldname] = undefined;\n\t\t}\n\t\twiki.addTiddler(new $tw.Tiddler(tiddler,newFields));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/unpackplugin.js": {
"title": "$:/core/modules/commands/unpackplugin.js",
"text": "/*\\\ntitle: $:/core/modules/commands/unpackplugin.js\ntype: application/javascript\nmodule-type: command\n\nCommand to extract the shadow tiddlers from within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"unpackplugin\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing plugin name\";\n\t}\n\tvar self = this,\n\t\ttitle = this.params[0],\n\t\tpluginData = this.commander.wiki.getTiddlerDataCached(title);\n\tif(!pluginData) {\n\t\treturn \"Plugin '\" + title + \"' not found\";\n\t}\n\t$tw.utils.each(pluginData.tiddlers,function(tiddler) {\n\t\tself.commander.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/verbose.js": {
"title": "$:/core/modules/commands/verbose.js",
"text": "/*\\\ntitle: $:/core/modules/commands/verbose.js\ntype: application/javascript\nmodule-type: command\n\nVerbose command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"verbose\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.verbose = true;\n\t// Output the boot message log\n\tthis.commander.streams.output.write(\"Boot log:\\n \" + $tw.boot.logMessages.join(\"\\n \") + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/version.js": {
"title": "$:/core/modules/commands/version.js",
"text": "/*\\\ntitle: $:/core/modules/commands/version.js\ntype: application/javascript\nmodule-type: command\n\nVersion command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"version\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.streams.output.write($tw.version + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/config.js": {
"title": "$:/core/modules/config.js",
"text": "/*\\\ntitle: $:/core/modules/config.js\ntype: application/javascript\nmodule-type: config\n\nCore configuration constants\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.preferences = {};\n\nexports.preferences.notificationDuration = 3 * 1000;\nexports.preferences.jsonSpaces = 4;\n\nexports.textPrimitives = {\n\tupperLetter: \"[A-Z\\u00c0-\\u00d6\\u00d8-\\u00de\\u0150\\u0170]\",\n\tlowerLetter: \"[a-z\\u00df-\\u00f6\\u00f8-\\u00ff\\u0151\\u0171]\",\n\tanyLetter: \"[A-Za-z0-9\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\",\n\tblockPrefixLetters:\t\"[A-Za-z0-9-_\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\"\n};\n\nexports.textPrimitives.unWikiLink = \"~\";\nexports.textPrimitives.wikiLink = exports.textPrimitives.upperLetter + \"+\" +\n\texports.textPrimitives.lowerLetter + \"+\" +\n\texports.textPrimitives.upperLetter +\n\texports.textPrimitives.anyLetter + \"*\";\n\nexports.htmlEntities = {quot:34, amp:38, apos:39, lt:60, gt:62, nbsp:160, iexcl:161, cent:162, pound:163, curren:164, yen:165, brvbar:166, sect:167, uml:168, copy:169, ordf:170, laquo:171, not:172, shy:173, reg:174, macr:175, deg:176, plusmn:177, sup2:178, sup3:179, acute:180, micro:181, para:182, middot:183, cedil:184, sup1:185, ordm:186, raquo:187, frac14:188, frac12:189, frac34:190, iquest:191, Agrave:192, Aacute:193, Acirc:194, Atilde:195, Auml:196, Aring:197, AElig:198, Ccedil:199, Egrave:200, Eacute:201, Ecirc:202, Euml:203, Igrave:204, Iacute:205, Icirc:206, Iuml:207, ETH:208, Ntilde:209, Ograve:210, Oacute:211, Ocirc:212, Otilde:213, Ouml:214, times:215, Oslash:216, Ugrave:217, Uacute:218, Ucirc:219, Uuml:220, Yacute:221, THORN:222, szlig:223, agrave:224, aacute:225, acirc:226, atilde:227, auml:228, aring:229, aelig:230, ccedil:231, egrave:232, eacute:233, ecirc:234, euml:235, igrave:236, iacute:237, icirc:238, iuml:239, eth:240, ntilde:241, ograve:242, oacute:243, ocirc:244, otilde:245, ouml:246, divide:247, oslash:248, ugrave:249, uacute:250, ucirc:251, uuml:252, yacute:253, thorn:254, yuml:255, OElig:338, oelig:339, Scaron:352, scaron:353, Yuml:376, fnof:402, circ:710, tilde:732, Alpha:913, Beta:914, Gamma:915, Delta:916, Epsilon:917, Zeta:918, Eta:919, Theta:920, Iota:921, Kappa:922, Lambda:923, Mu:924, Nu:925, Xi:926, Omicron:927, Pi:928, Rho:929, Sigma:931, Tau:932, Upsilon:933, Phi:934, Chi:935, Psi:936, Omega:937, alpha:945, beta:946, gamma:947, delta:948, epsilon:949, zeta:950, eta:951, theta:952, iota:953, kappa:954, lambda:955, mu:956, nu:957, xi:958, omicron:959, pi:960, rho:961, sigmaf:962, sigma:963, tau:964, upsilon:965, phi:966, chi:967, psi:968, omega:969, thetasym:977, upsih:978, piv:982, ensp:8194, emsp:8195, thinsp:8201, zwnj:8204, zwj:8205, lrm:8206, rlm:8207, ndash:8211, mdash:8212, lsquo:8216, rsquo:8217, sbquo:8218, ldquo:8220, rdquo:8221, bdquo:8222, dagger:8224, Dagger:8225, bull:8226, hellip:8230, permil:8240, prime:8242, Prime:8243, lsaquo:8249, rsaquo:8250, oline:8254, frasl:8260, euro:8364, image:8465, weierp:8472, real:8476, trade:8482, alefsym:8501, larr:8592, uarr:8593, rarr:8594, darr:8595, harr:8596, crarr:8629, lArr:8656, uArr:8657, rArr:8658, dArr:8659, hArr:8660, forall:8704, part:8706, exist:8707, empty:8709, nabla:8711, isin:8712, notin:8713, ni:8715, prod:8719, sum:8721, minus:8722, lowast:8727, radic:8730, prop:8733, infin:8734, ang:8736, and:8743, or:8744, cap:8745, cup:8746, int:8747, there4:8756, sim:8764, cong:8773, asymp:8776, ne:8800, equiv:8801, le:8804, ge:8805, sub:8834, sup:8835, nsub:8836, sube:8838, supe:8839, oplus:8853, otimes:8855, perp:8869, sdot:8901, lceil:8968, rceil:8969, lfloor:8970, rfloor:8971, lang:9001, rang:9002, loz:9674, spades:9824, clubs:9827, hearts:9829, diams:9830 };\n\nexports.htmlVoidElements = \"area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr\".split(\",\");\n\nexports.htmlBlockElements = \"address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,noscript,ol,output,p,pre,section,table,tfoot,ul,video\".split(\",\");\n\nexports.htmlUnsafeElements = \"script\".split(\",\");\n\n})();\n",
"type": "application/javascript",
"module-type": "config"
},
"$:/core/modules/deserializers.js": {
"title": "$:/core/modules/deserializers.js",
"text": "/*\\\ntitle: $:/core/modules/deserializers.js\ntype: application/javascript\nmodule-type: tiddlerdeserializer\n\nFunctions to deserialise tiddlers from a block of text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\n\n<div title=\"Title\" creator=\"JoeBloggs\" modifier=\"JoeBloggs\" created=\"201102111106\" modified=\"201102111310\" tags=\"myTag [[my long tag]]\">\n<pre>The text of the tiddler (without the expected HTML encoding).\n</pre>\n</div>\n\nNote that the field attributes are HTML encoded, but that the body of the <PRE> tag is not encoded.\n\nWhen these tiddler DIVs are encountered within a TiddlyWiki HTML file then the body is encoded in the usual way.\n*/\nvar parseTiddlerDiv = function(text /* [,fields] */) {\n\t// Slot together the default results\n\tvar result = {};\n\tif(arguments.length > 1) {\n\t\tfor(var f=1; f<arguments.length; f++) {\n\t\t\tvar fields = arguments[f];\n\t\t\tfor(var t in fields) {\n\t\t\t\tresult[t] = fields[t];\t\t\n\t\t\t}\n\t\t}\n\t}\n\t// Parse the DIV body\n\tvar startRegExp = /^\\s*<div\\s+([^>]*)>(\\s*<pre>)?/gi,\n\t\tendRegExp,\n\t\tmatch = startRegExp.exec(text);\n\tif(match) {\n\t\t// Old-style DIVs don't have the <pre> tag\n\t\tif(match[2]) {\n\t\t\tendRegExp = /<\\/pre>\\s*<\\/div>\\s*$/gi;\n\t\t} else {\n\t\t\tendRegExp = /<\\/div>\\s*$/gi;\n\t\t}\n\t\tvar endMatch = endRegExp.exec(text);\n\t\tif(endMatch) {\n\t\t\t// Extract the text\n\t\t\tresult.text = text.substring(match.index + match[0].length,endMatch.index);\n\t\t\t// Process the attributes\n\t\t\tvar attrRegExp = /\\s*([^=\\s]+)\\s*=\\s*(?:\"([^\"]*)\"|'([^']*)')/gi,\n\t\t\t\tattrMatch;\n\t\t\tdo {\n\t\t\t\tattrMatch = attrRegExp.exec(match[1]);\n\t\t\t\tif(attrMatch) {\n\t\t\t\t\tvar name = attrMatch[1];\n\t\t\t\t\tvar value = attrMatch[2] !== undefined ? attrMatch[2] : attrMatch[3];\n\t\t\t\t\tresult[name] = value;\n\t\t\t\t}\n\t\t\t} while(attrMatch);\n\t\t\treturn result;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports[\"application/x-tiddler-html-div\"] = function(text,fields) {\n\treturn [parseTiddlerDiv(text,fields)];\n};\n\nexports[\"application/json\"] = function(text,fields) {\n\tvar incoming,\n\t\tresults = [];\n\ttry {\n\t\tincoming = JSON.parse(text);\n\t} catch(e) {\n\t\tincoming = [{\n\t\t\ttitle: \"JSON error: \" + e,\n\t\t\ttext: \"\"\n\t\t}]\n\t}\n\tif(!$tw.utils.isArray(incoming)) {\n\t\tincoming = [incoming];\n\t}\n\tfor(var t=0; t<incoming.length; t++) {\n\t\tvar incomingFields = incoming[t],\n\t\t\tfields = {};\n\t\tfor(var f in incomingFields) {\n\t\t\tif(typeof incomingFields[f] === \"string\") {\n\t\t\t\tfields[f] = incomingFields[f];\n\t\t\t}\n\t\t}\n\t\tresults.push(fields);\n\t}\n\treturn results;\n};\n\n/*\nParse an HTML file into tiddlers. There are three possibilities:\n# A TiddlyWiki classic HTML file containing `text/x-tiddlywiki` tiddlers\n# A TiddlyWiki5 HTML file containing `text/vnd.tiddlywiki` tiddlers\n# An ordinary HTML file\n*/\nexports[\"text/html\"] = function(text,fields) {\n\t// Check if we've got a store area\n\tvar storeAreaMarkerRegExp = /<div id=[\"']?storeArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\tmatch = storeAreaMarkerRegExp.exec(text);\n\tif(match) {\n\t\t// If so, it's either a classic TiddlyWiki file or an unencrypted TW5 file\n\t\t// First read the normal tiddlers\n\t\tvar results = deserializeTiddlyWikiFile(text,storeAreaMarkerRegExp.lastIndex,!!match[1],fields);\n\t\t// Then any system tiddlers\n\t\tvar systemAreaMarkerRegExp = /<div id=[\"']?systemArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\t\tsysMatch = systemAreaMarkerRegExp.exec(text);\n\t\tif(sysMatch) {\n\t\t\tresults.push.apply(results,deserializeTiddlyWikiFile(text,systemAreaMarkerRegExp.lastIndex,!!sysMatch[1],fields));\n\t\t}\n\t\treturn results;\n\t} else {\n\t\t// Check whether we've got an encrypted file\n\t\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedStoreArea) {\n\t\t\t// If so, attempt to decrypt it using the current password\n\t\t\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\n\t\t} else {\n\t\t\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\n\t\t\treturn deserializeHtmlFile(text,fields);\n\t\t}\n\t}\n};\n\nfunction deserializeHtmlFile(text,fields) {\n\tvar result = {};\n\t$tw.utils.each(fields,function(value,name) {\n\t\tresult[name] = value;\n\t});\n\tresult.text = text;\n\tresult.type = \"text/html\";\n\treturn [result];\n}\n\nfunction deserializeTiddlyWikiFile(text,storeAreaEnd,isTiddlyWiki5,fields) {\n\tvar results = [],\n\t\tendOfDivRegExp = /(<\\/div>\\s*)/gi,\n\t\tstartPos = storeAreaEnd,\n\t\tdefaultType = isTiddlyWiki5 ? undefined : \"text/x-tiddlywiki\";\n\tendOfDivRegExp.lastIndex = startPos;\n\tvar match = endOfDivRegExp.exec(text);\n\twhile(match) {\n\t\tvar endPos = endOfDivRegExp.lastIndex,\n\t\t\ttiddlerFields = parseTiddlerDiv(text.substring(startPos,endPos),fields,{type: defaultType});\n\t\tif(!tiddlerFields) {\n\t\t\tbreak;\n\t\t}\n\t\t$tw.utils.each(tiddlerFields,function(value,name) {\n\t\t\tif(typeof value === \"string\") {\n\t\t\t\ttiddlerFields[name] = $tw.utils.htmlDecode(value);\n\t\t\t}\n\t\t});\n\t\tif(tiddlerFields.text !== null) {\n\t\t\tresults.push(tiddlerFields);\n\t\t}\n\t\tstartPos = endPos;\n\t\tmatch = endOfDivRegExp.exec(text);\n\t}\n\treturn results;\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "tiddlerdeserializer"
},
"$:/core/modules/editor/engines/framed.js": {
"title": "$:/core/modules/editor/engines/framed.js",
"text": "/*\\\ntitle: $:/core/modules/editor/engines/framed.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction FramedEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Create our hidden dummy text area for reading styles\n\tthis.dummyTextArea = this.widget.document.createElement(\"textarea\");\n\tif(this.widget.editClass) {\n\t\tthis.dummyTextArea.className = this.widget.editClass;\n\t}\n\tthis.dummyTextArea.setAttribute(\"hidden\",\"true\");\n\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\n\tthis.widget.domNodes.push(this.dummyTextArea);\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"click\",handlerObject: this,handlerMethod: \"handleClickEvent\"},\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nFramedEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedEngine.prototype.focus = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a click\n*/\nFramedEngine.prototype.handleClickEvent = function(event) {\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedEngine = FramedEngine;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/editor/engines/simple.js": {
"title": "$:/core/modules/editor/engines/simple.js",
"text": "/*\\\ntitle: $:/core/modules/editor/engines/simple.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction SimpleEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode || text === \"\") {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nSimpleEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleEngine.prototype.focus = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleEngine = SimpleEngine;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/editor/factory.js": {
"title": "$:/core/modules/editor/factory.js",
"text": "/*\\\ntitle: $:/core/modules/editor/factory.js\ntype: application/javascript\nmodule-type: library\n\nFactory for constructing text editor widgets with specified engines for the toolbar and non-toolbar cases\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \"100px\"; // Minimum height of textareas in pixels\n\n// Configuration tiddlers\nvar HEIGHT_MODE_TITLE = \"$:/config/TextEditor/EditorHeight/Mode\";\nvar ENABLE_TOOLBAR_TITLE = \"$:/config/TextEditor/EnableToolbar\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nfunction editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {\n\n\tvar EditTextWidget = function(parseTreeNode,options) {\n\t\t// Initialise the editor operations if they've not been done already\n\t\tif(!this.editorOperations) {\n\t\t\tEditTextWidget.prototype.editorOperations = {};\n\t\t\t$tw.modules.applyMethods(\"texteditoroperation\",this.editorOperations);\n\t\t}\n\t\tthis.initialise(parseTreeNode,options);\n\t};\n\n\t/*\n\tInherit from the base widget class\n\t*/\n\tEditTextWidget.prototype = new Widget();\n\n\t/*\n\tRender this widget into the DOM\n\t*/\n\tEditTextWidget.prototype.render = function(parent,nextSibling) {\n\t\t// Save the parent dom node\n\t\tthis.parentDomNode = parent;\n\t\t// Compute our attributes\n\t\tthis.computeAttributes();\n\t\t// Execute our logic\n\t\tthis.execute();\n\t\t// Create the wrapper for the toolbar and render its content\n\t\tif(this.editShowToolbar) {\n\t\t\tthis.toolbarNode = this.document.createElement(\"div\");\n\t\t\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\t\t\tparent.insertBefore(this.toolbarNode,nextSibling);\n\t\t\tthis.renderChildren(this.toolbarNode,null);\n\t\t\tthis.domNodes.push(this.toolbarNode);\n\t\t}\n\t\t// Create our element\n\t\tvar editInfo = this.getEditInfo(),\n\t\t\tEngine = this.editShowToolbar ? toolbarEngine : nonToolbarEngine;\n\t\tthis.engine = new Engine({\n\t\t\t\twidget: this,\n\t\t\t\tvalue: editInfo.value,\n\t\t\t\ttype: editInfo.type,\n\t\t\t\tparentNode: parent,\n\t\t\t\tnextSibling: nextSibling\n\t\t\t});\n\t\t// Call the postRender hook\n\t\tif(this.postRender) {\n\t\t\tthis.postRender();\n\t\t}\n\t\t// Fix height\n\t\tthis.engine.fixHeight();\n\t\t// Focus if required\n\t\tif(this.editFocus === \"true\" || this.editFocus === \"yes\") {\n\t\t\tthis.engine.focus();\n\t\t}\n\t\t// Add widget message listeners\n\t\tthis.addEventListeners([\n\t\t\t{type: \"tm-edit-text-operation\", handler: \"handleEditTextOperationMessage\"}\n\t\t]);\n\t};\n\n\t/*\n\tGet the tiddler being edited and current value\n\t*/\n\tEditTextWidget.prototype.getEditInfo = function() {\n\t\t// Get the edit value\n\t\tvar self = this,\n\t\t\tvalue,\n\t\t\ttype = \"text/plain\",\n\t\t\tupdate;\n\t\tif(this.editIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\t\tupdate = function(value) {\n\t\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t\t}\n\t\t\t};\n\t\t} else {\n\t\t\t// Get the current tiddler and the field name\n\t\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\t\tif(tiddler) {\n\t\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\t\tvalue = tiddler.getFieldString(this.editField);\n\t\t\t\tif(this.editField === \"text\") {\n\t\t\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise, we need to construct a default value for the editor\n\t\t\t\tswitch(this.editField) {\n\t\t\t\t\tcase \"text\":\n\t\t\t\t\t\tvalue = \"Type the text for the tiddler '\" + this.editTitle + \"'\";\n\t\t\t\t\t\ttype = \"text/vnd.tiddlywiki\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"title\":\n\t\t\t\t\t\tvalue = this.editTitle;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tvalue = \"\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(this.editDefault !== undefined) {\n\t\t\t\t\tvalue = this.editDefault;\n\t\t\t\t}\n\t\t\t}\n\t\t\tupdate = function(value) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(self.editTitle),\n\t\t\t\t\tupdateFields = {\n\t\t\t\t\t\ttitle: self.editTitle\n\t\t\t\t\t};\n\t\t\t\tupdateFields[self.editField] = value;\n\t\t\t\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\n\t\t\t};\n\t\t}\n\t\tif(this.editType) {\n\t\t\ttype = this.editType;\n\t\t}\n\t\treturn {value: value || \"\", type: type, update: update};\n\t};\n\n\t/*\n\tHandle an edit text operation message from the toolbar\n\t*/\n\tEditTextWidget.prototype.handleEditTextOperationMessage = function(event) {\n\t\t// Prepare information about the operation\n\t\tvar operation = this.engine.createTextOperation();\n\t\t// Invoke the handler for the selected operation\n\t\tvar handler = this.editorOperations[event.param];\n\t\tif(handler) {\n\t\t\thandler.call(this,event,operation);\n\t\t}\n\t\t// Execute the operation via the engine\n\t\tvar newText = this.engine.executeTextOperation(operation);\n\t\t// Fix the tiddler height and save changes\n\t\tthis.engine.fixHeight();\n\t\tthis.saveChanges(newText);\n\t};\n\n\t/*\n\tCompute the internal state of the widget\n\t*/\n\tEditTextWidget.prototype.execute = function() {\n\t\t// Get our parameters\n\t\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t\tthis.editField = this.getAttribute(\"field\",\"text\");\n\t\tthis.editIndex = this.getAttribute(\"index\");\n\t\tthis.editDefault = this.getAttribute(\"default\");\n\t\tthis.editClass = this.getAttribute(\"class\");\n\t\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\t\tthis.editSize = this.getAttribute(\"size\");\n\t\tthis.editRows = this.getAttribute(\"rows\");\n\t\tthis.editAutoHeight = this.wiki.getTiddlerText(HEIGHT_MODE_TITLE,\"auto\");\n\t\tthis.editAutoHeight = this.getAttribute(\"autoHeight\",this.editAutoHeight === \"auto\" ? \"yes\" : \"no\") === \"yes\";\n\t\tthis.editMinHeight = this.getAttribute(\"minHeight\",DEFAULT_MIN_TEXT_AREA_HEIGHT);\n\t\tthis.editFocusPopup = this.getAttribute(\"focusPopup\");\n\t\tthis.editFocus = this.getAttribute(\"focus\");\n\t\t// Get the default editor element tag and type\n\t\tvar tag,type;\n\t\tif(this.editField === \"text\") {\n\t\t\ttag = \"textarea\";\n\t\t} else {\n\t\t\ttag = \"input\";\n\t\t\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\n\t\t\tif(fieldModule && fieldModule.editTag) {\n\t\t\t\ttag = fieldModule.editTag;\n\t\t\t}\n\t\t\tif(fieldModule && fieldModule.editType) {\n\t\t\t\ttype = fieldModule.editType;\n\t\t\t}\n\t\t\ttype = type || \"text\";\n\t\t}\n\t\t// Get the rest of our parameters\n\t\tthis.editTag = this.getAttribute(\"tag\",tag);\n\t\tthis.editType = this.getAttribute(\"type\",type);\n\t\t// Make the child widgets\n\t\tthis.makeChildWidgets();\n\t\t// Determine whether to show the toolbar\n\t\tthis.editShowToolbar = this.wiki.getTiddlerText(ENABLE_TOOLBAR_TITLE,\"yes\");\n\t\tthis.editShowToolbar = (this.editShowToolbar === \"yes\") && !!(this.children && this.children.length > 0) && (!this.document.isTiddlyWikiFakeDom);\n\t};\n\n\t/*\n\tSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n\t*/\n\tEditTextWidget.prototype.refresh = function(changedTiddlers) {\n\t\tvar changedAttributes = this.computeAttributes();\n\t\t// Completely rerender if any of our attributes have changed\n\t\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup || changedAttributes.rows || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE]) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t\t} else if(changedTiddlers[this.editTitle]) {\n\t\t\tvar editInfo = this.getEditInfo();\n\t\t\tthis.updateEditor(editInfo.value,editInfo.type);\n\t\t}\n\t\tthis.engine.fixHeight();\n\t\tif(this.editShowToolbar) {\n\t\t\treturn this.refreshChildren(changedTiddlers);\t\t\t\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\t/*\n\tUpdate the editor with new text. This method is separate from updateEditorDomNode()\n\tso that subclasses can override updateEditor() and still use updateEditorDomNode()\n\t*/\n\tEditTextWidget.prototype.updateEditor = function(text,type) {\n\t\tthis.updateEditorDomNode(text,type);\n\t};\n\n\t/*\n\tUpdate the editor dom node with new text\n\t*/\n\tEditTextWidget.prototype.updateEditorDomNode = function(text,type) {\n\t\tthis.engine.setText(text,type);\n\t};\n\n\t/*\n\tSave changes back to the tiddler store\n\t*/\n\tEditTextWidget.prototype.saveChanges = function(text) {\n\t\tvar editInfo = this.getEditInfo();\n\t\tif(text !== editInfo.value) {\n\t\t\teditInfo.update(text);\n\t\t}\n\t};\n\n\t/*\n\tHandle a dom \"keydown\" event, which we'll bubble up to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.handleKeydownEvent = function(event) {\n\t\t// Check for a keyboard shortcut\n\t\tif(this.toolbarNode) {\n\t\t\tvar shortcutElements = this.toolbarNode.querySelectorAll(\"[data-tw-keyboard-shortcut]\");\n\t\t\tfor(var index=0; index<shortcutElements.length; index++) {\n\t\t\t\tvar el = shortcutElements[index],\n\t\t\t\t\tshortcutData = el.getAttribute(\"data-tw-keyboard-shortcut\"),\n\t\t\t\t\tkeyInfoArray = $tw.keyboardManager.parseKeyDescriptors(shortcutData,{\n\t\t\t\t\t\twiki: this.wiki\n\t\t\t\t\t});\n\t\t\t\tif($tw.keyboardManager.checkKeyDescriptors(event,keyInfoArray)) {\n\t\t\t\t\tvar clickEvent = this.document.createEvent(\"Events\");\n\t\t\t\t clickEvent.initEvent(\"click\",true,false);\n\t\t\t\t el.dispatchEvent(clickEvent);\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\treturn true;\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// Propogate the event to the container\n\t\tif(this.propogateKeydownEvent(event)) {\n\t\t\t// Ignore the keydown if it was already handled\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\t// Otherwise, process the keydown normally\n\t\treturn false;\n\t};\n\n\t/*\n\tPropogate keydown events to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.propogateKeydownEvent = function(event) {\n\t\tvar newEvent = this.document.createEventObject ? this.document.createEventObject() : this.document.createEvent(\"Events\");\n\t\tif(newEvent.initEvent) {\n\t\t\tnewEvent.initEvent(\"keydown\", true, true);\n\t\t}\n\t\tnewEvent.keyCode = event.keyCode;\n\t\tnewEvent.which = event.which;\n\t\tnewEvent.metaKey = event.metaKey;\n\t\tnewEvent.ctrlKey = event.ctrlKey;\n\t\tnewEvent.altKey = event.altKey;\n\t\tnewEvent.shiftKey = event.shiftKey;\n\t\treturn !this.parentDomNode.dispatchEvent(newEvent);\n\t};\n\n\treturn EditTextWidget;\n\n}\n\nexports.editTextWidgetFactory = editTextWidgetFactory;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/editor/operations/bitmap/clear.js": {
"title": "$:/core/modules/editor/operations/bitmap/clear.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/clear.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to clear the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"clear\"] = function(event) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.globalAlpha = 1;\n\tctx.fillStyle = event.paramObject.colour || \"white\";\n\tctx.fillRect(0,0,this.canvasDomNode.width,this.canvasDomNode.height);\n\t// Save changes\n\tthis.strokeEnd();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "bitmapeditoroperation"
},
"$:/core/modules/editor/operations/bitmap/resize.js": {
"title": "$:/core/modules/editor/operations/bitmap/resize.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/resize.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to resize the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"resize\"] = function(event) {\n\t// Get the new width\n\tvar newWidth = parseInt(event.paramObject.width || this.canvasDomNode.width,10),\n\t\tnewHeight = parseInt(event.paramObject.height || this.canvasDomNode.height,10);\n\t// Update if necessary\n\tif(newWidth > 0 && newHeight > 0 && !(newWidth === this.currCanvas.width && newHeight === this.currCanvas.height)) {\n\t\tthis.changeCanvasSize(newWidth,newHeight);\n\t}\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "bitmapeditoroperation"
},
"$:/core/modules/editor/operations/bitmap/rotate-left.js": {
"title": "$:/core/modules/editor/operations/bitmap/rotate-left.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/rotate-left.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to rotate the image left by 90 degrees\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"rotate-left\"] = function(event) {\n\t// Rotate the canvas left by 90 degrees\n\tthis.rotateCanvasLeft();\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "bitmapeditoroperation"
},
"$:/core/modules/editor/operations/text/excise.js": {
"title": "$:/core/modules/editor/operations/text/excise.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/excise.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to excise the selection to a new tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"excise\"] = function(event,operation) {\n\tvar editTiddler = this.wiki.getTiddler(this.editTitle),\n\t\teditTiddlerTitle = this.editTitle;\n\tif(editTiddler && editTiddler.fields[\"draft.of\"]) {\n\t\teditTiddlerTitle = editTiddler.fields[\"draft.of\"];\n\t}\n\tvar excisionTitle = event.paramObject.title || this.wiki.generateNewTitle(\"New Excision\");\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\tthis.wiki.getModificationFields(),\n\t\t{\n\t\t\ttitle: excisionTitle,\n\t\t\ttext: operation.selection,\n\t\t\ttags: event.paramObject.tagnew === \"yes\" ? [editTiddlerTitle] : []\n\t\t}\n\t));\n\toperation.replacement = excisionTitle;\n\tswitch(event.paramObject.type || \"transclude\") {\n\t\tcase \"transclude\":\n\t\t\toperation.replacement = \"{{\" + operation.replacement+ \"}}\";\n\t\t\tbreak;\n\t\tcase \"link\":\n\t\t\toperation.replacement = \"[[\" + operation.replacement+ \"]]\";\n\t\t\tbreak;\n\t\tcase \"macro\":\n\t\t\toperation.replacement = \"<<\" + (event.paramObject.macro || \"translink\") + \" \\\"\\\"\\\"\" + operation.replacement + \"\\\"\\\"\\\">>\";\n\t\t\tbreak;\n\t}\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/make-link.js": {
"title": "$:/core/modules/editor/operations/text/make-link.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/make-link.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to make a link\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"make-link\"] = function(event,operation) {\n\tif(operation.selection) {\n\t\toperation.replacement = \"[[\" + operation.selection + \"|\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t} else {\n\t\toperation.replacement = \"[[\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t}\n\toperation.newSelStart = operation.selStart + operation.replacement.length;\n\toperation.newSelEnd = operation.newSelStart;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/prefix-lines.js": {
"title": "$:/core/modules/editor/operations/text/prefix-lines.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/prefix-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to add a prefix to the selected lines\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"prefix-lines\"] = function(event,operation) {\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Compose the required prefix\n\tvar prefix = $tw.utils.repeat(event.paramObject.character,event.paramObject.count);\n\t// Process each line\n\tvar lines = operation.text.substring(operation.cutStart,operation.cutEnd).split(/\\r?\\n/mg);\n\t$tw.utils.each(lines,function(line,index) {\n\t\t// Remove and count any existing prefix characters\n\t\tvar count = 0;\n\t\twhile(line.charAt(0) === event.paramObject.character) {\n\t\t\tline = line.substring(1);\n\t\t\tcount++;\n\t\t}\n\t\t// Remove any whitespace\n\t\twhile(line.charAt(0) === \" \") {\n\t\t\tline = line.substring(1);\n\t\t}\n\t\t// We're done if we removed the exact required prefix, otherwise add it\n\t\tif(count !== event.paramObject.count) {\n\t\t\t// Apply the prefix\n\t\t\tline = prefix + \" \" + line;\n\t\t}\n\t\t// Save the modified line\n\t\tlines[index] = line;\n\t});\n\t// Stitch the replacement text together and set the selection\n\toperation.replacement = lines.join(\"\\n\");\n\tif(lines.length === 1) {\n\t\toperation.newSelStart = operation.cutStart + operation.replacement.length;\n\t\toperation.newSelEnd = operation.newSelStart;\n\t} else {\n\t\toperation.newSelStart = operation.cutStart;\n\t\toperation.newSelEnd = operation.newSelStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/replace-all.js": {
"title": "$:/core/modules/editor/operations/text/replace-all.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-all.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the entire text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-all\"] = function(event,operation) {\n\toperation.cutStart = 0;\n\toperation.cutEnd = operation.text.length;\n\toperation.replacement = event.paramObject.text;\n\toperation.newSelStart = 0;\n\toperation.newSelEnd = operation.replacement.length;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/replace-selection.js": {
"title": "$:/core/modules/editor/operations/text/replace-selection.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the selection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-selection\"] = function(event,operation) {\n\toperation.replacement = event.paramObject.text;\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/save-selection.js": {
"title": "$:/core/modules/editor/operations/text/save-selection.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/save-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to save the current selection in a specified tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"save-selection\"] = function(event,operation) {\n\tvar tiddler = event.paramObject.tiddler,\n\t\tfield = event.paramObject.field || \"text\";\n\tif(tiddler && field) {\n\t\tthis.wiki.setText(tiddler,field,null,operation.text.substring(operation.selStart,operation.selEnd));\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/wrap-lines.js": {
"title": "$:/core/modules/editor/operations/text/wrap-lines.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selected lines with a prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-lines\"] = function(event,operation) {\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Add the prefix and suffix\n\toperation.replacement = event.paramObject.prefix + \"\\n\" +\n\t\t\t\toperation.text.substring(operation.cutStart,operation.cutEnd) + \"\\n\" +\n\t\t\t\tevent.paramObject.suffix + \"\\n\";\n\toperation.newSelStart = operation.cutStart + event.paramObject.prefix.length + 1;\n\toperation.newSelEnd = operation.newSelStart + (operation.cutEnd - operation.cutStart);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/wrap-selection.js": {
"title": "$:/core/modules/editor/operations/text/wrap-selection.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selection with the specified prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-selection\"] = function(event,operation) {\n\tif(operation.selStart === operation.selEnd) {\n\t\t// No selection; check if we're within the prefix/suffix\n\t\tif(operation.text.substring(operation.selStart - event.paramObject.prefix.length,operation.selStart + event.paramObject.suffix.length) === event.paramObject.prefix + event.paramObject.suffix) {\n\t\t\t// Remove the prefix and suffix unless they comprise the entire text\n\t\t\tif(operation.selStart > event.paramObject.prefix.length || (operation.selEnd + event.paramObject.suffix.length) < operation.text.length ) {\n\t\t\t\toperation.cutStart = operation.selStart - event.paramObject.prefix.length;\n\t\t\t\toperation.cutEnd = operation.selEnd + event.paramObject.suffix.length;\n\t\t\t\toperation.replacement = \"\";\n\t\t\t\toperation.newSelStart = operation.cutStart;\n\t\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t\t}\n\t\t} else {\n\t\t\t// Wrap the cursor instead\n\t\t\toperation.cutStart = operation.selStart;\n\t\t\toperation.cutEnd = operation.selEnd;\n\t\t\toperation.replacement = event.paramObject.prefix + event.paramObject.suffix;\n\t\t\toperation.newSelStart = operation.selStart + event.paramObject.prefix.length;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t}\n\t} else if(operation.text.substring(operation.selStart,operation.selStart + event.paramObject.prefix.length) === event.paramObject.prefix && operation.text.substring(operation.selEnd - event.paramObject.suffix.length,operation.selEnd) === event.paramObject.suffix) {\n\t\t// Prefix and suffix are already present, so remove them\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = operation.selection.substring(event.paramObject.prefix.length,operation.selection.length - event.paramObject.suffix.length);\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t} else {\n\t\t// Add the prefix and suffix\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = event.paramObject.prefix + operation.selection + event.paramObject.suffix;\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/filters/addprefix.js": {
"title": "$:/core/modules/filters/addprefix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/addprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a prefix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand + title);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/addsuffix.js": {
"title": "$:/core/modules/filters/addsuffix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/addsuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a suffix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addsuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title + operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/after.js": {
"title": "$:/core/modules/filters/after.js",
"text": "/*\\\ntitle: $:/core/modules/filters/after.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.after = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index === -1 || index > (results.length - 2)) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index + 1]];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/all/current.js": {
"title": "$:/core/modules/filters/all/current.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/current.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(currTiddlerTitle) {\n\t\treturn [currTiddlerTitle];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/missing.js": {
"title": "$:/core/modules/filters/all/missing.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/missing.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\treturn options.wiki.getMissingTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/orphans.js": {
"title": "$:/core/modules/filters/all/orphans.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/orphans.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[orphans]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphans = function(source,prefix,options) {\n\treturn options.wiki.getOrphanTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/shadows.js": {
"title": "$:/core/modules/filters/all/shadows.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/shadows.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[shadows]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadows = function(source,prefix,options) {\n\treturn options.wiki.allShadowTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/tags.js": {
"title": "$:/core/modules/filters/all/tags.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/tags.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tags]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,prefix,options) {\n\treturn Object.keys(options.wiki.getTagMap());\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/tiddlers.js": {
"title": "$:/core/modules/filters/all/tiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/tiddlers.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddlers = function(source,prefix,options) {\n\treturn options.wiki.allTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all.js": {
"title": "$:/core/modules/filters/all.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for selecting tiddlers\n\n[all[shadows+tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar allFilterOperators;\n\nfunction getAllFilterOperators() {\n\tif(!allFilterOperators) {\n\t\tallFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"allfilteroperator\",allFilterOperators);\n\t}\n\treturn allFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.all = function(source,operator,options) {\n\t// Get our suboperators\n\tvar allFilterOperators = getAllFilterOperators();\n\t// Cycle through the suboperators accumulating their results\n\tvar results = [],\n\t\tsubops = operator.operand.split(\"+\");\n\t// Check for common optimisations\n\tif(subops.length === 1 && subops[0] === \"\") {\n\t\treturn source;\n\t} else if(subops.length === 1 && subops[0] === \"tiddlers\") {\n\t\treturn options.wiki.each;\n\t} else if(subops.length === 1 && subops[0] === \"shadows\") {\n\t\treturn options.wiki.eachShadow;\n\t} else if(subops.length === 2 && subops[0] === \"tiddlers\" && subops[1] === \"shadows\") {\n\t\treturn options.wiki.eachTiddlerPlusShadows;\n\t} else if(subops.length === 2 && subops[0] === \"shadows\" && subops[1] === \"tiddlers\") {\n\t\treturn options.wiki.eachShadowPlusTiddlers;\n\t}\n\t// Do it the hard way\n\tfor(var t=0; t<subops.length; t++) {\n\t\tvar subop = allFilterOperators[subops[t]];\n\t\tif(subop) {\n\t\t\t$tw.utils.pushTop(results,subop(source,operator.prefix,options));\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/backlinks.js": {
"title": "$:/core/modules/filters/backlinks.js",
"text": "/*\\\ntitle: $:/core/modules/filters/backlinks.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the backlinks from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.backlinks = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerBacklinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/before.js": {
"title": "$:/core/modules/filters/before.js",
"text": "/*\\\ntitle: $:/core/modules/filters/before.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is before the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.before = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index <= 0) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index - 1]];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/commands.js": {
"title": "$:/core/modules/filters/commands.js",
"text": "/*\\\ntitle: $:/core/modules/filters/commands.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the commands available in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.commands = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.commands,function(commandInfo,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/contains.js": {
"title": "$:/core/modules/filters/contains.js",
"text": "/*\\\ntitle: $:/core/modules/filters/contains.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for finding values in array fields\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.contains = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"list\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/count.js": {
"title": "$:/core/modules/filters/count.js",
"text": "/*\\\ntitle: $:/core/modules/filters/count.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the number of entries in the current list.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.count = function(source,operator,options) {\n\tvar count = 0;\n\tsource(function(tiddler,title) {\n\t\tcount++;\n\t});\n\treturn [count + \"\"];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/days.js": {
"title": "$:/core/modules/filters/days.js",
"text": "/*\\\ntitle: $:/core/modules/filters/days.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a specified date field within a specified date interval.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.days = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\tdayInterval = (parseInt(operator.operand,10)||0),\n\t\tdayIntervalSign = $tw.utils.sign(dayInterval),\n\t\ttargetTimeStamp = (new Date()).setHours(0,0,0,0) + 1000*60*60*24*dayInterval,\n\t\tisWithinDays = function(dateField) {\n\t\t\tvar sign = $tw.utils.sign(targetTimeStamp - (new Date(dateField)).setHours(0,0,0,0));\n\t\t\treturn sign === 0 || sign === dayIntervalSign;\n\t\t};\n\n\tif(operator.prefix === \"!\") {\n\t\ttargetTimeStamp = targetTimeStamp - 1000*60*60*24*dayIntervalSign;\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(!isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/each.js": {
"title": "$:/core/modules/filters/each.js",
"text": "/*\\\ntitle: $:/core/modules/filters/each.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique value of the specified field.\nWith suffix \"list\", selects all tiddlers that are values in a specified list field.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.each = function(source,operator,options) {\n\tvar results =[] ,\n\tvalue,values = {},\n\tfield = operator.operand || \"title\";\n\tif(operator.suffix === \"value\" && field === \"title\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(values,title)) {\n\t\t\t\tvalues[title] = true;\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else if(operator.suffix !== \"list-item\") {\n\t\tif(field === \"title\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && !$tw.utils.hop(values,title)) {\n\t\t\t\t\tvalues[title] = true;\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvalue = tiddler.getFieldString(field);\n\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\t$tw.utils.each(\n\t\t\t\t\toptions.wiki.getTiddlerList(title,field),\n\t\t\t\t\tfunction(value) {\n\t\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\t\tresults.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/eachday.js": {
"title": "$:/core/modules/filters/eachday.js",
"text": "/*\\\ntitle: $:/core/modules/filters/eachday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique day covered by the specified date field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.eachday = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = [],\n\t\tfieldName = operator.operand || \"modified\";\n\t// Function to convert a date/time to a date integer\n\tvar toDate = function(value) {\n\t\tvalue = (new Date(value)).setHours(0,0,0,0);\n\t\treturn value+0;\n\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\n\t\t\tif(values.indexOf(value) === -1) {\n\t\t\t\tvalues.push(value);\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/editiondescription.js": {
"title": "$:/core/modules/filters/editiondescription.js",
"text": "/*\\\ntitle: $:/core/modules/filters/editiondescription.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the descriptions of the specified edition names\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editiondescription = function(source,operator,options) {\n\tvar results = [],\n\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\tresults.push(editionInfo[title].description || \"\");\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/editions.js": {
"title": "$:/core/modules/filters/editions.js",
"text": "/*\\\ntitle: $:/core/modules/filters/editions.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the available editions in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editions = function(source,operator,options) {\n\tvar results = [],\n\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\tresults.push(name);\n\t\t});\n\t}\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/decodeuricomponent.js": {
"title": "$:/core/modules/filters/decodeuricomponent.js",
"text": "/*\\\ntitle: $:/core/modules/filters/decodeuricomponent.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for applying decodeURIComponent() to each item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter functions\n*/\n\nexports.decodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURIComponent(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURIComponent(title));\n\t});\n\treturn results;\n};\n\nexports.decodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURI(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURI(title));\n\t});\n\treturn results;\n};\n\nexports.decodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlDecode(title));\n\t});\n\treturn results;\n};\n\nexports.encodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlEncode(title));\n\t});\n\treturn results;\n};\n\nexports.stringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.stringify(title));\n\t});\n\treturn results;\n};\n\nexports.jsonstringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.jsonStringify(title));\n\t});\n\treturn results;\n};\n\nexports.escaperegexp = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.escapeRegExp(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/enlist.js": {
"title": "$:/core/modules/filters/enlist.js",
"text": "/*\\\ntitle: $:/core/modules/filters/enlist.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand parsed as a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.enlist = function(source,operator,options) {\n\tvar list = $tw.utils.parseStringArray(operator.operand);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/field.js": {
"title": "$:/core/modules/filters/field.js",
"text": "/*\\\ntitle: $:/core/modules/filters/field.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.field = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || operator.operator || \"title\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text !== operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !!operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text === operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/fields.js": {
"title": "$:/core/modules/filters/fields.js",
"text": "/*\\\ntitle: $:/core/modules/filters/fields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.fields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tfor(var fieldName in tiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/get.js": {
"title": "$:/core/modules/filters/get.js",
"text": "/*\\\ntitle: $:/core/modules/filters/get.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.get = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value = tiddler.getFieldString(operator.operand);\n\t\t\tif(value) {\n\t\t\t\tresults.push(value);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/getindex.js": {
"title": "$:/core/modules/filters/getindex.js",
"text": "/*\\\ntitle: $:/core/modules/filters/getindex.js\ntype: application/javascript\nmodule-type: filteroperator\n\nreturns the value at a given index of datatiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getindex = function(source,operator,options) {\n\tvar data,title,results = [];\n\tif(operator.operand){\n\t\tsource(function(tiddler,title) {\n\t\t\ttitle = tiddler ? tiddler.fields.title : title;\n\t\t\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\n\t\t\tif(data) {\n\t\t\t\tresults.push(data);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/has.js": {
"title": "$:/core/modules/filters/has.js",
"text": "/*\\\ntitle: $:/core/modules/filters/has.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a tiddler has the specified field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.has = function(source,operator,options) {\n\tvar results = [],\n\t\tinvert = operator.prefix === \"!\";\n\n\tif(operator.suffix === \"field\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand] === \"\")) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && !(tiddler.fields[operator.operand] === \"\" || tiddler.fields[operator.operand].length === 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/haschanged.js": {
"title": "$:/core/modules/filters/haschanged.js",
"text": "/*\\\ntitle: $:/core/modules/filters/haschanged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returns tiddlers from the list that have a non-zero changecount.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.haschanged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) === 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) > 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/indexes.js": {
"title": "$:/core/modules/filters/indexes.js",
"text": "/*\\\ntitle: $:/core/modules/filters/indexes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the indexes of a data tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.indexes = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar data = options.wiki.getTiddlerDataCached(title);\n\t\tif(data) {\n\t\t\t$tw.utils.pushTop(results,Object.keys(data));\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/insertbefore.js": {
"title": "$:/core/modules/filters/insertbefore.js",
"text": "/*\\\ntitle: $:/core/modules/filters/insertbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nInsert an item before another item in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.insertbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar target = options.widget && options.widget.getVariable(operator.suffix || \"currentTiddler\");\n\tif(target !== operator.operand) {\n\t\t// Remove the entry from the list if it is present\n\t\tvar pos = results.indexOf(operator.operand);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,1);\n\t\t}\n\t\t// Insert the entry before the target marker\n\t\tpos = results.indexOf(target);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,0,operator.operand);\n\t\t} else {\n\t\t\tresults.push(operator.operand);\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/is/current.js": {
"title": "$:/core/modules/filters/is/current.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/current.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar results = [],\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title !== currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title === currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/image.js": {
"title": "$:/core/modules/filters/is/image.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/image.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[image]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.image = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/missing.js": {
"title": "$:/core/modules/filters/is/missing.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/missing.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/orphan.js": {
"title": "$:/core/modules/filters/is/orphan.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/orphan.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[orphan]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphan = function(source,prefix,options) {\n\tvar results = [],\n\t\torphanTitles = options.wiki.getOrphanTitles();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) !== -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/shadow.js": {
"title": "$:/core/modules/filters/is/shadow.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/shadow.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[shadow]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadow = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/system.js": {
"title": "$:/core/modules/filters/is/system.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/system.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[system]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.system = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/tag.js": {
"title": "$:/core/modules/filters/is/tag.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/tag.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tag]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,prefix,options) {\n\tvar results = [],\n\t\ttagMap = options.wiki.getTagMap();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/tiddler.js": {
"title": "$:/core/modules/filters/is/tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/tiddler.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tiddler]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddler = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is.js": {
"title": "$:/core/modules/filters/is.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking tiddler properties\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar isFilterOperators;\n\nfunction getIsFilterOperators() {\n\tif(!isFilterOperators) {\n\t\tisFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"isfilteroperator\",isFilterOperators);\n\t}\n\treturn isFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.is = function(source,operator,options) {\n\t// Dispatch to the correct isfilteroperator\n\tvar isFilterOperators = getIsFilterOperators();\n\tif(operator.operand) {\n\t\tvar isFilterOperator = isFilterOperators[operator.operand];\n\t\tif(isFilterOperator) {\n\t\t\treturn isFilterOperator(source,operator.prefix,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/IsFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all tiddlers if the operand is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/limit.js": {
"title": "$:/core/modules/filters/limit.js",
"text": "/*\\\ntitle: $:/core/modules/filters/limit.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for chopping the results to a specified maximum number of entries\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.limit = function(source,operator,options) {\n\tvar results = [];\n\t// Convert to an array\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Slice the array if necessary\n\tvar limit = Math.min(results.length,parseInt(operator.operand,10));\n\tif(operator.prefix === \"!\") {\n\t\tresults = results.slice(-limit);\n\t} else {\n\t\tresults = results.slice(0,limit);\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/links.js": {
"title": "$:/core/modules/filters/links.js",
"text": "/*\\\ntitle: $:/core/modules/filters/links.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the links from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.links = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerLinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/list.js": {
"title": "$:/core/modules/filters/list.js",
"text": "/*\\\ntitle: $:/core/modules/filters/list.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddlers whose title is listed in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.list = function(source,operator,options) {\n\tvar results = [],\n\t\ttr = $tw.utils.parseTextReference(operator.operand),\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\"),\n\t\tlist = options.wiki.getTiddlerList(tr.title || currTiddlerTitle,tr.field,tr.index);\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults = list;\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/listed.js": {
"title": "$:/core/modules/filters/listed.js",
"text": "/*\\\ntitle: $:/core/modules/filters/listed.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that have the selected tiddlers in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.listed = function(source,operator,options) {\n\tvar field = operator.operand || \"list\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.findListingsOfTiddler(title,field));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/listops.js": {
"title": "$:/core/modules/filters/listops.js",
"text": "/*\\\ntitle: $:/core/modules/filters/listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for manipulating the current selection list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.order = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.operand.toLowerCase() === \"reverse\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.unshift(title);\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nReverse list\n*/\nexports.reverse = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.unshift(title);\n\t});\n\treturn results;\n};\n\n/*\nFirst entry/entries in list\n*/\nexports.first = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,count);\n};\n\n/*\nLast entry/entries in list\n*/\nexports.last = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(-count);\n};\n\n/*\nAll but the first entry/entries of the list\n*/\nexports.rest = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count);\n};\nexports.butfirst = exports.rest;\nexports.bf = exports.rest;\n\n/*\nAll but the last entry/entries of the list\n*/\nexports.butlast = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,-count);\n};\nexports.bl = exports.butlast;\n\n/*\nThe nth member of the list\n*/\nexports.nth = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count - 1,count);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/lookup.js": {
"title": "$:/core/modules/filters/lookup.js",
"text": "/*\\\ntitle: $:/core/modules/filters/lookup.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that looks up values via a title prefix\n\n[lookup:<field>[<prefix>]]\n\nPrepends the prefix to the selected items and returns the specified field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.lookup = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.getTiddlerText(operator.operand + title) || options.wiki.getTiddlerText(operator.operand + operator.suffix));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/minlength.js": {
"title": "$:/core/modules/filters/minlength.js",
"text": "/*\\\ntitle: $:/core/modules/filters/minlength.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for filtering out titles that don't meet the minimum length in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.minlength = function(source,operator,options) {\n\tvar results = [],\n\t\tminLength = parseInt(operator.operand || \"\",10) || 0;\n\tsource(function(tiddler,title) {\n\t\tif(title.length >= minLength) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/modules.js": {
"title": "$:/core/modules/filters/modules.js",
"text": "/*\\\ntitle: $:/core/modules/filters/modules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the modules of a given type in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.modules = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\n\t\t\tresults.push(moduleName);\n\t\t});\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/moduletypes.js": {
"title": "$:/core/modules/filters/moduletypes.js",
"text": "/*\\\ntitle: $:/core/modules/filters/moduletypes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the module types in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.moduletypes = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.modules.types,function(moduleInfo,type) {\n\t\tresults.push(type);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/next.js": {
"title": "$:/core/modules/filters/next.js",
"text": "/*\\\ntitle: $:/core/modules/filters/next.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.next = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch++;\n\t\tif(match > 0 && match < list.length) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/plugintiddlers.js": {
"title": "$:/core/modules/filters/plugintiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/filters/plugintiddlers.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the shadow tiddlers within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.plugintiddlers = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar pluginInfo = options.wiki.getPluginInfo(title) || options.wiki.getTiddlerDataCached(title,{tiddlers:[]});\n\t\tif(pluginInfo && pluginInfo.tiddlers) {\n\t\t\t$tw.utils.each(pluginInfo.tiddlers,function(fields,title) {\n\t\t\t\tresults.push(title);\n\t\t\t});\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/prefix.js": {
"title": "$:/core/modules/filters/prefix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/prefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title starts with a prefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.prefix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/previous.js": {
"title": "$:/core/modules/filters/previous.js",
"text": "/*\\\ntitle: $:/core/modules/filters/previous.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.previous = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch--;\n\t\tif(match >= 0) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/range.js": {
"title": "$:/core/modules/filters/range.js",
"text": "/*\\\ntitle: $:/core/modules/filters/range.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for generating a numeric range.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.range = function(source,operator,options) {\n\tvar results = [];\n\t// Split the operand into numbers delimited by these symbols\n\tvar parts = operator.operand.split(/[,:;]/g),\n\t\tbeg, end, inc, i, fixed = 0;\n\tfor (i=0; i<parts.length; i++) {\n\t\t// Validate real number\n\t\tif(!/^\\s*[+-]?((\\d+(\\.\\d*)?)|(\\.\\d+))\\s*$/.test(parts[i])) {\n\t\t\treturn [\"range: bad number \\\"\" + parts[i] + \"\\\"\"];\n\t\t}\n\t\t// Count digits; the most precise number determines decimal places in output.\n\t\tvar frac = /\\.\\d+/.exec(parts[i]);\n\t\tif(frac) {\n\t\t\tfixed = Math.max(fixed,frac[0].length-1);\n\t\t}\n\t\tparts[i] = parseFloat(parts[i]);\n\t}\n\tswitch(parts.length) {\n\t\tcase 1:\n\t\t\tend = parts[0];\n\t\t\tif (end >= 1) {\n\t\t\t\tbeg = 1;\n\t\t\t}\n\t\t\telse if (end <= -1) {\n\t\t\t\tbeg = -1;\n\t\t\t}\n\t\t\telse {\n\t\t\t\treturn [];\n\t\t\t}\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 2:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 3:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = Math.abs(parts[2]);\n\t\t\tbreak;\n\t}\n\tif(inc === 0) {\n\t\treturn [\"range: increment 0 causes infinite loop\"];\n\t}\n\t// May need to count backwards\n\tvar direction = ((end < beg) ? -1 : 1);\n\tinc *= direction;\n\t// Estimate number of resulting elements\n\tif((end - beg) / inc > 10000) {\n\t\treturn [\"range: too many steps (over 10K)\"];\n\t}\n\t// Avoid rounding error on last step\n\tend += direction * 0.5 * Math.pow(0.1,fixed);\n\tvar safety = 10010;\n\t// Enumerate the range\n\tif (end<beg) {\n\t\tfor(i=beg; i>end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tfor(i=beg; i<end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif(safety<0) {\n\t\treturn [\"range: unexpectedly large output\"];\n\t}\n\t// Reverse?\n\tif(operator.prefix === \"!\") {\n\t\tresults.reverse();\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/regexp.js": {
"title": "$:/core/modules/filters/regexp.js",
"text": "/*\\\ntitle: $:/core/modules/filters/regexp.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for regexp matching\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.regexp = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"title\").toLowerCase(),\n\t\tregexpString, regexp, flags = \"\", match,\n\t\tgetFieldString = function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\treturn tiddler.getFieldString(fieldname);\n\t\t\t} else if(fieldname === \"title\") {\n\t\t\t\treturn title;\n\t\t\t} else {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t};\n\t// Process flags and construct regexp\n\tregexpString = operator.operand;\n\tmatch = /^\\(\\?([gim]+)\\)/.exec(regexpString);\n\tif(match) {\n\t\tflags = match[1];\n\t\tregexpString = regexpString.substr(match[0].length);\n\t} else {\n\t\tmatch = /\\(\\?([gim]+)\\)$/.exec(regexpString);\n\t\tif(match) {\n\t\t\tflags = match[1];\n\t\t\tregexpString = regexpString.substr(0,regexpString.length - match[0].length);\n\t\t}\n\t}\n\ttry {\n\t\tregexp = new RegExp(regexpString,flags);\n\t} catch(e) {\n\t\treturn [\"\" + e];\n\t}\n\t// Process the incoming tiddlers\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/removeprefix.js": {
"title": "$:/core/modules/filters/removeprefix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/removeprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a prefix from each title in the list. Titles that do not start with the prefix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removeprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/removesuffix.js": {
"title": "$:/core/modules/filters/removesuffix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/removesuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a suffix from each title in the list. Titles that do not end with the suffix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removesuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(0,title.length - operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/sameday.js": {
"title": "$:/core/modules/filters/sameday.js",
"text": "/*\\\ntitle: $:/core/modules/filters/sameday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a modified date field on the same day as the provided value.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sameday = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\ttargetDate = (new Date($tw.utils.parseDate(operator.operand))).setHours(0,0,0,0);\n\t// Function to convert a date/time to a date integer\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tif(tiddler.getFieldDay(fieldName) === targetDate) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/search.js": {
"title": "$:/core/modules/filters/search.js",
"text": "/*\\\ntitle: $:/core/modules/filters/search.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for searching for the text in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.search = function(source,operator,options) {\n\tvar invert = operator.prefix === \"!\";\n\tif(operator.suffixes) {\n\t\tvar hasFlag = function(flag) {\n\t\t\t\treturn (operator.suffixes[1] || []).indexOf(flag) !== -1;\n\t\t\t},\n\t\t\texcludeFields = false,\n\t\t\tfieldList = operator.suffixes[0] || [],\n\t\t\tfirstField = fieldList[0] || \"\", \n\t\t\tfirstChar = firstField.charAt(0),\n\t\t\tfields;\n\t\tif(firstChar === \"-\") {\n\t\t\tfields = [firstField.slice(1)].concat(fieldList.slice(1));\n\t\t\texcludeFields = true;\n\t\t} else if(fieldList[0] === \"*\"){\n\t\t\tfields = [];\n\t\t\texcludeFields = true;\n\t\t} else {\n\t\t\tfields = fieldList.slice(0);\n\t\t}\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert,\n\t\t\tfield: fields,\n\t\t\texcludeField: excludeFields,\n\t\t\tcaseSensitive: hasFlag(\"casesensitive\"),\n\t\t\tliteral: hasFlag(\"literal\"),\n\t\t\twhitespace: hasFlag(\"whitespace\"),\n\t\t\tregexp: hasFlag(\"regexp\"),\n\t\t\twords: hasFlag(\"words\")\n\t\t});\n\t} else {\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert\n\t\t});\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/shadowsource.js": {
"title": "$:/core/modules/filters/shadowsource.js",
"text": "/*\\\ntitle: $:/core/modules/filters/shadowsource.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the source plugins for shadow tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadowsource = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar source = options.wiki.getShadowSource(title);\n\t\tif(source) {\n\t\t\t$tw.utils.pushTop(results,source);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/sort.js": {
"title": "$:/core/modules/filters/sort.js",
"text": "/*\\\ntitle: $:/core/modules/filters/sort.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,false);\n\treturn results;\n};\n\nexports.nsort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,true);\n\treturn results;\n};\n\nexports.sortan = function(source, operator, options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results, operator.operand || \"title\", operator.prefix === \"!\",false,false,true);\n\treturn results;\n};\n\nexports.sortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,false);\n\treturn results;\n};\n\nexports.nsortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,true);\n\treturn results;\n};\n\nvar prepare_results = function (source) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/splitbefore.js": {
"title": "$:/core/modules/filters/splitbefore.js",
"text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar parts = title.split(operator.operand);\n\t\tif(parts.length === 1) {\n\t\t\t$tw.utils.pushTop(results,parts[0]);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,parts[0] + operator.operand);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/storyviews.js": {
"title": "$:/core/modules/filters/storyviews.js",
"text": "/*\\\ntitle: $:/core/modules/filters/storyviews.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the story views in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.storyviews = function(source,operator,options) {\n\tvar results = [],\n\t\tstoryviews = {};\n\t$tw.modules.applyMethods(\"storyview\",storyviews);\n\t$tw.utils.each(storyviews,function(info,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/subfilter.js": {
"title": "$:/core/modules/filters/subfilter.js",
"text": "/*\\\ntitle: $:/core/modules/filters/subfilter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand evaluated as a filter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subfilter = function(source,operator,options) {\n\tvar list = options.wiki.filterTiddlers(operator.operand,options.widget,source);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/subtiddlerfields.js": {
"title": "$:/core/modules/filters/subtiddlerfields.js",
"text": "/*\\\ntitle: $:/core/modules/filters/subtiddlerfields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected subtiddlers of the plugin named in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subtiddlerfields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar subtiddler = options.wiki.getSubTiddler(operator.operand,title);\n\t\tif(subtiddler) {\n\t\t\tfor(var fieldName in subtiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/suffix.js": {
"title": "$:/core/modules/filters/suffix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/suffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title ends with a suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.suffix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tag.js": {
"title": "$:/core/modules/filters/tag.js",
"text": "/*\\\ntitle: $:/core/modules/filters/tag.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking for the presence of a tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,operator,options) {\n\tvar results = [];\n\tif((operator.suffix || \"\").toLowerCase() === \"strict\" && !operator.operand) {\n\t\t// New semantics:\n\t\t// Always return copy of input if operator.operand is missing\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t} else {\n\t\t// Old semantics:\n\t\tvar tiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\tif(operator.prefix === \"!\") {\n\t\t\t// Returns a copy of the input if operator.operand is missing\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddlers.indexOf(title) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// Returns empty results if operator.operand is missing\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddlers.indexOf(title) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t\tresults = options.wiki.sortByList(results,operator.operand);\n\t\t}\t\t\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tagging.js": {
"title": "$:/core/modules/filters/tagging.js",
"text": "/*\\\ntitle: $:/core/modules/filters/tagging.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that are tagged with the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tagging = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tags.js": {
"title": "$:/core/modules/filters/tags.js",
"text": "/*\\\ntitle: $:/core/modules/filters/tags.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the tags of the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,operator,options) {\n\tvar tags = {};\n\tsource(function(tiddler,title) {\n\t\tvar t, length;\n\t\tif(tiddler && tiddler.fields.tags) {\n\t\t\tfor(t=0, length=tiddler.fields.tags.length; t<length; t++) {\n\t\t\t\ttags[tiddler.fields.tags[t]] = true;\n\t\t\t}\n\t\t}\n\t});\n\treturn Object.keys(tags);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/title.js": {
"title": "$:/core/modules/filters/title.js",
"text": "/*\\\ntitle: $:/core/modules/filters/title.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing title fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.title = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields.title !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults.push(operator.operand);\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/untagged.js": {
"title": "$:/core/modules/filters/untagged.js",
"text": "/*\\\ntitle: $:/core/modules/filters/untagged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the selected tiddlers that are untagged\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.untagged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !tiddler.hasField(\"tags\") || ($tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length === 0)) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/wikiparserrules.js": {
"title": "$:/core/modules/filters/wikiparserrules.js",
"text": "/*\\\ntitle: $:/core/modules/filters/wikiparserrules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the wiki parser rules in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.wikiparserrules = function(source,operator,options) {\n\tvar results = [],\n\t\toperand = operator.operand;\n\t$tw.utils.each($tw.modules.types.wikirule,function(mod) {\n\t\tvar exp = mod.exports;\n\t\tif(!operand || exp.types[operand]) {\n\t\t\tresults.push(exp.name);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/x-listops.js": {
"title": "$:/core/modules/filters/x-listops.js",
"text": "/*\\\ntitle: $:/core/modules/filters/x-listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nExtended filter operators to manipulate the current list.\n\n\\*/\n(function () {\n\n /*jslint node: true, browser: true */\n /*global $tw: false */\n \"use strict\";\n\n /*\n Fetch titles from the current list\n */\n var prepare_results = function (source) {\n var results = [];\n source(function (tiddler, title) {\n results.push(title);\n });\n return results;\n };\n\n /*\n Moves a number of items from the tail of the current list before the item named in the operand\n */\n exports.putbefore = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1);\n return (index === -1) ?\n results.slice(0, -1) :\n results.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\n };\n\n /*\n Moves a number of items from the tail of the current list after the item named in the operand\n */\n exports.putafter = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1);\n return (index === -1) ?\n results.slice(0, -1) :\n results.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n };\n\n /*\n Replaces the item named in the operand with a number of items from the tail of the current list\n */\n exports.replace = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1);\n return (index === -1) ?\n results.slice(0, -count) :\n results.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n };\n\n /*\n Moves a number of items from the tail of the current list to the head of the list\n */\n exports.putfirst = function (source, operator) {\n var results = prepare_results(source),\n count = $tw.utils.getInt(operator.suffix,1);\n return results.slice(-count).concat(results.slice(0, -count));\n };\n\n /*\n Moves a number of items from the head of the current list to the tail of the list\n */\n exports.putlast = function (source, operator) {\n var results = prepare_results(source),\n count = $tw.utils.getInt(operator.suffix,1);\n return results.slice(count).concat(results.slice(0, count));\n };\n\n /*\n Moves the item named in the operand a number of places forward or backward in the list\n */\n exports.move = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1),\n marker = results.splice(index, 1),\n offset = (index + count) > 0 ? index + count : 0;\n return results.slice(0, offset).concat(marker).concat(results.slice(offset));\n };\n\n /*\n Returns the items from the current list that are after the item named in the operand\n */\n exports.allafter = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand);\n return (index === -1 || index > (results.length - 2)) ? [] :\n (operator.suffix) ? results.slice(index) :\n results.slice(index + 1);\n };\n\n /*\n Returns the items from the current list that are before the item named in the operand\n */\n exports.allbefore = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand);\n return (index < 0) ? [] :\n (operator.suffix) ? results.slice(0, index + 1) :\n results.slice(0, index);\n };\n\n /*\n Appends the items listed in the operand array to the tail of the current list\n */\n exports.append = function (source, operator) {\n var append = $tw.utils.parseStringArray(operator.operand, \"true\"),\n results = prepare_results(source),\n count = parseInt(operator.suffix) || append.length;\n return (append.length === 0) ? results :\n (operator.prefix) ? results.concat(append.slice(-count)) :\n results.concat(append.slice(0, count));\n };\n\n /*\n Prepends the items listed in the operand array to the head of the current list\n */\n exports.prepend = function (source, operator) {\n var prepend = $tw.utils.parseStringArray(operator.operand, \"true\"),\n results = prepare_results(source),\n count = $tw.utils.getInt(operator.suffix,prepend.length);\n return (prepend.length === 0) ? results :\n (operator.prefix) ? prepend.slice(-count).concat(results) :\n prepend.slice(0, count).concat(results);\n };\n\n /*\n Returns all items from the current list except the items listed in the operand array\n */\n exports.remove = function (source, operator) {\n var array = $tw.utils.parseStringArray(operator.operand, \"true\"),\n results = prepare_results(source),\n count = parseInt(operator.suffix) || array.length,\n p,\n len,\n index;\n len = array.length - 1;\n for (p = 0; p < count; ++p) {\n if (operator.prefix) {\n index = results.indexOf(array[len - p]);\n } else {\n index = results.indexOf(array[p]);\n }\n if (index !== -1) {\n results.splice(index, 1);\n }\n }\n return results;\n };\n\n /*\n Returns all items from the current list sorted in the order of the items in the operand array\n */\n exports.sortby = function (source, operator) {\n var results = prepare_results(source);\n if (!results || results.length < 2) {\n return results;\n }\n var lookup = $tw.utils.parseStringArray(operator.operand, \"true\");\n results.sort(function (a, b) {\n return lookup.indexOf(a) - lookup.indexOf(b);\n });\n return results;\n };\n\n /*\n Removes all duplicate items from the current list\n */\n exports.unique = function (source, operator) {\n var results = prepare_results(source);\n var set = results.reduce(function (a, b) {\n if (a.indexOf(b) < 0) {\n a.push(b);\n }\n return a;\n }, []);\n return set;\n };\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters.js": {
"title": "$:/core/modules/filters.js",
"text": "/*\\\ntitle: $:/core/modules/filters.js\ntype: application/javascript\nmodule-type: wikimethod\n\nAdds tiddler filtering methods to the $tw.Wiki object.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParses an operation (i.e. a run) within a filter string\n\toperators: Array of array of operator nodes into which results should be inserted\n\tfilterString: filter string\n\tp: start position within the string\nReturns the new start position, after the parsed operation\n*/\nfunction parseFilterOperation(operators,filterString,p) {\n\tvar nextBracketPos, operator;\n\t// Skip the starting square bracket\n\tif(filterString.charAt(p++) !== \"[\") {\n\t\tthrow \"Missing [ in filter expression\";\n\t}\n\t// Process each operator in turn\n\tdo {\n\t\toperator = {};\n\t\t// Check for an operator prefix\n\t\tif(filterString.charAt(p) === \"!\") {\n\t\t\toperator.prefix = filterString.charAt(p++);\n\t\t}\n\t\t// Get the operator name\n\t\tnextBracketPos = filterString.substring(p).search(/[\\[\\{<\\/]/);\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing [ in filter expression\";\n\t\t}\n\t\tnextBracketPos += p;\n\t\tvar bracket = filterString.charAt(nextBracketPos);\n\t\toperator.operator = filterString.substring(p,nextBracketPos);\n\t\t// Any suffix?\n\t\tvar colon = operator.operator.indexOf(':');\n\t\tif(colon > -1) {\n\t\t\t// The raw suffix for older filters\n\t\t\toperator.suffix = operator.operator.substring(colon + 1);\n\t\t\toperator.operator = operator.operator.substring(0,colon) || \"field\";\n\t\t\t// The processed suffix for newer filters\n\t\t\toperator.suffixes = [];\n\t\t\t$tw.utils.each(operator.suffix.split(\":\"),function(subsuffix) {\n\t\t\t\toperator.suffixes.push([]);\n\t\t\t\t$tw.utils.each(subsuffix.split(\",\"),function(entry) {\n\t\t\t\t\tentry = $tw.utils.trim(entry);\n\t\t\t\t\tif(entry) {\n\t\t\t\t\t\toperator.suffixes[operator.suffixes.length - 1].push(entry); \n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\t// Empty operator means: title\n\t\telse if(operator.operator === \"\") {\n\t\t\toperator.operator = \"title\";\n\t\t}\n\n\t\tp = nextBracketPos + 1;\n\t\tswitch (bracket) {\n\t\t\tcase \"{\": // Curly brackets\n\t\t\t\toperator.indirect = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"[\": // Square brackets\n\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"<\": // Angle brackets\n\t\t\t\toperator.variable = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"/\": // regexp brackets\n\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\tif(rexMatch) {\n\t\t\t\t\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n// DEPRECATION WARNING\nconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\n\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t}\n\t\tif(!operator.regexp) {\n\t\t\toperator.operand = filterString.substring(p,nextBracketPos);\n\t\t}\n\t\tp = nextBracketPos + 1;\n\n\t\t// Push this operator\n\t\toperators.push(operator);\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\tthrow \"Missing ] in filter expression\";\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n/*\nParse a filter string\n*/\nexports.parseFilter = function(filterString) {\n\tfilterString = filterString || \"\";\n\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\n\t\tp = 0, // Current position in the filter string\n\t\tmatch;\n\tvar whitespaceRegExp = /(\\s+)/mg,\n\t\toperandRegExp = /((?:\\+|\\-|~)?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < filterString.length) {\n\t\t// Skip any whitespace\n\t\twhitespaceRegExp.lastIndex = p;\n\t\tmatch = whitespaceRegExp.exec(filterString);\n\t\tif(match && match.index === p) {\n\t\t\tp = p + match[0].length;\n\t\t}\n\t\t// Match the start of the operation\n\t\tif(p < filterString.length) {\n\t\t\toperandRegExp.lastIndex = p;\n\t\t\tmatch = operandRegExp.exec(filterString);\n\t\t\tif(!match || match.index !== p) {\n\t\t\t\tthrow $tw.language.getString(\"Error/FilterSyntax\");\n\t\t\t}\n\t\t\tvar operation = {\n\t\t\t\tprefix: \"\",\n\t\t\t\toperators: []\n\t\t\t};\n\t\t\tif(match[1]) {\n\t\t\t\toperation.prefix = match[1];\n\t\t\t\tp++;\n\t\t\t}\n\t\t\tif(match[2]) { // Opening square bracket\n\t\t\t\tp = parseFilterOperation(operation.operators,filterString,p);\n\t\t\t} else {\n\t\t\t\tp = match.index + match[0].length;\n\t\t\t}\n\t\t\tif(match[3] || match[4] || match[5]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operand: match[3] || match[4] || match[5]}\n\t\t\t\t);\n\t\t\t}\n\t\t\tresults.push(operation);\n\t\t}\n\t}\n\treturn results;\n};\n\nexports.getFilterOperators = function() {\n\tif(!this.filterOperators) {\n\t\t$tw.Wiki.prototype.filterOperators = {};\n\t\t$tw.modules.applyMethods(\"filteroperator\",this.filterOperators);\n\t}\n\treturn this.filterOperators;\n};\n\nexports.filterTiddlers = function(filterString,widget,source) {\n\tvar fn = this.compileFilter(filterString);\n\treturn fn.call(this,source,widget);\n};\n\n/*\nCompile a filter into a function with the signature fn(source,widget) where:\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\nwidget: an optional widget node for retrieving the current tiddler etc.\n*/\nexports.compileFilter = function(filterString) {\n\tvar filterParseTree;\n\ttry {\n\t\tfilterParseTree = this.parseFilter(filterString);\n\t} catch(e) {\n\t\treturn function(source,widget) {\n\t\t\treturn [$tw.language.getString(\"Error/Filter\") + \": \" + e];\n\t\t};\n\t}\n\t// Get the hashmap of filter operator functions\n\tvar filterOperators = this.getFilterOperators();\n\t// Assemble array of functions, one for each operation\n\tvar operationFunctions = [];\n\t// Step through the operations\n\tvar self = this;\n\t$tw.utils.each(filterParseTree,function(operation) {\n\t\t// Create a function for the chain of operators in the operation\n\t\tvar operationSubFunction = function(source,widget) {\n\t\t\tvar accumulator = source,\n\t\t\t\tresults = [],\n\t\t\t\tcurrTiddlerTitle = widget && widget.getVariable(\"currentTiddler\");\n\t\t\t$tw.utils.each(operation.operators,function(operator) {\n\t\t\t\tvar operand = operator.operand,\n\t\t\t\t\toperatorFunction;\n\t\t\t\tif(!operator.operator) {\n\t\t\t\t\toperatorFunction = filterOperators.title;\n\t\t\t\t} else if(!filterOperators[operator.operator]) {\n\t\t\t\t\toperatorFunction = filterOperators.field;\n\t\t\t\t} else {\n\t\t\t\t\toperatorFunction = filterOperators[operator.operator];\n\t\t\t\t}\n\t\t\t\tif(operator.indirect) {\n\t\t\t\t\toperand = self.getTextReference(operator.operand,\"\",currTiddlerTitle);\n\t\t\t\t}\n\t\t\t\tif(operator.variable) {\n\t\t\t\t\toperand = widget.getVariable(operator.operand,{defaultValue: \"\"});\n\t\t\t\t}\n\t\t\t\t// Invoke the appropriate filteroperator module\n\t\t\t\tresults = operatorFunction(accumulator,{\n\t\t\t\t\t\t\toperator: operator.operator,\n\t\t\t\t\t\t\toperand: operand,\n\t\t\t\t\t\t\tprefix: operator.prefix,\n\t\t\t\t\t\t\tsuffix: operator.suffix,\n\t\t\t\t\t\t\tsuffixes: operator.suffixes,\n\t\t\t\t\t\t\tregexp: operator.regexp\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\twiki: self,\n\t\t\t\t\t\t\twidget: widget\n\t\t\t\t\t\t});\n\t\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\t\taccumulator = self.makeTiddlerIterator(results);\n\t\t\t\t} else {\n\t\t\t\t\taccumulator = results;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\treturn results;\n\t\t\t} else {\n\t\t\t\tvar resultArray = [];\n\t\t\t\tresults(function(tiddler,title) {\n\t\t\t\t\tresultArray.push(title);\n\t\t\t\t});\n\t\t\t\treturn resultArray;\n\t\t\t}\n\t\t};\n\t\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\n\t\t\tswitch(operation.prefix || \"\") {\n\t\t\t\tcase \"\": // No prefix means that the operation is unioned into the result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.removeArrayEntries(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\t\t\t\t\tsource = self.makeTiddlerIterator(results);\n\t\t\t\t\t\tresults.splice(0,results.length);\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"~\": // This operation is unioned into the result only if the main result so far is empty\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\tif(results.length === 0) {\n\t\t\t\t\t\t\t// Main result so far is empty\n\t\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t}\n\t\t})());\n\t});\n\t// Return a function that applies the operations to a source iterator of tiddler titles\n\treturn $tw.perf.measure(\"filter\",function filterFunction(source,widget) {\n\t\tif(!source) {\n\t\t\tsource = self.each;\n\t\t} else if(typeof source === \"object\") { // Array or hashmap\n\t\t\tsource = self.makeTiddlerIterator(source);\n\t\t}\n\t\tvar results = [];\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results;\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/core/modules/info/platform.js": {
"title": "$:/core/modules/info/platform.js",
"text": "/*\\\ntitle: $:/core/modules/info/platform.js\ntype: application/javascript\nmodule-type: info\n\nInitialise basic platform $:/info/ tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.getInfoTiddlerFields = function() {\n\tvar mapBoolean = function(value) {return value ? \"yes\" : \"no\";},\n\t\tinfoTiddlerFields = [];\n\t// Basics\n\tinfoTiddlerFields.push({title: \"$:/info/browser\", text: mapBoolean(!!$tw.browser)});\n\tinfoTiddlerFields.push({title: \"$:/info/node\", text: mapBoolean(!!$tw.node)});\n\tif($tw.browser) {\n\t\t// Document location\n\t\tvar setLocationProperty = function(name,value) {\n\t\t\t\tinfoTiddlerFields.push({title: \"$:/info/url/\" + name, text: value});\t\t\t\n\t\t\t},\n\t\t\tlocation = document.location;\n\t\tsetLocationProperty(\"full\", (location.toString()).split(\"#\")[0]);\n\t\tsetLocationProperty(\"host\", location.host);\n\t\tsetLocationProperty(\"hostname\", location.hostname);\n\t\tsetLocationProperty(\"protocol\", location.protocol);\n\t\tsetLocationProperty(\"port\", location.port);\n\t\tsetLocationProperty(\"pathname\", location.pathname);\n\t\tsetLocationProperty(\"search\", location.search);\n\t\tsetLocationProperty(\"origin\", location.origin);\n\t\t// Screen size\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/width\", text: window.screen.width.toString()});\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/height\", text: window.screen.height.toString()});\n\t}\n\treturn infoTiddlerFields;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "info"
},
"$:/core/modules/keyboard.js": {
"title": "$:/core/modules/keyboard.js",
"text": "/*\\\ntitle: $:/core/modules/keyboard.js\ntype: application/javascript\nmodule-type: global\n\nKeyboard handling utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar namedKeys = {\n\t\"cancel\": 3,\n\t\"help\": 6,\n\t\"backspace\": 8,\n\t\"tab\": 9,\n\t\"clear\": 12,\n\t\"return\": 13,\n\t\"enter\": 13,\n\t\"pause\": 19,\n\t\"escape\": 27,\n\t\"space\": 32,\n\t\"page_up\": 33,\n\t\"page_down\": 34,\n\t\"end\": 35,\n\t\"home\": 36,\n\t\"left\": 37,\n\t\"up\": 38,\n\t\"right\": 39,\n\t\"down\": 40,\n\t\"printscreen\": 44,\n\t\"insert\": 45,\n\t\"delete\": 46,\n\t\"0\": 48,\n\t\"1\": 49,\n\t\"2\": 50,\n\t\"3\": 51,\n\t\"4\": 52,\n\t\"5\": 53,\n\t\"6\": 54,\n\t\"7\": 55,\n\t\"8\": 56,\n\t\"9\": 57,\n\t\"firefoxsemicolon\": 59,\n\t\"firefoxequals\": 61,\n\t\"a\": 65,\n\t\"b\": 66,\n\t\"c\": 67,\n\t\"d\": 68,\n\t\"e\": 69,\n\t\"f\": 70,\n\t\"g\": 71,\n\t\"h\": 72,\n\t\"i\": 73,\n\t\"j\": 74,\n\t\"k\": 75,\n\t\"l\": 76,\n\t\"m\": 77,\n\t\"n\": 78,\n\t\"o\": 79,\n\t\"p\": 80,\n\t\"q\": 81,\n\t\"r\": 82,\n\t\"s\": 83,\n\t\"t\": 84,\n\t\"u\": 85,\n\t\"v\": 86,\n\t\"w\": 87,\n\t\"x\": 88,\n\t\"y\": 89,\n\t\"z\": 90,\n\t\"numpad0\": 96,\n\t\"numpad1\": 97,\n\t\"numpad2\": 98,\n\t\"numpad3\": 99,\n\t\"numpad4\": 100,\n\t\"numpad5\": 101,\n\t\"numpad6\": 102,\n\t\"numpad7\": 103,\n\t\"numpad8\": 104,\n\t\"numpad9\": 105,\n\t\"multiply\": 106,\n\t\"add\": 107,\n\t\"separator\": 108,\n\t\"subtract\": 109,\n\t\"decimal\": 110,\n\t\"divide\": 111,\n\t\"f1\": 112,\n\t\"f2\": 113,\n\t\"f3\": 114,\n\t\"f4\": 115,\n\t\"f5\": 116,\n\t\"f6\": 117,\n\t\"f7\": 118,\n\t\"f8\": 119,\n\t\"f9\": 120,\n\t\"f10\": 121,\n\t\"f11\": 122,\n\t\"f12\": 123,\n\t\"f13\": 124,\n\t\"f14\": 125,\n\t\"f15\": 126,\n\t\"f16\": 127,\n\t\"f17\": 128,\n\t\"f18\": 129,\n\t\"f19\": 130,\n\t\"f20\": 131,\n\t\"f21\": 132,\n\t\"f22\": 133,\n\t\"f23\": 134,\n\t\"f24\": 135,\n\t\"firefoxminus\": 173,\n\t\"semicolon\": 186,\n\t\"equals\": 187,\n\t\"comma\": 188,\n\t\"dash\": 189,\n\t\"period\": 190,\n\t\"slash\": 191,\n\t\"backquote\": 192,\n\t\"openbracket\": 219,\n\t\"backslash\": 220,\n\t\"closebracket\": 221,\n\t\"quote\": 222\n};\n\nfunction KeyboardManager(options) {\n\tvar self = this;\n\toptions = options || \"\";\n\t// Save the named key hashmap\n\tthis.namedKeys = namedKeys;\n\t// Create a reverse mapping of code to keyname\n\tthis.keyNames = [];\n\t$tw.utils.each(namedKeys,function(keyCode,name) {\n\t\tself.keyNames[keyCode] = name.substr(0,1).toUpperCase() + name.substr(1);\n\t});\n\t// Save the platform-specific name of the \"meta\" key\n\tthis.metaKeyName = $tw.platform.isMac ? \"cmd-\" : \"win-\";\n\tthis.shortcutKeysList = [], // Stores the shortcut-key descriptors\n\tthis.shortcutActionList = [], // Stores the corresponding action strings\n\tthis.shortcutParsedList = []; // Stores the parsed key descriptors\n\tthis.lookupNames = [\"shortcuts\"];\n\tthis.lookupNames.push($tw.platform.isMac ? \"shortcuts-mac\" : \"shortcuts-not-mac\")\n\tthis.lookupNames.push($tw.platform.isWindows ? \"shortcuts-windows\" : \"shortcuts-not-windows\");\n\tthis.lookupNames.push($tw.platform.isLinux ? \"shortcuts-linux\" : \"shortcuts-not-linux\");\n\tthis.updateShortcutLists(this.getShortcutTiddlerList());\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.handleShortcutChanges(changes);\n\t});\n}\n\n/*\nReturn an array of keycodes for the modifier keys ctrl, shift, alt, meta\n*/\nKeyboardManager.prototype.getModifierKeys = function() {\n\treturn [\n\t\t16, // Shift\n\t\t17, // Ctrl\n\t\t18, // Alt\n\t\t20, // CAPS LOCK\n\t\t91, // Meta (left)\n\t\t93, // Meta (right)\n\t\t224 // Meta (Firefox)\n\t]\n};\n\n/*\nParses a key descriptor into the structure:\n{\n\tkeyCode: numeric keycode\n\tshiftKey: boolean\n\taltKey: boolean\n\tctrlKey: boolean\n\tmetaKey: boolean\n}\nKey descriptors have the following format:\n\tctrl+enter\n\tctrl+shift+alt+A\n*/\nKeyboardManager.prototype.parseKeyDescriptor = function(keyDescriptor) {\n\tvar components = keyDescriptor.split(/\\+|\\-/),\n\t\tinfo = {\n\t\t\tkeyCode: 0,\n\t\t\tshiftKey: false,\n\t\t\taltKey: false,\n\t\t\tctrlKey: false,\n\t\t\tmetaKey: false\n\t\t};\n\tfor(var t=0; t<components.length; t++) {\n\t\tvar s = components[t].toLowerCase(),\n\t\t\tc = s.charCodeAt(0);\n\t\t// Look for modifier keys\n\t\tif(s === \"ctrl\") {\n\t\t\tinfo.ctrlKey = true;\n\t\t} else if(s === \"shift\") {\n\t\t\tinfo.shiftKey = true;\n\t\t} else if(s === \"alt\") {\n\t\t\tinfo.altKey = true;\n\t\t} else if(s === \"meta\" || s === \"cmd\" || s === \"win\") {\n\t\t\tinfo.metaKey = true;\n\t\t}\n\t\t// Replace named keys with their code\n\t\tif(this.namedKeys[s]) {\n\t\t\tinfo.keyCode = this.namedKeys[s];\n\t\t}\n\t}\n\tif(info.keyCode) {\n\t\treturn info;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nParse a list of key descriptors into an array of keyInfo objects. The key descriptors can be passed as an array of strings or a space separated string\n*/\nKeyboardManager.prototype.parseKeyDescriptors = function(keyDescriptors,options) {\n\tvar self = this;\n\toptions = options || {};\n\toptions.stack = options.stack || [];\n\tvar wiki = options.wiki || $tw.wiki;\n\tif(typeof keyDescriptors === \"string\" && keyDescriptors === \"\") {\n\t\treturn [];\n\t}\n\tif(!$tw.utils.isArray(keyDescriptors)) {\n\t\tkeyDescriptors = keyDescriptors.split(\" \");\n\t}\n\tvar result = [];\n\t$tw.utils.each(keyDescriptors,function(keyDescriptor) {\n\t\t// Look for a named shortcut\n\t\tif(keyDescriptor.substr(0,2) === \"((\" && keyDescriptor.substr(-2,2) === \"))\") {\n\t\t\tif(options.stack.indexOf(keyDescriptor) === -1) {\n\t\t\t\toptions.stack.push(keyDescriptor);\n\t\t\t\tvar name = keyDescriptor.substring(2,keyDescriptor.length - 2),\n\t\t\t\t\tlookupName = function(configName) {\n\t\t\t\t\t\tvar keyDescriptors = wiki.getTiddlerText(\"$:/config/\" + configName + \"/\" + name);\n\t\t\t\t\t\tif(keyDescriptors) {\n\t\t\t\t\t\t\tresult.push.apply(result,self.parseKeyDescriptors(keyDescriptors,options));\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t$tw.utils.each(self.lookupNames,function(platformDescriptor) {\n\t\t\t\t\tlookupName(platformDescriptor);\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\tresult.push(self.parseKeyDescriptor(keyDescriptor));\n\t\t}\n\t});\n\treturn result;\n};\n\nKeyboardManager.prototype.getPrintableShortcuts = function(keyInfoArray) {\n\tvar self = this,\n\t\tresult = [];\n\t$tw.utils.each(keyInfoArray,function(keyInfo) {\n\t\tif(keyInfo) {\n\t\t\tresult.push((keyInfo.ctrlKey ? \"ctrl-\" : \"\") + \n\t\t\t\t (keyInfo.shiftKey ? \"shift-\" : \"\") + \n\t\t\t\t (keyInfo.altKey ? \"alt-\" : \"\") + \n\t\t\t\t (keyInfo.metaKey ? self.metaKeyName : \"\") + \n\t\t\t\t (self.keyNames[keyInfo.keyCode]));\n\t\t}\n\t});\n\treturn result;\n}\n\nKeyboardManager.prototype.checkKeyDescriptor = function(event,keyInfo) {\n\treturn keyInfo &&\n\t\t\tevent.keyCode === keyInfo.keyCode && \n\t\t\tevent.shiftKey === keyInfo.shiftKey && \n\t\t\tevent.altKey === keyInfo.altKey && \n\t\t\tevent.ctrlKey === keyInfo.ctrlKey && \n\t\t\tevent.metaKey === keyInfo.metaKey;\n};\n\nKeyboardManager.prototype.checkKeyDescriptors = function(event,keyInfoArray) {\n\tfor(var t=0; t<keyInfoArray.length; t++) {\n\t\tif(this.checkKeyDescriptor(event,keyInfoArray[t])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.getShortcutTiddlerList = function() {\n\treturn $tw.wiki.getTiddlersWithTag(\"$:/tags/KeyboardShortcut\");\n};\n\nKeyboardManager.prototype.updateShortcutLists = function(tiddlerList) {\n\tthis.shortcutTiddlers = tiddlerList;\n\tfor(var i=0; i<tiddlerList.length; i++) {\n\t\tvar title = tiddlerList[i],\n\t\t\ttiddlerFields = $tw.wiki.getTiddler(title).fields;\n\t\tthis.shortcutKeysList[i] = tiddlerFields.key !== undefined ? tiddlerFields.key : undefined;\n\t\tthis.shortcutActionList[i] = tiddlerFields.text;\n\t\tthis.shortcutParsedList[i] = this.shortcutKeysList[i] !== undefined ? this.parseKeyDescriptors(this.shortcutKeysList[i]) : undefined;\n\t}\n};\n\nKeyboardManager.prototype.handleKeydownEvent = function(event) {\n\tvar key, action;\n\tfor(var i=0; i<this.shortcutTiddlers.length; i++) {\n\t\tif(this.shortcutParsedList[i] !== undefined && this.checkKeyDescriptors(event,this.shortcutParsedList[i])) {\n\t\t\tkey = this.shortcutParsedList[i];\n\t\t\taction = this.shortcutActionList[i];\n\t\t}\n\t}\n\tif(key !== undefined) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\t$tw.rootWidget.invokeActionString(action,$tw.rootWidget);\n\t\treturn true;\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.detectNewShortcuts = function(changedTiddlers) {\n\tvar shortcutConfigTiddlers = [],\n\t\thandled = false;\n\t$tw.utils.each(this.lookupNames,function(platformDescriptor) {\n\t\tvar descriptorString = \"$:/config/\" + platformDescriptor + \"/\";\n\t\tObject.keys(changedTiddlers).forEach(function(configTiddler) {\n\t\t\tvar configString = configTiddler.substr(0, configTiddler.lastIndexOf(\"/\") + 1);\n\t\t\tif(configString === descriptorString) {\n\t\t\t\tshortcutConfigTiddlers.push(configTiddler);\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t});\n\t});\n\tif(handled) {\n\t\treturn $tw.utils.hopArray(changedTiddlers,shortcutConfigTiddlers);\n\t} else {\n\t\treturn false;\n\t}\n};\n\nKeyboardManager.prototype.handleShortcutChanges = function(changedTiddlers) {\n\tvar newList = this.getShortcutTiddlerList();\n\tvar hasChanged = $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers) ? true :\n\t\t($tw.utils.hopArray(changedTiddlers,newList) ? true :\n\t\t(this.detectNewShortcuts(changedTiddlers))\n\t);\n\t// Re-cache shortcuts if something changed\n\tif(hasChanged) {\n\t\tthis.updateShortcutLists(newList);\n\t}\n};\n\nexports.KeyboardManager = KeyboardManager;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/language.js": {
"title": "$:/core/modules/language.js",
"text": "/*\\\ntitle: $:/core/modules/language.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Language() manages translateable strings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate an instance of the language manager. Options include:\nwiki: wiki from which to retrieve translation tiddlers\n*/\nfunction Language(options) {\n\toptions = options || \"\";\n\tthis.wiki = options.wiki || $tw.wiki;\n}\n\n/*\nReturn a wikified translateable string. The title is automatically prefixed with \"$:/language/\"\nOptions include:\nvariables: optional hashmap of variables to supply to the language wikification\n*/\nLanguage.prototype.getString = function(title,options) {\n\toptions = options || {};\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.renderTiddler(\"text/plain\",title,{variables: options.variables});\n};\n\n/*\nReturn a raw, unwikified translateable string. The title is automatically prefixed with \"$:/language/\"\n*/\nLanguage.prototype.getRawString = function(title) {\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.getTiddlerText(title);\n};\n\nexports.Language = Language;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/macros/changecount.js": {
"title": "$:/core/modules/macros/changecount.js",
"text": "/*\\\ntitle: $:/core/modules/macros/changecount.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the changecount for the current tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"changecount\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn this.wiki.getChangeCount(this.getVariable(\"currentTiddler\")) + \"\";\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/contrastcolour.js": {
"title": "$:/core/modules/macros/contrastcolour.js",
"text": "/*\\\ntitle: $:/core/modules/macros/contrastcolour.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to choose which of two colours has the highest contrast with a base colour\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"contrastcolour\";\n\nexports.params = [\n\t{name: \"target\"},\n\t{name: \"fallbackTarget\"},\n\t{name: \"colourA\"},\n\t{name: \"colourB\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(target,fallbackTarget,colourA,colourB) {\n\tvar rgbTarget = $tw.utils.parseCSSColor(target) || $tw.utils.parseCSSColor(fallbackTarget);\n\tif(!rgbTarget) {\n\t\treturn colourA;\n\t}\n\tvar rgbColourA = $tw.utils.parseCSSColor(colourA),\n\t\trgbColourB = $tw.utils.parseCSSColor(colourB);\n\tif(rgbColourA && !rgbColourB) {\n\t\treturn rgbColourA;\n\t}\n\tif(rgbColourB && !rgbColourA) {\n\t\treturn rgbColourB;\n\t}\n\tif(!rgbColourA && !rgbColourB) {\n\t\t// If neither colour is readable, return a crude inverse of the target\n\t\treturn [255 - rgbTarget[0],255 - rgbTarget[1],255 - rgbTarget[2],rgbTarget[3]];\n\t}\n\t// Colour brightness formula derived from http://www.w3.org/WAI/ER/WD-AERT/#color-contrast\n\tvar brightnessTarget = rgbTarget[0] * 0.299 + rgbTarget[1] * 0.587 + rgbTarget[2] * 0.114,\n\t\tbrightnessA = rgbColourA[0] * 0.299 + rgbColourA[1] * 0.587 + rgbColourA[2] * 0.114,\n\t\tbrightnessB = rgbColourB[0] * 0.299 + rgbColourB[1] * 0.587 + rgbColourB[2] * 0.114;\n\treturn Math.abs(brightnessTarget - brightnessA) > Math.abs(brightnessTarget - brightnessB) ? colourA : colourB;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/csvtiddlers.js": {
"title": "$:/core/modules/macros/csvtiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/macros/csvtiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to CSV\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"csvtiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"format\"},\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,format) {\n\tvar self = this,\n\t\ttiddlers = this.wiki.filterTiddlers(filter),\n\t\ttiddler,\n\t\tfields = [],\n\t\tt,f;\n\t// Collect all the fields\n\tfor(t=0;t<tiddlers.length; t++) {\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\tfor(f in tiddler.fields) {\n\t\t\tif(fields.indexOf(f) === -1) {\n\t\t\t\tfields.push(f);\n\t\t\t}\n\t\t}\n\t}\n\t// Sort the fields and bring the standard ones to the front\n\tfields.sort();\n\t\"title text modified modifier created creator\".split(\" \").reverse().forEach(function(value,index) {\n\t\tvar p = fields.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tfields.splice(p,1);\n\t\t\tfields.unshift(value)\n\t\t}\n\t});\n\t// Output the column headings\n\tvar output = [], row = [];\n\tfields.forEach(function(value) {\n\t\trow.push(quoteAndEscape(value))\n\t});\n\toutput.push(row.join(\",\"));\n\t// Output each tiddler\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\trow = [];\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\t\tfor(f=0; f<fields.length; f++) {\n\t\t\t\trow.push(quoteAndEscape(tiddler ? tiddler.getFieldString(fields[f]) || \"\" : \"\"));\n\t\t\t}\n\t\toutput.push(row.join(\",\"));\n\t}\n\treturn output.join(\"\\n\");\n};\n\nfunction quoteAndEscape(value) {\n\treturn \"\\\"\" + value.replace(/\"/mg,\"\\\"\\\"\") + \"\\\"\";\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/displayshortcuts.js": {
"title": "$:/core/modules/macros/displayshortcuts.js",
"text": "/*\\\ntitle: $:/core/modules/macros/displayshortcuts.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to display a list of keyboard shortcuts in human readable form. Notably, it resolves named shortcuts like `((bold))` to the underlying keystrokes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"displayshortcuts\";\n\nexports.params = [\n\t{name: \"shortcuts\"},\n\t{name: \"prefix\"},\n\t{name: \"separator\"},\n\t{name: \"suffix\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(shortcuts,prefix,separator,suffix) {\n\tvar shortcutArray = $tw.keyboardManager.getPrintableShortcuts($tw.keyboardManager.parseKeyDescriptors(shortcuts,{\n\t\twiki: this.wiki\n\t}));\n\tif(shortcutArray.length > 0) {\n\t\tshortcutArray.sort(function(a,b) {\n\t\t return a.toLowerCase().localeCompare(b.toLowerCase());\n\t\t})\n\t\treturn prefix + shortcutArray.join(separator) + suffix;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/dumpvariables.js": {
"title": "$:/core/modules/macros/dumpvariables.js",
"text": "/*\\\ntitle: $:/core/modules/macros/dumpvariables.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to dump all active variable values\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"dumpvariables\";\n\nexports.params = [\n];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\tvar output = [\"|!Variable |!Value |\"],\n\t\tvariables = [], variable;\n\tfor(variable in this.variables) {\n\t\tvariables.push(variable);\n\t}\n\tvariables.sort();\n\tfor(var index=0; index<variables.length; index++) {\n\t\tvar variable = variables[index];\n\t\toutput.push(\"|\" + variable + \" |<input size=50 value=<<\" + variable + \">>/> |\")\n\t}\n\treturn output.join(\"\\n\");\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/jsontiddler.js": {
"title": "$:/core/modules/macros/jsontiddler.js",
"text": "/*\\\ntitle: $:/core/modules/macros/jsontiddler.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output a single tiddler to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddler\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\ttitle = title || this.getVariable(\"currentTiddler\");\n\tvar tiddler = !!title && this.wiki.getTiddler(title),\n\t\tfields = new Object();\n\tif(tiddler) {\n\t\tfor(var field in tiddler.fields) {\n\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t}\n\t}\n\treturn JSON.stringify(fields,null,$tw.config.preferences.jsonSpaces);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/jsontiddlers.js": {
"title": "$:/core/modules/macros/jsontiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/macros/jsontiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddlers\";\n\nexports.params = [\n\t{name: \"filter\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter) {\n\treturn this.wiki.getTiddlersAsJson(filter);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/makedatauri.js": {
"title": "$:/core/modules/macros/makedatauri.js",
"text": "/*\\\ntitle: $:/core/modules/macros/makedatauri.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to convert a string of text to a data URI\n\n<<makedatauri text:\"Text to be converted\" type:\"text/vnd.tiddlywiki\">>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"makedatauri\";\n\nexports.params = [\n\t{name: \"text\"},\n\t{name: \"type\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(text,type) {\n\treturn $tw.utils.makeDataUri(text,type);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/now.js": {
"title": "$:/core/modules/macros/now.js",
"text": "/*\\\ntitle: $:/core/modules/macros/now.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return a formatted version of the current time\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"now\";\n\nexports.params = [\n\t{name: \"format\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(format) {\n\treturn $tw.utils.formatDateString(new Date(),format || \"0hh:0mm, DDth MMM YYYY\");\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/qualify.js": {
"title": "$:/core/modules/macros/qualify.js",
"text": "/*\\\ntitle: $:/core/modules/macros/qualify.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to qualify a state tiddler title according\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"qualify\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\treturn title + \"-\" + this.getStateQualifier();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/resolvepath.js": {
"title": "$:/core/modules/macros/resolvepath.js",
"text": "/*\\\ntitle: $:/core/modules/macros/resolvepath.js\ntype: application/javascript\nmodule-type: macro\n\nResolves a relative path for an absolute rootpath.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"resolvepath\";\n\nexports.params = [\n\t{name: \"source\"},\n\t{name: \"root\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(source, root) {\n\treturn $tw.utils.resolvePath(source, root);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/version.js": {
"title": "$:/core/modules/macros/version.js",
"text": "/*\\\ntitle: $:/core/modules/macros/version.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the TiddlyWiki core version number\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"version\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn $tw.version;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/parsers/audioparser.js": {
"title": "$:/core/modules/parsers/audioparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/audioparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe audio parser parses an audio tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar AudioParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"audio\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"audio/ogg\"] = AudioParser;\nexports[\"audio/mpeg\"] = AudioParser;\nexports[\"audio/mp3\"] = AudioParser;\nexports[\"audio/mp4\"] = AudioParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/binaryparser.js": {
"title": "$:/core/modules/parsers/binaryparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/binaryparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe video parser parses a video tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\n\nvar BinaryParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"transclude\",\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t}\n\t}];\n};\n\nexports[\"application/octet-stream\"] = BinaryParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/csvparser.js": {
"title": "$:/core/modules/parsers/csvparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/csvparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe CSV text parser processes CSV files into a table wrapped in a scrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CsvParser = function(type,text,options) {\n\t// Table framework\n\tthis.tree = [{\n\t\t\"type\": \"scrollable\", \"children\": [{\n\t\t\t\"type\": \"element\", \"tag\": \"table\", \"children\": [{\n\t\t\t\t\"type\": \"element\", \"tag\": \"tbody\", \"children\": []\n\t\t\t}], \"attributes\": {\n\t\t\t\t\"class\": {\"type\": \"string\", \"value\": \"tc-csv-table\"}\n\t\t\t}\n\t\t}]\n\t}];\n\t// Split the text into lines\n\tvar lines = text.split(/\\r?\\n/mg),\n\t\ttag = \"th\";\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar lineText = lines[line];\n\t\tif(lineText) {\n\t\t\tvar row = {\n\t\t\t\t\t\"type\": \"element\", \"tag\": \"tr\", \"children\": []\n\t\t\t\t};\n\t\t\tvar columns = lineText.split(\",\");\n\t\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\t\trow.children.push({\n\t\t\t\t\t\t\"type\": \"element\", \"tag\": tag, \"children\": [{\n\t\t\t\t\t\t\t\"type\": \"text\",\n\t\t\t\t\t\t\t\"text\": columns[column]\n\t\t\t\t\t\t}]\n\t\t\t\t\t});\n\t\t\t}\n\t\t\ttag = \"td\";\n\t\t\tthis.tree[0].children[0].children[0].children.push(row);\n\t\t}\n\t}\n};\n\nexports[\"text/csv\"] = CsvParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/htmlparser.js": {
"title": "$:/core/modules/parsers/htmlparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/htmlparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe HTML parser displays text as raw HTML\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HtmlParser = function(type,text,options) {\n\tvar src;\n\tif(options._canonical_uri) {\n\t\tsrc = options._canonical_uri;\n\t} else if(text) {\n\t\tsrc = \"data:text/html;charset=utf-8,\" + encodeURIComponent(text);\n\t}\n\tthis.tree = [{\n\t\ttype: \"element\",\n\t\ttag: \"iframe\",\n\t\tattributes: {\n\t\t\tsrc: {type: \"string\", value: src},\n\t\t\tsandbox: {type: \"string\", value: \"\"}\n\t\t}\n\t}];\n};\n\nexports[\"text/html\"] = HtmlParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/imageparser.js": {
"title": "$:/core/modules/parsers/imageparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/imageparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe image parser parses an image into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"img\",\n\t\t\tattributes: {}\n\t\t};\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\tif(type === \"image/svg+xml\" || type === \".svg\") {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:image/svg+xml,\" + encodeURIComponent(text)};\n\t\t} else {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t\t}\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"image/svg+xml\"] = ImageParser;\nexports[\"image/jpg\"] = ImageParser;\nexports[\"image/jpeg\"] = ImageParser;\nexports[\"image/png\"] = ImageParser;\nexports[\"image/gif\"] = ImageParser;\nexports[\"image/webp\"] = ImageParser;\nexports[\"image/heic\"] = ImageParser;\nexports[\"image/heif\"] = ImageParser;\nexports[\"image/x-icon\"] = ImageParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/utils/parseutils.js": {
"title": "$:/core/modules/utils/parseutils.js",
"text": "/*\\\ntitle: $:/core/modules/utils/parseutils.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions concerned with parsing text into tokens.\n\nMost functions have the following pattern:\n\n* The parameters are:\n** `source`: the source string being parsed\n** `pos`: the current parse position within the string\n** Any further parameters are used to identify the token that is being parsed\n* The return value is:\n** null if the token was not found at the specified position\n** an object representing the token with the following standard fields:\n*** `type`: string indicating the type of the token\n*** `start`: start position of the token in the source string\n*** `end`: end position of the token in the source string\n*** Any further fields required to describe the token\n\nThe exception is `skipWhiteSpace`, which just returns the position after the whitespace.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for a whitespace token. Returns null if not found, otherwise returns {type: \"whitespace\", start:, end:,}\n*/\nexports.parseWhiteSpace = function(source,pos) {\n\tvar p = pos,c;\n\twhile(true) {\n\t\tc = source.charAt(p);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tp++;\n\t\t} else {\n\t\t\tbreak;\n\t\t}\n\t}\n\tif(p === pos) {\n\t\treturn null;\n\t} else {\n\t\treturn {\n\t\t\ttype: \"whitespace\",\n\t\t\tstart: pos,\n\t\t\tend: p\n\t\t}\n\t}\n};\n\n/*\nConvenience wrapper for parseWhiteSpace. Returns the position after the whitespace\n*/\nexports.skipWhiteSpace = function(source,pos) {\n\tvar c;\n\twhile(true) {\n\t\tc = source.charAt(pos);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tpos++;\n\t\t} else {\n\t\t\treturn pos;\n\t\t}\n\t}\n};\n\n/*\nLook for a given string token. Returns null if not found, otherwise returns {type: \"token\", value:, start:, end:,}\n*/\nexports.parseTokenString = function(source,pos,token) {\n\tvar match = source.indexOf(token,pos) === pos;\n\tif(match) {\n\t\treturn {\n\t\t\ttype: \"token\",\n\t\t\tvalue: token,\n\t\t\tstart: pos,\n\t\t\tend: pos + token.length\n\t\t};\n\t}\n\treturn null;\n};\n\n/*\nLook for a token matching a regex. Returns null if not found, otherwise returns {type: \"regexp\", match:, start:, end:,}\n*/\nexports.parseTokenRegExp = function(source,pos,reToken) {\n\tvar node = {\n\t\ttype: \"regexp\",\n\t\tstart: pos\n\t};\n\treToken.lastIndex = pos;\n\tnode.match = reToken.exec(source);\n\tif(node.match && node.match.index === pos) {\n\t\tnode.end = pos + node.match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a string literal. Returns null if not found, otherwise returns {type: \"string\", value:, start:, end:,}\n*/\nexports.parseStringLiteral = function(source,pos) {\n\tvar node = {\n\t\ttype: \"string\",\n\t\tstart: pos\n\t};\n\tvar reString = /(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\")|(?:'([^']*)')/g;\n\treString.lastIndex = pos;\n\tvar match = reString.exec(source);\n\tif(match && match.index === pos) {\n\t\tnode.value = match[1] !== undefined ? match[1] :(\n\t\t\tmatch[2] !== undefined ? match[2] : match[3] \n\t\t\t\t\t);\n\t\tnode.end = pos + match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a macro invocation parameter. Returns null if not found, or {type: \"macro-parameter\", name:, value:, start:, end:}\n*/\nexports.parseMacroParameter = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macro-parameter\",\n\t\tstart: pos\n\t};\n\t// Define our regexp\n\tvar reMacroParameter = /(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\\s>\"'=]+)))/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the parameter\n\tvar token = $tw.utils.parseTokenRegExp(source,pos,reMacroParameter);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the parameter details\n\tnode.value = token.match[2] !== undefined ? token.match[2] : (\n\t\t\t\t\ttoken.match[3] !== undefined ? token.match[3] : (\n\t\t\t\t\t\ttoken.match[4] !== undefined ? token.match[4] : (\n\t\t\t\t\t\t\ttoken.match[5] !== undefined ? token.match[5] : (\n\t\t\t\t\t\t\t\ttoken.match[6] !== undefined ? token.match[6] : (\n\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t)\n\t\t\t\t);\n\tif(token.match[1]) {\n\t\tnode.name = token.match[1];\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for a macro invocation. Returns null if not found, or {type: \"macrocall\", name:, parameters:, start:, end:}\n*/\nexports.parseMacroInvocation = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macrocall\",\n\t\tstart: pos,\n\t\tparams: []\n\t};\n\t// Define our regexps\n\tvar reMacroName = /([^\\s>\"'=]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double less than sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"<<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the macro name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reMacroName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Process parameters\n\tvar parameter = $tw.utils.parseMacroParameter(source,pos);\n\twhile(parameter) {\n\t\tnode.params.push(parameter);\n\t\tpos = parameter.end;\n\t\t// Get the next parameter\n\t\tparameter = $tw.utils.parseMacroParameter(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">>\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for an HTML attribute definition. Returns null if not found, otherwise returns {type: \"attribute\", name:, valueType: \"string|indirect|macro\", value:, start:, end:,}\n*/\nexports.parseAttribute = function(source,pos) {\n\tvar node = {\n\t\tstart: pos\n\t};\n\t// Define our regexps\n\tvar reAttributeName = /([^\\/\\s>\"'=]+)/g,\n\t\treUnquotedAttribute = /([^\\/\\s<>\"'=]+)/g,\n\t\treFilteredValue = /\\{\\{\\{(.+?)\\}\\}\\}/g,\n\t\treIndirectValue = /\\{\\{([^\\}]+)\\}\\}/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the attribute name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reAttributeName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for an equals sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"=\");\n\tif(token) {\n\t\tpos = token.end;\n\t\t// Skip whitespace\n\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t// Look for a string literal\n\t\tvar stringLiteral = $tw.utils.parseStringLiteral(source,pos);\n\t\tif(stringLiteral) {\n\t\t\tpos = stringLiteral.end;\n\t\t\tnode.type = \"string\";\n\t\t\tnode.value = stringLiteral.value;\n\t\t} else {\n\t\t\t// Look for a filtered value\n\t\t\tvar filteredValue = $tw.utils.parseTokenRegExp(source,pos,reFilteredValue);\n\t\t\tif(filteredValue) {\n\t\t\t\tpos = filteredValue.end;\n\t\t\t\tnode.type = \"filtered\";\n\t\t\t\tnode.filter = filteredValue.match[1];\n\t\t\t} else {\n\t\t\t\t// Look for an indirect value\n\t\t\t\tvar indirectValue = $tw.utils.parseTokenRegExp(source,pos,reIndirectValue);\n\t\t\t\tif(indirectValue) {\n\t\t\t\t\tpos = indirectValue.end;\n\t\t\t\t\tnode.type = \"indirect\";\n\t\t\t\t\tnode.textReference = indirectValue.match[1];\n\t\t\t\t} else {\n\t\t\t\t\t// Look for a unquoted value\n\t\t\t\t\tvar unquotedValue = $tw.utils.parseTokenRegExp(source,pos,reUnquotedAttribute);\n\t\t\t\t\tif(unquotedValue) {\n\t\t\t\t\t\tpos = unquotedValue.end;\n\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\tnode.value = unquotedValue.match[1];\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Look for a macro invocation value\n\t\t\t\t\t\tvar macroInvocation = $tw.utils.parseMacroInvocation(source,pos);\n\t\t\t\t\t\tif(macroInvocation) {\n\t\t\t\t\t\t\tpos = macroInvocation.end;\n\t\t\t\t\t\t\tnode.type = \"macro\";\n\t\t\t\t\t\t\tnode.value = macroInvocation;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\t\tnode.value = \"true\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tnode.type = \"string\";\n\t\tnode.value = \"true\";\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/parsers/pdfparser.js": {
"title": "$:/core/modules/parsers/pdfparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/pdfparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe PDF parser embeds a PDF viewer\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"embed\",\n\t\t\tattributes: {}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:application/pdf;base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"application/pdf\"] = ImageParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/textparser.js": {
"title": "$:/core/modules/parsers/textparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/textparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe plain text parser processes blocks of source text into a degenerate parse tree consisting of a single text node\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar TextParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"codeblock\",\n\t\tattributes: {\n\t\t\tcode: {type: \"string\", value: text},\n\t\t\tlanguage: {type: \"string\", value: type}\n\t\t}\n\t}];\n};\n\nexports[\"text/plain\"] = TextParser;\nexports[\"text/x-tiddlywiki\"] = TextParser;\nexports[\"application/javascript\"] = TextParser;\nexports[\"application/json\"] = TextParser;\nexports[\"text/css\"] = TextParser;\nexports[\"application/x-tiddler-dictionary\"] = TextParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/videoparser.js": {
"title": "$:/core/modules/parsers/videoparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/videoparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe video parser parses a video tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar VideoParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"video\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"video/mp4\"] = VideoParser;\nexports[\"video/quicktime\"] = VideoParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/wikiparser/rules/codeblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/codeblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for code blocks. For example:\n\n```\n\t```\n\tThis text will not be //wikified//\n\t```\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match and get language if defined\n\tthis.matchRegExp = /```([\\w-]*)\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\\r?\\n```$)/mg;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Return the $codeblock widget\n\treturn [{\n\t\t\ttype: \"codeblock\",\n\t\t\tattributes: {\n\t\t\t\t\tcode: {type: \"string\", value: text},\n\t\t\t\t\tlanguage: {type: \"string\", value: this.match[1]}\n\t\t\t}\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/codeinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/codeinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for code runs. For example:\n\n```\n\tThis is a `code run`.\n\tThis is another ``code run``\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(``?)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar reEnd = new RegExp(this.match[1], \"mg\");\n\t// Look for the end marker\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the text\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"code\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: text\n\t\t}]\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/commentblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/commentblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/commentinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/commentinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/dash.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/dash.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/dash.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for dashes. For example:\n\n```\nThis is an en-dash: --\n\nThis is an em-dash: ---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"dash\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{2,3}(?!-)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar dash = this.match[0].length === 2 ? \"–\" : \"—\";\n\treturn [{\n\t\ttype: \"entity\",\n\t\tentity: dash\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - bold. For example:\n\n```\n\tThis is ''bold'' text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except bold \n\\rules only bold \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"bold\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /''/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/''/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strong\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - italic. For example:\n\n```\n\tThis is //italic// text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except italic\n\\rules only italic\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"italic\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\/\\//mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\/\\//mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"em\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - strikethrough. For example:\n\n```\n\tThis is ~~strikethrough~~ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except strikethrough \n\\rules only strikethrough \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"strikethrough\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~~/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/~~/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strike\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - subscript. For example:\n\n```\n\tThis is ,,subscript,, text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except subscript \n\\rules only subscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"subscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /,,/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/,,/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sub\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - superscript. For example:\n\n```\n\tThis is ^^superscript^^ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except superscript \n\\rules only superscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"superscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\^\\^/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\^\\^/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sup\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - underscore. For example:\n\n```\n\tThis is __underscore__ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except underscore \n\\rules only underscore\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"underscore\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /__/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/__/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"u\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/entity.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/entity.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/entity.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML entities. For example:\n\n```\n\tThis is a copyright symbol: ©\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"entity\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(&#?[a-zA-Z0-9]{2,8};)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar entityString = this.match[1];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Return the entity\n\treturn [{type: \"entity\", entity: this.match[0]}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/extlink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/extlink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/extlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\nAn external link: https://www.tiddlywiki.com/\n\nA suppressed external link: ~http://www.tiddlyspace.com/\n```\n\nExternal links can be suppressed by preceding them with `~`.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"extlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(this.match[0].substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: this.match[0].substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: this.match[0]},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: this.match[0]\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t},\n\t\tisBlock: true\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t}\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for marking areas with hard line breaks. For example:\n\n```\n\"\"\"\nThis is some text\nThat is set like\nIt is a Poem\nWhen it is\nClearly\nNot\n\"\"\"\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"hardlinebreaks\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\"\"\"(?:\\r?\\n)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\"\"\")|(\\r?\\n)/mg,\n\t\ttree = [],\n\t\tmatch;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tdo {\n\t\t// Parse the run up to the terminator\n\t\ttree.push.apply(tree,this.parser.parseInlineRun(reEnd,{eatTerminator: false}));\n\t\t// Redo the terminator match\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tmatch = reEnd.exec(this.parser.source);\n\t\tif(match) {\n\t\t\tthis.parser.pos = reEnd.lastIndex;\n\t\t\t// Add a line break if the terminator was a line break\n\t\t\tif(match[2]) {\n\t\t\t\ttree.push({type: \"element\", tag: \"br\"});\n\t\t\t}\n\t\t}\n\t} while(match && !match[1]);\n\t// Return the nodes\n\treturn tree;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/heading.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/heading.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/heading.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for headings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"heading\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(!{1,6})/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar headingLevel = this.match[1].length;\n\t// Move past the !s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse any classes, whitespace and then the heading itself\n\tvar classes = this.parser.parseClasses();\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// Return the heading\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"h\" + headingLevel, \n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: classes.join(\" \")}\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/horizrule.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/horizrule.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/horizrule.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for rules. For example:\n\n```\n---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"horizrule\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{3,}\\r?(?:\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\treturn [{type: \"element\", tag: \"hr\"}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/html.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/html.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/html.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for HTML elements and widgets. For example:\n\n{{{\n<aside>\nThis is an HTML5 aside element\n</aside>\n\n<$slider target=\"MyTiddler\">\nThis is a widget invocation\n</$slider>\n\n}}}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"html\";\nexports.types = {inline: true, block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextTag = this.findNextTag(this.parser.source,startPos,{\n\t\trequireLineBreak: this.is.block\n\t});\n\treturn this.nextTag ? this.nextTag.start : undefined;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Retrieve the most recent match so that recursive calls don't overwrite it\n\tvar tag = this.nextTag;\n\tthis.nextTag = null;\n\t// Advance the parser position to past the tag\n\tthis.parser.pos = tag.end;\n\t// Check for an immediately following double linebreak\n\tvar hasLineBreak = !tag.isSelfClosing && !!$tw.utils.parseTokenRegExp(this.parser.source,this.parser.pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t// Set whether we're in block mode\n\ttag.isBlock = this.is.block || hasLineBreak;\n\t// Parse the body if we need to\n\tif(!tag.isSelfClosing && $tw.config.htmlVoidElements.indexOf(tag.tag) === -1) {\n\t\t\tvar reEndString = \"</\" + $tw.utils.escapeRegExp(tag.tag) + \">\",\n\t\t\t\treEnd = new RegExp(\"(\" + reEndString + \")\",\"mg\");\n\t\tif(hasLineBreak) {\n\t\t\ttag.children = this.parser.parseBlocks(reEndString);\n\t\t} else {\n\t\t\ttag.children = this.parser.parseInlineRun(reEnd);\n\t\t}\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tvar endMatch = reEnd.exec(this.parser.source);\n\t\tif(endMatch && endMatch.index === this.parser.pos) {\n\t\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t\t}\n\t}\n\t// Return the tag\n\treturn [tag];\n};\n\n/*\nLook for an HTML tag. Returns null if not found, otherwise returns {type: \"element\", name:, attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseTag = function(source,pos,options) {\n\toptions = options || {};\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Define our regexps\n\tvar reTagName = /([a-zA-Z0-9\\-\\$]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a less than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\"<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the tag name\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,reTagName);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tnode.tag = token.match[1];\n\tif(node.tag.slice(1).indexOf(\"$\") !== -1) {\n\t\treturn null;\n\t}\n\tif(node.tag.charAt(0) === \"$\") {\n\t\tnode.type = node.tag.substr(1);\n\t}\n\tpos = token.end;\n\t// Check that the tag is terminated by a space, / or >\n\tif(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === \"/\") && !(source.charAt(pos) === \">\") ) {\n\t\treturn null;\n\t}\n\t// Process attributes\n\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\twhile(attribute) {\n\t\tnode.attributes[attribute.name] = attribute;\n\t\tpos = attribute.end;\n\t\t// Get the next attribute\n\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a closing slash\n\ttoken = $tw.utils.parseTokenString(source,pos,\"/\");\n\tif(token) {\n\t\tpos = token.end;\n\t\tnode.isSelfClosing = true;\n\t}\n\t// Look for a greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Check for a required line break\n\tif(options.requireLineBreak) {\n\t\ttoken = $tw.utils.parseTokenRegExp(source,pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t\tif(!token) {\n\t\t\treturn null;\n\t\t}\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\nexports.findNextTag = function(source,pos,options) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /<([a-zA-Z\\-\\$]+)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseTag(source,match.index,options);\n\t\t// Return success\n\t\tif(tag && this.isLegalTag(tag)) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\nexports.isLegalTag = function(tag) {\n\t// Widgets are always OK\n\tif(tag.type !== \"element\") {\n\t\treturn true;\n\t// If it's an HTML tag that starts with a dash then it's not legal\n\t} else if(tag.tag.charAt(0) === \"-\") {\n\t\treturn false;\n\t} else {\n\t\t// Otherwise it's OK\n\t\treturn true;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/image.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/image.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/image.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for embedding images. For example:\n\n```\n[img[https://tiddlywiki.com/fractalveg.jpg]]\n[img width=23 height=24 [https://tiddlywiki.com/fractalveg.jpg]]\n[img width={{!!width}} height={{!!height}} [https://tiddlywiki.com/fractalveg.jpg]]\n[img[Description of image|https://tiddlywiki.com/fractalveg.jpg]]\n[img[TiddlerTitle]]\n[img[Description of image|TiddlerTitle]]\n```\n\nGenerates the `<$image>` widget.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"image\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextImage = this.findNextImage(this.parser.source,startPos);\n\treturn this.nextImage ? this.nextImage.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextImage.end;\n\tvar node = {\n\t\ttype: \"image\",\n\t\tattributes: this.nextImage.attributes\n\t};\n\treturn [node];\n};\n\n/*\nFind the next image from the current position\n*/\nexports.findNextImage = function(source,pos) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /(\\[img)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseImage(source,match.index);\n\t\t// Return success\n\t\tif(tag) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an image at the specified position. Returns null if not found, otherwise returns {type: \"image\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseImage = function(source,pos) {\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"image\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[img`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[img\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Process attributes\n\tif(source.charAt(pos) !== \"[\") {\n\t\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\t\twhile(attribute) {\n\t\t\tnode.attributes[attribute.name] = attribute;\n\t\t\tpos = attribute.end;\n\t\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t\tif(source.charAt(pos) !== \"[\") {\n\t\t\t\t// Get the next attribute\n\t\t\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t\t\t} else {\n\t\t\t\tattribute = null;\n\t\t\t}\n\t\t}\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[` after the attributes\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the source up to the terminating `]]`\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,/(?:([^|\\]]*?)\\|)?([^\\]]+?)\\]\\]/g);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\tif(token.match[1]) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: token.match[1].trim()};\n\t}\n\tnode.attributes.source = {type: \"string\", value: (token.match[2] || \"\").trim()};\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/import.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/import.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/import.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for importing variable definitions\n\n```\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"import\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\import[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the filter terminated by a line break\n\tvar reMatch = /(.*)(\\r?\\n)|$/mg;\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\tthis.parser.pos = reMatch.lastIndex;\n\t// Parse tree nodes to return\n\treturn [{\n\t\ttype: \"importvariables\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: match[1]}\n\t\t},\n\t\tchildren: []\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/list.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/list.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/list.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for lists. For example:\n\n```\n* This is an unordered list\n* It has two items\n\n# This is a numbered list\n## With a subitem\n# And a third item\n\n; This is a term that is being defined\n: This is the definition of that term\n```\n\nNote that lists can be nested arbitrarily:\n\n```\n#** One\n#* Two\n#** Three\n#**** Four\n#**# Five\n#**## Six\n## Seven\n### Eight\n## Nine\n```\n\nA CSS class can be applied to a list item as follows:\n\n```\n* List item one\n*.active List item two has the class `active`\n* List item three\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"list\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /([\\*#;:>]+)/mg;\n};\n\nvar listTypes = {\n\t\"*\": {listTag: \"ul\", itemTag: \"li\"},\n\t\"#\": {listTag: \"ol\", itemTag: \"li\"},\n\t\";\": {listTag: \"dl\", itemTag: \"dt\"},\n\t\":\": {listTag: \"dl\", itemTag: \"dd\"},\n\t\">\": {listTag: \"blockquote\", itemTag: \"p\"}\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Array of parse tree nodes for the previous row of the list\n\tvar listStack = [];\n\t// Cycle through the items in the list\n\twhile(true) {\n\t\t// Match the list marker\n\t\tvar reMatch = /([\\*#;:>]+)/mg;\n\t\treMatch.lastIndex = this.parser.pos;\n\t\tvar match = reMatch.exec(this.parser.source);\n\t\tif(!match || match.index !== this.parser.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check whether the list type of the top level matches\n\t\tvar listInfo = listTypes[match[0].charAt(0)];\n\t\tif(listStack.length > 0 && listStack[0].tag !== listInfo.listTag) {\n\t\t\tbreak;\n\t\t}\n\t\t// Move past the list marker\n\t\tthis.parser.pos = match.index + match[0].length;\n\t\t// Walk through the list markers for the current row\n\t\tfor(var t=0; t<match[0].length; t++) {\n\t\t\tlistInfo = listTypes[match[0].charAt(t)];\n\t\t\t// Remove any stacked up element if we can't re-use it because the list type doesn't match\n\t\t\tif(listStack.length > t && listStack[t].tag !== listInfo.listTag) {\n\t\t\t\tlistStack.splice(t,listStack.length - t);\n\t\t\t}\n\t\t\t// Construct the list element or reuse the previous one at this level\n\t\t\tif(listStack.length <= t) {\n\t\t\t\tvar listElement = {type: \"element\", tag: listInfo.listTag, children: [\n\t\t\t\t\t{type: \"element\", tag: listInfo.itemTag, children: []}\n\t\t\t\t]};\n\t\t\t\t// Link this list element into the last child item of the parent list item\n\t\t\t\tif(t) {\n\t\t\t\t\tvar prevListItem = listStack[t-1].children[listStack[t-1].children.length-1];\n\t\t\t\t\tprevListItem.children.push(listElement);\n\t\t\t\t}\n\t\t\t\t// Save this element in the stack\n\t\t\t\tlistStack[t] = listElement;\n\t\t\t} else if(t === (match[0].length - 1)) {\n\t\t\t\tlistStack[t].children.push({type: \"element\", tag: listInfo.itemTag, children: []});\n\t\t\t}\n\t\t}\n\t\tif(listStack.length > match[0].length) {\n\t\t\tlistStack.splice(match[0].length,listStack.length - match[0].length);\n\t\t}\n\t\t// Process the body of the list item into the last list item\n\t\tvar lastListChildren = listStack[listStack.length-1].children,\n\t\t\tlastListItem = lastListChildren[lastListChildren.length-1],\n\t\t\tclasses = this.parser.parseClasses();\n\t\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\t\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t\tlastListItem.children.push.apply(lastListItem.children,tree);\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(lastListItem,classes.join(\" \"));\n\t\t}\n\t\t// Consume any whitespace following the list item\n\t\tthis.parser.skipWhitespace();\n\t}\n\t// Return the root element of the list\n\treturn [listStack[0]];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrocallblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for block macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^>\\s]+)(?:\\s*)((?:[^>]|(?:>(?!>)))*?)>>(?:\\r?\\n|$)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params,\n\t\tisBlock: true\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrocallinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^\\s>]+)\\s*([\\s\\S]*?)>>/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5]|| paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrodef.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/macrodef.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrodef.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for macro definitions\n\n```\n\\define name(param:defaultvalue,param2:defaultvalue)\ndefinition text, including $param$ markers\n\\end\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrodef\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\define\\s+([^(\\s]+)\\(\\s*([^)]*)\\)(\\s*\\r?\\n)?/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the macro name and parameters\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the parameters\n\tvar paramString = this.match[2],\n\t\tparams = [];\n\tif(paramString !== \"\") {\n\t\tvar reParam = /\\s*([A-Za-z0-9\\-_]+)(?:\\s*:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))?/mg,\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\twhile(paramMatch) {\n\t\t\t// Save the parameter details\n\t\t\tvar paramInfo = {name: paramMatch[1]},\n\t\t\t\tdefaultValue = paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6];\n\t\t\tif(defaultValue) {\n\t\t\t\tparamInfo[\"default\"] = defaultValue;\n\t\t\t}\n\t\t\tparams.push(paramInfo);\n\t\t\t// Look for the next parameter\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\t}\n\t}\n\t// Is this a multiline definition?\n\tvar reEnd;\n\tif(this.match[3]) {\n\t\t// If so, the end of the body is marked with \\end\n\t\treEnd = /(\\r?\\n\\\\end[^\\S\\n\\r]*(?:$|\\r?\\n))/mg;\n\t} else {\n\t\t// Otherwise, the end of the definition is marked by the end of the line\n\t\treEnd = /($|\\r?\\n)/mg;\n\t\t// Move past any whitespace\n\t\tthis.parser.pos = $tw.utils.skipWhiteSpace(this.parser.source,this.parser.pos);\n\t}\n\t// Find the end of the definition\n\treEnd.lastIndex = this.parser.pos;\n\tvar text,\n\t\tendMatch = reEnd.exec(this.parser.source);\n\tif(endMatch) {\n\t\ttext = this.parser.source.substring(this.parser.pos,endMatch.index);\n\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t} else {\n\t\t// We didn't find the end of the definition, so we'll make it blank\n\t\ttext = \"\";\n\t}\n\t// Save the macro definition\n\treturn [{\n\t\ttype: \"set\",\n\t\tattributes: {\n\t\t\tname: {type: \"string\", value: this.match[1]},\n\t\t\tvalue: {type: \"string\", value: text}\n\t\t},\n\t\tchildren: [],\n\t\tparams: params,\n\t\tisMacroDefinition: true\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/prettyextlink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettyextlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\n[ext[https://tiddlywiki.com/fractalveg.jpg]]\n[ext[Tooltip|https://tiddlywiki.com/fractalveg.jpg]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettyextlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextLink = this.findNextLink(this.parser.source,startPos);\n\treturn this.nextLink ? this.nextLink.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextLink.end;\n\treturn [this.nextLink];\n};\n\n/*\nFind the next link from the current position\n*/\nexports.findNextLink = function(source,pos) {\n\t// A regexp for finding candidate links\n\tvar reLookahead = /(\\[ext\\[)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a link\n\t\tvar link = this.parseLink(source,match.index);\n\t\t// Return success\n\t\tif(link) {\n\t\t\treturn link;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an link at the specified position. Returns null if not found, otherwise returns {type: \"element\", tag: \"a\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseLink = function(source,pos) {\n\tvar token,\n\t\ttextNode = {\n\t\t\ttype: \"text\"\n\t\t},\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tstart: pos,\n\t\t\tattributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t},\n\t\t\tchildren: [textNode]\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[ext[`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[ext[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Look ahead for the terminating `]]`\n\tvar closePos = source.indexOf(\"]]\",pos);\n\tif(closePos === -1) {\n\t\treturn null;\n\t}\n\t// Look for a `|` separating the tooltip\n\tvar splitPos = source.indexOf(\"|\",pos);\n\tif(splitPos === -1 || splitPos > closePos) {\n\t\tsplitPos = null;\n\t}\n\t// Pull out the tooltip and URL\n\tvar tooltip, URL;\n\tif(splitPos) {\n\t\tURL = source.substring(splitPos + 1,closePos).trim();\n\t\ttextNode.text = source.substring(pos,splitPos).trim();\n\t} else {\n\t\tURL = source.substring(pos,closePos).trim();\n\t\ttextNode.text = URL;\n\t}\n\tnode.attributes.href = {type: \"string\", value: URL};\n\tnode.attributes.target = {type: \"string\", value: \"_blank\"};\n\tnode.attributes.rel = {type: \"string\", value: \"noopener noreferrer\"};\n\t// Update the end position\n\tnode.end = closePos + 2;\n\treturn node;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/prettylink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/prettylink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettylink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for pretty links. For example:\n\n```\n[[Introduction]]\n\n[[Link description|TiddlerTitle]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettylink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\[\\[(.*?)(?:\\|(.*?))?\\]\\]/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Process the link\n\tvar text = this.match[1],\n\t\tlink = this.match[2] || text;\n\tif($tw.utils.isLinkExternal(link)) {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: link},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: link}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/quoteblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/quoteblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/quoteblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for quote blocks. For example:\n\n```\n\t<<<.optionalClass(es) optional cited from\n\ta quote\n\t<<<\n\t\n\t<<<.optionalClass(es)\n\ta quote\n\t<<< optional cited from\n```\n\nQuotes can be quoted by putting more <s\n\n```\n\t<<<\n\tQuote Level 1\n\t\n\t<<<<\n\tQuoteLevel 2\n\t<<<<\n\t\n\t<<<\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"quoteblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(<<<+)/mg;\n};\n\nexports.parse = function() {\n\tvar classes = [\"tc-quote\"];\n\t// Get all the details of the match\n\tvar reEndString = \"^\" + this.match[1] + \"(?!<)\";\n\t// Move past the <s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\n\t// Parse any classes, whitespace and then the optional cite itself\n\tclasses.push.apply(classes, this.parser.parseClasses());\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar cite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// before handling the cite, parse the body of the quote\n\tvar tree= this.parser.parseBlocks(reEndString);\n\t// If we got a cite, put it before the text\n\tif(cite.length > 0) {\n\t\ttree.unshift({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Parse any optional cite\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tcite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// If we got a cite, push it\n\tif(cite.length > 0) {\n\t\ttree.push({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Return the blockquote element\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"blockquote\",\n\t\tattributes: {\n\t\t\tclass: { type: \"string\", value: classes.join(\" \") },\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/rules.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/rules.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/rules.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for rules specifications\n\n```\n\\rules except ruleone ruletwo rulethree\n\\rules only ruleone ruletwo rulethree\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"rules\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\rules[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\tif(tokens.length > 0) {\n\t\tthis.parser.amendRules(tokens[0],tokens.slice(1));\n\t}\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/styleblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/styleblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for assigning styles and classes to paragraphs and other blocks. For example:\n\n```\n@@.myClass\n@@background-color:red;\nThis paragraph will have the CSS class `myClass`.\n\n* The `<ul>` around this list will also have the class `myClass`\n* List item 2\n\n@@\n```\n\nNote that classes and styles can be mixed subject to the rule that styles must precede classes. For example\n\n```\n@@.myFirstClass.mySecondClass\n@@width:100px;.myThirdClass\nThis is a paragraph\n@@\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(?:\\.([^\\r\\n\\s]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEndString = \"^@@(?:\\\\r?\\\\n)?\";\n\tvar classes = [], styles = [];\n\tdo {\n\t\t// Get the class and style\n\t\tif(this.match[1]) {\n\t\t\tstyles.push(this.match[1]);\n\t\t}\n\t\tif(this.match[2]) {\n\t\t\tclasses.push(this.match[2].split(\".\").join(\" \"));\n\t\t}\n\t\t// Move past the match\n\t\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\t// Look for another line of classes and styles\n\t\tthis.match = this.matchRegExp.exec(this.parser.source);\n\t} while(this.match && this.match.index === this.parser.pos);\n\t// Parse the body\n\tvar tree = this.parser.parseBlocks(reEndString);\n\tfor(var t=0; t<tree.length; t++) {\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(tree[t],classes.join(\" \"));\n\t\t}\n\t\tif(styles.length > 0) {\n\t\t\t$tw.utils.addAttributeToParseTreeNode(tree[t],\"style\",styles.join(\"\"));\n\t\t}\n\t}\n\treturn tree;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/styleinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/styleinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for assigning styles and classes to inline runs. For example:\n\n```\n@@.myClass This is some text with a class@@\n@@background-color:red;This is some text with a background colour@@\n@@width:100px;.myClass This is some text with a class and a width@@\n```\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(\\.(?:[^\\r\\n\\s]+)\\s+)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /@@/g;\n\t// Get the styles and class\n\tvar stylesString = this.match[1],\n\t\tclassString = this.match[2] ? this.match[2].split(\".\").join(\" \") : undefined;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the run up to the terminator\n\tvar tree = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\n\t// Return the classed span\n\tvar node = {\n\t\ttype: \"element\",\n\t\ttag: \"span\",\n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: \"tc-inline-style\"}\n\t\t},\n\t\tchildren: tree\n\t};\n\tif(classString) {\n\t\t$tw.utils.addClassToParseTreeNode(node,classString);\n\t}\n\tif(stylesString) {\n\t\t$tw.utils.addAttributeToParseTreeNode(node,\"style\",stylesString);\n\t}\n\treturn [node];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/syslink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/syslink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/syslink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for system tiddler links.\nCan be suppressed preceding them with `~`.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"syslink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp(\n\t\t\"~?\\\\$:\\\\/[\" +\n\t\t$tw.config.textPrimitives.anyLetter.substr(1,$tw.config.textPrimitives.anyLetter.length - 2) +\n\t\t\"\\/._-]+\",\n\t\t\"mg\"\n\t);\n};\n\nexports.parse = function() {\n\tvar match = this.match[0];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(match.substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: match.substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: match}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: match\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/table.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/table.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/table.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for tables.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"table\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\|(?:[^\\n]*)\\|(?:[fhck]?)\\r?(?:\\n|$)/mg;\n};\n\nvar processRow = function(prevColumns) {\n\tvar cellRegExp = /(?:\\|([^\\n\\|]*)\\|)|(\\|[fhck]?\\r?(?:\\n|$))/mg,\n\t\tcellTermRegExp = /((?:\\x20*)\\|)/mg,\n\t\ttree = [],\n\t\tcol = 0,\n\t\tcolSpanCount = 1,\n\t\tprevCell,\n\t\tvAlign;\n\t// Match a single cell\n\tcellRegExp.lastIndex = this.parser.pos;\n\tvar cellMatch = cellRegExp.exec(this.parser.source);\n\twhile(cellMatch && cellMatch.index === this.parser.pos) {\n\t\tif(cellMatch[1] === \"~\") {\n\t\t\t// Rowspan\n\t\t\tvar last = prevColumns[col];\n\t\t\tif(last) {\n\t\t\t\tlast.rowSpanCount++;\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"rowspan\",last.rowSpanCount);\n\t\t\t\tvAlign = $tw.utils.getAttributeValueFromParseTreeNode(last.element,\"valign\",\"center\");\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"valign\",vAlign);\n\t\t\t\tif(colSpanCount > 1) {\n\t\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"colspan\",colSpanCount);\n\t\t\t\t\tcolSpanCount = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \">\") {\n\t\t\t// Colspan\n\t\t\tcolSpanCount++;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \"<\" && prevCell) {\n\t\t\tcolSpanCount = 1 + $tw.utils.getAttributeValueFromParseTreeNode(prevCell,\"colspan\",1);\n\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\tcolSpanCount = 1;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[2]) {\n\t\t\t// End of row\n\t\t\tif(prevCell && colSpanCount > 1) {\n\t\t\t\tif(prevCell.attributes && prevCell.attributes && prevCell.attributes.colspan) {\n\t\t\t\t\t\tcolSpanCount += prevCell.attributes.colspan.value;\n\t\t\t\t} else {\n\t\t\t\t\tcolSpanCount -= 1;\n\t\t\t\t}\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\t}\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t\tbreak;\n\t\t} else {\n\t\t\t// For ordinary cells, step beyond the opening `|`\n\t\t\tthis.parser.pos++;\n\t\t\t// Look for a space at the start of the cell\n\t\t\tvar spaceLeft = false;\n\t\t\tvAlign = null;\n\t\t\tif(this.parser.source.substr(this.parser.pos).search(/^\\^([^\\^]|\\^\\^)/) === 0) {\n\t\t\t\tvAlign = \"top\";\n\t\t\t} else if(this.parser.source.substr(this.parser.pos).search(/^,([^,]|,,)/) === 0) {\n\t\t\t\tvAlign = \"bottom\";\n\t\t\t}\n\t\t\tif(vAlign) {\n\t\t\t\tthis.parser.pos++;\n\t\t\t}\n\t\t\tvar chr = this.parser.source.substr(this.parser.pos,1);\n\t\t\twhile(chr === \" \") {\n\t\t\t\tspaceLeft = true;\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tchr = this.parser.source.substr(this.parser.pos,1);\n\t\t\t}\n\t\t\t// Check whether this is a heading cell\n\t\t\tvar cell;\n\t\t\tif(chr === \"!\") {\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tcell = {type: \"element\", tag: \"th\", children: []};\n\t\t\t} else {\n\t\t\t\tcell = {type: \"element\", tag: \"td\", children: []};\n\t\t\t}\n\t\t\ttree.push(cell);\n\t\t\t// Record information about this cell\n\t\t\tprevCell = cell;\n\t\t\tprevColumns[col] = {rowSpanCount:1,element:cell};\n\t\t\t// Check for a colspan\n\t\t\tif(colSpanCount > 1) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"colspan\",colSpanCount);\n\t\t\t\tcolSpanCount = 1;\n\t\t\t}\n\t\t\t// Parse the cell\n\t\t\tcell.children = this.parser.parseInlineRun(cellTermRegExp,{eatTerminator: true});\n\t\t\t// Set the alignment for the cell\n\t\t\tif(vAlign) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"valign\",vAlign);\n\t\t\t}\n\t\t\tif(this.parser.source.substr(this.parser.pos - 2,1) === \" \") { // spaceRight\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",spaceLeft ? \"center\" : \"left\");\n\t\t\t} else if(spaceLeft) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",\"right\");\n\t\t\t}\n\t\t\t// Move back to the closing `|`\n\t\t\tthis.parser.pos--;\n\t\t}\n\t\tcol++;\n\t\tcellRegExp.lastIndex = this.parser.pos;\n\t\tcellMatch = cellRegExp.exec(this.parser.source);\n\t}\n\treturn tree;\n};\n\nexports.parse = function() {\n\tvar rowContainerTypes = {\"c\":\"caption\", \"h\":\"thead\", \"\":\"tbody\", \"f\":\"tfoot\"},\n\t\ttable = {type: \"element\", tag: \"table\", children: []},\n\t\trowRegExp = /^\\|([^\\n]*)\\|([fhck]?)\\r?(?:\\n|$)/mg,\n\t\trowTermRegExp = /(\\|(?:[fhck]?)\\r?(?:\\n|$))/mg,\n\t\tprevColumns = [],\n\t\tcurrRowType,\n\t\trowContainer,\n\t\trowCount = 0;\n\t// Match the row\n\trowRegExp.lastIndex = this.parser.pos;\n\tvar rowMatch = rowRegExp.exec(this.parser.source);\n\twhile(rowMatch && rowMatch.index === this.parser.pos) {\n\t\tvar rowType = rowMatch[2];\n\t\t// Check if it is a class assignment\n\t\tif(rowType === \"k\") {\n\t\t\t$tw.utils.addClassToParseTreeNode(table,rowMatch[1]);\n\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t} else {\n\t\t\t// Otherwise, create a new row if this one is of a different type\n\t\t\tif(rowType !== currRowType) {\n\t\t\t\trowContainer = {type: \"element\", tag: rowContainerTypes[rowType], children: []};\n\t\t\t\ttable.children.push(rowContainer);\n\t\t\t\tcurrRowType = rowType;\n\t\t\t}\n\t\t\t// Is this a caption row?\n\t\t\tif(currRowType === \"c\") {\n\t\t\t\t// If so, move past the opening `|` of the row\n\t\t\t\tthis.parser.pos++;\n\t\t\t\t// Move the caption to the first row if it isn't already\n\t\t\t\tif(table.children.length !== 1) {\n\t\t\t\t\ttable.children.pop(); // Take rowContainer out of the children array\n\t\t\t\t\ttable.children.splice(0,0,rowContainer); // Insert it at the bottom\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t// Set the alignment - TODO: figure out why TW did this\n//\t\t\t\trowContainer.attributes.align = rowCount === 0 ? \"top\" : \"bottom\";\n\t\t\t\t// Parse the caption\n\t\t\t\trowContainer.children = this.parser.parseInlineRun(rowTermRegExp,{eatTerminator: true});\n\t\t\t} else {\n\t\t\t\t// Create the row\n\t\t\t\tvar theRow = {type: \"element\", tag: \"tr\", children: []};\n\t\t\t\t$tw.utils.addClassToParseTreeNode(theRow,rowCount%2 ? \"oddRow\" : \"evenRow\");\n\t\t\t\trowContainer.children.push(theRow);\n\t\t\t\t// Process the row\n\t\t\t\ttheRow.children = processRow.call(this,prevColumns);\n\t\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t\t\t// Increment the row count\n\t\t\t\trowCount++;\n\t\t\t}\n\t\t}\n\t\trowMatch = rowRegExp.exec(this.parser.source);\n\t}\n\treturn [table];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/transcludeblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {},\n\t\t\tisBlock: true\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tisBlock: true,\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/transcludeinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {}\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/typedblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/typedblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/typedblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for typed blocks. For example:\n\n```\n$$$.js\nThis will be rendered as JavaScript\n$$$\n\n$$$.svg\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"100\">\n <circle cx=\"100\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n</svg>\n$$$\n\n$$$text/vnd.tiddlywiki>text/html\nThis will be rendered as an //HTML representation// of WikiText\n$$$\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.name = \"typedblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\$\\$\\$([^ >\\r\\n]*)(?: *> *([^ \\r\\n]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /\\r?\\n\\$\\$\\$\\r?(?:\\n|$)/mg;\n\t// Save the type\n\tvar parseType = this.match[1],\n\t\trenderType = this.match[2];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Parse the block according to the specified type\n\tvar parser = this.parser.wiki.parseText(parseType,text,{defaultType: \"text/plain\"});\n\t// If there's no render type, just return the parse tree\n\tif(!renderType) {\n\t\treturn parser.tree;\n\t} else {\n\t\t// Otherwise, render to the rendertype and return in a <PRE> tag\n\t\tvar widgetNode = this.parser.wiki.makeWidget(parser),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\ttext = renderType === \"text/html\" ? container.innerHTML : container.textContent;\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"pre\",\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/whitespace.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/whitespace.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/whitespace.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for whitespace specifications\n\n```\n\\whitespace trim\n\\whitespace notrim\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"whitespace\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\whitespace[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\t$tw.utils.each(tokens,function(token) {\n\t\tswitch(token) {\n\t\t\tcase \"trim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = true;\n\t\t\t\tbreak;\n\t\t\tcase \"notrim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = false;\n\t\t\t\tbreak;\n\t\t}\n\t});\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/wikilink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/wikilink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikilink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for wiki links. For example:\n\n```\nAWikiLink\nAnotherLink\n~SuppressedLink\n```\n\nPrecede a camel case word with `~` to prevent it from being recognised as a link.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"wikilink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp($tw.config.textPrimitives.unWikiLink + \"?\" + $tw.config.textPrimitives.wikiLink,\"mg\");\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get the details of the match\n\tvar linkText = this.match[0];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// If the link starts with the unwikilink character then just output it as plain text\n\tif(linkText.substr(0,1) === $tw.config.textPrimitives.unWikiLink) {\n\t\treturn [{type: \"text\", text: linkText.substr(1)}];\n\t}\n\t// If the link has been preceded with a blocked letter then don't treat it as a link\n\tif(this.match.index > 0) {\n\t\tvar preRegExp = new RegExp($tw.config.textPrimitives.blockPrefixLetters,\"mg\");\n\t\tpreRegExp.lastIndex = this.match.index-1;\n\t\tvar preMatch = preRegExp.exec(this.parser.source);\n\t\tif(preMatch && preMatch.index === this.match.index-1) {\n\t\t\treturn [{type: \"text\", text: linkText}];\n\t\t}\n\t}\n\treturn [{\n\t\ttype: \"link\",\n\t\tattributes: {\n\t\t\tto: {type: \"string\", value: linkText}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: linkText\n\t\t}]\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/wikiparser.js": {
"title": "$:/core/modules/parsers/wikiparser/wikiparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/wikiparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe wiki text parser processes blocks of source text into a parse tree.\n\nThe parse tree is made up of nested arrays of these JavaScript objects:\n\n\t{type: \"element\", tag: <string>, attributes: {}, children: []} - an HTML element\n\t{type: \"text\", text: <string>} - a text node\n\t{type: \"entity\", value: <string>} - an entity\n\t{type: \"raw\", html: <string>} - raw HTML\n\nAttributes are stored as hashmaps of the following objects:\n\n\t{type: \"string\", value: <string>} - literal string\n\t{type: \"indirect\", textReference: <textReference>} - indirect through a text reference\n\t{type: \"macro\", macro: <TBD>} - indirect through a macro invocation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar WikiParser = function(type,text,options) {\n\tthis.wiki = options.wiki;\n\tvar self = this;\n\t// Check for an externally linked tiddler\n\tif($tw.browser && (text || \"\") === \"\" && options._canonical_uri) {\n\t\tthis.loadRemoteTiddler(options._canonical_uri);\n\t\ttext = $tw.language.getRawString(\"LazyLoadingWarning\");\n\t}\n\t// Initialise the classes if we don't have them already\n\tif(!this.pragmaRuleClasses) {\n\t\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"pragma\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.pragmaRuleClasses,\"$:/config/WikiParserRules/Pragmas/\");\n\t}\n\tif(!this.blockRuleClasses) {\n\t\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"block\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.blockRuleClasses,\"$:/config/WikiParserRules/Block/\");\n\t}\n\tif(!this.inlineRuleClasses) {\n\t\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"inline\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.inlineRuleClasses,\"$:/config/WikiParserRules/Inline/\");\n\t}\n\t// Save the parse text\n\tthis.type = type || \"text/vnd.tiddlywiki\";\n\tthis.source = text || \"\";\n\tthis.sourceLength = this.source.length;\n\t// Flag for ignoring whitespace\n\tthis.configTrimWhiteSpace = false;\n\t// Set current parse position\n\tthis.pos = 0;\n\t// Instantiate the pragma parse rules\n\tthis.pragmaRules = this.instantiateRules(this.pragmaRuleClasses,\"pragma\",0);\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.blockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.inlineRuleClasses,\"inline\",0);\n\t// Parse any pragmas\n\tthis.tree = [];\n\tvar topBranch = this.parsePragmas();\n\t// Parse the text into inline runs or blocks\n\tif(options.parseAsInline) {\n\t\ttopBranch.push.apply(topBranch,this.parseInlineRun());\n\t} else {\n\t\ttopBranch.push.apply(topBranch,this.parseBlocks());\n\t}\n\t// Return the parse tree\n};\n\n/*\n*/\nWikiParser.prototype.loadRemoteTiddler = function(url) {\n\tvar self = this;\n\t$tw.utils.httpRequest({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tcallback: function(err,data) {\n\t\t\tif(!err) {\n\t\t\t\tvar tiddlers = self.wiki.deserializeTiddlers(\".tid\",data,self.wiki.getCreationFields());\n\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\ttiddler[\"_canonical_uri\"] = url;\n\t\t\t\t});\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tself.wiki.addTiddlers(tiddlers);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\n*/\nWikiParser.prototype.setupRules = function(proto,configPrefix) {\n\tvar self = this;\n\tif(!$tw.safemode) {\n\t\t$tw.utils.each(proto,function(object,name) {\n\t\t\tif(self.wiki.getTiddlerText(configPrefix + name,\"enable\") !== \"enable\") {\n\t\t\t\tdelete proto[name];\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nInstantiate an array of parse rules\n*/\nWikiParser.prototype.instantiateRules = function(classes,type,startPos) {\n\tvar rulesInfo = [],\n\t\tself = this;\n\t$tw.utils.each(classes,function(RuleClass) {\n\t\t// Instantiate the rule\n\t\tvar rule = new RuleClass(self);\n\t\trule.is = {};\n\t\trule.is[type] = true;\n\t\trule.init(self);\n\t\tvar matchIndex = rule.findNextMatch(startPos);\n\t\tif(matchIndex !== undefined) {\n\t\t\trulesInfo.push({\n\t\t\t\trule: rule,\n\t\t\t\tmatchIndex: matchIndex\n\t\t\t});\n\t\t}\n\t});\n\treturn rulesInfo;\n};\n\n/*\nSkip any whitespace at the current position. Options are:\n\ttreatNewlinesAsNonWhitespace: true if newlines are NOT to be treated as whitespace\n*/\nWikiParser.prototype.skipWhitespace = function(options) {\n\toptions = options || {};\n\tvar whitespaceRegExp = options.treatNewlinesAsNonWhitespace ? /([^\\S\\n]+)/mg : /(\\s+)/mg;\n\twhitespaceRegExp.lastIndex = this.pos;\n\tvar whitespaceMatch = whitespaceRegExp.exec(this.source);\n\tif(whitespaceMatch && whitespaceMatch.index === this.pos) {\n\t\tthis.pos = whitespaceRegExp.lastIndex;\n\t}\n};\n\n/*\nGet the next match out of an array of parse rule instances\n*/\nWikiParser.prototype.findNextMatch = function(rules,startPos) {\n\t// Find the best matching rule by finding the closest match position\n\tvar matchingRule,\n\t\tmatchingRulePos = this.sourceLength;\n\t// Step through each rule\n\tfor(var t=0; t<rules.length; t++) {\n\t\tvar ruleInfo = rules[t];\n\t\t// Ask the rule to get the next match if we've moved past the current one\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex < startPos) {\n\t\t\truleInfo.matchIndex = ruleInfo.rule.findNextMatch(startPos);\n\t\t}\n\t\t// Adopt this match if it's closer than the current best match\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex <= matchingRulePos) {\n\t\t\tmatchingRule = ruleInfo;\n\t\t\tmatchingRulePos = ruleInfo.matchIndex;\n\t\t}\n\t}\n\treturn matchingRule;\n};\n\n/*\nParse any pragmas at the beginning of a block of parse text\n*/\nWikiParser.prototype.parsePragmas = function() {\n\tvar currentTreeBranch = this.tree;\n\twhile(true) {\n\t\t// Skip whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check for the end of the text\n\t\tif(this.pos >= this.sourceLength) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check if we've arrived at a pragma rule match\n\t\tvar nextMatch = this.findNextMatch(this.pragmaRules,this.pos);\n\t\t// If not, just exit\n\t\tif(!nextMatch || nextMatch.matchIndex !== this.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the pragma rule\n\t\tvar subTree = nextMatch.rule.parse();\n\t\tif(subTree.length > 0) {\n\t\t\t// Quick hack; we only cope with a single parse tree node being returned, which is true at the moment\n\t\t\tcurrentTreeBranch.push.apply(currentTreeBranch,subTree);\n\t\t\tsubTree[0].children = [];\n\t\t\tcurrentTreeBranch = subTree[0].children;\n\t\t}\n\t}\n\treturn currentTreeBranch;\n};\n\n/*\nParse a block from the current position\n\tterminatorRegExpString: optional regular expression string that identifies the end of plain paragraphs. Must not include capturing parenthesis\n*/\nWikiParser.prototype.parseBlock = function(terminatorRegExpString) {\n\tvar terminatorRegExp = terminatorRegExpString ? new RegExp(\"(\" + terminatorRegExpString + \"|\\\\r?\\\\n\\\\r?\\\\n)\",\"mg\") : /(\\r?\\n\\r?\\n)/mg;\n\tthis.skipWhitespace();\n\tif(this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\t// Look for a block rule that applies at the current position\n\tvar nextMatch = this.findNextMatch(this.blockRules,this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn nextMatch.rule.parse();\n\t}\n\t// Treat it as a paragraph if we didn't find a block rule\n\treturn [{type: \"element\", tag: \"p\", children: this.parseInlineRun(terminatorRegExp)}];\n};\n\n/*\nParse a series of blocks of text until a terminating regexp is encountered or the end of the text\n\tterminatorRegExpString: terminating regular expression\n*/\nWikiParser.prototype.parseBlocks = function(terminatorRegExpString) {\n\tif(terminatorRegExpString) {\n\t\treturn this.parseBlocksTerminated(terminatorRegExpString);\n\t} else {\n\t\treturn this.parseBlocksUnterminated();\n\t}\n};\n\n/*\nParse a block from the current position to the end of the text\n*/\nWikiParser.prototype.parseBlocksUnterminated = function() {\n\tvar tree = [];\n\twhile(this.pos < this.sourceLength) {\n\t\ttree.push.apply(tree,this.parseBlock());\n\t}\n\treturn tree;\n};\n\n/*\nParse blocks of text until a terminating regexp is encountered\n*/\nWikiParser.prototype.parseBlocksTerminated = function(terminatorRegExpString) {\n\tvar terminatorRegExp = new RegExp(\"(\" + terminatorRegExpString + \")\",\"mg\"),\n\t\ttree = [];\n\t// Skip any whitespace\n\tthis.skipWhitespace();\n\t// Check if we've got the end marker\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar match = terminatorRegExp.exec(this.source);\n\t// Parse the text into blocks\n\twhile(this.pos < this.sourceLength && !(match && match.index === this.pos)) {\n\t\tvar blocks = this.parseBlock(terminatorRegExpString);\n\t\ttree.push.apply(tree,blocks);\n\t\t// Skip any whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check if we've got the end marker\n\t\tterminatorRegExp.lastIndex = this.pos;\n\t\tmatch = terminatorRegExp.exec(this.source);\n\t}\n\tif(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t}\n\treturn tree;\n};\n\n/*\nParse a run of text at the current position\n\tterminatorRegExp: a regexp at which to stop the run\n\toptions: see below\nOptions available:\n\teatTerminator: move the parse position past any encountered terminator (default false)\n*/\nWikiParser.prototype.parseInlineRun = function(terminatorRegExp,options) {\n\tif(terminatorRegExp) {\n\t\treturn this.parseInlineRunTerminated(terminatorRegExp,options);\n\t} else {\n\t\treturn this.parseInlineRunUnterminated(options);\n\t}\n};\n\nWikiParser.prototype.parseInlineRunUnterminated = function(options) {\n\tvar tree = [];\n\t// Find the next occurrence of an inline rule\n\tvar nextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around the matches until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && nextMatch) {\n\t\t// Process the text preceding the run rule\n\t\tif(nextMatch.matchIndex > this.pos) {\n\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,nextMatch.matchIndex));\n\t\t\tthis.pos = nextMatch.matchIndex;\n\t\t}\n\t\t// Process the run rule\n\t\ttree.push.apply(tree,nextMatch.rule.parse());\n\t\t// Look for the next run rule\n\t\tnextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\nWikiParser.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tvar tree = [];\n\t// Find the next occurrence of the terminator\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\t// Find the next occurrence of a inlinerule\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\t// Return if we've found the terminator, and it precedes any inline rule match\n\t\tif(terminatorMatch) {\n\t\t\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tif(terminatorMatch.index > this.pos) {\n\t\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,terminatorMatch.index));\n\t\t\t\t}\n\t\t\t\tthis.pos = terminatorMatch.index;\n\t\t\t\tif(options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t}\n\t\t\t\treturn tree;\n\t\t\t}\n\t\t}\n\t\t// Process any inline rule, along with the text preceding it\n\t\tif(inlineRuleMatch) {\n\t\t\t// Preceding text\n\t\t\tif(inlineRuleMatch.matchIndex > this.pos) {\n\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,inlineRuleMatch.matchIndex));\n\t\t\t\tthis.pos = inlineRuleMatch.matchIndex;\n\t\t\t}\n\t\t\t// Process the inline rule\n\t\t\ttree.push.apply(tree,inlineRuleMatch.rule.parse());\n\t\t\t// Look for the next inline rule\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t\t\t// Look for the next terminator match\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\n/*\nPush a text widget onto an array, respecting the configTrimWhiteSpace setting\n*/\nWikiParser.prototype.pushTextWidget = function(array,text) {\n\tif(this.configTrimWhiteSpace) {\n\t\ttext = $tw.utils.trim(text);\n\t}\n\tif(text) {\n\t\tarray.push({type: \"text\", text: text});\t\t\n\t}\n};\n\n/*\nParse zero or more class specifiers `.classname`\n*/\nWikiParser.prototype.parseClasses = function() {\n\tvar classRegExp = /\\.([^\\s\\.]+)/mg,\n\t\tclassNames = [];\n\tclassRegExp.lastIndex = this.pos;\n\tvar match = classRegExp.exec(this.source);\n\twhile(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t\tclassNames.push(match[1]);\n\t\tmatch = classRegExp.exec(this.source);\n\t}\n\treturn classNames;\n};\n\n/*\nAmend the rules used by this instance of the parser\n\ttype: `only` keeps just the named rules, `except` keeps all but the named rules\n\tnames: array of rule names\n*/\nWikiParser.prototype.amendRules = function(type,names) {\n\tnames = names || [];\n\t// Define the filter function\n\tvar keepFilter;\n\tif(type === \"only\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) !== -1;\n\t\t};\n\t} else if(type === \"except\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) === -1;\n\t\t};\n\t} else {\n\t\treturn;\n\t}\n\t// Define a function to process each of our rule arrays\n\tvar processRuleArray = function(ruleArray) {\n\t\tfor(var t=ruleArray.length-1; t>=0; t--) {\n\t\t\tif(!keepFilter(ruleArray[t].rule.name)) {\n\t\t\t\truleArray.splice(t,1);\n\t\t\t}\n\t\t}\n\t};\n\t// Process each rule array\n\tprocessRuleArray(this.pragmaRules);\n\tprocessRuleArray(this.blockRules);\n\tprocessRuleArray(this.inlineRules);\n};\n\nexports[\"text/vnd.tiddlywiki\"] = WikiParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/wikiparser/rules/wikirulebase.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for wiki parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\n*/\nvar WikiRuleBase = function() {\n};\n\n/*\nTo be overridden by individual rules\n*/\nWikiRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\n/*\nDefault implementation of findNextMatch uses RegExp matching\n*/\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\treturn this.match ? this.match.index : undefined;\n};\n\nexports.WikiRuleBase = WikiRuleBase;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/pluginswitcher.js": {
"title": "$:/core/modules/pluginswitcher.js",
"text": "/*\\\ntitle: $:/core/modules/pluginswitcher.js\ntype: application/javascript\nmodule-type: global\n\nManages switching plugins for themes and languages.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\noptions:\nwiki: wiki store to be used\npluginType: type of plugin to be switched\ncontrollerTitle: title of tiddler used to control switching of this resource\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\nonSwitch: callback when plugin is switched (single parameter is array of plugin titles)\n*/\nfunction PluginSwitcher(options) {\n\tthis.wiki = options.wiki;\n\tthis.pluginType = options.pluginType;\n\tthis.controllerTitle = options.controllerTitle;\n\tthis.defaultPlugins = options.defaultPlugins || [];\n\tthis.onSwitch = options.onSwitch;\n\t// Switch to the current plugin\n\tthis.switchPlugins();\n\t// Listen for changes to the selected plugin\n\tvar self = this;\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,self.controllerTitle)) {\n\t\t\tself.switchPlugins();\n\t\t}\n\t});\n}\n\nPluginSwitcher.prototype.switchPlugins = function() {\n\t// Get the name of the current theme\n\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\n\t// If it doesn't exist, then fallback to one of the default themes\n\tvar index = 0;\n\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index < this.defaultPlugins.length) {\n\t\tselectedPluginTitle = this.defaultPlugins[index++];\n\t}\n\t// Accumulate the titles of the plugins that we need to load\n\tvar plugins = [],\n\t\tself = this,\n\t\taccumulatePlugin = function(title) {\n\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\tif(tiddler && tiddler.isPlugin() && plugins.indexOf(title) === -1) {\n\t\t\t\tplugins.push(title);\n\t\t\t\tvar pluginInfo = JSON.parse(self.wiki.getTiddlerText(title)),\n\t\t\t\t\tdependents = $tw.utils.parseStringArray(tiddler.fields.dependents || \"\");\n\t\t\t\t$tw.utils.each(dependents,function(title) {\n\t\t\t\t\taccumulatePlugin(title);\n\t\t\t\t});\n\t\t\t}\n\t\t};\n\taccumulatePlugin(selectedPluginTitle);\n\t// Unregister any existing theme tiddlers\n\tvar unregisteredTiddlers = $tw.wiki.unregisterPluginTiddlers(this.pluginType);\n\t// Register any new theme tiddlers\n\tvar registeredTiddlers = $tw.wiki.registerPluginTiddlers(this.pluginType,plugins);\n\t// Unpack the current theme tiddlers\n\t$tw.wiki.unpackPluginTiddlers();\n\t// Call the switch handler\n\tif(this.onSwitch) {\n\t\tthis.onSwitch(plugins);\n\t}\n};\n\nexports.PluginSwitcher = PluginSwitcher;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/saver-handler.js": {
"title": "$:/core/modules/saver-handler.js",
"text": "/*\\\ntitle: $:/core/modules/saver-handler.js\ntype: application/javascript\nmodule-type: global\n\nThe saver handler tracks changes to the store and handles saving the entire wiki via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInstantiate the saver handler with the following options:\nwiki: wiki to be synced\ndirtyTracking: true if dirty tracking should be performed\n*/\nfunction SaverHandler(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.dirtyTracking = options.dirtyTracking;\n\tthis.pendingAutoSave = false;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"saver-handler\");\n\t// Initialise our savers\n\tif($tw.browser) {\n\t\tthis.initSavers();\n\t}\n\t// Only do dirty tracking if required\n\tif($tw.browser && this.dirtyTracking) {\n\t\t// Compile the dirty tiddler filter\n\t\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t\t// Count of changes that have not yet been saved\n\t\tthis.numChanges = 0;\n\t\t// Listen out for changes to tiddlers\n\t\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t\t// Filter the changes so that we only count changes to tiddlers that we care about\n\t\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t\t});\n\t\t\t// Adjust the number of changes\n\t\t\tself.numChanges += filteredChanges.length;\n\t\t\tself.updateDirtyStatus();\n\t\t\t// Do any autosave if one is pending and there's no more change events\n\t\t\tif(self.pendingAutoSave && self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tself.pendingAutoSave = false;\n\t\t\t}\n\t\t});\n\t\t// Listen for the autosave event\n\t\t$tw.rootWidget.addEventListener(\"tm-auto-save-wiki\",function(event) {\n\t\t\t// Do the autosave unless there are outstanding tiddler change events\n\t\t\tif(self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise put ourselves in the \"pending autosave\" state and wait for the change event before we do the autosave\n\t\t\t\tself.pendingAutoSave = true;\n\t\t\t}\n\t\t});\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t}\n\t// Install the save action handlers\n\tif($tw.browser) {\n\t\t$tw.rootWidget.addEventListener(\"tm-save-wiki\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-download-file\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\tmethod: \"download\",\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t}\n}\n\nSaverHandler.prototype.titleSyncFilter = \"$:/config/SaverFilter\";\nSaverHandler.prototype.titleAutoSave = \"$:/config/AutoSave\";\nSaverHandler.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\n\n/*\nSelect the appropriate saver modules and set them up\n*/\nSaverHandler.prototype.initSavers = function(moduleType) {\n\tmoduleType = moduleType || \"saver\";\n\t// Instantiate the available savers\n\tthis.savers = [];\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tif(module.canSave(self)) {\n\t\t\tself.savers.push(module.create(self.wiki));\n\t\t}\n\t});\n\t// Sort the savers into priority order\n\tthis.savers.sort(function(a,b) {\n\t\tif(a.info.priority < b.info.priority) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(a.info.priority > b.info.priority) {\n\t\t\t\treturn +1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nSave the wiki contents. Options are:\n\tmethod: \"save\", \"autosave\" or \"download\"\n\ttemplate: the tiddler containing the template to save\n\tdownloadType: the content type for the saved file\n*/\nSaverHandler.prototype.saveWiki = function(options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tmethod = options.method || \"save\",\n\t\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/core/save/all\",\n\t\tdownloadType = options.downloadType || \"text/plain\",\n\t\ttext = this.wiki.renderTiddler(downloadType,template,options),\n\t\tcallback = function(err) {\n\t\t\tif(err) {\n\t\t\t\talert($tw.language.getString(\"Error/WhileSaving\") + \":\\n\\n\" + err);\n\t\t\t} else {\n\t\t\t\t// Clear the task queue if we're saving (rather than downloading)\n\t\t\t\tif(method !== \"download\") {\n\t\t\t\t\tself.numChanges = 0;\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t}\n\t\t\t\t$tw.notifier.display(self.titleSavedNotification);\n\t\t\t\tif(options.callback) {\n\t\t\t\t\toptions.callback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t// Ignore autosave if disabled\n\tif(method === \"autosave\" && this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\") {\n\t\treturn false;\n\t}\n\t// Call the highest priority saver that supports this method\n\tfor(var t=this.savers.length-1; t>=0; t--) {\n\t\tvar saver = this.savers[t];\n\t\tif(saver.info.capabilities.indexOf(method) !== -1 && saver.save(text,method,callback,{variables: {filename: variables.filename}})) {\n\t\t\tthis.logger.log(\"Saving wiki with method\",method,\"through saver\",saver.info.name);\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSaverHandler.prototype.isDirty = function() {\n\treturn this.numChanges > 0;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSaverHandler.prototype.updateDirtyStatus = function() {\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t}\n};\n\nexports.SaverHandler = SaverHandler;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/savers/andtidwiki.js": {
"title": "$:/core/modules/savers/andtidwiki.js",
"text": "/*\\\ntitle: $:/core/modules/savers/andtidwiki.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the AndTidWiki Android app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar AndTidWiki = function(wiki) {\n};\n\nAndTidWiki.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.toString().split(\"#\")[0]);\n\t// Strip the file://\n\tif(pathname.indexOf(\"file://\") === 0) {\n\t\tpathname = pathname.substr(7);\n\t}\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Save the file\n\twindow.twi.saveFile(pathname,text);\n\t// Call the callback\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nAndTidWiki.prototype.info = {\n\tname: \"andtidwiki\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.twi && !!window.twi.saveFile;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new AndTidWiki(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/beaker.js": {
"title": "$:/core/modules/savers/beaker.js",
"text": "/*\\\ntitle: $:/core/modules/savers/beaker.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Beaker browser's (https://beakerbrowser.com) Dat protocol (https://datproject.org/)\nCompatible with beaker >= V0.7.2\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar BeakerSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nBeakerSaver.prototype.save = function(text,method,callback) {\n\tvar dat = new DatArchive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Beaker Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Beaker Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nBeakerSaver.prototype.info = {\n\tname: \"beaker\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.DatArchive && location.protocol===\"dat:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new BeakerSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/download.js": {
"title": "$:/core/modules/savers/download.js",
"text": "/*\\\ntitle: $:/core/modules/savers/download.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar DownloadSaver = function(wiki) {\n};\n\nDownloadSaver.prototype.save = function(text,method,callback,options) {\n\toptions = options || {};\n\t// Get the current filename\n\tvar filename = options.variables.filename;\n\tif(!filename) {\n\t\tvar p = document.location.pathname.lastIndexOf(\"/\");\n\t\tif(p !== -1) {\n\t\t\t// We decode the pathname because document.location is URL encoded by the browser\n\t\t\tfilename = decodeURIComponent(document.location.pathname.substr(p+1));\n\t\t}\n\t}\n\tif(!filename) {\n\t\tfilename = \"tiddlywiki.html\";\n\t}\n\t// Set up the link\n\tvar link = document.createElement(\"a\");\n\tif(Blob !== undefined) {\n\t\tvar blob = new Blob([text], {type: \"text/html\"});\n\t\tlink.setAttribute(\"href\", URL.createObjectURL(blob));\n\t} else {\n\t\tlink.setAttribute(\"href\",\"data:text/html,\" + encodeURIComponent(text));\n\t}\n\tlink.setAttribute(\"download\",filename);\n\tdocument.body.appendChild(link);\n\tlink.click();\n\tdocument.body.removeChild(link);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nDownloadSaver.prototype.info = {\n\tname: \"download\",\n\tpriority: 100\n};\n\nObject.defineProperty(DownloadSaver.prototype.info, \"capabilities\", {\n\tget: function() {\n\t\tvar capabilities = [\"save\", \"download\"];\n\t\tif(($tw.wiki.getTextReference(\"$:/config/DownloadSaver/AutoSave\") || \"\").toLowerCase() === \"yes\") {\n\t\t\tcapabilities.push(\"autosave\");\n\t\t}\n\t\treturn capabilities;\n\t}\n});\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn document.createElement(\"a\").download !== undefined;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new DownloadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/fsosaver.js": {
"title": "$:/core/modules/savers/fsosaver.js",
"text": "/*\\\ntitle: $:/core/modules/savers/fsosaver.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via MS FileSystemObject ActiveXObject\n\nNote: Since TiddlyWiki's markup contains the MOTW, the FileSystemObject normally won't be available. \nHowever, if the wiki is loaded as an .HTA file (Windows HTML Applications) then the FSO can be used.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar FSOSaver = function(wiki) {\n};\n\nFSOSaver.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = unescape(document.location.pathname);\n\t// Test for a Windows path of the form /x:\\blah...\n\tif(/^\\/[A-Z]\\:\\\\[^\\\\]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t} else if(document.location.hostname !== \"\" && /^\\/\\\\[^\\\\]+\\\\[^\\\\]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t\t// reconstruct UNC path\n\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t} else {\n\t\treturn false;\n\t}\n\t// Save the file (as UTF-16)\n\tvar fso = new ActiveXObject(\"Scripting.FileSystemObject\");\n\tvar file = fso.OpenTextFile(pathname,2,-1,-1);\n\tfile.Write(text);\n\tfile.Close();\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nFSOSaver.prototype.info = {\n\tname: \"FSOSaver\",\n\tpriority: 120,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\ttry {\n\t\treturn (window.location.protocol === \"file:\") && !!(new ActiveXObject(\"Scripting.FileSystemObject\"));\n\t} catch(e) { return false; }\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new FSOSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/manualdownload.js": {
"title": "$:/core/modules/savers/manualdownload.js",
"text": "/*\\\ntitle: $:/core/modules/savers/manualdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Title of the tiddler containing the download message\nvar downloadInstructionsTitle = \"$:/language/Modals/Download\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar ManualDownloadSaver = function(wiki) {\n};\n\nManualDownloadSaver.prototype.save = function(text,method,callback) {\n\t$tw.modal.display(downloadInstructionsTitle,{\n\t\tdownloadLink: \"data:text/html,\" + encodeURIComponent(text)\n\t});\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nManualDownloadSaver.prototype.info = {\n\tname: \"manualdownload\",\n\tpriority: 0,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new ManualDownloadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/msdownload.js": {
"title": "$:/core/modules/savers/msdownload.js",
"text": "/*\\\ntitle: $:/core/modules/savers/msdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via window.navigator.msSaveBlob()\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar MsDownloadSaver = function(wiki) {\n};\n\nMsDownloadSaver.prototype.save = function(text,method,callback) {\n\t// Get the current filename\n\tvar filename = \"tiddlywiki.html\",\n\t\tp = document.location.pathname.lastIndexOf(\"/\");\n\tif(p !== -1) {\n\t\tfilename = document.location.pathname.substr(p+1);\n\t}\n\t// Set up the link\n\tvar blob = new Blob([text], {type: \"text/html\"});\n\twindow.navigator.msSaveBlob(blob,filename);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nMsDownloadSaver.prototype.info = {\n\tname: \"msdownload\",\n\tpriority: 110,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.navigator.msSaveBlob;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new MsDownloadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/put.js": {
"title": "$:/core/modules/savers/put.js",
"text": "/*\\\ntitle: $:/core/modules/savers/put.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by performing a PUT request to the server\n\nWorks with any server which accepts a PUT request\nto the current URL, such as a WebDAV server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRetrieve ETag if available\n*/\nvar retrieveETag = function(self) {\n\tvar headers = {\n\t\tAccept: \"*/*;charset=UTF-8\"\n\t};\n\t$tw.utils.httpRequest({\n\t\turl: self.uri(),\n\t\ttype: \"HEAD\",\n\t\theaders: headers,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar etag = xhr.getResponseHeader(\"ETag\");\n\t\t\tif(!etag) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tself.etag = etag.replace(/^W\\//,\"\");\n\t\t}\n\t});\n};\n\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar PutSaver = function(wiki) {\n\tthis.wiki = wiki;\n\tvar self = this;\n\tvar uri = this.uri();\n\t// Async server probe. Until probe finishes, save will fail fast\n\t// See also https://github.com/Jermolene/TiddlyWiki5/issues/2276\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"OPTIONS\",\n\t\tcallback: function(err,data,xhr) {\n\t\t\t// Check DAV header http://www.webdav.org/specs/rfc2518.html#rfc.section.9.1\n\t\t\tif(!err) {\n\t\t\t\tself.serverAcceptsPuts = xhr.status === 200 && !!xhr.getResponseHeader(\"dav\");\n\t\t\t}\n\t\t}\n\t});\n\tretrieveETag(this);\n};\n\nPutSaver.prototype.uri = function() {\n\treturn document.location.toString().split(\"#\")[0];\n};\n\n// TODO: in case of edit conflict\n// Prompt: Do you want to save over this? Y/N\n// Merging would be ideal, and may be possible using future generic merge flow\nPutSaver.prototype.save = function(text,method,callback) {\n\tif(!this.serverAcceptsPuts) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tvar headers = {\n\t\t\"Content-Type\": \"text/html;charset=UTF-8\"\n\t};\n\tif(this.etag) {\n\t\theaders[\"If-Match\"] = this.etag;\n\t}\n\t$tw.utils.httpRequest({\n\t\turl: this.uri(),\n\t\ttype: \"PUT\",\n\t\theaders: headers,\n\t\tdata: text,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\t// response is textual: \"XMLHttpRequest error code: 412\"\n\t\t\t\tvar status = Number(err.substring(err.indexOf(':') + 2, err.length))\n\t\t\t\tif(status === 412) { // edit conflict\n\t\t\t\t\tvar message = $tw.language.getString(\"Error/EditConflict\");\n\t\t\t\t\tcallback(message);\n\t\t\t\t} else {\n\t\t\t\t\tcallback(err); // fail\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.etag = xhr.getResponseHeader(\"ETag\");\n\t\t\t\tif(self.etag == null) {\n\t\t\t\t\tretrieveETag(self);\n\t\t\t\t}\n\t\t\t\tcallback(null); // success\n\t\t\t}\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nPutSaver.prototype.info = {\n\tname: \"put\",\n\tpriority: 2000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn /^https?:/.test(location.protocol);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new PutSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/tiddlyfox.js": {
"title": "$:/core/modules/savers/tiddlyfox.js",
"text": "/*\\\ntitle: $:/core/modules/savers/tiddlyfox.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TiddlyFox file extension\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TiddlyFoxSaver = function(wiki) {\n};\n\nTiddlyFoxSaver.prototype.save = function(text,method,callback) {\n\tvar messageBox = document.getElementById(\"tiddlyfox-message-box\");\n\tif(messageBox) {\n\t\t// Get the pathname of this document\n\t\tvar pathname = document.location.toString().split(\"#\")[0];\n\t\t// Replace file://localhost/ with file:///\n\t\tif(pathname.indexOf(\"file://localhost/\") === 0) {\n\t\t\tpathname = \"file://\" + pathname.substr(16);\n\t\t}\n\t\t// Windows path file:///x:/blah/blah --> x:\\blah\\blah\n\t\tif(/^file\\:\\/\\/\\/[A-Z]\\:\\//i.test(pathname)) {\n\t\t\t// Remove the leading slash and convert slashes to backslashes\n\t\t\tpathname = pathname.substr(8).replace(/\\//g,\"\\\\\");\n\t\t// Firefox Windows network path file://///server/share/blah/blah --> //server/share/blah/blah\n\t\t} else if(pathname.indexOf(\"file://///\") === 0) {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(10)).replace(/\\//g,\"\\\\\");\n\t\t// Mac/Unix local path file:///path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:///\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(7));\n\t\t// Mac/Unix local path file:/path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:/\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(5));\n\t\t// Otherwise Windows networth path file://server/share/path/path --> \\\\server\\share\\path\\path\n\t\t} else {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(7)).replace(new RegExp(\"/\",\"g\"),\"\\\\\");\n\t\t}\n\t\t// Create the message element and put it in the message box\n\t\tvar message = document.createElement(\"div\");\n\t\tmessage.setAttribute(\"data-tiddlyfox-path\",decodeURIComponent(pathname));\n\t\tmessage.setAttribute(\"data-tiddlyfox-content\",text);\n\t\tmessageBox.appendChild(message);\n\t\t// Add an event handler for when the file has been saved\n\t\tmessage.addEventListener(\"tiddlyfox-have-saved-file\",function(event) {\n\t\t\tcallback(null);\n\t\t}, false);\n\t\t// Create and dispatch the custom event to the extension\n\t\tvar event = document.createEvent(\"Events\");\n\t\tevent.initEvent(\"tiddlyfox-save-file\",true,false);\n\t\tmessage.dispatchEvent(event);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyFoxSaver.prototype.info = {\n\tname: \"tiddlyfox\",\n\tpriority: 1500,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyFoxSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/tiddlyie.js": {
"title": "$:/core/modules/savers/tiddlyie.js",
"text": "/*\\\ntitle: $:/core/modules/savers/tiddlyie.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via Internet Explorer BHO extenion (TiddlyIE)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar TiddlyIESaver = function(wiki) {\n};\n\nTiddlyIESaver.prototype.save = function(text,method,callback) {\n\t// Check existence of TiddlyIE BHO extension (note: only works after document is complete)\n\tif(typeof(window.TiddlyIE) != \"undefined\") {\n\t\t// Get the pathname of this document\n\t\tvar pathname = unescape(document.location.pathname);\n\t\t// Test for a Windows path of the form /x:/blah...\n\t\tif(/^\\/[A-Z]\\:\\/[^\\/]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+ (is this better?: ^/[a-z]:/[^/]+(/[^/]+)*\\.[^/]+ )\n\t\t\t// Remove the leading slash\n\t\t\tpathname = pathname.substr(1);\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t} else if(document.hostname !== \"\" && /^\\/[^\\/]+\\/[^\\/]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t\t// reconstruct UNC path\n\t\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t\t} else return false;\n\t\t// Prompt the user to save the file\n\t\twindow.TiddlyIE.save(pathname, text);\n\t\t// Callback that we succeeded\n\t\tcallback(null);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyIESaver.prototype.info = {\n\tname: \"tiddlyiesaver\",\n\tpriority: 1500,\n\tcapabilities: [\"save\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn (window.location.protocol === \"file:\");\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyIESaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/twedit.js": {
"title": "$:/core/modules/savers/twedit.js",
"text": "/*\\\ntitle: $:/core/modules/savers/twedit.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TWEdit iOS app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TWEditSaver = function(wiki) {\n};\n\nTWEditSaver.prototype.save = function(text,method,callback) {\n\t// Bail if we're not running under TWEdit\n\tif(typeof DeviceInfo !== \"object\") {\n\t\treturn false;\n\t}\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.pathname);\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Remove the leading \"/Documents\" from path\n\tvar prefix = \"/Documents\";\n\tif(pathname.indexOf(prefix) === 0) {\n\t\tpathname = pathname.substr(prefix.length);\n\t}\n\t// Error handler\n\tvar errorHandler = function(event) {\n\t\t// Error\n\t\tcallback($tw.language.getString(\"Error/SavingToTWEdit\") + \": \" + event.target.error.code);\n\t};\n\t// Get the file system\n\twindow.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem) {\n\t\t// Now we've got the filesystem, get the fileEntry\n\t\tfileSystem.root.getFile(pathname, {create: true}, function(fileEntry) {\n\t\t\t// Now we've got the fileEntry, create the writer\n\t\t\tfileEntry.createWriter(function(writer) {\n\t\t\t\twriter.onerror = errorHandler;\n\t\t\t\twriter.onwrite = function() {\n\t\t\t\t\tcallback(null);\n\t\t\t\t};\n\t\t\t\twriter.position = 0;\n\t\t\t\twriter.write(text);\n\t\t\t},errorHandler);\n\t\t}, errorHandler);\n\t}, errorHandler);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nTWEditSaver.prototype.info = {\n\tname: \"twedit\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TWEditSaver(wiki);\n};\n\n/////////////////////////// Hack\n// HACK: This ensures that TWEdit recognises us as a TiddlyWiki document\nif($tw.browser) {\n\twindow.version = {title: \"TiddlyWiki\"};\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/upload.js": {
"title": "$:/core/modules/savers/upload.js",
"text": "/*\\\ntitle: $:/core/modules/savers/upload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via upload to a server.\n\nDesigned to be compatible with BidiX's UploadPlugin at http://tiddlywiki.bidix.info/#UploadPlugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar UploadSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nUploadSaver.prototype.save = function(text,method,callback) {\n\t// Get the various parameters we need\n\tvar backupDir = this.wiki.getTextReference(\"$:/UploadBackupDir\") || \".\",\n\t\tusername = this.wiki.getTextReference(\"$:/UploadName\"),\n\t\tpassword = $tw.utils.getPassword(\"upload\"),\n\t\tuploadDir = this.wiki.getTextReference(\"$:/UploadDir\") || \".\",\n\t\tuploadFilename = this.wiki.getTextReference(\"$:/UploadFilename\") || \"index.html\",\n\t\turl = this.wiki.getTextReference(\"$:/UploadURL\");\n\t// Bail out if we don't have the bits we need\n\tif(!username || username.toString().trim() === \"\" || !password || password.toString().trim() === \"\") {\n\t\treturn false;\n\t}\n\t// Construct the url if not provided\n\tif(!url) {\n\t\turl = \"http://\" + username + \".tiddlyspot.com/store.cgi\";\n\t}\n\t// Assemble the header\n\tvar boundary = \"---------------------------\" + \"AaB03x\";\t\n\tvar uploadFormName = \"UploadPlugin\";\n\tvar head = [];\n\thead.push(\"--\" + boundary + \"\\r\\nContent-disposition: form-data; name=\\\"UploadPlugin\\\"\\r\\n\");\n\thead.push(\"backupDir=\" + backupDir + \";user=\" + username + \";password=\" + password + \";uploaddir=\" + uploadDir + \";;\"); \n\thead.push(\"\\r\\n\" + \"--\" + boundary);\n\thead.push(\"Content-disposition: form-data; name=\\\"userfile\\\"; filename=\\\"\" + uploadFilename + \"\\\"\");\n\thead.push(\"Content-Type: text/html;charset=UTF-8\");\n\thead.push(\"Content-Length: \" + text.length + \"\\r\\n\");\n\thead.push(\"\");\n\t// Assemble the tail and the data itself\n\tvar tail = \"\\r\\n--\" + boundary + \"--\\r\\n\",\n\t\tdata = head.join(\"\\r\\n\") + text + tail;\n\t// Do the HTTP post\n\tvar http = new XMLHttpRequest();\n\thttp.open(\"POST\",url,true,username,password);\n\thttp.setRequestHeader(\"Content-Type\",\"multipart/form-data; charset=UTF-8; boundary=\" + boundary);\n\thttp.onreadystatechange = function() {\n\t\tif(http.readyState == 4 && http.status == 200) {\n\t\t\tif(http.responseText.substr(0,4) === \"0 - \") {\n\t\t\t\tcallback(null);\n\t\t\t} else {\n\t\t\t\tcallback(http.responseText);\n\t\t\t}\n\t\t}\n\t};\n\ttry {\n\t\thttp.send(data);\n\t} catch(ex) {\n\t\treturn callback($tw.language.getString(\"Error/Caption\") + \":\" + ex);\n\t}\n\t$tw.notifier.display(\"$:/language/Notifications/Save/Starting\");\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nUploadSaver.prototype.info = {\n\tname: \"upload\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new UploadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/server/authenticators/basic.js": {
"title": "$:/core/modules/server/authenticators/basic.js",
"text": "/*\\\ntitle: $:/core/modules/server/authenticators/basic.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for WWW basic authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\");\n}\n\nfunction BasicAuthenticator(server) {\n\tthis.server = server;\n\tthis.credentialsData = [];\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nBasicAuthenticator.prototype.init = function() {\n\t// Read the credentials data\n\tthis.credentialsFilepath = this.server.get(\"credentials\");\n\tif(this.credentialsFilepath) {\n\t\tvar resolveCredentialsFilepath = path.resolve($tw.boot.wikiPath,this.credentialsFilepath);\n\t\tif(fs.existsSync(resolveCredentialsFilepath) && !fs.statSync(resolveCredentialsFilepath).isDirectory()) {\n\t\t\tvar credentialsText = fs.readFileSync(resolveCredentialsFilepath,\"utf8\"),\n\t\t\t\tcredentialsData = $tw.utils.parseCsvStringWithHeader(credentialsText);\n\t\t\tif(typeof credentialsData === \"string\") {\n\t\t\t\treturn \"Error: \" + credentialsData + \" reading credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t\t} else {\n\t\t\t\tthis.credentialsData = credentialsData;\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"Error: Unable to load user credentials from '\" + credentialsFilepath + \"'\";\n\t\t}\n\t}\n\t// Add the hardcoded username and password if specified\n\tif(this.server.get(\"username\") && this.server.get(\"password\")) {\n\t\tthis.credentialsData = this.credentialsData || [];\n\t\tthis.credentialsData.push({\n\t\t\tusername: this.server.get(\"username\"),\n\t\t\tpassword: this.server.get(\"password\")\n\t\t});\n\t}\n\treturn this.credentialsData.length > 0;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nBasicAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Extract the incoming username and password from the request\n\tvar header = request.headers.authorization || \"\";\n\tif(!header && state.allowAnon) {\n\t\t// If there's no header and anonymous access is allowed then we don't set authenticatedUsername\n\t\treturn true;\n\t}\n\tvar token = header.split(/\\s+/).pop() || \"\",\n\t\tauth = $tw.utils.base64Decode(token),\n\t\tparts = auth.split(/:/),\n\t\tincomingUsername = parts[0],\n\t\tincomingPassword = parts[1];\n\t// Check that at least one of the credentials matches\n\tvar matchingCredentials = this.credentialsData.find(function(credential) {\n\t\treturn credential.username === incomingUsername && credential.password === incomingPassword;\n\t});\n\tif(matchingCredentials) {\n\t\t// If so, add the authenticated username to the request state\n\t\tstate.authenticatedUsername = incomingUsername;\n\t\treturn true;\n\t} else {\n\t\t// If not, return an authentication challenge\n\t\tresponse.writeHead(401,\"Authentication required\",{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\n\t\treturn false;\n\t}\n};\n\nexports.AuthenticatorClass = BasicAuthenticator;\n\n})();\n",
"type": "application/javascript",
"module-type": "authenticator"
},
"$:/core/modules/server/authenticators/header.js": {
"title": "$:/core/modules/server/authenticators/header.js",
"text": "/*\\\ntitle: $:/core/modules/server/authenticators/header.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for trusted header authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction HeaderAuthenticator(server) {\n\tthis.server = server;\n\tthis.header = server.get(\"authenticated-user-header\");\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nHeaderAuthenticator.prototype.init = function() {\n\treturn !!this.header;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nHeaderAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Otherwise, authenticate as the username in the specified header\n\tvar username = request.headers[this.header];\n\tif(!username && !state.allowAnon) {\n\t\tresponse.writeHead(401,\"Authorization header required to login to '\" + state.server.servername + \"'\");\n\t\tresponse.end();\n\t\treturn false;\n\t} else {\n\t\t// authenticatedUsername will be undefined for anonymous users\n\t\tstate.authenticatedUsername = username;\n\t\treturn true;\n\t}\n};\n\nexports.AuthenticatorClass = HeaderAuthenticator;\n\n})();\n",
"type": "application/javascript",
"module-type": "authenticator"
},
"$:/core/modules/server/routes/delete-tiddler.js": {
"title": "$:/core/modules/server/routes/delete-tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/delete-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nDELETE /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"DELETE\";\n\nexports.path = /^\\/bags\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]);\n\tstate.wiki.deleteTiddler(title);\n\tresponse.writeHead(204, \"OK\", {\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-favicon.js": {
"title": "$:/core/modules/server/routes/get-favicon.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-favicon.js\ntype: application/javascript\nmodule-type: route\n\nGET /favicon.ico\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/favicon.ico$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n\tvar buffer = state.wiki.getTiddlerText(\"$:/favicon.ico\",\"\");\n\tresponse.end(buffer,\"base64\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-file.js": {
"title": "$:/core/modules/server/routes/get-file.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-file.js\ntype: application/javascript\nmodule-type: route\n\nGET /files/:filepath\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/files\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar path = require(\"path\"),\n\t\tfs = require(\"fs\"),\n\t\tutil = require(\"util\");\n\tvar filename = path.resolve($tw.boot.wikiPath,\"files\",decodeURIComponent(state.params[0])),\n\t\textension = path.extname(filename);\n\tfs.readFile(filename,function(err,content) {\n\t\tvar status,content,type = \"text/plain\";\n\t\tif(err) {\n\t\t\tif(err.code === \"ENOENT\") {\n\t\t\t\tstatus = 404;\n\t\t\t\tcontent = \"File '\" + filename + \"' not found\";\n\t\t\t} else if(err.code === \"EACCES\") {\n\t\t\t\tstatus = 403;\n\t\t\t\tcontent = \"You do not have permission to access the file '\" + filename + \"'\";\n\t\t\t} else {\n\t\t\t\tstatus = 500;\n\t\t\t\tcontent = err.toString();\n\t\t\t}\n\t\t} else {\n\t\t\tstatus = 200;\n\t\t\tcontent = content;\n\t\t\ttype = ($tw.config.fileExtensionInfo[extension] ? $tw.config.fileExtensionInfo[extension].type : \"application/octet-stream\");\n\t\t}\n\t\tresponse.writeHead(status,{\n\t\t\t\"Content-Type\": type\n\t\t});\n\t\tresponse.end(content);\n\t});\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-index.js": {
"title": "$:/core/modules/server/routes/get-index.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-index.js\ntype: application/javascript\nmodule-type: route\n\nGET /\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": state.server.get(\"root-serve-type\")});\n\tvar text = state.wiki.renderTiddler(state.server.get(\"root-render-type\"),state.server.get(\"root-tiddler\"));\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-login-basic.js": {
"title": "$:/core/modules/server/routes/get-login-basic.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-login-basic.js\ntype: application/javascript\nmodule-type: route\n\nGET /login-basic -- force a Basic Authentication challenge\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/login-basic$/;\n\nexports.handler = function(request,response,state) {\n\tif(!state.authenticatedUsername) {\n\t\t// Challenge if there's no username\n\t\tresponse.writeHead(401,{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\t\t\n\t} else {\n\t\t// Redirect to the root wiki if login worked\n\t\tresponse.writeHead(302,{\n\t\t\tLocation: \"/\"\n\t\t});\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-status.js": {
"title": "$:/core/modules/server/routes/get-status.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-status.js\ntype: application/javascript\nmodule-type: route\n\nGET /status\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/status$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar text = JSON.stringify({\n\t\tusername: state.authenticatedUsername || state.server.get(\"anon-username\") || \"\",\n\t\tanonymous: !state.authenticatedUsername,\n\t\tread_only: !state.server.isAuthorized(\"writers\",state.authenticatedUsername),\n\t\tspace: {\n\t\t\trecipe: \"default\"\n\t\t},\n\t\ttiddlywiki_version: $tw.version\n\t});\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-tiddler-html.js": {
"title": "$:/core/modules/server/routes/get-tiddler-html.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler-html.js\ntype: application/javascript\nmodule-type: route\n\nGET /:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/([^\\/]+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar renderType = tiddler.getFieldString(\"_render_type\"),\n\t\t\trenderTemplate = tiddler.getFieldString(\"_render_template\");\n\t\t// Tiddler fields '_render_type' and '_render_template' overwrite\n\t\t// system wide settings for render type and template\n\t\tif(state.wiki.isSystemTiddler(title)) {\n\t\t\trenderType = renderType || state.server.get(\"system-tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"system-tiddler-render-template\");\n\t\t} else {\n\t\t\trenderType = renderType || state.server.get(\"tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"tiddler-render-template\");\n\t\t}\n\t\tvar text = state.wiki.renderTiddler(renderType,renderTemplate,{parseAsInline: true, variables: {currentTiddler: title}});\n\t\t// Naughty not to set a content-type, but it's the easiest way to ensure the browser will see HTML pages as HTML, and accept plain text tiddlers as CSS or JS\n\t\tresponse.writeHead(200);\n\t\tresponse.end(text,\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-tiddler.js": {
"title": "$:/core/modules/server/routes/get-tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title),\n\t\ttiddlerFields = {},\n\t\tknownFields = [\n\t\t\t\"bag\", \"created\", \"creator\", \"modified\", \"modifier\", \"permissions\", \"recipe\", \"revision\", \"tags\", \"text\", \"title\", \"type\", \"uri\"\n\t\t];\n\tif(tiddler) {\n\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\tif(knownFields.indexOf(name) !== -1) {\n\t\t\t\ttiddlerFields[name] = value;\n\t\t\t} else {\n\t\t\t\ttiddlerFields.fields = tiddlerFields.fields || {};\n\t\t\t\ttiddlerFields.fields[name] = value;\n\t\t\t}\n\t\t});\n\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\tresponse.end(JSON.stringify(tiddlerFields),\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-tiddlers-json.js": {
"title": "$:/core/modules/server/routes/get-tiddlers-json.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddlers-json.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers/tiddlers.json\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers.json$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar tiddlers = [];\n\tstate.wiki.forEachTiddler({sortField: \"title\"},function(title,tiddler) {\n\t\tvar tiddlerFields = {};\n\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\tif(name !== \"text\") {\n\t\t\t\ttiddlerFields[name] = tiddler.getFieldString(name);\n\t\t\t}\n\t\t});\n\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\ttiddlers.push(tiddlerFields);\n\t});\n\tvar text = JSON.stringify(tiddlers);\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/put-tiddler.js": {
"title": "$:/core/modules/server/routes/put-tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/put-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nPUT /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"PUT\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\tfields = JSON.parse(state.data);\n\t// Pull up any subfields in the `fields` object\n\tif(fields.fields) {\n\t\t$tw.utils.each(fields.fields,function(field,name) {\n\t\t\tfields[name] = field;\n\t\t});\n\t\tdelete fields.fields;\n\t}\n\t// Remove any revision field\n\tif(fields.revision) {\n\t\tdelete fields.revision;\n\t}\n\tstate.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title},state.wiki.getModificationFields()));\n\tvar changeCount = state.wiki.getChangeCount(title).toString();\n\tresponse.writeHead(204, \"OK\",{\n\t\tEtag: \"\\\"default/\" + encodeURIComponent(title) + \"/\" + changeCount + \":\\\"\",\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/server.js": {
"title": "$:/core/modules/server/server.js",
"text": "/*\\\ntitle: $:/core/modules/server/server.js\ntype: application/javascript\nmodule-type: library\n\nServe tiddlers over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\");\n}\n\n/*\nA simple HTTP server with regexp-based routes\noptions: variables - optional hashmap of variables to set (a misnomer - they are really constant parameters)\n\t\t routes - optional array of routes to use\n\t\t wiki - reference to wiki object\n*/\nfunction Server(options) {\n\tvar self = this;\n\tthis.routes = options.routes || [];\n\tthis.authenticators = options.authenticators || [];\n\tthis.wiki = options.wiki;\n\tthis.servername = $tw.utils.transliterateToSafeASCII(this.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\");\n\t// Initialise the variables\n\tthis.variables = $tw.utils.extend({},this.defaultVariables);\n\tif(options.variables) {\n\t\tfor(var variable in options.variables) {\n\t\t\tif(options.variables[variable]) {\n\t\t\t\tthis.variables[variable] = options.variables[variable];\n\t\t\t}\n\t\t}\t\t\n\t}\n\t$tw.utils.extend({},this.defaultVariables,options.variables);\n\t// Initialise CSRF\n\tthis.csrfDisable = this.get(\"csrf-disable\") === \"yes\";\n\t// Initialise authorization\n\tvar authorizedUserName = (this.get(\"username\") && this.get(\"password\")) ? this.get(\"username\") : \"(anon)\";\n\tthis.authorizationPrincipals = {\n\t\treaders: (this.get(\"readers\") || authorizedUserName).split(\",\").map($tw.utils.trim),\n\t\twriters: (this.get(\"writers\") || authorizedUserName).split(\",\").map($tw.utils.trim)\n\t}\n\t// Load and initialise authenticators\n\t$tw.modules.forEachModuleOfType(\"authenticator\", function(title,authenticatorDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addAuthenticator(authenticatorDefinition.AuthenticatorClass);\n\t});\n\t// Load route handlers\n\t$tw.modules.forEachModuleOfType(\"route\", function(title,routeDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addRoute(routeDefinition);\n\t});\n\t// Initialise the http vs https\n\tthis.listenOptions = null;\n\tthis.protocol = \"http\";\n\tvar tlsKeyFilepath = this.get(\"tls-key\"),\n\t\ttlsCertFilepath = this.get(\"tls-cert\");\n\tif(tlsCertFilepath && tlsKeyFilepath) {\n\t\tthis.listenOptions = {\n\t\t\tkey: fs.readFileSync(path.resolve($tw.boot.wikiPath,tlsKeyFilepath),\"utf8\"),\n\t\t\tcert: fs.readFileSync(path.resolve($tw.boot.wikiPath,tlsCertFilepath),\"utf8\")\n\t\t};\n\t\tthis.protocol = \"https\";\n\t}\n\tthis.transport = require(this.protocol);\n}\n\nServer.prototype.defaultVariables = {\n\tport: \"8080\",\n\thost: \"127.0.0.1\",\n\t\"root-tiddler\": \"$:/core/save/all\",\n\t\"root-render-type\": \"text/plain\",\n\t\"root-serve-type\": \"text/html\",\n\t\"tiddler-render-type\": \"text/html\",\n\t\"tiddler-render-template\": \"$:/core/templates/server/static.tiddler.html\",\n\t\"system-tiddler-render-type\": \"text/plain\",\n\t\"system-tiddler-render-template\": \"$:/core/templates/wikified-tiddler\",\n\t\"debug-level\": \"none\"\n};\n\nServer.prototype.get = function(name) {\n\treturn this.variables[name];\n};\n\nServer.prototype.addRoute = function(route) {\n\tthis.routes.push(route);\n};\n\nServer.prototype.addAuthenticator = function(AuthenticatorClass) {\n\t// Instantiate and initialise the authenticator\n\tvar authenticator = new AuthenticatorClass(this),\n\t\tresult = authenticator.init();\n\tif(typeof result === \"string\") {\n\t\t$tw.utils.error(\"Error: \" + result);\n\t} else if(result) {\n\t\t// Only use the authenticator if it initialised successfully\n\t\tthis.authenticators.push(authenticator);\n\t}\n};\n\nServer.prototype.findMatchingRoute = function(request,state) {\n\tvar pathprefix = this.get(\"path-prefix\") || \"\";\n\tfor(var t=0; t<this.routes.length; t++) {\n\t\tvar potentialRoute = this.routes[t],\n\t\t\tpathRegExp = potentialRoute.path,\n\t\t\tpathname = state.urlInfo.pathname,\n\t\t\tmatch;\n\t\tif(pathprefix) {\n\t\t\tif(pathname.substr(0,pathprefix.length) === pathprefix) {\n\t\t\t\tpathname = pathname.substr(pathprefix.length) || \"/\";\n\t\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t\t} else {\n\t\t\t\tmatch = false;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t}\n\t\tif(match && request.method === potentialRoute.method) {\n\t\t\tstate.params = [];\n\t\t\tfor(var p=1; p<match.length; p++) {\n\t\t\t\tstate.params.push(match[p]);\n\t\t\t}\n\t\t\treturn potentialRoute;\n\t\t}\n\t}\n\treturn null;\n};\n\nServer.prototype.methodMappings = {\n\t\"GET\": \"readers\",\n\t\"OPTIONS\": \"readers\",\n\t\"HEAD\": \"readers\",\n\t\"PUT\": \"writers\",\n\t\"POST\": \"writers\",\n\t\"DELETE\": \"writers\"\n};\n\n/*\nCheck whether a given user is authorized for the specified authorizationType (\"readers\" or \"writers\"). Pass null or undefined as the username to check for anonymous access\n*/\nServer.prototype.isAuthorized = function(authorizationType,username) {\n\tvar principals = this.authorizationPrincipals[authorizationType] || [];\n\treturn principals.indexOf(\"(anon)\") !== -1 || (username && (principals.indexOf(\"(authenticated)\") !== -1 || principals.indexOf(username) !== -1));\n}\n\nServer.prototype.requestHandler = function(request,response) {\n\t// Compose the state object\n\tvar self = this;\n\tvar state = {};\n\tstate.wiki = self.wiki;\n\tstate.server = self;\n\tstate.urlInfo = url.parse(request.url);\n\t// Get the principals authorized to access this resource\n\tvar authorizationType = this.methodMappings[request.method] || \"readers\";\n\t// Check for the CSRF header if this is a write\n\tif(!this.csrfDisable && authorizationType === \"writers\" && request.headers[\"x-requested-with\"] !== \"TiddlyWiki\") {\n\t\tresponse.writeHead(403,\"'X-Requested-With' header required to login to '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\t\t\n\t}\n\t// Check whether anonymous access is granted\n\tstate.allowAnon = this.isAuthorized(authorizationType,null);\n\t// Authenticate with the first active authenticator\n\tif(this.authenticators.length > 0) {\n\t\tif(!this.authenticators[0].authenticateRequest(request,response,state)) {\n\t\t\t// Bail if we failed (the authenticator will have sent the response)\n\t\t\treturn;\n\t\t}\t\t\n\t}\n\t// Authorize with the authenticated username\n\tif(!this.isAuthorized(authorizationType,state.authenticatedUsername)) {\n\t\tresponse.writeHead(401,\"'\" + state.authenticatedUsername + \"' is not authorized to access '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Find the route that matches this path\n\tvar route = self.findMatchingRoute(request,state);\n\t// Optionally output debug info\n\tif(self.get(\"debug-level\") !== \"none\") {\n\t\tconsole.log(\"Request path:\",JSON.stringify(state.urlInfo));\n\t\tconsole.log(\"Request headers:\",JSON.stringify(request.headers));\n\t\tconsole.log(\"authenticatedUsername:\",state.authenticatedUsername);\n\t}\n\t// Return a 404 if we didn't find a route\n\tif(!route) {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Receive the request body if necessary and hand off to the route handler\n\tif(route.bodyFormat === \"stream\" || request.method === \"GET\" || request.method === \"HEAD\") {\n\t\t// Let the route handle the request stream itself\n\t\troute.handler(request,response,state);\n\t} else if(route.bodyFormat === \"string\" || !route.bodyFormat) {\n\t\t// Set the encoding for the incoming request\n\t\trequest.setEncoding(\"utf8\");\n\t\tvar data = \"\";\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata += chunk.toString();\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = data;\n\t\t\troute.handler(request,response,state);\n\t\t});\n\t} else if(route.bodyFormat === \"buffer\") {\n\t\tvar data = [];\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata.push(chunk);\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = Buffer.concat(data);\n\t\t\troute.handler(request,response,state);\n\t\t})\n\t} else {\n\t\tresponse.writeHead(400,\"Invalid bodyFormat \" + route.bodyFormat + \" in route \" + route.method + \" \" + route.path.source);\n\t\tresponse.end();\n\t}\n};\n\n/*\nListen for requests\nport: optional port number (falls back to value of \"port\" variable)\nhost: optional host address (falls back to value of \"hist\" variable)\n*/\nServer.prototype.listen = function(port,host) {\n\t// Handle defaults for port and host\n\tport = port || this.get(\"port\");\n\thost = host || this.get(\"host\");\n\t// Check for the port being a string and look it up as an environment variable\n\tif(parseInt(port,10).toString() !== port) {\n\t\tport = process.env[port] || 8080;\n\t}\n\t$tw.utils.log(\"Serving on \" + this.protocol + \"://\" + host + \":\" + port,\"brown/orange\");\n\t$tw.utils.log(\"(press ctrl-C to exit)\",\"red\");\n\t// Warn if required plugins are missing\n\tif(!$tw.wiki.getTiddler(\"$:/plugins/tiddlywiki/tiddlyweb\") || !$tw.wiki.getTiddler(\"$:/plugins/tiddlywiki/filesystem\")) {\n\t\t$tw.utils.warning(\"Warning: Plugins required for client-server operation (\\\"tiddlywiki/filesystem\\\" and \\\"tiddlywiki/tiddlyweb\\\") are missing from tiddlywiki.info file\");\n\t}\n\t// Listen\n\tvar server;\n\tif(this.listenOptions) {\n\t\tserver = this.transport.createServer(this.listenOptions,this.requestHandler.bind(this));\n\t} else {\n\t\tserver = this.transport.createServer(this.requestHandler.bind(this));\n\t}\n\treturn server.listen(port,host);\n};\n\nexports.Server = Server;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/browser-messaging.js": {
"title": "$:/core/modules/browser-messaging.js",
"text": "/*\\\ntitle: $:/core/modules/browser-messaging.js\ntype: application/javascript\nmodule-type: startup\n\nBrowser message handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"browser-messaging\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\n*/\nfunction loadIFrame(url,callback) {\n\t// Check if iframe already exists\n\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\n\tif(iframeInfo) {\n\t\t// We've already got the iframe\n\t\tcallback(null,iframeInfo);\n\t} else {\n\t\t// Create the iframe and save it in the list\n\t\tvar iframe = document.createElement(\"iframe\");\n\t\tiframeInfo = {\n\t\t\turl: url,\n\t\t\tstatus: \"loading\",\n\t\t\tdomNode: iframe\n\t\t};\n\t\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\n\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t// Add the iframe to the DOM and hide it\n\t\tiframe.style.display = \"none\";\n\t\tiframe.setAttribute(\"library\",\"true\");\n\t\tdocument.body.appendChild(iframe);\n\t\t// Set up onload\n\t\tiframe.onload = function() {\n\t\t\tiframeInfo.status = \"loaded\";\n\t\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t\tcallback(null,iframeInfo);\n\t\t};\n\t\tiframe.onerror = function() {\n\t\t\tcallback(\"Cannot load iframe\");\n\t\t};\n\t\ttry {\n\t\t\tiframe.src = url;\n\t\t} catch(ex) {\n\t\t\tcallback(ex);\n\t\t}\n\t}\n}\n\n/*\nUnload library iframe for given url\n*/\nfunction unloadIFrame(url){\n\t$tw.utils.each(document.getElementsByTagName('iframe'), function(iframe) {\n\t\tif(iframe.getAttribute(\"library\") === \"true\" &&\n\t\t iframe.getAttribute(\"src\") === url) {\n\t\t\tiframe.parentNode.removeChild(iframe);\n\t\t}\n\t});\n}\n\nfunction saveIFrameInfoTiddler(iframeInfo) {\n\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\n\t\ttitle: \"$:/temp/ServerConnection/\" + iframeInfo.url,\n\t\ttext: iframeInfo.status,\n\t\ttags: [\"$:/tags/ServerConnection\"],\n\t\turl: iframeInfo.url\n\t},$tw.wiki.getModificationFields()));\n}\n\nexports.startup = function() {\n\t// Initialise the store of iframes we've created\n\t$tw.browserMessaging = {\n\t\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\"loading/loaded\",domNode:}\n\t};\n\t// Listen for widget messages to control loading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\tif(url) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers.json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-info\",\n\t\t\t\t\t\t\tinfoTitlePrefix: paramObject.infoTitlePrefix || \"$:/temp/RemoteAssetInfo/\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for widget messages to control unloading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-unload-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\t$tw.browserMessaging.iframeInfoMap[url] = undefined;\n\t\tif(url) {\n\t\t\tunloadIFrame(url);\n\t\t\t$tw.utils.each(\n\t\t\t\t$tw.wiki.filterTiddlers(\"[[$:/temp/ServerConnection/\" + url + \"]] [prefix[$:/temp/RemoteAssetInfo/\" + url + \"/]]\"),\n\t\t\t\tfunction(title) {\n\t\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-from-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url,\n\t\t\ttitle = paramObject.title;\n\t\tif(url && title) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers/\" + encodeURIComponent(title) + \".json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-tiddler\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for window messages from other windows\n\twindow.addEventListener(\"message\",function listener(event){\n\t\tconsole.log(\"browser-messaging: \",document.location.toString())\n\t\tconsole.log(\"browser-messaging: Received message from\",event.origin);\n\t\tconsole.log(\"browser-messaging: Message content\",event.data);\n\t\tswitch(event.data.verb) {\n\t\t\tcase \"GET-RESPONSE\":\n\t\t\t\tif(event.data.status.charAt(0) === \"2\") {\n\t\t\t\t\tif(event.data.cookies) {\n\t\t\t\t\t\tif(event.data.cookies.type === \"save-info\") {\n\t\t\t\t\t\t\tvar tiddlers = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\t\t\t\t\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \"/\" + tiddler.title,\n\t\t\t\t\t\t\t\t\t\"original-title\": tiddler.title,\n\t\t\t\t\t\t\t\t\ttext: \"\",\n\t\t\t\t\t\t\t\t\ttype: \"text/vnd.tiddlywiki\",\n\t\t\t\t\t\t\t\t\t\"original-type\": tiddler.type,\n\t\t\t\t\t\t\t\t\t\"plugin-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-plugin-type\": tiddler[\"plugin-type\"],\n\t\t\t\t\t\t\t\t\t\"module-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-module-type\": tiddler[\"module-type\"],\n\t\t\t\t\t\t\t\t\ttags: [\"$:/tags/RemoteAssetInfo\"],\n\t\t\t\t\t\t\t\t\t\"original-tags\": $tw.utils.stringifyList(tiddler.tags || []),\n\t\t\t\t\t\t\t\t\t\"server-url\": event.data.cookies.url\n\t\t\t\t\t\t\t\t},$tw.wiki.getModificationFields()));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if(event.data.cookies.type === \"save-tiddler\") {\n\t\t\t\t\t\t\tvar tiddler = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t},false);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/commands.js": {
"title": "$:/core/modules/startup/commands.js",
"text": "/*\\\ntitle: $:/core/modules/startup/commands.js\ntype: application/javascript\nmodule-type: startup\n\nCommand processing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"commands\";\nexports.platforms = [\"node\"];\nexports.after = [\"story\"];\nexports.synchronous = false;\n\nexports.startup = function(callback) {\n\t// On the server, start a commander with the command line arguments\n\tvar commander = new $tw.Commander(\n\t\t$tw.boot.argv,\n\t\tfunction(err) {\n\t\t\tif(err) {\n\t\t\t\treturn $tw.utils.error(\"Error: \" + err);\n\t\t\t}\n\t\t\tcallback();\n\t\t},\n\t\t$tw.wiki,\n\t\t{output: process.stdout, error: process.stderr}\n\t);\n\tcommander.execute();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/favicon.js": {
"title": "$:/core/modules/startup/favicon.js",
"text": "/*\\\ntitle: $:/core/modules/startup/favicon.js\ntype: application/javascript\nmodule-type: startup\n\nFavicon handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"favicon\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\t\t\n// Favicon tiddler\nvar FAVICON_TITLE = \"$:/favicon.ico\";\n\nexports.startup = function() {\n\t// Set up the favicon\n\tsetFavicon();\n\t// Reset the favicon when the tiddler changes\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,FAVICON_TITLE)) {\n\t\t\tsetFavicon();\n\t\t}\n\t});\n};\n\nfunction setFavicon() {\n\tvar tiddler = $tw.wiki.getTiddler(FAVICON_TITLE);\n\tif(tiddler) {\n\t\tvar faviconLink = document.getElementById(\"faviconLink\");\n\t\tfaviconLink.setAttribute(\"href\",\"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text);\n\t}\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/info.js": {
"title": "$:/core/modules/startup/info.js",
"text": "/*\\\ntitle: $:/core/modules/startup/info.js\ntype: application/javascript\nmodule-type: startup\n\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"info\";\nexports.before = [\"startup\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Collect up the info tiddlers\n\tvar infoTiddlerFields = {};\n\t// Give each info module a chance to fill in as many info tiddlers as they want\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tvar tiddlerFieldsArray = moduleExports.getInfoTiddlerFields(infoTiddlerFields);\n\t\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\t\tif(fields) {\n\t\t\t\t\tinfoTiddlerFields[fields.title] = fields;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Bake the info tiddlers into a plugin\n\tvar fields = {\n\t\ttitle: \"$:/temp/info-plugin\",\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"info\",\n\t\ttext: JSON.stringify({tiddlers: infoTiddlerFields},null,$tw.config.preferences.jsonSpaces)\n\t};\n\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\t$tw.wiki.readPluginInfo();\n\t$tw.wiki.registerPluginTiddlers(\"info\");\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/load-modules.js": {
"title": "$:/core/modules/startup/load-modules.js",
"text": "/*\\\ntitle: $:/core/modules/startup/load-modules.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"load-modules\";\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Load modules\n\t$tw.modules.applyMethods(\"utils\",$tw.utils);\n\tif($tw.node) {\n\t\t$tw.modules.applyMethods(\"utils-node\",$tw.utils);\n\t}\n\t$tw.modules.applyMethods(\"global\",$tw);\n\t$tw.modules.applyMethods(\"config\",$tw.config);\n\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\"tiddlerfield\");\n\t$tw.modules.applyMethods(\"tiddlermethod\",$tw.Tiddler.prototype);\n\t$tw.modules.applyMethods(\"wikimethod\",$tw.Wiki.prototype);\n\t$tw.modules.applyMethods(\"tiddlerdeserializer\",$tw.Wiki.tiddlerDeserializerModules);\n\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\"macro\");\n\t$tw.wiki.initParsers();\n\t$tw.Commander.initCommands();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/password.js": {
"title": "$:/core/modules/startup/password.js",
"text": "/*\\\ntitle: $:/core/modules/startup/password.js\ntype: application/javascript\nmodule-type: startup\n\nPassword handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"password\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t$tw.rootWidget.addEventListener(\"tm-set-password\",function(event) {\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: $tw.language.getString(\"Encryption/PromptSetPassword\"),\n\t\t\tnoUserName: true,\n\t\t\tsubmitText: $tw.language.getString(\"Encryption/SetPassword\"),\n\t\t\tcanCancel: true,\n\t\t\trepeatPassword: true,\n\t\t\tcallback: function(data) {\n\t\t\t\tif(data) {\n\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t}\n\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t}\n\t\t});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-clear-password\",function(event) {\n\t\tif($tw.browser) {\n\t\t\tif(!confirm($tw.language.getString(\"Encryption/ConfirmClearPassword\"))) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$tw.crypto.setPassword(null);\n\t});\n\t// Ensure that $:/isEncrypted is maintained properly\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,\"$:/isEncrypted\")) {\n\t\t\t$tw.crypto.updateCryptoStateTiddler();\n\t\t}\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/render.js": {
"title": "$:/core/modules/startup/render.js",
"text": "/*\\\ntitle: $:/core/modules/startup/render.js\ntype: application/javascript\nmodule-type: startup\n\nTitle, stylesheet and page rendering\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"render\";\nexports.platforms = [\"browser\"];\nexports.after = [\"story\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar PAGE_TITLE_TITLE = \"$:/core/wiki/title\";\nvar PAGE_STYLESHEET_TITLE = \"$:/core/ui/PageStylesheet\";\nvar PAGE_TEMPLATE_TITLE = \"$:/core/ui/PageTemplate\";\n\n// Time (in ms) that we defer refreshing changes to draft tiddlers\nvar DRAFT_TIDDLER_TIMEOUT_TITLE = \"$:/config/Drafts/TypingTimeout\";\nvar DRAFT_TIDDLER_TIMEOUT = 400;\n\nexports.startup = function() {\n\t// Set up the title\n\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\n\t$tw.titleContainer = $tw.fakeDocument.createElement(\"div\");\n\t$tw.titleWidgetNode.render($tw.titleContainer,null);\n\tdocument.title = $tw.titleContainer.textContent;\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\n\t\t\tdocument.title = $tw.titleContainer.textContent;\n\t\t}\n\t});\n\t// Set up the styles\n\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\n\t$tw.styleContainer = $tw.fakeDocument.createElement(\"style\");\n\t$tw.styleWidgetNode.render($tw.styleContainer,null);\n\t$tw.styleElement = document.createElement(\"style\");\n\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"styleRefresh\",function(changes) {\n\t\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\n\t\t\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\t\t}\n\t}));\n\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\n\t$tw.perf.report(\"mainRender\",function() {\n\t\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget});\n\t\t$tw.pageContainer = document.createElement(\"div\");\n\t\t$tw.utils.addClass($tw.pageContainer,\"tc-page-container-wrapper\");\n\t\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\n\t\t$tw.pageWidgetNode.render($tw.pageContainer,null);\n \t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t})();\n\t// Remove any splash screen elements\n\tvar removeList = document.querySelectorAll(\".tc-remove-when-wiki-loaded\");\n\t$tw.utils.each(removeList,function(removeItem) {\n\t\tif(removeItem.parentNode) {\n\t\t\tremoveItem.parentNode.removeChild(removeItem);\n\t\t}\n\t});\n\t// Prepare refresh mechanism\n\tvar deferredChanges = Object.create(null),\n\t\ttimerId;\n\tfunction refresh() {\n\t\t// Process the refresh\n\t\t$tw.pageWidgetNode.refresh(deferredChanges);\n\t\tdeferredChanges = Object.create(null);\n \t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t}\n\t// Add the change event handler\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"mainRefresh\",function(changes) {\n\t\t// Check if only drafts have changed\n\t\tvar onlyDraftsHaveChanged = true;\n\t\tfor(var title in changes) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(!tiddler || !tiddler.hasField(\"draft.of\")) {\n\t\t\t\tonlyDraftsHaveChanged = false;\n\t\t\t}\n\t\t}\n\t\t// Defer the change if only drafts have changed\n\t\tif(timerId) {\n\t\t\tclearTimeout(timerId);\n\t\t}\n\t\ttimerId = null;\n\t\tif(onlyDraftsHaveChanged) {\n\t\t\tvar timeout = parseInt($tw.wiki.getTiddlerText(DRAFT_TIDDLER_TIMEOUT_TITLE,\"\"),10);\n\t\t\tif(isNaN(timeout)) {\n\t\t\t\ttimeout = DRAFT_TIDDLER_TIMEOUT;\n\t\t\t}\n\t\t\ttimerId = setTimeout(refresh,timeout);\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t} else {\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t\trefresh();\n\t\t}\n\t}));\n\t// Fix up the link between the root widget and the page container\n\t$tw.rootWidget.domNodes = [$tw.pageContainer];\n\t$tw.rootWidget.children = [$tw.pageWidgetNode];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/rootwidget.js": {
"title": "$:/core/modules/startup/rootwidget.js",
"text": "/*\\\ntitle: $:/core/modules/startup/rootwidget.js\ntype: application/javascript\nmodule-type: startup\n\nSetup the root widget and the core root widget handlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"rootwidget\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.before = [\"story\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Install the modal message mechanism\n\t$tw.modal = new $tw.utils.Modal($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-modal\",function(event) {\n\t\t$tw.modal.display(event.param,{variables: event.paramObject, event: event});\n\t});\n\t// Install the notification mechanism\n\t$tw.notifier = new $tw.utils.Notifier($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-notify\",function(event) {\n\t\t$tw.notifier.display(event.param,{variables: event.paramObject});\n\t});\n\t// Install the copy-to-clipboard mechanism\n\t$tw.rootWidget.addEventListener(\"tm-copy-to-clipboard\",function(event) {\n\t\t$tw.utils.copyToClipboard(event.param);\n\t});\n\t// Install the scroller\n\t$tw.pageScroller = new $tw.utils.PageScroller();\n\t$tw.rootWidget.addEventListener(\"tm-scroll\",function(event) {\n\t\t$tw.pageScroller.handleEvent(event);\n\t});\n\tvar fullscreen = $tw.utils.getFullScreenApis();\n\tif(fullscreen) {\n\t\t$tw.rootWidget.addEventListener(\"tm-full-screen\",function(event) {\n\t\t\tif(event.param === \"enter\") {\n\t\t\t\tevent.event.target.ownerDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t} else if(event.param === \"exit\") {\n\t\t\t\tevent.event.target.ownerDocument[fullscreen._exitFullscreen]();\n\t\t\t} else {\n\t\t\t\tif(event.event.target.ownerDocument[fullscreen._fullscreenElement]) {\n\t\t\t\t\tevent.event.target.ownerDocument[fullscreen._exitFullscreen]();\n\t\t\t\t} else {\n\t\t\t\t\tevent.event.target.ownerDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\t// If we're being viewed on a data: URI then give instructions for how to save\n\tif(document.location.protocol === \"data:\") {\n\t\t$tw.rootWidget.dispatchEvent({\n\t\t\ttype: \"tm-modal\",\n\t\t\tparam: \"$:/language/Modals/SaveInstructions\"\n\t\t});\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup.js": {
"title": "$:/core/modules/startup.js",
"text": "/*\\\ntitle: $:/core/modules/startup.js\ntype: application/javascript\nmodule-type: startup\n\nMiscellaneous startup logic for both the client and server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"startup\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\n// Set to `true` to enable performance instrumentation\nvar PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE = \"$:/config/Performance/Instrumentation\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.startup = function() {\n\tvar modules,n,m,f;\n\t// Minimal browser detection\n\tif($tw.browser) {\n\t\t$tw.browser.isIE = (/msie|trident/i.test(navigator.userAgent));\n\t\t$tw.browser.isFirefox = !!document.mozFullScreenEnabled;\n\t}\n\t// Platform detection\n\t$tw.platform = {};\n\tif($tw.browser) {\n\t\t$tw.platform.isMac = /Mac/.test(navigator.platform);\n\t\t$tw.platform.isWindows = /win/i.test(navigator.platform);\n\t\t$tw.platform.isLinux = /Linux/i.test(navigator.platform);\n\t} else {\n\t\tswitch(require(\"os\").platform()) {\n\t\t\tcase \"darwin\":\n\t\t\t\t$tw.platform.isMac = true;\n\t\t\t\tbreak;\n\t\t\tcase \"win32\":\n\t\t\t\t$tw.platform.isWindows = true;\n\t\t\t\tbreak;\n\t\t\tcase \"freebsd\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t\tcase \"linux\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t}\n\t}\n\t// Initialise version\n\t$tw.version = $tw.utils.extractVersionInfo();\n\t// Set up the performance framework\n\t$tw.perf = new $tw.Performance($tw.wiki.getTiddlerText(PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE,\"no\") === \"yes\");\n\t// Kick off the language manager and switcher\n\t$tw.language = new $tw.Language();\n\t$tw.languageSwitcher = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"language\",\n\t\tcontrollerTitle: \"$:/language\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/languages/en-US\"\n\t\t],\n\t\tonSwitch: function(plugins) {\n\t\t\tif($tw.browser) {\n\t\t\t\tvar pluginTiddler = $tw.wiki.getTiddler(plugins[0]);\n\t\t\t\tif(pluginTiddler) {\n\t\t\t\t\tdocument.documentElement.setAttribute(\"dir\",pluginTiddler.getFieldString(\"text-direction\") || \"auto\");\n\t\t\t\t} else {\n\t\t\t\t\tdocument.documentElement.removeAttribute(\"dir\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Kick off the theme manager\n\t$tw.themeManager = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"theme\",\n\t\tcontrollerTitle: \"$:/theme\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/themes/tiddlywiki/snowwhite\",\n\t\t\t\"$:/themes/tiddlywiki/vanilla\"\n\t\t]\n\t});\n\t// Kick off the keyboard manager\n\t$tw.keyboardManager = new $tw.KeyboardManager();\n\t// Listen for shortcuts\n\tif($tw.browser) {\n\t\t$tw.utils.addEventListeners(document,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t}\n\t// Create a root widget for attaching event handlers. By using it as the parentWidget for another widget tree, one can reuse the event handlers\n\t$tw.rootWidget = new widget.widget({\n\t\ttype: \"widget\",\n\t\tchildren: []\n\t},{\n\t\twiki: $tw.wiki,\n\t\tdocument: $tw.browser ? document : $tw.fakeDocument\n\t});\n\t// Execute any startup actions\n\tvar executeStartupTiddlers = function(tag) {\n\t\t$tw.utils.each($tw.wiki.filterTiddlers(\"[all[shadows+tiddlers]tag[\" + tag + \"]!has[draft.of]]\"),function(title) {\n\t\t\t$tw.rootWidget.invokeActionString($tw.wiki.getTiddlerText(title),$tw.rootWidget);\n\t\t});\n\t};\n\texecuteStartupTiddlers(\"$:/tags/StartupAction\");\n\tif($tw.browser) {\n\t\texecuteStartupTiddlers(\"$:/tags/StartupAction/Browser\");\t\t\n\t}\n\tif($tw.node) {\n\t\texecuteStartupTiddlers(\"$:/tags/StartupAction/Node\");\t\t\n\t}\n\t// Clear outstanding tiddler store change events to avoid an unnecessary refresh cycle at startup\n\t$tw.wiki.clearTiddlerEventQueue();\n\t// Find a working syncadaptor\n\t$tw.syncadaptor = undefined;\n\t$tw.modules.forEachModuleOfType(\"syncadaptor\",function(title,module) {\n\t\tif(!$tw.syncadaptor && module.adaptorClass) {\n\t\t\t$tw.syncadaptor = new module.adaptorClass({wiki: $tw.wiki});\n\t\t}\n\t});\n\t// Set up the syncer object if we've got a syncadaptor\n\tif($tw.syncadaptor) {\n\t\t$tw.syncer = new $tw.Syncer({wiki: $tw.wiki, syncadaptor: $tw.syncadaptor});\n\t} \n\t// Setup the saver handler\n\t$tw.saverHandler = new $tw.SaverHandler({wiki: $tw.wiki, dirtyTracking: !$tw.syncadaptor});\n\t// Host-specific startup\n\tif($tw.browser) {\n\t\t// Install the popup manager\n\t\t$tw.popup = new $tw.utils.Popup();\n\t\t// Install the animator\n\t\t$tw.anim = new $tw.utils.Animator();\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/story.js": {
"title": "$:/core/modules/startup/story.js",
"text": "/*\\\ntitle: $:/core/modules/startup/story.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"story\";\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar DEFAULT_STORY_TITLE = \"$:/StoryList\";\nvar DEFAULT_HISTORY_TITLE = \"$:/HistoryList\";\n\n// Default tiddlers\nvar DEFAULT_TIDDLERS_TITLE = \"$:/DefaultTiddlers\";\n\n// Config\nvar CONFIG_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/UpdateAddressBar\"; // Can be \"no\", \"permalink\", \"permaview\"\nvar CONFIG_UPDATE_HISTORY = \"$:/config/Navigation/UpdateHistory\"; // Can be \"yes\" or \"no\"\nvar CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD = \"$:/config/Navigation/Permalinkview/CopyToClipboard\"; // Can be \"yes\" (default) or \"no\"\nvar CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/Permalinkview/UpdateAddressBar\"; // Can be \"yes\" (default) or \"no\"\n\n\n// Links to help, if there is no param\nvar HELP_OPEN_EXTERNAL_WINDOW = \"http://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window\";\n\nexports.startup = function() {\n\t// Open startup tiddlers\n\topenStartupTiddlers();\n\tif($tw.browser) {\n\t\t// Set up location hash update\n\t\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t\tif($tw.utils.hop(changes,DEFAULT_STORY_TITLE) || $tw.utils.hop(changes,DEFAULT_HISTORY_TITLE)) {\n\t\t\t\tupdateLocationHash({\n\t\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_UPDATE_ADDRESS_BAR,\"permaview\").trim(),\n\t\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim()\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t// Listen for changes to the browser location hash\n\t\twindow.addEventListener(\"hashchange\",function() {\n\t\t\tvar hash = $tw.utils.getLocationHash();\n\t\t\tif(hash !== $tw.locationHash) {\n\t\t\t\t$tw.locationHash = hash;\n\t\t\t\topenStartupTiddlers({defaultToCurrentStory: true});\n\t\t\t}\n\t\t},false);\n\t\t// Listen for the tm-browser-refresh message\n\t\t$tw.rootWidget.addEventListener(\"tm-browser-refresh\",function(event) {\n\t\t\twindow.location.reload(true);\n\t\t});\n\t\t// Listen for tm-open-external-window message\n\t\t$tw.rootWidget.addEventListener(\"tm-open-external-window\",function(event) {\n\t\t\tvar paramObject = event.paramObject || {},\n\t\t\t\tstrUrl = event.param || HELP_OPEN_EXTERNAL_WINDOW,\n\t\t\t\tstrWindowName = paramObject.windowName,\n\t\t\t\tstrWindowFeatures = paramObject.windowFeatures;\n\t\t\twindow.open(strUrl, strWindowName, strWindowFeatures);\n\t\t});\n\t\t// Listen for the tm-print message\n\t\t$tw.rootWidget.addEventListener(\"tm-print\",function(event) {\n\t\t\t(event.event.view || window).print();\n\t\t});\n\t\t// Listen for the tm-home message\n\t\t$tw.rootWidget.addEventListener(\"tm-home\",function(event) {\n\t\t\twindow.location.hash = \"\";\n\t\t\tvar storyFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE),\n\t\t\t\tstoryList = $tw.wiki.filterTiddlers(storyFilter);\n\t\t\t//invoke any hooks that might change the default story list\n\t\t\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t\t\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t\t\tif(storyList[0]) {\n\t\t\t\t$tw.wiki.addToHistory(storyList[0]);\n\t\t\t}\n\t\t});\n\t\t// Listen for the tm-permalink message\n\t\t$tw.rootWidget.addEventListener(\"tm-permalink\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\"\n\t\t\t});\n\t\t});\n\t\t// Listen for the tm-permaview message\n\t\t$tw.rootWidget.addEventListener(\"tm-permaview\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\"\n\t\t\t});\t\t\t\t\n\t\t});\n\t}\n};\n\n/*\nProcess the location hash to open the specified tiddlers. Options:\ndefaultToCurrentStory: If true, the current story is retained as the default, instead of opening the default tiddlers\n*/\nfunction openStartupTiddlers(options) {\n\toptions = options || {};\n\t// Work out the target tiddler and the story filter. \"null\" means \"unspecified\"\n\tvar target = null,\n\t\tstoryFilter = null;\n\tif($tw.locationHash.length > 1) {\n\t\tvar hash = $tw.locationHash.substr(1),\n\t\t\tsplit = hash.indexOf(\":\");\n\t\tif(split === -1) {\n\t\t\ttarget = decodeURIComponent(hash.trim());\n\t\t} else {\n\t\t\ttarget = decodeURIComponent(hash.substr(0,split).trim());\n\t\t\tstoryFilter = decodeURIComponent(hash.substr(split + 1).trim());\n\t\t}\n\t}\n\t// If the story wasn't specified use the current tiddlers or a blank story\n\tif(storyFilter === null) {\n\t\tif(options.defaultToCurrentStory) {\n\t\t\tvar currStoryList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE);\n\t\t\tstoryFilter = $tw.utils.stringifyList(currStoryList);\n\t\t} else {\n\t\t\tif(target && target !== \"\") {\n\t\t\t\tstoryFilter = \"\";\n\t\t\t} else {\n\t\t\t\tstoryFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE);\n\t\t\t}\n\t\t}\n\t}\n\t// Process the story filter to get the story list\n\tvar storyList = $tw.wiki.filterTiddlers(storyFilter);\n\t// Invoke any hooks that want to change the default story list\n\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t// If the target tiddler isn't included then splice it in at the top\n\tif(target && storyList.indexOf(target) === -1) {\n\t\tstoryList.unshift(target);\n\t}\n\t// Save the story list\n\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t// If a target tiddler was specified add it to the history stack\n\tif(target && target !== \"\") {\n\t\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\n\t\tif(target.indexOf(\"[[\") === 0 && target.substr(-2) === \"]]\") {\n\t\t\ttarget = target.substr(2,target.length - 4);\n\t\t}\n\t\t$tw.wiki.addToHistory(target);\n\t} else if(storyList.length > 0) {\n\t\t$tw.wiki.addToHistory(storyList[0]);\n\t}\n}\n\n/*\noptions: See below\noptions.updateAddressBar: \"permalink\", \"permaview\" or \"no\" (defaults to \"permaview\")\noptions.updateHistory: \"yes\" or \"no\" (defaults to \"no\")\noptions.copyToClipboard: \"permalink\", \"permaview\" or \"no\" (defaults to \"no\")\noptions.targetTiddler: optional title of target tiddler for permalink\n*/\nfunction updateLocationHash(options) {\n\t// Get the story and the history stack\n\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\n\t\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\n\t\ttargetTiddler = \"\";\n\tif(options.targetTiddler) {\n\t\ttargetTiddler = options.targetTiddler;\n\t} else {\n\t\t// The target tiddler is the one at the top of the stack\n\t\tif(historyList.length > 0) {\n\t\t\ttargetTiddler = historyList[historyList.length-1].title;\n\t\t}\n\t\t// Blank the target tiddler if it isn't present in the story\n\t\tif(storyList.indexOf(targetTiddler) === -1) {\n\t\t\ttargetTiddler = \"\";\n\t\t}\n\t}\n\t// Assemble the location hash\n\tswitch(options.updateAddressBar) {\n\t\tcase \"permalink\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler);\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList));\n\t\t\tbreak;\n\t}\n\t// Copy URL to the clipboard\n\tswitch(options.copyToClipboard) {\n\t\tcase \"permalink\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler));\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList)));\n\t\t\tbreak;\n\t}\n\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\n\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\n\t\tif(options.updateHistory === \"yes\") {\n\t\t\t// Assign the location hash so that history is updated\n\t\t\twindow.location.hash = $tw.locationHash;\n\t\t} else {\n\t\t\t// We use replace so that browser history isn't affected\n\t\t\twindow.location.replace(window.location.toString().split(\"#\")[0] + $tw.locationHash);\n\t\t}\n\t}\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/windows.js": {
"title": "$:/core/modules/startup/windows.js",
"text": "/*\\\ntitle: $:/core/modules/startup/windows.js\ntype: application/javascript\nmodule-type: startup\n\nSetup root widget handlers for the messages concerned with opening external browser windows\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"windows\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Global to keep track of open windows (hashmap by title)\nvar windows = {};\n\nexports.startup = function() {\n\t// Handle open window message\n\t$tw.rootWidget.addEventListener(\"tm-open-window\",function(event) {\n\t\t// Get the parameters\n\t\tvar refreshHandler,\n\t\t\ttitle = event.param || event.tiddlerTitle,\n\t\t\tparamObject = event.paramObject || {},\n\t\t\ttemplate = paramObject.template || \"$:/core/templates/single.tiddler.window\",\n\t\t\twidth = paramObject.width || \"700\",\n\t\t\theight = paramObject.height || \"600\",\n\t\t\tvariables = $tw.utils.extend({},paramObject,{currentTiddler: title});\n\t\t// Open the window\n\t\tvar srcWindow,\n\t\t srcDocument;\n\t\t// In case that popup blockers deny opening a new window\n\t\ttry {\n\t\t\tsrcWindow = window.open(\"\",\"external-\" + title,\"scrollbars,width=\" + width + \",height=\" + height),\n\t\t\tsrcDocument = srcWindow.document;\n\t\t}\n\t\tcatch(e) {\n\t\t\treturn;\n\t\t}\n\t\twindows[title] = srcWindow;\n\t\t// Check for reopening the same window\n\t\tif(srcWindow.haveInitialisedWindow) {\n\t\t\treturn;\n\t\t}\n\t\t// Initialise the document\n\t\tsrcDocument.write(\"<html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>\");\n\t\tsrcDocument.close();\n\t\tsrcDocument.title = title;\n\t\tsrcWindow.addEventListener(\"beforeunload\",function(event) {\n\t\t\tdelete windows[title];\n\t\t\t$tw.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t},false);\n\t\t// Set up the styles\n\t\tvar styleWidgetNode = $tw.wiki.makeTranscludeWidget(\"$:/core/ui/PageStylesheet\",{\n\t\t\t\tdocument: $tw.fakeDocument,\n\t\t\t\tvariables: variables,\n\t\t\t\timportPageMacros: true}),\n\t\t\tstyleContainer = $tw.fakeDocument.createElement(\"style\");\n\t\tstyleWidgetNode.render(styleContainer,null);\n\t\tvar styleElement = srcDocument.createElement(\"style\");\n\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\tsrcDocument.head.insertBefore(styleElement,srcDocument.head.firstChild);\n\t\t// Render the text of the tiddler\n\t\tvar parser = $tw.wiki.parseTiddler(template),\n\t\t\twidgetNode = $tw.wiki.makeWidget(parser,{document: srcDocument, parentWidget: $tw.rootWidget, variables: variables});\n\t\twidgetNode.render(srcDocument.body,srcDocument.body.firstChild);\n\t\t// Function to handle refreshes\n\t\trefreshHandler = function(changes) {\n\t\t\tif(styleWidgetNode.refresh(changes,styleContainer,null)) {\n\t\t\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\t\t}\n\t\t\twidgetNode.refresh(changes);\n\t\t};\n\t\t$tw.wiki.addEventListener(\"change\",refreshHandler);\n\t\t// Listen for keyboard shortcuts\n\t\t$tw.utils.addEventListeners(srcDocument,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t},{\n\t\t\tname: \"click\",\n\t\t\thandlerObject: $tw.popup,\n\t\t\thandlerMethod: \"handleEvent\"\n\t\t}]);\n\t\tsrcWindow.haveInitialisedWindow = true;\n\t});\n\t// Close open windows when unloading main window\n\t$tw.addUnloadTask(function() {\n\t\t$tw.utils.each(windows,function(win) {\n\t\t\twin.close();\n\t\t});\n\t});\n\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/story.js": {
"title": "$:/core/modules/story.js",
"text": "/*\\\ntitle: $:/core/modules/story.js\ntype: application/javascript\nmodule-type: global\n\nLightweight object for managing interactions with the story and history lists.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nConstruct Story object with options:\nwiki: reference to wiki object to use to resolve tiddler titles\nstoryTitle: title of story list tiddler\nhistoryTitle: title of history list tiddler\n*/\nfunction Story(options) {\n\toptions = options || {};\n\tthis.wiki = options.wiki || $tw.wiki;\n\tthis.storyTitle = options.storyTitle || \"$:/StoryList\";\n\tthis.historyTitle = options.historyTitle || \"$:/HistoryList\";\n};\n\nStory.prototype.navigateTiddler = function(navigateTo,navigateFromTitle,navigateFromClientRect) {\n\tthis.addToStory(navigateTo,navigateFromTitle);\n\tthis.addToHistory(navigateTo,navigateFromClientRect);\n};\n\nStory.prototype.getStoryList = function() {\n\treturn this.wiki.getTiddlerList(this.storyTitle) || [];\n};\n\nStory.prototype.addToStory = function(navigateTo,navigateFromTitle,options) {\n\toptions = options || {};\n\tvar storyList = this.getStoryList();\n\t// See if the tiddler is already there\n\tvar slot = storyList.indexOf(navigateTo);\n\t// Quit if it already exists in the story river\n\tif(slot >= 0) {\n\t\treturn;\n\t}\n\t// First we try to find the position of the story element we navigated from\n\tvar fromIndex = storyList.indexOf(navigateFromTitle);\n\tif(fromIndex >= 0) {\n\t\t// The tiddler is added from inside the river\n\t\t// Determine where to insert the tiddler; Fallback is \"below\"\n\t\tswitch(options.openLinkFromInsideRiver) {\n\t\t\tcase \"top\":\n\t\t\t\tslot = 0;\n\t\t\t\tbreak;\n\t\t\tcase \"bottom\":\n\t\t\t\tslot = storyList.length;\n\t\t\t\tbreak;\n\t\t\tcase \"above\":\n\t\t\t\tslot = fromIndex;\n\t\t\t\tbreak;\n\t\t\tcase \"below\": // Intentional fall-through\n\t\t\tdefault:\n\t\t\t\tslot = fromIndex + 1;\n\t\t\t\tbreak;\n\t\t}\n\t} else {\n\t\t// The tiddler is opened from outside the river. Determine where to insert the tiddler; default is \"top\"\n\t\tif(options.openLinkFromOutsideRiver === \"bottom\") {\n\t\t\t// Insert at bottom\n\t\t\tslot = storyList.length;\n\t\t} else {\n\t\t\t// Insert at top\n\t\t\tslot = 0;\n\t\t}\n\t}\n\t// Add the tiddler\n\tstoryList.splice(slot,0,navigateTo);\n\t// Save the story\n\tthis.saveStoryList(storyList);\n};\n\nStory.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList},\n\t\tthis.wiki.getModificationFields()\n\t));\n};\n\nStory.prototype.addToHistory = function(navigateTo,navigateFromClientRect) {\n\tvar titles = $tw.utils.isArray(navigateTo) ? navigateTo : [navigateTo];\n\t// Add a new record to the top of the history stack\n\tvar historyList = this.wiki.getTiddlerData(this.historyTitle,[]);\n\t$tw.utils.each(titles,function(title) {\n\t\thistoryList.push({title: title, fromPageRect: navigateFromClientRect});\n\t});\n\tthis.wiki.setTiddlerData(this.historyTitle,historyList,{\"current-tiddler\": titles[titles.length-1]});\n};\n\nStory.prototype.storyCloseTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCloseAllTiddlers = function() {\n// TBD\n};\n\nStory.prototype.storyCloseOtherTiddlers = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyEditTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyDeleteTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storySaveTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCancelTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyNewTiddler = function(targetTitle) {\n// TBD\n};\n\nexports.Story = Story;\n\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/storyviews/classic.js": {
"title": "$:/core/modules/storyviews/classic.js",
"text": "/*\\\ntitle: $:/core/modules/storyviews/classic.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ClassicStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nClassicStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Get the current height of the tiddler\n\tvar computedStyle = window.getComputedStyle(targetElement),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"}\n\t\t]);\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nClassicStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Get the current height of the tiddler\n\tvar currWidth = targetElement.offsetWidth,\n\t\tcomputedStyle = window.getComputedStyle(targetElement),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t// Remove the dom nodes of the widget at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"translateX(0px)\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t{transform: \"translateX(-\" + currWidth + \"px)\"},\n\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.classic = ClassicStoryView;\n\n})();",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/storyviews/pop.js": {
"title": "$:/core/modules/storyviews/pop.js",
"text": "/*\\\ntitle: $:/core/modules/storyviews/pop.js\ntype: application/javascript\nmodule-type: storyview\n\nAnimates list insertions and removals\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar PopStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nPopStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nPopStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Reset once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"none\"}\n\t\t]);\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(2)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nPopStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\tif(targetElement.parentNode) {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t}\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Remove the element at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(0.1)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.pop = PopStoryView;\n\n})();\n",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/storyviews/zoomin.js": {
"title": "$:/core/modules/storyviews/zoomin.js",
"text": "/*\\\ntitle: $:/core/modules/storyviews/zoomin.js\ntype: application/javascript\nmodule-type: storyview\n\nZooms between individual tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ZoominListView = function(listWidget) {\n\tvar self = this;\n\tthis.listWidget = listWidget;\n\t// Get the index of the tiddler that is at the top of the history\n\tvar history = this.listWidget.wiki.getTiddlerDataCached(this.listWidget.historyTitle,[]),\n\t\ttargetTiddler;\n\tif(history.length > 0) {\n\t\ttargetTiddler = history[history.length-1].title;\n\t}\n\t// Make all the tiddlers position absolute, and hide all but the top (or first) one\n\t$tw.utils.each(this.listWidget.children,function(itemWidget,index) {\n\t\tvar domNode = itemWidget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(domNode instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\tif((targetTiddler && targetTiddler !== itemWidget.parseTreeNode.itemTitle) || (!targetTiddler && index)) {\n\t\t\tdomNode.style.display = \"none\";\n\t\t} else {\n\t\t\tself.currentTiddlerDomNode = domNode;\n\t\t}\n\t\t$tw.utils.addClass(domNode,\"tc-storyview-zoomin-tiddler\");\n\t});\n};\n\nZoominListView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\t\tlistElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the new tiddler be position absolute and visible so that we can measure it\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"0 0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t// Get the position of the source node, or use the centre of the window as the source position\n\tvar sourceBounds = historyInfo.fromPageRect || {\n\t\t\tleft: window.innerWidth/2 - 2,\n\t\t\ttop: window.innerHeight/2 - 2,\n\t\t\twidth: window.innerWidth/8,\n\t\t\theight: window.innerHeight/8\n\t\t};\n\t// Try to find the title node in the target tiddler\n\tvar titleDomNode = findTitleDomNode(listItemWidget) || listItemWidget.findFirstDomNode(),\n\t\tzoomBounds = titleDomNode.getBoundingClientRect();\n\t// Compute the transform for the target tiddler to make the title lie over the source rectange\n\tvar targetBounds = targetElement.getBoundingClientRect(),\n\t\tscale = sourceBounds.width / zoomBounds.width,\n\t\tx = sourceBounds.left - targetBounds.left - (zoomBounds.left - targetBounds.left) * scale,\n\t\ty = sourceBounds.top - targetBounds.top - (zoomBounds.top - targetBounds.top) * scale;\n\t// Transform the target tiddler to its starting position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(targetElement);\n\t// Apply the ending transitions with a timeout to ensure that the previously applied transformations are applied first\n\tvar self = this,\n\t\tprevCurrentTiddler = this.currentTiddlerDomNode;\n\tthis.currentTiddlerDomNode = targetElement;\n\t// Transform the target tiddler to its natural size\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{zIndex: \"500\"},\n\t]);\n\t// Transform the previous tiddler out of the way and then hide it\n\tif(prevCurrentTiddler && prevCurrentTiddler !== targetElement) {\n\t\tscale = zoomBounds.width / sourceBounds.width;\n\t\tx = zoomBounds.left - targetBounds.left - (sourceBounds.left - targetBounds.left) * scale;\n\t\ty = zoomBounds.top - targetBounds.top - (sourceBounds.top - targetBounds.top) * scale;\n\t\t$tw.utils.setStyle(prevCurrentTiddler,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transformOrigin: \"0 0\"},\n\t\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"},\n\t\t\t{zIndex: \"0\"}\n\t\t]);\n\t\t// Hide the tiddler when the transition has finished\n\t\tsetTimeout(function() {\n\t\t\tif(self.currentTiddlerDomNode !== prevCurrentTiddler) {\n\t\t\t\tprevCurrentTiddler.style.display = \"none\";\n\t\t\t}\n\t\t},duration);\n\t}\n\t// Scroll the target into view\n//\t$tw.pageScroller.scrollIntoView(targetElement);\n};\n\n/*\nFind the first child DOM node of a widget that has the class \"tc-title\"\n*/\nfunction findTitleDomNode(widget,targetClass) {\n\ttargetClass = targetClass || \"tc-title\";\n\tvar domNode = widget.findFirstDomNode();\n\tif(domNode && domNode.querySelector) {\n\t\treturn domNode.querySelector(\".\" + targetClass);\n\t}\n\treturn null;\n}\n\nZoominListView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the newly inserted node position absolute and hidden\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"none\"}\n\t]);\n};\n\nZoominListView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Abandon if hidden\n\tif(targetElement.style.display != \"block\" ) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Set up the tiddler that is being closed\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\t// We'll move back to the previous or next element in the story\n\tvar toWidget = widget.previousSibling();\n\tif(!toWidget) {\n\t\ttoWidget = widget.nextSibling();\n\t}\n\tvar toWidgetDomNode = toWidget && toWidget.findFirstDomNode();\n\t// Set up the tiddler we're moving back in\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.addClass(toWidgetDomNode,\"tc-storyview-zoomin-tiddler\");\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{display: \"block\"},\n\t\t\t{transformOrigin: \"50% 50%\"},\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(10)\"},\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0\"},\n\t\t\t{zIndex: \"500\"}\n\t\t]);\n\t\tthis.currentTiddlerDomNode = toWidgetDomNode;\n\t}\n\t// Animate them both\n\t// Force layout\n\t$tw.utils.forceLayout(this.listWidget.parentDomNode);\n\t// First, the tiddler we're closing\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(0.1)\"},\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"0\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\tsetTimeout(removeElement,duration);\n\t// Now the tiddler we're going back to\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t\t{opacity: \"1\"}\n\t\t]);\n\t}\n\treturn true; // Indicate that we'll delete the DOM node\n};\n\nexports.zoomin = ZoominListView;\n\n})();\n",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/syncer.js": {
"title": "$:/core/modules/syncer.js",
"text": "/*\\\ntitle: $:/core/modules/syncer.js\ntype: application/javascript\nmodule-type: global\n\nThe syncer tracks changes to the store. If a syncadaptor is used then individual tiddlers are synchronised through it. If there is no syncadaptor then the entire wiki is saved via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDefaults\n*/\nSyncer.prototype.titleIsLoggedIn = \"$:/status/IsLoggedIn\";\nSyncer.prototype.titleIsAnonymous = \"$:/status/IsAnonymous\";\nSyncer.prototype.titleIsReadOnly = \"$:/status/IsReadOnly\";\nSyncer.prototype.titleUserName = \"$:/status/UserName\";\nSyncer.prototype.titleSyncFilter = \"$:/config/SyncFilter\";\nSyncer.prototype.titleSyncPollingInterval = \"$:/config/SyncPollingInterval\";\nSyncer.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\nSyncer.prototype.taskTimerInterval = 1 * 1000; // Interval for sync timer\nSyncer.prototype.throttleInterval = 1 * 1000; // Defer saving tiddlers if they've changed in the last 1s...\nSyncer.prototype.fallbackInterval = 10 * 1000; // Unless the task is older than 10s\nSyncer.prototype.pollTimerInterval = 60 * 1000; // Interval for polling for changes from the adaptor\n\n/*\nInstantiate the syncer with the following options:\nsyncadaptor: reference to syncadaptor to be used\nwiki: wiki to be synced\n*/\nfunction Syncer(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.syncadaptor = options.syncadaptor;\n\tthis.disableUI = !!options.disableUI;\n\tthis.titleIsLoggedIn = options.titleIsLoggedIn || this.titleIsLoggedIn;\n\tthis.titleUserName = options.titleUserName || this.titleUserName;\n\tthis.titleSyncFilter = options.titleSyncFilter || this.titleSyncFilter;\n\tthis.titleSavedNotification = options.titleSavedNotification || this.titleSavedNotification;\n\tthis.taskTimerInterval = options.taskTimerInterval || this.taskTimerInterval;\n\tthis.throttleInterval = options.throttleInterval || this.throttleInterval;\n\tthis.fallbackInterval = options.fallbackInterval || this.fallbackInterval;\n\tthis.pollTimerInterval = options.pollTimerInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncPollingInterval,\"\"),10) || this.pollTimerInterval;\n\tthis.logging = \"logging\" in options ? options.logging : true;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\") + (this.syncadaptor.name ? (\"-\" + this.syncadaptor.name) : \"\"),{\n\t\t\tcolour: \"cyan\",\n\t\t\tenable: this.logging\n\t\t});\n\t// Compile the dirty tiddler filter\n\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t// Record information for known tiddlers\n\tthis.readTiddlerInfo();\n\t// Tasks are {type: \"load\"/\"save\"/\"delete\", title:, queueTime:, lastModificationTime:}\n\tthis.taskQueue = {}; // Hashmap of tasks yet to be performed\n\tthis.taskInProgress = {}; // Hash of tasks in progress\n\tthis.taskTimerId = null; // Timer for task dispatch\n\tthis.pollTimerId = null; // Timer for polling server\n\t// Listen out for changes to tiddlers\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.syncToServer(changes);\n\t});\n\t// Browser event handlers\n\tif($tw.browser && !this.disableUI) {\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t\t// Listen out for login/logout/refresh events in the browser\n\t\t$tw.rootWidget.addEventListener(\"tm-login\",function() {\n\t\t\tself.handleLoginEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-logout\",function() {\n\t\t\tself.handleLogoutEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-server-refresh\",function() {\n\t\t\tself.handleRefreshEvent();\n\t\t});\n\t}\n\t// Listen out for lazyLoad events\n\tif(!this.disableUI) {\n\t\tthis.wiki.addEventListener(\"lazyLoad\",function(title) {\n\t\t\tself.handleLazyLoadEvent(title);\n\t\t});\t\t\n\t}\n\t// Get the login status\n\tthis.getStatus(function(err,isLoggedIn) {\n\t\t// Do a sync from the server\n\t\tself.syncFromServer();\n\t});\n}\n\n/*\nRead (or re-read) the latest tiddler info from the store\n*/\nSyncer.prototype.readTiddlerInfo = function() {\n\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\n\tthis.tiddlerInfo = {};\n\t// Record information for known tiddlers\n\tvar self = this,\n\t\ttiddlers = this.filterFn.call(this.wiki);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tself.tiddlerInfo[title] = {\n\t\t\trevision: tiddler.fields.revision,\n\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\tchangeCount: self.wiki.getChangeCount(title),\n\t\t\thasBeenLazyLoaded: false\n\t\t};\n\t});\n};\n\n/*\nCreate an tiddlerInfo structure if it doesn't already exist\n*/\nSyncer.prototype.createTiddlerInfo = function(title) {\n\tif(!$tw.utils.hop(this.tiddlerInfo,title)) {\n\t\tthis.tiddlerInfo[title] = {\n\t\t\trevision: null,\n\t\t\tadaptorInfo: {},\n\t\t\tchangeCount: -1,\n\t\t\thasBeenLazyLoaded: false\n\t\t};\n\t}\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSyncer.prototype.isDirty = function() {\n\treturn (this.numTasksInQueue() > 0) || (this.numTasksInProgress() > 0);\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSyncer.prototype.updateDirtyStatus = function() {\n\tif($tw.browser && !this.disableUI) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t}\n};\n\n/*\nSave an incoming tiddler in the store, and updates the associated tiddlerInfo\n*/\nSyncer.prototype.storeTiddler = function(tiddlerFields,hasBeenLazyLoaded) {\n\t// Save the tiddler\n\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\tthis.wiki.addTiddler(tiddler);\n\t// Save the tiddler revision and changeCount details\n\tthis.tiddlerInfo[tiddlerFields.title] = {\n\t\trevision: tiddlerFields.revision,\n\t\tadaptorInfo: this.syncadaptor.getTiddlerInfo(tiddler),\n\t\tchangeCount: this.wiki.getChangeCount(tiddlerFields.title),\n\t\thasBeenLazyLoaded: hasBeenLazyLoaded !== undefined ? hasBeenLazyLoaded : true\n\t};\n};\n\nSyncer.prototype.getStatus = function(callback) {\n\tvar self = this;\n\t// Check if the adaptor supports getStatus()\n\tif(this.syncadaptor && this.syncadaptor.getStatus) {\n\t\t// Mark us as not logged in\n\t\tthis.wiki.addTiddler({title: this.titleIsLoggedIn,text: \"no\"});\n\t\t// Get login status\n\t\tthis.syncadaptor.getStatus(function(err,isLoggedIn,username,isReadOnly,isAnonymous) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Set the various status tiddlers\n\t\t\tself.wiki.addTiddler({title: self.titleIsReadOnly,text: isReadOnly ? \"yes\" : \"no\"});\n\t\t\tself.wiki.addTiddler({title: self.titleIsAnonymous,text: isAnonymous ? \"yes\" : \"no\"});\n\t\t\tself.wiki.addTiddler({title: self.titleIsLoggedIn,text: isLoggedIn ? \"yes\" : \"no\"});\n\t\t\tif(isLoggedIn) {\n\t\t\t\tself.wiki.addTiddler({title: self.titleUserName,text: username || \"\"});\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tif(callback) {\n\t\t\t\tcallback(err,isLoggedIn,username);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tcallback(null,true,\"UNAUTHENTICATED\");\n\t}\n};\n\n/*\nSynchronise from the server by reading the skinny tiddler list and queuing up loads for any tiddlers that we don't already have up to date\n*/\nSyncer.prototype.syncFromServer = function() {\n\tif(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\n\t\tthis.logger.log(\"Retrieving skinny tiddler list\");\n\t\tvar self = this;\n\t\tif(this.pollTimerId) {\n\t\t\tclearTimeout(this.pollTimerId);\n\t\t\tthis.pollTimerId = null;\n\t\t}\n\t\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\n\t\t\t// Trigger the next sync\n\t\t\tself.pollTimerId = setTimeout(function() {\n\t\t\t\tself.pollTimerId = null;\n\t\t\t\tself.syncFromServer.call(self);\n\t\t\t},self.pollTimerInterval);\n\t\t\t// Check for errors\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert($tw.language.getString(\"Error/RetrievingSkinny\") + \":\",err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Process each incoming tiddler\n\t\t\tfor(var t=0; t<tiddlers.length; t++) {\n\t\t\t\t// Get the incoming tiddler fields, and the existing tiddler\n\t\t\t\tvar tiddlerFields = tiddlers[t],\n\t\t\t\t\tincomingRevision = tiddlerFields.revision + \"\",\n\t\t\t\t\ttiddler = self.wiki.getTiddler(tiddlerFields.title),\n\t\t\t\t\ttiddlerInfo = self.tiddlerInfo[tiddlerFields.title],\n\t\t\t\t\tcurrRevision = tiddlerInfo ? tiddlerInfo.revision : null;\n\t\t\t\t// Ignore the incoming tiddler if it's the same as the revision we've already got\n\t\t\t\tif(currRevision !== incomingRevision) {\n\t\t\t\t\t// Do a full load if we've already got a fat version of the tiddler\n\t\t\t\t\tif(tiddler && tiddler.fields.text !== undefined) {\n\t\t\t\t\t\t// Do a full load of this tiddler\n\t\t\t\t\t\tself.enqueueSyncTask({\n\t\t\t\t\t\t\ttype: \"load\",\n\t\t\t\t\t\t\ttitle: tiddlerFields.title\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Load the skinny version of the tiddler\n\t\t\t\t\t\tself.storeTiddler(tiddlerFields,false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nSynchronise a set of changes to the server\n*/\nSyncer.prototype.syncToServer = function(changes) {\n\tvar self = this,\n\t\tnow = Date.now(),\n\t\tfilteredChanges = this.filterFn.call(this.wiki,function(callback) {\n\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\tcallback(tiddler,title);\n\t\t\t});\n\t\t});\n\t$tw.utils.each(changes,function(change,title,object) {\n\t\t// Process the change if it is a deletion of a tiddler we're already syncing, or is on the filtered change list\n\t\tif((change.deleted && $tw.utils.hop(self.tiddlerInfo,title)) || filteredChanges.indexOf(title) !== -1) {\n\t\t\t// Queue a task to sync this tiddler\n\t\t\tself.enqueueSyncTask({\n\t\t\t\ttype: change.deleted ? \"delete\" : \"save\",\n\t\t\t\ttitle: title\n\t\t\t});\n\t\t}\n\t});\n};\n\n/*\nLazily load a skinny tiddler if we can\n*/\nSyncer.prototype.handleLazyLoadEvent = function(title) {\n\t// Don't lazy load the same tiddler twice\n\tvar info = this.tiddlerInfo[title];\n\tif(!info || !info.hasBeenLazyLoaded) {\n\t\t// Don't lazy load if the tiddler isn't included in the sync filter\n\t\tif(this.filterFn.call(this.wiki).indexOf(title) !== -1) {\n\t\t\tthis.createTiddlerInfo(title);\n\t\t\tthis.tiddlerInfo[title].hasBeenLazyLoaded = true;\n\t\t\t// Queue up a sync task to load this tiddler\n\t\t\tthis.enqueueSyncTask({\n\t\t\t\ttype: \"load\",\n\t\t\t\ttitle: title\n\t\t\t});\n\t\t}\n\t}\n};\n\n/*\nDispay a password prompt and allow the user to login\n*/\nSyncer.prototype.handleLoginEvent = function() {\n\tvar self = this;\n\tthis.getStatus(function(err,isLoggedIn,username) {\n\t\tif(!isLoggedIn) {\n\t\t\t$tw.passwordPrompt.createPrompt({\n\t\t\t\tserviceName: $tw.language.getString(\"LoginToTiddlySpace\"),\n\t\t\t\tcallback: function(data) {\n\t\t\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\t\t\tself.syncFromServer();\n\t\t\t\t\t});\n\t\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n};\n\n/*\nAttempt to login to TiddlyWeb.\n\tusername: username\n\tpassword: password\n\tcallback: invoked with arguments (err,isLoggedIn)\n*/\nSyncer.prototype.login = function(username,password,callback) {\n\tthis.logger.log(\"Attempting to login as\",username);\n\tvar self = this;\n\tif(this.syncadaptor.login) {\n\t\tthis.syncadaptor.login(username,password,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.getStatus(function(err,isLoggedIn,username) {\n\t\t\t\tif(callback) {\n\t\t\t\t\tcallback(null,isLoggedIn);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t} else {\n\t\tcallback(null,true);\n\t}\n};\n\n/*\nAttempt to log out of TiddlyWeb\n*/\nSyncer.prototype.handleLogoutEvent = function() {\n\tthis.logger.log(\"Attempting to logout\");\n\tvar self = this;\n\tif(this.syncadaptor.logout) {\n\t\tthis.syncadaptor.logout(function(err) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\tself.getStatus();\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nImmediately refresh from the server\n*/\nSyncer.prototype.handleRefreshEvent = function() {\n\tthis.syncFromServer();\n};\n\n/*\nQueue up a sync task. If there is already a pending task for the tiddler, just update the last modification time\n*/\nSyncer.prototype.enqueueSyncTask = function(task) {\n\tvar self = this,\n\t\tnow = Date.now();\n\t// Set the timestamps on this task\n\ttask.queueTime = now;\n\ttask.lastModificationTime = now;\n\t// Fill in some tiddlerInfo if the tiddler is one we haven't seen before\n\tthis.createTiddlerInfo(task.title);\n\t// Bail if this is a save and the tiddler is already at the changeCount that the server has\n\tif(task.type === \"save\" && this.wiki.getChangeCount(task.title) <= this.tiddlerInfo[task.title].changeCount) {\n\t\treturn;\n\t}\n\t// Check if this tiddler is already in the queue\n\tif($tw.utils.hop(this.taskQueue,task.title)) {\n\t\t// this.logger.log(\"Re-queueing up sync task with type:\",task.type,\"title:\",task.title);\n\t\tvar existingTask = this.taskQueue[task.title];\n\t\t// If so, just update the last modification time\n\t\texistingTask.lastModificationTime = task.lastModificationTime;\n\t\t// If the new task is a save then we upgrade the existing task to a save. Thus a pending load is turned into a save if the tiddler changes locally in the meantime. But a pending save is not modified to become a load\n\t\tif(task.type === \"save\" || task.type === \"delete\") {\n\t\t\texistingTask.type = task.type;\n\t\t}\n\t} else {\n\t\t// this.logger.log(\"Queuing up sync task with type:\",task.type,\"title:\",task.title);\n\t\t// If it is not in the queue, insert it\n\t\tthis.taskQueue[task.title] = task;\n\t\tthis.updateDirtyStatus();\n\t}\n\t// Process the queue\n\t$tw.utils.nextTick(function() {self.processTaskQueue.call(self);});\n};\n\n/*\nReturn the number of tasks in progress\n*/\nSyncer.prototype.numTasksInProgress = function() {\n\treturn $tw.utils.count(this.taskInProgress);\n};\n\n/*\nReturn the number of tasks in the queue\n*/\nSyncer.prototype.numTasksInQueue = function() {\n\treturn $tw.utils.count(this.taskQueue);\n};\n\n/*\nTrigger a timeout if one isn't already outstanding\n*/\nSyncer.prototype.triggerTimeout = function() {\n\tvar self = this;\n\tif(!this.taskTimerId) {\n\t\tthis.taskTimerId = setTimeout(function() {\n\t\t\tself.taskTimerId = null;\n\t\t\tself.processTaskQueue.call(self);\n\t\t},self.taskTimerInterval);\n\t}\n};\n\n/*\nProcess the task queue, performing the next task if appropriate\n*/\nSyncer.prototype.processTaskQueue = function() {\n\tvar self = this;\n\t// Only process a task if the sync adaptor is fully initialised and we're not already performing a task. If we are already performing a task then we'll dispatch the next one when it completes\n\tif((!this.syncadaptor.isReady || this.syncadaptor.isReady()) && this.numTasksInProgress() === 0) {\n\t\t// Choose the next task to perform\n\t\tvar task = this.chooseNextTask();\n\t\t// Perform the task if we had one\n\t\tif(task) {\n\t\t\t// Remove the task from the queue and add it to the in progress list\n\t\t\tdelete this.taskQueue[task.title];\n\t\t\tthis.taskInProgress[task.title] = task;\n\t\t\tthis.updateDirtyStatus();\n\t\t\t// Dispatch the task\n\t\t\tthis.dispatchTask(task,function(err) {\n\t\t\t\tif(err) {\n\t\t\t\t\tself.logger.alert(\"Sync error while processing '\" + task.title + \"':\\n\" + err);\n\t\t\t\t}\n\t\t\t\t// Mark that this task is no longer in progress\n\t\t\t\tdelete self.taskInProgress[task.title];\n\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t// Process the next task\n\t\t\t\tself.processTaskQueue.call(self);\n\t\t\t});\n\t\t} else {\n\t\t\t// Make sure we've set a time if there wasn't a task to perform, but we've still got tasks in the queue\n\t\t\tif(this.numTasksInQueue() > 0) {\n\t\t\t\tthis.triggerTimeout();\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nChoose the next applicable task\n*/\nSyncer.prototype.chooseNextTask = function() {\n\tvar self = this,\n\t\tcandidateTask = null,\n\t\tnow = Date.now();\n\t// Select the best candidate task\n\t$tw.utils.each(this.taskQueue,function(task,title) {\n\t\t// Exclude the task if there's one of the same name in progress\n\t\tif($tw.utils.hop(self.taskInProgress,title)) {\n\t\t\treturn;\n\t\t}\n\t\t// Exclude the task if it is a save and the tiddler has been modified recently, but not hit the fallback time\n\t\tif(task.type === \"save\" && (now - task.lastModificationTime) < self.throttleInterval &&\n\t\t\t(now - task.queueTime) < self.fallbackInterval) {\n\t\t\treturn;\n\t\t}\n\t\t// Exclude the task if it is newer than the current best candidate\n\t\tif(candidateTask && candidateTask.queueTime < task.queueTime) {\n\t\t\treturn;\n\t\t}\n\t\t// Now this is our best candidate\n\t\tcandidateTask = task;\n\t});\n\treturn candidateTask;\n};\n\n/*\nDispatch a task and invoke the callback\n*/\nSyncer.prototype.dispatchTask = function(task,callback) {\n\tvar self = this;\n\tif(task.type === \"save\") {\n\t\tvar changeCount = this.wiki.getChangeCount(task.title),\n\t\t\ttiddler = this.wiki.getTiddler(task.title);\n\t\tthis.logger.log(\"Dispatching 'save' task:\",task.title);\n\t\tif(tiddler) {\n\t\t\tthis.syncadaptor.saveTiddler(tiddler,function(err,adaptorInfo,revision) {\n\t\t\t\tif(err) {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t\t// Adjust the info stored about this tiddler\n\t\t\t\tself.tiddlerInfo[task.title] = {\n\t\t\t\t\tchangeCount: changeCount,\n\t\t\t\t\tadaptorInfo: adaptorInfo,\n\t\t\t\t\trevision: revision\n\t\t\t\t};\n\t\t\t\t// Invoke the callback\n\t\t\t\tcallback(null);\n\t\t\t},{\n\t\t\t\ttiddlerInfo: self.tiddlerInfo[task.title]\n\t\t\t});\n\t\t} else {\n\t\t\tthis.logger.log(\" Not Dispatching 'save' task:\",task.title,\"tiddler does not exist\");\n\t\t\treturn callback(null);\n\t\t}\n\t} else if(task.type === \"load\") {\n\t\t// Load the tiddler\n\t\tthis.logger.log(\"Dispatching 'load' task:\",task.title);\n\t\tthis.syncadaptor.loadTiddler(task.title,function(err,tiddlerFields) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\t// Store the tiddler\n\t\t\tif(tiddlerFields) {\n\t\t\t\tself.storeTiddler(tiddlerFields,true);\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t});\n\t} else if(task.type === \"delete\") {\n\t\t// Delete the tiddler\n\t\tthis.logger.log(\"Dispatching 'delete' task:\",task.title);\n\t\tthis.syncadaptor.deleteTiddler(task.title,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tdelete self.tiddlerInfo[task.title];\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t},{\n\t\t\ttiddlerInfo: self.tiddlerInfo[task.title]\n\t\t});\n\t}\n};\n\nexports.Syncer = Syncer;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/tiddler.js": {
"title": "$:/core/modules/tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/tiddler.js\ntype: application/javascript\nmodule-type: tiddlermethod\n\nExtension methods for the $tw.Tiddler object (constructor and methods required at boot time are in boot/boot.js)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.hasTag = function(tag) {\n\treturn this.fields.tags && this.fields.tags.indexOf(tag) !== -1;\n};\n\nexports.isPlugin = function() {\n\treturn this.fields.type === \"application/json\" && this.hasField(\"plugin-type\");\n};\n\nexports.isDraft = function() {\n\treturn this.hasField(\"draft.of\");\n};\n\nexports.getFieldString = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn \"\";\n\t}\n\t// Parse the field with the associated module (if any)\n\tvar fieldModule = $tw.Tiddler.fieldModules[field];\n\tif(fieldModule && fieldModule.stringify) {\n\t\treturn fieldModule.stringify.call(this,value);\n\t} else {\n\t\treturn value.toString();\n\t}\n};\n\n/*\nGet the value of a field as a list\n*/\nexports.getFieldList = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn [];\n\t}\n\treturn $tw.utils.parseStringArray(value);\n};\n\n/*\nGet all the fields as a hashmap of strings. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStrings = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [];\n\tvar fields = {};\n\tfor(var field in this.fields) {\n\t\tif($tw.utils.hop(this.fields,field)) {\n\t\t\tif(exclude.indexOf(field) === -1) {\n\t\t\t\tfields[field] = this.getFieldString(field);\n\t\t\t}\n\t\t}\n\t}\n\treturn fields;\n};\n\n/*\nGet all the fields as a name:value block. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStringBlock = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [];\n\tvar fields = [];\n\tfor(var field in this.fields) {\n\t\tif($tw.utils.hop(this.fields,field)) {\n\t\t\tif(exclude.indexOf(field) === -1) {\n\t\t\t\tfields.push(field + \": \" + this.getFieldString(field));\n\t\t\t}\n\t\t}\n\t}\n\treturn fields.join(\"\\n\");\n};\n\n/*\nCompare two tiddlers for equality\ntiddler: the tiddler to compare\nexcludeFields: array of field names to exclude from the comparison\n*/\nexports.isEqual = function(tiddler,excludeFields) {\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\treturn false;\n\t}\n\texcludeFields = excludeFields || [];\n\tvar self = this,\n\t\tdifferences = []; // Fields that have differences\n\t// Add to the differences array\n\tfunction addDifference(fieldName) {\n\t\t// Check for this field being excluded\n\t\tif(excludeFields.indexOf(fieldName) === -1) {\n\t\t\t// Save the field as a difference\n\t\t\t$tw.utils.pushTop(differences,fieldName);\n\t\t}\n\t}\n\t// Returns true if the two values of this field are equal\n\tfunction isFieldValueEqual(fieldName) {\n\t\tvar valueA = self.fields[fieldName],\n\t\t\tvalueB = tiddler.fields[fieldName];\n\t\t// Check for identical string values\n\t\tif(typeof(valueA) === \"string\" && typeof(valueB) === \"string\" && valueA === valueB) {\n\t\t\treturn true;\n\t\t}\n\t\t// Check for identical array values\n\t\tif($tw.utils.isArray(valueA) && $tw.utils.isArray(valueB) && $tw.utils.isArrayEqual(valueA,valueB)) {\n\t\t\treturn true;\n\t\t}\n\t\t// Otherwise the fields must be different\n\t\treturn false;\n\t}\n\t// Compare our fields\n\tfor(var fieldName in this.fields) {\n\t\tif(!isFieldValueEqual(fieldName)) {\n\t\t\taddDifference(fieldName);\n\t\t}\n\t}\n\t// There's a difference for every field in the other tiddler that we don't have\n\tfor(fieldName in tiddler.fields) {\n\t\tif(!(fieldName in this.fields)) {\n\t\t\taddDifference(fieldName);\n\t\t}\n\t}\n\t// Return whether there were any differences\n\treturn differences.length === 0;\n};\n\nexports.getFieldDay = function(field) {\n\tif(this.cache && this.cache.day && $tw.utils.hop(this.cache.day,field) ) {\n\t\treturn this.cache.day[field];\n\t}\n\tvar day = \"\";\n\tif(this.fields[field]) {\n\t\tday = (new Date($tw.utils.parseDate(this.fields[field]))).setHours(0,0,0,0);\n\t}\n\tthis.cache.day = this.cache.day || {};\n\tthis.cache.day[field] = day;\n\treturn day;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "tiddlermethod"
},
"$:/core/modules/upgraders/plugins.js": {
"title": "$:/core/modules/upgraders/plugins.js",
"text": "/*\\\ntitle: $:/core/modules/upgraders/plugins.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that checks that plugins are newer than any already installed version\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar BLOCKED_PLUGINS = {\n\t\"$:/themes/tiddlywiki/stickytitles\": {\n\t\tversions: [\"*\"]\n\t},\n\t\"$:/plugins/tiddlywiki/fullscreen\": {\n\t\tversions: [\"*\"]\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tupgradeLibrary,\n\t\tgetLibraryTiddler = function(title) {\n\t\t\tif(!upgradeLibrary) {\n\t\t\t\tupgradeLibrary = wiki.getTiddlerData(UPGRADE_LIBRARY_TITLE,{});\n\t\t\t\tupgradeLibrary.tiddlers = upgradeLibrary.tiddlers || {};\n\t\t\t}\n\t\t\treturn upgradeLibrary.tiddlers[title];\n\t\t};\n\n\t// Go through all the incoming tiddlers\n\t$tw.utils.each(titles,function(title) {\n\t\tvar incomingTiddler = tiddlers[title];\n\t\t// Check if we're dealing with a plugin\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"] && incomingTiddler.version) {\n\t\t\t// Upgrade the incoming plugin if it is in the upgrade library\n\t\t\tvar libraryTiddler = getLibraryTiddler(title);\n\t\t\tif(libraryTiddler && libraryTiddler[\"plugin-type\"] && libraryTiddler.version) {\n\t\t\t\ttiddlers[title] = libraryTiddler;\n\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Upgraded\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Suppress the incoming plugin if it is older than the currently installed one\n\t\t\tvar existingTiddler = wiki.getTiddler(title);\n\t\t\tif(existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t\t\t// Reject the incoming plugin by blanking all its fields\n\t\t\t\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Version\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"]) {\n\t\t\t// Check whether the plugin is on the blocked list\n\t\t\tvar blockInfo = BLOCKED_PLUGINS[title];\n\t\t\tif(blockInfo) {\n\t\t\t\tif(blockInfo.versions.indexOf(\"*\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Incompatible\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/upgraders/system.js": {
"title": "$:/core/modules/upgraders/system.js",
"text": "/*\\\ntitle: $:/core/modules/upgraders/system.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DONT_IMPORT_LIST = [\"$:/StoryList\",\"$:/HistoryList\"],\n\tDONT_IMPORT_PREFIX_LIST = [\"$:/temp/\",\"$:/state/\"];\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tif(DONT_IMPORT_LIST.indexOf(title) !== -1) {\n\t\t\ttiddlers[title] = Object.create(null);\n\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Suppressed\");\n\t\t} else {\n\t\t\tfor(var t=0; t<DONT_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = DONT_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/State/Suppressed\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/upgraders/themetweaks.js": {
"title": "$:/core/modules/upgraders/themetweaks.js",
"text": "/*\\\ntitle: $:/core/modules/upgraders/themetweaks.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that handles the change in theme tweak storage introduced in 5.0.14-beta.\n\nPreviously, theme tweaks were stored in two data tiddlers:\n\n* $:/themes/tiddlywiki/vanilla/metrics\n* $:/themes/tiddlywiki/vanilla/settings\n\nNow, each tweak is stored in its own separate tiddler.\n\nThis upgrader copies any values from the old format to the new. The old data tiddlers are not deleted in case they have been used to store additional indexes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar MAPPINGS = {\n\t\"$:/themes/tiddlywiki/vanilla/metrics\": {\n\t\t\"fontsize\": \"$:/themes/tiddlywiki/vanilla/metrics/fontsize\",\n\t\t\"lineheight\": \"$:/themes/tiddlywiki/vanilla/metrics/lineheight\",\n\t\t\"storyleft\": \"$:/themes/tiddlywiki/vanilla/metrics/storyleft\",\n\t\t\"storytop\": \"$:/themes/tiddlywiki/vanilla/metrics/storytop\",\n\t\t\"storyright\": \"$:/themes/tiddlywiki/vanilla/metrics/storyright\",\n\t\t\"storywidth\": \"$:/themes/tiddlywiki/vanilla/metrics/storywidth\",\n\t\t\"tiddlerwidth\": \"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"\n\t},\n\t\"$:/themes/tiddlywiki/vanilla/settings\": {\n\t\t\"fontfamily\": \"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tvar mapping = MAPPINGS[title];\n\t\tif(mapping) {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlers[title]),\n\t\t\t\ttiddlerData = wiki.getTiddlerDataCached(tiddler,{});\n\t\t\tfor(var index in mapping) {\n\t\t\t\tvar mappedTitle = mapping[index];\n\t\t\t\tif(!tiddlers[mappedTitle] || tiddlers[mappedTitle].title !== mappedTitle) {\n\t\t\t\t\ttiddlers[mappedTitle] = {\n\t\t\t\t\t\ttitle: mappedTitle,\n\t\t\t\t\t\ttext: tiddlerData[index]\n\t\t\t\t\t};\n\t\t\t\t\tmessages[mappedTitle] = $tw.language.getString(\"Import/Upgrader/ThemeTweaks/Created\",{variables: {\n\t\t\t\t\t\tfrom: title + \"##\" + index\n\t\t\t\t\t}});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/utils/crypto.js": {
"title": "$:/core/modules/utils/crypto.js",
"text": "/*\\\ntitle: $:/core/modules/utils/crypto.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions related to crypto.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for an encrypted store area in the text of a TiddlyWiki file\n*/\nexports.extractEncryptedStoreArea = function(text) {\n\tvar encryptedStoreAreaStartMarker = \"<pre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">\",\n\t\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\n\tif(encryptedStoreAreaStart !== -1) {\n\t\tvar encryptedStoreAreaEnd = text.indexOf(\"</pre>\",encryptedStoreAreaStart);\n\t\tif(encryptedStoreAreaEnd !== -1) {\n\t\t\treturn $tw.utils.htmlDecode(text.substring(encryptedStoreAreaStart + encryptedStoreAreaStartMarker.length,encryptedStoreAreaEnd-1));\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If the password is not provided then the password in the password store will be used\n*/\nexports.decryptStoreArea = function(encryptedStoreArea,password) {\n\tvar decryptedText = $tw.crypto.decrypt(encryptedStoreArea,password);\n\tif(decryptedText) {\n\t\tvar json = JSON.parse(decryptedText),\n\t\t\ttiddlers = [];\n\t\tfor(var title in json) {\n\t\t\tif(title !== \"$:/isEncrypted\") {\n\t\t\t\ttiddlers.push(json[title]);\n\t\t\t}\n\t\t}\n\t\treturn tiddlers;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If that fails, the user is prompted for a password.\nencryptedStoreArea: text of the TiddlyWiki encrypted store area\ncallback: function(tiddlers) called with the array of decrypted tiddlers\n\nThe following configuration settings are supported:\n\n$tw.config.usePasswordVault: causes any password entered by the user to also be put into the system password vault\n*/\nexports.decryptStoreAreaInteractive = function(encryptedStoreArea,callback,options) {\n\t// Try to decrypt with the current password\n\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea);\n\tif(tiddlers) {\n\t\tcallback(tiddlers);\n\t} else {\n\t\t// Prompt for a new password and keep trying\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: \"Enter a password to decrypt the imported TiddlyWiki\",\n\t\t\tnoUserName: true,\n\t\t\tcanCancel: true,\n\t\t\tsubmitText: \"Decrypt\",\n\t\t\tcallback: function(data) {\n\t\t\t\t// Exit if the user cancelled\n\t\t\t\tif(!data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\t// Attempt to decrypt the tiddlers\n\t\t\t\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea,data.password);\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tif($tw.config.usePasswordVault) {\n\t\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t\t}\n\t\t\t\t\tcallback(tiddlers);\n\t\t\t\t\t// Exit and remove the password prompt\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\t// We didn't decrypt everything, so continue to prompt for password\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/csv.js": {
"title": "$:/core/modules/utils/csv.js",
"text": "/*\\\ntitle: $:/core/modules/utils/csv.js\ntype: application/javascript\nmodule-type: utils\n\nA barebones CSV parser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a CSV string with a header row and return an array of hashmaps.\n*/\nexports.parseCsvStringWithHeader = function(text,options) {\n\toptions = options || {};\n\tvar separator = options.separator || \",\",\n\t\trows = text.split(/\\r?\\n/mg).map(function(row) {\n\t\t\treturn $tw.utils.trim(row);\n\t\t}).filter(function(row) {\n\t\t\treturn row !== \"\";\n\t\t});\n\tif(rows.length < 1) {\n\t\treturn \"Missing header row\";\n\t}\n\tvar headings = rows[0].split(separator),\n\t\tresults = [];\n\tfor(var row=1; row<rows.length; row++) {\n\t\tvar columns = rows[row].split(separator),\n\t\t\tcolumnResult = Object.create(null);\n\t\tif(columns.length !== headings.length) {\n\t\t\treturn \"Malformed CSV row '\" + rows[row] + \"'\";\n\t\t}\n\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\tvar columnName = headings[column];\n\t\t\tcolumnResult[columnName] = $tw.utils.trim(columns[column] || \"\");\n\t\t}\n\t\tresults.push(columnResult);\t\t\t\n\t}\n\treturn results;\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/diff-match-patch/diff_match_patch.js": {
"text": "(function(){function diff_match_patch(){this.Diff_Timeout=1;this.Diff_EditCost=4;this.Match_Threshold=.5;this.Match_Distance=1E3;this.Patch_DeleteThreshold=.5;this.Patch_Margin=4;this.Match_MaxBits=32}var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;\ndiff_match_patch.prototype.diff_main=function(a,b,c,d){\"undefined\"==typeof d&&(d=0>=this.Diff_Timeout?Number.MAX_VALUE:(new Date).getTime()+1E3*this.Diff_Timeout);if(null==a||null==b)throw Error(\"Null input. (diff_main)\");if(a==b)return a?[[DIFF_EQUAL,a]]:[];\"undefined\"==typeof c&&(c=!0);var e=c,f=this.diff_commonPrefix(a,b);c=a.substring(0,f);a=a.substring(f);b=b.substring(f);f=this.diff_commonSuffix(a,b);var g=a.substring(a.length-f);a=a.substring(0,a.length-f);b=b.substring(0,b.length-f);a=this.diff_compute_(a,\nb,e,d);c&&a.unshift([DIFF_EQUAL,c]);g&&a.push([DIFF_EQUAL,g]);this.diff_cleanupMerge(a);return a};\ndiff_match_patch.prototype.diff_compute_=function(a,b,c,d){if(!a)return[[DIFF_INSERT,b]];if(!b)return[[DIFF_DELETE,a]];var e=a.length>b.length?a:b,f=a.length>b.length?b:a,g=e.indexOf(f);return-1!=g?(c=[[DIFF_INSERT,e.substring(0,g)],[DIFF_EQUAL,f],[DIFF_INSERT,e.substring(g+f.length)]],a.length>b.length&&(c[0][0]=c[2][0]=DIFF_DELETE),c):1==f.length?[[DIFF_DELETE,a],[DIFF_INSERT,b]]:(e=this.diff_halfMatch_(a,b))?(b=e[1],f=e[3],a=e[4],e=this.diff_main(e[0],e[2],c,d),c=this.diff_main(b,f,c,d),e.concat([[DIFF_EQUAL,\na]],c)):c&&100<a.length&&100<b.length?this.diff_lineMode_(a,b,d):this.diff_bisect_(a,b,d)};\ndiff_match_patch.prototype.diff_lineMode_=function(a,b,c){var d=this.diff_linesToChars_(a,b);a=d.chars1;b=d.chars2;d=d.lineArray;a=this.diff_main(a,b,!1,c);this.diff_charsToLines_(a,d);this.diff_cleanupSemantic(a);a.push([DIFF_EQUAL,\"\"]);for(var e=d=b=0,f=\"\",g=\"\";b<a.length;){switch(a[b][0]){case DIFF_INSERT:e++;g+=a[b][1];break;case DIFF_DELETE:d++;f+=a[b][1];break;case DIFF_EQUAL:if(1<=d&&1<=e){a.splice(b-d-e,d+e);b=b-d-e;d=this.diff_main(f,g,!1,c);for(e=d.length-1;0<=e;e--)a.splice(b,0,d[e]);b+=\nd.length}d=e=0;g=f=\"\"}b++}a.pop();return a};\ndiff_match_patch.prototype.diff_bisect_=function(a,b,c){for(var d=a.length,e=b.length,f=Math.ceil((d+e)/2),g=2*f,h=Array(g),l=Array(g),k=0;k<g;k++)h[k]=-1,l[k]=-1;h[f+1]=0;l[f+1]=0;k=d-e;for(var m=0!=k%2,p=0,x=0,w=0,q=0,t=0;t<f&&!((new Date).getTime()>c);t++){for(var v=-t+p;v<=t-x;v+=2){var n=f+v;var r=v==-t||v!=t&&h[n-1]<h[n+1]?h[n+1]:h[n-1]+1;for(var y=r-v;r<d&&y<e&&a.charAt(r)==b.charAt(y);)r++,y++;h[n]=r;if(r>d)x+=2;else if(y>e)p+=2;else if(m&&(n=f+k-v,0<=n&&n<g&&-1!=l[n])){var u=d-l[n];if(r>=\nu)return this.diff_bisectSplit_(a,b,r,y,c)}}for(v=-t+w;v<=t-q;v+=2){n=f+v;u=v==-t||v!=t&&l[n-1]<l[n+1]?l[n+1]:l[n-1]+1;for(r=u-v;u<d&&r<e&&a.charAt(d-u-1)==b.charAt(e-r-1);)u++,r++;l[n]=u;if(u>d)q+=2;else if(r>e)w+=2;else if(!m&&(n=f+k-v,0<=n&&n<g&&-1!=h[n]&&(r=h[n],y=f+r-n,u=d-u,r>=u)))return this.diff_bisectSplit_(a,b,r,y,c)}}return[[DIFF_DELETE,a],[DIFF_INSERT,b]]};\ndiff_match_patch.prototype.diff_bisectSplit_=function(a,b,c,d,e){var f=a.substring(0,c),g=b.substring(0,d);a=a.substring(c);b=b.substring(d);f=this.diff_main(f,g,!1,e);e=this.diff_main(a,b,!1,e);return f.concat(e)};\ndiff_match_patch.prototype.diff_linesToChars_=function(a,b){function c(a){for(var b=\"\",c=0,f=-1,g=d.length;f<a.length-1;){f=a.indexOf(\"\\n\",c);-1==f&&(f=a.length-1);var h=a.substring(c,f+1);c=f+1;(e.hasOwnProperty?e.hasOwnProperty(h):void 0!==e[h])?b+=String.fromCharCode(e[h]):(b+=String.fromCharCode(g),e[h]=g,d[g++]=h)}return b}var d=[],e={};d[0]=\"\";var f=c(a),g=c(b);return{chars1:f,chars2:g,lineArray:d}};\ndiff_match_patch.prototype.diff_charsToLines_=function(a,b){for(var c=0;c<a.length;c++){for(var d=a[c][1],e=[],f=0;f<d.length;f++)e[f]=b[d.charCodeAt(f)];a[c][1]=e.join(\"\")}};diff_match_patch.prototype.diff_commonPrefix=function(a,b){if(!a||!b||a.charAt(0)!=b.charAt(0))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(f,e)==b.substring(f,e)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonSuffix=function(a,b){if(!a||!b||a.charAt(a.length-1)!=b.charAt(b.length-1))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(a.length-e,a.length-f)==b.substring(b.length-e,b.length-f)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonOverlap_=function(a,b){var c=a.length,d=b.length;if(0==c||0==d)return 0;c>d?a=a.substring(c-d):c<d&&(b=b.substring(0,c));c=Math.min(c,d);if(a==b)return c;d=0;for(var e=1;;){var f=a.substring(c-e);f=b.indexOf(f);if(-1==f)return d;e+=f;if(0==f||a.substring(c-e)==b.substring(0,e))d=e,e++}};\ndiff_match_patch.prototype.diff_halfMatch_=function(a,b){function c(a,b,c){for(var d=a.substring(c,c+Math.floor(a.length/4)),e=-1,g=\"\",h,k,l,m;-1!=(e=b.indexOf(d,e+1));){var p=f.diff_commonPrefix(a.substring(c),b.substring(e)),u=f.diff_commonSuffix(a.substring(0,c),b.substring(0,e));g.length<u+p&&(g=b.substring(e-u,e)+b.substring(e,e+p),h=a.substring(0,c-u),k=a.substring(c+p),l=b.substring(0,e-u),m=b.substring(e+p))}return 2*g.length>=a.length?[h,k,l,m,g]:null}if(0>=this.Diff_Timeout)return null;\nvar d=a.length>b.length?a:b,e=a.length>b.length?b:a;if(4>d.length||2*e.length<d.length)return null;var f=this,g=c(d,e,Math.ceil(d.length/4));d=c(d,e,Math.ceil(d.length/2));if(g||d)g=d?g?g[4].length>d[4].length?g:d:d:g;else return null;if(a.length>b.length){d=g[0];e=g[1];var h=g[2];var l=g[3]}else h=g[0],l=g[1],d=g[2],e=g[3];return[d,e,h,l,g[4]]};\ndiff_match_patch.prototype.diff_cleanupSemantic=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=0,h=0,l=0,k=0;f<a.length;)a[f][0]==DIFF_EQUAL?(c[d++]=f,g=l,h=k,k=l=0,e=a[f][1]):(a[f][0]==DIFF_INSERT?l+=a[f][1].length:k+=a[f][1].length,e&&e.length<=Math.max(g,h)&&e.length<=Math.max(l,k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,d--,f=0<d?c[d-1]:-1,k=l=h=g=0,e=null,b=!0)),f++;b&&this.diff_cleanupMerge(a);this.diff_cleanupSemanticLossless(a);for(f=1;f<a.length;){if(a[f-1][0]==\nDIFF_DELETE&&a[f][0]==DIFF_INSERT){b=a[f-1][1];c=a[f][1];d=this.diff_commonOverlap_(b,c);e=this.diff_commonOverlap_(c,b);if(d>=e){if(d>=b.length/2||d>=c.length/2)a.splice(f,0,[DIFF_EQUAL,c.substring(0,d)]),a[f-1][1]=b.substring(0,b.length-d),a[f+1][1]=c.substring(d),f++}else if(e>=b.length/2||e>=c.length/2)a.splice(f,0,[DIFF_EQUAL,b.substring(0,e)]),a[f-1][0]=DIFF_INSERT,a[f-1][1]=c.substring(0,c.length-e),a[f+1][0]=DIFF_DELETE,a[f+1][1]=b.substring(e),f++;f++}f++}};\ndiff_match_patch.prototype.diff_cleanupSemanticLossless=function(a){function b(a,b){if(!a||!b)return 6;var c=a.charAt(a.length-1),d=b.charAt(0),e=c.match(diff_match_patch.nonAlphaNumericRegex_),f=d.match(diff_match_patch.nonAlphaNumericRegex_),g=e&&c.match(diff_match_patch.whitespaceRegex_),h=f&&d.match(diff_match_patch.whitespaceRegex_);c=g&&c.match(diff_match_patch.linebreakRegex_);d=h&&d.match(diff_match_patch.linebreakRegex_);var k=c&&a.match(diff_match_patch.blanklineEndRegex_),l=d&&b.match(diff_match_patch.blanklineStartRegex_);\nreturn k||l?5:c||d?4:e&&!g&&h?3:g||h?2:e||f?1:0}for(var c=1;c<a.length-1;){if(a[c-1][0]==DIFF_EQUAL&&a[c+1][0]==DIFF_EQUAL){var d=a[c-1][1],e=a[c][1],f=a[c+1][1],g=this.diff_commonSuffix(d,e);if(g){var h=e.substring(e.length-g);d=d.substring(0,d.length-g);e=h+e.substring(0,e.length-g);f=h+f}g=d;h=e;for(var l=f,k=b(d,e)+b(e,f);e.charAt(0)===f.charAt(0);){d+=e.charAt(0);e=e.substring(1)+f.charAt(0);f=f.substring(1);var m=b(d,e)+b(e,f);m>=k&&(k=m,g=d,h=e,l=f)}a[c-1][1]!=g&&(g?a[c-1][1]=g:(a.splice(c-\n1,1),c--),a[c][1]=h,l?a[c+1][1]=l:(a.splice(c+1,1),c--))}c++}};diff_match_patch.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/;diff_match_patch.whitespaceRegex_=/\\s/;diff_match_patch.linebreakRegex_=/[\\r\\n]/;diff_match_patch.blanklineEndRegex_=/\\n\\r?\\n$/;diff_match_patch.blanklineStartRegex_=/^\\r?\\n\\r?\\n/;\ndiff_match_patch.prototype.diff_cleanupEfficiency=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=!1,h=!1,l=!1,k=!1;f<a.length;)a[f][0]==DIFF_EQUAL?(a[f][1].length<this.Diff_EditCost&&(l||k)?(c[d++]=f,g=l,h=k,e=a[f][1]):(d=0,e=null),l=k=!1):(a[f][0]==DIFF_DELETE?k=!0:l=!0,e&&(g&&h&&l&&k||e.length<this.Diff_EditCost/2&&3==g+h+l+k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,e=null,g&&h?(l=k=!0,d=0):(d--,f=0<d?c[d-1]:-1,l=k=!1),b=!0)),f++;b&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_cleanupMerge=function(a){a.push([DIFF_EQUAL,\"\"]);for(var b=0,c=0,d=0,e=\"\",f=\"\",g;b<a.length;)switch(a[b][0]){case DIFF_INSERT:d++;f+=a[b][1];b++;break;case DIFF_DELETE:c++;e+=a[b][1];b++;break;case DIFF_EQUAL:1<c+d?(0!==c&&0!==d&&(g=this.diff_commonPrefix(f,e),0!==g&&(0<b-c-d&&a[b-c-d-1][0]==DIFF_EQUAL?a[b-c-d-1][1]+=f.substring(0,g):(a.splice(0,0,[DIFF_EQUAL,f.substring(0,g)]),b++),f=f.substring(g),e=e.substring(g)),g=this.diff_commonSuffix(f,e),0!==g&&(a[b][1]=f.substring(f.length-\ng)+a[b][1],f=f.substring(0,f.length-g),e=e.substring(0,e.length-g))),0===c?a.splice(b-d,c+d,[DIFF_INSERT,f]):0===d?a.splice(b-c,c+d,[DIFF_DELETE,e]):a.splice(b-c-d,c+d,[DIFF_DELETE,e],[DIFF_INSERT,f]),b=b-c-d+(c?1:0)+(d?1:0)+1):0!==b&&a[b-1][0]==DIFF_EQUAL?(a[b-1][1]+=a[b][1],a.splice(b,1)):b++,c=d=0,f=e=\"\"}\"\"===a[a.length-1][1]&&a.pop();c=!1;for(b=1;b<a.length-1;)a[b-1][0]==DIFF_EQUAL&&a[b+1][0]==DIFF_EQUAL&&(a[b][1].substring(a[b][1].length-a[b-1][1].length)==a[b-1][1]?(a[b][1]=a[b-1][1]+a[b][1].substring(0,\na[b][1].length-a[b-1][1].length),a[b+1][1]=a[b-1][1]+a[b+1][1],a.splice(b-1,1),c=!0):a[b][1].substring(0,a[b+1][1].length)==a[b+1][1]&&(a[b-1][1]+=a[b+1][1],a[b][1]=a[b][1].substring(a[b+1][1].length)+a[b+1][1],a.splice(b+1,1),c=!0)),b++;c&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_xIndex=function(a,b){var c=0,d=0,e=0,f=0,g;for(g=0;g<a.length;g++){a[g][0]!==DIFF_INSERT&&(c+=a[g][1].length);a[g][0]!==DIFF_DELETE&&(d+=a[g][1].length);if(c>b)break;e=c;f=d}return a.length!=g&&a[g][0]===DIFF_DELETE?f:f+(b-e)};\ndiff_match_patch.prototype.diff_prettyHtml=function(a){for(var b=[],c=/&/g,d=/</g,e=/>/g,f=/\\n/g,g=0;g<a.length;g++){var h=a[g][0],l=a[g][1].replace(c,\"&\").replace(d,\"<\").replace(e,\">\").replace(f,\"¶<br>\");switch(h){case DIFF_INSERT:b[g]='<ins style=\"background:#e6ffe6;\">'+l+\"</ins>\";break;case DIFF_DELETE:b[g]='<del style=\"background:#ffe6e6;\">'+l+\"</del>\";break;case DIFF_EQUAL:b[g]=\"<span>\"+l+\"</span>\"}}return b.join(\"\")};\ndiff_match_patch.prototype.diff_text1=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_INSERT&&(b[c]=a[c][1]);return b.join(\"\")};diff_match_patch.prototype.diff_text2=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_DELETE&&(b[c]=a[c][1]);return b.join(\"\")};\ndiff_match_patch.prototype.diff_levenshtein=function(a){for(var b=0,c=0,d=0,e=0;e<a.length;e++){var f=a[e][1];switch(a[e][0]){case DIFF_INSERT:c+=f.length;break;case DIFF_DELETE:d+=f.length;break;case DIFF_EQUAL:b+=Math.max(c,d),d=c=0}}return b+=Math.max(c,d)};\ndiff_match_patch.prototype.diff_toDelta=function(a){for(var b=[],c=0;c<a.length;c++)switch(a[c][0]){case DIFF_INSERT:b[c]=\"+\"+encodeURI(a[c][1]);break;case DIFF_DELETE:b[c]=\"-\"+a[c][1].length;break;case DIFF_EQUAL:b[c]=\"=\"+a[c][1].length}return b.join(\"\\t\").replace(/%20/g,\" \")};\ndiff_match_patch.prototype.diff_fromDelta=function(a,b){for(var c=[],d=0,e=0,f=b.split(/\\t/g),g=0;g<f.length;g++){var h=f[g].substring(1);switch(f[g].charAt(0)){case \"+\":try{c[d++]=[DIFF_INSERT,decodeURI(h)]}catch(k){throw Error(\"Illegal escape in diff_fromDelta: \"+h);}break;case \"-\":case \"=\":var l=parseInt(h,10);if(isNaN(l)||0>l)throw Error(\"Invalid number in diff_fromDelta: \"+h);h=a.substring(e,e+=l);\"=\"==f[g].charAt(0)?c[d++]=[DIFF_EQUAL,h]:c[d++]=[DIFF_DELETE,h];break;default:if(f[g])throw Error(\"Invalid diff operation in diff_fromDelta: \"+\nf[g]);}}if(e!=a.length)throw Error(\"Delta length (\"+e+\") does not equal source text length (\"+a.length+\").\");return c};diff_match_patch.prototype.match_main=function(a,b,c){if(null==a||null==b||null==c)throw Error(\"Null input. (match_main)\");c=Math.max(0,Math.min(c,a.length));return a==b?0:a.length?a.substring(c,c+b.length)==b?c:this.match_bitap_(a,b,c):-1};\ndiff_match_patch.prototype.match_bitap_=function(a,b,c){function d(a,d){var e=a/b.length,g=Math.abs(c-d);return f.Match_Distance?e+g/f.Match_Distance:g?1:e}if(b.length>this.Match_MaxBits)throw Error(\"Pattern too long for this browser.\");var e=this.match_alphabet_(b),f=this,g=this.Match_Threshold,h=a.indexOf(b,c);-1!=h&&(g=Math.min(d(0,h),g),h=a.lastIndexOf(b,c+b.length),-1!=h&&(g=Math.min(d(0,h),g)));var l=1<<b.length-1;h=-1;for(var k,m,p=b.length+a.length,x,w=0;w<b.length;w++){k=0;for(m=p;k<m;)d(w,\nc+m)<=g?k=m:p=m,m=Math.floor((p-k)/2+k);p=m;k=Math.max(1,c-m+1);var q=Math.min(c+m,a.length)+b.length;m=Array(q+2);for(m[q+1]=(1<<w)-1;q>=k;q--){var t=e[a.charAt(q-1)];m[q]=0===w?(m[q+1]<<1|1)&t:(m[q+1]<<1|1)&t|(x[q+1]|x[q])<<1|1|x[q+1];if(m[q]&l&&(t=d(w,q-1),t<=g))if(g=t,h=q-1,h>c)k=Math.max(1,2*c-h);else break}if(d(w+1,c)>g)break;x=m}return h};\ndiff_match_patch.prototype.match_alphabet_=function(a){for(var b={},c=0;c<a.length;c++)b[a.charAt(c)]=0;for(c=0;c<a.length;c++)b[a.charAt(c)]|=1<<a.length-c-1;return b};\ndiff_match_patch.prototype.patch_addContext_=function(a,b){if(0!=b.length){for(var c=b.substring(a.start2,a.start2+a.length1),d=0;b.indexOf(c)!=b.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)d+=this.Patch_Margin,c=b.substring(a.start2-d,a.start2+a.length1+d);d+=this.Patch_Margin;(c=b.substring(a.start2-d,a.start2))&&a.diffs.unshift([DIFF_EQUAL,c]);(d=b.substring(a.start2+a.length1,a.start2+a.length1+d))&&a.diffs.push([DIFF_EQUAL,d]);a.start1-=c.length;a.start2-=\nc.length;a.length1+=c.length+d.length;a.length2+=c.length+d.length}};\ndiff_match_patch.prototype.patch_make=function(a,b,c){if(\"string\"==typeof a&&\"string\"==typeof b&&\"undefined\"==typeof c){var d=a;b=this.diff_main(d,b,!0);2<b.length&&(this.diff_cleanupSemantic(b),this.diff_cleanupEfficiency(b))}else if(a&&\"object\"==typeof a&&\"undefined\"==typeof b&&\"undefined\"==typeof c)b=a,d=this.diff_text1(b);else if(\"string\"==typeof a&&b&&\"object\"==typeof b&&\"undefined\"==typeof c)d=a;else if(\"string\"==typeof a&&\"string\"==typeof b&&c&&\"object\"==typeof c)d=a,b=c;else throw Error(\"Unknown call format to patch_make.\");\nif(0===b.length)return[];c=[];a=new diff_match_patch.patch_obj;for(var e=0,f=0,g=0,h=d,l=0;l<b.length;l++){var k=b[l][0],m=b[l][1];e||k===DIFF_EQUAL||(a.start1=f,a.start2=g);switch(k){case DIFF_INSERT:a.diffs[e++]=b[l];a.length2+=m.length;d=d.substring(0,g)+m+d.substring(g);break;case DIFF_DELETE:a.length1+=m.length;a.diffs[e++]=b[l];d=d.substring(0,g)+d.substring(g+m.length);break;case DIFF_EQUAL:m.length<=2*this.Patch_Margin&&e&&b.length!=l+1?(a.diffs[e++]=b[l],a.length1+=m.length,a.length2+=m.length):\nm.length>=2*this.Patch_Margin&&e&&(this.patch_addContext_(a,h),c.push(a),a=new diff_match_patch.patch_obj,e=0,h=d,f=g)}k!==DIFF_INSERT&&(f+=m.length);k!==DIFF_DELETE&&(g+=m.length)}e&&(this.patch_addContext_(a,h),c.push(a));return c};\ndiff_match_patch.prototype.patch_deepCopy=function(a){for(var b=[],c=0;c<a.length;c++){var d=a[c],e=new diff_match_patch.patch_obj;e.diffs=[];for(var f=0;f<d.diffs.length;f++)e.diffs[f]=d.diffs[f].slice();e.start1=d.start1;e.start2=d.start2;e.length1=d.length1;e.length2=d.length2;b[c]=e}return b};\ndiff_match_patch.prototype.patch_apply=function(a,b){if(0==a.length)return[b,[]];a=this.patch_deepCopy(a);var c=this.patch_addPadding(a);b=c+b+c;this.patch_splitMax(a);for(var d=0,e=[],f=0;f<a.length;f++){var g=a[f].start2+d,h=this.diff_text1(a[f].diffs),l=-1;if(h.length>this.Match_MaxBits){var k=this.match_main(b,h.substring(0,this.Match_MaxBits),g);-1!=k&&(l=this.match_main(b,h.substring(h.length-this.Match_MaxBits),g+h.length-this.Match_MaxBits),-1==l||k>=l)&&(k=-1)}else k=this.match_main(b,h,\ng);if(-1==k)e[f]=!1,d-=a[f].length2-a[f].length1;else if(e[f]=!0,d=k-g,g=-1==l?b.substring(k,k+h.length):b.substring(k,l+this.Match_MaxBits),h==g)b=b.substring(0,k)+this.diff_text2(a[f].diffs)+b.substring(k+h.length);else if(g=this.diff_main(h,g,!1),h.length>this.Match_MaxBits&&this.diff_levenshtein(g)/h.length>this.Patch_DeleteThreshold)e[f]=!1;else{this.diff_cleanupSemanticLossless(g);h=0;var m;for(l=0;l<a[f].diffs.length;l++){var p=a[f].diffs[l];p[0]!==DIFF_EQUAL&&(m=this.diff_xIndex(g,h));p[0]===\nDIFF_INSERT?b=b.substring(0,k+m)+p[1]+b.substring(k+m):p[0]===DIFF_DELETE&&(b=b.substring(0,k+m)+b.substring(k+this.diff_xIndex(g,h+p[1].length)));p[0]!==DIFF_DELETE&&(h+=p[1].length)}}}b=b.substring(c.length,b.length-c.length);return[b,e]};\ndiff_match_patch.prototype.patch_addPadding=function(a){for(var b=this.Patch_Margin,c=\"\",d=1;d<=b;d++)c+=String.fromCharCode(d);for(d=0;d<a.length;d++)a[d].start1+=b,a[d].start2+=b;d=a[0];var e=d.diffs;if(0==e.length||e[0][0]!=DIFF_EQUAL)e.unshift([DIFF_EQUAL,c]),d.start1-=b,d.start2-=b,d.length1+=b,d.length2+=b;else if(b>e[0][1].length){var f=b-e[0][1].length;e[0][1]=c.substring(e[0][1].length)+e[0][1];d.start1-=f;d.start2-=f;d.length1+=f;d.length2+=f}d=a[a.length-1];e=d.diffs;0==e.length||e[e.length-\n1][0]!=DIFF_EQUAL?(e.push([DIFF_EQUAL,c]),d.length1+=b,d.length2+=b):b>e[e.length-1][1].length&&(f=b-e[e.length-1][1].length,e[e.length-1][1]+=c.substring(0,f),d.length1+=f,d.length2+=f);return c};\ndiff_match_patch.prototype.patch_splitMax=function(a){for(var b=this.Match_MaxBits,c=0;c<a.length;c++)if(!(a[c].length1<=b)){var d=a[c];a.splice(c--,1);for(var e=d.start1,f=d.start2,g=\"\";0!==d.diffs.length;){var h=new diff_match_patch.patch_obj,l=!0;h.start1=e-g.length;h.start2=f-g.length;\"\"!==g&&(h.length1=h.length2=g.length,h.diffs.push([DIFF_EQUAL,g]));for(;0!==d.diffs.length&&h.length1<b-this.Patch_Margin;){g=d.diffs[0][0];var k=d.diffs[0][1];g===DIFF_INSERT?(h.length2+=k.length,f+=k.length,h.diffs.push(d.diffs.shift()),\nl=!1):g===DIFF_DELETE&&1==h.diffs.length&&h.diffs[0][0]==DIFF_EQUAL&&k.length>2*b?(h.length1+=k.length,e+=k.length,l=!1,h.diffs.push([g,k]),d.diffs.shift()):(k=k.substring(0,b-h.length1-this.Patch_Margin),h.length1+=k.length,e+=k.length,g===DIFF_EQUAL?(h.length2+=k.length,f+=k.length):l=!1,h.diffs.push([g,k]),k==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(k.length))}g=this.diff_text2(h.diffs);g=g.substring(g.length-this.Patch_Margin);k=this.diff_text1(d.diffs).substring(0,\nthis.Patch_Margin);\"\"!==k&&(h.length1+=k.length,h.length2+=k.length,0!==h.diffs.length&&h.diffs[h.diffs.length-1][0]===DIFF_EQUAL?h.diffs[h.diffs.length-1][1]+=k:h.diffs.push([DIFF_EQUAL,k]));l||a.splice(++c,0,h)}}};diff_match_patch.prototype.patch_toText=function(a){for(var b=[],c=0;c<a.length;c++)b[c]=a[c];return b.join(\"\")};\ndiff_match_patch.prototype.patch_fromText=function(a){var b=[];if(!a)return b;a=a.split(\"\\n\");for(var c=0,d=/^@@ -(\\d+),?(\\d*) \\+(\\d+),?(\\d*) @@$/;c<a.length;){var e=a[c].match(d);if(!e)throw Error(\"Invalid patch string: \"+a[c]);var f=new diff_match_patch.patch_obj;b.push(f);f.start1=parseInt(e[1],10);\"\"===e[2]?(f.start1--,f.length1=1):\"0\"==e[2]?f.length1=0:(f.start1--,f.length1=parseInt(e[2],10));f.start2=parseInt(e[3],10);\"\"===e[4]?(f.start2--,f.length2=1):\"0\"==e[4]?f.length2=0:(f.start2--,f.length2=\nparseInt(e[4],10));for(c++;c<a.length;){e=a[c].charAt(0);try{var g=decodeURI(a[c].substring(1))}catch(h){throw Error(\"Illegal escape in patch_fromText: \"+g);}if(\"-\"==e)f.diffs.push([DIFF_DELETE,g]);else if(\"+\"==e)f.diffs.push([DIFF_INSERT,g]);else if(\" \"==e)f.diffs.push([DIFF_EQUAL,g]);else if(\"@\"==e)break;else if(\"\"!==e)throw Error('Invalid patch mode \"'+e+'\" in: '+g);c++}}return b};diff_match_patch.patch_obj=function(){this.diffs=[];this.start2=this.start1=null;this.length2=this.length1=0};\ndiff_match_patch.patch_obj.prototype.toString=function(){for(var a=[\"@@ -\"+(0===this.length1?this.start1+\",0\":1==this.length1?this.start1+1:this.start1+1+\",\"+this.length1)+\" +\"+(0===this.length2?this.start2+\",0\":1==this.length2?this.start2+1:this.start2+1+\",\"+this.length2)+\" @@\\n\"],b,c=0;c<this.diffs.length;c++){switch(this.diffs[c][0]){case DIFF_INSERT:b=\"+\";break;case DIFF_DELETE:b=\"-\";break;case DIFF_EQUAL:b=\" \"}a[c+1]=b+encodeURI(this.diffs[c][1])+\"\\n\"}return a.join(\"\").replace(/%20/g,\" \")};\nthis.diff_match_patch=diff_match_patch;this.DIFF_DELETE=DIFF_DELETE;this.DIFF_INSERT=DIFF_INSERT;this.DIFF_EQUAL=DIFF_EQUAL;\n}).call(exports);",
"type": "application/javascript",
"title": "$:/core/modules/utils/diff-match-patch/diff_match_patch.js",
"module-type": "library"
},
"$:/core/modules/utils/dom/animations/slide.js": {
"title": "$:/core/modules/utils/dom/animations/slide.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/animations/slide.js\ntype: application/javascript\nmodule-type: animation\n\nA simple slide animation that varies the height of the element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction slideOpen(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration();\n\t// Get the current height of the domNode\n\tvar computedStyle = window.getComputedStyle(domNode),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrPaddingBottom = parseInt(computedStyle.paddingBottom,10),\n\t\tcurrPaddingTop = parseInt(computedStyle.paddingTop,10),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"none\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{marginTop: currMarginTop + \"px\"},\n\t\t{paddingBottom: currPaddingBottom + \"px\"},\n\t\t{paddingTop: currPaddingTop + \"px\"},\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n}\n\nfunction slideClosed(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration(),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Clear the properties we've set when the animation is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n}\n\nexports.slide = {\n\topen: slideOpen,\n\tclose: slideClosed\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "animation"
},
"$:/core/modules/utils/dom/animator.js": {
"title": "$:/core/modules/utils/dom/animator.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/animator.js\ntype: application/javascript\nmodule-type: utils\n\nOrchestrates animations and transitions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Animator() {\n\t// Get the registered animation modules\n\tthis.animations = {};\n\t$tw.modules.applyMethods(\"animation\",this.animations);\n}\n\nAnimator.prototype.perform = function(type,domNode,options) {\n\toptions = options || {};\n\t// Find an animation that can handle this type\n\tvar chosenAnimation;\n\t$tw.utils.each(this.animations,function(animation,name) {\n\t\tif($tw.utils.hop(animation,type)) {\n\t\t\tchosenAnimation = animation[type];\n\t\t}\n\t});\n\tif(!chosenAnimation) {\n\t\tchosenAnimation = function(domNode,options) {\n\t\t\tif(options.callback) {\n\t\t\t\toptions.callback();\n\t\t\t}\n\t\t};\n\t}\n\t// Call the animation\n\tchosenAnimation(domNode,options);\n};\n\nexports.Animator = Animator;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/browser.js": {
"title": "$:/core/modules/utils/dom/browser.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/browser.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser feature detection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet style properties of an element\n\telement: dom node\n\tstyles: ordered array of {name: value} pairs\n*/\nexports.setStyle = function(element,styles) {\n\tif(element.nodeType === 1) { // Element.ELEMENT_NODE\n\t\tfor(var t=0; t<styles.length; t++) {\n\t\t\tfor(var styleName in styles[t]) {\n\t\t\t\telement.style[$tw.utils.convertStyleNameToPropertyName(styleName)] = styles[t][styleName];\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nConverts a standard CSS property name into the local browser-specific equivalent. For example:\n\t\"background-color\" --> \"backgroundColor\"\n\t\"transition\" --> \"webkitTransition\"\n*/\n\nvar styleNameCache = {}; // We'll cache the style name conversions\n\nexports.convertStyleNameToPropertyName = function(styleName) {\n\t// Return from the cache if we can\n\tif(styleNameCache[styleName]) {\n\t\treturn styleNameCache[styleName];\n\t}\n\t// Convert it by first removing any hyphens\n\tvar propertyName = $tw.utils.unHyphenateCss(styleName);\n\t// Then check if it needs a prefix\n\tif($tw.browser && document.body.style[propertyName] === undefined) {\n\t\tvar prefixes = [\"O\",\"MS\",\"Moz\",\"webkit\"];\n\t\tfor(var t=0; t<prefixes.length; t++) {\n\t\t\tvar prefixedName = prefixes[t] + propertyName.substr(0,1).toUpperCase() + propertyName.substr(1);\n\t\t\tif(document.body.style[prefixedName] !== undefined) {\n\t\t\t\tpropertyName = prefixedName;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t// Put it in the cache too\n\tstyleNameCache[styleName] = propertyName;\n\treturn propertyName;\n};\n\n/*\nConverts a JS format CSS property name back into the dashed form used in CSS declarations. For example:\n\t\"backgroundColor\" --> \"background-color\"\n\t\"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.convertPropertyNameToStyleName = function(propertyName) {\n\t// Rehyphenate the name\n\tvar styleName = $tw.utils.hyphenateCss(propertyName);\n\t// If there's a webkit prefix, add a dash (other browsers have uppercase prefixes, and so get the dash automatically)\n\tif(styleName.indexOf(\"webkit\") === 0) {\n\t\tstyleName = \"-\" + styleName;\n\t} else if(styleName.indexOf(\"-m-s\") === 0) {\n\t\tstyleName = \"-ms\" + styleName.substr(4);\n\t}\n\treturn styleName;\n};\n\n/*\nRound trip a stylename to a property name and back again. For example:\n\t\"transform\" --> \"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.roundTripPropertyName = function(propertyName) {\n\treturn $tw.utils.convertPropertyNameToStyleName($tw.utils.convertStyleNameToPropertyName(propertyName));\n};\n\n/*\nConverts a standard event name into the local browser specific equivalent. For example:\n\t\"animationEnd\" --> \"webkitAnimationEnd\"\n*/\n\nvar eventNameCache = {}; // We'll cache the conversions\n\nvar eventNameMappings = {\n\t\"transitionEnd\": {\n\t\tcorrespondingCssProperty: \"transition\",\n\t\tmappings: {\n\t\t\ttransition: \"transitionend\",\n\t\t\tOTransition: \"oTransitionEnd\",\n\t\t\tMSTransition: \"msTransitionEnd\",\n\t\t\tMozTransition: \"transitionend\",\n\t\t\twebkitTransition: \"webkitTransitionEnd\"\n\t\t}\n\t},\n\t\"animationEnd\": {\n\t\tcorrespondingCssProperty: \"animation\",\n\t\tmappings: {\n\t\t\tanimation: \"animationend\",\n\t\t\tOAnimation: \"oAnimationEnd\",\n\t\t\tMSAnimation: \"msAnimationEnd\",\n\t\t\tMozAnimation: \"animationend\",\n\t\t\twebkitAnimation: \"webkitAnimationEnd\"\n\t\t}\n\t}\n};\n\nexports.convertEventName = function(eventName) {\n\tif(eventNameCache[eventName]) {\n\t\treturn eventNameCache[eventName];\n\t}\n\tvar newEventName = eventName,\n\t\tmappings = eventNameMappings[eventName];\n\tif(mappings) {\n\t\tvar convertedProperty = $tw.utils.convertStyleNameToPropertyName(mappings.correspondingCssProperty);\n\t\tif(mappings.mappings[convertedProperty]) {\n\t\t\tnewEventName = mappings.mappings[convertedProperty];\n\t\t}\n\t}\n\t// Put it in the cache too\n\teventNameCache[eventName] = newEventName;\n\treturn newEventName;\n};\n\n/*\nReturn the names of the fullscreen APIs\n*/\nexports.getFullScreenApis = function() {\n\tvar d = document,\n\t\tdb = d.body,\n\t\tresult = {\n\t\t\"_requestFullscreen\": db.webkitRequestFullscreen !== undefined ? \"webkitRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.mozRequestFullScreen !== undefined ? \"mozRequestFullScreen\" :\n\t\t\t\t\t\t\tdb.msRequestFullscreen !== undefined ? \"msRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.requestFullscreen !== undefined ? \"requestFullscreen\" : \"\",\n\t\t\"_exitFullscreen\": d.webkitExitFullscreen !== undefined ? \"webkitExitFullscreen\" :\n\t\t\t\t\t\t\td.mozCancelFullScreen !== undefined ? \"mozCancelFullScreen\" :\n\t\t\t\t\t\t\td.msExitFullscreen !== undefined ? \"msExitFullscreen\" :\n\t\t\t\t\t\t\td.exitFullscreen !== undefined ? \"exitFullscreen\" : \"\",\n\t\t\"_fullscreenElement\": d.webkitFullscreenElement !== undefined ? \"webkitFullscreenElement\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozFullScreenElement\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"msFullscreenElement\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenElement\" : \"\",\n\t\t\"_fullscreenChange\": d.webkitFullscreenElement !== undefined ? \"webkitfullscreenchange\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozfullscreenchange\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"MSFullscreenChange\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenchange\" : \"\"\n\t};\n\tif(!result._requestFullscreen || !result._exitFullscreen || !result._fullscreenElement || !result._fullscreenChange) {\n\t\treturn null;\n\t} else {\n\t\treturn result;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/csscolorparser.js": {
"title": "$:/core/modules/utils/dom/csscolorparser.js",
"text": "// (c) Dean McNamee <dean@gmail.com>, 2012.\n//\n// https://github.com/deanm/css-color-parser-js\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n// IN THE SOFTWARE.\n\n// http://www.w3.org/TR/css3-color/\nvar kCSSColorTable = {\n \"transparent\": [0,0,0,0], \"aliceblue\": [240,248,255,1],\n \"antiquewhite\": [250,235,215,1], \"aqua\": [0,255,255,1],\n \"aquamarine\": [127,255,212,1], \"azure\": [240,255,255,1],\n \"beige\": [245,245,220,1], \"bisque\": [255,228,196,1],\n \"black\": [0,0,0,1], \"blanchedalmond\": [255,235,205,1],\n \"blue\": [0,0,255,1], \"blueviolet\": [138,43,226,1],\n \"brown\": [165,42,42,1], \"burlywood\": [222,184,135,1],\n \"cadetblue\": [95,158,160,1], \"chartreuse\": [127,255,0,1],\n \"chocolate\": [210,105,30,1], \"coral\": [255,127,80,1],\n \"cornflowerblue\": [100,149,237,1], \"cornsilk\": [255,248,220,1],\n \"crimson\": [220,20,60,1], \"cyan\": [0,255,255,1],\n \"darkblue\": [0,0,139,1], \"darkcyan\": [0,139,139,1],\n \"darkgoldenrod\": [184,134,11,1], \"darkgray\": [169,169,169,1],\n \"darkgreen\": [0,100,0,1], \"darkgrey\": [169,169,169,1],\n \"darkkhaki\": [189,183,107,1], \"darkmagenta\": [139,0,139,1],\n \"darkolivegreen\": [85,107,47,1], \"darkorange\": [255,140,0,1],\n \"darkorchid\": [153,50,204,1], \"darkred\": [139,0,0,1],\n \"darksalmon\": [233,150,122,1], \"darkseagreen\": [143,188,143,1],\n \"darkslateblue\": [72,61,139,1], \"darkslategray\": [47,79,79,1],\n \"darkslategrey\": [47,79,79,1], \"darkturquoise\": [0,206,209,1],\n \"darkviolet\": [148,0,211,1], \"deeppink\": [255,20,147,1],\n \"deepskyblue\": [0,191,255,1], \"dimgray\": [105,105,105,1],\n \"dimgrey\": [105,105,105,1], \"dodgerblue\": [30,144,255,1],\n \"firebrick\": [178,34,34,1], \"floralwhite\": [255,250,240,1],\n \"forestgreen\": [34,139,34,1], \"fuchsia\": [255,0,255,1],\n \"gainsboro\": [220,220,220,1], \"ghostwhite\": [248,248,255,1],\n \"gold\": [255,215,0,1], \"goldenrod\": [218,165,32,1],\n \"gray\": [128,128,128,1], \"green\": [0,128,0,1],\n \"greenyellow\": [173,255,47,1], \"grey\": [128,128,128,1],\n \"honeydew\": [240,255,240,1], \"hotpink\": [255,105,180,1],\n \"indianred\": [205,92,92,1], \"indigo\": [75,0,130,1],\n \"ivory\": [255,255,240,1], \"khaki\": [240,230,140,1],\n \"lavender\": [230,230,250,1], \"lavenderblush\": [255,240,245,1],\n \"lawngreen\": [124,252,0,1], \"lemonchiffon\": [255,250,205,1],\n \"lightblue\": [173,216,230,1], \"lightcoral\": [240,128,128,1],\n \"lightcyan\": [224,255,255,1], \"lightgoldenrodyellow\": [250,250,210,1],\n \"lightgray\": [211,211,211,1], \"lightgreen\": [144,238,144,1],\n \"lightgrey\": [211,211,211,1], \"lightpink\": [255,182,193,1],\n \"lightsalmon\": [255,160,122,1], \"lightseagreen\": [32,178,170,1],\n \"lightskyblue\": [135,206,250,1], \"lightslategray\": [119,136,153,1],\n \"lightslategrey\": [119,136,153,1], \"lightsteelblue\": [176,196,222,1],\n \"lightyellow\": [255,255,224,1], \"lime\": [0,255,0,1],\n \"limegreen\": [50,205,50,1], \"linen\": [250,240,230,1],\n \"magenta\": [255,0,255,1], \"maroon\": [128,0,0,1],\n \"mediumaquamarine\": [102,205,170,1], \"mediumblue\": [0,0,205,1],\n \"mediumorchid\": [186,85,211,1], \"mediumpurple\": [147,112,219,1],\n \"mediumseagreen\": [60,179,113,1], \"mediumslateblue\": [123,104,238,1],\n \"mediumspringgreen\": [0,250,154,1], \"mediumturquoise\": [72,209,204,1],\n \"mediumvioletred\": [199,21,133,1], \"midnightblue\": [25,25,112,1],\n \"mintcream\": [245,255,250,1], \"mistyrose\": [255,228,225,1],\n \"moccasin\": [255,228,181,1], \"navajowhite\": [255,222,173,1],\n \"navy\": [0,0,128,1], \"oldlace\": [253,245,230,1],\n \"olive\": [128,128,0,1], \"olivedrab\": [107,142,35,1],\n \"orange\": [255,165,0,1], \"orangered\": [255,69,0,1],\n \"orchid\": [218,112,214,1], \"palegoldenrod\": [238,232,170,1],\n \"palegreen\": [152,251,152,1], \"paleturquoise\": [175,238,238,1],\n \"palevioletred\": [219,112,147,1], \"papayawhip\": [255,239,213,1],\n \"peachpuff\": [255,218,185,1], \"peru\": [205,133,63,1],\n \"pink\": [255,192,203,1], \"plum\": [221,160,221,1],\n \"powderblue\": [176,224,230,1], \"purple\": [128,0,128,1],\n \"red\": [255,0,0,1], \"rosybrown\": [188,143,143,1],\n \"royalblue\": [65,105,225,1], \"saddlebrown\": [139,69,19,1],\n \"salmon\": [250,128,114,1], \"sandybrown\": [244,164,96,1],\n \"seagreen\": [46,139,87,1], \"seashell\": [255,245,238,1],\n \"sienna\": [160,82,45,1], \"silver\": [192,192,192,1],\n \"skyblue\": [135,206,235,1], \"slateblue\": [106,90,205,1],\n \"slategray\": [112,128,144,1], \"slategrey\": [112,128,144,1],\n \"snow\": [255,250,250,1], \"springgreen\": [0,255,127,1],\n \"steelblue\": [70,130,180,1], \"tan\": [210,180,140,1],\n \"teal\": [0,128,128,1], \"thistle\": [216,191,216,1],\n \"tomato\": [255,99,71,1], \"turquoise\": [64,224,208,1],\n \"violet\": [238,130,238,1], \"wheat\": [245,222,179,1],\n \"white\": [255,255,255,1], \"whitesmoke\": [245,245,245,1],\n \"yellow\": [255,255,0,1], \"yellowgreen\": [154,205,50,1]}\n\nfunction clamp_css_byte(i) { // Clamp to integer 0 .. 255.\n i = Math.round(i); // Seems to be what Chrome does (vs truncation).\n return i < 0 ? 0 : i > 255 ? 255 : i;\n}\n\nfunction clamp_css_float(f) { // Clamp to float 0.0 .. 1.0.\n return f < 0 ? 0 : f > 1 ? 1 : f;\n}\n\nfunction parse_css_int(str) { // int or percentage.\n if (str[str.length - 1] === '%')\n return clamp_css_byte(parseFloat(str) / 100 * 255);\n return clamp_css_byte(parseInt(str));\n}\n\nfunction parse_css_float(str) { // float or percentage.\n if (str[str.length - 1] === '%')\n return clamp_css_float(parseFloat(str) / 100);\n return clamp_css_float(parseFloat(str));\n}\n\nfunction css_hue_to_rgb(m1, m2, h) {\n if (h < 0) h += 1;\n else if (h > 1) h -= 1;\n\n if (h * 6 < 1) return m1 + (m2 - m1) * h * 6;\n if (h * 2 < 1) return m2;\n if (h * 3 < 2) return m1 + (m2 - m1) * (2/3 - h) * 6;\n return m1;\n}\n\nfunction parseCSSColor(css_str) {\n // Remove all whitespace, not compliant, but should just be more accepting.\n var str = css_str.replace(/ /g, '').toLowerCase();\n\n // Color keywords (and transparent) lookup.\n if (str in kCSSColorTable) return kCSSColorTable[str].slice(); // dup.\n\n // #abc and #abc123 syntax.\n if (str[0] === '#') {\n if (str.length === 4) {\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\n if (!(iv >= 0 && iv <= 0xfff)) return null; // Covers NaN.\n return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\n (iv & 0xf0) | ((iv & 0xf0) >> 4),\n (iv & 0xf) | ((iv & 0xf) << 4),\n 1];\n } else if (str.length === 7) {\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\n if (!(iv >= 0 && iv <= 0xffffff)) return null; // Covers NaN.\n return [(iv & 0xff0000) >> 16,\n (iv & 0xff00) >> 8,\n iv & 0xff,\n 1];\n }\n\n return null;\n }\n\n var op = str.indexOf('('), ep = str.indexOf(')');\n if (op !== -1 && ep + 1 === str.length) {\n var fname = str.substr(0, op);\n var params = str.substr(op+1, ep-(op+1)).split(',');\n var alpha = 1; // To allow case fallthrough.\n switch (fname) {\n case 'rgba':\n if (params.length !== 4) return null;\n alpha = parse_css_float(params.pop());\n // Fall through.\n case 'rgb':\n if (params.length !== 3) return null;\n return [parse_css_int(params[0]),\n parse_css_int(params[1]),\n parse_css_int(params[2]),\n alpha];\n case 'hsla':\n if (params.length !== 4) return null;\n alpha = parse_css_float(params.pop());\n // Fall through.\n case 'hsl':\n if (params.length !== 3) return null;\n var h = (((parseFloat(params[0]) % 360) + 360) % 360) / 360; // 0 .. 1\n // NOTE(deanm): According to the CSS spec s/l should only be\n // percentages, but we don't bother and let float or percentage.\n var s = parse_css_float(params[1]);\n var l = parse_css_float(params[2]);\n var m2 = l <= 0.5 ? l * (s + 1) : l + s - l * s;\n var m1 = l * 2 - m2;\n return [clamp_css_byte(css_hue_to_rgb(m1, m2, h+1/3) * 255),\n clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255),\n clamp_css_byte(css_hue_to_rgb(m1, m2, h-1/3) * 255),\n alpha];\n default:\n return null;\n }\n }\n\n return null;\n}\n\ntry { exports.parseCSSColor = parseCSSColor } catch(e) { }\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom.js": {
"title": "$:/core/modules/utils/dom.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static DOM-related utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDetermines whether element 'a' contains element 'b'\nCode thanks to John Resig, http://ejohn.org/blog/comparing-document-position/\n*/\nexports.domContains = function(a,b) {\n\treturn a.contains ?\n\t\ta !== b && a.contains(b) :\n\t\t!!(a.compareDocumentPosition(b) & 16);\n};\n\nexports.removeChildren = function(node) {\n\twhile(node.hasChildNodes()) {\n\t\tnode.removeChild(node.firstChild);\n\t}\n};\n\nexports.hasClass = function(el,className) {\n\treturn el && el.className && el.className.toString().split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = el.className.split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t}\n\tel.className = c.join(\" \");\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = el.className.split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.className = c.join(\" \");\n\t}\n};\n\nexports.toggleClass = function(el,className,status) {\n\tif(status === undefined) {\n\t\tstatus = !exports.hasClass(el,className);\n\t}\n\tif(status) {\n\t\texports.addClass(el,className);\n\t} else {\n\t\texports.removeClass(el,className);\n\t}\n};\n\n/*\nGet the first parent element that has scrollbars or use the body as fallback.\n*/\nexports.getScrollContainer = function(el) {\n\tvar doc = el.ownerDocument;\n\twhile(el.parentNode) {\t\n\t\tel = el.parentNode;\n\t\tif(el.scrollTop) {\n\t\t\treturn el;\n\t\t}\n\t}\n\treturn doc.body;\n};\n\n/*\nGet the scroll position of the viewport\nReturns:\n\t{\n\t\tx: horizontal scroll position in pixels,\n\t\ty: vertical scroll position in pixels\n\t}\n*/\nexports.getScrollPosition = function(srcWindow) {\n\tvar scrollWindow = srcWindow || window;\n\tif(\"scrollX\" in scrollWindow) {\n\t\treturn {x: scrollWindow.scrollX, y: scrollWindow.scrollY};\n\t} else {\n\t\treturn {x: scrollWindow.document.documentElement.scrollLeft, y: scrollWindow.document.documentElement.scrollTop};\n\t}\n};\n\n/*\nAdjust the height of a textarea to fit its content, preserving scroll position, and return the height\n*/\nexports.resizeTextAreaToFit = function(domNode,minHeight) {\n\t// Get the scroll container and register the current scroll position\n\tvar container = $tw.utils.getScrollContainer(domNode),\n\t\tscrollTop = container.scrollTop;\n // Measure the specified minimum height\n\tdomNode.style.height = minHeight;\n\tvar measuredHeight = domNode.offsetHeight || parseInt(minHeight,10);\n\t// Set its height to auto so that it snaps to the correct height\n\tdomNode.style.height = \"auto\";\n\t// Calculate the revised height\n\tvar newHeight = Math.max(domNode.scrollHeight + domNode.offsetHeight - domNode.clientHeight,measuredHeight);\n\t// Only try to change the height if it has changed\n\tif(newHeight !== domNode.offsetHeight) {\n\t\tdomNode.style.height = newHeight + \"px\";\n\t\t// Make sure that the dimensions of the textarea are recalculated\n\t\t$tw.utils.forceLayout(domNode);\n\t\t// Set the container to the position we registered at the beginning\n\t\tcontainer.scrollTop = scrollTop;\n\t}\n\treturn newHeight;\n};\n\n/*\nGets the bounding rectangle of an element in absolute page coordinates\n*/\nexports.getBoundingPageRect = function(element) {\n\tvar scrollPos = $tw.utils.getScrollPosition(element.ownerDocument.defaultView),\n\t\tclientRect = element.getBoundingClientRect();\n\treturn {\n\t\tleft: clientRect.left + scrollPos.x,\n\t\twidth: clientRect.width,\n\t\tright: clientRect.right + scrollPos.x,\n\t\ttop: clientRect.top + scrollPos.y,\n\t\theight: clientRect.height,\n\t\tbottom: clientRect.bottom + scrollPos.y\n\t};\n};\n\n/*\nSaves a named password in the browser\n*/\nexports.savePassword = function(name,password) {\n\ttry {\n\t\tif(window.localStorage) {\n\t\t\tlocalStorage.setItem(\"tw5-password-\" + name,password);\n\t\t}\n\t} catch(e) {\n\t}\n};\n\n/*\nRetrieve a named password from the browser\n*/\nexports.getPassword = function(name) {\n\ttry {\n\t\treturn window.localStorage ? localStorage.getItem(\"tw5-password-\" + name) : \"\";\n\t} catch(e) {\n\t\treturn \"\";\n\t}\n};\n\n/*\nForce layout of a dom node and its descendents\n*/\nexports.forceLayout = function(element) {\n\tvar dummy = element.offsetWidth;\n};\n\n/*\nPulse an element for debugging purposes\n*/\nexports.pulseElement = function(element) {\n\t// Event handler to remove the class at the end\n\telement.addEventListener($tw.browser.animationEnd,function handler(event) {\n\t\telement.removeEventListener($tw.browser.animationEnd,handler,false);\n\t\t$tw.utils.removeClass(element,\"pulse\");\n\t},false);\n\t// Apply the pulse class\n\t$tw.utils.removeClass(element,\"pulse\");\n\t$tw.utils.forceLayout(element);\n\t$tw.utils.addClass(element,\"pulse\");\n};\n\n/*\nAttach specified event handlers to a DOM node\ndomNode: where to attach the event handlers\nevents: array of event handlers to be added (see below)\nEach entry in the events array is an object with these properties:\nhandlerFunction: optional event handler function\nhandlerObject: optional event handler object\nhandlerMethod: optionally specifies object handler method name (defaults to `handleEvent`)\n*/\nexports.addEventListeners = function(domNode,events) {\n\t$tw.utils.each(events,function(eventInfo) {\n\t\tvar handler;\n\t\tif(eventInfo.handlerFunction) {\n\t\t\thandler = eventInfo.handlerFunction;\n\t\t} else if(eventInfo.handlerObject) {\n\t\t\tif(eventInfo.handlerMethod) {\n\t\t\t\thandler = function(event) {\n\t\t\t\t\teventInfo.handlerObject[eventInfo.handlerMethod].call(eventInfo.handlerObject,event);\n\t\t\t\t};\t\n\t\t\t} else {\n\t\t\t\thandler = eventInfo.handlerObject;\n\t\t\t}\n\t\t}\n\t\tdomNode.addEventListener(eventInfo.name,handler,false);\n\t});\n};\n\n/*\nGet the computed styles applied to an element as an array of strings of individual CSS properties\n*/\nexports.getComputedStyles = function(domNode) {\n\tvar textAreaStyles = window.getComputedStyle(domNode,null),\n\t\tstyleDefs = [],\n\t\tname;\n\tfor(var t=0; t<textAreaStyles.length; t++) {\n\t\tname = textAreaStyles[t];\n\t\tstyleDefs.push(name + \": \" + textAreaStyles.getPropertyValue(name) + \";\");\n\t}\n\treturn styleDefs;\n};\n\n/*\nApply a set of styles passed as an array of strings of individual CSS properties\n*/\nexports.setStyles = function(domNode,styleDefs) {\n\tdomNode.style.cssText = styleDefs.join(\"\");\n};\n\n/*\nCopy the computed styles from a source element to a destination element\n*/\nexports.copyStyles = function(srcDomNode,dstDomNode) {\n\t$tw.utils.setStyles(dstDomNode,$tw.utils.getComputedStyles(srcDomNode));\n};\n\n/*\nCopy plain text to the clipboard on browsers that support it\n*/\nexports.copyToClipboard = function(text,options) {\n\toptions = options || {};\n\tvar textArea = document.createElement(\"textarea\");\n\ttextArea.style.position = \"fixed\";\n\ttextArea.style.top = 0;\n\ttextArea.style.left = 0;\n\ttextArea.style.fontSize = \"12pt\";\n\ttextArea.style.width = \"2em\";\n\ttextArea.style.height = \"2em\";\n\ttextArea.style.padding = 0;\n\ttextArea.style.border = \"none\";\n\ttextArea.style.outline = \"none\";\n\ttextArea.style.boxShadow = \"none\";\n\ttextArea.style.background = \"transparent\";\n\ttextArea.value = text;\n\tdocument.body.appendChild(textArea);\n\ttextArea.select();\n\ttextArea.setSelectionRange(0,text.length);\n\tvar succeeded = false;\n\ttry {\n\t\tsucceeded = document.execCommand(\"copy\");\n\t} catch (err) {\n\t}\n\tif(!options.doNotNotify) {\n\t\t$tw.notifier.display(succeeded ? \"$:/language/Notifications/CopiedToClipboard/Succeeded\" : \"$:/language/Notifications/CopiedToClipboard/Failed\");\n\t}\n\tdocument.body.removeChild(textArea);\n};\n\nexports.getLocationPath = function() {\n\treturn window.location.toString().split(\"#\")[0];\n};\n\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/dragndrop.js": {
"title": "$:/core/modules/utils/dom/dragndrop.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/dragndrop.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser data transfer utilities, used with the clipboard and drag and drop\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOptions:\n\ndomNode: dom node to make draggable\ndragImageType: \"pill\" or \"dom\"\ndragTiddlerFn: optional function to retrieve the title of tiddler to drag\ndragFilterFn: optional function to retreive the filter defining a list of tiddlers to drag\nwidget: widget to use as the contect for the filter\n*/\nexports.makeDraggable = function(options) {\n\tvar dragImageType = options.dragImageType || \"dom\",\n\t\tdragImage,\n\t\tdomNode = options.domNode;\n\t// Make the dom node draggable (not necessary for anchor tags)\n\tif((domNode.tagName || \"\").toLowerCase() !== \"a\") {\n\t\tdomNode.setAttribute(\"draggable\",\"true\");\t\t\n\t}\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragstart\", handlerFunction: function(event) {\n\t\t\tif(event.dataTransfer === undefined) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t// Collect the tiddlers being dragged\n\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t \tstartActions = options.startActions;\n\t\t\tif(dragFilter) {\n\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t}\n\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t// Check that we've something to drag\n\t\t\tif(titles.length > 0 && event.target === domNode) {\n\t\t\t\t// Mark the drag in progress\n\t\t\t\t$tw.dragInProgress = domNode;\n\t\t\t\t// Set the dragging class on the element being dragged\n\t\t\t\t$tw.utils.addClass(event.target,\"tc-dragging\");\n\t\t\t\t// Invoke drag-start actions if given\n\t\t\t\tif(startActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(startActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Create the drag image elements\n\t\t\t\tdragImage = options.widget.document.createElement(\"div\");\n\t\t\t\tdragImage.className = \"tc-tiddler-dragger\";\n\t\t\t\tvar inner = options.widget.document.createElement(\"div\");\n\t\t\t\tinner.className = \"tc-tiddler-dragger-inner\";\n\t\t\t\tinner.appendChild(options.widget.document.createTextNode(\n\t\t\t\t\ttitles.length === 1 ? \n\t\t\t\t\t\ttitles[0] :\n\t\t\t\t\t\ttitles.length + \" tiddlers\"\n\t\t\t\t));\n\t\t\t\tdragImage.appendChild(inner);\n\t\t\t\toptions.widget.document.body.appendChild(dragImage);\n\t\t\t\t// Set the data transfer properties\n\t\t\t\tvar dataTransfer = event.dataTransfer;\n\t\t\t\t// Set up the image\n\t\t\t\tdataTransfer.effectAllowed = \"all\";\n\t\t\t\tif(dataTransfer.setDragImage) {\n\t\t\t\t\tif(dragImageType === \"pill\") {\n\t\t\t\t\t\tdataTransfer.setDragImage(dragImage.firstChild,-16,-16);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar r = domNode.getBoundingClientRect();\n\t\t\t\t\t\tdataTransfer.setDragImage(domNode,event.clientX-r.left,event.clientY-r.top);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Set up the data transfer\n\t\t\t\tif(dataTransfer.clearData) {\n\t\t\t\t\tdataTransfer.clearData();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tvar jsonData = [];\n\t\t\t\tif(titles.length > 1) {\n\t\t\t\t\ttitles.forEach(function(title) {\n\t\t\t\t\t\tjsonData.push(options.widget.wiki.getTiddlerAsJson(title));\n\t\t\t\t\t});\n\t\t\t\t\tjsonData = \"[\" + jsonData.join(\",\") + \"]\";\n\t\t\t\t} else {\n\t\t\t\t\tjsonData = options.widget.wiki.getTiddlerAsJson(titles[0]);\n\t\t\t\t}\n\t\t\t\t// IE doesn't like these content types\n\t\t\t\tif(!$tw.browser.isIE) {\n\t\t\t\t\tdataTransfer.setData(\"text/vnd.tiddler\",jsonData);\n\t\t\t\t\tdataTransfer.setData(\"text/plain\",titleString);\n\t\t\t\t\tdataTransfer.setData(\"text/x-moz-url\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\t}\n\t\t\t\tdataTransfer.setData(\"URL\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\tdataTransfer.setData(\"Text\",titleString);\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\n\t\t\treturn false;\n\t\t}},\n\t\t{name: \"dragend\", handlerFunction: function(event) {\n\t\t\tif(event.target === domNode) {\n\t\t\t\t// Collect the tiddlers being dragged\n\t\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t \t\tendActions = options.endActions;\n\t\t\t\tif(dragFilter) {\n\t\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t\t}\n\t\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t\t$tw.dragInProgress = null;\n\t\t\t\t// Invoke drag-end actions if given\n\t\t\t\tif(endActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(endActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Remove the dragging class on the element being dragged\n\t\t\t\t$tw.utils.removeClass(event.target,\"tc-dragging\");\n\t\t\t\t// Delete the drag image element\n\t\t\t\tif(dragImage) {\n\t\t\t\t\tdragImage.parentNode.removeChild(dragImage);\n\t\t\t\t\tdragImage = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t}}\n\t]);\n};\n\nexports.importDataTransfer = function(dataTransfer,fallbackTitle,callback) {\n\t// Try each provided data type in turn\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Available data types:\");\n\t\tfor(var type=0; type<dataTransfer.types.length; type++) {\n\t\t\tconsole.log(\"type\",dataTransfer.types[type],dataTransfer.getData(dataTransfer.types[type]))\n\t\t}\n\t}\n\tfor(var t=0; t<importDataTypes.length; t++) {\n\t\tif(!$tw.browser.isIE || importDataTypes[t].IECompatible) {\n\t\t\t// Get the data\n\t\t\tvar dataType = importDataTypes[t];\n\t\t\t\tvar data = dataTransfer.getData(dataType.type);\n\t\t\t// Import the tiddlers in the data\n\t\t\tif(data !== \"\" && data !== null) {\n\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\tconsole.log(\"Importing data type '\" + dataType.type + \"', data: '\" + data + \"'\")\n\t\t\t\t}\n\t\t\t\tvar tiddlerFields = dataType.toTiddlerFieldsArray(data,fallbackTitle);\n\t\t\t\tcallback(tiddlerFields);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n};\n\nvar importDataTypes = [\n\t{type: \"text/vnd.tiddler\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn parseJSONTiddlers(data,fallbackTitle);\n\t}},\n\t{type: \"URL\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/x-moz-url\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/html\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/plain\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"Text\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/uri-list\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}}\n];\n\nfunction parseJSONTiddlers(json,fallbackTitle) {\n\tvar data = JSON.parse(json);\n\tif(!$tw.utils.isArray(data)) {\n\t\tdata = [data];\n\t}\n\tdata.forEach(function(fields) {\n\t\tfields.title = fields.title || fallbackTitle;\n\t});\n\treturn data;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/http.js": {
"title": "$:/core/modules/utils/dom/http.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/http.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser HTTP support\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nA quick and dirty HTTP function; to be refactored later. Options are:\n\turl: URL to retrieve\n\theaders: hashmap of headers to send\n\ttype: GET, PUT, POST etc\n\tcallback: function invoked with (err,data)\n\treturnProp: string name of the property to return as first argument of callback\n*/\nexports.httpRequest = function(options) {\n\tvar type = options.type || \"GET\",\n\t\theaders = options.headers || {accept: \"application/json\"},\n\t\treturnProp = options.returnProp || \"responseText\",\n\t\trequest = new XMLHttpRequest(),\n\t\tdata = \"\",\n\t\tf,results;\n\t// Massage the data hashmap into a string\n\tif(options.data) {\n\t\tif(typeof options.data === \"string\") { // Already a string\n\t\t\tdata = options.data;\n\t\t} else { // A hashmap of strings\n\t\t\tresults = [];\n\t\t\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\n\t\t\t\tresults.push(dataItemTitle + \"=\" + encodeURIComponent(dataItem));\n\t\t\t});\n\t\t\tdata = results.join(\"&\");\n\t\t}\n\t}\n\t// Set up the state change handler\n\trequest.onreadystatechange = function() {\n\t\tif(this.readyState === 4) {\n\t\t\tif(this.status === 200 || this.status === 201 || this.status === 204) {\n\t\t\t\t// Success!\n\t\t\t\toptions.callback(null,this[returnProp],this);\n\t\t\t\treturn;\n\t\t\t}\n\t\t// Something went wrong\n\t\toptions.callback($tw.language.getString(\"Error/XMLHttpRequest\") + \": \" + this.status);\n\t\t}\n\t};\n\t// Make the request\n\trequest.open(type,options.url,true);\n\tif(headers) {\n\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\trequest.setRequestHeader(headerTitle,header);\n\t\t});\n\t}\n\tif(data && !$tw.utils.hop(headers,\"Content-type\")) {\n\t\trequest.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\tif(!$tw.utils.hop(headers,\"X-Requested-With\")) {\n\t\trequest.setRequestHeader(\"X-Requested-With\",\"TiddlyWiki\");\n\t}\n\ttry {\n\t\trequest.send(data);\n\t} catch(e) {\n\t\toptions.callback(e);\n\t}\n\treturn request;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/keyboard.js": {
"title": "$:/core/modules/utils/dom/keyboard.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/keyboard.js\ntype: application/javascript\nmodule-type: utils\n\nKeyboard utilities; now deprecated. Instead, use $tw.keyboardManager\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n[\"parseKeyDescriptor\",\"checkKeyDescriptor\"].forEach(function(method) {\n\texports[method] = function() {\n\t\tif($tw.keyboardManager) {\n\t\t\treturn $tw.keyboardManager[method].apply($tw.keyboardManager,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t};\n});\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/modal.js": {
"title": "$:/core/modules/utils/dom/modal.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/modal.js\ntype: application/javascript\nmodule-type: utils\n\nModal message mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Modal = function(wiki) {\n\tthis.wiki = wiki;\n\tthis.modalCount = 0;\n};\n\n/*\nDisplay a modal dialogue\n\ttitle: Title of tiddler to display\n\toptions: see below\nOptions include:\n\tdownloadLink: Text of a big download link to include\n*/\nModal.prototype.display = function(title,options) {\n\toptions = options || {};\n\tthis.srcDocument = options.variables && (options.variables.rootwindow === \"true\" ||\n\t\t\t\toptions.variables.rootwindow === \"yes\") ? document :\n\t\t\t\t(options.event.event ? options.event.event.target.ownerDocument : document);\n\tthis.srcWindow = this.srcDocument.defaultView;\n\tvar self = this,\n\t\trefreshHandler,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\ttiddler = this.wiki.getTiddler(title);\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Create the wrapper divs\n\tvar wrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalBackdrop = this.srcDocument.createElement(\"div\"),\n\t\tmodalWrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalHeader = this.srcDocument.createElement(\"div\"),\n\t\theaderTitle = this.srcDocument.createElement(\"h3\"),\n\t\tmodalBody = this.srcDocument.createElement(\"div\"),\n\t\tmodalLink = this.srcDocument.createElement(\"a\"),\n\t\tmodalFooter = this.srcDocument.createElement(\"div\"),\n\t\tmodalFooterHelp = this.srcDocument.createElement(\"span\"),\n\t\tmodalFooterButtons = this.srcDocument.createElement(\"span\");\n\t// Up the modal count and adjust the body class\n\tthis.modalCount++;\n\tthis.adjustPageClass();\n\t// Add classes\n\t$tw.utils.addClass(wrapper,\"tc-modal-wrapper\");\n\t$tw.utils.addClass(modalBackdrop,\"tc-modal-backdrop\");\n\t$tw.utils.addClass(modalWrapper,\"tc-modal\");\n\t$tw.utils.addClass(modalHeader,\"tc-modal-header\");\n\t$tw.utils.addClass(modalBody,\"tc-modal-body\");\n\t$tw.utils.addClass(modalFooter,\"tc-modal-footer\");\n\t// Join them together\n\twrapper.appendChild(modalBackdrop);\n\twrapper.appendChild(modalWrapper);\n\tmodalHeader.appendChild(headerTitle);\n\tmodalWrapper.appendChild(modalHeader);\n\tmodalWrapper.appendChild(modalBody);\n\tmodalFooter.appendChild(modalFooterHelp);\n\tmodalFooter.appendChild(modalFooterButtons);\n\tmodalWrapper.appendChild(modalFooter);\n\t// Render the title of the message\n\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"subtitle\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\tattributes: {\n\t\t\t\ttext: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t}}}],\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\theaderWidgetNode.render(headerTitle,null);\n\t// Render the body of the message\n\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tbodyWidgetNode.render(modalBody,null);\n\t// Setup the link if present\n\tif(options.downloadLink) {\n\t\tmodalLink.href = options.downloadLink;\n\t\tmodalLink.appendChild(this.srcDocument.createTextNode(\"Right-click to save changes\"));\n\t\tmodalBody.appendChild(modalLink);\n\t}\n\t// Render the footer of the message\n\tif(tiddler && tiddler.fields && tiddler.fields.help) {\n\t\tvar link = this.srcDocument.createElement(\"a\");\n\t\tlink.setAttribute(\"href\",tiddler.fields.help);\n\t\tlink.setAttribute(\"target\",\"_blank\");\n\t\tlink.setAttribute(\"rel\",\"noopener noreferrer\");\n\t\tlink.appendChild(this.srcDocument.createTextNode(\"Help\"));\n\t\tmodalFooterHelp.appendChild(link);\n\t\tmodalFooterHelp.style.float = \"left\";\n\t}\n\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"footer\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"button\",\n\t\t\tattributes: {\n\t\t\t\tmessage: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tm-close-tiddler\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttext: {\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: $tw.language.getString(\"Buttons/Close/Caption\")\n\t\t\t}}}\n\t\t]}],\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tfooterWidgetNode.render(modalFooterButtons,null);\n\t// Set up the refresh handler\n\trefreshHandler = function(changes) {\n\t\theaderWidgetNode.refresh(changes,modalHeader,null);\n\t\tbodyWidgetNode.refresh(changes,modalBody,null);\n\t\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Add the close event handler\n\tvar closeHandler = function(event) {\n\t\t// Remove our refresh handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Decrease the modal count and adjust the body class\n\t\tself.modalCount--;\n\t\tself.adjustPageClass();\n\t\t// Force layout and animate the modal message away\n\t\t$tw.utils.forceLayout(modalBackdrop);\n\t\t$tw.utils.forceLayout(modalWrapper);\n\t\t$tw.utils.setStyle(modalBackdrop,[\n\t\t\t{opacity: \"0\"}\n\t\t]);\n\t\t$tw.utils.setStyle(modalWrapper,[\n\t\t\t{transform: \"translateY(\" + self.srcWindow.innerHeight + \"px)\"}\n\t\t]);\n\t\t// Set up an event for the transition end\n\t\tself.srcWindow.setTimeout(function() {\n\t\t\tif(wrapper.parentNode) {\n\t\t\t\t// Remove the modal message from the DOM\n\t\t\t\tself.srcDocument.body.removeChild(wrapper);\n\t\t\t}\n\t\t},duration);\n\t\t// Don't let anyone else handle the tm-close-tiddler message\n\t\treturn false;\n\t};\n\theaderWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tbodyWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tfooterWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\t// Set the initial styles for the message\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-this.srcWindow.innerHeight) + \"px)\"}\n\t]);\n\t// Put the message into the document\n\tthis.srcDocument.body.appendChild(wrapper);\n\t// Set up animation for the styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{transition: \"opacity \" + duration + \"ms ease-out\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(modalBackdrop);\n\t$tw.utils.forceLayout(modalWrapper);\n\t// Set final animated styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0.7\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n};\n\nModal.prototype.adjustPageClass = function() {\n\tvar windowContainer = $tw.pageContainer ? ($tw.pageContainer === this.srcDocument.body.firstChild ? $tw.pageContainer : this.srcDocument.body.firstChild) : null;\n\tif(windowContainer) {\n\t\t$tw.utils.toggleClass(windowContainer,\"tc-modal-displayed\",this.modalCount > 0);\n\t}\n};\n\nexports.Modal = Modal;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/notifier.js": {
"title": "$:/core/modules/utils/dom/notifier.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/notifier.js\ntype: application/javascript\nmodule-type: utils\n\nNotifier mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Notifier = function(wiki) {\n\tthis.wiki = wiki;\n};\n\n/*\nDisplay a notification\n\ttitle: Title of tiddler containing the notification text\n\toptions: see below\nOptions include:\n*/\nNotifier.prototype.display = function(title,options) {\n\toptions = options || {};\n\t// Create the wrapper divs\n\tvar self = this,\n\t\tnotification = document.createElement(\"div\"),\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\trefreshHandler;\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Add classes\n\t$tw.utils.addClass(notification,\"tc-notification\");\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Render the body of the notification\n\tvar widgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables,\n\t\timportPageMacros: true});\n\twidgetNode.render(notification,null);\n\trefreshHandler = function(changes) {\n\t\twidgetNode.refresh(changes,notification,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Set the initial styles for the notification\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"0\"},\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-window.innerHeight) + \"px)\"},\n\t\t{transition: \"opacity \" + duration + \"ms ease-out, \" + $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Add the notification to the DOM\n\tdocument.body.appendChild(notification);\n\t// Force layout\n\t$tw.utils.forceLayout(notification);\n\t// Set final animated styles\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n\t// Set a timer to remove the notification\n\twindow.setTimeout(function() {\n\t\t// Remove our change event handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Force layout and animate the notification away\n\t\t$tw.utils.forceLayout(notification);\n\t\t$tw.utils.setStyle(notification,[\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transform: \"translateX(\" + (notification.offsetWidth) + \"px)\"}\n\t\t]);\n\t\t// Remove the modal message from the DOM once the transition ends\n\t\tsetTimeout(function() {\n\t\t\tif(notification.parentNode) {\n\t\t\t\tdocument.body.removeChild(notification);\n\t\t\t}\n\t\t},duration);\n\t},$tw.config.preferences.notificationDuration);\n};\n\nexports.Notifier = Notifier;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/popup.js": {
"title": "$:/core/modules/utils/dom/popup.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/popup.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreates a Popup object with these options:\n\trootElement: the DOM element to which the popup zapper should be attached\n*/\nvar Popup = function(options) {\n\toptions = options || {};\n\tthis.rootElement = options.rootElement || document.documentElement;\n\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\n};\n\n/*\nTrigger a popup open or closed. Parameters are in a hashmap:\n\ttitle: title of the tiddler where the popup details are stored\n\tdomNode: dom node to which the popup will be positioned (one of domNode or domNodeRect is required)\n\tdomNodeRect: rectangle to which the popup will be positioned\n\twiki: wiki\n\tforce: if specified, forces the popup state to true or false (instead of toggling it)\n\tfloating: if true, skips registering the popup, meaning that it will need manually clearing\n*/\nPopup.prototype.triggerPopup = function(options) {\n\t// Check if this popup is already active\n\tvar index = this.findPopup(options.title);\n\t// Compute the new state\n\tvar state = index === -1;\n\tif(options.force !== undefined) {\n\t\tstate = options.force;\n\t}\n\t// Show or cancel the popup according to the new state\n\tif(state) {\n\t\tthis.show(options);\n\t} else {\n\t\tthis.cancel(index);\n\t}\n};\n\nPopup.prototype.findPopup = function(title) {\n\tvar index = -1;\n\tfor(var t=0; t<this.popups.length; t++) {\n\t\tif(this.popups[t].title === title) {\n\t\t\tindex = t;\n\t\t}\n\t}\n\treturn index;\n};\n\nPopup.prototype.handleEvent = function(event) {\n\tif(event.type === \"click\") {\n\t\t// Find out what was clicked on\n\t\tvar info = this.popupInfo(event.target),\n\t\t\tcancelLevel = info.popupLevel - 1;\n\t\t// Don't remove the level that was clicked on if we clicked on a handle\n\t\tif(info.isHandle) {\n\t\t\tcancelLevel++;\n\t\t}\n\t\t// Cancel\n\t\tthis.cancel(cancelLevel);\n\t}\n};\n\n/*\nFind the popup level containing a DOM node. Returns:\npopupLevel: count of the number of nested popups containing the specified element\nisHandle: true if the specified element is within a popup handle\n*/\nPopup.prototype.popupInfo = function(domNode) {\n\tvar isHandle = false,\n\t\tpopupCount = 0,\n\t\tnode = domNode;\n\t// First check ancestors to see if we're within a popup handle\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup-handle\")) {\n\t\t\tisHandle = true;\n\t\t\tpopupCount++;\n\t\t}\n\t\tif($tw.utils.hasClass(node,\"tc-popup-keep\")) {\n\t\t\tisHandle = true;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\t// Then count the number of ancestor popups\n\tnode = domNode;\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup\")) {\n\t\t\tpopupCount++;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\tvar info = {\n\t\tpopupLevel: popupCount,\n\t\tisHandle: isHandle\n\t};\n\treturn info;\n};\n\n/*\nDisplay a popup by adding it to the stack\n*/\nPopup.prototype.show = function(options) {\n\t// Find out what was clicked on\n\tvar info = this.popupInfo(options.domNode);\n\t// Cancel any higher level popups\n\tthis.cancel(info.popupLevel);\n\n\t// Store the popup details if not already there\n\tif(!options.floating && this.findPopup(options.title) === -1) {\n\t\tthis.popups.push({\n\t\t\ttitle: options.title,\n\t\t\twiki: options.wiki,\n\t\t\tdomNode: options.domNode\n\t\t});\n\t}\n\t// Set the state tiddler\n\tvar rect;\n\tif(options.domNodeRect) {\n\t\trect = options.domNodeRect;\n\t} else {\n\t\trect = {\n\t\t\tleft: options.domNode.offsetLeft,\n\t\t\ttop: options.domNode.offsetTop,\n\t\t\twidth: options.domNode.offsetWidth,\n\t\t\theight: options.domNode.offsetHeight\n\t\t};\n\t}\n\tvar popupRect = \"(\" + rect.left + \",\" + rect.top + \",\" + \n\t\t\t\trect.width + \",\" + rect.height + \")\";\n\tif(options.noStateReference) {\n\t\toptions.wiki.setText(options.title,\"text\",undefined,popupRect);\n\t} else {\n\t\toptions.wiki.setTextReference(options.title,popupRect);\n\t}\n\t// Add the click handler if we have any popups\n\tif(this.popups.length > 0) {\n\t\tthis.rootElement.addEventListener(\"click\",this,true);\t\t\n\t}\n};\n\n/*\nCancel all popups at or above a specified level or DOM node\nlevel: popup level to cancel (0 cancels all popups)\n*/\nPopup.prototype.cancel = function(level) {\n\tvar numPopups = this.popups.length;\n\tlevel = Math.max(0,Math.min(level,numPopups));\n\tfor(var t=level; t<numPopups; t++) {\n\t\tvar popup = this.popups.pop();\n\t\tif(popup.title) {\n\t\t\tpopup.wiki.deleteTiddler(popup.title);\n\t\t}\n\t}\n\tif(this.popups.length === 0) {\n\t\tthis.rootElement.removeEventListener(\"click\",this,false);\n\t}\n};\n\n/*\nReturns true if the specified title and text identifies an active popup\n*/\nPopup.prototype.readPopupState = function(text) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/;\n\treturn popupLocationRegExp.test(text);\n};\n\nexports.Popup = Popup;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/scroller.js": {
"title": "$:/core/modules/utils/dom/scroller.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/scroller.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Scroller object prototype that manages scrolling in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nEvent handler for when the `tm-scroll` event hits the document body\n*/\nvar PageScroller = function() {\n\tthis.idRequestFrame = null;\n\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\twindow.webkitRequestAnimationFrame ||\n\t\twindow.mozRequestAnimationFrame ||\n\t\tfunction(callback) {\n\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t};\n\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\twindow.webkitCancelAnimationFrame ||\n\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\twindow.mozCancelAnimationFrame ||\n\t\twindow.mozCancelRequestAnimationFrame ||\n\t\tfunction(id) {\n\t\t\twindow.clearTimeout(id);\n\t\t};\n};\n\nPageScroller.prototype.cancelScroll = function(srcWindow) {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(srcWindow,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle an event\n*/\nPageScroller.prototype.handleEvent = function(event) {\n\tif(event.type === \"tm-scroll\") {\n\t\treturn this.scrollIntoView(event.target);\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element,callback) {\n\tvar self = this,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t srcWindow = element ? element.ownerDocument.defaultView : window;\n\t// Now get ready to scroll the body\n\tthis.cancelScroll(srcWindow);\n\tthis.startTime = Date.now();\n\t// Get the height of any position:fixed toolbars\n\tvar toolbar = srcWindow.document.querySelector(\".tc-adjust-top-of-scroll\"),\n\t\toffset = 0;\n\tif(toolbar) {\n\t\toffset = toolbar.offsetHeight;\n\t}\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar getBounds = function() {\n\t\t\tvar clientBounds = typeof callback === 'function' ? callback() : element.getBoundingClientRect(),\n\t\t\t\tscrollPosition = $tw.utils.getScrollPosition(srcWindow);\n\t\t\treturn {\n\t\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\t\ttop: clientBounds.top + scrollPosition.y - offset,\n\t\t\t\twidth: clientBounds.width,\n\t\t\t\theight: clientBounds.height\n\t\t\t};\n\t\t},\n\t\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t\t// targetPos/targetSize - position and size of the target element\n\t\t// currentPos/currentSize - position and size of the current scroll viewport\n\t\t// returns: new position of the scroll viewport\n\t\tgetEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = targetPos;\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 50) {\n\t\t\t\tnewPos = 0;\n\t\t\t}\n\t\t\treturn newPos;\n\t\t},\n\t\tdrawFrame = function drawFrame() {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll(srcWindow);\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tvar scrollPosition = $tw.utils.getScrollPosition(srcWindow),\n\t\t\t\tbounds = getBounds(),\n\t\t\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,srcWindow.innerWidth),\n\t\t\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,srcWindow.innerHeight);\n\t\t\tsrcWindow.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\tdrawFrame();\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/edition-info.js": {
"title": "$:/core/modules/utils/edition-info.js",
"text": "/*\\\ntitle: $:/core/modules/utils/edition-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\nvar editionInfo;\n\nexports.getEditionInfo = function() {\n\tif(!editionInfo) {\n\t\t// Enumerate the edition paths\n\t\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n\t\teditionInfo = {};\n\t\tfor(var editionIndex=0; editionIndex<editionPaths.length; editionIndex++) {\n\t\t\tvar editionPath = editionPaths[editionIndex];\n\t\t\t// Enumerate the folders\n\t\t\tvar entries = fs.readdirSync(editionPath);\n\t\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\t\tvar entry = entries[entryIndex];\n\t\t\t\t// Check if directories have a valid tiddlywiki.info\n\t\t\t\tif(!editionInfo[entry] && $tw.utils.isDirectory(path.resolve(editionPath,entry))) {\n\t\t\t\t\tvar info;\n\t\t\t\t\ttry {\n\t\t\t\t\t\tinfo = JSON.parse(fs.readFileSync(path.resolve(editionPath,entry,\"tiddlywiki.info\"),\"utf8\"));\n\t\t\t\t\t} catch(ex) {\n\t\t\t\t\t}\n\t\t\t\t\tif(info) {\n\t\t\t\t\t\teditionInfo[entry] = info;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn editionInfo;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils-node"
},
"$:/core/modules/utils/fakedom.js": {
"title": "$:/core/modules/utils/fakedom.js",
"text": "/*\\\ntitle: $:/core/modules/utils/fakedom.js\ntype: application/javascript\nmodule-type: global\n\nA barebones implementation of DOM interfaces needed by the rendering mechanism.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Sequence number used to enable us to track objects for testing\nvar sequenceNumber = null;\n\nvar bumpSequenceNumber = function(object) {\n\tif(sequenceNumber !== null) {\n\t\tobject.sequenceNumber = sequenceNumber++;\n\t}\n};\n\nvar TW_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text + \"\";\n};\n\nObject.defineProperty(TW_TextNode.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn 3;\n\t}\n});\n\nObject.defineProperty(TW_TextNode.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\treturn this.textContent.replace(/(\\r?\\n)/g,\"\");\n\t}\n});\n\nvar TW_Element = function(tag,namespace) {\n\tbumpSequenceNumber(this);\n\tthis.isTiddlyWikiFakeDom = true;\n\tthis.tag = tag;\n\tthis.attributes = {};\n\tthis.isRaw = false;\n\tthis.children = [];\n\tthis.style = {};\n\tthis.namespaceURI = namespace || \"http://www.w3.org/1999/xhtml\";\n};\n\nObject.defineProperty(TW_Element.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn 1;\n\t}\n});\n\nTW_Element.prototype.getAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot getAttribute on a raw TW_Element\";\n\t}\n\treturn this.attributes[name];\n};\n\nTW_Element.prototype.setAttribute = function(name,value) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot setAttribute on a raw TW_Element\";\n\t}\n\tthis.attributes[name] = value + \"\";\n};\n\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\n\tthis.setAttribute(name,value);\n};\n\nTW_Element.prototype.removeAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot removeAttribute on a raw TW_Element\";\n\t}\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\tdelete this.attributes[name];\n\t}\n};\n\nTW_Element.prototype.appendChild = function(node) {\n\tthis.children.push(node);\n\tnode.parentNode = this;\n};\n\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\n\tif(nextSibling) {\n\t\tvar p = this.children.indexOf(nextSibling);\n\t\tif(p !== -1) {\n\t\t\tthis.children.splice(p,0,node);\n\t\t\tnode.parentNode = this;\n\t\t} else {\n\t\t\tthis.appendChild(node);\n\t\t}\n\t} else {\n\t\tthis.appendChild(node);\n\t}\n};\n\nTW_Element.prototype.removeChild = function(node) {\n\tvar p = this.children.indexOf(node);\n\tif(p !== -1) {\n\t\tthis.children.splice(p,1);\n\t}\n};\n\nTW_Element.prototype.hasChildNodes = function() {\n\treturn !!this.children.length;\n};\n\nObject.defineProperty(TW_Element.prototype, \"childNodes\", {\n\tget: function() {\n\t\treturn this.children;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"firstChild\", {\n\tget: function() {\n\t\treturn this.children[0];\n\t}\n});\n\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\n\t// Do nothing\n};\n\nObject.defineProperty(TW_Element.prototype, \"tagName\", {\n\tget: function() {\n\t\treturn this.tag || \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"className\", {\n\tget: function() {\n\t\treturn this.attributes[\"class\"] || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes[\"class\"] = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"value\", {\n\tget: function() {\n\t\treturn this.attributes.value || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes.value = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"outerHTML\", {\n\tget: function() {\n\t\tvar output = [],attr,a,v;\n\t\toutput.push(\"<\",this.tag);\n\t\tif(this.attributes) {\n\t\t\tattr = [];\n\t\t\tfor(a in this.attributes) {\n\t\t\t\tattr.push(a);\n\t\t\t}\n\t\t\tattr.sort();\n\t\t\tfor(a=0; a<attr.length; a++) {\n\t\t\t\tv = this.attributes[attr[a]];\n\t\t\t\tif(v !== undefined) {\n\t\t\t\t\toutput.push(\" \",attr[a],\"=\\\"\",$tw.utils.htmlEncode(v),\"\\\"\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(this.style) {\n\t\t\tvar style = [];\n\t\t\tfor(var s in this.style) {\n\t\t\t\tstyle.push(s + \":\" + this.style[s] + \";\");\n\t\t\t}\n\t\t\tif(style.length > 0) {\n\t\t\t\toutput.push(\" style=\\\"\",style.join(\"\"),\"\\\"\")\n\t\t\t}\n\t\t}\n\t\toutput.push(\">\");\n\t\tif($tw.config.htmlVoidElements.indexOf(this.tag) === -1) {\n\t\t\toutput.push(this.innerHTML);\n\t\t\toutput.push(\"</\",this.tag,\">\");\n\t\t}\n\t\treturn output.join(\"\");\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"innerHTML\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn this.rawHTML;\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tif(node instanceof TW_Element) {\n\t\t\t\t\tb.push(node.outerHTML);\n\t\t\t\t} else if(node instanceof TW_TextNode) {\n\t\t\t\t\tb.push($tw.utils.htmlEncode(node.textContent));\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.isRaw = true;\n\t\tthis.rawHTML = value;\n\t\tthis.rawTextContent = null;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textInnerHTML\", {\n\tset: function(value) {\n\t\tif(this.isRaw) {\n\t\t\tthis.rawTextContent = value;\n\t\t} else {\n\t\t\tthrow \"Cannot set textInnerHTML of a non-raw TW_Element\";\n\t\t}\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\tif(this.rawTextContent === null) {\n\t\t\t\treturn \"\";\n\t\t\t} else {\n\t\t\t\treturn this.rawTextContent;\n\t\t\t}\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.textContent);\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.children = [new TW_TextNode(value)];\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn \"\";\n\t\t} else {\n\t\t\tvar b = [],\n\t\t\t\tisBlock = $tw.config.htmlBlockElements.indexOf(this.tag) !== -1;\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\tif(this.tag === \"li\") {\n\t\t\t\tb.push(\"* \");\n\t\t\t}\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.formattedTextContent);\n\t\t\t});\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\treturn b.join(\"\");\n\t\t}\n\t}\n});\n\nvar document = {\n\tsetSequenceNumber: function(value) {\n\t\tsequenceNumber = value;\n\t},\n\tcreateElementNS: function(namespace,tag) {\n\t\treturn new TW_Element(tag,namespace);\n\t},\n\tcreateElement: function(tag) {\n\t\treturn new TW_Element(tag);\n\t},\n\tcreateTextNode: function(text) {\n\t\treturn new TW_TextNode(text);\n\t},\n\tcompatMode: \"CSS1Compat\", // For KaTeX to know that we're not a browser in quirks mode\n\tisTiddlyWikiFakeDom: true\n};\n\nexports.fakeDocument = document;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/utils/filesystem.js": {
"title": "$:/core/modules/utils/filesystem.js",
"text": "/*\\\ntitle: $:/core/modules/utils/filesystem.js\ntype: application/javascript\nmodule-type: utils-node\n\nFile system utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\n/*\nRecursively (and synchronously) copy a directory and all its content\n*/\nexports.copyDirectory = function(srcPath,dstPath) {\n\t// Remove any trailing path separators\n\tsrcPath = $tw.utils.removeTrailingSeparator(srcPath);\n\tdstPath = $tw.utils.removeTrailingSeparator(dstPath);\n\t// Create the destination directory\n\tvar err = $tw.utils.createDirectory(dstPath);\n\tif(err) {\n\t\treturn err;\n\t}\n\t// Function to copy a folder full of files\n\tvar copy = function(srcPath,dstPath) {\n\t\tvar srcStats = fs.lstatSync(srcPath),\n\t\t\tdstExists = fs.existsSync(dstPath);\n\t\tif(srcStats.isFile()) {\n\t\t\t$tw.utils.copyFile(srcPath,dstPath);\n\t\t} else if(srcStats.isDirectory()) {\n\t\t\tvar items = fs.readdirSync(srcPath);\n\t\t\tfor(var t=0; t<items.length; t++) {\n\t\t\t\tvar item = items[t],\n\t\t\t\t\terr = copy(srcPath + path.sep + item,dstPath + path.sep + item);\n\t\t\t\tif(err) {\n\t\t\t\t\treturn err;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\tcopy(srcPath,dstPath);\n\treturn null;\n};\n\n/*\nCopy a file\n*/\nvar FILE_BUFFER_LENGTH = 64 * 1024,\n\tfileBuffer;\n\nexports.copyFile = function(srcPath,dstPath) {\n\t// Create buffer if required\n\tif(!fileBuffer) {\n\t\tfileBuffer = Buffer.alloc(FILE_BUFFER_LENGTH);\n\t}\n\t// Create any directories in the destination\n\t$tw.utils.createDirectory(path.dirname(dstPath));\n\t// Copy the file\n\tvar srcFile = fs.openSync(srcPath,\"r\"),\n\t\tdstFile = fs.openSync(dstPath,\"w\"),\n\t\tbytesRead = 1,\n\t\tpos = 0;\n\twhile (bytesRead > 0) {\n\t\tbytesRead = fs.readSync(srcFile,fileBuffer,0,FILE_BUFFER_LENGTH,pos);\n\t\tfs.writeSync(dstFile,fileBuffer,0,bytesRead);\n\t\tpos += bytesRead;\n\t}\n\tfs.closeSync(srcFile);\n\tfs.closeSync(dstFile);\n\treturn null;\n};\n\n/*\nRemove trailing path separator\n*/\nexports.removeTrailingSeparator = function(dirPath) {\n\tvar len = dirPath.length;\n\tif(dirPath.charAt(len-1) === path.sep) {\n\t\tdirPath = dirPath.substr(0,len-1);\n\t}\n\treturn dirPath;\n};\n\n/*\nRecursively create a directory\n*/\nexports.createDirectory = function(dirPath) {\n\tif(dirPath.substr(dirPath.length-1,1) !== path.sep) {\n\t\tdirPath = dirPath + path.sep;\n\t}\n\tvar pos = 1;\n\tpos = dirPath.indexOf(path.sep,pos);\n\twhile(pos !== -1) {\n\t\tvar subDirPath = dirPath.substr(0,pos);\n\t\tif(!$tw.utils.isDirectory(subDirPath)) {\n\t\t\ttry {\n\t\t\t\tfs.mkdirSync(subDirPath);\n\t\t\t} catch(e) {\n\t\t\t\treturn \"Error creating directory '\" + subDirPath + \"'\";\n\t\t\t}\n\t\t}\n\t\tpos = dirPath.indexOf(path.sep,pos + 1);\n\t}\n\treturn null;\n};\n\n/*\nRecursively create directories needed to contain a specified file\n*/\nexports.createFileDirectories = function(filePath) {\n\treturn $tw.utils.createDirectory(path.dirname(filePath));\n};\n\n/*\nRecursively delete a directory\n*/\nexports.deleteDirectory = function(dirPath) {\n\tif(fs.existsSync(dirPath)) {\n\t\tvar entries = fs.readdirSync(dirPath);\n\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\tvar currPath = dirPath + path.sep + entries[entryIndex];\n\t\t\tif(fs.lstatSync(currPath).isDirectory()) {\n\t\t\t\t$tw.utils.deleteDirectory(currPath);\n\t\t\t} else {\n\t\t\t\tfs.unlinkSync(currPath);\n\t\t\t}\n\t\t}\n\tfs.rmdirSync(dirPath);\n\t}\n\treturn null;\n};\n\n/*\nCheck if a path identifies a directory\n*/\nexports.isDirectory = function(dirPath) {\n\treturn fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory();\n};\n\n/*\nCheck if a path identifies a directory that is empty\n*/\nexports.isDirectoryEmpty = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn false;\n\t}\n\tvar files = fs.readdirSync(dirPath),\n\t\tempty = true;\n\t$tw.utils.each(files,function(file,index) {\n\t\tif(file.charAt(0) !== \".\") {\n\t\t\tempty = false;\n\t\t}\n\t});\n\treturn empty;\n};\n\n/*\nRecursively delete a tree of empty directories\n*/\nexports.deleteEmptyDirs = function(dirpath,callback) {\n\tvar self = this;\n\tfs.readdir(dirpath,function(err,files) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\tif(files.length > 0) {\n\t\t\treturn callback(null);\n\t\t}\n\t\tfs.rmdir(dirpath,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.deleteEmptyDirs(path.dirname(dirpath),callback);\n\t\t});\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils-node"
},
"$:/core/modules/utils/logger.js": {
"title": "$:/core/modules/utils/logger.js",
"text": "/*\\\ntitle: $:/core/modules/utils/logger.js\ntype: application/javascript\nmodule-type: utils\n\nA basic logging implementation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ALERT_TAG = \"$:/tags/Alert\";\n\n/*\nMake a new logger\n*/\nfunction Logger(componentName,options) {\n\toptions = options || {};\n\tthis.componentName = componentName || \"\";\n\tthis.colour = options.colour || \"white\";\n\tthis.enable = \"enable\" in options ? options.enable : true;\n}\n\n/*\nLog a message\n*/\nLogger.prototype.log = function(/* args */) {\n\tif(this.enable && console !== undefined && console.log !== undefined) {\n\t\treturn Function.apply.call(console.log, console, [$tw.utils.terminalColour(this.colour),this.componentName + \":\"].concat(Array.prototype.slice.call(arguments,0)).concat($tw.utils.terminalColour()));\n\t}\n};\n\n/*\nAlert a message\n*/\nLogger.prototype.alert = function(/* args */) {\n\tif(this.enable) {\n\t\t// Prepare the text of the alert\n\t\tvar text = Array.prototype.join.call(arguments,\" \");\n\t\t// Create alert tiddlers in the browser\n\t\tif($tw.browser) {\n\t\t\t// Check if there is an existing alert with the same text and the same component\n\t\t\tvar existingAlerts = $tw.wiki.getTiddlersWithTag(ALERT_TAG),\n\t\t\t\talertFields,\n\t\t\t\texistingCount,\n\t\t\t\tself = this;\n\t\t\t$tw.utils.each(existingAlerts,function(title) {\n\t\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\t\tif(tiddler.fields.text === text && tiddler.fields.component === self.componentName && tiddler.fields.modified && (!alertFields || tiddler.fields.modified < alertFields.modified)) {\n\t\t\t\t\t\talertFields = $tw.utils.extend({},tiddler.fields);\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(alertFields) {\n\t\t\t\texistingCount = alertFields.count || 1;\n\t\t\t} else {\n\t\t\t\talertFields = {\n\t\t\t\t\ttitle: $tw.wiki.generateNewTitle(\"$:/temp/alerts/alert\",{prefix: \"\"}),\n\t\t\t\t\ttext: text,\n\t\t\t\t\ttags: [ALERT_TAG],\n\t\t\t\t\tcomponent: this.componentName\n\t\t\t\t};\n\t\t\t\texistingCount = 0;\n\t\t\t}\n\t\t\talertFields.modified = new Date();\n\t\t\tif(++existingCount > 1) {\n\t\t\t\talertFields.count = existingCount;\n\t\t\t} else {\n\t\t\t\talertFields.count = undefined;\n\t\t\t}\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(alertFields));\n\t\t\t// Log the alert as well\n\t\t\tthis.log.apply(this,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\t// Print an orange message to the console if not in the browser\n\t\t\tconsole.error(\"\\x1b[1;33m\" + text + \"\\x1b[0m\");\n\t\t}\t\t\n\t}\n};\n\nexports.Logger = Logger;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/parsetree.js": {
"title": "$:/core/modules/utils/parsetree.js",
"text": "/*\\\ntitle: $:/core/modules/utils/parsetree.js\ntype: application/javascript\nmodule-type: utils\n\nParse tree utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.addAttributeToParseTreeNode = function(node,name,value) {\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[name] = {type: \"string\", value: value};\n};\n\nexports.getAttributeValueFromParseTreeNode = function(node,name,defaultValue) {\n\tif(node.attributes && node.attributes[name] && node.attributes[name].value !== undefined) {\n\t\treturn node.attributes[name].value;\n\t}\n\treturn defaultValue;\n};\n\nexports.addClassToParseTreeNode = function(node,classString) {\n\tvar classes = [];\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[\"class\"] = node.attributes[\"class\"] || {type: \"string\", value: \"\"};\n\tif(node.attributes[\"class\"].type === \"string\") {\n\t\tif(node.attributes[\"class\"].value !== \"\") {\n\t\t\tclasses = node.attributes[\"class\"].value.split(\" \");\n\t\t}\n\t\tif(classString !== \"\") {\n\t\t\t$tw.utils.pushTop(classes,classString.split(\" \"));\n\t\t}\n\t\tnode.attributes[\"class\"].value = classes.join(\" \");\n\t}\n};\n\nexports.addStyleToParseTreeNode = function(node,name,value) {\n\t\tnode.attributes = node.attributes || {};\n\t\tnode.attributes.style = node.attributes.style || {type: \"string\", value: \"\"};\n\t\tif(node.attributes.style.type === \"string\") {\n\t\t\tnode.attributes.style.value += name + \":\" + value + \";\";\n\t\t}\n};\n\nexports.findParseTreeNode = function(nodeArray,search) {\n\tfor(var t=0; t<nodeArray.length; t++) {\n\t\tif(nodeArray[t].type === search.type && nodeArray[t].tag === search.tag) {\n\t\t\treturn nodeArray[t];\n\t\t}\n\t}\n\treturn undefined;\n};\n\n/*\nHelper to get the text of a parse tree node or array of nodes\n*/\nexports.getParseTreeText = function getParseTreeText(tree) {\n\tvar output = [];\n\tif($tw.utils.isArray(tree)) {\n\t\t$tw.utils.each(tree,function(node) {\n\t\t\toutput.push(getParseTreeText(node));\n\t\t});\n\t} else {\n\t\tif(tree.type === \"text\") {\n\t\t\toutput.push(tree.text);\n\t\t}\n\t\tif(tree.children) {\n\t\t\treturn getParseTreeText(tree.children);\n\t\t}\n\t}\n\treturn output.join(\"\");\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/performance.js": {
"title": "$:/core/modules/utils/performance.js",
"text": "/*\\\ntitle: $:/core/modules/utils/performance.js\ntype: application/javascript\nmodule-type: global\n\nPerformance measurement.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Performance(enabled) {\n\tthis.enabled = !!enabled;\n\tthis.measures = {}; // Hashmap of current values of measurements\n\tthis.logger = new $tw.utils.Logger(\"performance\");\n}\n\n/*\nWrap performance reporting around a top level function\n*/\nPerformance.prototype.report = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tself.measures = {};\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tself.logger.log(name + \": \" + $tw.utils.timer(startTime).toFixed(2) + \"ms\");\n\t\t\tfor(var m in self.measures) {\n\t\t\t\tself.logger.log(\"+\" + m + \": \" + self.measures[m].toFixed(2) + \"ms\");\n\t\t\t}\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\n/*\nWrap performance measurements around a subfunction\n*/\nPerformance.prototype.measure = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments),\n\t\t\t\tvalue = self.measures[name] || 0;\n\t\t\tself.measures[name] = value + $tw.utils.timer(startTime);\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nexports.Performance = Performance;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/utils/pluginmaker.js": {
"title": "$:/core/modules/utils/pluginmaker.js",
"text": "/*\\\ntitle: $:/core/modules/utils/pluginmaker.js\ntype: application/javascript\nmodule-type: utils\n\nA quick and dirty way to pack up plugins within the browser.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRepack a plugin, and then delete any non-shadow payload tiddlers\n*/\nexports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {\n\tadditionalTiddlers = additionalTiddlers || [];\n\texcludeTiddlers = excludeTiddlers || [];\n\t// Get the plugin tiddler\n\tvar pluginTiddler = $tw.wiki.getTiddler(title);\n\tif(!pluginTiddler) {\n\t\tthrow \"No such tiddler as \" + title;\n\t}\n\t// Extract the JSON\n\tvar jsonPluginTiddler;\n\ttry {\n\t\tjsonPluginTiddler = JSON.parse(pluginTiddler.fields.text);\n\t} catch(e) {\n\t\tthrow \"Cannot parse plugin tiddler \" + title + \"\\n\" + $tw.language.getString(\"Error/Caption\") + \": \" + e;\n\t}\n\t// Get the list of tiddlers\n\tvar tiddlers = Object.keys(jsonPluginTiddler.tiddlers);\n\t// Add the additional tiddlers\n\t$tw.utils.pushTop(tiddlers,additionalTiddlers);\n\t// Remove any excluded tiddlers\n\tfor(var t=tiddlers.length-1; t>=0; t--) {\n\t\tif(excludeTiddlers.indexOf(tiddlers[t]) !== -1) {\n\t\t\ttiddlers.splice(t,1);\n\t\t}\n\t}\n\t// Pack up the tiddlers into a block of JSON\n\tvar plugins = {};\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\tfields = {};\n\t\t$tw.utils.each(tiddler.fields,function (value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\tplugins[title] = fields;\n\t});\n\t// Retrieve and bump the version number\n\tvar pluginVersion = $tw.utils.parseVersion(pluginTiddler.getFieldString(\"version\") || \"0.0.0\") || {\n\t\t\tmajor: \"0\",\n\t\t\tminor: \"0\",\n\t\t\tpatch: \"0\"\n\t\t};\n\tpluginVersion.patch++;\n\tvar version = pluginVersion.major + \".\" + pluginVersion.minor + \".\" + pluginVersion.patch;\n\tif(pluginVersion.prerelease) {\n\t\tversion += \"-\" + pluginVersion.prerelease;\n\t}\n\tif(pluginVersion.build) {\n\t\tversion += \"+\" + pluginVersion.build;\n\t}\n\t// Save the tiddler\n\t$tw.wiki.addTiddler(new $tw.Tiddler(pluginTiddler,{text: JSON.stringify({tiddlers: plugins},null,4), version: version}));\n\t// Delete any non-shadow constituent tiddlers\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tif($tw.wiki.tiddlerExists(title)) {\n\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t}\n\t});\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t// Return a heartwarming confirmation\n\treturn \"Plugin \" + title + \" successfully saved\";\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/transliterate.js": {
"title": "$:/core/modules/utils/transliterate.js",
"text": "/*\\\ntitle: $:/core/modules/utils/transliterate.js\ntype: application/javascript\nmodule-type: utils\n\nTransliteration static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nTransliterate string to ASCII\n\n(Some pairs taken from http://semplicewebsites.com/removing-accents-javascript)\n*/\nexports.transliterationPairs = {\n\t\"Á\":\"A\",\n\t\"Ă\":\"A\",\n\t\"Ắ\":\"A\",\n\t\"Ặ\":\"A\",\n\t\"Ằ\":\"A\",\n\t\"Ẳ\":\"A\",\n\t\"Ẵ\":\"A\",\n\t\"Ǎ\":\"A\",\n\t\"Â\":\"A\",\n\t\"Ấ\":\"A\",\n\t\"Ậ\":\"A\",\n\t\"Ầ\":\"A\",\n\t\"Ẩ\":\"A\",\n\t\"Ẫ\":\"A\",\n\t\"Ä\":\"A\",\n\t\"Ǟ\":\"A\",\n\t\"Ȧ\":\"A\",\n\t\"Ǡ\":\"A\",\n\t\"Ạ\":\"A\",\n\t\"Ȁ\":\"A\",\n\t\"À\":\"A\",\n\t\"Ả\":\"A\",\n\t\"Ȃ\":\"A\",\n\t\"Ā\":\"A\",\n\t\"Ą\":\"A\",\n\t\"Å\":\"A\",\n\t\"Ǻ\":\"A\",\n\t\"Ḁ\":\"A\",\n\t\"Ⱥ\":\"A\",\n\t\"Ã\":\"A\",\n\t\"Ꜳ\":\"AA\",\n\t\"Æ\":\"AE\",\n\t\"Ǽ\":\"AE\",\n\t\"Ǣ\":\"AE\",\n\t\"Ꜵ\":\"AO\",\n\t\"Ꜷ\":\"AU\",\n\t\"Ꜹ\":\"AV\",\n\t\"Ꜻ\":\"AV\",\n\t\"Ꜽ\":\"AY\",\n\t\"Ḃ\":\"B\",\n\t\"Ḅ\":\"B\",\n\t\"Ɓ\":\"B\",\n\t\"Ḇ\":\"B\",\n\t\"Ƀ\":\"B\",\n\t\"Ƃ\":\"B\",\n\t\"Ć\":\"C\",\n\t\"Č\":\"C\",\n\t\"Ç\":\"C\",\n\t\"Ḉ\":\"C\",\n\t\"Ĉ\":\"C\",\n\t\"Ċ\":\"C\",\n\t\"Ƈ\":\"C\",\n\t\"Ȼ\":\"C\",\n\t\"Ď\":\"D\",\n\t\"Ḑ\":\"D\",\n\t\"Ḓ\":\"D\",\n\t\"Ḋ\":\"D\",\n\t\"Ḍ\":\"D\",\n\t\"Ɗ\":\"D\",\n\t\"Ḏ\":\"D\",\n\t\"Dz\":\"D\",\n\t\"Dž\":\"D\",\n\t\"Đ\":\"D\",\n\t\"Ƌ\":\"D\",\n\t\"DZ\":\"DZ\",\n\t\"DŽ\":\"DZ\",\n\t\"É\":\"E\",\n\t\"Ĕ\":\"E\",\n\t\"Ě\":\"E\",\n\t\"Ȩ\":\"E\",\n\t\"Ḝ\":\"E\",\n\t\"Ê\":\"E\",\n\t\"Ế\":\"E\",\n\t\"Ệ\":\"E\",\n\t\"Ề\":\"E\",\n\t\"Ể\":\"E\",\n\t\"Ễ\":\"E\",\n\t\"Ḙ\":\"E\",\n\t\"Ë\":\"E\",\n\t\"Ė\":\"E\",\n\t\"Ẹ\":\"E\",\n\t\"Ȅ\":\"E\",\n\t\"È\":\"E\",\n\t\"Ẻ\":\"E\",\n\t\"Ȇ\":\"E\",\n\t\"Ē\":\"E\",\n\t\"Ḗ\":\"E\",\n\t\"Ḕ\":\"E\",\n\t\"Ę\":\"E\",\n\t\"Ɇ\":\"E\",\n\t\"Ẽ\":\"E\",\n\t\"Ḛ\":\"E\",\n\t\"Ꝫ\":\"ET\",\n\t\"Ḟ\":\"F\",\n\t\"Ƒ\":\"F\",\n\t\"Ǵ\":\"G\",\n\t\"Ğ\":\"G\",\n\t\"Ǧ\":\"G\",\n\t\"Ģ\":\"G\",\n\t\"Ĝ\":\"G\",\n\t\"Ġ\":\"G\",\n\t\"Ɠ\":\"G\",\n\t\"Ḡ\":\"G\",\n\t\"Ǥ\":\"G\",\n\t\"Ḫ\":\"H\",\n\t\"Ȟ\":\"H\",\n\t\"Ḩ\":\"H\",\n\t\"Ĥ\":\"H\",\n\t\"Ⱨ\":\"H\",\n\t\"Ḧ\":\"H\",\n\t\"Ḣ\":\"H\",\n\t\"Ḥ\":\"H\",\n\t\"Ħ\":\"H\",\n\t\"Í\":\"I\",\n\t\"Ĭ\":\"I\",\n\t\"Ǐ\":\"I\",\n\t\"Î\":\"I\",\n\t\"Ï\":\"I\",\n\t\"Ḯ\":\"I\",\n\t\"İ\":\"I\",\n\t\"Ị\":\"I\",\n\t\"Ȉ\":\"I\",\n\t\"Ì\":\"I\",\n\t\"Ỉ\":\"I\",\n\t\"Ȋ\":\"I\",\n\t\"Ī\":\"I\",\n\t\"Į\":\"I\",\n\t\"Ɨ\":\"I\",\n\t\"Ĩ\":\"I\",\n\t\"Ḭ\":\"I\",\n\t\"Ꝺ\":\"D\",\n\t\"Ꝼ\":\"F\",\n\t\"Ᵹ\":\"G\",\n\t\"Ꞃ\":\"R\",\n\t\"Ꞅ\":\"S\",\n\t\"Ꞇ\":\"T\",\n\t\"Ꝭ\":\"IS\",\n\t\"Ĵ\":\"J\",\n\t\"Ɉ\":\"J\",\n\t\"Ḱ\":\"K\",\n\t\"Ǩ\":\"K\",\n\t\"Ķ\":\"K\",\n\t\"Ⱪ\":\"K\",\n\t\"Ꝃ\":\"K\",\n\t\"Ḳ\":\"K\",\n\t\"Ƙ\":\"K\",\n\t\"Ḵ\":\"K\",\n\t\"Ꝁ\":\"K\",\n\t\"Ꝅ\":\"K\",\n\t\"Ĺ\":\"L\",\n\t\"Ƚ\":\"L\",\n\t\"Ľ\":\"L\",\n\t\"Ļ\":\"L\",\n\t\"Ḽ\":\"L\",\n\t\"Ḷ\":\"L\",\n\t\"Ḹ\":\"L\",\n\t\"Ⱡ\":\"L\",\n\t\"Ꝉ\":\"L\",\n\t\"Ḻ\":\"L\",\n\t\"Ŀ\":\"L\",\n\t\"Ɫ\":\"L\",\n\t\"Lj\":\"L\",\n\t\"Ł\":\"L\",\n\t\"LJ\":\"LJ\",\n\t\"Ḿ\":\"M\",\n\t\"Ṁ\":\"M\",\n\t\"Ṃ\":\"M\",\n\t\"Ɱ\":\"M\",\n\t\"Ń\":\"N\",\n\t\"Ň\":\"N\",\n\t\"Ņ\":\"N\",\n\t\"Ṋ\":\"N\",\n\t\"Ṅ\":\"N\",\n\t\"Ṇ\":\"N\",\n\t\"Ǹ\":\"N\",\n\t\"Ɲ\":\"N\",\n\t\"Ṉ\":\"N\",\n\t\"Ƞ\":\"N\",\n\t\"Nj\":\"N\",\n\t\"Ñ\":\"N\",\n\t\"NJ\":\"NJ\",\n\t\"Ó\":\"O\",\n\t\"Ŏ\":\"O\",\n\t\"Ǒ\":\"O\",\n\t\"Ô\":\"O\",\n\t\"Ố\":\"O\",\n\t\"Ộ\":\"O\",\n\t\"Ồ\":\"O\",\n\t\"Ổ\":\"O\",\n\t\"Ỗ\":\"O\",\n\t\"Ö\":\"O\",\n\t\"Ȫ\":\"O\",\n\t\"Ȯ\":\"O\",\n\t\"Ȱ\":\"O\",\n\t\"Ọ\":\"O\",\n\t\"Ő\":\"O\",\n\t\"Ȍ\":\"O\",\n\t\"Ò\":\"O\",\n\t\"Ỏ\":\"O\",\n\t\"Ơ\":\"O\",\n\t\"Ớ\":\"O\",\n\t\"Ợ\":\"O\",\n\t\"Ờ\":\"O\",\n\t\"Ở\":\"O\",\n\t\"Ỡ\":\"O\",\n\t\"Ȏ\":\"O\",\n\t\"Ꝋ\":\"O\",\n\t\"Ꝍ\":\"O\",\n\t\"Ō\":\"O\",\n\t\"Ṓ\":\"O\",\n\t\"Ṑ\":\"O\",\n\t\"Ɵ\":\"O\",\n\t\"Ǫ\":\"O\",\n\t\"Ǭ\":\"O\",\n\t\"Ø\":\"O\",\n\t\"Ǿ\":\"O\",\n\t\"Õ\":\"O\",\n\t\"Ṍ\":\"O\",\n\t\"Ṏ\":\"O\",\n\t\"Ȭ\":\"O\",\n\t\"Ƣ\":\"OI\",\n\t\"Ꝏ\":\"OO\",\n\t\"Ɛ\":\"E\",\n\t\"Ɔ\":\"O\",\n\t\"Ȣ\":\"OU\",\n\t\"Ṕ\":\"P\",\n\t\"Ṗ\":\"P\",\n\t\"Ꝓ\":\"P\",\n\t\"Ƥ\":\"P\",\n\t\"Ꝕ\":\"P\",\n\t\"Ᵽ\":\"P\",\n\t\"Ꝑ\":\"P\",\n\t\"Ꝙ\":\"Q\",\n\t\"Ꝗ\":\"Q\",\n\t\"Ŕ\":\"R\",\n\t\"Ř\":\"R\",\n\t\"Ŗ\":\"R\",\n\t\"Ṙ\":\"R\",\n\t\"Ṛ\":\"R\",\n\t\"Ṝ\":\"R\",\n\t\"Ȑ\":\"R\",\n\t\"Ȓ\":\"R\",\n\t\"Ṟ\":\"R\",\n\t\"Ɍ\":\"R\",\n\t\"Ɽ\":\"R\",\n\t\"Ꜿ\":\"C\",\n\t\"Ǝ\":\"E\",\n\t\"Ś\":\"S\",\n\t\"Ṥ\":\"S\",\n\t\"Š\":\"S\",\n\t\"Ṧ\":\"S\",\n\t\"Ş\":\"S\",\n\t\"Ŝ\":\"S\",\n\t\"Ș\":\"S\",\n\t\"Ṡ\":\"S\",\n\t\"Ṣ\":\"S\",\n\t\"Ṩ\":\"S\",\n\t\"Ť\":\"T\",\n\t\"Ţ\":\"T\",\n\t\"Ṱ\":\"T\",\n\t\"Ț\":\"T\",\n\t\"Ⱦ\":\"T\",\n\t\"Ṫ\":\"T\",\n\t\"Ṭ\":\"T\",\n\t\"Ƭ\":\"T\",\n\t\"Ṯ\":\"T\",\n\t\"Ʈ\":\"T\",\n\t\"Ŧ\":\"T\",\n\t\"Ɐ\":\"A\",\n\t\"Ꞁ\":\"L\",\n\t\"Ɯ\":\"M\",\n\t\"Ʌ\":\"V\",\n\t\"Ꜩ\":\"TZ\",\n\t\"Ú\":\"U\",\n\t\"Ŭ\":\"U\",\n\t\"Ǔ\":\"U\",\n\t\"Û\":\"U\",\n\t\"Ṷ\":\"U\",\n\t\"Ü\":\"U\",\n\t\"Ǘ\":\"U\",\n\t\"Ǚ\":\"U\",\n\t\"Ǜ\":\"U\",\n\t\"Ǖ\":\"U\",\n\t\"Ṳ\":\"U\",\n\t\"Ụ\":\"U\",\n\t\"Ű\":\"U\",\n\t\"Ȕ\":\"U\",\n\t\"Ù\":\"U\",\n\t\"Ủ\":\"U\",\n\t\"Ư\":\"U\",\n\t\"Ứ\":\"U\",\n\t\"Ự\":\"U\",\n\t\"Ừ\":\"U\",\n\t\"Ử\":\"U\",\n\t\"Ữ\":\"U\",\n\t\"Ȗ\":\"U\",\n\t\"Ū\":\"U\",\n\t\"Ṻ\":\"U\",\n\t\"Ų\":\"U\",\n\t\"Ů\":\"U\",\n\t\"Ũ\":\"U\",\n\t\"Ṹ\":\"U\",\n\t\"Ṵ\":\"U\",\n\t\"Ꝟ\":\"V\",\n\t\"Ṿ\":\"V\",\n\t\"Ʋ\":\"V\",\n\t\"Ṽ\":\"V\",\n\t\"Ꝡ\":\"VY\",\n\t\"Ẃ\":\"W\",\n\t\"Ŵ\":\"W\",\n\t\"Ẅ\":\"W\",\n\t\"Ẇ\":\"W\",\n\t\"Ẉ\":\"W\",\n\t\"Ẁ\":\"W\",\n\t\"Ⱳ\":\"W\",\n\t\"Ẍ\":\"X\",\n\t\"Ẋ\":\"X\",\n\t\"Ý\":\"Y\",\n\t\"Ŷ\":\"Y\",\n\t\"Ÿ\":\"Y\",\n\t\"Ẏ\":\"Y\",\n\t\"Ỵ\":\"Y\",\n\t\"Ỳ\":\"Y\",\n\t\"Ƴ\":\"Y\",\n\t\"Ỷ\":\"Y\",\n\t\"Ỿ\":\"Y\",\n\t\"Ȳ\":\"Y\",\n\t\"Ɏ\":\"Y\",\n\t\"Ỹ\":\"Y\",\n\t\"Ź\":\"Z\",\n\t\"Ž\":\"Z\",\n\t\"Ẑ\":\"Z\",\n\t\"Ⱬ\":\"Z\",\n\t\"Ż\":\"Z\",\n\t\"Ẓ\":\"Z\",\n\t\"Ȥ\":\"Z\",\n\t\"Ẕ\":\"Z\",\n\t\"Ƶ\":\"Z\",\n\t\"IJ\":\"IJ\",\n\t\"Œ\":\"OE\",\n\t\"ᴀ\":\"A\",\n\t\"ᴁ\":\"AE\",\n\t\"ʙ\":\"B\",\n\t\"ᴃ\":\"B\",\n\t\"ᴄ\":\"C\",\n\t\"ᴅ\":\"D\",\n\t\"ᴇ\":\"E\",\n\t\"ꜰ\":\"F\",\n\t\"ɢ\":\"G\",\n\t\"ʛ\":\"G\",\n\t\"ʜ\":\"H\",\n\t\"ɪ\":\"I\",\n\t\"ʁ\":\"R\",\n\t\"ᴊ\":\"J\",\n\t\"ᴋ\":\"K\",\n\t\"ʟ\":\"L\",\n\t\"ᴌ\":\"L\",\n\t\"ᴍ\":\"M\",\n\t\"ɴ\":\"N\",\n\t\"ᴏ\":\"O\",\n\t\"ɶ\":\"OE\",\n\t\"ᴐ\":\"O\",\n\t\"ᴕ\":\"OU\",\n\t\"ᴘ\":\"P\",\n\t\"ʀ\":\"R\",\n\t\"ᴎ\":\"N\",\n\t\"ᴙ\":\"R\",\n\t\"ꜱ\":\"S\",\n\t\"ᴛ\":\"T\",\n\t\"ⱻ\":\"E\",\n\t\"ᴚ\":\"R\",\n\t\"ᴜ\":\"U\",\n\t\"ᴠ\":\"V\",\n\t\"ᴡ\":\"W\",\n\t\"ʏ\":\"Y\",\n\t\"ᴢ\":\"Z\",\n\t\"á\":\"a\",\n\t\"ă\":\"a\",\n\t\"ắ\":\"a\",\n\t\"ặ\":\"a\",\n\t\"ằ\":\"a\",\n\t\"ẳ\":\"a\",\n\t\"ẵ\":\"a\",\n\t\"ǎ\":\"a\",\n\t\"â\":\"a\",\n\t\"ấ\":\"a\",\n\t\"ậ\":\"a\",\n\t\"ầ\":\"a\",\n\t\"ẩ\":\"a\",\n\t\"ẫ\":\"a\",\n\t\"ä\":\"a\",\n\t\"ǟ\":\"a\",\n\t\"ȧ\":\"a\",\n\t\"ǡ\":\"a\",\n\t\"ạ\":\"a\",\n\t\"ȁ\":\"a\",\n\t\"à\":\"a\",\n\t\"ả\":\"a\",\n\t\"ȃ\":\"a\",\n\t\"ā\":\"a\",\n\t\"ą\":\"a\",\n\t\"ᶏ\":\"a\",\n\t\"ẚ\":\"a\",\n\t\"å\":\"a\",\n\t\"ǻ\":\"a\",\n\t\"ḁ\":\"a\",\n\t\"ⱥ\":\"a\",\n\t\"ã\":\"a\",\n\t\"ꜳ\":\"aa\",\n\t\"æ\":\"ae\",\n\t\"ǽ\":\"ae\",\n\t\"ǣ\":\"ae\",\n\t\"ꜵ\":\"ao\",\n\t\"ꜷ\":\"au\",\n\t\"ꜹ\":\"av\",\n\t\"ꜻ\":\"av\",\n\t\"ꜽ\":\"ay\",\n\t\"ḃ\":\"b\",\n\t\"ḅ\":\"b\",\n\t\"ɓ\":\"b\",\n\t\"ḇ\":\"b\",\n\t\"ᵬ\":\"b\",\n\t\"ᶀ\":\"b\",\n\t\"ƀ\":\"b\",\n\t\"ƃ\":\"b\",\n\t\"ɵ\":\"o\",\n\t\"ć\":\"c\",\n\t\"č\":\"c\",\n\t\"ç\":\"c\",\n\t\"ḉ\":\"c\",\n\t\"ĉ\":\"c\",\n\t\"ɕ\":\"c\",\n\t\"ċ\":\"c\",\n\t\"ƈ\":\"c\",\n\t\"ȼ\":\"c\",\n\t\"ď\":\"d\",\n\t\"ḑ\":\"d\",\n\t\"ḓ\":\"d\",\n\t\"ȡ\":\"d\",\n\t\"ḋ\":\"d\",\n\t\"ḍ\":\"d\",\n\t\"ɗ\":\"d\",\n\t\"ᶑ\":\"d\",\n\t\"ḏ\":\"d\",\n\t\"ᵭ\":\"d\",\n\t\"ᶁ\":\"d\",\n\t\"đ\":\"d\",\n\t\"ɖ\":\"d\",\n\t\"ƌ\":\"d\",\n\t\"ı\":\"i\",\n\t\"ȷ\":\"j\",\n\t\"ɟ\":\"j\",\n\t\"ʄ\":\"j\",\n\t\"dz\":\"dz\",\n\t\"dž\":\"dz\",\n\t\"é\":\"e\",\n\t\"ĕ\":\"e\",\n\t\"ě\":\"e\",\n\t\"ȩ\":\"e\",\n\t\"ḝ\":\"e\",\n\t\"ê\":\"e\",\n\t\"ế\":\"e\",\n\t\"ệ\":\"e\",\n\t\"ề\":\"e\",\n\t\"ể\":\"e\",\n\t\"ễ\":\"e\",\n\t\"ḙ\":\"e\",\n\t\"ë\":\"e\",\n\t\"ė\":\"e\",\n\t\"ẹ\":\"e\",\n\t\"ȅ\":\"e\",\n\t\"è\":\"e\",\n\t\"ẻ\":\"e\",\n\t\"ȇ\":\"e\",\n\t\"ē\":\"e\",\n\t\"ḗ\":\"e\",\n\t\"ḕ\":\"e\",\n\t\"ⱸ\":\"e\",\n\t\"ę\":\"e\",\n\t\"ᶒ\":\"e\",\n\t\"ɇ\":\"e\",\n\t\"ẽ\":\"e\",\n\t\"ḛ\":\"e\",\n\t\"ꝫ\":\"et\",\n\t\"ḟ\":\"f\",\n\t\"ƒ\":\"f\",\n\t\"ᵮ\":\"f\",\n\t\"ᶂ\":\"f\",\n\t\"ǵ\":\"g\",\n\t\"ğ\":\"g\",\n\t\"ǧ\":\"g\",\n\t\"ģ\":\"g\",\n\t\"ĝ\":\"g\",\n\t\"ġ\":\"g\",\n\t\"ɠ\":\"g\",\n\t\"ḡ\":\"g\",\n\t\"ᶃ\":\"g\",\n\t\"ǥ\":\"g\",\n\t\"ḫ\":\"h\",\n\t\"ȟ\":\"h\",\n\t\"ḩ\":\"h\",\n\t\"ĥ\":\"h\",\n\t\"ⱨ\":\"h\",\n\t\"ḧ\":\"h\",\n\t\"ḣ\":\"h\",\n\t\"ḥ\":\"h\",\n\t\"ɦ\":\"h\",\n\t\"ẖ\":\"h\",\n\t\"ħ\":\"h\",\n\t\"ƕ\":\"hv\",\n\t\"í\":\"i\",\n\t\"ĭ\":\"i\",\n\t\"ǐ\":\"i\",\n\t\"î\":\"i\",\n\t\"ï\":\"i\",\n\t\"ḯ\":\"i\",\n\t\"ị\":\"i\",\n\t\"ȉ\":\"i\",\n\t\"ì\":\"i\",\n\t\"ỉ\":\"i\",\n\t\"ȋ\":\"i\",\n\t\"ī\":\"i\",\n\t\"į\":\"i\",\n\t\"ᶖ\":\"i\",\n\t\"ɨ\":\"i\",\n\t\"ĩ\":\"i\",\n\t\"ḭ\":\"i\",\n\t\"ꝺ\":\"d\",\n\t\"ꝼ\":\"f\",\n\t\"ᵹ\":\"g\",\n\t\"ꞃ\":\"r\",\n\t\"ꞅ\":\"s\",\n\t\"ꞇ\":\"t\",\n\t\"ꝭ\":\"is\",\n\t\"ǰ\":\"j\",\n\t\"ĵ\":\"j\",\n\t\"ʝ\":\"j\",\n\t\"ɉ\":\"j\",\n\t\"ḱ\":\"k\",\n\t\"ǩ\":\"k\",\n\t\"ķ\":\"k\",\n\t\"ⱪ\":\"k\",\n\t\"ꝃ\":\"k\",\n\t\"ḳ\":\"k\",\n\t\"ƙ\":\"k\",\n\t\"ḵ\":\"k\",\n\t\"ᶄ\":\"k\",\n\t\"ꝁ\":\"k\",\n\t\"ꝅ\":\"k\",\n\t\"ĺ\":\"l\",\n\t\"ƚ\":\"l\",\n\t\"ɬ\":\"l\",\n\t\"ľ\":\"l\",\n\t\"ļ\":\"l\",\n\t\"ḽ\":\"l\",\n\t\"ȴ\":\"l\",\n\t\"ḷ\":\"l\",\n\t\"ḹ\":\"l\",\n\t\"ⱡ\":\"l\",\n\t\"ꝉ\":\"l\",\n\t\"ḻ\":\"l\",\n\t\"ŀ\":\"l\",\n\t\"ɫ\":\"l\",\n\t\"ᶅ\":\"l\",\n\t\"ɭ\":\"l\",\n\t\"ł\":\"l\",\n\t\"lj\":\"lj\",\n\t\"ſ\":\"s\",\n\t\"ẜ\":\"s\",\n\t\"ẛ\":\"s\",\n\t\"ẝ\":\"s\",\n\t\"ḿ\":\"m\",\n\t\"ṁ\":\"m\",\n\t\"ṃ\":\"m\",\n\t\"ɱ\":\"m\",\n\t\"ᵯ\":\"m\",\n\t\"ᶆ\":\"m\",\n\t\"ń\":\"n\",\n\t\"ň\":\"n\",\n\t\"ņ\":\"n\",\n\t\"ṋ\":\"n\",\n\t\"ȵ\":\"n\",\n\t\"ṅ\":\"n\",\n\t\"ṇ\":\"n\",\n\t\"ǹ\":\"n\",\n\t\"ɲ\":\"n\",\n\t\"ṉ\":\"n\",\n\t\"ƞ\":\"n\",\n\t\"ᵰ\":\"n\",\n\t\"ᶇ\":\"n\",\n\t\"ɳ\":\"n\",\n\t\"ñ\":\"n\",\n\t\"nj\":\"nj\",\n\t\"ó\":\"o\",\n\t\"ŏ\":\"o\",\n\t\"ǒ\":\"o\",\n\t\"ô\":\"o\",\n\t\"ố\":\"o\",\n\t\"ộ\":\"o\",\n\t\"ồ\":\"o\",\n\t\"ổ\":\"o\",\n\t\"ỗ\":\"o\",\n\t\"ö\":\"o\",\n\t\"ȫ\":\"o\",\n\t\"ȯ\":\"o\",\n\t\"ȱ\":\"o\",\n\t\"ọ\":\"o\",\n\t\"ő\":\"o\",\n\t\"ȍ\":\"o\",\n\t\"ò\":\"o\",\n\t\"ỏ\":\"o\",\n\t\"ơ\":\"o\",\n\t\"ớ\":\"o\",\n\t\"ợ\":\"o\",\n\t\"ờ\":\"o\",\n\t\"ở\":\"o\",\n\t\"ỡ\":\"o\",\n\t\"ȏ\":\"o\",\n\t\"ꝋ\":\"o\",\n\t\"ꝍ\":\"o\",\n\t\"ⱺ\":\"o\",\n\t\"ō\":\"o\",\n\t\"ṓ\":\"o\",\n\t\"ṑ\":\"o\",\n\t\"ǫ\":\"o\",\n\t\"ǭ\":\"o\",\n\t\"ø\":\"o\",\n\t\"ǿ\":\"o\",\n\t\"õ\":\"o\",\n\t\"ṍ\":\"o\",\n\t\"ṏ\":\"o\",\n\t\"ȭ\":\"o\",\n\t\"ƣ\":\"oi\",\n\t\"ꝏ\":\"oo\",\n\t\"ɛ\":\"e\",\n\t\"ᶓ\":\"e\",\n\t\"ɔ\":\"o\",\n\t\"ᶗ\":\"o\",\n\t\"ȣ\":\"ou\",\n\t\"ṕ\":\"p\",\n\t\"ṗ\":\"p\",\n\t\"ꝓ\":\"p\",\n\t\"ƥ\":\"p\",\n\t\"ᵱ\":\"p\",\n\t\"ᶈ\":\"p\",\n\t\"ꝕ\":\"p\",\n\t\"ᵽ\":\"p\",\n\t\"ꝑ\":\"p\",\n\t\"ꝙ\":\"q\",\n\t\"ʠ\":\"q\",\n\t\"ɋ\":\"q\",\n\t\"ꝗ\":\"q\",\n\t\"ŕ\":\"r\",\n\t\"ř\":\"r\",\n\t\"ŗ\":\"r\",\n\t\"ṙ\":\"r\",\n\t\"ṛ\":\"r\",\n\t\"ṝ\":\"r\",\n\t\"ȑ\":\"r\",\n\t\"ɾ\":\"r\",\n\t\"ᵳ\":\"r\",\n\t\"ȓ\":\"r\",\n\t\"ṟ\":\"r\",\n\t\"ɼ\":\"r\",\n\t\"ᵲ\":\"r\",\n\t\"ᶉ\":\"r\",\n\t\"ɍ\":\"r\",\n\t\"ɽ\":\"r\",\n\t\"ↄ\":\"c\",\n\t\"ꜿ\":\"c\",\n\t\"ɘ\":\"e\",\n\t\"ɿ\":\"r\",\n\t\"ś\":\"s\",\n\t\"ṥ\":\"s\",\n\t\"š\":\"s\",\n\t\"ṧ\":\"s\",\n\t\"ş\":\"s\",\n\t\"ŝ\":\"s\",\n\t\"ș\":\"s\",\n\t\"ṡ\":\"s\",\n\t\"ṣ\":\"s\",\n\t\"ṩ\":\"s\",\n\t\"ʂ\":\"s\",\n\t\"ᵴ\":\"s\",\n\t\"ᶊ\":\"s\",\n\t\"ȿ\":\"s\",\n\t\"ɡ\":\"g\",\n\t\"ᴑ\":\"o\",\n\t\"ᴓ\":\"o\",\n\t\"ᴝ\":\"u\",\n\t\"ť\":\"t\",\n\t\"ţ\":\"t\",\n\t\"ṱ\":\"t\",\n\t\"ț\":\"t\",\n\t\"ȶ\":\"t\",\n\t\"ẗ\":\"t\",\n\t\"ⱦ\":\"t\",\n\t\"ṫ\":\"t\",\n\t\"ṭ\":\"t\",\n\t\"ƭ\":\"t\",\n\t\"ṯ\":\"t\",\n\t\"ᵵ\":\"t\",\n\t\"ƫ\":\"t\",\n\t\"ʈ\":\"t\",\n\t\"ŧ\":\"t\",\n\t\"ᵺ\":\"th\",\n\t\"ɐ\":\"a\",\n\t\"ᴂ\":\"ae\",\n\t\"ǝ\":\"e\",\n\t\"ᵷ\":\"g\",\n\t\"ɥ\":\"h\",\n\t\"ʮ\":\"h\",\n\t\"ʯ\":\"h\",\n\t\"ᴉ\":\"i\",\n\t\"ʞ\":\"k\",\n\t\"ꞁ\":\"l\",\n\t\"ɯ\":\"m\",\n\t\"ɰ\":\"m\",\n\t\"ᴔ\":\"oe\",\n\t\"ɹ\":\"r\",\n\t\"ɻ\":\"r\",\n\t\"ɺ\":\"r\",\n\t\"ⱹ\":\"r\",\n\t\"ʇ\":\"t\",\n\t\"ʌ\":\"v\",\n\t\"ʍ\":\"w\",\n\t\"ʎ\":\"y\",\n\t\"ꜩ\":\"tz\",\n\t\"ú\":\"u\",\n\t\"ŭ\":\"u\",\n\t\"ǔ\":\"u\",\n\t\"û\":\"u\",\n\t\"ṷ\":\"u\",\n\t\"ü\":\"u\",\n\t\"ǘ\":\"u\",\n\t\"ǚ\":\"u\",\n\t\"ǜ\":\"u\",\n\t\"ǖ\":\"u\",\n\t\"ṳ\":\"u\",\n\t\"ụ\":\"u\",\n\t\"ű\":\"u\",\n\t\"ȕ\":\"u\",\n\t\"ù\":\"u\",\n\t\"ủ\":\"u\",\n\t\"ư\":\"u\",\n\t\"ứ\":\"u\",\n\t\"ự\":\"u\",\n\t\"ừ\":\"u\",\n\t\"ử\":\"u\",\n\t\"ữ\":\"u\",\n\t\"ȗ\":\"u\",\n\t\"ū\":\"u\",\n\t\"ṻ\":\"u\",\n\t\"ų\":\"u\",\n\t\"ᶙ\":\"u\",\n\t\"ů\":\"u\",\n\t\"ũ\":\"u\",\n\t\"ṹ\":\"u\",\n\t\"ṵ\":\"u\",\n\t\"ᵫ\":\"ue\",\n\t\"ꝸ\":\"um\",\n\t\"ⱴ\":\"v\",\n\t\"ꝟ\":\"v\",\n\t\"ṿ\":\"v\",\n\t\"ʋ\":\"v\",\n\t\"ᶌ\":\"v\",\n\t\"ⱱ\":\"v\",\n\t\"ṽ\":\"v\",\n\t\"ꝡ\":\"vy\",\n\t\"ẃ\":\"w\",\n\t\"ŵ\":\"w\",\n\t\"ẅ\":\"w\",\n\t\"ẇ\":\"w\",\n\t\"ẉ\":\"w\",\n\t\"ẁ\":\"w\",\n\t\"ⱳ\":\"w\",\n\t\"ẘ\":\"w\",\n\t\"ẍ\":\"x\",\n\t\"ẋ\":\"x\",\n\t\"ᶍ\":\"x\",\n\t\"ý\":\"y\",\n\t\"ŷ\":\"y\",\n\t\"ÿ\":\"y\",\n\t\"ẏ\":\"y\",\n\t\"ỵ\":\"y\",\n\t\"ỳ\":\"y\",\n\t\"ƴ\":\"y\",\n\t\"ỷ\":\"y\",\n\t\"ỿ\":\"y\",\n\t\"ȳ\":\"y\",\n\t\"ẙ\":\"y\",\n\t\"ɏ\":\"y\",\n\t\"ỹ\":\"y\",\n\t\"ź\":\"z\",\n\t\"ž\":\"z\",\n\t\"ẑ\":\"z\",\n\t\"ʑ\":\"z\",\n\t\"ⱬ\":\"z\",\n\t\"ż\":\"z\",\n\t\"ẓ\":\"z\",\n\t\"ȥ\":\"z\",\n\t\"ẕ\":\"z\",\n\t\"ᵶ\":\"z\",\n\t\"ᶎ\":\"z\",\n\t\"ʐ\":\"z\",\n\t\"ƶ\":\"z\",\n\t\"ɀ\":\"z\",\n\t\"ff\":\"ff\",\n\t\"ffi\":\"ffi\",\n\t\"ffl\":\"ffl\",\n\t\"fi\":\"fi\",\n\t\"fl\":\"fl\",\n\t\"ij\":\"ij\",\n\t\"œ\":\"oe\",\n\t\"st\":\"st\",\n\t\"ₐ\":\"a\",\n\t\"ₑ\":\"e\",\n\t\"ᵢ\":\"i\",\n\t\"ⱼ\":\"j\",\n\t\"ₒ\":\"o\",\n\t\"ᵣ\":\"r\",\n\t\"ᵤ\":\"u\",\n\t\"ᵥ\":\"v\",\n\t\"ₓ\":\"x\",\n\t\"Ё\":\"YO\",\n\t\"Й\":\"I\",\n\t\"Ц\":\"TS\",\n\t\"У\":\"U\",\n\t\"К\":\"K\",\n\t\"Е\":\"E\",\n\t\"Н\":\"N\",\n\t\"Г\":\"G\",\n\t\"Ш\":\"SH\",\n\t\"Щ\":\"SCH\",\n\t\"З\":\"Z\",\n\t\"Х\":\"H\",\n\t\"Ъ\":\"'\",\n\t\"ё\":\"yo\",\n\t\"й\":\"i\",\n\t\"ц\":\"ts\",\n\t\"у\":\"u\",\n\t\"к\":\"k\",\n\t\"е\":\"e\",\n\t\"н\":\"n\",\n\t\"г\":\"g\",\n\t\"ш\":\"sh\",\n\t\"щ\":\"sch\",\n\t\"з\":\"z\",\n\t\"х\":\"h\",\n\t\"ъ\":\"'\",\n\t\"Ф\":\"F\",\n\t\"Ы\":\"I\",\n\t\"В\":\"V\",\n\t\"А\":\"a\",\n\t\"П\":\"P\",\n\t\"Р\":\"R\",\n\t\"О\":\"O\",\n\t\"Л\":\"L\",\n\t\"Д\":\"D\",\n\t\"Ж\":\"ZH\",\n\t\"Э\":\"E\",\n\t\"ф\":\"f\",\n\t\"ы\":\"i\",\n\t\"в\":\"v\",\n\t\"а\":\"a\",\n\t\"п\":\"p\",\n\t\"р\":\"r\",\n\t\"о\":\"o\",\n\t\"л\":\"l\",\n\t\"д\":\"d\",\n\t\"ж\":\"zh\",\n\t\"э\":\"e\",\n\t\"Я\":\"Ya\",\n\t\"Ч\":\"CH\",\n\t\"С\":\"S\",\n\t\"М\":\"M\",\n\t\"И\":\"I\",\n\t\"Т\":\"T\",\n\t\"Ь\":\"'\",\n\t\"Б\":\"B\",\n\t\"Ю\":\"YU\",\n\t\"я\":\"ya\",\n\t\"ч\":\"ch\",\n\t\"с\":\"s\",\n\t\"м\":\"m\",\n\t\"и\":\"i\",\n\t\"т\":\"t\",\n\t\"ь\":\"'\",\n\t\"б\":\"b\",\n\t\"ю\":\"yu\"\n};\n\nexports.transliterate = function(str) {\n\treturn str.replace(/[^A-Za-z0-9\\[\\] ]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || ch\n\t});\n};\n\nexports.transliterateToSafeASCII = function(str) {\n\treturn str.replace(/[^\\x00-\\x7F]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || \"\"\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/utils.js": {
"title": "$:/core/modules/utils/utils.js",
"text": "/*\\\ntitle: $:/core/modules/utils/utils.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDisplay a message, in colour if we're on a terminal\n*/\nexports.log = function(text,colour) {\n\tconsole.log($tw.node ? exports.terminalColour(colour) + text + exports.terminalColour() : text);\n};\n\nexports.terminalColour = function(colour) {\n\tif(!$tw.browser && $tw.node && process.stdout.isTTY) {\n\t\tif(colour) {\n\t\t\tvar code = exports.terminalColourLookup[colour];\n\t\t\tif(code) {\n\t\t\t\treturn \"\\x1b[\" + code + \"m\";\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"\\x1b[0m\"; // Cancel colour\n\t\t}\n\t}\n\treturn \"\";\n};\n\nexports.terminalColourLookup = {\n\t\"black\": \"0;30\",\n\t\"red\": \"0;31\",\n\t\"green\": \"0;32\",\n\t\"brown/orange\": \"0;33\",\n\t\"blue\": \"0;34\",\n\t\"purple\": \"0;35\",\n\t\"cyan\": \"0;36\",\n\t\"light gray\": \"0;37\"\n};\n\n/*\nDisplay a warning, in colour if we're on a terminal\n*/\nexports.warning = function(text) {\n\texports.log(text,\"brown/orange\");\n};\n\n/*\nReturn the integer represented by the str (string).\nReturn the dflt (default) parameter if str is not a base-10 number.\n*/\nexports.getInt = function(str,deflt) {\n\tvar i = parseInt(str,10);\n\treturn isNaN(i) ? deflt : i;\n}\n\n/*\nRepeatedly replaces a substring within a string. Like String.prototype.replace, but without any of the default special handling of $ sequences in the replace string\n*/\nexports.replaceString = function(text,search,replace) {\n\treturn text.replace(search,function() {\n\t\treturn replace;\n\t});\n};\n\n/*\nRepeats a string\n*/\nexports.repeat = function(str,count) {\n\tvar result = \"\";\n\tfor(var t=0;t<count;t++) {\n\t\tresult += str;\n\t}\n\treturn result;\n};\n\n/*\nTrim whitespace from the start and end of a string\nThanks to Steven Levithan, http://blog.stevenlevithan.com/archives/faster-trim-javascript\n*/\nexports.trim = function(str) {\n\tif(typeof str === \"string\") {\n\t\treturn str.replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n\t} else {\n\t\treturn str;\n\t}\n};\n\n/*\nFind the line break preceding a given position in a string\nReturns position immediately after that line break, or the start of the string\n*/\nexports.findPrecedingLineBreak = function(text,pos) {\n\tvar result = text.lastIndexOf(\"\\n\",pos - 1);\n\tif(result === -1) {\n\t\tresult = 0;\n\t} else {\n\t\tresult++;\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nFind the line break following a given position in a string\n*/\nexports.findFollowingLineBreak = function(text,pos) {\n\t// Cut to just past the following line break, or to the end of the text\n\tvar result = text.indexOf(\"\\n\",pos);\n\tif(result === -1) {\n\t\tresult = text.length;\n\t} else {\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nReturn the number of keys in an object\n*/\nexports.count = function(object) {\n\treturn Object.keys(object || {}).length;\n};\n\n/*\nCheck if an array is equal by value and by reference.\n*/\nexports.isArrayEqual = function(array1,array2) {\n\tif(array1 === array2) {\n\t\treturn true;\n\t}\n\tarray1 = array1 || [];\n\tarray2 = array2 || [];\n\tif(array1.length !== array2.length) {\n\t\treturn false;\n\t}\n\treturn array1.every(function(value,index) {\n\t\treturn value === array2[index];\n\t});\n};\n\n/*\nDetermine whether an array-item is an object-property\n*/\nexports.hopArray = function(object,array) {\n\tfor(var i=0; i<array.length; i++) {\n\t\tif($tw.utils.hop(object,array[i])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nPush entries onto an array, removing them first if they already exist in the array\n\tarray: array to modify (assumed to be free of duplicates)\n\tvalue: a single value to push or an array of values to push\n*/\nexports.pushTop = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\t// Remove any array entries that are duplicated in the new values\n\t\tif(value.length !== 0) {\n\t\t\tif(array.length !== 0) {\n\t\t\t\tif(value.length < array.length) {\n\t\t\t\t\tfor(t=0; t<value.length; t++) {\n\t\t\t\t\t\tp = array.indexOf(value[t]);\n\t\t\t\t\t\tif(p !== -1) {\n\t\t\t\t\t\t\tarray.splice(p,1);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tfor(t=array.length-1; t>=0; t--) {\n\t\t\t\t\t\tp = value.indexOf(array[t]);\n\t\t\t\t\t\tif(p !== -1) {\n\t\t\t\t\t\t\tarray.splice(t,1);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Push the values on top of the main array\n\t\t\tarray.push.apply(array,value);\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t\tarray.push(value);\n\t}\n\treturn array;\n};\n\n/*\nRemove entries from an array\n\tarray: array to modify\n\tvalue: a single value to remove, or an array of values to remove\n*/\nexports.removeArrayEntries = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\tfor(t=0; t<value.length; t++) {\n\t\t\tp = array.indexOf(value[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tarray.splice(p,1);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t}\n};\n\n/*\nCheck whether any members of a hashmap are present in another hashmap\n*/\nexports.checkDependencies = function(dependencies,changes) {\n\tvar hit = false;\n\t$tw.utils.each(changes,function(change,title) {\n\t\tif($tw.utils.hop(dependencies,title)) {\n\t\t\thit = true;\n\t\t}\n\t});\n\treturn hit;\n};\n\nexports.extend = function(object /* [, src] */) {\n\t$tw.utils.each(Array.prototype.slice.call(arguments, 1), function(source) {\n\t\tif(source) {\n\t\t\tfor(var property in source) {\n\t\t\t\tobject[property] = source[property];\n\t\t\t}\n\t\t}\n\t});\n\treturn object;\n};\n\nexports.deepCopy = function(object) {\n\tvar result,t;\n\tif($tw.utils.isArray(object)) {\n\t\t// Copy arrays\n\t\tresult = object.slice(0);\n\t} else if(typeof object === \"object\") {\n\t\tresult = {};\n\t\tfor(t in object) {\n\t\t\tif(object[t] !== undefined) {\n\t\t\t\tresult[t] = $tw.utils.deepCopy(object[t]);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tresult = object;\n\t}\n\treturn result;\n};\n\nexports.extendDeepCopy = function(object,extendedProperties) {\n\tvar result = $tw.utils.deepCopy(object),t;\n\tfor(t in extendedProperties) {\n\t\tif(extendedProperties[t] !== undefined) {\n\t\t\tresult[t] = $tw.utils.deepCopy(extendedProperties[t]);\n\t\t}\n\t}\n\treturn result;\n};\n\nexports.deepFreeze = function deepFreeze(object) {\n\tvar property, key;\n\tif(object) {\n\t\tObject.freeze(object);\n\t\tfor(key in object) {\n\t\t\tproperty = object[key];\n\t\t\tif($tw.utils.hop(object,key) && (typeof property === \"object\") && !Object.isFrozen(property)) {\n\t\t\t\tdeepFreeze(property);\n\t\t\t}\n\t\t}\n\t}\n};\n\nexports.slowInSlowOut = function(t) {\n\treturn (1 - ((Math.cos(t * Math.PI) + 1) / 2));\n};\n\nexports.formatDateString = function(date,template) {\n\tvar result = \"\",\n\t\tt = template,\n\t\tmatches = [\n\t\t\t[/^0hh12/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getHours12(date));\n\t\t\t}],\n\t\t\t[/^wYYYY/, function() {\n\t\t\t\treturn $tw.utils.getYearForWeekNo(date);\n\t\t\t}],\n\t\t\t[/^hh12/, function() {\n\t\t\t\treturn $tw.utils.getHours12(date);\n\t\t\t}],\n\t\t\t[/^DDth/, function() {\n\t\t\t\treturn date.getDate() + $tw.utils.getDaySuffix(date);\n\t\t\t}],\n\t\t\t[/^YYYY/, function() {\n\t\t\t\treturn date.getFullYear();\n\t\t\t}],\n\t\t\t[/^0hh/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getHours());\n\t\t\t}],\n\t\t\t[/^0mm/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMinutes());\n\t\t\t}],\n\t\t\t[/^0ss/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getSeconds());\n\t\t\t}],\n\t\t\t[/^0XXX/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMilliseconds());\n\t\t\t}],\n\t\t\t[/^0DD/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getDate());\n\t\t\t}],\n\t\t\t[/^0MM/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMonth()+1);\n\t\t\t}],\n\t\t\t[/^0WW/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getWeek(date));\n\t\t\t}],\n\t\t\t[/^ddd/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^mmm/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^DDD/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^MMM/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^TZD/, function() {\n\t\t\t\tvar tz = date.getTimezoneOffset(),\n\t\t\t\tatz = Math.abs(tz);\n\t\t\t\treturn (tz < 0 ? '+' : '-') + $tw.utils.pad(Math.floor(atz / 60)) + ':' + $tw.utils.pad(atz % 60);\n\t\t\t}],\n\t\t\t[/^wYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date) - 2000);\n\t\t\t}],\n\t\t\t[/^[ap]m/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toLowerCase();\n\t\t\t}],\n\t\t\t[/^hh/, function() {\n\t\t\t\treturn date.getHours();\n\t\t\t}],\n\t\t\t[/^mm/, function() {\n\t\t\t\treturn date.getMinutes();\n\t\t\t}],\n\t\t\t[/^ss/, function() {\n\t\t\t\treturn date.getSeconds();\n\t\t\t}],\n\t\t\t[/^XXX/, function() {\n\t\t\t\treturn date.getMilliseconds();\n\t\t\t}],\n\t\t\t[/^[AP]M/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toUpperCase();\n\t\t\t}],\n\t\t\t[/^DD/, function() {\n\t\t\t\treturn date.getDate();\n\t\t\t}],\n\t\t\t[/^MM/, function() {\n\t\t\t\treturn date.getMonth() + 1;\n\t\t\t}],\n\t\t\t[/^WW/, function() {\n\t\t\t\treturn $tw.utils.getWeek(date);\n\t\t\t}],\n\t\t\t[/^YY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear() - 2000);\n\t\t\t}]\n\t\t];\n\t// If the user wants everything in UTC, shift the datestamp\n\t// Optimize for format string that essentially means\n\t// 'return raw UTC (tiddlywiki style) date string.'\n\tif(t.indexOf(\"[UTC]\") == 0 ) {\n\t\tif(t == \"[UTC]YYYY0MM0DD0hh0mm0ssXXX\")\n\t\t\treturn $tw.utils.stringifyDate(new Date());\n\t\tvar offset = date.getTimezoneOffset() ; // in minutes\n\t\tdate = new Date(date.getTime()+offset*60*1000) ;\n\t\tt = t.substr(5) ;\n\t}\n\twhile(t.length){\n\t\tvar matchString = \"\";\n\t\t$tw.utils.each(matches, function(m) {\n\t\t\tvar match = m[0].exec(t);\n\t\t\tif(match) {\n\t\t\t\tmatchString = m[1].call();\n\t\t\t\tt = t.substr(match[0].length);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\tif(matchString) {\n\t\t\tresult += matchString;\n\t\t} else {\n\t\t\tresult += t.charAt(0);\n\t\t\tt = t.substr(1);\n\t\t}\n\t}\n\tresult = result.replace(/\\\\(.)/g,\"$1\");\n\treturn result;\n};\n\nexports.getAmPm = function(date) {\n\treturn $tw.language.getString(\"Date/Period/\" + (date.getHours() >= 12 ? \"pm\" : \"am\"));\n};\n\nexports.getDaySuffix = function(date) {\n\treturn $tw.language.getString(\"Date/DaySuffix/\" + date.getDate());\n};\n\nexports.getWeek = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\n\tvar x = new Date(dt.getFullYear(),0,1);\n\tvar n = Math.floor((dt.getTime() - x.getTime()) / 86400000);\n\treturn Math.floor(n / 7) + 1;\n};\n\nexports.getYearForWeekNo = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\n\treturn dt.getFullYear();\n};\n\nexports.getHours12 = function(date) {\n\tvar h = date.getHours();\n\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\n};\n\n/*\nConvert a date delta in milliseconds into a string representation of \"23 seconds ago\", \"27 minutes ago\" etc.\n\tdelta: delta in milliseconds\nReturns an object with these members:\n\tdescription: string describing the delta period\n\tupdatePeriod: time in millisecond until the string will be inaccurate\n*/\nexports.getRelativeDate = function(delta) {\n\tvar futurep = false;\n\tif(delta < 0) {\n\t\tdelta = -1 * delta;\n\t\tfuturep = true;\n\t}\n\tvar units = [\n\t\t{name: \"Years\", duration: 365 * 24 * 60 * 60 * 1000},\n\t\t{name: \"Months\", duration: (365/12) * 24 * 60 * 60 * 1000},\n\t\t{name: \"Days\", duration: 24 * 60 * 60 * 1000},\n\t\t{name: \"Hours\", duration: 60 * 60 * 1000},\n\t\t{name: \"Minutes\", duration: 60 * 1000},\n\t\t{name: \"Seconds\", duration: 1000}\n\t];\n\tfor(var t=0; t<units.length; t++) {\n\t\tvar result = Math.floor(delta / units[t].duration);\n\t\tif(result >= 2) {\n\t\t\treturn {\n\t\t\t\tdelta: delta,\n\t\t\t\tdescription: $tw.language.getString(\n\t\t\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/\" + units[t].name,\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{period: result.toString()}\n\t\t\t\t\t}\n\t\t\t\t),\n\t\t\t\tupdatePeriod: units[t].duration\n\t\t\t};\n\t\t}\n\t}\n\treturn {\n\t\tdelta: delta,\n\t\tdescription: $tw.language.getString(\n\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/Second\",\n\t\t\t{variables:\n\t\t\t\t{period: \"1\"}\n\t\t\t}\n\t\t),\n\t\tupdatePeriod: 1000\n\t};\n};\n\n// Convert & to \"&\", < to \"<\", > to \">\", \" to \""\"\nexports.htmlEncode = function(s) {\n\tif(s) {\n\t\treturn s.toString().replace(/&/mg,\"&\").replace(/</mg,\"<\").replace(/>/mg,\">\").replace(/\\\"/mg,\""\");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n// Converts all HTML entities to their character equivalents\nexports.entityDecode = function(s) {\n\tvar converter = String.fromCodePoint || String.fromCharCode,\n\t\te = s.substr(1,s.length-2), // Strip the & and the ;\n\t\tc;\n\tif(e.charAt(0) === \"#\") {\n\t\tif(e.charAt(1) === \"x\" || e.charAt(1) === \"X\") {\n\t\t\tc = parseInt(e.substr(2),16);\n\t\t} else {\n\t\t\tc = parseInt(e.substr(1),10);\n\t\t}\n\t\tif(isNaN(c)) {\n\t\t\treturn s;\n\t\t} else {\n\t\t\treturn converter(c);\n\t\t}\n\t} else {\n\t\tc = $tw.config.htmlEntities[e];\n\t\tif(c) {\n\t\t\treturn converter(c);\n\t\t} else {\n\t\t\treturn s; // Couldn't convert it as an entity, just return it raw\n\t\t}\n\t}\n};\n\nexports.unescapeLineBreaks = function(s) {\n\treturn s.replace(/\\\\n/mg,\"\\n\").replace(/\\\\b/mg,\" \").replace(/\\\\s/mg,\"\\\\\").replace(/\\r/mg,\"\");\n};\n\n/*\n * Returns an escape sequence for given character. Uses \\x for characters <=\n * 0xFF to save space, \\u for the rest.\n *\n * The code needs to be in sync with th code template in the compilation\n * function for \"action\" nodes.\n */\n// Copied from peg.js, thanks to David Majda\nexports.escape = function(ch) {\n\tvar charCode = ch.charCodeAt(0);\n\tif(charCode <= 0xFF) {\n\t\treturn '\\\\x' + $tw.utils.pad(charCode.toString(16).toUpperCase());\n\t} else {\n\t\treturn '\\\\u' + $tw.utils.pad(charCode.toString(16).toUpperCase(),4);\n\t}\n};\n\n// Turns a string into a legal JavaScript string\n// Copied from peg.js, thanks to David Majda\nexports.stringify = function(s) {\n\t/*\n\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\n\t* literal except for the closing quote character, backslash, carriage return,\n\t* line separator, paragraph separator, and line feed. Any character may\n\t* appear in the form of an escape sequence.\n\t*\n\t* For portability, we also escape all non-ASCII characters.\n\t*/\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\') // backslash\n\t\t.replace(/\"/g, '\\\\\"') // double quote character\n\t\t.replace(/'/g, \"\\\\'\") // single quote character\n\t\t.replace(/\\r/g, '\\\\r') // carriage return\n\t\t.replace(/\\n/g, '\\\\n') // line feed\n\t\t.replace(/[\\x00-\\x1f\\x80-\\uFFFF]/g, exports.escape); // non-ASCII characters\n};\n\n// Turns a string into a legal JSON string\n// Derived from peg.js, thanks to David Majda\nexports.jsonStringify = function(s) {\n\t// See http://www.json.org/\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\') // backslash\n\t\t.replace(/\"/g, '\\\\\"') // double quote character\n\t\t.replace(/\\r/g, '\\\\r') // carriage return\n\t\t.replace(/\\n/g, '\\\\n') // line feed\n\t\t.replace(/\\x08/g, '\\\\b') // backspace\n\t\t.replace(/\\x0c/g, '\\\\f') // formfeed\n\t\t.replace(/\\t/g, '\\\\t') // tab\n\t\t.replace(/[\\x00-\\x1f\\x80-\\uFFFF]/g,function(s) {\n\t\t\treturn '\\\\u' + $tw.utils.pad(s.charCodeAt(0).toString(16).toUpperCase(),4);\n\t\t}); // non-ASCII characters\n};\n\n/*\nEscape the RegExp special characters with a preceding backslash\n*/\nexports.escapeRegExp = function(s) {\n return s.replace(/[\\-\\/\\\\\\^\\$\\*\\+\\?\\.\\(\\)\\|\\[\\]\\{\\}]/g, '\\\\$&');\n};\n\n// Checks whether a link target is external, i.e. not a tiddler title\nexports.isLinkExternal = function(to) {\n\tvar externalRegExp = /^(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/i;\n\treturn externalRegExp.test(to);\n};\n\nexports.nextTick = function(fn) {\n/*global window: false */\n\tif(typeof process === \"undefined\") {\n\t\t// Apparently it would be faster to use postMessage - http://dbaron.org/log/20100309-faster-timeouts\n\t\twindow.setTimeout(fn,4);\n\t} else {\n\t\tprocess.nextTick(fn);\n\t}\n};\n\n/*\nConvert a hyphenated CSS property name into a camel case one\n*/\nexports.unHyphenateCss = function(propName) {\n\treturn propName.replace(/-([a-z])/gi, function(match0,match1) {\n\t\treturn match1.toUpperCase();\n\t});\n};\n\n/*\nConvert a camelcase CSS property name into a dashed one (\"backgroundColor\" --> \"background-color\")\n*/\nexports.hyphenateCss = function(propName) {\n\treturn propName.replace(/([A-Z])/g, function(match0,match1) {\n\t\treturn \"-\" + match1.toLowerCase();\n\t});\n};\n\n/*\nParse a text reference of one of these forms:\n* title\n* !!field\n* title!!field\n* title##index\n* etc\nReturns an object with the following fields, all optional:\n* title: tiddler title\n* field: tiddler field name\n* index: JSON property index\n*/\nexports.parseTextReference = function(textRef) {\n\t// Separate out the title, field name and/or JSON indices\n\tvar reTextRef = /(?:(.*?)!!(.+))|(?:(.*?)##(.+))|(.*)/mg,\n\t\tmatch = reTextRef.exec(textRef),\n\t\tresult = {};\n\tif(match && reTextRef.lastIndex === textRef.length) {\n\t\t// Return the parts\n\t\tif(match[1]) {\n\t\t\tresult.title = match[1];\n\t\t}\n\t\tif(match[2]) {\n\t\t\tresult.field = match[2];\n\t\t}\n\t\tif(match[3]) {\n\t\t\tresult.title = match[3];\n\t\t}\n\t\tif(match[4]) {\n\t\t\tresult.index = match[4];\n\t\t}\n\t\tif(match[5]) {\n\t\t\tresult.title = match[5];\n\t\t}\n\t} else {\n\t\t// If we couldn't parse it\n\t\tresult.title = textRef\n\t}\n\treturn result;\n};\n\n/*\nChecks whether a string is a valid fieldname\n*/\nexports.isValidFieldName = function(name) {\n\tif(!name || typeof name !== \"string\") {\n\t\treturn false;\n\t}\n\tname = name.toLowerCase().trim();\n\tvar fieldValidatorRegEx = /^[a-z0-9\\-\\._]+$/mg;\n\treturn fieldValidatorRegEx.test(name);\n};\n\n/*\nExtract the version number from the meta tag or from the boot file\n*/\n\n// Browser version\nexports.extractVersionInfo = function() {\n\tif($tw.packageInfo) {\n\t\treturn $tw.packageInfo.version;\n\t} else {\n\t\tvar metatags = document.getElementsByTagName(\"meta\");\n\t\tfor(var t=0; t<metatags.length; t++) {\n\t\t\tvar m = metatags[t];\n\t\t\tif(m.name === \"tiddlywiki-version\") {\n\t\t\t\treturn m.content;\n\t\t\t}\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the animation duration in ms\n*/\nexports.getAnimationDuration = function() {\n\treturn parseInt($tw.wiki.getTiddlerText(\"$:/config/AnimationDuration\",\"400\"),10);\n};\n\n/*\nHash a string to a number\nDerived from http://stackoverflow.com/a/15710692\n*/\nexports.hashString = function(str) {\n\treturn str.split(\"\").reduce(function(a,b) {\n\t\ta = ((a << 5) - a) + b.charCodeAt(0);\n\t\treturn a & a;\n\t},0);\n};\n\n/*\nDecode a base64 string\n*/\nexports.base64Decode = function(string64) {\n\tif($tw.browser) {\n\t\t// TODO\n\t\tthrow \"$tw.utils.base64Decode() doesn't work in the browser\";\n\t} else {\n\t\treturn Buffer.from(string64,\"base64\").toString();\n\t}\n};\n\n/*\nConvert a hashmap into a tiddler dictionary format sequence of name:value pairs\n*/\nexports.makeTiddlerDictionary = function(data) {\n\tvar output = [];\n\tfor(var name in data) {\n\t\toutput.push(name + \": \" + data[name]);\n\t}\n\treturn output.join(\"\\n\");\n};\n\n/*\nHigh resolution microsecond timer for profiling\n*/\nexports.timer = function(base) {\n\tvar m;\n\tif($tw.node) {\n\t\tvar r = process.hrtime();\n\t\tm = r[0] * 1e3 + (r[1] / 1e6);\n\t} else if(window.performance) {\n\t\tm = performance.now();\n\t} else {\n\t\tm = Date.now();\n\t}\n\tif(typeof base !== \"undefined\") {\n\t\tm = m - base;\n\t}\n\treturn m;\n};\n\n/*\nConvert text and content type to a data URI\n*/\nexports.makeDataUri = function(text,type) {\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar typeInfo = $tw.config.contentTypeInfo[type] || $tw.config.contentTypeInfo[\"text/plain\"],\n\t\tisBase64 = typeInfo.encoding === \"base64\",\n\t\tparts = [];\n\tparts.push(\"data:\");\n\tparts.push(type);\n\tparts.push(isBase64 ? \";base64\" : \"\");\n\tparts.push(\",\");\n\tparts.push(isBase64 ? text : encodeURIComponent(text));\n\treturn parts.join(\"\");\n};\n\n/*\nUseful for finding out the fully escaped CSS selector equivalent to a given tag. For example:\n\n$tw.utils.tagToCssSelector(\"$:/tags/Stylesheet\") --> tc-tagged-\\%24\\%3A\\%2Ftags\\%2FStylesheet\n*/\nexports.tagToCssSelector = function(tagName) {\n\treturn \"tc-tagged-\" + encodeURIComponent(tagName).replace(/[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{\\|}~,]/mg,function(c) {\n\t\treturn \"\\\\\" + c;\n\t});\n};\n\n/*\nIE does not have sign function\n*/\nexports.sign = Math.sign || function(x) {\n\tx = +x; // convert to a number\n\tif (x === 0 || isNaN(x)) {\n\t\treturn x;\n\t}\n\treturn x > 0 ? 1 : -1;\n};\n\n/*\nIE does not have an endsWith function\n*/\nexports.strEndsWith = function(str,ending,position) {\n\tif(str.endsWith) {\n\t\treturn str.endsWith(ending,position);\n\t} else {\n\t\tif (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position || position > str.length) {\n\t\t\tposition = str.length;\n\t\t}\n\t\tposition -= ending.length;\n\t\tvar lastIndex = str.indexOf(ending, position);\n\t\treturn lastIndex !== -1 && lastIndex === position;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/widgets/action-createtiddler.js": {
"title": "$:/core/modules/widgets/action-createtiddler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-createtiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to create a new tiddler with a unique name and specified fields.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CreateTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCreateTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCreateTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nCreateTiddlerWidget.prototype.execute = function() {\n\tthis.actionBaseTitle = this.getAttribute(\"$basetitle\");\n\tthis.actionSaveTitle = this.getAttribute(\"$savetitle\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nCreateTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nCreateTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar title = this.wiki.generateNewTitle(this.actionBaseTitle),\n\t\tfields = {},\n\t\tcreationFields,\n\t\tmodificationFields;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tfields[name] = attribute;\n\t\t}\n\t});\n\tif(this.actionTimestamp) {\n\t\tcreationFields = this.wiki.getCreationFields();\n\t\tmodificationFields = this.wiki.getModificationFields();\n\t}\n\tvar tiddler = this.wiki.addTiddler(new $tw.Tiddler(creationFields,fields,modificationFields,{title: title}));\n\tif(this.actionSaveTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveTitle,title,this.getVariable(\"currentTiddler\"));\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-createtiddler\"] = CreateTiddlerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-deletefield.js": {
"title": "$:/core/modules/widgets/action-deletefield.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-deletefield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete fields of a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\ttiddler = this.wiki.getTiddler(self.actionTiddler),\n\t\tremoveFields = {},\n\t\thasChanged = false;\n\tif(this.actionField) {\n\t\tremoveFields[this.actionField] = undefined;\n\t\tif(this.actionField in tiddler.fields) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(tiddler) {\n\t\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\t\tif(name.charAt(0) !== \"$\" && name !== \"title\") {\n\t\t\t\tremoveFields[name] = undefined;\n\t\t\t\thasChanged = true;\n\t\t\t}\n\t\t});\n\t\tif(hasChanged) {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,removeFields,this.wiki.getModificationFields()));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletefield\"] = DeleteFieldWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-deletetiddler.js": {
"title": "$:/core/modules/widgets/action-deletetiddler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-deletetiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteTiddlerWidget.prototype.execute = function() {\n\tthis.actionFilter = this.getAttribute(\"$filter\");\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$filter\"] || changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar tiddlers = [];\n\tif(this.actionFilter) {\n\t\ttiddlers = this.wiki.filterTiddlers(this.actionFilter,this);\n\t}\n\tif(this.actionTiddler) {\n\t\ttiddlers.push(this.actionTiddler);\n\t}\n\tfor(var t=0; t<tiddlers.length; t++) {\n\t\tthis.wiki.deleteTiddler(tiddlers[t]);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletetiddler\"] = DeleteTiddlerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-listops.js": {
"title": "$:/core/modules/widgets/action-listops.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-listops.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to apply list operations to any tiddler field (defaults to the 'list' field of the current tiddler)\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar ActionListopsWidget = function(parseTreeNode, options) {\n\tthis.initialise(parseTreeNode, options);\n};\n/**\n * Inherit from the base widget class\n */\nActionListopsWidget.prototype = new Widget();\n/**\n * Render this widget into the DOM\n */\nActionListopsWidget.prototype.render = function(parent, nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n/**\n * Compute the internal state of the widget\n */\nActionListopsWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.target = this.getAttribute(\"$tiddler\", this.getVariable(\n\t\t\"currentTiddler\"));\n\tthis.filter = this.getAttribute(\"$filter\");\n\tthis.subfilter = this.getAttribute(\"$subfilter\");\n\tthis.listField = this.getAttribute(\"$field\", \"list\");\n\tthis.listIndex = this.getAttribute(\"$index\");\n\tthis.filtertags = this.getAttribute(\"$tags\");\n};\n/**\n * \tRefresh the widget by ensuring our attributes are up to date\n */\nActionListopsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.$tiddler || changedAttributes.$filter ||\n\t\tchangedAttributes.$subfilter || changedAttributes.$field ||\n\t\tchangedAttributes.$index || changedAttributes.$tags) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n/**\n * \tInvoke the action associated with this widget\n */\nActionListopsWidget.prototype.invokeAction = function(triggeringWidget,\n\tevent) {\n\t//Apply the specified filters to the lists\n\tvar field = this.listField,\n\t\tindex,\n\t\ttype = \"!!\",\n\t\tlist = this.listField;\n\tif(this.listIndex) {\n\t\tfield = undefined;\n\t\tindex = this.listIndex;\n\t\ttype = \"##\";\n\t\tlist = this.listIndex;\n\t}\n\tif(this.filter) {\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(this.filter, this)));\n\t}\n\tif(this.subfilter) {\n\t\tvar subfilter = \"[list[\" + this.target + type + list + \"]] \" + this.subfilter;\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(subfilter, this)));\n\t}\n\tif(this.filtertags) {\n\t\tvar tiddler = this.wiki.getTiddler(this.target),\n\t\t\toldtags = tiddler ? (tiddler.fields.tags || []).slice(0) : [],\n\t\t\ttagfilter = \"[list[\" + this.target + \"!!tags]] \" + this.filtertags,\n\t\t\tnewtags = this.wiki.filterTiddlers(tagfilter,this);\n\t\tif($tw.utils.stringifyList(oldtags.sort()) !== $tw.utils.stringifyList(newtags.sort())) {\n\t\t\tthis.wiki.setText(this.target,\"tags\",undefined,$tw.utils.stringifyList(newtags));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-listops\"] = ActionListopsWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-navigate.js": {
"title": "$:/core/modules/widgets/action-navigate.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-navigate.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to navigate to a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigateWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigateWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigateWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigateWidget.prototype.execute = function() {\n\tthis.actionTo = this.getAttribute(\"$to\");\n\tthis.actionScroll = this.getAttribute(\"$scroll\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$to\"] || changedAttributes[\"$scroll\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tevent = event || {};\n\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\n\t\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\n\tif(this.actionScroll === \"yes\") {\n\t\tsuppressNavigation = false;\n\t} else if(this.actionScroll === \"no\") {\n\t\tsuppressNavigation = true;\n\t}\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.actionTo === undefined ? this.getVariable(\"currentTiddler\") : this.actionTo,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: triggeringWidget,\n\t\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: suppressNavigation\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-navigate\"] = NavigateWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-sendmessage.js": {
"title": "$:/core/modules/widgets/action-sendmessage.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a message\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SendMessageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSendMessageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSendMessageWidget.prototype.execute = function() {\n\tthis.actionMessage = this.getAttribute(\"$message\");\n\tthis.actionParam = this.getAttribute(\"$param\");\n\tthis.actionName = this.getAttribute(\"$name\");\n\tthis.actionValue = this.getAttribute(\"$value\",\"\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Get the string parameter\n\tvar param = this.actionParam;\n\t// Assemble the attributes as a hashmap\n\tvar paramObject = Object.create(null);\n\tvar count = 0;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparamObject[name] = attribute;\n\t\t\tcount++;\n\t\t}\n\t});\n\t// Add name/value pair if present\n\tif(this.actionName) {\n\t\tparamObject[this.actionName] = this.actionValue;\n\t}\n\t// Dispatch the message\n\tthis.dispatchEvent({\n\t\ttype: this.actionMessage,\n\t\tparam: param,\n\t\tparamObject: paramObject,\n\t\ttiddlerTitle: this.getVariable(\"currentTiddler\"),\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tevent: event\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-sendmessage\"] = SendMessageWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-setfield.js": {
"title": "$:/core/modules/widgets/action-setfield.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-setfield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to set a single field or index on a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n\tthis.actionIndex = this.getAttribute(\"$index\");\n\tthis.actionValue = this.getAttribute(\"$value\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"] || changedAttributes[\"$field\"] || changedAttributes[\"$index\"] || changedAttributes[\"$value\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\toptions = {};\n\toptions.suppressTimestamp = !this.actionTimestamp;\n\tif((typeof this.actionField == \"string\") || (typeof this.actionIndex == \"string\") || (typeof this.actionValue == \"string\")) {\n\t\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue,options);\n\t}\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tself.wiki.setText(self.actionTiddler,name,undefined,attribute,options);\n\t\t}\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-setfield\"] = SetFieldWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/browse.js": {
"title": "$:/core/modules/widgets/browse.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/browse.js\ntype: application/javascript\nmodule-type: widget\n\nBrowse widget for browsing for files to import\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar BrowseWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nBrowseWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nBrowseWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"file\");\n\tif(this.browseMultiple) {\n\t\tdomNode.setAttribute(\"multiple\",\"multiple\");\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\t// Nw.js supports \"nwsaveas\" to force a \"save as\" dialogue that allows a new or existing file to be selected\n\tif(this.nwsaveas) {\n\t\tdomNode.setAttribute(\"nwsaveas\",this.nwsaveas);\n\t}\n\t// Nw.js supports \"webkitdirectory\" and \"nwdirectory\" to allow a directory to be selected\n\tif(this.webkitdirectory) {\n\t\tdomNode.setAttribute(\"webkitdirectory\",this.webkitdirectory);\n\t}\n\tif(this.nwdirectory) {\n\t\tdomNode.setAttribute(\"nwdirectory\",this.nwdirectory);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"change\",function (event) {\n\t\tif(self.message) {\n\t\t\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\n\t\t} else {\n\t\t\tself.wiki.readFiles(event.target.files,{\n\t\t\t\tcallback: function(tiddlerFieldsArray) {\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t\t},\n\t\t\t\tdeserializer: self.deserializer\n\t\t\t});\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nBrowseWidget.prototype.execute = function() {\n\tthis.browseMultiple = this.getAttribute(\"multiple\");\n\tthis.deserializer = this.getAttribute(\"deserializer\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.nwsaveas = this.getAttribute(\"nwsaveas\");\n\tthis.webkitdirectory = this.getAttribute(\"webkitdirectory\");\n\tthis.nwdirectory = this.getAttribute(\"nwdirectory\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.browse = BrowseWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/button.js": {
"title": "$:/core/modules/widgets/button.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/button.js\ntype: application/javascript\nmodule-type: widget\n\nButton widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ButtonWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nButtonWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nButtonWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar tag = \"button\";\n\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n\t\ttag = this.buttonTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = this[\"class\"].split(\" \") || [],\n\t\tisPoppedUp = (this.popup || this.popupTitle) && this.isPoppedUp();\n\tif(this.selectedClass) {\n\t\tif((this.set || this.setTitle) && this.setTo && this.isSelected()) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t\tif(isPoppedUp) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t}\n\tif(isPoppedUp) {\n\t\t$tw.utils.pushTop(classes,\"tc-popup-handle\");\n\t}\n\tdomNode.className = classes.join(\" \");\n\t// Assign other attributes\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"click\",function (event) {\n\t\tvar handled = false;\n\t\tif(self.invokeActions(self,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.to) {\n\t\t\tself.navigateTo(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.message) {\n\t\t\tself.dispatchMessage(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.popup || self.popupTitle) {\n\t\t\tself.triggerPopup(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.set || self.setTitle) {\n\t\t\tself.setTiddler();\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.actions) {\n\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t}\n\t\tif(handled) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t\treturn handled;\n\t},false);\n\t// Make it draggable if required\n\tif(this.dragTiddler || this.dragFilter) {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.dragTiddler;},\n\t\t\tdragFilterFn: function() {return self.dragFilter;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nWe don't allow actions to propagate because we trigger actions ourselves\n*/\nButtonWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nButtonWidget.prototype.getBoundingClientRect = function() {\n\treturn this.domNodes[0].getBoundingClientRect();\n};\n\nButtonWidget.prototype.isSelected = function() {\n return this.setTitle ? (this.setField ? this.wiki.getTiddler(this.setTitle).getFieldString(this.setField) === this.setTo :\n\t\t(this.setIndex ? this.wiki.extractTiddlerDataItem(this.setTitle,this.setIndex) === this.setTo :\n\t\t\tthis.wiki.getTiddlerText(this.setTitle))) || this.defaultSetValue || this.getVariable(\"currentTiddler\") :\n\t\tthis.wiki.getTextReference(this.set,this.defaultSetValue,this.getVariable(\"currentTiddler\")) === this.setTo;\n};\n\nButtonWidget.prototype.isPoppedUp = function() {\n\tvar tiddler = this.popupTitle ? this.wiki.getTiddler(this.popupTitle) : this.wiki.getTiddler(this.popup);\n\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\n\treturn result;\n};\n\nButtonWidget.prototype.navigateTo = function(event) {\n\tvar bounds = this.getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tevent: event\n\t});\n};\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event});\n};\n\nButtonWidget.prototype.triggerPopup = function(event) {\n\tif(this.popupTitle) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popupTitle,\n\t\t\twiki: this.wiki,\n\t\t\tnoStateReference: true\n\t\t});\n\t} else {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popup,\n\t\t\twiki: this.wiki\n\t\t});\n\t}\n};\n\nButtonWidget.prototype.setTiddler = function() {\n\tif(this.setTitle) {\n\t\tthis.setField ? this.wiki.setText(this.setTitle,this.setField,undefined,this.setTo) :\n\t\t\t\t(this.setIndex ? this.wiki.setText(this.setTitle,undefined,this.setIndex,this.setTo) :\n\t\t\t\tthis.wiki.setText(this.setTitle,\"text\",undefined,this.setTo));\n\t} else {\n\t\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\"currentTiddler\"));\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nButtonWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\");\n\tthis.to = this.getAttribute(\"to\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.set = this.getAttribute(\"set\");\n\tthis.setTo = this.getAttribute(\"setTo\");\n\tthis.popup = this.getAttribute(\"popup\");\n\tthis.hover = this.getAttribute(\"hover\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\n\tthis.selectedClass = this.getAttribute(\"selectedClass\");\n\tthis.defaultSetValue = this.getAttribute(\"default\",\"\");\n\tthis.buttonTag = this.getAttribute(\"tag\");\n\tthis.dragTiddler = this.getAttribute(\"dragTiddler\");\n\tthis.dragFilter = this.getAttribute(\"dragFilter\");\n\tthis.setTitle = this.getAttribute(\"setTitle\");\n\tthis.setField = this.getAttribute(\"setField\");\n\tthis.setIndex = this.getAttribute(\"setIndex\");\n\tthis.popupTitle = this.getAttribute(\"popupTitle\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nButtonWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes[\"class\"] || changedAttributes.selectedClass || changedAttributes.style || changedAttributes.dragFilter || changedAttributes.dragTiddler || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup]) || (this.popupTitle && changedTiddlers[this.popupTitle]) || changedAttributes.setTitle || changedAttributes.setField || changedAttributes.setIndex || changedAttributes.popupTitle) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.button = ButtonWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/checkbox.js": {
"title": "$:/core/modules/widgets/checkbox.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/checkbox.js\ntype: application/javascript\nmodule-type: widget\n\nCheckbox widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CheckboxWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCheckboxWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.checkboxClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"checkbox\");\n\tif(this.getValue()) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nCheckboxWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\n\tif(tiddler) {\n\t\tif(this.checkboxTag) {\n\t\t\tif(this.checkboxInvertTag) {\n\t\t\t\treturn !tiddler.hasTag(this.checkboxTag);\n\t\t\t} else {\n\t\t\t\treturn tiddler.hasTag(this.checkboxTag);\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tvar value;\n\t\t\tif($tw.utils.hop(tiddler.fields,this.checkboxField)) {\n\t\t\t\tvalue = tiddler.fields[this.checkboxField] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.checkboxDefault || \"\";\n\t\t\t}\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxIndex) {\n\t\t\tvar value = this.wiki.extractTiddlerDataItem(tiddler,this.checkboxIndex,this.checkboxDefault || \"\");\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif(this.checkboxTag) {\n\t\t\treturn false;\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tif(this.checkboxDefault === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(this.checkboxDefault === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\n\tvar checked = this.inputDomNode.checked,\n\t\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\n\t\tfallbackFields = {text: \"\"},\n\t\tnewFields = {title: this.checkboxTitle},\n\t\thasChanged = false,\n\t\ttagCheck = false,\n\t\thasTag = tiddler && tiddler.hasTag(this.checkboxTag),\n\t\tvalue = checked ? this.checkboxChecked : this.checkboxUnchecked;\n\tif(this.checkboxTag && this.checkboxInvertTag === \"yes\") {\n\t\ttagCheck = hasTag === checked;\n\t} else {\n\t\ttagCheck = hasTag !== checked;\n\t}\n\t// Set the tag if specified\n\tif(this.checkboxTag && (!tiddler || tagCheck)) {\n\t\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\n\t\tvar pos = newFields.tags.indexOf(this.checkboxTag);\n\t\tif(pos !== -1) {\n\t\t\tnewFields.tags.splice(pos,1);\n\t\t}\n\t\tif(this.checkboxInvertTag === \"yes\" && !checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t} else if(this.checkboxInvertTag !== \"yes\" && checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t}\n\t\thasChanged = true;\n\t}\n\t// Set the field if specified\n\tif(this.checkboxField) {\n\t\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\n\t\t\tnewFields[this.checkboxField] = value;\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\t// Set the index if specified\n\tif(this.checkboxIndex) {\n\t\tvar indexValue = this.wiki.extractTiddlerDataItem(this.checkboxTitle,this.checkboxIndex);\n\t\tif(!tiddler || indexValue !== value) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(hasChanged) {\n\t\tif(this.checkboxIndex) {\n\t\t\tthis.wiki.setText(this.checkboxTitle,\"\",this.checkboxIndex,value);\n\t\t} else {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\n\t\t}\n\t}\n\t// Trigger actions\n\tif(this.checkboxActions) {\n\t\tthis.invokeActionString(this.checkboxActions,this,event);\n\t}\n\tif(this.checkboxUncheckActions && !checked) {\n\t\tthis.invokeActionString(this.checkboxUncheckActions,this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCheckboxWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.checkboxActions = this.getAttribute(\"actions\");\n\tthis.checkboxUncheckActions = this.getAttribute(\"uncheckactions\");\n\tthis.checkboxTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.checkboxTag = this.getAttribute(\"tag\");\n\tthis.checkboxField = this.getAttribute(\"field\");\n\tthis.checkboxIndex = this.getAttribute(\"index\");\n\tthis.checkboxChecked = this.getAttribute(\"checked\");\n\tthis.checkboxUnchecked = this.getAttribute(\"unchecked\");\n\tthis.checkboxDefault = this.getAttribute(\"default\");\n\tthis.checkboxClass = this.getAttribute(\"class\",\"\");\n\tthis.checkboxInvertTag = this.getAttribute(\"invertTag\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.invertTag || changedAttributes.field || changedAttributes.index || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\"default\"] || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.checkboxTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.checkbox = CheckboxWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/codeblock.js": {
"title": "$:/core/modules/widgets/codeblock.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/codeblock.js\ntype: application/javascript\nmodule-type: widget\n\nCode block node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CodeBlockWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCodeBlockWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar codeNode = this.document.createElement(\"code\"),\n\t\tdomNode = this.document.createElement(\"pre\");\n\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\"code\")));\n\tdomNode.appendChild(codeNode);\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCodeBlockWidget.prototype.execute = function() {\n\tthis.language = this.getAttribute(\"language\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.codeblock = CodeBlockWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/count.js": {
"title": "$:/core/modules/widgets/count.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/count.js\ntype: application/javascript\nmodule-type: widget\n\nCount widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CountWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCountWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCountWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.currentCount);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nCountWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Execute the filter\n\tif(this.filter) {\n\t\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\n\t} else {\n\t\tthis.currentCount = undefined;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCountWidget.prototype.refresh = function(changedTiddlers) {\n\t// Re-execute the filter to get the count\n\tthis.computeAttributes();\n\tvar oldCount = this.currentCount;\n\tthis.execute();\n\tif(this.currentCount !== oldCount) {\n\t\t// Regenerate and rerender the widget and replace the existing DOM node\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n};\n\nexports.count = CountWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/diff-text.js": {
"title": "$:/core/modules/widgets/diff-text.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/diff-text.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display a diff between two texts\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget,\n\tdmp = require(\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\");\n\nvar DiffTextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDiffTextWidget.prototype = new Widget();\n\nDiffTextWidget.prototype.invisibleCharacters = {\n\t\"\\n\": \"↩︎\\n\",\n\t\"\\r\": \"⇠\",\n\t\"\\t\": \"⇥\\t\"\n};\n\n/*\nRender this widget into the DOM\n*/\nDiffTextWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create the diff\n\tvar dmpObject = new dmp.diff_match_patch(),\n\t\tdiffs = dmpObject.diff_main(this.getAttribute(\"source\"),this.getAttribute(\"dest\"));\n\t// Apply required cleanup\n\tswitch(this.getAttribute(\"cleanup\",\"semantic\")) {\n\t\tcase \"none\":\n\t\t\t// No cleanup\n\t\t\tbreak;\n\t\tcase \"efficiency\":\n\t\t\tdmpObject.diff_cleanupEfficiency(diffs);\n\t\t\tbreak;\n\t\tdefault: // case \"semantic\"\n\t\t\tdmpObject.diff_cleanupSemantic(diffs);\n\t\t\tbreak;\n\t}\n\t// Create the elements\n\tvar domContainer = this.document.createElement(\"div\"), \n\t\tdomDiff = this.createDiffDom(diffs);\n\tparent.insertBefore(domContainer,nextSibling);\n\t// Set variables\n\tthis.setVariable(\"diff-count\",diffs.reduce(function(acc,diff) {\n\t\tif(diff[0] !== dmp.DIFF_EQUAL) {\n\t\t\tacc++;\n\t\t}\n\t\treturn acc;\n\t},0).toString());\n\t// Render child widgets\n\tthis.renderChildren(domContainer,null);\n\t// Render the diff\n\tdomContainer.appendChild(domDiff);\n\t// Save our container\n\tthis.domNodes.push(domContainer);\n};\n\n/*\nCreate DOM elements representing a list of diffs\n*/\nDiffTextWidget.prototype.createDiffDom = function(diffs) {\n\tvar self = this;\n\t// Create the element and assign the attributes\n\tvar domPre = this.document.createElement(\"pre\"),\n\t\tdomCode = this.document.createElement(\"code\");\n\t$tw.utils.each(diffs,function(diff) {\n\t\tvar tag = diff[0] === dmp.DIFF_INSERT ? \"ins\" : (diff[0] === dmp.DIFF_DELETE ? \"del\" : \"span\"),\n\t\t\tclassName = diff[0] === dmp.DIFF_INSERT ? \"tc-diff-insert\" : (diff[0] === dmp.DIFF_DELETE ? \"tc-diff-delete\" : \"tc-diff-equal\"),\n\t\t\tdom = self.document.createElement(tag),\n\t\t\ttext = diff[1],\n\t\t\tcurrPos = 0,\n\t\t\tre = /([\\x00-\\x1F])/mg,\n\t\t\tmatch = re.exec(text),\n\t\t\tspan,\n\t\t\tprintable;\n\t\tdom.className = className;\n\t\twhile(match) {\n\t\t\tif(currPos < match.index) {\n\t\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos,match.index)));\n\t\t\t}\n\t\t\tspan = self.document.createElement(\"span\");\n\t\t\tspan.className = \"tc-diff-invisible\";\n\t\t\tprintable = self.invisibleCharacters[match[0]] || (\"[0x\" + match[0].charCodeAt(0).toString(16) + \"]\");\n\t\t\tspan.appendChild(self.document.createTextNode(printable));\n\t\t\tdom.appendChild(span);\n\t\t\tcurrPos = match.index + match[0].length;\n\t\t\tmatch = re.exec(text);\n\t\t}\n\t\tif(currPos < text.length) {\n\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos)));\n\t\t}\n\t\tdomCode.appendChild(dom);\n\t});\n\tdomPre.appendChild(domCode);\n\treturn domPre;\n};\n\n/*\nCompute the internal state of the widget\n*/\nDiffTextWidget.prototype.execute = function() {\n\t// Make child widgets\n\tvar parseTreeNodes;\n\tif(this.parseTreeNode && this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: \"$:/language/Diffs/CountMessage\"}\n\t\t\t}\n\t\t}];\n\t}\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDiffTextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.dest || changedAttributes.cleanup) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports[\"diff-text\"] = DiffTextWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/draggable.js": {
"title": "$:/core/modules/widgets/draggable.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/draggable.js\ntype: application/javascript\nmodule-type: widget\n\nDraggable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DraggableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDraggableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDraggableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Sanitise the specified tag\n\tvar tag = this.draggableTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"div\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [\"tc-draggable\"];\n\tif(this.draggableClasses) {\n\t\tclasses.push(this.draggableClasses);\n\t}\n\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t// Add event handlers\n\t$tw.utils.makeDraggable({\n\t\tdomNode: domNode,\n\t\tdragTiddlerFn: function() {return self.getAttribute(\"tiddler\");},\n\t\tdragFilterFn: function() {return self.getAttribute(\"filter\");},\n\t\tstartActions: self.startActions,\n\t\tendActions: self.endActions,\n\t\twidget: this\n\t});\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nDraggableWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.draggableTag = this.getAttribute(\"tag\",\"div\");\n\tthis.draggableClasses = this.getAttribute(\"class\");\n\tthis.startActions = this.getAttribute(\"startactions\");\n\tthis.endActions = this.getAttribute(\"endactions\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDraggableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedTiddlers.tag || changedTiddlers[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.draggable = DraggableWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/droppable.js": {
"title": "$:/core/modules/widgets/droppable.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/droppable.js\ntype: application/javascript\nmodule-type: widget\n\nDroppable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DroppableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDroppableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDroppableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\n\t\ttag = this.droppableTag;\n\t}\n\t// Create element and assign classes\n\tvar domNode = this.document.createElement(tag),\n\t\tclasses = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-droppable\");\n\tdomNode.className = classes.join(\" \");\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"}\n\t]);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDroppableWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDroppableWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally. The hacky second condition is to resolve a problem with Firefox whereby there is an erroneous dragenter event if the node being dragged is within the dropzone\n\tif(this.currentlyEntered.length === 0 || (this.currentlyEntered.length === 1 && this.currentlyEntered[0] === $tw.dragInProgress)) {\n\t\tthis.currentlyEntered = [];\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDroppableWidget.prototype.handleDragEnterEvent = function(event) {\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragOverEvent = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\t// Set the drop effect\n\tevent.dataTransfer.dropEffect = this.droppableEffect;\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragLeaveEvent = function(event) {\n\tthis.leaveDrag(event);\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDropEvent = function(event) {\n\tvar self = this;\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\tvar dataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Try to import the various data types we understand\n\t$tw.utils.importDataTransfer(dataTransfer,null,function(fieldsArray) {\n\t\tfieldsArray.forEach(function(fields) {\n\t\t\tself.performActions(fields.title || fields.text,event);\n\t\t});\n\t});\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.performActions = function(title,event) {\n\tif(this.droppableActions) {\n\t\tvar modifierKey = event.ctrlKey && ! event.shiftKey ? \"ctrl\" : event.shiftKey && !event.ctrlKey ? \"shift\" : \n\t\t\t\tevent.ctrlKey && event.shiftKey ? \"ctrl-shift\" : \"normal\" ;\n\t\tthis.invokeActionString(this.droppableActions,this,event,{actionTiddler: title, modifier: modifierKey});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDroppableWidget.prototype.execute = function() {\n\tthis.droppableActions = this.getAttribute(\"actions\");\n\tthis.droppableEffect = this.getAttribute(\"effect\",\"copy\");\n\tthis.droppableTag = this.getAttribute(\"tag\");\n\tthis.droppableClass = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.droppable = DroppableWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/dropzone.js": {
"title": "$:/core/modules/widgets/dropzone.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/dropzone.js\ntype: application/javascript\nmodule-type: widget\n\nDropzone widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DropZoneWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDropZoneWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDropZoneWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"div\");\n\tdomNode.className = \"tc-dropzone\";\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"},\n\t\t{name: \"paste\", handlerObject: this, handlerMethod: \"handlePasteEvent\"}\n\t]);\n\tdomNode.addEventListener(\"click\",function (event) {\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDropZoneWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally\n\tif(this.currentlyEntered.length === 0) {\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.handleDragEnterEvent = function(event) {\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handleDragOverEvent = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\tevent.dataTransfer.dropEffect = \"copy\"; // Explicitly show this is a copy\n};\n\nDropZoneWidget.prototype.handleDragLeaveEvent = function(event) {\n\tthis.leaveDrag(event);\n};\n\nDropZoneWidget.prototype.handleDropEvent = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t};\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tvar self = this,\n\t\tdataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Import any files in the drop\n\tvar numFiles = 0;\n\tif(dataTransfer.files) {\n\t\tnumFiles = this.wiki.readFiles(dataTransfer.files,{\n\t\t\tcallback: readFileCallback,\n\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t});\n\t}\n\t// Try to import the various data types we understand\n\tif(numFiles === 0) {\n\t\t$tw.utils.importDataTransfer(dataTransfer,this.wiki.generateNewTitle(\"Untitled\"),readFileCallback);\n\t}\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handlePasteEvent = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t};\n\t// Let the browser handle it if we're in a textarea or input box\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) == -1 && !event.target.isContentEditable) {\n\t\tvar self = this,\n\t\t\titems = event.clipboardData.items;\n\t\t// Enumerate the clipboard items\n\t\tfor(var t = 0; t<items.length; t++) {\n\t\t\tvar item = items[t];\n\t\t\tif(item.kind === \"file\") {\n\t\t\t\t// Import any files\n\t\t\t\tthis.wiki.readFile(item.getAsFile(),{\n\t\t\t\t\tcallback: readFileCallback,\n\t\t\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t\t\t});\n\t\t\t} else if(item.kind === \"string\") {\n\t\t\t\t// Create tiddlers from string items\n\t\t\t\tvar type = item.type;\n\t\t\t\titem.getAsString(function(str) {\n\t\t\t\t\tvar tiddlerFields = {\n\t\t\t\t\t\ttitle: self.wiki.generateNewTitle(\"Untitled\"),\n\t\t\t\t\t\ttext: str,\n\t\t\t\t\t\ttype: type\n\t\t\t\t\t};\n\t\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\t\tconsole.log(\"Importing string '\" + str + \"', type: '\" + type + \"'\");\n\t\t\t\t\t}\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields])});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t// Tell the browser that we've handled the paste\n\t\tevent.stopPropagation();\n\t\tevent.preventDefault();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDropZoneWidget.prototype.execute = function() {\n\tthis.dropzoneDeserializer = this.getAttribute(\"deserializer\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDropZoneWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.dropzone = DropZoneWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-binary.js": {
"title": "$:/core/modules/widgets/edit-binary.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-binary.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-binary widget; placeholder for editing binary tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBinaryWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBinaryWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBinaryWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBinaryWidget.prototype.execute = function() {\n\t// Construct the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"transclude\",\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t}\n\t}]);\n};\n\n/*\nRefresh by refreshing our child widget\n*/\nEditBinaryWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"edit-binary\"] = EditBinaryWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-bitmap.js": {
"title": "$:/core/modules/widgets/edit-bitmap.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-bitmap.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-bitmap widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Default image sizes\nvar DEFAULT_IMAGE_WIDTH = 600,\n\tDEFAULT_IMAGE_HEIGHT = 370;\n\n// Configuration tiddlers\nvar LINE_WIDTH_TITLE = \"$:/config/BitmapEditor/LineWidth\",\n\tLINE_COLOUR_TITLE = \"$:/config/BitmapEditor/Colour\",\n\tLINE_OPACITY_TITLE = \"$:/config/BitmapEditor/Opacity\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBitmapWidget = function(parseTreeNode,options) {\n\t// Initialise the editor operations if they've not been done already\n\tif(!this.editorOperations) {\n\t\tEditBitmapWidget.prototype.editorOperations = {};\n\t\t$tw.modules.applyMethods(\"bitmapeditoroperation\",this.editorOperations);\n\t}\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBitmapWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBitmapWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create the wrapper for the toolbar and render its content\n\tthis.toolbarNode = this.document.createElement(\"div\");\n\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\tparent.insertBefore(this.toolbarNode,nextSibling);\n\tthis.domNodes.push(this.toolbarNode);\n\t// Create the on-screen canvas\n\tthis.canvasDomNode = $tw.utils.domMaker(\"canvas\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor\",\n\t\teventListeners: [{\n\t\t\tname: \"touchstart\", handlerObject: this, handlerMethod: \"handleTouchStartEvent\"\n\t\t},{\n\t\t\tname: \"touchmove\", handlerObject: this, handlerMethod: \"handleTouchMoveEvent\"\n\t\t},{\n\t\t\tname: \"touchend\", handlerObject: this, handlerMethod: \"handleTouchEndEvent\"\n\t\t},{\n\t\t\tname: \"mousedown\", handlerObject: this, handlerMethod: \"handleMouseDownEvent\"\n\t\t},{\n\t\t\tname: \"mousemove\", handlerObject: this, handlerMethod: \"handleMouseMoveEvent\"\n\t\t},{\n\t\t\tname: \"mouseup\", handlerObject: this, handlerMethod: \"handleMouseUpEvent\"\n\t\t}]\n\t});\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Render toolbar child widgets\n\tthis.renderChildren(this.toolbarNode,null);\n\t// // Insert the elements into the DOM\n\tparent.insertBefore(this.canvasDomNode,nextSibling);\n\tthis.domNodes.push(this.canvasDomNode);\n\t// Load the image into the canvas\n\tif($tw.browser) {\n\t\tthis.loadCanvas();\n\t}\n\t// Add widget message listeners\n\tthis.addEventListeners([\n\t\t{type: \"tm-edit-bitmap-operation\", handler: \"handleEditBitmapOperationMessage\"}\n\t]);\n};\n\n/*\nHandle an edit bitmap operation message from the toolbar\n*/\nEditBitmapWidget.prototype.handleEditBitmapOperationMessage = function(event) {\n\t// Invoke the handler\n\tvar handler = this.editorOperations[event.param];\n\tif(handler) {\n\t\thandler.call(this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBitmapWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nJust refresh the toolbar\n*/\nEditBitmapWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nSet the bitmap size variables and refresh the toolbar\n*/\nEditBitmapWidget.prototype.refreshToolbar = function() {\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Refresh each of our child widgets\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\tchildWidget.refreshSelf();\n\t});\n};\n\nEditBitmapWidget.prototype.loadCanvas = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle),\n\t\tcurrImage = new Image();\n\t// Set up event handlers for loading the image\n\tvar self = this;\n\tcurrImage.onload = function() {\n\t\t// Copy the image to the on-screen canvas\n\t\tself.initCanvas(self.canvasDomNode,currImage.width,currImage.height,currImage);\n\t\t// And also copy the current bitmap to the off-screen canvas\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,currImage.width,currImage.height,currImage);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\tcurrImage.onerror = function() {\n\t\t// Set the on-screen canvas size and clear it\n\t\tself.initCanvas(self.canvasDomNode,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the off-screen canvas size and clear it\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\t// Get the current bitmap into an image object\n\tcurrImage.src = \"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text;\n};\n\nEditBitmapWidget.prototype.initCanvas = function(canvas,width,height,image) {\n\tcanvas.width = width;\n\tcanvas.height = height;\n\tvar ctx = canvas.getContext(\"2d\");\n\tif(image) {\n\t\tctx.drawImage(image,0,0);\n\t} else {\n\t\tctx.fillStyle = \"#fff\";\n\t\tctx.fillRect(0,0,canvas.width,canvas.height);\n\t}\n};\n\n/*\n** Change the size of the canvas, preserving the current image\n*/\nEditBitmapWidget.prototype.changeCanvasSize = function(newWidth,newHeight) {\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\");\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\n/*\n** Rotate the canvas left by 90 degrees\n*/\nEditBitmapWidget.prototype.rotateCanvasLeft = function() {\n\t// Get the current size of the image\n\tvar origWidth = this.currCanvas.width,\n\t\torigHeight = this.currCanvas.height;\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\"),\n\t\tnewWidth = origHeight,\n\t\tnewHeight = origWidth;\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.save();\n\tctx.translate(newWidth / 2,newHeight / 2);\n\tctx.rotate(-Math.PI / 2);\n\tctx.drawImage(this.currCanvas,-origWidth / 2,-origHeight / 2);\n\tctx.restore();\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\nEditBitmapWidget.prototype.handleTouchStartEvent = function(event) {\n\tthis.brushDown = true;\n\tthis.strokeStart(event.touches[0].clientX,event.touches[0].clientY);\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.touches[0].clientX,event.touches[0].clientY);\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchEndEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.strokeStart(event.clientX,event.clientY);\n\tthis.brushDown = true;\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.clientX,event.clientY);\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.handleMouseUpEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.adjustCoordinates = function(x,y) {\n\tvar canvasRect = this.canvasDomNode.getBoundingClientRect(),\n\t\tscale = this.canvasDomNode.width/canvasRect.width;\n\treturn {x: (x - canvasRect.left) * scale, y: (y - canvasRect.top) * scale};\n};\n\nEditBitmapWidget.prototype.strokeStart = function(x,y) {\n\t// Start off a new stroke\n\tthis.stroke = [this.adjustCoordinates(x,y)];\n};\n\nEditBitmapWidget.prototype.strokeMove = function(x,y) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\"),\n\t\tt;\n\t// Add the new position to the end of the stroke\n\tthis.stroke.push(this.adjustCoordinates(x,y));\n\t// Redraw the previous image\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Render the stroke\n\tctx.globalAlpha = parseFloat(this.wiki.getTiddlerText(LINE_OPACITY_TITLE,\"1.0\"));\n\tctx.strokeStyle = this.wiki.getTiddlerText(LINE_COLOUR_TITLE,\"#ff0\");\n\tctx.lineWidth = parseFloat(this.wiki.getTiddlerText(LINE_WIDTH_TITLE,\"3\"));\n\tctx.lineCap = \"round\";\n\tctx.lineJoin = \"round\";\n\tctx.beginPath();\n\tctx.moveTo(this.stroke[0].x,this.stroke[0].y);\n\tfor(t=1; t<this.stroke.length-1; t++) {\n\t\tvar s1 = this.stroke[t],\n\t\t\ts2 = this.stroke[t-1],\n\t\t\ttx = (s1.x + s2.x)/2,\n\t\t\tty = (s1.y + s2.y)/2;\n\t\tctx.quadraticCurveTo(s2.x,s2.y,tx,ty);\n\t}\n\tctx.stroke();\n};\n\nEditBitmapWidget.prototype.strokeEnd = function() {\n\t// Copy the bitmap to the off-screen canvas\n\tvar ctx = this.currCanvas.getContext(\"2d\");\n\tctx.drawImage(this.canvasDomNode,0,0);\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\nEditBitmapWidget.prototype.saveChanges = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\tif(tiddler) {\n\t\t// data URIs look like \"data:<type>;base64,<text>\"\n\t\tvar dataURL = this.canvasDomNode.toDataURL(tiddler.fields.type),\n\t\t\tposColon = dataURL.indexOf(\":\"),\n\t\t\tposSemiColon = dataURL.indexOf(\";\"),\n\t\t\tposComma = dataURL.indexOf(\",\"),\n\t\t\ttype = dataURL.substring(posColon+1,posSemiColon),\n\t\t\ttext = dataURL.substring(posComma+1);\n\t\tvar update = {type: type, text: text};\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getModificationFields(),tiddler,update,this.wiki.getCreationFields()));\n\t}\n};\n\nexports[\"edit-bitmap\"] = EditBitmapWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-shortcut.js": {
"title": "$:/core/modules/widgets/edit-shortcut.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-shortcut.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display an editable keyboard shortcut\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditShortcutWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditShortcutWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditShortcutWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.inputNode = this.document.createElement(\"input\");\n\t// Assign classes\n\tif(this.shortcutClass) {\n\t\tthis.inputNode.className = this.shortcutClass;\t\t\n\t}\n\t// Assign other attributes\n\tif(this.shortcutStyle) {\n\t\tthis.inputNode.setAttribute(\"style\",this.shortcutStyle);\n\t}\n\tif(this.shortcutTooltip) {\n\t\tthis.inputNode.setAttribute(\"title\",this.shortcutTooltip);\n\t}\n\tif(this.shortcutPlaceholder) {\n\t\tthis.inputNode.setAttribute(\"placeholder\",this.shortcutPlaceholder);\n\t}\n\tif(this.shortcutAriaLabel) {\n\t\tthis.inputNode.setAttribute(\"aria-label\",this.shortcutAriaLabel);\n\t}\n\t// Assign the current shortcut\n\tthis.updateInputNode();\n\t// Add event handlers\n\t$tw.utils.addEventListeners(this.inputNode,[\n\t\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Link into the DOM\n\tparent.insertBefore(this.inputNode,nextSibling);\n\tthis.domNodes.push(this.inputNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditShortcutWidget.prototype.execute = function() {\n\tthis.shortcutTiddler = this.getAttribute(\"tiddler\");\n\tthis.shortcutField = this.getAttribute(\"field\");\n\tthis.shortcutIndex = this.getAttribute(\"index\");\n\tthis.shortcutPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.shortcutDefault = this.getAttribute(\"default\",\"\");\n\tthis.shortcutClass = this.getAttribute(\"class\");\n\tthis.shortcutStyle = this.getAttribute(\"style\");\n\tthis.shortcutTooltip = this.getAttribute(\"tooltip\");\n\tthis.shortcutAriaLabel = this.getAttribute(\"aria-label\");\n};\n\n/*\nUpdate the value of the input node\n*/\nEditShortcutWidget.prototype.updateInputNode = function() {\n\tif(this.shortcutField) {\n\t\tvar tiddler = this.wiki.getTiddler(this.shortcutTiddler);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,this.shortcutField)) {\n\t\t\tthis.inputNode.value = tiddler.getFieldString(this.shortcutField);\n\t\t} else {\n\t\t\tthis.inputNode.value = this.shortcutDefault;\n\t\t}\n\t} else if(this.shortcutIndex) {\n\t\tthis.inputNode.value = this.wiki.extractTiddlerDataItem(this.shortcutTiddler,this.shortcutIndex,this.shortcutDefault);\n\t} else {\n\t\tthis.inputNode.value = this.wiki.getTiddlerText(this.shortcutTiddler,this.shortcutDefault);\n\t}\n};\n\n/*\nHandle a dom \"keydown\" event\n*/\nEditShortcutWidget.prototype.handleKeydownEvent = function(event) {\n\t// Ignore shift, ctrl, meta, alt\n\tif(event.keyCode && $tw.keyboardManager.getModifierKeys().indexOf(event.keyCode) === -1) {\n\t\t// Get the shortcut text representation\n\t\tvar value = $tw.keyboardManager.getPrintableShortcuts([{\n\t\t\tctrlKey: event.ctrlKey,\n\t\t\tshiftKey: event.shiftKey,\n\t\t\taltKey: event.altKey,\n\t\t\tmetaKey: event.metaKey,\n\t\t\tkeyCode: event.keyCode\n\t\t}]);\n\t\tif(value.length > 0) {\n\t\t\tthis.wiki.setText(this.shortcutTiddler,this.shortcutField,this.shortcutIndex,value[0]);\n\t\t}\n\t\t// Ignore the keydown if it was already handled\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn true;\t\t\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget needed re-rendering\n*/\nEditShortcutWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.placeholder || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.style || changedAttributes.tooltip || changedAttributes[\"aria-label\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedTiddlers[this.shortcutTiddler]) {\n\t\tthis.updateInputNode();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports[\"edit-shortcut\"] = EditShortcutWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-text.js": {
"title": "$:/core/modules/widgets/edit-text.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-text.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedEngine = require(\"$:/core/modules/editor/engines/framed.js\").FramedEngine,\n\tSimpleEngine = require(\"$:/core/modules/editor/engines/simple.js\").SimpleEngine;\n\nexports[\"edit-text\"] = editTextWidgetFactory(FramedEngine,SimpleEngine);\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit.js": {
"title": "$:/core/modules/widgets/edit.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit.js\ntype: application/javascript\nmodule-type: widget\n\nEdit widget is a meta-widget chooses the appropriate actual editting widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n// Mappings from content type to editor type are stored in tiddlers with this prefix\nvar EDITOR_MAPPING_PREFIX = \"$:/config/EditorTypeMappings/\";\n\n/*\nCompute the internal state of the widget\n*/\nEditWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editClass = this.getAttribute(\"class\");\n\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\t// Choose the appropriate edit widget\n\tthis.editorType = this.getEditorType();\n\t// Make the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"edit-\" + this.editorType,\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: this.editTitle},\n\t\t\tfield: {type: \"string\", value: this.editField},\n\t\t\tindex: {type: \"string\", value: this.editIndex},\n\t\t\t\"class\": {type: \"string\", value: this.editClass},\n\t\t\t\"placeholder\": {type: \"string\", value: this.editPlaceholder}\n\t\t},\n\t\tchildren: this.parseTreeNode.children\n\t}]);\n};\n\nEditWidget.prototype.getEditorType = function() {\n\t// Get the content type of the thing we're editing\n\tvar type;\n\tif(this.editField === \"text\") {\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\ttype = tiddler.fields.type;\n\t\t}\n\t}\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\n\tif(!editorType) {\n\t\tvar typeInfo = $tw.config.contentTypeInfo[type];\n\t\tif(typeInfo && typeInfo.encoding === \"base64\") {\n\t\t\teditorType = \"binary\";\n\t\t} else {\n\t\t\teditorType = \"text\";\n\t\t}\n\t}\n\treturn editorType;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.edit = EditWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/element.js": {
"title": "$:/core/modules/widgets/element.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/element.js\ntype: application/javascript\nmodule-type: widget\n\nElement widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ElementWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nElementWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nElementWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Neuter blacklisted elements\n\tvar tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"safe-\" + tag;\n\t}\n\t// Adjust headings by the current base level\n\tvar headingLevel = [\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].indexOf(tag);\n\tif(headingLevel !== -1) {\n\t\tvar baseLevel = parseInt(this.getVariable(\"tv-adjust-heading-level\",\"0\"),10) || 0;\n\t\theadingLevel = Math.min(Math.max(headingLevel + 1 + baseLevel,1),6);\n\t\ttag = \"h\" + headingLevel;\n\t}\n\t// Create the DOM node\n\tvar domNode = this.document.createElementNS(this.namespace,tag);\n\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nElementWidget.prototype.execute = function() {\n\t// Select the namespace for the tag\n\tvar tagNamespaces = {\n\t\t\tsvg: \"http://www.w3.org/2000/svg\",\n\t\t\tmath: \"http://www.w3.org/1998/Math/MathML\",\n\t\t\tbody: \"http://www.w3.org/1999/xhtml\"\n\t\t};\n\tthis.namespace = tagNamespaces[this.parseTreeNode.tag];\n\tif(this.namespace) {\n\t\tthis.setVariable(\"namespace\",this.namespace);\n\t} else {\n\t\tthis.namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"});\n\t}\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\t// Update our attributes\n\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\n\t}\n\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\n};\n\nexports.element = ElementWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/encrypt.js": {
"title": "$:/core/modules/widgets/encrypt.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/encrypt.js\ntype: application/javascript\nmodule-type: widget\n\nEncrypt widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EncryptWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEncryptWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEncryptWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.encryptedText);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEncryptWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\",\"[!is[system]]\");\n\t// Encrypt the filtered tiddlers\n\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\n\t\tjson = {},\n\t\tself = this;\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title),\n\t\t\tjsonTiddler = {};\n\t\tfor(var f in tiddler.fields) {\n\t\t\tjsonTiddler[f] = tiddler.getFieldString(f);\n\t\t}\n\t\tjson[title] = jsonTiddler;\n\t});\n\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\n\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\n\treturn false;\n};\n\nexports.encrypt = EncryptWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/entity.js": {
"title": "$:/core/modules/widgets/entity.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/entity.js\ntype: application/javascript\nmodule-type: widget\n\nHTML entity widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EntityWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEntityWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEntityWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar entityString = this.getAttribute(\"entity\",this.parseTreeNode.entity || \"\"),\n\t\ttextNode = this.document.createTextNode($tw.utils.entityDecode(entityString));\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEntityWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEntityWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.entity) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.entity = EntityWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/fieldmangler.js": {
"title": "$:/core/modules/widgets/fieldmangler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/fieldmangler.js\ntype: application/javascript\nmodule-type: widget\n\nField mangler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-remove-field\", handler: \"handleRemoveFieldEvent\"},\n\t\t{type: \"tm-add-field\", handler: \"handleAddFieldEvent\"},\n\t\t{type: \"tm-remove-tag\", handler: \"handleRemoveTagEvent\"},\n\t\t{type: \"tm-add-tag\", handler: \"handleAddTagEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldManglerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldManglerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldManglerWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.mangleTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldManglerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nFieldManglerWidget.prototype.handleRemoveFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tdeletion = {};\n\tdeletion[event.param] = undefined;\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,deletion));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\taddition = this.wiki.getModificationFields(),\n\t\thadInvalidFieldName = false,\n\t\taddField = function(name,value) {\n\t\t\tvar trimmedName = name.toLowerCase().trim();\n\t\t\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\t\t\tif(!hadInvalidFieldName) {\n\t\t\t\t\talert($tw.language.getString(\n\t\t\t\t\t\t\"InvalidFieldName\",\n\t\t\t\t\t\t{variables:\n\t\t\t\t\t\t\t{fieldName: trimmedName}\n\t\t\t\t\t\t}\n\t\t\t\t\t));\n\t\t\t\t\thadInvalidFieldName = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif(!value && tiddler) {\n\t\t\t\t\tvalue = tiddler.fields[trimmedName];\n\t\t\t\t}\n\t\t\t\taddition[trimmedName] = value || \"\";\n\t\t\t}\n\t\t\treturn;\n\t\t};\n\taddition.title = this.mangleTitle;\n\tif(typeof event.param === \"string\") {\n\t\taddField(event.param,\"\");\n\t}\n\tif(typeof event.paramObject === \"object\") {\n\t\tfor(var name in event.paramObject) {\n\t\t\taddField(name,event.paramObject[name]);\n\t\t}\n\t}\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleRemoveTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && tiddler.fields.tags) {\n\t\tvar p = tiddler.fields.tags.indexOf(event.param);\n\t\tif(p !== -1) {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\tmodification.tags.splice(p,1);\n\t\t\tif(modification.tags.length === 0) {\n\t\t\t\tmodification.tags = undefined;\n\t\t\t}\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\n\t\t}\n\t}\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && typeof event.param === \"string\") {\n\t\tvar tag = event.param.trim();\n\t\tif(tag !== \"\") {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\t$tw.utils.pushTop(modification.tags,tag);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\t\t\t\n\t\t}\n\t} else if(typeof event.param === \"string\" && event.param.trim() !== \"\" && this.mangleTitle.trim() !== \"\") {\n\t\tvar tag = [];\n\t\ttag.push(event.param.trim());\n\t\tthis.wiki.addTiddler(new $tw.Tiddler({title: this.mangleTitle, tags: tag},modification));\n\t}\n\treturn true;\n};\n\nexports.fieldmangler = FieldManglerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/fields.js": {
"title": "$:/core/modules/widgets/fields.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/fields.js\ntype: application/javascript\nmodule-type: widget\n\nFields widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldsWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldsWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldsWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.template = this.getAttribute(\"template\");\n\tthis.exclude = this.getAttribute(\"exclude\");\n\tthis.stripTitlePrefix = this.getAttribute(\"stripTitlePrefix\",\"no\") === \"yes\";\n\t// Get the value to display\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\t// Get the exclusion list\n\tvar exclude;\n\tif(this.exclude) {\n\t\texclude = this.exclude.split(\" \");\n\t} else {\n\t\texclude = [\"text\"]; \n\t}\n\t// Compose the template\n\tvar text = [];\n\tif(this.template && tiddler) {\n\t\tvar fields = [];\n\t\tfor(var fieldName in tiddler.fields) {\n\t\t\tif(exclude.indexOf(fieldName) === -1) {\n\t\t\t\tfields.push(fieldName);\n\t\t\t}\n\t\t}\n\t\tfields.sort();\n\t\tfor(var f=0; f<fields.length; f++) {\n\t\t\tfieldName = fields[f];\n\t\t\tif(exclude.indexOf(fieldName) === -1) {\n\t\t\t\tvar row = this.template,\n\t\t\t\t\tvalue = tiddler.getFieldString(fieldName);\n\t\t\t\tif(this.stripTitlePrefix && fieldName === \"title\") {\n\t\t\t\t\tvar reStrip = /^\\{[^\\}]+\\}(.+)/mg,\n\t\t\t\t\t\treMatch = reStrip.exec(value);\n\t\t\t\t\tif(reMatch) {\n\t\t\t\t\t\tvalue = reMatch[1];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trow = $tw.utils.replaceString(row,\"$name$\",fieldName);\n\t\t\t\trow = $tw.utils.replaceString(row,\"$value$\",value);\n\t\t\t\trow = $tw.utils.replaceString(row,\"$encoded_value$\",$tw.utils.htmlEncode(value));\n\t\t\t\ttext.push(row);\n\t\t\t}\n\t\t}\n\t}\n\tthis.text = text.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.template || changedAttributes.exclude || changedAttributes.stripTitlePrefix || changedTiddlers[this.tiddlerTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.fields = FieldsWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/image.js": {
"title": "$:/core/modules/widgets/image.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/image.js\ntype: application/javascript\nmodule-type: widget\n\nThe image widget displays an image referenced with an external URI or with a local tiddler title.\n\n```\n<$image src=\"TiddlerTitle\" width=\"320\" height=\"400\" class=\"classnames\">\n```\n\nThe image source can be the title of an existing tiddler or the URL of an external image.\n\nExternal images always generate an HTML `<img>` tag.\n\nTiddlers that have a _canonical_uri field generate an HTML `<img>` tag with the src attribute containing the URI.\n\nTiddlers that contain image data generate an HTML `<img>` tag with the src attribute containing a base64 representation of the image.\n\nTiddlers that contain wikitext could be rendered to a DIV of the usual size of a tiddler, and then transformed to the size requested.\n\nThe width and height attributes are interpreted as a number of pixels, and do not need to include the \"px\" suffix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\t// Determine what type of image it is\n\tvar tag = \"img\", src = \"\",\n\t\ttiddler = this.wiki.getTiddler(this.imageSource);\n\tif(!tiddler) {\n\t\t// The source isn't the title of a tiddler, so we'll assume it's a URL\n\t\tsrc = this.getVariable(\"tv-get-export-image-link\",{params: [{name: \"src\",value: this.imageSource}],defaultValue: this.imageSource});\n\t} else {\n\t\t// Check if it is an image tiddler\n\t\tif(this.wiki.isImageTiddler(this.imageSource)) {\n\t\t\tvar type = tiddler.fields.type,\n\t\t\t\ttext = tiddler.fields.text,\n\t\t\t\t_canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t// If the tiddler has body text then it doesn't need to be lazily loaded\n\t\t\tif(text) {\n\t\t\t\t// Render the appropriate element for the image type\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = \"data:application/pdf;base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = \"data:image/svg+xml,\" + encodeURIComponent(text);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = \"data:\" + type + \";base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if(_canonical_uri) {\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\t\n\t\t\t} else {\n\t\t\t\t// Just trigger loading of the tiddler\n\t\t\t\tthis.wiki.getTiddlerText(this.imageSource);\n\t\t\t}\n\t\t}\n\t}\n\t// Create the element and assign the attributes\n\tvar domNode = this.document.createElement(tag);\n\tdomNode.setAttribute(\"src\",src);\n\tif(this.imageClass) {\n\t\tdomNode.setAttribute(\"class\",this.imageClass);\t\t\n\t}\n\tif(this.imageWidth) {\n\t\tdomNode.setAttribute(\"width\",this.imageWidth);\n\t}\n\tif(this.imageHeight) {\n\t\tdomNode.setAttribute(\"height\",this.imageHeight);\n\t}\n\tif(this.imageTooltip) {\n\t\tdomNode.setAttribute(\"title\",this.imageTooltip);\t\t\n\t}\n\tif(this.imageAlt) {\n\t\tdomNode.setAttribute(\"alt\",this.imageAlt);\t\t\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImageWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.imageSource = this.getAttribute(\"source\");\n\tthis.imageWidth = this.getAttribute(\"width\");\n\tthis.imageHeight = this.getAttribute(\"height\");\n\tthis.imageClass = this.getAttribute(\"class\");\n\tthis.imageTooltip = this.getAttribute(\"tooltip\");\n\tthis.imageAlt = this.getAttribute(\"alt\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.width || changedAttributes.height || changedAttributes[\"class\"] || changedAttributes.tooltip || changedTiddlers[this.imageSource]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\t\n\t}\n};\n\nexports.image = ImageWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/importvariables.js": {
"title": "$:/core/modules/widgets/importvariables.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/importvariables.js\ntype: application/javascript\nmodule-type: widget\n\nImport variable definitions from other tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImportVariablesWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImportVariablesWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImportVariablesWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImportVariablesWidget.prototype.execute = function(tiddlerList) {\n\tvar self = this;\n\t// Get our parameters\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Compute the filter\n\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\n\t// Accumulate the <$set> widgets from each tiddler\n\tvar widgetStackStart,widgetStackEnd;\n\tfunction addWidgetNode(widgetNode) {\n\t\tif(widgetNode) {\n\t\t\tif(!widgetStackStart && !widgetStackEnd) {\n\t\t\t\twidgetStackStart = widgetNode;\n\t\t\t\twidgetStackEnd = widgetNode;\n\t\t\t} else {\n\t\t\t\twidgetStackEnd.children = [widgetNode];\n\t\t\t\twidgetStackEnd = widgetNode;\n\t\t\t}\n\t\t}\n\t}\n\t$tw.utils.each(this.tiddlerList,function(title) {\n\t\tvar parser = self.wiki.parseTiddler(title);\n\t\tif(parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile(parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\taddWidgetNode({\n\t\t\t\t\ttype: \"set\",\n\t\t\t\t\tattributes: parseTreeNode.attributes,\n\t\t\t\t\tparams: parseTreeNode.params,\n\t\t\t\t\tisMacroDefinition: parseTreeNode.isMacroDefinition\n\t\t\t\t});\n\t\t\t\tparseTreeNode = parseTreeNode.children[0];\n\t\t\t}\n\t\t} \n\t});\n\t// Add our own children to the end of the pile\n\tvar parseTreeNodes;\n\tif(widgetStackStart && widgetStackEnd) {\n\t\tparseTreeNodes = [widgetStackStart];\n\t\twidgetStackEnd.children = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\n\t// Recompute our attributes and the filter list\n\tvar changedAttributes = this.computeAttributes(),\n\t\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\"filter\"),this);\n\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\n\tfunction haveListedTiddlersChanged() {\n\t\tvar changed = false;\n\t\ttiddlerList.forEach(function(title) {\n\t\t\tif(changedTiddlers[title]) {\n\t\t\t\tchanged = true;\n\t\t\t}\n\t\t});\n\t\treturn changed;\n\t}\n\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\n\t\t// Compute the filter\n\t\tthis.removeChildDomNodes();\n\t\tthis.execute(tiddlerList);\n\t\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.importvariables = ImportVariablesWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/keyboard.js": {
"title": "$:/core/modules/widgets/keyboard.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/keyboard.js\ntype: application/javascript\nmodule-type: widget\n\nKeyboard shortcut widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar KeyboardWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nKeyboardWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nKeyboardWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.tag && $tw.config.htmlUnsafeElements.indexOf(this.tag) === -1) {\n\t\ttag = this.tag;\n\t}\n\t// Create element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-keyboard\");\n\tdomNode.className = classes.join(\" \");\n\t// Add a keyboard event handler\n\tdomNode.addEventListener(\"keydown\",function (event) {\n\t\tif($tw.keyboardManager.checkKeyDescriptors(event,self.keyInfoArray)) {\n\t\t\tself.invokeActions(self,event);\n\t\t\tif(self.actions) {\n\t\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t\t}\n\t\t\tself.dispatchMessage(event);\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nKeyboardWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n};\n\n/*\nCompute the internal state of the widget\n*/\nKeyboardWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.key = this.getAttribute(\"key\");\n\tthis.tag = this.getAttribute(\"tag\");\n\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\tif(this.key.substr(0,2) === \"((\" && this.key.substr(-2,2) === \"))\") {\n\t\tthis.shortcutTiddlers = [];\n\t\tvar name = this.key.substring(2,this.key.length -2);\n\t\t$tw.utils.each($tw.keyboardManager.lookupNames,function(platformDescriptor) {\n\t\t\tself.shortcutTiddlers.push(\"$:/config/\" + platformDescriptor + \"/\" + name);\n\t\t});\n\t}\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nKeyboardWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.message || changedAttributes.param || changedAttributes.key || changedAttributes[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\t// Update the keyInfoArray if one of its shortcut-config-tiddlers has changed\n\tif(this.shortcutTiddlers && $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers)) {\n\t\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.keyboard = KeyboardWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/link.js": {
"title": "$:/core/modules/widgets/link.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/link.js\ntype: application/javascript\nmodule-type: widget\n\nLink widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the value of the tv-wikilinks configuration macro\n\tvar wikiLinksMacro = this.getVariable(\"tv-wikilinks\"),\n\t\tuseWikiLinks = wikiLinksMacro ? (wikiLinksMacro.trim() !== \"no\") : true,\n\t\tmissingLinksEnabled = !(this.hideMissingLinks && this.isMissing && !this.isShadow);\n\t// Render the link if required\n\tif(useWikiLinks && missingLinksEnabled) {\n\t\tthis.renderLink(parent,nextSibling);\n\t} else {\n\t\t// Just insert the link text\n\t\tvar domNode = this.document.createElement(\"span\");\n\t\tparent.insertBefore(domNode,nextSibling);\n\t\tthis.renderChildren(domNode,null);\n\t\tthis.domNodes.push(domNode);\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.renderLink = function(parent,nextSibling) {\n\tvar self = this;\n\t// Sanitise the specified tag\n\tvar tag = this.linkTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"a\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [];\n\tif(this.overrideClasses === undefined) {\n\t\tclasses.push(\"tc-tiddlylink\");\n\t\tif(this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-shadow\");\n\t\t}\n\t\tif(this.isMissing && !this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-missing\");\n\t\t} else {\n\t\t\tif(!this.isMissing) {\n\t\t\t\tclasses.push(\"tc-tiddlylink-resolves\");\n\t\t\t}\n\t\t}\n\t\tif(this.linkClasses) {\n\t\t\tclasses.push(this.linkClasses);\t\t\t\n\t\t}\n\t} else if(this.overrideClasses !== \"\") {\n\t\tclasses.push(this.overrideClasses)\n\t}\n\tif(classes.length > 0) {\n\t\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t}\n\t// Set an href\n\tvar wikilinkTransformFilter = this.getVariable(\"tv-filter-export-link\"),\n\t\twikiLinkText;\n\tif(wikilinkTransformFilter) {\n\t\t// Use the filter to construct the href\n\t\twikiLinkText = this.wiki.filterTiddlers(wikilinkTransformFilter,this,function(iterator) {\n\t\t\titerator(self.wiki.getTiddler(self.to),self.to)\n\t\t})[0];\n\t} else {\n\t\t// Expand the tv-wikilink-template variable to construct the href\n\t\tvar wikiLinkTemplateMacro = this.getVariable(\"tv-wikilink-template\"),\n\t\t\twikiLinkTemplate = wikiLinkTemplateMacro ? wikiLinkTemplateMacro.trim() : \"#$uri_encoded$\";\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkTemplate,\"$uri_encoded$\",encodeURIComponent(this.to));\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkText,\"$uri_doubleencoded$\",encodeURIComponent(encodeURIComponent(this.to)));\n\t}\n\t// Override with the value of tv-get-export-link if defined\n\twikiLinkText = this.getVariable(\"tv-get-export-link\",{params: [{name: \"to\",value: this.to}],defaultValue: wikiLinkText});\n\tif(tag === \"a\") {\n\t\tdomNode.setAttribute(\"href\",wikiLinkText);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\t// Set the tooltip\n\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \"<$transclude field='tooltip'><$transclude field='title'/></$transclude>\"\n\tvar tooltipWikiText = this.tooltip || this.getVariable(\"tv-wikilink-tooltip\");\n\tif(tooltipWikiText) {\n\t\tvar tooltipText = this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",tooltipWikiText,{\n\t\t\t\tparseAsInline: true,\n\t\t\t\tvariables: {\n\t\t\t\t\tcurrentTiddler: this.to\n\t\t\t\t},\n\t\t\t\tparentWidget: this\n\t\t\t});\n\t\tdomNode.setAttribute(\"title\",tooltipText);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"click\", handlerObject: this, handlerMethod: \"handleClickEvent\"},\n\t]);\n\t// Make the link draggable if required\n\tif(this.draggable === \"yes\") {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.to;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nLinkWidget.prototype.handleClickEvent = function(event) {\n\t// Send the click on its way as a navigate event\n\tvar bounds = this.domNodes[0].getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tmetaKey: event.metaKey,\n\t\tctrlKey: event.ctrlKey,\n\t\taltKey: event.altKey,\n\t\tshiftKey: event.shiftKey\n\t});\n\tif(this.domNodes[0].hasAttribute(\"href\")) {\n\t\tevent.preventDefault();\n\t}\n\tevent.stopPropagation();\n\treturn false;\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.to = this.getAttribute(\"to\",this.getVariable(\"currentTiddler\"));\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.linkClasses = this.getAttribute(\"class\");\n\tthis.overrideClasses = this.getAttribute(\"overrideClass\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.draggable = this.getAttribute(\"draggable\",\"yes\");\n\tthis.linkTag = this.getAttribute(\"tag\",\"a\");\n\t// Determine the link characteristics\n\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\n\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\n\tthis.hideMissingLinks = (this.getVariable(\"tv-show-missing-links\") || \"yes\") === \"no\";\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\"aria-label\"] || changedAttributes.tooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.link = LinkWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/linkcatcher.js": {
"title": "$:/core/modules/widgets/linkcatcher.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/linkcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nLinkcatcher widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkCatcherWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkCatcherWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkCatcherWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkCatcherWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.catchTo = this.getAttribute(\"to\");\n\tthis.catchMessage = this.getAttribute(\"message\");\n\tthis.catchSet = this.getAttribute(\"set\");\n\tthis.catchSetTo = this.getAttribute(\"setTo\");\n\tthis.catchActions = this.getAttribute(\"actions\");\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n\t// When executing actions we avoid trapping navigate events, so that we don't trigger ourselves recursively\n\tthis.executingActions = false;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkCatcherWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.set || changedAttributes.setTo) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\n/*\nHandle a tm-navigate event\n*/\nLinkCatcherWidget.prototype.handleNavigateEvent = function(event) {\n\tif(!this.executingActions) {\n\t\t// Execute the actions\n\t\tif(this.catchTo) {\n\t\t\tthis.wiki.setTextReference(this.catchTo,event.navigateTo,this.getVariable(\"currentTiddler\"));\n\t\t}\n\t\tif(this.catchMessage && this.parentWidget) {\n\t\t\tthis.parentWidget.dispatchEvent({\n\t\t\t\ttype: this.catchMessage,\n\t\t\t\tparam: event.navigateTo,\n\t\t\t\tnavigateTo: event.navigateTo\n\t\t\t});\n\t\t}\n\t\tif(this.catchSet) {\n\t\t\tvar tiddler = this.wiki.getTiddler(this.catchSet);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));\n\t\t}\n\t\tif(this.catchActions) {\n\t\t\tthis.executingActions = true;\n\t\t\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo});\n\t\t\tthis.executingActions = false;\n\t\t}\n\t} else {\n\t\t// This is a navigate event generated by the actions of this linkcatcher, so we don't trap it again, but just pass it to the parent\n\t\tthis.parentWidget.dispatchEvent({\n\t\t\ttype: \"tm-navigate\",\n\t\t\tparam: event.navigateTo,\n\t\t\tnavigateTo: event.navigateTo\n\t\t});\n\t}\n\treturn false;\n};\n\nexports.linkcatcher = LinkCatcherWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/list.js": {
"title": "$:/core/modules/widgets/list.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/list.js\ntype: application/javascript\nmodule-type: widget\n\nList and list item widgets\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\n/*\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\n*/\n\nvar ListWidget = function(parseTreeNode,options) {\n\t// Initialise the storyviews if they've not been done already\n\tif(!this.storyViews) {\n\t\tListWidget.prototype.storyViews = {};\n\t\t$tw.modules.applyMethods(\"storyview\",this.storyViews);\n\t}\n\t// Main initialisation inherited from widget.js\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\t// Construct the storyview\n\tvar StoryView = this.storyViews[this.storyViewName];\n\tif(this.storyViewName && !StoryView) {\n\t\tStoryView = this.storyViews[\"classic\"];\n\t}\n\tif(StoryView && !this.document.isTiddlyWikiFakeDom) {\n\t\tthis.storyview = new StoryView(this);\n\t} else {\n\t\tthis.storyview = null;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nListWidget.prototype.execute = function() {\n\t// Get our attributes\n\tthis.template = this.getAttribute(\"template\");\n\tthis.editTemplate = this.getAttribute(\"editTemplate\");\n\tthis.variableName = this.getAttribute(\"variable\",\"currentTiddler\");\n\tthis.storyViewName = this.getAttribute(\"storyview\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\t// Compose the list elements\n\tthis.list = this.getTiddlerList();\n\tvar members = [],\n\t\tself = this;\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\tmembers = this.getEmptyMessage();\n\t} else {\n\t\t$tw.utils.each(this.list,function(title,index) {\n\t\t\tmembers.push(self.makeItemTemplate(title));\n\t\t});\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(members);\n\t// Clear the last history\n\tthis.history = [];\n};\n\nListWidget.prototype.getTiddlerList = function() {\n\tvar defaultFilter = \"[!is[system]sort[title]]\";\n\treturn this.wiki.filterTiddlers(this.getAttribute(\"filter\",defaultFilter),this);\n};\n\nListWidget.prototype.getEmptyMessage = function() {\n\tvar emptyMessage = this.getAttribute(\"emptyMessage\",\"\"),\n\t\tparser = this.wiki.parseText(\"text/vnd.tiddlywiki\",emptyMessage,{parseAsInline: true});\n\tif(parser) {\n\t\treturn parser.tree;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n/*\nCompose the template for a list item\n*/\nListWidget.prototype.makeItemTemplate = function(title) {\n\t// Check if the tiddler is a draft\n\tvar tiddler = this.wiki.getTiddler(title),\n\t\tisDraft = tiddler && tiddler.hasField(\"draft.of\"),\n\t\ttemplate = this.template,\n\t\ttemplateTree;\n\tif(isDraft && this.editTemplate) {\n\t\ttemplate = this.editTemplate;\n\t}\n\t// Compose the transclusion of the template\n\tif(template) {\n\t\ttemplateTree = [{type: \"transclude\", attributes: {tiddler: {type: \"string\", value: template}}}];\n\t} else {\n\t\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\t\ttemplateTree = this.parseTreeNode.children;\n\t\t} else {\n\t\t\t// Default template is a link to the title\n\t\t\ttemplateTree = [{type: \"element\", tag: this.parseTreeNode.isBlock ? \"div\" : \"span\", children: [{type: \"link\", attributes: {to: {type: \"string\", value: title}}, children: [\n\t\t\t\t\t{type: \"text\", text: title}\n\t\t\t]}]}];\n\t\t}\n\t}\n\t// Return the list item\n\treturn {type: \"listitem\", itemTitle: title, variableName: this.variableName, children: templateTree};\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tresult;\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshStart) {\n\t\tthis.storyview.refreshStart(changedTiddlers,changedAttributes);\n\t}\n\t// Completely refresh if any of our attributes have changed\n\tif(changedAttributes.filter || changedAttributes.template || changedAttributes.editTemplate || changedAttributes.emptyMessage || changedAttributes.storyview || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\tresult = true;\n\t} else {\n\t\t// Handle any changes to the list\n\t\tresult = this.handleListChanges(changedTiddlers);\n\t\t// Handle any changes to the history stack\n\t\tif(this.historyTitle && changedTiddlers[this.historyTitle]) {\n\t\t\tthis.handleHistoryChanges();\n\t\t}\n\t}\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshEnd) {\n\t\tthis.storyview.refreshEnd(changedTiddlers,changedAttributes);\n\t}\n\treturn result;\n};\n\n/*\nHandle any changes to the history list\n*/\nListWidget.prototype.handleHistoryChanges = function() {\n\t// Get the history data\n\tvar newHistory = this.wiki.getTiddlerDataCached(this.historyTitle,[]);\n\t// Ignore any entries of the history that match the previous history\n\tvar entry = 0;\n\twhile(entry < newHistory.length && entry < this.history.length && newHistory[entry].title === this.history[entry].title) {\n\t\tentry++;\n\t}\n\t// Navigate forwards to each of the new tiddlers\n\twhile(entry < newHistory.length) {\n\t\tif(this.storyview && this.storyview.navigateTo) {\n\t\t\tthis.storyview.navigateTo(newHistory[entry]);\n\t\t}\n\t\tentry++;\n\t}\n\t// Update the history\n\tthis.history = newHistory;\n};\n\n/*\nProcess any changes to the list\n*/\nListWidget.prototype.handleListChanges = function(changedTiddlers) {\n\t// Get the new list\n\tvar prevList = this.list;\n\tthis.list = this.getTiddlerList();\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\t// Check if it was empty before\n\t\tif(prevList.length === 0) {\n\t\t\t// If so, just refresh the empty message\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\t// Replace the previous content with the empty message\n\t\t\tfor(t=this.children.length-1; t>=0; t--) {\n\t\t\t\tthis.removeListItem(t);\n\t\t\t}\n\t\t\tvar nextSibling = this.findNextSiblingDomNode();\n\t\t\tthis.makeChildWidgets(this.getEmptyMessage());\n\t\t\tthis.renderChildren(this.parentDomNode,nextSibling);\n\t\t\treturn true;\n\t\t}\n\t} else {\n\t\t// If the list was empty then we need to remove the empty message\n\t\tif(prevList.length === 0) {\n\t\t\tthis.removeChildDomNodes();\n\t\t\tthis.children = [];\n\t\t}\n\t\t// Cycle through the list, inserting and removing list items as needed\n\t\tvar hasRefreshed = false;\n\t\tfor(var t=0; t<this.list.length; t++) {\n\t\t\tvar index = this.findListItem(t,this.list[t]);\n\t\t\tif(index === undefined) {\n\t\t\t\t// The list item must be inserted\n\t\t\t\tthis.insertListItem(t,this.list[t]);\n\t\t\t\thasRefreshed = true;\n\t\t\t} else {\n\t\t\t\t// There are intervening list items that must be removed\n\t\t\t\tfor(var n=index-1; n>=t; n--) {\n\t\t\t\t\tthis.removeListItem(n);\n\t\t\t\t\thasRefreshed = true;\n\t\t\t\t}\n\t\t\t\t// Refresh the item we're reusing\n\t\t\t\tvar refreshed = this.children[t].refresh(changedTiddlers);\n\t\t\t\thasRefreshed = hasRefreshed || refreshed;\n\t\t\t}\n\t\t}\n\t\t// Remove any left over items\n\t\tfor(t=this.children.length-1; t>=this.list.length; t--) {\n\t\t\tthis.removeListItem(t);\n\t\t\thasRefreshed = true;\n\t\t}\n\t\treturn hasRefreshed;\n\t}\n};\n\n/*\nFind the list item with a given title, starting from a specified position\n*/\nListWidget.prototype.findListItem = function(startIndex,title) {\n\twhile(startIndex < this.children.length) {\n\t\tif(this.children[startIndex].parseTreeNode.itemTitle === title) {\n\t\t\treturn startIndex;\n\t\t}\n\t\tstartIndex++;\n\t}\n\treturn undefined;\n};\n\n/*\nInsert a new list item at the specified index\n*/\nListWidget.prototype.insertListItem = function(index,title) {\n\t// Create, insert and render the new child widgets\n\tvar widget = this.makeChildWidget(this.makeItemTemplate(title));\n\twidget.parentDomNode = this.parentDomNode; // Hack to enable findNextSiblingDomNode() to work\n\tthis.children.splice(index,0,widget);\n\tvar nextSibling = widget.findNextSiblingDomNode();\n\twidget.render(this.parentDomNode,nextSibling);\n\t// Animate the insertion if required\n\tif(this.storyview && this.storyview.insert) {\n\t\tthis.storyview.insert(widget);\n\t}\n\treturn true;\n};\n\n/*\nRemove the specified list item\n*/\nListWidget.prototype.removeListItem = function(index) {\n\tvar widget = this.children[index];\n\t// Animate the removal if required\n\tif(this.storyview && this.storyview.remove) {\n\t\tthis.storyview.remove(widget);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n\t// Remove the child widget\n\tthis.children.splice(index,1);\n};\n\nexports.list = ListWidget;\n\nvar ListItemWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListItemWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListItemWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nListItemWidget.prototype.execute = function() {\n\t// Set the current list item title\n\tthis.setVariable(this.parseTreeNode.variableName,this.parseTreeNode.itemTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListItemWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.listitem = ListItemWidget;\n\n})();",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/macrocall.js": {
"title": "$:/core/modules/widgets/macrocall.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/macrocall.js\ntype: application/javascript\nmodule-type: widget\n\nMacrocall widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar MacroCallWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nMacroCallWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nMacroCallWidget.prototype.execute = function() {\n\t// Get the parse type if specified\n\tthis.parseType = this.getAttribute(\"$type\",\"text/vnd.tiddlywiki\");\n\tthis.renderOutput = this.getAttribute(\"$output\",\"text/html\");\n\t// Merge together the parameters specified in the parse tree with the specified attributes\n\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparams.push({name: name, value: attribute});\t\t\t\n\t\t}\n\t});\n\t// Get the macro value\n\tvar macroName = this.parseTreeNode.name || this.getAttribute(\"$name\"),\n\t\tvariableInfo = this.getVariableInfo(macroName,{params: params}),\n\t\ttext = variableInfo.text,\n\t\tparseTreeNodes;\n\t// Are we rendering to HTML?\n\tif(this.renderOutput === \"text/html\") {\n\t\t// If so we'll return the parsed macro\n\t\tvar parser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\tparseTreeNodes = parser ? parser.tree : [];\n\t\t// Wrap the parse tree in a vars widget assigning the parameters to variables named \"__paramname__\"\n\t\tvar attributes = {};\n\t\t$tw.utils.each(variableInfo.params,function(param) {\n\t\t\tvar name = \"__\" + param.name + \"__\";\n\t\t\tattributes[name] = {\n\t\t\t\tname: name,\n\t\t\t\ttype: \"string\",\n\t\t\t\tvalue: param.value\n\t\t\t};\n\t\t});\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"vars\",\n\t\t\tattributes: attributes,\n\t\t\tchildren: parseTreeNodes\n\t\t}];\n\t} else {\n\t\t// Otherwise, we'll render the text\n\t\tvar plainText = this.wiki.renderText(\"text/plain\",this.parseType,text,{parentWidget: this});\n\t\tparseTreeNodes = [{type: \"text\", text: plainText}];\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\t// Rerender ourselves\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.macrocall = MacroCallWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/navigator.js": {
"title": "$:/core/modules/widgets/navigator.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/navigator.js\ntype: application/javascript\nmodule-type: widget\n\nNavigator widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar IMPORT_TITLE = \"$:/Import\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigatorWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"},\n\t\t{type: \"tm-edit-tiddler\", handler: \"handleEditTiddlerEvent\"},\n\t\t{type: \"tm-delete-tiddler\", handler: \"handleDeleteTiddlerEvent\"},\n\t\t{type: \"tm-save-tiddler\", handler: \"handleSaveTiddlerEvent\"},\n\t\t{type: \"tm-cancel-tiddler\", handler: \"handleCancelTiddlerEvent\"},\n\t\t{type: \"tm-close-tiddler\", handler: \"handleCloseTiddlerEvent\"},\n\t\t{type: \"tm-close-all-tiddlers\", handler: \"handleCloseAllTiddlersEvent\"},\n\t\t{type: \"tm-close-other-tiddlers\", handler: \"handleCloseOtherTiddlersEvent\"},\n\t\t{type: \"tm-new-tiddler\", handler: \"handleNewTiddlerEvent\"},\n\t\t{type: \"tm-import-tiddlers\", handler: \"handleImportTiddlersEvent\"},\n\t\t{type: \"tm-perform-import\", handler: \"handlePerformImportEvent\"},\n\t\t{type: \"tm-fold-tiddler\", handler: \"handleFoldTiddlerEvent\"},\n\t\t{type: \"tm-fold-other-tiddlers\", handler: \"handleFoldOtherTiddlersEvent\"},\n\t\t{type: \"tm-fold-all-tiddlers\", handler: \"handleFoldAllTiddlersEvent\"},\n\t\t{type: \"tm-unfold-all-tiddlers\", handler: \"handleUnfoldAllTiddlersEvent\"},\n\t\t{type: \"tm-rename-tiddler\", handler: \"handleRenameTiddlerEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigatorWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigatorWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigatorWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.storyTitle = this.getAttribute(\"story\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\tthis.setVariable(\"tv-story-list\",this.storyTitle);\n\tthis.setVariable(\"tv-history-list\",this.historyTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.story || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nNavigatorWidget.prototype.getStoryList = function() {\n\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\n};\n\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList}\n\t));\n};\n\nNavigatorWidget.prototype.removeTitleFromStory = function(storyList,title) {\n\tvar p = storyList.indexOf(title);\n\twhile(p !== -1) {\n\t\tstoryList.splice(p,1);\n\t\tp = storyList.indexOf(title);\n\t}\n};\n\nNavigatorWidget.prototype.replaceFirstTitleInStory = function(storyList,oldTitle,newTitle) {\n\tvar pos = storyList.indexOf(oldTitle);\n\tif(pos !== -1) {\n\t\tstoryList[pos] = newTitle;\n\t\tdo {\n\t\t\tpos = storyList.indexOf(oldTitle,pos + 1);\n\t\t\tif(pos !== -1) {\n\t\t\t\tstoryList.splice(pos,1);\n\t\t\t}\n\t\t} while(pos !== -1);\n\t} else {\n\t\tstoryList.splice(0,0,newTitle);\n\t}\n};\n\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\n\tthis.wiki.addToStory(title,fromTitle,this.storyTitle,{openLinkFromInsideRiver: this.getAttribute(\"openLinkFromInsideRiver\",\"top\"),openLinkFromOutsideRiver: this.getAttribute(\"openLinkFromOutsideRiver\",\"top\")});\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\n*/\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\n\tthis.wiki.addToHistory(title,fromPageRect,this.historyTitle);\n};\n\n/*\nHandle a tm-navigate event\n*/\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-navigating\",event);\n\tif(event.navigateTo) {\n\t\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\n\t\tif(!event.navigateSuppressNavigation) {\n\t\t\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\n\t\t}\n\t}\n\treturn false;\n};\n\n// Close a specified tiddler\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\tstoryList = this.getStoryList();\n\t// Look for tiddlers with this title to close\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\treturn false;\n};\n\n// Close all tiddlers\nNavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {\n\tthis.saveStoryList([]);\n\treturn false;\n};\n\n// Close other tiddlers\nNavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle;\n\tthis.saveStoryList([title]);\n\treturn false;\n};\n\n// Place a tiddler in edit mode\nNavigatorWidget.prototype.handleEditTiddlerEvent = function(event) {\n\tvar editTiddler = $tw.hooks.invokeHook(\"th-editing-tiddler\",event);\n\tif(!editTiddler) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tfunction isUnmodifiedShadow(title) {\n\t\treturn self.wiki.isShadowTiddler(title) && !self.wiki.tiddlerExists(title);\n\t}\n\tfunction confirmEditShadow(title) {\n\t\treturn confirm($tw.language.getString(\n\t\t\t\"ConfirmEditShadowTiddler\",\n\t\t\t{variables:\n\t\t\t\t{title: title}\n\t\t\t}\n\t\t));\n\t}\n\tvar title = event.param || event.tiddlerTitle;\n\tif(isUnmodifiedShadow(title) && !confirmEditShadow(title)) {\n\t\treturn false;\n\t}\n\t// Replace the specified tiddler with a draft in edit mode\n\tvar draftTiddler = this.makeDraftTiddler(title);\n\t// Update the story and history if required\n\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\tvar draftTitle = draftTiddler.fields.title,\n\t\t\tstoryList = this.getStoryList();\n\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\tthis.saveStoryList(storyList);\n\t\treturn false;\n\t}\n};\n\n// Delete a tiddler\nNavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {\n\t// Get the tiddler we're deleting\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList(),\n\t\toriginalTitle = tiddler ? tiddler.fields[\"draft.of\"] : \"\",\n\t\toriginalTiddler = originalTitle ? this.wiki.getTiddler(originalTitle) : undefined,\n\t\tconfirmationTitle;\n\tif(!tiddler) {\n\t\treturn false;\n\t}\n\t// Check if the tiddler we're deleting is in draft mode\n\tif(originalTitle) {\n\t\t// If so, we'll prompt for confirmation referencing the original tiddler\n\t\tconfirmationTitle = originalTitle;\n\t} else {\n\t\t// If not a draft, then prompt for confirmation referencing the specified tiddler\n\t\tconfirmationTitle = title;\n\t}\n\t// Seek confirmation\n\tif((this.wiki.getTiddler(originalTitle) || (tiddler.fields.text || \"\") !== \"\") && !confirm($tw.language.getString(\n\t\t\t\t\"ConfirmDeleteTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: confirmationTitle}\n\t\t\t\t}\n\t\t\t))) {\n\t\treturn false;\n\t}\n\t// Delete the original tiddler\n\tif(originalTitle) {\n\t\tif(originalTiddler) {\n\t\t\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",originalTiddler);\n\t\t}\n\t\tthis.wiki.deleteTiddler(originalTitle);\n\t\tthis.removeTitleFromStory(storyList,originalTitle);\n\t}\n\t// Invoke the hook function and delete this tiddler\n\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",tiddler);\n\tthis.wiki.deleteTiddler(title);\n\t// Remove the closed tiddler from the story\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\treturn false;\n};\n\n/*\nCreate/reuse the draft tiddler for a given title\n*/\nNavigatorWidget.prototype.makeDraftTiddler = function(targetTitle) {\n\t// See if there is already a draft tiddler for this tiddler\n\tvar draftTitle = this.wiki.findDraft(targetTitle);\n\tif(draftTitle) {\n\t\treturn this.wiki.getTiddler(draftTitle);\n\t}\n\t// Get the current value of the tiddler we're editing\n\tvar tiddler = this.wiki.getTiddler(targetTitle);\n\t// Save the initial value of the draft tiddler\n\tdraftTitle = this.generateDraftTitle(targetTitle);\n\tvar draftTiddler = new $tw.Tiddler(\n\t\t\ttiddler,\n\t\t\t{\n\t\t\t\ttitle: draftTitle,\n\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\"draft.of\": targetTitle\n\t\t\t},\n\t\t\tthis.wiki.getModificationFields()\n\t\t);\n\tthis.wiki.addTiddler(draftTiddler);\n\treturn draftTiddler;\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\n\tvar c = 0,\n\t\tdraftTitle,\n\t\tusername = this.wiki.getTiddlerText(\"$:/status/UserName\"),\n\t\tattribution = username ? \" by \" + username : \"\";\n\tdo {\n\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\" + attribution;\n\t\tc++;\n\t} while(this.wiki.tiddlerExists(draftTitle));\n\treturn draftTitle;\n};\n\n// Take a tiddler out of edit mode, saving the changes\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList();\n\t// Replace the original tiddler with the draft\n\tif(tiddler) {\n\t\tvar draftTitle = (tiddler.fields[\"draft.title\"] || \"\").trim(),\n\t\t\tdraftOf = (tiddler.fields[\"draft.of\"] || \"\").trim();\n\t\tif(draftTitle) {\n\t\t\tvar isRename = draftOf !== draftTitle,\n\t\t\t\tisConfirmed = true;\n\t\t\tif(isRename && this.wiki.tiddlerExists(draftTitle)) {\n\t\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\t\"ConfirmOverwriteTiddler\",\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{title: draftTitle}\n\t\t\t\t\t}\n\t\t\t\t));\n\t\t\t}\n\t\t\tif(isConfirmed) {\n\t\t\t\t// Create the new tiddler and pass it through the th-saving-tiddler hook\n\t\t\t\tvar newTiddler = new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": undefined,\n\t\t\t\t\t\"draft.of\": undefined\n\t\t\t\t},this.wiki.getModificationFields());\n\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-saving-tiddler\",newTiddler);\n\t\t\t\tthis.wiki.addTiddler(newTiddler);\n\t\t\t\t// If enabled, relink references to renamed tiddler\n\t\t\t\tvar shouldRelink = this.getAttribute(\"relinkOnRename\",\"no\").toLowerCase().trim() === \"yes\";\n\t\t\t\tif(isRename && shouldRelink && this.wiki.tiddlerExists(draftOf)) {\nconsole.log(\"Relinking '\" + draftOf + \"' to '\" + draftTitle + \"'\");\n\t\t\t\t\tthis.wiki.relinkTiddler(draftOf,draftTitle);\n\t\t\t\t}\n\t\t\t\t// Remove the draft tiddler\n\t\t\t\tthis.wiki.deleteTiddler(title);\n\t\t\t\t// Remove the original tiddler if we're renaming it\n\t\t\t\tif(isRename) {\n\t\t\t\t\tthis.wiki.deleteTiddler(draftOf);\n\t\t\t\t}\n\t\t\t\t// #2381 always remove new title & old\n\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\tthis.removeTitleFromStory(storyList,draftOf);\n\t\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\t\t// Replace the draft in the story with the original\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\t\t\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\t\t\t\tif(draftTitle !== this.storyTitle) {\n\t\t\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Trigger an autosave\n\t\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Take a tiddler out of edit mode without saving the changes\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-cancelling-tiddler\", event);\n\t// Flip the specified tiddler from draft back to the original\n\tvar draftTitle = event.param || event.tiddlerTitle,\n\t\tdraftTiddler = this.wiki.getTiddler(draftTitle),\n\t\toriginalTitle = draftTiddler && draftTiddler.fields[\"draft.of\"];\n\tif(draftTiddler && originalTitle) {\n\t\t// Ask for confirmation if the tiddler text has changed\n\t\tvar isConfirmed = true,\n\t\t\toriginalTiddler = this.wiki.getTiddler(originalTitle),\n\t\t\tstoryList = this.getStoryList();\n\t\tif(this.wiki.isDraftModified(draftTitle)) {\n\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\"ConfirmCancelTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: draftTitle}\n\t\t\t\t}\n\t\t\t));\n\t\t}\n\t\t// Remove the draft tiddler\n\t\tif(isConfirmed) {\n\t\t\tthis.wiki.deleteTiddler(draftTitle);\n\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\tif(originalTiddler) {\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,draftTitle,originalTitle);\n\t\t\t\t\tthis.addToHistory(originalTitle,event.navigateFromClientRect);\n\t\t\t\t} else {\n\t\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\t}\n\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Create a new draft tiddler\n// event.param can either be the title of a template tiddler, or a hashmap of fields.\n//\n// The title of the newly created tiddler follows these rules:\n// * If a hashmap was used and a title field was specified, use that title\n// * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix\n// * If a template tiddler was used, use the title of the template, if necessary making it unique with a numeric suffix\n//\n// If a draft of the target tiddler already exists then it is reused\nNavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-new-tiddler\", event);\n\t// Get the story details\n\tvar storyList = this.getStoryList(),\n\t\ttemplateTiddler, additionalFields, title, draftTitle, existingTiddler;\n\t// Get the template tiddler (if any)\n\tif(typeof event.param === \"string\") {\n\t\t// Get the template tiddler\n\t\ttemplateTiddler = this.wiki.getTiddler(event.param);\n\t\t// Generate a new title\n\t\ttitle = this.wiki.generateNewTitle(event.param || $tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t}\n\t// Get the specified additional fields\n\tif(typeof event.paramObject === \"object\") {\n\t\tadditionalFields = event.paramObject;\n\t}\n\tif(typeof event.param === \"object\") { // Backwards compatibility with 5.1.3\n\t\tadditionalFields = event.param;\n\t}\n\tif(additionalFields && additionalFields.title) {\n\t\ttitle = additionalFields.title;\n\t}\n\t// Make a copy of the additional fields excluding any blank ones\n\tvar filteredAdditionalFields = $tw.utils.extend({},additionalFields);\n\tObject.keys(filteredAdditionalFields).forEach(function(fieldName) {\n\t\tif(filteredAdditionalFields[fieldName] === \"\") {\n\t\t\tdelete filteredAdditionalFields[fieldName];\n\t\t}\n\t});\n\t// Generate a title if we don't have one\n\ttitle = title || this.wiki.generateNewTitle($tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t// Find any existing draft for this tiddler\n\tdraftTitle = this.wiki.findDraft(title);\n\t// Pull in any existing tiddler\n\tif(draftTitle) {\n\t\texistingTiddler = this.wiki.getTiddler(draftTitle);\n\t} else {\n\t\tdraftTitle = this.generateDraftTitle(title);\n\t\texistingTiddler = this.wiki.getTiddler(title);\n\t}\n\t// Merge the tags\n\tvar mergedTags = [];\n\tif(existingTiddler && existingTiddler.fields.tags) {\n\t\t$tw.utils.pushTop(mergedTags,existingTiddler.fields.tags);\n\t}\n\tif(additionalFields && additionalFields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,$tw.utils.parseStringArray(additionalFields.tags));\n\t}\n\tif(templateTiddler && templateTiddler.fields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,templateTiddler.fields.tags);\n\t}\n\t// Save the draft tiddler\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\ttext: \"\",\n\t\t\t\"draft.title\": title\n\t\t},\n\t\ttemplateTiddler,\n\t\tadditionalFields,\n\t\tthis.wiki.getCreationFields(),\n\t\texistingTiddler,\n\t\tfilteredAdditionalFields,\n\t\t{\n\t\t\ttitle: draftTitle,\n\t\t\t\"draft.of\": title,\n\t\t\ttags: mergedTags\n\t\t},this.wiki.getModificationFields());\n\tthis.wiki.addTiddler(draftTiddler);\n\t// Update the story to insert the new draft at the top and remove any existing tiddler\n\tif(storyList.indexOf(draftTitle) === -1) {\n\t\tvar slot = storyList.indexOf(event.navigateFromTitle);\n\t\tif(slot === -1) {\n\t\t\tslot = this.getAttribute(\"openLinkFromOutsideRiver\",\"top\") === \"bottom\" ? storyList.length - 1 : slot;\n\t\t}\n\t\tstoryList.splice(slot + 1,0,draftTitle);\n\t}\n\tif(storyList.indexOf(title) !== -1) {\n\t\tstoryList.splice(storyList.indexOf(title),1);\n\t}\n\tthis.saveStoryList(storyList);\n\t// Add a new record to the top of the history stack\n\tthis.addToHistory(draftTitle);\n\treturn false;\n};\n\n// Import JSON tiddlers into a pending import tiddler\nNavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {\n\t// Get the tiddlers\n\tvar tiddlers = [];\n\ttry {\n\t\ttiddlers = JSON.parse(event.param);\n\t} catch(e) {\n\t}\n\t// Get the current $:/Import tiddler\n\tvar importTiddler = this.wiki.getTiddler(IMPORT_TITLE),\n\t\timportData = this.wiki.getTiddlerData(IMPORT_TITLE,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: IMPORT_TITLE,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"import\",\n\t\t\t\"status\": \"pending\"\n\t\t}),\n\t\tincomingTiddlers = [];\n\t// Process each tiddler\n\timportData.tiddlers = importData.tiddlers || {};\n\t$tw.utils.each(tiddlers,function(tiddlerFields) {\n\t\ttiddlerFields.title = $tw.utils.trim(tiddlerFields.title);\n\t\tvar title = tiddlerFields.title;\n\t\tif(title) {\n\t\t\tincomingTiddlers.push(title);\n\t\t\timportData.tiddlers[title] = tiddlerFields;\n\t\t}\n\t});\n\t// Give the active upgrader modules a chance to process the incoming tiddlers\n\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\n\t$tw.utils.each(messages,function(message,title) {\n\t\tnewFields[\"message-\" + title] = message;\n\t});\n\t// Deselect any suppressed tiddlers\n\t$tw.utils.each(importData.tiddlers,function(tiddler,title) {\n\t\tif($tw.utils.count(tiddler) === 0) {\n\t\t\tnewFields[\"selection-\" + title] = \"unchecked\";\n\t\t}\n\t});\n\t// Save the $:/Import tiddler\n\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\n\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\n\t// Update the story and history details\n\tif(this.getVariable(\"tv-auto-open-on-import\") !== \"no\") {\n\t\tvar storyList = this.getStoryList(),\n\t\t\thistory = [];\n\t\t// Add it to the story\n\t\tif(storyList.indexOf(IMPORT_TITLE) === -1) {\n\t\t\tstoryList.unshift(IMPORT_TITLE);\n\t\t}\n\t\t// And to history\n\t\thistory.push(IMPORT_TITLE);\n\t\t// Save the updated story and history\n\t\tthis.saveStoryList(storyList);\n\t\tthis.addToHistory(history);\n\t}\n\treturn false;\n};\n\n//\nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\n\tvar self = this,\n\t\timportTiddler = this.wiki.getTiddler(event.param),\n\t\timportData = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),\n\t\timportReport = [];\n\t// Add the tiddlers to the store\n\timportReport.push($tw.language.getString(\"Import/Imported/Hint\") + \"\\n\");\n\t$tw.utils.each(importData.tiddlers,function(tiddlerFields) {\n\t\tvar title = tiddlerFields.title;\n\t\tif(title && importTiddler && importTiddler.fields[\"selection-\" + title] !== \"unchecked\") {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\t\t\ttiddler = $tw.hooks.invokeHook(\"th-importing-tiddler\",tiddler);\n\t\t\tself.wiki.addTiddler(tiddler);\n\t\t\timportReport.push(\"# [[\" + tiddlerFields.title + \"]]\");\n\t\t}\n\t});\n\t// Replace the $:/Import tiddler with an import report\n\tthis.wiki.addTiddler(new $tw.Tiddler({\n\t\ttitle: event.param,\n\t\ttext: importReport.join(\"\\n\"),\n\t\t\"status\": \"complete\"\n\t}));\n\t// Navigate to the $:/Import tiddler\n\tthis.addToHistory([event.param]);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n};\n\nNavigatorWidget.prototype.handleFoldTiddlerEvent = function(event) {\n\tvar paramObject = event.paramObject || {};\n\tif(paramObject.foldedState) {\n\t\tvar foldedState = this.wiki.getTiddlerText(paramObject.foldedState,\"show\") === \"show\" ? \"hide\" : \"show\";\n\t\tthis.wiki.setText(paramObject.foldedState,\"text\",null,foldedState);\n\t}\n};\n\nNavigatorWidget.prototype.handleFoldOtherTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,event.param === title ? \"show\" : \"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleFoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleUnfoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"show\");\n\t});\n};\n\nNavigatorWidget.prototype.handleRenameTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-renaming-tiddler\", event);\n\tvar paramObject = event.paramObject || {},\n\t\tfrom = paramObject.from || event.tiddlerTitle,\n\t\tto = paramObject.to;\n\t$tw.wiki.renameTiddler(from,to);\n};\n\nexports.navigator = NavigatorWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/password.js": {
"title": "$:/core/modules/widgets/password.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/password.js\ntype: application/javascript\nmodule-type: widget\n\nPassword widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar PasswordWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nPasswordWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nPasswordWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the current password\n\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \"\" : \"\";\n\t// Create our element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"password\");\n\tdomNode.setAttribute(\"value\",password);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nPasswordWidget.prototype.handleChangeEvent = function(event) {\n\tvar password = this.domNodes[0].value;\n\treturn $tw.utils.savePassword(this.passwordName,password);\n};\n\n/*\nCompute the internal state of the widget\n*/\nPasswordWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.passwordName = this.getAttribute(\"name\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.password = PasswordWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/qualify.js": {
"title": "$:/core/modules/widgets/qualify.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/qualify.js\ntype: application/javascript\nmodule-type: widget\n\nQualify text to a variable \n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar QualifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nQualifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nQualifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nQualifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.qualifyName = this.getAttribute(\"name\");\n\tthis.qualifyTitle = this.getAttribute(\"title\");\n\t// Set context variable\n\tif(this.qualifyName) {\n\t\tthis.setVariable(this.qualifyName,this.qualifyTitle + \"-\" + this.getStateQualifier());\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nQualifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.title) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.qualify = QualifyWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/radio.js": {
"title": "$:/core/modules/widgets/radio.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/radio.js\ntype: application/javascript\nmodule-type: widget\n\nSet a field or index at a given tiddler via radio buttons\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RadioWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRadioWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRadioWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tvar isChecked = this.getValue() === this.radioValue;\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",\n \t\t\"tc-radio \" + this.radioClass + (isChecked ? \" tc-radio-selected\" : \"\")\n \t);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"radio\");\n\tif(isChecked) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nRadioWidget.prototype.getValue = function() {\n\tvar value,\n\t\ttiddler = this.wiki.getTiddler(this.radioTitle);\n\tif (this.radioIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.radioTitle,this.radioIndex);\n\t} else {\n\t\tvalue = tiddler && tiddler.getFieldString(this.radioField);\n\t}\n\treturn value;\n};\n\nRadioWidget.prototype.setValue = function() {\n\tif(this.radioIndex) {\n\t\tthis.wiki.setText(this.radioTitle,\"\",this.radioIndex,this.radioValue);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.radioTitle),\n\t\t\taddition = {};\n\t\taddition[this.radioField] = this.radioValue;\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),{title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));\n\t}\n};\n\nRadioWidget.prototype.handleChangeEvent = function(event) {\n\tif(this.inputDomNode.checked) {\n\t\tthis.setValue();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRadioWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.radioTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.radioField = this.getAttribute(\"field\",\"text\");\n\tthis.radioIndex = this.getAttribute(\"index\");\n\tthis.radioValue = this.getAttribute(\"value\");\n\tthis.radioClass = this.getAttribute(\"class\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRadioWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.radioTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue() === this.radioValue;\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.radio = RadioWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/range.js": {
"title": "$:/core/modules/widgets/range.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/range.js\ntype: application/javascript\nmodule-type: widget\n\nRange widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RangeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRangeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRangeWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"range\");\n\tthis.inputDomNode.setAttribute(\"class\",this.elementClass);\n\tif(this.minValue){\n\t\tthis.inputDomNode.setAttribute(\"min\", this.minValue);\n\t}\n\tif(this.maxValue){\n\t\tthis.inputDomNode.setAttribute(\"max\", this.maxValue);\n\t}\n\tif(this.increment){\n\t\tthis.inputDomNode.setAttribute(\"step\", this.increment);\n\t}\n\tthis.inputDomNode.value = this.getValue();\n\n\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.inputDomNode,nextSibling);\n\tthis.domNodes.push(this.inputDomNode);\n};\n\nRangeWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle),\n\t\tvalue = this.defaultValue;\n\tif(tiddler) {\n\t\tif($tw.utils.hop(tiddler.fields,this.tiddlerField)) {\n\t\t\tvalue = tiddler.fields[this.tiddlerField] || \"\";\n\t\t} else {\n\t\t\tvalue = this.defaultValue || \"\";\n\t\t}\n\t}\n\treturn value;\n};\n\nRangeWidget.prototype.handleChangeEvent = function(event) {\n\tthis.wiki.setText(this.tiddlerTitle ,this.tiddlerField, null,this.inputDomNode.value);\n};\n\n/*\nCompute the internal state of the widget\n*/\nRangeWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.tiddlerField = this.getAttribute(\"field\");\n\tthis.minValue = this.getAttribute(\"min\");\n\tthis.maxValue = this.getAttribute(\"max\");\n\tthis.increment = this.getAttribute(\"increment\");\n\tthis.defaultValue = this.getAttribute(\"default\");\n\tthis.elementClass = this.getAttribute(\"class\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRangeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes['min'] || changedAttributes['max'] || changedAttributes['increment'] || changedAttributes[\"default\"] || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.tiddlerTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.range = RangeWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/raw.js": {
"title": "$:/core/modules/widgets/raw.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/raw.js\ntype: application/javascript\nmodule-type: widget\n\nRaw widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RawWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRawWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRawWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar div = this.document.createElement(\"div\");\n\tdiv.innerHTML=this.parseTreeNode.html;\n\tparent.insertBefore(div,nextSibling);\n\tthis.domNodes.push(div);\t\n};\n\n/*\nCompute the internal state of the widget\n*/\nRawWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRawWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.raw = RawWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/reveal.js": {
"title": "$:/core/modules/widgets/reveal.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/reveal.js\ntype: application/javascript\nmodule-type: widget\n\nReveal widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RevealWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRevealWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRevealWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.revealTag && $tw.config.htmlUnsafeElements.indexOf(this.revealTag) === -1) {\n\t\ttag = this.revealTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\tvar classes = this[\"class\"].split(\" \") || [];\n\tclasses.push(\"tc-reveal\");\n\tdomNode.className = classes.join(\" \");\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\t}\n\tif(!this.isOpen) {\n\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t}\n\tthis.domNodes.push(domNode);\n};\n\nRevealWidget.prototype.positionPopup = function(domNode) {\n\tdomNode.style.position = \"absolute\";\n\tdomNode.style.zIndex = \"1000\";\n\tswitch(this.position) {\n\t\tcase \"left\":\n\t\t\tdomNode.style.left = Math.max(0, this.popup.left - domNode.offsetWidth) + \"px\";\n\t\t\tdomNode.style.top = this.popup.top + \"px\";\n\t\t\tbreak;\n\t\tcase \"above\":\n\t\t\tdomNode.style.left = this.popup.left + \"px\";\n\t\t\tdomNode.style.top = Math.max(0, this.popup.top - domNode.offsetHeight) + \"px\";\n\t\t\tbreak;\n\t\tcase \"aboveright\":\n\t\t\tdomNode.style.left = (this.popup.left + this.popup.width) + \"px\";\n\t\t\tdomNode.style.top = Math.max(0, this.popup.top + this.popup.height - domNode.offsetHeight) + \"px\";\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tdomNode.style.left = (this.popup.left + this.popup.width) + \"px\";\n\t\t\tdomNode.style.top = this.popup.top + \"px\";\n\t\t\tbreak;\n\t\tcase \"belowleft\":\n\t\t\tdomNode.style.left = Math.max(0, this.popup.left + this.popup.width - domNode.offsetWidth) + \"px\";\n\t\t\tdomNode.style.top = (this.popup.top + this.popup.height) + \"px\";\n\t\t\tbreak;\n\t\tdefault: // Below\n\t\t\tdomNode.style.left = this.popup.left + \"px\";\n\t\t\tdomNode.style.top = (this.popup.top + this.popup.height) + \"px\";\n\t\t\tbreak;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRevealWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.state = this.getAttribute(\"state\");\n\tthis.revealTag = this.getAttribute(\"tag\");\n\tthis.type = this.getAttribute(\"type\");\n\tthis.text = this.getAttribute(\"text\");\n\tthis.position = this.getAttribute(\"position\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis.style = this.getAttribute(\"style\",\"\");\n\tthis[\"default\"] = this.getAttribute(\"default\",\"\");\n\tthis.animate = this.getAttribute(\"animate\",\"no\");\n\tthis.retain = this.getAttribute(\"retain\",\"no\");\n\tthis.openAnimation = this.animate === \"no\" ? undefined : \"open\";\n\tthis.closeAnimation = this.animate === \"no\" ? undefined : \"close\";\n\t// Compute the title of the state tiddler and read it\n\tthis.stateTiddlerTitle = this.state;\n\tthis.stateTitle = this.getAttribute(\"stateTitle\");\n\tthis.stateField = this.getAttribute(\"stateField\");\n\tthis.stateIndex = this.getAttribute(\"stateIndex\");\n\tthis.readState();\n\t// Construct the child widgets\n\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\n\tthis.hasChildNodes = this.isOpen;\n\tthis.makeChildWidgets(childNodes);\n};\n\n/*\nRead the state tiddler\n*/\nRevealWidget.prototype.readState = function() {\n\t// Read the information from the state tiddler\n\tvar state = this.stateTitle ? (this.stateField ? this.wiki.getTiddler(this.stateTitle).getFieldString(this.stateField) :\n\t\t(this.stateIndex ? this.wiki.extractTiddlerDataItem(this.stateTitle,this.stateIndex) :\n\t\t\tthis.wiki.getTiddlerText(this.stateTitle))) || this[\"default\"] || this.getVariable(\"currentTiddler\") :\n\t\t(this.stateTiddlerTitle ? this.wiki.getTextReference(this.state,this[\"default\"],this.getVariable(\"currentTiddler\")) : this[\"default\"]);\n\tif(state === null) {\n\t\tstate = this[\"default\"];\n\t}\n\tswitch(this.type) {\n\t\tcase \"popup\":\n\t\t\tthis.readPopupState(state);\n\t\t\tbreak;\n\t\tcase \"match\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) == 0);\n\t\t\tbreak;\n\t\tcase \"nomatch\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) == 0);\n\t\t\tbreak;\n\t\tcase \"lt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t\tcase \"gt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"lteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"gteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t}\n};\n\nRevealWidget.prototype.compareStateText = function(state) {\n\treturn state.localeCompare(this.text,undefined,{numeric: true,sensitivity: \"case\"});\n};\n\nRevealWidget.prototype.readPopupState = function(state) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(state);\n\t// Check if the state matches the location regexp\n\tif(match) {\n\t\t// If so, we're open\n\t\tthis.isOpen = true;\n\t\t// Get the location\n\t\tthis.popup = {\n\t\t\tleft: parseFloat(match[1]),\n\t\t\ttop: parseFloat(match[2]),\n\t\t\twidth: parseFloat(match[3]),\n\t\t\theight: parseFloat(match[4])\n\t\t};\n\t} else {\n\t\t// If not, we're closed\n\t\tthis.isOpen = false;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRevealWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes[\"default\"] || changedAttributes.animate || changedAttributes.stateTitle || changedAttributes.stateField || changedAttributes.stateIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar currentlyOpen = this.isOpen;\n\t\tthis.readState();\n\t\tif(this.isOpen !== currentlyOpen || (this.stateTiddlerTitle && changedTiddlers[this.stateTiddlerTitle])) {\n\t\t\tif(this.retain === \"yes\") {\n\t\t\t\tthis.updateState();\n\t\t\t} else {\n\t\t\t\tthis.refreshSelf();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\n/*\nCalled by refresh() to dynamically show or hide the content\n*/\nRevealWidget.prototype.updateState = function() {\n\tvar self = this;\n\t// Read the current state\n\tthis.readState();\n\t// Construct the child nodes if needed\n\tvar domNode = this.domNodes[0];\n\tif(this.isOpen && !this.hasChildNodes) {\n\t\tthis.hasChildNodes = true;\n\t\tthis.makeChildWidgets(this.parseTreeNode.children);\n\t\tthis.renderChildren(domNode,null);\n\t}\n\t// Animate our DOM node\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\n\t}\n\tif(this.isOpen) {\n\t\tdomNode.removeAttribute(\"hidden\");\n $tw.anim.perform(this.openAnimation,domNode);\n\t} else {\n\t\t$tw.anim.perform(this.closeAnimation,domNode,{callback: function() {\n\t\t\t//make sure that the state hasn't changed during the close animation\n\t\t\tself.readState()\n\t\t\tif(!self.isOpen) {\n\t\t\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t\t\t}\n\t\t}});\n\t}\n};\n\nexports.reveal = RevealWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/scrollable.js": {
"title": "$:/core/modules/widgets/scrollable.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/scrollable.js\ntype: application/javascript\nmodule-type: widget\n\nScrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ScrollableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.scaleFactor = 1;\n\tthis.addEventListeners([\n\t\t{type: \"tm-scroll\", handler: \"handleScrollEvent\"}\n\t]);\n\tif($tw.browser) {\n\t\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\t\twindow.webkitRequestAnimationFrame ||\n\t\t\twindow.mozRequestAnimationFrame ||\n\t\t\tfunction(callback) {\n\t\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t\t};\n\t\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\t\twindow.webkitCancelAnimationFrame ||\n\t\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\t\twindow.mozCancelAnimationFrame ||\n\t\t\twindow.mozCancelRequestAnimationFrame ||\n\t\t\tfunction(id) {\n\t\t\t\twindow.clearTimeout(id);\n\t\t\t};\n\t}\n};\n\n/*\nInherit from the base widget class\n*/\nScrollableWidget.prototype = new Widget();\n\nScrollableWidget.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle a scroll event\n*/\nScrollableWidget.prototype.handleScrollEvent = function(event) {\n\t// Pass the scroll event through if our offsetsize is larger than our scrollsize\n\tif(this.outerDomNode.scrollWidth <= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight <= this.outerDomNode.offsetHeight && this.fallthrough === \"yes\") {\n\t\treturn true;\n\t}\n\tthis.scrollIntoView(event.target);\n\treturn false; // Handled event\n};\n\n/*\nScroll an element into view\n*/\nScrollableWidget.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = {\n\t\tx: this.outerDomNode.scrollLeft,\n\t\ty: this.outerDomNode.scrollTop\n\t};\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\n\t\tclientTargetBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\n\t\t\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\n\t\t\twidth: clientTargetBounds.width,\n\t\t\theight: clientTargetBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\t// If the target is already visible then stay where we are\n\t\t\tif(targetPos >= currentPos && (targetPos + targetSize) <= (currentPos + currentSize)) {\n\t\t\t\treturn currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to its top/left\n\t\t\t} else if(targetPos <= currentPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\treturn targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\treturn currentPos;\n\t\t\t}\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,this.outerDomNode.offsetWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,this.outerDomNode.offsetHeight);\n\t// Only scroll if necessary\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tself.outerDomNode.scrollLeft = scrollPosition.x + (endX - scrollPosition.x) * t;\n\t\t\tself.outerDomNode.scrollTop = scrollPosition.y + (endY - scrollPosition.y) * t;\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nScrollableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create elements\n\tthis.outerDomNode = this.document.createElement(\"div\");\n\t$tw.utils.setStyle(this.outerDomNode,[\n\t\t{overflowY: \"auto\"},\n\t\t{overflowX: \"auto\"},\n\t\t{webkitOverflowScrolling: \"touch\"}\n\t]);\n\tthis.innerDomNode = this.document.createElement(\"div\");\n\tthis.outerDomNode.appendChild(this.innerDomNode);\n\t// Assign classes\n\tthis.outerDomNode.className = this[\"class\"] || \"\";\n\t// Insert element\n\tparent.insertBefore(this.outerDomNode,nextSibling);\n\tthis.renderChildren(this.innerDomNode,null);\n\tthis.domNodes.push(this.outerDomNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nScrollableWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.fallthrough = this.getAttribute(\"fallthrough\",\"yes\");\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nScrollableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.scrollable = ScrollableWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/select.js": {
"title": "$:/core/modules/widgets/select.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/select.js\ntype: application/javascript\nmodule-type: widget\n\nSelect widget:\n\n```\n<$select tiddler=\"MyTiddler\" field=\"text\">\n<$list filter=\"[tag[chapter]]\">\n<option value=<<currentTiddler>>>\n<$view field=\"description\"/>\n</option>\n</$list>\n</$select>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SelectWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSelectWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSelectWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\tthis.setSelectValue();\n\t$tw.utils.addEventListeners(this.getSelectDomNode(),[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n};\n\n/*\nHandle a change event\n*/\nSelectWidget.prototype.handleChangeEvent = function(event) {\n\t// Get the new value and assign it to the tiddler\n\tif(this.selectMultiple == false) {\n\t\tvar value = this.getSelectDomNode().value;\n\t} else {\n\t\tvar value = this.getSelectValues()\n\t\t\t\tvalue = $tw.utils.stringifyList(value);\n\t}\n\tthis.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);\n\t// Trigger actions\n\tif(this.selectActions) {\n\t\tthis.invokeActionString(this.selectActions,this,event);\n\t}\n};\n\n/*\nIf necessary, set the value of the select element to the current value\n*/\nSelectWidget.prototype.setSelectValue = function() {\n\tvar value = this.selectDefault;\n\t// Get the value\n\tif(this.selectIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.selectTitle,this.selectIndex,value);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.selectTitle);\n\t\tif(tiddler) {\n\t\t\tif(this.selectField === \"text\") {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.selectTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.selectField)) {\n\t\t\t\t\tvalue = tiddler.getFieldString(this.selectField);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.selectField === \"title\") {\n\t\t\t\tvalue = this.selectTitle;\n\t\t\t}\n\t\t}\n\t}\n\t// Assign it to the select element if it's different than the current value\n\tif (this.selectMultiple) {\n\t\tvalue = value === undefined ? \"\" : value;\n\t\tvar select = this.getSelectDomNode();\n\t\tvar values = Array.isArray(value) ? value : $tw.utils.parseStringArray(value);\n\t\tfor(var i=0; i < select.children.length; i++){\n\t\t\tif(values.indexOf(select.children[i].value) != -1) {\n\t\t\t\tselect.children[i].selected = true;\n\t\t\t}\n\t\t}\n\t\t\n\t} else {\n\t\tvar domNode = this.getSelectDomNode();\n\t\tif(domNode.value !== value) {\n\t\t\tdomNode.value = value;\n\t\t}\n\t}\n};\n\n/*\nGet the DOM node of the select element\n*/\nSelectWidget.prototype.getSelectDomNode = function() {\n\treturn this.children[0].domNodes[0];\n};\n\n// Return an array of the selected opion values\n// select is an HTML select element\nSelectWidget.prototype.getSelectValues = function() {\n\tvar select, result, options, opt;\n\tselect = this.getSelectDomNode();\n\tresult = [];\n\toptions = select && select.options;\n\tfor (var i=0; i<options.length; i++) {\n\t\topt = options[i];\n\t\tif (opt.selected) {\n\t\t\tresult.push(opt.value || opt.text);\n\t\t}\n\t}\n\treturn result;\n}\n\n/*\nCompute the internal state of the widget\n*/\nSelectWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.selectActions = this.getAttribute(\"actions\");\n\tthis.selectTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.selectField = this.getAttribute(\"field\",\"text\");\n\tthis.selectIndex = this.getAttribute(\"index\");\n\tthis.selectClass = this.getAttribute(\"class\");\n\tthis.selectDefault = this.getAttribute(\"default\");\n\tthis.selectMultiple = this.getAttribute(\"multiple\", false);\n\tthis.selectSize = this.getAttribute(\"size\");\n\t// Make the child widgets\n\tvar selectNode = {\n\t\ttype: \"element\",\n\t\ttag: \"select\",\n\t\tchildren: this.parseTreeNode.children\n\t};\n\tif(this.selectClass) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"class\",this.selectClass);\n\t}\n\tif(this.selectMultiple) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"multiple\",\"multiple\");\n\t}\n\tif(this.selectSize) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"size\",this.selectSize);\n\t}\n\tthis.makeChildWidgets([selectNode]);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSelectWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// If we're using a different tiddler/field/index then completely refresh ourselves\n\tif(changedAttributes.selectTitle || changedAttributes.selectField || changedAttributes.selectIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t// If the target tiddler value has changed, just update setting and refresh the children\n\t} else {\n\t\tvar childrenRefreshed = this.refreshChildren(changedTiddlers);\n\t\tif(changedTiddlers[this.selectTitle] || childrenRefreshed) {\n\t\t\tthis.setSelectValue();\n\t\t} \n\t\treturn childrenRefreshed;\n\t}\n};\n\nexports.select = SelectWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/set.js": {
"title": "$:/core/modules/widgets/set.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/set.js\ntype: application/javascript\nmodule-type: widget\n\nSet variable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.setName = this.getAttribute(\"name\",\"currentTiddler\");\n\tthis.setFilter = this.getAttribute(\"filter\");\n\tthis.setSelect = this.getAttribute(\"select\");\n\tthis.setTiddler = this.getAttribute(\"tiddler\");\n\tthis.setSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.setField = this.getAttribute(\"field\");\n\tthis.setIndex = this.getAttribute(\"index\");\n\tthis.setValue = this.getAttribute(\"value\");\n\tthis.setEmptyValue = this.getAttribute(\"emptyValue\");\n\t// Set context variable\n\tthis.setVariable(this.setName,this.getValue(),this.parseTreeNode.params,!!this.parseTreeNode.isMacroDefinition);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nGet the value to be assigned\n*/\nSetWidget.prototype.getValue = function() {\n\tvar value = this.setValue;\n\tif(this.setTiddler) {\n\t\tvar tiddler;\n\t\tif(this.setSubTiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.setTiddler,this.setSubTiddler);\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.setTiddler);\t\t\t\n\t\t}\n\t\tif(!tiddler) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t} else if(this.setField) {\n\t\t\tvalue = tiddler.getFieldString(this.setField) || this.setEmptyValue;\n\t\t} else if(this.setIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.setTiddler,this.setIndex,this.setEmptyValue);\n\t\t} else {\n\t\t\tvalue = tiddler.fields.text || this.setEmptyValue ;\n\t\t}\n\t} else if(this.setFilter) {\n\t\tvar results = this.wiki.filterTiddlers(this.setFilter,this);\n\t\tif(this.setValue == null) {\n\t\t\tvar select;\n\t\t\tif(this.setSelect) {\n\t\t\t\tselect = parseInt(this.setSelect,10);\n\t\t\t}\n\t\t\tif(select !== undefined) {\n\t\t\t\tvalue = results[select] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = $tw.utils.stringifyList(results);\t\t\t\n\t\t\t}\n\t\t}\n\t\tif(results.length === 0 && this.setEmptyValue !== undefined) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t}\n\t} else if(!value && this.setEmptyValue) {\n\t\tvalue = this.setEmptyValue;\n\t}\n\treturn value || \"\";\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSetWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.filter || changedAttributes.select || changedAttributes.tiddler || (this.setTiddler && changedTiddlers[this.setTiddler]) || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes.emptyValue ||\n\t (this.setFilter && this.getValue() != this.variables[this.setName].value)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.setvariable = SetWidget;\nexports.set = SetWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/text.js": {
"title": "$:/core/modules/widgets/text.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/text.js\ntype: application/javascript\nmodule-type: widget\n\nText node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TextNodeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTextNodeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTextNodeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar text = this.getAttribute(\"text\",this.parseTreeNode.text || \"\");\n\ttext = text.replace(/\\r/mg,\"\");\n\tvar textNode = this.document.createTextNode(text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTextNodeWidget.prototype.execute = function() {\n\t// Nothing to do for a text node\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTextNodeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.text) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.text = TextNodeWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/tiddler.js": {
"title": "$:/core/modules/widgets/tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/tiddler.js\ntype: application/javascript\nmodule-type: widget\n\nTiddler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTiddlerWidget.prototype.execute = function() {\n\tthis.tiddlerState = this.computeTiddlerState();\n\tthis.setVariable(\"currentTiddler\",this.tiddlerState.currentTiddler);\n\tthis.setVariable(\"missingTiddlerClass\",this.tiddlerState.missingTiddlerClass);\n\tthis.setVariable(\"shadowTiddlerClass\",this.tiddlerState.shadowTiddlerClass);\n\tthis.setVariable(\"systemTiddlerClass\",this.tiddlerState.systemTiddlerClass);\n\tthis.setVariable(\"tiddlerTagClasses\",this.tiddlerState.tiddlerTagClasses);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nCompute the tiddler state flags\n*/\nTiddlerWidget.prototype.computeTiddlerState = function() {\n\t// Get our parameters\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Compute the state\n\tvar state = {\n\t\tcurrentTiddler: this.tiddlerTitle || \"\",\n\t\tmissingTiddlerClass: (this.wiki.tiddlerExists(this.tiddlerTitle) || this.wiki.isShadowTiddler(this.tiddlerTitle)) ? \"tc-tiddler-exists\" : \"tc-tiddler-missing\",\n\t\tshadowTiddlerClass: this.wiki.isShadowTiddler(this.tiddlerTitle) ? \"tc-tiddler-shadow\" : \"\",\n\t\tsystemTiddlerClass: this.wiki.isSystemTiddler(this.tiddlerTitle) ? \"tc-tiddler-system\" : \"\",\n\t\ttiddlerTagClasses: this.getTagClasses()\n\t};\n\t// Compute a simple hash to make it easier to detect changes\n\tstate.hash = state.currentTiddler + state.missingTiddlerClass + state.shadowTiddlerClass + state.systemTiddlerClass + state.tiddlerTagClasses;\n\treturn state;\n};\n\n/*\nCreate a string of CSS classes derived from the tags of the current tiddler\n*/\nTiddlerWidget.prototype.getTagClasses = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\tif(tiddler) {\n\t\tvar tags = [];\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\ttags.push(\"tc-tagged-\" + encodeURIComponent(tag));\n\t\t});\n\t\treturn tags.join(\" \");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tnewTiddlerState = this.computeTiddlerState();\n\tif(changedAttributes.tiddler || newTiddlerState.hash !== this.tiddlerState.hash) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.tiddler = TiddlerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/transclude.js": {
"title": "$:/core/modules/widgets/transclude.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/transclude.js\ntype: application/javascript\nmodule-type: widget\n\nTransclude widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TranscludeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTranscludeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTranscludeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTranscludeWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.transcludeTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.transcludeSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.transcludeField = this.getAttribute(\"field\");\n\tthis.transcludeIndex = this.getAttribute(\"index\");\n\tthis.transcludeMode = this.getAttribute(\"mode\");\n\t// Parse the text reference\n\tvar parseAsInline = !this.parseTreeNode.isBlock;\n\tif(this.transcludeMode === \"inline\") {\n\t\tparseAsInline = true;\n\t} else if(this.transcludeMode === \"block\") {\n\t\tparseAsInline = false;\n\t}\n\tvar parser = this.wiki.parseTextReference(\n\t\t\t\t\t\tthis.transcludeTitle,\n\t\t\t\t\t\tthis.transcludeField,\n\t\t\t\t\t\tthis.transcludeIndex,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tparseAsInline: parseAsInline,\n\t\t\t\t\t\t\tsubTiddler: this.transcludeSubTiddler\n\t\t\t\t\t\t}),\n\t\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\n\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tthis.setVariable(\"transclusion\",recursionMarker);\n\t// Check for recursion\n\tif(parser) {\n\t\tif(this.parentWidget && this.parentWidget.hasVariable(\"transclusion\",recursionMarker)) {\n\t\t\tparseTreeNodes = [{type: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-error\"}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: $tw.language.getString(\"Error/RecursiveTransclusion\")}\n\t\t\t]}];\n\t\t}\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\n*/\nTranscludeWidget.prototype.makeRecursionMarker = function() {\n\tvar output = [];\n\toutput.push(\"{\");\n\toutput.push(this.getVariable(\"currentTiddler\",{defaultValue: \"\"}));\n\toutput.push(\"|\");\n\toutput.push(this.transcludeTitle || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeField || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeIndex || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeSubTiddler || \"\");\n\toutput.push(\"}\");\n\treturn output.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTranscludeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.transcludeTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.transclude = TranscludeWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/vars.js": {
"title": "$:/core/modules/widgets/vars.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/vars.js\ntype: application/javascript\nmodule-type: widget\n\nThis widget allows multiple variables to be set in one go:\n\n```\n\\define helloworld() Hello world!\n<$vars greeting=\"Hi\" me={{!!title}} sentence=<<helloworld>>>\n <<greeting>>! I am <<me>> and I say: <<sentence>>\n</$vars>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar VarsWidget = function(parseTreeNode,options) {\n\t// Call the constructor\n\tWidget.call(this);\n\t// Initialise\t\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nVarsWidget.prototype = Object.create(Widget.prototype);\n\n/*\nRender this widget into the DOM\n*/\nVarsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nVarsWidget.prototype.execute = function() {\n\t// Parse variables\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(val,key) {\n\t\tif(key.charAt(0) !== \"$\") {\n\t\t\tself.setVariable(key,val);\n\t\t}\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nVarsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"vars\"] = VarsWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/view.js": {
"title": "$:/core/modules/widgets/view.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/view.js\ntype: application/javascript\nmodule-type: widget\n\nView widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ViewWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nViewWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nViewWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.text) {\n\t\tvar textNode = this.document.createTextNode(this.text);\n\t\tparent.insertBefore(textNode,nextSibling);\n\t\tthis.domNodes.push(textNode);\n\t} else {\n\t\tthis.makeChildWidgets();\n\t\tthis.renderChildren(parent,nextSibling);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nViewWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.viewTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.viewSubtiddler = this.getAttribute(\"subtiddler\");\n\tthis.viewField = this.getAttribute(\"field\",\"text\");\n\tthis.viewIndex = this.getAttribute(\"index\");\n\tthis.viewFormat = this.getAttribute(\"format\",\"text\");\n\tthis.viewTemplate = this.getAttribute(\"template\",\"\");\n\tthis.viewMode = this.getAttribute(\"mode\",\"block\");\n\tswitch(this.viewFormat) {\n\t\tcase \"htmlwikified\":\n\t\t\tthis.text = this.getValueAsHtmlWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"plainwikified\":\n\t\t\tthis.text = this.getValueAsPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencodedplainwikified\":\n\t\t\tthis.text = this.getValueAsHtmlEncodedPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencoded\":\n\t\t\tthis.text = this.getValueAsHtmlEncoded();\n\t\t\tbreak;\n\t\tcase \"urlencoded\":\n\t\t\tthis.text = this.getValueAsUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"doubleurlencoded\":\n\t\t\tthis.text = this.getValueAsDoubleUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"date\":\n\t\t\tthis.text = this.getValueAsDate(this.viewTemplate);\n\t\t\tbreak;\n\t\tcase \"relativedate\":\n\t\t\tthis.text = this.getValueAsRelativeDate();\n\t\t\tbreak;\n\t\tcase \"stripcomments\":\n\t\t\tthis.text = this.getValueAsStrippedComments();\n\t\t\tbreak;\n\t\tcase \"jsencoded\":\n\t\t\tthis.text = this.getValueAsJsEncoded();\n\t\t\tbreak;\n\t\tdefault: // \"text\"\n\t\t\tthis.text = this.getValueAsText();\n\t\t\tbreak;\n\t}\n};\n\n/*\nThe various formatter functions are baked into this widget for the moment. Eventually they will be replaced by macro functions\n*/\n\n/*\nRetrieve the value of the widget. Options are:\nasString: Optionally return the value as a string\n*/\nViewWidget.prototype.getValue = function(options) {\n\toptions = options || {};\n\tvar value = options.asString ? \"\" : undefined;\n\tif(this.viewIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.viewTitle,this.viewIndex);\n\t} else {\n\t\tvar tiddler;\n\t\tif(this.viewSubtiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.viewTitle,this.viewSubtiddler);\t\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.viewTitle);\n\t\t}\n\t\tif(tiddler) {\n\t\t\tif(this.viewField === \"text\" && !this.viewSubtiddler) {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.viewTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.viewField)) {\n\t\t\t\t\tif(options.asString) {\n\t\t\t\t\t\tvalue = tiddler.getFieldString(this.viewField);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvalue = tiddler.fields[this.viewField];\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.viewField === \"title\") {\n\t\t\t\tvalue = this.viewTitle;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nViewWidget.prototype.getValueAsText = function() {\n\treturn this.getValue({asString: true});\n};\n\nViewWidget.prototype.getValueAsHtmlWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/html\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsPlainWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsHtmlEncodedPlainWikified = function(mode) {\n\treturn $tw.utils.htmlEncode(this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t}));\n};\n\nViewWidget.prototype.getValueAsHtmlEncoded = function() {\n\treturn $tw.utils.htmlEncode(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsUrlEncoded = function() {\n\treturn encodeURIComponent(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {\n\treturn encodeURIComponent(encodeURIComponent(this.getValueAsText()));\n};\n\nViewWidget.prototype.getValueAsDate = function(format) {\n\tformat = format || \"YYYY MM DD 0hh:0mm\";\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.formatDateString(value,format);\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsRelativeDate = function(format) {\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.getRelativeDate((new Date()) - (new Date(value))).description;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsStrippedComments = function() {\n\tvar lines = this.getValueAsText().split(\"\\n\"),\n\t\tout = [];\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar text = lines[line];\n\t\tif(!/^\\s*\\/\\/#/.test(text)) {\n\t\t\tout.push(text);\n\t\t}\n\t}\n\treturn out.join(\"\\n\");\n};\n\nViewWidget.prototype.getValueAsJsEncoded = function() {\n\treturn $tw.utils.stringify(this.getValueAsText());\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nViewWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.template || changedAttributes.format || changedTiddlers[this.viewTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.view = ViewWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/widget.js": {
"title": "$:/core/modules/widgets/widget.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/widget.js\ntype: application/javascript\nmodule-type: widget\n\nWidget base class\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate a widget object for a parse tree node\n\tparseTreeNode: reference to the parse tree node to be rendered\n\toptions: see below\nOptions include:\n\twiki: mandatory reference to wiki associated with this render tree\n\tparentWidget: optional reference to a parent renderer node for the context chain\n\tdocument: optional document object to use instead of global document\n*/\nvar Widget = function(parseTreeNode,options) {\n\tif(arguments.length > 0) {\n\t\tthis.initialise(parseTreeNode,options);\n\t}\n};\n\n/*\nInitialise widget properties. These steps are pulled out of the constructor so that we can reuse them in subclasses\n*/\nWidget.prototype.initialise = function(parseTreeNode,options) {\n\toptions = options || {};\n\t// Save widget info\n\tthis.parseTreeNode = parseTreeNode;\n\tthis.wiki = options.wiki;\n\tthis.parentWidget = options.parentWidget;\n\tthis.variablesConstructor = function() {};\n\tthis.variablesConstructor.prototype = this.parentWidget ? this.parentWidget.variables : {};\n\tthis.variables = new this.variablesConstructor();\n\tthis.document = options.document;\n\tthis.attributes = {};\n\tthis.children = [];\n\tthis.domNodes = [];\n\tthis.eventListeners = {};\n\t// Hashmap of the widget classes\n\tif(!this.widgetClasses) {\n\t\tWidget.prototype.widgetClasses = $tw.modules.applyMethods(\"widget\");\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWidget.prototype.execute = function() {\n\tthis.makeChildWidgets();\n};\n\n/*\nSet the value of a context variable\nname: name of the variable\nvalue: value of the variable\nparams: array of {name:, default:} for each parameter\nisMacroDefinition: true if the variable is set via a \\define macro pragma (and hence should have variable substitution performed)\n*/\nWidget.prototype.setVariable = function(name,value,params,isMacroDefinition) {\n\tthis.variables[name] = {value: value, params: params, isMacroDefinition: !!isMacroDefinition};\n};\n\n/*\nGet the prevailing value of a context variable\nname: name of variable\noptions: see below\nOptions include\nparams: array of {name:, value:} for each parameter\ndefaultValue: default value if the variable is not defined\n\nReturns an object with the following fields:\n\nparams: array of {name:,value:} of parameters passed to wikitext variables\ntext: text of variable, with parameters properly substituted\n*/\nWidget.prototype.getVariableInfo = function(name,options) {\n\toptions = options || {};\n\tvar actualParams = options.params || [],\n\t\tparentWidget = this.parentWidget;\n\t// Check for the variable defined in the parent widget (or an ancestor in the prototype chain)\n\tif(parentWidget && name in parentWidget.variables) {\n\t\tvar variable = parentWidget.variables[name],\n\t\t\tvalue = variable.value,\n\t\t\tparams = this.resolveVariableParameters(variable.params,actualParams);\n\t\t// Substitute any parameters specified in the definition\n\t\t$tw.utils.each(params,function(param) {\n\t\t\tvalue = $tw.utils.replaceString(value,new RegExp(\"\\\\$\" + $tw.utils.escapeRegExp(param.name) + \"\\\\$\",\"mg\"),param.value);\n\t\t});\n\t\t// Only substitute variable references if this variable was defined with the \\define pragma\n\t\tif(variable.isMacroDefinition) {\n\t\t\tvalue = this.substituteVariableReferences(value);\t\t\t\n\t\t}\n\t\treturn {\n\t\t\ttext: value,\n\t\t\tparams: params\n\t\t};\n\t}\n\t// If the variable doesn't exist in the parent widget then look for a macro module\n\treturn {\n\t\ttext: this.evaluateMacroModule(name,actualParams,options.defaultValue)\n\t};\n};\n\n/*\nSimplified version of getVariableInfo() that just returns the text\n*/\nWidget.prototype.getVariable = function(name,options) {\n\treturn this.getVariableInfo(name,options).text;\n};\n\nWidget.prototype.resolveVariableParameters = function(formalParams,actualParams) {\n\tformalParams = formalParams || [];\n\tactualParams = actualParams || [];\n\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\tparamInfo, paramValue,\n\t\tresults = [];\n\t// Step through each of the parameters in the macro definition\n\tfor(var p=0; p<formalParams.length; p++) {\n\t\t// Check if we've got a macro call parameter with the same name\n\t\tparamInfo = formalParams[p];\n\t\tparamValue = undefined;\n\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t}\n\t\t}\n\t\t// If not, use the next available anonymous macro call parameter\n\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\tnextAnonParameter++;\n\t\t}\n\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t}\n\t\t// If we've still not got a value, use the default, if any\n\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t// Store the parameter name and value\n\t\tresults.push({name: paramInfo.name, value: paramValue});\n\t}\n\treturn results;\n};\n\nWidget.prototype.substituteVariableReferences = function(text) {\n\tvar self = this;\n\treturn (text || \"\").replace(/\\$\\(([^\\)\\$]+)\\)\\$/g,function(match,p1,offset,string) {\n\t\treturn self.getVariable(p1,{defaultValue: \"\"});\n\t});\n};\n\nWidget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue) {\n\tif($tw.utils.hop($tw.macros,name)) {\n\t\tvar macro = $tw.macros[name],\n\t\t\targs = [];\n\t\tif(macro.params.length > 0) {\n\t\t\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\t\t\tparamInfo, paramValue;\n\t\t\t// Step through each of the parameters in the macro definition\n\t\t\tfor(var p=0; p<macro.params.length; p++) {\n\t\t\t\t// Check if we've got a macro call parameter with the same name\n\t\t\t\tparamInfo = macro.params[p];\n\t\t\t\tparamValue = undefined;\n\t\t\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If not, use the next available anonymous macro call parameter\n\t\t\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\t\tnextAnonParameter++;\n\t\t\t\t}\n\t\t\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t\t\t}\n\t\t\t\t// If we've still not got a value, use the default, if any\n\t\t\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t\t\t// Save the parameter\n\t\t\t\targs.push(paramValue);\n\t\t\t}\n\t\t}\n\t\telse for(var i=0; i<actualParams.length; ++i) {\n\t\t\targs.push(actualParams[i].value);\n\t\t}\n\t\treturn (macro.run.apply(this,args) || \"\").toString();\n\t} else {\n\t\treturn defaultValue;\n\t}\n};\n\n/*\nCheck whether a given context variable value exists in the parent chain\n*/\nWidget.prototype.hasVariable = function(name,value) {\n\tvar node = this;\n\twhile(node) {\n\t\tif($tw.utils.hop(node.variables,name) && node.variables[name].value === value) {\n\t\t\treturn true;\n\t\t}\n\t\tnode = node.parentWidget;\n\t}\n\treturn false;\n};\n\n/*\nConstruct a qualifying string based on a hash of concatenating the values of a given variable in the parent chain\n*/\nWidget.prototype.getStateQualifier = function(name) {\n\tthis.qualifiers = this.qualifiers || Object.create(null);\n\tname = name || \"transclusion\";\n\tif(this.qualifiers[name]) {\n\t\treturn this.qualifiers[name];\n\t} else {\n\t\tvar output = [],\n\t\t\tnode = this;\n\t\twhile(node && node.parentWidget) {\n\t\t\tif($tw.utils.hop(node.parentWidget.variables,name)) {\n\t\t\t\toutput.push(node.getVariable(name));\n\t\t\t}\n\t\t\tnode = node.parentWidget;\n\t\t}\n\t\tvar value = $tw.utils.hashString(output.join(\"\"));\n\t\tthis.qualifiers[name] = value;\n\t\treturn value;\n\t}\n};\n\n/*\nCompute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed\n*/\nWidget.prototype.computeAttributes = function() {\n\tvar changedAttributes = {},\n\t\tself = this,\n\t\tvalue;\n\t$tw.utils.each(this.parseTreeNode.attributes,function(attribute,name) {\n\t\tif(attribute.type === \"filtered\") {\n\t\t\tvalue = self.wiki.filterTiddlers(attribute.filter,self)[0] || \"\";\n\t\t} else if(attribute.type === \"indirect\") {\n\t\t\tvalue = self.wiki.getTextReference(attribute.textReference,\"\",self.getVariable(\"currentTiddler\"));\n\t\t} else if(attribute.type === \"macro\") {\n\t\t\tvalue = self.getVariable(attribute.value.name,{params: attribute.value.params});\n\t\t} else { // String attribute\n\t\t\tvalue = attribute.value;\n\t\t}\n\t\t// Check whether the attribute has changed\n\t\tif(self.attributes[name] !== value) {\n\t\t\tself.attributes[name] = value;\n\t\t\tchangedAttributes[name] = true;\n\t\t}\n\t});\n\treturn changedAttributes;\n};\n\n/*\nCheck for the presence of an attribute\n*/\nWidget.prototype.hasAttribute = function(name) {\n\treturn $tw.utils.hop(this.attributes,name);\n};\n\n/*\nGet the value of an attribute\n*/\nWidget.prototype.getAttribute = function(name,defaultText) {\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\treturn this.attributes[name];\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nAssign the computed attributes of the widget to a domNode\noptions include:\nexcludeEventAttributes: ignores attributes whose name begins with \"on\"\n*/\nWidget.prototype.assignAttributes = function(domNode,options) {\n\toptions = options || {};\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(v,a) {\n\t\t// Check exclusions\n\t\tif(options.excludeEventAttributes && a.substr(0,2) === \"on\") {\n\t\t\tv = undefined;\n\t\t}\n\t\tif(v !== undefined) {\n\t\t\tvar b = a.split(\":\");\n\t\t\t// Setting certain attributes can cause a DOM error (eg xmlns on the svg element)\n\t\t\ttry {\n\t\t\t\tif (b.length == 2 && b[0] == \"xlink\"){\n\t\t\t\t\tdomNode.setAttributeNS(\"http://www.w3.org/1999/xlink\",b[1],v);\n\t\t\t\t} else {\n\t\t\t\t\tdomNode.setAttributeNS(null,a,v);\n\t\t\t\t}\n\t\t\t} catch(e) {\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nMake child widgets correspondng to specified parseTreeNodes\n*/\nWidget.prototype.makeChildWidgets = function(parseTreeNodes) {\n\tthis.children = [];\n\tvar self = this;\n\t$tw.utils.each(parseTreeNodes || (this.parseTreeNode && this.parseTreeNode.children),function(childNode) {\n\t\tself.children.push(self.makeChildWidget(childNode));\n\t});\n};\n\n/*\nConstruct the widget object for a parse tree node\n*/\nWidget.prototype.makeChildWidget = function(parseTreeNode) {\n\tvar WidgetClass = this.widgetClasses[parseTreeNode.type];\n\tif(!WidgetClass) {\n\t\tWidgetClass = this.widgetClasses.text;\n\t\tparseTreeNode = {type: \"text\", text: \"Undefined widget '\" + parseTreeNode.type + \"'\"};\n\t}\n\treturn new WidgetClass(parseTreeNode,{\n\t\twiki: this.wiki,\n\t\tvariables: {},\n\t\tparentWidget: this,\n\t\tdocument: this.document\n\t});\n};\n\n/*\nGet the next sibling of this widget\n*/\nWidget.prototype.nextSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index < this.parentWidget.children.length-1) {\n\t\t\treturn this.parentWidget.children[index+1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the previous sibling of this widget\n*/\nWidget.prototype.previousSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index > 0) {\n\t\t\treturn this.parentWidget.children[index-1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRender the children of this widget into the DOM\n*/\nWidget.prototype.renderChildren = function(parent,nextSibling) {\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\tchildWidget.render(parent,nextSibling);\n\t});\n};\n\n/*\nAdd a list of event listeners from an array [{type:,handler:},...]\n*/\nWidget.prototype.addEventListeners = function(listeners) {\n\tvar self = this;\n\t$tw.utils.each(listeners,function(listenerInfo) {\n\t\tself.addEventListener(listenerInfo.type,listenerInfo.handler);\n\t});\n};\n\n/*\nAdd an event listener\n*/\nWidget.prototype.addEventListener = function(type,handler) {\n\tvar self = this;\n\tif(typeof handler === \"string\") { // The handler is a method name on this widget\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn self[handler].call(self,event);\n\t\t};\n\t} else { // The handler is a function\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn handler.call(self,event);\n\t\t};\n\t}\n};\n\n/*\nDispatch an event to a widget. If the widget doesn't handle the event then it is also dispatched to the parent widget\n*/\nWidget.prototype.dispatchEvent = function(event) {\n\t// Dispatch the event if this widget handles it\n\tvar listener = this.eventListeners[event.type];\n\tif(listener) {\n\t\t// Don't propagate the event if the listener returned false\n\t\tif(!listener(event)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Dispatch the event to the parent widget\n\tif(this.parentWidget) {\n\t\treturn this.parentWidget.dispatchEvent(event);\n\t}\n\treturn true;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nRebuild a previously rendered widget\n*/\nWidget.prototype.refreshSelf = function() {\n\tvar nextSibling = this.findNextSiblingDomNode();\n\tthis.removeChildDomNodes();\n\tthis.render(this.parentDomNode,nextSibling);\n};\n\n/*\nRefresh all the children of a widget\n*/\nWidget.prototype.refreshChildren = function(changedTiddlers) {\n\tvar self = this,\n\t\trefreshed = false;\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\trefreshed = childWidget.refresh(changedTiddlers) || refreshed;\n\t});\n\treturn refreshed;\n};\n\n/*\nFind the next sibling in the DOM to this widget. This is done by scanning the widget tree through all next siblings and their descendents that share the same parent DOM node\n*/\nWidget.prototype.findNextSiblingDomNode = function(startIndex) {\n\t// Refer to this widget by its index within its parents children\n\tvar parent = this.parentWidget,\n\t\tindex = startIndex !== undefined ? startIndex : parent.children.indexOf(this);\nif(index === -1) {\n\tthrow \"node not found in parents children\";\n}\n\t// Look for a DOM node in the later siblings\n\twhile(++index < parent.children.length) {\n\t\tvar domNode = parent.children[index].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\t// Go back and look for later siblings of our parent if it has the same parent dom node\n\tvar grandParent = parent.parentWidget;\n\tif(grandParent && parent.parentDomNode === this.parentDomNode) {\n\t\tindex = grandParent.children.indexOf(parent);\n\t\tif(index !== -1) {\n\t\t\treturn parent.findNextSiblingDomNode(index);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nFind the first DOM node generated by a widget or its children\n*/\nWidget.prototype.findFirstDomNode = function() {\n\t// Return the first dom node of this widget, if we've got one\n\tif(this.domNodes.length > 0) {\n\t\treturn this.domNodes[0];\n\t}\n\t// Otherwise, recursively call our children\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar domNode = this.children[t].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRemove any DOM nodes created by this widget or its children\n*/\nWidget.prototype.removeChildDomNodes = function() {\n\t// If this widget has directly created DOM nodes, delete them and exit. This assumes that any child widgets are contained within the created DOM nodes, which would normally be the case\n\tif(this.domNodes.length > 0) {\n\t\t$tw.utils.each(this.domNodes,function(domNode) {\n\t\t\tdomNode.parentNode.removeChild(domNode);\n\t\t});\n\t\tthis.domNodes = [];\n\t} else {\n\t\t// Otherwise, ask the child widgets to delete their DOM nodes\n\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\tchildWidget.removeChildDomNodes();\n\t\t});\n\t}\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nWidget.prototype.invokeActions = function(triggeringWidget,event) {\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\n\t\t\tif(child.invokeAction(triggeringWidget,event)) {\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};\n\n/*\nInvoke the action widgets defined in a string\n*/\nWidget.prototype.invokeActionString = function(actions,triggeringWidget,event,variables) {\n\tactions = actions || \"\";\n\tvar parser = this.wiki.parseText(\"text/vnd.tiddlywiki\",actions,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document\n\t\t}),\n\t\twidgetNode = this.wiki.makeWidget(parser,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document,\n\t\t\tvariables: variables\n\t\t});\n\tvar container = this.document.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn widgetNode.invokeActions(this,event);\n};\n\nWidget.prototype.allowActionPropagation = function() {\n\treturn true;\n};\n\nexports.widget = Widget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/wikify.js": {
"title": "$:/core/modules/widgets/wikify.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/wikify.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to wikify text into a variable\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar WikifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nWikifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nWikifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWikifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.wikifyName = this.getAttribute(\"name\");\n\tthis.wikifyText = this.getAttribute(\"text\");\n\tthis.wikifyType = this.getAttribute(\"type\");\n\tthis.wikifyMode = this.getAttribute(\"mode\",\"block\");\n\tthis.wikifyOutput = this.getAttribute(\"output\",\"text\");\n\t// Create the parse tree\n\tthis.wikifyParser = this.wiki.parseText(this.wikifyType,this.wikifyText,{\n\t\t\tparseAsInline: this.wikifyMode === \"inline\"\n\t\t});\n\t// Create the widget tree \n\tthis.wikifyWidgetNode = this.wiki.makeWidget(this.wikifyParser,{\n\t\t\tdocument: $tw.fakeDocument,\n\t\t\tparentWidget: this\n\t\t});\n\t// Render the widget tree to the container\n\tthis.wikifyContainer = $tw.fakeDocument.createElement(\"div\");\n\tthis.wikifyWidgetNode.render(this.wikifyContainer,null);\n\tthis.wikifyResult = this.getResult();\n\t// Set context variable\n\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nReturn the result string\n*/\nWikifyWidget.prototype.getResult = function() {\n\tvar result;\n\tswitch(this.wikifyOutput) {\n\t\tcase \"text\":\n\t\t\tresult = this.wikifyContainer.textContent;\n\t\t\tbreak;\n\t\tcase \"formattedtext\":\n\t\t\tresult = this.wikifyContainer.formattedTextContent;\n\t\t\tbreak;\n\t\tcase \"html\":\n\t\t\tresult = this.wikifyContainer.innerHTML;\n\t\t\tbreak;\n\t\tcase \"parsetree\":\n\t\t\tresult = JSON.stringify(this.wikifyParser.tree,0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t\tcase \"widgettree\":\n\t\t\tresult = JSON.stringify(this.getWidgetTree(),0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t}\n\treturn result;\n};\n\n/*\nReturn a string of the widget tree\n*/\nWikifyWidget.prototype.getWidgetTree = function() {\n\tvar copyNode = function(widgetNode,resultNode) {\n\t\t\tvar type = widgetNode.parseTreeNode.type;\n\t\t\tresultNode.type = type;\n\t\t\tswitch(type) {\n\t\t\t\tcase \"element\":\n\t\t\t\t\tresultNode.tag = widgetNode.parseTreeNode.tag;\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"text\":\n\t\t\t\t\tresultNode.text = widgetNode.parseTreeNode.text;\n\t\t\t\t\tbreak;\t\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.attributes || {}).length > 0) {\n\t\t\t\tresultNode.attributes = {};\n\t\t\t\t$tw.utils.each(widgetNode.attributes,function(attr,attrName) {\n\t\t\t\t\tresultNode.attributes[attrName] = widgetNode.getAttribute(attrName);\n\t\t\t\t});\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.children || {}).length > 0) {\n\t\t\t\tresultNode.children = [];\n\t\t\t\t$tw.utils.each(widgetNode.children,function(widgetChildNode) {\n\t\t\t\t\tvar node = {};\n\t\t\t\t\tresultNode.children.push(node);\n\t\t\t\t\tcopyNode(widgetChildNode,node);\n\t\t\t\t});\n\t\t\t}\n\t\t},\n\t\tresults = {};\n\tcopyNode(this.wikifyWidgetNode,results);\n\treturn results;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWikifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh ourselves entirely if any of our attributes have changed\n\tif(changedAttributes.name || changedAttributes.text || changedAttributes.type || changedAttributes.mode || changedAttributes.output) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\t// Refresh the widget tree\n\t\tif(this.wikifyWidgetNode.refresh(changedTiddlers)) {\n\t\t\t// Check if there was any change\n\t\t\tvar result = this.getResult();\n\t\t\tif(result !== this.wikifyResult) {\n\t\t\t\t// If so, save the change\n\t\t\t\tthis.wikifyResult = result;\n\t\t\t\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t\t\t\t// Refresh each of our child widgets\n\t\t\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\t\t\tchildWidget.refreshSelf();\n\t\t\t\t});\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\t// Just refresh the children\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.wikify = WikifyWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/wiki-bulkops.js": {
"title": "$:/core/modules/wiki-bulkops.js",
"text": "/*\\\ntitle: $:/core/modules/wiki-bulkops.js\ntype: application/javascript\nmodule-type: wikimethod\n\nBulk tiddler operations such as rename.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRename a tiddler, and relink any tags or lists that reference it.\n*/\nfunction renameTiddler(fromTitle,toTitle,options) {\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\t// Rename the tiddler itself\n\t\tvar oldTiddler = this.getTiddler(fromTitle),\n\t\t\tnewTiddler = new $tw.Tiddler(oldTiddler,{title: toTitle},this.getModificationFields());\n\t\tnewTiddler = $tw.hooks.invokeHook(\"th-renaming-tiddler\",newTiddler,oldTiddler);\n\t\tthis.addTiddler(newTiddler);\n\t\tthis.deleteTiddler(fromTitle);\n\t\t// Rename any tags or lists that reference it\n\t\tthis.relinkTiddler(fromTitle,toTitle,options)\n\t}\n}\n\n/*\nRelink any tags or lists that reference a given tiddler\n*/\nfunction relinkTiddler(fromTitle,toTitle,options) {\n\tvar self = this;\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\tthis.each(function(tiddler,title) {\n\t\t\tvar type = tiddler.fields.type || \"\";\n\t\t\t// Don't touch plugins or JavaScript modules\n\t\t\tif(!tiddler.fields[\"plugin-type\"] && type !== \"application/javascript\") {\n\t\t\t\tvar tags = (tiddler.fields.tags || []).slice(0),\n\t\t\t\t\tlist = (tiddler.fields.list || []).slice(0),\n\t\t\t\t\tisModified = false;\n\t\t\t\tif(!options.dontRenameInTags) {\n\t\t\t\t\t// Rename tags\n\t\t\t\t\t$tw.utils.each(tags,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming tag '\" + tags[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\ttags[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(!options.dontRenameInLists) {\n\t\t\t\t\t// Rename lists\n\t\t\t\t\t$tw.utils.each(list,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming list item '\" + list[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\tlist[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(isModified) {\n\t\t\t\t\tvar newTiddler = new $tw.Tiddler(tiddler,{tags: tags, list: list},self.getModificationFields())\n\t\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-relinking-tiddler\",newTiddler,tiddler);\n\t\t\t\t\tself.addTiddler(newTiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\nexports.renameTiddler = renameTiddler;\nexports.relinkTiddler = relinkTiddler;\n\n})();\n",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/core/modules/wiki.js": {
"title": "$:/core/modules/wiki.js",
"text": "/*\\\ntitle: $:/core/modules/wiki.js\ntype: application/javascript\nmodule-type: wikimethod\n\nExtension methods for the $tw.Wiki object\n\nAdds the following properties to the wiki object:\n\n* `eventListeners` is a hashmap by type of arrays of listener functions\n* `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields:\n\tmodified: true/false\n\tdeleted: true/false\n* `changeCount` is a hashmap by tiddler title containing a numerical index that starts at zero and is incremented each time a tiddler is created changed or deleted\n* `caches` is a hashmap by tiddler title containing a further hashmap of named cache objects. Caches are automatically cleared when a tiddler is modified or deleted\n* `globalCache` is a hashmap by cache name of cache objects that are cleared whenever any tiddler change occurs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar USER_NAME_TITLE = \"$:/status/UserName\",\n\tTIMESTAMP_DISABLE_TITLE = \"$:/config/TimestampDisable\";\n\n/*\nGet the value of a text reference. Text references can have any of these forms:\n\t<tiddlertitle>\n\t<tiddlertitle>!!<fieldname>\n\t!!<fieldname> - specifies a field of the current tiddlers\n\t<tiddlertitle>##<index>\n*/\nexports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tif(tr.field) {\n\t\tvar tiddler = this.getTiddler(title);\n\t\tif(tr.field === \"title\") { // Special case so we can return the title of a non-existent tiddler\n\t\t\treturn title;\n\t\t} else if(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\treturn tiddler.getFieldString(tr.field);\n\t\t} else {\n\t\t\treturn defaultText;\n\t\t}\n\t} else if(tr.index) {\n\t\treturn this.extractTiddlerDataItem(title,tr.index,defaultText);\n\t} else {\n\t\treturn this.getTiddlerText(title,defaultText);\n\t}\n};\n\nexports.setTextReference = function(textRef,value,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tthis.setText(title,tr.field,tr.index,value);\n};\n\nexports.setText = function(title,field,index,value,options) {\n\toptions = options || {};\n\tvar creationFields = options.suppressTimestamp ? {} : this.getCreationFields(),\n\t\tmodificationFields = options.suppressTimestamp ? {} : this.getModificationFields();\n\t// Check if it is a reference to a tiddler field\n\tif(index) {\n\t\tvar data = this.getTiddlerData(title,Object.create(null));\n\t\tif(value !== undefined) {\n\t\t\tdata[index] = value;\n\t\t} else {\n\t\t\tdelete data[index];\n\t\t}\n\t\tthis.setTiddlerData(title,data,modificationFields);\n\t} else {\n\t\tvar tiddler = this.getTiddler(title),\n\t\t\tfields = {title: title};\n\t\tfields[field || \"text\"] = value;\n\t\tthis.addTiddler(new $tw.Tiddler(creationFields,tiddler,fields,modificationFields));\n\t}\n};\n\nexports.deleteTextReference = function(textRef,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle,tiddler,fields;\n\t// Check if it is a reference to a tiddler\n\tif(tr.title && !tr.field) {\n\t\tthis.deleteTiddler(tr.title);\n\t// Else check for a field reference\n\t} else if(tr.field) {\n\t\ttitle = tr.title || currTiddlerTitle;\n\t\ttiddler = this.getTiddler(title);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\tfields = Object.create(null);\n\t\t\tfields[tr.field] = undefined;\n\t\t\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\n\t\t}\n\t}\n};\n\nexports.addEventListener = function(type,listener) {\n\tthis.eventListeners = this.eventListeners || {};\n\tthis.eventListeners[type] = this.eventListeners[type] || [];\n\tthis.eventListeners[type].push(listener);\t\n};\n\nexports.removeEventListener = function(type,listener) {\n\tvar listeners = this.eventListeners[type];\n\tif(listeners) {\n\t\tvar p = listeners.indexOf(listener);\n\t\tif(p !== -1) {\n\t\t\tlisteners.splice(p,1);\n\t\t}\n\t}\n};\n\nexports.dispatchEvent = function(type /*, args */) {\n\tvar args = Array.prototype.slice.call(arguments,1),\n\t\tlisteners = this.eventListeners[type];\n\tif(listeners) {\n\t\tfor(var p=0; p<listeners.length; p++) {\n\t\t\tvar listener = listeners[p];\n\t\t\tlistener.apply(listener,args);\n\t\t}\n\t}\n};\n\n/*\nCauses a tiddler to be marked as changed, incrementing the change count, and triggers event handlers.\nThis method should be called after the changes it describes have been made to the wiki.tiddlers[] array.\n\ttitle: Title of tiddler\n\tisDeleted: defaults to false (meaning the tiddler has been created or modified),\n\t\ttrue if the tiddler has been deleted\n*/\nexports.enqueueTiddlerEvent = function(title,isDeleted) {\n\t// Record the touch in the list of changed tiddlers\n\tthis.changedTiddlers = this.changedTiddlers || Object.create(null);\n\tthis.changedTiddlers[title] = this.changedTiddlers[title] || Object.create(null);\n\tthis.changedTiddlers[title][isDeleted ? \"deleted\" : \"modified\"] = true;\n\t// Increment the change count\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\tthis.changeCount[title]++;\n\t} else {\n\t\tthis.changeCount[title] = 1;\n\t}\n\t// Trigger events\n\tthis.eventListeners = this.eventListeners || {};\n\tif(!this.eventsTriggered) {\n\t\tvar self = this;\n\t\t$tw.utils.nextTick(function() {\n\t\t\tvar changes = self.changedTiddlers;\n\t\t\tself.changedTiddlers = Object.create(null);\n\t\t\tself.eventsTriggered = false;\n\t\t\tif($tw.utils.count(changes) > 0) {\n\t\t\t\tself.dispatchEvent(\"change\",changes);\n\t\t\t}\n\t\t});\n\t\tthis.eventsTriggered = true;\n\t}\n};\n\nexports.getSizeOfTiddlerEventQueue = function() {\n\treturn $tw.utils.count(this.changedTiddlers);\n};\n\nexports.clearTiddlerEventQueue = function() {\n\tthis.changedTiddlers = Object.create(null);\n\tthis.changeCount = Object.create(null);\n};\n\nexports.getChangeCount = function(title) {\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\treturn this.changeCount[title];\n\t} else {\n\t\treturn 0;\n\t}\n};\n\n/*\nGenerate an unused title from the specified base\n*/\nexports.generateNewTitle = function(baseTitle,options) {\n\toptions = options || {};\n\tvar c = 0,\n\t\ttitle = baseTitle;\n\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\n\t\ttitle = baseTitle + \n\t\t\t(options.prefix || \" \") + \n\t\t\t(++c);\n\t}\n\treturn title;\n};\n\nexports.isSystemTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/\") === 0;\n};\n\nexports.isTemporaryTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/temp/\") === 0;\n};\n\nexports.isImageTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.flags.indexOf(\"image\") !== -1;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLike addTiddler() except it will silently reject any plugin tiddlers that are older than the currently loaded version. Returns true if the tiddler was imported\n*/\nexports.importTiddler = function(tiddler) {\n\tvar existingTiddler = this.getTiddler(tiddler.fields.title);\n\t// Check if we're dealing with a plugin\n\tif(tiddler && tiddler.hasField(\"plugin-type\") && tiddler.hasField(\"version\") && existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t// Reject the incoming plugin if it is older\n\t\tif(!$tw.utils.checkVersions(tiddler.fields.version,existingTiddler.fields.version)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Fall through to adding the tiddler\n\tthis.addTiddler(tiddler);\n\treturn true;\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is created\n*/\nexports.getCreationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = {\n\t\t\t\tcreated: new Date()\n\t\t\t},\n\t\t\tcreator = this.getTiddlerText(USER_NAME_TITLE);\n\t\tif(creator) {\n\t\t\tfields.creator = creator;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is modified\n*/\nexports.getModificationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = Object.create(null),\n\t\t\tmodifier = this.getTiddlerText(USER_NAME_TITLE);\n\t\tfields.modified = new Date();\n\t\tif(modifier) {\n\t\t\tfields.modifier = modifier;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a sorted array of tiddler titles. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.getTiddlers = function(options) {\n\toptions = options || Object.create(null);\n\tvar self = this,\n\t\tsortField = options.sortField || \"title\",\n\t\ttiddlers = [], t, titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tif(options.includeSystem || !self.isSystemTiddler(title)) {\n\t\t\tif(!options.excludeTag || !tiddler.hasTag(options.excludeTag)) {\n\t\t\t\ttiddlers.push(tiddler);\n\t\t\t}\n\t\t}\n\t});\n\ttiddlers.sort(function(a,b) {\n\t\tvar aa = a.fields[sortField].toLowerCase() || \"\",\n\t\t\tbb = b.fields[sortField].toLowerCase() || \"\";\n\t\tif(aa < bb) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(aa > bb) {\n\t\t\t\treturn 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n\tfor(t=0; t<tiddlers.length; t++) {\n\t\ttitles.push(tiddlers[t].fields.title);\n\t}\n\treturn titles;\n};\n\nexports.countTiddlers = function(excludeTag) {\n\tvar tiddlers = this.getTiddlers({excludeTag: excludeTag});\n\treturn $tw.utils.count(tiddlers);\n};\n\n/*\nReturns a function iterator(callback) that iterates through the specified titles, and invokes the callback with callback(tiddler,title)\n*/\nexports.makeTiddlerIterator = function(titles) {\n\tvar self = this;\n\tif(!$tw.utils.isArray(titles)) {\n\t\ttitles = Object.keys(titles);\n\t} else {\n\t\ttitles = titles.slice(0);\n\t}\n\treturn function(callback) {\n\t\ttitles.forEach(function(title) {\n\t\t\tcallback(self.getTiddler(title),title);\n\t\t});\n\t};\n};\n\n/*\nSort an array of tiddler titles by a specified field\n\ttitles: array of titles (sorted in place)\n\tsortField: name of field to sort by\n\tisDescending: true if the sort should be descending\n\tisCaseSensitive: true if the sort should consider upper and lower case letters to be different\n*/\nexports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,isNumeric,isAlphaNumeric) {\n\tvar self = this;\n\ttitles.sort(function(a,b) {\n\t\tvar x,y,\n\t\t\tcompareNumbers = function(x,y) {\n\t\t\t\tvar result = \n\t\t\t\t\tisNaN(x) && !isNaN(y) ? (isDescending ? -1 : 1) :\n\t\t\t\t\t!isNaN(x) && isNaN(y) ? (isDescending ? 1 : -1) :\n\t\t\t\t\t\t\t\t\t\t\t(isDescending ? y - x : x - y);\n\t\t\t\treturn result;\n\t\t\t};\n\t\tif(sortField !== \"title\") {\n\t\t\tvar tiddlerA = self.getTiddler(a),\n\t\t\t\ttiddlerB = self.getTiddler(b);\n\t\t\tif(tiddlerA) {\n\t\t\t\ta = tiddlerA.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\ta = \"\";\n\t\t\t}\n\t\t\tif(tiddlerB) {\n\t\t\t\tb = tiddlerB.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\tb = \"\";\n\t\t\t}\n\t\t}\n\t\tx = Number(a);\n\t\ty = Number(b);\n\t\tif(isNumeric && (!isNaN(x) || !isNaN(y))) {\n\t\t\treturn compareNumbers(x,y);\n\t\t} else if(isAlphaNumeric) {\n\t\t\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \"base\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \"base\"});\n\t\t} else if($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\n\t\t} else {\n\t\t\ta = String(a);\n\t\t\tb = String(b);\n\t\t\tif(!isCaseSensitive) {\n\t\t\t\ta = a.toLowerCase();\n\t\t\t\tb = b.toLowerCase();\n\t\t\t}\n\t\t\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\n\t\t}\n\t});\n};\n\n/*\nFor every tiddler invoke a callback(title,tiddler) with `this` set to the wiki object. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.forEachTiddler = function(/* [options,]callback */) {\n\tvar arg = 0,\n\t\toptions = arguments.length >= 2 ? arguments[arg++] : {},\n\t\tcallback = arguments[arg++],\n\t\ttitles = this.getTiddlers(options),\n\t\tt, tiddler;\n\tfor(t=0; t<titles.length; t++) {\n\t\ttiddler = this.getTiddler(titles[t]);\n\t\tif(tiddler) {\n\t\t\tcallback.call(this,tiddler.fields.title,tiddler);\n\t\t}\n\t}\n};\n\n/*\nReturn an array of tiddler titles that are directly linked from the specified tiddler\n*/\nexports.getTiddlerLinks = function(title) {\n\tvar self = this;\n\t// We'll cache the links so they only get computed if the tiddler changes\n\treturn this.getCacheForTiddler(title,\"links\",function() {\n\t\t// Parse the tiddler\n\t\tvar parser = self.parseTiddler(title);\n\t\t// Count up the links\n\t\tvar links = [],\n\t\t\tcheckParseTree = function(parseTree) {\n\t\t\t\tfor(var t=0; t<parseTree.length; t++) {\n\t\t\t\t\tvar parseTreeNode = parseTree[t];\n\t\t\t\t\tif(parseTreeNode.type === \"link\" && parseTreeNode.attributes.to && parseTreeNode.attributes.to.type === \"string\") {\n\t\t\t\t\t\tvar value = parseTreeNode.attributes.to.value;\n\t\t\t\t\t\tif(links.indexOf(value) === -1) {\n\t\t\t\t\t\t\tlinks.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif(parseTreeNode.children) {\n\t\t\t\t\t\tcheckParseTree(parseTreeNode.children);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\tif(parser) {\n\t\t\tcheckParseTree(parser.tree);\n\t\t}\n\t\treturn links;\n\t});\n};\n\n/*\nReturn an array of tiddler titles that link to the specified tiddler\n*/\nexports.getTiddlerBacklinks = function(targetTitle) {\n\tvar self = this,\n\t\tbacklinks = [];\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\tif(links.indexOf(targetTitle) !== -1) {\n\t\t\tbacklinks.push(title);\n\t\t}\n\t});\n\treturn backlinks;\n};\n\n/*\nReturn a hashmap of tiddler titles that are referenced but not defined. Each value is the number of times the missing tiddler is referenced\n*/\nexports.getMissingTitles = function() {\n\tvar self = this,\n\t\tmissing = [];\n// We should cache the missing tiddler list, even if we recreate it every time any tiddler is modified\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tif((!self.tiddlerExists(link) && !self.isShadowTiddler(link)) && missing.indexOf(link) === -1) {\n\t\t\t\tmissing.push(link);\n\t\t\t}\n\t\t});\n\t});\n\treturn missing;\n};\n\nexports.getOrphanTitles = function() {\n\tvar self = this,\n\t\torphans = this.getTiddlers();\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tvar p = orphans.indexOf(link);\n\t\t\tif(p !== -1) {\n\t\t\t\torphans.splice(p,1);\n\t\t\t}\n\t\t});\n\t});\n\treturn orphans; // Todo\n};\n\n/*\nRetrieves a list of the tiddler titles that are tagged with a given tag\n*/\nexports.getTiddlersWithTag = function(tag) {\n\tvar self = this;\n\treturn this.getGlobalCache(\"taglist-\" + tag,function() {\n\t\tvar tagmap = self.getTagMap();\n\t\treturn self.sortByList(tagmap[tag],tag);\n\t});\n};\n\n/*\nGet a hashmap by tag of arrays of tiddler titles\n*/\nexports.getTagMap = function() {\n\tvar self = this;\n\treturn this.getGlobalCache(\"tagmap\",function() {\n\t\tvar tags = Object.create(null),\n\t\t\tstoreTags = function(tagArray,title) {\n\t\t\t\tif(tagArray) {\n\t\t\t\t\tfor(var index=0; index<tagArray.length; index++) {\n\t\t\t\t\t\tvar tag = tagArray[index];\n\t\t\t\t\t\tif($tw.utils.hop(tags,tag)) {\n\t\t\t\t\t\t\ttags[tag].push(title);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\ttags[tag] = [title];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\ttitle, tiddler;\n\t\t// Collect up all the tags\n\t\tself.eachShadow(function(tiddler,title) {\n\t\t\tif(!self.tiddlerExists(title)) {\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t\t}\n\t\t});\n\t\tself.each(function(tiddler,title) {\n\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t});\n\t\treturn tags;\n\t});\n};\n\n/*\nLookup a given tiddler and return a list of all the tiddlers that include it in the specified list field\n*/\nexports.findListingsOfTiddler = function(targetTitle,fieldName) {\n\tfieldName = fieldName || \"list\";\n\tvar titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tvar list = $tw.utils.parseStringArray(tiddler.fields[fieldName]);\n\t\tif(list && list.indexOf(targetTitle) !== -1) {\n\t\t\ttitles.push(title);\n\t\t}\n\t});\n\treturn titles;\n};\n\n/*\nSorts an array of tiddler titles according to an ordered list\n*/\nexports.sortByList = function(array,listTitle) {\n\tvar self = this,\n\t\treplacedTitles = Object.create(null);\n\tfunction replaceItem(title) {\n\t\tif(!$tw.utils.hop(replacedTitles, title)) {\n\t\t\treplacedTitles[title] = true;\n\t\t\tvar newPos = -1,\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\tif(tiddler) {\n\t\t\t\tvar beforeTitle = tiddler.fields[\"list-before\"],\n\t\t\t\t\tafterTitle = tiddler.fields[\"list-after\"];\n\t\t\t\tif(beforeTitle === \"\") {\n\t\t\t\t\tnewPos = 0;\n\t\t\t\t} else if(afterTitle === \"\") {\n\t\t\t\t\tnewPos = titles.length;\n\t\t\t\t} else if(beforeTitle) {\n\t\t\t\t\treplaceItem(beforeTitle);\n\t\t\t\t\tnewPos = titles.indexOf(beforeTitle);\n\t\t\t\t} else if(afterTitle) {\n\t\t\t\t\treplaceItem(afterTitle);\n\t\t\t\t\tnewPos = titles.indexOf(afterTitle);\n\t\t\t\t\tif(newPos >= 0) {\n\t\t\t\t\t\t++newPos;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// We get the currPos //after// figuring out the newPos, because recursive replaceItem calls might alter title's currPos\n\t\t\t\tvar currPos = titles.indexOf(title);\n\t\t\t\tif(newPos === -1) {\n\t\t\t\t\tnewPos = currPos;\n\t\t\t\t}\n\t\t\t\tif(currPos >= 0 && newPos !== currPos) {\n\t\t\t\t\ttitles.splice(currPos,1);\n\t\t\t\t\tif(newPos >= currPos) {\n\t\t\t\t\t\tnewPos--;\n\t\t\t\t\t}\n\t\t\t\t\ttitles.splice(newPos,0,title);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar list = this.getTiddlerList(listTitle);\n\tif(!array || array.length === 0) {\n\t\treturn [];\n\t} else {\n\t\tvar titles = [], t, title;\n\t\t// First place any entries that are present in the list\n\t\tfor(t=0; t<list.length; t++) {\n\t\t\ttitle = list[t];\n\t\t\tif(array.indexOf(title) !== -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Then place any remaining entries\n\t\tfor(t=0; t<array.length; t++) {\n\t\t\ttitle = array[t];\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Finally obey the list-before and list-after fields of each tiddler in turn\n\t\tvar sortedTitles = titles.slice(0);\n\t\tfor(t=0; t<sortedTitles.length; t++) {\n\t\t\ttitle = sortedTitles[t];\n\t\t\treplaceItem(title);\n\t\t}\n\t\treturn titles;\n\t}\n};\n\nexports.getSubTiddler = function(title,subTiddlerTitle) {\n\tvar bundleInfo = this.getPluginInfo(title) || this.getTiddlerDataCached(title);\n\tif(bundleInfo && bundleInfo.tiddlers) {\n\t\tvar subTiddler = bundleInfo.tiddlers[subTiddlerTitle];\n\t\tif(subTiddler) {\n\t\t\treturn new $tw.Tiddler(subTiddler);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRetrieve a tiddler as a JSON string of the fields\n*/\nexports.getTiddlerAsJson = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\tvar fields = Object.create(null);\n\t\t$tw.utils.each(tiddler.fields,function(value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\treturn JSON.stringify(fields);\n\t} else {\n\t\treturn JSON.stringify({title: title});\n\t}\n};\n\nexports.getTiddlersAsJson = function(filter) {\n\tvar tiddlers = this.filterTiddlers(filter),\n\t\tdata = [];\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\tvar tiddler = this.getTiddler(tiddlers[t]);\n\t\tif(tiddler) {\n\t\t\tvar fields = new Object();\n\t\t\tfor(var field in tiddler.fields) {\n\t\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t\t}\n\t\t\tdata.push(fields);\n\t\t}\n\t}\n\treturn JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n};\n\n/*\nGet the content of a tiddler as a JavaScript object. How this is done depends on the type of the tiddler:\n\napplication/json: the tiddler JSON is parsed into an object\napplication/x-tiddler-dictionary: the tiddler is parsed as sequence of name:value pairs\n\nOther types currently just return null.\n\ntitleOrTiddler: string tiddler title or a tiddler object\ndefaultData: default data to be returned if the tiddler is missing or doesn't contain data\n\nNote that the same value is returned for repeated calls for the same tiddler data. The value is frozen to prevent modification; otherwise modifications would be visible to all callers\n*/\nexports.getTiddlerDataCached = function(titleOrTiddler,defaultData) {\n\tvar self = this,\n\t\ttiddler = titleOrTiddler;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler) {\n\t\treturn this.getCacheForTiddler(tiddler.fields.title,\"data\",function() {\n\t\t\t// Return the frozen value\n\t\t\tvar value = self.getTiddlerData(tiddler.fields.title,undefined);\n\t\t\t$tw.utils.deepFreeze(value);\n\t\t\treturn value;\n\t\t}) || defaultData;\n\t} else {\n\t\treturn defaultData;\n\t}\n};\n\n/*\nAlternative, uncached version of getTiddlerDataCached(). The return value can be mutated freely and reused\n*/\nexports.getTiddlerData = function(titleOrTiddler,defaultData) {\n\tvar tiddler = titleOrTiddler,\n\t\tdata;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler && tiddler.fields.text) {\n\t\tswitch(tiddler.fields.type) {\n\t\t\tcase \"application/json\":\n\t\t\t\t// JSON tiddler\n\t\t\t\ttry {\n\t\t\t\t\tdata = JSON.parse(tiddler.fields.text);\n\t\t\t\t} catch(ex) {\n\t\t\t\t\treturn defaultData;\n\t\t\t\t}\n\t\t\t\treturn data;\n\t\t\tcase \"application/x-tiddler-dictionary\":\n\t\t\t\treturn $tw.utils.parseFields(tiddler.fields.text);\n\t\t}\n\t}\n\treturn defaultData;\n};\n\n/*\nExtract an indexed field from within a data tiddler\n*/\nexports.extractTiddlerDataItem = function(titleOrTiddler,index,defaultText) {\n\tvar data = this.getTiddlerDataCached(titleOrTiddler,Object.create(null)),\n\t\ttext;\n\tif(data && $tw.utils.hop(data,index)) {\n\t\ttext = data[index];\n\t}\n\tif(typeof text === \"string\" || typeof text === \"number\") {\n\t\treturn text.toString();\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nSet a tiddlers content to a JavaScript object. Currently this is done by setting the tiddler's type to \"application/json\" and setting the text to the JSON text of the data.\ntitle: title of tiddler\ndata: object that can be serialised to JSON\nfields: optional hashmap of additional tiddler fields to be set\n*/\nexports.setTiddlerData = function(title,data,fields) {\n\tvar existingTiddler = this.getTiddler(title),\n\t\tnewFields = {\n\t\t\ttitle: title\n\t};\n\tif(existingTiddler && existingTiddler.fields.type === \"application/x-tiddler-dictionary\") {\n\t\tnewFields.text = $tw.utils.makeTiddlerDictionary(data);\n\t} else {\n\t\tnewFields.type = \"application/json\";\n\t\tnewFields.text = JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n\t}\n\tthis.addTiddler(new $tw.Tiddler(this.getCreationFields(),existingTiddler,fields,newFields,this.getModificationFields()));\n};\n\n/*\nReturn the content of a tiddler as an array containing each line\n*/\nexports.getTiddlerList = function(title,field,index) {\n\tif(index) {\n\t\treturn $tw.utils.parseStringArray(this.extractTiddlerDataItem(title,index,\"\"));\n\t}\n\tfield = field || \"list\";\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\treturn ($tw.utils.parseStringArray(tiddler.fields[field]) || []).slice(0);\n\t}\n\treturn [];\n};\n\n// Return a named global cache object. Global cache objects are cleared whenever a tiddler change occurs\nexports.getGlobalCache = function(cacheName,initializer) {\n\tthis.globalCache = this.globalCache || Object.create(null);\n\tif($tw.utils.hop(this.globalCache,cacheName)) {\n\t\treturn this.globalCache[cacheName];\n\t} else {\n\t\tthis.globalCache[cacheName] = initializer();\n\t\treturn this.globalCache[cacheName];\n\t}\n};\n\nexports.clearGlobalCache = function() {\n\tthis.globalCache = Object.create(null);\n};\n\n// Return the named cache object for a tiddler. If the cache doesn't exist then the initializer function is invoked to create it\nexports.getCacheForTiddler = function(title,cacheName,initializer) {\n\tthis.caches = this.caches || Object.create(null);\n\tvar caches = this.caches[title];\n\tif(caches && caches[cacheName]) {\n\t\treturn caches[cacheName];\n\t} else {\n\t\tif(!caches) {\n\t\t\tcaches = Object.create(null);\n\t\t\tthis.caches[title] = caches;\n\t\t}\n\t\tcaches[cacheName] = initializer();\n\t\treturn caches[cacheName];\n\t}\n};\n\n// Clear all caches associated with a particular tiddler, or, if the title is null, clear all the caches for all the tiddlers\nexports.clearCache = function(title) {\n\tif(title) {\n\t\tthis.caches = this.caches || Object.create(null);\n\t\tif($tw.utils.hop(this.caches,title)) {\n\t\t\tdelete this.caches[title];\n\t\t}\n\t} else {\n\t\tthis.caches = Object.create(null);\n\t}\n};\n\nexports.initParsers = function(moduleType) {\n\t// Install the parser modules\n\t$tw.Wiki.parsers = {};\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(\"parser\",function(title,module) {\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\t$tw.Wiki.parsers[f] = module[f]; // Store the parser class\n\t\t\t}\n\t\t}\n\t});\n\t// Use the generic binary parser for any binary types not registered so far\n\tif($tw.Wiki.parsers[\"application/octet-stream\"]) {\n\t\tObject.keys($tw.config.contentTypeInfo).forEach(function(type) {\n\t\t\tif(!$tw.utils.hop($tw.Wiki.parsers,type) && $tw.config.contentTypeInfo[type].encoding === \"base64\") {\n\t\t\t\t$tw.Wiki.parsers[type] = $tw.Wiki.parsers[\"application/octet-stream\"];\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n/*\nParse a block of text of a specified MIME type\n\ttype: content type of text to be parsed\n\ttext: text\n\toptions: see below\nOptions include:\n\tparseAsInline: if true, the text of the tiddler will be parsed as an inline run\n\t_canonical_uri: optional string of the canonical URI of this content\n*/\nexports.parseText = function(type,text,options) {\n\ttext = text || \"\";\n\toptions = options || {};\n\t// Select a parser\n\tvar Parser = $tw.Wiki.parsers[type];\n\tif(!Parser && $tw.utils.getFileExtensionInfo(type)) {\n\t\tParser = $tw.Wiki.parsers[$tw.utils.getFileExtensionInfo(type).type];\n\t}\n\tif(!Parser) {\n\t\tParser = $tw.Wiki.parsers[options.defaultType || \"text/vnd.tiddlywiki\"];\n\t}\n\tif(!Parser) {\n\t\treturn null;\n\t}\n\t// Return the parser instance\n\treturn new Parser(type,text,{\n\t\tparseAsInline: options.parseAsInline,\n\t\twiki: this,\n\t\t_canonical_uri: options._canonical_uri\n\t});\n};\n\n/*\nParse a tiddler according to its MIME type\n*/\nexports.parseTiddler = function(title,options) {\n\toptions = $tw.utils.extend({},options);\n\tvar cacheType = options.parseAsInline ? \"inlineParseTree\" : \"blockParseTree\",\n\t\ttiddler = this.getTiddler(title),\n\t\tself = this;\n\treturn tiddler ? this.getCacheForTiddler(title,cacheType,function() {\n\t\t\tif(tiddler.hasField(\"_canonical_uri\")) {\n\t\t\t\toptions._canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t}\n\t\t\treturn self.parseText(tiddler.fields.type,tiddler.fields.text,options);\n\t\t}) : null;\n};\n\nexports.parseTextReference = function(title,field,index,options) {\n\tvar tiddler,text;\n\tif(options.subTiddler) {\n\t\ttiddler = this.getSubTiddler(title,options.subTiddler);\n\t} else {\n\t\ttiddler = this.getTiddler(title);\n\t\tif(field === \"text\" || (!field && !index)) {\n\t\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\t\treturn this.parseTiddler(title,options);\n\t\t}\n\t}\n\tif(field === \"text\" || (!field && !index)) {\n\t\tif(tiddler && tiddler.fields) {\n\t\t\treturn this.parseText(tiddler.fields.type,tiddler.fields.text,options);\t\t\t\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t} else if(field) {\n\t\tif(field === \"title\") {\n\t\t\ttext = title;\n\t\t} else {\n\t\t\tif(!tiddler || !tiddler.hasField(field)) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\ttext = tiddler.fields[field];\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text.toString(),options);\n\t} else if(index) {\n\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\ttext = this.extractTiddlerDataItem(tiddler,index,undefined);\n\t\tif(text === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text,options);\n\t}\n};\n\n/*\nMake a widget tree for a parse tree\nparser: parser object\noptions: see below\nOptions include:\ndocument: optional document to use\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.makeWidget = function(parser,options) {\n\toptions = options || {};\n\tvar widgetNode = {\n\t\t\ttype: \"widget\",\n\t\t\tchildren: []\n\t\t},\n\t\tcurrWidgetNode = widgetNode;\n\t// Create set variable widgets for each variable\n\t$tw.utils.each(options.variables,function(value,name) {\n\t\tvar setVariableWidget = {\n\t\t\ttype: \"set\",\n\t\t\tattributes: {\n\t\t\t\tname: {type: \"string\", value: name},\n\t\t\t\tvalue: {type: \"string\", value: value}\n\t\t\t},\n\t\t\tchildren: []\n\t\t};\n\t\tcurrWidgetNode.children = [setVariableWidget];\n\t\tcurrWidgetNode = setVariableWidget;\n\t});\n\t// Add in the supplied parse tree nodes\n\tcurrWidgetNode.children = parser ? parser.tree : [];\n\t// Create the widget\n\treturn new widget.widget(widgetNode,{\n\t\twiki: this,\n\t\tdocument: options.document || $tw.fakeDocument,\n\t\tparentWidget: options.parentWidget\n\t});\n};\n\n/*\nMake a widget tree for transclusion\ntitle: target tiddler title\noptions: as for wiki.makeWidget() plus:\noptions.field: optional field to transclude (defaults to \"text\")\noptions.mode: transclusion mode \"inline\" or \"block\"\noptions.children: optional array of children for the transclude widget\noptions.importVariables: optional importvariables filter string for macros to be included\noptions.importPageMacros: optional boolean; if true, equivalent to passing \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\" to options.importVariables\n*/\nexports.makeTranscludeWidget = function(title,options) {\n\toptions = options || {};\n\tvar parseTreeDiv = {tree: [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"div\",\n\t\t\tchildren: []}]},\n\t\tparseTreeImportVariables = {\n\t\t\ttype: \"importvariables\",\n\t\t\tattributes: {\n\t\t\t\tfilter: {\n\t\t\t\t\tname: \"filter\",\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: false,\n\t\t\tchildren: []},\n\t\tparseTreeTransclude = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {\n\t\t\t\t\tname: \"tiddler\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title}},\n\t\t\tisBlock: !options.parseAsInline};\n\tif(options.importVariables || options.importPageMacros) {\n\t\tif(options.importVariables) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = options.importVariables;\n\t\t} else if(options.importPageMacros) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\";\n\t\t}\n\t\tparseTreeDiv.tree[0].children.push(parseTreeImportVariables);\n\t\tparseTreeImportVariables.children.push(parseTreeTransclude);\n\t} else {\n\t\tparseTreeDiv.tree[0].children.push(parseTreeTransclude);\n\t}\n\tif(options.field) {\n\t\tparseTreeTransclude.attributes.field = {type: \"string\", value: options.field};\n\t}\n\tif(options.mode) {\n\t\tparseTreeTransclude.attributes.mode = {type: \"string\", value: options.mode};\n\t}\n\tif(options.children) {\n\t\tparseTreeTransclude.children = options.children;\n\t}\n\treturn $tw.wiki.makeWidget(parseTreeDiv,options);\n};\n\n/*\nParse text in a specified format and render it into another format\n\toutputType: content type for the output\n\ttextType: content type of the input text\n\ttext: input text\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderText = function(outputType,textType,text,options) {\n\toptions = options || {};\n\tvar parser = this.parseText(textType,text,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : container.textContent;\n};\n\n/*\nParse text from a tiddler and render it into another format\n\toutputType: content type for the output\n\ttitle: title of the tiddler to be rendered\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderTiddler = function(outputType,title,options) {\n\toptions = options || {};\n\tvar parser = this.parseTiddler(title,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : (outputType === \"text/plain-formatted\" ? container.formattedTextContent : container.textContent);\n};\n\n/*\nReturn an array of tiddler titles that match a search string\n\ttext: The text string to search for\n\toptions: see below\nOptions available:\n\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\n\texclude: An array of tiddler titles to exclude from the search\n\tinvert: If true returns tiddlers that do not contain the specified string\n\tcaseSensitive: If true forces a case sensitive search\n\tfield: If specified, restricts the search to the specified field, or an array of field names\n\texcludeField: If true, the field options are inverted to specify the fields that are not to be searched\n\tThe search mode is determined by the first of these boolean flags to be true\n\t\tliteral: searches for literal string\n\t\twhitespace: same as literal except runs of whitespace are treated as a single space\n\t\tregexp: treats the search term as a regular expression\n\t\twords: (default) treats search string as a list of tokens, and matches if all tokens are found, regardless of adjacency or ordering\n*/\nexports.search = function(text,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tt,\n\t\tinvert = !!options.invert;\n\t// Convert the search string into a regexp for each term\n\tvar terms, searchTermsRegExps,\n\t\tflags = options.caseSensitive ? \"\" : \"i\";\n\tif(options.literal) {\n\t\tif(text.length === 0) {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + $tw.utils.escapeRegExp(text) + \")\",flags)];\n\t\t}\n\t} else if(options.whitespace) {\n\t\tterms = [];\n\t\t$tw.utils.each(text.split(/\\s+/g),function(term) {\n\t\t\tif(term) {\n\t\t\t\tterms.push($tw.utils.escapeRegExp(term));\n\t\t\t}\n\t\t});\n\t\tsearchTermsRegExps = [new RegExp(\"(\" + terms.join(\"\\\\s+\") + \")\",flags)];\n\t} else if(options.regexp) {\n\t\ttry {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + text + \")\",flags)];\t\t\t\n\t\t} catch(e) {\n\t\t\tsearchTermsRegExps = null;\n\t\t\tconsole.log(\"Regexp error parsing /(\" + text + \")/\" + flags + \": \",e);\n\t\t}\n\t} else {\n\t\tterms = text.split(/ +/);\n\t\tif(terms.length === 1 && terms[0] === \"\") {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [];\n\t\t\tfor(t=0; t<terms.length; t++) {\n\t\t\t\tsearchTermsRegExps.push(new RegExp(\"(\" + $tw.utils.escapeRegExp(terms[t]) + \")\",flags));\n\t\t\t}\n\t\t}\n\t}\n\t// Accumulate the array of fields to be searched or excluded from the search\n\tvar fields = [];\n\tif(options.field) {\n\t\tif($tw.utils.isArray(options.field)) {\n\t\t\t$tw.utils.each(options.field,function(fieldName) {\n\t\t\t\tif(fieldName) {\n\t\t\t\t\tfields.push(fieldName);\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tfields.push(options.field);\n\t\t}\n\t}\n\t// Use default fields if none specified and we're not excluding fields (excluding fields with an empty field array is the same as searching all fields)\n\tif(fields.length === 0 && !options.excludeField) {\n\t\tfields.push(\"title\");\n\t\tfields.push(\"tags\");\n\t\tfields.push(\"text\");\n\t}\n\t// Function to check a given tiddler for the search term\n\tvar searchTiddler = function(title) {\n\t\tif(!searchTermsRegExps) {\n\t\t\treturn true;\n\t\t}\n\t\tvar notYetFound = searchTermsRegExps.slice();\n\n\t\tvar tiddler = self.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\ttiddler = new $tw.Tiddler({title: title, text: \"\", type: \"text/vnd.tiddlywiki\"});\n\t\t}\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type] || $tw.config.contentTypeInfo[\"text/vnd.tiddlywiki\"],\n\t\t\tsearchFields;\n\t\t// Get the list of fields we're searching\n\t\tif(options.excludeField) {\n\t\t\tsearchFields = Object.keys(tiddler.fields);\n\t\t\t$tw.utils.each(fields,function(fieldName) {\n\t\t\t\tvar p = searchFields.indexOf(fieldName);\n\t\t\t\tif(p !== -1) {\n\t\t\t\t\tsearchFields.splice(p,1);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsearchFields = fields;\n\t\t}\n\t\tfor(var fieldIndex=0; notYetFound.length>0 && fieldIndex<searchFields.length; fieldIndex++) {\n\t\t\t// Don't search the text field if the content type is binary\n\t\t\tvar fieldName = searchFields[fieldIndex];\n\t\t\tif(fieldName === \"text\" && contentTypeInfo.encoding !== \"utf8\") {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tvar str = tiddler.fields[fieldName],\n\t\t\t\tt;\n\t\t\tif(str) {\n\t\t\t\tif($tw.utils.isArray(str)) {\n\t\t\t\t\t// If the field value is an array, test each regexp against each field array entry and fail if each regexp doesn't match at least one field array entry\n\t\t\t\t\tfor(var s=0; s<str.length; s++) {\n\t\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\t\tif(notYetFound[t].test(str[s])) {\n\t\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// If the field isn't an array, force it to a string and test each regexp against it and fail if any do not match\n\t\t\t\t\tstr = tiddler.getFieldString(fieldName);\n\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\tif(notYetFound[t].test(str)) {\n\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\treturn notYetFound.length == 0;\n\t};\n\t// Loop through all the tiddlers doing the search\n\tvar results = [],\n\t\tsource = options.source || this.each;\n\tsource(function(tiddler,title) {\n\t\tif(searchTiddler(title) !== options.invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\t// Remove any of the results we have to exclude\n\tif(options.exclude) {\n\t\tfor(t=0; t<options.exclude.length; t++) {\n\t\t\tvar p = results.indexOf(options.exclude[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tresults.splice(p,1);\n\t\t\t}\n\t\t}\n\t}\n\treturn results;\n};\n\n/*\nTrigger a load for a tiddler if it is skinny. Returns the text, or undefined if the tiddler is missing, null if the tiddler is being lazily loaded.\n*/\nexports.getTiddlerText = function(title,defaultText) {\n\tvar tiddler = this.getTiddler(title);\n\t// Return undefined if the tiddler isn't found\n\tif(!tiddler) {\n\t\treturn defaultText;\n\t}\n\tif(tiddler.fields.text !== undefined) {\n\t\t// Just return the text if we've got it\n\t\treturn tiddler.fields.text;\n\t} else {\n\t\t// Tell any listeners about the need to lazily load this tiddler\n\t\tthis.dispatchEvent(\"lazyLoad\",title);\n\t\t// Indicate that the text is being loaded\n\t\treturn null;\n\t}\n};\n\n/*\nCheck whether the text of a tiddler matches a given value. By default, the comparison is case insensitive, and any spaces at either end of the tiddler text is trimmed\n*/\nexports.checkTiddlerText = function(title,targetText,options) {\n\toptions = options || {};\n\tvar text = this.getTiddlerText(title,\"\");\n\tif(!options.noTrim) {\n\t\ttext = text.trim();\n\t}\n\tif(!options.caseSensitive) {\n\t\ttext = text.toLowerCase();\n\t\ttargetText = targetText.toLowerCase();\n\t}\n\treturn text === targetText;\n}\n\n/*\nRead an array of browser File objects, invoking callback(tiddlerFieldsArray) once they're all read\n*/\nexports.readFiles = function(files,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\tvar result = [],\n\t\toutstanding = files.length,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tresult.push.apply(result,tiddlerFieldsArray);\n\t\t\tif(--outstanding === 0) {\n\t\t\t\tcallback(result);\n\t\t\t}\n\t\t};\n\tfor(var f=0; f<files.length; f++) {\n\t\tthis.readFile(files[f],$tw.utils.extend({},options,{callback: readFileCallback}));\n\t}\n\treturn files.length;\n};\n\n/*\nRead a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFile = function(file,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\t// Get the type, falling back to the filename extension\n\tvar self = this,\n\t\ttype = file.type;\n\tif(type === \"\" || !type) {\n\t\tvar dotPos = file.name.lastIndexOf(\".\");\n\t\tif(dotPos !== -1) {\n\t\t\tvar fileExtensionInfo = $tw.utils.getFileExtensionInfo(file.name.substr(dotPos));\n\t\t\tif(fileExtensionInfo) {\n\t\t\t\ttype = fileExtensionInfo.type;\n\t\t\t}\n\t\t}\n\t}\n\t// Figure out if we're reading a binary file\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[type],\n\t\tisBinary = contentTypeInfo ? contentTypeInfo.encoding === \"base64\" : false;\n\t// Log some debugging information\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Importing file '\" + file.name + \"', type: '\" + type + \"', isBinary: \" + isBinary);\n\t}\n\t// Give the hook a chance to process the drag\n\tif($tw.hooks.invokeHook(\"th-importing-file\",{\n\t\tfile: file,\n\t\ttype: type,\n\t\tisBinary: isBinary,\n\t\tcallback: callback\n\t}) !== true) {\n\t\tthis.readFileContent(file,type,isBinary,options.deserializer,callback);\n\t}\n};\n\n/*\nLower level utility to read the content of a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFileContent = function(file,type,isBinary,deserializer,callback) {\n\tvar self = this;\n\t// Create the FileReader\n\tvar reader = new FileReader();\n\t// Onload\n\treader.onload = function(event) {\n\t\tvar text = event.target.result,\n\t\t\ttiddlerFields = {title: file.name || \"Untitled\", type: type};\n\t\tif(isBinary) {\n\t\t\tvar commaPos = text.indexOf(\",\");\n\t\t\tif(commaPos !== -1) {\n\t\t\t\ttext = text.substr(commaPos + 1);\n\t\t\t}\n\t\t}\n\t\t// Check whether this is an encrypted TiddlyWiki file\n\t\tvar encryptedJson = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedJson) {\n\t\t\t// If so, attempt to decrypt it with the current password\n\t\t\t$tw.utils.decryptStoreAreaInteractive(encryptedJson,function(tiddlers) {\n\t\t\t\tcallback(tiddlers);\n\t\t\t});\n\t\t} else {\n\t\t\t// Otherwise, just try to deserialise any tiddlers in the file\n\t\t\tcallback(self.deserializeTiddlers(type,text,tiddlerFields,{deserializer: deserializer}));\n\t\t}\n\t};\n\t// Kick off the read\n\tif(isBinary) {\n\t\treader.readAsDataURL(file);\n\t} else {\n\t\treader.readAsText(file);\n\t}\n};\n\n/*\nFind any existing draft of a specified tiddler\n*/\nexports.findDraft = function(targetTitle) {\n\tvar draftTitle = undefined;\n\tthis.forEachTiddler({includeSystem: true},function(title,tiddler) {\n\t\tif(tiddler.fields[\"draft.title\"] && tiddler.fields[\"draft.of\"] === targetTitle) {\n\t\t\tdraftTitle = title;\n\t\t}\n\t});\n\treturn draftTitle;\n}\n\n/*\nCheck whether the specified draft tiddler has been modified.\nIf the original tiddler doesn't exist, create a vanilla tiddler variable,\nto check if additional fields have been added.\n*/\nexports.isDraftModified = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(!tiddler.isDraft()) {\n\t\treturn false;\n\t}\n\tvar ignoredFields = [\"created\", \"modified\", \"title\", \"draft.title\", \"draft.of\"],\n\t\torigTiddler = this.getTiddler(tiddler.fields[\"draft.of\"]) || new $tw.Tiddler({text:\"\", tags:[]}),\n\t\ttitleModified = tiddler.fields[\"draft.title\"] !== tiddler.fields[\"draft.of\"];\n\treturn titleModified || !tiddler.isEqual(origTiddler,ignoredFields);\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\nhistoryTitle: title of history tiddler (defaults to $:/HistoryList)\n*/\nexports.addToHistory = function(title,fromPageRect,historyTitle) {\n\tvar story = new $tw.Story({wiki: this, historyTitle: historyTitle});\n\tstory.addToHistory(title,fromPageRect);\n};\n\n/*\nAdd a new tiddler to the story river\ntitle: a title string or an array of title strings\nfromTitle: the title of the tiddler from which the navigation originated\nstoryTitle: title of story tiddler (defaults to $:/StoryList)\noptions: see story.js\n*/\nexports.addToStory = function(title,fromTitle,storyTitle,options) {\n\tvar story = new $tw.Story({wiki: this, storyTitle: storyTitle});\n\tstory.addToStory(title,fromTitle,options);\n};\n\n/*\nInvoke the available upgrader modules\ntitles: array of tiddler titles to be processed\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\nReturns a hashmap of messages keyed by tiddler title.\n*/\nexports.invokeUpgraders = function(titles,tiddlers) {\n\t// Collect up the available upgrader modules\n\tvar self = this;\n\tif(!this.upgraderModules) {\n\t\tthis.upgraderModules = [];\n\t\t$tw.modules.forEachModuleOfType(\"upgrader\",function(title,module) {\n\t\t\tif(module.upgrade) {\n\t\t\t\tself.upgraderModules.push(module);\n\t\t\t}\n\t\t});\n\t}\n\t// Invoke each upgrader in turn\n\tvar messages = {};\n\tfor(var t=0; t<this.upgraderModules.length; t++) {\n\t\tvar upgrader = this.upgraderModules[t],\n\t\t\tupgraderMessages = upgrader.upgrade(this,titles,tiddlers);\n\t\t$tw.utils.extend(messages,upgraderMessages);\n\t}\n\treturn messages;\n};\n\n})();\n\n",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/palettes/Blanca": {
"title": "$:/palettes/Blanca",
"name": "Blanca",
"description": "A clean white palette to let you focus",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #66cccc\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ffffff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #7897f3\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ccc\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #ffffff\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #7897f3\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #eeeeee\ntab-border-selected: #cccccc\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffeedd\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: #eee\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #ff9900\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Blue": {
"title": "$:/palettes/Blue",
"name": "Blue",
"description": "A blue theme",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333353\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ddddff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #5959c0\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: #ccccdd\ntab-border-selected: #ccccdd\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #eeeeff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #666666\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #ffffff\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #ffffff\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #5959c0\ntoolbar-new-button: #5eb95e\ntoolbar-options-button: rgb(128, 88, 165)\ntoolbar-save-button: #0e90d2\ntoolbar-info-button: #0e90d2\ntoolbar-edit-button: rgb(243, 123, 29)\ntoolbar-close-button: #dd514c\ntoolbar-delete-button: #dd514c\ntoolbar-cancel-button: rgb(243, 123, 29)\ntoolbar-done-button: #5eb95e\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Muted": {
"title": "$:/palettes/Muted",
"name": "Muted",
"description": "Bright tiddlers on a muted background",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #6f6f70\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #29a6ee\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #c2c1c2\nsidebar-foreground-shadow: rgba(255,255,255,0)\nsidebar-foreground: #d3d2d4\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #6f6f70\nsidebar-tab-background: #666667\nsidebar-tab-border-selected: #999\nsidebar-tab-border: #515151\nsidebar-tab-divider: #999\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #999\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #d1d0d2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/ContrastLight": {
"title": "$:/palettes/ContrastLight",
"name": "Contrast (Light)",
"description": "High contrast and unambiguous (light version)",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #000\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #000\ntag-foreground: #fff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
},
"$:/palettes/ContrastDark": {
"title": "$:/palettes/ContrastDark",
"name": "Contrast (Dark)",
"description": "High contrast and unambiguous (dark version)",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #000\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #fff\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #fff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
},
"$:/palettes/DarkPhotos": {
"title": "$:/palettes/DarkPhotos",
"created": "20150402111612188",
"description": "Good with dark photo backgrounds",
"modified": "20150402112344080",
"name": "DarkPhotos",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: \nbutton-foreground: \nbutton-border: \ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #ddd\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #336438\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #ccf\nsidebar-controls-foreground: #fff\nsidebar-foreground-shadow: rgba(0,0,0, 0.5)\nsidebar-foreground: #fff\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #eee\nsidebar-tab-background-selected: rgba(255,255,255, 0.8)\nsidebar-tab-background: rgba(255,255,255, 0.4)\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: rgba(255,255,255, 0.2)\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #aaf\nsidebar-tiddler-link-foreground: #ddf\nsite-title-foreground: #fff\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Rocker": {
"title": "$:/palettes/Rocker",
"name": "Rocker",
"description": "A dark theme",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #000\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #cc0000\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.0)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #000\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #ffbb99\nsidebar-tiddler-link-foreground: #cc0000\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffbb99\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #cc0000\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/SolarFlare": {
"title": "$:/palettes/SolarFlare",
"name": "Solar Flare",
"description": "Warm, relaxing earth colours",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": ": Background Tones\n\nbase03: #002b36\nbase02: #073642\n\n: Content Tones\n\nbase01: #586e75\nbase00: #657b83\nbase0: #839496\nbase1: #93a1a1\n\n: Background Tones\n\nbase2: #eee8d5\nbase3: #fdf6e3\n\n: Accent Colors\n\nyellow: #b58900\norange: #cb4b16\nred: #dc322f\nmagenta: #d33682\nviolet: #6c71c4\nblue: #268bd2\ncyan: #2aa198\ngreen: #859900\n\n: Additional Tones (RA)\n\nbase10: #c0c4bb\nviolet-muted: #7c81b0\nblue-muted: #4e7baa\n\nyellow-hot: #ffcc44\norange-hot: #eb6d20\nred-hot: #ff2222\nblue-hot: #2298ee\ngreen-hot: #98ee22\n\n: Palette\n\n: Do not use colour macro for background and foreground\nbackground: #fdf6e3\n download-foreground: <<colour background>>\n dragger-foreground: <<colour background>>\n dropdown-background: <<colour background>>\n modal-background: <<colour background>>\n sidebar-foreground-shadow: <<colour background>>\n tiddler-background: <<colour background>>\n tiddler-border: <<colour background>>\n tiddler-link-background: <<colour background>>\n tab-background-selected: <<colour background>>\n dropdown-tab-background-selected: <<colour tab-background-selected>>\nforeground: #657b83\n dragger-background: <<colour foreground>>\n tab-foreground: <<colour foreground>>\n tab-foreground-selected: <<colour tab-foreground>>\n sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>\n sidebar-tab-foreground: <<colour tab-foreground>>\n sidebar-button-foreground: <<colour foreground>>\n sidebar-controls-foreground: <<colour foreground>>\n sidebar-foreground: <<colour foreground>>\n: base03\n: base02\n: base01\n alert-muted-foreground: <<colour base01>>\n: base00\n code-foreground: <<colour base00>>\n message-foreground: <<colour base00>>\n tag-foreground: <<colour base00>>\n: base0\n sidebar-tiddler-link-foreground: <<colour base0>>\n: base1\n muted-foreground: <<colour base1>>\n blockquote-bar: <<colour muted-foreground>>\n dropdown-border: <<colour muted-foreground>>\n sidebar-muted-foreground: <<colour muted-foreground>>\n tiddler-title-foreground: <<colour muted-foreground>>\n site-title-foreground: <<colour tiddler-title-foreground>>\n: base2\n modal-footer-background: <<colour base2>>\n page-background: <<colour base2>>\n modal-backdrop: <<colour page-background>>\n notification-background: <<colour page-background>>\n code-background: <<colour page-background>>\n code-border: <<colour code-background>>\n pre-background: <<colour page-background>>\n pre-border: <<colour pre-background>>\n sidebar-tab-background-selected: <<colour page-background>>\n table-header-background: <<colour base2>>\n tag-background: <<colour base2>>\n tiddler-editor-background: <<colour base2>>\n tiddler-info-background: <<colour base2>>\n tiddler-info-tab-background: <<colour base2>>\n tab-background: <<colour base2>>\n dropdown-tab-background: <<colour tab-background>>\n: base3\n alert-background: <<colour base3>>\n message-background: <<colour base3>>\n: yellow\n: orange\n: red\n: magenta\n alert-highlight: <<colour magenta>>\n: violet\n external-link-foreground: <<colour violet>>\n: blue\n: cyan\n: green\n: base10\n tiddler-controls-foreground: <<colour base10>>\n: violet-muted\n external-link-foreground-visited: <<colour violet-muted>>\n: blue-muted\n primary: <<colour blue-muted>>\n download-background: <<colour primary>>\n tiddler-link-foreground: <<colour primary>>\n\nalert-border: #b99e2f\ndirty-indicator: #ff0000\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nmessage-border: #cfd6e6\nmodal-border: #999999\nselect-tag-background:\nselect-tag-foreground:\nsidebar-controls-foreground-hover:\nsidebar-muted-foreground-hover:\nsidebar-tab-background: #ded8c5\nsidebar-tiddler-link-foreground-hover:\nstatic-alert-foreground: #aaaaaa\ntab-border: #cccccc\n modal-footer-border: <<colour tab-border>>\n modal-header-border: <<colour tab-border>>\n notification-border: <<colour tab-border>>\n sidebar-tab-border: <<colour tab-border>>\n tab-border-selected: <<colour tab-border>>\n sidebar-tab-border-selected: <<colour tab-border-selected>>\ntab-divider: #d8d8d8\n sidebar-tab-divider: <<colour tab-divider>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-border: #dddddd\ntiddler-subtitle-foreground: #c0c0c0\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Vanilla": {
"title": "$:/palettes/Vanilla",
"name": "Vanilla",
"description": "Pale and unobtrusive",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #f4f4f4\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #aaaaaa\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #f4f4f4\nsidebar-tab-background: #e0e0e0\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected:\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/core/readme": {
"title": "$:/core/readme",
"text": "This plugin contains TiddlyWiki's core components, comprising:\n\n* JavaScript code modules\n* Icons\n* Templates needed to create TiddlyWiki's user interface\n* British English (''en-GB'') translations of the localisable strings used by the core\n"
},
"$:/library/sjcl.js/license": {
"title": "$:/library/sjcl.js/license",
"type": "text/plain",
"text": "SJCL is open. You can use, modify and redistribute it under a BSD\nlicense or under the GNU GPL, version 2.0.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/BSD-2-Clause\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/GPL-2.0\n\nThe Stanford Javascript Crypto Library (hosted here on GitHub) is a\nproject by the Stanford Computer Security Lab to build a secure,\npowerful, fast, small, easy-to-use, cross-browser library for\ncryptography in Javascript.\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; either version 2 of the License, or (at your\noption) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
},
"$:/core/templates/MOTW.html": {
"title": "$:/core/templates/MOTW.html",
"text": "\\rules only filteredtranscludeinline transcludeinline entity\n<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\n<!-- saved from url=(0021)https://tiddlywiki.com --> "
},
"$:/core/templates/alltiddlers.template.html": {
"title": "$:/core/templates/alltiddlers.template.html",
"type": "text/vnd.tiddlywiki-html",
"text": "<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\n\n<$set name=\"exportFilter\" value=\"[!is[system]sort[title]]\">\n\n{{$:/core/templates/exporters/StaticRiver}}\n\n</$set>\n"
},
"$:/core/templates/canonical-uri-external-image": {
"title": "$:/core/templates/canonical-uri-external-image",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external images.\n\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./images/<$view field=\"title\" format=\"doubleurlencoded\"/>"
},
"$:/core/templates/canonical-uri-external-raw": {
"title": "$:/core/templates/canonical-uri-external-raw",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external raw files that are stored in the same directory\n\n-->\n<$view field=\"title\" format=\"doubleurlencoded\"/>"
},
"$:/core/templates/canonical-uri-external-text": {
"title": "$:/core/templates/canonical-uri-external-text",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external text files.\n\nChange the `./text/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./text/<$view field=\"title\" format=\"doubleurlencoded\"/>.tid"
},
"$:/core/templates/css-tiddler": {
"title": "$:/core/templates/css-tiddler",
"text": "<!--\n\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\n\n-->`<style`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/css\">`<$view field=\"text\" format=\"text\" />`</style>`"
},
"$:/core/templates/exporters/CsvFile": {
"title": "$:/core/templates/exporters/CsvFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/CsvFile}}",
"extension": ".csv",
"text": "\\define renderContent()\n<$text text=<<csvtiddlers filter:\"\"\"$(exportFilter)$\"\"\" format:\"quoted-comma-sep\">>/>\n\\end\n<<renderContent>>\n"
},
"$:/core/templates/exporters/JsonFile": {
"title": "$:/core/templates/exporters/JsonFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/JsonFile}}",
"extension": ".json",
"text": "\\define renderContent()\n<$text text=<<jsontiddlers filter:\"\"\"$(exportFilter)$\"\"\">>/>\n\\end\n<<renderContent>>\n"
},
"$:/core/templates/exporters/StaticRiver": {
"title": "$:/core/templates/exporters/StaticRiver",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/StaticRiver}}",
"extension": ".html",
"text": "\\define tv-wikilink-template() #$uri_encoded$\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n<section class=\"tc-story-river\">\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\n</section>\n</body>\n</html>\n"
},
"$:/core/templates/exporters/StaticRiver/Content": {
"title": "$:/core/templates/exporters/StaticRiver/Content",
"text": "\\define renderContent()\n{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>\n"
},
"$:/core/templates/exporters/TidFile": {
"title": "$:/core/templates/exporters/TidFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/TidFile}}",
"extension": ".tid",
"text": "\\define renderContent()\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>"
},
"$:/core/save/all-external-js": {
"title": "$:/core/save/all-external-js",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5-external-js.html}}\n"
},
"$:/core/templates/tiddlywiki5.js": {
"title": "$:/core/templates/tiddlywiki5.js",
"text": "\\rules only filteredtranscludeinline transcludeinline codeinline\n\n/*\n{{ $:/core/copyright.txt ||$:/core/templates/plain-text-tiddler}}\n`*/\n`<!--~~ Library modules ~~-->\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/plain-text-tiddler}}}\n<!--~~ Boot prefix ~~-->\n{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}\n<!--~~ Core plugin ~~-->\n{{$:/core/templates/tiddlywiki5.js/tiddlers}}\n<!--~~ Boot kernel ~~-->\n{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}\n"
},
"$:/core/templates/tiddlywiki5.js/tiddlers": {
"title": "$:/core/templates/tiddlywiki5.js/tiddlers",
"text": "`\n$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers \"[[$:/core]]\">>/>`);\n$tw.preloadTiddlerArray([{\n\ttitle: \"$:/config/SaveWikiButton/Template\",\n\ttext: \"$:/core/save/all-external-js\"\n}]);\n`\n"
},
"$:/core/templates/tiddlywiki5-external-js.html": {
"title": "$:/core/templates/tiddlywiki5-external-js.html",
"text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html>\n<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\">\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}\n</head>\n<body class=\"tc-body\">\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n</body>\n<script src=\"%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js\" onerror=\"alert('Error: Cannot load tiddlywiki.js');\"></script>\n</html>\n"
},
"$:/core/templates/html-div-tiddler": {
"title": "$:/core/templates/html-div-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre>`<$view field=\"text\" format=\"htmlencoded\" />`</pre>\n</div>`\n"
},
"$:/core/templates/html-tiddler": {
"title": "$:/core/templates/html-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as raw HTML\n\n--><$view field=\"text\" format=\"htmlwikified\" />"
},
"$:/core/templates/javascript-tiddler": {
"title": "$:/core/templates/javascript-tiddler",
"text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\">`<$view field=\"text\" format=\"text\" />`</script>`"
},
"$:/core/templates/json-tiddler": {
"title": "$:/core/templates/json-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as raw JSON\n\n--><$text text=<<jsontiddler>>/>"
},
"$:/core/templates/module-tiddler": {
"title": "$:/core/templates/module-tiddler",
"text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. The body of the tiddler is wrapped in a call to the `$tw.modules.define` function in order to define the body of the tiddler as a module\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\" data-module=\"yes\">$tw.modules.define(\"`<$view field=\"title\" format=\"jsencoded\" />`\",\"`<$view field=\"module-type\" format=\"jsencoded\" />`\",function(module,exports,require) {`<$view field=\"text\" format=\"text\" />`});\n</script>`"
},
"$:/core/templates/plain-text-tiddler": {
"title": "$:/core/templates/plain-text-tiddler",
"text": "<$view field=\"text\" format=\"text\" />"
},
"$:/core/templates/raw-static-tiddler": {
"title": "$:/core/templates/raw-static-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as static HTML\n\n--><$view field=\"text\" format=\"plainwikified\" />"
},
"$:/core/save/all": {
"title": "$:/core/save/all",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/empty": {
"title": "$:/core/save/empty",
"text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/lazy-all": {
"title": "$:/core/save/lazy-all",
"text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/lazy-images": {
"title": "$:/core/save/lazy-images",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/templates/server/static.sidebar.wikitext": {
"title": "$:/core/templates/server/static.sidebar.wikitext",
"text": "\\whitespace trim\n<div class=\"tc-sidebar-scrollable\" style=\"overflow: auto;\">\n<div class=\"tc-sidebar-header\">\n<h1 class=\"tc-site-title\">\n<$transclude tiddler=\"$:/SiteTitle\"/>\n</h1>\n<div class=\"tc-site-subtitle\">\n<$transclude tiddler=\"$:/SiteSubtitle\"/>\n</div>\n<h2>\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$list filter={{$:/DefaultTiddlers}}>\n<div class=\"tc-menu-list-subitem\">\n<$link><$text text=<<currentTiddler>>/></$link>\n</div>\n</$list>\n</div>\n<!-- Currently disabled the recent list as it is unweildy when the responsive narrow view kicks in\n<h2>\n{{$:/language/SideBar/Recent/Caption}}\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n</div>\n</div>\n</div>\n-->\n"
},
"$:/core/templates/server/static.tiddler.html": {
"title": "$:/core/templates/server/static.tiddler.html",
"text": "\\whitespace trim\n\\define tv-wikilink-template() $uri_encoded$\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content={{$:/core/templates/version}} />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css\">\n<title><$view field=\"caption\" format=\"plainwikified\"><$view field=\"title\"/></$view>: <$view tiddler=\"$:/core/wiki/title\" format=\"plainwikified\"/></title>\n</head>\n<body class=\"tc-body\">\n<$transclude tiddler=\"$:/core/templates/server/static.sidebar.wikitext\" mode=\"inline\"/>\n<section class=\"tc-story-river\">\n<div class=\"tc-tiddler-frame\">\n<$transclude tiddler=\"$:/core/templates/server/static.tiddler.wikitext\" mode=\"inline\"/>\n</div>\n</section>\n</body>\n</html>"
},
"$:/core/templates/server/static.tiddler.wikitext": {
"title": "$:/core/templates/server/static.tiddler.wikitext",
"text": "\\whitespace trim\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<h2><$text text=<<currentTiddler>>/></h2>\n</div>\n</div>\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n<div class=\"tc-tags-wrapper\">\n<$list filter=\"[all[current]tags[]sort[title]]\">\n<a href={{{ [<currentTiddler>encodeuricomponent[]] }}}>\n<$macrocall $name=\"tag-pill\" tag=<<currentTiddler>>/>\n</a>\n</$list>\n</div>\n<div class=\"tc-tiddler-body\">\n<$transclude mode=\"block\"/>\n</div>\n"
},
"$:/core/templates/single.tiddler.window": {
"title": "$:/core/templates/single.tiddler.window",
"text": "<$set name=\"themeTitle\" value={{$:/view}}>\n\n<$set name=\"tempCurrentTiddler\" value=<<currentTiddler>>>\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$set name=\"currentTiddler\" value=<<tempCurrentTiddler>>>\n\n<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$transclude mode=\"block\"/>\n\n</$navigator>\n\n</$importvariables>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n"
},
"$:/core/templates/split-recipe": {
"title": "$:/core/templates/split-recipe",
"text": "<$list filter=\"[!is[system]]\">\ntiddler: <$view field=\"title\" format=\"urlencoded\"/>.tid\n</$list>\n"
},
"$:/core/templates/static-tiddler": {
"title": "$:/core/templates/static-tiddler",
"text": "<a name=<<currentTiddler>>>\n<$transclude tiddler=\"$:/core/ui/ViewTemplate\"/>\n</a>"
},
"$:/core/templates/static.area": {
"title": "$:/core/templates/static.area",
"text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawStaticContent]!has[draft.of]] ||$:/core/templates/raw-static-tiddler}}}\n{{$:/core/templates/static.content||$:/core/templates/html-tiddler}}\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\n</$reveal>\n"
},
"$:/core/templates/static.content": {
"title": "$:/core/templates/static.content",
"text": "<!-- For Google, and people without JavaScript-->\nThis [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:\n\n<ul>\n<$list filter=<<saveTiddlerFilter>>>\n<li><$view field=\"title\" format=\"text\"></$view></li>\n</$list>\n</ul>\n"
},
"$:/core/templates/static.template.css": {
"title": "$:/core/templates/static.template.css",
"text": "{{$:/boot/boot.css||$:/core/templates/plain-text-tiddler}}\n\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n"
},
"$:/core/templates/static.template.html": {
"title": "$:/core/templates/static.template.html",
"type": "text/vnd.tiddlywiki-html",
"text": "\\define tv-wikilink-template() static/$uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\n</body>\n</html>\n"
},
"$:/core/templates/static.tiddler.html": {
"title": "$:/core/templates/static.tiddler.html",
"text": "\\define tv-wikilink-template() $uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n`<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"static.css\">\n<title>`<$view field=\"caption\"><$view field=\"title\"/></$view>: {{$:/core/wiki/title}}`</title>\n</head>\n<body class=\"tc-body\">\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\n<section class=\"tc-story-river\">\n`<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>`\n</section>\n</body>\n</html>\n`"
},
"$:/core/templates/store.area.template.html": {
"title": "$:/core/templates/store.area.template.html",
"text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n`<div id=\"storeArea\" style=\"display:none;\">`\n<$list filter=<<saveTiddlerFilter>> template=\"$:/core/templates/html-div-tiddler\"/>\n`</div>`\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n`<!--~~ Encrypted tiddlers ~~-->`\n`<pre id=\"encryptedStoreArea\" type=\"text/plain\" style=\"display:none;\">`\n<$encrypt filter=<<saveTiddlerFilter>>/>\n`</pre>`\n</$reveal>"
},
"$:/core/templates/tid-tiddler": {
"title": "$:/core/templates/tid-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>`\n`<$view field=\"text\" format=\"text\" />"
},
"$:/core/templates/tiddler-metadata": {
"title": "$:/core/templates/tiddler-metadata",
"text": "<!--\n\nThis template is used for saving tiddler metadata *.meta files\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>"
},
"$:/core/templates/tiddlywiki5.html": {
"title": "$:/core/templates/tiddlywiki5.html",
"text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n<!--~~ Library modules ~~-->\n<div id=\"libraryModules\" style=\"display:none;\">\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}\n</div>\n<!--~~ Boot kernel prologue ~~-->\n<div id=\"bootKernelPrefix\" style=\"display:none;\">\n{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}\n</div>\n<!--~~ Boot kernel ~~-->\n<div id=\"bootKernel\" style=\"display:none;\">\n{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}\n</div>\n<!--~~ Raw markup for the bottom of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}\n</body>\n</html>\n"
},
"$:/core/templates/version": {
"title": "$:/core/templates/version",
"text": "<<version>>"
},
"$:/core/templates/wikified-tiddler": {
"title": "$:/core/templates/wikified-tiddler",
"text": "<$transclude />"
},
"$:/core/ui/AboveStory/tw2-plugin-check": {
"title": "$:/core/ui/AboveStory/tw2-plugin-check",
"tags": "$:/tags/AboveStory",
"text": "\\define lingo-base() $:/language/AboveStory/ClassicPlugin/\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]limit[1]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n<ul>\n\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]]\">\n\n<li>\n\n<$link><$view field=\"title\"/></$link>\n\n</li>\n\n</$list>\n\n</ul>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/Actions/new-image": {
"title": "$:/core/ui/Actions/new-image",
"tags": "$:/tags/Actions",
"description": "create a new image tiddler",
"text": "\\define get-type()\nimage/$(imageType)$\n\\end\n<$vars imageType={{$:/config/NewImageType}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=<<get-type>>/>\n</$vars>\n"
},
"$:/core/ui/Actions/new-journal": {
"title": "$:/core/ui/Actions/new-journal",
"tags": "$:/tags/Actions",
"description": "create a new journal tiddler",
"text": "<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} journalTags={{$:/config/NewJournal/Tags}} journalText={{$:/config/NewJournal/Text}}>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$reveal type=\"nomatch\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalTags>> text={{{ [<journalTitle>get[]] }}}/>\n</$reveal>\n<$reveal type=\"match\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalTags>> text=<<journalText>>/>\n</$reveal>\n</$wikify>\n</$vars>\n"
},
"$:/core/ui/Actions/new-tiddler": {
"title": "$:/core/ui/Actions/new-tiddler",
"tags": "$:/tags/Actions",
"description": "create a new empty tiddler",
"text": "<$action-sendmessage $message=\"tm-new-tiddler\"/>\n"
},
"$:/core/ui/AdvancedSearch/Filter": {
"title": "$:/core/ui/AdvancedSearch/Filter",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Filter/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch/FilterButton]!has[draft.of]]\"><$transclude/></$list>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}} template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$set>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button popup=<<qualify \"$:/state/filterDeleteDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify \"$:/state/filterDeleteDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\nAre you sure you wish to delete <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn\">\n<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>\nDelete these tiddlers\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/filterDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</span>\n\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</div>\n</$linkcatcher>\n</$set>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/export": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$macrocall $name=\"exportButton\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Shadows": {
"title": "$:/core/ui/AdvancedSearch/Shadows",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Shadows/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo Shadows/Matches>>\n\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Standard": {
"title": "$:/core/ui/AdvancedSearch/Standard",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Standard/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$set name=\"searchTiddler\" value=\"$:/temp/advancedsearch\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$list>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/System": {
"title": "$:/core/ui/AdvancedSearch/System",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/System/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo System/Matches>>\n\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/AdvancedSearch": {
"title": "$:/AdvancedSearch",
"icon": "$:/core/images/advanced-search-button",
"color": "#bbb",
"text": "<div class=\"tc-advanced-search\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" \"$:/core/ui/AdvancedSearch/System\">>\n</div>\n"
},
"$:/core/ui/AlertTemplate": {
"title": "$:/core/ui/AlertTemplate",
"text": "<div class=\"tc-alert\">\n<div class=\"tc-alert-toolbar\">\n<$button class=\"tc-btn-invisible\"><$action-deletetiddler $tiddler=<<currentTiddler>>/>{{$:/core/images/delete-button}}</$button>\n</div>\n<div class=\"tc-alert-subtitle\">\n<$view field=\"component\"/> - <$view field=\"modified\" format=\"date\" template=\"0hh:0mm:0ss DD MM YYYY\"/> <$reveal type=\"nomatch\" state=\"!!count\" text=\"\"><span class=\"tc-alert-highlight\">({{$:/language/Count}}: <$view field=\"count\"/>)</span></$reveal>\n</div>\n<div class=\"tc-alert-body\">\n\n<$transclude/>\n\n</div>\n</div>\n"
},
"$:/core/ui/BinaryWarning": {
"title": "$:/core/ui/BinaryWarning",
"text": "\\define lingo-base() $:/language/BinaryWarning/\n<div class=\"tc-binary-warning\">\n\n<<lingo Prompt>>\n\n</div>\n"
},
"$:/core/ui/Components/plugin-info": {
"title": "$:/core/ui/Components/plugin-info",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define popup-state-macro()\n$(qualified-state)$-$(currentTiddler)$\n\\end\n\n\\define tabs-state-macro()\n$(popup-state)$-$(pluginInfoType)$\n\\end\n\n\\define plugin-icon-title()\n$(currentTiddler)$/icon\n\\end\n\n\\define plugin-disable-title()\n$:/config/Plugins/Disabled/$(currentTiddler)$\n\\end\n\n\\define plugin-table-body(type,disabledMessage,default-popup-state)\n<div class=\"tc-plugin-info-chunk tc-small-icon\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\n</$transclude>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<h1>\n''<$view field=\"description\"><$view field=\"title\"/></$view>'' $disabledMessage$\n</h1>\n<h2>\n<$view field=\"title\"/>\n</h2>\n<h2>\n<div><em><$view field=\"version\"/></em></div>\n</h2>\n</div>\n\\end\n\n\\define plugin-info(type,default-popup-state)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info tc-plugin-info-disabled\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\" disabledMessage:\"<$macrocall $name='lingo' title='Disabled/Status'/>\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>> default=\"\"\"$default-popup-state$\"\"\">\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-body\">\n<$list filter=\"[all[current]] -[[$:/core]]\">\n<div style=\"float:right;\">\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"yes\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\n<<lingo Disable/Caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"no\" tooltip={{$:/language/ControlPanel/Plugins/Enable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\n<<lingo Enable/Caption>>\n</$button>\n</$reveal>\n</div>\n</$list>\n<$set name=\"tabsList\" filter=\"[<currentTiddler>list[]] contents\">\n<$macrocall $name=\"tabs\" state=<<tabs-state-macro>> tabsList=<<tabsList>> default={{{ [enlist<tabsList>] }}} template=\"$:/core/ui/PluginInfo\"/>\n</$set>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n<$macrocall $name=\"plugin-info\" type=<<plugin-type>> default-popup-state=<<default-popup-state>>/>\n"
},
"$:/core/ui/Components/tag-link": {
"title": "$:/core/ui/Components/tag-link",
"text": "<$link>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\"/>\n</span>\n</$set>\n</$link>"
},
"$:/core/ui/ControlPanel/Advanced": {
"title": "$:/core/ui/ControlPanel/Advanced",
"tags": "$:/tags/ControlPanel/Info",
"caption": "{{$:/language/ControlPanel/Advanced/Caption}}",
"text": "{{$:/language/ControlPanel/Advanced/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" \"$:/core/ui/ControlPanel/TiddlerFields\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/Appearance": {
"title": "$:/core/ui/ControlPanel/Appearance",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Appearance/Caption}}",
"text": "{{$:/language/ControlPanel/Appearance/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Theme\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/Basics": {
"title": "$:/core/ui/ControlPanel/Basics",
"tags": "$:/tags/ControlPanel/Info",
"caption": "{{$:/language/ControlPanel/Basics/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Basics/\n\n\\define show-filter-count(filter)\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n''<$count filter=\"\"\"$filter$\"\"\"/>''\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\n|<<lingo Version/Prompt>> |''<<version>>'' |\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/status/UserName\"><<lingo Username/Prompt>></$link> |<$edit-text tiddler=\"$:/status/UserName\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/AnimationDuration\"><<lingo AnimDuration/Prompt>></$link> |<$edit-text tiddler=\"$:/config/AnimationDuration\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\" class=\"tc-edit-texteditor\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n|<$link to=\"$:/language/DefaultNewTiddlerTitle\"><<lingo NewTiddler/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/language/DefaultNewTiddlerTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Title\"><<lingo NewJournal/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Title\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Text\"><<lingo NewJournal/Text/Prompt>></$link> |<$edit tiddler=\"$:/config/NewJournal/Text\" tag=\"textarea\" class=\"tc-edit-texteditor\" default=\"\"/> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Tags\" default=\"\" tag=\"input\"/> |\n|<<lingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\n|<<lingo Tiddlers/Prompt>> |<<show-filter-count \"[!is[system]sort[title]]\">> |\n|<<lingo Tags/Prompt>> |<<show-filter-count \"[tags[]sort[title]]\">> |\n|<<lingo SystemTiddlers/Prompt>> |<<show-filter-count \"[is[system]sort[title]]\">> |\n|<<lingo ShadowTiddlers/Prompt>> |<<show-filter-count \"[all[shadows]sort[title]]\">> |\n|<<lingo OverriddenShadowTiddlers/Prompt>> |<<show-filter-count \"[is[tiddler]is[shadow]sort[title]]\">> |\n"
},
"$:/core/ui/ControlPanel/EditorTypes": {
"title": "$:/core/ui/ControlPanel/EditorTypes",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/EditorTypes/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/EditorTypes/\n\n<<lingo Hint>>\n\n<table>\n<tbody>\n<tr>\n<th><<lingo Type/Caption>></th>\n<th><<lingo Editor/Caption>></th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\">\n<tr>\n<td>\n<$link>\n<$list filter=\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\">\n<$text text={{!!title}}/>\n</$list>\n</$link>\n</td>\n<td>\n<$view field=\"text\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ControlPanel/Info": {
"title": "$:/core/ui/ControlPanel/Info",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Info/Caption}}",
"text": "{{$:/language/ControlPanel/Info/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Basics\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/KeyboardShortcuts": {
"title": "$:/core/ui/ControlPanel/KeyboardShortcuts",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/KeyboardShortcuts/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/KeyboardShortcuts/\n\n\\define new-shortcut(title)\n<div class=\"tc-dropdown-item-plain\">\n<$edit-shortcut tiddler=\"$title$\" placeholder={{$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt}} style=\"width:auto;\"/> <$button>\n<<lingo Add/Caption>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"[{$title$}]\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"$title$\"\n/>\n</$button>\n</div>\n\\end\n\n\\define shortcut-list-item(caption)\n<td>\n</td>\n<td style=\"text-align:right;font-size:0.7em;\">\n<<lingo Platform/$caption$>>\n</td>\n<td>\n<div style=\"position:relative;\">\n<$button popup=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> class=\"tc-btn-invisible\">\n{{$:/core/images/edit-button}}\n</$button>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutTitle)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\n<$reveal state=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown tc-popup-keep\">\n<$list filter=\"[list[$(shortcutTitle)$!!text]sort[title]]\" variable=\"shortcut\" emptyMessage=\"\"\"\n<div class=\"tc-dropdown-item-plain\">\n//<<lingo NoShortcuts/Caption>>//\n</div>\n\"\"\">\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible\" tooltip=<<lingo Remove/Hint>>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"+[remove<shortcut>]\"\n/>\n×\n</$button>\n<kbd>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts=<<shortcut>>/>\n</kbd>\n</div>\n</$list>\n<hr/>\n<$macrocall $name=\"new-shortcut\" title=<<qualify \"$:/state/new-shortcut/$(shortcutTitle)$\">>/>\n</div>\n</div>\n</$reveal>\n</div>\n</td>\n\\end\n\n\\define shortcut-list(caption,prefix)\n<tr>\n<$list filter=\"[[$prefix$$(shortcutName)$]]\" variable=\"shortcutTitle\">\n<<shortcut-list-item \"$caption$\">>\n</$list>\n</tr>\n\\end\n\n\\define shortcut-editor()\n<<shortcut-list \"All\" \"$:/config/shortcuts/\">>\n<<shortcut-list \"Mac\" \"$:/config/shortcuts-mac/\">>\n<<shortcut-list \"NonMac\" \"$:/config/shortcuts-not-mac/\">>\n<<shortcut-list \"Linux\" \"$:/config/shortcuts-linux/\">>\n<<shortcut-list \"NonLinux\" \"$:/config/shortcuts-not-linux/\">>\n<<shortcut-list \"Windows\" \"$:/config/shortcuts-windows/\">>\n<<shortcut-list \"NonWindows\" \"$:/config/shortcuts-not-windows/\">>\n\\end\n\n\\define shortcut-preview()\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutPrefix)$$(shortcutName)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\\end\n\n\\define shortcut-item-inner()\n<tr>\n<td>\n<$reveal type=\"nomatch\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"open\"\n/>\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"close\"\n/>\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n''<$text text=<<shortcutName>>/>''\n</td>\n<td>\n<$transclude tiddler=\"$:/config/ShortcutInfo/$(shortcutName)$\"/>\n</td>\n<td>\n<$list filter=\"$:/config/shortcuts/ $:/config/shortcuts-mac/ $:/config/shortcuts-not-mac/ $:/config/shortcuts-linux/ $:/config/shortcuts-not-linux/ $:/config/shortcuts-windows/ $:/config/shortcuts-not-windows/\" variable=\"shortcutPrefix\">\n<<shortcut-preview>>\n</$list>\n</td>\n</tr>\n<$set name=\"dropdownState\" value={{$(dropdownStateTitle)$}}>\n<$list filter=\"[<dropdownState>prefix[open]]\" variable=\"listItem\">\n<<shortcut-editor>>\n</$list>\n</$set>\n\\end\n\n\\define shortcut-item()\n<$set name=\"dropdownStateTitle\" value=<<qualify \"$:/state/dropdown/keyboardshortcut/$(shortcutName)$\">>>\n<<shortcut-item-inner>>\n</$set>\n\\end\n\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]removeprefix[$:/config/ShortcutInfo/]]\" variable=\"shortcutName\">\n<<shortcut-item>>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ControlPanel/LoadedModules": {
"title": "$:/core/ui/ControlPanel/LoadedModules",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/LoadedModules/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n<<lingo LoadedModules/Hint>>\n\n{{$:/snippets/modules}}\n"
},
"$:/core/ui/ControlPanel/Modals/AddPlugins": {
"title": "$:/core/ui/ControlPanel/Modals/AddPlugins",
"subtitle": "{{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/Add/Caption}}",
"text": "\\define install-plugin-button()\n<$button>\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\" emptyMessage=\"\"\"{{$:/language/ControlPanel/Plugins/Install/Caption}}\"\"\">\n{{$:/language/ControlPanel/Plugins/Reinstall/Caption}}\n</$list>\n</$button>\n\\end\n\n\\define popup-state-macro()\n$:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$\n\\end\n\n\\define display-plugin-info(type)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<div class=\"tc-plugin-info\">\n<div class=\"tc-plugin-info-chunk tc-small-icon\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<$list filter=\"[<assetInfo>has[icon]]\" emptyMessage=\"\"\"<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\"\"\">\n<img src={{$(assetInfo)$!!icon}}/>\n</$list>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<h1><$view tiddler=<<assetInfo>> field=\"description\"/></h1>\n<h2><$view tiddler=<<assetInfo>> field=\"original-title\"/></h2>\n<div><em><$view tiddler=<<assetInfo>> field=\"version\"/></em></div>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<<install-plugin-button>>\n</div>\n</div>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-message\">\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\" emptyMessage=\"\"\"{{$:/language/ControlPanel/Plugins/NotInstalled/Hint}}\"\"\">\n<em>\n{{$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint}}\n</em>\n</$list>\n</div>\n<div class=\"tc-plugin-info-dropdown-body\">\n<$transclude tiddler=<<assetInfo>> field=\"readme\" mode=\"block\"/>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n\\define load-plugin-library-button()\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-load-plugin-library\" url={{!!url}} infoTitlePrefix=\"$:/temp/RemoteAssetInfo/\"/>\n{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}\n</$button>\n\\end\n\n\\define display-server-assets(type)\n{{$:/language/Search/Search}}: <$edit-text tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" default=\"\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<div class=\"tc-plugin-library-listing\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]search{$:/temp/RemoteAssetSearch/$(currentTiddler)$}sort[description]]\" variable=\"assetInfo\">\n<<display-plugin-info \"$type$\">>\n</$list>\n</div>\n\\end\n\n\\define display-server-connection()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\" variable=\"connectionTiddler\" emptyMessage=<<load-plugin-library-button>>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Add/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Add/Themes]] [[$:/core/ui/ControlPanel/Plugins/Add/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Add/Plugins\">>\n\n</$list>\n\\end\n\n\\define close-library-button()\n<$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''>\n<$button class='tc-btn-big-green'>\n<$action-sendmessage $message=\"tm-unload-plugin-library\" url={{!!url}}/>\n{{$:/core/images/chevron-left}} {{$:/language/ControlPanel/Plugins/ClosePluginLibrary}}\n<$action-deletetiddler $filter=\"[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define plugin-library-listing()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<div class=\"tc-plugin-library\">\n\n!! <$link><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></$link>\n\n//<$view field=\"url\"/>//\n\n<$transclude/>\n\n<$set name=PluginLibraryURL value={{!!url}}>\n<<close-library-button>>\n</$set>\n\n<<display-server-connection>>\n</div>\n</$list>\n\\end\n\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<div>\n<<plugin-library-listing>>\n</div>\n"
},
"$:/core/ui/ControlPanel/Palette": {
"title": "$:/core/ui/ControlPanel/Palette",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Palette/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/\n\n{{$:/snippets/paletteswitcher}}\n\n<$reveal type=\"nomatch\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"yes\"><<lingo ShowEditor/Caption>></$button>\n\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"no\"><<lingo HideEditor/Caption>></$button>\n{{$:/snippets/paletteeditor}}\n\n</$reveal>\n\n"
},
"$:/core/ui/ControlPanel/Parsing": {
"title": "$:/core/ui/ControlPanel/Parsing",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/Parsing/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Parsing/\n\n\\define toggle(Type)\n<$checkbox\ntiddler=\"\"\"$:/config/WikiParserRules/$Type$/$(rule)$\"\"\"\nfield=\"text\"\nchecked=\"enable\"\nunchecked=\"disable\"\ndefault=\"enable\">\n<<rule>>\n</$checkbox>\n\\end\n\n\\define rules(type,Type)\n<$list filter=\"[wikiparserrules[$type$]]\" variable=\"rule\">\n<dd><<toggle $Type$>></dd>\n</$list>\n\\end\n\n<<lingo Hint>>\n\n<dl>\n<dt><<lingo Pragma/Caption>></dt>\n<<rules pragma Pragma>>\n<dt><<lingo Inline/Caption>></dt>\n<<rules inline Inline>>\n<dt><<lingo Block/Caption>></dt>\n<<rules block Block>>\n</dl>"
},
"$:/core/ui/ControlPanel/Plugins/Add/Languages": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Languages",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\"/>)",
"text": "<<display-server-assets language>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\"/>)",
"text": "<<display-server-assets plugin>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Themes": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Themes",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\"/>)",
"text": "<<display-server-assets theme>>\n"
},
"$:/core/ui/ControlPanel/Plugins/AddPlugins": {
"title": "$:/core/ui/ControlPanel/Plugins/AddPlugins",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n<$button message=\"tm-modal\" param=\"$:/core/ui/ControlPanel/Modals/AddPlugins\" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class=\"tc-btn-big-green\" style=\"background:blue;\">\n{{$:/core/images/download-button}} <<lingo Add/Caption>>\n</$button>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Languages": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Languages",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[language]]\"/>)",
"text": "<<plugin-table language>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[plugin]]\"/>)",
"text": "<<plugin-table plugin>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Themes": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Themes",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[theme]]\"/>)",
"text": "<<plugin-table theme>>\n"
},
"$:/core/ui/ControlPanel/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define plugin-table(type)\n<$set name=\"plugin-type\" value=\"\"\"$type$\"\"\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">> template=\"$:/core/ui/Components/plugin-info\"/>\n</$set>\n</$set>\n\\end\n\n{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}\n\n<<lingo Installed/Hint>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\">>\n"
},
"$:/core/ui/ControlPanel/Saving/DownloadSaver": {
"title": "$:/core/ui/ControlPanel/Saving/DownloadSaver",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/DownloadSaver/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/DownloadSaver/\n\n<<lingo Hint>>\n\n!! <$link to=\"$:/config/DownloadSaver/AutoSave\"><<lingo AutoSave/Hint>></$link>\n\n<$checkbox tiddler=\"$:/config/DownloadSaver/AutoSave\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <<lingo AutoSave/Description>> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Saving/General": {
"title": "$:/core/ui/ControlPanel/Saving/General",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/General/Caption}}",
"list-before": "",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n{{$:/language/ControlPanel/Saving/General/Hint}}\n\n!! <$link to=\"$:/config/AutoSave\"><<lingo AutoSave/Caption>></$link>\n\n<<lingo AutoSave/Hint>>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"yes\"> <<lingo AutoSave/Enabled/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"no\"> <<lingo AutoSave/Disabled/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Saving/TiddlySpot": {
"title": "$:/core/ui/ControlPanel/Saving/TiddlySpot",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/\n\n\\define backupURL()\nhttp://$(userName)$.tiddlyspot.com/backup/\n\\end\n\\define backupLink()\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<backupURL>>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/UploadURL\" text=\"\">\n<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\n</$reveal>\n</$set>\n</$reveal>\n\\end\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo Password>> |<$password name=\"upload\"/> |\n|<<lingo Backups>> |<<backupLink>> |\n\n''<<lingo Advanced/Heading>>''\n\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/UploadURL\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/UploadFilename\" default=\"index.html\" tag=\"input\"/> |\n|<<lingo UploadDir>> |<$edit-text tiddler=\"$:/UploadDir\" default=\".\" tag=\"input\"/> |\n|<<lingo BackupDir>> |<$edit-text tiddler=\"$:/UploadBackupDir\" default=\".\" tag=\"input\"/> |\n\n<<lingo TiddlySpot/Hint>>"
},
"$:/core/ui/ControlPanel/Saving": {
"title": "$:/core/ui/ControlPanel/Saving",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Saving/Caption}}",
"text": "{{$:/language/ControlPanel/Saving/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Saving/General\">>\n</div>\n"
},
"$:/core/buttonstyles/Borderless": {
"title": "$:/core/buttonstyles/Borderless",
"tags": "$:/tags/ToolbarButtonStyle",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless}}",
"text": "tc-btn-invisible"
},
"$:/core/buttonstyles/Boxed": {
"title": "$:/core/buttonstyles/Boxed",
"tags": "$:/tags/ToolbarButtonStyle",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed}}",
"text": "tc-btn-boxed"
},
"$:/core/buttonstyles/Rounded": {
"title": "$:/core/buttonstyles/Rounded",
"tags": "$:/tags/ToolbarButtonStyle",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded}}",
"text": "tc-btn-rounded"
},
"$:/core/ui/ControlPanel/Settings/CamelCase": {
"title": "$:/core/ui/ControlPanel/Settings/CamelCase",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/CamelCase/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/CamelCase/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/WikiParserRules/Inline/wikilink\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"enable\"> <$link to=\"$:/config/WikiParserRules/Inline/wikilink\"><<lingo Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab": {
"title": "$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab",
"caption": "{{$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption}}",
"tags": "$:/tags/ControlPanel/Settings",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultMoreSidebarTab/\n\n<$link to=\"$:/config/DefaultMoreSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultMoreSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/DefaultSidebarTab": {
"title": "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab",
"caption": "{{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}",
"tags": "$:/tags/ControlPanel/Settings",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/\n\n<$link to=\"$:/config/DefaultSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/EditorToolbar": {
"title": "$:/core/ui/ControlPanel/Settings/EditorToolbar",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/EditorToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/EditorToolbar/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/TextEditor/EnableToolbar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/TextEditor/EnableToolbar\"><<lingo Description>></$link> </$checkbox>\n\n"
},
"$:/core/ui/ControlPanel/Settings/InfoPanelMode": {
"title": "$:/core/ui/ControlPanel/Settings/InfoPanelMode",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/InfoPanelMode/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/InfoPanelMode/\n<$link to=\"$:/config/TiddlerInfo/Mode\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"popup\"> <<lingo Popup/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"sticky\"> <<lingo Sticky/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/LinkToBehaviour": {
"title": "$:/core/ui/ControlPanel/Settings/LinkToBehaviour",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/LinkToBehaviour/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/LinkToBehaviour/\n\n<$link to=\"$:/config/Navigation/openLinkFromInsideRiver\"><<lingo \"InsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromInsideRiver\">\n <option value=\"above\"><<lingo \"OpenAbove\">></option>\n <option value=\"below\"><<lingo \"OpenBelow\">></option>\n <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n\n<$link to=\"$:/config/Navigation/openLinkFromOutsideRiver\"><<lingo \"OutsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromOutsideRiver\">\n <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/MissingLinks": {
"title": "$:/core/ui/ControlPanel/Settings/MissingLinks",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/MissingLinks/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/MissingLinks/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/MissingLinks\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/MissingLinks\"><<lingo Description>></$link> </$checkbox>\n\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationAddressBar": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationAddressBar",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationAddressBar/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationAddressBar/\n\n<$link to=\"$:/config/Navigation/UpdateAddressBar\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permaview\"> <<lingo Permaview/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permalink\"> <<lingo Permalink/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationHistory": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationHistory",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationHistory/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationHistory/\n<$link to=\"$:/config/Navigation/UpdateHistory\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/CopyToClipboard\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/CopyToClipboard\"><<lingo CopyToClipboard/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\"><<lingo UpdateAddressBar/Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation": {
"title": "$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/PerformanceInstrumentation/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Performance/Instrumentation\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Performance/Instrumentation\"><<lingo Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings/TitleLinks": {
"title": "$:/core/ui/ControlPanel/Settings/TitleLinks",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/TitleLinks/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/TitleLinks/\n<$link to=\"$:/config/Tiddlers/TitleLinks\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle": {
"title": "$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtonStyle/\n<$link to=\"$:/config/Toolbar/ButtonClass\"><<lingo \"Hint\">></$link>\n\n<$select tiddler=\"$:/config/Toolbar/ButtonClass\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]\">\n<option value={{!!text}}>{{!!caption}}</option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/ToolbarButtons": {
"title": "$:/core/ui/ControlPanel/Settings/ToolbarButtons",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Icons\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Toolbar/Icons\"><<lingo Icons/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Text\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Toolbar/Text\"><<lingo Text/Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings": {
"title": "$:/core/ui/ControlPanel/Settings",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Settings/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/ControlPanel/StoryView": {
"title": "$:/core/ui/ControlPanel/StoryView",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/StoryView/Caption}}",
"text": "{{$:/snippets/viewswitcher}}\n"
},
"$:/core/ui/ControlPanel/Stylesheets": {
"title": "$:/core/ui/ControlPanel/Stylesheets",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/Stylesheets/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo Stylesheets/Hint>>\n\n{{$:/snippets/peek-stylesheets}}\n"
},
"$:/core/ui/ControlPanel/Theme": {
"title": "$:/core/ui/ControlPanel/Theme",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Theme/Caption}}",
"text": "{{$:/snippets/themeswitcher}}\n"
},
"$:/core/ui/ControlPanel/TiddlerFields": {
"title": "$:/core/ui/ControlPanel/TiddlerFields",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/TiddlerFields/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo TiddlerFields/Hint>>\n\n{{$:/snippets/allfields}}"
},
"$:/core/ui/ControlPanel/Toolbars/EditToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/EditToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>"
},
"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate",
"text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"><$transclude tiddler={{!!icon}}/></span> <$transclude field=\"caption\"/> -- <i class=\"tc-muted\"><$transclude field=\"description\"/></i>\n</$draggable>\n"
},
"$:/core/ui/ControlPanel/Toolbars/EditorToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditorToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/EditorToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditorToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditorToolbar/Hint}}\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditorToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\"/>\n"
},
"$:/core/ui/ControlPanel/Toolbars/ItemTemplate": {
"title": "$:/core/ui/ControlPanel/Toolbars/ItemTemplate",
"text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"> <$transclude field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude field=\"description\"/></i></span>\n</$draggable>\n"
},
"$:/core/ui/ControlPanel/Toolbars/PageControls": {
"title": "$:/core/ui/ControlPanel/Toolbars/PageControls",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/PageControls/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/PageControlButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/PageControls/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/PageControls\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars/ViewToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/ViewToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/ViewToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/ViewToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/ViewToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/ViewToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars": {
"title": "$:/core/ui/ControlPanel/Toolbars",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Toolbars/Caption}}",
"text": "{{$:/language/ControlPanel/Toolbars/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" \"$:/state/tabs/controlpanel/toolbars\" \"tc-vertical\">>\n</div>\n"
},
"$:/ControlPanel": {
"title": "$:/ControlPanel",
"icon": "$:/core/images/options-button",
"color": "#bbb",
"text": "<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Info\">>\n</div>\n"
},
"$:/core/ui/DefaultSearchResultList": {
"title": "$:/core/ui/DefaultSearchResultList",
"tags": "$:/tags/SearchResults",
"caption": "{{$:/language/Search/DefaultResults/Caption}}",
"text": "\\define searchResultList()\n//<small>{{$:/language/Search/Matches/Title}}</small>//\n\n<$list filter=\"[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n//<small>{{$:/language/Search/Matches/All}}</small>//\n\n<$list filter=\"[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n\\end\n<<searchResultList>>\n"
},
"$:/core/ui/EditTemplate/body/preview/diffs-current": {
"title": "$:/core/ui/EditTemplate/body/preview/diffs-current",
"tags": "$:/tags/EditPreview",
"caption": "differences from current",
"list-after": "$:/core/ui/EditTemplate/body/preview/output",
"text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
},
"$:/core/ui/EditTemplate/body/preview/diffs-shadow": {
"title": "$:/core/ui/EditTemplate/body/preview/diffs-shadow",
"tags": "$:/tags/EditPreview",
"caption": "differences from shadow (if any)",
"list-after": "$:/core/ui/EditTemplate/body/preview/output",
"text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{{ [{!!draft.of}shadowsource[]] }}} sourceSubTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
},
"$:/core/ui/EditTemplate/body/preview/output": {
"title": "$:/core/ui/EditTemplate/body/preview/output",
"tags": "$:/tags/EditPreview",
"caption": "{{$:/language/EditTemplate/Body/Preview/Type/Output}}",
"text": "<$set name=\"tv-tiddler-preview\" value=\"yes\">\n\n<$transclude />\n\n</$set>\n"
},
"$:/state/showeditpreview": {
"title": "$:/state/showeditpreview",
"text": "no"
},
"$:/core/ui/EditTemplate/body/editor": {
"title": "$:/core/ui/EditTemplate/body/editor",
"text": "<$edit\n\n field=\"text\"\n class=\"tc-edit-texteditor\"\n placeholder={{$:/language/EditTemplate/Body/Placeholder}}\n\n><$set\n\n name=\"targetTiddler\"\n value=<<currentTiddler>>\n\n><$list\n\n filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]\"\n\n><$reveal\n\n type=\"nomatch\"\n state=<<config-visibility-title>>\n text=\"hide\"\n class=\"tc-text-editor-toolbar-item-wrapper\"\n\n><$transclude\n\n tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\"\n mode=\"inline\"\n\n/></$reveal></$list></$set></$edit>\n"
},
"$:/core/ui/EditTemplate/body/toolbar/button": {
"title": "$:/core/ui/EditTemplate/body/toolbar/button",
"text": "\\define toolbar-button-icon()\n<$list\n\n filter=\"[all[current]!has[custom-icon]]\"\n variable=\"no-custom-icon\"\n\n><$transclude\n\n tiddler={{!!icon}}\n\n/></$list>\n\\end\n\n\\define toolbar-button-tooltip()\n{{!!description}}<$macrocall $name=\"displayshortcuts\" $output=\"text/plain\" shortcuts={{!!shortcuts}} prefix=\"` - [\" separator=\"] [\" suffix=\"]`\"/>\n\\end\n\n\\define toolbar-button()\n<$list\n\n filter={{!!condition}}\n variable=\"list-condition\"\n\n><$wikify\n\n name=\"tooltip-text\"\n text=<<toolbar-button-tooltip>>\n mode=\"inline\"\n output=\"text\"\n\n><$list\n\n filter=\"[all[current]!has[dropdown]]\"\n variable=\"no-dropdown\"\n\n><$button\n\n class=\"tc-btn-invisible $(buttonClasses)$\"\n tooltip=<<tooltip-text>>\n actions={{!!actions}}\n\n><span\n\n data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n tiddler=<<currentTiddler>>\n field=\"text\"\n\n/></$button></$list><$list\n\n filter=\"[all[current]has[dropdown]]\"\n variable=\"dropdown\"\n\n><$set\n\n name=\"dropdown-state\"\n value=<<qualify \"$:/state/EditorToolbarDropdown\">>\n\n><$button\n\n popup=<<dropdown-state>>\n class=\"tc-popup-keep tc-btn-invisible $(buttonClasses)$\"\n selectedClass=\"tc-selected\"\n tooltip=<<tooltip-text>>\n actions={{!!actions}}\n\n><span\n\n data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n tiddler=<<currentTiddler>>\n field=\"text\"\n\n/></$button><$reveal\n\n state=<<dropdown-state>>\n type=\"popup\"\n position=\"below\"\n animate=\"yes\"\n tag=\"span\"\n\n><div\n\n class=\"tc-drop-down tc-popup-keep\"\n\n><$transclude\n\n tiddler={{!!dropdown}}\n mode=\"block\"\n\n/></div></$reveal></$set></$list></$wikify></$list>\n\\end\n\n\\define toolbar-button-outer()\n<$set\n\n name=\"buttonClasses\"\n value={{!!button-classes}}\n\n><<toolbar-button>></$set>\n\\end\n\n<<toolbar-button-outer>>"
},
"$:/core/ui/EditTemplate/body": {
"title": "$:/core/ui/EditTemplate/body",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/Body/\n\\define config-visibility-title()\n$:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$\n\\end\n<$list filter=\"[all[current]has[_canonical_uri]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo External/Hint>>\n\n<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>\n\n<$edit-text field=\"_canonical_uri\" class=\"tc-edit-fields\"></$edit-text>\n\n</div>\n\n</$list>\n\n<$list filter=\"[all[current]!has[_canonical_uri]]\">\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\">\n\n<div class=\"tc-tiddler-preview\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n<div class=\"tc-tiddler-preview-preview\">\n\n<$transclude tiddler={{$:/state/editpreviewtype}} mode=\"inline\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/preview/output\" mode=\"inline\"/>\n\n</$transclude>\n\n</div>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n</$reveal>\n\n</$list>\n"
},
"$:/core/ui/EditTemplate/controls": {
"title": "$:/core/ui/EditTemplate/controls",
"tags": "$:/tags/EditTemplate",
"text": "\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title tc-tiddler-edit-title\">\n<$view field=\"title\"/>\n<span class=\"tc-tiddler-controls tc-titlebar\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>\n<div style=\"clear: both;\"></div>\n</div>\n"
},
"$:/core/ui/EditTemplate/fields": {
"title": "$:/core/ui/EditTemplate/fields",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n\\define config-title()\n$:/config/EditTemplateFields/Visibility/$(currentField)$\n\\end\n\n\\define config-filter()\n[[hide]] -[title{$(config-title)$}]\n\\end\n\n\\define new-field()\n<$vars name={{$:/temp/newfieldname}}>\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button>\n<$action-sendmessage $message=\"tm-add-field\"\n$name=<<name>>\n$value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n</$vars>\n\\end\n\n<div class=\"tc-edit-fields\">\n<table class=\"tc-edit-fields\">\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}}/>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit\">\n<<lingo Fields/Add/Prompt>>\n</em>\n<span class=\"tc-edit-field-add-name\">\n<$edit-text tiddler=\"$:/temp/newfieldname\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}} focusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\"/>\n</span>\n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/field-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=\"$:/temp/newfieldname\">\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/User>>\n</div>\n<$list filter=\"[!is[shadow]!is[system]fields[]search:title{$:/temp/newfieldname}sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\" variable=\"currentField\">\n<$link to=<<currentField>>>\n<<currentField>>\n</$link>\n</$list>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/System>>\n</div>\n<$list filter=\"[fields[]search:title{$:/temp/newfieldname}sort[]] -[!is[shadow]!is[system]fields[]]\" variable=\"currentField\">\n<$link to=<<currentField>>>\n<<currentField>>\n</$link>\n</$list>\n</$linkcatcher>\n</$set>\n</div>\n</$reveal>\n<span class=\"tc-edit-field-add-value\">\n<$edit-text tiddler=\"$:/temp/newfieldvalue\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\"/>\n</span>\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</div>\n</$fieldmangler>\n"
},
"$:/core/ui/EditTemplate/shadow": {
"title": "$:/core/ui/EditTemplate/shadow",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/Shadow/\n\\define pluginLinkBody()\n<$link to=\"\"\"$(pluginTitle)$\"\"\">\n<$text text=\"\"\"$(pluginTitle)$\"\"\"/>\n</$link>\n\\end\n<$list filter=\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>\n\n<$list filter=\"[all[current]get[draft.of]is[shadow]is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo OverriddenWarning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>"
},
"$:/core/ui/EditTemplate/tags": {
"title": "$:/core/ui/EditTemplate/tags",
"tags": "$:/tags/EditTemplate",
"text": "\\whitespace trim\n\n\\define lingo-base() $:/language/EditTemplate/\n\n\\define tag-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon)\n\\whitespace trim\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<span style=<<tag-styles>> class=\"tc-tag-label tc-tag-list-item\">\n<$transclude tiddler=\"\"\"$icon$\"\"\"/> <$view field=\"title\" format=\"text\" />\n<$button message=\"tm-remove-tag\" param={{!!title}} class=\"tc-btn-invisible tc-remove-tag-button\">×</$button>\n</span>\n</$vars>\n\\end\n\n\\define tag-body(colour,palette,icon)\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\"\"\"$icon$\"\"\"/>\n\\end\n\n\\define tag-picker-actions()\n<$action-listops\n\t$tiddler=<<currentTiddler>>\n\t$field=\"tags\"\n\t$subfilter=\"[<tag>] [all[current]tags[]]\"\n/>\n\\end\n\n<div class=\"tc-edit-tags\">\n<$fieldmangler>\n<$list filter=\"[all[current]tags[]sort[title]]\" storyview=\"pop\">\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}}/>\n</$list>\n</$fieldmangler>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</div>\n"
},
"$:/core/ui/EditTemplate/title": {
"title": "$:/core/ui/EditTemplate/title",
"tags": "$:/tags/EditTemplate",
"text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus=\"true\"/>\n\n<$vars pattern=\"\"\"[\\|\\[\\]{}]\"\"\" bad-chars=\"\"\"`| [ ] { }`\"\"\">\n\n<$list filter=\"[all[current]regexp:draft.title<pattern>]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\n\n</div>\n\n</$list>\n\n</$vars>\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n\n<$list filter=\"[{!!draft.title}!is[missing]]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\n\n</div>\n\n</$list>\n\n<$list filter=\"[{!!draft.of}!is[missing]]\" variable=\"listItem\">\n\n<$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\n\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}</$checkbox>\n\n<$vars stateTiddler=<<qualify \"$:/state/edit/references\">> >\n\n<$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$tiddler tiddler=<<fromTitle>> >\n<$transclude tiddler=\"$:/core/ui/TiddlerInfo/References\"/>\n</$tiddler>\n</$reveal>\n\n</$vars>\n\n</$vars>\n\n</$list>\n\n</$reveal>\n"
},
"$:/core/ui/EditTemplate/type": {
"title": "$:/core/ui/EditTemplate/type",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n<div class=\"tc-type-selector\"><$fieldmangler>\n<em class=\"tc-edit\"><<lingo Type/Prompt>></em> <$edit-text field=\"type\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-edit-typeeditor tc-popup-handle\"/> <$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <$button message=\"tm-remove-field\" param=\"type\" class=\"tc-btn-invisible tc-btn-icon\" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}</$button>\n</$fieldmangler></div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$reveal state=<<qualify \"$:/state/popup/type-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"!!type\">\n<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>\n<div class=\"tc-dropdown-item\">\n<$text text={{!!group}}/>\n</div>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]]\"><$link to={{!!name}}><$view field=\"description\"/> (<$view field=\"name\"/>)</$link>\n</$list>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</$set>\n</div>\n"
},
"$:/core/ui/EditTemplate": {
"title": "$:/core/ui/EditTemplate",
"text": "\\define actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{$:/temp/newfieldname}} $value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n\\end\n\\define frame-classes()\ntc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\n\\end\n<div class=<<frame-classes>> data-tiddler-title=<<currentTiddler>>>\n<$fieldmangler>\n<$set name=\"storyTiddler\" value=<<currentTiddler>>>\n<$keyboard key=\"((cancel-edit-tiddler))\" message=\"tm-cancel-tiddler\">\n<$keyboard key=\"((save-tiddler))\" actions=<<actions>>>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>>/>\n</$set>\n</$list>\n</$keyboard>\n</$keyboard>\n</$set>\n</$fieldmangler>\n</div>\n"
},
"$:/core/ui/Buttons/cancel": {
"title": "$:/core/ui/Buttons/cancel",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}",
"description": "{{$:/language/Buttons/Cancel/Hint}}",
"text": "<$button message=\"tm-cancel-tiddler\" tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/cancel-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/delete": {
"title": "$:/core/ui/Buttons/delete",
"tags": "$:/tags/EditToolbar $:/tags/ViewToolbar",
"caption": "{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}",
"description": "{{$:/language/Buttons/Delete/Hint}}",
"text": "<$button message=\"tm-delete-tiddler\" tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/delete-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/save": {
"title": "$:/core/ui/Buttons/save",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}",
"description": "{{$:/language/Buttons/Save/Hint}}",
"text": "<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{$:/temp/newfieldname}} $value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/done-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button></$fieldmangler>\n"
},
"$:/core/ui/EditorToolbar/bold": {
"title": "$:/core/ui/EditorToolbar/bold",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/bold",
"caption": "{{$:/language/Buttons/Bold/Caption}}",
"description": "{{$:/language/Buttons/Bold/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((bold))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"''\"\n\tsuffix=\"''\"\n/>\n"
},
"$:/core/ui/EditorToolbar/clear-dropdown": {
"title": "$:/core/ui/EditorToolbar/clear-dropdown",
"text": "''{{$:/language/Buttons/Clear/Hint}}''\n\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"clear\"\n\tcolour=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n\n</div>\n"
},
"$:/core/ui/EditorToolbar/clear": {
"title": "$:/core/ui/EditorToolbar/clear",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/erase",
"caption": "{{$:/language/Buttons/Clear/Caption}}",
"description": "{{$:/language/Buttons/Clear/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/clear-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/editor-height-dropdown": {
"title": "$:/core/ui/EditorToolbar/editor-height-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/EditorHeight/\n''<<lingo Hint>>''\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"auto\"> {{$:/core/images/auto-height}} <<lingo Caption/Auto>></$radio>\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"fixed\"> {{$:/core/images/fixed-height}} <<lingo Caption/Fixed>> <$edit-text tag=\"input\" tiddler=\"$:/config/TextEditor/EditorHeight/Height\" default=\"100px\"/></$radio>\n"
},
"$:/core/ui/EditorToolbar/editor-height": {
"title": "$:/core/ui/EditorToolbar/editor-height",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/fixed-height",
"custom-icon": "yes",
"caption": "{{$:/language/Buttons/EditorHeight/Caption}}",
"description": "{{$:/language/Buttons/EditorHeight/Hint}}",
"condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]",
"dropdown": "$:/core/ui/EditorToolbar/editor-height-dropdown",
"text": "<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n{{$:/core/images/fixed-height}}\n</$reveal>\n<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n{{$:/core/images/auto-height}}\n</$reveal>\n"
},
"$:/core/ui/EditorToolbar/excise-dropdown": {
"title": "$:/core/ui/EditorToolbar/excise-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Excise/\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<<lingo Caption/NewTitle>> <$edit-text tag=\"input\" tiddler=\"$config-title$/new-title\" default=\"\" focus=\"true\"/>\n\n<$set name=\"new-title\" value={{$config-title$/new-title}}>\n<$list filter=\"\"\"[<new-title>is[tiddler]]\"\"\">\n<div class=\"tc-error\">\n<<lingo Caption/TiddlerExists>>\n</div>\n</$list>\n</$set>\n\n<$checkbox tiddler=\"\"\"$config-title$/tagnew\"\"\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"false\"> <<lingo Caption/Tag>></$checkbox>\n\n<<lingo Caption/Replace>> <$select tiddler=\"\"\"$config-title$/type\"\"\" default=\"transclude\">\n<option value=\"link\"><<lingo Caption/Replace/Link>></option>\n<option value=\"transclude\"><<lingo Caption/Replace/Transclusion>></option>\n<option value=\"macro\"><<lingo Caption/Replace/Macro>></option>\n</$select>\n\n<$reveal state=\"\"\"$config-title$/type\"\"\" type=\"match\" text=\"macro\">\n<<lingo Caption/MacroName>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/macro-title\"\"\" default=\"translink\"/>\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"excise\"\n\ttitle={{$config-title$/new-title}}\n\ttype={{$config-title$/type}}\n\tmacro={{$config-title$/macro-title}}\n\ttagnew={{$config-title$/tagnew}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"$config-title$/new-title\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Excise>>\n</$button>\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Excise/\">>/>\n"
},
"$:/core/ui/EditorToolbar/excise": {
"title": "$:/core/ui/EditorToolbar/excise",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/excise",
"caption": "{{$:/language/Buttons/Excise/Caption}}",
"description": "{{$:/language/Buttons/Excise/Hint}}",
"condition": "[<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]",
"shortcuts": "((excise))",
"dropdown": "$:/core/ui/EditorToolbar/excise-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/heading-1": {
"title": "$:/core/ui/EditorToolbar/heading-1",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-1",
"caption": "{{$:/language/Buttons/Heading1/Caption}}",
"description": "{{$:/language/Buttons/Heading1/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((heading-1))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"1\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-2": {
"title": "$:/core/ui/EditorToolbar/heading-2",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-2",
"caption": "{{$:/language/Buttons/Heading2/Caption}}",
"description": "{{$:/language/Buttons/Heading2/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-2))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"2\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-3": {
"title": "$:/core/ui/EditorToolbar/heading-3",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-3",
"caption": "{{$:/language/Buttons/Heading3/Caption}}",
"description": "{{$:/language/Buttons/Heading3/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-3))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"3\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-4": {
"title": "$:/core/ui/EditorToolbar/heading-4",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-4",
"caption": "{{$:/language/Buttons/Heading4/Caption}}",
"description": "{{$:/language/Buttons/Heading4/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-4))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"4\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-5": {
"title": "$:/core/ui/EditorToolbar/heading-5",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-5",
"caption": "{{$:/language/Buttons/Heading5/Caption}}",
"description": "{{$:/language/Buttons/Heading5/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-5))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"5\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-6": {
"title": "$:/core/ui/EditorToolbar/heading-6",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-6",
"caption": "{{$:/language/Buttons/Heading6/Caption}}",
"description": "{{$:/language/Buttons/Heading6/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-6))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"6\"\n/>\n"
},
"$:/core/ui/EditorToolbar/italic": {
"title": "$:/core/ui/EditorToolbar/italic",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/italic",
"caption": "{{$:/language/Buttons/Italic/Caption}}",
"description": "{{$:/language/Buttons/Italic/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((italic))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"//\"\n\tsuffix=\"//\"\n/>\n"
},
"$:/core/ui/EditorToolbar/line-width-dropdown": {
"title": "$:/core/ui/EditorToolbar/line-width-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/LineWidth/\n\n\\define toolbar-line-width-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(line-width)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/LineWidth\"\n\t$value=\"$(line-width)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; margin: 4px calc(80px - $(line-width)$); background-color: #000; width: calc(100px + $(line-width)$ * 2); height: $(line-width)$; border-radius: 120px; vertical-align: middle;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(line-width)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/LineWidth\" type=\"match\" text=\"\"\"$(line-width)$\"\"\" tag=\"span\">\n\n<$entity entity=\" \"/>\n\n<$entity entity=\"✓\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/LineWidths}} variable=\"line-width\">\n\n<<toolbar-line-width-inner>>\n\n</$list>\n"
},
"$:/core/ui/EditorToolbar/line-width": {
"title": "$:/core/ui/EditorToolbar/line-width",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/line-width",
"caption": "{{$:/language/Buttons/LineWidth/Caption}}",
"description": "{{$:/language/Buttons/LineWidth/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/line-width-dropdown",
"text": "<$text text={{$:/config/BitmapEditor/LineWidth}}/>"
},
"$:/core/ui/EditorToolbar/link-dropdown": {
"title": "$:/core/ui/EditorToolbar/link-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Link/\n\n\\define add-link-actions()\n<$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"make-link\" text={{$(linkTiddler)$}} />\n<$action-deletetiddler $tiddler=<<dropdown-state>> />\n<$action-deletetiddler $tiddler=<<searchTiddler>> />\n<$action-deletetiddler $tiddler=<<linkTiddler>> />\n\\end\n\n\\define external-link()\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\" actions=<<add-link-actions>>>\n{{$:/core/images/chevron-right}}\n</$button>\n\\end\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<$vars searchTiddler=\"\"\"$config-title$/search\"\"\" linkTiddler=\"\"\"$config-title$/link\"\"\" linktext=\"\" >\n\n<$vars linkTiddler=<<searchTiddler>>>\n<$keyboard key=\"ENTER\" actions=<<add-link-actions>>>\n<$edit-text tiddler=<<searchTiddler>> type=\"search\" tag=\"input\" focus=\"true\" placeholder={{$:/language/Search/Search}} default=\"\"/>\n<$reveal tag=\"span\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n<<external-link>>\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\">\n<$action-setfield $tiddler=<<searchTiddler>> text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</$keyboard>\n</$vars>\n\n<$reveal tag=\"div\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n\n<$linkcatcher actions=<<add-link-actions>> to=<<linkTiddler>>>\n\n{{$:/core/ui/SearchResults}}\n\n</$linkcatcher>\n\n</$reveal>\n\n</$vars>\n\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Link/\">>/>"
},
"$:/core/ui/EditorToolbar/link": {
"title": "$:/core/ui/EditorToolbar/link",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/link",
"caption": "{{$:/language/Buttons/Link/Caption}}",
"description": "{{$:/language/Buttons/Link/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((link))",
"dropdown": "$:/core/ui/EditorToolbar/link-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/linkify": {
"title": "$:/core/ui/EditorToolbar/linkify",
"caption": "{{$:/language/Buttons/Linkify/Caption}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Buttons/Linkify/Hint}}",
"icon": "$:/core/images/linkify",
"list-before": "$:/core/ui/EditorToolbar/mono-block",
"shortcuts": "((linkify))",
"tags": "$:/tags/EditorToolbar",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"[[\"\n\tsuffix=\"]]\"\n/>\n"
},
"$:/core/ui/EditorToolbar/list-bullet": {
"title": "$:/core/ui/EditorToolbar/list-bullet",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/list-bullet",
"caption": "{{$:/language/Buttons/ListBullet/Caption}}",
"description": "{{$:/language/Buttons/ListBullet/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((list-bullet))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"*\"\n\tcount=\"1\"\n/>\n"
},
"$:/core/ui/EditorToolbar/list-number": {
"title": "$:/core/ui/EditorToolbar/list-number",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/list-number",
"caption": "{{$:/language/Buttons/ListNumber/Caption}}",
"description": "{{$:/language/Buttons/ListNumber/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((list-number))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"1\"\n/>\n"
},
"$:/core/ui/EditorToolbar/mono-block": {
"title": "$:/core/ui/EditorToolbar/mono-block",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/mono-block",
"caption": "{{$:/language/Buttons/MonoBlock/Caption}}",
"description": "{{$:/language/Buttons/MonoBlock/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((mono-block))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n```\"\n\tsuffix=\"```\"\n/>\n"
},
"$:/core/ui/EditorToolbar/mono-line": {
"title": "$:/core/ui/EditorToolbar/mono-line",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/mono-line",
"caption": "{{$:/language/Buttons/MonoLine/Caption}}",
"description": "{{$:/language/Buttons/MonoLine/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((mono-line))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"`\"\n\tsuffix=\"`\"\n/>\n"
},
"$:/core/ui/EditorToolbar/more-dropdown": {
"title": "$:/core/ui/EditorToolbar/more-dropdown",
"text": "\\define config-title()\n$:/config/EditorToolbarButtons/Visibility/$(toolbarItem)$\n\\end\n\n\\define conditional-button()\n<$list filter={{$(toolbarItem)$!!condition}} variable=\"condition\">\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\" mode=\"inline\"/> <$transclude tiddler=<<toolbarItem>> field=\"description\"/>\n</$list>\n\\end\n\n<div class=\"tc-text-editor-toolbar-more\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]] -[[$:/core/ui/EditorToolbar/more]]\">\n<$reveal type=\"match\" state=<<config-visibility-title>> text=\"hide\" tag=\"div\">\n<<conditional-button>>\n</$reveal>\n</$list>\n</div>\n"
},
"$:/core/ui/EditorToolbar/more": {
"title": "$:/core/ui/EditorToolbar/more",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/down-arrow",
"caption": "{{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"condition": "[<targetTiddler>]",
"dropdown": "$:/core/ui/EditorToolbar/more-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/opacity-dropdown": {
"title": "$:/core/ui/EditorToolbar/opacity-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Opacity/\n\n\\define toolbar-opacity-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(opacity)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Opacity\"\n\t$value=\"$(opacity)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(current-paint-colour)$; opacity: $(opacity)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(opacity)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/Opacity\" type=\"match\" text=\"\"\"$(opacity)$\"\"\" tag=\"span\">\n\n<$entity entity=\" \"/>\n\n<$entity entity=\"✓\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n\\define toolbar-opacity()\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/Opacities}} variable=\"opacity\">\n\n<<toolbar-opacity-inner>>\n\n</$list>\n\\end\n\n<$set name=\"current-paint-colour\" value={{$:/config/BitmapEditor/Colour}}>\n\n<$set name=\"current-opacity\" value={{$:/config/BitmapEditor/Opacity}}>\n\n<<toolbar-opacity>>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/EditorToolbar/opacity": {
"title": "$:/core/ui/EditorToolbar/opacity",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/opacity",
"caption": "{{$:/language/Buttons/Opacity/Caption}}",
"description": "{{$:/language/Buttons/Opacity/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/opacity-dropdown",
"text": "<$text text={{$:/config/BitmapEditor/Opacity}}/>\n"
},
"$:/core/ui/EditorToolbar/paint-dropdown": {
"title": "$:/core/ui/EditorToolbar/paint-dropdown",
"text": "''{{$:/language/Buttons/Paint/Hint}}''\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Colour\"\n\t$value=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
},
"$:/core/ui/EditorToolbar/paint": {
"title": "$:/core/ui/EditorToolbar/paint",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/paint",
"caption": "{{$:/language/Buttons/Paint/Caption}}",
"description": "{{$:/language/Buttons/Paint/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/paint-dropdown",
"text": "\\define toolbar-paint()\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(colour-picker-value)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\\end\n<$set name=\"colour-picker-value\" value={{$:/config/BitmapEditor/Colour}}>\n<<toolbar-paint>>\n</$set>\n"
},
"$:/core/ui/EditorToolbar/picture-dropdown": {
"title": "$:/core/ui/EditorToolbar/picture-dropdown",
"text": "\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n''{{$:/language/Buttons/Picture/Hint}}''\n\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext=<<replacement-text>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
},
"$:/core/ui/EditorToolbar/picture": {
"title": "$:/core/ui/EditorToolbar/picture",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/picture",
"caption": "{{$:/language/Buttons/Picture/Caption}}",
"description": "{{$:/language/Buttons/Picture/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((picture))",
"dropdown": "$:/core/ui/EditorToolbar/picture-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/preview-type-dropdown": {
"title": "$:/core/ui/EditorToolbar/preview-type-dropdown",
"text": "\\define preview-type-button()\n<$button tag=\"a\">\n\n<$action-setfield $tiddler=\"$:/state/editpreviewtype\" $value=\"$(previewType)$\"/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<previewType>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<previewType>> field=\"title\" mode=\"inline\"/>\n\n</$transclude> \n\n<$reveal tag=\"span\" state=\"$:/state/editpreviewtype\" type=\"match\" text=<<previewType>> default=\"$:/core/ui/EditTemplate/body/preview/output\">\n\n<$entity entity=\" \"/>\n\n<$entity entity=\"✓\"/>\n\n</$reveal>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]]\" variable=\"previewType\">\n\n<<preview-type-button>>\n\n</$list>\n"
},
"$:/core/ui/EditorToolbar/preview-type": {
"title": "$:/core/ui/EditorToolbar/preview-type",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/chevron-down",
"caption": "{{$:/language/Buttons/PreviewType/Caption}}",
"description": "{{$:/language/Buttons/PreviewType/Hint}}",
"condition": "[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]butfirst[]limit[1]]",
"button-classes": "tc-text-editor-toolbar-item-adjunct",
"dropdown": "$:/core/ui/EditorToolbar/preview-type-dropdown"
},
"$:/core/ui/EditorToolbar/preview": {
"title": "$:/core/ui/EditorToolbar/preview",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/preview-open",
"custom-icon": "yes",
"caption": "{{$:/language/Buttons/Preview/Caption}}",
"description": "{{$:/language/Buttons/Preview/Hint}}",
"condition": "[<targetTiddler>]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((preview))",
"text": "<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-open}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"no\"/>\n</$reveal>\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-closed}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"yes\"/>\n</$reveal>\n"
},
"$:/core/ui/EditorToolbar/quote": {
"title": "$:/core/ui/EditorToolbar/quote",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/quote",
"caption": "{{$:/language/Buttons/Quote/Caption}}",
"description": "{{$:/language/Buttons/Quote/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((quote))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n<<<\"\n\tsuffix=\"<<<\"\n/>\n"
},
"$:/core/ui/EditorToolbar/rotate-left": {
"title": "$:/core/ui/EditorToolbar/rotate-left",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/rotate-left",
"caption": "{{$:/language/Buttons/RotateLeft/Caption}}",
"description": "{{$:/language/Buttons/RotateLeft/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"rotate-left\"\n/>\n"
},
"$:/core/ui/EditorToolbar/size-dropdown": {
"title": "$:/core/ui/EditorToolbar/size-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Size/\n\n\\define toolbar-button-size-preset(config-title)\n<$set name=\"width\" filter=\"$(sizePair)$ +[first[]]\">\n\n<$set name=\"height\" filter=\"$(sizePair)$ +[last[]]\">\n\n<$button tag=\"a\">\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n\t$value=<<width>>\n/>\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n\t$value=<<height>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/presets-popup\"\"\"\n/>\n\n<$text text=<<width>>/> × <$text text=<<height>>/>\n\n</$button>\n\n</$set>\n\n</$set>\n\\end\n\n\\define toolbar-button-size(config-title)\n''{{$:/language/Buttons/Size/Hint}}''\n\n<<lingo Caption/Width>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-width\"\"\" default=<<tv-bitmap-editor-width>> focus=\"true\" size=\"8\"/> <<lingo Caption/Height>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-height\"\"\" default=<<tv-bitmap-editor-height>> size=\"8\"/> <$button popup=\"\"\"$config-title$/presets-popup\"\"\" class=\"tc-btn-invisible tc-popup-keep\" style=\"width: auto; display: inline-block; background-colour: inherit;\" selectedClass=\"tc-selected\">\n{{$:/core/images/down-arrow}}\n</$button>\n\n<$reveal tag=\"span\" state=\"\"\"$config-title$/presets-popup\"\"\" type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down tc-popup-keep\">\n\n<$list filter={{$:/config/BitmapEditor/ImageSizes}} variable=\"sizePair\">\n\n<$macrocall $name=\"toolbar-button-size-preset\" config-title=\"$config-title$\"/>\n\n</$list>\n\n</div>\n\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"resize\"\n\twidth={{$config-title$/new-width}}\n\theight={{$config-title$/new-height}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Resize>>\n</$button>\n\\end\n\n<$macrocall $name=\"toolbar-button-size\" config-title=<<qualify \"$:/state/Size/\">>/>\n"
},
"$:/core/ui/EditorToolbar/size": {
"title": "$:/core/ui/EditorToolbar/size",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/size",
"caption": "{{$:/language/Buttons/Size/Caption}}",
"description": "{{$:/language/Buttons/Size/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/size-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/stamp-dropdown": {
"title": "$:/core/ui/EditorToolbar/stamp-dropdown",
"text": "\\define toolbar-button-stamp-inner()\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext={{$(snippetTitle)$}}\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$view tiddler=<<snippetTitle>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<snippetTitle>> field=\"title\" mode=\"inline\"/>\n\n</$view>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TextEditor/Snippet]!has[draft.of]sort[caption]]\" variable=\"snippetTitle\">\n\n<<toolbar-button-stamp-inner>>\n\n</$list>\n\n----\n\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-new-tiddler\"\n\ttags=\"$:/tags/TextEditor/Snippet\"\n\tcaption={{$:/language/Buttons/Stamp/New/Title}}\n\ttext={{$:/language/Buttons/Stamp/New/Text}}\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<em>\n\n<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\n\n</em>\n\n</$button>\n"
},
"$:/core/ui/EditorToolbar/stamp": {
"title": "$:/core/ui/EditorToolbar/stamp",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/stamp",
"caption": "{{$:/language/Buttons/Stamp/Caption}}",
"description": "{{$:/language/Buttons/Stamp/Hint}}",
"condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]",
"shortcuts": "((stamp))",
"dropdown": "$:/core/ui/EditorToolbar/stamp-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/strikethrough": {
"title": "$:/core/ui/EditorToolbar/strikethrough",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/strikethrough",
"caption": "{{$:/language/Buttons/Strikethrough/Caption}}",
"description": "{{$:/language/Buttons/Strikethrough/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((strikethrough))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"~~\"\n\tsuffix=\"~~\"\n/>\n"
},
"$:/core/ui/EditorToolbar/subscript": {
"title": "$:/core/ui/EditorToolbar/subscript",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/subscript",
"caption": "{{$:/language/Buttons/Subscript/Caption}}",
"description": "{{$:/language/Buttons/Subscript/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((subscript))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\",,\"\n\tsuffix=\",,\"\n/>\n"
},
"$:/core/ui/EditorToolbar/superscript": {
"title": "$:/core/ui/EditorToolbar/superscript",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/superscript",
"caption": "{{$:/language/Buttons/Superscript/Caption}}",
"description": "{{$:/language/Buttons/Superscript/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((superscript))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"^^\"\n\tsuffix=\"^^\"\n/>\n"
},
"$:/core/ui/EditorToolbar/transcludify": {
"title": "$:/core/ui/EditorToolbar/transcludify",
"caption": "{{$:/language/Buttons/Transcludify/Caption}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Buttons/Transcludify/Hint}}",
"icon": "$:/core/images/transcludify",
"list-before": "$:/core/ui/EditorToolbar/mono-block",
"shortcuts": "((transcludify))",
"tags": "$:/tags/EditorToolbar",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"{{\"\n\tsuffix=\"}}\"\n/>\n"
},
"$:/core/ui/EditorToolbar/underline": {
"title": "$:/core/ui/EditorToolbar/underline",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/underline",
"caption": "{{$:/language/Buttons/Underline/Caption}}",
"description": "{{$:/language/Buttons/Underline/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((underline))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"__\"\n\tsuffix=\"__\"\n/>\n"
},
"$:/core/Filters/AllTags": {
"title": "$:/core/Filters/AllTags",
"tags": "$:/tags/Filter",
"filter": "[tags[]!is[system]sort[title]]",
"description": "{{$:/language/Filters/AllTags}}",
"text": ""
},
"$:/core/Filters/AllTiddlers": {
"title": "$:/core/Filters/AllTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]sort[title]]",
"description": "{{$:/language/Filters/AllTiddlers}}",
"text": ""
},
"$:/core/Filters/Drafts": {
"title": "$:/core/Filters/Drafts",
"tags": "$:/tags/Filter",
"filter": "[has[draft.of]sort[title]]",
"description": "{{$:/language/Filters/Drafts}}",
"text": ""
},
"$:/core/Filters/Missing": {
"title": "$:/core/Filters/Missing",
"tags": "$:/tags/Filter",
"filter": "[all[missing]sort[title]]",
"description": "{{$:/language/Filters/Missing}}",
"text": ""
},
"$:/core/Filters/Orphans": {
"title": "$:/core/Filters/Orphans",
"tags": "$:/tags/Filter",
"filter": "[all[orphans]sort[title]]",
"description": "{{$:/language/Filters/Orphans}}",
"text": ""
},
"$:/core/Filters/OverriddenShadowTiddlers": {
"title": "$:/core/Filters/OverriddenShadowTiddlers",
"tags": "$:/tags/Filter",
"filter": "[is[shadow]]",
"description": "{{$:/language/Filters/OverriddenShadowTiddlers}}",
"text": ""
},
"$:/core/Filters/RecentSystemTiddlers": {
"title": "$:/core/Filters/RecentSystemTiddlers",
"tags": "$:/tags/Filter",
"filter": "[has[modified]!sort[modified]limit[50]]",
"description": "{{$:/language/Filters/RecentSystemTiddlers}}",
"text": ""
},
"$:/core/Filters/RecentTiddlers": {
"title": "$:/core/Filters/RecentTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]has[modified]!sort[modified]limit[50]]",
"description": "{{$:/language/Filters/RecentTiddlers}}",
"text": ""
},
"$:/core/Filters/ShadowTiddlers": {
"title": "$:/core/Filters/ShadowTiddlers",
"tags": "$:/tags/Filter",
"filter": "[all[shadows]sort[title]]",
"description": "{{$:/language/Filters/ShadowTiddlers}}",
"text": ""
},
"$:/core/Filters/StoryList": {
"title": "$:/core/Filters/StoryList",
"tags": "$:/tags/Filter",
"filter": "[list[$:/StoryList]] -$:/AdvancedSearch",
"description": "{{$:/language/Filters/StoryList}}",
"text": ""
},
"$:/core/Filters/SystemTags": {
"title": "$:/core/Filters/SystemTags",
"tags": "$:/tags/Filter",
"filter": "[all[shadows+tiddlers]tags[]is[system]sort[title]]",
"description": "{{$:/language/Filters/SystemTags}}",
"text": ""
},
"$:/core/Filters/SystemTiddlers": {
"title": "$:/core/Filters/SystemTiddlers",
"tags": "$:/tags/Filter",
"filter": "[is[system]sort[title]]",
"description": "{{$:/language/Filters/SystemTiddlers}}",
"text": ""
},
"$:/core/Filters/TypedTiddlers": {
"title": "$:/core/Filters/TypedTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]has[type]each[type]sort[type]] -[type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Filters/TypedTiddlers}}",
"text": ""
},
"$:/core/ui/ImportListing": {
"title": "$:/core/ui/ImportListing",
"text": "\\define lingo-base() $:/language/Import/\n\n\\define messageField()\nmessage-$(payloadTiddler)$\n\\end\n\n\\define selectionField()\nselection-$(payloadTiddler)$\n\\end\n\n\\define previewPopupState()\n$(currentTiddler)$!!popup-$(payloadTiddler)$\n\\end\n\n\\define select-all-actions()\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<$action-setfield $field={{{ [<payloadTiddler>addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/>\n</$list>\n\\end\n\n<table>\n<tbody>\n<tr>\n<th>\n<$checkbox tiddler=\"$:/state/import/select-all\" field=\"text\" checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" actions=<<select-all-actions>>>\n<<lingo Listing/Select/Caption>>\n</$checkbox>\n</th>\n<th>\n<<lingo Listing/Title/Caption>>\n</th>\n<th>\n<<lingo Listing/Status/Caption>>\n</th>\n</tr>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<tr>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\"/>\n</td>\n<td>\n<$reveal type=\"nomatch\" stateTitle=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" setTitle=<<previewPopupState>> setTo=\"yes\">\n{{$:/core/images/right-arrow}} <$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" setTitle=<<previewPopupState>> setTo=\"no\">\n{{$:/core/images/down-arrow}} <$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n</td>\n</tr>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" stateTitle=<<previewPopupState>> tag=\"div\">\n<$list filter=\"[{$:/state/importpreviewtype}has[text]]\" variable=\"listItem\" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>\n<$transclude tiddler={{$:/state/importpreviewtype}}/>\n</$list>\n</$reveal>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ImportPreviews/Diff": {
"title": "$:/core/ui/ImportPreviews/Diff",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/Diff}}",
"text": "<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>>/>\n"
},
"$:/core/ui/ImportPreviews/DiffFields": {
"title": "$:/core/ui/ImportPreviews/DiffFields",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/DiffFields}}",
"text": "<$macrocall $name=\"compareTiddlers\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>> exclude=\"text\"/>\n"
},
"$:/core/ui/ImportPreviews/Fields": {
"title": "$:/core/ui/ImportPreviews/Fields",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/Fields}}",
"text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[<payloadTiddler>subtiddlerfields<currentTiddler>sort[]] -text\" variable=\"fieldName\">\n<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<fieldName>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<fieldName>> tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>>/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ImportPreviews/Text": {
"title": "$:/core/ui/ImportPreviews/Text",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/Text}}",
"text": "<$transclude tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> mode=\"block\"/>\n"
},
"$:/core/ui/ImportPreviews/TextRaw": {
"title": "$:/core/ui/ImportPreviews/TextRaw",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/TextRaw}}",
"text": "<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>"
},
"$:/core/ui/KeyboardShortcuts/new-image": {
"title": "$:/core/ui/KeyboardShortcuts/new-image",
"tags": "$:/tags/KeyboardShortcut",
"key": "((new-image))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-image}}\n</$navigator>\n"
},
"$:/core/ui/KeyboardShortcuts/new-journal": {
"title": "$:/core/ui/KeyboardShortcuts/new-journal",
"tags": "$:/tags/KeyboardShortcut",
"key": "((new-journal))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-journal}}\n</$navigator>\n"
},
"$:/core/ui/KeyboardShortcuts/new-tiddler": {
"title": "$:/core/ui/KeyboardShortcuts/new-tiddler",
"tags": "$:/tags/KeyboardShortcut",
"key": "((new-tiddler))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-tiddler}}\n</$navigator>\n"
},
"$:/core/ui/ListItemTemplate": {
"title": "$:/core/ui/ListItemTemplate",
"text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</div>"
},
"$:/Manager/ItemMain/Fields": {
"title": "$:/Manager/ItemMain/Fields",
"tags": "$:/tags/Manager/ItemMain",
"caption": "{{$:/language/Manager/Item/Fields}}",
"text": "<table>\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
},
"$:/Manager/ItemMain/RawText": {
"title": "$:/Manager/ItemMain/RawText",
"tags": "$:/tags/Manager/ItemMain",
"caption": "{{$:/language/Manager/Item/RawText}}",
"text": "<pre><code><$view/></code></pre>\n"
},
"$:/Manager/ItemMain/WikifiedText": {
"title": "$:/Manager/ItemMain/WikifiedText",
"tags": "$:/tags/Manager/ItemMain",
"caption": "{{$:/language/Manager/Item/WikifiedText}}",
"text": "<$transclude mode=\"block\"/>\n"
},
"$:/Manager/ItemSidebar/Colour": {
"title": "$:/Manager/ItemSidebar/Colour",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Colour}}",
"text": "\\define swatch-styles()\nheight: 1em;\nbackground-color: $(colour)$\n\\end\n\n<$vars colour={{!!color}}>\n<p style=<<swatch-styles>>/>\n</$vars>\n<p>\n<$edit-text field=\"color\" tag=\"input\" type=\"color\"/> / <$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/>\n</p>\n"
},
"$:/Manager/ItemSidebar/Icon": {
"title": "$:/Manager/ItemSidebar/Icon",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Icon}}",
"text": "<p>\n<div class=\"tc-manager-icon-editor\">\n<$button popup=<<qualify \"$:/state/popup/image-picker\">> class=\"tc-btn-invisible\">\n<$transclude tiddler={{!!icon}}>\n{{$:/language/Manager/Item/Icon/None}}\n</$transclude>\n</$button>\n<div class=\"tc-block-dropdown-wrapper\" style=\"position: static;\">\n<$reveal state=<<qualify \"$:/state/popup/image-picker\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-popup\">\n<div class=\"tc-block-dropdown tc-popup-keep\" style=\"width: 80%; left: 10%; right: 10%; padding: 0.5em;\">\n<$macrocall $name=\"image-picker-include-tagged-images\" actions=\"\"\"\n<$action-setfield $field=\"icon\" $value=<<imageTitle>>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/image-picker\">>/>\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n</div>\n</p>\n"
},
"$:/Manager/ItemSidebar/Tags": {
"title": "$:/Manager/ItemSidebar/Tags",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Tags}}",
"text": "\\define tag-checkbox-actions()\n<$action-listops\n\t$tiddler=\"$:/config/Manager/RecentTags\"\n\t$subfilter=\"[<tag>] [list[$:/config/Manager/RecentTags]] +[limit[12]]\"\n/>\n\\end\n\n\\define tag-picker-actions()\n<<tag-checkbox-actions>>\n<$action-listops\n\t$tiddler=<<currentTiddler>>\n\t$field=\"tags\"\n\t$subfilter=\"[<tag>] [all[current]tags[]]\"\n/>\n\\end\n\n<p>\n<$list filter=\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \" variable=\"tag\">\n<div>\n<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$checkbox>\n</div>\n</$list>\n</p>\n<p>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</p>\n"
},
"$:/Manager/ItemSidebar/Tools": {
"title": "$:/Manager/ItemSidebar/Tools",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Tools}}",
"text": "<p>\n<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>\n</p>\n<p>\n<$button message=\"tm-edit-tiddler\" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>\n</p>\n"
},
"$:/Manager": {
"title": "$:/Manager",
"icon": "$:/core/images/list",
"color": "#bbb",
"text": "\\define lingo-base() $:/language/Manager/\n\n\\define list-item-content-item()\n<div class=\"tc-manager-list-item-content-item\">\n\t<$vars state-title=\"\"\"$:/state/popup/manager/item/$(listItem)$\"\"\">\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"hide\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/down-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"nomatch\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"show\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/right-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\" class=\"tc-manager-list-item-content-item-body\">\n\t\t\t<$transclude tiddler=<<listItem>>/>\n\t\t</$reveal>\n\t</$vars>\n</div>\n\\end\n\n<div class=\"tc-manager-wrapper\">\n\t<div class=\"tc-manager-controls\">\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Show/Prompt>> <$select tiddler=\"$:/config/Manager/Show\" default=\"tiddlers\">\n\t\t\t\t<option value=\"tiddlers\"><<lingo Controls/Show/Option/Tiddlers>></option>\n\t\t\t\t<option value=\"tags\"><<lingo Controls/Show/Option/Tags>></option>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Search/Prompt>> <$edit-text tiddler=\"$:/config/Manager/Filter\" tag=\"input\" default=\"\" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/FilterByTag/Prompt>> <$select tiddler=\"$:/config/Manager/Tag\" default=\"\">\n\t\t\t\t<option value=\"\"><<lingo Controls/FilterByTag/None>></option>\n\t\t\t\t<$list filter=\"[!is{$:/config/Manager/System}tags[]!is[system]sort[title]]\" variable=\"tag\">\n\t\t\t\t\t<option value=<<tag>>><$text text=<<tag>>/></option>\n\t\t\t\t</$list>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Sort/Prompt>> <$select tiddler=\"$:/config/Manager/Sort\" default=\"title\">\n\t\t\t\t<optgroup label=\"Common\">\n\t\t\t\t\t<$list filter=\"title modified modifier created creator created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t\t<optgroup label=\"All\">\n\t\t\t\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}fields[]sort[title]] -title -modified -modifier -created -creator -created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t</$select>\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/Order\" field=\"text\" checked=\"reverse\" unchecked=\"forward\" default=\"forward\">\n\t\t\t\t<<lingo Controls/Order/Prompt>>\n\t\t\t</$checkbox>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/System\" field=\"text\" checked=\"\" unchecked=\"system\" default=\"system\">\n\t\t\t\t{{$:/language/SystemTiddlers/Include/Prompt}}\n\t\t\t</$checkbox>\n\t\t</div>\n\t</div>\n\t<div class=\"tc-manager-list\">\n\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}search{$:/config/Manager/Filter}tag:strict{$:/config/Manager/Tag}sort{$:/config/Manager/Sort}order{$:/config/Manager/Order}]\">\n\t\t\t<$vars transclusion=<<currentTiddler>>>\n\t\t\t\t<div style=\"tc-manager-list-item\">\n\t\t\t\t\t<$button popup=<<qualify \"$:/state/manager/popup\">> class=\"tc-btn-invisible tc-manager-list-item-heading\" selectedClass=\"tc-manager-list-item-heading-selected\">\n\t\t\t\t\t\t<$text text=<<currentTiddler>>/>\n\t\t\t\t\t</$button>\n\t\t\t\t\t<$reveal state=<<qualify \"$:/state/manager/popup\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-manager-list-item-content tc-popup-handle\">\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-tiddler\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemMain]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-sidebar\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemSidebar]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</$reveal>\n\t\t\t\t</div>\n\t\t\t</$vars>\n\t\t</$list>\n\t</div>\n</div>\n"
},
"$:/core/ui/MissingTemplate": {
"title": "$:/core/ui/MissingTemplate",
"text": "<div class=\"tc-tiddler-missing\">\n<$button popup=<<qualify \"$:/state/popup/missing\">> class=\"tc-btn-invisible tc-missing-tiddler-label\">\n<$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/missing\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]backlinks[]sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</div>\n"
},
"$:/core/ui/MoreSideBar/All": {
"title": "$:/core/ui/MoreSideBar/All",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/All/Caption}}",
"text": "<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Drafts": {
"title": "$:/core/ui/MoreSideBar/Drafts",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Drafts/Caption}}",
"text": "<$list filter={{$:/core/Filters/Drafts!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Explorer": {
"title": "$:/core/ui/MoreSideBar/Explorer",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Explorer/Caption}}",
"text": "<<tree \"$:/\">>\n"
},
"$:/core/ui/MoreSideBar/Missing": {
"title": "$:/core/ui/MoreSideBar/Missing",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Missing/Caption}}",
"text": "<$list filter={{$:/core/Filters/Missing!!filter}} template=\"$:/core/ui/MissingTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Orphans": {
"title": "$:/core/ui/MoreSideBar/Orphans",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Orphans/Caption}}",
"text": "<$list filter={{$:/core/Filters/Orphans!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Plugins": {
"title": "$:/core/ui/MoreSideBar/Plugins",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
"text": "\n{{$:/language/ControlPanel/Plugins/Installed/Hint}}\n\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\" \"$:/core/ui/MoreSideBar/Plugins/Plugins\">>\n"
},
"$:/core/ui/MoreSideBar/Recent": {
"title": "$:/core/ui/MoreSideBar/Recent",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Recent/Caption}}",
"text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
},
"$:/core/ui/MoreSideBar/Shadows": {
"title": "$:/core/ui/MoreSideBar/Shadows",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Shadows/Caption}}",
"text": "<$list filter={{$:/core/Filters/ShadowTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/System": {
"title": "$:/core/ui/MoreSideBar/System",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/System/Caption}}",
"text": "<$list filter={{$:/core/Filters/SystemTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Tags": {
"title": "$:/core/ui/MoreSideBar/Tags",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Tags/Caption}}",
"text": "<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n{{$:/core/ui/Buttons/tag-manager}}\n\n</$set>\n\n</$set>\n\n</$set>\n\n<$list filter={{$:/core/Filters/AllTags!!filter}}>\n\n<$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\n\n</$list>\n\n<hr class=\"tc-untagged-separator\">\n\n{{$:/core/ui/UntaggedTemplate}}\n"
},
"$:/core/ui/MoreSideBar/Types": {
"title": "$:/core/ui/MoreSideBar/Types",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Types/Caption}}",
"text": "<$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\n<div class=\"tc-menu-list-item\">\n<$view field=\"type\"/>\n<$list filter=\"[type{!!type}!is[system]sort[title]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$list>\n</div>\n</$list>\n"
},
"$:/core/ui/MoreSideBar/Plugins/Languages": {
"title": "$:/core/ui/MoreSideBar/Plugins/Languages",
"tags": "$:/tags/MoreSideBar/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}}",
"text": "<$list filter=\"[!has[draft.of]plugin-type[language]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
},
"$:/core/ui/MoreSideBar/Plugins/Plugins": {
"title": "$:/core/ui/MoreSideBar/Plugins/Plugins",
"tags": "$:/tags/MoreSideBar/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}",
"text": "<$list filter=\"[!has[draft.of]plugin-type[plugin]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}>>/>\n"
},
"$:/core/ui/MoreSideBar/Plugins/Theme": {
"title": "$:/core/ui/MoreSideBar/Plugins/Theme",
"tags": "$:/tags/MoreSideBar/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}",
"text": "<$list filter=\"[!has[draft.of]plugin-type[theme]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
},
"$:/core/ui/Buttons/advanced-search": {
"title": "$:/core/ui/Buttons/advanced-search",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}",
"description": "{{$:/language/Buttons/AdvancedSearch/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/advanced-search-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/close-all": {
"title": "$:/core/ui/Buttons/close-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}",
"description": "{{$:/language/Buttons/CloseAll/Hint}}",
"text": "<$button message=\"tm-close-all-tiddlers\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/close-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/control-panel": {
"title": "$:/core/ui/Buttons/control-panel",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}",
"description": "{{$:/language/Buttons/ControlPanel/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/ControlPanel\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/options-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/encryption": {
"title": "$:/core/ui/Buttons/encryption",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}",
"description": "{{$:/language/Buttons/Encryption/Hint}}",
"text": "<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-clear-password\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/locked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-set-password\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/unlocked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>"
},
"$:/core/ui/Buttons/export-page": {
"title": "$:/core/ui/Buttons/export-page",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}}",
"description": "{{$:/language/Buttons/ExportPage/Hint}}",
"text": "<$macrocall $name=\"exportButton\" exportFilter=\"[!is[system]sort[title]]\" lingoBase=\"$:/language/Buttons/ExportPage/\"/>"
},
"$:/core/ui/Buttons/fold-all": {
"title": "$:/core/ui/Buttons/fold-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}",
"description": "{{$:/language/Buttons/FoldAll/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FoldAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/full-screen": {
"title": "$:/core/ui/Buttons/full-screen",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}",
"description": "{{$:/language/Buttons/FullScreen/Hint}}",
"text": "<$button message=\"tm-full-screen\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/full-screen-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FullScreen/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/home": {
"title": "$:/core/ui/Buttons/home",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}",
"description": "{{$:/language/Buttons/Home/Hint}}",
"text": "<$button message=\"tm-home\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/home-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Home/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/import": {
"title": "$:/core/ui/Buttons/import",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}",
"description": "{{$:/language/Buttons/Import/Hint}}",
"text": "<div class=\"tc-file-input-wrapper\">\n<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/import-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Import/Caption}}/></span>\n</$list>\n</$button>\n<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\n</div>"
},
"$:/core/ui/Buttons/language": {
"title": "$:/core/ui/Buttons/language",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}",
"description": "{{$:/language/Buttons/Language/Hint}}",
"text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/language\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value={{$:/language}}>\n<$image source=<<flag-title>>/>\n</$set>\n</span>\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Language/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/language\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/languageswitcher}}\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/manager": {
"title": "$:/core/ui/Buttons/manager",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/list}} {{$:/language/Buttons/Manager/Caption}}",
"description": "{{$:/language/Buttons/Manager/Hint}}",
"text": "\\define manager-button(class)\n<$button to=\"$:/Manager\" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/list}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Manager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/Manager]]\" emptyMessage=<<manager-button>>>\n<<manager-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/more-page-actions": {
"title": "$:/core/ui/Buttons/more-page-actions",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button><$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
},
"$:/core/ui/Buttons/new-image": {
"title": "$:/core/ui/Buttons/new-image",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}",
"description": "{{$:/language/Buttons/NewImage/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-image-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewImage/Caption}}/></span>\n</$list>\n</$button>\n"
},
"$:/core/ui/Buttons/new-journal": {
"title": "$:/core/ui/Buttons/new-journal",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}",
"description": "{{$:/language/Buttons/NewJournal/Hint}}",
"text": "\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<<journalButton>>\n"
},
"$:/core/ui/Buttons/new-tiddler": {
"title": "$:/core/ui/Buttons/new-tiddler",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}",
"description": "{{$:/language/Buttons/NewTiddler/Hint}}",
"text": "<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>\n</$list>\n</$button>\n"
},
"$:/core/ui/Buttons/palette": {
"title": "$:/core/ui/Buttons/palette",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/palette}} {{$:/language/Buttons/Palette/Caption}}",
"description": "{{$:/language/Buttons/Palette/Hint}}",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/palette\">> tooltip={{$:/language/Buttons/Palette/Hint}} aria-label={{$:/language/Buttons/Palette/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/palette}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/palette\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\" style=\"font-size:0.7em;\">\n{{$:/snippets/paletteswitcher}}\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/print": {
"title": "$:/core/ui/Buttons/print",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/print-button}} {{$:/language/Buttons/Print/Caption}}",
"description": "{{$:/language/Buttons/Print/Hint}}",
"text": "<$button message=\"tm-print\" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/print-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Print/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/refresh": {
"title": "$:/core/ui/Buttons/refresh",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}",
"description": "{{$:/language/Buttons/Refresh/Hint}}",
"text": "<$button message=\"tm-browser-refresh\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/refresh-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/save-wiki": {
"title": "$:/core/ui/Buttons/save-wiki",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
"description": "{{$:/language/Buttons/SaveWiki/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>"
},
"$:/core/ui/Buttons/storyview": {
"title": "$:/core/ui/Buttons/storyview",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}",
"description": "{{$:/language/Buttons/StoryView/Hint}}",
"text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/storyview\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n<$set name=\"storyview\" value={{$:/view}}>\n<$transclude tiddler=<<icon>>/>\n</$set>\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/storyview\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/viewswitcher}}\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/tag-manager": {
"title": "$:/core/ui/Buttons/tag-manager",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/tag-button}} {{$:/language/Buttons/TagManager/Caption}}",
"description": "{{$:/language/Buttons/TagManager/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/TagManager\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/tag-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TagManager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/theme": {
"title": "$:/core/ui/Buttons/theme",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/theme-button}} {{$:/language/Buttons/Theme/Caption}}",
"description": "{{$:/language/Buttons/Theme/Hint}}",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/theme\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/theme-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/theme\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/theme\">\n{{$:/snippets/themeswitcher}}\n</$linkcatcher>\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/timestamp": {
"title": "$:/core/ui/Buttons/timestamp",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/timestamp-on}} {{$:/language/Buttons/Timestamp/Caption}}",
"description": "{{$:/language/Buttons/Timestamp/Hint}}",
"text": "<$reveal type=\"nomatch\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"yes\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/timestamp-on}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/On/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"no\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/timestamp-off}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>"
},
"$:/core/ui/Buttons/unfold-all": {
"title": "$:/core/ui/Buttons/unfold-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/unfold-all-button}} {{$:/language/Buttons/UnfoldAll/Caption}}",
"description": "{{$:/language/Buttons/UnfoldAll/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-unfold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/UnfoldAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/PageTemplate/pagecontrols": {
"title": "$:/core/ui/PageTemplate/pagecontrols",
"text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$set>\n</$reveal>\n</$list>\n</div>\n\n"
},
"$:/core/ui/PageStylesheet": {
"title": "$:/core/ui/PageStylesheet",
"text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/PageTemplate/alerts": {
"title": "$:/core/ui/PageTemplate/alerts",
"tags": "$:/tags/PageTemplate",
"text": "<div class=\"tc-alerts\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\" template=\"$:/core/ui/AlertTemplate\" storyview=\"pop\"/>\n\n</div>\n"
},
"$:/core/ui/PageTemplate/drafts": {
"title": "$:/core/ui/PageTemplate/drafts",
"tags": "$:/tags/PageTemplate",
"text": "\\whitespace trim\n<$reveal state=\"$:/status/IsReadOnly\" type=\"nomatch\" text=\"yes\" tag=\"div\" class=\"tc-drafts-list\">\n<$list filter=\"[has[draft.of]!sort[modified]] -[list[$:/StoryList]]\">\n<$link>\n{{$:/core/images/edit-button}} <$text text=<<currentTiddler>>/>\n</$link>\n</$list>\n</$reveal>\n"
},
"$:/core/ui/PageTemplate/pluginreloadwarning": {
"title": "$:/core/ui/PageTemplate/pluginreloadwarning",
"tags": "$:/tags/PageTemplate",
"text": "\\define lingo-base() $:/language/\n\n<$list filter=\"[has[plugin-type]haschanged[]!plugin-type[import]limit[1]]\">\n\n<$reveal type=\"nomatch\" state=\"$:/temp/HidePluginWarning\" text=\"yes\">\n\n<div class=\"tc-plugin-reload-warning\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<<lingo PluginReloadWarning>> <$button set=\"$:/temp/HidePluginWarning\" setTo=\"yes\" class=\"tc-btn-invisible\">{{$:/core/images/close-button}}</$button>\n\n</$set>\n\n</div>\n\n</$reveal>\n\n</$list>\n"
},
"$:/core/ui/PageTemplate/sidebar": {
"title": "$:/core/ui/PageTemplate/sidebar",
"tags": "$:/tags/PageTemplate",
"text": "\\define config-title()\n$:/config/SideBarSegments/Visibility/$(listItem)$\n\\end\n\n<$scrollable fallthrough=\"no\" class=\"tc-sidebar-scrollable\">\n\n<div class=\"tc-sidebar-header\">\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]\" variable=\"listItem\">\n\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\" tag=\"div\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n\n</$reveal>\n\n</$list>\n\n</$reveal>\n\n</div>\n\n</$scrollable>"
},
"$:/core/ui/PageTemplate/story": {
"title": "$:/core/ui/PageTemplate/story",
"tags": "$:/tags/PageTemplate",
"text": "<section class=\"tc-story-river\">\n\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" template=\"$:/core/ui/ViewTemplate\" editTemplate=\"$:/core/ui/EditTemplate\" storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</section>\n"
},
"$:/core/ui/PageTemplate/topleftbar": {
"title": "$:/core/ui/PageTemplate/topleftbar",
"tags": "$:/tags/PageTemplate",
"text": "<span class=\"tc-topbar tc-topbar-left\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
},
"$:/core/ui/PageTemplate/toprightbar": {
"title": "$:/core/ui/PageTemplate/toprightbar",
"tags": "$:/tags/PageTemplate",
"text": "<span class=\"tc-topbar tc-topbar-right\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
},
"$:/core/ui/PageTemplate": {
"title": "$:/core/ui/PageTemplate",
"text": "\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$set name=\"tv-config-toolbar-icons\" value={{$:/config/Toolbar/Icons}}>\n\n<$set name=\"tv-config-toolbar-text\" value={{$:/config/Toolbar/Text}}>\n\n<$set name=\"tv-config-toolbar-class\" value={{$:/config/Toolbar/ButtonClass}}>\n\n<$set name=\"tv-show-missing-links\" value={{$:/config/MissingLinks}}>\n\n<$set name=\"storyviewTitle\" value={{$:/view}}>\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$set name=\"currentTiddler\" value=\"\">\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n\n<$dropzone>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n\n</$dropzone>\n\n</$navigator>\n\n</div>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/PluginInfo": {
"title": "$:/core/ui/PluginInfo",
"text": "\\define localised-info-tiddler-title()\n$(currentTiddler)$/$(languageTitle)$/$(currentTab)$\n\\end\n\\define info-tiddler-title()\n$(currentTiddler)$/$(currentTab)$\n\\end\n\\define default-tiddler-title()\n$:/core/ui/PluginInfo/Default/$(currentTab)$\n\\end\n<$transclude tiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<default-tiddler-title>> mode=\"block\">\n{{$:/language/ControlPanel/Plugin/NoInfoFound/Hint}}\n</$transclude>\n</$transclude>\n</$transclude>\n</$transclude>\n"
},
"$:/core/ui/PluginInfo/Default/contents": {
"title": "$:/core/ui/PluginInfo/Default/contents",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n"
},
"$:/core/ui/PluginListItemTemplate": {
"title": "$:/core/ui/PluginListItemTemplate",
"text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}>\n<$view field=\"description\">\n<$view field=\"title\"/>\n</$view>\n</$link>\n</div>"
},
"$:/core/ui/SearchResults": {
"title": "$:/core/ui/SearchResults",
"text": "<div class=\"tc-search-results\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\"\"\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n\n</$list>\n\n</div>\n"
},
"$:/core/ui/SideBar/More": {
"title": "$:/core/ui/SideBar/More",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/More/Caption}}",
"text": "<div class=\"tc-more-sidebar\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\" default={{$:/config/DefaultMoreSidebarTab}} state=\"$:/state/tab/moresidebar\" class=\"tc-vertical\" />\n</div>"
},
"$:/core/ui/SideBar/Open": {
"title": "$:/core/ui/SideBar/Open",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Open/Caption}}",
"text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$action-listops $tiddler=\"$:/StoryList\" $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" storyview=\"pop\">\n<div style=\"position: relative;\">\n<$droppable actions=<<drop-actions>>>\n<div class=\"tc-droppable-placeholder\">\n \n</div>\n<div>\n<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini\">×</$button> <$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$droppable>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=<<drop-actions>>>\n<div class=\"tc-droppable-placeholder\">\n \n</div>\n<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\n</$droppable>\n</$tiddler>\n"
},
"$:/core/ui/SideBar/Recent": {
"title": "$:/core/ui/SideBar/Recent",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Recent/Caption}}",
"text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
},
"$:/core/ui/SideBar/Tools": {
"title": "$:/core/ui/SideBar/Tools",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Tools/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\n<<lingo Basics/Version/Prompt>> <<version>>\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<div style=\"position:relative;\" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</div>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/SideBarLists": {
"title": "$:/core/ui/SideBarLists",
"text": "<$transclude tiddler=\"$:/core/ui/SideBarSegments/search\"/>\n\n<$transclude tiddler=\"$:/core/ui/SideBarSegments/tabs\"/>\n\n"
},
"$:/core/ui/SideBarSegments/page-controls": {
"title": "$:/core/ui/SideBarSegments/page-controls",
"tags": "$:/tags/SideBarSegment",
"text": "{{||$:/core/ui/PageTemplate/pagecontrols}}\n"
},
"$:/core/ui/SideBarSegments/search": {
"title": "$:/core/ui/SideBarSegments/search",
"tags": "$:/tags/SideBarSegment",
"text": "<div class=\"tc-sidebar-lists\">\n\n<$set name=\"searchTiddler\" value=\"$:/temp/search\">\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/search\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-popup-handle\"/>\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search}}/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n<$button popup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<$list filter=\"[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$set name=\"searchTerm\" value={{{ [<searchTiddler>get[text]] }}}>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[!is[system]search<searchTerm>]\"/>\"\"\">\n{{$:/language/Search/Matches}}\n</$set>\n</$set>\n</$list>\n</$button>\n</$reveal>\n<$reveal state=\"$:/temp/search\" type=\"match\" text=\"\">\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown-wrapper\" state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown tc-search-drop-down tc-popup-handle\" state=<<qualify \"$:/state/popup/search-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n\n<$list filter=\"[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n{{$:/core/ui/SearchResults}}\n\n</$list>\n\n</$reveal>\n\n</$reveal>\n\n</$set>\n\n</div>\n"
},
"$:/core/ui/SideBarSegments/site-subtitle": {
"title": "$:/core/ui/SideBarSegments/site-subtitle",
"tags": "$:/tags/SideBarSegment",
"text": "<div class=\"tc-site-subtitle\">\n\n<$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n\n</div>\n"
},
"$:/core/ui/SideBarSegments/site-title": {
"title": "$:/core/ui/SideBarSegments/site-title",
"tags": "$:/tags/SideBarSegment",
"text": "<h1 class=\"tc-site-title\">\n\n<$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n\n</h1>\n"
},
"$:/core/ui/SideBarSegments/tabs": {
"title": "$:/core/ui/SideBarSegments/tabs",
"tags": "$:/tags/SideBarSegment",
"text": "<div class=\"tc-sidebar-lists\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\" default={{$:/config/DefaultSidebarTab}} state=\"$:/state/tab/sidebar\" />\n\n</div>\n"
},
"$:/TagManager": {
"title": "$:/TagManager",
"icon": "$:/core/images/tag-button",
"color": "#bbb",
"caption": "{{$:/language/TagManager/Caption}}",
"text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n<$list filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n\\end\n\\define iconEditor(title)\n<div class=\"tc-drop-down-wrapper\">\n<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>\"\"\">\n<<iconEditorTab type:\"!\">>\n<hr/>\n<<iconEditorTab type:\"\">>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\\define toggleButton(state)\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"closed\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"open\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"open\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"closed\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n\\end\n<table class=\"tc-tag-manager-table\">\n<tbody>\n<tr>\n<th><<lingo Colour/Heading>></th>\n<th class=\"tc-tag-manager-tag\"><<lingo Tag/Heading>></th>\n<th><<lingo Count/Heading>></th>\n<th><<lingo Icon/Heading>></th>\n<th><<lingo Info/Heading>></th>\n</tr>\n<$list filter=\"[tags[]!is[system]sort[title]]\">\n<tr>\n<td><$edit-text field=\"color\" tag=\"input\" type=\"color\"/></td>\n<td>{{||$:/core/ui/TagTemplate}}</td>\n<td><$count filter=\"[all[current]tagging[]]\"/></td>\n<td>\n<$macrocall $name=\"iconEditor\" title={{!!title}}/>\n</td>\n<td>\n<$macrocall $name=\"toggleButton\" state={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} /> \n</td>\n</tr>\n<tr>\n<td></td>\n<td colspan=\"4\">\n<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type=\"match\" text=\"open\" default=\"\">\n<table>\n<tbody>\n<tr><td><<lingo Colour/Heading>></td><td><$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/></td></tr>\n<tr><td><<lingo Icon/Heading>></td><td><$edit-text field=\"icon\" tag=\"input\" size=\"45\"/></td></tr>\n</tbody>\n</table>\n</$reveal>\n</td>\n</tr>\n</$list>\n<tr>\n<td></td>\n<td style=\"position:relative;\">\n{{$:/core/ui/UntaggedTemplate}}\n</td>\n<td>\n<small class=\"tc-menu-list-count\"><$count filter=\"[untagged[]!is[system]] -[tags[]]\"/></small>\n</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"
},
"$:/core/ui/TagTemplate": {
"title": "$:/core/ui/TagTemplate",
"text": "\\whitespace trim\n<span class=\"tc-tag-list-item\">\n<$set name=\"transclusion\" value=<<currentTiddler>>>\n<$macrocall $name=\"tag-pill-body\" tag=<<currentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\"\"\"$button\"\"\" element-attributes=\"\"\"popup=<<qualify \"$:/state/popup/tag\">> dragFilter='[all[current]tagging[]]' tag='span'\"\"\"/>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\" variable=\"listItem\"> \n<$transclude tiddler=<<listItem>>/> \n</$list>\n<hr>\n<$macrocall $name=\"list-tagged-draggable\" tag=<<currentTiddler>>/>\n</$reveal>\n</$set>\n</span>\n"
},
"$:/core/ui/TiddlerFieldTemplate": {
"title": "$:/core/ui/TiddlerFieldTemplate",
"text": "<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<listItem>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<listItem>>/>\n</td>\n</tr>"
},
"$:/core/ui/TiddlerFields": {
"title": "$:/core/ui/TiddlerFields",
"text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
},
"$:/core/ui/TiddlerInfo/Advanced/PluginInfo": {
"title": "$:/core/ui/TiddlerInfo/Advanced/PluginInfo",
"tags": "$:/tags/TiddlerInfo/Advanced",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<$list filter=\"[all[current]has[plugin-type]]\">\n\n! <<lingo Heading>>\n\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Advanced/ShadowInfo": {
"title": "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo",
"tags": "$:/tags/TiddlerInfo/Advanced",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/ShadowInfo/\n<$set name=\"infoTiddler\" value=<<currentTiddler>>>\n\n''<<lingo Heading>>''\n\n<$list filter=\"[all[current]!is[shadow]]\">\n\n<<lingo NotShadow/Hint>>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]]\">\n\n<<lingo Shadow/Hint>>\n\n<$list filter=\"[all[current]shadowsource[]]\">\n\n<$set name=\"pluginTiddler\" value=<<currentTiddler>>>\n<<lingo Shadow/Source>>\n</$set>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\">\n\n<<lingo OverriddenShadow/Hint>>\n\n</$list>\n\n\n</$list>\n</$set>\n"
},
"$:/core/ui/TiddlerInfo/Advanced": {
"title": "$:/core/ui/TiddlerInfo/Advanced",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Advanced/Caption}}",
"text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\" variable=\"listItem\">\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Fields": {
"title": "$:/core/ui/TiddlerInfo/Fields",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Fields/Caption}}",
"text": "<$transclude tiddler=\"$:/core/ui/TiddlerFields\"/>\n"
},
"$:/core/ui/TiddlerInfo/List": {
"title": "$:/core/ui/TiddlerInfo/List",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/List/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[list{!!title}]\" emptyMessage=<<lingo List/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/Listed": {
"title": "$:/core/ui/TiddlerInfo/Listed",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Listed/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]listed[]!is[system]]\" emptyMessage=<<lingo Listed/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/References": {
"title": "$:/core/ui/TiddlerInfo/References",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/References/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]backlinks[]sort[title]]\" emptyMessage=<<lingo References/Empty>> template=\"$:/core/ui/ListItemTemplate\">\n</$list>"
},
"$:/core/ui/TiddlerInfo/Tagging": {
"title": "$:/core/ui/TiddlerInfo/Tagging",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Tagging/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]tagging[]]\" emptyMessage=<<lingo Tagging/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/Tools": {
"title": "$:/core/ui/TiddlerInfo/Tools",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Tools/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/TiddlerInfo": {
"title": "$:/core/ui/TiddlerInfo",
"text": "<div style=\"position:relative;\">\n<div class=\"tc-tiddler-controls\" style=\"position:absolute;right:0;\">\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n</div>\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\" default={{$:/config/TiddlerInfo/Default}}/>"
},
"$:/core/ui/TopBar/menu": {
"title": "$:/core/ui/TopBar/menu",
"tags": "$:/tags/TopRightBar",
"text": "<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}}</$button>\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-left}}</$button>\n</$reveal>\n"
},
"$:/core/ui/UntaggedTemplate": {
"title": "$:/core/ui/UntaggedTemplate",
"text": "\\define lingo-base() $:/language/SideBar/\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-untagged-label tc-tag-label\">\n<<lingo Tags/Untagged/Caption>>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/body": {
"title": "$:/core/ui/ViewTemplate/body",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal tag=\"div\" class=\"tc-tiddler-body\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]!has[plugin-type]!field:hide-body[yes]]\">\n\n<$transclude>\n\n<$transclude tiddler=\"$:/language/MissingTiddler/Hint\"/>\n\n</$transclude>\n\n</$list>\n\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/classic": {
"title": "$:/core/ui/ViewTemplate/classic",
"tags": "$:/tags/ViewTemplate $:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/ClassicWarning/\n<$list filter=\"[all[current]type[text/x-tiddlywiki]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Hint>>\n\n<$button set=\"!!type\" setTo=\"text/vnd.tiddlywiki\"><<lingo Upgrade/Caption>></$button>\n\n</div>\n</$list>\n"
},
"$:/core/ui/ViewTemplate/import": {
"title": "$:/core/ui/ViewTemplate/import",
"tags": "$:/tags/ViewTemplate",
"text": "\\define lingo-base() $:/language/Import/\n\n\\define buttons()\n<$button message=\"tm-delete-tiddler\" param=<<currentTiddler>>><<lingo Listing/Cancel/Caption>></$button>\n<$button message=\"tm-perform-import\" param=<<currentTiddler>>><<lingo Listing/Import/Caption>></$button>\n<<lingo Listing/Preview>> <$select tiddler=\"$:/state/importpreviewtype\" default=\"$:/core/ui/ImportPreviews/Text\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ImportPreview]!has[draft.of]]\">\n<option value=<<currentTiddler>>>{{!!caption}}</option>\n</$list>\n</$select>\n\\end\n\n<$list filter=\"[all[current]field:plugin-type[import]]\">\n\n<div class=\"tc-import\">\n\n<<lingo Listing/Hint>>\n\n<<buttons>>\n\n{{||$:/core/ui/ImportListing}}\n\n<<buttons>>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/ViewTemplate/plugin": {
"title": "$:/core/ui/ViewTemplate/plugin",
"tags": "$:/tags/ViewTemplate",
"text": "<$list filter=\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\">\n<$set name=\"plugin-type\" value={{!!plugin-type}}>\n<$set name=\"default-popup-state\" value=\"yes\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n{{||$:/core/ui/Components/plugin-info}}\n</$set>\n</$set>\n</$set>\n</$list>\n"
},
"$:/core/ui/ViewTemplate/subtitle": {
"title": "$:/core/ui/ViewTemplate/subtitle",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/tags": {
"title": "$:/core/ui/ViewTemplate/tags",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-tags-wrapper\"><$list filter=\"[all[current]tags[]sort[title]]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/></div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/title": {
"title": "$:/core/ui/ViewTemplate/title",
"tags": "$:/tags/ViewTemplate",
"text": "\\define title-styles()\nfill:$(foregroundColor)$;\n\\end\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<span class=\"tc-tiddler-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>\n</span>\n<$set name=\"tv-wikilinks\" value={{$:/config/Tiddlers/TitleLinks}}>\n<$link>\n<$set name=\"foregroundColor\" value={{!!color}}>\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}/>\n</span>\n</$set>\n<$list filter=\"[all[current]removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[all[current]!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</$link>\n</$set>\n</div>\n\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<tiddlerInfoState>> class=\"tc-tiddler-info tc-popup-handle\" animate=\"yes\" retain=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>> mode=\"block\"/></$list>\n\n</$reveal>\n</div>"
},
"$:/core/ui/ViewTemplate/unfold": {
"title": "$:/core/ui/ViewTemplate/unfold",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal tag=\"div\" type=\"nomatch\" state=\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\" text=\"hide\">\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\"tc-fold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-up}}\n</$button>\n</$reveal>\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"show\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\"tc-unfold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate": {
"title": "$:/core/ui/ViewTemplate",
"text": "\\define frame-classes()\ntc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ $(userClass)$\n\\end\n\\define folded-state()\n$:/state/folded/$(currentTiddler)$\n\\end\n<$vars storyTiddler=<<currentTiddler>> tiddlerInfoState=<<qualify \"$:/state/popup/tiddler-info\">> userClass={{!!class}}><$tiddler tiddler=<<currentTiddler>>><div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class=<<frame-classes>>><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>>/></$list>\n</div>\n</$tiddler></$vars>\n"
},
"$:/core/ui/Buttons/clone": {
"title": "$:/core/ui/Buttons/clone",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}",
"description": "{{$:/language/Buttons/Clone/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-new-tiddler\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/clone-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Clone/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/close-others": {
"title": "$:/core/ui/Buttons/close-others",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}",
"description": "{{$:/language/Buttons/CloseOthers/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-close-other-tiddlers\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/close-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/close": {
"title": "$:/core/ui/Buttons/close",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}",
"description": "{{$:/language/Buttons/Close/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/close-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Close/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/edit": {
"title": "$:/core/ui/Buttons/edit",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}",
"description": "{{$:/language/Buttons/Edit/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Edit/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/export-tiddler": {
"title": "$:/core/ui/Buttons/export-tiddler",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}}",
"description": "{{$:/language/Buttons/ExportTiddler/Hint}}",
"text": "\\define makeExportFilter()\n[[$(currentTiddler)$]]\n\\end\n<$macrocall $name=\"exportButton\" exportFilter=<<makeExportFilter>> lingoBase=\"$:/language/Buttons/ExportTiddler/\" baseFilename=<<currentTiddler>>/>"
},
"$:/core/ui/Buttons/fold-bar": {
"title": "$:/core/ui/Buttons/fold-bar",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/chevron-up}} {{$:/language/Buttons/Fold/FoldBar/Caption}}",
"description": "{{$:/language/Buttons/Fold/FoldBar/Hint}}",
"text": "<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->"
},
"$:/core/ui/Buttons/fold-others": {
"title": "$:/core/ui/Buttons/fold-others",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/fold-others-button}} {{$:/language/Buttons/FoldOthers/Caption}}",
"description": "{{$:/language/Buttons/FoldOthers/Hint}}",
"text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-other-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/FoldOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/fold": {
"title": "$:/core/ui/Buttons/fold",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}}",
"description": "{{$:/language/Buttons/Fold/Hint}}",
"text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Fold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Unfold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n"
},
"$:/core/ui/Buttons/info": {
"title": "$:/core/ui/Buttons/info",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}",
"description": "{{$:/language/Buttons/Info/Hint}}",
"text": "\\whitespace trim\n\\define button-content()\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/info-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Info/Caption}}/>\n</span>\n</$list>\n\\end\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"popup\">\n<$button popup=<<tiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$reveal state=<<tiddlerInfoState>> type=\"match\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"yes\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=<<tiddlerInfoState>> type=\"nomatch\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n</$reveal>"
},
"$:/core/ui/Buttons/more-tiddler-actions": {
"title": "$:/core/ui/Buttons/more-tiddler-actions",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"text": "\\whitespace trim\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/More/Caption}}/>\n</span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
},
"$:/core/ui/Buttons/new-here": {
"title": "$:/core/ui/Buttons/new-here",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}",
"description": "{{$:/language/Buttons/NewHere/Hint}}",
"text": "\\whitespace trim\n\\define newHereButtonTags()\n[[$(currentTiddler)$]]\n\\end\n\\define newHereButton()\n<$button tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<newHereButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-here-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewHere/Caption}}/>\n</span>\n</$list>\n</$button>\n\\end\n<<newHereButton>>"
},
"$:/core/ui/Buttons/new-journal-here": {
"title": "$:/core/ui/Buttons/new-journal-here",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournalHere/Caption}}",
"description": "{{$:/language/Buttons/NewJournalHere/Hint}}",
"text": "\\whitespace trim\n\\define journalButtonTags()\n[[$(currentTiddlerTag)$]] $(journalTags)$\n\\end\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>\n</span>\n</$list>\n</$wikify>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags}}>\n<$set name=\"currentTiddlerTag\" value=<<currentTiddler>>>\n<<journalButton>>\n</$set>\n</$set>\n</$set>"
},
"$:/core/ui/Buttons/open-window": {
"title": "$:/core/ui/Buttons/open-window",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/open-window}} {{$:/language/Buttons/OpenWindow/Caption}}",
"description": "{{$:/language/Buttons/OpenWindow/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-open-window\" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/open-window}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/OpenWindow/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/permalink": {
"title": "$:/core/ui/Buttons/permalink",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}",
"description": "{{$:/language/Buttons/Permalink/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-permalink\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/permalink-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permalink/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/permaview": {
"title": "$:/core/ui/Buttons/permaview",
"tags": "$:/tags/ViewToolbar $:/tags/PageControls",
"caption": "{{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}",
"description": "{{$:/language/Buttons/Permaview/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-permaview\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/permaview-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permaview/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/DefaultTiddlers": {
"title": "$:/DefaultTiddlers",
"text": "GettingStarted\n"
},
"$:/temp/advancedsearch": {
"title": "$:/temp/advancedsearch",
"text": ""
},
"$:/snippets/allfields": {
"title": "$:/snippets/allfields",
"text": "\\define renderfield(title)\n<tr class=\"tc-view-field\"><td class=\"tc-view-field-name\">''$title$'':</td><td class=\"tc-view-field-value\">//{{$:/language/Docs/Fields/$title$}}//</td></tr>\n\\end\n<table class=\"tc-view-field-table\"><tbody><$list filter=\"[fields[]sort[title]]\" variable=\"listItem\"><$macrocall $name=\"renderfield\" title=<<listItem>>/></$list>\n</tbody></table>\n"
},
"$:/config/AnimationDuration": {
"title": "$:/config/AnimationDuration",
"text": "400"
},
"$:/config/AutoSave": {
"title": "$:/config/AutoSave",
"text": "yes"
},
"$:/config/BitmapEditor/Colour": {
"title": "$:/config/BitmapEditor/Colour",
"text": "#444"
},
"$:/config/BitmapEditor/ImageSizes": {
"title": "$:/config/BitmapEditor/ImageSizes",
"text": "[[62px 100px]] [[100px 62px]] [[124px 200px]] [[200px 124px]] [[248px 400px]] [[371px 600px]] [[400px 248px]] [[556px 900px]] [[600px 371px]] [[742px 1200px]] [[900px 556px]] [[1200px 742px]]"
},
"$:/config/BitmapEditor/LineWidth": {
"title": "$:/config/BitmapEditor/LineWidth",
"text": "3px"
},
"$:/config/BitmapEditor/LineWidths": {
"title": "$:/config/BitmapEditor/LineWidths",
"text": "0.25px 0.5px 1px 2px 3px 4px 6px 8px 10px 16px 20px 28px 40px 56px 80px"
},
"$:/config/BitmapEditor/Opacities": {
"title": "$:/config/BitmapEditor/Opacities",
"text": "0.01 0.025 0.05 0.075 0.1 0.15 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0"
},
"$:/config/BitmapEditor/Opacity": {
"title": "$:/config/BitmapEditor/Opacity",
"text": "1.0"
},
"$:/config/DefaultMoreSidebarTab": {
"title": "$:/config/DefaultMoreSidebarTab",
"text": "$:/core/ui/MoreSideBar/Tags"
},
"$:/config/DefaultSidebarTab": {
"title": "$:/config/DefaultSidebarTab",
"text": "$:/core/ui/SideBar/Open"
},
"$:/config/DownloadSaver/AutoSave": {
"title": "$:/config/DownloadSaver/AutoSave",
"text": "no"
},
"$:/config/Drafts/TypingTimeout": {
"title": "$:/config/Drafts/TypingTimeout",
"text": "400"
},
"$:/config/EditTemplateFields/Visibility/title": {
"title": "$:/config/EditTemplateFields/Visibility/title",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/tags": {
"title": "$:/config/EditTemplateFields/Visibility/tags",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/text": {
"title": "$:/config/EditTemplateFields/Visibility/text",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/creator": {
"title": "$:/config/EditTemplateFields/Visibility/creator",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/created": {
"title": "$:/config/EditTemplateFields/Visibility/created",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/modified": {
"title": "$:/config/EditTemplateFields/Visibility/modified",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/modifier": {
"title": "$:/config/EditTemplateFields/Visibility/modifier",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/type": {
"title": "$:/config/EditTemplateFields/Visibility/type",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/draft.title": {
"title": "$:/config/EditTemplateFields/Visibility/draft.title",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/draft.of": {
"title": "$:/config/EditTemplateFields/Visibility/draft.of",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/revision": {
"title": "$:/config/EditTemplateFields/Visibility/revision",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/bag": {
"title": "$:/config/EditTemplateFields/Visibility/bag",
"text": "hide"
},
"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4": {
"title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4",
"text": "hide"
},
"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5": {
"title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5",
"text": "hide"
},
"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6": {
"title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6",
"text": "hide"
},
"$:/config/EditorTypeMappings/image/gif": {
"title": "$:/config/EditorTypeMappings/image/gif",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/webp": {
"title": "$:/config/EditorTypeMappings/image/webp",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/heic": {
"title": "$:/config/EditorTypeMappings/image/heic",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/heif": {
"title": "$:/config/EditorTypeMappings/image/heif",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/jpeg": {
"title": "$:/config/EditorTypeMappings/image/jpeg",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/jpg": {
"title": "$:/config/EditorTypeMappings/image/jpg",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/png": {
"title": "$:/config/EditorTypeMappings/image/png",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/x-icon": {
"title": "$:/config/EditorTypeMappings/image/x-icon",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
"title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
"text": "text"
},
"$:/config/Manager/Show": {
"title": "$:/config/Manager/Show",
"text": "tiddlers"
},
"$:/config/Manager/Filter": {
"title": "$:/config/Manager/Filter",
"text": ""
},
"$:/config/Manager/Order": {
"title": "$:/config/Manager/Order",
"text": "forward"
},
"$:/config/Manager/Sort": {
"title": "$:/config/Manager/Sort",
"text": "title"
},
"$:/config/Manager/System": {
"title": "$:/config/Manager/System",
"text": "system"
},
"$:/config/Manager/Tag": {
"title": "$:/config/Manager/Tag",
"text": ""
},
"$:/state/popup/manager/item/$:/Manager/ItemMain/RawText": {
"title": "$:/state/popup/manager/item/$:/Manager/ItemMain/RawText",
"text": "hide"
},
"$:/config/MissingLinks": {
"title": "$:/config/MissingLinks",
"text": "yes"
},
"$:/config/Navigation/UpdateAddressBar": {
"title": "$:/config/Navigation/UpdateAddressBar",
"text": "no"
},
"$:/config/Navigation/UpdateHistory": {
"title": "$:/config/Navigation/UpdateHistory",
"text": "no"
},
"$:/config/NewImageType": {
"title": "$:/config/NewImageType",
"text": "jpeg"
},
"$:/config/OfficialPluginLibrary": {
"title": "$:/config/OfficialPluginLibrary",
"tags": "$:/tags/PluginLibrary",
"url": "https://tiddlywiki.com/library/v5.1.19/index.html",
"caption": "{{$:/language/OfficialPluginLibrary}}",
"text": "{{$:/language/OfficialPluginLibrary/Hint}}\n"
},
"$:/config/Navigation/openLinkFromInsideRiver": {
"title": "$:/config/Navigation/openLinkFromInsideRiver",
"text": "below"
},
"$:/config/Navigation/openLinkFromOutsideRiver": {
"title": "$:/config/Navigation/openLinkFromOutsideRiver",
"text": "top"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all",
"text": "hide"
},
"$:/config/Performance/Instrumentation": {
"title": "$:/config/Performance/Instrumentation",
"text": "no"
},
"$:/config/SaveWikiButton/Template": {
"title": "$:/config/SaveWikiButton/Template",
"text": "$:/core/save/all"
},
"$:/config/SaverFilter": {
"title": "$:/config/SaverFilter",
"text": "[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]"
},
"$:/config/Search/AutoFocus": {
"title": "$:/config/Search/AutoFocus",
"text": "true"
},
"$:/config/Search/MinLength": {
"title": "$:/config/Search/MinLength",
"text": "3"
},
"$:/config/SearchResults/Default": {
"title": "$:/config/SearchResults/Default",
"text": "$:/core/ui/DefaultSearchResultList"
},
"$:/config/ShortcutInfo/bold": {
"title": "$:/config/ShortcutInfo/bold",
"text": "{{$:/language/Buttons/Bold/Hint}}"
},
"$:/config/ShortcutInfo/cancel-edit-tiddler": {
"title": "$:/config/ShortcutInfo/cancel-edit-tiddler",
"text": "{{$:/language/Buttons/Cancel/Hint}}"
},
"$:/config/ShortcutInfo/excise": {
"title": "$:/config/ShortcutInfo/excise",
"text": "{{$:/language/Buttons/Excise/Hint}}"
},
"$:/config/ShortcutInfo/heading-1": {
"title": "$:/config/ShortcutInfo/heading-1",
"text": "{{$:/language/Buttons/Heading1/Hint}}"
},
"$:/config/ShortcutInfo/heading-2": {
"title": "$:/config/ShortcutInfo/heading-2",
"text": "{{$:/language/Buttons/Heading2/Hint}}"
},
"$:/config/ShortcutInfo/heading-3": {
"title": "$:/config/ShortcutInfo/heading-3",
"text": "{{$:/language/Buttons/Heading3/Hint}}"
},
"$:/config/ShortcutInfo/heading-4": {
"title": "$:/config/ShortcutInfo/heading-4",
"text": "{{$:/language/Buttons/Heading4/Hint}}"
},
"$:/config/ShortcutInfo/heading-5": {
"title": "$:/config/ShortcutInfo/heading-5",
"text": "{{$:/language/Buttons/Heading5/Hint}}"
},
"$:/config/ShortcutInfo/heading-6": {
"title": "$:/config/ShortcutInfo/heading-6",
"text": "{{$:/language/Buttons/Heading6/Hint}}"
},
"$:/config/ShortcutInfo/italic": {
"title": "$:/config/ShortcutInfo/italic",
"text": "{{$:/language/Buttons/Italic/Hint}}"
},
"$:/config/ShortcutInfo/link": {
"title": "$:/config/ShortcutInfo/link",
"text": "{{$:/language/Buttons/Link/Hint}}"
},
"$:/config/ShortcutInfo/list-bullet": {
"title": "$:/config/ShortcutInfo/list-bullet",
"text": "{{$:/language/Buttons/ListBullet/Hint}}"
},
"$:/config/ShortcutInfo/list-number": {
"title": "$:/config/ShortcutInfo/list-number",
"text": "{{$:/language/Buttons/ListNumber/Hint}}"
},
"$:/config/ShortcutInfo/mono-block": {
"title": "$:/config/ShortcutInfo/mono-block",
"text": "{{$:/language/Buttons/MonoBlock/Hint}}"
},
"$:/config/ShortcutInfo/mono-line": {
"title": "$:/config/ShortcutInfo/mono-line",
"text": "{{$:/language/Buttons/MonoLine/Hint}}"
},
"$:/config/ShortcutInfo/new-image": {
"title": "$:/config/ShortcutInfo/new-image",
"text": "{{$:/language/Buttons/NewImage/Hint}}"
},
"$:/config/ShortcutInfo/new-journal": {
"title": "$:/config/ShortcutInfo/new-journal",
"text": "{{$:/language/Buttons/NewJournal/Hint}}"
},
"$:/config/ShortcutInfo/new-tiddler": {
"title": "$:/config/ShortcutInfo/new-tiddler",
"text": "{{$:/language/Buttons/NewTiddler/Hint}}"
},
"$:/config/ShortcutInfo/picture": {
"title": "$:/config/ShortcutInfo/picture",
"text": "{{$:/language/Buttons/Picture/Hint}}"
},
"$:/config/ShortcutInfo/preview": {
"title": "$:/config/ShortcutInfo/preview",
"text": "{{$:/language/Buttons/Preview/Hint}}"
},
"$:/config/ShortcutInfo/quote": {
"title": "$:/config/ShortcutInfo/quote",
"text": "{{$:/language/Buttons/Quote/Hint}}"
},
"$:/config/ShortcutInfo/save-tiddler": {
"title": "$:/config/ShortcutInfo/save-tiddler",
"text": "{{$:/language/Buttons/Save/Hint}}"
},
"$:/config/ShortcutInfo/stamp": {
"title": "$:/config/ShortcutInfo/stamp",
"text": "{{$:/language/Buttons/Stamp/Hint}}"
},
"$:/config/ShortcutInfo/strikethrough": {
"title": "$:/config/ShortcutInfo/strikethrough",
"text": "{{$:/language/Buttons/Strikethrough/Hint}}"
},
"$:/config/ShortcutInfo/subscript": {
"title": "$:/config/ShortcutInfo/subscript",
"text": "{{$:/language/Buttons/Subscript/Hint}}"
},
"$:/config/ShortcutInfo/superscript": {
"title": "$:/config/ShortcutInfo/superscript",
"text": "{{$:/language/Buttons/Superscript/Hint}}"
},
"$:/config/ShortcutInfo/underline": {
"title": "$:/config/ShortcutInfo/underline",
"text": "{{$:/language/Buttons/Underline/Hint}}"
},
"$:/config/SyncFilter": {
"title": "$:/config/SyncFilter",
"text": "[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]"
},
"$:/config/Tags/MinLength": {
"title": "$:/config/Tags/MinLength",
"text": "0"
},
"$:/config/TextEditor/EditorHeight/Height": {
"title": "$:/config/TextEditor/EditorHeight/Height",
"text": "400px"
},
"$:/config/TextEditor/EditorHeight/Mode": {
"title": "$:/config/TextEditor/EditorHeight/Mode",
"text": "auto"
},
"$:/config/TiddlerInfo/Default": {
"title": "$:/config/TiddlerInfo/Default",
"text": "$:/core/ui/TiddlerInfo/Fields"
},
"$:/config/TiddlerInfo/Mode": {
"title": "$:/config/TiddlerInfo/Mode",
"text": "popup"
},
"$:/config/Tiddlers/TitleLinks": {
"title": "$:/config/Tiddlers/TitleLinks",
"text": "no"
},
"$:/config/Toolbar/ButtonClass": {
"title": "$:/config/Toolbar/ButtonClass",
"text": "tc-btn-invisible"
},
"$:/config/Toolbar/Icons": {
"title": "$:/config/Toolbar/Icons",
"text": "yes"
},
"$:/config/Toolbar/Text": {
"title": "$:/config/Toolbar/Text",
"text": "no"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions",
"text": "show"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others",
"text": "hide"
},
"$:/config/shortcuts-mac/bold": {
"title": "$:/config/shortcuts-mac/bold",
"text": "meta-B"
},
"$:/config/shortcuts-mac/italic": {
"title": "$:/config/shortcuts-mac/italic",
"text": "meta-I"
},
"$:/config/shortcuts-mac/underline": {
"title": "$:/config/shortcuts-mac/underline",
"text": "meta-U"
},
"$:/config/shortcuts-mac/new-image": {
"title": "$:/config/shortcuts-mac/new-image",
"text": "ctrl-I"
},
"$:/config/shortcuts-mac/new-journal": {
"title": "$:/config/shortcuts-mac/new-journal",
"text": "ctrl-J"
},
"$:/config/shortcuts-mac/new-tiddler": {
"title": "$:/config/shortcuts-mac/new-tiddler",
"text": "ctrl-N"
},
"$:/config/shortcuts-not-mac/bold": {
"title": "$:/config/shortcuts-not-mac/bold",
"text": "ctrl-B"
},
"$:/config/shortcuts-not-mac/italic": {
"title": "$:/config/shortcuts-not-mac/italic",
"text": "ctrl-I"
},
"$:/config/shortcuts-not-mac/underline": {
"title": "$:/config/shortcuts-not-mac/underline",
"text": "ctrl-U"
},
"$:/config/shortcuts-not-mac/new-image": {
"title": "$:/config/shortcuts-not-mac/new-image",
"text": "alt-I"
},
"$:/config/shortcuts-not-mac/new-journal": {
"title": "$:/config/shortcuts-not-mac/new-journal",
"text": "alt-J"
},
"$:/config/shortcuts-not-mac/new-tiddler": {
"title": "$:/config/shortcuts-not-mac/new-tiddler",
"text": "alt-N"
},
"$:/config/shortcuts/cancel-edit-tiddler": {
"title": "$:/config/shortcuts/cancel-edit-tiddler",
"text": "escape"
},
"$:/config/shortcuts/excise": {
"title": "$:/config/shortcuts/excise",
"text": "ctrl-E"
},
"$:/config/shortcuts/heading-1": {
"title": "$:/config/shortcuts/heading-1",
"text": "ctrl-1"
},
"$:/config/shortcuts/heading-2": {
"title": "$:/config/shortcuts/heading-2",
"text": "ctrl-2"
},
"$:/config/shortcuts/heading-3": {
"title": "$:/config/shortcuts/heading-3",
"text": "ctrl-3"
},
"$:/config/shortcuts/heading-4": {
"title": "$:/config/shortcuts/heading-4",
"text": "ctrl-4"
},
"$:/config/shortcuts/heading-5": {
"title": "$:/config/shortcuts/heading-5",
"text": "ctrl-5"
},
"$:/config/shortcuts/heading-6": {
"title": "$:/config/shortcuts/heading-6",
"text": "ctrl-6"
},
"$:/config/shortcuts/link": {
"title": "$:/config/shortcuts/link",
"text": "ctrl-L"
},
"$:/config/shortcuts/linkify": {
"title": "$:/config/shortcuts/linkify",
"text": "alt-shift-L"
},
"$:/config/shortcuts/list-bullet": {
"title": "$:/config/shortcuts/list-bullet",
"text": "ctrl-shift-L"
},
"$:/config/shortcuts/list-number": {
"title": "$:/config/shortcuts/list-number",
"text": "ctrl-shift-N"
},
"$:/config/shortcuts/mono-block": {
"title": "$:/config/shortcuts/mono-block",
"text": "ctrl-shift-M"
},
"$:/config/shortcuts/mono-line": {
"title": "$:/config/shortcuts/mono-line",
"text": "ctrl-M"
},
"$:/config/shortcuts/picture": {
"title": "$:/config/shortcuts/picture",
"text": "ctrl-shift-I"
},
"$:/config/shortcuts/preview": {
"title": "$:/config/shortcuts/preview",
"text": "alt-P"
},
"$:/config/shortcuts/quote": {
"title": "$:/config/shortcuts/quote",
"text": "ctrl-Q"
},
"$:/config/shortcuts/save-tiddler": {
"title": "$:/config/shortcuts/save-tiddler",
"text": "ctrl+enter"
},
"$:/config/shortcuts/stamp": {
"title": "$:/config/shortcuts/stamp",
"text": "ctrl-S"
},
"$:/config/shortcuts/strikethrough": {
"title": "$:/config/shortcuts/strikethrough",
"text": "ctrl-T"
},
"$:/config/shortcuts/subscript": {
"title": "$:/config/shortcuts/subscript",
"text": "ctrl-shift-B"
},
"$:/config/shortcuts/superscript": {
"title": "$:/config/shortcuts/superscript",
"text": "ctrl-shift-P"
},
"$:/config/shortcuts/transcludify": {
"title": "$:/config/shortcuts/transcludify",
"text": "alt-shift-T"
},
"$:/config/WikiParserRules/Inline/wikilink": {
"title": "$:/config/WikiParserRules/Inline/wikilink",
"text": "enable"
},
"$:/snippets/currpalettepreview": {
"title": "$:/snippets/currpalettepreview",
"text": "\\define swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch()\n<$set name=\"swatchColour\" value={{##$(colour)$}}\n><div class=\"tc-swatch\" style=<<swatchStyle>> title=<<colour>>/></$set>\n\\end\n<div class=\"tc-swatches-horiz\"><$list filter=\"\nforeground\nbackground\nmuted-foreground\nprimary\npage-background\ntab-background\ntiddler-info-background\n\" variable=\"colour\"><<swatch>></$list></div>"
},
"$:/snippets/download-wiki-button": {
"title": "$:/snippets/download-wiki-button",
"text": "\\define lingo-base() $:/language/ControlPanel/Tools/Download/\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/core/save/all\" filename=\"index.html\"/>\n<<lingo Full/Caption>> {{$:/core/images/save-button}}\n</$button>"
},
"$:/language": {
"title": "$:/language",
"text": "$:/languages/en-GB"
},
"$:/snippets/languageswitcher": {
"title": "$:/snippets/languageswitcher",
"text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n\n<$linkcatcher to=\"$:/language\">\n<div class=\"tc-chooser tc-language-chooser\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/language}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link>\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value=<<currentTiddler>>>\n<$transclude subtiddler=<<flag-title>>>\n<$list filter=\"[all[current]field:title[$:/languages/en-GB]]\">\n<$transclude tiddler=\"$:/languages/en-GB/icon\"/>\n</$list>\n</$transclude>\n</$set>\n</span>\n<$view field=\"description\">\n<$view field=\"name\">\n<$view field=\"title\"/>\n</$view>\n</$view>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
},
"$:/core/macros/CSS": {
"title": "$:/core/macros/CSS",
"tags": "$:/tags/Macro",
"text": "\\define colour(name)\n<$transclude tiddler={{$:/palette}} index=\"$name$\"><$transclude tiddler=\"$:/palettes/Vanilla\" index=\"$name$\"/></$transclude>\n\\end\n\n\\define color(name)\n<<colour $name$>>\n\\end\n\n\\define box-shadow(shadow)\n``\n -webkit-box-shadow: $shadow$;\n -moz-box-shadow: $shadow$;\n box-shadow: $shadow$;\n``\n\\end\n\n\\define filter(filter)\n``\n -webkit-filter: $filter$;\n -moz-filter: $filter$;\n filter: $filter$;\n``\n\\end\n\n\\define transition(transition)\n``\n -webkit-transition: $transition$;\n -moz-transition: $transition$;\n transition: $transition$;\n``\n\\end\n\n\\define transform-origin(origin)\n``\n -webkit-transform-origin: $origin$;\n -moz-transform-origin: $origin$;\n transform-origin: $origin$;\n``\n\\end\n\n\\define background-linear-gradient(gradient)\n``\nbackground-image: linear-gradient($gradient$);\nbackground-image: -o-linear-gradient($gradient$);\nbackground-image: -moz-linear-gradient($gradient$);\nbackground-image: -webkit-linear-gradient($gradient$);\nbackground-image: -ms-linear-gradient($gradient$);\n``\n\\end\n\n\\define column-count(columns)\n``\n-moz-column-count: $columns$;\n-webkit-column-count: $columns$;\ncolumn-count: $columns$;\n``\n\\end\n\n\\define datauri(title)\n<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}}/>\n\\end\n\n\\define if-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-no-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-background-attachment(text)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" type=\"nomatch\" text=\"\">$text$</$reveal>\n\\end\n"
},
"$:/core/macros/colour-picker": {
"title": "$:/core/macros/colour-picker",
"tags": "$:/tags/Macro",
"text": "\\define colour-picker-update-recent()\n<$action-listops\n\t$tiddler=\"$:/config/ColourPicker/Recent\"\n\t$subfilter=\"$(colour-picker-value)$ [list[$:/config/ColourPicker/Recent]remove[$(colour-picker-value)$]] +[limit[8]]\"\n/>\n\\end\n\n\\define colour-picker-inner(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(colour-picker-value)$\"\"\">\n\n$(colour-picker-update-recent)$\n\n$actions$\n\n<div style=\"background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;\"/>\n\n</$button>\n\\end\n\n\\define colour-picker-recent-inner(actions)\n<$set name=\"colour-picker-value\" value=\"$(recentColour)$\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\\end\n\n\\define colour-picker-recent(actions)\n{{$:/language/ColourPicker/Recent}} <$list filter=\"[list[$:/config/ColourPicker/Recent]]\" variable=\"recentColour\">\n<$macrocall $name=\"colour-picker-recent-inner\" actions=\"\"\"$actions$\"\"\"/></$list>\n\\end\n\n\\define colour-picker(actions)\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker-recent\" actions=\"\"\"$actions$\"\"\"/>\n\n---\n\n<$list filter=\"LightPink Pink Crimson LavenderBlush PaleVioletRed HotPink DeepPink MediumVioletRed Orchid Thistle Plum Violet Magenta Fuchsia DarkMagenta Purple MediumOrchid DarkViolet DarkOrchid Indigo BlueViolet MediumPurple MediumSlateBlue SlateBlue DarkSlateBlue Lavender GhostWhite Blue MediumBlue MidnightBlue DarkBlue Navy RoyalBlue CornflowerBlue LightSteelBlue LightSlateGrey SlateGrey DodgerBlue AliceBlue SteelBlue LightSkyBlue SkyBlue DeepSkyBlue LightBlue PowderBlue CadetBlue Azure LightCyan PaleTurquoise Cyan Aqua DarkTurquoise DarkSlateGrey DarkCyan Teal MediumTurquoise LightSeaGreen Turquoise Aquamarine MediumAquamarine MediumSpringGreen MintCream SpringGreen MediumSeaGreen SeaGreen Honeydew LightGreen PaleGreen DarkSeaGreen LimeGreen Lime ForestGreen Green DarkGreen Chartreuse LawnGreen GreenYellow DarkOliveGreen YellowGreen OliveDrab Beige LightGoldenrodYellow Ivory LightYellow Yellow Olive DarkKhaki LemonChiffon PaleGoldenrod Khaki Gold Cornsilk Goldenrod DarkGoldenrod FloralWhite OldLace Wheat Moccasin Orange PapayaWhip BlanchedAlmond NavajoWhite AntiqueWhite Tan BurlyWood Bisque DarkOrange Linen Peru PeachPuff SandyBrown Chocolate SaddleBrown Seashell Sienna LightSalmon Coral OrangeRed DarkSalmon Tomato MistyRose Salmon Snow LightCoral RosyBrown IndianRed Red Brown FireBrick DarkRed Maroon White WhiteSmoke Gainsboro LightGrey Silver DarkGrey Grey DimGrey Black\" variable=\"colour-picker-value\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\n---\n\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" tag=\"input\" default=\"\" placeholder=\"\"/> \n<$edit-text tiddler=\"$:/config/ColourPicker/New\" type=\"color\" tag=\"input\"/>\n<$set name=\"colour-picker-value\" value={{$:/config/ColourPicker/New}}>\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\n</div>\n\n\\end\n"
},
"$:/core/macros/copy-to-clipboard": {
"title": "$:/core/macros/copy-to-clipboard",
"tags": "$:/tags/Macro",
"text": "\\define copy-to-clipboard(src,class:\"tc-btn-invisible\",style)\n<$button class=<<__class__>> style=<<__style__>> message=\"tm-copy-to-clipboard\" param=<<__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>\n{{$:/core/images/copy-clipboard}} <$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/>\n</$button>\n\\end\n\n\\define copy-to-clipboard-above-right(src,class:\"tc-btn-invisible\",style)\n<div style=\"position: relative;\">\n<div style=\"position: absolute; bottom: 0; right: 0;\">\n<$macrocall $name=\"copy-to-clipboard\" src=<<__src__>> class=<<__class__>> style=<<__style__>>/>\n</div>\n</div>\n\\end\n\n"
},
"$:/core/macros/diff": {
"title": "$:/core/macros/diff",
"tags": "$:/tags/Macro",
"text": "\\define compareTiddlerText(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle)\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>>>\n<$diff-text source=<<source>> dest=<<dest>>/>\n</$set>\n</$set>\n\\end\n\n\\define compareTiddlers(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle,exclude)\n<table class=\"tc-diff-tiddlers\">\n<tbody>\n<$set name=\"sourceFields\" filter=\"[<__sourceTiddlerTitle__>fields[]sort[]]\">\n<$set name=\"destFields\" filter=\"[<__destSubTiddlerTitle__>subtiddlerfields<__destTiddlerTitle__>sort[]]\">\n<$list filter=\"[enlist<sourceFields>] [enlist<destFields>] -[enlist<__exclude__>] +[sort[]]\" variable=\"fieldName\">\n<tr>\n<th>\n<$text text=<<fieldName>>/> \n</th>\n<td>\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>> field=<<fieldName>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>> field=<<fieldName>>>\n<$diff-text source=<<source>> dest=<<dest>>>\n</$diff-text>\n</$set>\n</$set>\n</td>\n</tr>\n</$list>\n</$set>\n</$set>\n</tbody>\n</table>\n\\end\n"
},
"$:/core/macros/export": {
"title": "$:/core/macros/export",
"tags": "$:/tags/Macro",
"text": "\\define exportButtonFilename(baseFilename)\n$baseFilename$$(extension)$\n\\end\n\n\\define exportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\n<span class=\"tc-popup-keep\"><$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button></span><$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=\"\"\"$exportFilter$\"\"\" filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n</$button>\n</$set>\n</$list>\n</div>\n</$reveal>\n\\end\n"
},
"$:/core/macros/image-picker": {
"title": "$:/core/macros/image-picker",
"created": "20170715180840889",
"modified": "20170715180914005",
"tags": "$:/tags/Macro",
"type": "text/vnd.tiddlywiki",
"text": "\\define image-picker-thumbnail(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(imageTitle)$\"\"\">\n$actions$\n<$transclude tiddler=<<imageTitle>>/>\n</$button>\n\\end\n\n\\define image-picker-list(filter,actions)\n<$list filter=\"\"\"$filter$\"\"\" variable=\"imageTitle\">\n<$macrocall $name=\"image-picker-thumbnail\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\\end\n\n\\define image-picker(actions,filter:\"[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[!has[draft.of]$subfilter$sort[title]]\",subfilter:\"\")\n<div class=\"tc-image-chooser\">\n<$vars state-system=<<qualify \"$:/state/image-picker/system\">>>\n<$checkbox tiddler=<<state-system>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"hide\">\n{{$:/language/SystemTiddlers/Include/Prompt}}\n</$checkbox>\n<$reveal state=<<state-system>> type=\"match\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$ +[!is[system]]\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n<$reveal state=<<state-system>> type=\"nomatch\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n</$vars>\n</div>\n\\end\n\n\\define image-picker-include-tagged-images(actions)\n<$macrocall $name=\"image-picker\" filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n"
},
"$:/core/macros/lingo": {
"title": "$:/core/macros/lingo",
"tags": "$:/tags/Macro",
"text": "\\define lingo-base()\n$:/language/\n\\end\n\n\\define lingo(title)\n{{$(lingo-base)$$title$}}\n\\end\n"
},
"$:/core/macros/list": {
"title": "$:/core/macros/list",
"tags": "$:/tags/Macro",
"text": "\\define list-links(filter,type:\"ul\",subtype:\"li\",class:\"\",emptyMessage)\n<$type$ class=\"$class$\">\n<$list filter=\"$filter$\" emptyMessage=<<__emptyMessage__>>>\n<$subtype$>\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$subtype$>\n</$list>\n</$type$>\n\\end\n\n\\define list-links-draggable-drop-actions()\n<$action-listops $tiddler=<<targetTiddler>> $field=<<targetField>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define list-links-draggable(tiddler,field:\"list\",type:\"ul\",subtype:\"li\",class:\"\",itemTemplate)\n<$vars targetTiddler=\"\"\"$tiddler$\"\"\" targetField=\"\"\"$field$\"\"\">\n<$type$ class=\"$class$\">\n<$list filter=\"[list[$tiddler$!!$field$]]\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"\"\"$subtype$\"\"\">\n<div class=\"tc-droppable-placeholder\">\n \n</div>\n<div>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$transclude>\n</div>\n</$droppable>\n</$list>\n</$type$>\n<$tiddler tiddler=\"\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"div\">\n<div class=\"tc-droppable-placeholder\">\n \n</div>\n<div style=\"height:0.5em;\"/>\n</$droppable>\n</$tiddler>\n</$vars>\n\\end\n\n\\define list-tagged-draggable-drop-actions(tag)\n<!-- Save the current ordering of the tiddlers with this tag -->\n<$set name=\"order\" filter=\"[<__tag__>tagging[]]\">\n<!-- Remove any list-after or list-before fields from the tiddlers with this tag -->\n<$list filter=\"[<__tag__>tagging[]]\">\n<$action-deletefield $field=\"list-before\"/>\n<$action-deletefield $field=\"list-after\"/>\n</$list>\n<!-- Save the new order to the Tag Tiddler -->\n<$action-listops $tiddler=<<__tag__>> $field=\"list\" $filter=\"+[enlist<order>] +[insertbefore:currentTiddler<actionTiddler>]\"/>\n<!-- Make sure the newly added item has the right tag -->\n<!-- Removing this line makes dragging tags within the dropdown work as intended -->\n<!--<$action-listops $tiddler=<<actionTiddler>> $tags=<<__tag__>>/>-->\n<!-- Using the following 5 lines as replacement makes dragging titles from outside into the dropdown apply the tag -->\n<$list filter=\"[<actionTiddler>!contains:tags<__tag__>]\">\n<$fieldmangler tiddler=<<actionTiddler>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__tag__>>/>\n</$fieldmangler>\n</$list>\n</$set>\n\\end\n\n\\define list-tagged-draggable(tag,subFilter,emptyMessage,itemTemplate,elementTag:\"div\")\n<$set name=\"tag\" value=<<__tag__>>>\n<$list filter=\"[<__tag__>tagging[]$subFilter$]\" emptyMessage=<<__emptyMessage__>>>\n<$elementTag$ class=\"tc-menu-list-item\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\">\n<$elementTag$ class=\"tc-droppable-placeholder\">\n \n</$elementTag$>\n<$elementTag$>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</$transclude>\n</$elementTag$>\n</$droppable>\n</$elementTag$>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\">\n<$elementTag$ class=\"tc-droppable-placeholder\">\n \n</$elementTag$>\n<$elementTag$ style=\"height:0.5em;\">\n</$elementTag$>\n</$droppable>\n</$tiddler>\n</$set>\n\\end\n"
},
"$:/core/macros/tabs": {
"title": "$:/core/macros/tabs",
"tags": "$:/tags/Macro",
"text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain)\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<qualify \"$state$\">> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler></$button></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<qualify \"$state$\">> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n\\end\n"
},
"$:/core/macros/tag-picker": {
"title": "$:/core/macros/tag-picker",
"tags": "$:/tags/Macro",
"text": "\\define add-tag-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n\\end\n\n\\define add-tag-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n\\end\n\n\\define tag-button()\n<$button class=\"tc-btn-invisible\" tag=\"a\">\n$(actions)$\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$button>\n\\end\n\n\\define tag-picker(actions)\n<$set name=\"actions\" value=\"\"\"$actions$\"\"\">\n<div class=\"tc-edit-add-tag\">\n<span class=\"tc-add-tag-name\">\n<$keyboard key=\"ENTER\" actions=<<add-tag-actions>>>\n<$edit-text tiddler=\"$:/temp/NewTagName\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\"/>\n</$keyboard>\n</span> <$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <span class=\"tc-add-tag-button\">\n<$set name=\"tag\" value={{$:/temp/NewTagName}}>\n<$button set=\"$:/temp/NewTagName\" setTo=\"\" class=\"\">\n$actions$\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n{{$:/language/EditTemplate/Tags/Add/Button}}\n</$button>\n</$set>\n</span>\n</div>\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown\">\n<$list filter=\"[{$:/temp/NewTagName}minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=\"[tags[]!is[system]search:title{$:/temp/NewTagName}sort[]]\" variable=\"tag\">\n<<tag-button>>\n</$list></$list>\n<hr>\n<$list filter=\"[{$:/temp/NewTagName}minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=\"[tags[]is[system]search:title{$:/temp/NewTagName}sort[]]\" variable=\"tag\">\n<<tag-button>>\n</$list></$list>\n</div>\n</$reveal>\n</div>\n</$set>\n\\end\n"
},
"$:/core/macros/tag": {
"title": "$:/core/macros/tag",
"tags": "$:/tags/Macro",
"text": "\\define tag-pill-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<$element-tag$ $element-attributes$ class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n$actions$<$transclude tiddler=\"\"\"$icon$\"\"\"/> <$view tiddler=<<__tag__>> field=\"title\" format=\"text\" />\n</$element-tag$>\n</$vars>\n\\end\n\n\\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)\n<$macrocall $name=\"tag-pill-inner\" tag=<<__tag__>> icon=\"\"\"$icon$\"\"\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n\n\\define tag-pill(tag,element-tag:\"span\",element-attributes:\"\",actions:\"\")\n<span class=\"tc-tag-list-item\">\n<$macrocall $name=\"tag-pill-body\" tag=<<__tag__>> icon={{{ [<__tag__>get[icon]] }}} colour={{{ [<__tag__>get[color]] }}} palette={{$:/palette}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</span>\n\\end\n\n\\define tag(tag)\n{{$tag$||$:/core/ui/TagTemplate}}\n\\end\n"
},
"$:/core/macros/thumbnails": {
"title": "$:/core/macros/thumbnails",
"tags": "$:/tags/Macro",
"text": "\\define thumbnail(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<$link to=\"\"\"$link$\"\"\"><div class=\"tc-thumbnail-wrapper\">\n<div class=\"tc-thumbnail-image\" style=\"width:$width$px;height:$height$px;\"><$reveal type=\"nomatch\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" style=\"width:$width$px;height:$height$px;\">\n[img[$image$]]\n</$reveal><$reveal type=\"match\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" class=\"tc-thumbnail-background\" style=\"width:$width$px;height:$height$px;background-color:$background-color$;\"></$reveal></div><div class=\"tc-thumbnail-icon\" style=\"fill:$color$;color:$color$;\">\n$icon$\n</div><div class=\"tc-thumbnail-caption\">\n$caption$\n</div>\n</div></$link>\n\\end\n\n\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<div class=\"tc-thumbnail-right-wrapper\"><<thumbnail \"\"\"$link$\"\"\" \"\"\"$icon$\"\"\" \"\"\"$color$\"\"\" \"\"\"$background-color$\"\"\" \"\"\"$image$\"\"\" \"\"\"$caption$\"\"\" \"\"\"$width$\"\"\" \"\"\"$height$\"\"\">></div>\n\\end\n\n\\define list-thumbnails(filter,width:\"280\",height:\"157\")\n<$list filter=\"\"\"$filter$\"\"\"><$macrocall $name=\"thumbnail\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\"\"\"$width$\"\"\" height=\"\"\"$height$\"\"\"/></$list>\n\\end\n"
},
"$:/core/macros/timeline": {
"title": "$:/core/macros/timeline",
"created": "20141212105914482",
"modified": "20141212110330815",
"tags": "$:/tags/Macro",
"text": "\\define timeline-title()\n<!-- Override this macro with a global macro \n of the same name if you need to change \n how titles are displayed on the timeline \n -->\n<$view field=\"title\"/>\n\\end\n\\define timeline(limit:\"100\",format:\"DDth MMM YYYY\",subfilter:\"\",dateField:\"modified\")\n<div class=\"tc-timeline\">\n<$list filter=\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\">\n<div class=\"tc-menu-list-item\">\n<$view field=\"$dateField$\" format=\"date\" template=\"$format$\"/>\n<$list filter=\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}>\n<<timeline-title>>\n</$link>\n</div>\n</$list>\n</div>\n</$list>\n</div>\n\\end\n"
},
"$:/core/macros/toc": {
"title": "$:/core/macros/toc",
"tags": "$:/tags/Macro",
"text": "\\define toc-caption()\n<$set name=\"tv-wikilinks\" value=\"no\">\n <$transclude field=\"caption\">\n <$view field=\"title\"/>\n </$transclude>\n</$set>\n\\end\n\n\\define toc-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<ol class=\"tc-toc\">\n <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n <$vars item=<<currentTiddler>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}} excluded=\"\"\"[enlist<__exclude__>] -[<__tag__>]\"\"\">\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item\" value=\"toc-item-selected\">\n <li class=<<toc-item-class>>>\n <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<$link><$view field='caption'><$view field='title'/></$view></$link>\">\n <<toc-caption>>\n </$list>\n <$macrocall $name=\"toc-body\" tag=<<item>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n </li>\n </$set>\n </$vars>\n </$list>\n</ol>\n\\end\n\n\\define toc(tag,sort:\"\",itemClassFilter:\" \")\n<$macrocall $name=\"toc-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> />\n\\end\n\n\\define toc-linked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item\" value=\"toc-item-selected\">\n <li class=<<toc-item-class>>>\n <$link>\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n </$button>\n </$reveal>\n <<toc-caption>>\n </$link>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-expandable-body(tag,sort:\"\",itemClassFilter:\" \",exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item\" value=\"toc-item-selected\">\n <li class=<<toc-item-class>>>\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-expandable-empty-message()\n<$macrocall $name=\"toc-linked-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-expandable(tag,sort:\"\",itemClassFilter:\" \",exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> excluded=\"\"\"[enlist<__exclude__>] -[<__tag__>]\"\"\" path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n <ol class=\"tc-toc toc-expandable\">\n <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=<<toc-expandable-empty-message>> >\n <$macrocall $name=\"toc-unlinked-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"\"\"itemClassFilter\"\"\" exclude=<<excluded>> path=<<path>> />\n </$list>\n </$list>\n </ol>\n</$vars>\n\\end\n\n\\define toc-linked-selective-expandable-body(tag,sort:\"\",itemClassFilter:\" \",exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item\" value=\"toc-item-selected\" >\n <li class=<<toc-item-class>>>\n <$link>\n <$list filter=\"[all[current]tagging[]limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>\">\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n </$button>\n </$reveal>\n </$list>\n <<toc-caption>>\n </$link>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-selective-expandable-body(tag,sort:\"\",itemClassFilter:\" \",exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item\" value=\"toc-item-selected\">\n <li class=<<toc-item-class>>>\n <$list filter=\"[all[current]tagging[]limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>\">\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n </$list>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-selective-expandable-empty-message()\n<$macrocall $name=\"toc-linked-selective-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-selective-expandable(tag,sort:\"\",itemClassFilter,exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> excluded=\"\"\"[enlist<__exclude__>] -[<__tag__>]\"\"\" path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n <ol class=\"tc-toc toc-selective-expandable\">\n <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n <$list filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" emptyMessage=<<toc-selective-expandable-empty-message>> >\n <$macrocall $name=\"toc-unlinked-selective-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n </$list>\n </$list>\n </ol>\n</$vars>\n\\end\n\n\\define toc-tabbed-external-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$tiddler tiddler={{{ [<__selectedTiddler__>get[text]] }}}>\n <div class=\"tc-tabbed-table-of-contents\">\n <$linkcatcher to=<<__selectedTiddler__>>>\n <div class=\"tc-table-of-contents\">\n <$macrocall $name=\"toc-selective-expandable\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"[all[current]field:title<__selectedTiddler__>]\"/>\n </div>\n </$linkcatcher>\n <div class=\"tc-tabbed-table-of-contents-content\">\n <$reveal stateTitle=<<__selectedTiddler__>> type=\"nomatch\" text=\"\">\n <$transclude mode=\"block\" tiddler=<<__template__>>>\n <h1><<toc-caption>></h1>\n <$transclude mode=\"block\">$missingText$</$transclude>\n </$transclude>\n </$reveal>\n <$reveal stateTitle=<<__selectedTiddler__>> type=\"match\" text=\"\">\n $unselectedText$\n </$reveal>\n </div>\n </div>\n</$tiddler>\n\\end\n\n\\define toc-tabbed-internal-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$linkcatcher to=<<__selectedTiddler__>>>\n <$macrocall $name=\"toc-tabbed-external-nav\" tag=<<__tag__>> sort=<<__sort__>> selectedTiddler=<<__selectedTiddler__>> unselectedText=<<__unselectedText__>> missingText=<<__missingText__>> template=<<__template__>>/>\n</$linkcatcher>\n\\end\n\n"
},
"$:/core/macros/translink": {
"title": "$:/core/macros/translink",
"tags": "$:/tags/Macro",
"text": "\\define translink(title,mode:\"block\")\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: black; foreground; white;\">\n<$link to=\"\"\"$title$\"\"\">\n<$text text=\"\"\"$title$\"\"\"/>\n</$link>\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: white; foreground; black;\">\n<$transclude tiddler=\"\"\"$title$\"\"\" mode=\"$mode$\">\n\"<$text text=\"\"\"$title$\"\"\"/>\" is missing\n</$transclude>\n</div>\n</div>\n\\end\n"
},
"$:/core/macros/tree": {
"title": "$:/core/macros/tree",
"tags": "$:/tags/Macro",
"text": "\\define leaf-link(full-title, chunk)\n<$link to=<<__full-title__>>><$text text=<<__chunk__>>/></$link>\n\\end\n\n\\define leaf-node(prefix, chunk)\n<li>\n<$list filter=\"[<__prefix__>addsuffix<__chunk__>is[shadow]] [<__prefix__>addsuffix<__chunk__>is[tiddler]]\" variable=\"full-title\">\n<$list filter=\"[<full-title>removeprefix<__prefix__>]\" variable=\"chunk\">\n<span>{{$:/core/images/file}}</span> <$macrocall $name=\"leaf-link\" full-title=<<full-title>> chunk=<<chunk>>/>\n</$list>\n</$list>\n</li>\n\\end\n\n\\define branch-node(prefix, chunk)\n<li>\n<$set name=\"reveal-state\" value={{{ [[$:/state/tree/]addsuffix<__prefix__>addsuffix<__chunk__>] }}}>\n<$reveal type=\"nomatch\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"show\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"hide\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<span>(<$count filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>removeprefix<__chunk__>] -[<__prefix__>addsuffix<__chunk__>]\"/>)</span>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$macrocall $name=\"tree-node\" prefix={{{ [<__prefix__>addsuffix<__chunk__>] }}}/>\n</$reveal>\n</$set>\n</li>\n\\end\n\n\\define tree-node(prefix)\n<ol>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore[/]sort[]!suffix[/]]\" variable=\"chunk\">\n<$macrocall $name=\"leaf-node\" prefix=<<__prefix__>> chunk=<<chunk>>/>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore[/]sort[]suffix[/]]\" variable=\"chunk\">\n<$macrocall $name=\"branch-node\" prefix=<<__prefix__>> chunk=<<chunk>>/>\n</$list>\n</ol>\n\\end\n\n\\define tree(prefix: \"$:/\")\n<div class=\"tc-tree\">\n<span><$text text=<<__prefix__>>/></span>\n<div>\n<$macrocall $name=\"tree-node\" prefix=<<__prefix__>>/>\n</div>\n</div>\n\\end\n"
},
"$:/snippets/minilanguageswitcher": {
"title": "$:/snippets/minilanguageswitcher",
"text": "<$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
},
"$:/snippets/minithemeswitcher": {
"title": "$:/snippets/minithemeswitcher",
"text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$select tiddler=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"name\"><$view field=\"title\"/></$view></option>\n</$list>\n</$select>"
},
"$:/snippets/modules": {
"title": "$:/snippets/modules",
"text": "\\define describeModuleType(type)\n{{$:/language/Docs/ModuleTypes/$type$}}\n\\end\n<$list filter=\"[moduletypes[]]\">\n\n!! <$macrocall $name=\"currentTiddler\" $type=\"text/plain\" $output=\"text/plain\"/>\n\n<$macrocall $name=\"describeModuleType\" type=<<currentTiddler>>/>\n\n<ul><$list filter=\"[all[current]modules[]]\"><li><$link><<currentTiddler>></$link>\n</li>\n</$list>\n</ul>\n</$list>\n"
},
"$:/palette": {
"title": "$:/palette",
"text": "$:/palettes/Vanilla"
},
"$:/snippets/paletteeditor": {
"title": "$:/snippets/paletteeditor",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\n\\define describePaletteColour(colour)\n<$transclude tiddler=\"$:/language/Docs/PaletteColours/$colour$\"><$text text=\"$colour$\"/></$transclude>\n\\end\n<$set name=\"currentTiddler\" value={{$:/palette}}>\n\n<<lingo Prompt>> <$link to={{$:/palette}}><$macrocall $name=\"currentTiddler\" $output=\"text/plain\"/></$link>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\" variable=\"listItem\">\n<<lingo Prompt/Modified>>\n<$button message=\"tm-delete-tiddler\" param={{$:/palette}}><<lingo Reset/Caption>></$button>\n</$list>\n\n<$list filter=\"[all[current]is[shadow]!is[tiddler]]\" variable=\"listItem\">\n<<lingo Clone/Prompt>>\n</$list>\n\n<$button message=\"tm-new-tiddler\" param={{$:/palette}}><<lingo Clone/Caption>></$button>\n\n<table>\n<tbody>\n<$list filter=\"[all[current]indexes[]]\" variable=\"colourName\">\n<tr>\n<td>\n''<$macrocall $name=\"describePaletteColour\" colour=<<colourName>>/>''<br/>\n<$macrocall $name=\"colourName\" $output=\"text/plain\"/>\n</td>\n<td>\n<$edit-text index=<<colourName>> tag=\"input\"/>\n<br>\n<$edit-text index=<<colourName>> type=\"color\" tag=\"input\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n</$set>\n"
},
"$:/snippets/palettepreview": {
"title": "$:/snippets/palettepreview",
"text": "<$set name=\"currentTiddler\" value={{$:/palette}}>\n{{||$:/snippets/currpalettepreview}}\n</$set>\n"
},
"$:/snippets/paletteswitcher": {
"title": "$:/snippets/paletteswitcher",
"text": "<$linkcatcher to=\"$:/palette\">\n<div class=\"tc-chooser\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[description]]\"><$set name=\"cls\" filter=\"[all[current]prefix{$:/palette}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' - <$view field=\"description\" format=\"text\"/>{{||$:/snippets/currpalettepreview}}</$link>\n</div></$set>\n</$list>\n</div>\n</$linkcatcher>"
},
"$:/snippets/peek-stylesheets": {
"title": "$:/snippets/peek-stylesheets",
"text": "\\define expandable-stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$vars state=<<qualify \"$:/config/peek-stylesheets/open/\">>>\n<$set name=\"state\" value={{{ [<state>addsuffix<currentTiddler>] }}}>\n<li>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"no\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"yes\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"div\">\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</$reveal>\n</li>\n</$set>\n</$vars>\n</$list>\n</ol>\n\\end\n\n\\define stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<li>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</li>\n</$list>\n</ol>\n\\end\n\n<$vars modeState=<<qualify \"$:/config/peek-stylesheets/mode/\">>>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"expanded\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"restored\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}}</$button>\n</$reveal>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<expandable-stylesheets-list>>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<stylesheets-list>>\n</$reveal>\n\n</$vars>\n"
},
"$:/temp/search": {
"title": "$:/temp/search",
"text": ""
},
"$:/tags/AdvancedSearch": {
"title": "$:/tags/AdvancedSearch",
"list": "[[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]"
},
"$:/tags/AdvancedSearch/FilterButton": {
"title": "$:/tags/AdvancedSearch/FilterButton",
"list": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown $:/core/ui/AdvancedSearch/Filter/FilterButtons/clear $:/core/ui/AdvancedSearch/Filter/FilterButtons/export $:/core/ui/AdvancedSearch/Filter/FilterButtons/delete"
},
"$:/tags/ControlPanel": {
"title": "$:/tags/ControlPanel",
"list": "$:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals"
},
"$:/tags/ControlPanel/Info": {
"title": "$:/tags/ControlPanel/Info",
"list": "$:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced"
},
"$:/tags/ControlPanel/Plugins": {
"title": "$:/tags/ControlPanel/Plugins",
"list": "[[$:/core/ui/ControlPanel/Plugins/Installed]] [[$:/core/ui/ControlPanel/Plugins/Add]]"
},
"$:/tags/EditTemplate": {
"title": "$:/tags/EditTemplate",
"list": "[[$:/core/ui/EditTemplate/controls]] [[$:/core/ui/EditTemplate/title]] [[$:/core/ui/EditTemplate/tags]] [[$:/core/ui/EditTemplate/shadow]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/EditTemplate/body]] [[$:/core/ui/EditTemplate/type]] [[$:/core/ui/EditTemplate/fields]]"
},
"$:/tags/EditToolbar": {
"title": "$:/tags/EditToolbar",
"list": "[[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/cancel]] [[$:/core/ui/Buttons/save]]"
},
"$:/tags/EditorToolbar": {
"title": "$:/tags/EditorToolbar",
"list": "$:/core/ui/EditorToolbar/paint $:/core/ui/EditorToolbar/opacity $:/core/ui/EditorToolbar/line-width $:/core/ui/EditorToolbar/rotate-left $:/core/ui/EditorToolbar/clear $:/core/ui/EditorToolbar/bold $:/core/ui/EditorToolbar/italic $:/core/ui/EditorToolbar/strikethrough $:/core/ui/EditorToolbar/underline $:/core/ui/EditorToolbar/superscript $:/core/ui/EditorToolbar/subscript $:/core/ui/EditorToolbar/mono-line $:/core/ui/EditorToolbar/mono-block $:/core/ui/EditorToolbar/quote $:/core/ui/EditorToolbar/list-bullet $:/core/ui/EditorToolbar/list-number $:/core/ui/EditorToolbar/heading-1 $:/core/ui/EditorToolbar/heading-2 $:/core/ui/EditorToolbar/heading-3 $:/core/ui/EditorToolbar/heading-4 $:/core/ui/EditorToolbar/heading-5 $:/core/ui/EditorToolbar/heading-6 $:/core/ui/EditorToolbar/link $:/core/ui/EditorToolbar/excise $:/core/ui/EditorToolbar/picture $:/core/ui/EditorToolbar/stamp $:/core/ui/EditorToolbar/size $:/core/ui/EditorToolbar/editor-height $:/core/ui/EditorToolbar/more $:/core/ui/EditorToolbar/preview $:/core/ui/EditorToolbar/preview-type"
},
"$:/tags/Manager/ItemMain": {
"title": "$:/tags/Manager/ItemMain",
"list": "$:/Manager/ItemMain/WikifiedText $:/Manager/ItemMain/RawText $:/Manager/ItemMain/Fields"
},
"$:/tags/Manager/ItemSidebar": {
"title": "$:/tags/Manager/ItemSidebar",
"list": "$:/Manager/ItemSidebar/Tags $:/Manager/ItemSidebar/Colour $:/Manager/ItemSidebar/Icon $:/Manager/ItemSidebar/Tools"
},
"$:/tags/MoreSideBar": {
"title": "$:/tags/MoreSideBar",
"list": "[[$:/core/ui/MoreSideBar/All]] [[$:/core/ui/MoreSideBar/Recent]] [[$:/core/ui/MoreSideBar/Tags]] [[$:/core/ui/MoreSideBar/Missing]] [[$:/core/ui/MoreSideBar/Drafts]] [[$:/core/ui/MoreSideBar/Orphans]] [[$:/core/ui/MoreSideBar/Types]] [[$:/core/ui/MoreSideBar/System]] [[$:/core/ui/MoreSideBar/Shadows]] [[$:/core/ui/MoreSideBar/Explorer]] [[$:/core/ui/MoreSideBar/Plugins]]",
"text": ""
},
"$:/tags/PageControls": {
"title": "$:/tags/PageControls",
"list": "[[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/fold-all]] [[$:/core/ui/Buttons/unfold-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/new-image]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/manager]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/palette]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/timestamp]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/print]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]]"
},
"$:/tags/PageTemplate": {
"title": "$:/tags/PageTemplate",
"list": "[[$:/core/ui/PageTemplate/topleftbar]] [[$:/core/ui/PageTemplate/toprightbar]] [[$:/core/ui/PageTemplate/sidebar]] [[$:/core/ui/PageTemplate/story]] [[$:/core/ui/PageTemplate/alerts]]",
"text": ""
},
"$:/tags/SideBar": {
"title": "$:/tags/SideBar",
"list": "[[$:/core/ui/SideBar/Open]] [[$:/core/ui/SideBar/Recent]] [[$:/core/ui/SideBar/Tools]] [[$:/core/ui/SideBar/More]]",
"text": ""
},
"$:/tags/SideBarSegment": {
"title": "$:/tags/SideBarSegment",
"list": "[[$:/core/ui/SideBarSegments/site-title]] [[$:/core/ui/SideBarSegments/site-subtitle]] [[$:/core/ui/SideBarSegments/page-controls]] [[$:/core/ui/SideBarSegments/search]] [[$:/core/ui/SideBarSegments/tabs]]"
},
"$:/tags/TiddlerInfo": {
"title": "$:/tags/TiddlerInfo",
"list": "[[$:/core/ui/TiddlerInfo/Tools]] [[$:/core/ui/TiddlerInfo/References]] [[$:/core/ui/TiddlerInfo/Tagging]] [[$:/core/ui/TiddlerInfo/List]] [[$:/core/ui/TiddlerInfo/Listed]] [[$:/core/ui/TiddlerInfo/Fields]]",
"text": ""
},
"$:/tags/TiddlerInfo/Advanced": {
"title": "$:/tags/TiddlerInfo/Advanced",
"list": "[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] [[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]]"
},
"$:/tags/ViewTemplate": {
"title": "$:/tags/ViewTemplate",
"list": "[[$:/core/ui/ViewTemplate/title]] [[$:/core/ui/ViewTemplate/unfold]] [[$:/core/ui/ViewTemplate/subtitle]] [[$:/core/ui/ViewTemplate/tags]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/ViewTemplate/body]]"
},
"$:/tags/ViewToolbar": {
"title": "$:/tags/ViewToolbar",
"list": "[[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/open-window]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]] [[$:/core/ui/Buttons/fold-others]] [[$:/core/ui/Buttons/fold]]"
},
"$:/snippets/themeswitcher": {
"title": "$:/snippets/themeswitcher",
"text": "<$linkcatcher to=\"$:/theme\">\n<div class=\"tc-chooser\"><$list filter=\"[plugin-type[theme]sort[title]]\"><$set name=\"cls\" filter=\"[all[current]field:title{$:/theme}] [[$:/theme]!has[text]addsuffix[s/tiddlywiki/vanilla]field:title<currentTiddler>] +[limit[1]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' <$view field=\"description\" format=\"text\"/></$link></div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
},
"$:/core/wiki/title": {
"title": "$:/core/wiki/title",
"text": "{{$:/SiteTitle}} --- {{$:/SiteSubtitle}}"
},
"$:/view": {
"title": "$:/view",
"text": "classic"
},
"$:/snippets/viewswitcher": {
"title": "$:/snippets/viewswitcher",
"text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/view\">\n<div class=\"tc-chooser\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/view}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>>\n<$transclude tiddler=<<icon>>/>\n<$text text=<<storyview>>/>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
}
}
}
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<div class="tc-subtitle">
<$link to={{!!modifier}}>
<$view field="modifier"/>
</$link> <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/>
</div>
</$reveal>
AAABAAEAICQAAAEAIAC4EgAAFgAAACgAAAAgAAAASAAAAAEAIAAAAAAAABIAAMoAAADKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAD4AAABEAAAARAAAAEQAAABEAAAARAAAAEQAAABEAAAARAAAAEQAAABEAAAARAAAAEQAAABEAAAARAAAAEQAAABEAAAARAAAAEQAAABEAAAARAAAAEQAAABEAAAARAAAAEQAAAA+AAAAEAAAAAAAAAAAAAAAAgAAAIcAAAD8AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD7AAAAhQAAAAIAAABwAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAbgAAANYAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAADUAAAA/QAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP0AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD2AAAARgAAACQAAADVAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAALwAAAAAAAAAAAAAAHIAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAtgAAAAAAAAAAAAAAbgAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAC2AAAAAAAAAAAAAABuAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAALYAAAAAAAAAAAAAAFkAAAD7AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAADpAAAA7wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAtgAAAAAAAAAAAAAAAAAAABgAAAByAAAAwwAAAPUAAAD/AAAA9QAAAMAAAABqAAAAFQAAAAAAAAAAAAAAHgAAAHEAAADRAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAC2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAADcAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAALYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANEAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAtgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0QAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAC2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADRAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAALYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANEAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAtgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0QAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAC2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADRAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAALYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANEAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAtgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0QAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAC2AAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAsAAAAAAAAAAAAAAAAAAADRAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAALYAAAAAAAAAAAAAAF8AAADeAAAAhwAAAEQAAAAiAAAADAAAACcAAABJAAAAkwAAAOUAAAD/AAAA/gAAAMYAAABqAAAAHAAAAOMAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAYwAAAAAAAAAAAAAAHwAAAOoAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAOYAAAAAAAAAAAAAAAAAAAAAAAAAjgAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA4AAAAAAAAAAAAAAAAAAAAAAAAACKAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAYgAAAAAAAAAAAAAAIQAAAOsAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAwQAAAK4AAADyAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAADsAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA6wAAAKwAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAACqAAAAHgAAAOUAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA5AAAAB0AAAAAAAAAEgAAAH4AAACvAAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAAuwAAALsAAAC7AAAArwAAAH0AAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////wAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAMAAAADAAAAA4AwAAP7/AAD//4AA//+AAP//gAD//4AA//+AAP//gAD//4AA//+AAN/zgADAAAAAwAAAAeAAAAHgAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAB//////////8=
<svg class="tc-image-3d-3ds tc-image-button" width="22pt" height="22pt" baseProfile="full" viewBox="0 0 32 40"><path d="M4 0L0 8l10 4-9 8 9 8-10 4 4 8h18l10-20L22 0H4z"/></svg>
<svg class="tc-image-3d-collada tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 30.374004364013672"><path d="M24.26.001C32.9.001 40.38 2.787 44 6.846v5.018c-2.646-3.908-9.773-6.707-18.15-6.707-10.632 0-19.25 4.509-19.25 10.071 0 3.604 3.618 6.766 9.056 8.546C7.748 21.894 2.2 17.498 2.2 12.375 2.2 5.541 12.077 0 24.26 0zm-3.42 30.373c-8.64 0-16.12-2.787-19.74-6.845L0 18.51c2.646 3.908 10.873 6.708 19.25 6.708 10.632 0 19.25-4.51 19.25-10.072 0-3.604-3.618-6.766-9.056-8.546C37.352 8.481 42.9 12.877 42.9 17.999c0 6.834-9.877 12.375-22.06 12.375z"/></svg>
<svg class="tc-image-3d-obj tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M0 3.704L25.926 0 40 7.407v28.89L14.815 40 0 31.111V3.704z"/></svg>
<svg class="tc-image-3d-rotation tc-image-button" width="22pt" height="22pt" viewBox="0 0 1019.7340698242188 1024"><path d="M318.507 916.694C179.2 850.561 79.147 715.094 64 554.667H0C21.76 817.494 241.493 1024 509.867 1024c9.6 0 18.773-.853 28.16-1.493l-162.56-162.773-56.96 56.96zm37.973-278.4c-8.107 0-15.573-1.067-22.4-3.627-6.613-2.347-12.373-5.76-17.067-10.027s-8.32-9.6-10.88-15.573c-2.56-6.187-3.84-12.8-3.84-20.053h-55.467c0 15.36 2.987 28.8 8.96 40.533s13.867 21.547 23.893 29.227c10.027 7.893 21.547 13.653 34.773 17.707 13.227 4.267 26.88 6.187 41.387 6.187 15.787 0 30.507-2.133 44.16-6.4s25.387-10.667 35.413-18.987 17.707-18.56 23.467-30.72c5.547-12.16 8.533-26.027 8.533-41.6 0-8.32-1.067-16.213-2.987-23.893-2.133-7.68-5.333-14.933-9.6-21.76-4.48-6.827-10.24-12.8-17.28-18.347-7.04-5.333-15.787-9.813-25.813-13.44 8.533-3.84 16-8.533 22.4-14.08s11.733-11.52 16-17.707c4.267-6.4 7.467-12.8 9.6-19.627s3.2-13.653 3.2-20.267c0-15.573-2.56-29.227-7.68-40.96s-12.373-21.547-21.76-29.44c-9.387-7.893-20.48-13.867-33.707-17.92-13.653-4.267-28.16-6.187-43.947-6.187-15.36 0-29.653 2.347-42.667 6.827s-24.107 10.88-33.493 18.987c-9.387 8.107-16.64 17.707-21.973 28.8s-7.893 23.253-7.893 36.267h55.467c0-7.253 1.28-13.653 3.84-19.2 2.56-5.76 6.187-10.667 10.667-14.507 4.48-4.053 10.027-7.253 16.213-9.387s13.013-3.413 20.267-3.413c17.067 0 29.653 4.48 37.973 13.227s12.373 21.12 12.373 36.907c0 7.68-1.067 14.507-3.413 20.693s-5.76 11.52-10.453 16-10.667 7.893-17.493 10.453c-7.04 2.56-15.36 3.84-24.747 3.84h-32.852v43.733h32.853c9.387 0 17.92 1.067 25.387 3.2s13.867 5.333 19.2 10.027c5.333 4.48 9.387 10.24 12.373 17.067 2.773 6.827 4.267 14.933 4.267 24.32 0 17.28-4.907 30.507-14.933 39.68-9.6 8.96-23.04 13.44-40.32 13.44zm365.227-252.8c-13.44-14.08-29.653-24.96-48.427-32.64-18.987-7.68-39.68-11.52-62.507-11.52H509.866v341.333h97.92c23.68 0 45.013-3.84 64.427-11.52s35.84-18.56 49.493-32.64c13.653-14.08 24.32-31.147 31.573-50.987 7.467-19.84 11.093-42.24 11.093-66.987V503.68c0-24.747-3.84-46.933-11.307-66.987s-17.92-37.12-31.36-51.2zm-16.853 135.254c0 17.707-1.92 33.92-6.187 48-4.053 14.293-10.027 26.24-18.133 36.053s-18.133 17.28-30.293 22.613c-12.16 5.12-26.24 7.893-42.453 7.893h-38.613V389.12h41.6c30.72 0 53.973 9.813 70.187 29.227 16 19.627 24.107 47.787 24.107 84.907v17.493zM509.867.001c-9.6 0-18.773.853-28.16 1.493l162.56 162.773 56.747-56.747c139.52 65.92 239.573 201.387 254.72 361.813h64C997.974 206.506 778.241 0 509.867 0z"/></svg>
<svg class="tc-image-3d-x tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 30"><path d="M0 0h14v4h3v3h3v3h2V7h3V4h3V0h14v4h-3v3h-3v3h-3v3h-3v4h3v3h3v3h3v3h3v4H28v-4h-3v-3h-3v-3h-2v3h-3v3h-3v4H0v-4h3v-3h3v-3h3v-3h3v-4H9v-3H6V7H3V4H0V0z"/></svg>
<svg class="tc-image-500px tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.553998947143555 16.004159927368164"><path fill-rule="nonzero" d="M12.262 13.3c-.113-.114-.21-.18-.294-.204a.21.21 0 0 0-.22.053l-.056.054A6.34 6.34 0 0 1 9.68 14.56c-.78.33-1.61.498-2.464.498a6.297 6.297 0 0 1-4.477-1.853 6.07 6.07 0 0 1-1.357-2.012 6.8 6.8 0 0 1-.41-1.422l-.008-.04c-.04-.206-.23-.22-.504-.18-.114.02-.46.072-.428.32v.007a7.235 7.235 0 0 0 2.043 3.992A7.234 7.234 0 0 0 7.217 16c.98 0 1.933-.192 2.83-.572a7.216 7.216 0 0 0 2.312-1.56s.038-.036.058-.058c.073-.08.137-.22-.154-.51M7.206 1.713c-.938 0-1.936.19-2.67.507a.21.21 0 0 0-.134.183c-.01.083.013.193.07.337.044.116.165.424.4.335a6.73 6.73 0 0 1 2.334-.444c.857 0 1.688.17 2.47.5.62.262 1.207.642 1.844 1.194.046.04.096.06.146.06.125 0 .244-.12.346-.236.17-.19.287-.35.12-.508a6.824 6.824 0 0 0-2.1-1.355 7.19 7.19 0 0 0-2.826-.57m-1.278 7.93c0 .107.098.2.156.256l.018.018c.1.098.194.148.28.148a.193.193 0 0 0 .134-.05c.044-.04.54-.542.586-.59l.552.55c.052.06.107.087.172.09.088 0 .184-.053.286-.157.238-.244.12-.375.06-.44l-.56-.558.585-.588c.128-.14.015-.286-.098-.4-.163-.162-.32-.205-.423-.11l-.58.58-.587-.587a.157.157 0 0 0-.113-.045c-.078 0-.17.052-.275.157-.18.18-.22.304-.125.403l.587.586-.585.583c-.048.048-.072.1-.07.153m-3.723.867c.004.01.087.24.135.352.263.624.64 1.184 1.122 1.665a5.227 5.227 0 0 0 5.741 1.122 5.214 5.214 0 0 0 1.665-1.122 5.2 5.2 0 0 0 1.533-3.705 5.198 5.198 0 0 0-1.533-3.702A5.22 5.22 0 0 0 7.166 3.59c-.715 0-1.43.14-2.067.41-.51.216-1.37.77-1.875 1.29l-.003.004V.984h7.24c.264-.003.264-.37.264-.492 0-.12 0-.49-.263-.492h-7.83a.344.344 0 0 0-.344.342v6.066c0 .196.244.337.47.386.443.094.545-.047.653-.197l.015-.02c.166-.245.683-.765.688-.77a4.256 4.256 0 0 1 3.035-1.253c1.146 0 2.222.445 3.03 1.25a4.253 4.253 0 0 1 1.254 3.02 4.24 4.24 0 0 1-1.25 3.02 4.331 4.331 0 0 1-3.047 1.252c-.773 0-1.52-.206-2.16-.596l.004-3.688c0-.49.214-1.026.57-1.43.41-.462.973-.716 1.587-.716.595 0 1.15.226 1.565.636.41.407.636.95.636 1.527a2.18 2.18 0 0 1-2.207 2.198c-.24 0-.673-.106-.69-.11-.25-.075-.357.272-.392.387-.135.44.068.527.11.54.398.123.66.147 1 .147a3.174 3.174 0 0 0 3.17-3.17c0-1.734-1.42-3.144-3.167-3.144-.854 0-1.657.327-2.26.92-.575.565-.905 1.32-.905 2.067v.02c-.003.092-.004 2.304-.005 3.03l-.003-.004c-.33-.363-.653-.92-.868-1.488-.086-.223-.276-.183-.536-.103-.114.034-.46.14-.383.39l.002.003z"/></svg>
<svg class="tc-image-aboutme tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 6.14400053024292"><path fill-rule="nonzero" d="M13.024 1.168c-.916 0-1.422.675-1.53 1.41h3.072c-.084-.7-.578-1.41-1.542-1.41m-1.506 2.41c.157.77.795 1.313 1.687 1.313.482 0 1.18-.18 1.59-.603l.783.904c-.71.748-1.77.952-2.493.952-1.76 0-3.133-1.265-3.133-3.072C9.952 1.385 11.216 0 13 0c1.722 0 3 1.325 3 3.072v.506h-4.482zM7.192 6.13V2.337c0-.65-.288-1.024-.89-1.024-.543 0-.904.386-1.145.664v4.154H3.59V2.337c0-.65-.276-1.024-.878-1.024-.542 0-.917.386-1.145.664v4.154H0V.076h1.567v.767A2.37 2.37 0 0 1 3.374.001c.83 0 1.397.35 1.65 1.06.35-.506 1-1.06 1.94-1.06 1.133 0 1.795.675 1.795 1.976v4.154H7.19z"/></svg>
<svg class="tc-image-abseiling tc-image-button" width="22pt" height="22pt" version="1.2" baseProfile="tiny" overflow="inherit" viewBox="0 0 38.29199981689453 50"><path d="M30.423 25.542c-.327-1.293-1.973-2.314-3.21-1.716L22.414 26v-8.584l8.433-13.243c.612-.967.376-2.249-.609-2.869-.973-.609-2.24-.326-2.787.62l-7.067 11.255-4.261.011c-.273 0-.544.044-.818.152l-7.366 2.869-3.795-5.715c-.624-.956-1.914-1.239-2.887-.62S0 11.788.624 12.755l4.736 7.127c.536.826 1.662 1.195 2.613.804l5.441-2.097V28L6.017 44.387c-.558 1.251.054 2.625 1.356 3.354 1.302.729 2.801.304 3.342-.945l5.951-13.582a6.035 6.035 0 0 0 1.673.219 4.44 4.44 0 0 0 1.531-.272l6.681-3.108 1.464 5.857a2.45 2.45 0 0 0 2.97 1.771 2.42 2.42 0 0 0 1.77-2.945l-2.332-9.194zm-6.009-3.454v1.553C34.414 18.623 38.292 1.435 38.292 0h-1.399c-.525 3.585-4.479 17.926-12.479 22.088zm-7.092-9.658c2.046 0 3.708-1.64 3.708-3.672 0-2.031-1.662-3.684-3.708-3.684-2.046 0-3.708 1.652-3.708 3.684s1.662 3.672 3.708 3.672zM20.414 50h2V33.432l-2 1.568z"/></svg>
<svg class="tc-image-abstract-abstract-001 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m491,189.4651c0-26.6773-23.4959-48.4685-52.5815-48.4685-3.7901,0-7.6013.3286-11.1625,1.0279 .1737-1.4114.4086-2.7194.5873-4.1125 .418-3.251.8714-6.3986 1.3216-9.5471 .2162-1.5195.3618-3.0583.5873-4.5529 .0505-.24.113-.4936.1455-.7346 1.5195-10.0059 3.1603-19.4083 4.9938-28.2002 .1081-.5182.3337-.9555.4418-1.4683 .5239-2.4684 1.0693-4.8358 1.6159-7.1971 .658-2.8416 1.2192-5.6898 1.9091-8.3722-.6659.949-1.2568,1.8904-1.9091,2.9375-.2211.3575-.5124.8042-.7346,1.175-.2962.4994-.5852.9494-.8813,1.4692-.24.418-.498.8879-.7341,1.3217-.343.6291-.6875,1.252-1.0283,1.9091s-.5441,1.2192-.8812,1.9096c-.4137.8399-.7684,1.763-1.175,2.6437-.4605,1.0049-1.018,2.0285-1.4687,3.0842-1.7432,4.0547-3.3981,8.4384-4.9938,13.2193-.5902,1.7742-1.1929,3.5678-1.7625,5.4341-10.639-4.3438-22.4191-6.7563-34.8093-6.7563-27.2676,0-51.5244,11.6316-67.269,29.8155-.3193.0505-.5607.2631-.8812.2962 6.6317,35.9091 10.4279,76.5488 10.4279,119.7035 0,43.1852-3.7873,83.7769-10.4279,119.7034 .3524.0433.6774.1123 1.0279.1455 15.746,18.1275 39.883,29.8155 67.1224,29.8155 12.3958,0 24.1708-2.4097 34.8093-6.7557 .5693,1.8659 1.1727,3.6603 1.7625,5.4341 1.7841,5.3439 3.6139,10.2555 5.5813,14.6876 .4324.9804.8827,1.8574 1.3221,2.7909 .235.4901.4994.9917.7341,1.4683 .3387.6904.5398,1.2473.8812,1.9096s.6839,1.2808 1.0283,1.9096c.235.4324.4958.901.7341,1.3216 .4699.8221.9931,1.5792 1.4688,2.35 .0505.0844.0937.2019.1455.2962 .6522,1.0471 1.2431,1.989 1.9091,2.9375-1.2605-4.8998-2.3739-9.996-3.525-15.4222-1.9538-9.2059-3.8301-19.2503-5.4341-29.8155-.263-1.74-.4807-3.5138-.7347-5.2876-.4511-3.1429-.9047-6.3018-1.3216-9.5472-.1788-1.371-.418-2.7228-.5873-4.1125 3.5612.6991 7.372,1.0283 11.1625,1.0283 29.0851,0 52.5815-21.644 52.5815-48.3218s-23.4963-48.3223-52.5815-48.3223c-6.0691,0-11.9103.9094-17.3313,2.6437-.1363-6.8949-.2962-13.8011-.2962-20.8563s.16-14.1085.2962-21.003c5.421,1.7338 11.2622,2.7904 17.3313,2.7904 29.0851,0 52.5815-21.6441 52.5815-48.3223zm-13.5125-.7341c0,11.9315-9.66,21.591-21.591,21.591s-21.5905-9.6595-21.5905-21.591 9.6599-21.5909 21.5905-21.5909 21.591,9.6609 21.591,21.5909zm0,134.5381c0,11.9315-9.66,21.591-21.591,21.591s-21.5905-9.6595-21.5905-21.591 9.6599-21.591 21.5905-21.591 21.591,9.6609 21.591,21.591zm-59.6316-189.7633c-.0505.1786.0433.4086 0,.5873-.1039.4605-.3387.8573-.4417,1.3216-.7605,3.4578-1.3578,6.91-2.0563,10.575-17.4652,7.8665-29.5217,24.4147-29.5217,43.4752 0,15.6379 8.0149,29.4988 20.5626,38.3348-.1643,4.0927-.2019,8.1644-.2962,12.3375-19.0553-10.2122-31.8723-28.9634-31.8723-50.6723 0-25.9718 18.1896-48.117 43.6224-55.9594zm0,244.8419c-25.4323-7.8425-43.6223-29.8409-43.6223-55.8128 0-21.7084 12.817-40.6068 31.8723-50.8194 .0937,4.1731.1318,8.2452.2962,12.3375v.1455c-12.5472,8.836-20.5626,22.6969-20.5626,38.3348 0,19.0604 12.057,35.4621 29.5218,43.328 .6991,3.6656 1.2963,7.1173 2.0563,10.5751 .1455.6522.2962,1.2638.4418,1.9096zm-97.085-122.3477c0-85.4924-14.6303-157.2542-34.3689-176.5445 6.479,47.8641 10.4284,109.4687 10.4284,176.5445s-3.9494,128.5338-10.4284,176.3979c19.7386-19.2899 34.3689-90.9055 34.3689-176.3979zm-36.1314,0c0-129.8047-12.7441-235.001-28.4939-235.001s-28.4939,105.1963-28.4939,235.001 12.7446,235.001 28.4939,235.001 28.4939-105.1963 28.4939-235.001zm-58.8969-176.5445c-19.7386,19.2903-34.3689,91.0521-34.3689,176.5445s14.6302,157.108 34.3689,176.3979c-6.479-47.8641-10.4284-109.322-10.4284-176.3979s3.9494-128.6804 10.4284-176.5445zm-33.9285,56.8411c-.32-.0433-.56-.2631-.8812-.2962-15.7442-18.1839-40.001-29.8156-67.269-29.8156-12.8057,0-25.0647,2.7246-35.9843,7.3438-1.0161-3.3559-1.9989-6.6421-3.0846-9.6938-.7515-2.1188-1.5669-4.2032-2.35-6.1688-.0506-.075-.1175-.0721-.1455-.1455-.6061-1.5153-1.2859-2.9869-1.9096-4.4068-1.9661-4.4505-3.8949-8.4445-6.0217-11.8967-.712-1.1576-1.4743-2.3401-2.2034-3.3784 .6097,2.3702 1.1792,4.8481 1.7625,7.3443 .3431,1.4546.6955,2.9098 1.0284,4.4058 .235,1.0688.503,2.1418.7341,3.2317l.4418,2.0558c2.9328,14.1344 5.3848,29.8649 7.4904,47.0002-3.1358-.5354-6.3874-.8808-9.6938-.8808-29.0852,0-52.7281,21.6441-52.7281,48.3219s23.6429,48.469 52.7281,48.469c5.5888,0 10.959-.8686 16.0097-2.35 .1269,6.7671.2962,13.6428.2962,20.5626s-.1643,13.6488-.2962,20.4155c-5.0507-1.4815-10.4209-2.2029-16.0097-2.2029-29.0852,0-52.7281,21.644-52.7281,48.3223s23.6429,48.3218 52.7281,48.3218c3.3064,0 6.558-.3481 9.6938-.8812-2.2058,17.9494-4.8199,34.4192-7.9313,49.0564-.235,1.1026-.4944,2.1503-.7342,3.2313-.3293,1.4843-.6911,3.1101-1.0284,4.5529-.5794,2.4732-1.1576,4.8476-1.7625,7.1972 .729-1.0383 1.4914-2.0737 2.2034-3.2313 2.1268-3.4522 4.0556-7.5929 6.0217-12.0438 .6241-1.4194 1.3038-2.7448 1.9096-4.2596 .0506-.0749.1175-.212.1457-.2912 .0505-.1269.0945-.3149.1455-.4417 .5816-1.4669 1.1985-3.0014 1.7625-4.5534 .3668-1.0096.6695-2.0389 1.0279-3.0841 .235-.6832.503-1.505.7346-2.2034v-.1457c.5845-1.7654 1.1999-3.4301 1.7625-5.2876 10.9191,4.622 23.173,7.1967 35.9843,7.1967 27.2399,0 51.3764-11.688 67.1224-29.8155 .3524-.0433.6774-.1081 1.0279-.1457-6.6402-35.9265-10.428-76.5182-10.428-119.7034 0-43.1546 3.7962-83.7943 10.428-119.7034zm-53.9031,53.1685c0,22.1959-13.4274,41.3682-33.1939,51.407-.0844-4.0965-.1412-8.1705-.2962-12.1909 13.3039-8.7731 21.8843-23.031 21.8843-39.216 0-19.5662-12.6233-36.4623-30.8439-44.0627-.0649-.3286-.0843-.5564-.1455-.8808-.6933-3.5602-1.5942-7.059-2.35-10.4284-.0722-.3056-.0749-.5751-.1455-.8812 26.1434,7.4618 45.0906,29.8164 45.0906,56.2531zm0,133.0698c0,26.4367-18.9472,48.7914-45.091,56.2532 .1694-.7455.418-1.5976.5873-2.35 .7127-3.2383 1.4011-6.5768 2.0562-9.9876 18.2206-7.6004 30.8439-24.3494 30.8439-43.9156 0-16.185-8.5803-30.5896-21.8842-39.3626 .1549-4.0195.2068-7.9492.2962-12.0443 .0005-.0433-.0004-.1175 0-.1455 19.7665,10.0388 33.1939,29.3582 33.1939,51.5536zm-60.0724-133.8039c0,11.9315-9.6599,21.591-21.5905,21.591s-21.591-9.6595-21.591-21.591 9.6604-21.5909 21.591-21.5909 21.5905,9.6609 21.5905,21.5909zm0,134.5381c0,11.9315-9.6599,21.591-21.5905,21.591s-21.591-9.6595-21.591-21.591 9.6604-21.591 21.591-21.591 21.5905,9.6609 21.5905,21.591z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-002 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m459.5091,138.501c-8.9699-15.5337-19.4715-29.5834-31.1623-42.2171-.1694-.1831-.3243-.3805-.4944-.5621-4.3782-4.7012-9.0065-9.1753-13.7072-13.4567-4.8299-4.3994-9.7669-8.6469-14.9052-12.5946-.0843-.0649-.1881-.1124-.2724-.1831-1.4072-1.0787-2.9028-2.0521-4.3317-3.096-1.6197-1.1831-3.1801-2.5198-4.8266-3.6587-.4461-.3099-.9198-.5975-1.3705-.9048-1.859-1.2667-3.7917-2.462-5.6825-3.6727-2.7355-1.7498-5.5321-3.3964-8.3311-5.0273-2.8098-1.6376-5.6425-3.2371-8.5116-4.7534-2.8963-1.5308-5.7404-3.0734-8.693-4.4793-2.8003-1.3334-5.6054-2.5494-8.4528-3.77-3.144-1.3499-6.3133-2.6269-9.51-3.8377-3.0081-1.1379-6.0924-2.1884-9.1423-3.2022-2.0752-.6897-4.148-1.3626-6.2404-1.9943-1.8895-.5708-3.7894-1.1088-5.692-1.6324l-1.4048-.3762c-1.7833-.4793-3.5501-.8875-5.3441-1.3246-2.666-.6479-5.3197-1.2676-8.0068-1.8223-1.184-.2443-2.3511-.614-3.5388-.8408-2.4836-.4728-5.0137-.8662-7.5123-1.2596-3.0326-.4778-6.0999-.8028-9.1518-1.1619-3.3615-.395-6.7551-.8517-10.1355-1.1027-2.2687-.1694-4.522-.2162-6.7974-.3149-1.3166-.0577-2.6359-.0577-3.9543-.0944-1.3832-.0504-2.7698-.1319-4.155-.1456-2.0836-.0505-4.1624,0-6.2494.0504-1.5774.0505-3.1585-.0504-4.7368,0-2.8413.1031-5.683.3056-8.5252.5117-.2162,0-.4375.0504-.6558.0504-3.6746.2775-7.3835.671-11.0544,1.1238-3.6478.4511-7.3239.9542-10.9618,1.5793-.1975.0505-.3856.1319-.5823.1643-3.6215.6313-7.1895,1.3541-10.795,2.1612-.1081.0505-.2205-.004-.3286,0-3.1341.7063-6.2188,1.4975-9.3365,2.3369-2.7007.7276-5.3935,1.6305-8.0786,2.4592-.5304.1643-1.0905.2587-1.6197.4274-1.1407.3618-2.2834.7473-3.4204,1.1266-2.7976.9316-5.5378,1.89-8.3137,2.9334-2.4145.9076-4.8069,1.8087-7.203,2.8013-2.8112,1.1642-5.6173,2.3807-8.4012,3.6624-1.2456.5737-2.4695,1.2051-3.7089,1.8021-2.1931,1.0561-4.4083,2.1597-6.5812,3.2901-3.0857,1.6051-6.1371,3.2036-9.1795,4.9596-3.0274,1.7475-5.9655,3.6084-8.8853,5.4682-2.0652,1.3166-4.1291,2.6829-6.1403,4.0535-1.1365.775-2.2956,1.5186-3.4152,2.3106-2.5024,1.7696-4.9587,3.5914-7.3732,5.4437-2.0578,1.5783-4.0343,3.1995-6.0275,4.8361-2.2918,1.8824-4.492,3.7757-6.6978,5.7318-1.3179,1.169-2.5781,2.3938-3.8649,3.5881-2.0601,1.9111-4.1888,3.7912-6.169,5.7657-2.2711,2.2646-4.5277,4.5719-6.6926,6.9164-.075.08-.1081.1924-.183.2724-1.1623,1.262-2.2589,2.5381-3.3902,3.8221-1.3053,1.483-2.6156,2.9329-3.8795,4.4441-.1268.1549-.3056.2681-.4375.423-2.3604,2.8375-4.6348,5.769-6.8486,8.7024-2.2279,2.9522-4.4234,5.9669-6.5008,9.0102-.1225.1787-.24.3668-.3618.5477-1.6004,2.3576-3.1966,4.7171-4.7058,7.1255-.839,1.3382-1.5755,2.7384-2.3868,4.0915-1.0721,1.7898-2.1418,3.5731-3.1646,5.3883-.6803,1.2061-1.293,2.4535-1.9515,3.6704-.6263,1.16-1.2911,2.3003-1.8975,3.4697-.9363,1.8025-1.9487,3.5444-2.8366,5.3685-.1081.2205-.1831.4562-.2868.6753-.72,1.4895-1.2784,3.0237-1.9661,4.5268-.7266,1.5901-1.4561,3.1961-2.1465,4.8008-.0505.0987-.1362.1737-.1831.2724-1.1817,2.7553-2.3144,5.4353-3.3889,8.231-.909,2.3604-1.833,4.7482-2.665,7.1354-.3993,1.1417-.6616,2.3364-1.0411,3.4838-.2631.7868-.5939,1.5647-.846,2.3539-.5823,1.8246-1.0411,3.6529-1.5788,5.4907-.6558,2.2378-1.3118,4.4384-1.9017,6.694-.498,1.9097-.9819,3.8236-1.4322,5.745-.2962,1.254-.6205,2.4798-.8945,3.7385-.1924.8771-.32,1.7828-.498,2.6622-.6472,3.1477-1.2794,6.3439-1.7978,9.5175-.3481,2.1315-.5744,4.2932-.8639,6.4346-.1456,1.0693-.4043,2.1193-.5326,3.1904-.0505.1737 0,.3524-.0505.529-.3618,3.0486-.7192,6.1394-.9612,9.204-.2587,3.2596-.3431,6.4938-.4656,9.7665-.1225,3.2427-.1506,6.4957-.1362,9.7473 0,3.2389.0505,6.4835.1881,9.727 .1268,2.8004.2068,5.5961.4375,8.3965 .1643,1.9952.5405,4.0144.7558,6.0087 .1881,1.7593.2868,3.5406.516,5.299v.3286c.8498,6.4233 2.0605,12.8216 3.456,19.204 1.3579,6.2108 2.9193,12.4555 4.8017,18.5968 .0721.24.1643.4721.24.7099 5.0974,16.4394 12.0156,32.5578 20.9855,48.0919 64.9026,112.3971 208.646,150.9077 321.0605,86.0149s150.9303-208.6149 86.0277-321.0121zm-18.319,10.575c59.0434,102.2509 23.9075,232.9596-78.3584,291.9941s-233.0484,24.104-292.0918-78.1464c-8.8368-15.3034-15.4533-31.3005-20.1629-47.5491l37.274-21.5171c3.7319,16.532 9.9705,32.8351 18.891,48.2832 47.5797,82.3987 152.8932,110.5054 235.3036,62.9328s110.7225-152.8166 63.1429-235.2148c-8.9205-15.4486-19.9222-29.0016-32.3759-40.4997l37.2744-21.5166c11.719,12.2022 22.2666,25.9301 31.103,41.2334zm-68.1072-77.7046c2.8013,5.2149 2.8346,11.8257-.3431,17.3268-4.8403,8.3819-15.3838,11.2664-23.7671,6.4271s-11.342-15.5088-6.5018-23.8907 15.638-11.4135 24.0213-6.5741c2.0958,1.2098 3.8495,2.7999 5.2134,4.6221 .5117.6832.9758,1.3443 1.3757,2.0892zm-4.6415,54.2365-281.6541,162.5887c-13.3349-69.9915 17.825-143.7611 83.0238-181.3979s144.6743-27.7331 198.6302,18.8093zm-45.5806-76.2927c2.2716,3.2229 3.4354,7.3135 3.1844,11.39-.0721,1.1647-.2724,2.2223-.5859,3.3912-2.5057,9.3487-12.1491,14.9156-21.4992,12.4104s-14.8446-12.0198-12.3394-21.369 12.0757-15.043 21.4258-12.5378c4.0911,1.096 7.5425,3.4918 9.8145,6.7152zm42.3822,143.6023c34.82,60.3007 14.0503,137.4018-46.2598,172.2166s-137.4761,14.2487-172.2955-46.052c-9.1372-15.8232-14.315-32.8177-16.0921-49.8992l30.5315-17.6248c-.8352,17.5618 3.0885,35.6049 12.5297,51.955 26.2388,45.4401 84.3822,61.017 129.8288,34.7824s61.0264-84.3695 34.7876-129.8091c-9.4413-16.3506-23.1076-28.7699-38.7362-36.8275l30.5315-17.6248c13.9065,10.0795 26.0377,23.0606 35.1744,38.8833zm-94.7579-150.0007c1.882,2.815 2.9592,6.1949 2.9592,9.8244 0,9.6791-7.7703,17.3663-17.4509,17.3663s-17.496-7.6956-17.496-17.3743 7.7511-17.6943 17.4311-17.6943c6.0501,0 11.4205,3.1871 14.5565,7.8779zm-51.5236,8.8829c.5203,1.0444.9405,2.178 1.2536,3.3466 2.5056,9.3491-3.0532,18.9014-12.4039,21.4061-9.3501,2.5052-18.9037-3.0528-21.4094-12.402s2.9799-19.0283 12.3305-21.5334c8.1816-2.1917 16.587,1.8711 20.2292,9.1828zm67.4079,186.6486c9.6805,16.7641 3.9162,38.2722-12.8504,47.9513s-38.2779,3.9158-47.9584-12.8484-3.9163-38.2728 12.8503-47.9514 38.2784-3.9157 47.9585,12.8485zm-116.9174-167.2269c4.8403,8.3823 1.9854,19.0358-6.3984,23.8755s-19.0386,1.9844-23.8788-6.3974-2.0582-19.1632 6.3251-24.0025 19.1124-1.8575 23.9522,6.5244zm-42.6585,31.5787c4.4845,6.7937 3.6812,15.8651-2.3077,21.8531-6.8454,6.844-17.8984,6.8816-24.7433.0504-6.8449-6.8435-6.9558-18.0225-.1124-24.8664 5.9894-5.9881 15.3725-6.6319 22.1831-2.1207 .9729.6443 1.8514,1.4825 2.7068,2.3379s1.631,1.7885 2.2716,2.759zm-32.374,41.7533c.4829.7005.8799,1.4063 1.2488,2.1621 2.4577,5.0396 2.3694,11.2513-.6558,16.4901-4.8403,8.3819-15.4571,11.1395-23.8403,6.3002s-11.342-15.5087-6.5018-23.8911 15.5845-11.2128 23.9677-6.3735c2.3577,1.3612 4.3336,3.2103 5.7813,5.3122zm-19.691,50.2042c2.2288,3.8791 2.9696,8.5803 1.717,13.2546-2.5056,9.3487-12.0216,14.8428-21.3723,12.3375s-15.0453-12.0738-12.5396-21.4225c2.1921-8.1803 9.9536-13.499 18.1075-12.997 1.1647.0721 2.2965.3993 3.465.7135 4.6753,1.2521 8.3932,4.2348 10.6224,8.1139zm-7.5692,51.5166c1.882,2.7886 2.9592,6.1948 2.9592,9.8243 0,9.6787-7.7703,17.3663-17.4509,17.3663s-17.6962-7.7496-17.6962-17.4283 8.0246-17.5134 17.7046-17.5134c6.0501,0 11.3472,3.103 14.4832,7.7511z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-003 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.0016,21c0,0-7.5444,12.187-18.0659,32.3125-14.0426-11.3735-31.3058-19.606-50.8188-23.2063-6.9118-1.2756-13.7108-1.8856-20.4154-1.9096-46.9342-.1694-86.9175,29.155-93.7062,71.9687-7.7588,48.9303 30.628,96.8688 85.9216,107.0721 7.8453,1.4476 15.6261,2.0539 23.2063,1.9091-2.6268,15.6341-4.2591,31.3683-4.2596,46.8533 0,1.073.1319,2.1555.1456,3.2313h-113.3875c5.7659-15.3168 15.8615-28.4387 28.7875-37.8937-40.8266,3.9198-72.4096,32.532-72.4091,67.2688s31.5807,63.3499 72.4091,67.2688c-12.926-9.4554-23.0216-22.5774-28.7875-37.8937h120.2909c4.5045,21.2421 10.9021,41.9963 17.9187,61.3937h-56.8409c3.3154-8.8064 9.0184-16.4486 16.45-21.8846-23.4723,2.2537-41.5654,18.8038-41.5654,38.775s18.0922,36.3751 41.5654,38.6283c-7.4316-5.436-13.1346-12.9316-16.45-21.7375h70.0596c19.8138,45.9354 39.95,77.8438 39.95,77.8438s20.1358-31.9083 39.95-77.8438h70.0591c-3.3148,8.8059-9.0183,16.301-16.4499,21.7375 23.4736-2.2532 41.5658-18.6566 41.5658-38.6283s-18.0936-36.5214-41.5658-38.775c7.4316,5.4361 13.1346,13.0782 16.4499,21.8846h-56.8404c7.0161-19.3974 13.4138-40.1516 17.9187-61.3937h120.2904c-5.766,15.3168-15.8611,28.4383-28.7875,37.8937 40.8284-3.9188 72.4096-32.5315 72.4096-67.2688s-31.5831-63.349-72.4096-67.2688c12.926,9.455 23.0216,22.5765 28.7875,37.8937h-113.3875c0-1.0758.1456-2.1583.1456-3.2313 0-15.485-1.6327-31.2193-4.2596-46.8533 7.5801.1456 15.361-.4605 23.2062-1.9091 55.2936-10.2033 93.6804-58.1418 85.9221-107.0721-6.7892-42.8137-46.7721-72.137-93.7063-71.9687-6.705,0-13.5041.6342-20.4158,1.9096-19.513,3.6007-36.7761,11.8328-50.8187,23.2063-10.5214-20.1254-18.0654-32.3125-18.0654-32.3125zm-85.188,21.8841c5.9116.0649 11.9643.6363 18.0659,1.7625 16.5848,3.0602 31.4364,9.9325 43.6216,19.0938-16.5341,32.9851-37.5224,81.3575-48.0279,132.1875-6.2933,0-12.7195-.5592-19.2404-1.7625-48.8142-9.0071-83.2154-49.7777-76.6692-91.0625 5.7284-36.1242 40.8707-60.6949 82.25-60.2188zm170.3755,0c41.3792-.4764 76.5216,24.0946 82.25,60.2188 6.5462,41.2853-27.855,82.0554-76.6687,91.0625-6.5213,1.2032-12.9471,1.7465-19.2409,1.7625-10.5054-50.83-31.4938-99.2024-48.0284-132.1875 12.1857-9.1613 27.0373-16.0336 43.6221-19.0938 6.1016-1.1256 12.1543-1.6943 18.0659-1.7625zm-162.4437,28.4937c-15.4033,0-29.3087,5.8938-39.8034,15.4221h26.5846c7.0524,0 12.6313,5.845 12.6313,13.0717s-5.5789,12.925-12.6313,12.925h-43.3284c-1.6601,5.397-2.4967,11.1108-2.4967,17.0375 0,31.6775 25.6211,57.3221 57.575,58.1625 .8512-5.3241 1.7555-10.5976 2.9375-15.8625-12.628-.9752-22.4721-11.397-22.4721-24.0875 0-13.3278 10.8504-24.0875 24.3813-24.0871 4.2534,0 8.4182,1.067 11.8971,2.9375 6.3479-16.9171 13.4073-32.1579 19.5346-44.3562-9.7544-6.9682-21.8385-11.1625-34.8096-11.1625zm154.5125,0c-12.9711,0-25.0553,4.1943-34.8096,11.1625 6.1269,12.1988 13.1863,27.4395 19.5346,44.3563 3.4789-1.8701 7.6436-2.9375 11.8966-2.9375 13.5309,0 24.3813,10.7597 24.3813,24.0875 0,12.69-9.8442,23.1123-22.4717,24.0875 1.182,5.265 2.0863,10.5384 2.9375,15.8625 31.9539-.8404 57.575-26.4854 57.575-58.1625 0-5.9267-.8371-11.6405-2.4966-17.0375h-43.3284c-7.0529,0-12.7779-5.6983-12.7779-12.925s5.7256-13.0721 12.7779-13.0721h26.5846c-10.4951-9.5284-24.4006-15.4221-39.8034-15.4221zm-101.1972,34.9563c-6.0658,18.2675-11.1625,91.5978-11.1625,111.4784 0,53.5621 35.1034,113.6813 35.1034,113.6813s35.1029-60.1196 35.1029-113.6813c0-19.8805-5.0967-93.2109-11.1625-111.4784 15.0489,26.1813 31.725,115.3131 31.725,149.6658 0,6.6247-.807,13.2724-1.9096,19.975h122.7875c6.7553,0 12.1909,5.2434 12.1909,11.8966s-5.4356,12.0438-12.1909,12.0438h-128.5153c-9.5983,30.2299-26.0733,57.6634-37.0125,74.025 8.6799,4.0787 14.8341,12.8084 14.8346,22.9125v.7346h78.4313c2.5935,0 4.5529,2.0234 4.5529,4.5529s-1.9594,4.5534-4.5529,4.5534h-80.6346c-3.9095,9.1039-12.98,15.4216-23.6467,15.4216s-19.7377-6.3177-23.6471-15.4216h-80.6342c-2.594,0-4.5534-2.0238-4.5534-4.5534s1.9594-4.5529 4.5534-4.5529h78.4312v-.7346c0-10.1041 6.1542-18.8338 14.8341-22.9125-10.9392-16.3617-27.4142-43.7951-37.0125-74.025h-128.5153c-6.7553,0-12.1909-5.3899-12.1909-12.0438s5.4356-11.8966 12.1904-11.8971h122.7875c-1.1021-6.7022-1.9091-13.3504-1.9091-19.975 0-34.3523 16.6761-123.4845 31.725-149.6654zm23.9409,26.1437c8.8247,0 16.0091,7.0373 16.0091,15.8625s-7.184,16.0096-16.0091,16.0096-16.0096-7.1844-16.0096-16.0096 7.184-15.8625 16.0091-15.8625zm0,44.3563c8.8251,0 16.0091,7.0373 16.0091,15.8625s-7.184,16.0096-16.0091,16.0096-16.0096-7.1844-16.0096-16.0096 7.1844-15.8625 16.0096-15.862zm-.0005,44.3562c8.8256,0 16.0096,7.0373 16.0096,15.8625s-7.184,16.0096-16.0091,16.0096-16.0096-7.1844-16.0096-16.0096 7.184-15.8625 16.0096-15.8625zm.0005,159.8c-8.8256,0-16.0096,7.0373-16.0096,15.8625s7.1844,16.0096 16.0096,16.0096 16.0091-7.1845 16.0091-16.0096-7.184-15.8625-16.0091-15.8625z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-004 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,491c15.6613-29.061 114.9027-51.4062 235-51.4062s219.3387,22.3452 235,51.4062h-470zm61.2471-42.0062c6.9255-6.3939 15.6473-12.3699 25.7029-17.7716l9.6938-168.6125c-26.0902-5.6099-45.6779-29.6133-45.6779-58.3096 0-31.2109 23.2297-56.7041 52.7279-59.1904l4.7001-79.4595 4.7,79.4595c29.4982,2.4863 52.7284,27.9796 52.7284,59.1904 0,28.6963-19.5881,52.6997-45.6784,58.3096l8.6659,151.7217c24.5914-7.2996 53.1453-12.0626 83.8654-13.6592l10.575-182.7125c-26.0902-5.61-45.6779-29.6133-45.6779-58.3096 0-31.2108 23.2297-56.7041 52.7279-59.1904l4.7-79.4596 4.7001,79.4596c29.4981,2.4863 52.7284,27.9796 52.7284,59.1904 0,28.6964-19.5882,52.6997-45.6784,58.3096l10.575,182.7125c30.6995,1.5886 59.1359,6.3755 83.7188,13.6592l8.6659-151.7217c-26.0902-5.6099-45.6784-29.6133-45.6784-58.3096 0-31.2109 23.2297-56.7041 52.7284-59.1904l4.7-79.4595 4.7,79.4595c29.4982,2.4863 52.7279,27.9796 52.7279,59.1904 0,28.6963-19.5882,52.6997-45.678,58.3096l9.6938,168.6125c10.1309,5.4271 18.8851,11.3392 25.85,17.7716-38.6767-12.1857-101.9834-20.2688-173.7534-20.2688-71.7577,0-135.071,8.0835-173.7529,20.2688zm47.1467-190.6437c28.8171,0 52.1409-24.1815 52.1409-54.05s-23.3238-54.05-52.1409-54.05-52.2875,24.182-52.2875,54.05 23.4704,54.05 52.2875,54.05zm253.0659,0c28.8166,0 52.1404-24.1815 52.1404-54.05s-23.3237-54.05-52.1404-54.05-52.2875,24.182-52.2875,54.05 23.4704,54.05 52.2875,54.05zm-253.0659-9.4c-23.774,0-43.0342-20.0084-43.0342-44.65s19.2602-44.6501 43.0342-44.6501 43.0346,20.0089 43.0346,44.6501-19.2606,44.65-43.0346,44.65zm253.0659,0c-23.774,0-43.0346-20.0084-43.0346-44.65s19.2606-44.6501 43.0346-44.6501 43.0341,20.0089 43.0341,44.6501-19.2601,44.65-43.0341,44.65zm-126.4596-35.25c28.8172,0 52.1409-24.1815 52.1409-54.05s-23.3237-54.05-52.1409-54.05-52.2875,24.182-52.2875,54.05 23.4704,54.05 52.2875,54.05zm0-9.3999c-23.774,0-43.0341-20.0084-43.0341-44.6501s19.2601-44.5029 43.0341-44.5029 43.0346,19.8618 43.0346,44.5029-19.2606,44.6501-43.0346,44.6501z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-005 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21-235,119.5562c35.3919,5.4586 74.4386,9.6712 116.0312,12.4842l107.3659-112.0654-90.3284,113.0937c12.7498.7295 25.7697,1.2935 38.9221,1.7625 9.8475-25.2169 34.3058-43.1813 63.0091-43.1813s53.1622,17.9643 63.0096,43.1813c13.1647-.4699 26.1602-1.0316 38.9217-1.7625l-90.3279-113.0937 107.3654,112.0654c41.587-2.8144 80.6158-7.0246 116.0312-12.4842l-235-119.5562zm0,107.8063c-28.4594,0-51.5528,23.0934-51.5528,51.5529s23.0934,51.5533 51.5528,51.5533 51.5534-23.0939 51.5534-51.5533-23.0935-51.5529-51.5534-51.5529zm-234.7062,17.3312 38.4812,56.5466c1.5407-.8526 3.1509-1.5942 4.8471-2.0562 1.6319-.4468 3.3022-.8225 4.9938-.8813 25.372-.8779 56.6476,40.8863 72.1154,97.6722 3.3699,12.3708 5.6611,24.4513 7.05,35.9841l107.2187,157.5971 107.3659-157.7438c1.3916-11.4877 3.6951-23.5207 7.05-35.8374 15.4677-56.7859 46.8905-98.5501 72.2625-97.6722 1.6916.0577 3.3614.4367 4.9937.8813 1.6319.4468 3.0663,1.1026 4.553,1.9096l38.4812-56.4c-33.7423,8.1079-72.561,14.4308-114.7092,18.6529l-108.3937,279.3563 89.8875-277.5937c-11.3745.9461-23.0314,1.723-34.8096,2.35 .6378,3.7318 1.0284,7.5426 1.0284,11.4563 0,37.388-30.3216,67.7096-67.7097,67.7096s-67.7091-30.3215-67.7091-67.7096c0-3.9137.3899-7.7245 1.0279-11.4563-11.7928-.6263-23.422-1.4034-34.8091-2.35l89.8875,277.5937-108.3937-279.3563c-42.1553-4.2201-80.9885-10.5463-114.7096-18.6529zm52.5813,71.0875c-.8775.0987-1.6304.263-2.4967.4418-2.7251.5628-5.3491,1.7202-7.7846,3.3779 19.5365,17.5766 33.2093,78.7508 32.1658,152.0158-.5354,37.6014-4.7916,72.2766-11.6033,99.7279 9.3986,10.5595 19.2169,15.8992 28.6408,13.9534 27.7145-5.7233 41.0052-70.5024 29.5217-144.8188-10.7654-69.6719-39.4306-123.0314-65.8-124.6971-.8789-.0577-1.7658-.0987-2.6437,0zm361.7533,0c-26.3689,1.6657-55.0342,55.0248-65.8,124.6967-11.4835,74.3168 1.8076,139.096 29.5217,144.8187 9.4244,1.9463 19.2422-3.3934 28.6409-13.9528-6.8112-27.4518-11.0676-62.1265-11.6034-99.7284-1.0434-73.2646 12.6294-134.4388 32.1659-152.0154-2.4351-1.6582-5.0596-2.8153-7.7846-3.3783-.8657-.1787-1.6191-.343-2.4966-.4418s-1.7648-.0577-2.6438,0z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-006 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21.0019c2.7392,17.4074 5.2367,36.0635 7.3461,55.6826 11.7805-4.1529 24.4004-6.4644 37.6116-6.4644 62.3641,0 112.8349,50.4708 112.8349,112.8344s-50.4708,112.981-112.8349,112.981c-10.0406,0-19.8292-1.2304-29.0901-3.673-.5081,26.6132-1.5326,52.2714-3.0855,76.9857 21.9019-4.496 44.5427-6.8841 66.996-6.9052 22.8941,0 45.6598,2.3279 67.4363,7.0523 23.7368,5.217 45.337,12.7412 66.7022,19.6873 21.2721,6.8526 42.4954,13.3517 64.7916,16.1613 34.9303,4.4645 72.5781-.0505 104.7542-13.0758-30.3102,15.2726-68.1037,22.9157-105.9297,20.8623-24.0785-1.3447-47.4134-6.3027-69.7872-11.7538-22.5214-5.4252-44.5249-11.3486-66.408-14.3979-44.3533-6.3003-90.8319-1.2723-130.6121,12.4884-.3574,4.3592-.7863,8.7983-1.1755,13.0758 30.611-9.4648 63.3718-14.3679 95.9389-14.3984 22.8941,0 45.5132,2.328 67.2896,7.0523 23.7368,5.217 45.4841,12.8883 66.8488,19.8339 21.2721,6.8526 42.4958,13.2051 64.7921,16.0143 34.9303,4.4645 72.5781-.0505 104.7542-13.0759-30.3106,15.2731-68.1041,22.9158-105.9296,20.8628-24.0785-1.3451-47.4134-6.3027-69.7873-11.7538-22.5213-5.4252-44.5248-11.2019-66.4079-14.2513-56.4078-8.0121-116.2147,2.3618-161.3185,25.7113-1.7418,14.7485-3.6213,29.0468-5.7302,42.4597 64.8475-10.1741 146.2861-16.3081 235.073-16.3081 88.7221,0 170.1008,6.1471 234.9254,16.3081-6.8295-43.5722-11.6959-94.7122-14.2513-150.4456-20.7753,7.5134-43.1825,11.6066-66.5546,11.6066-108.1499,0-195.845-87.6946-195.845-195.8441 0-44.8237 15.1823-86.02 40.55-119.0045-88.325-.0576-169.3395-6.1495-233.8976-16.3085zm469.9984,0c-54.5381,8.5742-120.8591,14.1305-193.347,15.7205-31.8645,29.9568-51.8629,72.4079-51.8629,119.5925 0,90.7826 73.621,164.4031 164.4041,164.4031 23.2193,0 45.2157-4.8316 65.2324-13.5167-.4137-15.1626-.6947-30.5926-.7346-46.2793-3.3995,2.1038-6.8103,4.1031-10.4312,5.8769-.24.1175-.4958.1787-.7346.2962-1.402.6753-2.8299,1.4335-4.261,2.0567-.3856.1643-.7906.2775-1.1755.4418-1.2981.5499-2.6461,1.1102-3.9668,1.6159-.3337.1268-.6954.1694-1.0283.2962-3.0922,1.1543-6.1984,2.1789-9.4028,3.0855-1.6079.4562-3.2148.932-4.8485,1.3221-.1549.0432-.2868.1124-.4418.1456-.5974.1412-1.1623.3099-1.763.4418-1.2394.2724-2.5666.5009-3.8202.7346-1.2901.24-2.6626.3899-3.9668.5881-.5052.075-.9617.2205-1.4692.2962-.5924.0843-1.1675.0721-1.763.1456-3.0047.3762-6.0414.7257-9.109.8813h-.5873c-1.9031.0894-3.8056.1456-5.7302.1456-67.8894,0-122.8252-55.0819-122.8252-122.9714 0-2.1216.0432-4.2229.1456-6.3177 1.1661-23.0445 8.7288-44.4731 20.8628-62.4407 1.1031-1.6337 2.2005-3.1255 3.3788-4.7014 22.3884-29.9464 58.1275-49.3653 98.437-49.3653 2.1352,0 4.2088.0504 6.3177.1456 3.0677.1549 6.1044.5059 9.1091.8817 .5751.0721 1.1896.0649 1.763.1456 .5016.0721.9691.2162 1.4692.2962 1.3531.2068 2.6283.3387 3.9668.5873 .529.0987 1.0899.1881 1.6158.2962 1.3033.2587 2.679.5801 3.9673.8817 .1506.0504.2912.1124.4418.1456 1.6338.3899 3.2402.8686 4.8481,1.3221 3.5537,1.0053 7.0166,2.0703 10.4316,3.3793 1.3348.5095 2.6546,1.0623 3.9668,1.6159 .3805.16.7971.2775 1.1755.4418 .6075.263 1.1605.6082 1.763.8817 6.0325,2.7434 11.8732,5.907 17.3364,9.55 .2018.1362.3856.3056.5881.4418 1.2897.8709 2.5657,1.7263 3.8197,2.6442 .0894.0649.2068.0843.2962.1456 .908.6681 1.7719,1.3658 2.6447,2.0572 1.6097-13.2648 3.3816-26.1875 5.2893-38.3463zm-80.8058,69.6402c-36.3135,0-65.6739,29.3603-65.6739,65.6728s29.3603,65.82 65.6739,65.82 65.8199-29.5069 65.8199-65.82-29.5069-65.6728-65.8199-65.6728zm-344.2349,12.4883c-12.3224,0-23.9426,2.8054-34.3794,7.7865 3.7181,44.7589 5.7302,93.6462 5.7302,145.1566 0,.6435.0004,1.2671 0,1.9101 8.8933,3.4075 18.5701,5.2889 28.6492,5.2889 44.2076,0 79.9246-35.8642 79.9246-80.0713s-35.7171-80.0708-79.9246-80.0708z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-007 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21-33.6774,69.8895c-54.0932-1.1139-131.5117-30.7728-174.4697-45.7512 4.2394,29.907 36.159,99.7767 37.9798,136.6915l-64.8328,13.473 66.3165,71.8541c-.5592,58.8802-40.0501,135.8968-55.7829,177.2497 13.5041-1.7212 72.9764-22.5323 87.9765-23.8577l-6.5279,70.4511 116.0167-65.5391c-1.1275-3.2064-1.7803-6.6524-1.7803-10.2451 0-16.3508 12.6393-29.6772 28.7814-30.8748 16.1426,1.1976 28.7818,14.524 28.7818,30.8748 0,3.5927-.6529,7.0387-1.7803,10.2451l116.0162,65.5391-6.5278-70.4511c15.0005,1.3254 74.4729,22.1365 87.977,23.8577-15.7328-41.3529-55.2236-118.3695-55.7829-177.2497l66.316-71.8541-64.8327-13.473c1.8212-36.9148 33.7408-106.7845 37.9802-136.6915-42.958,14.9784-120.3764,44.6373-174.4702,45.7512l-33.6773-69.8895zm-178.475,56.9781c36.495,14.6047 92.4358,33.9082 132.039,35.2255l-11.5719,20.0685c11.7148,4.4603 20.0281,15.5476 20.0281,28.7697 0,17.1399-14.0511,31.0153-31.3034,31.0153-15.5058,0-28.27-11.2532-30.7103-25.9628l-46.8816,9.8235c-1.6412-26.0262-20.3698-71.5203-31.5999-98.9397zm356.9504,0c-11.2307,27.4194-29.9592,72.9134-31.6004,98.9397l-46.8811-9.8235c-2.4407,14.7096-15.2045,25.9628-30.7103,25.9628-17.2528,0-31.3039-13.8753-31.3039-31.0153 0-13.2221 8.3139-24.3094 20.0286-28.7697l-11.5719-20.0685c39.6026-1.3174 95.544-20.6208 132.039-35.2255zm-178.4754,82.8009 25.6662,44.4878c-5.4487,2.0746-9.1984,7.1825-9.1984,13.3325 0,7.9717 6.5147,14.4548 14.5395,14.4548 7.2117,0 13.1074-5.0873 14.2425-11.9291l62.7553,13.0519-42.7272,46.3124c-2.6541-3.6185-7.0218-5.7542-11.8684-5.7542-8.0243,0-14.5395,6.3432-14.5395,14.3148s6.5151,14.4553 14.5395,14.4553c1.6374,0 3.1269-.3481 4.5989-.8422l7.2695,62.8723-53.8541-24.4193c.5246-1.4913.5931-2.9601.5931-4.6309 0-7.1543-5.1644-12.9202-12.017-14.0342-6.8526,1.1139-12.017,6.8799-12.017,14.0342 0,1.6709.0721,3.1396.5938,4.6309l-53.8545,24.4193 7.27-62.8723c1.472.4951 2.961.8422 4.5989.8422 8.0243,0 14.5389-6.4832 14.5389-14.4553s-6.5146-14.3148-14.5389-14.3148c-4.8466,0-9.2148,2.1357-11.8689,5.7542l-42.7272-46.3124 62.7558-13.0519c1.135,6.8418 7.0308,11.9291 14.2424,11.9291 8.0243,0 14.539-6.4832 14.539-14.4548 0-6.1499-3.7492-11.2579-9.1979-13.3325l25.6658-44.4878zm-119.577,120.5522c5.1992,0 10.0341,1.1731 14.391,3.2279 .9202.4324 1.8019.8916 2.6705,1.4034 .3387.1975.7084.3481 1.0383.5614 .0894.0504.2068.0843.2962.1412 9.0099,5.4337 14.9845,15.2632 14.9845,26.5244 0,17.14-13.9031,31.0153-31.1553,31.0153-3.5218,0-6.9232-.6198-10.0885-1.6841l-6.5279,56.1359c-6.8234.7171-40.9097,9.1466-47.3262,9.9644 8.4948-20.5639 18.9058-58.4426 29.5231-92.3442-.2018-1.3921-.2962-2.7645-.2962-4.2102 0-7.0932 2.5558-13.6056 6.8249-18.8056 .0504-.1787.1081-.3856.1506-.5614l.1506.1412c5.9521-7.0068 15.1274-11.508 25.3692-11.508zm239.1539,0c10.2423,0 19.4171,4.5011 25.3697,11.5079l.1506-.1413c.0505.1787.1081.3856.1506.5614 4.2685,5.1996 6.8244,11.712 6.8244,18.8052 0,1.4457-.0937,2.8181-.2962,4.2102 10.6173,33.9016 21.0283,71.7803 29.5236,92.3442-6.4169-.8178-40.5028-9.2472-47.3267-9.964l-6.5278-56.1363c-3.1655,1.0646-6.5669,1.6841-10.0881,1.6841-17.2528,0-31.1554-13.8754-31.1554-31.0153 0-11.2612 5.9742-21.0907 14.9841-26.5244 .0894-.0577.2068-.0843.2962-.1412 .3286-.2112.7005-.3618 1.0387-.5614 .868-.5117 1.7498-.9691 2.6701-1.4034 4.3574-2.0548 9.1917-3.2279 14.3909-3.2279z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-008 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.8531,490.9997c0,0-26.2829-69.0378-29.5035-124.4032-30.5542,46.3457-87.9231,93.1186-87.9231,93.1186s11.8435-72.9391 36.8427-122.4936c-49.7052,24.9236-122.8574,36.7187-122.8574,36.7187s46.8641-57.2238 93.3536-87.684c-55.5332-3.211-124.7655-29.3749-124.7655-29.3749s88.4863-33.5166 145.6091-29.375c1.1411.0843 2.2733.3149 3.376.4418-.4043,3.3713-.7341,6.8019-.7341,10.2812 0,47.6622 38.7947,86.2152 86.6022,86.2152h.147 .147c47.8074,0 86.602-38.5531 86.602-86.2152 0-3.4794-.3322-6.91-.7339-10.2812 1.1026-.1268 2.2348-.3574 3.376-.4418 57.1225-4.1417 145.6088,29.375 145.6088,29.375s-69.2319,26.1639-124.7656,29.3749c46.4898,30.4602 93.3541,87.684 93.3541,87.684s-73.1524-11.7951-122.8575-36.7187c24.9993,49.5544 36.8426,122.4936 36.8426,122.4936s-57.3688-46.7729-87.923-93.1186c-3.2206,55.3654-29.5034,124.4032-29.5034,124.4032l-.147-.4418-.147.4418zm-4.4035-184.7685c-4.3345-.2587-8.5328-.9292-12.6234-1.9096v-47.5874c0-7.6337-6.2593-13.8062-14.0912-13.8062s-14.0912,6.1725-14.0912,13.8062v33.6346c-16.6112-13.2681-27.3016-33.6581-27.3016-56.547 0-9.2505 1.8287-18.0222 4.9906-26.1437 2.2281-.9358 4.4513-1.896 6.6053-3.0842 13.8211-7.7804 23.671-21.5584 29.7969-35.8374 8.8157-20.5494 31.2648-147.7561 31.2648-147.7561s22.4492,127.2067 31.2648,147.7561c6.126,14.279 15.9759,28.057 29.797,35.8374 2.1539,1.1882 4.3771,2.1484 6.6052,3.0842 3.1619,8.1215 4.9907,16.8932 4.9907,26.1437 0,22.8889-10.6905,43.2789-27.3017,56.547v-33.6346c0-7.6337-6.2594-13.8062-14.0912-13.8062s-14.0911,6.1725-14.0911,13.8062v47.5874c-4.0907.9805-8.289,1.6526-12.6234,1.9096-1.4448.0843-2.9387,0-4.4035,0h-.147-.147c-1.4648,0-2.9587.0843-4.4035,0zm-95.7027-104.7219c-1.4204.0432-2.8383-.0987-4.2568-.1456-6.8065-.2493-13.5844-1.5406-19.9623-3.9654-16.9665-6.5964-29.8694-20.1696-35.5216-36.5721-5.4867-17.6753-3.2284-34.1172-2.4952-48.6153 .2349-7.2248.0504-14.1803-1.4679-20.7096-1.5143-6.4785-4.2483-12.9123-8.8068-17.4779-6.1279-6.3257-16.1572-9.447-25.5403-7.6375-9.3924,1.7761-18.1199,8.646-22.1642,18.2125 2.6358-10.0514 10.6374-18.8051 21.1368-22.4721 10.5078-3.634 22.9276-1.8964 32.4389,5.2875 6.7887,5.2362 11.6024,12.5278 14.5314,20.4158 2.9446,7.8391 4.3588,16.127 5.1376,23.9404 1.8193,15.5767 1.6365,30.3619 7.4856,40.5374 4.8476,9.392 14.5042,16.4519 23.9258,18.3595 9.3803,2.037 19.7-.6234 26.421-6.1687 6.8083-5.4064 11.3415-14.5023 11.3021-22.325 .0843-4.3315-1.2367-8.8802-3.229-12.7783-1.4546.1549-2.9088.1456-4.4039.1456-23.1324,0-41.9799-18.8832-41.9799-42.1528s18.8474-42.0062 41.9799-42.0062 41.8334,18.7361 41.8334,42.0062c0,4.9542-.7858,9.6829-2.3485,14.1 7.7755,14.2185 10.5021,30.4089 7.6326,46.1187-3.8108,19.7907-15.9485,36.3751-32.5858,45.8249-9.1465,5.0911-19.1194,7.7625-29.0632,8.0779zm200.5058,0c-9.9435-.3149-19.9168-2.9869-29.0631-8.0779-16.6372-9.4498-28.775-26.0342-32.5858-45.825-2.8693-15.7097-.1427-31.9003 7.6327-46.1186-1.5628-4.4171-2.3486-9.1457-2.3486-14.1 0-23.2701 18.7006-42.0062 41.8332-42.0062s41.98,18.7361 41.98,42.0062-18.8474,42.1529-41.98,42.1529c-1.4947,0-2.9492.005-4.4035-.1456-1.9924,3.8981-3.3138,8.4468-3.2292,12.7783-.036,7.8227 4.494,16.9186 11.3023,22.3249 6.7207,5.5455 17.0405,8.2057 26.421,6.1688 9.4217-1.9077 19.0784-8.9676 23.9257-18.3595 5.8495-10.1755 5.6664-24.9608 7.4859-40.5374 .7788-7.8133 2.193-16.1013 5.1374-23.9404 2.9292-7.888 7.743-15.1796 14.5316-20.4159 9.5113-7.1839 21.931-8.9215 32.439-5.2874 10.4992,3.6669 18.5009,12.4207 21.1368,22.4721-4.0447-9.5664-12.772-16.4364-22.1642-18.2125-9.3834-1.8095-19.4124,1.3118-25.5403,7.6375-4.5588,4.5656-7.2928,10.9994-8.807,17.4779-1.5007,6.5292-1.7037,13.4847-1.4679,20.7096 .7333,14.4981 2.9915,30.94-2.4953,48.6153-5.6523,16.4025-18.5552,29.9757-35.5215,36.5721-6.3779,2.4247-13.1558,3.7177-19.9625,3.9654-1.4181.0504-2.8363.1924-4.2567.1456z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-009 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,256c0,42.8085 11.2622,82.9653 30.9904,117.6466v-235.2933c-19.7283,34.6813-30.9904,74.8377-30.9904,117.6467zm45.2375,139.6784c3.4291,4.7273 7.1097,9.3516 10.8687,13.8058v-306.9683c-3.759,4.4537-7.4396,9.079-10.8687,13.8057zm16.5967,20.4154c36.1509,39.7705 85.5442,67.1113 141.1471,74.9062v-69.0312h-49.6438c-25.4035,0-45.9721-20.547-45.9721-46.1187s20.5686-46.1187 45.9721-46.1187h49.6438v-27.4654h-49.6438c-25.4035,0-45.9721-20.6941-45.9721-46.2659s20.5686-46.1187 45.9721-46.1187h49.6438v-27.4654h-49.6438c-25.4035,0-45.9721-20.5465-45.9721-46.1192s20.5686-46.1183 45.9721-46.1183h49.6438v-69.1784c-55.6029,7.7954-104.9962,35.1362-141.1471,74.9062zm61.2471-40.2437c0,18.165 14.7073,32.6063 32.7529,32.6063h173.1137v-65.3596h-173.1137c-18.0456,0-32.7529,14.5883-32.7529,32.7534zm0-119.85c0,18.165 14.7073,32.7534 32.7529,32.7534h95.9519v-65.5067h-95.9519c-18.0456,0-32.7529,14.5883-32.7529,32.7534zm0-119.7034c0,18.166 14.7073,32.6067 32.7529,32.6067h139.534v-65.3596h-139.534c-18.0456,0-32.7529,14.5892-32.7529,32.7529zm211.5945,272.1596h102.718c18.0452,0 32.6063-14.4412 32.6063-32.6063 0-18.165-14.5611-32.7534-32.6063-32.7534h-102.718zm-77.1618-119.7029h179.8798c18.0452,0 32.6063-14.5883 32.6063-32.7534 0-18.165-14.5611-32.7534-32.6063-32.7534h-179.8798zm43.5822-119.85h136.2976c18.0452,0 32.6063-14.4407 32.6063-32.6067 0-18.1641-14.5611-32.7529-32.6063-32.7529h-136.2976zm44.2068,220.4592c0-6.909 5.1239-12.4841 11.4562-12.4841h82.838c6.3337,0 11.4563,5.5751 11.4563,12.4841s-5.1226,12.3375-11.4563,12.3375h-82.838c-6.3323,0-11.4562-5.4285-11.4562-12.3375zm0-133.2159c0-6.9081 5.1239-12.6308 11.4562-12.6308h82.838c6.3337,0 11.4563,5.7227 11.4563,12.6308s-5.1226,12.4846-11.4563,12.4846h-82.838c-6.3323,0-11.4562-5.5747-11.4562-12.4846zm0-133.3625c0-6.9081 5.1239-12.4841 11.4562-12.4841h82.838c6.3337,0 11.4563,5.5765 11.4563,12.4841s-5.1226,12.4846-11.4563,12.4846h-82.838c-6.3323,0-11.4562-5.5747-11.4562-12.4846z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-010 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m285.375,21c21.1833,2.7415 41.5997,8.1197 60.6596,16.0096l-36.8659,97.6716c8.3712,3.7328 16.4425,8.3688 23.7937,13.6597l66.5346-80.6347c16.7005,12.7309 31.5572,27.6003 44.3557,44.2097l-80.9278,66.2404c5.3204,7.3085 9.9043,15.1796 13.6596,23.5l98.1125-36.5716c7.9783,19.0472 13.5604,39.1886 16.3029,60.3653l-103.4,16.8908c.4699,4.5176.5873,9.0184.5873,13.6592 0,4.5891-.1268,9.1918-.5873,13.6597l103.4,17.0375c-2.7425,21.1777-8.3251,41.3191-16.3029,60.3653l-98.1125-36.7188c-3.7671,8.3684-8.3115,16.3001-13.6596,23.6472l80.9278,66.2404c-12.8047,16.6042-27.6552,31.4773-44.3557,44.2096l-66.5346-80.6346c-7.3513,5.2894-15.4225,9.926-23.7937,13.6596l36.8659,97.6717c-19.0599,7.8894-39.4763,13.1215-60.6596,15.8625l-17.0375-102.5188c-4.0627.4137-8.1884.5621-12.3375.5873-4.1482-.0504-8.2748-.1737-12.3375-.5873l-17.0375,102.5188c-21.1834-2.7411-41.5997-7.9731-60.6596-15.8625l36.8658-97.6717c-8.3711-3.7336-16.442-8.3702-23.7937-13.6596l-66.5346,80.6346c-16.7009-12.7323-31.5516-27.6054-44.3557-44.2096l80.9278-66.2404c-5.3481-7.3471-9.8925-15.2788-13.6596-23.6472l-98.1125,36.7188c-7.9778-19.0463-13.5604-39.1876-16.3028-60.3654l103.4-17.0375c-.4605-4.4678-.5874-9.0706-.5874-13.6597 0-4.6407.1175-9.1415.5874-13.6592l-103.4-16.8908c2.7424-21.1768 8.3246-41.3181 16.3028-60.3653l98.1125,36.5716c3.7553-8.3204 8.3392-16.1915 13.6596-23.5l-80.9278-66.2404c12.7981-16.6094 27.6548-31.4787 44.3557-44.2097l66.5346,80.6347c7.3517-5.2908 15.4226-9.9269 23.7937-13.6597l-36.8658-97.6716c19.0599-7.8899 39.4762-13.2681 60.6596-16.0096l17.0375,102.6658c4.0617-.418 8.1884-.5643 12.3375-.5874 4.1501.0432 8.2753.1694 12.3375.5874l17.0375-102.6658zm-29.375,119.1158c-63.7268.7826-115.0038,52.3472-115.0029,115.8841l33.9279-2.4966c0,44.8573 36.1486,77.5575 81.075,78.4312 44.9273-.8737 81.075-33.574 81.075-78.4312l33.9279,2.4966c.0009-63.5369-51.2751-115.1016-115.0029-115.8841zm22.9125,18.0654c35.3163,0 46.5596,65.7187 46.5596,97.525 0,40.2292-30.8926,61.5348-69.4721,62.4221-38.5785-.8874-69.4721-22.1929-69.4721-62.4221 0-31.8063 11.2433-97.525 46.5596-97.525v53.6096c0,13.544 10.0726,24.5364 22.9125,25.4092 12.8409-.8728 22.9125-11.8652 22.9125-25.4092v-53.6096z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-011 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,20.9995-5.7284,28.6404-187.4125-25.7029c-.69-.0937-1.3776-.1413-2.0562-.1456-10.1821-.0843-18.8287,9.564-18.0654,19.6813l11.8966,157.8904c-19.8251,9.2769-33.6341,30.2361-33.6341,54.6376s13.8091,45.3202 33.6341,54.6375l-11.8966,157.8909c-.8136,10.7916 9.0799,21.0532 20.1216,19.5341l187.4125-25.7029 5.7284,28.6404 5.7279-28.6404 187.4125,25.7029c11.0417,1.5191 20.9352-8.7425 20.1221-19.5341l-11.8971-158.0377c19.7724-9.3596 33.6346-30.1618 33.6346-54.4908s-13.8622-45.1718-33.6346-54.4904l11.8971-158.0375c.7619-10.1172-7.8838-19.7672-18.0659-19.6813-.6786.004-1.3663.0504-2.0562.1456l-187.4125,25.7029-5.7279-28.6404zm-187.5596,19.6813 179.9221,18.0654-5.2875,26.5846-63.7442-21.2971 50.8192,42.8875-50.8192,43.0346 63.7442-21.2971 12.925,64.3312 12.925-64.3312 63.7433,21.2971-50.8183-43.0346 50.8183-42.8875-63.7433,21.2971-5.2875-26.5846 179.9216-18.0654c4.6427.2112 8.2133,3.5791 8.5188,8.0779l-5.2875,148.9312c-4.011-.9485-8.2038-1.4687-12.4846-1.4687-18.0922,0-34.1441,8.9944-44.5029,22.9124 8.6494-14.5352 22.3527-25.2582 38.3346-29.0812v-116.4716c0-.0505-.1457-.7347-.1457-.7347s-18.7192,53.9917-21.0029,97.2313c-21.6703-36.198-62.4221-72.7029-62.4221-72.7029s8.5592,57.0608 26.2904,95.7625c-35.2542-19.4651-87.2433-28.7875-87.2433-28.7875s33.2685,44.8005 66.2404,68.5905c-39.3888,2.5079-88.5654,22.9124-88.5654,22.9124l.4418.1456h-.4418c0,0 49.1766,20.5522 88.5654,23.0596-32.9719,23.7905-66.2404,68.5904-66.2404,68.5904s51.989-9.322 87.2433-28.7875c-17.7312,38.7021-26.2904,95.7625-26.2904,95.7625s40.7514-36.652 62.4221-72.85c2.2847,43.2395 21.0029,97.2312 21.0029,97.2312s.1363-.7041.1457-.7341v-116.325c-16.1196-3.8554-29.8445-14.6142-38.4817-29.375 10.3494,14.1235 26.4281,23.2063 44.65,23.2063 4.2808,0 8.4736-.516 12.4846-1.4687l5.2875,148.9312c-.3055,4.4988-3.8761,7.8678-8.5188,8.0779l-179.9216-18.0654 5.2875-26.5846 63.7433,21.4437-50.8183-43.0341 50.8183-42.8875-63.7433,21.15-12.925-64.3312-12.925,64.3312-63.7442-21.15 50.8192,42.8875-50.8192,43.0341 63.7442-21.4437 5.2875,26.5846-179.9221,18.0654c-4.6427-.2112-8.2128-3.579-8.5188-8.0779l5.2875-148.9312c3.964.9315 8.1061,1.4687 12.3375,1.4687 17.5639,0 33.3601-8.3336 43.7687-21.5909-8.7067,13.928-21.9311,24.0476-37.4529,27.7597v116.325c0,.0432.1457.7341.1457.7341s18.5721-53.9917 20.8563-97.2313c21.6708,36.198 62.4221,72.85 62.4221,72.85s-8.4125-57.0604-26.1442-95.7625c35.2556,19.4655 87.2442,28.7875 87.2442,28.7875s-33.2685-44.7999-66.2409-68.5904c39.3893-2.5074 88.4188-23.0596 88.4188-23.0596h-.2914l.2914-.1456c0,0-49.0294-20.4046-88.4188-22.9125 32.9724-23.79 66.2409-68.5904 66.2409-68.5904s-51.9881,9.3225-87.2442,28.7875c17.7317-38.7017 26.1442-95.7626 26.1442-95.7626s-40.7514,36.5049-62.4221,72.703c-2.2842-43.2396-20.8562-97.2313-20.8562-97.2313s-.1363.7048-.1457.7347v116.4716c15.5217,3.713 28.7461,13.8631 37.4529,27.7596-10.4086-13.2257-26.2048-21.5908-43.7687-21.5908-4.2314,0-8.3735.5412-12.3375,1.4687l-5.2875-148.9312c.3055-4.4988 3.8761-7.8678 8.5187-8.0779zm187.5596,49.6438c9.4874,0 17.1841,7.3893 17.1841,16.5966s-7.6972,16.7438-17.1841,16.7438-17.1846-7.5359-17.1846-16.7438 7.6977-16.5966 17.1846-16.5966zm-159.6534,135.8591c15.5349,0 28.2,13.3052 28.2,29.8159s-12.6651,29.6687-28.2,29.6687-28.0534-13.1581-28.0534-29.6687 12.5189-29.8159 28.0534-29.8159zm319.1591,0c15.5349,0 28.0534,13.3052 28.0534,29.8159s-12.5184,29.6687-28.0534,29.6687c-15.5344,0-28.2-13.1581-28.2-29.6687s12.6656-29.8159 28.2-29.8159zm-159.5058,162.15c9.486,0 17.1841,7.5364 17.1841,16.7437s-7.6972,16.5972-17.1841,16.5972-17.1846-7.3899-17.1846-16.5972 7.6977-16.7437 17.1846-16.7437z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-012 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m75.05,21c-29.9639,0-54.05,24.0861-54.05,54.05v136.4469h71.9688c14.4985,0 26.1437,11.645 26.1437,26.1438v7.05h85.1876v-15.7157h197.1063c6.5438,0 11.7499,2.7085 11.7499,6.1688v41.7125c0,3.4602-5.2061,6.1687-11.7499,6.1687h-197.1063v-15.7156h-85.1876v7.05c0,14.4987-11.6452,26.1438-26.1437,26.1438h-71.9688v136.3c0,29.964 24.0861,54.1969 54.05,54.1969h106.7779v-99.4343h-30.2558c-17.2856,0-31.1375-14.0009-31.1375-31.2844v-2.35h345.1558c14.1023,0 25.4096-10.6587 25.4096-23.6469v-33.3406-90.0344-33.3406c0-12.9882-11.3064-23.5-25.4096-23.5h-345.1558v-2.4969c0-17.2835 13.8519-31.1375 31.1375-31.1375h30.2558v-99.4343h-106.7779zm129.2501,0v99.4343h286.7v-45.3843c0-29.964-24.0861-54.05-54.05-54.05h-232.65zm52.5812,25.7031c.8507-.0865 1.7705,0 2.6438,0 13.9717,0 25.2625,11.2905 25.2625,25.2625s-11.2908,25.2625-25.2625,25.2625-25.4096-11.2905-25.4096-25.2625c0-13.0988 10.0091-23.9669 22.7659-25.2625zm80.3409,0c.8502-.0865 1.7715,0 2.6433,0 13.9731,0 25.2625,11.2905 25.2625,25.2625s-11.2894,25.2625-25.2625,25.2625-25.4092-11.2905-25.4092-25.2625c0-13.0988 10.0082-23.9669 22.7659-25.2625zm80.1933,0c.8516-.0865 1.7705,0 2.6442,0 13.9712,0 25.2625,11.2905 25.2625,25.2625s-11.2913,25.2625-25.2625,25.2625-25.4096-11.2905-25.4096-25.2625c0-13.0988 10.0105-23.9669 22.7654-25.2625zm-213.1154,344.8626v99.4343h232.65c29.9639,0 54.05-24.2329 54.05-54.1969v-45.2375h-286.7zm55.225,23.2062c13.9721,0 25.2625,11.2905 25.2625,25.2625s-11.2903,25.4093-25.2625,25.4093-25.4096-11.4373-25.4096-25.4093 11.4375-25.2625 25.4096-25.2625zm80.3404,0c13.9731,0 25.2625,11.2905 25.2625,25.2625s-11.2894,25.4093-25.2625,25.4093-25.4092-11.4373-25.4092-25.4093 11.437-25.2625 25.4092-25.2625zm80.1942,0c13.9722,0 25.2625,11.2905 25.2625,25.2625s-11.2903,25.4093-25.2625,25.4093-25.4096-11.4373-25.4096-25.4093 11.436-25.2625 25.4096-25.2625z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-013 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-129.7644,0-235,105.1923-235,235s105.2356,235 235,235 235-105.1923 235-235-105.2356-235-235-235zm14.8344,21.15 8.6657,45.3843 17.9187-35.5437 2.6438,39.8031 25.4094-38.3344-3.3781,45.825 26.7312-29.9625-7.7844,39.5094 34.3687-30.55-14.8344,43.6219 33.6344-22.1782-17.9187,36.1313 41.2719-20.4156-25.9969,38.0406 38.1875-12.7781-26.5843,30.2563 45.2375-8.6657-34.9562,29.9625 39.9499-2.35-33.0468,22.1781 45.6781,2.9375-41.125,19.975 39.2156,8.225-38.0407,12.7781 43.475,14.9813-45.0906,8.5187 35.6906,17.9187-39.8031,2.6438 38.1875,25.4094-45.825-3.2313 29.8156,26.7313-39.3625-7.9313 30.4031,34.6626-43.475-14.9813 22.0312,33.1938-35.8375-17.625 20.4156,40.9781-38.0407-25.5563 12.4844,38.0407-30.1094-26.4375 8.8125,44.9437-29.9625-34.6625 2.2031,39.95-22.0313-33.0469-2.9375,45.5312-19.975-40.9781-8.225,39.0688-12.925-38.0406-14.8343,43.3281-8.3719-45.0906-18.0656,35.9844-2.6438-39.8031-25.4093,38.0406 3.0843-45.825-26.4374,29.9624 7.7843-39.3625-34.6625,30.2563 15.1281-43.475-33.6344,22.325 17.9188-36.1312-41.2719,20.2688 25.85-37.7469-38.0406,12.6312 26.4375-30.4031-45.0907,8.9594 34.9563-29.9625-40.2438,2.2031 33.3406-22.1782-45.9718-3.0844 41.4187-19.975-39.2156-8.0781 37.8937-12.925-43.6219-14.6875 45.2375-8.8125-35.6906-17.7719 39.9499-2.6438-38.3343-25.4093 45.825,3.2313-29.9625-26.5844 39.5094,7.6375-30.4031-34.5156 43.4749,15.1281-22.0312-33.4875 35.9844,17.7719-20.2688-41.1251 37.8937,25.7032-12.6313-37.8937 30.2563,26.2906-8.9594-45.0907 29.9625,34.8094-2.35-40.2437 22.325,33.4875 2.9375-45.9719 19.975,41.4187 8.0781-39.2156 12.925,37.7469 14.8344-43.6219zm-14.8344,60.3656c-84.7894,0-153.4843,68.6666-153.4843,153.4843s68.695,153.6313 153.4843,153.6313 153.6313-68.8136 153.6313-153.6313-68.8418-153.4843-153.6313-153.4843zm9.6938,13.8062 5.7282,29.6688 11.6031-23.3531 1.7625,26.1437 16.5969-25.1156-2.2031,29.9625 17.4781-19.5344-5.1406,25.85 22.6187-19.975-9.8406,28.4937 22.0313-14.5406-11.75,23.6469 27.025-13.3656-16.8906,24.8219 24.8219-8.3718-17.3312,19.8281 29.5218-5.7281-22.7656,19.5344 25.9968-1.4688-21.5906,14.5407 29.8156,1.9093-26.8781,13.0719 25.7031,5.2875-24.8219,8.3718 28.3468,9.8406-29.5218,5.5813 23.3531,11.6031-25.9969,1.7625 24.9687,16.5969-29.9625-2.0563 19.5344,17.3312-25.7031-4.9937 19.8281,22.6187-28.3468-9.8406 14.3937,21.7375-23.5-11.4563 13.3656,26.7313-24.8219-16.7437 8.0781,24.8219-19.6812-17.1844 5.8749,29.2281-19.5344-22.6187 1.3219,26.1437-14.3937-21.5906-1.9094,29.8156-13.0719-26.8781-5.2875,25.5562-8.5188-24.8219-9.6938,28.2-5.4343-29.3749-11.75,23.5-1.7625-25.9969-16.5969,24.8219 2.0562-29.9625-17.3312,19.6813 5.1407-25.7031-22.7657,19.6813 9.8406-28.3469-21.8844,14.5406 11.75-23.5-27.025,13.2188 16.8906-24.8219-24.8219,8.3719 17.3312-19.8281-29.5219,5.7281 22.7656-19.5343-26.2906,1.4687 21.8843-14.5406-30.1094-2.0563 27.025-12.925-25.5562-5.4343 24.8219-8.3719-28.6406-9.5469 29.6688-5.7281-23.3531-11.6032 26.1437-1.7625-25.1156-16.5969 29.9625,2.0562-19.5344-17.3312 25.85,4.9938-19.975-22.6188 28.4937,9.8406-14.3937-21.7375 23.5,11.6031-13.2188-26.8781 24.675,16.7437-8.225-24.8219 19.8281,17.3312-5.875-29.5219 19.5344,22.7656-1.4688-26.2906 14.5407,21.8843 1.9093-30.1093 13.0719,27.025 5.2875-25.5563 8.3718,24.675 9.6938-28.4937zm-9.6938,51.1125c-48.8883,0-88.4187,39.661-88.4187,88.5656s39.5305,88.5656 88.4187,88.5656 88.5656-39.661 88.5656-88.5656-39.6773-88.5656-88.5656-88.5656zm5.5813,8.0781 3.3781,17.0375 6.6094-13.3656 1.0281,14.9813 9.5469-14.3937-1.175,17.1844 9.9875-11.3094-2.9374,14.9813 13.0718-11.6032-5.5812,16.45 12.6313-8.3718-6.7562,13.6594 15.5687-7.6375-9.8406,14.2469 14.3937-4.8469-9.9874,11.4563 17.0375-3.2313-13.2188,11.1625 15.1281-.8812-12.4844,8.5187 17.1844,1.0282-15.5688,7.4906 14.8344,3.0844-14.2469,4.8468 16.3031,5.5813-17.0375,3.3781 13.5125,6.6094-14.9813,1.0281 14.3938,9.6938-17.3312-1.3218 11.3094,9.9875-14.8343-2.9375 11.4562,13.0719-16.45-5.5813 8.3719,12.4844-13.5125-6.6094 7.6375,15.4218-14.2469-9.6938 4.5531,14.3938-11.3094-9.9875 3.3781,16.8906-11.3094-13.0719 .8812,15.1281-8.3718-12.4843-1.0281,17.1844-7.4907-15.4219-3.0843,14.6875-4.9938-14.3937-5.5813,16.45-3.0843-17.0375-6.9032,13.5125-.8812-14.9812-9.6938,14.3937 1.175-17.3312-9.9875,11.3094 3.0844-14.8343-13.0719,11.4562 5.5812-16.45-12.6312,8.3719 6.7562-13.5125-15.5688,7.6375 9.8406-14.2469-14.3937,4.7 9.9875-11.4562-17.0375,3.3781 13.2188-11.3094-15.275.8813 12.6313-8.3719-17.3312-1.175 15.5687-7.4906-14.6875-3.0844 14.2469-4.8469-16.45-5.5812 17.0375-3.2313-13.5125-6.7562 15.1282-.8813-14.3937-9.6938 17.1844,1.175-11.3094-9.9875 14.9813,2.9375-11.4563-12.925 16.3031,5.5813-8.225-12.4844 13.5125,6.6094-7.6376-15.4219 14.2469,9.6938-4.7-14.3937 11.4563,9.9875-3.3781-17.0375 11.1625,13.0719-.8812-15.1282 8.5187,12.6313 1.0282-17.3312 7.4906,15.5687 3.0844-14.6875 4.8468,14.2469 5.5813-16.45zm-5.5813,37.7469c-23.6392,0-42.7407,19.0935-42.7407,42.7406s19.1015,42.8875 42.7407,42.8875 42.8875-19.2404 42.8875-42.8875-19.2484-42.7406-42.8875-42.7406zm2.7906,3.8187 1.4687,8.225 3.3781-6.4625 .4403,7.3437 4.5532-7.05-.5873,8.3719 4.8468-5.4344-1.3218,7.1969 6.3156-5.5812-2.7906,7.9312 6.1688-4.1125-3.3781,6.6094 7.6375-3.6719-4.7,6.9031 6.9031-2.35-4.8469,5.5813 8.225-1.6157-6.3156,5.4344 7.1969-.4403-6.0219,4.1125 8.3719.4403-7.4907,3.6719 7.05,1.4688-6.9031,2.35 7.9313,2.7906-8.225,1.4688 6.6094,3.3781-7.3437.4403 7.05,4.5531-8.3718-.5873 5.4343,4.8468-7.1969-1.3218 5.4344,6.3156-7.7844-2.7906 3.9657,6.0219-6.6094-3.2313 3.8187,7.4906-6.9031-4.5531 2.2031,6.9031-5.4343-4.8469 1.6156,8.225-5.4343-6.3156 .294,7.1969-3.9657-6.0219-.5874,8.3719-3.525-7.4907-1.6156,7.05-2.35-6.9031-2.6438,7.9313-1.4687-8.225-3.3781,6.6094-.4403-7.3437-4.7,6.9031 .5874-8.225-4.8469,5.4343 1.4688-7.1969-6.3156,5.5813 2.7906-7.9313-6.1687,3.9657 3.2313-6.6094-7.4907,3.8187 4.7001-6.9031-6.9031,2.2031 4.8468-5.4343-8.225,1.6156 6.3156-5.4343-7.3438.294 6.1688-3.9656-8.3718-.5874 7.4906-3.6719-7.1969-1.4687 6.9031-2.35-7.9312-2.6437 8.225-1.6157-6.4625-3.2313 7.3437-.4403-7.05-4.7 8.3719.5874-5.4344-4.8469 7.1969,1.4688-5.5812-6.3156 7.9312,2.7906-3.9656-6.1688 6.4625,3.2313-3.6719-7.4906 6.9031,4.7-2.2031-6.9031 5.4344,4.8468-1.6157-8.225 5.4344,6.3156-.4403-7.3437 4.1125,6.1687 .5873-8.3718 3.525,7.4906 1.4687-7.1969 2.35,6.9031 2.7906-7.9312z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-014 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m195.7751,21.0596c-5.99.1535-11.9966.5664-18.0675,1.3218-98.2118,12.2222-167.7229,100.1823-155.2628,196.5188 1.7092,13.2151 3.5664,26.0205 6.6101,38.1875-.0216.8853-.147,1.7525-.147,2.6438 0,32.2722 16.7564,60.5927 42.0106,76.9625l-21.2991,105.4562c-4.0777,20.2404 16.6888,38.2294 37.3101,37.1594l143.5116-7.4906c30.9503,15.4793 66.8024,22.3825 103.8512,17.7719 98.2118-12.2221 167.7229-100.1823 155.2628-196.5188-1.0071-7.7859-2.0754-15.4682-3.3785-22.9125 .387-3.4213.7344-6.904.7344-10.4281 0-34.2294-18.8631-64.1173-46.711-79.9l22.1804-110.0094c4.0777-20.2403-16.6887-38.2293-37.3101-37.1594l-143.5116,7.4906c-25.8652-12.9229-55.2218-19.8763-85.7838-19.0937zm120.5967,41.8593h81.6709c14.4389,0 25.9996,11.5595 25.9996,25.9969v83.7187c-9.1481-3.0524-18.9238-4.7-29.0842-4.7-6.0772,0-11.8821.6335-17.6268,1.7625-6.8404-43.1825-29.3064-80.382-60.9594-106.7782zm-163.048,7.9312c58.8788-1.6258 128.3044,46.3124 174.5054,123.6688-18.2298,17.4767-28.2796,42.9052-24.8244,69.6187 .2184,1.6905.5628,3.3413.8814,4.9938 .007.0432-.007.0994 0,.1463 4.756,46.1983 43.6158,82.25 91.0718,82.25 23.5273,0 44.9994-8.9278 61.2531-23.5-3.7753,47.9649-23.6392,86.4447-58.756,103.6938-63.0403,30.965-152.8084-17.3872-209.9059-109.1281 15.4357-16.435 24.9714-38.5332 24.9714-62.8625 0-50.6679-40.9863-91.7969-91.6594-91.7969-25.7086,0-48.9862,10.563-65.6599,27.6125 1.2983-53.3177 21.4399-96.6788 59.3436-115.2969 8.5917-4.2202 17.7386-7.0021 27.1747-8.3718 3.8219-.5549 7.6791-.9198 11.6043-1.0282zm-47.8862,124.8438c21.6408,0 39.2197,17.5771 39.2197,39.2157s-17.5789,39.2156-39.2197,39.2156-39.2196-17.5771-39.2196-39.2156 17.5789-39.2157 39.2196-39.2157zm268.5151,0c21.6408,0 39.2196,17.5771 39.2196,39.2157s-17.5789,39.2156-39.2196,39.2156-39.0728-17.5771-39.0728-39.2156 17.4321-39.2157 39.0728-39.2157zm-285.995,149.6657c10.2423,3.9397 21.2908,6.1687 32.9034,6.1687 5.2147,0 10.1542-.632 15.1297-1.4687 8.1995,39.8661 29.8706,74.1836 59.6374,98.9937h-81.6709c-14.4388,0-25.9996-11.5595-25.9996-25.9968v-77.6969z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-015 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m115.7344,21-91.65,93.0938 73.5843,74.8259h-46.8531c0,0-29.8156,41.8681-29.8156,65.9111 0,.3769.1333.7835.147,1.1691-.0144.3856-.147.7922-.147,1.1692 0,24.043 29.8156,65.911 29.8156,65.911h46.8531l-73.5843,74.8259 91.65,93.0939 48.7625-49.5429c24.415,21.3517 56.4497,34.3439 91.5031,34.3439 35.0675,0 67.0844-12.9769 91.5031-34.3439l48.6157,49.5429 91.7969-93.0939-73.7313-74.8259h47c0,0 29.8156-41.868 29.8156-65.911 0-.3769-.1333-.7834-.147-1.1692 .0144-.3856.147-.792.147-1.1691 0-24.043-29.8156-65.9111-29.8156-65.9111h-47l73.7313-74.8259-91.7969-93.0938-48.6157,49.5429c-24.4187-21.367-56.4356-34.3439-91.5031-34.3439-35.0534,0-67.0881,12.9922-91.5031,34.3439l-48.7625-49.5429zm116.7656,36.3899 16.0094,105.37c-3.4741.7227-6.7788,1.8757-9.8406,3.5075l-36.5719-98.0628c9.4643-4.927 19.6375-8.6206 30.4031-10.8147zm46.8531,0c10.8176,2.1907 21.0443,5.8661 30.55,10.8147l-36.5719,98.0628c-3.0602-1.631-6.3684-2.7847-9.8406-3.5075l15.8624-105.37zm-176.1031,12.4223c19.6493,0 35.6906,15.8153 35.6906,35.3669s-16.0413,35.513-35.6906,35.513-35.5437-15.9615-35.5437-35.513 15.8944-35.3669 35.5437-35.3669zm305.5,0c19.6493,0 35.5437,15.8153 35.5437,35.3669s-15.8944,35.513-35.5437,35.513-35.5438-15.9615-35.5438-35.513 15.8945-35.3669 35.5438-35.3669zm-62.8625,27.1828c6.7096,8.044 12.2462,17.0872 16.5969,26.7444l-72.2626,60.5038c-1.4469-3.0944-3.2929-6.0443-5.4343-8.6226l61.1-78.6256zm-179.775.1463 61.1,78.4795c-2.1134,2.5443-3.9966,5.4284-5.4344,8.4763l-72.2625-60.3576c4.3354-9.6233 9.9184-18.5761 16.5969-26.5982zm-26.5844,68.8339 59.0437,23.6753h-57.7219c-.972-6.0287-1.4687-12.2588-1.4687-18.5603 0-1.7088.0735-3.4242.147-5.1151zm232.9438,0c.0735,1.6909.147,3.4062.147,5.1151 0,6.3014-.4965,12.5315-1.4688,18.5603h-57.575l58.8969-23.6753zm-251.0094,43.6971h134.5375 134.5375c25.5631,0 46.1188,20.136 46.1188,45.1586 0,.3928-.1369.7791-.147,1.1691 .007.3899.147.7768.147,1.1692 0,25.0226-20.5556,45.1586-46.1188,45.1586h-134.5375-134.5375c-25.5631,0-46.1187-20.136-46.1187-45.1586 0-.3928.1369-.7792.147-1.1692-.007-.3899-.147-.7766-.147-1.1691 0-25.0226 20.5556-45.1586 46.1187-45.1586zm24.2344,20.1679c-12.9355,1.2733-23.0594,11.9933-23.0594,24.9907 0,.3841-.0216.7896 0,1.1691-.0216.3798 0,.7852 0,1.1692 0,12.9974 10.1238,23.7174 23.0594,24.9906 .8623.0843 1.7585,0 2.6437,0h107.6594 107.6594c14.1633,0 25.7032-11.1268 25.7032-24.9906 0-.3841.0216-.7894 0-1.1692 .0216-.3798 0-.7852 0-1.1691 0-13.8639-11.5398-24.9907-25.7032-24.9907h-107.6594-107.6594c-.8852,0-1.7813-.0843-2.6437,0zm-4.8469,92.5094h57.575l-58.8969,23.6753c-.0735-1.6909-.1463-3.4062-.1463-5.1151 0-6.3014.4965-12.5315 1.4687-18.5603zm172.5781,0h57.7219c.9721,6.0287 1.4688,12.2588 1.4688,18.5603 0,1.7088-.0735,3.4242-.1463,5.1151l-59.0438-23.6753zm-91.65,5.5535c1.4469,3.0944 3.2929,5.8982 5.4344,8.4763l-61.1,78.6257c-6.6814-8.0103-12.2537-16.9875-16.5969-26.5983l72.2625-60.5037zm68.4437.1463 72.2626,60.2115c-4.3354,9.6232-9.9184,18.576-16.5969,26.5982l-61.1-78.4795c2.1134-2.5443 3.9966-5.2823 5.4343-8.3303zm-51.5531,17.8296c3.0603,1.6311 6.3684,2.7847 9.8406,3.5075l-15.8625,105.2239c-10.8176-2.1907-21.0442-5.8661-30.55-10.8147l36.5719-97.9167zm34.6625,0 36.5719,97.9167c-9.4643,4.927-19.6374,8.6206-30.4031,10.8147l-16.0093-105.2239c3.4741-.7226 6.7788-1.8755 9.8406-3.5074zm-170.0812,25.4291c19.6493,0 35.6906,15.8153 35.6906,35.3669s-16.0413,35.513-35.6906,35.513-35.5437-15.9615-35.5437-35.513 15.8944-35.3669 35.5437-35.3669zm305.5,0c19.6493,0 35.5437,15.8153 35.5437,35.3669s-15.8944,35.513-35.5437,35.513-35.5438-15.9615-35.5438-35.513 15.8945-35.3669 35.5438-35.3669z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-016 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m138.4597,52.3426-12.9078,48.3291c5.309.4232 10.4863,2.6436 14.5826,6.7398 8.5198,8.5199 9.082,21.9091 1.6271,31.0494-.497.6091-1.1148,1.0998-1.6826,1.6676-9.088,9.088-23.5911,9.1743-32.679.0865-4.1264-4.1264-6.292-9.4069-6.6992-14.7842l-48.3547,13.1087 12.8907,48.1089c.7907-.3792 1.6441-.6812 2.4784-.9683 4.2245-1.4552 9.0573-1.7275 13.7127-.4801 11.6384,3.1184 18.7916,14.5518 16.9056,26.1949-.1255.7762-.3949,1.5152-.603,2.291-3.3264,12.4143-15.9298,19.591-28.3441,16.2647-5.6035-1.5015-10.1113-4.8563-13.1281-9.259l-35.2584,35.305 35.305,35.2584c3.019-4.3779 7.4723-7.7821 13.0303-9.2713 11.6384-3.1185 23.6339,3.1174 27.8221,14.1437 .2793.7352.4005,1.4949.6084,2.2706 3.3264,12.4144-4.0001,25.1041-16.4144,28.4305-5.558,1.4893-11.1168.7678-15.9202-1.5141l-13.0878,48.2252 48.3671,13.0497c.4029-5.353 2.5997-10.6224 6.7018-14.7245 3.195-3.195 6.9801-5.3563 11.0842-6.3162 6.8404-1.5999 14.2525.0288 19.9652,4.6891 .6093.4974 1.0998,1.1145 1.6677,1.6826 9.0879,9.0878 9.1743,23.5911.0865,32.679-4.1264,4.1264-9.4068,6.2921-14.7842,6.6993l13.1087,48.3546 48.2508-12.9287c-2.336-4.8606-3.1006-10.5163-1.5903-16.1531 2.3389-8.7288 9.3096-14.9302 17.5735-16.7249 2.7546-.5983 5.7107-.6524 8.6215-.1802 .7762.1255 1.3732.4333 2.1491.6409 12.4143,3.3264 19.7329,15.8918 16.4066,28.3061-1.4835,5.5366-4.9397,9.9605-9.297,12.9862l35.343,35.4003 35.2584-35.305c-4.3779-3.019-7.7821-7.4724-9.2714-13.0303-3.1185-11.6385 3.1175-23.6338 14.1437-27.8221 .7351-.279 1.4948-.4008 2.2707-.6084 12.4143-3.3265 25.1041,4.0001 28.4305,16.4144 1.4893,5.5579.7678,11.1168-1.5141,15.9202l48.2252,13.0878 12.9078-48.3291c-5.3212-.4116-10.4804-2.6377-14.5826-6.7398-9.0878-9.0879-9.2124-23.733-.1246-32.8209 3.4079-3.4079 7.5692-5.5689 11.9737-6.4026 7.3407-1.3895 15.2053.7401 20.8853,6.42 4.1264,4.1264 6.324,9.3982 6.6992,14.7841l48.3547-13.1087-12.9288-48.2508c-4.8606,2.336-10.5163,3.1007-16.1531,1.5903-12.4142-3.3264-19.771-16.0337-16.4446-28.448 2.079-7.7589 7.8327-13.4462 14.9152-15.8605 4.2495-1.4486 8.9154-1.6896 13.5708-.4419 5.5367,1.4835 9.9606,4.9398 12.9863,9.297l35.4003-35.343-35.305-35.2584c-3.019,4.378-7.4723,7.7821-13.0303,9.2713-12.4143,3.3264-25.246-3.962-28.5724-16.3763s4.142-25.1422 16.5563-28.4685c5.558-1.4893 11.1168-.7678 15.9202,1.5141l13.0878-48.2252-48.329-12.9078c-.4114,5.3212-2.6378,10.4804-6.7399,14.5826-9.0879,9.0879-23.7331,9.2124-32.8209.1247s-9.0704-23.771.0187-32.8589c3.408-3.408 7.5876-5.5505 11.9737-6.4025 .9138-.1773 1.8458-.3727 2.7724-.4383l-13.0706-48.2128-48.2508,12.9288c2.368,4.852 3.1006,10.5163 1.5903,16.1531-3.3264,12.4143-16.0336,19.771-28.448,16.4446s-19.629-16.0717-16.3027-28.486c1.4993-5.5955 4.8729-10.107 9.259-13.1281l-35.305-35.2584-35.2584,35.305c4.3779,3.019 7.7821,7.4724 9.2714,13.0303 3.3264,12.4143-3.9621,25.246-16.3763,28.5724s-25.1421-4.142-28.4685-16.5563c-1.4893-5.558-.7678-11.1168 1.5141-15.9202l-48.2252-13.0877zm103.2306,69.077c4.6595-1.3693 9.538-2.0236 14.3639-2.0235 12.869-7e-05 25.7033,4.794 35.5642,14.655l86.2729,86.3975c19.7218,19.7219 19.7787,51.4472.0569,71.1691l-86.3975,86.2729c-19.7218,19.7219-51.4472,19.7787-71.169.0577l-86.2729-86.3975c-19.7218-19.7218-19.7787-51.4472-.057-71.169l86.3975-86.273c6.1631-6.1631 13.4751-10.4062 21.2409-12.6882zm-7.8836,63.1058c-30.4444,9.4663-52.6478,37.8848-52.6478,71.4498 0,41.3107 33.5065,74.8651 74.8172,74.8651s74.8651-33.5065 74.8651-74.8172-33.5065-74.8652-74.8172-74.8652c-7.7458,0-15.1918,1.1829-22.2174,3.3674z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-017 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m143.4937,21c-50.162,0-90.7687,39.7025-90.7687,89.0062v2.35h94.7344c13.5616,0 24.5282,13.3384 24.5282,29.9625s-10.9666,29.9625-24.5282,29.9625h-94.7344v15.7156h94.7344c13.5616,0 24.5282,13.4853 24.5282,30.1094s-10.9666,29.9625-24.5282,29.9625h-94.7344v15.7156h94.7344c13.5616,0 24.5282,13.3385 24.5282,29.9625s-10.9666,30.1093-24.5282,30.1093h-94.7344v15.7157h94.7344c13.5616,0 24.5282,13.3384 24.5282,29.9625s-10.9666,29.9625-24.5282,29.9625h-94.7344v40.0969h-14.5407v37.1594h-17.1843v14.2469h17.1843 435.7782 17.0375v-14.2469h-17.0375v-37.1594h-14.6875v-329.5875c0-49.3037-40.1662-89.0062-90.3281-89.0062s-90.6218,39.7025-90.6218,89.0062v2.35h92.9718c13.5616,0 24.5282,13.3384 24.5282,29.9625s-10.9666,29.9625-24.5282,29.9625h-92.9718v15.7156h92.9718c13.5616,0 24.5282,13.4853 24.5282,30.1094s-10.9666,29.9625-24.5282,29.9625h-92.9718v15.7156h92.9718c13.5616,0 24.5282,13.3385 24.5282,29.9625s-10.9666,30.1093-24.5282,30.1093h-92.9718v15.7157h92.9718c13.5616,0 24.5282,13.3384 24.5282,29.9625s-10.9666,29.9625-24.5282,29.9625h-92.9718v40.0969h-44.5032v-329.5875c0-49.3037-40.1662-89.0062-90.3281-89.0062z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-018 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m227.2777,30.0703c-33.0796,0-61.3761,19.5743-74.073,47.8245-9.8682-8.6719-22.6242-14.0175-36.8304-14.0175h-39.4415c-31.0246,0-55.9327,25.0452-55.9327,56.0702v191.0233c0,30.2401 23.6706,54.578 53.5965,55.7953v88.7777h-42.8772v26.3859h448.561v-26.3859h-43.0144v-88.7777c29.9907-1.1483 53.7342-25.5095 53.7342-55.7953v-191.0233c0-31.025-24.9079-56.0702-55.9329-56.0702h-39.579c-14.1732,0-27.0025,5.2445-36.8303,13.8801-12.7726-28.1605-41.0583-47.6871-74.0733-47.6871h-57.3068zm8.1084,34.2193h41.0904c32.2986,0 58.2689,25.9702 58.2689,58.2689v159.6902h-157.6286v-159.6902c0-32.2988 25.9697-58.2689 58.2692-58.2689zm-152.8189,23.2251h28.3099c15.4069,0 28.5884,8.6404 35.3187,21.3012-.027.8701-.1369,1.7343-.1369,2.6111v95.7863h-103.6198v-79.5699c0-22.2498 17.8782-40.1287 40.1286-40.1287zm318.6928,0h28.1727c22.2495,0 40.1287,17.8789 40.1287,40.1287v79.5699h-103.6202v-95.7863c0-.8769-.1099-1.7411-.1362-2.6111 6.7301-12.6607 20.048-21.3012 35.4561-21.3012zm-145.2604,4.2603c-30.9129,0-55.9325,25.0196-55.9325,55.9327s25.0196,56.0702 55.9325,56.0702 55.9329-25.1571 55.9329-56.0702-25.0192-55.9327-55.9329-55.9327zm-159.2775,14.7046c-21.2952,0-38.4795,17.1843-38.4795,38.4795s17.1843,38.617 38.4795,38.617 38.4795-17.3218 38.4795-38.617-17.1843-38.4795-38.4795-38.4795zm318.5553,0c-21.2952,0-38.4795,17.1843-38.4795,38.4795s17.1843,38.617 38.4795,38.617c21.2948,0 38.7544-17.3218 38.7544-38.617s-17.4596-38.4795-38.7544-38.4795zm-372.8389,123.1344h103.6198v54.1462c-6.7754,12.5118-19.8847,21.0265-35.1813,21.0265h-28.3099c-22.2504,0-40.1286-17.8795-40.1286-40.1286v-35.0441zm323.5025,0h103.6202v35.0441c0,22.2491-17.8791,40.1286-40.1287,40.1286h-28.1727c-15.2973,0-28.543-8.5147-35.3189-21.0265v-54.1462zm-188.8243,75.1727h157.6286v16.6284c0,32.2986-25.9704,58.269-58.2689,58.269h-41.0904c-32.2995,0-58.2692-25.9704-58.2692-58.269v-16.6284zm-31.0585,53.5961v30.2339c0,26.1555 12.2777,49.2199 31.3333,64.0414 .505.356.9974.7551 1.5117,1.0994 11.6388,7.7821 25.5108,12.4828 40.5411,12.7805-15.5712,0-29.9898-4.0401-42.1903-10.9941h-58.6812v-88.7777c10.0946-.3958 19.4588-3.3735 27.4853-8.3833zm219.8828,0c7.9989,4.9953 17.2704,7.9879 27.3482,8.3833v88.7777h-58.5439c-12.2,6.954-26.6199,10.9941-42.1898,10.9941h-1.5119c15.2621,0 29.3619-4.5204 41.2281-12.2307 20.3603-14.723 33.6694-38.5349 33.6694-65.6905v-30.2339zm-147.596,46.3131h18.5524v35.0436h-18.5524v-35.0436zm28.3095,0h18.69v35.0436h-18.69v-35.0436zm28.3103,0h18.6901v35.0436h-18.6901v-35.0436z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-019 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-83.6528,0-163.1292,8.0759-235,22.6188l6.3156,11.1625c70.4584-14.7018 147.6728-22.9125 228.6844-22.9125s158.2259,8.2107 228.6843,22.9125l6.3156-11.1625c-71.8709-14.5429-151.3472-22.6188-235-22.6188zm0,23.0594c-78.7468,0-153.6695,7.8024-222.5156,21.7375l66.0937,117.9406c8.9946-10.7 19.2474-20.4788 30.6969-29.0813-16.2549-16.8991-25.7319-29.6458-22.9124-32.1656 .2436-.2169.6176-.3834 1.0281-.4403 4.5067-.6392 18.8875,8.2679 37.1594,22.4718 6.5806-4.0413 13.4355-7.852 20.5625-11.1625-12.3813-22.335-18.826-38.7763-15.1282-40.6844 .2984-.1557.6155-.1881 1.0282-.147 4.83.4519 17.2006,13.7052 31.8718,33.6344 6.9415-2.4698 14.1375-4.5602 21.4438-6.3156-6.1043-26.0545-8.1131-45.0903-3.8188-46.1187 4.337-1.0386 13.6345,16.6066 23.0594,42.3 7.0532-1.0202 14.3052-1.5835 21.5907-1.9093 1.6107-27.2715 5.3214-46.7063 9.8406-46.7063s8.3768,19.4345 9.9874,46.7063c7.2853.3257 14.3907.8891 21.4438,1.9093 9.4249-25.6932 18.7224-43.3385 23.0594-42.3 4.2943,1.0284 2.4324,20.0641-3.6719,46.1187 7.3062,1.7555 14.3554,3.8458 21.2969,6.3156 14.6712-19.9291 27.1887-33.1821 32.0187-33.6344 .4129-.036.73-.007 1.0282.147 3.6979,1.9081-2.7468,18.3493-15.1282,40.6844 7.127,3.3106 13.9819,7.1212 20.5625,11.1625 16.6389-12.9335 30.0159-21.5201 35.6907-22.4718 1.1354-.191 1.863.002 2.35.4403 2.8195,2.5198-6.6575,15.2665-22.9124,32.1656 11.4496,8.6025 21.849,18.3817 30.8437,29.0813l66.0937-117.9406c-68.8461-13.9351-143.9157-21.7375-222.6624-21.7375zm0,107.5124c-70.6186,0-129.8829,42.5929-147.7563,100.6094 13.6274,9.7553 22.1781,24.5978 22.1781,41.4188 0,15.6174-7.4039,29.7379-19.3875,39.5093 20.6382,53.9722 77.5968,92.825 144.9656,92.825 67.3167,0 124.5404-38.771 145.2593-92.6782-12.0783-9.7766-19.8281-23.9681-19.8281-39.6562 0-16.8901 8.8948-31.8133 22.6187-41.5657-17.9571-57.9513-77.4832-100.4625-148.0499-100.4625zm-14.1001,57.4281v90.3281c0,7.8437 6.2563,14.2469 14.1001,14.2469s14.2469-6.4031 14.2469-14.2469v-90.3281c23.5026,2.6278 44.6514,11.804 61.3937,25.2625-1.5573.7812-3.1364,1.6312-4.7,2.4969-25.8126,14.291-42.1384,34.9268-36.5718,46.1187s30.8811,8.7098 56.6937-5.5812c4.5563-2.5225 8.7313-5.3931 12.6313-8.225 6.0234,12.3555 9.5469,25.8995 9.5469,40.2438 0,3.988-.2313,7.8836-.7344,11.75-19.5051,15.3184-62.5823,25.9968-112.5062,25.9968-49.7182,0-92.5948-10.6332-112.2126-25.8499-.5153-3.9188-.8812-7.853-.8812-11.8969 0-14.308 3.4141-27.9139 9.4-40.2438 3.9346,2.8571 8.1844,5.6817 12.7781,8.225 25.8126,14.291 51.1272,16.7731 56.6937,5.5812s-10.7592-31.8277-36.5718-46.1187c-1.5636-.8657-3.1427-1.7157-4.7-2.4969 16.7398-13.4574 37.875-22.648 61.3937-25.2625zm-170.9625,45.825c-23.9741,0-43.475,17.3486-43.475,38.775s19.5009,38.9218 43.475,38.9218 43.3281-17.4953 43.3281-38.9218-19.3539-38.775-43.3281-38.775zm370.2718,0c-23.9741,0-43.3281,17.3486-43.3281,38.775s19.354,38.9218 43.3281,38.9218 43.3281-17.4953 43.3281-38.9218-19.3539-38.775-43.3281-38.775zm-289.7843,93.2656c21.8756,12.5019 60.5168,20.8562 104.575,20.8562s82.6993-8.3543 104.5749-20.8562c-17.0363,36.5952-57.4304,62.275-104.5749,62.275-47.1473,0-87.5815-25.6764-104.575-62.275zm-1.4688,65.3594-44.65,65.5062c46.6095,7.7285 97.3815,12.0438 150.6938,12.0438s104.0842-4.3153 150.6937-12.0438l-44.7969-65.5062c-6.0895,5.934-13.1047,11.2384-20.8562,16.0094 11.0047,9.3723 17.4775,16.6681 15.5687,18.0656-.3293.2436-.8469.253-1.6156.1463-3.8419-.5275-12.9697-5.3114-24.2344-12.4844-4.4552,2.2413-9.1281,4.3327-13.9532,6.1688 8.3824,12.3872 12.7848,21.5605 10.2813,22.6188-.2018.0901-.3077.1694-.5873.147-3.27-.2508-11.8049-7.6003-21.7375-18.6532-4.6994,1.3698-9.4474,2.4047-14.3937,3.3781 4.1326,14.4501 5.4041,24.9859 2.4969,25.5563-2.9361.5758-9.1881-9.1035-15.5688-23.3531-4.7751.5657-9.6084.8475-14.5406,1.0281-1.0904,15.1251-3.6967,25.85-6.7562,25.85s-5.6658-10.725-6.7562-25.85c-4.9323-.1802-9.7656-.4627-14.5407-1.0281-6.3807,14.2497-12.7794,23.9292-15.7156,23.3531-2.9073-.57-1.4889-11.1063 2.6438-25.5563-4.9464-.9735-9.8412-2.0083-14.5407-3.3781-9.9325,11.0529-18.1738,18.4026-21.4437,18.6532-.2796.0216-.6789-.0576-.8812-.147-2.5034-1.0582 1.8989-10.2315 10.2812-22.6188-4.8251-1.836-9.498-3.9274-13.9531-6.1688-12.3702,7.8776-22.0646,12.8386-25.1157,12.4844-.2774-.036-.4223-.0288-.5873-.1463-1.9088-1.3975 4.5641-8.6933 15.5688-18.0656-7.7515-4.771-14.9137-10.0751-21.0032-16.0094z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-020 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m126.75,21c-58.4041,0-105.75,47.3446-105.75,105.7501 0,36.7582 18.684,69.1741 47.1469,88.125v82.25c-28.4629,18.9504-47.1469,51.3654-47.1469,88.125 0,58.4031 47.3459,105.75 105.75,105.75 36.7588,0 69.1743-18.6844 88.125-47.1471h82.25c18.9507,28.4627 51.3662,47.1471 88.125,47.1471 58.4041,0 105.75-47.3469 105.75-105.75 0-36.7596-18.684-69.1746-47.1469-88.125v-82.25c28.4629-18.9509 47.1469-51.3668 47.1469-88.125 0-58.4055-47.3459-105.7501-105.75-105.7501-36.7588,0-69.1743,18.6841-88.125,47.1469h-82.25c-18.9507-28.4627-51.3662-47.1469-88.125-47.1469zm0,37.1594c13.0232,0 25.1731,3.6867 35.5437,9.9875 1.3991.8502 2.7836,1.7 4.1126,2.6438 .6536.4641 1.2727.9828 1.9093,1.4688 .6587.503 1.2702,1.0892 1.9094,1.6156 .0288.0216.1168-.0216.147,0 2.4779,2.0464 4.7395,4.2387 6.9031,6.6094 .5412.5909 1.0953,1.1529 1.6156,1.7625 .5383.632 1.1005,1.2575 1.6157,1.9094 .5888.7421 1.0577,1.5835 1.6156,2.35 1.3482,1.8612 2.6576,3.7306 3.8187,5.7281 .8224,1.4147 1.6264,2.9281 2.35,4.4063 4.4511,9.0926 7.05,19.3017 7.05,30.1094 0,3.7199-.431,7.3141-1.0281,10.8687l-98.9937-42.3 42.3,98.9938c-3.5546.5967-7.1487,1.0281-10.8687,1.0281-10.7376,0-20.914-2.5058-29.9625-6.9031-.1362-.0649-.3048-.0793-.4403-.1463-1.3462-.6659-2.6729-1.4544-3.9656-2.2031-1.3642-.7905-2.6645-1.617-3.9656-2.4968-.0577-.036-.0901-.1088-.147-.147-.2623-.178-.4749-.405-.7344-.5873-1.4902-1.043-3.006-2.076-4.4062-3.2313-.0505-.0432-.093-.1023-.147-.147-1.2808-1.0683-2.4731-2.22-3.6719-3.3781-.4533-.436-.8807-.874-1.3219-1.3218-1.4105-1.4392-2.8315-2.8468-4.1125-4.4063-1.0623-1.2873-2.1167-2.6017-3.0844-3.9656-.2292-.3236-.3632-.7005-.5874-1.0281-.699-1.0213-1.4121-2.0241-2.0562-3.0844-6.3009-10.3705-9.9875-22.521-9.9875-35.5438 0-37.8867 30.7049-68.5906 68.5906-68.5906zm258.5,0c37.8857,0 68.5907,30.7039 68.5907,68.5907 0,13.0227-3.6866,25.1732-9.9875,35.5437-.8501,1.3992-1.7,2.7838-2.6438,4.1125-.4641.6544-.9827,1.2726-1.4688,1.9094-2.4795,3.2449-5.2166,6.2137-8.225,8.9594-.5909.5412-1.1531,1.0953-1.7625,1.6156-.632.5383-1.2574,1.1005-1.9093,1.6157-.7421.5881-1.5834,1.0577-2.35,1.6156-1.861,1.3484-3.7304,2.6574-5.7281,3.8187-1.4149.8225-2.9281,1.6262-4.4063,2.35-9.0926,4.4509-19.3021,7.05-30.1094,7.05-3.7199,0-7.3141-.4317-10.8687-1.0281l42.3-98.9938-98.9938,42.3c-.5967-3.5546-1.0281-7.1489-1.0281-10.8687 0-10.8077 2.5989-21.0168 7.05-30.1094 .7236-1.4782 1.5276-2.9916 2.35-4.4063 .7541-1.2972 1.5161-2.5779 2.35-3.8187 .0764-.1139.2162-.1802.294-.294 1.132-1.6629 2.2556-3.2945 3.525-4.8468 .2868-.3502.5873-.6839.8812-1.0282 .6976-.8196 1.4684-1.5646 2.2031-2.35 .906-.9654 1.8308-1.8788 2.7906-2.7906 1.15-1.0928 2.3001-2.2198 3.525-3.2313 .6702-.5535 1.3653-1.0878 2.0563-1.6157 .9472-.7238 1.9513-1.3813 2.9375-2.0562 1.0214-.699 2.0243-1.4124 3.0844-2.0563 10.3707-6.3008 22.5206-9.9875 35.5437-9.9875zm-157.1562,38.4813h55.8125c-2.8355,9.5523-4.4062,19.6364-4.4062,30.1094 0,8.0777.9284,15.9413 2.6438,23.5h-52.2875c1.7154-7.5587 2.6438-15.4223 2.6438-23.5 0-10.473-1.5708-20.5571-4.4062-30.1094zm-26.4375,79.3125h108.6875c14.2103,0 25.7032,11.4929 25.7032,25.7032v108.6875c0,14.2103-11.4929,25.7032-25.7032,25.7032h-108.6875c-14.2103,0-25.7032-11.4929-25.7032-25.7032v-108.6875c0-14.2103 11.4929-25.7032 25.7032-25.7032zm54.3437,28.6407c-28.4102,0-51.4062,22.996-51.4062,51.4062s22.996,51.4062 51.4062,51.4062 51.4062-22.996 51.4062-51.4062-22.996-51.4062-51.4062-51.4062zm159.3594,23.5v55.8125c-9.5524-2.835-19.6366-4.4062-30.1094-4.4062-8.0778,0-15.9412.7815-23.5,2.4969v-52.1407c7.5588,1.7155 15.4222,2.6438 23.5,2.6438 10.4727,0 20.557-1.5708 30.1094-4.4062zm-318.5719.147c9.5013,2.8026 19.5532,4.2594 29.9625,4.2594 8.0779,0 15.9412-.9283 23.5-2.6438v52.1407c-7.5588-1.7154-15.4221-2.4969-23.5-2.4969-10.4093,0-20.4612,1.4568-29.9625,4.2594v-55.5187zm29.9625,88.4187c3.7145,0 7.3139.3171 10.8687.8812l-42.3,99.1406 98.9937-42.3c.5967,3.5545 1.0281,7.1486 1.0281,10.8687 0,10.7371-2.5057,20.914-6.9031,29.9625-.0649.1362-.0786.3005-.147.4403-.6652,1.3461-1.454,2.6733-2.2031,3.9658-.9844,1.699-2.1094,3.2463-3.2313,4.8466-1.0433,1.4904-2.0758,3.0057-3.2313,4.4067-.7098.8554-1.4531,1.677-2.2031,2.4967-.4209.4605-.8884.8709-1.3218,1.3216-.6998.7247-1.325,1.5101-2.0563,2.2034-1.1861,1.1303-2.4073,2.1874-3.6719,3.2313s-2.6287,2.1366-3.9656,3.0846c-.3193.2256-.7048.3654-1.0282.5873-1.0265.7019-2.0184,1.409-3.0844,2.0558-10.3706,6.3008-22.5206,9.9875-35.5437,9.9875-37.8857,0-68.5906-30.706-68.5906-68.5904 0-13.0237 3.6866-25.1728 9.9875-35.5438 .6443-1.0598 1.3573-2.0631 2.0562-3.0844 1.1497-1.6816 2.3831-3.4248 3.6719-4.9937 1.0436-1.2648 2.1012-2.4856 3.2313-3.6719 .2631-.2775.6133-.4605.8813-.7344 .441-.4468.8685-.8862 1.3218-1.3219 1.1988-1.1585 2.391-2.3098 3.6719-3.3781 .0505-.0504.093-.1023.147-.147 1.4002-1.1557 2.916-2.1878 4.4062-3.2313 .2566-.1787.4756-.4115.7344-.5873 .0577-.036.0908-.1088.147-.147 1.2952-.8751 2.6094-1.7106 3.9656-2.4968 1.2927-.7492 2.6194-1.5376 3.9656-2.2031 .1362-.0649.3041-.0807.4403-.1463 9.0485-4.3978 19.2248-6.9031 29.9625-6.9031zm258.5,0c10.8073,0 21.0168,2.5991 30.1094,7.05 1.4782.7238 2.9914,1.5275 4.4063,2.35 2.8296,1.645 5.5278,3.4194 8.0781,5.4343 .2984.2371.5866.4929.8812.7344 .9628.7873 1.8729,1.6589 2.7906,2.4969 .2047.1881.3848.3949.5873.5873 3.3491,3.133 6.4392,6.5259 9.1063,10.2812 .2263.32.3668.7055.5873,1.0281 .0764.1124.2184.1859.294.294 .6162.9123 1.1897,1.8483 1.7625,2.7906 6.3009,10.3711 9.9875,22.52 9.9875,35.5438 0,37.8844-30.7049,68.5904-68.5906,68.5904-13.0232,0-25.1731-3.6867-35.5438-9.9875-1.0601-.6421-2.063-1.3578-3.0844-2.0558-1.6815-1.1496-3.425-2.3834-4.9937-3.6722-1.2646-1.0438-2.4858-2.1009-3.6719-3.2313-.2775-.263-.4612-.614-.7344-.8812-.4483-.4418-.8861-.8686-1.3219-1.3221-1.1581-1.198-2.3097-2.3904-3.3781-3.6717-.0432-.0504-.1023-.0959-.147-.147-1.1555-1.4011-2.188-2.9164-3.2313-4.4067-.1794-.2573-.4115-.4749-.5873-.7341-.036-.0576-.1088-.0915-.147-.147-.875-1.2967-1.7101-2.6095-2.4969-3.9658-.7491-1.2925-1.5377-2.6198-2.2031-3.9659-.0649-.1355-.0807-.3041-.147-.4403-4.3974-9.0484-6.9031-19.2254-6.9031-29.9625 0-3.72.4309-7.3142 1.0281-10.8687l98.9938,42.3-42.3-99.1406c3.5549-.5643 7.1543-.8812 10.8687-.8812zm-155.3938,45.0906h52.2875c-1.7154,7.5589-2.6438,15.4219-2.6438,23.5 0,10.4091 1.4569,20.461 4.2594,29.9625h-55.5187c2.8025-9.5015 4.2594-19.5534 4.2594-29.9625 0-8.0781-.9284-15.9411-2.6438-23.5z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-021 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-93.914,0-175.0468,55.0583-212.675,134.6844 24.2953-4.53 50.3943-8.2612 77.8433-11.1625 32.0958-38.7974 80.5457-63.45 134.8317-63.45s102.7354,24.6526 134.8308,63.45c27.377,2.8996 53.4395,6.6392 77.6971,11.1625-37.6254-79.6261-118.6148-134.6844-212.5279-134.6844zm0,84.1594c-83.3117,0-150.8409,67.5287-150.8409,150.8406s67.5291,150.8407 150.8409,150.8407 150.8404-67.5288 150.8404-150.8407-67.5291-150.8406-150.8404-150.8406zm0,22.6187c19.568,0 38.1917,4.3521 54.7841,12.1907l-30.4033,52.7281c-7.575-2.9202-15.7732-4.5532-24.3808-4.5532s-16.8062,1.633-24.3817,4.5532l-30.4029-52.5813c16.6328-7.8857 35.1536-12.3375 54.7846-12.3375zm-72.9971,22.7657 30.4029,52.7281c-12.791,10.329-21.7117,25.1753-24.3808,42.1531h-60.8067c3.2148-39.2867 24.1472-73.6216 54.7846-94.8812zm145.9938,0c30.635,21.2583 51.5679,55.5978 54.7841,94.8812h-60.8058c-2.6696-16.9778-11.5902-31.8241-24.3817-42.1531l30.4034-52.7281zm-227.95,24.0875c-25.0943,3.2147-48.5355,7.1416-69.7659,11.75-6.8042,21.9862-10.2807,45.3965-10.2807,69.6187s3.4766,47.6325 10.2807,69.6188c21.2304,4.6085 44.6716,8.5352 69.7659,11.75-12.7915-24.3075-19.975-51.9939-19.975-81.3688s7.1835-57.0612 19.975-81.3687zm309.9063,0c12.7915,24.3075 19.975,51.9939 19.975,81.3687s-7.1835,57.0612-19.975,81.3688c25.0073-3.2112 48.4227-7.1451 69.6188-11.75 6.8027-21.9862 10.4283-45.3965 10.4283-69.6188s-3.6256-47.6326-10.4283-69.6187c-21.1961-4.6049-44.6115-8.5388-69.6188-11.75zm-282.7346,91.9437h60.8067c2.6588,16.9107 11.5235,31.8293 24.2341,42.1532l-30.2563,52.7281c-30.6374-21.2597-51.5697-55.5946-54.7846-94.8813zm194.7567,0h60.8058c-3.2163,39.2835-24.1491,73.623-54.7841,94.8813l-30.2562-52.7282c12.7107-10.3239 21.5753-25.2425 24.2346-42.1532zm-91.3567,52.7282c7.5754,2.9202 15.7737,4.5531 24.3817,4.5531s16.8058-1.6329 24.3808-4.5531l30.4033,52.7281c-16.5924,7.8385-35.2162,12.1906-54.7841,12.1906-19.631,0-38.1517-4.4518-54.7846-12.3375l30.4029-52.5813zm-188.2933,37.0125c37.6282,79.6261 118.761,134.6844 212.675,134.6844s174.9026-55.0583 212.5279-134.6844c-24.2576,4.5233-50.3205,8.263-77.6971,11.1625-32.0954,38.7974-80.5453,63.45-134.8308,63.45s-102.7359-24.6526-134.8317-63.45c-27.449-2.9013-53.5481-6.6325-77.8433-11.1625z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-022 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m187.9976,20.9999-50.6721,80.0288h-50.6721c-22.0576,0-39.9505,14.494-39.9505,32.5821v61.5606c-14.8069,3.8924-25.7029,17.7326-25.7029,34.534v225.3718c0,19.8506 15.1556,35.9146 34.075,35.9229h85.9221 .1457 81.3697 12.4841 41.8597 7.4908 86.5096 .1456 85.9226c18.9171,0 34.075-16.0722 34.075-35.9229v-225.3718c0-16.749-10.8203-30.5912-25.5567-34.534v-61.5606c0-18.0881-17.7462-32.5821-39.8034-32.5821h-51.1125l-50.6726-80.0288-56.2529,85.1338v359.0034h-23.3533v-359.0034zm0,95.5688c18.5039,0 33.4875,15.5659 33.4875,34.8343s-14.9836,34.9844-33.4875,34.9844-33.3413-15.716-33.3413-34.9844 14.8365-34.8343 33.3413-34.8343zm135.8596,0c18.5039,0 33.488,15.5659 33.488,34.8343s-14.9841,34.9844-33.488,34.9844-33.4874-15.716-33.4874-34.9844 14.9831-34.8343 33.4874-34.8343zm-222.5164,12.8379h30.55v64.5636h-70.5005v-31.9815c0-18.088 17.8934-32.5821 39.9505-32.5821zm278.7702,0h30.8438c22.0567,0 39.8034,14.494 39.8034,32.5821v31.9815h-70.6471zm-263.0549,90.9896h14.8346v244.2905h-14.8346c-18.917,0-34.075-16.0347-34.075-35.8854v-172.67c0-19.8506 15.158-35.7351 34.075-35.7351zm263.0549,0h14.8341c18.9194,0 34.075,15.8845 34.075,35.7351v172.67c0,19.8507-15.1556,35.8854-34.075,35.8854h-14.8341zm-192.1135,28.6029c18.5039,0 33.4875,15.7161 33.4875,34.9845s-14.9836,34.8343-33.4875,34.8343-33.3413-15.5659-33.3413-34.8343 14.8365-34.9845 33.3413-34.9845zm135.8596,0c18.5039,0 33.488,15.7161 33.488,34.9845s-14.9841,34.8343-33.488,34.8343-33.4874-15.5659-33.4874-34.8343 14.9831-34.9845 33.4874-34.9845zm-135.8596,132.5805c18.5039,0 33.4875,15.5659 33.4875,34.8343s-14.9836,34.8343-33.4875,34.8343-33.3413-15.5659-33.3413-34.8343 14.8365-34.8343 33.3413-34.8343zm135.8596,0c18.5039,0 33.488,15.5659 33.488,34.8343s-14.9841,34.8343-33.488,34.8343-33.4874-15.5659-33.4874-34.8343 14.9831-34.8343 33.4874-34.8343z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-023 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.9999,21c-47.4963,0-86.0688,33.0231-86.0688,73.7313 0,.1903-.0009.3978 0,.5873 8.4393-14.5063 26.844-26.1349 50.0846-32.1657v69.4719c-26.8257,6.4211-50.4869,19.8543-68.0034,37.8938-19.5229-16.9206-35.2905-38.3801-45.678-63.0094-.4418,5.354-.7344,10.8181-.7344,16.3031 0,31.8658 7.6868,61.7663 20.8562,87.3907-3.0714,8.3718-5.4368,17.0809-6.3156,26.1438-36.2483-10.0255-69.6791-23.8389-99.1407-40.8313 26.6965,43.2067 65.3839,78.4945 111.4782,101.3438 12.6995,23.7463 34.2452,43.1277 60.8058,55.225-95.8205,13.2012-165.9684,55.9361-165.9684,106.4845 0,10.9585 3.2571,21.4365 9.4,31.4312 .9451-49.3125 77.2053-90.1983 177.8655-99.1406-38.2194,7.3228-65.0654,24.3758-65.0654,44.3563 0,26.6407 47.6736,48.3219 106.4843,48.3219s106.4842-21.6812 106.4842-48.3219c0-19.9805-26.8459-37.0335-65.0654-44.3563 100.6604,8.9423 176.9212,49.8281 177.8655,99.1406 6.1434-9.9948 9.4-20.4727 9.4-31.4312 0-50.5192-69.937-93.2569-165.6751-106.4845 26.4718-12.0973 47.8395-31.4787 60.5125-55.225 46.1488-22.8474 84.7607-58.0987 111.4784-101.3438-29.4977,17.0147-62.9856,30.8028-99.2875,40.8313-.8766-9.0447-2.813-17.791-5.875-26.1438 13.1722-25.6244 20.7092-55.5249 20.7092-87.3907 0-5.485-.1506-10.9492-.5874-16.3031-10.4171,24.698-26.3727,46.2144-45.9717,63.1563-17.4582-18.0011-40.8148-31.4287-67.5625-37.8937v-69.6188c23.1664,6.0426 41.2237,17.6922 49.6438,32.1657 .002-.1895 0-.3978 0-.5873 0-40.7082-38.5715-73.7313-86.0688-73.7313zm.1456,122.4938c45.2304,0 81.9567,36.1552 81.9567,80.6344 0,34.8798-22.5012,64.4418-54.05,75.6406 7.1718-12.3427 11.6029-29.3406 11.6029-48.175 0-37.6688-17.7678-68.2969-39.6562-68.2969s-39.5092,30.6281-39.5092,68.2969c0,18.7459 4.1962,35.6995 11.3091,48.0281-31.2874-11.334-53.4625-40.7985-53.4625-75.4938 0-44.4792 36.5811-80.6344 81.8092-80.6344zm-.1456,282.7345c33.6778,0 60.9534,10.5779 60.9534,23.6469s-27.2755,23.6469-60.9534,23.6469-60.9534-10.5779-60.9534-23.6469 27.2755-23.6469 60.9534-23.6469z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-024 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m40.2404,21 356.1721,28.2001c35.5099,3.5756 61.6043,27.0637 64.4779,60.3656l28.7875,363.075c.902-4.0293 1.3221-8.3444 1.3221-12.6313v-378.6437c0-33.4102-28.764-60.3656-64.4779-60.3656h-386.2817zm-17.9182,18.3594c-.902,4.0293-1.3221,8.3445-1.3221,12.6313v378.6437c0,33.4103 28.764,60.3656 64.4779,60.3656h386.2817l-356.0251-28.2001c-35.5099-3.5756-61.7514-27.0637-64.625-60.3656l-28.7875-363.075zm233.6779,14.5406c-51.7315,0-103.4508,19.7315-142.9096,59.1907-78.9182,78.9183-78.9182,206.9005 0,285.8187s206.901,78.9183 285.8192,0 78.9182-206.9004 0-285.8187c-39.4593-39.4591-91.1781-59.1906-142.9096-59.1907zm32.7529,26.8781c38.5865.1319 75.0063,13.3186 102.0783,40.3906 61.8788,61.8791 51.6695,172.4626-22.7659,246.8969-74.4334,74.4343-185.0173,84.6448-246.8966,22.7656s-51.6695-172.3157 22.7659-246.75c41.869-41.8692 95.2074-63.472 144.8183-63.3031zm-32.7529,39.6563c-34.6861,7e-05-69.3053,13.3458-95.7626,39.8031-52.9145,52.9147-52.9145,138.6103 0,191.5249s138.6105,52.9147 191.525,0 52.9145-138.6103 0-191.5249c-26.4573-26.4574-61.0765-39.8032-95.7625-39.8031zm-22.0313,18.0656c33.2642-.1132 69.0115,14.3735 97.0841,42.4469 49.9084,49.9082 56.7642,123.8912 15.275,165.3813s-115.4734,34.78-165.3808-15.1282-56.7642-124.0381-15.275-165.5281c18.1519-18.1518 42.425-27.0838 68.2966-27.1719zm22.0313,44.0625c-18.8165,0-37.4943,7.2384-51.8471,21.5907-28.7048,28.7045-28.7048,75.1361 0,103.8406s74.9899,28.7046 103.6942,0 28.7048-75.1361 0-103.8406c-14.3514-14.3523-33.0307-21.5907-51.8471-21.5907zm11.8971,9.6938c14.0351.0504 27.3127,4.8407 37.1592,14.6875 22.5069,22.507 18.7013,62.6671-8.3716,89.7407s-67.2339,30.8789-89.7409,8.3719-18.7013-62.6671 8.3716-89.7407c15.2294-15.2289 34.5366-23.1208 52.5817-23.0594zm-11.8971,25.4094c-21.205,0-38.3346,17.1292-38.3346,38.3344s17.1296,38.3343 38.3346,38.3343c21.205,0 38.3346-17.1292 38.3346-38.3343s-17.1296-38.3344-38.3346-38.3344z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-025 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m243.5608,495.721c-70.0559-.8487-137.1015-8.7687-199.3304-22.6308-3.2915-24.0388-6.3647-48.7475-8.9924-74.037h100.7143c24.2357,34.6434 63.0913,58.2908 107.6085,62.0472v34.6206zm24.8788,0v-34.6206c44.4865-3.76 83.2226-27.4283 107.4583-62.0472h100.8644c-2.6276,25.2895-5.7009,49.9982-8.9923,74.037-62.229,13.8621-129.2726,21.7821-199.3304,22.6308zm-12.4397-66.993c-62.6328,0-113.4532-50.8175-113.4532-113.4535s50.8205-113.4535 113.4532-113.4535c62.6381,0 113.3036,50.8175 113.3036,113.4535s-50.6655,113.4535-113.3036,113.4535zm0-24.7289c26.1934,0 47.3597-25.9634 47.3597-57.8508s-21.1664-57.7009-47.3597-57.7009-47.3597,25.8136-47.3597,57.7009 21.1668,57.8508 47.3597,57.8508zm-223.7594-35.8195c-2.8699-31.4435-5.2501-63.7091-7.0442-96.6678h90.9728c-4.3053,13.7932-6.5944,28.5516-6.5944,43.7628 0,18.6648 3.524,36.4898 9.8916,52.905h-87.2258zm360.1438,0c6.3685-16.4206 10.0412-34.2329 10.0412-52.905 0-15.2105-2.2896-29.9702-6.5944-43.7628h90.9723c-1.7903,32.9587-4.1739,65.2243-7.0438,96.6678h-87.3754zm-368.6862-127.5415c-1.3712-31.6641-2.2311-64.0805-2.5481-96.8176h469.7003c-.3162,32.7371-1.1793,65.1535-2.5476,96.8176h-106.41c-25.5042-42.9866-72.2793-71.7889-125.8928-71.7889-53.615,0-100.5368,28.7945-126.0425,71.7889h-106.2594zm-2.6982-127.5415c0-23.2545.35-46.1987.8997-68.9413 33.6093-8.4093 68.8027-14.9491 105.21-19.6332v88.5746h-106.1097zm130.8389,0v-91.4222c33.8524-3.4813 68.6291-5.3954 104.1611-5.3954 35.4826,0 70.2051,1.9241 104.012,5.3954v91.4222h-208.1731zm233.0514,0v-88.5746c36.4097,4.6841 71.5988,11.224 105.2109,19.6332 .5449,22.7426.8844,45.6868.8988,68.9413h-106.1097z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-026 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21-22.4716,22.4718c-52.115,1.159-98.8523,6.1706-133.6563,13.9531h119.7029l-162.15,162.15v-119.7031c-7.7818,34.804-12.7939,81.5412-13.9529,133.6562l-22.4721,22.4719 22.4721,22.4719c1.159,52.1141 6.1711,98.8513 13.9529,133.6562v-119.7031l162.15,162.15h-119.7029c34.804,7.7825 81.5413,12.7941 133.6563,13.9531l22.4716,22.4719 22.4721-22.4719c52.1141-1.159 98.8513-6.1706 133.6562-13.9531h-119.7033l162.15-162.15v119.7031c7.7827-34.8049 12.7939-81.5421 13.9533-133.6562l22.4716-22.4719-22.4716-22.4719c-1.1595-52.115-6.1701-98.8523-13.9533-133.6562v119.7031l-162.15-162.15h119.7033c-34.8049-7.7825-81.5421-12.7941-133.6562-13.9531l-22.4721-22.4718zm0,24.3812 210.6192,210.6187-210.6192,210.7656-210.6183-210.7656 210.6183-210.6187zm0,8.0781-3.8183,3.8187-20.5625,20.5625-143.7909,143.7907-9.9875,9.9875-24.3812,24.3812 3.6722,3.8187h.1456l194.9034,195.05 3.8183,3.8187 3.8192-3.8187 20.5625-20.5625 9.9875-9.9875 133.6558-133.8032 10.1346-9.9875 20.5625-20.7094 3.8188-3.8187-3.6717-3.6719-.1456-.147-20.4153-20.5625h-.1456l-9.8404-9.9875-133.8034-133.6562-.1456-.1463-9.8408-9.9875h-.1456l-20.5626-20.5625-3.8192-3.8187zm0,7.6375 20.5625,20.5625-5.5808,5.4344c-.7063-.4238-1.472-.6695-2.2034-1.0281-.0649-.0288-.0894-.1189-.1456-.147-.0505-.0216-.1081.0216-.1456,0-.24-.1131-.4965-.1787-.7346-.294-.3481-.1261-.6753-.3012-1.0279-.4403-.0649-.0216-.0843-.1232-.1456-.147-.08-.0504-.2119-.1189-.2911-.147-.4829-.1816-.9748-.3128-1.4692-.4403-.1506-.036-.2912-.1045-.4418-.1463-.0894-.0288-.2018.0288-.2912,0-.4468-.1283-.8765-.3128-1.3216-.4403-.2868-.0649-.5895-.0894-.8817-.147-.7281-.1521-1.4707-.3474-2.2029-.4403-.183-.0216-.3899.0216-.5874,0-.3992-.036-.7999-.1247-1.175-.147-.2443-.0505-.4893.007-.7347,0h-.2912c-.7142-.0505-1.3418-.0505-2.0567,0-.3243,0-.7034-.0144-1.0279,0l-1.3221.147h-.2912c-.7525.0944-1.4593.2897-2.2034.4403-.0987.0505-.1975.1341-.2911.147-.2018.0432-.3856.1009-.5874.147-.4418.0504-.8963.0216-1.3221.1463-.08.0505-.2112.124-.2912.147-.3524.1023-.6789.3063-1.0284.4403-.4375.1679-.8921.2724-1.3216.4403-.5045.1931-.9748.3639-1.4692.5874-.1412.0576-.2962.0793-.4418.147l-.2912.147c-.6897.3358-1.3917.7754-2.0562,1.175l-5.4345-5.5813 20.5625-20.5625zm-188.5875,6.4625v126.3126l.1456-.147 126.1654-126.1657h-126.1654-.1456zm250.8625,0 126.1659,126.1657 .1456.147v-126.3126h-.1456-126.1659zm-31.725,24.0875 .1456.1463 133.6563,133.6563-5.5813,5.4343c-.8033-.4792-1.6619-.7788-2.4971-1.175-.5953-.2825-1.2864-.6349-1.9091-.8812-.1031-.036-.1924-.1088-.2912-.1463-.6731-.2551-1.3715-.3834-2.0563-.5873-.08-.0432-.0649-.1232-.1456-.147-.3711-.1059-.7684-.222-1.175-.294-.3856-.0944-.7882-.2176-1.175-.294-.6659-.1355-1.3841-.2039-2.0567-.294-.3099-.036-.5924-.0144-.8808,0-.1456-.0144-.2962.0144-.4418,0-.1975-.0216-.3899-.134-.5874-.147-.2443-.0432-.343-.1376-.5873-.147h-.2912c-.7142-.0432-1.3414-.0432-2.0562,0-.3243,0-.7034.1276-1.0284.147-.4656.0504-1.0058.0908-1.4683.147-.0937,0-.0504-.0144-.1456,0-.6558.0814-1.2676.2991-1.9096.4403-.0937.0216-.1975-.0216-.2912,0-.0987.0505-.343-.0144-.4418,0-.6263.1355-1.2906.2616-1.9091.4403-.08.0432-.0649-.0216-.1456,0-1.4528.4274-2.8741.9567-4.2596,1.6156l-.2912.147c-.7318.3574-1.4974.7516-2.2033,1.175l-7.4909-7.6376c5.0878-8.4447 5.5168-18.8475 1.3221-27.6125-.0504-.0576-.1175-.0872-.1456-.1463-.6637-1.4079-1.4462-2.8048-2.35-4.1125-.0504-.0576-.1081-.0915-.1456-.147-.9132-1.3019-1.9307-2.5016-3.0842-3.6719l-.1456-.147c-1.1642-1.164-2.3749-2.157-3.6721-3.0844-1.4109-.994-2.8773-1.9278-4.4058-2.6438-1.4109-.6717-2.9258-1.1817-4.4067-1.6156-7.7639-2.2752-16.2605-1.3346-23.3528,2.9375l-7.6376-7.6376c4.2723-7.0922 5.1696-15.4853 2.9375-23.2062-.418-1.475-.8131-2.9988-1.4687-4.4063-.0504-.0577-.1175-.0872-.1456-.147-.6644-1.4013-1.4467-2.8088-2.35-4.1125-.0505-.0577-.1081-.0915-.1456-.147-.9132-1.298-1.9307-2.5017-3.0846-3.6719-.0504-.0505-.0937-.0973-.1456-.1463-1.1642-1.164-2.3749-2.157-3.6717-3.0844-1.4109-.9939-2.8778-1.9278-4.4067-2.6438-1.4104-.6717-2.9253-1.1817-4.4058-1.6156-7.7644-2.2752-16.2611-1.3346-23.3533,2.9375l-7.6373-7.6375c.4713-.7811.7666-1.6639 1.175-2.4969 .32-.6544.7698-1.2548 1.0283-1.9093 .0505-.1333.0987-.3048.1456-.4403 .24-.6349.3949-1.2615.5873-1.9094 .0505-.116.1319-.1758.1456-.294 .1881-.65.3005-1.3968.4418-2.0562 .0504-.1182.1319-.1766.1456-.294 .1319-.6817.2068-1.3682.2962-2.0563 .0649-.472 0-.8476 0-1.3218 .0504-.4259.1319-.8955.1456-1.3219 .0504-.7953.0504-1.7013 0-2.4968-.0432-.6666-.2205-1.2806-.2912-1.9094v-.294c-.0987-.7693-.1225-1.546-.2912-2.35-.4605-2.2233-1.2145-4.523-2.2034-6.6094l-.1456-.294c-.3668-.7485-.7407-1.4809-1.175-2.2031l5.5813-5.4344-.1456-.147zm-61.2467.147 5.4341,5.4344c-.4324.7209-.8088,1.4549-1.175,2.2031-.0504.098-.0987.191-.1456.294-.3337.7034-.4793,1.4607-.7341,2.2031s-.5398,1.4496-.7346,2.2031c-.1881.7326-.4375,1.4786-.5873,2.2031-.0432.1175-.2681.1766-.2912.294-.2868,1.4467-.2306,2.9379-.2912,4.4062-.005.0987-.1412.1953-.1456.294-.0432.7192.0894,1.3786.1456,2.0563 .0504.2897 0,.5751 0,.8812 .0937,1.2413.1924,2.5944.4418,3.8187 .1549.7816.3668,1.5801.5873,2.35 .0504.0987-.0432.1996 0,.294 .2018.6731.4857,1.2495.7346,1.9093 .0432.0944.1124.1989.1456.294 .1031.2674.183.6205.2912.8813 .1268.3048.2912.5909.4418.8812 .0432.0995.0987.1946.1456.294l.1456.294c.3286.5902.6774,1.1632 1.0279,1.7625v.147c0,.0504-.0504.098 0,.1463l-7.7841,7.7844c-1.3132-.7882-2.718-1.4918-4.1125-2.0563-.1038-.0432-.1924-.1074-.2912-.147-1.3969-.5477-2.8106-.8504-4.2596-1.175-1.1759-.2638-2.3302-.4713-3.525-.5873-2.0708-.2018-4.1017-.2407-6.1683,0-3.1077.3618-6.2209,1.2818-9.1067,2.6437-2.9347,1.3852-5.6381,3.3071-8.0779,5.7282-.0505.0288-.1175-.0288-.1456,0-8.5371,8.5376-10.6718,20.8992-6.4625,31.4312 .5744,1.4362 1.246,2.9086 2.0567,4.2594l-7.7846,7.7843c-1.3507-.8107-2.8233-1.4859-4.2596-2.0563-2.8153-1.1183-5.6884-1.7099-8.6654-1.9093-.2493-.0216-.4843-.1369-.7347-.147-1.5336-.0721-3.0268-.0216-4.5529.147-2.1808.2551-4.37.8697-6.4625,1.6156-.9297.3279-1.8913.6018-2.7904,1.0282-.0576.0288-.0894.1196-.1456.1463-1.3978.6745-2.8135,1.436-4.1125,2.35-.0577.036-.0937.1074-.1456.147-1.293.9237-2.5074,1.9204-3.6716,3.0844-1.2145,1.2143-2.2744,2.4607-3.2313,3.8188-.0432.0576-.1081.0915-.1456.147-.9076,1.3077-1.6789,2.7045-2.35,4.1126-.0504.0576-.1175.0879-.1456.1463-3.517,7.3273-3.7483,15.6864-.7341,23.2062 .5737,1.4323 1.2455,2.9088 2.0558,4.2594l-7.7841,7.7843c-.7063-.423-1.3235-.8173-2.0563-1.175-.0504-.0216-.1038.0216-.1456,0-.6284-.302-1.2638-.4793-1.9091-.7344-1.3569-.5001-2.7091-1.0107-4.1125-1.3218-.1975-.0432-.3899-.1059-.5874-.147-.1175-.0216-.1737.0216-.2912,0-.6644-.1348-1.3856-.3517-2.0563-.4403-.2537-.0288-.4814.0216-.7341,0-.6385-.0721-1.4156-.1211-2.0567-.1463-1.5289-.0822-3.0315-.0216-4.5529.1463-.7802.085-1.5773.1362-2.35.294-.0649,0-.0894.1369-.1456.147-.0987.0432-.1924-.0216-.2912,0-.627.1355-1.2906.2616-1.9096.4403-.08.0505-.2119.1225-.2912.147-.7929.2342-1.4288.4302-2.2033.7344s-1.6018.658-2.35,1.0282c-.6695.3286-1.2643.7859-1.9091,1.175l-5.5813-5.5813 133.6356-133.6548zm15.5688,45.6782c.0721.0764.2068.0937.2912.1463 .6291.3639 1.261.7099 1.9091,1.0281l.2962.147c.6176.294 1.2676.4929 1.9091.7344 .0505.0144.1031-.0144.1456,0 .0504.0288.0649.1168.1456.1463 .3949.1434.7741.3149 1.175.4403 .24.0649.4929.0749.7346.147 .0504.0144.0987-.0144.1456,0 .0504.036.08.1276.1456.1463 .6508.1881 1.3969.3048 2.0567.4403 .0505.007.0987-.007.1456,0 .0504.036.08.1326.1456.147 .0432.007.1031-.007.1456,0 .6349.1189 1.2694.2155 1.9096.294 .472.0649.9945.1045 1.4683.147 .343.036.6854.1304 1.0284.147h.1456 .1456c.7599.036 1.6013.0432 2.35,0 .2443-.005.49.0144.7346,0 .5268-.036 1.0659-.2104 1.6154-.294 .7435-.1124 1.4998-.1499 2.2029-.294 .7835-.1557 1.434-.3675 2.2034-.5873 .0937-.0288.3481.0288.4418,0 .6724-.2004 1.2488-.4857 1.9092-.7344 .0937-.036.2018-.111.2911-.147 .5888-.2205 1.1839-.4605 1.7625-.7344 .1038-.0432.1975-.0951.2912-.147 .7483-.3668 1.4815-.7402 2.2034-1.175 .0505-.0216.1081.0216.1456,0l7.6375,7.6375c-6.7567,11.256-5.2969,26.1348 4.4063,35.8375 .0504.0288.1175-.0288.1456,0 2.4049,2.3868 5.0422,4.3616 7.9308,5.7281 .0504.0216.1081-.0216.1456,0 1.4212.6637 2.9154,1.1961 4.4062,1.6157 1.2596.3704 2.5286.6846 3.8187.8812 .2912.0432.5888.1146.8812.147 .0504.005.0987-.005.1456,0 6.3032.7333 12.7319-.5873 18.3596-3.9656l7.6375,7.6375c-4.2558,7.0898-5.208,15.5876-2.9375,23.3531 .4324,1.4812.9447,2.9958 1.6155,4.4063 .0504.0577.1225.0901.1456.147 .6796,1.4042 1.4335,2.8103 2.35,4.1125 .0504.0576.1081.0915.1456.147 .9259,1.2961 1.9214,2.5092 3.0842,3.6719l.1456.1463c1.1688,1.1524 2.3749,2.1686 3.6721,3.0844 .0576.036.0894.1074.1456.1463 1.3028.9063 2.711,1.6805 4.1125,2.35 .956.4605 1.9463.8263 2.9375,1.175 .5319.1874 1.075.4324 1.6155.5873 .3293.0937.6976.0649 1.0279.147 2.7551.6846 5.5478,1.0139 8.3721.8812h.1456c4.7001-.2421 9.3347-1.6049 13.5125-4.1125l7.7841,7.6375c-.4324.7207-.8089,1.4567-1.175,2.2031-.0505.0994-.0987.1939-.1456.294-1.042,2.1911-1.7413,4.5625-2.2034,6.9031-.2494,1.25-.343,2.5447-.4418,3.8187 0,.1989-.1362.3884-.1456.5873-.005.0987.004.1996 0,.294-.0504,1.0264-.0649,2.0593 0,3.0844 .0505.4807.2205.9683.2912,1.4687 .1175.7917.1412,1.6007.2912,2.35 .1362.6854.3949,1.2582.5873,1.9093 .0432.0922-.0504.1982 0,.294v.1463c0,.1095-.0504.2306 0,.294 .2018.6724.4857,1.2491.7341,1.9094 .0504.0937.1124.1996.1456.294 .08.209.2119.3805.2912.5873 .1031.2457.183.4908.2912.7344 .4324,1.0347.877,2.0976 1.4687,3.0844l-7.6375,7.7844c-1.4495-.873-3.0075-1.6037-4.5533-2.2031-1.4542-.57-2.8957-.9935-4.4058-1.3219-.0432-.007-.0987.007-.1456,0-9.3117-1.9774-19.3137.7156-26.5846,7.9313-.0505.0288-.1175-.0288-.1456,0-9.7023,9.7012-11.1626,24.4351-4.4063,35.6906l-7.6375,7.7844c-1.4495-.873-3.0071-1.6037-4.5529-2.2031-1.4584-.57-2.8896-.9934-4.4067-1.3219-.0504-.007-.0987.007-.1456,0-4.5994-.9725-9.4056-.8087-13.9533.4403-4.7338,1.3007-9.2129,3.7791-12.925,7.4907-8.538,8.5388-10.5524,20.8998-6.3154,31.4312 .5664,1.4428 1.2526,2.9039 2.0563,4.2594l-7.6375,7.7844c-.6839-.4101-1.3466-.6789-2.0563-1.0282-.7736-.3784-1.5529-.7277-2.35-1.0281-1.4965-.5823-2.9981-.996-4.5529-1.3218-.1031-.0216-.1924-.1225-.2962-.147-.3387-.0721-.6861-.0843-1.0279-.1463-.4418-.1095-.8766-.2393-1.3221-.294-.183-.0216-.3856-.007-.5874,0-.1924-.0216-.3949.0216-.5873,0-.1506-.0144-.2912-.1369-.4418-.147-.2443-.0432-.4893,0-.7346,0h-.2912c-.7156-.0432-1.3419-.0144-2.0567,0-.0577,0-.0894.1045-.1456.147-.0504.0288-.1081,0-.1456,0-.3005.0216-.5895.0144-.8817,0-.3899-.0144-.7788-.036-1.175,0-.0987,0-.1975.1319-.2912.147-.753.098-1.4599.1398-2.2034.294-.0987.0505-.343.1326-.4418.147-.6263.1362-1.1435.1153-1.7625.294-.08.0432-.2119.1232-.2912.147-.3618.1074-.6731.3193-1.0283.4403-1.9214.6565-3.7831,1.4183-5.5813,2.4968l-7.7846-7.6375v-.1463c.8253-1.3698 1.6224-2.8024 2.2034-4.2594v-.1463c.5722-1.4543.9927-2.8964 1.3216-4.4062v-.147c.9832-4.6493.845-9.5177-.4418-14.1001-1.2986-4.6294-3.7013-8.9886-7.3437-12.6312-.0504-.0288-.1175.0288-.1456,0-1.1872-1.187-2.351-2.2904-3.6722-3.2313-.0504-.0216-.1124.0216-.1456,0-1.3193-.9322-2.6912-1.8093-4.1125-2.4969-.0504-.0216-.1038.0216-.1456,0-.5138-.2465-1.0909-.3733-1.6159-.5874-.9235-.3647-1.8405-.7617-2.7904-1.0281-1.5919-.4692-3.0635-.8373-4.7-1.0282-1.5844-.1744-3.2552-.2292-4.8471-.147-4.7485.222-9.4371,1.5691-13.6592,4.1125l-7.7841-7.6376v-.147c.8248-1.3698 1.6219-2.8023 2.2029-4.2594v-.1463c.5722-1.4544.9926-2.8964 1.3221-4.4062v-.147c.9823-4.6494.8446-9.5176-.4418-14.1-1.2986-4.6295-3.7013-8.9887-7.3437-12.6313-.0504-.0288-.1175.0288-.1456,0-1.1868-1.1871-2.3468-2.2903-3.6717-3.2313-.0432-.0216-.1124.0216-.1456,0-1.3235-.9323-2.6851-1.8092-4.1125-2.4969-.0432-.0216-.1081.0216-.1456,0-1.4265-.6796-2.9079-1.3264-4.4063-1.7625-.0432-.0144-.0987.0144-.1456,0-1.4969-.4281-3.0174-.6954-4.5533-.8813-.0432-.005-.0987.005-.1456,0-6.2957-.7301-12.7558.6248-18.3596,3.9657l-7.7846-7.7844c.0721-.1168.2213-.178.2962-.294 .3149-.5412.4605-1.1795.7341-1.7625 .3762-.8026.8648-1.5597 1.175-2.35 .0504-.1333.0987-.16.1456-.294 .24-.6349.3949-1.261.5874-1.9094 .0504-.1167.1124-.178.1456-.294 .1881-.65.3056-1.3967.4418-2.0562 .0504-.1182.1225-.1766.1456-.294 .1362-.6817.2068-1.3682.2912-2.0563v-.294c.0432-.3913.1124-.7946.1456-1.175 .0432-.4259.1319-.7486.1456-1.175 .0505-.7954.0505-1.7013 0-2.4969-.08-1.5844-.4043-3.1415-.7347-4.7-.2306-1.1116-.5477-2.1543-.8808-3.2313-.0505-.1023-.1132-.1917-.1456-.294-.3149-.9718-.5816-1.9933-1.0279-2.9374-.0432-.1023-.0937-.1924-.1456-.294-.3668-.7485-.7402-1.481-1.175-2.2031l7.6375-7.7843c1.3555.8042 2.8163,1.4861 4.2596,2.0562 3.0592,1.22 6.1523,1.9057 9.4,2.0563 1.5434.0721 3.1621.0216 4.7-.1463 .0432-.005.0987.005.1456,0 3.1255-.3618 6.2073-1.2818 9.1063-2.6438 2.9351-1.3845 5.6499-3.2996 8.0779-5.7282 .0504-.0288.1225.0288.1456,0 6.0644-6.0642 8.7838-14.1144 8.3721-22.0312-.003-.0505.002-.098 0-.147 0-.2018-.1319-.3856-.1456-.5874-.2306-2.9769-.7764-5.8498-1.9096-8.6656-.5693-1.4428-1.2516-2.9039-2.0558-4.2594l7.7841-7.7845c1.3555.8041 2.8163,1.4862 4.2591,2.0562 3.0597,1.22 6.1528,1.9057 9.4,2.0563 1.544.0721 3.1627.0216 4.7-.1463 .0505-.005.0987.005.1456,0 3.1255-.3618 6.2072-1.2818 9.1062-2.6438 1.4679-.6926 2.9013-1.5442 4.2591-2.4968 .0504-.0216.1124.0216.1456,0 1.325-.9371 2.4849-2.0443 3.6722-3.2313 .0504-.0288.1175.0288.1456,0 8.5385-8.5385 10.6723-20.8996 6.4625-31.4313-.5664-1.4428-1.2521-2.9039-2.0563-4.2594l7.6374-7.7843zm14.9812,50.2313c-2.1399.004-4.332.0915-6.4625.294-2.1822.209-4.4518.4641-6.6091.8812-2.1075.4101-4.2483,1.0063-6.3159,1.6157-10.5515,3.1198-20.4581,8.8812-28.7875,17.1844-.0432.0288-.1225-.0288-.1456,0-26.7059,26.7058-26.7059,70.0848 0,96.7906 .0504.0288.1225-.0288.1456,0 1.645,1.6399 3.2303,3.2623 4.9937,4.7001 .0432.0216.1175-.0216.1456,0 1.7625,1.432 3.5697,2.882 5.4342,4.1125 .0504.0216.1131-.0216.1456,0 1.8635,1.2244 3.7793,2.3546 5.7284,3.3781 .0432.0216.1081-.0216.1456,0 1.9486,1.0181 3.8568,1.9729 5.875,2.7906 .0504.0216.1081-.0216.1456,0 2.0187.813 4.0956,1.5901 6.1688,2.2031 .0504.0144.1038-.0144.1456,0 2.0718.6075 4.0584,1.2075 6.1693,1.6157 .0432.007.0987-.007.1456,0 2.1112.4036 4.3282.6774 6.4625.8812 2.2292.2176 4.5181.294 6.7562.294 17.4239-.0735 34.8961-6.6966 48.1751-19.975 .0432-.0288.1225.0288.1456,0 18.4061-18.4066 24.0038-44.6733 17.0375-68.0031-3.141-10.5184-8.7392-20.4886-17.0375-28.7875-.0504-.0288-.1225.0288-.1456,0-1.6431-1.6431-3.2322-3.2591-4.9938-4.7-.0505-.0216-.1175.0216-.1456,0-1.7611-1.4356-3.5715-2.8785-5.4346-4.1125-.0432-.0216-.1124.0216-.1456,0-1.8612-1.2283-3.7802-2.3507-5.7279-3.3781-.0432-.0216-.1081.0216-.1456,0-1.9467-1.0223-3.8573-1.9687-5.875-2.7906-.0432-.0216-.1031.0216-.1456,0-8.2395-3.3381-17.0892-4.9938-25.8499-4.9937zm0,10.2812c3.7149-7e-05 7.5031.3193 11.1625,1.0281 .0505.007.0987-.007.1456,0 3.6125.7084 7.1248,1.8324 10.5751,3.2313 .0504.0216.1031-.0216.1456,0 3.4507,1.4083 6.8065,3.1874 9.9874,5.2875 .0504.0216.1132-.0216.1456,0 1.5755,1.0448 3.0635,2.3101 4.553,3.525 .0504.0216.1175-.0216.1456,0 1.4898,1.2201 2.8684,2.5749 4.2591,3.9656 7.0838,7.0841 12.0202,15.5722 14.6875,24.5281 1.6003,5.3736 2.35,10.8835 2.35,16.45s-.7497,11.1974-2.35,16.5969c-2.6673,8.9992-7.6041,17.4447-14.6875,24.5281-11.2603,11.2606-26.0705,16.9637-40.8313,17.0375-1.9054,0-3.83-.1074-5.7279-.294-1.8029-.1722-3.6514-.3942-5.4346-.7344-.0504-.007-.0987.007-.1456,0-1.7836-.3452-3.5362-.9551-5.2875-1.4687-.0432-.0144-.1031.0144-.1456,0-1.7503-.5182-3.4357-1.0761-5.1409-1.7625-.0504-.0216-.1031.0216-.1456,0-1.7061-.6918-3.3469-1.4895-4.9938-2.35-.0432-.0216-.1081.0216-.1456,0-1.6482-.8661-3.2707-1.9018-4.8466-2.9374-.0504-.0216-.1124.0216-.1456,0-1.5778-1.0414-3.062-2.3136-4.5533-3.525-.0504-.0216-.1175.0216-.1456,0-1.4923-1.217-2.867-2.5781-4.2596-3.9657-22.6676-22.6679-22.6686-59.4346 0-82.1031 6.1574-6.1343 13.3386-10.5667 21.0029-13.3656 1.12-.4151 2.2395-.8319 3.3783-1.175 1.3639-.4036 2.7279-.8736 4.1125-1.175 2.2607-.4922 4.6079-.8084 6.9033-1.0281 1.7987-.1737 3.6275-.289 5.4341-.294zm0,5.5813c-3.3548,0-6.6825.3877-9.9875,1.0281-4.1699.8273-8.2851,2.1121-12.1909,3.9656-5.3547,2.5029-10.2563,6.0153-14.6875,10.4281-.0504.0216-.1225-.0216-.1456,0-20.4958,20.4958-20.4948,53.6771 0,74.1719 .0504.0216.1225-.0216.1456,0 1.2577,1.2522 2.4727,2.5734 3.8192,3.6719 .0504.0216.1175-.0216.1456,0 1.3446,1.0919 2.6912,2.1454 4.1125,3.0844 .0504.0216.1124-.0216.1456,0 1.4208.9333 2.7744,1.8628 4.2596,2.6438 .0504.0216.1081-.0216.1456,0 1.4838.7755 3.016,1.4325 4.5529,2.0562 .0504.0216.1038-.0216.1456,0 1.537.619 3.1218,1.295 4.7,1.7625 .0432.0144.1031-.0144.1456,0 1.5764.462 3.0945.8639 4.7,1.175 .0432.007.0987-.007.1456,0 1.606.3063 3.2242.5787 4.8471.7344 1.7188.1694 3.5617.294 5.2875.294 13.3236-.0721 26.6909-5.247 36.8654-15.4219 .0505-.0216.1225.0216.1456,0 5.1235-5.1237 8.8943-11.0181 11.4563-17.3312 4.5068-11.1055 5.0365-23.4082 1.6158-34.8094-.4836-1.6173-.9724-3.1265-1.6158-4.7001-2.562-6.3132-6.3324-12.2074-11.4563-17.3312-.0432-.0216-.1225.0216-.1456,0-1.2553-1.2554-2.4736-2.5703-3.8182-3.6719-.0504-.0216-.1175.0216-.1456,0-1.3428-1.0954-2.6927-2.1419-4.1126-3.0844-.0432-.0216-.1124.0216-.1456,0-1.4542-.9607-2.8835-1.8432-4.4058-2.6438-3.0531-1.6071-6.1485-2.8521-9.3999-3.8187-4.9054-1.4668-10.0514-2.2031-15.1284-2.2031zm-174.3409,31.8718h.1456l5.4346,5.5813c-.4324.7192-.8094,1.3094-1.175,2.0562-.0504.0995-.0987.3423-.1456.4403-.3005.6306-.6291,1.2631-.8812,1.9094-.0504.0886.0505.2047 0,.294-.2537.6731-.3805,1.3711-.5873,2.0563-.2112.7434-.5751,1.4462-.7341,2.2031 0,.1175-.1225.1766-.1456.294-.5088,2.5526-.6147,5.1951-.4418,7.7843 .0505.5455.075,1.2168.1456,1.7625 .0894.6918.16,1.371.2912,2.0563 0,.0577.1362.0858.1456.147v.294c.1506.6709.3899,1.2569.5873,1.9093v.147c.2025.6846.3337,1.3842.5873,2.0563 .0505.08.1175.214.1456.294 .2775.7113.6868,1.371 1.0284,2.0562 .0505.1016.0987.1939.1456.294 .3481.6825.6291,1.39 1.0283,2.0563l-5.5817,5.4343-20.4154-20.5625 20.4154-20.5625zm348.8284,0 20.5625,20.5625-20.5625,20.7094-5.4342-5.5812c.48-.7971.7863-1.6761 1.175-2.4969 .6558-1.3863 1.1966-2.8031 1.6154-4.2594 .2443-.8424.5636-1.6304.7346-2.4969 .1362-.6637.3524-1.3865.4418-2.0563v-.294c.0504-.374 0-.6529 0-1.0281 .0504-.4259.1319-.8962.1456-1.3218 .0505-.6803.0505-1.3768 0-2.0563v-.4403c0-.3113-.1225-.5708-.1456-.8812-.1031-1.2648-.1737-2.5728-.4418-3.8187-.3243-1.5492-.745-3.0631-1.3221-4.5532-.24-.6068-.596-1.1706-.8812-1.7625v-.147c-.4043-.854-.8305-1.6773-1.3217-2.4969l5.4342-5.5812zm-333.1125,45.825c.721.4346 1.4547.8087 2.2034,1.175l.2912.147c.3387.1607.6796.2991 1.0284.4403 .7178.3041 1.4678.4915 2.2034.7344 .1456.0432.2912.1045.4418.147 .884.276 1.739.5441 2.6437.7344 .1175.0432.1881.1196.2912.1463 .0504.0288.1268-.036.1456,0 .0505.0649.0894.1348.1456.147 1.0608.2112 2.1489.2695 3.2313.294 .3949.007.7835-.0216 1.175,0 .0987.005.1975.142.2912.147 .6681.0216 1.2831-.0966 1.9091-.147h.2962 .7341c.3337-.0216.6817-.1182 1.0284-.147 .9372-.0778 1.8969-.1117 2.7904-.294 .7816-.1557 1.5801-.3675 2.35-.5873 .0987-.0288.2018.0288.2912,0 .6731-.2003 1.2497-.4857 1.9091-.7344 .0577-.0216.0894-.1146.1456-.147 .0504-.0216.1081.0144.1456,0 .4987-.1903.98-.3805 1.4683-.5874l.2962-.147c.1031-.0505.3387-.2465.4418-.294 .6854-.3358 1.2681-.64 1.9096-1.0281 .0987-.0505.1975.0577.2912,0l7.6375,7.6375c-6.7557,11.2565-5.296,26.1353 4.4067,35.8375 .0504.0288.1175-.0288.1456,0 1.1891,1.18 2.3486,2.3012 3.6717,3.2313 .0432.0216.1175-.0216.1456,0 1.3216.9204 2.6893,1.8236 4.1125,2.4968 .0432.0216.1081-.0216.1456,0 1.4213.6637 2.915,1.1961 4.4058,1.6157 1.0199.2998 2.044.5484 3.0846.7344 .5023.0822.9635.2378 1.4687.294 .0937.0144.1975-.007.2912,0 6.3027.7333 12.7309-.5873 18.3596-3.9656l7.6375,7.6375c-6.7567,11.256-5.2964,25.988 4.4058,35.6907 .08.0778.2162.0721.2962.147 1.1445,1.1203 2.2579,2.1862 3.525,3.0844 .0843.0649.2068.0858.2912.147 1.2713.8799 2.602,1.692 3.9659,2.35l.2912.147c1.3686.6414 2.8275,1.1965 4.2596,1.6157 1.0157.3005 2.0473.5484 3.0842.7344 .5023.0886.9635.2321 1.4687.294 1.6596.2112 3.3239.2248 4.9938.147 4.7005-.2169 9.3347-1.6045 13.5125-4.1125l7.7841,7.6375c-.4324.721-.8089,1.4563-1.175,2.2031-.0432.0987-.0987.1953-.1456.294-1.0425,2.1921-1.7408,4.5635-2.2034,6.9031-.5081,2.5535-.7618,5.1965-.5873,7.7843 .0504.547.2306,1.0709.2962,1.6157 .0894.6926.16,1.37.2912,2.0562 0,.0577.1362.0858.1456.1463v.294c.1506.6738.3899,1.3853.5873,2.0563v.1463c.2018.6861.3337,1.3832.5873,2.0562 .0504.0793.1175.214.1456.294 .5909,1.5242 1.2004,2.9779 2.0558,4.4063l-5.4342,5.4343-133.6562-133.6563 5.5812-5.4344zm287.4342,0c.7215.4346 1.4565.8087 2.2034,1.175l.2912.147c.4374.2076.8728.4064 1.3221.5873 .1412.0577.3005.0923.4418.147 .1319.0504.3056.1002.4418.147 .3949.1434.7741.3149 1.175.4403 .24.0649.4929.0757.7346.147 .1038.0288.1924.1182.2912.147 .65.1888 1.3964.3005 2.0563.4403 .1506.036.2912.1175.4418.147 .6342.116 1.2694.214 1.9096.294 1.9421.2774 3.9343.4252 5.875.294 .547-.0432 1.0706-.2234 1.6154-.294 .6933-.0879 1.3701-.1564 2.0567-.294 .0577-.007.0843-.1362.1456-.147 1.1116-.2306 2.2645-.5117 3.3783-.8812 .3899-.1009.7939-.1506 1.175-.294 .08-.036.2162-.1168.2912-.147 1.5242-.5909 2.9779-1.2006 4.4067-2.0563l5.4341,5.4344-133.6563,133.8031-5.5812-5.5812c1.6981-2.8172 2.8679-5.8322 3.525-8.9594 .0505-.1175.1175-.1838.1456-.294 .1362-.6637.2018-1.3865.2962-2.0563v-.294c.0432-.374.1319-.7997.1456-1.175 .0432-.4259 0-.7492 0-1.175 .0432-.6803 0-1.5236 0-2.2031v-.294-1.0281c-.1038-1.2648-.32-2.4259-.5874-3.6719-.2119-1.0021-.5751-1.9619-.8813-2.9375-.1694-.5326-.2349-1.0894-.4418-1.6157-.2537-.6479-.4324-1.2772-.7346-1.9093-.0504-.1023-.2493-.3409-.2912-.4403-.3668-.7488-.7412-1.3348-1.175-2.0563l7.6375-7.7844c1.4072.8479 2.9074,1.6133 4.4062,2.2031 .0504.0144.1081-.0144.1456,0 1.4561.565 2.8948.9999 4.4058,1.3219 1.6103.3488 3.2078.5117 4.8471.5873 3.117.1297 6.2317-.1585 9.2529-1.0282 4.7344-1.3007 9.2139-3.7789 12.925-7.4906 8.539-8.5384 10.5529-20.8998 6.3159-31.4312-.5664-1.4428-1.2521-2.9039-2.0562-4.2594l7.7883-7.7832c1.3551.8042 2.82,1.4861 4.2591,2.0562 2.8158,1.1256 5.6889,1.6942 8.6659,1.9094 .2493.0216.4843.1355.7341.1463 1.5811.075 3.1278.036 4.7-.1463 3.1072-.3618 6.2209-1.2818 9.1062-2.6438 2.9215-1.3847 5.6499-3.2994 8.0779-5.7282 .0505-.0288.1225.0288.1456,0 9.7027-9.7027 11.3106-24.4349 4.5529-35.6906l7.6376-7.7844zm-317.25,36.8656v126.4594h.1456 126.3125l-126.3125-126.3125-.1456-.147zm377.175,0-.1456.147-126.3126,126.3126h126.3126 .1456v-126.4594zm-203.7154,106.7781c.3243.1946.7019.2616 1.0279.4403 .3856.2299.7388.5203 1.175.7344 .0987.0504.343.098.4418.147 .6306.3005 1.2633.6291 1.9091.8813 1.488.5794 3.0071.9972 4.5534,1.3218 .0504.007.0987-.007.1456,0 .0505.036.075.1333.1456.147 .3949.0785.7783.0872 1.175.147 .2493.0576.4958.1153.7347.147 .6443.0786 1.2601.1124 1.9091.1463 .2443.036.5009-.007.7341,0 .8216.0216 1.6793.036 2.4971,0 .24-.007.4944.0144.7346,0 .5448-.0432 1.2164-.0764 1.7625-.1463 .6911-.0879 1.3705-.1564 2.0558-.294 .0576-.007.0843-.1348.1456-.147 .791-.1658 1.5759-.3639 2.35-.5873 .6846-.2025 1.3841-.3337 2.0562-.5873 .0504-.0216.0843-.1124.1456-.147 .6479-.2537 1.2775-.5794 1.9096-.8812 .846-.4086 1.6774-.8344 2.4971-1.3219l5.5808,5.5813-20.5625,20.5625-20.5625-20.5625 5.4346-5.5813z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-027 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-129.7863,0-235,105.2131-235,235 0,30.4523 5.9084,59.5106 16.45,86.2156 16.4552-3.0814 33.5016-5.8968 51.2596-8.0781 31.3222-3.8476 61.4835-5.7986 89.0063-6.0219 82.5677-.6688 142.2784,14.1921 145.4063,39.6563 3.8897,31.6636-81.2019,68.4631-194.3154,85.775 36.661,23.6438 80.3254,37.4531 127.1933,37.4531 129.7886,0 235-105.2131 235-235 0-25.2711-4.0744-49.597-11.4558-72.4094-22.6248-.7553-46.6771-2.6754-71.5283-5.7282-125.2884-15.3901-223.4563-55.3479-219.2842-89.3 3.1264-25.4641 62.9852-40.3253 145.5529-39.6563 11.2673.0915 23.0826.4929 35.1029,1.175-33.6078-18.5385-72.2893-29.0813-113.3875-29.0813zm-191.0842,194.7563h54.05c9.6895,0 17.4784,6.8481 17.4784,15.275v39.5094c0,8.4268-7.7889,15.1281-17.4784,15.1281h-54.05c-9.6886,0-17.3312-6.7013-17.3312-15.1281v-39.5094c0-8.4268 7.6427-15.275 17.3312-15.275zm109.275,0h54.05c9.6895,0 17.625,6.8481 17.625,15.275v39.5094c0,8.4268-7.9355,15.1281-17.625,15.1281h-54.05c-9.6886,0-17.3313-6.7013-17.3313-15.1281v-39.5094c0-8.4268 7.6427-15.275 17.3313-15.275zm109.275,0h54.05c9.6895,0 17.625,6.8481 17.625,15.275v39.5094c0,8.4268-7.9355,15.1281-17.625,15.1281h-54.05c-9.6886,0-17.3313-6.7013-17.3313-15.1281v-39.5094c0-8.4268 7.6427-15.275 17.3313-15.275zm109.5688,0h54.05c9.6895,0 17.3312,6.8481 17.3312,15.275v39.5094c0,8.4268-7.6417,15.1281-17.3312,15.1281h-54.05c-9.6896,0-17.4779-6.7013-17.4779-15.1281v-39.5094c0-8.4268 7.7883-15.275 17.4779-15.275z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-028 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m121.4625,21c-36.2845,0-67.3049,60.9301-80.0471,147.3156 9.697-12.6282 21.6806-20.1219 34.5159-20.1219 7.1445,0 13.7781,2.5382 20.1216,6.7562-3.2397-.7748-6.4602-1.175-9.8404-1.175-36.0537,0-65.2125,45.8025-65.2125,102.225s29.1588,102.225 65.2125,102.225c3.3802,0 6.6007-.3992 9.8404-1.175-6.3262,4.2001-13.0026,6.6094-20.1216,6.6094-12.8352,0-24.8184-7.4794-34.5159-20.1219 12.7549,86.3562 43.7824,147.4625 80.0471,147.4625 25.5469,0 48.5501-30.3326 64.3313-78.4313-15.7234-12.1947-29.4497-28.3592-40.3909-47.4406 26.3971,37.5767 66.1337,61.5407 110.5971,61.5407 44.1589,0 83.6121-23.673 110.0096-60.8062-10.8955,18.7514-24.4146,34.6769-39.95,46.7062 15.8197,48.0951 38.7886,78.4313 64.3308,78.4313 36.308,0 67.2786-61.248 80.0471-147.7563-9.7478,12.7955-21.5974,20.4156-34.5154,20.4156-7.1214,0-13.9378-2.4093-20.2692-6.6094 3.2449.776 6.6073,1.175 9.9875,1.175 36.0546,0 65.3596-45.8025 65.3596-102.225s-29.305-102.225-65.3596-102.225c-3.3803,0-6.7422.4-9.9875,1.175 6.3502-4.2181 13.1224-6.7562 20.2692-6.7562 12.9184,0 24.7676,7.6345 34.5154,20.4156-12.7549-86.5377-43.7199-147.6093-80.0471-147.6093-25.5426,0-48.511,30.2677-64.3308,78.2844 15.7229,12.1577 29.4389,28.2482 40.3904,47.2938-16.6201-23.5644-38.5856-41.6192-63.5971-51.8469 .0468,1.5499.1457,3.1296.1457,4.7 0,36.8964-12.4968,68.2737-30.1096,80.7813 12.3925-11.8126 20.8567-36.0195 20.8567-64.1844 0-39.7345-16.8612-71.9688-37.7471-71.9688s-37.7471,32.2343-37.7471,71.9688c0,28.1649 8.4642,52.3718 20.8567,64.1844-17.6128-12.5076-30.1096-43.8849-30.1096-80.7813 0-1.6195.0987-3.2493.1457-4.8469-25.1253,10.2685-47.0827,28.5697-63.7442,52.2875 10.9411-19.0815 24.6674-35.2459 40.3908-47.4406-15.7826-48.0971-38.7614-78.4312-64.3312-78.4312zm27.9063,162.7375c-29.7331,18.151-48.3216,43.8225-48.3216,72.2625s18.5885,54.1115 48.3216,72.2625c-34.0994-17.5804-55.6659-43.4122-55.6659-72.2625s21.5664-54.682 55.6659-72.2625zm213.2625,0c34.0994,17.5804 55.6658,43.4123 55.6658,72.2625s-21.5664,54.6821-55.6658,72.2625c29.7331-18.151 48.3216-43.8224 48.3216-72.2625s-18.5885-54.1115-48.3216-72.2625zm-106.6313,47.2938c60.6206,0 109.7154,21.9103 109.7154,48.9094s-49.0948,48.9094-109.7154,48.9094-109.7154-21.9103-109.7154-48.9094 49.0948-48.9094 109.7154-48.9094z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-029 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m96.2,21c-16.8979,0-30.4033,18.7524-30.4033,42.1532v81.9562h60.9533v-81.9562c0-23.4008-13.654-42.1532-30.55-42.1532zm79.9,0c-16.8979,0-30.4034,18.7524-30.4034,42.1532v81.9562h60.9534v-81.9562c0-23.4008-13.654-42.1532-30.55-42.1532zm79.9,0c-16.8979,0-30.55,18.7524-30.55,42.1532v81.9562h60.9529v-81.9562c0-23.4008-13.5073-42.1532-30.4029-42.1532zm79.9,0c-16.8979,0-30.55,18.7524-30.55,42.1532v81.9562h60.9529v-81.9562c0-23.4008-13.5073-42.1532-30.4029-42.1532zm79.7529,0c-16.8965,0-30.4028,18.7524-30.4028,42.1532v81.9562h60.9528v-81.9562c0-23.4008-13.6535-42.1532-30.55-42.1532zm-370.8596,138.9437c-13.1858,0-23.7932,10.6066-23.7932,23.7937v144.525c0,13.1871 10.6074,23.7937 23.7932,23.7937h422.4125c13.1882,0 23.7943-10.6066 23.7943-23.7937v-144.525c0-13.1871-10.606-23.7937-23.7943-23.7937h-422.4125zm40.2443,17.1844h341.925c10.6728,0 19.2403,8.6917 19.2403,19.5344v118.675c0,10.8428-8.5676,19.5344-19.2403,19.5344h-341.925c-10.6741,0-19.2409-8.6916-19.2409-19.5344v-118.675c0-10.8427 8.5667-19.5344 19.2409-19.5344zm53.1683,26.4375c-28.9576,0-52.2875,23.3302-52.2875,52.2875s23.3299,52.5812 52.2875,52.5812 52.4346-23.624 52.4346-52.5812-23.4765-52.2875-52.4346-52.2875zm117.6471,0c-28.9572,0-52.2875,23.3302-52.2875,52.2875s23.3303,52.5812 52.2875,52.5812 52.5813-23.624 52.5813-52.5812-23.6237-52.2875-52.5813-52.2875zm117.7938,0c-28.9576,0-52.2875,23.3302-52.2875,52.2875s23.3299,52.5812 52.2875,52.5812 52.4341-23.624 52.4341-52.5812-23.4765-52.2875-52.4341-52.2875zm-307.85,163.3251v81.9562c0,23.4007 13.505,42.1531 30.4033,42.1531s30.55-18.7524 30.55-42.1531v-81.9562h-60.9533zm79.9,0v81.9562c0,23.4007 13.505,42.1531 30.4034,42.1531s30.55-18.7524 30.55-42.1531v-81.9562h-60.9534zm79.7534,0v81.9562c0,23.4007 13.6521,42.1531 30.55,42.1531s30.4029-18.7524 30.4029-42.1531v-81.9562h-60.9529zm79.9,0v81.9562c0,23.4007 13.6521,42.1531 30.55,42.1531s30.4029-18.7524 30.4029-42.1531v-81.9562h-60.9529zm79.9,0v81.9562c0,23.4007 13.5064,42.1531 30.4028,42.1531s30.55-18.7524 30.55-42.1531v-81.9562h-60.9528z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-030 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m210.287,20.9997c-95.5558,18.4904-170.817,93.7559-189.287,189.3473h163.1009c25.3227,0 45.638,20.1723 45.638,45.5032s-20.3153,45.8027-45.638,45.8027h-163.1009c18.4701,95.5914 93.7312,170.8569 189.287,189.3473v-163.1531c0-25.3307 20.3153-45.6529 45.6384-45.6529s45.7875,20.3222 45.7875,45.6529v163.1531c95.5553-18.4904 170.8174-93.7559 189.2871-189.3473h-162.9511c-25.3227,0-45.7879-20.4717-45.7879-45.8027s20.4652-45.5032 45.7879-45.5032h162.9511c-18.4696-95.5914-93.7312-170.8569-189.2866-189.3473v162.8537c0,25.3307-20.4652,45.8026-45.7879,45.8026s-45.6384-20.4719-45.6384-45.8026v-162.8537z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-031 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21c0,85.0552 45.1233,159.5271 112.8,200.7782 11.7998-42.2279 44.8672-75.5397 86.95-87.6844v-113.0938h-199.75zm270.25,0v113.0938c42.0829,12.1447 75.1502,45.4565 86.95,87.6844 67.6767-41.251 112.8-115.7229 112.8-200.7782h-199.75zm-35.25,166.8501c-37.6381,0-68.1501,30.5118-68.1501,68.15s30.5119,68.15 68.1501,68.15 68.15-30.5118 68.15-68.15-30.5119-68.15-68.15-68.15zm-122.2001,102.3718c-67.6766,41.251-112.8,115.7229-112.8,200.7781h199.75v-113.0937c-42.0828-12.1447-75.1502-45.4565-86.95-87.6844zm244.4001,0c-11.7998,42.2279-44.8671,75.5397-86.95,87.6844v113.0937h199.75c0-85.0552-45.1232-159.5271-112.8-200.7781z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-032 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m167.875,21c-24.8127,0-45.5975,18.9868-50.9433,44.3562h-2.2494c-25.4646,0-45.9153,22.6998-45.9153,50.9656v3.6719h-8.7326c-3.4409,10.6928-6.4837,21.7527-9.1302,33.0469-.9227-.3603-1.9637-.5873-2.9112-.5873-14.8919,0-26.9931,46.3351-26.9931,103.5469s12.1011,103.5468 26.9931,103.5468c.9475,0 1.9885-.2277 2.9112-.5873 2.6475,11.2936 5.6926,22.3509 9.1302,33.0471h8.7326v3.6717c0,28.2658 20.4506,50.9658 45.9153,50.9658h2.2494c5.3458,25.3688 26.1306,44.3558 50.9433,44.3558 24.8164,0 45.6285-18.9828 50.9433-44.3558h74.3634c5.3152,25.373 26.1273,44.3558 50.9433,44.3558 24.8136,0 45.4937-18.987 50.8107-44.3558h2.3819c25.4646,0 45.9153-22.7 45.9153-50.9658v-3.6717h8.7326c3.4376-10.6948 6.4827-21.753 9.1302-33.0471 .9593.3906 1.9247.5873 2.9112.5873 14.8924,0 26.9931-46.335 26.9931-103.5468s-12.1006-103.5469-26.9931-103.5469c-.9865,0-1.9519.1967-2.9112.5873-2.6466-11.2946-5.6893-22.3549-9.1302-33.0469h-8.7326v-3.6719c0-28.2658-20.4506-50.9656-45.9153-50.9656h-2.3819c-5.3171-25.3695-25.9971-44.3562-50.8107-44.3562-24.816,0-45.6281,18.9823-50.9433,44.3562h-74.3634c-5.3148-25.3739-26.1268-44.3562-50.9433-44.3562zm6.8808,29.0813c14.2198,0 25.9346,12.8572 25.9346,28.6406s-11.7148,28.6407-25.9346,28.6407-25.5379-12.8572-25.5379-28.6407 11.3195-28.6406 25.5379-28.6406zm162.3559,0c14.2189,0 25.8025,12.8572 25.8025,28.6406s-11.5836,28.6407-25.8025,28.6407-25.8021-12.8572-25.8021-28.6407 11.5822-28.6406 25.8021-28.6406zm-117.1028,30.9906h71.9823c1.3973,30.17 24.1918,54.1969 52.1338,54.1969 27.4936,0 49.9526-23.2426 52.0017-52.7281 16.0068,4.5067 28.2165,19.1271 30.9626,37.4531h-16.1426c-13.2911,25.2999-38.2199,42.3-66.8218,42.3s-53.532-17.0002-66.8218-42.3h-42.7389c-13.2897,25.2915-38.0931,42.3-66.6893,42.3s-53.532-17.0002-66.8218-42.3h-16.1426c2.7392-18.2793 14.8825-32.9067 30.8306-37.4531 2.0595,29.4856 24.6412,52.7281 52.1338,52.7281 27.9433,0 50.7365-24.0269 52.1338-54.1969zm21.5688,100.7562v148.3437c-7.6521-.0288-15.1914-.0764-22.7593-.147v-148.05c7.5675-.0721 15.1072-.1196 22.7593-.147zm28.8448,0c7.6098.0288 15.0992.0764 22.6272.1463v148.0499c-7.528.0721-15.0174.1196-22.6272.147v-148.3437zm-80.4504.4403v147.4624c-7.6783-.1276-15.1805-.271-22.7588-.4403v-146.5812c7.5783-.1694 15.0805-.3135 22.7588-.4403zm132.056,0c7.637.1268 15.0865.2724 22.6263.4403v146.5812c-7.5398.1686-14.9893.3142-22.6263.4403v-147.4625zm-183.528,1.175v145.1125c-7.7098-.2299-15.1721-.6097-22.7588-.8812v-143.35c7.5867-.2717 15.0489-.6515 22.7588-.8812zm235,0c7.7418.2306 15.274.6082 22.8913.8812v143.35c-7.6173.2731-15.1495.6508-22.8913.8812v-145.1125zm-286.472,1.9094v141.2937c-11.1781-.4864-22.1629-1.0553-33.0805-1.6156-4.2873-18.3516-7.0129-42.4556-7.0129-69.0313s2.7256-50.6797 7.0129-69.0312c10.9176-.5607 21.9024-1.1292 33.0805-1.6157zm338.0766,0c11.1832.4864 22.1666,1.0533 33.08,1.6156 4.2878,18.3516 6.8808,42.4556 6.8808,69.0312s-2.593,50.6797-6.8808,69.0313c-10.9134.5621-21.8969,1.1288-33.08,1.6156v-141.2937zm-257.2295,164.3536c28.5967,0 53.3995,17.0088 66.6893,42.3h42.7389c13.2897-25.2996 38.2219-42.3 66.8218-42.3s53.5307,17.0003 66.8218,42.3h16.1426c-2.7462,18.3253-14.9558,32.9461-30.9626,37.4529-2.0492-29.4854-24.5081-52.7278-52.0017-52.7278-27.942,0-50.7365,24.0264-52.1338,54.1966h-71.9823c-1.3973-30.1702-24.1905-54.1966-52.1338-54.1966-27.4926,0-50.0743,23.2424-52.1338,52.7278-15.9481-4.5463-28.0914-19.1746-30.8306-37.4529h16.1426c13.2897-25.2996 38.2223-42.3 66.8218-42.3zm6.8808,54.9307c14.2198,0 25.9346,12.7103 25.9346,28.4942s-11.7148,28.6404-25.9346,28.6404-25.5379-12.8568-25.5379-28.6404 11.3195-28.4942 25.5379-28.4942zm162.3559,0c14.2189,0 25.8025,12.7103 25.8025,28.4942s-11.5836,28.6404-25.8025,28.6404-25.8021-12.8568-25.8021-28.6404 11.5832-28.4942 25.8021-28.4942z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-033 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.9285,21.0001c-51.6352,0-95.771,53.5334-114.1236,129.3097-22.4871-4.0324-46.0807,2.1065-66.0942,17.8672-17.4496,13.7735-31.929,34.4875-41.4197,58.901-9.4766,24.4066-13.9252,52.3005-13.2183,80.0995 1.543,55.6314 23.8643,108.9891 57.7222,142.6341 26.4642,26.3765 59.2769,40.9629 92.8264,41.1853 2.2362.0144 4.5153-.036 6.7563-.1513 27.2487-1.4565 54.0881-12.3856 77.551-31.7975 23.4445,19.374 50.3295,30.3424 77.551,31.7975 35.8544,1.8456 71.3535-12.8983 99.5822-41.0341 33.8584-33.645 56.3258-87.0027 57.8693-142.6341 .7077-27.7989-4.0364-55.6928-13.5125-80.0994-9.4874-24.4135-23.8219-45.1276-41.2726-58.901-20.0004-15.75-43.6029-21.8832-66.0942-17.8672-18.3531-75.7708-62.4907-129.3097-114.1231-129.3097zm0,64.2006c18.6566,0 33.7813,15.1117 33.7813,33.7659s-15.1246,33.9173-33.7813,33.9173-33.7818-15.2631-33.7818-33.9173 15.1256-33.7659 33.7818-33.7659zm-123.6702,71.62c2.6418-.0843 5.2851.098 7.9312.3027-4.3574,19.931-6.9959,41.189-7.4904,63.4436 15.9927,11.4847 30.5547,37.9791 36.7188,70.7115 5.6367,29.924 2.9178,57.673-5.7284,75.1026 16.136,30.5125 37.6893,52.9779 61.9822,63.2922-15.0818,11.4218-31.9652,18.6545-49.3505,21.0471-5.3815.753-10.8419,1.1057-16.3038.908-23.6603-.8513-47.5608-10.5875-67.7097-28.163-29.4539-25.7738-51.6027-69.8052-54.9322-117.6509-1.7315-23.9799.987-48.7335 8.3726-71.0144 7.3696-22.2722 19.5318-42.3362 34.8091-56.1756 15.0222-13.6433 33.2083-21.2137 51.701-21.804zm247.3403.1513c18.4762.6191 36.7131,8.0406 51.7005,21.6526 15.2768,13.8395 27.2906,33.9033 34.663,56.1756 7.3837,22.2809 10.1045,47.0345 8.3716,71.0144-3.3281,47.8457-25.4797,91.8772-54.9312,117.6509-21.7004,18.9269-47.6134,28.7129-72.9981,28.163-3.6265-.0778-7.2808-.4057-10.8688-.908-17.3227-2.3845-34.2715-9.5439-49.3509-20.896 24.4456-10.3603 45.817-33.081 61.9822-63.8973-8.4538-17.4592-11.0168-45.0046-5.4346-74.6486 6.1321-32.5563 20.3877-58.9761 36.2789-70.5601-.4857-22.3144-2.9718-43.6104-7.3442-63.5949 2.6404-.1989 5.2922-.24 7.9317-.1513zm-123.6702,8.7822c23.4403,0 42.4476,18.9593 42.4476,42.3966s-19.0073,42.3967-42.4476,42.3967-42.4476-18.9594-42.4476-42.3967 19.0078-42.3966 42.4476-42.3966zm-133.5115,70.4087c-16.9948.945-29.0681,33.466-27.025,72.5285s17.374,69.9915 34.3697,69.0457c16.9948-.9449 29.2157-33.4657 27.1717-72.5283s-17.5206-69.991-34.5163-69.0459zm267.0225,0c-16.9956-.9451-32.3262,29.9834-34.3697,69.0459s10.0302,71.5834 27.0254,72.5283c16.9953.9458 32.4728-29.9833 34.5163-69.0457s-10.1773-71.5835-27.1721-72.5285zm-133.511,27.5578c26.7886,0 48.6158,21.6677 48.6158,48.4533s-21.8273,48.6044-48.6158,48.6044-48.4692-21.819-48.4692-48.6044 21.6806-48.4533 48.4692-48.4533z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-034 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m149.2159,490.9841c-1.68-.0187-3.3389-.1782-4.994-.2919-28.9644-2.0529-54.896-14.2796-74.9104-31.9846-11.4043-10.1217-20.8324-21.9477-28.0547-34.3214s-12.439-25.2261-15.7165-38.1187c-4.0695-16.0962-5.1244-31.8544-4.2596-46.1514s3.763-27.2232 7.6379-38.4108c4.3705-12.5783 9.9156-22.8342 15.5696-30.9623s11.3506-14.2213 16.304-18.5482 9.1137-6.9427 12.1913-8.3248 5.1849-1.5341 5.8753-.5842 .0735,2.9649-1.4688,5.988-4.048,7.1186-7.0504,12.4141-6.5436,11.9307-9.8411,19.8626-6.4117,17.138-8.3724,27.7492c-1.7542,9.4313-2.5368,19.9528-1.9095,31.1084s2.6258,22.934 6.7566,34.4674c3.294,9.2479 7.983,18.492 13.9539,27.019s13.2681,16.3314 21.7387,22.7836c14.822,11.3456 33.8183,18.7192 53.4655,18.9864 17.9594.2947 37.1187-5.4052 53.0249-16.9417 12.8709-9.2785 23.892-22.7226 31.2861-38.4108-7.3488-24.4956-9.0103-51.2775-4.1128-77.5518 1-5.3127 2.153-10.6032 3.6721-15.7733-4.6074-9.5318-10.4491-18.3079-17.3322-25.5585-10.9894-12.0338-26.1316-20.9762-42.1555-30.086-16.8676-9.2757-35.2933-18.4282-53.0248-30.6702-18.9689-12.7931-36.1904-30.5287-47.884-52.8696-6.0615-11.8715-10.0622-25.058-11.4568-38.7029-1.4593-14.2856.3755-28.6803 5.2877-41.916 7.0413-18.2014 19.2172-31.8912 33.1956-40.3094 15.0836-9.032 31.2749-12.211 46.1213-10.9536 16.4257,1.4085 30.7534,7.5063 42.4492,15.6272 3.6524,2.5368 7.1366,5.2224 10.2819,8.0326 15.0224-16.27 36.5517-26.5808 60.5158-26.5808 24.0386,0 45.6344,10.3684 60.6627,26.7269 3.1505-2.8345 6.4535-5.6217 10.1349-8.1787 11.6958-8.1209 26.1705-14.2187 42.5961-15.6272 14.8465-1.2574 30.8908,1.9216 45.9744,10.9536 13.9785,8.4182 26.1543,22.108 33.1957,40.3094 4.9124,13.2356 6.8939,27.6304 5.4347,41.916-1.3947,13.6449-5.3954,26.8314-11.457,38.7029-11.6934,22.3408-29.0619,40.0764-48.0307,52.8696-17.7315,12.2421-36.0104,21.3945-52.8779,30.6702-16.0238,9.1098-31.166,18.0522-42.1555,30.086-6.9307,7.3007-12.8583,16.0948-17.4791,25.7045-.0216.0425.0216.1038 0,.1457 1.4804,5.0743 2.8381,10.2701 3.819,15.4811 4.8975,26.2743 3.2361,53.0563-4.1128,77.5518 7.3942,15.6881 18.4151,29.1322 31.2862,38.4108 15.9061,11.5364 34.9184,17.2367 52.8779,16.9417 19.6472-.2674 38.7903-7.6408 53.6123-18.9863 8.4706-6.4523 15.7678-14.2566 21.7387-22.7836s10.513-17.771 13.807-27.019c4.1308-11.5335 6.2762-23.3119 6.9035-34.4674s-.1549-21.6771-1.9095-31.1084c-1.9605-10.6112-5.2217-19.8173-8.5192-27.7492s-6.6919-14.5672-9.6942-19.8626-5.5061-9.391-7.0505-12.4141-2.1592-5.0381-1.4687-5.988 2.6507-.7979 5.7283.5842 7.238,3.9978 12.1914,8.3248 10.7968,10.4201 16.4509,18.5482 11.199,18.384 15.5695,30.9623c3.8751,11.1876 6.6263,24.1138 7.4911,38.4108s-.1895,30.0551-4.2596,46.1514c-3.2775,12.8926-8.4942,25.7449-15.7164,38.1187s-16.5035,24.1997-27.9079,34.3214c-20.0145,17.705-45.946,29.9317-74.9104,31.9846-26.4811,1.8258-54.5168-5.0666-79.17-21.6152-12.074-8.1382-23.1781-18.5082-32.6081-30.6702-9.4434,12.1963-20.6549,22.5143-32.755,30.6702-21.5716,14.4801-45.5938,21.588-69.035,21.9073-1.6744.0238-3.4609.0187-5.1409,0zm-7.9317-87.3371c-34.5823,0-62.7191-27.8309-62.7191-62.2167s28.1368-62.3627 62.7191-62.3627 62.5722,27.9769 62.5722,62.3627-27.99,62.2167-62.5722,62.2167zm229.5783,0c-34.5823,0-62.7191-27.8309-62.7191-62.2167s28.1368-62.3627 62.7191-62.3627 62.5722,27.9769 62.5722,62.3627-27.9899,62.2167-62.5722,62.2167zm-114.8626-31.1083c5.0432,0 9.1068-13.9155 9.1068-31.1084s-4.0636-31.1084-9.1068-31.1084-9.1068,13.9155-9.1068,31.1084 4.0636,31.1084 9.1068,31.1084zm0-128.8149c3.3085-4.3031 6.7122-8.41 10.4287-12.2681 17.4092-17.6164 36.6217-29.2705 54.4936-38.4108 18.5048-9.7693 35.6945-17.523 49.9402-26.8729 14.8187-10.0213 27.4192-20.9604 34.3707-34.0293 3.7538-6.7696 6.5035-13.8327 7.4909-20.7389 1.024-7.1376.7306-14.4377-1.175-20.4468-2.3521-8.3128-8.1848-15.7925-14.9821-20.8849-7.4235-5.6045-16.9582-8.4341-25.9982-8.7629-10.1015-.3769-20.1222,2.6624-28.936,7.1564-3.1006,1.5819-5.9995,3.4348-8.813,5.4038 3.4191,8.987 5.4348,18.7399 5.4348,28.9176 0,45.1314-36.8653,81.6411-82.2546,81.6411s-82.2546-36.5098-82.2546-81.6411c0-10.1777 2.0156-19.9306 5.4347-28.9176-2.7843-1.9425-5.6012-3.8402-8.6661-5.4038-8.8138-4.494-18.8345-7.5336-28.936-7.1564-9.04.329-18.5747,3.1584-25.9983,8.7629-6.7972,5.0925-12.63,12.5721-14.982,20.8849-1.9057,6.0091-2.199,13.3093-1.1751,20.4468 .9876,6.9062 3.7372,13.9693 7.491,20.7389 6.9515,13.0689 19.552,24.0081 34.3707,34.0293 14.2456,9.3499 31.4355,17.1036 49.9402,26.8729 17.8719,9.1403 36.9376,20.7944 54.3467,38.4108 3.6951,3.8357 7.1369,7.9922 10.4288,12.2681zm0-77.4057c20.8934,0 37.8958-16.9058 37.8958-37.6805s-17.0024-37.5345-37.8958-37.5345-37.8959,16.7597-37.8959,37.5345 17.0024,37.6805 37.8959,37.6805z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-035 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m144.2282,21.0001c-68.1947,0-123.2282,54.8865-123.2282,123.0813v43.3281h19.2406c6.7287,0 12.1906,5.8208 12.1906,13.0719v49.35c0,7.2511-5.4619,12.925-12.1906,12.925h-19.2406v27.9062h19.2406c6.7287,0 12.1906,5.6739 12.1906,12.925v49.4968c0,7.2512-5.4619,12.925-12.1906,12.925h-19.2406v1.9096c0,68.1947 55.0333,123.0808 123.2282,123.0808h223.6906c68.1948,0 123.0812-54.8861 123.0812-123.0808v-1.9096h-19.2406c-6.7287,0-12.1906-5.6738-12.1906-12.925v-49.4968c0-7.2511 5.4619-12.925 12.1906-12.925h19.2406v-27.9062h-19.2406c-6.7287,0-12.1906-5.6739-12.1906-12.925v-49.35c0-7.2511 5.4619-13.0719 12.1906-13.0719h19.2406v-43.3281c0-68.1947-54.8865-123.0813-123.0812-123.0813h-45.2375-133.2156-45.2375zm-8.8125,23.6469c-12.0307,13.0493-19.3875,30.4259-19.3875,49.6438v133.3625c0,40.6331 32.8043,73.4375 73.4375,73.4375h133.2156c40.6331,0 73.2906-32.8044 73.2906-73.4375v-133.3625c0-19.2334-7.3602-36.5911-19.3875-49.6438 32.8581,14.1689 55.8125,46.8827 55.8125,85.0406v167.8782c0,28.9831-13.1785,54.7629-33.9281,71.675 3.394,7.0533 5.4344,14.8271 5.4344,23.2063 0,26.9911-19.7978,49.2692-45.6782,53.1688 13.2485-7.8462 22.0313-22.3467 22.0313-38.9217 0-25.003-20.0881-45.0908-45.0906-45.0908h-158.3313c-25.0024,0-45.0907,20.0878-45.0907,45.0908 0,16.575 8.7828,31.0755 22.0313,38.9217-25.8804-3.8996-45.6782-26.1776-45.6782-53.1688 0-8.4266 2.004-16.2695 5.4344-23.3529-20.6996-16.9143-33.9281-42.6188-33.9281-71.5283v-167.8782c0-38.115 22.9721-70.8461 55.8125-85.0406zm70.6468,9.4h100.0219c30.5003,0 55.0781,24.5779 55.0781,55.0781v104.2813c0,30.5003-24.5778,55.0781-55.0781,55.0781h-100.0219c-30.5002,0-55.225-24.5778-55.225-55.0781v-104.2813c0-30.5002 24.7248-55.0781 55.225-55.0781zm49.9375,29.0812c-42.6153,0-77.1094,34.4941-77.1094,77.1094s34.4941,77.2563 77.1094,77.2563 77.1094-34.6409 77.1094-77.2563-34.4941-77.1094-77.1094-77.1094zm0,31.4313c25.2535,0 45.6782,20.4245 45.6782,45.6781s-20.4246,45.825-45.6782,45.825-45.6781-20.5715-45.6781-45.825 20.4246-45.6781 45.6781-45.6781zm-62.1281,261.4375h124.2563c6.7288,0 12.1906,5.4619 12.1906,12.1904s-5.4618,12.1909-12.1906,12.1909h-124.2563c-6.7288,0-12.1907-5.4619-12.1907-12.1909s5.4619-12.1904 12.1907-12.1904z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-036 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.9994,21.0012c-22.6696,0-44.6174,3.2623-65.3591,9.2531-.5383.1557-1.0789.2818-1.6157.4403-.5492.1629-1.0695.4209-1.6156.5873-2.3698.7192-4.7131,1.4157-7.05,2.2031-.9302.3156-1.8671.5542-2.7906.8812-.4994.1751-.971.4093-1.4687.5873-.7431.2688-1.4647.6054-2.2031.8812-1.6506.6082-3.3614,1.1198-4.9937,1.7625-.5873.2349-1.1764.4951-1.7625.7343-1.7648.7113-3.5437,1.4506-5.2875,2.2031-1.6294.7135-3.2367,1.4542-4.8468,2.2031-7.5698,3.4761-14.9379,7.3382-22.0312,11.6031v.1463c-4.8786,2.9358-9.606,6.1283-14.2468,9.3999v-.1463c-.5657.3978-1.054.9186-1.6156,1.3218-2.2076,1.5844-4.461,3.1886-6.6094,4.8468-.7215.5571-1.4882,1.0503-2.2031,1.6157-.0505.0432-.0951.1045-.147.1463-2.8031,2.2211-5.5257,4.5588-8.2249,6.9031-2.1498,1.8711-4.2354,3.7808-6.3156,5.7281-.8841.826-1.7724,1.6575-2.6437,2.4969-1.8372,1.7738-3.6573,3.6018-5.4344,5.4344-1.2859,1.3202-2.5647,2.6156-3.8187,3.9656-.9832,1.0624-1.9716,2.1507-2.9375,3.2312-1.763,1.9723-3.443,3.9905-5.1406,6.0219-1.2934,1.5504-2.5648,3.1159-3.8187,4.7-2.2658,2.8563-4.4765,5.7037-6.6094,8.6656-.0504.0577-.1095.0915-.147.147-2.0915,2.9088-4.061,5.9532-6.0219,8.9593-1.0458,1.6075-2.0762,3.2125-3.0844,4.8469-1.5561,2.5199-3.0895,5.0555-4.5531,7.6375-.1412.2472-.2998.4864-.4403.7344-17.2232,30.6653-27.7825,65.6158-29.6687,102.8121v.8812c-.1737,3.7149-.294,7.4044-.294,11.1624s.1196,7.4476.294,11.1625v.8812c1.8837,37.151 12.4825,72.0268 29.6687,102.6655 2.0656,3.6824 4.2074,7.3122 6.4625,10.8687 .0937.1504.2047.2914.294.4418 .4374.6895.8768,1.371 1.3218,2.0558 1.9379,2.9723 3.9553,5.9356 6.0219,8.8125 .0577.0893.0858.2068.147.2961 2.499,3.4695 5.1039,6.8093 7.7843,10.1341 .0843.1081.209.188.294.2914 2.6724,3.3032 5.3806,6.689 8.225,9.8404 2.953,3.2721 5.9755,6.2989 9.1062,9.4 3.0945,3.0653 6.2879,6.0691 9.5469,8.9596 6.0494,5.3627 12.3663,10.4039 18.9468,15.1278 .5405.3901 1.0718.792 1.6156,1.175 4.6408,3.2717 9.3682,6.4643 14.2468,9.4 .8258.4973 1.6645.9818 2.4969,1.4692 3.1665,1.8499 6.4329,3.5852 9.6937,5.2875 .3481.1833.6781.4042 1.0281.5875 2.3397,1.2055 4.6648,2.396 7.05,3.525 2.1794,1.0359 4.3948,1.9669 6.6094,2.9375 2.3341,1.0218 4.6783,1.9895 7.05,2.9375 2.8528,1.1336 5.76,2.3528 8.6655,3.3779 1.9059.674 3.7993,1.2821 5.7281,1.9096 1.6069.5208 3.2253.9809 4.8468,1.4683 .8244.2491 1.6701.4954 2.4969.7346 20.7416,5.9906 42.6895,9.2529 65.3591,9.2529 22.6203,0 44.5111-3.2872 65.2123-9.2529 .8846-.2538 1.7639-.47 2.6437-.7346 1.5873-.4775 3.127-.9583 4.7001-1.4683 .4006-.1316.775-.3102 1.1749-.4418 2.0272-.6697 4.0206-1.3334 6.0219-2.0562 7.2234-2.6071 14.2761-5.538 21.1499-8.8125 3.8037-1.8072 7.4734-3.7219 11.1624-5.7279 .73-.3948 1.4785-.7713 2.2032-1.175 1.402-.7821 2.8756-1.5397 4.2593-2.35 .7967-.4653 1.5605-.994 2.35-1.4692 23.7596-14.2795 44.6554-32.5793 61.981-54.0498 2.7007-3.3473 5.4144-6.6392 7.9313-10.1341 .065-.0893.084-.2068.147-.2914 2.0849-2.8891 4.0675-5.8261 6.0219-8.8125 .4446-.6834.8833-1.3682 1.3218-2.0562 .095-.1504.1989-.2914.2941-.4418 2.255-3.5565 4.3968-7.1858 6.4624-10.8682 17.1861-30.6387 27.7849-65.5142 29.6687-102.6653 .014-.2928-.014-.5881 0-.8812 .2032-3.6876.294-7.4284.294-11.1625v-.1467c0-4.0545-.091-8.0396-.294-12.0437-1.8861-37.1963-12.4454-72.1468-29.6687-102.8121-.1398-.2493-.3005-.4857-.4403-.7344-1.4631-2.5819-2.9969-5.1176-4.5531-7.6375-.5996-.9705-1.1491-1.9764-1.7625-2.9375-.4165-.6529-.9002-1.261-1.3218-1.9094-1.9713-3.0207-3.9182-6.0374-6.0219-8.9593-2.1705-3.0188-4.4485-5.9032-6.7562-8.8125-1.2554-1.5805-2.5239-3.153-3.8188-4.7-1.6976-2.0314-3.3771-4.0495-5.1406-6.0219-.7178-.8002-1.4756-1.5597-2.2031-2.35-1.0434-1.1345-2.0203-2.2643-3.0843-3.3781-1.4858-1.5514-3.027-3.0427-4.5532-4.5532-3.0945-3.0653-6.2869-6.0686-9.5468-8.9593-6.0494-5.363-12.3664-10.4038-18.9468-15.1281-.2861-.2061-.5938-.3834-.8812-.5873-.2537-.1802-.48-.4079-.7345-.5873-4.6746-3.2956-9.4769-6.4452-14.3936-9.4-.7896-.4749-1.5534-1.0028-2.3501-1.4687-5.7368-3.355-11.5966-6.5587-17.6249-9.4-.4763-.2248-.9907-.3654-1.4687-.5873-.9349-.4367-1.8502-.8969-2.7906-1.3219-1.4594-.6522-2.9309-1.2865-4.4062-1.9093-1.6563-.7077-3.3182-1.3858-4.9938-2.0563-2.4604-.9729-4.9883-1.8969-7.4906-2.7906-2.0017-.7228-3.9947-1.3868-6.0218-2.0562-.9306-.3048-1.854-.5866-2.7907-.8813-1.041-.3293-2.0362-.7127-3.0843-1.0281-.8798-.2638-1.7597-.4793-2.6437-.7344-20.7013-5.9658-42.5921-9.2531-65.2123-9.2531zm-173.7524,9.6937c-31.778,0-57.4279,25.5031-57.4279,57.281v80.4872c23.2592-61.3275 70.2142-110.9451 129.6901-137.7683h-72.2622zm275.2427,0c59.4759,26.8232 106.4309,76.4408 129.6902,137.7683v-80.4872c0-31.778-25.5032-57.281-57.2811-57.281h-72.4091zm-101.4903,25.9968c21.7508,0 42.766,2.8779 62.5686,8.3718-3.2195,28.8707-8.8411,55.909-16.45,80.1935 26.4122-11.8517 48.5472-33.6789 63.0092-61.3935 4.9862,2.6862 9.8193,5.6319 14.5405,8.6655-4.6046,8.9221-9.9813,17.2178-15.8624,24.9687h.147l64.7719,74.906c-.022.0332.022.1156 0,.1467h.1463c6.7689-8.4733 13.0015-17.4549 18.7999-26.878 .036-.0649.1074-.0829.147-.1463 .1838-.2991.405-.5809.5874-.8812 13.6112,24.2546 21.927,51.4 23.6467,80.1934 .1874,3.6878.2941,7.4284.2941,11.1625 0,3.4389-.106,6.8853-.2941,10.2812-.014.2914.014.5903 0,.8812-1.7197,28.791-10.0355,55.9392-23.6467,80.1937-.1831-.3008-.4036-.5819-.5874-.8817-.043-.0656-.1088-.0846-.147-.1457-5.7984-9.423-12.031-18.5516-18.7999-27.0249l-.1463.2937-64.7716,74.905h-.147c5.8891,7.7611 11.1298,16.3202 15.7155,25.2624-4.668,2.9929-9.4676,5.718-14.3937,8.3716-14.4615-27.729-36.5598-49.5247-63.0092-61.3931 7.6141,24.2998 13.2324,51.3252 16.45,80.193-19.8026,5.4948-40.8178,8.3721-62.5685,8.3721-21.7644,0-42.7471-3.0179-62.5686-8.5187 3.2632-28.8114 8.8495-55.7883 16.45-80.0464-26.4489,11.8679-48.5059,33.665-63.0092,61.3931-4.9392-2.6593-9.8607-5.3721-14.5405-8.3716 4.5816-8.9648 9.8081-17.4783 15.7156-25.2624h-.147l-64.7719-74.906v-.2938h-.147c-6.7708,8.4733-13.0024,17.6019-18.7999,27.0249-.0504.0656-.1095.0846-.147.1457-.1737.282-.2717.6007-.4403.8817-13.6479-24.27-22.0688-51.3785-23.7937-80.1937v-.8812c-.16-3.4001-.294-6.8417-.294-10.2812s.1477-6.8809.294-10.2812v-.8812c1.7248-28.8175 10.1457-55.9234 23.7937-80.1934 .1694.2789.2717.6039.4403.8812 .0504.0649.1095.0829.147.1463 5.7975,9.4231 12.0291,18.4047 18.7999,26.878h.147v-.1467l64.7717-74.906h.147c-5.8803-7.7496-11.0102-16.1918-15.5687-25.1156 4.6487-2.975 9.4906-5.8792 14.3937-8.5187 14.5042,27.7146 36.5969,49.5418 63.0092,61.3935-7.5957-24.2428-13.1849-51.2327-16.45-80.0466 19.8214-5.5005 40.8041-8.5187 62.5685-8.5187zm0,27.1718c-18.9401,0-34.2217,15.4345-34.2217,34.3686s15.2816,34.2217 34.2217,34.2217 34.2218-15.2876 34.2218-34.2217-15.2817-34.3686-34.2218-34.3686zm-95.0277,48.7623-64.6248,75.0529c2.2818,2.4418 4.5371,5.0051 6.9031,7.3437 .0432.0281.1189-.0281.147,0 2.3646,2.3359 4.7518,4.5271 7.1968,6.7562 .0432.0281.1189-.0281.147,0 2.4454,2.2274 4.8203,4.6395 7.3437,6.7562 .0432.0281.1139-.0281.147,0 2.5221,2.1146 5.0412,4.1686 7.6375,6.1687 .0432.0281.1139-.0281.147,0 2.5973,1.9975 5.1171,3.9958 7.7844,5.875 .0432.0238.1139-.0238.147,0 2.6682,1.8777 5.3413,3.8256 8.0781,5.5812 .0432.0238.1095-.0238.147,0 2.2522,1.4436 4.4786,2.8847 6.7562,4.2594 1.9139-37.738 23.4158-70.3 54.4904-87.8309-.9785-.4238-1.9575-.8434-2.9375-1.3218-.0432-.0216-.1045.0216-.147,0-1.7625-.8626-3.5635-1.9969-5.2874-2.9375-.0432-.0216-.1095.0216-.147,0-1.7225-.9416-3.3093-1.92-4.9938-2.9375-.0432-.0216-.1095.0216-.147,0-1.6859-1.0203-3.3473-2.1369-4.9937-3.2312-.0432-.0216-.1095.0216-.147,0-1.645-1.0968-3.3901-2.3561-4.9938-3.525-.0432-.0216-.1139.0216-.147,0-3.2397-2.3667-6.3393-4.8413-9.3999-7.4906-.0504-.0288-.1139.0288-.147,0-3.0593-2.654-5.9483-5.5982-8.8125-8.5188-.0432-.0288-.1189.0288-.147,0zm189.9086,0c-2.8966,2.9495-5.8667,5.8412-8.9593,8.5188-.036.0288-.1167-.0288-.147,0-3.063,2.6463-6.157,5.1269-9.4,7.4906-.036.0216-.1117-.0216-.147,0-1.6032,1.1674-3.2009,2.4298-4.8468,3.525-.036.0216-.1132-.0216-.147,0-1.6479,1.0927-3.3079,2.2126-4.9938,3.2312-.036.0216-.1088-.0216-.147,0-1.6849,1.0158-3.2708,1.9977-4.9937,2.9375-.043.0216-.1045-.0216-.147,0-1.724.9388-3.525,2.0767-5.2875,2.9375-.043.0216-.1067-.0216-.1471,0-.9799.4771-1.9594.8977-2.9375,1.3218 31.0343,17.5082 52.5282,50.0084 54.4905,87.6841 2.2174-1.3433 4.4126-2.7069 6.6093-4.1125 .036-.0238.1117.0238.147,0 2.7392-1.7539 5.5573-3.7051 8.225-5.5812 .036-.0238.1117.0238.1471,0 2.6681-1.8777 5.1866-3.879 7.7843-5.875 .036-.0238.1138.0238.147,0 2.5972-1.9986 5.114-4.0556 7.6374-6.1687 .036-.0281.1161.0281.1463,0 2.5249-2.1153 4.8956-4.5302 7.3438-6.7562 .029-.0281.116.0281.147,0 2.4455-2.2277 4.8318-4.4215 7.1969-6.7562 .029-.0281.1196.0281.147,0 2.3669-2.3374 4.6198-4.9032 6.9031-7.3437l-64.7704-75.0529zm-94.8809,42.0061c-44.983,0-81.5153,36.3998-81.5153,81.3684s36.5323,81.5153 81.5153,81.5153 81.5153-36.5467 81.5153-81.5153-36.5324-81.3684-81.5153-81.3684zm-107.0714,86.9497c-19.2551,11.3704-36.8347,25.7705-52.5811,42.5936l64.6248,75.0529h.147c12.3592-12.5659 26.6265-22.692 42.153-29.8158-31.0154-17.5455-52.4316-50.1374-54.3435-87.8307zm214.1429.1467c-1.9623,37.6756-23.4562,70.1759-54.4904,87.684 15.526,7.1238 29.7933,17.2499 42.1529,29.8158l64.9186-75.0529c-15.699-16.7724-33.3618-31.0926-52.5811-42.4467zm-338.2519,81.9562v80.3401c0,31.778 25.65,57.4282 57.4279,57.4282h72.4091c-59.536-26.8031-106.5547-76.4039-129.837-137.7683zm462.3609,0c-23.2824,61.3639-70.301,110.9652-129.8371,137.7682h72.556c31.7779,0 57.2811-25.6502 57.2811-57.4286v-80.3401zm-231.1805,16.0091c-18.9401,0-34.2217,15.2876-34.2217,34.222s15.2816,34.2215 34.2217,34.2215 34.2218-15.2876 34.2218-34.2215-15.2817-34.222-34.2218-34.222z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-037 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-102.2815,0-190.9789,55.171-235,136.0063 57.3298-50.356 141.3855-82.25 235-82.25 93.7272,0 177.6655,32.0823 235,82.5438-43.9785-80.9589-132.6227-136.3-235-136.3zm0,98.9938c-78.5341,0-146.709,31.9504-180.5094,78.725 44.0191-29.1381 108.63-47.5875 180.5094-47.5875 71.9658,0 136.4867,18.5353 180.5093,47.7344-33.7676-46.8462-101.9016-78.8719-180.5093-78.8719zm-62.1282,62.7156c-28.4595,0-51.5531,23.0936-51.5531,51.5531 0,2.3906.2724,4.7459.5873,7.05 3.4583-25.1005 24.9144-44.5031 50.9656-44.5031s47.5073,19.4026 50.9656,44.5031c.3149-2.3041.5873-4.6594.5873-7.05 0-28.4595-23.0936-51.5531-51.5531-51.5531zm124.2563,0c-28.4595,0-51.5531,23.0936-51.5531,51.5531 0,2.3906.2724,4.7459.5873,7.05 3.4583-25.1005 24.9144-44.5031 50.9656-44.5031s47.5074,19.4026 50.9657,44.5031c.3149-2.3041.5873-4.6594.5873-7.05 0-28.4595-23.0936-51.5531-51.5531-51.5531zm-115.7375,27.7594c-17.3526,0-31.1375,13.9317-31.1375,31.2844v55.6656c0,17.3526 13.7849,31.2844 31.1375,31.2844s31.4312-13.9317 31.4312-31.2844v-55.6656c0-17.3526-14.0785-31.2844-31.4312-31.2844zm107.2188,0c-17.3527,0-31.4313,13.9317-31.4313,31.2844v55.6656c0,17.3526 14.0786,31.2844 31.4313,31.2844s31.1375-13.9317 31.1375-31.2844v-55.6656c0-17.3526-13.7849-31.2844-31.1375-31.2844zm-107.2188,10.575c11.7186,0 21.4437,9.5783 21.4437,21.2969s-9.7251,21.15-21.4437,21.15-21.15-9.4314-21.15-21.15 9.4314-21.2969 21.15-21.2969zm107.2188,0c11.7185,0 21.15,9.5783 21.15,21.2969s-9.4315,21.15-21.15,21.15-21.1501-9.4314-21.1501-21.15 9.4315-21.2969 21.1501-21.2969zm126.8999,91.9437c-44.0226,29.1992-108.5435,47.7346-180.5093,47.7346-71.8794,0-136.4903-18.4499-180.5094-47.5877 33.8004,46.7742 101.9753,78.8719 180.5094,78.8719 78.6077,0 146.7417-32.1724 180.5093-79.0187zm54.4907,41.5654c-57.3345,50.4616-141.2728,82.5442-235,82.5442-93.6145,0-177.6703-31.8942-235-82.25 44.0211,80.8344 132.7185,136.1529 235,136.1529 102.3773,0 191.0215-55.4882 235-136.4471z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-038 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m43.0316,491c-4.4158,0-8.4547-1.4945-11.8968-3.8187-1.0229-.6904-2.0412-1.3496-2.9376-2.203-.2054-.1874-.3884-.3935-.5874-.5881-.1931-.1982-.4007-.382-.5881-.5874-.8566-.8932-1.5127-1.9148-2.203-2.9377-2.3242-3.4422-3.8187-7.481-3.8187-11.8969v-1.0281-54.1968l.0001-81.6625c8e-05-10.8124 8.0519-19.8189 18.8-21.7375l-.0002,138.9437c0,12.6659 10.2464,22.9124 22.9124,22.9124l138.9433-.0002c-1.9186,10.7481-10.925,18.8-21.7375,18.8001h-81.5153l-54.3436,8e-05-1.028,7e-05zm212.9681-.0002c-14.9942,0-27.1717-12.1776-27.1717-27.1719s12.1777-27.1719 27.1719-27.1719 27.1717,12.1776 27.1717,27.1718-12.1776,27.1719-27.1719,27.172zm75.9342-.0001c-10.8123,0-19.6982-8.0519-21.5905-18.8l138.9433-.0003c12.666,7e-05 22.9125-10.2464 22.9125-22.9124l.0001-138.9437c10.748,1.9184 18.8,10.9251 18.8,21.7374l-.0002,81.6625v54.1969 1.0282c-.0001,4.4158-1.4945,8.4547-3.8188,11.8968-.6904,1.0229-1.3496,2.0412-2.2031,2.9377-.1448.1513-.2918.2926-.4403.4403-.4345.4439-1.0036.766-1.469,1.1748-.6457.5412-1.2058,1.1419-1.9095,1.6154-.09.0649-.2018.0858-.2941.147-2.4504,1.6611-5.2401,2.829-8.225,3.3781-1.2626.2321-2.494.4403-3.8187.4403h-.8816l-54.1967,7e-05-81.8091,7e-05zm-258.9398-30.256c-11.9963,0-21.7375-9.7412-21.7374-21.7375l.0002-129.1032h47.1467c12.7967,0 23.0593,9.9829 23.0595,22.1779l-7e-05,58.4562 58.456-7e-05c12.1952,0 22.1781,10.4099 22.1781,23.2062v47.0001l-129.1029.0001zm236.9086-.0003 .0001-47.0001c0-12.7964 9.8361-23.2062 22.0313-23.2062l58.6029-.0002v-58.4563c0-12.1951 10.4098-22.1781 23.2062-22.1781l47-.0001-.0003,129.1032c0,11.9963-9.7412,21.7375-21.7374,21.7375l-129.1028.0002zm-53.9028-36.1312c-7.1026,0-12.9251-5.8224-12.9251-12.925s5.8225-12.7781 12.9252-12.7781 12.9249,5.6756 12.9251,12.778-5.8226,12.925-12.925,12.925zm0-40.0968c-9.298,0-18.5784-3.5973-25.703-10.7219l-92.0902-92.0905c-14.2491-14.2492-14.2491-37.157 0-51.4062l92.0905-92.091c14.2492-14.249 37.1569-14.249 51.406-4e-05l92.0903,92.0907c14.2492,14.2492 14.2492,37.157 0,51.4062l-92.0906,92.0908c-7.1245,7.1246-16.405,10.7219-25.703,10.7219zm-23.6466-82.8375 47.2936-.0002c12.2351,6e-05 22.0311-9.796 22.0311-22.0312l.0001-47.2938c0-12.2352-9.796-22.0313-22.0312-22.0313l-47.2935.0001c-12.2352,5e-05-22.0313,9.7962-22.0313,22.0313l-.0001,47.2937c0,12.2352 9.7961,22.0313 22.0313,22.0313zm-184.1808-18.506c-14.9943-.0001-27.1717-12.1776-27.1717-27.1718s12.1775-27.1719 27.1718-27.172 27.1718,12.1776 27.1717,27.1718-12.1773,27.1718-27.1718,27.172zm207.8276-.0003c-14.9944,0-27.1718-12.1775-27.1718-27.1718s12.1775-27.1719 27.1718-27.1719 27.1718,12.1775 27.1717,27.1719-12.1775,27.1718-27.1717,27.1719zm207.8274-.0003c-14.9942,0-27.1717-12.1775-27.1718-27.1718s12.1777-27.1719 27.1719-27.1719 27.1718,12.1776 27.1717,27.1718-12.1775,27.1719-27.1718,27.1719zm-363.6613-14.2464c-7.1027,0-12.7781-5.8224-12.778-12.9251s5.6755-12.925 12.778-12.9251 12.9249,5.8225 12.925,12.925-5.8223,12.925-12.925,12.925zm311.5208-.0004c-7.1024-4e-05-12.778-5.8224-12.7779-12.9251s5.6756-12.925 12.778-12.9251 12.9249,5.8224 12.9249,12.925-5.8225,12.925-12.925,12.9251zm-360.43-66.8277 .0002-129.1033c0-11.9963 9.7413-21.7375 21.7375-21.7375l129.1027-.0002v47.1472c-7e-05,12.7966-9.983,23.0596-22.178,23.0597l-58.4561,4e-05-7e-05,58.6029c0,12.1952-10.2627,22.0313-23.0593,22.0313l-47.1468,5e-05zm362.4864-.0005c-12.7963,0-23.2062-9.836-23.2061-22.0312v-58.6029l-58.6029,5e-05c-12.1951,0-22.0311-10.2629-22.0311-23.0596l.0001-47.147 129.1027-.0003c11.9962,0 21.7374,9.7412 21.7374,21.7375l-.0002,129.1033-46.9999,5e-05zm-374.3833-.4399c-10.5371-2.0494-18.3592-10.9199-18.3592-21.5906v-81.6626l.0002-54.3437v-.8816c0-1.3245.209-2.5563.4403-3.8188 .5491-2.985 1.717-5.7749 3.3782-8.225 .5232-.7717 1.1455-1.501 1.7628-2.2031 .3639-.4281.6349-.9185 1.0277-1.322 .1982-.1946.3827-.4005.5881-.5872 .8931-.8566 1.9148-1.5101 2.9377-2.2032 3.4423-2.3218 7.4811-3.8183 11.8969-3.8183h1.0281l54.3435-9e-05h81.5154c10.8124-.0001 19.8189,8.0514 21.7374,18.7999l-138.9433.0002c-12.6659-9e-05-22.9124,10.2455-22.9124,22.9125l-.0002,138.9435c-.1412-.0238-.3012.0238-.4403,0zm432.8394-.0007 .0002-138.9435c0-12.6669-10.2465-22.9125-22.9124-22.9125l-138.9433.0003c1.8923-10.7485 10.7781-18.8 21.5906-18.8l81.8091-.0002h54.1967 .8816c1.3246,5e-05 2.5562.2082 3.8187.4404 2.9849.5491 5.7747,1.7192 8.2249,3.3778 .091.0641.2018.0865.2941.1467 1.1248.7869 2.2652,1.6604 3.2311,2.6437l.1471.1467c1.0061,1.0428 1.8443,2.1523 2.6438,3.3784 1.661,2.4504 2.8289,5.24 3.378,8.225 .2321,1.2625.4404,2.4943.4404,3.8187v.8817l-.0002,54.3437v81.6626c0,10.8124-8.052,19.6983-18.7999,21.5906zm-216.1992-88.5652c-7.1026,0-12.925-5.8224-12.925-12.9251s5.8225-12.7779 12.925-12.7779 12.9249,5.6752 12.9249,12.7779-5.8225,12.9251-12.925,12.9251zm9e-05-37.7472c-14.9943,0-27.1718-12.1772-27.1718-27.1715s12.1776-27.1716 27.1718-27.1718 27.1718,12.1772 27.1718,27.1717-12.1776,27.1716-27.1718,27.1716z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-039 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21.0001c-129.787,0-235,105.2131-235,235s105.2131,234.9997 235,234.9997 235-105.2128 235-234.9997-105.2131-235-235-235zm0,38.6281c44.6717,0 85.8324,14.9876 118.8219,40.0969l-33.6344,33.6344c-24.1492-16.8102-53.5224-26.5844-85.1875-26.5844s-61.0383,9.7742-85.1876,26.5844l-33.6344-33.6344c32.9894-25.1093 74.1502-40.0969 118.8219-40.0969zm-156.2751,77.55 33.6344,33.6344c-16.8102,24.1492-26.5844,53.5224-26.5844,85.1876s9.7742,61.0383 26.5844,85.1872l-33.6344,33.6347c-25.1093-33.0189-40.0969-74.1503-40.0969-118.8219s14.9876-85.8325 40.0969-118.8219zm312.5501,0c25.1093,32.9895 40.0969,74.1502 40.0969,118.8219s-14.9876,85.8029-40.0969,118.8219l-33.6344-33.6347c16.8102-24.1489 26.5844-53.522 26.5844-85.1872s-9.7742-61.0383-26.5844-85.1876l33.6344-33.6344zm-156.275,13.2188c58.3488,0 105.6031,47.2543 105.6031,105.6032s-47.2542,105.7498-105.6031,105.7498-105.6032-47.401-105.6032-105.7498 47.2542-105.6032 105.6032-105.6032zm0,51.2594c-29.9886,0-54.3438,24.3552-54.3438,54.3438s24.3551,54.3438 54.3438,54.3438 54.3437-24.3552 54.3437-54.3438-24.3552-54.3438-54.3437-54.3438zm-85.1876,176.9844c24.1492,16.81 53.5224,26.5841 85.1876,26.5841s61.0382-9.7741 85.1875-26.5841l33.7812,33.7812c-33.0026,25.175-74.2615,40.0971-118.9687,40.0971s-85.9662-14.9221-118.9688-40.0971l33.7812-33.7812z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-040 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m100.4594,21c-43.8449,0-79.4594,33.3633-79.4594,74.3187 0,31.3387 20.8144,58.174 50.2313,69.0313v62.5687c0,.2477-.005.4885 0,.7344h-9.2531c-15.6733,0-28.2001,12.6736-28.2001,28.3469s12.5267,28.3469 28.2001,28.3469h9.2531c-.005.2458 0,.4868 0,.7344v62.7159c-29.4168,10.857-50.2313,37.5455-50.2313,68.8841 0,40.9553 35.6145,74.3187 79.4594,74.3187s79.4593-33.3634 79.4593-74.3187c0-31.3387-20.9603-58.0271-50.3781-68.8841v-62.7159c0-.2477.005-.4885 0-.7344h65.6532c-11.6382,12.9417-18.6532,29.6753-18.6532,47.881 0,31.3401 20.9612,58.0271 50.3781,68.8846v62.7154c0,15.0922 12.7781,27.1721 28.9344,27.1721s29.2281-12.0799 29.2281-27.1721v-62.7154c29.4169-10.8575 50.378-37.5445 50.378-68.8846 0-18.2057-7.0973-34.9393-18.7999-47.881h65.6531v.7344 62.7159c-29.417,10.857-50.2313,37.5455-50.2313,68.8841 0,40.9553 35.6145,74.3187 79.4594,74.3187s79.4594-33.3634 79.4594-74.3187c0-31.3387-20.9611-58.0271-50.3781-68.8841v-62.7159-.7344h9.3999c15.6734,0 28.2001-12.6736 28.2001-28.3469s-12.5267-28.3469-28.2001-28.3469h-9.3999v-.7344-62.5687c29.417-10.8573 50.3781-37.6926 50.3781-69.0313 0-40.9555-35.6145-74.3187-79.4594-74.3187s-79.4594,33.3633-79.4594,74.3187c0,31.3387 20.8143,58.174 50.2313,69.0313v62.5687 .7344h-65.6531c11.7026-12.9095 18.7999-29.5279 18.7999-47.7344 0-31.3387-20.9611-58.0271-50.378-68.8844v-62.8625c0-15.0916-13.0719-27.1719-29.2281-27.1719s-28.9344,12.0802-28.9344,27.1719v62.8625c-29.417,10.8573-50.3781,37.5457-50.3781,68.8844 0,18.2064 7.015,34.8249 18.6532,47.7344h-65.6532c.005-.2458 0-.4868 0-.7344v-62.5687c29.4178-10.8573 50.3781-37.6926 50.3781-69.0313 0-40.9555-35.6145-74.3187-79.4593-74.3187zm-28.2,35.6907c21.3077,0 38.6281,17.3205 38.6281,38.6281s-17.3204,38.4813-38.6281,38.4813-38.4813-17.1736-38.4813-38.4813 17.1736-38.6281 38.4813-38.6281zm367.1875,0c21.3076,0 38.6281,17.3205 38.6281,38.6281s-17.3205,38.4813-38.6281,38.4813-38.4813-17.1736-38.4813-38.4813 17.1737-38.6281 38.4813-38.6281zm-183.4469,102.8125c21.3077,0 38.6281,17.3205 38.6281,38.6281s-17.3204,38.4813-38.6281,38.4813-38.6282-17.1736-38.6282-38.4813 17.3205-38.6281 38.6282-38.6281zm0,115.7375c21.3077,0 38.6281,17.3205 38.6281,38.6281s-17.3204,38.4813-38.6281,38.4813-38.6282-17.1738-38.6282-38.4813 17.3205-38.6281 38.6282-38.6281zm-183.7406,102.9594c21.3077,0 38.6281,17.3204 38.6281,38.6279s-17.3204,38.4817-38.6281,38.4817-38.4813-17.1738-38.4813-38.4817 17.1736-38.6279 38.4813-38.6279zm367.1875,0c21.3076,0 38.6281,17.3204 38.6281,38.6279s-17.3205,38.4817-38.6281,38.4817-38.4813-17.1738-38.4813-38.4817 17.1737-38.6279 38.4813-38.6279z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-041 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.0735,21.0004c-.155-7e-05-.4684.1766-.5874.4403 0,0-13.3321,38.3529-20.8608,69.9125-3.8673-2.5612-8.087-4.5116-12.4871-5.7282-5.7442-1.5502-11.4406-1.7574-16.7475-1.0281s-10.0652,2.3168-14.25,4.7c-5.1603,2.9916-8.9514,6.9274-11.4588,11.0156s-3.6923,8.4723-3.9665,12.4844c-.405,6.9004 2.0368,12.2956 4.9949,16.1563 3.4815,4.5264 7.5022,6.6802 10.2835,7.6375s4.3215.803 4.7011.1463-.48-1.8294-1.9098-3.6719-3.353-4.4892-4.5541-8.0781c-1.0319-3.0541-1.5172-6.8959-.294-10.7219 .6673-2.1924 1.9514-4.4704 3.8196-6.4625s4.2972-3.8029 7.0516-4.8468c2.2385-.8913 4.7795-1.1905 7.4923-1.175s5.4611.4432 7.9329,1.4687c4.3814,1.7413 8.3975,5.602 10.2836,9.9875 1.7772,3.9786 1.8632,9.1115.147,13.5125-1.1778,3.2121-3.6354,6.3969-6.7578,9.4-2.9989,2.8636-6.928,5.1884-11.4588,7.6375-8.4957,4.6079-19.441,8.1738-32.0258,13.8062-17.4973,7.8235-34.3762,18.895-49.0671,33.0469s-27.2018,31.4534-35.5517,51.2594c-4.2622,10.1738-7.2878,20.9114-9.1082,32.0188-.6241-7.9448-.7142-16.1662.441-23.9407 .1376-1.0824.4057-2.1407.5874-3.2312 1.1879-7.1384 3.155-14.1566 5.4356-21.4438s4.8175-14.8446 7.0515-22.6188c2.781-9.3007 5.1261-19.1179 6.464-29.2281 1.5595-11.5488 1.3786-23.3967-.294-34.075-1.6815-10.2208-4.7743-18.7218-8.0799-25.1157s-6.7334-10.7459-9.8429-13.6594-5.8843-4.4043-7.7861-4.8468c-.4756-.1103-.7949-.1492-1.1753-.147-1.141.007-1.9318.4728-2.2036,1.3218-.3625,1.132.1103,3.0101 1.0284,5.2875s2.2701,5.1658 3.8195,8.8125 3.3218,8.0137 4.7011,13.2188 2.3841,11.1398 2.4975,17.3312c.2263,6.68-.658,14.0996-2.3506,22.0313-1.5165,6.9864-3.916,14.4538-6.7577,22.4718-2.4361,6.6105-5.2406,13.6628-7.933,21.7375s-5.3258,17.1925-7.1985,27.4656c-.2861,1.5695-.4879,3.0891-.7346,4.7-2.3556,16.9881-1.4546,34.4167 1.6159,49.9375s8.2691,29.2544 14.5439,40.0969c3.8824,6.6399 8.1582,11.919 12.3402,16.3031 3.7451,10.5858 8.8148,20.9517 15.2784,30.9908 10.471,16.1793 24.326,30.9867 41.281,43.3279 3.6004,2.6207 7.3203,5.1211 11.1649,7.4904 12.2011,4.9345 25.4,8.9817 39.2244,12.0442-16.9539-2.5676-33.1697-6.2012-48.3326-10.7221-9.5362.2508-18.5912.9109-27.031,1.7625-.9149.0923-1.9026.2018-2.7913.294-11.8821,1.0951-21.5274,2.0563-29.9691,2.0563-7.7207.1297-15.5099-.3683-22.6238-1.3221s-13.5889-2.3199-19.098-3.525c-5.5091-1.2023-10.0987-2.3857-13.8094-3.0842-2.7828-.5239-5.1851-.7215-6.9046-.5874-.5729.0504-1.0291.1521-1.4691.294-1.7593.565-2.3471,2.0262-1.1753,4.1125s4.2162,4.6915 9.4021,7.7846 12.5979,6.54 22.4768,9.4 22.0769,5.0276 35.8455,5.875c14.422.7633 28.6833.2364 41.1342-1.0284 .9443-.085 1.8612-.2047 2.7912-.294 7.12-.6774 13.2828-1.2803 19.098-1.7625-2.5224,2.7876-3.9665,5.7805-3.9665,8.8125 0,18.1317 48.0985,32.7529 107.5364,32.7529s107.6832-14.6212 107.6832-32.7529c0-3.032-1.4441-6.0249-3.9665-8.8125 5.8558.4829 12.0633,1.0787 19.2449,1.7625 .93.0887 1.7.2083 2.6444.294 12.4507,1.2624 26.7122,1.7916 41.1341,1.0284 13.7686-.8474 25.9664-3.0165 35.8455-5.875s17.4379-6.3084 22.6238-9.4 8.0834-5.6983 9.2552-7.7846 .5837-3.5476-1.1753-4.1125c-.8799-.2825-1.9811-.374-3.3789-.294s-3.1397.2371-4.9949.5874c-3.7106.6983-8.1533,1.8819-13.6623,3.0842-5.5092,1.2051-11.9842,2.5718-19.098,3.525s-14.9031,1.4519-22.6237,1.3221c-8.4418,0-18.234-.9611-30.1161-2.0563-.8887-.0908-1.7294-.2011-2.6443-.294-8.4399-.8516-17.6012-1.512-27.1779-1.7625-15.1725,4.5205-31.3999,8.1503-48.3326,10.7221 13.8188-3.07 27.0198-7.1135 39.2243-12.0442 3.8447-2.3693 7.5646-4.8697 11.165-7.4904 16.9549-12.3408 30.957-27.1472 41.428-43.3279 6.4601-10.033 11.387-20.4112 15.1314-30.9908 4.1487-4.3889 8.3024-9.6496 12.1934-16.3031 6.2746-10.8425 11.6201-24.5763 14.6907-40.0969s3.9717-32.9495 1.6159-49.9375c-.2465-1.6108-.5953-3.1305-.8814-4.7-1.8727-10.2731-4.506-19.3908-7.1985-27.4656s-5.3501-15.1271-7.7861-21.7375c-2.8418-8.0181-5.3881-15.4855-6.9046-22.4718-1.6927-7.9317-2.5765-15.3513-2.3505-22.0313 .1131-6.1915 1.2647-12.1262 2.6443-17.3312 1.3793-5.2051 3.0047-9.5722 4.5542-13.2188s3.048-6.5351 3.9665-8.8125 1.2438-4.1556.8814-5.2875c-.2717-.8489-.9157-1.3152-2.0568-1.3218-.3805-.002-.8467.036-1.3221.147-1.9018.4425-4.5298,1.9333-7.6392,4.8468s-6.6841,7.2655-9.9897,13.6594-6.3984,14.8949-8.0799,25.1157c-1.6723,10.6783-1.7073,22.5261-.147,34.075 1.3378,10.1102 3.536,19.9274 6.317,29.2281 2.234,7.7741 4.771,15.3317 7.0516,22.6188s4.3947,14.3054 5.5824,21.4437c.1816,1.0905.3048,2.1488.441,3.2313 1.1554,7.7745 1.3157,15.9959.7346,23.9406-1.8203-11.1073-4.846-21.8449-9.1083-32.0187-8.3499-19.8059-20.8608-37.1083-35.5516-51.2594s-31.7167-25.2233-49.2141-33.0469c-12.5849-5.6324-23.677-9.1983-32.1727-13.8062-4.5307-2.4491-8.3129-4.7738-11.3119-7.6375-3.1223-3.003-5.58-6.1878-6.7577-9.4-1.7158-4.401-1.6299-9.5339.147-13.5125 1.886-4.3856 5.9023-8.2461 10.2835-9.9875 2.4719-1.0256 5.2203-1.4531 7.933-1.4688 2.7127-.0144 5.2537.2847 7.4923,1.175 2.7543,1.044 5.3304,2.8548 7.1985,4.8468s3.1525,4.2701 3.8196,6.4625c1.2231,3.8261.7378,7.6678-.294,10.7219-1.2011,3.5891-3.1244,6.2356-4.5541,8.0782s-2.4363,3.016-2.0567,3.6719 2.0667.8104 4.848-.1463 6.8019-3.1111 10.2835-7.6375c2.9581-3.8608 5.3996-9.256 4.9949-16.1563-.2746-4.0121-1.606-8.3965-4.1134-12.4844s-6.2985-8.024-11.4588-11.0156c-4.1848-2.3832-8.9433-3.9714-14.25-4.7s-11.0033-.5225-16.7474,1.0281c-4.4002,1.2166-8.6199,3.167-12.4872,5.7282-7.5287-31.5595-20.8608-69.9125-20.8608-69.9125-.1189-.2638-.2861-.4403-.441-.4403zm-.147,139.9719h.147c28.1153.1715 50.9769,49.7454 50.9769,110.7438 0,2.2317-.0865,4.4105-.147,6.6094-1.6105-51.3413-23.8407-92.0906-50.9769-92.0906s-49.2195,40.7493-50.83,92.0906c-.0577-2.1989-.147-4.3777-.147-6.6094 0-60.9984 22.8616-110.5723 50.9769-110.7438zm-68.165,22.9125c-7.5457,18.7386-11.8995,40.6993-11.8995,64.3312 0,67.8976 35.8806,123.0813 80.2115,123.0813s80.2115-55.1837 80.2115-123.0813c0-23.632-4.3538-45.5927-11.8995-64.3312 12.9225,6.9802 25.2255,16.0538 35.8455,27.3188 11.2562,11.9401 20.5657,26.2722 26.4434,42.0063 5.1853,13.7592 7.6967,28.6652 7.1985,44.0625s-3.9246,31.0573-10.8711,45.6779c-6.3584,13.4937-15.8899,26.2269-27.6186,37.3068s-25.7543,20.5573-41.428,27.1716c-4.1151,1.7503-8.2935,3.3267-12.6341,4.7001-14.0842,4.457-28.9446,6.8733-43.6315,7.1966-1.1528.0288-2.2281,0-3.3789,0-14.687-.3236-29.5473-2.7397-43.6315-7.1966-4.3404-1.3734-8.372-2.9498-12.4871-4.7001-15.6736-6.6143-29.8461-16.0923-41.5748-27.1716s-21.1133-23.8131-27.4717-37.3068c-6.9464-14.6206-10.5198-30.2802-11.0181-45.6779s2.1601-30.3033 7.3454-44.0625c5.8778-15.7341 15.1871-30.0662 26.4434-42.0063 10.62-11.265 22.923-20.3385 35.8455-27.3188zm68.165,28.6407c22.8843,0 41.5748,31.5848 41.5748,70.6469s-18.6906,70.7938-41.5748,70.7938-41.4279-31.7318-41.4279-70.7938 18.5437-70.6469 41.4279-70.6469z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-042 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v120.7313 103.8407h111.1844 68.2971v20.8562h-68.2971-111.1844v103.8409 120.7308h111.1844v-120.7308h68.2971 111.0376 68.2967v120.7308h111.1842v-120.7308-103.8409h-111.1842-68.2967v-20.8562h68.2967 111.1842v-103.8407-120.7313h-111.1842v120.7313h-68.2967-111.0376-68.2971v-120.7313h-111.1844zm139.2373,0v90.0344h191.3785v-90.0344h-191.3785zm0,379.9658v90.0342h191.3785v-90.0342h-191.3785z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-043 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.9996,20.9998c-64.0471,0-123.7054,11.1396-174.1933,30.4032 42.5627,9.362 97.1785,16.1072 156.8627,18.5063-65.7977-.4207-126.9636-3.8678-178.4531-9.5469-13.9421,6.3105-27.0964,13.3075-39.2159,20.8563 0,0 156.604,9.4 234.9996,9.4s235.0004-9.4 235.0004-9.4c-59.6482-37.1512-142.8327-60.2188-235.0004-60.2188zm-197.6935,79.0189c.9729,45.967 20.5938,94.674 52.1403,133.6564 38.1874-15.9698 89.3916-25.7032 145.5532-25.7032s107.2195,9.7334 145.407,25.7032c31.5069-38.9817 51.0225-87.6911 51.994-133.6564 0,0-131.6242,9.4-197.5473,9.4s-197.5472-9.4-197.5472-9.4zm109.4218,33.1938c14.9943,0 27.1721,12.178 27.1721,27.1719s-12.1778,27.1719-27.1721,27.1719-27.172-12.178-27.172-27.1719 12.1771-27.1719 27.172-27.1719zm88.2717,0c14.995,0 27.1721,12.178 27.1721,27.1719s-12.1771,27.1719-27.1721,27.1719c-14.9935,0-27.1713-12.178-27.1713-27.1719s12.1778-27.1719 27.1713-27.1719zm88.1254,0c14.9935,0 27.1721,12.178 27.1721,27.1719s-12.1786,27.1719-27.1721,27.1719-27.025-12.178-27.025-27.1719 12.0308-27.1719 27.025-27.1719zm-88.1254,89.8876c-62.9106,0-113.975,14.7491-113.975,32.9s51.0644,32.9001 113.975,32.9001 113.9758-14.7491 113.9758-32.9001-51.0644-32.9-113.9758-32.9zm-145.5532,55.2251c-31.5465,38.9824-51.1674,87.6892-52.1403,133.6566 0,0 131.6227-9.4 197.5472-9.4s197.5473,9.4 197.5473,9.4c-.9715-45.9656-20.4871-94.675-51.994-133.6566-38.1875,15.9697-89.2446,25.7032-145.407,25.7032s-107.3658-9.7334-145.5532-25.7032zm57.2815,46.4126c14.9943,0 27.1721,12.178 27.1721,27.1719s-12.1778,27.025-27.1721,27.025-27.172-12.0311-27.172-27.025 12.1771-27.1719 27.172-27.1719zm88.2717,0c14.995,0 27.1721,12.178 27.1721,27.1719s-12.1771,27.025-27.1721,27.025c-14.9935,0-27.1713-12.0311-27.1713-27.025s12.1778-27.1719 27.1713-27.1719zm88.1254,0c14.9935,0 27.1721,12.178 27.1721,27.1719s-12.1786,27.025-27.1721,27.025-27.025-12.0311-27.025-27.025 12.0308-27.1719 27.025-27.1719zm-88.1254,96.6441c-78.3956,0-234.9996,9.4-234.9996,9.4 59.6482,37.1512 142.8327,60.2183 234.9996,60.2183 64.0479,0 123.7062-11.1395 174.1941-30.403-42.5627-9.3619-97.0322-16.254-156.715-18.6529 65.7963.4209 126.8159,4.0143 178.3054,9.6933 13.9421-6.3102 27.0964-13.3071 39.2159-20.8558 0,0-156.604-9.4-235.0004-9.4z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-044 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21.0001c-33.4146,0-64.9629,8.4741-93.1187,23.5 1.7756,4.8026 2.7904,10.0023 2.7904,15.4219 0,24.5532-19.9496,44.5031-44.5029,44.5031-8.4764,0-16.3175-2.4928-23.0596-6.6094-7.8297,9.4362-15.0766,19.5149-21.4433,30.2563h89.1529c8.0821-44.703 43.0896-78.8538 85.6279-81.2219 1.5726-.0872 2.9658,0 4.5534,0 44.6547,0 81.812,34.9105 90.1813,81.2219h89.3c-6.3783-10.7594-13.591-20.8065-21.4437-30.2563-6.7408,4.1166-14.5832,6.6094-23.0592,6.6094-24.5542,0-44.5033-19.9499-44.5033-44.5031 0-5.4196 1.0143-10.6193 2.7909-15.4219-28.1869-15.0302-59.847-23.5-93.2659-23.5zm-134.8313,7.6375c-17.2988,0-31.2846,13.9855-31.2846,31.2844s13.9858,31.2843 31.2846,31.2843 31.2846-13.9855 31.2846-31.2843-13.9858-31.2844-31.2846-31.2844zm269.8096,0c-17.2993,0-31.2846,13.9855-31.2846,31.2844s13.9848,31.2843 31.2846,31.2843 31.2841-13.9855 31.2841-31.2843-13.9857-31.2844-31.2841-31.2844zm-134.9784,37.3062c-34.9624,0-64.0864,26.4624-72.1159,62.1282h144.3784c-8.028-35.6658-37.3001-62.1282-72.2625-62.1282zm-170.2284,80.3406c-4.2145,7.8625-7.8631,16.0802-11.1625,24.5281-31.3401,12.9493-53.6091,46.2302-53.6091,85.1876 0,38.8932 22.2032,72.0618 53.4624,85.0406 3.283,8.4412 6.9687,16.669 11.1625,24.5283h27.1716c-19.6709-31.0661-31.1375-68.8542-31.1375-109.5689 0-40.843 11.5023-78.6487 31.2846-109.7157zm313.1375,0c19.8749,31.0776 31.5784,68.848 31.5784,109.7157 0,40.7099-11.5484,78.5053-31.2842,109.5689h27.3183c4.2009-7.8593 7.8805-16.0872 11.1625-24.5283 31.2611-12.9788 53.3159-46.1475 53.3159-85.0406 0-39.0059-22.2085-72.2729-53.6092-85.1876-3.3149-8.4474-6.9376-16.6658-11.1625-24.5281zm-158.4779,8.5137c-11.216,0-20.4153,9.8634-20.4153,22.1781v188.5927h71.8216v-188.5927c0-12.3148-8.907-22.1781-20.1217-22.1781zm-83.7187,50.525c-11.2124,0-20.4159,9.8633-20.4159,22.1781v138.0678h71.9692v-138.0678c0-12.3148-9.0555-22.1781-20.2692-22.1781zm167.4375,0c-11.2118,0-20.4158,9.8633-20.4158,22.1781v138.0678h71.9692v-138.0678c0-12.3148-9.0555-22.1781-20.2692-22.1781zm-247.4841,178.6051c6.3662,10.7413 13.614,20.8201 21.4433,30.2563 6.7426-4.1167 14.5832-6.6097 23.0596-6.6097 24.5532,0 44.5029,19.9501 44.5029,44.5034 0,5.4196-1.0147,10.6196-2.7904,15.4216 28.1558,15.0268 59.7041,23.5 93.1187,23.5 33.4189,0 65.0786-8.4689 93.2659-23.5-1.7771-4.802-2.7909-10.0021-2.7909-15.4216 0-24.5533 19.9487-44.5034 44.5033-44.5034 8.476,0 16.3184,2.4929 23.0592,6.6097 7.8527-9.4499 15.0654-19.4971 21.4437-30.2563h-89.3c-8.3693,46.3114-45.5265,81.2216-90.1813,81.2216-1.5876,0-2.9802.0894-4.5534,0-42.5383-2.3674-77.5458-36.5185-85.6279-81.2216zm107.2183,0c8.03,35.6659 37.1535,62.1283 72.1159,62.1283s64.2345-26.4624 72.2625-62.1283zm-62.7154,36.8659c-17.2988,0-31.2846,13.9853-31.2846,31.2841s13.9858,31.2841 31.2846,31.2841 31.2846-13.9853 31.2846-31.2841-13.9858-31.2841-31.2846-31.2841zm269.8096,0c-17.3002,0-31.2846,13.9853-31.2846,31.2841s13.9848,31.2841 31.2846,31.2841 31.2841-13.9853 31.2841-31.2841-13.9862-31.2841-31.2841-31.2841z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-045 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m126.6029,21c-58.5338,0-105.6029,47.0641-105.6029,105.6031v258.7938c0,58.539 47.0691,105.6031 105.6029,105.6031h45.3846v-54.3438h37.4529v54.3438h27.4658v-54.3438h38.1875v54.3438h27.4659v-54.3438h37.7467v54.3438h45.0909c58.5338,0 105.6029-47.0641 105.6029-105.6031v-258.7938c0-58.539-47.0691-105.6031-105.6029-105.6031h-45.0909v54.7844h-37.7467v-54.7844h-27.4659v54.7844h-38.1875v-54.7844h-27.4658v54.7844h-37.4529v-54.7844h-45.3846zm129.3972,76.9625c87.2954,0 158.1846,70.7428 158.1846,158.0375s-70.8892,158.1843-158.1846,158.1843-158.1846-70.8897-158.1846-158.1843 70.8891-158.0375 158.1846-158.0375zm0,28.9343c-64.7322,0-118.2901,47.5947-127.6346,109.7157h255.2692c-9.3446-62.121-62.9025-109.7157-127.6346-109.7157zm-127.6346,148.4906c9.3445,62.1433 62.9025,109.8625 127.6346,109.8625s118.29-47.7192 127.6346-109.8625h-255.2692z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-046 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-3.2502,3.9094-26.2546,31.6708-36.483,48.0314-9.9733,15.9531-25.4057,50.3887-25.4057,50.3887s-32.1907-66.8046-63.9563-77.6458c-35.3054-12.0484-109.155,24.7524-109.155,24.7524s70.603,52.3783 103.2463,104.3135c24.7549,4.0324 43.7207,25.2926 43.7207,51.1254 0,24.2772-16.7332,44.6742-39.2893,50.3886-7.0993,15.0146-16.7952,28.8932-27.7687,40.0753-12.7198,12.9614-50.8114,19.743-50.8114,19.743-8.9629,3.493-17.2808,7.7869-17.2808,17.3856v22.2477c0,9.5986 7.6585,17.2382 17.2808,17.2382h54.3563l-83.4539,101.9561h109.155l63.9563-96.3574c0,0 15.8028,23.8239 25.4057,34.3292 10.8683,11.8926 34.4644,30.9356 36.483,32.5611 2.0186-1.6255 25.6154-20.6686 36.4837-32.5611 9.6029-10.5053 25.405-34.3292 25.405-34.3292l63.957,96.3574h109.1543l-83.4532-101.9561h54.3556c9.6223,0 17.2816-7.6396 17.2816-17.2382v-22.2477c0-9.5986-8.3187-13.8926-17.2816-17.3856 0,0-38.0909-6.7816-50.8114-19.743-10.9735-11.182-20.6687-25.0607-27.768-40.0752-22.5568-5.7145-39.29-26.1115-39.29-50.3886 0-25.8327 18.9665-47.093 43.7207-51.1254 32.644-51.9351 103.2463-104.3135 103.2463-104.3135s-73.8503-36.8008-109.1543-24.7524c-31.7663,10.8411-63.957,77.6458-63.957,77.6458s-15.4317-34.4356-25.405-50.3887c-10.2284-16.3606-33.2335-44.1219-36.4837-48.0314zm-56.5709,150.2821h19.4969c10.1939,0 18.3158,11.7972 18.3158,21.3637v29.3197c0,9.5665-8.1219,17.3856-18.3158,17.3856h-19.4969c-10.1953,0-18.4635-7.8191-18.4635-17.3856v-29.3197c0-9.5665 8.2675-21.3637 18.4635-21.3637zm93.6449,0h19.4976c10.1946,0 18.4635,11.7972 18.4635,21.3637v29.3197c0,9.5665-8.2682,17.3856-18.4635,17.3856h-19.4976c-10.1939,0-18.315-7.8191-18.315-17.3856v-29.3197c0-9.5665 8.1211-21.3637 18.315-21.3637zm-177.2473,12.3761c-21.2409,0-38.5506,17.1189-38.5506,38.3073s17.3097,38.4545 38.5506,38.4545 38.4036-17.2662 38.4036-38.4545-17.1619-38.3073-38.4036-38.3073zm280.3466,0c-21.2417,0-38.4036,17.1189-38.4036,38.3073s17.1619,38.4545 38.4036,38.4545 38.5513-17.2662 38.5513-38.4545-17.3097-38.3073-38.5513-38.3073zm-140.1733,71.8998c9.685.8608 17.2823,10.9647 17.2823,23.4263v4.1254h39.1416c19.2432,0 34.7109,10.6905 34.7109,24.0156v16.2069c0,13.3252-15.4663,24.163-34.7109,24.163h-56.4239-56.4231c-19.244,0-34.7117-10.8378-34.7117-24.163v-16.2069c0-13.3251 15.4684-24.0156 34.7117-24.0156h39.1415v-4.1254c0-12.4616 7.5966-22.5654 17.2816-23.4263z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-047 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.8532,21-63.7438,80.7813-102.225-12.0438 11.75,102.3719-80.6344,63.7435 80.9281,64.0375-12.0437,102.225 102.225-11.8966 63.7438,80.7812 64.0375-80.7812 102.225,11.8966-12.0438-102.225 80.9281-64.0375-80.6343-63.7435 11.75-102.3719-102.225,12.0438-64.0375-80.7813zm-2.35,43.1813c.8184-.0879 1.6568,0 2.4969,0 13.4403,0 24.3812,11.5471 24.3812,25.85s-10.9409,25.85-24.3812,25.85-24.3813-11.5472-24.3813-25.85c0-13.4089 9.6078-24.529 21.8844-25.85zm-27.9063,36.2781c4.2495,13.5041 16.2831,23.2063 30.4032,23.2063s26.0067-9.7021 30.2562-23.2063l30.8438,10.575 27.4656,13.5125c-6.544,12.5536-4.8438,27.9094 5.1406,37.8938s25.1932,11.5377 37.7469,4.9937l13.6594,27.9062 10.4281,30.2565c-13.5041,4.2483-23.2064,16.2827-23.2063,30.4029s9.7022,26.007 23.2063,30.2563l-10.1344,29.375-14.1,28.9341c-12.5536-6.5434-27.9095-4.9919-37.8937,4.9942-9.9845,9.9823-11.5378,25.3415-4.9938,37.8933l-27.7594,13.5125-30.4031,10.4284c-4.2495-13.504-16.1361-23.2063-30.2562-23.2063s-26.1537,9.7022-30.4032,23.2063l-29.375-10.1341-28.6406-13.9534c6.5439-12.5537 4.9906-27.7643-4.9938-37.7466-9.9844-9.9861-25.3402-11.6847-37.8937-5.1409l-13.9531-28.7875-10.1344-29.375c13.5041-4.2493 23.2063-16.136 23.2063-30.2563s-9.7022-26.1546-23.2063-30.4029l10.2812-29.8158 13.8062-28.2001c12.5537,6.544 27.7625,4.9907 37.7469-4.9937s11.6847-25.3402 5.1407-37.8937l29.2281-14.3938 28.7875-9.8406zm148.6375,13.0719c6.4276-.183 12.7263,2.1513 17.4781,6.9031 9.5038,9.5038 9.0856,25.4301-1.0281,35.5438s-26.04,10.5319-35.5437,1.0281-9.0856-25.4302 1.0281-35.5437c5.0568-5.0568 11.6381-7.7478 18.0656-7.9313zm-238.6719.1463c.7967-.0577 1.5466-.0216 2.35,0 6.4276.183 12.862,2.8746 17.9187,7.9313 10.1138,10.1137 10.532,25.893 1.0282,35.3968s-25.2831,9.0857-35.3969-1.0281-10.5319-25.8932-1.0281-35.3969c4.1579-4.1579 9.5516-6.5142 15.1281-6.9031zm97.6719,25.85-21.7375,7.3437-21.7375,10.8687c4.9013,9.4024 3.5125,20.869-3.9656,28.3469s-18.7977,8.7195-28.2,3.8187l-10.4281,21.15-7.6376,22.1783c10.1141,3.1819 17.3313,12.1895 17.3313,22.7654s-7.2172,19.5835-17.3313,22.7654l7.6376,22.0317 10.4281,21.4433c9.4023-4.8997 21.0157-3.5128 28.4937,3.9659s8.5732,18.7977 3.6719,28.2l21.4438,10.575 22.0312,7.4909c3.1828-10.1149 12.1902-17.3317 22.7657-17.3317s19.4359,7.2168 22.6187,17.3317l22.7656-7.9317 20.7094-9.9875c-4.9013-9.4005-3.6593-20.8694 3.8188-28.3466s19.0914-8.8656 28.4937-3.9659l10.4281-21.4433 7.6375-22.0317c-10.1141-3.1819-17.3312-12.1895-17.3312-22.7654s7.2171-19.5835 17.3312-22.7654l-7.9312-22.6192-10.1344-20.856c-9.4023,4.9017-20.7221,3.8059-28.2-3.6719s-8.8669-19.0914-3.9656-28.4938l-20.5626-10.1344-23.0593-7.9312c-3.1828,10.1145-12.0432,17.3313-22.6187,17.3313s-19.5829-7.2168-22.7657-17.3313zm22.7657,33.7813c45.6862,0 82.6905,37.0043 82.6905,82.6906s-37.0043,82.6904-82.6905,82.6904-82.6907-37.004-82.6907-82.6904 37.0044-82.6906 82.6907-82.6906zm-10.2813,30.4031-9.6938,3.2313-9.8406,4.8466c2.2028,4.2258 1.5985,9.4174-1.7624,12.7784s-8.4055,3.9654-12.6313,1.7625l-4.7001,9.4-3.3781,9.9875c4.5458,1.4302 7.7844,5.5281 7.7844,10.2813s-3.2386,8.851-7.7844,10.2812l3.3781,9.8409 4.7001,9.6933c4.2258-2.2024 9.4172-1.5985 12.7781,1.7625s3.8184,8.4055 1.6156,12.6317l9.6938,4.7 9.8406,3.3779c1.4305-4.5458 5.5282-7.7846 10.2813-7.7846s8.7039,3.2388 10.1343,7.7846l10.2813-3.525 9.2531-4.5529c-2.2028-4.2258-1.5985-9.2707 1.7625-12.6317s8.5523-3.9649 12.7781-1.7625l4.7-9.6933 3.3781-9.8409c-4.5457-1.4302-7.7843-5.5281-7.7843-10.2812s3.2386-8.851 7.7843-10.2813l-3.525-10.1341-4.5531-9.4c-4.2257,2.2024-9.2703,1.7451-12.6312-1.6159s-3.9653-8.5526-1.7625-12.7784l-9.2531-4.5529-10.4282-3.525c-1.4304,4.5458-5.3813,7.7846-10.1343,7.7846s-8.8508-3.2388-10.2813-7.7846zm-158.1844,27.9062c.8703-.0846 1.7498,0 2.6438,0 14.303,0 25.85,10.9407 25.85,24.3813s-11.547,24.3813-25.85,24.3813-25.8501-10.9411-25.85-24.3813c-7e-05-12.6002 10.1527-23.1301 23.2063-24.3813zm331.7906,0c.8703-.0846 1.7499,0 2.6438,0 14.3029,0 25.85,10.9407 25.85,24.3813s-11.5471,24.3813-25.85,24.3813-25.85-10.9407-25.85-24.3813c0-12.6002 10.1524-23.1301 23.2062-24.3813zm-279.7969,116.6187c6.4276-.1833 12.8731,2.0046 17.6251,6.7562 9.5037,9.5039 9.0857,25.4298-1.0282,35.5438s-26.04,10.5336-35.5437,1.0279c-9.5039-9.502-9.0854-25.4312 1.0281-35.5433 5.0568-5.0577 11.4913-7.6013 17.9187-7.7846zm230.5938,0c.7967-.0562 1.5466,0 2.35,0 6.4276.1833 13.0088,2.8745 18.0657,7.9313 10.1136,10.1135 10.5319,26.0399 1.0281,35.5438s-25.4301,9.0837-35.5437-1.0279c-10.1137-10.1153-10.532-26.0389-1.0282-35.5442 4.1579-4.1567 9.5516-6.5137 15.1281-6.9029zm-116.6187,47.7346c.8184-.0907 1.6568,0 2.4969,0 13.4403,0 24.3812,11.5456 24.3812,25.85s-10.9409,25.85-24.3812,25.85-24.3813-11.5493-24.3813-25.85c0-13.4105 9.6078-24.5312 21.8844-25.85z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-048 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.1468,20.9997-33.9281,58.0156c-55.6819,10.5942-102.148,47.0526-126.8999,96.2031-10.8593.0886-21.1176,2.643-30.4031,7.1969 20.703-81.1455 74.5922-140.154 138.7969-144.8188-2.6618-.1888-5.2359-.4403-7.9313-.4403-71.4627,0-131.6689,67.4079-150.2531,159.2125-15.0117,14.7623-24.5281,35.9406-24.5281,59.6313s9.5164,44.8689 24.5281,59.6312c18.5505,91.8393 78.7533,159.2125 150.2531,159.2125 2.6954,0 5.2695-.2522 7.9313-.4403-64.278-4.6699-118.1462-63.7206-138.7969-144.9656 9.3019,4.5731 19.5193,7.2547 30.4031,7.3437 24.7519,49.1505 71.218,85.6089 126.8999,96.2031l33.9281,58.0156 33.7813-58.1625c55.6091-10.6344 102.0256-46.9542 126.7532-96.0562 10.8838-.0894 21.1011-2.7706 30.4031-7.3437-20.6507,81.245-74.5189,140.2956-138.7969,144.9656 2.6618.1888 5.3828.4403 8.0781.4403 71.5402,0 131.7738-67.4405 150.2532-159.3594 14.9251-14.7564 24.3812-35.872 24.3812-59.4843 0-23.651-9.4135-44.8719-24.3812-59.6313-18.5462-91.8119-78.7867-159.2125-150.2532-159.2125-2.6953,0-5.4163.2515-8.0781.4403 64.2046,4.6648 118.0939,63.6733 138.7969,144.8188-9.2856-4.5539-19.5439-7.108-30.4031-7.1969-24.7276-49.102-71.1441-85.4218-126.7532-96.0562l-33.7813-58.1625zm-50.9656,87.2438-39.0687,66.9749h-43.7688c18.7882-31.0433 47.9767-54.9772 82.8374-66.9749zm101.7844.1463c34.7841,12.0176 63.9338,35.8365 82.6907,66.8281h-43.7688l-38.9219-66.8281zm-181.9781,87.0968h29.375 203.275 29.5219c33.884,0 60.9531,26.9926 60.9531,60.5125s-27.0691,60.5125-60.9531,60.5125h-29.5219-203.275-29.375c-33.8841,0-61.1-26.9926-61.1-60.5125s27.2159-60.5125 61.1-60.5125zm10.8688,24.0876c-13.1774,1.3373-23.3531,12.5938-23.3531,26.1437v20.8562c0,14.4533 11.5436,25.9969 25.9968,25.9969h75.6406c14.4533,0 26.1438-11.5436 26.1438-25.9969v-20.8562c0-14.4533-11.6905-26.1437-26.1438-26.1437h-75.6406c-.9033,0-1.7653-.0894-2.6437,0zm159.2125,0c-13.1935,1.3373-23.5,12.5938-23.5,26.1437v20.8562c0,14.4533 11.6905,25.9969 26.1437,25.9969h75.6406c14.4533,0 26.1438-11.5436 26.1438-25.9969v-20.8562c0-14.4533-11.6905-26.1437-26.1438-26.1437h-75.6406c-.9033,0-1.7642-.0894-2.6437,0zm-172.7251,117.2062h43.7688l39.0687,66.975c-34.8608-11.9977-64.0492-35.9316-82.8374-66.975zm223.5437,0h43.7688c-18.7569,30.9916-47.9066,54.8105-82.6907,66.8281l38.9219-66.8281z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-049 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m491,21-99.1169,57.8687 99.1169,57.7219v-115.5906zm0,146.4344-99.1169-57.8687v115.5906l99.1169-57.7219zm0,30.6969-99.1169,57.7219 99.1169,57.8687v-115.5906zm0,146.2875-99.1169-57.575v115.5906l99.1169-58.0156zm0,30.9906-99.1169,57.7219 99.1169,57.8687v-115.5906zm-123.5741-354.4094-99.1169,57.8687 99.1169,57.7219v-115.5906zm0,146.4344-99.1169-57.8687v115.5906l99.1169-57.7219zm0,30.6969-99.1169,57.7219 99.1169,57.8687v-115.5906zm0,146.2875-99.1169-57.575v115.5906l99.1169-58.0156zm0,30.9906-99.1169,57.7219 99.1169,57.8687v-115.5906zm-123.7349-296.5406-99.1169-57.8687v115.5906l99.1169-57.7219zm0,30.6969-99.1169,57.8687 99.1169,57.7219v-115.5906zm0,146.2875-99.1169-57.7219v115.5906l99.1169-57.8687zm0,30.9906-99.1169,57.575 99.1169,58.0156v-115.5906zm0,146.2875-99.1169-57.7219v115.5906l99.1169-57.8687zm-123.5742-354.2625-99.1168-57.8687v115.5906l99.1168-57.7219zm0,30.6969-99.1168,57.8687 99.1168,57.7219v-115.5906zm0,146.2875-99.1168-57.7219v115.5906l99.1168-57.8687zm0,30.9906-99.1168,57.575 99.1168,58.0156v-115.5906zm0,146.2875-99.1168-57.7219v115.5906l99.1168-57.8687z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-050 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v135.125h135.125v-135.125h-135.125zm167.4375,0v135.125h135.125v-135.125h-135.125zm167.4375,0v135.125h135.125v-135.125h-135.125zm-334.875,167.4375v135.125h135.125v-135.125h-135.125zm167.4375,0v135.125h135.125v-135.125h-135.125zm167.4375,0v135.125h135.125v-135.125h-135.125zm-334.875,167.4375v135.125h135.125v-135.125h-135.125zm167.4375,0v135.125h135.125v-135.125h-135.125zm167.4375,0v135.125h135.125v-135.125h-135.125z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-051 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m124.6937,21c-57.2511,0-103.6937,47.4844-103.6937,106.0438s46.4426,105.8969 103.6937,105.8969c12.9326,0 25.3034-2.4644 36.7188-6.9031l155.8346,80.7813c-7.7593,7.2819-14.3702,15.7433-19.6818,25.1156h62.1284c28.7142,0 51.7,23.5043 51.7,52.875s-22.9858,53.1688-51.7,53.1688h-62.1284c17.9357,31.648 51.4049,53.0218 89.7409,53.0218 57.2512,0 103.6938-47.6313 103.6938-106.1906s-46.4426-105.8969-103.6938-105.8969c-12.9809,0-25.4147,2.4329-36.8658,6.9032l-155.8342-80.7813c7.7917-7.2981 14.4995-15.7124 19.8284-25.1157h-62.1283c-28.7142,0-51.7-23.5043-51.7-52.8749s22.9858-53.1688 51.7-53.1688h62.1283c-17.9357-31.6481-51.4048-52.875-89.7409-52.875zm41.4188,68.8844c-22.9158,0-41.4188,16.6375-41.4188,37.1594s18.503,37.0124 41.4188,37.0124h283.4688c22.9162,0 41.4187-16.4907 41.4187-37.0124s-18.5025-37.1594-41.4187-37.1594h-283.4688zm-103.6938,257.9125c-22.9163,0-41.4187,16.4907-41.4187,37.0125s18.5025,37.3062 41.4187,37.3062h283.4688c22.9157,0 41.4187-16.7845 41.4187-37.3062s-18.503-37.0125-41.4187-37.0125h-283.4688z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-052 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m491,21.0004c-34.677,26.7899-79.6063,47.6307-130.7189,59.7781v82.8375c66.0304-27.286 115.2549-79.6133 130.7189-142.6157zm-470,.1467c15.5112,63.0009 64.7254,115.369 130.7187,142.6157v-82.9844c-51.0862-12.1177-96.0126-32.8572-130.7187-59.6313zm221.6344,7.6375c-65.5691,1.2074-116.6187,11.2925-116.6187,23.5 0,13.0214 58.1698,23.6469 129.9842,23.6469 71.8152,0 129.9845-10.6255 129.9845-23.6469s-58.1693-23.5-129.9845-23.5c-4.4883,0-8.9939-.0804-13.3655,0zm-74.7591,55.5188v85.4813c27.2513,9.1956 56.8938,14.2469 87.9776,14.2469 31.1343,0 60.9569-5.169 88.2723-14.3938v-85.3344c-27.9899,5.5161-57.5863,8.5188-88.2723,8.5188-30.6082,0-60.0719-3.0323-87.9776-8.5188zm88.1246,30.2563c11.8377,0 21.4442,9.6062 21.4442,21.4438s-9.6065,21.2969-21.4442,21.2969-21.4434-9.4593-21.4434-21.2969 9.6057-21.4438 21.4434-21.4438zm235.0001,8.8125c-34.677,26.7899-79.6063,47.6307-130.7189,59.7781v82.8375c66.0304-27.286 115.2549-79.6133 130.7189-142.6157zm-470,.1466c15.5112,63.0009 64.7254,115.369 130.7187,142.6157v-82.9844c-51.0862-12.1178-96.0126-32.8572-130.7187-59.6313zm146.8753,63.1563v85.4813c27.2513,9.1956 56.8938,14.2469 87.9776,14.2469 31.1343,0 60.9569-5.169 88.2723-14.3938v-85.3344c-27.9899,5.5161-57.5863,8.5188-88.2723,8.5188-30.6082,0-60.0719-3.0324-87.9776-8.5188zm88.1246,28.7875c11.8377,0 21.4442,9.6062 21.4442,21.4438s-9.6065,21.4438-21.4442,21.4438-21.4434-9.6062-21.4434-21.4438 9.6057-21.4438 21.4434-21.4438zm235.0001,10.1344c-34.6756,26.7884-79.6099,47.6304-130.7189,59.7781v82.8375c66.0131-27.29 115.257-79.6243 130.7189-142.6157zm-470,.1467c15.5112,63.0009 64.7254,115.369 130.7187,142.6157v-82.9844c-51.0862-12.1177-96.0126-32.8572-130.7187-59.6313zm146.8753,63.1563v85.4813c27.2585,9.2015 56.8837,14.2469 87.9776,14.2469 31.1343,0 60.9569-5.169 88.2723-14.3938v-85.3344c-27.9899,5.5161-57.5863,8.5188-88.2723,8.5188-30.6082,0-60.0719-3.0323-87.9776-8.5188zm88.1246,27.6125c11.8377,0 21.4442,9.6062 21.4442,21.4438s-9.6065,21.2969-21.4442,21.2969-21.4434-9.4593-21.4434-21.2969 9.6057-21.4438 21.4434-21.4438zm235.0001,11.4563c-34.6756,26.7884-79.6099,47.6304-130.7189,59.7781v82.8375c66.0131-27.29 115.257-79.6243 130.7189-142.6157zm-470,.1467c15.5112,63.0009 64.7254,115.369 130.7187,142.6157v-82.9844c-51.0862-12.1177-96.0126-32.8572-130.7187-59.6313zm146.8753,63.1563v85.4813c27.2585,9.2015 56.8837,14.2469 87.9776,14.2469 31.1343,0 60.9569-5.169 88.2723-14.3938v-85.3344c-27.9899,5.5161-57.5863,8.5188-88.2723,8.5188-30.6082,0-60.0719-3.0324-87.9776-8.5188zm88.1246,26.1438c11.8377,0 21.4442,9.6062 21.4442,21.4438s-9.6065,21.4438-21.4442,21.4438-21.4434-9.6062-21.4434-21.4438 9.6057-21.4438 21.4434-21.4438z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-053 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m472.3085,39.4847c-1.4357-1.4311-2.897-2.762-4.4653-4.0499-3.1252-2.5781-6.4853-4.803-10.073-6.7499-1.7938-.9736-3.5062-1.9001-5.3999-2.7-.043-.0187-.1672.0187-.2076,0-1.8542-.7786-3.772-1.5786-5.7114-2.1808-.036-.0144-.165.0144-.2076,0-1.9393-.5972-3.801-1.0426-5.8153-1.4539-.05-.009-.1607.009-.2076,0-2.0165-.407-3.9412-.8275-6.0229-1.0384-.051-.003-.16.005-.2076,0-2.0829-.2063-4.1964-.3116-6.3345-.3116-.05-.003-.058.1038-.1038.1038-2.1369.005-4.2518.1006-6.3345.3116-.051.003-.058-.1086-.1038-.1038-2.0814.2157-4.2137.627-6.2307,1.0384-.043.005-.1614-.009-.2075,0-2.0146.416-3.8752.8524-5.8153,1.4539-.05.0144-.1629-.0144-.2075,0-1.9405.6063-3.856,1.3984-5.7115,2.1808-.043.0187-.065.085-.1038.1038-1.8543.7864-3.6407,1.5398-5.4,2.4923-.7019.3789-1.3915.8418-2.0768,1.2461-2.8335,1.6742-5.5721,3.5282-8.0999,5.6077-1.567,1.2892-2.9258,2.7227-4.3615,4.1538-2.8909,2.8843-5.599,5.9491-7.8922,9.346-6.0185,8.9147-9.8723,19.4697-10.696,30.8418l.5189-.3116c.5355-.3159 1.1134-.743 1.6615-1.0385 1.3737-.7436 2.706-1.4628 4.1537-2.0769 .036-.0144.1751.0144.2076,0 1.4488-.6108 2.9502-1.0843 4.4653-1.5577 1.5148-.4695 3.1-.8176 4.673-1.1422 .036-.009.065-.0945.1038-.1038 1.5748-.3215 3.1517-.6626 4.7768-.8308s3.4199-.1006 5.0884-.1038l.1038-.1038c1.6694,0 3.1503.0469 4.7768.2078h.2076c1.6253.1645 3.3061.6169 4.8806.9346 .036.009.065-.1137.1038-.1038 1.5727.321 3.0549.7799 4.5691,1.2461 .036.005.1752-.009.2076,0 1.5145.4702 2.9137,1.0536 4.3614,1.6615 .036.0144.072-.118.1038-.1038 1.4786.6245 2.9607,1.3168 4.3615,2.0769 .9018.4894 1.722,1.019 2.596,1.5577l-89.8255,89.8254c-15.7485-12.8644-35.0886-21.6218-56.2838-24.2996v-70.8219c20.4451,6.0476 35.411,24.8303 35.411,47.2492 0,.6827.05,1.4009 0,2.0769 8.7053-10.8619 13.9152-24.6867 13.9153-39.6685 0-35.0024-28.4465-63.2413-63.4491-63.2413s-63.2414,28.239-63.2414,63.2413c7e-05,15.0508 5.0648,28.8874 13.8112,39.7726-.0432-.7248-.1038-1.4484-.1038-2.1811-.0002-22.4187 14.9658-41.2015 35.4108-47.249v70.8219c-21.1954,2.678-40.5351,11.435-56.2838,24.2996l-89.7217-89.7216c.3092-.1866.6219-.3342.9348-.5194 .5347-.3159 1.0082-.8467 1.5575-1.1421 1.3724-.7437 2.913-1.4627 4.3616-2.0771 .0432-.0144.0721.118.1038.1038 1.4496-.6107 2.8456-1.1879 4.3613-1.6614 .0432-.005.1694.009.2076.0002 1.5153-.47 2.9955-.9217 4.5691-1.2462 .0505-.005.0649.1133.1038.1038 1.5753-.3215 3.2563-.7666 4.8807-.9346l.2076-.0002c1.6641-.1683 3.1725-.1038 4.8807-.1038 1.6696.0001 3.4615-.0569 5.0883.1038s3.2008.513 4.7767.8309c.0504.005.0649.0945.1038.1038 1.5727.3206 3.1575.6759 4.6731,1.1421 1.5148.47 3.0168.9499 4.4653,1.5577 .0432.0144.1737-.0144.2076.0002 1.4777.6244 2.7534,1.3166 4.1541,2.0765 .689.3741 1.4049.8445 2.0769,1.2461-.2119-2.7352-.6039-5.5785-1.1426-8.2034-.8419-4.1237-2.1375-8.0511-3.7382-11.8384-1.6054-3.7873-3.4285-7.329-5.7114-10.696-2.2925-3.3968-4.9997-6.4633-7.8922-9.346-1.4352-1.4311-2.7933-2.866-4.3615-4.1538-3.1252-2.5782-6.5883-4.9068-10.1767-6.8538-1.7924-.9735-3.5061-1.6924-5.3999-2.4923-.0432-.0187-.0649-.085-.1038-.1038-1.8564-.7784-3.7716-1.5784-5.7113-2.1809-.0432-.0144-.1658.0144-.2076.0001-1.941-.5971-3.802-1.0426-5.8155-1.4537-.0432-.005-.1614.009-.2076-.0002-2.0172-.407-4.1487-.8277-6.2305-1.0386-.0505-.005-.0577.1086-.1038.1038-2.0852-.2063-4.1962-.3116-6.3346-.3116-2.1874-.0002-4.307-.009-6.4384.2078-.0504.005-.1614-.005-.2076-.0002-2.083.2157-4.0047.6271-6.023,1.0384-.0504.005-.16-.009-.2076.0002-2.014.416-3.8747.852-5.8152,1.4537-.0505.0144-.1658-.0144-.2076.0002-1.9419.6062-3.8555,1.3982-5.7112,2.1804-.0505.0187-.1701-.0187-.2076.0001-1.8562.7863-3.6411,1.7475-5.3999,2.6998-.7026.3789-1.3914.8417-2.0768,1.2462-2.8336,1.6744-5.4665,3.4245-7.9962,5.5039-1.5664,1.2893-3.0316,2.6188-4.4655,4.0501-4.3256,4.3123-8.0693,9.1247-11.0074,14.5381-4.8672,8.9692-7.6845,19.3842-7.6843,30.3224-.0001,2.1878.1989,4.3075.4151,6.4385 .8671,8.5241 3.2558,16.5892 7.1652,23.7804 2.9383,5.4252 6.6802,10.2131 11.0074,14.5384 5.7425,5.7424 12.5577,10.4941 20.146,13.7073 3.7504,1.581 7.6562,2.7979 11.7347,3.6344 2.6254.5446 5.467.9336 8.2033,1.1426-.4086-.6652-.8724-1.3861-1.2461-2.0769-3.053-5.615-5.0339-11.7251-5.7113-18.3805-.1694-1.6639-.2076-3.4842-.2076-5.1923-.0001-8.5403 2.2214-16.6732 6.0228-23.6764 .4742-.8737.9233-1.6614 1.4541-2.4924l89.8256,89.8255c-12.8647,15.7485-21.6221,35.0886-24.2996,56.2837l-70.8219-.0002c6.0475-20.445 24.8295-35.411 47.2489-35.4106 .6817-.0002 1.4018-.0281 2.0772-.0003-10.8611-8.705-24.6876-13.9148-39.6687-13.9151-35.0038.0003-63.2416,28.4466-63.2417,63.4493s28.2378,63.2411 63.2414,63.2412c15.0504-.0003 28.8878-5.0649 39.7728-13.8116-.7247.0332-1.4498.1043-2.181.1038-22.4198,4e-05-41.2015-14.9656-47.2491-35.4111l70.8219.0001c2.6777,21.195 11.4349,40.5353 24.2996,56.2837l-89.8258,89.8256c-.5354-.8378-1.0798-1.7138-1.5575-2.5962-3.0534-5.6147-5.0342-12.1402-5.7116-18.7957-.1694-1.6639-.1038-3.1728-.1038-4.8808 7e-05-8.5407 1.9987-16.6733 5.8153-23.6765 .333-.6168.7804-1.1682 1.1423-1.7654-.534.0375-1.0263.0504-1.5577.1038-.0504.005-.0576-.1085-.1038-.1038-2.0827.2158-4.2122.6268-6.2309,1.0386-.0505.005-.16-.009-.2076-.0001-2.0141.416-3.875.8524-5.8155,1.4539-.0504.0144-.1658-.0144-.2076-.0001-1.9418.6063-3.8554,1.3982-5.7115,2.1807-.0505.0187-.0649.0851-.1038.1038-1.8561.7863-3.6409,1.5397-5.3997,2.4919-.7026.3789-1.3914.8416-2.0769,1.2461-4.5898,2.7122-8.7111,6.0218-12.4615,9.7615-4.3256,4.3123-8.0693,9.1247-11.0077,14.5384-4.8868,8.9689-7.5805,19.2802-7.5804,30.2184-7e-05,2.1877-.007,4.3074.2076,6.4387 .8671,8.5241 3.4637,16.589 7.3731,23.7802 2.9383,5.4252 6.6801,10.2132 11.0074,14.5384 5.7426,5.7425 12.5578,10.4941 20.1461,13.7073 3.7503,1.581 7.6561,2.7979 11.7346,3.6344 4.1246.8554 8.3976,1.3401 12.7727,1.3502 2.1866,4e-05 4.3053-.1988 6.4386-.4155 .0504-.005.0577.1085.1038.1038 2.0811-.2167 4.2134-.6249 6.2305-1.0383 .0505-.005.1607.009.2076-.0002 4.0747-.8453 7.9826-2.0462 11.7341-3.6342 .0504-.0187.0649-.0855.1038-.1038 3.786-1.6125 7.3307-3.4265 10.6958-5.7112 1.6848-1.1411 3.2143-2.4448 4.777-3.7386 1.5668-1.2937 3.0303-2.6143 4.4655-4.0501 2.8924-2.8917 5.4963-6.0439 7.7882-9.4497 2.283-3.3755 4.314-6.902 5.9191-10.696 1.6005-3.7941 2.7924-7.8146 3.6344-11.9419 .5383-2.6276 1.0348-5.3653 1.2464-8.1-2.0042,1.2237-4.1506,2.4961-6.3344,3.4267-.0432.0144-.1751-.0144-.2076.0001-2.9286,1.2399-5.9554,2.0399-9.1385,2.7001-.0504.005-.0649.0945-.1038.1038-1.5758.3229-3.1519.6616-4.7771.8309-1.6644.1692-3.4851.2073-5.1919.2073-3.4159-.009-6.749-.3709-9.9693-1.0383-3.1848-.6534-6.2096-1.673-9.1383-2.9076-2.4415-1.0339-4.7403-2.2189-6.9576-3.6345l89.7218-89.7216c15.7484,12.8646 35.0886,21.6218 56.2838,24.2996l.0002,70.8217c-20.4451-6.083-35.3073-24.934-35.3075-47.3527 .0004-.7042-.0288-1.3805.0004-2.0772-8.741,10.8522-13.9153,24.6231-13.9155,39.6688 .0001,35.0022 28.3435,63.3448 63.3453,63.3451s63.4494-28.4469 63.4492-63.4491c.0002-14.9754-5.2165-28.6318-13.915-39.4611 .043.6468-.1045,1.3209-.1045,1.9734 .0002,22.4186-14.8621,41.2698-35.3069,47.3527l-.0002-70.8217c21.1954-2.6779 40.5352-11.435 56.2838-24.2996l89.7218,89.7216c-2.1707,1.3916-4.4689,2.7227-6.854,3.7385-.036.0144-.072-.118-.1038-.1038-2.9285,1.2399-5.955,2.2474-9.1379,2.9073-.036.009-.065-.1133-.1038-.1038-1.5752.3229-3.2558.7657-4.8807.9346l-.2076.0002c-1.6262.1655-3.1085.2044-4.7767.2078-3.4553.0001-6.8162-.4672-10.0729-1.1424-3.1845-.6531-6.2105-1.4652-9.1384-2.6998-2.2338-.9457-4.3927-2.2732-6.4384-3.5307 .8191,11.3677 4.6546,21.9045 10.6958,30.842 2.2935,3.4053 4.8961,6.5576 7.7883,9.4498 5.7428,5.7427 12.4538,10.3902 20.0423,13.6035 3.7498,1.5813 7.656,2.7978 11.7345,3.6344 4.171.8652 8.5552,1.3503 12.9806,1.35 2.1368-.005 4.2517-.0997 6.3345-.3116 .051-.003.16.005.2076.0002 2.0815-.2167 4.0059-.625 6.023-1.0385 .043-.005.1614.009.2076-.0002 4.0766-.8454 7.9837-2.0464 11.7341-3.6342 .043-.0187.1657.0187.2075-.0001 3.7856-1.6123 7.329-3.6343 10.696-5.9192 1.6835-1.1411 3.3181-2.3409 4.8808-3.6347 1.5672-1.2933 2.9255-2.7177 4.3614-4.1536 11.4934-11.4913 18.5882-27.217 18.588-44.7568 .0001-2.1877.01-4.3085-.2076-6.4387-1.0846-10.6496-4.7841-20.5552-10.4884-28.9725-10.5767-15.6662-27.9887-26.4243-47.9761-27.8304 3.72,6.1046 6.3009,13.0931 7.0613,20.5613 .1686,1.663.1038,3.3803.1038,5.0884-.0002,9.6253-2.8313,18.4932-7.5807,26.0649l-89.618-89.6178c12.8646-15.7486 21.6217-35.0884 24.2997-56.2837h70.822c-6.0832,20.4452-24.9343,35.3071-47.353,35.307-.7041.0003-1.3806.0281-2.0772.0003 10.8523,8.7408 24.6233,13.9149 39.6688,13.9149 35.0024,0 63.3452-28.3428 63.3452-63.3451s-28.4467-63.4489-63.4491-63.4489c-14.9752,5e-05-28.632,5.2168-39.4609,13.9151 .6465-.0238 1.3205.1038 1.9731.1038 22.4188,0 41.2699,14.8619 47.3531,35.3071h-70.822c-2.6778-21.1952-11.4352-40.5352-24.2997-56.2836l89.7223-89.7216c4.7289,7.5635 7.5806,16.4829 7.5806,26.0649 0,9.3998-2.7078,18.2676-7.2692,25.7534 3.3072-.2759 6.6017-.9243 9.7615-1.6615 1.5533-.3624 2.9579-.6678 4.4653-1.1423 5.9279-1.8659 11.577-4.4732 16.6151-7.8922 1.6837-1.1406 3.2143-2.4448 4.7769-3.7384 1.5673-1.2934 3.1334-2.7181 4.5692-4.1538 2.8924-2.892 5.3912-5.9405 7.6844-9.346 6.8452-10.1266 10.9038-22.2851 10.9038-35.4109s-4.0585-25.3102-10.9038-35.411c-2.2932-3.3968-4.8958-6.5671-7.7883-9.4499zm-179.8588,180.0661c9.3311,9.331 15.0573,22.2263 15.0573,36.4495 .0001,28.4464-23.0606,51.5068-51.5069,51.5069s-51.5069-23.0605-51.507-51.5069 23.0606-51.5068 51.507-51.5069c14.2232,0 27.1182,5.7266 36.4496,15.0573z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-054 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m250.7622,20.9999c-95.0948,0-171.6585,97.1409-171.6585,217.6685v193.1409h-27.6548v-341.0664c8.501-3.3755 14.5257-11.9149 14.5257-22.0312 0-13.0533-10.0742-23.6467-22.4876-23.6467s-22.487,10.5934-22.487,23.6467c0,10.2794 6.3671,18.9217 15.0843,22.1784v400.11h1.5364 13.8282 27.6548 353.9316 27.6556 13.8275 1.5364v-400.11c8.7172-3.2567 14.9452-11.899 14.9452-22.1784 0-13.0533-10.0742-23.6467-22.4877-23.6467s-22.4869,10.5934-22.4869,23.6467c0,10.1163 6.1645,18.6557 14.6655,22.0312v341.0664h-27.6556v-193.1409c0-120.5276-76.5636-217.6685-171.6584-217.6685zm.8381,39.0688h8.9392c79.2639,0 143.0249,80.9257 143.0249,181.3905v190.35h-294.9897v-190.35c0-100.4648 63.7617-181.3905 143.0256-181.3905zm.8382,32.8999c-65.9871,0-119.1414,67.3529-119.1414,150.9873v158.9192h245.5448v-158.9192c0-83.6344-53.1542-150.9873-119.1406-150.9873zm3.6314,65.2125c47.7701,0 86.5967,43.8258 86.5967,97.819s-38.8266,97.8182-86.5967,97.8182-86.5975-43.826-86.5975-97.8182 38.8267-97.819 86.5975-97.819zm0,33.3406c-31.4974,0-56.9867,28.8786-56.9867,64.4783s25.4893,64.4779 56.9867,64.4779 56.986-28.8792 56.986-64.4779-25.4893-64.4783-56.986-64.4783zm0,37.6c13.1233,0 23.7438,12.0451 23.7438,26.8783s-10.6205,26.8779-23.7438,26.8779-23.7445-12.0462-23.7445-26.8779 10.6204-26.8783 23.7445-26.8783zm-204.621,240.2875h409.242v9.6938h-409.242z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-055 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m51.1094,21.0001c-16.6286,0-30.1094,12.1649-30.1094,27.1719v4.5532 67.2687 31.5782 67.1219 26.4375 .4403 1.0282 18.6531 1.175 .4403 26.4375 66.975 31.7251 67.1219 4.7c0,15.007 13.4808,27.1719 30.1094,27.1719h4.9937 199.8968 200.0443 4.9933c16.6291,0 29.9625-12.1649 29.9625-27.1719v-4.7-67.1219-31.7251-66.975-26.4375-.4403-1.175-18.6531-1.0282-.4403-26.4375-67.1219-31.5782-67.2687-4.5532c0-15.007-13.3334-27.1719-29.9625-27.1719h-4.9933-200.0443-199.8968-4.9937zm4.9937,31.7251h74.4657v67.2687h-74.4657v-67.2687zm109.7157,0h74.3186v67.2687h-74.3186v-67.2687zm106.1907,0h74.3188v67.2687h-74.3188v-67.2687zm109.4221,0h74.6126v67.2687h-74.6126v-67.2687zm-299.3316,101.9313h173.8999 174.0472c16.9088,0 30.4029,12.3524 30.4029,27.6125v62.8625 .4403 1.0282 18.6531 1.175 .4403 62.7156c0,15.26-13.4941,27.6125-30.4029,27.6125h-174.0472-173.8999c-16.9102,0-30.4031-12.3524-30.4031-27.6125v-62.7156-.4403-1.175-18.6531-1.0282-.4403-62.8625c0-15.2601 13.493-27.6125 30.4031-27.6125zm62.7157,33.1938c-20.3681,0-36.8657,30.4831-36.8657,68.15s16.4976,68.15 36.8657,68.15 36.8658-30.4831 36.8658-68.15-16.4977-68.15-36.8658-68.15zm111.1842,0c-20.3679,0-36.8654,30.4831-36.8654,68.15s16.4979,68.15 36.8654,68.15 36.8659-30.4831 36.8659-68.15-16.498-68.15-36.8659-68.15zm111.1847,0c-20.368,0-36.8655,30.4831-36.8655,68.15s16.4975,68.15 36.8655,68.15 36.8654-30.4831 36.8654-68.15-16.4971-68.15-36.8654-68.15zm-311.0815,204.1564h74.4657v67.1219h-74.4657v-67.1219zm109.7157,0h74.3186v67.1219h-74.3186v-67.1219zm106.1907,0h74.3188v67.1219h-74.3188v-67.1219zm109.4221,0h74.6126v67.1219h-74.6126v-67.1219z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-056 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.8529,21c-14.7556,0-28.4595,15.2239-40.0971,41.4188-5.6029-11.9545-17.6715-20.2688-31.725-20.2688-19.3574,0-34.9558,15.7453-34.9558,35.1031 0,13.1928 7.1759,24.7006 17.9183,30.6969-52.9037,19.8213-94.6232,56.6835-114.7091,102.225 30.0988-38.0558 81.2521-66.7726 142.4687-78.4312-5.6414,27.1185-10.0162,57.9376-12.6312,91.5031-22.5671,18.2108-41.0564,44.4077-53.0217,75.6406-29.8318.3206-54.3348,31.9662-58.1625,72.85-17.5394-4.9357-34.2381-10.665-49.9374-16.8906 29.1908,25.2737 67.8158,45.5721 112.3592,58.8969 0,42.6364 54.9195,77.2562 122.6408,77.2562s122.4933-34.6199 122.4933-77.2562c44.54-13.2876 83.2976-33.5046 112.5067-58.75-15.6914,6.2115-32.4037,11.9801-49.9375,16.8906-3.7821-40.9577-28.2949-72.6758-58.1625-72.9969-12.0033-31.3287-30.3662-57.6044-53.0221-75.7875-2.6254-33.5202-7.1266-64.2713-12.7779-91.3563 61.2166,11.6586 112.5166,40.3754 142.6154,78.4312-20.1029-45.5805-61.7387-82.57-114.7096-102.3719 10.6906-6.023 18.0659-17.4283 18.0659-30.55 0-19.3578-15.7455-35.1031-35.1034-35.1031-14.053,0-26.2683,8.3143-31.8716,20.2688-11.6847-26.2123-25.4806-41.4188-40.2438-41.4188zm0,42.1532c1.1116,0 2.2809.0966 3.3779.294 2.1968.3942 4.3306,1.1954 6.4625,2.35 3.1974,1.7321 6.3769,4.3024 9.4,7.6375 1.0302,1.1338 1.9317,2.3628 2.9375,3.6719 3.5302,4.582 6.9245,10.2871 10.1346,16.8906-10.5045-1.2966-21.2257-2.0563-32.1654-2.0563-11.0286,0-21.8748.7392-32.4596,2.0563 .5816-1.1005 1.2121-2.1687 1.7625-3.2313 .05-.036-.043-.1117 0-.1463 .893-1.7222 1.8725-3.2728 2.7904-4.8468 .05-.036-.043-.1153 0-.1463 .9198-1.5703 1.8485-2.9885 2.7908-4.4062 .051-.0288-.043-.1189 0-.1463 .9429-1.415 1.8241-2.7078 2.7909-3.9656 1.0039-1.309 2.0563-2.5382 3.0841-3.6719 2.9935-3.302 6.0889-5.9064 9.2534-7.6376 .2962-.1614.5823-.147.8808-.294 1.6859-.8353 3.4169-1.5458 5.1409-1.9093 1.253-.2573 2.5469-.4403 3.8187-.4403zm.1456,62.8625c15.4592,0 30.4743,1.0705 45.0904,3.0844 .8483,2.9054 1.7042,5.7259 2.4971,8.8125 3.4657,13.5124 6.4784,28.4776 8.9591,44.65 1.9844,12.9379 3.5917,26.5352 4.8466,40.8312 .5766,6.5486 1.0562,13.1984 1.4692,19.975 .043.6709.1125,1.382.1456,2.0563 .7156,12.3837 1.0585,25.2973 1.1751,38.3344 .043,2.6074.1455,5.1577.1455,7.7844 0,2.8084.043,5.4411 0,8.225h-14.5403c.043-1.9075.1455-3.8038.1455-5.7281 0-86.3931-22.4876-156.4219-50.0846-156.4219s-49.7904,70.0288-49.7904,156.4219v5.7281h-14.3942c-.043-2.7839 0-5.4166 0-8.225v-7.4906c.1131-13.1433.4561-26.1472 1.175-38.6281 .043-.6738.1081-1.3843.1456-2.0563 .4043-6.7344.9066-13.3281 1.4687-19.8281 .2912-3.3639.694-6.5455 1.0284-9.8406 .3762-3.7073.7435-7.5477 1.175-11.1625 1.6262-13.6553 3.563-26.6309 5.875-38.775 1.1449-6.0235 2.373-11.8828 3.6716-17.4782v-.1463c1.3837-5.9508 2.8553-11.6192 4.4063-17.0375 14.6682-2.0291 29.8647-3.0844 45.3846-3.0844zm-75.7876,128.9562c-.632,14.3553-1.026,29.0632-1.0283,44.0625h-28.7875c7.8255-16.995 17.9638-31.8865 29.8158-44.0625zm151.428,0c11.8867,12.1602 22.1163,27.0218 29.9625,44.0625h-28.9346c0-14.9993-.3899-29.7072-1.0279-44.0625zm-179.0404,65.2125h23.0591 160.6812 23.353c26.0093,0 46.8651,26.495 48.0283,59.925-11.9389,2.6036-24.3244,4.7795-36.8659,6.7562-17.3082-29.3751-62.149-50.2313-114.8557-50.2313-52.6081,0-97.4452,20.797-114.8568,50.0844-12.5372-1.9717-24.7769-4.1346-36.7182-6.7562 1.2271-33.3576 22.2056-59.7781 48.175-59.7781zm103.4,52.7281c59.1837,0 107.0716,18.2465 107.0716,40.8312s-47.8879,40.8312-107.0716,40.8312c-59.1853,0-107.2193-18.2465-107.2193-40.8312s48.034-40.8312 107.2193-40.8312zm-6.4625,14.2469c-32.2204,1.3637-57.4284,12.7403-57.4284,26.5844 0,14.767 28.6065,26.7312 63.8909,26.7312s63.8903-11.9643 63.8903-26.7312-28.6075-26.5844-63.8903-26.5844c-2.2058,0-4.3151-.0907-6.4625,0z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-057 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m257.0263,21.0016c-.05.4061-.084.6004-.1456,1.0281-.9611,6.4481-2.7109,15.4196-4.4062,26.7311-1.6948,11.3115-3.3271,25.0067-4.2596,40.6841s-1.1722,33.4094.2962,51.9934c1.088,14.8826 3.3013,30.5151 6.3154,46.9997s6.9221,33.7488 10.8686,51.9934c.5449,2.443 1.0637,4.8583 1.6159,7.3438 3.7078,16.8351 7.1571,33.8909 9.9874,50.9653s4.9514,34.2857 6.0216,51.1122c1.4867,24.794.5412,47.7377-1.7624,67.5621s-5.86,36.4357-9.5467,49.3496c-2.9703,10.386-6.0351,18.3615-8.6657,24.0874 64.4714-.379 125.4041-5.5764 179.6272-14.8343v-29.5217c0-10.31 8.2592-18.5061 18.5056-18.5061h29.522v-34.956c-35.3598-6.1472-62.2747-36.8937-62.2747-74.0245s26.9149-67.9992 62.2747-74.1714v-160.8271h-29.522c-10.2464,0-18.5056-8.1961-18.5056-18.5061v-29.5217c-23.2785-3.9743-47.8006-7.2495-73.2904-9.6937v79.4589c26.5962,9.1828 45.6781,34.3203 45.6781,64.0371 0,23.8014-12.2985,44.7283-30.8441,56.8402v110.8899h-17.184v-102.8118c-2.9972.9166-6.0944,1.5594-9.2533,2.0562v171.1083h-17.3306v-170.5207c-3.1571-.3135-6.2398-.8844-9.2534-1.6157v67.2683h-17.3311v-74.1714c-20.5807-11.6537-34.5152-33.7046-34.5152-59.0434 0-29.2442 18.5668-54.0596 44.5026-63.5965v-83.2776c-21.8643-1.2179-44.2479-1.8906-67.1217-1.9094zm-8.3716.1467c-64.4713.3789-125.4041,5.5764-179.6272,14.8343v29.5217c0,10.31-8.2593,18.5061-18.5057,18.5061h-29.5219v34.956c35.3146,6.2304 62.2746,37.0905 62.2746,74.1714s-26.96,67.8193-62.2746,74.0245v160.8271h29.5219c10.2464,0 18.5057,8.1961 18.5057,18.5061v29.5217c56.0847,9.5759 119.3003,14.9419 186.2363,14.9811 .1081-.8685.16-1.3796.2962-2.3499 .9955-7.2602 2.7204-17.3503 4.4057-30.1092 1.2432-9.3734 2.4126-20.1464 3.2318-32.1654h-106.9244c-13.6736,0-24.6748-10.1213-24.6748-22.7654 0-11.854 9.7045-21.6008 22.1777-22.7655 .831-.0778 1.6412,0 2.4971,0h107.8052c-.155-4.4852-.5658-9.0457-.8808-13.6593h-106.9244c-13.6736,0-24.6748-10.1213-24.6748-22.7655 0-11.854 9.7045-21.6008 22.1777-22.7655 .831-.0778 1.6412,0 2.4971,0h101.4898c-.5938-3.4522-1.237-6.9032-1.9096-10.4281-.2069-1.1012-.5182-2.2698-.7342-3.3781h-98.846c-13.6736,0-24.6748-10.1213-24.6748-22.7655 0-11.854 9.7045-21.6008 22.1777-22.7654 .831-.0778 1.6412,0 2.4971,0h89.2995c-.4511-2.198-.8545-4.423-1.3221-6.6093-4.0523-18.3911-7.8696-37.0288-10.722-55.6653s-4.8132-37.2329-5.4342-55.2246c-.6918-22.6816.8033-43.4123 3.3784-61.0996 2.5671-17.6873 6.2293-32.3435 9.8403-43.6216 2.5596-7.9943 5.0694-14.2033 7.3437-18.9468zm-94.8806,32.606c25.8916,0 46.9997,21.1082 46.9997,46.9997s-21.108,46.8528-46.9997,46.8528-46.8526-20.9613-46.8526-46.8528 20.961-46.9997 46.8526-46.9997zm-16.0095,29.6686c-10.9016,0-19.6806,8.7795-19.6806,19.6811s8.779,19.828 19.6806,19.828 19.8282-8.9263 19.8282-19.828-8.9262-19.6811-19.8282-19.6811zm209.7361,34.5154c-28.6153,0-51.8463,23.2296-51.8463,51.8465s23.2315,51.8466 51.8463,51.8466c28.6172,0 51.8468-23.2297 51.8468-51.8466s-23.2296-51.8465-51.8468-51.8465zm-13.5124,21.003c12.265,0 22.1782,9.9136 22.1782,22.178s-9.9132,22.178-22.1782,22.178c-12.2636,0-22.1777-9.9136-22.1777-22.178s9.9141-22.178 22.1777-22.178z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-058 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v228.5688h168.1719v115.5594h-21.0031v-94.1469h-147.1688v220.0188h470v-220.0188h-147.1687v94.1469h-21.0032v-115.5594h168.1719v-228.5688h-35.1031v145.1125h-108.8344v-145.1125h-36.5719v145.1125h-108.8343v-145.1125h-36.7188v145.1125h-108.8344v-145.1125z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-059 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m146.2844,21-110.1563,33.3406h264.6688 44.3562 27.3188 44.3562v44.3563 10.8687l-44.3562,97.3781v-108.2469h-27.3188v168.1719l-44.3562,97.3781v-265.55h-244.4001l49.4969,53.4625c13.9853-5.1207 29.0376-7.9312 44.7969-7.9312 72.0424,0 130.5719,58.3826 130.5719,130.425s-58.5295,130.425-130.5719,130.425c-21.2703,0-41.3035-5.0701-59.0437-14.1l-38.4813,54.4906h274.95c5.7813,0 10.4281,4.7937 10.4281,10.575s-4.6468,10.4281-10.4281,10.4281h-289.7844l-17.3312,24.5281h470l-172.4313-91.5031 172.4313-378.4969h-344.7156zm-.7344,153.3375c-53.0679,2.687-95.175,46.5761-95.175,100.3156 0,55.4731 44.8425,100.3157 100.3156,100.3157s100.4625-44.8426 100.4625-100.3157-44.9894-100.3156-100.4625-100.3156c-1.7335,0-3.4287-.0865-5.1406,0zm5.1406,34.5157c36.2972,0 65.8,29.5028 65.8,65.8s-29.5028,65.8-65.8,65.8-65.6531-29.5028-65.6531-65.8 29.3559-65.8 65.6531-65.8z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-060 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v448.2625l100.0219-100.0219c-25.7363-30.6361-41.2719-70.0981-41.2719-113.2407 0-97.3402 78.9097-176.25 176.25-176.25 43.1427,0 82.6034,15.5356 113.2408,41.2719l100.1683-100.0218h-448.4092zm470,21.5906-100.1687,100.0219c25.8153,30.658 41.4188,70.1712 41.4188,113.3875 0,97.3402-78.9097,176.2501-176.25,176.2501-43.2165,0-82.7294-15.6035-113.3875-41.4188l-100.1687,100.1688h448.5562v-448.4094zm-234.9999,65.3594c-35.3934,0-67.7943,12.4749-93.2659,33.1937l65.6534,65.6532c8.1634-4.5942 17.5775-7.1969 27.6125-7.1969 31.1487,0 56.3999,25.2511 56.3999,56.3999 0,10.0348-2.6023,19.449-7.1966,27.6126l65.6529,65.6531c20.7191-25.4714 33.1938-57.8725 33.1938-93.2657 0-81.7658-66.2841-148.0499-148.05-148.0499zm-114.8563,54.7844c-20.7188,25.4714-33.1938,57.8724-33.1938,93.2656 0,81.7658 66.2841,148.05 148.05,148.05 35.3933,0 67.7942-12.4749 93.2658-33.1938l-65.6533-65.6531c-8.1634,4.5942-17.5776,7.1969-27.6125,7.1969-31.1488,0-56.4-25.2511-56.4-56.4 0-10.0348 2.6024-19.4489 7.1966-27.6125l-65.6529-65.6531z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-061 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m204.1534,21c12.2265,7.0346 24.415,14.1493 36.5716,21.15 3.0076,2.0246 5.9207,4.1822 8.8125,6.3156-4.1285,2.5852-8.2011,5.2585-12.0438,8.225-8.389,6.3999-16.3447,13.8126-21.15,24.5281-5.3345,12.4564-6.1997,27.2596-5.875,41.4187 .1549,9.172.8879,18.3957 1.9096,27.7594-5.8834-7.3191-12.0029-14.2801-18.3596-20.8562-9.7826-10.2408-20.7594-20.0808-33.3404-25.1156-10.9745-4.1802-22.0012-3.7562-32.4596-2.35-4.8946.6297-9.7144,1.5286-14.5404,2.6437 .5405-3.5999 1.2055-7.2617 1.9091-10.8687 3.6467-13.5454 7.3437-27.0659 11.0159-40.6844-5.3693,13.2653-10.7616,26.465-16.1568,39.8031-1.4683,4.4799-2.7302,9.0944-3.9654,13.6594-4.473,1.2157-8.9742,2.5249-13.3653,3.9656-13.3382,5.3938-26.6833,10.6403-39.95,16.0094 13.6187-3.6712 27.2844-7.37 40.8307-11.0156 3.5589-.6952 7.0214-1.2261 10.5751-1.7625-1.0909,4.747-2.0238,9.4318-2.6433,14.2469-1.4062,10.4571-1.6821,21.4843 2.4967,32.4594 5.036,12.5799 14.8736,23.5585 25.1159,33.3406 6.5748,6.357 13.536,12.6234 20.8557,18.5063-9.3215-1.0132-18.4804-1.7551-27.6125-1.9094-14.1587-.3252-28.8157.3938-41.2716,5.7281-10.716,4.8056-18.4221,12.7613-24.8216,21.15-2.992,3.8751-5.7674,8.0258-8.3721,12.1906-2.1314-2.8936-4.144-5.8048-6.1688-8.8125-7.0006-12.1564-14.115-24.3458-21.15-36.5719 5.5845,13.1774 11.2725,26.4106 16.8908,39.6562 2.1047,4.1605 4.2662,8.1498 6.6092,12.1906-2.3039,4.0236-4.3747,8.2135-6.4625,12.3375-5.617,13.2463-11.3077,26.3326-16.8908,39.5094 7.0336-12.2256 14.0041-24.4151 21.0033-36.5719 2.0027-2.9725 4.0623-5.954 6.1688-8.8125 2.6203,4.1429 5.383,8.1722 8.3721,12.0437 6.4,8.3895 14.1056,16.4928 24.8216,21.2969 12.4559,5.3355 26.9663,6.1993 41.125,5.875 9.0908-.1542 18.3328-.9042 27.6125-1.9094-7.2699,5.8488-14.1747,11.8954-20.7091,18.2125-10.2423,9.7821-20.0799,20.7607-25.1159,33.3406-4.1788,10.9751-3.9024,22.0022-2.4967,32.4594 .6248,4.8555 1.5398,9.7543 2.6433,14.5406-3.5537-.5386-7.0162-1.2142-10.5751-1.9094-13.5463-3.6456-27.212-7.198-40.8307-10.8688 13.2662,5.369 26.6109,10.7624 39.95,16.1562 4.4307,1.4533 8.8515,2.7651 13.3653,3.9656 1.2168,4.4742 2.5258,8.8265 3.9654,13.2188 5.3951,13.3381 10.787,26.6847 16.1568,39.95-3.6712-13.6185-7.3692-27.2859-11.0159-40.8313-.6861-3.5179-1.2309-6.917-1.7625-10.4281 4.7822,1.0768 9.5428,1.8728 14.3937,2.4969 10.4585,1.4062 21.4851,1.6833 32.4596-2.4969 12.5805-5.0352 23.5578-14.7276 33.3404-24.9688 6.3169-6.5347 12.3634-13.4397 18.2125-20.7094-1.0053,9.2794-1.7559,18.5214-1.9096,27.6125-.3243,14.158.6875,28.6694 6.0221,41.125 4.8048,10.7163 12.7614,18.2754 21.15,24.675 3.8399,2.9648 7.7893,5.7694 11.8971,8.3719-2.8609,2.1041-5.6926,4.1671-8.6659,6.1688-12.1551,7.0011-24.3474,14.115-36.5716,21.15 13.175-5.5843 26.4111-11.2728 39.6558-16.8906 4.1247-2.087 8.1845-4.2883 12.1909-6.6094 4.0415,2.3438 8.177,4.504 12.3375,6.6094 13.2451,5.6171 26.3341,11.308 39.5092,16.8906-12.2238-7.0334-24.4156-14.0032-36.5717-21.0031-3.0432-2.049-5.8881-4.3056-8.8125-6.4625 4.151-2.6256 8.1648-5.2297 12.0437-8.225 8.3891-6.3999 16.4923-13.9581 21.2971-24.675 5.3355-12.4549 6.1988-27.1136 5.875-41.2719-.1549-9.0491-.9118-18.2292-1.9095-27.4656 5.8491,7.2697 12.0418,14.1747 18.3596,20.7094 9.7812,10.2412 20.7609,19.9335 33.3404,24.9688 10.975,4.1802 22.0035,3.9031 32.4596,2.4969 4.8118-.6188 9.502-1.4325 14.2467-2.4969-.5355,3.5111-1.0754,6.9102-1.7626,10.4281-3.6443,13.5454-7.1989,27.2127-10.8687,40.8312 5.3679-13.2653 10.6159-26.6119 16.0096-39.95 1.4401-4.3922 2.7735-8.7446 3.9654-13.2188 4.5153-1.2006 9.0813-2.5123 13.5125-3.9656 13.3377-5.3938 26.539-10.7872 39.8029-16.1562-13.6173,3.6707-27.1397,7.2231-40.6841,10.8688-3.6007.7032-7.2757,1.3668-10.8688,1.9094 1.0787-4.7916 2.0186-9.6796 2.6437-14.5406 1.4063-10.4572 1.8312-21.4843-2.3499-32.4594-5.0342-12.5799-14.7284-23.5585-24.9688-33.3406-6.5354-6.3171-13.5863-12.3637-20.8563-18.2125 9.2783,1.0051 18.6694,1.7553 27.7592,1.9094 14.1592.3243 28.6709-.6861 41.125-6.0219 10.7169-4.8041 18.275-12.9085 24.675-21.2969 2.9657-3.8399 5.6231-7.7899 8.225-11.8969 2.1329,2.8912 4.4368,5.9508 6.4625,8.9594 7.0002,12.1558 13.8236,24.2004 20.8567,36.425-5.5827-13.1756-11.1263-26.2643-16.7442-39.5094-2.0868-4.1252-4.3048-8.167-6.6092-12.1906 2.3731-4.0835 4.6276-8.1303 6.7563-12.3375 5.6179-13.2452 11.1592-26.4807 16.7437-39.6562-7.0354,12.2245-14.0022,24.4168-21.0033,36.5719-2.0478,3.0441-4.3057,5.887-6.4625,8.8125-2.5869-4.1282-5.2574-8.2008-8.225-12.0437-6.3991-8.3883-13.959-16.4923-24.675-21.2969-12.4554-5.3349-27.1138-6.0531-41.2717-5.7281-9.0902.1537-18.3342.9042-27.6125,1.9094 7.3194-5.8829 14.2796-12.1493 20.8563-18.5063 10.2404-9.7821 19.9346-20.7608 24.9688-33.3406 4.1811-10.9751 3.7557-22.0023 2.3499-32.4594-.619-4.8116-1.4325-9.5032-2.4966-14.2469 3.5518.5364 7.1619,1.0673 10.7217,1.7625 13.5453,3.6456 27.0677,7.3445 40.6841,11.0156-13.2639-5.369-26.4652-10.6156-39.8029-16.0094-4.3931-1.4407-8.8905-2.7499-13.3654-3.9656-1.2093-4.565-2.6423-9.1794-4.1125-13.6594-5.3937-13.3381-10.6417-26.5378-16.0096-39.8031 3.6698,13.6185 7.2244,27.139 10.8687,40.6844 .7048,3.6009 1.2193,7.275 1.7626,10.8687-4.748-1.0901-9.432-2.0245-14.2467-2.6437-10.4561-1.4062-21.4846-1.8302-32.4596,2.35-12.5795,5.0348-23.5602,14.8748-33.3404,25.1156-6.3576,6.5762-12.4766,13.5371-18.3596,20.8562 1.0128-9.3215 1.7545-18.6278 1.9096-27.7594 .3243-14.1586-.5391-28.8155-5.875-41.2719-4.8048-10.7158-12.9071-18.1274-21.2971-24.5281-3.9062-3.0159-7.99-5.8951-12.1904-8.5188 2.9281-2.1628 5.9112-4.1155 8.9591-6.1688 12.1571-6.9993 24.346-14.1164 36.5717-21.15-13.176,5.5835-26.2627,11.274-39.5092,16.8906-4.206,2.1296-8.3834,4.4016-12.4841,6.7562-4.0232-2.3033-8.0661-4.6695-12.1909-6.7562-13.2451-5.6174-26.3322-11.3062-39.5091-16.8906zm51.8466,32.1656c4.1383,3.329 8.0313,7.0022 11.75,10.7219 7.1605,7.2577 13.7024,14.9306 16.45,24.3813 3.4733,11.0697 2.7251,24.5899 1.3216,38.3344-.9442,8.6415-2.4773,17.3438-4.2591,26.1438-6.7365-20.8229-25.2625-39.95-25.2625-39.95s-18.6088,18.9258-25.4092,39.6562c-1.7686-8.7527-3.1734-17.4013-4.1125-25.9969-1.4034-13.7442-2.1531-27.117 1.3216-38.1875 2.7472-9.4503 9.2882-17.2704 16.45-24.5281 3.689-3.6894 7.6479-7.2687 11.75-10.575zm-127.4875,58.6031c10.1943.0699 20.1625.9882 28.7875,5.7281 10.2841,5.3711 19.326,15.4328 28.0534,26.1438 5.4534,6.7924 10.5962,13.9443 15.5683,21.4438-19.5022-10.049-46.2654-10.2812-46.2654-10.2812s.3524,26.49 10.2812,45.9719c-7.4471-4.9427-14.695-10.003-21.4438-15.4219-10.7098-8.7268-20.6259-17.7681-25.9971-28.0531-4.7395-8.6248-5.6597-18.7386-5.7279-28.9344 0-5.2176.32-10.4772.8812-15.7156 5.2805-.5724 10.6018-.8812 15.8625-.8812zm255.1217,0c5.217,0 10.4763.3172 15.7158.8812 .5658,5.2384.8888,10.4981.8813,15.7156-.072,10.1958-.8432,20.3096-5.5812,28.9344-5.3717,10.2851-15.432,19.3263-26.1438,28.0531-6.8362,5.4897-14.0384,10.7132-21.5904,15.7156 10.0561-19.504 10.2808-46.2656 10.2808-46.2656s-26.4906.3577-45.9717,10.2812c4.9425-7.447 10.0026-14.6955 15.4217-21.4438 8.7264-10.7109 17.7679-20.7726 28.0534-26.1438 8.6249-4.74 18.7384-5.6588 28.9341-5.7281zm-127.6341,74.9062c7.8716,0 15.706,3.0745 21.7375,9.1062l38.4813,38.4813c12.0635,12.0633 12.0635,31.4117 0,43.475l-38.4813,38.6281c-12.0634,12.0633-31.4115,12.0633-43.475,0l-38.6283-38.6281c-12.063-12.0633-12.063-31.4117 0-43.475l38.6283-38.4813c6.0316-6.0317 13.866-9.1062 21.7375-9.1062zm-149.5188,38.6281c6.4658-.0771 13.2493.3267 20.1222,1.0281 8.6531.9456 17.3307,2.6213 26.1433,4.4062-20.8689,6.7043-39.95,25.2625-39.95,25.2625s19.1271,18.6726 39.95,25.4094c-8.8021,1.7821-17.6466,3.3149-26.2904,4.2594-13.7442,1.4028-27.2642,2.152-38.3346-1.3219-9.4507-2.7476-16.976-9.2904-24.2341-16.45-3.7252-3.7139-7.247-7.7566-10.575-11.8969 3.3285-4.1385 6.8563-8.178 10.575-11.8969 7.2587-7.1607 14.9314-13.5561 24.3812-16.3031 5.5357-1.7373 11.7467-2.4197 18.2125-2.4969zm299.1846,0c6.4662.0771 12.5297.9064 18.0654,2.6437 9.4503,2.7471 17.2697,9.1426 24.5279,16.3031 3.6895,3.6889 7.1233,7.6467 10.4284,11.75-3.3041,4.1039-6.7342,8.0658-10.4284,11.75-7.2582,7.1607-15.0785,13.7019-24.5279,16.45-11.0708,3.4744-24.4424,2.7254-38.1875,1.3219-8.6409-.9439-17.3439-2.3309-26.1438-4.1125 20.7764-6.7688 39.8034-25.4094 39.8034-25.4094s-19.1271-18.5257-39.95-25.2625c8.7994-1.7816 17.6485-3.3156 26.2904-4.2594 6.8718-.7019 13.6558-1.2523 20.1221-1.175zm-58.75,85.6281c7.552,5.0024 14.7542,10.2259 21.5904,15.7156 10.7118,8.7268 20.7721,17.7681 26.1438,28.0531 4.738,8.6248 5.5107,18.5917 5.5812,28.7875 0,5.2593-.3056,10.5821-.8813,15.8625-5.2395.5659-10.4988.8896-15.7158.8812-10.1957-.0699-20.3092-.8417-28.9341-5.5812-10.285-5.3715-19.3265-15.2864-28.0534-25.9969-5.4539-6.7927-10.5961-14.0914-15.5683-21.5906 19.4895,9.9727 46.1183,10.2812 46.1183,10.2812s-.2256-26.9084-10.2808-46.4125zm-181.9783.2937c-9.9283,19.4819-10.2812,46.1187-10.2812,46.1187s26.9013-.329 46.4124-10.4281c-5.0022,7.5518-10.2257,14.9006-15.7154,21.7375-8.7274,10.7105-17.7688,20.6254-28.0534,25.9969-8.6249,4.7396-18.5932,5.5119-28.7875,5.5812-5.2607.009-10.5811-.3064-15.8625-.8812-.5722-5.2804-.8812-10.6032-.8812-15.8625 .0721-10.1958.9875-20.1627 5.7279-28.7875 5.3716-10.2851 15.2873-19.3263 25.9971-28.0531 6.7488-5.4189 13.9967-10.4792 21.4438-15.4219zm116.4716,47.8813c1.8043,8.8819 3.3069,17.5705 4.2596,26.2906 1.4039,13.7451 2.0055,27.2635-1.4687,38.3344-2.7485,9.4492-9.2895,17.2687-16.45,24.5281-3.7181,3.7189-7.6097,7.1007-11.75,10.4281-4.1046-3.3043-8.0671-6.7333-11.75-10.4281-7.1609-7.2586-13.849-14.9312-16.5966-24.3813-3.4743-11.0708-2.5789-24.5905-1.175-38.3344 .9442-8.6419 2.3303-17.3438 4.1125-26.1438 6.7685,20.7767 25.4092,39.8031 25.4092,39.8031s18.7483-19.1682 25.4091-40.0969z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-062 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m247.3347,24.0844-41.8596,8.225v138.0625l-39.8029-5.2875v-124.8438l-144.6721,28.4937 6.7568,95.175 219.5779,41.4188v-181.2437zm17.3312,0v181.2437l219.5783-41.4188 6.7558-95.175-144.6716-28.4937v124.8438l-39.95,5.2875v-138.0625l-41.7125-8.225zm-235.5875,157.5969 3.9658,55.5188 165.0875,45.825v96.6437l-160.0942-70.2062 5.2875,73.8781 204.0096,104.4281v-264.9625l-218.2563-41.125zm454.1374,0-218.5499,41.2719v264.9625l204.3033-104.5751 5.1404-73.7313-159.8,70.0594v-96.6437l164.9404-45.825 3.9658-55.5188z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-063 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v117.5h22.325v58.75h-22.325v117.5h22.325v58.75h-22.325v117.5h117.4999v-22.1781h235v22.1781h117.5v-117.5h-22.1783v-58.75h22.1783v-117.5h-22.1783v-58.75h22.1783v-117.5h-117.5v22.325h-235v-22.325h-117.4999zm58.75,12.3375c25.5906,0 46.2654,20.8202 46.2654,46.4125s-20.6748,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm352.5,0c25.5906,0 46.2654,20.8202 46.2654,46.4125s-20.6748,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm-293.75,23.6469h110.5967v52.1406h-51.8467v117.5h51.8467v22.4719h-110.5967v-51.8469h-81.5158v-58.75h81.5158v-81.5156zm124.4029,0h110.5971v81.5156h81.6625v58.75h-81.6625v51.8469h-110.5971v-22.4719h51.8471v-117.5h-51.8471v-52.1406zm-6.9029,64.4781c25.5901,0 46.2654,20.8202 46.2654,46.4125s-20.6753,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm-176.25,88.125c25.5906,0 46.2654,20.8202 46.2654,46.4125s-20.6748,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm352.5,0c25.5906,0 46.2654,20.8202 46.2654,46.4125s-20.6748,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm-293.75,53.3156h110.5967v22.4719h-51.8467v117.5h51.8467v52.2875h-110.5967v-81.6625h-81.5158v-58.75h81.5158v-51.8469zm124.4029,0h110.5971v51.8469h81.6625v58.75h-81.6625v81.6625h-110.5971v-52.2875h51.8471v-117.5h-51.8471v-22.4719zm-6.9029,34.8094c25.5901,0 46.2654,20.8202 46.2654,46.4125s-20.6753,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm-176.25,88.125c25.5906,0 46.2654,20.8203 46.2654,46.4125s-20.6748,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125zm352.5,0c25.5906,0 46.2654,20.8203 46.2654,46.4125s-20.6748,46.2656-46.2654,46.2656-46.4125-20.6733-46.4125-46.2656 20.8187-46.4125 46.4125-46.4125z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-064 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m339.9975,29.9471c-74.4602-24.1534-168.9843.9596-238.9555,70.9308s-95.278,164.6891-71.1246,239.1493c9.5782-66.1157 47.1447-139.5873 108.9157-201.3582s135.0488-99.1436 201.1645-108.7218zm142.0554,142.0554c-9.5782,66.1157-47.0477,139.2965-108.8187,201.0675s-135.1456,99.4343-201.2614,109.0126c74.4602,24.1534 169.1782-1.1536 239.1493-71.1247s95.0843-164.4953 70.9308-238.9554zm-92.1519-49.9035c-50.4068-50.4068-151.2436-31.3161-225.1957,42.6359s-93.0428,174.7889-42.636,225.1957 151.2437,31.3161 225.1957-42.6359 93.0427-174.7889 42.636-225.1957zm-74.0316,24.6126c.6904.5636 1.2938,1.2938 1.938,1.938l45.543,45.543c10.3068,10.3069 10.3068,26.9029 0,37.2096s-26.9028,10.3068-37.2096,0l-45.543-45.543c-10.3068-10.3069-10.3068-26.9028 0-37.2096 9.6627-9.6627 24.9181-10.3929 35.2717-1.938zm-75.6789,56.4927c.6904.5636 1.1969,1.197 1.8411,1.8411l64.923,64.9231c10.3069,10.3068 10.3069,26.9028 0,37.2095s-26.9027,10.307-37.2096,0l-64.923-64.923c-10.3068-10.3068-10.3068-26.9027 0-37.2096 9.6626-9.6626 25.0149-10.2959 35.3685-1.8411zm-56.3959,75.5821c.6904.5636 1.2938,1.2938 1.938,1.9379l45.543,45.543c10.3068,10.3068 10.3068,26.9028 0,37.2096s-26.9028,10.3068-37.2096,0l-45.543-45.543c-10.3068-10.3068-10.3068-26.9028 0-37.2096 9.6626-9.6626 24.918-10.3929 35.2716-1.9379z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-065 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m24.4229,30.17c-.4263-.008-.9254.0777-1.2546.1647s-.5117.1401-.7843.3293c-2.1715,1.5199-1.8509,6.3101 1.4116,13.5169s9.4935,16.806 18.8193,28.0227c9.3239,11.2165 21.7291,24.0649 37.7952,36.7593s35.7782,25.2849 58.4963,36.4297c14.41,7.0867 29.9994,13.4733 46.735,18.9566-27.8781,22.6611-45.5708,57.876-44.8531,96.5961 .5048,27.2397 9.9733,51.9331 25.5632,71.2108-14.381,1.8042-27.9851,4.3103-40.4615,7.4178-22.3884,5.5771-41.4209,12.6467-56.4578,19.7808s-26.0971,14.2264-33.0903,19.9457c-6.9817,5.7217-9.6284,10.0791-8.3121,12.363s6.5406,2.5324 15.3691,1.1539 21.1795-4.3317 36.384-7.4178 33.3964-6.3496 53.9485-8.7365 43.5183-3.658 67.906-2.9671c2.732.077 5.5439.1978 8.3121.3293-19.0437,7.9079-35.9569,18.2668-50.1848,29.1766-14.4567,11.0872-26.3355,22.6196-35.2864,33.2976s-15.0364,20.2715-18.6622,27.5283c-3.6143,7.256-4.7304,12.3365-3.2936,14.1762s5.2483.2924 11.135-3.2968 13.8615-9.2935 23.8378-16.1543 21.8709-14.8469 35.7566-22.4182c13.8836-7.5712 29.7827-14.816 47.0482-20.4401 15.9286-5.212 33.2098-8.7511 51.2828-10.3849 21.5107-1.9454 42.3188-.9508 61.3193,2.1429 16.4807,2.7086 31.4157,6.9116 44.8526,11.5388 5.3603,1.8461 10.5745,3.8468 15.3691,5.7694 4.9081,2.584 9.7389,5.1656 14.2711,7.7475 16.2021,9.2274 29.9819,18.1237 41.4025,25.8799s20.5983,14.2126 27.445,18.2972c5.1364,3.0632 8.9048,4.9153 11.4482,4.9452 .8477.008 1.4981-.1162 2.039-.494 2.172-1.5201 1.5352-6.3107-1.7248-13.5169s-9.1828-16.8062-18.5062-28.0228-21.885-24.0649-37.9517-36.7592c-16.0646-12.6944-35.6211-25.2851-58.3398-36.4297-14.41-7.0869-30.1565-13.4731-46.8916-18.9565 27.8761-22.6611 45.5698-57.8764 44.8526-96.5962-.5048-27.2401-9.9712-51.933-25.5626-71.2108 14.3594-1.8067 27.9725-4.307 40.461-7.4178 22.3879-5.5771 41.2649-12.8116 56.3013-19.9456s26.0976-14.2262 33.0908-19.9457c6.9822-5.7217 9.9426-10.0788 8.6253-12.363s-6.6967-2.5321-15.5257-1.1539-21.1795,4.3316-36.384,7.4178-33.2408,6.3498-53.792,8.7365-43.6752,3.823-68.0631,3.1319c-2.7315-.0769-5.3863-.197-8.155-.3301 19.0441-7.9081 35.9589-18.2665 50.1848-29.1766 14.4587-11.0871 26.1794-22.6196 35.1294-33.2977s15.1944-20.2713 18.8193-27.5282 4.5758-12.3364 3.1366-14.1763c-.3563-.4594-.7672-.7649-1.4117-.8241-1.9306-.1778-5.151,1.4287-9.5662,4.121-5.8877,3.5898-13.8615,9.2935-23.8378,16.1543s-22.0286,14.847-35.9132,22.4183-29.6271,14.8156-46.8917,20.4401c-15.9291,5.2119-33.3668,8.751-51.4393,10.3849-21.5127,1.9454-42.1602.9506-61.1627-2.143-16.4807-2.7087-31.5727-6.9119-45.0092-11.5388-5.3607-1.846-10.4169-3.8466-15.2126-5.7693-4.9076-2.5841-9.8944-5.1654-14.4281-7.7475-16.2006-9.2272-29.9803-18.1237-41.4024-25.8799s-20.4423-14.2128-27.288-18.2973c-5.1369-3.0633-8.9053-4.9152-11.4482-4.9451zm229.9084,149.1801c2.4625-.0616 5.02-.0462 7.5277.1647 40.1262,3.3314 69.9781,40.4085 66.8089,82.5848s-38.2874,73.718-78.4137,70.3867-70.1347-40.4084-66.9655-82.5848c2.9714-39.5403 34.1071-69.6778 71.0426-70.5515zm-162.7863,39.3967c-19.5821,0-35.4435,16.6717-35.4435,37.2539s15.8614,37.2538 35.4435,37.2538 35.5996-16.6717 35.5996-37.2538-16.0185-37.2539-35.5996-37.2539zm329.0233,0c-19.5816,0-35.4425,16.6717-35.4425,37.2539s15.8609,37.2538 35.4425,37.2538 35.4435-16.6717 35.4435-37.2538-15.8614-37.2539-35.4435-37.2539z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-066 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m239.308,21.0035c-2.0113.142-4.0988.3848-6.0962.5801l4.4996,30.6174c-2.9224.2558-5.8098.6378-8.709,1.0158-2.6987.3517-5.4768.712-8.1284,1.1608l-3.6288-30.6174c-9.1098,1.4644-18.1004,3.548-26.998,6.0945l.2904.2897c-5.7613,1.6747-11.5031,3.5286-17.1278,5.6591l12.0475,28.1505c-2.52.937-5.0382,2.0153-7.5479,3.0473-2.6752,1.1001-5.3313,2.122-7.9833,3.3375l-11.3218-28.2957c-5.4662,2.4809-10.8666,5.2451-16.1117,8.126v-.4353c-8.0927,4.489-15.8899,9.3937-23.3693,14.8008l19.0148,24.2326c-2.2273,1.5733-4.3819,3.1448-6.5317,4.7885-.1614.1247-.2738.3099-.436.4353-2.143,1.6479-4.3208,3.2242-6.3867,4.9335l-18.5793-24.8131c-1.5716,1.2923-3.1002,2.5767-4.6448,3.9179l.2904.4353c-4.1234,3.5888-8.1235,7.3955-12.0475,11.3183-3.9741,3.9729-7.8353,8.0117-11.4669,12.1889l-.436-.4353c-1.3218,1.5223-2.6453,3.238-3.919,4.7885l24.9658,18.4284c-3.4149,4.1273-6.7169,8.4786-9.8702,12.9144-.1398.1953-.2962.3841-.4353.5801l-24.095-18.8638c-5.3708,7.4352-10.4877,15.1754-14.9505,23.217h.4353c-2.8941,5.2657-5.6291,10.5906-8.1284,16.1068l28.4495,11.3182c-.2155.4706-.3675.9784-.5809,1.451-.9814,2.1835-1.9991,4.3314-2.903,6.5298-.9144,2.2237-1.7733,4.4427-2.6128,6.6749-.1074.2839-.1845.5859-.2904.8707l-28.1592-12.0439c-2.1103,5.6183-3.9897,11.2326-5.6608,16.9774l-.2904-.2897c-2.5473,8.8948-4.6322,18.0243-6.0963,27.1348l30.6267,3.6277c-.2003,1.1867-.4007,2.43-.5808,3.6276-.2645,1.706-.503,3.3754-.7258,5.0787-.1513,1.1562-.3027,2.3281-.4353,3.4825-.1715,1.5475-.2912,3.0914-.4353,4.6434h-.1456l-30.6268-4.4982c-.1953,2.0153-.2926,4.062-.4353,6.0944h.5808c-.3769,5.4525-.5809,10.9944-.5809,16.5421 0,5.6186.1939,11.3114.5808,16.8322h-.5808c.1441,2.0419.2378,4.0652.4353,6.0945l30.6268-4.4983c.253,2.6793.6644,5.2903 1.016,7.9808 .3704,2.834.6745,5.7214 1.1613,8.5613l-30.3364,3.7727c1.4613,9.0541 3.4189,18.0037 5.9511,26.8446l.2904-.2897c1.6781,5.7692 3.5263,11.6004 5.6608,17.2676l28.1593-12.0438c.9464,2.5482 1.8711,5.0539 2.903,7.5455 .6745,1.6379 1.46,3.3038 2.1773,4.9337 .4454,1.0084.8492,2.0489 1.3063,3.0472l-28.4495,11.3183c2.4792,5.4632 5.1015,10.8632 7.9833,16.1068h-.436c4.4902,8.0908 9.5446,16.0323 14.9505,23.5071l24.2401-19.0089c1.568,2.2064 3.135,4.227 4.79,6.3847 .1088.1412.1809.294.2904.4353 .0288.036.1146.1074.1456.1449 1.642,2.1161 3.2038,4.3191 4.9351,6.3846l-24.8208,18.4284c1.2877,1.5628 2.7277,2.9602 4.0643,4.4983l.436-.2904c3.5898,4.1222 7.3978,8.121 11.3218,12.0438 3.9741,3.9729 8.0141,7.833 12.1926,11.4634l-.4353.4353c1.5463,1.3418 3.0698,2.7678 4.6448,4.063l18.5793-24.8131c1.2708,1.0515 2.619,2.0183 3.919,3.0472 .826.6594 1.634,1.3863 2.4676,2.0315 .1384.1059.2969.1838.436.2904 2.1521,1.6575 4.3319,3.2261 6.5317,4.7885l-19.0148,24.2327c7.4355,5.3661 15.1802,10.3394 23.2242,14.8008v-.4353c5.2451,2.8809 10.7461,5.6016 16.2569,8.1259l11.3218-28.2957c.6702.3063 1.3582.57 2.0321.8706 1.7978.8014 3.5627,1.5727 5.3706,2.3217 .183.0764.3971.0721.5809.1449 2.5096,1.0321 5.0278,2.1103 7.5478,3.0473l-12.0475,28.0055c5.6174,2.1106 11.3812,4.1337 17.1278,5.8042l-.2904.2897c8.898,2.547 17.8883,4.4852 26.998,5.9494l3.6288-30.4723c2.6956.4562 5.4043.8033 8.1284,1.1608 .1499.0216.2847.1261.4353.1449 .0504.005.0966-.005.1456,0 1.3352.1686 2.7222.2912 4.0643.4353 1.3187.1492 2.6058.3113 3.919.4353l-4.4997,30.6174c2.028.1953 4.199.4367 6.2415.5801v-.7256c5.5226.387 11.0721.5801 16.6924.5801 5.5493,0 11.093-.2032 16.5471-.5801l.1456.5801c2.033-.1427 3.9335-.2429 5.9512-.4353l-4.3545-30.6173c3.4987-.307 7.004-.8286 10.4508-1.306 2.0858-.2883 4.176-.521 6.2415-.8706l3.6288,30.3271c9.0533-1.4616 18.0093-3.2727 26.8528-5.8042l-.2904-.2904c5.7466-1.6706 11.5907-3.6936 17.2729-5.8042l-12.0475-28.0055c5.2947-1.9494 10.4629-4.2089 15.5311-6.5298l11.4669,28.5859c5.5179-2.4986 10.8444-5.2327 16.1117-8.126v.4353c8.044-4.4615 15.7866-9.5768 23.2241-14.9459l-19.0148-24.2327c.5362-.3812 1.0625-.7736 1.5967-1.1608 1.8038-1.2909 3.6213-2.5815 5.3706-3.9179 2.1376-1.6572 4.2963-3.325 6.3866-5.0787l18.5793,24.8131c1.5725-1.2952 3.0985-2.7212 4.6449-4.0629l-.4353-.4353c4.1785-3.6305 8.2184-7.4904 12.1926-11.4634 3.9239-3.9228 7.7318-7.9217 11.3218-12.0438l.436.2897c1.3365-1.5381 2.774-2.9356 4.0643-4.4983l-24.9659-18.5736c3.5428-4.2817 7.0458-8.7006 10.3057-13.3498l24.3852,19.154c5.4089-7.477 10.315-15.2719 14.8054-23.362h-.436c2.9036-5.2832 5.6311-10.7443 8.1284-16.2519l-28.5947-11.3183c1.4797-3.2294 2.8765-6.5475 4.2094-9.8672 .7682-1.9061 1.4637-3.7402 2.1772-5.6592l28.3044,12.0438c2.1345-5.6673 3.9827-11.4984 5.6609-17.2676l.2904.2897c2.5323-8.8409 4.4898-17.7906 5.9512-26.8446l-30.6267-3.7728c.098-.5773.1975-1.1616.2904-1.7413 .3791-2.2721.7135-4.5548 1.0161-6.82 .361-2.6993.7625-5.3014 1.0161-7.9808l30.6267,4.3532c.1938-1.9985.4389-3.9387.5808-5.9493h-.5808c.387-5.5208.5808-11.2137.5808-16.8323 0-5.5477-.2032-11.0896-.5808-16.5421h.5808c-.1456-2.07-.382-4.1873-.5808-6.2395l-30.6267,4.4982c-.2573-2.7273-.6479-5.3781-1.0161-8.1259-.0216-.1434.0216-.2926 0-.4353-.3675-2.6982-.8306-5.4199-1.3063-8.126l30.7719-3.6277c-1.464-9.1105-3.549-18.2399-6.0963-27.1348l-.2904.2897c-1.6837-5.7884-3.5311-11.4627-5.6608-17.1226l-28.3044,12.1889c-1.0034-2.7235-1.9428-5.4641-3.0482-8.1259-.3805-.9134-.7675-1.847-1.1611-2.757-.6709-1.5561-1.3288-3.1073-2.0321-4.6434l28.3043-11.3182c-2.5196-5.5379-5.2342-10.9861-8.1284-16.2518h.436c-4.4631-8.0408-9.4375-15.7836-14.8054-23.217l-24.2401,19.0089c-1.592-2.2402-3.0917-4.472-4.79-6.6749-1.7674-2.3256-3.6769-4.5976-5.5157-6.82l24.9659-18.4285c-1.2764-1.5504-2.5974-3.2662-3.9191-4.7885l-.436.4353c-3.6315-4.1772-7.4927-8.216-11.4668-12.1889-3.924-3.9228-7.9241-7.7295-12.0475-11.3183l.2904-.4353c-1.5671-1.3609-3.0524-2.6075-4.6448-3.9179l-18.5793,24.8132c-2.0367-1.6852-4.1179-3.3081-6.2414-4.9336-.1895-.147-.3899-.2897-.5809-.4353-2.1343-1.6222-4.3179-3.235-6.5318-4.7886l19.1599-24.2326c-7.4774-5.4043-15.4217-10.4569-23.5144-14.9459v.4353c-5.2585-2.8884-10.6274-5.5113-16.1117-7.9808l-11.3217,28.4408c-2.6523-1.227-5.302-2.3728-7.9833-3.4825-2.5088-1.0385-4.9817-2.0955-7.5478-3.0473l12.0475-28.1505c-5.6988-2.1348-11.5018-3.9815-17.2729-5.6592l.2904-.2897c-8.8433-2.5308-17.7994-4.4876-26.8528-5.9493l-3.6288,30.4722c-2.6517-.4482-5.4298-.8092-8.1284-1.1608-.1982-.0288-.382-.1196-.5809-.1449-2.658-.3387-5.3065-.6342-7.9833-.8706l4.4996-30.6173c-2.0253-.1975-4.0555-.2912-6.0962-.4353l-.1456.4353c-5.4542-.3769-10.9979-.436-16.5472-.4353-5.6202,0-11.1698.0504-16.6924.4353v-.5809zm16.6924,48.7556c2.9802-.0004 5.8768.004 8.8542.1449 .2371.007.4886-.0144.7258,0 5.7152.294 11.454.9238 17.1277,1.7413 1.9885.2861 3.9711.6652 5.9512,1.0158 1.6001.2839 3.2044.5463 4.79.8706 2.2963.4692 4.5413,1.04 6.822,1.5963 2.9111.7098 5.8284,1.4696 8.7091,2.3217s5.719,1.7628 8.5639,2.757 5.7605,2.0561 8.5639,3.1923 5.5171,2.3494 8.2736,3.6277 5.5695,2.6425 8.2736,4.0629 5.3372,2.9358 7.9833,4.4983c1.7066,1.0077 3.3997,1.9804 5.0803,3.0473 1.466.9318 2.9166,1.9307 4.3545,2.902 2.0282,1.3696 4.1114,2.7499 6.0964,4.2081 .3942.2897.7697.578 1.1612.8706 2.1166,1.5804 4.1784,3.2516 6.2414,4.9336l.7258.5801c.1045.0865.1859.2032.2904.2897 3.4074,2.8184 6.6731,5.6565 9.8703,8.7063 1.0951,1.0435 2.1177,2.1171 3.1933,3.1923 2.0813,2.0837 4.2602,4.2048 6.2415,6.3847 .8121.8918 1.5306,1.8534 2.3224,2.757 1.1724,1.341 2.3494,2.6886 3.4836,4.063 1.4332,1.7367 2.8387,3.435 4.2093,5.2238 .4446.5801.8685,1.1557 1.3063,1.7413 .3517.4692.6695.9794 1.0161,1.451 1.4158,1.9313 2.8671,3.8174 4.2093,5.8043 .3928.5794.7761,1.158 1.1612,1.7412 1.2666,1.9206 2.4322,3.9799 3.6288,5.9494 1.5558,2.5607 3.0658,5.051 4.4997,7.6906s2.7562,5.4112 4.0643,8.126 2.5956,5.485 3.7739,8.271c.3301.7829.6969,1.5354 1.0161,2.3217 .822,2.0206 1.57,4.0392 2.3224,6.0945 .2962.8109.5859,1.6527.8709,2.4668 .7142,2.041 1.3874,4.0216 2.0321,6.0944 .7718,2.482 1.5076,5.0202 2.1772,7.5455 .1175.4425.3214.8623.4353,1.306 .1989.7708.392,1.5489.5808,2.3217 .5427,2.2269.9896,4.5625 1.4515,6.8199 .6205,3.032 1.1255,6.058 1.5967,9.1417s.8432,6.1553 1.1611,9.2868c.036.3899.1081.7711.1456,1.1608 .5607,5.8869.8709,11.8142.8709,17.8481 0,5.9914-.3185,12.0014-.8709,17.848-.0432.4288-.1016.8778-.1456,1.3059-.005.0505.005.098 0,.1449-.3156,3.0827-.6976,6.1054-1.1611,9.1417-.4713,3.0837-.9764,6.1096-1.5967,9.1416-.4692,2.2936-.8949,4.542-1.4515,6.82-.178.7298-.3942,1.4502-.5808,2.1766-.5607,2.1807-1.2461,4.3666-1.887,6.5298-.2292.7729-.4864,1.553-.7257,2.3217-.6508,2.0945-1.306,4.1645-2.0321,6.2396-.1211.3445-.3128.6724-.436,1.0158-.8886,2.4912-1.7599,4.9412-2.7578,7.4003-.3358.8268-.6688,1.6459-1.0161,2.4668-.2666.632-.5967,1.2565-.8709,1.8863-.9322,2.1371-1.894,4.2903-2.903,6.3847-.943,1.9583-1.8876,3.873-2.903,5.8042-.3856.7328-.7663,1.4496-1.1612,2.1766-1.0718,1.9748-2.19,4.0061-3.3385,5.9493-.374.632-.78,1.259-1.1612,1.8864-1.5558,2.5607-3.1161,5.0678-4.79,7.5456-1.3662,2.0209-2.7551,3.9714-4.2093,5.9493-.3265.4454-.6854.8638-1.0161,1.3059-1.5473,2.0664-3.1456,4.2244-4.79,6.2396-.2371.2912-.4864.5809-.7257.8706-1.7645,2.1357-3.4963,4.1659-5.3706,6.2395-.1614.1787-.2738.4021-.4353.5801-1.9829,2.1773-4.1368,4.2807-6.2415,6.3846-2.1069,2.107-4.3263,4.2351-6.5318,6.2396-.1506.1362-.2847.2991-.4353.4353-2.0586,1.8586-4.1011,3.6025-6.2414,5.3689l-.8709.7254c-2.0207,1.6474-4.1516,3.2257-6.2415,4.7886-.4346.3257-.8694.6947-1.3064,1.0157-1.962,1.4403-3.9316,2.8438-5.9512,4.208-2.4776,1.6738-4.9871,3.2327-7.5478,4.7886-1.8489,1.1223-3.7823,2.1401-5.6609,3.1923-.7353.4122-1.4358.9032-2.1773,1.306-.5635.3056-1.1761.5715-1.7418.8706-.3063.1629-.5636.4194-.8709.5801-2.553,1.3324-5.0936,2.5667-7.693,3.7728-1.9678.9151-3.9469,1.7643-5.9512,2.6119-.4756.2011-.9744.3834-1.4516.5801-1.0658.4403-2.1175.8851-3.1933,1.306-1.7367.6789-3.4731,1.2617-5.2254,1.8863-1.7328.6183-3.4694,1.3182-5.2255,1.8864-1.4467.467-2.899.875-4.3545,1.3059-1.1528.3423-2.3215.6954-3.4836,1.0158-1.2047.3315-2.4189.7091-3.6288,1.0157-2.7868.707-5.5834,1.3063-8.4187,1.8864-3.032.6205-6.0609,1.1251-9.1445,1.5961-1.3022.1989-2.6081.4086-3.9191.5801-3.5038.4612-7.0755.7532-10.596,1.0158-4.5652.3344-9.2836.5801-13.9345.5801-4.7493,0-9.4196-.2313-14.0796-.5801-1.2465-.0937-2.5292-.1715-3.7739-.2904-2.0934-.2003-4.1546-.4547-6.2414-.7255-.8701-.1124-1.7466-.1658-2.6128-.2897-.5347-.0771-1.0628-.209-1.5966-.2904-3.0837-.4713-6.1126-.9758-9.1445-1.5962-2.292-.4692-4.5617-.8987-6.8221-1.4511-.7278-.1773-1.4513-.3942-2.1773-.5801-2.9763-.7657-5.9374-1.7048-8.8542-2.6119-2.0855-.6486-4.1881-1.3123-6.2414-2.0315-.3856-.1355-.7759-.2976-1.1612-.4353-1.1281-.4036-2.2205-.8814-3.3385-1.306-2.1254-.8048-4.2859-1.5816-6.3867-2.4668-2.0043-.8476-3.9835-1.6967-5.9512-2.6119-.7739-.3589-1.5525-.6457-2.3224-1.0158-.7808-.3762-1.5476-.7741-2.3224-1.1608-1.9188-.9578-3.7805-2.0258-5.6609-3.0472-2.6397-1.4338-5.2775-2.9425-7.8381-4.4983s-5.0701-3.1147-7.5479-4.7885-4.8667-3.4358-7.2575-5.2238-4.8123-3.6159-7.1124-5.514c-2.1141-1.7447-4.2072-3.5343-6.2415-5.3689-.1766-.1593-.405-.2753-.5809-.4353-2.2055-2.0046-4.2797-4.1326-6.3866-6.2396-2.127-2.1264-4.2389-4.1833-6.2414-6.3846-2.0301-2.2336-3.8851-4.6344-5.806-6.9651-1.8927-2.2943-3.7498-4.6037-5.5158-6.9651-1.7879-2.3909-3.5516-4.7776-5.2254-7.2553s-3.2342-4.9848-4.79-7.5455c-.3812-.6277-.7872-1.2541-1.1612-1.8863-1.1638-1.9697-2.2534-3.9471-3.3384-5.9494-1.4339-2.6396-2.7562-5.266-4.0642-7.9808s-2.5958-5.485-3.774-8.271c-.8855-2.1001-1.6625-4.2599-2.4676-6.3847-.4252-1.118-.9028-2.2093-1.3063-3.3375-.6342-1.7757-1.1633-3.5784-1.7418-5.3689-.3142-.9704-.7171-1.9247-1.016-2.9021-.2948-.967-.5924-1.9314-.8709-2.9021-.6889-2.4004-1.2962-4.8342-1.887-7.2553-.5665-2.3168-1.1178-4.6152-1.5966-6.9651-.609-2.9861-1.1329-5.9603-1.5967-8.9965-.4713-3.0837-.8433-6.1553-1.1611-9.2868-.036-.3812-.1088-.7792-.1456-1.1608-.5571-5.8451-.8663-11.8579-.8709-17.848 0-.0504-7e-05-.0973 0-.1449s-7e-05-.0966 0-.1449c.005-5.9349.3236-11.7651.8709-17.5579 .036-.3899.1052-.7712.1456-1.1608 .0216-.1924-.0216-.3884 0-.5801 .3128-2.9683.7063-5.898 1.1611-8.8515 .3654-2.3938.7055-4.7472 1.1612-7.1102 .093-.4778.1939-.9735.2904-1.451 .4958-2.4655 1.1494-4.9714 1.7418-7.4005 .7113-2.9104 1.4692-5.8262 2.3225-8.7063 .2443-.8231.4706-1.6464.7257-2.4668 .4281-1.3768.8473-2.7 1.3063-4.0629 .3286-.9747.6709-1.9319 1.0161-2.9022 .6464-1.8176 1.3314-3.5778 2.0321-5.3689 .4353-1.113.8489-2.2312 1.3063-3.3374 .4468-1.0803.9848-2.1223 1.4515-3.1924 .9302-2.1346 1.8891-4.2789 2.903-6.3846 .9343-1.9392 1.9043-3.9032 2.903-5.8043 1.4218-2.7037 2.9358-5.335 4.4997-7.9808 .4007-.6782.7527-1.3591 1.1612-2.0315 2.7956-4.5967 5.7698-9.1023 8.9993-13.4948 .3474-.4728.6637-.9809 1.0161-1.4511 1.537-2.0553 3.1713-3.9608 4.79-5.9494 3.9804-4.8782 8.2244-9.673 12.7733-14.2204s9.3451-8.7901 14.2248-12.7693c2.4398-1.9896 4.8883-3.9567 7.4027-5.8042 7.543-5.5425 15.4007-10.3918 23.5144-14.6557 2.7046-1.4213 5.3715-2.7837 8.1285-4.0629 5.5138-2.5584 11.1471-4.8298 16.8374-6.8199 2.8452-.9951 5.6829-1.9041 8.5639-2.7571s5.7977-1.6107 8.709-2.3217c3.5307-.8621 7.1747-1.6685 10.7411-2.3217 2.315-.4238 4.6406-.8249 6.9672-1.1608 5.6702-.8187 11.2711-1.4456 16.9826-1.7413 .24-.0144.485.007.7258,0 2.9774-.1427 6.0191-.1449 8.9993-.1449zm-16.8374,12.6242c-13.604,1.3209-27.1296,4.1903-40.2067,8.7064-1.6086.5549-3.2039,1.1412-4.79,1.7413-.1002.036-.1903.1066-.2904.1449-.0432.0144-.1031-.0144-.1456,0-2.44.9304-4.7279,2.0119-7.1124,3.0472-1.6118.6998-3.2043,1.4299-4.79,2.1766-.7724.3632-1.5545.6407-2.3224,1.0157v.1449c-12.4139,6.0733-23.9901,13.4699-34.5458,22.2012l18.5792,18.7187c-1.4456,1.1549-2.6574,2.4069-4.0642,3.6276-.0504.0505-.0937.1002-.1456.1449-.3409.2955-.6767.5715-1.0161.8706-.2847.253-.5873.4706-.8709.7256-.6457.578-1.2444,1.2864-1.887,1.8864-.663.5974-1.3917,1.1268-2.032,1.7412-.6349.6082-1.2637,1.2669-1.887,1.8864l-.1456.1449-.1456.1449c-1.842,1.851-3.477,3.716-5.2254,5.6592-.1369.1549-.2991.2803-.4353.4353-1.4364,1.6056-2.8622,3.2817-4.2094,4.9336-.4353.5261-.8835,1.0653-1.3063,1.5962l-18.8696-19.0088c-8.6384,10.4938-16.0274,22.1733-22.0628,34.5352-1.1676,2.3916-2.2789,4.8052-3.3386,7.2553-1.7599,4.0697-3.4858,8.1163-4.9351,12.334l.1456.1449c-4.4761,12.993-7.4016,26.3492-8.7091,39.904l26.5626.1449c-.0944.8472-.0865,1.7449-.1456,2.612-.1038,1.0157-.361,2.0273-.4353,3.0472-.1881,2.5849-.3827,5.2456-.436,7.8357-.0216.8785.003,1.7333 0,2.612-.007,2.7518.1449,5.5221.2904,8.271 .0144.2422.1319.4821.1456.7256 .0577,1.1066.209,2.2245.2904,3.3375 .1074,1.6446.1023,3.2719.2904,4.9336h-26.5626c1.2882,13.5535 4.2396,26.9276 8.7091,39.9042 .854,2.4794 1.789,4.9523 2.7578,7.4003 .9673,2.4442 1.9666,4.8458 3.0482,7.2553 .764,1.7021 1.5015,3.3952 2.3224,5.0786 6.0309,12.3763 13.5295,23.8625 22.208,34.3901l18.7245-18.5736c1.1551,1.4453 2.5529,2.8017 3.7739,4.2081 .0432.0505.1016.0951.1456.1449 .2955.3409.5715.6767.8709,1.0158 2.0878,2.3532 4.1291,4.7083 6.3866,6.965 .2205.2205.5038.3625.7257.5801 .1694.1737.2616.4101.436.5801 .3812.3747.921.645 1.3063,1.0158 1.2501,1.1722 2.4946,2.3581 3.774,3.4825 .6277.5744 1.2457,1.187 1.8869,1.7413l1.0161.8706c1.1056.9638 2.1728,1.9734 3.3385,2.9021l-18.7244,18.7187c10.4771,8.6561 21.944,16.0461 34.2556,22.0561v.2904c18.9622,9.2469 39.2245,14.7326 59.802,16.6872v-26.5544c1.9692.222 3.9629.2861 5.9512.4353 .8275.0649 1.6348.2443 2.4676.2904 2.7893.1794 5.5839.2904 8.4187.2904 2.766,0 5.6899.005 8.4187-.1449 .5866-.036 1.1565-.1074 1.7418-.1449 .3156-.0216.5556-.1225.8709-.1449 1.8582-.1319 3.8216-.2306 5.6609-.4353v26.4093c13.5057-1.3019 26.8269-4.2641 39.7712-8.7064l.1456.1449c1.8125-.6241 3.587-1.3497 5.3706-2.0315 .6731-.2558 1.3617-.4605 2.0321-.7255 1.7537-.6954 3.5011-1.4259 5.2254-2.1766 .6767-.2926 1.3585-.5686 2.0321-.8706 1.7118-.7715 3.399-1.6418 5.0803-2.4668 12.3529-6.0616 23.8823-13.511 34.4006-22.2012l-18.7244-18.7187c2.1948-1.7486 4.2715-3.6227 6.3866-5.514 .9462-.8316 1.8265-1.7567 2.7579-2.6119 1.135-1.0421 2.3826-1.9466 3.4836-3.0473 .0735-.0735.0721-.2169.1456-.2904 .5693-.5722 1.1773-1.1602 1.7418-1.7412l.1456-.1449c1.2271-1.2776 2.4585-2.5741 3.6288-3.9179l1.1612-1.3059c.1629-.1859.2832-.3884.4353-.5801 .0504-.0504.1009-.0937.1456-.1449 1.221-1.4064 2.6186-2.7628 3.7739-4.2081l18.5793,18.5736c8.6407-10.4818 16.0477-21.935 22.0629-34.245 .8374-1.7105 1.6868-3.4926 2.4676-5.2238 .2998-.6688.5794-1.3582.8709-2.0315 .7544-1.7287 1.4797-3.4768 2.1773-5.2238 .9883-2.475 1.8849-4.8921 2.7578-7.4005 4.509-12.9551 7.5425-26.2575 8.8542-39.759h-26.7077c.3156-2.7896.5679-5.5815.7258-8.4162 .0144-.24-.0144-.485 0-.7255 .1355-2.5563.2767-5.1339.2904-7.6906 0-.1967.0006-.3841 0-.5801-.002-.874.0216-1.7382 0-2.612-.005-.3373-.1333-.6774-.1456-1.0157-.036-1.3579.0721-2.7049 0-4.0629-.0216-.3762-.1218-.7856-.1456-1.1608-.036-.5174-.1088-1.0805-.1456-1.5962-.1319-1.8577-.2306-3.6754-.4353-5.514h26.4174c-1.7741-18.7832-6.6566-37.3409-14.515-54.8499-.7542-1.6979-1.5171-3.4093-2.3224-5.0788-5.9915-12.4197-13.3962-24.0071-22.0629-34.5352l-18.7245,19.0089c-.6126-.7684-1.2608-1.5627-1.8869-2.3217-1.3135-1.5836-2.6868-3.1165-4.0642-4.6434-1.7147-1.9395-3.3693-3.8035-5.2255-5.6592-.0216-.0216-.1203.0216-.1456,0-1.9596-1.9567-3.9187-3.9738-5.9512-5.8042-.2803-.2508-.5888-.4771-.8709-.7256-.3877-.3438-.7706-.6767-1.1611-1.0157-.7571-.6572-1.5579-1.2184-2.3224-1.8863-.6558-.5729-1.2193-1.2081-1.887-1.7413l18.5793-18.7187c-10.5558-8.7318-22.1274-16.1416-34.5458-22.2012v-.1449c-.7978-.3884-1.6654-.6399-2.4676-1.0157-3.8115-1.7858-7.6528-3.5647-11.612-5.0786-.1405-.0504-.2948-.0923-.436-.1449-1.7292-.6544-3.4806-1.2893-5.2254-1.8863-13.0484-4.4649-26.4501-7.2763-40.0616-8.5613v26.4093c-.823-.0923-1.6484-.111-2.4676-.1449h-.1456c-.9516-.0886-1.9453-.0757-2.903-.1449-.5196-.036-1.0758-.1131-1.5967-.1449-.3848-.0216-.777-.124-1.1611-.1449-.431-.0216-.8715.0216-1.3063,0-2.3476-.124-4.7683-.2904-7.1124-.2897-2.5352-.0004-5.0152.1614-7.5478.2897h-.1456c-2.054.1066-4.1925.2436-6.2415.4353-.9339.0886-1.829.1802-2.7578.2904v-26.6995zm1.3063,56.4462c.8454.5347 1.7045,1.0853 2.4676,1.7413 3.0375,2.611 5.4191,6.1512 6.5317,10.3025 1.8907,7.0538-.1809,14.2348-4.7899,19.2991-5.7913-3.6829-9.58-10.07-9.58-17.4127 0-5.3652 2.0027-10.2512 5.3706-13.9302zm30.9171.1449c3.2796,3.6672 5.2254,8.4688 5.2254,13.7851 0,7.278-3.7717,13.5691-9.4348,17.2676-4.5351-5.0289-6.5275-12.1298-4.6448-19.154 1.3862-5.1716 4.6741-9.2069 8.8542-11.8986zm-60.5278,7.8357c4.6771,1.5209 8.8046,4.6769 11.4669,9.2868 3.6419,6.306 3.5122,13.8263.436,19.8795-6.4084-2.1413-11.7626-7.3457-13.6442-14.3655-1.3938-5.2004-.5463-10.4047 1.7418-14.8008zm90.2836,0c2.2815,4.4073 2.9875,9.6118 1.5967,14.8008-1.8965,7.0754-7.2798,12.2851-13.7893,14.3655-3.0769-6.0531-3.2065-13.5735.436-19.8795 2.6869-4.6524 6.9852-7.7832 11.7572-9.2868zm-117.1365,15.5263c4.9922.2133 9.9881,2.1494 13.7893,5.9494 5.1486,5.147 6.7935,12.3589 5.3705,19.0088-6.809-.312-13.3233-3.9665-16.9826-10.3025-2.6804-4.6411-3.2334-9.7937-2.1773-14.6558zm143.699,0c1.0561,4.8621.503,10.0146-2.1773,14.6558-3.6337,6.2918-10.0804,9.9465-16.8374,10.3025-1.4202-6.6498.3668-13.8619 5.5157-19.0088 3.7525-3.7514 8.5726-5.6919 13.499-5.9494zm-162.7137,21.3306c3.9946-.3005 8.3243.4627 12.0475,2.612 6.2937,3.6325 9.8051,10.1765 10.1605,16.9774-6.6213,1.3918-13.7209-.3668-18.8696-5.5141-3.8292-3.828-5.8837-8.781-6.0963-13.785 .9071-.1939 1.8277-.2198 2.7579-.2897zm178.8254,0c1.0132-.0649 1.9043-.075 2.903,0 .9423.0721 1.9843.2371 2.903.4353-.2493,4.9508-2.1616,9.8516-5.9512,13.64-5.1842,5.1826-12.5004,6.9584-19.1598,5.514 .3553-6.8008 3.8669-13.3449 10.1605-16.9774 2.7923-1.6117 6.1051-2.4135 9.1445-2.6119zm-87.9612,9.1417c2.0205,0 4.0862.0966 6.0963.2897 .1449.0144.2912-.0144.436,0 1.3232.1362 2.6059.3603 3.9191.5801 .7785.129 1.5537.2782 2.3224.4353 .5808.1203 1.164.2984 1.7418.4353 1.4568.3416 2.9381.7209 4.3545,1.1608 1.6505.5182 3.3237,1.0839 4.9351,1.7413 1.8941.7727 3.6887,1.6467 5.5157,2.6118 .2854.1492.5881.2818.8709.4353 1.5294.8387 3.0287,1.6368 4.4997,2.6119 .2378.1557.4901.2767.7257.4353 3.2374,2.2083 6.2672,4.8142 9.1445,7.6906 2.3118,2.311 4.4954,4.8425 6.3867,7.4004 .9457,1.2789 1.777,2.5876 2.6127,3.9178s1.5999,2.6884 2.3224,4.063c1.9265,3.6654 3.4889,7.5583 4.6448,11.4633 1.102,3.7227 1.9173,7.4855 2.3224,11.3183 .0216.1874-.0216.3928 0,.5801 .1924,2.0124.2904,3.9296.2904,5.9494 0,1.5149-.036,3.1352-.1456,4.6434-.003.0505.004.0966 0,.1449-.3452,4.4758-1.1809,8.858-2.4676,13.2047-.578,1.9524-1.2778,3.92-2.0321,5.8042s-1.6495,3.6813-2.6127,5.514c-.1506.2854-.2818.5881-.4353.8706-.8512,1.5516-1.7817,3.02-2.7578,4.4983-1.1559,1.7503-2.2803,3.4257-3.6288,5.0787-.1103.1362-.1787.2998-.2904.4353-1.2668,1.5233-2.7893,2.9335-4.2094,4.3532-1.0785,1.0781-2.0602,2.2079-3.1933,3.1923-.2839.2465-.5837.485-.8709.7256-1.433,1.2016-2.9915,2.2827-4.4997,3.3375s-3.071,1.9944-4.6448,2.902c-.3978.227-.7579.5066-1.1612.7256-1.1909.6529-2.407,1.3165-3.6288,1.8864-.6183.2897-1.2584.6018-1.8869.8706-1.0078.4295-2.0236.7864-3.0482,1.1608-.9026.3308-1.8286.5816-2.7578.8706-.0432.0144-.1009-.0144-.1456,0-1.6621.5124-3.3493,1.0744-5.0803,1.4511-.2883.0649-.5845.0865-.8709.1449-.1939.0432-.3863.1067-.5809.1449-.8738.1708-1.7449.3048-2.6127.4353-1.1644.178-2.3116.3236-3.4836.4353-1.9651.1881-3.9911.2854-5.9512.2897-2.0552,0-4.0924-.1009-6.0964-.2897-1.6775-.16-3.4129-.4274-5.0802-.7256-1.8125-.3207-3.6156-.6904-5.3705-1.1608-2.9484-.7954-5.8757-1.8175-8.7091-3.0473-1.4167-.6147-2.8315-1.3081-4.2093-2.0315s-2.7318-1.4901-4.0643-2.3217c-.0915-.0576-.1989-.0879-.2904-.1449-.9382-.5931-1.8538-1.2452-2.7578-1.8864-.8912-.6313-1.7483-1.3487-2.6128-2.0315-.3279-.2594-.694-.4598-1.016-.7256-.1859-.1535-.3964-.2803-.5808-.4353-.4692-.3942-.8466-.8959-1.3063-1.306-.8978-.8007-1.7518-1.6061-2.6127-2.4668-1.418-1.4175-2.8086-2.8422-4.0643-4.3532-.1117-.1355-.1794-.2984-.2904-.4353-1.1699-1.4309-2.313-2.8498-3.3385-4.3532-.1578-.2342-.2803-.4893-.4353-.7255-.6868-1.0365-1.2676-2.1262-1.887-3.1923-.7611-1.3233-1.5109-2.6809-2.1773-4.063s-1.3201-2.7718-1.8869-4.2081c-.5837-1.4784-1.1236-2.9677-1.5967-4.4982-.4583-1.4737-.8136-3.0003-1.1612-4.4983-.3538-1.5298-.6306-3.0739-.8708-4.6434s-.4576-3.1843-.5809-4.7885-.1456-3.1543-.1456-4.7885c0-6.5367.9276-12.7956 2.7578-18.7187 1.2008-3.8861 2.7515-7.6498 4.6448-11.1732 .0577-.1153.2277-.1751.2904-.2897 .9453-1.7304 1.9302-3.4252 3.0482-5.0787 .1585-.2349.2738-.4929.436-.7256 2.1448-3.0901 4.6002-5.9047 7.2576-8.5613 1.4286-1.4281 2.795-2.7759 4.3545-4.0629 .1535-.1268.2803-.3099.436-.4353 2.5963-2.1012 5.5003-3.9818 8.4187-5.6591 1.3602-.7817 2.7876-1.4949 4.2094-2.1766 .4317-.2076.8695-.3834 1.3063-.5801 1.397-.6313 2.7606-1.2104 4.2094-1.7413 1.1882-.436 2.4087-.9407 3.6288-1.3059 .3373-.0994.6774-.196 1.0161-.2904 .7084-.1989 1.4595-.2602 2.1772-.4353 1.2499-.3012 2.5115-.6464 3.774-.8707 1.6765-.3005 3.3621-.56 5.0802-.7255 2.0141-.1939 3.9307-.2904 5.9512-.2904zm-98.4121,15.6715c1.3753.0807 2.8251.3546 4.2093.7255 3.1145.8342 5.9547,2.3742 8.2736,4.3532 .7728.6594 1.5243,1.2724 2.1772,2.0316 1.7973,2.089 3.0769,4.4952 3.9191,7.1101-6.0823,3.1176-13.5197,3.2389-19.8856-.4353-4.6132-2.6626-7.7777-6.8002-9.2896-11.4634 3.2349-1.6819 6.8192-2.5431 10.596-2.3217zm197.9854,0c3.3849-.0216 6.6506.82 9.58,2.3217-1.512,4.6633-4.6765,8.8007-9.2896,11.4634-6.3079,3.6407-13.79,3.6137-19.8857.5801 2.0806-6.5087 7.2915-11.889 14.3699-13.7851 1.7302-.4634 3.5105-.5686 5.2254-.5801zm-99.7184,2.6119c-1.8107.0144-3.6135.2119-5.3706.4353-.7755.0987-1.5592.1521-2.3224.2904-1.258.2212-2.5341.5419-3.7739.8706-.3791.1002-.7844.1794-1.1612.2897-.8641.2602-1.7712.5614-2.6127.8706-.147.0504-.2897.0908-.4353.1449-1.0551.4007-2.0329.8306-3.0482,1.306-.997.4605-1.9361.9132-2.903,1.4511-.9867.5499-1.965,1.1228-2.903,1.7413-.0915.0576-.2011.0843-.2904.1449-.7246.485-1.3393,1.0718-2.0321,1.5961-.3848.3005-.7698.5513-1.1612.8706-.1074.0872-.1845.2025-.2904.2904-1.0823.8854-2.1952,1.7591-3.1933,2.757-.0216.0216.0216.1196 0,.1449-.9304.9345-1.9268,1.9067-2.7579,2.902-.0649.0793-.0793.2104-.1456.2904-1.8632,2.2637-3.4358,4.5996-4.79,7.1102-.6861,1.2718-1.3316,2.5992-1.887,3.9179-.2984.7084-.6104,1.457-.8709,2.1766-.2263.6262-.382,1.2472-.5808,1.8864-.4562,1.4542-.8562,2.8712-1.1612,4.3532-.2292,1.1112-.4367,2.2174-.5808,3.3375-.0432.3474-.1095.6659-.1456,1.0158-.0144.142.0144.2926 0,.4353-.1254,1.3681-.1456,2.8049-.1456,4.208 0,3.4105.3913,6.8247 1.1613,10.1575 .4194,1.8174.9465,3.6061 1.5966,5.3689 .609,1.6519 1.3651,3.3485 2.1772,4.9337 .0721.1326.0757.3034.1456.4353 .7738,1.4732 1.6614,2.8096 2.6128,4.208 1.561,2.2949 3.3293,4.4892 5.3705,6.5298l.1456.1449c1.0465,1.0404 2.1943,1.9703 3.3385,2.9021 .9272.7551 1.9162,1.4974 2.903,2.1766 .5412.374 1.043.8134 1.5966,1.1608 .036.0216.1117-.0216.1456,0 .4209.2623.879.4785 1.3064.7255 1.1443.6601 2.2775,1.3284 3.4836,1.8864 1.389.6428 2.7464,1.2415 4.2093,1.7413 .8116.2825 1.644.4922 2.4676.7255 1.1437.3192 2.3039.6421 3.4835.8706 .1405.0288.294-.0288.4353,0 1.2955.2385 2.5857.4547 3.9191.5801 1.6053.1535 3.1813.3099 4.79.2904 1.3961-.0144 2.7016-.1521 4.0642-.2904 1.5047-.1564 3.015-.4158 4.4997-.7255 .8244-.1722 1.6523-.361 2.4676-.5801 1.0878-.2897 2.1397-.6486 3.1933-1.0157 1.4188-.4944 2.8599-1.1123 4.2094-1.7413 .1376-.0649.2984-.0793.436-.1449 .6983-.3366 1.348-.6407 2.0321-1.0158 .7622-.4137 1.4425-.8502 2.1773-1.3059 1.2488-.7747 2.4658-1.5767 3.6288-2.4668 .1895-.1456.3928-.2875.5808-.4353 .24-.191.4886-.3834.7257-.5801 1.0791-.8901 2.0574-1.9164 3.0482-2.9021 1.0414-1.036 2.1123-2.0585 3.0482-3.1923 .0216-.0288-.0216-.1153 0-.1449 .9797-1.1933 1.9039-2.3359 2.7578-3.6277 1.6129-2.4398 2.9476-5.0925 4.0643-7.8357 1.0758-2.643 1.9096-5.4036 2.4675-8.2711 .5427-2.7902.8709-5.6109.8709-8.5613s-.3315-5.7827-.8709-8.5613c-.5564-2.8642-1.3925-5.6352-2.4675-8.271-.565-1.3858-1.1901-2.7511-1.887-4.063-2.023-3.8451-4.6193-7.4911-7.8381-10.7378l-.1456-.1449c-1.0951-1.0948-2.1661-2.0907-3.3385-3.0473-.2724-.2205-.5931-.3661-.8709-.5801-.1614-.1261-.2724-.312-.436-.4353-.6753-.5066-1.4727-.9816-2.1773-1.4511-.2018-.1348-.3769-.3041-.5809-.4353-.9096-.5859-1.8047-1.0754-2.7578-1.5962-.8542-.467-1.7363-.8997-2.6128-1.3059-.0966-.0432-.1931-.1009-.2904-.1449-.565-.2573-1.1644-.4915-1.7418-.7256-1.3133-.5319-2.6929-1.0449-4.0643-1.4511-1.2047-.3574-2.3842-.6169-3.6288-.8706-.1975-.0432-.3848-.1088-.5809-.1449-1.2652-.2443-2.4945-.4461-3.7739-.5801-.1405-.0144-.2926.0144-.4353,0-1.4252-.1362-2.9223-.2904-4.3545-.2904h-.1456zm-103.0569,23.9425c7.3285,0 13.7319,3.952 17.4181,9.7222-5.0277,4.489-12.168,6.5162-19.1599,4.6434-5.1806-1.3878-9.3572-4.6652-12.0475-8.8515 3.6692-3.3246 8.4618-5.5141 13.7893-5.5141zm206.5493,0c5.3383,0 10.1175,2.1773 13.7893,5.5141-2.6928,4.1751-6.8774,7.4666-12.0475,8.8515-7.1338,1.9108-14.2631-.2515-19.3051-4.9336 3.7509-5.6491 10.327-9.432 17.5633-9.432zm-203.0657,26.6995c5.1448-.036 10.0125,1.9216 13.7893,5.2238 .0504.0432.0951.1009.1456.1449-3.6862,5.7267-10.0896,9.577-17.4181,9.577-5.2544,0-9.9934-2.0134-13.6442-5.2238 2.6662-4.2403 6.6975-7.6024 11.9023-8.9966 1.7302-.4634 3.5105-.7135 5.2255-.7255zm200.7432,0c1.3781.0778 2.68.3546 4.0642.7255 3.1144.8343 6.1292,2.4901 8.4188,4.4983 .7634.6695 1.3791,1.4174 2.0321,2.1766 .6133.7135 1.0889,1.3909 1.5967,2.1766-3.6719,3.3027-8.451,5.3689-13.7893,5.3689-7.2824,0-13.8228-3.7657-17.5633-9.4319 4.0738-3.7121 9.5868-5.8333 15.2409-5.514zm-191.889,24.9582c1.0131-.08 2.0495-.075 3.0481,0 2.8249.2119 5.4834,1.0046 7.9833,2.3217-2.1117,6.4769-7.2924,11.7441-14.3699,13.6399-5.202,1.3935-10.4089.6897-14.8053-1.5961 1.5072-4.712 4.6645-8.939 9.2896-11.6085 2.7923-1.6116 5.8146-2.5172 8.8542-2.757zm178.8254,0c3.9947-.3005 8.1793.6082 11.9024,2.757 4.6826,2.7027 7.9512,6.9697 9.4348,11.7536-4.395,2.2826-9.6082,2.9883-14.8054,1.5962-7.0775-1.8959-12.375-7.2788-14.5151-13.7851 2.499-1.2811 5.2015-2.1126 7.9833-2.3217zm-160.8268,21.4756c1.4362.005 2.7977.1348 4.2093.4353-.3113,6.8096-3.8226,13.3193-10.1605,16.9775-4.5977,2.6536-9.8385,3.1894-14.6602,2.1765 .2486-4.9392 2.1881-9.878 5.9512-13.64 4.0531-4.0519 9.3319-5.9722 14.6602-5.9494zm146.0214,0c5.3544.0009 10.6071,2.0426 14.6602,6.0945 3.7525,3.7513 5.6957,8.57 5.9512,13.4948-4.9056,1.0673-10.2967.5095-14.9505-2.1766-6.338-3.6582-9.8491-10.1678-10.1605-16.9774 1.4612-.3135 3.0108-.436 4.4996-.4353zm-126.1358,16.252c.1427-.007.2926.005.436,0 1.4926,6.6897-.4461,13.9409-5.6609,19.1539-3.7631,3.762-8.5823,5.677-13.499,5.9494-1.0925-4.864-.6493-10.1574 2.032-14.8008 3.5826-6.2032 10.0174-9.856 16.6924-10.3025zm105.8148,0h.1456c6.6749.4468 13.1097,4.0993 16.6923,10.3025 2.6817,4.6434 3.1246,9.9369 2.0321,14.8008-4.8511-.3113-9.6394-2.0909-13.3539-5.8042-5.2162-5.2146-6.9827-12.577-5.5157-19.2991zm-85.9292,11.3182c3.1138,6.0817 3.2384,13.5183-.436,19.8796-2.6702,4.6236-6.9347,7.7794-11.612,9.2867-2.2331-4.3681-2.9769-9.5065-1.5966-14.6557 1.8966-7.0763 7.1642-12.4001 13.6442-14.5106zm66.0436.1449c2.7857.8521 5.3554,2.1772 7.5478,4.0629 3.0375,2.611 5.4191,6.1511 6.5318,10.3025 1.3817,5.1553.5239,10.4043-1.7418,14.8008-4.7487-1.4836-9.0537-4.7506-11.7572-9.4318-3.6389-6.3009-3.6068-13.6839-.5808-19.7344zm-44.1258,5.6591c.0908.1009.1989.186.2904.2897 4.404,5.0343 6.2089,12.0901 4.3545,19.0088-1.3881,5.1791-4.6414,9.3767-8.8542,12.0439-3.3242-3.6696-5.3706-8.4593-5.3706-13.7851 0-7.3451 3.7854-13.8756 9.58-17.5579zm22.4983.1449c5.6661,3.698 9.4348,10.1325 9.4348,17.4127 0,5.3496-2.0541,10.1098-5.3706,13.7851-4.1307-2.7168-7.3393-6.9336-8.709-12.0438-1.8925-7.0607.0576-14.1194 4.6448-19.154z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-067 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m154.0687,21-133.0687,133.0688c.2868.2803.4511.5974.7346.8812 56.4673,56.4691 56.7864,147.9255.8808,204.7437l129.6909,129.6907c56.8183-55.9044 148.2741-55.5878 204.7437.8812 .2868.2832.6003.449.8813.7344l133.0687-133.0687c-.2868-.2803-.5974-.5974-.8812-.8812-56.4691-56.4691-56.7854-147.7788-.8812-204.5969l-129.6905-129.6906c-56.8197,55.9044-148.1275,55.5878-204.5971-.8812-.2868-.2839-.6003-.596-.8813-.8813zm206.6534,73.8781c14.4318,0 28.7903,5.5842 39.8029,16.5969 22.0257,22.0255 22.0257,57.7276 0,79.7532-4.942,4.9422-10.5858,8.7319-16.5971,11.4562 6.8672,16.4376 10.7222,34.3877 10.7222,53.3156 0,18.9769-3.8212,36.9906-10.7222,53.4625 5.9826,2.7081 11.664,6.3762 16.5971,11.3094 22.0257,22.0256 22.0257,57.8749 0,79.9s-57.7286,22.0256-79.7529,0c-4.9434-4.9421-8.7311-10.5751-11.4567-16.5969-16.4228,6.8535-34.4073,10.575-53.3153,10.575s-36.8927-3.7215-53.3154-10.575c-2.7256,6.0218-6.5132,11.6547-11.4567,16.5969-22.0242,22.0255-57.873,22.0255-79.9,0-22.0241-22.0255-22.0241-57.8744 0-79.9 4.9834-4.9819 10.662-8.7436 16.7443-11.4562-6.8672-16.4377-10.7222-34.3877-10.7222-53.3156 0-18.9081 3.7215-36.8918 10.5751-53.3156-6.0217-2.7243-11.6537-6.514-16.5972-11.4562-22.0241-22.0257-22.0241-57.728 0-79.7532 11.0135-11.0128 25.5182-16.45 39.95-16.45 14.4356,0 28.9389,5.4372 39.95,16.45 4.9435,4.9421 8.7312,10.5866 11.4567,16.5969 16.4364-6.8671 34.3875-10.7219 53.3154-10.7219s36.879,3.8548 53.3154,10.7219c2.7256-6.0104 6.5133-11.6547 11.4567-16.5969 11.0112-11.0128 25.5144-16.5969 39.95-16.5969zm-104.7221,60.0719c-55.8082,0-101.0499,45.2416-101.0499,101.05s45.2417,101.05 101.0499,101.05 101.05-45.2416 101.05-101.05-45.2417-101.05-101.05-101.05zm0,19.6813c33.7446,0 61.1001,27.3554 61.1001,61.1s-27.3555,61.1-61.1001,61.1-61.1-27.3554-61.1-61.1 27.3554-61.1 61.1-61.1z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-068 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v70.5c90.8555,0 164.5,73.6445 164.5,164.5s-73.6446,164.5-164.5,164.5v70.5h470v-70.5c-90.8555,0-164.5001-73.6446-164.5001-164.5s73.6446-164.5 164.5001-164.5v-70.5h-470zm235,43.475c18.8719,0 34.075,15.203 34.075,34.075v314.9c0,18.8719-15.2031,34.075-34.075,34.075s-34.075-15.2031-34.075-34.075v-314.9c0-18.8719 15.203-34.075 34.075-34.075zm-235,70.2062v242.6375c66.9945,0 121.3188-54.3243 121.3188-121.3188s-54.3243-121.3187-121.3188-121.3187zm470,0c-66.9945,0-121.3188,54.3243-121.3188,121.3187s54.3243,121.3188 121.3188,121.3188v-242.6375z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-069 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-129.7869,0-235,105.2131-235,235s105.2131,235 235,235 235-105.2131 235-235-105.2131-235-235-235zm0,34.9562c110.5145,0 200.0437,89.5292 200.0437,200.0438s-89.5292,200.0438-200.0437,200.0438-200.1906-89.5292-200.1906-200.0438 89.6761-200.0438 200.1906-200.0438zm0,23.2063c-17.4369,0-31.5781,14.1412-31.5781,31.5781s14.1412,31.5781 31.5781,31.5781 31.5782-14.1412 31.5782-31.5781-14.1413-31.5781-31.5782-31.5781zm-73.5844,19.5344c-5.0904.1321-10.1153,1.5349-14.8343,4.2594-15.1009,8.7184-20.3217,28.0805-11.6031,43.1812s27.9335,20.0279 43.0343,11.3094 20.3216-27.7867 11.6031-42.8875c-5.994-10.3818-17.0011-16.1527-28.2-15.8625zm147.1688,0c-11.1989-.29-22.2061,5.4807-28.2,15.8625-8.7185,15.1008-3.6445,34.3159 11.4562,43.0344s34.4628,3.6446 43.1813-11.4563 3.4977-34.4628-11.6032-43.1812c-4.719-2.7245-9.744-4.1275-14.8343-4.2594zm-198.575,53.1688c-11.1989-.29-22.2061,5.4807-28.2,15.8625-8.7184,15.1008-3.4977,34.3159 11.6031,43.0344s34.169,3.4977 42.8875-11.6031 3.7914-34.316-11.3093-43.0344c-4.719-2.7245-9.8909-4.1275-14.9813-4.2594zm249.9812,0c-5.0904.1321-10.2623,1.5349-14.9812,4.2594-15.1008,8.7184-20.1747,28.0805-11.4563,43.1812s27.9336,20.1747 43.0344,11.4563 20.3215-27.9336 11.6032-43.0344c-5.994-10.3818-17.0012-16.1527-28.2001-15.8625zm-124.9906,14.3938c-49.5575,0-89.7406,40.1831-89.7406,89.7406s40.1831,89.7406 89.7406,89.7406 89.7407-40.1831 89.7407-89.7406-40.1831-89.7406-89.7407-89.7406zm-145.4063,58.3094c-17.4369,0-31.4312,14.1412-31.4312,31.5781s13.9943,31.5782 31.4312,31.5781 31.4313-14.1412 31.4313-31.5781-13.9944-31.5781-31.4313-31.5781zm290.8125,0c-17.4369,0-31.5781,14.1413-31.5781,31.5781s14.1413,31.5781 31.5781,31.5781 31.4313-14.1412 31.4313-31.5781-13.9944-31.5782-31.4313-31.5781zm-272.1593,72.7031c-5.0733.1222-10.1154,1.5349-14.8344,4.2594-15.1008,8.7185-20.3216,27.9336-11.6031,43.0344s28.0804,20.3216 43.1813,11.6031 20.0277-27.9336 11.3093-43.0344c-5.9939-10.3818-16.8918-16.131-28.0531-15.8625zm250.4219,0c-10.1124.7151-19.6667,6.2776-25.1157,15.7156-8.7184,15.1008-3.6445,34.4628 11.4563,43.1812s34.4628,3.4977 43.1813-11.6031 3.4977-34.316-11.6032-43.0344c-5.6629-3.2694-11.8514-4.6884-17.9187-4.2594zm-198.575,53.1687c-10.0909.6782-19.6666,6.1308-25.1156,15.5688-8.7185,15.1008-3.4978,34.4628 11.6031,43.1813s34.3159,3.4977 43.0343-11.6032 3.4977-34.169-11.6031-42.8875c-5.6628-3.2694-11.8643-4.6661-17.9187-4.2594zm146.7281,0c-5.0904.1319-10.2623,1.5349-14.9813,4.2594-15.1008,8.7184-20.1747,27.9335-11.4562,43.0343s27.9336,20.3216 43.0343,11.6032 20.3217-28.0805 11.6032-43.1813c-5.994-10.3819-17.0011-16.0058-28.2-15.7157zm-71.8219,19.3875c-17.4369,0-31.5781,13.9943-31.5781,31.4312s14.1412,31.5782 31.5781,31.5782 31.5782-14.1412 31.5782-31.5782-14.1413-31.4312-31.5782-31.4312z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-070 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m108.4747,490.9677c-29.6718-.5556-59.461-5.4589-87.4747-14.2826v-47.8397c35.0727,19.4171 79.6753,29.9296 124.1576,28.4265 23.7806-.699 48.3717-5.1394 73.5422-9.984 25.2272-4.9374 51.26-10.5088 78.3039-13.4506 67.6549-7.2503 136.6874,4.0181 193.9963,29.6745v4.0213c-59.8574-21.1903-127.8687-26.3143-189.4109-14.5599-24.4619,4.6225-48.4437,11.8599-73.3658,18.8586-24.8139,7.0523-50.817,13.8708-79.0094,17.1946-10.5775,1.2049-21.3786,1.8419-32.0976,1.9413-2.903.0288-5.7362.0577-8.6416,0zm382.5253-61.1517c-35.042-19.3462-79.5838-29.7881-123.9813-28.2878-23.7805.699-48.3717,5.1394-73.5421,9.984-25.2272,4.9374-51.26,10.3702-78.304,13.3119-67.7367,7.2591-136.8227-3.9866-194.1726-29.6745v-3.8827c59.8927,21.2334 127.9955,26.3237 189.5872,14.56 24.462-4.6226 48.4437-11.8599 73.3659-18.8586 24.8141-7.0522 50.817-13.8708 79.0094-17.1945 42.6172-4.8546 87.1816-.7084 128.0375,12.0639v47.9784zm-382.5253-54.4957c-29.6718-.5448-59.461-5.3574-87.4747-14.1439v-47.9784c35.0727,19.4171 79.6753,29.9296 124.1576,28.4265 23.7806-.699 48.3717-5.1394 73.5422-9.984 25.2272-4.9374 51.26-10.3701 78.3039-13.3119 67.6549-7.2503 136.6874,3.9139 193.9963,29.5358v4.0213c-59.8574-21.1903-127.8687-26.3142-189.4109-14.5599-24.4619,4.6226-48.4437,11.8599-73.3658,18.8586-24.8139,7.0522-50.817,13.8708-79.0094,17.1946-10.5775,1.2049-21.3786,1.8419-32.0976,1.9413-2.903.0288-5.7362.0504-8.6416,0zm382.5253-61.1517c-35.042-19.3464-79.5838-29.7882-123.9813-28.2878-23.7805.699-48.3717,5.1394-73.5421,9.9839-25.2272,4.9374-51.26,10.3702-78.304,13.3119-67.7367,7.2591-136.8227-3.9865-194.1726-29.6745v-3.8826c59.8927,21.2333 127.9955,26.3237 189.5872,14.5598 24.462-4.6224 48.4437-11.8598 73.3659-18.8586 24.8141-7.0522 50.817-13.8708 79.0094-17.1945 42.6172-4.8546 87.1816-.7084 128.0375,12.0639v47.9785zm-382.5253-54.4957c-29.6718-.5448-59.461-5.3573-87.4747-14.1439v-47.9784c35.0727,19.4171 79.6753,29.9296 124.1576,28.4265 23.7806-.699 48.3717-5.1394 73.5422-9.9839 25.2272-4.9374 51.26-10.3701 78.3039-13.3119 67.6549-7.2503 136.6874,3.9139 193.9963,29.5358v4.0213c-59.8574-21.1903-127.8687-26.3142-189.4109-14.5599-24.4619,4.6224-48.4437,11.8599-73.3658,18.8586-24.8139,7.0522-50.817,13.8707-79.0094,17.1945-10.5775,1.2049-21.3786,1.8419-32.0976,1.9413-2.903.0288-5.7362.0504-8.6416,0zm382.5253-61.1517c-35.042-19.3464-79.5838-29.7881-123.9813-28.2878-23.7805.699-48.3717,5.1394-73.5421,9.9839-25.2273,4.9374-51.26,10.3701-78.304,13.3119-67.7367,7.2591-136.8227-3.9865-194.1726-29.6745v-3.8826c59.8927,21.2333 127.9955,26.3237 189.5872,14.5598 24.4619-4.6225 48.4437-11.8599 73.3659-18.8586 24.8139-7.0522 50.817-13.8707 79.0094-17.1945 42.6172-4.8546 87.1816-.7084 128.0375,12.064v47.9784zm-382.5253-54.4957c-29.6718-.5448-59.461-5.3573-87.4747-14.1439v-47.9784c35.0727,19.4171 79.6753,29.9296 124.1576,28.4265 23.7806-.699 48.3717-5.1394 73.5422-9.984 25.2272-4.9374 51.26-10.3701 78.3039-13.3119 67.6549-7.2503 136.6874,3.9139 193.9963,29.5359v4.0213c-59.8574-21.1903-127.8687-26.3142-189.4109-14.56-24.4619,4.6226-48.4437,11.8599-73.3658,18.8586-24.8139,7.0522-50.817,13.8708-79.0094,17.1945-10.5775,1.2049-21.3786,1.8419-32.0976,1.9413-2.903.0288-5.7362.0504-8.6416,0zm382.5253-61.1517c-35.042-19.3463-79.5838-29.7881-123.9813-28.2878-23.7805.699-48.3715,5.1394-73.5421,9.984-25.2272,4.9374-51.26,10.5088-78.304,13.4506-67.7367,7.2591-136.8227-4.0908-194.1726-29.8132v-3.8827c59.8927,21.2333 127.9955,26.3237 189.5872,14.5599 24.462-4.6226 48.4437-11.8599 73.3659-18.8586 24.8141-7.0523 50.817-13.7322 79.0094-17.0559 42.6172-4.8546 87.1816-.7084 128.0375,12.064v47.8397z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-071 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m92.027,21.0001c-39.2037,0-71.0269,30.3396-71.0269,67.7094s31.8233,67.5625 71.0269,67.5625c32.6875,0 60.0548-21.0063 68.2774-49.6437h173.9775c22.3913,0 40.6883,18.4717 41.7002,41.8593 39.9068,20.4906 67.0554,60.9723 67.0554,107.5125s-27.1486,87.0219-67.0554,107.5125c-1.0119,23.3877-19.3089,41.8594-41.7002,41.8594h-173.9775c-8.2227-28.6711-35.59-49.7906-68.2774-49.7906-39.2037,0-71.0269,30.3395-71.0269,67.7093s31.8233,67.7093 71.0269,67.7093c31.5571,0 58.156-19.6945 67.361-46.8531h272.0405c33.0551,0 59.5715-24.7119 59.5715-55.3718v-265.5499c0-30.6599-26.5164-55.3719-59.5715-55.3719h-272.0405c-9.205-27.1586-35.8039-46.8531-67.361-46.8531zm-.1528,33.0469c21.1912,0 38.3392,16.4889 38.3392,36.8656s-17.148,36.8656-38.3392,36.8656-38.3393-16.4889-38.3393-36.8656 17.1481-36.8656 38.3393-36.8656zm224.5369,100.4625c-47.9207,0-88.3975,30.7684-101.2709,72.85h15.8856c16.4744,0 29.7857,12.7996 29.7857,28.6406s-13.3113,28.6406-29.7857,28.6406h-15.8856c12.8733,42.0815 53.3502,72.85 101.2709,72.85 58.2758,0 105.5479-45.4548 105.5479-101.4906s-47.2721-101.4906-105.5479-101.4906zm-224.3842,33.7812c-39.2037,0-71.0269,30.3395-71.0269,67.7094s31.8232,67.7093 71.0269,67.7093c28.4425,0 52.858-16.0317 64.1537-39.0687h-63.2373c-16.4742,0-29.7854-12.7996-29.7854-28.6406s13.3113-28.6406 29.7854-28.6406h63.2373c-11.2957-23.037-35.7113-39.0687-64.1537-39.0687zm224.3842,25.2625c24.3699,0 44.1433,19.0137 44.1433,42.4469s-19.7734,42.4468-44.1433,42.4468-44.1433-19.0137-44.1433-42.4468 19.7734-42.4469 44.1433-42.4469zm-208.9568,26.2906c-11.7911,0-21.3844,7.2046-21.3844,16.1562s9.5933,16.1562 21.3844,16.1562h109.8249c11.7904,0 21.2313-7.2046 21.2313-16.1562s-9.4409-16.1562-21.2313-16.1562h-109.8249zm-15.5801,144.3781c21.1912,0 38.3392,16.4889 38.3392,36.8656s-17.148,36.8656-38.3392,36.8656-38.3393-16.4889-38.3393-36.8656 17.1481-36.8656 38.3393-36.8656z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-072 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m486.8875,21.0002c2.6078,71.9065 4.1125,151.3005 4.1125,235s-1.5047,163.0936-4.1125,234.9998c-.9339-.2063-1.8362-.526-2.7907-.7355-10.4371-2.2984-18.6081-8.1877-23.2062-15.7454v-436.5965c4.5544-7.869 12.7432-14.1447 23.3531-16.4809 .8758-.1931 1.7627-.3125 2.6438-.4413zm-461.7751,0c.8812.1284 1.7679.2486 2.6438.4413 10.6099,2.3361 18.799,8.6119 23.3531,16.4809v436.5965c-4.5977,7.5576-12.7687,13.447-23.2063,15.7454-.9088.1998-1.861.383-2.7906.5886-2.6043-71.8671-4.1125-151.2113-4.1125-234.8528 0-83.6995 1.5047-163.0935 4.1125-235zm407.2844,21.0426c6.6049.235 13.1338,1.8893 18.9469,4.856v418.3501c-10.5662,5.4815-23.5531,6.793-34.9562,2.6487-1.1592-.4216-2.4054-1.0854-3.525-1.6189-4.7284-2.241-8.3857-5.3163-11.3094-8.829v-402.6047c2.959-3.5814 6.6597-6.7001 11.4562-8.9762 6.063-2.8759 12.7827-4.0608 19.3875-3.8259zm-352.7938,0c6.6048-.235 13.1777.9501 19.2406,3.8259 4.797,2.2761 8.644,5.3948 11.6032,8.9762v402.6047c-2.9244,3.5128-6.7278,6.5881-11.4563,8.829-1.1199.5335-2.3662,1.1975-3.525,1.6189-11.4031,4.1443-24.3901,2.8328-34.9562-2.6487v-418.3501c5.813-2.9667 12.4889-4.6211 19.0937-4.856zm176.397,15.8923c23.1397,0 41.8593,18.9019 41.8593,42.0852s-18.7196,41.938-41.8593,41.938-41.8594-18.7547-41.8594-41.938 18.7196-42.0852 41.8594-42.0852zm123.9624,17.9524c4.0405.2106 8.1579.9699 12.0438,2.2073v355.958c-4.3518,1.4475-8.9921,2.2485-13.5125,2.3544-9.8943.2317-19.5631-2.8173-26.8781-8.8291-4.9227-4.0449-8.1224-8.9859-9.5469-14.2739v-313.8726c1.3366-5.5423 4.5506-10.7827 9.6938-15.0094 6.6368-5.4543 15.3201-8.2553 24.2343-8.5347 1.3372-.0425 2.6189-.0699 3.9656,0zm-243.9593,0c8.9143.2792 17.4511,3.0804 24.0875,8.5347 5.1438,4.2267 8.5043,9.4671 9.8406,15.0094v313.8726c-1.4244,5.288-4.6244,10.229-9.5469,14.2739-7.3151,6.0118-16.9835,9.0607-26.8781,8.8291-4.5206-.1057-9.1608-.9069-13.5125-2.3544v-355.958c5.1812-1.6498 10.6608-2.3749 16.0094-2.2072zm196.3718,37.2292v285.9142c-7.0848-2.5272-14.3974-4.7559-21.8843-6.769-8.0909-22.3363-29.4015-38.2592-54.4906-38.2592s-46.3998,15.9229-54.4907,38.2592c-7.4869,2.013-14.7994,4.2417-21.8843,6.769v-285.9142c7.1417,2.5464 14.4699,4.7423 22.0312,6.7689 8.1399,22.2426 29.3216,38.2592 54.3438,38.2592s46.2038-16.0166 54.3437-38.2592c7.5404-2.0227 14.9084-4.2293 22.0312-6.7689zm-49.4968,77.6957h-53.7562c-8.3325,0-14.9813,6.6618-14.9813,15.0096s6.6488,15.1563 14.9813,15.1563h53.7562c8.3324,0 14.9812-6.808 14.9812-15.1563s-6.6488-15.0096-14.9812-15.0096zm0,50.1785h-53.7562c-8.3325,0-14.9813,6.5147-14.9813,14.8625s6.6488,15.1563 14.9813,15.1563h53.7562c8.3324,0 14.9812-6.808 14.9812-15.1563s-6.6488-14.8625-14.9812-14.8625zm0,50.0313h-53.7562c-8.3325,0-14.9813,6.5147-14.9813,14.8625s6.6488,15.1563 14.9813,15.1563h53.7562c8.3324,0 14.9812-6.8085 14.9812-15.1563s-6.6488-14.8625-14.9812-14.8625zm-26.8781,79.1672c23.1397,0 41.8593,18.7558 41.8593,41.9378s-18.7196,41.9383-41.8593,41.9383-41.8594-18.7539-41.8594-41.9383 18.7196-41.9378 41.8594-41.9378z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-073 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21c3.4783,40.6253 6.0335,83.7688 7.6484,128.6726h57.4378c35.4366-56.5052 98.2955-94.03 169.9138-94.03s134.4772,37.5248 169.9138,94.03h57.4378c1.6149-44.9039 4.1701-88.0473 7.6484-128.6726-71.8204,6.1492-151.296,9.598-235,9.598s-163.1796-3.4488-235-9.598zm235,69.4352c-91.4295,0-165.5648,74.1352-165.5648,165.5648 0,74.4026 49.1187,137.3503 116.6752,158.2164v-219.2534c0-33.1858 21.7441-59.8373 48.8896-59.8373s48.8896,26.6515 48.8896,59.8373v219.2534c67.5565-20.866 116.6752-83.8138 116.6752-158.2164 0-91.4295-74.1353-165.5648-165.5648-165.5648zm-101.9783,98.0791c16.2408,0 29.5437,13.153 29.5437,29.3937s-13.3029,29.3938-29.5437,29.3938-29.3937-13.153-29.3937-29.3938 13.1529-29.3937 29.3937-29.3937zm203.8066,0c16.2408,0 29.3938,13.153 29.3938,29.3937s-13.153,29.3938-29.3938,29.3938-29.5437-13.153-29.5437-29.3938 13.303-29.3937 29.5437-29.3937zm-327.9802.7498c.4871,21.9008.7499,44.152.7499,66.7358s-.2627,44.8349-.7499,66.7358h37.1921c-7.3866-20.8959-11.3976-43.3104-11.3976-66.7358s4.0109-45.84 11.3976-66.7358h-37.1921zm415.1117,0c7.3866,20.8958 11.3976,43.3104 11.3976,66.7358s-4.011,45.8399-11.3976,66.7358h37.1921c-.4872-21.9009-.7499-44.152-.7499-66.7358s.2627-44.8349.7499-66.7358h-37.1921zm-416.3114,173.0632c-1.6148,44.9038-4.1701,88.0474-7.6484,128.6726 71.8204-6.1491 151.296-9.598 235-9.598s163.1796,3.4488 235,9.598c-3.4783-40.6253-6.0335-83.7688-7.6484-128.6726h-57.4378c-35.4366,56.5052-98.2955,94.03-169.9138,94.03s-134.4772-37.5248-169.9138-94.03h-57.4378z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-074 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m454.5115,44.3754c-31.2711-31.2753-81.5262-31.2753-112.7972,0l-52.2439,52.2439c-8.9591-7.8224-20.6162-12.6715-33.4445-12.6715-12.8664,0-24.683,4.8075-33.6521,12.6715l-52.1401-52.1401c-31.271-31.2753-81.5261-31.2753-112.7971,0l-12.8792,12.8792c-31.271,31.2753-31.271,81.5219 0,112.7971l52.1401,52.3478c-7.8762,8.9721-12.6714,20.5669-12.6714,33.4444s4.7952,24.6801 12.6714,33.6522l-52.1401,52.1401c-31.271,31.2753-31.4786,81.5218-.2076,112.7971l12.9832,13.1908c31.271,31.2753 81.7338,31.0677 113.0048-.2078l52.1401-52.1401c8.9722,7.8763 20.6706,12.5677 33.5483,12.5677s24.5762-4.6914 33.5483-12.5677l52.1401,52.1401c31.271,31.2753 81.6299,31.3789 112.901.1039l12.9831-12.9831c31.2709-31.2753 31.1672-81.6257-.1038-112.901l-52.1401-52.1401c7.8762-8.9721 12.6716-20.7745 12.6715-33.6522s-4.7953-24.4722-12.6715-33.4444l52.1401-52.3478c15.6355-15.6376 23.4734-35.9094 23.4734-56.2947s-7.8379-40.8648-23.4734-56.5024l-12.9831-12.983zm-18.488,18.6956 12.9831,12.9831c10.6345,10.6359 15.7875,24.2586 15.7875,37.8068s-5.2569,27.067-15.8914,37.7029l-56.0869,56.087c-4.9682-1.6158-10.1763-2.5966-15.6836-2.5966-14.6833-5e-05-27.8969,6.2661-37.1836,16.2029-3.2976-7.9426-7.6142-15.3938-12.8792-22.0194l53.1788-53.1787c5.2851,2.7617 11.3773,4.2584 17.7608,4.2584 21.1132,0 38.1184-17.0052 38.1184-38.1184s-17.1091-38.2222-38.2223-38.2222-38.1183,17.0052-38.1183,38.1184c0,7.4443 2.142,14.4883 5.8164,20.3575l-52.6594,52.6594c-6.6099-5.3513-13.9338-9.8628-21.9155-13.1908 9.8302-9.2818 15.9952-22.415 15.9952-36.9758 0-5.5555-.9536-10.8856-2.5966-15.8913l56.087-55.8792c21.2657-21.2688 54.2438-21.3726 75.5096-.1039zm-133.6739,146.5532c11.8536,11.8537 19.215,28.3305 19.215,46.4275 0,36.1941-29.2407,65.4348-65.4348,65.4348s-65.7464-29.3446-65.7464-65.5387 29.4484-65.4348 65.6425-65.4348c18.097,0 34.4701,7.2575 46.3237,19.1111zm-150.7078-146.5532 55.8792,55.8793c-1.6704,5.0432-2.4927,10.3915-2.4928,15.9952 0,14.5609 6.103,27.798 15.8913,37.0797-7.9417,3.3114-15.2271,7.7716-21.8116,13.0869l-52.6594-52.6594c3.6745-5.8692 5.7126-12.8093 5.7126-20.2536 0-21.1132-17.0052-38.1183-38.1184-38.1183s-38.1184,17.0052-38.1184,38.1183 17.0052,38.1184 38.1184,38.1184c6.3869,0 12.4735-1.4939 17.7608-4.2584l53.1788,53.1787c-5.2704,6.6295-9.683,13.9669-12.9832,21.9155-9.2445-9.9368-22.2925-16.2029-36.9758-16.2029-5.4892,0-10.9373.9911-15.8913,2.5966l-55.9831-55.9831c-21.2688-21.2718-21.165-54.2378.1038-75.5097l12.8792-12.8792c21.2658-21.2688 54.2439-21.3726 75.5097-.1039zm241.3817,241.3817 55.9831,55.9831c10.6545,10.6559 15.6621,24.0135 15.6836,37.7029 .022,13.7057-4.9581,27.1837-15.5797,37.8068l-13.087,13.0869c-21.2366,21.2394-54.2147,21.1941-75.5096-.1039l-56.1909-56.1908c1.6157-4.9682 2.7005-10.2802 2.7005-15.7875 0-14.5609-6.1649-27.6942-15.9952-36.9758 7.8984-3.2933 15.2552-7.604 21.8116-12.8792l52.6594,52.6594c-3.599,5.8273-5.7125,12.6848-5.7125,20.0459 0,21.1132 17.0052,38.3261 38.1183,38.3261s38.3261-17.2129 38.3261-38.3261-17.109-38.2223-38.2222-38.2222c-6.4833,0-12.6239,1.6231-17.9685,4.4662l-53.1788-53.1788c5.3103-6.6582 9.7684-14.0241 13.0869-22.0193 9.2865,9.9365 22.3949,16.099 37.0797,16.099 5.5555,0 10.9894-.8498 15.9952-2.4928zm-104.7995-80.7029c-8.2051-8.2419-19.6307-13.2947-32.1981-13.2947-25.1348-4e-05-45.4928,20.358-45.4927,45.4927s20.4618,45.5967 45.5966,45.5967 45.3889-20.4619 45.3889-45.5967c0-12.5674-5.0896-23.9562-13.2947-32.198zm-116.1208,67.0966c3.3185,7.9952 7.7766,15.3611 13.0869,22.0193l-53.2826,53.2826c-5.344-2.8422-11.3823-4.57-17.8647-4.57-21.1132,5e-05-38.2222,17.1091-38.2222,38.2222s17.0052,38.3261 38.1184,38.3261 38.326-17.2128 38.326-38.3261c0-7.3611-2.2173-14.1148-5.8164-19.942l52.7634-52.7633c6.5564,5.2752 13.9131,9.5859 21.8116,12.8792-9.7883,9.2818-15.8914,22.5188-15.8913,37.0797-8e-05,5.5555.8497,10.7817 2.4928,15.7874l-55.9831,55.9831c-21.2152,21.2182-54.2963,21.3702-75.5097.3116l-.1038-.1038-12.7754-12.9832a26.4113,26.4113 0 0,0 -.2076-.2078c-21.2397-21.2426-21.0904-54.1048.2076-75.4058l55.983-55.9831c4.9683,1.6158 10.2802,2.4928 15.7875,2.4928 14.6849,0 27.8353-6.1624 37.0797-16.099z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-075 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m144.5218,32.0891c-26.318,0-48.3465,22.2821-54.9312,52.5812-2.0404-1.8711-4.5191-2.9375-7.1969-2.9375-7.1406,0-12.925,7.7338-12.925,17.3313v17.625c-16.5562,4.7196-28.7875,21.9503-28.7875,42.5938 0,13.89 5.5597,26.3486 14.2469,34.3687-19.9787,11.3293-33.9281,34.9201-33.9281,62.4219 0,27.457 13.8552,51.1309 33.7812,62.4219-8.6125,8.0636-14.1001,20.4015-14.1001,34.2219 0,20.6434 12.2314,37.8937 28.7875,42.5938v17.625c0,9.5974 5.7844,17.3313 12.925,17.3313 2.6777,0 5.1565-1.0664 7.1969-2.9375 6.5847,30.3021 28.6132,52.5812 54.9312,52.5812h.4404 .294c26.6048,0 48.9097-22.8031 55.225-53.6094 6.3153,30.8062 28.6202,53.6094 55.225,53.6094h.294 .4404c26.6047,0 48.7627-22.8031 55.0781-53.6094 6.3153,30.8062 28.6202,53.6094 55.225,53.6094h.294 .5874c26.3181,0 48.1996-22.2791 54.7843-52.5812 2.0616,1.8711 4.5192,2.9375 7.1969,2.9375 7.1406,0 12.925-7.7338 12.925-17.3313v-17.625c16.5562-4.7001 28.9343-21.9503 28.9343-42.5938 0-13.8203-5.4875-26.1583-14.0999-34.2219 19.926-11.291 33.6343-34.9649 33.6343-62.4219 0-27.5018-13.8025-51.0926-33.7812-62.4219 8.6873-8.0201 14.2468-20.4788 14.2468-34.3687 0-20.6435-12.3781-37.8742-28.9343-42.5938v-17.625c0-9.5975-5.7844-17.3313-12.925-17.3313-2.6777,0-5.1353,1.0664-7.1969,2.9375-6.5847-30.2992-28.4662-52.5812-54.7843-52.5812h-.5874-.294c-26.6048,0-48.9097,22.8031-55.225,53.6094-6.3154-30.8062-28.4734-53.6094-55.0781-53.6094h-.4404-.294c-26.6048,0-48.9097,22.8031-55.225,53.6094-6.3153-30.8062-28.6202-53.6094-55.225-53.6094h-.294-.4404zm0,40.8312h.4404 .294c23.6496,0 42.5938,26.0167 42.5938,58.3094v27.9062 193.7281 28.2c0,32.2927-18.9442,58.1625-42.5938,58.1625h-.294-.4404c-23.6495,0-42.5936-25.8698-42.5936-58.1625v-28.2-193.7281-27.9062c0-32.2927 18.9442-58.3094 42.5936-58.3094zm111.1844,0h.294 .4404c23.6496,0 42.5937,26.0167 42.5937,58.3094v27.9062 193.7281 28.2c0,32.2927-18.9441,58.1625-42.5937,58.1625h-.4404-.294c-23.6496,0-42.7406-25.8698-42.7406-58.1625v-28.2-193.7281-27.9062c0-32.2927 19.091-58.3094 42.7406-58.3094zm111.1844,0h.147 .4403c23.6496,0 42.5938,26.0167 42.5938,58.3094v27.9062 193.7281 28.2c0,32.2927-18.9442,58.1625-42.5938,58.1625h-.4403-.147c-23.6496,0-42.7407-25.8698-42.7407-58.1625v-28.2-193.7281-27.9062c0-32.2927 19.0911-58.3094 42.7407-58.3094zm-231.6219,46.4125c-9.299,1.2587-16.4499,11.7614-16.4499,24.675v100.9031h52.1406v-100.9031c0-13.7745-8.1621-24.675-18.3594-24.675h-7.6375-7.7844c-.6371,0-1.2894-.0841-1.9094,0zm111.0375,0c-9.2828,1.2587-16.3031,11.7614-16.3031,24.675v100.9031h52.1406v-100.9031c0-13.7745-8.0152-24.675-18.2124-24.675h-7.9313-7.7844c-.6371,0-1.2905-.0841-1.9094,0zm111.1844,0c-9.2991,1.2587-16.45,11.7614-16.45,24.675v100.9031h52.2875v-100.9031c0-13.7745-8.1621-24.675-18.3594-24.675h-7.9312-7.6375c-.6371,0-1.2895-.0841-1.9094,0zm-297.4219,105.6031c8.1507,0 14.6875,14.0519 14.6875,31.2844s-6.5368,30.9906-14.6875,30.9906-14.8343-13.7581-14.8343-30.9906 6.6837-31.2844 14.8343-31.2844zm392.0094,0c8.1506,0 14.6875,14.0519 14.6875,31.2844s-6.5369,30.9906-14.6875,30.9906-14.8344-13.7581-14.8344-30.9906 6.6838-31.2844 14.8344-31.2844zm-333.2593,42.1531v28.6406 39.95 32.1656c0,13.7744 8.162,24.9688 18.3593,24.9688h7.7844 7.6375c10.1973,0 18.3594-11.1944 18.3594-24.9688v-32.1656-39.95-28.6406h-52.1406zm111.1843,0v28.6406 39.95 32.1656c0,13.7744 8.0152,24.9688 18.2125,24.9688h7.7844 7.9313c10.1972,0 18.2124-11.1944 18.2124-24.9688v-32.1656-39.95-28.6406h-52.1406zm111.0375,0v28.6406 39.95 32.1656c0,13.7744 8.1621,24.9688 18.3594,24.9688h7.6375 7.9312c10.1973,0 18.3594-11.1944 18.3594-24.9688v-32.1656-39.95-28.6406h-52.2875z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-076 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-57.8984,0-110.9102,20.9483-151.8688,55.6657-24.4626-22.459-62.275-34.8094-62.275-34.8094s12.3502,37.813 34.8096,62.2751c-34.7175,40.9585-55.6659,93.9705-55.6659,151.8688s20.9483,110.9102 55.6659,151.8688c-22.4594,24.4624-34.8096,62.275-34.8096,62.275s37.813-12.3504 62.275-34.8094c40.9586,34.7173 93.9704,55.6656 151.8688,55.6656s110.9101-20.9483 151.8688-55.6656c24.4625,22.459 62.2749,34.8094 62.2749,34.8094s-12.3502-37.813-34.8096-62.275c34.7175-40.9585 55.6659-93.9705 55.6659-151.8688s-20.9484-110.9102-55.6659-151.8688c22.4594-24.4624 34.8096-62.2751 34.8096-62.2751s-37.8128,12.3505-62.2749,34.8094c-40.9587-34.7174-93.9704-55.6657-151.8688-55.6657zm0,38.9219c25.9487.4043 53.8629,22.0455 46.4125,46.5594l-19.5341,63.1562c-3.3008-1.0254-6.684-1.8508-10.1346-2.4968l11.0153-42.0063c4.4575-17.2767-12.3835-32.615-27.9058-32.9-15.5265.2847-32.0723,15.6233-27.6125,32.9l11.0154,42.0063c-3.4508.6457-6.8338,1.4714-10.1347,2.4968l-19.6808-63.1562c-7.4523-24.5139 20.6095-46.1552 46.5592-46.5594zm-103.5467,42.3c12.6486-.5304 24.5161,3.974 30.55,15.275l30.6967,58.4562c-3.0855,1.6319-5.9516,3.4689-8.8125,5.4344l-21.8841-37.6c-5.0999-8.6449-14.4088-12.1198-23.6471-11.6032-7.1858.4014-14.3519,3.2169-19.2404,7.9313-10.7771,11.179-11.6974,33.9698 3.6716,43.0343l37.4534,21.8844c-2.0084,2.936-3.7784,5.9348-5.4346,9.1062l-58.6029-30.8437c-22.6018-12.0653-18.2148-47.3117-.1456-65.9468 9.3173-9.0321 22.7471-14.5977 35.3971-15.1282zm202.1,0c13.9111-.8621 29.6148,4.9671 40.0967,15.1282 18.0635,18.6351 22.4505,53.8813-.1456,65.9468l-58.3096,30.6969c-1.6539-3.155-3.5795-6.0379-5.5812-8.9593l37.6-22.0313c15.369-9.0645 14.3011-31.7088 3.525-42.8875-5.5897-5.388-14.1301-8.2765-22.3251-7.9313s-15.8817,3.9187-20.4158,11.6032l-21.8841,37.6c-2.9507-2.0272-5.9168-3.9094-9.1063-5.5813l30.6962-58.3094c5.2776-9.8884 15.0287-14.6045 25.85-15.275zm-98.5533,87.0969c36.8339,0 66.6812,29.8473 66.6812,66.6813s-29.8473,66.6813-66.6812,66.6813-66.6813-29.8473-66.6813-66.6813 29.8473-66.6813 66.6813-66.6813zm-158.625,19.0938c2.9384-.1045 5.8956.2443 8.9591,1.175l63.3034,19.6813c-1.0204,3.3024-1.8565,6.6817-2.4966,10.1344l-42.1534-11.0156c-2.1588-.5571-4.387-.9408-6.4625-.8813-14.5197.4158-26.1879,14.9102-26.4375,28.4938 .2868,15.5242 15.6242,32.2169 32.9,27.7594l42.1534-11.0156c.645,3.4506 1.4711,6.8343 2.4966,10.1344l-63.3034,19.6813c-24.5119,7.4506-46.1554-20.4627-46.5591-46.4125 .3524-22.7065 17.0299-47.0001 37.6-47.7344zm317.1034,0c20.5695.7343 37.2456,25.0282 37.5999,47.7344-.3992,25.9504-22.0458,53.8631-46.5596,46.4125l-63.1562-19.6813c1.0255-3.3001 1.8513-6.6837 2.4966-10.1344l42.0068,11.0156c17.2757,4.4575 32.6147-12.2352 32.8999-27.7594-.2493-13.5837-12.0634-28.0772-26.5846-28.4938-2.0741-.0577-4.1572.3236-6.3153.8813l-42.0068,11.0156c-.6399-3.4526-1.4762-6.832-2.4966-10.1344l63.1562-19.6813c3.0645-.9313 6.0203-1.2799 8.9597-1.175zm-238.5251,89.5937c1.6817,3.2045 3.393,6.2903 5.4342,9.2531l-37.6001,21.8844c-15.3685,9.0642-14.5939,31.5619-3.8187,42.7407 11.1785,10.7758 33.9693,11.8435 43.0346-3.525l22.0308-37.7469c2.9051,1.9901 5.8243,3.788 8.9596,5.4343l-30.9904,58.75c-12.0668,22.6021-47.3116,18.211-65.9471.147-18.0635-18.6351-22.4504-53.8814.1456-65.9469l58.75-30.9906zm160.0933.294 58.4568,30.6969c22.6003,12.0656 18.2139,47.3118.1455,65.9469-18.634,18.0642-53.8817,22.4551-65.9466-.1463l-30.8442-58.6032c3.172-1.6563 6.1701-3.4268 9.1067-5.4343l21.8841,37.6c9.0645,15.3684 31.8548,14.3008 43.0342,3.525 10.7752-11.179 11.6983-33.676-3.6717-42.7407l-37.6-21.8843c1.9909-2.8899 3.7849-5.8392 5.4341-8.9593zm-106.925,44.0625c3.3009,1.0254 6.6839,1.8508 10.1347,2.4969l-11.0154,42.1531c-4.4594,17.2767 12.086,32.6151 27.6125,32.9 15.5217-.2847 32.3651-15.6233 27.9058-32.9l-11.0153-42.1531c3.4507-.6457 6.8338-1.4714 10.1346-2.4969l19.5341,63.3032c7.4509,24.5138-20.4629,46.1552-46.4125,46.5594-25.9492-.4043-54.0119-22.0456-46.5592-46.5594l19.6808-63.3032z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-077 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21.0014c-24.351,0-44.1947,18.1184-45.5309,40.831-6.9715,2.9479-13.3889,6.8346-18.7999,11.7499-7.5862,7.2731-11.7932,15.7813-14.247,23.7936-3.3018,10.1714-4.7338,20.4393-5.2875,30.403-.3387,6.0153-.5592,11.9368-.4418,17.9186-7.0791-2.1915-14.4238-3.5719-22.0312-4.4062-.565-1.3947-1.0203-2.7146-1.6158-4.1125-2.7086-6.5033-6.0451-13.5647-10.8682-20.2686-4.9444-6.6519-10.7704-12.1806-16.4499-17.0374-6.4272-5.5511-13.0979-10.6751-19.8282-15.5687-7.951-5.4069-15.8874-10.6341-23.7936-16.0093 6.8666,6.5768 13.9161,13.0149 20.7095,19.5343 5.6663,5.7956 11.0336,11.6855 16.009,17.7718 4.4749,5.4852 8.5267,11.1136 11.1625,16.7436 2.6987,5.5988 4.0932,11.4918 5.4341,17.7718 .0432.2054-.0504.3802 0,.5875-60.9267,3.4738-109.0243,53.6685-109.421,115.2962 .3992,61.6278 48.4947,111.9694 109.421,115.4431-.0504.2078.0432.3821 0,.5875-1.3409,6.28-2.7353,12.173-5.4341,17.7718-2.6357,5.63-6.6876,11.2584-11.1625,16.7436-4.9754,6.0863-10.3427,11.9762-16.009,17.7718-6.7929,6.5193-13.8428,12.9575-20.7095,19.5343 7.9062-5.3751 15.8426-10.6023 23.7936-16.0093 6.7298-4.8935 13.4005-10.1644 19.8282-15.7155 5.6799-4.8568 11.506-10.2386 16.4499-16.8905 4.8226-6.7039 8.1596-13.9121 10.8682-20.4155 .5953-1.3979 1.0509-2.5709 1.6159-3.9656 7.6074-.8342 14.9516-2.2147 22.0312-4.4062-.1175,5.9818.1038,11.9033.4418,17.9186 .5535,9.9637 1.9857,20.2315 5.2874,30.403 2.4544,8.0123 6.6608,16.5205 14.2471,23.7936 5.411,4.9153 11.8283,8.802 18.7998,11.7499 1.3691,22.6834 21.202,40.6841 45.531,40.6841s44.0261-18.0008 45.3839-40.6841c6.9841-2.9489 13.3855-6.8287 18.7998-11.7499 7.5895-7.2731 11.796-15.7813 14.2471-23.7936 3.3054-10.1715 4.7352-20.4393 5.2874-30.403 .3387-6.0153.5643-11.9368.4418-17.9186 7.0819,2.1915 14.4237,3.572 22.0316,4.4062 .5614,1.3947 1.0232,2.5678 1.6154,3.9656 2.7114,6.5034 6.0428,13.7117 10.8687,20.4155 4.9405,6.6519 10.7671,12.0337 16.4499,16.8905 6.4234,5.5511 13.0974,10.822 19.8282,15.7155 7.9481,5.407 15.8901,10.6342 23.7931,16.0093-6.8637-6.5767-13.9194-13.0149-20.7089-19.5342-5.6691-5.7955-11.0365-11.6855-16.009-17.7718-4.4744-5.4852-8.53-11.1136-11.1625-16.7436-2.6992-5.5988-4.0918-11.4918-5.4345-17.7718-.043-.2054.05-.3802 0-.5875 60.9299-3.4737 109.1699-53.8153 109.568-115.4431-.3992-61.6277-48.6381-111.8224-109.568-115.2962 .05-.2078-.043-.3821 0-.5875 1.3427-6.28 2.7353-12.173 5.4345-17.7718 2.6325-5.6301 6.6881-11.2585 11.1625-16.7437 4.973-6.0862 10.3399-11.9762 16.009-17.7718 6.7895-6.5193 13.8456-12.9575 20.709-19.5343-7.903,5.3751-15.845,10.6023-23.7931,16.0093-6.7309,4.8936-13.4048,10.0176-19.8282,15.5687-5.6828,4.8568-11.5094,10.3855-16.45,17.0374-4.8259,6.7039-8.1573,13.7653-10.8686,20.2686-.5924,1.3979-1.0543,2.7178-1.6155,4.1125-7.6078.8343-14.9496,2.2147-22.0315,4.4062 .1225-5.9818-.1031-11.9033-.4418-17.9186-.552-9.9637-1.982-20.2315-5.2874-30.403-2.4512-8.0123-6.6572-16.5205-14.2471-23.7936-5.4144-4.9212-11.8158-8.8009-18.7999-11.7499-1.324-22.7126-21.0328-40.831-45.3839-40.831zm0,38.9216c40.5232,0 73.4371,30.3872 73.4371,67.8559s-32.9139,67.8558-73.4371,67.8558-73.4371-30.3872-73.4371-67.8558 32.914-67.8559 73.4371-67.8559zm0,33.0467c-18.7308,0-33.9281,15.197-33.9281,33.9279s15.1973,33.9279 33.9281,33.9279 33.9282-15.197 33.9282-33.9279-15.1974-33.9279-33.9282-33.9279zm-132.7742,69.7652c1.5895-.0804 3.2392,0 4.8466,0 51.5122,0 93.2653,41.7551 93.2653,93.2651s-41.7531,93.2651-93.2653,93.2651-93.2648-41.7551-93.2648-93.2651c0-49.9003 39.1385-90.7671 88.4182-93.2651zm256.2951,0c1.5919-.0804 3.2374,0 4.8471,0 51.5099,0 93.2648,41.7551 93.2648,93.2651s-41.7549,93.2651-93.2648,93.2651-93.2648-41.7551-93.2648-93.2651c0-49.9003 39.1404-90.7671 88.4177-93.2651zm-276.1233,33.3404c-33.1381,0-60.0713,26.9322-60.0713,60.0715s26.9332,59.9246 60.0713,59.9246 59.9246-26.7853 59.9246-59.9246-26.7841-60.0715-59.9246-60.0715zm305.2048,0c-33.1403,0-59.9246,26.9322-59.9246,60.0715s26.7843,59.9246 59.9246,59.9246 60.0714-26.7853 60.0714-59.9246-26.9328-60.0715-60.0714-60.0715zm-152.6024,19.5343c10.6262,0 19.2408,18.0574 19.2408,40.3904s-8.6146,40.3904-19.2408,40.3904-19.2407-18.0574-19.2407-40.3904 8.6146-40.3904 19.2407-40.3904zm0,100.7557c40.5232,0 73.4371,30.5341 73.4371,68.0027s-32.9139,67.709-73.4371,67.709-73.4371-30.2403-73.4371-67.709 32.914-68.0027 73.4371-68.0027zm0,34.956c-18.7308,0-33.9281,15.197-33.9281,33.9279s15.1973,33.9279 33.9281,33.9279 33.9282-15.197 33.9282-33.9279-15.1974-33.9279-33.9282-33.9279z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-078 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m35.3937,20.9999c-7.9561,0-14.3937,6.2908-14.3937,14.2469v19.3875c4.0248-1.6274 8.3203-2.4969 12.925-2.4969 19.1009,0 34.5156,15.4148 34.5156,34.5156s-15.4148,34.6626-34.5156,34.6626c-4.6074,0-8.8982-1.0016-12.925-2.6438v274.5095c4.0248-1.6274 8.3203-2.4969 12.925-2.4969 19.1009,0 34.5156,15.4148 34.5156,34.5156s-15.4148,34.6625-34.5156,34.6625c-4.6074,0-8.8982-1.0016-12.925-2.6438v19.3875c0,7.9561 6.4376,14.3938 14.3937,14.3938h121.3186c7.9571,0 14.3942-6.4377 14.3942-14.3938v-24.5281c-75.757-32.8441-128.8097-108.2494-128.8097-196.0782s53.0527-163.2341 128.8097-196.0783v-24.675c0-7.9561-6.4371-14.2469-14.3942-14.2469h-121.3186zm320.0408,0c-7.9562,0-14.3937,6.2908-14.3937,14.2469v24.8219c75.6615,32.8848 128.6626,108.1708 128.6626,195.9313s-53.001,163.0465-128.6626,195.9313v24.675c0,7.9561 6.4376,14.3938 14.3937,14.3938h121.3188c7.9562,0 14.2467-6.4377 14.2467-14.3938v-19.3875c-3.9842,1.6143-8.3585,2.6438-12.925,2.6438-19.1009,0-34.6625-15.5617-34.6625-34.6625s15.5617-34.5156 34.6625-34.5156c4.5628,0 8.9432.8978 12.925,2.4969v-274.5095c-3.9842,1.6143-8.3585,2.6438-12.925,2.6438-19.1009,0-34.6625-15.5617-34.6625-34.6626s15.5617-34.5156 34.6625-34.5156c4.5628,0 8.9432.8977 12.925,2.4969v-19.3875c0-7.9561-6.2905-14.2469-14.2467-14.2469h-121.3188zm-110.303,38.775c-46.0703,2.5047-87.8962,20.9372-120.144,49.7907l8.9593,8.9594c29.931-26.5968 68.6314-43.4755 111.1847-45.9719v-12.7782zm21.7375,0v12.7782c42.5519,2.4964 81.2532,19.3751 111.1842,45.9719l8.9591-8.9594c-32.2472-28.8534-74.0739-47.286-120.1433-49.7907zm-21.7375,18.2126c-41.07,2.4603-78.4087,18.7337-107.3659,44.3563l45.0909,45.0906h.1456c17.2086-14.2032 38.658-23.3498 62.1284-25.5562v-63.8907zm21.7375,0v63.8907c23.468,2.2065 44.9193,11.353 62.1279,25.5562h.1456l45.0904-45.0906c-28.9572-25.6226-66.2968-41.896-107.3655-44.3563zm-157.3034,47c-28.8534,32.2479-47.286,74.0738-49.7907,120.1438h12.7782c2.4964-42.5526 19.3752-81.2532 45.9719-111.1844l-8.9594-8.9593zm292.8689,0-8.9596,8.9593c26.5973,29.9312 43.476,68.6318 45.9721,111.1844h12.7779c-2.5032-46.0699-20.9371-87.8959-49.7904-120.1438zm-280.0908,12.7782c-25.6227,28.957-41.8961,66.2965-44.3563,107.3656h63.8907c2.2066-23.4688 11.3528-44.9195 25.5562-62.1281v-.1463l-45.0906-45.0907zm267.3128,0-45.0908,45.0906v.1463c14.2034,17.2087 23.3496,38.6593 25.5562,62.1281h63.8904c-2.4595-41.0692-18.7337-78.4086-44.3558-107.3657zm-133.6568,37.7469-21.7375,48.4688-55.3717,6.0219 41.4188,37.3063-11.6029,54.6375 47.2933-27.3188 47.2943,27.3188-11.6034-54.6375 41.4188-37.3063-55.3721-6.0219-21.7375-48.4688zm-196.2249,91.3563c2.5047,46.0699 20.9372,87.8959 49.7907,120.1438l8.9594-8.9594c-26.5967-29.9312-43.4755-68.6318-45.9719-111.1844h-12.7782zm18.2126,0c2.4602,41.0692 18.7336,78.4086 44.3563,107.3657l45.0906-45.0906v-.1467c-14.2034-17.2087-23.3496-38.6593-25.5562-62.1281h-63.8907zm292.1345,0c-2.2066,23.4688-11.3528,44.9195-25.5562,62.1281v.1467l45.0908,45.0906c25.6221-28.9571 41.8963-66.2965 44.3558-107.3657h-63.8904zm69.3251,0c-2.4962,42.5526-19.3748,81.2532-45.9721,111.1844l8.9596,8.9594c28.8533-32.2479 47.2871-74.0739 49.7904-120.1438h-12.7779zm-256.5905,77.6969-45.0909,45.0906c28.9572,25.6226 66.2959,41.896 107.3659,44.3563v-63.8907c-23.4695-2.2065-44.9198-11.353-62.1283-25.5563-.0432-.0238-.1175.0238-.1456,0zm146.1405,0c-17.2086,14.2032-38.6608,23.3498-62.1279,25.5563v63.8907c41.0686-2.4603 78.4083-18.7336 107.3654-44.3563l-45.0904-45.0906h-.1456zm-195.0501,48.9094-8.9593,8.9594c32.2478,28.8534 74.0727,47.286 120.144,49.7906v-12.7781c-42.5533-2.4964-81.2536-19.3752-111.1847-45.9719zm244.1064,0c-29.931,26.5968-68.6323,43.4755-111.1842,45.9719v12.7781c46.0694-2.5047 87.8962-20.9372 120.1433-49.7906l-8.9591-8.9594z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-079 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.9996,20.9997c-14.4357,0-28.5557,1.1454-42.2722,3.2313l21.6662,210.1784-60.3026-201.5127c-26.8867,8.256-51.4751,20.5949-72.7276,35.9844l97.4242,182.7128-125.1512-159.0659c-17.8034,18.0622-31.6683,38.9103-40.9094,61.5407l145.9093,126.9002-155.4546-95.1751c-2.0171,10.375-3.1817,21.0181-3.1817,31.8719 0,13.0584 1.4983,25.8396 4.3939,38.1875l153.7876,59.3376-143.1815-28.0531c9.9229,22.0271 24.4652,42.3312 42.5756,59.7782l121.5154-2.4968-94.0911,24.8219c21.1408,14.6991 45.3819,26.4181 71.8181,34.2219l57.5756-41.7125-22.727,129.2502h19.2426l13.0289-102.6177-1.6655,102.6177h55.9094l-22.7276-129.2502 57.5763,41.8594c26.4643-7.7919 50.6535-19.669 71.8181-34.3688l-93.485-24.3813 121.0606,2.0562c18.1104-17.4469 32.6527-37.7511 42.5756-59.7782l-143.4849,27.9063 154.091-59.1907c2.8956-12.3479 4.3939-25.1292 4.3939-38.1875 0-10.8538-1.1646-21.4969-3.1817-31.8719l-155.1519,95.1751 145.6066-126.9002c-9.2663-22.6918-23.1889-43.5911-41.0608-61.6876l-124.9998,159.0658 97.2729-182.7128c-21.2496-15.3577-45.8597-27.6029-72.7276-35.8375l-60.1513,201.5127 21.5148-210.1784c-13.671-2.0714-27.7363-3.2313-42.1216-3.2313zm0,246.4566c30.7999,0 55.7581,17.3878 55.7581,38.9219s-24.9582,39.0688-55.7581,39.0688-55.7573-17.5347-55.7573-39.0688 24.9582-38.9219 55.7573-38.9219z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-080 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,20.9999v218.8438h59.1907v-159.6532h159.6533v-59.1907h-218.844zm251.1566,0v59.1907h159.7999v159.6532h59.0435v-218.8438h-218.8434zm-163.0315,88.125v293.7501h293.7503v-293.7501h-293.7503zm146.8748,58.7501c48.64,0 88.1253,39.4852 88.1253,88.125s-39.4853,88.125-88.1253,88.125-88.1246-39.4853-88.1246-88.125 39.4847-88.125 88.1246-88.125zm-234.9999,104.2813v218.8438h218.844v-59.1906h-159.6533v-159.6532h-59.1907zm410.9565,0v159.6532h-159.7999v59.1906h218.8434v-218.8438h-59.0435z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-081 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,491c45.5009,0 82.1031-36.2792 82.1031-81.3688v-122.4938c75.0668-7.6972 131.1692-25.5672 144.2313-47.2938-23.7679,14.9654-77.0125,26.755-144.2313,32.1657v-82.8424c-26.3208-5.1316-53.7862-7.9313-82.1031-7.9313s-55.7822,2.7996-82.1031,7.9313v82.8424c-67.3641-5.4257-120.7516-17.1443-144.3782-32.1657 12.9097,21.7736 69.1664,39.5789 144.3782,47.2938v122.4938c0,45.0895 36.6023,81.3688 82.1031,81.3688zm0-30.1094c-22.1138,0-39.95-18.13-39.95-40.2438s17.8362-39.95 39.95-39.95 39.95,17.8362 39.95,39.95-17.8361,40.2438-39.95,40.2438zm0-89.3c-22.1138,0-39.95-17.9831-39.95-40.0968s17.8362-39.95 39.95-39.95 39.95,17.8362 39.95,39.95-17.8361,40.0968-39.95,40.0968zm0-89.3c-22.1138,0-39.95-17.9831-39.95-40.0969s17.8362-39.95 39.95-39.95 39.95,17.8362 39.95,39.95-17.8361,40.0969-39.95,40.0969zm235-64.0375c-18.7286-111.8846-116.7838-197.2531-235-197.2531s-216.2714,85.3685-235,197.2531c29.3208-20.1572 63.8706-36.5746 102.0781-48.175 14.6745-50.1496 35.7897-91.4374 61.0999-118.675-16.1791,29.0545-29.6545,67.6578-39.5094,112.8 34.8542-8.6224 72.2828-13.3656 111.3313-13.3656s76.4772,4.7432 111.3313,13.3656c-9.8549-45.1422-23.3303-83.7454-39.5094-112.8 25.3103,27.2376 46.4255,68.5254 61.1,118.675 38.2075,11.6004 72.7573,28.0178 102.0781,48.175z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-082 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.0051,21.0151c-4.3472,0-8.7572.0331-13.0727.2938-9.6675.5317-19.1735,1.8595-28.495,3.5252-1.0321.1843-2.0562.3897-3.0846.5875-.8814.1701-1.7657.2609-2.6436.4404-.49.0846-.9801.1903-1.4687.2938s-.9802.1871-1.4695.2938c-5.135,1.1194-10.2722,2.3699-15.2753,3.8189-.49.1381-.9808.2956-1.4688.4404-.2522.0752-.4828.2153-.7343.2938-.7251.2177-1.4818.3629-2.2032.5875-1.378.4672-2.7322,1.0105-4.1131,1.4688-2.9073.9649-5.8095,1.8635-8.6664,2.9376-.3531.1057-.6774.3172-1.0277.4404-4.3213,1.6488-8.5842,3.5425-12.7787,5.4346-4.2651,1.924-8.5064,3.8555-12.6317,6.0221-4.1354,2.1717-8.2059,4.4972-12.1913,6.9034-.1874.1124-.3964.181-.591.2938-3.8039,2.3112-7.5047,4.6801-11.1629,7.1972-6.0589,4.1691-11.849,8.6617-17.4791,13.3662-2.1283,1.7774-4.2543,3.5841-6.3155,5.4346-.382.3455-.7921.6801-1.1755,1.0282-2.2133,2.0133-4.3271,4.0726-6.4625,6.169-.2955.2895-.5838.5899-.8814.8813-2.9174,2.8912-5.7562,5.773-8.5194,8.8129-1.6677,1.8318-3.2453,3.6974-4.8467,5.5815-1.5992,1.8731-3.1603,3.8051-4.7004,5.7284-3.1062,3.878-6.1,7.8239-8.9597,11.8974-1.8335,2.6114-3.5596,5.2436-5.2878,7.9316-.173.2616-.418.4706-.591.7344-.3459.534-.6918,1.0791-1.0284,1.6157-.1297.2061-.3099.3805-.4396.5874-.418.671-.7726,1.3778-1.1748,2.0563-1.5545,2.6199-3.0651,5.2585-4.5534,7.9317-.3603.6515-.8187,1.254-1.1754,1.9094v.1463c-1.7859,3.2927-3.5098,6.6028-5.1408,9.9879-1.6158,3.3592-3.0932,6.7037-4.5526,10.1348-.4108.9642-.7784,1.9669-1.1755,2.9377-.8857,2.1495-1.8183,4.2824-2.6441,6.4628-.4562,1.2169-.8855,2.4456-1.3217,3.672-.3481.9768-.6926,1.9546-1.0283,2.9376h-.1456c-.4418,1.2985-.7563,2.6576-1.1751,3.9658-.1225.3841-.1736.7897-.2911,1.175-.08.253-.2162.4814-.2912.7345-.5073,1.7063-.9753,3.4221-1.4688,5.1408v.147c-.075.2032-.235.3791-.2912.5874-.1787.6248-.2681,1.2805-.4418,1.9095-.5456,1.996-1.1215,4.0057-1.6154,6.0221-.1456.5895-.3006,1.1737-.4418,1.7626-.1831.7737-.2681,1.5736-.4418,2.3501-.7041,3.1144-1.3301,6.2414-1.9092,9.4004-.084.4468-.2162.8752-.2962,1.3222-.051.1975-.1132.3899-.1456.5874-.4512,2.5941-.8079,5.1622-1.175,7.785 0,.1506-.1269.2868-.1456.4418-.1362.9926-.315,1.9402-.4418,2.9376h.1456c-.4137,3.2986-.753,6.648-1.0279,9.9879-.0504.3431-.1175.6832-.1456,1.0279h-.1456c-.16,2.0376-.2018,4.1146-.2912,6.1696 0,.0987.005.1975 0,.2912-.002.0504.002.0987 0,.1456-.1975,3.9575-.2912,7.8906-.2912,11.8975v.1456c.002,4.006.0937,7.9406.2912,11.8972 .002.0505-.002.0987 0,.1456 .1413,2.9489.3387,5.895.5874,8.8128 .08.9297.2068,1.8571.2912,2.7906v.5874c.0843.8846.1924,1.7692.2912,2.6443 .2018,1.7795.4879,3.527.7346,5.2878 .2025,1.4716.3575,2.9433.5874,4.406 .05.2912.099.5881.1456.8817 .5492,3.4269 1.0669,6.7584 1.7626,10.1346 .7553,3.6403 1.5745,7.2943 2.4967,10.8697 .051.0577.1175.0894.1456.1456v.1456c.863,3.3216 1.7903,6.5765 2.7905,9.8418 .1225.3993.3149.775.4418,1.175 .9358,2.9593 1.9021,5.8973 2.9376,8.8128 .1268.3524.3149.6767.4418,1.0275 .3149.8733.5556,1.7757.8808,2.6439 .5701,1.5261 1.1636,3.041 1.7625,4.554 .6054,1.5196 1.2742,3.049 1.9098,4.5526 1.4832,3.5252 3.0529,6.9949 4.7004,10.4284 1.4205,2.9607 2.8648,5.9308 4.4064,8.8129 .2378.4468.4901.8794.7337,1.3222v.1456c1.3383,2.4634 2.6932,4.7872 4.113,7.1969 .5117.8601 1.0969,1.654 1.6158,2.4968 1.267,2.0568 2.4915,4.1305 3.819,6.1695 .2883.4418.591.8813.8814,1.3217 1.1892,1.8002 2.4353,3.5229 3.672,5.2878 .5405.7784 1.0637,1.5783 1.6158,2.3501 .8612,1.1981 1.7607,2.344 2.6435,3.5252 1.28,1.7174 2.4951,3.4664 3.819,5.141 .1513.1881.2955.395.4396.5874 .7135.8987 1.4767,1.7561 2.2032,2.6435 .3676.4562.7993.8705 1.1747,1.3221 1.0451,1.2578 2.0108,2.5828 3.0854,3.819 1.1862,1.3668 2.4647,2.6335 3.6712,3.966 1.1387,1.2568 2.2032,2.5818 3.3786,3.8185 .1153.1268.3171.1694.4397.2962 1.2972,1.3592 2.6377,2.6363 3.966,3.9651 .8958.9151 1.721,1.8984 2.6442,2.7906 .591.5794 1.1603,1.1924 1.7628,1.7625 1.182,1.121 2.4461,2.155 3.6713,3.2319 1.0421.9156 2.0432,1.8768 3.0846,2.7905 .072.0432.094.0987.1441.1456 .8692.761 1.7643,1.4538 2.6443,2.203 1.3174,1.1205 2.6233,2.2862 3.966,3.3781 2.1469,1.7532 4.4013,3.4617 6.6088,5.1411 .4468.3387.8749.6948 1.3217,1.0284 .2811.2068.5982.3805.8822.5874 2.6349,1.9449 5.2135,3.8923 7.9313,5.7282 2.7285,1.851 5.5566,3.7024 8.3723,5.4349 .1514.0937.2883.2018.4397.2912l.7344.4418c1.8485,1.1234 3.6993,2.1574 5.5818,3.2314 1.4068.8018 2.8381,1.568 4.2593,2.3501 .8836.4865 1.7513.9988 2.6442,1.4689 2.3315,1.2296 4.6695,2.3727 7.0499,3.5252 .137.0649.3027.08.4397.1456 1.5595.7431 3.1256,1.4876 4.7004,2.2035 1.1351.5167 2.2356,1.1163 3.3779,1.6159 .7668.3337 1.5704.5787 2.3502.8808 .6991.2681 1.3664.5967 2.0568.8818 2.3315.9603 4.6795,1.9026 7.0506,2.7906 .5334.2018 1.0789.3899 1.6151.5874 .1442.0505.2955.0937.4397.1456 .1009.0505.1946.1081.2954.1456 2.4281.8794 4.8806,1.6963 7.344,2.4967 .6774.2205 1.3772.3712 2.0569.5874l1.9091.5874c1.2273.3805 2.4323.8193 3.6719,1.1751 2.0944.6025 4.1974,1.2178 6.3155,1.7625 3.107.8018 6.2463,1.528 9.4008,2.2035 .4397.0937.8793.2018 1.3218.2912 .5405.1132 1.0782.1881 1.6158.2912 3.517.7063 7.0045,1.3635 10.5755,1.9092 3.2036.4915 6.4496.8164 9.6942,1.1751 .3459.0504.6846.1132 1.0277.1456 .8764.0937 1.7657.2112 2.6442.2912 .591.0577 1.1784.0987 1.7629.1456 2.2457.1975 4.4928.3099 6.7558.4418 .6342.0432 1.2749.1124 1.9099.1456 1.1725.0577 2.3487.1031 3.5256.1456 2.8432.1038 5.6503.1456 8.5187.1456 4.0561,0 8.0387-.0894 12.0443-.2962 3.9588-.1975 7.8455-.4879 11.751-.8808h.2883c2.7329-.2818 5.5205-.6558 8.2253-1.0284 1.925-.2631 3.8183-.5708 5.7289-.8813 .6918-.1124 1.3686-.1737 2.0554-.2912 .8915-.155 1.7563-.2775 2.6442-.4418 2.8807-.5304 5.8226-1.1267 8.6657-1.7625 .591-.1319 1.1777-.3056 1.7629-.4418 1.6331-.3762 3.2359-.7845 4.8474-1.1751 .3459-.0843.6846-.2068 1.0277-.2912 .4829-.1225.9881-.1643 1.4688-.2912 .9326-.2494 1.863-.4749 2.7913-.7346 .8345-.2306 1.664-.4915 2.4965-.7342 1.3866-.4043 2.7372-.8987 4.113-1.3217 1.0212-.315 2.0698-.5499 3.0839-.8818 .1009-.0432.1873-.1124.2954-.1456 2.5038-.8221 5.0233-1.7405 7.491-2.6439l2.3502-.8813c.8886-.3387 1.7607-.6818 2.6435-1.0284 3.1178-1.2225 6.2024-2.6147 9.2538-3.9656 .4829-.2112.9888-.3712 1.4688-.5874l1.3217-.5874c3.9329-1.802 7.7915-3.7192 11.6033-5.7281 8.5201-4.4901 16.6691-9.5165 24.5297-14.9824 2.2291-1.5506 4.4366-3.0763 6.6096-4.7002l1.7628-1.3217c.4108-.315.7632-.7106 1.1747-1.0284 2.3149-1.7889 4.6586-3.5618 6.9036-5.4344 5.0334-4.1982 9.8779-8.6211 14.5415-13.2193 .2523-.2443.4901-.4886.7344-.7347 .1442-.1456.2955-.2912.4397-.4418 2.4114-2.4122 4.7443-4.8295 7.0498-7.3441 .2379-.2537.5045-.4778.7344-.7342 4.5916-5.0518 8.9302-10.4251 13.0721-15.8632 2.1729-2.8525 4.273-5.7136 6.3162-8.6663 2.3423-3.3846 4.5916-6.7716 6.7565-10.2817 .2811-.4468.6054-.8751.8815-1.3221 .7949-1.3076 1.5805-2.6415 2.3502-3.9656 1.0644-1.7579 2.1015-3.4862 3.0846-5.2878 .086-.155.209-.2868.2954-.4418v-.1456c1.8602-3.4255 3.5942-6.9027 5.2871-10.4284 1.561-3.2586 3.1386-6.6494 4.5534-9.988v-.1456c.1873-.4418.4036-.8803.5909-1.3221 1.2894-3.1073 2.5225-6.2188 3.6727-9.4004 .3892-1.0637.6559-2.1602 1.0277-3.2309 .7063-2.0484 1.4068-4.0953 2.0562-6.1695 1.0212-3.2055 2.0525-6.4304 2.9376-9.6937 .8778-3.2342 1.6093-6.5535 2.3502-9.8413 .867-3.8462 1.6741-7.6881 2.3502-11.6039v-.1456c.5477-3.1783 1.0507-6.3269 1.4688-9.5471 .1008-.7835.2017-1.5646.2882-2.35 .4252-3.5816.7633-7.2402 1.0277-10.8697 .4036-5.5369.7207-11.1071.7344-16.744 .0008-.1506 0-.2912 0-.4418v-.1456c0-14.8724-1.4709-29.3717-4.1123-43.477-.2378-1.2682-.4756-2.5583-.7344-3.8194-.2594-1.278-.5981-2.548-.8821-3.8185-3.2604-14.6799-7.7944-28.9443-13.6594-42.4487-.4973-1.1474-1.0904-2.2461-1.6158-3.3783-.7467-1.6098-1.4378-3.2475-2.2032-4.8471-.1441-.2962-.3027-.5823-.4396-.8813v-.147c-1.4991-3.0911-3.0767-6.0918-4.7004-9.1067v-.147c-1.569-2.8878-3.3095-5.706-4.9945-8.5191-.2378-.3928-.4973-.784-.7336-1.175-.072-.0288.072-.1247 0-.1463-1.5164-2.4952-3.0954-4.911-4.7004-7.3441-4.0518-6.1411-8.3313-12.0523-12.9258-17.7726-4.3422-5.4065-9.0109-10.5707-13.8064-15.5695-.1442-.149-.2955-.2919-.4396-.4404l-.2955-.2938c-2.3971-2.4768-4.841-4.8278-7.344-7.1974-7.3143-6.9241-15.051-13.4417-23.2079-19.3884-5.2618-3.837-10.5756-7.4715-16.1559-10.8692-.072-.0331-.087-.1124-.1442-.1467-4.3876-2.6661-8.9431-5.1103-13.5131-7.491-3.4348-1.7895-6.8963-3.5187-10.4278-5.1409-3.5134-1.6132-7.1198-3.1109-10.7225-4.5533-.1009-.0425-.1946-.1067-.2955-.1467-10.8343-4.3195-22.0772-7.8916-33.6358-10.5755-.3892-.0907-.7812-.2026-1.1747-.2938-1.4083-.3191-2.8425-.5874-4.2601-.8813-2.0446-.424-4.1159-.8149-6.1692-1.1751-5.6416-1.0118-11.2645-1.8956-17.038-2.497-3.8125-.3972-7.7396-.8156-11.604-1.0282-.2883-.0144-.591.0144-.8807,0h-.1441c-4.0057-.203-7.9882-.2938-12.0443-.2938zm-15.57,21.7385c6.3451.7909 12.6901,1.6505 19.095,2.497 22.0685,2.9166 43.0149,5.5855 62.7188,7.3441 20.4362,6.6511 39.4799,16.3732 56.6953,28.495-16.2424,1.066-33.5327,1.4838-51.8486.7344-24.4382-1.0294-49.8493-3.8531-75.2035-7.1972-17.9209-2.3637-34.8278-4.8782-51.1149-6.9034-13.4331-1.6704-26.2723-2.9183-38.6302-3.8189 23.9409-11.718 50.3495-19.1411 78.2881-21.151zm-84.3095,49.4991c16.4363.1918 33.4757,1.2652 50.8208,2.9376 17.3444,1.6724 34.8458,3.9716 52.5837,6.3159 25.0962,3.3167 48.7949,6.4011 70.7971,8.0785 24.3272,1.8883 47.2116,2.1651 67.8589,1.6157 5.1155-.1363 9.981-.3431 14.6886-.5875 6.0358,6.508 11.547,13.4888 16.744,20.7103-8.6765,1.5517-17.7941,2.9894-27.9076,4.1127-22.2387,2.4704-47.5359,3.7519-74.6155,2.6439-24.4382-1.0294-49.8493-3.8531-75.2035-7.1973-17.9209-2.3637-34.8278-4.8781-51.1149-6.9034s-31.906-3.5334-46.5615-4.4064c-10.3924-.6465-20.4585-.9576-30.1108-1.0281s-18.9147.0995-27.6136.4404c-1.7614.0721-3.2979.2076-4.9937.294 7.6546-9.1937 16.1912-17.7635 25.2634-25.5574 12.3571-1.0291 25.5387-1.5979 39.3646-1.4688zm0,56.2556c16.4363.1917 33.4757,1.2653 50.8208,2.9376 17.3444,1.6724 34.8458,3.9716 52.5837,6.3159 25.0962,3.3167 48.7949,6.4011 70.7971,8.0785 24.3272,1.8883 47.2116,2.165 67.8589,1.6157 19.3176-.5139 36.422-1.6576 51.1149-2.9376 2.7127,5.7194 5.2849,11.4942 7.4909,17.4789-15.1527,3.8207-33.6372,7.4587-55.0808,9.8411-22.2387,2.4685-47.5359,3.6053-74.6155,2.497-4.0712-.1715-8.2102-.3279-12.3383-.5874-15.3632-14.5067-35.955-23.5011-58.7522-23.5011-15.7062,0-30.3753,4.234-43.0365,11.6037-4.0828-.565-8.2167-1.1215-12.1914-1.6157-16.2878-2.0249-31.906-3.5334-46.5615-4.4064-10.3924-.6465-20.4585-.9576-30.1108-1.0282s-18.9147.0995-27.6136.4404c-14.9653.5874-28.0525,1.7145-39.6579,2.7908 2.7646-7.0567 5.9299-13.8953 9.4001-20.5634 8.0452-1.7925 16.5869-3.4974 26.1455-4.8471 18.7375-2.6458 40.383-4.3308 63.7466-4.1127zm0,56.2557c9.821.1132 19.9187.6263 30.1101,1.3222-5.8658,8.1868-10.2217,17.4815-12.9258,27.4666-6.5115-.6198-12.9026-1.0999-19.0942-1.4689-20.7857-1.2935-40.3267-1.2705-57.7244-.5874s-32.7507,2.1264-45.533,3.3786c-2.8951.2818-5.1862.4721-7.785.7341 .5405-5.714 1.3686-11.3176 2.3502-16.8916 12.6728-3.6413 28.3869-7.2332 46.8555-9.8408 18.7375-2.6463 40.383-4.3308 63.7466-4.1127zm310.5075,14.3944c.9095,5.2328 1.5344,10.5074 2.0561,15.8632-3.1602.9264-6.5072,1.8575-10.1344,2.791-15.4511,3.974-34.6037,7.8108-56.8437,10.2813-18.2265,2.0244-38.5863,3.1726-60.2209,2.9376-.5838-10.0895-2.8389-19.637-6.6103-28.4946 22.6055,1.5774 43.9735,1.6883 63.3062,1.175 20.6473-.5492 39.0353-1.85 54.3465-3.2318 5.4262-.4894 9.6076-.9015 14.1005-1.3218zm-310.5075,41.8611c4.7278.0577 9.5658.3762 14.3938.5874 .6486,10.1097 3.0529,19.6398 6.9036,28.4955-7.9501-.761-15.7199-1.3175-23.2073-1.7626-20.7857-1.293-40.3267-1.271-57.7244-.5874s-32.7507,1.9793-45.533,3.2309c-2.3906.2349-3.8788.418-5.7289.5874-.8756-5.2323-1.5675-10.5092-2.0561-15.8632 .6198-.1924 1.1178-.3993 1.7628-.5874 12.7665-3.6968 28.704-7.3418 47.4429-9.9879s40.383-4.3313 63.7466-4.1127zm312.8577,14.1006c-.4973,5.6543-1.272,11.226-2.2032,16.7449-2.6298.7727-5.2935,1.5957-8.2253,2.3501-15.4511,3.974-34.6037,7.6641-56.8437,10.1346s-47.5359,3.6059-74.6155,2.4967c-.6774-.0505-1.3671-.1124-2.0561-.1456 6.1158-8.3198 10.8537-17.6803 13.6601-27.9075 21.1792,1.3743 41.2514,1.8063 59.4865,1.3221 20.6473-.5492 39.0353-1.9966 54.3465-3.3785 6.4301-.5802 11.2811-1.1125 16.4507-1.6159zm-312.8577,42.1552c13.7214.16 27.9105.9749 42.3014,2.2035 15.2334,13.8445 35.3712,22.326 57.5781,22.326 14.8753,0 28.784-3.7672 40.9797-10.4288 11.4815,1.3743 22.6314,2.5612 33.3424,3.3785 24.3272,1.8862 47.2116,2.0188 67.8589,1.4684s39.0353-1.851 54.3465-3.231l3.2309-.2962c-2.717,7.0786-5.9746,13.8708-9.4001,20.5634-12.9812,2.8794-27.8716,5.4805-44.6523,7.3446-22.2387,2.4681-47.5359,3.6046-74.6155,2.4968-24.4382-1.0294-49.8493-3.8542-75.2035-7.197-17.9209-2.3643-34.8278-4.8784-51.1149-6.9037s-31.906-3.3879-46.5615-4.2593c-10.3924-.6472-20.4585-1.1059-30.1108-1.175s-18.9147.2443-27.6136.5874c-12.7542.4995-23.9286,1.3208-34.2238,2.203-2.6976-5.7756-5.308-11.5832-7.4902-17.6258 10.8249-2.7717 23.3463-5.3315 37.6017-7.3441 18.7375-2.6458 40.383-4.3299 63.7466-4.1128zm0,56.2559c16.4363.1881 33.4757,1.2644 50.8208,2.9376 17.3444,1.6719 34.8458,4.1169 52.5837,6.4628 25.0962,3.3165 48.7949,6.255 70.7971,7.9311 24.3272,1.889 47.2116,2.1654 67.8589,1.616 8.3551-.2213 15.9779-.5816 23.3543-1.0284-7.6956,9.391-16.2475,18.1879-25.4104,26.1454-20.8801,2.0427-44.1558,2.7797-69.0344,1.7626-24.4382-1.0307-49.8493-3.708-75.2035-7.0503-17.9209-2.3647-34.8278-5.0264-51.1149-7.0503-16.2878-2.0263-31.906-3.5341-46.5615-4.4069-10.3924-.6458-20.4585-.8117-30.1108-.8808-9.075-.0649-17.7566,0-25.9978.2912-6.0171-6.5817-11.5794-13.5597-16.744-20.8568 3.5588-.6126 7.1926-1.2234 11.0159-1.7625 18.7375-2.6471 40.383-4.3317 63.7466-4.1127zm-14.6886,56.4026c4.7819-.1268 9.7316-.0432 14.6886,0 16.4363.1881 33.4757,1.2644 50.8208,2.9376 17.3444,1.6704 34.8458,3.825 52.5837,6.1685 25.0962,3.3179 48.7949,6.4017 70.7971,8.0787 6.5303.5074 12.8479.8442 19.0942,1.175-26.4179,12.8603-55.8203,20.5192-86.9538,21.4448-3.5321-.4418-7.0412-.856-10.5755-1.3222-17.9209-2.3628-34.8278-4.7326-51.1149-6.7561-2.095-.2631-4.1029-.4915-6.1692-.7346-22.64-6.7754-43.6203-17.3067-62.4248-30.6985 3.0565-.1506 6.0972-.2119 9.2538-.2912z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-083 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m194.8993,21.001c-14.2898,0-25.8498,10.9658-25.8498,24.528v46.2654c0,7.112 3.2848,13.4403 8.372,17.9187 23.4652-12.064 50.224-18.9468 78.5776-18.9468s55.113,6.8828 78.5776,18.9468c5.0873-4.4784 8.3721-10.8067 8.3721-17.9187v-46.2654c0-13.5622-11.5605-24.528-25.8499-24.528h-122.1995zm-35.8373,28.3468c-23.5328,10.3791-45.1194,24.4612-63.7435,41.2717l45.531,44.3561c5.6842-5.1723 11.8402-9.8721 18.2125-14.2468v-.1467-71.2341zm194.0213,0v71.381c.084.0613.2119.0861.2912.1467 3.0738,2.1216 6.0423,4.4438 8.9596,6.7562 .3855.3041.7943.5742 1.175.8812 2.6019,2.0997 5.1695,4.2168 7.6375,6.4625l45.5311-44.3561c-18.5885-16.7785-40.0965-30.9074-63.5965-41.2717zm-266.7239,49.6435c-11.3659,11.4004-21.4008,23.9843-30.1095,37.453l56.3998,31.8717c1.034-1.6067 2.1432-3.1301 3.2312-4.7 .4043-.5821.7656-1.1856 1.175-1.7625 1.1341-1.5922 2.3359-3.1488 3.525-4.7 .4043-.5258.7666-1.0947 1.175-1.6156 .7113-.9059 1.4711-1.7529 2.2034-2.6437 .9193-1.1275 1.8391-2.275 2.7903-3.3781 1.3531-1.5648 2.7021-3.1867 4.1125-4.7 .3762-.4065.7929-.7722 1.175-1.175l-45.6778-44.6498zm339.2794,0-45.6777,44.6498c.3805.4028.7972.7685 1.175,1.175 1.4133,1.5159 2.7589,3.1362 4.1125,4.7 .3856.4465.7948.8716 1.175,1.3219 1.3095,1.5456 2.5676,3.1083 3.8187,4.7 .4087.521.7727,1.0898 1.175,1.6156 1.1877,1.5491 2.3919,3.108 3.5251,4.7 .4086.5769.7726,1.1803 1.1749,1.7625 1.0876,1.5708 2.1968,3.0881 3.2313,4.7l56.5469-31.8717c-8.7171-13.5045-18.87-26.0278-30.2567-37.453zm-173.0175,30.5499c-9.0085.2143-17.7993,1.3943-26.2908,3.2312l11.75,43.0342c4.6539-1.012 9.6171-1.5656 14.5408-1.7625v-44.5029zm6.9028,0v44.5029c4.9214.197 9.7398.7504 14.3937,1.7625l11.75-43.0342c-8.492-1.8369-17.1352-3.0169-26.1437-3.2312zm-39.656,4.8469c-8.6358,2.311-16.9586,5.2708-24.8216,9.1062l23.059,39.5092c4.2751-2.191 8.8336-3.859 13.5125-5.2875l-11.7499-43.328zm72.2621,0-11.7499,43.328c4.6789,1.4285 9.2373,3.0964 13.5125,5.2875l23.2061-39.5092c-7.8631-3.8353-16.3334-6.7951-24.9687-9.1062zm-103.1058,12.3375c-7.8588,4.3288-15.2332,9.2755-22.0312,14.9812l33.9282,33.1936c3.5546-3.1955 7.5083-6.1237 11.6029-8.6656l-23.4999-39.5092zm134.0966,0-23.4999,39.5092c4.0937,2.5419 8.0482,5.4701 11.6028,8.6656l33.7812-33.1936c-6.7986-5.7056-14.0252-10.6524-21.8841-14.9812zm-273.1864.1467c-7.9421,13.8617-14.4355,28.6292-19.2408,44.0623l63.5964,16.5968c.08-.2496.2068-.4849.2962-.7344 3.1119-9.7285 6.9306-19.1948 11.75-28.053l-56.3998-31.8717zm412.1291,0-56.3998,31.8717c4.8044,8.8582 8.6499,18.3245 11.75,28.053 .08.2496.2111.4847.2962.7344l63.5963-16.5968c-4.7949-15.4331-11.3137-30.2006-19.2408-44.0623zm-300.358,19.3874c-12.2298,11.3656-22.3662,25.0028-29.6686,40.0967 19.3366-1.5276 39.7524-2.5826 60.9526-3.3781 .9729-1.171 2.0455-2.2724 3.0847-3.3781l-34.3687-33.3405zm188.5868,0-34.2215,33.3405c1.0387,1.1057 2.1122,2.2071 3.0841,3.3781 21.189.795 41.4816,1.8505 60.806,3.3781-7.3023-15.0939-17.4388-28.7311-29.6686-40.0967zm-322.8299,36.1311c-3.8657,15.3315-6.0301,31.212-6.4625,47.5873h65.9469c.1319-3.6515.4929-7.2964.8807-10.8687 .1737-1.6361.3711-3.2252.5873-4.8468 .0504-.2002.1175-.3873.1456-.5875 .2162-1.5641.3293-3.1501.5873-4.7 .3711-2.1348.8686-4.2044 1.3221-6.3156 .2493-1.1918.4605-2.3426.7341-3.525l-63.7435-16.7437zm457.0731,0-63.7435,16.7437c.2775,1.1823.4872,2.3332.7342,3.525 .4511,2.1112.9499,4.1808 1.3221,6.3156 .1081.6276.2018,1.2795.2911,1.9094 .1831,1.1248.2818,2.2462.4418,3.3781 .2162,1.6217.4137,3.2107.5873,4.8468 .3899,3.5724.7497,7.2172.8808,10.8687h65.9468c-.4324-16.3753-2.6052-32.2558-6.4624-47.5873zm-228.5366,1.7625c-28.6168,0-51.8469,23.2297-51.8469,51.8467s23.2301,51.8467 51.8469,51.8467 51.8469-23.2297 51.8469-51.8467-23.2301-51.8467-51.8469-51.8467zm-102.3717,22.178c-16.3522,0-29.6681,13.3161-29.6681,29.6686s13.3159,29.6686 29.6681,29.6686 29.6691-13.3161 29.6691-29.6686-13.3164-29.6686-29.6691-29.6686zm204.7434,0c-16.3526,0-29.522,13.3161-29.522,29.6686s13.1694,29.6686 29.522,29.6686 29.6682-13.3161 29.6682-29.6686-13.316-29.6686-29.6682-29.6686zm-337.3707,35.6905c.4511,16.3263 2.5981,32.1392 6.4625,47.4404l63.7435-16.5968c-.2775-1.1738-.4829-2.3437-.7341-3.525-.5873-2.7346-1.1647-5.4485-1.6159-8.225-1.0124-6.2341-1.6746-12.6241-1.9091-19.0937h-65.9469zm404.0512,0c-.1318,3.6508-.4893,7.2952-.8808,10.8687-.1787,1.6121-.3668,3.2496-.5873,4.8468-.1549,1.1316-.263,2.2539-.4418,3.3781-.1037.6381-.183,1.2735-.2911,1.9094-.3712,2.1349-.8695,4.2054-1.3221,6.3156-.2493,1.1812-.4605,2.3512-.7341,3.525l63.7435,16.5968c3.8558-15.3012 6.0113-31.1142 6.4625-47.4404h-65.9469zm-330.7611,42.4467-63.4497,16.5968c4.8085,15.3766 11.1812,30.0921 19.0941,43.9154l56.5464-31.7249c-.9804-1.7985-1.8767-3.7429-2.7908-5.5812-.24-.489-.498-.9771-.7341-1.4687-.9372-1.9396-1.7831-3.8944-2.6438-5.875-.1737-.3995-.418-.7737-.5873-1.175-.8883-2.0913-1.6924-4.1822-2.4971-6.3156-.94-2.5065-1.8217-5.0772-2.6433-7.6375-.08-.2463-.2119-.4875-.2962-.7344zm323.418,0c-.08.2467-.2118.488-.2962.7344-.8173,2.5603-1.7023,5.131-2.6433,7.6375-.8046,2.1334-1.6073,4.2242-2.4971,6.3156-.1693.4014-.4136.7753-.5873,1.175-.862,1.9806-1.7061,3.9354-2.6437,5.875-.2349.4916-.4958.9798-.7341,1.4687-.9133,1.8383-1.8133,3.7827-2.791,5.5812l56.5465,31.7249c7.8974-13.8234 14.2964-28.5389 19.0941-43.9154l-63.4497-16.5968zm-285.8181,1.0281c7.3137,15.212 17.5061,28.9507 29.8157,40.3905l34.3687-33.3405c-1.066-1.1338-2.0887-2.3225-3.0847-3.525-21.258-.7977-41.7151-1.9913-61.0998-3.525zm248.2182,0c-19.3728,1.5337-39.7059,2.7278-60.9531,3.525-.9949,1.2025-2.0191,2.3912-3.0841,3.525l34.2215,33.3405c12.3097-11.4397 22.5021-25.1784 29.8157-40.3905zm-179.1868,11.75-33.9282,33.1936c6.798,5.7056 14.1723,10.6524 22.0312,14.9812l23.4999-39.5092c-4.0946-2.5419-8.0483-5.4701-11.6029-8.6656zm110.3025,0c-3.5546,3.1955-7.5101,6.1236-11.6028,8.6656l23.4999,39.5092c7.8589-4.3288 15.0855-9.2756 21.8841-14.9812l-33.7812-33.1936zm-93.1184,11.8968-23.059,39.5092c7.863,3.8353 16.1858,6.7951 24.8216,9.1062l11.7499-43.328c-4.6789-1.4285-9.2374-3.0964-13.5125-5.2875zm75.7873,0c-4.2752,2.191-8.8336,3.859-13.5125,5.2875l11.7499,43.328c8.6353-2.3111 17.1056-5.2709 24.9687-9.1062l-23.2061-39.5092zm-55.8123,7.1969-11.75,43.0342c8.4915,1.8369 17.2823,3.0169 26.2908,3.2312v-44.5029c-4.9233-.197-9.8869-.7504-14.5408-1.7625zm35.8373,0c-4.6539,1.012-9.4723,1.5656-14.3937,1.7625v44.5029c9.0085-.2143 17.6517-1.3944 26.1437-3.2312l-11.75-43.0342zm-161.2681,7.3437-56.3998,31.8718c8.6978,13.4629 18.9151,25.9064 30.2561,37.3061l45.5311-44.503c-4.8833-5.1499-9.3253-10.7228-13.5124-16.4499-.8813-1.1815-1.7973-2.3192-2.6437-3.525-1.0965-1.5614-2.1968-3.0976-3.2312-4.7zm286.6989,0c-1.0355,1.6076-2.1432,3.1298-3.2313,4.7-.4043.5832-.7637,1.1847-1.1749,1.7625-1.137,1.6011-2.3327,3.1408-3.5251,4.7-.4043.5273-.7646,1.0932-1.175,1.6156-1.2388,1.5804-2.5234,3.1653-3.8187,4.7-.3805.4516-.7877.8744-1.175,1.3219-1.3588,1.5759-2.6949,3.1752-4.1125,4.7-.3762.4023-.7952.7765-1.175,1.175l45.6777,44.6498c11.3477-11.4068 21.4132-23.978 30.1096-37.453l-56.3998-31.8718zm-258.499,33.3405-45.531,44.3561c18.6204,16.8373 40.2182,30.896 63.7435,41.2717v-71.2341c-6.3967-4.3871-12.5081-9.2032-18.2125-14.3937zm230.299,0c-2.4679,2.2457-5.0355,4.3628-7.6374,6.4625-.3805.3064-.7933.5782-1.175.8812-3.0009,2.379-6.0893,4.7262-9.2529,6.9031v71.381c23.4906-10.3613 45.0118-24.4657 63.5965-41.2717l-45.5312-44.3561zm-193.7271,25.2624c-5.1215,4.4792-8.372,10.7471-8.372,17.9187v46.2654c0,13.5622 11.56,24.528 25.8498,24.528h122.1995c14.2894,0 25.8499-10.9658 25.8499-24.528v-46.2654c0-7.1844-3.3431-13.4722-8.5187-17.9187-23.4393,12.0269-50.1239,18.9468-78.431,18.9468-28.3536,0-55.1129-6.8828-78.5776-18.9468z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-084 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m263.2075,21.0279c-2.1658-.0799-4.3479.0238-6.6912.1467-11.9379.6187-26.1593,3.7416-41.3111,9.5404-30.2542,8.314-62.0239,23.1297-92.0771,44.1791-86.1337,60.3286-125.4846,148.9204-87.8587,197.8521s138.0224,39.6333 224.1561-20.6952 125.4847-148.7736 87.8588-197.7053c-.2782-.3624-.5873-.6717-.8728-1.0275-8.0522,35.2065-48.2608,82.6048-103.2776,117.7132-69.3742,44.2704-135.7695,52.2272-148.3707,17.9065-5.6196-15.3057.4346-36.3508 14.9826-59.0033-.007,2.4088.2443,4.7421.8727,6.8984 7.0966,24.3588 53.4525,21.8929 103.5686-5.4307s85.0639-69.2834 77.9674-93.6422c-3.1048-10.657-13.7858-16.1719-28.9469-16.7323zm119.4239,47.1146c13.7463,57.2919-31.1848,138.306-113.8963,196.2376-79.1519,55.4383-168.7009,73.0553-222.847,48.4356 32.8368,35.2134 78.2195,59.551 130.479,65.755 .1939.0216.3884-.0216.5816,0v77.0567h-41.8929v12.9162l-109.8234,22.4566h109.8234 35.7835 6.1095 44.3657 30.8378 44.3658 30.6923 44.5112 44.0749 32.7288 42.4748l-31.4197-12.1823h-206.9917v-3.3758h198.264l-2.3274-.8807v-18.9339h-76.8037v-14.2371h36.5326l-36.5326-14.971v-130.0423c20.9101-27.6071 35.1491-60.5036 39.711-97.0179 5.9243-47.4187-5.3323-93.206-28.8014-131.2165zm-55.4208,271.6797v115.8051h-30.6924v-97.3115c10.8456-5.306 20.9713-11.4879 30.6924-18.4936zm-75.0581,34.3453v81.4599h-30.8378v-76.3227c10.4934-.934 20.7861-2.7341 30.8378-5.1371z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-085 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m241.1656,21c-4.6273,8.6635-8.7879,45.2783-12.3375,64.1844l-28.7875-17.7719c-4.3576-6.3579-9.7027-12.3684-16.1563-17.625-17.8269-14.5206-40.2218-21.1415-61.9812-20.2688s-42.9655,9.3007-58.3094,25.1156c-1.3976,1.4405-2.5649,2.8966-3.8187,4.4062 31.2242-27.5287 81.745-28.2753 115.7375-.5873 10.2051,8.3125 17.6808,18.3487 22.6187,29.0813 2.0941,5.5718 3.3781,11.5147 3.3781,17.7719 0,19.0858-10.5464,35.681-26.4374,44.9437l-31.4313,142.4688 42.1531,177.7187 43.0344-21.4437c3.5496,18.9061 7.7102,33.3428 12.3375,42.0062-6.2766-46.3614-10.2813-117.8044-10.2813-198.1343s4.0047-225.5043 10.2813-271.8657zm29.6688,0c6.2766,46.3614 10.2812,191.5358 10.2812,271.8657s-4.0046,151.773-10.2812,198.1343c4.6272-8.6634 8.7879-23.1001 12.3375-42.0062l43.0343,21.4437 42.1532-177.7187-31.4313-142.4688c-15.8909-9.2627-26.4375-25.8579-26.4375-44.9437 0-6.2572 1.284-12.2001 3.3782-17.7719 4.9378-10.7325 12.4135-20.7688 22.6187-29.0813 33.9924-27.6878 84.5133-26.9413 115.7375.5873-1.2538-1.5096-2.4211-2.9658-3.8187-4.4062-15.344-15.8149-36.5501-24.2429-58.3095-25.1156s-44.1543,5.7482-61.9812,20.2688c-6.4536,5.2566-11.7986,11.267-16.1562,17.625l-28.7875,17.7719c-3.5496-18.9061-7.7103-55.5209-12.3375-64.1844zm-124.55,39.3625c-25.9218,0-46.8531,20.1785-46.8531,44.9437s20.9313,44.7969 46.8531,44.7969 47.0001-20.0316 47.0001-44.7969-21.0782-44.9437-47.0001-44.9437zm219.4313,0c-25.9218,0-47,20.1785-47,44.9437s21.0782,44.7969 47,44.7969 46.8531-20.0316 46.8531-44.7969-20.9313-44.9437-46.8531-44.9437zm-224.8656,9.6938c15.7564,0 28.4937,12.2654 28.4937,27.3188s-12.7373,27.1719-28.4937,27.1719-28.4938-12.1185-28.4938-27.1719 12.7373-27.3188 28.4938-27.3188zm230.3,0c15.7564,0 28.4937,12.2654 28.4937,27.3188s-12.7373,27.1719-28.4937,27.1719-28.4938-12.1185-28.4938-27.1719 12.7374-27.3188 28.4938-27.3188zm-164.7938,82.1031h19.8282c-1.4365,9.4508-2.6894,19.7393-3.8188,30.6969h-16.0094c-7.767,0-14.0999-6.9668-14.0999-15.4219 0-8.4549 6.3329-15.275 14.0999-15.275zm79.4594,0h19.8281c7.7671,0 14.1,6.8201 14.1,15.275 0,8.4551-6.3329,15.4219-14.1,15.4219h-16.0093c-1.1294-10.9576-2.3824-21.2461-3.8188-30.6969zm-120.8781,14.6875-101.1969,11.3094c-18.9831,2.1197-23.6627,26.028-30.6969,43.6219-8.5836,21.4689-12.0438,46.8125-12.0438,71.0875s3.4602,49.6185 12.0438,71.0875c7.0342,17.5938 11.7137,41.502 30.6969,43.6219l101.1969,11.3094-7.4907-30.6969h-70.6468c-7.7671,0-14.1001-6.9891-14.1001-15.8625s6.3329-16.1563 14.1001-16.1563h62.7156l-5.2874-20.8562h-71.5282c-7.767,0-13.9531-7.136-13.9531-16.0094s6.1861-16.0093 13.9531-16.0093h63.8906l-2.7906-10.575 2.6438-10.1344h-63.7438c-7.767,0-13.9531-7.2828-13.9531-16.1563s6.1861-16.0094 13.9531-16.0094h71.5282l5.2874-21.0031h-62.7156c-7.7671,0-14.1001-6.989-14.1001-15.8625s6.3329-16.0094 14.1001-16.0094h70.6468l7.4907-30.6969zm182.125,0 7.4906,30.6969h70.6469c7.7671,0 14.1,7.136 14.1,16.0094s-6.3329,15.8625-14.1,15.8625h-62.7156l5.2875,21.0031h71.5281c7.7671,0 13.9531,7.1359 13.9531,16.0094s-6.186,16.1563-13.9531,16.1563h-63.7438l2.6438,10.1344-2.7906,10.575h63.8906c7.7671,0 13.9531,7.1359 13.9531,16.0093s-6.186,16.0094-13.9531,16.0094h-71.5281l-5.2875,20.8562h62.7156c7.7671,0 14.1,7.2828 14.1,16.1563s-6.3329,15.8625-14.1,15.8625h-70.6469l-7.4906,30.6969 101.1969-11.3094c18.9831-2.1198 23.6627-26.0281 30.6969-43.6219 8.5835-21.469 12.0437-46.8124 12.0437-71.0875 0-24.275-3.4602-49.6186-12.0437-71.0875-7.0342-17.5939-11.7138-41.5022-30.6969-43.6219l-101.1969-11.3094zm-152.4563,35.3969h25.9969c-.7783,9.7612-1.5341,20.1522-2.0562,30.6969h-23.9407c-7.767,0-13.8062-6.967-13.8062-15.4219 0-8.455 6.0392-15.275 13.8062-15.275zm96.7907,0h25.9969c7.7669,0 13.8062,6.82 13.8062,15.275 0,8.4549-6.0393,15.4219-13.8062,15.4219h-23.9407c-.5224-10.5447-1.2779-20.9357-2.0562-30.6969zm-106.9251,50.3781h33.4875c-.3214,9.9218-.6543,19.8801-.7343,30.2563h-32.7532c-7.767,0-13.9531-6.6732-13.9531-15.1282 0-8.4549 6.1861-15.1281 13.9531-15.1281zm109.5688,0h33.4875c7.767,0 13.9531,6.6732 13.9531,15.1281 0,8.455-6.1861,15.1282-13.9531,15.1282h-32.7531c-.08-10.3762-.413-20.3345-.7344-30.2563zm-109.5688,50.0844h32.7532c.08,10.4144.4115,20.5928.7343,30.55h-33.4875c-7.767,0-13.9531-6.82-13.9531-15.275 0-8.4549 6.1861-15.275 13.9531-15.275zm110.3032,0h32.7531c7.767,0 13.9531,6.82 13.9531,15.275s-6.1861,15.275-13.9531,15.275h-33.4875c.3222-9.9572.6544-20.1356.7344-30.55zm-100.1688,50.0843h23.9407c.5225,10.5446 1.2779,20.9356 2.0562,30.6969h-25.9969c-7.767,0-13.8062-6.82-13.8062-15.275 0-8.4549 6.0392-15.4219 13.8062-15.4219zm98.8469,0h23.9407c7.7669,0 13.8062,6.9671 13.8062,15.4219s-6.0393,15.275-13.8062,15.275h-25.9969c.7783-9.7613 1.534-20.1523 2.0562-30.6969zm-87.0969,50.0844h16.0094c1.1252,10.9165 2.3888,21.1285 3.8188,30.55h-19.8282c-7.767,0-14.0999-6.5263-14.0999-14.9812 0-8.455 6.3329-15.5688 14.0999-15.5688zm83.2782,0h16.0093c7.7671,0 14.1,7.1138 14.1,15.5688s-6.3329,14.9812-14.1,14.9812h-19.8281c1.4299-9.4215 2.6936-19.6335 3.8188-30.55z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-086 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-31.896,0-57.5748,25.6785-57.5748,57.5751v38.4812l-27.1713-27.1719c-22.5554-22.5543-58.8143-22.5543-81.369,0s-22.5547,58.8145 0,81.3687l27.172,27.1719h-38.4814c-31.896,0-57.5755,25.6784-57.5755,57.575s25.6795,57.575 57.5755,57.575h38.4814l-27.172,27.1719c-22.5547,22.5543-22.5547,58.8145 0,81.3687s58.8136,22.5543 81.369,0l27.1713-27.1719v38.4813c0,31.8965 25.6788,57.575 57.5748,57.575s57.5755-25.6785 57.5755-57.575v-38.4813l27.172,27.1719c22.5554,22.5543 58.8136,22.5543 81.3683,0s22.5547-58.8145 0-81.3687l-27.1713-27.1719h38.4807c31.8967,0 57.5748-25.6784 57.5748-57.575s-25.6781-57.575-57.5748-57.575h-38.4807l27.1713-27.1719c22.5547-22.5543 22.5547-58.8145 0-81.3687s-58.8129-22.5543-81.3683,0l-27.172,27.1719v-38.4812c0-31.8966-25.6788-57.5751-57.5755-57.5751zm0,33.0469c16.5198,0 29.9624,13.4433 29.9624,29.9625s-13.4426,29.9625-29.9624,29.9625-29.9624-13.4433-29.9624-29.9625 13.4448-29.9625 29.9624-29.9625zm0,147.9031c29.8522,0 54.05,24.199 54.05,54.05s-24.1978,54.05-54.05,54.05-54.05-24.199-54.05-54.05 24.1993-54.05 54.05-54.05zm-171.99,24.0875c16.5191,0 29.8154,13.4434 29.8154,29.9625s-13.2963,29.9625-29.8154,29.9625-29.9624-13.4429-29.9624-29.9625 13.4433-29.9625 29.9624-29.9625zm343.8343,0c16.5184,0 29.9624,13.4434 29.9624,29.9625s-13.444,29.9625-29.9624,29.9625-29.8161-13.4429-29.8161-29.9625 13.297-29.9625 29.8161-29.9625zm-171.8444,171.9906c16.5198,0 29.9624,13.4433 29.9624,29.9625s-13.4426,29.9625-29.9624,29.9625-29.9624-13.4433-29.9624-29.9625 13.4448-29.9625 29.9624-29.9625z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-087 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v71.6751h71.675v-71.6751h-71.675zm104.575,0v71.6751h260.85v-71.6751h-260.85zm293.75,0v71.6751h71.675v-71.6751h-71.675zm-398.325,104.575v260.85h71.675v-260.85h-71.675zm104.575,0v260.85h31.8719c2.6667-45.8772 36.6737-83.2489 80.9281-91.2094v-78.4313c-44.2544-7.9605-78.2614-45.3321-80.9281-91.2094h-31.8719zm228.9781,0c-2.6667,45.8773-36.6738,83.2489-80.9281,91.2094v78.4313c44.2543,7.9605 78.2614,45.3321 80.9281,91.2094h31.8719v-260.85h-31.8719zm64.7719,0v260.85h71.675v-260.85h-71.675zm-398.325,293.75v71.675h71.675v-71.675h-71.675zm104.575,0v71.675h260.85v-71.675h-260.85zm293.75,0v71.675h71.675v-71.675h-71.675z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-088 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21.0001c-2.9545,0-5.8135,1.0303-8.0775,3.0165l-124.5401,132.0079c3.3102,26.0199 5.287,58.6189 5.287,94.0861s-1.9768,67.9226-5.287,93.9425l106.329,114.0525c-80.5429-3.5496-152.2353-23.1246-203.1118-52.7169 43.4116,50.8726 129.853,85.6112 229.4003,85.6112s185.9888-34.7386 229.4008-85.6112c-50.815,29.5565-122.5417,49.1324-202.9656,52.7169l106.329-114.1961c-3.2975-25.9993-5.4337-58.3892-5.4337-93.7989s2.1366-67.9433 5.4337-93.9424l-124.5401-132.1515c-2.2612-1.9862-5.2663-3.0165-8.224-3.0165zm-152.7382,42.2311c-10.114,0-18.2111,105.9847-18.2111,187.1668s8.0971,146.8031 18.2111,146.8031c10.1181,0 18.3582-65.6211 18.3582-146.8031s-8.2415-187.1668-18.3582-187.1668zm305.3292,0c-10.1163,0-18.2111,105.9847-18.2111,187.1668s8.0948,146.8031 18.2111,146.8031 18.3577-65.6211 18.3577-146.8031-8.2424-187.1668-18.3577-187.1668zm-154.2064,32.3197c.5362-.0887 1.0617,0 1.6154,0 2.2189,0 4.4673.6644 6.1682,2.1546l93.4054,81.8765c-2.4779,19.5044-3.9659,43.9647-3.9659,70.5286 0,8.6852.2868,16.8679.5873,24.9939-30.3469-4.578-62.641-7.1822-96.1953-7.1822-33.4908,0-65.7516,2.6201-96.0482,7.1822 .2962-8.091.5874-16.355.5874-24.9939 0-26.6073-1.4829-51.1524-3.9658-70.6723l93.4054-81.7329c1.2732-1.1175 2.7989-1.888 4.4058-2.1546zm1.6154,46.9713c-34.6827,0-62.8578,24.7354-62.8578,55.1589s28.1747,55.0152 62.8578,55.0152 62.8573-24.5919 62.8573-55.0152-28.1727-55.1589-62.8573-55.1589zm-176.2363,51.7114-55.3674,48.5513c-4.5285,3.9724-4.5285,10.5357 0,14.5079l55.3674,48.5514c-1.1153-17.3043-1.7625-36.0454-1.7625-55.7335s.6472-38.5729 1.7625-55.8771zm352.6192.1434c1.1125,17.2693 1.6154,36.0935 1.6154,55.7334s-.503,38.3206-1.6154,55.5898l55.2207-48.4077c4.5285-3.9722 4.5285-10.5356 0-14.5079l-55.2207-48.4077zm-176.3829,107.4449c34.4411,0 67.4619,2.4163 98.2515,6.6076 .4043,4.1758.8366,8.2449 1.3221,12.066l-2.0567,1.8674c-30.7225-4.3671-63.4852-6.8949-97.517-6.8949s-66.7936,2.5278-97.5175,6.8949l-1.9091-1.7238c.4929-3.8726.9132-8.1133 1.3216-12.3532 30.7394-4.1776 63.7249-6.464 98.105-6.464zm0,44.9603c22.818,0 45.025,1.1051 66.3818,2.8729l-60.2135,52.717c-3.3995,2.98-8.7928,2.98-12.1894,0l-60.3611-52.717c21.3582-1.7677 43.5619-2.8729 66.3823-2.8729z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-089 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m86.2125,21c-35.971,0-65.2125,29.0238-65.2125,64.9187s29.2415,65.0657 65.2125,65.0657c22.0002,0 41.3525-11.0735 53.1692-27.7594l88.8591,44.7969-91.9437,46.4124c-11.9695-14.3727-29.924-23.5-50.0846-23.5-35.971,0-65.2125,29.1707-65.2125,65.0657 0,35.8949 29.2415,64.9187 65.2125,64.9187 20.1592,0 38.1151-9.1695 50.0846-23.5l91.9437,46.4125-88.7125,44.65c-11.8101-16.7268-31.2836-27.6125-53.3159-27.6125-35.971,0-65.2125,29.1707-65.2125,65.0656 0,35.895 29.2415,65.0656 65.2125,65.0656 31.3166,0 57.482-22.1473 63.7442-51.5531h212.2341c6.2614,29.4058 32.4272,51.5531 63.7438,51.5531 35.971,0 65.0654-29.1706 65.0654-65.0656 0-35.8949-29.094-65.0656-65.0654-65.0656-22.0679,0-41.5123,10.9859-53.3154,27.7594l-88.8596-44.7968 91.9437-46.4125c11.9691,14.3319 30.0716,23.5 50.2313,23.5 35.971,0 65.0654-29.0238 65.0654-64.9187 0-35.895-29.094-65.0657-65.0654-65.0657-20.1612,0-38.2622,9.1259-50.2313,23.5l-91.9437-46.4124 88.8596-44.7969c11.8102,16.7183 31.2907,27.7594 53.3154,27.7594 35.971,0 65.0654-29.1708 65.0654-65.0657s-29.094-64.9187-65.0654-64.9187c-31.4271,0-57.7494,22.1671-63.8904,51.7h-211.9409c-6.142-29.5329-32.4638-51.7-63.8908-51.7zm-10.8683,14.1c2.5334,0 4.9289.2501 7.3433.7344-20.3877,4.1624-35.8375,24.7454-35.8375,49.6437s15.4499,45.6282 35.8375,49.7906c-2.4144.485-4.8099.7344-7.3433.7344-23.9963,0-43.6221-22.6265-43.6221-50.525s19.6267-50.3781 43.6221-50.3781zm344.8625,0c2.5333,0 5.0746.2501 7.4904.7344-20.3891,4.1624-35.9847,24.7454-35.9847,49.6437s15.5956,45.6282 35.9847,49.7906c-2.4158.485-4.9571.7344-7.4904.7344-23.9954,0-43.475-22.6265-43.475-50.525s19.4796-50.3781 43.475-50.3781zm-269.9567,62.1282h211.6471c.1974,1.0674.343,2.1763.5873,3.2313l-106.4846,53.6094-106.3375-53.4625c.2587-1.1114.3805-2.2521.5874-3.3781zm105.7499,84.7469 107.8068,54.1969c-1.998,6.2379-3.0846,12.9354-3.0846,19.8281 0,6.8445 1.1134,13.3431 3.0846,19.5343l-107.8068,54.3438-107.6591-54.1969c1.997-6.2292 3.0841-12.7885 3.0841-19.6813 0-6.941-1.0603-13.6992-3.0841-19.975l107.659-54.05zm-180.6557,23.6469c2.5334,0 4.9289.2501 7.3433.7344-20.3877,4.1624-35.8375,24.7455-35.8375,49.6438s15.4499,45.6282 35.8375,49.7906c-2.4144.485-4.8099.7344-7.3433.7344-23.9963,0-43.6221-22.6266-43.6221-50.525s19.6267-50.3781 43.6221-50.3781zm344.8625,0c2.5333,0 5.0746.2501 7.4904.7344-20.3891,4.1624-35.9847,24.7455-35.9847,49.6438s15.5956,45.6282 35.9847,49.7906c-2.4158.485-4.9571.7344-7.4904.7344-23.9954,0-43.475-22.6266-43.475-50.525s19.4796-50.3781 43.475-50.3781zm-164.2068,152.1625 106.3376,53.6094c-.2587,1.1385-.3899,2.356-.5874,3.525h-211.3528c-.2205-1.2334-.4562-2.4693-.7347-3.6719l106.3375-53.4625zm-180.6557,18.3594c2.5334,0 4.9289.2501 7.3433.7344-20.3877,4.1625-35.8375,24.7455-35.8375,49.6438s15.4499,45.6282 35.8375,49.7906c-2.4144.485-4.8099.7344-7.3433.7344-23.9963,0-43.6221-22.6265-43.6221-50.525s19.6267-50.3781 43.6221-50.3781zm344.8625,0c2.5333,0 5.0746.2501 7.4904.7344-20.3891,4.1625-35.9847,24.7455-35.9847,49.6438s15.5956,45.6282 35.9847,49.7906c-2.4158.485-4.9571.7344-7.4904.7344-23.9954,0-43.475-22.6265-43.475-50.525s19.4796-50.3781 43.475-50.3781z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-090 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v56.4c29.3773,0 53.1688,23.7914 53.1688,53.1687s-23.7914,53.1688-53.1688,53.1688v19.0937c29.3773,0 53.1688,23.7914 53.1688,53.1688s-23.7914,53.1688-53.1688,53.1688v19.0937c29.3773,0 53.1688,23.7915 53.1688,53.1688s-23.7914,53.1688-53.1688,53.1688v56.3999h56.4c0-29.3773 23.7914-53.1687 53.1688-53.1687s53.1687,23.7914 53.1687,53.1687h19.0938c0-29.3773 23.7914-53.1687 53.1688-53.1687s53.1687,23.7914 53.1687,53.1687h19.0937c0-29.3773 23.7915-53.1687 53.1688-53.1687s53.1688,23.7914 53.1688,53.1687h56.3999v-56.3999c-29.3773,0-53.1687-23.7914-53.1687-53.1688s23.7914-53.1688 53.1687-53.1688v-19.0937c-29.3773,0-53.1687-23.7914-53.1687-53.1688s23.7914-53.1688 53.1687-53.1688v-19.0937c-29.3773,0-53.1687-23.7914-53.1687-53.1688s23.7914-53.1687 53.1687-53.1687v-56.4h-56.3999c0,29.3773-23.7915,53.1688-53.1688,53.1688s-53.1688-23.7914-53.1688-53.1688h-19.0937c0,29.3773-23.7914,53.1688-53.1687,53.1688s-53.1688-23.7914-53.1688-53.1688h-19.0938c0,29.3773-23.7914,53.1688-53.1687,53.1688s-53.1688-23.7914-53.1688-53.1688h-56.4zm235.0001,112.0656c67.9121,0 122.9343,55.0221 122.9343,122.9344s-55.0222,122.9343-122.9343,122.9343-122.9344-55.0222-122.9344-122.9343 55.0223-122.9344 122.9344-122.9344zm0,38.1875c-46.8044,0-84.7469,37.9425-84.7469,84.7469s37.9425,84.7469 84.7469,84.7469 84.7468-37.9425 84.7468-84.7469-37.9425-84.7469-84.7468-84.7469z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-091 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-129.7965,0-235,105.0566-235,234.8531s105.2035,235.1469 235,235.1469 235-105.3504 235-235.1469-105.2034-234.8531-235-234.8531zm-53.4625,35.9844c12.2625,16.1191 31.6585,26.5844 53.4625,26.5844 21.7846,0 40.7576-10.4897 53.0218-26.5844 2.5594,20.0917 14.457,38.8882 33.3407,49.7906 18.8706,10.8949 40.5193,11.4841 59.1906,3.6719-7.7734,18.6491-7.0618,40.3448 3.8188,59.1906s29.4505,30.6143 49.4968,33.1938c-16.0384,12.2652-26.5843,31.5687-26.5843,53.3156s10.5396,41.2035 26.5843,53.4625c-20.0186,2.6339-38.6288,14.0761-49.4968,32.9-10.895,18.8706-11.6247,40.5255-3.8188,59.1907-18.685-7.7936-40.3172-7.0779-59.1906,3.8187-18.8103,10.8601-30.719,29.6495-33.3407,49.6437-12.2695-16.0167-31.2989-26.5843-53.0218-26.5843-21.804,0-41.2,10.759-53.4625,26.8781-2.5635-20.0857-14.1682-39.0379-33.0469-49.9375-18.8457-10.8806-40.5351-11.5984-59.1907-3.8187 7.806-18.6651 7.2231-40.3201-3.6719-59.1907-10.868-18.8239-29.6252-30.2661-49.6437-32.9 15.9721-12.2696 26.2906-31.7682 26.2906-53.4625 0-21.7864-10.3541-41.03-26.4375-53.3156 20.0794-2.5572 38.8909-14.3151 49.7906-33.1938 10.8806-18.8458 11.4453-40.5415 3.6719-59.1906 18.6529,7.7942 40.3355,7.214 59.1907-3.6719 18.8787-10.8995 30.4811-29.7136 33.0469-49.7906zm53.4625,64.4781c-74.3141,0-134.5375,60.2234-134.5375,134.5375s60.2234,134.5375 134.5375,134.5375 134.5375-60.2234 134.5375-134.5375-60.2233-134.5375-134.5375-134.5375zm-30.55,20.5625c7.0208,9.2289 18.0663,15.275 30.55,15.275 12.4726,0 23.3813-6.0601 30.4031-15.275 1.4654,11.5033 8.2821,22.3985 19.0937,28.6406 10.8043,6.2378 23.0911,6.5291 33.7813,2.0562-4.4506,10.6774-4.0264,23.1381 2.2031,33.9281s16.8695,17.47 28.3469,18.9469c-9.1827,7.0224-15.1281,18.0989-15.1281,30.55s5.9418,23.5312 15.1281,30.55c-11.4615,1.508-22.1244,8.0225-28.3469,18.8-6.2378,10.8042-6.6723,23.2416-2.2031,33.9281-10.698-4.4622-22.9754-4.0356-33.7813,2.2031-10.7696,6.2178-17.5927,16.8993-19.0937,28.3468-7.0249-9.1703-17.9658-15.1281-30.4031-15.1281-12.4837,0-23.5292,6.0461-30.55,15.275-1.4678-11.4999-8.138-22.2533-18.9469-28.4937-10.79-6.2297-23.247-6.6573-33.9281-2.2031 4.4693-10.6866 4.1815-23.1239-2.0563-33.9281-6.2224-10.7775-17.0322-17.292-28.4937-18.8 9.1446-7.0249 15.1282-18.1291 15.1281-30.55 0-12.4737-5.9197-23.5159-15.1281-30.55 11.4964-1.4641 22.2532-8.138 28.4937-18.9469 6.2296-10.79 6.5069-23.2507 2.0563-33.9281 10.6796,4.4625 23.1327,4.1764 33.9281-2.0562 10.8089-6.2404 17.4778-17.1456 18.9469-28.6406zm30.55,57.2812c-31.3184,0-56.6938,25.3754-56.6938,56.6938s25.3754,56.6937 56.6938,56.6937 56.6937-25.3753 56.6937-56.6937-25.3753-56.6938-56.6937-56.6938z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-092 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v268.1937h60.0719c-6.4204-31.1151-10.5751-78.9839-10.5751-132.775 0-55.4322 4.4031-104.467 11.1625-135.4187h-60.6594zm94.1469,0c6.7595,30.9518 11.1625,79.9865 11.1625,135.4187 0,53.7911-4.1546,101.6599-10.575,132.775h178.7469c31.7568,0 57.2813,26.9722 57.2813,60.3656s-25.5245,60.2188-57.2813,60.2188h-273.4813v81.2219h375.8532c-6.7595-30.9518-11.1625-79.9865-11.1625-135.4187 0-53.8755 4.1373-101.811 10.575-132.9219h-178.7469c-31.7568,0-57.2813-26.8254-57.2813-60.2187s25.5245-60.3656 57.2813-60.3656h273.4812v-81.075h-375.8531zm229.2719,19.975c11.2931,0 20.2688,9.2694 20.2688,20.5625s-8.9757,20.4156-20.2688,20.4156-20.5626-9.1226-20.5626-20.4156 9.2695-20.5625 20.5626-20.5625zm53.1687,0c11.2931,0 20.5625,9.2694 20.5625,20.5625s-9.2694,20.4156-20.5625,20.4156-20.2687-9.1226-20.2687-20.4156 8.9756-20.5625 20.2687-20.5625zm53.4625,0c11.2932,0 20.2688,9.2694 20.2688,20.5625s-8.9756,20.4156-20.2688,20.4156-20.5625-9.1226-20.5625-20.4156 9.2695-20.5625 20.5625-20.5625zm-216.9343,82.8375c-21.2736,0-38.3344,17.0608-38.3344,38.3344s17.0608,38.4813 38.3344,38.4813h256.8843v-76.8156h-256.8843zm196.8124,98.8469c6.4378,31.1109 10.575,79.0464 10.575,132.9219 0,55.4322-4.4029,104.467-11.1624,135.4187h60.6593v-268.3406h-60.0719zm-409.9281,88.8594v76.8156h256.8844c21.2736,0 38.3344-17.0608 38.3344-38.3344s-17.0608-38.4812-38.3344-38.4812h-256.8844zm39.95,118.675c11.2931,0 20.4156,9.2694 20.4156,20.5625s-9.1226,20.4156-20.4156,20.4156-20.4156-9.1226-20.4156-20.4156 9.1226-20.5625 20.4156-20.5625zm53.3156,0c11.2931,0 20.4156,9.2694 20.4156,20.5625s-9.1225,20.4156-20.4156,20.4156-20.4156-9.1226-20.4156-20.4156 9.1226-20.5625 20.4156-20.5625zm53.3157,0c11.2931,0 20.5625,9.2694 20.5625,20.5625s-9.2694,20.4156-20.5625,20.4156-20.4157-9.1226-20.4157-20.4156 9.1226-20.5625 20.4157-20.5625z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-093 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m221.7781,21.2203c-15.2995.3992-30.4171,1.134-45.3844,2.0563v152.8969h-155.3938v45.3844h155.3938v35.9843h-155.3938v45.5313h111.0375v30.2563c-10.6282-5.7009-22.7948-8.9594-35.6906-8.9594-21.7127,0-41.1864,9.2639-54.9312,23.9406 7.2964-3.428 15.3366-5.4343 23.9406-5.4343 31.3713,0 56.8406,25.4693 56.8406,56.8406s-25.4693,56.8406-56.8406,56.8406c-8.6502,0-16.7612-1.9717-24.0875-5.4343 13.7496,14.7733 33.3162,24.0875 55.0781,24.0875 12.8958,0 25.0624-1.1829 35.6906-6.9031v22.4718h247.925v-22.4718c10.6282,5.7202 22.7948,6.9031 35.6906,6.9031 21.7619,0 41.3285-9.3142 55.0781-24.0875-7.3551,3.4771-15.5648,5.4343-24.2344,5.4343-31.3713,0-56.8406-25.4693-56.8406-56.8406s25.4693-56.8406 56.8406-56.8406c8.6695,0 16.8793,1.9571 24.2344,5.4343-13.7483-14.7182-33.3304-23.9406-55.0781-23.9406-12.8958,0-25.0624,3.2585-35.6906,8.9594v-30.2563h111.0375v-45.5313h-155.5406v-35.9843h155.5406v-45.3844h-155.5406v-152.8969c-15.0159-.9235-30.1813-1.6589-45.5313-2.0563v200.3375 46.2656c34.5199,13.5713 59.0438,47.1728 59.0438,86.5094 0,39.3233-24.5423,72.7823-59.0438,86.3625v27.6126h-68.15v-27.6126c-34.3655-13.6457-58.75-47.137-58.75-86.3625 0-39.2216 24.39-72.7141 58.75-86.3625v-46.4124-200.3375zm-72.7031,4.1126c-44.6255,3.7345-87.5369,9.726-128.075,17.7719v105.75h128.075v-123.5218zm213.85,0v123.5218h128.075v-105.75c-40.5381-8.0458-83.4494-14.0374-128.075-17.7719zm-106.925,265.9906c-34.7937,0-63.0094,28.2157-63.0094,63.0094s28.2157,63.0094 63.0094,63.0094 62.8625-28.2157 62.8625-63.0094-28.0688-63.0094-62.8625-63.0094z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-094 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m267.1624,21.0006c-118.2551,0-215.5572,92.3085-227.3624,210.7048 3.8957-44.1324 18.2694-84.797 40.3905-119.1196l-59.1906,14.4298v97.7694 62.2838 97.7693l59.0437,14.4298c-22.0592-34.2872-36.3544-74.9127-40.2437-118.9724 11.8052,118.3963 109.1073,210.7048 227.3624,210.7048 11.7733,0 23.3692-.883 34.6624-2.6504 .6811-.1161 1.3774-.172 2.0563-.2947 .547-.0907 1.0701-.1998 1.6156-.2947 .094-.0187.1996.0187.294,0 3.5419-.6712 7.0928-1.5146 10.575-2.3559 100.0862-24.1811 174.6343-117.6567 174.6343-229.4046s-74.5481-205.2235-174.6343-229.4046c-3.4822-.8413-7.0331-1.6847-10.575-2.3559-.096-.0187-.1982.0187-.294,0l-1.6156-.2947c-.6825-.1133-1.3718-.1875-2.0563-.2947-11.2932-1.7674-22.8891-2.6504-34.6624-2.6504zm18.2124,18.8471c12.988,1.3912 25.6034,4.0369 37.7469,7.9511l-91.0625,90.5545c8.3005,3.4859 16.2309,7.8473 23.5,13.1046l112.2125-82.6033c11.8186,7.5274 22.9378,16.3329 33.0468,26.2093l-127.9281,71.7073c6.702,7.117 12.5209,15.0797 17.4782,23.7061l143.6436-53.4492c7.7457,12.7202 14.3755,26.4 19.5344,40.7863l-152.8967,35.1911c3.273,9.5723 5.6113,19.7006 6.6093,30.1848l158.6249-10.4543c.7546,7.6395 1.175,15.4098 1.175,23.2644s-.4201,15.6249-1.175,23.2644l-158.6249-10.4543c-.998,10.4842-3.3363,20.6125-6.6093,30.1848l152.8967,35.1911c-5.1589,14.3863-11.7887,28.0661-19.5344,40.7863l-143.6436-53.4492c-4.9573,8.6265-10.7762,16.5891-17.4782,23.7061l127.9281,71.7073c-10.109,9.8764-21.2282,18.6819-33.0468,26.2093l-112.2125-82.6033c-7.2691,5.2573-15.1995,9.6187-23.5,13.1046l91.0625,90.5545c-12.1435,3.9142-24.7589,6.5599-37.7469,7.9511l-73.1436-92.1741c-7.9442,1.7476-15.9463,2.6504-24.3813,2.6504-66.2711,0-119.8499-56.7066-119.8499-126.629s53.5788-126.629 119.8499-126.629c8.435,0 16.4371.9027 24.3813,2.6504l73.1436-92.1741zm-98.2593,108.8125c-5.5568,0-11.1351.4207-16.45,1.3252l39.2157,49.4736c3.6188-.7963 7.3201-1.1779 11.1624-1.1779 30.1884,0 54.7844,25.8677 54.7844,57.7193s-24.596,57.7193-54.7844,57.7193c-3.8423,0-7.5436-.3821-11.1624-1.1779l-39.2157,49.4736c5.3149.9049 10.8932,1.3252 16.45,1.3252 54.4193,0 98.912-45.0404 101.6375-101.7449 .088-1.8292 0-3.743 0-5.5953 0-59.2697-45.4627-107.3402-101.6375-107.3402zm-33.9281,6.1842c-7.3944,2.7634-14.5069,6.3503-21.0031,10.7488l58.1625,42.8477c3.3113-2.3948 6.7939-4.449 10.575-6.037l-47.7344-47.5595zm-36.5718,23.7061c-6.0098,6.0723-11.258,12.8569-15.7156,20.3195l73.4374,27.24c2.2581-3.9296 5.0253-7.5067 8.0782-10.7488l-65.8-36.8107zm-24.8219,39.9029c-2.9681,8.3768-4.9766,17.1377-5.875,26.3565l80.7812,5.3008c.4548-4.7759 1.4465-9.3332 2.9375-13.6936l-77.8437-17.9636zm74.9062,43.4367-80.7812,5.3007c.8984,9.2188 2.907,17.9797 5.875,26.3565l77.8437-17.9636c-1.491-4.3604-2.483-8.9178-2.9375-13.6936zm7.6375,24.0006-73.4374,27.24c4.4576,7.4626 9.7058,14.2472 15.7156,20.3195l65.8-36.8108c-3.0529-3.2421-5.8201-6.8191-8.0782-10.7487zm16.0094,17.6692-58.1625,42.8477c6.4962,4.3985 13.6087,7.9854 21.0031,10.7487l47.7344-47.5595c-3.7811-1.588-7.2637-3.6421-10.575-6.037z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-095 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m215.1686,21.0003c-14.2713,2.4598-28.1355,6.4333-41.4187,11.3094 .76,1.0668 1.5354,2.0746 2.2031,3.2313 11.333,19.6294 4.6482,44.4794-14.9813,55.8124s-44.7731,4.795-56.1062-14.8343c-.6522-1.1295-1.2292-2.2161-1.7625-3.3781-10.9541,9.1629-21.1028,19.2938-30.2562,30.2562 1.1772.5405 2.3794.9542 3.525,1.6156 19.6294,11.333 26.3143,36.3301 14.9813,55.9594s-36.33,26.4611-55.9594,15.1281c-1.167-.6738-2.3031-1.2892-3.3781-2.0562-4.843,13.227-8.5671,27.0662-11.0156,41.2718 1.2873-.1218 2.6462-.294 3.9656-.294 22.666,0 40.9781,18.3121 40.9781,40.9781s-18.3121,40.9781-40.9781,40.9781c-1.3191,0-2.6787-.0288-3.9656-.147 2.4567,14.2529 6.1488,28.1513 11.0156,41.4187 1.0757-.7675 2.2103-1.5289 3.3781-2.2031 6.1342-3.5416 12.7807-5.4072 19.3875-5.5813 14.535-.3827 28.7804,7.0673 36.5719,20.5625 11.333,19.6293 4.6481,44.7732-14.9813,56.1062-1.0947.632-2.2528,1.2421-3.3781,1.7625 9.1178,10.9002 19.2092,20.9916 30.1094,30.1094 .5203-1.1253 1.1305-2.2834 1.7625-3.3781 7.0831-12.2683 19.4835-19.4919 32.6062-20.4156 7.8737-.5542 16.139,1.1845 23.5,5.4344 19.6294,11.333 26.3143,36.33 14.9813,55.9593-.6745,1.1679-1.4356,2.3025-2.2031,3.3781 13.2675,4.8669 27.1658,8.5589 41.4187,11.0157-.1218-1.287-.1463-2.6466-.1463-3.9657 0-22.666 18.3121-40.9781 40.9782-40.9781s40.9781,18.3121 40.9781,40.9781c0,1.3195-.1722,2.6784-.294,3.9657 14.2056-2.4485 28.0447-6.1726 41.2718-11.0157-.7671-1.075-1.3824-2.2111-2.0563-3.3781-11.333-19.6293-4.5012-44.7732 15.1281-56.1062 6.1342-3.5416 12.6238-5.2774 19.2406-5.4344 14.557-.3452 28.9273,7.0673 36.7187,20.5625 .6529,1.1311 1.0818,2.3613 1.6157,3.525 10.9623-9.1535 21.0933-19.302 30.2562-30.2562-1.162-.5333-2.2486-1.1103-3.3781-1.7625-19.6294-11.3331-26.4611-36.6238-15.1281-56.2531 7.7914-13.4952 22.1456-20.8206 36.7187-20.4156 6.6241.1845 13.2533,2.0396 19.3875,5.5813 1.1909.6875 2.1363,1.5654 3.2313,2.35 4.8999-13.3235 8.8413-27.2469 11.3093-41.5656-1.2836.1211-2.65.147-3.9656.147-22.666,0-41.125-18.312-41.125-40.9781s18.459-40.9781 41.125-40.9781c1.3159,0 2.6817.1737 3.9656.294-2.4567-14.2529-6.2957-28.1513-11.1625-41.4187-1.125.811-2.1512,1.4948-3.3781,2.2031-19.6294,11.3331-44.7732,4.5013-56.1062-15.1281s-4.5012-44.6263 15.1281-55.9594c1.1753-.6789 2.3075-1.0641 3.525-1.6156-9.1986-11.0163-19.3868-21.2046-30.4031-30.4031-.547,1.2024-.9413,2.3572-1.6157,3.525-11.3331,19.6294-36.3299,26.3143-55.9593,14.9812s-26.4611-36.3299-15.1281-55.9593c.699-1.2102 1.4037-2.2664 2.2031-3.3781-13.2675-4.8669-27.1658-8.7058-41.4187-11.1625 .1211,1.2839.294,2.6497.294,3.9657 0,22.666-18.3121,41.125-40.9781,41.125s-40.9781-18.459-40.9781-41.125c0-1.3156.0288-2.6821.147-3.9657zm40.6844,85.3344c88.9564,0 177.9875,153.9958 133.5093,231.0342s-222.3936,77.0384-266.8717,0 44.4062-231.0342 133.3624-231.0342zm0,59.778c-47.6099,0-95.1861,106.3597-71.3812,159.5062 23.8051,53.1465 119.1043,53.1465 142.9093,0 23.805-53.1465-23.9181-159.5062-71.5281-159.5062zm.147,115.0031c18.0106,0 32.6063,14.5956 32.6063,32.6063s-14.5956,32.7531-32.6063,32.7531-32.6062-14.7425-32.6062-32.7531 14.5956-32.6063 32.6062-32.6063z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-096 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,24.8468 31.5781,144.2161 26.8781-44.5759 32.3125,31.9024c-10.1653,14.1994-18.3593,29.9827-23.9407,46.9066l-58.75,8.3034 50.3781,37.1466c-.1607,3.0642-.294,6.2208-.294,9.3231 0,3.0553.1369,6.0151.294,9.0317l-50.3781,37.1466 58.75,8.3034c5.6034,16.9459 13.7348,32.8095 23.9407,47.0523l-32.3125,32.048-27.025-44.7215-31.4312,144.0705 145.1125-31.3197-44.6501-26.5125 32.1657-32.048c28.8686,20.3008 64.2892,32.3393 102.3718,32.3394 38.1226,0 73.3396-11.9998 102.2251-32.3394l32.3125,32.0481-44.7969,26.5125 145.2594,31.3197-31.725-144.0705-26.7312,44.5759-32.3125-31.9023c10.1932-14.2384 18.211-30.1234 23.7937-47.0523l58.8968-8.3034-50.3781-37.1466c.1506-2.9658.294-6.0281.294-9.0317 0-3.0984-.1326-6.1158-.294-9.1774l50.3781-37.2923-58.8968-8.3034c-5.5846-16.8809-13.6744-32.6069-23.7937-46.761l32.1657-31.9023 26.8781,44.4302 31.5782-144.0705-145.2594,31.3197 44.7969,26.5125-32.1656,31.9024c-6.5774-4.6315-13.5041-8.6705-20.7094-12.3822-13.1328-22.2054-47.6439-81.3447-81.5156-81.3447-33.8107,0-68.3281,58.9229-81.5156,81.199-7.2591,3.7321-14.2287,7.8674-20.8562,12.5279l-32.1657-31.9024 44.7969-26.5125zm235,27.8235c14.4085,0 26.1438,6.045 26.1438,13.5476s-11.7353,13.5475-26.1438,13.5475-26.1437-6.045-26.1437-13.5475 11.7353-13.5476 26.1437-13.5476zm-.1463,46.9067c88.2479,0 159.8,70.9666 159.8,158.4921s-71.5522,158.4921-159.8,158.4921c-44.1238,0-84.0341-17.7935-112.9468-46.4697s-46.7063-68.2597-46.7063-112.0225c0-87.5255 71.4052-158.4921 159.6531-158.4921zm0,10.1971c-82.5544,0-149.5187,66.4163-149.5187,148.295 0,40.9393 16.856,77.9346 43.9156,104.7388s64.3259,43.4105 105.6031,43.4105c82.5545,0 149.6657-66.2706 149.6657-148.1493s-67.1113-148.295-149.6657-148.295zm-31.1375,18.9375 22.1782,205.3988c-1.5729.0937-3.009.2955-4.5532.4367l-33.4874-200.8829c5.1827-1.9312 10.397-3.6639 15.8625-4.9529zm62.4219.1456c5.464,1.2994 10.8277,2.8663 16.0093,4.8072l-33.4874,200.8829c-1.5422-.1427-3.1288-.1968-4.7-.2912zm-130.1315,39.4776 67.1219,169.1262c-1.6316.3769-3.1261.8785-4.7,1.3111l-73.1437-157.3268c3.2709-4.6072 6.9017-8.96 10.7219-13.1105zm197.9875.2912c3.76,4.1029 7.3499,8.5647 10.5751,13.1106l-73.1438,156.8897c-1.5677-.4317-3.0749-.934-4.7-1.3111zm-231.9156,72.5451 78.5781,104.0104c-1.5597.7642-3.1084,1.6497-4.5531,2.4765l-75.2-89.0061c-.001-.2277 0-.3546 0-.583-8e-05-5.7566.4598-11.3335 1.175-16.8981zm265.6968,0c.7055,5.5215 1.175,11.1875 1.175,16.8981 0,.2738.002.601 0,.874l-75.2,88.7149c-1.4227-.8197-2.8709-1.5725-4.4063-2.3308zm-246.3094,87.4034 39.8031,31.174c-1.7042,2.0528-3.1564,4.0581-4.2594,6.264-7.0863-5.03-13.7248-10.6262-19.6813-16.8981s-11.2082-13.2113-15.8625-20.5399zm226.7751.1456c-9.2944,14.5931-21.2711,27.2671-35.3969,37.2923-1.0898-2.1732-2.5882-4.2388-4.2594-6.264z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-097 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m120.3052,21.0337c-.209.3805-.5261.7935-.7343,1.1748-.7962,1.4588-1.5701,2.9407-2.3498,4.4057-2.8577,5.3714-5.6593,10.7303-8.3707,16.1539-8.9307,17.8628-17.1783,36.007-24.6714,54.336-9.1965,22.4891-17.287,45.3417-23.0559,68.7276-4.5928,18.4443-7.9211,37.5408-7.0492,56.8325-5.1989-7.3268-10.2738-14.8798-14.6851-23.0561-4.8451-9.1648-9.2989-18.4572-11.0145-28.7834-1.6026-8.7159-.7891-18.6086.7342-28.3428 1.702-10.5973 4.4502-20.9994 7.6365-31.133 2.6539-8.4316 5.7127-16.6149 8.9581-24.6715 .9994-2.4806 1.8799-5.0545 2.937-7.4895 .2882-.668.5837-1.2464.8812-1.9091-.317.5815-.7133,1.1749-1.0275,1.7622-1.2213,2.2762-2.3555,4.5666-3.525,6.9021-3.7981,7.5848-7.3014,15.5055-10.5735,23.6435-3.93,9.7685-7.4052,19.9261-9.9856,30.8393-2.3959,9.9493-4.1677,20.9186-3.084,32.3079 1.3878,12.8945 5.5527,24.5802 10.1326,34.8043 5.2716,11.9784 11.5059,22.9562 17.9161,33.4827 5.5281,8.1466 11.0592,16.3504 16.5945,24.5246 4.4063,8.0715 9.8256,15.6934 16.1543,22.7624 13.9343,15.5676 30.5815,28.5796 46.2587,41.2659 14.902,12.2511 29.3025,24.096 38.329,37.5947 4.3738,6.4372 7.5911,13.251 9.252,20.1189 1.9016,7.515 2.0486,15.558.7343,23.4966-1.31,8.3074-7.1192,16.4893-14.9791,22.175-6.7229,5.07-15.6615,8.7203-25.2594,11.8952 .086-1.1845.1442-2.1717.1442-3.3776 0-26.8395-22.3613-48.6599-50.371-49.4898 15.513,6.4776 24.3543,18.4356 19.6786,28.0491-5.0072,10.2938-23.3607,13.8173-40.9727,7.7832-10.3048-3.5305-18.1827-9.5488-21.8813-16.007-6.5831,8.3122-10.5729,18.4752-10.5729,29.6645 0,27.363 23.3571,49.4897 52.1328,49.4897 4.7492,0 17.3317-1.2107 25.8466-2.9371 11.5679-2.3456 23.0839-5.4896 34.0697-9.9861 14.858-6.0808 29.7614-12.3223 42.5881-22.7623 12.0406-8.2195 22.4203-26.5577 24.0834-42.5877 .9922-10.9389.1729-22.0542-3.3773-32.7484-3.3052-9.7154-8.713-18.6038-15.126-26.5806-13.2433-16.2609-29.9128-28.7413-46.1125-40.0911-16.8986-12.0342-33.7187-23.2181-47.1399-36.4198-13.7606-13.5189-24.0842-29.6655-27.6084-47.1401-4.198-19.9763-2.2878-41.1739 1.1752-62.413 3.8039-23.0363 10.121-46.1258 17.4751-68.8745 5.9937-18.5331 12.6221-36.828 20.1189-55.0702 2.2762-5.5386 4.6202-11.0937 7.0492-16.5945 .6629-1.5002 1.3763-3.057 2.0558-4.5525 .1801-.3905.4107-.7845.5909-1.1748zm271.3857,0c.1801.3905.4107.7843.5908,1.1748 .6774,1.4955 1.3936,3.0523 2.0565,4.5525 2.429,5.5008 4.626,11.0559 6.9023,16.5945 7.4967,18.2422 14.2722,36.5371 20.2658,55.0702 7.3541,22.7486 13.5243,45.8381 17.3281,68.8745 3.4631,21.239 5.5203,42.4367 1.3223,62.413-3.5243,17.4746-13.9948,33.6212-27.7554,47.1401-13.4212,13.2017-30.0943,24.3856-46.9937,36.4198-16.199,11.3498-32.8685,23.8302-46.1117,40.0911-6.413,7.9768-11.8208,16.8652-15.1261,26.5806-3.5487,10.6942-4.5165,21.8096-3.5242,32.7484 1.663,16.0299 12.0427,34.3682 24.0833,42.5877 12.8268,10.44 27.8772,16.6815 42.7352,22.7623 10.9857,4.4965 22.3548,7.6405 33.9227,9.9861 8.5149,1.7264 21.3913,2.9371 26.1406,2.9371 28.7749,0 51.9857-22.1268 51.9857-49.4897 0-11.2441-3.9602-21.4785-10.5735-29.8114-3.6295,6.5002-11.2235,12.6031-21.5874,16.1539-17.612,6.0341-35.9647,2.5106-40.9719-7.7832-4.6707-9.6016 3.9242-21.5656 19.3846-28.0491-27.9521.9028-50.518,22.6977-50.518,49.4898 0,1.2059.072,2.1932.1441,3.3776-9.5979-3.1749-18.2425-6.8252-24.9653-11.8952-7.8599-5.6857-13.8161-13.8675-15.1261-22.175-1.315-7.9387-1.3143-15.9816.5909-23.4966 1.6601-6.8679 5.0252-13.6817 9.399-20.1189 9.0265-13.4987 23.4269-25.3436 38.3289-37.5947 15.6773-12.6864 32.1775-25.6984 46.1117-41.2659 6.3287-7.069 11.8951-14.6909 16.3013-22.7624 5.5354-8.1742 11.0664-16.378 16.5939-24.5246 6.4108-10.5265 12.6451-21.5043 17.9168-33.4827 4.5799-10.2241 8.7447-21.9099 10.1325-34.8044 1.0838-11.3893-.6917-22.3586-3.084-32.3079-2.5803-10.9132-6.0556-21.0708-9.9862-30.8393-3.2714-8.138-6.7748-16.0587-10.5729-23.6435-1.1702-2.3356-2.3036-4.6259-3.525-6.9021-.317-.5873-.7061-1.1809-1.0275-1.7622 .2954.6629.4468,1.2409.7343,1.9091 1.057,2.435 2.0846,5.0089 3.084,7.4895 3.2447,8.0566 6.3042,16.2399 8.958,24.6715 3.1863,10.1336 5.9339,20.5358 7.6358,31.133 1.524,9.7342 2.3375,19.6269.7343,28.3428-1.715,10.3262-6.1688,19.6185-11.0138,28.7834-4.412,8.1762-9.487,15.7293-14.6851,23.0561 .8719-19.2917-2.4564-38.3882-7.0493-56.8325-5.7695-23.386-14.0063-46.2385-23.2028-68.7276-7.4932-18.329-15.5937-36.4733-24.5244-54.336-2.7122-5.4235-5.66-10.7824-8.5178-16.1539-.7796-1.465-1.4065-2.9469-2.2027-4.4057-.209-.3812-.5261-.7946-.7343-1.1748zm-135.6929,32.0142c-71.2983,0-129.0846,57.9233-129.0846,129.2314 0,65.0286 81.6766,111.2711 110.5813,173.4344 8.7173,18.7482 14.5323,22.8435 18.5033,59.1822 3.971-36.3387 9.786-40.434 18.5034-59.1822 28.9046-62.1634 110.5812-108.4059 110.5812-173.4344 0-71.3081-57.7863-129.2314-129.0846-129.2314zm0,81.2102c45.835,0 82.9729,37.1315 82.9729,82.9724s-37.1379,82.9725-82.9729,82.9725-82.9721-37.1316-82.9721-82.9725 37.1378-82.9724 82.9721-82.9724zm0,50.0771c-27.7287,0-50.224,21.8904-50.224,48.9024s22.4953,48.9023 50.224,48.9023 50.224-21.8904 50.224-48.9023-22.4953-48.9024-50.224-48.9024z" fill="#fff" fill-rule="evenodd"/> </svg>
<svg class="tc-image-abstract-abstract-098 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m115.0001,21.0001v94h-94.0001v94h94.0001v94h-94.0001v94h94.0001v94h94v-94h94v94h93.9999v-94h94v-94h-94v-94h94v-94h-94v-94h-93.9999v94h-94v-94h-94zm141,148.9312c47.548,0 86.0687,38.5208 86.0687,86.0687s-38.5207,86.0687-86.0687,86.0687-86.0688-38.5208-86.0688-86.0687 38.5208-86.0687 86.0688-86.0687zm0,29.9625c-30.9781,0-56.1063,25.128-56.1063,56.1063s25.1281,56.1062 56.1063,56.1062 56.1062-25.128 56.1062-56.1062-25.1281-56.1063-56.1062-56.1063z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-099 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m221.5753,19.432c-35.1335,5.0735-67.7326,17.97-96.1804,36.5903l39.428,39.428c16.8494,16.8497 16.8494,43.9354 0,60.7849s-43.9352,16.8497-60.7851,0l-41.0706-40.9215c-20.7616,28.4454-35.4121,61.6526-41.9672,97.6739h59.5903c23.8289.0002 43.0123,19.1836 43.0123,43.0124s-19.1835,43.0125-43.0123,43.0123h-59.5903c6.5551,36.0213 21.2056,69.2285 41.9672,97.674l41.0705-40.9215c8.4257-8.4248 19.4732-12.6946 30.4671-12.6946 10.9959,0 21.8933,4.2698 30.318,12.6946 16.8499,16.8495 16.8499,43.9353 0,60.7848l-39.428,39.428c28.4479,18.6205 61.047,31.5169 96.1804,36.5903v-52.5707c0-23.8289 19.1835-43.0123 43.0123-43.0123s43.0124,19.1835 43.0124,43.0123v49.2851c32.7745-7.2123 62.9548-21.1774 89.1609-40.3241l-32.4085-32.4087c-16.8493-16.8497-16.8498-43.9351 0-60.7848 8.4248-8.4247 19.3221-12.6946 30.318-12.6946 10.994,0 22.0415,4.2699 30.4671,12.6946l30.9149,30.9152c17.0917-26.1123 29.1495-55.8022 34.9476-87.6676h-42.415c-23.8289-.0002-43.0124-19.1833-43.0124-43.0123s19.1835-43.0123 43.0124-43.0124h42.415c-5.7981-31.8654-17.8559-61.5553-34.9476-87.6675l-30.9149,30.9151c-16.8513,16.8495-43.9352,16.8495-60.7851,0s-16.8493-43.9354 0-60.7849l32.4085-32.4087c-26.2061-19.1468-56.3864-33.1117-89.1609-40.324v148.4524c0,23.8289-19.1835,43.0123-43.0124,43.0123s-43.0123-19.1835-43.0123-43.0123zm-58.8433,236.568h186.3869c0,51.4693-41.7239,93.1935-93.1935,93.1935s-93.1935-41.7241-93.1935-93.1935z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-100 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m171.6937,21c-16.3739,0-29.6687,13.9039-29.6687,31.2342v67.8227c0,11.5289 5.9276,21.5094 14.6875,26.9209l-135.7125,89.3892 87.9784,254.6329h147.0217 147.1687l87.8312-254.6329-135.7125-89.3892c8.7599-5.4116 14.6875-15.3921 14.6875-26.9209v-67.8227c0-17.3303-13.2949-31.2342-29.6688-31.2342h-168.6125zm18.6529,33.7627h131.3067c2.4257,0 4.6624.5607 6.7558,1.4873 .0504.0216.1081-.0216.1456,0 2.0463.9245 3.885,2.2347 5.4345,3.8671 .7887.8317 1.5769,1.6969 2.2029,2.6773 1.8781,2.941 2.9375,6.5598 2.9375,10.4113v40.1582c0,3.8515-1.0594,7.4443-2.9375,10.4114-.6263.9891-1.4142,1.8362-2.2029,2.6772-1.3061,1.3914-2.8923,2.5133-4.5533,3.4209l-73.4375-48.3386-73.4375,48.3386c-1.6788-.9119-3.2162-2.029-4.5534-3.4209-.7886-.841-1.5769-1.6881-2.2029-2.6772-1.8781-2.9671-2.9375-6.5599-2.9375-10.4114v-40.1582c0-3.8515 1.0594-7.4704 2.9375-10.4113 .626-.9804 1.4142-1.8456 2.2029-2.6773 3.1875-3.2787 7.5261-5.3544 12.3375-5.3544zm52.875,62.6171-6.4624,69.0126c-34.3636,5.8734-63.5788,27.2036-80.7808,56.8165-23.9813-1.6232-47.3685-3.7134-70.0596-6.3956l157.3029-119.4336zm25.5568,0 157.3029,119.5823c-22.6822,2.68-46.1028,4.7978-70.0596,6.3956-17.1907-29.661-46.4003-51.075-80.7808-56.9652l-6.4624-69.0126zm-12.7784,100.9905c1.4429,0 2.8327.075 4.2591.1492h.1456 .2912c2.2095.1268 4.4486.2948 6.6092.5946 .4829.0649.9884.222 1.4692.2976 1.3315.2104 2.6574.4692 3.9654.7437 .0505.007.0987-.007.1456,0 .0937.0216.2018-.0216.2912,0 .1081.0216.1924.1261.2962.1485 1.4081.3085 2.7316.6608 4.1125,1.0412 2.1606.5931 4.3739,1.32 6.4625,2.0823 1.0946.4 2.1578.7452 3.2308,1.1898 1.0034.4173 1.9542.8831 2.9374,1.3386 1.3941.6421 2.7604,1.3652 4.1126,2.0822 .94.4987 1.8711.954 2.7908,1.4874 2.4228,1.4083 4.7808,2.969 7.05,4.6108 2.2997,1.667 4.4866,3.4632 6.6092,5.3544 2.0139,1.7938 3.8878,3.6709 5.7283,5.6519 .0843.0915.2068.2047.2912.2976 7.7738,8.449 13.8232,18.4564 17.7721,29.5981 .0894.2573.2068.485.2912.7437 .6508,1.8918 1.2398,3.8508 1.7625,5.8007 .08.302.2205.5888.2962.8924 .583,2.2751 1.0651,4.6457 1.4683,6.9905 .3805,2.1185.6594,4.226.8817,6.3956 .2912,2.8642.4418,5.683.4418,8.6266 0,3.3691-.2213,6.5482-.5874,9.8164-.6003,5.3763-1.7117,10.738-3.2313,15.7658-4.8951,16.1683-14.178,30.2303-26.5841,40.7532-2.0911,1.7759-4.208,3.3444-6.4625,4.9082-13.364,9.2792-29.5137,14.7247-46.8533,14.7247s-33.489-5.4456-46.8534-14.7247c-2.2546-1.5638-4.3715-3.1322-6.4625-4.9082-4.1078-3.4847-7.9157-7.3832-11.3092-11.6013-.0468-.0288 0-.1196 0-.1492-5.0967-6.3445-9.3116-13.2926-12.4841-20.9715v-.1485c-1.0598-2.574-1.9773-5.1882-2.7909-7.8829-1.5237-5.0278-2.6264-10.3895-3.2313-15.7659-.0468-.3856-.1081-.6544-.1457-1.0411-.2867-2.893-.4418-5.8047-.4418-8.7753 0-2.9436.1457-5.7622.4418-8.6266 .2115-2.1593.5189-4.2862.8817-6.3956 .4042-2.3448.885-4.7154 1.4683-6.9905 .0799-.3012.2162-.5924.2961-.8923 .5226-1.9498 1.1116-3.9089 1.7625-5.8007 .0893-.2558.2021-.4893.2914-.7437 3.9485-11.1417 10.0016-21.149 17.7721-29.5981 .0893-.0951.2021-.2025.2914-.2976 1.8363-1.981 3.7144-3.8581 5.7284-5.6519 2.123-1.8912 4.3052-3.6875 6.6091-5.3544 2.2649-1.6418 4.6229-3.2025 7.05-4.6108 .916-.5333 1.8514-.9891 2.7909-1.4874 1.3574-.724 2.7129-1.4339 4.1125-2.0823 .1924-.0887.3949-.2097.5874-.2976l1.0279-.4461c.4324-.1888.884-.4137 1.3221-.5953 1.0679-.4439 2.1414-.7903 3.2308-1.1898 2.0887-.7623 4.3019-1.4893 6.4625-2.0823 .2537-.0721.4821-.2299.7346-.2976 1.1412-.3012 2.2203-.4908 3.3779-.7437l.7346-.1485c1.3113-.2738 2.6338-.5333 3.9653-.7437 .4828-.0764.9837-.2299 1.4692-.2976 2.1611-.2998 4.3969-.4684 6.6092-.5946 1.5726-.0908 3.1006-.1492 4.7-.1492zm0,16.9558c-37.1981,0-67.4158,30.932-67.4158,69.1614 0,27.6508 15.8038,51.4137 38.6284,62.4683 1.614-44.7959 13.8927-79.5728 28.7875-79.5728s27.1712,34.7769 28.7875,79.5728c22.8223-11.0547 38.6284-34.8175 38.6284-62.4683 0-38.2294-30.2206-69.1614-67.4159-69.1614zm-184.3283,30.3417c23.2391,3.0021 47.2806,5.4235 71.9692,7.288-2.6734,10.0704-4.1125,20.5916-4.1125,31.5317 0,18.3224 4.0091,35.6609 11.1625,51.1645l-39.3625,28.557-39.6567-118.5412zm368.6567,0-39.5096,118.5412-39.5096-28.557c7.1534-15.5036 11.1625-32.8421 11.1625-51.1645 0-10.9401-1.4392-21.4613-4.1125-31.5317 24.6534-1.8652 48.7362-4.2878 71.9692-7.288zm-98.4067,119.5823 50.525,23.9462-17.7716,53.2468h-101.3438v-39.7121c27.0038-4.1296 50.987-17.7678 68.5904-37.4809zm-171.8433.1485c17.5963,19.6696 41.6232,33.2082 68.5904,37.3322v39.712h-101.1971l-17.7716-53.2468 50.3784-23.7974z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-101 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m82.9812,21c-16.4203,0-29.6688,12.8852-29.6688,28.9344 0,5.9733 1.8427,11.5246 4.9938,16.1563-5.6437,2.1092-11.258,4.3267-16.7438,6.6093v32.3125c39.8539-31.7511 108.9211-53.9856 189.175-57.8687 .534-.0288 1.0805.0288 1.6156,0-94.3049,5.5834-170.7434,44.1908-190.7906,94.4406v309.1718c-6.9818.8341-13.8751,1.7325-20.5625,2.6438v37.6c69.7866-5.9787 149.8154-9.5469 235-9.5469 85.1277,0 165.2462,3.5757 235.0001,9.5469v-37.6c-6.6852-.9103-13.5836-1.8103-20.5625-2.6438v-309.1718c-20.0473-50.2499-96.4858-88.8572-190.7907-94.4406 80.9709,3.6644 150.6762,25.9069 190.7907,57.8687v-32.3125c-5.4858-2.2826-11.1002-4.5001-16.7438-6.6093 3.151-4.6316 4.9937-10.1829 4.9937-16.1563 0-16.0492-13.2483-28.9344-29.6687-28.9344-16.1278,0-29.35,12.5483-29.8157,28.2-44.7215-11.3344-92.8978-17.6251-143.2031-17.6251s-98.4816,6.2906-143.2031,17.6251c-.4656-15.6517-13.6878-28.2001-29.8156-28.2001zm173.0187,47.8812c94.4624,0 170.9626,110.3658 170.9626,246.3094 0,47.3724-9.2972,91.4224-25.4094,128.9562-13.6597-1.0058-27.8214-1.7743-42.1531-2.4968 19.8934-33.8867 31.8718-77.7319 31.8718-125.5782 0-24.8144-3.2267-48.5179-9.1063-70.3531-22.907,30.9796-43.544,49.4439-52.2875,44.3562-11.3808-6.6223 1.2589-50.4008 28.2-101.6375-3.0473-5.0501-6.1586-9.9662-9.5469-14.5407-17.1971,60.249-40.7968,104.8156-54.1969,101.1969-14.1351-3.8173-11.6239-59.7229 5.7282-124.9906 1.436-5.4013 3.1624-10.7008 4.7001-15.8625-7.266-4.0394-14.9574-7.2036-22.7657-9.4 .3293,7.4602.5873,15.0263.5873,22.9125 0,67.5701-11.9506,122.3469-26.5844,122.3469s-26.5844-54.7767-26.5844-122.3469c0-7.9333.2544-15.5575.5874-23.0594-7.8347,2.1799-15.4773,5.3639-22.7657,9.4 1.5507,5.2008 3.2525,10.5648 4.7001,16.0093 17.3521,65.2678 19.8632,121.1733 5.7281,124.9906-13.4118,3.6219-36.9958-41.0142-54.1969-101.3438-3.3504,4.5236-6.5299,9.404-9.5469,14.3938 27.0378,51.3511 39.6005,95.2974 28.2001,101.9312-8.7579,5.0961-29.4816-13.4299-52.4344-44.5031-5.8899,21.8696-9.1062,45.6382-9.1062,70.4999 0,47.8718 12.1063,91.6839 32.0187,125.5782-14.2533.7185-28.4181,1.4979-42.0062,2.4968-16.1358-37.5338-25.5563-81.5839-25.5563-128.9562 0-135.9436 76.5002-246.3094 170.9625-246.3094zm0,241.0219c47.6449,0 86.2157,24.4538 86.2157,54.6375s-38.5707,54.4906-86.2157,54.4906-86.2156-24.307-86.2156-54.4906 38.5707-54.6375 86.2156-54.6375zm0,21.0031c-42.8805,0-77.6969,15.093-77.6969,33.6344s34.8164,33.4875 77.6969,33.4875 77.6969-14.9462 77.6969-33.4875-34.8164-33.6344-77.6969-33.6344zm0,13.8063c13.2725,0 24.0875,9.1287 24.0875,20.4156s-10.815,20.5625-24.0875,20.5625-24.0875-9.2755-24.0875-20.5625 10.815-20.4156 24.0875-20.4156z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-102 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21.0002c4.4053,21.1214 8.3148,44.4171 11.4562,69.178h76.2281v48.3219h-55.3719c7.6285,26.1221 12.6034,63.7142 13.3656,106.1905h41.2718v31.2843h-41.5656c-.1557,4.8889-.1737,9.6594-.4403,14.3938h42.0063v31.2843h-44.7969c-2.3412,20.0301-5.6809,37.7499-9.8406,51.9937h55.3718v48.3219h-76.2281c-3.1414,24.7609-7.0509,47.9097-11.4562,69.0312 46.2673-8.7542 101.0824-14.9264 160.9749-17.7718v-51.2593-48.3219h35.1031c7.8055,70.0923 22.2158,117.353 38.9219,117.353s31.2461-47.2608 39.0687-117.353h35.1032v48.3219 51.2593c59.8924,2.8455 114.5606,9.0176 160.8279,17.7718-4.4053-21.1214-8.1679-44.2702-11.3093-69.0312h-76.2281v-48.3219h55.3719c-4.1597-14.2438-7.5727-31.9636-9.9875-51.9937h-44.7969v-31.2843h42.0062c-.2789-4.7345-.4237-9.5047-.5873-14.3938h-41.4187v-31.2843h41.1249c.8024-42.4763 6.0309-80.0684 13.6594-106.1905h-55.3719v-48.3219h76.2281c3.1414-24.7609 6.9041-48.0566 11.3094-69.178-46.2674,8.7542-100.9356,15.0732-160.828,17.9187v99.5812h-35.1031c-7.8236-70.1187-22.3613-117.4999-39.0687-117.4999s-31.1151,47.3812-38.9219,117.4999h-35.1031v-99.5812c-59.8925-2.8456-114.7075-9.1645-160.9749-17.9187zm120.2905,171.2561h229.5655v127.6342h-229.5655v-127.6342zm29.375,48.4687v65.2124h170.6687v-65.2124h-85.3344-85.3343z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-103 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-129.7869,0-235,105.2131-235,235s105.2131,235 235,235 235-105.2131 235-235-105.2131-235-235-235zm-25.7031,44.0625v27.025c-7e-05,16.5704 11.4341,29.8156 25.7031,29.8156s25.7031-13.2452 25.7032-29.8156v-27.025c85.8583,11.4476 153.7867,79.376 165.2344,165.2344h-27.025c-16.5705,0-29.8156,11.4341-29.8156,25.7031s13.2451,25.7032 29.8156,25.7032h27.025c-11.4477,85.8583-79.3761,153.7867-165.2344,165.2344v-27.025c-7e-05-16.5705-11.4341-29.8156-25.7032-29.8156s-25.7032,13.2451-25.7031,29.8156v27.025c-85.8584-11.4477-153.7867-79.376-165.2344-165.2344h27.025c16.5704,0 29.8156-11.4341 29.8156-25.7032s-13.2452-25.7031-29.8156-25.7031h-27.025c11.4476-85.8584 79.376-153.7867 165.2344-165.2344zm-66.5344,75.4937c-6.158.1175-12.0358,2.342-16.45,6.7562-10.0897,10.0898-8.6327,27.6454 3.0844,39.3625l20.1219,20.1219c-8.369,14.4992-13.2188,31.2589-13.2188,49.2031s4.8497,34.704 13.2188,49.2032l-20.1219,20.1219c-11.717,11.7171-13.1741,29.2728-3.0844,39.3625s27.6454,8.6328 39.3625-3.0843l20.1219-20.1219c14.4992,8.3689 31.2589,13.2188 49.2031,13.2188s34.704-4.8498 49.2032-13.2188l20.1219,20.1219c11.7171,11.717 29.2728,13.1741 39.3625,3.0843s8.6327-27.6454-3.0844-39.3625l-20.1219-20.1219c8.369-14.4992 13.2188-31.2589 13.2188-49.2032s-4.8497-34.7039-13.2188-49.2031l20.1219-20.1219c11.7171-11.7171 13.1741-29.2728 3.0844-39.3625-4.4142-4.4142-10.292-6.6388-16.45-6.7562-7.9174-.1506-16.3216,3.2498-22.9124,9.8406l-20.1219,20.1219c-14.4992-8.369-31.2589-13.2188-49.2032-13.2188s-34.7039,4.8497-49.2031,13.2188l-20.1219-20.1219c-6.5909-6.5909-14.9951-9.9915-22.9125-9.8406zm92.2375,57.8687c31.7978,0 57.575,25.7772 57.575,57.575s-25.7772,57.575-57.575,57.575-57.575-25.7772-57.575-57.575 25.7772-57.575 57.575-57.575z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-104 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-129.7862,0-235,105.2131-235,235s105.2137,235 235,235 235-105.2133 235-235-105.2128-235-235-235zm0,5.875c126.5433,0 229.125,102.5828 229.125,229.125s-102.5817,229.125-229.125,229.125-229.1249-102.5832-229.1249-229.125 102.5836-229.125 229.1249-229.125zm0,5.875c-123.2965,0-223.25,99.9524-223.25,223.25s99.9535,223.25 223.25,223.25 223.25-99.9525 223.25-223.25-99.9516-223.25-223.25-223.25zm-216.2,7.05v99.7282c22.7819-42.2058 57.5233-76.9456 99.7284-99.7282h-99.7284zm332.6721,0c42.1115,22.7306 76.9433,57.3566 99.7279,99.4344v-99.4344h-99.7279zm-133.3625,12.7781h33.9278v34.2219h-33.9278v-34.2219zm-19.0938,2.4969 8.6659,33.0468-32.9,8.8125-8.9596-32.9 33.1938-8.9593zm72.1159,0 33.0466,8.9593-8.8125,32.9-33.0467-8.8125 8.8125-33.0468zm-122.9346,16.1562 17.0375,29.6688-29.5221,17.0375-17.1841-29.5218 29.6688-17.1844zm173.7529,0 29.6692,17.1844-17.1846,29.5218-29.5221-17.0375 17.0375-29.6688zm-218.6966,28.9344 24.2341,24.0875-24.2341,24.2344-24.0875-24.2344 24.0875-24.0875zm263.6409,0 24.0875,24.0875-24.0875,24.2344-24.2346-24.2344 24.2346-24.0875zm-131.8943,2.9375c50.6614,0 95.5849,24.741 123.375,62.7157-20.8821,4.7442-43.3082,8.2112-66.6808,10.4281-11.0869-19.8569-32.2707-33.1938-56.6943-33.1938s-45.6074,13.3369-56.6933,33.1938c-23.4225-2.2214-45.7601-5.6691-66.6817-10.4281 27.8315-37.9747 72.7161-62.7157 123.375-62.7157zm-167.5841,36.425 29.5217,17.1844-17.0376,29.5219-29.6683-17.0375 17.1842-29.6688zm335.3159,0 17.0375,29.6688-29.6693,17.0375-16.8903-29.5219 29.5221-17.1844zm-167.7318,21.15c27.2934,0 49.4971,22.0588 49.4971,49.3503 0,22.9271-15.6909,42.1543-36.8653,47.7341v103.1062h-25.2625v-103.1062c-21.1749-5.5798-36.7192-24.8071-36.7192-47.7341 0-27.2914 22.0608-49.3503 49.3499-49.3503zm0,14.1c-18.8,0-33.9278,16.4019-33.9278,36.7185s15.1279,36.8659 33.9278,36.8659 34.075-16.5477 34.075-36.8659-15.2735-36.7185-34.075-36.7185zm-133.6558,7.1969c21.8188,5.8974 45.4204,10.361 70.2058,13.2188-.8267,4.1506-1.4683,8.3787-1.4683,12.7779v160.8284c19.098,11.0266 41.2796,17.1841 64.9182,17.1841s45.8185-6.1574 64.9192-17.1841v-160.8284c0-4.3992-.4944-8.6273-1.3221-12.7779 24.7864-2.8577 48.3866-7.3214 70.2063-13.2188 12.1392,21.9312 19.0938,47.1861 19.0938,74.025 0,30.6046-9.0597,59.2407-24.5279,83.1313 .5492-8.5573.7005-17.6847-1.0284-26.8779-1.8546-9.2261-5.5211-17.4906-9.3999-25.2625-4.3165-8.743-9.268-17.1762-14.3938-25.4096-4.1975-6.745-8.5295-13.434-13.0721-19.975-1.3832-1.9914-2.8411-3.9052-4.2591-5.875-.3856-.5391-.6363-1.0791-1.0283-1.6154-.1081-.1412-.3337-.3005-.4418-.4418 .0649.1549.08.4324.1456.5873 .2443.5931.64,1.0232.8807,1.6159 .8864,2.1704 1.6521,4.4307 2.4971,6.6091 2.7744,7.1619 5.4201,14.3684 7.7847,21.5909 2.8839,8.8224 5.304,17.6142 7.1966,26.4375 1.6877,7.9886 3.0399,15.7478 2.4966,22.9125-.4418,7.5171-2.7523,15.1401-5.2875,23.2057-2.8698,8.8398-6.3055,17.515-10.1342,26.2909-3.1368,7.1694-6.4616,14.2556-9.9875,21.2966-.4086.8173-.7581,1.6821-1.175,2.4971-4.5717,2.7688-9.3765,5.351-14.2466,7.6375v-14.9812c-19.4021,10.2338-41.4559,16.1563-64.9192,16.1563s-45.5162-5.9225-64.9183-16.1563v14.9812c-4.8405-2.2692-9.407-4.8932-13.9533-7.6375-3.8225-7.9627-7.7795-15.9688-11.6034-23.9404-3.7966-8.6814-7.2859-17.3665-10.1342-26.1442-2.5347-8.0657-4.7046-15.8338-5.1408-23.3529-.5405-7.1623.8084-14.7768 2.4971-22.7654 1.8743-8.7913 4.3127-17.6175 7.1971-26.4375 3.7591-10.1515 7.6554-20.3242 11.4558-30.55-6.2759,9.2957-12.6303,18.6811-18.9466,28.0529-5.1268,8.2358-9.9166,16.6328-14.2467,25.4096-3.8798,7.7719-7.5454,16.0364-9.4,25.2625-1.739,9.244-1.5773,18.424-1.0284,27.025-15.5598-23.9248-24.675-52.6005-24.675-83.2784 0-26.8426 7.0782-52.0919 19.2409-74.025zm-58.3096,4.8469 32.9,8.9593-8.8125,32.9-33.0471-8.8125 8.9596-33.0469zm384.0779,0 8.9596,33.0469-33.1938,8.8125-8.6658-32.9 32.8999-8.9593zm-395.5342,52.1406h34.2216v34.2216h-34.2216v-34.2216zm372.7688,0h34.075v34.2216h-34.075v-34.2216zm-337.225,44.3562 8.8125,33.0471-32.9,8.8125-8.9596-33.0471 33.0471-8.8125zm335.7562,0 33.1938,8.8125-8.9596,33.0471-32.8999-8.8125 8.6658-33.0471zm-322.9784,42.5938 17.0376,29.5216-29.5217,17.1847-17.1842-29.6688 29.6683-17.0375zm310.2,0 29.6693,17.0375-17.0375,29.6688-29.5221-17.1847 16.8903-29.5216zm-286.8466,37.7466 24.2341,24.0875-24.2341,24.2346-24.0875-24.2346 24.0875-24.0875zm263.6409,0 24.0875,24.0875-24.0875,24.2346-24.2346-24.2346 24.2346-24.0875zm-348.0943,8.8125v99.7284h99.7284c-42.2051-22.7828-76.946-57.5219-99.7284-99.7284zm432.4.2962c-22.7846,42.0773-57.6164,76.7036-99.7279,99.4342h99.7279v-99.4342zm-315.4875,21.2966 29.5221,17.0375-17.0375,29.6688-29.6688-17.1846 17.1841-29.5217zm198.7221,0 17.1846,29.5217-29.6692,17.1846-17.0375-29.6688 29.5221-17.0375zm-159.6529,21.0034 32.9,8.8125-8.6659,33.0467-33.1938-8.8125 8.9596-33.0466zm120.5842,0 8.8125,33.0466-33.0466,8.8125-8.8125-33.0467 33.0467-8.8125zm-77.2563,10.2807h33.9278v34.075h-33.9278v-34.075z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-105 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,11c-83.484,0-157.231,10.8258-202.8907,27.4094-26.5885,62.0598-42.1094,136.9446-42.1094,217.5906 0,55.1164 7.2716,107.4897 20.3656,154.9625 57.6344,15.2522 136.711,24.8062 224.4813,24.8062s167.1107-9.554 224.7874-24.8062c13.0493-47.4734 20.3657-99.845 20.3657-154.9625 0-80.6461-15.3679-155.5308-41.9563-217.5906-45.6596-16.5836-119.5598-27.4094-203.0437-27.4094zm.1533,62.3219c25.8452,0 46.7031,81.8135 46.7031,182.6781s-20.8579,125.5625-46.7031,125.5625-46.8563-24.6979-46.8563-125.5625 21.011-182.6781 46.8563-182.6781zm-128.1657,22.05c22.7258,0 41.0375,71.9377 41.0375,160.6281s-18.3117,103.3594-41.0375,103.3594-41.1906-14.669-41.1906-103.3594 18.4649-160.6281 41.1906-160.6281zm256.3313,0c22.7257,0 41.0375,71.9377 41.0375,160.6281s-18.3118,103.3594-41.0375,103.3594-41.1907-14.669-41.1907-103.3594 18.465-160.6281 41.1907-160.6281zm-347.7469,333.2c4.8955,15.5677 10.418,30.5696 16.5375,44.8656 45.6581,16.6316 119.3953,27.5625 202.8907,27.5625s157.3855-10.9309 203.0437-27.5625c6.1195-14.296 11.6545-29.298 16.5375-44.8656-52.9175,16.5242-131.646,27.1031-219.7343,27.1031-88.0113,0-166.3832-10.6037-219.2751-27.1031z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-106 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v140.5594h470v-140.5594h-30.8437v102.0781h-117.5v-102.0781h-27.9062v102.0781h-117.5v-102.0781h-27.9062v102.0781h-117.5v-102.0781h-30.8437zm91.5031,0c-17.7715,0-32.3125,14.3942-32.3125,32.1657s14.541,32.1656 32.3125,32.1656 32.1657-14.3941 32.1657-32.1656-14.3942-32.1657-32.1657-32.1657zm143.4969,0c-17.7715,0-32.1657,14.3942-32.1657,32.1657s14.3942,32.1656 32.1657,32.1656 32.1656-14.3941 32.1656-32.1656-14.3941-32.1657-32.1656-32.1657zm143.4968,0c-17.7715,0-32.1656,14.3942-32.1656,32.1657s14.3941,32.1656 32.1656,32.1656 32.1657-14.3941 32.1657-32.1656-14.3941-32.1657-32.1657-32.1657zm-364.3969,164.6469v140.5593h204.3032c8.6241-21.7615 13.2188-45.4898 13.2188-70.3531 0-24.7967-4.4924-48.4928-13.0719-70.2063h-204.45zm237.6438,0c-8.64,21.7135-13.3656,45.4096-13.3656,70.2063 0,24.8633 4.8286,48.5916 13.5125,70.3531h204.0094v-140.5593h-204.1563zm-85.6282,23.9406c25.594,0 46.2656,20.6716 46.2656,46.2657s-20.6717,46.2656-46.2656,46.2656c-14.4712,0-27.4665-6.6671-35.9843-17.0375h-85.1876v-58.3094h85.0407c8.5158-10.4628 21.5853-17.1844 36.1312-17.1844zm137.7688,0c14.5459,0 27.6154,6.7215 36.1313,17.1844h85.0406v58.3094h-85.1875c-8.5179,10.3704-21.5131,17.0375-35.9844,17.0375-25.594,0-46.2656-20.6716-46.2656-46.2656s20.6717-46.2657 46.2656-46.2657zm-303.8844,141v140.4125h30.8437v-101.9313h117.5v101.9313h27.9062v-101.9313h117.5v101.9313h27.9062v-101.9313h117.5v101.9313h30.8437v-140.4125h-470zm91.5031,76.0812c-17.7715,0-32.3125,14.3941-32.3125,32.1656s14.541,32.1656 32.3125,32.1656 32.1657-14.3941 32.1657-32.1656-14.3942-32.1656-32.1657-32.1656zm143.4969,0c-17.7715,0-32.1657,14.3941-32.1657,32.1656s14.3942,32.1656 32.1657,32.1656 32.1656-14.3941 32.1656-32.1656-14.3941-32.1656-32.1656-32.1656zm143.4968,0c-17.7715,0-32.1656,14.3941-32.1656,32.1656s14.3941,32.1656 32.1656,32.1656 32.1657-14.3941 32.1657-32.1656-14.3941-32.1656-32.1657-32.1656z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-107 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21-68.8844,68.8843h-97.2313v97.2313l-68.8843,68.8843 68.8843,68.8844v97.3781h97.3781l68.7375,68.7375 68.7375-68.7375h97.3781v-97.3781l68.8844-68.8844-68.8844-68.8843v-97.2313h-97.2313l-68.8843-68.8843zm0,63.5969 50.2312,50.2313h70.9406v70.9406l50.0844,50.2312-50.0844,50.0844h-33.0468c.0576-1.2114.147-2.4366.147-3.6719 0-5.6899-.5874-11.2069-1.6157-16.5969l35.1032-46.1187-50.0844,11.4562c-3.3672-4.7001-7.105-9.1236-11.3094-13.0719l9.9875-57.8687-39.2156,39.6563c-4.5764-1.7267-9.3443-3.1607-14.2469-4.1125l-16.8906-57.2812-16.8906,57.2812c-4.9026.9518-9.6706,2.3858-14.2469,4.1125l-39.2156-39.6563 9.9875,57.8687c-4.2044,3.9483-7.9422,8.3718-11.3094,13.0719l-50.0843-11.4562 35.1031,46.1187c-1.0281,5.39-1.6157,10.907-1.6157,16.5969 0,1.2365.0901,2.4592.147,3.6719h-33.0468l-50.2313-50.0844 50.2313-50.2312v-70.9406h70.9406l50.2313-50.2313zm0,156.4219c2.1407,0 4.2264.1982 6.3156.4403 36.1884,3.1765 56.3695,33.4874 59.7781,64.7719h-132.1875c3.4086-31.2845 23.5898-61.5954 59.7781-64.7719 2.0569-.1802 4.1554-.4403 6.3156-.4403zm-121.1719,85.0406h242.3437v50.9656h-71.0875l-50.0843,50.3781-50.0844-50.3781h-71.0875v-50.9656z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-108 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m491,427.2562c0,35.2951-28.4123,63.7438-63.5968,63.7438h-123.2281c8.7457-11.2367 16.7774-24.3213 24.0875-38.6282h79.1656c35.1845,0 63.5968-28.4487 63.5968-63.7437v-350.4438c12.328,11.5758 19.975,28.0545 19.975,46.4125zm-30.2562-65.6531c0,35.2951-28.4124,63.7437-63.5969,63.7437h-56.5468c18.8282-47.3644 29.9625-105.8763 29.9625-169.3469 0-97.5346-26.3796-183.5969-66.3875-235h123.2281c12.2256,0 23.6581,3.4598 33.3406,9.4zm-120.7313-105.6031c0,86.3696-37.6108,211.7683-84.0124,211.7683s-84.0125-125.3988-84.0125-211.7683 37.6108-177.0159 84.0125-177.0159 84.0124,90.6464 84.0124,177.0159zm-132.1875,235h-123.2281c-35.1845,0-63.5969-28.4487-63.5969-63.7438v-342.6594c0-18.2834 7.7347-34.6974 19.975-46.2656v350.2969c0,35.2951 28.4123,63.7437 63.5969,63.7437h79.1656c7.314,14.3187 15.3358,27.3837 24.0875,38.6282zm0-470c-40.0079,51.4031-66.3875,137.4654-66.3875,235 0,63.4705 11.2812,121.9825 30.1094,169.3469h-56.6938c-35.1845,0-63.5969-28.4487-63.5969-63.7437v-331.2031c9.7057-5.9813 21.0693-9.4 33.3406-9.4z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-109 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v201.8063h44.9437c13.8651-80.0142 76.8703-143.1223 156.8625-157.0093v-44.7969h-201.8063zm224.425,0v42.1532c3.4864-.1874 7.0418-.294 10.575-.294s7.0884.1059 10.5751.294v-42.1532h-21.1501zm43.7688,0v44.7969c80.0143,13.887 143.1224,76.9952 157.0094,157.0093h44.7969v-201.8063h-201.8063zm-227.5094,18.0657c12.4968,0 22.6188,10.122 22.6188,22.6187s-10.122,22.6188-22.6188,22.6188-22.6188-10.122-22.6188-22.6188 10.122-22.6187 22.6188-22.6187zm388.6313,0c12.4968,0 22.6188,10.122 22.6188,22.6187s-10.122,22.6188-22.6188,22.6188-22.6188-10.122-22.6188-22.6188 10.122-22.6187 22.6188-22.6187zm-194.3157,67.5625c-71.061,0-130.45,49.6882-145.5531,116.1781h48.4688c13.7943-40.3643 52.0472-69.325 97.0843-69.325s83.29,28.9606 97.0844,69.325h48.4687c-15.103-66.4899-74.4921-116.1781-145.5531-116.1781zm-235,138.7969v21.15h132.9219c-.3603-3.4952-.4403-6.9847-.4403-10.575s.0807-7.0798.4403-10.575h-132.9219zm337.0781,0c.3603,3.4952.4403,6.9846.4403,10.575s-.0807,7.0797-.4403,10.575h90.7687 14.2469 27.9062v-21.15h-27.9062-14.2469-90.7687zm-337.0781,43.7688v201.8062h201.8063v-44.7969c-79.9923-13.887-142.9974-76.9952-156.8625-157.0093h-44.9437zm89.4468,0c15.1031,66.4899 74.4921,116.1781 145.5531,116.1781s130.4501-49.6882 145.5531-116.1781h-48.4687c-13.7944,40.3643-52.0472,69.325-97.0844,69.325s-83.29-28.9606-97.0843-69.325h-48.4688zm335.7563,0c-13.887,80.0142-76.9952,143.1223-157.0094,157.0093v44.7969h201.8063v-201.8062h-44.7969zm-386.7219,138.5031c.7607-.0771 1.4221,0 2.2031,0 12.4968,0 22.6188,10.122 22.6188,22.6187s-10.122,22.6188-22.6188,22.6188-22.6188-10.122-22.6188-22.6188c0-11.7157 9.0057-21.46 20.4156-22.6187zm388.4844,0c.7607-.0771 1.569,0 2.35,0 12.4968,0 22.6188,10.122 22.6188,22.6187s-10.122,22.6188-22.6188,22.6188-22.6188-10.122-22.6188-22.6188c0-11.7157 8.8588-21.46 20.2688-22.6187zm-202.5406,21.15v42.1531h21.1501v-42.1531c-3.4867.1874-7.0418.294-10.5751.294s-7.0886-.1059-10.575-.294z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-110 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m44.2106,21.0024c0,1.2962.2306,2.5376.4418,3.8187v.1463c.2068,1.2346.6356,2.4526 1.0279,3.6718v.147c12.2147,39.4955 126.0546,82.1667 205.1826,86.3616v-14.0998-80.0461h-206.6514zm216.932,0v80.0461 14.0998c79.128-4.195 192.968-46.8662 205.1826-86.3617v-.147c.3899-1.2193.8212-2.4372 1.0279-3.6718v-.1463c.2119-1.2811.4418-2.5225.4418-3.8188h-206.6514zm-240.138,46.1183v.1463 118.0863 .1463c0,2.0599.08,4.1617.2912,6.1687v.147c.2162,2.0046.6154,3.9329 1.0283,5.875v.147c.418,1.9414 1.0119,3.859 1.6154,5.7281v.147c.6075,1.8682 1.2723,3.6483 2.0562,5.4343v.147c.7887,1.7851 1.6882,3.4476 2.6437,5.1406v.147c.9602,1.695 2.1131,3.4009 3.2312,4.9937v.147c1.1214,1.5915 2.4031,3.0737 3.6716,4.5531 .0504.0288-.0504.1175 0,.147 1.2732,1.4805 2.7015,2.7544 4.1124,4.1124 11.4956,11.097 27.325,18.0654 44.9438,18.0654h166.2608v-.147-19.0936-.147h-127.7804c-17.5821,0-33.3062-6.7534-44.7962-17.7717-1.4109-1.3536-2.9854-2.7832-4.2591-4.2593-.0505-.0288.0504-.1182 0-.147-1.269-1.475-2.405-2.9659-3.525-4.5531-.0504-.036 0-.1153 0-.147-1.1186-1.5882-2.4177-3.1561-3.3784-4.8469v-.147c-.9545-1.6891-1.7089-3.3588-2.4966-5.1405v-.147c-.7844-1.7826-1.5956-3.5689-2.2033-5.4343v-.147c-.6032-1.8664-1.1985-3.7887-1.6159-5.7281v-.1463c-.4137-1.9401-.6637-3.8714-.8807-5.8749v-.147c-.2119-2.006-.2912-4.1089-.2962-6.1687v-.147-75.9337c-7.1265-3.5069-13.9504-7.1763-20.4152-11.0155-6.4648-3.8759-12.6156-7.9948-18.2123-12.1905zm469.9954,0c-5.5967,4.1957-11.7475,8.3146-18.2123,12.1905-6.4648,3.8391-13.2886,7.5085-20.4152,11.0155v75.9337 .147c0,2.0598-.084,4.1627-.2962,6.1687v.147c-.2162,2.0035-.4699,3.9348-.8807,5.8749v.147c-.418,1.9394-1.0129,3.8617-1.6159,5.7281v.147c-.6075,1.8654-1.4189,3.6517-2.2033,5.4344v.147c-.7877,1.7816-1.5421,3.4514-2.4966,5.1405v.147c-.9607,1.6907-2.2598,3.2587-3.3784,4.8469 0,.036.05.1139 0,.147-1.1205,1.5873-2.256,3.0781-3.525,4.553-.05.0288.043.1182 0,.147-1.2737,1.4761-2.8482,2.9058-4.2591,4.2593-11.4899,11.0182-27.2141,17.7718-44.7962,17.7718h-127.7804v.1463 19.0935 .147h166.2609c17.6187,0 33.4481-6.9684 44.9437-18.0654 1.411-1.3581 2.8393-2.6319 4.1125-4.1124 .043-.0288-.05-.1189 0-.147 1.2685-1.4794 2.5502-2.9616 3.6716-4.5531v-.147c1.1181-1.5927 2.271-3.2987 3.2312-4.9937v-.147c.9555-1.693 1.8551-3.3555 2.6438-5.1406v-.147c.7839-1.786 1.4485-3.5661 2.0562-5.4343v-.1463c.6039-1.8691 1.1975-3.7867 1.6154-5.7281v-.147c.4136-1.942.8121-3.8704 1.0283-5.875v-.147c.2119-2.007.2911-4.1088.2911-6.1686v-.147-118.0863-.147zm-404.6364,34.9559v.147 54.1964c0,10.5497 2.7541,20.4233 7.6374,29.081 .9762,1.7276 2.2372,3.3728 3.3779,4.9937v.147c1.1209,1.5873 2.2565,3.0781 3.525,4.5531 1.316,1.5403 2.6489,2.9976 4.1124,4.4062 11.49,11.0549 27.3617,17.9186 44.9434,17.9186h100.9024v-.147-86.8023-.147c-56.2457-1.8285-121.8482-12.0173-164.4984-28.3466zm339.2775,0c-42.6503,16.3293-108.2527,26.5181-164.4985,28.3466v.147 86.8023 .147h100.9024c17.5816,0 33.4538-6.8636 44.9434-17.9186 1.4635-1.4087 2.7964-2.8659 4.1124-4.4062 1.2685-1.4749 2.4041-2.9657 3.525-4.5531v-.147c1.1406-1.6208 2.4016-3.2661 3.3778-4.9937 4.8833-8.6577 7.6375-18.5313 7.6375-29.081v-54.1964-.147zm-341.04,163.3234c-17.6192,0-33.4482,6.9685-44.9438,18.0655-1.409,1.3602-2.8416,2.6298-4.1125,4.1124v.1463c-1.2652,1.4816-2.5534,2.9594-3.6715,4.553v.147c-1.1149,1.595-2.2739,3.2967-3.2312,4.9937v.147c-.9522,1.6953-1.8589,3.3536-2.6437,5.1406v.147c-.7807,1.788-1.4523,3.5643-2.0563,5.4343v.147c-.5989,1.8709-1.2027,3.785-1.6154,5.7281v.147c-.4086,1.9437-.8164,3.8689-1.0283,5.8749v.147c-.2068,2.0084-.1456,4.1078-.1456,6.1687-.0005.0504 0,.098 0,.147v118.0863 .1463c5.5962-4.1958 11.7475-8.3147 18.2123-12.1906s13.2887-7.5086 20.4152-11.0155v-75.9336-.1463c0-2.061-.0576-4.1614.1456-6.1687v-.147c.2112-2.005.4728-3.9331.8807-5.875v-.147c.4137-1.941 1.0166-3.8598 1.6159-5.728v-.147c.6032-1.8673 1.4232-3.6496 2.2033-5.4344v-.147c.7839-1.7836 1.5458-3.4492 2.4966-5.1406v-.147c.9573-1.6927 2.2635-3.2564 3.3783-4.8468v-.147c1.1181-1.5894 2.2593-3.0758 3.525-4.553v-.147c1.2713-1.4782 2.8501-2.9035 4.2591-4.2594 11.49-11.0182 27.2141-17.7717 44.7962-17.7717h127.7805v-.147-19.0936-.147h-166.2609zm176.5415,0v.1463 19.0936 .147h127.7806c17.582,0 33.3062,6.7534 44.7962,17.7717 1.409,1.3558 2.9877,2.7812 4.2591,4.2594v.1463c1.2657,1.4772 2.4067,2.9636 3.5249,4.5531v.147c1.1148,1.5904 2.4209,3.1541 3.3783,4.8468v.147c.9508,1.6914 1.7127,3.357 2.4966,5.1406v.1463c.7802,1.7847 1.6004,3.5671 2.2034,5.4343v.147c.5995,1.8682 1.2022,3.7871 1.6158,5.7281v.1463c.4086,1.9418.6695,3.87.8808,5.875v.1463c.2068,2.0073.1456,4.1077.1456,6.1687v.1463 75.9336c7.1265,3.5069 13.9504,7.1396 20.4151,11.0155 6.4653,3.8758 12.6162,7.9949 18.2124,12.1905v-.147-118.0863c0-.0504.0004-.098 0-.147 0-2.0609.065-4.1603-.1456-6.1687v-.147c-.2119-2.0059-.6198-3.9312-1.0284-5.875v-.1463c-.4136-1.943-1.0161-3.8571-1.6153-5.728v-.1463c-.6039-1.87-1.2756-3.6463-2.0563-5.4344v-.147c-.7849-1.787-1.6915-3.4453-2.6437-5.1405v-.147c-.9574-1.697-2.1164-3.3988-3.2312-4.9937v-.147c-1.1182-1.5937-2.4064-3.0714-3.6716-4.5531v-.147c-1.2709-1.4826-2.7034-2.7522-4.1124-4.1125-11.4957-11.097-27.3246-18.0654-44.9438-18.0654h-166.2609zm-111.183,29.081c-17.5816,0-33.4534,6.8636-44.9434,17.9185-1.4359,1.3819-2.8195,2.7507-4.1124,4.2593v.147c-1.2661,1.4817-2.4069,2.9595-3.525,4.5531-6.8835,9.7437-11.0153,21.5209-11.0153,34.2215v54.1963 .147c42.6497-16.3293 108.2527-26.5182 164.4984-28.3466v-.1463-86.8023-.147h-100.9024zm111.183,0v.147 86.8023 .1463c56.2458,1.8285 121.8487,12.0173 164.4985,28.3466v-.147-54.1963c0-12.7006-4.1318-24.4779-11.0153-34.2215-1.1181-1.5937-2.2589-3.0715-3.525-4.5531v-.147c-1.2929-1.5087-2.6766-2.8775-4.1124-4.2594-11.4896-11.0549-27.3618-17.9185-44.9434-17.9185h-100.9024zm-10.2806,102.3709c-79.128,4.195-193.1146,46.8662-205.3298,86.3617v.147c-.3856,1.269-.8281,2.4108-1.0279,3.6718v.147c-.1924,1.2593-.2911,2.5702-.2911,3.8187h206.6513v-80.0461-14.0998zm10.2806,0v14.0998 80.0461h206.6514c0-1.2485-.1038-2.5593-.2911-3.8187v-.147c-.2018-1.261-.6429-2.4028-1.0279-3.6718v-.1463c-12.2147-39.4955-126.2018-82.1667-205.3297-86.3616z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-111 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m255.9627,21.0146c-11.5416-7e-05-23.0727,4.2744-31.8697,13.0737-8.2475,8.249-12.5558,19.0151-13.0709,29.8198-34.6946,8.0717-67.6931,25.4008-94.7287,52.4417-27.0153,27.0207-44.5161,60.0906-52.5779,94.7477-10.7318.5606-21.3245,4.8767-29.5199,13.0737-17.5943,17.5974-17.5943,46.1546 0,63.7527 8.1949,8.1967 18.7875,12.5127 29.5199,13.0737 8.0938,34.657 25.7097,67.4335 52.725,94.4539 27.0281,27.034 59.9124,44.6453 94.5816,52.7355 .4965,10.7863 4.8233,21.4241 13.0709,29.673 17.5943,17.5987 46.145,17.4511 63.7398-.147 8.1949-8.1969 12.5097-18.6452 13.0713-29.3791 34.6778-8.0558 67.5456-25.6946 94.5816-52.7356 27.0666-27.0725 44.6675-60.0017 52.7246-94.7477 10.7318-.5614 21.3249-4.877 29.5203-13.0737 17.5943-17.598 17.7414-46.0076.1456-63.6058-8.2479-8.2492-19.03-12.5766-29.814-13.0737-8.0788-34.67-25.5641-67.7289-52.5775-94.7477-26.9881-26.9931-59.9542-44.3507-94.5816-52.4417-.5152-10.8046-4.8243-21.571-13.0713-29.8198-8.7974-8.7993-20.3281-13.0737-31.8701-13.0737zm-2.4964,21.0061c.806-.0821 1.6688,0 2.4964,0 13.2452,0 23.9394,10.6973 23.9394,23.944s-10.6947,23.944-23.9394,23.944-23.9389-10.6973-23.9389-23.944c0-12.4188 9.3553-22.7202 21.4425-23.944zm45.8221,35.6956c31.623,7.6436 61.6724,23.9326 86.3572,48.6224 24.6852,24.6901 40.824,54.5979 48.4657,86.2277-7.3339,1.999-14.3552,5.838-20.1209,11.6047-17.5938,17.5978-17.5938,46.1548 0,63.7527 5.7176,5.7195 12.6948,9.4559 19.9738,11.4579-7.6841,31.5865-23.8111,61.5684-48.4653,86.2277-24.6349,24.6396-54.5274,40.7975-86.0639,48.4755-1.987-7.347-5.837-14.211-11.6022-19.9778-17.5948-17.5982-46.1446-17.5987-63.7398,0-5.7576,5.7591-9.4549,12.6529-11.4555,19.9778-31.6093-7.6589-61.671-23.7844-86.3572-48.4755-24.6542-24.6592-40.6492-54.6565-48.3191-86.2277 7.315-1.9939 14.2311-5.7132 19.9737-11.4579 17.5953-17.5979 17.5943-46.1548 0-63.7527-5.7651-5.7666-12.7752-9.6173-20.1203-11.6047 7.6765-31.5432 23.8312-61.5881 48.4657-86.2277 24.6542-24.6594 54.6309-40.6425 86.21-48.3286 2.0016,7.2802 5.8841,14.2584 11.6027,19.9778 17.5943,17.5979 46.1455,17.5978 63.7398,0 5.7698-5.7712 9.4694-12.9184 11.4555-20.2716zm17.9177,25.5598c-2.8993,4.7398-6.3244,9.2635-10.4273,13.3675-1.807,1.8068-3.6362,3.5682-5.5814,5.1414 2.5322,20.4309 12.5073,41.5947 29.814,58.9051s38.5954,27.4167 59.0401,29.9667c1.5754-1.9419 3.333-3.7746 5.1401-5.582 4.0695-4.0697 8.5216-7.398 13.2184-10.2827-16.778-11.2247-33.7374-25.2244-49.9344-41.4245-16.2624-16.2661-30.0236-33.2426-41.2695-50.0914zm-122.3396.294c-9.8294,14.7091-21.8588,29.4306-35.5411,43.775-1.9311,2.0236-3.874,3.8746-5.8746,5.8758-16.1717,16.1746-33.1832,30.2089-49.9344,41.4245 4.6936,2.8929 9.2903,6.3541 13.3645,10.4296 1.8916,1.8919 3.6513,3.8354 5.2872,5.8758 20.3521-2.6134 41.3785-12.7415 58.5992-29.9667 17.2851-17.2884 27.5417-38.627 30.1077-59.052-1.9744-1.5951-3.8932-3.3066-5.7275-5.1414-4.0474-4.0474-7.3997-8.5601-10.2811-13.2206zm26.1426,25.1192c-1.8601,21.3657-12.0463,43.9249-30.2548,62.1369-18.1418,18.1459-40.5383,28.4926-61.8303,30.4074 11.9466,21.6435 11.7652,48.0305-.2911,69.6284 21.3559,1.8596 43.9427,11.9283 62.124,30.1136s28.5193,40.8999 30.4015,62.2837c21.5938-12.0848 47.9822-12.2552 69.6145-.294 1.9349-21.2711 12.2831-43.5744 30.401-61.6961 18.2085-18.212 40.6163-28.5474 61.9778-30.4074-12.0439-21.6414-12.0651-48.1316 0-69.7754-21.4006-1.8656-43.9225-12.202-62.1245-30.4074s-28.4121-40.6079-30.2544-61.9899c-21.6464,12.0481-48.1147,12.0484-69.7611,0zm34.9536,55.6735c7.4622.0288 14.8723,2.9762 20.5612,8.6668l42.4445,42.4528c11.3789,11.3811 11.3794,29.7492 0,41.1307l-42.4445,42.4528c-11.3789,11.3811-29.7435,11.5279-41.1224.147l-42.5906-42.5997c-11.3789-11.3807-11.3794-29.896 0-41.2777l42.5906-42.4528c5.6895-5.6909 13.0995-8.546 20.5612-8.5199zm-192.3938,47.7411c.8065-.0821 1.6688,0 2.4964,0 13.2442,0 23.9394,10.6976 23.9394,23.944s-10.6952,23.944-23.9394,23.944-24.086-10.6971-24.086-23.944c0-12.4185 9.4854-22.7201 21.5895-23.944zm379.9418,0c.806-.0821 1.6689,0 2.497,0 13.2433,0 23.9389,10.6976 23.9389,23.944s-10.6956,23.944-23.9389,23.944c-13.2452,0-23.9394-10.6971-23.9394-23.944 0-12.4185 9.3543-22.7201 21.4424-23.944zm-321.6363,69.0409c-1.5345,1.8812-3.24,3.6814-4.9935,5.4352-4.1287,4.1287-8.592,7.666-13.3645,10.5764 16.8607,11.234 33.6715,25.0116 49.9344,41.2777 16.2272,16.2307 30.3432,33.2648 41.5628,50.0914 2.8969-4.7408 6.1797-9.2655 10.2806-13.3675 1.7535-1.7538 3.5506-3.4621 5.4338-4.9945-2.5496-20.4491-12.6531-41.8885-29.9607-59.1989s-38.4657-27.2871-58.893-29.8198zm268.1771,0c-20.4211,2.5664-41.755,12.6789-59.0401,29.9667-17.1967,17.201-27.3312,38.2827-29.9607,58.6114 2.004,1.6137 4.0126,3.5739 5.8747,5.4352 4.1014,4.1024 7.3808,8.4818 10.2806,13.2206 11.2153-16.792 25.0673-33.7398 41.2695-49.9445s33.2909-30.0581 50.0811-41.2777c-4.7387-2.8987-9.2627-6.1801-13.3651-10.2827-1.8075-1.8079-3.5671-3.7862-5.1401-5.729zm-136.5852,120.8951c.806-.0814 1.6688,0 2.4964,0 13.2452,0 23.9394,10.6973 23.9394,23.944s-10.6947,24.0909-23.9394,24.0909-23.9389-10.8442-23.9389-24.0909c0-12.4187 9.3553-22.7201 21.4425-23.944z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-112 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m21,21v137.475 195.05 137.475h137.475 195.05 137.475v-137.475-195.05-137.475h-137.475-332.525zm10.7219,10.7219h448.5562v448.5563h-448.5562v-448.5563zm10.1344,10.1344v428.2875h428.2876v-428.2875h-428.2876zm112.8,11.0156h37.7469v70.9406c-29.8436,14.3868-54.018,38.6225-68.4437,68.4438h-71.0875v-37.6c50.3118-11.9402 89.8441-51.4726 101.7844-101.7844zm50.9656,0h15.4219v60.6594c-5.2472,1.2866-10.4132,3.0118-15.4219,4.8469v-65.5062zm28.4937,0h15.4219v56.6937c-5.1995.2275-10.3763.8593-15.4219,1.6156v-58.3094zm28.4938,0h15.4218v58.3094c-5.044-.7612-10.2236-1.3829-15.4218-1.6156v-56.6937zm28.6406,0h15.4219v65.6531c-5.0082-1.8478-10.1741-3.5478-15.4219-4.8469v-60.8062zm28.4938,0h37.6c11.9402,50.3118 51.4726,89.8442 101.7844,101.7844v37.6h-71.0875c-14.3972-29.7621-38.5349-53.8998-68.2969-68.2969v-71.0875zm-63.7438,82.8375c2.0752,0 4.1193.0425 6.1688.1467 .1463.009.2948-.009.4403,0 5.2293.2844 10.3908.9774 15.4219,1.9094 2.2618.4183 4.4115.9316 6.6093,1.4688 1.9.4643 3.8541.91 5.7282,1.4688 .3027.0902.5801.2011.8812.2937 5.2796,1.6202 10.4787,3.575 15.4219,5.875v.1467c4.5272,2.1075 8.8722,4.4165 13.0719,7.05 15.4827,9.6952 28.4923,22.7047 38.1875,38.1875 2.6334,4.1997 4.9425,8.5447 7.05,13.0719 .01.0187.1383-.0187.147,0 2.3,4.9432 4.2548,10.1423 5.875,15.4219 .092.3012.204.579.294.8812 .5586,1.8741 1.0044,3.8281 1.4688,5.7281 .3589,1.4687.7227,2.9113 1.0281,4.4062 .1506.7339.3034,1.4644.4403,2.2031 .932,5.0311 1.6252,10.1926 1.9094,15.4219 .1189,2.193.147,4.3867.147,6.6094 0,2.1735-.036,4.3173-.147,6.4625-.2782,5.2302-.9834,10.3894-1.9094,15.4219-.4115,2.2389-.9268,4.4373-1.4687,6.6094s-1.1104,4.3178-1.7626,6.4625c-1.6034,5.2706-3.4473,10.4848-5.728,15.4219-.01.0187-.1384-.0187-.147,0-1.0622,2.2983-2.1777,4.5587-3.3782,6.7562-.022.0375.022.1105 0,.1467-1.1825,2.1591-2.5084,4.2212-3.8187,6.3156h.147c-9.7057,15.5583-22.7937,28.6029-38.3344,38.3344-4.1998,2.6335-8.5447,4.9425-13.0719,7.05v.1467c-4.9432,2.3-10.1423,4.2548-15.4218,5.875-.3013.0926-.5787.2035-.8813.2938-1.8741.5588-3.8282,1.0044-5.7281,1.4688-2.1979.5372-4.3475,1.0503-6.6094,1.4688-5.0311.932-10.1926,1.6252-15.4219,1.9094-.1456.009-.2948-.009-.4403,0-2.0467.1001-4.0948.1467-6.1688.1467s-4.1213-.0468-6.1687-.1467c-.0973-.005-.1967.005-.294,0-5.2302-.2777-10.3894-.9834-15.4219-1.9094-.7902-.1452-1.5697-.2787-2.35-.4404-1.4239-.2914-2.8542-.6866-4.2594-1.0281-2.1721-.5419-4.3178-1.1104-6.4625-1.7625-5.2706-1.6036-10.4848-3.4475-15.4218-5.7281-.0216-.009.0216-.1381 0-.1467-2.2983-1.0622-4.5587-2.1776-6.7562-3.3781-.036-.0187-.1103.0187-.147,0-2.1592-1.1825-4.2212-2.5084-6.3156-3.8188v.1467c-15.6163-9.7418-28.7395-22.865-38.4813-38.4813h.147c-1.3103-2.0944-2.6362-4.1565-3.8187-6.3156-.0216-.0375.0216-.1085 0-.1467-1.2005-2.1975-2.3159-4.458-3.3781-6.7562h-.147c-2.2807-4.9371-4.1246-10.1513-5.7282-15.4219-.6522-2.1447-1.2205-4.2904-1.7625-6.4625-.351-1.4055-.7306-2.8288-1.0281-4.2594-.16-.781-.2969-1.5636-.4403-2.35-.926-5.0325-1.6315-10.1917-1.9094-15.4219-.1146-2.1452-.147-4.289-.147-6.4625 0-2.074.0504-4.122.147-6.1687 .007-.1457-.007-.2952 0-.4404 .2847-5.2293.9774-10.3908 1.9094-15.4219 .4115-2.2188.9376-4.435 1.4687-6.6094 .4641-1.9.91-3.854 1.4688-5.7281 .0872-.2937.2039-.5877.294-.8812 1.6201-5.2796 3.5749-10.4787 5.875-15.4219 .007-.0187.1384.0187.147,0 2.1075-4.5271 4.4165-8.8721 7.05-13.0719 9.7315-15.5406 22.7761-28.6286 38.3344-38.3344v.1467c2.0945-1.3103 4.1564-2.6362 6.3156-3.8188 .036-.0187.1081.0187.147,0 2.1975-1.2005 4.458-2.3159 6.7562-3.3781v-.1467c4.937-2.2807 10.1512-4.1246 15.4218-5.7281 2.1447-.6521 4.2904-1.2206 6.4625-1.7625 1.4055-.3506 2.8288-.7306 4.2594-1.0281 .781-.1598 1.5636-.2961 2.35-.4404 5.0325-.926 10.1917-1.6314 15.4219-1.9094 2.1447-.1137 4.2894-.1467 6.4625-.1467zm.147,17.3313c-9.7219,0-18.6263,3.6982-25.1156,9.9875-8.712-2.1375-18.3742-1.0062-26.7313,3.8188s-13.8328,12.5526-16.3031,21.15c-8.6206,2.5022-16.4687,8.2341-21.2969,16.5969-4.8528,8.4054-5.8785,17.8651-3.6719,26.5844-6.2039,6.4754-10.1344,15.3217-10.1344,24.9688s3.9305,18.238 10.1344,24.675c-2.1874,8.7528-1.034,18.4728 3.8187,26.8781 4.8265,8.3596 12.5526,13.9797 21.1501,16.45 2.4837,8.6694 8.0482,16.2992 16.45,21.15 8.3571,4.825 17.9057,5.8287 26.5844,3.6719 6.4893,6.2893 15.3936,10.1344 25.1156,10.1344 9.6846,0 18.3779-3.8876 24.8219-10.1344 8.6787,2.1568 18.2273,1.1531 26.5844-3.6719 8.4018-4.8508 13.9663-12.4806 16.45-21.15 8.6472-2.4514 16.3005-8.0505 21.15-16.45 4.825-8.3571 5.9563-18.0193 3.8187-26.7313 6.2893-6.4507 10.1344-15.1 10.1344-24.8219s-3.8451-18.6262-10.1344-25.1156c2.1568-8.6787 1.1532-18.0804-3.6718-26.4375-4.8508-8.4018-12.6275-14.1131-21.2969-16.5969-2.4703-8.5974-7.9436-16.3236-16.3031-21.15-8.3571-4.8249-18.0193-5.9563-26.7313-3.8188-6.4439-6.2467-15.1372-9.9875-24.8219-9.9875zm-203.275,52.2875h65.6531c-1.8478,5.0082-3.5478,10.1741-4.8468,15.4219h-60.8062v-15.4219zm340.6031,0h65.6531v15.4219h-60.8063c-1.299-5.2477-2.999-10.4137-4.8468-15.4219zm-137.475,7.1969c23.9952,0 43.475,19.4797 43.475,43.475s-19.4799,43.475-43.4752,43.475-43.475-19.4797-43.475-43.475 19.4798-43.475 43.475-43.475zm0,13.2187c-16.7409,0-30.2563,13.5154-30.2563,30.2563s13.5152,30.2563 30.2561,30.2563 30.2563-13.5154 30.2563-30.2563-13.5154-30.2563-30.2563-30.2563zm-203.1281,8.225h58.3094c-.7612,5.044-1.3829,10.2237-1.6157,15.4219h-56.6937v-15.4219zm347.9468,0h58.3094v15.4219h-56.6938c-.2327-5.1982-.8544-10.3778-1.6156-15.4219zm-347.9468,28.4938h56.6937c.2277,5.1995.8593,10.3763 1.6157,15.4219h-58.3094v-15.4219zm349.5624,0h56.6938v15.4219h-58.3094c.7564-5.0455 1.388-10.2224 1.6156-15.4219zm-349.5624,28.4937h60.6594c1.2866,5.2472 3.0118,10.4131 4.8468,15.4219h-65.5062v-15.4219zm345.5968,0h60.6594v15.4219h-65.5062c1.835-5.0088 3.5602-10.1747 4.8468-15.4219zm-345.5968,28.6406h70.9406c14.4154,29.9029 38.6878,54.1752 68.5906,68.5906v70.9406h-37.7469c-11.9404-50.3118-51.4727-89.8442-101.7845-101.7844v-37.7469zm335.3156,0h70.9406v37.7469c-47.1673,11.1939-84.9216,46.6888-99.2875,92.5312-.9577,3.0562-1.7506,6.1086-2.4969,9.2531h-37.6v-71.0875c29.8213-14.4258 54.057-38.6002 68.4438-68.4437zm-81.5156,73.8781v65.6531h-15.422v-60.8062c5.2478-1.299 10.4138-2.9991 15.422-4.8469zm-101.05.1467c5.0087,1.8351 10.1747,3.5603 15.4219,4.8469v60.6594h-15.4219v-65.5063zm28.4937,7.1969c5.0456.7563 10.2224,1.388 15.4219,1.6156v56.6938h-15.4219v-58.3094zm43.9156,0v58.3094h-15.4218v-56.6938c5.1981-.2326 10.3778-.8544 15.4218-1.6156z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-113 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m112.3889,31.389-81.0006,57.5568 30.8841,93.0735 100.233.1402 31.0245-93.2139-81.141-57.5568zm287.2222,0-81.141,57.5568 30.8842,93.0735 100.233.1402 31.0244-93.2139-81.0006-57.5568zm-193.7276,58.2587-30.8841,93.2139 81.141,57.5565 81.0006-57.6969-31.0245-93.0735h-100.233zm-144.0322,106.2694-40.8513,60.2238 40.8513,59.9435h55.5914 12.3537 38.4648l84.9313-59.9435-84.9313-60.2238h-38.4648-12.3537-55.5914zm281.7473,0-84.9313,60.2238 84.9313,59.9435h38.4648 12.3536 55.7318l40.8512-59.9435-40.8512-60.2238h-55.7318-12.3536-38.4648zm-87.4582,75.6663-81.141,57.5563 30.8841,93.2139h100.233l31.0245-93.0733-81.0006-57.6969zm-93.635,58.2585-100.233.1393-30.8841,93.0733 81.0006,57.5568 81.141-57.5568-31.0245-93.2139zm287.0819,0-100.233.1393-30.8842,93.0733 81.141,57.5568 81.0006-57.5568-31.0244-93.2139z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-114 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m43.7656,21c-12.6762,0-22.7656,10.9915-22.7656,24.5281v19.3875h82.8375v-19.3875c0-13.5366-10.0894-24.5281-22.7657-24.5281h-37.3062zm107.9531,0c-12.7648,0-23.0593,10.9915-23.0593,24.5281v19.3875h83.5719v-19.3875c0-13.5366-10.2946-24.5281-23.0594-24.5281h-37.4532zm108.3938,0c-12.7648,0-23.0594,10.9915-23.0594,24.5281v383.3438h146.1406v-112.5062c-3.0364,1.5484-6.3798,2.4969-9.9875,2.4969h-58.3093c-12.7649,0-23.0594-10.8447-23.0594-24.3813v-70.2063c0-12.6905 9.0605-23.271 20.7093-24.5281 .7766-.0836 1.5523,0 2.3501,0h58.3093c3.6011,0 6.9553.937 9.9875,2.4969v-38.4813c-3.0364,1.5484-6.3798,2.4969-9.9875,2.4969h-58.3093c-12.7649,0-23.0594-10.8447-23.0594-24.3812v-70.2063c0-12.6905 9.0605-23.271 20.7093-24.5281 .7766-.0836 1.5523,0 2.3501,0h58.3093c3.6011,0 6.9553.9369 9.9875,2.4968v-4.1125c0-13.5366-10.2946-24.5281-23.0594-24.5281h-100.0218zm170.8156,0c-12.6762,0-22.9125,10.9915-22.9125,24.5281v327.2375h82.9844v-327.2375c0-13.5366-10.2363-24.5281-22.9125-24.5281h-37.1594zm-409.9281,62.275v345.5969h82.8375v-345.5969h-82.8375zm107.6594,0v33.7812h83.5719v-33.7812h-83.5719zm-66.5344,24.3813c14.0474,0 25.4094,10.9065 25.4094,24.2344s-11.362,24.0875-25.4094,24.0875-25.5562-10.7597-25.5562-24.0875 11.5088-24.2344 25.5562-24.2344zm66.5344,27.7594v331.2031c0,13.5366 10.2946,24.3813 23.0593,24.3813h37.4532c12.7648,0 23.0594-10.8447 23.0594-24.3813v-331.2031h-83.5719zm-66.5344,38.775c14.0474,0 25.4094,10.7597 25.4094,24.0875s-11.362,24.2344-25.4094,24.2344-25.5562-10.9066-25.5562-24.2344 11.5088-24.0875 25.5562-24.0875zm0,66.5344c14.0474,0 25.4094,10.7597 25.4094,24.0875s-11.362,24.2344-25.4094,24.2344-25.5562-10.9065-25.5562-24.2344 11.5088-24.0875 25.5562-24.0875zm345.8906,150.4v37.7469h82.9844v-37.7469h-82.9844zm-387.0156,56.1063v19.3875c0,13.5366 10.0894,24.3813 22.7656,24.3813h37.3062c12.6762,0 22.7657-10.8447 22.7657-24.3813v-19.3875h-82.8375zm216.0531,0v19.3875c0,13.5366 10.2946,24.3813 23.0594,24.3813h100.0218c12.7648,0 23.0594-10.8447 23.0594-24.3813v-19.3875h-146.1406zm170.9625,0v19.3875c0,13.5366 10.2363,24.3813 22.9125,24.3813h37.1594c12.6762,0 22.9125-10.8447 22.9125-24.3813v-19.3875h-82.9844z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-115 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.0001,20.9998-36.7751,43.9156c11.7989-2.4698 24.1223-3.8188 36.7751-3.8188s24.9778,1.349 36.7743,3.8188l-36.7743-43.9156zm0,47.7344c-15.5692,0-30.6365,2.155-44.8474,5.875l-13.1554,15.7157c18.4909-7.8009 38.2318-11.75 58.0028-11.75s39.5102,3.949 58.0028,11.75l-13.1553-15.7157c-14.2129-3.72-29.2815-5.875-44.8475-5.875zm0,17.625c-37.9022,0-75.741,14.5585-104.6437,43.1813-35.4314,35.0855-49.1328,83.5273-41.1105,128.9561h38.2699c-8.5813-35.7012 1.1759-74.8155 29.3003-102.6655 43.1267-42.7075 113.2395-42.7066 156.3677,0 28.1224,27.8506 37.8765,66.9643 29.3002,102.6655h38.27c8.0232-45.4283-5.6796-93.8699-41.1102-128.9561-28.9031-28.6225-66.7452-43.1813-104.6437-43.1813zm145.7539,172.1374c-5.0663,28.6921-18.7345,55.9785-41.1102,78.1376-57.8072,57.2446-151.3307,57.2451-209.1384,0-22.3762-22.1586-36.1933-49.4464-41.2595-78.1376h-59.6472l205.4014,203.2751 205.4006-203.2751h-59.6467zm-38.27,0h-23.3204-14.6504-139.0266-14.6504-23.3204c4.5754,19.0449 14.4487,36.9909 29.4492,51.8471 43.1258,42.7047 113.0915,42.7047 156.2188,0 15.0005-14.8581 24.7225-32.8023 29.3002-51.8471zm-312.4365-150.3999v11.4563 20.1219h-23.6199v10.7219h8.5216 43.3518 8.671v-10.7219h-23.6203v-20.1219h86.1069c5.1893-4.2139 10.5567-8.0442 16.145-11.4563h-102.2519-13.3043zm294.4976,0c5.5906,3.4121 10.9562,7.2424 16.145,11.4563h86.1066v20.1219h-23.6192v10.7219h8.6704 43.3524 8.5205v-10.7219h-23.6184v-20.1219-11.4563h-13.3057-102.2516zm-309.5958,50.0844v46.5596c0,10.3019 9.7111,18.653 21.676,18.653s21.6759-8.351 21.6759-18.653v-46.5596h-43.3518zm396.8986,0v46.5596c0,10.3019 9.7088,18.653 21.6769,18.653 11.9631,0 21.6755-8.351 21.6755-18.653v-46.5596h-43.3524zm-176.8478,1.6157c-18.9532-7e-05-37.8716,7.1323-52.3223,21.4437-14.0859,13.9474-21.1834,32.1065-21.5269,50.3782h147.6976c-.3006-18.2712-7.2935-36.4307-21.377-50.3782-14.4517-14.3111-33.5224-21.4437-52.4714-21.4437zm0,13.5125c13.0764,0 23.6189,10.5049 23.6189,23.3531s-10.5425,23.2063-23.6189,23.2063-23.6199-10.3579-23.6199-23.2063 10.5426-23.3531 23.6199-23.3531zm-73.4004,67.5623c.3899,3.611 1.0157,7.1887 1.943,10.7221h142.9139c.9297-3.5334 1.5482-7.1111 1.9435-10.7221h-146.8004zm-161.5997,17.625 235.0001,232.5035 234.9999-232.5035h-17.3407l-217.6592,215.3194-217.659-215.3194h-17.3411zm55.0125,67.8567v119.5559h-12.408v19.975h74.2972v-19.975h-11.6597v-69.9125l-50.2295-49.6434zm359.9753,0-50.2298,49.6434v69.9125h-11.8095v19.975h74.4471v-19.975h-12.4078v-119.5559zm-179.9877,71.3809c9.8071,0 17.7891,7.8419 17.7891,17.4784s-7.982,17.3313-17.7891,17.3313-17.7895-7.6948-17.7895-17.3313 7.9811-17.4784 17.7895-17.4784z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-116 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m423.6498,88.3463c47.55,47.5502 47.643,124.6483.2546,172.0361s-124.2773,47.0862-171.8274-.4643-47.8514-124.4395-.4622-171.8273 124.4844-47.296 172.0359.2553zm48.4571,75.9754c36.551,85.6724 20.0947,188.4032-49.603,258.1011-2.3048,2.3049-4.711,4.484-7.0866,6.6728l.3161.7271c-2.3005,1.8336-4.6332,3.579-6.9824,5.3178-92.2046,78.6765-231.1825,74.2279-318.6502-13.2398s-91.9165-226.4455-13.2397-318.6503c1.7402-2.3475 3.4836-4.6821 5.3177-6.9823l.7269.3132c2.1887-2.3755 4.3676-4.7815 6.6729-7.0864 69.6977-69.6978 172.4283-86.1541 258.1002-49.6035-44.2788-6.461-91.0028,7.3545-125.0042,41.356-57.2655,57.2656-57.1358,150.2937.3255,207.7555s150.4901,57.5918 207.7556.3262c34.0019-34.0015 47.8175-80.7252 41.3555-125.005zm-62.8417-61.5909c-26.1534-26.153-68.5641-26.1129-94.7661.089s-26.3458,68.7169-.1931,94.8699 68.668,26.0086 94.87-.1931 26.2411-68.6135.09-94.7658zm43.5433,207.8192-.4152.4166c-19.188,19.1884-41.8418,32.9381-65.9588,41.4044l17.1408,45.4925c24.4269-25.4191 40.5672-55.4945 49.235-87.3139zm-251.3622-251.3624c-31.8201,8.6674-61.895,24.8078-87.3144,49.235l45.3887,17.0363c8.4815-24.0954 22.3301-46.6756 41.5087-65.8544l.4152-.4166zm136.4495,302.8098c-13.9454.8326-27.9752.0651-41.7574-2.3559l-22.5873,100.2021c31.4122-2.5867 62.37-12.4095 90.1069-29.5556l-25.7623-68.2906zm-187.8973-187.8973-68.2905-25.7624c-17.146,27.7374-26.9681,58.6956-29.5555,90.1075l100.2018-22.5877c-2.419-13.7824-3.1884-27.812-2.3558-41.7573zm99.4998,170.5891c-10.1495-4.9056-20.0074-10.8448-29.2455-17.7801l-89.8513,89.8512c28.0228,22.0617 60.2128,35.8561 93.5812,41.2554l25.5156-113.3265zm-82.1915-82.1918-113.4306,25.6196c5.4493,33.2938 19.3319,65.5141 41.3592,93.4773l89.8513-89.8512c-6.9352-9.2382-12.8746-19.0961-17.7799-29.2458z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-117 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.0005,20.9998c-81.1267,0-156.581,9.567-219.7256,25.85v10.575 16.3031 10.575c16.3988-4.2289 33.7564-7.9041 51.7001-11.1625v107.6595h-51.7001v263.2002h51.7001v31.725h-66.975v15.275h66.975 39.3625 23.3534 39.0687 132.628 39.0695 23.3525 39.3629 66.8275v-15.275h-66.8275v-31.725h51.5529v-263.2002h-51.5529v-107.6595c17.8963,3.2529 35.1952,6.9439 51.5529,11.1625v-10.575-16.3031-10.575c-63.142-16.2831-138.5958-25.85-219.7249-25.85zm0,37.6c22.6015,0 44.8111.7964 66.3871,2.2031v84.7469h-132.628v-84.7469c21.5328-1.4009 43.689-2.2031 66.2409-2.2031zm-105.3096,5.5813v116.6188h-23.3534v-113.8282c7.6986-1.0238 15.4522-1.9489 23.3534-2.7906zm210.7662,0c7.9007.8429 15.6544,1.7656 23.3525,2.7906v113.8282h-23.3525zm-246.0162,162.7113h281.1192c25.5643,0 46.2654,22.0101 46.2654,49.35v55.0093h-373.6505v-55.0093c0-27.3399 20.703-49.35 46.2659-49.35zm-5.2876,142.4115c12.4381,0 22.4717,10.7842 22.4717,24.0875s-10.0336,24.0875-22.4717,24.0875-22.4716-10.7842-22.4716-24.0875 10.0317-24.0875 22.4716-24.0875zm58.3092,0c12.4394,0 22.6195,10.7842 22.6195,24.0875s-10.1808,24.0875-22.6195,24.0875-22.4716-10.7842-22.4716-24.0875 10.0336-24.0875 22.4716-24.0875zm58.4569,0c12.4394,0 22.4718,10.7842 22.4718,24.0875s-10.0324,24.0875-22.4718,24.0875-22.6196-10.7842-22.6196-24.0875 10.1816-24.0875 22.6196-24.0875zm58.1621,0c12.4402,0 22.6189,10.7842 22.6189,24.0875s-10.1787,24.0875-22.6189,24.0875-22.4718-10.7842-22.4718-24.0875 10.0339-24.0875 22.4718-24.0875zm58.4563,0c12.4387,0 22.4718,10.7842 22.4718,24.0875s-10.0331,24.0875-22.4718,24.0875-22.6182-10.7842-22.6182-24.0875 10.1802-24.0875 22.6182-24.0875zm58.3099,0c12.438,0 22.4718,10.7842 22.4718,24.0875s-10.0338,24.0875-22.4718,24.0875-22.4726-10.7842-22.4726-24.0875 10.0324-24.0875 22.4726-24.0875zm-274.5102,74.6962h23.3534v31.725h-23.3534zm62.4221,0h132.628v31.725h-132.628zm171.6975,0h23.3525v31.725h-23.3525z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-118 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256.0738,20.9999c-17.9122,0-35.3577,2.1075-52.1238,5.9064l16.3902,61.1311c11.5504-2.4509 23.4566-3.8392 35.7336-3.8392 12.2339,0 24.2244,1.405 35.7336,3.8392l16.3901-61.2787c-16.7519-3.7941-34.2233-5.7587-52.1237-5.7587zm-69.4,10.4838c-34.0143,10.5091-64.7371,28.5223-90.2199,52.1238l44.7408,44.7408c17.6744-15.9269 38.5776-28.2016 61.7216-35.7336l-16.2425-61.131zm138.6523,0-16.3903,60.9833c23.2564,7.5228 44.2806,19.883 62.017,35.8813l44.7409-44.7408c-25.4985-23.6329-56.3104-41.6208-90.3676-52.1238zm103.0662,64.8225-44.7408,44.7409c15.9133,17.6743 28.2101,38.7237 35.7336,61.8693l61.131-16.3902c-10.5207-34.0147-28.5165-64.7471-52.1238-90.22zm-344.7847.1477c-23.5474,25.4331-41.4634,56.1409-51.9761,90.0722l60.9833,16.2425c7.5278-23.067 19.8617-44.0928 35.7336-61.7216l-44.7408-44.5931zm172.4662,27.6123c-72.8668,0-132.0075,59.1407-132.0075,132.0076s59.1407,131.8599 132.0075,131.8599c61.0518,0 112.3774-41.4447 127.4301-97.7505h-96.8646c-19.7107,0-35.586-15.1593-35.586-34.1094s15.8752-34.257 35.586-34.257h96.8646c-15.0527-56.3058-66.3784-97.7506-127.4302-97.7506zm229.0198,79.7361-60.9834,16.3902c2.4501,11.5566 3.6915,23.5971 3.6915,35.8812 0,12.2276-1.2634,24.0822-3.6915,35.5859l61.1311,16.2425c3.749-16.666 5.7587-34.0279 5.7587-51.8285 0-17.962-2.0909-35.4624-5.9064-52.2714zm-458.1872.1477c-3.7961,16.7602-5.9064,34.2184-5.9064,52.1237s2.1103,35.3677 5.9064,52.1238l61.131-16.3902c-2.4509-11.5468-3.8392-23.4566-3.8392-35.7336 0-12.2338 1.405-24.2207 3.8392-35.7335l-61.131-16.3902zm65.5608,105.1335-60.9834,16.2425c10.5009,34.0506 28.4978,64.8721 52.1238,90.3676l44.7408-44.7408c-15.9394-17.6892-28.3638-38.6939-35.8813-61.8693zm327.0657,0c-7.5173,23.2024-19.93,44.1681-35.8813,61.8693l44.7408,44.7408c23.642-25.5102 41.6236-56.2836 52.1238-90.3676l-60.9833-16.2425zm-278.4857,74.568-44.7408,44.5932c25.4908,23.6488 56.1646,41.7381 90.2199,52.2715l16.3902-61.1311c-23.1808-7.5332-44.1775-19.787-61.8693-35.7336zm229.9057.1477c-17.6759,15.9087-38.7152,28.0788-61.8692,35.5859l16.3901,61.1311c33.9967-10.4959 64.7583-28.3997 90.22-51.9761l-44.7409-44.7409zm-150.7603,40.1634-16.3902,61.131c16.8034,3.8127 34.3158,5.9064 52.2714,5.9064 17.8551,0 35.2632-2.1351 51.9761-5.9064l-16.3902-61.131c-11.4654,2.4111-23.4023,3.8391-35.5859,3.8391-12.3264,0-24.2877-1.3726-35.8813-3.8391z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-119 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m22.4689,21.0001c-.08.4857-.0721.9818-.147,1.4687-.4374.0721-.8851.0749-1.3218.147 .4014.0649.7744.2227 1.175.294-.7481,5.0281-1.175,10.1148-1.175,15.275 0,60.971 52.7796,113.6334 129.6904,139.2372 4.7613,20.2186 7.7621,41.691 8.6656,64.0371-10.1196,1.2648-19.8887,2.6452-29.2281,3.9659-2.0653-52.6247-19.5277-93.7061-40.6843-93.7061-22.5465,0-40.6843,46.7283-40.6843,104.2811s18.1379,104.2811 40.6843,104.2811c21.1566,0 38.619-41.0812 40.6843-93.7061 9.3394,1.3207 19.1085,2.7025 29.2281,3.9659-.9036,22.348-3.9043,43.8072-8.6656,64.0374-76.9108,25.6022-129.6904,78.2643-129.6904,139.2373 0,5.2151.5585,10.3409 1.3218,15.4216-.4482.08-.8727.2234-1.3218.294 .4382.0721.8832.0807 1.3218.147 .0649.4367.075.8841.147,1.3216 .0742-.4511.214-.8747.294-1.3216 5.0808.7619 10.2064,1.3216 15.4219,1.3216 60.971,0 113.6334-52.7781 139.2372-129.6906 20.2284-4.7592 41.688-7.7621 64.0374-8.6654 1.2562,10.0646 2.6521,19.7865 3.9656,29.0812-52.6247,2.0651-93.7061,19.5294-93.7061,40.6841 0,22.5477 46.7283,40.8316 104.2811,40.8316s104.2811-18.2839 104.2811-40.8316c0-21.1547-41.0814-38.6189-93.7061-40.6841 1.3136-9.2947 2.7094-19.0166 3.9656-29.0812 22.3472.9033 43.8187,3.9062 64.0374,8.6654 25.6039,76.9121 78.2663,129.6906 139.2373,129.6906 5.1601,0 10.2469-.4274 15.2749-1.175 .0721.3992.227.7736.294,1.175 .0721-.4367.0778-.8855.147-1.3216 .4872-.0764.983-.0649 1.4687-.147-.449-.075-.8738-.214-1.3218-.294 .7865-5.076 1.3218-10.2126 1.3218-15.4216 0-60.973-52.7795-113.635-129.6904-139.2372-4.7613-20.2302-7.7621-41.6894-8.6656-64.0374 10.0647-1.2563 19.7865-2.6522 29.0812-3.9659 2.0654,52.6249 19.5277,93.7061 40.6843,93.7061 22.5465,0 40.8312-46.7282 40.8312-104.2811s-18.2847-104.2811-40.8312-104.2811c-21.1566,0-38.6189,41.0814-40.6843,93.7061-9.2946-1.3136-19.0165-2.7096-29.0812-3.9658 .9035-22.3462 3.9043-43.8186 8.6656-64.0372 76.9109-25.6039 129.6904-78.2662 129.6904-139.2373 0-5.1613-.547-10.2458-1.3218-15.275 .4482-.08.8727-.2198 1.3218-.294-.4843-.08-.9831-.0721-1.4687-.147-.0764-.4857-.0649-.9843-.147-1.4687-.0742.4497-.214.8738-.294,1.3218-5.0292-.7745-10.1137-1.3218-15.2749-1.3218-60.971,0-113.6334,52.7795-139.2373,129.6904-20.2187,4.7613-41.6902,7.7621-64.0374,8.6656-1.263-10.1196-2.645-19.8887-3.9656-29.2281 52.6247-2.0653 93.7061-19.5277 93.7061-40.6843 0-22.5465-46.7282-40.6843-104.2811-40.6843s-104.2811,18.1379-104.2811,40.6843c0,21.1566 41.0814,38.619 93.7061,40.6843-1.3206,9.3394-2.7026,19.1085-3.9656,29.2281-22.3494-.9036-43.809-3.9043-64.0374-8.6656-25.6039-76.9109-78.2662-129.6904-139.2372-129.6904-5.2105,0-10.3459.5354-15.4219,1.3218-.08-.4482-.2198-.8727-.294-1.3218zm.4403,2.0562c49.6726,9.1725 92.141,53.3863 116.031,115.8842-62.4808-23.8672-106.7984-66.273-116.031-115.8842zm466.0336,0c-9.2309,49.6112-53.4461,92.017-115.8842,115.8842 23.8672-62.438 66.273-106.6533 115.8842-115.8842zm-232.9434,30.9906c37.9729,0 68.7374,6.8215 68.7374,15.1281s-30.7645,14.9812-68.7374,14.9812-68.7374-6.6746-68.7374-14.9812 30.7645-15.1281 68.7374-15.1281zm-186.8247,133.2154c8.3068,0 14.9813,30.7643 14.9813,68.7374s-6.6744,68.7374-14.9813,68.7374-15.1281-30.7648-15.1281-68.7374 6.8213-68.7374 15.1281-68.7374zm373.7963,0c8.3066,0 15.1281,30.7643 15.1281,68.7374s-6.8215,68.7374-15.1281,68.7374-14.9812-30.7648-14.9812-68.7374 6.6747-68.7374 14.9812-68.7374zm-255.5621,1.7625c15.7473,4.0214 40.5734,6.6094 68.5906,6.6094s52.8433-2.588 68.5905-6.6094c-3.0795,15.5956-5.3093,31.8505-6.1688,48.6158-.0505-.005-.0973.004-.147,0v36.7182c.0504-.004.0973.005.147,0 .8591,16.7574 3.0915,33.0274 6.1688,48.6158-15.7483-4.0185-40.5854-6.6091-68.5905-6.6091s-52.8422,2.5907-68.5906,6.6091c3.0772-15.5884 5.3097-31.8584 6.1688-48.6158 .0505.005.0973-.004.147,0v-36.7182c-.0505.004-.0973-.005-.147,0-.8595-16.7654-3.0892-33.0202-6.1688-48.6158zm68.5906,23.9409c-23.7331,0-43.0343,19.301-43.0343,43.034s19.3012,43.0341 43.0343,43.0341 43.0343-19.301 43.0343-43.0341-19.3013-43.034-43.0343-43.034zm-117.0592,160.093c-23.8901,62.5423-66.3585,106.8571-116.031,116.0315 9.174-49.6742 53.4903-92.1396 116.031-116.0315zm234.1183,0c62.4979,23.8924 106.7117,66.3573 115.8842,116.0315-49.6112-9.2341-92.017-53.5494-115.8842-116.0315zm-117.0591,54.9316c37.9729,0 68.7374,6.6749 68.7374,14.9808s-30.7645,14.9817-68.7374,14.9817-68.7374-6.6744-68.7374-14.9817 30.7645-14.9808 68.7374-14.9808z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-120 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m256,21c-16.6132,0-30.1094,13.1471-30.1094,29.3305 0,3.1923.4999,6.2802 1.4688,9.1568-.6868.2767-1.3717.5636-2.0562.8585-28.3599,12.2172-48.3219,40.8549-48.3219,74.2561 0,9.0999 1.5327,17.752 4.2594,25.8967 .3088.7596.553,1.541.8812,2.2892 .2059.5751.3704,1.1465.5875,1.7168 .0892.1924.2032.3805.2937.5722 12.2495,25.9702 36.2931,44.4267 64.625,47.5011-32.6195-2.6949-60.1246-20.8654-73.2906-46.2134-13.581-5.1278-23.2063-18.3614-23.2063-34.0519v-66.6732c0-14.3008 8.0026-26.484 19.6812-32.4781h-35.8375c-10.0149,0-19.0054,4.2179-25.5562,10.8738-6.5991,6.7049-10.7219,15.8854-10.7219,26.1827v167.9704c0,1.2403.0303,2.5153.1469,3.7204h314.3125c.1168-1.205.147-2.4801.147-3.7204v-167.9704c0-10.2973-4.1227-19.4778-10.7219-26.1827-.7955-.8128-1.6301-1.6978-2.4969-2.4322-.0288-.0216-.1182.0216-.1463,0-.866-.7298-1.7125-1.5-2.6438-2.1462-.036-.0216-.1131.0216-.147,0-.9307-.6414-1.8005-1.3073-2.7906-1.86-.036-.0216-.1095.0216-.1463,0-.9908-.5484-2.04-1.1193-3.0844-1.5738-.0432-.0216-.1031.0216-.147,0-1.0422-.449-1.9944-.7947-3.0843-1.1446-.0432-.0144-.1031.0144-.147,0-1.0938-.3459-2.2421-.7605-3.3781-1.0015-.0432-.007-.1009.007-.147,0-1.137-.2371-2.3513-.4468-3.525-.5722-.0504-.005-.098.005-.147,0-1.2228-.1261-2.4155-.1427-3.6719-.1427h-35.6906c11.6786,5.9941 19.6813,18.1773 19.6813,32.4781v66.6732c0,15.6906-9.6253,28.9242-23.2063,34.0519-13.166,25.348-40.6711,43.5185-73.2906,46.2133 28.3319-3.0744 52.3755-21.5308 64.625-47.501 .6077-1.5081 1.2431-3.0272 1.7625-4.5784 2.7262-8.1443 4.2589-16.7971 4.2589-25.8969 0-34.2074-20.9225-63.4198-50.3781-75.1146 .9688-2.8766 1.4688-5.9645 1.4688-9.1568 0-16.1834-13.4962-29.3305-30.1094-29.3305zm-153.7781,232.7838c1.8209,3.9351 4.2024,7.5452 7.1969,10.5875 .7977.8104 1.628,1.7005 2.4969,2.432h.1469c.8684.728 1.7104,1.5031 2.6437,2.1464h.1469c.933.6385 1.7985,1.3107 2.7906,1.8598h.1469c.993.5455 2.038,1.123 3.0844,1.574h.1469c1.0444.4439 1.9926.7989 3.0844,1.1446h.1469c1.0956.3438 2.2404.765 3.3781,1.0017h.1469c1.1386.2335 2.3499.4533 3.525.5722h.1469c1.1753.1146 2.3187.142 3.525.142h.1469 88.2719v134.6956l-97.0844-72.2698c-5.919-7.3919-15.1879-12.1617-25.5563-12.1617-17.7998,0-32.1656,13.9944-32.1656,31.3338s14.3658,31.4766 32.1656,31.4766c7.253,0 13.9855-2.3405 19.3875-6.2953l103.2531,56.0856v22.9149l-168.7594-38.5553h-.1469c-15.1013-1.7187-27.8531,9.6074-32.0187,24.18-.293,1.0252-.5289,2.0942-.7344,3.1477-.0094.0505.0094.1009 0,.142-.4292,2.248-.7343,4.5445-.7343,6.8676 0,4.7473.9573,9.2104 2.6438,13.3063 .8432,2.0479 1.885,4.0459 3.0844,5.8663 2.3987,3.6348 5.3983,6.7046 8.9594,9.1569h.1469c.859.5845 1.7302,1.2101 2.6437,1.7169h.1469c.9135.498 1.8279,1.0182 2.7906,1.4303h.1469c.9631.4072 1.9303.8286 2.9375,1.1446h.1469c1.0083.3156 2.0371.6407 3.0844.859h.1469c1.049.2104 2.1483.4605 3.2313.5722h.1469c1.0831.1052 2.1193.142 3.2312.142h.1469 402.7313c11.6241,0 21.8666-5.9322 27.9062-15.0227 1.1993-1.8203 2.2411-3.8184 3.0844-5.8663 1.7002-4.0958 2.6438-8.5584 2.6438-13.3062 0-3.557-.4872-6.9312-1.4688-10.1582-4.1657-14.5727-16.9174-25.8983-32.0187-24.18h-.1463l-168.7594,38.5552v-22.9149l103.2532-56.2284c5.3941,4.0102 12.0784,6.4382 19.3875,6.4382 17.7998,0 32.1656-14.1372 32.1656-31.4766s-14.3658-31.3337-32.1656-31.3337c-10.358,0-19.5312,4.7826-25.4094,12.1616l-97.2313,72.2698v-134.6956h88.2719c10.0518,0 19.1466-4.1741 25.7032-10.8737 2.9944-3.0424 5.376-6.6525 7.1969-10.5876z" fill="#fff"/> </svg>
<svg class="tc-image-abstract-abstract-121 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path d="m86.5065,21.0031c-15.8828,0-30.3988,5.6213-41.7124,14.9813-1.6449,1.3561-3.1965,2.7508-4.7,4.2594-1.4511,1.4561-2.8035,2.9655-4.1125,4.5531-.0216.0288.0216.1182 0,.147-1.3051,1.5886-2.666,3.1374-3.8187,4.8469-.0216.036.0216.1146 0,.1463-1.148,1.7094-2.2455,3.4678-3.2313,5.2875-.0216.036.0216.1103 0,.1463-.9815,1.8205-1.9815,3.6611-2.7906,5.5813-.0216.0432.0216.1059 0,.1463-.8045,1.9206-1.5809,3.8652-2.2031,5.875-.0144.0432.0144.1023 0,.1463-.6176,2.011-1.1904,4.0789-1.6156,6.1688-.007.0505.007.1002 0,.1463-.4209,2.0908-.8103,4.1564-1.0281,6.3156-.005.0504.005.098 0,.147-.2133,2.1616-.294,4.3896-.294,6.6094-.0002.0504 0,.098 0,.1463v338.6933 .147c.005,2.2186.0757,4.4481.294,6.6094 .005.0505-.005.1002 0,.147 .222,2.1587.6032,4.2245 1.0281,6.3156 .007.0504-.007.1002 0,.1463 .4295,2.0901.9937,4.1568 1.6156,6.1687 .0144.0432-.0144.1023 0,.147 .6263,2.0107 1.3946,3.9531 2.2031,5.875 .0216.0432-.0216.1059 0,.147 .8128,1.9215 1.8056,3.7591 2.7906,5.5813 .0216.036-.0216.1088 0,.147 .9892,1.8213 2.08,3.5762 3.2313,5.2874 .0216.036-.0216.1124 0,.1463 1.1557,1.7116 2.5109,3.2563 3.8187,4.8469 .0216.0288-.0216.1168 0,.147 1.3117,1.5898 2.6589,3.095 4.1125,4.5531 1.5035,1.5086 3.0551,2.9032 4.7,4.2594 11.3137,9.3284 25.8296,14.9813 41.7124,14.9813h338.987c15.8829,0 30.3988-5.6213 41.7125-14.9813 1.6448-1.3561 3.1965-2.7508 4.7-4.2594 1.4537-1.4581 2.8008-2.9633 4.1125-4.5531 .0288-.0288-.0288-.1168 0-.147 1.3079-1.5906 2.663-3.1353 3.8187-4.8469 .0216-.036-.0216-.1124 0-.1463 1.1512-1.7113 2.2421-3.4661 3.2313-5.2874 .0216-.036-.0216-.1088 0-.147 .985-1.8221 1.9778-3.6598 2.7906-5.5813 .0144-.0432-.0144-.1045 0-.147 .8084-1.922 1.5768-3.8643 2.2031-5.875 .0144-.0505-.0144-.1023 0-.147 .6219-2.0119 1.186-4.0786 1.6156-6.1687 .007-.0505-.007-.1002 0-.1463 .4252-2.0911.8056-4.1569 1.0282-6.3156 .005-.0505-.005-.0987 0-.147 .2176-2.1613.289-4.3908.294-6.6094v-.147-338.6933c0-.0504 7e-05-.098 0-.1463 0-2.2198-.0807-4.4478-.294-6.6094-.005-.0505.005-.098 0-.147-.2176-2.1592-.6075-4.2249-1.0282-6.3156-.007-.0504.007-.1009 0-.147-.4252-2.0898-.9978-4.1577-1.6156-6.1687-.0144-.0432.0144-.1038 0-.1463-.6219-2.0099-1.3986-3.9544-2.2031-5.875-.0144-.0432.0144-.1059 0-.147-.8091-1.9201-1.8092-3.7608-2.7906-5.5812-.0216-.036.0216-.111 0-.1463-.9857-1.8196-2.0832-3.5781-3.2313-5.2875-.0216-.036.0216-.1153 0-.147-1.1528-1.7095-2.5136-3.2582-3.8187-4.8468-.0216-.0288.0216-.1196 0-.147-1.309-1.5876-2.6613-3.097-4.1125-4.5531-1.5034-1.5086-3.0551-2.9032-4.7-4.2594-11.3137-9.3599-25.8296-14.9813-41.7125-14.9813h-338.987zm40.6843,11.0157h1.7625c-15.3487,7.2299-25.9968,24.2197-25.9968,44.0624v95.9092c0,22.6156 13.9357,41.271 32.753,46.2656-3.7494,11.9414-5.8749,24.5703-5.8749,37.7468s2.1255,25.8054 5.8749,37.7468c-18.8174,4.9946-32.753,23.6499-32.753,46.2656v95.9092c0,19.8427 10.6481,36.8325 25.9968,44.0624h-1.7625c-17.3082,0-32.8942-6.9341-44.2093-18.2125-1.3892-1.3847-2.8587-2.749-4.1125-4.2594-.0216-.0288.0216-.1168 0-.147-1.2488-1.5094-2.4211-3.0754-3.525-4.7-.0216-.036.0216-.1124 0-.1463-1.1002-1.6257-2.2857-3.2627-3.2313-4.9937-.0216-.036.0216-.1088 0-.1463-.941-1.7307-1.8669-3.4617-2.6438-5.2875-.0216-.0432.0216-.1045 0-.147-.7724-1.8262-1.4575-3.6697-2.0563-5.5812-.0144-.0505.0144-.1023 0-.147-.5945-1.9126-1.0579-3.8869-1.4687-5.8749-.007-.0432.007-.1002 0-.1463-.4065-1.9894-.8152-3.9669-1.0281-6.0219-.005-.0504.005-.0994 0-.147-.2083-2.0574-.289-4.2024-.294-6.3156v-.147-323.1246c0-.0505-7e-05-.098 0-.147 0-2.1144.0901-4.2568.294-6.3156 .005-.0504-.005-.0987 0-.1463 .2083-2.0565.6262-4.0308 1.0281-6.0219 .007-.0504-.007-.1009 0-.147 .4064-1.9897.8786-3.9604 1.4687-5.875 .0144-.0432-.0144-.1031 0-.1463 .5946-1.9133 1.2878-3.753 2.0563-5.5813 .0216-.0432-.0216-.1059 0-.147 .7731-1.8278 1.7064-3.5546 2.6438-5.2874 .0216-.036-.0216-.1117 0-.147 .9422-1.7331 2.1342-3.3657 3.2313-4.9938 .0216-.036-.0216-.1153 0-.147 1.1009-1.6268 2.2791-3.1881 3.525-4.7 .0216-.0288-.0216-.1196 0-.147 1.2513-1.5123 2.7256-2.8722 4.1125-4.2593 11.3151-11.2783 26.9011-18.2124 44.2093-18.2124zm255.8559,0h1.7625c17.3082,0 32.931,6.9341 44.2093,18.2125 1.3815,1.3863 2.7196,2.7478 3.9656,4.2594 .0216.0288-.0216.1189 0,.147 1.2423,1.5126 2.5746,3.0722 3.6719,4.7 .0216.036-.0216.1153 0,.1463 1.0921,1.6273 2.1464,3.2616 3.0843,4.9938 .0216.036-.0216.1103 0,.147 .9335,1.7328 1.8741,3.4596 2.6438,5.2874 .0144.0432-.0144.1059 0,.147 .7651,1.8283 1.4645,3.668 2.0563,5.5813 .0144.0432-.0144.1023 0,.1463 .5873,1.9146 1.0643,3.8853 1.4687,5.875 .007.0504-.007.1002 0,.147 .4,1.9911.821,3.9655 1.0282,6.0219 .005.0504-.005.098 0,.147 .2025,2.0588.294,4.2011.294,6.3155 7e-05,.0505 0,.098 0,.147v323.1246 .147c-.005,2.1133-.0865,4.2582-.294,6.3156-.005.0505.005.1002 0,.1463-.2119,2.055-.6241,4.0325-1.0282,6.0219-.007.0504.007.1002 0,.147-.4086,1.988-.8771,3.9623-1.4687,5.8749-.0144.0432.0144.1023 0,.147-.596,1.9115-1.2873,3.755-2.0563,5.5813-.0144.0432.0144.1045 0,.147-.7735,1.8258-1.7067,3.5568-2.6438,5.2875-.0216.036.0216.1088 0,.147-.9413,1.73-1.989,3.3688-3.0843,4.9937-.0216.036.0216.1124 0,.147-1.1003,1.6257-2.4269,3.1897-3.6719,4.7001-.0216.0288.0216.1167 0,.147-1.2487,1.5092-2.5817,2.8755-3.9656,4.2593-11.2783,11.2783-26.9011,18.2125-44.2093,18.2125h-1.7625c15.3228-7.2299 25.9968-24.2197 25.9968-44.0624v-95.9092c0-22.6312-13.8002-41.4336-32.6061-46.4125 3.7138-11.8898 5.7281-24.4886 5.7281-37.5999s-2.0143-25.7101-5.7281-37.5999c18.806-4.9789 32.6061-23.7812 32.6061-46.4125v-95.9092c0-19.8427-10.674-36.8325-25.9968-44.0624zm-232.3559,28.0531h210.6184c22.5504,0 40.6843,20.4464 40.6843,45.6781v36.5718c0,24.9517-17.7486,45.0873-39.95,45.5312-22.4569-34.8404-61.5229-58.0155-106.0436-58.0155s-83.5866,23.1751-106.0436,58.0155c-22.1982-.4439-39.8031-20.5796-39.8031-45.5312v-36.5718c0-25.2317 17.987-45.6781 40.5374-45.6781zm105.3092,96.7905c33.5,0 63.7101,11.9054 85.0405,30.9906 .1845.1658.4043.2746.5874.4403 1.6464,1.4916 3.165,3.1236 4.7,4.7 .9005.9245 1.7825,1.8385 2.6437,2.7906 1.8828,2.0809 3.6012,4.1089 5.2875,6.3156 .2155.2803.3755.5989.5873.8812 .9346,1.2508 1.9212,2.531 2.7906,3.8187 .929,1.3761 1.7912,2.8432 2.6438,4.2594 .5917.9826 1.2087,1.9364 1.7625,2.9374 1.029,1.8644 2.044,3.8028 2.9375,5.7281 5.2122,11.2311 8.0781,23.4825 8.0781,36.2781s-2.8659,25.0469-8.0781,36.2781c-.8935,1.9252-1.9085,3.8637-2.9375,5.7281-.5535,1.001-1.171,1.9549-1.7625,2.9375-.8526,1.4162-1.7148,2.8832-2.6438,4.2594-.8694,1.2878-1.8561,2.568-2.7906,3.8188-.2119.2832-.3726.6003-.5873.8812-1.6863,2.2067-3.4047,4.2347-5.2875,6.3156-1.3629,1.5069-2.7986,2.9692-4.2594,4.4062-1.0395,1.0228-1.9966,2.0989-3.0844,3.0844-.1838.1665-.4029.2753-.5874.4403-21.3304,19.0852-51.5405,30.9906-85.0405,30.9906s-63.7101-11.9054-85.0405-30.9906c-.183-.1636-.4057-.2767-.5873-.4403-1.0793-.9791-2.0521-2.0689-3.0844-3.0844-.534-.5254-1.0948-1.0808-1.6156-1.6157-.681-.699-1.3976-1.3411-2.0563-2.0562-.2155-.2335-.3748-.4994-.5874-.7344-.9081-1.004-1.7806-2.0507-2.6438-3.0844-.5023-.6025-.9818-1.1501-1.4687-1.7625-.3935-.4936-.7917-.9689-1.175-1.4687-.2169-.2832-.374-.596-.5873-.8812-.956-1.2749-1.9024-2.5053-2.7906-3.8188-.929-1.3761-1.7912-2.8432-2.6437-4.2594-.387-.6428-.8041-1.2585-1.175-1.9093-.1946-.3423-.3971-.6832-.5873-1.0282-.6169-1.115-1.1933-2.2412-1.7625-3.3781-.3841-.77-.8131-1.5702-1.175-2.3499-5.2123-11.2311-8.0782-23.4825-8.0782-36.2781s2.8659-25.0469 8.0782-36.2781c.3697-.7946.7822-1.5654 1.175-2.35 .3409-.6825.6702-1.3819 1.0281-2.0562 .2371-.4454.49-.8801.7344-1.3219 .5542-1.0046 1.1698-1.9516 1.7625-2.9374 .8525-1.4163 1.7147-2.8833 2.6438-4.2594 .4864-.7207.9617-1.4939 1.4687-2.2031 .4057-.5664.903-1.0571 1.3219-1.6157 .2133-.2854.3704-.5974.5874-.8812 .8425-1.0988 1.7519-2.1631 2.6437-3.2313 .6061-.7269 1.1338-1.4909 1.7625-2.2031 .2753-.3113.6025-.5729.8812-.8812 .847-.9362 1.7584-1.8815 2.6438-2.7906 .5246-.5383 1.0779-1.0865 1.6156-1.6156 .6933-.6817 1.3417-1.3909 2.0563-2.0563 .3582-.3344.6645-.6983 1.0281-1.0281 .1816-.1643.4043-.2767.5874-.4403 21.3305-19.0852 51.5406-30.9906 85.0405-30.9906zm0,34.8093c-35.5429,0-64.3311,28.7881-64.3311,64.3311s28.7882,64.3312 64.3311,64.3312 64.3312-28.7881 64.3312-64.3312-28.7882-64.3311-64.3312-64.3311zm0,43.7687c29.1452,0 52.7281,9.1887 52.7281,20.5625s-23.5829,20.5625-52.7281,20.5625-52.7281-9.1887-52.7281-20.5625 23.5829-20.5625 52.7281-20.5625zm-106.0436,88.7124c22.457,34.8404 61.5229,58.0155 106.0436,58.0155s83.5866-23.1751 106.0436-58.0155c22.2014.4439 39.95,20.5796 39.95,45.5312v36.5718c0,25.2317-18.1339,45.6781-40.6843,45.6781h-210.6184c-22.5505,0-40.5374-20.4464-40.5374-45.6781v-36.5718c0-24.9517 17.6049-45.0873 39.8031-45.5312z" fill="#fff"/> </svg>
<svg class="tc-image-ac-unit tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M40 18h-8.34l6.48-6.49-2.83-2.82L26 18h-4v-4l9.31-9.31-2.82-2.83L22 8.34V0h-4v8.34l-6.49-6.48-2.82 2.83L18 14v4h-4L4.69 8.69l-2.83 2.82L8.34 18H0v4h8.34l-6.48 6.49 2.83 2.82L14 22h4v4l-9.31 9.31 2.82 2.83L18 31.66V40h4v-8.34l6.49 6.48 2.82-2.83L22 26v-4h4l9.31 9.31 2.83-2.82L31.66 22H40z"/></svg>
<svg class="tc-image-access-alarm tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40.279998779296875"><path d="M40 7.72L30.81.01l-2.57 3.06 9.19 7.71L40 7.72zM11.76 3.06L9.19 0 0 7.71l2.57 3.06 9.19-7.71zM21 12.28h-3v12l9.49 5.71L29 27.52l-8-4.74v-10.5zm-1.01-8C10.04 4.28 2 12.34 2 22.28s8.04 18 17.99 18S38 32.22 38 22.28s-8.06-18-18.01-18zm.01 32c-7.73 0-14-6.27-14-14s6.27-14 14-14 14 6.27 14 14-6.26 14-14 14z"/></svg>
<svg class="tc-image-access-alarms tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40.29999923706055"><path d="M40 7.8L30.8.1l-2.6 3.1 9.2 7.7L40 7.8zM11.7 3.1L9.1 0 0 7.8l2.6 3.1 9.1-7.8zm9.3 9.2h-3v12l9.5 5.7 1.5-2.5-8-4.7V12.3zm-1-8c-10 0-18 8.1-18 18s8 18 18 18c9.9 0 18-8.1 18-18s-8.1-18-18-18zm0 32c-7.7 0-14-6.3-14-14s6.3-14 14-14 14 6.3 14 14c0 7.8-6.3 14-14 14z"/></svg>
<svg class="tc-image-access-time tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20C31.04 40 40 31.05 40 20S31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/><path d="M21 10h-3v12l10.49 6.3L30 25.84l-9-5.34z"/></svg>
<svg class="tc-image-accessibility tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M18 0c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm18 14H24v26h-4V28h-4v12h-4V14H0v-4h36v4z"/></svg>
<svg class="tc-image-accessible tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><g transform="translate(-10 -4)"><circle cx="24" cy="8" r="4"/><path d="M38 26v-4c-3.07.04-6.18-1.5-8.14-3.67l-2.59-2.86c-.35-.38-.77-.68-1.22-.91-.02-.01-.03-.02-.04-.03h-.02c-.69-.4-1.51-.6-2.38-.51-2.08.2-3.61 2.07-3.61 4.16V30c0 2.21 1.79 4 4 4h10v10h4V33c0-2.21-1.79-4-4-4h-6v-6.9c2.58 2.13 6.49 3.89 10 3.9zM25.65 36A5.99 5.99 0 0 1 20 40c-3.31 0-6-2.69-6-6a5.99 5.99 0 0 1 4-5.65V24.2c-4.56.93-8 4.96-8 9.8 0 5.52 4.48 10 10 10 4.84 0 8.87-3.44 9.8-8h-4.15z"/></g></svg>
<svg class="tc-image-account-balance tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 42"><path d="M4 18v14h6V18H4zm12 0v14h6V18h-6zM0 42h38v-6H0v6zm28-24v14h6V18h-6zM19 0L0 10v4h38v-4L19 0z"/></svg>
<svg class="tc-image-account-balance-wallet tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M36 30v2c0 2.21-1.79 4-4 4H4c-2.21 0-4-1.79-4-4V4c0-2.21 1.79-4 4-4h28c2.21 0 4 1.79 4 4v2H18c-2.21 0-4 1.79-4 4v16c0 2.21 1.79 4 4 4h18zm-18-4h20V10H18v16zm8-5c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-account-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4zm24 8c0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6s6 2.69 6 6zM6 28c0-4 8-6.2 12-6.2S30 24 30 28v2H6v-2z"/></svg>
<svg class="tc-image-account-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 6c3.31 0 6 2.69 6 6 0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6zm0 28.4c-5.01 0-9.41-2.56-12-6.44.05-3.97 8.01-6.16 12-6.16s11.94 2.19 12 6.16c-2.59 3.88-6.99 6.44-12 6.44z"/></svg>
<svg class="tc-image-account-login tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M3 0v1h4v5H3v1h5V0H3zm1 2v1H0v1h4v1l2-1.5L4 2z"/></svg>
<svg class="tc-image-account-logout tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M3 0v1h4v5H3v1h5V0H3zM2 2L0 3.5 2 5V4h4V3H2V2z"/></svg>
<svg class="tc-image-accounting tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40 48"><path d="M36 0H4C1.8 0 0 1.8 0 4v40c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM12 40c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-8c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm12 16c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-8c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-8c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm12 16c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-8c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-8c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1zm0-9c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h28c1.1 0 2 .9 2 2v8z"/></svg>
<svg class="tc-image-acorn tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.08300018310547 49.08300018310547"><path d="M10.291 16.626C11.083 0 31.271 9.5 31.271 9.5 32.854 4.75 38 5.146 38 5.146c-1 .94.791 2.77.791 2.77-3.958 0-5.541 2.772-5.541 2.772 15.833 14.25 2.375 20.583 2.375 20.583-12.667-4.75-18.209-9.104-25.334-14.646zm0 1.978c7.917 6.73 13.459 9.896 23.75 13.854 0 0-8.312 16.625-20.979 11.875 0 0-.603 2.92-3.167 1.188-2.186-1.435 0-3.167 0-3.167s-9.895-6.333.396-23.75z"/></svg>
<svg class="tc-image-acrobat tc-image-button" width="22pt" height="22pt" viewBox="0 0 511.488037109375 511.99993896484375"><path d="M0 490.496c0-17.408 10.41-35.584 31.232-54.528 20.821-18.944 41.813-34.048 62.976-45.312l7.68 11.264c-15.019 10.923-30.464 25.003-46.337 42.24-15.87 17.237-25.855 32.512-29.952 45.824 29.696-9.216 74.923-73.899 135.681-194.048 22.187-44.715 39.765-89.259 52.736-133.632-11.264-36.523-16.896-70.998-16.896-103.424 0-39.254 8.021-58.88 24.064-58.88 7.85 0 13.653.341 17.408 1.023 3.755.683 7.253 2.902 10.496 6.657s4.864 9.557 4.864 17.408c0 5.12-.512 9.898-1.536 14.336l-13.824-.513c-.682-8.874-3.584-15.871-8.704-20.991-4.096 6.826-6.144 18.602-6.144 35.328 0 12.97 1.536 29.013 4.608 48.128 1.024-6.145 2.475-15.276 4.352-27.393 1.877-12.117 3.5-21.248 4.865-27.391l13.311 1.536c-.682 51.882-3.072 89.087-7.168 111.615C256 196.266 270.762 225.962 288 248.832c17.238 22.869 41.558 43.178 72.96 60.927 23.211-2.389 43.008-3.584 59.392-3.584 60.758 0 91.136 11.947 91.136 35.84 0 3.755-.853 7.85-2.56 12.288l-1.536-.511c-1.707 14.335-13.14 21.503-34.304 21.503-35.499 0-76.459-12.288-122.88-36.864-75.093 7.51-141.482 21.504-199.168 41.985C100.864 468.138 60.758 512 30.72 512c-2.39 0-4.779-.342-7.168-1.025s-4.522-1.45-6.4-2.304c-1.877-.853-4.18-2.048-6.91-3.584-2.733-1.536-4.78-2.645-6.146-3.328C1.366 499.029 0 495.274 0 490.496zm162.816-130.56c45.738-18.432 96.596-32.938 152.575-43.52-35.158-24.917-63.148-60.587-83.968-107.008-12.288 41.302-35.157 91.478-68.608 150.528zm248.832-25.6c30.72 11.947 54.953 17.92 72.703 17.92 5.12 0 8.875-.512 11.264-1.536 0-10.923-24.746-16.384-74.24-16.384h-9.727z"/></svg>
<svg class="tc-image-action-redo tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M3.5 0C1.57 0 0 1.57 0 3.5a2.5 2.5 0 0 1 5 0V4H4l2 2 2-2H7v-.5C7 1.57 5.43 0 3.5 0z"/></svg>
<svg class="tc-image-action-undo tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M4.5 0C2.57 0 1 1.57 1 3.5V4H0l2 2 2-2H3v-.5a2.5 2.5 0 0 1 5 0C8 1.57 6.43 0 4.5 0z"/></svg>
<svg class="tc-image-adb tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 43.11000061035156"><path d="M0 29.11c0 7.73 6.27 14 14 14s14-6.27 14-14v-8H0v8zM22.25 5.85l4.2-4.2L24.8 0l-4.61 4.61c-1.88-.93-3.96-1.5-6.19-1.5-2.23 0-4.31.57-6.19 1.5L3.2 0 1.55 1.65l4.2 4.2C2.28 8.39 0 12.47 0 17.11v2h28v-2c0-4.64-2.28-8.72-5.75-11.26zM8 15.11a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 15.11zm12 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 20 15.11z"/></svg>
<svg class="tc-image-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M16 0h6v16h16v6H22v16h-6V22H0v-6h16V0z"/></svg>
<svg class="tc-image-add-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M298.7 213.3V0h-85.4v213.3H0v85.4h213.3V512h85.4V298.7H512v-85.4z"/></svg>
<svg class="tc-image-add-a-photo tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 46 42"><g transform="translate(0 -2)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M6 8V2h4v6h6v4h-6v6H6v-6H0V8h6zm6 12v-6h6V8h14l3.66 4H42c2.2 0 4 1.8 4 4v24c0 2.2-1.8 4-4 4H10c-2.2 0-4-1.8-4-4V20h6zm14 18c5.52 0 10-4.48 10-10s-4.48-10-10-10-10 4.48-10 10 4.48 10 10 10zm-6.4-10c0 3.54 2.86 6.4 6.4 6.4s6.4-2.86 6.4-6.4-2.86-6.4-6.4-6.4-6.4 2.86-6.4 6.4z"/></g></svg>
<svg class="tc-image-add-alarm tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40.279998779296875"><path d="M11.76 3.06L9.19 0 0 7.71l2.57 3.06 9.19-7.71zM40 7.72L30.81.01l-2.57 3.06 9.19 7.71L40 7.72zM19.99 4.28C10.04 4.28 2 12.34 2 22.28s8.04 18 17.99 18S38 32.22 38 22.28s-8.06-18-18.01-18zm.01 32c-7.73 0-14-6.27-14-14s6.27-14 14-14 14 6.27 14 14-6.26 14-14 14zm2-22h-4v6h-6v4h6v6h4v-6h6v-4h-6v-6z"/></svg>
<svg class="tc-image-add-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M14.02 38.02c0 2.2 1.78 3.98 3.98 3.98s3.98-1.78 3.98-3.98h-7.96zm17.74-8.38V18c0-6.5-4.5-11.94-10.58-13.38V3.18C21.18 1.42 19.76 0 18 0s-3.18 1.42-3.18 3.18v1.44C8.74 6.06 4.24 11.5 4.24 18v11.64L0 33.88V36h36v-2.12l-4.24-4.24zM26 22.01h-6v6h-4v-6h-6V18h6v-6h4v6h6v4.01z"/></svg>
<svg class="tc-image-add-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-4 20h-8v8h-4v-8H8v-4h8V8h4v8h8v4z"/></svg>
<svg class="tc-image-add-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm10 22h-8v8h-4v-8h-8v-4h8v-8h4v8h8v4z"/></svg>
<svg class="tc-image-add-circle-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M22 10h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zM20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-add-folder tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.99926471710205 11.970001220703125"><path d="M12.136 2.014H8.558C7.267 2.014 7.269 0 6.356 0H1.863A1.864 1.864 0 0 0 0 1.864v8.243c0 1.029.835 1.863 1.863 1.863h10.272a1.864 1.864 0 0 0 1.864-1.863v-6.23a1.862 1.862 0 0 0-1.863-1.863zM9.5 6.971H7v2.5a.5.5 0 0 1-1 0v-2.5H3.5a.5.5 0 0 1 0-1H6v-2.5a.5.5 0 0 1 1 0v2.5h2.5a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-add-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M14 0C6.28 0 0 6.28 0 14c0 10.5 14 26 14 26s14-15.5 14-26c0-7.72-6.28-14-14-14zm8 16h-6v6h-4v-6H6v-4h6V6h4v6h6v4z"/></svg>
<svg class="tc-image-add-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M21 28h7v-7h5v7h7v5h-7v7h-5v-7h-7v-5zM13 7h7V0h5v7h7v5h-7v7h-5v-7h-7V7zM0 21h7v-7h5v7h7v5h-7v7H7v-7H0v-5z"/></svg>
<svg class="tc-image-add-playlist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M93.1 325.8V139.6H46.5C20.9 139.6 0 160.5 0 186.2v279.3C0 491.1 20.9 512 46.5 512h279.3c25.7 0 46.5-20.9 46.5-46.5V419H186.2c-51.4-.1-93.1-41.8-93.1-93.2zM465.5 0H186.2c-25.7 0-46.5 20.9-46.5 46.5v279.3c0 25.7 20.9 46.5 46.5 46.5h279.3c25.7 0 46.5-20.9 46.5-46.5V46.5C512 20.9 491.1 0 465.5 0zm-23.3 209.5h-93.1v93.1h-46.5v-93.1h-93.1V163h93.1V69.8h46.5v93.1h93.1v46.6z"/></svg>
<svg class="tc-image-add-shopping-cart tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.33000183105469 42"><path d="M20 16h4v-6h6V6h-6V0h-4v6h-6v4h6v6zm-8 18c-2.21 0-3.98 1.79-3.98 4s1.77 4 3.98 4 4-1.79 4-4-1.79-4-4-4zm20 0c-2.21 0-3.98 1.79-3.98 4s1.77 4 3.98 4 4-1.79 4-4-1.79-4-4-4zm-19.65-6.5c0-.09.02-.17.06-.24l1.8-3.26h14.9c1.5 0 2.81-.83 3.5-2.06l7.72-14.02L36.83 6h-.01l-2.21 4-5.51 10H15.07l-.26-.54L10.32 10l-1.9-4-1.89-4H0v4h4l7.2 15.17-2.71 4.9C8.18 26.65 8 27.3 8 28c0 2.21 1.79 4 4 4h24v-4H12.85c-.28 0-.5-.22-.5-.5z"/></svg>
<svg class="tc-image-add-to-photos tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8zm32-8H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-2 18h-8v8h-4v-8h-8v-4h8V6h4v8h8v4z"/></svg>
<svg class="tc-image-add-to-queue tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h10v4h16v-4h10c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4zm0 28H4V4h36v24zM30 14v4h-6v6h-4v-6h-6v-4h6V8h4v6h6z"/></svg>
<svg class="tc-image-address tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 900"><path d="M426 0c13.333 0 20 6.667 20 20v860c0 13.333-6.667 20-20 20h-46c-13.333 0-20-6.667-20-20V440H184c-10.667 0-20-2-28-6-8-1.333-16.667-5.333-26-12L10 340c-6.667-4-10-9.333-10-16s3.333-12 10-16l120-82c9.333-6.667 18-10.667 26-12 5.333-2.667 14.667-4 28-4h176V20c0-13.333 6.667-20 20-20h46m564 208c6.667 4 10 9.333 10 16s-3.333 12-10 16l-118 82c-14.667 8-23.333 12-26 12-9.333 4-18.667 6-28 6H516l-40-230h342c12 0 21.333 1.333 28 4 6.667 2.667 15.333 6.667 26 12l118 82"/></svg>
<svg class="tc-image-address-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 16"><path d="M2 0v16h12V0H2zm6 4.005a1.995 1.995 0 1 1 0 3.99 1.995 1.995 0 0 1 0-3.99zM11 12H5v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1zM0 1h1.5v3H0V1zm0 4h1.5v3H0V5zm0 4h1.5v3H0V9zm0 4h1.5v3H0v-3z"/></svg>
<svg class="tc-image-address-book-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.635 0 0 268.635 0 600s268.635 600 600 600 600-268.635 600-600S931.365 0 600 0zM263.687 263.688h672.625V382.75h-73.218v65.5h73.218v119h-73.218v65.5h73.218v119h-73.218v65.5h73.218v119.094H263.688zm299.688 117.468c-53.693 0-97.188 43.558-97.188 97.25 0 38.05 21.842 70.971 53.688 86.938l-124.438 74.5h-1.53v105.094h338.937V639.843h-1.532l-124.437-74.5c31.846-15.967 53.688-48.887 53.688-86.938 0-53.692-43.495-97.25-97.188-97.25z"/></svg>
<svg class="tc-image-adjust tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.97 0 0 8.97 0 20s8.97 20 20 20 20-8.97 20-20S31.03 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16zm6-16c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6 6 2.69 6 6z"/></svg>
<svg class="tc-image-adjust-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M104.313 0v699.844H0v254.062h367.281V699.844H262.97V0H104.313zM520.75 0v451.75H416.344v254.063h367.312V451.75H679.313V0H520.75zm416.281 0v201.625H832.72v254.063H1200V201.625h-104.313V0H937.032zm-51.093 252.031h260.843v50.438H885.938V252.03zm51.093 246.094V1200h158.657V498.125H937.03zm-467.437 4.031h260.812v50.438H469.594v-50.438zm51.156 244.031V1200h158.563V746.187H520.75zM53.219 750.22h260.844v50.437H53.219V750.22zm51.125 246.093V1200H263V996.312H104.344z"/></svg>
<svg class="tc-image-adjust-brightness tc-image-button" width="22pt" height="22pt" version="1.2" baseProfile="tiny" viewBox="0 0 18.929672241210938 18.918109893798828"><path d="M9.46 4.393l1-2.934a1.055 1.055 0 1 0-2 0l1 2.934zm-8 4.066a1.055 1.055 0 1 0 0 2l2.933-1-2.934-1zm8 6.066l-1 2.934a1.055 1.055 0 1 0 2 0l-1-2.934zm9.34-5.409a1.055 1.055 0 0 0-1.34-.659l-2.935 1 2.934 1a1.057 1.057 0 0 0 1.341-1.34zM3.095 4.51l2.781 1.367-1.367-2.78a1.057 1.057 0 1 0-1.414 1.413zm-.483 10.382a1.057 1.057 0 0 0 1.896.932l1.367-2.78-2.78 1.366a1.056 1.056 0 0 0-.483.482zm13.21-.483l-2.78-1.367 1.366 2.781a1.056 1.056 0 1 0 1.414-1.414zm.481-10.383a1.057 1.057 0 0 0-1.895-.933L13.04 5.875l2.782-1.368c.202-.1.375-.264.482-.482zM9.46 4.96c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z"/></svg>
<svg class="tc-image-adjust-contrast tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14A6 6 0 1 1 8 2a6 6 0 0 1 0 12zM8 3v10c2.757 0 5-2.243 5-5s-2.243-5-5-5z"/></svg>
<svg class="tc-image-admin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M448 362.7l-117.3-21.3C320 320 320 310.7 320 298.7c10.7-10.7 32-21.3 32-32 10.7-32 10.7-53.3 10.7-53.3 5.5-8 21.3-21.3 21.3-42.7s-21.3-42.7-21.3-53.3C362.7 32 319.2 0 256 0c-60.5 0-106.7 32-106.7 117.3 0 10.7-21.3 32-21.3 53.3s15.2 35.4 21.3 42.7c0 0 0 21.3 10.7 53.3 0 10.7 21.3 21.3 32 32 0 10.7 0 21.3-10.7 42.7L64 362.7C21.3 373.3 0 448 0 512h512c0-64-21.3-138.7-64-149.3z"/></svg>
<svg class="tc-image-admin-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M213.3 384c0-87 65.2-158.7 149.3-169.2v-1.5c5.5-8 21.3-21.3 21.3-42.7s-21.3-42.7-21.3-53.3C362.7 32 319.2 0 256 0c-60.5 0-106.7 32-106.7 117.3 0 10.7-21.3 32-21.3 53.3s15.2 35.4 21.3 42.7c0 0 0 21.3 10.7 53.3 0 10.7 21.3 21.3 32 32 0 10.7 0 21.3-10.7 42.7L64 362.7C21.3 373.3 0 448 0 512h271.4c-35.5-31.3-58.1-77-58.1-128zM384 256c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128-57.3-128-128-128zm85.3 149.3h-64v64h-42.7v-64h-64v-42.7h64v-64h42.7v64h64v42.7z"/></svg>
<svg class="tc-image-admin-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M384 256c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128-57.3-128-128-128zm85.3 149.3H298.7v-42.7h170.7v42.7zm-256-21.3c0-87 65.2-158.7 149.3-169.2v-1.5c5.5-8 21.3-21.3 21.3-42.7s-21.3-42.7-21.3-53.3C362.7 32 319.2 0 256 0c-60.5 0-106.7 32-106.7 117.3 0 10.7-21.3 32-21.3 53.3s15.2 35.4 21.3 42.7c0 0 0 21.3 10.7 53.3 0 10.7 21.3 21.3 32 32 0 10.7 0 21.3-10.7 42.7L64 362.7C21.3 373.3 0 448 0 512h271.4c-35.5-31.3-58.1-77-58.1-128z"/></svg>
<svg class="tc-image-adn tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M768 494l201 306H567zm365 530h94L768 333l-459 691h94l104-160h522zm403-256q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-adobe-acrobat tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.51499938964844 48.103004455566406"><path d="M9.879 33.665c-5.555 2.367-6.228 8.534-4.956 7.152 7.477-8.378 11.66-15.19 13.994-20.327-5.16-9.186-4.88-20.49 1.15-18.18 4.677 1.793 2.445 6.138 2.445 6.138s-.624-5.312-3.542-4.479c-.697.174-1.555 6.861 1.284 13.234 1.914-5.36 1.529-8.144 1.529-8.144s4.84 1.261.439 11.59a17.896 17.896 0 0 0 1.817 2.15 30.121 30.121 0 0 0 3.008 3.007c2.966-1.073 5.896-1.849 8.182-1.849 7.286 0 7.095 7.325 7.095 7.325-1.624-3.69-6.567-4.015-11.964-3.052 6.304 3.836 11.44 2.767 11.44 2.767-.537 4.431-7.569 4.836-15.503-1.842-4.325 1.171-8.487 2.829-11.05 3.931-6.597 10.08-12.414 15.017-13.664 9.08C0 34.645 9.879 33.664 9.879 33.664zm12.069-8.832l-1.07-1.327-1.087 2.034c-.912 1.635-1.826 3.2-2.731 4.68 1.885-.95 4.329-2.13 6.909-3.21a42.231 42.231 0 0 1-2.021-2.178z"/></svg>
<svg class="tc-image-adobe-aftereffects tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.44000244140625 30.581005096435547"><path d="M9.643.001h7.009L26.43 30.09h-5.894l-2.722-8.527H8.26L5.67 30.09H0L9.643 0zm1.83 10l-2.32 7.41h7.723l-2.367-7.41c-.58-1.83-1.071-3.884-1.517-5.625h-.09c-.446 1.74-.893 3.84-1.428 5.625zm16.967 9.553c0-6.026 3.66-11.696 10.625-11.696 7.097 0 9.375 5.804 9.375 10.58 0 1.027-.09 1.83-.18 2.322H33.709c.133 3.929 3.213 5.624 6.696 5.624 2.544 0 4.375-.356 6.027-.981l.803 3.795c-1.875.758-4.463 1.383-7.59 1.383-7.053 0-11.204-4.375-11.204-11.027zm10.311-7.946c-3.393 0-4.822 3.08-5.044 5.312h9.553c.045-2.008-.849-5.312-4.509-5.312z"/></svg>
<svg class="tc-image-adobe-audition tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.0260009765625 30.580005645751953"><path d="M9.644 0h7.009l9.776 30.089h-5.891l-2.725-8.527H8.26l-2.59 8.527H0L9.644 0zm1.83 10l-2.321 7.41h7.723L14.51 10c-.58-1.83-1.071-3.884-1.518-5.625h-.09c-.445 1.74-.892 3.84-1.427 5.624zm31.882-1.652h5.492v15.223c0 2.59.088 4.732.178 6.518h-4.82l-.269-3.304h-.09c-.937 1.563-3.08 3.795-6.964 3.795-3.973 0-7.59-2.366-7.59-9.463V8.348h5.492v11.83c0 3.616 1.16 5.938 4.063 5.938 2.187 0 3.615-1.562 4.196-2.947a4.994 4.994 0 0 0 .312-1.697V8.348z"/></svg>
<svg class="tc-image-adobe-bridge tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.68000411987305 30.625"><path d="M0 .625C1.74.268 4.91 0 7.99 0c4.063 0 6.563.491 8.616 1.92 1.876 1.115 3.126 3.08 3.126 5.625 0 2.767-1.74 5.312-5 6.517v.09c3.17.804 6.072 3.304 6.072 7.456 0 2.678-1.161 4.776-2.903 6.204-2.142 1.875-5.67 2.813-11.16 2.813-3.036 0-5.357-.224-6.741-.401V.624zm5.446 3.661V12.5h2.812c3.795 0 5.938-1.786 5.938-4.33 0-2.813-2.143-4.108-5.625-4.108-1.607 0-2.544.09-3.125.224zm0 22.053c.715.134 1.653.134 2.902.134 3.527 0 6.651-1.338 6.651-5.044 0-3.482-3.034-4.91-6.83-4.91H5.447v9.82zm25-13.616c1.072-3.08 3.616-4.643 5.939-4.643l1.295.134v5.179a7.663 7.663 0 0 0-1.609-.178c-2.633 0-4.419 1.696-4.91 4.15l-.178 1.698v11.25h-5.491V15.581c0-2.947-.046-5.046-.18-7.01h4.777l.18 4.152h.178z"/></svg>
<svg class="tc-image-adobe-dreamweaver tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.993995666503906 29.976001739501953"><path d="M0 .612C2.136.219 4.866 0 7.754 0c4.983 0 8.425 1.136 10.877 3.409 2.571 2.316 4.154 5.811 4.154 10.837 0 5.243-1.623 9.175-4.154 11.71-2.65 2.666-6.883 4.02-12.065 4.02-2.848 0-4.984-.174-6.566-.393V.613zm7.557 25.083h.107c6.265 0 9.979-3.843 9.979-11.273.04-6.511-3.362-10.225-9.453-10.225-1.544 0-2.651.13-3.323.305v21.062c.672.131 1.7.131 2.69.131zm38.8-17.305h4.637L45.13 29.67h-4.37l-2.223-8.651a73.365 73.365 0 0 1-1.418-6.818h-.078c-.382 2.623-.88 4.72-1.417 6.818l-2.376 8.651H28.84L23.321 8.39h4.83l1.954 9.657 1.187 6.904h.078c.383-2.316.996-4.675 1.533-6.86l2.414-9.701h3.834l2.337 9.439 1.495 7.122h.077c.306-2.316.729-4.632 1.227-7.122l2.07-9.44z"/></svg>
<svg class="tc-image-adobe-encore tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.81599426269531 30.090003967285156"><path d="M.001 0h17.5v4.51H5.492v7.768h11.339v4.464H5.492v8.839H18.17v4.509H0V0zm27.382 11.608c.86-1.697 3.031-3.75 6.348-3.75 3.481 0 7.085 2.455 7.085 9.33V30.09h-5.037V17.813c0-3.125-1.065-5.49-3.81-5.49-2.005 0-3.397 1.561-3.93 3.214-.165.49-.206 1.16-.206 1.785V30.09h-5.079V14.822c0-2.5-.041-4.598-.163-6.473h4.423l.245 3.259h.124z"/></svg>
<svg class="tc-image-adobe-fireworks tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.89799499511719 30.091999053955078"><path d="M0 .002h17.367V4.51H5.493v8.303h11.07v4.51H5.493V30.09H0V0zM42.895 8.35h5.003l-6.326 21.741H36.86l-2.397-8.839c-.622-2.277-1.076-4.33-1.531-6.965h-.083c-.413 2.679-.95 4.823-1.529 6.965l-2.563 8.84h-4.755L18.051 8.35h5.208l2.11 9.866 1.28 7.054h.083c.413-2.366 1.075-4.776 1.654-7.01l2.605-9.91h4.134l2.521 9.643c.621 2.545 1.158 4.91 1.613 7.277h.082c.331-2.366.785-4.732 1.323-7.277l2.232-9.643z"/></svg>
<svg class="tc-image-adobe-flash tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.16900062561035 31.024999618530273"><path d="M0 1.573h16.999v4.413H5.376v8.128h10.837v4.413H5.376v12.498H0V1.572zm19.751 29.452V0h5.418v31.024h-5.418z"/></svg>
<svg class="tc-image-adobe-flashbuilder tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.386993408203125 31.505998611450195"><path d="M0 1.376h16.999v4.412H5.375v8.128h10.836v4.414H5.375v12.496H0V1.375zM20.147 0h4.92v12.061h.08c.88-1.573 2.8-2.797 5.48-2.797 4.68 0 8.76 4.239 8.72 11.361 0 6.555-3.68 10.881-8.32 10.881-2.84 0-5.2-1.486-6.36-3.846h-.08l-.2 3.366h-4.4l.16-5.987V0zm5.08 23.378c.48 2.316 2.24 3.802 4.24 3.802 3.12 0 4.88-2.84 4.88-6.73 0-3.976-1.76-7.035-4.92-7.035-2.24 0-3.799 1.705-4.24 3.802l-.12 1.399v3.19c0 .568.04 1.091.16 1.572z"/></svg>
<svg class="tc-image-adobe-illustrator tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.68900680541992 30.1510009765625"><path d="M9.439.699h6.86l9.57 29.452h-5.767l-2.667-8.346h-9.35L5.55 30.151H0L9.44.7zm1.792 9.789l-2.272 7.254h7.56l-2.317-7.254c-.568-1.791-1.048-3.802-1.485-5.506h-.088c-.437 1.704-.874 3.758-1.398 5.506zm16.428-7.56c0-1.66 1.224-2.928 3.015-2.928 1.835 0 2.971 1.268 3.015 2.928 0 1.617-1.18 2.884-3.059 2.884-1.791 0-2.97-1.267-2.97-2.884zm.306 27.223V8.871h5.419v21.28h-5.42z"/></svg>
<svg class="tc-image-adobe-indesign tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.94200325012207 31.507001876831055"><path d="M0 31.026V1.574h5.375v29.452H0zM23.86 0h4.922v25.04l.16 5.986h-4.4l-.2-3.365h-.08c-1.161 2.36-3.52 3.846-6.361 3.846-4.64 0-8.32-4.327-8.32-10.882-.04-7.122 4.04-11.36 8.72-11.36 2.681 0 4.6 1.223 5.48 2.796h.08V.001zm-9.28 20.45c0 3.89 1.76 6.73 4.882 6.73 2 0 3.759-1.485 4.24-3.801.12-.481.159-1.005.159-1.573v-3.19l-.119-1.399c-.44-2.097-2-3.801-4.24-3.801-3.161 0-4.922 3.058-4.922 7.035z"/></svg>
<svg class="tc-image-adobe-lightroom tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.972999572753906 30.09100341796875"><path d="M0 .001h5.49v25.491h12.366v4.598H.001V0zm26.742 12.5c1.071-3.08 3.615-4.643 5.937-4.643l1.294.134v5.179a7.643 7.643 0 0 0-1.606-.179c-2.635 0-4.42 1.697-4.911 4.152l-.179 1.697v11.25h-5.491V15.358c0-2.946-.045-5.044-.18-7.009h4.778l.178 4.152h.18z"/></svg>
<svg class="tc-image-adobe-photoshop tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.52400207519531 30.150001525878906"><path d="M0 .611C1.923.261 4.589 0 8.215 0c3.933 0 6.817.83 8.696 2.402 1.748 1.443 2.884 3.758 2.884 6.511 0 2.797-.874 5.113-2.534 6.686-2.141 2.141-5.506 3.146-9.307 3.146-1.006 0-1.923-.043-2.623-.175v11.1H.001V.61zm5.331 13.721c.656.175 1.53.218 2.623.218 4.02 0 6.466-1.966 6.466-5.418 0-3.277-2.272-5.025-5.986-5.025-1.486 0-2.534.131-3.103.262v9.963zm15.642.262c0-3.758 3.102-6.686 8.04-6.686 2.36 0 4.414.612 5.637 1.268l-1.049 3.801c-.917-.524-2.622-1.223-4.5-1.223-1.923 0-2.972.918-2.972 2.228 0 1.355 1.005 2.01 3.715 2.972 3.845 1.398 5.636 3.364 5.68 6.51 0 3.845-3.015 6.686-8.652 6.686-2.578 0-4.895-.655-6.467-1.53l1.048-3.888c1.224.743 3.54 1.529 5.463 1.529 2.36 0 3.407-.961 3.407-2.36 0-1.441-.873-2.185-3.494-3.102-4.152-1.442-5.9-3.715-5.856-6.205z"/></svg>
<svg class="tc-image-adobe-prelude tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.136999130249023 31.69700050354004"><path d="M.001 2.009c1.965-.357 4.688-.625 8.393-.625 4.019 0 6.965.849 8.884 2.455 1.787 1.474 2.947 3.84 2.947 6.652 0 2.858-.893 5.223-2.59 6.831-2.187 2.188-5.624 3.214-9.509 3.214-1.026 0-1.963-.045-2.678-.179v11.34H0V2.009zm5.447 14.018c.67.178 1.563.224 2.678.224 4.108 0 6.608-2.01 6.608-5.536 0-3.349-2.321-5.134-6.117-5.134-1.517 0-2.588.133-3.17.268v10.178zm19.153 15.67V0h5.536v31.697h-5.536z"/></svg>
<svg class="tc-image-adobe-premierpro tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.3859977722168 30.313003540039062"><path d="M0 .624C1.965.267 4.689 0 8.394 0c4.017 0 6.964.848 8.883 2.455 1.786 1.473 2.947 3.84 2.947 6.652 0 2.857-.893 5.223-2.59 6.83-2.187 2.188-5.624 3.215-9.508 3.215-1.027 0-1.965-.045-2.68-.179v11.34H0V.624zm5.447 14.018c.67.18 1.563.224 2.68.224 4.106 0 6.606-2.01 6.606-5.536 0-3.348-2.322-5.134-6.116-5.134-1.518 0-2.59.134-3.17.268v10.178zm23.706-1.919c1.072-3.08 3.617-4.643 5.938-4.643l1.295.134v5.179a7.604 7.604 0 0 0-1.608-.179c-2.634 0-4.419 1.696-4.91 4.152l-.179 1.697v11.25h-5.491V15.579c0-2.947-.045-5.044-.178-7.009h4.776l.178 4.152h.18z"/></svg>
<svg class="tc-image-adobe-speedgrade tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.15300750732422 39.9109992980957"><path d="M.492 8.66C.492 3.75 4.599 0 11.117 0c3.259 0 5.67.714 7.231 1.518l-1.339 4.42c-1.07-.581-3.169-1.43-5.982-1.43-3.482 0-4.999 1.875-4.999 3.617 0 2.322 1.741 3.393 5.758 4.956 5.223 1.963 7.769 4.598 7.769 8.928 0 4.821-3.661 9.061-11.429 9.061-3.17 0-6.473-.936-8.126-1.918l1.206-4.554c1.786 1.027 4.465 1.92 7.276 1.92 3.528 0 5.492-1.652 5.492-4.108 0-2.276-1.518-3.615-5.357-5C3.662 15.625.492 12.991.492 8.66zm22.411 11.162c0-7.143 4.643-11.473 9.866-11.473 3.304 0 5.268 1.608 6.296 3.392h.089l.222-2.9h4.777a95.238 95.238 0 0 0-.178 6.249v12.322c0 4.553-.938 7.813-3.214 9.866-2.277 2.008-5.402 2.633-8.393 2.633-2.768 0-5.715-.58-7.59-1.74l1.206-4.152c1.384.803 3.705 1.652 6.339 1.652 3.571 0 6.25-1.875 6.25-6.563v-1.876h-.089c-1.25 1.92-3.483 3.215-6.34 3.215-5.401 0-9.24-4.465-9.24-10.626zm5.58-.179c0 3.706 1.875 6.697 5.313 6.697 2.054 0 3.84-1.339 4.465-3.304.133-.58.223-1.338.223-1.963v-3.527c0-.492-.045-1.028-.18-1.473-.58-2.01-2.142-3.527-4.463-3.527-3.08 0-5.357 2.678-5.357 7.097z"/></svg>
<svg class="tc-image-adult tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 915.0130004882812 1200"><path d="M463.089 480.001c-135.544-2.098-239.083-111.057-240-240C225.327 105.667 335.124.942 463.088 0c135.661 5.13 239.036 108.97 240 240-2.667 134.44-111.906 239.09-240 240.001zm194.042 49.787c170.593 1.991 257.095 151.63 257.882 301.268V1200H747.778V875.747c-4.072-22.416-19.255-30.018-33.164-27.821-13.022 2.057-24.928 12.702-25.559 27.82V1200h-464.67V875.747c-3.558-21.334-17.129-29.538-30.33-28.71-14.139.888-27.854 12.136-28.393 28.71V1200H.98V831.056C0 671.583 100.882 530.969 260.117 529.788z"/></svg>
<svg class="tc-image-aerialway-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M8 3.5H5V2.1a1 1 0 0 0 .43-.52L8.5 1a.5.5 0 0 0 0-1L5.25.61a1 1 0 0 0-1.69.32L.5 1.5a.5.5 0 0 0 0 1l3.25-.61A1 1 0 0 0 4 2.1v1.4H1a1 1 0 0 0-1 1V8a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V4.5a1 1 0 0 0-1-1zm-4 4H1.5v-3H4v3zm3.5 0H5v-3h2.5v3z"/></svg>
<svg class="tc-image-aerialway-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13.5"><path d="M12 4.5H7V2.1a1 1 0 0 0 .42-.46L12.5 1a.5.5 0 0 0 0-1L7.28.65a1 1 0 0 0-.78-.4 1 1 0 0 0-.92.62L.5 1.5a.5.5 0 0 0 0 1l5.22-.65c.077.1.172.185.28.25v2.4H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1zm-6 6H2v-4h4v4zm5 0H7v-4h4v4z"/></svg>
<svg class="tc-image-agent tc-image-button" width="22pt" height="22pt" viewBox="0 0 181.5279998779297 196.78399658203125"><path d="M74.882 129.986c-1.715 4.397-5.97 7.543-11.002 7.543-6.577 0-11.902-5.306-11.902-11.855 0-6.529 5.325-11.835 11.902-11.835 5.032 0 9.287 3.127 11.002 7.543l-8.633 4.292 8.633 4.312zm55.455.038c-1.715 4.416-5.98 7.553-11.002 7.553-6.586 0-11.902-5.307-11.902-11.846 0-6.538 5.326-11.845 11.902-11.845 5.023 0 9.287 3.127 11.002 7.543l-8.642 4.302 8.642 4.293zm48.737-1.061c-1.365 5.041-4.672 9.04-8.908 11.438a18.841 18.841 0 0 1-11.808 4.131c-.227 0-.454-.019-.672-.066-7.108 31.139-33.063 52.318-66.875 52.318-33.887 0-59.833-21.122-66.978-52.252a18.747 18.747 0 0 1-9.77-2.796c-5.61-2.009-10.177-6.624-11.836-12.774-2.227-8.273.824-14.176 4.72-18.08a127.782 127.782 0 0 1-.048-6.909c-.512-25.604 7.164-47.21 22.203-62.495 7.164-7.287 15.882-12.879 25.87-16.689C56.526 10.917 71.65 0 90.025 0c18.374 0 33.499 10.917 35.053 24.79 9.987 3.81 18.706 9.4 25.88 16.687 15.02 15.286 22.695 36.93 22.193 62.62.038 1.895.028 3.79-.02 5.647 4.436 3.858 8.397 10.093 5.943 19.219zM90.024 6.321c-13.683 0-25.178 6.917-28.106 16.166 8.538-2.426 17.872-3.667 27.86-3.667h.484c9.997 0 19.331 1.241 27.87 3.667-2.929-9.249-14.423-16.166-28.107-16.166zm73.053 97.767c.474-23.085-6.207-42.265-19.322-55.588-12.64-12.86-31.139-19.654-53.493-19.654l-.256.01-.228-.01c-22.345 0-40.842 6.794-53.484 19.654-13.115 13.323-19.796 32.503-19.322 55.464-.01.266-.01.512-.01.768 4.757-1.251 8.292 2.35 8.804 2.71 17.815-5.894 25.595-24.704 25.671-24.904a3.18 3.18 0 0 1 4.123-1.762c1.63.654 2.425 2.482 1.771 4.103-.36.91-8.69 21.217-28.741 28.277-.256 4.132-.493 8.434-.445 9.97l.066 3.572c0 37.573 25.69 63.766 62.477 63.766.047 0 .19 0 .237.01 28.675-.01 50.632-16.025 58.848-40.948a65.694 65.694 0 0 1-3.194 3.487c-6.89 7.041-15.124 12.518-24.468 16.271-6.538 2.635-13.513 4.378-20.829 5.212-.815 3.222-5.003 5.686-10.092 5.686-5.676 0-10.272-3.051-10.272-6.823 0-3.762 4.595-6.823 10.272-6.823 3.999 0 7.448 1.535 9.135 3.753 22.686-2.473 41.004-13.987 52.035-31.547.606-3.847.919-7.846.919-11.987l.018-.56c-.104-.104-.208-.207-.293-.321-8.586-11.097-21.19-13.76-34.532-16.575-6.643-1.402-13.523-2.852-20.232-5.391C73.906 94.716 61 73.517 60.46 72.617a3.154 3.154 0 0 1 1.099-4.331 3.174 3.174 0 0 1 4.35 1.09c.123.199 12.376 20.232 34.578 28.618 6.255 2.37 12.888 3.762 19.304 5.118 12.262 2.587 24.894 5.25 34.569 14.764.104-.105.209-.209.322-.303.18-3.052.37-5.487.531-6.406a4.76 4.76 0 0 1 .076-.37c-.067-.237 1.09-6.17 7.799-6.17 0-.18-.01-.36-.01-.54z"/></svg>
<svg class="tc-image-aid-kit tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 15"><path d="M14 3h-3V1c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v2H2C.9 3 0 3.9 0 5v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM6 1h4v2H6V1zm6 9H9v3H7v-3H4V8h3V5h2v3h3v2z"/></svg>
<svg class="tc-image-air tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path fill-rule="nonzero" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.305 11.1h-6.61c-.623 0-.875-.437-.563-.976l3.304-5.722c.312-.54.816-.54 1.126 0l3.305 5.722c.31.54.06.975-.562.975z"/></svg>
<svg class="tc-image-airbnb tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.983452796936035 16.215620040893555"><path d="M14.714 11.357a9.478 9.478 0 0 0-.235-.577c-.123-.277-.252-.556-.376-.825l-.008-.02a183.837 183.837 0 0 0-3.533-7.24l-.054-.1c-.126-.246-.256-.5-.39-.75A4.98 4.98 0 0 0 9.544.96 2.666 2.666 0 0 0 7.492.002a2.66 2.66 0 0 0-2.052.96 4.815 4.815 0 0 0-.574.884c-.135.252-.267.508-.394.755l-.05.094a188.702 188.702 0 0 0-3.53 7.239l-.018.035c-.12.265-.248.538-.368.81-.08.182-.163.376-.235.578a3.524 3.524 0 0 0-.19 1.725 3.41 3.41 0 0 0 3.812 2.895 4.293 4.293 0 0 0 1.61-.543c.648-.365 1.288-.9 1.988-1.665.7.765 1.34 1.3 1.99 1.665.53.298 1.07.48 1.607.543a3.505 3.505 0 0 0 1.728-.228 3.41 3.41 0 0 0 2.087-2.667c.08-.57.02-1.134-.19-1.725zm-.822 1.58a2.38 2.38 0 0 1-1.46 1.864c-.38.155-.8.21-1.225.16a3.212 3.212 0 0 1-1.225-.42c-.577-.323-1.162-.822-1.82-1.554 1.048-1.294 1.702-2.485 1.944-3.548.11-.485.134-.944.07-1.364A2.621 2.621 0 0 0 9.75 6.98c-.49-.714-1.333-1.14-2.258-1.14-.924 0-1.768.426-2.258 1.14-.22.32-.363.689-.425 1.094-.064.42-.04.88.07 1.364.24 1.063.895 2.255 1.942 3.55-.66.73-1.243 1.23-1.82 1.554a3.212 3.212 0 0 1-1.225.42 2.48 2.48 0 0 1-1.226-.16 2.382 2.382 0 0 1-1.46-1.865c-.058-.408-.013-.8.142-1.238.057-.16.124-.318.207-.506.116-.264.24-.534.36-.795l.017-.035c1.1-2.39 2.283-4.81 3.513-7.198l.05-.095c.124-.244.253-.496.384-.74.136-.25.273-.494.45-.705.337-.392.778-.6 1.276-.6.5 0 .94.208 1.274.6.18.21.316.454.45.706.13.24.26.49.384.73l.052.104a183.78 183.78 0 0 1 3.513 7.198l.01.022c.122.265.25.54.368.81.084.187.15.345.208.505.155.437.2.83.142 1.238zm-6.4-.745c-.866-1.102-1.422-2.123-1.617-2.98a2.65 2.65 0 0 1-.056-.98c.04-.254.126-.48.258-.673.3-.435.828-.696 1.415-.696.587 0 1.116.262 1.415.697.133.193.22.42.258.672.045.29.026.622-.056.98-.195.858-.75 1.88-1.617 2.98z"/></svg>
<svg class="tc-image-airfield-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M5 .5H3.5C3 .5 3 0 3.5 0h4c.5 0 .5.5 0 .5H6s.5.5.5 1.5v1H11v1.5l-4.5 2L6 10l1.5.5v.5h-4v-.5L5 10l-.5-3.5-4.5-2V3h4.5V2C4.5 1 5 .5 5 .5z"/></svg>
<svg class="tc-image-airfield-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M6.818.682H4.773C4.09.682 4.09 0 4.773 0h5.454c.682 0 .682.682 0 .682H8.182S9 1.272 9 2.636V4h6v2L9 8l-.5 5 2.5 1.318V15H4v-.682L6.5 13 6 8 0 6V4h6V2.636c0-1.363.818-1.954.818-1.954z"/></svg>
<svg class="tc-image-airline-seat-flat tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.599998474121094 22.599998474121094"><path d="M40.6 8.6v4h-26V.6h18c4.42 0 8 3.58 8 8zm-40 6v4h12v4h16v-4h12v-4H.6zm10.29-3.8c2.32-2.37 2.28-6.17-.09-8.48C8.43 0 4.63.04 2.32 2.41 0 4.78.04 8.58 2.41 10.89c2.36 2.32 6.16 2.28 8.48-.09z"/></svg>
<svg class="tc-image-airline-seat-flat-angled tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.03999710083008 29.84162139892578"><path d="M41.51 20.412l-1.38 3.77-24.73-8.92 4.15-11.31 17.12 6.18c4.2 1.51 6.37 6.12 4.84 10.28zM0 16.112l13 4.69v9.04h16v-3.26l9.05 3.26 1.38-3.77-38.05-13.73L0 16.112zm11.59-3.86a5.996 5.996 0 0 0 2.82-8 5.996 5.996 0 0 0-8-2.82 5.996 5.996 0 0 0-2.82 8 5.996 5.996 0 0 0 8 2.82z"/></svg>
<svg class="tc-image-airline-seat-individual-suite tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 20"><path d="M12 12c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zM36 0H20v14H4V0H0v20h44V8c0-4.42-3.58-8-8-8z"/></svg>
<svg class="tc-image-airline-seat-legroom-extra tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.10555648803711 36"><path d="M4 18V0H0v18c0 5.52 4.48 10 10 10h12v-4H10c-3.31 0-6-2.69-6-6zm37.66 10.47c-.75-1.44-2.58-1.94-4.06-1.26l-2.19 1-6.83-13.95A3.99 3.99 0 0 0 25 12.02L18 12V0H6v16c0 3.31 2.69 6 6 6h14l6.82 14 7.43-3.41a3.004 3.004 0 0 0 1.41-4.12z"/></svg>
<svg class="tc-image-airline-seat-legroom-normal tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M4 18V0H0v18c0 5.52 4.48 10 10 10h12v-4H10c-3.31 0-6-2.69-6-6zm31 12h-3V16c0-2.21-1.79-4-4-4H18V0H6v16c0 3.3 2.7 6 6 6h14v14h9c1.66 0 3-1.34 3-3s-1.34-3-3-3z"/></svg>
<svg class="tc-image-airline-seat-legroom-reduced tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.11676788330078 36"><path d="M33.94 32.41A3 3 0 0 1 31 36h-9v-6l2-8H12c-3.3 0-6-2.7-6-6V0h12v12h10c2.21 0 4 1.79 4 4l-4 14h2.89c1.45 0 2.78.98 3.05 2.41zM4 18V0H0v18c0 5.52 4.48 10 10 10h8v-4h-8c-3.31 0-6-2.69-6-6z"/></svg>
<svg class="tc-image-airline-seat-recline-extra tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38.11901092529297"><path d="M6.71 7.399a4.007 4.007 0 0 1-.99-5.57 3.996 3.996 0 0 1 5.57-.98 3.996 3.996 0 0 1-4.58 6.55zM28 34.119H13.86a6 6 0 0 1-5.93-5.08L4 10.119H0l3.99 19.51a9.993 9.993 0 0 0 9.88 8.49H28v-4zm.46-8H18.7l-2.05-8.2c3.15 1.78 6.56 3.09 10.3 2.44v-4.25c-3.26.61-6.88-.55-9.38-2.49l-3.29-2.56c-.45-.35-.98-.6-1.53-.76-.63-.18-1.31-.23-1.98-.12l-.05.01a4.501 4.501 0 0 0-3.66 5.21l2.71 11.84a6 6 0 0 0 5.89 4.88h13.7l7.64 6 3-3-11.54-9z"/></svg>
<svg class="tc-image-airline-seat-recline-normal tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 39.38978576660156"><path d="M7.17 7.22a4.008 4.008 0 0 1 0-5.66 4.008 4.008 0 0 1 5.66 0 4.008 4.008 0 0 1 0 5.66 4.008 4.008 0 0 1-5.66 0zM4 28.39v-18H0v18c0 5.52 4.48 10 10 10h12v-4H10c-3.31 0-6-2.69-6-6zm28 8.13L21.87 26.39H15v-7.36c2.79 2.3 7.21 4.31 11 4.32v-4.32c-3.32.04-7.22-1.74-9.34-4.08l-2.8-3.1a4.51 4.51 0 0 0-1.37-1.01c-.59-.29-1.25-.46-1.93-.46h-.05C8.02 10.39 6 12.4 6 14.89v11.5c0 3.31 2.69 6 6 6h10.13l7 7L32 36.52z"/></svg>
<svg class="tc-image-airplane tc-image-button" width="22pt" height="22pt" viewBox="0 0 1038.9300537109375 1038.969970703125"><path d="M782.93 654.938L600.11 472.116l438.82-329.15L910.92 14.97 362.4 234.412 189.7 61.706C139.92 11.928 70.398 0 35.198 35.198 0 70.396 11.93 139.924 61.708 189.698l172.686 172.684L14.93 910.964l127.99 128.006 329.19-438.868L654.937 782.93v255.98h127.994l63.992-191.988 191.988-63.996V654.934l-255.98.004z"/></svg>
<svg class="tc-image-airplane-mode tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M490.7 0c-21.3 0-42.7 0-53.3 10.7l-85.3 96H21.3L0 138.7l234.7 74.7-64 85.3h-96l-32 32 64 21.3v32c.7 11.5 10.7 21.3 21.3 21.3h32l21.3 64 32-32v-96l85.3-64L373.3 512l32-21.3V160l96-85.3C512 64 512 42.7 512 21.3 512 10.7 501.3 0 490.7 0z"/></svg>
<svg class="tc-image-airplanemode-active tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M38 28v-4L22 14V3c0-1.66-1.34-3-3-3s-3 1.34-3 3v11L0 24v4l16-5v11l-4 3v3l7-2 7 2v-3l-4-3V23l16 5z"/></svg>
<svg class="tc-image-airplanemode-inactive tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M22 14V3c0-1.66-1.34-3-3-3s-3 1.34-3 3v7.36l15.65 15.65L38 28v-4L22 14zM2 6.55l9.97 9.97L0 24v4l16-5v11l-4 3v3l7-2 7 2v-3l-4-3v-7.45L33.45 38 36 35.45 4.55 4 2 6.55z"/></svg>
<svg class="tc-image-airplay tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 38"><g transform="translate(-2 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><defs><path id="c" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><clipPath id="d" clip-path="url(#b)"><use xlink:href="#c" overflow="visible"/></clipPath><path d="M42 6H6c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h8v-4H6V10h36v24h-8v4h8c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zM12 44h24L24 32z" clip-path="url(#d)"/></g></svg>
<svg class="tc-image-airport tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 47.875999450683594"><path d="M47.049 35.31c.523.169.951-.142.951-.692v-3.494c0-.55-.387-1.23-.859-1.512L28.859 18.717c-.472-.281-.859-.962-.859-1.511V5c0-.55-.168-1.417-.374-1.928 0 0-1.091-2.708-3-3.01A3.568 3.568 0 0 0 24.007 0h-.01a3.692 3.692 0 0 0-.713.072l-.216.048-.328.102c-1.588.53-2.406 2.835-2.406 2.835A6.978 6.978 0 0 0 20 5v12.206c0 .55-.387 1.23-.859 1.512L.859 29.612c-.472.282-.859.962-.859 1.512v3.494c0 .55.428.861.951.691l18.098-5.875c.523-.169.951.142.951.692v9.533c0 .55-.36 1.271-.8 1.601l-2.4 1.802c-.44.33-.8 1.051-.8 1.601V47c0 .55.433.876.961.724l6.075-1.745c.528-.152 1.394-.152 1.922 0l6.081 1.745c.528.152.961-.174.961-.724v-2.338c0-.55-.36-1.271-.8-1.601l-2.4-1.802c-.439-.33-.8-1.051-.8-1.601v-9.533c0-.55.428-.861.951-.691l18.098 5.876z"/></svg>
<svg class="tc-image-airport-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M6.5 6.4V6l4.5.5V5L6.5 3.2V1.5C6.5.5 6 0 5.5 0s-1 .5-1 1.5v1.7L0 5v1.4L4.5 6v3.3L3 10v1l2.5-.5L8 11v-1l-1.5-.8V6.4z"/></svg>
<svg class="tc-image-airport-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M15 6.818V8.5l-6.5-1-.318 4.773L11 14v1l-3.5-.682L4 15v-1l2.818-1.727L6.5 7.5 0 8.5V6.818L6.5 4.5v-3s0-1.5 1-1.5 1 1.5 1 1.5v2.818l6.5 2.5z"/></svg>
<svg class="tc-image-airport-shuttle tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M32 0H4C1.79 0 0 1.79 0 4v18h4c0 3.31 2.69 6 6 6s6-2.69 6-6h11c0 3.31 2.69 6 6 6s6-2.69 6-6h5V12L32 0zM4 12V4h8v8H4zm6 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm14-13h-8V4h8v8zm9 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm-5-13V4h2l8 8H28z"/></svg>
<svg class="tc-image-alam tc-image-button" width="22pt" height="22pt" viewBox="0 0 469.3000183105469 512"><path d="M234.7 85.3c-117.8 0-213.3 95.5-213.3 213.3 0 117.9 95.5 213.4 213.3 213.4C352.5 512 448 416.5 448 298.7c0-117.8-95.5-213.4-213.3-213.4zM341.4 320h-128V149.3h42.7v128h85.3V320zm100-171.9c17.1-15.6 27.9-37.8 27.9-62.8C469.3 38.2 431.1 0 384 0c-35.6 0-66 21.8-78.8 52.7 55.5 15.9 103.1 50 136.2 95.4zM164.2 52.7C151.3 21.8 120.9 0 85.4 0 38.2 0 0 38.2 0 85.3c0 24.9 10.9 47.2 27.9 62.8 33.2-45.4 80.8-79.5 136.3-95.4z"/></svg>
<svg class="tc-image-alarm tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.333984375 859.3070068359375"><path d="M853.334 164.693L657.281.213l-54.827 65.28 196.053 164.48 54.827-65.28zM250.88 65.28L196.053 0 0 164.48l54.827 65.28L250.88 65.28zM448 261.973h-64v256l202.454 121.813 32.213-52.693L448 485.973v-224zM426.454 91.307c-212.267 0-383.787 171.947-383.787 384s171.52 384 383.787 384 384.213-171.947 384.213-384-171.947-384-384.213-384zm.213 682.666C261.76 773.973 128 640.213 128 475.306s133.76-298.667 298.667-298.667 298.667 133.76 298.667 298.667-133.547 298.667-298.667 298.667z"/></svg>
<svg class="tc-image-alarm-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40.279998779296875"><path d="M11.76 3.06L9.19 0 0 7.71l2.57 3.06 9.19-7.71zM40 7.72L30.81.01l-2.57 3.06 9.19 7.71L40 7.72zM19.99 4.28C10.04 4.28 2 12.34 2 22.28s8.04 18 17.99 18S38 32.22 38 22.28s-8.06-18-18.01-18zm.01 32c-7.73 0-14-6.27-14-14s6.27-14 14-14 14 6.27 14 14-6.26 14-14 14zm2-22h-4v6h-6v4h6v6h4v-6h6v-4h-6v-6z"/></svg>
<svg class="tc-image-alarm-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.709999084472656 40.290000915527344"><path d="M20.71 8.29c7.73 0 14 6.27 14 14 0 1.69-.31 3.3-.86 4.8l3.04 3.04a17.79 17.79 0 0 0 1.82-7.84c0-9.94-8.06-18-18.01-18-2.81 0-5.46.66-7.84 1.81l3.05 3.05c1.5-.55 3.11-.86 4.8-.86zm20-.56L31.52.02l-2.57 3.06 9.19 7.71 2.57-3.06zM2.55.88L0 3.42l2.66 2.66L.44 7.94l2.84 2.84L5.5 8.92l1.6 1.6a17.944 17.944 0 0 0-4.39 11.77c0 9.94 8.04 18 17.99 18 4.51 0 8.62-1.67 11.77-4.4l4.4 4.4 2.54-2.55L4.5 2.83 2.55.88zm27.1 32.19a13.97 13.97 0 0 1-8.94 3.22c-7.73 0-14-6.27-14-14 0-3.4 1.21-6.51 3.22-8.94l19.72 19.72zM12.74 2.84L9.9 0 8.2 1.43l2.84 2.84 1.7-1.43z"/></svg>
<svg class="tc-image-alarm-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.333984375 859.3070068359375"><path d="M853.334 164.693L657.281.213l-54.827 65.28 196.053 164.48 54.827-65.28zM250.88 65.28L196.053 0 0 164.48l54.827 65.28L250.88 65.28zm175.574 26.027c-212.267 0-383.787 171.947-383.787 384s171.52 384 383.787 384 384.213-171.947 384.213-384-171.947-384-384.213-384zm.213 682.666C261.76 773.973 128 640.213 128 475.306s133.76-298.667 298.667-298.667 298.667 133.76 298.667 298.667-133.547 298.667-298.667 298.667zm-62.507-233.6l-90.453-90.453-45.227 45.227 135.68 135.68 256.214-256.213-45.227-45.227L364.16 540.374z"/></svg>
<svg class="tc-image-album tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 29a9 9 0 1 1 .001-18.001A9 9 0 0 1 20 29zm0-11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>
<svg class="tc-image-alcohol-shop-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.002721786499023 9.915602684020996"><path d="M6.003 2.916v2.5a1.5 1.5 0 0 0 1 1.41v2.09h-.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-.5v-2.09a1.5 1.5 0 0 0 1-1.41v-2.5h-3zm2.5 2.5a1 1 0 1 1-2 0v-2h2v2zm-5.29-3.65v-.35a.355.355 0 1 0 0-.71v-.35a.35.35 0 0 0-.36-.35h-.71a.35.35 0 0 0-.36.34v.36a.355.355 0 1 0 0 .71v.35c.01 1.02-1.78 2.15-1.78 3.15v4.25a.7.7 0 0 0 .71.71h3.58a.79.79 0 0 0 .71-.67v-4.29c0-.91-1.79-2.19-1.79-3.15zm-.71 6.15a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/></svg>
<svg class="tc-image-alcohol-shop-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 14"><path d="M13 4H9v3.5a2 2 0 0 0 1.5 1.93V13H10a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-.5V9.43A2 2 0 0 0 13 7.5V4zm-1 3.5a1 1 0 1 1-2 0V5h2v2.5zm-7.5-5V2a.5.5 0 0 0 0-1V.5A.5.5 0 0 0 4 0H3a.5.5 0 0 0-.5.5V1a.5.5 0 0 0 0 1v.5C2.5 3.93 0 5.57 0 7v6a1 1 0 0 0 1 1h5a1.1 1.1 0 0 0 1-1V7c0-1.35-2.5-3.15-2.5-4.5zm-1 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
<svg class="tc-image-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.25"><path d="M19 0c3.167 0 19 30.083 17.417 31.666-1.584 1.584-33.25 1.584-34.834 0C0 30.083 15.833 0 19 0zm0 23.75a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zM16.625 9.5l.792 12.666h3.166L21.375 9.5h-4.75z"/></svg>
<svg class="tc-image-alert-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C229.248 0 0 229.248 0 512s229.248 512 512 512 512-229.248 512-512S794.752 0 512 0zm0 831.936c-35.776 0-64.768-28.544-64.768-63.808 0-35.2 28.992-63.808 64.768-63.808 35.776 0 64.768 28.608 64.768 63.808 0 35.264-28.992 63.808-64.768 63.808zm64.768-259.712c0 37.056-28.992 67.072-64.768 67.072-35.776 0-64.768-30.08-64.768-67.072V259.136c0-37.056 28.992-67.072 64.768-67.072 35.776 0 64.768 30.08 64.768 67.072v313.088z"/></svg>
<svg class="tc-image-alert-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 451 384"><path d="M446.2 358.2L239.6 8.7c-2.9-5-8.3-8.7-14.1-8.7-5.9 0-11.3 3.7-14.1 8.7L4.8 358.2c-2.8 5-4.8 13-1.9 17.9 2.9 4.9 8.2 7.9 14 7.9H434c5.8 0 11.1-3 14-7.9 3-4.9 1-13-1.8-17.9zM257.5 336h-64v-48h64v48zm0-80h-64V112h64v144z"/></svg>
<svg class="tc-image-alien tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.003997802734375 25.003002166748047"><path d="M7.001 0h3v3h3v3h10.002V3h3V0h3v3h-3v3h3v3.001h3.001v4h-3v9.002h-3v3h-6.001v-3h6v-5H10.001v5h-3v-9.001h-3v6H0v-6h4V9.001h3v-3h3.001v-3h-3V0zm25.003 13.002h4v6h-4v-6zm-22.003 9h6.001v3.001h-6v-3zm0-13.001v4h4v-4h-4zm12.002 0v4h4v-4h-4z"/></svg>
<svg class="tc-image-align-2-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M8 1h3v9H8V1M7 1v9a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1zM2 4v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zm-2 8.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5z"/></svg>
<svg class="tc-image-align-2-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M12 8H7V6h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7V.5a.5.5 0 0 0-1 0V2H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3v2H1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5v1.5a.5.5 0 0 0 1 0V13h5a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM1 12V9h5v3H1zm11 0H7V9h5v3z"/></svg>
<svg class="tc-image-align-2-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M12 9v3H3V9h9m0-1H3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM9 2H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM.5 0a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 1 0V.5A.5.5 0 0 0 .5 0z"/></svg>
<svg class="tc-image-align-2-middle tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M13.5 6H12V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3H7V1a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5H.5a.5.5 0 0 0 0 1H2v5a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7h1v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V7h1.5a.5.5 0 0 0 0-1zM3 1h3v5H3V1zm3 11H3V7h3v5z"/></svg>
<svg class="tc-image-align-2-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M1 9v3h9V9H1m0-1h9a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1zm3-6h6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm8.5-2a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z"/></svg>
<svg class="tc-image-align-2-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M8 12h3V3H8v9m-1 0V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zM2 9V3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zM0 .5A.5.5 0 0 1 .5 0h13a.5.5 0 0 1 0 1H.5A.5.5 0 0 1 0 .5z"/></svg>
<svg class="tc-image-align-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 14"><path d="M12 6v3H1V6h11m0-1H1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/><path d="M6.5 0a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z"/></svg>
<svg class="tc-image-align-justify tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0050048828125 34.003997802734375"><path d="M38.005 0v4H0V0h38.005zm0 6v4.001H0v-4h38.005zm0 6.002v4H0v-4h38.005zm0 6v4H0v-4h38.005zm0 6.001v4H0v-4h38.005zm0 6.001v4H0v-4h38.005z"/></svg>
<svg class="tc-image-align-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 6v3H4V6h9m0-1H4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM.5 0a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0V.5A.5.5 0 0 0 .5 0z"/></svg>
<svg class="tc-image-align-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M1 6v3h9V6H1m0-1h9a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm12.5-5a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z"/></svg>
<svg class="tc-image-aliwangwang tc-image-button" width="22pt" height="22pt" viewBox="0 0 1010.3333129882812 1024.6666259765625"><path d="M971.333 336.667q-37-88-106-157-68-68-157-106-92-39-193-39-84 0-162 27-39-18-85.5-31.5t-83-18.5-71.5-8.5-51-2.5-22 0q-21 1-32 18t-3 36l87 219q-72 118-72 256 0 101 39 193 38 88 106 157 69 68 158 106 92 39 192 39 101 0 193-39 89-37 157-106 69-68 106-157 39-92 39-193t-39-193zm-432 95q0 17-12 29t-29 12-29-12-12-29v-74q0-17 12-29t29-12 29 12 12 29v74zm238 0q0 17-12 29t-29 12-29-12-12-29v-74q0-17 12-29t29-12 29 12 12 29v74z"/></svg>
<svg class="tc-image-aliwangwang-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1010.3333740234375 1024"><path d="M78.333 64q44 2 85 9 94 14 162 46l24 12 25-9q68-24 141-24 88 0 168 34 78 33 137.5 92.5t91.5 136.5q34 80 34 168t-34 168q-32 77-92 137t-137 92q-80 34-168 34t-167-34q-78-33-137.5-92.5t-92.5-136.5q-34-80-34-168 0-59 16-116t46-107l17-27-12-29zm-26-64h-12q-21 1-32 18t-3 36l87 219q-72 118-72 256 0 101 39 193 38 88 106 157 69 68 158 106 92 39 192 39 101 0 193-39 89-37 157-106 69-68 106-157 39-92 39-193t-39-193q-37-88-106-157-68-68-157-106-92-39-193-39-84 0-162 28-55-26-123.5-41t-106.5-18-71-3zm487 431q0 17-12 29t-29 12-29-12-12-29v-74q0-17 12-29t29-12 29 12 12 29v74zm238 0q0 17-12 29t-29 12-29-12-12-29v-74q0-17 12-29t29-12 29 12 12 29v74z"/></svg>
<svg class="tc-image-all-inclusive tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 21.5"><path d="M37.2 0c-2.88 0-5.6 1.12-7.55 3.07l-5.65 5-.01-.01-3.03 2.67.02.02-5.39 4.78a6.756 6.756 0 0 1-4.79 1.97c-3.74 0-6.78-3.03-6.78-6.75S7.06 4 10.8 4c1.81 0 3.51.7 4.88 2.06l2.27 2.01 3.02-2.67-2.53-2.24A10.756 10.756 0 0 0 10.8.01C4.84 0 0 4.82 0 10.75S4.84 21.5 10.8 21.5c2.88 0 5.59-1.12 7.55-3.06L24 13.43l.01.01 3.02-2.68-.01-.01 5.39-4.77A6.724 6.724 0 0 1 37.2 4c3.74 0 6.78 3.03 6.78 6.75s-3.04 6.75-6.78 6.75c-1.81 0-3.51-.7-4.88-2.05l-2.27-2.01-3.02 2.68 2.53 2.24c2.04 2.03 4.75 3.14 7.63 3.14C43.16 21.5 48 16.68 48 10.75S43.16 0 37.2 0z"/></svg>
<svg class="tc-image-all-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M24 0l8 8V0zm8 24l-8 8h8zM8 32l-8-8v8zM0 8l8-8H0zm25.9-1.9C20.43.63 11.57.63 6.1 6.1s-5.47 14.33 0 19.8 14.33 5.47 19.8 0 5.47-14.33 0-19.8zm-2.2 17.6c-4.25 4.25-11.15 4.25-15.4 0s-4.25-11.15 0-15.4 11.15-4.25 15.4 0 4.25 11.15 0 15.4z"/></svg>
<svg class="tc-image-amazon tc-image-button" width="22pt" height="22pt" viewBox="0 0 555.886962890625 505.3580017089844"><path d="M1.025 392.132c1.682-2.706 4.374-2.852 8.089-.497 84.217 48.86 175.865 73.275 274.9 73.275 66.018 0 131.219-12.288 195.584-36.88 1.668-.672 4.11-1.68 7.314-3.027 3.19-1.36 5.47-2.34 6.818-3.043 5.061-2.018 9.01-.995 11.877 3.043 2.853 4.023 1.931 7.739-2.779 11.118-6.042 4.388-13.81 9.435-23.23 15.155-28.95 17.174-61.324 30.5-97.06 39.92-35.694 9.451-70.555 14.162-104.595 14.162-52.546 0-102.254-9.187-149.065-27.546-46.826-18.358-88.781-44.192-125.835-77.575C1.025 398.569 0 396.887 0 395.161c0-.995.337-2.004 1.025-3.029zm152.093-144.018c0-23.244 5.734-43.125 17.188-59.64 11.454-16.502 27.122-28.965 46.987-37.391 18.184-7.753 40.609-13.312 67.218-16.676 9.1-1.01 23.933-2.355 44.457-4.053v-8.572c0-21.563-2.355-36.045-7.066-43.46-7.066-10.11-18.183-15.156-33.338-15.156h-4.038c-11.132 1.009-20.729 4.549-28.803 10.62-8.09 6.07-13.312 14.482-15.668 25.264-1.346 6.743-4.724 10.62-10.108 11.63l-58.134-7.082c-5.734-1.345-8.587-4.387-8.587-9.098 0-1.009.161-2.195.497-3.54 5.735-29.974 19.793-52.21 42.204-66.706S254.523 1.681 284.511 0h12.625c38.415 0 68.418 9.932 89.951 29.827a102.59 102.59 0 0 1 9.363 10.854c2.852 3.877 5.12 7.315 6.801 10.358 1.698 3.027 3.22 7.401 4.55 13.135 1.36 5.735 2.37 9.685 3.043 11.88.688 2.18 1.185 6.904 1.522 14.145.35 7.256.497 11.542.497 12.888v122.295c0 8.762 1.258 16.764 3.789 24.005 2.53 7.242 4.973 12.478 7.344 15.667 2.354 3.204 6.231 8.324 11.629 15.418 2.004 3.043 3.028 5.736 3.028 8.09 0 2.721-1.36 5.047-4.037 7.066-27.97 24.255-43.125 37.39-45.48 39.41-4.053 3.027-8.91 3.364-14.659 1.009-4.71-4.037-8.835-7.914-12.375-11.645-3.54-3.685-6.071-6.392-7.578-8.074-1.522-1.683-3.964-4.974-7.358-9.846-3.35-4.885-5.706-8.176-7.051-9.844-18.857 20.538-37.406 33.338-55.59 38.385-11.453 3.365-25.613 5.062-42.451 5.062-25.936 0-47.25-8.002-63.942-24.02-16.675-15.99-25.014-38.65-25.014-67.95zm86.923-10.093c0 13.121 3.292 23.669 9.86 31.598 6.567 7.9 15.418 11.878 26.536 11.878 1.009 0 2.428-.176 4.286-.512 1.858-.337 3.115-.498 3.803-.498 14.146-3.7 25.089-12.8 32.856-27.297 3.702-6.407 6.466-13.385 8.309-20.962 1.873-7.578 2.867-13.736 3.043-18.447.176-4.71.249-12.463.249-23.244v-12.64c-19.53 0-34.378 1.346-44.457 4.038-29.666 8.397-44.485 27.107-44.485 56.086zm212.217 162.698c.687-1.346 1.697-2.706 3.057-4.037 8.426-5.705 16.501-9.611 24.269-11.615 12.785-3.364 25.249-5.237 37.39-5.544 3.366-.322 6.583-.176 9.597.497 15.14 1.346 24.254 3.877 27.297 7.578 1.346 2.019 2.019 5.047 2.019 9.084v3.54c0 11.806-3.218 25.688-9.597 41.706-6.407 16.019-15.33 28.892-26.784 38.649-1.683 1.36-3.219 2.047-4.55 2.047-.673 0-1.375-.189-2.033-.526-2.033-.995-2.532-2.852-1.522-5.558 12.45-29.287 18.681-49.68 18.681-61.119 0-3.715-.658-6.407-2.019-8.119-3.365-4.022-12.8-6.04-28.292-6.04-5.734 0-12.492.32-20.216 1.008-8.44.995-16.164 1.99-23.274 2.999-2.02 0-3.365-.322-4.053-1.01-.643-.658-.834-1.33-.482-1.989.03-.35.22-.878.512-1.55z"/></svg>
<svg class="tc-image-ambulance tc-image-button" width="22pt" height="22pt" viewBox="0 0 1060.572021484375 877.7147216796875"><path d="M329.142 731.428q0-30.286-21.428-51.714T256 658.285t-51.714 21.429-21.43 51.714 21.43 51.714T256 804.571t51.714-21.429 21.429-51.714zM109.716 438.857h219.429V292.571h-90.286q-8 1.143-12.571 5.143l-111.43 111.429q-4 6.857-5.142 12.571v17.143zm731.426 292.571q0-30.286-21.43-51.714t-51.713-21.429-51.713 21.429-21.43 51.714 21.43 51.714T768 804.571t51.714-21.429 21.429-51.714zm73.143-384V237.714q0-8-5.143-13.143t-13.143-5.143h-128v-128q0-8-5.143-13.143t-13.143-5.143H640q-8 0-13.143 5.143t-5.143 13.143v128h-128q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h128v128q0 8 5.143 13.143T640 512h109.714q8 0 13.143-5.143T768 493.714v-128h128q8 0 13.143-5.143t5.143-13.143zm146.286-310.857v658.286q0 14.857-10.857 25.714T1024 731.428H914.286q0 60.571-42.857 103.429T768 877.714t-103.428-42.857-42.857-103.429h-219.43q0 60.571-42.856 103.429t-103.43 42.857-103.428-42.857-42.857-103.429H36.571q-14.857 0-25.714-10.857T0 694.857t10.857-25.714 25.714-10.857V420.572q0-14.857 7.429-33.143t18.286-29.143l113.143-113.143q10.857-10.857 29.143-18.286t33.143-7.429h91.429V36.571q0-14.857 10.857-25.714T365.715 0h658.286q14.857 0 25.714 10.857t10.857 25.714z"/></svg>
<svg class="tc-image-america-football-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 7"><path d="M4.53 0C1.47 0 0 3.5 0 3.5S1.47 7 4.53 7 9 3.5 9 3.5 7.6 0 4.53 0zM6 4H3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-america-football-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 9"><path d="M6.53 0C2.09 0 0 4.5 0 4.5S2.09 9 6.53 9 13 4.5 13 4.5 11 0 6.53 0zM10 4v1.5a.5.5 0 0 1-1 0V5H7v.5a.5.5 0 0 1-1 0V5H4v.5a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 1 0V4h2v-.5a.5.5 0 0 1 1 0V4h2v-.5a.5.5 0 0 1 1 0V4z"/></svg>
<svg class="tc-image-american-express tc-image-button" width="22pt" height="22pt" viewBox="0 0 496.7291564941406 493.05206298828125"><path d="M457.695 240.649c6.234-1.894 12.903-1.933 19.366-1.933h16.094V0H.105v179.379l.946-2.163 16.687-38.139h36.168l4.497 8.956.12-8.956h42.594l8.994 20.749 9.35-20.749h117.82s12.215-.022 18.183 0c8.26.034 14.161 4.578 14.161 4.578v-4.578h36.758v4.697s4.616-2.21 7.143-2.76c3.277-.982 6.745-1.263 10.138-1.733 4.847-.042 9.741-.239 14.592-.2h45.082l4.89 9.391v-9.391h39.364l5.602 9.075v-9.075h38.302v80.665h-38.537l-7.808-12.271v12.271h-48.197l-5.598-12.937h-11.712l-5.444 12.937h-18.304s-14.908.115-22.046-1.933c-2.602-.67-7.415-2.88-7.415-2.88v4.813h-59.879v-18.897s.17-1.583-1.31-2.04c-.89-.273-2.91-.209-2.91-.209v21.141H126.442v-9.156l-4.024 9.156H98.085l-4.143-9.544v9.544H47.278l-5.363-12.821-12.032-.042-5.325 12.864H.101v273.31h493.051v-176.47c-6.058 2.547-12.625 3.072-19.247 2.957-.619-.009-22.882 0-22.882 0h-12.894v-4.77s-4.898 4.757-14.712 4.77H306.134v-18.897s-.098-1.651-.934-1.813c-1.165-.222-3.584-.158-3.584-.158v20.868h-37.359v-21.654s-5.363 1.813-8.162 2.287c-5.167.789-15.582.593-15.582.593v18.774h-45.005l-11.204-12.267-11.67 12.267H98.915v-80.823h74.786l11.003 12.109 11.597-12.109h48.081c3.99.354 8.01.435 11.994.986 3.311.55 6.434 1.971 9.271 3.746v-4.732h35.895s6.583-.158 9.861.273c3.947.239 7.923.631 11.673 1.856 2.13.67 6.033 2.645 6.033 2.645v-4.774h67.926v4.851s3.904-2.402 6.114-3.077c4.143-1.263 8.482-1.459 12.783-1.775 11.793.038 35.533 0 35.533 0v4.851c-.005 0 3.981-2.287 6.23-2.918zm-251.516-78.042v-12.109h-46.387v58.022h46.425v-12.19l-32.346-.038.158-11.047 1.817-.154h29.623l-.043-4.616v-7.458l-31.24-.077v-10.296zm87.92-12.108l-14.516.077.081 57.945h14.434zm-144.444 0h-22.998l-4.143 9.741-12.74 29.619-5.205-11.439-12.822-27.925H68.988l-.038 54.664-1.105-2.526-17.118-39.838-5.167-12.305H24.85L0 208.513h15.108l.593-1.263 4.77-11.52h29.031l5.01 12.783h28.201V163.15l12.74 28.322 7.693 17.041h12.19l11.515-26.112 8.482-18.142v44.254h14.358l-.038-58.014zM25.568 183.351l.827-2.048 8.44-20.155 5.563 12.779 3.707 9.425H25.567zm293.068-16.289c1.89-2.402 5.052-3.234 7.89-3.862 5.405-.273 16.29-.158 16.29-.158v-12.54h-9.192c-5.957-.042-12.066 0-17.745 2.01-1.779.827-3.669 1.421-5.214 2.646-3.55 2.722-6.387 6.468-7.808 10.765-1.306 3.435-1.617 7.138-2.168 10.765-.239 2.287-.158 4.616-.086 6.904.512 4.062.91 8.325 2.923 11.994 2.014 4.77 5.88 8.832 10.808 10.53 3.354 1.464 6.985 2.134 10.611 2.406 6.545-.115 19.678 0 19.678 0l4.933-12.74h29.107l5.163 12.74h28.288l.115-43.034 26.351 43.149 19.606-.115.038-58.022h-14.51l-.044 39.556-9.344-15.224-2.765-4.727-9.506-15.778-1.97-3.823h-21.778v37.47l-.154 16.525-23.155-53.995h-20.786l-16.017 37.312s-2.483 5.563-3.507 8.401c-4.258.2-8.52.042-12.663-1.063-3.392-1.024-5.086-4.536-6.149-7.612-1.182-5.128-1.152-10.534.111-15.62.554-1.779 1.621-3.358 2.65-4.859zm38.336 11.558l4.856-11.793 2.526-5.679 4.928 11.635 2.364 5.721 1.78 4.697h-18.147l1.694-4.583zm-85.828-7.1c.947-4.373.91-9.229-1.302-13.248-1.54-2.88-4.42-4.732-7.338-6.038-3.469-1.302-7.215-1.775-10.93-1.732-11.952.038-35.816.038-35.816.038v57.984h14.041l-.038-18.577.038-2.445s9.9-.038 14.673.043c3.311.081 6.861.273 9.698 2.21.913.79 1.754 1.493 2.13 2.995.396 1.561.652 3.012.711 4.732.124 3.725.081 11.046.081 11.046h14.122s.316-11.874-.473-17.787c-.512-2.646-2.21-4.971-4.3-6.631-1.222-.905-2.599-1.536-3.824-2.483 3.87-2.257 7.262-5.73 8.525-10.107zm-17.472 2.761c-2.568 1.421-5.563 1.182-8.409 1.143h-15.459v-12.817h2.841s10.803-.119 16.214.115c1.694.115 3.465.474 5.005 1.263 3.477 2.287 3.12 8.047-.192 10.296zm131.546 88.238v-12.147h-46.464l.034 58.219h46.43V296.44l-32.307-.038v-11.435h31.518v-12.113h-31.517V262.52zm36.8 33.49c-9.588.081-28.759.081-28.759.081v12.505s18.62.009 27.93.043c5.831.013 6.826-.435 10.056-1.382 3.392-1.067 6.234-3.349 8.44-6.114 2.09-3.115 2.486-6.942 2.764-10.577.115-4.216-.793-8.598-3.434-11.947-1.933-1.937-4.416-3.243-7.023-4.024-6.942-2.014-14.277-1.263-21.418-1.856-1.105-.354-2.402-.674-3.034-1.736-1.698-1.967-1.067-5.128.79-6.745 2.167-1.416 4.85-1.339 7.337-1.378h23.98s.037-8.955.037-12.502h-29.939c-5.32-.081-10.803 2.44-14.238 6.626-4.655 5.913-4.727 14.511-1.22 21.026 1.89 2.918 4.965 4.889 8.277 5.837 4.147 1.139 8.405 2.01 12.706 1.89 2.88-.038 5.76.197 8.635.474 1.578.55 3.392 1.656 3.588 3.503.115 1.344.24 2.923-.708 4.027-.98 1.613-2.952 2.248-4.77 2.248zm71.59-16.768c-2.794-3.546-7.335-4.962-11.639-5.598-2.637-.2-5.278-.635-7.923-.474-2.918.158-5.76-.354-8.678-.392-1.775-.32-3.942-1.186-4.297-3.238-.554-1.536-.473-3.43.79-4.659 1.462-1.336 3.464-2.043 5.481-2.043 14.05-.005 26.351 0 26.351 0v-12.463h-29.11c-3.632.034-7.378.943-10.492 2.837-3.434 1.89-6.038 5.209-7.219 8.955-1.259 3.746-.98 7.813-.235 11.639 1.182 3.704 3.511 7.334 7.177 8.952 3.635 1.775 7.731 2.245 11.716 2.88 3.392.315 6.788-.081 10.181.397 1.105.158 2.326 0 3.354.632 2.402 1.019 3.631 4.373 2.087 6.584-.909 1.736-2.756 2.841-4.697 2.799-9.587.043-28.792.043-28.792.043v12.505s19.17.017 28.753 0c3.2-.009 6.153-.632 9.114-1.502 3.55-1.105 7.023-3.234 8.635-6.703 1.933-3.195 2.564-6.985 2.368-10.654.192-3.707-.789-7.454-2.923-10.496zm-240.136-28.122c-3.192-.67-6.494-.747-9.784-.747-14.04-.009-42.125 0-42.125 0l-17.984 18.808-17.199-18.808h-55.855v58.219h54.908l9.071-9.544 8.678-9.19 17.118 18.739h27.178v-19.213s14.003 0 20.945-.154c3.793-.315 7.573-1.067 11.047-2.603 2.25-1.067 4.062-2.757 5.717-4.536 2.091-2.641 3.196-5.957 3.434-9.267.827-4.933-.273-10.057-2.64-14.438-2.928-4.032-7.698-6.4-12.51-7.266zm-89.46 39.369l-5.56 5.875-33.925.043v-11.515h30.293v-12.032h-30.293v-10.253h34.355l15.343 16.926-10.214 10.957zm49.148.823v11.716l-3-3.43-17.673-19.725 7.296-8.043 13.372-14.4v33.882zm39.488-17.467c-.75 1.613-2.53 2.44-4.182 2.952-2.722.67-5.559.315-8.325.397-4.18-.081-12.663-.12-12.663-.12v-14.515s10.296 0 15.43-.038c1.727-.086 3.43 0 5.124.158 2.445.081 4.813 2.287 5.44 4.613.278 2.21.44 4.621-.823 6.553zm78.331-4.541c.551-3.823.354-8.047-1.817-11.397-3.273-4.578-9.698-7.343-15.262-7.501-1.976-.111-5.125-.034-5.125-.034h-33.493c-.077 19.405 0 58.219 0 58.219h14.2v-21.065s6.827-.239 10.218-.162c3.985.086 8.124-.312 11.91 1.029 2.922.947 4.377 4.024 4.615 6.865.24 4.45.115 13.329.115 13.329h14.088s.077-9.425 0-14.161c-.278-2.918-.554-6.118-2.53-8.443-1.617-2.048-4.139-2.923-6.114-4.497 4.66-2.36 8.525-6.856 9.194-12.181zm-16.37 3.355c-1.183 1.851-3.435 2.526-5.48 2.683-6.549.354-19.644.034-19.644.034v-12.817h-.08s10.017-.038 15.065-.038c2.014.158 4.083.277 6.076.593 2.15.337 4.535 1.502 4.89 3.789.204 1.933.358 4.096-.828 5.755z"/></svg>
<svg class="tc-image-american-express-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.0059814453125 512"><path d="M.005 512V246.221h24.668l5.56-13.558h12.226l5.56 13.558h48.445v-10.22l4.22 10.22h25.107l4.444-10.445v10.445h120.217v-21.995l2.222-.226c1.997 0 2.222 1.556 2.222 3.113v19.108h62.003v-5.11c14.448 7.557 34.222 5.11 49.326 5.11l5.561-13.558h12.442l5.561 13.558h50.442v-12.892l7.557 12.892h40.438v-83.999h-39.997v9.779l-5.56-9.779h-41.115v9.779l-5.11-9.779h-55.337c-8.222 0-16.886.891-24.217 4.885v-4.885h-38.226v4.885c-4.444-3.994-10.445-4.885-16.22-4.885h-139.55l-9.554 21.555-9.554-21.555H59.784v9.779l-4.885-9.779h-37.56L.002 202.005V0h512v265.779h-26.665c-6.216 0-12.892 1.116-18.002 4.885v-4.885h-39.332c-5.56 0-13.107.891-17.337 4.885v-4.885H340.44v4.885c-5.335-3.779-13.107-4.885-19.333-4.885h-46.448v4.885c-4.669-4.444-14.223-4.885-20.224-4.885h-51.988l-12.002 12.892-11.11-12.892h-77.559v83.999h76.216l12.226-13.107 11.55 13.107h46.89v-19.774h4.67c6.665 0 13.557-.226 19.997-2.888v22.672h38.666v-22.006h1.782c2.222 0 2.663.226 2.663 2.663v19.333h117.556c6.451 0 14.448-1.331 19.558-5.335v5.335h37.335c7.106 0 14.663-.666 21.115-3.779v166H0zm155.33-277.78h-14.663v-47.114l-20.889 47.114h-12.667l-20.889-47.114v47.114H56.89l-5.56-13.333H21.327l-5.56 13.333H.212l25.774-60.221h21.33l24.443 57.119V174h23.562l18.893 40.888L131.325 174h24.002v60.221zM46.229 208.446l-10.005-24.002-9.779 24.002h19.784zm189.778 109.332v20.224h-27.995l-17.776-19.998-18.442 19.998H114.9v-60.221h57.774l17.776 19.774 18.227-19.774h45.998c13.558 0 24.217 4.67 24.217 19.774 0 24.228-26.44 20.224-42.885 20.224zm-55.113-10.004l-15.555-17.552H129.12v10.885h31.56v12.216h-31.56v12.002h35.338l16.435-17.552zm33.332-73.554h-48.22v-60.221h48.22v12.667h-33.782v10.885h32.891v12.216h-32.89v12.002h33.781v12.452zm7.332 98.222v-48.22l-22.006 23.777 22.006 24.443zm50.227-125.994c8.222 2.887 9.554 7.998 9.554 15.995v11.776h-14.447c-.226-12.892 3.113-21.781-12.892-21.781h-15.555v21.781h-14.224v-60.221l33.997.226c11.55 0 23.778 1.782 23.778 15.995.01 6.892-3.769 13.558-10.21 16.231zm-17.11 83.774h-18.669v15.329h18.442c5.11 0 9.114-2.447 9.114-7.997 0-5.335-4.004-7.332-8.889-7.332zm1.995-103.557h-18.217v13.332h18.002c4.894 0 9.554-1.116 9.554-6.891 0-5.55-4.894-6.441-9.339-6.441zm76.667 123.331c7.997 2.887 9.554 8.222 9.554 15.995v12.001h-14.448v-10.005c0-10.23-3.328-12.001-12.892-12.001h-15.33v22.006h-14.448v-60.221h34.222c11.336 0 23.562 2.007 23.562 16.22.01 6.676-3.553 13.342-10.22 16.005zm-28.445-75.776h-14.663v-60.221h14.663v60.221zm13.557 56.002h-18.227v13.558h18.002c4.885 0 9.554-1.116 9.554-7.106 0-5.561-4.885-6.451-9.328-6.451zm156.888-56.002h-20.439l-27.115-45.107v45.107h-29.337l-5.775-13.333h-29.779l-5.56 13.333h-16.66c-19.775 0-28.673-10.23-28.673-29.553 0-20.224 9.114-30.669 29.553-30.669h13.998v13.118c-15.114-.226-28.887-3.554-28.887 17.111 0 10.219 2.437 17.337 13.998 17.337h6.441l20.44-47.33h21.554l24.217 56.894v-56.894h21.995l25.334 41.779v-41.779h14.663v59.986zM399.56 338.002h-48.005v-60.221h48.005v12.442h-33.558v10.885h32.891v12.216h-32.89v12.002l33.556.226v12.452zm-11.775-129.556l-9.779-24.002-10.005 24.002h19.784zm48.445 129.556h-27.996V325.11h27.996c3.553 0 7.557-.891 7.557-5.561 0-12.892-37.11 4.885-37.11-23.777 0-12.226 9.34-18.002 20.44-18.002h28.886v12.667h-26.45c-3.779 0-7.997.665-7.997 5.56 0 13.107 37.335-6 37.335 22.887 0 14.223-9.769 19.118-22.66 19.118zm75.776-7.783c-4.219 6.226-12.442 7.783-19.558 7.783h-27.77V325.11h27.77c3.553 0 7.332-1.116 7.332-5.561 0-12.667-37.11 4.885-37.11-23.777 0-12.226 9.554-18.002 20.664-18.002h28.672v12.667h-26.225c-4.004 0-7.997.665-7.997 5.56 0 10.67 25.11-.226 34.222 11.776v22.446z"/></svg>
<svg class="tc-image-american-sign-language-interpreting tc-image-button" width="22pt" height="22pt" viewBox="0 0 2307.33349609375 1793.833251953125"><path d="M1033.667 961.833q-59-2-84-55-17-34-48-53.5t-68-19.5q-53 0-90.5 37.5t-37.5 90.5q0 56 36 89l10 8q34 31 82 31 37 0 68-19.5t48-53.5q25-53 84-55zm568-128q0-56-36-89l-10-8q-34-31-82-31-37 0-68 19.5t-48 53.5q-25 53-84 55 59 2 84 55 17 34 48 53.5t68 19.5q53 0 90.5-37.5t37.5-90.5zm-426-221q-17 35-55 48t-73-4q-62-31-134-31-51 0-99 17 3 0 9.5-.5t9.5-.5q92 0 170.5 50t118.5 133q17 36 3.5 73.5t-49.5 54.5q-18 9-39 9 21 0 39 9 36 17 49.5 54.5t-3.5 73.5q-40 83-118.5 133t-170.5 50h-6q-16-2-44-4l-290-27-239 120q-14 7-29 7-40 0-57-35l-160-320q-11-23-4-47.5t29-37.5l209-119 148-267q17-155 91.5-291.5t195.5-236.5q31-25 70.5-21.5t64.5 34.5 21.5 70-34.5 65q-70 59-117 128 123-84 267-101 40-5 71.5 19t35.5 64q5 40-19 71.5t-64 35.5q-84 10-159 55 46-10 99-10 115 0 218 50 36 18 49 55.5t-5 73.5zm963-160l160 320q11 23 4 47.5t-29 37.5l-209 119-148 267q-17 155-91.5 291.5t-195.5 236.5q-26 22-61 22-45 0-74-35-25-31-21.5-70t34.5-65q70-59 117-128-123 84-267 101-4 1-12 1-36 0-63.5-24t-31.5-60q-5-40 19-71.5t64-35.5q84-10 159-55-46 10-99 10-115 0-218-50-36-18-49-55.5t5-73.5q17-35 55-48t73 4q62 31 134 31 51 0 99-17-3 0-9.5.5t-9.5.5q-92 0-170.5-50t-118.5-133q-17-36-3.5-73.5t49.5-54.5q18-9 39-9-21 0-39-9-36-17-49.5-54.5t3.5-73.5q40-83 118.5-133t170.5-50h7q14 2 42 4l291 27 239-120q14-7 29-7 40 0 57 35z"/></svg>
<svg class="tc-image-americanexpress tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M10.923 10.96V9.083h1.492v.388h-1.047v.34h1.022v.384h-1.022v.373h1.047v.39h-1.492zm3.2-.99c.086.09.133.205.133.398 0 .403-.25.59-.702.59h-.87v-.4h.866c.085 0 .145-.012.183-.047a.164.164 0 0 0 .053-.12c0-.056-.024-.1-.055-.125-.033-.03-.08-.042-.158-.042-.418-.014-.942.013-.942-.58 0-.272.17-.56.64-.56h.896v.4h-.82c-.082 0-.135.004-.18.034-.05.03-.067.076-.067.135 0 .07.04.12.097.14.047.016.098.02.174.02l.242.008c.242.006.41.048.51.15zm-3.765.118c.1.037.18.103.22.157.062.092.072.177.073.343v.37h-.447v-.233c0-.113.01-.28-.073-.367-.065-.067-.165-.083-.328-.083h-.478v.684h-.45V9.083h1.033c.227 0 .392.01.538.09.14.084.23.2.23.415 0 .3-.2.45-.317.498zm-3.474.7l-.687-.763.687-.74v1.504zm-1.773-.22H4.013v-.372h.98v-.383h-.98v-.34h1.12l.49.546-.51.55zm2.797-.618H7.33v-.478h.582c.16 0 .273.066.273.23 0 .162-.106.248-.278.248zm2.18-.095c-.06.035-.132.038-.22.038h-.543v-.42h.55c.08 0 .16 0 .214.033.058.03.093.088.093.17 0 .08-.034.144-.092.18zm-1.422-.153c0 .52-.387.63-.778.63H7.33v.627h-.87l-.55-.62-.573.62h-1.77V9.083h1.798l.55.615.568-.616h1.43c.354 0 .752.1.752.618zm7.24 1.018c-.108.16-.32.24-.606.24h-.864v-.403h.86c.085 0 .144-.01.18-.046a.157.157 0 0 0 .053-.12c0-.056-.022-.1-.055-.125-.033-.03-.08-.042-.158-.042-.42-.014-.943.013-.943-.58 0-.272.172-.56.64-.56h.892v-.372h-.828c-.25 0-.43.06-.56.154V8.71h-1.223c-.196 0-.426.05-.534.154V8.71h-2.185v.154c-.173-.125-.467-.153-.602-.153H8.53v.154c-.136-.133-.442-.153-.63-.153H6.29l-.37.402-.345-.4h-2.41v2.616h2.364l.38-.407.36.408h1.457v-.614h.143c.193.003.422-.005.623-.092v.706h1.202v-.682h.058c.074 0 .08.003.08.077v.605h3.653c.232 0 .474-.06.61-.168v.168h1.157c.24 0 .476-.034.656-.12V16H0V8.1h.764l.172-.416h.386l.17.417h1.504v-.318l.135.32h.78l.135-.325V8.1H7.78l-.002-.683h.072c.05.002.066.007.066.09V8.1h1.932v-.16c.155.085.398.16.717.16h.812l.174-.416h.387l.17.417h1.566v-.395l.237.396h1.255V5.487h-1.242v.31l-.174-.31h-1.275v.31l-.16-.31h-1.72c-.29 0-.543.04-.747.153v-.154H8.66v.153c-.13-.117-.308-.154-.505-.154h-4.34l-.292.675-.3-.674H1.858v.31l-.15-.31H.54L0 6.73V0h15.906v9.483h-.815c-.08 0-.135.003-.18.034-.047.03-.065.076-.065.135 0 .07.04.12.097.14a.53.53 0 0 0 .173.02l.242.008c.244.006.408.048.507.15.018.015.03.03.042.047l.003.004c.06.086.09.186.09.348 0 .143-.03.26-.094.352zm-9.25-2.988H5.16V5.858h1.494v.39H5.607v.338h1.02v.384h-1.02v.375h1.047v.387zm2.82 0h-.457V5.858h.457v1.874zm-.716-1.37c0 .3-.2.454-.316.5a.513.513 0 0 1 .22.158c.064.093.075.177.075.344v.368h-.452v-.236c0-.113.01-.275-.072-.365-.065-.065-.165-.08-.326-.08h-.48v.682h-.447V5.858h1.03c.227 0 .395.006.54.09.14.083.226.206.226.415zm6.007 1.37h-.634l-.847-1.407v1.407h-.91l-.175-.418h-.927l-.17.418h-.522c-.217 0-.492-.048-.647-.207-.158-.16-.24-.375-.24-.716 0-.28.05-.533.242-.734.144-.15.37-.218.68-.218h.43v.4h-.422c-.163 0-.256.026-.344.112-.078.08-.13.23-.13.425 0 .2.04.346.123.44.07.075.194.097.312.097h.2l.63-1.474h.67l.757 1.773V5.86h.68l.787 1.305V5.858h.457v1.874zm-14.762 0l.8-1.874h.665l.76 1.775V5.858h.73l.585 1.27.538-1.27h.744v1.874H4.37l-.003-1.468-.648 1.468h-.394l-.65-1.47v1.47h-.91l-.17-.418H.663l-.173.418H.006zm1.43-.81l-.307-.746-.305.747h.61zm10.614 0l-.31-.746-.308.747h.617zm-3.875-.296c-.062.037-.134.038-.222.038H7.41v-.416h.55c.08 0 .16.004.213.034.058.027.094.085.094.166 0 .082-.034.148-.092.178z"/></svg>
<svg class="tc-image-amex tc-image-button" width="22pt" height="22pt" viewBox="0 0 1316.5780029296875 877.7130126953125"><path d="M68.001 316.57h50.857l-25.714-61.714zm354.857 300.572l42.286-45.143-40-45.143h-93.143v28h81.143v31.429h-81.143v30.857h90.857zm90.286-44.572l56.571 62.857v-124zm164.571-26.857q0-18.857-22.857-18.857h-48v39.429h47.429q23.429 0 23.429-20.571zm165.143-2.286q0-16.571-24-16.571h-46.857v34.857h46.286q24.571 0 24.571-18.286zM684.001 277.142q0-16.571-24-16.571h-46.857v34.286h46.286q24.571 0 24.571-17.714zm262.286 39.428h50.857l-25.143-61.714zM399.43 227.999v154.857h-37.714V261.713l-53.714 121.143h-32.571l-53.714-121.143v121.143h-75.429l-14.286-34.286H54.859l-14.286 34.286h-40l66.286-154.857h54.857l62.857 146.857V227.999h60.571l48.571 105.143 44-105.143h61.714zm317.714 317.714q0 11.429-3.143 20t-8 14.286-12.857 9.429-14.857 5.714-18 2.571-18 .571-18.571-.286-16.857-.286v52h-72l-45.714-51.429-47.429 51.429H295.43V494.855h148.571l45.714 50.857 46.857-50.857h118.286q62.286 0 62.286 50.857zM550.858 350.856v32h-124V227.999h124v32.571h-86.857v28h84.571v31.429h-84.571v30.857h86.857zm765.714 319.429v130.857q0 31.429-22 54t-53.429 22.571H75.429Q44 877.713 22 855.142t-22-54V413.713h63.429l14.286-34.857h31.429l14.286 34.857h124.571v-26.286l10.857 26.286h64.571l11.429-26.857v26.857h309.143v-56.571l5.714-.571q5.714 0 5.714 8v49.143h159.429v-13.143q13.143 6.857 31.429 10.286t30 3.714 36-.286 29.429-.571l14.286-34.857h32l14.286 34.857h129.714v-33.143l19.429 33.143h104v-216h-102.857v25.143l-14.286-25.143h-105.714v25.143l-13.143-25.143H877.145q-39.429 0-62.286 12.571v-12.571h-98.286v12.571q-13.714-12.571-41.714-12.571H316.002l-24.571 55.429-24.571-55.429H153.717v25.143l-12.571-25.143H44.575L.004 300V76.571q0-31.429 22-54T75.433 0h1165.714q31.429 0 53.429 22.571t22 54V464h-68.571q-29.143 0-46.286 12.571V464h-101.143q-31.429 0-44.571 12.571V464H875.434v12.571Q857.72 464 825.72 464H706.291v12.571Q693.148 464 654.291 464H520.577l-30.857 33.143L461.149 464H261.72v216h196l31.429-33.714L518.863 680h120.571v-50.857h12q33.714 0 51.429-7.429V680h99.429v-56.571h4.571q4.571 0 5.714 1.143t1.143 5.714V680h302.286q32.571 0 50.286-13.714V680h96q34.286 0 54.286-9.714zM883.43 536.57q0 13.143-6.857 24.571t-19.429 16.571q14.286 5.143 19.429 14.857t5.143 26.286v30.857h-37.143v-25.714q0-18.857-6.857-24.857t-26.286-6h-39.429v56.571h-37.143V494.855h88q27.429 0 44 8.571t16.571 33.143zM725.144 269.713q0 13.714-7.143 25.143t-19.143 16.571q14.857 5.143 19.714 14.571t4.857 26.571v30.286h-37.143q0-5.143.286-15.143t0-14.286-1.714-10.571-4.857-9.143-10-4.857-16.857-2h-40v56h-36.571V227.998l87.429.571q28 0 44.571 8.286t16.571 32.857zm302.286 348v32H904.001V494.856h123.429v32h-86.286v28h84.571v31.429h-84.571v30.857zM784.001 227.999v154.857h-37.714V227.999h37.714zm396 372.571q0 49.143-58.286 49.143h-72V616.57h72q19.429 0 19.429-14.286 0-9.143-9.714-12t-23.714-2.857-28.286-2-24-12.857-9.714-31.429q0-22.286 14.857-34.286t37.714-12h74.286v32.571h-68q-20.571 0-20.571 14.286 0 9.143 10 11.714t24 2.286 28 1.429 24 12.286 10 31.143zm136.571-28.571v57.714q-13.714 20-50.286 20h-71.429V616.57h71.429q18.857 0 18.857-14.286 0-7.429-7.143-10.857t-17.714-3.143-22.857-1.143-22.857-4.571-17.714-13.714-7.143-27.714q0-22.286 15.143-34.286t38-12h73.714v32.571h-67.429q-20.571 0-20.571 14.286 0 11.429 16.571 12.571t39.143 2.857 32.286 14.857zm-94.285-343.429v154.286h-52.571l-69.714-116v116h-75.429l-14.857-34.286h-76.571l-14.286 34.286h-42.857q-73.714 0-73.714-76 0-78.857 76-78.857h36v33.714q-4 0-16-.571t-16.286-.286-13.143 1.143-12.286 3.714-8.286 7.714-6.571 13.143-1.714 19.143q0 21.714 7.714 33.143t28.286 11.429h16.571l52.571-121.714h55.429l62.286 146.286V228.571h56.571L1184.573 336V228.571h37.714z"/></svg>
<svg class="tc-image-amusement-park tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47.999000549316406 46.0369987487793"><path d="M38.922 26.124c.463.227 1.027.223 1.253-.011.229-.233.031-.601-.438-.817l-8.178-3.788c-.469-.218-1.257-.273-1.749-.125l-2.925.877c-.497.149-1.145.271-1.439.271-.294 0-.539-.414-.539-.922V12.69c0-.507.423-.923.941-.923h21.209c.52 0 .942-.415.942-.923V7.849c0-.508-.407-1.042-.902-1.187L24.762.145C24.267 0 23.455 0 22.96.147L.899 6.661C.405 6.806 0 7.342 0 7.849v2.994c0 .508.423.923.94.923h20.93c.518 0 .941.416.941.923v8.924a.936.936 0 0 1-.941.924h-.38c-.518.001-1.244-.289-1.616-.643l-5.046-4.819c-.373-.355-1.099-.644-1.617-.644h-2.334c-.516 0-1.139-.305-1.382-.676-.241-.372-.803-.674-1.248-.674s-.582.348-.302.776l.044.067c.28.427.281 1.13.006 1.559l-2.524 3.924a1.13 1.13 0 0 0 .196 1.402l.179.161c.385.34 1.071.428 1.53.191l2.704-1.407c.46-.238 1.061-.083 1.34.344l2.967 4.542a1.073 1.073 0 0 1-.208 1.376l-1.357 1.133c-.395.328-.625 1.001-.511 1.498l1.759 7.652c.114.497.619.8 1.121.675l1.223-.302a.96.96 0 0 0 .709-1.128l-1.191-5.175a.978.978 0 0 1 .702-1.146l3.007-.806a8.581 8.581 0 0 1 1.849-.241h.38c.518 0 .941.415.941.92v9.177a.934.934 0 0 1-.941.921H.94a.934.934 0 0 0-.94.924v2.992c0 .513.423.927.94.927h45.728c.518 0 .94-.414.94-.925V42.12a.934.934 0 0 0-.94-.924H25.849a.933.933 0 0 1-.941-.921v-9.177c0-.505.423-.92.941-.92h1.084c.518 0 1.345.107 1.848.241l3.007.806c.502.133.818.65.702 1.146l-1.188 5.175a.953.953 0 0 0 .705 1.128l1.225.302a.915.915 0 0 0 1.12-.675l1.761-7.652c.117-.497-.105-1.16-.488-1.482-.382-.318-.719-.996-.749-1.502l-.153-2.707c-.031-.506.326-.735.79-.507l3.409 1.673z"/></svg>
<svg class="tc-image-amusement-park-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 10"><path d="M4.5 0C2.02 0 0 2.02 0 4.5c0 1.792 1.063 3.332 2.584 4.055L1.5 10h6L6.416 8.555C7.937 7.832 9 6.292 9 4.5 9 2.02 6.98 0 4.5 0zm-.125 1.012v1.994a1.5 1.5 0 0 0-.844.35L2.12 1.942a3.475 3.475 0 0 1 2.256-.931zm.25 0c.874.03 1.66.377 2.256.931L5.469 3.356l-.002-.002a1.5 1.5 0 0 0-.842-.348V1.012zM1.943 2.119l1.412 1.412s0 .002-.002.002a1.5 1.5 0 0 0-.347.842H1.012c.03-.874.377-1.66.931-2.256zm5.114 0c.554.596.9 1.382.931 2.256H5.994a1.5 1.5 0 0 0-.35-.844L7.058 2.12zM1.012 4.625h1.994a1.5 1.5 0 0 0 .35.844L1.942 6.88a3.475 3.475 0 0 1-.931-2.256zm4.982 0h1.994a3.474 3.474 0 0 1-.931 2.256L5.644 5.469l.002-.002a1.5 1.5 0 0 0 .348-.842zm-2.463 1.02s.002 0 .002.002A1.5 1.5 0 0 0 4 5.911v2.04a3.47 3.47 0 0 1-1.88-.895l1.41-1.412zm1.938 0L6.88 7.056A3.47 3.47 0 0 1 5 7.95V5.912a1.5 1.5 0 0 0 .469-.268z"/></svg>
<svg class="tc-image-amusement-park-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 14"><path d="M6.5 0C2.919 0 0 2.919 0 6.5c0 2.316 1.225 4.348 3.057 5.5H3l-1 2h9l-1-2h-.057C11.775 10.848 13 8.816 13 6.5 13 2.919 10.081 0 6.5 0zm-.125 1.506v3.5a1.5 1.5 0 0 0-.844.35L3.057 2.88a4.972 4.972 0 0 1 3.318-1.375zm.25 0c1.29.032 2.45.55 3.318 1.375L7.47 5.356l-.002-.002a1.5 1.5 0 0 0-.842-.348v-3.5zm-3.744 1.55l2.475 2.475-.002.002a1.5 1.5 0 0 0-.348.842h-3.5c.032-1.29.55-2.45 1.375-3.318zm7.238 0a4.972 4.972 0 0 1 1.375 3.319h-3.5a1.5 1.5 0 0 0-.35-.844l2.475-2.474zm-8.613 3.57h3.5a1.5 1.5 0 0 0 .35.844L2.88 9.943a4.972 4.972 0 0 1-1.375-3.318zm6.488 0h3.5a4.972 4.972 0 0 1-1.375 3.318L7.645 7.47s0-.002.002-.002a1.5 1.5 0 0 0 .347-.842zm-2.463 1.02s.002 0 .002.002A1.5 1.5 0 0 0 6 7.911v3.563a4.97 4.97 0 0 1-2.943-1.356L5.53 7.645zm1.938 0l2.474 2.474A4.97 4.97 0 0 1 7 11.475V7.912a1.5 1.5 0 0 0 .469-.268z"/></svg>
<svg class="tc-image-analysis tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.653236389160156 15.069375991821289"><path d="M7.5 4h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zm-4 5h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm2.031 4.5a.5.5 0 0 1-.5.5H.438A.44.44 0 0 1 0 13.562V.438C0 .197.197 0 .487 0h9.537L13 3v1.532a.5.5 0 1 1-1-.001V4H9.024V1H1v12h4.031a.5.5 0 0 1 .5.5zM10 3h2l-2-2v2zM3.5 7h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm1.25-1.5a.5.5 0 0 0-.5-.5H2.5a.5.5 0 0 0 0 1h1.75a.5.5 0 0 0 .5-.5zm9.629 9.354a.594.594 0 0 1-.838-.058l-2.174-2.493a4.096 4.096 0 1 1 1.823-3.405c0 .99-.366 1.887-.952 2.595l2.2 2.522a.595.595 0 0 1-.059.839zm-5.284-2.978c1.642 0 2.978-1.336 2.978-2.978S10.737 5.92 9.095 5.92c-1.643 0-2.978 1.336-2.978 2.978s1.335 2.978 2.978 2.978z"/></svg>
<svg class="tc-image-anchor tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.007067680358887 13.950000762939453"><path d="M12.51 7.95c-.276 0-.527.224-.527.5 0 2.303-3.034 4.2-5.034 4.466V8h2.476a.504.504 0 0 0 .514-.503c0-.283-.229-.473-.514-.497H6.948V4.95c1-.229 2.034-1.238 2.034-2.45 0-1.381-1.105-2.5-2.486-2.5S3.969 1.119 3.969 2.5c0 1.212.979 2.221 1.979 2.45V7H3.595c-.283.024-.513.214-.513.497 0 .285.23.503.513.503h2.353v4.916c-2-.266-4.973-2.163-4.973-4.466 0-.276-.207-.5-.483-.5S0 8.174 0 8.45c0 3.19 3.887 5.5 6.504 5.5 2.618 0 6.502-2.31 6.502-5.5a.496.496 0 0 0-.496-.5zM5.01 2.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5S7.337 4 6.51 4s-1.5-.673-1.5-1.5z"/></svg>
<svg class="tc-image-anchor-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 22.5"><g transform="translate(-3 -1)"><circle cx="12" cy="6" r="1"/><path d="M19.793 12.096A3.004 3.004 0 0 0 17 8h-.422A4.949 4.949 0 0 0 17 6c0-2.757-2.243-5-5-5S7 3.243 7 6c0 .703.149 1.381.422 2H7a3.004 3.004 0 0 0-2.793 4.096A3 3 0 0 0 3 14.5c0 4.963 4.037 9 9 9s9-4.037 9-9a3 3 0 0 0-1.207-2.404zM12 21.5c-3.859 0-7-3.141-7-7a1 1 0 1 1 2 0 5.007 5.007 0 0 0 4 4.898V12H7a1 1 0 1 1 0-2h4V8.816A2.99 2.99 0 0 1 9 6a3 3 0 1 1 6 0 2.99 2.99 0 0 1-2 2.816V10h4a1 1 0 1 1 0 2h-4v7.398a5.008 5.008 0 0 0 4-4.898 1 1 0 1 1 2 0c0 3.859-3.141 7-7 7zM7.321 13H10v4.962A4.015 4.015 0 0 1 8 14.5c0-.597-.263-1.133-.679-1.5zm9.358 0A1.996 1.996 0 0 0 16 14.5a4.015 4.015 0 0 1-2 3.462V13h2.679z"/><circle cx="12" cy="6" r="1"/></g></svg>
<svg class="tc-image-android tc-image-button" width="22pt" height="22pt" viewBox="0 0 471.0390319824219 552.97607421875"><path d="M0 352.768V215.039c0-8.88 3.248-16.464 9.729-22.784 6.48-6.32 14-9.472 22.528-9.472 8.88 0 16.464 3.152 22.783 9.472 6.32 6.32 9.473 13.92 9.473 22.784v137.729c0 8.88-3.168 16.464-9.473 22.783-6.303 6.32-13.903 9.473-22.783 9.473s-16.465-3.152-22.784-9.473C3.153 369.231 0 361.648 0 352.768zm88.577 51.2V189.952h293.889v214.016c0 8.88-3.153 16.464-9.473 22.784s-13.903 9.472-22.784 9.472H120.817c-8.864 0-16.464-3.152-22.784-9.472-6.32-6.32-9.456-13.904-9.456-22.784zm0-238.08c0-39.248 14.496-71.504 43.504-96.768 29.024-25.263 63.488-37.887 103.44-37.887 39.92 0 74.416 12.624 103.408 37.887 29.04 25.264 43.536 57.52 43.536 96.768H88.575zM140.288 4.096c0 1.024 8.176 16.56 24.576 46.593l7.68-4.097-25.088-45.567C146.096.336 144.896 0 143.872 0c-2.384 0-3.584 1.36-3.584 4.096zm7.68 413.184c0-9.216 3.248-16.896 9.727-23.04 6.48-6.144 14.512-9.216 24.065-9.216 8.544 0 16.048 3.248 22.527 9.728 6.48 6.48 9.729 13.984 9.729 22.528v103.424c0 9.569-3.249 17.312-9.729 23.296-6.48 5.968-14.512 8.96-24.063 8.96-8.88 0-16.464-3.152-22.785-9.472-6.32-6.32-9.471-13.904-9.471-22.784V417.28zm2.56-317.44c0 5.456 1.952 10.24 5.887 14.336 3.937 4.097 8.624 6.144 14.08 6.144 5.81 0 10.672-1.952 14.593-5.888 3.92-3.92 5.888-8.783 5.888-14.592 0-5.456-1.952-10.144-5.888-14.08-3.92-3.92-8.624-5.888-14.08-5.888s-10.24 1.968-14.336 5.888c-4.096 3.936-6.144 8.624-6.144 14.08zm106.497 317.44c0-9.216 3.311-16.896 9.967-23.04 6.657-6.144 14.592-9.216 23.809-9.216 8.88 0 16.464 3.152 22.783 9.472 6.32 6.336 9.473 13.92 9.473 22.8V520.72c0 9.568-3.233 17.312-9.712 23.296-6.48 5.969-14.496 8.96-24.065 8.96-8.88 0-16.463-3.152-22.784-9.472-6.32-6.32-9.471-13.904-9.471-22.784V417.28zm23.024-317.44c0 5.456 1.983 10.24 5.903 14.336 3.92 4.097 8.624 6.144 14.08 6.144s10.24-1.952 14.336-5.888c4.097-3.92 6.145-8.783 6.145-14.592 0-5.456-1.97-10.144-5.89-14.08-3.935-3.92-8.623-5.888-14.08-5.888-5.454 0-10.239 1.968-14.335 5.888-4.111 3.936-6.16 8.624-6.16 14.08zm18.448-53.248l7.68 4.608 24.576-45.568V4.609c0-3.073-1.184-4.609-3.584-4.609-2.4 0-5.552 3.152-9.488 9.472-3.904 6.305-7.936 13.824-12.032 22.528s-6.464 13.569-7.152 14.592zm108.031 306.176V215.551c0-8.88 3.152-16.56 9.471-23.04 6.32-6.48 13.905-9.728 22.785-9.728s16.463 3.249 22.784 9.728c6.32 6.48 9.471 14.16 9.471 23.04v137.217c0 8.88-3.15 16.464-9.471 22.783-6.32 6.32-13.905 9.473-22.784 9.473s-16.56-3.152-23.024-9.473c-6.513-6.32-9.584-13.903-9.232-22.783z"/></svg>
<svg class="tc-image-android-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M320 181.333H181.333V320h-42.666V181.333H0v-42.666h138.667V0h42.666v138.667H320v42.666z"/></svg>
<svg class="tc-image-android-add-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.125 0 0 93.125 0 208s93.125 208 208 208 208-93.125 208-208S322.875 0 208 0zm107 229h-86v86h-42v-86h-86v-42h86v-86h42v86h86v42z"/></svg>
<svg class="tc-image-android-alarm-clock tc-image-button" width="22pt" height="22pt" viewBox="0 0 428 428"><path d="M428 82.837l-98.443-81.78-27.814 32.931 98.442 81.769L428 82.837zM125.192 32.919L97.366 0 0 82.837l27.814 32.919 97.378-82.837zm99.509 97.709H192.6v127.446l101.649 60.539L310.3 292.06l-85.6-49.917V130.628zM214 45.665c-107 0-192.601 86.021-192.601 191.166C21.399 341.98 107 428 214 428c105.936 0 192.601-86.02 192.601-191.169 0-105.144-86.665-191.166-192.601-191.166zm0 339.855c-82.393 0-149.8-66.906-149.8-148.688 0-81.777 67.407-148.684 149.8-148.684 82.394 0 149.8 66.906 149.8 148.684 0 82.839-67.406 148.688-149.8 148.688z"/></svg>
<svg class="tc-image-android-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.6 0 0 93.601 0 208s93.6 208 208 208 208-93.601 208-208S322.4 0 208 0zm24 312h-48v-40h48v40zm0-88h-48V96h48v128z"/></svg>
<svg class="tc-image-android-apps tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M0 80h80V0H0v80zm120 240h80v-80h-80v80zM0 320h80v-80H0v80zm0-120h80v-80H0v80zm120 0h80v-80h-80v80zM240 0v80h80V0h-80zM120 80h80V0h-80v80zm120 120h80v-80h-80v80zm0 120h80v-80h-80v80z"/></svg>
<svg class="tc-image-android-archive tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M405.594 52.001l-32.353-39.299C367.469 4.627 357.083 0 346.664 0H69.335C58.919 0 48.534 4.627 42.759 12.702L10.408 52.001C3.468 58.923 0 69.335 0 80.886v288.89C0 395.2 20.8 416 46.225 416h323.553C395.202 416 416 395.2 416 369.775V80.885c0-11.55-3.463-21.962-10.406-28.884zM208 335.109L80.89 208h80.89v-46.224h92.443V208h80.89L208 335.109zM48.534 46.221L67.02 23.11h277.331l21.965 23.111H48.534z"/></svg>
<svg class="tc-image-android-arrow-back tc-image-button" width="22pt" height="22pt" viewBox="0 0 342 342"><path d="M342 149.625H82.296L201.998 29.923 171 0 0 171l171 171 29.922-29.924L82.296 192.375H342v-42.75z"/></svg>
<svg class="tc-image-android-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 342 342"><path d="M192.375 0v259.704l119.702-119.702L342 171 171 342 0 171l29.924-29.922 119.701 118.626V0h42.75z"/></svg>
<svg class="tc-image-android-arrow-dropdown tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 128"><path d="M0 0l128 128L256 0z"/></svg>
<svg class="tc-image-android-arrow-dropdown-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.125 0 0 93.125 0 208s93.125 208 208 208 208-93.125 208-208S322.875 0 208 0zm0 272l-96-96h192l-96 96z"/></svg>
<svg class="tc-image-android-arrow-dropleft tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 256"><path d="M128 0L0 128l128 128z"/></svg>
<svg class="tc-image-android-arrow-dropleft-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M416 208C416 93.125 322.875 0 208 0S0 93.125 0 208s93.125 208 208 208 208-93.125 208-208zm-272 0l96-96v192l-96-96z"/></svg>
<svg class="tc-image-android-arrow-dropright tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 256"><path d="M0 0l128 128L0 256z"/></svg>
<svg class="tc-image-android-arrow-dropright-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 416c114.875 0 208-93.125 208-208S322.875 0 208 0 0 93.125 0 208s93.125 208 208 208zm-32-112V112l96 96-96 96z"/></svg>
<svg class="tc-image-android-arrow-dropup tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 128"><path d="M0 128L128 0l128 128z"/></svg>
<svg class="tc-image-android-arrow-dropup-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M416 208C416 93.125 322.875 0 208 0S0 93.125 0 208s93.125 208 208 208 208-93.125 208-208zm-112 32H112l96-96 96 96z"/></svg>
<svg class="tc-image-android-arrow-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 342 342"><path d="M0 192.375h259.704L140.002 312.077 171 342l171-171L171 0l-29.922 29.924 118.626 119.701H0v42.75z"/></svg>
<svg class="tc-image-android-arrow-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 342 342"><path d="M192.375 342V82.296l119.702 119.702L342 171 171 0 0 171l29.924 29.922L149.625 82.296V342h42.75z"/></svg>
<svg class="tc-image-android-attach tc-image-button" width="22pt" height="22pt" viewBox="0 0 234.66798400878906 448"><path d="M202.668 96v234.666c0 46.938-38.396 85.334-85.334 85.334-46.937 0-85.333-38.396-85.333-85.334V85.334C32.001 55.469 55.469 32 85.334 32c29.864 0 53.333 23.469 53.333 53.334v245.333c0 11.729-9.605 21.333-21.334 21.333S96 342.396 96 330.667V128H64v202.667C64.001 360.531 87.469 384 117.334 384c29.865 0 53.334-23.469 53.334-53.333V85.334C170.668 38.401 132.272 0 85.334 0S0 38.401 0 85.334v245.332C.001 395.729 52.272 448 117.334 448c65.062 0 117.334-52.271 117.334-117.334V96h-32z"/></svg>
<svg class="tc-image-android-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M170.667 213.333V344H64v40h256v-40H213.333V213.333L384 42.667V0H0v42.667l170.667 170.666zM96 85.333L53.333 42.667h277.334L288 85.333H96z"/></svg>
<svg class="tc-image-android-bicycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M298.666 67.202c18.668 0 33.598-14.935 33.598-33.601S317.334 0 298.666 0C280 0 265.07 14.935 265.07 33.601S280 67.202 298.666 67.202zm56 130.132c-51.332 0-93.332 42-93.332 93.333s42 93.333 93.332 93.333C406 384 448 342 448 290.667s-42-93.333-93.334-93.333zm0 158.666c-36.402 0-65.332-28.93-65.332-65.333s28.93-65.333 65.332-65.333c36.404 0 65.334 28.93 65.334 65.333S391.07 356 354.666 356zm-81.069-196H352v-32h-58.845l-34.62-60.134c-5.605-9.333-15.869-15.864-27.07-15.864-8.399 0-16.798 3.732-22.399 9.333L137.334 130.4c-5.601 5.601-9.333 14-9.333 22.399 0 12.131 9.202 21.465 18.535 27.065L208 218.134V304h32V192l-39.333-32 42.929-44.533L273.597 160zM93.333 197.334C42 197.334 0 239.334 0 290.667S42 384 93.333 384s93.333-42 93.333-93.333-41.999-93.333-93.333-93.333zm0 158.666C56.934 356 28 327.07 28 290.667s28.934-65.333 65.333-65.333 65.333 28.93 65.333 65.333S129.732 356 93.333 356z"/></svg>
<svg class="tc-image-android-boat tc-image-button" width="22pt" height="22pt" viewBox="0 0 449.926025390625 434.1400146484375"><path d="M53.205 373h1.063c34.123 0 63.977-19.021 85.305-42.494 21.325 23.473 51.18 42.762 85.304 42.762s63.979-19.334 85.305-42.806C331.509 353.934 361.362 373 395.485 373h1.062L447.8 234.22c2.126-5.329 1.063-11.641-1.07-16.976-2.136-5.333-7.237-8.487-12.567-10.623l-38.213-12.488v-98.15C395.95 72.51 376.294 53 352.834 53h-63.979L272.862 0h-95.969l-15.995 53H96.919C73.461 53 53.95 72.51 53.95 95.982v98.15l-38.074 12.533c-5.33 2.136-10.582 5.334-12.718 10.667-2.135 5.335-3.158 10.49-1.031 16.887L53.205 373zM96.95 96h256v84.261l-128-41.605-128 41.605V96z"/><path d="M310.181 368.007c-52.253 36.267-118.356 36.258-170.608-.009 0 0-57.638 64.002-106.632 64.002h21.327c29.854 0 58.646-11.726 85.305-25.594 53.315 27.734 117.293 27.728 170.608-.007C336.84 420.268 365.631 432 395.485 432h21.328c-47.651 0-106.632-63.993-106.632-63.993z"/></svg>
<svg class="tc-image-android-bookmark tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M248 0H40C17.998 0 0 17.998 0 40v344l144-64 144 64V40c0-22.002-17.998-40-40-40z"/></svg>
<svg class="tc-image-android-bulb tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 138.136c25.499 0 49.567 10.025 67.771 28.229C309.975 184.568 320 208.637 320 234.136c0 17.621-4.422 34.031-13.144 48.773-8.339 14.098-20.437 26.036-34.985 34.526L256 326.697V416h-64v-89.303l-15.871-9.262C146.442 300.111 128 268.192 128 234.136c0-25.499 10.025-49.567 28.229-67.771s42.272-28.229 67.771-28.229M245.333 0h-42.666v64h42.666V0zm129.063 53.864L336 92.271l29.864 29.865L404.27 83.74l-29.874-29.876zm-300.792 0L43.729 83.739l38.406 38.396L112 92.271 73.604 53.864zM224 106.136c-70.396 0-128 57.604-128 128 0 46.938 25.604 88.531 64 110.938V448h128V345.073c38.396-22.406 64-62.938 64-110.938 0-70.396-57.604-127.999-128-127.999zm224 106.666h-64v42.667h64v-42.667zm-384 0H0v42.667h64v-42.667z"/></svg>
<svg class="tc-image-android-bus tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 384.0009765625"><path d="M0 288c0 19.198 13.864 24.531 26.667 36.271v38.396c0 11.729 9.599 21.334 21.333 21.334h21.333c11.734 0 21.334-9.604 21.334-21.334v-21.333h170.666v21.333c0 11.729 9.604 21.334 21.334 21.334H304c11.729 0 21.333-9.604 21.333-21.334v-38.396C338.136 312.531 352 306.136 352 288V84.334C352 9.667 269.864 0 176 0S0 9.667 0 84.334V288zm80 15.989c-18.136 0-32-13.864-32-32 0-18.135 13.864-32 32-32s32 13.865 32 32c0 18.136-13.864 32-32 32zm192 0c-18.136 0-32-13.864-32-32 0-18.135 13.864-32 32-32s32 13.865 32 32c0 18.136-13.864 32-32 32zm32-122.656H48V74.667h256v106.666z"/></svg>
<svg class="tc-image-android-calendar tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.010009765625 384"><path d="M304.01 208h-96v96h96v-96zm-32-208v32h-160V0h-48v32H40C17.998 32 0 49.998 0 72v272c0 22.002 17.998 40 40 40h304.01c22.002 0 40-17.998 40-40V72c0-22.002-17.998-40-40-40h-24V0h-48zm72 344H40V132h304.01v212z"/></svg>
<svg class="tc-image-android-call tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M362.666 266.667a250.385 250.385 0 0 1-75.729-11.729c-7.469-2.136-16-1.073-21.332 5.333l-46.939 46.928c-60.802-30.928-109.864-80-140.802-140.803l46.939-46.927c5.332-5.333 7.462-13.864 5.332-21.333-8.537-24.531-12.802-50.136-12.802-76.803C117.333 9.604 107.734 0 96 0H21.333C9.599 0 0 9.604 0 21.333 0 221.864 162.136 384 362.666 384c11.73 0 21.334-9.604 21.334-21.333V288c0-11.729-9.604-21.333-21.334-21.333z"/></svg>
<svg class="tc-image-android-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><g transform="translate(-32 -64)"><circle cx="256" cy="280" r="63"/><path d="M440 96h-88l-32-32H192l-32 32H72c-22.092 0-40 17.908-40 40v272c0 22.092 17.908 40 40 40h368c22.092 0 40-17.908 40-40V136c0-22.092-17.908-40-40-40zM256 392c-61.855 0-112-50.145-112-112s50.145-112 112-112 112 50.145 112 112-50.145 112-112 112z"/></g></svg>
<svg class="tc-image-android-cancel tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C92.559 0 0 92.559 0 208c0 115.436 92.559 208 208 208 115.435 0 208-92.564 208-208C416 92.559 323.436 0 208 0zm104.002 282.881l-29.12 29.117L208 237.117l-74.881 74.881-29.121-29.117L178.881 208l-74.883-74.881 29.121-29.116L208 178.881l74.881-74.878 29.12 29.116L237.119 208l74.883 74.881z"/></svg>
<svg class="tc-image-android-car tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320"><path d="M339.208 21.333C334.937 8.531 323.208 0 309.333 0H74.667C60.792 0 49.063 8.531 44.792 21.333L0 138.667v160C0 310.396 9.604 320 21.333 320h21.334C54.396 320 64 310.396 64 298.667V288h256v10.667c0 11.729 9.604 21.333 21.333 21.333h21.334c11.729 0 21.333-9.604 21.333-21.333v-160L339.208 21.333zM74.667 224c-18.125 0-32-13.865-32-32s13.875-32 32-32 32 13.866 32 32-13.875 32-32 32zm234.666 0c-18.125 0-32-13.865-32-32s13.875-32 32-32 32 13.866 32 32-13.875 32-32 32zM42.667 117.333l32-85.333h234.666l32 85.333H42.667z"/></svg>
<svg class="tc-image-android-cart tc-image-button" width="22pt" height="22pt" viewBox="0 0 415.9999694824219 409.60101318359375"><path d="M121.6 326.4c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6s41.601-18.718 41.601-41.6c-.001-22.884-18.72-41.601-41.601-41.601zM0 0v41.6h41.6l74.883 151.682-31.308 50.954c-3.118 5.2-5.2 12.482-5.2 19.765 0 27.85 19.025 41.6 44.825 41.6H368v-40H129.893c-3.118 0-5.2-2.082-5.2-5.2 0-1.036 2.207-5.2 2.207-5.2l20.782-32.8h154.954c15.601 0 29.128-8.317 36.4-21.836l74.882-128.8c1.237-2.461 2.082-6.246 2.082-10.399 0-11.446-9.364-19.765-20.8-19.765H87.364L67.6 0H0zm326.399 326.4c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6S368 390.882 368 368c0-22.883-18.719-41.6-41.601-41.6z"/></svg>
<svg class="tc-image-android-chat tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M343.553 0H9.607C5.131 0 0 3.745 0 8.159v214.217C0 226.789 5.131 231 9.607 231H67v88.894L157.128 231h186.425c4.477 0 7.447-4.211 7.447-8.624V8.159C351 3.745 348.029 0 343.553 0z"/><path d="M408.396 63H376v166.57c0 15.987-6.915 26.43-25.152 26.43H170.096l-38.905 39h129.688L351 384v-89h57.396c4.478 0 7.604-4.262 7.604-8.682V72.103c0-4.414-3.126-9.103-7.604-9.103z"/></svg>
<svg class="tc-image-android-checkbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M341.333 0H42.667C19.198 0 0 19.198 0 42.667v298.666C0 364.802 19.198 384 42.667 384h298.666C364.802 384 384 364.802 384 341.333V42.667C384 19.198 364.802 0 341.333 0zm-192 298.667L42.667 192l29.864-29.864 76.802 76.802L311.469 76.802l29.864 29.865-192 192z"/></svg>
<svg class="tc-image-android-checkbox-blank tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M341.333 0H42.667C19.198 0 0 19.198 0 42.667v298.666C0 364.802 19.198 384 42.667 384h298.666C364.802 384 384 364.802 384 341.333V42.667C384 19.198 364.802 0 341.333 0z"/></svg>
<svg class="tc-image-android-checkbox-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M104.531 151.469l-29.864 29.864 96 96L384 64l-29.864-29.864-183.469 182.395-66.136-65.062zm236.802 189.864H42.667V42.667H256V0H42.667C19.198 0 0 19.198 0 42.667v298.666C0 364.802 19.198 384 42.667 384h298.666C364.802 384 384 364.802 384 341.333V170.667h-42.667v170.666z"/></svg>
<svg class="tc-image-android-checkbox-outline-blank tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M341.333 42.667v298.666H42.667V42.667h298.666m0-42.667H42.667C19.198 0 0 19.198 0 42.667v298.666C0 364.802 19.198 384 42.667 384h298.666C364.802 384 384 364.802 384 341.333V42.667C384 19.198 364.802 0 341.333 0z"/></svg>
<svg class="tc-image-android-checkmark-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M122.718 168.482L93.6 197.6l93.6 93.6 208-208-29.118-29.118L187.2 231.918l-64.482-63.436zM374.4 208c0 91.518-74.883 166.4-166.4 166.4S41.6 299.518 41.6 208 116.482 41.6 208 41.6c15.6 0 31.2 2.082 45.764 6.241L286 15.6C262.082 5.2 236.082 0 208 0 93.6 0 0 93.6 0 208s93.6 208 208 208 208-93.6 208-208h-41.6z"/></svg>
<svg class="tc-image-android-clipboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M341.333 48h-87.35C246.879 20.396 221.821 0 192 0s-54.879 20.396-61.983 48h-87.35C19.198 48 0 67.198 0 90.667v314.665C0 428.801 19.198 448 42.667 448h298.666C364.802 448 384 428.801 384 405.332V90.667C384 67.198 364.802 48 341.333 48zM192 48c11.729 0 21.333 9.599 21.333 21.333S203.729 90.667 192 90.667s-21.333-9.6-21.333-21.334S180.271 48 192 48zm152 360H40V88h40v72h224V88h40v320z"/></svg>
<svg class="tc-image-android-close tc-image-button" width="22pt" height="22pt" viewBox="0 0 298 298"><path d="M298 29.798L268.202 0 149 119.202 29.798 0 0 29.798 119.202 149 0 268.202 29.798 298 149 178.798 268.202 298 298 268.202 178.798 149z"/></svg>
<svg class="tc-image-android-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M387.002 121.001C372.998 52.002 312.998 0 240 0c-57.998 0-107.998 32.998-132.998 81.001C47.002 87.002 0 137.998 0 200c0 65.996 53.999 120 120 120h260c55 0 100-45 100-100 0-52.998-40.996-96.001-92.998-98.999z"/></svg>
<svg class="tc-image-android-cloud-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.6 0 0 93.6 0 208s93.6 208 208 208 208-93.6 208-208S322.4 0 208 0zm93.6 291.2H124.801c-34.318 0-62.4-28.082-62.4-62.399 0-34.319 28.082-62.4 62.4-62.4h3.117c9.364-36.4 41.601-62.399 80.083-62.399 45.764 0 83.199 37.435 83.199 83.198h10.4c29.118 0 52 22.882 52 52.001 0 29.117-22.882 51.999-52 51.999z"/></svg>
<svg class="tc-image-android-cloud-done tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M387.002 121.001C372.998 52.002 312.998 0 240 0c-57.998 0-107.998 32.998-132.998 81.001C47.002 87.002 0 137.998 0 200c0 65.996 53.999 120 120 120h260c55 0 100-45 100-100 0-52.998-40.996-96.001-92.998-98.999zM197.333 266.667L122.667 192l29.864-29.864 44.802 44.802L308.271 96l29.865 29.864-140.803 140.803z"/></svg>
<svg class="tc-image-android-cloud-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M387.001 121.001C372.997 52.002 312.998 0 240 0c-57.998 0-107.999 32.998-132.997 81C47.002 87.002 0 137.998 0 200c0 65.996 54.004 120 120 120h260c55 0 100-45 100-100.001 0-52.997-40.997-95.999-92.999-98.998zM380 280H120c-44.004 0-80-35.996-80-80 0-44 35.996-80 80-80h14.004c12.998-46 55-80 105.996-80 60.996 0 110 49 110 110v10h30c32.998 0 60 27.003 60 60 0 32.998-27.002 60-60 60z"/></svg>
<svg class="tc-image-android-color-palette tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.0009765625 384"><path d="M192 0C86.401 0 0 86.401 0 192c0 105.604 86.401 192 192 192 18.136 0 32-13.864 32-32 0-8.531-3.198-16-8.531-21.333-5.333-5.334-8.531-12.803-8.531-21.334 0-18.135 13.864-32 32-32h38.396c58.667 0 106.667-48 106.667-106.666C384 76.802 297.604 0 192 0zM74.667 192c-18.136 0-32-13.864-32-32s13.864-32 32-32c18.135 0 32 13.864 32 32s-13.865 32-32 32zm64-85.333c-18.136 0-32-13.865-32-32 0-18.136 13.864-32 32-32 18.135 0 32 13.864 32 32 0 18.135-13.865 32-32 32zm106.666 0c-18.135 0-32-13.865-32-32 0-18.136 13.865-32 32-32 18.136 0 32 13.864 32 32 0 18.135-13.864 32-32 32zm64 85.333c-18.135 0-32-13.864-32-32s13.865-32 32-32c18.136 0 32 13.864 32 32s-13.864 32-32 32z"/></svg>
<svg class="tc-image-android-compass tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 199.358c-13.442 0-24.643 11.2-24.643 24.642s11.2 24.643 24.643 24.643 24.643-11.2 24.643-24.643-11.201-24.642-24.643-24.642zM224 0C100.8 0 0 100.8 0 224s100.8 224 224 224 224-100.8 224-224S347.2 0 224 0zm49.284 273.284L89.6 358.4l85.116-183.679L358.4 89.6l-85.116 183.684z"/></svg>
<svg class="tc-image-android-contact tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M267.08 274.205c-22.156 12.594-47.777 19.783-75.084 19.783-27.302 0-52.919-7.182-75.073-19.771C58.153 292.152 13.262 332 0 384h384c-13.255-52-58.146-91.869-116.92-109.795zM191.996 0C119.125 0 60.051 59.127 60.051 132.013c0 72.887 59.074 131.972 131.945 131.972S323.941 204.9 323.941 132.013C323.941 59.127 264.867 0 191.996 0zm0 230.986c-41.958 0-77.813-25.986-92.209-62.986h184.418c-14.396 37-50.252 62.986-92.209 62.986z"/></svg>
<svg class="tc-image-android-contacts tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 383.9750061035156"><path d="M207.208 279.912c-17.78 10.103-38.342 15.876-60.255 15.876-21.909 0-42.467-5.771-60.246-15.87C39.544 294.306 10.643 341.975 0 383.975h293.912c-10.639-42-39.537-89.683-86.704-104.063zM146.953 56.01c-58.479 0-105.886 47.394-105.886 105.858 0 58.464 47.407 105.857 105.886 105.857s105.886-47.394 105.886-105.857c0-58.464-47.408-105.858-105.886-105.858zm0 186.488c-33.671 0-62.445-22.513-73.997-50.523H220.95c-11.554 28.011-40.326 50.523-73.997 50.523z"/><path d="M290.602 319.975H448c-10.638-42-39.537-81.691-86.703-96.072-17.781 10.104-38.343 15.873-60.256 15.873-14.823 0-29.024-2.654-42.168-7.49-7.445 12.47-16.927 25.592-27.974 34.906 26.346 10.137 46.247 32.783 59.703 52.783zm-16.057-184h100.493c-11.554 28-40.327 50.293-73.997 50.293-8.875 0-17.404-1.692-25.375-4.51a128.411 128.411 0 0 1-6.52 25.118c10.066 3.174 20.779 4.862 31.895 4.862 58.479 0 105.886-47.41 105.886-105.872C406.927 47.401 359.52 0 301.041 0c-37.49 0-70.427 19.703-89.243 49.09 31.809 18.268 55.163 49.885 62.747 86.885z"/></svg>
<svg class="tc-image-android-contract tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 307.2h76.795V384H128V256H0v51.2zM76.795 76.8H0V128h128V0H76.795v76.8zM256 384h51.2v-76.8H384V256H256v128zm51.2-307.2V0H256v128h128V76.8h-76.8z"/></svg>
<svg class="tc-image-android-create tc-image-button" width="22pt" height="22pt" viewBox="0 0 386.13299560546875 386.13299560546875"><path d="M0 306.133v80h80l235.727-235.729-79.999-79.998L0 306.133zM377.602 88.531c8.531-8.531 8.531-21.334 0-29.865L327.467 8.531C318.936 0 306.133 0 297.602 8.531L258.134 48l79.999 79.998 39.469-39.467z"/></svg>
<svg class="tc-image-android-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 384"><path d="M32 341.429C32 364.846 51.198 384 74.667 384h170.667C268.802 384 288 364.846 288 341.429V96H32v245.429zM320 32h-80L213.215 0H106.786L80 32H0v32h320V32z"/></svg>
<svg class="tc-image-android-desktop tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M405.333 0H42.667C19.198 0 0 19.197 0 42.666v282.667C0 348.802 19.198 368 42.667 368h138.666l-42.666 48v32h170.666v-32l-42.666-48h138.666C428.802 368 448 348.802 448 325.333V42.666C448 19.197 428.802 0 405.333 0zm0 288H42.667V42.666h362.666V288z"/></svg>
<svg class="tc-image-android-document tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M192 0H40C17.908 0 0 17.908 0 40v336c0 22.092 17.908 40 40 40h240c22.092 0 40-17.908 40-40V128L192 0zm-16 144V32l112 112H176z"/></svg>
<svg class="tc-image-android-done tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 292"><path d="M122.301 229.893L32 139.461 0 169.968 122.301 292 384 30.506 352 0z"/></svg>
<svg class="tc-image-android-done-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 294"><path d="M387.581 30.712L356.755 0 216.913 139.319l30.831 30.719L387.581 30.712zM481.172 0L247.744 231.469l-91.39-91.051-30.827 30.715L247.744 294 512 30.712 481.172 0zM0 171.133L123.321 294l30.829-30.713L31.934 140.418 0 171.133z"/></svg>
<svg class="tc-image-android-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M387.002 121.001C372.998 52.002 312.998 0 240 0c-57.998 0-107.998 32.998-132.998 81.001C47.002 87.002 0 137.998 0 200c0 65.996 53.999 120 120 120h260c55 0 100-45 100-100 0-52.998-40.996-96.001-92.998-98.999zM208 172V96h64v76h68L240 272 140 172h68z"/></svg>
<svg class="tc-image-android-drafts tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M448 137.667c0-14.933-7.469-28.803-20.271-36.266L224 0 20.271 101.401C8.531 108.864 0 122.734 0 137.667v203.666C0 364.802 19.197 384 42.666 384h362.668C428.803 384 448 364.802 448 341.333V137.667zM224 240L52.631 128 224 42.667 395.369 128 224 240z"/></svg>
<svg class="tc-image-android-exit tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M151.469 268.802l29.863 29.864L288 192 181.332 85.333l-29.863 29.865 55.469 55.469H0v42.666h205.864l-54.395 55.469zM341.334 0H42.666C19.198 0 0 19.198 0 42.666V128h42.666V42.667h298.668v298.668H42.666V256H0v85.334C0 364.802 19.198 384 42.666 384h298.668C364.802 384 384 364.802 384 341.334V42.666C384 19.198 364.802 0 341.334 0z"/></svg>
<svg class="tc-image-android-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M332.795 332.8H256V384h128V256h-51.205zm.005-281.595V128H384V0H256v51.205zM51.205 51.2H128V0H0v128h51.205zM51.2 332.795V256H0v128h128v-51.205z"/></svg>
<svg class="tc-image-android-favorite tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M208 384l-30.164-27.211C70.718 258.442 0 194.61 0 115.095 0 50.221 49.918 0 114.4 0c36.399 0 70.717 16.742 93.6 43.947C230.882 16.742 265.199 0 301.6 0 366.082 0 416 50.221 416 115.095c0 79.516-70.719 143.348-177.836 241.694L208 384z"/></svg>
<svg class="tc-image-android-favorite-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M301.6 0c-36.4 0-70.718 16.742-93.6 43.947C185.117 16.742 150.8 0 114.4 0 49.918 0 0 50.221 0 115.095c0 79.516 70.718 143.348 177.836 241.694L208 384l30.164-27.211C345.281 258.442 416 194.61 416 115.095 416 50.221 366.082 0 301.6 0zm-80.764 329.257l-4.219 3.873-8.617 7.773-8.616-7.772-4.214-3.869c-50.418-46.282-93.961-86.254-122.746-121.994C44.467 172.555 32 144.128 32 115.095c0-22.865 8.422-43.931 23.715-59.316C70.957 40.445 91.798 32 114.4 32c26.134 0 51.97 12.167 69.11 32.545L208 93.661l24.489-29.116C249.63 44.167 275.465 32 301.6 32c22.603 0 43.443 8.445 58.686 23.778C375.578 71.164 384 92.229 384 115.095c0 29.033-12.467 57.459-40.422 92.171-28.784 35.74-72.325 75.709-122.742 121.991z"/></svg>
<svg class="tc-image-android-film tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 384"><path d="M280 0v42.667h-40V0H80v42.667H40V0H0v384h40v-42.666h40V384h160v-42.666h40V384h40V0h-40zM80 298.667H40V256h40v42.667zm0-85.333H40v-42.667h40v42.667zM80 128H40V85.334h40V128zm200 170.667h-40V256h40v42.667zm0-85.333h-40v-42.667h40v42.667zM280 128h-40V85.334h40V128z"/></svg>
<svg class="tc-image-android-folder tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 320"><path d="M181.338 0H42.666C19.197 0 0 19.198 0 42.667v234.666C0 300.802 19.197 320 42.666 320h362.668C428.803 320 448 300.802 448 277.333V90.667C448 67.198 428.803 48 405.334 48H224.006L181.338 0z"/></svg>
<svg class="tc-image-android-folder-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 320"><path d="M405.334 48H224.006L181.338 0H42.666C19.197 0 0 19.198 0 42.667v234.666C0 300.802 19.197 320 42.666 320h362.668C428.803 320 448 300.802 448 277.333V90.667C448 67.198 428.803 48 405.334 48zM416 277.333c0 5.782-4.885 10.667-10.666 10.667H42.666C36.884 288 32 283.115 32 277.333V80h373.334C411.115 80 416 84.885 416 90.667v186.666z"/></svg>
<svg class="tc-image-android-funnel tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288"><path d="M176 288h96v-47.994h-96V288zM0 0v47.994h448V0H0zm80 168.783h288v-49.555H80v49.555z"/></svg>
<svg class="tc-image-android-globe tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.124 0 0 93.125 0 208s93.124 208 208 208c114.875 0 208-93.125 208-208S322.875 0 208 0zm-21.549 384.999c-39.464-4.726-75.978-22.392-104.519-50.932C48.258 300.393 29.714 255.622 29.714 208c0-42.87 15.036-83.424 42.601-115.659.71 8.517 2.463 17.648 2.014 24.175-1.64 23.795-3.988 38.687 9.94 58.762 5.426 7.819 6.759 19.028 9.4 28.078 2.583 8.854 12.902 13.498 20.019 18.953 14.359 11.009 28.096 23.805 43.322 33.494 10.049 6.395 16.326 9.576 13.383 21.839-2.367 9.862-3.028 15.937-8.13 24.723-1.557 2.681 5.877 19.918 8.351 22.392 7.498 7.497 14.938 14.375 23.111 21.125 12.671 10.469-1.231 24.072-7.274 39.117zm147.616-50.932c-25.633 25.633-57.699 42.486-92.556 49.081 4.94-12.216 13.736-23.07 21.895-29.362 7.097-5.476 15.986-16.009 19.693-24.352 3.704-8.332 8.611-15.555 13.577-23.217 7.065-10.899-17.419-27.336-25.353-30.781-17.854-7.751-31.294-18.21-47.161-29.375-11.305-7.954-34.257 4.154-47.02-1.417-17.481-7.633-31.883-20.896-47.078-32.339-15.68-11.809-14.922-25.576-14.922-42.997 12.282.453 29.754-3.399 37.908 6.478 2.573 3.117 11.42 17.042 17.342 12.094 4.838-4.043-3.585-20.249-5.212-24.059-5.005-11.715 11.404-16.284 19.803-24.228 10.96-10.364 34.47-26.618 32.612-34.047s-23.524-28.477-36.249-25.193c-1.907.492-18.697 18.097-21.941 20.859.086-5.746.172-11.491.26-17.237.055-3.628-6.768-7.352-6.451-9.692.8-5.914 17.262-16.647 21.357-21.357-2.869-1.793-12.659-10.202-15.622-8.968-7.174 2.99-15.276 5.05-22.45 8.039 0-2.488-.302-4.825-.662-7.133a176.585 176.585 0 0 1 45.31-13.152l14.084 5.66 9.944 11.801 9.924 10.233 8.675 2.795 13.779-12.995L234 39.929V31.59c27.25 3.958 52.984 14.124 75.522 29.8-4.032.361-8.463.954-13.462 1.59-2.065-1.22-4.714-1.774-6.965-2.623 6.531 14.042 13.343 27.89 20.264 41.746 7.393 14.801 23.793 30.677 26.673 46.301 3.394 18.416 1.039 35.144 2.896 56.811 1.788 20.865 23.524 44.572 23.524 44.572s10.037 3.419 18.384 2.228c-7.781 30.783-23.733 59.014-46.769 82.052z"/></svg>
<svg class="tc-image-android-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 421.76898193359375 448"><path d="M405.003 241.5c-14.585-14.577-36.054-15.89-50.639-1.312l-41.687 41.664c-10.852 10.836-23.93 10.859-31.564 1.852-5.057-5.968-3.061-24.374-1.644-36.049l20.907-171.849c1.867-15.353-9.07-30.185-24.43-32.051-15.358-1.867-29.322 9.939-31.191 25.289l-23.061 134.977c-1.205 3.358-3.79 3.938-4.081-.582L209.764 28c0-15.465-12.542-28-28.014-28-15.473 0-28.015 12.535-28.015 28l-.552 176.752c.146 2.04-1.604 2.624-1.92.294L126.34 67.077c-2.75-15.219-17.323-26.203-32.548-23.453-15.227 2.748-25.339 18.187-22.591 33.403l22.193 161.455c.023 2.872-.941 4.513-2.308.831l-33.109-88.517c-5.18-14.572-21.196-23.065-35.776-17.889C7.622 138.084 0 154.968 5.178 169.538L63.22 359.163c.303 1.046.624 2.085.953 3.118l.121.39c.011.031.025.058.035.088C80.403 412.233 126.894 448 181.751 448c35.116 0 71.591-12.378 99.357-33.672l.003-.002c29.99-18.051 126.071-121.347 126.071-121.347 14.587-14.577 12.408-36.899-2.179-51.479z"/></svg>
<svg class="tc-image-android-hangout tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 416"><path d="M176 0C78.679 0 0 77.114 0 172.487c0 95.38 78.679 172.487 176 172.487V416c100.425-47.689 176-152.195 176-243.513C352 77.114 273.321 0 176 0zm-10 182.633L144.943 223H113.88l20.712-40H104v-61h62v60.633zm82 0L227.768 223h-31.063l20.704-40H186v-61h62v60.633z"/></svg>
<svg class="tc-image-android-happy tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C92.563 0 0 93.6 0 208s92.563 208 208 208 208-93.6 208-208S322.401 0 208 0zm0 374.4c-91.518 0-166.404-74.883-166.404-166.4 0-91.518 74.887-166.4 166.404-166.4S374.404 116.482 374.404 208 299.518 374.4 208 374.4zm72.8-187.2c17.683 0 31.201-13.518 31.201-31.2s-13.519-31.2-31.201-31.2c-17.682 0-31.2 13.518-31.2 31.2s13.518 31.2 31.2 31.2zm-145.6 0c17.682 0 31.2-13.518 31.2-31.2s-13.519-31.2-31.2-31.2c-17.683 0-31.201 13.518-31.201 31.2s13.519 31.2 31.201 31.2zM208 322.4c48.883 0 89.436-30.164 106.081-72.801H101.919C118.564 292.236 159.117 322.4 208 322.4z"/></svg>
<svg class="tc-image-android-home tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M160 384V256h96v128h97.6V192H416L208 0 0 192h62.4v192z"/></svg>
<svg class="tc-image-android-image tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 341.333V42.667C384 19.198 364.802 0 341.333 0H42.667C19.198 0 0 19.198 0 42.667v298.666C0 364.802 19.198 384 42.667 384h298.666C364.802 384 384 364.802 384 341.333zM117.333 224l53.334 64 74.666-96 96 128H42.667l74.666-96z"/></svg>
<svg class="tc-image-android-laptop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M437.334 352C460.803 352 480 332.803 480 309.334V42.668C480 19.199 460.803 0 437.334 0H74.666C51.197 0 32 19.199 32 42.668v266.666C32 332.803 51.197 352 74.666 352H0c0 23.469 64 32 96 32h320c32 0 96-8.531 96-32h-74.666zM74.666 42.668h362.668v271.998H74.666V42.668zM256 370.666c-11.729 0-21.333-9.604-21.333-21.334 0-11.729 9.604-21.332 21.333-21.332s21.333 9.604 21.333 21.332c0 11.73-9.604 21.334-21.333 21.334z"/></svg>
<svg class="tc-image-android-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M344 0H40C17.909 0 0 17.908 0 40v304c0 22.092 17.909 40 40 40h304c22.092 0 40-17.908 40-40V40c0-22.092-17.908-40-40-40zM240 304H80v-48h160v48zm64-88H80v-48h224v48zm0-88H80V80h224v48z"/></svg>
<svg class="tc-image-android-locate tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 144c-44.004 0-80.001 36-80.001 80 0 44.004 35.997 80 80.001 80 44.005 0 79.999-35.996 79.999-80 0-44-35.994-80-79.999-80zm190.938 58.667c-9.605-88.531-81.074-160-169.605-169.599V0h-42.666v33.067c-88.531 9.599-160 81.068-169.604 169.599H0v42.667h33.062c9.604 88.531 81.072 160 169.604 169.604V448h42.666v-33.062c88.531-9.604 160-81.073 169.605-169.604H448v-42.667h-33.062zM224 373.333c-82.137 0-149.334-67.198-149.334-149.333 0-82.136 67.197-149.333 149.334-149.333 82.135 0 149.332 67.198 149.332 149.333S306.135 373.333 224 373.333z"/></svg>
<svg class="tc-image-android-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 420"><path d="M280 140h-20v-40C260 45 215 0 160 0S60 45 60 100v40H40c-22.002 0-40 17.998-40 40v200c0 22.002 17.998 40 40 40h240c22.002 0 40-17.998 40-40V180c0-22.002-17.998-40-40-40zM160 322c-22.002 0-40-17.998-40-40s17.998-40 40-40 40 17.998 40 40-17.998 40-40 40zm62.002-182H97.998v-40c0-34.004 28.003-62.002 62.002-62.002 34.004 0 62.002 27.998 62.002 62.002v40z"/></svg>
<svg class="tc-image-android-mail tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M405.332 0H42.668C19.199 0 0 19.198 0 42.667v266.666C0 332.802 19.199 352 42.668 352h362.664C428.801 352 448 332.802 448 309.333V42.667C448 19.198 428.801 0 405.332 0zM400 90.667L224 208 48 90.667V48l176 117.333L400 48v42.667z"/></svg>
<svg class="tc-image-android-map tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M373.333 0c-2.176 0-4.396 1.369-9.176 3.207L256 44.802 128 0 7.469 40.531C3.197 41.604 0 45.864 0 51.197v322.136C0 379.729 4.271 384 10.666 384c1.828 0 6.505-2.33 9.087-3.319L128 339.197 256 384l120.531-40.531c4.271-1.073 7.469-5.334 7.469-10.667V10.666C384 4.271 379.729 0 373.333 0zM256 341.333l-128-44.802V42.666l128 44.803v253.864z"/></svg>
<svg class="tc-image-android-menu tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 256"><path d="M0 256h384v-42.666H0V256zm0-106.666h384v-42.667H0v42.667zM0 0v42.665h384V0H0z"/></svg>
<svg class="tc-image-android-microphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 448"><path d="M160 288c37.712 0 68.571-30.924 68.571-68.714V68.714C228.571 30.924 197.712 0 160 0S91.429 30.924 91.429 68.714v150.572C91.429 257.076 122.288 288 160 288zm121.139-75.452c0 68.714-58.282 116.815-121.139 116.815S38.861 281.261 38.861 212.548H0c0 77.873 61.719 143.153 137.144 153.465V448h45.713v-81.987C258.281 354.561 320 290.421 320 212.548h-38.861z"/></svg>
<svg class="tc-image-android-microphone-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 408.0780029296875 448"><path d="M316.03 322.654l-26.616-26.562-9.568-9.548-4.698-4.706-140.069-139.797v.346L24.191 31.531 0 55.572 135.079 190.47v28.816c0 37.79 31.121 68.714 68.91 68.714a68.6 68.6 0 0 0 24.565-4.545l32.389 32.274c-17.333 8.793-36.812 13.86-56.782 13.86-62.986 0-121.365-48.59-121.365-116.59H43.852c0 77.001 62.227 142.702 137.227 153.014V448h46v-81.987c22-3.352 43.066-11.222 61.627-22.622l95.278 95.078 24.033-24-33.847-33.785-58.216-57.959 58.224 57.959-58.148-58.03zm-42.951-103.368V68.714c0-37.79-31.209-68.714-69-68.714s-69 30.924-69 68.714v25.244l137.109 136.968c.67-3.791.891-7.679.891-11.64zM364.518 213h-38.941c0 20.496-5.498 39.676-14.931 56.197l27.572 27.516c16.523-24.11 26.3-52.787 26.3-83.713zm43.56 201.427l-33.897-33.743 33.855 33.785z"/></svg>
<svg class="tc-image-android-more-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 80"><path d="M40 0C17.998 0 0 17.998 0 40s17.998 40 40 40 40-17.998 40-40S62.002 0 40 0zm240 0c-22.002 0-40 17.998-40 40s17.998 40 40 40 40-17.998 40-40-17.998-40-40-40zM160 0c-22.002 0-40 17.998-40 40s17.998 40 40 40 40-17.998 40-40-17.998-40-40-40z"/></svg>
<svg class="tc-image-android-more-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 80 320"><path d="M80 40C80 17.998 62.002 0 40 0S0 17.998 0 40s17.998 40 40 40 40-17.998 40-40zm0 240c0-22.002-17.998-40-40-40S0 257.998 0 280s17.998 40 40 40 40-17.998 40-40zm0-120c0-22.002-17.998-40-40-40S0 137.998 0 160s17.998 40 40 40 40-17.998 40-40z"/></svg>
<svg class="tc-image-android-navigate tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 384"><path d="M160 0L0 369.062 14.938 384 160 320l145.062 64L320 369.062z"/></svg>
<svg class="tc-image-android-notifications tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 416"><path d="M176 416c22.779 0 41.411-18.719 41.411-41.6h-82.823c0 22.881 18.633 41.6 41.412 41.6zm134.589-124.8V176.8c0-63.44-44.516-117.518-103.53-131.041V31.2C207.059 13.518 193.602 0 176 0s-31.059 13.518-31.059 31.2v14.559C85.926 59.282 41.411 113.36 41.411 176.8v114.4L0 332.8v20.8h352v-20.8l-41.411-41.6z"/></svg>
<svg class="tc-image-android-notifications-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 416"><path d="M177 72.471c7.083 0 23.911 4.479 23.911 4.479 45.589 10.447 77.678 52.439 77.678 99.85v127.612l9.321 9.364 7.788 7.823H56.302l7.788-7.823 9.321-9.364V176.8c0-47.41 32.089-89.403 77.678-99.85 0 0 18.043-4.479 23.911-4.479M176 0c-17.602 0-31.059 13.518-31.059 31.2v14.559C85.926 59.282 41.411 113.36 41.411 176.8v114.4L0 332.8v20.8h352v-20.8l-41.411-41.6V176.8c0-63.44-44.516-117.518-103.53-131.041V31.2C207.059 13.518 193.602 0 176 0zm41.411 374.4h-82.823c0 22.881 18.633 41.6 41.412 41.6s41.411-18.719 41.411-41.6z"/></svg>
<svg class="tc-image-android-notifications-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 364.0000305175781 415.625"><path d="M181.996 415.625c22.814 0 41.475-18.656 41.475-41.656h-82.95c0 23 18.661 41.656 41.475 41.656z"/><path d="M57.079 59.141l.053.074-33.046-32.969L0 50.352l63.042 63.153c-10.158 18.985-16.046 40.66-16.046 63.534v114.555l-41 41.656v20.719h297.743l36.182 36.33L364 365.998l-12.104-12.029h.316L57.079 59.141zm259.917 117.898c0-63.526-45-117.677-104-131.218V31.243c0-17.706-13.371-31.243-31-31.243-17.628 0-31 13.537-31 31.243v14.578c-15 3.438-29.048 9.501-41.75 17.663l207.75 207.84v-94.285z"/></svg>
<svg class="tc-image-android-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M341.34 341.332H42.66V42.668H176V0H42.66C19.191 0 0 19.197 0 42.668v298.664C0 364.803 19.191 384 42.66 384h298.68c23.469 0 42.66-19.197 42.66-42.668V208h-42.66v133.332zM224 0v42.668h87.474L95.999 258.133l29.866 29.866 215.476-215.47V160H384V0H224z"/></svg>
<svg class="tc-image-android-options tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M0 352h272v32H0zm368 0h80v32h-80zm-16 63.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95zM0 208h80v32H0zm176 0h272v32H176zm-16 63.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95c0-17.949 14.327-32.5 32-32.5 17.673 0 32 14.551 32 32.5v95zM0 64h272v32H0zm368 0h80v32h-80zm-16 63.5c0 17.949-14.327 32.5-32 32.5-17.673 0-32-14.551-32-32.5v-95C288 14.551 302.327 0 320 0c17.673 0 32 14.551 32 32.5v95z"/></svg>
<svg class="tc-image-android-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288"><path d="M305.454 120c33.599 0 61.092-27.002 61.092-60 0-32.997-27.493-60-61.092-60s-61.09 27.003-61.09 60c0 32.998 27.491 60 61.09 60zm-162.908 0c33.599 0 61.09-27.002 61.09-60 0-32.997-27.491-60-61.09-60S81.454 27.003 81.454 60c0 32.998 27.493 60 61.092 60zm0 44C94.688 164 0 186.998 0 234v54h288v-54c0-47.002-97.599-70-145.454-70zm162.908 11.003c-6.105 0-10.325 0-17.454.997 23.426 17.002 32 28 32 58v54h128v-54c0-47.002-94.688-58.997-142.546-58.997z"/></svg>
<svg class="tc-image-android-person tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M192 192c52.805 0 96-43.201 96-96S244.805 0 192 0 96 43.201 96 96s43.195 96 96 96zm0 48c-63.598 0-192 32.402-192 96v48h384v-48c0-63.598-128.402-96-192-96z"/></svg>
<svg class="tc-image-android-person-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 384"><path d="M288 192c52.805 0 96-43.201 96-96S340.805 0 288 0s-96 43.201-96 96 43.195 96 96 96zm0 48c-63.598 0-192 32.402-192 96v48h384v-48c0-63.598-128.402-96-192-96zM96 160V96H64v64H0v32h64v64h32v-64h64v-32H96z"/></svg>
<svg class="tc-image-android-phone-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288"><path d="M448 246.856V41.143C448 18.512 429.674 0 407.272 0H40.728C18.326 0 0 18.512 0 41.143v205.713C0 269.488 18.326 288 40.728 288h366.545C429.674 288 448 269.488 448 246.856zM80 252V36h288v216H80z"/></svg>
<svg class="tc-image-android-phone-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 448"><path d="M246.856 0H41.143C18.512 0 0 18.326 0 40.728v366.545C0 429.674 18.512 448 41.143 448h205.713C269.488 448 288 429.674 288 407.272V40.728C288 18.326 269.488 0 246.856 0zM252 368H36V80h216v288z"/></svg>
<svg class="tc-image-android-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 448"><path d="M160 0C71.996 0 0 70.557 0 156.801 0 274.4 160 448 160 448s160-173.6 160-291.199C320 70.557 248.004 0 160 0zm0 212.801c-31.996 0-57.144-24.645-57.144-56 0-31.357 25.147-56 57.144-56s57.144 24.643 57.144 56c0 31.355-25.148 56-57.144 56z"/></svg>
<svg class="tc-image-android-plane tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 416"><path d="M384 288v-40L224 144V31.2C224 13.517 209.18 0 192 0c-17.179 0-32 13.518-32 31.2V144L0 248v40l160-48v113.602l-48 31.199V416l80-16 80 16v-31.199l-48-31.199V240l160 48z"/></svg>
<svg class="tc-image-android-playstore tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 415.8590087890625"><path d="M416 103.859H312C312 46.859 265.438 0 208 0S104 46.859 104 103.859H0c18.688 216 13 312 13 312h389.999c-.001 0-5.688-98 13.001-312zM208 25.964c43.008 0 77.999 34.895 77.999 77.895H130c0-43 34.991-77.895 78-77.895zm-52 323.535V180.726l142.999 84.387L156 349.499z"/></svg>
<svg class="tc-image-android-print tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M351.95 96H64.05C28.824 96 0 124.803 0 160v138.667h79.899V384H336.1v-85.333H416V160c0-35.197-28.825-64-64.05-64zM304 352H112V224h192v128zM336.101 0H79.899v80H336.1V0z"/></svg>
<svg class="tc-image-android-radio-button-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.601 0 0 93.601 0 208s93.601 208 208 208 208-93.601 208-208S322.399 0 208 0zm0 374.399c-91.518 0-166.399-74.882-166.399-166.399S116.482 41.6 208 41.6 374.4 116.482 374.4 208 299.518 374.399 208 374.399z"/></svg>
<svg class="tc-image-android-radio-button-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 104c-57.2 0-104 46.8-104 104s46.8 104 104 104 104-46.8 104-104-46.8-104-104-104zm0-104C93.601 0 0 93.601 0 208s93.601 208 208 208 208-93.601 208-208S322.399 0 208 0zm0 374.4c-91.518 0-166.4-74.883-166.4-166.4S116.482 41.6 208 41.6 374.4 116.482 374.4 208 299.518 374.4 208 374.4z"/></svg>
<svg class="tc-image-android-refresh tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 352"><path d="M176 308c-72.597 0-132-59.405-132-132 0-72.601 59.403-132 132-132 36.3 0 69.299 15.4 92.406 39.601L198 154h154V0l-51.698 51.702C268.406 19.798 224.406 0 176 0 79.203 0 0 79.203 0 176s78.094 176 176 176c81.045 0 148.287-54.134 169.401-128H298.85c-18.745 49.561-67.138 84-122.85 84z"/></svg>
<svg class="tc-image-android-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 42"><path d="M0 0h320v42H0z"/></svg>
<svg class="tc-image-android-remove-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.125 0 0 93.125 0 208s93.125 208 208 208 208-93.125 208-208S322.875 0 208 0zm107 229H101v-42h214v42z"/></svg>
<svg class="tc-image-android-restaurant tc-image-button" width="22pt" height="22pt" viewBox="0 0 436.114013671875 396.38299560546875"><path d="M124.758 228.322l61.834-60.251L33.626 20.089C0 52.853 0 106.766 33.626 139.529l91.132 88.793z"/><path d="M272.295 190.263c33.636 14.802 80.283 4.232 113.91-29.593 41.222-40.165 49.909-98.303 17.363-128.96C372.103 0 312.437 8.465 271.214 48.631c-34.718 33.825-45.566 79.276-30.374 110.986C193.101 207.185 29.288 366.79 29.288 366.79l30.377 29.593 149.71-145.866 149.708 145.866 30.374-29.593-149.709-145.869 32.547-30.658z"/></svg>
<svg class="tc-image-android-sad tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 240c-45.443 0-83.675 26.076-102.205 64h204.41c-18.53-37.924-56.762-64-102.205-64z"/><path d="M208 0C92.563 0 0 93.6 0 208s92.563 208 208 208 208-93.6 208-208S322.401 0 208 0zm0 374.4c-91.518 0-166.404-74.883-166.404-166.4 0-91.518 74.887-166.4 166.404-166.4S374.404 116.482 374.404 208 299.518 374.4 208 374.4z"/><path d="M280.8 187.2c17.683 0 31.201-13.518 31.201-31.2s-13.519-31.2-31.201-31.2c-17.682 0-31.2 13.518-31.2 31.2s13.518 31.2 31.2 31.2zm-145.6 0c17.682 0 31.2-13.518 31.2-31.2s-13.519-31.2-31.2-31.2c-17.683 0-31.201 13.518-31.201 31.2s13.519 31.2 31.201 31.2z"/></svg>
<svg class="tc-image-android-search tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M273.509 241.372h-17.501l-6.571-5.486c20.791-25.232 33.922-57.054 33.922-93.257C283.358 63.632 219.896 0 141.135 0 63.452 0 0 63.632 0 142.629s63.452 142.628 142.225 142.628c35.011 0 67.831-13.167 92.991-34.008l6.561 5.487v17.551L351.18 384 384 351.086 273.509 241.372zm-131.284 0c-54.702 0-98.463-43.887-98.463-98.743 0-54.858 43.761-98.742 98.463-98.742 54.7 0 98.462 43.884 98.462 98.742 0 54.856-43.762 98.743-98.462 98.743z"/></svg>
<svg class="tc-image-android-send tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M0 384l416-192L0 0v149.333L298 192 0 234.667z"/></svg>
<svg class="tc-image-android-settings tc-image-button" width="22pt" height="22pt" viewBox="0 0 418.0450439453125 415.99798583984375"><path d="M366.986 228.799c1.06-6.235 1.06-13.518 1.06-20.8s-1.06-13.518-1.06-20.8l44.667-34.318c4.26-3.118 5.319-8.317 2.13-13.518l-42.549-71.764c-2.129-4.164-8.507-6.235-12.767-4.164l-53.186 20.801c-10.638-8.318-23.394-15.601-36.16-20.801l-7.448-55.117C260.613 4.164 256.354 0 251.035 0h-85.098c-5.318 0-9.577 4.164-10.637 8.318l-8.508 55.117c-12.767 5.2-24.464 12.482-36.171 20.801L57.435 63.435c-5.319-2.071-10.638 0-12.767 4.164L2.119 139.364C0 143.517 1.058 149.763 4.248 152.882l45.741 34.317c0 7.282-1.06 13.518-1.06 20.8s1.06 13.518 1.06 20.8L5.321 263.117c-4.26 3.118-5.318 8.317-2.13 13.518l42.549 71.764c2.13 4.164 8.508 6.235 12.767 4.164l53.187-20.801c10.637 8.318 23.394 15.601 36.16 20.801l8.508 55.117c1.069 5.2 5.318 8.318 10.637 8.318h85.098c5.319 0 9.578-4.164 10.638-8.318l8.518-55.117c12.757-5.2 24.464-12.482 36.16-20.801l53.187 20.801c5.318 2.071 10.637 0 12.767-4.164l42.549-71.765c2.129-4.153 1.06-10.399-2.13-13.518l-46.8-34.317zm-158.499 52c-41.489 0-74.46-32.235-74.46-72.8s32.971-72.8 74.46-72.8 74.461 32.235 74.461 72.8-32.972 72.8-74.461 72.8z"/></svg>
<svg class="tc-image-android-share tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320"><path d="M384 152L224 0v85.334C74.666 106.667 21.333 213.334 0 320c53.333-74.666 117.333-108.802 224-108.802v87.469L384 152z"/></svg>
<svg class="tc-image-android-share-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 424.0009765625"><path d="M319.822 300.427c-16.045 0-31.024 5.326-41.721 15.979l-152.957-88.42c1.071-5.328 2.142-9.593 2.142-14.919 0-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762 10.653 26.741 17.041 43.852 17.041 35.295 0 64.178-28.766 64.178-63.92C384 28.767 355.117 0 319.822 0c-35.297 0-64.179 28.767-64.179 63.92 0 5.327 1.065 9.593 2.142 14.919l-150.821 87.35c-11.767-10.654-26.741-17.041-43.856-17.041C27.812 149.148 0 177.914 0 213.068c0 35.153 28.877 63.92 64.178 63.92 17.115 0 32.089-6.389 43.856-17.042l151.891 88.421c-1.076 4.255-2.141 8.521-2.141 13.847 0 34.094 27.806 61.787 62.037 61.787 34.229 0 62.036-27.693 62.036-61.787.001-34.094-27.805-61.787-62.035-61.787z"/></svg>
<svg class="tc-image-android-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 404 384"><path d="M202 308.686L326.83 384l-33.021-142.066L404 146.409l-145.267-12.475L202 0l-56.743 133.934L0 146.409l110.192 95.525L77.161 384z"/></svg>
<svg class="tc-image-android-star-half tc-image-button" width="22pt" height="22pt" viewBox="0 0 404 384"><path d="M404 146.409l-145.267-12.476L202 0l-56.743 133.934L0 146.409l110.192 95.524L77.161 384 202 308.686 326.83 384l-33.021-142.066L404 146.409zM218.531 281.287L202 271.313l-.002-189.277 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z"/></svg>
<svg class="tc-image-android-star-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 404 384"><path d="M404 146.409l-145.267-12.476L202 0l-56.743 133.934L0 146.409l110.192 95.524L77.161 384 202 308.686 326.83 384l-33.021-142.066L404 146.409zM218.531 281.286L202 271.312l-16.53 9.973-59.988 36.191 15.879-68.296 4.369-18.79-14.577-12.637-52.994-45.939 69.836-5.998 19.206-1.65 7.521-17.75 27.276-64.381 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z"/></svg>
<svg class="tc-image-android-stopwatch tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M168 274.667h48V144h-48v130.667z"/><path d="M343.67 138.271l30.786-30.786-33.942-33.941-30.785 30.786C277.217 79.057 236.369 64 192 64 85.961 64 0 149.961 0 256s85.961 192 192 192 192-85.961 192-192c0-44.369-15.057-85.217-40.33-117.729zm-45.604 223.795C269.734 390.398 232.066 406 192 406s-77.735-15.602-106.066-43.934C57.602 333.735 42 296.066 42 256s15.602-77.735 43.934-106.066C114.265 121.602 151.934 106 192 106s77.734 15.602 106.066 43.934C326.398 178.265 342 215.934 342 256s-15.602 77.735-43.934 106.066zM128 0h128v48H128z"/></svg>
<svg class="tc-image-android-subway tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 416"><path d="M176 0C82.136 0 0 10.668 0 85.334v213.332c0 41.604 33.062 74.666 74.667 74.666L48 400v16h256v-16l-26.667-26.668c41.604 0 74.667-33.062 74.667-74.666V85.334C352 10.668 269.864 0 176 0zM80 336c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm80-144H48V96h112v96zm112 144c-18.136 0-32-13.865-32-32 0-18.137 13.864-32 32-32s32 13.863 32 32c0 18.135-13.864 32-32 32zm32-144H192V96h112v96z"/></svg>
<svg class="tc-image-android-sunny tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 128c25.499 0 49.567 10.025 67.771 28.229S320 198.501 320 224s-10.025 49.567-28.229 67.771S249.499 320 224 320s-49.567-10.025-67.771-28.229S128 249.499 128 224s10.025-49.567 28.229-67.771S198.501 128 224 128M245.333 0h-42.666v64h42.666V0zm129.063 43.729L336 82.135 365.864 112l38.406-38.396-29.874-29.875zm-300.792 0L43.729 73.604 82.136 112 112 82.135 73.604 43.729zM224 96c-70.396 0-128 57.604-128 128s57.604 128 128 128 128-57.604 128-128S294.396 96 224 96zm224 106.666h-64v42.668h64v-42.668zm-384 0H0v42.668h64v-42.668zM365.864 336L336 365.865l38.396 38.406 29.875-29.875L365.864 336zm-283.728 0L43.73 374.396l29.875 29.875L112 365.865 82.136 336zm163.197 48h-42.666v64h42.666v-64z"/></svg>
<svg class="tc-image-android-sync tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 448"><path d="M160 61.09V0L80 81.454l80 81.456v-61.093c65.996 0 120 54.982 120 122.183 0 20.363-5 39.714-14.004 57.016L295 310.547c15.996-25.457 25-54.988 25-86.547 0-89.599-72.002-162.91-160-162.91zm0 285.094c-66.001 0-120-54.988-120-122.184 0-20.363 5-39.709 13.999-57.02L25 137.454C8.999 161.89 0 192.436 0 224c0 89.599 72.002 162.91 160 162.91V448l80-81.453-80-81.457v61.094z"/></svg>
<svg class="tc-image-android-textsms tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M344 0H32C9.998 0 0 17.998 0 40v344l64-64h280c22.002 0 40-17.998 40-40V40c0-22.002-17.998-40-40-40zM134.4 178H96v-40h38.4v40zm76.8 0h-38.4v-40h38.4v40zm76.8 0h-38.4v-40H288v40z"/></svg>
<svg class="tc-image-android-time tc-image-button" width="22pt" height="22pt" viewBox="0 0 426 426"><g fill-opacity=".9"><path d="M213 0C94.789 0 0 95.851 0 213s94.789 213 213 213 213-95.851 213-213S330.149 0 213 0zm0 383.4c-93.718 0-170.4-76.683-170.4-170.4S119.282 42.6 213 42.6 383.4 119.282 383.4 213 306.718 383.4 213 383.4z"/><path d="M223.65 106.5H191.7v127.8l111.825 67.093 15.975-26.625-95.85-56.444z"/></g></svg>
<svg class="tc-image-android-train tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 416"><path d="M0 298.666c0 41.604 33.062 74.666 74.667 74.666L48 400v16h256v-16l-26.667-26.668c41.604 0 74.667-33.062 74.667-74.666V85.334C352 10.668 269.864 0 176 0S0 10.668 0 85.334v213.332zM176 328c-22.002 0-40-17.997-40-39.999S153.998 248 176 248s40 17.999 40 40.001S198.002 328 176 328zm128-152H48V80h256v96z"/></svg>
<svg class="tc-image-android-unlock tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 420"><path d="M280 140h-20v-40C260 45 215 0 160 0S60 45 60 100h37.998c0-34.004 28.003-62.002 62.002-62.002 34.004 0 62.002 27.998 62.002 62.002H222v40H40c-22.002 0-40 17.998-40 40v200c0 22.002 17.998 40 40 40h240c22.002 0 40-17.998 40-40V180c0-22.002-17.998-40-40-40zM160 322c-22.002 0-40-17.998-40-40s17.998-40 40-40 40 17.998 40 40-17.998 40-40 40z"/></svg>
<svg class="tc-image-android-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M387.002 121.001C372.998 52.002 312.998 0 240 0c-57.998 0-107.998 32.998-132.998 81.001C47.002 87.002 0 137.998 0 200c0 65.996 53.999 120 120 120h260c55 0 100-45 100-100 0-52.998-40.996-96.001-92.998-98.999zM272 180v76h-64v-76h-68L240 80l100 100h-68z"/></svg>
<svg class="tc-image-android-volume-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 351.0849914550781"><path d="M0 111.542v128h85.334L192 351.085V0L85.334 111.542H0zm288 64c0-38.399-21.333-72.407-53.333-88.863v176.636c32-15.365 53.333-49.373 53.333-87.773z"/></svg>
<svg class="tc-image-android-volume-mute tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 351.0849914550781"><path d="M0 111.542v128h85.334L192 351.085V0L85.334 111.542H0z"/></svg>
<svg class="tc-image-android-volume-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M341.5 192c0 22.717-4.883 44.362-13.603 63.855l31.88 31.88C375.283 259.33 384 226.653 384 192c0-93.256-64-172.254-149-192v44.978C297 63.632 341.5 122.882 341.5 192zM192 16.458l-51.021 52.48L192 119.957zm164.842 316.427L27.116 3.157l-24 24 90.499 90.413-8.28 10.43H0v128h85.334L192 367.543V216l94.915 94.686C271.795 323.443 254 333.213 235 339.022V384c31-7.172 58.996-22.163 82.315-42.809l39.61 39.693 24-24.043-24.002-24.039-.081.083z"/><path d="M288.188 192c0-38.399-21.188-72.407-53.188-88.863v59.82l50.801 50.801A100.596 100.596 0 0 0 288.188 192z"/></svg>
<svg class="tc-image-android-volume-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 128v128h85.334L192 367.543V16.458L85.334 128H0zm288 64c0-38.399-21.333-72.407-53.333-88.863v176.636C266.667 264.408 288 230.4 288 192zM234.667 0v44.978C296.531 63.632 341.334 122.882 341.334 192c0 69.119-44.803 128.369-106.667 147.022V384C320 364.254 384 285.257 384 192c0-93.256-64-172.254-149.333-192z"/></svg>
<svg class="tc-image-android-walk tc-image-button" width="22pt" height="22pt" viewBox="0 0 272 448"><path d="M168 80c22.223 0 39.997-17.776 39.997-40 0-22.225-17.774-40-39.997-40s-40.003 17.775-40.003 40c0 22.224 17.78 40 40.003 40zm0 120h104v-40h-72l-44.802-69.333C147.5 79 137.062 72.531 124.265 72.531c-3.198 0-8.828.531-12.799 1.747L0 112v112h40v-80l40.531-16L0 448h40l56.698-164.271L147 352v96h38V320l-57.031-96 19.745-61.864L168 200z"/></svg>
<svg class="tc-image-android-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416"><path d="M0 416h448L224 0 0 416zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z"/></svg>
<svg class="tc-image-android-watch tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 480"><path d="M320 240c0-51.001-24.004-96.001-60.996-125L240 0H80L60.996 115C24.004 143.999 0 188.999 0 240c0 50.996 24.004 95.996 60.996 125L80 480h160l19.004-115C295.996 335.996 320 290.996 320 240zm-280 0c0-66.001 54.004-120 120-120s120 53.999 120 120c0 65.996-54.004 120-120 120S40 305.996 40 240z"/></svg>
<svg class="tc-image-android-wifi tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M208 164.719c-22.879 0-41.597 18.529-41.597 41.18 0 22.652 18.718 41.182 41.597 41.182 22.878 0 41.597-18.529 41.597-41.182 0-22.651-18.719-41.18-41.597-41.18zm124.8 41.179c0-67.946-56.163-123.539-124.8-123.539S83.2 137.952 83.2 205.898c0 45.303 24.961 85.447 62.396 107.072l20.807-36.032c-24.972-14.417-41.604-40.153-41.604-71.04 0-45.295 37.433-82.358 83.201-82.358 45.771 0 83.201 37.063 83.201 82.358 0 30.887-16.633 56.623-41.604 71.04l20.807 36.032c37.433-21.624 62.396-61.769 62.396-107.072zM208 0C93.597 0 0 92.654 0 205.898 0 282.085 41.592 347.968 104 384l20.799-36.032c-49.919-28.824-83.207-81.324-83.207-142.069 0-90.593 74.891-164.718 166.408-164.718 91.517 0 166.406 74.125 166.406 164.718 0 60.745-33.284 114.271-83.205 142.069L312 384c62.406-36.032 104-101.915 104-178.102C416 92.654 322.403 0 208 0z"/></svg>
<svg class="tc-image-angellist tc-image-button" width="22pt" height="22pt" viewBox="0 0 366.592041015625 522.2400512695312"><path d="M0 370.688c0-21.504 4.767-38.24 14.336-50.192 7.855-10.576 20.48-18.256 37.887-23.024-5.456-13.648-8.19-23.712-8.19-30.224 0-11.264 5.967-23.2 17.919-35.824 12.64-11.952 24.4-17.92 35.328-17.92 5.808 0 12.623 1.536 20.48 4.608-16.384-46.768-28.16-82.272-35.329-106.496-8.191-27.648-12.288-47.28-12.288-58.88 0-16.384 4.097-29.184 12.288-38.4C90.96 4.784 102.399 0 116.751 0c24.56 0 54.096 50.352 88.56 151.04l8.721 25.088a308.697 308.697 0 0 0 6.128-16.896C254.304 59.569 285.023 9.728 312.336 9.728c13.647 0 24.384 4.608 32.256 13.824 8.208 9.216 12.303 21.168 12.303 35.84 0 9.552-4.095 28.832-12.303 57.856-7.168 24.912-18.416 59.056-33.792 102.4 19.471 4.783 33.471 14 42 27.648 9.2 14.671 13.792 37.36 13.792 68.095 0 60.752-18.096 110.416-54.273 148.992-36.863 38.576-83.647 57.857-140.304 57.857-22.527 0-44.191-4.097-65.008-12.305-20.143-7.151-38.4-18.416-54.784-33.775-17.408-16.37-30.368-33.28-38.912-50.69C4.448 407.038 0 388.782 0 370.686zm33.28-2.56c0 8.528 2.383 18.592 7.168 30.208 4.431 10.928 11.088 22.352 19.967 34.304 14 18.096 30.544 31.92 49.665 41.488 19.439 9.552 41.471 14.336 66.03 14.336 44.033 0 81.073-16.544 111.105-49.664 29.696-32.784 44.544-74.256 44.544-124.416 0-15.697-1.025-27.808-3.056-36.352-1.712-7.504-4.977-13.296-9.729-17.408-9.215-7.84-27.311-14.672-54.271-20.464-26.977-6.144-55.664-9.216-86.032-9.216-7.504 0-12.288 1.024-14.336 3.072-2.384 1.024-3.584 4.432-3.584 10.24 0 14 7.84 23.887 23.552 29.68 17.055 7.184 45.232 10.751 84.48 10.751h14.336c5.456 0 9.392 1.89 11.76 5.649 2.752 2.736 4.624 8.016 5.647 15.872-5.792 5.792-15.183 11.088-28.159 15.872-12.305 4.432-21.328 8.88-27.137 13.312-13.664 9.888-24.56 21.664-32.767 35.328-7.857 13.312-11.76 25.936-11.76 37.872 0 7.184 1.68 15.872 5.104 26.128 3.76 11.248 5.648 18.592 5.648 22.016v3.072l-2.064 7.664c-15.008-1.008-25.936-8.016-32.752-20.993-5.808-10.943-9.056-24.943-9.745-42-1.007.336-3.055.513-6.128.513h-5.647c.336 1.695.512 3.76.512 6.144 0 10.256-3.937 18.96-11.777 26.128-7.84 7.152-17.055 10.752-27.664 10.752-16.031 0-32.24-7.68-48.64-23.04-16.351-15.728-24.543-31.088-24.543-46.096 0-2.736.511-5.472 1.536-8.192.336-2.384 3.072-6.16 8.191-11.264 8.529 10.576 14.337 17.92 17.408 22.015 14.336 20.13 27.313 30.208 38.913 30.208 3.055 0 5.967-1.007 8.704-3.07 2.048-2.033 3.072-3.745 3.072-5.105 0-2.736-2.065-7.664-6.16-14.865-2.72-5.103-9.025-14.159-18.945-27.119-9.551-12.288-17.248-20.816-23.04-25.6-5.12-4.785-8.88-7.168-11.263-7.168-6.48 0-12.8 3.744-18.945 11.263-6.127 7.489-9.199 16.881-9.199 28.145zm46.08-97.792c0 4.432 2.72 12.112 8.192 23.04 4.784 9.216 12.464 20.815 23.04 34.815 10.592 13.664 20.144 24.24 28.672 31.744 8.208 6.817 14.336 10.24 18.432 10.24 2.384 0 4.768-1.2 7.168-3.583 2.368-2.737 3.584-5.472 3.584-8.208 0-4.096-3.072-13.985-9.216-29.68-7.168-17.424-15.008-33.104-23.552-47.104-7.52-11.936-14.16-20.32-19.968-25.088-5.472-5.12-10.752-7.68-15.872-7.68-3.744 0-8.016 2.56-12.8 7.68-5.12 5.12-7.68 9.728-7.68 13.824zM102.4 49.152c0 11.6 4.096 29.871 12.288 54.783 7.52 24.24 18.784 56.672 33.792 97.28 3.424-2.047 8.208-3.072 14.336-3.072.336 0 1.472.08 3.344.256 1.872.177 3.664.257 5.376.257 1.36 0 5.792.336 13.312 1.023L149.504 97.28c-9.552-27.312-17.056-45.056-22.512-53.248-4.448-7.168-8.88-10.752-13.328-10.752-3.072 0-5.632 1.36-7.664 4.096-2.416 3.072-3.6 6.992-3.6 11.776zm85.008 261.12a1448.97 1448.97 0 0 1 9.712 25.616c6.832-7.855 13.664-14.336 20.463-19.472-1.68-.335-4.255-.768-7.664-1.28-3.423-.496-5.967-.944-7.664-1.28-6.832-1.36-11.792-2.575-14.847-3.584zm53.744-104.448l34.32 6.144c15.344-42.32 27.12-76.289 35.312-101.888 8.528-27.649 12.816-44.033 12.816-49.153 0-5.456-1.2-9.727-3.6-12.8-1.36-2.383-3.92-3.584-7.664-3.584-4.784 0-10.08 4.609-15.872 13.825-6.496 9.903-13.84 27.135-22.032 51.712z"/></svg>
<svg class="tc-image-angle-double-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 998 966"><path d="M998 467q0 13-10 23L522 956q-10 10-23 10t-23-10L10 490Q0 480 0 467t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23zm0-384q0 13-10 23L522 572q-10 10-23 10t-23-10L10 106Q0 96 0 83t10-23l50-50Q70 0 83 0t23 10l393 393L892 10q10-10 23-10t23 10l50 50q10 10 10 23z"/></svg>
<svg class="tc-image-angle-double-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 966 998"><path d="M582 915q0 13-10 23l-50 50q-10 10-23 10t-23-10L10 522Q0 512 0 499t10-23L476 10q10-10 23-10t23 10l50 50q10 10 10 23t-10 23L179 499l393 393q10 10 10 23zm384 0q0 13-10 23l-50 50q-10 10-23 10t-23-10L394 522q-10-10-10-23t10-23L860 10q10-10 23-10t23 10l50 50q10 10 10 23t-10 23L563 499l393 393q10 10 10 23z"/></svg>
<svg class="tc-image-angle-double-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 966 998"><path d="M582 499q0 13-10 23L106 988q-10 10-23 10t-23-10l-50-50Q0 928 0 915t10-23l393-393L10 106Q0 96 0 83t10-23l50-50Q70 0 83 0t23 10l466 466q10 10 10 23zm384 0q0 13-10 23L490 988q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>
<svg class="tc-image-angle-double-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 998 966"><path d="M998 883q0 13-10 23l-50 50q-10 10-23 10t-23-10L499 563 106 956q-10 10-23 10t-23-10l-50-50Q0 896 0 883t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23zm0-384q0 13-10 23l-50 50q-10 10-23 10t-23-10L499 179 106 572q-10 10-23 10t-23-10l-50-50Q0 512 0 499t10-23L476 10q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>
<svg class="tc-image-angle-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 998 582"><path d="M998 83q0 13-10 23L522 572q-10 10-23 10t-23-10L10 106Q0 96 0 83t10-23l50-50Q70 0 83 0t23 10l393 393L892 10q10-10 23-10t23 10l50 50q10 10 10 23z"/></svg>
<svg class="tc-image-angle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 582 998"><path d="M582 83q0 13-10 23L179 499l393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10L10 522Q0 512 0 499t10-23L476 10q10-10 23-10t23 10l50 50q10 10 10 23z"/></svg>
<svg class="tc-image-angle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 582 998"><path d="M582 499q0 13-10 23L106 988q-10 10-23 10t-23-10l-50-50Q0 928 0 915t10-23l393-393L10 106Q0 96 0 83t10-23l50-50Q70 0 83 0t23 10l466 466q10 10 10 23z"/></svg>
<svg class="tc-image-angle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 998 582"><path d="M998 499q0 13-10 23l-50 50q-10 10-23 10t-23-10L499 179 106 572q-10 10-23 10t-23-10l-50-50Q0 512 0 499t10-23L476 10q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>
<svg class="tc-image-angry tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zm3.002 10.699C10.39 11.181 9.275 10.5 8 10.5s-2.389.681-3.002 1.699l-1.286-.772C4.586 9.973 6.179 9 8 9s3.414.973 4.288 2.427l-1.286.772zm.983-7.82a.5.5 0 0 1-.364.606c-.275.07-.602.189-.89.334A.998.998 0 0 1 9.999 7a1 1 0 0 1-1-1l.002-.054c.032-.741.706-1.234 1.275-1.518.543-.271 1.08-.407 1.102-.413a.5.5 0 0 1 .606.364zm-7.97 0a.5.5 0 0 1 .606-.364c.023.006.559.141 1.102.413.568.284 1.243.776 1.275 1.518L7 6a1 1 0 1 1-1.732-.681 4.638 4.638 0 0 0-.89-.334.5.5 0 0 1-.364-.606z"/></svg>
<svg class="tc-image-angry2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm1.001 5.946c.032-.741.706-1.234 1.275-1.518.543-.271 1.08-.407 1.102-.413a.5.5 0 1 1 .242.97c-.275.07-.602.189-.89.334A.998.998 0 0 1 9.998 7a1 1 0 0 1-1-1L9 5.946zM4.015 4.379a.5.5 0 0 1 .606-.364c.023.006.559.141 1.102.413.568.284 1.243.776 1.275 1.518L7 6a1 1 0 1 1-1.732-.681 4.638 4.638 0 0 0-.89-.334.5.5 0 0 1-.364-.606zm6.987 7.82C10.39 11.181 9.275 10.5 8 10.5s-2.389.681-3.002 1.699l-1.286-.772C4.586 9.973 6.179 9 8 9s3.414.973 4.288 2.427l-1.286.772z"/></svg>
<svg class="tc-image-angular_simple tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.62900161743164 23.972002029418945"><path d="M11.252 7.055l-2.057 4.879h4.433L11.27 7.01l-.019.044zM11.279 0L0 3.969l1.782 14.777 9.508 5.226 9.557-5.297 1.782-14.776L11.278 0zm4.78 17.549l-1.531-3.545h-6.25L6.88 17.501l-2.601.048 6.973-15.513 7.216 15.513h-2.41z"/></svg>
<svg class="tc-image-annotate tc-image-button" width="22pt" height="22pt" viewBox="0 0 75.82516479492188 75.99806213378906"><path d="M70.4 56.44V19.56a10.413 10.413 0 0 0 5.424-9.143C75.824 4.665 71.16.001 65.407.001a10.402 10.402 0 0 0-8.577 4.512H18.995A10.402 10.402 0 0 0 10.418.001C4.665.001.001 4.665.001 10.418c0 3.944 2.192 7.375 5.424 9.143v36.877a10.413 10.413 0 0 0-5.424 9.143c0 5.753 4.664 10.417 10.417 10.417 4.371 0 8.107-2.695 9.653-6.512h35.682c1.546 3.816 5.282 6.512 9.653 6.512 5.753 0 10.417-4.664 10.417-10.417 0-3.943-2.192-7.373-5.423-9.142zm-55-.008V19.568a10.456 10.456 0 0 0 4.61-5.08h35.806a10.46 10.46 0 0 0 4.61 5.08v36.864a10.455 10.455 0 0 0-3.473 3.081h-38.08a10.453 10.453 0 0 0-3.473-3.08z"/></svg>
<svg class="tc-image-announcement tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM22 18h-4V6h4v12zm0 8h-4v-4h4v4z"/></svg>
<svg class="tc-image-aol tc-image-button" width="22pt" height="22pt" viewBox="0 0 662.529052734375 512"><path d="M0 214.016c0-35.84 8.96-67.92 26.88-96.256 17.921-28.336 41.217-50.768 69.889-67.328 28.672-16.56 59.472-29.104 92.416-37.632C222.128 4.273 255.313 0 288.769 0c9.903 0 17.248.176 22.016.512 39.248 2.048 77.824 9.04 115.712 20.992a422.684 422.684 0 0 1 84.992 38.145c26.975 15.87 51.968 34.48 75.008 55.807 23.024 21.329 41.472 46.336 55.28 75.008 13.84 28.672 20.752 58.704 20.752 90.113 0 4.431-.176 7.664-.512 9.727-3.76 51.872-24.336 95.568-61.696 131.057-37.36 35.487-83.184 60.592-137.472 75.264C426.321 506.88 387.249 512 345.584 512h-4.096c-68.608 0-122.368-9.04-161.28-27.12-2.048-.688-3.248-1.712-3.584-3.088 0-.672.513-1.008 1.536-1.008.336 0 .945.08 1.792.271.849.16 1.456.256 1.792.256 17.073 4.097 32.256 6.145 45.569 6.145 8.191 0 16.208-.768 24.063-2.304 7.857-1.536 15.28-4.96 22.273-10.256 7.007-5.28 10.496-12.032 10.496-20.224 0-4.096-1.025-8.192-3.072-12.288-3.073-5.472-13.056-11.184-29.953-17.152-16.895-5.969-36.351-11.68-58.368-17.152-22.015-5.472-34.895-8.88-38.655-10.24-27.313-8.88-51.024-20.144-71.168-33.792 0-.336.592-1.968 1.792-4.865 1.2-2.91 2.224-5.391 3.071-7.423.864-2.064 2.048-4.096 3.584-6.16 1.536-2.032 2.992-3.056 4.353-3.056h91.647c3.072 0 5.889 3.664 8.448 11.008 2.561 7.344 6.145 14.768 10.752 22.288 4.609 7.504 10.672 11.248 18.176 11.248 6.145 0 11.44-1.953 15.872-5.872 4.433-3.936 6.657-8.976 6.657-15.104 0-3.744-14.336-37.712-43.008-101.889-28.672-64.16-46.769-103.6-54.273-118.271-2.031-5.152-4.767-7.712-8.175-7.712-2.72 0-4.945 1.536-6.657 4.608l-1.536 3.072c-2.735 5.12-11.615 24.576-26.623 58.368L52.225 326.144l-3.584 7.68C16.208 296.624.001 256.672.001 214.016zm111.617 84.992c0-3.408 9.215-25.424 27.648-66.032l2.56-1.535c2.047 0 7.6 10.847 16.64 32.511 9.04 21.664 13.568 33.536 13.568 35.584 0 1.36-.848 2.048-2.56 2.048h-55.296c-1.713-.015-2.56-.864-2.56-2.576zm157.184 62.976c0 15.36 8.015 23.04 24.063 23.04 16.032 0 24.065-7.68 24.065-23.04V163.328c0-15.36-8.017-23.04-24.065-23.04s-24.063 7.68-24.063 23.04v198.656zm94.72 0c0 15.36 8 23.04 24.063 23.04 16.032 0 24.065-7.68 24.065-23.04v-92.673l47.088 94.721c4.431 9.904 11.44 14.848 20.992 14.848 10.912 0 18.767-4.944 23.552-14.848l46.591-94.72v92.672c0 15.36 8.017 23.04 24.065 23.04 16.384 0 24.576-7.68 24.576-23.04V163.328c0-15.36-8.032-23.04-24.064-23.04-11.953 0-19.968 4.945-24.064 14.848L479.729 309.76l-68.08-154.624c-4.784-9.903-12.977-14.848-24.592-14.848-15.68 0-23.536 7.68-23.536 23.04v198.656z"/></svg>
<svg class="tc-image-aperture tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.010000228881836 7.9800004959106445"><path d="M4 0c-.69 0-1.34.19-1.91.5l3.22 2.34.75-2.25C5.46.23 4.75 0 4 0zM1.25 1.13C.49 1.86 0 2.87 0 4.01c0 .25.02.48.06.72l3.09-2.22-1.91-1.38zm5.63.13L5.66 5.01h2.19c.08-.32.16-.65.16-1 0-1.07-.44-2.03-1.13-2.75zM2.16 4.48L.41 5.73c.55 1.13 1.6 1.99 2.88 2.22L2.16 4.48zm1.56 1.53l.63 1.97c1.33-.12 2.46-.88 3.09-1.97H3.72z"/></svg>
<svg class="tc-image-app tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M0 0h40v30H0V0zm36 8H4v18h32V8z"/></svg>
<svg class="tc-image-app-dashboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.06100082397461 15.997000694274902"><path d="M14.9 1.207C13.944.221 10.818.014 8.362.014h-.108C8.174.012 7.833 0 7.342 0 5.489 0 3.026.142 1.821.809.056 1.786 0 6.11.06 7.955 0 9.829.057 14.211 1.821 15.19c1.203.665 3.666.807 5.518.807.492 0 .835-.011.916-.014h.109c2.455 0 5.581-.207 6.537-1.193 1.079-1.111 1.16-5.113 1.145-6.791.015-1.679-.066-5.679-1.146-6.792zm-.595 13.015a1.472 1.472 0 0 1-.466.295V9.011a.551.551 0 0 0-.551-.553h-1.102a.553.553 0 0 0-.553.553v5.983c-.307.035-.616.062-.918.085v-2.761a.55.55 0 0 0-.552-.551H9.061a.55.55 0 0 0-.553.551v2.846h-.267s-.256.008-.652.01V10.94a.551.551 0 0 0-.552-.551H5.934a.551.551 0 0 0-.552.551v4.175c-.306-.021-.615-.05-.919-.085V8.182a.55.55 0 0 0-.55-.55H2.809a.551.551 0 0 0-.552.55v6.305l-.032-.014C.702 13.629.883 8.132.889 7.954a24.654 24.654 0 0 1 .13-3.278c.364-.128 1.938-.582 4.11.306 1.367.557 3.038 1.727 3.634 3.344l.479 1.3.313-1.35c.446-1.939 1.388-2.723 2.078-3.042v.987c0 .105.037.194.113.269a.375.375 0 0 0 .537 0l1.448-1.446a.379.379 0 0 0 0-.538l-1.449-1.448a.364.364 0 0 0-.266-.113.371.371 0 0 0-.27.112.372.372 0 0 0-.114.269l.001 1.017c-.771.257-1.898.937-2.579 2.729-.876-1.363-2.361-2.347-3.612-2.856-1.983-.809-3.523-.629-4.289-.442.194-1.038.521-1.945 1.072-2.25C3.338.906 5.955.821 7.342.821c.544 0 .899.013.899.013h.122c.784 0 5.07.042 5.942.942.962.993.914 6.222.914 6.222s.048 5.23-.914 6.224z"/></svg>
<svg class="tc-image-app-favorite tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.62200164794922 37.46000289916992"><path d="M46.622 7.46v30h-40V20.127l4-2.667v16h32v-18h-25.5l-.82-2.413 7.177-5.587h23.143zM21 7.548l-6.216 4.84 2.299 7.534-6.523-4.416-6.456 4.515 2.185-7.569L0 7.708l7.873-.261L10.442 0l2.681 7.407L21 7.549z"/></svg>
<svg class="tc-image-app-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M0 0h40v30H0V0zm36 8H4v18h32V8zm-9 7v4H13v-4h14z"/></svg>
<svg class="tc-image-app-pai tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.04421043395996 16.214256286621094"><path d="M13.518 10.993c-.61 0-1.17.216-1.606.575l.003-.008s-.82.84-2.13.548l-3.924-1.051c-.807-.292-1.157-.871-1.285-1.16a2.32 2.32 0 0 0-.418-.785h.003s-.717-.828-.44-2.017l.61-2.277c.23-.695.745-.971 1.006-1.104.369-.137.684-.386.902-.706a1.847 1.847 0 0 1 1.345-.647h3.54c.579.047.917.419 1.022.555l.02.029s.438.59.253 1.274l-.383 1.432-.012.037c-.153.57-.485.849-.673.965a1.47 1.47 0 0 0-.646.445l-.008.008a1.42 1.42 0 0 0-.143.208c-.28.3-.723.309-.754.309h-.061a1.019 1.019 0 0 1-.698-.353l-.032-.041a.807.807 0 0 1-.148-.592l.038-.14a.814.814 0 0 1 .36-.415 1.053 1.053 0 1 0-1.275-.442c.135.392.088.69.088.69l-.001.004-.028.107c-.045.11-.158.279-.443.422a1.262 1.262 0 1 0 1.444 1.955c.364-.342.718-.352.718-.352h.126c.165.013.464.08.708.379a1.474 1.474 0 1 0 2.382-1.73c-.105-.223-.277-.676-.164-1.102a.458.458 0 0 0 .015-.064l.389-1.453c.205-.613.749-.91.922-.991a1.683 1.683 0 0 0-.622-3.25c-.521 0-.99.239-1.3.612L12.22.86s-.458.658-1.327.658h-3.15c-.87-.001-1.323-.427-1.49-.63a1.895 1.895 0 1 0-3.057 2.236c.322.46.438 1.05.286 1.605l-.008.037-.565 2.108c-.355 1.256-1.39 1.534-1.39 1.534l.009.003a2.317 2.317 0 1 0 2.383 3.878 2.415 2.415 0 0 1 1.99-.342c.064.018.126.03.185.042l3.484.934c1.024.317 1.467 1.208 1.567 1.442a2.527 2.527 0 0 0 4.907-.846 2.525 2.525 0 0 0-2.526-2.526z"/></svg>
<svg class="tc-image-app-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M0 0h40v30H0V0zm36 8H4v18h32V8zm-18 2h4v5h5v4h-5v5h-4v-5h-5v-4h5v-5z"/></svg>
<svg class="tc-image-app-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M0 0h40v30H0V0zm36 8H4v18h32V8zm-23.273 4.96l3.232-3.233L20 13.767l4.04-4.04 3.233 3.232L23.233 17l4.04 4.04-3.232 3.233L20 20.233l-4.04 4.04-3.233-3.232L16.767 17l-4.04-4.04z"/></svg>
<svg class="tc-image-app-worksheet tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.762999534606934 16.111000061035156"><path d="M3.916 3.52c0-.044-.017-1.414.323-1.835C4.583 1.255 5.568.7 5.568.7S6.692.001 6.899.127c.21.124.174 1.478.174 1.478s-.01 1.338-.227 1.724c-.216.385-1.341 1.058-1.341 1.058s-.985.643-1.323.63c-.332-.012-.267-1.45-.266-1.497zm.685 6.847c.008.243 1.204.877 1.204.877s1.176.646 1.615.646c.443 0 1.579-.65 1.579-.65s1.044-.544 1.199-.844c.152-.296-1.135-.944-1.176-.967-.038-.022-1.225-.706-1.757-.618-.545.092-1.511.677-1.511.677s-1.161.637-1.153.879zM4.11 9.345c.338.013 1.322-.63 1.322-.63s1.124-.673 1.341-1.058c.217-.384.228-1.723.228-1.723s.033-1.353-.174-1.479c-.208-.126-1.332.572-1.332.572s-.983.558-1.329.985c-.339.422-.323 1.791-.323 1.837-.002.045-.065 1.484.267 1.496zm7.582-3.712c.218.385 1.343 1.058 1.343 1.058s.984.644 1.322.63c.331-.013.268-1.45.267-1.496 0-.045.019-1.413-.322-1.837-.346-.428-1.33-.985-1.33-.985s-1.124-.699-1.331-.572c-.209.125-.175 1.478-.175 1.478s.012 1.341.226 1.724zm-1.096.379c-.347-.428-1.33-.986-1.33-.986s-1.124-.697-1.332-.571c-.207.126-.175 1.479-.175 1.479s.013 1.338.229 1.723c.217.385 1.34 1.058 1.34 1.058s.986.643 1.323.63c.332-.013.268-1.452.266-1.497 0-.045.018-1.414-.321-1.836zm-2.68-2.683c.215.385 1.34 1.058 1.34 1.058s.985.643 1.323.63c.331-.012.268-1.45.267-1.497 0-.044.016-1.414-.323-1.835-.345-.43-1.33-.985-1.33-.985S8.068 0 7.861.126c-.209.125-.174 1.479-.174 1.479s.011 1.338.229 1.724zM2.994 9.963c.216-.386.228-1.724.228-1.724s.034-1.353-.173-1.48c-.21-.125-1.334.573-1.334.573s-.982.556-1.328.985c-.34.423-.324 1.791-.324 1.836-.001.046-.063 1.484.267 1.498.339.011 1.323-.631 1.323-.631s1.125-.675 1.341-1.057zm9.838 1.522c-.038-.021-1.224-.707-1.758-.616-.543.089-1.51.676-1.51.676s-1.161.636-1.154.879c.01.242 1.205.877 1.205.877s1.176.646 1.614.646c.443 0 1.58-.652 1.58-.652s1.044-.544 1.198-.844c.154-.295-1.132-.945-1.175-.966zM.403 7.321c.338.013 1.323-.63 1.323-.63s1.124-.672 1.341-1.058c.216-.384.229-1.725.229-1.725s.033-1.351-.173-1.477c-.21-.126-1.334.573-1.334.573S.805 3.56.46 3.988C.12 4.412.137 5.78.137 5.825c-.002.046-.065 1.484.266 1.496zm14.294 2.832c.001-.045.017-1.413-.323-1.836-.345-.429-1.33-.985-1.33-.985s-1.122-.698-1.331-.573c-.207.127-.175 1.48-.175 1.48s.013 1.338.229 1.724c.216.383 1.34 1.058 1.34 1.058s.985.642 1.324.631c.332-.015.267-1.453.266-1.499zm-8.359 2.406c.151-.295-1.135-.943-1.177-.966-.038-.021-1.224-.706-1.758-.617-.542.091-1.51.676-1.51.676s-1.16.638-1.152.881 1.204.876 1.204.876 1.174.646 1.616.646 1.579-.65 1.579-.65 1.042-.545 1.198-.846zm2.634 1.09c-.038-.021-1.223-.706-1.757-.616-.544.091-1.512.675-1.512.675s-1.159.639-1.151.882c.008.243 1.204.876 1.204.876s1.173.645 1.614.645 1.579-.65 1.579-.65 1.044-.544 1.198-.844c.152-.296-1.134-.946-1.175-.968z"/></svg>
<svg class="tc-image-appcelerator tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.01199722290039 23.564647674560547"><path d="M25.851 22.312L13.783 1.41a.895.895 0 1 0-1.553 0L.161 22.312c-.161.277-.161.573 0 .852s.457.4.777.4h24.137c.321 0 .615-.123.776-.4s.161-.574 0-.852zm-7.678-1.687l.032-.906-3.482.615-.158-.166.045-1.212h-.091s-.954 1.598-3.068 1.598c-1.568 0-3.045-.632-3.045-3.176 0-2.57 1.931-3.427 3.954-3.427h2.128v-1.026c0-1.023-.689-1.613-1.962-1.613-1.432 0-3.12.227-3.12.227l-.12-.16V9.654s1.821-.227 3.708-.227c1.727 0 3.798.454 3.798 2.999v5.856l1.163-.221-.331-.848 2.903 1.273-2.353 2.138zm-7.563-3.42c0 1.18.825 1.45 1.62 1.45.75 0 1.665-.185 2.257-1.116v-1.941h-1.536c-1.546 0-2.341.38-2.341 1.607z"/></svg>
<svg class="tc-image-apple tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.043999671936035 15.99899959564209"><path d="M6.634 4.59c.54 0 1.544-.743 2.85-.743 2.25 0 3.135 1.6 3.135 1.6s-1.73.885-1.73 3.032c0 2.42 2.155 3.255 2.155 3.255s-1.507 4.242-3.542 4.242c-.935 0-1.662-.63-2.647-.63-1.004 0-2 .653-2.648.653C2.347 15.999 0 11.976 0 8.742c0-3.182 1.988-4.85 3.852-4.85 1.21 0 2.152.698 2.782.698zm.563-3.198C8.247.007 9.71 0 9.71 0s.217 1.303-.827 2.558c-1.114 1.34-2.382 1.12-2.382 1.12s-.238-1.054.697-2.286z"/></svg>
<svg class="tc-image-apple-pay tc-image-button" width="22pt" height="22pt" viewBox="0 0 1041.8729248046875 479.383056640625"><path d="M280.229 198.533c.543 56.555 51.221 75.367 51.784 75.612-.43 1.331-8.1 26.818-26.695 53.145-16.077 22.764-32.768 45.445-59.065 45.916-25.835.461-34.14-14.838-63.673-14.838-29.522 0-38.758 14.366-63.212 15.298-25.374.932-44.697-24.617-60.918-47.298C25.323 279.97 0 195.265 33.997 138.085c16.886-28.395 47.073-46.377 79.831-46.838 24.924-.461 48.435 16.24 63.672 16.24 15.227 0 43.806-20.081 73.851-17.132 12.575.512 47.892 4.925 70.564 37.069-1.822 1.095-42.127 23.828-41.687 71.106zM231.682 59.668C245.158 43.868 254.22 21.882 251.753 0c-19.415.758-42.906 12.534-56.832 28.324-12.482 13.978-23.419 36.362-20.47 57.805 21.648 1.618 43.756-10.66 57.232-26.46zm194.986-27.049c9.988-1.68 21.002-3.198 33.041-4.544s25.291-2.014 39.755-2.014c20.65 0 38.46 2.439 53.431 7.307 14.971 4.878 27.27 11.851 36.905 20.929 8.268 8.066 14.722 17.64 19.365 28.743 4.641 11.092 6.962 23.875 6.962 38.327 0 17.478-3.18 32.78-9.543 45.887s-15.054 24.118-26.068 33.023c-11.014 8.906-24.089 15.546-39.236 19.918s-31.663 6.558-49.566 6.558c-16.173 0-29.767-1.174-40.769-3.522v145.22h-24.276V32.619zm24.287 169.43c5.854 1.67 12.392 2.844 19.613 3.512s14.961 1.012 23.22 1.012c30.968 0 54.974-7.054 72.007-21.173s25.55-34.785 25.55-62.019c0-13.106-2.239-24.543-6.715-34.288s-10.837-17.732-19.095-23.956c-8.258-6.214-18.059-10.92-29.424-14.118-11.356-3.198-23.923-4.797-37.692-4.797-11.003 0-20.473.425-28.389 1.265s-14.288 1.761-19.095 2.773l.021 151.789zm358.141 108.908c0 9.756.166 19.502.508 29.248s1.378 19.159 3.098 28.236h-22.72l-3.607-34.288h-1.036c-3.098 4.706-7.056 9.412-11.874 14.119s-10.402 8.987-16.774 12.853c-6.36 3.866-13.593 6.973-21.685 9.321s-16.95 3.522-26.586 3.522c-12.049 0-22.628-1.933-31.756-5.789-9.117-3.866-16.609-8.906-22.452-15.13-5.854-6.224-10.236-13.37-13.158-21.426s-4.383-16.132-4.383-24.208c0-28.571 12.308-50.593 36.915-66.058s61.688-22.863 111.254-22.185v-6.558c0-6.386-.6-13.703-1.813-21.941s-3.875-16.051-7.999-23.44c-4.124-7.388-10.319-13.612-18.577-18.653s-19.447-7.56-33.558-7.56c-10.662 0-21.24 1.599-31.735 4.787s-20.048 7.641-28.648 13.359l-7.75-17.65c11.014-7.388 22.38-12.681 34.077-15.869 11.697-3.198 23.913-4.797 36.646-4.797 17.21 0 31.238 2.854 42.075 8.572s19.354 13.106 25.55 22.185c6.195 9.078 10.412 19.239 12.65 30.503s3.356 22.438 3.356 33.53l-.02 95.316zm-24.255-72.1c-13.086-.334-26.773.162-41.049 1.508s-27.436 4.281-39.485 8.825-22.027 11.183-29.942 19.918c-7.915 8.744-11.874 20.343-11.874 34.795 0 17.144 4.984 29.745 14.961 37.82 9.977 8.066 21.167 12.105 33.558 12.105 9.977 0 18.92-1.346 26.835-4.038s14.795-6.305 20.65-10.839c5.853-4.534 10.754-9.655 14.711-15.373s6.973-11.598 9.045-17.651c1.72-6.73 2.58-11.608 2.58-14.635l.01-52.435zm71.718-112.46l62.962 157.335c3.44 8.744 6.714 17.731 9.812 26.971s5.854 17.731 8.258 25.463h1.036c2.404-7.398 5.16-15.717 8.258-24.957s6.538-18.743 10.32-28.5l58.86-156.313h25.808l-71.738 177.506c-7.232 18.824-14.039 35.887-20.4 51.18s-12.817 29.077-19.354 41.353c-6.538 12.266-13.158 23.115-19.872 32.528s-14.194 17.65-22.462 24.704c-9.635 8.4-18.494 14.533-26.576 18.409-8.092 3.866-13.51 6.305-16.256 7.307l-8.268-19.664c6.196-2.692 13.086-6.214 20.65-10.586 7.572-4.372 14.97-10.08 22.192-17.144 6.196-6.052 12.992-14.038 20.39-23.955s14.018-21.932 19.872-36.06c2.072-5.374 3.108-8.906 3.108-10.586 0-2.348-1.036-5.88-3.108-10.586l-89.31-224.394h25.82z"/></svg>
<svg class="tc-image-appleinc tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.767999649047852 16.038999557495117"><path d="M11.624 8.501c-.02-2.026 1.652-2.998 1.727-3.046-.94-1.375-2.404-1.564-2.926-1.585-1.246-.126-2.431.734-3.064.734-.631 0-1.607-.715-2.64-.696-1.358.02-2.61.79-3.31 2.006C0 8.362 1.05 11.99 2.425 13.975c.672.972 1.473 2.064 2.525 2.025 1.013-.04 1.396-.656 2.621-.656s1.569.656 2.641.635c1.09-.02 1.781-.991 2.448-1.966.772-1.128 1.089-2.219 1.108-2.275-.024-.011-2.126-.816-2.147-3.236zM9.61 2.555c.558-.677.935-1.617.832-2.555-.804.033-1.779.536-2.356 1.212-.518.6-.971 1.557-.85 2.476.898.07 1.815-.456 2.373-1.132z"/></svg>
<svg class="tc-image-appnet tc-image-button" width="22pt" height="22pt" viewBox="0 0 580.1610107421875 514.4000244140625"><path d="M3.233 225.024c3.248-54.096 15.952-99.407 38.143-135.936 16.721-27.313 33.025-46.689 48.897-58.112 15.872-11.44 39.504-19.888 70.912-25.344 10.24-1.712 19.968-2.656 29.184-2.817s17.84.513 25.856 2.048c8.016 1.536 15.536 3.505 22.527 5.889 7.01 2.384 13.664 5.808 19.97 10.24 6.319 4.432 12.03 8.783 17.15 13.056 5.12 4.271 10.24 9.647 15.361 16.128 5.12 6.496 9.647 12.368 13.552 17.664 3.936 5.296 8.032 11.855 12.303 19.712 4.273 7.856 7.857 14.592 10.77 20.223 2.895 5.633 6.383 12.544 10.479 20.737a320.044 320.044 0 0 1 7.168 15.36c2.368 5.456 4.944 11.52 7.68 18.176 2.72 6.656 4.944 11.855 6.655 15.616 2.721-16.385 12.353-48.464 28.913-96.256 16.56-47.776 28.096-72.528 34.56-74.24C454.369 0 479.121 0 497.569 7.168c1.376.672 2.912 2.048 4.607 4.096 1.697 2.048 2.897 3.408 3.585 4.095-.337 6.145-1.36 12.721-3.056 19.712-1.712 7.01-3.152 12.545-4.352 16.64s-3.424 10.337-6.656 18.688c-3.233 8.369-5.2 13.569-5.888 15.617l-81.92 224.769c-2.4 11.615.752 26.975 9.472 46.079 8.687 19.104 20.224 34.992 34.56 47.616 14.335 12.64 26.96 16.384 37.872 11.28 3.408-1.712 6.496-5.296 9.215-10.752 2.737-5.471 5.12-9.055 7.168-10.752 6.145-5.12 18.273-7.776 36.353-7.936 18.08-.192 29.52 2.976 34.304 9.472 5.456 9.888 7.328 20.56 5.632 32-1.696 11.44-6.992 22.688-15.856 33.776s-19.024 20.832-30.464 29.184c-11.44 8.369-24.064 14.592-37.889 18.688-13.823 4.097-26.351 4.96-37.647 2.56-9.888-2.047-19.105-5.2-27.648-9.472-8.528-4.287-15.537-8.624-20.992-13.056-5.472-4.432-11.28-10.656-17.408-18.687-6.16-8.017-10.848-14.593-14.097-19.713-3.248-5.104-7.84-12.784-13.807-23.024-5.985-10.256-10.336-17.744-13.056-22.528-1.376.688-2.385 1.376-3.057 2.064-8.208 19.776-22.03 37.968-41.487 54.512s-41.12 29.36-65.024 38.384c-23.888 9.057-49.489 12.368-76.8 10-27.313-2.384-52.048-11.616-74.24-27.664-29.008-21.152-51.36-55.888-67.073-104.191C6.209 330.32 0 279.121 3.233 225.024zm78.08-6.4c-4.433 36.863-2.897 72.88 4.607 108.031 7.504 35.152 19.97 59.217 37.376 72.192 9.553 7.168 19.12 12.369 28.673 15.632 9.552 3.233 18.336 5.2 26.367 5.872 8.017.689 16.385-.943 25.088-4.864 8.704-3.92 16.05-7.52 22.017-10.752 5.983-3.231 12.975-9.216 20.992-17.92 8.016-8.704 14.08-15.44 18.176-20.223s9.727-12.624 16.895-23.569c7.168-10.912 11.857-18.256 14.08-22 2.225-3.76 6.385-10.943 12.544-21.52 1.697-3.072 3.057-5.455 4.097-7.167-12.977-54.945-23.904-93.008-32.769-114.176-24.912-59.04-59.391-85.505-103.424-79.36-19.12 2.751-32.944 6.495-41.471 11.28-8.544 4.783-17.073 13.135-25.6 25.087-13.984 18.768-23.217 46.592-27.648 83.457z"/></svg>
<svg class="tc-image-apps tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.6669921875 682.6669921875"><path d="M0 170.667h170.667V0H0v170.667zm256 512h170.667V512H256v170.667zm-256 0h170.667V512H0v170.667zm0-256h170.667V256H0v170.667zm256 0h170.667V256H256v170.667zM512 .001v170.667h170.667V.001H512zM256 170.667h170.667V0H256v170.667zm256 256h170.667V256H512v170.667zm0 256h170.667V512H512v170.667z"/></svg>
<svg class="tc-image-appstore tc-image-button" width="22pt" height="22pt" viewBox="0 0 440.3210144042969 512.0010375976562"><path d="M.529 255.489c2.383-28.336 9.887-52.048 22.511-71.168 13.313-20.144 29.617-35.92 48.912-47.36 19.28-11.44 38.832-17.152 58.624-17.152 13.985 0 31.313 3.664 51.968 11.008 20.656 7.344 36.08 11.008 46.336 11.008 9.536 0 24.13-3.664 43.76-11.008s37.648-11.008 54.016-11.008c17.745 0 35.329 4.608 52.737 13.824 17.408 9.216 32.607 22.016 45.584 38.4-16.737 9.216-30.128 21.248-40.208 36.097-10.08 14.847-15.777 30.463-17.137 46.847v12.288c-.351 11.952 1.185 23.905 4.593 35.84 4.431 16.032 12.624 30.544 24.576 43.52 11.951 12.976 26.464 22.704 43.52 29.184-11.6 24.928-22.689 45.584-33.28 61.952-14.673 21.84-29.169 39.584-43.505 53.248s-29.872 20.656-46.591 20.992c-9.92 0-22.88-3.744-38.928-11.264-15.36-6.816-30.897-10.24-46.593-10.24h-2.048c-16.031 0-32.256 3.584-48.64 10.752s-29.696 10.752-39.935 10.752c-28.337-.336-57.68-23.728-88.064-70.144-19.457-29.696-33.617-61.103-42.497-94.208C3.408 321.697 0 297.137 0 273.922c0-6.145.177-12.289.529-18.433zm212.48-132.096c-1.025-5.12-1.553-10.24-1.553-15.36 0-22.192 9.04-44.208 27.137-66.048 9.215-11.264 21.07-20.816 35.6-28.672C288.688 5.473 302.768 1.025 316.416 0c.688 5.12 1.024 10.24 1.024 15.36 0 23.552-8.528 46.08-25.6 67.585-9.568 12.288-21.504 22.192-35.84 29.696-14 7.52-27.664 11.088-40.976 10.752h-2.015z"/></svg>
<svg class="tc-image-appstore-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M359 640q10 0 17.5 7.5T384 665v270q0 10-7.5 17.5T359 960H89q-10 0-17.5-7.5T64 935V665q0-10 7.5-17.5T89 640h270zm0-64H89q-37 0-63 26T0 665v270q0 37 26 63t63 26h270q37 0 63-26t26-63V665q0-37-26-63t-63-26zm0-512q10 0 17.5 7.5T384 89v270q0 10-7.5 17.5T359 384H89q-10 0-17.5-7.5T64 359V89q0-10 7.5-17.5T89 64h270zm0-64H89Q52 0 26 26T0 89v270q0 37 26 63t63 26h270q37 0 63-26t26-63V89q0-37-26-63T359 0zm576 640q10 0 17.5 7.5T960 665v270q0 10-7.5 17.5T935 960H665q-10 0-17.5-7.5T640 935V665q0-10 7.5-17.5T665 640h270zm0-64H665q-37 0-63 26t-26 63v270q0 37 26 63t63 26h270q37 0 63-26t26-63V665q0-37-26-63t-63-26zm0-512q10 0 17.5 7.5T960 89v270q0 10-7.5 17.5T935 384H665q-10 0-17.5-7.5T640 359V89q0-10 7.5-17.5T665 64h270zm0-64H665q-37 0-63 26t-26 63v270q0 37 26 63t63 26h270q37 0 63-26t26-63V89q0-37-26-63T935 0z"/></svg>
<svg class="tc-image-aptana tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.919998168945312 27.23200225830078"><path d="M15.497 24.121c.516-.902 1.248-1.502 2.307-1.701h.625c.367.117.737.228 1.056.455.318.406.837.919 1.321 1.104.911.349 1.611-.346 2.193-.947.422-.436.748-1.134.519-1.739-.205-.542-.802-.825-1.123-1.289-.682-.986-.503-2.274.136-3.217.303-.447.707-.823 1.248-.94.505-.109 1.016.036 1.522-.023.469-.055 1.068-.434 1.213-.919.278-.93.406-2.531-.647-3.036-1.119-.537-2.336.087-3.235-1.023-.417-.515-.715-1.195-.741-1.861-.035-.871.492-1.362 1.066-1.944.405-.411.696-1.077.542-1.668-.136-.518-.515-.937-.916-1.273-.736-.618-1.717-.792-2.474-.119-.218.194-.415.409-.622.614a1.62 1.62 0 0 1-.593.393c-1.143.409-2.089.002-2.96-.715-.082-.099-.152-.206-.226-.311a2.38 2.38 0 0 1-.317-1.271c.008-.308.025-.618-.022-.925C15.145.295 12.897 0 11.848.712c-.651.442-.666 1.285-.732 1.991-.072.77-.249 1.46-.914 1.927-.567.398-1.358.636-2.051.532-.383-.057-.722-.232-1.032-.457-.646-.468-1.022-1.19-1.941-1.111-.815.07-1.564.761-1.934 1.46-.527.997-.032 1.591.638 2.319.69.75.902 1.53.595 2.515-.305.979-.864 1.697-1.925 1.828-.591.073-1.26-.033-1.81.24-.732.363-.738 1.253-.74 1.962-.002.811.133 1.615 1.023 1.838.93.233 2.005.064 2.776.773.935.859 1.193 2.199.52 3.27-.238.379-.558.696-.813 1.062-.311.446-.342.785-.391 1.311.212.246.262.585.456.837.499.649 1.205 1.116 2.049 1.092.818-.023 1.242-.953 1.874-1.376.41-.186.837-.286 1.29-.241.448.045.845.258 1.268.387l.56.379.309.393c.093.119.147.23.203.37.042.107.086.213.109.326.04.203.065.419.069.625.003.168-.003.336-.001.504.011 1.107.653 1.651 1.725 1.709 1.02.055 2.164-.087 2.363-1.307.065-.398-.031-.841-.012-1.248zM4.37 7.056l-.002-.008.01.003-.008.005zm8.939 12.575a5.813 5.813 0 1 1 0-11.626 5.813 5.813 0 0 1 0 11.626zm7.495 3.666h-.001.001zm.439.252l-.003-.003.007-.002-.004.005z"/></svg>
<svg class="tc-image-aquarium tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48"><path d="M0 5.381s2.257 4 2.257 6.556L.013 18.292c0 .594.401.796.876.456l7.383-5.296c1.491 1.101 4.412 2.562 6.533 3.762V21.5l4.735-2.696c1.52.345 3.062.564 4.713.564 9.949 0 18.026-6.455 18.026-7.531 0-.935-6.074-5.933-14.201-7.223L19.042 0v4.987c-4.236 1.174-8.569 3.609-10.769 5.234L.863 4.925C.389 4.584 0 4.787 0 5.381m34.251 7.766c-1.171 0-2.122-.963-2.122-2.153s.951-2.152 2.122-2.152c1.173 0 2.118.962 2.118 2.152s-.945 2.153-2.118 2.153M48 31.88c0-.595-.389-.798-.863-.456l-7.374 5.298c-2.2-1.625-6.489-4.06-10.731-5.233V26.5l-9.072 4.613c-8.13 1.289-14.221 6.289-14.221 7.224 0 1.076 8.069 7.534 18.017 7.534 1.65 0 3.229-.224 4.747-.57L33.273 48v-4.285c2.118-1.203 5.005-2.662 6.489-3.767l7.364 5.297c.479.345.869.139.869-.451 0 0-2.248-3.799-2.248-6.357C45.748 35.879 48 31.88 48 31.88m-32.785 6.388c-1.172 0-2.119-.961-2.119-2.153 0-1.188.947-2.148 2.119-2.148 1.17 0 2.12.961 2.12 2.148 0 1.192-.949 2.153-2.12 2.153"/></svg>
<svg class="tc-image-aquarium-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.144000053405762 9.102001190185547"><path d="M8 0c-.876 0-1.85.092-3.004.527C3.843.962 2.848 1.657 2 2.5c-.852.847-2 2.5-2 3s1.135 1.943 2.678 2.621c1.542.678 2.39.798 3.283.895.797.086 1.942-.027 2.885-.233C9.592 8.621 10.994 8.31 11 8c0 0-2.756-.063-3-.5-.249-.445-.25-1.586 0-2 .258-.428 2.5 1 2.5 1 .644.258.644-4.258 0-4 0 0-2.277 1.447-2.5 1-.25-.5-.25-1.5 0-2 .223-.447 3-.5 3-.5 0-.5-2.124-1-3-1zM3.514 3.502a1.014 1.014 0 1 1 0 2.028 1.014 1.014 0 0 1 0-2.028z"/></svg>
<svg class="tc-image-aquarium-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.19999885559082 13"><path d="M10.9 10.6c-.3-.6-.3-2.3 0-2.8.4-.6 3.4 1.4 3.4 1.4.9.4.9-6.1 0-5.7 0 0-3.1 2.1-3.4 1.4-.3-.7-.3-2.1 0-2.8.3-.6 4.1-.7 4.1-.7C15 .7 12.1 0 10.9 0S8.4.1 6.8.8c-1.6.6-2.9 1.6-4.1 2.8S0 7.2 0 7.9s1.5 2.8 3.7 3.7 3.3 1.1 4.5 1.3c1.1.1 2.6 0 3.9-.3 1-.2 2.9-.7 2.9-1.1 0-.2-3.8-.3-4.1-.9zM4.5 8.3C3.7 8.3 3 7.6 3 6.8s.7-1.5 1.5-1.5S6 6 6 6.8s-.7 1.5-1.5 1.5z"/></svg>
<svg class="tc-image-arcade-button tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M19 0c8.062 0 14.639 5.936 14.986 13.382L34 13c0-2.8-.881-5.41-2.399-7.598C35.526 8.608 38 13.288 38 18.5 38 28.165 29.493 36 19 36S0 28.165 0 18.5c0-5.212 2.474-9.892 6.399-13.098C4.881 7.59 4 10.2 4 13l.014.382C4.361 5.937 10.938 0 19 0zm15 14c0 7.732-6.716 14-15 14-8.284 0-15-6.268-15-14v4c0 7.732 6.716 13.5 15 13.5 8.284 0 15-5.768 15-13.5v-4z"/></svg>
<svg class="tc-image-archery tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 33 50.209999084472656"><path d="M12.855 10.597c2.242 0 4.041-1.854 4.041-4.138 0-2.285-1.799-4.139-4.041-4.139-2.225 0-4.042 1.854-4.042 4.139 0 2.284 1.817 4.138 4.042 4.138zM14 12H2c-2 0-2 3 0 3h12c2 0 2-3 0-3zm19 1.254c0-4.587-1.605-8.969-4.53-12.422C28.483.82 27.732 0 27.732 0l-11.38 11.648-.194.192.108.146c.175.319.272.674.312 1.028.012.146 0 .297-.017.448-.022.308-.08.61-.209.896l-.012.029-.073.174-.074.146c-.5.786-1.356 1.293-2.396 1.293H7v16L4.813 47.233c-.239 1.255.717 2.476 1.943 2.72C7.982 50.21 9.75 49.268 10 48l2-17h1l3.39 17.128c.25 1.268 2.002 2.082 3.239 1.825 1.216-.244 1.894-1.465 1.655-2.72L18 30.969V17.357l9.326 9.135s.953-.825.953-.836C31.19 22.206 33 17.823 33 13.254zM30.939 15c-.334 3-2.082 6.628-4.273 9.282C24.641 22.215 20 18.322 18 15.771V15h12.939zm0-3H17.902c2.395-3 6.873-7.033 9.168-9.375C29.271 5.275 30.617 8 30.939 12z"/></svg>
<svg class="tc-image-archive tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.750701904296875 42.75"><path d="M15.834 0h19c.874 0 1.583.709 1.583 1.583v1.583c0 .875-.71 1.584-1.583 1.584H28.5a1.583 1.583 0 0 1-1.583-1.584c-.012 0-3.173.003-6.333 1.584l-3.167 1.583h-1.583v20.583h1.583c4.74 3.16 9.48 3.167 9.5 3.167 0-.874.709-1.583 1.583-1.583h6.334c.874 0 1.583.709 1.583 1.583v1.583c0 .875-.71 1.584-1.583 1.584h-14.25s-2.191 0-4.75-.228v1.811h-.792v1.583h10.715a3.167 3.167 0 1 1 0 3.167h-8.34v1.583c0 .875-.71 1.584-1.583 1.584H9.5a1.583 1.583 0 0 1-1.583-1.584v-1.583H5.91a3.167 3.167 0 1 1 0-3.167h4.382v-1.583H9.5v-3.08c-.964-.425-1.583-.97-1.583-1.67v-3.167H9.5V6.333H7.917v-4.75C7.917 0 15.834 0 15.834 0zm9.5 6.333H36.02l6.73 6.73v13.853H25.333V6.333zM28.5 9.5v14.25h11.084v-6.334h-7.917V9.5H28.5zm6.334 0v4.75h4.75l-4.75-4.75z"/></svg>
<svg class="tc-image-area-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13.064000129699707"><path d="M13.149 3.536L9.101 1.229l-4.97 7.656c-.126.23-.377.294-.568.146L.793 6.846l-.726-.65-.046-.269c0-.184.083-.352.215-.439a.35.35 0 0 1 .42.02l3.011 2.414L8.624.289c.12-.223.361-.289.549-.161l4.592 2.684a.528.528 0 0 1 .207.435s0 .274-.257.399-.566-.11-.566-.11zM0 9.629v3.435h14V7.355L9.231 5.866l-5.527 5.192L0 9.629z"/></svg>
<svg class="tc-image-arrow_down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1675 1920"><path d="M0 1031q0-51 37-88t89-37 88 37l498 497V126q0-53 37-89.5T838 0t88 36.5 36 89.5v1314l499-497q37-37 88.5-37t88.5 37q37 36 37 88t-37 89l-800 800-801-800q-37-39-37-89z"/></svg>
<svg class="tc-image-arrow_left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1921 1675"><path d="M0 838L800 37q39-37 89-37 51 0 88 37t37 88.5-37 89.5L479 712h1315q53 0 90 37t37 89-37 88-90 36H479l498 499q37 37 37 88.5t-37 88.5-88.5 37-88.5-37z"/></svg>
<svg class="tc-image-arrow_right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1921 1676"><path d="M0 838q0-53 36.5-88.5T125 714h1316L944 214q-38-37-38-89t38-87q36-38 86.5-38t90.5 38l800 800-800 800q-41 38-90 38t-87-38-38-89.5 38-87.5l497-497H125q-52 0-88.5-37T0 838z"/></svg>
<svg class="tc-image-arrow_up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1674 1920"><path d="M0 889.5Q0 837 37 800L837 0l801 800q36 37 36 90 0 52-36 88-37 37-89 37t-88-37L962 480v1315q0 52-36 88.5t-89 36.5q-52 0-88.5-36.5T712 1795V480L214 978q-37 37-88.5 37T37 978Q0 942 0 889.5z"/></svg>
<svg class="tc-image-arrow-back tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 13.577821731567383"><path d="M8 3.637v-2.56A1.001 1.001 0 0 0 6.293.37L0 6.578l6.293 6.207a.997.997 0 0 0 1.414 0A.999.999 0 0 0 8 12.078v-2.49c2.75.069 5.755.567 8 3.99v-1c0-4.633-3.5-8.443-8-8.941z"/></svg>
<svg class="tc-image-arrow-back-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.001493453979492 15.757503509521484"><path d="M16.164 15.219c-1.64-2.5-3.669-3.285-6.164-3.484v1.437c0 .534-.208 1.036-.586 1.414-.756.756-2.077.751-2.823.005L.298 8.384a1 1 0 0 1 0-1.425L6.586.756C7.34.001 8.66 0 9.416.757c.376.378.584.88.584 1.414v1.704c4.62.933 8 4.997 8 9.796v1a.999.999 0 0 1-1.836.548zm-7.14-5.536c2.206.056 4.637.394 6.757 2.121a7.985 7.985 0 0 0-6.893-6.08C8.384 5.668 8 5.672 8 5.672V2.175L2.424 7.671 8 13.171V9.672l1.023.011z"/></svg>
<svg class="tc-image-arrow-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 5 8"><path d="M2 0v5H0l2.53 3L5 5H3V0H2z"/></svg>
<svg class="tc-image-arrow-bottom-dot tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 5"><path d="M1 0H0v1h1V0zm2 1H2V0h1v1zm2 0H4V0h1v1zm2 0H6V0h1v1zm2 0H8V0h1v1zM3 3H2V2h1v1zm2 0H4V2h1v1zm0 2H4V4h1v1zm2-2H6V2h1v1z"/></svg>
<svg class="tc-image-arrow-bottom-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 8.823987007141113"><path d="M5 5.574a.744.744 0 0 1-.53-.22l-4-4A.75.75 0 1 1 1.531.293L5 3.763 8.47.293a.75.75 0 1 1 1.061 1.061l-4 4a.748.748 0 0 1-.531.22zm5 2.25a1 1 0 0 0-1-1H1a1 1 0 1 0 0 2h8a1 1 0 0 0 1-1z"/></svg>
<svg class="tc-image-arrow-circle-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM3 1h2v3h2L4 7 1 4h2V1z"/></svg>
<svg class="tc-image-arrow-circle-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1284 769q0-27-18-45l-91-91q-18-18-45-18t-45 18L896 822V320q0-26-19-45t-45-19H704q-26 0-45 19t-19 45v502L451 633q-19-19-45-19t-45 19l-91 91q-18 18-18 45t18 45l362 362 91 91q18 18 45 18t45-18l91-91 362-362q18-18 18-45zm252-1q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-arrow-circle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1v2h3v2H4v2L1 4l3-3z"/></svg>
<svg class="tc-image-arrow-circle-o-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1120 800q0 12-10 24l-319 319q-11 9-23 9t-23-9L425 823q-15-16-7-35 8-20 30-20h192V416q0-14 9-23t23-9h192q14 0 23 9t9 23v352h192q14 0 23 9t9 23zM768 224q-148 0-273 73T297 495t-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73zm768 544q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-arrow-circle-o-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1152 672v192q0 13-9.5 22.5T1120 896H768v192q0 14-9 23t-23 9q-12 0-24-10L393 791q-9-9-9-23t9-23l320-320q9-9 23-9 13 0 22.5 9.5T768 448v192h352q13 0 22.5 9.5t9.5 22.5zm160 96q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-arrow-circle-o-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1152 768q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5T768 1088V896H416q-13 0-22.5-9.5T384 864V672q0-13 9.5-22.5T416 640h352V448q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23zm160 0q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-arrow-circle-o-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1118 748q-8 20-30 20H896v352q0 14-9 23t-23 9H672q-14 0-23-9t-9-23V768H448q-14 0-23-9t-9-23q0-12 10-24l319-319q11-9 23-9t23 9l320 320q15 16 7 35zM768 224q-148 0-273 73T297 495t-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73zm768 544q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-arrow-circle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3-3 3V5H1V3h3V1z"/></svg>
<svg class="tc-image-arrow-circle-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3H5v3H3V4H1l3-3z"/></svg>
<svg class="tc-image-arrow-circle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1284 767q0-27-18-45L904 360l-91-91q-18-18-45-18t-45 18l-91 91-362 362q-18 18-18 45t18 45l91 91q18 18 45 18t45-18l189-189v502q0 26 19 45t45 19h128q26 0 45-19t19-45V714l189 189q19 19 45 19t45-19l91-91q18-18 18-45zm252 1q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-arrow-collapsed tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.5 40.5"><path d="M36.5 16.25H24.25V4l4-4v9l8-8 3.25 3.25-8 8h9l-4 4zM16.25 4v12.25H4l-4-4h9l-8-8L4.25 1l8 8V0l4 4zM4 24.25h12.25V36.5l-4 4v-9l-8 8L1 36.25l8-8H0l4-4zM24.25 36.5V24.25H36.5l4 4h-9l8 8-3.25 3.25-8-8v9l-4-4z"/></svg>
<svg class="tc-image-arrow-combo tc-image-button" width="22pt" height="22pt" viewBox="0 0 460 1000"><path d="M230 0l230 364H0L230 0m0 1000L0 634h460l-230 366"/></svg>
<svg class="tc-image-arrow-corner-up-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.25 40"><path d="M0 11h25.75l-11-11h11.5l14 14-15 15h-10.5l11-11H7v22H0V11z"/></svg>
<svg class="tc-image-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.000940322875977 5.627239227294922"><path d="M0 .626C0 .458.064.312.188.187A.6.6 0 0 1 .626.001h8.75c.169 0 .315.061.439.186.125.125.186.271.186.44s-.061.313-.186.438L5.44 5.44a.604.604 0 0 1-.44.186.603.603 0 0 1-.438-.186L.187 1.065A.603.603 0 0 1 0 .626z"/></svg>
<svg class="tc-image-arrow-down-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M192 384l192-192H272V0H112v192H0z"/></svg>
<svg class="tc-image-arrow-down-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 191.89999389648438"><path d="M2.9 24.7l1.8 2.1 136 156.5c4.6 5.3 11.5 8.6 19.2 8.6 7.7 0 14.6-3.4 19.2-8.6L315 27.1l2.3-2.6C319 22 320 19 320 15.8 320 7.1 312.6 0 303.4 0H16.6C7.4 0 0 7.1 0 15.8c0 3.3 1.1 6.4 2.9 8.9z"/></svg>
<svg class="tc-image-arrow-down-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 280.20001220703125 351.8999938964844"><path d="M267.7 242.6l-105 100.3c-5.8 6-13.7 9-22.4 9s-16.5-3-22.4-9L12.5 242.6C0 230.7 0 211.3 12.5 199.4c12.5-11.9 32.7-11.9 45.2 0l50.4 48.2v-217c0-16.9 14.3-30.6 32-30.6s32 13.7 32 30.6v217l50.4-48.2c12.5-11.9 32.7-11.9 45.2 0s12.5 31.2 0 43.2z"/></svg>
<svg class="tc-image-arrow-down-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.64797592163086 5.574477195739746"><path d="M4.823 5.574a.744.744 0 0 1-.53-.22l-4-4A.75.75 0 1 1 1.354.293l3.47 3.47 3.47-3.47a.75.75 0 1 1 1.061 1.061l-4 4a.752.752 0 0 1-.532.22z"/></svg>
<svg class="tc-image-arrow-down-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 774.2479858398438"><path d="M658.744 24.992L128 555.736v-229.49c0-35.346-28.654-64-64-64s-64 28.654-64 64v384.002c0 25.886 15.592 49.222 39.508 59.128 7.924 3.282 16.242 4.84 24.492 4.836v.036l384-.002c35.344 0 64-28.654 64-63.998 0-35.348-28.656-64-64-64H218.51l530.744-530.746C761.75 103.006 768 86.626 768 70.246c0-16.376-6.25-32.758-18.746-45.254C724.262 0 683.736 0 658.744 24.992z"/></svg>
<svg class="tc-image-arrow-down-left2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.001035690307617 12.000201225280762"><path d="M10.293.292L2 8.585V5a1 1 0 0 0-2 0v6a1.002 1.002 0 0 0 1 1V12h6a1 1 0 0 0 0-2H3.414l8.293-8.293a.997.997 0 0 0 0-1.414.999.999 0 0 0-1.414 0z"/></svg>
<svg class="tc-image-arrow-down-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.582088470458984 19.312000274658203"><path d="M8.291 19.312L1.17 12.191a3.002 3.002 0 0 1 0-4.242c1.094-1.094 2.978-1.138 4.121-.115V3c0-1.654 1.346-3 3-3s3 1.346 3 3v4.834c1.143-1.023 3.027-.979 4.121.115a3.002 3.002 0 0 1 0 4.242l-7.121 7.121zm-5-10.242a.999.999 0 0 0-.707 1.707l5.707 5.707 5.707-5.707a.999.999 0 0 0 0-1.414 1.021 1.021 0 0 0-1.414 0l-3.293 3.293V3a1.001 1.001 0 0 0-2 0v9.656L3.998 9.363a.991.991 0 0 0-.707-.293z"/></svg>
<svg class="tc-image-arrow-down-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 774.2479858398438 768"><path d="M24.995 109.254L555.735 640H326.248c-35.346 0-64 28.654-64 64s28.654 64 64 64h384c25.884 0 49.222-15.594 59.126-39.508 3.284-7.924 4.84-16.242 4.838-24.492h.036V320c0-35.346-28.654-64-64-64-35.348 0-64 28.654-64 64v229.49L115.502 18.746C103.006 6.248 86.628 0 70.248 0S37.49 6.248 24.994 18.746C0 43.738 0 84.262 24.994 109.254z"/></svg>
<svg class="tc-image-arrow-down-right2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.000202178955078 12.0010347366333"><path d="M.292 1.708l8.293 8.293H5a1 1 0 0 0 0 2h6a1.002 1.002 0 0 0 1-1H12v-6a1 1 0 0 0-2 0v3.586L1.707.294a.997.997 0 0 0-1.414 0 .999.999 0 0 0 0 1.414z"/></svg>
<svg class="tc-image-arrow-down-thick tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.337188720703125 16.898000717163086"><path d="M13.556 7.656a2 2 0 0 0-2.828 0L9.142 9.242V2a2 2 0 0 0-4 0v7.242L3.556 7.656a2 2 0 1 0-2.828 2.828l6.414 6.414 6.414-6.414a2 2 0 0 0 0-2.828z"/></svg>
<svg class="tc-image-arrow-down-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 46.5"><path d="M36 39.25h-8V14.5l-8 8V12L32 0l12 12v10.5l-8-8v24.75zm-28-32h8V32l8-8v10.5l-12 12-12-12V24l8 8V7.25z"/></svg>
<svg class="tc-image-arrow-down2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.097667694091797 14.000201225280762"><path d="M11.804 8.707l-5 5a.999.999 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414l3.293 3.293V1a1 1 0 0 1 2 0v9.586l3.293-3.293a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414z"/></svg>
<svg class="tc-image-arrow-downward tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M32 16l-2.82-2.82L18 24.34V0h-4v24.34L2.84 13.16 0 16l16 16 16-16z"/></svg>
<svg class="tc-image-arrow-drop-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 20 10"><path d="M0 0l10 10L20 0z"/></svg>
<svg class="tc-image-arrow-drop-down-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 24l-8-8h16l-8 8z"/></svg>
<svg class="tc-image-arrow-drop-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 20 10"><path d="M0 10L10 0l10 10z"/></svg>
<svg class="tc-image-arrow-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M12.25 40H0V27.75l4-4v9l8-8L15.25 28l-8 8h9l-4 4zM40 27.75V40H27.75l-4-4h9l-8-8L28 24.75l8 8v-9l4 4zM27.75 0H40v12.25l-4 4v-9l-8 8L24.75 12l8-8h-9l4-4zM0 12.25V0h12.25l4 4h-9l8 8L12 15.25l-8-8v9l-4-4z"/></svg>
<svg class="tc-image-arrow-forward tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 13.501069068908691"><path d="M9 .001a.996.996 0 0 0-1 1v2.56c-4.5.497-8 4.308-8 8.94v1c2.245-3.423 5.25-3.92 8-3.989v2.49a.999.999 0 0 0 1.707.706L16 6.501 9.707.293A.996.996 0 0 0 9 .001z"/></svg>
<svg class="tc-image-arrow-forward-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.008377075195312 15.67126750946045"><path d="M1.007 15.671a.999.999 0 0 1-1-1v-1a9.98 9.98 0 0 1 8-9.796V2.171c0-.534.208-1.036.585-1.414C9.348 0 10.667.001 11.42.756l6.288 6.203a.996.996 0 0 1 0 1.424l-6.293 6.207c-.746.746-2.067.751-2.823-.005a1.986 1.986 0 0 1-.586-1.414v-1.437c-2.495.201-4.523.985-6.164 3.484a1 1 0 0 1-.836.453zm8-5.989l1-.01v3.499l5.576-5.5-5.576-5.496v3.497s-.384-.004-.891.052a7.982 7.982 0 0 0-6.892 6.08c2.12-1.728 4.55-2.066 6.783-2.122z"/></svg>
<svg class="tc-image-arrow-graph-down-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M0 256V96l60.8 60.8L191.7 16l107 112L448 0 298.7 202.7 191.7 96l-93.5 98.2L160 256z"/></svg>
<svg class="tc-image-arrow-graph-down-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M288 256l61.8-61.8L256.3 96l-107 106.7L0 0l149.3 128 107-112 130.9 140.8L448 96v160z"/></svg>
<svg class="tc-image-arrow-graph-up-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M160 0L98.2 61.8l93.5 98.2 107-106.7L448 256 298.7 128l-107 112L60.8 99.2 0 160V0z"/></svg>
<svg class="tc-image-arrow-graph-up-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M288 0l61.8 61.8-93.5 98.2-107-106.7L0 256l149.3-128 107 112L387.2 99.2 448 160V0z"/></svg>
<svg class="tc-image-arrow-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.627602577209473 10.002238273620605"><path d="M5 10.001a.603.603 0 0 0 .44-.186.6.6 0 0 0 .186-.439V.626A.596.596 0 0 0 5.44.187.6.6 0 0 0 5 .001a.6.6 0 0 0-.438.186L.187 4.562a.604.604 0 0 0-.186.44c0 .167.062.313.186.438l4.375 4.375a.603.603 0 0 0 .439.186z"/></svg>
<svg class="tc-image-arrow-left-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 192l192 192V272h192V112H192V0z"/></svg>
<svg class="tc-image-arrow-left-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 191.9000244140625 320"><path d="M167.2 2.9l-2.1 1.8-156.5 136C3.3 145.3 0 152.2 0 159.9c0 7.7 3.4 14.6 8.6 19.2L164.8 315l2.6 2.3c2.5 1.7 5.5 2.7 8.7 2.7 8.7 0 15.8-7.4 15.8-16.6V16.6c0-9.2-7.1-16.6-15.8-16.6-3.3 0-6.4 1.1-8.9 2.9z"/></svg>
<svg class="tc-image-arrow-left-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 280.199951171875"><path d="M109.3 12.5L9 117.5c-6 5.8-9 13.7-9 22.4s3 16.5 9 22.4l100.3 105.4c11.9 12.5 31.3 12.5 43.2 0 11.9-12.5 11.9-32.7 0-45.2l-48.1-50.4h217c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32h-217l48.2-50.4c11.9-12.5 11.9-32.7 0-45.2-12-12.5-31.3-12.5-43.3 0z"/></svg>
<svg class="tc-image-arrow-left-d-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.573102951049805 9.57548713684082"><path d="M9.75 9.575a.75.75 0 0 0 .53-1.28l-3.47-3.47 3.47-3.47A.75.75 0 1 0 9.219.292l-4 4a.752.752 0 0 0 0 1.062l4 4c.147.147.339.22.53.22z"/><path d="M4.75 9.575a.75.75 0 0 0 .53-1.28l-3.47-3.47 3.47-3.47A.75.75 0 1 0 4.22.294l-4 4a.749.749 0 0 0 0 1.06l4 4c.146.147.338.22.53.22z"/></svg>
<svg class="tc-image-arrow-left-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.648163318634033 9.574286460876465"><path d="M4.824 9.574a.75.75 0 0 0 .53-1.28l-3.469-3.47 3.47-3.469A.75.75 0 1 0 4.292.293l-4 4a.751.751 0 0 0 0 1.062l4 4c.147.147.34.22.531.22z"/></svg>
<svg class="tc-image-arrow-left-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.31399917602539 16.25726890563965"><path d="M9.242 16.255a2.978 2.978 0 0 1-2.121-.879L0 8.255l7.121-7.121C8.254 0 10.23 0 11.363 1.134c.566.564.879 1.317.879 2.119 0 .746-.27 1.451-.764 2.002h4.836c1.654 0 3 1.346 3 3s-1.346 3-3 3h-4.836c.493.549.764 1.252.764 1.998a2.977 2.977 0 0 1-.879 2.124 2.983 2.983 0 0 1-2.121.878zm-6.414-8l5.707 5.707a1.023 1.023 0 0 0 1.414 0c.189-.189.293-.441.293-.708s-.104-.517-.291-.705L6.656 9.255h9.658a1.001 1.001 0 0 0 0-2H6.656l3.293-3.293a.996.996 0 0 0 .001-1.413 1.023 1.023 0 0 0-1.415-.001L2.828 8.255z"/></svg>
<svg class="tc-image-arrow-left-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.5 44"><path d="M7.25 36v-8H32l-8-8h10.5l12 12-12 12H24l8-8H7.25zm32-28v8H14.5l8 8H12L0 12 12 0h10.5l-8 8h24.75z"/></svg>
<svg class="tc-image-arrow-left-thick tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.899999618530273 14.142425537109375"><path d="M14.9 5.142H7.656l1.586-1.586A2 2 0 1 0 6.414.728L0 7.142l6.414 6.414c.39.391.902.586 1.414.586s1.023-.195 1.414-.586a2 2 0 0 0 0-2.828L7.656 9.142H14.9a2 2 0 0 0 0-4z"/></svg>
<svg class="tc-image-arrow-left2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000201225280762 12.09766674041748"><path d="M5.293 11.804l-5-5a.999.999 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414L3.414 5.097H13a1 1 0 0 1 0 2H3.414l3.293 3.293a.997.997 0 0 1 0 1.414.999.999 0 0 1-1.414 0z"/></svg>
<svg class="tc-image-arrow-loop tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 13.097465515136719"><path d="M13.5 3.097h-2.086l1.293-1.293A1 1 0 1 0 11.293.39L7.586 4.097l3.707 3.707a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-1.293-1.293H13.5c1.379 0 2.5 1.346 2.5 3s-1.346 3-3 3H5c-1.654 0-3-1.346-3-3s1.346-3 3-3a1 1 0 1 0 0-2c-2.757 0-5 2.243-5 5s2.243 5 5 5h8c2.757 0 5-2.243 5-5s-2.019-5-4.5-5z"/></svg>
<svg class="tc-image-arrow-loop-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 23 17"><path d="M17.994 3.187L18 3c0-.801-.312-1.555-.879-2.121C16.555.312 15.801 0 15 0s-1.555.312-2.121.879L9.996 3.762A2.987 2.987 0 0 0 8 3H7c-3.859 0-7 3.14-7 7s3.141 7 7 7h9c3.859 0 7-3.14 7-7 0-3.306-2.14-6.084-5.006-6.813zM16 15H7c-2.757 0-5-2.243-5-5s2.243-5 5-5h1a1 1 0 1 1 0 2H7c-1.654 0-3 1.346-3 3s1.346 3 3 3h9c1.654 0 3-1.346 3-3s-1.121-3-2.5-3h-2.086l1.293 1.293a1 1 0 1 1-1.414 1.414L10.586 6l3.707-3.707a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414L14.414 5H16.5c2.481 0 4.5 2.243 4.5 5s-2.243 5-5 5zm.749-6.971c.7.164 1.251 1 1.251 1.971 0 1.103-.897 2-2 2H7c-1.103 0-2-.897-2-2s.897-2 2-2h1c.856 0 1.588-.541 1.873-1.299l3.713 3.713c.378.378.88.586 1.414.586s1.036-.208 1.414-.586S17 9.534 17 9c0-.345-.087-.677-.251-.971z"/></svg>
<svg class="tc-image-arrow-maximise tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 16"><path d="M11 0a1 1 0 1 0 0 2h1.586L9.293 5.293a1 1 0 1 0 1.414 1.414L14 3.414V5a1 1 0 1 0 2 0V0h-5zM5.293 9.293L2 12.586V11a1 1 0 1 0-2 0v4.999h.996L5 16a1 1 0 0 0 0-2H3.414l3.293-3.292c.391-.391.391-1.023 0-1.414s-1.023-.392-1.414-.001zM3 8a1 1 0 0 0 1-1V4h3a1 1 0 1 0 0-2H2.001L2 7a1 1 0 0 0 1 1zm10 0a1 1 0 0 0-1 1v3H9a1 1 0 1 0 0 2h5V9a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-arrow-maximise-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 19"><path d="M17 0h-5.243a2.993 2.993 0 0 0-2.815 2H2v7.061l.012.12A2.994 2.994 0 0 0 0 12v7h7c1.311 0 2.593-.826 3-2h7V9.939l-.012-.12A2.994 2.994 0 0 0 19 7V0h-2zm-2 15h-5a1 1 0 1 1 0-2h3V9.939a1 1 0 1 1 2 0V15zM4 4h5.061a1 1 0 1 1 0 2H6v3.061a1 1 0 0 1-2 0V4zm13 3a1 1 0 1 1-2 0V5.414l-3.293 3.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L13.586 4H12a1 1 0 1 1 0-2h5v5zM7 17H2v-5a1 1 0 1 1 2 0v1.586l3.293-3.293a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414L5.414 15H7a1 1 0 1 1 0 2zm2.414-7.414a1.986 1.986 0 0 0-2.437-.297L7 9.061V7h2.061l.229-.023C9.104 7.284 9 7.633 9 8c0 .534.208 1.036.586 1.414a1.986 1.986 0 0 0 2.437.297L12 9.939V12h-1.939c-.122 0-.24.015-.356.036a1.983 1.983 0 0 0-.291-2.45z"/></svg>
<svg class="tc-image-arrow-minimise tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.19594383239746 16.195947647094727"><path d="M2.219 9.098a1 1 0 1 0 0 2h1.465L.39 14.391a1 1 0 1 0 1.414 1.414l3.414-3.414v1.707c0 .552.447 1 1 1s.879-.448.879-1v-5h-4.88zm.879-2a1 1 0 0 0 1-1v-2h2a1 1 0 1 0 0-2h-4v4a1 1 0 0 0 1 1zm10 2a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h4v-4a1 1 0 0 0-1-1zM14.39.391l-3.293 3.293V2.098a1 1 0 1 0-2 0v5h5a1 1 0 0 0 0-2h-1.586l3.293-3.292c.39-.391.39-1.023 0-1.414S14.782 0 14.39.391z"/></svg>
<svg class="tc-image-arrow-minimise-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 19"><path d="M19 3c0-.801-.312-1.555-.879-2.121C17.555.312 16.801 0 16 0s-1.555.312-2.121.879l-.883.883A2.987 2.987 0 0 0 11 1a2.98 2.98 0 0 0-2.283 1.077A3.026 3.026 0 0 0 8.061 2H2v6.06c0 .255.042.499.102.736a2.985 2.985 0 0 0-.275 4.135l-.947.948C.312 14.445 0 15.199 0 16s.312 1.555.879 2.121C1.445 18.688 2.199 19 3 19c.539 0 1.334-.152 2.061-.879l.903-.919A2.99 2.99 0 0 0 8 18c.934 0 1.758-.437 2.309-1.107.241.063.49.107.752.107H17v-6.061c0-.226-.029-.444-.077-.656A2.98 2.98 0 0 0 18 8c0-.766-.288-1.465-.762-1.996l.883-.883C18.688 4.555 19 3.801 19 3zM4 4h4a1 1 0 1 1 0 2H6v2a1 1 0 0 1-2 0V4zm12.707-.293L13.414 7H15a1 1 0 1 1 0 2h-5V4a1 1 0 1 1 2 0v1.586l3.293-3.293a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414zM9 15a1 1 0 1 1-2 0v-1.707l-3.354 3.414c-.195.195-.39.293-.646.293s-.512-.098-.707-.293a.999.999 0 0 1 0-1.414L5.586 12H4.121a1 1 0 1 1 0-2H9v5zm0-6H6.722C6.895 8.705 7 8.366 7 8V7h1.061c.342 0 .658-.094.939-.245V9zm1 1h2.713c-.433.094-.713.33-.713.939V12h-.939c-.391 0-.752.117-1.061.311V10zm.061 4a1 1 0 0 1 1-1H13v-2a1 1 0 1 1 2 0v4h-3.939a1 1 0 0 1-1-1z"/></svg>
<svg class="tc-image-arrow-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 2"><path d="M0 0h12v2H0z"/></svg>
<svg class="tc-image-arrow-move tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.827999114990234 18.827999114990234"><path d="M15.121 5.707a1 1 0 1 0-1.414 1.414L15 8.414h-4.586V3.828l1.293 1.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L9.414 0 5.707 3.707a1 1 0 1 0 1.414 1.414l1.293-1.293v4.586H3.828l1.293-1.293a1 1 0 1 0-1.414-1.414L0 9.414l3.707 3.707a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-1.293-1.293h4.586V15l-1.293-1.293a1 1 0 1 0-1.414 1.414l3.707 3.707 3.707-3.707a1 1 0 1 0-1.414-1.414L10.414 15v-4.586H15l-1.293 1.293a1 1 0 1 0 1.414 1.414l3.707-3.707-3.707-3.707z"/></svg>
<svg class="tc-image-arrow-move-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 23.217525482177734 22.827999114990234"><path d="M22.437 10L13.023.586C12.632.195 12.12 0 11.609 0s-1.023.195-1.414.586L.78 10a2 2 0 0 0 0 2.828l9.414 9.414c.39.391.902.586 1.414.586s1.023-.195 1.414-.586l9.414-9.414a2 2 0 0 0 0-2.828zm-5.828 5.414a.999.999 0 0 1-.707-1.707l1.293-1.293h-4.586V17l1.293-1.293a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414l-3.707 3.707-3.707-3.707a1 1 0 1 1 1.414-1.414L10.609 17v-4.586H6.023l1.293 1.293a1 1 0 1 1-1.414 1.414l-3.707-3.707 3.707-3.707a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414l-1.293 1.293h4.586V5.828L9.316 7.121a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L11.609 2l3.707 3.707a1 1 0 1 1-1.414 1.414l-1.293-1.293v4.586h4.586l-1.293-1.293a1 1 0 1 1 1.414-1.414l3.707 3.707-3.707 3.707a.997.997 0 0 1-.707.293zm-1.732-2a1.981 1.981 0 0 0-.268 1c-.357 0-.7.093-1 .268v-1.268h1.268zm-6.536 0h1.268v1.268a1.981 1.981 0 0 0-1-.268c0-.357-.093-.699-.268-1zm0-4c.175-.301.268-.643.268-1 .357 0 .699-.093 1-.268v1.268H8.34zm6.536 0h-1.268V8.146c.3.175.643.268 1 .268 0 .357.093.699.268 1z"/></svg>
<svg class="tc-image-arrow-reduce tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 13"><path d="M4 7V0h4v7h4l-6 6-6-6z"/></svg>
<svg class="tc-image-arrow-repeat tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 16.194931030273438"><path d="M13.5 3.097h-2.086l1.293-1.293A1 1 0 1 0 11.293.39L7.586 4.097l3.707 3.707a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-1.293-1.293H13.5c1.379 0 2.5 1.346 2.5 3s-1.346 3-3 3a1 1 0 1 0 0 2c2.757 0 5-2.243 5-5s-2.019-5-4.5-5zM5.293 8.39a.999.999 0 0 0 0 1.414l1.293 1.293H4.5c-1.379 0-2.5-1.346-2.5-3s1.346-3 3-3a1 1 0 1 0 0-2c-2.757 0-5 2.243-5 5s2.019 5 4.5 5h2.086L5.293 14.39a1 1 0 1 0 1.414 1.414l3.707-3.707L6.707 8.39a.999.999 0 0 0-1.414 0z"/></svg>
<svg class="tc-image-arrow-repeat-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 23 20"><path d="M17.994 3.187L18 3c0-.801-.312-1.555-.879-2.121C16.555.312 15.801 0 15 0s-1.555.312-2.121.879L9.987 3.77A2.974 2.974 0 0 0 8 3H7c-3.859 0-7 3.14-7 7 0 3.306 2.14 6.084 5.006 6.813L5 17c0 .801.312 1.555.879 2.121.566.567 1.32.879 2.121.879s1.555-.312 2.121-.879l2.892-2.891c.53.473 1.221.77 1.987.77h1c3.859 0 7-3.14 7-7 0-3.306-2.14-6.084-5.006-6.813zM16 15h-1a1 1 0 1 1 0-2h1c1.654 0 3-1.346 3-3s-1.121-3-2.5-3h-2.086l1.293 1.293a1 1 0 1 1-1.414 1.414L10.586 6l3.707-3.707a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414L14.414 5H16.5c2.481 0 4.5 2.243 4.5 5s-2.243 5-5 5zm.749-6.971c.7.164 1.251 1 1.251 1.971 0 1.103-.897 2-2 2h-1c-.857 0-1.584.544-1.868 1.304L9.414 9.586C9.036 9.208 8.534 9 8 9s-1.036.208-1.414.586S6 10.466 6 11c0 .345.087.677.251.971C5.551 11.807 5 10.971 5 10c0-1.103.897-2 2-2h1c.857 0 1.584-.544 1.868-1.304l3.718 3.718c.378.378.88.586 1.414.586s1.036-.208 1.414-.586S17 9.534 17 9c0-.345-.087-.677-.251-.971zM9 6a1 1 0 0 1-1 1H7c-1.654 0-3 1.346-3 3s1.121 3 2.5 3h2.086l-1.293-1.293a1 1 0 1 1 1.414-1.414L12.414 14l-3.707 3.707a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L8.586 15H6.5C4.019 15 2 12.757 2 10s2.243-5 5-5h1a1 1 0 0 1 1 1z"/></svg>
<svg class="tc-image-arrow-resize tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M192 0l49.9 49.9-63.9 63.8L49.9 241.9 0 192v128h128l-49.9-49.9L261.4 86.9l8.7-8.8L320 128V0z"/></svg>
<svg class="tc-image-arrow-return-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320"><path d="M128 0v64h248c4.4 0 8 3.6 8 8v240c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h248V128H128v64L0 96 128 0z"/></svg>
<svg class="tc-image-arrow-return-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320"><path d="M384 96l-128 96v-64H64v128h248c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H8c-4.4 0-8-3.6-8-8V72c0-4.4 3.6-8 8-8h248V0l128 96z"/></svg>
<svg class="tc-image-arrow-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.627239227294922 10.000940322875977"><path d="M.626 10a.603.603 0 0 1-.439-.186.6.6 0 0 1-.186-.439V.625C.001.456.062.31.187.186.312.061.458 0 .627 0s.313.061.438.186L5.44 4.561c.123.124.186.27.186.439a.603.603 0 0 1-.186.439L1.065 9.814A.603.603 0 0 1 .626 10z"/></svg>
<svg class="tc-image-arrow-right-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 192L192 0v112H0v160h192v112z"/></svg>
<svg class="tc-image-arrow-right-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 191.89999389648438 320"><path d="M24.7 317.1l2.1-1.8 156.5-136c5.3-4.6 8.6-11.5 8.6-19.2 0-7.7-3.4-14.6-8.6-19.2L27.1 5l-2.6-2.3C22 1 19 0 15.8 0 7.1 0 0 7.4 0 16.6v286.8c0 9.2 7.1 16.6 15.8 16.6 3.3 0 6.4-1.1 8.9-2.9z"/></svg>
<svg class="tc-image-arrow-right-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 280.20001220703125"><path d="M242.7 12.5l100.3 105c6 5.8 9 13.7 9 22.4s-3 16.5-9 22.4L242.7 267.7c-11.9 12.5-31.3 12.5-43.2 0-11.9-12.5-11.9-32.7 0-45.2l48.2-50.4h-217c-17 0-30.7-14.3-30.7-32s13.7-32 30.6-32h217l-48.2-50.4c-11.9-12.5-11.9-32.7 0-45.2 12-12.5 31.3-12.5 43.3 0z"/></svg>
<svg class="tc-image-arrow-right-d-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.647107124328613 9.574297904968262"><path d="M.823 9.574a.75.75 0 0 1-.53-1.281l3.47-3.47-3.47-3.469A.75.75 0 1 1 1.354.293l4 4a.75.75 0 0 1 0 1.061l-4 4a.748.748 0 0 1-.531.22z"/><path d="M5.823 9.574a.75.75 0 0 1-.53-1.281l3.47-3.47-3.47-3.469A.75.75 0 1 1 6.354.293l4 4a.75.75 0 0 1 0 1.061l-4 4a.748.748 0 0 1-.531.22z"/></svg>
<svg class="tc-image-arrow-right-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.647722244262695 9.574277877807617"><path d="M.822 9.574a.75.75 0 0 1-.529-1.281l3.468-3.469L.293 1.355A.75.75 0 1 1 1.354.293l4 4a.751.751 0 0 1 0 1.062l-4 4a.753.753 0 0 1-.532.219z"/></svg>
<svg class="tc-image-arrow-right-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.5 44"><path d="M39.25 36H14.5l8 8H12L0 32l12-12h10.5l-8 8h24.75v8zm-32-28H32l-8-8h10.5l12 12-12 12H24l8-8H7.25V8z"/></svg>
<svg class="tc-image-arrow-right-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 1 1 7 .988a6.012 6.012 0 0 1 0 12.024zM5 4l4.875 3L5 10V4z"/></svg>
<svg class="tc-image-arrow-right-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.314001083374023 16.257266998291016"><path d="M10.072 16.255c-.801 0-1.555-.312-2.121-.879s-.88-1.321-.879-2.123c0-.746.271-.998.764-1.998H3c-1.654 0-3-1.347-3-3 0-1.654 1.346-3 3-3h4.836c-.494-1-.764-1.255-.764-2.001a2.979 2.979 0 0 1 .88-2.121C9.084.001 11.06 0 12.193 1.134l7.121 7.121-7.121 7.121a2.978 2.978 0 0 1-2.121.879zM3 7.255a1.001 1.001 0 0 0 0 2h9.658l-3.293 3.293a.99.99 0 0 0-.293.706c0 .269.104.519.293.708a1.023 1.023 0 0 0 1.414 0l5.707-5.707-5.707-5.707a1.023 1.023 0 0 0-1.414 0 .99.99 0 0 0-.293.706c0 .268.104.519.293.708l3.293 3.293H3z"/></svg>
<svg class="tc-image-arrow-right-thick tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.899999618530273 14.33717155456543"><path d="M7.658.78a2 2 0 0 0 0 2.829l1.586 1.586H2a2 2 0 0 0 0 4h7.244L7.658 10.78a2 2 0 1 0 2.828 2.828L16.9 7.195 10.486.78a2 2 0 0 0-2.828 0z"/></svg>
<svg class="tc-image-arrow-right2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000201225280762 12.097667694091797"><path d="M8.707 11.804l5-5a.999.999 0 0 0 0-1.414l-5-5a1 1 0 1 0-1.414 1.414l3.293 3.293H1a1 1 0 0 0 0 2h9.586L7.293 10.39a.997.997 0 0 0 0 1.414.999.999 0 0 0 1.414 0z"/></svg>
<svg class="tc-image-arrow-rise tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 13"><path d="M4 6v7h4V6h4L6 0 0 6z"/></svg>
<svg class="tc-image-arrow-salt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M445 579q-10-10-23-10t-23 10L64 914V671q0-14-9-23t-23-9q-13 0-22.5 9T0 671v321q0 13 9.5 22.5T32 1024h320q13 0 22.5-9.5T384 992q0-14-9.5-23t-22.5-9H109l336-336q9-9 9-22.5t-9-22.5zm135-134q9 10 22.5 10t22.5-10l335-335v243q0 14 9.5 23t22.5 9 22.5-9 9.5-23V32q0-13-9.5-22.5T992 0H672q-13 0-22.5 9.5T640 32q0 14 9.5 23t22.5 9h243L580 400q-10 9-10 22.5t10 22.5z"/></svg>
<svg class="tc-image-arrow-shrink tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 28.3l-81.9 81.8L352 160H224V32l49.9 49.9L355.7 0zm0 327.4l-81.9-81.8L352 224H224v128l49.9-49.9 81.8 81.9zm-384 0l81.9-81.8L32 224h128v128l-49.9-49.9L28.3 384zM0 28.3l81.9 81.8L32 160h128V32l-49.9 49.9L28.3 0z"/></svg>
<svg class="tc-image-arrow-shuffle tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 17.196651458740234"><path d="M1 5.098h3.5c.736 0 1.393.391 1.851 1.001a8.11 8.11 0 0 1 1.191-1.662C6.739 3.614 5.676 3.098 4.5 3.098H1a1 1 0 1 0 0 2zM8.685 8.21c.551-1.657 2.256-3.11 3.649-3.11h1.838L12.879 6.39a1 1 0 1 0 1.414 1.414L18 4.098 14.293.391a1 1 0 1 0-1.414 1.414l1.293 1.293h-1.838c-2.274 0-4.711 1.967-5.547 4.48l-.472 1.41c-.641 1.926-2.072 3.11-2.815 3.11H1a1 1 0 1 0 0 2h2.5c1.837 0 3.863-1.925 4.713-4.479l.472-1.41zm4.194 1.182a.999.999 0 0 0 0 1.414l1.293 1.293h-2.338c-1.268 0-2.33-.89-2.691-2.108a9.335 9.335 0 0 1-1.09 2.185c.886 1.162 2.243 1.923 3.781 1.923h2.338l-1.293 1.293a1 1 0 1 0 1.414 1.414L18 13.098l-3.707-3.707a.999.999 0 0 0-1.414 0z"/></svg>
<svg class="tc-image-arrow-small-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 6"><path d="M4 2V0H2v2H0l3 4 3-4z"/></svg>
<svg class="tc-image-arrow-small-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 6"><path d="M4 2V0L0 3l4 3V4h2V2z"/></svg>
<svg class="tc-image-arrow-small-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 6"><path d="M6 3L2 0v2H0v2h2v2z"/></svg>
<svg class="tc-image-arrow-small-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 6"><path d="M3 0L0 4h2v2h2V4h2z"/></svg>
<svg class="tc-image-arrow-sorted-down tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13 8"><path d="M.3 1.7L6.5 8l6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3H1C.7 0 .5.1.3.3.1.5 0 .7 0 1s.1.5.3.7z"/></svg>
<svg class="tc-image-arrow-sorted-up tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13 8"><path d="M12.7 6.3L6.5 0 .3 6.3c-.2.2-.3.5-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7z"/></svg>
<svg class="tc-image-arrow-swap tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 264v48c0 4.4 3.6 8 8 8h248v64l128-96-128-96v64H8c-4.4 0-8 3.6-8 8zm384-144V72c0-4.4-3.6-8-8-8H128V0L0 96l128 96v-64h248c4.4 0 8-3.6 8-8z"/></svg>
<svg class="tc-image-arrow-sync tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.011423110961914 21.098501205444336"><path d="M15.006 10.57c0-1.948-.618-3.397-2.066-4.844a1 1 0 0 0-1.414 1.415c1.079 1.078 1.48 2.007 1.48 3.43a5.46 5.46 0 0 1-1.611 3.887c-1.004 1.003-2.078 1.502-3.428 1.593l1.246-1.247a1 1 0 1 0-1.414-1.414l-3.707 3.707 3.707 3.707a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-1.337-1.336c1.923-.082 3.542-.792 4.933-2.18a7.447 7.447 0 0 0 2.197-5.304zm-13 .027c0-1.469.572-2.85 1.61-3.889C4.627 5.7 5.71 5.2 7.075 5.114L5.799 6.39a.999.999 0 0 0 .707 1.708.997.997 0 0 0 .707-.293l3.707-3.707L7.213.39a1 1 0 1 0-1.414 1.414l1.31 1.311c-1.913.086-3.524.796-4.906 2.18a7.447 7.447 0 0 0-2.197 5.302c0 1.948.618 3.397 2.066 4.844a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.416c-1.08-1.077-1.48-2.006-1.48-3.428z"/></svg>
<svg class="tc-image-arrow-sync-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.01474380493164 25"><path d="M19.007 12.473c0-2.495-.818-4.426-2.653-6.259a2.99 2.99 0 0 0-1.073-.682l-.946-.946L10.628.879C10.062.312 9.308 0 8.508 0S6.951.312 6.385.879A2.978 2.978 0 0 0 5.507 3c0 .277.037.549.11.809A9.445 9.445 0 0 0 2.79 5.783 9.43 9.43 0 0 0 .007 12.5c0 2.495.818 4.426 2.653 6.259.3.298.652.521 1.034.669l.985.986 3.707 3.707c.566.567 1.32.879 2.121.879s1.555-.312 2.121-.879c.567-.566.88-1.32.88-2.121 0-.286-.04-.566-.118-.834a9.474 9.474 0 0 0 2.833-1.975 9.432 9.432 0 0 0 2.784-6.718zm-9.13 7.484l1.337 1.336A1 1 0 1 1 9.8 22.707L6.093 19 9.8 15.293a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414l-1.247 1.247c1.351-.091 2.425-.59 3.428-1.593a5.46 5.46 0 0 0 1.611-3.888c0-1.422-.4-2.351-1.48-3.429a1 1 0 1 1 1.415-1.416c1.448 1.447 2.066 2.896 2.066 4.844 0 2.004-.78 3.887-2.197 5.303-1.39 1.39-3.01 2.1-4.933 2.182zM9.111 5.018l-1.31-1.311a1 1 0 1 1 1.413-1.414L12.921 6 9.214 9.707a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414l1.275-1.275c-1.365.086-2.448.584-3.456 1.593A5.46 5.46 0 0 0 4.007 12.5c0 1.422.401 2.351 1.48 3.429a1 1 0 1 1-1.415 1.416c-1.447-1.448-2.065-2.897-2.065-4.845 0-2.004.78-3.887 2.197-5.303 1.382-1.383 2.993-2.093 4.907-2.179zM6.195 15.222c-.888-.887-1.188-1.574-1.188-2.722 0-1.202.468-2.332 1.318-3.181l.187-.179c.033.481.236.93.581 1.274.378.378.88.586 1.414.586s1.036-.208 1.414-.586l2.34-2.339a1.99 1.99 0 0 0 .56 1.675c.887.887 1.187 1.574 1.187 2.722a4.466 4.466 0 0 1-1.318 3.181l-.188.181a1.987 1.987 0 0 0-.579-1.248c-.38-.378-.882-.586-1.416-.586s-1.036.208-1.414.586l-2.342 2.342a1.994 1.994 0 0 0-.556-1.706z"/></svg>
<svg class="tc-image-arrow-thick-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8"><path d="M2 0v5H0l3.03 3L6 5H4V0H2z"/></svg>
<svg class="tc-image-arrow-thick-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M3 0L0 3.03 3 6V4h5V2H3V0z"/></svg>
<svg class="tc-image-arrow-thick-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M5 0v2H0v2h5v2l3-3.03L5 0z"/></svg>
<svg class="tc-image-arrow-thick-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8"><path d="M2.97 0L0 3h2v5h2V3h2L2.97 0z"/></svg>
<svg class="tc-image-arrow-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.002238273620605 5.627602577209473"><path d="M10.001 5a.603.603 0 0 1-.186.44.6.6 0 0 1-.439.186H.626a.596.596 0 0 1-.439-.186A.6.6 0 0 1 .001 5a.6.6 0 0 1 .186-.438L4.562.187A.604.604 0 0 1 5.002 0c.167 0 .313.062.438.186l4.375 4.375a.603.603 0 0 1 .186.439z"/></svg>
<svg class="tc-image-arrow-top-dot tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 5"><path d="M1 5H0V4h1v1zm2-1H2v1h1V4zm2 0H4v1h1V4zm2 0H6v1h1V4zm2 0H8v1h1V4zM3 2H2v1h1V2zm2 0H4v1h1V2zm0-2H4v1h1V0zm2 2H6v1h1V2z"/></svg>
<svg class="tc-image-arrow-top-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 8.82398796081543"><path d="M9 8.75a.744.744 0 0 1-.53-.22L5 5.061l-3.47 3.47A.75.75 0 1 1 .469 7.47l4-4a.75.75 0 0 1 1.061 0l4 4A.75.75 0 0 1 9 8.75zM10 1a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1z"/></svg>
<svg class="tc-image-arrow-unsorted tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13 18"><path d="M12.7 6.3L6.5 0 .3 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM.3 11.7L6.5 18l6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3H1c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z"/></svg>
<svg class="tc-image-arrow-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.002238273620605 5.627602577209473"><path d="M10.001 5a.603.603 0 0 1-.186.44.6.6 0 0 1-.439.186H.626a.596.596 0 0 1-.439-.186A.6.6 0 0 1 .001 5a.6.6 0 0 1 .186-.438L4.562.187A.604.604 0 0 1 5.002 0c.167 0 .313.062.438.186l4.375 4.375a.603.603 0 0 1 .186.439z"/></svg>
<svg class="tc-image-arrow-up-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M192 0L0 192h112v192h160V192h112z"/></svg>
<svg class="tc-image-arrow-up-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 191.9000244140625"><path d="M317.1 167.2l-1.8-2.1-136-156.5C174.7 3.3 167.8 0 160.1 0c-7.7 0-14.6 3.4-19.2 8.6L5 164.8l-2.3 2.6C1 169.9 0 172.9 0 176.1c0 8.7 7.4 15.8 16.6 15.8h286.8c9.2 0 16.6-7.1 16.6-15.8 0-3.3-1.1-6.4-2.9-8.9z"/></svg>
<svg class="tc-image-arrow-up-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 280.199951171875 352"><path d="M12.5 109.3L117.5 9c5.8-6 13.7-9 22.4-9s16.5 3 22.4 9l105.4 100.3c12.5 11.9 12.5 31.3 0 43.2-12.5 11.9-32.7 11.9-45.2 0l-50.4-48.1v217c0 16.9-14.3 30.6-32 30.6s-32-13.7-32-30.6v-217l-50.4 48.2c-12.5 11.9-32.7 11.9-45.2 0-12.5-12-12.5-31.3 0-43.3z"/></svg>
<svg class="tc-image-arrow-up-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 46.5"><path d="M8 39.25V14.5l-8 8V12L12 0l12 12v10.5l-8-8v24.75H8zm28-32V32l8-8v10.5l-12 12-12-12V24l8 8V7.25h8z"/></svg>
<svg class="tc-image-arrow-up-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.633416175842285 5.647106170654297"><path d="M8.824 5.574a.744.744 0 0 1-.53-.22l-3.47-3.47-3.47 3.47a.75.75 0 1 1-1.061-1.06l4-4a.75.75 0 0 1 1.061 0l4 4a.75.75 0 0 1-.53 1.28z"/></svg>
<svg class="tc-image-arrow-up-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 774.248046875 768"><path d="M749.254 658.746L218.51 128H448c35.346 0 64-28.654 64-64S483.346 0 448 0H64C38.114 0 14.778 15.592 4.872 39.508 1.59 47.432.032 55.75.034 64H0v384c0 35.346 28.654 64 64 64s64-28.654 64-64V218.51l530.747 530.744C671.242 761.752 687.622 768 704 768s32.758-6.248 45.254-18.746c24.994-24.992 24.994-65.516 0-90.508z"/></svg>
<svg class="tc-image-arrow-up-left2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.000200271606445 12.0010347366333"><path d="M11.708 10.293L3.415 2h3.586a1 1 0 0 0 0-2h-6a1.002 1.002 0 0 0-1 1H0v6a1 1 0 0 0 2 0V3.414l8.293 8.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414z"/></svg>
<svg class="tc-image-arrow-up-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.582088470458984 19.242000579833984"><path d="M8.291 19.242c-1.654 0-3-1.346-3-3v-4.764c-1.143 1.024-3.025.979-4.121-.115a3.002 3.002 0 0 1 0-4.242L8.291 0l7.121 7.121a3.002 3.002 0 0 1 0 4.242c-1.094 1.095-2.979 1.14-4.121.115v4.764c0 1.654-1.346 3-3 3zm-1-12.586v9.586a1.001 1.001 0 0 0 2 0V6.656l3.293 3.293a1.023 1.023 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L8.291 2.828 2.584 8.535a.999.999 0 0 0 0 1.414 1.023 1.023 0 0 0 1.414 0l3.293-3.293z"/></svg>
<svg class="tc-image-arrow-up-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 767.9990234375 774.248046875"><path d="M109.253 749.254L639.999 218.51V448c0 35.346 28.654 64 64 64s64-28.654 64-64V64c0-25.884-15.594-49.222-39.508-59.126-7.924-3.284-16.242-4.84-24.492-4.838V0h-384c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64h229.49L18.746 658.746C6.248 671.242 0 687.622 0 704s6.248 32.758 18.746 45.254c24.992 24.994 65.516 24.994 90.508 0z"/></svg>
<svg class="tc-image-arrow-up-right2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.001033782958984 12.000201225280762"><path d="M1.708 11.708l8.293-8.293v3.586a1 1 0 0 0 2 0v-6a1.002 1.002 0 0 0-1-1V0h-6a1 1 0 0 0 0 2h3.586L.294 10.293a.997.997 0 0 0 0 1.414.999.999 0 0 0 1.414 0z"/></svg>
<svg class="tc-image-arrow-up-thick tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.33719253540039 16.897998809814453"><path d="M7.142 0L.728 6.414a2 2 0 1 0 2.828 2.828l1.586-1.586v7.242a2 2 0 0 0 4 0V7.656l1.586 1.586c.391.391.902.586 1.414.586s1.023-.195 1.414-.586a2 2 0 0 0 0-2.828L7.142 0z"/></svg>
<svg class="tc-image-arrow-up2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.09766674041748 14.000201225280762"><path d="M11.804 5.293l-5-5a.999.999 0 0 0-1.414 0l-5 5a1 1 0 1 0 1.414 1.414l3.293-3.293V13a1 1 0 0 0 2 0V3.414l3.293 3.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414z"/></svg>
<svg class="tc-image-arrow-upward tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M0 16l2.83 2.83L14 7.66V32h4V7.66l11.17 11.17L32 16 16 0 0 16z"/></svg>
<svg class="tc-image-arrows tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M1792 896q0 26-19 45l-256 256q-19 19-45 19t-45-19-19-45v-128h-384v384h128q26 0 45 19t19 45-19 45l-256 256q-19 19-45 19t-45-19l-256-256q-19-19-19-45t19-45 45-19h128v-384H384v128q0 26-19 45t-45 19-45-19L19 941Q0 922 0 896t19-45l256-256q19-19 45-19t45 19 19 45v128h384V384H640q-26 0-45-19t-19-45 19-45L851 19q19-19 45-19t45 19l256 256q19 19 19 45t-19 45-45 19h-128v384h384V640q0-26 19-45t45-19 45 19l256 256q19 19 19 45z"/></svg>
<svg class="tc-image-arrows-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1283 413L928 768l355 355 144-144q29-31 70-14 39 17 39 59v448q0 26-19 45t-45 19h-448q-42 0-59-40-17-39 14-69l144-144-355-355-355 355 144 144q31 30 14 69-17 40-59 40H64q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l144 144 355-355-355-355-144 144q-19 19-45 19-12 0-24-5-40-17-40-59V64q0-26 19-45T64 0h448q42 0 59 40 17 39-14 69L413 253l355 355 355-355-144-144q-31-30-14-69 17-40 59-40h448q26 0 45 19t19 45v448q0 42-39 59-13 5-25 5-26 0-45-19z"/></svg>
<svg class="tc-image-arrows-ccw tc-image-button" width="22pt" height="22pt" viewBox="0 0 822.666015625 820"><path d="M187.333 620l116-116v292l-276-16 88-86C38 612.667 0 516 1.333 404c1.333-112 41.333-208 120-288C188 49.333 268 10.667 361.333 0l4 102c-66.667 10.667-124 40-172 88-58.667 58.667-88.667 129.667-90 213-1.333 83.333 26.667 155.667 84 217m332-598l276 16-88 86c77.333 81.333 115.333 178 114 290C820 526 780 622 701.333 702c-64 65.333-144 104.667-240 118l-2-104c65.333-10.667 122-40 170-88 58.667-58.667 88.667-129.667 90-213 1.333-83.333-26.667-155.667-84-217l-114 116-2-292"/></svg>
<svg class="tc-image-arrows-compress tc-image-button" width="22pt" height="22pt" viewBox="0 0 99.99959564208984 100.00060272216797"><path d="M39.17 88.427l5.104-30.768a1.746 1.746 0 0 0-.49-1.524l-.001-.003a1.754 1.754 0 0 0-1.531-.486l-30.685 5.186a1.748 1.748 0 0 0-1.375 1.196 1.748 1.748 0 0 0 .43 1.772l6 5.999L.514 85.907a1.752 1.752 0 0 0 0 2.479l11.1 11.1a1.752 1.752 0 0 0 2.479 0L30.2 83.38l6.002 6.002a1.76 1.76 0 0 0 1.774.429 1.75 1.75 0 0 0 1.194-1.383zM60.83 11.573L55.725 42.34a1.75 1.75 0 0 0 .489 1.524l.003.003c.403.4.972.58 1.53.486l30.685-5.187a1.75 1.75 0 0 0 1.376-1.196 1.748 1.748 0 0 0-.431-1.773l-6-6 16.109-16.106a1.752 1.752 0 0 0 0-2.48L88.386.515a1.752 1.752 0 0 0-2.48 0L69.8 16.62l-6.002-6.001a1.753 1.753 0 1 0-2.968.953z"/></svg>
<svg class="tc-image-arrows-dodge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M465.074 481.646c-24.928 1.186-334.495-.667-334.495-.667-188.07-188.857 283.16-251.37-8.1-406.484l-20.382 21.487-27.14-71.216 87.582 6.818-17.534 19.7c364.276 106.15-48.98 305.105 320.068 430.36z" fill="#fff" stroke="#fff"/></svg>
<svg class="tc-image-arrows-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.13780975341797 100.1393051147461"><path d="M5.197 67.263L.093 98.031c-.093.558.09 1.125.489 1.524l.002.003c.403.4.972.581 1.531.486L32.8 94.858a1.748 1.748 0 0 0 1.376-1.197 1.746 1.746 0 0 0-.431-1.77l-6-6 16.109-16.108a1.75 1.75 0 0 0 0-2.478L32.753 56.203a1.752 1.752 0 0 0-2.479 0L14.167 72.311 8.165 66.31a1.752 1.752 0 1 0-2.968.954zm89.744-34.388l5.104-30.768a1.748 1.748 0 0 0-.489-1.524L99.554.58a1.762 1.762 0 0 0-1.531-.487L67.338 5.28a1.755 1.755 0 0 0-.946 2.97l6.001 5.997-16.109 16.11a1.753 1.753 0 0 0 0 2.48l11.102 11.1a1.752 1.752 0 0 0 2.479 0l16.107-16.108 6.001 6.001a1.76 1.76 0 0 0 1.775.43 1.757 1.757 0 0 0 1.193-1.384z"/></svg>
<svg class="tc-image-arrows-h tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 640"><path d="M1792 320q0 26-19 45l-256 256q-19 19-45 19t-45-19-19-45V448H384v128q0 26-19 45t-45 19-45-19L19 365Q0 346 0 320t19-45L275 19q19-19 45-19t45 19 19 45v128h1024V64q0-26 19-45t45-19 45 19l256 256q19 19 19 45z"/></svg>
<svg class="tc-image-arrows-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.31697082519531 100.31598663330078"><path d="M36.152 89.523l4.69-28.272a1.609 1.609 0 0 0-.449-1.4l-.002-.003a1.608 1.608 0 0 0-1.406-.447l-28.198 4.764c-.594.1-1.08.525-1.264 1.1a1.607 1.607 0 0 0 .395 1.628l5.513 5.513-14.8 14.802a1.608 1.608 0 0 0 0 2.277l10.2 10.201a1.61 1.61 0 0 0 2.277 0L27.91 84.884l5.515 5.515a1.614 1.614 0 0 0 1.63.394 1.608 1.608 0 0 0 1.097-1.27zm28.011-78.73l-4.69 28.273a1.61 1.61 0 0 0 .45 1.4l.001.003c.37.367.893.534 1.406.447l28.196-4.766a1.61 1.61 0 0 0 .87-2.728l-5.514-5.513 14.802-14.802a1.61 1.61 0 0 0 0-2.278L89.484.63a1.61 1.61 0 0 0-2.278 0l-14.8 14.803-5.516-5.515a1.61 1.61 0 0 0-2.727.876zm25.36 53.371l-28.272-4.69a1.608 1.608 0 0 0-1.4.45l-.004.002a1.606 1.606 0 0 0-.447 1.406l4.765 28.196c.1.594.525 1.082 1.1 1.264a1.607 1.607 0 0 0 1.628-.395l5.513-5.513L87.21 99.687a1.61 1.61 0 0 0 2.277-.002l10.201-10.2a1.61 1.61 0 0 0 0-2.278l-14.803-14.8L90.4 66.89a1.612 1.612 0 0 0-.878-2.727zm-78.73-28.01l28.271 4.69a1.605 1.605 0 0 0 1.401-.45l.002-.003a1.61 1.61 0 0 0 .448-1.406L36.15 10.788a1.61 1.61 0 0 0-1.099-1.264 1.604 1.604 0 0 0-1.629.395l-5.513 5.513-14.8-14.8A1.61 1.61 0 0 0 10.83.63L.63 10.831a1.61 1.61 0 0 0 0 2.278l14.8 14.802-5.515 5.515a1.612 1.612 0 0 0 .877 2.727z"/></svg>
<svg class="tc-image-arrows-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.12688446044922 100.1297836303711"><path d="M4.776 69.918L.086 98.19a1.606 1.606 0 0 0 .449 1.4l.002.004c.37.368.893.535 1.406.447l28.197-4.765a1.608 1.608 0 0 0 1.264-1.1 1.605 1.605 0 0 0-.396-1.628l-5.513-5.513 14.802-14.802c.63-.63.63-1.647 0-2.277l-10.2-10.201a1.61 1.61 0 0 0-2.278 0l-14.801 14.8-5.515-5.514a1.61 1.61 0 1 0-2.727.876zM95.352 30.21l4.69-28.273a1.609 1.609 0 0 0-.449-1.4l-.002-.003a1.614 1.614 0 0 0-1.406-.447L69.988 4.852a1.61 1.61 0 0 0-.869 2.728l5.513 5.513-14.802 14.8a1.61 1.61 0 0 0 0 2.279l10.2 10.2a1.61 1.61 0 0 0 2.278 0L87.11 25.572l5.515 5.515a1.613 1.613 0 0 0 2.727-.876zM69.918 95.352l28.271 4.69a1.605 1.605 0 0 0 1.401-.45l.002-.002a1.61 1.61 0 0 0 .448-1.406l-4.765-28.196a1.61 1.61 0 0 0-2.728-.87l-5.513 5.514-14.801-14.803a1.61 1.61 0 0 0-2.277 0L59.755 70.032a1.61 1.61 0 0 0 0 2.277L74.557 87.11l-5.515 5.515a1.612 1.612 0 0 0 .876 2.727zM30.21 4.776L1.938.086A1.605 1.605 0 0 0 .537.535L.534.538C.167.908 0 1.43.087 1.944L4.853 30.14a1.61 1.61 0 0 0 1.099 1.264 1.604 1.604 0 0 0 1.629-.395l5.513-5.513 14.8 14.8c.63.63 1.648.63 2.278.002l10.201-10.201a1.61 1.61 0 0 0 0-2.278L25.571 13.018l5.515-5.515a1.617 1.617 0 0 0 .394-1.63 1.608 1.608 0 0 0-1.27-1.097z"/></svg>
<svg class="tc-image-arrows-overhead tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M37.368 144.56c97.187 0 101.127 1.314 101.127 1.314C263.844-57.842 363.082 219.342 375.947 319.62l-36.72.16 71.834 125.393 68.982-125.01-35.724-1.472c-82.41-287.54-303.28-300.208-406.95-174.13z" fill="#fff" stroke="#fff"/></svg>
<svg class="tc-image-arrows-sideswipe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M422.52 404.55c0-92.006-1.243-95.736-1.243-95.736 204.583-58.483-212.586-77.202-252.76-71.863l-.15 34.762-118.71-68.004 118.346-65.303 1.394 33.82c303.74-5.71 371.256 83.987 253.124 232.325z" fill="#fff" stroke="#fff"/></svg>
<svg class="tc-image-arrows-thrust tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M452.798 479.462L59.205 481.31s154.378-369.683 151.153-379.303l-46.12-.224 93.677-71.09 95.207 72.397-50.263.224z" fill="#fff" stroke="#fff"/></svg>
<svg class="tc-image-arrows-underhand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M44.142 366.824c95.92 0 99.81-1.297 99.81-1.297 123.716 201.064 221.662-72.51 234.36-171.483l-36.24-.158 70.897-123.76 68.082 123.38-35.26 1.454c-81.335 283.797-299.33 296.3-401.65 171.864z" fill="#fff" stroke="#fff"/></svg>
<svg class="tc-image-arrows-v tc-image-button" width="22pt" height="22pt" viewBox="0 0 640 1792"><path d="M640 320q0 26-19 45t-45 19H448v1024h128q26 0 45 19t19 45-19 45l-256 256q-19 19-45 19t-45-19L19 1517q-19-19-19-45t19-45 45-19h128V384H64q-26 0-45-19T0 320t19-45L275 19q19-19 45-19t45 19l256 256q19 19 19 45z"/></svg>
<svg class="tc-image-art-gallery tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.000999450683594 37.99900436401367"><path d="M20.211 0C7.579 0 0 10.133 0 15.2s2.526 8.867 7.579 8.867 7.58 1.266 7.58 5.066c0 5.066 3.789 8.866 8.842 8.866 16.422 0 24-8.866 24-17.732C48 5.067 35.366 0 20.211 0zm-3.158 5.067a3.162 3.162 0 0 1 3.158 3.166c0 1.75-1.414 3.167-3.158 3.167s-3.158-1.418-3.158-3.167a3.162 3.162 0 0 1 3.158-3.166zm10.104 0a3.162 3.162 0 0 1 3.158 3.166 3.162 3.162 0 0 1-3.158 3.167A3.162 3.162 0 0 1 24 8.233a3.162 3.162 0 0 1 3.157-3.166zm10.106 5.066a3.162 3.162 0 0 1 3.159 3.167 3.161 3.161 0 0 1-3.159 3.166 3.16 3.16 0 0 1-3.157-3.166 3.161 3.161 0 0 1 3.157-3.167zM8.211 12.667a3.16 3.16 0 0 1 3.157 3.165c0 1.75-1.414 3.167-3.157 3.167s-3.158-1.418-3.158-3.167a3.162 3.162 0 0 1 3.158-3.165zM24 25.333c2.093 0 3.789 1.7 3.789 3.801 0 2.098-1.696 3.799-3.789 3.799s-3.789-1.701-3.789-3.799A3.794 3.794 0 0 1 24 25.333z"/></svg>
<svg class="tc-image-art-gallery-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9.547365188598633"><path d="M7.21 2.547L4.85.197a.5.5 0 0 0-.707-.003L4.14.197l-2.35 2.35H.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5H7.21zM4.5 1.257l1.29 1.29H3.21l1.29-1.29zM8 8.547H1v-5h7v5zm-4.5-3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm3.5 2.5H3l.75-1.5.5 1 1.25-2.5 1.5 3z"/></svg>
<svg class="tc-image-art-gallery-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13.047365188598633"><path d="M9.71 3.047L6.85.197a.5.5 0 0 0-.707-.003L6.14.197l-2.85 2.85H.5a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H9.71zM6.5 1.257l1.79 1.79H4.71l1.79-1.79zm5.5 10.79H1v-8h11v8zm-8-5a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm7 4H3.5l1.5-3 1.25 2.5 2.25-4.5 2.5 5z"/></svg>
<svg class="tc-image-art-track tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 20"><path d="M40 12H24V8h16v4zm0-12H24v4h16V0zM24 20h16v-4H24v4zM20 4v12c0 2.2-1.8 4-4 4H4c-2.2 0-4-1.8-4-4V4c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6L9 14.51 6.5 11.5 3 16h14z"/></svg>
<svg class="tc-image-asana tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00149917602539 14.792000770568848"><path d="M12.52 7.83a3.481 3.481 0 1 0 0 6.962 3.482 3.482 0 0 0 0-6.963zm-9.04 0a3.48 3.48 0 1 0 0 6.96 3.48 3.48 0 0 0 0-6.96zm8-4.35a3.48 3.48 0 1 1-6.96 0 3.48 3.48 0 0 1 6.96 0z"/></svg>
<svg class="tc-image-asl tc-image-button" width="22pt" height="22pt" viewBox="0 0 86.31999969482422 73.42701721191406"><path d="M18.501 12.749c.347-.208.731-.37 1.031-.632 3.378-2.916 7.1-5.305 11.381-6.591 2.212-.665 4.583-.822 6.897-1.089.424-.047 1.128.387 1.316.779.189.398.079 1.195-.222 1.517-.538.577-1.262 1.097-2.006 1.345-2.846.951-5.75 1.731-8.589 2.701-.673.229-1.164.968-1.761 1.445-1.382 1.101-2.778 2.193-4.166 3.287-.219.174-.425.366-.637.551l.127.23c.71-.299 1.404-.641 2.133-.883 2.274-.773 4.514-1.815 6.856-2.161 2.021-.3 4.167.168 6.248.39.484.055.97.439 1.381.766 1.52 1.196 3.004 2.436 4.511 3.656.518.42.523.824.133 1.371-.926 1.293-2.098 1.699-3.469.9-1.089-.635-2.065-1.469-3.058-2.254-.528-.418-.999-.57-1.722-.454-1.379.216-2.796.175-4.191.308-.513.048-1.091.166-1.499.451a157.742 157.742 0 0 0-5.715 4.25c-.352.273-.506.807-.594 1.381.188-.084.394-.143.561-.256 1.53-1.043 3.307-1.186 5.062-1.407.559-.071 1.13-.071 1.685-.165 2.269-.383 4.003.707 5.675 2.002 1.375 1.064 2.769 2.104 4.134 3.179.803.632 1.214 1.458 1.207 2.514-.013 1.767.097 3.54-.549 5.243-.076.199-.116.576-.008.66 1.075.823.371 1.738.089 2.547-.599 1.737-1.318 3.428-1.995 5.137-.647 1.627-1.637 2.716-3.481 3.239-4.077 1.161-8.08 2.583-12.104 3.925-1.645.551-3.251.766-4.998.344-3.317-.797-6.583-.447-9.708.938-1.453.646-2.867 1.382-4.349 2.103-1.701-2.443-2.704-5.113-3.327-7.945-.735-3.33-.78-6.69-.372-10.061.035-.291.299-.699.558-.803 3.312-1.352 4.841-4.121 5.937-7.281 1.302-3.749 1.923-7.824 4.223-11.121 2.549-3.656 4.515-7.73 7.852-10.85 1.645-1.539 2.97-3.417 4.431-5.148.682-.807.996-.795 1.582.094.668 1.012.507 2.094-.318 3.133-1.992 2.516-3.942 5.062-5.896 7.605-.205.271-.318.61-.474.918.065.062.131.125.198.192zm14.361 28.297c.811 0 1.543.219 1.945-.646.79-1.7 1.992-3.079 3.444-4.241.432-.348.389-.635.144-1.1-.704-1.348-1.305-2.75-1.996-4.104-.194-.374-.504-.747-.858-.975a59.168 59.168 0 0 0-3.762-2.234c-.341-.186-.872-.248-1.231-.125-.973.338-1.89.834-2.848 1.221-.865.35-1.766.602-2.628.953-2.055.836-2.553 2.734-3.158 4.598-.405 1.242-.131 2.152.758 3.075 1.176 1.218 2.26 2.532 3.317 3.858.374.47.714.496 1.203.334 1.887-.625 3.804-.985 5.67-.614zm34.777 19.625c-.655.49-1.343.944-1.957 1.481-3.015 2.646-6.487 4.538-10.255 5.753-2.191.709-4.569.902-6.881 1.139-1.312.136-2.023-1.223-1.2-2.281.511-.652 1.351-1.182 2.15-1.454 2.43-.824 4.931-1.438 7.363-2.261.881-.299 1.69-.891 2.445-1.459 1.571-1.191 3.085-2.458 4.618-3.695.225-.182.435-.381.529-.783-.837.357-1.653.771-2.511 1.064-2.113.729-4.203 1.715-6.382 2.002-2.069.274-4.243-.164-6.362-.385-.479-.049-.947-.461-1.365-.777-1.328-1.01-2.632-2.049-3.939-3.086-1.345-1.068-1.142-2.455.542-2.986.656-.207 1.585-.141 2.18.184 1.187.65 2.215 1.592 3.347 2.354.317.217.769.348 1.151.332 1.466-.06 2.936-.146 4.391-.33.665-.081 1.394-.277 1.933-.654a109.935 109.935 0 0 0 5.375-4.027c.368-.291.531-.842.692-1.375-2.368 1.559-5.022 1.568-7.64 1.78-1.722.138-3.213-.276-4.568-1.384-1.756-1.439-3.613-2.756-5.358-4.207-.414-.345-.79-1.022-.781-1.539.033-1.757.225-3.513.398-5.264.057-.582.367-1.139-.247-1.656-.175-.146-.18-.639-.096-.922.209-.703.522-1.371.778-2.059.491-1.312.975-2.627 1.452-3.949.649-1.801 1.736-2.988 3.709-3.551 4.043-1.165 8.02-2.555 12.019-3.873 1.676-.557 3.299-.788 5.092-.312 3.496.927 6.889.274 10.134-1.2 1.244-.568 2.443-1.232 3.732-1.887 1.471 1.793 2.239 3.92 2.917 6.08 1.224 3.896 1.276 7.885.905 11.908-.082.898-.825 1.02-1.374 1.251-1.989.841-3.227 2.423-4.062 4.261-.906 2-1.605 4.108-2.261 6.207-.919 2.944-1.89 5.848-3.626 8.441-1.318 1.967-2.508 4.027-3.907 5.933-1.142 1.556-2.514 2.942-3.776 4.409-1.347 1.564-2.683 3.138-4.029 4.703-.716.83-1.061.798-1.65-.145-.64-1.025-.456-2.031.413-3.117 1.979-2.482 3.914-4.997 5.849-7.514.2-.259.275-.615.409-.926-.101-.075-.199-.147-.296-.224zM47.914 37.824c.635 1.527 1.283 3.151 1.998 4.74.157.352.513.662.851.877 1.237.773 2.529 1.465 3.75 2.264.445.292.741.361 1.247.142 1.493-.655 3.02-1.235 4.544-1.819 1.476-.56 2.797-1.305 3.38-2.89.299-.813.575-1.642.788-2.479.233-.914.105-1.72-.615-2.483-1.28-1.351-2.428-2.819-3.668-4.209-.159-.182-.572-.297-.799-.225-2.13.676-4.274.991-6.516.646-.408-.066-1.043.256-1.321.604-1.281 1.596-2.47 3.262-3.639 4.832z"/></svg>
<svg class="tc-image-aspect-ratio tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M36 18h-4v6h-6v4h10V18zm-24-6h6V8H8v10h4v-6zM40 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32.03H4V3.97h36v28.06z"/></svg>
<svg class="tc-image-assessment tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM12 28H8V14h4v14zm8 0h-4V8h4v20zm8 0h-4v-8h4v8z"/></svg>
<svg class="tc-image-assignment tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM18 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm4 28H8v-4h14v4zm6-8H8v-4h20v4zm0-8H8v-4h20v4z"/></svg>
<svg class="tc-image-assignment-ind tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM18 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 8c3.31 0 6 2.69 6 6 0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6zm12 24H6v-2.8c0-4 8-6.2 12-6.2s12 2.2 12 6.2V36z"/></svg>
<svg class="tc-image-assignment-late tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM20 34h-4v-4h4v4zm0-8h-4V14h4v12zM18 8c-1.1 0-2-.89-2-2s.9-2 2-2 2 .89 2 2-.9 2-2 2z"/></svg>
<svg class="tc-image-assignment-return tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM18 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm8 24h-8v6L8 24l10-10v6h8v8z"/></svg>
<svg class="tc-image-assignment-returned tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM18 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 30L8 24h6v-8h8v8h6L18 34z"/></svg>
<svg class="tc-image-assignment-turned-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM18 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm-4 28l-8-8 2.83-2.83L14 26.34l13.17-13.17L30 16 14 32z"/></svg>
<svg class="tc-image-assistant tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h8l6 6 6-6h8c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM21.75 21.75L18 30l-3.75-8.25L6 18l8.25-3.75L18 6l3.75 8.25L30 18l-8.25 3.75z"/></svg>
<svg class="tc-image-assistant-photo tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 34"><path d="M18.8 4L18 0H0v34h4V20h11.2l.8 4h14V4z"/></svg>
<svg class="tc-image-assistive-listening-system tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48"><path d="M23.064 14h.966c5.4 0 8.504 5.271 8.525 8.753-.021.678-.189 1.319-.956 1.304-1.618.015-1.041-2.691-2.379-4.903C28.59 18.062 26.562 16 24.251 16H23.4c-1.24 0-3.572.825-5.137 3.184-1.959 2.842-.672 4.987-2.317 4.977-.252.011-.977-.147-.966-1.325.074-5.347 4.975-8.836 8.084-8.836zm.736 30c2.027 0 3.2-2.257 3.2-3.669v-2.942c0-6.009 6.504-8.382 6.482-14.402.021-5.641-4.975-9.895-9.786-9.885-3.992-.01-6.667 2.564-7.696 3.897-3.089 3.819-1.288 7.459-3.472 7.459-.62 0-1.217-.352-1.227-1.586-.096-5.977 4.839-12.302 12.607-12.312 6.266.011 12.36 5.001 12.36 12.654 0 7.091-6.27 8.578-6.27 14.796v2.658c0 2.736-2.379 5.861-6.381 5.878-.146-.043-.282-.095-.471-.116-.735-.22-1.234-.882-1.055-1.638.212-.657.837-.792 1.657-.792h.052zM43.609 0h-2.846l-9.692 10.626c1.019.527 1.959 1.279 2.795 2.075 1.38 1.31 2.207 2.95 2.834 4.716L48 6.129V0h-4.391zM0 48h9.077l13.547-14.697-8.093-5.392L0 43.164V48z"/></svg>
<svg class="tc-image-assistive-listening-systems tc-image-button" width="22pt" height="22pt" viewBox="0 0 1794 1793.8333740234375"><path d="M128 1729.833q0 26-19 45t-45 19-45-19-19-45 19-45 45-19 45 19 19 45zm192-192q0 26-19 45t-45 19-45-19-19-45 19-45 45-19 45 19 19 45zm45-365l256 256-90 90-256-256zm339-19q0 26-19 45t-45 19-45-19-19-45 19-45 45-19 45 19 19 45zm707-320q0 59-11.5 108.5t-37.5 93.5-44 67.5-53 64.5q-31 35-45.5 54t-33.5 50-26.5 64-7.5 74q0 159-112.5 271.5t-271.5 112.5q-26 0-45-19t-19-45 19-45 45-19q106 0 181-75t75-181q0-57 11.5-105.5t37-91 43.5-66.5 52-63q40-46 59.5-72t37.5-74.5 18-103.5q0-185-131.5-316.5T835 385.833t-316.5 131.5-131.5 316.5q0 26-19 45t-45 19-45-19-19-45q0-117 45.5-223.5t123-184 184-123 223.5-45.5 223.5 45.5 184 123 123 184 45.5 223.5zm-515 128q0 26-19 45t-45 19-45-19-19-45 19-45 45-19 45 19 19 45zm288-128q0 26-19 45t-45 19-45-19-19-45q0-93-65.5-158.5t-158.5-65.5q-92 0-158 65.5t-66 158.5q0 26-19 45t-45 19-45-19-19-45q0-146 103-249t249-103 249 103 103 249zm394-289q10 25-1 49t-36 34q-9 4-23 4-19 0-35.5-11t-23.5-30q-68-178-224-295-21-16-25-42t12-47q17-21 43-25t47 12q183 137 266 351zm210-81q9 25-1.5 49t-35.5 34q-11 4-23 4-44 0-60-41-92-238-297-393-22-16-25.5-42t12.5-47q16-22 42-25.5t47 12.5q235 175 341 449z"/></svg>
<svg class="tc-image-asterisk tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.00663948059082 11.423999786376953"><path d="M6.81 4.997a60.795 60.795 0 0 0 1.792-.865c.567-.29 1.02-.504 1.356-.638.336-.131.605-.201.809-.201.336 0 .626.11.872.34.246.224.368.509.368.844 0 .192-.061.394-.181.6-.12.207-.248.34-.382.398-1.242.488-2.611.847-4.102 1.069.27.246.603.581.998.993.395.418.603.638.619.666.146.201.347.452.607.75.26.3.44.532.54.701.102.171.153.372.153.613 0 .308-.115.579-.347.809-.23.232-.53.348-.896.348s-.775-.286-1.235-.852c-.457-.566-1.048-1.589-1.77-3.062a147.175 147.175 0 0 1-1.472 2.629c-.251.42-.492.741-.722.959a1.133 1.133 0 0 1-.795.326c-.356 0-.653-.122-.891-.368-.231-.246-.352-.511-.352-.788 0-.26.047-.457.144-.59.886-1.203 1.809-2.253 2.774-3.134a28.028 28.028 0 0 1-2.165-.42 13.597 13.597 0 0 1-2.023-.68c-.117-.059-.23-.192-.34-.398a1.234 1.234 0 0 1-.162-.569 1.1 1.1 0 0 1 .368-.844 1.2 1.2 0 0 1 .846-.34c.232 0 .519.07.867.209.345.141.785.342 1.319.606.535.265 1.145.561 1.828.889a21.634 21.634 0 0 1-.311-2.086c-.082-.785-.122-1.322-.122-1.612 0-.356.113-.659.338-.917C5.369.127 5.657 0 6.014 0c.35 0 .633.127.86.382.228.258.34.596.34 1.02 0 .115-.02.343-.052.687-.03.343-.082.755-.143 1.24-.063.486-.133 1.044-.208 1.668z"/></svg>
<svg class="tc-image-at tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.18800354003906 40.13199996948242"><path d="M22.161 19.83l.755-5.13a8.51 8.51 0 0 0-1.33-.129l-.846.08c-1.365.328-2.533 1.097-3.505 2.307-1.033 1.286-1.664 2.816-1.893 4.588l-.018.476c.001 1.115.241 1.991.755 2.672.442.345 1.01.523 1.703.532 1.093-.042 2.102-.64 3.024-1.797l.353-.48c.472-.904.806-1.944 1.002-3.12zM4.595 34.176C1.674 31.222.142 27.183 0 22.057c.067-4.423 1.155-8.318 3.264-11.682a21.277 21.277 0 0 1 3.015-4.081C10.061 2.261 15.151.163 21.549 0c5.124.079 9.207 1.57 12.25 4.476.153.147.303.296.449.447a14.416 14.416 0 0 1 3.178 4.501c1.13 2.23 1.717 4.802 1.762 7.718-.052 4.311-1.044 7.68-2.976 10.107-1.931 2.427-4.49 3.661-7.675 3.703-.768 0-1.46-.11-2.076-.328a4.664 4.664 0 0 1-1.893-.89 3.74 3.74 0 0 1-.512-.491c-.528-.455-.916-1.043-1.164-1.764-1.81 2.315-4.145 3.49-7.006 3.523-1.018-.007-1.932-.212-2.74-.616a5.574 5.574 0 0 1-2.01-1.424 6.21 6.21 0 0 1-.458-.464c-1.136-1.278-1.721-3.12-1.757-5.527.028-2.803.737-5.281 2.125-7.434a13.504 13.504 0 0 1 1.865-2.597c2.308-2.536 5.53-3.86 9.664-3.97 1.293.01 2.56.142 3.803.397 1.242.255 2.239.57 2.989.943l-.033.2c.151.064.294.129.429.196l-.085.521.251.12-1.74 10.732c-.213 1.157-.296 2.114-.248 2.873.07.257.165.475.286.654.235.153.52.23.854.23 1.305.06 2.534-.706 3.772-2.412.798-1.557 1.23-3.692 1.293-6.405-.015-3.731-1.149-6.78-3.401-9.146-2.308-2.19-5.59-3.32-9.844-3.392-3.186.031-6.022.83-8.51 2.393a17.038 17.038 0 0 0-2.533 2.077c-1.669 1.652-2.914 3.66-3.736 6.024-.57 1.881-.882 3.979-.937 6.292.072 4.423 1.264 7.848 3.66 10.356 2.626 2.448 6.062 3.68 10.306 3.693a23.19 23.19 0 0 0 4.402-.428c1.456-.284 2.767-.694 3.93-1.232l.138.512c.087-.038.173-.077.258-.116l.84 3.12.34 1.005a23.49 23.49 0 0 1-5.078 1.52c-1.678.293-3.545.435-5.6.425-4.858-.038-9.006-1.582-12.444-4.634l-.946-.916a14.477 14.477 0 0 1-.2-.207l-.195-.189z"/></svg>
<svg class="tc-image-at-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 75.005126953125"><path d="M75 37.502C75 16.793 58.212 0 37.5 0S0 16.793 0 37.502C0 58.212 16.788 75 37.5 75a37.27 37.27 0 0 0 18.342-4.809 1.58 1.58 0 0 0 1.049-1.486c0-.622-.361-1.153-.882-1.413l.003-.004-6.529-4.002-.003.004a1.569 1.569 0 0 0-1.005-.369c-.238 0-.461.056-.663.149l-.014-.012A27.372 27.372 0 0 1 37.5 65.061c-15.199 0-27.56-12.362-27.56-27.559C9.94 22.307 22.302 9.94 37.5 9.94c14.322 0 26.121 10.984 27.434 24.967-.006 10.012-4.375 15.593-7.803 15.593-1.847 0-3.254-1.23-3.254-3.957 0-.527.176-1.672.264-2.111l4.163-19.918h-.018c.012-.071.042-.136.042-.21a1.33 1.33 0 0 0-1.33-1.33h-7.23c-.657 0-1.178.485-1.286 1.112l-.025-.001-.737 3.549c-1.847-3.342-5.629-5.893-10.994-5.893-10.202 0-19.877 9.764-19.877 21.549 0 8.531 5.101 14.775 13.632 14.775 4.75 0 9.587-2.727 12.665-7.035l.088.527c.615 3.342 9.843 7.576 15.121 7.576 7.651 0 16.617-5.156 16.617-19.932l-.022-.009c.027-.562.05-1.123.05-1.69zm-30.885 6.842c-1.935 2.727-5.101 5.805-9.763 5.805-4.486 0-7.212-3.166-7.212-7.738 0-6.422 5.013-12.754 12.049-12.754 3.958 0 6.245 2.551 7.124 4.486l-2.198 10.201z"/></svg>
<svg class="tc-image-atlassian tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.079050064086914 23.052221298217773"><path d="M24.434.074c-3.507 1.92-7.572 2.935-11.756 2.936C8.494 3.01 4.429 1.994.922.074a.572.572 0 0 0-.276-.07.586.586 0 0 0-.366 1.051A20.666 20.666 0 0 0 12.677 5.18h.002a20.662 20.662 0 0 0 12.4-4.126zm-3.73 5.573a23.026 23.026 0 0 1-2.991.903.591.591 0 0 0-.412.36c-.686 1.88-2.439 3.67-4.278 5.545-.074.07-.177.163-.345.163s-.27-.089-.345-.163c-1.839-1.875-3.591-3.659-4.278-5.54a.59.59 0 0 0-.412-.359 23.351 23.351 0 0 1-2.992-.912.47.47 0 0 0-.452.065.467.467 0 0 0-.182.415c.156 1.564.773 3.092 1.888 4.694 1.048 1.506 2.415 2.9 3.737 4.248 2.435 2.484 4.736 4.83 4.938 7.55a.47.47 0 0 0 .469.436h2.861a.472.472 0 0 0 .47-.494c-.09-1.819-.774-3.64-2.093-5.567a19.165 19.165 0 0 0-.881-1.182.34.34 0 0 1 .023-.449l.286-.293c1.322-1.348 2.689-2.742 3.737-4.248 1.115-1.602 1.733-3.122 1.888-4.685zM9.608 17.181a.435.435 0 0 0-.334-.143.469.469 0 0 0-.388.221c-1.204 1.831-1.825 3.56-1.911 5.297a.477.477 0 0 0 .472.496h2.856a.475.475 0 0 0 .471-.437c.062-.837.323-1.676.797-2.558a.663.663 0 0 0-.058-.714c-.471-.612-1.047-1.265-1.905-2.16zm3.073-10.067c.897 0 1.417-.054 1.599-.054a.437.437 0 0 1 .398.61c-.119.317-.661 1.461-1.67 2.442a.459.459 0 0 1-.33.13h-.001a.458.458 0 0 1-.329-.13c-1.009-.98-1.551-2.125-1.67-2.443a.437.437 0 0 1 .398-.609c.183 0 .703.054 1.599.054h.006z"/></svg>
<svg class="tc-image-atm tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.197021484375 276.71795654296875"><path d="M203.386 276.716l-19.978-65.597H82.944l-19.978 65.597H0L97.26 0h71.445l97.638 276.716h-62.956zM169.461 162.11c-18.473-59.443-28.867-93.051-31.19-100.843s-3.995-13.947-4.998-18.473c-4.147 16.087-16.025 55.859-35.625 119.317h71.813zm237.875 114.606h-58.43V49.767h-74.834V1.137H482.17v48.63h-74.834v226.949zm233.922 0L574.903 60.509h-1.7c2.386 43.981 3.584 73.328 3.584 88.023v128.174h-52.214V1.138h79.544l65.218 210.739h1.126L739.643 1.138h79.554v275.579H764.72V146.28c0-6.154.092-13.261.287-21.299s1.034-29.41 2.55-64.092h-1.7l-71.066 215.829h-53.534z"/></svg>
<svg class="tc-image-atom tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.125999450683594 23.709999084472656"><path d="M7.633.152C6.148.476 5.362 2.197 5.529 4.745c.051.738.043.666.196 1.609.064.38.107.7.098.709-.008.013-.269.077-.572.149-2.019.465-3.505 1.165-4.397 2.07-.602.606-.854 1.17-.845 1.882.004.401.137.841.38 1.264.209.363.956 1.101 1.447 1.434 1.029.692 1.345.79 1.626.508.12-.119.145-.179.145-.32 0-.273-.094-.405-.414-.581-1.409-.781-2.147-1.592-2.147-2.369 0-.282.098-.538.333-.845.619-.824 2.113-1.562 4.115-2.036.529-.124.632-.132.632-.043 0 .115.427 1.481.7 2.228l.273.751-.337.645c-.184.354-.448.892-.585 1.2-1.959 4.316-2.284 7.743-.867 9.152a2.04 2.04 0 0 0 1.054.602c1.033.265 2.399-.132 3.931-1.144.534-.354.653-.487.653-.721 0-.282-.307-.555-.581-.512-.077.013-.376.179-.662.367-.632.422-1.34.773-1.853.926-.525.154-1.093.162-1.417.021-.995-.44-1.225-2.215-.606-4.678.29-1.17.956-2.928 1.558-4.128l.239-.482.132.299c.248.572 1.212 2.437 1.588 3.073 2.079 3.534 4.422 6.125 6.501 7.184 1.473.751 2.689.683 3.517-.201.61-.645.909-1.584.96-2.992.081-2.425-.709-5.579-2.254-8.96-.205-.453-.41-.862-.448-.905-.094-.102-.333-.171-.495-.137s-.359.231-.388.397c-.034.158.004.265.384 1.088 1.059 2.284 1.801 4.683 2.087 6.744.094.679.111 2.151.026 2.604-.085.457-.252.931-.431 1.204-.286.44-.615.619-1.157.615-1.609-.004-4.145-2.215-6.399-5.571a32.12 32.12 0 0 1-2.732-5.011l-.265-.61.371-.627c.478-.811.982-1.579 1.545-2.369l.448-.627h.692c4.747 0 9.459 1.076 11.867 2.702.551.371 1.08.914 1.264 1.289.128.265.145.337.145.64-.004.286-.021.376-.119.563-.294.572-1.042 1.14-2.079 1.592-.487.209-.64.354-.64.602 0 .23.094.397.273.482.196.094.265.085.581-.043 1.49-.602 2.565-1.49 2.903-2.395.623-1.665-.683-3.347-3.564-4.602-2.518-1.101-6.219-1.789-10.07-1.87l-.423-.009.482-.555c.555-.645 1.78-1.87 2.305-2.309 1.246-1.05 2.361-1.716 3.321-1.989.474-.137 1.059-.132 1.362.004.41.184.696.598.854 1.238.098.388.098 1.575 0 2.147-.111.632-.098.743.073.913.124.124.175.145.354.145.38 0 .478-.141.593-.832.06-.354.081-.692.081-1.387 0-.811-.013-.965-.098-1.302-.269-1.063-.926-1.797-1.806-2.006-2.04-.478-5.161 1.485-8.264 5.208a25.6 25.6 0 0 0-.534.653c-.064.094-.107.102-.726.141a32.84 32.84 0 0 0-1.464.132c-1.187.137-1.093.149-1.161-.158-.179-.858-.239-1.46-.243-2.39-.004-1.007.03-1.306.213-1.865.196-.593.529-.995.952-1.135.205-.073.709-.064 1.007.013.499.132 1.204.508 1.844.99.38.286.512.337.713.269a.51.51 0 0 0 .367-.504c0-.179-.017-.213-.205-.393-.265-.256-1.033-.768-1.498-.999C9.089.141 8.32 0 7.629.15zm1.601 7.564c-.004.021-.282.44-.61.935s-.653.995-.721 1.11l-.124.209-.102-.277c-.128-.337-.525-1.643-.525-1.725 0-.077.188-.107 1.579-.252.29-.03.521-.03.504 0zm3.249 2.638a1.54 1.54 0 0 0-.773.576c-.525.773-.269 1.78.555 2.185.256.128.32.141.67.141s.414-.013.67-.141c1.114-.546 1.089-2.168-.043-2.689-.299-.137-.781-.166-1.08-.073z"/></svg>
<svg class="tc-image-attach tc-image-button" width="22pt" height="22pt" viewBox="0 0 944.666015625 995.3330078125"><path d="M245.333 995.333c-68 0-124.667-24-170-72-48-46.667-72.667-102-74-166-1.333-64 26.667-127.333 84-190l496-496c53.333-53.333 111.333-71.333 174-54 29.333 8 55.667 23.667 79 47s39 49.667 47 79c17.333 64-.667 122.667-54 176l-474 474c-26.667 26.667-56 42-88 46-32 2.667-58.667-6.667-80-28-20-16-29-40.667-27-74s17.667-64 47-92l332-334c16-17.333 32.667-17.333 50 0s17.333 34 0 50l-332 332c-29.333 29.333-36 52.667-20 70 8 5.333 16 7.333 24 6 16-2.667 31.333-11.333 46-26l474-474c33.333-33.333 44.667-69.333 34-108-10.667-40-36-65.333-76-76-36-9.333-72 2.667-108 36l-494 494c-44 50.667-65.333 98.333-64 143 1.333 44.667 18.667 83.667 52 117 33.333 32 72.333 48.667 117 50 44.667 1.333 91.667-19.333 141-62l496-494c16-16 32.667-16 50 0 17.333 14.667 17.333 30.667 0 48l-496 496c-54.667 54.667-116.667 82-186 82"/></svg>
<svg class="tc-image-attach-file tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 44"><path d="M19 10v23c0 4.42-3.58 8-8 8s-8-3.58-8-8V8c0-2.76 2.24-5 5-5s5 2.24 5 5v21a2 2 0 1 1-4 0V10H6v19c0 2.76 2.24 5 5 5s5-2.24 5-5V8c0-4.42-3.58-8-8-8S0 3.58 0 8v25c0 6.08 4.93 11 11 11s11-4.92 11-11V10h-3z"/></svg>
<svg class="tc-image-attach-money tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.369998931884766 36"><path d="M10.97 15.8c-4.54-1.18-6-2.39-6-4.29 0-2.18 2.01-3.71 5.4-3.71 3.56 0 4.88 1.7 5 4.2h4.42c-.13-3.45-2.24-6.59-6.42-7.62V0h-6v4.32c-3.88.85-7 3.35-7 7.22 0 4.62 3.83 6.92 9.4 8.26 5.01 1.2 6 2.95 6 4.83 0 1.37-.97 3.57-5.4 3.57-4.12 0-5.75-1.85-5.96-4.2H0c.25 4.38 3.52 6.83 7.37 7.66V36h6v-4.3c3.89-.75 7-3 7-7.11 0-5.66-4.86-7.6-9.4-8.79z"/></svg>
<svg class="tc-image-attachment tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.108965873718262 13.094987869262695"><path d="M11.548 1.56a4.004 4.004 0 0 0-5.657 0L1.56 5.891a4.004 4.004 0 0 0 0 5.657c1.52 1.52 3.963 1.547 5.53.104.022-.016.048-.024.068-.045l.057-.057.002-.002.001-.001 1.697-1.696a2.449 2.449 0 0 0 0-3.458 2.449 2.449 0 0 0-3.458 0L4.112 7.74a.5.5 0 0 0 .707.707L6.165 7.1a1.447 1.447 0 0 1 2.043 0 1.449 1.449 0 0 1 0 2.043L6.51 10.84a3.002 3.002 0 0 1-4.242 0 3.003 3.003 0 0 1 0-4.243l4.331-4.331a3.002 3.002 0 0 1 4.242 0 3.003 3.003 0 0 1 0 4.243.5.5 0 0 0 .707.707 4.001 4.001 0 0 0 0-5.656z"/></svg>
<svg class="tc-image-attachment-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.073020935058594 19.07337760925293"><path d="M13.068 2.005c1.024 0 2.05.39 2.829 1.17a4.001 4.001 0 0 1 0 5.655l-7.071 7.072c-.778.78-1.804 1.17-2.828 1.17s-2.049-.39-2.828-1.17a4.003 4.003 0 0 1 0-5.656l.807-.807c-.004.805.25 1.524.701 2.125l-.094.096a2.001 2.001 0 0 0 0 2.828c.39.39.901.584 1.414.584s1.024-.195 1.414-.584l2.535-2.535 4.537-4.537a2.005 2.005 0 0 0 0-2.828 2.001 2.001 0 0 0-1.417-.584c-.512 0-1.023.195-1.413.584L7.119 9.125a.5.5 0 1 0 .708.708l2.122-2.12 1.414-1.415c.392.392.586.902.586 1.414 0 .511-.194 1.021-.584 1.41l-2.124 2.125c-.486.487-1.127.73-1.768.73s-1.28-.245-1.769-.73a2.489 2.489 0 0 1-.731-1.769c0-.67.261-1.297.732-1.77l4.534-4.535a3.99 3.99 0 0 1 2.829-1.168m0-2c-1.604 0-3.11.623-4.242 1.755L1.757 8.833C.624 9.964 0 11.471 0 13.075s.624 3.11 1.757 4.243c1.131 1.132 2.639 1.755 4.241 1.755s3.11-.624 4.242-1.757l7.071-7.07a5.954 5.954 0 0 0 1.757-4.243c0-1.603-.623-3.11-1.755-4.24A5.958 5.958 0 0 0 13.068.004z"/></svg>
<svg class="tc-image-attention tc-image-button" width="22pt" height="22pt" viewBox="0 0 965.3340454101562 850"><path d="M958.668 800c6.666 10.667 6.666 22 0 34-6.668 10.667-16.668 16-30 16h-892c-12 0-21.334-5.333-28-16-8-12-8.668-23.333-2-34l446-782C458 6 468 0 482.668 0c14.666 0 24.666 6 30 18l446 782m-420-50V650h-110v100h110m0-174V276h-110v300h110"/></svg>
<svg class="tc-image-attraction-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 8"><path d="M4.5 0S4 0 3.8.5l-.3.5H1c-.6 0-1 .4-1 1v5c0 .6.4 1 1 1h9c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1H7.5L7.2.5C7 0 6.5 0 6.5 0h-2zm1 2C6.9 2 8 3.1 8 4.5S6.9 7 5.5 7 3 5.9 3 4.5 4.1 2 5.5 2zm0 1.5c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z"/></svg>
<svg class="tc-image-attraction-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 10"><path d="M5 0c-.554 0-.752.505-1 1l-.5 1h-2C.669 2 0 2.669 0 3.5v5C0 9.331.669 10 1.5 10h10c.831 0 1.5-.669 1.5-1.5v-5c0-.831-.669-1.5-1.5-1.5h-2L9 1c-.25-.5-.446-1-1-1H5zM1.5 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm5 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1.5a1.5 1.5 0 0 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg>
<svg class="tc-image-audio tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.010000228881836 5.670000076293945"><path d="M1.16.01C.44.73 0 1.72 0 2.82s.43 2.12 1.16 2.84l.72-.72C1.34 4.4 1 3.65 1 2.81c0-.83.33-1.55.88-2.09L1.16 0zm5.69 0l-.72.72c.54.54.88 1.26.88 2.09 0 .83-.33 1.58-.88 2.13l.72.72c.72-.72 1.16-1.74 1.16-2.84 0-1.1-.43-2.09-1.16-2.81zM2.6 1.42c-.36.36-.59.86-.59 1.41 0 .55.23 1.08.59 1.44l.69-.72c-.18-.18-.28-.44-.28-.72 0-.28.1-.5.28-.69l-.69-.72zm2.81 0l-.69.72c.18.18.28.41.28.69 0 .28-.1.54-.28.72l.69.72c.36-.36.59-.89.59-1.44 0-.55-.23-1.05-.59-1.41z"/></svg>
<svg class="tc-image-audio-description tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 34"><path d="M25.776 13H25v9h.776c2.383 0 4.301-2.124 4.301-4.507 0-2.37-1.918-4.493-4.301-4.493zM40 0H10C4.5 0 0 4.5 0 10v14c0 5.5 4.5 10 10 10h30c5.5 0 10-4.5 10-10V10c0-5.5-4.5-10-10-10zM20 25h-4v-2h-5.89l-1.369 2H3.547L15.156 9H20v16zm7 0h-6V9h5.253c4.46 0 7.999 3.627 7.999 8.1 0 4.461-2.791 7.9-7.252 7.9zm8.76 0h-1.381c1.784-2 2.799-4.774 2.799-7.597 0-3.177-1.284-6.403-3.532-8.403h1.994c2.003 3 3.128 5.287 3.128 8.403 0 2.773-.88 5.597-2.494 7.597h-.514zm4.081 0h-1.393c1.796-2 2.811-4.774 2.811-7.597 0-3.177-1.296-6.403-3.544-8.403h1.992c2.005 3 3.142 5.287 3.142 8.403 0 2.773-.893 5.597-2.506 7.597h-.502zm4.583 0h-1.907c1.796-2 2.811-4.774 2.811-7.597 0-3.177-1.296-6.403-3.544-8.403h1.992c2.005 3 3.142 5.287 3.142 8.403-.001 2.774-.894 5.597-2.494 7.597zM16 20v-5.903L12.334 20z"/></svg>
<svg class="tc-image-audio-spectrum tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8"><path d="M4 0v8h1V0H4zM2 1v6h1V1H2zm4 1v4h1V2H6zM0 3v2h1V3H0z"/></svg>
<svg class="tc-image-audiotrack tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.99560546875 36"><path d="M11.996 0v18.55c-.94-.33-1.94-.55-3-.55a9 9 0 0 0 0 18c4.63 0 8.4-3.51 8.9-8h.1V6h8V0h-14z"/></svg>
<svg class="tc-image-auto-align-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.15999984741211 20"><path d="M16.66 5.178h-11c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5h11c1.378 0 2.5 1.122 2.5 2.5s-1.122 2.5-2.5 2.5zm-11-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h11c.826 0 1.5-.673 1.5-1.5s-.674-1.5-1.5-1.5h-11zm11 10.66h-11c-1.378 0-2.5-1.121-2.5-2.5s1.122-2.5 2.5-2.5h11c1.378 0 2.5 1.122 2.5 2.5s-1.122 2.5-2.5 2.5zm-11-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h11c.826 0 1.5-.673 1.5-1.5s-.674-1.5-1.5-1.5h-11zm.41 5.473l-2.76 2.76-.006.006c-.046.045-.08.151-.105.211-.022.053-.029.009-.033.063 0 .012-.006.022-.006.032 0 .008.003.014.004.021.002.061.014.09.035.146a.514.514 0 0 0 .09.135c.007.01.012.023.021.033l2.785 2.783c.2.201.525.109.724-.092a.51.51 0 0 0 0-.726l-1.862-1.862h9.667c.293.001.531-.154.531-.438 0-.282-.238-.464-.532-.464l-9.658-.012 1.929-1.93c.201-.201.126-.534-.075-.735-.187-.186-.523-.158-.749.069zM1 1.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0 3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0 3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0 3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0 3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0 3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0 3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1z"/></svg>
<svg class="tc-image-auto-merge-cell tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 13"><path d="M10.093 6.28l1.375-1.188c.062-.061.136-.092.22-.092s.157.031.22.093a.3.3 0 0 1 .092.219V6h.5a.5.5 0 0 1 0 1H12v.688c0 .084-.03.158-.093.22-.062.062-.136.092-.219.092s-.157-.03-.22-.093L10.093 6.72C10.031 6.658 10 6.584 10 6.5s.031-.157.093-.22zm-5.186 0L3.532 5.093C3.47 5.031 3.396 5 3.312 5s-.157.031-.22.093A.3.3 0 0 0 3 5.312V6h-.5a.5.5 0 0 0 0 1H3v.688c0 .084.03.158.093.22.062.062.136.092.219.092s.157-.03.22-.093L4.907 6.72C4.969 6.658 5 6.584 5 6.5s-.031-.157-.093-.22zM6 1H1v11h5v-2h1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2H6V1m3 0h5v11H9v-2H8v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2h1V1m1.286 8.036c0 .133-.055.255-.164.365s-.241.166-.396.166a.478.478 0 0 1-.393-.182 1.206 1.206 0 0 1-.141-.258l-.13-.307-.27-.719H6.49l-.27.736c-.105.286-.195.479-.271.58s-.196.15-.366.15c-.145 0-.272-.054-.383-.16s-.166-.228-.166-.363c0-.078.014-.159.039-.242s.068-.199.127-.348l1.448-3.719.149-.384c.058-.149.12-.274.186-.373s.151-.179.259-.24a.774.774 0 0 1 .396-.092c.159 0 .293.03.398.092a.8.8 0 0 1 .26.236c.064.097.121.2.166.311s.102.259.172.443l1.479 3.695c.115.281.173.485.173.613zM8.483 7.231L7.63 4.868l-.839 2.363h1.692z"/></svg>
<svg class="tc-image-automatic tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.350000381469727 16.13399887084961"><path d="M0 4.897c0-.535.378-1.19.84-1.456L6.335.267C6.797 0 7.553 0 8.015.267l5.495 3.174c.462.267.84.92.84 1.455v6.342c0 .534-.378 1.19-.84 1.455l-5.495 3.174c-.462.267-1.218.267-1.68 0L.84 12.694c-.462-.266-.84-.92-.84-1.455V4.897zm9.463 6.583l-.458-.923H5.337l-.45.923h-2.19l3.6-7.36c.203-.405.518-.6.878-.6s.69.218.878.593l3.6 7.367h-2.19zm.66-.908L7.175 4.577v1.65l1.68 3.452H4.662l2.513-5.1v-.826c-.323.022-.503.195-.66.473l-3.43 6.998h1.644l-.502-.638.435-.908.517.638h3.984l.45.908h1.65l-1.14-.653zM8.158 8.817l-.983-2.033-.983 2.033h1.966z"/></svg>
<svg class="tc-image-automobile tc-image-button" width="22pt" height="22pt" viewBox="0 0 1170.2869873046875 914.2870483398438"><path d="M274.285 548.572q0-37.714-26.857-64.571t-64.571-26.857-64.571 26.857-26.857 64.571 26.857 64.571T182.857 640t64.571-26.857 26.857-64.571zm20.571-182.857h580.571l-50.857-204q-1.143-4.571-8-10t-12-5.429H365.713q-5.143 0-12 5.429t-8 10zm784 182.857q0-37.714-26.857-64.571t-64.571-26.857-64.571 26.857T896 548.572t26.857 64.571T987.428 640t64.571-26.857 26.857-64.571zm91.429-54.857v219.429q0 8-5.143 13.143t-13.143 5.143h-54.857v73.143q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714V731.43H292.571v73.143q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714V731.43H18.286q-8 0-13.143-5.143T0 713.144V493.715q0-53.143 37.429-90.571T128 365.715h16l60-239.429q13.143-53.714 59.429-90T365.715 0h438.857q56 0 102.286 36.286t59.429 90l60 239.429h16q53.143 0 90.571 37.429t37.429 90.571z"/></svg>
<svg class="tc-image-autorenew tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 44"><path d="M16 10v6l8-8-8-8v6C7.16 6 0 13.16 0 22c0 3.14.92 6.05 2.48 8.52L5.4 27.6C4.51 25.93 4 24.03 4 22c0-6.63 5.37-12 12-12zm13.52 3.48L26.6 16.4c.89 1.67 1.4 3.57 1.4 5.6 0 6.63-5.37 12-12 12v-6l-8 8 8 8v-6c8.84 0 16-7.16 16-16 0-3.14-.92-6.05-2.48-8.52z"/></svg>
<svg class="tc-image-av-timer tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M16 28c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm0-28v8h4V4.16c6.78.97 12 6.79 12 13.84 0 7.73-6.27 14-14 14S4 25.73 4 18c0-3.36 1.18-6.43 3.15-8.85L18 20l2.83-2.83-13.6-13.6-.02.04C2.84 6.89 0 12.11 0 18c0 9.94 8.04 18 17.99 18S36 27.94 36 18 27.94 0 17.99 0H16zm14 18c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zM6 18c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z"/></svg>
<svg class="tc-image-aws tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.894001007080078 20.333999633789062"><path d="M7.054 20.334l-3.22-1.155v-4.72l3.22 1.097zm.59 0l3.22-1.155v-4.72l-3.22 1.097zm-3.48-6.229l3.259-.917 3.022.974-3.022 1.026zm-.944-.365L0 12.585v-4.72l3.22 1.097zm.591 0l3.22-1.155v-4.72l-3.22 1.097zM.331 7.511l3.259-.917 3.022.975L3.59 8.595zm10.403 6.229l-3.221-1.155v-4.72l3.221 1.097zm.591 0l3.22-1.155v-4.72l-3.22 1.097zm-3.48-6.229l3.259-.917 3.022.975-3.022 1.026zm6.723-.366l-3.22-1.155V1.27l3.22 1.097zm.591 0l3.22-1.155V1.27l-3.22 1.097zM11.679.917L14.938 0l3.022.974L14.938 2zm10.403 6.228l-3.22-1.155V1.27l3.22 1.097zm.591 0l3.221-1.155V1.27l-3.221 1.097zM19.193.917L22.452 0l3.022.974L22.452 2z"/></svg>
<svg class="tc-image-axis-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 41.91699981689453"><path d="M15 24.089V7.375L9 13V7.5L17 0l8 7.5V13l-6-5.625v15.542h16.625l-5.625-6h5.5l7.5 8-7.5 8H30l5.625-6H17.828l-11 11H15l-4 4H0v-11l4-4v8.172l11-11zm6.253 8.361L18.8 37.262v2.655h-1.707v-2.625l-2.346-4.842h1.921l1.195 2.785.17.61h.022l.165-.588 1.252-2.807h1.781zm8.267-10.533h-2.03l-1.308-2.432-.154-.5h-.021l-.175.522-1.314 2.41H22.48l2.42-3.733-2.207-3.734h2.079l1.083 2.239.227.63h.021l.235-.65 1.194-2.219h1.881l-2.235 3.702 2.342 3.765zm-16.48 1H6.96v-.985l3.875-5.095H7.28V15.45h5.76v.955L9.248 21.53h3.792v1.387z"/></svg>
<svg class="tc-image-axis-x tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.478614807128906 42.481170654296875"><path d="M19.479 23.002h16.625l-5.625-6h5.5l7.5 8-7.5 8h-5.5l5.625-6H18.307l-8.172 8.173a5 5 0 1 1-2.828-2.828l8.172-8.174V9.586a5.001 5.001 0 0 1 2-9.584 5 5 0 0 1 2 9.584v13.416z"/></svg>
<svg class="tc-image-axis-x-letter tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.827999114990234 38"><path d="M35.828 38H25.497l-6.658-12.376c-.25-.458-.51-1.306-.78-2.544h-.111c-.124.582-.421 1.467-.89 2.655L10.372 38H0l12.316-19L1.086 0h10.577l5.513 11.392c.43.904.814 1.973 1.154 3.206h.11c.215-.741.613-1.844 1.196-3.308L25.709 0h9.576L23.911 18.839 35.828 38z"/></svg>
<svg class="tc-image-axis-xy tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.94000244140625 36.08000183105469"><path d="M18.4 28h-5.306l-3.42-9.119c-.127-.337-.26-.962-.4-1.875h-.057l-.457 1.956L5.327 28H0l6.325-14L.558 0H5.99l2.831 8.394c.22.666.418 1.454.592 2.362h.057l.614-2.437L13.204 0h4.917L12.28 13.881 18.4 28zm15.54-10.667l-5.11 13.775c-1.22 3.315-3.055 4.972-5.506 4.972-.934 0-1.702-.169-2.304-.507v-3.04a2.917 2.917 0 0 0 1.65.507c.98 0 1.662-.476 2.047-1.429l.65-1.58-5.107-12.698h4.327l2.33 7.75c.146.484.26 1.052.341 1.707h.048l.404-1.678 2.355-7.779h3.875z"/></svg>
<svg class="tc-image-axis-xy-parentheses tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.62699890136719 36.08000183105469"><path d="M18.4 28h-5.306l-3.42-9.119c-.127-.337-.26-.962-.4-1.875h-.057l-.457 1.956L5.327 28H0l6.325-14L.558 0H5.99l2.831 8.394c.22.666.418 1.454.592 2.362h.057l.614-2.437L13.204 0h4.917L12.28 13.881 18.4 28zm7.247 8.053h-1.774c-2.533-2.92-3.8-6.523-3.8-10.806 0-4.299 1.267-7.959 3.8-10.98h1.774c-2.534 3.135-3.8 6.787-3.8 10.956 0 4.133 1.266 7.743 3.8 10.83zm15.18 0h-1.774c2.534-3.087 3.8-6.697 3.8-10.83 0-4.17-1.266-7.821-3.8-10.956h1.774c2.533 3.021 3.8 6.681 3.8 10.98 0 4.283-1.267 7.885-3.8 10.806zm-.887-18.72l-5.11 13.775c-1.22 3.315-3.055 4.972-5.506 4.972-.934 0-1.702-.169-2.304-.507v-3.04a2.917 2.917 0 0 0 1.65.507c.98 0 1.662-.476 2.047-1.429l.65-1.58-5.107-12.698h4.327l2.33 7.75c.146.484.26 1.052.341 1.707h.048l.404-1.678 2.355-7.779h3.875z"/></svg>
<svg class="tc-image-axis-y tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.001548767089844 42.001548767089844"><path d="M19 23.002h13.416a5.001 5.001 0 0 1 9.584 2 5 5 0 0 1-9.584 2H17.828l-11 11H15l-4 4H0v-11l4-4v8.172l11-11V9.586a5.001 5.001 0 0 1 2-9.584 5 5 0 0 1 2 9.584v13.416z"/></svg>
<svg class="tc-image-axis-y-letter tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.1140022277832 38"><path d="M33.114 0L20.628 24.488V38h-8.685V24.64L0 0h9.78l6.081 14.174c.102.265.39 1.3.866 3.104h.11c.232-1.272.512-2.27.84-2.994L24.047 0h9.067z"/></svg>
<svg class="tc-image-axis-yx tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.66800308227539 35"><path d="M35.668 35h-4.894l-3.154-5.862c-.118-.217-.241-.619-.37-1.205h-.052l-.422 1.257L23.61 35h-4.914l5.834-9-5.32-9h5.01l2.612 5.396c.204.429.386.935.547 1.519h.052l.567-1.567L30.874 17h4.537l-5.388 8.924L35.668 35zM23.037 0l-8.922 18v10H8.45V18L0 0h6.803l4.231 10.444.602 2.287h.077c.161-.937.356-1.673.584-2.206L16.729 0h6.308z"/></svg>
<svg class="tc-image-axis-z tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.48016357421875 42.39662170410156"><path d="M19.479 22.917h13.416a5.001 5.001 0 0 1 9.584 2 5 5 0 0 1-9.584 2H18.307l-8.172 8.173a5 5 0 1 1-2.828-2.828l8.172-8.174V7.375l-6 5.625V7.5l8-7.5 8 7.5V13l-6-5.625v15.542z"/></svg>
<svg class="tc-image-axis-z-letter tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.941999435424805 38"><path d="M30.941 38H0v-5.013l19.72-25.93H1.628V0h29.314v4.86L11.645 30.943H30.94V38z"/></svg>
<svg class="tc-image-baby tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.868932723999023 44.534847259521484"><path d="M15.934 0a6.334 6.334 0 0 1 0 12.667h5.542l8.708 9.5-.102.102a2.376 2.376 0 1 1-2.963 2.963l-.102.102-5.428-5.429.678 5.429H9.601l.678-5.429-5.428 5.429-.102-.102a2.376 2.376 0 1 1-2.963-2.963l-.102-.102 8.708-9.5h5.542a6.334 6.334 0 1 1 0-12.667zm7.125 41.167a3.167 3.167 0 0 1-6.333 0c0-1.504 1.05-2.764 4.75-5.542l-4.355-4.354 5.542-4.354 5.938 7.917-5.542 6.333zm-14.25 0l-5.542-6.333 5.938-7.917 5.541 4.354-4.354 4.354c3.701 2.778 4.75 4.038 4.75 5.542a3.167 3.167 0 1 1-6.333 0z"/></svg>
<svg class="tc-image-baby-formula tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 1300"><path d="M400 0q41 0 70.5 29.5T500 100v78q46 26 73 72t27 100v50H200v-50q0-54 27-100t73-72v-78q0-41 29.5-70.5T400 0zM200 500h400q54 0 100 27t72 73H600v100h200v100H600v100h200v100H600v100h200q0 83-58.5 141.5T600 1300H200q-83 0-141.5-58.5T0 1100V700q0-83 58.5-141.5T200 500z"/></svg>
<svg class="tc-image-back tc-image-button" width="22pt" height="22pt" viewBox="0 0 850 600"><path d="M750 110c26.667 0 50 9.667 70 29s30 43 30 71v290c0 26.667-10 50-30 70s-43.333 30-70 30H60V460h650V250H210v110L0 180 210 0v110h540"/></svg>
<svg class="tc-image-back-in-time tc-image-button" width="22pt" height="22pt" viewBox="0 0 940 820"><path d="M532 0c113.333 0 209.667 40 289 120s119 176.667 119 290-39.667 210-119 290-175.667 120-289 120c-92 0-176-29.333-252-88l70-76c54.667 40 115.333 60 182 60 84 0 156-30 216-90s90-132 90-216c0-85.333-30-158-90-218s-132-90-216-90c-82.667 0-153.667 28.667-213 86s-90.333 127.333-93 210h142L184 604 0 398h124c2.667-110.667 43.667-204.667 123-282S421.333 0 532 0m-36 190h70v204l130 130-50 50-150-150V190"/></svg>
<svg class="tc-image-backbone tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.077999114990234 23.697999954223633"><path d="M9.539 5.438L0 0v23.698l9.539-5.438 9.539 5.438V0L9.539 5.438zm-4.752 6.411L9.539 9.14l4.752 2.709-4.752 2.709-4.752-2.709zm-1.63-6.643l3.399 1.938-3.399 1.938V5.206zm0 9.41l3.145 1.792-3.145 1.793v-3.585zm12.764 3.585l-3.145-1.793 3.145-1.793V18.2zm-3.4-11.057l3.399-1.938v3.876l-3.399-1.938z"/></svg>
<svg class="tc-image-background-color tc-image-button" width="22pt" height="22pt" viewBox="0 0 72 72"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M23.808 63.057L20.411 72h32.764l-3.397-8.943zm2.8-8.741h20.369L36.793 27.327z"/><path d="M65 0H7C3.15 0 0 3.15 0 7v58c0 3.85 3.15 7 7 7h2.111l20.812-52.766a2.595 2.595 0 0 1 2.476-1.836h8.812c1.152 0 2.118.753 2.462 1.79h.018L64.478 72H65c3.85 0 7-3.15 7-7V7c0-3.85-3.15-7-7-7z"/></g></svg>
<svg class="tc-image-backspace tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.000999450683594 15"><path d="M17.501 0h-10c-1.266 0-2.834.807-3.57 1.837L1.321 5.49.122 7.169c-.121.175-.122.492.003.664l1.188 1.664 2.619 3.667C4.667 14.193 6.234 15 7.501 15h10c1.379 0 2.5-1.122 2.5-2.5v-10c0-1.378-1.121-2.5-2.5-2.5zm-2.293 9.793a1 1 0 1 1-1.414 1.414l-2.293-2.293-2.293 2.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L10.087 7.5 7.794 5.207a1 1 0 1 1 1.414-1.414l2.293 2.293 2.293-2.293a1 1 0 1 1 1.414 1.414L12.915 7.5l2.293 2.293z"/></svg>
<svg class="tc-image-backspace-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.033000946044922 16"><path d="M18.033 16h-10c-1.436 0-3.145-.88-3.977-2.046l-2.619-3.667L.249 8.626C.003 8.282 0 7.732.241 7.385l1.204-1.686 2.608-3.653C4.888.879 6.599 0 8.033 0h10c1.654 0 3 1.346 3 3v10c0 1.654-1.346 3-3 3zM2.262 7.999l.806 1.125 2.618 3.667C6.137 13.424 7.256 14 8.034 14h10c.552 0 1-.45 1-1.001V3c0-.551-.448-1-1-1h-10c-.776 0-1.897.576-2.351 1.209L3.075 6.861l-.813 1.138zM12.74 8l2.646-2.646a.502.502 0 0 0 0-.707.502.502 0 0 0-.707 0l-2.646 2.646-2.646-2.646a.5.5 0 0 0-.707.707L11.326 8 8.68 10.646a.5.5 0 0 0 .707.708l2.646-2.647 2.646 2.646a.5.5 0 1 0 .708-.706L12.74 8z"/></svg>
<svg class="tc-image-backup tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M38.71 12.07C37.35 5.19 31.28 0 24 0c-5.78 0-10.79 3.28-13.3 8.07C4.69 8.72 0 13.81 0 20c0 6.63 5.37 12 12 12h26c5.52 0 10-4.48 10-10 0-5.28-4.11-9.56-9.29-9.93zM28 18v8h-8v-8h-6L24 8l10 10h-6z"/></svg>
<svg class="tc-image-backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 672 704"><path d="M352 0v320L672 0v704L352 384v320L0 352z"/></svg>
<svg class="tc-image-backward- tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 256"><path d="M256 128l256 128V0L256 128zM0 128l256 128V0L0 128z"/></svg>
<svg class="tc-image-backward-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 517.4000244140625 357.4000244140625"><path d="M478.2 12.7L303.9 115.2v-74c0-28.4-17.6-41.2-39.2-28.5L21.6 155.6C0 168.3 0 189 21.6 201.7l243.1 143c21.6 12.7 39.2-.2 39.2-28.5v-74l174.3 102.5c21.6 12.7 39.2-.2 39.2-28.5v-275c0-28.4-17.6-41.2-39.2-28.5z"/></svg>
<svg class="tc-image-backward-cycly-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm0 13.012a6.012 6.012 0 1 1 0-12.024 6.012 6.012 0 0 1 0 12.024zm4-6.007c0 .283-.23.513-.513.513l-5.734-.005 2.4 2.401a.514.514 0 0 1-.724.726L3.55 7.393l-.004-.008a.515.515 0 0 1-.106-.159.515.515 0 0 1-.033-.164c0-.011-.007-.02-.007-.032 0-.008.005-.014.005-.021a.524.524 0 0 1 .035-.175.49.49 0 0 1 .09-.135c.008-.01.01-.022.02-.032L6.83 3.39a.514.514 0 0 1 .726.726l-2.401 2.4h5.734c.283 0 .513.236.513.519z"/></svg>
<svg class="tc-image-backward2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.5 11"><path d="M5.5 0v5l5-5v11l-5-5v5L0 5.5z"/></svg>
<svg class="tc-image-badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 4 8"><path d="M2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM1 4.81V8l1-1 1 1V4.81c-.31.11-.65.19-1 .19s-.69-.08-1-.19z"/></svg>
<svg class="tc-image-baffled tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13z"/><path d="M6 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M5.5 5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 5.5 5zm0-1C4.122 4 3 5.122 3 6.5S4.122 9 5.5 9 8 7.878 8 6.5 6.878 4 5.5 4zM11 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M10.5 5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 10.5 5zm0-1C9.121 4 8 5.122 8 6.5S9.121 9 10.5 9 13 7.878 13 6.5 11.879 4 10.5 4zM6 11h4v1H6v-1z"/></svg>
<svg class="tc-image-baffled2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M6 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4 6.5a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 4 6.5zm6 5.5H6v-1h4v1zm.5-4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 10.5 8z"/></svg>
<svg class="tc-image-bag tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M362.6 128h-42.7v21.3c0 23.5-19.1 42.7-42.7 42.7-23.5 0-42.7-19.1-42.7-42.7V128h-85.3v21.3c0 23.5-19.1 42.7-42.7 42.7-23.5 0-42.7-19.1-42.7-42.7V128H21.3C21.3 341.3 0 512 0 512h384c-.1 0-21.4-170.7-21.4-384zm-256 42.7c11.8 0 21.3-9.5 21.3-21.3v-42.7c0-35.4 28.6-64 64-64s64 28.6 64 64v42.7c0 11.8 9.5 21.3 21.3 21.3s21.3-9.5 21.3-21.3v-42.7C298.6 47.8 250.8 0 191.9 0 133 0 85.2 47.8 85.2 106.7v42.7c.1 11.7 9.6 21.3 21.4 21.3z"/></svg>
<svg class="tc-image-baidu tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.047998428344727 16.863000869750977"><path fill-rule="nonzero" d="M2.382 8.432c1.74-.374 1.5-2.455 1.45-2.91-.085-.7-.91-1.925-2.028-1.827C.396 3.82.192 5.855.192 5.855c-.192.94.454 2.95 2.19 2.577m3.23-3.488c.96 0 1.735-1.106 1.735-2.473C7.347 1.105 6.572 0 5.612 0s-1.74 1.104-1.74 2.47c0 1.368.78 2.474 1.74 2.474m4.138.163c1.285.168 2.108-1.203 2.273-2.242.17-1.037-.66-2.243-1.57-2.45-.91-.21-2.048 1.25-2.15 2.2-.126 1.166.164 2.327 1.448 2.492m5.09 1.745c0-.497-.413-1.995-1.944-1.995-1.535 0-1.738 1.414-1.738 2.412 0 .952.08 2.28 1.986 2.24 1.903-.042 1.695-2.158 1.695-2.658m-1.943 4.36S10.91 9.675 9.751 8.014c-1.574-2.45-3.808-1.452-4.555-.208-.744 1.248-1.904 2.036-2.068 2.244-.167.206-2.4 1.412-1.904 3.614.496 2.2 2.237 2.16 2.237 2.16s1.282.124 2.77-.208c1.49-.332 2.773.08 2.773.08s3.477 1.167 4.428-1.077c.952-2.243-.536-3.407-.536-3.407"/></svg>
<svg class="tc-image-bakery tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 57.407997131347656 23.53700065612793"><path d="M41.36.968c.333 5.205-2.192 8.854-2.192 8.854.328-4.009-1.297-9.55-1.297-9.55-1.388-.272-3.606.02-3.606.02.32 4.324-1.879 8.1-3.503 9.49.803-4.795-.475-8.423-.475-8.423-2.197-.554-5.346-.215-5.346-.215.684 5.101-2.13 8.854-2.13 8.854.466-3.556-1.434-8.117-1.434-8.117-1.613-.105-4.183.42-4.183.42 1.355 2.421.273 7.742.273 7.742-.739-4.351-3.223-6.917-3.223-6.917C0 9.192 3.752 17.549 10.717 20.038c6.571 2.344 27.744 3.499 37.217-.611C57.408 15.315 50.737 3.76 41.36.968z"/></svg>
<svg class="tc-image-bakery-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 6.510000228881836"><path d="M4.5 0c-1 0-1 1-1 1L5 5.5s0 .5.5.5.5-.5.5-.5L7.5 1s0-1-1-1h-2zM9 1.5l-2 4h1.5l1 1h.5c1 0 1-.9 1-.9V4.3L9 1.5zM0 4.3v1.2s.03 1.01 1 1c.97-.01.5 0 .5 0l1-1H4l-2-4-2 2.8z"/></svg>
<svg class="tc-image-bakery-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 8"><path d="M5.294 1.382L6 6.5s0 1 1 1h1c1 0 1-1 1-1l.706-5.118C9.706 0 7.5 0 7.5 0S5.291 0 5.294 1.382zM3.5 2C2 2 2 3 2 3l1 4h1.5c.755 0 .794-.765.794-.765L4.5 2h-1zm-2 2.5s-.618-.03-1.059.412C0 5.352 0 5.794 0 5.794V8h.882C2 8 2 7 2 7l-.5-2.5zm10-2.5C13 2 13 3 13 3l-1 4h-1.5c-.755 0-.794-.765-.794-.765L10.5 2h1zm2 2.5s.618-.03 1.059.412c.441.44.441.882.441.882V8h-.882C13 8 13 7 13 7l.5-2.5z"/></svg>
<svg class="tc-image-balance-scale tc-image-button" width="22pt" height="22pt" viewBox="0 0 2176 1792"><path d="M1728 448l-384 704h768zm-1280 0L64 1152h768zm821-192q-14 40-45.5 71.5T1152 373v1291h608q14 0 23 9t9 23v64q0 14-9 23t-23 9H416q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h608V373q-40-14-71.5-45.5T907 256H416q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h491q21-57 70-92.5T1088 0t111 35.5 70 92.5h491q14 0 23 9t9 23v64q0 14-9 23t-23 9h-491zm-181 16q33 0 56.5-23.5T1168 192t-23.5-56.5T1088 112t-56.5 23.5T1008 192t23.5 56.5T1088 272zm1088 880q0 73-46.5 131t-117.5 91-144.5 49.5T1728 1440t-139.5-16.5T1444 1374t-117.5-91-46.5-131q0-11 35-81t92-174.5T1514 701t102-184 56-100q18-33 56-33t56 33q4 7 56 100t102 184 107 195.5 92 174.5 35 81zm-1280 0q0 73-46.5 131T732 1374t-144.5 49.5T448 1440t-139.5-16.5T164 1374t-117.5-91T0 1152q0-11 35-81t92-174.5T234 701t102-184 56-100q18-33 56-33t56 33q4 7 56 100t102 184 107 195.5 92 174.5 35 81z"/></svg>
<svg class="tc-image-ban tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.8 0 0 1.8 0 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c.66 0 1.26.21 1.75.56L1.56 5.75C1.21 5.26 1 4.66 1 4c0-1.66 1.34-3 3-3zm2.44 1.25C6.79 2.74 7 3.34 7 4c0 1.66-1.34 3-3 3-.66 0-1.26-.21-1.75-.56l4.19-4.19z"/></svg>
<svg class="tc-image-ban-circle tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1317.157958984375 1317.157958984375"><path d="M1082.841 234.317C848.524 0 468.649 0 234.317 234.317 0 468.633 0 848.509 234.317 1082.841c234.317 234.317 614.192 234.317 848.524 0 234.317-234.316 234.317-614.192 0-848.524zm-163.488 57.44l-627.58 627.565C166.514 743.584 182.727 498.049 340.395 340.38c157.668-157.667 403.22-173.88 578.942-48.623zm106.064 106.048c125.248 175.737 109.031 421.29-48.655 578.942-157.652 157.683-403.204 173.911-578.942 48.639l627.581-627.581z"/></svg>
<svg class="tc-image-bancontact-mister-cash tc-image-button" width="22pt" height="22pt" viewBox="0 0 826.8489990234375 491.51898193359375"><path d="M64.306 248.054H408.82l39.045-39.045h126.331l-107.95 119.44H64.306zm292.507-83.558l-74.312 76.411h121.467l40.172-39.045h145.9l-37.387 43.028h206.111v-80.394zM769.331 0H57.508C25.744 0 0 25.815 0 57.651v376.217c0 31.846 25.754 57.651 57.508 57.651h711.833c31.764 0 57.508-25.815 57.508-57.651V57.651C826.849 25.815 801.095 0 769.331 0zm43.448 434.094c0 25.067-20.316 45.384-45.384 45.384H59.443c-25.067 0-45.383-20.316-45.383-45.384V57.426c0-25.067 20.316-45.384 45.383-45.384h707.953c25.067 0 45.384 20.316 45.384 45.384v376.668zM118.783 34.877c13.895 4.014 22.887 15.667 22.661 29.522-.113 6.912-2.806 12.8-7.414 17.869-.604.666-1.219 1.31-1.976 2.13 13.046 9.237 18.288 21.228 11.991 36.311-4.638 11.111-13.875 16.64-25.826 17.634-1.26-.164-2.509-.471-3.768-.471-14.879-.03-29.767-.01-44.647-.02-3.113 0-3.318-.195-3.318-3.277 0-33.075.02-66.14.041-99.215 16.251-.01 32.512 0 48.763-.041 1.167-.01 2.334-.297 3.492-.441zM94.719 55.163c-.04 6.543-.082 13.087-.113 19.63 0 .072.102.144.154.226 3.666-.031 7.342-.01 11.008-.103 4.198-.112 7.24-2.591 7.987-6.615.778-4.208-.482-7.751-3.86-10.526-4.589-3.779-9.81-3.523-15.176-2.611zm-.153 62.29c4.547.092 9.134.625 13.63.174 5.478-.553 8.581-4.332 8.857-9.534.256-4.833-2.775-9.984-7.598-10.793-4.844-.809-9.922-.205-14.889-.215-.174.697-.492 1.382-.492 2.079-.06 5.724-.082 11.438-.07 17.162 0 .379.368.748.562 1.127zm270.11-13.446c-.01-16.886 10.998-30.761 28.416-35.83 17.47-5.079 37.5 3.522 45.65 19.599 10.107 19.938.676 43.131-20.644 50.719-3.717 1.321-7.536 1.628-11.49 1.894-4.557.307-8.919.205-13.332-.788-16.599-3.769-28.59-18.688-28.6-35.594zm25.273-.347c-.05 8.54 5.663 14.736 13.68 14.817 7.844.082 14.428-6.236 14.5-13.916.092-8.632-5.652-14.592-14.09-14.623-8.683-.031-14.039 5.182-14.09 13.721zm-172.973 35.266c-6.615.041-13.22.133-19.835.051-.973-.01-1.935-.84-3.48-1.557-4.722 2.263-10.477 3.308-16.364 3.543-6.676.266-13.22-.379-19.18-3.779-6.84-3.911-9.226-10.076-8.775-17.654.922-15.514 11.172-22.221 22.641-25.201 4.844-1.26 9.943-1.526 14.93-2.232.82-.113 1.792.102 2.427-.276 1.198-.707 2.663-1.557 3.103-2.693.256-.665-1.26-2.007-1.986-3.051-.788-.461-1.567-1.31-2.355-1.321-3.656-.062-7.332.03-10.988.236-.88.051-1.72.717-2.58 1.106-4.188.921-8.397 1.741-12.544 2.806-2.457.635-4.813 1.669-7.629 2.672.37-2.314.645-4.332 1.014-6.338.645-3.513 1.382-7.004 1.976-10.517.277-1.618.932-2.765 2.631-3.041 4.65-.758 9.288-1.557 13.957-2.212 3.41-.471 6.861-1.065 10.291-1.024 8.12.092 16.077 1.29 23.4 5.12 5.651 2.959 9.983 7.117 11.407 13.65-.174.584-.49 1.168-.49 1.751 0 15.186.081 30.362 0 45.538-.01 1.485-1.015 2.949-1.568 4.423zm-22.743-25.385c0-1.28.154-2.59-.062-3.84-.103-.615-.91-1.577-1.392-1.567-5.806.01-11.387.963-15.616 5.427-2.304 2.437-2.683 5.888-1.25 8.397 1.351 2.355 5.202 4.137 8.018 3.707 7.086-1.065 10.342-4.885 10.301-12.124zm398.715 27.003c-3.216-1.034-6.615-1.69-9.595-3.195-5.817-2.939-8.939-7.833-9.298-14.51-.502-9.349 2.078-17.398 10.138-22.681 3.85-2.519 8.233-4.546 12.657-5.755 5.08-1.382 10.466-1.608 15.73-2.325.358-.051.736.01 1.095-.062 1.864-.348 3.85-.88 3.952-3.113.102-2.099-1.884-2.775-3.47-2.806-5.11-.072-10.292-.358-15.31.389-6.646.993-13.159 2.877-19.947 4.423.655-3.563 1.372-7.486 2.1-11.407.245-1.352.644-2.693.757-4.055.184-2.14.994-3.44 3.277-4.045 13.64-3.656 27.29-4.413 40.97-.358 5.438 1.618 10.516 4.086 13.937 8.807 1.577 2.171 2.417 4.864 3.594 7.321-.226.738-.655 1.464-.655 2.202.03 15.084.082 30.167.215 45.251.02 1.945-.512 3.369-2.222 4.311-6.206.031-12.4.143-18.606.041-1.086-.02-2.15-.87-3.45-1.444-3.595.921-7.62 1.956-11.644 2.99-4.332-.195-8.673-.399-13.005-.543-.399-.01-.809.369-1.218.563zm8.264-17.735c1.126 2.959 6.114 4.116 9.78 2.253 6.041-1.966 8.59-6.123 7.812-12.4-.092-.717-.072-1.464-.01-2.192.144-1.741-.594-2.775-2.355-2.386-3.533.778-7.26 1.25-10.486 2.765-5.417 2.529-6.625 6.288-4.74 11.961zm-375.41 16.066c-.174-1.065-.48-2.12-.48-3.185-.032-20.93-.022-41.861-.01-62.791 0-3.481.02-3.492 3.521-3.492 6.34-.01 12.667-.01 19.005 0 3.246.01 3.246.021 3.42 3.298.021.359.103.717.215 1.516 1.096-.645 1.997-1.168 2.898-1.71 12.114-7.271 26.091-5.632 35.216 4.198 4.444 4.793 6.553 10.608 6.615 17.06.123 14.315.062 28.642.041 42.957 0 .696-.297 1.392-.46 2.099-.462-.195-.922-.563-1.393-.573-5.642-.072-11.274-.133-16.916-.082-1.239.01-2.468.491-3.707.747-.195 0-.379-.01-.574-.01-.543-1.474-1.536-2.939-1.557-4.423-.133-10.69-.05-21.391-.103-32.082-.01-1.239-.368-2.488-.563-3.727-.962-4.127-2.704-7.588-7.25-8.755-5.15-1.311-8.858.348-12.442 5.611-2.058.226-1.649 1.792-1.608 3.082.041 1.372.358 2.734.358 4.096.031 9.462.051 18.923 0 28.375-.01 2.233-.297 4.465-.45 6.564-1.178 0-2.12-.031-3.05 0-4.476.154-8.96.246-13.426.532-2.447.174-4.997-.809-7.3.697zm222.127-69.366c7.434-.031 14.87-.041 22.303-.103 1.69-.01 2.621.574 2.54 2.396-.03.635.071 1.27.132 2.365 1.628-.891 3-1.659 4.383-2.406 11.448-6.257 25.11-4.516 33.772 4.362 3.758 3.85 6.093 8.448 6.82 13.814-.164 1.26-.47 2.509-.47 3.769-.03 13.496.01 26.993-.073 40.489-.01 1.577-.676 3.154-1.044 4.731-7.066.041-14.12.01-21.187.154-2.375.051-2.417-1.3-2.417-2.99.01-9.82 0-19.63 0-29.45 0-2.57.051-5.141-.05-7.701-.206-5.181-3.135-8.387-8.367-9.318-4.208-.748-8.929 1.874-10.69 5.99-.36.839-.595 1.731-.892 2.601-.174 1.065-.48 2.13-.48 3.195-.03 12.514-.02 25.037-.02 37.55l-23.727-.03c-.174-1.536-.49-3.072-.49-4.608-.042-21.596-.03-43.202-.042-64.809zm73.902 13.25c-.04-3.676-.02-7.342-.144-11.008-.062-1.833.737-2.325 2.457-2.365 5.91-.164 5.91-.215 5.91-6.288 0-2.939-.113-5.888.081-8.806.062-.911.717-2.192 1.475-2.591 7.772-4.137 15.626-8.13 23.46-12.155.144-.072.348-.01.798-.01.062.738.184 1.505.184 2.284.02 8.263.082 16.527-.02 24.791-.02 2.15.625 2.949 2.826 2.846 3.113-.154 6.246-.02 9.36-.031 1.26-.01 2.13.266 2.12 1.813-.04 5.499-.01 10.998-.01 17.019H556.78c-.266 1.116-.747 2.233-.758 3.358-.082 5.663-.04 11.326-.04 16.988 0 3.103-.03 6.216.04 9.319.01.553-.543 2.089 1.147 1.167 3.308 2.959 6.851 1.782 10.384.584 1.505.614 2.314 1.444 1.884 3.338-.338 1.475-.174 3.102.01 4.639.604 4.946-.798 7.352-5.366 9.359-.983.43-1.7 1.464-2.539 2.212-6.564 2.151-13.117 2.325-19.486-.604-7.823-3.594-11.899-9.79-11.98-18.432-.103-10.076-.052-20.142-.073-30.218-1.649-.205-3.298-.542-4.956-.594-1.618-.051-2.56-.358-2.499-2.314.051-1.424-.45-2.867-.717-4.301zm226.59 36.824c3.082 2.191 6.236 1.31 9.39.184 1.485.461 2.284 1.372 2.12 3.031-.092.901.041 1.833-.02 2.734-.236 3.41.778 6.963-1.065 10.199-5.489 4.024-11.602 5.397-18.37 4.762-8.376-.778-14.633-4.536-17.98-12.309-1.087-2.519-1.466-5.499-1.527-8.284-.184-8.888-.04-17.776-.092-26.665-.01-1.126-.43-2.253-.665-3.379-1.607-.174-3.226-.491-4.833-.491-1.904 0-2.898-.604-2.867-2.673.062-4.741-.072-9.493.092-14.233.03-.993 1.004-1.945 1.546-2.918.37-.041.727-.103 1.096-.113 5.683-.164 5.683-.164 5.683-5.755 0-3.021.051-6.041-.02-9.063-.04-1.546.481-2.57 1.894-3.298 6.35-3.256 12.667-6.564 18.995-9.861 3.8.307 3.8.307 3.81 4.413.01 6.748-.03 13.497.04 20.245.01 1.137.451 2.263.686 3.389h13.62c0 6.226.01 12.452.01 18.678-4.148.02-8.285.031-12.433.051-.266 1.024-.747 2.038-.778 3.072-.092 3.554-.04 7.117-.04 10.68 0 5.202-.03 10.404.03 15.606.01.973-.605 2.806 1.678 1.997zm-40.345-25.18c-1.822-.953-3.359-1.987-5.038-2.57-6.687-2.335-13.476-3.779-20.337-.778-6.564 2.867-9.923 8.54-9.154 15.657.307 2.816 1.66 5.335 4.208 6.994 9.114 5.929 18.422 4.772 27.802.778.737-.317 1.423-.747 2.355-1.249.133.635.287 1.044.287 1.454.01 6.062-.02 12.114.03 18.176.01 1.444-.399 2.386-1.75 3.062-18.986 9.534-46.367 3.431-55.717-18.462-8.694-20.357 3.195-43.643 24.781-48.64 9.984-2.314 19.804-1.659 29.471 1.802 2.447.88 3.348 2.294 3.256 4.915-.194 5.406-.05 10.834-.062 16.24-.01.798-.082 1.598-.133 2.622zm-349.942-1.291c-6.288-3.379-12.995-4.598-19.958-3.082-6.288 1.372-10.649 5.202-12.257 11.653-.952 3.84-.03 7.281 2.622 10.219 2.96 3.277 6.717 5.089 11.08 5.499 5.437.502 10.812.133 16.025-1.639 1.22-.195 2.447-.379 3.922-.614.062 1.198.164 2.181.164 3.174.021 4.116.113 8.243-.04 12.36-.063 1.679-.677 3.338-1.046 5.007-7.526 4.465-15.769 5.09-24.187 4.178-6.933-.747-13.373-3.041-18.893-7.475-1.72-1.997-3.369-4.055-5.192-5.97-.86-.912-2.038-1.526-3.072-2.274-5.356-7.291-7.495-15.545-6.257-24.382 2.437-17.347 12.503-28.242 29.726-31.56 9.431-1.813 18.964-1.096 27.884 3.216.358 1.392.973 2.785 1.014 4.188.133 4.649.154 9.298-.02 13.947-.042 1.219-.994 2.375-1.516 3.553zM66.53 35.348c-.01 33.075-.03 66.14-.04 99.216 0 3.082.204 3.277 3.317 3.277 14.88.01 29.768-.01 44.647.021 1.26 0 2.52.307 3.768.471-16.896.03-33.782.051-50.678.071-.44 0-.88-.113-1.516-.195-.05-1.086-.133-2.068-.133-3.052-.01-32.594-.01-65.188.02-97.771 0-1.034.348-2.058.522-3.093.041.348.071.697.092 1.055zm159.272 103.527c2.304-1.516 4.854-.533 7.291-.686 4.464-.276 8.95-.369 13.425-.533.932-.03 1.874 0 3.051 0 .154-2.089.44-4.322.45-6.564.051-9.462.041-18.923 0-28.375 0-1.372-.317-2.734-.358-4.096-.04-1.28-.45-2.857 1.608-3.082-.205 1.433-.574 2.877-.574 4.311-.05 11.94-.02 23.89-.03 35.83 0 3.328-.032 3.359-3.37 3.338-7.168-.021-14.336-.092-21.494-.143zm222.127-69.366c.01 21.606 0 43.202.041 64.809 0 1.536.317 3.072.491 4.608-.369-.87-1.034-1.741-1.044-2.621-.082-9.063-.05-18.125-.05-27.187 0-12.267-.01-24.525.03-36.793 0-.932.347-1.874.532-2.816zm192.952 69.428c1.71-.942 2.242-2.355 2.222-4.311-.133-15.084-.184-30.167-.215-45.251 0-.738.42-1.464.655-2.201.072 6.861.184 13.721.205 20.582.03 9.154 0 18.309 0 27.453v3.554a113.02 113.02 0 0 1-2.867.174zm-423.905-.011c.543-1.474 1.557-2.949 1.567-4.423.082-15.175 0-30.361 0-45.537 0-.584.317-1.168.481-1.751.092 1.639.266 3.287.266 4.926.031 14.653.021 29.296.041 43.95 0 1.608.154 3.318-2.355 2.837zm344.555.287c.84-.758 1.557-1.782 2.54-2.212 4.566-2.007 5.98-4.413 5.365-9.36-.184-1.526-.348-3.164-.01-4.638.43-1.894-.379-2.724-1.884-3.338.747-.481 1.485-.962 2.724-1.751 0 5.755.041 10.998-.062 16.24-.01.543-.717 1.27-1.28 1.557-2.427 1.239-4.915 2.345-7.394 3.502zm-45.24-.276c.36-1.577 1.034-3.154 1.044-4.731.082-13.497.041-26.993.072-40.489 0-1.26.307-2.509.471-3.769.03 15.657.062 31.324.112 46.981 0 1.178 0 2.284-1.7 2.007zm-245.34-40.244c.195 1.239.553 2.488.563 3.727.041 10.691-.04 21.392.103 32.082.021 1.485 1.014 2.949 1.557 4.423-2.274.451-2.263-.983-2.263-2.59.041-12.554.031-25.098.041-37.642zm201.237 40.264c0-12.514-.01-25.037.02-37.55 0-1.065.317-2.13.481-3.195.02 12.923.051 25.846.041 38.769 0 .655-.348 1.321-.543 1.976zm274.135-69.448c-.236-1.127-.676-2.253-.686-3.389-.072-6.748-.03-13.497-.04-20.245 0-4.106-.01-4.106-3.81-4.413 1.27-.696 2.55-1.403 4.537-2.498V69.51zm2.098 50.074c-2.284.809-1.669-1.024-1.679-1.987-.062-5.202-.03-10.404-.03-15.606 0-3.564-.062-7.117.041-10.68.03-1.034.502-2.048.778-3.072-.04 9.236-.123 18.462-.072 27.689-.01 1.229.615 2.437.962 3.656zm-191.262-.502c-1.689.911-1.136-.614-1.147-1.167-.072-3.103-.04-6.216-.04-9.319 0-5.662-.042-11.325.04-16.988.02-1.126.491-2.233.758-3.358-.03 9.39-.082 18.77-.082 28.16 0 .881.307 1.772.471 2.673zm156.99-49.541c-.543.973-1.515 1.925-1.546 2.918-.164 4.741-.03 9.493-.092 14.233-.03 2.069.962 2.673 2.867 2.673 1.607 0 3.226.317 4.833.491h-8.274v-7.823c0-3.472.062-6.942-.03-10.414-.04-1.679.563-2.375 2.242-2.078zM358.646 135.7c.358-1.669.983-3.328 1.045-5.007.154-4.117.062-8.243.041-12.36 0-.983-.103-1.966-.164-3.174-1.474.225-2.704.42-3.922.614 1.392-.819 2.786-1.628 4.69-2.744v4.976c0 4.915-.02 9.83.021 14.745.01 1.382-.133 2.55-1.71 2.949zm-.512-42.588c.533-1.178 1.474-2.345 1.526-3.543.185-4.638.154-9.298.021-13.947-.04-1.403-.656-2.796-1.014-4.188.553.727 1.567 1.454 1.587 2.192.123 6.82.072 13.63.072 20.962-.962-.635-1.577-1.055-2.192-1.475zm-84.387 45.825c1.24-.266 2.468-.738 3.707-.748 5.632-.051 11.274.01 16.916.082.461.01.932.369 1.392.573l-22.016.092zm-99.216-52.839c.86-.379 1.7-1.055 2.58-1.106 3.656-.205 7.332-.297 10.998-.236.788.01 1.567.86 2.355 1.321-5.315 0-10.619.01-15.933.02zm584.315 49.644c1.843-3.246.83-6.789 1.065-10.199.062-.911-.072-1.833.02-2.734.164-1.659-.635-2.56-2.12-3.031.747-.481 1.485-.962 2.642-1.71 0 5.591.051 10.803-.072 16.016-.01.563-1.004 1.106-1.536 1.659zM307.302 124.16c1.034.748 2.202 1.372 3.072 2.274 1.813 1.904 3.471 3.963 5.192 5.97-2.755-2.745-5.509-5.489-8.264-8.243zm285.645 16.384c.41-.195.82-.574 1.218-.563 4.342.143 8.673.358 13.005.542-4.73.01-9.482.021-14.223.021zM759.94 88.187c0-6.226-.01-12.452-.01-18.678.174.297.502.594.502.901.03 5.632.03 11.264 0 16.896 0 .297-.317.594-.49.88zm-238.11-5.428c.256 1.434.768 2.867.717 4.291-.072 1.966.87 2.263 2.5 2.314 1.658.051 3.297.379 4.955.594-2.007-.01-4.024-.082-6.032.01-1.7.072-2.304-.666-2.222-2.274.082-1.639.062-3.287.082-4.935zM94.566 97.086c0 6.789 0 13.578.01 20.368-.195-.379-.573-.748-.573-1.126-.01-5.724 0-11.438.071-17.162 0-.697.317-1.382.492-2.079zm.153-41.923c.01 6.615.02 13.23.041 19.856-.05-.072-.154-.144-.154-.226.03-6.533.071-13.087.113-19.63zm506.492 67.646c2.816 2.673 6.298 2.468 9.78 2.253-3.667 1.854-8.664.707-9.78-2.253zM135.383 455.342c-.164-1.147-.47-2.294-.47-3.451-.03-16.967-.02-33.946-.03-50.913 0-.88-.083-1.751-.636-2.826-6.564 9.308-13.138 18.626-19.947 28.283-.788-1.014-1.403-1.751-1.946-2.529-5.909-8.397-11.797-16.814-17.715-25.211-.307-.441-.748-.788-1.116-1.178-.195.839-.553 1.689-.563 2.529-.03 18.442-.02 36.885-.02 55.317-8.069.03-16.138.03-24.208.112-1.833.021-2.355-.768-2.365-2.478-.102-16.865-.246-33.731-.379-50.596.164-.891.482-1.772.482-2.663.02-14.408.01-28.805-.03-43.213 0-.88-.369-1.751-.563-2.631.994-.133 1.976-.369 2.97-.369 7.25-.03 14.51.051 21.76-.062 2.09-.03 3.338.707 4.495 2.417 5.653 8.366 11.417 16.65 17.152 24.965.563.819 1.167 1.618 1.987 2.765.973-1.372 1.822-2.519 2.621-3.687 5.458-7.936 10.947-15.862 16.333-23.849 1.188-1.762 2.5-2.601 4.7-2.57 7.434.113 14.88.062 22.313 0 1.956-.02 2.816.656 2.786 2.724-.246 15.78-.42 31.57-.615 47.35-.358.788-1.014 1.567-1.024 2.355-.103 7.065-.113 14.131-.123 21.187 0 8.264.01 16.517.072 24.781.01 1.874-.625 2.519-2.6 2.468-6.422-.144-12.852-.062-19.273-.082-3.205-.01-3.43-.082-3.44-3.134a9451 9451 0 0 1 .02-47.626c0-1.168.39-2.335.471-3.513.03-.368-.358-.758-.563-1.136-.185.041-.358.092-.542.133.01 18.76.01 37.55.01 56.33zm576.071-.02c-6.87.041-13.753.072-20.624.133-1.372.01-2.058-.533-2.007-1.945.03-.727-.01-1.465-.01-2.202 0-31.273-.01-62.546-.01-93.819 0-3.963 0-3.973 3.922-3.983 6.052-.01 12.104-.031 18.155.01 1.065.01 2.13.297 3.195.45-.174.481-.49.962-.49 1.454-.01 10.27 0 20.551.05 30.822 0 .983.317 1.956.491 2.939.983-.409 2.028-.717 2.94-1.239 11.642-6.717 24.513-6.288 34.067 1.331 6.677 5.325 9.81 12.4 9.82 20.9.01 13.68 0 27.361.01 41.031 0 4.403.01 4.403-4.383 4.127-1.065-.174-2.14-.471-3.205-.491-4.485-.051-8.97-.01-13.466-.031-3.86-.02-4.25-.389-4.229-4.27.062-11.991.154-23.982.184-35.973 0-.327-.533-.666-.819-1.004-2.55-6.226-5.96-8.796-11.315-8.233-4.987.533-8.059 3.471-9.523 8.192-.072-.051-.133-.133-.215-.154-.062-.021-.215.03-.215.051-.062.809-.154 1.628-.154 2.437-.01 11.715-.04 23.429.02 35.144.02 1.936-.43 3.41-2.192 4.322zm-249.66-57.785c2.395-20.674 17.848-38.113 38.255-43.131 14.346-3.533 28.498-2.724 42.455 2.007.512.174.962.491 1.444.748.154.45.266.921.461 1.351.522 1.188 1.526 2.345 1.557 3.543.174 5.386.133 10.772.01 16.159-.02.932-.778 1.853-1.198 2.785-4.31-2.713-9.01-4.505-14.019-5.264-7.762-1.178-15.504-1.198-23.173.912-10.578 2.908-18.105 12.779-19.456 23.552-2.56 20.347 17.213 33.751 33.054 33.321 8.325-.226 16.24-1.393 23.275-6.175.533 1.157 1.475 2.304 1.515 3.471.154 5.386.041 10.783.072 16.179 0 .758.297 1.515.451 2.263-4.168 1.813-8.192 4.27-12.544 5.314-19.425 4.659-37.57 1.802-53.504-10.813-10.476-8.294-16.835-19.19-18.668-32.563.01-4.546.01-9.103.01-13.66zm158.176 56.638c-6.973.041-13.947.072-20.93.112-.278 0-.666.082-.81-.062-2.263-2.334-4.28-.297-6.38.317-9.072 2.693-18.197 3.318-27.35.441-10.27-3.226-15.115-11.254-13.989-22.016 1.423-13.506 10.537-20.357 21.995-23.286 5.274-1.351 10.855-1.526 16.282-2.304 1.423-.205 2.99-.369 4.158-1.086.922-.574 1.854-1.986 1.822-2.99-.02-.798-1.383-1.904-2.365-2.243-1.515-.533-3.226-.727-4.854-.747-10.466-.123-20.664 1.31-30.413 5.314-.42.174-.86.287-1.843.604.441-2.673.788-5.028 1.24-7.363.644-3.42 1.28-6.851 2.12-10.23.214-.86 1.115-1.997 1.893-2.181 5.264-1.198 10.567-2.171 15.862-3.216 2.785.154 5.571.42 8.346.43 2.51 0 5.018-.286 7.527-.45 7.455.778 14.612 2.468 20.91 6.809 4.598 3.175 7.486 7.455 8.243 13.056-.154 1.168-.43 2.334-.43 3.502-.03 14.377.01 28.764-.072 43.141.02 1.485-.615 2.969-.962 4.444zm-24.238-25.263c0-6.584.01-6.533-6.564-5.171-3.932.819-7.609 2.068-10.384 5.161-2.15 2.396-2.673 5.724-1.362 8.141 1.27 2.334 5.632 4.393 8.243 3.901 6.963-1.3 10.066-5.017 10.066-12.032zm-263.527-6.103c-1.209 3.615.727 8.038 4.905 10.128 6.625 3.308 13.752 3.993 20.87 2.274 5.58-1.351 10.966-3.451 16.444-5.223 1.598.133 1.833 1.229 1.833 2.539-.01 3.308-.062 6.615.021 9.913.051 2.274.286 4.537.45 6.8-4.874 3.861-10.71 5.376-16.599 6.697-2.314.522-4.7.697-7.045 1.024-.164-.082-.317-.215-.49-.236a800.576 800.576 0 0 0-12.054-.973c-.01 0-.072.768-.103 1.168-17.817-1.515-31.6-13.854-33.915-31.426-2.59-19.63 8.233-38.072 29.123-42.138 8.233-1.607 16.507-1.147 24.3 2.314 11.182 4.976 15.534 14.694 17.418 25.979.256 1.536.338 3.092.502 4.639-.154 1.075-.49 2.161-.42 3.216.144 2.099-.87 2.796-2.765 2.755-.91-.02-1.833.021-2.745.021-11.99 0-23.982-.01-35.963.02-1.27.021-2.519.338-3.769.512zm-1.147-14.304h22.262c-.103-4.803-3.86-8.212-8.99-8.745-8.458-.88-12.073 2.324-13.27 8.745zm-39.024-24.341c3.942.072 7.885.236 11.827.174 2.171-.031 3.164.563 3.092 2.939-.154 4.772-.133 9.554-.03 14.326.04 1.966-.749 2.581-2.592 2.539-3.656-.072-7.322-.02-11.16-.02-.104.911-.247 1.607-.247 2.304-.01 8.448-.01 16.896.01 25.344.01 3.922 1.986 5.776 5.918 5.079 2.57-.451 5.028-1.536 7.752-2.396.062.307.286.87.286 1.433.031 4.495.103 9.001-.03 13.497-.032.932-.605 2.222-1.342 2.693-7.916 5.048-16.476 6.625-25.488 3.687-7.475-2.437-15.043-9.124-13.486-21.299.195-.962.553-1.925.563-2.898.051-7.649.051-15.288 0-22.938-.01-.962-.358-1.936-.553-2.898-2.345-.164-4.68-.441-7.024-.461-1.72-.021-2.457-.574-2.427-2.386a565.21 565.21 0 0 0 0-16.159c-.03-1.863.83-2.314 2.478-2.375 2.334-.092 4.65-.389 6.974-.604.195-1.055.533-2.11.563-3.164.072-3.461.062-6.912.021-10.373-.02-1.659.123-3.102 2.08-3.635.255-.072.337-.768.511-1.178 6.871-3.615 13.742-7.219 20.613-10.834.358 1.27.993 2.539 1.014 3.819.092 7.69.031 15.37.082 23.061-.02.911.38 1.822.594 2.724zm-33.3 55.695c-3.656 8.848-10.926 13.087-19.753 14.951-11.837 2.509-23.522 1.229-35.02-2.253-2.366-.717-3.605-1.863-3.472-4.669.256-5.386.072-10.793.072-16.835 2.714 1.014 4.976 1.854 7.23 2.693-.175.041-.369.051-.523.133-.123.062-.185.226-.338.42 7.055 2.519 14.305 2.611 21.596 2.161.768-.051 1.464-1.096 2.192-1.669 2.591-3.246 2.243-5.468-1.618-7.014-3.03-1.209-6.359-1.669-9.523-2.581-2.55-.737-5.14-1.433-7.536-2.55-12.278-5.683-12.86-18.156-8.069-27.024 4.004-7.414 10.824-11.111 18.852-12.462 9.554-1.608 18.8.358 27.904 3.184.594.185 1.454.809 1.495 1.301.543 5.817.952 11.653 1.423 17.828-3.656-1.024-6.738-2.181-9.933-2.693-3.687-.594-7.454-.707-11.202-.83-1.014-.03-2.192.441-3.04 1.034-2.152 1.505-1.987 3.952.43 4.956 1.914.798 4.033 1.147 6.092 1.546 7.065 1.362 13.701 3.748 18.791 9.031 1.904 1.976 3.041 4.7 4.536 7.086-.174.778-.47 1.546-.49 2.325-.063 2.202-.01 4.393-.022 6.594-.02 1.792-.05 3.563-.072 5.335zm415.211-53.872c3.481.522 3.666.707 3.84 4.065l.82 15.473c-.902-.256-1.64-.42-2.346-.676-5.479-1.966-11.08-3.287-16.957-3.051-1.27.051-2.713.03-3.737.625-1.054.625-2.212 1.904-2.335 3-.092.829 1.188 2.253 2.181 2.683 1.731.758 3.687 1.044 5.571 1.382 5.847 1.075 11.326 3.052 16.16 6.595 10.177 7.465 10.403 18.575 4.556 27.781-3.994 6.298-10.26 9.401-17.244 10.865-11.735 2.457-23.357 1.546-34.775-2.068-.338-.102-.635-.348-.952-.522-1.792-1.157-2.192-2.846-2.16-4.874.082-4.281-.03-8.551-.01-12.831 0-.574.277-1.147.38-1.546h3.921c6.328 2.018 12.78 3.431 19.456 3.042 1.782-.103 3.687-.522 5.253-1.341 2.611-1.372 2.795-4.137.307-5.704-1.966-1.239-4.3-1.956-6.543-2.652-3.666-1.137-7.547-1.7-11.069-3.154-12.308-5.069-15.903-19.415-7.629-29.911 1.178-1.495 2.713-2.713 4.086-4.065 2.068-.389 4.147-.748 6.216-1.178.277-.062.441-.533.707-.738.952-.737 1.833-1.843 2.898-2.089 2.898-.666 5.888-1.27 8.847-1.301 3.042-.03 6.114.543 9.144 1.004 3.492.533 6.942 1.25 10.424 1.822.297.062.665-.409.994-.635zm-266.25 3.789c4.546-3.984 9.022-6.513 14.213-7.26 3.83-.553 7.865-1.034 11.284 1.485.962.707 1.936 2.12 1.966 3.246.184 6.42.092 12.841.072 19.271 0 .348-.133.686-.287 1.362-1.168-.604-2.18-1.137-3.195-1.659-8.172-4.229-17.275-2.099-22.334 5.458-1.003 1.495-1.628 3.533-1.649 5.335-.144 11.745-.072 23.49-.082 35.236 0 3.184-.04 3.205-3.236 3.205-6.329.01-12.667-.051-18.995.051-2.068.03-2.663-.707-2.652-2.724.062-22.303.072-44.606 0-66.898-.01-2.304.88-2.775 2.908-2.745 6.33.082 12.667.112 18.995-.01 2.274-.041 3.226.707 2.99 2.99-.092.952 0 1.945 0 3.655zM197.007 372.07c-4.332 10.885-17.193 13.681-24.647 5.356-4.567-5.099-4.834-13.496-.574-18.76 4.178-5.171 12.206-6.594 18.197-3.236.86 1.157 1.485 2.673 2.622 3.399 2.97 1.894 3.8 4.659 3.993 7.865.092 1.792.266 3.584.41 5.376zm-.584 12.749c.041.266.123.543.123.809-.01 22.886-.02 45.773-.04 68.659-.534-.021-1.066-.031-1.599-.051.185-1.351.522-2.703.522-4.045.031-18.698.021-37.397.021-56.085v-8.182h-25.344c.164-.338.317-.676.481-1.024 8.622-.03 17.234-.051 25.836-.082zm-61.04 70.523v-56.351c.185-.041.358-.092.542-.133.195.379.583.778.563 1.137-.082 1.178-.47 2.334-.47 3.512-.042 15.872-.072 31.754-.02 47.626.01 3.052.235 3.123 3.44 3.134 6.42.021 12.85-.062 19.271.082 1.976.041 2.611-.594 2.601-2.468-.062-8.254-.072-16.517-.072-24.781 0-7.065.01-14.131.123-21.187.01-.788.666-1.567 1.024-2.355l-.092 23.204c-.144.891-.42 1.782-.42 2.683-.02 6.676.021 13.363.041 20.039.368 7.424.297 5.857-5.6 5.929-6.984.092-13.958-.041-20.93-.072zm538.562-69.355c-.338.226-.707.686-.994.645-3.48-.574-6.942-1.29-10.424-1.822-3.03-.461-6.103-1.045-9.144-1.004-2.96.031-5.939.635-8.847 1.301-1.075.246-1.956 1.351-2.898 2.089-.266.205-.43.686-.707.738-2.058.43-4.137.798-6.216 1.178 3.523-3.328 7.885-4.966 12.493-5.796 9.144-1.659 18.023-.123 26.736 2.673zm-503.337-1.086c-.164.338-.317.676-.48 1.024 0 21.299-.032 42.599.03 63.898 0 1.474.697 2.949 1.065 4.423a99.624 99.624 0 0 0-1.608-.512c-.03-14.643-.092-29.286-.082-43.929 0-8.325.103-16.65.154-24.976.297.03.615.051.921.072zm564.45 28.672c.287.338.82.665.82 1.003-.03 11.991-.134 23.982-.185 35.973-.02 3.87.37 4.25 4.23 4.27 4.484.02 8.97-.031 13.465.03 1.075.01 2.14.317 3.205.491-6.328.031-12.667-.02-18.995.123-2.18.051-2.58-.88-2.57-2.786.062-13.046.041-26.071.03-39.106zm-642.12 41.8c0-18.442-.01-36.885.02-55.317 0-.839.368-1.689.562-2.529 0 18.258 0 36.505-.03 54.764-.01 1.024-.369 2.048-.553 3.082zm527.032-1.198c.348-1.485.983-2.96.994-4.444.072-14.377.041-28.764.072-43.141 0-1.168.277-2.335.43-3.502.041 9.083.092 18.166.123 27.249.02 7.158.02 14.315-.01 21.473-.01 1.086.461 2.632-1.607 2.365zm-287.764-31.366c1.25-.174 2.498-.491 3.748-.491 11.991-.041 23.982-.02 35.963-.02.911 0 1.833-.041 2.745-.021 1.894.041 2.908-.655 2.765-2.755-.072-1.054.266-2.14.42-3.216v6.513c-15.268-.01-30.454-.01-45.639-.01zm379.25 32.513c1.76-.922 2.211-2.396 2.201-4.322-.062-11.715-.03-23.429-.02-35.144 0-.809.092-1.628.154-2.437 0-.021.154-.072.215-.051.082.021.144.103.215.154v41.646c-1.034.072-1.904.112-2.765.154zM230.706 434.8c-.727.584-1.433 1.628-2.192 1.669-7.28.441-14.54.348-21.596-2.16.144-.195.215-.348.338-.42.154-.082.348-.092.522-.133 5.14.747 10.26 1.741 15.421 2.15 2.457.205 4.997-.697 7.506-1.106zm483.43-45.619c-.174-.983-.49-1.956-.49-2.939a5026.6 5026.6 0 0 1-.052-30.822c0-.481.317-.962.491-1.454.01 11.745.03 23.481.051 35.216zm-517.13-17.111c-.144-1.792-.317-3.574-.42-5.366-.195-3.205-1.014-5.97-3.993-7.865-1.137-.727-1.762-2.242-2.622-3.399 6.43 3.185 8.878 8.99 7.035 16.63zm95.027 12.094c-.215-.901-.625-1.813-.625-2.714-.05-7.69.021-15.37-.082-23.06-.02-1.28-.656-2.55-1.014-3.82 1.833-1.054 1.721.287 1.731 1.423.021 5.561.021 11.131.021 16.691 0 3.819-.02 7.649-.03 11.479zM544.777 381c.42-.922 1.178-1.843 1.198-2.786.112-5.386.154-10.783-.01-16.159-.04-1.198-1.034-2.355-1.557-3.543-.194-.43-.307-.901-.46-1.351 2.374.615 2.825 2.202 2.764 4.516-.164 6.769-.062 13.538-.062 20.92L544.776 381zm86.088 51.896h-3.922c-.102.399-.379.973-.379 1.546-.02 4.28.082 8.55.01 12.831-.04 2.027.37 3.727 2.16 4.874-2.028-.256-2.918-1.219-2.857-3.441.154-5.663.051-11.336.051-17.377 1.864.583 3.4 1.075 4.936 1.567zm-364.32-27.167c.195.962.543 1.925.553 2.898.051 7.649.051 15.288 0 22.938-.01.962-.368 1.925-.563 2.898 0-9.574.01-19.149.01-28.733zm-96.942 48.005c.533.174 1.075.348 1.608.512 7.895-.01 15.8-.01 23.695-.021.533.021 1.065.031 1.598.051-.758.184-1.515.522-2.274.522-7.434.041-14.878.062-22.313-.02-.778 0-1.536-.676-2.314-1.045zm1.004-68.833l-.92-.062c.603-.154 1.218-.44 1.821-.44 7.69-.031 15.39-.021 23.081.01.615 0 1.23.266 1.833.42-8.6.021-17.214.041-25.815.072zm375.901 64.379c-.154-.758-.45-1.515-.45-2.263-.03-5.396.081-10.793-.073-16.179-.03-1.168-.983-2.314-1.515-3.471.573-.358 1.136-.727 2.038-1.3v23.214zm-287.775-9.421c.021-1.771.051-3.543.062-5.314.01-2.202-.05-4.403.021-6.595.021-.778.317-1.546.491-2.324 1.464 4.813.993 9.543-.574 14.233zm10.966-74.465c-.164.409-.256 1.106-.512 1.178-1.956.533-2.099 1.976-2.079 3.635.041 3.461.051 6.912-.02 10.373-.022 1.055-.359 2.11-.564 3.164-.04-5.017-.01-10.035-.133-15.043-.05-2.386 1.71-2.703 3.308-3.308zm-107.806 84.091c-.02-6.687-.05-13.363-.04-20.039 0-.891.275-1.782.42-2.683.02 6.676.05 13.363.04 20.039 0 .901-.276 1.792-.42 2.683zm214.835-.246c-.154-2.263-.389-4.536-.45-6.799-.082-3.308-.04-6.605-.02-9.913.01-1.311-.237-2.407-1.834-2.539.686-.338 1.372-.666 2.304-1.127v20.378zm215.583-66.017c-2.509.164-5.018.45-7.527.45-2.785 0-5.57-.276-8.346-.43 5.294-.01 10.578-.01 15.872-.021zm-251.883 73.707c.041-.409.103-1.168.103-1.168a792.2 792.2 0 0 1 12.053.973c.164.01.327.154.491.236-4.219-.021-8.428-.031-12.647-.041zm121.364-59.392c0 4.557.01 9.114.01 13.66-.01-4.547-.01-9.104-.01-13.66zm-266.875 56.699c-7.895.01-15.8.01-23.695.02-.368-1.474-1.055-2.949-1.065-4.423-.062-21.299-.04-42.598-.03-63.897h25.343v8.182c0 18.698.01 37.396-.02 56.084-.01 1.341-.349 2.683-.534 4.034z"/></svg>
<svg class="tc-image-bandcamp tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 9"><path d="M0 9l4.958-9H16l-4.958 9H0z"/></svg>
<svg class="tc-image-bank tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 31.027000427246094 48"><path d="M27.682 24.801c-1.438-1.134-3.596-2.04-6.474-2.717L19 21.563v-9.43l.299.122C21.173 13.204 22.18 15 22.318 17h7.516c-.137-4-1.615-6.958-4.434-9.048C23.527 6.563 21.391 5.67 19 5.22V0h-7v5.06c-3.237.4-5.804 1.442-7.689 3.136C1.843 10.414.61 13.198.61 16.55c0 3.673 1.261 6.373 3.783 8.1 1.412.979 3.957 1.888 7.607 2.73v10.216c-1.331-.367-2.374-.971-3.109-1.844C8.182 34.904 7.707 34 7.465 32H0c0 4 1.411 6.87 4.234 9.096 2.038 1.606 4.632 2.582 7.766 3.005V48h7v-3.833c3.333-.399 6.024-1.463 8.062-3.204 2.643-2.26 3.965-5.1 3.965-8.519 0-3.335-1.115-5.882-3.345-7.643zM9.668 18.984c-1.215-.66-1.822-1.662-1.822-3 0-1.456.616-2.597 1.848-3.409.65-.429 1.424-.741 2.306-.947v8.224c-1.085-.316-1.868-.606-2.332-.868zm10.475 18.407a9.74 9.74 0 0 1-1.143.306V29c1.205.357 2.156.746 2.848 1.164 1.092.677 1.639 1.64 1.639 2.875-.001 2.116-1.116 3.573-3.344 4.352z"/></svg>
<svg class="tc-image-bank-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 7"><path d="M1 0C0 0 0 1 0 1v5c0 1 1 1 1 1h9c1 0 1-1 1-1V1s0-1-1-1H1zm0 1h1.5a.5.5 0 1 1-.5.5l-.5.5a.5.5 0 1 1-.5.5V1zm4.5 0c1.105 0 2 1.12 2 2.5S6.605 6 5.5 6s-2-1.12-2-2.5.895-2.5 2-2.5zm3 0H10v1.5a.5.5 0 1 1-.5-.5L9 1.5a.5.5 0 1 1-.5-.5zm-7 3a.5.5 0 0 1 0 1l.5.5a.5.5 0 1 1 .5.5H1V4.5a.5.5 0 0 1 .5-.5zm8 0a.5.5 0 0 1 .5.5V6H8.5a.5.5 0 1 1 .5-.5l.5-.5a.5.5 0 0 1 0-1z"/><path d="M4.902 2.25a1.157 1.157 0 0 0-.2.25h1.597a1.158 1.158 0 0 0-.201-.25H4.902zm-.316.5a1.48 1.48 0 0 0-.065.25h1.96a1.479 1.479 0 0 0-.065-.25h-1.83zm-.086.5c0 .084.006.168.02.25h1.959c.013-.082.02-.166.021-.25h-2zm.086.5a1.3 1.3 0 0 0 .117.25H6.3c.046-.077.084-.161.115-.25H4.586zm.316.5l.034.031L4.5 4.5h2l-.436-.219.034-.031H4.902zm-.32.5c.029.079.056.16.11.25h1.626c.053-.091.078-.171.106-.25H4.582zm.31.5c.147.141.341.25.608.25.274 0 .47-.108.617-.25H4.893z"/></svg>
<svg class="tc-image-bank-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 9"><path d="M1 0C.446 0 0 .446 0 1v7c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V1c0-.554-.446-1-1-1H1zm0 1h1.5a.5.5 0 1 1-.5.5l-.5.5a.5.5 0 1 1-.5.5V1zm6.5 0C8.88 1 10 2.567 10 4.5S8.88 8 7.5 8 5 6.433 5 4.5 6.12 1 7.5 1zm5 0H14v1.5a.5.5 0 1 1-.5-.5l-.5-.5a.5.5 0 1 1-.5-.5zm-5 1.5c-.323 0-.534.109-.682.25h1.364c-.148-.141-.359-.25-.682-.25zm-.875.5c-.045.091-.062.171-.08.25h1.91c-.018-.079-.034-.159-.08-.25h-1.75zm-.125.5v.25h2V3.5h-2zm0 .5v.25h2V4h-2zm0 .5v.25h2V4.5h-2zm0 .5l-.25.25h2L8.5 5h-2zm-.5.5s.035.102.102.25h2.273L8 5.5H6zM1.5 6a.5.5 0 0 1 0 1l.5.5a.5.5 0 1 1 .5.5H1V6.5a.5.5 0 0 1 .5-.5zm4.738 0c.046.086.076.159.137.25h2.268c.066-.138.107-.25.107-.25H6.238zM13.5 6a.5.5 0 0 1 .5.5V8h-1.5a.5.5 0 1 1 .5-.5l.5-.5a.5.5 0 0 1 0-1zm-6.934.5c.079.091.165.176.26.25h1.42c.1-.077.188-.162.254-.25H6.566z"/></svg>
<svg class="tc-image-bank-transfer tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.2010498046875 256"><path d="M33.568 254.638H8.161l21.156-82.032H0l4.578-17.582H88.72l-4.588 17.582H54.733l-21.165 82.033zm86.99-38.226l-9.923 38.226H85.23l25.733-99.615h29.911c13.148 0 23.04 2.314 29.655 6.953 6.594 4.629 9.913 11.428 9.913 20.368 0 7.188-2.314 13.342-6.912 18.503-4.618 5.151-11.254 8.981-19.917 11.469l21.74 42.312h-27.658l-17.234-38.226h-9.902zm4.401-17.172h6.502c7.27 0 12.944-1.29 17-3.881s6.082-6.543 6.082-11.858c0-3.727-1.32-6.512-3.963-8.376-2.63-1.864-6.789-2.796-12.452-2.796h-6.165l-7.004 26.911zm134.124 31.682h-39.394l-14.326 23.706h-26.654l63.795-100.024h31.08l12.236 100.024h-24.73l-2.007-23.706zm-1.249-17.705l-2.15-23.849a182.982 182.982 0 0 1-.84-17.234v-2.457c-2.447 5.447-5.468 11.223-9.072 17.295l-15.657 26.235h27.72zm146.37 41.421h-28.478l-29.655-75.356h-.512l-.338 2.181c-1.782 9.81-3.615 18.575-5.488 26.296l-12.083 46.879h-22.907l25.733-99.615h29.737l28.324 73.38h.338c.666-3.441 1.751-8.377 3.257-14.777 1.495-6.4 6.502-25.938 14.991-58.593h22.825l-25.743 99.605zm107.982-29.43c0 9.493-4.106 16.999-12.329 22.518S480.493 256 466.454 256c-12.288 0-22.169-2.048-29.655-6.134v-18.668c10.711 4.905 20.654 7.362 29.808 7.362 6.216 0 11.08-.962 14.582-2.898 3.502-1.925 5.253-4.567 5.253-7.926 0-1.956-.379-3.666-1.136-5.151-.747-1.474-1.822-2.846-3.195-4.116-1.403-1.27-4.843-3.584-10.332-6.963-7.659-4.485-13.066-8.94-16.169-13.353-3.113-4.393-4.669-9.144-4.669-14.233 0-5.858 1.721-11.09 5.171-15.708 3.431-4.608 8.346-8.192 14.694-10.762 6.37-2.56 13.67-3.84 21.955-3.84 12.042 0 23.071 2.243 33.065 6.738l-9.072 15.882c-8.663-3.358-16.66-5.048-23.992-5.048-4.618 0-8.397 1.024-11.326 3.072-2.96 2.048-4.423 4.752-4.423 8.1 0 2.775.912 5.192 2.755 7.26 1.822 2.068 5.93 4.803 12.33 8.212 6.706 3.635 11.734 7.639 15.072 12.032 3.36 4.362 5.018 9.482 5.018 15.35zm45.67 29.43h-25.405l25.733-99.615h67.81l-4.496 17.306h-42.312l-6.585 25.692h39.404l-4.669 17.234h-39.404l-10.076 39.383zm137.461 0h-68.055l25.733-99.615h68.137l-4.495 17.306h-42.649l-5.59 21.872h39.74l-4.577 17.296h-39.74l-6.667 25.692h42.65l-4.486 17.449zm64-38.226l-9.923 38.226h-25.405l25.733-99.615h29.911c13.148 0 23.04 2.314 29.655 6.953 6.605 4.629 9.913 11.428 9.913 20.368 0 7.188-2.314 13.342-6.912 18.503-4.618 5.151-11.254 8.981-19.917 11.469l21.74 42.312h-27.658l-17.234-38.226h-9.902zm4.404-17.172h6.503c7.27 0 12.943-1.29 17-3.881s6.081-6.543 6.081-11.858c0-3.727-1.32-6.512-3.963-8.376-2.63-1.864-6.789-2.796-12.452-2.796h-6.164l-7.004 26.911zM378.748.42c12.738 0 22.354 1.894 28.866 5.683 6.502 3.799 9.758 9.452 9.758 16.978 0 6.974-2.304 12.728-6.922 17.275-4.618 4.526-11.182 7.547-19.692 9.031v.42c5.56 1.209 10.005 3.451 13.302 6.738 3.318 3.277 4.956 7.475 4.956 12.585 0 10.66-4.25 18.862-12.759 24.627s-20.275 8.653-35.298 8.653h-43.52L343.213.43h35.533zm-31.365 84.122h15.012c6.502 0 11.612-1.351 15.31-4.045 3.706-2.693 5.55-6.441 5.55-11.223 0-7.537-5.08-11.305-15.269-11.305h-13.762l-6.84 26.573zm11.1-43.736h12.421c6.728 0 11.776-1.137 15.135-3.389 3.37-2.263 5.048-5.499 5.048-9.728 0-6.37-4.73-9.564-14.183-9.564h-12.666l-5.755 22.681zm134.983 37.315h-39.455L439.665 102.4h-26.696L476.857 0h31.12l12.258 102.4h-24.77l-1.997-24.279zm-1.249-18.135l-2.16-24.412c-.563-6.093-.85-11.971-.85-17.644v-2.509c-2.447 5.581-5.468 11.489-9.083 17.705l-15.688 26.86h27.781zM638.803 102.4h-28.519l-29.696-77.148h-.512l-.338 2.233c-1.782 10.046-3.615 19.016-5.499 26.921l-12.093 47.995h-22.938L564.982.421h29.778l28.365 75.12h.338c.665-3.522 1.761-8.571 3.256-15.135 1.505-6.553 6.503-26.553 15.012-59.986h22.856L638.803 102.4zm124.405 0h-28.21l-17.593-41.298-10.434 4.885-9.083 36.413h-25.436L698.226.42h25.53l-12.678 48.968 13.18-14.305L758.368.42h30.115l-49.552 48.825 24.28 53.156zM266.241 10.24c0-5.653-4.587-10.24-10.24-10.24H30.721c-5.653 0-10.24 4.587-10.24 10.24 0 5.652 4.588 10.24 10.24 10.24h225.28c5.652 0 10.24-4.588 10.24-10.24zm-61.44 40.96c0-5.652-4.587-10.24-10.24-10.24H30.721c-5.653 0-10.24 4.588-10.24 10.24 0 5.653 4.588 10.24 10.24 10.24h163.84c5.652 0 10.24-4.587 10.24-10.24zm-61.44 40.96c0-5.653-4.588-10.24-10.24-10.24h-102.4c-5.653 0-10.24 4.587-10.24 10.24 0 5.653 4.588 10.24 10.24 10.24h102.4c5.653 0 10.24-4.588 10.24-10.24z"/></svg>
<svg class="tc-image-bankomat tc-image-button" width="22pt" height="22pt" viewBox="0 0 642.110107421875 514.9490356445312"><path d="M127.897.225h5.458c96.84 0 193.67.185 290.51-.143C446.638 0 465.807 7.936 482.56 22.507c21.534 18.729 32.461 42.619 31.785 71.138-1.044 44.452-32.502 82.432-77.24 89.344-3.502.543-7.086.738-10.639.738-97.76.041-195.512.03-293.274.02-5.284 0-5.294-.01-5.294-5.397V.225zm296.735 383.478c5.376-.01 10.865-.174 16.097-1.27 22.63-4.752 41.246-16.24 54.917-34.98 15.258-20.921 21.217-44.493 17.326-70.103-3.727-24.566-16.343-44.175-35.942-59.166-16.036-12.268-34.089-18.37-54.579-18.32-96.563.256-193.137.133-289.7.031-3.952 0-5.11.952-5.099 5.017.133 57.918.092 115.825.092 173.742 0 5.089.01 5.099 5.223 5.099h149.207c47.473 0 94.966.041 142.46-.051zM.215 458.67C.123 474.88 0 491.1.082 507.31c0 .768 1.731 2.11 2.724 2.192 3.543.277 7.117.174 10.68.103 14.346-.307 28.816.358 43.018-1.239 21.945-2.478 29.113-27.402 20.45-42.158-3.03-5.15-7.322-8.489-14.07-8.386-19.25.286-38.512.102-57.774.102H.891c-.512.563-.666.656-.676.748zm19.783 7.967c2.263 0 4.444-.041 6.615.01 7.495.164 15.042-.144 22.457.707 7.332.84 10.537 5.008 10.465 11.5-.082 7.056-3.86 12.36-10.762 12.841-9.41.656-18.893.164-28.774.164v-25.221zM4.546 456.356c19.497 0 38.994.123 58.481-.144 2.714-.041 5.96-1.362 8.018-3.164 8.478-7.414 8.315-24.3.031-33.024-6.39-6.738-14.725-8.366-23.429-8.469-14.623-.174-29.245-.062-43.858-.041-1.147 0-2.294.164-3.594.256v44.585h4.352zM19.958 428.4c10.24.44 20.203.635 30.116 1.423 4.332.348 6.707 3.41 7.107 7.26.645 6.082-.942 9.554-5.447 11.418-1.679.697-3.512 1.382-5.284 1.413-8.673.144-17.346.062-26.5.062.01-7.168.01-13.937.01-21.576zm576.624 78.173c-3.737-2.263-3.492-5.878-3.492-9.442 0-11.602.01-23.204-.01-34.806 0-1.392-.112-2.785-.184-4.229h-18.893c-1.75 4.905-3.809 5.959-10.28 7.035-7.722 1.28-15.607 2.375-22.959 4.894-8.212 2.816-12.943 11.827-12.38 20.572.697 10.721 5.438 17.47 14.725 20.091 8.172 2.314 16.17 1.567 23.511-3.062 2.478-1.567 4.782-3.42 7.465-5.376.36 1.822.41 3.328.983 4.608.461 1.044 1.515 2.56 2.355 2.591 6.42.215 12.851.123 19.61.123-.174-1.351.01-2.724-.45-3zm-23.358-21.371c-.983 8.438-11.59 14.848-19.61 11.981-3.205-1.147-5.284-3.399-5.61-6.912-.339-3.615.44-6.963 3.788-8.847 2.242-1.26 4.793-2.079 7.301-2.704 4.526-1.116 9.134-1.935 14.183-2.969.01 3.184.307 6.359-.05 9.452zm-443.913-20.889c-7.178 1.433-14.54 2.11-21.596 3.973-15.237 4.034-18.329 15.401-16.036 27.668 2.396 12.841 15.31 18.094 28.16 15.155 5.99-1.372 11.428-5.222 17.091-7.936.123.655.144 2.274.758 3.625.512 1.106 1.7 2.642 2.632 2.683 6.154.236 12.33.123 18.974.123-.195-1.382.021-2.806-.522-3.226-3.87-2.959-3.379-7.168-3.41-11.182-.072-10.937-.03-21.862-.03-32.798v-4.322h-18.597c-2.089 4.7-2.519 5.253-7.424 6.236zm6.327 20.684c-.727 10.281-12.247 13.834-19.046 12.258-3.922-.912-5.929-3.769-6.236-7.649s1.321-6.994 4.813-8.745c2.08-1.045 4.393-1.7 6.666-2.233 4.557-1.054 9.175-1.904 14.418-2.98-.205 3.092-.399 6.226-.615 9.349zm194.633-26.972c-.973.03-2.539 1.065-2.775 1.925-3.973 14.623-2.324 28.231 7.014 40.704 10.701 14.295 37.837 13.773 49.377 6.154 14.366-9.482 19.364-31.202 13.721-47.022-.256-.717-1.096-1.721-1.679-1.731-6.503-.123-13.015-.082-19.865-.082 4.096 9.81 4.803 19.17 1.014 28.529-2.734 6.738-7.833 9.625-15.708 9.442-6.359-.154-11.326-3.727-13.742-9.974-3.605-9.329-2.898-18.514 1.403-28.017-6.635-.02-12.697-.102-18.76.072zm-33.772 48.671c.686 1.198 2.151 2.724 3.308 2.765 6.953.256 13.926.133 21.74.133-9.134-15.39-17.879-30.147-26.675-44.974 1.802-2.089 3.533-4.086 5.765-6.676-4.24 0-7.526-.021-10.803 0-5.847.051-12.135-1.311-16.322 5.182a2230.58 2230.58 0 0 0-.43-4.894H254.64v51.067h18.658c0-6.759-.133-13.21.092-19.64.051-1.628.973-3.41 1.956-4.782 1.444-2.017 3.308-3.737 5.468-6.103 5.51 9.861 10.526 18.934 15.688 27.924zm134.38-50.422c1.658-.062 3.522-.798 4.873-1.792 3.8-2.775 11.5-3.911 14.46-.921 2.866 2.908 5.928 2.826 9.317 2.795 4.618-.03 9.236.144 13.845-.082 1.67-.082 3.553-.727 4.885-1.721 5.15-3.881 11.131-3.737 16.138.615.635.553 1.526 1.127 2.304 1.137 6.441.092 12.882.051 19.568.051-.686-8.806-4.423-15.534-12.308-18.647-12.759-5.038-23.88-2.212-32.533 9.4-3.779-8.745-10.742-11.653-19.26-11.745-8.51-.082-15.525 3.01-20.583 11.541-.215-4.086-.359-6.769-.502-9.442h-18.279v18.893c6.246 0 12.165.133 18.073-.082zm181.032 3.554c.02 12.913.02 25.825.112 38.738.041 5.438 3.092 8.878 8.008 10.537 7.27 2.437 14.684 1.649 22.077.747v-13.916c-1.966 0-3.655.041-5.346-.01-4.905-.154-5.745-.973-5.775-5.776-.04-7.117-.01-14.233-.01-21.351v-10.629h-18.708c-.144.676-.359 1.168-.359 1.659zM224.368 437.75c-12.923-4.782-24.75-3.799-34.294 9.442v-9.657h-18.042v18.288c.45.215.676.42.901.42 6.195.051 12.39.205 18.575.02 1.64-.051 3.533-.809 4.834-1.843 5.458-4.332 13.138-4.199 18.33.522.634.574 1.473 1.311 2.232 1.321 6.553.103 13.118.062 19.886.062-.87-8.775-4.24-15.544-12.42-18.575zm387.4 0h-9.799v13.322l9.718.563.502 4.505h18.31c.225-1.526.42-2.918.716-4.905h10.895v-13.599h-6.062c-5.212-.01-5.212-.01-5.212-5.069v-14.971h-19.047c-.02 6.881-.02 13.271-.02 20.152zm-157.133 71.875h14.04c5.57 0 5.57 0 5.57-5.54v-45.906h-19.61v51.446zm-41.728-51.385v51.374c5.407 0 10.527-.144 15.626.062 2.95.112 3.85-.86 3.82-3.82-.155-11.315-.063-22.63-.052-33.945v-13.66c-6.185-.01-12.81-.01-19.394-.01zm-195.758 51.364c6.298 0 11.95.113 17.582-.123.82-.031 2.243-1.731 2.243-2.663a2394.19 2394.19 0 0 0-.01-46.264c-.01-.88-1.526-2.468-2.396-2.499-5.909-.226-11.827-.112-17.428-.112.01 17.428.01 34.355.01 51.661zm279.47-43.664c0 13.189.112 26.378-.072 39.567-.05 3.389 1.096 4.362 4.301 4.168a92.983 92.983 0 0 1 11.47 0c3.225.205 4.331-.809 4.29-4.168-.175-14.51-.063-29.02-.083-43.53 0-1.26-.174-2.509-.277-3.891h-19.63v7.854zM357.58 434.975c-13.558.768-25.662 9.872-27.924 21.177.901.072 1.782.194 2.663.194 5.53.01 11.07.062 16.6-.062.911-.02 1.935-.697 2.692-1.31 6.81-5.529 14.93-5.509 21.975.062.768.604 1.792 1.25 2.713 1.26 6.441.112 12.871.062 19.64.062-4.936-15.452-17.96-22.538-38.359-21.381zm-185.764 72.181c.01.809 1.157 2.294 1.802 2.314 5.622.184 11.254.102 17.01.102 1.412-17.408-1.537-34.56 2.016-51.456h-20.91c0 16.64-.02 32.84.082 49.039zm-24.81-66.529c-13.374-6.799-27.26-7.598-41.032-1.515-7.014 3.092-10.762 9.134-11.623 17.091 1.321.062 2.222.144 3.134.144 4.608.01 9.226.092 13.824-.072.973-.03 2.12-.788 2.816-1.546 5.212-5.683 16.62-5.438 21.32.502.41.522 1.178 1.065 1.782 1.065 5.898.082 11.786.051 17.674.051-.05-7.373-2.61-13.025-7.895-15.718zm388.853 15.719c4.475.01 8.96.051 13.435-.062.737-.021 1.618-.635 2.171-1.229 5.55-6.011 16.19-5.939 21.566.174.39.451.973 1.034 1.475 1.045 5.98.072 11.961.051 17.981.051-.05-7.567-2.734-13.25-9.165-16.353-12.175-5.878-24.852-6.431-37.54-1.894-8.08 2.887-12.615 8.99-13.885 18.105 1.628.072 2.795.164 3.963.164zm-262.882-.267v-43.786h-18.41v43.786h18.41zm24.863-18.678c-.697.01-1.598.369-2.048.88-5.058 5.776-10.046 11.612-15.596 18.063 7.516 0 14.172.051 20.818-.062.891-.02 1.966-.686 2.632-1.372 5.406-5.54 10.731-11.152 16.865-17.552-8.295.01-15.483-.02-22.67.041z"/></svg>
<svg class="tc-image-bar tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42 48"><path d="M0 0l5.6 45.18C5.775 46.589 6.999 48 8.401 48h25.198c1.401 0 2.627-1.411 2.799-2.82L42 0H0zm6.3 5.646h29.399l-1.312 11.295H7.613L6.3 5.646z"/></svg>
<svg class="tc-image-bar-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 9"><path d="M4.988 0C4.476 0 0 0 .5.5l4 4.5v2.5C4.5 8 2 8 2 9h6c0-1-2.5-1-2.5-1.5V5l4-4.5C10 0 5.5 0 4.988 0zM2 1h6L7 2H3L2 1z"/></svg>
<svg class="tc-image-bar-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M7 0C5 0 0 .25.5.75L6.5 7v4c0 1-3 .5-3 2h7c0-1.5-3-1-3-2V7l6-6.25C14 .25 9 0 7 0zm0 1c2.5 0 4.75.25 4.75.25L11 2H3l-.75-.75S4.5 1 7 1z"/></svg>
<svg class="tc-image-bar-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v7h8V6H1V0H0zm5 0v5h2V0H5zM2 2v3h2V2H2z"/></svg>
<svg class="tc-image-barbell tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9990234375 511.9990539550781"><path d="M928.724 128c-23.467 0-32.725 38.4-32.725 85.333v85.333c0 46.933 9.26 85.333 32.725 85.333s32.725-38.4 32.725-85.333h62.55v-85.333h-62.593c0-46.933-9.259-85.333-32.683-85.333zM767.999 0c-42.667 0-42.667 38.4-42.667 85.333v128H298.666v-128c0-46.933 0-85.333-42.667-85.333-46.933 0-85.333 38.4-85.333 85.333v341.333c0 46.933 38.4 85.333 85.333 85.333 42.667 0 42.667-38.4 42.667-85.333v-128h426.667v128c0 46.933 0 85.333 42.667 85.333 46.933 0 85.333-38.4 85.333-85.333V85.333C853.333 38.4 814.933 0 768 0zM95.274 128c23.467 0 32.725 38.4 32.725 85.333v85.333c0 46.933-9.259 85.333-32.725 85.333s-32.725-38.4-32.725-85.333H0v-85.333h62.592c0-46.933 9.26-85.333 32.683-85.333z"/></svg>
<svg class="tc-image-barcode tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h1.188v38H0V0zm3.167 0H4.75v38H3.167V0zm3.166 0H9.5v38H6.333V0zm4.75 0h1.584v38h-1.584V0zm3.167 0h.792v38h-.792V0zM19 0h4.75v38H19V0zm6.333 0h1.584v38h-1.584V0zm6.334 0h3.166v38h-3.166V0zm4.75 0H38v38h-1.583V0zM28.5 0h.792v38H28.5V0z"/></svg>
<svg class="tc-image-barometer tc-image-button" width="22pt" height="22pt" viewBox="0 0 1562 1873"><path d="M0 781q0-159 62-304t167-249T478.5 62 781 0q159 0 303.5 62t249 166.5 166.5 249 62 303.5q0 259-153.5 462.5T1013 1522v351H561v-347q-247-72-404-278T0 781zm172 0q0 248 180 426 178 179 429 179 165 0 305.5-81t222.5-220.5 82-303.5q0-123-48.5-235.5t-130.5-194-195-130T781 173t-235.5 48.5-194.5 130-130.5 194T172 781zm62 38v-77h231v77H234zm116-377l56-55 162 162-55 56zm270 526q0-67 46.5-116T780 801l291-479 70 37-215 515q28 40 28 94 0 70-49 118.5T786 1135q-69 0-117.5-48.5T620 968zm140-498V239h74v231h-74zm313 348v-79h231v79h-231z"/></svg>
<svg class="tc-image-bars tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1280"><path d="M1536 1088v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 704V576q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 192V64q0-26 19-45T64 0h1408q26 0 45 19t19 45z"/></svg>
<svg class="tc-image-base tc-image-button" width="22pt" height="22pt" viewBox="0 0 74.41600036621094 74.41600036621094"><path d="M37.208 0c20.55 0 37.208 16.658 37.208 37.208 0 20.55-16.658 37.208-37.208 37.208C16.658 74.416 0 57.758 0 37.208 0 16.658 16.658 0 37.208 0zm0 4.75C19.282 4.75 4.75 19.282 4.75 37.208s14.532 32.458 32.458 32.458 32.458-14.532 32.458-32.458S55.134 4.75 37.208 4.75z"/></svg>
<svg class="tc-image-base-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 60.000823974609375 60"><path d="M30 0c1.99 0 3.936.194 5.818.564l-.78 2.905A27.146 27.146 0 0 0 30.002 3l-.354.002-.262-2.996L30 0zm28.405 20.319l-2.906.778a26.872 26.872 0 0 0-2.291-4.905l2.464-1.725a29.86 29.86 0 0 1 2.733 5.852zM47.084 9.09l1.725-2.464a30.184 30.184 0 0 1 4.566 4.566l-2.464 1.725a27.164 27.164 0 0 0-3.827-3.827zm-8.18-4.588l.778-2.906a29.947 29.947 0 0 1 5.852 2.733l-1.725 2.464a26.872 26.872 0 0 0-4.905-2.29zm-18.473.243L19.16 2.02A29.789 29.789 0 0 1 25.4.352l.262 2.996a26.79 26.79 0 0 0-5.23 1.398zm-8.055 4.801l-2.127-2.127a30.067 30.067 0 0 1 5.287-3.708l1.27 2.727a27.07 27.07 0 0 0-4.43 3.108zm-5.937 7.26l-2.727-1.271a30.083 30.083 0 0 1 3.708-5.287l2.127 2.127a27.064 27.064 0 0 0-3.108 4.431zM3.348 25.66l-2.996-.262a29.789 29.789 0 0 1 1.668-6.24l2.726 1.272a26.804 26.804 0 0 0-1.398 5.23zM3 30c0 1.722.16 3.406.47 5.038l-2.906.779A30.148 30.148 0 0 1 0 30l.006-.617 2.996.263L3 30zm57 0l-.006.617-2.996-.263L57 30c0-1.722-.161-3.406-.47-5.038l2.906-.779C59.807 26.065 60 28.01 60 30zM30 60c-1.99 0-3.935-.194-5.817-.564l.779-2.905c1.632.308 3.316.469 5.038.469l.354-.002.263 2.996L30 60zM1.597 39.681l2.906-.778a26.872 26.872 0 0 0 2.29 4.905L4.33 45.533a29.855 29.855 0 0 1-2.733-5.852zm11.32 11.229l-1.724 2.464a30.184 30.184 0 0 1-4.566-4.566l2.464-1.725a27.176 27.176 0 0 0 3.827 3.827zm8.18 4.588l-.777 2.906a29.86 29.86 0 0 1-5.852-2.733l1.725-2.464a26.78 26.78 0 0 0 4.905 2.29zm18.474-.243l1.27 2.726a29.788 29.788 0 0 1-6.24 1.668l-.26-2.996a26.79 26.79 0 0 0 5.23-1.398zm8.056-4.801l2.126 2.127a30.078 30.078 0 0 1-5.287 3.708l-1.271-2.727a27.069 27.069 0 0 0 4.432-3.108zm5.936-7.26l2.727 1.271a30.067 30.067 0 0 1-3.71 5.287l-2.125-2.127a27.07 27.07 0 0 0 3.108-4.431zm3.09-8.855l2.997.263a29.795 29.795 0 0 1-1.668 6.24l-2.726-1.272a26.805 26.805 0 0 0 1.398-5.23z"/></svg>
<svg class="tc-image-baseball tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 27.306001663208008 50.3043098449707"><path d="M17.386 13.61c1.897 0 3.441-1.688 3.441-3.764 0-2.077-1.544-3.765-3.441-3.765-1.9 0-3.445 1.688-3.445 3.765 0 2.076 1.545 3.764 3.445 3.764zm9.547 32.873l-4.881-16.482v-13c0-1.766-2.006-2-2.006-2h-6.562s-.863.495-1.432 1l-3.229 1.48-3.988-4.434c-.65-.844-1.797-1-2.569-.29-.782.71-.822 1.98-.173 2.835l5.084 5.555c.347.401.823.668 1.361.668.396 0-.192-.14.114-.369l3.4-1.445v10l-5.176 16.45c-.376 1.488.912 3.02 2.281 3.42 1.362.4 3.003-.488 3.369-1.977l4.597-14.78 4.622 14.814c.363 1.498 1.895 2.376 3.256 1.976 1.361-.398 2.305-1.932 1.932-3.42zM1.189 17.475a.432.432 0 0 0 .65 0l.061-.056c.174-.2.184-.522 0-.716l-.995-1.116a.444.444 0 0 0-.662-.005l-.05.061c-.182.2-.193.517-.01.711l1.006 1.121zM10.71 4.838l-5.875 6.946.713.794 6.555-6.18 4.358-4.392c.174-.21.284-.488.284-.789 0-.666-.488-1.21-1.087-1.216a1.06 1.06 0 0 0-.75.306L10.71 4.838z"/></svg>
<svg class="tc-image-baseball-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.899653911590576 11"><path d="M5.006 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm2.85 7.24l-3-4.85a.86.86 0 0 0-.5-.39H.506a.5.5 0 0 0 0 1h2.5l.92 1.09-2.73 3a.49.49 0 0 0-.19.41.5.5 0 0 0 .5.5.49.49 0 0 0 .33-.13l3-2.71 2.17 2.65a.49.49 0 0 0 .38.19.5.5 0 0 0 .5-.5.49.49 0 0 0-.03-.26zM2.006.28a.28.28 0 0 0-.28-.28.49.49 0 0 0-.25.16L.006 4.59a.48.48 0 0 0 0 .13c0 .155.125.28.28.28a.49.49 0 0 0 .26-.16L2.006.41a.472.472 0 0 0 0-.13z"/></svg>
<svg class="tc-image-baseball-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.005895614624023 15.000000953674316"><path d="M6.006 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-3.22a.28.28 0 0 0-.28-.28.49.49 0 0 0-.25.16L.006 4.59a.48.48 0 0 0 0 .13c0 .155.125.28.28.28a.49.49 0 0 0 .26-.16L3.006.41a.472.472 0 0 0 0-.13zm5.9 13.92l-2.9-7.81a.49.49 0 0 0-.48-.39h-5a.5.5 0 0 0 0 1h2.48l1.45 2.51-4.27 4.61a.49.49 0 0 0-.18.38.5.5 0 0 0 .5.5.49.49 0 0 0 .33-.13l4.45-4.15 2.76 4a.51.51 0 0 0 .44.26c.28 0 .51-.22.52-.5a.5.5 0 0 0-.1-.28z"/></svg>
<svg class="tc-image-basecamp tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 13.334000587463379"><path d="M8 0C3.693 0 .32 5.48 0 10.107c1.352 2.346 4.61 3.227 8 3.227 3.39 0 6.65-.88 8-3.227C15.68 5.479 12.307 0 8 0zm6.875 9.005s-.952-2.057-1.918-3.257c-.968-1.2-2.15-2.506-2.848-2.506-.7 0-2.65 3.456-3.547 3.456-.895 0-1.36-1.567-2.462-1.567-1.1 0-2.85 3.778-2.85 3.778l-.12.642s.61 2.695 6.97 2.695c6.36 0 6.87-2.65 6.87-2.65l-.095-.59z"/></svg>
<svg class="tc-image-basket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M405.3 192L320 0h-42.7l85.3 192h42.7zM234.7 0H192l-85.3 192h42.7L234.7 0zm-192 469.3c0 23.5 19.1 42.7 42.7 42.7h341.3c23.5 0 42.7-19.1 42.7-42.7l21.3-192H21.3l21.4 192zm320-149.3h42.7L384 469.3h-42.7L362.7 320zm-128 0h42.7v149.3h-42.7V320zm-85.4 0l21.3 149.3H128L106.7 320h42.6zm341.4-106.7H21.3C9.5 213.3 0 222.9 0 234.7V256h512v-21.3c0-11.8-9.5-21.4-21.3-21.4z"/></svg>
<svg class="tc-image-basketball-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 10.54083251953125"><path d="M11 1a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM4.5 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm3.89 6.69L6 6.59V4.5h.5a.49.49 0 0 0 .41-.23l1.5-2A.49.49 0 0 0 8.5 2a.5.5 0 0 0-.86-.34L6.25 3.5H2.5a.5.5 0 0 0-.36.16l-2 2.54a.49.49 0 0 0-.14.3.5.5 0 0 0 .5.5.49.49 0 0 0 .41-.23L2.74 4.5H3v2.09L.61 9.69a.5.5 0 0 0 .39.81.49.49 0 0 0 .41-.23L3.94 7h1.12l2.52 3.27A.5.5 0 0 0 8.5 10a.49.49 0 0 0-.11-.3v-.01z"/></svg>
<svg class="tc-image-basketball-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12.990001678466797"><path d="M6 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM11 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM8.89 12.19L6 8.58V5.5h.5a.49.49 0 0 0 .41-.23l1.94-2.42.06-.08A.49.49 0 0 0 9 2.5a.5.5 0 0 0-.86-.34L6.26 4.5H2.5a.5.5 0 0 0-.36.16l-2 2.54a.49.49 0 0 0-.14.3.5.5 0 0 0 .5.5.49.49 0 0 0 .41-.23L2.74 5.5H3v3.08L.11 12.19a.49.49 0 0 0-.11.3.5.5 0 0 0 .5.5.49.49 0 0 0 .41-.23l3-3.77h1.15l3 3.77a.49.49 0 0 0 .41.23.5.5 0 0 0 .5-.5.49.49 0 0 0-.11-.3h.03z"/></svg>
<svg class="tc-image-bath tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 22.95800018310547"><path d="M0 2.375h1.583V0l2.375.792v1.583h37.208v3.958H0V2.375zm1.583 4.75h38c0 2.111 0 4.222-1.583 5.344-1.584 1.121-4.75 1.253-7.917 1.385h-19c-3.167-.132-6.333-.264-7.917-1.385-1.583-1.122-1.583-3.234-1.583-5.344zm0 15.833c0-2.639.396-5.277 1.451-6.597 1.056-1.32 4.354-1.715 6.466-1.715h22.166c2.111 0 5.41.396 6.466 1.715 1.055 1.32 1.451 3.959 1.451 6.597H38c0-2.11-.396-4.222-1.452-5.277-1.055-1.056-4.354-1.056-6.465-1.056h-19c-2.111 0-5.41 0-6.465 1.056-1.056 1.055-1.452 3.166-1.452 5.277H1.583z"/></svg>
<svg class="tc-image-bathasu tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.28938865661621 15.409000396728516"><path d="M14.01 14.536c-.22 0-.436-.058-.628-.17a1.251 1.251 0 0 1-.46-1.707 4.605 4.605 0 0 0-1.683-6.285 4.595 4.595 0 0 0-2.295-.614 1.251 1.251 0 0 1-1.085-1.878c.22-.383.635-.62 1.08-.622 1.248 0 2.474.328 3.55.95a7.055 7.055 0 0 1 3.308 4.313 7.056 7.056 0 0 1-.71 5.39c-.22.383-.635.622-1.078.622zm-7.64.873a7.13 7.13 0 0 1-6.16-3.553 1.247 1.247 0 0 1 .46-1.704c.58-.335 1.376-.117 1.707.457a4.617 4.617 0 0 0 3.99 2.3c.8 0 1.596-.213 2.295-.616a4.597 4.597 0 0 0 1.68-1.686c.11-.188.268-.345.46-.455.578-.336 1.376-.117 1.708.457.22.383.22.862-.003 1.248a7.093 7.093 0 0 1-6.14 3.55zm.496-11.073a3.757 3.757 0 0 0-.702 4.647 2.084 2.084 0 0 1-.915 2.924 3.756 3.756 0 0 0 4.375-1.716 2.087 2.087 0 0 1 2.993-.668 3.768 3.768 0 0 0-1.792-2.43 3.785 3.785 0 0 0-1.882-.499 2.084 2.084 0 0 1-2.075-2.256zm-2.508 6.94c-.442 0-.856-.24-1.08-.626a7.105 7.105 0 0 1-.952-3.55C2.326 3.185 5.513 0 9.43 0a1.25 1.25 0 0 1-.004 2.5 4.605 4.605 0 0 0-4.6 4.6c0 .806.212 1.6.616 2.3a1.25 1.25 0 0 1-1.084 1.874z"/></svg>
<svg class="tc-image-batteries-battery-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20zm-65 105c0-40-5-35 35-35h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121z" fill="#fff"/></svg>
<svg class="tc-image-batteries-battery-100 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20H201zm-48.094 69.813c4.666.02 10.594.187 18.094.187h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121c0-32.5-3.31-35.283 16.906-35.188zM161 101c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161zm0 90c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161zm0 90c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161zm0 90c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161z" fill="#fff"/></svg>
<svg class="tc-image-batteries-battery-25 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20H201zm-48.094 69.813c4.666.02 10.594.187 18.094.187h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121c0-32.5-3.31-35.283 16.906-35.188zM161 371c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161z" fill="#fff"/></svg>
<svg class="tc-image-batteries-battery-50 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20H201zm-48.094 69.813c4.666.02 10.594.187 18.094.187h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121c0-32.5-3.31-35.283 16.906-35.188zM161 281c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161zm0 90c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161z" fill="#fff"/></svg>
<svg class="tc-image-batteries-battery-75 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20H201zm-48.094 69.813c4.666.02 10.594.187 18.094.187h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121c0-32.5-3.31-35.283 16.906-35.188zM161 191c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161zm0 90c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161zm0 90c-5.54 0-10 4.46-10 10v55c0 5.54 4.46 10 10 10h190c5.54 0 10-4.46 10-10v-55c0-5.54-4.46-10-10-10H161z" fill="#fff"/></svg>
<svg class="tc-image-batteries-battery-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20H201zm-48.094 69.813c4.666.02 10.594.187 18.094.187h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121c0-32.5-3.31-35.283 16.906-35.188zM171 236c-5.54 0-10 4.46-10 10v50c0 5.54 4.46 10 10 10h170c5.54 0 10-4.46 10-10v-50c0-5.54-4.46-10-10-10H171z" fill="#fff"/></svg>
<svg class="tc-image-batteries-battery-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M201 16c-15 0-20 3.38-20 20v15h-45c-29.547 0-35 5.453-35 35v375c0 29.547 5.453 35 35 35h240c29.547 0 35-5.453 35-35V86c0-29.547-5.453-35-35-35h-45V36c0-16.62-5-20-20-20H201zm-48.094 69.813c4.666.02 10.594.187 18.094.187h170c40 0 35-5 35 35v305c0 40 5 35-35 35H171c-40 0-35 5-35-35V121c0-32.5-3.31-35.283 16.906-35.188zM231 176c-5.54 0-10 4.46-10 10v50h-50c-5.54 0-10 4.46-10 10v50c0 5.54 4.46 10 10 10h50v50c0 5.54 4.46 10 10 10h50c5.54 0 10-4.46 10-10v-50h50c5.54 0 10-4.46 10-10v-50c0-5.54-4.46-10-10-10h-50v-50c0-5.54-4.46-10-10-10h-50z" fill="#fff"/></svg>
<svg class="tc-image-battery tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 600"><path d="M770 300c0 65.333 12 117.667 36 157s50 59 78 59h66c-20 30.667-41.333 52.333-64 65-22.667 12.667-62 19-118 19H268c-86.667 0-153-31.333-199-94S0 374.667 0 300c0-73.333 23-141.667 69-205S181.333 0 268 0h500c56 0 95.333 6.333 118 19s44 34.333 64 65h-66c-28 0-54 20-78 60s-36 92-36 156m-136 90c6.667-8 4-16.667-8-26-90.667-89.333-150-144-178-164-10.667-6.667-19.333-11-26-13-6.667-2-12.667-.333-18 5s-8.667 9.333-10 12c-1.333 2.667-4 8.667-8 18l-22 56-148-66c-17.333-8-28.667-8-34 0-5.333 9.333-2.667 18.667 8 28 90.667 88 150.667 142 180 162 22.667 10.667 36.667 14.333 42 11 5.333-3.333 11.333-13.667 18-31l24-58 146 68c17.333 8 28.667 7.333 34-2m310-192c14.667 0 27.667 9 39 27 11.333 18 17 41.667 17 71s-5.667 53.333-17 72-24.333 28-39 28h-38c-14.667 0-27.333-9.333-38-28-10.667-18.667-16-42.667-16-72s5.333-53 16-71 23.333-27 38-27h38"/></svg>
<svg class="tc-image-battery-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 20"><path d="M39 6v8h-3v6H0V0h36v6h3zM4 4v12h28V4H4z"/></svg>
<svg class="tc-image-battery-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 20"><path d="M39 6v8h-3v6H0V0h36v6h3zM4 4v12h28V4H4zm1 11V5h5l5 10H5z"/></svg>
<svg class="tc-image-battery-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 20"><path d="M39 6v8h-3v6H0V0h36v6h3zM4 4v12h28V4H4zm1 11V5h5l5 10H5zm6.5-10h8l5 10h-8l-5-10z"/></svg>
<svg class="tc-image-battery-20 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path d="M0 30v7.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V30H0z"/><path fill-opacity=".3" d="M20 6.67C20 5.19 18.81 4 17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V30h20V6.67z"/></svg>
<svg class="tc-image-battery-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 20"><path d="M39 6v8h-3v6H0V0h36v6h3zM4 4v12h28V4H4zm1 11V5h5l5 10H5zm6.5-10h8l5 10h-8l-5-10zM31 5v10h-5L21 5h10z"/></svg>
<svg class="tc-image-battery-30 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M20 6.67C20 5.19 18.81 4 17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V26h20V6.67z"/><path d="M0 26v11.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V26H0z"/></svg>
<svg class="tc-image-battery-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1280"><path d="M1920 256v768H256V256h1664zm128 576h128V448h-128V160q0-14-9-23t-23-9H160q-14 0-23 9t-9 23v960q0 14 9 23t23 9h1856q14 0 23-9t9-23V832zm256-384v384q0 53-37.5 90.5T2176 960v160q0 66-47 113t-113 47H160q-66 0-113-47T0 1120V160Q0 94 47 47T160 0h1856q66 0 113 47t47 113v160q53 0 90.5 37.5T2304 448z"/></svg>
<svg class="tc-image-battery-50 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M20 6.67C20 5.19 18.81 4 17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V22h20V6.67z"/><path d="M0 22v15.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V22H0z"/></svg>
<svg class="tc-image-battery-60 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M20 6.67C20 5.19 18.81 4 17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V18h20V6.67z"/><path d="M0 18v19.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V18H0z"/></svg>
<svg class="tc-image-battery-80 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M20 6.67C20 5.19 18.81 4 17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V14h20V6.67z"/><path d="M0 14v23.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V14H0z"/></svg>
<svg class="tc-image-battery-90 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M20 6.67C20 5.19 18.81 4 17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V12h20V6.67z"/><path d="M0 12v25.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V12H0z"/></svg>
<svg class="tc-image-battery-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40.01000213623047"><path d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67v30.67a2.67 2.67 0 0 0 2.67 2.67h14.67a2.67 2.67 0 0 0 2.67-2.67V6.67A2.678 2.678 0 0 0 17.33 4zM12 32H8v-4h4v4zm0-8H8V14h4v10z"/></svg>
<svg class="tc-image-battery-charge tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 12"><path d="M3 3v6h11V3H3zm5.83 4.908L7.62 6 5 6.428l3.223-2.324L9.398 6 12 5.57 8.83 7.908zM17 3c0-1.654-1.346-3-3-3H3C1.346 0 0 1.346 0 3v6c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-2 6c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V3c0-.552.449-1 1-1h11c.551 0 1 .448 1 1v6z"/></svg>
<svg class="tc-image-battery-charging tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 24"><path d="M20 14v10h-4V14h-2a3 3 0 0 1-3-3V4h3V0h3v4h2V0h3v4h3v7a3 3 0 0 1-3 3h-2zm19-4v8h-3v6H21v-4h11V8h-6V4h10v6h3zM4 8v12h11v4H0V4h10v4H4z"/></svg>
<svg class="tc-image-battery-charging-20 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path d="M8 36v-6H0v7.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V30h-8.8L8 36z"/><path fill-opacity=".3" d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V30h8v-5H4l8-15v11h4l-4.8 9H20V6.67C20 5.19 18.81 4 17.33 4z"/></svg>
<svg class="tc-image-battery-charging-30 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V25h4l8-15v11h4l-2.13 4H20V6.67C20 5.19 18.81 4 17.33 4z"/><path d="M8 36V25H0v12.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V25h-6.13L8 36z"/></svg>
<svg class="tc-image-battery-charging-50 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path d="M14.93 23L8 36V25H4l1.07-2H0v14.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V23h-5.08z"/><path fill-opacity=".3" d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V23h5.07L12 10v11h4l-1.07 2H20V6.67C20 5.19 18.81 4 17.33 4z"/></svg>
<svg class="tc-image-battery-charging-60 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V18h7.73L12 10v8h8V6.67C20 5.19 18.81 4 17.33 4z"/><path d="M12 21h4L8 36V25H4l3.73-7H0v19.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V18h-8v3z"/></svg>
<svg class="tc-image-battery-charging-80 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V14h9.87L12 10v4h8V6.67C20 5.19 18.81 4 17.33 4z"/><path d="M12 21h4L8 36V25H4l5.87-11H0v23.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V14h-8v7z"/></svg>
<svg class="tc-image-battery-charging-90 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40"><path fill-opacity=".3" d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67V12h10.93L12 10v2h8V6.67C20 5.19 18.81 4 17.33 4z"/><path d="M12 21h4L8 36V25H4l6.93-13H0v25.33A2.67 2.67 0 0 0 2.67 40h14.67a2.67 2.67 0 0 0 2.67-2.67V12h-8v9z"/></svg>
<svg class="tc-image-battery-charging-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40.01000213623047"><path d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67v30.67a2.67 2.67 0 0 0 2.67 2.67h14.67a2.67 2.67 0 0 0 2.67-2.67V6.67A2.678 2.678 0 0 0 17.33 4zM8 36V25H4l8-15v11h4L8 36z"/></svg>
<svg class="tc-image-battery-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.990000247955322 6"><path d="M.09.01C.03.01 0 .05 0 .1v5.81c0 .05.04.09.09.09H6.9c.05 0 .09-.04.09-.09V4h1V2h-1V.09C6.99.03 6.95 0 6.9 0H.09zm.91 1h5v4H1v-4z"/></svg>
<svg class="tc-image-battery-full tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 12"><path d="M7 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zM4 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm9 0a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm-3 0a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm7-6c0-1.654-1.346-3-3-3H3C1.346 0 0 1.346 0 3v6c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-2 6c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V3c0-.552.449-1 1-1h11c.551 0 1 .448 1 1v6z"/></svg>
<svg class="tc-image-battery-half tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.1000061035156 256"><path d="M437.9 64H401V10c0-5.5-4.3-10-9.9-10h-381C4.5 0 0 4.5 0 10v236c0 5.5 4.5 10 10.1 10h381.1c5.5 0 9.9-4.5 9.9-10v-54H438c5.6 0 10.1-4.5 10.1-10V74c-.1-5.5-4.6-10-10.2-10zM416 160h-47v64h-49L288 32h81v64h47v64z"/></svg>
<svg class="tc-image-battery-high tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 12"><path d="M7 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zM4 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm6 0a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm7-6c0-1.654-1.346-3-3-3H3C1.346 0 0 1.346 0 3v6c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-2 6c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V3c0-.552.449-1 1-1h11c.551 0 1 .448 1 1v6z"/></svg>
<svg class="tc-image-battery-low tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 12"><path d="M4 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm13-6c0-1.654-1.346-3-3-3H3C1.346 0 0 1.346 0 3v6c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-2 6c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V3c0-.552.449-1 1-1h11c.551 0 1 .448 1 1v6z"/></svg>
<svg class="tc-image-battery-mid tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 12"><path d="M7 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zM4 9a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1zm13-6c0-1.654-1.346-3-3-3H3C1.346 0 0 1.346 0 3v6c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-2 6c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V3c0-.552.449-1 1-1h11c.551 0 1 .448 1 1v6z"/></svg>
<svg class="tc-image-battery-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 352"><path d="M800 96h-32V64c0-35.328-28.672-64-64-64H64C28.64 0 0 28.672 0 64v224c0 35.328 28.64 64 64 64h640c35.328 0 64-28.672 64-64v-32h32c17.664 0 32-14.336 32-32v-96c0-17.696-14.336-32-32-32zm-64 192c0 17.664-14.336 32-32 32H64c-17.696 0-32-14.336-32-32V64c0-17.696 14.304-32 32-32h640c17.664 0 32 14.304 32 32v224zm-672 0h192V64H64v224z"/></svg>
<svg class="tc-image-battery-std tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40.01000213623047"><path d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67v30.67a2.67 2.67 0 0 0 2.67 2.67h14.67a2.67 2.67 0 0 0 2.67-2.67V6.67A2.678 2.678 0 0 0 17.33 4z"/></svg>
<svg class="tc-image-battery-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 352"><path d="M800 96h-32V64c0-35.328-28.672-64-64-64H64C28.64 0 0 28.672 0 64v224c0 35.328 28.64 64 64 64h640c35.328 0 64-28.672 64-64v-32h32c17.664 0 32-14.336 32-32v-96c0-17.696-14.336-32-32-32zm-64 192c0 17.664-14.336 32-32 32H64c-17.696 0-32-14.336-32-32V64c0-17.696 14.304-32 32-32h640c17.664 0 32 14.304 32 32v224zm-672 0h192V64H64v224zm224 0h192V64H288v224z"/></svg>
<svg class="tc-image-battery-unknown tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.01000213623047 40.01000213623047"><path d="M17.33 4H14V0H6v4H2.67C1.19 4 0 5.19 0 6.67v30.67a2.67 2.67 0 0 0 2.67 2.67h14.67a2.67 2.67 0 0 0 2.67-2.67V6.67A2.678 2.678 0 0 0 17.33 4zM11.9 31.9H8.1v-3.8h3.8v3.8zm2.7-10.52s-.76.84-1.34 1.42c-.97.97-1.66 2.29-1.66 3.2H8.4c0-1.66.92-3.05 1.86-3.99l1.86-1.89A2.996 2.996 0 0 0 10 15c-1.66 0-3 1.34-3 3H4c0-3.31 2.69-6 6-6s6 2.69 6 6c0 1.32-.53 2.52-1.4 3.38z"/></svg>
<svg class="tc-image-beach-access tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.98100280761719 37.981998443603516"><path d="M22.218 25.09l2.863-2.862 12.9 12.89-2.86 2.864zm8.592-11.45l5.73-5.73C28.64.01 15.84 0 7.93 7.89c7.87-2.61 16.62-.52 22.88 5.75zM7.88 7.93C0 15.84 0 28.64 7.9 36.54l5.73-5.73c-6.27-6.25-8.36-15-5.75-22.88zm.04-.03c-.01.01-.01.01-.02.01-.01.01-.01.01-.01.02-.75 6.02 2.34 13.77 8.61 20.03L27.96 16.5c-6.28-6.26-14.02-9.36-20.04-8.6z"/></svg>
<svg class="tc-image-beaker tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.32699966430664 15"><path d="M15.108 11.809L12.468 2h1.195a1 1 0 0 0 0-2h-12a1 1 0 0 0 0 2h1.135a3.605 3.605 0 0 1-.121.671L.218 11.809C0 12.618.144 13.432.611 14.04c.466.61 1.214.96 2.052.96h10c.838 0 1.586-.35 2.055-.959.466-.609.609-1.423.39-2.232zM10.395 2l1.352 5.018L11.663 7h-8l-.084.018 1.029-3.826c.084-.312.173-.744.192-1.192h5.595zm2.734 10.824c-.087.114-.252.176-.466.176h-10c-.214 0-.379-.062-.466-.176-.086-.113-.104-.289-.048-.496l1.197-4.45A.494.494 0 0 0 3.663 8h8a.493.493 0 0 0 .316-.121l1.197 4.45c.057.206.04.382-.047.495z"/></svg>
<svg class="tc-image-beauty-salon tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 33.24100112915039 48.663002014160156"><path d="M29.022 5.664h-6.951c-1.256.004-1.209 1.876 0 1.865h6.951v.957h-6.951c-1.249-.011-1.203 1.86 0 1.865h6.951v.978h-6.951c-1.249 0-1.203 1.87 0 1.865h6.951v.932h-6.951c-1.223.009-1.203 1.881 0 1.887h6.951v.934h-6.951c-1.223-.004-1.228 1.865 0 1.865h6.951v.932h-6.951c-1.223.004-1.228 1.875 0 1.866h6.951v.955h-6.951c-1.223-.011-1.228 1.858 0 1.865h6.951v.93h-6.951c-1.223-.001-1.203 1.872 0 1.866h6.951v18.159c.004 2.767 4.207 2.717 4.219 0V2.89c-.012-1.264-1.05-2.862-2.758-2.867h-8.412c-1.256.001-1.209 1.873 0 1.865l6.951.023v.93h-6.951c-1.254-.006-1.207 1.865 0 1.866h6.951v.957zm-7.429 32.194c-.004-3.23-3.352-6.704-7.352-4.454V21.05L11.654.675C11.6.136 11.143.009 10.836 0c-.317.009-.952.136-1.021.675L7.241 21.05v12.354c-4-2.25-7.24 1.246-7.241 4.429.001 2.832 2.181 5.158 5.131 5.151 2.972.007 5.11-2.6 5.11-5.151V25h1v12.833c0 2.856 2.212 4.97 4.67 5.104-.041 1.566.47 3.8 1.432 4.686 1.128 1.04 2.471-.29 1.92-1.373-.532-1.008-1.054-1.605-.63-3.806 1.772-.82 2.956-2.546 2.96-4.586zM5.245 40.399a2.542 2.542 0 0 1 0-5.085c1.386.008 2.515 1.145 2.525 2.544a2.552 2.552 0 0 1-2.525 2.541zm8.571-2.541a2.553 2.553 0 0 1 2.526-2.544 2.548 2.548 0 0 1 2.525 2.544 2.545 2.545 0 0 1-2.525 2.541 2.549 2.549 0 0 1-2.526-2.541z"/></svg>
<svg class="tc-image-bebo tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.614001274108887 16.005313873291016"><path d="M12.143 7.725A6.072 6.072 0 0 0 8.947 4.54a5.786 5.786 0 0 0-2.31-.466L3.419 4.07a.736.736 0 0 1-.734-.733l-.002-2.03C2.685.576 2.095 0 1.342 0 .602 0 0 .603 0 1.343l.004 8.688c0 .816.157 1.594.468 2.315.313.72.746 1.36 1.287 1.903a6.135 6.135 0 0 0 1.902 1.285c.72.31 1.5.467 2.315.467h.664a5.82 5.82 0 0 0 2.316-.467 6.093 6.093 0 0 0 1.902-1.285 6.11 6.11 0 0 0 1.286-1.9c.31-.715.47-1.493.47-2.312 0-.817-.16-1.594-.472-2.31zm-2.214 2.31a3.265 3.265 0 0 1-3.291 3.281h-.655c-.45 0-.88-.086-1.28-.255a3.237 3.237 0 0 1-1.053-.705 3.295 3.295 0 0 1-.707-1.053c-.167-.4-.252-.83-.252-1.28v-1.89a1.371 1.371 0 0 1 1.374-1.377l2.57.003c.45 0 .88.084 1.282.25.4.17.753.406 1.05.704.3.3.54.653.71 1.048.167.402.252.83.252 1.274z"/></svg>
<svg class="tc-image-bed tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 25.333999633789062"><path d="M0 0h6.333v15.834h34.833v9.5h-4.75v-4.75H6.333v4.75H0V0zm39.583 14.25H18.208v-9.5c7.389 0 12.403 0 16.361 1.584 3.958 1.583 4.486 4.75 5.014 7.916zM7.916 10.292l6.334.792v3.166H7.916v-3.958zm3.167-7.125a3.167 3.167 0 1 1 0 6.333 3.167 3.167 0 0 1 0-6.333zm4.354 1.583h1.98v9.5h-1.98v-9.5z"/></svg>
<svg class="tc-image-beenhere tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M32 0H4C1.79 0 .02 1.79.02 4L0 29.87c0 1.38.7 2.6 1.76 3.32L17.99 44l16.23-10.81a4.011 4.011 0 0 0 1.76-3.32L36 4c0-2.21-1.79-4-4-4zM14 30L4 20l2.83-2.83L14 24.34 29.17 9.17 32 12 14 30z"/></svg>
<svg class="tc-image-beer tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 18"><path d="M5 13.5c0 .275-.225.5-.5.5s-.5-.225-.5-.5v-6c0-.275.225-.5.5-.5s.5.225.5.5v6zm2 0c0 .275-.225.5-.5.5s-.5-.225-.5-.5v-6c0-.275.225-.5.5-.5s.5.225.5.5v6zm2 0c0 .275-.225.5-.5.5s-.5-.225-.5-.5v-6c0-.275.225-.5.5-.5s.5.225.5.5v6zM13.5 3H13V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v13c0 1.656 1.344 3 3 3h7c1.656 0 3-1.344 3-3h.5c1.93 0 3.5-1.57 3.5-3.5v-5C17 4.57 15.43 3 13.5 3zM2 2h9v1H6.556l-.118.332c-.164.458-.663.73-1.117.648l-.348-.058-.173.307A1.499 1.499 0 0 1 3.5 5C2.673 5 2 4.327 2 3.5V2zm9 13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5.49c.419.317.936.51 1.5.51.784 0 1.521-.376 1.989-1 .728 0 1.383-.391 1.736-1H11v11zm4-3.5c0 .827-.673 1.5-1.5 1.5H12V5h1.5c.827 0 1.5.673 1.5 1.5v5z"/></svg>
<svg class="tc-image-beer-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.960000038146973 8.970000267028809"><path d="M3 0C.7 0 0 .66 0 .66v2a6.6 6.6 0 0 0 .66 2.65 4.13 4.13 0 0 1 0 3s0 .66 2.32.66 2.32-.66 2.32-.66a4.13 4.13 0 0 1 0-3 6.6 6.6 0 0 0 .66-2.65v-2S5.3 0 3 0zm0 8.28a4.77 4.77 0 0 1-1.56-.18c.133-.479.2-.973.2-1.47h2.72c-.014.22-.014.44 0 .66.034.274.087.544.16.81A4.77 4.77 0 0 1 3 8.29v-.01zm2.32-6a8.24 8.24 0 0 1-4.63 0L.68 1a8.28 8.28 0 0 1 4.64 0s.03 1.33 0 1.33v-.05z"/></svg>
<svg class="tc-image-beer-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 13.5"><path d="M9 4V1S8 0 4.5 0 0 1 0 1v3a9.27 9.27 0 0 0 1 4 5.63 5.63 0 0 1 0 4.5s0 1 3.5 1 3.5-1 3.5-1A5.63 5.63 0 0 1 8 8a9.27 9.27 0 0 0 1-4zm-4.5 8.5a7.368 7.368 0 0 1-2.36-.28c.203-.722.304-1.47.3-2.22h4.12c-.004.75.097 1.498.3 2.22a7.368 7.368 0 0 1-2.36.28zm0-8.5A10.65 10.65 0 0 1 1 3.5v-2A10.74 10.74 0 0 1 4.5 1a10.74 10.74 0 0 1 3.5.5v2c-1.13.36-2.314.53-3.5.5z"/></svg>
<svg class="tc-image-behance tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.023998260498047 10.033306121826172"><path d="M4.64 0c.47 0 .896.04 1.284.125.386.082.715.218.994.406.274.187.49.436.642.75.15.31.226.697.226 1.155 0 .495-.113.91-.338 1.24-.226.33-.56.602-1.004.812.606.174 1.054.48 1.352.916.3.44.445.965.445 1.58 0 .5-.095.93-.285 1.29a2.509 2.509 0 0 1-.78.893c-.325.23-.7.4-1.12.51-.413.11-.844.165-1.285.165H0V.002h4.64zm6.69 8.133c.293.286.717.43 1.266.43.394 0 .736-.1 1.022-.3.284-.197.456-.41.523-.63h1.725c-.277.857-.698 1.47-1.27 1.838-.568.37-1.26.555-2.065.555a4.09 4.09 0 0 1-1.52-.27 3.21 3.21 0 0 1-1.15-.766 3.511 3.511 0 0 1-.724-1.188 4.36 4.36 0 0 1-.256-1.52c0-.532.09-1.03.263-1.49.178-.462.423-.86.746-1.195.323-.335.707-.6 1.154-.794a3.72 3.72 0 0 1 1.486-.29c.603 0 1.13.117 1.584.353.45.233.82.55 1.11.945.292.394.498.846.628 1.353.127.506.172 1.034.136 1.587h-5.143c0 .563.19 1.097.485 1.383zm-6.85.033c.213 0 .416-.02.607-.062.194-.042.366-.11.51-.208.146-.096.266-.226.353-.393.087-.166.13-.38.13-.64 0-.506-.143-.866-.427-1.085-.285-.215-.664-.323-1.13-.323H2.167v2.71H4.48zm9.1-3.777c-.234-.258-.628-.397-1.108-.397-.313 0-.572.052-.78.16a1.573 1.573 0 0 0-.495.39c-.126.16-.212.326-.262.504-.05.173-.08.33-.09.47h3.185c-.047-.5-.217-.87-.45-1.128zm-9.22-.413c.384 0 .702-.09.953-.276.25-.182.37-.482.37-.895 0-.23-.04-.418-.12-.565a.9.9 0 0 0-.334-.342 1.357 1.357 0 0 0-.48-.173 2.875 2.875 0 0 0-.556-.05H2.167v2.3H4.36zM10.445.66h3.99v.972h-3.99V.659z"/></svg>
<svg class="tc-image-behance-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1248 0q119 0 203.5 84.5T1536 288v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960zM499 367H128v787h382q117 0 197-57.5T787 926q0-158-143-200 107-52 107-164 0-57-19.5-96.5T675 405t-79-29.5-97-8.5zm-22 318H301V501h163q119 0 119 90 0 94-106 94zm9 335H301V803h189q124 0 124 113 0 104-128 104zm650 32q-68 0-104-38t-36-107h411q1-10 1-30 0-132-74.5-220.5T1130 568q-128 0-210 86t-82 216q0 135 79 217t213 82q205 0 267-191h-138q-11 34-47.5 54t-75.5 20zm-10-366q113 0 124 122H996q4-56 39-89t91-33zM964 420h319v77H964v-77z"/></svg>
<svg class="tc-image-behance2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M6.316 7.009c.203-.147.3-.391.3-.728a.936.936 0 0 0-.097-.459.72.72 0 0 0-.272-.278 1.075 1.075 0 0 0-.388-.141 2.386 2.386 0 0 0-.453-.041H3.759v1.869H5.54c.313.003.572-.072.775-.222zm.278 1.688c-.231-.175-.537-.262-.919-.262H3.759v2.203h1.878c.175 0 .338-.016.494-.05s.297-.088.416-.169c.119-.078.216-.184.287-.319s.106-.309.106-.519c0-.412-.116-.706-.347-.884z"/><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-4.012 4.209h3.241V5h-3.241v-.791zm-2.025 6.516a2.06 2.06 0 0 1-.631.725 2.82 2.82 0 0 1-.909.416A4.007 4.007 0 0 1 5.879 12H2.001V4.003H5.77c.381 0 .728.034 1.044.1.313.066.581.178.806.331.222.153.397.356.522.609.122.25.184.566.184.938 0 .403-.091.737-.275 1.006s-.453.487-.816.659c.494.141.856.391 1.097.744.244.356.363.784.363 1.284.003.409-.075.759-.231 1.05zm6.528-1.237h-4.178c0 .456.156.891.394 1.125.238.231.581.35 1.028.35.322 0 .597-.081.831-.244.231-.162.372-.334.425-.512h1.4c-.225.697-.566 1.194-1.031 1.494-.459.3-1.022.45-1.675.45-.456 0-.866-.075-1.234-.219a2.613 2.613 0 0 1-.934-.622 2.854 2.854 0 0 1-.588-.966A3.562 3.562 0 0 1 9.22 9.11c0-.434.072-.838.213-1.213a2.815 2.815 0 0 1 1.544-1.616 3.013 3.013 0 0 1 1.206-.234c.491 0 .919.094 1.287.287.366.191.666.447.903.769s.403.688.509 1.1c.103.406.137.834.109 1.284z"/><path d="M12.134 7.247c-.253 0-.466.044-.631.131s-.3.194-.403.319a1.131 1.131 0 0 0-.213.409 1.725 1.725 0 0 0-.072.381h2.588c-.037-.406-.178-.706-.366-.916-.194-.213-.512-.325-.903-.325z"/></svg>
<svg class="tc-image-bell tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.1495304107666 19"><path d="M15.793 14.301c-.017-.018-1.717-1.854-1.73-6.32a6.01 6.01 0 0 0-4.02-5.641l.035-.34c0-1.103-.896-2-2-2s-2 .897-2 2l.034.338c-2.336.816-4.02 3.036-4.02 5.646 0 4.462-1.71 6.296-1.72 6.306A1.002 1.002 0 0 0 1.078 16H4.22c.447 1.72 1.999 3 3.857 3s3.41-1.28 3.857-3h3.143c.4 0 .758-.243.915-.61s.076-.799-.2-1.089zM8.078 4c2.189 0 3.978 1.789 3.984 3.987.002.728.046 1.396.118 2.013h-8.2c.07-.617.113-1.286.113-2.016A3.99 3.99 0 0 1 8.078 4zm0 13a1.993 1.993 0 0 1-1.722-1h3.443a1.99 1.99 0 0 1-1.721 1zm-5.186-3c.352-.736.705-1.731.938-3h8.502c.234 1.269.588 2.264.938 3H2.892z"/></svg>
<svg class="tc-image-bell-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M848 1696q0-16-16-16-59 0-101.5-42.5T688 1536q0-16-16-16t-16 16q0 73 51.5 124.5T832 1712q16 0 16-16zm-666-288h1300q-266-300-266-832 0-51-24-105t-69-103-121.5-80.5T832 256t-169.5 31.5T541 368t-69 103-24 105q0 532-266 832zm1482 0q0 52-38 90t-90 38h-448q0 106-75 181t-181 75-181-75-75-181H128q-52 0-90-38t-38-90q50-42 91-88t85-119.5 74.5-158.5 50-206T320 576q0-152 117-282.5T744 135q-8-19-8-39 0-40 28-68t68-28 68 28 28 68q0 20-8 39 190 28 307 158.5T1344 576q0 139 19.5 260t50 206 74.5 158.5 85 119.5 91 88z"/></svg>
<svg class="tc-image-bell-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 2019.6668701171875 1792"><path d="M1543.833 852q61 356 298 556 0 52-38 90t-90 38h-448q0 106-75 181t-181 75-180.5-74.5-75.5-180.5zm-534 860q16 0 16-16t-16-16q-59 0-101.5-42.5t-42.5-101.5q0-16-16-16t-16 16q0 73 51.5 124.5t124.5 51.5zm1002-1600q8 10 7.5 23.5t-10.5 22.5l-1872 1622q-10 8-23.5 7t-21.5-11l-84-96q-8-10-7.5-23.5t10.5-21.5l186-161q-19-32-19-66 50-42 91-88t85-119.5 74.5-158.5 50-206 19.5-260q0-152 117-282.5t307-158.5q-8-19-8-39 0-40 28-68t68-28 68 28 28 68q0 20-8 39 124 18 219 82.5t148 157.5l418-363q10-8 23.5-7t21.5 11z"/></svg>
<svg class="tc-image-bell-slash-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 2019.6668701171875 1792"><path d="M1025.833 1696q0-16-16-16-59 0-101.5-42.5t-42.5-101.5q0-16-16-16t-16 16q0 73 51.5 124.5t124.5 51.5q16 0 16-16zm-537-475l877-760q-42-88-132.5-146.5t-223.5-58.5q-93 0-169.5 31.5t-121.5 80.5-69 103-24 105q0 384-137 645zm1353 187q0 52-38 90t-90 38h-448q0 106-75 181t-181 75-180.5-74.5-75.5-180.5l149-129h757q-166-187-227-459l111-97q61 356 298 556zm86-1392l84 96q8 10 7.5 23.5t-10.5 22.5l-1872 1622q-10 8-23.5 7t-21.5-11l-84-96q-8-10-7.5-23.5t10.5-21.5l186-161q-19-32-19-66 50-42 91-88t85-119.5 74.5-158.5 50-206 19.5-260q0-152 117-282.5t307-158.5q-8-19-8-39 0-40 28-68t68-28 68 28 28 68q0 20-8 39 124 18 219 82.5t148 157.5l418-363q10-8 23.5-7t21.5 11z"/></svg>
<svg class="tc-image-bicycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1316.572021484375 731.4268188476562"><path d="M435.43 511.999H256.001q-22.857 0-32.857-20t3.714-38.286l107.429-143.43q-37.143-17.713-78.286-17.713-75.429 0-129.143 53.714T73.144 475.427t53.714 129.143 129.143 53.714q65.714 0 116-41.43t63.429-104.856zm-106.286-73.143H435.43q-10.286-48.571-42.857-84.571zm274.286 0l164.571-219.43H493.715l-56.571 75.43q60 58.857 72 144h94.286zm640 36.57q0-75.428-53.714-129.142t-129.143-53.714q-34.286 0-69.143 13.714l99.429 148.57q8.571 13.144 5.714 28t-15.429 22.858q-8.571 6.286-20.571 6.286-20 0-30.286-16.571l-99.429-148.571q-53.143 54.286-53.143 128.57 0 75.43 53.714 129.144t129.143 53.714 129.143-53.714 53.714-129.143zm73.142 0q0 105.715-75.143 180.858t-180.857 75.143-180.857-75.143-75.143-180.857q0-55.43 22.571-104.857t62.571-85.43l-37.143-56-201.714 268q-10.286 14.858-29.143 14.858H509.143Q496 605.712 424 668.568t-168 62.858q-105.714 0-180.857-75.143T0 475.426t75.143-180.857T256 219.426q65.143 0 122.857 31.429l78.286-104.571h-128q-14.857 0-25.714-10.857t-10.857-25.714 10.857-25.714 25.714-10.857h219.429v73.143h248.571l-48.571-73.143H621.715q-14.857 0-25.714-10.857T585.144 36.57t10.857-25.714T621.715 0h146.286q18.857 0 30.286 16l152.571 228.57q52-25.142 109.714-25.142 105.714 0 180.857 75.143t75.143 180.857z"/></svg>
<svg class="tc-image-bicycle-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 8.01099967956543"><path d="M6.5.01c-.676-.01-.676 1.01 0 1H7v.711l-2.748 1.57-.514-1.281h.715c.676.01.676-1.01 0-1H2.426c-.676-.01-.676 1.01 0 1h.234l.432 1.078A2.461 2.461 0 0 0 2.5 3.01C1.125 3.01 0 4.135 0 5.51s1.125 2.5 2.5 2.5S5 6.885 5 5.51c0-.471-.14-.908-.37-1.285l2.472-1.412.402.408A2.507 2.507 0 0 0 6 5.511c0 1.374 1.125 2.5 2.5 2.5S11 6.884 11 5.51c0-1.297-1.003-2.358-2.27-2.478L8 2.304V.51a.5.5 0 0 0-.5-.5h-1zm-4 4c.834 0 1.5.666 1.5 1.5s-.666 1.5-1.5 1.5S1 6.344 1 5.51s.666-1.5 1.5-1.5zm5.955.004h.002a.45.45 0 0 0 .09 0A1.49 1.49 0 0 1 10 5.51c0 .834-.666 1.5-1.5 1.5S7 6.345 7 5.51a1.49 1.49 0 0 1 1.455-1.496z"/></svg>
<svg class="tc-image-bicycle-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 11.010000228881836"><path d="M7.5.01c-.676-.01-.676 1.01 0 1H9v1.266L6.197 4.61l-.974-2.6H5.5c.676.01.676-1.01 0-1h-2c-.676-.01-.676 1.01 0 1h.652l.891 2.375A3.45 3.45 0 0 0 3.5 4.01C1.573 4.01 0 5.583 0 7.51s1.573 3.5 3.5 3.5S7 9.437 7 7.51c0-.67-.2-1.291-.53-1.824l2.821-2.35.463 1.16C8.71 5.104 8 6.221 8 7.51c0 1.927 1.573 3.5 3.5 3.5S15 9.437 15 7.51s-1.573-3.5-3.5-3.5c-.283 0-.554.043-.818.107L10 2.412V.51a.5.5 0 0 0-.5-.5h-2zm-4 5a2.48 2.48 0 0 1 1.555.553L3.18 7.125c-.511.427.128 1.195.64.77l1.875-1.563c.188.352.305.75.305 1.178 0 1.387-1.113 2.5-2.5 2.5S1 8.897 1 7.51s1.113-2.5 2.5-2.5zm8 0c1.387 0 2.5 1.113 2.5 2.5s-1.113 2.5-2.5 2.5S9 8.897 9 7.51a2.49 2.49 0 0 1 1.125-2.088l.91 2.274c.246.623 1.18.25.93-.372l-.908-2.27c.143-.024.291-.044.443-.044z"/></svg>
<svg class="tc-image-bicycle-share-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.06767749786377 12.868967056274414"><path d="M8.838 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM6.852 2a.5.5 0 0 0-.368.147l-2 2a.5.5 0 0 0 0 .707l1.354 1.353V8.5a.5.5 0 1 0 1 0V6a.5.5 0 0 0-.144-.353l-.752-.752 1.166-1.203.832 1.11A.5.5 0 0 0 8.338 5h2a.5.5 0 1 0 0-1h-1.75l-1.35-1.8a.5.5 0 0 0-.386-.2zm-3.65 4.004a2.502 2.502 0 0 0-2.36 2.492 2.5 2.5 0 1 0 4.367 1.666.5.5 0 0 0-.748-.664 1.498 1.498 0 1 1-2.62-1 1.499 1.499 0 0 1 .97-1.4 1.498 1.498 0 0 1 1.654.408.5.5 0 1 0 .749-.663h-.001A2.506 2.506 0 0 0 3.2 6.005zm6.279 0a2.499 2.499 0 0 0-2.014.838.5.5 0 1 0 .75.664 1.495 1.495 0 0 1 1.652-.408c.584.221.968.776.969 1.4a1.498 1.498 0 0 1-2.62 1 .5.5 0 1 0-.745.664 2.503 2.503 0 0 0 2.758.674 2.5 2.5 0 1 0-.75-4.832z"/></svg>
<svg class="tc-image-bicycle-share-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12"><path d="M10 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM8.145 1.994a.5.5 0 0 0-.348.143l-2.64 2.5a.5.5 0 0 0 .042.763L7 6.75V9.5c-.01.676 1.01.676 1 0v-3a.5.5 0 0 0-.2-.4l-.767-.577 1.818-1.72.749.998A.5.5 0 0 0 10 5h1.5c.676.01.676-1.01 0-1h-1.25L9.5 3l-.6-.8a.5.5 0 0 0-.384-.206h-.371zM3 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm9 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM3 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm9 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
<svg class="tc-image-bicycle-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 30.894001007080078"><path d="M40.909 12.651c-1.266 0-2.469.26-3.562.727l-3.076-5.271 2.318-3.973a1.14 1.14 0 0 0-.409-1.555c-.238-.138-.503-.388-.754-.347L35.229 2h-4.547c-.627 0-1.136.873-1.136 1.5 0 .628.509 1.5 1.136 1.5h2.947l-1.327 2H19.024l2.652-5h1.051c.627 0 1.136-.372 1.136-1s-.509-1-1.136-1h-5.683c-.626 0-1.136.372-1.136 1s.509 1 1.136 1h1.999l-6.389 11.165c-1.094-.467-2.299-.62-3.564-.62-5.02 0-9.09 4.124-9.09 9.144 0 5.021 4.07 9.117 9.091 9.117s9.091-4.057 9.091-9.078c0-2.94-1.402-5.541-3.57-7.204l2.433-4.166 6.974 11.956.027.038.03.045.023.034.09.104.011.013.031.028.032.026.088.07.037.024.029.019.012.007.004.004.096.047.011.005.023.012.008.002.073.026.068.022.014.004.025.004.044.009.204.021.001.062.004.059h6.891c.562 4 4.378 7.895 9.013 7.895 5.021 0 9.091-4.101 9.091-9.122.001-5.02-4.069-9.121-9.09-9.121zm-25 9.091a6.818 6.818 0 1 1-13.636 0 6.817 6.817 0 0 1 6.818-6.817c.847 0 1.655.161 2.403.444l-3.385 5.802a1.139 1.139 0 0 0 .981 1.709c.391 0 .771-.202.983-.563l3.386-5.806a6.804 6.804 0 0 1 2.45 5.231zM25 19.244L19.024 9h11.953L25 19.244zm7.954-8.685l2.434 4.268C33.506 16.271 32.206 18 31.896 21h-4.918l5.976-10.441zm3.587 6.345L38.932 21h-4.738c.274-2 1.126-3.075 2.347-4.096zm4.368 11.719c-3.377 0-6.175-2.623-6.716-5.623h6.713l.005-.059.203-.053.046-.023.189-.066.021-.016.113-.058.027-.021.101-.073.078-.066.076-.083.068-.085.057-.092.052-.095.039-.104.031-.104.017-.104.013-.123.003-.035-.005-.064-.014-.124-.023-.106-.033-.104-.052-.113-.027-.059-3.385-5.802a6.785 6.785 0 0 1 2.403-.444c3.767 0 6.819 3.083 6.819 6.848.001 3.767-3.052 6.851-6.819 6.851z"/></svg>
<svg class="tc-image-bigcartel tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.565999984741211 16"><path fill-rule="nonzero" d="M6.283 8.712v-.67c0-.42.168-.838.586-1.005l5.194-3.267c.335-.168.503-.587.503-1.006V0L6.283 4.02 0 0v8.46c0 2.263 1.006 4.19 2.68 5.278L6.201 16l3.518-2.262c1.675-1.005 2.68-2.932 2.68-5.277V4.69L6.283 8.713z"/></svg>
<svg class="tc-image-bike tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.086875915527344 23.736984252929688"><path d="M7.476 9c1.044 0 2.036.229 2.926.639L14.476 2h-2V0h6v2h-2l-1.6 3h10.062l.538-1h-3V2h6v2h-1L26.13 6.5h.346l1.854 3.245A7 7 0 1 1 24.547 17h-6.07l-5.078-9.23-1.497 2.806A7 7 0 1 1 7.476 9zm14.077 6h2.994a6.988 6.988 0 0 1 2.338-4.284L25.328 7.99 21.553 15zm2.308-8h-8.885l4.49 8.163L23.86 7zM7.476 11a5 5 0 1 0 3.46 1.39L8.475 17h-2l2.982-5.592A4.984 4.984 0 0 0 7.476 11zm24 0c-.77 0-1.5.174-2.15.485L32.475 17h-5.9a5.002 5.002 0 0 0 9.9-1 5 5 0 0 0-5-5zm-4.9 4h2.757l-1.428-2.5a4.988 4.988 0 0 0-1.329 2.5z"/></svg>
<svg class="tc-image-bike-parking tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.086875915527344 44.73698043823242"><path d="M7.476 30c1.044 0 2.036.229 2.926.639L14.476 23h-2v-2h6v2h-2l-1.6 3h10.062l.538-1h-3v-2h6v2h-1l-1.346 2.5h.346l1.854 3.245A7 7 0 1 1 24.547 38h-6.07l-5.078-9.23-1.497 2.806A7 7 0 1 1 7.476 30zm14.077 6h2.994a6.99 6.99 0 0 1 2.338-4.284l-1.557-2.726L21.553 36zm2.308-8h-8.885l4.49 8.163L23.86 28zM7.476 32a5 5 0 1 0 3.46 1.39L8.475 38h-2l2.982-5.592A4.982 4.982 0 0 0 7.476 32zm24 0c-.77 0-1.5.174-2.15.485L32.475 38h-5.9a5.002 5.002 0 0 0 9.9-1 5 5 0 0 0-5-5zm-4.9 4h2.757l-1.428-2.5a4.988 4.988 0 0 0-1.329 2.5zm-8.28-24.32V16h-2.88V3.4h4.433c3.165 0 4.747 1.342 4.747 4.025 0 1.27-.45 2.296-1.35 3.08-.902.783-2.106 1.175-3.61 1.175h-1.34zm0-6.12v3.96h1.07c1.446 0 2.17-.668 2.17-2.003 0-1.305-.724-1.957-2.17-1.957h-1.07zM11.476 0h16a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3h-16a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-16z"/></svg>
<svg class="tc-image-billboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 24h3v-1H0V0h38v23h-3v1h3v3H21v11h-4V27H0v-3zm29-1v1h3v-1h-3zm-6 0v1h3v-1h-3zm-5 0v1h2v-1h-2zm-6 0v1h3v-1h-3zm-6 0v1h3v-1H6zM1 1v21h36V1H1zm1 1h34v19H2V2zm27 36h-2.375c0-1.583-.792-4.75-.792-4.75s1.584 0 3.167 4.75zm-19 0c1.583-4.75 3.167-4.75 3.167-4.75s-1.584 3.167-1.584 4.75H10zm20.583 0c1.584-4.75 3.167-4.75 3.167-4.75s-1.583 3.167-1.583 4.75h-1.584zM8.167 38H5.792c0-1.583-.792-4.75-.792-4.75s1.583 0 3.167 4.75z"/></svg>
<svg class="tc-image-billing tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.006874084472656 40.006874084472656"><path fill-opacity=".604" d="M40 20C40 8.954 31.046 0 20 0v6c7.732 0 14 6.268 14 14h6z"/><path fill-opacity=".302" d="M40 20h-6a13.96 13.96 0 0 1-4.1 9.9l4.242 4.242A19.937 19.937 0 0 0 40 20z"/><path d="M29.9 29.9l4.242 4.242A19.937 19.937 0 0 1 20 40C8.954 40 0 31.046 0 20S8.954 0 20 0v6C12.268 6 6 12.268 6 20s6.268 14 14 14a13.96 13.96 0 0 0 9.9-4.1zm-8.98-1.721v2.471h-1.68v-2.4c-1.633-.008-3.153-.366-4.56-1.076V23.93c.468.395 1.163.761 2.087 1.099.924.337 1.748.531 2.473.581v-4.429c-1.85-.677-3.113-1.412-3.788-2.205-.674-.792-1.012-1.757-1.012-2.895 0-1.225.439-2.268 1.316-3.13.878-.86 2.039-1.361 3.484-1.501V9.29h1.68v2.111c1.608.078 2.807.339 3.6.784v3.105c-1.068-.655-2.268-1.055-3.6-1.2v4.571c1.712.613 2.94 1.313 3.684 2.102.744.789 1.116 1.742 1.116 2.86 0 1.29-.414 2.329-1.243 3.118-.829.788-2.014 1.268-3.557 1.438zM19.24 17.97v-3.83c-1.12.202-1.68.786-1.68 1.751 0 .832.56 1.526 1.68 2.081zm1.68 3.882v3.712c1.12-.18 1.68-.764 1.68-1.751 0-.8-.56-1.454-1.68-1.962z"/></svg>
<svg class="tc-image-bin tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 1024"><path d="M64 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64V320H64zm192 576h-64V448h64v448zm128 0h-64V448h64v448zm128 0h-64V448h64v448zm128 0h-64V448h64v448zm144-768H576V48c0-26.4-21.6-48-48-48H304c-26.4 0-48 21.6-48 48v80H48c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zm-272 0H320V64.802h192V128z"/></svg>
<svg class="tc-image-bin2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 16"><path d="M2 16h10l1-11H1zM9 2V0H5v2H0v3l1-1h12l1 1V2H9zM8 2H6V1h2v1z"/></svg>
<svg class="tc-image-bing tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 38"><path d="M0 32l20.75-11.25L15 18l-3.5-8L30 16v9L8.5 38 0 32V0l9 3v21l-9 8z"/></svg>
<svg class="tc-image-bing_small tc-image-button" width="22pt" height="22pt" viewBox="0 0 17.82499885559082 22.281002044677734"><path d="M6.619 5.774l2.269 4.919 3.352 1.516L.148 18.57l4.954-4.416V1.563L0 0v18.726l5.071 3.555 12.754-7.597V9.208z"/></svg>
<svg class="tc-image-binoculars tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M1 0h6v1H1zm8 0h6v1H9zm5.875 5H14V1h-4v4H6V1H2v4h-.875C.506 5 0 5.506 0 6.125v8.75C0 15.494.506 16 1.125 16h4.75C6.494 16 7 15.494 7 14.875V9h2v5.875C9 15.494 9.506 16 10.125 16h4.75c.619 0 1.125-.506 1.125-1.125v-8.75C16 5.506 15.494 5 14.875 5zM5.438 15H1.563C1.254 15 1 14.775 1 14.5s.253-.5.563-.5h3.875c.309 0 .563.225.563.5s-.253.5-.563.5zM8.5 8h-1c-.275 0-.5-.225-.5-.5s.225-.5.5-.5h1c.275 0 .5.225.5.5s-.225.5-.5.5zm5.938 7h-3.875c-.309 0-.563-.225-.563-.5s.253-.5.563-.5h3.875c.309 0 .563.225.563.5s-.253.5-.563.5z"/></svg>
<svg class="tc-image-bintray tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.476999282836914 17.404001235961914"><path d="M21.584 13.316c-.172.003-.298.088-.162.29.438.651.061 1.254-.139 1.851-.097.289-.342.219-.452-.014-.27-.57-.582-1.146-.279-1.806.055-.119.076-.25-.054-.279-.404-.091-.854-.166-1.211.017-.283.145.126.394.115.63-.01.2.07.404.104.607.135.817.384 1.533 1.442 1.55-.286.388-.497.727-.998.494-.163-.076-.341-.001-.43.171-.137.265.076.364.247.478.168.099.353.032.529.051.51-.042.854-.33 1.121-.742.235-.362.404-.753.572-1.149.273-.643.275-1.346.488-1.999v-.113c-.298-.014-.596-.043-.893-.037zM4.05 10.104c.498.32 1.053.474 1.631.574.257.044.319-.027.335-.276.051-.805.114-1.61.205-2.412.033-.289-.133-.445-.267-.644-.143-.213-.378-.368-.418-.647.046-.052.097-.056.152-.014.267.035.297.374.598.443.147-1.069.291-2.132.527-3.177.068-.122.074-.36.312-.168-.293 1.458-.335 2.941-.439 4.418-.021.302.083.358.346.295.645-.156 1.231-.44 1.781-.805.071.071.081.151.037.239a4.522 4.522 0 0 1-1.814.983c-.29.082-.376.202-.383.498-.052 2.157-.102 4.314.207 6.458.039.268-.042.368-.274.311-.25-.061-.69.257-.702-.334-.027-1.37-.043-2.741.064-4.106.035-.447-.064-.624-.508-.712a3.777 3.777 0 0 1-1.566-.733c-.061-.173.02-.216.175-.191zm-.741-6.837c0 1.413 0 1.413-1.399 1.413-1.437 0-1.437 0-1.437-1.44v-.394c.005-.813.183-.993.988-.995.319-.001.638-.002.958 0 .706.005.884.188.89.909v.507zm.741 6.837l-.175.191c-.692.26-1.409.134-2.111.098-.362-.018-.489-.37-.494-.717-.007-.431-.003-.863-.002-1.294.001-.483.271-.731.726-.757.467-.027.939-.029 1.406-.002.439.026.68.286.676.738-.004.581-.017 1.162-.026 1.743zm6.455 4.803c.051.297-.116.668.179.976.12.126.044.265-.123.274-.355.019-.713.02-1.069.004-.195-.009-.257-.12-.143-.306.34-.558.127-1.164.131-1.749.001-.209-.161-.329-.383-.328-.257 0-.475.118-.492.368-.039.567-.199 1.15.102 1.699.018.032.049.059.062.092.046.114-.031.206-.114.212-.41.029-.825.073-1.229-.022-.134-.032-.07-.172-.029-.283.251-.676.338-1.357-.06-2.007-.102-.166-.055-.276.068-.312.328-.094.659-.564 1.009-.03.076.116.148.033.233-.003 1.268-.536 1.857-.153 1.857 1.204v.212zM8.85 7.929a19.73 19.73 0 0 0-.037-.239c.006-.412.014-.825.017-1.238.004-.438.226-.659.658-.666.394-.006.788-.002 1.182.001.074.001.161-.002.22.033.774.472.303 1.225.386 1.845.055.408-.289.606-.669.574-.593-.05-1.253.239-1.758-.312zm-3.779-2.34c-1.312-.027-1.312-.027-1.307-1.365.003-.794.125-.92.903-.924 1.441-.008 1.412-.008 1.439 1.421.012.643-.298.865-.847.936-.081.029-.125-.046-.188-.068zm6.232 9.298c0-.244-.007-.488.002-.732.007-.2.008-.373-.264-.388-.122-.007-.202-.098-.194-.231.008-.136.106-.194.225-.21.397-.053.509-.346.557-.675.037-.252.161-.373.412-.347.264.028.261.234.251.423-.018.338-.029.65.464.591.11-.013.228.05.239.187.013.161-.108.275-.234.262-.566-.059-.45.334-.454.65-.003.244.008.488-.003.732-.014.315.031.569.432.564.14-.002.276.036.28.206.005.195-.139.243-.304.25-.038.001-.075.003-.113.002-1.466-.013-1.283.172-1.297-1.284zM9.732 1.056c0 1.008 0 1.008-1.107 1.008-.951 0-.953-.003-.953-1.11 0-.954 0-.954 1.105-.953.944.001.954.013.954 1.055zm4.787 12.652c.173-.137.334-.299.527-.405s.406-.081.566.096c.142.157.15.348.058.525-.102.196-.272.234-.48.152-.253-.1-.429.041-.47.26-.094.501-.285 1.021.112 1.492.165.196.077.317-.147.335-.243.02-.489.022-.732.004-.315-.024-.824.221-.404-.542.252-.458.38-1.239-.212-1.76-.127-.111-.117-.212-.002-.331.379-.392.97-.304 1.184.174zm-2.146-9.941c.935 0 .958.024.958.994 0 .933-.077 1.007-1.032 1.006-.87-.001-.977-.113-.977-1.019.001-.925.062-.982 1.05-.982zM5.406.382c.82 0 .917.094.918.886.001.848-.067.915-.936.914-.842-.001-.865-.026-.863-.966.002-.8.039-.835.881-.834zM3.401 6.127c0 .819-.011.83-.855.829-.83 0-.835-.006-.835-.847 0-.801.06-.862.852-.861.776 0 .838.065.838.879zm3.725-2.344c-.155-.037-.223.086-.312.169-.104-.359-.123-.725-.142-1.097-.031-.606.33-.661.786-.659.445.003.812.031.802.645-.014.924.012.924-1.135.942zm4.102-.88c-.002.669-.017.643-.765.687-.598.035-.683-.249-.662-.743.03-.699.021-.712.743-.708.675.003.686.016.684.764zM1.167 6.869c.088.465-.149.58-.569.591-.484.013-.597-.203-.598-.647 0-.449.166-.573.597-.582.49-.009.65.185.569.638zm11.812.518c-.389.064-.544-.09-.542-.491.002-.378.114-.538.515-.54.405-.001.582.127.576.548-.005.397-.169.551-.55.483zm-7.99-.823c.082.424-.155.484-.512.493-.405.011-.501-.163-.505-.533-.005-.406.174-.498.54-.503.407-.005.538.167.477.543zm4.544-1.566c-.34.054-.516-.053-.512-.44.004-.355.076-.555.49-.551.385.004.524.152.524.53 0 .366-.14.518-.502.461zM11.064.693c.038.335-.086.497-.438.488-.275-.007-.477-.028-.464-.386.011-.29.027-.524.408-.523.301.002.534.05.495.42zM5.688 6.685l-.152.014c-.152-.146-.182-.347-.24-.535-.031-.097-.006-.149.105-.131l.287.652zm-.286-.652l-.105.131c-.14-.166-.183-.371-.226-.575l.188.068.143.376zm13.644 9.846c-.326-.297-.192-.659-.228-.967 0-1.195-.298-1.59-1.238-1.655a2.868 2.868 0 0 0-1.005.089c-.203.059-.402.117-.479.343-.042.126.029.233.125.287.222.125.436.077.62-.093.177-.163.374-.259.614-.173.193.069.326.219.311.424-.018.24-.231.121-.357.136-.393.049-.784.101-1.123.329-.584.393-.554 1.199.063 1.521.41.214.827.206 1.241-.015.093-.05.154-.237.318-.072.28.282.64.1.963.127.175.015.329-.142.174-.282zm-1.208-.86c-.067.334-.134.689-.569.719-.296.02-.389-.209-.366-.454.038-.409.329-.561.698-.602.274-.031.236.163.237.337zM4.781 13.802c-.092-.038-.182-.079-.322-.139.133-.086.233-.126.298-.198.171-.188.394-.366.477-.591.208-.562-.167-1.089-.832-1.204-.285-.049-.58-.044-.871-.047a69.413 69.413 0 0 0-1.936.005c-.109.002-.216.082-.325.127.053.09.113.176.159.269.056.116.141.238.142.358.011 1.02.01 2.04 0 3.061-.001.113-.073.228-.126.335-.05.102-.117.194-.176.291.12.045.24.126.361.128.801.011 1.603.014 2.405 0 .226-.004.458-.046.674-.113.545-.169.877-.598.897-1.115.02-.521-.278-.942-.824-1.167zm-2.062-1.475c.006-.1.149-.271.234-.274.294-.011.608-.016.881.076.364.123.418.639.122.976-.314.357-.738.512-1.247.608 0-.499-.015-.944.011-1.386zm1.386 3.189a.762.762 0 0 1-.104.071c-.25.142-.669.275-.956.223-.296-.053-.341-.366-.343-.613v-.28c0-.717 0-.717.701-.892.381-.095.738.091.927.484a.835.835 0 0 1-.224 1.007z"/></svg>
<svg class="tc-image-birthday-cake tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M1792 1408v384H0v-384q45 0 85-14t59-27.5 47-37.5q30-27 51.5-38t56.5-11 55.5 11 52.5 38q29 25 47 38t58 27 86 14q45 0 85-14.5t58-27 48-37.5q21-19 32.5-27t31-15 43.5-7q35 0 56.5 11t51.5 38q28 24 47 37.5t59 27.5 85 14 85-14 59-27.5 47-37.5q30-27 51.5-38t56.5-11q34 0 55.5 11t51.5 38q28 24 47 37.5t59 27.5 85 14zm0-320v192q-35 0-55.5-11t-52.5-38q-29-25-47-38t-58-27-85-14q-46 0-86 14t-58 27-47 38q-22 19-33 27t-31 15-44 7q-35 0-56.5-11t-51.5-38q-29-25-47-38t-58-27-86-14q-45 0-85 14.5t-58 27-48 37.5q-21 19-32.5 27t-31 15-43.5 7q-35 0-56.5-11t-51.5-38q-28-24-47-37.5t-59-27.5-85-14q-46 0-86 14t-58 27-47 38q-30 27-51.5 38T0 1280v-192q0-80 56-136t136-56h64V448h256v448h256V448h256v448h256V448h256v448h64q80 0 136 56t56 136zM512 224q0 77-36 118.5T384 384q-53 0-90.5-37.5T256 256q0-29 9.5-51t23.5-34 31-28 31-31.5T374.5 67 384 0q38 0 83 74t45 150zm512 0q0 77-36 118.5T896 384q-53 0-90.5-37.5T768 256q0-29 9.5-51t23.5-34 31-28 31-31.5T886.5 67 896 0q38 0 83 74t45 150zm512 0q0 77-36 118.5t-92 41.5q-53 0-90.5-37.5T1280 256q0-29 9.5-51t23.5-34 31-28 31-31.5 23.5-44.5 9.5-67q38 0 83 74t45 150z"/></svg>
<svg class="tc-image-bishop tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1300"><path d="M600 0q47 0 92.5 53.5t71 123T789 300q0 78-55.5 133.5T600 489t-133.5-55.5T411 300q0-62 34-143l144 143 111-111L537 26q34-26 63-26zm2 502h46q34 0 55.5 28.5T725 617q0 76 39 183H440q39-107 39-183 0-58 21.5-86.5T557 502h45zM250 900h700q21 0 35.5 14.5T1000 950t-14.5 35.5T950 1000h-13l138 100H125l137-100h-12q-21 0-35.5-14.5T200 950t14.5-35.5T250 900zM50 1200h1100q21 0 35.5 14.5t14.5 35.5v50H0v-50q0-21 14.5-35.5T50 1200z"/></svg>
<svg class="tc-image-bitbucket tc-image-button" width="22pt" height="22pt" viewBox="0 0 443.3919982910156 511.96795654296875"><path d="M.001 73.728c0-20.48 21.664-37.888 65.023-52.224C108.384 7.168 160.593 0 221.696 0c61.44 0 113.744 7.168 156.944 21.504s64.752 31.744 64.752 52.224c0 4.096-12.303 79.184-36.864 225.28-3.071 15.696-22.015 30.895-56.848 45.567-34.816 14.673-77.471 22.017-128 22.017-50.511 0-93.168-7.344-128-22.017-34.816-14.672-53.584-29.855-56.32-45.567C12.465 157.696 0 82.608 0 73.728zM54.784 371.2v-2.048c0-5.808 2.56-8.704 7.68-8.704 2.049 0 4.097.864 6.144 2.56 16.033 12.624 36.865 22.512 62.464 29.696 25.601 7.152 47.105 11.088 64.513 11.76l26.111 1.552c2.752 0 6.4-.096 11.008-.272 4.609-.176 13.585-1.008 26.897-2.56 13.311-1.536 26.015-3.664 38.128-6.384 12.127-2.736 25.536-7.008 40.208-12.816 14.671-5.792 27.135-12.8 37.376-20.992l5.648-2.56c5.456 0 8.191 2.896 8.191 8.704 0 .688-.175 1.376-.511 2.048-7.52 41.296-12.64 68.784-15.36 82.432-3.745 16.72-20.144 30.64-49.152 41.728-28.992 11.088-63.137 16.624-102.4 16.624-39.248 0-73.376-5.536-102.384-16.624s-45.232-25.008-48.64-41.728c-6.528-32.4-11.824-59.888-15.92-82.416zM79.873 66.048c0 8.191 13.903 15.28 41.727 21.248 27.824 5.983 61.184 8.96 100.08 8.96 39.264 0 72.8-2.897 100.624-8.704 27.808-5.809 41.712-12.8 41.712-20.992 0-8.529-13.904-15.777-41.712-21.76-27.824-5.985-61.36-8.96-100.624-8.96-39.248 0-72.688 2.912-100.336 8.704-27.648 5.808-41.472 12.96-41.472 21.504zm71.168 180.736c0 19.456 6.91 36.08 20.735 49.936 13.824 13.808 30.464 20.72 49.92 20.72 19.473 0 36.097-6.912 49.936-20.72 13.808-13.84 20.72-30.463 20.72-49.936 0-19.472-6.912-36.096-20.72-49.92-13.84-13.823-30.463-20.735-49.936-20.735-19.456 0-36.08 6.912-49.92 20.735-13.824 13.824-20.735 30.464-20.735 49.92zm35.328 0c0-9.552 3.408-17.84 10.24-24.832 6.816-6.991 15.184-10.495 25.072-10.495 9.904 0 18.272 3.504 25.088 10.495 6.832 6.992 10.256 15.28 10.256 24.832 0 9.553-3.424 17.824-10.256 24.832-6.8 6.992-15.184 10.496-25.088 10.496-9.888 0-18.24-3.504-25.072-10.496-6.832-6.991-10.24-15.28-10.24-24.832z"/></svg>
<svg class="tc-image-bitbucket-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M848 742q0-43-41-66t-77-1q-43 20-42.5 72.5T731 818q39 23 81-4t36-72zm80-16q8 66-36 121t-110 61-119-40-56-113q-2-49 25.5-93t72.5-64q70-31 141.5 10T928 726zm172-391q-20 21-53.5 34t-53 16-63.5 8q-155 20-324 0-44-6-63-9.5t-52.5-16T436 335q13-19 36-31t40-15.5 47-8.5q198-35 408-1 33 5 51 8.5t43 16 39 31.5zm42 746q0-7 5.5-26.5t3-32-17.5-16.5q-161 106-365 106t-366-106l-12 6-5 12q26 154 41 210 47 81 204 108 249 46 428-53 34-19 49-51.5t22.5-85.5 12.5-71zm130-693q9-53-8-75-43-55-155-88-216-63-487-36-132 12-226 46-38 15-59.5 25t-47 34-29.5 54q8 68 19 138t29 171 24 137q1 5 5 31t7 36 12 27 22 28q105 80 284 100 259 28 440-63 24-13 39.5-23t31-29 19.5-40q48-267 80-473zm264-100v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-bitcoin tc-image-button" width="22pt" height="22pt" viewBox="0 0 519.1669921875 519.1669921875"><path d="M11.263 197.631c11.265-45.056 32.683-83.883 64.256-116.48 31.574-32.597 69.206-55.21 112.896-67.84C232.106.682 276.479 0 321.535 11.263c45.056 11.265 83.883 32.683 116.48 64.256 32.597 31.574 55.21 69.206 67.84 112.896 12.629 43.691 13.312 88.064 2.048 133.12-11.264 45.056-32.683 83.883-64.256 116.48-31.574 32.597-69.206 55.21-112.896 67.839-43.69 12.63-88.064 13.313-133.12 2.049-45.056-11.264-83.882-32.683-116.479-64.257-32.598-31.573-55.211-69.205-67.84-112.896C.682 287.06 0 242.686 11.263 197.63zM128 336.383l36.864 9.216c2.39.342 5.802 1.195 10.24 2.56 4.437 1.366 7.68 2.219 9.728 2.56l-11.777 46.592 28.16 7.168 11.265-46.08c2.048.683 5.632 1.621 10.752 2.816 5.12 1.195 9.045 2.133 11.776 2.816l-11.264 46.08 28.16 6.656 11.264-46.592c16.384 2.73 30.976 4.01 43.776 3.84 12.8-.17 24.064-3.67 33.792-10.496 9.728-6.826 16.981-17.237 21.76-31.232 10.922-30.72 2.218-53.419-26.112-68.096 20.48-4.437 32.426-18.09 35.84-40.96 4.437-29.355-14.336-50.858-56.32-64.512l11.776-46.592-28.16-6.656-11.264 45.056c-2.73-.682-6.656-1.621-11.776-2.816-5.12-1.195-8.704-2.133-10.753-2.816l11.265-45.056-28.16-7.168-11.264 46.08c-5.12-.683-11.094-2.048-17.92-4.096l-38.912-9.728-7.168 30.208 19.968 4.608c9.557 2.39 13.994 7.85 13.311 16.384l-13.311 52.736c.682 0 1.706.342 3.072 1.024-.342-.341-.854-.512-1.536-.512-.683 0-1.195-.17-1.536-.512l-18.433 73.728c-1.706 6.144-5.973 8.363-12.8 6.656l-20.479-5.12zm93.696-11.776l15.36-61.951c.34 0 3.669.682 9.983 2.048s11.094 2.56 14.336 3.584c3.243 1.024 8.022 2.56 14.336 4.607 6.315 2.048 11.179 4.267 14.592 6.656s6.997 5.206 10.752 8.449 6.23 6.997 7.425 11.263c1.195 4.267 1.109 8.96-.257 14.08-1.024 3.755-2.56 6.998-4.607 9.729-2.049 2.73-4.609 4.778-7.681 6.143-3.072 1.366-6.229 2.56-9.472 3.584s-7.168 1.451-11.776 1.28c-4.608-.17-8.618-.426-12.031-.768-3.414-.341-7.51-1.024-12.288-2.048s-8.448-1.792-11.008-2.303c-2.56-.513-5.889-1.28-9.985-2.304-4.095-1.024-6.655-1.707-7.68-2.049zm22.528-90.112l13.824-56.32c1.024.34 3.157.853 6.4 1.536 3.242.683 6.058 1.28 8.448 1.792 2.39.512 5.462 1.365 9.216 2.56s6.997 2.303 9.728 3.328 5.802 2.474 9.216 4.352c3.413 1.877 5.973 3.754 7.68 5.632 1.707 1.877 3.67 4.18 5.888 6.912 2.219 2.73 3.243 5.547 3.072 8.448-.17 2.901-.426 6.23-.768 9.984-1.024 4.437-2.816 8.106-5.376 11.007-2.56 2.902-5.803 4.865-9.728 5.89a98.46 98.46 0 0 1-11.52 2.303c-3.755.512-8.277.341-13.568-.512a895.365 895.365 0 0 1-12.288-2.049c-2.901-.511-6.827-1.45-11.776-2.815s-7.765-2.048-8.448-2.048z"/></svg>
<svg class="tc-image-bitcoin-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 82.76900482177734 82.7760009765625"><path d="M41.19 29.464l-2.049 8.215c2.323.579 9.483 2.941 10.643-1.708 1.209-4.847-6.271-5.928-8.594-6.507zm-3.082 12.361l-2.26 9.058c2.789.693 11.392 3.455 12.664-1.655 1.329-5.328-7.615-6.707-10.404-7.403z"/><path d="M50.452 5.009C30.366 0 10.018 12.228 5.011 32.32 0 52.409 12.227 72.758 32.311 77.767c20.092 5.009 40.44-7.217 45.449-27.307 5.009-20.091-7.217-40.443-27.308-45.451zm7.462 31.037c-.541 3.653-2.565 5.422-5.254 6.041 3.691 1.921 5.57 4.869 3.78 9.979-2.22 6.345-7.497 6.881-14.512 5.553l-1.703 6.824-4.115-1.025 1.68-6.733a156.615 156.615 0 0 1-3.279-.85l-1.686 6.764-4.11-1.026 1.703-6.836c-.961-.246-1.937-.508-2.933-.757l-5.354-1.336 2.042-4.709s3.032.807 2.991.747c1.165.289 1.681-.471 1.885-.978l2.691-10.787c.151.037.298.073.434.108a3.497 3.497 0 0 0-.427-.137l1.919-7.701c.05-.874-.251-1.976-1.917-2.392.065-.044-2.988-.743-2.988-.743l1.095-4.395 5.675 1.417-.005.021c.853.212 1.732.413 2.628.617l1.686-6.757 4.112 1.025-1.652 6.625c1.104.252 2.215.506 3.297.775l1.641-6.581 4.114 1.025-1.685 6.76c5.194 1.789 8.993 4.471 8.247 9.462z"/></svg>
<svg class="tc-image-bitcoin-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1017.9398803710938 231.59906005859375"><path d="M106.619 117.022l-6.323 25.344c7.803 1.937 31.876 9.668 35.435-4.63 3.716-14.912-21.308-18.765-29.112-20.714zm8.624-34.585l-5.73 22.981c6.498 1.621 26.53 8.231 29.777-4.779 3.38-13.56-17.553-16.581-24.047-18.202zm25.911-68.425C84.954 0 28.024 34.206 14.016 90.428 0 146.637 34.202 203.572 90.398 217.587c56.218 14.012 113.148-20.19 127.16-76.403 14.016-56.218-20.194-113.156-76.403-127.173zm20.877 86.84c-1.51 10.223-7.177 15.168-14.695 16.9 10.326 5.38 15.586 13.619 10.577 27.921-6.213 17.758-20.975 19.26-40.606 15.543l-4.766 19.094-11.51-2.875 4.701-18.829a417.766 417.766 0 0 1-9.177-2.389l-4.715 18.931-11.499-2.872 4.766-19.127c-2.688-.683-5.423-1.421-8.205-2.116L61.918 147.3l5.718-13.18s8.482 2.257 8.362 2.091c3.264.807 4.71-1.322 5.278-2.735l7.531-30.186c.422.102.832.205 1.221.303a10.037 10.037 0 0 0-1.199-.388l5.367-21.547c.145-2.445-.704-5.529-5.363-6.694.18-.12-8.362-2.078-8.362-2.078l3.067-12.292 15.877 3.963-.017.06a367.02 367.02 0 0 0 7.352 1.723l4.72-18.905 11.506 2.867-4.62 18.535c3.088.709 6.2 1.416 9.22 2.171l4.591-18.415 11.512 2.867-4.714 18.91c14.528 5.017 25.16 12.523 23.07 26.483zm156.31-26.479c8.506 0 15.858 1.523 22.037 4.514 6.204 3.021 11.328 7.1 15.437 12.22 4.053 5.145 7.07 11.161 9.02 18.061 1.932 6.912 2.905 14.349 2.905 22.306 0 12.224-2.24 23.769-6.762 34.658-4.522 10.906-10.654 20.356-18.457 28.421-7.8 8.06-17.007 14.413-27.627 19.111-10.599 4.693-22.127 7.036-34.5 7.036-1.6 0-4.41-.047-8.389-.123-3.976-.086-8.542-.49-13.654-1.186-5.15-.717-10.59-1.775-16.34-3.2a81.292 81.292 0 0 1-16.338-5.846l45.943-193.049 41.147-6.375-16.448 68.501a64.143 64.143 0 0 1 10.611-3.712c3.546-.883 7.347-1.336 11.413-1.336zm-34.518 113.681c6.195 0 12.036-1.519 17.52-4.519 5.503-2.995 10.247-7.04 14.224-12.079 3.976-5.069 7.125-10.765 9.421-17.144 2.3-6.37 3.461-13.017 3.461-19.934 0-8.495-1.42-15.117-4.25-19.909-2.833-4.77-8.064-7.173-15.67-7.173-2.489 0-5.7.478-9.682 1.327-3.998.896-7.565 2.774-10.769 5.589l-17.514 72.755c1.058.188 1.993.363 2.786.529.781.179 1.642.312 2.5.401a29.8 29.8 0 0 0 3.204.154h4.77zm126.601 28.936h-39.305l33.19-139.673h39.577L410.422 216.99zm19.122-156.697c-5.487 0-10.462-1.63-14.873-4.903-4.45-3.255-6.656-8.26-6.656-15.01 0-3.712.755-7.189 2.248-10.474 1.52-3.281 3.503-6.106 5.986-8.507 2.483-2.381 5.36-4.279 8.623-5.713 3.286-1.413 6.784-2.117 10.505-2.117 5.483 0 10.432 1.63 14.861 4.902 4.416 3.29 6.635 8.295 6.635 15.01 0 3.721-.75 7.219-2.257 10.496-1.502 3.277-3.48 6.097-5.969 8.499-2.462 2.385-5.363 4.28-8.623 5.701-3.286 1.442-6.767 2.116-10.479 2.116zm48.773-17.77l41.161-6.383-10.108 41.173h44.088l-7.957 32.388H501.68l-11.669 48.857c-1.075 4.075-1.69 7.88-1.86 11.409-.193 3.554.255 6.601 1.317 9.169 1.054 2.577 2.952 4.553 5.71 5.957 2.742 1.43 6.663 2.142 11.814 2.142 4.241 0 8.371-.397 12.361-1.199a87.765 87.765 0 0 0 12.062-3.311l2.936 30.285c-5.312 1.95-11.063 3.627-17.267 5.034-6.204 1.43-13.55 2.116-22.04 2.116-12.212 0-21.676-1.813-28.422-5.423-6.737-3.639-11.498-8.601-14.344-14.895-2.812-6.267-4.066-13.491-3.716-21.623.363-8.158 1.596-16.734 3.716-25.762l26.043-109.935zm73.409 118.707c0-12.032 1.946-23.377 5.837-34.001 3.891-10.632 9.49-19.925 16.751-27.904 7.236-7.936 16.056-14.225 26.428-18.841 10.33-4.591 21.893-6.908 34.641-6.908 7.98 0 15.1.755 21.371 2.27 6.293 1.523 11.994 3.494 17.14 5.969l-13.556 30.818c-3.542-1.434-7.21-2.701-11.013-3.849-3.806-1.173-8.452-1.737-13.943-1.737-13.115 0-23.492 4.523-31.202 13.534-7.693 9.019-11.567 21.163-11.567 36.394 0 9.024 1.95 16.325 5.858 21.909 3.891 5.585 11.072 8.358 21.504 8.358 5.145 0 10.12-.542 14.865-1.583 4.8-1.067 9.03-2.398 12.758-3.985l2.936 31.599c-4.97 1.925-10.449 3.665-16.465 5.197-6.024 1.467-13.197 2.227-21.513 2.227-10.986 0-20.275-1.604-27.883-4.774-7.603-3.204-13.893-7.471-18.846-12.881-4.975-5.414-8.55-11.738-10.756-19-2.218-7.236-3.345-14.861-3.345-22.814zm174.592 59.472c-9.378 0-17.523-1.433-24.435-4.258-6.89-2.833-12.604-6.801-17.118-11.951-4.53-5.12-7.91-11.187-10.223-18.185-2.317-6.993-3.434-14.733-3.434-23.211 0-10.641 1.702-21.278 5.163-31.894 3.434-10.628 8.53-20.177 15.28-28.667 6.697-8.504 14.954-15.454 24.677-20.872 9.72-5.385 20.894-8.094 33.447-8.094 9.207 0 17.318 1.434 24.32 4.263 6.976 2.824 12.723 6.826 17.26 11.951 4.496 5.15 7.905 11.196 10.205 18.193 2.308 6.976 3.456 14.737 3.456 23.227 0 10.607-1.686 21.243-5.043 31.885-3.332 10.59-8.303 20.164-14.86 28.672-6.546 8.49-14.734 15.437-24.564 20.839-9.817 5.389-21.197 8.103-34.129 8.103zm19.652-113.655c-5.824 0-10.986 1.694-15.39 5.035-4.424 3.379-8.14 7.633-11.136 12.757-3.029 5.15-5.282 10.76-6.797 16.862-1.506 6.118-2.24 11.896-2.24 17.387 0 8.862 1.43 15.769 4.237 20.731 2.85 4.945 7.966 7.424 15.407 7.424 5.846 0 10.974-1.681 15.407-5.056 4.4-3.353 8.124-7.608 11.144-12.74 3.008-5.115 5.265-10.752 6.784-16.862 1.485-6.097 2.25-11.913 2.25-17.395 0-8.832-1.43-15.752-4.259-20.714-2.84-4.945-7.979-7.428-15.407-7.428zM847.757 216.99h-39.343l33.191-139.673H881.2L847.758 216.99zm19.102-156.697c-5.49 0-10.457-1.63-14.865-4.903-4.429-3.255-6.652-8.26-6.652-15.01 0-3.712.764-7.189 2.261-10.474 1.502-3.281 3.495-6.106 5.982-8.507 2.471-2.381 5.371-4.279 8.627-5.713 3.27-1.413 6.76-2.117 10.471-2.117 5.5 0 10.457 1.63 14.878 4.902 4.42 3.29 6.664 8.295 6.664 15.01 0 3.721-.802 7.219-2.283 10.496-1.489 3.277-3.48 6.097-5.957 8.499-2.496 2.385-5.359 4.28-8.623 5.701-3.294 1.442-6.779 2.116-10.505 2.116zm42.655 23.385c2.982-.87 6.314-1.92 9.937-3.063 3.64-1.144 7.702-2.202 12.237-3.161 4.493-.986 9.558-1.787 15.13-2.406 5.572-.631 11.917-.943 18.966-.943 20.731 0 35.021 6.037 42.91 18.069 7.885 12.041 9.246 28.514 4.13 49.395l-18.078 75.418h-39.557l17.514-73.834a157.704 157.704 0 0 0 2.534-13.423c.623-4.313.59-8.115-.145-11.409-.696-3.256-2.338-5.913-4.894-7.983-2.59-2.026-6.51-3.047-11.827-3.047-5.12 0-10.334.55-15.663 1.613L916.95 216.979h-39.573L909.513 83.68z"/></svg>
<svg class="tc-image-bitly tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.999000549316406"><path fill-rule="nonzero" d="M8.72 14.2c-.898.016-1.553-.273-1.593-1.057a7.125 7.125 0 0 1 .004-.798c.088-1.146.89-1.97 1.682-2.13.984-.197 1.64.254 1.64 1.542 0 .87-.242 2.417-1.732 2.443zM7.964 0C3.554 0 0 3.538 0 8.165c0 2.4 1.283 4.717 3.088 6.11.347.268.76.243 1 .013.198-.193.182-.66-.19-.987-1.443-1.267-2.44-3.188-2.44-5.106 0-3.446 3.06-6.345 6.506-6.345 4.194 0 6.437 3.406 6.437 6.293 0 1.764-.86 3.895-2.42 5.253.004-.006.325-.637.325-1.867 0-2.095-1.327-3.23-2.866-3.23-1.115 0-1.782.4-2.236.77 0-.852.028-2.444.028-2.444 0-1.052-.368-1.893-1.652-1.91-.742-.012-1.294.33-1.637 1.1-.124.288-.08.602.166.744.202.118.535.03.7-.19.11-.137.172-.167.268-.156.157.017.163.27.17.433.004.125.126 1.937.06 6.593 0 1.285 1.007 2.76 3.42 2.76 1.037 0 1.834-.29 2.993-.948C13.485 14.05 16 11.827 16 8.07 16 3.37 12.196 0 7.964 0"/></svg>
<svg class="tc-image-black_question tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T586.5 76 960 0q195 0 373 76t306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm683-360l63 208q94-60 189-60 102 0 102 46 0 9-3.5 16.5t-12.5 15-14.5 11T986 848t-19 10l-82 43q-44 24-56.5 51t-12.5 75v77h239v-32q0-15 .5-21t5-12.5 13.5-10.5q1 0 21.5-10t36-17.5T1169 979t37-27q40-34 61-75t21-114q0-101-85.5-170T986 524q-175 0-303 76zm98 683q0 65 42 100.5t113 35.5q69 0 111-35.5t42-100.5-42-101-111-36q-71 0-113 36t-42 101z"/></svg>
<svg class="tc-image-black-tie tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M0 0h1536v1536H0V0zm1085 1115L864 484l221-297H451l221 297-221 631 317 304z"/></svg>
<svg class="tc-image-black-white tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 469.3V42.7c117.8 0 213.3 95.5 213.3 213.3 0 117.8-95.5 213.3-213.3 213.3z"/></svg>
<svg class="tc-image-blackberry tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.626001358032227 15.873000144958496"><path d="M19.538 7.385h-3.077l.839-3.897h2.955c1.917 0 2.371.947 2.371 1.696 0 1.06-.683 2.201-3.088 2.201zm1.943 3.351c0 1.06-.682 2.201-3.088 2.201h-3.077l.839-3.9h2.953c1.917 0 2.374.953 2.374 1.699zm-9.106-6.839H9.301L10.14 0h2.95c1.92 0 2.377.947 2.377 1.696 0 1.06-.685 2.201-3.091 2.201zm2.021 3.665c0 1.06-.682 2.201-3.088 2.201H8.234l.837-3.895h2.954c1.917 0 2.371.944 2.371 1.693zm-1.142 6.11c0 1.063-.682 2.201-3.083 2.201H7.09l.839-3.9h2.955c1.916 0 2.37.95 2.37 1.699zM4.142 3.897H1.069L1.903 0h2.955c1.917 0 2.376.947 2.376 1.696 0 1.06-.687 2.201-3.093 2.201zm2.026 3.665c0 1.06-.687 2.201-3.087 2.201H0l.84-3.895h2.953c1.919 0 2.376.944 2.376 1.693z"/></svg>
<svg class="tc-image-blackboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 1101"><path d="M50 0h900q21 0 35.5 14.5T1000 50v500q0 21-14.5 35.5T950 600H50q-21 0-35.5-14.5T0 550V50q0-21 14.5-35.5T50 0zM25 700h950q10 0 17.5 7.5t7.5 17.5v50q0 10-7.5 17.5T975 800H692l224 224q13 13 13 31.5t-13 32-31.5 13.5-31.5-13l-88-88H241l-87 88q-13 13-32 13t-32-13.5-13-32 13-31.5l224-224H25q-10 0-17.5-7.5T0 775v-50q0-10 7.5-17.5T25 700zm416 100L341 900h324L565 800H441z"/></svg>
<svg class="tc-image-blind tc-image-button" width="22pt" height="22pt" viewBox="0 0 66.71701049804688 74.7595443725586"><g transform="translate(-16.641 -12.621)"><circle cx="41.53" cy="19.773" r="7.152"/><path d="M83.162 84.562l.01-.006-20.92-36.234a2.978 2.978 0 0 0 .577-1.756 3 3 0 0 0-1.887-2.783L54.907 40.3l-9.159-9.159a7.135 7.135 0 0 0-5.552-2.647 7.125 7.125 0 0 0-5.152 2.199L24.412 41.324l.012.012a.719.719 0 0 0-.285.564c0 .056.02.104.032.156h-.029v11.975c0 .009-.003.017-.003.025a3.003 3.003 0 0 0 6.005 0l-.002-.024v-10.01l3.649-3.649V59.18h.001l-6.954 12.044-8.891 8.891.033.033a4.16 4.16 0 0 0-1.339 3.052 4.18 4.18 0 0 0 4.181 4.18c1.317 0 2.476-.621 3.243-1.571l9.596-9.596-.037-.037 8.096-14.024 7.104 7.104 9.232 15.99.036-.021c.715 1.278 2.066 2.153 3.635 2.153a4.18 4.18 0 0 0 4.181-4.18c0-.915-.302-1.754-.8-2.443l-9.627-16.674-.012.007-8.679-8.678V40.609l4.451 4.451-.001.002.007.004.025.025.007-.007 6.847 3.954c.054.037.113.064.169.098l.028.016v-.001c.443.258.952.417 1.502.417.189 0 .372-.022.552-.056l20.816 36.054c.013.032.034.057.05.087l.007.012h.001a1.117 1.117 0 0 0 2.107-.511 1.066 1.066 0 0 0-.196-.592z"/></g></svg>
<svg class="tc-image-block tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zM4 20c0-8.84 7.16-16 16-16 3.7 0 7.09 1.27 9.8 3.37L7.37 29.8C5.27 27.09 4 23.7 4 20zm16 16c-3.7 0-7.09-1.27-9.8-3.37L32.63 10.2C34.73 12.91 36 16.3 36 20c0 8.84-7.16 16-16 16z"/></svg>
<svg class="tc-image-blocked tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M874.04 149.96C777.334 53.258 648.76 0 512 0S246.667 53.258 149.96 149.96C53.258 246.666 0 375.24 0 512s53.258 265.334 149.96 362.04C246.667 970.742 375.24 1024 512 1024s265.334-53.258 362.04-149.96C970.742 777.334 1024 648.76 1024 512s-53.258-265.334-149.96-362.04zM896 512c0 82.814-26.354 159.588-71.112 222.38L289.622 199.112C352.414 154.354 429.187 128 512 128c211.738 0 384 172.262 384 384zm-768 0c0-82.814 26.354-159.586 71.112-222.378l535.27 535.268C671.588 869.646 594.814 896 512 896c-211.738 0-384-172.262-384-384z"/></svg>
<svg class="tc-image-blog tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.999000549316406 15.999998092651367"><path d="M6 .001v1.5a8.46 8.46 0 0 1 6.01 2.489A8.472 8.472 0 0 1 14.499 10h1.5c0-5.523-4.477-10-10-10z"/><path d="M6 3.001v1.5c1.469 0 2.85.572 3.889 1.611s1.611 2.42 1.611 3.889H13a7 7 0 0 0-7-7zm1.5 3l-1 1-3.5 1-3 6.5.396.396 3.638-3.638a1 1 0 1 1 .707.707l-3.638 3.638.396.396 6.5-3 1-3.5 1-1-2.5-2.5z"/></svg>
<svg class="tc-image-blogger tc-image-button" width="22pt" height="22pt" viewBox="0 0 509.95098876953125 512.0009765625"><path d="M0 350.721V161.793C0 117.42 15.872 79.361 47.616 47.617S117.419 0 161.792 0h113.151c22.186 2.731 45.823 12.459 70.912 29.184 25.088 16.726 42.922 36.353 53.504 58.881.341.682 1.194 2.303 2.56 4.863s2.218 4.267 2.56 5.12c.341.854.938 2.475 1.792 4.865.853 2.389 1.535 4.522 2.048 6.4.512 1.877 1.109 4.522 1.792 7.936a359.155 359.155 0 0 1 2.048 11.263c.682 4.097 1.365 9.046 2.048 14.849 3.072 23.893 7.509 38.4 13.311 43.52 4.78 4.437 16.897 6.911 36.353 7.423 19.455.513 30.549 1.793 33.28 3.84l7.168 5.633 4.095 8.704 1.537 7.168-1.025 131.07c-.34 44.375-16.213 82.348-47.616 113.92-31.401 31.576-69.289 47.362-113.662 47.362H161.792c-44.373 0-82.432-15.786-114.176-47.36C15.872 433.068 0 395.095 0 350.721zm132.608-2.56c0 8.533 3.072 15.787 9.215 21.76s13.483 8.96 22.016 8.96h182.272c8.533 0 15.787-2.987 21.76-8.96s8.96-13.227 8.96-21.76-2.987-15.786-8.96-21.76-13.227-8.96-21.76-8.96H163.839c-8.533 0-15.872 2.987-22.016 8.96s-9.215 13.227-9.215 21.76zm0-185.344c0 8.533 3.072 15.872 9.215 22.016s13.483 9.215 22.016 9.215h89.6c8.534 0 15.787-3.072 21.76-9.215s8.96-13.483 8.96-22.016c0-8.534-2.986-15.787-8.96-21.76s-13.226-8.96-21.76-8.96h-89.6c-8.533 0-15.872 2.986-22.016 8.96s-9.215 13.226-9.215 21.76z"/></svg>
<svg class="tc-image-blogger2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM14 10.125C14 12.266 12.259 14 10.103 14h-4.2C3.747 14 2 12.266 2 10.125v-4.25C2 3.734 3.747 2 5.903 2h1.966c2.156 0 3.881 1.609 3.881 3.75.028.4.391.75.8.75h.672c.431 0 .775.453.775.881v2.744z"/><path d="M11 10c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1zM9 6c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1z"/></svg>
<svg class="tc-image-bluetooth tc-image-button" width="22pt" height="22pt" viewBox="0 0 275.79998779296875 512"><path d="M275.8 157.5L118.2 0v196.9l-78.8-78.8L0 157.5 98.5 256 0 354.5l39.4 39.4 78.8-78.8V512l157.5-157.5-98.4-98.5 98.5-98.5zm-118.2-59l59.1 59.1-59.1 59.1V98.5zm59.1 256l-59.1 59.1V295.4l59.1 59.1z"/></svg>
<svg class="tc-image-bluetooth-audio tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M22.48 20.02l4.64 4.64c.56-1.45.88-3.02.88-4.66 0-1.63-.31-3.19-.86-4.63l-4.66 4.65zM33.06 9.43l-2.53 2.53c1.25 2.41 1.97 5.14 1.97 8.05s-.72 5.63-1.97 8.05l2.4 2.4c1.93-3.1 3.07-6.73 3.07-10.63 0-3.82-1.09-7.37-2.94-10.4zm-7.65 1.98L14 0h-2v15.17L2.83 6 0 8.83 11.17 20 0 31.17 2.83 34 12 24.83V40h2l11.41-11.41L16.83 20l8.58-8.59zM16 7.66l3.76 3.76L16 15.17V7.66zm3.76 20.93L16 32.34v-7.52l3.76 3.77z"/></svg>
<svg class="tc-image-bluetooth-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 944 1792"><path d="M556 1423l173-172-173-172v344zm0-710l173-172-173-172v344zm32 183l356 356-539 540v-711l-297 296L0 1269l372-373L0 523l108-108 297 296V0l539 540z"/></svg>
<svg class="tc-image-bluetooth-connected tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M8 20l-4-4-4 4 4 4 4-4zm21.41-8.59L18 0h-2v15.17L6.83 6 4 8.83 15.17 20 4 31.17 6.83 34 16 24.83V40h2l11.41-11.41L20.83 20l8.58-8.59zM20 7.66l3.76 3.76L20 15.17V7.66zm3.76 20.93L20 32.34v-7.52l3.76 3.77zM32 16l-4 4 4 4 4-4-4-4z"/></svg>
<svg class="tc-image-bluetooth-disabled tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M18 7.66l3.76 3.76-3.2 3.2 2.83 2.83 6.03-6.03L16 0h-2v10.06l4 4v-6.4zM2.83 4L0 6.83 13.17 20 2 31.17 4.83 34 14 24.83V40h2l8.59-8.59L29.18 36 32 33.17 2.83 4zM18 32.34v-7.51l3.76 3.76L18 32.34z"/></svg>
<svg class="tc-image-bluetooth-searching tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M22.48 20.02l4.64 4.64c.56-1.45.88-3.02.88-4.66 0-1.63-.31-3.19-.86-4.63l-4.66 4.65zM33.06 9.43l-2.53 2.53c1.25 2.41 1.97 5.14 1.97 8.05s-.72 5.63-1.97 8.05l2.4 2.4c1.93-3.1 3.07-6.73 3.07-10.63 0-3.82-1.09-7.37-2.94-10.4zm-7.65 1.98L14 0h-2v15.17L2.83 6 0 8.83 11.17 20 0 31.17 2.83 34 12 24.83V40h2l11.41-11.41L16.83 20l8.58-8.59zM16 7.66l3.76 3.76L16 15.17V7.66zm3.76 20.93L16 32.34v-7.52l3.76 3.77z"/></svg>
<svg class="tc-image-blur tc-image-button" width="22pt" height="22pt" viewBox="0 0 379.3999938964844 512.199951171875"><path d="M322.5 213.4C274.6 134.8 227.6 106.7 189.7 0c-38.1 106.7-84.9 134.8-132.8 213.4-43.3 71-56.9 170.7 0 234.7 37.9 42.7 76 64.1 132.8 63.9 57.1.2 94.9-21.2 132.8-63.9 56.9-64 43.3-163.7 0-234.7z"/></svg>
<svg class="tc-image-blur-circular tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M16 14c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6-7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6 14c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-6-6c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6-12c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-3c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm6 12c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm4-7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>
<svg class="tc-image-blur-linear tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M4 29c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm8-9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM0 36h36v-4H0v4zm4-23c1.66 0 3-1.34 3-3S5.66 7 4 7s-3 1.34-3 3 1.34 3 3 3zm0 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm8 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm16-1c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM0 0v4h36V0H0zm28 11c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 8c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-8-7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/></svg>
<svg class="tc-image-blur-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M23 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-.4 8.96c.13.02.26.04.4.04 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .14.02.27.04.41a2.991 2.991 0 0 0 2.56 2.55zM23 2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-8 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm22 14c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM15 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm16 16c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-8 27c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM0 5.55l7.57 7.57C7.38 13.06 7.2 13 7 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.2-.06-.38-.11-.57l5.62 5.62A2.996 2.996 0 0 0 15 26a2.99 2.99 0 0 0 2.95-2.5l5.62 5.62c-.18-.06-.37-.12-.57-.12-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.2-.06-.38-.11-.57L32.45 38 35 35.45 2.55 3 0 5.55zM15 29c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm22-7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM7 21c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6-7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm14 22c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-8-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6-7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/></svg>
<svg class="tc-image-blur-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M7 21c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm30 11c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM23 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0-7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM1 22c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm14 14c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-34c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 11c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm16 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-14 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-8-24c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 17c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8-9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>
<svg class="tc-image-boat-ramp tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 37.00000762939453"><path d="M7.5 1.092l9.565 2.639L22.374 0l1.847.455-5.259 3.742 28.985 8.053-2.121 7.882-29.093-8.031C5.462 8.702 7.517 1.092 7.517 1.092m25.44 20.166a6.481 6.481 0 0 0-.375-1.877l13.281 3.697-.426 1.639-12.48-3.459zm-12.066-3.332a7.061 7.061 0 0 1 1.264-1.398L0 10.408v1.763l20.891 5.755zm5.486 5.836a2.161 2.161 0 0 0 0-4.322 2.161 2.161 0 1 0 0 4.322zM48 37a7.045 7.045 0 0 1-2.943-.648 7.395 7.395 0 0 0-3.047-.672c-1.08 0-2.121.252-3.035.672A7.142 7.142 0 0 1 36.02 37a7.135 7.135 0 0 1-2.955-.648 7.318 7.318 0 0 0-3.035-.672 7.372 7.372 0 0 0-3.045.672 7.102 7.102 0 0 1-2.951.648 7.114 7.114 0 0 1-2.949-.648 7.401 7.401 0 0 0-3.046-.672c-1.08 0-2.12.252-3.035.672a7.14 7.14 0 0 1-2.956.648 7.163 7.163 0 0 1-2.955-.648 7.316 7.316 0 0 0-3.036-.672 7.355 7.355 0 0 0-3.04.672A7.128 7.128 0 0 1 .068 37L0 19.395l24.227 6.686c-1.67-.807-2.83-2.5-2.83-4.479a4.978 4.978 0 1 1 9.956 0 4.98 4.98 0 0 1-4.977 4.98l-.49-.047 22.078 6.088L48 37z"/></svg>
<svg class="tc-image-boat-tour tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 32.196998596191406"><path d="M47 32.197c-1 0-1.854-.226-2.734-.615-.916-.411-1.852-.652-2.923-.652a7.065 7.065 0 0 0-2.954.652 7.192 7.192 0 0 1-2.897.615 7.262 7.262 0 0 1-2.908-.615 7.26 7.26 0 0 0-2.991-.652c-1.07 0-2.091.241-3.007.652-.88.39-1.877.615-2.91.615a7.245 7.245 0 0 1-2.912-.615 7.333 7.333 0 0 0-3.002-.652 7.27 7.27 0 0 0-3.002.652 7.268 7.268 0 0 1-2.913.615 7.316 7.316 0 0 1-2.923-.615 7.27 7.27 0 0 0-2.997-.652 7.34 7.34 0 0 0-3.008.652A7.422 7.422 0 0 1 0 32.197v-4.27c1 0 2.031-.23 2.918-.621a7.346 7.346 0 0 1 3.005-.652c1.066 0 2.095.242 2.999.652a7.295 7.295 0 0 0 2.924.621c1.034 0 2.026-.23 2.913-.621a7.29 7.29 0 0 1 3.003-.652 7.35 7.35 0 0 1 3.002.652c.881.391 1.88.621 2.913.621s2.032-.23 2.912-.621a7.368 7.368 0 0 1 3.009-.652c1.066 0 2.088.242 2.997.652a7.289 7.289 0 0 0 2.919.621c1.038 0 2.026-.23 2.918-.621a7.28 7.28 0 0 1 2.997-.652c1.071 0 1.921.242 2.837.652.88.391 1.734.621 2.734.621v4.27zm-46.972-18l-.017 9.91c1.033 0 2.026-.311 2.913-.701.91-.412 1.937-.697 3.002-.697 1.066 0 2.093.219 2.997.631a7.279 7.279 0 0 0 5.836-.015 7.26 7.26 0 0 1 3.002-.656c1.066 0 2.087.239 3.002.651a7.212 7.212 0 0 0 5.825-.001 7.336 7.336 0 0 1 3.009-.653c1.066 0 2.088.241 2.997.653a7.284 7.284 0 0 0 2.919.614c.292 0 .572-.061.858-.093.521-.109 1.049-.159 1.555-.356l.034-.017c3.76-1.492 7.003-5.011 9.028-7.766L48 14.197H.028zm26.776-11h7.044c.079 0 1.902-.281 2.514 1.053l2.647 5.947h-9.023l-3.182-7zM8 9.579c0 .466-.384.618-.855.618H3.272C2.8 10.197 2 10.045 2 9.579V3.85c0-.46.8-.653 1.272-.653h3.872c.472 0 .856.193.856.653v5.729zm16 0c0 .466-.418.618-.895.618h-3.867c-.477 0-1.238-.152-1.238-.618V3.85c0-.46.761-.653 1.238-.653h3.867c.477 0 .895.193.895.653v5.729zm-8 0c0 .466-.416.618-.892.618h-3.844c-.478 0-1.264-.152-1.264-.618V3.85c0-.46.786-.653 1.264-.653h3.844c.476 0 .892.193.892.653v5.729zm21.545-7.077C36.394 0 33.279.197 33.279.197H.005l-.005 12h41.715l-4.17-9.695z"/></svg>
<svg class="tc-image-boating tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50.06899642944336 24.998998641967773"><path d="M50.069 24.999c-1 0-2.007-.236-2.876-.637a6.888 6.888 0 0 0-2.944-.674 6.91 6.91 0 0 0-2.958.674c-.88.4-1.854.637-2.875.637a6.876 6.876 0 0 1-2.863-.637 6.91 6.91 0 0 0-2.956-.674c-1.045 0-2.054.25-2.945.674a6.95 6.95 0 0 1-2.877.637 6.842 6.842 0 0 1-2.864-.637 6.902 6.902 0 0 0-2.954-.674c-1.056 0-2.052.25-2.946.674a6.923 6.923 0 0 1-2.874.637 6.815 6.815 0 0 1-2.858-.637c-.904-.424-1.902-.674-2.957-.674s-1.768.25-2.673.674c-.869.401-1.58.637-2.58.637v-4.378c1 0 1.711-.236 2.58-.637.904-.413 1.76-.663 2.815-.663s1.981.25 2.886.663c.87.4 1.802.637 2.823.637s1.976-.236 2.857-.637a6.971 6.971 0 0 1 2.937-.663c1.052 0 2.056.25 2.949.663.869.4 1.841.637 2.861.637 1.02 0 1.993-.236 2.875-.637a7.034 7.034 0 0 1 2.944-.663c1.054 0 2.062.25 2.956.663.868.4 1.855.637 2.863.637a6.927 6.927 0 0 0 2.875-.637 7.067 7.067 0 0 1 2.958-.663c1.043 0 2.052.25 2.944.663.869.4 1.876.637 2.876.637v4.378zM38.357 6.713l8.466.673-.639-4.403-6.215-.447c-1.68-.083-1.438 1.629-1.438 1.629l-.174 2.548zM22.658 5.71c1.555 0 2.807-1.274 2.807-2.855C25.465 1.273 24.214 0 22.658 0c-1.553 0-2.802 1.274-2.802 2.855s1.249 2.855 2.802 2.855zM5.334 16.715a7.126 7.126 0 0 0 1.032-.401c.905-.424 1.902-.673 2.957-.673s2.053.249 2.957.673c.87.401 1.837.637 2.858.637a6.915 6.915 0 0 0 2.875-.637 6.856 6.856 0 0 1 2.946-.673c1.052 0 2.061.249 2.954.673a6.842 6.842 0 0 0 2.864.637c1.02 0 1.994-.235 2.876-.637a6.881 6.881 0 0 1 2.945-.673c1.054 0 2.062.249 2.956.673a6.876 6.876 0 0 0 2.863.637 6.912 6.912 0 0 0 2.875-.637 6.909 6.909 0 0 1 2.958-.673c1.043 0 2.052.249 2.944.673a6.843 6.843 0 0 0 2.865.637l-.952-7.807-35.188-2.998L19.23.694 16.899.482l-5.304 5.464L.07 4.978c-.07 4 4.312 10.651 5.264 11.737z"/></svg>
<svg class="tc-image-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v1c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1v1h5.5A2.5 2.5 0 0 0 8 5.5c0-1-.59-1.85-1.44-2.25A2 2 0 0 0 5 0H0zm3 1h1c.55 0 1 .45 1 1s-.45 1-1 1H3V1zm0 3h1.5C5.33 4 6 4.67 6 5.5S5.33 7 4.5 7H3V4z"/></svg>
<svg class="tc-image-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 5 8"><path d="M3 0L0 5h2v3l3-5H3V0z"/></svg>
<svg class="tc-image-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M571 589q-10-25-34-35t-49 0q-108 44-191 127T170 872q-10 25 0 49t35 34q13 5 24 5 42 0 60-40 34-84 98.5-148.5T536 673q25-11 35-35t0-49zm942-356l46 46-244 243 68 68q19 19 19 45.5t-19 45.5l-64 64q89 161 89 343 0 143-55.5 273.5t-150 225-225 150T704 1792t-273.5-55.5-225-150-150-225T0 1088t55.5-273.5 150-225 225-150T704 384q182 0 343 89l64-64q19-19 45.5-19t45.5 19l68 68zm8-56q-10 10-22 10-13 0-23-10l-91-90q-9-10-9-23t9-23q10-9 23-9t23 9l90 91q10 9 10 22.5t-10 22.5zm230 230q-11 9-23 9t-23-9l-90-91q-10-9-10-22.5t10-22.5q9-10 22.5-10t22.5 10l91 90q9 10 9 23t-9 23zm41-183q0 14-9 23t-23 9h-96q-14 0-23-9t-9-23 9-23 23-9h96q14 0 23 9t9 23zM1600 32v96q0 14-9 23t-23 9-23-9-9-23V32q0-14 9-23t23-9 23 9 9 23zm151 55l-91 90q-10 10-22 10-13 0-23-10-10-9-10-22.5t10-22.5l90-91q10-9 23-9t23 9q9 10 9 23t-9 23z"/></svg>
<svg class="tc-image-bonfire tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.00103759765625 448"><path d="M206.93 318.601C206.219 310.42 199.364 304 191 304c-7.635 0-14.01 5.352-15.605 12.506l-.007-.002-15.612 92.502A32.046 32.046 0 0 0 159 416c0 17.673 14.327 32 32 32s32-14.327 32-32c0-2.899-.393-5.705-1.115-8.377l-14.955-89.022zm34.974 4.445l-.001-.002-.003.002z"/><path d="M328.875 358.261c-1.718-1.407-3.3-2.881-5.138-3.94l-63.629-47.507c-5.775-3.796-11.997-3.689-16.527.85-4.131 4.143-4.686 10.369-1.678 15.381l48.959 65.763c.946 1.494 2.166 2.799 3.366 4.195 7.802 9.071 25.08 9.588 34.646-.007 9.571-9.587 9.431-27.01.001-34.735zm-20.364-55.243h-.002v.002z"/><path d="M371.428 290.475l-59.521-2.284c-3.891-.558-7.4 2.053-8.065 6.011-.604 3.611 1.347 7.138 4.668 8.816l.013-.039c.041.019.062.006.105.025l57.717 17.756c8.289 1.93 17.656-2.343 17.656-11.648-.001-11.784-3.084-17.445-12.573-18.637zM75.222 303.02v-.002h-.002z"/><path d="M75.209 302.979l.013.039c3.321-1.679 5.272-5.205 4.668-8.816-.665-3.958-4.175-6.568-8.065-6.011l-59.521 2.284C2.813 291.667 0 297.328 0 309.111c0 9.306 9.098 13.578 17.387 11.648l57.717-17.756c.042-.019.064-.006.105-.024zm48.694 3.828l-63.597 47.431a24.543 24.543 0 0 0-5.137 3.931c-9.563 9.567-9.566 25.088-.004 34.65 9.561 9.571 25.055 9.578 34.618.007a24.3 24.3 0 0 0 3.352-4.185L142.097 323c3.007-5 2.452-11.213-1.677-15.346-4.527-4.528-11.708-4.892-16.517-.847zM288 96c0-61-72.35-96-96-96C204.017 85.553 90.333 119.667 80 192s48 96 48 96c16.333-59.896 72.386-79.997 109.667-105.667C278.333 154.333 288 128.061 288 96zm0 128c5.03-15.613 4.91-49 0-64-8.999 18.5-26.287 34.3-47.186 48.689-8.584 5.911-19.859 11.443-28.83 16.797-18.714 11.165-34.984 21.848-47.329 36.4C176.001 279.25 192.973 288 208 288c35.999 0 64-14.338 80-64z"/><path d="M88.037 128c11.722-15.952 24.856-25.209 38.19-38.362 13.436-13.254 22.077-22.471 27.464-33.173C143.025 35.134 125.842 29.857 112 32c2.333 30.334-29.97 46.567-32 68.657C78.773 114 82.5 124 88.037 128z"/></svg>
<svg class="tc-image-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h2v38H0V0zm4 38V0h28v38H4zM8 9v3h20V9H8zm4 6v3h12v-3H12z"/></svg>
<svg class="tc-image-book-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 480.0000305175781"><path d="M277.3 53.3V480c64-53.3 170.7-53.3 234.7 0V53.3C448 0 341.3 0 277.3 53.3zM0 53.3V480c64-53.3 170.7-53.3 234.7 0V53.3C170.7 0 64 0 0 53.3z"/></svg>
<svg class="tc-image-book-bookmark tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.12600708007812 75.46199035644531"><path d="M64.126 10.015h-.006a1.641 1.641 0 0 0-1.612-1.589v-.003h-3.36l-.001 60.404.001.01c0 .9-.721 1.627-1.617 1.644v.005l-50.906-.002a1.644 1.644 0 0 1-1.619-1.375v-3.602h47.405v-.003c.011 0 .021.003.031.003.91 0 1.646-.735 1.646-1.646l-.002-.012.002-62.202c0-.91-.736-1.647-1.646-1.646l-.03.003V0h-5.756v34.952a.782.782 0 1 1-1.36.53l-5.667-5.667h-.019a.677.677 0 0 0-.513-.241.677.677 0 0 0-.513.241h-.019l-5.709 5.709h-.009a.78.78 0 0 1-1.318-.571V.001H1.646C.736.001 0 .737 0 1.647c0 .021.006.042.006.063v72.044c-.001.02-.006.039-.006.059s.005.039.006.059v.076h.008a1.64 1.64 0 0 0 1.632 1.511v.001l60.833.002h.029v-.003a1.643 1.643 0 0 0 1.617-1.643l-.001-.01.002-63.791z"/></svg>
<svg class="tc-image-book-contact tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h2v38H0V0zm4 38V0h28v38H4zm22.075-12.569l-2.449-3.407a1.018 1.018 0 0 0-.47-.358.996.996 0 0 0-.566-.046l-.386.173-1.534 1.143-.45.206a1.228 1.228 0 0 1-.666-.04 1.177 1.177 0 0 1-.568-.444l-4.146-5.78-.204-.474a1.265 1.265 0 0 1 .042-.684 1.16 1.16 0 0 1 .42-.564l1.534-1.143a.978.978 0 0 0 .354-.475c.067-.192.08-.387.037-.587l-.173-.39-2.452-3.404a1 1 0 0 0-.465-.361.992.992 0 0 0-.568-.046l-.39.173-.775.579a4.802 4.802 0 0 0-1.174 1.22 5.246 5.246 0 0 0-.681 1.497 6.357 6.357 0 0 0-.227 1.682c-.003.587.06 1.183.19 1.789l.398 1.383.617 1.36.41.882.623 1.084 1.005 1.497 1.165 1.534.986 1.168.94 1.002c.475.532.984.998 1.526 1.398.543.399 1.1.72 1.674.96a6.457 6.457 0 0 0 1.74.467c.587.07 1.16.046 1.721-.073l1.012-.325.95-.554.785-.594a1.04 1.04 0 0 0 .39-1.052l-.175-.396z"/></svg>
<svg class="tc-image-book-hardcover-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 38.79199981689453"><path d="M20.583 10.688C23.75 0 38 5.938 38 5.938v3.138l3.166-.763v24.145s-17.416.792-20.583 6.334C17.416 33.25 0 32.458 0 32.458V8.313l3.166.763V5.938S17.416 0 20.583 10.688zm15.833 17.437V8.362c-4.75-.445-9.5-3.612-15.041 3.974v20.88c2.725-3.41 10.618-3.788 15.041-5.09zM4.75 8.362v19.763c4.423 1.303 12.316 1.68 15.041 5.09V12.337C14.25 4.751 9.5 7.917 4.75 8.363z"/></svg>
<svg class="tc-image-book-hardcover-open-writing tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 33.79100036621094"><path d="M5 23c4.424 1.303 12.483 1.805 15.208 5.215V9C17.483 5.59 9.424 5.087 5 3.784V23zM5 .308v-.28c4.424 1.303 12.483 1.806 15.208 5.216l.792.228.792-.256C24.517 1.806 32.577 1.303 37 0v.28c1.229.37 2 .692 2 .692v3l3-1.146v24.146s-17.833 1.25-21 6.791v.028C17.833 28.25 0 27 0 27V2.854L3 4V1s.771-.322 2-.692zm1.5 20.198v-3.122c3.769.859 8.96 1.435 12 3.366v3.121c-3.04-1.93-8.231-2.506-12-3.365zm0-5.385V12c3.769.858 8.96 1.434 12 3.365v3.121c-3.04-1.93-8.231-2.506-12-3.365zm0-5.487V6.513c3.769.858 8.96 1.434 12 3.365V13c-3.04-1.931-8.231-2.507-12-3.366zM37 22.972V3.756c-4.423 1.303-12.483 1.806-15.208 5.216v19.215c2.725-3.41 10.785-3.912 15.208-5.215zm-1.5-2.494c-3.769.859-8.96 1.434-12 3.365v-3.121c3.04-1.931 8.231-2.507 12-3.366v3.122zm0-5.385c-3.769.859-8.96 1.434-12 3.365v-3.121c3.04-1.931 8.231-2.507 12-3.365v3.121zm0-5.487c-3.769.859-8.96 1.435-12 3.366V9.85c3.04-1.931 8.231-2.507 12-3.365v3.121z"/></svg>
<svg class="tc-image-book-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h2v38H0V0zm4 38V0h28v38H4zM8 5v3h20V5H8zm0 8v3h3v-3H8zm6 0v3h13v-3H14zm-6 8v3h3v-3H8zm6 0v3h12v-3H14zm-6 8v3h3v-3H8zm6 0v3h14v-3H14z"/></svg>
<svg class="tc-image-book-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 29"><path d="M38 0v26H26.5c-2.643 0-4.5 3-4.5 3h-6s-1.857-3-4.5-3H0V0h15.5s1.42.71 2.977 2.345C20.34 0 22.25 0 22.25 0H38zM16 4.652C15.353 3.855 14.534 3 14 3H3v20h9s2-.25 4 2.75V4.652zm6 21.098c2-3 4-2.75 4-2.75h9V3H24c-.534 0-1.353.855-2 1.652V25.75z"/></svg>
<svg class="tc-image-book-open-information tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 31.000003814697266"><path d="M6 19a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm-1 2v2h2v-2H5zm0 3v5h2v-5H5zM39 0v26H27.5c-2.643 0-4.5 3-4.5 3h-6s-1.225-1.98-3.102-2.722L14 25c0-.66-.08-1.3-.23-1.913.764.2 1.997.814 3.23 2.663V4.652C16.353 3.855 15.534 3 15 3H4v14.252a7.973 7.973 0 0 0-3 1.503V0h15.5s1.42.71 2.977 2.345C21.34 0 23.25 0 23.25 0H39zM23 25.75c2-3 4-2.75 4-2.75h9V3H25c-.534 0-1.353.855-2 1.652V25.75z"/></svg>
<svg class="tc-image-book-open-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 29"><path d="M38 0v26H26.5c-2.643 0-4.5 3-4.5 3h-6s-1.857-3-4.5-3H0V0h15.5s1.42.71 2.977 2.345C20.34 0 22.25 0 22.25 0H38zM16 4.652C15.353 3.855 14.534 3 14 3H3v20h9s2-.25 4 2.75V4.652zm6 21.098c2-3 4-2.75 4-2.75h9V3H24c-.534 0-1.353.855-2 1.652V25.75zM33 5v3h-9V5h9zm0 5v3h-9v-3h9zm0 5v6h-9v-6h9zM14 5v6H5V5h9zm0 8v3H5v-3h9zm0 5v3H5v-3h9z"/></svg>
<svg class="tc-image-book-open-text-image tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 31"><path d="M38 0v28H26.5c-2.643 0-4.5 3-4.5 3h-6s-1.857-3-4.5-3H0V0h15.5s1.42.71 2.977 2.345C20.34 0 22.25 0 22.25 0H38zM16 4.652C15.352 3.855 14.534 3 14 3H3v22h9s2-.25 4 2.75V4.652zm6 23.098c2-3 4-2.75 4-2.75h9V3H24c-.534 0-1.353.855-2 1.652V27.75zM10 5h4v3h-4V5zm0 5h4v3h-4v-3zm-6 5h10v3H4v-3zm0 5h10v3H4v-3zM24 5h10v3H24V5zm0 5h4v3h-4v-3zm0 5h4v3h-4v-3zm0 5h10v3H24v-3zM4 5h5v8H4V5zm25 5h5v8h-5v-8z"/></svg>
<svg class="tc-image-book-perspective tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 38"><path d="M0 8l21-8v3.25L3.5 10l3.25 2.25L26 4.75V29.5L6.75 38 0 33V8z"/></svg>
<svg class="tc-image-book-perspective-help tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 38"><path d="M0 8l21-8v3.25L3.5 10l3.25 2.25L26 4.75V29.5L6.75 38 0 33V8zm16.893 19.033c-.992.387-1.796 1.505-1.796 2.497s.804 1.482 1.796 1.095 1.796-1.505 1.796-2.497-.804-1.482-1.796-1.095zm.36-14.51c-3.175 1.238-5.749 4.655-5.749 7.63v.72l3.593-1.402v-1.078c0-1.19.965-2.532 2.155-2.996 1.19-.465 2.156.124 2.156 1.314 0 .52 0 .719-1.437 2.716-.719 1-2.874 3.348-2.874 5.792v1.077l3.592-1.401v-1.437c0-1.19.719-2.436 2.155-3.715C22.282 18.464 23 16.388 23 15.31c0-2.976-2.573-4.026-5.748-2.787z"/></svg>
<svg class="tc-image-book-side tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 31.666000366210938"><path d="M12.667 4.75c-6.122 0-11.084 4.962-11.084 11.083s4.963 11.083 11.084 11.083V4.75z"/><path d="M9.5 14.25h38v3.166h-38V14.25zm4.75-6.334H47.5v3.167H14.25V7.916zm0 12.667H47.5v3.167H14.25v-3.167zm1.583 6.333H47.5v4.75H15.833C7.09 31.666 0 24.578 0 15.833 0 7.089 7.089 0 15.833 0H47.5v4.75H15.833C9.713 4.75 4.75 9.712 4.75 15.833s4.962 11.083 11.083 11.083z"/></svg>
<svg class="tc-image-book-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 32 46"><path d="M32 38V4c0-2.2-1.8-4-4-4H4C1.8 0 0 1.8 0 4v38c0 2.2 1.8 4 4 4h24c1.858 0 4 0 4-2v-1H5c-1.1 0-2-.9-2-2v-3h29zM5 8c0-.55.45-1 1-1h20c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8zm0 8c0-.55.45-1 1-1h20c.55 0 1 .45 1 1v2c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-2z"/></svg>
<svg class="tc-image-bookmark tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.000001907348633 19.292999267578125"><path d="M11 0H3C1.346 0 0 1.346 0 3v14c0 .514.104.946.308 1.285.564.935 1.815 1.008 2.813.008l3.172-3.172a1.031 1.031 0 0 1 1.414 0l3.172 3.172c.491.491 1.002.74 1.52.74.797 0 1.601-.629 1.601-2.033V3c0-1.654-1.346-3-3-3zM3 2h8c.551 0 1 .449 1 1v9.905l-2.451-2.247c-1.406-1.289-3.693-1.288-5.099 0L2 12.905V3c0-.551.449-1 1-1zm6.121 11.707c-.565-.565-1.318-.876-2.121-.876s-1.556.312-2.121.876L2 16.586v-2.324l3.126-2.866c1.033-.947 2.714-.947 3.747 0L12 14.262v2.324l-2.879-2.879z"/></svg>
<svg class="tc-image-bookmark-border tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M24 0H4C1.79 0 .02 1.79.02 4L0 36l14-6 14 6V4c0-2.21-1.79-4-4-4zm0 30l-10-4.35L4 30V4h20v26z"/></svg>
<svg class="tc-image-bookmark-empty tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 731.27001953125 1200"><path d="M0 0v1200l365.635-365.635L731.27 1200V0H0zm75 75h581.27v937.5L365.635 721.865 75 1012.5V75z"/></svg>
<svg class="tc-image-bookmark-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1280 1513"><path d="M1152 128H128v1242l423-406 89-85 89 85 423 406V128zm12-128q23 0 44 9 33 13 52.5 41t19.5 62v1289q0 34-19.5 62t-52.5 41q-19 8-44 8-48 0-83-32l-441-424-441 424q-36 33-83 33-23 0-44-9-33-13-52.5-41T0 1401V112q0-34 19.5-62T72 9q21-9 44-9h1048z"/></svg>
<svg class="tc-image-bookmarks tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1024"><path d="M128 128v896l320-320 320 320V128zM640 0H0v896l64-64V64h576z"/></svg>
<svg class="tc-image-books tc-image-button" width="22pt" height="22pt" viewBox="0 0 1103.9600830078125 772.4959716796875"><path d="M224 0H32C14.4 0 0 14.4 0 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zm-32 192H64v-64h128v64zM544 0H352c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zm-32 192H384v-64h128v64zM765.088 49.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974L808.064 63.66c-7.92-15.718-27.26-22.1-42.976-14.18zM928 736c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z"/></svg>
<svg class="tc-image-bootstrap tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M13.333 0H2.667A2.675 2.675 0 0 0 0 2.667v10.666C0 14.8 1.2 16 2.667 16h10.666C14.8 16 16 14.8 16 13.333V2.667C16 1.2 14.8 0 13.333 0zm-1.458 11.237a2.07 2.07 0 0 1-.615.823c-.28.23-.635.413-1.072.55-.436.135-.954.203-1.555.203H4.345V3.477H8.88c.838 0 1.51.19 2.014.575.505.385.758.962.758 1.74 0 .47-.115.872-.345 1.207-.23.33-.56.59-.988.774V7.8c.57.124 1.01.396 1.302.817.296.422.445.95.445 1.59 0 .364-.066.707-.196 1.026zm-1.85-2.3c-.273-.25-.658-.372-1.154-.372H5.987v2.912h2.89c.495 0 .882-.128 1.154-.387.274-.256.412-.622.412-1.093-.002-.46-.14-.815-.413-1.06zm-.4-1.883c.263-.223.393-.544.393-.962 0-.47-.117-.803-.353-.994-.235-.19-.575-.288-1.02-.288H5.98v2.576h2.666c.392 0 .72-.113.98-.332z"/></svg>
<svg class="tc-image-border-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm3 3v15h15V3H3zm32 15V3H20v15h15zM3 35h15V20H3v15zm32 0V20H20v15h15z"/></svg>
<svg class="tc-image-border-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h3v3H0V0zm3 9H0V6h3v3zm0 6H0v-3h3v3zm1 3v2H0v-2h4zM20 0v4h-2V0h2zm-8 3V0h3v3h-3zM6 3V0h3v3H6zm32-3v3h-3V0h3zm0 9h-3V6h3v3zm0 6h-3v-3h3v3zm0 23H0v-3h18v-1h2v1h18v3zm-4-18v-2h4v2h-4zm4 6h-3v-3h3v3zm0 6h-3v-3h3v3zM29 3V0h3v3h-3zm-6 0V0h3v3h-3zM3 26H0v-3h3v3zm0 6H0v-3h3v3zm15-14h2v2h-2v-2zm2 6h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zm0-24h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM8 18v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm14 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-border-clear tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M8 4h4V0H8v4zm0 16h4v-4H8v4zm0 16h4v-4H8v4zm8-8h4v-4h-4v4zm0 8h4v-4h-4v4zM0 36h4v-4H0v4zm0-8h4v-4H0v4zm0-8h4v-4H0v4zm0-8h4V8H0v4zm0-8h4V0H0v4zm16 16h4v-4h-4v4zm16 8h4v-4h-4v4zm0-8h4v-4h-4v4zm0 16h4v-4h-4v4zm0-24h4V8h-4v4zm-16 0h4V8h-4v4zM32 0v4h4V0h-4zM16 4h4V0h-4v4zm8 32h4v-4h-4v4zm0-16h4v-4h-4v4zm0-16h4V0h-4v4z"/></svg>
<svg class="tc-image-border-color tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48.189998626708984"><path d="M35.5 14.19L28 6.69l-20 20v7.5h7.5l20-20zm5.91-5.91c.78-.78.78-2.05 0-2.83L36.74.78c-.78-.78-2.05-.78-2.83 0L30 4.69l7.5 7.5 3.91-3.91z"/><path fill-opacity=".36" d="M0 40.19h48v8H0z"/></svg>
<svg class="tc-image-border-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm3 3v15h32V3H20v1h-2V3H3zm17 5h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM3 35h15v-1h2v1h15V20H3v15zm17-11h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2z"/></svg>
<svg class="tc-image-border-inner tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h3v3H0V0zm3 9H0V6h3v3zm0 6H0v-3h3v3zm15 3V0h2v18h18v2H20v18h-2V20H0v-2h18zm20 8h-3v-3h3v3zm0 6h-3v-3h3v3zm0 6h-3v-3h3v3zM35 0h3v3h-3V0zm3 9h-3V6h3v3zm0 6h-3v-3h3v3zM12 3V0h3v3h-3zM6 3V0h3v3H6zm23 0V0h3v3h-3zm-6 0V0h3v3h-3zM3 26H0v-3h3v3zm0 6H0v-3h3v3zm0 3v3H0v-3h3zm9 3v-3h3v3h-3zm-6 0v-3h3v3H6zm23 0v-3h3v3h-3zm-6 0v-3h3v3h-3z"/></svg>
<svg class="tc-image-border-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h3v18h1v2H3v18H0V0zm20 0v4h-2V0h2zm-8 3V0h3v3h-3zM6 3V0h3v3H6zm32-3v3h-3V0h3zm0 9h-3V6h3v3zm0 6h-3v-3h3v3zm0 23h-3v-3h3v3zm-4-18v-2h4v2h-4zm4 6h-3v-3h3v3zm0 6h-3v-3h3v3zM29 3V0h3v3h-3zm-6 0V0h3v3h-3zm-5 31h2v4h-2v-4zm-6 4v-3h3v3h-3zm-6 0v-3h3v3H6zm23 0v-3h3v3h-3zm-6 0v-3h3v3h-3zm-5-20h2v2h-2v-2zm2 6h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zm0-24h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM8 18v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm14 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-border-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h3v3H0V0zm3 9H0V6h3v3zm0 6H0v-3h3v3zm1 3v2H0v-2h4zM20 0v4h-2V0h2zm-8 3V0h3v3h-3zM6 3V0h3v3H6zm32-3v3h-3V0h3zm0 9h-3V6h3v3zm0 6h-3v-3h3v3zm0 23h-3v-3h3v3zm-4-18v-2h4v2h-4zm4 6h-3v-3h3v3zm0 6h-3v-3h3v3zM29 3V0h3v3h-3zm-6 0V0h3v3h-3zM3 26H0v-3h3v3zm0 6H0v-3h3v3zm0 3v3H0v-3h3zm15-1h2v4h-2v-4zm-6 4v-3h3v3h-3zm-6 0v-3h3v3H6zm23 0v-3h3v3h-3zm-6 0v-3h3v3h-3zm-5-20h2v2h-2v-2zm2 6h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zm0-24h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM8 18v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm14 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-border-outer tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M20 8h-4v4h4V8zm0 8h-4v4h4v-4zm8 0h-4v4h4v-4zM0 0v36h36V0H0zm32 32H4V4h28v28zm-12-8h-4v4h4v-4zm-8-8H8v4h4v-4z"/></svg>
<svg class="tc-image-border-outside tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm3 3v15h1v2H3v15h15v-1h2v1h15V20h-1v-2h1V3H20v1h-2V3H3zm15 15h2v2h-2v-2zm2 6h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zm0-24h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM8 18v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm14 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-border-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h3v3H0V0zm3 9H0V6h3v3zm0 6H0v-3h3v3zm1 3v2H0v-2h4zM20 0v4h-2V0h2zm-8 3V0h3v3h-3zM6 3V0h3v3H6zm32-3v38h-3V20h-1v-2h1V0h3zm-9 3V0h3v3h-3zm-6 0V0h3v3h-3zM3 26H0v-3h3v3zm0 6H0v-3h3v3zm0 3v3H0v-3h3zm15-1h2v4h-2v-4zm-6 4v-3h3v3h-3zm-6 0v-3h3v3H6zm23 0v-3h3v3h-3zm-6 0v-3h3v3h-3zm-5-20h2v2h-2v-2zm2 6h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zm0-24h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM8 18v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm14 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-border-style tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M24 36h4v-4h-4v4zm8 0h4v-4h-4v4zM8 36h4v-4H8v4zm8 0h4v-4h-4v4zm16-8h4v-4h-4v4zm0-8h4v-4h-4v4zM0 0v36h4V4h32V0H0zm32 12h4V8h-4v4z"/></svg>
<svg class="tc-image-border-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v3H20v1h-2V3H0V0zm38 9h-3V6h3v3zm0 6h-3v-3h3v3zm0 23h-3v-3h3v3zm-4-18v-2h4v2h-4zm4 6h-3v-3h3v3zm0 6h-3v-3h3v3zM3 9H0V6h3v3zm0 6H0v-3h3v3zm1 3v2H0v-2h4zm-1 8H0v-3h3v3zm0 6H0v-3h3v3zm0 3v3H0v-3h3zm15-1h2v4h-2v-4zm-6 4v-3h3v3h-3zm-6 0v-3h3v3H6zm23 0v-3h3v3h-3zm-6 0v-3h3v3h-3zm-5-20h2v2h-2v-2zm2 6h-2v-2h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zm0-24h-2V6h2v2zm0 4h-2v-2h2v2zm0 4h-2v-2h2v2zM8 18v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm14 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-border-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm3 3v15h1v2H3v15h15V3H3zm5 15v2H6v-2h2zm4 0v2h-2v-2h2zm4 0v2h-2v-2h2zm19 0V3H20v32h15V20h-1v-2h1zm-5 2v-2h2v2h-2zm-6-2v2h-2v-2h2zm4 0v2h-2v-2h2z"/></svg>
<svg class="tc-image-bower tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.099998474121094 20.143001556396484"><path d="M8.757 3.932a1.182 1.182 0 1 0 0 2.364 1.182 1.182 0 0 0 0-2.364zm0 1.086c-.38 0-.688-.192-.688-.428s.308-.428.688-.428c.38 0 .688.192.688.428s-.308.428-.688.428zm13.464 4.709c-1.165-1.12-6.992-1.819-8.83-2.022.089-.21.165-.428.228-.652.251-.11.521-.212.801-.297.034.101.195.486.286.669 3.697.102 3.887-2.747 4.037-3.528.147-.763.14-1.501 1.408-2.849-1.889-.551-4.606.853-5.516 2.943a5.645 5.645 0 0 0-1.024-.281C13.368 2.73 12.103 0 8.784 0c-2.15 0-4.318.888-5.948 2.436A8.892 8.892 0 0 0 .785 5.38C.264 6.589 0 7.92 0 9.337c0 4.934 3.368 9.257 5.271 9.257.831 0 1.546-.622 1.714-1.18.141.383.572 1.572.714 1.874.21.448 1.179.835 1.603.37.545.303 1.546.485 2.091-.323 1.05.222 1.979-.404 1.999-1.152.515-.027.768-.751.656-1.327-.083-.424-.969-1.947-1.315-2.472.684.557 2.418.714 2.628 0 1.103.866 2.823.412 2.959-.293 1.341.348 2.878-.417 2.626-1.343 2.154-.149 1.878-2.44 1.274-3.021zm-5.609-3.798c-.567-.223-1.287-.364-1.791-.364-.715 0-1.151.405-1.824.405-.141 0-.478.001-.749-.096.178.187.399.288.828.288.256 0 .764-.131 1.175-.254.006.087.015.172.027.258-.77.184-1.578.674-1.812.801-.52-1.149-.073-2.235.34-2.736 1.852.004 3.348 1.276 3.805 1.698zm.801-.086l-.283-.265a8.265 8.265 0 0 0-.906-.738c.464-.92 1.047-1.925 1.783-2.547-.81.327-1.611 1.303-2.084 2.346a7.206 7.206 0 0 0-.733-.409c.66-1.409 2.193-2.585 3.883-2.677-1.132 1.027-.707 3.075-1.661 4.289zm-2.325.96c-.125-.271-.251-.72-.236-.984.21-.005.614.074.678.089a3.565 3.565 0 0 0-.038.431c.04-.069.151-.306.196-.4.404.077.935.206 1.246.351-.366.237-.987.494-1.847.512zm-2.523-3.176c-1.477 1.497-.894 3.391-.356 4.246-.765 1.273-2.269 2.143-4.016 2.539 1.961 0 3.115-.505 3.786-.999.428-.316.66-.627.779-.8 2.908.188 7.512 1.125 7.961 1.428.18.122.366.391.394.649-2.185-.306-6.124-.628-7.155-.682.732.104 6.072 1.115 6.998 1.352-.282.459-.924.784-1.891.558.523.712-.492 1.566-1.906 1.096.311.699-.947 1.328-2.378.6.018.699-1.775.78-2.483.007.014.092.098.268.134.346-.228 2.042-1.901 3.309-3.614 3.309-4.194 0-7.848-3.407-7.848-7.939C.97 4.546 4.511.97 8.784.97c2.448 0 3.554 1.927 3.781 2.657z"/></svg>
<svg class="tc-image-bowling-alley tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 35.03400421142578 48.461002349853516"><path d="M24.132 29.156s-1.877-4.693-3.698-9.174c0 0-.61-2.693-.133-6.267 0 0 1.296-5.463.575-8.046 0 0-1.107-2.213-3.407-2.367 0 0-3.174.224-3.767 3.312 0 0-.155 1.78.338 3.834 0 0 1.777 6.797-.172 11.233 0 0-2.719 5.681-2.935 6.982 0 0-1.018 5.566-.016 9.665 0 0 2.104 7.013 3.644 9.336 0 0 3.124.797 5.804-.071 0 0 3.213-5.202 3.855-9.903.002 0 .804-4.967-.088-8.534zm10.009-3.304s-1.876-4.694-3.705-9.173c0 0-.609-2.694-.134-6.262 0 0 1.298-5.463.575-8.052 0 0-1.102-2.213-3.404-2.365 0 0-3.175.223-3.767 3.31 0 0-.156 1.781.343 3.835 0 0 1.778 6.803-.177 11.232 0 0-.422.891-.948 2.033 1.707 4.195 3.347 8.293 3.347 8.293l.026.071.017.07c.938 3.731.14 8.747.111 8.933-.304 2.234-1.146 4.518-1.977 6.38l.123.203s3.121.798 5.804-.076c0 0 3.211-5.195 3.854-9.899 0-.001.805-4.967-.088-8.533zm-22.354-4.597c.106-.233.194-.49.277-.742-.488-1.212-1.02-2.514-1.545-3.812 0 0-.616-2.7-.134-6.267 0 0 1.297-5.458.577-8.047 0 0-1.107-2.214-3.408-2.366 0 0-3.177.229-3.766 3.304 0 0-.154 1.788.344 3.836 0 0 1.778 6.801-.177 11.237 0 0-2.719 5.682-2.936 6.982 0 0-1.019 5.567-.016 9.665 0 0 2.104 7.014 3.643 9.331 0 0 3.125.804 5.804-.072l.167-.278a87.105 87.105 0 0 1-1.843-5.446c-1.042-4.272-.039-9.871 0-10.085.226-1.384 2.559-6.3 3.013-7.24z"/></svg>
<svg class="tc-image-bowtie tc-image-button" width="22pt" height="22pt" viewBox="0 0 447.9999694824219 288"><path d="M191.955 100.011s8.054-4.679 19.985-7.011c21.318-4.166 39.472-5.5 47.466 8.5 9.777 17.124 18.402 53.417 16.488 85.5-1 16.75-4.622 22.125-4.622 22.125s-15.333 9.525-47.341 6.875c-34.725-2.875-39.971-15.004-39.971-15.004s4.497-11.305 7.995-42.499c3.497-31.194 0-58.486 0-58.486zM151.984 173c12.546-3.323 23.03-7.189 27.659-8.985.693-4.707 1.28-9.718 1.694-15.015.271-3.461.465-6.754.602-9.896-6.854-2.333-13.534-4.851-28.769-10.104-38.66-13.333-57.146-17-57.146-17s14.24-2.5 42.219 3c19.986 3.929 34.392 9.5 43.947 14.333.771-15.999-2.477-32.583-2.477-32.583C157.729 56.5 87.53 0 52.368 0 25.888 0 0 68.5 0 144s23.03 144 51.51 144c33.356 0 116.463-80 116.463-80s5.738-12.578 9.879-33.572c-18.788 5.198-63.84 8.572-63.84 8.572s20.984-5.5 37.972-10zM395.632 0c-36.37 0-102.363 56.5-124.348 96.75l-.761 1.375s1.389 2.527 1.873 3.375c3.424 5.996 6.704 14.348 9.442 24.041 8.115-2.805 23.599-8.164 37.523-13.041 19.985-7 34.975-9.5 34.975-9.5s-52.982 23.741-69.605 34.264c2.169 10.159 3.693 21.199 4.218 32.242 5.423 2.216 16.551 6.475 29.914 9.994 18.986 5 40.398 11.5 40.398 11.5s-54.202-5.27-70.114-12.522a154.92 154.92 0 0 1-.263 8.522c-.997 16.719-4.608 22.104-4.622 22.124 7.621 10.543 75 78.876 112.228 78.876 28.48 0 51.51-68.5 51.51-144S422.112 0 395.632 0z"/></svg>
<svg class="tc-image-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0l19 9.5v19L19 38 0 28.5v-19L19 0zM3.167 11.083v15.834L6.333 28.5l11.084 5.542V18.208l-14.25-7.125zm28.5 17.417l3.166-1.583V11.083l-14.25 7.125v15.834L31.667 28.5zM19 3.167L6.333 9.5 19 15.833 31.667 9.5 19 3.167z"/></svg>
<svg class="tc-image-box-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 329.2000427246094"><path d="M365.7 0v146.3H512V0H365.7zm109.7 109.7h-73.1V36.6h73.1v73.1zM0 329.2h146.3V182.9H0v146.3zm36.6-109.7h73.1v73.1H36.6v-73.1zM0 146.3h146.3V0H0v146.3zM36.6 36.6h73.1v73.1H36.6V36.6zm146.3 109.7h146.3V0H182.9v146.3zm36.5-109.7h73.1v73.1h-73.1V36.6zm-36.5 292.6h146.3V182.9H182.9v146.3zm36.5-109.7h73.1v73.1h-73.1v-73.1zm146.3 109.7H512V182.9H365.7v146.3zm36.6-109.7h73.1v73.1h-73.1v-73.1z"/></svg>
<svg class="tc-image-box-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M13 0H3L0 3v10.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V3l-3-3zM8 12L3 8h3V5h4v3h3l-5 4zM2.414 2l1-1h9.172l1 1H2.414z"/></svg>
<svg class="tc-image-box-layered tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 44.33399963378906"><path d="M20.583 0l20.583 7.917v6.333l-20.583 7.917L0 14.25V7.917L20.583 0zm20.583 28.5v7.917l-20.583 7.917L0 36.417V28.5l4.116 1.584 16.467 6.333 16.467-6.333 4.116-1.584zm0-11.083v7.917L20.583 33.25 0 25.334v-7.917L4.116 19l16.467 6.334L37.05 19l4.116-1.583z"/></svg>
<svg class="tc-image-box-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M13 0H3L0 3v10.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V3l-3-3zm-3 9v3H6V9H3l5-4 5 4h-3zM2.414 2l1-1h9.171l1 1H2.414z"/></svg>
<svg class="tc-image-box-unfolded tc-image-button" width="22pt" height="22pt" viewBox="0 0 45 34"><path d="M0 10h11V0h14v10h20v14H35v10H21V24H0V10zm31 14h-6v6h6v-6zM15 10h6V4h-6v6zM4 14v6h7v-6H4zm11 0v6h6v-6h-6zm10 0v6h6v-6h-6zm10 0v6h6v-6h-6z"/></svg>
<svg class="tc-image-brackets tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.61100196838379 20.62200164794922"><path d="M20.3.002H2.409C1.197.002.191 1.225 0 2.828v1.107l.014.111c-.006.026-.01.053-.014.08v13.989c.279 1.444 1.229 2.507 2.36 2.507h17.891c1.131 0 2.082-1.063 2.36-2.507V2.284C22.282.956 21.372 0 20.301 0zm.122 16.604c-.224 1.165-.991 2.022-1.903 2.022H4.091c-.912 0-1.678-.857-1.903-2.022V5.324c.004-.022.006-.044.011-.065l-.011-.089v-.893c.154-1.293.965-2.28 1.943-2.28h14.428c.864 0 1.597.77 1.863 1.841v12.767zM4.194 10.313v6.117h6.365v-2.785H6.978V6.981h3.581V4.196H4.193v6.117zm7.857-4.725V6.98h3.581v6.664h-3.581v2.785h6.366V4.195h-6.366v1.392z"/></svg>
<svg class="tc-image-braille tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42.89699935913086 49.18199920654297"><g transform="translate(-4 -1)"><path d="M4 40h4.894c1.838 0 3.087.654 3.087 2.464 0 .948-.471 1.644-1.308 2.05 1.178.336 1.779 1.358 1.779 2.567 0 1.967-1.673 2.919-3.429 2.919H4V40zm2 4h2.623c.742 0 1.295-.207 1.295-1.021 0-.924-.707-.979-1.46-.979H6v2zm0 4h2.741c.848 0 1.579-.439 1.579-1.447 0-.988-.625-1.553-1.532-1.553H6v3zm8-5h2v1h.022c.354-1 1.459-1.448 2.402-1.448.13 0 .576.077.576.118v1.792c-1-.042-.663-.065-.887-.065-1.414 0-2.113 1.014-2.113 2.251V50h-2v-7zm5.829 2c.106-2 1.625-2.376 3.192-2.376 1.402 0 2.979.288 2.979 1.973v3.653c0 .636.273 1.75.451 1.75h-1.944c-.071 0-.13-.542-.142-.772-.613.637-1.508.819-2.356.819-1.332 0-2.392-.689-2.392-2.127 0-1.592 1.189-1.968 2.392-2.145 1.179-.165 2.274-.141 2.274-.926 0-.83-.565-.933-1.249-.933-.73 0-1.202.083-1.272 1.083h-1.933zM24 46.377c0 .282-.859.294-1.461.405-.601.124-1.073.324-1.073 1.032 0 .718.46.895 1.084.895 1.508 0 1.449-1.195 1.449-1.614v-.718zm6.164-4.673H28.23v-1.585h1.934v1.585zM28 43h2v7h-2v-7zm4-3h2v10h-2V40zm4 0h2v10h-2V40zm5.699 7c.06 1 .647 1.84 1.721 1.84.778 0 1.402-.84 1.52-.84h1.696c-.541 1-1.696 2.182-3.275 2.182-2.214 0-3.582-1.61-3.582-3.786 0-2.102 1.45-3.636 3.582-3.636 2.381 0 3.536 2.24 3.405 4.24h-5.067zm3.135-1c-.177-1-.589-1.49-1.532-1.49-1.226 0-1.579.49-1.603 1.49h3.135z"/><circle cx="14.5" cy="32.5" r="3.5"/><circle cx="14.5" cy="18.5" r="3.5"/><circle cx="14.5" cy="4.5" r="3.5"/><circle cx="35.5" cy="32.5" r="3.5"/><circle cx="35.5" cy="18.5" r="3.5"/><circle cx="35.5" cy="4.5" r="3.5"/></g></svg>
<svg class="tc-image-braintree tc-image-button" width="22pt" height="22pt" viewBox="0 0 946.2610473632812 225.3438720703125"><path d="M279.665 154.151c3.955-.858 4.762-.793 5.031-5.354l.286-8.034c.286-10.454-3.435-19.464-20.88-19.464-7.88 0-18.01 3.422-18.01 9.711 0 4.522-2.194 9.882-3.982 12.045-5.432 6.605-13.146 5.504-15.923 3.704-2.125-1.382-3.2-4.143-3.2-6.682 0-15.01 22.166-31.68 50.223-31.68 20.267 0 31.731 12.667 31.731 30.618l-1.255 45.295c-.572 12.992 2.125 27.384 13.09 27.384 2.816 0 5.346-.837 7.045-1.694 1.404-.858 2.808-1.971 3.661-1.971 1.118 0 1.971 1.69 1.971 3.665 0 1.416-9.856 12.421-23.642 12.421-6.759 0-13.683-2.543-18.462-8.755-1.127-1.698-2.812-3.947-4.51-3.947-1.967 0-6.05 3.644-11.678 6.754-6.2 3.384-11.337 6.139-21.17 6.139-8.159 0-15.48-2.189-20.259-6.413-5.337-4.787-8.72-11.853-8.72-19.763 0-10.986 5.362-24.755 20.833-32.273 15.224-7.394 37.82-11.704 37.82-11.704zm-19.204 54.246c5.627 0 16.197-4.864 19.021-7.68 3.37-3.375 4.868-7.483 4.868-13.41l.222-16.887c0-3.123-1.127-3.673-2.816-3.673-1.694 0-7.885.704-12.95 2.385-16.6 5.649-27.008 12.694-27.008 25.677.013 6.908 4.31 13.589 18.663 13.589zm121.46-192.486c0 8.787-7.124 15.911-15.912 15.911-8.787 0-15.91-7.123-15.91-15.911 0-8.787 7.122-15.911 15.91-15.911 8.787 0 15.911 7.123 15.911 15.911zm0 61.061c0 8.787-7.124 15.91-15.912 15.91-8.787 0-15.91-7.124-15.91-15.91 0-8.787 7.122-15.911 15.91-15.911 8.787 0 15.911 7.124 15.911 15.911zm-236.1 65.032c0-10.872 0-9.758-7.544-14.776l-2.509-1.69c-1.122-1.118-1.122-4.181.273-5.018 6.413-2.227 21.965-9.494 28.941-13.679 1.408.269 2.24.832 2.24 1.954v16.2c0 1.391.273 2.227.832 2.509 9.78-8.098 19.606-16.051 29.858-16.051 6.925 0 12.46 4.433 12.46 11.094 0 9.139-7.199 12.293-11.624 12.293-2.769 0-4.165-.832-6.097-1.933-4.15-2.774-8.128-4.416-12.006-4.416-4.429 0-8.23 2.918-10.436 5.969-2.774 3.878-2.982 10.666-2.982 20.151l-.17 36.45c0 20.101.494 23.262 11.105 24.089l10.172 1.063c1.954 1.399 1.52 6.788-.435 7.62-13.133-.555-21.222-.819-30.993-.819-10.06 0-19.179.264-26.449.819-1.954-.819-2.573-5.777-.619-7.173l5.491-1.378c10.326-1.677 10.671-3.993 10.671-24.098l-.179-49.182zm513.253 0c0-10.872 0-9.758-7.543-14.776l-2.509-1.69c-1.13-1.118-1.13-4.181.278-5.018 6.41-2.227 21.214-9.494 28.186-13.679 1.404.269 2.236.832 2.236 1.954v16.2c0 1.391.278 2.227.837 2.509 9.788-8.098 19.601-16.051 29.871-16.051 6.908 0 12.455 4.433 12.455 11.094 0 9.139-7.198 12.293-11.626 12.293-2.774 0-4.16-.832-6.097-1.933-4.168-2.774-8.128-4.416-12.015-4.416-4.429 0-8.23 2.918-10.437 5.969-2.778 3.878-2.995 10.666-2.995 20.151l-.167 36.45c0 20.101.56 23.462 11.166 24.286l10.172 1.067c1.954 1.391 1.463 6.587-.486 7.42-13.133-.555-21.235-.819-31.006-.819-10.053 0-18.423.264-25.689.819-1.95-.819-2.509-5.577-.542-6.976l5.48-1.387c10.333-1.673 10.61-4.177 10.61-24.277l-.175-49.19zm-280.464.704v49.779c0 20.101.555 22.11 10.607 23.505l5.866.832c1.945 1.408 1.395 6.933-.563 7.761-8.375-.55-16.158-.819-25.925-.819-10.048 0-20.873.115-28.685.674-1.962-.819-2.522-6.361-.563-7.761l5.863-.837c10.334-1.391 10.615-3.397 10.615-23.501v-48.389zm-22.784 43.985v-48.392c0-18.471-.704-19.405-4.156-20.071l-6.075-1.255c-1.954-1.404-1.71-8.49.423-8.49 8.12 0 12.531.013 22.587.013 9.767 0 9.856-.005 19.072.264 2.13.069 2.488 6.139.542 7.543l-6.98 2.048c-1.857.55-2.625 2.363-2.625 20.083v49.796zm72.187-43.208c0-11.341 0-12.279-7.535-17.314l-2.517-1.681c-1.11-1.11-1.11-4.185.277-5.026 6.421-2.227 22.336-9.489 27.925-13.679 1.105 0 2.5.559 3.067 1.963-.563 6.413-.563 10.44-.563 12.95 0 1.681-.089 2.816 1.865 2.816 11.725-7.257 21.406-13.641 36.757-13.641 25.51 0 33.625 15.739 33.625 34.453v48.026c0 20.101.56 22.11 10.607 23.505l6.135.837c1.967 1.391 1.408 6.925-.559 7.752-8.37-.555-16.465-.827-26.245-.827-10.048 0-18.419.273-25.967.827-1.954-.827-2.513-6.361-.546-7.752l5.303-.837c10.33-1.69 10.607-3.405 10.607-23.505v-41.608c0-18.308-6.74-25.118-23.446-25.118-11.836 0-20.74 9.305-24.653 14.601-3.627 4.753-3.478 6.174-3.478 14.276v37.849c0 20.109.563 21.829 10.615 23.505l5.017.837c1.954 1.399 1.4 6.938-.555 7.757-7.535-.559-15.642-.819-25.404-.819-10.056 0-18.432.264-26.253.819-1.95-.819-2.513-6.358-.559-7.757l5.866-.837c10.33-1.395 10.615-3.397 10.615-23.505v-48.866zm163.81-19.103c-4.753 0-5.034.03-5.034 5.897v51.793c0 16.197 1.95 30.993 20.378 30.993 2.8 0 5.312-.559 7.543-1.399 2.521-.819 6.135-3.904 6.985-3.904 2.245 0 3.358 3.085 2.8 4.745-5.049 5.846-15.097 12.834-29.326 12.834-24.017 0-29.039-13.414-29.039-30.149l.133-63.983c0-7.535-4.152-6.822-9.723-6.822h-9.246c-1.664-1.127-1.95-5.957-.832-7.629 8.111-2.518 19.947-5.922 22.733-8.44 3.631-3.345 9.233-10.585 12.02-16.179 1.394-.55 4.752-.55 5.861 1.404v12.561c0 5.026.278 5.308 5.026 5.308h33.596c3.345 2.509 2.786 11.285.264 12.97h-34.138zm167.718 28.301c-7.262 0-7.543.559-7.543 7.535 0 28.199 16.965 49.498 46.835 49.498 9.225 0 17.037-2.803 25.681-13.692 2.794-.832 4.745.827 5.034 3.353-9.207 18.991-29.32 25.967-43.836 25.967-18.15 0-32.389-7.817-40.486-18.432-8.375-10.889-12.677-23.062-12.677-35.358 0-34.329 18.633-64.043 57.071-64.043 24.013 0 39.787 16.26 39.787 33.011 0 3.917.017 8.026-1.728 10.214-1.395 1.736-4.753 1.95-16.474 1.95H759.54zm18.028-11.093c20.655 0 28.408-1.071 29.393-2.449.576-.827 1.25-2.125 1.25-5.769 0-7.803-5.525-16.534-21.73-16.534-15.565 0-30.422 14.131-30.698 23.343 0 .559 0 1.408 1.958 1.408h19.827zm98.683 11.093c-7.262 0-7.539.559-7.539 7.535 0 28.199 16.96 49.498 46.831 49.498 9.221 0 17.041-2.803 25.677-13.692 2.8-.832 4.753.827 5.04 3.353-9.204 18.991-29.322 25.967-43.84 25.967-18.15 0-32.385-7.817-40.479-18.432-8.38-10.889-12.677-23.062-12.677-35.358 0-34.329 18.63-64.043 57.071-64.043 24.01 0 39.787 16.26 39.787 33.011 0 3.917.013 8.026-1.732 10.214-1.39 1.736-4.749 1.95-16.474 1.95h-51.665zm18.014-11.093c20.66 0 28.42-1.071 29.406-2.449.572-.827 1.246-2.125 1.246-5.769 0-7.803-5.525-16.534-21.73-16.534-15.565 0-30.422 14.131-30.698 23.343 0 .559 0 1.408 1.958 1.408h19.818zm-875.67-24.793c0-20.13-.214-22.651-10.065-23.697l-5.449-.627c-1.477-1.468-2.257-6.477-.58-7.522 9.433-.832 24.75-1.881 47.824-1.881 17.621 0 31.667 1.685 41.118 7.138 9.647 5.662 14.695 14.921 14.695 28.135 0 12.365-9.019 21.816-23.706 26.645-.837.205-1.258.832-1.258 1.259 0 .414.427.837 1.672 1.25 15.95 2.522 33.78 12.8 33.78 36.51 0 9.647-3.15 20.139-12.797 27.887-9.856 8.179-23.697 11.746-47.608 11.746-9.233 0-18.044-.627-26.014-.627-9.224 0-19.089.222-28.318.627-1.677-.837-1.89-5.295-.414-6.754l4.621-.623c9.852-1.255 11.742-1.216 11.742-23.454l.755-76.01zm23.561 22.314c0 5.44.623 5.649 9.016 5.649 19.712 0 28.74-7.752 28.74-26.629 0-18.466-13.636-25.817-26.64-25.817-10.488 0-11.112.427-11.112 8.81v37.982h-.004zm0 49.28c0 19.098 2.091 26.85 20.344 26.85 14.472 0 27.273-9.45 27.273-28.105 0-21.598-14.686-34.402-37.965-34.402-9.233 0-9.647 1.263-9.647 5.466v30.191zm370.3-142.651c0 8.787-7.123 15.911-15.91 15.911s-15.912-7.124-15.912-15.911c0-8.787 7.123-15.911 15.911-15.911 8.787 0 15.911 7.124 15.911 15.911zm-61.069 0c0 8.787-7.123 15.911-15.91 15.911s-15.912-7.124-15.912-15.911c0-8.787 7.123-15.911 15.911-15.911 8.787 0 15.911 7.124 15.911 15.911z"/></svg>
<svg class="tc-image-branding-watermark tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 32H22V20h18v12z"/></svg>
<svg class="tc-image-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 37.529998779296875"><path d="M17.5 0c2.485 0 4.5.895 4.5 2s-2.015 2-4.5 2S13 3.105 13 2v4c0 1.105 2.015 2 4.5 2S22 7.105 22 6V2.83l5.65 1.622C28.426 4.17 29.418 4 30.5 4c2.485 0 4.5.895 4.5 2s-2.015 2-4.5 2S26 7.105 26 6v4c0 1.105 2.015 2 4.5 2s4.5-.895 4.5-2V6.564L40 8v16L26.508 37.53 0 30V14L13.569.408l.699.2C15.086.233 16.232 0 17.5 0zM2 14.568v14l23 6.533v-14L2 14.568zM38 24V10.006L28 20.033v14L38.005 24H38zm-10-7v-4c0 1.105-2.015 2-4.5 2s-4.5-.895-4.5-2v4c0 1.105 2.015 2 4.5 2s4.5-.895 4.5-2zm-13-4V9c0 1.105-2.015 2-4.5 2S6 10.105 6 9v4c0 1.105 2.015 2 4.5 2s4.5-.895 4.5-2z"/></svg>
<svg class="tc-image-briefcase tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 16"><path d="M15 3c0-1.654-1.346-3-3-3H6C4.346 0 3 1.346 3 3 1.346 3 0 4.346 0 6v7c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V6c0-1.654-1.346-3-3-3zM6 2h6c.551 0 1 .449 1 1H5c0-.551.449-1 1-1zm10 11c0 .551-.449 1-1 1H3c-.551 0-1-.449-1-1v-1h14v1zM2 11V6c0-.551.449-1 1-1h12c.551 0 1 .449 1 1v5H2zm8-3H8c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>
<svg class="tc-image-brightest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512.1000366210938"><path d="M256 192c-35.4 0-64 28.6-64 64s28.6 64 64 64 64-28.6 64-64-28.6-64-64-64zm0-42.7c23.5 0 42.7-19.1 42.7-42.7v-64C298.7 19.1 279.5 0 256 0c-23.5 0-42.7 19.1-42.7 42.7v64c0 23.5 19.2 42.6 42.7 42.6zm0 213.4c-23.5 0-42.7 19.1-42.7 42.7v64c0 23.5 19.1 42.7 42.7 42.7 23.5 0 42.7-19.1 42.7-42.7v-64c0-23.6-19.2-42.7-42.7-42.7zm213.3-149.4h-64c-23.5 0-42.7 19.1-42.7 42.7 0 23.5 19.1 42.7 42.7 42.7h64c23.5 0 42.7-19.1 42.7-42.7 0-23.5-19.1-42.7-42.7-42.7zm-320 42.7c0-23.5-19.1-42.7-42.7-42.7h-64C19.1 213.3 0 232.5 0 256c0 23.5 19.1 42.7 42.7 42.7h64c23.5 0 42.6-19.2 42.6-42.7zm242.5 75.4c-16.7-16.6-43.7-16.6-60.4 0-16.6 16.7-16.6 43.7 0 60.4l45.3 45.3c16.6 16.6 43.7 16.6 60.3 0 16.6-16.7 16.6-43.7 0-60.3l-45.2-45.4zM120.2 180.6c16.7 16.6 43.7 16.6 60.4 0 16.6-16.7 16.6-43.7 0-60.4L135.3 75C118.7 58.3 91.6 58.3 75 75c-16.6 16.7-16.6 43.7 0 60.3l45.2 45.3zm271.6 0l45.3-45.3c16.6-16.6 16.6-43.7 0-60.3-16.7-16.6-43.7-16.6-60.3 0l-45.3 45.3c-16.6 16.7-16.6 43.7 0 60.4 16.6 16.5 43.6 16.5 60.3-.1zM120.2 331.4L75 376.7c-16.6 16.6-16.6 43.7 0 60.3 16.7 16.6 43.7 16.6 60.3 0l45.3-45.3c16.6-16.7 16.6-43.7 0-60.4-16.7-16.5-43.7-16.5-60.4.1z"/></svg>
<svg class="tc-image-brightness tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zm0 416V352c88.224 0 160 71.776 160 160s-71.776 160-160 160zm0 160c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zm0-640c-35.346 0-64-28.654-64-64V64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zm448 256c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zm-768 64c0 35.346-28.654 64-64 64H64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zm636.784 226.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.217 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zm633.568 0c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.217 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"/></svg>
<svg class="tc-image-brightness-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><circle cx="24" cy="24" r="20" transform="translate(-4 -4)"/></svg>
<svg class="tc-image-brightness-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 40"><path d="M10 0C6.35 0 2.94.99 0 2.7 5.97 6.16 10 12.6 10 20S5.97 33.84 0 37.3C2.94 39.01 6.35 40 10 40c11.05 0 20-8.95 20-20S21.05 0 10 0z"/></svg>
<svg class="tc-image-brightness-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 40"><path d="M6 0C3.91 0 1.89.32 0 .92 8.11 3.47 14 11.05 14 20c0 8.95-5.89 16.53-14 19.08 1.89.59 3.91.92 6 .92 11.05 0 20-8.95 20-20S17.05 0 6 0z"/></svg>
<svg class="tc-image-brightness-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37l6.63-6.63L38.63 16zm-16 18.63c-1.79 0-3.48-.4-5-1.1 4.13-1.9 7-6.06 7-10.9s-2.87-9-7-10.9c1.52-.7 3.21-1.1 5-1.1 6.63 0 12 5.37 12 12s-5.37 12-12 12z"/></svg>
<svg class="tc-image-brightness-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 29.26l6.63-6.63L38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37zm-16 5.37c-6.63 0-12-5.37-12-12s5.37-12 12-12 12 5.37 12 12-5.37 12-12 12z"/></svg>
<svg class="tc-image-brightness-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 29.26l6.63-6.63L38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37zm-16 5.37v-24c6.63 0 12 5.37 12 12s-5.37 12-12 12z"/></svg>
<svg class="tc-image-brightness-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37l6.63-6.63L38.63 16zm-16 18.63c-6.63 0-12-5.37-12-12s5.37-12 12-12 12 5.37 12 12-5.37 12-12 12zm0-20c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z"/></svg>
<svg class="tc-image-brightness-auto tc-image-button" width="22pt" height="22pt" viewBox="0 0 965.5459594726562 965.5459594726562"><path d="M433.706 510.506h98.134l-49.067-155.733-49.067 155.733zm390.4-169.173V141.44H624.213L482.773 0l-141.44 141.44H141.44v199.893L0 482.773l141.44 141.44v199.893h199.893l141.44 141.44 141.44-141.44h199.893V624.213l141.44-141.44-141.44-141.44zm-243.2 312.107l-29.866-85.333H414.506L384.64 653.44h-81.067l136.533-384h85.333l136.533 384h-81.067z"/></svg>
<svg class="tc-image-brightness-contrast tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6.5v-5c1.379 0 2.5 1.122 2.5 2.5S9.379 10.5 8 10.5zM8 13a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0v-1a1 1 0 0 1 1-1zM8 3a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v1a1 1 0 0 1-1 1zm7 4a1 1 0 0 1 0 2h-1a1 1 0 0 1 0-2h1zM3 8a1 1 0 0 1-1 1H1a1 1 0 0 1 0-2h1a1 1 0 0 1 1 1zm9.95 3.536l.707.707a1 1 0 0 1-1.414 1.414l-.707-.707a1 1 0 0 1 1.414-1.414zm-9.9-7.072l-.707-.707a1 1 0 1 1 1.414-1.414l.707.707A1 1 0 1 1 3.05 4.464zm9.9 0a1 1 0 1 1-1.414-1.414l.707-.707a1 1 0 1 1 1.414 1.414l-.707.707zm-9.9 7.072a1 1 0 0 1 1.414 1.414l-.707.707a1 1 0 0 1-1.414-1.414l.707-.707z"/></svg>
<svg class="tc-image-brightness-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37l6.63-6.63L38.63 16zm-16 18.63c-6.63 0-12-5.37-12-12s5.37-12 12-12 12 5.37 12 12-5.37 12-12 12zm0-20c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z"/></svg>
<svg class="tc-image-brightness-low tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 29.26l6.63-6.63L38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37zm-16 5.37c-6.63 0-12-5.37-12-12s5.37-12 12-12 12 5.37 12 12-5.37 12-12 12z"/></svg>
<svg class="tc-image-brightness-medium tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.26000213623047 45.26000213623047"><path d="M38.63 29.26l6.63-6.63L38.63 16V6.63h-9.37L22.63 0 16 6.63H6.63V16L0 22.63l6.63 6.63v9.37H16l6.63 6.63 6.63-6.63h9.37v-9.37zm-16 5.37v-24c6.63 0 12 5.37 12 12s-5.37 12-12 12z"/></svg>
<svg class="tc-image-bring-to-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14 8h-1V6a2 2 0 0 0-2-2H8V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2v3a2 2 0 0 0 2 2h2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm-8 4c-.551 0-1-.449-1-1V8h1a2 2 0 0 0 2-2V5h3c.551 0 1 .449 1 1v2h-2a2 2 0 0 0-2 2v2H6z"/></svg>
<svg class="tc-image-bring-to-downer tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.081001281738281 14"><path d="M2 8h4a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2zm8.409-4.695c.025.539.051.643.549.177.382-.324.743-.743.743-.743.031-.011.872.369 1.444 1.816.569 1.444-.113 3.49-.418 4.037-.238.256-.392 1.055.371.354 1.199-1.192 1.983-2.912 1.512-4.821-.44-1.777-1.431-2.634-1.568-2.699-.011.007-.017.009-.017-.004 0 0 .007-.001.017.004.053-.034.258-.292.688-.729.406-.369.313-.485-.164-.547C12.671.062 10.1 0 10.1 0s.215 2.416.309 3.305zM12 8v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9h1v3c0 .551.449 1 1 1h4c.551 0 1-.449 1-1V8c0-.551-.449-1-1-1H8.815C8.928 6.686 9 6.353 9 6h1a2 2 0 0 1 2 2z"/></svg>
<svg class="tc-image-bring-to-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14 8h-1V6a2 2 0 0 0-2-2H8V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2v3a2 2 0 0 0 2 2h2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm-8 4c-.551 0-1-.449-1-1V6c0-.551.449-1 1-1h5c.551 0 1 .449 1 1v5c0 .551-.449 1-1 1H6z"/></svg>
<svg class="tc-image-bring-to-upper tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.331999778747559 14.000000953674316"><path d="M4.672 10.695c-.025-.539-.051-.643-.549-.177a7.844 7.844 0 0 0-.743.743c-.031.011-.872-.369-1.444-1.816-.569-1.444.113-3.49.418-4.037.238-.256.392-1.054-.371-.353C.784 6.247 0 7.967.471 9.876c.44 1.777 1.431 2.634 1.568 2.699.011-.007.017-.009.017.004 0 0-.007.001-.017-.004-.053.034-.258.292-.688.729-.406.369-.313.485.164.547.896.087 3.467.149 3.467.149s-.216-2.416-.31-3.305zM9.359 1c.551 0 1 .449 1 1v4c0 .551-.449 1-1 1h-4c-.551 0-1-.449-1-1V2c0-.551.449-1 1-1h4m0-1h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.973 8v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V9h2.027c1.654 0 3-1.346 3-3h.973a2 2 0 0 1 2 2z"/></svg>
<svg class="tc-image-british-pound tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8.010000228881836"><path d="M3 0c-.62 0-1.16.26-1.5.69-.34.43-.5.99-.5 1.56 0 .69.16 1.25.25 1.75H0v1h1.22c-.11.45-.37.96-1.06 1.66L0 6.79v1.22h6v-1H1.09c.64-.73.98-1.4 1.13-2H4v-1H2.28C2.2 3.33 2 2.77 2 2.26c0-.39.11-.73.28-.94.17-.21.37-.31.72-.31.39 0 .61.11.75.25s.25.36.25.75h1c0-.58-.17-1.1-.53-1.47C4.1.17 3.58.01 3 .01z"/></svg>
<svg class="tc-image-broadcast tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.612157821655273 16.002742767333984"><path d="M9.612 9.003h-1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h-1c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zm-2-2h1v1h-1v-1zm2 4h-1v4h-1v-4h-1v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59a3.593 3.593 0 0 0-3.5 4.4v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5s4.5 2.02 4.5 4.5c0 1.06-.39 2.03-1 2.8v-1.98c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 0 0 3.09-5.58 6.59 6.59 0 0 0-6.59-6.59 6.59 6.59 0 0 0-6.59 6.59c0 2.36 1.23 4.42 3.09 5.58v1.05a7.497 7.497 0 0 1 3.5-14.13c4.14 0 7.5 3.36 7.5 7.5z"/></svg>
<svg class="tc-image-broken-image tc-image-button" width="22pt" height="22pt" viewBox="0 0 1499.300048828125 3600"><path d="M659.9 2626.2v13.2l-6-6-8 8-8-8-8 8-6-6v-9.2c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4zm-6 12.8l6 6v9.2c0 2.2-1.8 4-4 4h-28c-2.2 0-4-1.8-4-4V2641l6 6 8-8 8 8 8-8z"/><path fill="none" d="M33.2 0h1400v3600H33.2zm33 0h1400v3600H66.2zm.1 0h1400v3600H66.3zm33 0h1400v3600H99.3zM0 0h1400v3600H0zm33 0h1400v3600H33zm.1 0h1400v3600H33.1zm33 0h1400v3600H66.1z"/></svg>
<svg class="tc-image-broom tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M1093.636 0L683.919 409.716c-29.44-16.92-67.651-12.834-92.81 12.325-21.045 21.044-27.336 51.225-18.931 77.762-57.81-29.55-124.29-34.53-191.205-5.992C255.457 556.096 168.86 685.686 0 700.745c12.889 26.535 29.579 56.125 50.049 88.725 71.005 11.18 140.925-11.4 195.558-67.14-21.22 66.046-73.074 115.338-143.2 141.02 18.196 24.26 39.008 49.729 62.51 76.264 80.851-27.028 109.762-64.018 34.115 36.294 31.904 33.138 66.075 68.28 108.064 97.849 18.654-68.878 68.928-121.768 140.953-148.987-55.188 51.726-77.289 126.649-63.668 206.933 41.698 28.051 79.998 50.86 114.873 68.297 29.705-127.434 116.39-259.615 206.934-380.972 29.215-61.498 24.482-127.952-6.605-191.407 26.684 8.698 57.168 2.481 78.375-18.725 25.16-25.16 29.245-63.37 12.325-92.81L1200 106.368 1093.638.01z"/></svg>
<svg class="tc-image-browser tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 40"><path d="M27 10c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15zm0 2.143c-.65 0-1.29.048-1.914.141-.134.291-.229.61-.229.93 0 1.072-1.071-1.071-2.143 1.072-1.071 2.143 0 0 0 2.143 0 1.071-1.55.296-1.071.535 1.071.536 1.071.536 0 1.607 0 0-2.143-1.071-2.143 0 0 1.072-1.071 1.072-2.143 1.072-1.071 0 0 2.143-1.071 2.143-.824 0-.381-1.267-1.106-1.853a12.76 12.76 0 0 0-.67 2.003c.722.647.843 3.203 1.776 4.135 1.071-1.071 1.071 0 2.143 0 1.071 0 1.071 0 1.607 1.072 1.071 0 1.607 1.071 2.678 2.143 1.072 1.071 3.215 1.071 3.215 2.143 0 1.071-1.072 0-1.072 2.142 0 1.072 0 1.072-1.071 1.072-.675 0-1.35 1.274-1.757 2.218 1.53.642 3.209.996 4.971.996a12.82 12.82 0 0 0 9.186-3.86l-.615-1.23s1.34-2.142.268-3.213c-1.071-1.072-1.071-2.143-1.071-2.143s-2.143 2.143-3.214 1.071c-1.072-1.071-1.072 0-2.143-2.143-1.072-2.143 1.071-3.214 1.071-3.214s0-2.143 1.072-2.143c1.071 0 2.142-2.143 4.285 0 0 0 1.239-.825 2.99-1.027a12.865 12.865 0 0 0-2.219-3.496 1.287 1.287 0 0 1-.77.237c-1.072 0 1.07 2.143 0 2.143-1.072 0-1.072-1.071-2.144-1.071-1.071 0-1.071 1.071-2.142 2.143-1.072 1.071 0 0-1.072-1.072-1.071-1.071 2.143 0 1.072-1.071-1.072-1.072 1.071-1.072 1.071-2.143 0-.84 1.318-1.022 1.887-1.06-.618-.447-1.278-.839-1.887-1.083 1.071 1.072-1.071 2.143-2.143 2.143-1.006 0-.122-1.89-.011-3.008A12.866 12.866 0 0 0 27 12.143zM14.143 25c0 3.782 1.633 7.182 4.231 9.535L17.357 32.5c-1.071 0-1.607-2.41-1.607-3.482 0-.86-.345-1.547.072-2.339-1.511-1.518-.608-.695-.608-1.679 0-.51-.485-1.02-.994-1.415L14.143 25zM0 0h40v15.67a16.097 16.097 0 0 0-3-3.16V5H3v20h8c0 1.025.096 2.028.28 3H0V0z"/></svg>
<svg class="tc-image-browser-chrome tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 40"><path d="M27 19.643a5.357 5.357 0 1 1 0 10.714 5.357 5.357 0 0 1 0-10.714zM27 10c5.552 0 10.4 3.267 12.993 7.75l-12.777.289-.216-.003a6.966 6.966 0 0 0-6.408 4.231l-5.706-6.114A14.979 14.979 0 0 1 27 10zm15 15c0 8.284-6.716 15-15 15l-1.603-.085 3.89-8.335a6.967 6.967 0 0 0 2.05-12.03l8.852-1.202C41.344 20.474 42 22.411 42 25zm-30 0a14.93 14.93 0 0 1 2.76-8.673l5.285 8.305-.01.368a6.964 6.964 0 0 0 6.91 6.964l-1.816 7.92C17.728 38.965 12 32.652 12 25zM0 0h40v15.67a16.097 16.097 0 0 0-3-3.16V5H3v20h8c0 1.025.096 2.028.28 3H0V0z"/></svg>
<svg class="tc-image-browser-ie tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 41.88900375366211"><path d="M27.016 9.679c.772 0 1.53.058 2.27.17 4.327-1.86 8.085-2.006 10.097.006 1.64 1.64 1.847 4.44.86 7.761 1.121 2.1 1.757 4.5 1.757 7.047l-.126 1.955H19.948c.569 3.697 3.517 6.514 7.068 6.514 2.652 0 4.968-1.572 6.207-3.908h8.07c-1.929 6.045-7.592 10.423-14.277 10.423-1.882 0-3.682-.346-5.34-.98-5.119 2.694-9.715 3.222-12.02.916-3.716-3.715-.073-13.382 8.136-21.591l1.695-1.613c-2.503 1.31-4.992 3.206-7.179 5.401 1.344-6.896 7.418-12.101 14.708-12.101zm0 7.818c-3.12 0-5.775 2.175-6.759 5.212h13.517c-.983-3.037-3.638-5.212-6.758-5.212zm11.468-5.611c-1.07-1.07-2.853-1.281-5.043-.764a15.047 15.047 0 0 1 5.952 5.093c.315-1.863.043-3.378-.909-4.33zM11.765 38.605c1.601 1.6 4.797 1.278 8.563-.529a15.027 15.027 0 0 1-7.603-8.892c-2.18 4.136-2.681 7.7-.96 9.42zM0 0h40v9.25c-.852-1.185-1.862-1.5-3-2.411V5H3v20h7.5c-1 1-1 2-2 3H0V0z"/></svg>
<svg class="tc-image-browser-wire tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 40"><path d="M27 10c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15zM14.187 23.929h4.263c.072-1.774.32-3.462.713-5.012a16.827 16.827 0 0 1-2.738-1.231 12.785 12.785 0 0 0-2.238 6.243zm7.436-10.611a12.889 12.889 0 0 0-3.874 2.753c.614.319 1.293.605 2.026.855.501-1.371 1.127-2.59 1.848-3.608zm4.306 10.61v-3.77a24.583 24.583 0 0 1-4.744-.647 23.502 23.502 0 0 0-.592 4.418h5.336zm0-11.607c-1.702.57-3.177 2.478-4.146 5.164 1.285.285 2.68.468 4.146.529V12.32zm13.884 11.608a12.785 12.785 0 0 0-2.238-6.243c-.824.468-1.742.882-2.738 1.231.394 1.55.641 3.238.713 5.012h4.263zm-7.436-10.611c.721 1.018 1.347 2.237 1.848 3.608.733-.25 1.412-.537 2.026-.855a12.887 12.887 0 0 0-3.874-2.753zm-4.306 10.61h5.336a23.502 23.502 0 0 0-.592-4.417 24.583 24.583 0 0 1-4.744.646v3.772zm0-11.607v5.693a23.606 23.606 0 0 0 4.146-.53c-.97-2.685-2.444-4.593-4.146-5.163zm11.742 13.75H35.55a24.442 24.442 0 0 1-.713 5.012c.996.35 1.914.763 2.738 1.231a12.785 12.785 0 0 0 2.238-6.243zm-7.436 10.611a12.887 12.887 0 0 0 3.874-2.753 14.723 14.723 0 0 0-2.026-.855c-.501 1.371-1.127 2.59-1.848 3.608zm-4.306-10.61v3.771c1.672.067 3.268.291 4.744.646a23.51 23.51 0 0 0 .592-4.418H28.07zm0 11.607c1.702-.57 3.177-2.478 4.146-5.164a23.684 23.684 0 0 0-4.146-.529v5.693zM14.187 26.071c.19 2.308.99 4.443 2.238 6.243a16.835 16.835 0 0 1 2.738-1.231 24.442 24.442 0 0 1-.713-5.012h-4.263zm7.436 10.611c-.721-1.018-1.347-2.237-1.848-3.608-.733.25-1.412.537-2.026.855a12.89 12.89 0 0 0 3.874 2.753zm4.306-10.61h-5.336c.065 1.569.27 3.058.592 4.417a24.576 24.576 0 0 1 4.744-.646v-3.772zm0 11.607v-5.693c-1.466.06-2.861.244-4.146.53.97 2.685 2.444 4.593 4.146 5.163zM0 0h40v15.67a16.097 16.097 0 0 0-3-3.16V5H3v20h8c0 1.025.096 2.028.28 3H0V0z"/></svg>
<svg class="tc-image-brush tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.36138916015625 18.19903564453125"><path d="M17.622.741a1.997 1.997 0 0 0-2.159-.442c-4.449 1.787-7.792 4.76-10.517 9.357a1.962 1.962 0 0 0-.209.542c-1.38.215-2.6.903-3.442 1.993C.379 13.376 0 14.886.229 16.445l.216 1.473 1.473.217c.293.043.589.064.88.064 2.743 0 4.949-1.909 5.367-4.564a2 2 0 0 0 .544-.218c4.598-2.728 7.571-6.069 9.355-10.517a2.003 2.003 0 0 0-.442-2.159zM2.798 16.199c-.192 0-.389-.016-.59-.044-.309-2.104 1.055-3.81 3-4.021l1.021 1.021c-.192 1.76-1.605 3.044-3.431 3.044zm4.89-4.502l-1.021-1.021c.38-.641.774-1.233 1.178-1.804.027.041 1.639 1.653 1.639 1.653-.568.401-1.158.794-1.796 1.172zm2.608-1.773S8.475 8.123 8.417 8.1c2.147-2.784 4.651-4.685 7.791-5.943-1.255 3.127-3.144 5.623-5.912 7.767z"/></svg>
<svg class="tc-image-bt-audio tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 853.3319702148438"><path d="M479.573 427.093l98.987 98.987c11.947-30.933 18.773-64.427 18.773-99.413 0-34.773-6.613-68.053-18.347-98.773l-99.413 99.2zm225.707-225.92l-53.973 53.973c26.667 51.413 42.027 109.653 42.027 171.733s-15.36 120.107-42.027 171.733l51.2 51.2C743.68 583.679 768 506.239 768 423.039c0-81.493-23.253-157.227-62.72-221.867zm-163.2 42.24L298.667 0H256v323.627L60.373 128 0 188.373l238.293 238.293L0 664.959l60.373 60.373L256 529.705v323.627h42.667L542.08 609.919 359.04 426.666l183.04-183.253zm-200.747-80l80.213 80.213-80.213 80V163.413zm80.214 446.506l-80.213 80V529.492l80.213 80.427z"/></svg>
<svg class="tc-image-bt-connected tc-image-button" width="22pt" height="22pt" viewBox="0 0 767.9990234375 853.3319702148438"><path d="M170.666 426.666l-85.333-85.333L0 426.666l85.333 85.333 85.333-85.333zm456.746-183.253L383.999 0h-42.667v323.627L145.706 128l-60.373 60.373 238.293 238.293L85.332 664.959l60.373 60.373 195.627-195.627v323.627h42.667l243.413-243.413-183.04-183.253 183.04-183.253zm-200.746-80l80.213 80.213-80.213 80V163.413zm80.213 446.506l-80.213 80V529.492l80.213 80.427zm175.787-268.586l-85.333 85.333 85.333 85.333 85.333-85.333-85.333-85.333z"/></svg>
<svg class="tc-image-bt-disabled tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.6669311523438 853.3330078125"><path d="M384 163.414l80.213 80.213-68.267 68.267 60.373 60.373 128.64-128.64L341.332 0h-42.667v214.613l85.333 85.333V163.413zM60.373 85.334L0 145.707l280.96 280.96L42.667 664.96l60.373 60.373 195.627-195.627v323.627h42.667L524.587 670.08l97.92 97.92 60.16-60.373L60.374 85.334zM384 689.921V529.708l80.213 80.213-80.213 80z"/></svg>
<svg class="tc-image-bt-searching tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 853.3319702148438"><path d="M479.573 427.093l98.987 98.987c11.947-30.933 18.773-64.427 18.773-99.413 0-34.773-6.613-68.053-18.347-98.773l-99.413 99.2zm225.707-225.92l-53.973 53.973c26.667 51.413 42.027 109.653 42.027 171.733s-15.36 120.107-42.027 171.733l51.2 51.2C743.68 583.679 768 506.239 768 423.039c0-81.493-23.253-157.227-62.72-221.867zm-163.2 42.24L298.667 0H256v323.627L60.373 128 0 188.373l238.293 238.293L0 664.959l60.373 60.373L256 529.705v323.627h42.667L542.08 609.919 359.04 426.666l183.04-183.253zm-200.747-80l80.213 80.213-80.213 80V163.413zm80.214 446.506l-80.213 80V529.492l80.213 80.427z"/></svg>
<svg class="tc-image-bt-settings tc-image-button" width="22pt" height="22pt" viewBox="0 0 542.080078125 1024"><path d="M256 1024h85.334v-85.333h-85.333V1024zm-170.666 0h85.333v-85.333H85.334V1024zm341.333 0H512v-85.333h-85.333V1024zM542.08 243.413L298.667 0H256v323.627L60.374 128 .001 188.373l238.293 238.293L0 664.959l60.373 60.373L256 529.705v323.627h42.667L542.08 609.919 359.04 426.666l183.04-183.253zm-200.746-80l80.213 80.213-80.213 80V163.413zm80.213 446.507l-80.213 80V529.707l80.213 80.213z"/></svg>
<svg class="tc-image-btc tc-image-button" width="22pt" height="22pt" viewBox="0 0 371.8859558105469 511.9990234375"><path d="M342.783 157.366c2.857 37.366-10.783 63.969-40.96 79.76 23.716 5.765 41.667 16.169 53.893 31.262 11.49 15.094 16.17 37.018 14.01 65.751-1.455 15.094-4.68 28.027-9.698 38.799-6.47 12.226-13.302 21.207-20.48 26.952-7.915 7.916-17.623 14.009-29.102 18.32-15.094 5.765-27.668 9.349-37.724 10.783-9.349 1.454-24.433 2.877-45.27 4.311v78.695h-47.433V434.39h-37.724v77.609h-47.43v-78.684H.011l9.697-56.054h34.488c10.055 0 15.8-5.386 17.244-16.169V148.746c-2.16-14.367-11.15-21.555-26.952-21.555H0V77.609h94.853V0h47.432v75.449h37.724V0h47.431v77.609c17.244 1.454 31.611 3.605 43.12 6.472 13.64 3.604 25.497 8.263 35.574 14.008 9.328 5.038 17.602 12.933 24.791 23.716 5.745 8.622 9.707 20.48 11.858 35.563zm-88.38 21.565c0-7.178-1.455-13.292-4.312-18.32-2.16-5.017-5.038-9.329-8.622-12.933-5.765-4.311-10.783-7.178-15.094-8.622-10.076-2.857-15.81-4.669-17.244-5.386-7.188-1.433-13.302-2.161-18.319-2.161-5.038-.707-11.15-1.075-18.32-1.075h-16.169c-5.038.727-9.349 1.075-12.933 1.075v93.768h10.783c6.471.727 11.131.727 14.01 0h16.168c5.017 0 10.404-.707 16.17-2.16l16.168-3.236c4.311-.707 9.328-2.509 15.094-5.386.707 0 4.67-2.857 11.858-8.622 4.311-4.311 6.82-8.253 7.547-11.858 2.13-4.311 3.216-9.329 3.216-15.084zm21.554 146.586c0-7.906-1.454-14.715-4.31-20.48-2.16-3.594-6.115-8.254-11.859-14.009-5.038-3.594-10.783-6.82-17.244-9.697-10.783-2.857-17.623-4.67-20.48-5.386-8.622-1.433-16.169-2.16-22.64-2.16-5.765-.707-12.933-1.075-21.555-1.075h-34.498v104.561h43.12c4.311-.707 10.056-1.075 17.244-1.075 3.594-.707 9.697-1.782 18.32-3.236 7.177-1.433 12.932-2.857 17.243-4.311 3.594-.707 8.254-2.857 14.01-6.471 5.744-2.161 9.696-5.018 11.857-8.622 4.311-5.745 6.82-10.055 7.547-12.933 2.171-4.322 3.246-9.339 3.246-15.104z"/></svg>
<svg class="tc-image-bubble tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 959.552001953125"><path d="M512 0c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044C322.198 936.934 190.926 956.656 64 959.552v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-.758-19.33-2.164-28.696C74.04 663.04 0 546.55 0 416 0 186.25 229.23 0 512 0z"/></svg>
<svg class="tc-image-bubble-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><g transform="translate(-8 -8)"><circle cx="14.4" cy="28.8" r="6.4"/><circle cx="29.6" cy="36" r="4"/><circle cx="30.4" cy="17.6" r="9.6"/></g></svg>
<svg class="tc-image-bubble2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14.993000030517578"><path d="M8 2c-.858 0-1.687.135-2.464.402-.73.251-1.38.605-1.932 1.054C2.569 4.297 2 5.378 2 6.5c0 .63.175 1.24.52 1.815.356.592.89 1.134 1.547 1.566.474.312.793.812.878 1.373.028.187.046.376.053.564.117-.097.23-.201.342-.312a2 2 0 0 1 1.666-.57c.328.042.662.063.995.063.858 0 1.687-.135 2.464-.402a6.278 6.278 0 0 0 1.932-1.054c1.035-.841 1.604-1.922 1.604-3.044s-.57-2.203-1.604-3.044a6.299 6.299 0 0 0-1.932-1.054 7.563 7.563 0 0 0-2.464-.402zm0-2c4.418 0 8 2.91 8 6.5S12.418 13 8 13c-.424 0-.841-.027-1.247-.079-1.718 1.718-3.77 2.027-5.753 2.072v-.421c1.071-.525 2-1.48 2-2.572a3.01 3.01 0 0 0-.034-.448C1.157 10.36 0 8.54 0 6.5 0 2.91 3.582 0 8 0z"/></svg>
<svg class="tc-image-bubbles tc-image-button" width="22pt" height="22pt" viewBox="0 0 1152 1023.511962890625"><path d="M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938a239.589 239.589 0 0 1-32.5 2.224c-68.008 0-129.348-28.528-172.722-74.264C920.556 956.23 892.776 960 864 960c-159.058 0-288-114.616-288-256s128.942-256 288-256 288 114.616 288 256c0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52C974.654 383.6 920.25 372 864 372c-95.56 0-185.816 33.446-254.138 94.178C539.016 529.15 500 613.612 500 704c0 44.672 9.544 87.888 27.736 127.788-5.228.126-10.468.212-15.736.212-27.156 0-53.81-1.734-79.824-5.044C322.198 936.934 190.926 956.656 64 959.552v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-.758-19.33-2.164-28.696C74.04 663.04 0 546.55 0 416 0 186.25 229.23 0 512 0z"/></svg>
<svg class="tc-image-bubbles2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 16.000999450683594"><path d="M7.5.001c4.142 0 7.5 2.717 7.5 6.069s-3.358 6.069-7.5 6.069a9.16 9.16 0 0 1-1.169-.074C4.72 13.67 2.86 13.957 1 14v-.393c1.004-.49 1.813-1.382 1.813-2.402 0-.142-.011-.282-.032-.419C1.085 9.673 0 7.974 0 6.069 0 2.717 3.358 0 7.5 0zm8.063 13.604c0 .874.567 1.639 1.438 2.059v.337c-1.611-.036-3.09-.283-4.487-1.658-.33.041-.669.063-1.013.063-1.492 0-2.866-.402-3.963-1.079 2.261-.008 4.395-.732 6.013-2.042a7.346 7.346 0 0 0 1.913-2.302 6.23 6.23 0 0 0 .704-3.4C17.302 6.519 18 7.796 18 9.203c0 1.633-.94 3.089-2.41 4.043a2.361 2.361 0 0 0-.027.359z"/></svg>
<svg class="tc-image-bubbles3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 17.999000549316406 16.124475479125977"><path d="M16.999 14.082c0 .711.407 1.327 1 1.628v.249a3.71 3.71 0 0 1-3.207-1.125 5.03 5.03 0 0 1-1.293.168c-2.485 0-4.5-1.791-4.5-4s2.015-4 4.5-4 4.5 1.791 4.5 4c0 .865-.309 1.665-.834 2.32a1.81 1.81 0 0 0-.166.761zM3.603 3.457c-1.035.841-1.604 1.922-1.604 3.044 0 .63.175 1.24.52 1.815.356.592.89 1.134 1.547 1.566.474.312.793.812.878 1.373.028.187.046.376.053.564.117-.097.23-.201.342-.312a2 2 0 0 1 1.666-.57c.327.042.662.063.994.063v2c-.424 0-.84-.027-1.246-.079-1.718 1.718-3.77 2.027-5.753 2.072v-.421c1.071-.525 2-1.48 2-2.572a3.01 3.01 0 0 0-.034-.448C1.157 10.36 0 8.54 0 6.5 0 2.91 3.582 0 8 0c4.351 0 7.89 2.822 7.997 6.336a6.083 6.083 0 0 0-2.067-.509c-.18-.876-.709-1.7-1.535-2.371a6.299 6.299 0 0 0-1.932-1.054C9.686 2.135 8.857 2 7.999 2s-1.687.135-2.464.402c-.73.251-1.38.605-1.932 1.054z"/></svg>
<svg class="tc-image-bubbles4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 16.000999450683594"><path d="M7.5 2.001a7 7 0 0 0-2.272.369 5.79 5.79 0 0 0-1.773.963C2.517 4.092 2 5.064 2 6.07c0 .562.157 1.109.467 1.623.323.537.811 1.028 1.41 1.421a2 2 0 0 1 .881 1.374c.014.094.025.188.034.282a3.62 3.62 0 0 0 .127-.122 1.999 1.999 0 0 1 1.662-.567c.303.038.611.058.918.058a7 7 0 0 0 2.272-.369 5.807 5.807 0 0 0 1.774-.963C12.483 8.048 13 7.076 13 6.07s-.517-1.978-1.455-2.737a5.753 5.753 0 0 0-1.774-.963 7 7 0 0 0-2.272-.369zm0-2c4.142 0 7.5 2.717 7.5 6.069s-3.358 6.069-7.5 6.069a9.16 9.16 0 0 1-1.169-.074C4.72 13.67 2.86 13.957 1 14v-.393c1.004-.49 1.813-1.382 1.813-2.402 0-.142-.011-.282-.032-.419C1.085 9.673 0 7.974 0 6.069 0 2.717 3.358 0 7.5 0zm8.063 13.604c0 .874.567 1.639 1.438 2.059v.337c-1.611-.036-3.09-.283-4.487-1.658-.33.041-.669.063-1.013.063-1.492 0-2.866-.402-3.963-1.079 2.261-.008 4.395-.732 6.013-2.042a7.346 7.346 0 0 0 1.913-2.302 6.23 6.23 0 0 0 .704-3.4C17.302 6.519 18 7.796 18 9.203c0 1.633-.94 3.089-2.41 4.043a2.361 2.361 0 0 0-.027.359z"/></svg>
<svg class="tc-image-bucket tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.2200345993042 13.471190452575684"><path d="M6.659 1.61l4.949 4.95-5.656 5.656-4.95-4.949L6.659 1.61M5.952.903L.294 6.56a.997.997 0 0 0 0 1.414l4.95 4.95a.997.997 0 0 0 1.414 0l5.656-5.657a.999.999 0 0 0 0-1.414L7.366.903a.999.999 0 0 0-1.414 0zM.294 7.974l4.95 4.95a.997.997 0 0 0 1.414 0l5.656-5.657a.993.993 0 0 0 .293-.707H.294a.999.999 0 0 0 0 1.414zM1.708.195a.5.5 0 0 0 0 .707L6.305 5.5a.5.5 0 0 0 .707-.707L2.415.195a.5.5 0 0 0-.707 0zm11.317 7.062s-1.839 2.84-2 4c-.275 1.981 1 2.214 2 2.214s2.195-.223 2-2.214c-.105-1.067-2-4-2-4z"/></svg>
<svg class="tc-image-bucket-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.6072359085083 13.217226028442383"><path d="M6.658 1.61l4.949 4.95-5.656 5.656-4.95-4.949L6.658 1.61M5.951.903L.294 6.56a.997.997 0 0 0 0 1.414l4.95 4.95a.997.997 0 0 0 1.414 0l5.656-5.657a.999.999 0 0 0 0-1.414L7.365.903a.999.999 0 0 0-1.414 0z"/><path d="M1.708.195a.5.5 0 0 0 0 .707L6.305 5.5a.5.5 0 0 0 .707-.707L2.415.195a.5.5 0 0 0-.707 0z"/></svg>
<svg class="tc-image-buffer tc-image-button" width="22pt" height="22pt" viewBox="0 0 501.24896240234375 511.9149169921875"><path d="M.001 390.144c3.754-5.12 9.13-9.472 16.128-13.056s15.36-6.997 25.087-10.24 16.64-5.888 20.737-7.937c6.485 0 12.202.769 17.151 2.305 4.95 1.536 10.667 4.096 17.152 7.68 6.486 3.584 10.753 5.717 12.8 6.4 16.043 7.168 60.417 27.477 133.12 60.928 6.486 1.365 12.545 1.365 18.176 0 5.632-1.365 12.374-4.352 20.225-8.96 7.85-4.608 11.946-7.083 12.288-7.424 6.826-3.072 19.882-8.96 39.168-17.664a250821.52 250821.52 0 0 0 44.8-20.225c1.365-.682 8.447-4.266 21.248-10.752 12.8-6.485 23.125-10.58 30.975-12.288 4.438-.682 9.131-.511 14.08.513s8.96 2.304 12.032 3.84 6.998 3.754 11.777 6.656c4.779 2.901 7.85 4.693 9.216 5.376 1.365.682 4.01 1.706 7.935 3.071 3.926 1.366 7.084 2.732 9.473 4.097s4.266 3.243 5.632 5.632c1.024 1.365 1.706 3.754 2.048 7.168-3.414 4.437-8.705 8.533-15.873 12.288-7.167 3.755-15.872 7.51-26.112 11.264-10.24 3.754-17.066 6.485-20.48 8.192-14.677 6.827-36.608 17.323-65.791 31.488-29.185 14.165-51.115 24.66-65.792 31.488-2.39 1.024-5.974 2.987-10.752 5.888-4.779 2.901-8.79 5.12-12.033 6.656-3.242 1.536-7.594 3.413-13.055 5.631-5.462 2.22-10.155 3.414-14.08 3.584-3.926.172-8.96-.084-15.105-.767L107.008 448c-2.048-1.024-7.51-3.413-16.384-7.168a4114.1 4114.1 0 0 1-26.368-11.264 1096.682 1096.682 0 0 1-27.391-12.288c-9.558-4.437-17.494-8.448-23.809-12.032-6.314-3.584-9.984-6.4-11.008-8.448C.683 395.435 0 393.216 0 390.144zm0-137.216c3.754-5.12 9.13-9.386 16.128-12.8s15.53-6.827 25.6-10.24c10.069-3.413 17.151-5.973 21.247-7.68 6.486 0 12.289.768 17.408 2.304 5.12 1.536 11.009 4.096 17.664 7.68 6.657 3.584 11.009 5.888 13.056 6.912 14.337 6.485 35.926 16.384 64.769 29.696s50.602 23.381 65.28 30.208c6.485 1.706 12.8 1.792 18.943.256 6.144-1.536 12.8-4.437 19.97-8.704 7.167-4.267 11.434-6.742 12.8-7.424 23.21-10.922 50.516-23.21 81.919-36.864 3.755-1.707 9.13-4.523 16.128-8.448 6.997-3.926 13.568-7.253 19.712-9.984s12.288-4.608 18.431-5.632c5.462-1.024 10.838-.853 16.128.512 5.291 1.365 11.691 4.267 19.2 8.704 7.51 4.438 11.436 6.656 11.777 6.656 1.706 1.024 4.351 2.133 7.935 3.327s6.656 2.56 9.216 4.097c2.56 1.536 4.524 3.328 5.889 5.376 1.024 1.707 1.707 4.096 2.048 7.168-3.414 4.779-8.79 9.13-16.128 13.056s-16.299 7.765-26.88 11.52-17.579 6.485-20.992 8.192c-16.384 7.85-39.51 18.944-69.376 33.28s-50.773 24.405-62.72 30.208c-2.39 1.024-6.827 3.413-13.312 7.168-6.485 3.755-11.435 6.314-14.848 7.68s-8.96 3.072-16.64 5.12-13.739 2.048-18.177 0c-73.044-34.475-117.418-55.296-133.12-62.464-2.047-1.024-9.556-4.267-22.527-9.728-12.97-5.461-24.832-10.581-35.584-15.36s-21.248-9.814-31.488-15.105c-10.24-5.29-16.043-9.13-17.408-11.519-1.366-1.365-2.048-3.755-2.048-7.168zm0-136.704c3.413-5.12 8.79-9.643 16.128-13.568 7.338-3.926 16.298-7.765 26.88-11.52s17.578-6.485 20.992-8.192L242.177 0c10.24 0 19.37 1.195 27.392 3.584 8.021 2.39 17.664 6.827 28.928 13.312 11.264 6.485 18.09 10.24 20.48 11.263 13.312 6.145 33.28 15.446 59.904 27.905 26.624 12.459 46.592 21.76 59.904 27.904 1.365.682 7.594 3.242 18.688 7.68 11.093 4.437 20.395 8.533 27.904 12.288s12.117 7.168 13.824 10.24c1.024 1.365 1.707 3.584 2.048 6.656-3.072 4.437-7.51 8.277-13.313 11.52-5.802 3.243-13.225 6.486-22.271 9.728-9.046 3.243-14.934 5.546-17.664 6.911-16.043 7.51-39.936 18.86-71.68 34.05a584527.544 584527.544 0 0 1-71.168 34.047c-2.048 1.024-5.461 2.902-10.24 5.632s-8.704 4.864-11.776 6.4c-3.072 1.536-7.339 3.328-12.8 5.376-5.462 2.048-10.07 3.072-13.824 3.072-3.755 0-8.534-.17-14.336-.512-83.627-38.912-127.317-59.221-131.072-60.928-1.366-.683-12.118-5.376-32.256-14.08-20.139-8.704-37.547-16.64-52.224-23.808-14.677-7.168-22.869-12.288-24.576-15.36-1.365-1.365-2.048-3.584-2.048-6.656z"/></svg>
<svg class="tc-image-bug tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.000003814697266 39.181541442871094"><path d="M26.5.238a2.5 2.5 0 0 1 0 5l-.636-.082-2.307 2.954c1.592 1.146 2.974 2.768 4.045 4.73-2.732.882-6.039 1.398-9.602 1.398-3.563 0-6.87-.516-9.602-1.398 1.035-1.896 2.361-3.476 3.886-4.614L9.922 5.203a2.5 2.5 0 1 1 1.675-1.104l2.405 3.077A9.098 9.098 0 0 1 18 6.238c1.334 0 2.617.3 3.816.852l2.479-3.173A2.5 2.5 0 0 1 26.5.237zm8 21a1.5 1.5 0 0 1 0 3h-4.549a22.026 22.026 0 0 1-.435 3.153l5.29 2.467a1.5 1.5 0 0 1-1.268 2.719l-4.871-2.272c-1.85 4.92-5.45 8.398-9.667 8.877V16.224c3.541-.096 6.791-.703 9.424-1.666l.195.487 5.111-1.962a1.5 1.5 0 1 1 1.075 2.8l-5.323 2.045c.235 1.062.394 2.169.47 3.31H34.5zm-33 0h4.549c.075-1.141.234-2.248.469-3.31l-5.323-2.044a1.5 1.5 0 0 1 1.075-2.8l5.111 1.96.195-.486c2.633.963 5.883 1.57 9.424 1.666v22.958c-4.217-.48-7.816-3.956-9.666-8.877l-4.872 2.272a1.5 1.5 0 0 1-1.268-2.72l5.29-2.466a22.01 22.01 0 0 1-.435-3.153H1.5a1.5 1.5 0 1 1 0-3z"/></svg>
<svg class="tc-image-bug-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.246002197265625 52.24699401855469"><path d="M34.623 7.124a2.5 2.5 0 0 0-2.205 3.679l-2.48 3.173a9.068 9.068 0 0 0-3.815-.852c-1.402 0-2.748.33-3.998.938l-2.404-3.077a2.5 2.5 0 1 0-2.098 1.139l.422-.036 2.362 3.023c-1.525 1.139-2.85 2.718-3.886 4.614 2.732.883 6.039 1.399 9.602 1.399 3.563 0 6.87-.516 9.602-1.398-1.071-1.962-2.453-3.584-4.045-4.73l2.307-2.954.636.082a2.5 2.5 0 0 0 0-5zm8 21h-4.55a21.977 21.977 0 0 0-.469-3.31l5.323-2.044a1.5 1.5 0 1 0-1.075-2.8l-5.111 1.961-.195-.487c-2.633.963-5.883 1.57-9.424 1.666v22.958c4.217-.479 7.816-3.956 9.666-8.877l4.872 2.272a1.5 1.5 0 0 0 1.268-2.72l-5.29-2.466c.217-1.014.364-2.068.435-3.153h4.55a1.5 1.5 0 1 0 0-3zm-33 0a1.5 1.5 0 0 0 0 3h4.549a22.01 22.01 0 0 0 .435 3.153l-5.29 2.467a1.5 1.5 0 1 0 1.268 2.719l4.872-2.272c1.85 4.921 5.449 8.398 9.666 8.877V23.11c-3.541-.096-6.791-.703-9.424-1.666l-.195.487-5.111-1.962a1.5 1.5 0 1 0-1.075 2.801l5.323 2.044a21.979 21.979 0 0 0-.47 3.31H9.623zm-.74 12.412L0 49.418a35.21 35.21 0 0 0 2.829 2.829L15.69 39.384l-.316-.73-4.758 2.219a1.5 1.5 0 0 1-1.733-.338zm27.708-22.052L52.246 2.829A35.208 35.208 0 0 0 49.417 0L34.161 15.258c.916.914 1.734 2 2.43 3.227z"/></svg>
<svg class="tc-image-bug-report tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 36"><path d="M32 10h-5.62c-.9-1.56-2.14-2.91-3.63-3.92L26 2.83 23.17 0l-4.35 4.35C17.92 4.13 16.97 4 16 4c-.97 0-1.92.13-2.82.35L8.83 0 6 2.83l3.25 3.25A11.947 11.947 0 0 0 5.62 10H0v4h4.18c-.11.65-.18 1.32-.18 2v2H0v4h4v2c0 .68.07 1.35.18 2H0v4h5.62c2.07 3.58 5.94 6 10.38 6s8.31-2.42 10.38-6H32v-4h-4.18c.11-.65.18-1.32.18-2v-2h4v-4h-4v-2c0-.68-.07-1.35-.18-2H32v-4zM20 26h-8v-4h8v4zm0-8h-8v-4h8v4z"/></svg>
<svg class="tc-image-bugsense tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.9739990234375 11.992000579833984"><path d="M6.723 9.688c-.133 0-.269-.022-.404-.065-.142.85-.176 1.88.494 1.898.858.023 2.648.011 3.486.005.03-.154.03-.184.006-.168-.677-.286-1.824-.944-1.234-1.95-.198.028-.391.062-.589.097-.528.089-1.074.183-1.759.183zm9.381 1.669c-.626-.264-1.657-.849-1.337-1.732a2.6 2.6 0 0 1-1.313.333c-.454 0-.893-.112-1.351-.242-.128.83-.136 1.788.509 1.805.858.023 2.648.011 3.486.005.03-.156.03-.186.006-.169zM4.581 8.18a9.461 9.461 0 0 1-.592-.959c-.17.775-1.003 3.745-3.869 4.501l-.12.27s3.667-.333 5.813-2.587c-.403-.228-.815-.637-1.231-1.226zm11.818-4.547s-.204-.706-.871-1.497a4.954 4.954 0 0 0-2.355 3.798 5.003 5.003 0 0 1-.109-1.039c0-1.423.6-2.706 1.561-3.61a5.844 5.844 0 0 0-1.194-.688 4.96 4.96 0 0 0-2.085 4.961 4.952 4.952 0 0 1 .581-5.413A9.225 9.225 0 0 0 10.522 0a4.96 4.96 0 0 0-1.039 5.669A4.95 4.95 0 0 1 8.664.232a4.984 4.984 0 0 0-1.777 1.011 4.962 4.962 0 0 0 .828 5.02 4.93 4.93 0 0 1-2.208-3.322C4.449 4.728 4.169 6.667 4.169 6.667s1.232 2.675 2.554 2.675 2.103-.36 3.395-.36c1.292 0 2.314.631 3.336.631s3.095-.512 2.945-5.981zm1.341.311c.275-.256.663-.657.938-1.139.539-.947.453-2.012.453-2.012s-1.227.47-1.766 1.418c-.346.608-.558 1.168-.587 1.556.149.052.249-.121 0 0 .031 1.508-.106 2.746-.411 3.703a.96.96 0 0 0 .048.008s.991.391 2.073-.03 2.643 1.834 2.885 2.375l.601.061c0-.001-.353-4.886-4.233-5.939zm.992 1.958a.466.466 0 1 1 .001-.931.466.466 0 0 1-.001.931z"/></svg>
<svg class="tc-image-build tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.20000076293945 45.20000076293945"><path d="M44.4 36.9L26.1 18.6c1.8-4.6.8-10.1-2.9-13.8-4-4-10-4.8-14.8-2.5l8.7 8.7-6.1 6.1-8.7-8.7C0 13.2.8 19.2 4.8 23.2c3.7 3.7 9.2 4.7 13.8 2.9l18.3 18.3c.8.8 2.1.8 2.8 0l4.7-4.7c.8-.7.8-2 0-2.8z"/></svg>
<svg class="tc-image-building tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1792"><path d="M1344 0q26 0 45 19t19 45v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280zM512 288v64q0 14 9 23t23 9h64q14 0 23-9t9-23v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23zm0 256v64q0 14 9 23t23 9h64q14 0 23-9t9-23v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23zm0 256v64q0 14 9 23t23 9h64q14 0 23-9t9-23v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23zm0 256v64q0 14 9 23t23 9h64q14 0 23-9t9-23v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23zm-128 320v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm512 1280v-192q0-14-9-23t-23-9H544q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-512v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 1024v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v64q0 14 9 23t23 9h64q14 0 23-9t9-23z"/></svg>
<svg class="tc-image-building-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 9"><path d="M0 0v9h4V5h2v4h1V0H0zm3 8H1V5h2v3zm0-4H1V2h2v2zm3 0H4V2h2v2z"/></svg>
<svg class="tc-image-building-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 11"><path d="M0 0v11h5V8h3v3h1V0H0zm4 10H1V8h3v2zm0-3H1V5h3v2zm0-3H1V2h3v2zm4 3H5V5h3v2zm0-3H5V2h3v2z"/></svg>
<svg class="tc-image-building-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1792"><path d="M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zM384 544v64q0 13-9.5 22.5T352 640h-64q-13 0-22.5-9.5T256 608v-64q0-13 9.5-22.5T288 512h64q13 0 22.5 9.5T384 544zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zM640 544v64q0 13-9.5 22.5T608 640h-64q-13 0-22.5-9.5T512 608v-64q0-13 9.5-22.5T544 512h64q13 0 22.5 9.5T640 544zM384 288v64q0 13-9.5 22.5T352 384h-64q-13 0-22.5-9.5T256 352v-64q0-13 9.5-22.5T288 256h64q13 0 22.5 9.5T384 288zm768 512v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 544v64q0 13-9.5 22.5T864 640h-64q-13 0-22.5-9.5T768 608v-64q0-13 9.5-22.5T800 512h64q13 0 22.5 9.5T896 544zM640 288v64q0 13-9.5 22.5T608 384h-64q-13 0-22.5-9.5T512 352v-64q0-13 9.5-22.5T544 256h64q13 0 22.5 9.5T640 288zm512 256v64q0 13-9.5 22.5T1120 640h-64q-13 0-22.5-9.5T1024 608v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 288v64q0 13-9.5 22.5T864 384h-64q-13 0-22.5-9.5T768 352v-64q0-13 9.5-22.5T800 256h64q13 0 22.5 9.5T896 288zm256 0v64q0 13-9.5 22.5T1120 384h-64q-13 0-22.5-9.5T1024 352v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 1664h384V128H128v1536h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zM1408 64v1664q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h1280q26 0 45 19t19 45z"/></svg>
<svg class="tc-image-bulb tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 574.9739990234375 960.8140258789062"><path d="M287.487.015C128.712.015 0 96.43 0 215.384l163.323 494.644h248.328l163.323-494.659C574.974 96.419 446.271 0 287.487 0zm0 46.997c158.775 0 240.48 128.138 240.48 168.362l-116.32 345.427H163.32L47.002 215.374c0-49.63 81.704-168.362 240.48-168.362zM159.702 746.106v85.982h255.57v-85.984h-255.57zm0 128.726v85.982h255.57V874.83h-255.57z"/></svg>
<svg class="tc-image-bullhorn tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.990000247955322 7.070000171661377"><path d="M6 0v6c.03.01.07 0 .09 0h.81c.05 0 .09-.04.09-.09V.1c0-.06-.04-.09-.09-.09h-.91zM5 .5L2.09 1.97c-.05.02-.13.03-.19.03H.09C.03 2 0 2.04 0 2.09V3.9c0 .06.04.09.09.09H1l1.03 2.72c.11.25.44.36.69.25.25-.11.36-.44.25-.69l-.75-1.78c.03-.14.13-.22.28-.22v-.03L5 5.49v-5z"/></svg>
<svg class="tc-image-bullseye tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1024 768q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm128 0q0-159-112.5-271.5T768 384 496.5 496.5 384 768t112.5 271.5T768 1152t271.5-112.5T1152 768zm128 0q0 212-150 362t-362 150-362-150-150-362 150-362 362-150 362 150 150 362zm128 0q0-130-51-248.5t-136.5-204-204-136.5T768 128t-248.5 51-204 136.5-136.5 204T128 768t51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5zm128 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-burst tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.11499786376953 76.5260238647461"><path d="M77.115 38.223c0-.885-.435-1.663-1.097-2.151l.014-.024-9.324-5.383 5.367-9.296-.018-.011a2.666 2.666 0 0 0-.127-2.408 2.667 2.667 0 0 0-2.025-1.314v-.026H59.137V6.873h-.022a2.667 2.667 0 0 0-1.314-2.022 2.662 2.662 0 0 0-2.412-.125l-.013-.023-9.481 5.474-5.25-9.094-.019.011A2.668 2.668 0 0 0 38.477 0c-.885 0-1.664.435-2.151 1.097l-.024-.014-5.337 9.244-9.19-5.306-.011.019a2.666 2.666 0 0 0-2.408.127 2.666 2.666 0 0 0-1.315 2.025h-.027v10.674H7.402v.021a2.667 2.667 0 0 0-2.022 1.314 2.667 2.667 0 0 0-.126 2.41l-.023.014 5.246 9.087-9.394 5.424.011.019A2.668 2.668 0 0 0 0 38.304c0 .885.435 1.664 1.097 2.151l-.014.024 9.324 5.383-5.367 9.296.019.011a2.666 2.666 0 0 0 .127 2.408 2.667 2.667 0 0 0 2.025 1.314v.027h10.766v10.735h.022c.092.816.549 1.58 1.314 2.022a2.665 2.665 0 0 0 2.412.125l.013.023 9.481-5.474 5.25 9.094.019-.011a2.668 2.668 0 0 0 2.149 1.094c.885 0 1.664-.435 2.151-1.096l.023.013 5.337-9.244 9.191 5.306.011-.019a2.666 2.666 0 0 0 2.408-.127 2.666 2.666 0 0 0 1.315-2.025h.027V58.661h10.613v-.021a2.667 2.667 0 0 0 2.022-1.314 2.67 2.67 0 0 0 .126-2.411l.023-.013-5.246-9.087 9.394-5.424-.011-.019a2.666 2.666 0 0 0 1.094-2.149z"/></svg>
<svg class="tc-image-burst-mode tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M0 0h4v28H0zm8 0h4v28H8zm34 0H18c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM20 24l5-6.3 3.57 4.3 5-6.44L40 24H20z"/></svg>
<svg class="tc-image-burst-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.11499786376953 76.5260238647461"><path d="M77.115 38.223c0-.885-.435-1.663-1.097-2.151l.014-.024-9.324-5.383 5.367-9.296-.018-.011a2.666 2.666 0 0 0-.127-2.408 2.667 2.667 0 0 0-2.025-1.314v-.026H59.137V6.873h-.022a2.667 2.667 0 0 0-1.314-2.022 2.662 2.662 0 0 0-2.412-.125l-.013-.023-9.481 5.474-5.25-9.094-.019.011A2.668 2.668 0 0 0 38.477 0c-.885 0-1.664.435-2.151 1.097l-.024-.014-5.337 9.244-9.19-5.306-.011.019a2.666 2.666 0 0 0-2.408.127 2.666 2.666 0 0 0-1.315 2.025h-.027v10.674H7.402v.021a2.667 2.667 0 0 0-2.022 1.314 2.667 2.667 0 0 0-.126 2.41l-.023.014 5.246 9.087-9.394 5.424.011.019A2.668 2.668 0 0 0 0 38.304c0 .885.435 1.664 1.097 2.151l-.014.024 9.324 5.383-5.367 9.296.018.01a2.666 2.666 0 0 0 .127 2.408A2.667 2.667 0 0 0 7.21 58.89v.027h10.767v10.736h.022c.092.816.549 1.58 1.314 2.022a2.665 2.665 0 0 0 2.412.125l.013.023 9.481-5.474 5.25 9.094.019-.011a2.668 2.668 0 0 0 2.149 1.094c.885 0 1.664-.435 2.151-1.096l.023.013 5.337-9.244 9.191 5.306.011-.019a2.666 2.666 0 0 0 2.408-.127 2.666 2.666 0 0 0 1.315-2.025h.027V58.661h10.613v-.021a2.667 2.667 0 0 0 2.022-1.314 2.67 2.67 0 0 0 .126-2.411l.023-.013-5.246-9.087 9.394-5.424-.011-.019a2.666 2.666 0 0 0 1.094-2.149zM32.272 49.618l-9.846-4.35 4.345 7.525-2.456 1.418-6.662-11.537 2.525-1.459 9.53 4.162-4.185-7.248 2.457-1.418 6.66 11.537-2.368 1.37zm4.652-2.686l-6.661-11.538 8.165-4.713 1.248 2.162-5.709 3.295 1.398 2.422 5.587-3.225 1.248 2.16-5.587 3.227 1.518 2.629 5.709-3.295 1.248 2.162-8.164 4.714zM55.83 36.017l-6.598-6.754 2.567 9.08-2.611 1.508-9.965-9.629 2.75-1.588 6.838 7.168-2.617-9.605 1.92-1.108 6.993 7.079-2.79-9.506 2.75-1.588 3.375 13.436-2.612 1.507z"/></svg>
<svg class="tc-image-burst-sale tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.11499786376953 76.5260238647461"><path d="M32.662 43.904l3.598-2.079-4.666-3.925z"/><path d="M77.115 38.223c0-.885-.435-1.663-1.097-2.151l.014-.024-9.324-5.383 5.367-9.296-.018-.011a2.666 2.666 0 0 0-.127-2.408 2.667 2.667 0 0 0-2.025-1.314v-.026H59.137V6.873h-.022a2.667 2.667 0 0 0-1.314-2.022 2.662 2.662 0 0 0-2.412-.125l-.013-.023-9.481 5.474-5.25-9.094-.019.011A2.668 2.668 0 0 0 38.477 0c-.885 0-1.664.435-2.151 1.097l-.024-.014-5.337 9.244-9.19-5.306-.011.019a2.666 2.666 0 0 0-2.408.127 2.666 2.666 0 0 0-1.315 2.025h-.027v10.674H7.402v.021a2.667 2.667 0 0 0-2.022 1.314 2.667 2.667 0 0 0-.126 2.41l-.023.014 5.246 9.087-9.394 5.424.011.019A2.668 2.668 0 0 0 0 38.304c0 .885.435 1.664 1.097 2.151l-.014.024 9.324 5.383-5.367 9.296.018.01a2.666 2.666 0 0 0 .127 2.408A2.667 2.667 0 0 0 7.21 58.89v.027h10.767v10.736h.022c.092.816.549 1.58 1.314 2.022a2.665 2.665 0 0 0 2.412.125l.013.023 9.481-5.474 5.25 9.094.019-.011a2.668 2.668 0 0 0 2.149 1.094c.885 0 1.664-.435 2.151-1.096l.023.013 5.337-9.244 9.191 5.306.011-.019a2.666 2.666 0 0 0 2.408-.127 2.664 2.664 0 0 0 1.315-2.025h.027V58.661h10.613v-.021a2.667 2.667 0 0 0 2.022-1.314 2.667 2.667 0 0 0 .126-2.41l.023-.013-5.246-9.087 9.394-5.424-.011-.019a2.67 2.67 0 0 0 1.094-2.15zM26.094 53.46c-2.23 1.288-4.252 1.464-5.971 1.002l.241-2.697c1.302.377 2.985.375 4.575-.544 1.367-.789 1.658-1.765 1.269-2.438-1.159-2.006-6.992 3.23-9.499-1.111-1.108-1.92-.367-4.471 2.35-6.039 1.833-1.059 3.675-1.383 5.426-.988l-.309 2.623c-1.433-.324-2.908-.004-4.084.674-1.038.6-1.367 1.389-.967 2.082 1.049 1.816 6.965-3.236 9.451 1.069 1.219 2.109.616 4.58-2.482 6.367zm13.943-8.326l-1.854-1.535-4.947 2.856.401 2.374-2.785 1.607-2.215-14.103 3.079-1.777 11.106 8.971-2.785 1.607zm3.753-2.166L37.129 31.43l2.474-1.429 5.413 9.375 4.878-2.816 1.249 2.163-7.353 4.245zm9.012-5.203l-6.661-11.537 8.164-4.715 1.248 2.162-5.707 3.296 1.398 2.422 5.586-3.226 1.248 2.162-5.586 3.225 1.518 2.63 5.708-3.296 1.249 2.162-8.165 4.715z"/></svg>
<svg class="tc-image-bus tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.7149658203125 1024.002197265625"><path d="M219.43 694.859q0-30.286-21.429-51.714t-51.714-21.43-51.714 21.43-21.429 51.714 21.43 51.714 51.713 21.429 51.714-21.43 21.43-51.713zm585.142 0q0-30.286-21.429-51.714t-51.714-21.43-51.714 21.43-21.429 51.714 21.43 51.714 51.713 21.429 51.714-21.43 21.43-51.713zm-26.284-226.286l-41.143-219.43q-2.857-13.142-12.857-21.428t-23.143-8.286h-524.57q-13.144 0-23.144 8.286t-12.857 21.429L99.431 468.573q-2.857 17.143 8 30.286t28 13.143h606.857q17.143 0 28-13.143t8-30.286zM649.144 118.859q0-11.43-8-19.43t-19.429-8H256.001q-11.429 0-19.429 8t-8 19.43 8 19.429 19.43 8h365.713q11.43 0 19.43-8t8-19.43zm228.571 414.286v344.57h-73.143v73.144q0 30.286-21.429 51.714t-51.714 21.429-51.714-21.43-21.429-51.713v-73.143H219.429v73.143q0 30.286-21.429 51.714t-51.714 21.429-51.714-21.43-21.429-51.713v-73.143H0V533.145q0-64 14.286-127.43l58.857-259.428Q78.286 101.716 128.857 68t131.43-50.857T438.857 0t178.571 17.143T748.858 68t55.713 78.286l60 259.429q13.143 58.286 13.143 127.429z"/></svg>
<svg class="tc-image-bus-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 11"><path d="M2 0C1 0 0 .531 0 2v7.5s0 .5.5.5l.5.016v.484s0 .5.5.5H2s.5 0 .5-.5v-.484l4-.016v.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-.484L8.5 10s.5 0 .5-.5V2C9 .5 8 0 7 0H2zm.75 1h3.5a.25.25 0 1 1 0 .5h-3.5a.25.25 0 1 1 0-.5zM2 2h5c1 0 1 1 1 1v2s0 1-1 1H2C1 6 1 5 1 5V3s0-1 1-1zm-.25 5.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5zm5.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5z"/></svg>
<svg class="tc-image-bus-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M3 0C1.636 0 0 .743 0 2.746V12s0 1 1 1v1s0 1 1 1 1-1 1-1v-1h7v1s0 1 1 1 1-1 1-1v-1s1 0 1-1V2.746C13 .701 11.764 0 10.4 0H3zm.25 1.5h6.5a.25.25 0 1 1 0 .5h-6.5a.25.25 0 1 1 0-.5zM2 3h9c1 0 1 .967 1 .967V7s0 1-1 1H2C1 8 1 7 1 7V4s0-1 1-1zm0 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/></svg>
<svg class="tc-image-bus-station tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42 50.96799850463867"><path d="M37.162 24.968H5.142c-.933 0-1.701-.802-1.701-1.714 0-.152.028-.324.059-.462l1.704-11.899c.145-.773.841-.925 1.674-.925h28.553c.827 0 1.529.139 1.672.909l1.704 12.116c.026.141.06.224.06.376-.001.912-.773 1.599-1.705 1.599zm-1.281 13.345c-1.803 0-3.265-1.419-3.265-3.188 0-1.757 1.462-3.174 3.265-3.174 1.791 0 3.256 1.417 3.256 3.174 0 1.769-1.465 3.188-3.256 3.188zm-29.501 0c-1.79 0-3.253-1.419-3.253-3.188 0-1.757 1.463-3.174 3.253-3.174 1.808 0 3.268 1.417 3.268 3.174 0 1.769-1.46 3.188-3.268 3.188zM12 2.968h20v3H12c-2 0-2-3 0-3zm28.202 4.59c-.584-2.813-2.29-3.946-5.073-5.078C32.351 1.352 25.913 0 21.071 0 16.208 0 9.737 1.353 6.956 2.48c-2.782 1.133-4.46 2.265-5.039 5.078L0 23.217v21.751h3v2c0 4 5 4 5 0v-2h25v2c0 4 6 4 6 0v-2h3V23.217L40.202 7.558z"/></svg>
<svg class="tc-image-business tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M20 8V0H0v36h40V8H20zM8 32H4v-4h4v4zm0-8H4v-4h4v4zm0-8H4v-4h4v4zm0-8H4V4h4v4zm8 24h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4V4h4v4zm20 24H20v-4h4v-4h-4v-4h4v-4h-4v-4h16v20zm-4-16h-4v4h4v-4zm0 8h-4v4h4v-4z"/></svg>
<svg class="tc-image-business-card tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22 16"><g transform="translate(-1 -4)"><path d="M20 20H4c-1.654 0-3-1.346-3-3V7c0-1.654 1.346-3 3-3h16c1.654 0 3 1.346 3 3v10c0 1.654-1.346 3-3 3zM4 6c-.551 0-1 .449-1 1v10c0 .551.449 1 1 1h16c.551 0 1-.449 1-1V7c0-.551-.449-1-1-1H4zm6 9H6a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2zm0-4H6a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2z"/><circle cx="16" cy="10.5" r="2"/><path d="M16 13.356c-1.562 0-2.5.715-2.5 1.429 0 .357.938.715 2.5.715 1.466 0 2.5-.357 2.5-.715 0-.714-.98-1.429-2.5-1.429z"/></g></svg>
<svg class="tc-image-business-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M15.99 26v-2H2.01l-.02 8c0 2.22 1.78 4 4 4h28c2.22 0 4-1.78 4-4v-8h-14v2h-8zm20-18h-8.02V4l-4-4h-8l-3.98 4v4H4c-2.21 0-4 1.79-4 4v6c0 2.21 1.79 4 4 4h12v-4h8v4h12c2.21 0 4-1.79 4-4v-6c-.01-2.21-1.8-4-4.01-4zM23.98 8h-8V4h8v4z"/></svg>
<svg class="tc-image-buysellads tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M915 958H621l147-551zm86 322h311L988 256H548L224 1280h311l383-314zm535-992v960q0 118-85 203t-203 85H288q-118 0-203-85T0 1248V288Q0 170 85 85T288 0h960q118 0 203 85t85 203z"/></svg>
<svg class="tc-image-buzzfeed tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-2.765-.182l-.652-4.627L8.25 4.94l1.717.99-1.623 2.81-2.81-1.622-2.77 4.796 1.552.896L6.19 9.565 9 11.187l2.518-4.36 1.717.99z"/></svg>
<svg class="tc-image-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 1 1 7 .988a6.012 6.012 0 0 1 0 12.024z"/></svg>
<svg class="tc-image-cab tc-image-button" width="22pt" height="22pt" viewBox="0 0 1170.2850341796875 1024.0009765625"><path d="M1042.285 512.001q53.143 0 90.571 37.429t37.429 90.571V859.43q0 8-5.143 13.143t-13.143 5.143h-54.857v36.571q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714v-36.571H292.571v36.571q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714v-36.571H18.286q-8 0-13.143-5.143T0 859.43V640.001q0-53.143 37.429-90.571T128 512.001h16l60-239.429q13.143-53.714 59.429-90t102.286-36.286h73.143v-128q0-8 5.143-13.143T457.144 0h256q8 0 13.143 5.143t5.143 13.143v128h73.143q56 0 102.286 36.286t59.429 90l60 239.429h16zM182.856 786.287q37.714 0 64.571-26.857t26.857-64.571-26.857-64.571-64.571-26.857-64.571 26.857-26.857 64.571 26.857 64.571 64.571 26.857zm112-274.286h580.571l-50.857-204q-1.143-4.571-8-10t-12-5.429H365.713q-5.143 0-12 5.429t-8 10zm692.572 274.286q37.714 0 64.571-26.857t26.857-64.571-26.857-64.571-64.571-26.857-64.571 26.857T896 694.859t26.857 64.571 64.571 26.857z"/></svg>
<svg class="tc-image-cabinet tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 44"><path d="M5 22h5v-3H6V6h30v13h-4v3h5v17H5V22zm10 0v-6h-2l.083 6H15zm0-13h10l7.083 7.458L32 17h2V8H8v9h2v-4h5V9zM8 25v11h26V25H8zM0 44V0h42v44H0zM39 3H3v38h36V3zM15 28h3v2h6v-2h3v5H15v-5zm3-16v10h11v-3h-7v-7h-4zm6 0v5h5l-5-5z"/></svg>
<svg class="tc-image-cabinet-files tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 38"><path d="M2 19V3h5V1h5V0h17.75L40 10.25V19h2v19H0V19h2zm5 0V6H5v13h2zm3-15v15h2V4h-2zm16 23v3H16v-3h10zm11-8v-5H26V3H15v16h22zM29 3.75V11h7.25L29 3.75zM4 23v11h34V23H4z"/></svg>
<svg class="tc-image-cabinet-files-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M4 0h30l4 6v2H0V6l4-6zM0 23V10h38v13h-2.962l-1.321-6.216L4.474 23H0zm15-9v2h8v-2h-8zM0 38V25h38v13H0zm15-9v2h8v-2h-8z"/></svg>
<svg class="tc-image-cabinet-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 44"><path d="M18 0v17.5L10 8v9.75l11 12.5 11-12.5V8l-8 9.5V0h-6zM0 25h13l3.75 4H4v11h34V29H25.25L29 25h13v19H0V25zm16 8h10v3H16v-3z"/></svg>
<svg class="tc-image-cabinet-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 44.25"><path d="M18 30.25v-17.5l-8 9.5V12.5L21 0l11 12.5v9.75l-8-9.5v17.5h-6zm-18-5h16v4H4v11h34v-11H26v-4h16v19H0v-19zm16 8h10v3H16v-3z"/></svg>
<svg class="tc-image-cabinet-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M4 0h30l4 6v2H0V6l4-6zM0 23V10h38v13H0zm15-9v2h8v-2h-8zM0 38V25h38v13H0zm15-9v2h8v-2h-8z"/></svg>
<svg class="tc-image-cached tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><path d="M36 8l-8 8h6c0 6.63-5.37 12-12 12-2.03 0-3.93-.51-5.61-1.39l-2.92 2.92C15.95 31.08 18.86 32 22 32c8.84 0 16-7.16 16-16h6l-8-8zm-26 8c0-6.63 5.37-12 12-12 2.03 0 3.93.51 5.61 1.39l2.92-2.92C28.05.92 25.14 0 22 0 13.16 0 6 7.16 6 16H0l8 8 8-8h-6z"/></svg>
<svg class="tc-image-cafe tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 38"><path d="M35 0H7v27c0 2.2 1.8 4 4 4h20c2.2 0 4-1.8 4-4v-5c6.076 0 11-4.925 11-11S41.076 0 35 0zm0 17V5a6 6 0 1 1 0 12zM0 33v2.301C0 37.197 2.069 38 4.6 38h36.8c2.53 0 4.6-.803 4.6-2.699V33H0z"/></svg>
<svg class="tc-image-cafe-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M5 7.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5zM6 1H5V0H0v4a2.5 2.5 0 0 0 4.79 1H6a2 2 0 1 0 0-4zm0 3H5V2h1a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-cafe-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10"><path d="M10 2H8V0H0v4a4 4 0 0 0 7.45 2H10a2 2 0 1 0 0-4zm0 3H7.86A4 4 0 0 0 8 4V3h2a1 1 0 1 1 0 2zM8 9.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5z"/></svg>
<svg class="tc-image-cain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M170.7 426.7s-42.7 42.7-64 42.7c-35.4 0-64-28.6-64-64 0-21.3 42.7-64 42.7-64l83.4-83.4c-6.3-1.2-12.7-2-19.4-2-24.4 0-46.1 7.5-64 21.3l-64 64C8 359 0 381.5 0 405.3 0 464.2 47.8 512 106.7 512c24 0 46.3-7.9 64-21.3l64-64c13.6-17.7 21.3-39.9 21.3-64 0-6.7-.8-13.1-2-19.4l-83.3 83.4zM405.3 0c-24 0-46.3 7.9-64 21.3l-64 64c-13.6 17.7-21.3 39.9-21.3 64 0 6.7.8 13.1 2 19.4l83.4-83.4s42.7-42.7 64-42.7c35.4 0 64 28.6 64 64 0 21.3-42.7 64-42.7 64L343.3 254c6.3 1.2 12.8 2 19.4 2 24.4 0 46.1-7.5 64-21.3l64-64c13.3-17.6 21.3-40.1 21.3-64C512 47.8 464.2 0 405.3 0zm-256 330.7c0 17.7 14.3 32 32 32 12.6 0 23.4-7.4 28.6-18L344.7 210c10.6-5.2 18-16 18-28.6 0-17.7-14.3-32-32-32-12.6 0-23.4 7.4-28.6 18L167.3 302c-10.6 5.3-18 16.1-18 28.7z"/></svg>
<svg class="tc-image-cake tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.02000427246094 44"><path d="M18 12a3.999 3.999 0 0 0 3.43-6.06L18 0l-3.43 5.94A3.999 3.999 0 0 0 18 12zm9.19 19.97l-2.15-2.15-2.16 2.15c-2.61 2.61-7.17 2.61-9.78 0l-2.15-2.15-2.16 2.15A6.78 6.78 0 0 1 3.92 34c-1.45 0-2.8-.46-3.92-1.23V42c0 1.1.9 2 2 2h32c1.1 0 2-.9 2-2v-9.23A6.881 6.881 0 0 1 32.08 34a6.86 6.86 0 0 1-4.89-2.03zM30 18H20v-4h-4v4H6c-3.31 0-6 2.69-6 6v3.08C0 29.24 1.76 31 3.92 31c1.05 0 2.03-.41 2.77-1.15l4.28-4.27 4.27 4.26c1.48 1.48 4.06 1.48 5.54 0l4.28-4.26 4.27 4.26c.74.74 1.72 1.15 2.77 1.15 2.16 0 3.92-1.76 3.92-3.92V24c-.02-3.31-2.71-6-6.02-6z"/></svg>
<svg class="tc-image-cal tc-image-button" width="22pt" height="22pt" viewBox="0 0 397.31201171875 463.87298583984375"><path d="M0 463.873v-396.8h47.104c0-9.905.08-16.56.256-19.968s.848-8.784 2.047-16.128c1.2-7.344 3.153-12.464 5.889-15.36 2.735-2.896 6.912-5.712 12.544-8.449 5.632-2.735 12.544-4.095 20.735-4.095 8.193 0 15.105 1.36 20.737 4.095 5.631 2.721 9.727 5.456 12.288 8.193 2.56 2.736 4.528 7.935 5.887 15.616 1.36 7.68 2.048 13.056 2.048 16.128v19.968h28.16V47.105s.672-5.376 2.048-16.128 3.328-15.968 5.889-15.616c2.544.336 6.64-2.384 12.288-8.193 5.648-5.807 12.544-7.168 20.736-4.095 6.16 0 11.44.688 15.872 2.048s8.112 2.816 11.007 4.352c2.913 1.536 5.376 4.432 7.44 8.704 2.049 4.272 3.505 7.424 4.337 9.472.864 2.048 1.536 6.223 2.064 12.544.495 6.32.752 10.496.752 12.544v14.336h27.664V52.737l.768-12.544c.512-8.368 1.2-12.544 2.048-12.544.864 0 2.32-3.153 4.336-9.472 2.064-6.32 4.528-9.217 7.44-8.704 2.912.512 6.56-.944 11.008-4.352s9.727-4.096 15.872-2.048c8.191 0 15.103 1.36 20.752 4.095 5.632 2.721 9.712 5.456 12.288 8.193 2.56 2.736 4.512 7.935 5.872 15.616 1.376 7.68 2.064 13.056 2.064 16.128v19.968h47.072v396.8H0zm33.28-90.624v57.344h71.167v-57.344H33.279zm0-11.264h71.167v-60.944H33.279v60.944zm0-72.192h71.167v-66.56H33.279v66.56zm0-77.312h71.167v-57.344H33.279v57.344zm36.368-103.936c0 11.265 6.32 16.896 18.944 16.896 12.64 0 18.943-5.631 18.943-16.896v-66.56c0-11.263-6.319-16.896-18.943-16.896-12.64 0-18.944 5.633-18.944 16.896v66.56zM115.2 373.249v57.344h77.824v-57.344H115.2zm0-11.264h77.824v-60.944H115.2v60.944zm0-72.192h77.824v-66.56H115.2v66.56zm0-77.312h77.824v-57.344H115.2v57.344zm64.512-103.936c0 11.265 6.319 16.896 18.943 16.896 12.977 0 19.473-5.631 19.473-16.896v-66.56c0-11.263-6.496-16.896-19.473-16.896-12.624 0-18.943 5.633-18.943 16.896v66.56zm24.064 264.704v57.344h77.808v-57.344h-77.808zm0-11.264h77.808v-60.944h-77.808v60.944zm0-72.192h77.808v-66.56h-77.808v66.56zm0-77.312h77.808v-57.344h-77.808v57.344zm86.016-103.936c0 11.265 6.48 16.896 19.455 16.896 12.624 0 18.944-5.631 18.944-16.896v-66.56c0-11.263-6.32-16.896-18.944-16.896-12.976 0-19.455 5.633-19.455 16.896v66.56zm2.56 264.704v57.344h71.664v-57.344h-71.664zm0-11.264h71.664v-60.944h-71.664v60.944zm0-72.192h71.664v-66.56h-71.664v66.56zm0-77.312h71.664v-57.344h-71.664v57.344z"/></svg>
<svg class="tc-image-calculator tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 42"><path d="M3 0h26c1.312 0 3 1.688 3 3v36c0 1.312-1.688 3-3 3H3c-1.312 0-3-1.688-3-3V3c0-1.312 1.688-3 3-3zm2 3a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5zm0 10a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H5zm10 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2zm10 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2zM5 22a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H5zm10 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2zm10 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2zM5 32a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H5zm10 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2zm10 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2z"/></svg>
<svg class="tc-image-calculator2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.6669921875 1024"><path d="M128 682.667h128v-128H128v128zm42.666-85.334h42.667V640h-42.667v-42.667zm128 85.334h128v-128h-128v128zm42.667-85.334H384V640h-42.667v-42.667zm-42.667 256h128v-128h-128v128zM341.333 768H384v42.667h-42.667V768zM128 853.333h128v-128H128v128zM170.666 768h42.667v42.667h-42.667V768zm298.667-85.333h128v-128h-128v128zM512 597.333h42.667V640H512v-42.667zM384 426.667h42.667V384H384v42.667zm-85.334 0h42.667V384h-42.667v42.667zM128 512h682.667V128H128v384zm42.666-341.333H768v298.667H170.666V170.667zM810.666 0H128C57.301 0 0 57.301 0 128v768c0 70.699 57.301 128 128 128h682.667c70.7 0 128-57.301 128-128V128c0-70.699-57.3-128-128-128zm42.667 896c0 23.595-19.072 42.667-42.667 42.667H128c-23.595 0-42.667-19.072-42.667-42.667V128c0-23.595 19.072-42.667 42.667-42.667h682.667c23.595 0 42.667 19.072 42.667 42.667v768zm-384-42.667h128v-128h-128v128zM512 768h42.667v42.667H512V768zm128 85.333h170.667V554.666H640v298.667zm42.666-256H768v213.333h-85.333V597.333zM213.333 426.667H256V384h-42.667v42.667z"/></svg>
<svg class="tc-image-calendar tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 12"><path d="M10 4v7H1V4h9m0-1H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm.5-2H9V.5a.5.5 0 0 0-1 0V1H3V.5a.5.5 0 0 0-1 0V1H.5a.5.5 0 0 0 0 1h10a.5.5 0 0 0 0-1zM3 5H2v1h1V5zm2 0H4v1h1V5zm2 0H6v1h1V5zm2 0H8v1h1V5zM3 7H2v1h1V7zm2 0H4v1h1V7zm2 0H6v1h1V7zm2 0H8v1h1V7zM3 9H2v1h1V9zm2 0H4v1h1V9zm2 0H6v1h1V9zm2 0H8v1h1V9z"/></svg>
<svg class="tc-image-calendar-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M362.7 320H320v42.7h42.7V320zm-85.4-170.7h-42.7V192h42.7v-42.7zm85.4 256H320V448h42.7v-42.7zm0-256H320V192h42.7v-42.7zM149.3 0h-42.7v64h42.7V0zM448 149.3h-42.7V192H448v-42.7zm-170.7 85.4h-42.7v42.7h42.7v-42.7zm170.7 0h-42.7v42.7H448v-42.7zm0 85.3h-42.7v42.7H448V320zm-85.3-85.3H320v42.7h42.7v-42.7zm-256 0H64v42.7h42.7v-42.7zm0 85.3H64v42.7h42.7V320zm320-320v85.3h-85.3V0H170.7v85.3H85.3V0H0v512h512V0h-85.3zm42.6 469.3H42.7V128h426.7v341.3zm-362.6-64H64V448h42.7v-42.7zM277.3 320h-42.7v42.7h42.7V320zM192 405.3h-42.7V448H192v-42.7zm85.3 0h-42.7V448h42.7v-42.7zm-85.3-256h-42.7V192H192v-42.7zm0 85.4h-42.7v42.7H192v-42.7zm0 85.3h-42.7v42.7H192V320zM405.3 0h-42.7v64h42.7V0z"/></svg>
<svg class="tc-image-calendar-14 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00599670410156 39.0050048828125"><path d="M16.003 34.004h-3V20.502c-1.34 1.391-2.848 2.28-4.664 2.945v-3.695c.959-.308 2-.89 3.122-1.748 1.123-.858 1.894-1.859 2.313-3.002h2.229v19.002zm11.001 0v-4h-8v-3l8-12.002h3v12.001h2.001v3h-2v4.001h-3zm0-7v-6.752l-4.75 6.751h4.75zm-27.003 12V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H0zm3-3h34.005V13.001H3.001v23.004zM30.505 1.999a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm-22.003 0a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1z"/></svg>
<svg class="tc-image-calendar-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M149.3 0h-42.7v64h42.7V0zm256 0h-42.7v64h42.7V0zM234.7 384H192V192l-85.3 21.3v32l42.7-10.7V384h-42.7v21.3h128V384zm192-384v85.3h-85.3V0H170.7v85.3H85.3V0H0v512h512V0h-85.3zm42.6 469.3H42.7V128h426.7v341.3zm-149.3-64c53.3 0 85.3-42.7 85.3-106.7S373.3 192 320 192c-53.4 0-85.3 42.7-85.3 106.7s32 106.6 85.3 106.6zm0-181.3c21.3 0 32 32 32 74.7s-10.7 74.7-32 74.7-32-32-32-74.7 10.7-74.7 32-74.7z"/></svg>
<svg class="tc-image-calendar-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M405.3 0h-42.7v64h42.7V0zm-256 0h-42.7v64h42.7V0zm277.4 0v85.3h-85.3V0H170.7v85.3H85.3V0H0v512h512V0h-85.3zm42.6 469.3H42.7V128h426.7v341.3zm-64-245.3l-42.7-42.7-149.3 149.4-64-64-42.7 42.7L213.3 416l192-192z"/></svg>
<svg class="tc-image-calendar-31 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00599670410156 39.0050048828125"><path d="M8.078 28.461l3.63-.444c.103.927.38 1.637.833 2.127.453.491 1 .736 1.643.736.69 0 1.27-.265 1.743-.797.472-.531.709-1.248.709-2.151 0-.854-.212-1.531-.636-2.03-.425-.499-.942-.748-1.552-.748-.403 0-.884.088-1.443.264l.332-3.128c.819.025 1.444-.171 1.874-.587.431-.417.647-.968.647-1.654 0-.585-.165-1.053-.495-1.401-.33-.349-.768-.523-1.317-.523-.537 0-.997.2-1.38.598-.381.399-.614.98-.698 1.745l-3.63-.525c.226-1.144.568-2.058 1.025-2.741.456-.683 1.093-1.22 1.91-1.613.817-.392 1.732-.587 2.745-.587 1.737 0 3.128.558 4.173 1.675.865.917 1.297 1.951 1.297 3.104 0 1.635-.905 2.94-2.715 3.913 1.06.227 1.906.738 2.54 1.533.636.794.953 1.754.953 2.88 0 1.632-.588 3.023-1.764 4.173-1.177 1.15-2.64 1.724-4.39 1.724-1.662 0-3.039-.51-4.131-1.533-1.093-1.022-1.727-2.36-1.903-4.01zm21.925 5.543h-3V20.502c-1.34 1.391-2.848 2.28-4.664 2.945v-3.695c.959-.308 2-.89 3.122-1.748 1.123-.858 1.894-1.859 2.313-3.002h2.229v19.002zM0 39.005V5h5.001V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H0zm3-3h34.006V13.001H3.001v23.004zM30.505 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM8.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1z"/></svg>
<svg class="tc-image-calendar-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M149.3 0h-42.7v64h42.7V0zm256 0h-42.7v64h42.7V0zm21.4 0v85.3h-85.3V0H170.7v85.3H85.3V0H0v512h512V0h-85.3zm42.6 469.3H42.7V128h426.7v341.3zm-234.6-64h42.7V320h85.3v-42.7h-85.3V192h-42.7v85.3h-85.3V320h85.3v85.3z"/></svg>
<svg class="tc-image-calendar-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M149.3 0h-42.7v64h42.7V0zm277.4 0v85.3h-85.3V0H170.7v85.3H85.3V0H0v512h512V0h-85.3zm42.6 469.3H42.7V128h426.7v341.3zM405.3 0h-42.7v64h42.7V0zm-42.6 277.3H149.3V320h213.3v-42.7z"/></svg>
<svg class="tc-image-calendar-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M149.3 0h-42.7v64h42.7V0zm256 0h-42.7v64h42.7V0zM148.9 426.7h214.3c33 0 52.3-22.2 35.9-49.4L286 190.9c-16.5-27.2-43.4-27.2-59.9 0L113 377.3c-16.5 27.1 2.9 49.4 35.9 49.4zm85.8-192h42.7v106.7h-42.7V234.7zm0 128h42.7v42.7h-42.7v-42.7zM426.7 0v85.3h-85.3V0H170.7v85.3H85.3V0H0v512h512V0h-85.3zm42.6 469.3H42.7V128h426.7v341.3z"/></svg>
<svg class="tc-image-calendar-check-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M1303 964l-512 512q-10 9-23 9t-23-9l-288-288q-9-10-9-23t9-22l46-46q9-9 22-9t23 9l220 220 444-444q10-9 23-9t22 9l46 46q9 9 9 22t-9 23zM128 1664h1408V640H128v1024zM512 448V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm768 0V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm384-64v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T416 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-calendar-day tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00599670410156 39.0050048828125"><path d="M.001 39.005V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H0zm3-3h34.005V13.001H3.001v23.004zm2-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zM5.001 22.003h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zm-16.003-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zM30.505 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM8.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm5.5 21.003v3h4.001v-3h-4z"/></svg>
<svg class="tc-image-calendar-dollar tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.02399826049805 41.44999694824219"><path d="M.001 39.005V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v13.7l-3-2.506v-3.193H3.001v23.004h23.146l-.857 3H0zm5-10.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v4l-.285 1h-5.716v-5zM5.001 22.003h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h5.635c-.087.337-.634.672-.634 1 0 1.296.065 2.698.491 4h-5.492v-5zm-8-7.001h6v5h-6v-5zm8 0h6.001v5h-6v-5zm8.002 0h4.098c-.936.646-3.066 2.56-4.098 3.608v-3.608zM30.505 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM8.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm31.729 18.824l-.862 3.35-1.595-.658c-.71-.239-1.642-.369-2.795-.39-.945.019-1.608.199-1.99.54-.383.34-.568.73-.554 1.167-.011.467.272.895.85 1.284.577.388 1.519.809 2.825 1.26 1.755.615 3.014 1.37 3.778 2.265.763.894 1.136 2.016 1.118 3.364 0 1.353-.445 2.52-1.333 3.503-.888.983-2.217 1.626-3.987 1.93v3.011h-2.918v-2.778a13.483 13.483 0 0 1-2.82-.43c-.87-.236-1.566-.511-2.087-.827l.867-3.451c.61.356 1.324.661 2.142.916a9.305 9.305 0 0 0 2.664.4c.876-.004 1.603-.167 2.18-.49.576-.322.875-.777.896-1.365-.002-.56-.288-1.042-.856-1.448-.569-.406-1.407-.792-2.515-1.157-1.574-.518-2.828-1.203-3.764-2.054-.935-.851-1.413-1.993-1.436-3.424.006-1.346.439-2.486 1.297-3.419.859-.932 2.105-1.554 3.738-1.867v-2.804h2.897v2.598l4.26.974z"/></svg>
<svg class="tc-image-calendar-future tc-image-button" width="22pt" height="22pt" viewBox="0 0 55 29"><path d="M0 0h18v15H0V0zm22 0h18v15H22V0zm3 3v9h12V3H25zm.5 15l5.5 5-5.5 6h-5l4-4H8v-7h3v4h13.5l-4-4h5zM44 0h8.506c.392.979.74 1.98 1.045 3H47v9h7.986L55 13l-.056 2H44V0z"/></svg>
<svg class="tc-image-calendar-minus-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M1152 1120v64q0 14-9 23t-23 9H544q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h576q14 0 23 9t9 23zM128 1664h1408V640H128v1024zM512 448V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm768 0V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm384-64v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T416 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-calendar-month tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00599670410156 39.0050048828125"><path d="M.001 39.005V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H0zm3-3h34.005V13.001H3.001v23.004zm2-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zM5.001 22.003h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zm-16.003-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zM30.505 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM8.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm5.5 21.003v3h4.001v-3h-4zm-8 0v3h4v-3h-4zm16.002 0v3h4v-3h-4zm8 0v3h4.001v-3h-4zm-16.002-7.001v3h4.001v-3h-4zm8.002 0v3h4v-3h-4zm8 0v3h4.001v-3h-4zm0 14.002v3h4.001v-3h-4zm-8 0v3h4v-3h-4zm-8.002 0v3h4.001v-3h-4zm-8 0v3h4v-3h-4z"/></svg>
<svg class="tc-image-calendar-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M128 1664h1408V640H128v1024zM512 448V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm768 0V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm384-64v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T416 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-calendar-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M16 3.184V3a3 3 0 1 0-6 0H8a3 3 0 1 0-6 0v.184A2.997 2.997 0 0 0 0 6v9c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V6a2.997 2.997 0 0 0-2-2.816zM12 3a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0V3zM4 3a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0V3zm12 12c0 .551-.448 1-1 1H3c-.552 0-1-.449-1-1V9h14v6zm0-7H2V6c0-.551.448-1 1-1a2 2 0 0 0 4 0h4a2 2 0 0 0 4 0c.552 0 1 .449 1 1v2z"/></svg>
<svg class="tc-image-calendar-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.00299835205078 41.00199890136719"><path d="M24.003 35.002v-5h6v-6h5v6h6v5h-6v6h-5v-6h-6zM0 39.005V5h5.001V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v24.002h-3v-16H3.001v23.003h26.002v3H0zm40.006 0h-4.003v-3l4.003-.003v3.003zM5.001 29.004h6.001v5h-6v-5zm0-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm0-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zM30.505 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM8.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1z"/></svg>
<svg class="tc-image-calendar-plus-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M1536 256q52 0 90 38t38 90v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T416 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128zm-384-96v288q0 14 9 23t23 9h64q14 0 23-9t9-23V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23zm-768 0v288q0 14 9 23t23 9h64q14 0 23-9t9-23V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23zm1152 1504V640H128v1024h1408zm-640-576h224q14 0 23 9t9 23v64q0 14-9 23t-23 9H896v224q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23v-224H544q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224V864q0-14 9-23t23-9h64q14 0 23 9t9 23v224z"/></svg>
<svg class="tc-image-calendar-range tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00599670410156 39.00599670410156"><path d="M11.752 17.502l-3.75 2.75v-5.5l3.75 2.75zm.5 7.001l3.75-2.75v5.5l-3.75-2.75zm8.751-2.5h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zm-24.004 7h6.001v5.001h-6v-5zm8.001 0h6.001v5.001h-6v-5zm8.001 0h6.001v5.001h-6v-5zm8.002 0h6v5.001h-6v-5zM.001 39.006V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H0zm3-3h34.005V13.001H3.001v23.004zm2-14.002h6.001v5h-6v-5zm8.001-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zm1.5-13.002a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm-22.003 0a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm5.5 14.002v3h4.001v-3h-4zm8.002 0v3h4v-3h-4zm8 0v3h4.001v-3h-4zm-24.003 7v3.001h4v-3h-4z"/></svg>
<svg class="tc-image-calendar-sign tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.635 0 0 268.635 0 600s268.635 600 600 600 600-268.635 600-600S931.365 0 600 0zM389.352 221.555h62.257v118.58h-62.257v-118.58zm359.033 0h62.183v118.58h-62.183v-118.58zm-486.336 56.982h82.838v106.054h151.172V278.537H703.85v106.054h151.245V278.537h82.837v166.034H262.048V278.537zm0 209.618h675.886v490.283H262.049V488.155zm265.498 113.306c-47.488.244-92.28 24.558-93.456 79.101h54.126c.25-21.632 13.48-35.315 37.573-36.767 22.618.293 32.146 16.909 33.18 40.21-.271 31.679-36.784 36.37-63.356 35.816v42.774c16.255.016 34.88-.78 51.563 6.152 12.932 5.732 18.37 20.944 18.383 35.816-.241 24.62-11.823 43.855-41.088 45.85-23.02-.32-34.207-18.311-35.376-41.968h-55.005c0 56.191 31.153 84.301 93.456 84.301 22.094-.151 44.638-8.405 63.282-23.145a81.44 81.44 0 0 0 29.736-61.157c-.213-36.175-23.544-58.435-58.96-67.676 18.87-6.62 38.119-16.89 47.606-36.621 7.58-17.105 4.33-36.706-1.757-55.079-12.944-30.757-45.504-47.268-79.907-47.606zm189.847 5.273c-18.634 18.052-42.22 32.589-70.752 43.653v48.046c24.456-7.278 46.708-19.516 66.798-36.694v225.8h52.44V606.732h-48.486z"/></svg>
<svg class="tc-image-calendar-solid tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.1280517578125 1024"><path d="M0 383.488V275.776c0-45.952 38.208-83.136 85.312-83.136h107.392v-90.432C192.704 81.152 214.272 0 240.896 0h96.384c26.624 0 48.192 81.152 48.192 102.208v90.432h319.232v-90.432C704.704 81.152 726.336 0 752.896 0h96.384c26.624 0 48.192 81.152 48.192 102.208v90.432h41.28c47.168 0 85.376 37.184 85.376 83.136v107.776H0zm1024.064 65.088V940.8c0 45.952-38.208 83.2-85.376 83.2H85.312C38.208 1024 0 986.752 0 940.8V448.576h1024.064z"/></svg>
<svg class="tc-image-calendar-times-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M1111 1385l-46 46q-9 9-22 9t-23-9l-188-189-188 189q-10 9-23 9t-22-9l-46-46q-9-9-9-22t9-23l189-188-189-188q-9-10-9-23t9-22l46-46q9-9 22-9t23 9l188 188 188-188q10-9 23-9t22 9l46 46q9 9 9 22t-9 23l-188 188 188 188q9 10 9 23t-9 22zm-983 279h1408V640H128v1024zM512 448V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm768 0V160q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm384-64v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T416 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-calendar-tomorrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 29"><path d="M0 0h18v15H0V0zm22 0h18v15H22V0zm3 3v9h12V3H25zm.5 15l4.5 4.5V18h3v11h-3v-4.5L25.5 29h-5l4-4H8v-7h3v4h13.5l-4-4h5z"/></svg>
<svg class="tc-image-calendar-week tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00599670410156 39.0050048828125"><path d="M.001 39.005V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H0zm3-3h34.005V13.001H3.001v23.004zm2-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zM5.001 22.003h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zm-16.003-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.002 0h6v5h-6v-5zM30.505 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM8.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm5.5 21.003v3h4.001v-3h-4zm-8 0v3h4v-3h-4zm16.002 0v3h4v-3h-4zm8 0v3h4.001v-3h-4z"/></svg>
<svg class="tc-image-calendar-year tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.00599670410156 43.0050048828125"><path d="M4.001 39.005V5h5V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h14.002V2a2 2 0 0 1 2-2h4.001a2 2 0 0 1 2 2v3h5.001v34.005H4zm3-3h34.005V13.001H7.001v23.004zm2-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zM9.001 22.003h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm-16.002-7.001h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zm8.001 0h6.001v5h-6v-5zM34.504 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.501-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zM12.502 2a1.5 1.5 0 0 0-1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.5-1.5h-1zm5.5 21.003v3h4.001v-3h-4zm-8 0v3h4v-3h-4zm16.002 0v3h4v-3h-4zm8 0v3h4.001v-3h-4zm-16.002-7.001v3h4.001v-3h-4zm8.002 0v3h4v-3h-4zm8 0v3h4.001v-3h-4zm0 14.002v3h4.001v-3h-4zm-8 0v3h4v-3h-4zm-8.002 0v3h4.001v-3h-4zm-8 0v3h4v-3h-4zM3 7v33.005h39.006v1H2V7h1zM1 9v33.005h39.006v1H0V9h1z"/></svg>
<svg class="tc-image-call tc-image-button" width="22pt" height="22pt" viewBox="0 0 411.31298828125 413.00799560546875"><path d="M2.385 81.92c.672-5.809 3.248-11.265 7.68-16.384l61.44-61.44C76.289 0 79.873.688 82.257 6.144l49.664 93.184c2.735 5.456 1.872 10.752-2.56 15.872l-22.528 22.528c-4.097 4.096-6.48 9.392-7.168 15.872 0 10.24 5.296 23.376 15.872 39.424 10.575 16.047 20.991 29.696 31.232 40.976l15.872 16.368c4.784 4.784 10.912 10.672 18.448 17.664 7.504 6.992 19.872 16.208 37.103 27.648 17.233 11.44 30.817 17.152 40.705 17.152 6.48 0 11.952-2.224 16.383-6.656l26.64-26.624c4.785-4.784 9.889-5.472 15.345-2.048l89.616 52.736c2.384 1.376 3.76 3.152 4.096 5.376.336 2.224-.336 4.192-2.048 5.888l-61.44 61.44c-5.12 4.432-10.592 7.008-16.368 7.664-16.736 2.4-35.6.096-56.593-6.912-20.99-7.008-40.431-16.304-58.351-27.904-17.92-11.6-34.56-23.376-49.92-35.312-15.36-11.952-27.649-22.192-36.864-30.72l-13.312-12.816c-3.408-3.408-7.936-8.096-13.568-14.08S87.04 265.136 73.04 247.552s-26.112-34.736-36.353-51.456-19.103-35.76-26.624-57.088C2.56 117.68 0 98.64 2.383 81.92z"/></svg>
<svg class="tc-image-call-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 521.7000732421875 521.5"><path d="M321 378.7c-8.2-16.9-18.8-29.2-37.1-21.7l-36.1 13.4c-28.9 13.4-43.3 0-57.8-20.2l-65-147.8c-8.2-16.9-3.9-32.8 14.4-40.3l50.5-20.2c18.3-7.6 15.4-23.4 7.2-40.3L153.8 21c-8.2-16.9-25-21-43.3-13.5C74 22.6 43.6 46.3 24 81.4 0 124.3 12 184 16.8 209.1c4.8 25.1 21.6 69.1 43.3 114.2 21.7 45.2 40.7 80.7 57.7 100.8 17 20.1 57.8 75.1 108.3 87.4 41.4 10 86.1 1.6 122.7-13.5 18.4-7.5 18.4-23.4 10.2-40.4l-38-78.9zm200.7-178H344.4l78.8-78.8h-59.1l-98.5 98.5 98.5 98.5h59.1l-78.8-78.8h177.3v-39.4z"/></svg>
<svg class="tc-image-call-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 521.5999755859375 521.2999877929688"><path d="M320.8 378.5c-8.2-16.9-18.8-29.2-37.1-21.7l-36.1 13.4c-28.9 13.4-43.3 0-57.7-20.1L125 202.3c-8.1-16.9-3.9-32.8 14.4-40.3l50.5-20.1c18.3-7.5 15.4-23.4 7.2-40.3L153.8 21c-8.2-16.9-25-21-43.3-13.5C73.9 22.7 43.6 46.3 24 81.4 0 124.3 12 183.9 16.8 209c4.8 25.1 21.6 69 43.3 114.2 21.7 45.2 40.7 80.7 57.7 100.8 17 20.1 57.7 75.1 108.2 87.3 41.4 10 86 1.6 122.6-13.5 18.3-7.5 18.4-23.4 10.2-40.4l-38-78.9zM423 121.9h-59.1l78.8 78.8H265.5v39.4h177.2L364 318.8h59.1l98.5-98.5-98.6-98.4z"/></svg>
<svg class="tc-image-call-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 482.29998779296875 521.5"><path d="M320.9 378.7c-8.2-16.9-18.8-29.2-37.1-21.7l-36.1 13.4c-28.9 13.4-43.3 0-57.8-20.2l-65-147.8c-8.1-16.9-3.9-32.8 14.4-40.3l50.5-20.2c18.3-7.6 15.4-23.4 7.2-40.3L153.9 21c-8.2-16.9-25-21-43.3-13.5-36.7 15.1-67 38.8-86.6 73.9C0 124.3 12 184 16.8 209.1c4.8 25.1 21.6 69.1 43.3 114.2 21.7 45.2 40.8 80.7 57.8 100.8 17 20.1 57.8 75.1 108.3 87.4 41.4 10 86.1 1.6 122.7-13.5 18.3-7.5 18.4-23.4 10.2-40.4l-38.2-78.9zm161.4-237.1l-39.4-39.4-59.1 59.1-59.1-59.1-39.4 39.4 59.1 59.1-59.1 59.2 39.4 39.4 59.1-59.1 59.1 59.1 39.4-39.4-59.1-59.1 59.1-59.2z"/></svg>
<svg class="tc-image-call-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 482.39996337890625 521.5"><path d="M320.9 378.7c-8.2-16.9-18.8-29.2-37.1-21.7l-36.1 13.4c-28.9 13.4-43.3 0-57.8-20.2l-65-147.8c-8.2-16.9-3.9-32.8 14.4-40.3l50.5-20.2c18.3-7.6 15.4-23.4 7.2-40.3L153.9 21c-8.2-16.9-25-21-43.3-13.5-36.7 15.1-67 38.8-86.6 73.9C0 124.3 12 184 16.8 209.1c4.8 25.1 21.6 69.1 43.3 114.2 21.7 45.2 40.7 80.7 57.8 100.8 17 20.1 57.8 75.1 108.3 87.4 41.4 10 86.1 1.6 122.7-13.5 18.3-7.5 18.4-23.4 10.2-40.4l-38.2-78.9zm-25.7-118.8c16.3 0 29.6-13.2 29.6-29.6 0-16.3-13.2-29.6-29.6-29.6-16.3 0-29.6 13.2-29.6 29.6 0 16.3 13.3 29.6 29.6 29.6zm78.8-59.2c-16.3 0-29.6 13.2-29.6 29.6 0 16.3 13.2 29.6 29.6 29.6 16.3 0 29.6-13.2 29.6-29.6-.1-16.3-13.3-29.6-29.6-29.6zm78.8 0c-16.3 0-29.6 13.2-29.6 29.6 0 16.3 13.2 29.6 29.6 29.6 16.3 0 29.6-13.2 29.6-29.6-.1-16.3-13.3-29.6-29.6-29.6z"/></svg>
<svg class="tc-image-call-end tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 17.720001220703125"><path d="M24 4c-3.21 0-6.3.5-9.2 1.44v6.21c0 .79-.46 1.47-1.12 1.8-1.95.98-3.74 2.23-5.33 3.7-.36.35-.85.57-1.4.57-.55 0-1.05-.22-1.41-.59L.59 12.18c-.37-.37-.59-.87-.59-1.42 0-.55.22-1.05.59-1.42C6.68 3.55 14.93 0 24 0s17.32 3.55 23.41 9.34c.37.36.59.87.59 1.42 0 .55-.22 1.05-.59 1.41l-4.95 4.95c-.36.36-.86.59-1.41.59-.54 0-1.04-.22-1.4-.57a23.202 23.202 0 0 0-5.33-3.7 2.015 2.015 0 0 1-1.12-1.8V5.43A30.07 30.07 0 0 0 24 4z"/></svg>
<svg class="tc-image-call-made tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 30"><path d="M10 0v4h13.17L0 27.17 2.83 30 26 6.83V20h4V0z"/></svg>
<svg class="tc-image-call-merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.660001754760742 33.83000183105469"><path d="M22.83 33.83L25.66 31l-6.83-6.83L16 27l6.83 6.83zM3.83 9h7v11.17L0 31l2.83 2.83 12-12V9h7l-9-9-9 9z"/></svg>
<svg class="tc-image-call-missed tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 20.830001831054688"><path d="M33.17 0L18 15.17 6.83 4H16V0H0v16h4V6.83l14 14 18-18z"/></svg>
<svg class="tc-image-call-missed-outgoing tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 20.81999969482422"><g transform="translate(-6 -14)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M6 16.82l18 18 14-14V30h4V14H26v4h9.18L24 29.18 8.82 14 6 16.82z"/></g></svg>
<svg class="tc-image-call-received tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 30"><path d="M30 2.83L27.17 0 4 23.17V10H0v20h20v-4H6.83z"/></svg>
<svg class="tc-image-call-split tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M20 0l4.59 4.59-5.76 5.75 2.83 2.83 5.75-5.76L32 12V0zm-8 0H0v12l4.59-4.59L14 16.83V32h4V15.17L7.41 4.59z"/></svg>
<svg class="tc-image-call-to-action tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 32H4v-6h36v6z"/></svg>
<svg class="tc-image-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 29"><path d="M10 5c0-2.623 2.377-5 5-5h6c2.623 0 5 2.377 5 5h5a5 5 0 0 1 5 5v14a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V10a5 5 0 0 1 5-5h5zM5.5 8C4.672 8 4 8.895 4 10s.672 2 1.5 2S7 11.105 7 10s-.672-2-1.5-2zM18 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm0 2.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9z"/></svg>
<svg class="tc-image-camera-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><g transform="translate(-4 -4)"><circle cx="24" cy="24" r="6.4"/><path d="M18 4l-3.66 4H8c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4h-6.34L30 4H18zm6 30c-5.52 0-10-4.48-10-10s4.48-10 10-10 10 4.48 10 10-4.48 10-10 10z"/></g></svg>
<svg class="tc-image-camera-auto tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M10 5c0-2.623 2.377-5 5-5h6c2.623 0 5 2.377 5 5h5a5 5 0 0 1 5 5v14a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V10a5 5 0 0 1 5-5h5zM5.5 8C4.672 8 4 8.895 4 10s.672 2 1.5 2S7 11.105 7 10s-.672-2-1.5-2zM18 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm0 2.5a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zM8.97 40H6.736l-.585-1.82H2.8L2.222 40H0l3.273-9h2.499l3.198 9zm-3.366-3.64l-.954-3.016-.155-.819h-.05l-.161.792-.973 3.043h2.293zm11.621-.317c0 2.725-1.276 3.837-3.827 3.837-2.475 0-3.713-1.08-3.713-3.741V31h2.08v4.874c0 1.457.569 2.186 1.706 2.186 1.116 0 1.674-.704 1.674-2.11V31h2.08v5.043zm8.45-3.453h-2.6V40h-2.08v-7.41h-2.6V31h7.28v1.59zm4.77 7.29c-1.312 0-2.38-.172-3.206-1.016-.826-.843-1.239-1.943-1.239-3.298 0-1.43.42-2.587 1.257-3.47.839-.884 1.95-1.076 3.334-1.076 1.306 0 2.363.173 3.17 1.018.806.846 1.209 1.961 1.209 3.345 0 1.423-.418 2.57-1.254 3.44-.837.872-1.927 1.057-3.272 1.057zm.087-7.29c-.711 0-1.276.262-1.694.787-.419.525-.628 1.22-.628 2.085 0 .878.21 1.572.628 2.082.418.51.966.766 1.643.766.699 0 1.253-.248 1.663-.744.41-.497.616-1.186.616-2.067 0-.918-.199-1.633-.596-2.143-.398-.51-.942-.766-1.632-.766z"/></svg>
<svg class="tc-image-camera-flash tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.501998901367188 41.16999816894531"><path d="M28.502 0L14.25 15.836h12.667L1.582 41.17l9.501-20.584H0L12.666 0h15.836z"/></svg>
<svg class="tc-image-camera-flash-auto tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.409996032714844 41.16899871826172"><path d="M28.503 0L14.251 15.836h12.667L1.583 41.169l9.502-20.583H0L12.668 0h15.835zm1.854 30.642H25.86l-1.118 4.18h-3.658l4.776-15.53h4.66l4.89 15.53h-3.842l-1.211-4.18zm-3.984-2.526h3.471l-.978-3.3-.414-1.5-.378-1.499h-.047l-.352 1.513-.37 1.525-.932 3.261z"/></svg>
<svg class="tc-image-camera-flash-auto-selected tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.66600036621094 69.66600036621094"><path d="M34.833 0c19.238 0 34.833 15.595 34.833 34.833S54.071 69.666 34.833 69.666 0 54.071 0 34.833 15.595 0 34.833 0zm11.085 15.83H30.083L17.416 36.416H28.5L18.998 57l25.335-25.334H31.666L45.918 15.83zm1.855 30.643l1.21 4.18h3.844l-4.891-15.53h-4.66l-4.775 15.53h3.658l1.118-4.18h4.496zm-3.984-2.526l.932-3.26.37-1.526.352-1.513h.047l.378 1.5.414 1.5.978 3.3h-3.47z"/></svg>
<svg class="tc-image-camera-flash-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.79199981689453 41.16999816894531"><path d="M34.044 0L19.792 15.836h12.667L7.122 41.17l9.502-20.584H5.542L18.208 0h15.836zM0 1.586h5.542l5.937 5.938-2.375 3.167L0 1.586zM24.542 26.92l3.167-3.167 11.083 11.083-3.167 3.167L24.542 26.92z"/></svg>
<svg class="tc-image-camera-flash-off-selected tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.66600036621094 69.66600036621094"><path d="M34.833 0c19.238 0 34.833 15.595 34.833 34.833S54.071 69.666 34.833 69.666 0 54.071 0 34.833 15.595 0 34.833 0zm14.252 15.83H33.249L20.583 36.416h11.083L22.165 57 47.5 31.666H34.833L49.085 15.83zm-34.044 1.586l9.105 9.105 2.375-3.167-5.938-5.938h-5.542zM39.583 42.75l11.083 11.083 3.167-3.167L42.75 39.583l-3.167 3.167z"/></svg>
<svg class="tc-image-camera-flash-selected tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.66600036621094 69.66600036621094"><path d="M34.833 0c19.238 0 34.833 15.595 34.833 34.833S54.071 69.666 34.833 69.666 0 54.071 0 34.833 15.595 0 34.833 0zm14.252 15.83H33.249L20.583 36.416h11.083L22.165 57 47.5 31.666H34.833L49.085 15.83z"/></svg>
<svg class="tc-image-camera-front tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 48"><path d="M10 40H0v4h10v4l6-6-6-6v4zm8 0v4h10v-4H18zm-4-24c2.21 0 4-1.79 4-4s-1.79-4-4-4-3.99 1.79-3.99 4c.01 2.21 1.78 4 3.99 4zM24 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM4 4h20v21c0-3.33-6.67-5-10-5S4 21.67 4 25V4z"/></svg>
<svg class="tc-image-camera-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 895"><path d="M960 127H761L650 9q-10-9-25-9H398q-15 0-24 9L262 127H64q-26 0-45 19T0 191v640q0 26 19 45t45 19h896q26 0 45-19t19-45V191q0-26-19-45t-45-19zM411 66h202l58 61H353zm538 754H75V202h874v618zM511 384q53 0 90.5 37.5T639 512t-37.5 90.5T511 640t-90.5-37.5T383 512t37.5-90.5T511 384zm0-64q-79 0-135.5 56T319 511.5t56.5 136 136 56.5T647 647.5t56-136T647 376t-136-56z"/></svg>
<svg class="tc-image-camera-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 16"><path d="M17 16H3c-1.654 0-3-1.346-3-3V5c0-1.654 1.346-3 3-3h1.586l1-1C6.165.421 7.182 0 8 0h4c.818 0 1.835.421 2.414 1l1 1H17c1.654 0 3 1.346 3 3v8c0 1.654-1.346 3-3 3zM3 4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-2a.996.996 0 0 1-.707-.293L13 2.414C12.799 2.213 12.285 2 12 2H8c-.285 0-.799.213-1 .414L5.707 3.707A.996.996 0 0 1 5 4H3zm7 2c1.379 0 2.5 1.121 2.5 2.5S11.379 11 10 11 7.5 9.879 7.5 8.5 8.621 6 10 6m0-1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm6-.301a1.3 1.3 0 1 0 0 2.6 1.3 1.3 0 0 0 0-2.6z"/></svg>
<svg class="tc-image-camera-rear tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 48"><path d="M10 40H0v4h10v4l6-6-6-6v4zm8 0v4h10v-4H18zm6-40H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM13.99 12C11.78 12 10 10.21 10 8s1.78-4 3.99-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-camera-retro tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M928 704q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zM128 1408h1536v-128H128v128zm1152-574q0-159-112.5-271.5T896 450 624.5 562.5 512 834t112.5 271.5T896 1218t271.5-112.5T1280 834zM256 192h384V64H256v128zM128 384h1536V128H836l-64 128H128v128zm1664-256v1280q0 53-37.5 90.5T1664 1536H128q-53 0-90.5-37.5T0 1408V128q0-53 37.5-90.5T128 0h1536q53 0 90.5 37.5T1792 128z"/></svg>
<svg class="tc-image-camera-roll tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 42"><path d="M24 8c0-2.21-1.79-4-4-4h-2V2c0-1.1-.9-2-2-2H8C6.9 0 6 .9 6 2v2H4C1.79 4 0 5.79 0 8v30c0 2.21 1.79 4 4 4h16c2.21 0 4-1.79 4-4h16V8H24zm-4 26h-4v-4h4v4zm0-18h-4v-4h4v4zm8 18h-4v-4h4v4zm0-18h-4v-4h4v4zm8 18h-4v-4h4v4zm0-18h-4v-4h4v4z"/></svg>
<svg class="tc-image-camera-send tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.832000732421875 38.000003814697266"><path d="M3 7h14a3 3 0 0 1 0 6H3a3 3 0 0 1 0-6zm4 9h12a3 3 0 0 1 0 6H7a3 3 0 1 1 0-6zM33 5v24h25.832a34.798 34.798 0 0 1-3.81 9H29V0h24.727a34.972 34.972 0 0 1 2.905 5H33zm6.5 8H42v-.5c0-1.105 1.395-2.5 2.5-2.5h3c1.105 0 2.5 1.395 2.5 2.5v.5h2.5a2.5 2.5 0 0 1 2.5 2.5v6a2.5 2.5 0 0 1-2.5 2.5h-13a2.5 2.5 0 0 1-2.5-2.5v-6a2.5 2.5 0 0 1 2.5-2.5zm.5 1.75a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm6 .25a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM12 25h9a3 3 0 0 1 0 6h-9a3 3 0 0 1 0-6z"/></svg>
<svg class="tc-image-camera-slr tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.990000247955322 7.990000247955322"><path d="M4.11 0c-.05 0-.1.04-.13.09L3.04 1.9c-.02.05-.07.09-.13.09H1.5c-.83 0-1.5.67-1.5 1.5V7.9c0 .05.04.09.09.09H7.9c.05 0 .09-.04.09-.09V2.09c0-.06-.04-.09-.09-.09h-.81c-.05 0-.1-.04-.13-.09L6.02.1C5.99.05 5.95.01 5.89.01H4.08zM1.52 3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm3.5 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/></svg>
<svg class="tc-image-camera-switch tc-image-button" width="22pt" height="22pt" viewBox="0 0 45 36"><path d="M31 1a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm4 12s10-1 9.75 19.5l-3.25.75s-.5-7.5-2.5-11.5v12.5s-3.5 1.687-7.5 1.719c-4 .031-7.75-1.719-7.75-1.719v-12.5c-2 4-2.5 11.5-2.5 11.5L18 32.5C17.75 12 27.75 13 27.75 13H35zM10 5c0-2.623 2.377-5 5-5h6c1.818 0 3.518 1.141 4.39 2.715A6.47 6.47 0 0 0 24.5 6a6.49 6.49 0 0 0 2.48 5.108 8.887 8.887 0 0 0-3.94 1.74 6.5 6.5 0 1 0-5.925 11.004A44.355 44.355 0 0 0 16.232 29H5a5 5 0 0 1-5-5V10a5 5 0 0 1 5-5h5zM5.5 8C4.672 8 4 8.895 4 10s.672 2 1.5 2S7 11.105 7 10s-.672-2-1.5-2z"/></svg>
<svg class="tc-image-camera-switch-invert tc-image-button" width="22pt" height="22pt" viewBox="0 0 70 70"><path d="M21 28c0 1.105-.672 2-1.5 2s-1.5-.895-1.5-2 .672-2 1.5-2 1.5.895 1.5 2zm49 7c0 19.33-15.67 35-35 35S0 54.33 0 35 15.67 0 35 0s35 15.67 35 35zM19 23a5 5 0 0 0-5 5v14a5 5 0 0 0 5 5h11.232c.16-1.423.43-3.23.883-5.148a6.5 6.5 0 1 1 5.925-11.004 8.886 8.886 0 0 1 3.94-1.74A6.488 6.488 0 0 1 38.5 24c0-1.198.324-2.32.89-3.285C38.518 19.142 36.818 18 35 18h-6c-2.623 0-5 2.377-5 5h-5zm22.75 8s-10-1-9.75 19.5l3.25.75s.5-7.5 2.5-11.5v12.5S41.5 54 45.5 53.969c4-.032 7.5-1.719 7.5-1.719v-12.5c2 4 2.5 11.5 2.5 11.5l3.25-.75C59 30 49 31 49 31h-7.25zM40 24a5 5 0 1 0 10 0 5 5 0 0 0-10 0z"/></svg>
<svg class="tc-image-campaignmonitor tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.000553131103516 10.90912914276123"><path d="M15.89.342a.61.61 0 0 0-.848-.15L.11 10.65c.11.157.29.26.497.26h14.785A.609.609 0 0 0 16 10.3V.682a.618.618 0 0 0-.11-.34zM.958.192A.608.608 0 0 0 0 .682v9.635l7.11-5.824L.958.193z"/></svg>
<svg class="tc-image-campground tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.00200271606445 35.999000549316406"><path d="M24 0c-1.263 0-1.834.616-2.21 1.286L6.08 30.858H2.685C1.203 30.858 0 32.003 0 33.429c0 1.423 1.203 2.57 2.685 2.57h42.632c1.481 0 2.685-1.147 2.685-2.57 0-1.427-1.203-2.571-2.685-2.571H41.92L26.211 1.285C25.834.616 25.264 0 24 0zm0 12.857l8.842 18.001H15.158L24 12.857z"/></svg>
<svg class="tc-image-campsite-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.005504608154297 8.049360275268555"><path d="M5.923.237a.5.5 0 0 0-.85 0l-3.57 5.81h-1a.42.42 0 0 0-.5.39v1.11a.49.49 0 0 0 .5.5h10a.49.49 0 0 0 .5-.5v-1.11a.42.42 0 0 0-.5-.39h-1L5.923.237zm-.42.81l3 5h-6l3-5z"/></svg>
<svg class="tc-image-campsite-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12.399999618530273"><path d="M7 .4l-5.5 9H1c-1 0-1 1-1 1v1s0 1 1 1h13c1 0 1-1 1-1v-1s0-1-1-1h-.5L8 .4c-.2-.4-.8-.4-1 0zm.5 3.5l3.2 5.5H4.2l3.3-5.5z"/></svg>
<svg class="tc-image-cancel tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm0 4.75c-2.788 0-5.39.8-7.587 2.185l19.652 19.652A14.183 14.183 0 0 0 33.25 19c0-7.87-6.38-14.25-14.25-14.25zM4.75 19c0 7.87 6.38 14.25 14.25 14.25 2.788 0 5.39-.8 7.587-2.185L6.934 11.414A14.184 14.184 0 0 0 4.75 19z"/></svg>
<svg class="tc-image-cancel-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13z"/><path d="M10.5 4L8 6.5 5.5 4 4 5.5 6.5 8 4 10.5 5.5 12 8 9.5l2.5 2.5 1.5-1.5L9.5 8 12 5.5z"/></svg>
<svg class="tc-image-cancel-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 840 840"><path d="M420 0c116 0 215 41 297 123s123 181 123 297-41 215-123 297-181 123-297 123-215-41-297-123S0 536 0 420s41-215 123-297S304 0 420 0m86 420l154-154-86-86-154 152-152-152-88 86 154 154-154 152 88 86 152-152 154 152 86-86-154-152"/></svg>
<svg class="tc-image-cancel-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 17"><path d="M8.5 17C3.812 17 0 13.188 0 8.5S3.812 0 8.497 0C13.187 0 17 3.812 17 8.5S13.188 17 8.5 17zm0-15C4.914 2 2 4.916 2 8.5S4.916 15 8.5 15 15 12.084 15 8.5 12.084 2 8.5 2zm.003 3A3.502 3.502 0 0 1 12 8.5c0 .206-.02.412-.057.615L7.886 5.056C8.089 5.02 8.294 5 8.5 5m.003-1a4.48 4.48 0 0 0-2.39.697l6.188 6.188A4.448 4.448 0 0 0 13 8.498 4.5 4.5 0 0 0 8.503 4zM5.057 7.884l4.059 4.06A3.504 3.504 0 0 1 5 8.498c0-.206.02-.412.057-.614m-.358-1.773A4.48 4.48 0 0 0 4 8.498 4.502 4.502 0 0 0 8.5 13a4.48 4.48 0 0 0 2.387-.699l-6.188-6.19z"/></svg>
<svg class="tc-image-cancel-squared tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 800"><path d="M700 0c28 0 51.667 9.667 71 29s29 43 29 71v600c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 726.667 0 700V100c0-28 10-51.667 30-71S73.333 0 100 0h600M554 638l86-86-154-152 154-154-86-86-154 152-152-152-88 86 154 154-154 152 88 86 152-152 154 152"/></svg>
<svg class="tc-image-candle tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.224998474121094 37"><path d="M7.61 37V21l10-3v19h-10zM15 0s-3 6.25 1 8.25c3.225 1.613 3.087 6.887-2 7.25C0 16.5 11 0 15 0z"/></svg>
<svg class="tc-image-canoe tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 42.00387191772461"><path d="M16.437 8.889a4.446 4.446 0 0 0 4.45-4.446 4.44 4.44 0 0 0-4.45-4.44 4.444 4.444 0 0 0-4.451 4.44 4.449 4.449 0 0 0 4.451 4.446zM0 33.17c1 0 2.049-.24 2.947-.643a7.298 7.298 0 0 1 3.048-.676 7.25 7.25 0 0 1 3.042.676 7.306 7.306 0 0 0 2.965.637 7.238 7.238 0 0 0 2.954-.637 7.244 7.244 0 0 1 3.046-.676 7.3 7.3 0 0 1 3.044.676 7.236 7.236 0 0 0 2.954.637c1.047 0 2.06-.234 2.953-.637a7.315 7.315 0 0 1 3.051-.676c1.082 0 2.117.25 3.039.676a7.302 7.302 0 0 0 2.961.637c1.05 0 2.055-.234 2.959-.637a7.231 7.231 0 0 1 5.678-.182 8.068 8.068 0 0 0 2.142-5.461c0-4.474-3.631-8.096-8.11-8.096l-.909.097c-.997 4.037-5.044 4.207-5.044 4.207l-18.52-.005-1.548-.91 3.733-6.25 4.087 2.357c2.447 1.583 3.721-.636 3.721-.636l4.098-6.666c1.781-2.896-1.997-5.218-3.767-2.311l-2.869 4.672-6.818-3.764c-4.725-2.63-6.727 1.726-6.727 1.726l-5.355 9.152c-.911 1.902-.104 2.719-.104 2.719L0 23.173v9.998zm48 8.833a7.168 7.168 0 0 1-2.948-.636 7.307 7.307 0 0 0-3.051-.675 7.23 7.23 0 0 0-3.038.675 7.252 7.252 0 0 1-2.959.636 7.268 7.268 0 0 1-2.961-.636 7.253 7.253 0 0 0-3.039-.675 7.314 7.314 0 0 0-3.051.675 7.195 7.195 0 0 1-2.953.636 7.207 7.207 0 0 1-2.954-.636 7.3 7.3 0 0 0-3.044-.675 7.242 7.242 0 0 0-3.045.675 7.221 7.221 0 0 1-2.954.636 7.27 7.27 0 0 1-2.965-.636 7.24 7.24 0 0 0-3.04-.675 7.275 7.275 0 0 0-3.044.675A7.221 7.221 0 0 1 0 42.004v-4.417a7.225 7.225 0 0 0 2.954-.642 7.294 7.294 0 0 1 3.044-.675c1.082 0 2.124.25 3.04.675a7.29 7.29 0 0 0 2.965.642 7.225 7.225 0 0 0 2.954-.642 7.257 7.257 0 0 1 3.045-.675c1.081 0 2.116.25 3.044.675a7.224 7.224 0 0 0 2.954.642 7.2 7.2 0 0 0 2.953-.642 7.33 7.33 0 0 1 3.051-.675c1.082 0 2.117.25 3.039.675a7.289 7.289 0 0 0 2.961.642c1.05 0 2.055-.238 2.959-.642a7.246 7.246 0 0 1 3.038-.675c1.087 0 2.124.25 3.051.675.894.403 1.9.642 2.948.642v4.417z"/></svg>
<svg class="tc-image-car tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 998.4970092773438"><path d="M214.662 0l-75.97 316.401H0v91.456h47.573v590.64h136.569v-96.686h831.716v96.685h136.496V407.858H1200v-91.456h-138.692L985.338.001h-770.67zm40.474 61.52h689.713l61.186 254.887H193.934L255.12 61.52zM87.088 485.22l190.44 70.328v91.385l-190.44-70.33v-91.384zm1025.73 0v91.384l-190.362 70.329v-91.457l190.362-70.257zM415.833 724.283h368.193v91.384H415.833v-91.384z"/></svg>
<svg class="tc-image-car-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M8 3L7.11.34A.5.5 0 0 0 6.64 0H2.36a.5.5 0 0 0-.47.34L1 3a1 1 0 0 0-1 1v3h1v1a1 1 0 1 0 2 0V7h3v1a1 1 0 1 0 2 0V7h1V4a1 1 0 0 0-1-1zM2 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3l.62-2h3.76L7 3H2zm5 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-car-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000650405883789 10.5"><path d="M13 5a1.5 1.5 0 0 0-1.15-1.45L10.46.31A.5.5 0 0 0 10 0H3a.5.5 0 0 0-.44.28L1.15 3.54A1.5 1.5 0 0 0 0 5v3.5h1v1a1 1 0 1 0 2 0v-1h7v1a1 1 0 1 0 2 0v-1h1V5zM3.3 1h6.4l1.05 2.5h-8.5L3.3 1zM2 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm9 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-car-dealer tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47.98099899291992 50"><path d="M46.783 11.883c-.688-.542-2.533-.977-3.914-1.301L41 10.332V5.814l.957-.015C42.854 6.254 44.146 7 44.213 8h3.604c-.067-2-1.586-3.262-2.938-4.264C43.982 3.071 43 2.716 41 2.501V0h-2v2.424c-2 .192-2.646.69-3.549 1.503-1.181 1.063-1.707 2.397-1.707 4.003 0 1.76.503 3.053 1.712 3.881.676.469 1.544.905 3.544 1.309v4.895c-1-.177-1.002-.132-1.355-.551-.34-.406-.433-1.464-.549-1.464H33.52c0 2 .541 2.958 1.895 4.025.976.769 1.585.905 3.585 1.107V23h2v-1.836c2-.193 3.699-.702 4.676-1.536 1.268-1.083 2.305-2.444 2.305-4.082-.001-1.598-.129-2.818-1.198-3.663zm-8.765-2.786c-.582-.317-.806-.797-.806-1.438 0-.698.193-1.244.783-1.634.311-.205.005-.354 1.005-.453v3.94c-1-.152-.762-.29-.982-.415zm4.343 8.82c-.168.058-1.361.104-1.361.145v-4.167c2 .172 1.846.357 2.178.558.521.324.783.786.783 1.377 0 1.016-.535 1.713-1.6 2.087zM37.52 30h-.553l-6.144-11.125c-.265-.481-.933-.875-1.483-.875H10.699c-.55 0-1.218.394-1.483.875L3.072 30H2.52C1.419 30 0 30.9 0 32v10c0 1.1 1.419 2 2.52 2H4v3c0 1.65 1.87 3 3.52 3h1c1.65 0 2.48-1.35 2.48-3v-3h17v3c0 1.65 1.869 3 3.52 3h1c1.65 0 2.48-1.35 2.48-3v-3h2.52c1.1 0 1.48-.9 1.48-2V32c0-1.1-.381-2-1.48-2zm-31.5 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm2-8l4.053-8.105c.245-.493.897-.895 1.447-.895h13c.55 0 1.201.402 1.447.895L32.02 30h-24zm26 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
<svg class="tc-image-car-rental tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 39 49.75199890136719"><path d="M35 3.752H16.077C14.574 1.752 12.111 0 9.325 0 4.748 0 1.038 3.576 1.038 8.153c0 4.578 3.71 8.037 8.287 8.037 3.481 0 6.459-2.438 7.688-5.438h2.755l1.997-1.998 1.996 1.998h1.245l1.996-1.998 1.997 1.998h1.244l1.997-1.998 1.997 1.998H35v.281l-.174.041 3.94-3.862L35 3.752zm-28.357 6.61a2.4 2.4 0 1 1 .003-4.801 2.4 2.4 0 0 1-.003 4.801zM37 29.752h-.553l-6.144-11.125c-.265-.481-.933-.875-1.483-.875H10.18c-.55 0-1.218.394-1.483.875L2.552 29.752H2c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h2v3c0 1.65 1.35 3 3 3h1c1.65 0 3-1.35 3-3v-3h17v3c0 1.65 1.35 3 3 3h1c1.65 0 3-1.35 3-3v-3h2c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm-31.5 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm2-8l4.053-8.105c.246-.493.897-.895 1.447-.895h13c.55 0 1.201.402 1.447.895l4.053 8.105h-24zm26 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
<svg class="tc-image-car-repair tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47.96799850463867 48.96500015258789"><path d="M20.434 6.654L18 9.965h-5.684c.701 2 2.996 3.886 6.201 3.26.95-.064 4.155-.573 5.483-.26 1.768.424 1.031.426 4.201 2.97L44 28.965c.968.855 2.206.505 3.063-.461.857-.968.905-2.684-.063-3.539l-20-16c-1.252-1.005-1.568-2.397-2-4C24.16 2.21 21.071 0 18.039 0 15.596 0 12.967 2.113 12 3.965h6l2.434 2.689zm13.72 24.311l-6.182-10.73c-.244-.445-.861-1.27-1.368-1.27H9.396c-.507 0-1.124.825-1.369 1.27L2 30.965h-.154C.831 30.965 0 31.334 0 32.35v9.23c0 1.016.831 1.385 1.846 1.385H4v3.23c0 1.524.938 2.77 2.461 2.77h.923c1.524 0 2.616-1.246 2.616-2.77v-3.23h16v3.23c0 1.523 1.092 2.77 2.615 2.77h.923c1.524 0 2.462-1.246 2.462-2.77v-3.23h2.154c1.015 0 1.846-.369 1.846-1.385v-9.23c0-1.016-.831-1.385-1.846-1.385zM5.077 37.888a2.308 2.308 0 1 1 0-4.615 2.308 2.308 0 0 1 0 4.615zm1.846-6.923l3.741-7.828c.227-.454.829-1.172 1.336-1.172h12c.507 0 1.108.718 1.336 1.172l3.741 7.828H6.923zm24 6.923a2.308 2.308 0 1 1 0-4.616 2.308 2.308 0 0 1 0 4.616z"/></svg>
<svg class="tc-image-car-wash tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 47"><path d="M43 4V0H7v4H0v43h4V8h3v4h36V8h3v39h4V4zm-.948 23l-6.525-11.125c-.259-.481-.91-.875-1.446-.875H15.918c-.536 0-1.187.394-1.445.875L7.949 27C6.877 27 6 27.9 6 29v10c0 1.1.877 2 1.949 2H10v3c0 1.65 1.213 3 2.82 3h.975C15.402 47 17 45.65 17 44v-3h16v3c0 1.65 1.597 3 3.205 3h.975c1.607 0 2.82-1.35 2.82-3v-3h2.052C43.123 41 44 40.1 44 39V29c0-1.1-.877-2-1.948-2zm-30.693 8c-1.345 0-2.436-1.119-2.436-2.5s1.091-2.5 2.436-2.5c1.346 0 2.436 1.119 2.436 2.5s-1.09 2.5-2.436 2.5zm1.461-8l4.436-8.106c.24-.492.875-.894 1.41-.894h12.667c.536 0 1.171.402 1.41.894L37.18 27H12.82zm25.821 8c-1.345 0-2.436-1.119-2.436-2.5s1.091-2.5 2.436-2.5c1.346 0 2.437 1.119 2.437 2.5S39.986 35 38.641 35z"/></svg>
<svg class="tc-image-card tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3z"/></svg>
<svg class="tc-image-card-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm13.501 4.867H25.59l-1.368.902-1.312.717-1.316.582-1.387.495v2.45c.768-.198 1.45-.427 2.048-.687a9.114 9.114 0 0 0 1.676-.948V35h2.87V16.867z"/></svg>
<svg class="tc-image-card-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm16.206 23v-2.462h-8.004v-.063c0-.354.118-.706.352-1.057a5.93 5.93 0 0 1 .923-1.051l1.28-1.075 1.427-1.132 1.548-1.373a8.354 8.354 0 0 0 1.182-1.412 6.248 6.248 0 0 0 .754-1.6 6.587 6.587 0 0 0 .265-1.936c0-.792-.126-1.493-.378-2.104a4.076 4.076 0 0 0-1.07-1.528 4.634 4.634 0 0 0-1.67-.926c-.65-.21-1.375-.315-2.174-.315l-1.4.099-1.249.303-1.15.506-1.102.71v2.76c.694-.676 1.416-1.183 2.165-1.522.75-.34 1.487-.509 2.213-.509.422 0 .81.06 1.164.18.353.12.66.298.92.533a2.4 2.4 0 0 1 .608.878c.145.351.217.762.217 1.231 0 .428-.062.826-.186 1.194a4.33 4.33 0 0 1-.52 1.047l-.804.958-1.039.946-1.237 1.007-1.237 1.04-1.138 1.114a7.743 7.743 0 0 0-.928 1.225 6.391 6.391 0 0 0-.631 1.385 5.142 5.142 0 0 0-.236 1.575V35h11.135z"/></svg>
<svg class="tc-image-card-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm5.38 22.343c1.048.636 2.45.954 4.208.954 1.955 0 3.53-.489 4.726-1.467 1.195-.977 1.793-2.262 1.793-3.853 0-1.153-.371-2.116-1.114-2.888-.743-.772-1.753-1.22-3.03-1.344v-.047c2.375-.668 3.562-2.17 3.562-4.505 0-1.235-.474-2.248-1.423-3.04-.949-.791-2.21-1.187-3.786-1.187-1.641 0-3.064.338-4.267 1.013v2.55c1.048-.85 2.165-1.275 3.353-1.275 2.127 0 3.19.873 3.19 2.62 0 1.898-1.364 2.846-4.093 2.846h-1.31v2.3h1.373c3.075 0 4.612 1.007 4.612 3.02 0 .916-.352 1.642-1.057 2.177-.705.536-1.647.804-2.826.804-1.452 0-2.755-.458-3.911-1.374v2.696z"/></svg>
<svg class="tc-image-card-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm14.809 5.263h-2.894a27.667 27.667 0 0 1-1.524 2.87 48.196 48.196 0 0 1-1.96 2.986l-2.2 2.92-2.233 2.651v2.415h8.028V35h2.783v-3.895h2.632v-2.39h-2.632V17.262zm-2.783 11.451h-5.134l2.466-3.214c.879-1.203 1.768-2.614 2.668-4.231v7.445z"/></svg>
<svg class="tc-image-card-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm5.776 22.592c.85.486 2.141.729 3.875.729 2.053 0 3.667-.53 4.841-1.59 1.174-1.06 1.762-2.468 1.762-4.225 0-1.673-.514-2.992-1.54-3.956-1.027-.965-2.48-1.447-4.358-1.447l-1.548.047.297-4.441h6.345v-2.446h-8.732l-.63 9.326 2.906-.15c1.393 0 2.463.28 3.21.84.747.561 1.12 1.345 1.12 2.353 0 1.022-.367 1.84-1.102 2.455-.735.614-1.704.922-2.907.922-1.196 0-2.375-.392-3.54-1.176v2.76z"/></svg>
<svg class="tc-image-card-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm17.033 17.296c0-.85-.12-1.614-.358-2.294a4.896 4.896 0 0 0-1.02-1.732 4.372 4.372 0 0 0-1.594-1.088c-.623-.25-1.322-.376-2.098-.376-.874 0-1.634.169-2.282.507-.648.337-1.162.8-1.542 1.385h-.071c.008-1.04.133-1.958.376-2.753.243-.796.576-1.463 1.001-2.003.425-.54.93-.95 1.516-1.231a4.371 4.371 0 0 1 1.916-.422c.62 0 1.17.075 1.647.224l1.346.544v-2.585c-.33-.158-.769-.282-1.317-.372a11.324 11.324 0 0 0-1.822-.134 6.818 6.818 0 0 0-2.997.667c-.923.444-1.727 1.096-2.41 1.953-.684.858-1.222 1.922-1.614 3.193-.391 1.27-.587 2.726-.587 4.368 0 1.343.148 2.524.445 3.542.297 1.019.715 1.87 1.255 2.556.54.684 1.183 1.2 1.93 1.545a5.77 5.77 0 0 0 2.454.519c.834 0 1.607-.147 2.321-.44a5.428 5.428 0 0 0 1.849-1.237 5.724 5.724 0 0 0 1.217-1.898c.293-.733.44-1.546.44-2.438zm-2.893.237c0 .486-.064.937-.192 1.354a3.246 3.246 0 0 1-.556 1.083 2.541 2.541 0 0 1-.909.716 2.87 2.87 0 0 1-1.249.26c-.527 0-.983-.118-1.367-.353a3.078 3.078 0 0 1-.948-.896 3.928 3.928 0 0 1-.55-1.206 4.961 4.961 0 0 1-.179-1.294c0-.388.064-.767.192-1.138.128-.37.32-.7.574-.99.255-.288.57-.521.946-.698.376-.177.811-.265 1.305-.265.496 0 .927.082 1.294.247.367.165.672.398.914.699.243.3.425.661.545 1.082.12.421.18.888.18 1.4z"/></svg>
<svg class="tc-image-card-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm17.085 6.696v-1.433H18.534v2.446h8.4l-1.962 3.873a55.733 55.733 0 0 0-1.663 3.816 44.627 44.627 0 0 0-1.294 3.798 30.41 30.41 0 0 0-.85 3.804h3.01c.213-1.428.518-2.824.914-4.188a44.383 44.383 0 0 1 1.397-4.063 54.276 54.276 0 0 1 1.793-4.014l2.106-4.04z"/></svg>
<svg class="tc-image-card-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm4.984 18.052c0 .776.147 1.485.44 2.128a4.822 4.822 0 0 0 1.225 1.65 5.696 5.696 0 0 0 1.868 1.071c.722.256 1.515.384 2.38.384.874 0 1.674-.128 2.4-.384a5.616 5.616 0 0 0 1.868-1.07 4.788 4.788 0 0 0 1.213-1.651 5.128 5.128 0 0 0 .434-2.128c0-.52-.066-1.019-.198-1.496a4.702 4.702 0 0 0-.594-1.324 4.652 4.652 0 0 0-.984-1.083 5.014 5.014 0 0 0-1.355-.772 5.325 5.325 0 0 0 1.807-1.652 3.911 3.911 0 0 0 .679-2.235 4.11 4.11 0 0 0-.396-1.79 4.303 4.303 0 0 0-1.107-1.436 5.313 5.313 0 0 0-1.682-.952 6.272 6.272 0 0 0-2.12-.346c-.76 0-1.461.113-2.104.34a5.268 5.268 0 0 0-1.676.946 4.36 4.36 0 0 0-1.114 1.435 4.08 4.08 0 0 0-.402 1.803c0 .818.227 1.563.68 2.235.455.671 1.066 1.222 1.834 1.652a4.79 4.79 0 0 0-1.362.778 4.592 4.592 0 0 0-1.542 2.413 5.714 5.714 0 0 0-.192 1.484zm2.799-.25c0-.477.078-.918.233-1.321.156-.404.372-.753.65-1.045.276-.293.606-.52.989-.681a3.172 3.172 0 0 1 1.243-.242c.47 0 .896.087 1.28.26.384.172.712.407.984.704s.482.646.631 1.047c.15.401.224.828.224 1.279 0 .496-.078.944-.235 1.344-.157.4-.374.742-.65 1.027a2.794 2.794 0 0 1-.983.655c-.38.152-.797.227-1.251.227-.47 0-.897-.073-1.28-.221a2.696 2.696 0 0 1-.984-.643 2.878 2.878 0 0 1-.63-1.028 3.94 3.94 0 0 1-.221-1.361zm.605-8.015c0-.353.06-.69.178-1.007a2.56 2.56 0 0 1 .507-.836c.22-.238.481-.426.786-.562a2.466 2.466 0 0 1 1.015-.203c.354 0 .684.066.99.197a2.4 2.4 0 0 1 .791.545c.222.23.397.507.525.829.128.322.192.668.192 1.037a2.642 2.642 0 0 1-.736 1.853c-.227.234-.491.42-.792.556-.3.136-.624.204-.97.204a2.388 2.388 0 0 1-1.755-.748 2.689 2.689 0 0 1-.73-1.865z"/></svg>
<svg class="tc-image-card-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.99999237060547 41.999996185302734"><path d="M1.3 0h25.4A1.3 1.3 0 0 1 28 1.3v6.4A1.3 1.3 0 0 1 26.7 9H11.3A2.3 2.3 0 0 0 9 11.3v21.4A1.3 1.3 0 0 1 7.7 34H1.3A1.3 1.3 0 0 1 0 32.7V1.3A1.3 1.3 0 0 1 1.3 0zm12 12h21.4a1.3 1.3 0 0 1 1.3 1.3v27.4a1.3 1.3 0 0 1-1.3 1.3H13.3a1.3 1.3 0 0 1-1.3-1.3V13.3a1.3 1.3 0 0 1 1.3-1.3zm16.812 13.167c0-1.477-.16-2.735-.477-3.774-.318-1.038-.747-1.885-1.287-2.541-.54-.656-1.166-1.134-1.88-1.435a5.784 5.784 0 0 0-2.27-.451c-.85 0-1.638.142-2.363.425a5.577 5.577 0 0 0-1.892 1.212 5.572 5.572 0 0 0-1.261 1.905c-.305.747-.457 1.583-.457 2.506 0 .842.134 1.605.402 2.288a5.124 5.124 0 0 0 1.106 1.744 4.88 4.88 0 0 0 1.664 1.108c.64.26 1.331.39 2.073.39.435 0 .845-.054 1.229-.162a4.734 4.734 0 0 0 1.047-.428c.314-.177.592-.383.835-.617.243-.235.438-.485.586-.748h.051c0 1.047-.11 1.969-.328 2.764-.22.796-.53 1.462-.935 1.997-.403.536-.892.94-1.466 1.212a4.406 4.406 0 0 1-1.91.407l-.948-.079-.94-.21-.835-.297-.642-.328v2.585l.624.23.841.217.978.16 1.02.062c1.04 0 2.012-.196 2.914-.588.903-.392 1.69-1 2.361-1.825.672-.825 1.2-1.876 1.584-3.155.384-1.278.576-2.803.576-4.574zm-2.993-1.895a2.904 2.904 0 0 1-.837 2.06c-.26.26-.565.466-.914.62-.35.152-.732.229-1.146.229-.462 0-.884-.077-1.267-.23a2.677 2.677 0 0 1-.982-.669 3.098 3.098 0 0 1-.637-1.082c-.153-.43-.23-.923-.23-1.483 0-.512.079-.978.236-1.399.157-.42.37-.78.637-1.077.268-.297.581-.525.94-.686a2.735 2.735 0 0 1 1.133-.242c.443 0 .852.095 1.229.285.376.19.7.459.971.806.272.347.484.763.638 1.248a5.37 5.37 0 0 1 .23 1.62z"/></svg>
<svg class="tc-image-card-giftcard tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38.00160217285156"><path d="M36 8.002h-4.37c.22-.63.37-1.3.37-2 0-3.31-2.69-6-6-6-2.09 0-3.93 1.07-5 2.69l-1 1.36-1-1.36a5.983 5.983 0 0 0-5-2.69c-3.31 0-6 2.69-6 6 0 .7.14 1.37.37 2H4c-2.21 0-3.98 1.79-3.98 4l-.02 22c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4v-22c0-2.21-1.79-4-4-4zm-10-4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-12 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm22 30H4v-4h32v4zm0-10H4v-12h10.16L10 17.672l3.25 2.33 4.75-6.47 2-2.72 2 2.72 4.75 6.47 3.25-2.33-4.16-5.67H36v12z"/></svg>
<svg class="tc-image-card-membership tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 0 1.79 0 4v22c0 2.21 1.79 4 4 4h8v10l8-4 8 4V30h8c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 26H4v-4h32v4zm0-10H4V4h32v12z"/></svg>
<svg class="tc-image-card-travel tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38"><path d="M36 8h-6V4c0-2.21-1.79-4-4-4H14c-2.21 0-4 1.79-4 4v4H4c-2.21 0-4 1.79-4 4v22c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zM14 4h12v4H14V4zm22 30H4v-4h32v4zm0-10H4V12h6v4h4v-4h12v4h4v-4h6v12z"/></svg>
<svg class="tc-image-cards-club tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.5369987487793 45.47499084472656"><path d="M22.439 36.421c.179 1.756.693 4.774 1.544 9.054h-7.428c.85-3.971 1.275-6.989 1.275-9.054l.504-6.626c0-.411.169-.329.505.247-.707 1.763-1.595 3.269-2.665 4.517-1.818 2.188-4.188 3.282-7.11 3.282-2.743 0-4.952-.93-6.626-2.788C.813 33.071 0 30.725 0 28.015c0-3.107.85-5.651 2.552-7.634 1.646-1.7 3.817-2.551 6.512-2.551 2.483 0 4.678.782 6.585 2.346.432-.31.367-.68-.195-1.112-3.17-2.112-4.754-5.326-4.754-9.64 0-2.593.847-4.808 2.541-6.647C15.066.925 17.323 0 20.011 0c3.04 0 5.323.85 6.853 2.551 1.81 1.996 2.716 4.373 2.716 7.13 0 3.773-1.495 6.89-4.486 9.352-.57.453-.727.837-.473 1.153 2.092-1.57 4.29-2.356 6.595-2.356 2.689 0 4.86.854 6.513 2.562 1.872 1.982 2.808 4.523 2.808 7.623 0 2.717-.909 5.073-2.726 7.069-1.66 1.838-3.858 2.757-6.595 2.757-2.75 0-5.124-1.09-7.12-3.272-.892-1.076-1.776-2.579-2.654-4.506.336-.59.504-.634.504-.134l.494 6.492z"/></svg>
<svg class="tc-image-cards-diamond tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.98599624633789 46.63800048828125"><path d="M18.993 46.638L0 23.52 18.983 0l19.003 23.53-18.993 23.108z"/></svg>
<svg class="tc-image-cards-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.28099822998047 44.71500015258789"><path d="M40.281 10.443c0 7.634-4.47 16.606-13.407 26.915l-6.605 7.357-6.873-7.357C4.466 27.049 0 18.079 0 10.443c0-2.942 1.019-5.49 3.056-7.644C4.881.933 7.476 0 10.845 0c3.025 0 5.387.847 7.089 2.541 1.145 1.187 1.896 2.412 2.253 3.674.295-1.263.95-2.398 1.965-3.406C24.169.937 26.597 0 29.436 0c3.361 0 5.958.933 7.789 2.799 2.037 2.16 3.056 4.708 3.056 7.644z"/></svg>
<svg class="tc-image-cards-spade tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.96900177001953 46.391998291015625"><path d="M21.175 38.088c.178 2.786.69 5.553 1.533 8.304h-8.447c.679-3.245 1.19-6.012 1.533-8.303l.134-5.597c.425-.453.802-.453 1.131 0-.919 1.646-1.9 2.99-2.942 4.033-1.482 1.482-3.673 2.222-6.575 2.222-2.085 0-3.772-.74-5.062-2.222C.827 34.872 0 32.591 0 29.683c0-3.285 3.228-9.287 9.682-18.005L18.479 0l8.93 11.606c6.373 8.1 9.56 14.126 9.56 18.077 0 2.901-.827 5.182-2.48 6.842-1.482 1.482-3.252 2.222-5.31 2.222-2.716 0-4.941-.771-6.677-2.315-1.564-1.563-2.428-2.832-2.593-3.806.343-.165.515-.186.515-.062l.751 5.525z"/></svg>
<svg class="tc-image-caret-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 4"><path d="M0 0l4 4 4-4H0z"/></svg>
<svg class="tc-image-caret-circle-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm301 421L528 726q-7 7-16 7t-16-7L211 421q-10-10-4.5-23.5T226 384h572q14 0 19.5 13.5T813 421z"/></svg>
<svg class="tc-image-caret-circle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm91 813L298 528q-6-7-6-16t6-16l305-285q11-10 24-4.5t13 20.5v571q0 14-13 19.5t-24-4.5z"/></svg>
<svg class="tc-image-caret-circle-o-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm301 421L528 726q-7 7-16 7t-16-7L211 421q-10-10-4.5-23.5T226 384h572q14 0 19.5 13.5T813 421z"/></svg>
<svg class="tc-image-caret-circle-o-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm91 813L298 528q-6-7-6-16t6-16l305-285q11-10 24-4.5t13 20.5v571q0 14-13 19.5t-24-4.5z"/></svg>
<svg class="tc-image-caret-circle-o-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm215 528L422 813q-11 10-24 4.5T385 798V226q0-14 13-19.5t24 4.5l305 285q6 7 6 16t-6 16z"/></svg>
<svg class="tc-image-caret-circle-o-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm286 639H226q-14 0-19.5-13t4.5-24l285-305q7-6 16-6t16 6l285 305q10 11 4.5 24T798 639z"/></svg>
<svg class="tc-image-caret-circle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm215 528L422 813q-11 10-24 4.5T385 798V226q0-14 13-19.5t24 4.5l305 285q6 7 6 16t-6 16z"/></svg>
<svg class="tc-image-caret-circle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm286 639H226q-14 0-19.5-13t4.5-24l285-305q7-6 16-6t16 6l285 305q10 11 4.5 24T798 639z"/></svg>
<svg class="tc-image-caret-down tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 949.1849975585938"><path d="M0 0l600 949.185L1200 0H0z"/></svg>
<svg class="tc-image-caret-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 4 8"><path d="M4 0L0 4l4 4V0z"/></svg>
<svg class="tc-image-caret-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 4 8"><path d="M0 0v8l4-4-4-4z"/></svg>
<svg class="tc-image-caret-square-o-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1145 547q18 35-5 66l-320 448q-19 27-52 27t-52-27L396 613q-23-31-5-66 17-35 57-35h640q40 0 57 35zm135 701V288q0-13-9.5-22.5T1248 256H288q-13 0-22.5 9.5T256 288v960q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5-9.5t9.5-22.5zm256-960v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-caret-square-o-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1024 448v640q0 26-19 45t-45 19q-20 0-37-12L475 820q-27-19-27-52t27-52l448-320q17-12 37-12 26 0 45 19t19 45zm256 800V288q0-13-9.5-22.5T1248 256H288q-13 0-22.5 9.5T256 288v960q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5-9.5t9.5-22.5zm256-960v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-caret-square-o-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1088 768q0 33-27 52l-448 320q-31 23-66 5-35-17-35-57V448q0-40 35-57 35-18 66 5l448 320q27 19 27 52zm192 480V288q0-14-9-23t-23-9H288q-14 0-23 9t-9 23v960q0 14 9 23t23 9h960q14 0 23-9t9-23zm256-960v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-caret-square-o-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1145 989q-17 35-57 35H448q-40 0-57-35-18-35 5-66l320-448q19-27 52-27t52 27l320 448q23 31 5 66zm135 259V288q0-13-9.5-22.5T1248 256H288q-13 0-22.5 9.5T256 288v960q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5-9.5t9.5-22.5zm256-960v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-caret-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 4"><path d="M4 0L0 4h8L4 0z"/></svg>
<svg class="tc-image-caret-up tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 999.9929809570312"><path d="M0 999.993L600 0l600 999.993z"/></svg>
<svg class="tc-image-cart tc-image-button" width="22pt" height="22pt" viewBox="0 0 573.4409790039062 409.5850524902344"><path d="M.001 23.553c0-6.832 2.225-12.448 6.657-16.897C11.09 2.208 16.738 0 23.554 0h120.319c5.456 0 10.32 1.616 14.593 4.865 4.271 3.248 7.088 7.583 8.447 13.056l12.288 50.176h345.072l3.6-10.752c3.408-10.929 10.752-16.385 22.016-16.385 3.072 0 5.296.337 6.656 1.025 5.104 1.36 9.2 4.095 12.288 8.192 3.089 4.096 4.608 8.704 4.608 13.823 0 1.696-.336 3.921-1.024 6.656l-60.416 201.216c-1.376 5.12-4.096 9.217-8.192 12.288-4.095 3.073-8.72 4.609-13.824 4.609H203.777c-5.456 0-10.32-1.696-14.592-5.105-4.272-3.423-7.088-7.68-8.448-12.815L125.441 46.593H23.553c-6.48 0-12.032-2.225-16.64-6.656C2.305 35.505 0 30.032 0 23.553zm190.465 91.136l31.743 126.976h250.368l1.008-4.592 36.88-122.368h-320v-.015zm21.504 247.808c0-12.976 4.687-24.064 14.08-33.28 9.391-9.216 20.575-13.824 33.535-13.824s24.064 4.608 33.28 13.824c9.216 9.216 13.824 20.32 13.824 33.28s-4.608 24.064-13.824 33.28-20.32 13.808-33.28 13.808-24.144-4.592-33.535-13.808c-9.376-9.216-14.08-20.304-14.08-33.28zm33.28-207.872h84.992v47.089h-74.768zm125.44 47.104l.511-47.088h82.945l-12.288 47.088H370.69zm18.944 160.768c0-12.976 4.704-24.064 14.095-33.28 9.376-9.216 20.56-13.824 33.536-13.824 12.976 0 24.064 4.608 33.28 13.824 9.217 9.216 13.808 20.32 13.808 33.28s-4.591 24.064-13.808 33.28c-9.216 9.216-20.32 13.808-33.28 13.808s-24.16-4.592-33.536-13.808c-9.391-9.216-14.095-20.304-14.095-33.28z"/></svg>
<svg class="tc-image-cart-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1408"><path d="M1280 448q0-26-19-45t-45-19-45 19l-147 146V256q0-26-19-45t-45-19-45 19-19 45v293L749 403q-19-19-45-19t-45 19-19 45 19 45l256 256q19 19 45 19t45-19l256-256q19-19 19-45zm-640 832q0 53-37.5 90.5T512 1408t-90.5-37.5T384 1280t37.5-90.5T512 1152t90.5 37.5T640 1280zm896 0q0 53-37.5 90.5T1408 1408t-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm128-1088v512q0 24-16 42.5t-41 21.5L563 890q1 7 4.5 21.5t6 26.5 2.5 22q0 16-24 64h920q26 0 45 19t19 45-19 45-45 19H448q-26 0-45-19t-19-45q0-14 11-39.5t29.5-59.5 20.5-38L268 128H64q-26 0-45-19T0 64t19-45T64 0h256q16 0 28.5 6.5t20 15.5 13 24.5T389 73t5.5 29.5T399 128h1201q26 0 45 19t19 45z"/></svg>
<svg class="tc-image-cart-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1408"><path d="M1216 448q0-26-19-45t-45-19h-128V256q0-26-19-45t-45-19-45 19-19 45v128H768q-26 0-45 19t-19 45 19 45 45 19h128v128q0 26 19 45t45 19 45-19 19-45V512h128q26 0 45-19t19-45zm-576 832q0 53-37.5 90.5T512 1408t-90.5-37.5T384 1280t37.5-90.5T512 1152t90.5 37.5T640 1280zm896 0q0 53-37.5 90.5T1408 1408t-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm128-1088v512q0 24-16 42.5t-41 21.5L563 890q1 7 4.5 21.5t6 26.5 2.5 22q0 16-24 64h920q26 0 45 19t19 45-19 45-45 19H448q-26 0-45-19t-19-45q0-14 11-39.5t29.5-59.5 20.5-38L268 128H64q-26 0-45-19T0 64t19-45T64 0h256q16 0 28.5 6.5t20 15.5 13 24.5T389 73t5.5 29.5T399 128h1201q26 0 45 19t19 45z"/></svg>
<svg class="tc-image-carta-si tc-image-button" width="22pt" height="22pt" viewBox="0 0 715.0579833984375 511.9991455078125"><path d="M136.847 337.653l-4.413 17.654-2.212 2.212h-2.212c-8.827-4.413-19.865-6.625-33.106-6.625-44.135 0-66.212 22.835-66.212 68.413 0 45.62 21.31 68.413 64 68.413 14.684 0 26.481-2.212 35.308-6.625 1.444-1.444 2.212-1.444 2.212 0h2.212l4.413 19.865-2.212 2.212C125.798 509.06 110.346 512 88.279 512c-27.965 0-49.654-8.069-65.106-24.279C7.721 471.541 0 449.474 0 421.508c0-27.925 8.448-50.76 25.375-68.413 16.896-17.654 39.352-26.48 67.308-26.48 17.654 0 32.338 2.968 44.135 8.826v2.212zm115.865 154.481c.727 5.888 1.106 10.301 1.106 13.24 0 1.474-.758 2.212-2.212 2.212h-19.865c-1.474 0-2.212-.727-2.212-2.212l-2.212-8.827C217.017 506.848 204.482 512 189.798 512c-26.48 0-39.72-13.24-39.72-39.72 0-32.339 25.005-48.549 75.037-48.549 0-17.654-8.827-26.48-26.48-26.48-8.828 0-19.14 2.968-30.895 8.826h-4.413l-4.413-15.452v-4.413c11.766-7.353 26.481-11.038 44.135-11.038 32.338 0 48.548 18.411 48.548 55.173v46.346c.01 4.403.358 9.584 1.116 15.442zm-27.586-22.067v-26.49c-32.379 0-48.548 8.826-48.548 26.48 0 13.24 6.625 19.865 19.865 19.865 13.23 0 22.794-6.615 28.682-19.856zm86.067-199.73c-54.446-2.213-91.249-15.075-110.346-38.627-2.969-4.413-5.888-6.246-8.827-5.519-2.969.758-3.687 4.076-2.212 9.933 22.068 48.548 76.483 72.827 163.308 72.827 36.751 0 73.165-6.625 109.24-19.865 36.034-13.24 54.067-33.833 54.067-61.788 0-17.654-6.994-32.727-20.962-45.24-13.998-12.483-26.86-20.593-38.625-24.279-11.797-3.656-23.552-6.247-35.308-7.72-17.654 0-26.48 9.583-26.48 28.691v46.346c-1.476 32.38-29.44 47.452-83.857 45.24zm88.28-145.655c54.414 2.212 91.206 15.104 110.345 38.625 2.94 4.413 6.246 6.277 9.933 5.52 3.655-.728 4.751-4.036 3.308-9.934-22.067-48.548-76.514-72.827-163.308-72.827-38.277 0-75.408 6.625-111.452 19.865-36.075 13.24-54.067 33.863-54.067 61.788 0 26.481 11.377 45.998 34.212 58.48 22.794 12.513 43.038 18.76 60.692 18.76s26.481-9.554 26.481-28.692v-46.346c1.433-32.338 29.41-47.442 83.856-45.24zm-55.174 254.904v22.077l-2.212 2.212c-1.474-1.444-4.413-2.212-8.827-2.212-14.725 0-23.552 9.584-26.48 28.692-1.475 1.474-2.213 4.413-2.213 8.827v66.212c0 1.474-.758 2.212-2.212 2.212h-22.067c-1.474 0-2.212-.727-2.212-2.212v-86.067c0-17.654-.758-30.137-2.212-37.519 0-1.444.727-2.212 2.212-2.212h19.865c2.94 0 4.413.758 4.413 2.212v15.452c7.353-14.684 18.381-22.067 33.106-22.067 2.94 0 5.14.758 6.625 2.212 1.454-.03 2.212.727 2.212 2.181zM357.539 0c-30.894 0-46.346 9.584-46.346 28.692 0 17.654 15.452 26.481 46.346 26.481 29.42 0 44.135-8.827 44.135-26.48C401.674 9.583 386.959 0 357.539 0zm72.827 381.788v15.452c0 2.97-.758 4.413-2.212 4.413H397.26v64c0 14.725 5.14 22.067 15.452 22.067 7.352 0 11.766-.727 13.24-2.212h2.212v2.212l2.212 17.654c0 1.474-.758 2.212-2.212 2.212-5.888 2.97-13.24 4.413-22.067 4.413-10.302 0-19.139-3.656-26.48-11.038-5.889-8.827-8.828-20.592-8.828-35.308v-64h-17.653l-2.212-4.413v-15.452c0-1.444.727-2.212 2.212-2.212h17.654V357.51l2.212-2.212 22.067-6.625h2.212v30.904h30.894c1.433.01 2.192.768 2.192 2.212zm119.173 123.586c0 1.474-.758 2.212-2.212 2.212h-19.865c-2.97 0-4.413-.727-4.413-2.212v-8.827C512.747 506.848 500.214 512 485.53 512c-13.24 0-23.552-4.034-30.894-12.135-7.383-8.069-11.038-17.285-11.038-27.587 0-32.338 25.723-48.548 77.24-48.548 0-17.654-8.827-26.48-26.48-26.48-10.303 0-21.34 2.968-33.107 8.826h-2.212l-6.625-15.452c0-1.444.727-2.939 2.212-4.413 11.766-7.353 25.723-11.038 41.933-11.038 33.833 0 50.76 18.411 50.76 55.173v46.346c.01 13.23.747 22.825 2.222 28.682zm-30.894-35.307c1.444-1.444 2.212-3.656 2.212-6.625v-19.865h-2.212c-30.894 0-46.346 8.827-46.346 26.481 0 13.24 6.625 19.865 19.865 19.865 14.684 0 23.511-6.615 26.481-19.856zm156.682-11.039c0 14.725-5.17 27.248-15.452 37.52-10.302 10.3-26.48 15.451-48.548 15.451-19.139 0-34.58-4.413-46.346-13.24-1.475 0-2.212-.727-2.212-2.212l6.625-17.654c0-1.444.727-2.212 2.212-2.212h2.212c11.766 7.383 24.28 11.038 37.52 11.038 23.51 0 35.307-8.827 35.307-26.48 0-13.24-10.302-24.28-30.894-33.107-32.379-10.27-48.548-27.207-48.548-50.76 0-33.833 19.865-50.76 59.587-50.76 14.684 0 27.924 2.97 39.721 8.827v2.212l-6.625 19.865h-2.212c-8.827-4.413-19.865-6.625-33.106-6.625-19.139 0-28.692 7.383-28.692 22.067 0 13.24 11.038 24.28 33.106 33.106 30.904 11.796 46.346 29.45 46.346 52.962zm39.731-130.202v22.067c0 1.474-.758 2.212-2.212 2.212h-22.067c-1.475 0-2.212-.727-2.212-2.212v-22.067l2.212-2.212h22.067c1.444 0 2.212.758 2.212 2.212zm0 52.962v123.587c0 1.474-.758 2.212-2.212 2.212h-22.067c-1.475 0-2.212-.727-2.212-2.212V381.788c0-1.444.727-2.212 2.212-2.212h22.067c1.444.01 2.212.768 2.212 2.212z"/></svg>
<svg class="tc-image-cartasi tc-image-button" width="22pt" height="22pt" viewBox="0 0 649.5523071289062 462.7811279296875"><path d="M123.947 302.681c-3.289-1.707-15.82-7.274-38.74-7.274C34.245 295.407 0 329.609 0 380.497c0 49.993 31.595 82.283 80.495 82.283 20.574 0 36.007-4.168 42.97-7.731a2.245 2.245 0 0 0 1.16-2.543l-4.007-16.384c-.158-.657-.615-1.207-1.229-1.502s-1.327-.29-1.937.009c-8.094 3.899-20.638 6.323-32.72 6.323-36.66 0-58.544-22.865-58.544-61.159 0-38.733 22.882-62.801 59.721-62.801 15.736 0 26.053 3.959 30.805 6.315a2.26 2.26 0 0 0 1.89.06 2.23 2.23 0 0 0 1.267-1.399l5.188-16.618a2.242 2.242 0 0 0-1.113-2.666zm105.821 128.133v-42.36c0-22.058-7.914-48.35-45.615-48.35-14.097 0-28.638 3.801-38.89 10.168a2.24 2.24 0 0 0-.947 2.641l4.711 13.807a2.278 2.278 0 0 0 1.413 1.408c.67.226 1.395.123 1.984-.264 7.493-5.034 18.214-8.043 28.69-8.043h.451c15.385 0 23.198 7.974 23.198 23.719v.086c-44.237.29-68.574 16.026-68.574 44.373 0 17.293 12.75 34.782 37.128 34.782 13.36 0 25.698-5.257 33.87-14.267l1.121 9.698a2.27 2.27 0 0 0 2.24 2.001h18.649a2.252 2.252 0 0 0 2.253-2.257c0-.252-.038-.482-.11-.709-1.03-6.916-1.57-16.047-1.57-26.432zm-51.264 12.249c-10.692 0-17.075-6.507-17.075-17.399 0-15.45 14.375-23.283 42.718-23.283h1.084v17.433c0 1.408-.149 3.575-.819 5.815-2.765 8.043-11.213 17.433-25.907 17.433zm132.497-102.472l-.478-.06c-1.733-.226-3.375-.426-5.449-.426-12.655 0-24.022 7.185-30.609 18.85l-.606-14.349a2.254 2.254 0 0 0-2.248-2.159h-18.146c-.623 0-1.224.252-1.647.709a2.264 2.264 0 0 0-.606 1.69c.644 9.651.938 20.502.938 35.183v77.926a2.252 2.252 0 0 0 2.253 2.257h20.736a2.255 2.255 0 0 0 2.257-2.257v-60.373c0-3.298.248-6.664.67-9.182 2.752-15.023 12.553-24.358 25.587-24.358 2.726 0 4.702 0 6.58.409a2.23 2.23 0 0 0 1.898-.443 2.247 2.247 0 0 0 .841-1.758v-19.426a2.237 2.237 0 0 0-1.97-2.231zm78.2 1.856h-27.443v-24.892c0-.717-.337-1.391-.909-1.809a2.244 2.244 0 0 0-1.997-.358l-20.263 6.084a2.26 2.26 0 0 0-1.609 2.168v18.808h-15.41a2.25 2.25 0 0 0-2.258 2.248v15.675a2.253 2.253 0 0 0 2.257 2.257h15.411v59.516c0 14.558 2.808 24.776 8.61 31.249 5.568 6.05 14.106 9.382 24.051 9.382 9.357 0 16-1.834 19.123-2.935a2.262 2.262 0 0 0 1.51-2.257l-.947-15.685a2.243 2.243 0 0 0-.965-1.715 2.278 2.278 0 0 0-1.946-.307c-2.568.785-5.482 1.31-11.362 1.31-9.442 0-13.299-5.717-13.299-19.742v-58.812h27.443a2.252 2.252 0 0 0 2.253-2.257V344.7a2.254 2.254 0 0 0-2.253-2.253zm107.891 88.367v-42.36c0-22.058-7.914-48.35-45.615-48.35-14.097 0-28.638 3.801-38.895 10.168a2.245 2.245 0 0 0-.943 2.641l4.711 13.807a2.278 2.278 0 0 0 1.413 1.408c.67.226 1.395.123 1.976-.264 7.501-5.034 18.218-8.043 28.697-8.043h.448c15.385 0 23.198 7.974 23.198 23.719v.086c-44.232.29-68.574 16.026-68.574 44.373 0 17.293 12.753 34.782 37.13 34.782 13.362 0 25.697-5.257 33.868-14.267l1.122 9.698a2.263 2.263 0 0 0 2.24 2.001h18.645a2.253 2.253 0 0 0 2.257-2.257c0-.252-.043-.482-.11-.709-1.03-6.916-1.567-16.047-1.567-26.432zm-51.277 12.249c-10.688 0-17.067-6.507-17.067-17.399 0-15.45 14.375-23.283 42.713-23.283h1.088v17.433c0 1.408-.149 3.575-.819 5.815-2.769 8.043-11.213 17.433-25.915 17.433zm124.233-76.608c-22.814-8.768-30.13-15.642-30.13-28.31 0-10.641 8.558-21.385 27.672-21.385 15.876 0 26.018 5.474 28.745 7.159a2.25 2.25 0 0 0 1.946.2 2.263 2.263 0 0 0 1.37-1.391l5.658-16.618a2.253 2.253 0 0 0-1.003-2.675c-4.152-2.415-15.957-8.034-36.006-8.034-31.573 0-53.628 18.534-53.628 45.073 0 21.107 14.208 36.502 43.418 47.048 20.74 7.693 28.455 15.557 28.455 29 0 15.207-11.865 24.657-30.967 24.657-12.519 0-25.39-3.627-35.315-9.942a2.264 2.264 0 0 0-3.363 1.216l-5.418 17.084a2.26 2.26 0 0 0 .9 2.568c9.336 6.183 26.914 10.666 41.78 10.666 42.537 0 57.633-25.792 57.633-47.885 0-22.733-12.485-37.218-41.745-48.435zm77.252-24.008h-20.74a2.253 2.253 0 0 0-2.257 2.248v113.258a2.255 2.255 0 0 0 2.257 2.257h20.74a2.251 2.251 0 0 0 2.25-2.257V344.698a2.253 2.253 0 0 0-2.25-2.253zm0-46.968h-20.74a2.255 2.255 0 0 0-2.257 2.257v20.135a2.255 2.255 0 0 0 2.257 2.257h20.74a2.251 2.251 0 0 0 2.25-2.257v-20.135a2.253 2.253 0 0 0-2.25-2.257zM364.633 25.067c0 13.844-18.174 25.066-40.593 25.066s-40.593-11.222-40.593-25.066S301.621 0 324.041 0s40.593 11.222 40.593 25.067zm-78.37 128.652v41.391c0 21.491-7.163 27.059-23.074 26.261-19.592-.977-86.759-15.274-86.759-69.244 0-55.855 99.21-74.816 149.627-74.816 35.814 0 121.967 9.502 148.036 66.854 3.981 8.76-5.29 11.187-11.144 3.981-31.04-38.2-176.687-58.897-176.687 5.572zm73.391 49.417V161.75c0-21.491 7.16-27.059 23.078-26.265 19.588.981 86.754 15.279 86.754 69.243 0 55.851-99.213 74.808-149.632 74.808-35.815 0-121.963-9.493-148.032-66.85-3.985-8.755 5.291-11.183 11.14-3.981 31.036 38.203 176.691 58.901 176.691-5.568z"/></svg>
<svg class="tc-image-cash tc-image-button" width="22pt" height="22pt" viewBox="0 0 766.5069580078125 512.0010375976562"><path d="M766.507 25.448v461.097c0 5.007-2.499 10.998-7.486 17.961-5.008 5.017-10.998 7.495-17.96 7.495H25.447c-6.994 0-12.984-2.478-17.96-7.486C2.479 497.541 0 491.561 0 486.554V25.447C0 20.46 2.478 14.47 7.486 7.486 12.473 2.499 18.463 0 25.447 0h715.604c6.973 0 12.953 2.498 17.961 7.486 4.997 6.994 7.495 12.984 7.495 17.961zm-50.903 332.36V154.196c-27.955 0-51.907-9.964-71.865-29.942-19.978-19.958-29.942-44.4-29.942-73.36H152.701c0 28.959-9.984 53.402-29.942 73.36-19.978 19.978-43.929 29.942-71.865 29.942v203.602c27.924 0 51.886 9.984 71.865 29.942 19.958 19.978 29.942 44.421 29.942 73.36h461.097c0-28.938 9.963-53.381 29.942-73.36 19.958-19.947 43.92-29.932 71.865-29.932zM510.507 256.002c0 15.974-2.499 34.949-7.486 56.894-5.99 20.962-13.988 38.922-23.952 53.893-9.984 15.974-23.46 29.45-40.418 40.418-17.96 9.984-36.444 14.971-55.388 14.971-18.964 0-37.427-4.987-55.388-14.971-16.988-10.978-30.454-24.443-40.418-40.418-9.984-14.971-17.96-32.932-23.952-53.893-5.007-21.945-7.486-40.919-7.486-56.894 0-15.954 2.478-34.928 7.486-56.893 5.99-20.962 13.967-38.922 23.952-53.893 9.964-15.954 23.44-29.43 40.418-40.418 17.95-9.963 36.413-14.971 55.378-14.971 18.944 0 37.427 5.008 55.388 14.971 16.957 10.998 30.433 24.474 40.418 40.418 9.963 14.971 17.961 32.932 23.952 53.893 4.997 21.965 7.495 40.939 7.495 56.893zM306.905 357.808h152.7v-37.427h-50.904v-179.65h-44.913l-59.884 55.388 31.437 31.437c11.981-11.981 18.944-19.466 20.962-22.456h1.495v115.271h-50.903v37.438z"/></svg>
<svg class="tc-image-cash-on-delivery tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.198974609375 286.72210693359375"><path d="M106.29 21.064c-7.352 0-13.968 2.202-19.845 6.615S75.846 38.574 72.283 47.155c-3.564 8.571-5.345 17.787-5.345 27.638 0 9.093 1.905 15.841 5.724 20.245 3.82 4.413 9.902 6.615 18.258 6.615 8.131 0 17.541-2.099 28.242-6.288v21.227c-11.09 4.188-22.23 6.287-33.423 6.287-14.15 0-25.149-4.066-33.004-12.206s-11.776-19.66-11.776-34.58c0-14.264 2.898-27.392 8.684-39.393C55.439 24.698 63.18 15.585 72.868 9.35S93.708 0 106.291 0c6.963 0 13.148.615 18.544 1.833s11.192 3.471 17.377 6.738l-9.86 20.41c-5.91-3.217-10.774-5.336-14.624-6.37-3.84-1.025-7.649-1.547-11.438-1.547zm103.691 71.773h-39.515L156.1 121.253h-26.737l63.99-119.859h31.161l12.278 119.86H211.98l-1.997-28.417zm-1.25-21.227l-2.17-28.58c-.554-7.127-.84-14.019-.84-20.654v-2.939c-2.447 6.533-5.488 13.445-9.103 20.736L180.91 71.61h27.822zm121.652 14.366c0 11.376-4.116 20.367-12.36 26.982s-19.415 9.923-33.505 9.923c-12.308 0-22.22-2.447-29.737-7.352V93.154c10.752 5.878 20.716 8.817 29.911 8.817 6.236 0 11.111-1.157 14.623-3.47s5.264-5.49 5.264-9.514c0-2.345-.379-4.393-1.127-6.164s-1.822-3.42-3.216-4.936c-1.392-1.526-4.844-4.3-10.363-8.325-7.69-5.386-13.087-10.72-16.21-16.005s-4.68-10.967-4.68-17.06c0-7.024 1.731-13.29 5.181-18.82s8.366-9.82 14.745-12.903S302.621.166 310.925.166c12.083 0 23.142 2.693 33.168 8.08l-9.103 19.026c-8.683-4.024-16.712-6.04-24.064-6.04-4.618 0-8.407 1.228-11.366 3.675-2.949 2.447-4.423 5.683-4.423 9.718 0 3.318.921 6.216 2.755 8.694s5.96 5.755 12.36 9.84c6.738 4.352 11.776 9.155 15.125 14.408 3.338 5.253 5.007 11.387 5.007 18.411zm110.714 35.277h-25.559l11.192-51.517h-39.353l-11.192 51.517h-25.477L376.523 1.886h25.56l-10.108 46.786h39.352l10.107-46.786h25.477l-25.815 119.367zm197.612-76.595c0 15.401-2.755 29.184-8.274 41.36s-13.056 21.35-22.64 27.555c-9.574 6.206-20.603 9.308-33.075 9.308-14.254 0-25.385-4.014-33.372-12.042s-11.99-19.169-11.99-33.433c0-14.428 2.754-27.689 8.273-39.803s13.117-21.4 22.804-27.884c9.687-6.482 20.89-9.718 33.587-9.718 14.203 0 25.201 3.922 33.004 11.755s11.684 18.811 11.684 32.901zm-46.787-23.594c-6.738 0-12.923 2.488-18.544 7.475s-10.035 11.827-13.24 20.531-4.803 18.156-4.803 28.334c0 7.997 1.854 14.04 5.561 18.125s8.93 6.123 15.667 6.123 12.882-2.365 18.422-7.107c5.54-4.73 9.871-11.428 12.995-20.08s4.68-18.37 4.68-29.154c0-7.73-1.814-13.7-5.428-17.92-3.635-4.219-8.735-6.328-15.309-6.328zm160.502 100.19h-28.568l-29.737-90.307h-.502l-.338 2.611c-1.782 11.756-3.625 22.262-5.509 31.518l-12.114 56.177h-22.98L678.491 1.885h29.83l28.405 87.931h.338c.665-4.137 1.751-10.045 3.256-17.715 1.505-7.68 6.513-31.079 15.043-70.216h22.876l-25.815 119.368zM110.336 210.32c0 15.688-2.837 29.317-8.51 40.89s-13.886 20.377-24.627 26.43c-10.752 6.061-23.419 9.082-38.02 9.082H0l26.85-122.88h34.406c15.637 0 27.73 4.004 36.27 12.022 8.54 8.007 12.81 19.497 12.81 34.457zm-69.939 54.887c8.571 0 16.046-2.13 22.416-6.39s11.356-10.517 14.94-18.78c3.594-8.264 5.386-17.726 5.386-28.365 0-8.633-2.099-15.196-6.298-19.712s-10.24-6.769-18.114-6.769h-9.984l-17.552 80.015h9.206zm155.443 21.514h-70.984l26.85-122.88h71.066l-4.69 21.351h-44.483l-5.817 26.982h41.442l-4.782 21.351H163l-6.953 31.683h44.483l-4.69 21.514zm29.901 0l26.85-122.88h26.582l-22.24 101.366h44.482l-4.7 21.514h-70.974zm96.614 0l27.106-122.88h26.501l-27.106 122.88h-26.5zm103.578-25.129c4.516-12.38 7.701-20.316 9.554-23.788l37.53-73.964h27.452l-64.983 122.88h-29.02l-11.029-122.88h25.63l4.434 73.964c.236 2.52.348 6.246.348 11.182-.112 5.775-.287 9.974-.522 12.606h.604zm138.517 25.13h-70.984l26.85-122.88h71.066l-4.69 21.35H542.21l-5.817 26.982h41.442l-4.782 21.351h-41.442l-6.953 31.683h44.482l-4.69 21.514zm66.733-47.156l-10.342 47.155h-26.5l26.85-122.88h31.19c13.721 0 24.034 2.857 30.925 8.571s10.342 14.09 10.342 25.13c0 8.856-2.407 16.455-7.209 22.813s-11.725 11.08-20.766 14.162l22.672 52.203h-28.846l-17.98-47.155h-10.333zm4.61-21.176h6.778c7.588 0 13.496-1.598 17.726-4.793s6.338-8.069 6.338-14.623c0-4.598-1.372-8.038-4.126-10.342-2.755-2.294-7.076-3.45-12.985-3.45h-6.43l-7.302 33.208zm121.2-4.793l32.49-49.756h29.716l-53.688 75.9-10.342 46.98h-26.327l10.342-46.98-20.5-75.9h27.106l11.202 49.756z"/></svg>
<svg class="tc-image-cash-on-pickup tc-image-button" width="22pt" height="22pt" viewBox="0 0 737.2800903320312 286.72216796875"><path d="M65.331 21.064c-7.352 0-13.968 2.202-19.845 6.615S34.887 38.574 31.324 47.155c-3.564 8.571-5.345 17.787-5.345 27.638 0 9.093 1.905 15.841 5.724 20.245 3.82 4.413 9.902 6.615 18.258 6.615 8.131 0 17.541-2.099 28.242-6.288v21.227c-11.09 4.188-22.23 6.287-33.423 6.287-14.15 0-25.149-4.066-33.004-12.206S0 91.013 0 76.093C0 61.83 2.898 48.701 8.684 36.7 14.48 24.698 22.221 15.585 31.909 9.35S52.749 0 65.332 0c6.963 0 13.148.615 18.544 1.833s11.192 3.471 17.377 6.738l-9.86 20.41c-5.91-3.217-10.774-5.336-14.624-6.37-3.84-1.025-7.649-1.547-11.438-1.547zm103.691 71.773h-39.515l-14.366 28.416H88.404l63.99-119.859h31.161l12.278 119.86h-24.812l-1.997-28.417zm-1.25-21.227l-2.17-28.58c-.554-7.127-.84-14.019-.84-20.654v-2.939c-2.447 6.533-5.488 13.445-9.103 20.736L139.951 71.61h27.822zm121.652 14.366c0 11.376-4.116 20.367-12.36 26.982s-19.415 9.923-33.505 9.923c-12.308 0-22.22-2.447-29.737-7.352V93.154c10.752 5.878 20.716 8.817 29.911 8.817 6.236 0 11.111-1.157 14.623-3.47s5.264-5.49 5.264-9.514c0-2.345-.379-4.393-1.127-6.164s-1.822-3.42-3.216-4.936c-1.392-1.526-4.844-4.3-10.363-8.325-7.69-5.386-13.087-10.72-16.21-16.005s-4.68-10.967-4.68-17.06c0-7.024 1.731-13.29 5.181-18.82s8.366-9.82 14.745-12.903S261.662.166 269.966.166c12.083 0 23.142 2.693 33.168 8.08l-9.103 19.026c-8.683-4.024-16.712-6.04-24.064-6.04-4.618 0-8.407 1.228-11.366 3.675-2.949 2.447-4.423 5.683-4.423 9.718 0 3.318.921 6.216 2.755 8.694s5.96 5.755 12.36 9.84c6.738 4.352 11.776 9.155 15.125 14.408 3.338 5.253 5.007 11.387 5.007 18.411zm110.714 35.277h-25.559l11.192-51.517h-39.353l-11.192 51.517h-25.477L335.564 1.886h25.56l-10.108 46.786h39.352l10.107-46.786h25.477l-25.815 119.367zM597.75 44.658c0 15.401-2.755 29.184-8.274 41.36s-13.056 21.35-22.64 27.555c-9.574 6.206-20.603 9.308-33.075 9.308-14.254 0-25.385-4.014-33.372-12.042s-11.99-19.169-11.99-33.433c0-14.428 2.754-27.689 8.273-39.803s13.117-21.4 22.804-27.884c9.687-6.482 20.89-9.718 33.587-9.718 14.203 0 25.201 3.922 33.004 11.755s11.684 18.811 11.684 32.901zm-46.787-23.594c-6.738 0-12.923 2.488-18.544 7.475s-10.035 11.827-13.24 20.531-4.803 18.156-4.803 28.334c0 7.997 1.854 14.04 5.561 18.125s8.93 6.123 15.667 6.123 12.882-2.365 18.422-7.107c5.54-4.73 9.871-11.428 12.995-20.08s4.68-18.37 4.68-29.154c0-7.73-1.814-13.7-5.428-17.92-3.635-4.219-8.735-6.328-15.309-6.328zm160.502 100.19h-28.568L653.16 30.946h-.502l-.338 2.611c-1.782 11.756-3.625 22.262-5.509 31.518l-12.114 56.177h-22.98L637.532 1.885h29.83l28.405 87.931h.338c.665-4.137 1.751-10.045 3.256-17.715 1.505-7.68 6.513-31.079 15.043-70.216h22.876l-25.815 119.368zM169.052 200.5c0 13.117-4.608 23.42-13.834 30.904s-21.945 11.223-38.164 11.223h-7.024l-8.899 42.455H76.227l25.232-119.368h27.597c13.168 0 23.122 2.898 29.88 8.694 6.738 5.806 10.117 14.5 10.117 26.091zm-54.538 21.391h4.577c7.731 0 13.814-1.874 18.248-5.632s6.646-8.786 6.646-15.104c0-9.799-5.305-14.694-15.913-14.694h-6.04l-7.517 35.43zm62.874 63.202l25.477-119.367h24.904l-25.477 119.367h-24.904zm127.55-100.188c-7.189 0-13.65 2.202-19.395 6.615s-10.353 10.895-13.834 19.476c-3.48 8.571-5.223 17.787-5.223 27.638 0 9.093 1.863 15.841 5.591 20.245 3.728 4.413 9.677 6.615 17.838 6.615 7.946 0 17.142-2.099 27.597-6.288v21.228c-10.834 4.188-21.719 6.288-32.656 6.288-13.824 0-24.576-4.066-32.256-12.206s-11.51-19.66-11.51-34.58c0-14.265 2.826-27.393 8.49-39.395s13.23-21.115 22.701-27.35c9.472-6.237 20.357-9.35 32.656-9.35 6.8 0 12.841.615 18.125 1.833 5.284 1.23 10.937 3.471 16.978 6.738l-9.636 20.41c-5.765-3.217-10.537-5.336-14.285-6.37-3.748-1.025-7.475-1.547-11.182-1.547zm125.746 100.188h-27.597l-17.223-48.333-10.21 5.714-8.899 42.62h-24.904l25.231-119.369h24.986l-12.41 57.313 12.902-16.742 33.393-40.58h29.471l-48.496 57.148 23.757 62.228zm130.571-119.378l-16.414 77.24c-3.102 14.48-9.032 25.395-17.797 32.738-8.755 7.352-20.163 11.03-34.202 11.03-11.54 0-20.613-3.093-27.228-9.268s-9.923-14.55-9.923-25.108c0-3.922.41-7.68 1.23-11.264l16.004-75.356h24.904l-15.84 75.038c-.923 4.024-1.394 7.434-1.394 10.21 0 9.686 5.14 14.53 15.432 14.53 6.697 0 12.001-2.079 15.923-6.247s6.748-10.384 8.49-18.657l15.84-74.875h24.976zm99.798 34.785c0 13.117-4.608 23.42-13.834 30.904s-21.955 11.223-38.174 11.223h-7.024l-8.899 42.455h-24.904l25.231-119.368h27.597c13.168 0 23.132 2.898 29.88 8.694s10.128 14.5 10.128 26.091zm-54.538 21.391h4.577c7.731 0 13.814-1.874 18.247-5.632s6.656-8.786 6.656-15.104c0-9.799-5.304-14.694-15.923-14.694h-6.042l-7.516 35.43z"/></svg>
<svg class="tc-image-cashcloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 560.97802734375 492.05401611328125"><path d="M46.326 164.3a1070.221 1070.221 0 0 0 40.878 8.366c-.42 12.912-.574 62.791 21.627 82.012 15.237 13.2 47.155 10.578 64.512 11.5 7.65.399 20.204 12.606 16.527 15.309-7.66 5.642-78.613 20.572-110.868-3.216-13.2-9.759-19.947-17.951-25.6-38.912-7.783-28.918-7.404-64.338-7.076-75.059zm264.51 48.149c-6.913 12.022.808 19.753.808 19.753s42.844-23.225 58.05-45.035a1104.522 1104.522 0 0 1-38.492 2.13c-5.447 5.222-16.27 16.015-20.367 23.152zM92.713 115.118c4.7-15.462 9.063-22.077 17.234-28.733 8.17-6.646 31.14-7.844 31.14-7.844s32.05 1.813 39.004-4.844c14.51-13.906 40.397-37.386 54.118-36.281 15.125 1.198 20.265 5.438 25.712 7.865 20.122 8.94 64.79 54.006 73.872 69.438 4.495 7.66 15.985 22.067 16.538 38.093.594 17.736-15.882 33.423-15.882 33.423s-1.3 1.198-3.246 3.062a1128.101 1128.101 0 0 0 38.492-2.13c.717-1.004 1.433-2.028 2.007-3.042 3.553-4.833 17.306-22.047 16.097-43.899-.543-9.974-.297-22.077-19.958-49.285-21.36-29.594-60.477-62.597-60.477-62.597S275.64.819 246.907.522c-49.572-.522-74.67 51.394-79.8 56.238-1.21.891-57.488-15.841-91.32 11.49C44.34 93.656 46.45 161.004 46.45 161.004s-.062 1.239-.123 3.308a1070.221 1070.221 0 0 0 40.878 8.366c.072-1.966.144-3.134.144-3.134s-.993-33.567 5.366-54.425zm420.874 50.36c-11.755 2.887-25.273 5.847-40.52 8.673-.02 9.523-.265 39.158-5.795 57.252-4.71 15.452-9.093 22.057-17.264 28.702-8.172 6.666-31.15 7.834-31.15 7.834s-32.072-1.843-39.035 4.803c-14.52 13.895-40.418 37.356-54.15 36.219-15.124-1.208-20.233-5.447-25.681-7.875-20.11-8.96-66.478-55.992-75.52-71.434-4.505-7.66-16.65-21.217-15.4-37.202.102-1.321.357-2.857.634-4.352a1021.766 1021.766 0 0 1-34.642-2.867c-1.966 5.704-3.318 12.677-2.898 20.777.522 9.974.286 22.088 19.906 49.326 21.35 29.584 60.416 62.638 60.416 62.638s31.713 27.545 60.437 27.873c49.582.553 74.742-51.343 79.882-56.166 1.218-.912 57.457 15.882 91.32-11.397 31.468-25.365 29.41-93.389 29.41-93.389l.05-19.415zm-7.414-59.043c-5.632-20.962-11.766-28.57-24.965-38.308-32.236-23.829-103.188-8.97-110.858-3.338-3.687 2.714 8.847 14.92 16.496 15.33 17.367.932 50.237-3.605 64.512 10.946 21.023 21.474 22.006 65.649 21.71 80.2v2.867c15.236-2.826 28.763-5.786 40.518-8.673v-2.744c-.522-15.739-2.304-37.192-7.414-56.279zM210.33 185.19c5.325-23.695 28.19-33.024 38.933-51.691 6.922-11.991-.788-19.753-.788-19.753s-47.882 26.706-60.027 46.51c-11.848 15.872-8.776 13.548-12.288 21.975-.39.932-.727 1.986-1.075 3a1019.628 1019.628 0 0 0 34.642 2.867c.205-1.034.42-2.078.604-2.908zM48.025 412.017c0 3.533-3.604 6.41-8.007 6.41s-11.99.87-16.865 1.956c0 0-1.546.327-4.423 4.926-2.877 4.587-4.322 12.995-4.322 25.19 0 12.226 1.526 20.603 4.557 25.139 3.042 4.526 7.926 6.789 14.653 6.789h6.933c4.987 0 9.072 1.444 9.072 3.216 0 1.741-3.963 4.188-8.806 5.386 0 0-4.004.993-10.404.993-10.782 0-18.535-3.031-23.296-9.124C2.377 476.826 0 466.012 0 450.489s2.294-26.337 6.88-32.481c4.589-6.134 11.889-9.206 21.925-9.206 6.42.021 12.82 1.086 19.22 3.216zm58.9 2.406c-4.484-3.737-11.847-5.601-22.086-5.601-6.4 0-10.404 1.004-10.404 1.004-4.844 1.208-8.796 3.645-8.796 5.417 0 1.741 4.075 3.195 9.072 3.195h6.933c6.072 0 10.526 1.218 13.353 3.676s3.134 4.926 3.134 4.926c.615 4.956 1.106 13.087 1.106 18.084v1.321c-6.4-1.065-12.8-1.597-19.2-1.597-13.875 0-20.808 7.865-20.808 23.603s6.933 23.603 20.808 23.603c7.147 0 11.192-2.14 11.192-2.14 4.413-2.335 8.202-4.24 8.418-4.24.226 0 .584 1.054.798 2.375.215 1.331 3.277 2.406 6.8 2.406s6.4-4.086 6.4-9.072v-45.332c.01-10.69-2.243-17.889-6.717-21.627zm-7.68 64.829c-3.194 2.13-6.932 3.184-11.201 3.184-9.605 0-14.408-4.803-14.408-14.397 0-9.605 5.796-11.541 5.796-11.541 4.73-1.557 11.13-2.867 14.213-2.867s5.6 4.086 5.6 9.072v16.548zm42.405-49.633c0 2.99.88 5.468 2.632 7.444 1.772 1.976 3.922 3.41 6.492 4.322 2.56.922 5.386 2.068 8.49 3.441 3.09 1.403 5.917 2.887 8.477 4.485s4.73 4.126 6.482 7.608c1.762 3.461 2.642 7.701 2.642 12.708 0 8.438-2.294 14.274-6.882 17.531-4.587 3.277-11.9 4.885-21.924 4.885-6.4 0-12.8-1.075-19.21-3.195 0-3.523 3.604-6.41 8.007-6.41s12.063-.389 17.03-.86c0 0 1.238-.112 4.177-2.089 2.94-1.986 4.403-4.864 4.403-8.653 0-3.779-.89-6.666-2.652-8.653-1.75-1.966-3.922-3.41-6.482-4.301-2.56-.911-5.386-2.068-8.478-3.44-3.103-1.393-5.918-2.888-8.478-4.485-2.57-1.608-4.72-4.137-6.482-7.598-1.762-3.471-2.642-7.711-2.642-12.728 0-7.68 2.222-13.066 6.646-16.159s10.567-4.639 18.4-4.639c7.845 0 14.962 1.075 21.372 3.205 0 3.533-4.086 6.41-9.072 6.41h-6.933c-10.67-.021-16.015 3.707-16.015 11.172zm64.02-7.998v59.75c0 4.997-3.236 9.093-7.2 9.093s-7.208-4.096-7.208-9.093v-93.88c0-5.007 3.246-9.083 7.21-9.083 3.95 0 7.198 4.075 7.198 9.083v18.658c0 4.987 3.604 7.158 8.018 4.823 0 0 4.045-2.151 11.192-2.151 13.865 0 20.808 7.998 20.808 24.013v48.538c0 4.997-3.236 9.093-7.2 9.093s-7.208-4.096-7.208-9.093v-39.455c0-4.997-1.29-12.943-2.867-17.684 0 0-1.925-5.806-11.53-5.806-4.28 0-8.007 1.065-11.213 3.195zm104.827-9.604c0 3.533-3.605 6.41-7.997 6.41-4.413 0-11.99.87-16.865 1.956 0 0-1.536.327-4.423 4.926-2.877 4.587-4.322 12.995-4.322 25.19 0 12.226 1.526 20.603 4.557 25.139 3.052 4.526 7.926 6.789 14.654 6.789h6.933c4.987 0 9.072 1.444 9.072 3.216 0 1.741-3.952 4.188-8.817 5.386 0 0-3.973.993-10.394.993-10.773 0-18.534-3.031-23.276-9.124-4.752-6.072-7.127-16.886-7.127-32.409s2.294-26.337 6.882-32.481c4.587-6.134 11.878-9.206 21.934-9.206 6.39.021 12.79 1.086 19.19 3.216zm21.607 78.438c-3.952 0-7.21-4.106-7.21-9.093v-93.87c0-5.007 3.247-9.083 7.21-9.083 3.952 0 7.198 4.075 7.198 9.083v93.87c0 4.987-3.246 9.093-7.198 9.093zm76.984-72.427c-4.69-6.134-12.216-9.206-22.57-9.206-10.341 0-17.858 3.072-22.557 9.206-4.7 6.144-7.045 16.926-7.045 32.409 0 15.472 2.345 26.276 7.045 32.409s12.216 9.195 22.558 9.195c10.352 0 17.88-3.062 22.57-9.195s7.055-16.937 7.055-32.409c0-15.483-2.365-26.276-7.056-32.409zm-11.275 58.101c-2.62 4.731-6.38 7.106-11.294 7.106-4.905 0-8.683-2.375-11.284-7.106-2.61-4.752-3.912-13.322-3.912-25.702s1.3-20.941 3.912-25.682c2.61-4.731 6.38-7.117 11.284-7.117 4.915 0 8.673 2.386 11.294 7.117 2.61 4.751 3.912 13.312 3.912 25.682-.01 12.39-1.31 20.951-3.912 25.702zm75.142 3.123v-59.76c0-4.987 3.226-9.072 7.188-9.072 3.973 0 7.21 4.075 7.21 9.072v61.87c0 4.997-2.89 9.093-6.4 9.093-3.524 0-6.586-1.086-6.8-2.416-.205-1.321-.573-2.375-.798-2.375s-4.004 1.904-8.407 4.24c0 0-4.045 2.14-11.202 2.14-13.865 0-20.798-7.998-20.798-24.003v-48.548c0-4.987 3.246-9.072 7.21-9.072s7.197 4.076 7.197 9.072v39.475c0 4.987 1.31 12.944 2.878 17.685 0 0 1.925 5.785 11.55 5.785 4.23 0 7.967-1.054 11.173-3.184zm80.814-100.833c-3.952 0-7.21 4.076-7.21 9.083v27.74c-5.652-4.291-12.041-6.41-19.19-6.41-14.94 0-22.404 13.875-22.404 41.615 0 27.75 7.475 41.605 22.405 41.605 7.138 0 13.538-2.12 19.19-6.38.44 0 .994 1.055 1.218 2.375.215 1.331 3.277 2.417 6.79 2.417 3.542 0 6.41-4.096 6.41-9.093v-93.88c-.01-4.997-3.247-9.072-7.21-9.072zm-7.208 100.833c-3.184 2.13-7.168 3.184-11.92 3.184-4.74 0-8.467-2.314-11.201-6.963-2.724-4.649-4.096-12.985-4.096-25.047 0-12.053 1.372-20.398 4.096-25.047 2.734-4.639 6.462-6.963 11.202-6.963h4.75c3.943 1.762 7.169 7.281 7.169 12.278v48.558z"/></svg>
<svg class="tc-image-casino tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM9 30c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm0-18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm0-18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/><path fill="none" d="M26 23.5c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>
<svg class="tc-image-cast tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M0 0h48v48H0z" fill="none"/><path d="M42 6H6c-2.21 0-4 1.79-4 4v6h4v-6h36v28H28v4h14c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4zM2 36v6h6c0-3.31-2.69-6-6-6zm0-8v4c5.52 0 10 4.48 10 10h4c0-7.73-6.27-14-14-14zm0-8v4c9.94 0 18 8.06 18 18h4c0-12.15-9.85-22-22-22z"/></svg>
<svg class="tc-image-cast-connected tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M0 0h48v48H0z" fill="none"/><path d="M2 36v6h6c0-3.31-2.69-6-6-6zm0-8v4c5.52 0 10 4.48 10 10h4c0-7.73-6.27-14-14-14zm36-14H10v3.27A26.037 26.037 0 0 1 26.73 34H38V14zM2 20v4c9.94 0 18 8.06 18 18h4c0-12.15-9.85-22-22-22zM42 6H6c-2.21 0-4 1.79-4 4v6h4v-6h36v28H28v4h14c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-castle-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.0600004196167 9.586681365966797"><path d="M7.67.417v1.48a.69.69 0 0 1-.67.71H2.09a.69.69 0 0 1-.7-.7V.417a.345.345 0 0 1 .69 0v.69H3v-.5a.5.5 0 0 1 1 0v.5h1v-.5a.5.5 0 0 1 1 0v.5h1v-.69a.34.34 0 1 1 .67 0zm1.39 8.82a.35.35 0 0 1-.35.35H.35a.35.35 0 0 1 0-.7H.7a.68.68 0 0 0 .7-.7s.7-3.2.7-3.89a.68.68 0 0 1 .69-.69h3.48a.68.68 0 0 1 .7.7c0 .7.7 3.89.7 3.89a.68.68 0 0 0 .7.7h.34a.35.35 0 0 1 .35.35v-.01zM5.5 7.107a1 1 0 1 0-2 0v2h2v-2z"/></svg>
<svg class="tc-image-castle-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M10 4H3a1 1 0 0 1-1-1V.5a.5.5 0 0 1 1 0V2h1V1a1 1 0 1 1 2 0v1h1V1a1 1 0 1 1 2 0v1h1V.5a.5.5 0 0 1 1 0V3a1 1 0 0 1-1 1zm3 10.5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1 0-1H1a1 1 0 0 0 1-1s1-6 1-7a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1c0 1 1 7 1 7a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.49v.01zm-5-4a1.5 1.5 0 0 0-3 0V14h3v-3.5z"/></svg>
<svg class="tc-image-cb tc-image-button" width="22pt" height="22pt" viewBox="0 0 749.4240112304688 319.56298828125"><path d="M195.482 146.265h196.177c-1.74-38.742-11.626-78.695-41.605-104.354C314.359 11.341 251.844 0 195.981 0 137.822 0 73.515 12.446 37.636 45.243 6.702 73.484 0 118.941 0 159.781c0 42.782 13.1 92.531 46.67 121.207 35.694 30.486 93.537 38.575 149.316 38.575 54.187 0 112.883-9.127 148.361-38.093 35.38-28.906 47.616-77.615 47.616-121.69v-.205h-196.48v-13.312zm209.35 13.316v152.854l272.9-.205c39.931-1.993 71.692-34.893 71.692-75.298 0-40.401-31.757-75.405-71.693-77.418v.069h-272.9zm339.595-83.383c0-38.929-30.882-69.798-69.816-69.798-2.683 0-5.999-.504-8.61-.218H404.826V146.27h275.14c36.087-3.102 64.461-33.208 64.461-70.072z"/></svg>
<svg class="tc-image-cc-amex tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M119 554h89l-45-108zm621 526l74-79-70-79H581v49h142v55H581v54h159zm158-78l99 110V895zm288-47q0-33-40-33h-84v69h83q41 0 41-36zm289-4q0-29-42-29h-82v61h81q43 0 43-32zm-278-466q0-29-42-29h-82v60h81q43 0 43-31zm459 69h89l-44-108zM699 399v271h-66V458l-94 212h-57l-94-212v212H256l-25-60H96l-25 60H1l116-271h96l110 257V399h106l85 184 77-184h108zm556 556q0 20-5.5 35t-14 25-22.5 16.5-26 10-31.5 4.5-31.5 1-32.5-.5-29.5-.5v91H936l-80-90-83 90H517V866h260l80 89 82-89h207q109 0 109 89zM964 614v56H747V399h217v57H812v49h148v55H812v54h152zm1340 559v229q0 55-38.5 94.5T2172 1536H132q-55 0-93.5-39.5T0 1402V724h111l25-61h55l25 61h218v-46l19 46h113l20-47v47h541v-99l10-1q10 0 10 14v86h279v-23q23 12 55 18t52.5 6.5 63-.5 51.5-1l25-61h56l25 61h227v-58l34 58h182V346h-180v44l-25-44h-185v44l-23-44h-249q-69 0-109 22v-22h-172v22q-24-22-73-22H553l-43 97-43-97H269v44l-22-44H78L0 525V134q0-55 38.5-94.5T132 0h2040q55 0 93.5 39.5T2304 134v678h-120q-51 0-81 22v-22h-177q-55 0-78 22v-22h-316v22q-31-22-87-22h-209v22q-23-22-91-22H911l-54 58-50-58H458v378h343l55-59 52 59h211v-89h21q59 0 90-13v102h174v-99h8q8 0 10 2t2 10v87h529q57 0 88-24v24h168q60 0 95-17zm-758-234q0 23-12 43t-34 29q25 9 34 26t9 46v54h-65v-45q0-33-12-43.5t-46-10.5h-69v99h-65V866h154q48 0 77 15t29 58zm-277-467q0 24-12.5 44t-33.5 29q26 9 34.5 25.5t8.5 46.5v53h-65q0-9 .5-26.5t0-25-3-18.5-8.5-16-17.5-8.5-29.5-3.5h-70v98h-64V399l153 1q49 0 78 14.5t29 57.5zm529 609v56h-216V866h216v56h-151v49h148v55h-148v54zm-426-682v271h-66V399h66zm693 652q0 86-102 86h-126v-58h126q34 0 34-25 0-16-17-21t-41.5-5-49.5-3.5-42-22.5-17-55q0-39 26-60t66-21h130v57h-119q-36 0-36 25 0 16 17.5 20.5t42 4 49 2.5 42 21.5 17.5 54.5zm239-50v101q-24 35-88 35h-125v-58h125q33 0 33-25 0-13-12.5-19t-31-5.5-40-2-40-8-31-24T2082 947q0-39 26.5-60t66.5-21h129v57h-118q-36 0-36 25 0 20 29 22t68.5 5 56.5 26zm-165-601v270h-92l-122-203v203h-132l-26-60h-134l-25 60h-75q-129 0-129-133 0-138 133-138h63v59q-7 0-28-1t-28.5-.5-23 2-21.5 6.5-14.5 13.5-11.5 23-3 33.5q0 38 13.5 58t49.5 20h29l92-213h97l109 256V400h99l114 188V400h66z"/></svg>
<svg class="tc-image-cc-by tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 304c-44 0-66-22.667-66-68s22-68 66-68c45.333 0 68 22.667 68 68s-22.667 68-68 68m98 26c9.333 0 16.667 2.667 22 8 6.667 6.667 10 14 10 22v196h-56v234H406V556h-56V360c0-8 3.333-15.333 10-22 5.333-5.333 12.667-8 22-8h196M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 872c108 0 200.333-38.333 277-115s115-169 115-277c0-109.333-38.333-202-115-278S588 88 480 88s-200.333 38-277 114S88 370.667 88 480c0 108 38.333 200.333 115 277s169 115 277 115"/></svg>
<svg class="tc-image-cc-diners-club tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M858 1113V420q-106 41-172 135.5T620 767t66 211.5T858 1113zm504-346q0-117-66-211.5T1124 420v694q106-41 172-135.5t66-211.5zm215 0q0 159-78.5 294T1285 1274.5 991 1353q-119 0-227.5-46.5t-187-125-125-187T405 767q0-159 78.5-294T697 259.5 991 181t294 78.5T1498.5 473t78.5 294zm383 7q0-139-55.5-261.5T1757 307t-213.5-131-252.5-48H990q-176 0-323.5 81t-235 230T344 774q0 171 87 317.5T667 1323t323 85h301q129 0 251.5-50.5t214.5-135 147.5-202.5 55.5-246zm344-646v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V128q0-52 38-90t90-38h2048q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-cc-discover tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M313 649q0 51-36 84-29 26-89 26h-17V539h17q61 0 89 27 36 31 36 83zm1776-65q0 52-64 52h-19V535h20q63 0 63 49zM380 649q0-74-50-120.5T201 482h-95v333h95q74 0 119-38 60-51 60-128zm30 166h65V482h-65v333zm320-101q0-40-20.5-62T634 610q-29-10-39.5-19T584 568q0-16 13.5-26.5T632 531q29 0 53 27l34-44q-41-37-98-37-44 0-74 27.5T517 572q0 35 18 55.5t64 36.5q37 13 45 19 19 12 19 34 0 20-14 33.5T613 764q-48 0-71-44l-42 40q44 64 115 64 51 0 83-30.5t32-79.5zm278 90v-77q-37 37-78 37-49 0-80.5-32.5T818 649q0-48 31.5-81.5T927 534q43 0 81 38v-77q-40-20-80-20-74 0-125.5 50.5T751 649t51 123.5T927 823q42 0 81-19zm1232 604V881q-65 40-144.5 84T1858 1082t-329.5 137.5T1111 1354t-504 118h1569q26 0 45-19t19-45zm-851-757q0-75-53-128t-128-53-128 53-53 128 53 128 128 53 128-53 53-128zm152 173l144-342h-71l-90 224-89-224h-71l142 342h35zm173-9h184v-56h-119v-90h115v-56h-115v-74h119v-57h-184v333zm391 0h80l-105-140q76-16 76-94 0-47-31-73t-87-26h-97v333h65V682h9zm199-681v1268q0 56-38.5 95t-93.5 39H132q-55 0-93.5-39T0 1402V134q0-56 38.5-95T132 0h2040q55 0 93.5 39t38.5 95z"/></svg>
<svg class="tc-image-cc-jcb tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M1951 870q0 26-15.5 44.5T1897 938q-8 2-18 2h-153V800h153q10 0 18 2 23 5 38.5 23.5T1951 870zm-18-213q0 25-15 42t-38 21q-3 1-15 1h-139V592h139q3 0 8.5.5t6.5.5q23 4 38 21.5t15 42.5zM728 821V513H500v308q0 58-38 94.5T357 952q-108 0-229-59v112q53 15 121 23t109 9l42 1q328 0 328-217zm714 184V892q-99 52-200 59-108 8-169-41t-61-142 61-142 169-41q101 7 200 58V531q-48-12-100-19.5t-80-9.5l-28-2q-127-6-218.5 14T875 574t-71 88-22 106 22 106 71 88 140.5 60 218.5 14q101-4 208-31zm734-115q0-54-43-88.5T2024 762v-3q57-8 89-41.5t32-79.5q0-55-41-88t-107-36q-3 0-12-.5t-14-.5h-455v510h491q74 0 121.5-36.5T2176 890zm128-762v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V128q0-52 38-90t90-38h2048q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-cc-mastercard tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M671 805h-13q-47 0-47 32 0 22 20 22 17 0 28-15t12-39zm395-36h62v-3q1-4 .5-6.5t-1-7-2-8-4.5-6.5-7.5-5-11.5-2q-28 0-36 38zm540 36h-12q-48 0-48 32 0 22 20 22 17 0 28-15t12-39zm319-26q0-41-30-41-19 0-31 20t-12 51q0 42 28 42 20 0 32.5-20t12.5-52zM480 638h87l-44 262h-56l32-201-71 201h-39l-4-200-34 200h-53l44-262h81l2 163zm253 107q0 6-4 42-16 101-17 113h-47l1-22q-20 26-58 26-23 0-37.5-16T556 846q0-39 26-60.5t73-21.5q14 0 23 1 0-3 .5-5.5t1-4.5.5-3q0-20-36-20-29 0-59 10 0-4 7-48 38-11 67-11 74 0 74 62zm156-58l-8 49q-22-3-41-3-27 0-27 17 0 8 4.5 12t21.5 11q40 19 40 60 0 72-87 71-34 0-58-6 0-2 7-49 29 8 51 8 32 0 32-19 0-7-4.5-11.5T798 814q-43-20-43-59 0-72 84-72 30 0 50 4zm88 0h28l-7 52h-29q-2 17-6.5 40.5t-7 38.5-2.5 18q0 16 19 16 8 0 16-2l-8 47q-21 7-40 7-43 0-45-47 0-12 8-56 3-20 25-146h55zm203 73q0 23-7 52h-111q-3 22 10 33t38 11q30 0 58-14l-9 54q-30 8-57 8-95 0-95-95 0-55 27.5-90.5T1104 683q35 0 55.5 21t20.5 56zm139-74q-13 23-22 62-22-2-31 24t-25 128h-56l3-14q22-130 29-199h51l-3 33q14-21 25.5-29.5t28.5-4.5zm187-41l-9 57q-28-14-50-14-31 0-51 27.5t-20 70.5q0 30 13.5 47t38.5 17q21 0 48-13l-10 59q-28 8-50 8-45 0-71.5-30.5T1318 791q0-70 35.5-114.5T1445 632q26 0 61 13zm162 100q0 18-4 42-13 79-17 113h-46l1-22q-20 26-59 26-23 0-37-16t-14-42q0-39 25.5-60.5T1590 764q15 0 23 1 2-7 2-13 0-20-36-20-29 0-59 10 0-4 8-48 38-11 67-11 73 0 73 62zm141-59q-14 24-21 62-23-2-31.5 23T1731 900h-56l3-14q19-104 29-199h52q0 11-4 33 15-21 26.5-29.5t27.5-4.5zm141-48h56l-43 262h-53l3-19q-23 23-52 23-31 0-49.5-24t-18.5-64q0-53 27.5-92t64.5-39q31 0 53 29zm111 130q0-148-72.5-273t-198-198-273.5-73q-181 0-328 110 127 116 171 284h-50q-44-150-158-253-114 103-158 253h-50q44-168 171-284-147-110-328-110-148 0-273.5 73t-198 198T243 768t72.5 273 198 198 273.5 73q181 0 328-110-120-111-165-264h50q46 138 152 233 106-95 152-233h50q-45 153-165 264 147 110 328 110 148 0 273.5-73t198-198 72.5-273zm243-640v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V128q0-52 38-90t90-38h2048q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-cc-nc tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0M110 350c-14.667 41.333-22 84.667-22 130 0 108 38.333 200.333 115 277s169 115 277 115c73.333 0 140.667-18.667 202-56s108.667-86.667 142-148l-178-80c-5.333 30.667-20.667 55.333-46 74-25.333 20-54 31.333-86 34v74h-56v-74c-52 0-100.667-19.333-146-58l66-66c33.333 29.333 69.333 44 108 44 16 0 30-4 42-12s18-20 18-36c0-12-4.667-22-14-30l-46-20-56-26-76-32-244-110m506 122l242 108c9.333-29.333 14-62.667 14-100 0-109.333-38.333-202-115-278S588 88 480 88c-68 0-130.667 16-188 48s-104 75.333-140 130l182 82c8-24 23.333-44.667 46-62 21.333-14.667 47.333-22.667 78-24v-74h56v74c45.333 2.667 85.333 17.333 120 44l-62 64c-29.333-18.667-57.333-28-84-28-16 0-28.667 2.667-38 8-12 6.667-18 16.667-18 30 0 5.333 1.333 9.333 4 12l60 28 42 18 78 34"/></svg>
<svg class="tc-image-cc-nc-eu tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0M110 352c-14.667 41.333-22 84-22 128 0 108 38.333 200.333 115 277s169 115 277 115c73.333 0 140.333-18.333 201-55s108.333-86.333 143-149L578 560H404c6.667 24 15.333 42.667 26 56 25.333 26.667 60 40 104 40 30.667 0 61.333-6.667 92-20l18 90c-37.333 20-78.667 30-124 30-85.333 0-150.667-30.667-196-92-22.667-29.333-38-64-46-104h-52v-58h44v-14c0-2.667.333-6.667 1-12s1-9.333 1-12h-46v-56h10l-126-56m488 112l262 116c8-32 12-65.333 12-100 0-109.333-38.333-202-115-278S588 88 480 88c-68 0-131 16-189 48s-105 75.333-141 130l158 70c5.333-9.333 14.667-22 28-38 48-54.667 109.333-82 184-82 46.667 0 87.333 8 122 24l-24 92c-26.667-13.333-56-20-88-20-42.667 0-76 14.667-100 44-6.667 6.667-12 16-16 28l56 24h136v56h-8"/></svg>
<svg class="tc-image-cc-nc-jp tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0M106 364c-12 36-18 74.667-18 116 0 108 38.333 200.333 115 277s169 115 277 115c70.667 0 135.667-17.333 195-52s106.333-81.333 141-140l-152-68v68H538v108H420V680H296v-74h124v-36l-12-24H296v-74h54L106 364m432 242h112l-106-48-6 12v36m126-100l192 86c10.667-38.667 16-76 16-112 0-109.333-38.333-202-115-278S588 88 480 88c-70.667 0-135.333 17-194 51s-105.333 79.667-140 137l158 70-54-98h128l76 166 46 20 82-186h128L588 472h76v34"/></svg>
<svg class="tc-image-cc-nd tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M306 448v-82h348v82H306m0 154v-82h348v82H306M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 872c108 0 200.333-38.333 277-115s115-169 115-277c0-109.333-38.333-202-115-278S588 88 480 88s-200.333 38-277 114S88 370.667 88 480c0 108 38.333 200.333 115 277s169 115 277 115"/></svg>
<svg class="tc-image-cc-paypal tc-image-button" width="22pt" height="22pt" viewBox="0 0 1316.5733642578125 877.7163696289062"><path d="M184.002 410.858h-8.571q-10.857 0-10.857-10.286 0-16 10.857-48.571 2.857-8.571 8.57-11.143t16-2.571q44 0 44 28 0 23.429-17.428 34t-42.571 10.57zm195.429 92q-26.857 0-26.857-16.571 0-35.43 70.286-35.43l1.714 1.715q-2.857 50.286-45.143 50.286zM821.716 412h-8.571q-10.857 0-10.857-10.857 0-16 10.857-48.571 2.857-8.571 8.286-10.857t16.286-2.286q44 0 44 28 0 23.429-17.43 34T821.718 412zm195.429 91.428q-26.857 0-26.857-17.143 0-35.43 70.286-35.43l1.714 1.715q-2.857 50.857-45.143 50.857zm-804-209.714h-73.143q-4.571 0-8.286 2.286t-4.857 4.286-4 7.143q-1.714 4-25.714 108.57t-24 109.715q0 4 3.143 7.143T84.002 536h35.429q14.286 0 18.57-19.714l8.572-39.43 18.57-19.713q26.858 0 50-4.286t46-14 36.287-30 13.429-48.286q0-20.571-8.286-34.857t-23.43-20.857-30.57-8.857-35.43-2.286zm197.714 54.857q-21.714 0-42.286 3.429-1.143 0-4.857.57t-5.143.858l-4.286.857-4.286 1.143-3.714 1.714-3.714 2.286-2.857 2.857-2.571 4-2.286 5.143q-5.143 16.57-5.143 22.286t5.143 5.714q2.857 0 12.286-2.857t11.143-3.43q17.143-4.57 33.143-4.57 42.286 0 42.286 20.57 0 6.287-5.714 8-4.571 1.144-10.286 1.715t-12.286.857-10 .857q-21.714 2.286-36.857 5.714t-32.286 11.143-26 22.286-8.857 35.714q0 21.714 14.857 34t36.57 12.286q13.715 0 26-3.714t18.858-7.43 22-13.428q-1.714 4-1.714 8.57t3.143 7.715 7.143 3.143h32q.57-.571 4-2t4.286-2 2.857-2 2.857-3.143 1.429-4.571l25.714-110.857q2.286-7.43 2.286-17.143 0-46.286-82.857-46.286zm301.714 2.857h-42.286q-12.571 0-22.286 13.143-2.857 4-16.857 29.143t-26.571 46.57-14.857 22L586.859 460q0-44-15.43-94.857-.57-2.857-2-4.857t-3.428-3.714-3.714-2.857T557.43 352t-4.857-.857-5.43-.571-5.142-.286H531.43q-21.714 0-21.714 12l.57 2.857q2.858 30.286 14.287 86.286t14.286 81.714q1.143 9.143 1.143 13.714 0 10.857-17.43 35.143t-17.428 33.429q0 7.429 22.857 7.429 34.857 0 43.429-14.286l140-237.143q5.714-11.43 5.714-14.857 0-5.143-4.571-5.143zm138.286-56.571h-73.714q-10.286 0-16.571 13.143-3.43 7.429-26.571 109.429T710.86 526.287q0 11.429 24.57 11.429h14.572l5.429-.571 4.857-1.143 4.857-1.714 3.714-2.571 3.143-3.43 1.714-4.856 12-52q1.143-5.714 6-9.714t11.143-4q26.857 0 50-4t46-14 36.286-30 13.429-48q0-20.571-8.286-34.857t-23.43-20.857-30.57-8.857-35.43-2.286zm197.714 53.714q-14.857 0-42.286 3.429-21.714 3.429-27.43 9.143-4 4.57-6.285 10.857Q968 385.715 968 394.287q0 5.714 4.57 5.714.572 0 23.43-6.857 17.143-4.571 33.143-4.571 42.286 0 42.286 20.57 0 6.858-5.714 8-2.286.572-32.571 4-21.714 2.287-36.857 5.715T964.002 438t-26 22.286T929.145 496t14.857 33.429 36.57 12.286q13.715 0 25.715-3.43t19.429-7.428 21.714-13.714q-1.714 8.57-1.714 9.143 0 2.857 1.143 4.857t3.714 3.143 4.57 2 6 1.143 5.43.286h10q24 0 27.429-14.286l25.714-110.857q1.714-8.571 1.714-17.714 0-46.286-82.857-46.286zm184-52h-31.43q-14.285 0-18.856 22.857-5.714 25.143-20.857 95.429t-24.286 108.57v2.858q0 9.143 9.143 10.286h33.143q5.714 0 10.57-3.714t6-9.43l47.43-213.713h-.571l.57-2.857q0-4-3.142-7.143t-7.714-3.143zm84-223.428v731.429q0 29.714-21.714 51.429t-51.43 21.714H73.145q-29.714 0-51.43-21.714T.002 804.572V73.145q0-29.714 21.714-51.43T73.144.002H1243.43q29.714 0 51.429 21.714t21.714 51.429z"/></svg>
<svg class="tc-image-cc-pd tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0M110 352c-14.667 41.333-22 84-22 128 0 108 38.333 200.333 115 277s169 115 277 115c73.333 0 140.333-18.333 201-55s108.333-86.333 143-149L400 480c1.333 36 10.667 68 28 96s42.667 42 76 42c24 0 45.333-8.667 64-26l6-6 70 84c-2.667 1.333-6 3.667-10 7s-6.667 6.333-8 9c-41.333 28-86.667 42-136 42-57.333 0-110.333-19.333-159-58s-73-101.333-73-188c0-21.333 2-42 6-62l-154-68m310 34l440 194c8-32 12-65.333 12-100 0-109.333-38.333-202-115-278S588 88 480 88c-68 0-131 16-189 48s-105 75.333-141 130l148 66c42.667-68 108-102 196-102 58.667 0 108.667 18 150 54l-78 80c-5.333-5.333-10-9.333-14-12-14.667-10.667-32-16-52-16-34.667 0-61.333 16.667-80 50"/></svg>
<svg class="tc-image-cc-remix tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M794 488l10 4v136l-10 4-116 50-4 2-6-2-252-104-8-4-124 52-124-54V450l116-48-2-2V264l130-56 294 122v118l96 40M658 646v-86h-2v-2l-220-90v86l220 92v-2l2 2m14-112l78-32-72-30-76 32 70 30m102 74v-84l-86 36v84l86-36M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 872c108 0 200.333-38.333 277-115s115-169 115-277c0-109.333-38.333-202-115-278S588 88 480 88s-200.333 38-277 114S88 370.667 88 480c0 108 38.333 200.333 115 277s169 115 277 115"/></svg>
<svg class="tc-image-cc-sa tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M478 226c76 0 136 24.667 180 74 44 48 66 110 66 186 0 73.333-22.667 134.667-68 184-49.333 49.333-109.333 74-180 74-53.333 0-100.667-16.667-142-50-38.667-32-62-78-70-138h120c4 57.333 39.333 86 106 86 33.333 0 60.667-14 82-42 20-29.333 30-68.667 30-118 0-50.667-9.333-89.333-28-116-20-26.667-47.333-40-82-40-64 0-100 28.667-108 86h36l-96 94-94-94h36c9.333-60 33.333-106 72-138s85.333-48 140-48m2-226c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 872c108 0 200.333-38.333 277-115s115-169 115-277c0-109.333-38.333-202-115-278S588 88 480 88s-200.333 38-277 114S88 370.667 88 480c0 108 38.333 200.333 115 277s169 115 277 115"/></svg>
<svg class="tc-image-cc-share tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M676 342c8 0 14.667 2.667 20 8s8 11.333 8 18v354c0 6.667-2.667 12.667-8 18s-12 8-20 8H416c-8 0-14.667-2.667-20-8s-8-11.333-8-18V618H284c-6.667 0-12.667-2.667-18-8s-8-12-8-20V238c0-8 2-14 6-18 2.667-4 8.667-7.333 18-10h264c6.667 0 12.667 2.667 18 8s8 12 8 20v104h104m-264 0h108v-78H310v300h78V368c0-6.667 2.667-12.667 8-18 2.667-2.667 8-5.333 16-8m238 354V394H440v302h210M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 872c108 0 200.333-38.333 277-115s115-169 115-277c0-109.333-38.333-202-115-278S588 88 480 88s-200.333 38-277 114S88 370.667 88 480c0 108 38.333 200.333 115 277s169 115 277 115"/></svg>
<svg class="tc-image-cc-stripe tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M1597 775q0 69-21 106-19 35-52 35-23 0-41-9V683q29-30 57-30 57 0 57 122zm438-36h-110q6-98 56-98 51 0 54 98zM476 874q0-59-33-91.5T342 725q-36-13-52-24t-16-25q0-26 38-26 58 0 124 33l18-112q-67-32-149-32-77 0-123 38-48 39-48 109 0 58 32.5 90.5T266 833q39 14 54.5 25.5T336 886q0 31-48 31-29 0-70-12.5T146 874l-18 113q72 41 168 41 81 0 129-37 51-41 51-117zm295-215l19-111h-96V413l-129 21-18 114-46 8-17 103h62v219q0 84 44 120 38 30 111 30 32 0 79-11V899q-32 7-44 7-42 0-42-50V659h77zm316 25V545q-15-3-28-3-32 0-55.5 16T970 604l-10-56H829v471h150V713q26-31 82-31 16 0 26 2zm37 335h150V548h-150v471zm622-249q0-122-45-179-40-52-111-52-64 0-117 56l-8-47h-132v645l150-25v-151q36 11 68 11 83 0 134-56 61-65 61-202zm-468-348q0-33-23-56t-56-23-56 23-23 56 23 56.5 56 23.5 56-23.5 23-56.5zm898 357q0-113-48-176-50-64-144-64-96 0-151.5 66T1777 785q0 128 63 188 55 55 161 55 101 0 160-40l-16-103q-57 31-128 31-43 0-63-19-23-19-28-66h248q2-14 2-52zm128-651v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V128q0-52 38-90t90-38h2048q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-cc-visa tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M1975 862h-138q14-37 66-179l3-9q4-10 10-26t9-26l12 55zM531 797l-58-295q-11-54-75-54H130l-2 13q311 79 403 336zm179-349L548 886l-17-89q-26-70-85-129.5T315 579l135 510h175l261-641H710zm139 642h166l104-642H953zm768-626q-69-27-149-27-123 0-201 59t-79 153q-1 102 145 174 48 23 67 41t19 39q0 30-30 46t-69 16q-86 0-156-33l-22-11-23 144q74 34 185 34 130 1 208.5-59t80.5-160q0-106-140-174-49-25-71-42t-22-38q0-22 24.5-38.5T1455 571q70-1 124 24l15 8zm425-16h-128q-65 0-87 54l-246 588h174l35-96h212q5 22 20 96h154zm262-320v1280q0 52-38 90t-90 38H128q-52 0-90-38t-38-90V128q0-52 38-90t90-38h2048q52 0 90 38t38 90z"/></svg>
<svg class="tc-image-cc-zero tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 202c72 0 123 27 153 81s45 119.667 45 197c0 76-15 141-45 195s-81 81-153 81-123-27-153-81-45-119-45-195c0-77.333 15-143 45-197s81-81 153-81m-86 278c0 12 1.333 34 4 66l106-194c9.333-16 7.333-30-6-42-8-2.667-14-4-18-4-57.333 0-86 58-86 174m86 172c57.333 0 86-57.333 86-172 0-26.667-2-54.667-6-84L442 600c-14.667 20-10.667 35.333 12 46 1.333 1.333 3.333 2 6 2 1.333 0 2 .667 2 2 1.333 0 4 .333 8 1s7.333 1 10 1m0-652c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 872c108 0 200.333-38.333 277-115s115-169 115-277c0-109.333-38.333-202-115-278S588 88 480 88s-200.333 38-277 114S88 370.667 88 480c0 108 38.333 200.333 115 277s169 115 277 115"/></svg>
<svg class="tc-image-ccw tc-image-button" width="22pt" height="22pt" viewBox="0 0 940 820"><path d="M532 0c113.333 0 209.667 40 289 120s119 176.667 119 290-39.667 210-119 290-175.667 120-289 120c-94.667 0-178.667-29.333-252-88l70-74c56 40 116.667 60 182 60 84 0 156-30 216-90s90-132.667 90-218-30-158-90-218-132-90-216-90c-82.667 0-154 29-214 87s-90.667 128.333-92 211h142L184 604 0 400h124c1.333-110.667 42-205 122-283S421.333 0 532 0"/></svg>
<svg class="tc-image-cd tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 41.16600036621094"><path d="M20.583 0c11.368 0 20.583 9.215 20.583 20.583 0 11.368-9.215 20.583-20.583 20.583C9.215 41.166 0 31.951 0 20.583 0 9.215 9.215 0 20.583 0zm0 15.833a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zm11.769 17.589a17.431 17.431 0 0 0 4.758-7.33l-9.015-3.005a7.921 7.921 0 0 1-2.163 3.332l6.42 7.003zM26.7 36.895a17.357 17.357 0 0 0 3.302-1.66l-5.137-7.992-1.501.755 3.336 8.897zM9.176 7.421a17.403 17.403 0 0 0-5.64 9.573l9.299 1.958a7.91 7.91 0 0 1 2.563-4.352L9.176 7.421z"/></svg>
<svg class="tc-image-cd-eject tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.01599884033203 45.17499923706055"><path d="M32.904 42.008l6.333-7.917 6.334 7.917H32.903zm1.187 1.583h11.084v1.584H34.091v-1.584zM3.324 16.99C6.648 6.119 18.154 0 29.026 3.324c10.871 3.324 16.99 14.83 13.666 25.702a20.671 20.671 0 0 1-1.664 3.938l-1.79-2.435-8.983 11.745a20.493 20.493 0 0 1-13.265.418C6.119 39.368 0 27.862 3.324 16.99zm15.142 4.63a4.75 4.75 0 1 0 9.085 2.777 4.75 4.75 0 0 0-9.085-2.778zm20.26-6.113a17.431 17.431 0 0 0-5.617-6.694l-5.51 7.743a7.923 7.923 0 0 1 2.554 3.043l8.574-4.092zm1.67 6.42a17.354 17.354 0 0 0-.622-3.643l-9.145 2.577.283 1.656 9.484-.59zm-33.31 8.141a17.404 17.404 0 0 0 7.506 8.192l4.59-8.32a7.91 7.91 0 0 1-3.411-3.723l-8.685 3.851z"/></svg>
<svg class="tc-image-cell-align tc-image-button" width="22pt" height="22pt" viewBox="0 0 50 36"><path d="M47 30h3v3h-3v3h-3v-3H6v3H3v-3H0v-3h3V6H0V3h3V0h3v3h38V0h3v3h3v3h-3v24zM6 6v24h38V6H6zm3 8h14v3H9v-3zm0 5h12v3H9v-3zM9 9h22v3H9V9zm0 15h18v3H9v-3z"/></svg>
<svg class="tc-image-cell-column-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32.8129997253418"><path d="M24.354 13.459L20 9.105l-4.354 4.354-2.375-2.375 4.354-4.354-4.354-4.355L15.646 0 20 4.356 24.354.001l2.375 2.375-4.354 4.355 4.354 4.354-2.375 2.375zM15 23.813h10v-3H15v3zm13 0h9v-3h-9v3zm-25-3v3h9v-3H3zm-3-3h12v-2h3v2h10v-2h3v2h12v15H0v-15zm3 9v3h9v-3H3zm12 0v3h10v-3H15zm13 0v3h9v-3h-9z"/></svg>
<svg class="tc-image-cell-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 49 27.25"><path d="M0 0v27h26V11h6V0H0zm29 8H3V3h26v5zm-6 3v5H3v-5h20zm0 8v5H3v-5h20zM43 3h-8v5h3v11.25l-6-6v5.5l8.5 8.5 8.5-8.5v-5.5l-6 6V3z"/></svg>
<svg class="tc-image-cell-function tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.763999938964844 42.60699462890625"><path d="M5.635 18.07l-.028-3.82h5.643l.349-2.525c.286-2.842 1.248-5.469 2.886-7.88C16.123 1.435 18.845.153 22.651 0c1.748.084 3.04.36 3.876.83l-.912 3.539c-.845-.348-1.833-.53-2.964-.55-1.919.065-3.354.829-4.304 2.293-.95 1.464-1.53 3.243-1.738 5.339l-.349 2.8h6.506v3.819h-7.213l-1.352 11.906c-.391 3.846-1.314 6.9-2.768 9.161-1.455 2.261-3.8 3.418-7.037 3.47-1.916-.038-3.381-.36-4.396-.969l.902-3.549c.94.447 1.991.662 3.156.642 1.714-.01 2.977-.793 3.79-2.35.812-1.556 1.37-3.827 1.676-6.814l1.296-11.498H5.635zm21.12 12.74l-.543-2.686-.578-2.405-.49-1.461-.55-.51-.29.078-.651.611-.928 1.366-1.93-.752c.736-1.192 1.444-2.083 2.122-2.672.679-.589 1.478-.883 3.19-.883l1.684.505 1.032 1.772.429 1.738.244 1.466 3.515-4.494c.398-.363.78-.618 1.147-.766.366-.147.854-.221 1.463-.221.135 0 1.792.067 2.143.202l-.7 3.028h-2.02c-.042-.284-.132-.484-.269-.6l-.316.177-.746.712-3.558 4.472.6 2.936.499 2.058.384 1.298.359.715.487.355c.17-.064.335-.167.499-.31.297-.26.726-.848 1.287-1.764l1.93.751c-.815 1.305-1.553 2.224-2.212 2.757-.66.532-1.446.799-2.358.799-.133 0-1.724-.092-2.073-.275-.35-.183-.654-.476-.912-.878s-.486-1.027-.684-1.876a35.759 35.759 0 0 1-.569-2.755l-3.728 4.788c-.39.368-.77.626-1.138.774-.369.148-.857.222-1.467.222-.134 0-1.786-.068-2.137-.202l.7-3.028h2.02c.04.284.129.484.265.6l.074-.02.78-.656 3.995-4.966z"/></svg>
<svg class="tc-image-cell-insert-above tc-image-button" width="22pt" height="22pt" viewBox="0 0 51 29"><path d="M0 2h32v11h-6v16H0V2zm29 8V5H3v5h26zm-6 3H3v5h20v-5zm0 8H3v5h20v-5zM36 5h5V0h5v5h5v5h-5v5h-5v-5h-5V5z"/></svg>
<svg class="tc-image-cell-insert-below tc-image-button" width="22pt" height="22pt" viewBox="0 0 51 29"><path d="M36 24v-5h5v-5h5v5h5v5h-5v5h-5v-5h-5zM0 27V0h26v16h6v11H0zm29-8H3v5h26v-5zm-6-3v-5H3v5h20zm0-8V3H3v5h20z"/></svg>
<svg class="tc-image-cell-merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 38"><path d="M0 0h48v11H0V0zm22 8V3H3v5h19zm23 0V3H26v5h19zm-23 6h4v3h3v4h-3v3h-4v-3h-3v-4h3v-3zM8 14h4v3h4v4H8v-7zm28 0h4v7h-8v-4h4v-3zM0 27h48v11H0V27zm3 3v5h42v-5H3z"/></svg>
<svg class="tc-image-cell-row-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.729000091552734 27"><path d="M0 27V0h26v8h6v11h-6v8H0zm29-11v-5H3v5h26zm-6 3H3v5h20v-5zm0-11V3H3v5h20zm13.27 10.354L40.626 14l-4.354-4.354 2.375-2.375L43 11.625l4.354-4.354 2.375 2.375L45.375 14l4.354 4.354-2.375 2.375L43 16.375l-4.354 4.354-2.375-2.375z"/></svg>
<svg class="tc-image-cell-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 49 27.25"><path d="M0 27.25v-27h26v16h6v11H0zm29-8H3v5h26v-5zm-6-3v-5H3v5h20zm0-8v-5H3v5h20zm20 16h-8v-5h3V8l-6 6V8.5L40.5 0 49 8.5V14l-6-6v16.25z"/></svg>
<svg class="tc-image-celluloid tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.84600067138672 17.695999145507812"><path d="M7.517.507C6.583.795 5.85 1.643 5.62 2.749c-.086.388-.187.474-.632.546-1.092.173-1.984 1.092-2.171 2.242-.086.431-.158.503-.589.589-.791.129-1.409.518-1.84 1.164C.057 7.793 0 8.038 0 8.842s.058 1.049.388 1.552c.431.647 1.049 1.035 1.84 1.165.431.086.503.158.589.589.187 1.15 1.078 2.07 2.171 2.242.446.072.546.158.632.546.374 1.725 2.012 2.76 3.579 2.242 1.035-.345 1.941-1.437 1.941-2.343 0-.302.086-.359.575-.431 1.049-.144 2.07-1.164 2.242-2.3.086-.474.144-.532.518-.532.747 0 1.667-.69 2.127-1.581.244-.46.244-1.84 0-2.3-.46-.891-1.38-1.581-2.127-1.581-.374 0-.431-.057-.518-.546-.172-1.121-1.193-2.142-2.242-2.286-.489-.072-.575-.129-.575-.417C11.14 1.28 9.185 0 7.518.504zm2.027 1.237c.489.417.819 1.279.675 1.825C9.96 4.618 8.782 5.28 7.761 4.935c-1.437-.474-1.653-2.63-.331-3.364.589-.331 1.624-.244 2.113.172zM6.64 4.489c.474.316.762.92.762 1.639 0 .503-.086.69-.561 1.15-.503.503-.632.561-1.265.561-.805 0-1.337-.316-1.696-1.006-.877-1.682 1.15-3.392 2.76-2.343zm5.276-.187c.704.287 1.092.877 1.092 1.624 0 1.179-.69 1.912-1.797 1.912-1.121 0-1.797-.704-1.797-1.84 0-.819.359-1.38 1.064-1.696.575-.244.848-.244 1.437 0zM4.053 7.608c.402.431.474.618.474 1.236s-.072.805-.474 1.236A1.805 1.805 0 0 1 .891 8.844c0-1.164.862-1.926 2.056-1.811.503.043.733.158 1.107.575zm5.376-.302c.316.216.561.546.704.934.187.532.187.676 0 1.207-.69 1.969-3.594 1.495-3.594-.589 0-.762.259-1.207.92-1.61.604-.374 1.366-.345 1.969.057zm5.462-.115c1.279.676 1.279 2.631 0 3.306-1.02.517-2.213.043-2.602-1.049-.187-.532-.187-.676 0-1.207.388-1.092 1.581-1.567 2.602-1.049zm-8.05 3.22c.475.46.561.647.561 1.15 0 1.509-1.279 2.372-2.63 1.768-1.84-.819-1.236-3.479.805-3.479.633 0 .762.058 1.265.561zm5.305-.345c.546.288.862.906.862 1.711 0 1.667-2.127 2.386-3.22 1.078-.445-.532-.517-1.639-.144-2.228.489-.733 1.653-1.006 2.501-.561zm-2.732 2.918c.992.733 1.092 1.984.216 2.86-.402.402-.575.474-1.164.474-.834-.014-1.265-.23-1.653-.805-1.092-1.653.992-3.694 2.602-2.53z"/></svg>
<svg class="tc-image-celsius tc-image-button" width="22pt" height="22pt" viewBox="0 0 1116 999"><path d="M0 199q0-80 57-137T194 5q79 0 135.5 57T386 199t-56.5 137T194 393q-80 0-137-57T0 199zm94 0q0 42 29 71 30 30 71 30t71-30 30-71-30-71-71-30q-42 0-71 29.5T94 199zm415 472q0 123 68 219 36 50 99 79.5T819 999q234 0 293-178 6-23-6.5-43.5T1070 753q-23-6-43 7t-25 36q0 1-1.5 5.5L998 809q-18 30-48 48-50 30-131 30-50 0-89-17-64-27-91-95-18-44-18-104V327q0-24 3-48 6-61 48-111 47-56 147-56 83 0 131 29 32 19 48 48 1 3 2.5 8.5t1.5 6.5q6 22 25 32.5t43 5.5q23-5 35.5-24.5t6.5-42.5v-1l-9-25q-8-18-29.5-46T1025 56q-33-24-87.5-40T819 0q-81 0-143.5 28.5T578 106q-69 95-69 221v344z"/></svg>
<svg class="tc-image-cemetery tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 36 48"><path d="M18 0C8.062 0 0 7.909 0 17.664V48h36V17.664C36 7.909 27.944 0 18 0z"/></svg>
<svg class="tc-image-cemetery-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.016903400421143 9"><path d="M6.658 7h-.65l1-5.61a.36.36 0 0 0-.37-.39h-1.47c0-.65-.7-1-1.67-1s-1.83.35-1.83 1H.358a.36.36 0 0 0-.35.39l1 5.61h-.65a.35.35 0 0 0-.35.36V9h7V7.36a.35.35 0 0 0-.34-.36h-.01zm-1.65-3h-3V3h3v1z"/></svg>
<svg class="tc-image-cemetery-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.017743110656738 13"><path d="M8.469 11h-.68l1.22-8.45a.52.52 0 0 0-.56-.55h-1.18c0-.92-1.23-2-2.75-2s-2.74 1.08-2.74 2H.549a.52.52 0 0 0-.54.55l1.2 8.45h-.65a.53.53 0 0 0-.55.5V13h9v-1.51a.52.52 0 0 0-.54-.49zm-6.96-7h6v1h-6V4z"/></svg>
<svg class="tc-image-center-focus-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M18 10c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM4 24H0v8c0 2.21 1.79 4 4 4h8v-4H4v-8zM4 4h8V0H4C1.79 0 0 1.79 0 4v8h4V4zm28-4h-8v4h8v8h4V4c0-2.21-1.79-4-4-4zm0 32h-8v4h8c2.21 0 4-1.79 4-4v-8h-4v8z"/></svg>
<svg class="tc-image-center-focus-weak tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M4 24H0v8c0 2.21 1.79 4 4 4h8v-4H4v-8zM4 4h8V0H4C1.79 0 0 1.79 0 4v8h4V4zm28-4h-8v4h8v8h4V4c0-2.21-1.79-4-4-4zm0 32h-8v4h8c2.21 0 4-1.79 4-4v-8h-4v8zM18 10c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-center-justified tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10"><path d="M0 .5A.5.5 0 0 1 .5 0h11a.5.5 0 0 1 0 1H.5A.5.5 0 0 1 0 .5zm2 3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm-2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5zm2 3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z"/></svg>
<svg class="tc-image-centerline tc-image-button" width="22pt" height="22pt" viewBox="0 0 70 70"><path d="M53 33v4H37v16h-4V37H17v-4h16V17h4v16h16zM5 34v2H.014L0 35l.014-1H5zm5 0v2H7v-2h3zm5 0v2h-3v-2h3zM36 5h-2V.014L35 0l1 .014V5zm0 10h-2v-3h2v3zm-2-8h2v3h-2V7zm31 29v-2h4.986L70 35l-.014 1H65zm-5 0v-2h3v2h-3zm-5 0v-2h3v2h-3zM34 65h2v4.986L35 70l-1-.014V65zm0-5h2v3h-2v-3zm0-5h2v3h-2v-3z"/></svg>
<svg class="tc-image-cercle-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 426.7c-94.3 0-170.7-76.4-170.7-170.7S161.7 85.3 256 85.3 426.7 161.7 426.7 256 350.3 426.7 256 426.7zm0-256c-47.1 0-85.3 38.2-85.3 85.3s38.2 85.3 85.3 85.3 85.3-38.2 85.3-85.3-38.2-85.3-85.3-85.3z"/></svg>
<svg class="tc-image-cercle-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M401.1 130.5c-22.1 28.2-30.3 77-37.8 122-8.2 49.1-18.4 110.2-43 110.2s-34.8-61.1-43-110.2c-11.4-68.4-24.3-145.8-85-145.8s-73.6 77.5-85 145.8c-5.3 32-11.6 68.9-22.1 90.8 7.1 13.9 15.9 26.9 26.1 38.6 22.3-28.1 30.6-77.2 38.1-122.4 8.2-49.1 18.4-110.2 43-110.2s34.8 61.1 43 110.2c11.4 68.3 24.3 145.8 85 145.8s73.6-77.5 85-145.8c5.3-31.8 11.5-68.2 21.8-90.3-7.2-14-16-27-26.1-38.7zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 469.3c-117.8 0-213.3-95.5-213.3-213.3 0-117.8 95.5-213.3 213.3-213.3 117.8 0 213.3 95.5 213.3 213.3 0 117.8-95.5 213.3-213.3 213.3z"/></svg>
<svg class="tc-image-cercle-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 511 511"><path d="M255.5 0C114.4 0 0 114.4 0 255.5S114.4 511 255.5 511 511 396.6 511 255.5 396.6 0 255.5 0zm149 259c-11.3 68.2-24.2 145.5-84.8 145.5-60.6 0-73.5-77.3-84.9-145.5-8.2-49-18.3-110-42.9-110-24.5 0-34.7 61-42.9 110-9.1 54.4-19.2 114.4-53.6 136.6-9.6-10.9-18.1-22.8-25.3-35.5 20.2-9.3 29.4-63.4 36.9-108.1 11.4-68.2 24.3-145.5 84.9-145.5 60.6 0 73.5 77.3 84.9 145.5 8.2 49 18.3 110 42.9 110 24.6 0 34.7-61 42.9-110 9-54.2 19.1-114 53.2-136.4 9.5 10.9 18 22.7 25.2 35.5-19.9 9.8-29.1 63.5-36.5 107.9z"/></svg>
<svg class="tc-image-cercle-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm21.3 446.7v-84.1h-42.7v84c-89-9.9-159.5-80.4-169.4-169.4h84.1v-42.7h-84c9.9-89 80.4-159.5 169.4-169.4v84.1h42.7V65.3c89 9.9 159.5 80.5 169.4 169.4h-84v42.7h84c-9.9 88.9-80.5 159.5-169.5 169.3z"/></svg>
<svg class="tc-image-cercle-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256c70.7 0 134.7-28.6 181-75 46.3-46.4 75-110.4 75-181C512 114.6 397.4 0 256 0zm0 256c-96.7-96.7-160.9-96-200.8-71.5C84.6 101.9 163.3 42.7 256 42.7c117.8 0 213.3 95.5 213.3 213.3 0 25.1-4.6 49.1-12.5 71.5C416.9 352 352.7 352.7 256 256z"/></svg>
<svg class="tc-image-cercle-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 42.7c35.4 0 64 28.6 64 64s-28.6 64-64 64-64-28.6-64-64 28.6-64 64-64zM53.3 213.3c0-35.4 28.6-64 64-64s64 28.6 64 64-28.6 64-64 64-64-28.6-64-64zm117.4 224c-35.4 0-64-28.6-64-64s28.6-64 64-64 64 28.6 64 64-28.7 64-64 64zM213.3 256c0-23.5 19.1-42.7 42.7-42.7s42.7 19.1 42.7 42.7-19.1 42.7-42.7 42.7-42.7-19.2-42.7-42.7zm128 181.3c-35.4 0-64-28.6-64-64s28.6-64 64-64 64 28.6 64 64-28.6 64-64 64zm53.4-160c-35.4 0-64-28.6-64-64s28.6-64 64-64 64 28.6 64 64-28.7 64-64 64z"/></svg>
<svg class="tc-image-cercle-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 64c35.4 0 64 28.6 64 64s-28.6 64-64 64-64-28.6-64-64 28.6-64 64-64zm85.3 384H170.7v-21.3H192V256h-21.3v-21.3H320v192h21.3V448z"/></svg>
<svg class="tc-image-cercle-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 472.6c-119.6 0-216.6-97-216.6-216.6S136.4 39.4 256 39.4s216.6 97 216.6 216.6S375.7 472.6 256 472.6zm0-393.8c-97.9 0-177.2 79.3-177.2 177.2S158.2 433.2 256 433.2c97.9 0 177.2-79.3 177.2-177.2S353.9 78.8 256 78.8z"/></svg>
<svg class="tc-image-certificate tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1189.5009765625"><path d="M978.23 1061.493L718.078 934.194l-136.76 255.307-117.461-264.74-268.871 107.67 80.19-278.306L0 663.778l240.32-161.65-152.722-246.09L375.6 286.684 416.791 0l200.925 208.6 215.83-193.136 19.833 288.948 289.481-9.216L972.32 529.29 1200 708.304 918.886 778.01z"/></svg>
<svg class="tc-image-chain tc-image-button" width="22pt" height="22pt" viewBox="0 0 1632 1632"><path d="M1440 1200q0-40-28-68l-208-208q-28-28-68-28-42 0-72 32 3 3 19 18.5t21.5 21.5 15 19 13 25.5 3.5 27.5q0 40-28 68t-68 28q-15 0-27.5-3.5t-25.5-13-19-15-21.5-21.5-18.5-19q-33 31-33 73 0 40 28 68l206 207q27 27 68 27 40 0 68-26l147-146q28-28 28-67zM737 495q0-40-28-68L503 220q-28-28-68-28-39 0-68 27L220 365q-28 28-28 67 0 40 28 68l208 208q27 27 68 27 42 0 72-31-3-3-19-18.5T527.5 664t-15-19-13-25.5T496 592q0-40 28-68t68-28q15 0 27.5 3.5t25.5 13 19 15 21.5 21.5 18.5 19q33-31 33-73zm895 705q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-206-207q-83-83-83-203 0-123 88-209l-88-88q-86 88-208 88-120 0-204-84L84 636Q0 552 0 432t85-203L232 83Q315 0 435 0q121 0 204 85l206 207q83 83 83 203 0 123-88 209l88 88q86-88 208-88 120 0 204 84l208 208q84 84 84 204z"/></svg>
<svg class="tc-image-chain-broken tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1664"><path d="M439 1271l-256 256q-10 9-23 9-12 0-23-9-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23zm169 41v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm-224-224q0 14-9 23t-23 9H32q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm1264 128q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-334-335q-21-21-42-56l239-18 273 274q27 27 68 27.5t68-26.5l147-146q28-28 28-67 0-40-28-68l-274-275 18-239q35 21 56 42l336 336q84 86 84 204zm-617-724l-239 18-273-274q-28-28-68-28-39 0-68 27L236 381q-28 28-28 67 0 40 28 68l274 274-18 240q-35-21-56-42L100 652q-84-86-84-204 0-120 85-203L248 99q83-83 203-83 121 0 204 85l334 335q21 21 42 56zm633 84q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zM1120 32v320q0 14-9 23t-23 9-23-9-9-23V32q0-14 9-23t23-9 23 9 9 23zm407 151l-256 256q-11 9-23 9t-23-9q-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23z"/></svg>
<svg class="tc-image-chairlift tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40.94882583618164 48"><path d="M38.434 36.17a3.457 3.457 0 0 0 2.224-4.381l-1.333.426a2.088 2.088 0 0 1-1.332 2.633L2.963 46.689 3.414 48l35.02-11.83zM6.178 15.708a3.608 3.608 0 0 0 2.461-4.479c-.562-1.911-2.582-3.004-4.51-2.447-1.927.557-3.039 2.567-2.466 4.479.562 1.912 2.577 3.005 4.515 2.447zm-1.487 5.003c-1.917-3.626 3.584-6.564 5.61-3.047l3.95 7.451 7.521-2.121c1.244-.35 2.963.995 2.963 2.578l.042 10.619c.012 2.632-3.93 2.643-3.93-.021-.012-2.47-.077-7.734-.077-7.734l-7.848 2.337c-1.718.492-3.139-.359-3.81-1.616l-4.421-8.446zm12.144 1.683V0h-2v22.82zM1.079 25.551C0 23.443 2.786 22.045 3.865 24.153l3.397 6.598a4.366 4.366 0 0 0 3.844 2.295c.517 0 1.001-.132 1.475-.23l4.28-1.244c2.269-.678 3.149 2.292.86 2.961l-4.502 1.298a7.268 7.268 0 0 1-2.147.316 7.451 7.451 0 0 1-6.634-4.008l-3.359-6.588z"/></svg>
<svg class="tc-image-change-history tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M24 15.55L36.78 36H11.22L24 15.55M24 8L4 40h40L24 8z"/><path fill="none" d="M0 0h48v48H0V0z"/></svg>
<svg class="tc-image-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M16 3V0h-3v1H3V0H0v3h1v8H0v3h3v-1h10v1h3v-3h-1V3h1zm-2-2h1v1h-1V1zM1 1h1v1H1V1zm0 12v-1h1v1H1zm14 0h-1v-1h1v1zm-1-2h-1v1H3v-1H2V3h1V2h10v1h1v8zM4 3h2v8H4V3zm3 4h2v4H7V7zm3-2h2v6h-2V5z"/></svg>
<svg class="tc-image-chart-area tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 17.169445037841797"><path d="M17 2.17A2 2 0 0 0 13.438.92l-2.789 3.485L8.2 2.57a2 2 0 0 0-2.762.351l-4 5A1.998 1.998 0 0 0 1 9.17v3h16v-10zm0 13H1a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-chart-area-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18.003082275390625"><path d="M17 14.003H1a1 1 0 0 1-1-1v-3c0-.68.234-1.346.658-1.874l4-5c.98-1.226 2.885-1.469 4.143-.524l1.674 1.254L12.66 1.13A2.974 2.974 0 0 1 15.001.003a3 3 0 0 1 2.999 3v10a1 1 0 0 1-1 1zm-15-2h14v-9a.988.988 0 0 0-.375-.779.996.996 0 0 0-1.406.155L11.43 5.864a1 1 0 0 1-1.381.176L7.6 4.203a1.02 1.02 0 0 0-1.381.176l-4 5a.993.993 0 0 0-.219.624v2zm15 6H1a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-chart-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13"><path d="M2 13H0V2h2v11zM5 0H3v13h2V0zm3 6H6v7h2V6zm3-2H9v9h2V4z"/></svg>
<svg class="tc-image-chart-bar-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 20"><path d="M13 4c-.771 0-1.468.301-2 .779V3c0-1.654-1.346-3-3-3S5 1.346 5 3v4.779A2.985 2.985 0 0 0 3 7c-1.654 0-3 1.346-3 3v6h16V7c0-1.654-1.346-3-3-3zM8 2c.551 0 1 .448 1 1v11H7V3c0-.552.449-1 1-1zM4 14H2v-4a1.001 1.001 0 0 1 2 0v4zm10 0h-2V7a1.001 1.001 0 0 1 2 0v7zm1 6H1a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-chart-bars tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 832"><path d="M0 704h1024v128H0zm128-256h128v192H128zm192-256h128v448H320zm192 192h128v256H512zM704 0h128v640H704z"/></svg>
<svg class="tc-image-chart-bars2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 896"><path d="M224 256H32c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V288c0-17.6-14.4-32-32-32zm0 576H32V576h192v256zm320-704H352c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V160c0-17.6-14.4-32-32-32zm0 704H352V512h192v320zM864 0H672c-17.6 0-32 14.4-32 32v832c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zm0 832H672V448h192v384z"/></svg>
<svg class="tc-image-chart-dots tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 1024"><path d="M128 896h896v128H0V0h128zm160-64c-53.02 0-96-42.98-96-96s42.98-96 96-96c2.828 0 5.622.148 8.388.386L399.58 468.4c-9.84-15.07-15.58-33.062-15.58-52.402 0-53.02 42.98-96 96-96s96 42.98 96 96c0 19.342-5.74 37.332-15.58 52.402l103.192 171.986A97.727 97.727 0 0 1 672 640c2.136 0 4.248.094 6.35.23l170.357-298.122c-10.536-15.408-16.706-34.036-16.706-54.11 0-53.02 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96c-2.14 0-4.248-.094-6.35-.232L751.294 681.89C761.83 697.296 768 715.926 768 736c0 53.02-42.98 96-96 96s-96-42.98-96-96c0-19.34 5.74-37.332 15.578-52.402l-103.19-171.984c-2.766.238-5.56.386-8.388.386s-5.622-.146-8.388-.386L368.42 683.6C378.26 698.668 384 716.66 384 736c0 53.02-42.98 96-96 96z"/></svg>
<svg class="tc-image-chart-from-to tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.899999618530273 14.39999771118164"><path d="M11.1 4.4c.2.4.5.6.8.6h.9c.6 0 1-.6 1-1.2V1.2c0-.7-.4-1.2-1-1.2H12c-.6 0-1 .6-1 1.2v.3c-.7.3-1.2 1.2-2 2.6-.4.6-.8 1.5-1.2 2-.1-.4-.5-.7-.8-.7H6c-.5 0-.9.5-1 1.1-.3-.3-.7-.8-1-1.1-.4-.5-.8-.9-1.1-1.2V3.1c0-.7-.4-1.2-1-1.2H1c-.6 0-1 .5-1 1.2v2.5c0 .7.4 1.2 1 1.2h.9c.5 0 1-.5 1-1.2.1.2.2.3.4.5.5.5.9 1.1 1.4 1.4-.5.4-1 .9-1.4 1.4-.2.1-.3.3-.5.4-.1-.6-.5-1-1-1H1c-.6 0-1 .6-1 1.2V12c0 .7.4 1.2 1 1.2h.9c.6 0 1-.6 1-1.2v-1.4c.3-.2.7-.6 1.1-1 .3-.3.7-.8 1-1.1v.7c0 .6.5 1.2 1 1.2h1c.6 0 1-.6 1-1.2V9c.3.5.7 1.1 1 1.5.7 1.2 1.3 2.1 2 2.4v.3c0 .7.4 1.2 1 1.2h.9c.6 0 1-.6 1-1.2v-2.5c0-.7-.4-1.2-1-1.2H12c-.4 0-.7.3-.9.7-.1-.2-.3-.5-.4-.7-.5-.8-.9-1.5-1.4-2 .5-.6.9-1.4 1.4-2.3.1-.3.3-.5.4-.8zm.9-3.2c0-.1 0-.2.1-.2h.8s.1.1.1.2v2.5c0 .1 0 .2-.1.2H12s-.1-.1-.1-.2V1.2zM1.9 5.6c0 .1 0 .2-.1.2H1V2.9h.8s.1.1.1.2v2.5zm0 6.5c0 .1 0 .2-.1.2H1s-.1-.1-.1-.2V9.6c.1-.1.1-.2.1-.3h.8s.1.1.1.2v2.6zM7 9.2c0 .1 0 .2-.1.2h-.8S6 9.3 6 9.2V6.6c0-.1.1-.2.1-.2h.8s.1.1.1.2v2.6zm5 1.5c0-.1 0-.2.1-.2h.8s.1.1.1.2v2.5c0 .1 0 .2-.1.2H12s-.1-.1-.1-.2v-2.5z"/></svg>
<svg class="tc-image-chart-funnel tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 11"><path d="M8 0h7v2H8V0zm0 5h5.9L15 3H8v2zm0 3h3.2L13 6H8v2zm0 3h1.4l1.1-2H8v2zM7 0H0v2h7V0zm0 3H0l1 2h6V3zm0 3H1.4L3 8h4V6zm0 3H3.7l1 2H7V9z"/></svg>
<svg class="tc-image-chart-funnel-plot tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M10.007 7.938L7 0 4.007 7.938 0 14h14l-3.993-6.062zM7 2.875L7.398 4h-.719L7 2.875zM6.363 5h1.28l.867 2H5.5l.863-2zM4.89 8.415L5.069 8h3.875l.18.415L10.168 10H3.842L4.89 8.415zM1.86 13l1.322-2h7.646l1.316 2H1.86z"/></svg>
<svg class="tc-image-chart-index tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M2 8h7v1H2V8zm0 3h5v-1H2v1zm1-4H2V2h3v5H3zm0-3h1V3H3v1zm0 2h1V5H3v1zm3-4h3v5H6V2zm2 3H7v1h1V5zM7 3v1h1V3H7zm4 3h-1v1h1V6zm1 5V9h-1v2h-1v1h1v1h1v-1h1v-1h-1zM2 13h3v-1H2v1zm9-12V0h-1v1h1zm2 0V0h-1v1h1zm0 14v-1h-1v1h1zM9 1V0H8v1h1zM7 1V0H6v1h1zM5 1V0H4v1h1zM3 1V0H2v1h1zm8 14v-1h-1v1h1zm-2 0v-1H8v1h1zm-2 0v-1H6v1h1zm-2 0v-1H4v1h1zm-2 0v-1H2v1h1zM1 7V6H0v1h1zm0-6V0H0v1h1zm0 14v-1H0v1h1zM1 3V2H0v1h1zm0 2V4H0v1h1zm0 4V8H0v1h1zm0 2v-1H0v1h1zm0 2v-1H0v1h1zm14 0v-1h-1v1h1zm0-6V6h-1v1h1zm0 8v-1h-1v1h1zm0-12V2h-1v1h1zm0-2V0h-1v1h1zm0 4V4h-1v1h1zm0 4V8h-1v1h1zm0 2v-1h-1v1h1zm-2-9h-1v5h1V2z"/></svg>
<svg class="tc-image-chart-line tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.502376556396484 16.251846313476562"><path d="M1.001 10.813a2 2 0 0 0 2.811-.313l2.79-3.486 2.45 1.838a2 2 0 0 0 2.761-.352l4-5A2 2 0 0 0 12.69 1L9.9 4.488 7.451 2.652a2 2 0 0 0-2.762.35l-4 5a2.001 2.001 0 0 0 .312 2.81zm.25 5.439h14a1 1 0 1 0 0-2h-14a1 1 0 1 0 0 2z"/></svg>
<svg class="tc-image-chart-line-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.32650375366211 17.20020294189453"><path d="M3.07 13.2a3.014 3.014 0 0 1-1.873-.658 2.978 2.978 0 0 1-1.107-2.01 2.979 2.979 0 0 1 .64-2.207l4-5c.977-1.225 2.882-1.47 4.142-.523l1.674 1.254 2.184-2.729a3 3 0 1 1 4.682 3.747l-4 5c-.977 1.226-2.882 1.471-4.143.526L7.595 9.344l-2.184 2.73a2.977 2.977 0 0 1-2.34 1.126zm4.001-9a.997.997 0 0 0-.78.374l-4 5.001a.99.99 0 0 0-.214.734c.03.266.161.504.37.67a.996.996 0 0 0 1.405-.155L7.247 6.58 10.471 9c.42.316 1.056.231 1.381-.176l4-5a.992.992 0 0 0 .213-.735.994.994 0 0 0-.369-.67.996.996 0 0 0-1.406.156l-3.395 4.242L7.671 4.4a.986.986 0 0 0-.6-.2zm9 13h-14a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-chart-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M15 11V6h-1v5h-1v1H3v-1H2V3h1V2h4V1H3V0H0v3h1v8H0v3h3v-1h10v1h3v-3h-1zM1 1h1v1H1V1zm0 12v-1h1v1H1zm14 0h-1v-1h1v1zM4 11V3h2v8H4zm3-5h2v5H7V6zm3 3h2v2h-2V9zM8 3.5a.5.5 0 0 1 .5-.5H11V.5a.5.5 0 0 1 1 0V3h2.5a.5.5 0 0 1 0 1H12v2.5a.5.5 0 0 1-1 0V4H8.5a.5.5 0 0 1-.5-.5z"/></svg>
<svg class="tc-image-chart-pie tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.20456314086914 17.965011596679688"><path d="M8.616 10.945l4.908 4.922c.39.391.99.36 1.286-.106a8.99 8.99 0 0 0 1.393-4.815 9.005 9.005 0 0 0-1.972-5.631l-5.615 5.63zm-2.614.416V4.006a7.008 7.008 0 0 0-6 6.939c0 3.876 3.134 7.02 7 7.02a6.946 6.946 0 0 0 4.186-1.403l-5.186-5.201zm7.33-8.183c.39-.391.366-.999-.088-1.313A10.925 10.925 0 0 0 8.993.1c-.544-.1-.991.312-.991.865v7.56l5.33-5.347z"/></svg>
<svg class="tc-image-chart-pie-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.33100128173828 20.479000091552734"><path d="M15.56 6.609l.557-.559a2.002 2.002 0 0 0-.135-2.947A13.513 13.513 0 0 0 8.513.006L8.333 0a2.01 2.01 0 0 0-1.35.523c-.414.379-.65.915-.65 1.477v2.229C2.676 5.094 0 8.417 0 12.235c0 4.547 3.688 8.244 8.224 8.244 1.594 0 3.11-.479 4.441-1.345.277.142.583.226.9.226l.109-.004a1.996 1.996 0 0 0 1.453-.75 10.138 10.138 0 0 0 2.204-6.297 10.099 10.099 0 0 0-1.771-5.7zm-7.336 11.87C4.786 18.479 2 15.686 2 12.235a6.229 6.229 0 0 1 5.333-6.164v6.408l4.609 4.754a6.169 6.169 0 0 1-3.718 1.246zm.109-7.454V2a11.535 11.535 0 0 1 6.366 2.641l-6.366 6.384zm.214 1.269l5.019-5.028a8.075 8.075 0 0 1 1.769 5.043 8.066 8.066 0 0 1-1.769 5.051l-5.019-5.066z"/></svg>
<svg class="tc-image-chart-scatter tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.000545501708984 13.000000953674316"><path d="M2.5 4.75a.751.751 0 1 1-.002 1.502A.751.751 0 0 1 2.5 4.75m0-.75a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm4-3.25a.751.751 0 1 1-.002 1.502A.751.751 0 0 1 6.5.75m0-.75a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm7 2.75a.75.75 0 0 1 0 1.5.75.75 0 0 1 0-1.5m0-.75a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 13.5 2zm-5 2.75a.751.751 0 1 1-.002 1.502A.751.751 0 0 1 8.5 4.75m0-.75a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2 5.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m0-.75a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-5 1.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m0-.75a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg>
<svg class="tc-image-chart-word-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.600006103515625 13.300018310546875"><path d="M1.8 4.5l-.3-1.2-.1-.3L1 4.6H.6l-.6-2h.4l.3 1.2.1.4s0-.2.1-.4l.3-1.2h.4l.3 1.2.1.4.1-.4.3-1.2h.3l-.6 2h-.3zm2.1.1c-.3 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.8s.1-.7.3-.8c.2-.2.4-.2.6-.2.3 0 .5.1.7.3.2.2.3.4.3.8 0 .3 0 .5-.1.6-.1.1-.2.3-.3.3-.2 0-.4.1-.5.1zm-.5-.5c.1.1.3.2.4.2.2 0 .3-.1.4-.2s.2-.3.2-.6-.1-.4-.2-.6c-.1-.1-.3-.2-.4-.2-.2 0-.3.1-.4.2-.1.1-.2.3-.2.6s.1.5.2.6zm2.1-.6c0-.1 0-.3.1-.4 0-.1.1-.1.1-.2.1 0 .1-.1.2-.1s.2 0 .3.1l.1-.3c-.1-.1-.2-.1-.4-.1-.1 0-.2 0-.2.1s-.1.1-.2.3v-.3h-.3v2h.3V3.5zm1 .6c-.1-.2-.1-.3-.1-.6 0-.2 0-.4.1-.6.1-.2.2-.3.3-.4.1-.1.3-.1.5-.1.1 0 .2 0 .3.1.1.1.2.1.2.2v-1h.3v2.8h-.3v-.3c-.1.2-.3.3-.6.3-.2 0-.3 0-.4-.1-.1 0-.2-.2-.3-.3zm.2-.6c0 .3.1.5.2.6.1.1.2.2.4.2.1 0 .3-.1.4-.2.1-.1.2-.3.2-.6s-.1-.5-.2-.6-.2-.2-.4-.2-.3.1-.4.2c-.1.2-.2.4-.2.6zm.8 4.7l-.4-.1c0 .2-.1.3-.2.4s-.2.1-.4.1-.3-.1-.5-.2c-.1-.1-.2-.4-.2-.7 0-.3.1-.5.2-.7.1-.1.3-.2.5-.2.1 0 .2 0 .3.1.1.1.2.2.2.4l.4-.1c0-.2-.1-.4-.3-.5-.2-.1-.4-.2-.6-.2-.2 0-.4 0-.6.1-.2.1-.3.2-.4.4-.1.2-.1.4-.1.7 0 .4.1.7.3.9s.4.3.8.3c.3 0 .5-.1.6-.2.2 0 .3-.3.4-.5zm.3.8h.4V5.8h-.4V9zm1.9 0c-.3 0-.6-.1-.8-.3-.2-.2-.3-.5-.3-.9s.1-.7.4-1c.2-.2.4-.3.7-.3.3 0 .6.1.8.3s.3.5.3.9c0 .3 0 .5-.1.7-.1.2-.2.3-.4.4-.2.2-.4.2-.6.2zm-.5-.5c.1.1.3.2.5.2s.4-.1.5-.2c.1-.1.2-.4.2-.7 0-.3-.1-.5-.2-.7-.1-.1-.3-.2-.5-.2s-.4.1-.5.2c-.1.1-.2.4-.2.7s.1.5.2.7zm3.5-.6c0 .2 0 .3-.1.5s-.1.2-.2.2c-.1.1-.2.1-.3.1s-.2 0-.3-.1l-.2-.2V6.7h-.4v1.8c0 .1.1.2.1.3.1.1.1.1.3.2.1.1.2.1.4.1.3 0 .6-.1.7-.4V9h.4V6.7h-.4v1.2zm2.9-2.1V9h-.4v-.3c-.1.2-.4.3-.6.3-.2 0-.4-.1-.5-.2s-.3-.2-.4-.4c-.1-.2-.1-.4-.1-.6 0-.2 0-.4.1-.6s.2-.3.3-.4.3-.2.5-.2c.1 0 .3 0 .4.1.1.1.2.1.3.2V5.8h.4zm-.3 2.1c0-.3-.1-.6-.2-.7s-.3-.2-.5-.2-.3.1-.4.2-.2.4-.2.7c0 .3.1.5.2.7.1.1.3.2.4.2.2 0 .3-.1.4-.2s.3-.5.3-.7zM9.6 4v.2h.2V4H11l.1-.1v-.4h-.2v.2H9.6v-.3h-.2v.3h-.6L9 4h.6zm.1-1.1c0-.1-.1-.2-.1-.4v-.3c0-.1.1-.2.1-.2.1 0 .1-.1.2-.1h1.2c.1 0 .1 0 .2-.1v.3c-.1 0-.1 0-.2.1.1.1.1.2.2.3 0 .1.1.2.1.3 0 .2 0 .3-.1.4-.1.1-.2.1-.3.1-.1 0-.2 0-.2-.1s-.1-.1-.2-.1c0-.1-.1-.1-.1-.2v-.2c0-.2-.1-.4-.1-.5h-.1c-.1 0-.2 0-.2.1-.1.1-.1.2-.1.3 0 .1 0 .2.1.3 0 .1.1.1.2.1v.3c-.1 0-.2-.1-.3-.1s-.3-.2-.3-.3zm.8-.8c0 .1.1.3.1.5 0 .1 0 .2.1.2s.1.1.1.1h.1c.1 0 .1 0 .2-.1 0-.1.1-.1.1-.2s0-.2-.1-.3c0-.1-.1-.1-.2-.2h-.4zM9.6.8c0-.2.1-.4.2-.5h-.2V0H11c.3 0 .4 0 .5.1.1.1.2.1.3.2.1.1.1.3.1.4 0 .2 0 .4-.1.5-.1.1-.2.2-.4.2v-.3c.1 0 .1 0 .2-.1s.1-.2.1-.3c0-.1 0-.2-.1-.3-.1-.1-.1-.1-.2-.1H11c.1.1.2.3.2.5s-.1.4-.2.5c-.2.1-.4.2-.6.2-.2 0-.3 0-.4-.1s-.2-.1-.3-.2c-.1-.1-.1-.2-.1-.4zm.2 0c0 .1 0 .2.2.3.1.1.2.1.4.1s.4 0 .5-.1c.1-.1.1-.2.1-.3s0-.2-.1-.3c-.1-.1-.3-.1-.5-.1s-.4 0-.5.1c0 .1-.1.2-.1.3zM3 12.3c0 .1 0 .1.1.2h-.3c0-.1-.1-.1-.1-.2-.1.1-.2.2-.3.2-.1 0-.2.1-.3.1-.2 0-.3 0-.4-.1-.1-.1-.2-.2-.2-.4 0-.1 0-.2.1-.2 0-.1.1-.1.2-.2.1 0 .1-.1.2-.1h.3c.2 0 .4-.1.5-.1v-.1c0-.1 0-.2-.1-.3-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3.1-.1 0-.1.1-.1.3h-.3c0-.1.1-.2.1-.3s.1-.1.3-.2c.1 0 .2-.1.4-.1.1 0 .3 0 .4.1.1 0 .2.1.2.1s.1.1.1.2v.7c-.2.2-.2.3-.2.4zm-.3-.7c-.1 0-.3.1-.5.1-.1 0-.2 0-.3.1-.1 0-.1.1-.1.1v.1c0 .1 0 .1.1.2s.1.1.3.1c.1 0 .2 0 .3-.1s.2-.1.2-.2v-.4zm1.9-.8h.3v1.5c0 .3 0 .5-.1.6s-.1.2-.3.3c-.1.1-.3.1-.4.1-.2 0-.4 0-.5-.1s-.2-.2-.2-.4h.3c0 .1 0 .2.1.2.1.1.2.1.3.1.1 0 .2 0 .3-.1l.2-.2v-.4c-.1.2-.3.2-.5.2s-.4-.1-.6-.3c-.1-.2-.2-.4-.2-.6 0-.2 0-.3.1-.5s.1-.2.3-.3c.1-.1.2-.1.4-.1s.4.1.5.2v-.2zm0 .8c0-.2 0-.4-.1-.5-.1-.1-.2-.2-.3-.2-.1 0-.2.1-.3.2-.1.1-.1.3-.1.5s0 .4.1.5c.1.1.2.2.3.2.1 0 .2-.1.3-.2 0-.1.1-.2.1-.5zm.7-1.1h.3v-.3h-.3v.3zm0 2h.3v-1.7h-.3v1.7zm.7 0h.3v-2.4H6v2.4zM8.1 11c.1.2.2.4.2.7v.1H7c0 .2.1.3.2.4s.2.2.4.2c.1 0 .2 0 .3-.1.1-.1.1-.1.2-.3h.3c0 .2-.1.3-.3.4s-.3.1-.5.1c-.3 0-.5-.1-.6-.2-.1-.2-.2-.4-.2-.7 0-.3.1-.5.2-.7.2-.2.3-.2.6-.2.1 0 .3.1.5.3zm-.1.5c0-.1-.1-.3-.1-.3-.1-.1-.2-.2-.4-.2-.1 0-.2 0-.3.1-.1.1-.1.2-.2.4h1zm3.3 0c.1.1.1.2.1.4 0 .1 0 .2-.1.3 0 .1-.1.2-.2.2-.1.1-.2.1-.3.1H9.5v-2.4h.9c.2 0 .3 0 .4.1.1 0 .2.1.3.2.1.1.1.2.1.3 0 .1 0 .2-.1.3s-.1.2-.3.2c.3.1.4.2.5.3zm-1.4-.4h.8c.1 0 .1-.1.2-.1 0-.1.1-.1.1-.2s0-.2-.1-.2-.1-.1-.2-.1h-.9v.6zm1.2.7c0-.1 0-.2-.1-.2 0-.1-.1-.1-.2-.1h-1v.8h.8c.1 0 .1 0 .2-.1l.1-.1c.2-.1.2-.2.2-.3zm.7-1.3h.3v-.3h-.3v.3zm0 2h.3v-1.7h-.3v1.7zM3.8 9v.4l.1.1v.1c-.1 0-.1 0-.1-.1s-.1-.1-.1-.1V9s0-.1.1-.1h.8v.2h-.1c0 .1.1.1.1.2v.2c0 .1 0 .2-.1.2 0 .1-.1.1-.2.1h-.1s-.1 0-.1-.1v-.2c0-.1 0-.2-.1-.3L3.8 9zM4 9c0 .1 0 .1.1.2v.2c0 .1 0 0 .1 0h.1v-.3L4.2 9H4zm.5-.5H3.3v.1h1.2v-.1zm-1.2-.3h.2v-.1h-.2v.1zm.3 0h.9v-.1h-.9v.1zm.9-.8c0-.1-.1-.1-.1-.1h-.2l-.1.1s0 .1-.1.2v.2h-.2v-.2l.1-.1v-.1c-.1 0-.1 0-.1.1l-.1.1V8s0 .1.1.1H4l.1-.1s0-.1.1-.2c0-.1 0-.1.1-.2h.2V8l-.1.1v.1c.1 0 .2-.1.2-.1 0-.1.1-.1.1-.3-.2-.3-.2-.4-.2-.4zm0-.5h-.9V7h.9v-.1zm-1.1 0h-.2V7h.2v-.1zm1.1-.7c0-.1-.1-.1-.1-.1h-.2l-.1.1s0 .1-.1.2v.2h-.2v-.2l.1-.1v-.1c-.1 0-.1 0-.1.1l-.1.1v.4s0 .1.1.1H4l.1-.1s0-.1.1-.2c0-.1 0-.1.1-.2h.2v.4l-.1.1V7c.1 0 .2-.1.2-.1s.1-.1.1-.3c-.2-.3-.2-.4-.2-.4z"/></svg>
<svg class="tc-image-chat tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.005001068115234 38.00499725341797"><path d="M21.377 0c9.184 0 16.628 4.608 16.628 10.293 0 3.605-2.994 6.777-7.527 8.615.967 1.866 2.663 3.918 4.36 6.502-3.528-1.23-8.803-2.42-11.933-4.867l-1.527.043c-9.183 0-16.628-4.608-16.628-10.293S12.195 0 21.378 0zm3.96 24.545c0 4.81-5.672 8.71-12.669 8.71l-.963-.026c-2.575 2.384-6.15 4.776-10.122 4.776.925-1.85 2.931-3.7 4.124-6.182C2.269 30.265 0 27.587 0 24.545c0-3.041 2.267-5.719 5.703-7.276 2.941 2.899 8.153 4.826 14.091 4.826l1.528-.043c1.12.876 2.516 1.591 4.008 2.204l.007.289z"/></svg>
<svg class="tc-image-chat-bubble tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 0 1.79 0 4v36l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-chat-bubble-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 0 1.79 0 4v36l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H8l-4 4V4h32v24z"/></svg>
<svg class="tc-image-chatbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M76.3 352H229c14.4 0 14.4.1 21.3 5.2S336 416 336 416v-64h3.7c42.2 0 76.3-31.8 76.3-71.4V71.7C416 32.1 381.8 0 339.7 0H76.3C34.2 0 0 32.1 0 71.7v208.9C0 320.2 34.2 352 76.3 352z"/></svg>
<svg class="tc-image-chatbox-working tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M76.3 352H229c14.4 0 14.4.1 21.3 5.2S336 416 336 416v-64h3.7c42.2 0 76.3-31.8 76.3-71.4V71.7C416 32.1 381.8 0 339.7 0H76.3C34.2 0 0 32.1 0 71.7v208.9C0 320.2 34.2 352 76.3 352zm227.8-208c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z"/></svg>
<svg class="tc-image-chatboxes tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M246.1 317.5c-2.6-1.8-7.2-4.5-17.5-4.5H112.5C77.8 313 48 286.9 48 253.8V153h-1.8C19.9 153 0 173.5 0 198.5v128.9c0 25 21.4 40.6 47.7 40.6H64v48l53.1-45c1.9-1.4 5.3-3 13.2-3h89.8c23 0 47.4-11.4 51.9-32l-25.9-18.5z"/><path d="M353 0H135.7C101 0 80 26.8 80 59.8V228c0 33.1 28 60 62.7 60h101.1c10.4 0 15 2.3 17.5 4.2L336 352v-64h17c34.8 0 63-26.9 63-59.9V59.8c0-33-28.2-59.8-63-59.8z"/></svg>
<svg class="tc-image-chatbubble tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 415.9999694824219"><path d="M208 401.4c28.9 0 56.4-5.7 81.3-15.9.6-.3 1.1-.5 1.7-.7.1 0 .2 0 .2-.1 3.5-1.3 7.3-2 11.2-2 4.3 0 8.4.8 12.1 2.4l84 30.9-22.1-88.4c0-5.3 1.5-10.3 3.9-14.6.8-1.3 1.6-2.6 2.5-3.7 20.9-31.3 33-68.5 33-108.4C416 89.9 322.9 0 208 0S0 89.9 0 200.7c0 110.9 93.1 200.7 208 200.7z"/></svg>
<svg class="tc-image-chatbubble-working tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 415.9999694824219"><path d="M208 401.4c28.9 0 56.4-5.7 81.3-15.9.6-.3 1.1-.5 1.7-.7.1 0 .2 0 .2-.1 3.5-1.3 7.3-2 11.2-2 4.3 0 8.4.8 12.1 2.4l84 30.9-22.1-88.4c0-5.3 1.5-10.3 3.9-14.6.8-1.3 1.6-2.6 2.5-3.7 20.9-31.3 33-68.5 33-108.4C416 89.9 322.9 0 208 0S0 89.9 0 200.7c0 110.9 93.1 200.7 208 200.7zM304 176c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z"/></svg>
<svg class="tc-image-chatbubbles tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M25.3 343c1.8 3 2.8 6.4 2.8 10.2L16 416l56.2-22.1c2.7-1.1 5.6-1.7 8.7-1.7 2.8 0 5.5.5 8 1.4h.2c.4.2.8.3 1.2.5 17.8 7.3 37.4 11.4 57.9 11.4 46.3 0 87.6-20.5 114.8-52.6-14.1 3.6-28.9 5.7-44.1 5.7-95.9 0-173.7-75-173.7-167.5 0-11.8 1.3-23.2 3.7-34.3C18.9 182.9 0 220.6 0 262.6c0 28.4 8.6 55.2 23.5 77.5.6.8 1.2 1.9 1.8 2.9z"/><path d="M242.3 0c-83.7 0-153.6 57.2-170 133.2-2.4 11.1-3.7 22.5-3.7 34.3C68.6 260 146.3 335 242.3 335c15.3 0 30-2.1 44.1-5.7 8.1-2.1 16.1-4.5 23.8-7.6.5-.2.9-.4 1.4-.6.1 0 .2 0 .2-.1 2.9-1.1 6.1-1.7 9.3-1.7 3.6 0 7 .7 10.1 2l68.6 25.8-17-73.8c0-4.4 1.2-8.6 3.3-12.2.6-1.1 1.4-2.1 2.1-3.1 17.4-26.1 27.5-57.2 27.5-90.5C416 75 338.3 0 242.3 0z"/></svg>
<svg class="tc-image-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 31.666000366210938"><path d="M4.75 11.083l11.083 11.083L33.25 0 38 4.75 15.833 31.666 0 15.833l4.75-4.75z"/></svg>
<svg class="tc-image-check_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm362 64q0 45 31 77l314 313q29 32 77 32 45 0 77-32l645-645q32-32 32-77t-32-76-77-31-77 31l-568 568-237-236q-31-32-76.5-32T393 948q-31 31-31 76z"/></svg>
<svg class="tc-image-check-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM14 28L4 18l2.83-2.83L14 22.34 29.17 7.17 32 10 14 28z"/></svg>
<svg class="tc-image-check-box-outline-blank tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 4v28H4V4h28m0-4H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-check-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20c0 11.04 8.95 20 20 20 11.04 0 20-8.96 20-20C40 8.95 31.04 0 20 0zm-4 30L6 20l2.83-2.83L16 24.34 31.17 9.17 34 12 16 30z"/></svg>
<svg class="tc-image-check-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1171 685l-422 422q-19 19-45 19t-45-19L365 813q-19-19-19-45t19-45l102-102q19-19 45-19t45 19l147 147 275-275q19-19 45-19t45 19l102 102q19 19 19 45t-19 45zm141 83q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-check-empty tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M0 0v1200h1200V0H0zm196.875 196.875h806.25v806.25h-806.25v-806.25z" font-size="1353.902" font-style="italic" letter-spacing="0" word-spacing="0" font-family="Serif"/></svg>
<svg class="tc-image-check-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M685 1171l614-614q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19L640 832 429 621q-19-19-45-19t-45 19L237 723q-19 19-19 45t19 45l358 358q19 19 45 19t45-19zm851-883v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-check-square-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1663 1408"><path d="M1408 802v318q0 119-84.5 203.5T1120 1408H288q-119 0-203.5-84.5T0 1120V288Q0 169 84.5 84.5T288 0h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-10 10-23 10-3 0-9-2-23-6-45-6H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V866q0-13 9-22l64-64q10-10 23-10 6 0 12 3 20 8 20 29zm231-489l-814 814q-24 24-57 24t-57-24L281 697q-24-24-24-57t24-57l110-110q24-24 57-24t57 24l263 263 647-647q24-24 57-24t57 24l110 110q24 24 24 57t-24 57z"/></svg>
<svg class="tc-image-check-triangle tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M0 14h13a1 1 0 0 0 1-1V0L0 14zm9.545-1.34c-.121.194-.332.34-.561.34h-.021a.714.714 0 0 1-.566-.289L6.145 9.88a.703.703 0 0 1 .135-.981.7.7 0 0 1 .977.135l1.641 2.018 2.957-4.747a.697.697 0 0 1 1.182.737L9.545 12.66z"/></svg>
<svg class="tc-image-checkbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 74.6679916381836 69.6803970336914"><path d="M74.038 9.251L65.418.63a1.615 1.615 0 0 0-2.282 0L31.987 31.78l-6.07-6.069a1.614 1.614 0 0 0-2.282 0l-8.622 8.622a1.611 1.611 0 0 0 0 2.282l15.782 15.778c.302.302.712.473 1.141.473.019 0 .037-.01.056-.01.016 0 .033.01.05.01a1.61 1.61 0 0 0 1.141-.474l40.855-40.857c.63-.632.63-1.653 0-2.283z"/><path d="M54.022 38.543v21.16H9.978V15.657h31.06l9.979-9.978H5.193v.007c-.023 0-.044-.007-.068-.007a5.118 5.118 0 0 0-5.113 5H0v54h.013A5.111 5.111 0 0 0 5 69.667v.013h54v-.013a5.11 5.11 0 0 0 4.987-4.987H64V28.565l-9.978 9.978z"/></svg>
<svg class="tc-image-checkbox-checked tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14 0H2C.9 0 0 .9 0 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM7 12.414L3.293 8.707l1.414-1.414L7 9.586l4.793-4.793 1.414 1.414L7 12.414z"/></svg>
<svg class="tc-image-checkbox-unchecked tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14 0H2C.9 0 0 .9 0 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 14H2V2h12v12z"/></svg>
<svg class="tc-image-checklist tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12.5"><path d="M15 6.5l-6 6-3-3L7.5 8 9 9.5 13.5 5 15 6.5zM4.7 10.2l.8.8H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L4.7 8.8a.996.996 0 0 0 0 1.41v-.01zM3 2h5V1H3v1zm0 2h5V3H3v1zm0 2h3V5H3v1zM2 7H1v1h1V7zm0-2H1v1h1V5zm0-2H1v1h1V3zm0-2H1v1h1V1z"/></svg>
<svg class="tc-image-checkmark tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.705001831054688 25.875"><path d="M8.222 7.362l6.967 6.571L27.38 0l3.325 2.93-15.12 18.445L4.896 10.687l3.325-3.325zM0 .875h24.5l-3 3H3v19h19v-6.5l3-3.75v13.25H0v-25z"/></svg>
<svg class="tc-image-checkmark-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm114.9 149.1L199.8 327.6c-1.1 1.1-2.9 3.5-5.1 3.5-2.3 0-3.8-1.6-5.1-2.9-1.3-1.3-78.9-75.9-78.9-75.9l-1.5-1.5c-.6-.9-1.1-2-1.1-3.2 0-1.2.5-2.3 1.1-3.2.4-.4.7-.7 1.1-1.2 7.7-8.1 23.3-24.5 24.3-25.5 1.3-1.3 2.4-3 4.8-3 2.5 0 4.1 2.1 5.3 3.3 1.2 1.2 45 43.3 45 43.3l111.3-143c1-.8 2.2-1.4 3.5-1.4 1.3 0 2.5.5 3.5 1.3l30.6 24.1c.8 1 1.3 2.2 1.3 3.5.1 1.3-.4 2.4-1 3.3z"/></svg>
<svg class="tc-image-checkmark-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M0 32V0h32v32H0zM4 4v24h24V4H4zm4.755 1.65L16 12.895l7.245-7.245 3.105 3.105L19.105 16l7.245 7.245-3.105 3.105L16 19.105 8.755 26.35 5.65 23.245 12.895 16 5.65 8.755 8.755 5.65z"/></svg>
<svg class="tc-image-checkmark-pencil tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.86924743652344 48.93499755859375"><path d="M8.304 7.363l6.967 6.57L27.462 0l3.325 2.93-15.12 18.445L4.979 10.687l3.325-3.325zM0 .375h24.75l-2.75 3H3v20h19v-7l3-3.75v13.75H0v-26zm35.854 18.874l7.917 7.916-19 19-7.917-7.916 19-19zm9.42 6.333l-7.837-7.837 3.36-3.36a3.167 3.167 0 0 1 4.478 0l3.358 3.36a3.167 3.167 0 0 1 0 4.478l-3.358 3.359zM14.876 48.935l-.792-.792 2.078-6.63 5.344 5.344-6.63 2.078z"/></svg>
<svg class="tc-image-checkmark-pencil-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 59.04199981689453 26.66699981689453"><path d="M8.138 8.154l6.966 6.571L27.296.792l3.325 2.93L15.5 22.167 4.813 11.479l3.325-3.325zM0 1.667h24.25l-3 3H3v19h19v-6.5l3-4v13.5H0v-25zM31.203 0l13.802.813-5.032 9.876L31.203 0zm10.181 11.407l5.032-9.875 12.626 6.433v12.44l-17.659-8.998z"/></svg>
<svg class="tc-image-checkmark-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 425.39996337890625 395.1000061035156"><path d="M404.2 13.4c-17.3-13.4-41.5-9.3-54.1 9.1L170.2 285.7 71.1 178.4C56.5 161.8 32 161 16.4 176.6.8 192.1 0 218.2 14.7 234.7c0 0 120.4 133.6 137.7 147 17.3 13.4 41.5 9.3 54.1-9.1L412.8 70.9c12.6-18.5 8.7-44.2-8.6-57.5z"/></svg>
<svg class="tc-image-checkmark-thick tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.28799819946289 29.459001541137695"><path d="M10.22 8.946l6.968 6.571L30.963 0l3.325 2.93-16.705 20.029L6.896 12.271l3.325-3.325zM0 .459h28l-4.5 5H5v19h19v-6.5l5-6v17.5H0v-29z"/></svg>
<svg class="tc-image-checkmark-thick-unchecked tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 30"><path d="M0 0h30v30H0V0zm5 5v20h20V5H5z"/></svg>
<svg class="tc-image-checkmark-uncrossed tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M0 32V0h32v32H0zM4 4v24h24V4H4z"/></svg>
<svg class="tc-image-checkmark2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.013999938964844 12.677999496459961"><path d="M6.217 12.678L0 6.559l3.084-3.035 3.133 3.083L12.93 0l3.084 3.035-9.797 9.643zM1.693 6.559l4.524 4.453 8.104-7.976-1.391-1.369-6.713 6.607-3.133-3.083L1.693 6.56z"/></svg>
<svg class="tc-image-chess-bishop tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.34100341796875 44.33399963378906"><path d="M10.507 0h6.334v1.584h-1.584v1.583c.43 0 1.563.585 2.761 1.5L13.352 8.64c-.66.573-.865.465-.552 1.838 1.27.21 1.178-.062 1.838-.636l4.974-3.508c2.264 2.468 3.634 5.79-2.044 7.691l-.097 2.065 6.89 4.494h-6.95c.192 17.9 6.12 14.383 8.93 23.75H1.007c2.81-9.367 8.738-5.85 8.93-23.75h-6.95l6.89-4.494-.097-2.062C0 10.818 12.09 5.23 12.09 3.167V1.584h-1.583V0z"/></svg>
<svg class="tc-image-chess-horse tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.08300018310547 44.33399963378906"><path d="M4.75 44.334c0-5.062 4.66-8.1 6.691-12.35-2.256-3.03-5.108-6.65 2.557-18.725.252-4.55-1.6-2.175-2.915-2.175-3.166 0-7.916 1.583-7.916 1.583C1.583 12.667 0 10.687 0 9.104c0-1.583 4.75-1.187 6.333-2.77C7.917 4.75 12.667 0 15.833 0c1.584 0 0 3.167 1.584 3.167 1.434 0 9.36 12.986 6.14 24.846.34.632.44 1.332.193 2.07-1.583 4.75 3.167 6.334 6.333 14.25H4.75z"/></svg>
<svg class="tc-image-chess-king tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.166000366210938 44.33399963378906"><path d="M2.771 22.167l4.726-2.887.358-4.292-.466-.21C5.277 13.723 4.222 11.611 3.166 9.5h5.938l.132-3.166H6.333V3.167h3.035L9.5 0h3.166l.132 3.167h3.035v3.167H12.93l.132 3.166H19c-1.056 2.111-2.111 4.223-4.223 5.278l-.466.21.358 4.292 4.727 2.887h-4.487l.924 10.688 2.375.395.792 1.584h-3.035l4.618 7.916h1.583v1.584H0V42.75h1.583l4.618-7.916H3.166l.792-1.584 2.375-.395.924-10.688H2.771z"/></svg>
<svg class="tc-image-chess-pawn tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.126998901367188 44.33411407470703"><path d="M.002 44.334c0-7.137 6.729-6.334 7.51-17.417H5.147v-1.583h3.558c.73-3.202 1.588-7.293 1.588-12.667H4.356l5.391-2.685a5.542 5.542 0 1 1 6.633 0l5.392 2.685h-5.937c0 5.374.823 9.465 1.497 12.667h3.649v1.583h-2.487c.903 11.083 7.633 10.28 7.633 17.417H0z"/></svg>
<svg class="tc-image-chess-queen tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 44.72999954223633"><path d="M15.833.001c1.379 0 3.343 1.056 3.778 1.979h7.305l-6.333 7.916.108 5.427 6.225 2.49h-6.49c.356 5.473.686 9.63 1.6 12.833l4.099 1.417h-2.87c3.28 9.868 8.411 9.435 8.411 12.667H0c0-3.232 5.131-2.8 8.41-12.667H5.541l4.098-1.417c.915-3.202 1.245-7.36 1.6-12.833h-6.49l6.226-2.49.108-5.427L4.75 1.98h7.305c.435-.923 2.4-1.98 3.778-1.98z"/></svg>
<svg class="tc-image-chess-rook tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.123001098632812 44.33300018310547"><path d="M3.561 0h3.958l.792 4.75h1.583V0h6.334v4.75h1.583L19.394 0h3.167c0 4.223 0 8.445-3.167 10.556-.384.256-.42.086-.886.28l.886 14.498h4.355v1.583l-2.771.396c0 4.75 5.145 10.687 5.145 17.02H0C0 38 5.145 32.063 5.145 27.313l-2.77-.396v-1.583h4.354l.886-14.498c-.467-.195-.502-.024-.886-.28C3.561 8.445 3.561 4.223 3.561 0z"/></svg>
<svg class="tc-image-chevron_down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1675 1014"><path d="M0 125q0-51 37-88t89-37 88 37l624 622 623-622q37-37 89-37t88 37q37 37 37 88.5t-37 88.5l-800 800L37 214Q0 175 0 125z"/></svg>
<svg class="tc-image-chevron_left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1014 1675"><path d="M0 838L801 37q37-37 88-37 50 0 89 37 36 37 36 89t-36 89L354 838l624 624q36 36 36 88t-36 89q-37 36-89 36t-88-36z"/></svg>
<svg class="tc-image-chevron_right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1015 1675"><path d="M0 1549.5q0-51.5 37-88.5l624-623L37 214Q0 177 0 125.5T37 37t89-37 89 37l800 801-800 800q-39 37-89 37t-89-37q-37-37-37-88.5z"/></svg>
<svg class="tc-image-chevron_up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1673 1014"><path d="M0 888.5Q0 836 37 800L837 0l800 800q36 36 36 88 0 53-36 90-37 36-89 36t-89-36L837 354 214 978q-37 36-89 36t-88-36Q0 941 0 888.5z"/></svg>
<svg class="tc-image-chevron-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 5.5"><path d="M1.5 0L0 1.5l4 4 4-4L6.5 0 4 2.5 1.5 0z"/></svg>
<svg class="tc-image-chevron-circle-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M813 1171l454-454q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19L768 832 461 525q-19-19-45-19t-45 19L269 627q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm723-403q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-chevron-circle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M909 1267l102-102q19-19 19-45t-19-45L704 768l307-307q19-19 19-45t-19-45L909 269q-19-19-45-19t-45 19L365 723q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm627-499q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-chevron-circle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M717 1267l454-454q19-19 19-45t-19-45L717 269q-19-19-45-19t-45 19L525 371q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-chevron-circle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1165 1011l102-102q19-19 19-45t-19-45L813 365q-19-19-45-19t-45 19L269 819q-19 19-19 45t19 45l102 102q19 19 45 19t45-19l307-307 307 307q19 19 45 19t45-19zm371-243q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-chevron-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.5 25.33300018310547"><path d="M14.25 14.645L28.5 0v10.291L14.25 25.333 0 10.291V0l14.25 14.645z"/></svg>
<svg class="tc-image-chevron-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.334999084472656 28.5"><path d="M10.688 14.25l3.167 3.167L25.335 28.5H15.042L0 14.25 15.042 0h10.291L13.856 11.084l-3.167 3.166z"/></svg>
<svg class="tc-image-chevron-left-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12.243000030517578 16.25630760192871"><path d="M9.243 16.254a2.98 2.98 0 0 1-2.122-.879L0 8.254l7.122-7.121C8.255 0 10.232 0 11.365 1.133c.566.566.878 1.32.878 2.121s-.312 1.555-.879 2.122L8.486 8.254l2.878 2.879c.567.566.879 1.32.879 2.121s-.312 1.555-.879 2.122a2.98 2.98 0 0 1-2.121.878zm-6.415-8l5.708 5.707a1.024 1.024 0 0 0 1.414 0c.189-.189.293-.439.293-.707s-.104-.518-.293-.707L5.658 8.254 9.95 3.961c.189-.189.293-.44.293-.707s-.104-.518-.293-.707a1.023 1.023 0 0 0-1.414-.001L2.828 8.254z"/></svg>
<svg class="tc-image-chevron-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.333999633789062 28.5"><path d="M14.646 14.25l-3.166-3.166L0 0h10.293l15.041 14.25L10.293 28.5H.001l11.48-11.083 3.166-3.167z"/></svg>
<svg class="tc-image-chevron-right-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12.243000030517578 16.257490158081055"><path d="M3 16.255a2.98 2.98 0 0 1-2.122-.879C.312 14.81 0 14.056 0 13.255s.312-1.555.879-2.122l2.878-2.878L.879 5.376C.312 4.81 0 4.056 0 3.255S.312 1.7.879 1.133C2.012.001 3.988 0 5.122 1.134l7.121 7.121-7.122 7.121A2.976 2.976 0 0 1 3 16.255zm0-14a.995.995 0 0 0-1 1c0 .267.104.518.293.707l4.292 4.293-4.292 4.293c-.189.189-.293.439-.293.707s.104.518.293.707a1.023 1.023 0 0 0 1.414.001l5.708-5.708-5.708-5.707A.991.991 0 0 0 3 2.255z"/></svg>
<svg class="tc-image-chevron-thin-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 884.1480712890625 477.9530029296875"><path d="M820.148 13.722C834.074 0 856.449 0 870.273 13.722s13.875 35.891 0 49.613l-404.89 400.896c-13.824 13.722-36.198 13.722-50.125 0L10.368 63.335a34.86 34.86 0 0 1 0-49.613C24.243 0 46.669 0 60.493 13.722l379.853 365.619L820.148 13.722z"/></svg>
<svg class="tc-image-chevron-thin-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 477.95294189453125 884.1480102539062"><path d="M464.231 820.148c13.722 13.926 13.722 36.301 0 50.125s-35.89 13.875-49.613 0L13.722 465.383C0 451.559 0 429.185 13.722 415.258l400.896-404.89a34.86 34.86 0 0 1 49.613 0c13.722 13.875 13.722 36.301 0 50.125L98.612 440.346l365.62 379.802z"/></svg>
<svg class="tc-image-chevron-thin-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 477.9530029296875 884.1480712890625"><path d="M379.341 440.397L13.722 60.493C0 46.669 0 24.295 13.722 10.368a34.86 34.86 0 0 1 49.613 0l400.896 404.89c13.722 13.875 13.722 36.301 0 50.125L63.335 870.273c-13.722 13.875-35.89 13.824-49.613 0C0 856.5 0 834.075 13.722 820.148l365.62-379.75z"/></svg>
<svg class="tc-image-chevron-thin-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 884.1480712890625 477.95294189453125"><path d="M64 464.231c-13.926 13.722-36.3 13.722-50.125 0s-13.875-35.891 0-49.613l404.89-400.896C432.589 0 454.963 0 468.89 13.722l404.89 400.896a34.86 34.86 0 0 1 0 49.613c-13.875 13.722-36.3 13.722-50.074 0L443.802 98.612 64 464.231z"/></svg>
<svg class="tc-image-chevron-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 5.5"><path d="M4 0L0 4l1.5 1.5L4 3l2.5 2.5L8 4 4 0z"/></svg>
<svg class="tc-image-chevron-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.499998092651367 25.33300018310547"><path d="M14.25 10.687l-3.167 3.167L0 25.332V15.041L14.25 0 28.5 15.041v10.292L17.416 13.852l-3.166-3.166z"/></svg>
<svg class="tc-image-chevronDown tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 18"><path d="M0 4l15 14L30 4l-4-4-11 10L4 0z"/></svg>
<svg class="tc-image-chevronLeft tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 30"><path d="M14 0l4 4L8 15l10 11-4 4L0 15z"/></svg>
<svg class="tc-image-chevronRight tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 30"><path d="M4 0l14 15L4 30l-4-4 10-11L0 4z"/></svg>
<svg class="tc-image-chevronUp tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 18"><path d="M0 14L15 0l15 14-4 4L15 8 4 18z"/></svg>
<svg class="tc-image-child tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 794.60302734375 1200"><path d="M404.286 0C268.909 0 159.153 110.317 159.153 246.429c0 136.114 109.764 246.47 245.131 246.47 135.375 0 245.09-110.35 245.09-246.47C649.375 110.314 539.659 0 404.285 0zM263.91 287.402h279.367c0 77.145-62.56 139.705-139.704 139.705-77.145 0-139.663-62.56-139.663-139.705zm-52.274 244.336C83.976 534.36 0 617.29 4.76 767.453L4.509 1200h146.944V811.356c1.272-34.026 51.242-45.945 57.673 0V1200h386.133V811.356c1.272-34.026 51.241-45.945 57.673 0V1200h141.671V767.453c-.858-118.72-49.571-236.815-205.58-235.715H211.637z"/></svg>
<svg class="tc-image-child-care tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><g transform="translate(-2 -6)"><circle cx="29" cy="21" r="2.5"/><circle cx="19" cy="21" r="2.5"/><path d="M45.89 25.33c.07-.43.11-.88.11-1.33s-.04-.9-.11-1.33c-.51-3.02-2.72-5.47-5.61-6.34a17.971 17.971 0 0 0-4.39-5.82C32.72 7.71 28.56 6 24 6s-8.72 1.71-11.89 4.51a18.222 18.222 0 0 0-4.39 5.82c-2.89.86-5.1 3.31-5.61 6.34-.07.43-.11.88-.11 1.33s.04.9.11 1.33c.51 3.02 2.72 5.47 5.61 6.34 1.04 2.21 2.53 4.17 4.34 5.78C15.24 40.27 19.41 42 24 42s8.76-1.73 11.94-4.55c1.81-1.61 3.3-3.57 4.34-5.78 2.89-.87 5.1-3.32 5.61-6.34zM38 28c-.2 0-.39-.03-.57-.06-.39 1.33-.98 2.58-1.72 3.72C33.2 35.47 28.89 38 24 38s-9.2-2.53-11.7-6.34a13.85 13.85 0 0 1-1.72-3.72c-.19.03-.38.06-.58.06-2.2 0-4-1.8-4-4s1.8-4 4-4c.2 0 .39.03.57.06.39-1.33.98-2.58 1.72-3.72C14.8 12.53 19.11 10 24 10s9.2 2.53 11.7 6.34a13.85 13.85 0 0 1 1.72 3.72c.19-.03.38-.06.58-.06 2.2 0 4 1.8 4 4s-1.8 4-4 4zm-23 0c1.52 3.53 4.97 6 9 6s7.48-2.47 9-6H15z"/></g></svg>
<svg class="tc-image-child-friendly tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M22 0v16h16c0-8.84-7.16-16-16-16zm12.65 27.78C36.74 25.07 38 21.69 38 18H8.88l-1.9-4H0v4h4.45s3.78 8.14 4.24 8.83C6.49 28.02 5 30.33 5 33c0 3.87 3.13 7 7 7 3.53 0 6.43-2.61 6.92-6h4.16c.49 3.39 3.39 6 6.92 6 3.87 0 7-3.13 7-7 0-2.08-.91-3.94-2.35-5.22zM12 36c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm18 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-chromakey tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm35.158 8.19l-1.032-2.665-3.545 1.43.572-4.005h-3.148l.573 4.006-3.572-1.431L24 8.189l3.88.483-2.736 2.875 2.54 1.703 1.904-3.55 1.9 3.55 2.526-1.703-2.723-2.875 3.867-.483zM14.77 7.15a5.185 5.185 0 1 0 0 10.37 5.185 5.185 0 0 0 0-10.37zM9.585 24.78l-.397 8.974a13.944 13.944 0 0 0 6.1 1.396c1.795 0 3.51-.337 5.087-.952l-.42-9.418c.692.345 2.075 3.11 2.075 3.11s.691 1.038 1.037 5.186l3.11-1.037-1.036-5.185s-2.074-7.76-6.223-7.76h-8.296c-4.148 0-6.222 7.76-6.222 7.76l-1.037 5.185 3.111 1.037c.346-4.148 1.037-5.185 1.037-5.185s1.383-2.766 2.074-3.111z"/></svg>
<svg class="tc-image-chrome tc-image-button" width="22pt" height="22pt" viewBox="0 0 510.9769592285156 512.3400268554688"><path d="M.001 267.776c0-25.6 3.925-52.139 11.776-79.616 7.85-27.477 18.431-52.139 31.743-73.985 21.163-35.498 52.31-63.402 93.44-83.712S220.503 0 264.194 0c44.373 0 86.954 13.909 127.743 41.727 40.79 27.82 71.936 62.209 93.44 103.17 17.066 29.353 25.6 65.876 25.6 109.566 0 51.2-12.118 96.597-36.352 136.192-24.234 39.595-57.002 69.803-98.304 90.624-41.301 20.821-87.381 31.061-138.24 30.72a41857.016 41857.016 0 0 1 31.232-56.065c13.995-25.088 26.539-47.36 37.633-66.815 11.093-19.457 22.1-37.888 33.023-55.296l.513-1.024c1.023-1.707 3.071-4.864 6.143-9.472 3.072-4.608 5.206-7.936 6.4-9.984 1.195-2.048 2.816-4.95 4.864-8.705 2.048-3.754 3.67-7.338 4.864-10.752s2.134-6.997 2.817-10.752c2.047-8.192 3.07-16.384 3.07-24.576 0-27.306-8.19-51.54-24.574-72.703l140.8-41.473c-97.28 0-170.326.171-219.137.513-2.39-.342-6.144-.513-11.264-.513-33.792 0-62.037 12.63-84.736 37.89-22.699 25.258-32.171 54.783-28.416 88.574-.683-3.071-1.024-7.85-1.024-14.336 0-15.018 2.56-28.16 7.68-39.423L43.52 114.175l101.377 174.592c6.485 24.576 20.053 44.63 40.703 60.16 20.651 15.53 43.606 23.296 68.864 23.296 5.803 0 11.435-.512 16.897-1.535L237.569 512c-39.254 0-77.312-12.118-114.177-36.352-36.864-24.235-66.73-54.273-89.6-90.112C11.264 350.719 0 311.466 0 267.776zm159.744-9.728c0-25.941 9.215-48.213 27.647-66.815 18.432-18.603 40.79-27.905 67.072-27.905 26.283 0 48.64 9.302 67.073 27.905 18.431 18.602 27.647 40.874 27.647 66.815 0 26.283-9.3 48.725-27.903 67.328-18.603 18.603-40.875 27.904-66.816 27.904s-48.214-9.301-66.816-27.904c-18.603-18.603-27.904-41.046-27.904-67.328z"/></svg>
<svg class="tc-image-chrome-reader-mode tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 34"><path d="M24 16h14v3H24zm0-5h14v3H24zm0 10h14v3H24zM40 0H4C1.8 0 0 1.8 0 4v26c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 30H22V4h18v26z"/></svg>
<svg class="tc-image-church tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 47.5"><path d="M14.25 14.25L16.625 0h1.584l2.375 14.25H14.25zm7.917 10.291l12.667 12.667-2.375 1.583-15.042-15.833L2.375 38.791 0 37.208l12.667-12.667v-5.145h1.583v-3.959h6.334v3.959h1.583v5.145zm-4.75 2.375l12.667 12.667V47.5h-9.5v-6.334a3.167 3.167 0 0 0-6.334 0V47.5h-9.5v-7.917l12.667-12.667z"/></svg>
<svg class="tc-image-cinema-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 8.000000953674316"><path d="M9 4.5v2a.5.5 0 0 1-1 0 .66.66 0 0 0-.51-.5H7v1.63a.37.37 0 0 1-.37.37H.37A.37.37 0 0 1 0 7.63V4.37A.37.37 0 0 1 .37 4h6.26a.37.37 0 0 1 .37.37V5h.49A.66.66 0 0 0 8 4.5a.5.5 0 0 1 1 0zM1.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-cinema-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10"><path d="M12 5.5v2a.5.5 0 0 1-1 0s.06-.5-1-.5H9v2.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-4A.5.5 0 0 1 .5 5h8a.5.5 0 0 1 .5.5V6h1c1.06 0 1-.5 1-.5a.5.5 0 0 1 1 0zM2 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm4.5-4a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm0 4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/></svg>
<svg class="tc-image-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><circle cx="256" cy="256" r="256"/></svg>
<svg class="tc-image-circle-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M9 4.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0z"/></svg>
<svg class="tc-image-circle-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000000953674316 13.000000953674316"><path d="M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>
<svg class="tc-image-circle-arrow-down tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M1200 600C1200 268.64 931.36 0 600 0S0 268.64 0 600s268.64 600 600 600 600-268.64 600-600zm-297.14-66.656L600 987.656 297.14 533.344h163.184V212.32h279.352v321.024h163.183z"/></svg>
<svg class="tc-image-circle-arrow-left tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 1200c331.36 0 600-268.64 600-600S931.36 0 600 0 0 268.64 0 600s268.64 600 600 600zm66.656-297.14L212.32 600l454.336-302.86v163.184H987.68v279.352H666.656v163.183z"/></svg>
<svg class="tc-image-circle-arrow-right tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.635 0 0 268.635 0 600s268.635 600 600 600 600-268.635 600-600S931.365 0 600 0zm-66.648 297.144L987.667 600 533.352 902.856V739.678h-321.02v-279.34h321.02V297.16z"/></svg>
<svg class="tc-image-circle-arrow-up tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M1200 600c0 331.36-268.64 600-600 600S0 931.36 0 600 268.64 0 600 0s600 268.64 600 600zm-297.14 66.633L600 212.32 297.14 666.633h163.184v321.023h279.352V666.633h163.183z"/></svg>
<svg class="tc-image-circle-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm2 1.78l.72.72L3.5 5.72 1.78 4l.72-.72 1 1L6 1.78z"/></svg>
<svg class="tc-image-circle-decline tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 38c10.493 0 19-8.507 19-19S29.493 0 19 0 0 8.507 0 19s8.507 19 19 19zm13-11h-9l3.086-3.086-5.51-5.51-5.076 5.075L5 12.98l2.828-2.828 7.672 7.671 5.075-5.075 8.34 8.339L32 18v9z"/></svg>
<svg class="tc-image-circle-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000001907348633 16"><path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zM1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0z"/><path d="M4.957 5.543L3.543 6.957 8 11.414l4.457-4.457-1.414-1.414L8 8.586z"/></svg>
<svg class="tc-image-circle-growth tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm13 11h-9l3.086 3.086-5.51 5.51-5.076-5.075L5 25.02l2.828 2.828 7.672-7.671 5.075 5.075 8.34-8.339L32 20v-9z"/></svg>
<svg class="tc-image-circle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13z"/><path d="M10.457 4.957L9.043 3.543 4.586 8l4.457 4.457 1.414-1.414L7.414 8z"/></svg>
<svg class="tc-image-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M768 224q-148 0-273 73T297 495t-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73zm768 544q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-circle-o-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm22 695l258-257q9-10 9-23t-9-23q-10-9-23-9t-23 9L511 627 278 394q-10-10-23-10t-23 10q-9 9-9 22t9 23l256 256q10 9 23 9t23-9z"/></svg>
<svg class="tc-image-circle-o-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM330 490l257-258q10-9 23-9t23 9q9 9 9 22.5t-9 22.5L398 513l234 233q9 9 9 22.5t-9 22.5q-10 10-23 10t-23-10L330 535q-9-9-9-22.5t9-22.5z"/></svg>
<svg class="tc-image-circle-o-notch tc-image-button" width="22pt" height="22pt" viewBox="0 0 1728 1719"><path d="M1728 855q0 176-68.5 336t-184 275.5-275.5 184-336 68.5-336-68.5-275.5-184-184-275.5T0 855q0-213 97-398.5T362 151 736 0v228q-221 45-366.5 221T224 855q0 130 51 248.5t136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5q0-230-145.5-406T992 228V0q206 31 374 151t265 305.5 97 398.5z"/></svg>
<svg class="tc-image-circle-o-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm182 490L438 232q-10-9-23-9t-23 9q-9 9-9 22.5t9 22.5l235 236-234 233q-9 9-9 22.5t9 22.5q10 10 23 10t23-10l256-256q9-9 9-22.5T694 490z"/></svg>
<svg class="tc-image-circle-o-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm22 330l258 256q9 10 9 23t-9 23q-10 9-23 9t-23-9L511 397 278 631q-10 9-23 9t-23-9q-9-10-9-23t9-22l256-256q10-10 23-10t23 10z"/></svg>
<svg class="tc-image-circle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13z"/><path d="M5.543 11.043l1.414 1.414L11.414 8 6.957 3.543 5.543 4.957 8.586 8z"/></svg>
<svg class="tc-image-circle-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 0C3.14 0 0 3.14 0 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 0 1 1.3 7c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z"/></svg>
<svg class="tc-image-circle-stroked-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M5.5 0a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm0 1.222a4.278 4.278 0 1 0 0 8.556 4.278 4.278 0 0 0 0-8.556z"/></svg>
<svg class="tc-image-circle-stroked-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 1 0 15 7.5 7.5 0 0 1 0-15zm0 1.667a5.833 5.833 0 1 0 0 11.666 5.833 5.833 0 0 0 0-11.666z"/></svg>
<svg class="tc-image-circle-thin tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M768 128q-130 0-248.5 51t-204 136.5-136.5 204T128 768t51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5-51-248.5-136.5-204-204-136.5T768 128zm768 640q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-circle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000001907348633 16"><path d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8zm14.5 0a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="M11.043 10.457l1.414-1.414L8 4.586 3.543 9.043l1.414 1.414L8 7.414z"/></svg>
<svg class="tc-image-circle-x tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM2.5 1.78L4 3.28l1.5-1.5.72.72L4.72 4l1.5 1.5-.72.72L4 4.72l-1.5 1.5-.72-.72L3.28 4l-1.5-1.5.72-.72z"/></svg>
<svg class="tc-image-circleci tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.760000228881836 16.434484481811523"><path fill-rule="nonzero" d="M5.856 8a1.904 1.904 0 1 1 3.807-.001A1.904 1.904 0 0 1 5.856 8zM7.76 0C4.024 0 .896 2.56.008 6.016 0 6.04 0 6.064 0 6.096c0 .208.168.384.384.384h3.224a.369.369 0 0 0 .344-.224A4.2 4.2 0 0 1 7.76 3.808 4.196 4.196 0 0 1 11.952 8a4.196 4.196 0 0 1-4.192 4.192c-1.688 0-3.144-1-3.808-2.448a.39.39 0 0 0-.344-.224H.384A.384.384 0 0 0 0 9.904c0 .024.008.048.008.08A8.002 8.002 0 0 0 15.76 8c0-4.416-3.584-8-8-8z"/></svg>
<svg class="tc-image-circuit-board tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M3 4c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 6c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-10H5v2.17c.36.19.64.47.83.83h2.34c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H5.83c-.42.8-1.33 1.28-2.34 1.03-.73-.17-1.34-.78-1.52-1.52C1.72 3.49 2.2 2.59 3 2.17V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1l5-5h2.17c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H6.99L4 14h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"/></svg>
<svg class="tc-image-cirrus tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.3399047851562 512"><path d="M597.34 0c-65.587 0-125.379 24.688-170.67 65.239C381.38 24.689 321.587 0 256 0 114.617 0 0 114.616 0 256s114.617 256 256 256c65.577 0 125.368-24.688 170.67-65.239C471.962 487.311 531.753 512 597.34 512c141.384 0 256-114.616 256-256S738.724 0 597.34 0zm-83.773 184.115l.082.112c-.47.441-.942.891-1.423 1.331.461-.491.901-.962 1.341-1.444zm-254.853 44.473c-9.226-3.543-18.8-5.253-28.662-4.874-6.738.256-13.332 1.628-19.385 4.782-4.976 2.59-9.738 5.499-12.995 10.281l.062-.041c-.256.276-.522.542-.778.819l.082-.061c-.297.246-.604.482-.9.727-5.14 5.519-7.978 12.247-9.196 19.497-.87 5.243-1.127 10.681-.829 15.995.4 6.922 4.281 12.288 9.442 16.702 5.294 4.526 11.735 6.226 18.401 7.301 11.09 1.782 21.494-.758 31.601-5.069 1.772-.758 3.543-1.526 5.714-2.468-.307 1.874-.48 3.41-.819 4.894-1.423 6.277-3.01 12.524-4.28 18.832-.564 2.785-1.803 4.322-4.68 4.536-.953.072-1.875.512-2.807.788-2.745.553-5.478 1.157-8.223 1.659-13.732 2.499-27.392 2.478-40.96-1.126-23.962-6.37-38.636-23.972-39.926-48.414-.88-16.743 3.768-31.949 13.701-45.507 4.434-5.181 9.134-10.066 14.777-14.008 8.54-5.98 18.094-9.482 28.18-11.571 9.697-2.007 19.527-2.786 29.43-2.14 10.824.717 21.514 2.274 32.041 4.966 2.468.625 2.53.655 1.997 3.062a2612.14 2612.14 0 0 1-4.639 20.265c-.164.696-.502 1.351-.768 2.058-1.945-.666-3.769-1.27-5.58-1.884zm60.611.818c-2.274 10.578-4.587 21.136-6.84 31.714-3.77 17.715-7.507 35.43-11.265 53.145-.502 2.375-1.003 4.751-1.495 7.137-.543 2.622-.543 2.673-3.369 2.673-8.909-.01-17.817-.072-26.726-.082-1.209 0-2.416.154-3.625.236-2.079-.062-1.474-1.403-1.229-2.57 3.738-17.49 7.506-34.97 11.213-52.47 2.396-11.305 4.731-22.631 7.086-33.956.42-1.874.85-3.748 1.26-5.622.543-2.488.533-2.55 3.072-2.56 6.594-.03 13.18-.01 19.774-.01 3.42 0 6.83-.03 10.25.02 2.171.03 2.345.266 1.894 2.345zm78.152 23.788c-.594-.123-1.188-.195-1.782-.286-8.489-1.403-14.807 2.232-19.938 8.612-1.372 2.12-3.05 4.096-4.045 6.38-4.188 9.646-6.707 19.824-8.858 30.085-1.567 7.495-2.99 15.022-4.495 22.538-.123.594-.46 1.168-.49 1.762-.083 1.495-.963 1.721-2.213 1.71-1.833-.02-3.656.082-5.488.133h-28.57c.072-.983.041-1.475.144-1.936 1.782-7.957 3.615-15.913 5.376-23.87 3.646-16.394 7.301-32.788 10.854-49.203 1.055-4.844 1.813-9.738 2.714-14.613.307-1.802.656-3.594.901-5.397.195-1.475.891-2.089 2.406-2.078 9.288.041 18.565.051 27.853-.01 1.66-.01 2.202.666 2.017 2.171-.307 2.53-.604 5.069-.983 7.588-.195 1.3-.533 2.57-.9 4.28 1.75-.492 2.436-1.628 3.266-2.519 3.43-3.686 7.106-7.065 11.725-9.237 7.762-3.635 15.872-4.035 24.514-2.662-1.762 4.393-3.43 8.56-5.11 12.718-1.557 3.84-3.113 7.67-4.68 11.51-1.198 2.949-1.198 2.939-4.219 2.325zm83.353-2.498c-1.28 3.093-1.29 3.082-4.813 2.284-.348-.082-.727-.041-1.086-.051-8.919-1.485-15.41 2.417-20.572 9.267-1.168 1.813-2.63 3.492-3.46 5.447-4.548 10.68-7.27 21.904-9.586 33.239-1.423 7.024-2.96 14.029-4.26 21.074-.317 1.741-1.014 2.202-2.62 2.16-1.69-.041-3.39.154-5.09.246l-1.23-.123c-2.406-.082-4.813-.256-7.219-.236-6.4.041-12.79.154-19.19.236-1.843-.379-.962-1.669-.758-2.581 2.038-9.144 4.137-18.288 6.226-27.423 4.516-19.814 9.32-39.577 12.615-59.648.327-1.915.768-3.82.952-5.755.133-1.475.88-1.802 2.161-1.792 3.051.041 6.103.01 9.154.01 5.98 0 11.961-.01 17.951.01 3.144.01 3.256.041 3.01 3.287-.164 2.171-.778 4.301-1.096 6.462-.205 1.382-.215 2.806-.317 4.198 1.833-1.751 3.676-3.482 5.49-5.253 5.897-5.775 12.86-9.196 21.176-9.502 3.973-.143 7.966-.02 12.432-.02-1.485 3.779-2.734 7.035-4.045 10.27-1.925 4.731-3.88 9.462-5.827 14.192zm115.262 38.83c-1.72 7.824-3.399 15.657-4.976 23.501-.522 2.611-.625 5.315-.983 7.966-.369 2.806-.594 2.949-3.43 3.031-1.342.041-2.674.144-4.015.226-8.489-.051-16.978-.113-25.774-.174.88-5.305 1.69-10.189 2.54-15.37-3.677 3.154-7.077 6.052-10.446 9.001-.164.144-.01.655.01.993.041 0 .082.01.123.01h-.123v-.01c-.194-.02-.389-.03-.573-.041l-3.03 2.171c-1.035.277-2.15.399-3.103.86-8.6 4.096-17.715 5.356-27.064 4.413-11.008-1.116-19.2-6.625-23.94-16.784-3.862-8.264-4.035-17.049-2.602-25.794 1.597-9.718 3.81-19.344 5.765-29l3.902-19.251c.788-2.703 1.587-5.417 2.375-8.12l28.958.092c.86 0 1.71-.03 2.57.01 2.16.082 2.55.532 2.1 2.683-1.209 5.703-2.458 11.387-3.698 17.09-2.58 11.868-5.294 23.705-7.71 35.604-2.069 10.199 4.484 15.033 12.257 15.647 5.15.409 10.2.072 14.663-2.99 1.475-1.045 3.082-1.956 4.413-3.164 5.13-4.68 7.966-10.67 9.543-17.326a840.596 840.596 0 0 0 3.37-14.951c1.791-8.192 3.552-16.384 5.324-24.586.37-1.403.768-2.796 1.106-4.198.932-3.799.922-3.809 4.711-3.809h22.722c2.202 0 4.403.03 6.595-.01 1.618-.03 2.12.532 1.71 2.222-1.106 4.598-2.018 9.246-3.042 13.865-3.41 15.39-6.86 30.782-10.25 46.192zm103.444-41.37c-.297 1.423-.952 1.792-2.242 1.72-1.454-.082-2.918-.061-4.383-.082-7.875-.952-15.769-1.659-23.696-.911-2.878.276-5.796.891-8.519 1.863-2.795 1.004-4.69 3.082-4.383 6.431-.205 3.001 1.864 4.444 4.116 5.406 4.24 1.822 8.591 3.379 12.933 4.966 5.857 2.14 11.602 4.465 16.394 8.622 4.311 3.737 6.79 8.376 7.66 14.09.634 4.188.306 8.233-.482 12.288-1.32 6.779-4.905 12.114-10.619 16.015-.379.266-.645.707-.962 1.065-.205.215-.409.43-.604.645l.062-.092c-.46.092-.983.082-1.372.286-7.188 3.891-15.012 5.489-23.03 6.482-8.868 1.096-17.766 1.116-26.634.625-8.499-.461-16.967-1.444-25.436-2.263-2.089-.205-2.13-.409-1.689-2.611.778-3.932 1.546-7.875 2.324-11.817.543-1.986 1.086-3.963 1.607-5.959.655-2.509.87-2.683 3.348-2.233 2.98.543 5.94 1.25 8.93 1.71 3.235.491 6.502.798 9.748 1.168 1.925.215 3.861.44 5.796.553 5.601.297 11.172.01 16.63-1.423 1.475-.491 3.042-.798 4.393-1.505 4.976-2.632 4.966-9.575.102-11.725-1.218-.543-2.365-1.28-3.605-1.751-4.208-1.598-8.458-3.092-12.667-4.68-5.028-1.904-9.85-4.219-14.12-7.557-4.875-3.819-8.244-8.56-9.207-14.838-1.065-6.902.287-13.322 3.635-19.374 5.96-8.796 14.736-13.025 24.71-15.472 9.932-2.437 20.028-2.499 30.125-2.202 7.895.236 15.77 1.014 23.654 1.444 1.771.102 1.997.839 1.66 2.314-1.424 6.256-2.868 12.513-4.179 18.8z"/></svg>
<svg class="tc-image-cirrus-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 854.740966796875 511.99798583984375"><path d="M820.9 126.945c-24.014-38.083-55.01-69.089-93.093-93.092C685.495 11.305 642.437 0 598.742 0 540.886 0 489.43 17.654 444.303 52.889c40.9 36.7 67.707 81.121 80.394 133.294h-23.274c-11.315-45.127-35.963-85.33-74.046-120.596-38.082 35.266-62.77 75.469-74.046 120.596h-23.276c12.697-52.163 39.454-96.594 80.394-133.294C365.281 17.653 313.824 0 256 0c-43.735 0-86.743 11.305-129.054 33.853-38.083 24.003-69.12 55.01-93.092 93.092C11.284 166.44 0 209.459 0 255.999s11.274 89.59 33.853 129.054c23.972 38.082 55.01 69.12 93.092 93.092 42.311 22.579 85.33 33.853 129.054 33.853 57.825 0 109.271-17.623 154.45-52.889-36.71-32.43-62.77-73.318-78.285-122.706h23.276c14.07 42.312 38.082 79.012 71.936 110.019 33.853-31.006 57.826-67.707 71.936-110.019h23.275c-15.554 49.388-41.615 90.276-78.285 122.706 45.128 35.267 96.583 52.889 154.44 52.889 43.693 0 86.742-11.274 129.053-33.853 38.082-23.972 69.08-55.01 93.092-93.092 22.528-39.465 33.854-82.514 33.854-129.055s-11.315-89.559-33.843-129.055zM259.142 220.64c-9.236-3.553-18.832-5.263-28.702-4.885-6.748.256-13.353 1.628-19.415 4.793-4.976 2.591-9.748 5.509-13.015 10.302l.062-.041c-.256.276-.522.542-.778.819l.082-.061c-.297.246-.604.482-.9.727-5.152 5.53-7.999 12.268-9.207 19.528-.88 5.243-1.137 10.701-.829 16.016.4 6.933 4.291 12.308 9.462 16.722 5.294 4.526 11.745 6.236 18.432 7.312 11.111 1.782 21.524-.758 31.652-5.079 1.772-.758 3.543-1.536 5.724-2.468-.307 1.884-.48 3.41-.819 4.905-1.423 6.288-3.02 12.544-4.29 18.862-.564 2.796-1.803 4.322-4.69 4.537-.953.072-1.875.522-2.807.788-2.745.563-5.488 1.168-8.243 1.669-13.752 2.509-27.433 2.488-41.03-1.127-24.003-6.38-38.708-24.013-39.988-48.496-.88-16.773 3.78-32.01 13.732-45.578 4.444-5.191 9.154-10.087 14.797-14.039 8.55-5.98 18.125-9.493 28.221-11.591 9.707-2.007 19.568-2.796 29.481-2.14 10.834.717 21.555 2.284 32.092 4.966 2.468.635 2.54.656 1.997 3.062-1.515 6.779-3.082 13.537-4.649 20.306-.164.697-.502 1.351-.778 2.069-1.956-.656-3.779-1.26-5.59-1.874zm60.713.819c-2.274 10.588-4.598 21.177-6.85 31.764-3.78 17.746-7.527 35.492-11.275 53.238-.502 2.386-1.003 4.761-1.495 7.147-.543 2.632-.543 2.683-3.379 2.683-8.919-.01-17.849-.072-26.767-.082-1.209 0-2.427.154-3.635.236-2.079-.062-1.485-1.403-1.229-2.58 3.748-17.52 7.516-35.031 11.233-52.552 2.406-11.325 4.741-22.671 7.106-34.007.42-1.874.85-3.748 1.26-5.632.543-2.498.533-2.55 3.082-2.56 6.605-.031 13.2-.01 19.804-.01 3.42 0 6.851-.031 10.271.02 2.151.02 2.314.246 1.874 2.334zm78.275 23.829c-.594-.123-1.188-.195-1.792-.286-8.51-1.403-14.827 2.243-19.968 8.622-1.372 2.119-3.062 4.106-4.055 6.39-4.199 9.666-6.717 19.856-8.868 30.136-1.567 7.516-3 15.053-4.495 22.579-.123.594-.46 1.168-.49 1.761-.083 1.505-.963 1.731-2.223 1.71-1.833-.021-3.666.082-5.499.144h-28.62c.071-.983.04-1.475.143-1.936 1.792-7.977 3.615-15.933 5.386-23.91 3.646-16.425 7.312-32.84 10.875-49.285 1.055-4.844 1.813-9.758 2.714-14.643.307-1.802.666-3.594.901-5.407.195-1.474.891-2.089 2.416-2.078 9.298.041 18.596.051 27.904-.01 1.66-.01 2.202.666 2.017 2.171-.307 2.54-.604 5.079-.983 7.598-.195 1.3-.533 2.57-.9 4.28 1.75-.492 2.446-1.628 3.276-2.519 3.44-3.686 7.117-7.076 11.745-9.246 7.772-3.645 15.902-4.034 24.555-2.673-1.772 4.403-3.43 8.571-5.12 12.738a3068.99 3068.99 0 0 1-4.69 11.52c-1.198 2.97-1.209 2.97-4.229 2.345zm83.486-2.498c-1.28 3.102-1.29 3.093-4.823 2.284-.348-.082-.727-.041-1.096-.051-8.929-1.495-15.432 2.427-20.603 9.278-1.168 1.813-2.63 3.502-3.46 5.458-4.558 10.701-7.292 21.934-9.596 33.29-1.433 7.035-2.96 14.05-4.26 21.105-.317 1.751-1.014 2.202-2.62 2.16-1.7-.041-3.4.154-5.1.246l-1.24-.123c-2.406-.082-4.823-.256-7.229-.236-6.41.041-12.81.154-19.22.236-1.854-.379-.963-1.68-.759-2.581 2.048-9.165 4.147-18.319 6.236-27.474 4.526-19.856 9.33-39.639 12.636-59.751.327-1.915.768-3.83.952-5.765.144-1.485.88-1.802 2.171-1.792 3.051.041 6.114.01 9.175.01 5.99 0 11.981-.01 17.971.01 3.144.01 3.266.041 3.01 3.298-.164 2.171-.788 4.301-1.096 6.471-.205 1.393-.215 2.806-.317 4.208 1.833-1.751 3.687-3.482 5.5-5.253 5.897-5.786 12.881-9.206 21.206-9.513 3.984-.144 7.977-.02 12.452-.02-1.485 3.789-2.745 7.045-4.045 10.281a2529.336 2529.336 0 0 1-5.847 14.224zm115.456 38.891c-1.72 7.833-3.41 15.678-4.987 23.542-.522 2.621-.625 5.325-.983 7.977-.369 2.816-.594 2.959-3.44 3.041-1.342.041-2.674.144-4.015.226-8.499-.062-16.999-.112-25.815-.174.88-5.314 1.69-10.209 2.55-15.39-3.687 3.164-7.086 6.062-10.455 9.011-.164.144-.01.655.01 1.003.041 0 .082.01.123.01h-.123v-.01c-.194-.01-.389-.03-.573-.041l-3.042 2.181c-1.044.277-2.15.399-3.113.86-8.612 4.106-17.736 5.366-27.115 4.413-11.029-1.116-19.23-6.646-23.982-16.814-3.87-8.284-4.045-17.081-2.6-25.846 1.596-9.738 3.818-19.374 5.774-29.051 1.301-6.43 2.611-12.851 3.912-19.282.798-2.714 1.587-5.427 2.386-8.131l29.01.092c.86 0 1.71-.031 2.57.01 2.171.082 2.55.532 2.1 2.683-1.209 5.714-2.458 11.407-3.698 17.111-2.59 11.888-5.304 23.747-7.72 35.666-2.069 10.209 4.494 15.053 12.277 15.678 5.161.409 10.22.072 14.694-3 1.485-1.045 3.092-1.956 4.413-3.175 5.14-4.69 7.977-10.69 9.554-17.346 1.178-4.976 2.284-9.984 3.38-14.981 1.801-8.202 3.562-16.415 5.334-24.627.37-1.403.768-2.796 1.116-4.208.932-3.81.922-3.81 4.711-3.81h22.764c2.202 0 4.403.031 6.605-.01 1.628-.03 2.12.533 1.71 2.222-1.106 4.608-2.018 9.267-3.042 13.895-3.43 15.422-6.89 30.843-10.29 46.275zm103.62-41.442c-.298 1.423-.953 1.792-2.243 1.72-1.465-.082-2.928-.061-4.383-.082-7.885-.952-15.8-1.669-23.736-.911-2.888.276-5.806.891-8.53 1.874-2.806 1.004-4.7 3.093-4.393 6.441-.205 3 1.874 4.454 4.126 5.417 4.25 1.822 8.612 3.389 12.953 4.976 5.867 2.14 11.622 4.465 16.425 8.633 4.322 3.748 6.8 8.386 7.68 14.111.645 4.198.317 8.253-.48 12.308-1.322 6.789-4.906 12.135-10.64 16.046-.389.266-.645.707-.962 1.075-.205.215-.409.43-.604.645l.062-.092c-.46.092-.983.082-1.372.286-7.209 3.891-15.033 5.499-23.06 6.492-8.879 1.106-17.798 1.116-26.687.635-8.51-.461-16.988-1.444-25.477-2.263-2.099-.205-2.13-.42-1.7-2.611.778-3.942 1.557-7.885 2.324-11.837.543-1.986 1.096-3.973 1.607-5.97.655-2.509.87-2.693 3.348-2.232 2.99.553 5.95 1.25 8.94 1.71 3.235.491 6.512.798 9.768 1.168 1.936.215 3.87.441 5.806.553 5.611.297 11.182.01 16.66-1.423 1.475-.491 3.042-.798 4.403-1.515 4.976-2.642 4.976-9.595.102-11.745-1.229-.543-2.365-1.28-3.615-1.751-4.219-1.597-8.468-3.092-12.688-4.69-5.038-1.904-9.87-4.229-14.14-7.577-4.886-3.83-8.255-8.581-9.227-14.858-1.065-6.912.287-13.343 3.635-19.415 5.97-8.816 14.766-13.046 24.75-15.504 9.953-2.437 20.06-2.498 30.178-2.202 7.905.236 15.79 1.014 23.696 1.454 1.782.102 2.007.839 1.66 2.324-1.434 6.247-2.879 12.514-4.189 18.811z"/></svg>
<svg class="tc-image-cisco tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.06800079345703 6.89016056060791"><path d="M.543 3.562A.544.544 0 0 0 0 4.085v1.209a.546.546 0 0 0 .542.505.55.55 0 0 0 .543-.505V4.085a.541.541 0 0 0-.543-.523zm3.006-1.501a.544.544 0 0 0-.543.523v2.71a.545.545 0 0 0 1.086 0v-2.71a.54.54 0 0 0-.543-.523zM6.539 0c-.14 0-.275.055-.377.152s-.161.23-.166.371v5.861a.546.546 0 0 0 .542.505c.137 0 .27-.052.37-.146s.162-.222.173-.359V.523A.548.548 0 0 0 6.538 0zm3.005 2.061a.544.544 0 0 0-.543.523v2.71a.545.545 0 0 0 1.085 0v-2.71a.54.54 0 0 0-.543-.523zm2.993 1.501a.544.544 0 0 0-.543.523v1.209a.543.543 0 0 0 .543.505c.137 0 .27-.052.37-.146s.162-.222.173-.359V4.085a.546.546 0 0 0-.543-.523zm3.003-1.501a.544.544 0 0 0-.543.523v2.71a.545.545 0 0 0 1.085 0v-2.71a.54.54 0 0 0-.543-.523zM18.53 0a.546.546 0 0 0-.543.523v5.861a.543.543 0 0 0 .543.505.541.541 0 0 0 .542-.505V.523A.548.548 0 0 0 18.529 0zm3.001 2.061a.54.54 0 0 0-.542.523v2.71a.545.545 0 0 0 1.086 0v-2.71a.546.546 0 0 0-.544-.523zm3.37 1.652a.544.544 0 0 0-.752 0 .543.543 0 0 0-.166.371v1.209a.548.548 0 0 0 .542.505c.137 0 .27-.052.37-.146s.162-.222.173-.359V4.084a.544.544 0 0 0-.167-.371z"/></svg>
<svg class="tc-image-city tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.79199981689453"><path d="M25.333 11.875H38v26.917H25.333V11.875zm1.98 5.146v2.771h2.77v-2.77h-2.77zm5.937 0v2.771h2.77v-2.77h-2.77zm-5.938 4.75v2.771h2.771v-2.77h-2.77zm5.938 0v2.771h2.77v-2.77h-2.77zm-5.938 4.75v2.771h2.771v-2.77h-2.77zm5.938 0v2.771h2.77v-2.77h-2.77zm-5.938 4.75v2.771h2.771v-2.77h-2.77zm5.938 0v2.771h2.77v-2.77h-2.77zM4.75 7.125l1.583-3.166h1.584V0H9.5v3.959h3.167V0h1.583v3.959h1.583l1.584 3.166v9.5h2.375L22.167 19v19.792H0V19l2.375-2.375H4.75v-9.5zm1.98 1.98v2.77h2.374v-2.77H6.73zm6.332 0v2.77h2.376v-2.77h-2.376zm-6.333 4.75v2.77h2.375v-2.77H6.73zm6.334 0v2.77h2.374v-2.77h-2.374zm-1.188 7.916h-1.98v2.771h1.98v-2.77zm-6.333 0v2.771h2.375v-2.77H5.542zm11.479 0H14.25v2.771h2.77v-2.77zm-5.146 4.75h-1.98v2.771h1.98v-2.77zm-3.958 0H5.542v2.771h2.375v-2.77zm9.104 0H14.25v2.771h2.77v-2.77zm-5.146 4.75h-1.98v2.771h1.98v-2.77zm-3.958 0H5.542v2.771h2.375v-2.77zm9.104 0H14.25v2.771h2.77v-2.77z"/></svg>
<svg class="tc-image-city-chicago tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 39.58399963378906"><path d="M50.666 39.584v-14.25h-1.583V23.75h-3.167v1.584h-1.583V28.5h-3.167V19h-4.75V6.334h-1.583V0H33.25v4.75h-3.167V0H28.5v6.334h-1.584V28.5H23.75v-3.166H19v6.333h-3.167V15.834h-4.75V19H9.5v9.5H7.916v-1.583H4.75v3.167H0v9.5h50.666z"/></svg>
<svg class="tc-image-city-hall tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 36.60200119018555 48"><path d="M1.743 20.8h3.485v22.4h5.229V24h5.229v19.2h5.228V24h5.23v19.2h5.229V20.8h3.484c.963 0 1.744-.716 1.744-1.6 0-.534-.288-1.004-.727-1.294l.003-.003-.026-.015-.045-.027-16.635-8.609V6.73c3.072 1.412 5.601-1.02 9.585.442V1.601c-3.986-1.462-6.514.968-9.585-.443V.8c0-.443-.389-.8-.871-.8s-.87.357-.87.8v8.452L.795 17.859l-.045.027-.025.017v.003c-.437.29-.724.761-.724 1.294-.001.884.78 1.6 1.742 1.6zm1.742 24.001L0 48h36.602l-3.487-3.199z"/></svg>
<svg class="tc-image-city-sanfrancisco tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 41.16699981689453"><path d="M50.666 41.167V14.25h-4.75v1.583h-1.583v14.25h-3.167v-3.166h-4.717l-.033-3.167-.791-15.042-2.375-.791L30.875 0 28.5 7.917l-2.375.791-.792 15.042v6.333H23.75v-3.166h-6.334v6.333H14.25V17.417h-9.5v12.666H1.583V28.5H0v12.667h50.666z"/></svg>
<svg class="tc-image-city-seattle tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 43.54199981689453"><path d="M50.666 43.542H0v-9.5h4.75v-3.167h3.166v1.583H9.5v-9.5h1.583v-3.166h4.75v15.833H19v-6.333h3.166v-7.917h3.167v11.083h1.928c4.405-6.333.447-19 .447-19h-3.167s0-2.77-1.583-2.77L22.166 9.5l5.938-1.98V5.542h1.121c.686-1.397 1.164-3.204 1.254-5.542h.791s.11 2.844 1.364 5.542h1.011v1.979L39.583 9.5l-.792 1.583s-1.583.792-1.583 2.375h-3.167s-3.958 12.667.448 19h1.927v-7.916h3.167v1.583h1.583v6.333h3.167v4.75h1.583v-1.583h3.167v3.167h1.583v4.75z"/></svg>
<svg class="tc-image-class tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M28 0H4C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM4 4h10v16l-5-3-5 3V4z"/></svg>
<svg class="tc-image-clean tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.58300018310547 39.94999694824219"><path d="M39.583 28.867V39.95H0V28.867h9.9c2.13 1.362 4.78 2.53 7.743 3.325 3.704.992 8.065 1.233 10.982.827v-4.152h10.958zm-2.375 2.375h-2.77v4.75h2.77v-4.75zm-10.465-.01c-2.585.36-5.75-.25-9.032-1.129-5.524-1.48-9.814-4.427-11.195-7.358l6.774-6.774 13.453 5.045v10.216zm-6.453-20.11c.345 0 .684.022 1.015.065L27.005 0l3.066 1.562-5.527 10.847c1.601 1.103 2.63 2.814 2.63 4.736 0 .825-.19 1.611-.533 2.327l-12.226-4.746c1.065-2.122 3.057-3.604 5.876-3.604z"/></svg>
<svg class="tc-image-clear tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.399999618530273 14.199999809265137"><path d="M12 5.4l-2.3-.7.9-3.5c0-.1 0-.3-.1-.4-.1-.1-.2-.2-.3-.2L8 0h-.4c-.1.2-.2.3-.2.4l-1 3.4-2.6-.7h-.4c-.1 0-.2.3-.2.4l-1.4 5C1.5 9.8.2 11.1.2 11.1c-.1.1-.2.3-.1.5 0 .2.2.3.4.4l8.2 2.2h.1c.1 0 .3-.1.4-.2.1-.1 1.3-1.4 1.8-2.8.5-1.3 1.4-5.1 1.4-5.2 0-.3-.2-.5-.4-.6zm-2 5.4c-.4.9-1.1 1.8-1.4 2.3l-1.1-.3c.5-.6 1.1-1.5 1.4-2.5.1-.3-.1-.5-.4-.6-.3-.1-.5.1-.6.4-.3 1.1-1.2 2.1-1.5 2.4l-.9-.2c.5-.6 1.1-1.5 1.3-2.4.1-.3-.1-.5-.4-.6-.3-.1-.5.1-.6.4-.3 1-1.1 2-1.4 2.4l-1-.3c.5-.6 1.1-1.5 1.4-2.4.1-.3-.1-.5-.4-.6-.2-.2-.5 0-.5.2-.3 1-1.1 2-1.5 2.4l-.9-.3c.5-.6 1.1-1.5 1.3-2.4L4 4.1l2.6.7H7c.1 0 .2-.1.3-.2l.9-3.5 1.3.3-.9 3.5c-.1.3.1.5.3.6l2.3.7c-.2 1.1-.8 3.7-1.2 4.6z"/><path d="M3.9 6.5c0 .3.1.5.4.6l5.3 1.5h.1c.2 0 .4-.1.5-.4.1-.3-.1-.5-.3-.6L4.6 6.1c-.3 0-.6.1-.7.4z"/></svg>
<svg class="tc-image-clear-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 20"><path d="M4 12h28V8H4v4zm-4 8h28v-4H0v4zM8 0v4h28V0H8z"/></svg>
<svg class="tc-image-clear-formatting tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.5 16"><path d="M0 14h9v2H0zM14 2H9.273L6.402 13H4.335L7.206 2H3.001V0h11zm.528 14L12.5 13.972 10.472 16l-.972-.972L11.528 13 9.5 10.972l.972-.972 2.028 2.028L14.528 10l.972.972L13.472 13l2.028 2.028z"/></svg>
<svg class="tc-image-clear-inverse tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.93690872192383 28.000003814697266"><path d="M38.985 17.535l-8.95 8.95C28.932 27.59 28 28 26 28H5a5 5 0 0 1-5-5V5a5 5 0 0 1 5-5h21c2 0 2.932.411 4.035 1.515l8.95 8.95a5 5 0 0 1 0 7.07zM9.472 18.95l2.578 2.578 4.95-4.95 4.95 4.95 2.578-2.578-4.95-4.95 4.95-4.95-2.578-2.578-4.95 4.95-4.95-4.95L9.472 9.05l4.95 4.95-4.95 4.95z"/></svg>
<svg class="tc-image-clear-inverse-reflect-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.936912536621094 28.000003814697266"><path d="M1.952 17.535a5 5 0 0 1 0-7.07l8.95-8.95C12.005.41 12.937 0 14.937 0h21a5 5 0 0 1 5 5v18a5 5 0 0 1-5 5h-21c-2 0-2.932-.411-4.035-1.515l-8.95-8.95zm29.513 1.415L26.515 14l4.95-4.95-2.578-2.578-4.95 4.95-4.95-4.95-2.578 2.578 4.95 4.95-4.95 4.95 2.578 2.578 4.95-4.95 4.95 4.95 2.578-2.578z"/></svg>
<svg class="tc-image-clear-reflect-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.936912536621094 28.000003814697266"><path d="M31.465 18.95L26.515 14l4.95-4.95-2.578-2.578-4.95 4.95-4.95-4.95-2.578 2.578 4.95 4.95-4.95 4.95 2.578 2.578 4.95-4.95 4.95 4.95 2.578-2.578zM1.952 17.535l8.95 8.95C12.005 27.59 12.937 28 14.937 28h21a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5h-21c-2 0-2.932.411-4.035 1.515l-8.95 8.95a5 5 0 0 0 0 7.07zM14.937 25c-1 0-1.395-.117-1.914-.636l-8.95-8.95a2 2 0 0 1 0-2.828l8.95-8.95c.519-.518.914-.636 1.914-.636h21a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2h-21z"/></svg>
<svg class="tc-image-click tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.999500274658203 13.584531784057617"><path d="M8.694 13.585l1.346-3.168 3.222 3.02.737-.786-3.223-3.021 3.076-1.548L5.814 5.63l2.88 7.955zM6.59 2.505a.702.702 0 0 1-1.402 0V.702A.7.7 0 0 1 5.89 0a.7.7 0 0 1 .7.7v1.804zm-2.74.579a.702.702 0 0 1-.99.99L1.583 2.8a.7.7 0 1 1 .991-.99L3.85 3.084zm3.825-.265a.703.703 0 0 0 0 .992.703.703 0 0 0 .992 0L9.94 2.536a.7.7 0 0 0 0-.991.699.699 0 0 0-.99 0L7.675 2.819zM2.503 5.263a.701.701 0 1 1 0 1.402L.7 6.664a.7.7 0 1 1 0-1.401h1.803zM3.346 7.7a.7.7 0 0 1 .991.002.7.7 0 0 1 .001.99L3.063 9.967a.7.7 0 1 1-.99-.991L3.345 7.7z"/></svg>
<svg class="tc-image-clickandbuy tc-image-button" width="22pt" height="22pt" viewBox="0 0 640.0530395507812 417.25604248046875"><path d="M259.108 311.066c-12.749 0-22.6 3.187-22.6 3.187-1.818.457-2.873 1.51-2.873 3.192v9.238c0 1.698 1.054 2.906 2.872 2.44 0 0 11.387-2.586 20.327-2.586 8.956 0 12.446 4.245 12.446 12.139v6.08c-1.979-.298-9.408-.921-14.567-.921-16.837 0-26.398 7.74-26.398 23.365 0 15.326 8.661 22.759 23.377 22.759 7.138 0 13.5-2.722 18.363-5.769v1.353c0 1.69 1.212 2.906 2.885 2.906h10.16c1.667 0 2.884-1.221 2.884-2.906v-46.87c-.03-18.202-6.699-27.606-26.875-27.606zm10.15 60.681c-4.394 2.279-9.553 4.104-14.25 4.104-6.682 0-10.01-3.332-10.01-9.118 0-6.524 3.328-10.001 11.53-10.001h12.73v15.014zm87.24-34.897v48.691c0 1.685-1.199 2.88-2.88 2.88H342.7c-1.68 0-2.889-1.212-2.889-2.88V338.36c0-7.125-2.138-11.678-10.172-11.678-4.702 0-9.86 2.134-14.11 4.408v54.451c0 1.685-1.212 2.88-2.885 2.88h-10.93c-1.669 0-2.886-1.212-2.886-2.88v-70.075c0-1.664 1.216-2.875 2.885-2.875h10.168c1.673 0 2.885 1.212 2.885 2.875v2.265c4.403-3.332 10.92-6.664 19.56-6.664 16.553 0 22.173 10.026 22.173 25.784zM212.046 84.822s14.682 14.69 14.682 35.469c0 0 0 20.77-14.682 35.464 0 0-14.707 14.69-35.469 14.69 0 0-20.779 0-35.464-14.69 0 0-14.703-14.686-14.703-35.464 0 0 0-20.779 14.703-35.469 0 0 14.686-14.699 35.464-14.699-.005.005 20.762.005 35.47 14.699zm257.928 226.244c-6.212 0-11.823 1.976-16.384 4.702v-32.166c0-1.651-1.207-2.867-2.867-2.867h-10.948c-1.668 0-2.85 1.238-2.85 2.867v101.944c0 1.69 1.216 2.88 2.85 2.88h27.013c18.812 0 27.776-10.005 27.776-26.551v-24.273c0-16.222-7.753-26.534-24.589-26.534zm7.894 50.369c0 7.582-3.49 12.557-12.595 12.557h-11.678v-44.745c4.105-1.962 8.802-3.49 12.903-3.49 8.346 0 11.384 5.317 11.384 12.894v22.788h-.013zm161.57-45.824l-33.689 98.91c-.615 1.51-1.51 2.735-3.178 2.735h-12.279c-1.68 0-2.893-1.353-2.299-2.867l8.64-25.319-24.094-73.605c-.448-1.51.457-2.875 2.28-2.875h12.005c1.664 0 2.867 1.067 3.323 2.718l15.466 48.094 16.243-48.094c.597-1.506 1.651-2.718 3.332-2.718h11.985c1.813 0 2.88 1.506 2.265 3.021zm-218.312-34.894h-10.927c-1.68 0-2.875 1.229-2.875 2.88v31.543c-4.56-2.253-10.01-4.087-16.247-4.087-16.837 0-24.712 10.325-24.712 26.555v25.796c0 16.214 7.876 26.551 24.712 26.551 6.524 0 12.288-2.419 17.007-5.308v.875c0 1.702 1.225 2.901 2.871 2.901h10.168c1.668 0 2.893-1.212 2.893-2.901V283.595c.005-1.647-1.22-2.88-2.889-2.88zm-13.799 90.889c-4.096 1.967-8.649 3.503-12.753 3.503-8.333 0-11.52-5.337-11.52-12.933v-23.505c0-7.582 3.196-12.889 11.52-12.889 4.091 0 8.65 1.207 12.753 2.889v42.935zm157.777-56.141v70.076c0 1.69-1.207 2.906-2.867 2.906h-10.168c-1.694 0-2.87-1.221-2.87-2.906v-2.253c-4.413 3.324-10.937 6.664-19.598 6.664-16.55 0-22.16-9.997-22.16-25.796v-48.691c0-1.664 1.22-2.875 2.904-2.875h10.914c1.69 0 2.905 1.212 2.905 2.875v47.198c0 7.121 2.112 11.665 10.142 11.665 4.706 0 9.886-2.12 14.12-4.403v-54.459c0-1.664 1.211-2.875 2.87-2.875h10.936c1.647 0 2.871 1.212 2.871 2.875zm-359.7 30.196l20.778 39.88c.76 1.395-.295 2.906-1.979 2.906H211.91c-1.668 0-3.034-1.361-3.798-2.906l-20.625-39.574 18.808-30.498c.921-1.37 2.283-2.875 3.947-2.875h12.293c1.668 0 2.577 1.506 1.668 2.875l-18.799 30.191zM101.62 283.597v10.931c0 1.681-1.212 2.889-2.885 2.889H87.817c-1.668 0-2.885-1.221-2.885-2.889v-10.931c0-1.651 1.221-2.88 2.885-2.88h10.918c1.677 0 2.885 1.233 2.885 2.88zm-56.882 31.868v9.246c0 1.685-1.058 2.59-2.87 2.449 0 0-6.537-.926-12.139-.926-9.856 0-13.056 5.773-13.056 13.961v20.471c0 8.49 3.49 14.131 13.206 14.131 5.918 0 12.13-.918 12.13-.918 1.673-.162 2.731.615 2.731 2.279v9.259c0 1.664-.763 2.739-2.87 3.195 0 0-6.994 1.365-13.207 1.365C10.304 389.977 0 379.972 0 361.143v-21.235c0-18.799 10.172-28.825 28.663-28.825 6.835 0 13.206 1.353 13.206 1.353 1.95.307 2.871 1.365 2.871 3.029zm27.302-31.868v101.944c0 1.685-1.203 2.88-2.88 2.88H58.233c-1.673 0-2.893-1.212-2.893-2.88V283.598c0-1.651 1.22-2.88 2.893-2.88H69.16c1.677 0 2.88 1.233 2.88 2.88zm114.542 0v101.944c0 1.685-1.212 2.88-2.885 2.88h-10.93c-1.669 0-2.873-1.212-2.873-2.88V283.598c0-1.651 1.216-2.88 2.872-2.88h10.931c1.673 0 2.885 1.233 2.885 2.88zm72.41-134.322c-11.11-11.102-11.11-26.761-11.11-26.761 0-15.659 11.11-26.671 11.11-26.671 11.017-11.102 26.76-11.102 26.76-11.102h79.326l-20.677-20.582c-11.008-11.004-11.008-26.569-11.008-26.569 0-15.565 11.008-26.573 11.008-26.573C355.414 0 370.978 0 370.978 0c15.565 0 26.577 11.017 26.577 11.017l85.034 84.937c10.936 11.016 10.936 26.573 10.936 26.573 0 15.557-11.013 26.573-11.013 26.573l-84.94 85.043c-11 10.91-26.578 10.91-26.578 10.91-15.552 0-26.577-10.91-26.577-10.91-11.02-11.012-11.02-26.582-11.02-26.582 0-15.56 11.02-26.577 11.02-26.577l20.663-20.68h-79.313c-15.76-.013-26.777-11.03-26.777-11.03zM101.62 315.465v70.076c0 1.69-1.212 2.906-2.885 2.906H87.817c-1.668 0-2.885-1.221-2.885-2.906v-70.076c0-1.664 1.221-2.875 2.885-2.875h10.918c1.677 0 2.885 1.212 2.885 2.875zm57.651 0v9.246c0 1.685-1.063 2.59-2.875 2.449 0 0-6.519-.926-12.135-.926-9.865 0-13.056 5.773-13.056 13.961v20.471c0 8.49 3.503 14.131 13.205 14.131 5.905 0 12.13-.918 12.13-.918 1.668-.162 2.731.615 2.731 2.279v9.259c0 1.664-.76 2.739-2.875 3.195 0 0-6.976 1.365-13.188 1.365-18.363 0-28.676-10.005-28.676-28.834v-21.235c0-18.799 10.151-28.825 28.676-28.825 6.831 0 13.188 1.353 13.188 1.353 1.967.307 2.875 1.365 2.875 3.029z"/></svg>
<svg class="tc-image-climbing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.04072189331055 48.140682220458984"><path d="M5.473 20.55a5.17 5.17 0 0 0-.52 2.261l.194 12.125L.942 43.96a2.735 2.735 0 0 0-.301.902 2.723 2.723 0 0 0 2.295 3.105 2.724 2.724 0 0 0 2.803-1.386l4.626-9.864c.096-.229.182-.47.217-.734l.025-.372-.036-7.496 7.109 3.092 1.148 7.326a2.725 2.725 0 0 0 2.259 2.106 2.751 2.751 0 0 0 3.118-2.285c.035-.253.035-.506.01-.746l-1.4-8.844a2.762 2.762 0 0 0-1.534-1.962l-6.354-2.812 4.046-7.014 2.007 2.539c.205.228.47.421.772.541l7.648 2.225a2.154 2.154 0 0 0 2.452-1.286 2.15 2.15 0 0 0-1.183-2.803l-.11-.036-6.644-1.949-5.002-5.979a5.071 5.071 0 0 0-2.911-1.541 4.99 4.99 0 0 0-4.972 2.298L5.473 20.55zm21.939 17.384l-.483 3.633-13.156 3.187L13.9 47h32.086a2.046 2.046 0 0 0 2.055-2.043l-.036-43.069L43.609.866l-2.526 11.323-4.223 1.768-3.745 10.441 3.558 7.989-1.002 3.067-8.26 2.48zM18.479 8.157c2.259 0 4.095-1.828 4.095-4.078C22.573 1.83 20.738 0 18.479 0s-4.096 1.83-4.096 4.079c-.001 2.25 1.836 4.078 4.096 4.078zm-8.15.638a1.16 1.16 0 0 0-.434-1.588L7.913 6.052a1.185 1.185 0 0 0-1.607.433L.194 16.989a1.163 1.163 0 0 0 .434 1.588l1.994 1.144a1.169 1.169 0 0 0 1.594-.422L10.33 8.795z"/></svg>
<svg class="tc-image-clip tc-image-button" width="22pt" height="22pt" viewBox="0 0 1080.19189453125 1080.320068359375"><path d="M967.808 112.448C855.36 0 673.024 0 560.513 112.512l-448 448C0 673.024 0 855.36 112.448 967.808s294.784 112.512 407.296 0l94.848-92.16c-51.008-1.152-97.536-17.728-136.96-44.672l-48.448 46.4c-62.528 62.528-163.84 62.528-226.304 0-62.464-62.464-62.464-163.84.064-226.304l448-448c62.528-62.528 163.84-62.528 226.24 0 62.528 62.528 62.592 163.776.064 226.24L654.016 654.08c-18.752 18.752-49.152 18.752-67.904 0s-18.752-49.152 0-67.904L754.688 416c12.48-12.48 12.544-32.768 0-45.248l-45.248-45.248c-12.48-12.48-32.768-12.48-45.248 0L495.616 495.68c-68.736 68.736-68.736 180.16 0 248.896s180.16 68.736 248.896 0l223.232-224.832c112.448-112.448 112.448-294.848.064-407.296z"/></svg>
<svg class="tc-image-clipboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.000003814697266 38"><path d="M0 35V7a3 3 0 0 1 3-3h4s1-.12 1-1.5S9.62 0 11 0h8c1.38 0 2.999 1.618 3 2.998v-.496C22 3.881 23 4 23 4h4a3 3 0 0 1 3 3v28a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3zM9 8h12s-1-1.12-1-2.5A2.5 2.5 0 0 0 17.5 3h-5A2.5 2.5 0 0 0 10 5.5C10 6.88 9 8 9 8z"/></svg>
<svg class="tc-image-clipboard-notes tc-image-button" width="22pt" height="22pt" viewBox="0 0 61.52400207519531 86.24799346923828"><path d="M61.522 10.385h-.019c.001-.049.015-.095.015-.145a5.245 5.245 0 0 0-5.241-5.245c-.04 0-.076.011-.116.012H41.603V1.603c0-.881-.714-1.593-1.593-1.595V0H21.561v.006c-.015 0-.028-.004-.043-.004-.88 0-1.594.713-1.594 1.594l.003.03v3.38H5.262l-.02-.002A5.248 5.248 0 0 0 0 10.247c0 .047.013.09.014.137H0v70.572h.003L0 80.983a5.24 5.24 0 0 0 5.243 5.238c.078 0 .151-.02.229-.023v.021h50.5c.098.005.191.029.29.029a5.24 5.24 0 0 0 5.239-5.238c0-.019-.005-.036-.005-.055h.028v-70.57zM51.583 76.31H9.939V14.934h4.997v3.069c-.002.033-.01.063-.01.097 0 .998.81 1.814 1.814 1.814l.014-.001v.008h28.027a1.815 1.815 0 0 0 1.813-1.813c0-.015-.004-.029-.004-.044v-3.13h4.992V76.31z"/><path d="M19.911 34.244c0-.658-.537-1.195-1.198-1.195-.031 0-.058.015-.088.018v-.018h-2.502a1.2 1.2 0 0 0-1.199 1.197v2.597c0 .656.537 1.193 1.199 1.193h2.503v-.018c.03.002.056.018.086.018.663 0 1.2-.537 1.2-1.193v-2.597h-.001v-.002zm26.681 0c0-.658-.537-1.195-1.198-1.195H26.098a1.2 1.2 0 0 0-1.199 1.197v2.597c0 .656.537 1.193 1.199 1.193h19.295c.663 0 1.2-.537 1.2-1.193v-2.597h-.001v-.002zm-26.681 9.975c0-.658-.537-1.195-1.198-1.195-.031 0-.058.015-.088.018v-.018h-2.502a1.2 1.2 0 0 0-1.199 1.197v2.597c0 .656.537 1.193 1.199 1.193h2.503v-.018c.03.002.056.018.086.018.663 0 1.2-.537 1.2-1.193v-2.597h-.001v-.002zm26.681 0c0-.658-.537-1.195-1.198-1.195H26.098a1.2 1.2 0 0 0-1.199 1.197v2.597c0 .656.537 1.193 1.199 1.193h19.295c.663 0 1.2-.537 1.2-1.193v-2.597h-.001v-.002zm-26.681 9.975c0-.658-.537-1.195-1.198-1.195-.031 0-.058.015-.088.018v-.018h-2.502a1.2 1.2 0 0 0-1.199 1.197v2.597c0 .656.537 1.193 1.199 1.193h2.503v-.018c.03.002.056.018.086.018.663 0 1.2-.537 1.2-1.193v-2.597h-.001v-.002zm26.681 0c0-.658-.537-1.195-1.198-1.195H26.098a1.2 1.2 0 0 0-1.199 1.197v2.597c0 .656.537 1.193 1.199 1.193h19.295c.663 0 1.2-.537 1.2-1.193v-2.597h-.001v-.002z"/></svg>
<svg class="tc-image-clipboard-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.000003814697266 38"><path d="M0 35V7a3 3 0 0 1 3-3h4.5s1-.12 1-1.5 1.62-2.5 3-2.5h7c1.38 0 3 1.12 3 2.5s1 1.5 1 1.5H27a3 3 0 0 1 3 3v28a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3zM13 3a2.5 2.5 0 0 0-2.5 2.5c0 1.38-1 2.5-1 2.5h11s-1-1.12-1-2.5A2.5 2.5 0 0 0 17 3h-4zm-7.5 8L7 7H3v28h24V7h-4l1.5 4h-19z"/></svg>
<svg class="tc-image-clipboard-paper-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.000003814697266 38"><path d="M0 35V7a3 3 0 0 1 3-3h4.5s1-.12 1-1.5 1.62-2.5 3-2.5h7c1.38 0 3 1.12 3 2.5s1 1.5 1 1.5H27a3 3 0 0 1 3 3v28a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3zM13 3a2.5 2.5 0 0 0-2.5 2.5c0 1.38-1 2.5-1 2.5h11s-1-1.12-1-2.5A2.5 2.5 0 0 0 17 3h-4zm-7.5 8L7 7H3v28h24V7h-4l1.5 4h-19zm.353 14.29l-.659-.717a.47.47 0 0 1 .026-.666l1.915-1.778a.47.47 0 0 1 .664.024l5.257 5.66 9.041-11.634A.477.477 0 0 1 22.47 16l.29.099 2.064 1.603a.476.476 0 0 1 .085.66L13.29 33.3l-7.437-8.01z"/></svg>
<svg class="tc-image-clipboard-paste tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.000003814697266 43"><path d="M14 43a3 3 0 0 1-3-3v-3H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h3.5s1-.12 1-1.5S9.12 0 10.5 0h8c1.38 0 2.999 1.618 3 2.998v-.496c0 1.379 1 1.498 1 1.498H26a3 3 0 0 1 3 3v7l7 7v19a3 3 0 0 1-3 3H14zm0-29v26h19V26H22V14h-8zm19 9l-8-8v8h8zM8.5 8h12s-1-1.12-1-2.5A2.5 2.5 0 0 0 17 3h-5a2.5 2.5 0 0 0-2.5 2.5c0 1.38-1 2.5-1 2.5z"/></svg>
<svg class="tc-image-clipboard-pencil tc-image-button" width="22pt" height="22pt" viewBox="0 0 76.77375793457031 86.24799346923828"><path d="M76.296 36.17l-8.253-8.25a1.227 1.227 0 0 0-1.738 0L43.722 50.5l.045.045-.072-.02-3.091 11.534.009.002a1.21 1.21 0 0 0 1.669 1.486l.002.009 11.415-3.059-.007-.027.019.019 22.584-22.583a1.23 1.23 0 0 0 .001-1.736zM44.362 59.822l1.836-6.846 5.012 5.012-6.848 1.834z"/><path d="M60.294 66.355h-7.485a1.23 1.23 0 0 0-1.228 1.229l.002.012v8.715H9.939V14.934h4.997v3.069c-.002.033-.01.063-.01.097 0 .998.81 1.814 1.814 1.814l.014-.001v.008h28.027a1.815 1.815 0 0 0 1.813-1.813c0-.015-.004-.029-.004-.044v-3.13h4.992v8.718l-.002.012a1.227 1.227 0 0 0 1.228 1.229h7.485a1.229 1.229 0 0 0 1.228-1.228v-13.28h-.019c.001-.049.015-.095.015-.145a5.245 5.245 0 0 0-5.241-5.245c-.04 0-.076.011-.116.012H41.603V1.603c0-.881-.714-1.593-1.593-1.595V0H21.56v.006c-.015 0-.028-.004-.043-.004-.88 0-1.594.713-1.594 1.594l.003.03v3.38H5.262l-.02-.002A5.248 5.248 0 0 0 0 10.247c0 .047.013.09.014.137H0v70.572h.003L0 80.983a5.24 5.24 0 0 0 5.243 5.238c.078 0 .151-.02.229-.023v.021h50.5c.098.005.191.029.29.029a5.24 5.24 0 0 0 5.239-5.238c0-.019-.005-.036-.005-.055h.028V67.583a1.229 1.229 0 0 0-1.23-1.228z"/></svg>
<svg class="tc-image-clipboard-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 41.16699981689453"><path d="M15.917 0c2.186 0 4.333 1.98 4.333 4.167l-.25 1h12v36H0v-36h12l-.25-1C11.75 1.981 13.73 0 15.917 0zM29 8.167h-5.5l2 4h-19l2-4H3v30h26v-30zM15.917 2.375c-.875 0-1.917.668-1.917 1.542 0 .288.365 1.017.5 1.25h3c.135-.233.5-.962.5-1.25 0-.874-1.209-1.542-2.083-1.542z"/></svg>
<svg class="tc-image-clipboard-variant-edit tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.09300231933594 41.1670036315918"><path d="M8.483 18.097l11.695 11.694L15.87 34.1 4.175 22.405l4.309-4.308zm-5.23 3.385L.79 19.507c-.79-.79-.482-2.467.308-3.257l1.23-1.23c.79-.79 2.289-1.098 3.078-.308l2.155 2.462-4.309 4.308zm18.782 15.08l-5.242-1.539 4.308-4.309 1.44 5.342-.506.506zM26.01 0c2.186 0 4.333 1.98 4.333 4.167l-.25 1h12v36h-32v-9.25l3 3v3.25h26v-30h-5.5l2 4h-19l2-4h-5.5v11.5l-3-3.5v-11h12l-.25-1C21.843 1.981 23.823 0 26.01 0zm0 2.375c-.875 0-1.917.668-1.917 1.542 0 .288.365 1.017.5 1.25h3c.135-.233.5-.962.5-1.25 0-.874-1.209-1.542-2.083-1.542z"/></svg>
<svg class="tc-image-clipboard-variant-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 41.16699981689453"><path d="M15.417 0C17.603 0 20 1.98 20 4.167v1h11v12h-3v-9h-5l2 4H6l2-4H3v30h28v3H0v-36h11v-1C11 1.981 13.23 0 15.417 0zm0 2.375c-.875 0-1.917.668-1.917 1.542 0 .288.365 1.017.5 1.25h3c.135-.233.5-.962.5-1.25 0-.875-1.209-1.542-2.083-1.542zM38 37.167H16v-19h17l5 5v14zm-20-17v15h18v-10h-5v-5H18zm15 1v2h2l-2-2zm-13 1h9v2h-9v-2zm0 3h9v2h-9v-2zm0 3h15v2H20v-2zm0 3h15v2H20v-2z"/></svg>
<svg class="tc-image-clippy tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M2 12h4v1H2v-1zm5-6H2v1h5V6zm2 3V7l-3 3 3 3v-2h5V9H9zM4.5 8H2v1h2.5V8zM2 11h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V5H1v9h10v-2zM2 4h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z"/></svg>
<svg class="tc-image-clock tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.701995849609375 34.83518981933594"><path d="M17.851 3.168c8.745 0 15.833 7.09 15.833 15.833 0 8.745-7.088 15.834-15.833 15.834-8.744 0-15.833-7.09-15.833-15.834S9.106 3.168 17.851 3.168zm0 3.958c-6.558 0-11.875 5.317-11.875 11.875 0 6.56 5.317 11.875 11.875 11.875s11.875-5.316 11.875-11.875c0-6.558-5.317-11.875-11.875-11.875zm-.396 3.167c.875 0 1.584.71 1.584 1.583v5.938h5.937c.874 0 1.583.71 1.583 1.583v.792c0 .874-.709 1.583-1.583 1.583h-7.125c-.792-.132-1.583-.264-2.045-.725-.462-.462-.594-1.254-.726-2.046v-7.125c0-.874.709-1.583 1.584-1.583h.791zM28.935.001a6.333 6.333 0 0 1 4.923 10.317 18.272 18.272 0 0 0-9.525-8.336 6.315 6.315 0 0 1 4.6-1.98zm-22.167 0c1.811 0 3.445.76 4.6 1.98a18.272 18.272 0 0 0-9.525 8.336A6.333 6.333 0 0 1 6.768.001z"/></svg>
<svg class="tc-image-clock-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm254 544q0 13-9 22.5t-23 9.5H544q-13 0-22.5-9.5T512 544V225q0-13 9.5-22.5T544 193t22.5 9.5T576 225v287h158q14 0 23 9.5t9 22.5z"/></svg>
<svg class="tc-image-clock-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm222 512H576V225q0-13-9.5-22.5T544 193t-22.5 9.5T512 225v319q0 13 9.5 22.5T544 576h190q14 0 23-9.5t9-22.5-9-22.5-23-9.5z"/></svg>
<svg class="tc-image-clock-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M896 416v448q0 14-9 23t-23 9H544q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224V416q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-clock2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm2.293 11.707L7 8.414V4h2v3.586l2.707 2.707-1.414 1.414z"/></svg>
<svg class="tc-image-clocks tc-image-button" width="22pt" height="22pt" viewBox="0 0 100 100"><g transform="translate(-.001)"><circle cx="50.001" cy="50" r="50" fill="#223447"/><path fill="#fff" d="M50 10c22.093 0 40 17.909 40 40S72.094 90 50 90c-22.091 0-40-17.909-40-40s17.91-40 40-40z"/><path fill="#DAD9D9" d="M50 10.015c-11.806 0-22.413 5.119-29.733 13.254C27.352 16.896 36.723 13.015 47 13.015c22.085 0 39.986 17.902 39.986 39.985 0 10.277-3.881 19.646-10.254 26.729C84.871 72.41 89.988 61.805 89.988 50c0-22.083-17.902-39.985-39.988-39.985z"/><path fill="#223447" d="M73 46a4 4 0 0 1 0 8H54a4 4 0 0 1 0-8h19z"/><path fill="#223447" d="M28.775 28.781c1.173-1.17 2.987-1.26 4.254.006L50 45.757c1.265 1.265 1.18 3.066.008 4.235-1.173 1.17-2.983 1.273-4.25.008L28.786 33.03c-1.267-1.266-1.184-3.08-.012-4.249z"/><path fill="#223447" d="M46 43.1a7.998 7.998 0 1 1-2.928 10.923A7.997 7.997 0 0 1 46 43.1z"/><path fill="#E44D41" d="M30.201 66.97a2 2 0 0 0 2.828 2.829l18.385-18.385a2 2 0 0 0-2.828-2.828L30.2 66.97z"/></g></svg>
<svg class="tc-image-clojure tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.477001190185547 22.47800064086914"><path d="M11.238 0C5.041 0 0 5.042 0 11.239s5.042 11.239 11.238 11.239c6.197 0 11.239-5.042 11.239-11.239S17.435 0 11.238 0zm0 1.082c5.609 0 10.156 4.548 10.156 10.157 0 .439-.031.871-.085 1.295-.276 1.099-.774 1.832-1.368 2.333-.912.767-2.127 1.015-3.252 1.014a7.978 7.978 0 0 1-.918-.051 6.452 6.452 0 0 0-7.13-10.497 4.411 4.411 0 0 0-.31-.197c-.445-.25-1.373-.616-2.554-.62a5.151 5.151 0 0 0-2.793.81 10.142 10.142 0 0 1 8.254-4.242zM9.464 14.917c.165-.72.617-1.845 1.024-2.769.115-.262.227-.508.328-.726.637 2.268 1.04 3.617 1.762 4.537.108.137.228.259.353.374a5.382 5.382 0 0 1-1.693.276 5.401 5.401 0 0 1-1.85-.329 5.47 5.47 0 0 1-.019-.435 4.151 4.151 0 0 1 .095-.927zm-1.374.667a5.37 5.37 0 0 1-2.222-4.346 5.367 5.367 0 0 1 2.284-4.389c.302.174.576.379.801.615.442.453.937 1.453 1.281 2.314.094.232.178.454.251.656-1.239 2.52-2.065 3.777-2.395 5.15zm4.024-3.224c-.277-.714-.438-1.252-.439-1.253l-.001-.002c-.507-1.943-1.032-3.719-2.122-4.962a5.371 5.371 0 0 1 1.686-.274 5.377 5.377 0 0 1 5.37 5.37 5.368 5.368 0 0 1-2.199 4.329 2.844 2.844 0 0 1-.403-.138c-.21-.091-.519-.401-.799-.831-.427-.643-.819-1.525-1.094-2.238zm-.876 9.035c-5.609 0-10.156-4.547-10.156-10.157 0-.369.021-.733.059-1.092.832-2.83 2.831-3.877 4.724-3.895.384-.001.76.05 1.12.137a6.452 6.452 0 0 0 7.118 10.631c.513.181 1.1.289 1.811.378.267.033.555.049.861.049a11.835 11.835 0 0 0 2.768-.369 10.14 10.14 0 0 1-8.307 4.317z"/></svg>
<svg class="tc-image-clojure_alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.80617904663086 19.805002212524414"><path d="M9.49 10.082c-.099.213-.208.453-.32.708-.398.901-.838 1.997-.999 2.699-.058.25-.094.56-.093.904 0 .136.007.279.02.424a5.229 5.229 0 0 0 3.453.052 3.132 3.132 0 0 1-.344-.364c-.704-.897-1.096-2.212-1.717-4.424zM9.9.001c-.186 0-.37.006-.554.016l-.07.003-.215.017-.099.008c-.067.006-.134.014-.2.022a4.118 4.118 0 0 0-.11.013c-.066.008-.13.018-.195.027l-.114.017-.189.032-.115.021-.186.038a9.907 9.907 0 0 0-.298.068l-.112.028L7.26.36 7.15.391a9.879 9.879 0 0 0-.287.088L6.678.54l-.096.034a7.183 7.183 0 0 0-.189.069l-.085.033-.196.078-.068.029-.209.091-.032.015a9.871 9.871 0 0 0-1.222.665l-.029.018c-.067.043-.132.087-.198.131l-.049.033c-.062.042-.122.086-.183.129l-.059.042-.173.13a5.295 5.295 0 0 0-.228.181l-.065.053a5.145 5.145 0 0 0-.159.135l-.065.057-.154.139-.064.059a6.805 6.805 0 0 0-.15.143l-.06.06-.148.148-.058.061c-.048.051-.097.102-.144.154a27.71 27.71 0 0 0-.196.22l-.046.055-.143.172-.033.042a9.407 9.407 0 0 0-.173.222l-.013.017-.134.182a5.034 5.034 0 0 1 2.722-.789c1.151.003 2.056.36 2.49.604.105.061.204.126.302.192a6.292 6.292 0 0 1 8.824 5.759 6.27 6.27 0 0 1-1.872 4.476c.284.032.586.052.895.05 1.097 0 2.282-.241 3.171-.989.58-.488 1.065-1.203 1.334-2.274.053-.414.083-.835.083-1.263C19.806 4.434 15.373 0 9.904 0zm4.56 15.908c-.694-.087-1.266-.192-1.766-.368a6.292 6.292 0 0 1-6.94-10.366 4.651 4.651 0 0 0-1.092-.134C2.817 5.058.87 6.079.058 8.835a5.7 5.7 0 0 0-.018.188l-.006.069a6.145 6.145 0 0 0-.01.14l-.009.13c-.004.065-.006.131-.008.197l-.003.07A8.305 8.305 0 0 0 0 9.903c0 5.469 4.434 9.902 9.902 9.902h.003c.105 0 .21-.002.315-.005l.11-.005.206-.01.131-.01.182-.015c.047-.004.093-.01.14-.015a9.928 9.928 0 0 0 .315-.039c.055-.008.11-.015.163-.024l.147-.025.157-.028c.05-.009.1-.02.148-.03l.152-.032.15-.035.147-.036.15-.04.143-.04.151-.045.14-.043.15-.051.135-.047.151-.056.13-.05.151-.061.126-.053.151-.066.121-.055.151-.072.116-.058c.051-.026.101-.051.151-.078l.111-.059.152-.083.106-.061c.051-.03.102-.059.152-.09l.1-.061.153-.096.093-.062.154-.104.086-.061c.052-.037.105-.074.156-.112l.078-.058.16-.121.067-.054c.055-.044.11-.087.163-.132l.056-.047c.057-.048.114-.096.17-.146l.038-.035c.061-.054.121-.109.181-.165l.013-.013.197-.19.072-.073a6.847 6.847 0 0 0 .204-.213l.1-.108c.03-.034.061-.067.09-.102l.087-.101.095-.112.073-.09.101-.126.035-.046a9.79 9.79 0 0 0 .27-.364v-.001c-.969.242-1.9.357-2.699.36-.299 0-.58-.016-.84-.048zM12.6 13.99c.06.03.2.08.392.134a5.235 5.235 0 0 0 2.144-4.221A5.243 5.243 0 0 0 9.9 4.667a5.253 5.253 0 0 0-1.644.267c1.063 1.212 1.574 2.944 2.07 4.838v.002c.001 0 .158.526.428 1.222.268.695.65 1.555 1.067 2.182.274.42.574.722.78.811zM6.89 5.624a5.238 5.238 0 0 0-2.227 4.28 5.235 5.235 0 0 0 2.166 4.237c.321-1.339 1.127-2.564 2.335-5.021a18.801 18.801 0 0 0-.245-.639c-.335-.839-.818-1.814-1.249-2.256a3.454 3.454 0 0 0-.78-.6z"/></svg>
<svg class="tc-image-clone tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M1664 1632V544q0-13-9.5-22.5T1632 512H544q-13 0-22.5 9.5T512 544v1088q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5-9.5t9.5-22.5zm128-1088v1088q0 66-47 113t-113 47H544q-66 0-113-47t-47-113V544q0-66 47-113t113-47h1088q66 0 113 47t47 113zm-384-384v160h-128V160q0-13-9.5-22.5T1248 128H160q-13 0-22.5 9.5T128 160v1088q0 13 9.5 22.5t22.5 9.5h160v128H160q-66 0-113-47T0 1248V160Q0 94 47 47T160 0h1088q66 0 113 47t47 113z"/></svg>
<svg class="tc-image-close tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 31.666000366210938"><path d="M4.75 0l11.083 11.083L26.916 0l4.75 4.75-11.083 11.083 11.083 11.083-4.75 4.75-11.083-11.083L4.75 31.666 0 26.916l11.083-11.083L0 4.75 4.75 0z"/></svg>
<svg class="tc-image-close-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 512"><path d="M96 373.3l-96 96L42.7 512l96-96 74.7 74.7v-192h-192L96 373.3zm394.7-74.6h-192v192l74.7-74.7 96 96 42.7-42.7-96-96 74.6-74.6zM42.7 0L0 42.7l96 96-74.7 74.7h192v-192L138.7 96l-96-96zM416 138.7l96-96L469.3 0l-96 96-74.7-74.7v192h192L416 138.7z"/></svg>
<svg class="tc-image-close-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm2.91 9.002c.26.26.268.675.016.926a.652.652 0 0 1-.924-.017L7 7.91 4.998 9.91a.656.656 0 0 1-.926.02.656.656 0 0 1 .02-.928l2-2L4.09 5a.656.656 0 0 1-.018-.927.655.655 0 0 1 .926.017l2.003 2.002 2.001-2a.654.654 0 0 1 .926-.019c.25.25.244.665-.018.926L7.908 7 9.91 9.002z"/></svg>
<svg class="tc-image-close-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm108.3 299.5c1.5 1.5 2.3 3.5 2.3 5.6 0 2.1-.8 4.2-2.3 5.6l-21.6 21.7c-1.6 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3L224 256.8l-75.4 75.7c-1.5 1.6-3.6 2.3-5.6 2.3-2 0-4.1-.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6 0-2.1.8-4.2 2.3-5.6l75.7-76-75.9-75c-3.1-3.1-3.1-8.2 0-11.3l21.6-21.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l75.7 74.7 75.7-74.7c1.5-1.5 3.5-2.3 5.6-2.3 2.1 0 4.1.8 5.6 2.3l21.6 21.7c3.1 3.1 3.1 8.2 0 11.3l-75.9 75 75.6 75.9z"/></svg>
<svg class="tc-image-close-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 42.7L469.3 0l-128 128V0l-64 64-.1 170.8 170.8-.1 64-64H384l128-128zM0 341.3h128L0 469.3 42.7 512l128-128v128l64-64 .1-170.8-170.8.1-64 64z"/></svg>
<svg class="tc-image-close-corner-arrow-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M170.7 0v128L42.7 0 0 42.7l128 128H0l64 64 170.8.1-.1-170.8-64-64zM512 341.3l-64-64-170.8-.1.1 170.8 64 64V384l128 128 42.7-42.7-128-128h128z"/></svg>
<svg class="tc-image-close-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.64792251586914 9.647422790527344"><path d="M9.353 8.293l-3.468-3.47 3.47-3.468A.75.75 0 1 0 8.294.293l-3.47 3.469-3.47-3.47a.75.75 0 1 0-1.06 1.064l3.468 3.468L.294 8.292a.75.75 0 1 0 1.06 1.063l3.47-3.47 3.47 3.47a.75.75 0 0 0 1.06-1.062z"/></svg>
<svg class="tc-image-close-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 1 1 7 .988a6.012 6.012 0 0 1 0 12.024zm2.91-4.01c.26.26.268.675.016.926a.652.652 0 0 1-.924-.017L7 7.91 4.998 9.91a.656.656 0 0 1-.926.02.656.656 0 0 1 .02-.928l2-2L4.09 5a.656.656 0 0 1-.018-.927.655.655 0 0 1 .926.017L7 6.092l2.001-2a.654.654 0 0 1 .926-.019c.25.25.244.665-.018.926L7.91 7 9.91 9.002z"/></svg>
<svg class="tc-image-close-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 391.20001220703125 391.20001220703125"><path d="M377.1 326.2L246.5 195.6 377.1 65c14.1-14.1 14.1-36.8 0-50.9C363 0 340.3 0 326.2 14.1L195.6 144.7 65 14.1C50.9 0 28.2 0 14.1 14.1 0 28.2 0 50.9 14.1 65l130.6 130.6L14.1 326.2C0 340.3 0 363 14.1 377.1c14.1 14.1 36.8 14.1 50.9 0l130.6-130.6 130.6 130.6c14.1 14.1 36.8 14.1 50.9 0 14-14.1 14-36.9 0-50.9z"/></svg>
<svg class="tc-image-closed-caption tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M32 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM16 14h-3v-1H9v6h4v-1h3v2a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2zm14 0h-3v-1h-4v6h4v-1h3v2a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2z"/></svg>
<svg class="tc-image-closed-captioning tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.167999267578125 20.118000030517578"><path d="M13.767 8.117c-.033-1-.32-1.731-.806-2.206-.475-.513-1.137-.885-1.976-.885-2.871 0-3.345 2.919-3.345 5.199 0 2.897 1.104 4.783 3.345 4.783 1.976 0 2.749-.892 2.969-2.892h7.717c-.662 6-5.365 8.002-10.686 8.002C4.78 20.118 0 16.628 0 10.131 0 3.557 4.625 0 10.985 0c5.133 0 9.991 2.117 10.532 8.117h-7.75zm24.497 0c-.033-1-.331-1.731-.806-2.206-.475-.513-1.137-.885-1.988-.885-2.858 0-3.333 2.919-3.333 5.199 0 2.897 1.104 4.783 3.333 4.783 1.988 0 2.761-.892 2.981-2.892h7.717c-.662 6-5.365 8.002-10.698 8.002-6.204 0-10.973-3.49-10.973-9.987C24.497 3.557 29.123 0 35.47 0c5.146 0 9.991 2.117 10.544 8.117h-7.75z"/></svg>
<svg class="tc-image-closedcaption tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 28.5"><path d="M0 0h47.5v28.5H0V0zm22.407 19.512l-1.592.426-1.921.164c-1.867-.02-3.314-.55-4.34-1.593-1.027-1.042-1.547-2.479-1.561-4.309.039-2.01.606-3.51 1.701-4.5 1.096-.991 2.486-1.485 4.172-1.483a9.696 9.696 0 0 1 2.014.205l1.5.467.877-3.357c-.378-.199-.96-.38-1.742-.54-.784-.162-1.721-.248-2.814-.257-2.869.019-5.246.865-7.132 2.54-1.886 1.674-2.864 4.063-2.933 7.166.003 2.635.814 4.803 2.432 6.505 1.618 1.702 4.025 2.582 7.222 2.642 1.123-.011 2.095-.1 2.916-.265.82-.165 1.422-.342 1.804-.531l-.603-3.28zm15.78 0l-1.592.426-1.921.164c-1.867-.02-3.313-.55-4.34-1.593-1.026-1.042-1.547-2.479-1.56-4.309.038-2.01.605-3.51 1.7-4.5 1.096-.991 2.487-1.485 4.173-1.483a9.702 9.702 0 0 1 2.013.205l1.5.467.878-3.357c-.379-.199-.96-.38-1.743-.54-.783-.162-1.721-.248-2.813-.257-2.87.019-5.246.865-7.133 2.54-1.885 1.674-2.863 4.063-2.933 7.166.003 2.635.814 4.803 2.432 6.505 1.619 1.702 4.026 2.582 7.222 2.642 1.123-.011 2.095-.1 2.916-.265.822-.165 1.423-.342 1.805-.531l-.604-3.28z"/></svg>
<svg class="tc-image-closedcaption-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 44.33399963378906"><path d="M4.75 0l7.917 7.917H47.5v28.5h-6.333l4.75 4.75-3.167 3.167-7.917-7.917H0v-28.5h6.333l-4.75-4.75L4.75 0zm7.917 7.917H6.333l6.392 6.392-1.156.882c-1.886 1.675-2.864 4.064-2.933 7.168.003 2.634.814 4.802 2.432 6.504 1.618 1.702 4.025 2.582 7.222 2.642 1.123-.011 2.095-.1 2.916-.265.82-.165 1.422-.342 1.804-.531l-.603-3.28-1.592.426-1.921.164c-1.867-.02-3.314-.55-4.34-1.593-1.027-1.042-1.547-2.478-1.561-4.309.038-2.01.606-3.51 1.701-4.5l.76-.579 10.14 10.14a8.589 8.589 0 0 0 1.254 1.685 7.432 7.432 0 0 0 1.833 1.402l6.152 6.152h6.334l-5.04-5.039.86-.138c.82-.165 1.422-.342 1.804-.531l-.604-3.28-1.592.426-1.921.164c-.826-.009-1.57-.118-2.232-.327L29.1 24.351c-.211-.665-.32-1.41-.327-2.234.039-2.01.606-3.51 1.702-4.5 1.095-.991 2.486-1.485 4.172-1.483a9.703 9.703 0 0 1 2.013.205l1.5.467.878-3.357c-.379-.199-.96-.38-1.743-.54-.783-.162-1.721-.248-2.813-.257-2.87.019-5.246.865-7.133 2.54-1.361 1.208-2.25 2.79-2.664 4.743l-3.502-3.502 1.196.373.878-3.357c-.378-.199-.96-.38-1.742-.54-.784-.162-1.721-.248-2.814-.257l-1.237.062-4.797-4.797z"/></svg>
<svg class="tc-image-closedhand-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.9220027923584 21.00099754333496"><path d="M15.877 21a.5.5 0 0 1-.5-.5v-2.644a.5.5 0 0 1 .142-.349c.024-.025 2.412-2.524 3.16-6.782.182-1.037.38-1.895.539-2.584.493-2.137.471-2.39-.241-2.71a.423.423 0 0 0-.35.001c-.609.242-1.286 1.424-1.57 2.112l-.224.722a.5.5 0 0 1-.978-.157c.001-.031.044-3.067 0-4.212l-.009-.298c-.034-1.324-.143-2.138-1.361-2.291-.711-.086-1.174.557-1.322.802v5.456a.5.5 0 0 1-1 0V2c-.123-.243-.589-1-1.618-1-1.017 0-1.359.654-1.438.846v5.681a.5.5 0 0 1-1 0V5.98c-.037-.216-.587-1.22-1.075-2.006-.197-.362-.829-1.271-1.572-1.45-.342-.084-.677-.006-1.028.235-1.014.695.135 2.872.626 3.802.086.164.158.3.205.4.235.5.523.997.803 1.477.492.846.88 1.514.88 2.034 0 .182 0 .607-.381.769-.418.17-.677-.08-1.449-.837l-.503-.49c-1.166-1.124-2.395-1.03-2.895-.706-.201.13.007 1.151.788 2.455.094.156.204.371.334.629.525 1.037 1.404 2.771 3.212 4.271.557.463 1.497 1.547 1.497 2.677v1.261a.5.5 0 0 1-1 0V19.24c0-.701-.696-1.542-1.135-1.908-1.967-1.63-2.905-3.48-3.465-4.587-.118-.232-.215-.426-.3-.566-.534-.892-1.649-3.047-.474-3.808.974-.634 2.707-.55 4.133.825l.094.092c-.067-.118-.135-.234-.2-.346a20.735 20.735 0 0 1-.844-1.554 9.722 9.722 0 0 0-.185-.36c-.615-1.166-2.055-3.896-.307-5.094.592-.406 1.21-.533 1.833-.382 1.331.325 2.164 1.857 2.198 1.922.069.11.139.226.21.343V1.761c0-.046.006-.093.019-.137C8.288 1.062 8.999 0 10.545 0c1.114 0 1.802.566 2.185 1.047.397-.415 1.029-.84 1.881-.73 2.158.27 2.207 2.14 2.236 3.256l.009.287c.018.459.021 1.195.02 1.927.361-.536.834-1.066 1.382-1.284.38-.151.77-.146 1.13.016 1.534.69 1.26 1.878.806 3.847a45.55 45.55 0 0 0-.529 2.532c-.704 4.012-2.726 6.521-3.286 7.153v2.448a.503.503 0 0 1-.502.501z"/></svg>
<svg class="tc-image-cloth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 512l149.3-42.7V0L0 42.7V512zM362.7 42.7V512L512 469.3V0L362.7 42.7zm-192 426.6L341.3 512V42.7L170.7 0v469.3z"/></svg>
<svg class="tc-image-cloth-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M362.7 42.7v74.9c3.2.9 6.3 1.8 9.5 2.7 41 11.7 83.5 23.8 104.3 42.4 24.2 21.7 8.1 50.4-6.2 75.7-11 19.4-22.3 39.5-22.3 60.2h-21.3c0-26.3 13.3-49.9 25-70.7 15.6-27.7 21-40 10.5-49.3-17.1-15.4-59-27.3-95.9-37.8-1.3-.4-2.4-.7-3.7-1.1V512L512 469.3V0L362.7 42.7zm128 362.6l-21.3 21.3-32-32-32 32-21.4-21.3 32-32-32-32 21.3-21.3 32 32 32-32 21.3 21.3-32 32 32.1 32zm-320-58.7c15.8-8.6 34.5-12.1 56.7-4.7 14.6 4.9 19-.8 20.8-3.2 8.1-10.7 10.1-18.7 7.8-18.7 7.2 0 14.9 2.2 21.3 0 0 10.7-4 20.9-12.2 31.6-5.7 7.6-19.2 18.9-44.5 10.5-19.6-6.5-35.4-1.2-50 10.3v97L341.3 512V133.5c-18.2-5.4-34.8-11-47.4-17.3-21-10.5-51-6.7-64.1 8.1-11.3 12.7-4.6 29 3.1 40.4 3.5 5.3 9.1 20.8 12.5 27.2-7.2 1.4-15.2-3.6-21.3 0-2.6-4.9-6-11.1-8.9-15.4-16.4-24.6-16.9-48.8-1.3-66.4 19.6-22.1 59.8-28 89.6-13.1 9.9 4.9 23.2 9.5 37.9 14.1V42.7L170.6 0l.1 346.6zM256 213.3c23.5 0 42.7 19.1 42.7 42.7s-19.1 42.7-42.7 42.7c-23.5 0-42.7-19.1-42.7-42.7 0-23.5 19.2-42.7 42.7-42.7zM0 512l149.3-42.7v-74.7c-4.1 5-8.3 9.3-12.5 14.8-9.5 12.6-17 22.5-25.4 26.7-4.9 2.5-10 3.6-15.1 3.6-23.7 0-47.4-23.7-61.2-37.6-17.6-17.6-3.4-39.4 9.2-58.5 9.2-14.1 19.7-30.1 19.7-45v-85.3h21.3v85.3c0 21.3-12.3 40.1-23.2 56.7C50 374 45.6 382.5 50.2 387.1c17.3 17.3 38.8 36.5 51.7 30 3.9-2 11.4-11.8 18-20.5 8.1-10.7 17.8-23.1 29.5-34V0L0 42.7V512zm74.7-384c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z"/></svg>
<svg class="tc-image-clothes-shirt tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 34.04199981689453"><path d="M34.834 12.667v21.375H9.5V12.667l-4.75 3.166L0 11.083l9.5-9.5L15.834 0c0 2.623 2.835 4.75 6.333 4.75S28.5 2.623 28.5 0l6.334 1.583 9.5 9.5-4.75 4.75-4.75-3.166z"/></svg>
<svg class="tc-image-clothes-tie tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.833999633789062 44.33300018310547"><path stroke="#FFF" stroke-width=".2" d="M0 0h15.834l-4.75 9.5 4.75 23.75-7.917 11.083L0 33.25 4.75 9.5 0 0z" stroke-linejoin="round"/></svg>
<svg class="tc-image-clothing-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.980003356933594 34"><path d="M44.9 5.75c.08.29-.021.61-.19.86l-5.39 8.02c-.2.31-.62.48-.971.48-.1 0-.38-.02-.489-.05L33.54 14v19c0 .58-.41 1-1 1h-21c-.59 0-1-.42-1-1V14l-3.88 1.07c-.45.14-.84-.04-1.09-.43l-5.35-8C.05 6.38 0 6.09.08 5.8c.07-.3.28-.5.55-.64L11.54 0h5c.59 0 1 .41 1 1 0 2.06 2.89 3.52 4.95 3.52S27.54 3.07 27.54 1c0-.58.41-1 1-1h5l10.8 5.06c.28.14.48.39.56.69z"/></svg>
<svg class="tc-image-clothing-store-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 9"><path d="M2 0L0 2v2h2v5h6V4h2V2L8 0H6.5L5 3 3.5 0H2z"/></svg>
<svg class="tc-image-clothing-store-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 13"><path d="M3.5 0L0 3v3h2.9l.1 7h9V6h3V3l-3.5-3H10L7.5 4 5 0H3.5z"/></svg>
<svg class="tc-image-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 20.61686897277832"><path stroke="#FFF" stroke-width=".2" d="M30.083 4.867A7.917 7.917 0 0 1 38 12.784c0 4.372-3.628 7.833-8 7.833H4c-2.186 0-4-1.69-4-3.875a3.96 3.96 0 0 1 3.233-3.892 5.542 5.542 0 0 1 5.223-6.394 9.504 9.504 0 0 1 17.708-.552 7.88 7.88 0 0 1 3.92-1.037z" stroke-linejoin="round"/></svg>
<svg class="tc-image-cloud_download tc-image-button" width="22pt" height="22pt" viewBox="0 0 2487.500244140625 1499"><path d="M3.667 906q5.5-112 48.5-211t127.5-180 194.5-125q132-56 316-30 81-162 232-261t337-99q169 0 311 84.5t223 226 81 304.5v59h15q165-65 325.5 7.5t229.5 232.5q65 165-7.5 326t-232.5 230l-34 8.5-33 8.5-27.5 6-29.5 4.5-26 1.5h-1484q-173 0-316.5-99.5T45.167 1124q-47-106-41.5-218zm918-212.5q-12.5 19.5 8.5 41.5l269 449q15 16 30 16 7 0 14.5-4t11.5-8l4-4 286-449q12-24-.5-42.5t-45.5-18.5h-105V465h-315v209h-120q-25 0-37.5 19.5z"/></svg>
<svg class="tc-image-cloud_upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 2476.166748046875 1499"><path d="M3 952q-4.5-92 19.5-176.5t71-159 118-132.5 158-92q158-60 319-26 75-165 228-265.5T1256.5 0q127 0 242.5 49.5t199 133 133 199 49.5 242.5q0 19-4 55 3 0 7.5-2t6.5-3q164-64 325.5 8.5T2441.5 919q40 114 24 221.5t-88 198-181 132.5q-72 26-148 28h-611v-344h139q38 0 50.5-22t-7.5-53l-350-564q-14-20-33-20-9 0-17.5 5t-12.5 10l-4 5-350 564q-20 31-6.5 53t51.5 22h137v344l-459-1q-175 0-322.5-99.5T41.5 1131Q7.5 1044 3 952z"/></svg>
<svg class="tc-image-cloud-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30.618160247802734"><path stroke="#FFF" stroke-width=".2" d="M8 9.618h5v8h8v5h-8v8H8v-8H0v-5h8v-8zm22.083-4.75A7.917 7.917 0 0 1 38 12.785c0 4.372-3.596 7.833-8 7.833h-8v-4h-8v-8H7v8H0c.32-1.573 1.65-3.474 3.233-3.767l-.066-.858a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037z" stroke-linejoin="round"/></svg>
<svg class="tc-image-cloud-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.635 0 0 268.635 0 600s268.635 600 600 600 600-268.635 600-600S931.365 0 600 0zm5.346 311.938c112.641-2.458 224.209 89.79 256.495 210.944 128.176-12.624 199.88 157.997 101.366 244.556H224.7c-94.99-161.43 22.205-376.26 193.576-334.58 51.524-83.86 119.476-119.447 187.053-120.922z"/></svg>
<svg class="tc-image-cloud-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.39209747314453 10.019006729125977"><path d="M14.227 5.057a2.5 2.5 0 0 0-3.085-2.955 3 3 0 0 0-5.737.075 4 4 0 1 0-1.12 7.84h9.5a2.5 2.5 0 0 0 .442-4.96zm-7.442 3.96l-2.5-2.5 1-1 1.5 1.5 3.5-3.5 1 1-4.5 4.5z"/></svg>
<svg class="tc-image-cloud-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm9 28H12c-3.31 0-6-2.69-6-6s2.69-6 6-6l.27.03c.89-3.46 4-6.03 7.73-6.03 4.42 0 8 3.58 8 8h1c2.76 0 5 2.24 5 5s-2.24 5-5 5z"/></svg>
<svg class="tc-image-cloud-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16699981689453 27.534156799316406"><path d="M0 12.978L3.36 9.62l5.597 5.598 5.598-5.598 3.359 3.358-5.598 5.598 5.598 5.598-3.36 3.36-5.597-5.599-5.598 5.598L0 24.174l5.598-5.598L0 12.98zm33.25-8.11a7.917 7.917 0 0 1 7.917 7.917c0 4.372-3.596 7.833-8 7.833h-17.25l-1.935-2.042 5.598-5.597-5.025-4.933-5.801 5.802-2.243-2.493c.906-2.737 2.918-4.8 5.111-4.898a9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037z"/></svg>
<svg class="tc-image-cloud-done tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M38.71 12.07C37.35 5.19 31.28 0 24 0c-5.78 0-10.79 3.28-13.3 8.07C4.69 8.72 0 13.81 0 20c0 6.63 5.37 12 12 12h26c5.52 0 10-4.48 10-10 0-5.28-4.11-9.56-9.29-9.93zM20 26l-7-7 2.83-2.83L20 20.34 30.35 9.99l2.83 2.83L20 26z"/></svg>
<svg class="tc-image-cloud-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 2216 1543"><path d="M0 1013q0 214 149 367t363 163q18 0 18-18v-143q0-19-18-19-137-7-233.5-109T182 1013q0-133 90.5-231.5T497 667l56-3q21 0 21-18l8-59q16-173 145.5-289.5T1033 181q174 0 305 116.5T1487 587l8 62q0 18 18 18h173q142 0 246.5 103t104.5 243q0 139-97 241t-234 109q-20 0-20 19v143q0 18 20 18 140-4 257.5-76.5t185-192.5 67.5-261q0-144-71-265t-193-190.5-266-69.5h-35q-52-214-224.5-351T1033 0Q807 0 632 140T407 499q-176 41-291.5 185.5T0 1013zm743 163q0 38 26 64l276 278q20 25 61 25 45 0 65-25l277-278q26-28 26-64 0-37-26-62t-64-25-66 25l-120 118V807q0-38-27-63t-65-25-63 25-25 63v425l-117-118q-28-25-67-25-40 0-65.5 24.5T743 1176z"/></svg>
<svg class="tc-image-cloud-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 20.618160247802734"><path d="M30.083 4.868A7.917 7.917 0 0 1 38 12.785c0 4.372-3.596 7.833-8 7.833H20l6-6h-4v-6h-4v6h-4l6 6H4c-2.186 0-4-1.689-4-3.875a3.96 3.96 0 0 1 3.233-3.892l-.066-.858a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037z"/></svg>
<svg class="tc-image-cloud-download-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 768"><path d="M602 64q49 0 91 17 43 17 77 51 35 34 53 76 15 34 17 75l2 32 27 17q32 21 55 54l3 5q16 25 25 52 8 27 8 57 0 42-15 78-16 36-46.5 66T831 689t-80 15H243q-37 0-69-13-31-13-57-38-27-26-40-57t-13-67q0-30 10-57.5t29-51.5q22-26 50-42l38-22-6-43q-1-7-1-17 0-23 8-44 9-21 27-38 17-17 38-25 22-9 46-9 19 0 35 5l43 13 26-37q25-33 61-57 60-40 134-40zm0-64q-94 0-170 51-45 30-76 73-25-8-53-8-37 0-70 13.5T174 169q-27 26-41 58-13 33-13 70 0 13 1 26-38 22-67 57Q0 445 0 529q0 50 18 93 18 42 53.5 76.5t79 52T243 768h508q55 0 104-19.5t88.5-58.5 59.5-86q21-49 21-104 0-79-44-145-31-46-76-76-3-51-22-97-23-52-67-96-44-42-98-64Q664 0 602 0zm7 193q-13 0-22.5 9t-9.5 23v306l-95-95q-9-9-22.5-9t-22.5 9-9 22.5 9 22.5l149 150q10 9 23 9t23-9l149-150q9-9 9-22.5t-9-22.5-22.5-9-22.5 9l-95 95V225q0-14-9.5-23t-22.5-9z"/></svg>
<svg class="tc-image-cloud-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 768"><path d="M602 64q49 0 91 17 43 17 77 51 35 34 53 76 15 34 17 75l2 32 27 17q32 21 55 54l3 5q16 25 25 52 8 27 8 57 0 42-15 78-16 36-46.5 66T831 689t-80 15H243q-37 0-69-13-31-13-57-38-27-26-40-57t-13-67q0-30 10-57.5t29-51.5q22-26 50-42l38-22-6-43q-1-7-1-17 0-23 8-44 9-21 27-38 17-17 38-25 22-9 46-9 19 0 35 5l43 13 26-37q25-33 61-57 60-40 134-40zm0-64q-94 0-170 51-45 30-76 73-25-8-53-8-37 0-70 13.5T174 169q-27 26-41 58-13 33-13 70 0 13 1 26-38 22-67 57Q0 445 0 529q0 50 18 93 18 42 53.5 76.5t79 52T243 768h508q55 0 104-19.5t88.5-58.5 59.5-86q21-49 21-104 0-79-44-145-31-46-76-76-3-51-22-97-23-52-67-96-44-42-98-64Q664 0 602 0z"/></svg>
<svg class="tc-image-cloud-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 36"><path d="M38.71 12.07C37.35 5.19 31.28 0 24 0c-2.95 0-5.7.87-8.02 2.34l2.92 2.92A11.09 11.09 0 0 1 24 4c6.08 0 11 4.92 11 11v1h3c3.31 0 6 2.69 6 6 0 2.27-1.27 4.22-3.13 5.24l2.9 2.9C46.32 28.33 48 25.37 48 22c0-5.28-4.11-9.56-9.29-9.93zM6 2.55l5.5 5.48C5.12 8.3 0 13.55 0 20c0 6.63 5.37 12 12 12h23.45l4 4L42 33.46 8.55 0 6 2.55zM15.45 12l16 16H12c-4.42 0-8-3.58-8-8s3.58-8 8-8h3.45z"/></svg>
<svg class="tc-image-cloud-pause tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.3681640625"><path d="M3 14.368h5v19H3v-19zm9 0h5v19h-5v-19zm18.083-9.5A7.917 7.917 0 0 1 38 12.785c0 4.372-3.095 7.583-7.5 7.583H18v-7h-7v7H9v-7H3.25l-.083-1.375a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zM0 16.743c0-1.295 1.039-2.653 2-3.375v7c-.961-.722-2-2.33-2-3.625z"/></svg>
<svg class="tc-image-cloud-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 34.3681640625"><path d="M4 13.368l10.5 10.5L4 34.368v-21zm26.083-8.5A7.917 7.917 0 0 1 38 12.785c0 4.372-3.596 7.583-8 7.583H13.5l-9.758-9.425c.601-2.302 2.25-4.375 4.713-4.486a9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zM0 16.743c0-1.915 1.193-3.508 3-3.875v7.5c-1.807-.367-3-1.71-3-3.625z"/></svg>
<svg class="tc-image-cloud-queue tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M38.71 12.07C37.35 5.19 31.28 0 24 0c-5.78 0-10.79 3.28-13.3 8.07C4.69 8.72 0 13.81 0 20c0 6.63 5.37 12 12 12h26c5.52 0 10-4.48 10-10 0-5.28-4.11-9.56-9.29-9.93zM38 28H12c-4.42 0-8-3.58-8-8s3.58-8 8-8h1.42C14.73 7.39 18.96 4 24 4c6.08 0 11 4.92 11 11v1h3c3.31 0 6 2.69 6 6s-2.69 6-6 6z"/></svg>
<svg class="tc-image-cloud-refresh tc-image-button" width="22pt" height="22pt" viewBox="0 0 2213 1592"><path d="M0 1015q0 105 40 200.5t108.5 165 163 112.5 199.5 48q18 0 18-18v-142q0-20-18-20-139-10-234-110t-95-236q0-134 90.5-233.5T496 671l56-8q21 0 21-18l8-55q11-114 73.5-207.5t162-146T1031 184q175 0 305.5 115T1485 587l6 61q0 19 20 19h172q144 0 247 103t103 245q0 136-95 236t-234 110q-21 0-21 20v142q0 18 21 18 214-10 361.5-161.5T2213 1015q0-143-71.5-264.5T1948 558t-265-71h-34q-53-213-225.5-350T1031 0Q806 0 631 141.5T406 502q-177 42-291.5 185.5T0 1015zm664 135q0 119 59.5 220.5t161 161.5 219.5 60q184 0 315-130.5t131-311.5q0-37-27-64t-65-27-65.5 27-27.5 64q0 107-76.5 184t-184.5 77q-106 0-182.5-77T845 1150q0-96 57-171t140-82l-44 42q-24 24-24 61 0 40 24 70 22 24 56.5 25t74.5-25l194-199q27-27 27-62 0-40-27-65l-194-195q-30-28-66-28-37 0-63 27t-26 65 24 62l37 38q-160 27-265.5 149T664 1150z"/></svg>
<svg class="tc-image-cloud-reload tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 365.6999816894531"><path d="M470.7 227c2.9-11.2 4.7-22.9 4.7-35 0-75.8-61.4-137.1-137.1-137.1-19.5 0-37.9 4.1-54.7 11.4C266.8 27.3 228 0 182.9 0 122.3 0 73.2 49.1 73.2 109.7c0 4.1.8 7.9 1.2 11.9C30.5 141.9 0 186.1 0 237.7c0 70.7 57.3 128 128 128h310.9c40.4 0 73.1-32.7 73.1-73.1 0-29-16.9-53.7-41.3-65.6zm-105-25.9h-91.4l33.4-33.4c-13.2-13.2-31.5-21.4-51.7-21.4-40.4 0-73.1 32.7-73.1 73.1s32.7 73.1 73.1 73.1c24.9 0 46.8-12.5 60-31.4l25.9 25.9c-20.1 25.5-50.9 42.2-85.8 42.2-60.6 0-109.7-49.1-109.7-109.7s49.1-109.7 109.7-109.7c30.3 0 57.7 12.3 77.6 32.1l32.1-32.1v91.3z"/></svg>
<svg class="tc-image-cloud-storage tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 14.004401206970215"><path d="M15 4.004l-.351.015A5.967 5.967 0 0 0 9 .004c-3.309 0-6 2.691-6 6l.001.126A4.007 4.007 0 0 0 0 10.004c0 2.206 1.794 4 4 4h5V9.418l-1.293 1.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414l2.999-2.999a1 1 0 0 1 1.416 0l2.999 3a1 1 0 1 1-1.414 1.413L11 9.418v4.586h4c2.757 0 5-2.243 5-5s-2.243-5-5-5z"/></svg>
<svg class="tc-image-cloud-storage-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.25 14.000999450683594"><path d="M15.25 4l-.352.015C14.074 1.64 11.586 0 9 0 5.691 0 2.75 2.69 2.75 6v.126C1.75 6.571 0 8.14 0 10.001c0 2.206 2.044 4 4.25 4h11c2.757 0 5-2.244 5-5S18.007 4 15.25 4zm0 8.001h-4.5V8.207l2.146 2.146a.502.502 0 0 0 .708 0 .5.5 0 0 0 0-.707l-2.998-3-.164-.107a.499.499 0 0 0-.383 0l-.162.107-3 3a.502.502 0 0 0 0 .707.504.504 0 0 0 .708 0L9.75 8.207v3.794h-5.5c-1.104 0-2-.896-2-2s.896-2 1.908-2.005l1.422.015-.248-1.201A4.004 4.004 0 0 1 9.25 2.001a3.98 3.98 0 0 1 3.93 3.334l.187 1.102 1.073-.306c.312-.089.569-.13.812-.13 1.653 0 3 1.346 3 3s-1.348 3-3.002 3z"/></svg>
<svg class="tc-image-cloud-thunder tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 650"><path d="M760 182c66.667 0 123.333 22.667 170 68s70 100.667 70 166-23.333 120.667-70 166-103.333 68-170 68H182c-49.333 0-92-17.333-128-52S0 522 0 474c0-49.333 17.667-91.333 53-126s78.333-52 129-52c1.333 0 4.667.333 10 1s8.667 1 10 1c-1.333-8-2-20.667-2-38 0-72 26-133.333 78-184S392.667 0 466 0c60 0 113.333 17.333 160 52s78 79.333 94 134c18.667-2.667 32-4 40-4M568 398c9.333-10.667 14-20.667 14-30 0-13.333-10-24-30-32h-4c-17.333-9.333-30-14.667-38-16l50-116c4 0 6-6.667 6-20 0-9.333-2.667-15.333-8-18-10.667-6.667-22-4-34 8-1.333 1.333-11.333 12-30 32s-39 42-61 66-37 41.333-45 52c-8 12-12 22-12 30 0 14.667 10 24.667 30 30l4 2c5.333 2.667 18 8 38 16l-52 114-2 8c-1.333 5.333-2 10-2 14 0 6.667 2.667 12.667 8 18 12 6.667 23.333 3.333 34-10 66.667-66.667 111.333-116 134-148"/></svg>
<svg class="tc-image-cloud-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 2211 1540"><path d="M0 1011q0 213 148.5 366T511 1540q18 0 18-18v-142q0-20-18-20-137-7-233-108.5T182 1011q0-132 90-230t224-114h56q21 0 21-19l6-61q17-173 147-290t305-117q173 0 303.5 117T1483 587l8 61q0 19 19 19h172q142 0 246 102.5t104 241.5q0 138-96.5 240T1703 1360q-21 0-21 20v142q0 18 21 18 139-4 256-76t184.5-192.5T2211 1011q0-107-42-204t-113-167-169-111.5-205-41.5h-34q-53-214-225-350.5T1031 0Q805 0 630 140.5T406 499q-177 41-291.5 184.5T0 1011zm741 67q0 40 26 68 24 24 65 24 39 0 66-24l118-122v424q0 38 25 65t63 27q37 0 64-27t27-65v-420l120 118q64 49 130 0 26-24 26-66 0-38-26-66l-276-274q-26-26-64-26-39 0-63 26l-275 274q-26 26-26 64z"/></svg>
<svg class="tc-image-cloud-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 20.618160247802734"><path d="M30.083 4.868A7.917 7.917 0 0 1 38 12.785c0 4.372-3.596 7.833-8 7.833h-8v-6h4l-6-6-6 6h4v6H4c-2.186 0-4-1.689-4-3.875a3.96 3.96 0 0 1 3.233-3.892l-.066-.858a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037z"/></svg>
<svg class="tc-image-cloud-upload-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 768"><path d="M602 64q49 0 91 17 43 17 77 51 35 34 53 76 15 34 17 75l2 32 27 17q32 21 55 54l3 5q16 25 25 52 8 27 8 57 0 42-15 78-16 36-46.5 66T831 689t-80 15H243q-37 0-69-13-31-13-57-38-27-26-40-57t-13-67q0-30 10-57.5t29-51.5q22-26 50-42l38-22-6-43q-1-7-1-17 0-23 8-44 9-21 27-38 17-17 38-25 22-9 46-9 19 0 35 5l43 13 26-37q25-33 61-57 60-40 134-40zm0-64q-94 0-170 51-45 30-76 73-25-8-53-8-37 0-70 13.5T174 169q-27 26-41 58-13 33-13 70 0 13 1 26-38 22-67 57Q0 445 0 529q0 50 18 93 18 42 53.5 76.5t79 52T243 768h508q55 0 104-19.5t88.5-58.5 59.5-86q21-49 21-104 0-79-44-145-31-46-76-76-3-51-22-97-23-52-67-96-44-42-98-64Q664 0 602 0zm39 608V302l95 95q9 9 22.5 9t22.5-9q9-10 9-23t-9-23L632 202q-10-9-23-9t-23 9L437 351q-9 10-9 23t9 23q9 9 22.5 9t22.5-9l95-95v306q0 13 9.5 22.5T609 640t22.5-9.5T641 608z"/></svg>
<svg class="tc-image-cloud2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0018310546875 948.669921875"><path d="M870.126 449.002c9.75-7.25 19.624-14.376 28.458-23.208 26.416-26.458 46.542-58.666 59.584-95.708 4.166-11.584 1.208-24.584-7.544-33.25-8.708-8.75-21.624-11.708-33.246-7.584-70.792 25-147.376 8-199.792-44.5-52.5-52.502-69.584-129.042-44.5-199.792a32.014 32.014 0 0 0-7.584-33.292C656.836 3.002 643.878 0 632.252 4.086c-37.084 13.164-69.25 33.246-95.668 59.664-67.082 67-87.958 162-64.958 247.584-86.5 11.042-164.25 57-216.042 127.586A221.881 221.881 0 0 0 224 436.67c-123.5 0-224 100.5-224 224.002C0 784.17 100.5 884.67 224 884.67c27.376 0 54.168-5 79.418-14.668C361.332 920.502 435 948.67 512 948.67c77.084 0 150.666-28.168 208.582-78.668 25.25 9.668 52.042 14.668 79.418 14.668 123.5 0 224-100.5 224-223.998.002-98.878-64.832-182.044-153.874-211.67zm-288.292-340c5.084-5.166 10.542-9.958 16.292-14.458-4.5 71.958 21.458 142.75 74.208 195.458 52.752 52.75 123.542 78.666 195.502 74.208-27.584 35.168-65.584 57.042-106.252 66.376-54.75-69.5-135.208-113.25-223.916-120.374-24.542-67.918-10.166-146.876 44.166-201.21zM800.002 820.67c-34.25 0-65.832-11-91.876-29.334-46.957 56.584-116.876 93.334-196.124 93.334-79.25 0-149.168-36.75-196.124-93.334-26 18.334-57.624 29.334-91.876 29.334-88.376 0-160-71.624-160-159.998 0-88.376 71.624-160 160-160 21.624 0 42.124 4.376 60.876 12.124 40.376-78.71 119.5-133.792 212.624-139.086 4.876-.29 9.624-1.042 14.5-1.042 25.832 0 50.624 4.042 74 11.166 31.582 9.668 60.376 25.416 85.376 45.708 23.876 19.376 43.876 43.124 59.624 69.792 2.666 4.5 5.668 8.75 8.082 13.458 18.792-7.75 39.336-12.124 60.918-12.124 88.376 0 160 71.624 160 160s-71.623 160.002-160 160.002z"/></svg>
<svg class="tc-image-cloud3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 640"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zm0 384c-34.25 0-65.832-11-91.876-29.334C661.168 539.248 591.248 576 512 576c-79.25 0-149.168-36.752-196.124-93.334C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160z"/></svg>
<svg class="tc-image-cloud4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9999389648438 1024"><path d="M1024 269.666c0-98.292-80-178.248-178.334-178.248-4.792 0-9.542.166-14.292.54C785.124 34.292 715.418 0 640 0c-75.376 0-145.124 34.292-191.376 91.958-4.75-.374-9.542-.54-14.376-.54C336 91.418 256 171.376 256 269.666c0 10.292 1.376 20.25 3 30.084-1.084 1.416-2.376 2.708-3.416 4.166a221.881 221.881 0 0 0-31.584-2.25c-123.5 0-224 100.5-224 224 0 123.502 100.5 224 224 224 27.376 0 54.168-4.998 79.418-14.666 36.708 32 80.208 53.876 126.414 66.416L384 832l64 64-64 128 192-128-64-64 9.624-19.166c73.5-2.25 143.5-29.458 198.958-77.834 25.25 9.668 52.042 14.666 79.418 14.666 123.5 0 224-100.498 224-224 0-51.332-18.084-98.166-47.332-136 29.164-31.75 47.332-73.624 47.332-120zm-224 416c-34.25 0-65.832-11-91.876-29.292-38 45.792-91.5 77.458-152.458 88.25l-47.542 4.624C430.5 748 362 712 315.877 656.376c-26 18.292-57.624 29.292-91.876 29.292-88.376 0-160-71.582-160-160 0-88.334 71.624-160 160-160 21.624 0 42.124 4.418 60.876 12.166 1.124-2.166 2.5-4 3.624-6.084a260.414 260.414 0 0 1 41.332-56.084c46.168-47.792 110.334-78 182.168-78 99.418 0 184.668 57.334 227.082 140.166 11.292-4.666 23.336-7.666 35.75-9.666l25.168-2.5c24.668 0 47.75 6.084 68.624 16 22.624 10.834 42.042 26.75 57.292 46.416 21 27.042 34.084 60.668 34.084 97.584 0 88.418-71.624 160-160 160zm131.124-340.75c-36.958-26.876-82-43.25-131.124-43.25-10.624 0-21.124.75-31.584 2.25-59.748-81.374-154.04-130.25-256.416-130.25-68.25 0-132.624 22.124-185.876 60.708 14.958-45.706 57.458-78.956 108.124-78.956 15.5 0 30.124 3.124 43.5 8.666C508.124 104.916 569 64 640 64s131.916 40.916 162.168 100.084c13.458-5.542 28.166-8.666 43.498-8.666 63.168 0 114.334 51.166 114.334 114.248 0 29-11.124 55.126-28.876 75.25z"/></svg>
<svg class="tc-image-cloud5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9998779296875 948.66796875"><path d="M870.124 449c9.75-7.25 19.624-14.374 28.458-23.208 26.416-26.458 46.542-58.666 59.584-95.708 4.166-11.584 1.208-24.584-7.544-33.25-8.708-8.75-21.624-11.708-33.246-7.584-70.792 25-147.376 8-199.792-44.5-52.498-52.5-69.582-129.042-44.498-199.792a32.015 32.015 0 0 0-7.584-33.292C656.836 3 643.878 0 632.252 4.084c-37.084 13.166-69.25 33.25-95.668 59.666-67.082 67-87.958 162-64.958 247.584-86.5 11.042-164.25 57-216.042 127.584a221.881 221.881 0 0 0-31.584-2.25c-123.5 0-224 100.498-224 224 0 123.5 100.5 224 224 224 27.376 0 54.168-5.002 79.418-14.668 57.912 50.5 131.58 78.668 208.58 78.668 77.084 0 150.666-28.168 208.582-78.668 25.25 9.666 52.042 14.668 79.418 14.668 123.5 0 224-100.5 224-224C1024 561.792 959.166 478.626 870.124 449zM581.832 109.002c5.084-5.166 10.542-9.958 16.292-14.458-4.5 71.958 21.458 142.75 74.208 195.458 52.752 52.75 123.542 78.666 195.502 74.208-27.584 35.168-65.584 57.042-106.252 66.376-54.75-69.5-135.208-113.248-223.916-120.374-24.542-67.918-10.166-146.878 44.166-201.21z"/></svg>
<svg class="tc-image-cloud6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 640"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128z"/></svg>
<svg class="tc-image-cloud9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.165000915527344 14.593000411987305"><path d="M22.913 8.347c-.321-1.439-1.479-2.748-2.885-3.206a6.23 6.23 0 0 0-1.51-.299 3.662 3.662 0 0 0-.863.038c-.381.066-.435.019-.522-.339a5.625 5.625 0 0 0-.541-1.559 5.677 5.677 0 0 0-1.421-1.7C14.107.436 12.739 0 11.38.116A5.542 5.542 0 0 0 8.845.96c-.435.276-.805.627-1.161.995-.063.066-.121.136-.179.206-.365.44-.6.954-.825 1.472-.061.151-.093.31-.142.465-.031.08-.035.167-.084.239-1.396-.396-3.022-.137-4.229.667-.316.21-.643.465-.9.746C.489 6.661 0 7.938.038 9.176c.031 1.014.337 2.077.944 2.899.174.236.381.463.604.654 1.048.896 2.521 1.462 3.863 1.716.385.073.776.116 1.168.119 2.673.019 5.347.009 8.02.006.96-.001 1.92.023 2.878-.069 1.254-.121 2.414-.729 3.487-1.352.606-.352 1.17-.739 1.482-1.387.503-1.042.681-2.284.429-3.414zm-8.928 1.379c-.262.523-.589 1.01-.932 1.482-.307.423-.617.977-1.04 1.294-.12.09-.253.158-.4.188-.401.081-.817-.113-1.135-.342-.16-.115-.235-.27-.325-.437-.049-.09-.128-.181-.088-.289.034-.094.131-.153.199-.219.058-.056.122-.108.174-.168.127-.147.28-.26.397-.418.117-.16.212-.334.313-.504.151-.256.288-.583.297-.885.012-.406-.437-.34-.702-.333-1.119.027-1.929-.832-2.29-1.822-.338-.926-.368-2.005-.035-2.936.078-.202.166-.398.292-.575.162-.251.347-.481.591-.657a2.73 2.73 0 0 1 .741-.46c.493-.217 1.162-.307 1.696-.316a3.313 3.313 0 0 1 1.564.358 3.096 3.096 0 0 1 1.648 2.149c.1.49.165 1.073.115 1.572-.052.523-.129 1.042-.29 1.544zM.715 11.351zm22.2-1.793l.003-.006v.007l-.003-.001zM12.485 6.2a4.405 4.405 0 0 0-.029-.263 3.896 3.896 0 0 0-.198-.854c-.103-.273-.26-.556-.552-.661-.248-.089-.51.054-.639.264-.144.236-.164.552-.163.822.001.204.02.429.075.626.086.308.19.685.438.903.339.297.869.269 1.016-.21.061-.2.067-.416.051-.627z"/></svg>
<svg class="tc-image-cloudapp tc-image-button" width="22pt" height="22pt" viewBox="0 0 567.31298828125 409.60003662109375"><path d="M.001 280.576c0-35.504 12.544-65.872 37.632-91.136 25.087-25.264 55.215-37.888 90.368-37.888l.511.512c0-1.024-.08-2.224-.255-3.584-.176-1.36-.256-2.384-.256-3.072 0-40.272 14.08-74.576 42.24-102.912C198.401 14.16 232.449 0 272.385 0c35.152 0 66.048 11.264 92.672 33.792s43.008 50.864 49.152 84.992h8.704c39.92 0 73.984 14.16 102.144 42.496s42.256 62.64 42.256 102.912c0 40.288-14.096 74.592-42.256 102.928s-62.223 42.48-102.144 42.48c-2.736 0-4.784-.16-6.144-.495v.495H120.816v-.512c-33.792-1.712-62.367-15.023-85.76-39.935C11.68 344.24 0 314.72 0 280.576z"/></svg>
<svg class="tc-image-cloudirc tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.083499908447266 41.6904296875"><path d="M10.291 33.25C4.607 33.25 0 28.642 0 22.958c0-5.446 4.23-9.904 9.584-10.267C10.361 5.554 16.407 0 23.75 0 31.62 0 38 6.38 38 14.25l-.087 1.583h2.462a8.709 8.709 0 0 1 0 17.417H20.583a7.917 7.917 0 0 1-12.78 6.247l.905.086a4.75 4.75 0 0 0 4.48-6.333h-2.897z"/></svg>
<svg class="tc-image-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2370 1554"><path d="M0 1099q0-159 99-282.5T353 658q41-188 190-307.5T886 231q189 0 337.5 116.5T1416 646h29q188 0 321 132.5t133 320.5-133 321.5-321 133.5H455q-92 0-176.5-36T133 1421t-97-145.5T0 1099zm155 0q0 122 88 209.5t212 87.5h990q124 0 212-87.5t88-209.5-88-209-212-87h-148q-16 0-16-16l-7-52q-16-151-126.5-250.5T886 385 623.5 485 498 735l-7 45q0 16-17 16l-48 7q-115 10-193 95t-78 201zm944-930q-16 15 8 22 69 30 115 59 18 5 24-3 97-92 226-92t223.5 86.5T1801 455l10 68h151q104 0 179 74.5t75 177.5q0 96-66 167t-163 82q-16 0-16 17v121q0 17 16 17 161-10 272-127t111-277q0-169-119.5-288.5T1962 367h-16q-42-160-175.5-263.5T1472 0q-226 0-373 169z"/></svg>
<svg class="tc-image-cloudy-gusts tc-image-button" width="22pt" height="22pt" viewBox="0 0 2429 1936"><path d="M0 1456q0-40 27-67 28-26 64-26h578q118 0 201.5 84.5T954 1650q0 119-83 202.5T669 1936t-203-84q-25-25-25-64t24.5-64.5T530 1698q37 0 65 26 32 31 74 31t73-30.5 31-74.5q0-42-31-72.5t-73-30.5H91q-37 0-64-26.5T0 1456zm0-324q0-39 27-66 28-26 64-26h1125q42 0 73-31t31-74-31-73.5-73-30.5q-44 0-73 30-29 24-68 24t-63.5-24.5T987 797q0-40 24-65 81-81 205-81 119 0 202.5 83t83.5 201-83.5 201.5T1216 1220H91q-38 0-64.5-25.5T0 1132zm229-252q0 13 17 13h154q13 0 23-16 36-87 112-144t170-64l56-8q21 0 21-18l8-55q17-173 146.5-290.5T1242 180q177 0 307 116.5T1697 588l8 63q0 18 18 18h173q145 0 248.5 102t103.5 245-103.5 245-248.5 102h-737q-20 0-20 18v148q0 18 20 18h737q145 0 267.5-71t194-193.5T2429 1016q0-145-71.5-267t-194-193-267.5-71h-33q-50-213-223.5-349T1242 0q-226 0-400 140.5T621 500q-137 32-243 131.5T231 867v4q-2 5-2 9z"/></svg>
<svg class="tc-image-cloudy-windy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2539 1876"><path d="M0 1454q0-39 27-65t67-26h957q38 0 63 25.5t25 65.5q0 38-25.5 63.5T1051 1543H94q-40 0-67-25.5T0 1454zm281-326q0-38 29-64 23-24 63-24h960q37 0 61.5 25t24.5 63-24.5 65-61.5 27H373q-37 0-64.5-27.5T281 1128zm66-249q0 15 18 15h152q15 0 25-15 36-87 111-144t168-64l58-7q18 0 18-19l7-55q18-174 148.5-290T1359 184q174 0 302 114.5T1811 587l8 63q0 17 19 17h171q145 0 247.5 102t102.5 247q0 140-104 243.5T2009 1363h-735q-19 0-19 18v143q0 19 19 19h735q108 0 206.5-41.5t169-112.5 112.5-168.5 42-204.5q0-144-70.5-265.5t-192.5-192-267-70.5h-33q-52-215-224.5-351.5T1359 0q-227 0-401.5 141.5T736 503q-138 31-242 129.5T349 869v2q-2 4-2 8zm122 905q0-39 28-64 24-25 63-25h959q39 0 65.5 25.5t26.5 63.5-27 65-65 27H560q-37 0-64-27t-27-65z"/></svg>
<svg class="tc-image-cloudy2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9998779296875 813.6639404296875"><path d="M1024 269.666c0-98.334-80-178.292-178.334-178.292-4.792 0-9.542.208-14.292.582C785.124 34.248 715.416 0 639.998 0c-75.376 0-145.124 34.248-191.376 91.958a182.09 182.09 0 0 0-14.376-.582C336 91.374 256 171.332 256 269.666c0 10.292 1.376 20.208 3 30.084-1.084 1.416-2.376 2.708-3.416 4.166a221.881 221.881 0 0 0-31.584-2.25c-123.5 0-224 100.498-224 223.998 0 123.502 100.5 224 224 224 27.376 0 54.168-5 79.418-14.666C361.332 785.498 435 813.664 512 813.664c77.084 0 150.666-28.166 208.582-78.666 25.25 9.666 52.042 14.666 79.418 14.666 123.5 0 224-100.498 224-224 0-51.376-18.084-98.166-47.332-135.998 29.164-31.792 47.332-73.666 47.332-120zM800 685.664c-34.25 0-65.832-10.998-91.876-29.332-46.957 56.582-116.876 93.332-196.124 93.332-79.25 0-149.168-36.75-196.124-93.332-26 18.334-57.624 29.332-91.876 29.332-88.376 0-160-71.624-160-160s71.624-159.998 160-159.998c21.624 0 42.124 4.376 60.876 12.124 1.124-2.124 2.5-4 3.624-6.042 11.25-20.542 25.124-39.376 41.332-56.084 46.168-47.832 110.334-78 182.168-78 99.418 0 184.668 57.332 227.082 140.124 11.292-4.624 23.336-7.626 35.75-9.624l25.168-2.5c24.668 0 47.75 6.084 68.624 16 22.624 10.832 42.042 26.748 57.292 46.376 21 27.042 34.084 60.708 34.084 97.624 0 88.376-71.624 160-160 160zm131.124-340.75c-36.958-26.916-82-43.248-131.124-43.248-10.624 0-21.124.75-31.584 2.25C708.668 222.5 614.374 173.666 512 173.666c-68.25 0-132.624 22.084-185.876 60.668 14.958-45.708 57.458-78.958 108.124-78.958 15.5 0 30.124 3.124 43.5 8.664C508.124 104.916 568.998 64 639.998 64s131.916 40.914 162.169 100.04c13.458-5.54 28.166-8.664 43.498-8.664 63.168 0 114.334 51.166 114.334 114.292.002 28.956-11.122 55.08-28.874 75.246z"/></svg>
<svg class="tc-image-cloudy3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M416 128c17.666 0 32-14.334 32-32V32c0-17.666-14.334-32-32-32s-32 14.334-32 32v64c0 17.666 14.334 32 32 32zm248.876 84.334l45.25-45.25c12.498-12.5 12.498-32.75 0-45.25-12.5-12.5-32.75-12.5-45.25 0l-45.25 45.25c-12.5 12.5-12.5 32.75 0 45.25 12.498 12.5 32.75 12.5 45.25 0zM32 448h64c17.666 0 32-14.334 32-32s-14.334-32-32-32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32zm672-32c0 17.666 14.334 32 32 32h64c17.666 0 32-14.334 32-32s-14.334-32-32-32h-64c-17.666 0-32 14.334-32 32zM167.082 212.334c12.502 12.5 32.752 12.5 45.25 0 12.502-12.5 12.502-32.75 0-45.25l-45.25-45.25c-12.5-12.5-32.748-12.5-45.25 0-12.5 12.5-12.5 32.75 0 45.25l45.25 45.25zM800 512c-10.624 0-21.124.75-31.584 2.25-33.542-45.75-78.248-80.666-128.916-103C636.918 290 537.877 192 416 192c-123.5 0-224 100.5-224 224 0 34.876 8.668 67.5 23 96.876C95.75 517.75 0 615.624 0 736c0 123.5 100.5 224 224 224 27.376 0 54.168-5 79.418-14.666C361.332 995.834 435 1024 512 1024c77.084 0 150.666-28.166 208.582-78.666C745.832 955 772.624 960 800 960c123.5 0 224-100.5 224-224S923.5 512 800 512zM512 384c-91.876 0-177 39.624-236.75 106.5C263.376 468.166 256 443.084 256 416c0-88.376 71.624-160 160-160 79.624 0 145.124 58.334 157.416 134.5-20.04-4-40.498-6.5-61.416-6.5z"/></svg>
<svg class="tc-image-cloudy4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 813.6639404296875"><path d="M976.668 389.664c29.248 37.832 47.332 84.624 47.332 136 0 123.498-100.5 224-224 224-27.376 0-54.168-5-79.418-14.666-57.916 50.498-131.498 78.666-208.582 78.666-77 0-150.668-28.168-208.582-78.666-25.25 9.666-52.042 14.666-79.418 14.666-123.5 0-224-100.502-224-224 0-123.5 100.5-224 224-224 10.624 0 21.124.75 31.584 2.25 1.042-1.458 2.332-2.75 3.416-4.166-1.624-9.876-3-19.792-3-30.082 0-98.334 80-178.292 178.25-178.292 4.832 0 9.624.208 14.376.584C494.876 34.25 564.626 0 640.002 0c75.418 0 145.124 34.25 191.376 91.958 4.75-.376 9.5-.584 14.292-.584C944 91.372 1024 171.33 1024 269.664c0 46.332-18.168 88.208-47.332 120z"/></svg>
<svg class="tc-image-clubs tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.057999610900879 16.000999450683594"><path d="M11.824 6.138c-.922 0-1.751.384-2.341 1.011-.25.265-.684.58-1.153.856.22-.842.917-1.902 1.4-2.367a3.27 3.27 0 0 0 1-2.367C10.73 1.476 9.301.019 7.53 0c-1.771.019-3.2 1.475-3.2 3.271 0 .932.38 1.771 1 2.367.484.465 1.18 1.525 1.4 2.367-.469-.277-.903-.591-1.153-.856a3.197 3.197 0 0 0-2.341-1.011C1.449 6.138 0 7.601 0 9.409s1.448 3.271 3.236 3.271c.923 0 1.751-.396 2.341-1.023.263-.279.726-.627 1.223-.916-.047 2.308-1.149 4.003-2.271 4.67v.59h6v-.59c-1.122-.668-2.224-2.363-2.271-4.67.498.289.961.637 1.223.916a3.21 3.21 0 0 0 2.341 1.023c1.787 0 3.236-1.464 3.236-3.271s-1.448-3.271-3.236-3.271z"/></svg>
<svg class="tc-image-cmd tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M800 448h-96v128h96c123.712 0 224 100.288 224 224s-100.288 224-224 224-224-100.224-224-224v-96H448v96c0 123.776-100.288 224-224 224S0 923.776 0 800s100.288-224 224-224h96V448h-96C100.288 448 0 347.776 0 224 0 100.288 100.288 0 224 0s224 100.288 224 224v96h128v-96C576 100.288 676.288 0 800 0s224 100.288 224 224c0 123.776-100.288 224-224 224zM320 224c0-52.992-43.008-96-96-96s-96 43.008-96 96c0 53.056 43.008 96 96 96h96v-96zm0 544v-64h-96c-52.992 0-96 43.008-96 96s43.008 96 96 96 96-43.008 96-96v-32zm384 32c0 52.992 43.008 96 96 96s96-43.008 96-96-43.008-96-96-96h-96v96zM576 448H448v128h128V448zm224-320c-52.992 0-96 43.008-96 96v96h96c52.992 0 96-42.944 96-96 0-52.992-43.008-96-96-96z"/></svg>
<svg class="tc-image-cny tc-image-button" width="22pt" height="22pt" viewBox="0 0 588.3796997070312 804.5730590820312"><path d="M345.333 804.573h-98.286q-7.43 0-12.857-5.143t-5.43-13.143V597.716H64.19q-7.43 0-12.857-5.143t-5.43-13.143v-58.857q0-7.429 5.43-12.857t12.857-5.429h164.57v-48.571H64.19q-7.43 0-12.857-5.143t-5.43-13.143v-59.429q0-7.429 5.43-12.857t12.857-5.429h122.286L3.046 27.429q-4.57-9.143 0-18.286Q8.762 0 19.047 0h110.858q10.857 0 16.57 10.286l122.858 242.857q10.857 21.714 32 71.429 5.714-13.714 17.43-38.857t15.713-34.857l109.143-240Q448.188.001 460.188.001h109.144q9.714 0 15.43 9.143 5.142 8 .57 17.714L406.475 357.715h122.857q7.43 0 12.857 5.429t5.43 12.857v59.429q0 8-5.43 13.143t-12.857 5.143H363.619v48.571h165.714q7.43 0 12.857 5.429t5.43 12.857v58.857q0 8-5.43 13.143t-12.858 5.143H363.619v188.571q0 7.429-5.43 12.857t-12.856 5.429z"/></svg>
<svg class="tc-image-coda tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.79800033569336 22.644001007080078"><path d="M19.377 5.231l-.419-.362-16.81 15.685L17.847 3.908l-.42-.364c-2.026-1.087-4.61-.843-6.72-.149-.609.201-1.217.442-1.796.718a13.358 13.358 0 0 0-3.416 2.312c-2.303 2.165-3.767 5.051-4.484 8.11a28.91 28.91 0 0 0-.488 2.611 48.977 48.977 0 0 0-.319 3.311c-.065.93-.204 2.187 1.094 2.109.231-.014.462-.011.693-.016 3.249-.069 6.516-.033 9.64-1.078 2.032-.68 3.98-1.779 5.503-3.292 2.282-2.265 3.934-5.567 3.675-8.845-.114-1.453-.434-2.987-1.433-4.105zM21.856 0l.942.942L5.189 17.531z"/></svg>
<svg class="tc-image-code tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.31399917602539 10.143413543701172"><path d="M5.828 10.142a1.992 1.992 0 0 1-1.414-.586L0 5.142 4.414.728a2 2 0 1 1 2.828 2.828L5.657 5.142l1.585 1.586a2 2 0 0 1-1.414 3.414zm7.658 0a2 2 0 0 1-1.414-3.414l1.585-1.586-1.585-1.586A2 2 0 1 1 14.9.728l4.414 4.414L14.9 9.556a1.99 1.99 0 0 1-1.414.586z"/></svg>
<svg class="tc-image-code_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.60700035095215 26.375"><path d="M16.955 0H0v26.375h22.607V5.652L16.955 0zm3.768 24.491H1.884V1.884h13.188l5.652 5.652v16.955zM7.572 8.753l-3.644 4.434 3.644 4.434.862-1.417-2.455-3.017 2.455-3.017zm1.594 8.763h1.599l2.542-8.681h-1.599zm5.868-8.763l-.862 1.418 2.455 3.017-2.455 3.017.862 1.418 3.644-4.434z"/></svg>
<svg class="tc-image-code-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 452.68798828125 274.35009765625"><path d="M301.311 166.446c6.48-6.467 6.48-16.951 0-23.422-6.48-6.467-17.342-6.467-23.823 0l-35.144 34.75V58.922c0-9.151-6.839-16.56-15.999-16.56-9.162 0-16.001 7.408-16.001 16.56v118.852l-35.005-34.75c-6.481-6.467-17.095-6.467-23.573 0-6.482 6.471-6.539 16.955-.057 23.422l63.07 63.023c.02.02.028.037.05.057a16.584 16.584 0 0 0 2.368 1.945c.102.067.2.134.302.2.322.206.651.403.99.587.117.064.231.133.35.193.421.218.849.423 1.292.605l.006.002c.405.167.817.308 1.233.442.112.037.222.085.335.118.151.047.307.074.461.115 1.424.385 2.872.588 4.315.588 1.442 0 2.89-.203 4.312-.588.153-.041.312-.068.464-.115.113-.033.224-.081.335-.118.416-.135.829-.275 1.233-.442l.007-.002c.441-.183.87-.387 1.289-.604.122-.064.24-.133.36-.198a18.53 18.53 0 0 0 1.298-.791c.408-.274.806-.562 1.184-.872l.011-.006c.406-.332.791-.684 1.162-1.051.024-.022.051-.043.074-.066l63.101-63.022z"/><path d="M138.344 274.342a23.929 23.929 0 0 1-16.971-7.029l-112-112C0 145.94 0 130.744 9.373 121.372l112-112c9.373-9.372 24.568-9.372 33.941 0 9.371 9.372 9.371 24.568 0 33.941l-95.029 95.029 95.029 95.029c9.371 9.372 9.371 24.568 0 33.941a23.925 23.925 0 0 1-16.97 7.03zm176 0a23.929 23.929 0 0 0 16.971-7.029l112-112c9.373-9.373 9.373-24.569 0-33.941l-112-112C321.942 0 306.747 0 297.374 9.372c-9.371 9.372-9.371 24.568 0 33.941l95.029 95.029-95.029 95.029c-9.371 9.372-9.371 24.568 0 33.941a23.925 23.925 0 0 0 16.97 7.03z"/></svg>
<svg class="tc-image-code-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1536"><path d="M288 1344q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-1152q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm640 128q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 0q0 52-26 96.5T928 486q-2 287-226 414-68 38-203 81-128 40-169.5 71T288 1152v26q44 25 70 69.5t26 96.5q0 80-56 136t-136 56-136-56-56-136q0-52 26-96.5t70-69.5V358q-44-25-70-69.5T0 192q0-80 56-136T192 0t136 56 56 136q0 52-26 96.5T288 358v497q54-26 154-57 55-17 87.5-29.5t70.5-31 59-39.5 40.5-51 28-69.5T736 486q-44-25-70-69.5T640 320q0-80 56-136t136-56 136 56 56 136z"/></svg>
<svg class="tc-image-code-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22.827999114990234 12.257267951965332"><path d="M7.242 12.255a2.978 2.978 0 0 1-2.121-.879L0 6.255l5.121-5.121C6.254 0 8.233 0 9.364 1.135a3.002 3.002 0 0 1-.001 4.241l-.878.879.878.879a3.002 3.002 0 0 1-2.121 5.121zm-4.414-6l3.707 3.707c.38.379 1.039.377 1.413.001a1.001 1.001 0 0 0 .001-1.415L5.657 6.255l2.292-2.293a1 1 0 0 0 0-1.414 1.023 1.023 0 0 0-1.414 0L2.828 6.255zm12.758 6a3.002 3.002 0 0 1-2.121-5.121l.878-.879-.878-.879a3.002 3.002 0 0 1 0-4.242c1.129-1.133 3.109-1.134 4.242 0l5.121 5.121-5.121 5.121a2.978 2.978 0 0 1-2.121.879zm-.001-10a1.001 1.001 0 0 0-.706 1.707l2.292 2.293-2.292 2.293a1 1 0 0 0 0 1.414 1.022 1.022 0 0 0 1.414 0L20 6.255l-3.707-3.707a.997.997 0 0 0-.708-.293z"/></svg>
<svg class="tc-image-code-working tc-image-button" width="22pt" height="22pt" viewBox="0 0 452.68798828125 274.35009765625"><g transform="translate(-29.656 -117.658)"><circle cx="184.166" cy="256.166" r="24"/><circle cx="256.166" cy="256.166" r="24"/><circle cx="328.166" cy="256.166" r="24"/><path d="M168 392a23.929 23.929 0 0 1-16.971-7.029l-112-112c-9.373-9.373-9.373-24.569 0-33.941l112-112c9.373-9.372 24.568-9.372 33.941 0 9.371 9.372 9.371 24.568 0 33.941L89.941 256l95.029 95.029c9.371 9.372 9.371 24.568 0 33.941A23.925 23.925 0 0 1 168 392zm176 0a23.929 23.929 0 0 0 16.971-7.029l112-112c9.373-9.373 9.373-24.569 0-33.941l-112-112c-9.373-9.372-24.568-9.372-33.941 0-9.371 9.372-9.371 24.568 0 33.941L422.059 256l-95.029 95.029c-9.371 9.372-9.371 24.568 0 33.941A23.925 23.925 0 0 0 344 392z"/></g></svg>
<svg class="tc-image-code-xml tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 34"><path d="M11 30L0 19v-3L11 5v5l-7 7 7 7v6zM24 0l-6 34h-4l6-34h4zm3 30v-6l7-7-7-7V5l11 11v3L27 30z"/></svg>
<svg class="tc-image-codecademy tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.001066207885742 12.781001091003418"><path d="M15.886 11.542h-3.73c-.062 0-.113.04-.113.115v1.01c0 .063.038.114.114.114h3.73c.063 0 .114-.037.114-.114v-1.01c0-.075-.038-.114-.115-.114zM10.976.034c.01.023.02.046.032.08V12.64c0 .04-.013.064-.025.077a.115.115 0 0 1-.09.04H.103c-.025 0-.05 0-.064-.014a.117.117 0 0 1-.038-.09V.1c0-.05.026-.088.064-.1h10.828c.026 0 .064.012.077.024l.004.01zM1.213 11.44c0 .05.026.09.064.102h8.428c.038-.012.064-.05.064-.102V1.327c0-.05-.027-.09-.065-.102H1.278c-.038.013-.064.05-.064.102V11.44zm3.41-5.63c.434 0 .715.165.97.46.038.05.102.063.153.024l.69-.613c.05-.037.038-.114.013-.152-.423-.51-1.036-.83-1.827-.83-1.06 0-1.865.524-2.17 1.47-.116.33-.167.752-.167 1.314s.05.983.166 1.315c.306.945 1.11 1.468 2.17 1.468.792 0 1.405-.32 1.827-.817.024-.05.037-.115-.014-.153l-.69-.613c-.05-.038-.115-.038-.153.013-.268.294-.536.46-.97.46-.473 0-.83-.23-.984-.69-.09-.268-.116-.587-.116-.996 0-.41.026-.716.115-.984.152-.447.51-.677.983-.677z"/></svg>
<svg class="tc-image-codeigniter tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.554000854492188 30.973997116088867"><path d="M20.002 11.705c-.066-.034-.123-.069-.19-.104.1.241.132.447.129.63.035-.149.059-.302.062-.462.002.198-.022.385-.068.558a.99.99 0 0 0 .006-.096c-.055.23-.146.444-.268.639a.879.879 0 0 0 .059-.063c-.72 1.205-2.684 1.468-3.653.224-1.555-1.998.032-4.151.254-6.266.278-2.651-1.384-5.225-3.446-6.765 1.135 1.837-.361 4.266-1.557 5.625-1.16 1.317-2.572 2.417-3.852 3.613-1.376 1.285-2.699 2.639-3.83 4.147C1.386 16.403 0 20.2 1.018 23.966c1.017 3.764 4.277 6.16 7.958 7.007-1.857-.803-3.595-2.843-3.599-4.931-.005-2.276 1.437-4.209 3.232-5.479-.216.815-.333 1.56.201 2.289a2.163 2.163 0 0 0 2.188.828c1.919-.42 2.008-2.53.87-3.76-1.125-1.217-2.214-2.593-1.785-4.358.215-.885.758-1.714 1.447-2.306-.529 1.391.975 2.762 1.965 3.445 1.719 1.185 3.604 2.081 5.185 3.47 1.662 1.46 2.89 3.434 2.642 5.724-.269 2.482-2.241 4.208-4.453 5.079 4.674-1.032 9.504-4.66 9.603-9.844.082-4.265-2.844-7.547-6.468-9.426z"/></svg>
<svg class="tc-image-codepen tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.99899959564209 16.0740909576416"><path fill-rule="nonzero" d="M15.988 5.48c-.004-.02-.007-.04-.012-.057l-.01-.033c-.006-.017-.012-.034-.02-.05-.003-.012-.01-.023-.014-.034l-.023-.045-.02-.032-.03-.04-.024-.03a.402.402 0 0 0-.034-.038l-.027-.027-.04-.032-.03-.024-.012-.01L8.38.155a.68.68 0 0 0-.76 0L.305 5.028l-.009.01a.262.262 0 0 0-.032.023.4.4 0 0 0-.04.032l-.027.027-.034.037-.024.03-.03.04c-.006.012-.013.022-.02.033l-.023.045-.015.034c-.007.016-.012.033-.018.05l-.01.032c-.005.02-.01.038-.012.058l-.006.03A.869.869 0 0 0 0 5.598v4.875c0 .03.002.06.006.09l.007.03c.003.02.006.04.013.058l.01.033c.006.018.01.035.018.05l.015.033c.006.016.014.03.023.047l.02.03a.16.16 0 0 0 .03.042c.007.01.014.02.023.03.01.012.02.025.034.036.01.01.018.02.028.026l.04.033.03.023.01.01 7.31 4.876a.685.685 0 0 0 .762 0l7.314-4.875.01-.01a.262.262 0 0 0 .032-.023.4.4 0 0 0 .04-.032l.027-.027.034-.037.024-.03.03-.04.02-.032.023-.046.015-.033.018-.052.01-.033c.005-.02.01-.038.013-.058 0-.01.003-.02.004-.03a.68.68 0 0 0 .006-.09v-4.87a.68.68 0 0 0-.006-.09l-.007-.03zM8 9.665L5.568 8.038 8 6.412l2.432 1.626L8 9.664zm-.688-4.446L4.332 7.21 1.926 5.6l5.386-3.59v3.206zm-4.217 2.82l-1.72 1.15v-2.3l1.72 1.15zm1.237.828l2.98 1.993v3.208l-5.386-3.59 2.406-1.61zm4.355 1.993l2.98-1.993 2.407 1.61-5.387 3.59V10.86zm4.218-2.821l1.72-1.15v2.3l-1.72-1.15zm-1.237-.827l-2.98-1.993v-3.21l5.386 3.59-2.406 1.61z"/></svg>
<svg class="tc-image-coderwall tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00391387939453 16.00155258178711"><path d="M14.239 12.473a1.764 1.764 0 1 1 0 3.529 1.764 1.764 0 0 1 0-3.53zM8.003 6.237a1.765 1.765 0 0 1 0 3.528 1.765 1.765 0 0 1 0-3.528zm6.236 0a1.764 1.764 0 1 1 0 3.529 1.764 1.764 0 0 1 0-3.53zM8.003 0a1.765 1.765 0 0 1 0 3.528 1.765 1.765 0 0 1 0-3.528zM1.767 0a1.765 1.765 0 1 1-.002 3.53A1.765 1.765 0 0 1 1.767 0zm12.472 0a1.764 1.764 0 1 1 0 3.529 1.764 1.764 0 0 1 0-3.53z"/></svg>
<svg class="tc-image-codeschool tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.003999710083008 16.007999420166016"><path fill-rule="nonzero" d="M8.004 14.563a6.564 6.564 0 0 1 0-13.125A6.562 6.562 0 0 1 14.567 8a6.558 6.558 0 0 1-6.564 6.563zm0-14.555C3.584.008 0 3.592 0 8.008s3.586 8 8.004 8c4.416 0 8-3.584 8-8s-3.576-8.008-8-8zm-.867 10.196L4.802 8.008l2.335-2.204V3.748L2.63 8.008l4.507 4.253v-2.057zm1.74-6.457v2.056l2.333 2.205-2.335 2.196v2.057l4.509-4.253-4.51-4.26"/></svg>
<svg class="tc-image-codiepie tc-image-button" width="22pt" height="22pt" viewBox="0 0 1710 1792"><path d="M1549 679q55 0 85.5 28.5T1665 791t-34 82-91 27h-136v177h-25V679h170zm161 590l-4 11-5 10q-113 230-330.5 366T896 1792q-182 0-348-71t-286-191-191-286T0 896t71-348 191-286T548 71 896 0q244 0 454.5 124T1680 462l2 4 8 16q-30 15-136.5 68.5T1390 635q-6 3-479 268 384 183 799 366zm-814 501q250 0 462.5-132.5T1681 1280l-287-129q-72 140-206 222t-292 82q-151 0-280-75t-204-204-75-280 75-280 204-204 280-75 280 73.5T1380 615l280-143q-116-208-321-329T896 22q-119 0-232.5 31.5t-209 87.5T278 278 141 454.5t-87.5 209T22 896t31.5 232.5 87.5 209T278 1514t176.5 137 209 87.5T896 1770z"/></svg>
<svg class="tc-image-codio tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.860000610351562 16"><path d="M6.928 16L0 11.998v-8L6.93 0l6.93 3.998-3.93 2.27-3-1.735-3.004 1.734v3.466l3.002 1.733 3-1.733 3.93 2.265L6.93 16z"/></svg>
<svg class="tc-image-codrops tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.893959045410156 22.496999740600586"><path d="M9.378.112C5.734.889 2.5 3.544 1.144 6.877a11.673 11.673 0 0 0 0 8.785c1.2 2.938 3.884 5.395 7.033 6.44 1.13.367 1.398.395 3.418.395s2.288-.028 3.418-.395c4.76-1.568 7.881-5.847 7.881-10.832 0-4.943-3.023-9.152-7.739-10.776C14.067.127 13.714.07 11.949.028 10.861 0 9.703.042 9.379.113zm3.488 7.4c1.949 3.418 2.556 5.098 2.288 6.299-.424 1.808-2.006 2.966-3.813 2.782-.89-.099-1.85-.636-2.387-1.313l-.339-.452h.565c1.539-.028 2.726-1.483 2.486-3.065-.085-.65-.565-1.935-1.13-3.037l-.325-.636.72-1.229c.395-.678.763-1.2.819-1.158.057.028.565.847 1.116 1.808zM9.9 8.868c1.215 2.415 1.426 3.474.904 4.378-.946 1.596-3.192 1.144-3.658-.748-.071-.226-.014-.678.141-1.13.254-.805 1.765-3.63 1.935-3.63.057 0 .367.508.678 1.13z"/></svg>
<svg class="tc-image-coffee tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 14"><path d="M13 14H1a1 1 0 1 1 0-2h12a1 1 0 1 1 0 2zm.5-14H1v9c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7h.5C15.43 7 17 5.43 17 3.5S15.43 0 13.5 0zM11 9H3V2h8v7zm2.5-4H12V2h1.5c.827 0 1.5.673 1.5 1.5S14.327 5 13.5 5z"/></svg>
<svg class="tc-image-coffeescript tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.378000259399414 18.50299835205078"><path d="M12.486.729c-.4.118-1.293.517-1.998.917-1.622.917-2.751 1.128-3.385.658-.4-.329-.423-.399-.117-.611.188-.141.752-.212 1.222-.188.494.023.893-.047.893-.165.023-.423-2.257-.423-2.68 0-.87.893-.024 1.787 1.834 1.951 1.081.094 1.528-.023 3.15-.752 2.116-.964 3.714-1.269 4.49-.87.588.329.658.846.117 1.058-.682.258-1.904.141-2.21-.188-.306-.399-.94-.235-.94.235 0 .964 3.573 1.105 4.49.165C18.833 1.481 15.565 0 12.486.729zM1.928 2.281C0 3.315 1.858 4.726 6.065 5.431c5.336.893 13.729.235 15.985-1.246.729-.47.776-1.434.118-1.787-.4-.212-.47-.188-.47.212 0 1.293-3.738 2.139-9.544 2.139-6.394 0-10.061-.917-9.591-2.421.141-.47.141-.47-.635-.047zm.01 3.573c.094.353.306 1.128.47 1.693.306 1.011.282 1.034-.517 1.857-1.81 1.881-1.646 4.466.423 5.995.705.517 2.633.635 3.08.188.188-.188.117-.259-.259-.259-.611 0-2.045-1.223-2.539-2.139-.47-.94-.423-2.398.117-3.056l.447-.564.235.588c.141.329.846 1.505 1.599 2.586.752 1.105 1.528 2.469 1.74 3.056.353.917.588 1.152 1.763 1.763 1.152.564 1.716.705 3.503.776 3.479.165 5.994-.87 6.371-2.562.094-.4.823-1.693 1.622-2.868 1.504-2.233 2.186-3.597 2.821-5.783.564-1.928.541-1.951-.87-1.316-2.116.964-5.501 1.363-10.485 1.223-5.101-.141-6.982-.494-9.497-1.763-.094-.047-.117.211-.023.588z"/></svg>
<svg class="tc-image-cog tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.625999450683594 37.625999450683594"><path d="M8.344 2.676l5.482-2.44 1.749 3.928a14.915 14.915 0 0 1 5.705-.148L22.821 0l5.602 2.15-1.542 4.016a14.915 14.915 0 0 1 4.14 3.927l3.93-1.749 2.44 5.482-3.929 1.749c.424 1.907.46 3.842.148 5.705l4.016 1.541-2.15 5.602-4.016-1.542a14.914 14.914 0 0 1-3.927 4.14l1.749 3.93-5.482 2.44-1.749-3.929c-1.907.424-3.842.46-5.705.148l-1.541 4.016-5.602-2.15 1.542-4.016a14.914 14.914 0 0 1-4.14-3.927l-3.93 1.749L.235 23.8l3.929-1.749a14.914 14.914 0 0 1-.148-5.705L0 14.805l2.15-5.602 4.016 1.542a14.914 14.914 0 0 1 3.927-4.14l-1.749-3.93zm6.808 7.915a9 9 0 1 0 7.321 16.444 9 9 0 0 0-7.32-16.444z"/></svg>
<svg class="tc-image-cog-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm-57.129 234.375H657.13l11.06 110.303c22.728 6.053 44.277 14.988 64.16 26.513l85.84-70.166 80.786 80.786-70.166 85.84c11.525 19.883 20.46 41.432 26.513 64.16l110.303 11.06V657.13l-110.303 11.133c-6.053 22.709-14.997 44.22-26.513 64.087l70.166 85.84-80.786 80.786-85.914-70.166c-19.873 11.516-41.37 20.463-64.086 26.513l-11.06 110.303H542.87l-11.133-110.303a262.285 262.285 0 0 1-64.013-26.513l-85.914 70.166-80.786-80.786 70.166-85.914a262.285 262.285 0 0 1-26.513-64.013L234.374 657.13V542.87l110.303-11.06c6.05-22.716 14.997-44.213 26.513-64.086l-70.166-85.914 80.786-80.786 85.84 70.166c19.868-11.516 41.378-20.46 64.087-26.513l11.133-110.303zM600 494.311c-58.374 0-105.689 47.315-105.689 105.689 0 58.374 47.315 105.689 105.689 105.689 58.374 0 105.689-47.315 105.689-105.689 0-58.374-47.315-105.689-105.689-105.689z"/></svg>
<svg class="tc-image-cog-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.870676040649414 19.001144409179688"><path d="M10.937 2l.855 3.42 3.389-.97 1.5 2.6-2.534 2.449 2.535 2.45-1.5 2.6-3.39-.97L10.937 17h-3l-.855-3.422-3.39.97-1.501-2.6L4.726 9.5l-2.534-2.45 1.5-2.6 3.39.972L7.937 2h3m0-2h-3c-.918 0-1.718.625-1.94 1.516l-.353 1.412-1.4-.4a2 2 0 0 0-2.283.922l-1.5 2.6a2 2 0 0 0 .342 2.438l1.047 1.01-1.048 1.016a2 2 0 0 0-.343 2.438l1.502 2.6a1.997 1.997 0 0 0 2.283.924l1.399-.401.354 1.415A2 2 0 0 0 7.937 19h3c.918 0 1.718-.625 1.939-1.516l.354-1.414 1.399.4a2 2 0 0 0 2.283-.923l1.5-2.6c.459-.796.317-1.8-.342-2.438l-1.047-1.013 1.047-1.013a2 2 0 0 0 .342-2.438l-1.5-2.6a2 2 0 0 0-2.283-.924l-1.4.4-.354-1.412A1.997 1.997 0 0 0 10.937 0zm-1.5 7.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0-1c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z"/></svg>
<svg class="tc-image-cogs tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.52603149414062 67.68998718261719"><path d="M29.315 63.626a28.376 28.376 0 0 0 1.753 3.674 35.253 35.253 0 0 0 11.32-.667 18.94 18.94 0 0 1-5.526-13.397c0-10.493 8.506-19 19-19 5.035 0 9.612 1.959 13.012 5.156a35.04 35.04 0 0 0 .651-6.739 35.16 35.16 0 0 0-.3-4.596 28.309 28.309 0 0 0-6.578-2.508l-.333-8.16a36.621 36.621 0 0 0-6.33-.569l-1.801 7.965c-3.206.186-6.27.903-9.106 2.063l-5.067-6.406a36.4 36.4 0 0 0-5.456 3.259l3.226 7.505a28.648 28.648 0 0 0-6.15 7.022l-7.868-2.205a36.21 36.21 0 0 0-2.505 5.84l7.022 4.175a28.549 28.549 0 0 0-.917 7.199l.076 2.1-7.66 2.84c.288 2.13.761 4.201 1.402 6.198l8.135-.75zm-5.556-31.797l7.867 2.205a36.195 36.195 0 0 0 2.506-5.84l-7.022-4.176c.598-2.299.916-4.711.916-7.198l-.076-2.1 7.66-2.84a36.185 36.185 0 0 0-1.402-6.199l-8.134.75A28.446 28.446 0 0 0 22.536 0a34.755 34.755 0 0 0-8.474 4.583 18.924 18.924 0 0 1 4.464 12.237c0 10.335-8.251 18.743-18.526 18.994a34.634 34.634 0 0 0 2.186 9.383 28.327 28.327 0 0 0 8.125-1.988l5.067 6.406a36.393 36.393 0 0 0 5.456-3.26l-3.226-7.504a28.646 28.646 0 0 0 6.15-7.023z"/></svg>
<svg class="tc-image-coin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M256 213.4c141.4 0 256-47.8 256-106.7C512 47.8 397.4 0 256 0S0 47.8 0 106.7c0 58.9 114.6 106.7 256 106.7zm0 170.6c-97.7 0-184.1-23.5-238.6-59.8C6.3 336.2 0 349.1 0 362.7c0 58.9 114.6 106.7 256 106.7s256-47.8 256-106.7c0-13.6-6.3-26.5-17.4-38.4C440.1 360.5 353.7 384 256 384zm0-128c-97.7 0-184.1-23.5-238.6-59.8C6.3 208.2 0 221.1 0 234.7c0 58.9 114.6 106.7 256 106.7s256-47.8 256-106.7c0-13.6-6.3-26.5-17.4-38.4C440.1 232.5 353.7 256 256 256z"/></svg>
<svg class="tc-image-coin-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 533"><path d="M232.5 354.1c-10.4-18-19.2-36.5-27.2-55.2-35.2 60.1-57.8 126.7-66.6 195.5C206 529 287.2 533 359.9 500.7c-50-39.3-93.7-88.2-127.4-146.6zm26.2-27.5c34.5 60.5 80.8 113.4 136 155.4 63.6-41 107.7-109.4 116-188.4-59 23.6-123.2 37-190.6 37-20.8 0-41.2-1.6-61.4-4zm-56.1-87.9C132.9 238.3 63.9 252 0 278.8c3.7 75.6 40.8 147.9 105.2 194.7 9-62.9 29.5-125.2 63.3-183.6 10.3-18 21.9-34.9 34.1-51.2zm50.7-32.4c-34.5-60.5-80.8-113.5-136-155.4-63.6 41-107.7 109.4-116 188.4 59-23.6 123.2-37 190.6-37 20.8 0 41.2 1.6 61.4 4zm26.2-27.4c10.4 18 19.2 36.5 27.2 55.2 35.2-60.1 57.8-126.7 66.6-195.5C306 4 224.8 0 152.1 32.3c50 39.2 93.7 88.2 127.4 146.6zm29.9 115.3c69.7.4 138.7-13.3 202.6-40.1-3.7-75.6-40.8-147.9-105.1-194.7-9 62.9-29.6 125.2-63.3 183.6-10.4 18-22 34.9-34.2 51.2z"/></svg>
<svg class="tc-image-coin-dollar tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm0 13.5a6 6 0 1 1 0-12 6 6 0 0 1 0 12zM8 7V5h2V4H8V3H7v1H5v4h2v2H5v1h2v1h1v-1h2V7H8zM7 7H6V5h1v2zm2 3H8V8h1v2z"/></svg>
<svg class="tc-image-coin-euro tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm0 13.5a6 6 0 1 1 0-12 6 6 0 0 1 0 12z"/><path d="M10.482 9.068a.5.5 0 0 0-.684.181A1.51 1.51 0 0 1 8.5 10h-2a1.502 1.502 0 0 1-1.414-1H7.5a.5.5 0 0 0 0-1H5V7h2.5a.5.5 0 0 0 0-1H5.086c.206-.582.762-1 1.414-1h2a1.51 1.51 0 0 1 1.298.751.5.5 0 1 0 .865-.503 2.513 2.513 0 0 0-2.162-1.249h-2c-1.207 0-2.217.86-2.45 2h-.55a.5.5 0 0 0 0 1h.5v1h-.5a.5.5 0 0 0 0 1h.55c.232 1.14 1.242 2 2.45 2h2a2.51 2.51 0 0 0 2.162-1.249.5.5 0 0 0-.181-.684z"/></svg>
<svg class="tc-image-coin-pound tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm0 13.5a6 6 0 1 1 0-12 6 6 0 0 1 0 12z"/><path d="M9.5 10H6V8h1.5a.5.5 0 0 0 0-1H6v-.5a1.502 1.502 0 0 1 2.8-.75.5.5 0 1 0 .865-.501A2.51 2.51 0 0 0 7.5 3.999a2.503 2.503 0 0 0-2.5 2.5v.5h-.5a.5.5 0 0 0 0 1H5v3h4.5a.5.5 0 0 0 0-1z"/></svg>
<svg class="tc-image-coin-yen tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm0 13.5a6 6 0 1 1 0-12 6 6 0 0 1 0 12z"/><path d="M9.5 8a.5.5 0 0 0 0-1H8.434l1.482-2.223a.5.5 0 1 0-.832-.554L7.5 6.599 5.916 4.223a.5.5 0 1 0-.832.554L6.566 7H5.5a.5.5 0 0 0 0 1H7v1H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0V10h1.5a.5.5 0 0 0 0-1H8V8h1.5z"/></svg>
<svg class="tc-image-coins tc-image-button" width="22pt" height="22pt" viewBox="0 0 864 640"><path d="M832 544H440.128c11.488-19.808 20.288-41.28 26.112-64H832c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32zm0-96H472.448c1.312-10.496 2.208-21.152 2.208-32 0-10.88-.896-21.504-2.208-32H832c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32zm0-96H466.24c-5.856-22.72-14.624-44.192-26.112-64H832c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32zm0-96H418.304c-20.8-25.952-46.496-47.776-75.808-64H832c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32zm0-96H320c-17.696 0-32-14.336-32-32 0-17.696 14.304-32 32-32h512c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32zm0-96H320c-17.696 0-32-14.336-32-32 0-17.696 14.304-32 32-32h512c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32zM448 416c0 123.712-100.32 224-224 224C100.288 640 0 539.712 0 416s100.288-224 224-224c123.68 0 224 100.288 224 224zm-144.703 24.352c-3.232-7.648-7.392-14.304-12.608-19.968s-11.136-10.528-17.792-14.592a205.112 205.112 0 0 0-20.384-10.912 948.66 948.66 0 0 0-20.384-9.088c-6.656-2.848-12.64-5.92-17.888-9.184-5.28-3.264-9.472-7.008-12.608-11.2s-4.704-9.152-4.704-14.912c0-3.84.704-7.488 2.08-10.944 1.408-3.424 3.52-6.4 6.4-8.864 2.848-2.432 6.432-4.384 10.688-5.76 4.256-1.408 9.28-2.08 15.008-2.08 7.328 0 14.048.864 20.192 2.656 6.112 1.824 11.52 3.776 16.192 5.984 4.672 2.176 8.608 4.192 11.808 6.048s5.536 2.752 7.008 2.752 2.624-.384 3.488-1.184c.832-.8 1.536-2.048 1.984-3.808.48-1.728.768-3.936.992-6.592.192-2.688.288-5.984.288-9.856 0-3.456-.064-6.368-.192-8.672-.128-2.336-.384-4.288-.672-5.824-.352-1.536-.736-2.784-1.184-3.712-.512-.928-1.376-2.048-2.72-3.36-1.344-1.344-4.064-3.008-8.192-4.96-4.128-1.984-8.864-3.776-14.176-5.344-5.344-1.6-11.072-2.848-17.184-3.776-1.248-.192-2.528-.128-3.776-.288v-33.088h-31.488v33.088c-5.792.768-11.392 1.92-16.832 3.488-10.592 3.072-19.776 7.68-27.584 13.888s-14.016 14.016-18.592 23.36c-4.608 9.408-6.88 20.288-6.88 32.672 0 10.784 1.6 20.064 4.768 27.776 3.2 7.712 7.36 14.432 12.512 20.096s10.944 10.496 17.472 14.56c6.528 4.096 13.28 7.712 20.192 10.912 6.944 3.2 13.664 6.208 20.192 9.088s12.352 5.952 17.472 9.184c5.152 3.296 9.312 7.008 12.512 11.2 3.2 4.224 4.8 9.248 4.8 15.104 0 5.088-.928 9.696-2.784 13.856-1.888 4.128-4.576 7.584-8.096 10.4s-7.808 4.96-12.864 6.496c-5.088 1.536-10.784 2.304-17.216 2.304-9.728 0-18.304-1.088-25.696-3.296s-13.76-4.64-19.104-7.328c-5.344-2.656-9.696-5.056-13.088-7.296-3.392-2.176-6.016-3.296-7.904-3.296-1.344 0-2.528.384-3.488 1.088-1.024.736-1.824 1.984-2.4 3.712-.608 1.76-1.024 4-1.312 6.816s-.416 6.272-.416 10.4c0 6.144.384 10.848 1.088 14.112.736 3.296 1.984 5.792 3.712 7.488 1.728 1.728 4.544 3.68 8.48 5.952s8.832 4.384 14.688 6.432c5.856 2.016 12.64 3.776 20.288 5.248 7.648 1.44 15.968 2.144 24.896 2.144.384 0 .736-.064 1.152-.064v30.816h31.456V545.28c1.504-.384 3.104-.576 4.576-.992 11.584-3.456 21.728-8.64 30.4-15.488s15.52-15.392 20.608-25.664c5.056-10.272 7.552-22.176 7.552-35.776.032-10.336-1.568-19.328-4.736-27.008zM418.304 576H832c17.696 0 32 14.304 32 32 0 17.664-14.304 32-32 32H342.497c29.312-16.224 55.008-38.048 75.808-64z"/></svg>
<svg class="tc-image-collapse tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000771522521973 7"><path d="M5 4.688a.303.303 0 0 1-.092.22.3.3 0 0 1-.22.092H.314a.298.298 0 0 1-.22-.093A.3.3 0 0 1 0 4.688c0-.083.03-.157.093-.22L2.28 2.281c.062-.062.136-.093.22-.093s.157.031.22.094l2.188 2.187A.3.3 0 0 1 5 4.688zM14 .5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5zm0 2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5zm0 2a.5.5 0 0 1-.5.5h-7a.5.5 0 1 1 0-1h7a.5.5 0 0 1 .5.5zm0 2a.5.5 0 0 1-.5.5h-7a.5.5 0 1 1 0-1h7a.5.5 0 0 1 .5.5z"/></svg>
<svg class="tc-image-collapse-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v2h8V0H0zm2 3l2 2 2-2H2zM0 7v1h8V7H0z"/></svg>
<svg class="tc-image-collapse-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v8h1V0H0zm6 0v8h2V0H6zM5 2L3 4l2 2V2z"/></svg>
<svg class="tc-image-collapse-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v8h2V0H0zm7 0v8h1V0H7zM3 2v4l2-2-2-2z"/></svg>
<svg class="tc-image-collapse-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v1h8V0H0zm4 3L2 5h4L4 3zM0 6v2h8V6H0z"/></svg>
<svg class="tc-image-collections tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M40 28V4c0-2.21-1.79-4-4-4H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4zm-22-8l4.06 5.42L28 18l8 10H12l6-8zM0 8v28c0 2.21 1.79 4 4 4h28v-4H4V8H0z"/></svg>
<svg class="tc-image-college-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9"><path d="M2 6.3c.3-.2.5-.5.5-.8 0-.4-.2-.7-.6-.9V3.4L5.5 5 11 2.5 5.5 0 0 2.5l1.2.5v1.6c-.4.2-.6.5-.6.9 0 .3.2.6.5.8L.6 8c-.3 1 .5 1 .5 1h1s.8 0 .5-1L2 6.3z"/><path d="M3.5 5.2v.3c0 .4-.2.8-.4 1.1.2.4.4.8.4 1.4v.6c.5.2 1.2.4 2 .4C8 9 9 7.5 9 7.5v-3L5.5 6.1l-2-.9z"/></svg>
<svg class="tc-image-college-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 13"><path d="M7.5 0L0 3.5l2 .9v1.7c-.6.2-1 .8-1 1.4s.4 1.2 1 1.4V9l-.9 2.1C.8 12 1 13 2.5 13s1.7-1 1.4-1.9L3 9c.6-.3 1-.8 1-1.5s-.4-1.2-1-1.4V4.9L7.5 7 15 3.5 7.5 0zm4.4 6.5l-4.5 2L5 7.4v.1c0 .7-.3 1.3-.8 1.8l.6 1.4v.1c.1.4.2.8.1 1.2.7.3 1.5.5 2.5.5 3.3 0 4.5-2 4.5-3v-3z"/></svg>
<svg class="tc-image-color tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 247 247"><image overflow="visible" width="247" height="247" xlink:href="data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAPcAAAD3CAYAAADBjMJTAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4KmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wNVQxMDowMDowMyswODowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTA1VDEwOjE2OjM5KzA4OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wNVQxMDoxNjozOSswODowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo1MWNhM2U0ZC1jY2QyLTRlY2YtOTcwZi1hYjRlYzM5NWZmNmM8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NTFjYTNlNGQtY2NkMi00ZWNmLTk3MGYtYWI0ZWMzOTVmZjZjPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NTFjYTNlNGQtY2NkMi00ZWNmLTk3MGYtYWI0ZWMzOTVmZjZjPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjUxY2EzZTRkLWNjZDItNGVjZi05NzBmLWFiNGVjMzk1ZmY2Yzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wNVQxMDowMDowMyswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0NzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4yNDc8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PrVLdAcAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAseFJREFUeNrsvXecpVd1Jbr2+W51t7LUClgBBRBJZNkYCWEh0hiwDeaZsY0j9uABzzi8Z+M8pMHh2c8zHs84D2Nsg41xGIIxwSSJB0jAQyAQAgNCEhLKoZW7u+539vvjO2Htfc53q1oI0ZK69CtVddWte2/d+vbZe6+91tqiqtj3tne/ff768+W29Ztx+/KWrbctbzkGwDEAjv7EVR98gAiOAuSI25c7tt++3HEYgEMBHAjgQAH2A7ANwBaBLgAEABHAUoDdAHaK4E4AtwGL2wTDjsVwzE2HbHnAjYrheiBc+7DDHnTNQVsOukokXLkWDr/y4C3bdwGCb3nAw/ZdOHv5m+wL7r3j75A/ufyWi+Wfv/RnRwLhEV+85f97yM4oDwLwIAAnpfcj8m2DbOIOAQi0+z0pNwoQDFAsILIGxRqABQQCxTB9LgMUW64HwiXA2iVA+LLK8OWHH/rkL4qEz73kUc++DjAPtO/C2hfc98/X/cpbv4Qrb71Yrtl17ZGX33LxqZfdcsGjbl6//RQApwB4OICDfZD6ABXZOLABdYFOn5vgXqTg3gLFAsAAQSjBDVlMH9P3gAGQ6aNiuAUInxcZLjp82wMvOnBtvwsfftix5x+0dvh1Jxx0pB534PZ9wb4vuO/TmVkADH/6iZ974AU3X/hEAKem98cB2D4fnF9LYNus3Q9sgSAAWEsBuxWaArsG8SIFfA7s9FECgEW5vcoAwQBMh8KNQPiUSDh/LRx4/skHn/zR55zw6MuPO/CwMQX6vgtvX3Dfe1/bD13+j3Lz8o5DPn/9x06/+NZ/PR3AaQC+GcBhm6rRO29BNlnfryjHObgFYoM2Ze4puEPJ2tPXFiWr56xdD4BAh0L6XPLnAUC4SRA+sRgOOu+QtQPP/Zajjj/3iK1H3PzQQ4/Ug7ds23cR7gvuvf4tAJDfPvcHjrnszuufAeAMAE8BcPJdDebNZuy7Uo5LecopcGVRMziG1IcPgKyl4M59+ZACdtEJ7ilzi5SgLu9asr0AkC8pFucA+PAjD33Ye59z/MOvPO7AQxQT4LfvbV9w7x0B/eEr/lE+c/2nj7745guedft4x1kpoI/bYzTtbgvs+XK8H9xrU+DKmgvuAC1Ze6324pKCnnpvTaAccjkvHNQJsCtfkxL4U+UQrogI56yF/c4+5dBvetdjDz/+qocecrgevGXrvkDfF9zfkB46vPXzf3jou6986zMB5PcH3l3BfFdL8c2W46Hk9kXN0rLF/jv12zngFWuQAqJlEG4KbslBXLJ6Dt6asevXhTK6ABIQNR0EIpcD8h4gvOdRh5z0npec8vgdKZvvu1D3BffX7+2KW74UPnvjR7Z+7Mp3P/aqndd9F4BnA3j8ZgNa74HA3hw6boPbZm0O7pCCe4sbifmyvWZsG9z58BBouU1II7Ya4DHdViQgTrhj/v4ng6y985GHPOCfjjvw4AsedODhux5x2PZ92XxfcN+9WfrXP/KDh16187rnAHgugKcCOPyeeODNouIbleN8P1IOmxyga2m+zYG9SEE7oeQTQJYzuA1sScEoVKL7XlskmGydb6Mi5WsRQ3l2Cgbj5AZF+ECEvO2gtYPe8TMPf+yOBx544L5svi+479rbLbtulItv/Nhw/nXnHnv+9ed+H4DvBnD6PXWaYA97bJ+xN8raSASVOt+uoBlMRl4rAe4RciXUXAhUq9l5KFlYSua2WVsLop4DWszhoOUd+fNzgyze8uhDj3zTww/Z/tWnHX3MuC/I9wX3pl+Tj331XWt//8XffcQdMbwQwPMBPPQeQ+f2uAzf83IcKVAEAwXulhLsKOX4UOfbkpHxipJrKsNz4Cv12QUdTz010udK2Zn7cBPwJdgHAEhl+1Sya83mX4iQNwPDG19y8iM+961HHrG+L8j3BfequNn61xe+/FHnXffRH1bF8xQ4YW8J6rtajnsQrd5mcOwzHnfVoFUzJluU4Fbqr6WLmEspx9V8rQJqKvT5JoObe3TFgBHhMoW89VsOOer1P3XKQy4EsGtfkO8L7vIafOba92/96NXnnPKFmz78ojtjeD5ojJVfHv06nigidzWotfv1uZm2vW0eay0Kl9ySUtZq5k6BXQ8ESz+dDojOTBtiwDa40nsK/F6PXQO8BnMb5GO6XVRBRLhi/8WWNz/9m77pL07Yb/+LnnjkYff7IL+/B/fa6y/4+Qd//MbPvBjACzbK1FH3lqBus/VmM/Z0O0nldkjBvaWOtcr4a1EzueOV2zl3AGQt3acN7IqcDyWQVSsyrrbMBqHkTeaOlPF9cI8qGBGwhCBquAwS/uGJhx322pc94kEXA1jfF9z3o7drbvvS4vzrPnLkh6/43y++ZXn79wNySs2Fm39TnQJoo5dQ5Gs7BHoZuxvMm8jYkvrtNmtz4PJse8rcBUE3wZ3YbbIwZfUU8G7e7ebc6vpvNZl9QtFV+QCwH3PAKwSjBowQLDVlcggiwkX7hbW/ffpRh7/2mQ847LrjD9y23Bfc9+234ZNXvvuwv/zX3/1uAD+uCf3uhco38lXZWDiimyrF2z47/25TYE+Zd61kaQ5uwZYUTDl4/Zw70MhsUbJq7bGFyvw85xbTe9csHWyAS4CqzdIVMR8owAVLDIgKjC7glzpgxIARcu6I4c//w4lHveV5x26/CcC4L7jvY28XXvMvB5x79btOu+imz7xUFd8FYKtukAt1rwrsjbM1B7fM3laoX14rQJrN2jlzBxikXAglT4E/fa2XoTPAFlxg5+ybDgPK1nFF1kaTtafPl1oydQ3wVKYrBiwRsETYtUvDP521/aA/efZRB5132hEH3r4vuO8bb4v//bmXf9NHrjnvpxV4YUwUUf61dcMQ+voG+sZVu246qFdl7Ok2oSq7sAZgSymjq5xzjQQiPC6zBJZ6GAwTR5wC29JOxYFtMIE+PX7KzioFRY8aTPmuBSFHCfLRBLek4A4pawcsU9Dv1gG7EC7fibU3/tD2Lf/jZac84GoAy33BfS98u333jXLBNW875ONXvfc5l99xzX8E8KT8m0bqmXuBq5vqeO+ZoJ4N5E0Gdhvcg2GmAVsI0V5QJu8Ht5l1y8KV3hUVr2Db0C3FDRNNhiY75yDPGXzin0spuzVn6pSlI6QCbCXop+DepVOg78ICuzDgdh0+8sj91/7w+x+w/zu+/7gDbsZ9FFW/rwb32ms+9NQTbhuHn1fg+xQ4DBCo2r+iD/I2i99VRni9H7nLga+bPhDmUXF/G6KDluy8cLTTBLDJWrptnnMPdhQmZNpAmbfVcw9upBXKEaT0c/DBnUtwDSX750CPBSmXhJRL6beXCWEfdTBZex3T+04MuEMHXKWLm3bH8KZtiv/ymSccdNkJB265z6Hq4b72C5196f865Fc/+IzvvX0cXg/gpQIcJjNZcMMZMU1h9/Rwlz0ObC2F510J7M1ST6dBWO6+g+nEtfkBvq3QbyWoDi5SNNpCWVmEySli7otfnele7P0qvfIiQs+wtXBRc5/T/6dyfvpXTPc1AlimTL8LAUvgsC3AS3dHef2ZH73te//qil2H7Nh939Kk3Jcy9/CHHzvzmKt2rr1MIT8YFYfzhaAU3r4c3yiDb9wBfy1vuilbpc321/OBLWyBlObaW1wfnT3Upn689s1bKpAmbNKwIBaaBdSyqsxn5fKxCEYGM+/2mbuKSqbAVFN+S5lzKwLWC1o+AW1T1g5YT8DaTqxhlwbcgAV2aMCWURDjgMPWlzds273868cduva7f3/m4VfeVxD1+0rmPuDvL3rlM67ZtfY6AD8D4HCf0WQTwdNTTs2VzDmbr8q02ODnZYPAlpneerNzc//71KOER1JSsjJnVjG3tblR6LeYHkM2+H1ddhXp/nZh/remA7p/yUZ6lJjar1gqCKSRGjAWi4rp4xZVBNXDAfzM56+/83XPOfumZwA4YF9w7wVvF9/w/iP/67lPeelnb/jQHwB4Oo+BgvTKcEUv8Mu7bL68ltmA1XIpSuf97irppYOKy0y5DzpKhDKqLbfhvoYSHPwIXDJXdMCX3/Vzc4yJv30OtVpC++cR3XNRum1UpM9BP18/ju7VX4dgZ8ZfYsCgioUqBlWI4unXXX3zH/zAP1/x0nOu3n3kvuD+BpbhX7zuvce/8XO//pu3jcNrAJxcMzBdPsLYLF2eGwT4XJDvkd/ZXejRZ+fWYvvrsAI/KLcvoTKVt6EIOyb6Z+6LpfTPQ+mj1ZTYmXXGgVtf1ZDvQxxLjfpxfi+3p+OpHBjUiZf+vWTsHOj2efBhEjW/UPUYHdPPLUvvLVCdHmE/OpynANeTL7nhzte8/J+//Jtv+sKtx6f+4175triXPu9t//T5nz7tMzdc+HKIPE00BbQK4duaSs7p7577af4+ZDrBhfps8zlFDPfj0kHGBXd9niJf42m8mYGdfX7BZHI0GS+UctsHUSWm2MxcP7f3Vw+ckF6nNrtKYaIJ9eeMlaTSOgXkMtdG6rCUdMBEqpmiVobbqFPmBgQLBbYppswdFWtRIVNwI6juJ6ov/pP3XfqgL1x62Gt++sxjzjt0W9i5L3N/nd8uuf59B//NJ5/0fRfdeOHvC/C0kmnpY4BlaXGJbgtQbTIiZ8awInt2e/a7+D6Xpf3jbRTY/d9FqAxPgBi5n+TgDZKyedOD5xKcfkN/O6l9tCDUnro8mdAg7oysR7ovBaPjYh5n6p2DCWR7kOSAzsSWmsFj6bsDdhZLivS6ajrS0kcoMMQIUX3aBy+69vd/5K8u+j6kJRH7gvvr9Hbh1f/7yLd86TU/c9XOLb8l0Meg6fjsYGQqzylfSS8g1YBP0nmBZK7slT54dZdHFzLfV4cNyn4RmD4fnbK9BqgNNhEbIGbMlWbR9TBwZba40lgo4DuogGYoi37ZIPZZqxuJqQvUMubS+leMGyAegCCKYDcEB0TFIgILVWxZjghTtp6CO04ftYzg8Jg7dtz+W8/9g0/+zD9+6vojd+y89wDp95pR2D9ecNoxV+7c+p+WKj8WFdsmsUAmpghGzagpoCp1vFXKt9qDRTcKU4aedFVxe9dWZWT12N1x6spKRLzHrcvOppl0kreLLIqARHmLCNZodVAonuUw47L8MY/VSABiFGNSzQ8LmSUFqTBrLaTZdO6/B0Aq/TTfx5IoqRM7DVAJhbCSSSxRkTnl2I0F1nXAnRhwqy6wAwFxFGwbBYfsXmIRFcNyiS3LiMX6EsP6Eov1JdbWR2C5hOxeAruX0PXlTl2Or3vqY77p11/+fzz0yn09991UXbz/S//xpKt3bfm/FXjBVEqnwq0EqSLIhJyK64FLstLSaU+ZQtsgnfrw9Jn6EdI8ULbR9jvZQ5eVTYN20n8WMpv/pYOU8+1DQrOtK4oBusQi5cL1jdT7tAw9V0NIsL23WuQ8CDCqENAG05Pnr6lIUYvl22gK+KhSjBwUgt0asAuCGIGgmIJaplI8AWkJpZlR3aluA/CTH/jEFUdiGX/5R59x4iXHb9+2V7Ne9uqy/JY7vzy8/cJvPfWLN336jwV4ge9Vg9jeOvfVQTyDuaLHYQWKDoem9+bec1NYcSW0L6UDfQwzt93ovqXbWyt8UV1/NiHdUjprClaLfud/M0Kdvy+mPOcyPKQeOxTv8kxSEfdbZXReRBq2m6RfaPo++K9Usr8aPnrtx+soLFRATVGzeBGPTD+3BsGgAfvHCI2pbkg99iIqJMYpacQ4lejlNS/H2wvO/sQVf/zTf/DxU/d2JH2vDe5b77xk69mXvPzbrtm55fcwGf6bDMvneg5cmMDX7ojL01BlJmMWksoKEG0z467gAnuzCPmqsdhmGgT7u3CfnQLTB3ZnTi310i5BKU3Wbh9VDPFFaFbuR1/BUXm4r25pPur+ytGMwerYS2lQmOffYzoIhgjsp9MttsQIGRUhRoSY+u38ecrmcQLWPHjxzFtvueP3nvufPvBtF11289Z9wb0Hb7ftvGTbP//rDzz9xjsv/R0AT+YBiVB2Dgk0CyUTK814UwaXzgybDwVpkXQb7NpFsVdl1z3nla8+MNrH1U614T/P2TLPqqXMuFvCSt7QGczPZkMGEQuuScfB1M6nhcr8YILeY+D8L64G6mksNpNLML99lMHovC0/ffrabmLiDSo4YIwTGh4nAouopj5NIYr6bwJnGmxK5Mm33brzd37xjz/+dADb9gX35t72v+jq1z47qvwWgCdYpNeOvETarMuBOxuAHQuiIP0A40sFmxyNbRT0e3IYtL/HCgvj2edhHU9E2lFXYDRbAo2k6qVSEXA6PFzoRirDeaDFJXp0Y63es5fSi7PPev/ynR53+iz36iVbpwy/i0DXjNcEzT13gh5TSc6ZWhIiO33dFksS5Am337bzt773Vec8G8D++4J7xdv68qb9P/GVX/2OS3e879VR8Ri4gswHcw1k7QZ77Z87pbi0I6M+XdUHlh22mDHa3agn6VcIK3aA8R+1zJ2DKa1r78j8cMcQk1YFZtlkgfpm5npXrnm5D5HOcWRBNjHfD+bVRVOai/tLAHBjMoGloUbUyckWFWyNikWMWMSIoFPJPZXiU2APOmX0XJYjRiCV51P21kpen37Jx1x3zS2v/tU//vh37G0BvjcF9/6fufJ3v+OSm97/qqjyaLhMG0rZzWV4Bc+a8jxd5AZkE+2U6G1W75XpPaNBM40VdMv3TWX4FbftcdLnSnJbgTDJJJXThgpas7jP5EIKr+k1ChTudr6NBrpk6yQ6HBzKjl5hbubwoZl39wgw9RAYqqlDUrNFCNYToAYNEA1YaNpepglIS0E85N6aS/KYSS1as3hMfyNVnsY8+iOfvPJVL/jl9+5VAb5XBPcduy7ZdsHlv/Ksy3e85xUKnAKfhTgIKFODUPLQlOvqIJyZgBXtQDV9RtvKvthl8x7YtfmgnxeZrBKx5MDWDn4vPl8Kq7NC2xWLPwQq8q4uo4sQGg40nTSDcpH7cKHDJc21K1TYCkiqHBSlDLcaPZKBAljXKigJCmyNEWsxQsYJGQ85a2tFzBlMgyowxlSWK6ATsVVLsGv5w0qQU66//tZX/Or/OO9Ze0sPHr7xgX3p1g9d/IKnX37z+14RIY+CAbrUuGELgEHIxl4s0BYc0JT/jSaD94UiQTzDrd+LC1b15y3Hqo9qe05WXwa60eOW6sQ8T3HETRpblUBmoK3OuMUN64SQciXBhxDA1ZHlzCIL0r1tQKW4tmw37Zo5+IUG06s56kAsuYnsIioQFWyJiY6jiiFO2RpREWLN3CF9TcZI2lG1ov/8XmfguQd/1Ec+eeUrvucX/uXpALber4P7zl2XLj51+S+evh7DK0bFY5uJgxtf5fFWkBzYLsALiq40A680B9+H90vutsObK9M3k1F9fmm7yM2NszYDoFnltV/fA0spNUCXBcsMls2zbekFbq8/D7UyEFsFlIAUPzabADSWbuaRnZWJwozTRpJ7xkKACaUkHyEQBbbGiayyGEdgjCbAw5hm3umj5BI9xtJzc6mez2uNSii6ZhHSY6+/7tZXPOsn33b6hV+6YXG/De7PXv69j71l18WvUci3eqCMMyz3zoNQR+YDPPXdQeznRkwitiTv9dwZbOtl91Xjsz1FwzcSnMzNvXsEHjdZLmMwSaMrKXyLzPseqKwOta+WmsFDFoiQ2CQLQzwhxczAi19bewDITF3hWwFpaxRX04QOBz1UV9Q0rhs1QOIEpG2JEUNUrKmW8jtE4pXTu44TsFZ6bxqVBaXGQd1kY7o2vnXnneuv+W9/dcFj75fB/bkrXvLgm3Yvf3OaY6vtqenPGUqWJVxXfJ9dA1xEDchW+2dyy24CvE94mfseNomubzQa25Ofwcwor71tHUOpkWTWTMoBBeHs7cUiXM7PldT1MWyfDvs4pjay9UFdOMDsAg+kERIuvqGpq37z+GuEYF0naeegE2FlEadsndHxENO8e4wYxnFCyWPqs2PqsVNQayrXVVO2Tp8LtHCZ1XZgT/7ipTf85qv/6OMPvvnW3fef4L7gy6cde+WtH/ttQP5NW4ZPtY1BrzNYJOS6JVP/bbIzUUobKqpYS3yf0YPYn59D1JuAE1tZ3JVZ9qq5eJOpZUWfL2ozbJF5DiU7C3mpVaIKDFIuaNlohkpKIJ0kEQgj8dIr1cX33jW7i2slRIQQeotgiDv6gbpCCElQMgF3qUyPgv0KgFbL8aCKYYxZvz3NsWMO6jwGq2V4UOLPKc/AVwbTv3n/uZf+9n/7q08de78I7qtv+vujbtq989cAfA8ceFV66zzy4v65ZPFeUeazNMrPBTcHt6U/c8yZ9NiZiYv9fm8MJbL58lo2AZZxUM/33JUmC7Mf29klsaWReMdSLs1pFi7W5QQSXJCGDnzXbSIswm545GLILCp9EW+VfoZGCqpuMeC6Tl8fkkhkyJLOlLWlfIwIo5bsjdRvY1RoKcmnvls11uwda+aujhE1k6udWXzP+z9yya/97T//61H3dKzdow3/TbeefcgXr/31lwDhRejQEsL010as88PpBVLFINWyLyaecEiZKk5SIKgoRhUEmf4uIau8VBBFyQkkMwunXBCThCzdtNSOjbsK87pVZmfWugEwxttC83NdtfVzDjjL5ByYIriWumKWCAhl6YyID65MR1kiICTJFFTvcGtnjOSiMpChYuWul2NTrUhEiRuefx+lasAw6TS3CUhOO2lkJtVlJdIBkTeP5MfcEhVbtY69hpTBZayfI2XymLN2zLxyLZkcEVPJrijjsHx9aMr8uTSXZhgqL/qjv/7UVQD++/d/x8Nuvi9m7m1XXP/L3w3gpVqtq1pgS2DK8oqMtx5onIGrEqxlq0FWZdl+Vp9zaAEFloj2M/gGpXigUh6d7Lyy3+4EtseqvcNaQ2hxmZxL3PnfuONiapxTMEv3qfwDb4BYf++mHhKUuTdgPdRCCmymnQKThntM2n2oIETBIiHfQ4wYErVUykeFjAlAK/+OQMrSZZ4d67NT1gqnz6cgr+Mxbaef+wF46b9+ecd335Mz8Hssc3/pypecdsv6nT+nimNK9yTJ50xRtLR50hklgRT5EpIpB8VsbqY6HeoqiBlsS3cQMZVjMaXRAC2fi0x/3JguoOmk1XoCaL2cNF3uSgVwo+8Wddpv6Wbu3s9udvzVzMelP/6qe7dsX2xKbVRTBMNYE7jeOtD+L9dzi3c3reAcZ/C55kMI+c4bRUTZ/BCFypr12HxMjUXamYA0CbRXLNk2RcHWMWJL7q3H7LSSwbNpBCYaJwBtOQIxpmwdU+ldR2FaRmI1wNUJTuAgw+IUMr3ix7zvI5f8nKpe9n++6NSzDz14y30jc9982znHX3/7R35NoI+Z44fz+MpTTBlUCxlIE/8z/P32dkMarw1ulGV6dLjvufFZS97sjcm0S+MImxh9zb9rqRR6ohdGyTMYJaTosvRSpH53cP3yULTZuddWCRYtFyf9LCwzZqeFjvaLcQBfetNvIHybltrK/blfOZTXC6lU0soAJQuliCGpwUKaaec+XNLYS8cJQdeMmmeknObcUkpwhVXfqmnnXJjnVvMx7//Ipb/27g9++fj7RFl+y+3vP+ILV//HV0DxDIVfAKC1xC0IeKTxFwNpSuQTNUpgBsX8kthVtxkYhBMrRwhNmW6FK1hZMrN/m33fsxLeBvRcC2BDnOwfxKPbjJD3WGY2O7cKsEBZVwzavjGNFc74sLYEBeSjUj87l7ZUVDi/tPqeFwNOc+1JHLIYc1BPWTssE5CWWWjLcRp5JYBNE7iWwTPE3IMn0CwqNI/IIstFqR6nYG+0/IJn/OkbP/2Kr1xx6xH39uA+4NJrXvYiAC/MYyyg0kqlN8aikZQhsjQZXClz54OBvz69L4LL7q6PD9Tvt2w3+3ykoPguu8+9ixthSe3VQ57Hr3yfOTw6w6l5hbQ0ZBWTocnJNItEDKmF/l0zeDCjNbutpGb5IExsEcMp12a0xZVACn2xhhFKywQjsesiadYHFQwJIV9LmTq/L1K2XoypJI9xyrQ50McpkDVnaA7q0l9PPPRi8aWrGYvq0FYBsD7GF/7Qz7/9RV+54tYD7q3BLZde/QtP3h13/ntA9xfK0mZ2CxozCdERhD6aIHbfB32PWMbBvFtaamAWnPl5ztj9sZfxCunx1LF6Lr6pFw4b89jtNZN9yVzgsuuKs0jS7jw7OIthoYUFQheoOKmmFCRdDOzfykZFhPCHfvOS++zeBhFe/TuSfdKIgBgFYQS2jhFbx7ESVlIwYxwRUr89jbwiECc6au6xNc2+tRBWIs27iaySMnTJ3NCm3ZbGbbNc+/sD+Pd/9Ibzn7yHl8beEdxf/Mppx950+9t/UYCHwCG8gUQh4ntfEnEEysa97D4IMISpj879NWfWQYjsQj06Z+Pmew7NFurFjV8bOlTZDcgsAXtOdJm9r1IJMJ87l9NDKXVrD+56bg45opsWT/Lcl2d/NLE0VYiloaIhwQQ3aQ9Otx2asp6ZbtrsLgvFEDFSBteyoFAwJBBtbcxstKkcH1IvvShWSlrYaFPQE388ccb5dgYmpdLbQKcEqopuylDjIR/+5JW/+KHzrjz2XhXc1970Z4fcvrz5FwA8jbHc/Gf13mfByS5Dx2HLZFlxbOL0tQE28/uNz27PZC3TSyXA9+/X5bUOL37BASijzw+GvkY+ulg/dr98wIpEnN+4TLNvU05LaJhjtUdHhwOOzhYSDnIYGajCBrA6Uo1Sz5+XE6h6ZlogQ4bQ/FWiChCDIawMqeeWQlaZ+uohZewpc4+VqJKDnFhqpa9O822JnrQCi5QnB1VK0htZ3T3tV37vnF9409s+d8i9JbiHq2/6r98p0BdW9Nh6nHlThZqJlDIrZ10/y7bZ1aDipmdv34dSEdRe3QhPiNUWPLIOKu1lVTYnc4ivQWgyt7/Mfm8gn7PcM0//DiWDDjU7E488CJNa2OUU9WdNT84lP+rIigt4w2KzMxFDMxWqNgDrikpSTxWncJNcsg+IqB7pEoG1GLFlnIJ6iBE6Tv31kPrnRdQyEstkFSSkPBNXlEQkcCOv0lpqLcm9X2XQ+cCa0RO88A/e8Mnv/OBHLh/26uAexx34/GWPOwnQnwJwJAw1VEmIUUvyIO12ZputSesjCeEWbUQfA2XwjITn+xzoa8MMrdXSVtUNXLwKy427ZJ6DDpfROeBne+4OCOcNHEpQimWLtQ6mbT/NgaRgl5aqIsuyTHEe5z19NrcE6KHlYmFAT1ZVWKDN88iVMIK6n7t+LiqpFE9ikNRjl8ydEHMda68tyzGpvjKltMo9szAEHNQ5U0c30y7miS7QUdlsK5tq1SMB/NRfvfnCk/bq4L7ltn84dIx3vAzAaSwECWalTw02LquNeINKb0bGeVZtZtZwfXqwP+eVYANVAnwfVVwCehzQoeGsm4x9v0XHGU1vvcmVenVtg7mj/W7Mh1OG5OyMlI2DU4GZLOzHYyJ9IaYEs71z+jmWiQ6UybktaBVkzQFDJbu4LZ1isn3uzafb50ytudeWANEBIQJrWrN0nmVnrXaRdyYSS/63RstWgzqQzABnFSBTkFtLPsTVHurK4hJTpxtgLb+d9oXLbnrZb/w/Hz50bw1u2XHbO58D4AVdooWzS4J41ZUFLrwvmSnXDSpux1l2ju0PCtsGVBTdmSz2rJ3QOrDaXrsvzey5sLaA2fz+bumRQOk5aTOM4rnxfBDXewuuVLaCEZUB7L5eATgYO2NpNoOJ6asV0vzyQdCpc/JChFAGa/w9tlfK9NRFskoaMhCWS2cK3kEjKb0ijbumz5V125EtjntuqB02GtFR0bmGezd3by9498cve87diZ7fbcF97fUvP3bn+gX/AdDD2XEUlL25LJ8ydixBV0EwIpfQbfgsn8rr6EpsknJyQLtR2MAltxmFtSMx02O7Mr1XqvdL5/5+7T0xZ6ilemsiWNFrDmwYxBrSbvjoAmBETFEXxMxI41oieHqrtHpycWU6l9vWSinPsD2kGlKPXa6AaSFBKsdDQsQHjRjiCBnHqtlOWm0UJlomqigwjmUEVkwaIrHSCkkFZK2kBlkXIq8oqBznOE9LEHqBTYz+w6H4D3/4uk8cu1cF9+13nHPATbf/zc8COCOIlWFaSqkak0MGybisZmCNwSk/Jqs9OFLAt3RUHpc1P9+U6LU6YOAsH0xcpg8O3PO67uAPArSeZz13l973g8DMnPuEkglYC+XzbHU0mNvDU0rhy/sMjA2Okgo3VgORVeqhgsaeyRNrgqGXhk6Pbmfi1V0lj72mA2aYyCqxAmiTZhtpvl3LcFEaeeWeOY6JsEIIOQFrnK2VoBNRNyEpJXubnEXnqzbxpfr0dsab3vGvPwvggL0muHfc+udPBPC9YiiWlMEaAkqkkZglr/jbDu573h6v0ki1S3Thz4c8LksfRex9lGAnsK2hropSoOoKqyZLhsFKUsyq2XZ/hoy0URM8thIxn0uSYlaH0eB4bMFk7Ol5B8r0dntIOQKkB6D5ISY7vzi5qFOVqXDpzWMvKZmcB6MRgYI40UxzZh7HQlqR5Zj6bi3jL4mJcjqmwB5jzb7RccnVBTurx1wJziW76NzG1RXVef3C977oZ97+xJtv3vmND+477vjg4bfv/OBPAji+9sZqel30qJ+UnQcegQGGvBI4Y+cgpJ8vQUukl/qudH8VbCuAXAdE48ceZEZQwsQX92+fpdsxmM3o0hTZPSIIe5dVdFsS5BXSPQQGu2hZHzwbDX4pnx2JeSAt5P8kVEppY8HUm4u3bUAQLt3pJ8V6m/M6IF7tm0G4RUTxQ1uMsez4Wox1rp03ikis3HEsJ/RcNBZATZ1neZUFVFcWloqaYCTgrLcXvYOOb6ARwPEXX3XzT777A18+/Bsa3Ovrl8qV1//o80XwXRPUoQZk4q7JCERg0XK4jN1kZ0ldllQLY0tPzWh6dEITKrHdzwzCP8sc9g6hhXrxwZfdfjzGLcTKvptfl3nCKXuC2z47UAafsqmWebaCHUs91TOXz2Y27TzURHxPz/rvzGhzTNPZZYL1oxbZKRqJzwSQ8cFRgbQxTQMEATICYRwJDa8fJfXaiHGimi4nsoqMOUunDDw6Smn2J48c0LUcV1KCCfmW138nMxDN2m6Y20I3NvGgl/K73vDWi57/tYJrX1Nw33rHW44G8OMCbDUjHEMvzcESTW8tzdgLqa+1AWspoZZ44gUgk1DEzrNb2WdF0vNt/e18Nh7EUmab3trf1olMfP7k7JUzYRD/9WBWAk2z58H21i6TGu+xUobXnnt6jtNIK0j2VhtKL14cT0WcuGToWxabA8Rm6CwptQHugl06SjY6XOroa1GJLJJ6bSRxSAKrqulh9SEfypxbqz9a1mqDkPHUqxcGGnHJxUg92T9NmxGXqI1in+V5dCYzGTx9betNt+368V//zXOO/kYF99qtt/3tiwV6uh0P8Q4tNQGfpQBws17uwyVlaCa0DBJdNo0uE0fju5Zlo4NYKmrN+hUHGAzJJdrMDerTQXNuMlmsl6WToAoVw64MbctZSxP1SwTs1pDQ7AGzt4c1QxTquU2QwVgKy8yWkung8fcRnHAEQLNCCC7YLa2ndUbl/jwkC6VqxaQQqAYM2fOMqKTDWMkqGREPuZ8eyR+tKL+mj8YjjfzJzVohRsjNuAuEltsmWlb02V1KcWe0JsDp7/7kFS++9LIda/d4cN94w2sePMarvhd2ktnoor0dEhsdWr64XTYglFHF9d+DtD8TXMYvGTn4Mtwi6pnwYvp0FqKU23kqLCweIF4AWSme3LPmbBuMqULucymblvdFyaBBUsZFQCjikHw7O6O2qHrqpcX3zfS51Axcn2dImd7eVys1Dc3ngP39WJgS2J9csiDEUk/zzi9IKLN2SVk7ZDmnY6VJNj8cqxJMYrQc8VgDPGu2izeaM2IQ00/zv2157tlpXTWf6kqFn/Q/fu9f/f1nHnyPBvedd35g6y13/M+fEOgjmQIKsxQvUw7cfNu5iJoem1HvlKFFGFbJ5b2aPpyzuDkYwNk5lixtEHOmrq76yJlaqPsVYMgXvEgzeppzMDElMLG9yk5sVHPDWpZTaWvuswJunAW5ZA8SWm13Y+YwGBoqPJGVmD3qLlE1nmiMpMNIRIXppoSI19sEN/5K/bkskoPKWFReg+m3c1CPKairIETihJxroqBqnnXHSmIxYhGeazPHHNopx+3txQFnvteeGYH1vfaAR57z8ct/4vLLdmy9x4L79jve8kgAzwf6+679Op+GR849uTc4lNoXB4OkK4YQSz89dDL2ItifFTOXhkHWOUPn55aR9EWo38vZvOQvEQwSMISAIX0+ZeKhQZVDQbRD6pOH9L3pc5QgDgAWCLJAQJ0vBwz07+kxIIPVbtO8OxNPc7XQM2QI9G9jkIBKMc0U1pBBLFMZsAFDKHNuIy+laiBIMA6r0lBaQ0OeKQQZqRZQUEkmh7mnztZJWbM9ln475FI8f1zGUn7noBfuv7WaM4CytJi5thbv8kbiOUfZVM++bAOZ7zN07m991Of//Mv/5ZH3VHBv27nzfT8moid5b28z8+MyXXyZ7oUk3gVVuwdD/+fRMsgEhrttdd49sK6XS7gsz2AXXEYO7UefoU2GBXmI1Qs6CC3BM31qMJ/3lvJY5rofRQXnmxb6GzopkAaxRFIxm0J8Qc4OqLxkUNxFTG4srjMVacS9lWqqUrJ3JqaI1q0h2c0U5DketO75Cmx9ZLzG65fFGC6kQIxswKDzPXJnKYEt1zcIvI1vBgFOuvqO9R+7/NId277ewS07bnzFo6Le9Nxabkerz5Z2dTqX7PDjLnMfBJYR+NYbmzXboXjuXRRkMZXedN+FzEJVALRxahlSDz1IKpJTNhsoWANlzCABQ864pJsONFeGVBvhSggRKsXFoNs9kMujy0aCyYeAWKMDT4nxqi6kxy41SlnxSwq0Bgbzgg8Y4A8Nl922DtmCWN39aNaBp9crZ+dhjFgsRwwx0UuXI8JyGnMFTaOw9Yl+imWEplIc62O1Kh5p5h1t6V2453mpH9FLC9HFKL06iHcrCmmttmdLcZ0L8Oe+/b1fetSejsb2KLh33vHBtVvvfO0PAzjeoN2ijaFBkTeypNKh537MZfpwcXNmR1zhUppBskGUwK9MWvFlfPZWq0BaEMEQUjCH6SKcSu9QP6Zye/p8ArJCLmNlgSABCwK9RCqLTExpzjTRXHqHOm/OCwNQR1mm1BfWYw/O9dSBdTLjiVYAs2DIJcFZNJmKRILdbMJZv5TgsHN0Ccb8QU3/H8rjZovijJRkl5WgUvzQFtlZJWoxPJTiZjr145Ocs/bT4Pl1mXOjMWQo9FJ0srny6Ko20aHTX2+0O64HrM0Bakxseft7v/jDANa+LsEdxx24ccdLHwHoc9sF8zabGuodgWtG5ljAtljdsmQGYEOr+a6fx3Y0lllpOTxy8OZLPl38g0gK+ICFoCLaKeQsRyzUfjkHKcKEZjMHG3VeHNK9GPSZALMCogmtxxW2CyZWWgn4wcy90ZgXCj0HB+AZ88PgPNIWdAC04zOlvd6B7J2CWyzIKrSs7ILAgXcov5sSucXr+gJCEoWMZWnfUPprGnuNKYMvqzAEKdCzL1ocyQttjIVGaogpTD01gauNIswrxuxeeDTt6aoSfDaj02Fx2zI+9/d+78OP2JPg3vRSgt27LwhRb3qhACfmpsOa8cNYPgoPCYiVNVnoaBp/pH9LVdSoStnUY0Sgmlf1KPxGpswPMkeLZrOBXPZOj5nN99QswJvscofseQ1gTBdXNN2yNUfO2SlmTrRqyVrWOGoSOqhOz2FAyHymScKozLVGY4ygpo9Nhh0S2hJYstdYSL9xPXTU9edMVNGi9poODS0EFCsG4YUBXFrnwzJqOpi0AmURg2HLqQbyN+eDg3nkk/94GJGWCGR0u6LjmgGzZQbORsSRPMfHaPZ9SYczzr7kGcUWzauogJgIMupEIYHabUFDMS8B7jv2jTjmvBOj8/mJb/nwpS887dRjP3P6U06Md2fmljvv/PsHCuLzjPaYFuTBfd16davd4ulHYUJel6kvrpmefMyFGMdMbEGeM9uMkrPwlJ2njDuUHrlm41xyDwil5F5IRsNTXi7mCCGxu6T+nAylXBdY1HyQAQGLlMFzyW6ppLbUHihTBztjlkU1LHQlc5AepxtmIYHhdxtJZ0DPvtEAZTSqg0hnR7fNzjXrw4pVBMYzTXtLBrCAxGGSa9Ice7EcMaSSO6wvJ3rpWPtupJFX3h4iZfSV6aY02zZjr7pmKGflGvCWfTYzsmJHOBqB2XJ9FdDW8NL7Jf7z/uxNFzxws733pjP3zp1/9/0i8nBDr8u/u6DJ5ELZd1rKNmXWQFm7HltS7CwktUOZI60KxEQdVc0KIs7qmpDVCgDlowHKYxhJWx9CmbVGDxSlrBMkYIxTII/QCRxTpPuovOhYAKi6O1qEWzhJz5nnuGlJHy1Qmm6n4F1dKt7EwANlfoOHLd+nz4e0DqjOsfPu7ZAzKi3+y7JKlobW146cMxzQJxJSnIjVj6fDMGolwmiqPMSw3KRUN1m+OpBUUwgAC3ECyjBG6HIqyXPGxvpYMnre1Gn80SKruwgsg9LY2rqrdHEuB5ppp5zmrF4+Srso0H+unaxNFcPDL732tu//4NmX/M6ZZ51092TuG679zu2APk+cFxi8HZBMmddm7Zj6aouKM9lEaIcEspSSevJiZiuxGjygbgbN6HbWJZf+Wgj1xpCyKCHZJeMOKd/W2wyBvpcycM7sIfWnzOgq1UCZYy+Qd2MH19+W24GUXYXIMrHSUEgsAyQ/HvfreQ4uHZKM0GFFj2KYcYVw47nf7dit8WQz2dxvHwkNQm8IN5K931haNJRDRjFM4FiMGJZjzdqZZjrWLB0SKo4k46yklNprg/Ta0/dhKKWTthvFJ00MDzx9LSce7rGbFUK6CvDedMDJihI+vT3vAx/7yva7JXMv1y/D+vKjzxbg9OasSWt1bSbnHppOKgH1a5rWsWrR/Wo5PaUkiHwvxVpH01pA8rWeenb6N2l+c7kZsl+XSlkIqJRtQJpi7htFwvQ8tfqKqU4BPk1MJCG81nuFM51Xc0tZL5t/x2AqnPx8BoGZ+0o6u0V6im82NxiqjXERZ1TEXskVVYkrDhkApdW99D2lRQZq9njZpsuDZiG9niFzxMXaWJTDRbNR4wAZpSzuEzI7nAJ0TODYiLCexl1MVkmOp4igRX48xlJAY+qnYYbVSts6g6q90inolX9zmR7CE1u0k8WDj3rtc859Bu9w0k8/+2NXPPuVwBu+5sy9a9fb9wPwvHqyRMrAscnY/D2Y/jumwpVQcnEr1It6zGb4OjKrfWJg4otQ1yhV7DBIVVvVjF7768oYC9SLh9JXF45Y6pUHCVhIzfCDcFYMqeeefrZWCpWVNtCoauqzF2Xsxeh55ovnyiIUiqrncUsj/6xGDYFGYqia6UaRxQYPoRmrSZO1K5rOiwnUSTWt++nQKtZMj13ZaQFIfmhj4o+nOfZynBxLl4leqlX0UXd71a9nnjlUEU2fTet7aQSGpge33HIzs1bfF2vTI/MMPKCvAff9NpNkVi2OBPC8v3nd+ft9rcEddt35zseI6FlmfQ7bI3kr4mZXttNMS6+Uh/VEI6GHtTKSEuT8LikNivl6LkNBc+KAEKYSOM+uM8jWzrNTKR6GQjMdZIGFLLAIw/R5SPcTqi1RnncLHRxlrh0YPBuKsUK9fToMDI11MNRWKxbh2ffgHldolr1o5tqGhJNdW2Qoj1FvGxqjhSDBMe6CI9DQWFCGcrwoze9BxgtFhhoDFqkEn97HZFE8FkqpjHX0BbJOQgLNMn8c0S8VmDc95B47uGWNklK6eKMF7QFqDhxTbGqmPTfflvkAP+u1//y5x2wUvxsFt64vz3sugCO6y+HNZg1n1CB2U6dnqLGaRpp5OdyGD+ms0UFHCx06ogihnV4kYSy/g1CwVcLIgDoDZ4VUzfSt0UEleaD0lszlNoQXpKADa64HRzelg16cW0kjH2W7Qm9nhK5qy+qnqyNKkHahYHC9d+2zUQCyygdHsSSGl4+47aFK47K8UndQxWIc68iqEFZoxY9xK02ZmTTaynNrp5+G12V3WWVENlGftVdosaUfrKvIKsEdMHPfp7cjADz3gx/4st7l4L7j1tdvF+izV+1E6Y7CTCDHDsGlfh2IFnwrxBaS+qesHRy0AzY+AGf1VBymYKzlMKhED6nMFjv2CizNrCSUUErlSgYpQByP0TBleAawjJgkZ+Zc0rtRViufDA0ltX7kcn5AtUhiYwgiysCv+5GG6toaSsgG4zSLqktDaqE5tojdzV0opjJ5jy9HLMYRw3JJ0k1yUUmjL0lL/SSORhSCnLW1ZnJhxVeSf2awrGRxgJYPEAuN2WTaEX+oZazl/hxuzrFB/twUkNbJ8s/+3MU3bL+rgJrcftvPPhOQx7N0oDfpK2MvZQqGzrFaDNRv7y7fEV8ItDtKAn0tjxakgGwFrNEJLAppVBVTGETNpA0QqYKwdxGI1pJTC5g1lMwb0wU8QDAq0qJ3IEpA0IAo6WuCsl8abltlfk4imVutFYgsoJqiNeqHOeeF/MYzN9x4lkuwt5c6BsyldAXg6kK9SL18RC212eRQU8UyartvLEiYLJNkGkcGSQCnhs4e1gFBF5BxWRBy4b1doyKmgNYEoMXlWMpt9Q4rWrM5rwfSstsLZQymhVg1Kb50bvRVJ9alyuyNtlYZM5jbdX5Oyjh14/tLnz/+45+48pkveTHeNHeCLOZ55G8VAM8U+sUyh6pvA6fpotKGucZPLIHVCSHVsszdMJ8yol3mpuni0USAUFQQJ7GejENIRrAVxiI3P4uYysnBoN0JGScQKl/MsVl7GybEW9Tk2JFVWBTgKIdI9RcPCR0PaaVtrhTzgaVUncxIEcqoC7DrgmBIJAnQ8qW6kMgje4fLBGcGIb8zmkZMvIHMqPObOO0hZqmldaunqhQADRjSxpBMVJkysy6nLI31ETF9zAGvyyzjHIs2O8+1OeBFK8qtymYMlV0pDhXnDK1skcTAGk+G8v33SmL+unZm4hTg2imlV8278+eXXHfbM6+45Ka/O+6kw3SPyvLdu951jEh8OuD3UqOxLm76bvHiEbRbn8WWpFPZWu2JbI/rTPSNzxhriqmHRrX3sbcZLDJOwFcGvIaQRCMZMHMikkURmSTUPEz3syilfkAIA7mnENpNpb0p1cUCaAP9Oz9OICBNEhhowEJqHZihxu1NuZ3xYav89kHsVN5y1Qk8Ix90BusCe7E5b7bK/JfEthswRMUiRqwl9lkYIxZaTQ4lrwOKVJYXjniaW1PZPY3A4OySrLtKs+uNlvqZXpdcVYI6BrwTgPT7a22+FuA3w25+G2zniH/6r/ynfzlmT3tuWa7/v88CcIIlpdhVtegJRaivNl5qzsMLzoqnspYGCkpencM2u0zkqHTQorwqYzNrYxTEjnLKBU8WwZL+PZAdUhBC1DsXczDIeAXcFlIR+YXkXrztrQPZB7PKyrqeSqWnFoPDUJhohnIKmB1igRBxwOq3i+S02b1tkXKmmFrzRjFWTrbvrn05qeQhspg02iqTPfH6chKHJEdTySKQ3GcvlxOHfEmrd5MYJI7RouYEsFnfcdjd2h33lBrg2h1Ir9oKI7AHxMpFj/Pqr9XmD+1tTrhq5/qzLrvkJtmTslw0Xv5Ups3ZKb2YQkENhQXzuCBTJ7UWHuptd9UivrXEC3BYOhFDkt8WUTUHY5A8lchDsQgaCqkiEoFFwIYGQwHpNJXiU98+ldkxCVGips2TCawbI4OBgqAhqQwDRpr6827ImMInFnxUC7e3lMXpAFRR2N3aoJahlv48mjLqruQCU0plBKgsqKeurYjQ2h9rTyzkhTb16SH/nFY6rOR2h1RsqknmmgI6c8OVbJFiVn2tp0BOgR1HFoNM75HtkGKsAFmsSwTy6+lJIuJAMKURlhFuzPTXPdLJZhlocYawgg2+7srzp55//lf//IROad4N7ltu+PHjAD3TgmPkWilKvXXooILi+sWKjiqNoDIjLc+pVSmYtbc2lrjNhq/MAZAvrqFcYKrTRReIPJFIcmkEU8vYzF9XWpuTQTelSiCmvjpISL02JpKsSpqLpmDVYEkeUtlRigq6ldsozEFXJv3qlvc1PuHBeYUH5/8tdWNm+RsN8JbCRRii+W8SDOmlsNbU2hYbBV0Jait+UVRhjSyXCMu8SnfKxpltpnmmvb4sGZoR8db00HqNZw55BcwY2dbSbxseOBkx1GkXO53W/rpu+2wPCqzgiq/wKZ8NXu1UDWoPpTOvvP724wB8ZTPBLevrf/90AMfZ9r41z7GfZqjNOUExgpBBsSxtFDeTFSSSQ86WVj2lWi/cHGik4C5IORgk4+zO2d+AXGLMBDQdCIV2SVJRZNpkKu0yKixKgJymFkNRqJUxAWyiwJiCOYtdtLSJk9y1ViNaDsQ6U/b6o+CWA0oJ/kqUqai6as3WXBGJDPR6oez/0kYuWkeQ0Uk1Q55Za64wqhnFeqHALtLygEmnjcQ6i2nlT34PKegjl9zjhHwvR1oqENWOrpy0Mwd1QcibvV7az46SOec2szfotfQYZ5Z3Pp/GpWuWuKoKMN8Tgaged8Gnrno6gL/wj9b03LvueKsCcsZ8e8/hzOWedLk6PINtZIG077n23OqmpIzw1vsSY2xg57fWwMABW64XLFJReDAOhiqa++8hSFlqMGTwzfTY6d9pdDakfnww70NDgx1AtsVSDRFFqqgE2WzQOKNYH/QK0iWuWbOYoL7uYBdW3m6CYP3gsm2ziFllVCYH5i+G7vcnbv+AYRyxWC6xWC4nm6QEkE2upiThXI5kiaSlbI8xQsknTYsHeTTgmrhFAsEkKHUgGn3UvkPpbF/MmR08M++TWtBB5jdips0+j/Tzl1572xlfveQm3RBQi/Fzh4mEp5jNjslxs15cQ4dDM5Ss25R5kK6trjBwBDEeYnAfawhqvdCb5XTVuVNKMCKBY2hYZpWSGgz/3Kq8MrlFsEiBPNFPAxZhslUaRLBINNRFcUcd0tcCId8JVQ/5PjK9dUAoaDw5vJAneaamVhZdC+JllByNJRNTUYc6oShg5IL+BkhIvBgQs4KZdBveW2b+joFcU4fk8jJgKESVaTnfEKvSKySxSBjzoj5rT8we45JsksRRSnO/HQzNlJhfquRIallns8DYBmwzz/WrYG1nlVTnto2KXtrbzz0u3fgpb3jdJw7bKLhlufuC0wVysie/MSOqOIEIG96hlqyOPIFOWVcPhNqDQ0LTs8MQKJNhQSNoYOfNiujy6KYg4oyCo47eBqkZrFoYW5OGbM00AGSYCDMC46AvAcwZ3ZlEVOOIzCFfJPYbY/iDodkG8UsCvL1TcBmXRSStsyp6fubeAMIfyGi92EOxX64VQjY6DCoYYg7sEYtxmYC0sSi/wnIJpD4bY93GmQPc9N0akxaJNodkb7T0eYuC1+ycs7eRbeq8WINHYFg9nloFKW/4M6uorCvu/+T3f/bq0/1dLVqJ57tPrwVW6GpXmu+JZU9NJbPaCbjaVbDeSJgNE6xRvUWvpz4QJEdkNEBq3+0aCIQs8eQldCjmBerINH75OxvliwiCSuldiyw0sdRGRelJgwqW6fsxXxjZzimx2QKAMQFrQUPqvxUqWTZJ625nByPiWp7aUwdCu9XQPvPHoWGfTaAZysGgWlFxQcDoPMqBykoLOu30GjEh49ABi+UyldpjAtImplmVao6IiTuuse72EvY+Iz65xkoZ5QyuamfRkUgpgnlG2armWNFHyeHkn6otQLZRD70KcZ9/rt2fO/3DH/jyO8946oNmg3sIMpwGDIi6uwPjiyPjtcFeB2ODmXxX8Cx9TflncyBpK/Rv6JfM3GInkuC04GJQ3VIdqFYLXyFBnpLLCc//lMG+dOGmQIpKSH9izrF+OzvBLCAYU/87Ri3WFCH/zhoQhPzjdDrAYtKvF+SmJBnLYxLpGCoUz3Xvm8bUitz2oAJuxLKDhHRGM+IfaJJBACeCdX/R/PXFZEVMC/bCOFkNhxyk2fuseKBNAV3siKmPVoUDzwBjRG52fLmMyRgXZ+9VoU6Hgu991f2rBLhqE6yiHd+1jcZeYoO8NyYjpP60VAovu8F9582/fjyAUye0egsF4kjA2WhKZm3q/NAJ1pbjli9I5dFPyah2G0Y5CHhe60Zlhaaq0h+dgemqMKYCUqqBZOJQLs46FsvIuko1VQiSKaQZKa/WTbHw0dMMOFFRJUyZXfJcPVE+RZEeC4nKSvVIGutEqVZNvsAzRCAJMwqukDJ5zdqRADY13KmKZTRcq0T0yc+1cS7VhNFoskvKEs3lEkgmC9lgQdMITGIegY3VRslwzGMxWwAt7ZtK9RQB0coyVVnggSaf9swI4dVjM5nS67y1QzPtAOk1IGf81HSDkVr3a9N9nXrJtbcdfwbw5V5wy+5dv/9EANvb2n9BJfWQHmBMAQbDVQZAM9AebKAWcBP375KhuFQHCRp5NDS4MRdKiS2ZqOIFKZSFQIQXJmhoCjTwmE0EqsPkCpNcXGLibasLhmlTxkR4KZszNCCKJh/uqVQftc61syuLKjDKdJsoU2YKyalGSmlsqyhxhJ/MWJMEgGZHU7MqV6q2WovFUfY4Y/zYOrFEer0i+aJpKsulkGQWkBiwGJeJMjq5pMhYCSrIZJU4ccaLHfHoddjVflj8lhD1z5bdiFsliCYziMgipl6gUQTZ8VNfWLIqUKWX9WfGYE3ZrytdWfht+0fO/vITf+j7HnNJ/vES3OPyMkxZuykouq28YI3AtEhKJhiVUFvODDaDc6nueke7yH1RhAc5S9eeRNyct1YJZgmd1C0XLICAW5OjhenGGSApz1KKr3N2FBWamsV2ieySxBZebz246iSmIB9TaObnXphsWq2gJB1UKjBDQy8aCUIGiCzAoSAPMuTN6UZ0k62KxRW32TJZy+c1+EtZrhOBZeCdXesjMC6hyRdNi0BkYp/psmZ0qEXHNVoGGmhnNpLxYXGlJBZAzpBGJKK6KWnlHAllllSiVvK5slfuGCzOzrVlQv/5sXTmENlx++5TAfxtk7nj8jIVyOPpfJv5lVvdSnHMLEESTZ9byS10cakadHz6mve24At2cAYBUjTKikV6tMEAYVJAoUpRzdlMi6+5l74QzVOr+irviS4st+J/PpQsH4lhFwvAlggwKWjGDL5pAs8S0SUWVt5UESTRWXk1ISigZKRqprQ1pPJi0wpIza7cf5dqQxaFqsrU2uy1BuMnblcaxdSzD+n+o+Yevm7kRHqXcURMwRsSOUUzSWW9AmtQ0mGr3QoiRZpZt4ZYhFupr+7003M18gwana/a6P3Oehl9VTCLy97Z0GKl1bE9NOCYcLEls+Dm23c/Hi6Kpgtm/NgDgOFxU7wvZogrofO53do4vWf3zuQAijWaXxMhxRBhrCjBzsP9gMxQJrrEl0KT4ZW65MYibsWtEZOQp1gmjZQ5OfJKoURiEdoBIuRPWkZlIanGJBFdJrLLgubg0+iszqbzuGxgRRisHZOk2XFRiZHKi0eDIbURQfyu7GnGzmOyyhGgJQe5tCd1njGzEG+hNAX2Yn2JsFxODqbrI2R9LKSVslZ3JPpprOw0UdrlFS3NVHmvF4s/tI64eEe2aEed5dhjfDuWaM6OxbTlCvo59apRmJhV1xsrwHqjNJMqayXwuP/yyvc+oMnc4/KyUwEc3p5fOYg3teTAzq3N08jpJ2AiYIburyKkMVbfs4sYlweR2WmkY08Zm7pCY1UG9vgx6Jhgd9W6DUWKNW/mnKN8fygbK0ap2u6QKo5RJ9OCoIJRAiRORo6jIo3NUB4zahXAKxk5aOHiew5wKscL/lCNFnMJPpV1Q6Hu5rI9Ev87FLovCoJe1j9o7ctFhsSlr4SjoAJZLkvGzsCYjmO1QxojYtRCVqmAGaxzCvXbgFvMR1eXrmKOdSC0OjVpZz+lUppfyrcy+csMmKbNdElrZ+gAOe0wVGXmMXP/nii2h5994dWn/jzwTg5uictPP7IGpNHMFIHI6iJENiFuy/3gmkErGKnNBvegdbDKskGxjDdtenNrIiC9Mr9jrF/uQ9uxGv86QmKYMhPPxhLCvXIem9U5cTSea2kBQqhouUzE8qmk1yrdHNOBFKU+HtCuXbLbRsjTzKDngWSYeWwl5TmKJHcVwiiqyYLQOC3/PVKPjQGDhomEkrZ+6DJC16f5di7BZRyhURGW40QldVJNJRaaFOsjv40TRe1VPqI6XlgVmFZOOSPiM2YKJnh0Rq0l2ThRuoYLJWh1rl9vkXrRGbRcZzC8+X7jkbfedOe7DjpsPy2ZW+MXHzkXrGyEx+W47QBaicnGHYn33ArFbqgtPlrXDykAV19pK97CSXk0hjK+KoIUnuW6wC/rbigL50CLEqg6SBZE2V4oBYUmQYnS5pOMrOfRWBCBRMGYLpoxBzqQ7JuysCVLVOFIRmIATSG/tipxHaiPXptMFKRm8ags5azjsyh1hBZT8zGmsdfUCiym7Jx54csRcb3qrktPnfZ4jcVjXAtCLskSKXLpHCmIne9Z62eG4jk+l34ipcMSZN3eO9tfJTNOlKdDN9cNM7jOz6UNGDc3w/Z3rKtS6XSJP/LCC67C6Wc9aMrc4/IyAXAK7vLbYFhi7dOU5sXoBaSaAyR0JKRwxrOgeTmTVdRk1ua29GKIy+Ql+yoFdjpExK350ULxTGBXzuwqpVQXksMUP7cEXkVCy0Un1hpCnXmLoo7LtHqsZQVZEJhWI5DKTohjL0TY4aANIoSUh5Klg5KKrGELJvWX1pXEggWwPiHeslyW2XVe/TOt/BnLAj9lg4VxJBdTV45H4oc7x1I1GZzUXXZPRhOIwmy1mXn1FPu6AXFENmS1zUk1pYOyz861VywvmEH4T7njjnUBMGXu5R1vOFIgD7e7CT0yHjoiOcBz0NGhrbZBH7pU/F4PrRqcc4s0mbwSyqTDhxdn8OBX0GtzQOQgZl25iqXL1uMjb8sQ6rvrQRQSSSWj6cUkMNM3U1BHADFJSUOegRdpaA50LdtQVJRKdBAlF0ZIAwRIGArP2xgfygJDJtxI3emldEiU8lsr8yxiUUE8HSZiyjiV4Jo02lgfk5FhxDjWTZ1lr9dYlwiYVbrghfdaDAwLSyyt95FobYoMqq02c66Co7nvhVs+EAVdBttm9dfaHBh3IW9K24vPEWTS28Ovu23XkQCuyWX5IwAcbANuFUzvyShzQR82WZ5vBpiThmxis3pw2Z+MGVCN5dvZeIci3+2569xeSiZnKmgF2sRoyFEoq0GqjnwycnA0URqliQJLTW2Hlg9E801ceUHze4tHvGmikZ9/SMScyJ7kRDc1vAM2XMwtiKbDIwqBZLEs3IPmXdm82YN6aKSVP7ztI7q+mvterb41UTcuh7HJK49ZXpsxSJj+fp1ZtsxTVGUmwGUDVhocZXYj84f0dnCK52sCACx3/8ND2tsE9y6dnrsNemtfr84If5gZsa0C5HqBKLSAXpoKQZgf7e7HLA4AS+u0UEfQwHShkfNNG1RC8UI3yxFMASxlgUJeB5wVYlVCWj3U18rnA9ZkKOqytTBgLfmhl1VGMm0+CeTVVmScpBCra4ZDGX8NZV1R9WHnQWBeScwminnRguQVSyoYsjY7ld1hmfXYddQV8pbOtBFkyvJjLcUJQMtL+eq+7BYtD9oZQSl9FAuGzS4b4LJYpJVfal8VxtN+uGsprFCU+WPYjOK6tWxf/tmO1ezv+flPXvmQgparXvvg1cEWqLcGNsbvnNdj6YFXTfDQQa+BVjcunSpiKKQWu51JZhfZ26V1nh5rz8bKBKvMMu/jBgLmNAFX2plimrEas8lSKT5l86Es0AtxuphHFQxDpq1Oz22kxAcqL4sRIkk+Czqe/o6FvJIzuA4QUQzGxSZUX7TEEhxlQMAaYlxgyKyypPAa1pfQ9WqLFMZJ+BGzk2k2XmCwDJVaWlxTIlrzA/pFJbG2os9+QocAD3CTuk7V5mb2RmMcJhJTRWYQ69KXr8isc6MxnemhVzHi5nz/lRrP/DO33LzzwQCwGHdfAEE4qUtUcSi5qnQyu25iTLbRpDBsgLBLp3SGo7haIE+6y+TR6MRFvHhFWrFJQfJtjdCAfcKbL+lAU3F/wFBuK1qBrDKGSnzyMQlNJicRwRjrZCGmDDUqC8bs71jdZux0QZ1j6QSuIY20pGiwM198yLxzCQiaevdxhK4vgeUSuj6RVWICyMJyEn/E4nmmxBmvKLnAbuAU6rPhbIkndmCSwqINYmaNhdQvV+64E2pIbdB7V1vwqYtmzdIJ0PbqsyqwsCIV7om5YrsIQbuHw2XX3nYSACxUbwaAkzYVluIWxDM9tHm4Hj8cs5wdViN5YKw/O3cB6hVSPYKLBkd5lRkyDJlB0oFXXlgR82hthg6NmENZ1y6aqJqZDDMBVZk+MoqU72f0egr0lImTbDSqluUOqvb1LwKSxHjLywlgnGSr6GOip6KAbYoBUMEQhsI+G3UNIQzQdUzIeELDdaxL+TT13tCqxa7EFLIcRirByzZOetWV/vIyZd8gKEq5QGOinMEDD2R7QJhYEUYWbvjsqW6MNZd1/TxbVwBh5Uuur1+1sWT1QaAbHRYpuONV25Azt4TpD9DpVOb67D7YJrgrwKBFsjnwQifw+1WArHCXrr12QM9Ix67+YbEFCfFFXGFHwF/RPsPw0kXrKMyaFSaQLRFUuJLJrjGqkzECiuHDNC7L3vtZWBILWJOzd+WVBwxAslKqwbuWZJuVNw+tDDUllqAmXXaQATpKytYjZH2JsezJHqsZQ9Rptk1rdrO4w3zUSBmxluclYJz5QR5ujinYI9Pq0eoO1ZXeLThmZ8ztAVD1KCIO3NqMZNPpsbsNLd0GK0rz6XWR5oCYQfBPeutffGLbQuOVRwM4wuqf7VjFGjFsVGT4IAsrGGurmLQt0i6GWAGXKe1hoF1evDVjrKV0vQ8mtIgb0ykYgRa7ssj1DGY0J1XFpsWoQaoDDB0AxSMdglGrD/iAgGUULDWksViegSfRZzkg7O8stM43GylMo7QFRKuEU/Nur1w1JKFOTHzxEQPCGKDLZbIcHtPoa8rccUwuKkDdh11MFmJTZjcbPtQBWGn7TIxTsEuko0+mqiVItb+PAAZJ/u/pgFBfIpOKTimavItxpIxaHsMFefTZG30RSq/kjjNklbnVRF7Rpq7S6CDuR1x+2U1HLyByLITHSYq5kZg0Bohi0Ot+ANPH3JPqXCESzBnYv8+2mhBhEkvo5HTZgN/DS+x6GZ32ior7mkjThaupFHKfi5LF2R+9ADKGw13JJQEBY1ZwhcljfamVrlqVjtMyhGgwByRu+WLK3Bnkk2EK1rythFRruZTXQlgZELFI8+wlsHuil8bdS8TkfRbHiLCMpccu3uJRJw65cvDyxo984apFnbWab02Sx2muHwGEINBRTRlebzutAdYOq0so6/X52Q699tnelfqBRmLAqsDM51l/c4muqJPhRnTYxCiMliocuxDgaFlZgofZwJKVmRidwPYBEWZ+JZ+tQdk4hY9YFtsqEYml0XIJbkdm4p5nzehDE+zGBUbg5sJc+tuMkRVWhhSTnV+KP/qEyuffaZKGJgqopn9DsD4qomRDCCAM0wxY3Yw60A7yLByZrLQmiuqUqVIFgaGSblI5rlhD2Lk+ccSXOVtHLJbVVzy67ZqTp3skU0Etc23+60fkuftEThmRZbWKmBR3I+2gg6aMnpxtJ2AxWVepQlO9PvHwteDIsbNd1mRkOizCXMlLlUKpDnT1bLz03ukw0JkrPeqKjI3VFksli2t97p//wnVHL8ZdH3rAarR7TnCmG4zFhk2KS+ZKdxt42mXDdRYl+LGTtkGu3bm5WN65qUpqrR3VapoZLJM5Vp7ANFaGciL1ANBUWtZXtm40LTz1VFYvNWAxCJaxRf3V8wFEpsWEpcceCo009+fR7NkeEHXK+DEOWEsWSbo+UUvHRCnV5LAiZVFfLKb/vP2jaK/BJBatPIM4ZeLSS6sbdwkILYcBN6fCKIFjZYyVr9AaUANaKyU4umovqOOGOg0ns/I9tLaqCx85HJR71NP7x6dIv37n+IAFgKNWz7ZD/zdCT1k1E8TiaKY0sqlACc/FuW8OBWAqdEvpGSf2Oeci7bhfOmM4kdXlOgwg5qSlfIgUP3UYh5PKXqvZXgnZ8dQZhdtJrmTRTLLRRZiQ9GVU6t1BJg6VdAIZEqawKPJUYEjuL7k6WWBEQJA1jDpgERVYXwfWpzI8k1BinGSb4ubXxhqJg5ivlHQlRqj5fBDBCEFITBQVQINikdqPqGlal164yL4fqWxnpV7O/owvR+q5PWqtPOd2aUxmZtQ68zVxIBlc4JcxmTNOjOgr1MT17L0s7owVj1oAcoSIbIL3utlZNvW9It3dw95uYbMqMumOreh5FXeSjQg5vqRf0RZI/2jzfHm7GgnwklUrxxRrsMr3JyB+X70QomgxJQQEaymDx2LQqGlUlFRm5ADLPueaLZcRqAx1Cri02HBQQVgu0x5sTQ4qKWhHGnFxf+icR6fsq0XkEpmYIjVrRZd9hHrbmFhhec9a7ndFgEGBGBKQNk6vdnGugRiVmKJFm73dcf67iHbGYKrN+Ku7g94BXhvNsWUFOtQr9cPMmM797BEL1au2+wt840B3ZSwdGeLUYLKnYzWTtVk/verAsSV18HxwBv14PCEBq7cih84EwD1/acUqmnd1oep9OWj5uaurGpoLgWihkRB19g+PKtBhSH2uVIdf5O0h0+5xMc60Id1npp9OIpNpqeEaFuNkuqDr09hLEzGlLOlLq3xqCa7G89ZnFqZnqgnalLXDNDULJYAx9c+jln51witSr5sMCop8M3+PLvdYzCa0nkEcuNKt0GcFJz6zdjXaNC7LB1qv1+6DcForBWk7iI2WCrqA376AXnOY7zasfrvX16KLgqN38a8kocxZOKGT14PLvNaBRLotgszQVoW2XXYQfmmXvogZwQ1uBu97fbgRGhtVWOZ9z9ARZCvFI78glXSSZZchs8hUsK4TYh4yc423bqalfJJcXNlrXFN2H3XaWSYxTOBZDuok4YxJICIxkrY6WkWXmzXnMVUO7iHk1kp5WSs0S7BEEML0/DUFLUQnNH+MiCEg6sTJHaNAgyazyInQE6MWAtqQZ+Huc557m7FSFhdFC6Ap+t5puqJ01rkDQ/ta740OF+2x4FYPpQ9bADi0zn03U3YHrF4fvlEwb+T5GNBfJ7Qi0a+4rTZDsTBLcunhAu3jbbQwpsUBvL+6ovUV93N1mA0oKAYW+RjOfO+AvCd8CvQlWTbFcpVN4pE8uw5YpPvPfuVT7x1kgMbFtNZn95SxY6aSFn+zhHKNdOzQ7DpQbxnLKqvaR49QLEJSvEluN2rPnX9PCdUsIaZojFRDl+yuMIqsYnopdkVvAdUcl9wHEpNqLLFEZ0tiXUEXNVekrtqz3RmV6TyO16Dlag9WBQ5dBOAg3SRKLuXXlE11Dqt6eS+lnO43dEsNDvzqgoI+rVW8sT5coM3hfi2/nS2aLeUWLTougo4VH30/GM43CCwTOOKN9IwqhMwIJoNG9lYftZbaAyaOes5+SLPu7D8vGrDUgUwl0iw7DpMGe3fijI+VXaaRddda+tJC9Miad0H9vqAEbMzSpjS+GuJ0mxCmbDukSI0QaARGmcZaUevYaaLfJlaeTD4Pmq3vc7USlSqmZEKYHqNgGELZWzozaQF6Gs5clhe3mE7GZdppXEEhLb09ZoQpOm/W2vDZtQu0HbQAcIAYTfZmgK1cXwT6/fuZ2Ao9dAWBBW02a6h8eXIpHZKKaabNc5ohEM0WPtI9R53jqgQ3f19Bm1XZgODTmlWoWasEUrwxy6Jm/IzOyxCmMZbKBGYpL/LLnvHJjrgoxQaILoD1JYbdS8T1yYZY0+ZNdkbJ2bmMq3g+LFO2zgEtMi1WyJJXSD0UQpiytUZBDNNfNsZcgk+/boxTxtdAduWujC4MNbVZNY/CIrSlhEa6OAkQbHzWKO149DzMs8Ns8M2QUOzVq1CsZrlhg5Fcp6o4YAFgvz63e670XBW8s5JzMwJqlagrC2H3vBQrOe4is/cojVOobIIWOzdHb5+h0p4uY/1MfPK8n0t97pfe4eCcWckoUh3UkfvmmLaILGNaSliu0wUWYTH9bEw+5cWOeA26c0RcnwI7j7cCod8BCvKOwJCiOqY+OiaWiIhgFE3EmekjQmKYpSmBpkMgImBEnKyj0oaVMZXWU8zFMrsOqaTPYCmLRQLRRnlOHk0bM3OUlzmYNuQRc63w9x15RaFd3zNxoysWtCjmPdd6CLtH92fXFNWf328ByDbs0VugTLIq+222J3dHy4Z2NLKpQ6cb0CuCVWaBPvu7SwMg2nLdjtVaFpsBHIUWJTSPHexvYMC4UN1g+YJLXDpNpg8h2TjFxJcfwqT0GsNk9xQwQLEAdk+BjWUtw0NqqzMbLPfNOTBDPq8g0+1DJY0sQuqnMQVsBBDHal2UY4n548L7Ft2MA8R44FGVH5111QoddRaYLONIIKre+3c+U3rKkP9mppyGDjNO6BCZI0XPAnbSD3J3u20LAFs2ZqR1yu3G7m2zm4f5guyX6SKrqob5NRLG1nxTTDtsUAF0hDCy6vfZDOBnf65w2c02zkVZN2xL8s5BQDvACv8tbRoJGDBgUXaWBVlDVMEiKmL2V9sNLHePdRkAqsos0ztzY61RMISJbR7Tnrc4xroWW3OfHCv6rHVezWhNCVCtn2d+eA7mIZX1hWOehSHQQlEtwF06iHKvH2l+rlJn4xH2+zrDt+xmRor2QMEVXGXQs1Vaeb8rsjgwb+rAQd5B1LcsRHQBZjQZHldeEevPMu9mKg6fDpvu4e18fSPv897IrC3tdUPkX1cO+DYm6dyV79nZ9kZVRS3L7dgKmFO9WX/y4mSKAJVFKtvXEvdcJ874EtDl+mSDlNFomcZGhcIQJP0MoMPUw2awfBx7dr1+mb00t1FxGzrU8iCjq4mm7F7vI1NVawafiLXRUzHd/bKRw6rVvc1fxfTN2mR2c0D4Hd1ufMYmDn1ewzxA1LNH1s7PpA+LRWUDzmW0GaCscxvFvHZLm9YfM6XrqiDp+JbfhaCzzLleuvUz7tVVCM+mNw54vQuHghhUve7/ynu+qhd5/h5v8ZyEKmsIsmXKqhKhY0Acl1iqYi0I4pCsn4ZkmJL+nmOaNeegrj5y2hhOqQPWRLLnmJRVkZ5exPtsCFBvbIfbIapamhKX6snZQTH1+VkpJinzh6SNjonlFtW11ZvdBebqdsbq+ofEJoEyl5U3Y2pmg3yafy5kUsoOG2esjc1gZA9uu2cXt0Ppu53Onj3mqucqbhGMyNzL26Ko3HJ0//pGiOI/CW4iL3uwxIkIOyJNn188ZSKw0IC4e30yM4yKGMe0ACGm0dMG9j+0GKAup9d2YFyCs+aqHrXTswAYae4Z+TdNFvXVEwlFzdaQbmC5+1Z+riu8wqW9ycqlAvO+ajpLgMEmkPPZfrxqvuMC0GXaCeOK67iJ/vmuHATaecnaP7VAXT6A69n2MJhlzw8C+xyk2+Ovlg40CMs0DiojPZYzDG50N91vEPsKiHCgKI0lM2abbIUn2lc6HsY0BB6hoyBEhYw6ZWVN2z6yx1naxCnjtP0Dxv8seYjHRDmNsfZ8Qiiy2hK06bPhlXHpZ2N9TUQsK6zOhBX+rG1skPl+O0CWOrCN1xa0fz01G1dXkVesY4tdKmjThfY14x3Cy9z8SWY2q9BtlgtB3A2ErfZb0pbdIrDDBUVfpMHBl/vf6EZsWry7+0eVHxTtkYXcXTqO7AWxuicX91rxIGzVGF+E6Ted+xT/GqQZs8S23xNM3O5ceGkWcCqgC2PsiBHQOE5X6AhgTGYPvJMra7GRV/rk7Zox2Qnr9Hg58JPxoYyKqIm7nRrjSBdvPpxKn+xnAgxuSWWdhVRnj2pR8kAlM9stsWuKEoMtSx+iAjKzsjf/fFzxfXAlMVPI9RApRX/TiG52lt37edXNGC7uXgC6E9CD+l0y3a1ygDPxwtvT+YD3Z53MlK0bZXusuE//i/H0UzesKgSr6iJbTawo1rqHlF1n0z7v6pc+pj9cALBMB8Ew+Qtp7Z8DWe2IBBTztXLVpdyXU8I4QuNykk4hWeTFAB1zwCq5xgHj6Fb7RFpwr2qycnZSkahlJp4DXjRVB3GyX8rstlG1mD5PbK9UQypleq1bRgriTYsK2nK+/WsIkDTkTrxCqjFeQ9SXa6bnoP2AElooKA58Y7wApnrQhjLqOx6ZK8N1Hp7uZPmdC0DvtAEwot3DLVgtE7ceFlPgDq607QVFxEamiz11jMhmMY7NgoGKuSKoLb1Biwrbj6Gc3fXQk3QlCdMpisd2ul0YaDyoddVxdkHNeU+m+xBNQubJxX+6ndIetKh1NW6k2nkEdFlpXTkrF7kmuYyaP1P26I7VbUV5+yYFPHLAU/URc5BHLa4tMQV7PeDafpe9ynNaGc3RLVQfsv5ay1L6agSRNOQA8e7bJVram3m7f2tnHOVZYr3RFq8PjhuCz65Hn1GxNWSZ6Wt3LkR2314zRnDBurA/kpxRq4+Y271tsjqrhSPdXjtoc3RPMZhBmh3HzUEdmAk4zBwyHhrN/bD9Hae3oVzl01bQmMZOEXMuLgUOcz2z2bubmWya+to0C07aTSrT6RBVQSM+LC6A0/1PlNEIXY/laxrTax8FWKa5eCKraA5a9hAvvWH1P41Z/ZU561FtlkxjtjJGiyDf8VTua0y02Jrt7SFRA736jmk1XwDLSqu4IzLqTj12MU9ES47KvXTcqNPzMtYZO2LWimOFbZLOgLBzGvE5O+RV648A3L4Adt4KbEvltQfOdWbePO3YFvtymomfhecGKmv9U4lonVzyH7kne++V5dohk6i7b3XlenTjv1pJFBM/yd1jpPtIF2/yL6nldWy7cg0ErkRi9dmLOPkRpQM2pj1kuRyHOXy6f4+U1jT5gGOUukkzSl3kp8m6elyUgM6v3KCWDKGqU8kstqwNpFuuhv/14g1UwgO25OdxmJAdUiwrguyVk1NCRrFHVPum+pexr2XunYOKQaTZ0TSKdUAJTtrpZaBmHEWGh3NbRAwgqO1VK6tIMg4k7G7zlNbtBW0Gv3UBYAewiy76Jez6IA7oBT3UEi1dkk1pBvqVRndWBVj/DaCVwfMiAXWlv/28AlxD+nOHTqFSSS7l8RWAjK71UBohhVQOexhzcAEdegUYecBzRTQkFNv1YlX4OB20SqzoIjTueX1kc+1pWYHmFT8xr+VJ7qt05epyem4axaSDsh8r78mmZfZe8xaQ0XbnvkL2MdmpJd+X0HPIkkqhKgFmL1hC6zPzLf+bUlxUmL90UHBOT1eClu9lkk6IKDvA/Xb5wtCjfWVtFtZ66MUe0aUzfnNKsjkftgZRxyZIL9pSpQDsWCiOuklwOQXugMpIHTFP18wvK7NXfSkeYAcfEcBaejZLkjoumiJERNsuovv5QGOikR5PyYo50qEyOEDLyISQ1xNN0lIt2VPVZUyZ+mrxtpj5kBLtzDaEXhd1XwdNFQbLqNAZ6Ei5l1ZgOU5/shigMR0KMf2t4tL10AMw1hQgMo3IIFIyr6oWUmvO5EoiEkaqjV1x57qrO7bdnm13aJSd23QfmZaqlJ0hVtRV+uJEUmFv8Pzv/DFSh9PRQZsGsjFWYAoqZ2Xnj5YDlK2dghuZdaWeGyDqq5YRuBi/aSFy/I2Il9aLXwBgd8OO0obnkjPlbrQGDgPmXVPXwRTK6bvrFDTBZVJPE+lpffggmbKt0L4ua6QLIqVI7UPJY1wKdzIQLddVDhrcnJQvDXYPqM9zut+h1rIZTCvVw0B/JY8kMppCELMmada4nLaBjALoiHoVp5+LCYrS6TYZNedJiBA5ZXI0rQHJQdfbgJl13KWsNut41ZFcqN+G8zXn0Rx9RM7KfDAo3E5vlGqjZHTNhKCJXisRZUsrIkpFwX51FXrojJxoV/gqQ0Slamd2KaC4v68joqzCAVbRqtL3blwAer2UxTSLdMGtpxsu0jhmqOWpuZvRZM9y+2lfRmbBpac+OJi7J9rrkUJiPa0Zj9R8uIwEioU6CC0c95odqlE1ncvGyiOUfdZl/FMaRD/jz6UzZeoyn09FXVmVkfZe54BWV8I3iwzdXETdbfK5MUZIFCBO5BTEKa6nAC71/mSrFMdUOkq5bW4qVY2ZcgnEPAsPNJqCH31R6QsX7PmvOmaHFtjMXVhhuUKQWo6api2LSaJUPITqwVxJCCE+0c3Zx9Rng0A0028nbj1jmY1ri1bDh9JMCmZX/PQQ9Wbu5Rhrc2i4om/auGLOff0CurxW425A1kzs1b51hOrY9LoiPc+zaIJVZKC1qUhXnpc38tMNNC7KWzqCA+s2ONQi983qCDRZDMyZ3hJvNFYKQggZsVXbMxtoU+mw0ToC0zqikt7YT9X1UNofzUUmtMRapscIjGECzfL8qgRtztahAoIxFdgxnQAqU+mOZFgmllUFmu8Wz/Fc4ASBZCMFGj0JjazmYFglgFCa0p3m7b68z9+TtlnUTMhxnAch6aWxKFYt40lGB0X7bWwzV+d2QHWWjTH38705zyq5J2bWBK9iiShw7ULWHnuNjh9IyOk6jcDGCmmW6WKlCOm4i7jMGWQa3Zm7pDK7t+q3xRqnMZMQar2sj5HLYmXstQJyUrJmboIYLacdkRraKkG0gk75Hsc001aFQYOQy8Qpe1dUXV3GjVUTVdbGah3hiAVPJmplveCmCzraaiUv11OZFvAlME1HZAcEwuFSlaI6gWigPnwkryFKu4xma5mBT4dm7jFHtkXRSnaRVO0UAI17YxqbqXk5tPueKy1TNaBWC5bbXimiSkCYqYXKLJ6yPU0AJSH2sdBblcpfbRJumMmq6vSSHv2efm/t98zaLjLETCaPKw4FAXDsNx14zULkkKumO1jSTdah2K/2hOUulsA4tO2/IoFZHOCDO87q5LSuAhrRNayZaSZyFs2sOAvaqZ07+5fEiL2VKKbpclD0oYxmnqFNvs2m+GbNhLo/nWoB64z6IGd8IUYY4qTJZs5kpNHYmAkqOaCFgjZ19wWOyNmZ/o4R0DFQ3WkdakpA540fiklgkkCpMiozSrFUaEhVe5Wsr/bQKOOvZDlcJJ3uDDWeOtQqhDIKIzME9SSWeoBU0ooWXfeYpwLurx7oIFJ4xxXX767ojYXNIPpotr3SdEZsIv1ee5iBm/N9Hnv0QVctAHwV3V3GO2HN+hYl8OvnofbeOtDDKrr+ktlrOo6dpxTQE5WU0RCkkl3M840zJb47y2KFdAUy45EmXX58hUgTiuwwAfGAWw4Y6ZXaTNiIZdRXZsPF7Y7+HflrIzCGtMBe6jgrShJ2BCrN01hwlKm1yj5JUadgn1Z6TPdRUpKYP53Qx7xHO/fcIxNRIspmTwbf1KPg4sggkjsY6subv2ZaYNApu0XVlsjKiw60jtyob/astGIokW7rySV+c4hvjiuKriuzOzPwGk34hhpQv01UZ7N2ek5fXehw0lUArgdwhGfl1D55bhRFwSiDBZt6ga4cjC2DzGlxyqCq/twwA7zFZlZtZErFKm9IFE11JBdp6aUlo0X351HHHc/1YGizdUFSaIKqOtuViNrXXniKl1lscfLvhuYARx2FxcQiLOMv2jc70lhNAcRhui9FKd3zASIiGFQxImmes/1DmV0TYSWNyDxBRXg+zmdGQaeTCQOhzzBgHFUFDqkHZXFeocNAHmfsQD1yyeK0VLDsGFMnJCG0Wx2xpgHJOhs/u2W1tAQVv2hwbuRVr3qdpZ2m214vwFULCSfuVMUlJri7bb1ldzUeaur77TDDLLNkFilUAzXiB3tQ+NI7YGMdjRrv2r54g+6zEDmCm1kPnU5K4dDHFoX3mb6AYVobWh4dEctE6oa72mOnIK+9dVllWdhp1aAsIeCcmUdizkUBxphILloJLb56KxeqVNGIVn81IxzJaLLyrrA61lKn+7ZltpoaLKo99BlUkljn7tx7Kx0SlYSTA10bL5+oMyuAtD6eXUWkdZqAfmr3IzKbUdWU2tLbJKJ9AI4rjh5iFdpe/JLv+0/P2LlIt7oEwBNmJSc9vE972pyeAouCsfxGuYyP1hKpt36Bj8PuoEEaci6X3aacU5htHmYUpb1fnl1GvUKshxG47yvxow2C1lrZStEc8q9HAFjUKVNrTBLOioyrUmYek4xCiaWxzKkp1PlNXAfGtJwgiuW8l+AWYqel1yKLTVCVWkxiaTa8JzaaODaa0IGhxHwoV02eu6PKQfMWkWLcqL3mTpsrQ9ohZt0z5sQjUVrzhZGO+KbW22AmLTPZeI7NtpFOsmfxpI5hEoFLAGAhW54CTf+Yx/OjRcwhqfce6KMScr7ocM7d0/WEjLycGZ0+lwUX0rOgrFm69HSaCIhZVZXlqurPul79pCT505lxRSa/xOmgcmsitCGxeGZcJX1kIooU2hQqSSVlaM3z7BzUMQc4ZW8Vy8bAMI32ltHWfAgT7jGm3y7fDzrZW52yXSsSnUdlOQsHnSSeAuaVW+pqKCpSIqpEIrmUw0ALUaW8Zn6JX0bH89eJylAprSjoNzuWFtZaRs1zSd/pnPJtpOnHN1yq1/cN8iuFtD8WE76OVo3K3Ne2H7z1EkbJLp79aZ/AN9atoMUtOcP15tW6OUTB/zqJgy0qDuRqHU2aMjxzyzfxh/LGf+awMeKGdLmoz+pCl8m0yE9jRshRsljpr3M1kcpxjaGW5pFGXoSSq1LmV3rcMZXwIMZaHuXFDP4RuKZKLD5melWkOWidQ4dY+d+iioHYaDLjMJo1f5EIKLUkrRz0oEwA7M2wSeqpWUSS01B6nnx/6Es9a6muRiUmndVDEW2vP7dMcKN1Q/7NIOCqK2fu3bo6Pa/9999ycQ3uA1/9Rdz6yg2Oh9TwZZ2xiGOY6Qoke9W51iHOufmzHU1pYVoNwuhqeukziCRt71v7eTTPu79ulzmMvSrEXH0myzCxBWYLuSbyyATu1WV6A815Y5VpjrHQTDXNpmt/jfrvgmNK6dencj1U69AsIsnTg5EqBRWXsbRzwEnJzqEsDpheH+65AwU7Z+ji8JJfZSWFmVoftkwXDVENoUWpGlBDPFFzm7Qf0Ki/Cp21exlq45lulv6pn1dr9+t2DKcuC7djtX4mbmflcwCbn48LgFPOfNAXS3AL8DlV3ALg4NUxyHPbPKde0EePKw6dcZVdfjfHr5FOgCh9XcpqIu1TWHkerZ0+XVCWw5czP4OEjgdtD5pp15bFLmHxy+iYtqWzsGO5qQwfKFsnRDwj7zn4RkkjLq3UUq0yz5KtI82xE0quIyYP4jSELlz5iEqGUSrpZ8wtmBgyAFP5nZF0Jb44aKVvEZtU8C1Q9gtwGVuqWX9RldGIirNTIBcUUx0kh9McTWEzKca0HxahD07o4QUic5laLfzch5QasYnajaINuDhvukhvtwjwuVIhyYGvuE6Az89tbWidJxWC5R4UHF/bmyoKh3m1H6hiI5fSTb1FdQFORlyRBCucbRit4VLSVPPEi1ZHXh41ldDUa2uSbmpMZXlMaq9YWR/5fRxT5RLT7VOllW6nMU4+ahqpOlhW0E/TxKMYIkZ6LpOXWr0f3h8WScM9BZ3w2Ao1W1b03GUgglMyxVTEbhMx16Ja5lmja1ZtDBOsFXK9sDZaq9H9uurGe219G7Hic5EVi61lzgi8f38APn/00Qddxz23QnERgG+d6W5tuSL8bw+siWOejZ22XzugGp+vwaDLkl05xEVRLkFlRnNroGhipqmfp4fK1zbEnVomS+mKpMy/tZFuOp81ZT+zXIqrud8yY9ZJzaWx6rOnMlwrQYUANKWyvFQGoy2/S9bPmbtk50wfXaTDws711clXOaNKqkCMWQxqKV7HYyhgWR6XFfpoOgRiHmdFO85iqyahaqCOg9TZFqthoZn76o27oAbEYoWZdhYWGKILiUdCA5arKZPnAbZ+Kd6bPeX7Wjn8tTP3i/JNq/vC1rM+i11nbzKVck+9cE8nl+g8J+aPYUWRISvAOv+4wbb2YHtL58ziSOOtn3Wnrwc7x8ysadPqiWWfH0kU3deLuD+SbLPIN1FBM80sshyLWoA0VaKbMmcol/PFoEEmmmmMphcvpJo4VlAuAWvqIVxrdmVpkp1sqZEydLTZsp7PagkumYaqlXedO5gs0bSZszLQMuEZ4JFdPXajkp4bVosoYmmrFZhze8Y86aTTDLNjgcw5pcgcpVUNm6T7+mK1ayqtBP7sI858kOGUqsqhn5U9ql7ndoPJpuCzeZPCjToZlNW1DcHFnaLSXQITO8h87JyZQnHak6XSuMpgEXn8Rl83Yoj0eAWp1lLuIgFgNXhHophKHX8p7AisuLHEEtTT7RMgpzX4i6hGw1SmxySkiVkI4wnNlmsgtMSv8QsnGqhEnRxPDPklAWqqDYNNiMCj7NRCJS5nWHhHefoZKCvr1Yj35lJKM4Ly2Z2CsE07ulLFhVUL+3TGzlM3N/byX9s6yGebzC2Lx54PvOUGAIfvWXBzpl7VtbMRotJoBvNZW7ACOtB+uR+lGvSZGTP/SOw/P507cGzVIGxGQR5pmoE25TI92PYjH93c1+cgi5L6ZakBV6RLGSWHDfTIIF06CECZPUZL2OPgjeMkBFKqBuDINNTW1EATQw4pY7H0vaiVYx645I2ZqiqFSx6Jzaaw5b84j/fQgWeRsu3o/n5BtcMJr/PtZmUQIet5ZVJ0PmnSw5U3IKM0WdqxznxqzGBjb7HgKgJL+toNj3zs0efnn6tl+dpjr4HiUwo8fc+CG22Aqj0fK3Ls5Zat53mLeEudK7PlRvEFMxvTp8vGmxv4rG843kqM4VCyfX8ZOhs72EJP1VotSRbSKJk6KCuxcsbOgT3tqc6EkvI7xDZjKwU4KGDLiCvbHKdxl6qbz+fXIE5kFjWzbl7I2BIhS4D3mFeE+mceuhKI5l1TlUZeRnDC7i+gfh0w5BYhpWCgTsevnxRt11Yqe7r1sjIFXjCkpJZ22iOieLKKdNhsTX06wwto+nS1K5ToPj71bT946jVtcG95vKjik1gZ3HPbNqvFsajl9hSwCnAUVH8oUJaN0n3oKppqFLaA03rZP4C2pBLpLVtXJxPw/TfcHEQJBScXVF1YxLwElVYJZrFICmVNT/4cpqeujLRCMSUXlfxaWYAtHQ4jpkpAyR0QJBHFEhoHQvZJ/KLBpnuRylhTrRZZYme9ZpRFk4GSSU3fTSITuNtQBs6aQE0uNlO1oA31lME9ZSgGIIELZlnWqjCuMjyp4QcSx/Xu2hXratroql66SzP19NROP75lIZ/cfuJ26ZTlJ0KHE87H8rINyXTT2xJ5C4bvb1vGr/cBs06g1nPNO5/AsMmM9Jj63MYhpbvZibnkhvIwXzEUz7TBoKF8cIhyz0/LAkqGpEohgWWa9dkxVrBMtRBVipNKrCBbmUUnEouCWGpglDwF6ojq1MIIOsh2OY61H9fYan1K7VpfrwFCTDbH2DKWxwnYyut3I1te8TycvNqy4irz6amkF/JR8z1wJcigEIoYSGV7D1ULquX7CWRaOOsp4ANTnTpLe9pGe+3O0U0xY9gomB8K8X0cd/IR5/P3FmaWf8CLPqo3v/pGANtXZW+BUjCFmSzsJvhdEktVhrWSTfsraN6ysbLnFjdyctN5TcZ4Deif00W1gBJHG2WbFknBIf4wYE64iEPCM2FkmAI7Bgryoemvp4p+LGMwkE2xKdPz3yASBmCQ97q1pJg4aCW7FMScaavKwCNs9ubZdfJUEsnEFuKdJ72fXQzI82ctGvFi55QZxQS+sU95VY8RmObKdK4lIyzX3CzRI/GLL82FV/u6sZv0tqJw1p4xV9jTLO7Bvsgjr04mV+DG4x57zEf5LhfmUQ980Vew49XnA3gGOr1DZ40b+vu2e21/JE62DWZFb4TF/fZc4FO2dD+T77N2j9PmyywksT13NuDznPhIlk6BbJMCRGkpgUaXtdmCCMbKaCKSSJVbxmSqMKKAaNnWqKi+SjlOPXEkcg3Nu8vvN45VHqpKCxKkUHQ1ZW6NoQU4oxI+0gogQuJv86tsBBxuy2X1Q88+5LUkjxygUisds56o7BOjADRBTfZXnc0pjOhnRZlqPxV2jQm1HYPpzPy5EXto3/MM2mq8ZW661HjuNXtnzj/woC1fmcvckMWJI4YTzpPlZc/YmAHmBwIjfX9A68gyg091R2uUSTxeafp3mae0ETxmGGKEnjc9eiRtd6kA+ic2SChSAleJJFMIKsQTz+UyB/6oVfSRLIkbrjj11xrpwIsE6uWeOk4EIs2Gico/w6V5em5xnIwbMqVYyc5Jo1nq6L0rahmrpQMRV56X8jfyIgLuyxkMq9rw8m8aieWvi9od3uVC9/06w56CJDCKDdU0+h42d0Vc9sMaKpgr1glMVmVkHu1lX1+ZWePbGwj7K55S0XknnvKAcTa4JxLWieeu7rtNNEAjWS7JQEvyuNKRGeLKJnin7NoHSwdVRcMtDyKdwPVabGc8UZhusEb/rCH0/HpjnSHUe6P6nSllYRK1aFF8BfocNNNWUnspiUQI8Y6ZdTZWNVfpoysLT+PMnpwy0yYjiUjOrWUm7lgS/FpEymYhbTwRX+kRzTNqUxobE4i0BhzRyTgJtCw9frSZPVJp7dlnBsRDa+Rl00cL6jW+42YUZgnnMtOjSyerW5GIzCya1Vnky9W5524/0XbTi+bntjzuXL3znC8BOHkuoPv9dj7sh87t7F6txre76ZlpsXJL7jOltrrnoMaHXDukFvYbDwTIufLe7N9hiag3eNDymKJ2mV7tqYkiWjaBSA3cMT+clC0g9d8ZL2CLJLHjLwbC8q8yymQcG2GZaTlrN5lbiAqbUXZxv7fNS7Wukrq2l8t0dh/JQUtgW5lle+aaVpqq0EIEDl7h6UZ3Fa46fbc6J2ptZKR+7g2WikqdqUd0PN60T1eFqxz93JxNH3gL6Cpr5U6Af+mBJxx6rs+YbXTu/903AThnhg4/k319QDkL48ZEQDvFBeb5N+XnYxE6CJEoJC+JjxZt6KGx1h+O7XTRWzlBQgu1Y6kys01CmoJqV8GFjqMRX6j5PIkzlmMC2LIxw1j53jHWwyXGet/83MrPVTGJjpHIK/Z7VSfOX7f3U/nm9HPl9+PPp4tdkjFiCdIsNhnT10faHBLVlOSV5RqLSUOghQh0FCVRirVeCkx/NRtR6N/iPN1oP20g3bkIXblKrq6wgpjgtq2Eeci4cenvC7Hotqrd+wpY+Zjn/MDvPe8mH7FNWS5bHyeq+DCAf7eaciquD/YYYFhB8PP1Xj0clAxxgnixXuWna9TmIKhOJgOaLZ8KN1rLq3zUGiT47K7WlFEbY1ca6cW6a8w4kHKfHckWqQBr1bHUEFTKfblRVi4mYEv4UoSoQMeB9Nqc+Xm8JxTAY11cUHaDy2o6auk5JR24ycxBgJhEM8wND2p9wu0WExR1mWpLOQXJRqHZJEKrRbLpwLj81treOBILby5R91g9eip49KVqOsfQYaQxtNtjtK3a0d3jZnYXWCtw0KHbPtzrddvMPRyqetgr3wfFFQ3lW6XzPvd05+gCEYZaVf5oMYVhrPtCo32vI6H6aolGs1uqzphdZuaDRF1GnDXHBym2tLiNZu60ZOrnGEs21iyZVMrWOZPGcULLk6RSs6xyHGvGpGw6fR9kkjh91JEyO2fltDJockIdXWaOhB/wz/SlpTVLx4Ib9N5FARmjzYxcSaXXSSNpvNP91i2gjvii9WvWSZWqMFDGBZFl+HO1O83M46S5NhzvvFpCqSHgdFJauU4ZPMxS1SbDynwGDrAy11627tbQ0+Ne8ehvf9j7eiDWoncSh4NfdIXe+OoPAviB+X6bOdsztkrle0LYyvTUgnA2jK27aAcQE5ZKNuM43xpoh9QiLc/by00N5RXmdxAODiWySuaEE0puSSrUWows2SSTw2gPzGo5HCvtVF02VXY7zbcfJ9xjRKW0MuVU6bLJzyOORUzSGNVGYnjHtp7MFZR3cy9ltxBphOynmJoaaVpRGHBuDFbooiQbrZWUFn45DECmpkdXd18VcFMj3zS9OXyv7bzHpQXOqrmD7lE2hs6vHeotRkhvHzzg4K1X9OK4G9xYO1GxOPEDWL/0B9ozI7oSeWh8wkyZnK3mNXtyRZpHhk4QwwhGZJXPmaJloRW4NnYAMstMK+oyneO0w2md1WTyfPFp5mlnELqQV6J1TlGZsj/t1FZGwrlsLweFkP+4Nzmk5xXrGGzaz53Gb4WE49DXwkjLu7pj14XaOrTI7J+L/c6EXrpclvNygnxgGVpoppXGWo4HhzBHzqDZx42cogsDTrVZiyTKXvMWSfeBN+fe4kdfHOBdSwFXPntwzIhDtPO1uZGaGNDuAyec8gDdfHADqtue8i7svvQyACfMcHFchss9cl6bE6h/HtMLIg26XauAYDh4om7Cp6sWAWrL3o9wf6JYSSblaEWLqhvvm7EeXqrN7TWbO0TfW8fqMV5YZbl/ruYMyjzykp2laYG0IxKpGduaNtSOg+2NWcoploGmUsv8UhURWs+Vmc6xA13JGt1NYVVf4JVA3OOS5/joDpoAOzrLrqdQGJkoOCM75Fv5sdV73rGnmxWVmJ3dvbXrHbJJb5rlfyagr9HGnGDEf19w2ZHHHPyuQ0/c3g3u2bWZcvCLroTifZ4B1UOVJ/ZXTNcH+XTx9FB7c+dImRC1n2WAy/TM3Ku3YyfTf/bOj6idPtyh4zFaumjkr8H20hllzts+RtcX5753ZKQ8IdLjaPvaIh4Z7WMayyW6f2O55G+vHbS7ot6q0T4fHY0lk0XlI+0wY7Rcm3cZtY7EIruwwCwwkGiVY6LVykmcuKTef0KsAYPMN/2pAd9Iipp6fWHqKzr7xunnss1fD/GGtih3D+kOKxBzuOeOzteBlb36+578bx9z5VwML2aDe9vjFMB7APx4m7n5SFusaPlX/Nvs7qadDCWrDBav7Jbno+0hjWSmNW8wxvvayfwKu8OLZ+aaACdwpgxVf53ANWUnldxzR9g5cynFl+R+4rMz6taQaA9X7QCbRXI6woyqCuofWd/uVGDlkMi3Gexrq3WMpr19slw2SoYopPS35aa8TdRs0bTlcyjWzlrOE5ZcCkjhlYMqVnQ6VwWqbtYO5oqT40tHjWYLQrJPcuLAOTfVBn3SjU0XRHVaxtDJ1OV50Bz8oEP3e8+JT3mw7nFwYzhUcfgr34PrX/1JAI9vn1bonDUddDzrhI3jaeWKCy0fED9GU8wPCnrGCurkOXwoiMv4gurnXUpVO24yfXz+I471oCjL+0rZHepILBNWQDZH6kdXUnvdKIYPoK4PnyyRKcjLVR+oH5d6mGT/tVJmB1eeg36HaDeUwFJQ7S4xAVbAIHWpapWFhlhX7FobPm0yZmskWQNZI5XgAiMbrXJUxwHvBK10MFXBjBSMzCYa91ICA6WDQ/jVvJuhmAZVqDdD7zPWPvnIZz3sPauonouV88sjX3Wj3vj778S44/FtYPfG95jhhXvJZ1omYJi7LrsakCyWOBWT+Q01Du1ye1anOZMG7WRnUD8LztaoWSzbEZFKSyNxvUsmzf33SEg4BTFIPJLL/5LZ1VUIPUPEYLN7eS70PMq6IaFdZagHDnS6BCImtZqKG1hUlH0C5zjofeauG19qliYVXbRDYM9BB/PHHZNN81oj02NLY9og5Jcmrl9uNoCuMspVyyhre+dOwHfoqphBvr0U1KvHZNbOyXz+zuMfcdSNq+I3bMDuFhz4vLdh2gLaG+mniyy/D3RBiAkWI8zvcI97+7osqczPsnmtLTroNvfiMEvizb+VmBWspfP95qhpeV4Elmk23bEABs+6PRMs1vucQKwV/XIz13ZsMqWeWzuPE9nOeLSPle5PEx5Qf1fHgsv35+fmkV6TSK9xjJAx9bY01+bVvogoH3nUFfi2tCa4fI/n0VqJLzBebOTJJnUtkZ2Fq7E0DmXNkTY9PM+wQdxzZq7xfBszs2yRtkkNDn3fDLuNrvLrBXjb0Y85ZiW7aLGhMmTtpE9D5WxgeEF7JgwdtllntGTK6TnhSHVIVbJiEh5QqCfS+31cYisGBuLiYJ+DyVJtL252fSll1ZGkhXywlH1XQhe8Q7rzqIwPs9yrmxGbOADTZZXubcQdVtFYJ9WZPOWNWL8GjKQss+1Kfb79lcfNTCdOrDV2XFF2EhXrhqpJ8y5p+Z+xJXKOLj32l6ZVRyNdnWNU2lJqJZV15KQrFVczcxmTbeEyd69XBqwpxJyDqcyg5J3nd/bDnvjAT3cIbnsU3MBBz7sT1/7ntwJ4wVxy79ETpbcvrEN2UVZb0VVgzBRVZyaP5HaimD9AsuawWAeRQ0qpQJI0ExWAqmqr2FgJaw6CVNpb8GusEs8oHQpodKuAxEk8uWx3pTnEcfWFyCuB9ovNsApZaAIhSSr33bCrgMvBmrfMqCW1uJHSFGjalN4W79Ri+5EZYHXGzWMrJX90WLQcjE/w4kBe3atWiy0EhHX803p7yRrpkgECtbA6tDe26pTYPUEIG/Ly7UJLPcAQ5K1P/+Wn37lR6G4Y3LLf46AHnPlO3P6hcwGcXgN6YZ6m9GbWOn/+maBuZoTqEHM3uqqojTUr5M2g0T0Pv9GNnVM0QpXYdsZEMLumoO6xzlkxEkuL/SjyjL0sEXDzd9dnV1805o1rVXRFMksU1oVrJROZnd3ixn7EYONZf3FnIStl6ukV6B4EhtTCZzCBokOlz5sAD0xDcBLM4qEmYnrkPL9u9NxUpqsD5cy+bnfdeb/1aGbvLrtLyxxr5uJePEWAWHdzJ/oLqLGKBFN/9tyTv/WB79xEkbGJzA1Ajn3djfrFJ7wV8ZbT6zNeYjLT8cw0z2Yjo3vXOYjQrLs4o7rSr1vGk/83xOqT2S21R0zhSiCPsgrAlIE3EqZEP8KSOuLCYEE0DkJ1zilsxRRDUZR1wbHIAQ8KTv7eWLeUlOcZpvseR0MjgKkYGEDMri2c5SM5mQi5sQS6Kp3U1qxNqunHLDFQHxgdXbVKoRhbckuV1DalNq8TIhsnW97TLnFPZWX0XFKl4JYRgHaG8X1b5Jz1DtpkXr/8Tzr2yHMtgvv3W08+80E3biZuw2ZuhC0nQg5+7t+Kxs9ngYfAGyJE9ARtpTx0/uBCGzQMQt1syWQFCbOoHLgW3avB+pSY5780P41kZZRL0gQuaSGlEGFjrCCSjlnuGTu7tWCIJ8rPvQBmYx8cY9HJWMEr9YBcFojkobqRa9K+r55ABNGQbczOsThW4Ez58dznRm5qJaD2PYtEKrgmVFEYUkushg0ZdONRmERtnFLz90DgGwtPgheiGFKJGsArUCVhhCCwo7rQE29oS1jxxBRx7YnoPIA2Z1oG4PMHHLD2tyecfiLutswNQHHAmZfjpr96KyAPt4i2OM52C96LYZbxUx/dz7llAUai2FsQ0AHDDHIOY4E0fW+kEVgtcRVcWsc6zioXfiB6J43HlEkqPH6CsVkqctAIN+9WSyElHnkxnoi+LJZKfSV3Fl3G6oEe7Yzc9ty0Ugjq1hK5toQcZSBiueb+tW7cDoxmqEp9YqUiaMmY1j0+OicWY/JgwDgvCunQXtURlXrzbs76yOuIOyYOZAslM/xxzI+vmlK9JyTRVg6VP771yS89/XJscrNlwGbftv9o1Di8UWO4VNNSutJ/Or2xIFNSQZ5iANG3+iCYMRNQCiJYo0HDp1aLGgN2pJSdUpqxmLvdqHUsFH1WBpktEI0zUsal+1JPHeWv+zEXZ8H8+ahJAYZmzJalo2Z0NarN0OPYN2RQP1KLLQWW6bsmu7cjP/M1dYdEyshhrLTPbNwAZQoqGT3EpP8u1FSikUY1EtBAY9VAWb1QQeHGXeZ7/S22gcZlXbrnjJECWxPviYEDsHpHj3u/9KGnPfCNJz75QXGzIbvAHrzJye/6nH7xWW8D8DOt5LPCJdUPSmvG8QWHGV8xzVTQLv6DRblByDfPt6PdHlrpos4UMGXUYjmkfs9WMKBU6ZkjbfhUMW6l9XZiDpBCIGH74EgOpuqXCcA5z8Ds+qq7yOyhqnlpwShVNBId666sG2JCSqSgJF+2wnqrG2HUEGB4AiKePeUunGq+FIgYmLF3a5jQIS1rZxunWlBL1LHB1HrMmx4/qmOosSOMmp4eHeJJsozDDPPUOd6zOxotc0hU01xVijP79F/b7+Ctb3vKLz39c3sSr2FPbowDz1qXb/qV1wPylQngGOmUjOldIVzakYl+IVMQV9mutOXySToXNt8XlVkjbctMrDJtSCpqem01X1Pbn5ssjGa3V9MfRyUziegez2W5MdoKgPZlq3kcR25Jj6t+1xhXHlkQkrMy7P2Dqaa+h46aFgGOXeGIMrGFn5/BQjp4R8qsYaz9daDqiuWaRUSilQhj+vVMaEk9dnC2RzD9uCNNsU0SnJe6tk6qdm+2GrJJwPxe7UpmqdVDpVcj8eatDRgLT/h5VgxAv/KIZz/89Zj2ZOPrkrkBKI5+5YVyw+vfht2X/1QzkdOOuavS8IO9cQvCHTp8dEf89RmCs7hTkNk+NVjySNYich+prmxnayTiiZesGqOTTKKll4J6cy/JNBk7EInFGR2q2+KpNOICZ2yqFsasYksjxKzvLlVJdONA4psj89Fp3g3ePwaSyZIEVGD07xrbvegMIhmTyywCkbQcUFuCStBWfCGGXWw13kZeqdbiyNAeYDeGzo2lTO+s/S2cJtvOo9zdXnvVDJzIVG876UknXrjZXvuuZe7pbScO/9HXAXpJnSnDUThjUjzFNDKj4NZgLXpLSTd0srVYkKzszIoN7VGLTZB2MqdW3zJD92T7pvp7qO+Xo1ZLJLX3rdFmv0ot9VJNl7Epi6pRZtH3igyUZ/edrJ3v30wP7HNQs1W0zcJTJR7tNAJUnWivb1dLqe2aKaqxVy6ZNLrPoxa6aJH9ElWVe2wUSmo1UwzptgPQUFGb/lm1+/UWIdeatbWPYmNFnz5735Jsldx9hT5SfslDTj/+dYcef9jOPQ3UuxLc0AO/7bOI4c1llGXGYTPL+IxXthAfnc0D0IJjJYM5HTb5fimNt8zFlbKyel+0UnK3unBlWmjZ1tFbvau0FaSW5qodrra5D5iSV5lgE2HHZlzy8moiqAP4OHj96wTbWjSab7Svj9JIUNG2N3yIND/b0mVBXuSIdhzGYzHuhcGOtbC3C+mwCGZ/N5X0jrYK5pR76yMixBid9ixLzWVh77q6YgTm92ByWT8XlAK8+cm/9PTP3pU4XdyVH5KDztqFw3/of+KGN3w7oI+s8ybveMqjL7ctxPiZOdN9A9YgWRiNdqm92nU/LMvUSM+HfdA0+WTG4C6aaBfWA4SI0+M0Omtaulf8zXrkE7iyn11YYEEtlXbDsNN1a7MFtMo9y++QqoE6ugpT2c22UsXldDBWyKoZVBM3Nkx6An9QZ/9RJZ+6xm9NLCNNe9xqKUstistpZ0iq2sorAbuMoLDNCBwrbvUJhAueKKiWKdnzHhfdeK1Gr4xXr123L0tTqqd/f/akJ53wPwHsuitxepcyNwDgpNdejC3H/Z2doYYZh9RFpT6CSvOc+dkLDOiU1AQU8ZYMznQNqNO6kajJiK5sLM8jO6VQxjclZnSuLhnoysSTkQAwIqNoOxprM2IC+/KJMM64zESv2LIjupx11VcrTab1Gd8Bai7D91oNM/rrAphagEQuxX2ZDhqVMTFEnQNvJbHAqMn468FpxIPaLNuIUQzZpS3n4UgsgVSKPVsSdEgqYbb0b4E61BL97x73vY+7+K6G6AJ3/W0dh//Ia/HV33jWxDmXzmbNYX7nKHudaysCUec8WgwBueChGbfpN0u5n6ATg8rDgWZ2IQGblVRhCN+2qqY0Z2xDYpFUHUjXnqqwZs3Ce6fuMkv+nIe5RpoYCG00Ecf487u4xYzGFGKVXjnjR3XqLwBjAIS2hRLXXMvfMo9Gg+Xxu5TGUsmea2jQpOcWs0DZ0k6dOgssFilpUoq22zu++Kya/dliIzpUQ8VisUhAZ2uezijCOgBaoMust9JXgXMf+pQHvfbgE7ev39UADfha3o74kasA+XOo7Kp2RxmFXVgHFk84ASwQZ0ZO0dEraTYJS28sQFpn3GOk36omo2ovwxiwyWfVHljXZjk1zwF2tZAy/VTN76gM5MGOmbR4slGGRGx7cn4ctUSeCrT573XILYYyyyAeA39jpeBCO0QkNLZRPP4yxJNmZEV001ippLyJxFBLoSQRrfpsI1gpmTbdXnLIapcSGjDjgeY9zBXdTI9NfB7mySu71rYMf/7E/+spV30t4bn4moJ764mKk/7kzfjyT347NLzAElH8Lq5ge+7Ix9tYx0Fsa1QyRazlPO3mMrusmPRmXFdqhixsMPDCvCSCiLGro1ZDP9XGbdRKOgNlds7w0ozE6lSBtdwwu8A0v46sJNNoKa7FHz3RaMvhETrWUVJlo+bQjR1ZKRFddLQtVwknp/NWtJXVKo/gxGLMTiteVDVZNdl0WvzJU1Ar7B7tkD5rrI2o5y6bSJxwI6/2Bf18kZ6SL3vBAMqO775kCp0qo9tjt5Pgf3rU8x/15j0dfd29wQ0AR77oBtz84T/G9X/9rUA4vi27g5UJdkz/la17mK5qGGiovagpyWvgKwcNWoNDG1RDZ0eYFNJznQZR8GTyRfEtA23x9CUxbIXC1FhSZdUtnloVWvDe6CwdDdaOKenHi81TFPu8y3BB28V+ZnOo0spcRsTFHERlNi6OR+BXMRmttDTTk+z1XdSBxuuMyC0ANJkG5tk0l7RszwRaBBC04wGubskfWuPB4KSeQrmip2qbQ9MDKcOiOFWgD3x7mX9FgD9+5AtPveFrDc2vPbgB4Mgf/Ciu+5u/U5WXFeIpBbOk3VH8x2BzfLsS11EHfVZQRsLr91T9fVCPa/Zlw6HC3HfHSuUEMeJ0rJ5oFKxWTgmifIYa8DzKQ+XDVxQehqCizeomOhCKP7pUdD4LWjS5zZj1wdH13XzwRScmUVpMwK8t8RMQqyBGHHehQM1+x3eqLhy9MiuxImfUTFMtAZssO1T7Ht7aglgW2Sa6pxvL+s120Y/EZhByoHV0UXhtd8e1tGG+SEOQAYBhIX/37P/63I/eHWEZ7pbgPuSs23HsL/w+VD484VBh8i9PNkORt28anzJYwYHWrNnslfZIt0bbPxexQ6Re3JNRop3t+s2VeXYNkIyTPL7V+4Zp6yumPWqrI7lEtdRQ3q4Ze1JLpQOJbFail156wolackuPQtr4vRPWoSzeUdeDO8KNkj/bHJZh0HPtCkB8/x2KnNOi04PZPqLd91BEI+3PB5eFjXMq7Fy6T0rpU1VXiUKsHFR79/vhR77gsb9/0Anbb787wvLuydwAcPyrvoqbz/2jePN5D4fq4aYEL8vpmaoKY7FbqYtOjmlGbbXcV0+DNOINNyMG00JZ/621P87rjUoQCJkdqOmHDY2TymCLvkuzSHB6fLeWOCHc6swZbOshNLsncGokk4dIoCW1FNUOirM0cwPEtS5qbY41eapEmpfnNgC90jxSzSkWQPVNqCN/QFqJZ/Y/F6qtK7KuXiRsspbZo639zJZ91YOIwWwBa3EEoCOOcT4s4mbbvSze/FRB4m8Ytg5/9MAzTvzq3RWSd19wAypHvfAduuOjZ0LxkmZW0ZTd1gKpKI68gAT2YtBsvaShcSu1hJFo+/3yfTHKsKlXpx7fsNuY1JL3b9FzchUHzFpdGB229nTnxS1Fq2qMW4LGJw12p1gk5RcfVsXXjSyZVK0XObuxFCSfNsAgtDzy4nbjynbGN4riDHSQiF0qQCt/fRAJykqEBHBpDdY88iI9UgbYrPRSzBgrlL635X+X0lq1tAFWTjbvIS7uAJmxcG/WebTOBwqF/MNpP3XGOw4+/jC9uwIy4O58e8CLdgD4Xaic58GH2vNIw1ZVBl+6ajGefWtnpZEYOjQaVliHgmoqB0/YoNIaxC83mQ3mvrsqNKgx8DNlbiHWeHUY+mqxlSuG23dVR18tWd2tCWrepXn8qouHs4KeW5Gs1nrJUVOVWqP8XrXafTorl82e0CIGy6k9bnDc7yxS6XHDUbaFqjkY/EYRTzENfg9Y5/57gwJXup93yAMP+d1jznzwjrszHBe4m9/CEz51SfzEk/8Ay9sfDMWRnmjAqLnxVusiuMmNlDOYORiUTPwClcmRUGVtgLQCDuV1O2QCoWYklbMfWsMIUNZltxSqUoxaTN3zVswSXYyCrBx0IxFV8tqiaMeGkdRszciNhTpOz13aA2p/ohjgUhmEM1UllfhwlODyp5T5OtWTXNLNeacXf68QPkRM8sj3N6C6pGh2eJFOya7tzFnREmeYyqoznFOh3ZI8KOopzTo+adcp8AeP+sFTL7nbY/HuvkNsO3EMD/71t4vijdVI3p1j5sKFI1g4kC3yKwujvVYmS3S1z+yRRt8rwaXVX630rjqjLIvN0oBWkBIdGce9j56CGsm7zLqhWMZdB7BrFvX11FpecMOedE55pp3lgZlgox5w09ZLzWRrrkqirXQaoLRmYfZFC54+yoQX8G2neXdQKxzpLvfj+wGaRQcM8AVHXQ0ABge4zfmpBV29XMABem980s+f+fajTz9xvLtDUVT1bo9vLHdAP/P9x2HHR/8SiqdVwApu5u3LYzhqJIM2Qsv3+H6CdSPB4Hy6QT0rOa2UXjW43lpcmW/JKpaQEkiO6qidzQohtK9B42iK+rvDrfJNrigaXZZtVv0OZRxnAa2AdidaoHHgkMZq6fNU1Gn+Wn5di0ut0NcYqAv1NUKyYga522yQajRl5TGNsaIjNCopf1XESgk8nCEtNFK/J8UCGX6Yk77nf85TFuZEcN1itX/79z/yRd/yow95/mOuwNfhLXw97hSLQyGPf9dX5bDH/g4gXzQXNToXLtzn0d02WrZlq5RSUllFN/ZB2/vFutSviB5IRqlRux5oba9KIyl4iqkfwcUO5RVtJdAVXbhsGVdRTqOliWq02V/59/QCEd66MPd7O+dZ7/ianVnhxoU9WWgncrK2O8TqugKzRsh5pfHYq1kdxP5nLnuWrN9bz0v3q+1KojCThXtUUt9v089+8bjTT/idhzz/MV/F1+ltga/fm+JxZ38IH/22P8Ntn301VPYvQRz9UUbElx7gZnpAy2AzQg/1zC5YMoxZuKduOUAklxRtBR8mS8aGLFO3k9iMrcaDnJFt0HNh7MH34bTgj2iwTeaOjE2MlkSSUfEY64Q1OgSc1/mm0r2M7QwWwmM0GKRcVQAZLF04b3oRYri1fA7L3BJJbDSZeuGgRhbKVE4/olLVRpwC+lmdGZXB7f7yIzalsZ3pm8ltZk4ognY0dsewdfizh/3AqR/6Wimm93zmrm+34yGv+QuN8sbKlILjNU8XhaoDc0axgW1GZEpcC7fqx2VV5Qw+0kYPR67QiJlMxRfPCqmm6XfHujRQLXnGZ12NzggiusqAHUlzdh3r7bUZY0UHonEmT7cde4i7dTlVzvjl/pygpIctxJGK17ECI6M2jjdd3/OCWk9ElUpksV5ocG4t3BtXtxbbX7PvGlwGDm5lUeiRWnpkFDaRQOtbPvP+xm/+qTP+4qDjD7v96xl8X5+e279d9RfHx8+87H9B8Qxfemuv5zYuLMH2oKk3VvIrq/0z8YcibctIfaMq98Y5swb7s0wxBaHnPlMmJFmd31kVdITOri44l1M3LYgwBJeCBZgMLdT/c8bNtxvgxSIGK+D+12jwF6UCmC5T7sHz5TrQv6kHz1tl+NI2e9k7RS2PITnVOkQ9pgV/MXhtjRg/xloETndizgp/WzKzRad/1/ScorYuX2YF/Ex3wfeF9uN7T/zOR/y7U37i9K98vcNugXvi7egXfUVu+Nhv6Ff/7igAj5ml7aRGSfLF6yU1eQ0PZsZIUBf0cAQPu6xePXEFxOHObDbelc3kGSSm2kiAmpGYjm4EBweqwWjLuxZT2YwiA4WR1WmhZcAVFVkwQhWFfx6xQ1KpvHg7px9TIEcY40lU8krRrxclYHSjMv7oCOBsgaLtXCxnRESpnRlQHFsg4sQealVemeBEu8Pz4wxEJiw7w2bK6iJYkfmFA6vcWdLtPr04ZOtv3BOBfc9lbgBY37FNP/kD36c3fvw3oThmMjVwaHnOfEDbe0bqaQvIJhRoQhcnZazS5xOaHR2SbIKBHT+lyb6qrndmpLuToU3GBezGjoiuKaSa1yNYKyUVt7dMzCSBJwF2K2joTBgYyc7VTUivx5BEIJyp+edyxg71/gxqzll6plhl9dgKpkiU6aAfOWM7JLy+nDKPmLsMDnqZeTELQyKxk429f+cq5DzP4xW48qATD/vVM37/+W8CsPOeCLmAe+pt7dCd8q3veItsO/JPoHKnesZa5GCE88AWq/oiimjha0fiSKeXszwG88l9fxtpPh0pW/NmEuVl9x0hSiSu+wo02/bXvjd2zDKDuI/VtKHxHO+IQNg+qUH90bLPlDelxNbEAQ4LgPZNHPl1hZ/nuw0oUWfZdcbsgVBz4z+e+2pYkQf31X7HF9socW8uzDTjObUAg6xwN9W+g2nHzfROAf7kcT/3lLfcU4F9zwb39HaznPyLfwrgLywLyoFnUbp0xWY1bdm95YKXFWEjmVUzwKaO7NFjAXv7JTjgqKG2ogO2+RFSNEYRBY2P6kQqfnRkDR37NNvYobt6EkuPthrdffbcTv0yiVips9EFvHRcYBpVoFvL7AA1v+QgxLrQD5jxQ4Oto63Bv3VCNbRSbYUlRiUmbkSGeZeVmULkLx7/82f+6QEnbL/5ngy2Be7ptwd897Vy7Md/Q6/4+6MAfI/RlZh+U9r+NHpqZmdkZZRV0bqJcm9dDpCxOqhk8A1+SZ/bpmGegy+/1YBFVXvN9yv9g8vbUNESBFU/FRidBxsrxKID/8RptLkkJjWbV56Zz4NbgEiyCHWe9COoJ4+V3Mlrl2MyfPClOduCGrhapgWCoqWXlmYPbrVyseOsjJCT1YtY3nh1cakFoszAAcKPkf5ks/Qc1X88/AnH/cZRZ5587T0davd8cK8dCnnsH35VFL+kl//DQVD5N9a9BTO+5f7r2uFku0Yo956jgztZZRZp02W+3/Q1jQS4QdzhAoeswxKQeU+YBrtcj4E2s8IYRuZZabZKVkrcgjAIFifF3Kx/OPPvqTLhtqVLU3V/C9CsvDzvaG2ZCroU7VzcB3B5EYNJ4uK2mFSppxRbo3IbUoJo0lvmoB3KeS7l9vk4GLNFkpES2KDlObpxf/Gg/owliwL/snbYtl869eXf/lV8A97uOUCtBdgQzznjm/X2G/6bKp5sSnGzkmfGBzzC+YJRFtANAK7I3PbgKoZAozTX+xsyC/9sMI9jQTMvxJCK1GuPqUdVixdyRJeNIyoIVioCPwqDA9TILsB8vYJq02FB94NA9zsk//dg7aqRgDhxixdFnK31jHWB1x+IAc1LEFeTVzEDk+mlkS6zOSYgjgcooxuTAa4bFDHDFlNMdUZsPq8A+ND+Dzzk/3z0Lz7tE/ufsB33r+BOlUN8z6OeHG+//rcxyrfawHZLBPmgp3m0jtLSWQtNNVjIFD6wpJ2Vm31eVfHVZ5q19sGtTZJ0/vpSn3dnp5nlyovFIdAi5dMhOFRUOlJw8X2g8ucVg71dZq3lr5uZNgVy4pkXVN0Hr7kvnn0PdAi0dJACc6ndM5afcsmiCTmfXhJpcoKGeq2UJazSzsLbiam0wwup+m5/1ht/NDSDj48B+KUn/o/nf2j/E7Yvv1HB9Y0ObuDmT20dP/pDz9Bbb/gNKB5rgm9EWwYrscyaDaDS+poBRsTRX52LairgV4g3/bAjwhBZo87YxRFSuMTuVBNwywKj8yxfMWLTGJxQxFcTQoeaUOA5Qgln7pK9OeMOdVyGOgozt+HAFh6BOcFJh9xSg1vasRiLsHNrHaRcHqO4gC0TUzH6HS86AdoMz9k/0uhtLsA747ULjnzSCb924gtPfe/+J2zf9Y0MrW98cE9v2/RDZz1nvOpfXw2VR03yZXGML1v36MilLmjjJWd2D165NTzN+h6p1E4/1/aZm51FS8bsZfdOS+FLa+Z6G7sn6fAAgtvwydl6cNtGg6X5jtIGm7oAz1+PwcyzSzZHyvrl9inoJRDBRerXDHPQuYDT1y15kzCUgTfmicnkY86uAoxUtreFkmAMhQdV9URBGq6TCVixTDjTn6OT9YELjzzjhFc+4pef8Y57cuS1twc3AOwfP/7vvyNe8vZX6SinmHLc1VaNHFPpNtyEoRPUfiXvzF+s7zVu1/RWwknobAuRlpQTMaOGQ5VzaifVGF81sQdZpGAyXuWhU7pTYJlgdsEe3ddRZaTKAa/+oyOxaMDsIh2ueMxhECxIaWxPxDgSGkZukJZw0qhmpfuyloDu0Vul/hvo/Fny4QFcdMQZJ7zq5Jee8c9rh+53x94QUHtTcAPA/nrOU79jeeUXXo6IR5fgHhlkamskjWiBJ5PRff3l78sdFKa87vfMhtvNzwe2z7dsN8ewowxeg1U66jErizU7uZVKYe6Ry2snLvCEFvo5FllTmpPWOym+1B8E3eDOwUocdCGev7heH6m9EOamz7HWxJbqqWCIgcrjUMvuETSFDGJ6cJOtg7SmOLm/nwn4+ieVzxx+xgmvedgvP+OfAdyxtwTT3hbcUwY/7yXfPn7p7a/SKI8xgTKuyNidQNWmb3XB7tT4XQS72d3lKKTNbYI1XYgzK4nVZf7IZXcnu/tqIvJWUo96k7FDR0TS0EJ9Oe7MMXLprWjppybIy9fQ3q84Awc+2Ob0VCoteVuoDxcLsJXsbLBH6cAWgq7LlVQQzWf0Lug2ff3Thz/pxFed9JNnvHtvydh7c3ADwLb4nrOetrz6S6/CiCcU+19PFs6oulsWYIAzB6hVySfLSDvZPWdlJi/n1bsgEKxsCfGBLZ2yGuY5qaPeGrCuB8ZFd/voSmsdCFh07YJXgfGYC8xJH9o+XIfaF0fK3MKAWmg3vfY2bvFK5zwG8wCfUZelv1Gw6HnlhaYADwZ/nYIy2GC2g5WZAA/iuie6neu/o+Dj25904qse8ivPeP/e0GP7t4C9821neObZ7wsHbP9FQD5UxmB+X3KUrq7OepfboC50VfIetwsQesQYVJppfZDqi5aDNkbrENrjYzNlFcxhV7eJFO72cN/jFyU6+mnHhdQvBOzRZSvA0SyuVk8zhXWwMcsTiHhSiUHs9uIftyu5oMeHddYp/wZ51vlF90org8kN1RBorM9aXiNs6ge//IDm2AB+8bgfOPV9e2Ng782Ze3r9b/zUED/2ysePXz3/NzXimdwwaeyAYdr5unrEHVUkYrK9uF5eKMNihv3WmUn7+bkbzTX35dHtDpCnhrLqQDutvbbGzn50SDv77gFq2o68qmQzpOwa3EiL+mkeifm+2qvCpGZw1dCOytAi/XY0RmV5sABbDOKhlToSC9IR+0k7CIG7bdt7v2fb8Yf+6oN/+Wmf3O+E7ePeGj97dXDn6mI852dOWn7hzf83RnmBIa/0EO5eic7l+YiOptqNzTISA2d1zD2974Xh5KPaouYG+ddm/jJd9FFM320CO3aYbNnCmQG1xoghOJNE2H7Yg2QEqKnvsWNoQbhcrgfu2dNj5v5avPyzkmoUzmgCnbYhZ1smt/CYLH1eAlY6AR6od57pwaNYgK3Mu1NbMIr8gx629Ze/+Q0/fAksI3Wve1tg73+Lw2n/+WJV/Oz4+bdcB+DHVLHNU4XUA2Te/jj1xuqDH7Bb1/2iBG+5EW1l3ni2xejagc6KozkbD7qPyrBTu+XToO1KqH3HgBB2wWERjhRpbBaLBEuWp8Op+I7xet7IYhCaWY3i7oN5++lnhDzl4UQl3mcN1ELx/JufT8hD78QrH9K2zpTFQ6ELTCYgEng5n9D6TynS0IipPI9BilcHFDsheN2BTzju1x/6qmddeS+Im3tF5q5R/vm/PHL9/S9/iUb5DxhxtAHWRrFBGx1aTtJkn9ltNuRynTO0mkyr3tAwzlgSF9souxusXfPrmGQere9QWc2u7ejHWTSWU2emEHvz5sGU+FMpXtbu2RaAM75BynNJHuxjGF65o5z2SnHz0c3nIwV1BtmGlLlRkXQu0XPG1iDOo0NMhzWmMZt5uUUwCq5SkT86/lfO+tNDz3zIdfeWeLlXBTcAxM/95cHxq+c/f/nZt/wcIh6jPYNqj6zT4kp/AFiVQadcN04rsFaZEY0mfVZA0qjb2p5cez5tsRPoIK67d2rx/mUq88Ft0HNflhPiDkdJVXFoeYcQM0s3pVIcVLKrOMoq/ayIxQV6/XfO4GaSV4PcThnFerJxT20+BzTIpxcP3v5fj/+lp7552wmH33JvipV7XXDnUdnyX372tOWFb3m5Kp5Ws6EfddX+Wb2bXmwX82nptTsl+MiZVmaClEGwYPry5hAAWj55KW37porFtNEcSmQrVZhk7fIBI+bQTjZ1gJkyZTSGriVT07P3RmJCzy8HcRDiqMtML069dtOD0/aZhZBtynwGHw3vRzqFkVQ+ej1T379+5H6vefTf/Mh5eysifl8MbmDnjmH80luPXX//b71cd+78QUTs15BaTHk+k7EjGUXMbPDU2AtqGrXBzd3RmZOb28uMtFX6ixpmZaLoGjYUJBtWOFK9zN3GkFLCJ8VX9Jl/cMEtbTYHCBCjA0Bo2wtYBkpBLC67FwCusyVFQgc9FzoPpLLYCgcniUyCFNAs0m1YeJKIMHeq4K8P/dFTX3PUDz/hq3Tk7wvue/Tt5kuPvPNPzvoRRLwUipPV7ZzpZmzqu5vAdqCc9oK664rnx2EdhoTP/IU842iukEabXmyUO9TVeih0jAqb4Pbf9yOvwd5uFBP4tRJA0nxzv02ZOks81eu2Oz12tyx3MtECsDGinvtvMSMxW6pPn49CwR1aokus7LYvLQ9Y+5Nv+oUz/+qQe1F/fd8M7inAD9j9wd9+8vKCd/4CVJ4+H9hoOeQz7y0fHX0j6ug3omBecAI/d5dmDj7vcR5c6e9nPaG1VWIdd5eV5nvZNM/WwWnWQ2cmHtrvlZ5+VWB7nXenxy4Z3t0vHUJtgHMGFwu4hdR3hxTATP/P/57+xO/b76kP+n8OfdETPrTthO2339vD4r4R3Akz1UvPPubOv/yxlyHiB1Vx+IYZO24U3N4/F+3M24BbLrhjvyfXRokmXfKKtUP2ijPp6MFdgHTBLrhS2gW2oaL6YHYHRgO2zdgZs/tLuT06t02zcswYQHR7bwrw3HOzeizPv0MF0uJAxJVp5n0DBH99wE+d/ruH/9vHXXlvLcPvy8E9YWef+stDdr35Vd+pip/CiNOAFRm7V4rrDPsNbVmuTdDPbO9UbcUsxlKqn7XtoeHBNT/ukhYBLyX30LrHgE0muEfvZO7y/Z7yzCHjGNJrGhqRimYf9JBLeOkeADZze+TctR5csudg5hJ9IWxAg3GQUp5PZ5icFwV/sP3Xn/H2A898yM33pVi4zwU3AMRLPrC2+/3//YTxy5/6eSi+DxGHFTbZXMaOHWpo73bdoJ57F9ePO6S+tzWFADV1vmsN483Ps+HYaRGdURetXNLO2h91M+o4w2IzGXSY0YfX22gjIJlZM5SDem4VUVGW+QPAVfs5g9O/85mY5t83xUHepA897L8c8uInXnbgGQ9av6/FwX0yuPPvNr73lYfsfO/rnwPFf4TiSdpdLgXySKNAG/vBq7rZwMaMAwtmLaAMOFeep90bTvxIW5Lnq3iEy+Bog5KBLR/I6PTbnKG9rdLYUX/lPeGp7FfMmDdIB+Dj24aZhbl+bh5C9TGWmf47ledJ6/2RXYeu/eGhv3bWOw58ykNvxtdx0+a+4P76vi3W/+W3v2nXe/70pxHxQige2B11waLsJnjjTFD3qgDKzgp0bI872Z0eX+cyeVcw4sQhXlcO9jPv+JmptFmb1hE1LDRv4oC5bM0jMRCQ5uWcnXm7dPzXxB0GBjEPM+U5au89lEC/fNw/vHH/F33L/9j2bx919XDo/sv78oV/fwju/HbAzj98/mnLiy94KUZ8FxRbm/4aM1l9s9maA3vlbaT1LQcs0OatlgBnoRzawGYrZUN/dYKMOOOcwqBZ07uHqhc3dsZsfQw7AivWTB2gjQNYZkC4odOLa5iCVec04Iyelyy+C4P8Ewb5kwPf/MLztpx4+O33hwv+/hTc0Dt2DONn3nbY7nf+8XfHG675cY04vSmJHf9cu362dhTWouErMnpzgLjFf+ig7Y3FU7CEFbieHIzKByfG6ASwKbu9FLRj6qA+uNgswoForEBrSCqd++F+Oh8+YZhB1wP13gTm2Qx+7vIBW/58vx95/FsOevFpN91XkPB9wb2qVH/7q47c+Y7XvxiK74filN6yZ92o/I4tUr4ysBvOOmfrzpzcy0NNVvf+4HY0Zu/XB6TMMM5SgJpe2/fbrvftObGU/p+cTZvxlyvNQwdoCyRqAahk7ziphgGOmnoRgvyt/MQprz3sl595HYDl/e0iv78G9/T3v/7Std1v/+8PXn7y3S/WO3a+AIoTbA/eD8jZbN277Uzmb0v9jhGEz9x8W5Nl2WgxjYC4P/fAGXq9tLjs60C5QkH1lFA3745tX606p+V2JBjvswYyWhQX/GHOWXW4DIp/WDz/Ia/d72dPu3jtxMPX76/X9/06uMtrcP2lW3f+rxefsvzCJS/SiOdDcVwTmLGXiWV+bo7VvfnsjJzHZT1JqnacVdhBlfttMGml56MW0HqeDeQgK663HmZEIRxoQ52tZ2R+5K97AI1n16GtLgaxwS8kksnPbULVrwDkzfLvTvmLw/7Tcy4CsOu+ioLvC+67GOS7/983PWr9Q3/3w/H6Hc9DnDL5xiOuFeCZC+LVPbx0sn5HRRZtaa3aEZz0enHlnWost/TkFC5vuSf2K4h6qq72Ni2ghn4gm7l1pz8Xum3N3Jfh6IPeut/3n/r6tec//MLFCYff74N6X3CveE0ArO3+x//8iJ1v/ssXIuL5AB7aLCncTED33GJ6t4EH87yIBB2SizNr8Kqwsv0DHesl2OCOHS81k7mHDuXUEWV6HHOmto4p82aMIGf90OGn5+clXm/OCLp8ASG8ee3Fp77xoJd/x+cArO8L6n3BvenXJl509rDzH/77scvPXfB9UHw3VE7XDXrpufGYzgbyHGAnbUYv/bp00G64wITbOY52G4l3WfElekdYYmScsbcLzC8WSCuIRj/fTn28rBiFZaDMKt3Ohchb5JRj37T/r5311a1Peei4L6j3Bfddfo3Gz54ddp/ztkN3f+Btz4HiuVA8FVmYMtebzwX1ZubkvaydgDY1s3KZWR/E6DkcQNYBw3zwRrESTJ1zWpkhpbCzqc4ox7STlRsSS2HY3QCRD+CA/d629qxHvGPr9zx+x5annBz3BfW+4L4738L6+/5y6x1/+JrHQvFdAJ4NxeNnA9tva+/12d2P0j0MjBcbpENPDW4vOFFTy/12Zte+5G7AtBUz6UhU0dgL+oyWewKMtGuI/OEh4ZOAvBMq/7T2km+74KBXfucu7OWOo/uC+z7wui0/c3ZYfuZjh46fOe+Zyws//UwonpmprTqHmAMbj8rYZaShx3I272Rl7WV0l83555lNpsw061g0sQGirhKBtP7jaswVHSOOe+zp9pcD8h558LHv2fa8x71n8YxH7Fh73AP3Zel9wf2Nyebx6kvljv/yE0ePn73kWQDO0oinADjOBLDvtXusNfQtkLX5miu9U8ne9Ni+1863Q88JdXC67I5YQ2fK8Z6YQwnFF2/s0PTpV0DlHEDODt988rv2e9lzrtp61sN0X5beF9x7zVu8+tKwvOCDMl5y6THjFz/1jOWnP30GgKdAcXI3Y/uPbuylsXMANN5tbvw1JxM15bxYwkh3sZ/03VuY/ur54bGzuRMzc3XIl4Bwjjz4gR/e9rxvfq8cvf3KxZMeqosTj9gX0PuCe+9/beNVl8rud/7lITv/+vWnI+J0AKdB8c1QHNZ4qm12dNb9GZ+9Z0p0XjLYLbs7fbd2xBlxVfZuZZzJxvgmRPkEVM5DkHOHf3PGuYf8+b+/2dUx+972Bfe9sEc//2yBYlh+5tMPXP5/5zwxXn31qfGaa06FyuMAbN+0Zrzp43v7w4M1hMBMBud+W3roeQf00pls3GqybwTCp3D4kecPjz7p/LXHnfRROfrIy+XoI8atZ52yL6D3Bfd993XPH+/84/985K43vP5UKB4FxSk6iVgeDuDgvpyU+wC4zSXSYbEBXlRie+45q6PekkC3u6v2zLcA8nlVuUgkXITDj7pw8bynnb/fjzz1usVJD/ANyL63fcF9P/s73LIDy89fAL31Fhm/fMmRAB4xXnTBQ/SWWx60/NSnHgTgJEScBOCIfgZHx9BhLlvPBLqGWWPD9O/rgXAJIJfIgx78ZTn4oC+vPebkL8qhB30unPro6wDVrWc9FvuCeV9w73vbw0y/6x/esHW84ivHQOWY5cfPPXq88HMPgOKoFPDboXIYFIcCciAiDgRkP0TZBsgWQBaIeROfLIGwG8BOQO6Eym2QcBui7ADkJmi4EQjXA3JtePzjrxke/7iroHIlIFce+Ip/t2tf8N473v7/AQAiO6Kk5q8MzgAAAABJRU5ErkJggg=="/></svg>
<svg class="tc-image-color_balance tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-372.5T281 281 587.5 76 960 0t373 76 306.5 205T1844 587.5t76 372.5-76 372.5-204.5 306.5-306.5 205-373 76-372.5-76T281 1639 76 1332.5 0 960zm813 462q0 95 66.5 161.5T1041 1650q6 0 22 2 167-25 303.5-122t215.5-247 79-323q0-184-89-342t-242.5-253.5T993 260q124 196 124 429 0 166-63 314.5T878 1265q-65 68-65 157z"/></svg>
<svg class="tc-image-color-lens tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M18 0C8.06 0 0 8.06 0 18s8.06 18 18 18c1.66 0 3-1.34 3-3 0-.78-.29-1.48-.78-2.01-.47-.53-.75-1.22-.75-1.99 0-1.66 1.34-3 3-3H26c5.52 0 10-4.48 10-10 0-8.84-8.06-16-18-16zM7 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm6-8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm10 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm6 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-colorize tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.20000076293945 36.189998626708984"><path d="M35.41 5.45L30.74.78c-.78-.78-2.05-.78-2.83 0l-6.25 6.25-3.83-3.84L15 6.02l2.84 2.84L0 26.69v9.5h9.5l17.84-17.84 2.83 2.84L33 18.36l-3.84-3.84 6.25-6.25c.79-.78.79-2.04 0-2.82zM7.84 32.19L4 28.35l16.13-16.13 3.84 3.84L7.84 32.19z"/></svg>
<svg class="tc-image-column-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v8H0V0zm0 10h38v4H0v-4zm0 6h38v4H0v-4zm0 6h38v4H0v-4zm0 6h38v4H0v-4zm0 6h38v4H0v-4z"/></svg>
<svg class="tc-image-column-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h12v8H0V0zm14 0h10v4H14V0zm24 0v4H26V0h12zM0 10h12v4H0v-4zm14-4h10v4H14V6zm24 0v4H26V6h12zM0 16h12v4H0v-4zm14-4h10v8H14v-8zm24 0v4H26v-4h12zM0 22h12v4H0v-4zm14 0h10v4H14v-4zm24-4v8H26v-8h12zM0 28h12v4H0v-4zm14 0h10v4H14v-4zm24 0v4H26v-4h12zM0 34h12v4H0v-4zm14 0h10v4H14v-4zm24 0v4H26v-4h12z"/></svg>
<svg class="tc-image-column-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h18v8H0V0zm20 0h18v4H20V0zM0 10h18v4H0v-4zm20-4h18v4H20V6zM0 16h18v4H0v-4zm20-4h18v8H20v-8zM0 22h18v4H0v-4zm20 0h18v4H20v-4zM0 28h18v4H0v-4zm20 0h18v4H20v-4zM0 34h18v4H0v-4zm20 0h18v4H20v-4z"/></svg>
<svg class="tc-image-columns tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1536"><path d="M160 1408h608V256H128v1120q0 13 9.5 22.5t22.5 9.5zm1376-32V256H896v1152h608q13 0 22.5-9.5t9.5-22.5zm128-1216v1216q0 66-47 113t-113 47H160q-66 0-113-47T0 1376V160Q0 94 47 47T160 0h1344q66 0 113 47t47 113z"/></svg>
<svg class="tc-image-command tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 7"><path d="M1.5 0C.67 0 0 .67 0 1.5S.67 3 1.5 3H2v1h-.5C.67 4 0 4.67 0 5.5S.67 7 1.5 7 3 6.33 3 5.5V5h1v.5C4 6.33 4.67 7 5.5 7S7 6.33 7 5.5 6.33 4 5.5 4H5V3h.5C6.33 3 7 2.33 7 1.5S6.33 0 5.5 0 4 .67 4 1.5V2H3v-.5C3 .67 2.33 0 1.5 0zm0 1c.28 0 .5.22.5.5V2h-.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm4 0c.28 0 .5.22.5.5s-.22.5-.5.5H5v-.5c0-.28.22-.5.5-.5zM3 3h1v1H3V3zM1.5 5H2v.5c0 .28-.22.5-.5.5S1 5.78 1 5.5s.22-.5.5-.5zM5 5h.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5V5z"/></svg>
<svg class="tc-image-comment tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13.5"><path d="M13 0H1C.45 0 0 .45 0 1v8c0 .55.45 1 1 1h2v3.5L6.5 10H13c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 9H6l-2 2V9H1V1h12v8z"/></svg>
<svg class="tc-image-comment-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1078.9820556640625"><path d="M0 0v729.263h211.065v210.993l328.928-210.994h484.072V0H0zm1072.243 160.306v91.767h35.99v520.062H931.222v139.014l-205.329-131.7-11.327-7.314H559.78l-143.028 91.768h270.785L952.3 1033.672l70.69 45.31v-215.08H1200V160.307h-127.757z"/></svg>
<svg class="tc-image-comment-discussion tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M15 0H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V8h1l3 3V8h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM9 10H4.5L3 11.5V10H1V4h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 7H6V1h9v6z"/></svg>
<svg class="tc-image-comment-full-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12.916010856628418"><path d="M5.68 12.916a.5.5 0 0 1-.397-.196L3.208 10H1.463C.656 10 0 9.428 0 8.621V1.463C0 .656.656 0 1.463 0h10.074C12.344 0 13 .656 13 1.463v7.158C13 9.428 12.344 10 11.537 10H8.151l-2.073 2.72a.504.504 0 0 1-.398.196zM1.463 1A.464.464 0 0 0 1 1.463v7.158c0 .255.208.463.463.463h1.993a.5.5 0 0 1 .397.196l1.827 2.312L7.507 9.28a.502.502 0 0 1 .397-.196h3.633A.464.464 0 0 0 12 8.621V1.463A.464.464 0 0 0 11.537 1H1.463zm1.193 2h7.828c.284.024.514.207.514.49a.498.498 0 0 1-.514.496H2.656a.499.499 0 0 1-.514-.496c.001-.283.231-.466.514-.49zm0 3h7.828c.284.024.514.207.514.49a.498.498 0 0 1-.514.496H2.656a.499.499 0 0 1-.514-.496c.001-.283.231-.466.514-.49z"/></svg>
<svg class="tc-image-comment-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12.916010856628418"><path d="M5.68 12.916a.5.5 0 0 1-.397-.196L3.208 10H1.463C.656 10 0 9.428 0 8.621V1.463C0 .656.656 0 1.463 0h10.074C12.344 0 13 .656 13 1.463v7.158C13 9.428 12.344 10 11.537 10H8.151l-2.073 2.72a.504.504 0 0 1-.398.196zM1.463 1A.464.464 0 0 0 1 1.463v7.158c0 .255.208.463.463.463h1.993a.5.5 0 0 1 .397.196l1.827 2.312L7.507 9.28a.502.502 0 0 1 .397-.196h3.633A.464.464 0 0 0 12 8.621V1.463A.464.464 0 0 0 11.537 1H1.463z"/></svg>
<svg class="tc-image-comment-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 91.70600891113281 72.48780059814453"><path d="M59.038 41.17a1.73 1.73 0 0 1-1.73-1.73V22.545c0-.956.774-1.73 1.73-1.73H77V3.036h-.034A3.362 3.362 0 0 0 73.626 0H3.282v.009A3.356 3.356 0 0 0 .035 3.036H0v56.342h.068a3.37 3.37 0 0 0 3.214 2.694v.009h11.564v6.744a3.373 3.373 0 0 0 6.173 1.884l8.628-8.628h43.98a3.373 3.373 0 0 0 3.306-2.703h.068V41.17H59.038z"/><path d="M89.976 25.802h-25.95a1.73 1.73 0 0 0-1.731 1.73v6.92c0 .956.774 1.73 1.731 1.73h25.95a1.73 1.73 0 0 0 1.73-1.73v-6.92a1.73 1.73 0 0 0-1.73-1.73z"/></svg>
<svg class="tc-image-comment-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M896 128q-204 0-381.5 69.5T232.5 385 128 640q0 112 71.5 213.5T401 1029l87 50-27 96q-24 91-70 172 152-63 275-171l43-38 57 6q69 8 130 8 204 0 381.5-69.5t282-187.5T1664 640t-104.5-255-282-187.5T896 128zm896 512q0 174-120 321.5t-326 233-450 85.5q-70 0-145-8-198 175-460 242-49 14-114 22h-5q-15 0-27-10.5t-16-27.5v-1q-3-4-.5-12t2-10 4.5-9.5l6-9 7-8.5 8-9q7-8 31-34.5t34.5-38 31-39.5 32.5-51 27-59 26-76q-157-89-247.5-220T0 640q0-174 120-321.5t326-233T896 0t450 85.5 326 233T1792 640z"/></svg>
<svg class="tc-image-comment-quotes tc-image-button" width="22pt" height="22pt" viewBox="0 0 77 72.48556518554688"><path d="M76.966 3.036A3.362 3.362 0 0 0 73.626 0H3.281v.009A3.356 3.356 0 0 0 .034 3.036H0v56.342h.068a3.37 3.37 0 0 0 3.214 2.694v.009h11.564v6.744a3.373 3.373 0 0 0 6.173 1.882l8.627-8.627h43.98a3.373 3.373 0 0 0 3.306-2.703H77V3.036h-.034zM16.899 36.762c-3.055 0-5.787-2.405-5.787-6.632 0-4.878 2.667-9.234 6.699-12.095l.014.012a.713.713 0 0 1 .324-.085.71.71 0 0 1 .43.156l.008-.007 2.703 1.706-.016.015c.192.131.325.34.325.59a.719.719 0 0 1-.39.633l.002.002-.046.028-.012.007c-2.065 1.124-4.26 3.726-4.839 6.046.26-.13.78-.195 1.301-.195 2.471 0 4.421 1.885 4.421 4.681.001 2.797-2.341 5.138-5.137 5.138zm13.233 0c-3.055 0-5.787-2.405-5.787-6.632 0-4.878 2.667-9.234 6.699-12.095l.014.012a.713.713 0 0 1 .324-.085.71.71 0 0 1 .43.156l.008-.007 2.703 1.706-.016.015c.192.131.325.34.325.59a.719.719 0 0 1-.39.633l.002.002-.046.028-.012.007c-2.065 1.124-4.26 3.726-4.839 6.046.26-.13.78-.195 1.301-.195 2.471 0 4.421 1.885 4.421 4.681 0 2.797-2.341 5.138-5.137 5.138zm15.824 7.187l-.014-.012a.713.713 0 0 1-.324.085.71.71 0 0 1-.43-.156l-.008.007-2.703-1.706.016-.015a.713.713 0 0 1-.325-.59c0-.277.161-.511.39-.633l-.002-.002.046-.028.012-.007c2.065-1.124 4.26-3.726 4.839-6.046-.26.13-.78.195-1.301.195-2.471 0-4.421-1.885-4.421-4.681 0-2.797 2.342-5.137 5.138-5.137 3.055 0 5.787 2.405 5.787 6.632-.001 4.877-2.668 9.233-6.7 12.094zm13.233 0l-.014-.012a.713.713 0 0 1-.324.085.71.71 0 0 1-.43-.156l-.008.007-2.703-1.706.016-.015a.713.713 0 0 1-.325-.59c0-.277.161-.511.39-.633l-.002-.002.046-.028.012-.007c2.065-1.124 4.26-3.726 4.839-6.046-.26.13-.78.195-1.301.195-2.471 0-4.421-1.885-4.421-4.681 0-2.797 2.342-5.137 5.138-5.137 3.055 0 5.787 2.405 5.787 6.632-.001 4.877-2.668 9.233-6.7 12.094z"/></svg>
<svg class="tc-image-comment-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M.09.01C.03.01 0 .05 0 .1v5.81c0 .05.04.09.09.09H6l2 2V.09C8 .03 7.96 0 7.91 0H.1z"/></svg>
<svg class="tc-image-comment-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 77 72.4866943359375"><path d="M76.966 3.036A3.362 3.362 0 0 0 73.626 0H3.281v.009A3.357 3.357 0 0 0 .034 3.036H0v56.342h.068a3.37 3.37 0 0 0 3.213 2.694v.009h11.565v6.744a3.373 3.373 0 0 0 6.173 1.883l8.628-8.628h43.98a3.373 3.373 0 0 0 3.306-2.703H77V3.036h-.034zM59.474 43.275L46.78 37.272v5.653a2.434 2.434 0 0 1-2.428 2.426H22.874a2.434 2.434 0 0 1-2.427-2.426V19.49a2.433 2.433 0 0 1 2.427-2.425h21.478a2.434 2.434 0 0 1 2.428 2.425v5.503l12.694-5.948v24.23z"/></svg>
<svg class="tc-image-commenting tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1504.666748046875"><path d="M640 640q0-53-37.5-90.5T512 512t-90.5 37.5T384 640t37.5 90.5T512 768t90.5-37.5T640 640zm384 0q0-53-37.5-90.5T896 512t-90.5 37.5T768 640t37.5 90.5T896 768t90.5-37.5T1024 640zm384 0q0-53-37.5-90.5T1280 512t-90.5 37.5T1152 640t37.5 90.5T1280 768t90.5-37.5T1408 640zm384 0q0 174-120 321.5t-326 233-450 85.5q-110 0-211-18-173 173-435 229-52 10-86 13-12 1-22-6t-13-18q-4-15 20-37 5-5 23.5-21.5T198 1398t23.5-25.5 24-31.5 20.5-37 20-48 14.5-57.5T313 1126q-146-90-229.5-216.5T0 640q0-174 120-321.5t326-233T896 0t450 85.5 326 233T1792 640z"/></svg>
<svg class="tc-image-commenting-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M640 640q0 53-37.5 90.5T512 768t-90.5-37.5T384 640t37.5-90.5T512 512t90.5 37.5T640 640zm384 0q0 53-37.5 90.5T896 768t-90.5-37.5T768 640t37.5-90.5T896 512t90.5 37.5T1024 640zm384 0q0 53-37.5 90.5T1280 768t-90.5-37.5T1152 640t37.5-90.5T1280 512t90.5 37.5T1408 640zM896 128q-204 0-381.5 69.5T232.5 385 128 640q0 112 71.5 213.5T401 1029l87 50-27 96q-24 91-70 172 152-63 275-171l43-38 57 6q69 8 130 8 204 0 381.5-69.5t282-187.5T1664 640t-104.5-255-282-187.5T896 128zm896 512q0 174-120 321.5t-326 233-450 85.5q-70 0-145-8-198 175-460 242-49 14-114 22h-5q-15 0-27-10.5t-16-27.5v-1q-3-4-.5-12t2-10 4.5-9.5l6-9 7-8.5 8-9q7-8 31-34.5t34.5-38 31-39.5 32.5-51 27-59 26-76q-157-89-247.5-220T0 640q0-130 71-248.5T262 187 548 50.5 896 0t348 50.5T1530 187t191 204.5 71 248.5z"/></svg>
<svg class="tc-image-comments tc-image-button" width="22pt" height="22pt" viewBox="0 0 90 69.08393859863281"><path d="M89.974 2.284A2.526 2.526 0 0 0 87.531.007V0H34.624a2.53 2.53 0 0 0-2.513 2.284h-.026v13.139h22.342c1.174 0 2.127.896 2.243 2.039h.023v29.232h11.009l6.488 6.487a2.537 2.537 0 0 0 4.644-1.415v-5.072h8.698v-.008a2.534 2.534 0 0 0 2.417-2.027H90V2.284h-.026z"/><path d="M49.44 20.41H2.204v.006a2.256 2.256 0 0 0-2.181 2.033H0v37.835h.046a2.264 2.264 0 0 0 2.158 1.809v.006h7.765v4.529a2.266 2.266 0 0 0 4.146 1.263l5.792-5.792H49.44c1.096 0 2.011-.78 2.22-1.815h.045V22.449h-.023a2.255 2.255 0 0 0-2.242-2.039z"/></svg>
<svg class="tc-image-comments-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1408.666748046875"><path d="M704 128q-153 0-286 52T206.5 321 128 512q0 82 53 158t149 132l97 56-35 84q34-20 62-39l44-31 53 10q78 14 153 14 153 0 286-52t211.5-141 78.5-191-78.5-191T990 180t-286-52zm0-128q191 0 353.5 68.5T1314 255t94 257-94 257-256.5 186.5T704 1024q-86 0-176-16-124 88-278 128-36 9-86 16h-3q-11 0-20.5-8t-11.5-21q-1-3-1-6.5t.5-6.5 2-6l2.5-5 3.5-5.5 4-5 4.5-5 4-4.5q5-6 23-25t26-29.5 22.5-29 25-38.5 20.5-44Q142 841 71 736T0 512q0-139 94-257T350.5 68.5 704 0zm822 1169q10 24 20.5 44t25 38.5 22.5 29 26 29.5 23 25q1 1 4 4.5t4.5 5 4 5 3.5 5.5l2.5 5 2 6 .5 6.5-1 6.5q-3 14-13 22t-22 7q-50-7-86-16-154-40-278-128-90 16-176 16-271 0-472-132 58 4 88 4 161 0 309-45t264-129q125-92 192-212t67-254q0-77-23-152 129 71 204 178t75 230q0 120-71 224.5T1526 1169z"/></svg>
<svg class="tc-image-commercial-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.044713020324707 9.000000953674316"><path d="M.022 3a4.71 4.71 0 0 1 1-3h9a4.71 4.71 0 0 1 1 3h-11zm2 1v5h4V5h2v4h1V4h-7zm3 3h-2V5h2v2z"/></svg>
<svg class="tc-image-commercial-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000000953674316 11.000001907348633"><path d="M13 4H0a11.431 11.431 0 0 1 1-4h11a11.429 11.429 0 0 1 1 4zM2 5h9v6h-1V6H7v5H2V5zm1 3h3V6H3v2z"/></svg>
<svg class="tc-image-companioncube tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 9.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19zm-6.224 8.852c.586 2.176 3.433 4.855 6.279 7.534 2.846-2.679 5.692-5.358 6.278-7.534.586-2.177-1.088-3.85-2.511-4.102-1.423-.251-2.595.92-3.767 2.093-1.172-1.172-2.344-2.344-3.767-2.093-1.423.251-3.097 1.925-2.511 4.102zM0 0h12.667v6.231a14.31 14.31 0 0 0-6.436 6.436H0V0zm38 0v12.667h-6.231a14.31 14.31 0 0 0-6.436-6.436V0H38zm0 38H25.333v-6.231a14.31 14.31 0 0 0 6.436-6.436h6.23V38zm-23.75 0v-3.167l1.874-1.873c.929.19 1.89.29 2.876.29.985 0 1.947-.1 2.876-.29l1.874 1.873V38h-9.5zM0 38V25.333h6.231a14.311 14.311 0 0 0 6.436 6.436V38H0zm38-14.25h-3.167l-1.873-1.874c.19-.929.29-1.89.29-2.876 0-.985-.1-1.947-.29-2.876l1.873-1.874H38v9.5zM23.75 0v3.167L21.876 5.04c-.929-.19-1.89-.29-2.876-.29-.985 0-1.947.1-2.876.29L14.25 3.167V0h9.5zM0 14.25h3.167l1.873 1.874c-.19.929-.29 1.89-.29 2.876 0 .985.1 1.947.29 2.876L3.167 23.75H0v-9.5z"/></svg>
<svg class="tc-image-compare tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M14 4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h10v4h4V0h-4v4zm0 30H4l10-12v12zM32 4H22v4h10v26L22 22v18h10c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-compare-arrows tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 28"><g transform="translate(-4 -10)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M18.02 28H4v4h14.02v6L26 30l-7.98-8v6zm11.96-2v-6H44v-4H29.98v-6L22 18l7.98 8z"/></g></svg>
<svg class="tc-image-compas tc-image-button" width="22pt" height="22pt" viewBox="0 0 113.90399169921875 112.8479995727539"><g transform="translate(0 1.848)"><circle cx="50" cy="61" r="50" fill="#3498DA"/><path fill="#27AE60" fill-rule="evenodd" d="M15.511 97.184C5.961 88.076 0 75.239 0 61.002 0 33.387 22.386 11 50.001 11c14.395 0 27.359 6.091 36.482 15.826L15.511 97.184z" clip-rule="evenodd"/><path fill="#95A5A6" fill-rule="evenodd" d="M84.489 24.816C94.039 33.924 100 46.761 100 60.998c0 13.668-5.484 26.055-14.372 35.08-14.109-14.109-9.155-9.144-36.401-36.304l35.262-34.958z" clip-rule="evenodd"/><path fill="#F1C40F" d="M88.062 93.404L55.488 60.832l32.418-32.417a50.354 50.354 0 0 0-5.053-5.088L12.326 93.854a50.364 50.364 0 0 0 5.089 5.053L49.832 66.49l32.573 32.572a50.207 50.207 0 0 0 5.657-5.658z"/><path fill-rule="evenodd" d="M104.287 36.302c-6.477 6.476-16.362 7.425-23.864 2.892l-4.205 4.205c10.024 13.692 8.892 33.002-3.48 45.374-13.668 13.668-35.829 13.668-49.497 0s-13.668-35.829 0-49.497c12.559-12.56 32.283-13.569 46.006-3.048l4.223-4.223c-4.146-7.426-3.082-16.979 3.23-23.292 7.618-7.617 19.969-7.617 27.588 0 7.616 7.618 7.616 19.97-.001 27.589zm-3.557-24.021c-5.659-5.665-14.835-5.665-20.494 0-5.659 5.664-5.659 14.849 0 20.514 5.659 5.664 14.835 5.664 20.494 0 5.66-5.665 5.66-14.85 0-20.514z" opacity=".05" clip-rule="evenodd"/><path fill="#E74C3C" fill-rule="evenodd" d="M106.287 33.356c-6.477 6.476-16.362 7.425-23.864 2.892l-4.205 4.206c10.024 13.692 8.892 33.001-3.48 45.374-13.668 13.668-35.829 13.668-49.497 0s-13.668-35.829 0-49.497c12.559-12.56 32.283-13.569 46.006-3.048l4.223-4.222c-4.146-7.426-3.082-16.98 3.23-23.292 7.618-7.617 19.969-7.617 27.588 0 7.616 7.617 7.616 19.969-.001 27.587zm-3.557-24.02c-5.659-5.665-14.835-5.665-20.494 0-5.659 5.664-5.659 14.849 0 20.514 5.659 5.664 14.835 5.664 20.494 0 5.66-5.665 5.66-14.85 0-20.514z" clip-rule="evenodd"/><circle cx="50" cy="61" r="27" fill="#fff" fill-rule="evenodd" clip-rule="evenodd"/><circle cx="50.5" cy="43.75" r="2.5" fill="#ECF0F1" fill-rule="evenodd" clip-rule="evenodd"/><circle cx="50.5" cy="78.75" r="2.5" fill="#ECF0F1" fill-rule="evenodd" clip-rule="evenodd"/><circle cx="32.5" cy="60.75" r="2.5" fill="#ECF0F1" fill-rule="evenodd" clip-rule="evenodd"/><circle cx="68.5" cy="60.75" r="2.5" fill="#ECF0F1" fill-rule="evenodd" clip-rule="evenodd"/><path fill-rule="evenodd" d="M50 34c-7.965 0-15.122 3.45-20.064 8.936A26.894 26.894 0 0 1 48 36c14.912 0 27 12.088 27 27a26.896 26.896 0 0 1-6.936 18.064C73.55 76.122 77 68.965 77 61c0-14.912-12.088-27-27-27z" opacity=".15" clip-rule="evenodd"/><path fill="#34495E" d="M65.141 44.533L53.31 64.696 33.312 76.362l31.829-31.829z"/><path fill="#306DAB" d="M33.312 76.362l11.831-20.163 19.998-11.667-31.829 31.83z"/><path fill="#C0392B" fill-rule="evenodd" d="M78.807 24.561l8.021 8.021c1.952 1.954 1.403 4.252-.354 6.01s-4.058 2.307-6.01.354l-8.021-8.021c-1.953-1.952-1.404-4.253.354-6.01 1.758-1.758 4.057-2.307 6.01-.354z" clip-rule="evenodd"/></g></svg>
<svg class="tc-image-compass tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.99689483642578 18"><path d="M9 2c3.859.001 7 3.142 7 7.001 0 3.858-3.141 6.998-7 6.999-3.859 0-7-3.14-7-6.999s3.141-7 7-7.001m0-2a9 9 0 0 0 0 18A9 9 0 0 0 9 0zm4.182 4.819a.498.498 0 0 0-.491-.127L6.74 6.398a.498.498 0 0 0-.342.343l-1.707 5.951a.496.496 0 0 0 .481.637l.138-.02 5.95-1.708a.498.498 0 0 0 .342-.343l1.707-5.949a.498.498 0 0 0-.127-.49zM5.9 12.101l1.383-4.817 3.434 3.435L5.9 12.101z"/></svg>
<svg class="tc-image-compass-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM42.7 256c0-117.8 95.5-213.3 213.3-213.3 117.8 0 213.3 95.5 213.3 213.3 0 144-426.6 144-426.6 0zm256 85.3L352 96 213.3 341.3h85.4z"/></svg>
<svg class="tc-image-compass-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M236.3 452.9h39.4v-39.4h-39.4v39.4zm39.4-393.8h-39.4v39.4h39.4V59.1zM59.1 275.7h39.4v-39.4H59.1v39.4zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 472.6c-119.6 0-216.6-97-216.6-216.6S136.4 39.4 256 39.4s216.6 97 216.6 216.6-97 216.6-216.6 216.6zM137.8 256c0 65.2 52.9 118.2 118.2 118.2 65.2 0 118.2-52.9 118.2-118.2V137.8H256c-65.2 0-118.2 53-118.2 118.2zM256 196.9c-32.6 0-59.1 26.4-59.1 59.1h-19.7c0-43.5 35.3-78.8 78.8-78.8v19.7zm157.5 39.4v39.4h39.4v-39.4h-39.4z"/></svg>
<svg class="tc-image-compass-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1317.1580810546875 1317.1580810546875"><path d="M234.315 1082.843c234.314 234.315 614.214 234.315 848.528 0 234.315-234.314 234.315-614.214 0-848.528C848.529 0 468.629 0 234.315 234.315 0 468.629 0 848.529 234.315 1082.843zm94.931-65.618l-29.261-29.261 261.124-426.855 426.854-261.125 29.26 29.26-261.124 426.855-426.854 261.125z"/></svg>
<svg class="tc-image-compass2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zM96 512C96 282.25 282.25 96 512 96c109.574 0 209.232 42.386 283.534 111.628L384 384 207.628 795.534C138.387 721.232 96 621.574 96 512zm489.167 73.166l-256.082 109.75 109.75-256.082 146.332 146.332zM512 928c-109.573 0-209.233-42.386-283.532-111.628L640 640l176.372-411.532C885.614 302.766 928 402.426 928 512c0 229.75-186.25 416-416 416z"/></svg>
<svg class="tc-image-component tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.049999237060547 14.005000114440918"><path d="M11.964 6.349c-.514 0-1.006.192-1.406.555v-1.64a1.77 1.77 0 0 0-1.76-1.767V3.49l-1.631.001c.348-.381.547-.881.547-1.406A2.088 2.088 0 0 0 5.628 0a2.088 2.088 0 0 0-2.084 2.085c0 .514.191 1.004.555 1.406H1.787V3.5C.826 3.516.049 4.3.049 5.264h.005l.005 1.82C0 7.519.152 8.032.624 8.2c.199.072.588.117.951-.395a1.086 1.086 0 0 1 1.971.626c0 .6-.487 1.086-1.086 1.086-.354 0-.688-.176-.896-.475-.348-.504-.756-.422-.914-.363-.466.168-.611.684-.596 1.053v2.506H.049a1.77 1.77 0 0 0 1.769 1.767h6.973a1.77 1.77 0 0 0 1.768-1.768V9.971c.381.348.881.547 1.406.547a2.088 2.088 0 0 0 2.085-2.086 2.09 2.09 0 0 0-2.086-2.083zm0 3.17c-.355 0-.688-.176-.896-.475-.348-.506-.757-.424-.915-.365-.466.168-.61.684-.595 1.053v2.506a.768.768 0 0 1-.768.768H1.818a.77.77 0 0 1-.769-.769h.005V9.971a2.085 2.085 0 0 0 3.492-1.539A2.088 2.088 0 0 0 2.46 6.348a2.08 2.08 0 0 0-1.406.555v-1.64h-.005a.77.77 0 0 1 .769-.768V4.49l2.46-.005c.059.008.119.013.18.013.389 0 .793-.169.938-.579.071-.199.116-.587-.396-.949a1.086 1.086 0 1 1 1.714-.885c0 .355-.176.688-.477.898-.501.346-.421.753-.363.913.168.467.673.613 1.053.595H8.79v.006c.424 0 .768.345.768.768l.004 1.82c-.059.435.094.949.566 1.117.199.072.588.117.95-.395a1.084 1.084 0 1 1 .886 1.712z"/></svg>
<svg class="tc-image-component-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.553001403808594 22.516000747680664"><path d="M19.552 11.016c-.969 0-1.884.472-2.456 1.275l-.039.054a1.186 1.186 0 0 1-.012-.354V8.016a2.503 2.503 0 0 0-2.486-2.499v-.01h-3.972a1.509 1.509 0 0 1-.321-.041l.002-.001A3.004 3.004 0 0 0 11.558 3c0-1.654-1.346-3-3-3s-3 1.346-3 3a3.02 3.02 0 0 0 1.275 2.456l.054.039a1.22 1.22 0 0 1-.354.012H2.498v.014A2.5 2.5 0 0 0 .045 8.016h.009l.004 3.908c-.058.426.026 1.211.705 1.453.421.15.811-.02 1.165-.518a2.001 2.001 0 0 1 3.632 1.157c0 1.104-.897 2-2 2a2.01 2.01 0 0 1-1.653-.874c-.396-.575-.819-.575-1.106-.468-.773.281-.752 1.297-.748 1.39v3.909c-.001.015-.008.027-.008.043 0 1.379 1.122 2.5 2.5 2.5h12.5a.5.5 0 0 0 0-1h-12.5c-.827 0-1.5-.673-1.5-1.5h.009v-3.971a1.136 1.136 0 0 1 .041-.321l.001.003a3.003 3.003 0 0 0 2.464 1.289c1.654 0 3-1.346 3-3s-1.346-3-3-3a3.02 3.02 0 0 0-2.456 1.275l-.039.054a1.186 1.186 0 0 1-.012-.354V8.016h-.008c0-.827.673-1.5 1.5-1.5v-.009l3.921-.004c.069.009.148.014.232.014.435 0 1.019-.15 1.222-.72.151-.422-.02-.811-.519-1.165A2.002 2.002 0 0 1 8.558 1c1.103 0 2 .897 2 2a2.01 2.01 0 0 1-.874 1.653c-.576.396-.573.82-.468 1.106.281.772 1.296.753 1.39.748h3.896c.014.002.027.009.043.009.827 0 1.5.673 1.5 1.5l.004 3.908c-.057.426.026 1.211.705 1.453.42.15.811-.02 1.165-.518a2.001 2.001 0 0 1 3.633 1.156c0 1.104-.897 2-2 2a2.01 2.01 0 0 1-1.653-.874c-.396-.575-.818-.575-1.105-.468-.773.281-.752 1.297-.748 1.39v3.453a.5.5 0 0 0 1 0v-3.471a1.137 1.137 0 0 1 .04-.321l.001.003a3.008 3.008 0 0 0 2.466 1.289c1.654 0 3-1.346 3-3s-1.347-3-3.001-3z"/></svg>
<svg class="tc-image-compose tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M64 0H0v469.3h85.3V234.7H64V0zm149.3 0h-64v234.7H128v234.7h106.7V234.7h-21.3V0zM448 0v234.7h-21.3v234.7H512V0h-64zm-85.3 0h-64v234.7h-21.3v234.7H384V234.7h-21.3V0z"/></svg>
<svg class="tc-image-composer tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.451997756958008 29.262998580932617"><path d="M11.657 28.387c.557-.261.962-.629.962-.899 0-.108 1.429-1.537 1.618-1.618.027-.009.216.045.396.117l.342.144-.638.404c-.351.216-.674.396-.728.396zm2.75-1.537l.611-.306c1.232-.62 4.557-1.762 5.816-2.005.557-.099.431-.189-.153-.108a6.887 6.887 0 0 0-.683.117c-.252.099.198-.315.737-.683.297-.189.467-.351.387-.351-.431 0-4.324 1.555-5.061 2.031-.279.18-.297.171-.297-.216 0-.324.027-.342.611-.665.512-.279 3.658-1.69 3.766-1.69.018 0-.072.189-.207.422l-.252.431.683-.629c.378-.351.683-.656.692-.683 0-.036-.216-.009-.485.054s-.512.09-.53.054c-.09-.144.117-1.169.306-1.537.108-.216.252-.719.315-1.115.261-1.564.584-2.831.944-3.694.764-1.807.836-2.076.719-2.58-.063-.243-.09-.557-.054-.71a1.13 1.13 0 0 0-.036-.494c-.063-.171-.063-.279.009-.36.081-.108.027-.225-.279-.584-.207-.243-.369-.458-.351-.467.018-.018.18-.09.351-.162l.315-.144.09-1.231c.054-.674.081-1.223.081-1.223-.009 0-.404.117-.89.27-.485.144-.926.27-.989.27-.126 0-.243-.234-.629-1.312-.252-.683-.297-.899-.252-1.348.054-.62-.162-2.049-.431-2.849-.36-1.079-1.492-3.038-1.861-3.2-.315-.153-.539-.117-.656.09-.117.225-.108.252.315 1.231l.324.755-.557-.441C15.577.817 14.372.161 13.689.08c-.432-.054-.449-.045-.548.225-.063.153-.18.297-.27.315-.117.036-.162.135-.162.386 0 .315.072.405.926 1.222.503.476.881.872.845.881-.036 0-.387-.207-.764-.467-.566-.378-.764-.467-1.088-.476-.755 0-.737.521.036 1.07.27.198.809.674 1.187 1.07l.701.719-.629.108c-.989.18-1.384.306-1.483.503-.189.351-.072.449.971.791.557.189 1.097.422 1.213.521.36.333 1.178.809 1.663.971.315.099.512.225.575.36a.717.717 0 0 0 .306.306c.144.063.252.234.36.593.081.279.126.53.099.557a8.612 8.612 0 0 1-.818.279l-.773.243.656 1.168c.602 1.088.665 1.169.899 1.142.297-.027.297-.027.045.396l-.198.333.207.378c.135.261.18.458.144.584-.054.171-.09.144-.27-.243-.234-.503-.872-1.339-1.258-1.663-.665-.539-.944-.647-1.807-.656l-.809-.018-.422-.405a4.3 4.3 0 0 0-.935-.665c-.494-.243-.584-.261-1.645-.261H9.519l-.854.449c-1.097.566-2.229 1.681-2.939 2.876-.261.44-.476.755-.476.71-.009-.045-.045-.252-.081-.458-.072-.368-.072-.377.198-.405.261-.027.279-.054.467-.836.108-.449.225-.899.261-.998.054-.18 0-.207-.755-.396-.611-.153-.809-.234-.809-.351 0-.279.261-1.106.386-1.258.072-.081.153-.225.171-.324s.207-.279.44-.405c.629-.342.665-.386 1.321-1.654.476-.926.737-1.321 1.249-1.87.36-.386.656-.737.656-.773 0-.153-.369-.557-.503-.557-.27 0-.072-.162 1.151-.944 1.609-1.016 1.654-1.061 1.501-1.178-.099-.081-.647.225-2.328 1.276-1.213.764-2.229 1.384-2.256 1.384s-.135-.27-.243-.593l-.189-.584.62-.584c.656-.62.8-.863.629-1.07-.081-.099-.243-.054-.926.279-.458.225-1.16.503-1.573.638-.692.216-.755.216-.908.081-.378-.342-.62-.135-1.555 1.312-.189.288-.369.521-.404.521-.045 0-.27-.351-.512-.791-.243-.431-.521-.872-.62-.989-.243-.261-.476-.252-.548.018-.09.36.315 2.005.962 3.991.207.62.216.656.063.737-.144.072-.153.126-.063.36.072.198.144.252.261.216.135-.036.216.063.422.53.261.575.261.584.117 1.106-.081.297-.144.539-.153.548 0 .009-.225-.036-.494-.108-.818-.216-.764-.279-.881 1.052a32.526 32.526 0 0 0-.108 1.339c0 .108.117.171.413.216l.413.054-.063.539c-.054.431-.036.575.081.701.153.162.198 1.142.225 4.656l.009 1.267.342.108c.423.144.647.333.647.575 0 .117.144.288.386.458.207.144.998.719 1.744 1.276 1.303.962 1.366 1.025 1.276 1.222-.081.189-.063.252.162.476.216.225.234.261.09.288-.081.018-.369-.018-.629-.072-.602-.135-2.67-.234-2.661-.126 0 .045.431.297.962.557s.881.404.782.315c-.108-.09-.351-.297-.539-.458l-.36-.306.53.063c.971.117 4.072.971 4.279 1.187.126.126.072.135-.494.081-1.663-.153-2.382-.162-3.524-.054-.683.063-1.294.144-1.357.18-.162.081 1.249.18 2.679.18 1.124 0 2.472.207 4.98.764l.656.144-.153.333c-.243.494-.647 1.897-.584 1.995zM14.982.837c1.258.683 2.085 1.348 2.085 1.672-.009.18.036.243.162.243.09 0 .243.045.342.09.135.072.171.063.171-.027 0-.18-.216-.791-.557-1.564-.288-.665-.288-.926 0-.926.225 0 .351.162.881 1.079.548.953.899 1.717 1.124 2.499.225.764.324 2.139.189 2.535-.081.225-.072.351.036.611.315.728.755 1.861.755 1.951s-1.807.674-2.058.674c-.045 0-.117-.09-.153-.207-.207-.674-.422-1.142-.53-1.142-.072 0-.189-.117-.27-.27-.162-.324-.306-.396-.944-.53-.333-.072-.755-.279-1.303-.638-.629-.413-.935-.548-1.393-.638-.324-.054-.656-.144-.737-.189-.207-.099-.207-.315.009-.422.189-.108 1.986-.27 2.292-.216.135.027.351-.054.593-.207.413-.279.36-.404-.081-.18-.422.225-.602.18-.953-.252-.18-.225-.746-.773-1.267-1.222-.908-.8-1.07-1.034-.809-1.133.153-.063.458.09 1.429.719.404.261.98.611 1.276.773.494.279.521.288.36.081-.467-.566-1.744-1.969-2.13-2.337-.431-.413-.557-.755-.306-.854.198-.072.629.189 2.031 1.24.836.62 1.133.818.836.53-.467-.44-1.645-1.339-2.202-1.672-.162-.099-.306-.27-.324-.386-.054-.342.405-.243 1.447.315zm-8.206 1.42c0 .162-.18.369-.719.818-.396.333-.719.611-.719.62s.09.009.189.009c.153-.009.234.081.36.44.225.647.216.836-.063.908-.189.045-.297-.009-.584-.288-.396-.386-.44-.665-.144-.881.171-.117.144-.117-.144.009l-.351.162-.261-.315c-.144-.171-.252-.369-.234-.44.009-.063.36-.27.782-.449s.944-.431 1.169-.566c.53-.306.719-.315.719-.027zM3.818 3.308c.108.162.521.629.908 1.025.701.737.818.962.557 1.061-.378.144-.809-.027-1.393-.548-.198-.18-.378-.306-.396-.279-.027.018-.063.18-.099.351-.036.243-.027.279.054.144.054-.081.135-.153.189-.153.171 0 .98.593.98.719 0 .117-2.679 1.708-3.011 1.78C1.445 7.444.546 4.666.349 3.534c-.045-.288-.027-.333.117-.333.207 0 .485.404 1.043 1.51.234.458.431.827.44.827.018 0 .018-.108 0-.252-.027-.18.117-.485.602-1.258.728-1.142.908-1.24 1.267-.719zm4.468 1.277c.027.207-.054.342-.368.674-.431.449-1.178 1.519-1.501 2.166-.252.503-.755 1.043-1.187 1.267-.27.135-.333.234-.386.521-.036.198-.117.405-.18.458s-.189.36-.279.683-.216.611-.279.638c-.063.027-.566-.063-1.115-.198l-.998-.252.045-.342c.027-.189.108-.467.189-.629.135-.27.135-.306-.189-.962-.216-.449-.297-.719-.243-.791.135-.198 3.263-2.103 3.443-2.103.099 0 .297-.099.449-.225.413-.351 2.094-1.196 2.346-1.187.18.018.234.072.252.279zM22.093 9.78c-.036.458-.081.863-.117.899-.072.081-4.18 1.51-4.351 1.51-.135 0-.989-1.483-.935-1.645.036-.108 4.899-1.573 5.258-1.582.207-.009.207 0 .144.818zM3.342 11.084c1.267.324 2.346.629 2.391.665.072.063-.162 1.106-.297 1.33-.045.072-.71.009-2.445-.225-1.303-.18-2.4-.351-2.427-.377-.036-.036-.018-.494.036-1.034.081-.845.117-.962.261-.962.099 0 1.213.27 2.481.602zm8.683-.216c.809.387 1.267.845 1.447 1.438.171.575.18 1.456.009 1.609-.081.072-.108.234-.081.44.099.71-.396 1.519-1.303 2.139-1.124.755-1.411.836-3.838 1.088-1.879.189-2.157.279-2.49.719-.108.153-.252.27-.315.27-.162 0-.144-.413.027-.71.27-.467.692-.647 2.265-1.007 1.717-.396 2.346-.602 3.137-1.034.548-.306.836-.584.836-.827 0-.072-.153-.009-.422.171-.746.521-1.69.791-3.595 1.025-1.106.144-1.96.396-2.472.728-.36.234-.611.279-.611.117 0-.054.225-.459.503-.899.872-1.375 2.355-2.562 3.739-3.002.944-.297 2.679-.324 3.29-.045.207.099.36.135.333.09-.099-.162-1.088-.467-1.663-.512-1.447-.117-3.389.593-4.36 1.591-.297.306-.773.629-.917.629-.117 0 .162-.521.755-1.42 1.052-1.573 2.103-2.436 3.353-2.751 1.195-.297 1.474-.279 2.373.153zm9.573.62c.315.324.369.431.324.647-.027.144 0 .315.054.378.063.072.081.252.036.449-.063.351-.009.342-.818.171-.171-.036-.081.045.279.243.512.279.539.315.566.674.027.368-.216 1.052-.827 2.364-.126.27-.234.602-.234.737 0 .126-.045.252-.09.27-.135.045-.333.854-.494 1.968-.09.647-.216 1.151-.404 1.564s-.288.827-.333 1.267c-.045.566-.081.674-.288.827-.369.27-3.209 1.474-3.389 1.438-.108-.018-.252-.225-.387-.566-.306-.764-.332-1.195-.117-1.627.099-.189.234-.53.297-.746.063-.207.171-.404.234-.431s.198-.18.306-.351c.099-.171.234-.306.297-.306s.153.279.216.719c.063.387.171.845.243 1.007.126.297.126.288.135-.378.018-.926.108-1.384.279-1.42.117-.018.153.072.189.449.027.261.108.62.18.791.126.297.135.279.09-.593-.018-.503.009-1.178.072-1.546.126-.782.234-.818.845-.279.225.198.413.333.413.297 0-.189-.611-.98-.953-1.223-.575-.413-.521-.521.261-.521.351 0 .791.036.962.09l.315.081-.36-.315a2.924 2.924 0 0 0-.764-.459l-.404-.144-.207-.863c-.243-1.007-.243-1.106-.054-1.645.126-.387.126-.422-.045-.71-.234-.377-.234-.593-.018-.917.09-.144.144-.333.126-.431-.036-.117.018-.198.162-.261.431-.198 2.733-1.07 2.831-1.07.063-.009.27.162.476.369zm-6.481.576c.404.117.611.252.98.62.252.261.539.629.647.836l.18.36-.198-.045c-.108-.027-.396-.153-.647-.279-.369-.189-.611-.243-1.348-.288l-.899-.045-.027-.575c-.018-.405.009-.602.09-.647.189-.117.674-.09 1.222.063zM3.18 13.097c.764.108 1.438.243 1.492.297s.189.584.297 1.169c.162.944.171 1.097.054 1.222-.279.306-1.213 2.589-1.213 2.957 0 .072.171-.144.386-.485.207-.351.458-.638.548-.656.153-.036.162.009.117.369-.099.674.135 1.699.467 2.121.162.207.306.369.315.369s.009-.126-.018-.27c-.045-.306.144-.369.351-.126.063.081.333.27.593.413.557.315.611.485.548 1.6l-.045.701.27-.324c.144-.18.315-.404.378-.503.09-.126.18-.153.36-.108.261.063 1.124.827 1.124.989 0 .054-.081.252-.171.422-.144.261-.171.441-.126.818.045.44.027.512-.189.728-.126.126-.234.279-.234.333 0 .045-.072.09-.153.09-.279 0-2.004-.494-2.004-.566 0-.045-.063-.216-.144-.387s-.126-.431-.108-.584c.045-.27 0-.315-1.133-1.16a54.79 54.79 0 0 0-1.699-1.213c-.566-.378-.908-.845-.854-1.16.036-.162.009-.198-.144-.171-.108.027-.306-.009-.449-.063l-.261-.099.063-.647c.135-1.51.144-2.076.054-3.506-.063-1.007-.144-1.582-.225-1.708-.171-.27-.018-1.052.207-1.052.081 0 .782.09 1.546.189zm12.297.396c.566.171 1.573.782 1.762 1.079.279.413.153.602-.243.387-.126-.063-.045.063.189.324.396.431.692.989.755 1.402.018.189-.009.234-.234.252-.153.018-.611-.081-1.025-.216-.656-.207-1.187-.512-1.969-1.142-.063-.045-.117-.063-.117-.036 0 .036.306.315.674.638.584.494.764.593 1.285.719.467.108 1.825.324 2.049.324.018 0 .036.054.036.117 0 .162-2.4.288-2.894.153-.899-.252-1.825-.818-2.157-1.33-.108-.162-.162-.413-.162-.737 0-.548.099-.773.297-.692.108.036.117-.027.081-.342a3.646 3.646 0 0 1 .018-.71l.063-.324h.566c.306 0 .773.063 1.025.135zm-1.762 3.101c.467.665 2.364 1.888 2.948 1.888.135 0 .315.081.404.189.144.153.153.225.063.467-.099.27-.09.279.036.108.072-.099.162-.288.189-.431.036-.18.099-.243.261-.243.261 0 .279.207.081.701-.207.476-.485.737-.782.737-.198 0-.297.063-.413.279-.279.512-.683.917-1.142 1.133-.441.198-.441.207-.108.153.387-.063.396-.036.162.602-.557 1.456-1.681 2.184-3.515 2.292-.728.045-.782.036-1.223-.225a1.785 1.785 0 0 1-.737-.746c-.279-.494-1.339-1.564-1.978-1.977a1.963 1.963 0 0 1-.557-.602c-.144-.288-.243-.369-.494-.422-.36-.063-.638-.378-.935-1.025-.297-.656-.261-.854.243-1.169.611-.387 1.151-.521 2.481-.629 1.258-.099 2.013-.252 2.544-.521.189-.099.458-.198.602-.234.243-.063.252-.054.144.099-.063.09-.225.252-.351.36l-.225.198.342-.081c.449-.099 1.016-.503 1.294-.917.117-.189.27-.342.324-.342.054.009.207.171.342.36zm-3.937 6.975c.144.234.467.548.746.737.539.36.521.413-.216.512-.818.108-.557.243.333.171.575-.045.809-.027.809.045a.1.1 0 0 1-.099.099c-.198 0-1.582.719-1.798.935-.342.332-.62.234-.62-.225 0-.189-.045-.441-.099-.566-.09-.189-.072-.27.108-.521.144-.198.216-.431.225-.701.009-.413.162-.899.279-.899.045 0 .189.189.333.413zm5.627.423c.162.413.18.539.09.647-.072.09-.09.27-.054.521.054.351.036.404-.171.512-.198.108-.27.099-.611-.063a9.697 9.697 0 0 0-.98-.387c-.62-.198-.791-.36-.395-.36.117 0 .548.099.962.216.413.126.773.207.791.189.18-.18-.665-.584-1.223-.584-.306 0-.252-.153.108-.27.18-.063.494-.306.737-.584.234-.261.458-.449.485-.413.027.027.144.288.261.575zm-2.121 1.456c.279.126.503.243.503.261s-.288.27-.629.548l-.638.521-.782-.369c-.431-.207-.899-.396-1.043-.431-.216-.054-.234-.072-.108-.144.342-.189 1.213-.467 1.672-.521.27-.036.503-.072.503-.081.009 0 .243.09.521.216zm-1.978-7.173l-.27.333-.944-.108c-1.348-.153-1.636-.144-1.843.081l-.171.198.315-.054c.53-.081 2.355.189 2.553.378.234.234.315 1.294.117 1.519-.135.144-.117.18.261.485.225.18.458.315.53.288.144-.054.881-1.025.782-1.025-.036 0-.234.162-.422.36s-.396.36-.458.36c-.234 0-.351-.306-.351-.89 0-.395-.054-.701-.162-.926-.171-.333-.171-.333.054-.629.198-.261.396-.701.315-.701-.018 0-.153.153-.306.333zm.539.054c.045.369.252.602.665.773a.775.775 0 0 1 .36.36c.081.189.207.279.539.36.827.216.98.225 1.151.018.09-.108.216-.189.27-.189.063 0 .135-.063.162-.144.054-.126.027-.126-.189.018-.369.243-1.519.243-1.699 0-.207-.279-.153-.342.243-.288.342.045 1.286-.144 1.447-.297.036-.027-.27-.036-.674-.027-.404.018-1.016-.009-1.348-.072-.602-.108-.62-.117-.791-.485l-.171-.369.036.342zM8.101 19.37c.401-.312.924-.144 1.373-.078.351-.064.704-.13 1.066-.091.05.031.152.09.202.12-.24.025-.479.062-.719.088-.262.119-.507.301-.813.253a2.934 2.934 0 0 1-.323-.228c-.257-.07-.524-.041-.787-.064zm4.217 2.17c.302.009.613.002.87-.179a.731.731 0 0 0 .133.264l-.25.056c-.47-.182-.884.236-1.344.262-.154-.015-.271-.115-.377-.217-.183-.008-.375-.03-.54.067-.249.133-.532.114-.805.103l.271-.268.462-.009c.056-.059.112-.119.169-.177a.792.792 0 0 1 .731.275c.251.047.454-.109.68-.177zm-.757.723c.205-.005.405-.049.603-.095.273.03.536.16.741.343a5.08 5.08 0 0 0-.534-.088c-.467-.208-.905.161-1.325.326-.129.238-.239.491-.242.768a30.556 30.556 0 0 0-.17-.183c-.015-.31.037-.675.322-.856.193-.093.403-.147.605-.217z"/></svg>
<svg class="tc-image-compress tc-image-button" width="22pt" height="22pt" viewBox="0 0 1510 1510"><path d="M755 819v448q0 26-19 45t-45 19-45-19l-144-144-332 332q-10 10-23 10t-23-10L10 1386q-10-10-10-23t10-23l332-332-144-144q-19-19-19-45t19-45 45-19h448q26 0 45 19t19 45zm755-672q0 13-10 23l-332 332 144 144q19 19 19 45t-19 45-45 19H819q-26 0-45-19t-19-45V243q0-26 19-45t45-19 45 19l144 144 332-332q10-10 23-10t23 10l114 114q10 10 10 23z"/></svg>
<svg class="tc-image-compressed tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 1100"><path d="M675 100h375q21 0 35.5 14.5T1100 150v150H995l-295 98v-98L500 100H100L200 0h375zM100 200h300q41 0 70.5 29.5T500 300v500q0 41-29.5 70.5T400 900H100q-41 0-70.5-29.5T0 800V300q0-41 29.5-70.5T100 200zm0 100v200h300V300H100zm1000 265L700 698V535l400-133v163zM100 600v200h300V600H100zm1000 102v248q0 21-14.5 35.5T1050 1000H675l-100 100H200l-100-100h400l200-200h105z"/></svg>
<svg class="tc-image-compropago tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.699996948242188 12.59999942779541"><path d="M13.2 3.5c-.4-.4-1-.4-1.4 0l-.1.1-.6.6-4.6 4.6-1 1c-.3.3-.8.5-1.3.5s-1-.2-1.4-.6-.6-.9-.6-1.4c0-.5.2-1 .6-1.4L8.7 1c-.8-.8-2-.8-2.8 0L1.5 5.5C0 7 0 9.5 1.5 11.1c1.5 1.5 4 1.5 5.6 0l6.2-6.2c.3-.4.3-1-.1-1.4z"/><path d="M15.1 1.5c-1.5-1.5-4-1.5-5.6 0L3.4 7.7c-.4.4-.4 1 0 1.4s1 .4 1.4 0l.1-.1.6-.6 4.6-4.6.9-.9.1-.1c.3-.3.8-.5 1.3-.5s1 .2 1.4.6c.4.4.6.9.6 1.4 0 .5-.2 1-.6 1.4l-5.9 5.9c.8.8 2 .8 2.8 0l4.5-4.5c1.5-1.6 1.5-4-.1-5.6z"/></svg>
<svg class="tc-image-computer tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M40 28c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4H8C5.79 0 4 1.79 4 4v20c0 2.21 1.79 4 4 4H0v4h48v-4h-8zM8 4h32v20H8V4z"/></svg>
<svg class="tc-image-concentric-pie-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.99959945678711 14.000883102416992"><path d="M11.184 12.558a7.164 7.164 0 0 1-3.027 1.34l-.016.002a6.522 6.522 0 0 1-1.143.1C3.142 14 .016 10.833 0 6.97.015 3.46 2.617.567 5.998.08v3.062a3.99 3.99 0 0 0-3 3.858 4 4 0 0 0 4 4c.754 0 1.45-.221 2.052-.583l2.134 2.14zm1.16-10.072L10.205 4.63c.492.665.793 1.479.793 2.37A3.97 3.97 0 0 1 9.95 9.68l2.125 2.132A6.975 6.975 0 0 0 13.998 7a6.971 6.971 0 0 0-1.654-4.515zm-.749-.756A6.966 6.966 0 0 0 6.998 0v3a3.96 3.96 0 0 1 2.463.87l2.134-2.14z"/></svg>
<svg class="tc-image-cone tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c3.167 0 14.25 22.167 14.035 31.667l4.569 1.356L38 38H0l.396-4.977 4.569-1.356C4.75 22.167 15.833 0 19 0zm0 4.75c-1.179 0-3.047 3.293-4.915 7.917h9.83C22.047 8.043 20.18 4.75 19 4.75zm9.055 20.583L26.203 19H11.797l-1.852 6.333h18.11z"/></svg>
<svg class="tc-image-cone-diagonal tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c3.167 0 14.25 22.167 14.035 31.667l4.569 1.356L38 38H0l.396-4.977 4.569-1.356C4.75 22.167 15.833 0 19 0zm0 4.354c-1.257 0-4.089 4.643-6.58 10.27l9.798-6.608C20.879 5.783 19.698 4.354 19 4.354zm8.094 13.936l-1.947-4.625-16.338 11.02c-.525 2.005-.86 3.863-.915 5.398H9.61L27.094 18.29zm3.012 11.793c-.056-1.575-.407-3.489-.957-5.555l-8.235 5.555h9.192z"/></svg>
<svg class="tc-image-conekta tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.40000057220459 16"><path d="M3.7 13L0 8l3.7-5L6 6.1 4.5 8 6 10z"/><path d="M6.5 16l5.9-8-5.9-8H1.9l6 8-6 8z"/></svg>
<svg class="tc-image-confirm-yes-no tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M2 0h36a2 2 0 0 1 2 2v26a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h36a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0 1h36v26H2V2zm13.54 7.8h-2.672l-1.878 4.21-.247.883h-.033l-.255-.916L8.663 9.8H5.78l3.52 7.263V21h2.56v-3.983L15.54 9.8zm7.2-1.75H20.5l-5.28 14.87h2.24l5.28-14.87zM33.94 21V9.8h-2.4v6.195l.063 1.538h-.03l-.56-.916L26.595 9.8H23.86V21h2.4v-6.155l-.063-1.813h.03l.56.93L31.376 21h2.565z"/></svg>
<svg class="tc-image-confirmation-number tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 32"><g transform="translate(-4 -8)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M44 20v-8c0-2.21-1.79-4-4-4H8c-2.21 0-3.98 1.79-3.98 4v8a4.001 4.001 0 0 1-.01 8L4 36c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4v-8c-2.21 0-4-1.79-4-4s1.79-4 4-4zM26 35h-4v-4h4v4zm0-9h-4v-4h4v4zm0-9h-4v-4h4v4z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-confused tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm1.345 5h1.014a2.505 2.505 0 0 1-1.624 2.665 2.502 2.502 0 0 1-3.204-1.494 1.502 1.502 0 0 0-1.923-.896A1.502 1.502 0 0 0 4.655 12H3.642a2.505 2.505 0 0 1 1.624-2.665 2.502 2.502 0 0 1 3.204 1.494 1.502 1.502 0 0 0 1.923.896A1.502 1.502 0 0 0 11.346 10z"/></svg>
<svg class="tc-image-confused2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm5.735 8.665a2.502 2.502 0 0 1-3.204-1.494 1.502 1.502 0 0 0-1.923-.896A1.502 1.502 0 0 0 4.655 12H3.642a2.505 2.505 0 0 1 1.624-2.665 2.502 2.502 0 0 1 3.204 1.494 1.502 1.502 0 0 0 1.923.896A1.502 1.502 0 0 0 11.346 10h1.014a2.505 2.505 0 0 1-1.624 2.665z"/></svg>
<svg class="tc-image-connect tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.06357192993164 37.06456756591797"><path d="M6.296 8.535L.619 2.858A1.584 1.584 0 0 1 2.858.618l5.677 5.678c4.34-3.255 10.527-2.908 14.475 1.04L7.336 23.01C3.388 19.062 3.04 12.876 6.296 8.535zm23.432 5.52c3.948 3.947 4.295 10.133 1.04 14.474l5.677 5.677a1.584 1.584 0 1 1-2.24 2.24l-5.676-5.678c-4.341 3.255-10.527 2.908-14.475-1.04l3.358-3.359-2.8-2.799a2.376 2.376 0 1 1 3.36-3.359l2.799 2.8 2.24-2.24-2.8-2.799a2.375 2.375 0 1 1 3.36-3.358l2.798 2.798 3.359-3.358z"/></svg>
<svg class="tc-image-connectdevelop tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1792"><path d="M2048 895q0 21-13 36.5t-33 19.5l-205 356q3 9 3 18 0 20-12.5 35.5T1755 1380l-193 337q3 8 3 16 0 23-16.5 40t-40.5 17q-25 0-41-18h-400q-17 20-43 20t-43-20H582q-17 20-43 20-23 0-40-16.5t-17-40.5q0-8 4-20l-193-335q-20-4-32.5-19.5T248 1325q0-9 3-18L45 951q-20-5-32.5-20.5T0 895q0-21 13.5-36.5T47 839l199-344q0-1-.5-3t-.5-3q0-36 34-51L488 75q-4-10-4-18 0-24 17-40.5T541 0q26 0 44 21h396q16-21 43-21t43 21h398q18-21 44-21 23 0 40 16.5t17 40.5q0 6-4 18l207 358q23 1 39 17.5t16 38.5q0 13-7 27l187 324q19 4 31.5 19.5T2048 895zm-985 799h389l-342-354H967l-342 354h360q18-16 39-16t39 16zM112 882q1 4 1 13 0 10-2 15l208 360q2 0 4.5 1t5.5 2.5l5 2.5 188-199V730L335 536q-13 8-29 10zM986 98H598l190 200 554-200h-280q-16 16-38 16t-38-16zm703 1212q1-6 5-11l-64-68-17 79h76zm-106 0l22-105-252-266-296 307 63 64h463zm-88 368l16-28 65-310h-427l333 343q8-4 13-5zm-917 16h5l342-354H552v335l4 6q14 5 22 13zm-26-384h402l64-66-309-321-157 166v221zm-193 0h163v-189l-168 177q4 8 5 12zm-1-825q0 1 .5 2t.5 2q0 16-8 29l171 177V426zm194-70v311l153 157 297-314-223-236zm4-304l-4 8v264l205-74-191-201q-6 2-10 3zm891-13h-16L810 322l213 225zm-424 492L726 905l311 319 296-307zM688 902L552 761v284zm350 364l-42 44h85zm336-348l238 251 132-624-3-5-1-1zm344-400q-8-13-8-29v-2l-216-376q-5-1-13-5l-437 463 310 327zM522 394V171L359 453zm0 946H359l163 283v-283zm1085 0l-48 227 130-227h-82zm122-70l207-361q-2-10-2-14 0-1 3-16l-171-296-129 612 77 82q5-3 15-7z"/></svg>
<svg class="tc-image-connected_object tc-image-button" width="22pt" height="22pt" viewBox="0 0 1619 1920"><path d="M0 1740V180q0-74 52.5-127T179 0h1261q74 0 126.5 53t52.5 127v1560q0 74-52.5 127t-126.5 53H179q-74 0-126.5-53T0 1740zm367-602q0 121 59 223t161.5 161.5T810 1582q184 0 314.5-130t130.5-314-130.5-314.5T810 693q-90 0-172 35.5t-141.5 95-94.5 142-35 172.5zm120-15q6-129 99.5-219.5T810 813q122 0 213 80.5t108 199.5q0 1-.5 3.5t-.5 4.5q0 43-31 74t-74 31q-44 0-73-29-111-111-266-111-110 0-199 57zm713-792q0 37 26.5 63t63.5 26 63-26 26-63-26-63.5-63-26.5q-38 0-64 26t-26 64z"/></svg>
<svg class="tc-image-connection tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.79800033569336 14.004965782165527"><path d="M9.898 8.005c1.654 0 3.154.673 4.241 1.759l-1.414 1.414c-.724-.724-1.724-1.173-2.827-1.173s-2.103.449-2.827 1.173L5.657 9.764a5.982 5.982 0 0 1 4.241-1.759zM2.827 6.934c1.889-1.889 4.4-2.929 7.071-2.929s5.182 1.04 7.071 2.929l-1.414 1.414c-1.511-1.511-3.52-2.343-5.657-2.343s-4.146.832-5.657 2.343L2.827 6.934zm12.521-5.828a13.966 13.966 0 0 1 4.45 3L18.384 5.52c-2.267-2.266-5.28-3.515-8.485-3.515S3.68 3.253 1.414 5.52L0 4.106A13.955 13.955 0 0 1 9.9.005c1.89 0 3.723.37 5.45 1.101zm-6.45 11.899a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"/></svg>
<svg class="tc-image-connection-1x tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.637996673583984 24.65300178527832"><path d="M5.739 24.653h5.586V0h-4.75L0 3.035l.95 4.323L5.663 5.12h.076v19.533zM13.457 6.46l6.117 8.93-6.268 9.263h6.306l1.736-3.274c.466-.88.932-1.798 1.398-2.753h.113c.44.936.919 1.854 1.435 2.753l1.85 3.274h6.494l-6.154-9.524 6.079-8.669h-6.23l-1.624 2.977a64.268 64.268 0 0 0-1.435 2.79h-.075c-.485-.886-.988-1.791-1.51-2.715L19.876 6.46h-6.42z"/></svg>
<svg class="tc-image-connection-3g tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.379005432128906 26.136993408203125"><path d="M0 24.444c.738.45 1.742.84 3.012 1.171 1.27.332 2.71.506 4.323.522 3.094-.041 5.488-.748 7.182-2.122 1.694-1.373 2.552-3.165 2.575-5.375-.036-1.66-.528-3.015-1.476-4.067s-2.138-1.718-3.569-1.997V12.5c1.427-.523 2.497-1.275 3.212-2.256.715-.981 1.072-2.124 1.073-3.43-.011-1.717-.696-3.15-2.057-4.299-1.36-1.149-3.331-1.746-5.914-1.79-1.639.017-3.13.207-4.475.568-1.344.362-2.399.786-3.163 1.274L1.9 6.701c.52-.324 1.247-.643 2.18-.957a9.89 9.89 0 0 1 2.95-.507c1.234.015 2.15.257 2.751.727s.9 1.079.898 1.825c-.06 1.02-.547 1.748-1.458 2.182a6.51 6.51 0 0 1-2.912.633h-2.28v4.133h2.356c1.358-.006 2.528.283 3.51.866.983.582 1.497 1.493 1.544 2.73 0 .941-.38 1.72-1.135 2.335-.756.615-1.885.934-3.387.956a11.69 11.69 0 0 1-3.368-.55c-1.04-.338-1.83-.665-2.37-.98L0 24.444zm41.379-13.46h-9.472v4.513h3.885v5.762c-.51.223-1.432.345-2.764.365-2.374-.022-4.284-.799-5.73-2.33-1.444-1.53-2.187-3.681-2.226-6.452.052-2.71.853-4.726 2.404-6.047 1.551-1.321 3.539-1.979 5.963-1.974 1.37.006 2.522.104 3.456.297.934.192 1.744.446 2.431.761l1.216-4.775C39.904.86 38.977.619 37.764.382 36.55.145 35.121.018 33.476 0c-4.21.032-7.644 1.192-10.3 3.479-2.656 2.287-4.035 5.51-4.137 9.667.006 1.948.315 3.76.929 5.44.613 1.678 1.497 3.095 2.653 4.25 2.29 2.182 5.71 3.283 10.257 3.3a26.9 26.9 0 0 0 4.83-.476c1.52-.297 2.743-.602 3.67-.917V10.984z"/></svg>
<svg class="tc-image-connection-4g tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.54399490356445 26.135997772216797"><path d="M16.217 25.757v-6.08h2.926v-4.133h-2.926V1.104H9.31L0 16.088v3.589h10.943v6.08h5.273zM5.357 15.544l.039-.077 3.268-5.523a174.2 174.2 0 0 0 2.317-4.707h.11a106.433 106.433 0 0 0-.147 4.707v5.6H5.358zm38.186-4.56h-9.47v4.513h3.885v5.762c-.511.223-1.433.345-2.765.365-2.374-.022-4.284-.799-5.729-2.33-1.445-1.53-2.187-3.681-2.227-6.452.052-2.71.854-4.726 2.404-6.047 1.551-1.321 3.539-1.979 5.963-1.974 1.37.006 2.522.104 3.456.297.934.192 1.744.446 2.432.761l1.216-4.775c-.64-.244-1.565-.485-2.779-.722C38.716.145 37.286.018 35.641 0c-4.21.032-7.644 1.192-10.3 3.479-2.655 2.287-4.035 5.51-4.137 9.667.006 1.948.315 3.76.929 5.44.613 1.678 1.498 3.095 2.653 4.25 2.29 2.182 5.71 3.283 10.258 3.3a26.9 26.9 0 0 0 4.83-.476c1.519-.297 2.742-.602 3.67-.917V10.984z"/></svg>
<svg class="tc-image-connection-bars tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 320"><path d="M0 256h64v64H0zm96-64h64v128H96zm96-96h64v224h-64zm96-96h64v320h-64z"/></svg>
<svg class="tc-image-connection-bluetooth tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.75 47"><path d="M25.75 33l-15 14V29L3 36l-3-3.25L9.75 24 0 15.25 3 12l7.75 6V0l15 15-9 9 9 9zm-10-4v7.5l3.5-4-3.5-3.5zm0-10l3.5-3.5-3.5-4.1V19z"/></svg>
<svg class="tc-image-connection-ev tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.673004150390625 25.376998901367188"><path d="M15.077 9.844H5.654V4.821h9.994V0H0v25.341h16.18V20.52H5.652v-6.163h9.424V9.844zm1.263-2.66l6.721 18.193h5.74l6.872-18.193h-6.042l-2.379 8.446a80.64 80.64 0 0 0-1.019 4.474h-.113a57.476 57.476 0 0 0-1.057-4.443L22.57 7.184h-6.23z"/></svg>
<svg class="tc-image-connection-nfc tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.365997314453125 33.41899871826172"><path d="M16.132 7.551s1.258-.572 2.06.343c.8.915 2.86 4.462 2.86 8.009 0 3.546-.916 7.322-1.831 8.58-.916 1.26-1.83 1.26-2.517.801-.687-.457-11.327-8.58-11.9-8.81-.571-.228-.8.344-.228 3.433.572 3.09-.343 4.005-1.144 4.119-.801.114-3.204-.572-3.318-6.98C0 10.64 1.716 9.61 2.517 9.61c1.505 0 12.931 10.316 13.73 10.183.685-.115 1.029-4.462-.344-7.895-1.487-3.716.229-4.347.229-4.347zm18.391-6.407c3.843 7.631 3.609 14.848 3.578 15.61.03.663.265 7.889-3.578 15.52 0 0-1 1.145-2.488.458-1.487-.686-.973-2.517-.973-2.517s3.115-6.012 3.032-13.397l.002-.114c.08-7.386-3.034-13.501-3.034-13.501s-.514-1.83.973-2.517c1.487-.686 2.488.458 2.488.458zM27.07 4.576c3.134 5.72 2.922 11.416 2.891 12.177.03.664.243 6.129-2.887 12.312 0 0-1.001 1.145-2.489.458-1.487-.686-.972-2.517-.972-2.517s2.015-2.866 2.341-10.188l.002-.114c-.214-7.323-2.347-10.069-2.347-10.069s-.515-1.83.972-2.517c1.488-.686 2.489.458 2.489.458z"/></svg>
<svg class="tc-image-connection-quality-extremelylow tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path fill-opacity=".404" d="M0 38v-6h6v6H0zM38 0v38h-6V0h6zm-8 8v30h-6V8h6zm-8 8v22h-6V16h6zm-8 9v13H8V25h6z"/></svg>
<svg class="tc-image-connection-quality-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M22 16v22h-6V16h6zm-8 9v13H8V25h6zM0 38v-6h6v6H0zM30 8v30h-6V8h6z"/><path fill-opacity=".404" d="M38 0v38h-6V0h6z"/></svg>
<svg class="tc-image-connection-quality-low tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path fill-opacity=".404" d="M38 0v38h-6V0h6zm-8 8v30h-6V8h6zm-8 8v22h-6V16h6z"/><path d="M0 38v-6h6v6H0zm14-13v13H8V25h6z"/></svg>
<svg class="tc-image-connection-quality-medium tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path fill-opacity=".404" d="M38 0v38h-6V0h6zm-8 8v30h-6V8h6z"/><path d="M14 25v13H8V25h6zM0 38v-6h6v6H0zm22-22v22h-6V16h6z"/></svg>
<svg class="tc-image-connection-quality-veryhigh tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M22 16v22h-6V16h6zm-8 9v13H8V25h6zM0 38v-6h6v6H0zM38 0v38h-6V0h6zm-8 8v30h-6V8h6z"/></svg>
<svg class="tc-image-connection-quality-verylow tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 38v-6h6v6H0z"/><path fill-opacity=".404" d="M38 0v38h-6V0h6zm-8 8v30h-6V8h6zm-8 8v22h-6V16h6zm-8 9v13H8V25h6z"/></svg>
<svg class="tc-image-connection-wifi tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 31.677946090698242"><path d="M30.88 22.162V10.883h6.887v2.143h-4.375v2.57h4.088v2.006h-4.088v4.56H30.88zm10.872 0H39.24v-8.086h2.512v8.086zm-1.163-11.801c.411.008.733.128.966.361.232.233.354.532.366.895a1.217 1.217 0 0 1-.364.888c-.24.236-.573.359-1.002.368-.404-.01-.723-.132-.957-.368a1.237 1.237 0 0 1-.358-.888 1.22 1.22 0 0 1 .368-.895c.24-.233.568-.353.98-.361zM25.333.006a15.78 15.78 0 0 1 11.307 4.75h2.943c6.121 0 11.083 4.962 11.083 11.083s-4.962 11.083-11.083 11.083H36.64a15.785 15.785 0 0 1-11.307 4.75 15.78 15.78 0 0 1-11.307-4.75h-2.943C4.962 26.922 0 21.96 0 15.839S4.962 4.756 11.083 4.756h2.943A15.786 15.786 0 0 1 25.333.006zm14.25 7.916h-9.5c-3.167 0-1.583 7.917-2.907 7.917-1.843 0-.26 7.917-3.426 7.917h15.833a7.917 7.917 0 1 0 0-15.834zm-28.97 14.24l1.079-4.86.354-1.654.304-1.778h.033l.238 1.788.302 1.675.961 4.829h2.783l2.934-11.279h-2.614l-.927 4.635-.658 3.963h-.034l-.272-1.884-.335-1.933-.91-4.797h-2.733l-.96 4.645-.743 3.969h-.034l-.311-1.9-.363-2.063-.86-4.65H5.098l2.698 11.294h2.817zm12.282 0v-8.086h-2.513v8.086h2.513zm-1.164-11.801c-.413.008-.74.128-.98.361-.24.233-.363.532-.369.895.005.356.125.652.358.888.234.236.554.359.958.368.428-.01.762-.132 1.001-.368.24-.236.36-.532.364-.888-.011-.363-.133-.662-.366-.895-.232-.233-.554-.353-.966-.361z"/></svg>
<svg class="tc-image-connection-wifi-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M34 30a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm4-25C19.775 5 5 19.775 5 38H0C0 17.013 17.013 0 38 0v5zm0 10c-12.703 0-23 10.297-23 23h-5c0-15.464 12.536-28 28-28v5zm0 10c-7.18 0-13 5.82-13 13h-5c0-9.941 8.059-18 18-18v5z"/></svg>
<svg class="tc-image-console tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 6v27h36V6H3zm3.75 5h4.75l4.75 6.5L11.5 24H6.75l4.75-6.5L6.75 11z"/></svg>
<svg class="tc-image-console-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.273000717163086 19"><path d="M4.173 1c.311 0 .515.007.57.008h.066c1.438 0 2.622.152 3.002.305.176.444.313 1.864.302 3.197.012 1.315-.126 2.734-.302 3.178-.379.152-1.561.305-2.998.305h-.116c-.01 0-.217.008-.531.008-1.405 0-2.334-.141-2.671-.289-.22-.335-.425-1.691-.378-3.207l.002-.034-.002-.032c-.047-1.487.156-2.819.376-3.148C1.83 1.143 2.761 1 4.173 1m0-1C3.304 0 1.656.054.956.441 0 .97.115 4.365.118 4.475c-.003.111-.117 3.557.839 4.086.698.384 2.337.439 3.208.439.344 0 .568-.008.568-.008h.08c.498 0 3.18-.027 3.727-.591.604-.622.574-3.901.574-3.901s.03-3.278-.573-3.9C7.992.034 5.296.008 4.81.008h-.076S4.513 0 4.173 0zm10.129 1c.31 0 .514.007.568.008h.066c1.439 0 2.623.152 3.002.305.176.443.314 1.864.303 3.197.012 1.314-.126 2.734-.303 3.178-.378.152-1.561.305-2.998.305h-.117c-.008 0-.215.008-.529.008-1.406 0-2.334-.141-2.672-.289-.246-.369-.425-1.859-.377-3.201v-.073c-.048-1.319.129-2.785.375-3.147.336-.148 1.268-.291 2.682-.291m0-1c-.87 0-2.518.054-3.217.441-.957.529-.844 3.924-.84 4.033-.004.111-.117 3.557.84 4.086.697.385 2.337.439 3.209.439.344 0 .567-.008.567-.008h.079c.499 0 3.18-.027 3.727-.591.606-.621.575-3.9.575-3.9s.03-3.278-.574-3.9c-.548-.566-3.242-.592-3.73-.592h-.075S14.64 0 14.302 0zM4.169 11c.312 0 .518.008.573.008h.066c1.438 0 2.622.152 3.003.305.176.444.313 1.864.302 3.197.013 1.314-.126 2.734-.302 3.178-.379.152-1.561.305-2.999.305h-.115c-.01 0-.215.008-.527.008-1.408 0-2.337-.142-2.675-.289-.22-.335-.425-1.689-.378-3.207l.002-.033-.002-.031c-.047-1.488.156-2.82.376-3.148.337-.15 1.266-.293 2.676-.293m0-1c-.87 0-2.514.055-3.213.441-.956.528-.842 3.923-.839 4.032-.002.112-.117 3.557.839 4.087.699.386 2.342.44 3.213.44.342 0 .564-.008.564-.008h.079c.499 0 3.181-.027 3.728-.591.604-.622.574-3.901.574-3.901s.03-3.279-.573-3.9c-.549-.566-3.244-.592-3.731-.592h-.075S4.511 10 4.169 10zm10.129 1c.312 0 .518.008.572.008h.066c1.439 0 2.623.152 3.002.305.176.443.314 1.864.303 3.197.012 1.314-.126 2.734-.303 3.178-.378.152-1.561.305-2.998.305h-.116c-.009 0-.215.008-.527.008-1.408 0-2.337-.142-2.675-.289-.246-.371-.428-1.887-.377-3.197l.001-.041-.001-.039c-.051-1.289.129-2.779.375-3.143.336-.149 1.266-.292 2.678-.292m0-1c-.871 0-2.515.055-3.213.441-.957.528-.844 3.923-.84 4.032-.004.111-.117 3.557.84 4.086.698.386 2.342.44 3.212.44.342 0 .564-.008.564-.008h.079c.499 0 3.18-.027 3.727-.591.606-.621.575-3.9.575-3.9s.03-3.279-.574-3.9c-.548-.566-3.242-.592-3.73-.592h-.075S14.64 10 14.298 10z"/></svg>
<svg class="tc-image-contact-mail tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M42 16v-2l-6 4-6-4v2l6 4 6-4zm2-10H4c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h40c2.21 0 3.98-1.79 3.98-4L48 10c0-2.21-1.79-4-4-4zm-28 6c3.31 0 6 2.69 6 6 0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6zm12 24H4v-2c0-4 8-6.2 12-6.2S28 30 28 34v2zm16-12H28V12h16v12z"/><path d="M0 0h48v48H0z" fill="none"/></svg>
<svg class="tc-image-contact-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 36"><path d="M44 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h40c2.21 0 3.98-1.79 3.98-4L48 4c0-2.21-1.79-4-4-4zM16 6c3.31 0 6 2.69 6 6 0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6zm12 24H4v-2c0-4 8-6.2 12-6.2S28 24 28 28v2zm7.7-8h3.28L42 26l-3.99 3.99A15.028 15.028 0 0 1 32 18c0-1.39.2-2.72.56-4 .89-3.24 2.84-6.03 5.46-7.99L42 10l-3.02 4H35.7c-.44 1.25-.7 2.6-.7 4s.25 2.75.7 4z"/></svg>
<svg class="tc-image-contacts tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 18"><g transform="translate(-3 -3)"><path d="M19 3H8C6.346 3 5 4.346 5 6v1H4a1 1 0 1 0 0 2h1v2H4a1 1 0 1 0 0 2h1v2H4a1 1 0 1 0 0 2h1v1c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3V6c0-1.654-1.346-3-3-3zM7 6c0-.551.449-1 1-1v2H7V6zm0 3h1v2H7V9zm0 4h1v2H7v-2zm0 5v-1h1v2c-.551 0-1-.449-1-1zm13 0c0 .551-.449 1-1 1H9V5h10c.551 0 1 .449 1 1v12z"/><circle cx="14" cy="10.5" r="2"/><path d="M14 13.356c-1.562 0-2.5.715-2.5 1.429 0 .357.938.715 2.5.715 1.466 0 2.5-.357 2.5-.715 0-.714-.98-1.429-2.5-1.429z"/></g></svg>
<svg class="tc-image-contacts-dialer tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 767.9990234375"><path d="M938.666 0H85.333C38.186 0 0 38.187 0 85.333v597.333c0 47.147 38.187 85.333 85.333 85.333h853.333c47.147 0 84.907-38.187 84.907-85.333L1024 85.333C1024 38.186 985.813 0 938.667 0zM341.332 128c70.613 0 128 57.387 128 128 0 70.827-57.387 128-128 128s-128-57.173-128-128c0-70.613 57.387-128 128-128zm256 512h-512v-42.667c0-85.333 170.667-132.267 256-132.267s256 46.933 256 132.267V640zm164.267-170.667h69.973l64.427 85.333-85.12 85.12c-55.68-41.813-97.28-101.333-116.48-170.453-7.467-27.307-11.733-55.68-11.733-85.333s4.267-58.027 11.947-85.333c18.987-69.12 60.587-128.64 116.48-170.453L896 213.334l-64.427 85.333H761.6c-9.387 26.667-14.933 55.467-14.933 85.333S752 442.667 761.6 469.333z"/></svg>
<svg class="tc-image-contacts-mail tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 767.9990234375"><path d="M895.999 213.333v-42.667l-128 85.333-128-85.333v42.667l128 85.333 128-85.333zM938.666 0H85.333C38.186 0 0 38.187 0 85.333v597.333c0 47.147 38.187 85.333 85.333 85.333h853.333c47.147 0 84.907-38.187 84.907-85.333L1024 85.333C1024 38.186 985.813 0 938.667 0zM341.332 128c70.613 0 128 57.387 128 128 0 70.827-57.387 128-128 128s-128-57.173-128-128c0-70.613 57.387-128 128-128zm256 512h-512v-42.667c0-85.333 170.667-132.267 256-132.267s256 46.933 256 132.267V640zm341.334-256H597.333V128h341.333v256z"/></svg>
<svg class="tc-image-contao tc-image-button" width="22pt" height="22pt" viewBox="0 0 1748 1536"><path d="M116 0h197q-70 64-126 149-36 56-59 115T98 389.5t-8.5 120 10.5 132 21 126T149 904q4 19 6 28 51 238 81 329 57 171 152 275H116q-48 0-82-34t-34-82V116q0-48 34-82t82-34zm1208 0h308q48 0 82 34t34 82v1304q0 48-34 82t-82 34h-178q212-210 196-565l-469 101q-2 45-12 82t-31 72-59.5 59.5T985 1322q-123 26-199-40-32-27-53-61t-51.5-129T617 834q-35-163-45.5-263T566 432t23-77q20-41 62.5-73T754 237q45-12 83.5-6.5t67 17 54 35 43 48T1036 387l468-100q-68-175-180-287z"/></svg>
<svg class="tc-image-content-copy tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44"><path d="M28 0H4C1.79 0 0 1.79 0 4v28h4V4h24V0zm6 8H12c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h22c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm0 32H12V12h22v28z"/></svg>
<svg class="tc-image-content-cut tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><g transform="translate(-4 -4)"><circle cx="12" cy="36" r="4" fill="none"/><circle cx="24" cy="24" r="1" fill="none"/><circle cx="12" cy="12" r="4" fill="none"/><path d="M19.28 15.28c.45-1 .72-2.11.72-3.28 0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8c1.17 0 2.28-.27 3.28-.72L20 24l-4.72 4.72c-1-.45-2.11-.72-3.28-.72-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8c0-1.17-.27-2.28-.72-3.28L24 28l14 14h6v-2L19.28 15.28zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0 24c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm12-15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM38 6L26 18l4 4L44 8V6z"/></g></svg>
<svg class="tc-image-content-paste tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M32 4h-8.37c-.82-2.32-3.02-4-5.63-4s-4.81 1.68-5.63 4H4C1.79 4 0 5.79 0 8v32c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM18 4c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm14 36H4V8h4v6h20V8h4v32z"/></svg>
<svg class="tc-image-contrast tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 44.33399963378906"><path d="M22.167 0c12.242 0 22.167 9.925 22.167 22.167s-9.925 22.167-22.167 22.167S0 34.409 0 22.167 9.925 0 22.167 0zM9.851 34.483L34.482 9.852c-6.801-6.802-17.829-6.802-24.63 0-6.802 6.801-6.802 17.829 0 24.63z"/></svg>
<svg class="tc-image-control-eject tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30.08300018310547"><path d="M0 22.166h38v7.917H0v-7.917zM19 0l19 19H0L19 0z"/></svg>
<svg class="tc-image-control-fastforward tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 20.583999633789062"><path d="M0 0l13.458 10.292L0 20.584V0zm17.417 0l13.458 10.292-13.458 10.292V0zM33.25.792H38v19h-4.75v-19z"/></svg>
<svg class="tc-image-control-fastforward-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.75 26"><path d="M0 0l16.75 13L0 26V0zm22 0l16.75 13L22 26V0z"/></svg>
<svg class="tc-image-control-guide tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H23v4h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v20h34V3H3zm2 2h4v4H5V5zm6 0h24v4H11V5zm-6 6h4v4H5v-4zm6 0h24v4H11v-4zm-6 6h4v4H5v-4zm6 0h24v4H11v-4z"/></svg>
<svg class="tc-image-control-pause tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.166000366210938 28.5"><path d="M0 0h6.333v28.5H0V0zm15.833 0h6.333v28.5h-6.333V0z"/></svg>
<svg class="tc-image-control-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.584999084472656 31.666000366210938"><path d="M.001 0l20.584 15.437v1.188L0 31.666V0z"/></svg>
<svg class="tc-image-control-play-live tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.75 44.33399963378906"><path d="M3.166 0L23.75 15.438v1.187L3.165 31.667V0zM0 36.417h1.583v6.333H4.75v1.584H0v-7.917zm6.333 7.917v-7.917h1.583v7.917H6.333zm3.562-7.917h1.98l1.583 5.278 1.583-5.278h1.98l-2.771 7.917h-1.584l-2.77-7.917zm9.105 0h4.75V38h-3.167v1.584h3.167v1.583h-3.167v1.583h3.167v1.584H19v-7.917z"/></svg>
<svg class="tc-image-control-point tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M22 10h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zM20 0C8.97 0 0 8.97 0 20s8.97 20 20 20 20-8.97 20-20S31.03 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-control-point-duplicate tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 36"><path d="M32 10h-4v6h-6v4h6v6h4v-6h6v-4h-6zM4 18c0-5.58 3.29-10.39 8.02-12.64V1.05C5.03 3.51 0 10.17 0 18s5.03 14.49 12.02 16.95v-4.31C7.29 28.39 4 23.58 4 18zM30 0c-9.93 0-18 8.07-18 18s8.07 18 18 18 18-8.07 18-18S39.93 0 30 0zm0 32c-7.72 0-14-6.28-14-14S22.28 4 30 4s14 6.28 14 14-6.28 14-14 14z"/></svg>
<svg class="tc-image-control-resume tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 31.666000366210938"><path d="M11.083 0l20.583 15.437v1.188L11.083 31.666V0zm-4.75 0v31.666H0V0h6.333z"/></svg>
<svg class="tc-image-control-rewind tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 20.583999633789062"><path d="M38 0v20.584L24.542 10.292 38 0zM20.583 0v20.584L7.125 10.292 20.583 0zM4.75.792v19H0v-19h4.75z"/></svg>
<svg class="tc-image-control-rewind-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.75 26"><path d="M38.75 0L22 13l16.75 13V0zm-22 0L0 13l16.75 13V0z"/></svg>
<svg class="tc-image-control-stop tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.5 28.5"><path d="M0 0h28.5v28.5H0z"/></svg>
<svg class="tc-image-controller-snes tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.68794631958008 19.93862533569336"><path d="M7.917 4.75h3.166v3.167h3.167v3.167h-3.167v3.166H7.917v-3.166H4.75V7.917h3.167V4.75zM9.5 19a9.5 9.5 0 0 1 0-19h26.917a9.5 9.5 0 1 1-7.081 15.834H16.58A9.476 9.476 0 0 1 9.499 19zm0-15.833a6.334 6.334 0 1 0 0 12.667 6.334 6.334 0 0 0 0-12.667zm7.839 9.21l.792 1.371 4.905-3.166-.792-1.371-4.905 3.166zm6.333 0l.792 1.371 4.905-3.166-.791-1.371-4.906 3.166zm10.37-5.252a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167zm4.75-1.583a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167zm-3.167 6.333a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167zm4.75-1.583a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167z"/></svg>
<svg class="tc-image-controller-xbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.54100036621094 31.66699981689453"><path stroke="#FFF" stroke-width=".2" d="M21.771 7.917c3.167 0 12.27-7.917 17.02 1.583s3.563 22.167.397 22.167c-7.917 0-3.167-7.917-17.417-7.917-14.25 0-9.5 7.917-17.417 7.917C1.188 31.667 0 19 4.75 9.5 9.501 0 18.604 7.917 21.771 7.917zM10.688 11.48v2.77H7.917v3.167h2.77v2.77h3.167v-2.77h2.771V14.25h-2.77v-2.77h-3.167zm18.208 1.979a1.583 1.583 0 1 0 0 3.166 1.583 1.583 0 0 0 0-3.166zm3.167-2.771a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167zm0 5.937a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167zm3.166-3.166a1.583 1.583 0 1 0 0 3.166 1.583 1.583 0 0 0 0-3.166z" stroke-linejoin="round"/></svg>
<svg class="tc-image-convenience-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 44"><path d="M39 17h-.272a1.966 1.966 0 0 0-.266-.365L26.918 4.267c.051-.247.082-.503.082-.767C27 1.567 25.576 0 23.818 0h-3.637C18.424 0 17 1.567 17 3.5c0 .264.032.52.082.767L5.538 16.635a2.062 2.062 0 0 0-.266.365H0v7h2v15a5 5 0 0 0 5 5h32a5 5 0 0 0 5-5V24h2v-7h-7zM20.182 7h3.637l.163-.018L33.331 17H10.669l9.35-10.018.163.018zM11 38c0 1.1-.9 2-2 2s-2-.9-2-2V26c0-1.1.9-2 2-2s2 .9 2 2v12zm9 0c0 1.1-.9 2-2 2s-2-.9-2-2V26c0-1.1.9-2 2-2s2 .9 2 2v12zm10 0c0 1.1-.9 2-2 2s-2-.9-2-2V26c0-1.1.9-2 2-2s2 .9 2 2v12zm9 0c0 1.1-.9 2-2 2s-2-.9-2-2V26c0-1.1.9-2 2-2s2 .9 2 2v12z"/></svg>
<svg class="tc-image-cool tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM12.5 4c.275 0 .5.225.5.5V6c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1H7c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V4.5c0-.275.225-.5.5-.5h3c.275 0 .5.225.5.5V5h2v-.5c0-.275.225-.5.5-.5h3zM8 12a3.996 3.996 0 0 0 3.43-1.942l.857.515a4.996 4.996 0 0 1-6.406 1.957l.518-.864c.49.214 1.031.334 1.6.334z"/></svg>
<svg class="tc-image-cool2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 13a4.984 4.984 0 0 1-2.118-.47l.518-.864a3.996 3.996 0 0 0 5.03-1.608l.858.515A4.996 4.996 0 0 1 8 13zm5-7c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1H7c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V4.5c0-.275.225-.5.5-.5h3c.275 0 .5.225.5.5V5h2v-.5c0-.275.225-.5.5-.5h3c.275 0 .5.225.5.5V6z"/></svg>
<svg class="tc-image-coop tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.255484580993652 16.116788864135742"><path fill-rule="nonzero" d="M14.937 5.327a6.18 6.18 0 0 0 .001-3.388 2.256 2.256 0 0 0-1.37-1.476 6.193 6.193 0 0 0-4.075 0c-.67.254-1.17.792-1.373 1.476a6.143 6.143 0 0 0 0 3.387 2.255 2.255 0 0 0 1.373 1.476 6.182 6.182 0 0 0 4.073 0 2.262 2.262 0 0 0 1.373-1.475zm-1.964-1.694c0 .28-.042.56-.126.825a1.036 1.036 0 0 1-.79.705 2.767 2.767 0 0 1-1.058 0 1.04 1.04 0 0 1-.79-.704 2.747 2.747 0 0 1 .001-1.65c.114-.36.417-.63.79-.704.17-.034.35-.05.53-.05.178 0 .356.016.527.05.373.073.676.343.79.704.084.266.126.544.126.826zm-5.836 9.214a6.214 6.214 0 0 0 0-3.387 2.266 2.266 0 0 0-1.375-1.476 6.157 6.157 0 0 0-4.074 0c-.67.255-1.17.793-1.373 1.477a6.19 6.19 0 0 0 0 3.388 2.255 2.255 0 0 0 1.373 1.477 6.189 6.189 0 0 0 4.072 0 2.265 2.265 0 0 0 1.373-1.476zM5.17 11.154c0 .282-.042.56-.125.825-.115.36-.418.63-.79.704-.173.034-.35.05-.53.05-.177 0-.355-.016-.528-.05a1.036 1.036 0 0 1-.79-.704 2.76 2.76 0 0 1 0-1.651c.114-.36.417-.63.79-.703a2.801 2.801 0 0 1 1.058 0c.372.074.675.343.79.705.083.265.125.543.125.825zm0-7.535h2.202a6.174 6.174 0 0 0-.236-1.68A2.266 2.266 0 0 0 5.762.463a6.145 6.145 0 0 0-4.072 0C1.02.717.52 1.255.317 1.939a6.19 6.19 0 0 0 0 3.387A2.255 2.255 0 0 0 1.69 6.802a6.188 6.188 0 0 0 4.072 0 2.265 2.265 0 0 0 1.373-1.475c.026-.094.05-.19.073-.286l-2.075-.967c-.02.13-.05.258-.09.384a1.039 1.039 0 0 1-.79.705c-.173.034-.35.05-.53.05-.177 0-.355-.016-.528-.05a1.036 1.036 0 0 1-.79-.704 2.748 2.748 0 0 1 0-1.65c.114-.36.417-.63.79-.704.17-.034.35-.05.53-.05.18 0 .356.016.528.05.372.073.675.343.79.704.082.262.124.535.125.812zm2.95 5.84a6.16 6.16 0 0 0-.238 1.694v4.964h2.202v-4.964c0-.282.042-.56.126-.825.114-.36.417-.63.79-.703a2.801 2.801 0 0 1 1.057 0c.373.074.676.344.79.705.084.265.126.543.126.825 0 .282-.042.56-.126.825a1.04 1.04 0 0 1-.79.704 2.767 2.767 0 0 1-1.058 0 1.1 1.1 0 0 1-.207-.064l.746 2.05c.692 0 1.374-.117 2.028-.346a2.254 2.254 0 0 0 1.373-1.475 6.174 6.174 0 0 0 .001-3.387 2.256 2.256 0 0 0-1.37-1.476 6.174 6.174 0 0 0-4.074 0c-.67.254-1.17.79-1.373 1.476z"/></svg>
<svg class="tc-image-copy tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M10 4V0H3L0 3v9h6v4h10V4h-6zM3 1.414V3H1.414L3 1.414zM1 11V4h3V1h5v3L6 7v4H1zm8-5.586V7H7.414L9 5.414zM15 15H7V8h3V5h5v10z"/></svg>
<svg class="tc-image-copy-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M14.562 15H6.438A.44.44 0 0 1 6 14.562V5.438C6 5.197 6.197 5 6.487 5h5.537L15 8v6.562a.44.44 0 0 1-.438.438zM12 6v2h2l-2-2zm2 3h-2.976V6H7v8h7V9zm-9 1H1V1h4.024v3H9V3L6.024 0H.487C.197 0 0 .197 0 .438v10.125c0 .24.197.437.438.437H5v-1zm1-9l2 2H6V1z"/></svg>
<svg class="tc-image-copy-node tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M10 0H3C1.3 0 0 1.3 0 3s1.3 3 3 3h7c1.7 0 3-1.3 3-3s-1.4-3-3-3zm1 8c1.1 0 2 .9 2 2s-.9 2-2 2H4c-1.1 0-2-.9-2-2s.9-2 2-2h7m0-1H4c-1.7 0-3 1.3-3 3s1.3 3 3 3h7c1.7 0 3-1.3 3-3s-1.4-3-3-3z"/></svg>
<svg class="tc-image-copyright tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.049999237060547 38"><path d="M15.833 0c4.918 0 9.313 2.691 12.217 6.913l-4.966 3.902c-1.743-2.742-4.345-4.482-7.251-4.482-5.247 0-9.5 5.671-9.5 12.667 0 6.996 4.253 12.667 9.5 12.667 2.906 0 5.508-1.74 7.25-4.482l4.967 3.902C25.146 35.31 20.751 38 15.833 38 7.089 38 0 29.493 0 19S7.088 0 15.833 0z"/></svg>
<svg class="tc-image-copyright-mark tc-image-button" width="22pt" height="22pt" viewBox="0 0 1182 1182"><path d="M591 0q120 0 229.5 47T1009 173t126 188.5 47 229.5-47 229.5-126 188.5-188.5 126-229.5 47-229.5-47T173 1009 47 820.5 0 591t47-229.5T173 173 361.5 47 591 0zm0 170q-114 0-211 56.5T226.5 380 170 591t56.5 211T380 955.5t211 56.5 211-56.5T955.5 802t56.5-211-56.5-211T802 226.5 591 170zm200 321H491v200h300v100H491L391 691V491l100-100h300v100z"/></svg>
<svg class="tc-image-copywriting tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v1h8V0H0zm0 2v1h5V2H0zm0 3v1h8V5H0zm0 2v1h6V7H0zm7.5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/></svg>
<svg class="tc-image-corner tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path stroke="#FFF" stroke-width=".2" d="M0 0h10.292L0 10.292V0zm27.708 0H38v10.292L27.708 0zm0 38L38 27.708V38H27.708zM0 38V27.708L10.292 38H0z" stroke-linejoin="round"/></svg>
<svg class="tc-image-coupon tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 28"><path d="M11 23v-8h1v8h-1zm2-8h3v8h-3v-8zm4 0h1v8h-1v-8zm2 8v-8h1v8h-1zm2-8h2v8h-2v-8zm3 0h1v8h-1v-8zm2 0h1v8h-1v-8zm2 0h1v8h-1v-8zM9.51 9.64c.193 0 .29.095.29.286 0 .237-.285.528-.855.875-.57.346-1.121.519-1.654.519a2.06 2.06 0 0 1-1.298-.464c-.395-.31-.593-.761-.593-1.354 0-.603.208-1.273.624-2.009.417-.736.932-1.336 1.548-1.799C8.187 5.232 8.788 5 9.372 5c.349 0 .627.104.835.31.209.208.313.45.313.728l-.07.646a.666.666 0 0 1-.303.336l-.377.14-.26-.107a.383.383 0 0 1-.11-.288l.083-.369.077-.404c0-.181-.06-.272-.182-.272-.373 0-.79.203-1.254.608a5.507 5.507 0 0 0-1.189 1.51c-.33.601-.495 1.132-.495 1.592 0 .306.085.564.256.774.171.21.42.316.749.316l.732-.162c.295-.108.567-.254.817-.438.252-.187.424-.28.516-.28zm5.262-.635a3.093 3.093 0 0 1-1.011 1.532c-.497.415-.994.623-1.49.623-.391 0-.715-.14-.97-.421a1.485 1.485 0 0 1-.381-1.035c0-.669.233-1.326.7-1.973.467-.647 1.032-.971 1.697-.971.454 0 .82.164 1.102.491.28.328.421.718.421 1.171l-.068.58v.003zm-2.08-1.245c-.187.162-.368.422-.546.778a2.384 2.384 0 0 0-.266 1.072c0 .218.04.397.121.538.081.141.188.212.32.212.33 0 .671-.193 1.026-.578.355-.384.533-.816.533-1.296 0-.269-.058-.49-.173-.665a.548.548 0 0 0-.483-.261.795.795 0 0 0-.529.2h-.004zm5.588 1.811c-.244.462-.527.829-.849 1.1-.321.273-.648.409-.978.409-.196 0-.394-.105-.594-.314-.2-.209-.299-.53-.299-.965 0-.306.071-.77.214-1.39l.186-1.166c.102-.217.26-.325.476-.325a.45.45 0 0 1 .353.148l.131.297-.165.776-.205.847-.11.7c0 .342.07.512.211.512.223 0 .524-.221.903-.663.379-.442.626-.895.741-1.357l.313-.89c.09-.14.22-.21.386-.21.27 0 .406.153.406.458l-.071.267c-.166.466-.249.99-.249 1.574 0 .683.115 1.092.344 1.226l.112.164c0 .094-.066.183-.2.266l-.383.125c-.216 0-.382-.144-.499-.431-.116-.288-.174-.674-.174-1.158zm3.004 1.143l-.133.822-.187 1.524c-.031.248-.091.42-.181.516a.435.435 0 0 1-.33.144.516.516 0 0 1-.335-.131c-.105-.088-.158-.185-.158-.291l.096-.732c.38-1.551.588-3.161.624-4.83v-.079l.03-.697.172-.307c.094-.089.228-.133.402-.133.29 0 .436.216.436.649l-.115.897-.046.268a4.58 4.58 0 0 1 1.057-1.24c.407-.33.773-.494 1.095-.494.291 0 .539.105.743.316.204.211.306.476.306.795 0 .852-.324 1.626-.973 2.323-.649.697-1.29 1.046-1.925 1.046-.3 0-.492-.122-.578-.366zm2.281-3.234c-.32 0-.733.317-1.242.95-.509.632-.763 1.13-.763 1.491 0 .094.045.177.136.25l.315.109c.332 0 .713-.265 1.143-.796.43-.53.646-1.043.646-1.538l-.074-.357-.161-.109zm5.688 1.525a3.093 3.093 0 0 1-1.012 1.532c-.498.415-.994.623-1.49.623-.391 0-.715-.14-.97-.421a1.485 1.485 0 0 1-.381-1.035c0-.669.233-1.326.7-1.973.467-.647 1.032-.971 1.697-.971.454 0 .82.164 1.102.491.28.328.421.718.421 1.171l-.068.58v.003zM27.17 7.76c-.186.162-.367.422-.545.778a2.384 2.384 0 0 0-.266 1.072c0 .218.04.397.121.538.081.141.188.212.32.212.33 0 .671-.193 1.026-.578.355-.384.533-.817.533-1.296 0-.269-.058-.49-.173-.665a.548.548 0 0 0-.483-.261.795.795 0 0 0-.529.2h-.004zm6.113 2.684c-.13-.236-.225-.676-.284-1.319-.057-.67-.185-1.005-.383-1.005-.187 0-.511.352-.972 1.054-.46.703-.745 1.222-.851 1.557l-.13.25-.19.099c-.396 0-.594-.182-.594-.547l.104-.844c.09-.568.136-1.261.136-2.081 0-.125.053-.257.159-.397.106-.14.218-.211.336-.211.15 0 .265.038.345.114.08.076.12.277.12.605l-.221 1.446c.578-1.337 1.223-2.005 1.933-2.005.619 0 .981.475 1.088 1.426.102.97.22 1.454.354 1.454l.202-.039.22-.046c.123 0 .184.075.184.224 0 .135-.084.279-.252.432a.906.906 0 0 1-.634.229.654.654 0 0 1-.634-.396h-.036zM4 0h32a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm32 3H4a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h32a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-coursera tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.006410598754883 8.21917724609375"><path fill-rule="nonzero" d="M16 3.966a5.621 5.621 0 0 0-.012-.186v-.004a4.019 4.019 0 0 0-.66-1.877 4.18 4.18 0 0 0-1.67-1.446 4.671 4.671 0 0 0-2.036-.446c-.07 0-.146 0-.22.004-.514.023-1.01.12-1.477.292-.47.17-.88.395-1.214.664-.068.054-.142.12-.22.194l-.06.056-.077.083-.037.037-.018.02-.093.098c-.07.077-.136.155-.197.232l-.005-.001a4.049 4.049 0 0 0-.334.463c-.06.093-.117.188-.172.284l-.764 1.546h.002l-.04.08-.084.17c-.168.34-.347.678-.548.957-.448.49-.954.73-1.604.73-.045 0-.092 0-.14-.004a2.137 2.137 0 0 1-1.026-.284l-.092-.06a1.694 1.694 0 0 1-.57-.627 1.776 1.776 0 0 1-.217-.913l.002-.023c.02-.507.214-.9.603-1.242.095-.08.194-.15.297-.212.015-.01.03-.017.044-.025.29-.156.618-.235.995-.235l.118.004c.6.02 1.062.21 1.43.574L7.058.796A4.588 4.588 0 0 0 6.125.32l-.04-.014c-.04-.014-.08-.03-.123-.043a4.91 4.91 0 0 0-1.144-.23c-.01-.003-.02-.004-.03-.005L4.604.015A4.418 4.418 0 0 0 4.406.01H4.37a4.65 4.65 0 0 0-2.02.446C1.66.79 1.097 1.277.681 1.9a4.014 4.014 0 0 0-.677 2.253c0 1.043.38 1.96 1.135 2.73.788.806 1.813 1.24 3.045 1.292a4.845 4.845 0 0 0 2.154-.366c.144-.062.284-.134.427-.215.08-.046.153-.093.226-.144l.054-.036.09-.063c.11-.078.212-.163.312-.253l.034-.033c.06-.055.117-.11.173-.17l.206-.234.08-.1.036-.053.036-.053c.308-.517 1.31-2.4 1.31-2.4v-.003l.06-.115.05-.09c.147-.27.254-.46.395-.66l.004-.006c.33-.478.896-.82 1.564-.876 1.12-.096 2.103.64 2.193 1.644.09 1.004-.746 1.896-1.866 1.993-.233.02-.46.005-.674-.042l-.005.002c-.822-.17-1.345-.77-1.603-1.04L8.361 6.846s.335.338.564.507c.23.168.528.334.765.437.575.245 1.2.392 1.892.392.08 0 .064 0 .147-.003 1.23-.05 2.326-.523 3.117-1.33.75-.767 1.156-1.642 1.16-2.678v-.03c0-.06-.002-.116-.004-.175z"/></svg>
<svg class="tc-image-courthouse tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.26500701904297 30.032270431518555"><path d="M17.1 14.574l-9.204-5.19 3.199-5.61 9.206 5.187zm18.37 4.788l-15.552-8.76-1.599 2.808 15.55 8.761zm1.888 1.065l-1.604 2.806 8.02 4.514 1.604-2.803zm-2.16 2.806c-.123.22-.459.271-.751.111-.291-.164-.42-.475-.296-.697l1.875-3.285c.129-.223.465-.277.754-.11.287.163.417.481.293.704l-1.875 3.277zm11.832 1.8a1.98 1.98 0 0 0-1.011-.249l-2.051 3.592c.165.301.411.564.735.74.904.512 2.041.217 2.538-.652l.526-.93c.498-.875.17-1.99-.737-2.502zM21.191 7.88a.899.899 0 0 1-1.225.342L11.91 3.68a.892.892 0 0 1-.339-1.223.904.904 0 0 1 1.23-.334l8.054 4.536a.89.89 0 0 1 .336 1.221zm1.129-1.972a.902.902 0 0 1-1.227.34l-8.059-4.54A.885.885 0 0 1 12.697.49a.9.9 0 0 1 1.23-.34l8.056 4.536a.891.891 0 0 1 .337 1.222zm-6.808 11.944a.907.907 0 0 1-1.229.334l-8.062-4.542a.894.894 0 0 1-.338-1.223.91.91 0 0 1 1.229-.334l8.058 4.542a.898.898 0 0 1 .342 1.223zm1.126-1.979a.902.902 0 0 1-1.234.335l-8.056-4.537a.9.9 0 0 1-.339-1.223.902.902 0 0 1 1.231-.335l8.055 4.537a.898.898 0 0 1 .343 1.223zm-13.519 8.08h14.204v1.632H3.119zm17.306 3.405a1.152 1.152 0 0 0-1.135-.963H1.156a1.15 1.15 0 0 0-1.135.963H0v2.674h20.446v-2.674h-.021z"/></svg>
<svg class="tc-image-cover tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 512"><path d="M469.3 106.7H42.7v-64h298.7v42.7H384V42.7C384 19.1 364.9 0 341.3 0H42.7C19.1 0 0 19.1 0 42.7v426.7C0 492.9 19.1 512 42.7 512h426.7c23.6 0 42.7-19.1 42.7-42.7V384H405.3c-23.6 0-42.7-19.1-42.7-42.7v-64c0-23.5 19.1-42.7 42.7-42.7H512v-85.3c0-23.5-19.1-42.6-42.7-42.6zm-64 234.6H512v-64H405.3v64z"/></svg>
<svg class="tc-image-coverflow tc-image-button" width="22pt" height="22pt" viewBox="0 0 2219 1200"><path d="M0 921q0 16 17 27.5T59 960t42.5-11.5T119 921V278q0-16-17.5-27T59 240t-42 11-17 27v643zm254 120q0 16 17.5 27.5T314 1080t42.5-11.5T374 1041V158q0-16-17.5-27T314 120t-42.5 11-17.5 27v883zm288 80q0 32 23.5 55.5T621 1200h978q32 0 55-23.5t23-55.5V80q0-34-23-57t-55-23H621q-33 0-56 23.5T542 80v1041zm1303-80V158q0-16 17.5-27t41.5-11q25 0 43 11t18 27v883q0 16-18 27.5t-43 11.5q-24 0-41.5-11.5T1845 1041zm254-120V278q0-16 17.5-27t42.5-11 42.5 11 17.5 27v643q0 16-17.5 27.5T2159 960t-42.5-11.5T2099 921z"/></svg>
<svg class="tc-image-coverflow_line tc-image-button" width="22pt" height="22pt" viewBox="0 0 2219 1194"><path d="M0 916V276q0-16 18-26.5T61 239t42 10.5 17 26.5v640q0 16-17 27.5T61 955t-43-11.5T0 916zm255 120V158q0-16 17.5-27.5T315 119q24 0 42 11.5t18 27.5v878q0 16-18 27t-42 11q-25 0-42.5-11t-17.5-27zm288 79V78q0-32 23-55t55-23h978q32 0 55.5 23t23.5 55v1037q0 32-23.5 55.5T1599 1194H621q-32 0-55-23.5t-23-55.5zm179-100h776V178H722v837zm1124 21V158q0-16 17-27.5t42-11.5 43 11.5 18 27.5v878q0 16-18 27t-43 11-42-11-17-27zm255-120V276q0-16 17-26.5t42-10.5 42 10.5 17 26.5v640q0 16-17 27.5t-42 11.5-42-11.5-17-27.5z"/></svg>
<svg class="tc-image-create tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.189998626708984 36.189998626708984"><path d="M0 28.69v7.5h7.5l22.13-22.13-7.5-7.5L0 28.69zM35.41 8.28c.78-.78.78-2.05 0-2.83L30.74.78c-.78-.78-2.05-.78-2.83 0l-3.66 3.66 7.5 7.5 3.66-3.66z"/></svg>
<svg class="tc-image-create-new-folder tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 4H20l-4-4H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-2 16h-6v6h-4v-6h-6v-4h6v-6h4v6h6v4z"/></svg>
<svg class="tc-image-creative-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 983.0400390625 716.800048828125"><path d="M624.64 0C523.981 0 433.152 41.626 368.026 108.493A305.184 305.184 0 0 0 307.2 102.4C137.523 102.4 0 239.923 0 409.6s137.523 307.2 307.2 307.2h317.44c197.94 0 358.4-160.461 358.4-358.4S822.58 0 624.64 0zM307.2 651.674c-64.666 0-125.44-25.19-171.213-70.912-45.67-45.722-70.86-106.547-70.86-171.162s25.19-125.44 70.911-171.162c45.722-45.722 106.496-70.912 171.162-70.912s125.44 25.19 171.213 70.912l95.95 96c13.977 13.978 13.977 36.659 0 50.688-14.03 14.029-36.763 13.978-50.689 0l-95.949-96.051c-64.41-64.307-176.589-64.307-240.998 0-32.205 32.256-49.92 75.008-49.92 120.525s17.715 88.269 49.92 120.525c40.192 40.141 98.97 55.194 153.14 45.261 16.588 21.709 35.276 41.728 56.32 59.136-28.007 11.059-58.01 17.152-88.987 17.152zm526.797-83.917c-55.962 55.91-130.304 86.733-209.357 86.733-79.104 0-153.446-30.822-209.408-86.733l-138.7-138.701c-13.979-13.978-13.979-36.71 0-50.688s36.71-13.978 50.687 0L465.92 517.069c42.394 42.394 98.765 65.741 158.72 65.741s116.275-23.347 158.67-65.741 65.74-98.765 65.74-158.669-23.347-116.275-65.74-158.669-98.715-65.741-158.67-65.741c-44.698 0-87.398 13.056-123.802 37.222-19.507-15.821-41.062-29.133-64.05-39.885 52.991-43.93 118.22-69.069 187.903-69.069 79.053 0 153.395 30.822 209.357 86.733 55.962 55.962 86.733 130.304 86.733 209.357s-30.822 153.498-86.784 209.408z"/></svg>
<svg class="tc-image-creative-commons tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 1024.0001220703125"><path d="M345.714 704.571q87.43 0 146.857-59.429 8-10.286 1.714-20.571l-25.714-46.857q-3.43-7.429-13.714-9.714-9.143-1.143-15.43 6.286L437.143 576q-2.286 2.286-6.57 5.714t-10 7.429-13.43 8.286-16.286 7.714-19.143 5.429-21.43 2q-43.428 0-71.428-28.571t-28-72.571q0-43.429 27.43-71.714t69.713-28.286q21.143 0 40.857 8t28.857 16l9.143 8q6.286 6.286 14.857 5.714 9.143-1.143 13.714-8l30.286-44.571q7.43-11.429-1.143-22.286-1.714-2.286-6.286-6.857t-17.143-13.429-27.714-16-38.57-12.857-49.144-5.714q-84.57 0-140.57 55.143t-56 137.429q0 83.429 55.428 138t141.143 54.571zm360 0q87.43 0 146.857-59.429 8-10.286 2.286-20.571l-25.714-46.857q-4.57-8-14.286-9.714-9.143-1.143-15.43 6.286L797.143 576q-2.286 2.286-6.57 5.714t-10 7.429-13.43 8.286-16.286 7.714-19.143 5.429-21.43 2q-43.428 0-71.428-28.571t-28-72.571q0-43.429 27.43-71.714t69.713-28.286q21.143 0 40.857 8t28.857 16l9.143 8q6.286 6.286 14.857 5.714 9.143-1.143 13.714-8l30.286-44.571q7.43-11.429-1.143-22.286-1.714-2.286-6.286-6.857t-17.143-13.429-27.714-16-38.57-12.857-49.144-5.714q-84 0-140.286 55.143T509.14 512.002q0 83.429 55.43 138t141.142 54.571zM512 91.429q-85.714 0-163.43 33.429t-134 89.714-89.713 134-33.43 163.429 33.43 163.429 89.714 134 134 89.714T512 932.573t163.428-33.429 134-89.714 89.714-134 33.43-163.429-33.43-163.429-89.714-134-134-89.714-163.43-33.429zM512 0q104 0 198.857 40.571t163.43 109.143 109.142 163.429T1023.999 512t-40.57 198.857-109.144 163.429-163.428 109.143T512 1024t-198.857-40.571-163.43-109.143T40.572 710.857 0 512t40.57-198.857 109.143-163.429 163.43-109.143T512 0z"/></svg>
<svg class="tc-image-creativecommons tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 256c0-33.45 6.485-66.048 19.456-97.792 12.63-30.72 31.403-58.539 56.32-83.456C124.928 24.917 184.833 0 255.488 0c71.339 0 132.267 24.917 182.784 74.752 24.234 24.234 42.495 51.882 54.783 82.944C505.685 188.074 512 220.842 512 256c0 35.499-6.144 68.266-18.432 98.304-12.288 30.378-30.55 57.515-54.784 81.408-25.259 24.576-53.59 43.52-84.992 56.832C321.706 505.514 288.938 512 255.488 512c-33.11 0-65.536-6.485-97.28-19.456-30.38-12.63-58.027-31.403-82.945-56.32-24.917-24.918-43.69-52.566-56.319-82.944C6.314 322.901 0 290.474 0 256zm46.08 0c0 26.965 5.461 53.419 16.384 79.36 10.581 25.6 26.112 48.299 46.591 68.096 20.48 20.48 43.18 35.67 68.097 45.568 24.576 10.582 51.029 15.873 79.36 15.873 27.648 0 54.272-5.291 79.872-15.873 25.259-10.58 48.47-25.94 69.631-46.08C445.952 364.032 465.92 315.051 465.92 256c0-29.013-5.291-55.807-15.872-80.383-10.24-25.942-25.259-48.47-45.056-67.584-40.96-41.302-90.454-61.953-148.48-61.953-58.368 0-107.52 20.48-147.456 61.44-20.139 20.139-35.67 43.008-46.592 68.608C51.543 202.07 46.08 228.694 46.08 256zm64 0c0-24.234 7.168-43.52 21.504-57.856 13.994-14.336 31.914-21.504 53.76-21.504 31.402 0 54.101 12.288 68.096 36.864l-34.305 17.92c-3.754-8.192-8.362-13.483-13.824-15.872-5.12-3.072-10.069-4.608-14.848-4.608-22.869 0-34.303 15.019-34.303 45.056 0 13.312 2.901 24.234 8.704 32.768 6.144 8.192 14.677 12.288 25.6 12.288 15.018 0 25.6-7.168 31.744-21.504l31.744 15.872c-7.168 12.288-16.555 22.017-28.16 29.185-11.947 7.168-25.088 10.752-39.424 10.752-22.87 0-41.301-6.998-55.296-20.993-13.995-13.994-20.992-33.45-20.992-58.368zm147.968 0c0-24.234 7.168-43.52 21.504-57.856 14.335-14.336 32.255-21.504 53.76-21.504 31.743 0 54.272 12.288 67.584 36.864l-33.793 17.92c-3.754-7.85-8.191-13.141-13.311-15.872-5.803-3.072-10.923-4.608-15.36-4.608-22.87 0-34.304 15.019-34.304 45.056 0 13.995 2.901 24.917 8.704 32.768 5.803 8.192 14.336 12.288 25.6 12.288 14.677 0 25.088-7.168 31.232-21.504l32.256 15.872c-7.51 12.63-17.067 22.358-28.672 29.185-11.947 7.168-24.747 10.752-38.4 10.752-23.553 0-42.155-6.998-55.808-20.993-13.995-13.994-20.992-33.45-20.992-58.368z"/></svg>
<svg class="tc-image-creativecommons_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.595996856689453 5.874998092651367"><path d="M7.652 3.987c-.224-.408-.606-.571-1.049-.571-.645 0-1.159.457-1.159 1.229 0 .786.483 1.229 1.181 1.229.448 0 .83-.246 1.04-.619l-.492-.25c-.11.263-.277.342-.487.342-.364 0-.531-.303-.531-.702s.14-.703.531-.703c.105 0 .316.057.439.32l.527-.277zm1.255-.044c.391 0 .558.303.558.676 0 .426-.167.729-.558.729s-.557-.303-.557-.702c0-.4.167-.703.557-.703zm0-.527c-.729 0-1.242.444-1.242 1.229s.514 1.229 1.242 1.229c.729 0 1.242-.443 1.242-1.229s-.514-1.229-1.242-1.229zm1.383 2.397h.685V4.36c0-.211.088-.391.364-.391.263 0 .334.154.334.382v1.462h.685V4.377c0-.237.119-.408.347-.408.259 0 .351.149.351.479v1.365h.685V4.031c0-.535-.492-.615-.72-.615a1 1 0 0 0-.751.312.725.725 0 0 0-.619-.312c-.211 0-.5.061-.676.268v-.206h-.685v2.336zm3.67 0h.685V4.36c0-.211.088-.391.364-.391.264 0 .334.154.334.382v1.462h.685V4.377c0-.237.119-.408.347-.408.259 0 .351.149.351.479v1.365h.685V4.031c0-.535-.492-.615-.72-.615a1 1 0 0 0-.751.312.725.725 0 0 0-.619-.312c-.211 0-.5.061-.676.268v-.206h-.685v2.336zm4.833-1.87c.391 0 .558.303.558.676 0 .426-.167.729-.558.729s-.558-.303-.558-.702c0-.4.167-.703.558-.703zm0-.527c-.729 0-1.242.444-1.242 1.229s.514 1.229 1.242 1.229 1.242-.443 1.242-1.229-.514-1.229-1.242-1.229zm1.427 2.397h.685V4.36c0-.211.088-.391.364-.391.263 0 .334.154.334.382v1.462h.685V4.088c0-.351-.154-.672-.707-.672-.211 0-.5.061-.676.268v-.206h-.685v2.336zm4.354-2.059a1.875 1.875 0 0 0-1.032-.338c-.474 0-.988.228-.988.817 0 .83 1.383.54 1.383.904 0 .211-.259.237-.373.237-.312 0-.527-.127-.738-.329l-.426.369c.342.316.632.461 1.142.461s1.054-.22 1.054-.834c0-.874-1.383-.544-1.383-.944 0-.119.123-.18.294-.18.215 0 .509.088.645.25l.422-.413zM7.652 1.3C7.428.892 7.046.729 6.603.729c-.645 0-1.159.457-1.159 1.229 0 .786.483 1.229 1.181 1.229.448 0 .83-.246 1.04-.619l-.492-.25c-.11.263-.277.342-.487.342-.364 0-.531-.303-.531-.702s.14-.703.531-.703c.105 0 .316.057.439.321l.527-.277zm.167 1.826h.685V1.774c0-.259.162-.329.571-.378l.075-.009-.004-.606c-.242.018-.492.105-.641.246V.79H7.82v2.335zm3.656-1.027c-.004-.72-.294-1.37-1.146-1.37-.711 0-1.146.474-1.146 1.3 0 .658.421 1.159 1.146 1.159.522 0 .896-.206 1.133-.645l-.514-.268c-.198.281-.316.413-.571.413-.22 0-.505-.141-.509-.588h1.607zM9.86 1.678c.031-.307.268-.448.465-.448s.443.105.465.448h-.931zm3.186.474c0 .356-.202.536-.47.536-.167 0-.32-.079-.32-.263 0-.189.158-.255.329-.303l.461-.132v.162zm.659-.747c-.004-.527-.404-.676-1.04-.676-.316 0-.94.062-.962.733h.659c.035-.233.14-.312.36-.312.184 0 .325.075.325.25v.193l-.25.035c-.746.105-1.199.303-1.199.865 0 .448.334.694.781.694.246 0 .588-.119.702-.303h.009a.92.92 0 0 0 .044.241h.632c-.057-.145-.061-.325-.061-.487V1.404zm1.61-.57h-.408V.159h-.685v.676h-.334v.421h.334v1.229c0 .338.084.702.668.702.149 0 .351-.018.439-.026v-.54a2.16 2.16 0 0 1-.206.013c-.123 0-.215-.048-.215-.233V1.255h.408V.834zm.258-.044v2.335h.685V.791h-.685zm.685-.264V0h-.685v.527h.685zm.922 2.599h.689L18.668.79h-.729l-.404 1.651h-.009L17.122.79h-.733zm3.7-1.027c-.004-.72-.294-1.37-1.146-1.37-.711 0-1.146.474-1.146 1.3 0 .658.421 1.159 1.146 1.159.522 0 .896-.206 1.133-.645l-.514-.268c-.198.281-.316.413-.571.413-.22 0-.505-.141-.509-.588h1.607zm-1.616-.421c.031-.307.268-.448.465-.448s.444.105.465.448h-.931zM2.565.69C1.86.69 1.24.951.761 1.437A2.59 2.59 0 0 0 0 3.262c0 .684.261 1.318.754 1.811s1.135.761 1.811.761 1.332-.268 1.839-.768c.479-.472.733-1.099.733-1.804 0-.698-.254-1.332-.74-1.818A2.54 2.54 0 0 0 2.565.69zm.007.465a2.07 2.07 0 0 1 1.494.62c.395.395.606.916.606 1.487 0 .578-.204 1.085-.599 1.473a2.136 2.136 0 0 1-1.501.627c-.557 0-1.078-.218-1.48-.62s-.627-.93-.627-1.48c0-.557.226-1.085.627-1.494a2.02 2.02 0 0 1 1.48-.613zm-.033 1.68c-.145-.265-.393-.37-.681-.37-.419 0-.752.296-.752.798 0 .51.313.798.766.798.291 0 .538-.16.675-.402l-.319-.162c-.071.171-.179.222-.316.222-.237 0-.345-.197-.345-.456s.091-.456.345-.456c.068 0 .205.037.285.208l.342-.18zm1.483 0c-.145-.265-.393-.37-.681-.37-.419 0-.752.296-.752.798 0 .51.313.798.766.798.291 0 .538-.16.675-.402l-.319-.162c-.071.171-.179.222-.316.222-.236 0-.345-.197-.345-.456s.091-.456.345-.456c.068 0 .205.037.285.208l.342-.18z"/></svg>
<svg class="tc-image-credit-card tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 13"><path d="M14 0H3C1.346 0 0 1.346 0 3v7c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm1 10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6h13v4zm0-6H2V3a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1zm-4 5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1z"/></svg>
<svg class="tc-image-credit-card-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1536"><path d="M0 1376V768h2304v608q0 66-47 113t-113 47H160q-66 0-113-47T0 1376zm640-224v128h384v-128H640zm-384 0v128h256v-128H256zM2144 0q66 0 113 47t47 113v224H0V160Q0 94 47 47T160 0h1984z"/></svg>
<svg class="tc-image-creditcard tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 31.666000366210938"><path d="M6.333 0h28.5a6.333 6.333 0 0 1 6.333 6.333v19a6.333 6.333 0 0 1-6.333 6.333h-28.5A6.333 6.333 0 0 1 0 25.333v-19A6.333 6.333 0 0 1 6.333 0zm33.25 20.583h-38v3.167a6.3 6.3 0 0 0 .847 3.166h36.306a6.304 6.304 0 0 0 .847-3.166v-3.167zM3.166 3.166V9.5H9.5V3.166H3.166z"/></svg>
<svg class="tc-image-cricket-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.006799697875977 11.012898445129395"><path d="M5.007 1a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm2.88 4.18l-1-2a.5.5 0 0 0-.38-.18h-4.73a.74.74 0 0 0-.77.65l-1 6.71a.483.483 0 0 0 0 .14.5.5 0 0 0 .5.5.49.49 0 0 0 .5-.36l1.22-3.89.21-.83.4.44 1.17 1.24v2.9a.5.5 0 0 0 1 0v-3a.48.48 0 0 0-.1-.28L3.457 5.5 4.507 4h1.71l.92 1.84a.49.49 0 0 0 .37.16.5.5 0 0 0 .5-.49.88.88 0 0 0-.12-.33zM9.507 8a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm-1.81 0v-.75a.25.25 0 1 0-.5 0V8a.49.49 0 0 0-.25.42v2.08a.5.5 0 0 0 1 0V8.41a.49.49 0 0 0-.25-.41z"/></svg>
<svg class="tc-image-cricket-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.756800651550293 14"><path d="M6.007 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm2.88 5.68l-2-2a.5.5 0 0 0-.4-.18h-4.73a.74.74 0 0 0-.75.64l-1 7.7a.483.483 0 0 0 0 .14.5.5 0 0 0 .5.5.49.49 0 0 0 .5-.34l1.2-3.89.26-.83.4.44 1.14 1.24v2.9a.5.5 0 0 0 1 0v-3a.48.48 0 0 0-.08-.22L3.487 8.5l1-2.5h1.71l2 1.84a.49.49 0 0 0 .37.17.5.5 0 0 0 .44-.51.49.49 0 0 0-.12-.32zm3.12 4.09a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm-3.24-1.53V9a.25.25 0 1 0-.5 0v.74a.49.49 0 0 0-.25.42v3.34a.5.5 0 0 0 1 0v-3.34a.49.49 0 0 0-.25-.42z"/></svg>
<svg class="tc-image-crop tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.58300018310547 39.58300018310547"><path d="M0 34.833v-4.75h4.75V9.5H0V4.75h4.75V0H9.5v4.75h21.77L36.02 0l3.563 3.563-4.75 4.75v21.77h4.75v4.75h-4.75v4.75h-4.75v-4.75H9.5v4.75H4.75v-4.75H0zm13.062-4.75h17.021v-17.02l-17.02 17.02zM9.5 26.521L26.52 9.5H9.5v17.02z"/></svg>
<svg class="tc-image-crop-16-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 24"><path d="M32 0H4C1.79 0 0 1.79 0 4v16c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 20H4V4h28v16z"/></svg>
<svg class="tc-image-crop-3-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M32 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V4h28v24z"/></svg>
<svg class="tc-image-crop-5-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 28"><path d="M32 0H4C1.79 0 0 1.79 0 4v20c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 24H4V4h28v20z"/></svg>
<svg class="tc-image-crop-7-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 20"><path d="M32 0H4C1.79 0 0 1.79 0 4v12c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 16H4V4h28v12z"/></svg>
<svg class="tc-image-crop-din tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H4V4h28v28z"/></svg>
<svg class="tc-image-crop-free tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 4v8h4V4h8V0H4C1.79 0 0 1.79 0 4zm4 20H0v8c0 2.21 1.79 4 4 4h8v-4H4v-8zm28 8h-8v4h8c2.21 0 4-1.79 4-4v-8h-4v8zm0-32h-8v4h8v8h4V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-crop-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 28"><path d="M32 0H4C1.79 0 0 1.79 0 4v20c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 24H4V4h28v20z"/></svg>
<svg class="tc-image-crop-original tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H4V4h28v28zM21.93 18.57l-5.5 7.08-3.93-4.72L7 28h22l-7.07-9.43z"/></svg>
<svg class="tc-image-crop-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M24 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H4V4h20v28z"/></svg>
<svg class="tc-image-crop-rotate tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M14.93 42.97C8.4 39.87 3.71 33.52 3 26H0c1.02 12.32 11.32 22 23.9 22 .45 0 .88-.04 1.32-.07L17.6 40.3l-2.67 2.67zM24.1 0c-.45 0-.88.04-1.32.07L30.4 7.7l2.66-2.66C39.6 8.13 44.29 14.48 45 22h3C46.98 9.68 36.68 0 24.1 0zM32 28h4V16c0-2.21-1.79-4-4-4H20v4h12v12zm-16 4V8h-4v4H8v4h4v16c0 2.21 1.79 4 4 4h16v4h4v-4h4v-4H16z"/></svg>
<svg class="tc-image-crop-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M28 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V4h24v24z"/></svg>
<svg class="tc-image-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 1028.4400634765625 1028.43798828125"><path d="M1016.88 824.878c-.004-.004-.008-.008-.012-.01l-310.643-310.65 310.644-310.65.012-.01a31.763 31.763 0 0 0 7.312-11.416c4.246-11.376 1.824-24.682-7.324-33.83L870.122 11.566C860.974 2.42 847.672 0 836.294 4.246a31.826 31.826 0 0 0-11.418 7.31c0 .004-.004.006-.008.01L514.22 322.218 203.572 11.568l-.01-.01a31.794 31.794 0 0 0-11.414-7.31c-11.38-4.248-24.682-1.826-33.83 7.32L11.57 158.316c-9.148 9.148-11.568 22.452-7.322 33.828a31.816 31.816 0 0 0 7.312 11.416c.004.002.006.006.01.01l310.65 310.648L11.57 824.87l-.008.01a31.859 31.859 0 0 0-7.314 11.414C0 847.67 2.422 860.976 11.57 870.124l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322a31.834 31.834 0 0 0 11.416-7.312c.002-.004.006-.006.01-.01l310.648-310.65 310.648 310.65.012.008a31.822 31.822 0 0 0 11.414 7.314c11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83a31.805 31.805 0 0 0-7.314-11.414z"/></svg>
<svg class="tc-image-cross-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.006462097167969 9.015020370483398"><path d="M1.204.199l3.3 3.3 3.3-3.29a.67.67 0 0 1 .5-.2.75.75 0 0 1 .7.7.66.66 0 0 1-.2.48l-3.31 3.32 3.31 3.32c.13.126.202.3.2.48a.75.75 0 0 1-.7.7.67.67 0 0 1-.5-.2l-3.3-3.29-3.29 3.29a.67.67 0 0 1-.5.2.75.75 0 0 1-.71-.71.66.66 0 0 1 .2-.48l3.31-3.31-3.32-3.32a.66.66 0 0 1-.19-.48.75.75 0 0 1 .7-.7.67.67 0 0 1 .5.19z"/></svg>
<svg class="tc-image-cross-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.00942325592041 13.010690689086914"><path d="M1.645.27l4.86 4.86 4.84-4.84a.92.92 0 0 1 .66-.29 1 1 0 0 1 1 1 .9.9 0 0 1-.27.66L7.845 6.5l4.89 4.89a.9.9 0 0 1 .27.61 1 1 0 0 1-1 1 .92.92 0 0 1-.69-.27l-4.81-4.86-4.85 4.85a.92.92 0 0 1-.65.28 1 1 0 0 1-1-1 .9.9 0 0 1 .27-.66l4.89-4.84-4.89-4.89A.9.9 0 0 1 .005 1a1 1 0 0 1 1-1c.24.003.47.1.64.27z"/></svg>
<svg class="tc-image-cross-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1124.031982421875 1123.968017578125"><path d="M924.031 200C724.095 0 399.935.064 199.935 200 0 399.872 0 724.096 200 924.032c199.936 199.936 524.096 199.936 724.032.064 200-199.936 200-524.16 0-724.096zM797.183 700.992c27.52 27.52 28.224 71.296 1.728 97.856-26.56 26.56-70.4 25.728-97.792-1.728L562.047 658.112 422.463 797.696c-27.52 27.456-71.296 28.224-97.792 1.728-26.56-26.56-25.728-70.4 1.664-97.856l139.648-139.584-139.648-139.648c-27.456-27.392-28.224-71.168-1.664-97.728 26.496-26.56 70.336-25.792 97.792 1.664l139.584 139.584L701.12 326.784c27.456-27.456 71.232-28.224 97.792-1.664 26.496 26.56 25.728 70.336-1.728 97.792L658.175 561.984l139.008 139.008z"/></svg>
<svg class="tc-image-cross-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M558 512l195-191q9-10 9.5-23t-8.5-23q-10-9-23-9t-23 9L512 467 316 275q-10-9-23-9t-23 10q-9 9-9 22.5t10 22.5l195 191-195 191q-9 10-9.5 23t8.5 23q10 9 23 9t23-9l196-192 196 192q10 9 23 9t23-10q9-9 9-22.5T753 703zM512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0z"/></svg>
<svg class="tc-image-cross-country-skiing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 45.00899887084961"><g transform="translate(-1 -3)"><ellipse cx="36.615" cy="6.695" rx="3.683" ry="3.695"/><path d="M13.26 42.202L1 29.869l.005 2.154L12.416 43.51c1.311 1.425 3.557-.223 3.557-.223l-1.077-1.157s-1.061.698-1.61.104l-.026-.032zM1 19h13v1H1zm46.57-3.506l1.43.677L34.755 45h-1.577zm-23.639-2.36l-5.733 6.638c-.337.42-.854.682-1.431.682a1.855 1.855 0 0 1-1.854-1.86c0-.556.239-1.052.625-1.391l6.179-7.14a1.858 1.858 0 0 1 1.43-.671l8.948-.005c.658 0 1.246.268 1.681.682l5.705 5.722 4.727-4.729a1.892 1.892 0 0 1 1.229-.453c1.061 0 1.915.862 1.915 1.92 0 .463-.158.883-.43 1.216l-5.7 5.76c-1.729 1.735-3.123.262-3.123.262l-3.496-3.523-5.467 6.338 5.009 5.023s1.055.982.452 2.94L31.79 43.091A2.387 2.387 0 0 1 29.457 45a2.386 2.386 0 0 1-2.383-2.389c0-.208.021-.409.077-.601l2.306-10.297-5.689-5.543-4.895 5.471s-.794.982-2.894.906l-9.926.017a2.383 2.383 0 0 1-2.366-1.866 2.351 2.351 0 0 1 1.784-2.836c.201-.045.402-.066.598-.055l8.54.021L27.234 13.15l-3.303-.016zm21.894 32.034c-.003.967-.804 1.832-1.765 1.832H15v1h29.056c1.617.009 2.936-1.239 2.944-2.864l-1.175.032z"/></g></svg>
<svg class="tc-image-crosshair tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M3.245 20.583H0v-3.166h3.245c.742-7.48 6.691-13.43 14.172-14.172V0h3.166v3.245c7.48.742 13.43 6.691 14.172 14.172H38v3.166h-3.245c-.742 7.48-6.691 13.43-14.172 14.172V38h-3.166v-3.245c-7.48-.742-13.43-6.691-14.172-14.172zm3.186-3.166H9.5v3.166H6.431A12.673 12.673 0 0 0 17.417 31.57V28.5h3.166v3.069A12.673 12.673 0 0 0 31.57 20.583H28.5v-3.166h3.069A12.673 12.673 0 0 0 20.583 6.43V9.5h-3.166V6.431A12.673 12.673 0 0 0 6.43 17.417z"/></svg>
<svg class="tc-image-crosshairs tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48"><path d="M24 0C10.766 0 0 10.766 0 24c0 13.233 10.766 24 24 24 13.233 0 24-10.767 24-24C48 10.766 37.233 0 24 0zm3 43.75V35h-6v8.75C12.375 42.443 5.557 35.625 4.25 27H13v-6H4.25C5.557 12.375 12.375 5.557 21 4.25V13h6V4.25C35.625 5.557 42.443 12.375 43.75 21H35v6h8.75C42.443 35.625 35.625 42.443 27 43.75z"/></svg>
<svg class="tc-image-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.134002685546875 39.5"><path d="M21.066 0a2.634 2.634 0 1 1 0 5.267 2.634 2.634 0 0 1 0-5.267zM39.5 7.9a2.634 2.634 0 1 1 0 5.267 2.634 2.634 0 0 1 0-5.267zm-36.867 0a2.634 2.634 0 1 1 0 5.267 2.634 2.634 0 0 1 0-5.267zm7.9 14.483l3.95 13.167H27.65l3.95-13.167c-6.584 0-10.534-6.583-10.534-6.583s-3.95 6.583-10.533 6.583zm10.533-15.8s3.95 21.067 17.117 7.9l-7.9 25.017H11.85c-3.073-7.9-7.9-25.017-7.9-25.017 13.166 13.167 17.116-7.9 17.116-7.9zM15.033 32.5l-.75-2h13.5l-.75 2h-12z"/></svg>
<svg class="tc-image-crpss tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 76.8L435.2 0 256 179.2 76.8 0 0 76.8 179.2 256 0 435.2 76.8 512 256 332.8 435.2 512l76.8-76.8L332.8 256z"/></svg>
<svg class="tc-image-cry tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm0 13.012a6.012 6.012 0 1 1 0-12.024 6.012 6.012 0 0 1 0 12.024zM4.985 5.03a.584.584 0 1 1 0 1.168.584.584 0 0 1 0-1.168zm4.916 0a.585.585 0 1 1-.001 1.17.585.585 0 0 1 0-1.17zm-5 5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5z"/></svg>
<svg class="tc-image-crying tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13z"/><path d="M12.5 6h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1zm-7 0h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1zm4 7.375a.502.502 0 0 1-.354-.146C9.074 13.157 8.686 13 8 13s-1.075.157-1.146.229a.5.5 0 0 1-.707-.707c.471-.471 1.453-.521 1.854-.521s1.383.051 1.854.521a.5.5 0 0 1-.354.853zM11.5 9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 1 0v1a.5.5 0 0 1-.5.5zm0 3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 1 0v1a.5.5 0 0 1-.5.5zm-7-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 1 0v1a.5.5 0 0 1-.5.5zm0 3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 1 0v1a.5.5 0 0 1-.5.5z"/></svg>
<svg class="tc-image-crying2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM5 11.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0-3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zM5.5 6h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1zm4.354 7.229a.498.498 0 0 1-.708 0C9.074 13.157 8.686 13 8 13s-1.075.157-1.146.229a.5.5 0 0 1-.707-.707c.471-.471 1.453-.521 1.854-.521s1.383.051 1.854.521a.5.5 0 0 1 0 .707zM12 11.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm0-3a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0v1zm.5-2.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-css tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1152.83203125"><path d="M0 0v927.1l600 225.732L1200 927.1V0zm287.33 368.042c85.63 1.335 145.204 44.391 145.751 130.078h-92.87c.063-22.87-9.761-44.64-30.323-53.32-23.2-8.298-52.19-4.187-67.09 15.454-15.955 23.85-13.11 50.549-13.11 78.662-.88 37.46 18.295 69.844 56.323 70.093 38.528-1.94 56.835-20.738 57.202-55.445h89.868c-2.157 92.031-64.41 127.729-145.752 128.1-102.733.625-156.27-71.725-157.104-156.884-.605-102.698 72.001-155.902 157.104-156.738zm324.975 0c61.677-.651 132.208 26.193 133.96 93.53v5.127h-91.187v-1.685c-.564-22.112-20.636-30.675-39.111-30.761-13.39.342-39.816 3.222-40.21 19.775 3.371 26.164 68.358 30.933 88.55 35.889 46.903 9.965 88.957 36.56 90.307 85.986-1.52 80.015-66.448 105.504-133.447 105.762-79.6-.57-149.041-19.703-149.634-107.886h91.992c-.858 31.54 23.761 38.174 48.78 38.232 14.99-.002 42.55-.542 42.773-20.214-3.03-24.25-70.219-30.547-89.429-35.45-49.614-12.437-88.86-38.27-89.209-91.333 3.43-77.205 72.728-96.733 135.865-96.972zm318.164 0c66.097.554 133.886 25.561 133.886 98.657h-91.113c.813-23.003-20.373-32.359-39.111-32.446-13.39.342-39.816 3.222-40.21 19.775 2.864 25.832 68.603 30.993 88.55 35.889 32.666 7.886 66.02 21.116 81.885 50.537 5.301 9.601 8.062 21.406 8.35 35.45-1.465 80.035-66.423 105.503-133.448 105.76-79.554-.548-149.03-19.75-149.634-107.885h91.992c-.497 20.145 10.264 33.738 28.638 36.914 16.626 1.562 62.68 7.11 62.988-18.896-3.62-24.639-69.895-30.464-89.428-35.45-49.664-12.445-88.86-38.22-89.21-91.332 3.442-77.258 72.65-96.734 135.865-96.973z"/></svg>
<svg class="tc-image-css_tricks tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.334001541137695 23.83099365234375"><path d="M10.55.139c-.863.281-1.431.944-1.575 1.831-.05.3.006.931.313 3.706.206 1.838.363 3.381.356 3.425-.012.044-1.313-.875-2.925-2.056-1.594-1.169-3.044-2.2-3.219-2.294-.425-.219-1.181-.262-1.688-.1a2.513 2.513 0 0 0-1.606 1.6C0 6.932.087 7.538.493 8.151c.394.588.656.731 4.187 2.3 1.813.8 3.294 1.481 3.287 1.512 0 .031-1.419.669-3.144 1.413s-3.281 1.438-3.456 1.544c-.419.25-.869.744-1.075 1.181-.144.3-.169.438-.169.887 0 .463.025.581.2.95.25.525.606.919 1.063 1.162.731.387 1.412.381 2.206-.019.225-.113 1.675-1.131 3.219-2.269 2.037-1.494 2.819-2.038 2.831-1.963.006.056-.15 1.613-.356 3.45-.4 3.625-.406 3.75-.119 4.363.188.394.606.8 1.037 1 .313.15.438.169.981.169.556 0 .663-.019.981-.175.669-.331 1.106-.913 1.244-1.675.063-.363.031-.738-.313-3.8-.212-1.869-.375-3.406-.363-3.419s1.169.825 2.581 1.863c3.431 2.525 3.581 2.619 4.212 2.738 1.269.238 2.637-.856 2.738-2.188.038-.556-.069-.975-.369-1.438-.413-.637-.65-.769-4.213-2.306-1.787-.769-3.275-1.419-3.3-1.444-.031-.025 1.363-.675 3.094-1.438 3.787-1.675 3.675-1.625 4.094-2.012.444-.425.656-.869.694-1.45.069-1.113-.637-2.15-1.669-2.45-.506-.15-1.262-.094-1.706.119-.181.094-1.644 1.125-3.231 2.294-1.594 1.169-2.912 2.119-2.925 2.106s.15-1.569.363-3.456c.413-3.737.419-3.819.106-4.45-.188-.394-.613-.8-1.025-.994C11.747.062 10.953 0 10.547.137z"/></svg>
<svg class="tc-image-css3 tc-image-button" width="22pt" height="22pt" version="1" viewBox="0 0 18 17.200000762939453"><path d="M2.7 0l-.6 3.2h12.3L14 5.3H1.7l-.6 3.2h12.3l-.7 3.6-5 1.7-4.3-1.7.3-1.6h-3L0 14.3l7.1 2.9 8.2-2.9 1.1-5.8.2-1.2L18 0H2.7z"/></svg>
<svg class="tc-image-css3_full tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.628000259399414 20.483001708984375"><path d="M3.367 0l-.76 3.799h15.462l-.483 2.454H2.114l-.749 3.799h15.462l-.862 4.333-6.232 2.064-5.4-2.064.37-1.879H.904L0 17.064l8.932 3.419 10.297-3.419 1.366-6.858.277-1.376L22.628.001H3.368z"/></svg>
<svg class="tc-image-cssdeck tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.042999267578125 22.509998321533203"><path d="M9.359.257c-.613.129-1.823.565-2.662.984-1.275.613-1.759.968-2.921 2.13s-1.517 1.646-2.13 2.921C0 9.665 0 12.892 1.646 16.297c.613 1.291.952 1.759 2.13 2.921 1.178 1.178 1.63 1.501 2.921 2.13 1.969.936 2.921 1.162 5.002 1.162s3.034-.226 5.002-1.162c1.275-.613 1.727-.952 2.921-2.13 1.178-1.194 1.517-1.646 2.13-2.921.774-1.63 1-2.388 1.178-4.002l.113-1h-3.195l-.21 1.243c-1.017 6.471-8.907 9.069-13.587 4.47C2.259 13.296 3.082 7.003 7.729 4.276c.871-.516 2.63-1.049 3.437-1.049h.532V0l-.597.016c-.339 0-1.113.113-1.743.242zm.581 4.356c-3.421.92-5.648 4.325-5.067 7.745.662 3.792 4.212 6.39 7.891 5.761 3.776-.645 6.39-4.212 5.761-7.859-.71-4.115-4.647-6.713-8.585-5.648z"/></svg>
<svg class="tc-image-csswizardry tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16.001001358032227"><path fill-rule="nonzero" d="M0 11V.75C0 .334.336 0 .75 0h14.5c.416 0 .75.336.75.75v9.884c-.45-.275-.978-.413-1.58-.413-.84 0-1.476.198-1.91.592-.432.394-.65.888-.65 1.484 0 .652.225 1.132.673 1.438.265.184.743.354 1.435.51l.703.158c.413.09.715.194.908.31.192.12.288.29.288.51 0 .377-.194.634-.58.772l-.017.006h-1.484a1.034 1.034 0 0 1-.46-.308c-.122-.15-.205-.377-.247-.68h-1.327c0 .372.072.7.216.988h-1.122a1.97 1.97 0 0 0 .197-.88c0-.593-.2-1.046-.595-1.358-.256-.202-.635-.363-1.137-.483l-1.145-.276c-.442-.105-.73-.197-.866-.275a.578.578 0 0 1-.316-.534.69.69 0 0 1 .32-.604c.214-.144.5-.217.857-.217.322 0 .59.056.807.167.325.17.5.453.524.853h1.334c-.024-.707-.283-1.246-.777-1.617-.494-.37-1.092-.557-1.792-.557-.84 0-1.475.198-1.908.592-.433.394-.65.888-.65 1.484 0 .652.224 1.132.672 1.438.265.184.743.354 1.434.51l.704.158c.412.09.714.194.906.31.193.12.29.29.29.51 0 .377-.195.634-.583.772L9.107 16H7.625a1.034 1.034 0 0 1-.46-.308c-.122-.15-.205-.377-.247-.68H5.592c0 .372.072.7.216.988h-1.4c.22-.348.37-.748.444-1.2H3.477c-.094.342-.21.6-.352.77a1.23 1.23 0 0 1-.684.43h-.828c-.3-.077-.56-.247-.776-.51-.308-.37-.462-.93-.462-1.674 0-.746.145-1.322.437-1.73.293-.407.69-.61 1.196-.61.497 0 .87.143 1.123.432.14.162.256.403.347.722h1.39c-.022-.415-.176-.83-.46-1.24-.518-.734-1.336-1.1-2.455-1.1-.778 0-1.43.236-1.952.71zm16 2.436v-1.04h-.345c-.024-.4-.2-.685-.524-.854-.215-.11-.484-.167-.806-.167-.358 0-.643.073-.857.217a.69.69 0 0 0-.32.604c0 .238.105.415.316.533.135.077.424.17.866.274l1.144.275c.194.045.37.098.526.156z"/></svg>
<svg class="tc-image-ctrl tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.094847679138184 5.057369709014893"><path d="M7.56 5a.5.5 0 0 1-.377-.172l-3.124-3.57-3.124 3.57a.5.5 0 1 1-.753-.659l3.5-4a.502.502 0 0 1 .752 0l3.5 4a.5.5 0 0 1-.376.83z"/></svg>
<svg class="tc-image-cube tc-image-button" width="22pt" height="22pt" viewBox="0 0 447.9990234375 448.0010986328125"><path d="M435.3 136.084c-1.805 0-3.516.329-5.07.962l-2.281 1.15-171.475 88.938-3.888 1.996s-.052.023-.052.047c-7.56 4.668-12.535 12.506-12.535 21.425v185.854c0 6.382 5.649 11.544 12.69 11.544a13.77 13.77 0 0 0 6.065-1.404c.155-.095.363-.188.519-.282l174.731-92.694.259-.141c8.241-4.504 13.735-12.742 13.735-22.105V147.582c.001-6.359-5.7-11.498-12.698-11.498zm-13.028-49.563L240.572 4.79S229.913 0 223.995 0s-16.526 4.79-16.526 4.79L25.613 86.521S17.624 89.813 17.624 96c0 6.562 8.3 11.5 8.3 11.5l182.582 96.371 2.902 1.479c3.784 1.687 8.077 2.649 12.587 2.649 4.561 0 8.915-.963 12.742-2.696l2.539-1.315 182.893-96.536s7.508-4.036 7.508-11.453c0-6.499-7.405-9.478-7.405-9.478zM195.465 229.178l-3.992-2.043-171.432-88.938-2.28-1.15c-1.495-.634-3.258-.962-5.071-.962-6.997 0-12.69 5.138-12.69 11.497v183.792c0 9.388 5.485 17.602 13.727 22.105l.208.141 174.739 92.694c1.918 1.08 4.199 1.687 6.636 1.687 6.989 0 12.69-5.162 12.69-11.544V250.603c-.001-8.919-4.977-16.757-12.535-21.425z"/></svg>
<svg class="tc-image-cubes tc-image-button" width="22pt" height="22pt" viewBox="0 0 2176 1792"><path d="M640 1632l384-192v-314l-384 164v342zm-64-454l404-173-404-173-404 173zm1088 454l384-192v-314l-384 164v342zm-64-454l404-173-404-173-404 173zm-448-293l384-165V454l-384 164v267zm-64-379l441-189-441-189-441 189zm1088 518v416q0 36-19 67t-52 47l-448 224q-25 14-57 14t-57-14l-448-224q-5-2-7-4-2 2-7 4l-448 224q-25 14-57 14t-57-14L71 1554q-33-16-52-47t-19-67v-416q0-38 21.5-70T78 906l434-186V320q0-38 21.5-70t56.5-48l448-192q23-10 50-10t50 10l448 192q35 16 56.5 48t21.5 70v400l434 186q36 16 57 48t21 70z"/></svg>
<svg class="tc-image-cup tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.447505950927734 28.532032012939453"><path stroke="#FFF" stroke-width=".2" d="M38 23.782a4.75 4.75 0 0 1-4.75 4.75H4.75A4.75 4.75 0 0 1 0 23.782h38zM4.75 15.865V.032h25.333a7.917 7.917 0 1 1 0 15.833c0 2.624-2.126 6.334-4.75 6.334H9.5c-2.623 0-4.75-3.71-4.75-6.334zm25.333-3.166a4.75 4.75 0 0 0 0-9.5v9.5z" stroke-linejoin="round"/></svg>
<svg class="tc-image-cup-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 38"><path d="M34.833 0c0 18-3.22 33.195-11.43 38H11.429C3.221 33.195 0 18 0 0h4.722c-.167 15.882 1.612 28.5 7.945 33.25h9.5C28.5 28.5 30.279 15.882 30.112 0h4.722z"/></svg>
<svg class="tc-image-cup-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 41.16699981689453"><path d="M34.833 3.167c0 18-3.22 33.195-11.43 38H11.429C3.221 36.362 0 21.167 0 3.167h4.722c-.167 15.882 1.612 28.5 7.945 33.25h9.5c6.333-4.75 8.112-17.368 7.945-33.25h4.722zm-13.459 30.48h-7.916c-6.191-4.644-6.49-13.638-6.344-29.015 11.885-4.632 7.135.118 12.677.91 5.382 0 .792-2.375 7.92-2.385.16 15.7-.055 25.778-6.337 30.49z"/></svg>
<svg class="tc-image-cup-half tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 38"><path d="M34.833 0c0 18-3.22 33.195-11.43 38H11.429C3.221 33.195 0 18 0 0h4.722c-.167 15.882 1.612 28.5 7.945 33.25h9.5C28.5 28.5 30.279 15.882 30.112 0h4.722zM21.374 30.48h-7.916c-6.192-4.645-5.542-13.064-5.949-16.35 8.324-4.631 6.74.12 12.282.91 5.382 0 .396-2.374 7.525-2.384-.4 6.343.34 13.11-5.942 17.822z"/></svg>
<svg class="tc-image-cup-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 39.1870002746582"><path d="M6.333 39.187L1.583 9.104h28.5l-4.75 30.083h-19zM6 17.021l1.5 9.5h16.666l1.5-9.5H6zM0 8.312l.791-2.375h1.584l.791-1.583h2.375L6.333 0h19l.792 4.354H28.5l.791 1.583h1.584l.791 2.375H0zm15.833-4.75c-1.749 0-3.167 1.147-3.167 1.584 0 .437 1.418 1.187 3.167 1.187 1.749 0 3.167-.75 3.167-1.187 0-.438-1.418-1.584-3.167-1.584z"/></svg>
<svg class="tc-image-currency-cent tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.389995574951172 41.49699401855469"><path d="M18.268 41.496v-6.121c2.53-.212 4.571-.656 6.122-1.331l-1.102-6.4c-1.53.656-3.55 1.014-6.061 1.073-2.214 0-4.102-.67-5.667-2.006-1.565-1.337-2.382-3.333-2.453-5.99.034-2.45.772-4.397 2.216-5.84 1.443-1.444 3.39-2.182 5.843-2.215 2.367.03 4.183.387 5.449 1.073l1.47-7.118a17.523 17.523 0 0 0-2.794-.803 18.014 18.014 0 0 0-3.023-.365V0h-6v5.93C8.24 6.788 5.191 8.6 3.12 11.369 1.05 14.137.01 17.354 0 21.019c.05 4.023 1.126 7.316 3.232 9.878 2.048 2.474 5.06 4.008 9.036 4.604v5.996h6z"/></svg>
<svg class="tc-image-currency-dollar tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.56399917602539 41.484004974365234"><path d="M13.414 41.484V36.32c3.034-.52 5.312-1.622 6.834-3.307 1.523-1.684 2.285-3.686 2.286-6.006.03-2.31-.61-4.233-1.918-5.767-1.308-1.535-3.467-2.828-6.477-3.881-2.238-.775-3.852-1.496-4.843-2.162-.99-.666-1.475-1.4-1.456-2.2-.023-.751.293-1.418.949-2.002.655-.585 1.793-.893 3.412-.925 1.977.037 3.575.26 4.793.668 1.218.409 2.129.785 2.732 1.13l1.478-5.744c-.83-.418-1.838-.785-3.026-1.101-1.189-.316-2.614-.506-4.276-.57V0H8.936v4.808c-2.8.535-4.936 1.602-6.408 3.2-1.472 1.6-2.213 3.553-2.224 5.861.039 2.454.86 4.41 2.463 5.87 1.603 1.459 3.753 2.633 6.452 3.521 1.899.626 3.336 1.287 4.31 1.983.975.696 1.464 1.523 1.468 2.482-.037 1.008-.549 1.789-1.537 2.342-.988.552-2.234.833-3.736.84-1.641-.02-3.163-.25-4.566-.686-1.404-.438-2.627-.962-3.672-1.572L0 34.566c.891.54 2.084 1.013 3.578 1.416 1.493.403 3.104.65 4.832.74v4.762h5.004z"/></svg>
<svg class="tc-image-currency-dollar-free tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.558998107910156 53.5579948425293"><path d="M28.712 47.141h-5.004v-4.763c-1.728-.09-3.339-.336-4.832-.739-1.494-.403-2.687-.875-3.578-1.416l1.486-5.917c1.044.61 2.268 1.134 3.671 1.572 1.404.437 2.926.666 4.567.686 1.502-.007 2.748-.288 3.736-.84.988-.553 1.5-1.334 1.537-2.342-.004-.959-.493-1.786-1.468-2.482-.974-.696-2.411-1.357-4.31-1.983-2.699-.888-4.85-2.062-6.452-3.521-1.603-1.46-2.424-3.416-2.463-5.87.01-2.308.752-4.262 2.224-5.86 1.472-1.599 3.608-2.666 6.408-3.201V5.657h4.965v4.454c1.663.063 3.088.253 4.277.569 1.188.316 2.197.683 3.026 1.1l-1.478 5.745c-.603-.345-1.514-.721-2.732-1.13-1.218-.409-2.816-.631-4.793-.668-1.62.032-2.757.34-3.412.925-.656.584-.972 1.251-.949 2.002-.02.8.466 1.534 1.456 2.2.99.666 2.605 1.387 4.843 2.162 3.01 1.053 5.169 2.346 6.477 3.88 1.309 1.535 1.948 3.457 1.918 5.768-.001 2.32-.763 4.322-2.285 6.006-1.523 1.685-3.801 2.787-6.835 3.307v5.164zm24.847 2.175a35.214 35.214 0 0 1-4.242 4.242l-13.63-13.629a8.61 8.61 0 0 0 1.592-1.37c.957-1.06 1.614-2.244 1.97-3.554l14.31 14.31zM.001 4.242A35.214 35.214 0 0 1 4.243 0l12.692 12.691-.627.613c-1.297 1.41-1.777 3.345-1.94 5.306L0 4.242z"/></svg>
<svg class="tc-image-currency-euro tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.513002395629883 38.11900329589844"><path d="M28.144 29.865c-.63.337-1.536.663-2.715.978-1.18.315-2.44.484-3.784.507-1.439.007-2.793-.221-4.061-.686a8.188 8.188 0 0 1-3.292-2.227c-.855-.962-1.482-2.294-1.881-3.998h14.308v-3.92H11.613v-.994c-.01-.673.01-1.315.057-1.927h15.049V13.68H12.525c.38-1.55.988-2.808 1.824-3.776.895-1.07 1.94-1.862 3.135-2.373a9.531 9.531 0 0 1 3.82-.762c1.27.018 2.462.17 3.576.457 1.114.286 2.05.598 2.808.936l1.596-6.47c-1.04-.465-2.295-.86-3.762-1.184C24.054.183 22.458.014 20.733 0c-2.719.013-5.185.523-7.4 1.53a16.168 16.168 0 0 0-5.681 4.28c-1.84 2.086-3.124 4.71-3.849 7.87H0v3.918h3.19l-.055 1.865v1.057H0v3.919h3.693c.539 3.02 1.58 5.49 3.123 7.406a15.398 15.398 0 0 0 5.957 4.664c2.383 1.066 4.998 1.603 7.847 1.61 1.846-.022 3.542-.24 5.088-.654 1.546-.414 2.814-.893 3.805-1.438l-1.368-6.162z"/></svg>
<svg class="tc-image-currency-grivna tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.5 39.013999938964844"><path d="M0 17.813v-4.75h19c.449-.312.792-1.584 1.267-2.89 0-1.831-.683-2.517-2.047-3.642-1.364-1.124-2.355-1.686-4.556-1.686-1.963 0-3.834.405-5.613 1.215-1.778.81-4.552 2.754-5.676 3.836V2.771C3.911 2.027 6.523 1.016 8.313.61 10.102.203 12.004 0 14.02 0c3.531 0 6.431 1.039 8.7 3.115 2.27 2.077 3.405 4.649 3.405 7.715 0 1.488.253 1.145-.396 2.233H28.5v4.75h-6.73c-.928.549-2.324 1.525-3.57 2.074-1.61.733-2.805.56-3.95 1.092H28.5v4.75H9.104c-.649.776-1.045 1.57-1.045 3.175 0 1.895.29 2.19 1.659 3.262 1.37 1.071 2.606 2.002 5.292 2.002 1.868 0 3.815-.441 5.839-1.325 2.024-.885 3.682-1.941 5.276-3.551v6.729c-1.636.818-2.876 1.594-4.734 2.153-1.858.56-4.106.84-6.745.84-2.222 0-4.073-.29-5.554-.871a12.737 12.737 0 0 1-3.978-2.478 10.651 10.651 0 0 1-2.442-3.33c-.578-1.242-.867-2.584-.867-4.025 0-1.092.27-1.689.57-2.58H0v-4.75h5.542c1.409-1.098 2.881-1.9 5.937-3.167H0z"/></svg>
<svg class="tc-image-currency-pound tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.698001861572266 37.54899978637695"><path d="M25.698 37.549v-6.768H10.802v-.12c1.368-1.297 2.305-2.714 2.812-4.251.4-1.387.573-2.804.516-4.25h7.068v-5.63h-8.155a18.15 18.15 0 0 1-.57-4.299c-.032-1.473.346-2.739 1.133-3.798.787-1.06 2.177-1.614 4.168-1.664 2.1.03 3.715.378 4.846 1.047l1.368-6.473c-.634-.35-1.518-.657-2.65-.923-1.134-.266-2.473-.405-4.02-.42-3.878.044-6.96 1.117-9.245 3.22-2.286 2.102-3.455 4.97-3.509 8.605.01 1.655.16 3.224.449 4.706H.627v5.628h5.587c.095.768.133 1.566.114 2.395-.075 2.063-.752 3.851-2.031 5.363C3.018 31.429 1.586 32.5 0 33.127v4.422h25.698z"/></svg>
<svg class="tc-image-currency-rubles tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 38"><path d="M19.396 19a7.125 7.125 0 0 0 0-14.25h-6.73V19h6.73zM6.333 0h13.458c6.559 0 11.875 5.317 11.875 11.875S26.35 23.75 19.791 23.75h-7.125v4.75h14.25v4.75h-14.25V38H6.333v-4.75H0V28.5h6.333v-4.75H0V19h6.333V0z"/></svg>
<svg class="tc-image-currency-rupee tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.083999633789062 41.16600036621094"><path fill-opacity=".204" d="M7.917 4.75H.792L4.75 0H9.5L7.917 4.75z"/><path d="M0 12.666l4.75-4.75h8.167c-1.42-1.91-3.839-3.166-6.584-3.166H0L4.75 0h25.333l-4.75 4.75h-6.736a11.04 11.04 0 0 1 1.527 3.166h9.96l-4.75 4.75H20.47c-.768 5.372-5.387 9.5-10.971 9.5l-.932-.038 13.599 19.038h-6.334l-14.25-19.95V19h4.75c4.075 0 7.431-2.771 7.869-6.334H0z"/></svg>
<svg class="tc-image-currency-yen tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.32099914550781 37.9900016784668"><path d="M19.301 37.99v-7.917h9.5v-4.75h-9.5v-3.166h10.291v-4.75h-7.916L32.321 0h-9.459l-4.158 9.267c-.937 2.312-1.759 4.053-2.466 6.015h-.115c-.66-1.972-1.462-3.694-2.409-5.957L9.636 0H0l10.592 17.407H2.676v4.75h10.291v3.166h-9.5v4.75h9.5v7.917h6.334z"/></svg>
<svg class="tc-image-cursor-default tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.25 42.4109992980957"><path d="M0 0l23.25 23.167-9.163 1.491 7.73 14.037-6.99 3.716L7 28.25l-7 7V0z"/></svg>
<svg class="tc-image-cursor-default-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.37400245666504 47.744998931884766"><path d="M.001 0l26.373 26.374-10.176 1.657 8.98 15.191-8.158 4.523-8.642-15.683L0 40.44V0zm3.166 7.917V32.31l5.382-5.381 9.264 17.008 3.167-1.979-9.387-16.827 8.516-.273L3.167 7.917z"/></svg>
<svg class="tc-image-cursor-default-transform-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.750003814697266 42.99399948120117"><path d="M23.75 0L0 23.75l9.163 1.491-7.73 14.037 6.99 3.716 7.783-14.122 7.544 7.544V0z"/></svg>
<svg class="tc-image-cursor-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.877986907958984 43.95600128173828"><path d="M31.825 30.526c0 1.951-.322 3.75-.965 5.397-.643 1.647-1.531 3.064-2.663 4.251a12.143 12.143 0 0 1-4.008 2.782c-1.54.667-3.208 1-5.005 1-1.026 0-1.962-.12-2.809-.362a11.364 11.364 0 0 1-2.393-.982 13.559 13.559 0 0 1-2.143-1.476 40.816 40.816 0 0 1-2.06-1.852c-.816-1.176-1.7-2.401-2.654-3.676-.408-.546-.846-1.128-1.316-1.745-.469-.618-.963-1.258-1.484-1.921a119.33 119.33 0 0 0-1.624-2.022 92.529 92.529 0 0 0-1.716-2.03l-.077-.06a2.239 2.239 0 0 1-.59-.647 2.152 2.152 0 0 1-.3-.873L0 26.073c0-.274.05-.534.148-.781a2.173 2.173 0 0 1 1.033-1.134c.242-.125.503-.205.784-.24l.208-.019c.221 0 .463.05.724.149.257.047.566.167.926.36.36.191.747.427 1.161.706.414.279.843.586 1.288.92a111.484 111.484 0 0 1 2.598 2.013c.408.326.772.614 1.093.864V3.248c0-.384.031-.768.095-1.152.063-.384.169-.73.317-1.04a2.13 2.13 0 0 1 .603-.76c.253-.197.564-.296.932-.296.372 0 .688.099.947.297.26.198.47.451.633.76.162.309.28.655.353 1.039.073.384.11.768.11 1.152v16.643c.051.233.126.443.225.629.087.162.192.305.315.427a.628.628 0 0 0 .463.185c.36 0 .615-.133.763-.398.148-.265.223-.547.223-.843v-7.945c0-.368.033-.732.1-1.092.068-.36.179-.68.333-.956.155-.277.358-.503.612-.677.253-.174.566-.261.938-.261s.688.087.947.261c.26.174.466.4.62.677.155.277.266.596.333.956s.101.724.101 1.092v7.945c0 .297.093.578.279.843.186.265.421.398.706.398.15 0 .287-.062.41-.184a1.81 1.81 0 0 0 .315-.428 5.2 5.2 0 0 0 .279-.63v-5.955c0-.372.034-.737.1-1.095a3.17 3.17 0 0 1 .333-.956 1.94 1.94 0 0 1 .612-.677c.253-.172.566-.258.938-.258.384 0 .703.086.956.258.253.172.457.398.611.677.155.279.267.598.336.956.07.358.104.723.104 1.095v7.012c0 .285.105.518.315.698.21.18.457.27.742.27.146 0 .276-.05.389-.148a1.66 1.66 0 0 0 .294-.339c.087-.134.168-.294.243-.48v-5.012c0-.309.034-.639.1-.991.068-.353.18-.677.336-.974.157-.297.365-.541.624-.733.26-.192.575-.288.947-.288.368 0 .679.087.932.261.253.174.458.4.615.677.156.277.268.596.335.956s.101.724.101 1.092l-.053 14.589z"/></svg>
<svg class="tc-image-cursor-information tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.02500534057617 42.4109992980957"><path d="M0 0l23.25 23.167-9.163 1.491 7.73 14.037-6.99 3.716L7 28.25l-7 7V0zm26.525 1a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17zM24.4 7.375v1.417h1.417v4.958H24.4v1.417h4.958V13.75h-1.416V7.375H24.4zm2.48-3.542a1.063 1.063 0 1 0 0 2.125 1.063 1.063 0 0 0 0-2.125z"/></svg>
<svg class="tc-image-cursor-move tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M7 18h11V7h-5l7-7 7 7h-5v11h11v-5l7 7-7 7v-5H22v11h5l-7 7-7-7h5V22H7v5l-7-7 7-7v5z"/></svg>
<svg class="tc-image-cusor-pointer tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.33300018310547 41.16600036621094"><path d="M0 0l25.333 26.916H15.042L21.375 38l-6.333 3.166-6.334-11.083L0 38V0z"/></svg>
<svg class="tc-image-custom-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.072000503540039 10.113593101501465"><path d="M12 9.614a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 .5.5zm.044-3a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0 0 1h11.044a.5.5 0 0 0 .5-.5zm-7.5-3a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0 0 1h3.544a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0 0 1h3.544a.5.5 0 0 0 .5-.5zm7.478.846a1.346 1.346 0 1 0-1.092 1.32c-.229.662-.742.836-1.399 1.013l.25.358c1.92-.341 2.264-2.258 2.241-2.242.05-.141 0-.291 0-.45zm-3.5 0A1.346 1.346 0 1 0 7.43 2.78c-.229.662-.742.836-1.4 1.013l.25.358C8.2 3.81 8.544 1.893 8.521 1.909c.051-.141.001-.291.001-.45z"/></svg>
<svg class="tc-image-customerservice tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38.308475494384766"><path d="M20 4c6.382 0 11.833 3.986 14 9.604v10.792C31.833 30.014 26.382 34 20 34c-1.03 0-2.037-.104-3.009-.302a5 5 0 0 0-7.519-4.013A15.016 15.016 0 0 1 6 24.396V13.604C8.167 7.986 13.618 4 20 4zM5 14.5v9l-.116.757a16.02 16.02 0 0 0 4.502 6.715A4 4 0 1 1 8 34l.008-.261a19.05 19.05 0 0 1-5.68-7.745A2.5 2.5 0 0 1 0 23.5v-9a2.5 2.5 0 0 1 2.329-2.494C5.114 4.974 11.976 0 20 0s14.886 4.974 17.671 12.006A2.5 2.5 0 0 1 40 14.5v9a2.5 2.5 0 0 1-5 0v-9l.117-.757C32.942 7.49 26.995 3 20 3 13.005 3 7.058 7.49 4.884 13.743L5 14.5z"/></svg>
<svg class="tc-image-cut tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.649999618530273 14.147000312805176"><path d="M12.805 2.69c.017-.029.038-.061.051-.086.708-1.38-.097-2.604-.097-2.604l-2.594 2.595-1.21 1.21-1.831 1.833L1.699.213s-.705 1.122.004 2.502c.39.757 2.292 2.666 3.979 4.366L4.664 8.099c-1.275-.692-2.526-.37-3.468.572C.009 9.86 0 11.765 1.189 12.952s3.129 1.195 4.316.008a3.03 3.03 0 0 0 .702-3.225c.229-.223.634-.615 1.128-1.104.498.486.9.876 1.131 1.098a3.043 3.043 0 0 0 4.996 3.23c1.188-1.188 1.082-3.01-.105-4.197-.941-.942-2.311-1.171-3.584-.478L8.728 7.241c1.166-1.195 2.371-2.472 3.203-3.447 0 0 .742-.849.874-1.104zm-8.168 9.395zm2.098-5.498a.75.75 0 1 1 1.061 1.06.75.75 0 0 1-1.061-1.06zm5.856 2.942a1.809 1.809 0 1 1-2.557 2.559 1.809 1.809 0 0 1 2.557-2.559z"/></svg>
<svg class="tc-image-cutlery tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 1203.6666259765625"><path d="M762 130.667l276-116q25-18 43.5-8t18.5 41v1106q0 21-14.5 35.5t-35.5 14.5H850q-21 0-35.5-14.5t-14.5-35.5v-397q-4-1-11-5t-24-17.5-30-29-24-42-11-56.5v-359q0-31 18.5-65t43.5-52zm-312-127q22 0 34.5 12.5t14.5 24.5l1 13v450q0 28-10.5 59.5t-25 56-29 45-25.5 31.5l-10 11v447q0 21-14.5 35.5t-35.5 14.5H150q-21 0-35.5-14.5t-14.5-35.5v-447q-4-4-11-11.5t-24-30.5-30-46-24-55-11-60v-450q0-2 .5-5.5t4-12 8.5-15 14.5-12 22.5-5.5q20 0 32.5 12.5t14.5 24.5l3 13v350h100v-355.5l2.5-12 7-15 15-12 25.5-5.5q23 0 35.5 12.5t13.5 24.5l1 13v350h100v-350q0-2 .5-5.5t3-12 7-15 15-12 24.5-5.5z"/></svg>
<svg class="tc-image-cycle-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M10.5 21C4.71 21 0 16.289 0 10.5 0 4.71 4.71 0 10.5 0 16.289 0 21 4.71 21 10.5a.5.5 0 0 1-1 0C20 5.262 15.738 1 10.5 1S1 5.262 1 10.5 5.262 20 10.5 20c3.902 0 7.467-2.446 8.868-6.087a.5.5 0 0 1 .933.359C18.753 18.297 14.814 21 10.5 21z"/></svg>
<svg class="tc-image-dail-pad tc-image-button" width="22pt" height="22pt" viewBox="0 0 372.4000549316406 512"><path d="M139.7 93.1h93.1V0h-93.1v93.1zM279.3 0v93.1h93.1V0h-93.1zM0 93.1h93.1V0H0v93.1zm139.7 139.6h93.1v-93.1h-93.1v93.1zm139.6 0h93.1v-93.1h-93.1v93.1zM0 232.7h93.1v-93.1H0v93.1zm139.7 139.7h93.1v-93.1h-93.1v93.1zm139.6 0h93.1v-93.1h-93.1v93.1zM0 372.4h93.1v-93.1H0v93.1zM139.7 512h93.1v-93.1h-93.1V512z"/></svg>
<svg class="tc-image-dailymotion tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M0 16h16V0H0v16zM13.797 2.262l-2.463.51V6.42c-.56-.717-1.34-1.06-2.354-1.06-1.06 0-2.01.39-2.79 1.154-.873.84-1.34 1.917-1.34 3.117 0 1.31.5 2.433 1.465 3.29.733.655 1.606.982 2.62.982.996 0 1.744-.265 2.477-.982v.935h2.385V2.262zm-4.318 9.41c-1.263 0-2.167-.888-2.167-2.057 0-1.122.904-2.073 2.073-2.073 1.153 0 2.042.904 2.042 2.105 0 1.153-.89 2.026-1.95 2.026z"/></svg>
<svg class="tc-image-dam-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.00280475616455 9.005640983581543"><path d="M9 6.511a.5.5 0 0 1-.5.5 1 1 0 0 0-.67.34 2.14 2.14 0 0 1-1 .6 1.89 1.89 0 0 1-1.76-.37l-.34-.35a.77.77 0 0 0-1.08 0L4 8.381a.5.5 0 0 1-.5.62h-3a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .49-.5h.7a.5.5 0 0 1 .49.39l.73 2.51.1-.06c.16-.12.31-.27.49-.4a1.9 1.9 0 0 1 2.45 0c.15.13.29.27.44.39a.75.75 0 0 0 1 0l.41-.4a1.78 1.78 0 0 1 1.19-.43.5.5 0 0 1 0 1 1 1 0 0 0-.67.34 2.14 2.14 0 0 1-1 .6 1.89 1.89 0 0 1-1.76-.37l-.33-.34a.77.77 0 0 0-1.089-.01l-.01.01c-.14.12-.27.25-.42.37a2 2 0 0 1-.52.29l.67 2.32a1.88 1.88 0 0 1 2.06.24c.15.13.29.27.44.39a.75.75 0 0 0 1 0l.44-.42a1.78 1.78 0 0 1 1.19-.42.5.5 0 0 1 .51.51z"/></svg>
<svg class="tc-image-dam-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.94002628326416 13.005282402038574"><path d="M12.94 8.501a.5.5 0 0 1-.5.5 1 1 0 0 0-.67.34 2.14 2.14 0 0 1-1 .6 1.89 1.89 0 0 1-1.76-.37l-.39-.35a.77.77 0 0 0-1.089-.01l-.011.01c-.14.12-.27.25-.42.37a1.91 1.91 0 0 1-2.46-.07l-.34-.33-.1-.06.3 1.22.49 2a.5.5 0 0 1-.49.65h-4a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5h1.1a.5.5 0 0 1 .49.39L3 4.061v.14a1.88 1.88 0 0 1 2 .24c.16.13.31.28.47.41a.75.75 0 0 0 1 0c.16-.13.31-.28.47-.41a1.9 1.9 0 0 1 2.45 0c.15.13.29.27.44.39a.75.75 0 0 0 1 0l.47-.41a1.78 1.78 0 0 1 1.13-.42.5.5 0 0 1 0 1 1 1 0 0 0-.67.34 2.14 2.14 0 0 1-1 .6A1.89 1.89 0 0 1 9 5.571l-.33-.34a.77.77 0 0 0-1.089-.01l-.011.01c-.14.12-.27.25-.42.37a1.91 1.91 0 0 1-2.46-.07l-.39-.34a.75.75 0 0 0-1 0l-.06.05.69 2.76a1.9 1.9 0 0 1 1.07.43c.16.13.31.28.47.41a.75.75 0 0 0 1 0c.16-.13.31-.28.47-.41a1.9 1.9 0 0 1 2.45 0c.15.13.29.27.44.39a.75.75 0 0 0 1 0l.47-.41a1.78 1.78 0 0 1 1.13-.41.5.5 0 0 1 .51.5z"/></svg>
<svg class="tc-image-danger-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.459999084472656 10.97823715209961"><path d="M5.35 8.528l3.11 1.55-.45.89-3.78-1.88-3.78 1.89-.45-.89 3.11-1.56-3.1-1.55.45-.89 3.77 1.88 3.78-1.89.44.9-3.1 1.55zm1.88-5.29v.29l-1 1v1l-2 1-2-1v-1l-1-1v-.5a2.9 2.9 0 0 1 3-3 3.09 3.09 0 0 1 3 3.21zm-3.79-.5a.79.79 0 1 0-.79.79.79.79 0 0 0 .79-.79zm.29 1.79h-.5v1h.5v-1zm1.5 0h-.5v1h.5v-1zm1.36-1.79a.79.79 0 1 0-.79.79.79.79 0 0 0 .79-.79z"/></svg>
<svg class="tc-image-danger-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.079950332641602 15.048347473144531"><path d="M12.98 14.68a.5.5 0 0 1-.47.32c-.06.01-.12.01-.18 0l-5.79-2.44L.74 15a.5.5 0 0 1-.648-.284L.09 14.71A.5.5 0 0 1 .38 14l4.85-2-4.85-2a.5.5 0 1 1 .36-.93l5.8 2.41 5.8-2.41a.5.5 0 1 1 .36.93l-4.86 2 4.85 2a.5.5 0 0 1 .29.68zM11.04 4.23v.45a1 1 0 0 1-.2.59A17.718 17.718 0 0 1 9.04 7v1.16a.5.5 0 0 1-.32.47l-2.16.87h-.07l-2.17-.87a.5.5 0 0 1-.28-.47V7a17.563 17.563 0 0 1-1.82-1.73 1 1 0 0 1-.18-.59v-.45A4.6 4.6 0 0 1 6.15 0h.75a4.59 4.59 0 0 1 4.14 4.23zm-6-.23a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm1 3a.5.5 0 0 0-1 0v.5a.5.5 0 0 0 1 0V7zm2 0a.5.5 0 0 0-1 0v.5a.5.5 0 0 0 1 0V7zm2-3a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/></svg>
<svg class="tc-image-dankort tc-image-button" width="22pt" height="22pt" viewBox="0 0 921.4259643554688 512.837890625"><path d="M459.807 511.569c-113.767 0-227.543-1.106-341.279.45C58.87 512.838.123 462.877.308 395.488.563 302.365 0 209.232.501 116.11.819 57.804 40.611 11.58 97.996 1.187 102.901.296 107.98.092 112.988.092 345.016.03 577.034 0 809.062.06c56.525.01 109.906 50.258 111.043 106.567 1.321 65.587.686 131.205.737 196.813.03 33.853.533 67.737-.645 101.56-1.976 56.494-54.579 106.496-111.145 106.537-116.429.102-232.837.03-349.245.03zm.051-16.681c114.575 0 229.151.05 343.716-.02 55.306-.041 100.045-43.08 100.444-98.386.686-93.666.635-187.341.041-281.006-.348-54.293-44.985-98.734-97.76-98.755-230.472-.072-460.944-.041-691.416.04-6.03 0-12.206.523-18.084 1.834C49.48 29.112 17.132 69.283 17.05 117.903c-.144 92.078-.092 184.166.051 276.245.01 7.086.707 14.326 2.222 21.238 10.445 47.626 50.35 79.504 99.185 79.514 113.787.01 227.563 0 341.351-.01zm-6.256-214.16L447.1 369.93h17.182c38.871-.01 77.752-.021 116.624-.041 10.987-.01 10.62-.03 11.08-10.752 1.454-34.345 3.205-68.68 4.864-103.015.051-.952.348-1.905.87-4.577 8.141 11.653 15.422 21.914 22.538 32.286 18.237 26.594 36.28 53.32 54.774 79.739 1.802 2.57 6.103 4.803 9.257 4.823 56.095.266 112.19.164 168.284.102.42 0 .84-.491 2.13-1.3a99487.34 99487.34 0 0 0-5.212-6.523c-30.34-38.032-60.6-76.124-91.136-114.002-4.352-5.397-2.509-8.663 1.465-12.677 29.768-30.044 59.443-60.17 89.14-90.286.347-.358.501-.911 1.371-2.54h-12.606c-48.69 0-97.372.134-146.063-.143-7.7-.041-13.302 1.639-18.39 7.966-21.884 27.187-44.279 53.975-66.51 80.896-1.77 2.14-3.645 4.188-5.479 6.277-.717-.236-1.444-.482-2.16-.717 2.55-30.873 5.09-61.747 7.711-93.573-2.56-.184-5.069-.512-7.588-.512-43.13-.021-86.262.184-129.393-.144-7.383-.062-8.6 2.755-8.817 9.216-.758 23.378-2.12 46.736-3.318 71.506-4.73-9.933-8.315-18.667-12.892-26.85-17.459-31.241-45.906-45.557-79.954-50.646-8.336-1.25-16.834-1.946-25.262-1.946-88.37.04-176.752.266-265.124.44-3.389.01-6.789 0-10.936 0-.686-15.042 2.581-28.518 10.168-40.457 16.066-25.303 38.8-40.13 69.468-40.161 137.584-.154 275.18-.103 412.774-.113 74.61-.01 149.217-.358 223.816.103 43.366.266 76.626 32.952 76.913 76.308.522 78.582.277 157.163-.43 235.745-.338 37.827-32.194 70.144-70.42 73.308-5.785.48-11.633.43-17.449.43-106.895.03-213.8-.112-320.697.072-103.188.174-206.366.748-309.545.973-38.39.082-74.987-36.926-74.875-75.254 0-1.004.276-2.007.686-4.69 15.278 0 30.546.03 45.804-.01 73.022-.174 146.053.297 219.065-.788 51.682-.768 91.474-22.968 115.057-70.553 2.806-5.663 5.376-11.458 8.048-17.193.553.03 1.106.05 1.67.072zm-250.696 1.895c1.751-21.207 3.39-41.093 5.08-61.655 22.005-.38 43.56-3.246 64.828 2.284 11.991 3.123 21.75 9.892 23.86 22.64 1.914 11.624-5.285 20.9-14.522 26.164-9.063 5.17-19.743 9.052-30.075 10.128-15.872 1.659-32.05.44-49.173.44z"/></svg>
<svg class="tc-image-dart tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.220552444458008 22.382003784179688"><path d="M18.885 18.848c-.01.014-.025.016-.04.02-.055.07-.141.089-.217.122-.816.358-1.63.722-2.444 1.084-.068.03-.13.021-.195-.001-.421-.142-.838-.293-1.257-.441l-1.532-.541c-1.025-.361-2.05-.722-3.074-1.085-.615-.218-1.232-.433-1.847-.65-.913-.323-1.83-.641-2.741-.968-.145-.052-.3-.082-.43-.168l-.021-.019a.358.358 0 0 1-.051-.141 3.865 3.865 0 0 1-.084-.751c-.044-3.38-.005-6.759-.02-10.139 0-.055.01-.107.019-.16 0-.011.006-.017.015-.021a.023.023 0 0 1 .026-.004c.052.027.087.074.127.114l13.61 13.61c.044.043.083.09.138.119a.076.076 0 0 1 .019.021zm.004-.091a.06.06 0 0 1-.054-.02l-.064-.064L5.107 5.009c-.033-.033-.071-.063-.096-.104a.177.177 0 0 1 .113-.035l.11-.001c3.308 0 6.614-.001 9.92.001.297 0 .592.02.883.084.059.013.119.025.166.067l.022.016c.086.139.12.299.175.45.433 1.232.87 2.462 1.302 3.694.278.794.56 1.587.84 2.38.454 1.285.909 2.57 1.36 3.856.058.165.11.332.177.494a.284.284 0 0 1-.013.233c-.305.678-.604 1.359-.905 2.039-.071.16-.141.321-.214.48-.015.033-.03.068-.058.093zM4.755 16.345c.069.002.127.038.189.06l.883.308 1.804.637 1.597.559c.354.124.707.251 1.06.375l1.874.659 1.02.361 1.904.67c.35.123.7.247 1.05.374a.218.218 0 0 0 .18-.01c.28-.128.564-.249.846-.374.212-.093.422-.189.634-.283l1.029-.453.269-.118-.507 1.572-.304.952-.204.642c-.03.096-.03.098-.131.098l-1.36-.001c-1.278-.001-2.556.009-3.834-.005-.983-.011-1.966-.003-2.95-.009a.187.187 0 0 1-.147-.061c-.067-.072-.14-.139-.21-.209l-3.107-3.09c-.117-.116-.233-.234-.351-.349-.285-.277-.501-.605-.691-.95-.23-.42-.413-.86-.538-1.323-.003-.01-.003-.021-.004-.031zm14.357 2.739c.014-.107.078-.194.118-.29.099-.239.207-.475.312-.712l.274-.614.377-.855c.043-.096.085-.192.132-.286a.197.197 0 0 0 .014-.171c-.147-.408-.293-.817-.437-1.227-.075-.211-.146-.424-.22-.635l-.532-1.516-.361-1.02-.523-1.486-.358-1.01-.55-1.566-.361-1.02c-.175-.495-.347-.991-.524-1.485-.051-.142-.107-.281-.141-.428.214.043.418.118.62.197.51.2.989.455 1.418.797.195.156.365.34.54.516.257.255.51.514.766.77.82.823 1.64 1.647 2.463 2.469a.221.221 0 0 1 .072.174c-.002 1.826-.002 3.653-.003 5.479l-.003 2.824v.032c-.001.085.016.085-.084.117l-.481.153-2.435.778c-.023.007-.047.012-.071.018l-.023-.005zm-2.74-14.275c-.124-.023-.247-.047-.371-.069a2.683 2.683 0 0 0-.323-.037c-.71-.039-1.418-.018-2.127-.019-2.912-.002-5.823-.001-8.735 0a2.65 2.65 0 0 0-.126.004l-.021-.004c.183-.136.377-.256.567-.382.49-.327.984-.651 1.476-.977l3.074-2.036c.524-.347 1.05-.691 1.573-1.04.093-.062.177-.137.287-.173.226-.076.45-.056.673.009.31.089.578.252.816.467.088.08.17.167.256.251.778.772 1.556 1.545 2.335 2.316.059.058.1.121.127.2.167.484.34.967.51 1.45.005.013.007.027.01.041zm-11.72-.102c.03.042.016.089.016.133v10.239c0 .214.02.427.027.64.006.191.046.381.09.567.009.032.028.065.01.1l-.756-.261c-.255-.089-.51-.18-.765-.268a.37.37 0 0 1-.148-.095c-.843-.852-1.688-1.701-2.53-2.553a1.996 1.996 0 0 1-.556-.999 1.04 1.04 0 0 1 .009-.511.665.665 0 0 1 .097-.209c.303-.423.58-.863.867-1.295 1.113-1.677 2.222-3.356 3.333-5.034l.305-.455z"/></svg>
<svg class="tc-image-dash tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 2"><path d="M0 0v2h8V0z"/></svg>
<svg class="tc-image-dashboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.8 0 0 1.8 0 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3S5.66 7 4 7 1 5.66 1 4s1.34-3 3-3zm0 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 2 4 2zM2.34 3a.5.5 0 0 0-.19.84l.91.91C3.04 4.83 3 4.91 3 5c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1c-.09 0-.17.04-.25.06l-.91-.91a.5.5 0 0 0-.44-.16.5.5 0 0 0-.06 0zM5.5 3c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/></svg>
<svg class="tc-image-dashboard-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.003990173339844 18.88714599609375"><path d="M11.004.004c-1.489 0-2.914.291-4.273.871-1.357.58-2.529 1.361-3.512 2.343C2.237 4.2 1.456 5.372.876 6.73a10.767 10.767 0 0 0-.872 4.274c0 1.523.295 2.963.884 4.322a10.996 10.996 0 0 0 2.456 3.561h15.32a11.007 11.007 0 0 0 2.456-3.56c.59-1.36.884-2.8.884-4.323 0-1.489-.291-2.914-.871-4.274-.58-1.357-1.36-2.529-2.344-3.512-.981-.982-2.152-1.763-3.513-2.343a10.763 10.763 0 0 0-4.272-.87zm6.999 17.311H4.006c-1.621-1.786-2.432-3.889-2.432-6.312a9.25 9.25 0 0 1 1.265-4.727 9.355 9.355 0 0 1 3.438-3.438c1.449-.84 3.025-1.263 4.727-1.263s3.278.422 4.727 1.263c1.448.844 2.595 1.99 3.438 3.438s1.265 3.025 1.265 4.727c-.001 2.423-.812 4.526-2.431 6.312zM4.375 10.562l-1.988-.367.197-1.105 1.988.368-.197 1.104zm13.063-1.105l1.988-.369.196 1.104-1.989.37-.195-1.105zM6.291 6.29L4.989 4.742l.86-.71 1.299 1.546-.857.712zm9.428 0l-.86-.712 1.302-1.547.859.711-1.301 1.548zm-5.278-3.93h1.129v2.014h-1.129V2.36zm.612 8.693l-3.388-3.78 1.89 4.616c-.327.59-.317 1.17.026 1.743.244.393.596.643 1.055.75.457.104.883.031 1.276-.222a1.68 1.68 0 0 0 .749-1.057 1.603 1.603 0 0 0-.208-1.265c-.328-.506-.794-.768-1.4-.785z"/></svg>
<svg class="tc-image-dashcube tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1792"><path d="M0 680q0-131 91.5-226.5T314 358h742L1408 0v1470q0 132-91.5 227t-222.5 95H314q-131 0-222.5-95T0 1470V680zm1232 754l-176-180V829q0-46-32-79t-78-33H462q-46 0-78 33t-32 79v492q0 46 32.5 79.5T462 1434h770z"/></svg>
<svg class="tc-image-data tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14.163000106811523"><path d="M6 0C2.687 0 0 1.343 0 3v8.479h.034C.349 12.987 2.899 14.163 6 14.163c3.242 0 5.877-1.286 5.989-2.895H12V3c0-1.657-2.687-3-6-3zm0 1c3.052 0 5 1.185 5 2S9.052 5 6 5 1 3.815 1 3s1.948-2 5-2zm0 12.163c-3.052 0-5-1.185-5-2V4.657C2.075 5.466 3.912 6 6 6s3.926-.534 5-1.343v6.506c0 .816-1.948 2-5 2z"/></svg>
<svg class="tc-image-data_science tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q195 0 373 76t306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm181 0q0 100 27 203 72-195 211-337-2-4-4-12.5t-2-9.5h-11q-100 0-210 28-11 66-11 128zm41-251q95-18 180-18 4 0 11 .5t11 .5q21-42 60-67t87-25q57 0 104 37 184-94 397-98 10-23 22-38-150-197-385-279-172 59-300.5 187T222 709zm55 624q86 158 234.5 263.5T842 1730q174-101 281-263-40-46-40-106 0-70 52-119-71-130-182-228.5T704 861q-50 68-133 68-39 0-76-20-173 181-218 424zm457-597q1 3 1.5 9t.5 9q162 61 292.5 175.5T1241 1197q24-99 24-191 0-113-38-240h-3q-55 0-97.5-32t-59.5-82q-177 7-333 84zm161-554q171 98 292 260 18-5 37-5 63 0 109.5 43t52.5 105q186 61 331 187-65-257-275.5-425T960 179q-10 0-20.5.5t-24 1.5-20.5 1zm135 1554q99-8 204-47 0-6 2-23.5t2-27.5q0-46-9-114-2-1-7-1-78 119-192 213zm303-1011q44 145 44 281 0 114-28 226 64 49 64 129 0 85-74 137 11 71 11 136 178-103 284.5-282.5T1741 960v-3q-155-188-381-263-14 19-27 31z"/></svg>
<svg class="tc-image-data_science_black tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q173 0 331.5 58.5T1577 225q85 64 146 154 197 258 197 581 0 195-76 373t-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm192-128q104-28 210-28h11q0 1 2 9.5t4 12.5q-142 145-211 336 23 88 69 172 45-244 218-425 35 20 76 20 83 0 133-68 138 54 249 152.5t182 228.5q-52 49-52 119 0 59 40 107-110 163-280 262 59 9 117 9 35 0 71-3 114-95 191-213h3l2 1q10 63 10 114l-3 51q64-24 116-55 0-65-11-136 74-52 74-137 0-80-64-129 28-112 28-226 0-136-44-281 15-13 26-31 227 75 380 261 0-91-22-184-148-127-331-186-6-62-52.5-105T1224 437q-19 0-37 5-122-163-293-260-90 9-183 39 233 84 383 280-12 15-22 38-213 4-397 98-47-37-104-37-48 0-87 25t-60 67q-4 0-11-.5t-11-.5q-85 0-180 18-19 57-30 123zm542-96q163-80 333-84 17 50 59.5 82t97.5 32h3q37 124 37 240 0 98-24 191-80-152-211-266.5T736 754q0-3-.5-9t-1.5-9z"/></svg>
<svg class="tc-image-data-agent-legend-dimension tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 1c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C3.1 0 0 3.1 0 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/></svg>
<svg class="tc-image-data-agent-legend-measure tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 1c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C3.1 0 0 3.1 0 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zM3 6.5H2v1h1v-1zm9 0h-1v1h1v-1zM4.5 3.8l-.7-.7-.7.7.7.7.7-.7zm6.4 6.4l-.7-.7-.7.7.7.7.7-.7zM7.5 3V2h-1v1h1zm0 9v-1h-1v1h1zm2.7-7.5l.7-.7-.7-.7-.7.7.7.7zm-6.4 6.4l.7-.7-.7-.7-.7.7.7.7z"/></svg>
<svg class="tc-image-data-source-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.25 22"><path d="M9.625 0C4.989 0 0 1.398 0 4.469v13.062C0 20.601 4.989 22 9.625 22s9.625-1.399 9.625-4.469V4.469C19.25 1.398 14.26 0 9.625 0zm8.25 17.531c0 1.708-3.693 3.094-8.25 3.094-4.556 0-8.25-1.386-8.25-3.094v-2.569c1.421 1.465 4.846 2.226 8.25 2.226 3.403 0 6.829-.761 8.25-2.226v2.569zm0-4.125h-.003l.003.021c0 1.697-3.693 3.072-8.25 3.072-4.556 0-8.25-1.375-8.25-3.072l.003-.021h-.003v-2.569c1.421 1.463 4.846 2.225 8.25 2.225 3.403 0 6.829-.762 8.25-2.225v2.569zm0-4.125h-.003l.003.021c0 1.697-3.693 3.072-8.25 3.072-4.556 0-8.25-1.375-8.25-3.072l.003-.021h-.003V6.919c1.802 1.373 5.104 2.019 8.25 2.019s6.448-.646 8.25-2.018v2.361zm-8.25-1.719c-4.556 0-8.25-1.386-8.25-3.094 0-1.709 3.694-3.094 8.25-3.094 4.557 0 8.25 1.384 8.25 3.094 0 1.709-3.693 3.094-8.25 3.094zm6.188 9.626c.381 0 .688.307.688.688s-.307.688-.688.688a.688.688 0 1 1 0-1.376zm0-4.126c.381 0 .688.307.688.688s-.307.688-.688.688-.688-.307-.688-.688.307-.688.688-.688zm0-4.124c.381 0 .688.307.688.688s-.307.688-.688.688a.688.688 0 0 1 0-1.376z"/></svg>
<svg class="tc-image-data-transfer-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M3 0v3H1l3 3 3-3H5V0H3zM0 7v1h8V7H0z"/></svg>
<svg class="tc-image-data-transfer-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v1h8V0H0zm4 2L1 5h2v3h2V5h2L4 2z"/></svg>
<svg class="tc-image-data-usage tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 39.900001525878906"><path d="M22 0v6.06c6.78.97 12 6.79 12 13.84 0 1.79-.35 3.5-.96 5.07l5.2 3.07C39.35 25.55 40 22.81 40 19.9 40 9.53 32.11 1.01 22 0zm-2 33.9c-7.73 0-14-6.27-14-14 0-7.05 5.22-12.87 12-13.84V0C7.88 1 0 9.53 0 19.9c0 11.05 8.94 20 19.99 20 6.62 0 12.47-3.23 16.11-8.18l-5.19-3.06A13.952 13.952 0 0 1 20 33.9z"/></svg>
<svg class="tc-image-database tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 38"><path d="M17 0c9.389 0 17 2.015 17 4.504V6.5c0 2.485-7.611 4.5-17 4.5S0 8.985 0 6.5v-2C0 2.015 7.611 0 17 0zm17 33.5c0 2.485-7.611 4.5-17 4.5S0 35.985 0 33.5v-6C0 29.985 7.611 32 17 32c9.384 0 16.992-2.013 17-4.496V33.5zm0-9c0 2.485-7.611 4.5-17 4.5S0 26.985 0 24.5v-6C0 20.985 7.611 23 17 23c9.384 0 16.992-2.013 17-4.496V24.5zm0-9c0 2.485-7.611 4.5-17 4.5S0 17.985 0 15.5v-6C0 11.985 7.611 14 17 14c9.384 0 16.992-2.013 17-4.496V15.5z"/></svg>
<svg class="tc-image-database-mysql tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 38"><path fill-opacity=".702" d="M17 14c9.384 0 16.992-2.013 17-4.496V33.5c0 2.485-7.611 4.5-17 4.5v-8.02h2.06v-11.2H17V14zm14-9.5h3v2c0 2.485-7.611 4.5-17 4.5V6c7.732 0 14-.672 14-1.5zm-2.02 17.48h-2.447l-1.488 4.912-.255 1.06h-.03l-.215-1.077-1.473-4.895H20.34L23.565 30l-.41.997c-.243.602-.674.903-1.293.903-.375 0-.722-.107-1.042-.32v1.92c.38.213.865.32 1.455.32 1.548 0 2.708-1.047 3.477-3.14l3.228-8.7z"/><path d="M17 38c-9.389 0-17-2.015-17-4.5v-24C0 11.985 7.611 14 17 14v4.8h-1.59l-2.287 6.623-.445 1.617h-.048a9.21 9.21 0 0 0-.4-1.6L9.943 18.8H6.28V30h2.24v-6.193l-.1-2.907h.07l.353 1.563L11.514 30h2.063l2.624-7.615.353-1.485h.063l-.098 2.398V30H17v8zM34 4.5h-3C31 3.672 24.732 3 17 3S3 3.672 3 4.5 9.268 6 17 6v5C7.611 11 0 8.985 0 6.5v-2C0 2.015 7.611 0 17 0c9.384 0 16.992 2.013 17 4.5z"/></svg>
<svg class="tc-image-database-sql tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 38"><path fill-opacity=".702" d="M17 14c9.384 0 16.992-2.013 17-4.496V33.5c0 2.485-7.611 4.5-17 4.5v-7.842l.068.002 1.162 1.254c.373.389.757.728 1.151 1.016.394.288.806.515 1.236.681.43.166.901.249 1.413.249l1.078-.069.692-.136v-2.07l-.258.081-.292.063-.301.038-.274.013-.851-.065-.763-.234-.737-.46-.774-.743c1.085-.389 1.93-1.058 2.538-2.008.608-.96.912-2.107.912-3.44 0-1.707-.498-3.08-1.492-4.117-.99-1.049-2.285-1.573-3.883-1.573l-.625.025V14zm14-9.5h3v2c0 2.485-7.611 4.5-17 4.5V6c7.732 0 14-.672 14-1.5zM17.538 20.88c.86 0 1.532.32 2.017.957.483.629.725 1.503.725 2.623 0 1.08-.252 1.93-.758 2.547-.498.609-1.18.913-2.047.913L17 27.884v-6.959l.538-.045zM31.48 30v-2.08h-4.16V18.8h-2.56V30h6.72z"/><path d="M17 38c-9.389 0-17-2.015-17-4.5v-24C0 11.985 7.611 14 17 14v4.644c-1.44.115-2.612.652-3.52 1.61-1.027 1.086-1.54 2.513-1.54 4.28 0 .774.122 1.498.365 2.173a5.35 5.35 0 0 0 1.034 1.764c.446.501.983.9 1.611 1.195.615.29 1.299.447 2.05.473V38zM34 4.5h-3C31 3.672 24.732 3 17 3S3 3.672 3 4.5 9.268 6 17 6v5C7.611 11 0 8.985 0 6.5v-2C0 2.015 7.611 0 17 0c9.384 0 16.992 2.013 17 4.5zM3.14 29.532c.408.202.891.354 1.449.455a9.819 9.819 0 0 0 1.764.153c.601 0 1.173-.057 1.714-.171a4.235 4.235 0 0 0 1.425-.564c.409-.262.732-.603.97-1.025.239-.422.358-.943.358-1.565 0-.45-.067-.845-.2-1.184a2.77 2.77 0 0 0-.578-.905 4.249 4.249 0 0 0-.905-.711l-1.19-.595-.87-.391-.655-.39-.416-.418a.889.889 0 0 1-.146-.501.92.92 0 0 1 .131-.484l.37-.371.587-.24.77-.085.652.047.69.148.675.252.605.353v-2.298a6.186 6.186 0 0 0-1.246-.318l-1.552-.104c-.595 0-1.158.063-1.69.19-.531.127-1 .325-1.403.595a2.98 2.98 0 0 0-.958 1.03c-.234.417-.351.915-.351 1.495 0 .74.212 1.372.635 1.895.423.523 1.067.966 1.93 1.327l.946.413.759.42.505.474c.123.17.185.364.185.58l-.116.468a1.058 1.058 0 0 1-.354.374l-.591.249-.829.09a4.807 4.807 0 0 1-3.07-1.12v2.432zm12.292-7.7a2.479 2.479 0 0 1 1.568-.93v6.965a2.454 2.454 0 0 1-1.575-.91c-.51-.633-.765-1.487-.765-2.562 0-1.065.258-1.92.773-2.563z"/></svg>
<svg class="tc-image-date-range tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M12 18H8v4h4v-4zm8 0h-4v4h4v-4zm8 0h-4v4h4v-4zm4-14h-2V0h-4v4H10V0H6v4H4C1.78 4 .02 5.8.02 8L0 36c0 2.2 1.78 4 4 4h28c2.2 0 4-1.8 4-4V8c0-2.2-1.8-4-4-4zm0 32H4V14h28v22z"/></svg>
<svg class="tc-image-day-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2867 2235"><path d="M0 1706q0 144 70.5 266T262 2164.5t264 70.5h1155q143 0 265-70.5t193-192.5 71-266q0-106-45-213 122-149 122-353 0-114-44-217.5T2124 744t-178.5-119-217.5-44q-237 0-414 186-124-70-288-70-225 0-398 139.5T406 1194q-179 41-292.5 184T0 1706zm182 0q0-134 89.5-231T496 1362l53-3q20 0 20-19l7-58q22-173 150-289.5T1026 876q176 0 306.5 117t146.5 289l8 62q4 18 22 18h172q141 0 243 102t102 242q0 145-101.5 247.5T1681 2056H526q-140 0-242-103.5T182 1706zM897 397q0 39 26 67l70 68q40 30 68 27 33 0 59-27.5t26-66.5-28-63l-63-70q-29-26-65-26-39 0-66 26.5T897 397zm570 472q111-107 261-107 158 0 268.5 110t110.5 268q0 100-54 196-155-153-372-153h-34q-40-174-180-314zm173-563q0 41 25 66t63 25q41 0 66-25t25-66V88q0-38-25.5-63T1728 0q-38 0-63 25t-25 63v218zm589 245q0 41 24 66 34 26 66 26 29 0 63-26l153-153q26-29 26-68 0-38-26-64t-63-26q-38 0-62 26l-157 153q-24 29-24 66zm85 1262q0 38 27 67l69 67q24 26 62 26t63.5-26.5 25.5-66.5q0-36-26-62l-69-69q-26-26-61-26-38 0-64.5 26t-26.5 64zm156-673q0 37 28 62 26 26 65 26h218q37 0 61.5-25t24.5-63-24.5-64.5-61.5-26.5h-218q-38 0-65.5 27t-27.5 64z"/></svg>
<svg class="tc-image-day-cloudy-gusts tc-image-button" width="22pt" height="22pt" viewBox="0 0 3127 2626"><path d="M0 2147q0 38 29 64 27 27 65 27h627q41 0 72.5 30t31.5 73-31.5 74-72.5 31-73-32q-29-26-65-26-38 0-64 25.5t-26 63.5 26 64q85 85 202 85 118 0 201-83.5t83-201.5-83-202-201-84H94q-38 0-66 27.5T0 2147zm0-321q0 35 29 61 27 27 65 27h1170q118 0 201.5-83.5T1549 1629t-83-200-202-82q-121 0-201 81-25 26-25 65t24.5 63.5 63.5 24.5q38 0 66-25 30-30 72-30t72.5 30 30.5 73-30.5 74-72.5 31H94q-38 0-66 27.5T0 1826zm283-251q0 13 18 13h153q11 0 21-15 36-87 111.5-143.5T757 1366l56-8q20 0 20-18l7-55q17-173 146-289t304-116q176 0 305.5 115.5T1743 1285l7 62q0 19 19 19h174q144 0 245.5 100.5T2290 1709q0 143-101.5 244.5T1943 2055h-736q-20 0-20 19v146q0 18 20 18h736q143 0 264.5-71t192-193 70.5-265q0-118-45-216 121-159 121-353 0-150-75.5-279T2266 656.5 1987 581q-247 0-412 185-128-65-285-65-225 0-398 139.5T672 1197q-136 32-240.5 131T286 1562v4q-3 5-3 9zm872-1176q0 37 29 64l65 69q26 26 65 26 40 0 65.5-24.5T1405 469q0-38-24-64l-70-69q-25-28-63-28t-65.5 27-27.5 64zm568 470q115-109 264-109 155 0 267.5 112t112.5 268q0 104-55 195-153-153-369-153h-36q-38-173-184-313zm173-559q0 37 26.5 62.5T1987 398t65-25.5 27-62.5V92q0-38-27-65t-65-27-64.5 27-26.5 65v218zm592 242q0 39 24 64 27 27 65 27.5t61-27.5l156-153q27-27 27-65 0-37-27-64t-65-27-64 26l-153 157q-24 25-24 62zm82 1262q0 37 27 64l68 69q32 26 66 26 31 0 63-26 27-27 27-64 0-35-27-65l-68-69q-26-26-62-26-40 0-67 26.5t-27 64.5zm161-674q0 38 27 63 24 28 61 28h216q38 0 65-27t27-64-27.5-64.5-64.5-27.5h-216q-38 0-63 27t-25 65z"/></svg>
<svg class="tc-image-day-cloudy-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 2358 2044"><path d="M0 816q0-148 92.5-265T326 402q41-176 181.5-289T829 0q176 0 314.5 110.5T1323 393h28q176 0 300.5 123.5T1776 816q0 1-.5 4t-.5 6q120 128 120 304 0 121-60.5 224.5t-163 163.5-222.5 60q-154 0-273.5-95T1018 1242H409q-171-7-290-130.5T0 816zm145 0q0 112 77.5 194.5T409 1098h605q6-4 12-4h104q5 0 9 4h229q109-5 187-87.5t78-194.5q0-113-84-195.5T1351 538h-138q-15 0-15-15l-7-50q-14-139-119-233.5T829 145q-142 0-246 94T465 473l-6 50q0 15-17 15h-43q-108 12-181 91t-73 187zm661 961q-40-52 0-104l121-123q22-19 55-19 30 0 49 19t19 50q0 32-19 51l-122 126q-20 20-52 20-31 0-51-20zm362-535q34 86 110.5 139t170.5 53q124 0 210.5-89t86.5-215q0-62-20-112-53 98-148.5 159t-209.5 65h-200zm208 553q0-30 21.5-50t51.5-20q29 0 53 22 20 20 20 48v175q0 30-21.5 52t-51.5 22-51.5-22-21.5-52v-175zm470-195q0-29 20.5-49t50.5-20q31 0 50 19l126 123q21 23 21 51 0 30-21.5 51.5T2040 1797q-33 0-53-20l-121-126q-20-23-20-51zm0-940q0-31 20-50l121-126q22-20 53-20 30 0 53 20 21 24 21 54 0 28-21 51l-126 123q-20 20-50 20t-50.5-20.5T1846 660zm194 470q0-30 20-51t50-21h173q31 0 53 21t22 51q0 31-22 52.5t-53 21.5h-173q-30 0-50-21.5t-20-52.5z"/></svg>
<svg class="tc-image-day-cloudy-windy tc-image-button" width="22pt" height="22pt" viewBox="0 0 3105 2571"><path d="M0 2141q0 39 26 65 70 29 94 29h840q38 0 64.5-27.5t26.5-65.5q0-37-26.5-62.5T960 2054H120q-42 0-81 25.5T0 2141zm149-320q0 38 27 63 24 28 62 28h1003q38 0 65-26.5t27-64.5-27-65-65-27H238q-37 0-63 27t-26 65zm112-253q0 14 18 14h148q19 0 23-14 41-85 116-140.5t169-66.5h58q17 0 17-20l8-60q11-114 74-207.5T1055.5 927t215.5-53q174 0 304 117t148 290l8 60q0 20 19 20h171q142 0 245.5 102t103.5 242q0 144-103 246.5T1921 2054h-735q-18 0-18 20v142q0 19 18 19h735q144 0 266-71t193-193 71-266q0-116-46-214 124-154 124-350 0-150-75.5-279t-205-204.5T1968 582q-117 0-223.5 47.5T1559 763q-132-69-288-69-226 0-401 140t-223 358q-136 34-239.5 133.5T263 1561q-2 2-2 7zm76 913q0 38 28 63 25 27 62 27h1005q37 0 63-26.5t26-63.5q0-40-25.5-66.5T1432 2388H427q-38 0-64 26.5t-26 66.5zm798-2081q0 40 26 64l68 70q26 26 64 26 41 0 66.5-25.5T1385 469q0-37-26-63l-69-69q-27-27-61-27-40 0-67 26.5t-27 63.5zm572 467q106-101 261-101 156 0 265.5 109.5T2343 1141q0 107-49 193-151-152-373-152h-32q-46-184-182-315zm171-557q0 38 26.5 63t63.5 25q40 0 64.5-24.5T2057 310V92q0-39-25-65.5T1968 0q-37 0-63.5 27T1878 92v218zm589 244q0 39 27 64 20 26 64 26 43 0 63-26l156-154q26-24 26-66 0-37-26.5-63.5T2712 308t-65 25l-153 158q-27 26-27 63zm85 1265q0 39 25 64l70 67q39 29 65 29t65-29q26-26 26-64 0-37-26-65l-68-65q-30-28-69-28-38 0-63 26t-25 65zm154-674q0 39 29 65 29 27 64 27h217q36 0 62.5-27t26.5-65q0-36-26-60.5t-63-24.5h-217q-39 0-66 24.5t-27 60.5z"/></svg>
<svg class="tc-image-day-fog tc-image-button" width="22pt" height="22pt" viewBox="0 0 3133 2569"><path d="M0 2149q0 37 27 62.5t67 25.5h1996q38 0 65-25.5t27-62.5q0-38-27-64.5t-65-26.5H94q-40 0-67 26.5T0 2149zm280-334q0 37 27 62 27 29 64 29h1997q37 0 62.5-26.5t25.5-64.5q0-37-25-62.5t-63-25.5H371q-38 0-64.5 25.5T280 1815zm13-256q0 14 17 14h153q11 0 22-17 38-83 113.5-136t166.5-60l58-8q18 0 18-19l7-54q17-173 146.5-289T1299 874q173 0 302.5 115t147.5 286l8 62q0 18 20 18h172q103 0 187.5 55t125.5 146q11 17 21 17h154q21 0 14-24l-21-59q121-150 121-353 0-113-44-216t-118-178-178-119-218-44q-247 0-408 179-135-67-286-67-224 0-398.5 140.5T677 1192q-285 75-382 357-2 3-2 10zm173 918q0 38 29 64 25 28 63 28h1999q37 0 64-27t27-65q0-37-26.5-61.5T2557 2391H558q-38 0-65 24.5t-27 61.5zm701-2077q0 38 25 63l69 68q27 29 62 29 36 0 63.5-26.5T1414 468q0-38-27-67l-68-65q-26-28-64-28-39 0-63.5 26.5T1167 400zm567 467q108-108 259-108 157 0 267.5 111t110.5 267q0 104-52 192-152-152-370-152h-36q-45-188-179-310zm171-558q0 37 25.5 62.5T1993 397q40 0 67-25.5t27-62.5V91q0-37-28-64t-66-27q-37 0-62.5 26.5T1905 91v218zm586 243q0 36 26 64 59 57 131 0l152-153q26-28 26-68 0-37-26-63t-63-26q-38 0-64 26l-156 157q-26 28-26 63zm86 1258q0 38 28 64l68 69q26 26 62 26 33 0 65-26 26-28 26-68 0-36-26-60l-69-70q-28-26-64-26-38 0-64 26.5t-26 64.5zm158-673q0 39 28 64 24 27 63 27h219q37 0 62.5-26.5t25.5-64.5-25.5-64-62.5-26h-219q-38 0-64.5 26.5T2735 1137z"/></svg>
<svg class="tc-image-day-hail tc-image-button" width="22pt" height="22pt" viewBox="0 0 2885 2851"><path d="M0 1715q0 214 149 367.5T512 2246q19 0 19-18v-143q0-19-19-19-137-7-233.5-109.5T182 1715q0-133 90.5-231T497 1370l57-4q21 0 21-19l7-59q17-173 146.5-289.5T1034 882q174 0 305.5 116.5T1489 1288l8 62q0 20 18 20h173q143 0 247.5 102.5T2040 1715q0 139-97 241.5T1709 2066q-21 0-21 19v143q0 18 21 18 214-7 362-161.5t148-369.5q0-119-44-214 126-154 126-355 0-151-76-280.5T2019.5 660 1739 584q-250 0-416 187-128-70-289-70-226 0-401.5 140T407 1200q-177 42-292 186T0 1715zm569 753q16 35 49 48 32 16 67.5 2.5T733 2471q16-35 2.5-69t-47.5-47q-32-17-66.5-3t-50.5 50q-15 27-2 66zm69-303q0 22 10 41 31 49 95 49 51 0 74-69l111-343q13-39-7.5-71.5T862 1732q-35-11-67.5 6.5T751 1792l-110 344q-3 15-3 29zm199 599q0 21 5 31 14 35 48 48 15 8 37 8 10 0 32-6 35-13 50.5-48.5t-.5-70.5-48-48.5-66 .5q-31 12-44.5 37.5T837 2764zm65-2362q0 40 26 64l69 69q26 26 58 29 33 5 65.5-24.5T1153 471q0-38-26-64l-68-68q-30-27-66-27-39 0-65 26t-26 64zm13 2075q0 26 17 51t51 35q18 4 26 4 24 0 41-8 32-13 46-61l192-655q11-38-6-69.5t-53-41.5q-38-11-70.5 6t-43.5 54l-196 660q-4 20-4 25zm368-41q0 20 7 33 14 33 48 47 17 8 37 8 10 0 32-6 36-14 49-47 13-35 0-67.5t-45-48.5q-36-17-70-3t-51 50q-7 13-7 34zm77-274q0 25 16.5 48.5t49.5 33.5q14 3 27 3 62 0 84-65l110-339q12-37-7-69t-55-42q-38-11-68.5 6t-42.5 54l-109 341q-5 22-5 29zm114-1288q107-103 265-103 156 0 267 109.5t111 265.5q0 100-55 197-153-154-374-154h-33q-47-185-181-315zm173-562q0 38 27 65t65 27q37 0 62.5-27t25.5-65V92q0-38-25.5-65T1739 0q-38 0-65 27t-27 65v220zm592 244q0 39 27 64 24 28 61.5 27.5T2392 620l154-154q29-24 29-64 0-38-27.5-65t-65.5-27q-35 0-61 29l-155 153q-27 25-27 64zm86 1270q0 36 26 64l70 67q23 29 64 29 38 0 61-29 29-26 29-64t-29-65l-69-66q-25-28-62-28t-63.5 27-26.5 65zm156-680q0 38 28 64 28 28 66 28h217q38 0 65.5-27t27.5-65q0-37-27-62.5t-66-25.5h-217q-40 0-67 25.5t-27 62.5z"/></svg>
<svg class="tc-image-day-haze tc-image-button" width="22pt" height="22pt" viewBox="0 0 2267 1798"><path d="M0 1133q0-38 27-65 29-27 64-27h218q37 0 61.5 27t24.5 65-24.5 64.5T309 1224H91q-37 0-64-27t-27-64zm305-737q0-37 25-65 32-27 68-27 34 0 63 27l152 156q26 24 26 63 0 38-25.5 63.5T550 639q-39 0-63-26L330 461q-25-27-25-65zm17 993q0-36 25-59t68-23h609q43 0 68.5 23t25.5 59q0 43-25 68.5t-69 25.5H415q-43 0-68-25t-25-69zm105 315q0-35 29.5-64t64.5-29q42 0 67.5 28t25.5 65q0 44-25 69t-68 25q-37 0-65.5-26t-28.5-68zm151-540v-7q5-201 139.5-350T1048 627h5q31-6 81-6t81 6h4q196 31 330.5 180t139.5 350v7q0 26-24 26h-121q-19 0-27-10t-8-19q-6-149-115-252.5T1134 805 874 908.5 759 1161q0 9-8.5 19t-27.5 10H602q-24 0-24-26zm107 540q0-37 25.5-65t67.5-28h409q35 0 64.5 29t29.5 64q0 42-28.5 68t-65.5 26H778q-43 0-68-25t-25-69zm357-1395V92q0-38 27-65t64-27 64 27 27 65v217q0 37-26.5 62t-64.5 25-64.5-25-26.5-62zm145 1080q0-34 29-58t65-24 65 24 29 58q0 42-28.5 68t-65.5 26-65.5-26-28.5-68zm164 315q0-37 26-65t68-28h198q42 0 67.5 28t25.5 65q0 44-24.5 69t-68.5 25h-198q-43 0-68.5-25t-25.5-69zm94-315q0-34 28.5-58t64.5-24h327q35 0 58 23.5t23 58.5q0 43-22.5 68.5T1865 1483h-327q-37 0-65-26t-28-68zm186-839q0-40 24-63l152-156q29-27 63-27 37 0 64 27t27 65q0 39-26 65l-156 152q-29 26-64 26-36 0-60-25.5t-24-63.5zm241 583q0-37 26-65 27-27 61-27h216q37 0 64.5 27.5t27.5 64.5-27.5 64-64.5 27h-216q-37 0-62-26.5t-25-64.5z"/></svg>
<svg class="tc-image-day-light-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2709 2267"><path d="M0 1485q0 38 28 64 25 27 64 27h1005q37 0 62.5-26.5t25.5-64.5q0-37-25-62.5t-63-25.5H92q-38 0-65 25.5T0 1485zm36 656q0 39 27 64 26 27 64 27h1006q38 0 65-27t27-64-27-62.5-65-25.5H127q-38 0-64.5 25.5T36 2141zm146-331q0 38 27 63t67 25h1003q38 0 63-25t25-63q0-40-25-65.5t-63-25.5H276q-40 0-67 26t-27 65zm259-677q0-38 28-66 28-26 64-26h217q37 0 62 27t25 65-25 64.5-62 26.5H533q-38 0-65-27t-27-64zm305-738q0-36 26-65 31-26 67-26 35 0 63 26l152 157q26 24 26 63 0 38-25.5 63.5T991 639q-39 0-63-26L772 461q-26-28-26-66zm272 725v-7q3-146 79-269.5t203-195 274-71.5q112 0 215 44.5t177.5 119T2085 918t44 215q0 150-74 277.5t-201 202-277 75.5h-21q-11 0-19-8t-8-19v-130q0-21 23-21h26q154-1 263.5-111.5T1951 1133q0-154-110.5-263T1574 761q-151 0-260 104t-115 253q0 9-8 18.5t-27 9.5h-122q-24 0-24-26zm466 1054v-212q0-38 26-64t64-26q39 0 65 26t26 64v212q0 39-26.5 66t-64.5 27-64-26.5-26-66.5zm0-1865V91q0-38 26.5-64.5T1574 0t64 27 27 64v218q0 37-26.5 61.5T1574 395t-64-24.5-26-61.5zm588 1406q0-37 24-60 24-25 61-25 39 0 64 25l155 152q26 28 26 65t-26 63q-64 50-128 0l-152-152q-24-27-24-68zm0-1165q0-40 24-63l152-157q28-26 63-26 38 0 64.5 27t26.5 64q0 40-26 66l-155 152q-29 26-64 26-36 0-60.5-25.5T2072 550zm241 583q0-37 27-66 26-26 60-26h216q37 0 65 27.5t28 64.5-28 64-65 27h-216q-37 0-62-26.5t-25-64.5z"/></svg>
<svg class="tc-image-day-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 2869 2913"><path d="M0 1711q0 213 148.5 366T511 2240q18 0 18-18v-146q0-19-18-19-139-11-234-110.5T182 1711q0-134 90.5-233.5T496 1367l56-8q21 0 21-18l6-54q17-173 146.5-289.5T1031 881q174 0 303.5 116t148.5 290l7 62q0 18 20 18h171q145 0 247.5 101t102.5 243q0 136-95 235.5T1702 2057q-21 0-21 19v146q0 18 21 18 213-7 360.5-161t147.5-368q0-108-50-221 127-151 127-349 0-114-44.5-217.5T2123 745t-178.5-119-216.5-44q-247 0-414 185-137-66-283-66-227 0-401.5 139T406 1199q-176 41-291 184.5T0 1711zm800 1202h32l567-837q6-7 2.5-14.5t-14.5-7.5h-233l245-449q12-23-15-23h-314q-13 0-23 15l-230 610q-4 22 15 22h231zm94-2515q0 40 26 66l70 69q67 51 129 0 26-29 26-68 0-37-26-63l-68-69q-30-27-66-27-37 0-64 27t-27 65zm570 472q109-109 264-109 156 0 266 111t110 269q0 97-54 193-156-150-369-150h-33q-43-182-184-314zm173-564q0 40 25.5 66t65.5 26q38 0 63-25.5t25-66.5V88q0-38-25-63t-63-25-64.5 25-26.5 63v218zm588 247q0 37 29 64t59 27q26 0 66-27l154-153q27-29 27-67 0-39-26.5-65t-64.5-26q-35 0-62 27l-153 153q-29 31-29 67zm87 1261q0 37 26 65l69 70q26 26 62 26 38 0 64.5-27t26.5-67q0-36-27-61l-66-70q-30-25-66-25-37 0-63 26t-26 63zm155-673q0 35 28 61 27 27 64 27h218q38 0 65-25.5t27-62.5q0-38-27.5-65t-64.5-27h-218q-37 0-64.5 27t-27.5 65z"/></svg>
<svg class="tc-image-day-rain tc-image-button" width="22pt" height="22pt" viewBox="0 0 2878 2862"><path d="M0 1711q0 213 148.5 366.5T512 2241q18 0 18-18v-143q0-18-18-18-137-7-233.5-109.5T182 1711q0-132 90.5-230T497 1367l56-5q21 0 21-18l7-58q17-173 146.5-290T1032 879q174 0 305 117t149 290l8 61q0 20 18 20h173q142 0 245.5 102t103.5 242q0 139-96 241.5T1705 2062q-20 0-20 18v143q0 18 20 18 213-7 361.5-161.5T2215 1711q0-115-45-214 125-155 125-353 0-152-75.5-281.5T2015 658t-280-75q-249 0-414 186-131-70-289-70-226 0-401 140.5T407 1198q-177 42-292 185.5T0 1711zm576 731q0 27 17.5 52.5T646 2530q18 4 29 4 63 0 82-68l169-627q11-38-8.5-71t-56.5-40q-35-11-67.5 7t-43.5 54l-169 630q-5 20-5 23zm278 329q0 30 16 55.5t55 31.5q18 4 28 4 25 0 48-18.5t29-51.5l256-953q10-37-7.5-68.5T1225 1728q-37-11-69.5 7t-42.5 54l-256 953q-3 27-3 29zm45-2371q0 38 27 65l69 70q31 24 66 24 34 0 62-25t28-63q0-39-26-68l-68-69q-29-27-64-27-39 0-66.5 27.5T899 400zm398 2045q0 26 16.5 50.5t49.5 34.5q18 4 27 4 28 0 52.5-15.5t31.5-52.5l169-627q10-37-7.5-68.5T1582 1728q-38-11-69.5 7t-41.5 54l-169 630q-5 23-5 26zm174-1573q113-107 264-107 157 0 267 110.5t110 268.5q0 100-55 197-155-155-372-155h-35q-45-186-179-314zm172-560q0 37 27 62.5t65 25.5q37 0 62.5-25t25.5-63V93q0-41-25-67t-63-26q-40 0-66 26.5T1643 93v219zm590 243q0 39 29 63 22 25 58.5 27.5T2387 618l154-153q28-27 28-67 0-39-26.5-65t-65.5-26q-33 0-62 27l-153 154q-29 27-29 67zm87 1264q0 38 26 67l69 67q28 22 64 22l2 2q36 0 62-26t26-65q0-38-28-62l-66-70q-29-26-66-26t-63 26.5-26 64.5zm155-675q0 38 28 63 28 28 66 28h217q38 0 65-27t27-64q0-38-27-65.5t-65-27.5h-217q-38 0-66 27.5t-28 65.5z"/></svg>
<svg class="tc-image-day-rain-mix tc-image-button" width="22pt" height="22pt" viewBox="0 0 2871 2885"><path d="M0 1711q0 212 146 363t360 161q19 0 19-18v-142q0-19-19-19-137-7-231-106.5T181 1711q0-135 90-234t224-110l56-8q17 0 17-15l8-59q20-175 147.5-290T1026 880t305.5 115 147.5 287l7 62q4 18 23 18h171q142 0 244 102.5t102 246.5q0 139-94 238.5T1701 2056q-21 0-21 19v142q0 18 21 18 213-7 359-159t146-365q0-108-41-214 124-154 124-357 0-113-44-216.5T2126 745t-178.5-119.5T1730 581q-246 0-412 186-143-70-292-70-226 0-398.5 140T406 1197q-180 41-293 184.5T0 1711zm571 750q0 27 17.5 54t50.5 37q37 11 68.5-4t42.5-60l15-65q8-36-10.5-67.5T699 2313q-36-11-68 8t-42 57l-15 63q-3 9-3 20zm82-309q0 35 26 61 25 27 60 27 38 0 64.5-25.5T830 2152t-26.5-62.5T739 2064q-37 0-61.5 25t-24.5 63zm65-243q-2 25 14 48.5t51 34.5q33 10 66.5-7.5T894 1930l29-96q12-39-7-69.5t-58-41.5q-35-11-67.5 7t-43.5 53l-26 98q-3 27-3 28zm123 885q0 27 17 52.5t52 35.5q14 3 26 3 69 0 85-65l14-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-14 63q-4 18-4 24zm60-2394q0 38 26 64l70 68q22 25 57.5 27.5T1121 532q26-26 26-63 0-38-26-64l-67-69q-25-25-63-28-37 0-63.5 27T901 400zm24 2084q0 36 26 62t62 26q38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm66-242q-2 24 14.5 50t48.5 32q37 10 68-6t44-60l28-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm295 229q0 27 16 51.5t49 34.5q5 0 15 2t15 2q65 0 81-70l15-64q11-34-7.5-67t-54.5-44q-40-10-72.5 8.5T1299 2381l-10 63q0 2-1.5 12t-1.5 15zm79-315q0 37 26 61 24 26 62 26t63-25 25-62q0-38-25-63t-63-25-63 25-25 63zm65-247q0 27 17 51.5t52 34.5q3 0 13 2t15 2q17 0 39-10 33-17 43-56l26-96q10-36-7.5-67.5T1574 1727q-37-11-68.5 6t-42.5 54l-30 97q0 3-1.5 11.5t-1.5 13.5zm37-1036q106-106 263-106 158 0 269 108.5t111 264.5q0 106-57 200-157-157-373-157h-33q-45-175-180-310zm176-562q0 37 24.5 61.5T1730 397q39 0 66-24.5t27-61.5V91q0-37-27.5-64T1730 0q-37 0-62 26.5T1643 91v220zm589 242q0 40 24 64 57 57 129 0l153-153q27-27 27-67 0-38-26.5-64.5T2474 306q-37 0-65 26l-153 158q-24 23-24 63zm83 1264q0 37 29 63l65 67q32 26 65 26 32 0 64-26 27-25 27-63 0-36-27-66l-69-65q-24-27-61-27t-64 27q-29 27-29 64zm158-677q0 38 28 63 29 29 66 29h216q37 0 62.5-27t25.5-65-25.5-64.5-62.5-26.5h-216q-38 0-66 27t-28 64z"/></svg>
<svg class="tc-image-day-rain-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2886 2907"><path d="M0 1714q0 180 107 321.5T382 2224q15 2 26-8l125-150q-143 0-245-103.5T186 1714q0-133 90.5-231T502 1369l52-3q21 0 21-20l8-58q17-173 147-290t305-117q176 0 307 117t148 290l7 63q7 18 23 18h175q141 0 243 101.5t102 243.5q0 135-90.5 236T1729 2062q-78 9-96 30l-234 301q-22 30-17 67t33 60q24 27 63.5 22t63.5-38l205-262q131-13 239.5-87t171.5-191 63-250q0-115-45-214 126-153 126-355 0-113-45-217t-120.5-179T1957 629t-218-45q-240 0-414 186-127-70-290-70-226 0-400 140.5T414 1200q-181 41-297.5 185T0 1714zm416 879q12 35 49 51 35 16 71 1t49-50q15-33 .5-66.5T538 2479q-35-16-70.5-2t-48.5 49q-13 41-3 67zm193-293v12q3 35 32 59 28 24 67 21t61-31l233-301q23-29 20-67.5t-31-60.5q-29-24-67.5-20t-64.5 33l-229 299q-21 26-21 56zm55 519q0 10 6 32 14 35 49 49 18 7 38 7 15 0 33-5 34-13 47-47 16-35 2.5-71t-47.5-49q-35-16-71.5-1.5T672 2782q-8 17-8 37zm178-253v11q3 36 35 62 24 26 64 21.5t64-36.5l442-558q22-32 18-68.5t-33-62.5q-29-23-66-18.5t-60 33.5l-444 561q-20 24-20 55zm62-2164q0 39 29 63l65 70q25 25 58 28 33 5 65.5-24t32.5-68q0-36-26-64l-69-69q-24-26-62-26-39 0-66 26t-27 64zm314 2286q0 19 7 33 14 35 48 49 17 8 37 8 10 0 32-6 36-14 49-49 16-35 2.5-70.5T1346 2604q-35-16-71.5-2t-49.5 48q-7 18-7 38zm257-1815q113-103 264-103 158 0 270 109.5t112 265.5q0 106-55 198-155-155-371-155h-36q-44-184-184-315zm173-561q0 37 26.5 62.5T1739 400q39 0 66-25.5t27-62.5V91q0-37-27.5-64T1739 0q-37 0-64 26.5T1648 91v221zm595 243q0 38 24 64 28 27 65.5 27.5T2393 619l159-154q26-26 26-65 0-38-27.5-65.5T2486 307q-35 0-64 27l-155 157q-24 26-24 64zm83 1270q0 38 26 64l70 67q26 26 58 29h6q28 0 66-29 26-26 26-62 0-38-26-67l-70-66q-26-27-63-27-39 0-66 26.5t-27 64.5zm160-680q0 38 26 64 26 29 64 29h218q38 0 65-27.5t27-65.5q0-37-27-62.5t-65-25.5h-218q-38 0-64 25.5t-26 62.5z"/></svg>
<svg class="tc-image-day-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2869 2846"><path d="M0 1700q0 213 148.5 365.5T511 2229q18 0 18-18v-143q0-19-18-19-136-7-231-108.5T185 1700q0-134 89.5-231T499 1356l53-4q21 0 21-19l6-57q17-173 146.5-289.5T1031 870q175 0 305 116.5t146 289.5l8 61q0 19 19 19h178q140 0 242 102t102 242q0 136-95.5 237T1705 2049q-18 0-18 19v143q0 18 18 18 140-4 256-76.5t182.5-192T2210 1700q0-114-44-209 121-150 121-350 0-114-44-217.5T2124 745t-178.5-119-217.5-44q-241 0-406 177-127-68-291-68-226 0-399.5 139.5T411 1188q-180 41-295.5 184T0 1700zm578 714q0 29 17 57t48 38q31 11 65.5-6.5T755 2444l27-112q11-33-7.5-66.5T720 2221q-40-10-72 9t-39 57l-30 106q-1 7-1 21zm139-503q0 61 68 84 35 12 68-5.5t44-56.5l26-110q11-33-7-66t-54-45q-39-10-71 8.5t-39 55.5l-32 109q-3 13-3 26zm130 841q0 26 18 53t52 38q1 0 10.5 1.5t15.5 1.5q22 0 39-8 30-13 44-62l29-106q11-37-7.5-69.5T993 2558q-37-11-69.5 7.5T881 2620l-30 109q-4 16-4 23zm49-2354q0 40 27 66l70 69q54 54 125 0 26-28 26-65t-26-65l-67-70q-26-26-64-26-37 0-64 26.5T896 398zm95 1843q0 27 17 54t50 37q37 11 68-5t43-60l26-108q11-37-6.5-69.5T1135 2046q-40-11-72.5 8.5T1023 2111l-30 110q-2 6-2 20zm297 184q4 60 67 88l27 4q26 0 50.5-17t34.5-53l31-108q10-38-9.5-70.5T1432 2229q-33-11-66 7.5t-44 54.5l-29 109q-1 4-2 9t-2 8.5-1 7.5zm149-508q0 26 16.5 51.5t48.5 34.5l27 3q31 0 55-19t30-50l29-106q11-38-7-69.5t-54-41.5q-37-11-68.5 6.5T1472 1780l-32 113q-3 13-3 24zm35-1052q106-102 256-102 157 0 268 110.5t111 267.5q0 90-50 188-153-153-370-153h-36q-43-181-179-311zm165-558q0 40 25.5 65.5T1728 398t65.5-25.5T1819 307V92q0-40-25.5-66T1728 0t-65.5 26-25.5 66v215zm592 245q0 40 24 65 33 27 66 27 30 0 63-27l153-153q26-29 26-67t-26-64-63-26-65 26l-154 153q-24 28-24 66zm84 1262q0 37 28 67l66 68q33 33 66 33 31 0 62-33 29-29 28-65.5t-28-63.5l-69-70q-26-26-61-26-38 0-65 26.5t-27 63.5zm157-673q0 36 26 62t62 26h218q41 0 67-25t26-63q0-40-26.5-66t-66.5-26h-218q-37 0-62.5 27t-25.5 65z"/></svg>
<svg class="tc-image-day-sleet tc-image-button" width="22pt" height="22pt" viewBox="0 0 2883 2895"><path d="M0 1714v-1q0-185 115.5-329T408 1198q49-219 224.5-360T1035 697q159 0 290 70 80-85 188-133.5t223-48.5q152 0 281.5 75.5t205 205T2298 1147q0 197-122 351 46 98 46 215 0 141-68 261.5T1968.5 2168t-258.5 77q-21 0-21-19v-143q0-19 21-19 137-7 232.5-109.5T2038 1713q0-142-103-244t-246-102h-172q-19 0-19-18l-8-63q-18-173-149.5-290.5T1035 878q-176 0-305.5 117.5T583 1286l-8 63q-5 14-24 14l-54 4q-135 16-225 113.5T182 1713v5h3q2 156 118 259 35 31 79 52v2q66 30 129 33 18 0 18 18v143q0 18-18 18-83-5-158-32v2q-133-46-225.5-153T9 1814v-4q-1-1-1-3-8-40-8-93zm587 765q0-5 2-13.5t2-12.5l10-63q11-38 43.5-56.5t72.5-8.5q36 11 54 43.5t7 66.5l-15 64q-16 70-81 70-5 0-15.5-1.5T653 2566q-33-10-49.5-35t-16.5-52zm79-314q0-38 25-63t63-25 63 25 25 63q0 37-25 61.5t-63 24.5q-37 0-61-26-27-25-27-60zm175 638q0-6 4-24l14-62q11-36 44-54.5t67-7.5q37 7 56 39t9 73l-14 63q-16 65-85 65-8 0-26-4-35-10-52-35.5t-17-52.5zm57-2401q0-38 27-64t67-26q38 0 64 26l67 70q27 27 27 64 0 39-32 68.5t-65 24.5q-33-3-59-29l-69-70q-27-27-27-64zm27 2092q0-37 25-62t63-25 63 25 25 62q0 38-25 63t-63 25q-35 0-62-27-26-26-26-61zm66-243q0-15 3-28l24-96q11-37 44-56.5t68-8.5q38 11 56.5 42.5t7.5 66.5l-28 96q-13 44-44 60.5t-68 6.5q-32-6-48.5-32.5T991 2251zm295 229q0-5 1.5-14t1.5-12l10-63q11-38 43.5-56.5t72.5-8.5q36 11 54.5 44t7.5 67l-15 64q-16 69-81 69-5 0-16-1.5t-14-1.5q-32-10-48.5-35t-16.5-52zm79-314q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25q-37 0-62-27-26-24-26-60zm110-1292q134 122 181 312h33q220 0 375 155 50-88 50-194 0-157-110.5-266.5T1736 771q-154 0-261 103zm170-562V93q0-38 27-65.5T1736 0q38 0 63.5 27t25.5 66v219q0 39-25.5 66t-63.5 27q-37 0-64-27.5t-27-65.5zm595 245q0-39 25-64l154-155q24-27 62-27 39 0 64 27 28 26 28 64t-28 64l-154 155q-31 30-67.5 27.5T2265 621q-25-25-25-64zm83 1270q0-38 26.5-65t64.5-27q37 0 65 28l66 67q28 28 28 65 0 38-28 64-22 28-58 28l-2-2q-38 0-66-26l-69-68q-27-27-27-64zm156-680q0-38 26.5-63.5t65.5-25.5h220q39 0 65.5 25.5t26.5 63.5-27 65-65 27h-220q-38 0-64-29-28-24-28-63z"/></svg>
<svg class="tc-image-day-sleet-storm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2883 2894"><path d="M0 1713q0 179 106.5 320T382 2221l-70 181q-8 23 15 23h227l-152 449h31l465-604q6-7 2-14.5t-15-7.5H651l266-496q12-23-15-23H586q-15 0-25 16l-114 307q-115-29-190-123.5T182 1713q0-135 90-233t225-114l54-3q19 0 24-15l8-63q17-173 146.5-290.5T1035 877q174 0 305.5 117.5T1490 1285l8 63q0 18 19 18h172q143 0 246 102.5t103 244.5q0 139-95.5 241.5T1710 2064q-21 0-21 19v143q0 18 21 18 141-4 258.5-76.5t185.5-193 68-261.5q0-117-46-215 122-154 122-351 0-152-75.5-281.5t-205-205T1736 585q-115 0-223.5 48T1325 766q-129-69-290-69-227 0-402.5 140.5T408 1197q-177 41-292.5 186T0 1713zm841 1090q0 27 17 52.5t52 35.5q14 3 26 3 69 0 85-65l14-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-14 63q-4 18-4 24zm57-2401q0 37 27 64l69 70q25 25 59 28 33 5 65-24t32-68q0-37-27-64l-67-70q-26-26-64-26-40 0-67 26t-27 64zm27 2091q0 36 26 62t62 26q38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm66-242q-2 24 14.5 50t48.5 32q37 10 68-6t44-60l28-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm295 229q0 27 16 51.5t49 34.5q5 0 15 2t15 2q65 0 81-70l15-64q11-34-7.5-67t-54.5-44q-40-10-72.5 8.5T1299 2390l-10 63q0 2-1.5 12t-1.5 15zm79-315q0 37 26 61 24 26 62 26t63-25 25-62q0-38-25-63t-63-25-63 25-25 63zm110-1291q107-103 261-103 157 0 267.5 109.5T2114 1147q0 105-50 193-154-154-375-154h-33q-47-190-181-312zm170-562q0 38 26.5 65t64.5 27 63.5-26.5T1825 312V92q0-39-25.5-65.5T1736 0t-64.5 27-26.5 65v220zm595 244q0 39 25 64 22 25 58.5 27.5T2391 620l154-154q28-26 28-64t-28-64q-26-28-64-28-37 0-62 28l-154 154q-25 25-25 64zm83 1271q0 37 27 64l69 67q29 27 66 27l2 2q35 0 58-29 28-26 28-64 0-37-28-65l-66-66q-29-29-65-29-38 0-64.5 27.5T2323 1827zm156-680q0 39 28 63 25 28 64 28h220q38 0 65-26.5t27-64.5-26.5-63.5-65.5-25.5h-220q-39 0-65.5 25.5T2479 1147z"/></svg>
<svg class="tc-image-day-snow tc-image-button" width="22pt" height="22pt" viewBox="0 0 2864 2821"><path d="M0 1706q0 138 68 257t185.5 191 256.5 76q18 0 18-18v-142q0-20-18-20-136-7-232.5-108.5T181 1706q0-132 90.5-230T495 1362l56-6q19 0 19-20l8-54q17-175 145.5-291.5T1027 874q174 0 304.5 116.5T1479 1279l8 62q0 18 18 18h172q144 0 246 102.5t102 244.5q0 134-96.5 235.5T1697 2050q-20 0-20 20v142q0 18 20 18 212-7 360-160t148-364q0-121-46-217 126-151 126-352 0-150-75-278.5T2006 655t-279-75q-246 0-413 185-130-70-287-70-225 0-399 139.5T405 1191q-179 44-292 187T0 1706zm677 432q0 38 25.5 65t62.5 27 62.5-27 25.5-65q0-36-25.5-62t-62.5-26-62.5 26-25.5 62zm0 387q0 33 26 61 28 26 62 26 38 0 63-25t25-62q0-38-25.5-63t-62.5-25-62.5 25-25.5 63zM895 399q0 39 26 63l70 70q26 26 57 27 33 5 65-23.5t32-67.5-26-68l-68-65q-24-27-62-27-40 0-67 26.5T895 399zm121 1944q0 36 26 64 26 26 62 26 38 0 64.5-26t26.5-64q0-37-26.5-63.5T1104 2253q-36 0-62 26.5t-26 63.5zm0-384q0 36 26 62t62 26q38 0 64.5-25.5t26.5-62.5-26.5-63-64.5-26q-36 0-62 26t-26 63zm0 774q0 35 26 61 27 27 62 27 38 0 64.5-25t26.5-63-26.5-64.5-64.5-26.5q-35 0-61.5 27t-26.5 64zm344-595q0 38 26 65t63 27 62.5-27 25.5-65q0-36-25.5-62t-62.5-26-63 26-26 62zm0 387q0 34 25 61 28 26 64 26 38 0 63-25t25-62q0-38-25.5-63t-62.5-25q-38 0-63.5 25.5T1360 2525zm104-1659q110-106 263-106 155 0 265 111t110 266q0 100-54 196-153-153-371-153h-34q-47-187-179-314zm171-556q0 37 27 62t65 25 63-25 25-62V92q0-38-25.5-65T1727 0t-64.5 27.5T1635 92v218zm588 242q0 37 27 63 24 25 59.5 27.5T2376 615l153-153q28-28 28-65 0-38-27.5-65t-64.5-27q-35 0-62 27l-153 156q-27 25-27 64zm86 1258q0 40 26 66l68 67q39 26 68 26 33 0 59.5-27.5t26.5-65.5q0-36-28-62l-66-69q-28-26-65-26t-63 26.5-26 64.5zm154-673q0 38 28 63 27 29 66 29h216q37 0 64-27t27-65-27-64.5-64-26.5h-216q-38 0-66 27t-28 64z"/></svg>
<svg class="tc-image-day-snow-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2883 2874"><path d="M0 1713q0 179 106.5 320T382 2221l-70 181q-8 23 15 23h227l-152 449h31l465-604q6-7 2-14.5t-15-7.5H651l266-496q12-23-15-23H586q-15 0-25 16l-114 307q-115-29-190-123.5T182 1713q0-135 90-233t225-114l54-3q19 0 24-15l8-63q17-173 146.5-290.5T1035 877q174 0 305.5 117.5T1490 1285l8 63q0 18 19 18h172q143 0 246 102.5t103 244.5q0 139-95.5 241.5T1710 2064q-21 0-21 19v143q0 18 21 18 141-4 258.5-76.5t185.5-193 68-261.5q0-117-46-215 122-154 122-351 0-152-75.5-281.5t-205-205T1736 585q-115 0-223.5 48T1325 766q-129-69-290-69-227 0-402.5 140.5T408 1197q-177 41-292.5 186T0 1713zM898 402q0 37 27 64l69 70q25 25 59 28 33 5 65-24t32-68q0-37-27-64l-67-70q-26-26-64-26-40 0-67 26t-27 64zm125 1959q0 39 26 63 26 26 62 26 38 0 65-26t27-63q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T1023 2361zm0-388q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm0 780q0 35 26 61 27 27 62 27 38 0 65-25.5t27-62.5q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T1023 2753zm345-599q0 38 26.5 64.5t63.5 26.5 62.5-26.5 25.5-64.5q0-36-25.5-62t-62.5-26-63.5 26-26.5 62zm0 388q0 36 26 62t64 26 63-25.5 25-62.5q0-38-25-63t-63-25-64 25-26 63zm107-1668q107-103 261-103 157 0 267.5 109.5T2114 1147q0 105-50 193-154-154-375-154h-33q-47-190-181-312zm170-562q0 38 26.5 65t64.5 27 63.5-26.5T1825 312V92q0-39-25.5-65.5T1736 0t-64.5 27-26.5 65v220zm595 244q0 39 25 64 22 25 58.5 27.5T2391 620l154-154q28-26 28-64t-28-64q-26-28-64-28-37 0-62 28l-154 154q-25 25-25 64zm83 1271q0 37 27 64l69 67q29 27 66 27l2 2q35 0 58-29 28-26 28-64 0-37-28-65l-66-66q-29-29-65-29-38 0-64.5 27.5T2323 1827zm156-680q0 39 28 63 25 28 64 28h220q38 0 65-26.5t27-64.5-26.5-63.5-65.5-25.5h-220q-39 0-65.5 25.5T2479 1147z"/></svg>
<svg class="tc-image-day-snow-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2864 2821"><path d="M0 1706q0 138 68 257t185.5 191 256.5 76q18 0 18-18v-142q0-20-18-20-136-7-232.5-108.5T181 1706q0-132 90.5-230T495 1362l56-6q19 0 19-20l8-54q17-175 145.5-291.5T1027 874q174 0 304.5 116.5T1479 1279l8 62q0 18 18 18h172q144 0 246 102.5t102 244.5q0 134-96.5 235.5T1697 2050q-20 0-20 20v142q0 18 20 18 212-7 360-160t148-364q0-121-46-217 126-151 126-352 0-150-75-278.5T2006 655t-279-75q-246 0-413 185-130-70-287-70-225 0-399 139.5T405 1191q-179 44-292 187T0 1706zm585 819q0 33 26 61 28 26 62 26 38 0 63-25t25-62q0-38-25.5-63t-62.5-25-62.5 25-25.5 63zm92-387q0 38 25.5 65t62.5 27 62.5-27 25.5-65q0-36-25.5-62t-62.5-26-62.5 26-25.5 62zm202 595q0 35 26 61 27 27 62 27 38 0 64.5-25t26.5-63-27-64.5-64-26.5q-35 0-61.5 27t-26.5 64zm16-2334q0 39 26 63l70 70q26 26 57 27 33 5 65-23.5t32-67.5-26-68l-68-65q-24-27-62-27-40 0-67 26.5T895 399zm75 1944q0 35 27 64 26 26 61 26 38 0 65-26t27-64q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm46-384q0 36 26 62t62 26q38 0 64.5-25.5t26.5-62.5-26.5-63-64.5-26q-36 0-62 26t-26 63zm253 566q0 34 25 61 28 26 64 26 38 0 63-25t25-62q0-38-25-63t-63-25-63.5 25.5-25.5 62.5zm91-387q0 38 26 65t63 27 62.5-27 25.5-65q0-36-25.5-62t-62.5-26-63 26-26 62zm104-1272q110-106 263-106 155 0 265 111t110 266q0 100-54 196-153-153-371-153h-34q-47-187-179-314zm171-556q0 37 27 62t65 25 63-25 25-62V92q0-38-25.5-65T1727 0t-64.5 27.5T1635 92v218zm588 242q0 37 27 63 24 25 59.5 27.5T2376 615l153-153q28-28 28-65 0-38-27.5-65t-64.5-27q-35 0-62 27l-153 156q-27 25-27 64zm86 1258q0 40 26 66l68 67q39 26 68 26 33 0 59.5-27.5t26.5-65.5q0-36-28-62l-66-69q-28-26-65-26t-63 26.5-26 64.5zm154-673q0 38 28 63 27 29 66 29h216q37 0 64-27t27-65-27-64.5-64-26.5h-216q-38 0-66 27t-28 64z"/></svg>
<svg class="tc-image-day-sprinkle tc-image-button" width="22pt" height="22pt" viewBox="0 0 2864 2466"><path d="M0 1702q0 139 68 258.5T253 2152t256 78q19 0 19-18v-142q0-20-19-20-136-7-232-108.5T181 1702q0-132 90-229.5T494 1359l56-3q20 0 20-19l8-58q17-173 145.5-289T1027 874q172 0 302.5 116.5T1479 1279l7 62q0 18 18 18h173q141 0 244.5 102t103.5 241q0 138-96 239.5T1696 2050q-19 0-19 20v142q0 18 19 18 139-4 256-76.5t184-192.5 67-259q0-118-44-213 124-152 124-352 0-151-75-279.5t-203-203-278-74.5q-248 0-413 185-131-70-287-70-225 0-399 139.5T405 1191q-176 42-290.5 185T0 1702zm630 94q0 61 45 104t108 43q64 0 107-42.5t43-104.5q0-39-37.5-107T826 1583q-34-36-43-45l-38 43q-43 46-79 110t-36 105zM895 397q0 41 26 65l69 70q67 50 129 0 26-31 26-68t-26-63l-68-69q-30-27-65-27-39 0-65 27t-26 65zm52 1821q0 105 72.5 176.5T1195 2466q104 0 177-73t73-175q0-86-86-210-74-97-136-159-13-9-28-24l-25 24q-57 52-136 157-87 121-87 212zm157-706q0 40 30.5 69t73.5 29q41 0 70-29t29-69q0-66-99-171l-26 27q-29 32-53.5 74.5T1104 1512zm360-646q106-106 263-106 156 0 265.5 110t109.5 267q0 94-55 196-155-153-370-153h-35q-46-186-178-314zm171-561q0 38 27.5 65t64.5 27 62-27 25-65V88q0-38-24.5-63T1727 0t-65 25-27 63v217zm588 247q0 39 27 63 28 26 60 26 28 0 65-26l153-153q29-29 29-66 0-39-27-65t-65-26q-35 0-62 27l-153 153q-27 27-27 67zm86 1256q0 40 25 68l69 62q23 29 63 29 39 0 62-29 29-26 29-62 0-35-29-62l-65-69q-28-26-65-26-38 0-63.5 26t-25.5 63zm154-671q0 36 27 62 28 26 67 26h216q38 0 64.5-25.5t26.5-62.5q0-38-27-64.5t-64-26.5h-216q-38 0-66 27t-28 64z"/></svg>
<svg class="tc-image-day-storm-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2883 2874"><path d="M0 1713q0 179 106.5 320T382 2221l-70 181q-8 23 15 23h227l-152 449h31l465-604q6-7 2-14.5t-15-7.5H651l266-496q12-23-15-23H586q-15 0-25 16l-114 307q-115-29-190-123.5T182 1713q0-135 90-233t225-114l54-3q19 0 24-15l8-63q17-173 146.5-290.5T1035 877q174 0 305.5 117.5T1490 1285l8 63q0 18 19 18h172q143 0 246 102.5t103 244.5q0 139-95.5 241.5T1710 2064q-21 0-21 19v143q0 18 21 18 141-4 258.5-76.5t185.5-193 68-261.5q0-117-46-215 122-154 122-351 0-152-75.5-281.5t-205-205T1736 585q-115 0-223.5 48T1325 766q-129-69-290-69-227 0-402.5 140.5T408 1197q-177 41-292.5 186T0 1713zm873 1058q0 24 17 50t49 36q18 4 27 4 24 0 41-8 34-13 46-61l29-110q10-40-9-71.5t-57-39.5q-33-11-66 8t-45 55l-27 111q-5 22-5 26zm25-2369q0 37 27 64l69 70q25 25 59 28 33 5 65-24t32-68q0-37-27-64l-67-70q-26-26-64-26-40 0-67 26t-27 64zm118 1857q-1 26 15 50.5t51 34.5q34 11 66.5-6.5t44.5-59.5l32-110q11-35-8.5-67.5T1159 2057q-36-11-68.5 7.5T1047 2121l-26 112q-5 22-5 26zm302 179q0 23 11 42 21 34 58 46 18 6 30 6 20 0 33-8 32-12 48-64l27-108q11-38-7-69.5t-54-41.5q-37-11-69.5 7t-43.5 54l-30 111q-3 14-3 25zm146-514q0 28 17.5 53.5t52.5 35.5q27 9 65-5 32-14 46-61l29-107q10-40-8.5-71.5T1609 1729q-36-11-68 6.5t-43 53.5l-31 113q-3 21-3 22zm11-1050q107-103 261-103 157 0 267.5 109.5T2114 1147q0 105-50 193-154-154-375-154h-33q-47-190-181-312zm170-562q0 38 26.5 65t64.5 27 63.5-26.5T1825 312V92q0-39-25.5-65.5T1736 0t-64.5 27-26.5 65v220zm595 244q0 39 25 64 22 25 58.5 27.5T2391 620l154-154q28-26 28-64t-28-64q-26-28-64-28-37 0-62 28l-154 154q-25 25-25 64zm83 1271q0 37 27 64l69 67q29 27 66 27l2 2q35 0 58-29 28-26 28-64 0-37-28-65l-66-66q-29-29-65-29-38 0-64.5 27.5T2323 1827zm156-680q0 39 28 63 25 28 64 28h220q38 0 65-26.5t27-64.5-26.5-63.5-65.5-25.5h-220q-39 0-65.5 25.5T2479 1147z"/></svg>
<svg class="tc-image-day-sunny tc-image-button" width="22pt" height="22pt" viewBox="0 0 2267 2267"><path d="M0 1133q0-39 27-66 28-26 64-26h218q37 0 61.5 27t24.5 65-24.5 64.5T309 1224H91q-37 0-64-27t-27-64zm305 739q0-37 25-65l157-152q24-25 63-25 38 0 63.5 24t25.5 61q0 39-26 68l-152 152q-65 51-131 0-25-27-25-63zm0-1477q0-37 25-65 31-26 68-26 35 0 63 26l152 157q26 24 26 63 0 38-25.5 63.5T550 639q-39 0-63-26L330 461q-25-27-25-66zm272 738q0-149 75-277.5T855.5 652t277.5-75q112 0 215 44.5t177.5 119T1644 918t44 215q0 150-74.5 278T1411 1613.5t-278 74.5-278-74.5T652 1411t-75-278zm181 0q0 156 109.5 266.5T1133 1510t266.5-110.5T1510 1133q0-154-110.5-263T1133 761q-155 0-265 109t-110 263zm284 829q0-38 26.5-64t64.5-26q39 0 65 26t26 64v212q0 39-26.5 66t-64.5 27-64.5-27-26.5-66v-212zm0-1653V91q0-37 27-64t64-27 64 27 27 64v218q0 37-26.5 61.5T1133 395t-64.5-24.5T1042 309zm589 1406q0-37 24-60 24-25 60-25 39 0 64 25l156 152q26 28 26 65t-26 63q-64 50-128 0l-152-152q-24-27-24-68zm0-1165q0-40 24-63l152-157q28-26 63-26 38 0 64.5 27t26.5 64q0 40-26 66l-156 152q-29 26-64 26-36 0-60-25.5t-24-63.5zm241 583q0-38 26-66 26-26 61-26h216q37 0 64.5 27.5t27.5 64.5-27.5 64-64.5 27h-216q-37 0-62-26.5t-25-64.5z"/></svg>
<svg class="tc-image-day-sunny-overcast tc-image-button" width="22pt" height="22pt" viewBox="0 0 2542 2346"><path d="M0 1304q0 43 30 71t77 28h180q43 0 73.5-28.5T391 1304q0-46-30-76t-74-30H107q-47 0-77 29.5T0 1304zm189 660q0 155 113 268.5T570 2346h732q155 0 265.5-112t110.5-270q0-77-22-131 133-85 210.5-226.5T1944 1304q0-130-51-248.5t-136.5-204-204-136.5-247.5-51q-175 0-322.5 86t-232 233-84.5 321v36q-160 91-211 266-121 38-193.5 135T189 1964zM355 453q0 45 28 72l172 180q75 57 150 0 30-30 30-75 0-43-30-75L529 380q-34-31-74-31-45 0-72.5 30T355 453zm45 1511q0-67 43-115t109-54l66-9q21 0 21-24l10-60q11-92 78-154t158-62q93 0 161.5 62t79.5 154l9 69q10 24 26 24h141q69 0 119.5 50t50.5 119q0 72-50.5 123t-119.5 51H570q-72 0-121-51t-49-123zm472-682q11-175 135-294t298-119q178 0 303 127t125 308q0 112-54.5 207.5T1531 1666q-94-78-217-78-47-140-164-223t-265-83h-13zm329-933q0 44 30.5 74.5T1305 454q44 0 74.5-30.5T1410 349V99q0-42-30.5-70.5T1305 0q-43 0-73.5 28.5T1201 99v250zm674 1624q0 43 29 75l175 173q67 68 150 0 28-27 28-72 0-43-28-71l-180-179q-29-27-73-27t-72.5 29-28.5 72zm0-1345q0 45 29 77 29 29 72 29 44 0 73-29l180-180q28-27 28-72 0-44-30.5-74t-74.5-30q-42 0-73 31l-175 175q-29 29-29 73zm276 676q0 43 30 71t77 28h180q43 0 73.5-28.5t30.5-70.5q0-46-30-76t-74-30h-180q-47 0-77 29.5t-30 76.5z"/></svg>
<svg class="tc-image-day-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2875 2840"><path d="M0 1710q0 177 105 316t274 190l-68 181q-7 22 15 22h226l-133 421h31l445-575q6-7 1.5-14.5T881 2243H649l264-494q11-23-15-23H584q-15 0-25 15l-114 307q-114-29-189-124t-75-214q0-133 90.5-231T496 1365l56-7q21 0 21-19l6-54q17-173 147-290t305-117q174 0 304.5 117t149.5 290l6 62q0 18 19 18h172q145 0 247.5 101t102.5 244q0 136-95 235.5T1703 2056q-21 0-21 19v146q0 18 21 18 213-7 361.5-161t148.5-368q0-118-46-214 126-153 126-354 0-150-75.5-279T2013 658.5 1733 583q-247 0-414 185-129-69-288-69-226 0-401 140t-224 358q-177 41-291.5 184.5T0 1710zm863 1022q-2 24 14.5 47t49.5 35q11 3 22 3 27 0 54-16t36-50l244-914q10-37-7-68.5t-52-42.5q-37-11-69.5 7t-42.5 54l-246 917q-3 13-3 28zm35-2331q0 38 27 63l68 70q27 27 65 27.5t61-27.5q30-24 30-64 0-38-27-63l-67-70q-28-26-65-26-40 0-66 26t-26 64zm408 2005q0 19 12 40 20 32 53 46 11 5 32 5 24 0 35-6 32-13 44-62l159-592q10-38-8-69t-54-42q-37-11-68.5 7t-41.5 54l-159 595q0 4-2 12t-2 12zm163-1535q107-103 264-103 156 0 266.5 109t110.5 265q0 100-55 197-159-157-373-157h-33q-49-188-180-311zm172-560q0 37 27.5 64.5T1733 403q38 0 63-27t25-65V92q0-38-25-65t-63-27q-37 0-64.5 27T1641 92v219zm590 244q0 39 28 64 23 27 60.5 27t64.5-27l154-155q28-25 28-63t-27-65-65-27q-35 0-61 28l-154 154q-28 25-28 64zm86 1265q0 36 26 64l70 67q20 23 58 26l1 1q2 0 5 .5t5 .5q30 0 56-28 28-26 28-64 0-37-28-65l-69-65q-26-29-62-29-37 0-63.5 27t-26.5 65zm155-678q0 37 29 64 29 29 65 29h217q37 0 64.5-27.5t27.5-65.5q0-37-27-62.5t-65-25.5h-217q-40 0-67 25.5t-27 62.5z"/></svg>
<svg class="tc-image-day-windy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2885 2631"><path d="M0 2152q0 38 29 64 27 27 65 27h627q41 0 72.5 30t31.5 73-31.5 74-72.5 31-73-32q-29-26-65-26-38 0-64 25.5t-26 63.5 26 64q85 85 202 85 118 0 201-83.5t83-201.5-83-201.5-201-83.5H94q-38 0-66 27t-28 64zm0-321q0 36 29 62 26 26 65 26h1170q118 0 201.5-83.5T1549 1634t-83-200-202-82q-121 0-201 81-25 26-25 65t24.5 63.5 63.5 24.5q38 0 66-25 30-30 72-30t72.5 30 30.5 73-30.5 74-72.5 31H94q-38 0-66 27.5T0 1831zm617-698q0-38 28-66 28-26 64-26h217q37 0 62 27t25 65-25 64.5-62 26.5H709q-38 0-65-27t-27-64zm305-738q0-37 25-65 31-26 68-26 35 0 63 26l152 157q26 24 26 63 0 38-26 63.5t-63 25.5q-39 0-63-26L947 461q-25-27-25-66zm272 725v-7q3-146 79-269.5t203-195 274-71.5q112 0 215 44.5t177.5 119T2261 918t44 215q0 150-74 277.5t-201 202-277 75.5h-22q-11 0-18.5-8t-7.5-19v-130q0-21 23-21h26q154-1 263.5-111.5T2127 1133q0-154-110.5-263T1750 761q-151 0-260 104t-115 253q0 9-8.5 18.5t-27.5 9.5h-121q-24 0-24-26zm465 1054v-212q0-38 26.5-64t64.5-26q40 0 65.5 26t25.5 64v212q0 39-26.5 66t-64.5 27-64.5-27-26.5-66zm0-1865V91q0-37 26.5-64T1750 0t64.5 27 26.5 64v218q0 37-26.5 61.5T1750 395t-64.5-24.5T1659 309zm589 1406q0-37 24-60 24-25 61-25 39 0 64 25l155 152q26 28 26 65t-26 63q-64 50-128 0l-152-152q-24-27-24-68zm0-1165q0-40 24-63l152-157q28-26 63-26 37 0 64 27t27 64q0 40-26 66l-155 152q-29 26-64 26-36 0-60.5-25.5T2248 550zm241 583q0-38 26-66 26-26 61-26h216q37 0 65 27.5t28 64.5-28 64-65 27h-216q-37 0-62-26.5t-25-64.5z"/></svg>
<svg class="tc-image-db-shape tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 900"><path d="M450 0c184 0 305 29.333 363 88s87 179.333 87 362c0 184-29 305-87 363s-179 87-363 87c-182.667 0-303.333-29-362-87C29.333 755 0 634 0 450 0 267.333 29.333 146.667 88 88 146.667 29.333 267.333 0 450 0"/></svg>
<svg class="tc-image-deaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M1056 832q0 26 19 45t45 19 45-19 19-45q0-146-103-249T832 480 583 583 480 832q0 26 19 45t45 19 45-19 19-45q0-93 66-158.5T832 608t158 65.5 66 158.5zM835 256q-117 0-223.5 45.5t-184 123-123 184T259 832q0 26 19 45t45 19 45-19 19-45q0-185 131.5-316.5T835 384t316.5 131.5T1283 832q0 55-18 103.5t-37.5 74.5-59.5 72q-34 39-52 63t-43.5 66.5-37 91T1024 1408q0 106-75 181t-181 75q-26 0-45 19t-19 45 19 45 45 19q159 0 271.5-112.5T1152 1408q0-41 7.5-74t26.5-64 33.5-50 45.5-54q35-41 53-64.5t44-67.5 37.5-93.5T1411 832q0-117-45.5-223.5t-123-184-184-123T835 256zM591 975l226 226-579 579q-12 12-29 12t-29-12L12 1612q-12-12-12-29t12-29zM1612 12l168 168q12 12 12 29t-12 30l-233 233-26 25-71 71q-66-153-195-258l91-91 207-207q13-12 30-12t29 12z"/></svg>
<svg class="tc-image-debian tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.612998962402344 27.96000099182129"><path d="M14.268 15.103c.167-.13.319-.262.454-.391-.377.092-.76.094-1.146.059-.463.006.088.239.692.332zm1.794-.952c.276-.381.477-.798.548-1.229-.062.307-.229.572-.386.852-.866.545-.081-.324 0-.654-.931 1.172-.128.703-.162 1.03zm.918-2.388c.056-.834-.164-.571-.238-.252.086.045.155.588.238.252zM11.819.36c.247.044.534.078.494.137.27-.059.332-.114-.494-.137zm.482.159l.012-.022-.175.036zm-.631 17.24a5.44 5.44 0 0 1-1.779-1.361c.266.39.554.769.925 1.067-.629-.213-1.468-1.523-1.713-1.576 1.084 1.94 4.396 3.402 6.131 2.677-.803.029-1.822.016-2.724-.317-.347-.179-.807-.532-.811-.648-.017.045-.046.09-.028.158zm.035-.181a.032.032 0 0 0-.007.022l.007-.022zm9.952-7.588c.008-.425.118-.223.161-.328-.084-.048-.303-.374-.436-.999.097-.147.258.381.39.403-.085-.497-.23-.876-.236-1.258-.384-.803-.136.107-.448-.345-.409-1.276.339-.296.39-.875.62.898.973 2.289 1.135 2.866a11.778 11.778 0 0 0-.568-2.042c.188.079-.303-1.446.245-.436-.585-2.153-2.504-4.165-4.27-5.109.216.198.489.446.391.485-.878-.523-.724-.564-.849-.784-.716-.291-.762.023-1.236.001C14.978.854 14.718.93 13.477.482l.057.264c-.893-.297-1.041.113-2.006.001-.059-.046.309-.166.612-.21-.864.114-.823-.17-1.668.031.208-.146.428-.243.651-.367-.704.043-1.681.41-1.38.076C8.594.79 6.554 1.509 5.409 2.583l-.036-.241c-.525.63-2.288 1.881-2.428 2.697l-.14.033c-.273.462-.45.986-.666 1.462-.357.608-.524.234-.473.329C.964 8.287.615 9.483.314 10.464c.215.321.005 1.932.086 3.222-.353 6.369 4.47 12.552 9.741 13.98.773.276 1.922.266 2.899.294-1.153-.33-1.302-.175-2.425-.566-.81-.382-.988-.817-1.562-1.315l.227.401c-1.126-.398-.655-.493-1.571-.783l.243-.317c-.365-.028-.966-.615-1.131-.94l-.399.016c-.48-.592-.735-1.018-.716-1.348l-.129.23c-.146-.251-1.764-2.219-.925-1.761-.156-.143-.363-.232-.588-.64l.171-.195c-.404-.52-.743-1.186-.718-1.408.216.291.365.345.513.395-1.02-2.531-1.077-.139-1.85-2.576l.163-.013c-.125-.189-.201-.394-.302-.595l.071-.709c-.734-.849-.205-3.611-.099-5.125.073-.616.613-1.272 1.023-2.3l-.25-.043c.478-.834 2.729-3.348 3.772-3.219.505-.634-.1-.002-.199-.162 1.109-1.148 1.458-.811 2.207-1.018.807-.479-.693.187-.31-.183 1.396-.356.989-.81 2.81-.991.192.109-.446.169-.606.311 1.163-.569 3.68-.44 5.315.316 1.897.887 4.029 3.507 4.113 5.973l.096.026c-.048.98.15 2.114-.194 3.155l.234-.493c.027.749-.219 1.113-.442 1.756l-.401.2c-.328.636.032.404-.203.91-.512.455-1.552 1.423-1.885 1.511-.243-.005.165-.287.218-.397-.684.47-.549.706-1.596.992l-.031-.068c-2.583 1.215-6.17-1.193-6.123-4.478-.028.209-.078.156-.136.241-.133-1.691.781-3.388 2.322-4.081 1.508-.746 3.275-.44 4.355.566-.593-.777-1.774-1.601-3.173-1.524-1.371.022-2.653.893-3.081 1.838-.702.442-.784 1.704-1.09 1.935-.412 3.026.774 4.333 2.781 5.871.162.109.181.171.167.227l.003-.004c2.367.884 4.812.67 6.86-.972.521-.406 1.09-1.096 1.255-1.106-.248.373.042.179-.148.508.519-.837-.226-.341.537-1.446l.282.388c-.105-.695.863-1.539.765-2.638.222-.336.248.362.012 1.135.327-.858.086-.996.17-1.704.091.238.21.491.271.742-.213-.829.218-1.396.325-1.878-.105-.047-.329.366-.38-.613zM8.454 15.731c.304.414.546.862.935 1.185-.28-.546-.487-.772-.87-1.51l-.065.325zm.785-.353c-.161-.178-.257-.393-.363-.607.102.376.311.698.506 1.027l-.143-.42zm11.861-.021a8.083 8.083 0 0 0 .875-2.747l-.068.171a8.244 8.244 0 0 1-.807 2.576zM13.013 0c-.433.036-.864.058-1.29.113l.188.026c.313-.115.77-.063 1.102-.138zM1.042 6.472c.322-.724-.089-.26-.125-.453.05.643-.495.886.125.453zM.401 8.107C0 8.62.216 8.729.174 9.078c.145-.446.171-.713.227-.971z"/></svg>
<svg class="tc-image-debug-restart tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 28"><path d="M28 0v28h-5v-9a9 9 0 0 0-9-9h-1V6l-6.75 6.5L13 19v-4h1a4 4 0 0 1 4 4v9H0V0h28z"/></svg>
<svg class="tc-image-debug-step-into tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 29"><path d="M17 0h26v5H17V0zm3 8h23v5H20V8zm0 8h23v5H20v-5zm-3 8h26v5H17v-5zM5 12a4 4 0 0 0 4 4h2v-4l6.75 6.5L11 25v-4H9a9 9 0 0 1-9-9V9a9 9 0 0 1 9-9h2v5H9a4 4 0 0 0-4 4v3z"/></svg>
<svg class="tc-image-debug-step-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 45 30"><path d="M19 9h26v5H19V9zm3 8h23v5H22v-5zm-3 8h26v5H19v-5zM9 22A9 9 0 1 1 9 4h3V0l6.75 6.5L12 13V9H9a4 4 0 0 0 0 8h7v5H9z"/></svg>
<svg class="tc-image-debug-step-over tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 38"><path d="M10 0h1v5h-1a5 5 0 0 0-5 5v14a5 5 0 0 0 5 5h1v-4l6.75 6.5L11 38v-4h-1C4.477 34 0 29.523 0 24V10C0 4.477 4.477 0 10 0zm7 5h26v5H17V5zm3 8h23v5H20v-5zm-3 8h26v5H17v-5z"/></svg>
<svg class="tc-image-debug-stop tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 28"><path d="M0 0h28v28H0z"/></svg>
<svg class="tc-image-dedent tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1408"><path d="M384 416v576q0 13-9.5 22.5T352 1024q-14 0-23-9L41 727q-9-9-9-23t9-23l288-288q9-9 23-9 13 0 22.5 9.5T384 416zm1408 768v192q0 13-9.5 22.5t-22.5 9.5H32q-13 0-22.5-9.5T0 1376v-192q0-13 9.5-22.5T32 1152h1728q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5H672q-13 0-22.5-9.5T640 992V800q0-13 9.5-22.5T672 768h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5T1760 640H672q-13 0-22.5-9.5T640 608V416q0-13 9.5-22.5T672 384h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5T1760 256H32q-13 0-22.5-9.5T0 224V32Q0 19 9.5 9.5T32 0h1728q13 0 22.5 9.5T1792 32z"/></svg>
<svg class="tc-image-deeplink tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.75 36.41699981689453"><path d="M0 25.334h11.083v11.083H0V25.334zm0-12.667h11.083V23.75H0V12.667zM0 0h11.083v11.084H0V0zm12.667 0H23.75v11.084H12.667V0zm0 25.334H23.75v11.083H12.667V25.334zm0-12.667H23.75V23.75H12.667V12.667zm3.166 3.167v4.75h4.75v-4.75h-4.75zm26.917 1.583v3.167h-9.5l4.75 4.75h-5.542L25.333 19l7.125-6.333H38l-4.75 4.75h9.5z"/></svg>
<svg class="tc-image-deeplink-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.83100128173828 36.604000091552734"><path d="M0 25.333h11.084v11.083H0V25.333zm0-12.667h11.084V23.75H0V12.666zM0 0h11.084v11.083H0V0zm12.667 0H23.75v11.083H12.667V0zm0 12.666H23.75V23.75H12.667V12.666zm0 12.667H23.75v11.083H12.667V25.333zm3.167 3.167v4.75h4.75V28.5h-4.75zm27.81 5.697l-6.27 2.407-11.572-5.152 5.152-11.571 6.271-2.408-3.6 8.088a11.847 11.847 0 0 0 7.218-6.477c1.949-4.378 1.035-9.305-1.936-12.683a2.85 2.85 0 1 1 3.853-4.004c4.6 4.959 6.071 12.371 3.146 18.941a17.37 17.37 0 0 1-10.143 9.351l7.882 3.508z"/></svg>
<svg class="tc-image-deezer tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 8.927999496459961"><path d="M9.812 8.928h2.917v-.884H9.81v.884zm-6.54 0h2.916v-.884H3.27v.884zM0 8.928h2.917v-.884H0v.884zm6.54 0h2.92v-.884H6.54v.884zm6.543 0H16v-.884h-2.917v.884zm0-1.15H16v-.883h-2.917v.885zm-6.542 0H9.46v-.883H6.54v.885zm-6.54 0h2.917v-.883H0v.885zm3.27 0H6.19v-.883H3.27v.885zm6.542 0h2.917v-.883H9.81v.885zm0-1.148h2.917v-.884H9.81v.884zm-6.54 0h2.916v-.884H3.27v.884zm-3.272 0h2.917v-.884H0v.884zm6.54 0H9.46v-.884H6.54v.884zm6.543 0H16v-.884h-2.917v.884zm0-1.15H16v-.883h-2.917v.884zm-6.542 0H9.46v-.883H6.54v.884zm-6.54 0h2.917v-.883H0v.884zm9.812 0h2.917v-.883H9.81v.884zm0-1.15h2.917v-.882H9.81v.883zM0 4.331h2.917v-.882H0v.883zm6.54 0h2.92v-.882H6.54v.883zm6.543 0H16v-.883h-2.917v.884zM6.54 3.184h2.92v-.885H6.54v.884zm6.543-.002H16v-.883h-2.917v.883zM6.54 2.034h2.92v-.885H6.54v.885zm6.543 0H16v-.885h-2.917v.884zm0-1.15H16V0h-2.917v.884z"/></svg>
<svg class="tc-image-default-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.653841972351074 21.030750274658203"><path d="M9.27 21.03a.502.502 0 0 1-.445-.274L5.137 13.42.866 17.97A.5.5 0 0 1 0 17.627L.077.529a.5.5 0 0 1 .8-.396L14.42 10.386a.5.5 0 0 1-.245.895l-6.911.793c-.26.026-.522-.166-.554-.44s.166-.521.44-.554l5.67-.65L1.073 1.534l-.065 14.825 3.89-4.145a.503.503 0 0 1 .813.118l3.784 7.528 1.05-.528-2.73-5.39a.5.5 0 1 1 .893-.45l2.957 5.836a.497.497 0 0 1-.222.672l-1.944.978a.524.524 0 0 1-.227.053z"/></svg>
<svg class="tc-image-default-justified tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10"><path d="M0 .5A.5.5 0 0 1 .5 0h11a.5.5 0 0 1 0 1H.5A.5.5 0 0 1 0 .5zm0 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5z"/></svg>
<svg class="tc-image-degrees tc-image-button" width="22pt" height="22pt" viewBox="0 0 386 389"><path d="M0 194q0-80 57-137T194 0q79 0 135.5 57T386 194t-56.5 137.5T194 389 57.5 331.5 0 194zm94 0q0 42 29 71 30 30 71 30t71-30 30-71-30-70.5T194 94q-42 0-71 29t-29 71z"/></svg>
<svg class="tc-image-dehaze tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 24"><path d="M0 20v4h40v-4H0zm0-10v4h40v-4H0zM0 0v4h40V0H0z"/></svg>
<svg class="tc-image-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.960000038146973 12.954000473022461"><path d="M11.96 3v8.954c0 .552-.349 1-.9 1H2a1 1 0 0 1-1-1V3H0a1 1 0 0 1 1-1h1-.026 2.05V1c0-.553.397-1 .95-1h3.05c.553 0 .95.447.95 1v1h2.986a1 1 0 0 1 1 1h-1zM8.023 1h-3.05v1h3.05V1zm3 2h-9.05v9.017h9.05V3zM4.961 9h-.938V5h.938v4zm4.013 0h-.95V5h.95v4z"/></svg>
<svg class="tc-image-delete-column tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.042482376098633 14.042482376098633"><path d="M4 6.042v2H0v6h.984l.016-5h3v5h6v-5h3v5h1v-6h-4v-2H4zm7.5-4.207L13.146.19a.5.5 0 0 1 .707.707l-1.646 1.646 1.646 1.646a.5.5 0 0 1-.707.707L11.5 3.25 9.854 4.895a.5.5 0 0 1-.708-.707l1.647-1.646L9.147.896a.5.5 0 1 1 .706-.708L11.5 1.835z"/></svg>
<svg class="tc-image-delete-forever tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M12 38c0 2.2 1.8 4 4 4h16c2.2 0 4-1.8 4-4V14H12v24zm4.93-14.24l2.83-2.83L24 25.17l4.24-4.24 2.83 2.83L26.83 28l4.24 4.24-2.83 2.83L24 30.83l-4.24 4.24-2.83-2.83L21.17 28l-4.24-4.24zM31 8l-2-2H19l-2 2h-7v4h28V8z"/><path fill="none" d="M0 0h48v48H0z"/></svg>
<svg class="tc-image-delete-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 0C4.037 0 0 4.038 0 9s4.037 9 9 9 9-4.038 9-9-4.037-9-9-9zm0 16c-3.859 0-7-3.14-7-7s3.141-7 7-7 7 3.14 7 7-3.141 7-7 7zm.707-7l2.646-2.646a.502.502 0 0 0 0-.707.502.502 0 0 0-.707 0L9 8.293 6.354 5.646a.5.5 0 0 0-.707.707L8.293 9l-2.646 2.646a.5.5 0 0 0 .707.708L9 9.707l2.646 2.646a.5.5 0 1 0 .708-.706L9.707 9z"/></svg>
<svg class="tc-image-delete-row tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.04248332977295 14.042482376098633"><path d="M8 10.042H6v4H0v-.984l5-.016v-3H0v-6h5v-3H0v-1h6v4h2v6zm4.207-7.5L13.853.896a.5.5 0 0 0-.707-.707L11.5 1.835 9.854.19a.5.5 0 0 0-.707.707l1.646 1.646-1.646 1.646a.5.5 0 0 0 .707.708L11.5 3.25l1.646 1.646a.5.5 0 1 0 .708-.706l-1.647-1.647z"/></svg>
<svg class="tc-image-delete-sweep tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M26 24h8v4h-8zm0-16h14v4H26zm0 8h12v4H26zM2 28c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4V8H2v20zM24 2h-6l-2-2H8L6 2H0v4h24z"/></svg>
<svg class="tc-image-delicious tc-image-button" width="22pt" height="22pt" viewBox="0 0 516.6080322265625 512"><path d="M0 512V255.488h256.512V512H0zm260.608-255.488V0h256v256.512h-256z"/></svg>
<svg class="tc-image-dentist tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 37.98999786376953 48.586997985839844"><path d="M18.994 26.855c3.547 0 5.191 2.69 5.536 6.512.081.914-.001 2.247-.12 3.791-.398 5.128-.856 11.429 2.557 11.429 2.89 0 4.371-5.54 5.229-11.856.826-6.252-.051-9.363.382-12.14.821-5.26 5.412-9.976 3.994-16.683-.786-3.721-2.836-5.47-4.864-6.207C27.034 0 24.014 3.278 18.994 3.278c-5.019 0-8.037-3.278-12.713-1.577-2.027.736-4.078 2.486-4.866 6.207C0 14.615 4.59 19.33 5.414 24.591c.429 2.776-.443 5.888.382 12.14.856 6.316 2.34 11.856 5.227 11.856 3.411 0 2.956-6.301 2.558-11.429-.116-1.545-.204-2.878-.121-3.792.344-3.821 2.012-6.511 5.534-6.511z"/></svg>
<svg class="tc-image-dentist-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.989999771118164 9.279999732971191"><path d="M4.48 5.28a2 2 0 0 0-1.48 1c-.46 1.21-.14 3-.82 3s-.48-1.51-.68-3a16.259 16.259 0 0 0-.76-1.89C.53 2.98 0 .56 1.67.28S3.35 1.8 4.5 1.8 5.67 0 7.33.28s1.14 2.7.93 4.11a16.259 16.259 0 0 0-.76 1.89c-.2 1.49 0 3-.68 3s-.36-1.79-.82-3a2 2 0 0 0-1.48-1h-.04z"/></svg>
<svg class="tc-image-dentist-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.280000686645508 13.440000534057617"><path d="M2.97 13.44c-1 0-.56-2.67-.86-5-.1-.76-1-1.49-1.12-2.06C.61 4.44 0 .88 2.27.44s2.34 2 3.88 2S7.72.08 10 .44s1.59 3.9 1.29 5.9c-.1.45-1.1 1.48-1.18 2.06-.33 2.4.32 5-.8 5-.93 0-1.32-2.72-2-4.5-.27-.83-.64-1.46-1.16-1.46-1.54 0-1.79 6-3.18 6z"/></svg>
<svg class="tc-image-department-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40.1870002746582 43"><path d="M29 8V4.964C29 2.483 26.891 0 24.411 0h-8.343C13.589 0 11 2.483 11 4.964V8H5.688L0 43h40.187L34.409 8H29zM14 4.964C14 4.035 15.14 3 16.068 3h8.343C25.338 3 26 4.035 26 4.964V8H14V4.964z"/></svg>
<svg class="tc-image-description tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M20 0H4C1.79 0 .02 1.79.02 4L0 36c0 2.21 1.77 4 3.98 4H28c2.21 0 4-1.79 4-4V12L20 0zm4 32H8v-4h16v4zm0-8H8v-4h16v4zm-6-10V3l11 11H18z"/></svg>
<svg class="tc-image-designernews tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 8.601000785827637"><path d="M7.514 4.288c0-2.555-1.57-4.287-4.56-4.287H0v8.6h3.016c2.903 0 4.498-1.758 4.498-4.312zM5.37 4.3c0 1.844-.946 2.642-2.467 2.642H2.13V1.658h.773c1.457 0 2.467.835 2.467 2.642zM16 8.6V0h-1.98v4.81L10.853 0h-2.07v8.6h1.982V3.452l3.39 5.146H16z"/></svg>
<svg class="tc-image-desktop tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 0H1C.5 0 0 .5 0 1v9c0 .5.5 1 1 1h6v2H5.3c-.2 0-.3.2-.3.5s.1.5.3.5h4.4c.2 0 .3-.2.3-.5s-.1-.5-.3-.5H8v-2h5c.5 0 1-.5 1-1V1c0-.5-.5-1-1-1zm0 10H1V9h12v1zM1 8V1h12v7H1z"/></svg>
<svg class="tc-image-desktop-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 21"><path d="M19.5 0h-17C1.2 0 0 1.1 0 2.5v12C0 15.9 1.1 17 2.5 17H11v3H7.5c-.3 0-.5.2-.5.5s.2.5.5.5h8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H12v-3h7.5c1.4 0 2.5-1.1 2.5-2.5v-12C22 1.1 20.9 0 19.5 0zm-17 1h17c.8 0 1.5.7 1.5 1.5V12H1V2.5C1 1.7 1.7 1 2.5 1zm17 15h-17c-.8 0-1.5-.7-1.5-1.5V13h20v1.5c0 .8-.6 1.5-1.5 1.5zM10 14h3v1h-3v-1z"/></svg>
<svg class="tc-image-desktop-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 15"><path d="M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"/></svg>
<svg class="tc-image-desktop-mac tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 40"><path d="M40 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h14l-4 6v2h16v-2l-4-6h14c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 24H4V4h36v20z"/></svg>
<svg class="tc-image-desktop-windows tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 40"><path d="M40 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h14v4h-4v4h16v-4h-4v-4h14c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V4h36v24z"/></svg>
<svg class="tc-image-details tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M0 0l18 32L36 0H0zm6.75 4h22.5L18 24 6.75 4z"/></svg>
<svg class="tc-image-devcenter tc-image-button" width="22pt" height="22pt" viewBox="0 0 25 37.999996185302734"><path d="M0 0h13v12h-1.531l-.174-1.864-.564-5.642c-.083-.83-.098-1.668-.252-2.487a.938.938 0 0 0-.31-.509 1.057 1.057 0 0 0-.549-.248c-.16-.021-.33.038-.473.113a.847.847 0 0 0-.358.326c-.145.27-.215.577-.285.876l-.14.932-.857 4.206L6.632 12H0V0zm0 14h6.224l-.996 4.89a2.838 2.838 0 0 0-.761-.722c-1.117-.709-3.158-.1-4.467.482V14zm25 0v4.255c-1.012.231-2.06.458-3.087.333-1.166-.143-2.46-1.058-3.49-.492-1.163.64-1.1 2.75-2.341 3.22-.707.268-1.826-.534-2.268.08l-.167.434c-.115.866-.214 2.01-.309 3.17h-.657l-1.025-11H25zm0 11h-9.88l.21-1.855c.432.06.89.04 1.305-.095 1.364-.446 2.05-2.081 2.682-3.371.09-.185.379.163.572.236l.315.124c.437.118.871.256 1.319.319 1.15.16 2.329-.013 3.477-.249V25zM0 25v-3.973c2.472-1.534 3.585-1.483 4.04-.738.509.838.064 2.147.755 2.843a.92.92 0 0 0 .575.263.927.927 0 0 0 .607-.181.944.944 0 0 0 .337-.536A474.878 474.878 0 0 0 8.103 14h1.75l1.1 11H0zm0 2h7v6H0v-6zm9 0h2.153l.044.44.618 6.181c.117 1.167-.008 3.093 1.14 3.329.696.143.948-1.162 1.022-1.868l.357-3.15.559-4.932H20v11H9V27zm4.02 1.624L12.867 27h.307a59.975 59.975 0 0 1-.156 1.624zM9.27 8.167L9.653 12H8.5c.254-1.278.51-2.556.77-3.833z"/></svg>
<svg class="tc-image-developer-board tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M40 12V8h-4V4c0-2.2-1.8-4-4-4H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4v-4h4v-4h-4v-4h4v-4h-4v-4h4zm-8 20H4V4h28v28zM8 20h10v8H8zM20 8h8v6h-8zM8 8h10v10H8zm12 8h8v12h-8z"/></svg>
<svg class="tc-image-developer-mode tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 44"><path d="M6 8h20v4h4V4c0-2.21-1.79-3.98-4-3.98L6 0C3.79 0 2 1.79 2 4v8h4V8zm16.83 23.17L32 22l-9.17-9.17L20 15.66 26.34 22 20 28.35l2.83 2.82zM12 28.35l-6.34-6.34L12 15.66l-2.83-2.83L0 22l9.17 9.17L12 28.35zM26 36H6v-4H2v8c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4v-8h-4v4z"/></svg>
<svg class="tc-image-deviantart tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 9.905000686645508 16"><path fill-rule="nonzero" d="M9.753 3.196l.152-.287V0h-2.91l-.29.293L5.333 2.91l-.432.29h-4.9v3.995h2.694l.24.29-2.783 5.32-.152.286V16h2.91l.29-.293 1.373-2.617.432-.29h4.9V8.805H7.211l-.24-.292 2.783-5.317z"/></svg>
<svg class="tc-image-deviantart2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M852 0H172C77.4 0 0 77.4 0 172v680c0 94.6 77.4 172 172 172h680c94.6 0 172-77.4 172-172V172c0-94.6-77.4-172-172-172zm108 768H576V532s70.334 1 108 40v68h154.41c-11.82-37.882-37.068-75.112-73.128-106.664C703.302 479.106 602.088 452 512 452v316H64v-96c0-43.396 14.65-86.538 42.364-124.76 24.594-33.918 58.864-63.832 101.86-88.914 50.432-29.418 110.562-50.708 175.776-62.778V256h128v128c147 0 221.612 26.396 303.778 74.326 42.996 25.082 77.266 54.996 101.86 88.914C945.352 585.462 960 628.604 960 672v96zM199.59 640c11.82-37.882 37.07-75.112 73.128-106.664 31.54-27.596 69.62-49.188 111.282-63.756V640H199.59z"/></svg>
<svg class="tc-image-deviations-black-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M102.594 25.97l90.062 345.78L481.844 395 391.75 49.22 102.594 25.97zm-18.906 1.593c-30.466 11.873-55.68 53.098-49.75 75.312l3.25 11.78c.667-1.76 1.36-3.522 2.093-5.28C49.19 85.668 65.84 62.61 89.657 50.47l-5.97-22.907zm44.937 18.906l247.813 21.593 80.937 305.156-249.344-20.064L128.626 46.47zM94.53 69.155c-16.66 10.01-29.916 28.068-38 47.406-5.245 12.552-8.037 25.64-8.75 36.532l64.814 235.28c.293-.55.572-1.105.875-1.655 10.6-19.254 27.822-37.696 51.124-48.47L94.53 69.156zm74.876 287.563c-17.673 9.067-31.144 23.712-39.562 39-4.464 8.105-7.262 16.36-8.688 23.75l11.688 42.405 1.625.125c-3.825-27.528 11.382-60.446 41.25-81.03l-6.314-24.25zm26.344 34.03c-32.552 17.26-46.49 52.402-41.844 72.906l289.844 24.53c-5.315-7.75-8.637-17.84-8.594-28.342l-22.562-9.063 46.625-7.31-13.595-12.97c5.605-6.907 13.688-13.025 24.78-17.656L195.75 390.75z" fill="#fff"/></svg>
<svg class="tc-image-deviations-chain-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M362.906 29.53c-11.523 11.09-23.063 23.04-34.5 34.5l-.594-11.374-.5-8.593-4.03 4.5-34.063 37.78c1.504 1.355 2.897 2.865 4.186 4.5l28.625-31.75.595 11.344v.032l.5 8.56 4.03-4.5 35.75-45zm-102.5 7.345c-.202.007-.543.063-1.47.063-9.874 0-18.81 10.648-18.81 24.906 0 7.198 2.404 13.675 6 18.187l3.843 4.782-6.095.938c-11.23 1.74-17.873 10.124-21.47 22.78-3.375 11.884-3.442 27.175-1 42.032h15.657l.218 3.344 3.595 54.5H275.5l4.063-54.53.25-3.314h16.5c2.712-15.118 2.154-30.222-1.594-41.906-3.986-12.42-11.072-20.653-21.22-22.562l-5.938-1.125 3.875-4.657c3.758-4.533 6.282-11.065 6.282-18.438 0-13.375-7.965-23.773-16.94-24.938l-.374-.062zm-123 21.438l42.78 38.437 4.72 3.75-.937-8.53.03-.032-1.313-11.282 32.813 25.97c.006-.023.025-.042.03-.064.592-2.08 1.294-4.09 2.095-6.03l-37.938-30.063-4.75-3.75.938 8.53v.03l1.344 11.314c-13.194-9.388-26.6-19.27-39.814-28.28zm167.188 62.968c.752 6.547.817 13.456.187 20.5l59.19 49.876-28.845 2.47v.03l-21.72 2 11.72 9.906 9.156 7.72-9.78 51.843-1.125 5.938 7.125-4.813v.03l9.406-6.436c-2.196 16.04-4.71 32.486-6.562 48.375L347.53 253l1.126-5.938-7.125 4.782h-.03l-9.375 6.406 7.563-39.938 62.5 52.657c1.763-5.292 4.22-10.092 7.437-14.095l-57.656-48.563 28.874-2.437v-.03l21.75-2-11.75-9.876-43.72-36.845 38.313-7.906-6.25 9.5v.03l-4.656 7.188 5.908-1.22 55.437-15.124c-15.856 2.117-32.22 4.91-48.22 7.375l6.25-9.5v-.032l4.69-7.188-5.908 1.22-51.5 10.655-36.593-30.844zm-131.78.657l-12.97 56-1 5.938 7.03-4.938 9.25-6.593-5.843 35.125-35.905 73.03c4.675 2.935 8.446 7.525 10.906 13.094l30.19-61.406 9.343 27.406.03.03L191 280.22l6.78-13.783 3.876-7.875 42.125-19.343-3.936 10.686-2.938 8.063 5.5-2.533 50.625-27.187c-14.973 5.627-30.302 12.03-45.342 18.03l3.968-10.655v-.03l2.938-8.064-5.5 2.532-43.156 19.813 26.937-54.78L230.812 164l-37.28 75.844-9.345-27.406-.03-.032-6.407-18.5 4.844-29.125 1-5.936-7.03 4.937-9.25 6.626c1.84-16.085 3.996-32.543 5.5-48.47zM-7.064 164.47l-12.188 9.655 19.844 25.03.062-24.968-7.718-9.718zm503.718 3.655c-3.743 7.56-7.457 15.157-11.187 22.625l-4.158-10.625-3.187-7.97-2.406 5.532-12.47 28.532c1.51 1.893 2.82 4.013 3.906 6.31l10.688-24.468L482 198.656v.03l3.188 7.94 2.406-5.5 9.03-24.782.032-8.22zm-481.03 25l-.032 24.97L57.53 271l-28.75-3.313-.03.032-13.25-1.44-.03 9.69 1.124 1.405 61.312 77.375c.087-.323.16-.65.25-.97 1.575-5.542 3.888-10.66 6.97-14.967l-42.69-53.875 28.752 3.343h.03l21.72 2.376-9.532-12.03-48.687-61.407 38.343 13.874 5.656 2.03-3.595-7.78h.03l-4.843-10.313c15.484 4.726 31.297 9.83 46.688 14.19l-52.75-22.907-5.656-2.032 3.593 7.782h-.03L67 222.375l-39.5-14.28-11.875-14.97zm430.655 10.688c-.198.007-.57.062-1.5.062-9.875 0-18.78 10.68-18.78 24.938 0 7.197 2.405 13.643 6 18.156l3.813 4.78-6.063.938c-11.23 1.74-17.904 10.124-21.5 22.78-3.376 11.885-3.414 27.204-.97 42.063h15.658l.218 3.314 3.594 54.5h34.625l4.063-54.53.218-3.283h16.499c2.72-15.128 2.19-30.244-1.562-41.936-3.985-12.42-11.07-20.654-21.22-22.563l-5.937-1.124 3.844-4.656c3.758-4.532 6.314-11.064 6.314-18.438 0-13.375-7.964-23.773-16.938-24.937l-.375-.063zm-323.25 80.28c-.198.008-.57.063-1.5.063-9.875 0-18.78 10.65-18.78 24.906 0 7.198 2.405 13.675 6 18.188l3.813 4.78-6.063.94c-11.23 1.74-17.904 10.123-21.5 22.78-3.378 11.89-3.418 27.196-.97 42.063H99.69l.218 3.312 3.594 54.5h34.625l4.063-54.53.218-3.283h16.499c2.72-15.13 2.19-30.245-1.562-41.937-3.985-12.42-11.07-20.653-21.22-22.563l-5.936-1.125 3.843-4.656c3.758-4.53 6.314-11.063 6.314-18.436 0-13.375-7.964-23.773-16.938-24.938l-.375-.062zm275.94 25.688l-30.908 23.845 1.438-11.28 1.03-8.5-4.78 3.655-43.22 37.906c13.325-8.852 26.82-18.553 40.126-27.78l-1.47 11.312h.033l-1.064 8.53 4.78-3.687 34.908-26.936c-.356-2.35-.643-4.706-.875-7.063zM167.81 382.03c-.058 2.353-.22 4.737-.437 7.126l37.03 25.313 4.97 3.405-1.53-8.438-2.095-11.187c13.81 8.453 27.848 17.358 41.656 25.438l-45.344-35.375-4.968-3.407 1.53 8.438 2.095 11.187-32.907-22.5zm293.594.44l6.688 36.686 1.062 5.938 4.938-7.03 6.47-9.377c3.712 15.76 7.27 32.007 11.248 47.5l-6.78-57.093-1.063-5.938-4.94 7-6.467 9.375-4.938-27.06H461.405zM80.312 404.936l-18.5 36.938-3.593-10.813h-.032l-2.75-8.125-2.688 5.407-22.53 52.875c8.167-13.754 16.134-28.352 24.124-42.44l3.562 10.814.032.03 2.75 8.126 2.687-5.406 23.78-47.406h-6.842z" fill="#fff"/></svg>
<svg class="tc-image-deviations-chain-mail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M174.688 61.094L144.125 78.75 43.53 136.813l-10.124 5.843-10.718 6.188-5.47 3.156 65.407 113.375 2.03-1.156 4.97-2.876 9.188-5.313V256l55.874-32.438-8.625 195.938-.156 3.22-1.125 24.03h222.126l-.125-2.688-.31-7.343-.783-17.22-8.593-195.53 55.22 32.06-.033.033 13.283 7.656.843.5 2.063 1.186L493.874 152l-5.47-3.156-10.717-6.188-94.438-54.5-16.28-9.406-22.408-12.938-8.156-4.687c-11.456 23.492-43.573 40.594-81.156 40.594-37.564 0-69.075-17.103-80.53-40.595l-.032-.03zm-17.313 31.562c38.33 35.412 91.103 46.482 137.03 34.563l-7.717 14.25 13.125 24.25 13.125-24.25-9.22-17.032c18.97-6.366 36.472-16.805 50.876-31.25l113.75 65.656-46.72 81L392 222.624l12.156-22.468-13.125-24.25-13.124 24.25L389.186 221l-19.31-11.22-33.563-19.874.5 8.5-12.938-23.906-13.156 24.25L323.874 223l12.97-23.97 1.467 24.626h.032l2.187 49.406-10.655-19.656-13.125 24.25L326.688 296h-60.22l9-16.625-13.124-24.25-13.125 24.25 9 16.625h-88l3.405-77.25h-.03l1.155-28.875-33.53 19.875-51.75 30.063-46.72-80.97 114.625-66.187zm4.563 16.78l-13.125 24.25 13.125 24.25 13.125-24.25-13.125-24.25zm270.093 39.626l-13.124 24.25 13.125 24.25 13.126-24.25-13.125-24.25zM128.69 166.72l-13.125 24.25 13.124 24.25 13.125-24.25-13.125-24.25zm113.843 38.186l-13.124 24.25 13.125 24.25 13.126-24.25-13.125-24.25zm55.876 19.813l-13.125 24.25 13.126 24.25 13.125-24.25-13.124-24.25zm-99.72 9.186l-13.124 24.25 13.125 24.25 13.157-24.25-13.156-24.25zm142.22 47.625l.625 14.47h-8.467l7.843-14.47zM169.47 312.97h172.81l.876 19.967H168.594l.875-19.968zm-1.626 36.936H207l-10.844 19.97 13.156 24.25 13.125-24.25-10.812-19.97h120.563l-11.563 21.375 13.125 24.25L345 374.75l1.97 44.75h-53.44l8.095-14.97-13.125-24.25-13.125 24.25 8.094 14.97H164.78l3.064-69.594zm167.47 0h8.592l.75 17.28-9.344-17.28z" fill="#fff"/></svg>
<svg class="tc-image-deviations-gold-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M341.28 22.78L254 123.75l63.156-33.656 4.438-2.375 4.437 2.405 18.314 9.938-3.063-77.282zM129.814 46.563l24.375 130.407 88.718-47.282-113.094-83.125zM321.53 108.97L83.345 235.905 192.156 293.5l237.47-125.75-108.095-58.78zm42.75 44.686l25.595 13.03-197.313 103.94-66.875-35.688 25.344-13.407 41.532 22.19 171.72-90.064zm92.19 18.22l9.092 24.03 26.22-22.656-35.313-1.375zm-15.783 11.155L199.47 310.78l-5.782 83.376L465.75 249.344l-25.063-66.313zm-334.562 19.564L16.562 226.78l36.876 19.564 6.093-16.28 1.25-3.314 3.126-1.656 42.22-22.5zm-34.438 48.312l-28.812 77 131.844 70.156 6.155-89.375-109.188-57.78zm335.344 50.875l-174.25 92.75 54.907 103.44L325.5 358.093l142.47 26.625-60.94-82.94zm-300.717 81.064l-19.438 44.812L144 402.876l-37.688-20.032z" fill="#fff"/></svg>
<svg class="tc-image-deviations-orb-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M339.72 55.875c-61.792 0-111.876 50.08-111.876 111.875 0 61.79 50.08 111.875 111.875 111.875 61.79 0 111.905-50.08 111.905-111.875 0-61.79-50.112-111.875-111.906-111.875zm0 18.875c51.36 0 93 41.642 93 93 0 51.362-41.643 93-93 93-51.363 0-92.97-41.642-92.97-93 0-33.034 17.208-62.033 43.156-78.53-4.767 5.728-7.656 13.088-7.656 21.124 0 18.257 14.806 33.062 33.063 33.062 18.256 0 33.062-14.805 33.062-33.062 0-17.464-13.562-31.73-30.72-32.938 7.073-1.72 14.46-2.656 22.064-2.656zm-62.533 65.03c-8.418 0-15.28 6.825-15.28 15.25 0 8.42 6.854 15.25 15.28 15.25 8.42 0 15.25-6.822 15.25-15.25 0-8.418-6.823-15.25-15.25-15.25zm-76.312 72.97c-.846 7.796-2.342 14.92-4.5 21.406l78.5 78.5c6.444-2.173 13.523-3.733 21.25-4.625l-95.25-95.28zm-13.125 39.22c-4.91 7.335-11.078 13.393-18.5 18.218l69.594 69.625c4.842-7.41 10.92-13.58 18.25-18.5L187.75 251.97zm-36.438 26.718c-6.406 2.136-13.398 3.716-20.968 4.687 32.544 31.712 62.545 62.546 95.187 95.188 1.003-7.534 2.595-14.498 4.75-20.875l-78.968-79zm-15.687 36.406L17.187 433.188v21.937l129.25-129.22-10.812-10.81zm24 24L17.187 481.53v13.595h53.72L193.28 372.75l-33.655-33.656z" fill="#fff"/></svg>
<svg class="tc-image-deviations-round-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.563 64.28A191.758 191.758 0 0 0 64.25 256a191.758 191.758 0 1 0 383.5 0A191.758 191.758 0 0 0 261.562 64.28zm-4.625 9.126l8.937 5.156v10.313l-8.938 5.156-8.906-5.155V78.562l8.907-5.156zm3.53 29.25A153.407 153.407 0 0 1 409.407 256a153.407 153.407 0 0 1-306.812 0A153.407 153.407 0 0 1 260.47 102.656zm-11.53 20.03a133.607 133.607 0 0 0-65.157 20.908V368.22a133.607 133.607 0 0 0 65.157 21.092V122.688zm17.687.314v266.125a133.607 133.607 0 0 0 63.438-22.03V145a133.607 133.607 0 0 0-63.438-22zm-100.5 34.344A133.607 133.607 0 0 0 122.405 256a133.607 133.607 0 0 0 43.72 98.78V157.345zm-60.72 1.625l8.907 5.155v10.28l-8.906 5.157-8.937-5.156v-10.28l8.936-5.157zm300.5 0l8.94 5.155v10.28l-8.94 5.157-8.905-5.156v-10.28l8.906-5.157zm-58.155.093V353.03A133.607 133.607 0 0 0 389.594 256a133.607 133.607 0 0 0-41.844-96.938zm57.813 173.125l8.937 5.156v10.312l-8.938 5.156-8.906-5.156v-10.312l8.906-5.156zm-299.813.718l8.938 5.156v10.313l-8.938 5.156-8.938-5.155v-10.313l8.938-5.156zm149.906 85.188l8.938 5.156v10.313l-8.938 5.156-8.906-5.158V423.25l8.906-5.156z" fill="#fff"/></svg>
<svg class="tc-image-deviations-white-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M102.5 26.03l90.03 345.75 289.22 23.25-90.063-345.75L102.5 26.03zm-18.906 1.564c-30.466 11.873-55.68 53.098-49.75 75.312l3.25 11.78c.667-1.76 1.36-3.522 2.093-5.28C49.097 85.7 65.748 62.64 89.564 50.5l-5.97-22.906zm10.844 41.593c-16.657 10.012-29.92 28.077-38 47.407-5.247 12.55-8.038 25.63-8.75 36.53L112.5 388.407c.294-.55.572-1.106.875-1.656 10.603-19.252 27.823-37.695 51.125-48.47L94.437 69.19zm74.874 287.594c-17.677 9.078-31.145 23.717-39.562 39-4.464 8.107-7.27 16.364-8.688 23.75l11.688 42.408 1.625.125c-3.84-27.548 11.352-60.504 41.25-81.094l-6.313-24.19zm26.344 34c-32.567 17.27-46.51 52.44-41.844 72.94l289.844 24.5c-5.34-7.79-8.673-17.947-8.594-28.5l-22.406-9L459 443.436l-13.5-12.875c5.604-6.917 13.707-13.05 24.813-17.687L195.656 390.78z" fill="#fff"/></svg>
<svg class="tc-image-device-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 12"><path d="M15 1H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM6 3H2V2h4v1zm4.5 7C8.56 10 7 8.44 7 6.5S8.56 3 10.5 3 14 4.56 14 6.5 12.44 10 10.5 10zM13 6.5C13 7.88 11.87 9 10.5 9S8 7.87 8 6.5 9.13 4 10.5 4 13 5.13 13 6.5z"/></svg>
<svg class="tc-image-device-camera-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 11.279999732971191"><path d="M15.2.23L10 3.86V1.14c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7.42l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z"/></svg>
<svg class="tc-image-device-desktop tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 24 21"><path d="M21 0H3C1.346 0 0 1.346 0 3v11c0 1.654 1.346 3 3 3h6v2H6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2h-3v-2h6c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm-7 19h-4v-2h4v2zm8-5c0 .551-.449 1-1 1H3c-.551 0-1-.449-1-1V3c0-.551.449-1 1-1h18c.551 0 1 .449 1 1v11zM20 3H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm0 9H4V4h16v8z"/></svg>
<svg class="tc-image-device-laptop tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 24 18"><path d="M21.989 13.049c.009-.315.011-.657.011-1.049V3c0-1.654-1.346-3-3-3H5C3.346 0 2 1.346 2 3v9c0 .385.002.73.012 1.049A2.504 2.504 0 0 0 0 15.5C0 16.878 1.122 18 2.5 18h19c1.378 0 2.5-1.122 2.5-2.5a2.504 2.504 0 0 0-2.011-2.451zM4 3c0-.551.449-1 1-1h14c.551 0 1 .449 1 1v9c0 .388-.005.726-.014 1H19V4c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v9h-.98c-.012-.264-.02-.599-.02-1V3zm14 10H6V4h12v9zm3.5 3h-19c-.271 0-.5-.229-.5-.5s.229-.5.5-.5h19c.271 0 .5.229.5.5s-.229.5-.5.5z"/></svg>
<svg class="tc-image-device-mobile tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 16"><path d="M9 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 15.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zM9 12H1V2h8v10z"/></svg>
<svg class="tc-image-device-phone tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13 18"><path d="M10 0H3C1.346 0 0 1.346 0 3v12c0 1.654 1.346 3 3 3h7c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm1 15c0 .551-.449 1-1 1H3c-.551 0-1-.449-1-1V3c0-.551.449-1 1-1h7c.551 0 1 .449 1 1v12zM9 3H4c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1.5a1 1 0 1 0 2 0H9c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm0 10H4V4h5v9z"/></svg>
<svg class="tc-image-device-tablet tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 21"><path d="M13 3H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3.5a1 1 0 1 0 2 0H13c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm0 13H4V4h9v12zm1-16H3C1.346 0 0 1.346 0 3v15c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm1 18c0 .551-.449 1-1 1H3c-.551 0-1-.449-1-1V3c0-.551.449-1 1-1h11c.551 0 1 .449 1 1v15z"/></svg>
<svg class="tc-image-devices tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M8 4h36V0H8C5.79 0 4 1.79 4 4v22H0v6h28v-6H8V4zm38 4H34c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-2 18h-8V12h8v14z"/></svg>
<svg class="tc-image-devices-other tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><path d="M4 4h36V0H4C1.8 0 0 1.8 0 4v24c0 2.2 1.8 4 4 4h8v-4H4V4zm20 12h-8v3.56c-1.22 1.1-2 2.67-2 4.44s.78 3.34 2 4.44V32h8v-3.56c1.22-1.1 2-2.67 2-4.44s-.78-3.34-2-4.44V16zm-4 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM42 8H30c-1 0-2 1-2 2v20c0 1 1 2 2 2h12c1 0 2-1 2-2V10c0-1-1-2-2-2zm-2 20h-8V12h8v16z"/></svg>
<svg class="tc-image-diagram tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.005001068115234 38.008995056152344"><path d="M.001 14.256h9.501v3.167h1.584c1.583-1.056 4.75-2.112 6.51-4.267 1.76-2.155 3.695-5.41 5.542-7.258 1.845-1.845 3.602-2.286 5.36-2.725V0h9.5v9.502h-9.5V6.34c-1.721.439-3.441.88-5.275 2.725-1.837 1.848-3.787 5.103-5.565 7.258l-.979 1.1h11.826v-3.167h9.5v9.501h-9.5V20.59H16.678c.321.333.647.697.98 1.1 1.777 2.155 3.727 5.41 5.564 7.258 1.836 1.847 3.559 2.287 5.282 2.727v-3.167h9.5v9.501h-9.5v-3.167c-1.76-.44-3.52-.88-5.367-2.727-1.847-1.848-3.783-5.103-5.542-7.258-1.76-2.156-4.927-3.211-6.51-4.267H9.501v3.167H0v-9.501z"/></svg>
<svg class="tc-image-dial tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.334003448486328 34.83356475830078"><path d="M1.584 0H4.75c.875 0 1.584.709 1.584 1.583V4.75c0 .874-.71 1.583-1.584 1.583H1.584A1.583 1.583 0 0 1 0 4.75V1.583C0 .709.71 0 1.584 0zm9.5 0h3.166c.875 0 1.584.709 1.584 1.583V4.75c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 9.5 4.75V1.583C9.5.709 10.21 0 11.084 0zm-9.5 9.5H4.75c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583H1.584A1.583 1.583 0 0 1 0 14.25v-3.167C0 10.209.71 9.5 1.584 9.5zm0 9.5H4.75c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583H1.584A1.583 1.583 0 0 1 0 23.75v-3.167C0 19.709.71 19 1.584 19zm9.5-9.5h3.166c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 9.5 14.25v-3.167c0-.874.71-1.583 1.584-1.583zm0 9.5h3.166c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 9.5 23.75v-3.167c0-.874.71-1.583 1.584-1.583zm9.5-19h3.166c.875 0 1.584.709 1.584 1.583V4.75c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 19 4.75V1.583C19 .709 19.71 0 20.584 0zm0 9.5h3.166c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 19 14.25v-3.167c0-.874.71-1.583 1.584-1.583zm0 9.5h3.166c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 19 23.75v-3.167c0-.874.71-1.583 1.584-1.583zm-9.5 9.5h3.166c.875 0 1.584.709 1.584 1.583v3.167c0 .874-.71 1.583-1.584 1.583h-3.166A1.583 1.583 0 0 1 9.5 33.25v-3.167c0-.874.71-1.583 1.584-1.583z"/></svg>
<svg class="tc-image-dialer-sip tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.0785522460938 768.07861328125"><path d="M597.372.04h-42.666v213.333h42.667V.04zM512.04 85.373h-85.333V42.706h85.333V.04h-128v128h85.333v42.667H384.04v42.667h128v-128zM640.04.04v213.333h42.667V128.04h85.333V.04h-128zm85.333 85.333h-42.666V42.706h42.667v42.667zm0 448c-53.12 0-104.32-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.747-61.44-219.52-160.213-281.172-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48-24.32-99.413-24.32-152.533A42.52 42.52 0 0 0 192.04.04H42.706A42.52 42.52 0 0 0 .04 42.706c0 400.64 324.693 725.333 725.333 725.333a42.52 42.52 0 0 0 42.667-42.667V576.04a42.52 42.52 0 0 0-42.667-42.667z"/></svg>
<svg class="tc-image-dialpad tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.666015625 938.666015625"><path d="M341.333 768C294.186 768 256 806.187 256 853.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S388.48 768 341.333 768zm-256-768C38.186 0 0 38.187 0 85.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S132.48 0 85.333 0zm0 256C38.186 256 0 294.187 0 341.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S132.48 256 85.333 256zm0 256C38.186 512 0 550.187 0 597.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S132.48 512 85.333 512zm512-341.334c47.147 0 85.333-38.187 85.333-85.333S644.48 0 597.333 0 512 38.187 512 85.333s38.187 85.333 85.333 85.333zM341.333 512C294.186 512 256 550.187 256 597.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S388.48 512 341.333 512zm256 0C550.186 512 512 550.187 512 597.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S644.48 512 597.333 512zm0-256C550.186 256 512 294.187 512 341.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S644.48 256 597.333 256zm-256 0C294.186 256 256 294.187 256 341.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S388.48 256 341.333 256zm0-256C294.186 0 256 38.187 256 85.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S388.48 0 341.333 0z"/></svg>
<svg class="tc-image-dials tc-image-button" width="22pt" height="22pt" viewBox="0 0 120 120"><path d="M5.6 60.5H0v-.9h5.6v.9zm114.4-1h-5.6v.9h5.6v-.9zM60.5 5.6V0h-.9v5.6h.9zm0 114.4v-5.6h-.9v5.6h.9zm38.3-98.1l4-4-.7-.7-4 4 .7.7zm-80.9 80.9l4-4-.7-.7-4 4 .7.7zm80.2-4l4 4 .7-.7-4-4-.7.7zM17.2 17.9l4 4 .7-.7-4-4-.7.7zm97.3 28l3.6-1-.2-.9-3.6 1 .2.9zM2.2 76l3.6-1-.2-.9-3.6 1 .2.9zm106.7-43.7l3.2-1.9-.5-.8-3.2 1.9.5.8zM8.3 90.4l3.2-1.9-.5-.8-3.2 1.9.5.8zm80.2-78.9l1.9-3.2-.8-.5-1.9 3.2.8.5zM30.4 112.2l1.9-3.2-.8-.5-1.9 3.2.8.5zM75 5.8l1-3.6-.9-.2-1 3.6.9.2zM44.9 118.1l1-3.6-.9-.2-1 3.6.9.2zm1-112.6l-1-3.6-.9.3 1 3.6.9-.3zM76 117.8l-1-3.6-.9.2 1 3.6.9-.2zM32.3 11.1l-1.9-3.2-.8.5 1.9 3.2.8-.5zm58.1 100.6l-1.9-3.2-.8.5 1.9 3.2.8-.5zM11.5 31.5l-3.2-1.9-.5.8 3.2 1.9.5-.8zm100.7 58.1l-3.2-1.9-.5.8 3.2 1.9.5-.8zM5.8 45l-3.6-1-.2.9 3.6 1 .2-.9zm112.3 30.1l-3.6-1-.2.9 3.6 1 .2-.9zM82 8.2l1.4-3.5-.9-.4-1.4 3.5.9.4zM37.5 115.6l1.4-3.5-.9-.4-1.4 3.5.9.4zM67.8 4.3l.5-3.7-.9-.1-.5 3.7.9.1zM52.6 119.5l.5-3.7-.9-.1-.5 3.7.9.1zm.5-115.3L52.6.5l-.9.1.5 3.7.9-.1zm15.2 115.2l-.5-3.7-.9.1.5 3.7.9-.1zM38.9 7.9l-1.4-3.5-.9.4L38 8.3l.9-.4zm44.5 107.4l-1.4-3.5-.9.4 1.4 3.5.9-.4zM26.1 15.1l-2.3-3-.7.6 2.3 3 .7-.6zm70.8 92.2l-2.3-3-.7.6 2.3 3 .7-.6zM15.7 25.4l-3-2.3-.6.7 3 2.3.6-.7zm92.2 70.8l-3-2.3-.6.7 3 2.3.6-.7zM8.2 38l-3.5-1.4-.4.9 3.5 1.4.4-.9zm107.4 44.5l-3.5-1.4-.4.9 3.5 1.4.4-.9zM4.3 52.2l-3.7-.5-.1.9 3.7.5.1-.9zm115.2 15.2l-3.7-.5-.1.9 3.7.5.1-.9zM4.2 66.9l-3.7.5.1.9 3.7-.5-.1-.9zm115.2-15.2l-3.7.5.1.9 3.7-.5-.1-.9zM7.9 81.1l-3.5 1.4.4.9L8.3 82l-.4-.9zm107.4-44.5l-3.5 1.4.4.9 3.5-1.4-.4-.9zM15.1 93.9l-3 2.3.6.7 3-2.3-.6-.7zm92.2-70.8l-3 2.3.6.7 3-2.3-.6-.7zm-81.9 81.2l-2.3 3 .7.6 2.3-3-.7-.6zm70.8-92.2l-2.3 3 .7.6 2.3-3-.7-.6z"/></svg>
<svg class="tc-image-diamond tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.832653045654297 11.684000015258789"><path d="M13.74 3.658L11.586.189a.397.397 0 0 0-.216-.157.402.402 0 0 0-.107-.028c-.007 0-.011-.004-.017-.004H2.573c-.006 0-.012.004-.019.005a.373.373 0 0 0-.148.038c-.01.005-.022.006-.032.012-.002.002-.005.001-.008.003a.387.387 0 0 0-.123.122c-.003.003-.007.004-.009.008L.061 3.656c-.004.007-.001.014-.005.02A.395.395 0 0 0 0 3.869c0 .007.004.014.004.021 0 .013.005.023.007.036.011.07.038.134.081.188.004.006.003.013.008.019l6.538 7.415a.4.4 0 0 0 .3.136h.001a.401.401 0 0 0 .301-.138l6.462-7.415a.399.399 0 0 0 .038-.473zM2.568 1.161L3.97 3.469H1.123l1.445-2.308zm6.023 3.108L6.903 9.915 5.215 4.269h3.376zm-3.144-.8L6.903.957l1.456 2.512H5.447zM7.737.8h2.785L9.096 3.146 7.737.8zM4.71 3.146L3.284.8h2.785L4.71 3.146zm-.33 1.123l1.587 5.31-4.682-5.31H4.38zm5.046 0h3.095L7.81 9.674l1.616-5.405zm.411-.8l1.406-2.315 1.438 2.315H9.837z"/></svg>
<svg class="tc-image-diamond-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.041078567504883 18.615001678466797"><path d="M21.925 5.84L18.446.236a.488.488 0 0 0-.289-.201c-.037-.012-.072-.025-.111-.029-.008 0-.016-.006-.024-.006H4.01C4 0 3.991.007 3.981.007a.5.5 0 0 0-.175.046c-.015.006-.03.008-.045.016l-.01.004a.508.508 0 0 0-.154.152c-.002.004-.008.006-.01.01L.077 5.839c-.006.007-.003.016-.007.025a.48.48 0 0 0-.07.24c0 .009.005.017.005.026 0 .016.006.028.009.044.013.089.047.17.101.237.005.007.004.017.01.023l10.562 11.978c.095.107.231.17.375.17.119.033.282-.063.377-.172l5.898-6.782a.501.501 0 0 0-.754-.657l-4.446 5.116 2.834-9.483h5.431l-1.999 2.302a.5.5 0 1 0 .754.658l2.721-3.131a.501.501 0 0 0 .047-.593zM4.004 1.452l2.523 4.152H1.403l2.601-4.152zm3.461 3.77L4.9 1h5.013L7.465 5.222zm3.54-4.114l2.606 4.496H8.4l2.605-4.496zM7.039 6.604l2.786 9.32-8.218-9.32h5.432zm1.044 0h5.845l-2.923 9.777-2.922-9.777zM12.098 1h5.014l-2.566 4.222L12.098 1zm5.917.438l2.586 4.166h-5.118l2.532-4.166z"/></svg>
<svg class="tc-image-diamond-ok-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.984624862670898 14.28499984741211"><path d="M14.832 6.785l-4.426 7.172a.701.701 0 0 1-.561.327l-.031.001a.703.703 0 0 1-.557-.276L6.392 10.44a.698.698 0 0 1 1.112-.842l2.254 2.762 3.893-6.311a.696.696 0 1 1 1.181.736zm-3.696-3.261L5.568 9.215 0 3.524 1.758 0h7.619l1.759 3.524zm-6.068.398h-3.28l3.28 3.352V3.922zm1 3.352l3.279-3.352H6.068v3.352zm3.65-4.352l-.81-1.621-1.864 1.621h2.674zM7.73 1H3.416l2.152 1.878L7.73 1zM1.418 2.922h2.679L2.231 1.294l-.813 1.628z"/></svg>
<svg class="tc-image-diamonds tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 16"><path d="M5 0L0 8l5 8 5-8z"/></svg>
<svg class="tc-image-Diaspora tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.030000686645508 15.511999130249023"><path fill-rule="nonzero" d="M10.19 14.373l-1.554-2.17c-.415-.58-.752-1.032-.77-1.032-.018 0-.67.877-1.544 2.076a116.703 116.703 0 0 1-1.53 2.076c-.022 0-2.998-2.096-3.006-2.118-.004-.01.67-.998 1.495-2.194.826-1.197 1.502-2.195 1.502-2.218 0-.037-.268-.13-2.367-.83l-2.396-.8c-.02-.01.103-.424.528-1.766.306-.964.563-1.76.57-1.77.01-.01 1.14.35 2.515.804 1.375.452 2.51.822 2.525.822.014 0 .03-.02.035-.047.006-.025.018-1.195.027-2.6.01-1.404.024-2.565.033-2.58.013-.02.4-.026 1.817-.025.99 0 1.81.007 1.823.015.016.01.043.783.09 2.518.073 2.848.075 2.886.12 2.886.018 0 1.107-.365 2.42-.81 1.315-.446 2.396-.803 2.404-.795.026.03 1.103 3.537 1.09 3.55-.007.008-1.104.383-2.437.835-1.833.622-2.425.83-2.43.856-.003.02.627.963 1.43 2.136a116.75 116.75 0 0 1 1.428 2.12c-.007.024-2.96 2.2-2.986 2.2-.01 0-.384-.512-.832-1.138z"/></svg>
<svg class="tc-image-dice tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M864 192H352c-88 0-160 72-160 160v512c0 88 72 160 160 160h512c88 0 160-72 160-160V352c0-88-72-160-160-160zM416 896c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zm0-384c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zm192 192c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zm192 192c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zm0-384c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zm28.76-384C813.83 55.196 749.05 0 672 0H160C72 0 0 72 0 160v512c0 77.046 55.196 141.83 128 156.76V192c0-35.2 28.8-64 64-64h636.76z"/></svg>
<svg class="tc-image-dice-dice-eight-faces-eight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 37.143L77.896 343.853h356.208zM230.154 49.79L72 164.233v157.91zm51.69 0L440 322.144V164.232zm-132.516 90.02v21.786l-8.486 9.68v-16.942c-2.772 3.24-5.692 6.367-8.385 9.664 3.536.293 2.484 5.43 2.207 7.752-1.746 9.536-8.154 17.575-13.404 24.79-1.943 2.544-3.943 5.075-6.008 7.507-4.65 3.4-8.49 4.39-10.775-1.463.294-7.806 3.84-15.22 8.046-20.967l5.288-7.918c-.048 2.462.1 4.97-.072 7.405-2.34 4.347-6.766 9.46-5.758 14.608 7.76.874 12.22-10.863 14.522-16.58.832-2.76 2.108-5.458-1.418-5.434v-7.264zm212.13 1.21l44.853 54.464v7.262l-30.304-36.31v8.472l-6.06-7.262c-.155-4.15-1.424-8.377-2.425-12.103-1.86-2.936-3.96-5.704-6.06-8.47zM256.07 203.86c8.37 0 14.733 1.53 19.088 4.587 4.355 3.027 6.533 7.475 6.533 13.344 0 3.924-1.08 7.198-3.243 9.823-2.13 2.626-5.297 4.572-9.498 5.838 4.694 1.298 8.23 3.415 10.61 6.35 2.408 2.902 3.614 6.576 3.614 11.024 0 6.857-2.286 12.047-6.858 15.57-4.54 3.49-11.288 5.233-20.246 5.233-8.988 0-15.784-1.744-20.386-5.234-4.572-3.522-6.858-8.712-6.858-15.57 0-4.447 1.19-8.12 3.57-11.024 2.408-2.935 5.96-5.052 10.655-6.35-4.2-1.265-7.366-3.21-9.497-5.837-2.13-2.625-3.198-5.9-3.198-9.822 0-5.837 2.18-10.285 6.534-13.343 4.354-3.058 10.748-4.586 19.18-4.586zm0 11.212c-2.84 0-5.035.742-6.58 2.225-1.513 1.482-2.27 3.583-2.27 6.3 0 2.75.757 4.866 2.27 6.348 1.545 1.483 3.74 2.225 6.58 2.225 2.78 0 4.926-.742 6.44-2.225 1.513-1.482 2.27-3.598 2.27-6.347 0-2.75-.757-4.85-2.27-6.3-1.514-1.484-3.66-2.226-6.44-2.226zm0 28.262c-3.336 0-5.9.912-7.69 2.734-1.793 1.823-2.69 4.433-2.69 7.83 0 3.398.897 6.008 2.69 7.83 1.79 1.792 4.354 2.688 7.69 2.688 3.305 0 5.837-.896 7.598-2.687 1.76-1.824 2.64-4.434 2.64-7.832 0-3.428-.88-6.038-2.64-7.83-1.76-1.822-4.293-2.734-7.598-2.734zM88.7 359.852L256 480.912l167.3-121.06zm139.42 23.23h54.548v4.842c-14.406 5.942-21.582 12.897-27.88 25.416h-15.76c7.104-13.803 14.546-17.714 26.67-25.416h-37.58z"/></svg>
<svg class="tc-image-dice-dice-six-faces-five tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M74.5 36A38.5 38.5 0 0 0 36 74.5v363A38.5 38.5 0 0 0 74.5 476h363a38.5 38.5 0 0 0 38.5-38.5v-363A38.5 38.5 0 0 0 437.5 36h-363zm48.97 36.03A50 50 0 0 1 172 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm268 0A50 50 0 0 1 440 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zM256 206a50 50 0 0 1 0 100 50 50 0 0 1 0-100zM123.47 340.03A50 50 0 0 1 172 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm268 0A50 50 0 0 1 440 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97z" fill="#fff"/></svg>
<svg class="tc-image-dice-dice-six-faces-four tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M74.5 36A38.5 38.5 0 0 0 36 74.5v363A38.5 38.5 0 0 0 74.5 476h363a38.5 38.5 0 0 0 38.5-38.5v-363A38.5 38.5 0 0 0 437.5 36h-363zm48.97 36.03A50 50 0 0 1 172 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm268 0A50 50 0 0 1 440 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm-268 268A50 50 0 0 1 172 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm268 0A50 50 0 0 1 440 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97z" fill="#fff"/></svg>
<svg class="tc-image-dice-dice-six-faces-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M74.5 36A38.5 38.5 0 0 0 36 74.5v363A38.5 38.5 0 0 0 74.5 476h363a38.5 38.5 0 0 0 38.5-38.5v-363A38.5 38.5 0 0 0 437.5 36h-363zM256 206a50 50 0 0 1 0 100 50 50 0 0 1 0-100z" fill="#fff"/></svg>
<svg class="tc-image-dice-dice-six-faces-six tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M74.5 36A38.5 38.5 0 0 0 36 74.5v363A38.5 38.5 0 0 0 74.5 476h363a38.5 38.5 0 0 0 38.5-38.5v-363A38.5 38.5 0 0 0 437.5 36h-363zm48.97 36.03A50 50 0 0 1 172 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm268 0A50 50 0 0 1 440 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zM122 206a50 50 0 0 1 0 100 50 50 0 0 1 0-100zm268 0a50 50 0 0 1 0 100 50 50 0 0 1 0-100zM123.47 340.03A50 50 0 0 1 172 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm268 0A50 50 0 0 1 440 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97z" fill="#fff"/></svg>
<svg class="tc-image-dice-dice-six-faces-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M74.5 36A38.5 38.5 0 0 0 36 74.5v363A38.5 38.5 0 0 0 74.5 476h363a38.5 38.5 0 0 0 38.5-38.5v-363A38.5 38.5 0 0 0 437.5 36h-363zm316.97 36.03A50 50 0 0 1 440 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zM256 206a50 50 0 0 1 0 100 50 50 0 0 1 0-100zM123.47 340.03A50 50 0 0 1 172 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97z" fill="#fff"/></svg>
<svg class="tc-image-dice-dice-six-faces-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M74.5 36A38.5 38.5 0 0 0 36 74.5v363A38.5 38.5 0 0 0 74.5 476h363a38.5 38.5 0 0 0 38.5-38.5v-363A38.5 38.5 0 0 0 437.5 36h-363zm316.97 36.03A50 50 0 0 1 440 122a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97zm-268 268A50 50 0 0 1 172 390a50 50 0 0 1-100 0 50 50 0 0 1 51.47-49.97z" fill="#fff"/></svg>
<svg class="tc-image-dice-dice-twenty-faces-twenty tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M248 20.27L72.33 132.598 248 128.775zm16 0v108.505l175.67 3.823zm37.844 55.066c4.647-.112 9.772 1.762 13.576 3.824 6.082 3.54 8.205 7.248 15.074 4.22 10.698.844 22.297 5.794 27.568 15.68 4.715 4.574 1.555 12.61-5.167 12.65-9.72.06-19.74-6.075-14.563-8.314 4.65-2.01 14.634.886 10.014-5.56-3.632-4.435-11.085-7.78-16.352-5.897-1.59 6.81-9.382 3.996-11.955-.643-2.357-5.815-9.154-8.18-15.085-7.916-6.06 2.703 1.67 8.784 5.344 9.936 7.904 2.124.217 7.454-4.062 5.07-4.28-2.386-14.993-9.645-13.523-18.34 2.188-3.336 5.514-4.623 9.13-4.71zm-94.987.293c5.534.522 12.383 3.06 10.202 9.975-4.282 6.93-9.778 13.057-18.062 14.782-6.514 3.368-14.885 4.397-21.646 1.883-3.604-2.246-13.427-9.325-14.81-3.354-.666 6.2 3.028 15.352-6.106 15.816l-5.02 2.006v-24.46c9.842-3.876 21.037-4.516 30.266 1.335 7.973 4.16 19.38 1.503 24.252-5.783 1.33-6.494-8.162-4.57-12.24-3.336-2.687-8.26 7.87-7.47 13.163-8.865zm35.012 69.282l-186.48 4.06 71.23 192.93zm28.26 0l115.25 196.99 71.23-192.93zm-14.13 7.53l-117.076 200.11h234.152zm122.4 18.132c3.895.046 7.914 1.155 10.942 2.96 13.828 8.237 21.455 26.145 22.056 42.956.084 5.698-1.618 13.246-5.966 17.016-2.85 1.984-6.025 3.198-9.244 4.432-16.824-1.18-23.932-19.237-29.727-32.625-3.405-9.887-5.777-24.05 1.74-31.32 2.533-2.45 6.305-3.465 10.2-3.42zm-227.627 7.707c6.525.26 12.91 4.953 14.844 11.32 2.083 3.974-.562 11.445-4.857 12.09-4.9.734-3.757-9.317-9.344-11.565-5.88-3.69-11.495 4.34-14.166 8.707-.33.96-.695 1.918-.896 2.914 10.397-4.057 20.312 7.093 20.304 16.953-.312 11.67-7.843 24.777-19.705 28.134h-5.564c-12.7-.706-18.296-15.853-14.163-26.63 4.42-15.785 10.772-33.904 27.134-40.6 2.048-1.002 4.24-1.41 6.413-1.323zm228.725 2.95c-7.066-.148-4.38 9.958-3.338 14.456 1.55 10.1 6.458 19.766 13.15 27.293 1.7 1.414 3.663 2.13 5.764 2.727 6.865-1.254 4.47-12.833 3.72-16.535-4.707-10.907-7.057-23.284-19.296-27.942zM52 185.98v173.266l61.86-5.703zm408 0l-61.86 167.563 61.86 5.703zm-117.88.698l28.478 63.492-10.014 4.447-20.027-43.365c-6.02 3.062-12.98 8.95-14.56-1.303-1.344-3.955 8.546-5.1 8.15-11.993-.393-6.892 2.154-12.126 7.972-11.28zm-205.847 24.3c-2.302.156-4.453 1.392-6.148 3.133-2.417 5.077-4.1 10.268-2.695 15.913 1.668 8.807 13.515 6.41 15.576-.85 2.663-4.976 3.863-11.65-.49-15.696-1.722-1.623-3.514-2.38-5.248-2.5-.335-.024-.666-.023-.995 0zm317.48 33.65c3.69.262 5.783 6.924 4.74 11.038-.137 18.62 1.144 39.21-9.677 55.322-.96 1.253-2.258 1.946-3.675 2.56-5.81-4.17-3.01-11.36 1.114-15.566 1.01 7.297 5.573-2.882 6.676-5.56 1.31-3.18 3.52-17.75-.983-10.27.69 4.05-6.805 13.154-9.38 8.118-4.937-14.41-.017-30.488 7.025-43.436 1.526-1.667 2.933-2.292 4.162-2.205zm-393.823.845c.588.086 1.344 1.032 2.478 3.584v61.156c-7.297-7.04-3.567-17.42-4.45-26.402-.814-7.606 1.655-16.264-1.274-23.193-4.622-1.674-5.797-17.045-3.176-12.672 4.407 4.768 4.657-2.73 6.422-2.472zm166.013 4.34c4.463.077 8.93 1.227 12.8 3.32 8.1 4.427 13.744 14.375 10.792 23.568-2.265 9.636-10.61 16.243-19.195 20.208-4.058 2.644-9.45 4.618-11.283 9.46-1.196 2.994 25.396 1.62 30.267 1.62.47 4.003 1.52 10.68-3.814 11.725-14.52-1.25-29.88-.606-45.14-.606.437-11.176 7.425-21.35 17.023-26.808 6.9-4.875 15.435-9.283 18.1-17.927 1.763-4.44-.56-9.28-4.632-11.47-4.154-2.874-10.947-2.34-13.178 2.7-1.992 3.82-4.38 9.075-8.657 9.604-2.893.358-8.99.475-7.263-4.873 1.46-5.63 3.413-11.567 8.263-15.213 4.45-3.726 10.18-5.403 15.918-5.306zm58.565.517c2.548.043 5.088.494 7.46 1.352 6.835 2.2 12.034 7.93 14.296 14.656 6.14 14.67 5.577 33.025-4.407 45.89-4.434 4.726-10.147 9.084-16.93 9.104-12.504-.152-22.452-11.172-24.83-22.865-3.145-13.39-1.786-28.618 6.913-39.733 3.686-5.435 10-8.212 16.406-8.398.364-.01.728-.012 1.092-.006zm166.388 5.768c-.997-.037-2.02.973-2.777 3.683-1.645 5.895-3.323 13.392-.755 19.298 5.1-1.992 5.47-9.617 6.676-14.437 1.127-3.304-.95-8.46-3.144-8.542zm-165.834 5.593c-3.386-.167-6.824 2.62-8.324 5.64-2.258 4.143-2.065 9.04-2.812 13.594-.813 9.084-.33 19.23 5.457 26.707l2.207 1.472c4.928 1.78 9.694-2.16 11.07-6.74 1.962-6.234 2.34-12.9 2.43-19.407-.235-7.035-1.47-14.922-6.73-20.012-1.044-.813-2.17-1.196-3.298-1.252zm148.954 5.158v61.156l-4.452 6.672v-42.254c-4.61 7.453-9.028 9.044-6.066-.912 6.054-7.15 4.81-17.41 10.518-24.662zm-359.37 1.11c.02.07.043.14.063.208 4.513-.497 7.276 7.277 9.104 10.865.8 3.573 5.12 17.77 2.032 14.798-.273-.453-.53-.914-.795-1.37l1.837 3.3c-4.598-3.657-6.375-10.487-4.444-8.024-1.558-3.014-2.96-6.095-4.218-9.24-.06 1.18-.727 2.115-2.465 2.793-1.287 3.49-1.265 7.08-.67 10.645.2-1.67 1.175-2.384 3.385-.754 7.842 12.624 12.176 29.107 7.298 43.498l-2.224 1.11c-10.357-5.83-11.404-19.436-13.427-30.003-1.555-12.29-.788-24.71 2.3-36.71.807-.547 1.567-.828 2.284-.907-.02-.07-.042-.137-.06-.207zm.06.208c.114.417.237.826.368 1.225-.12-.408-.25-.813-.365-1.224zm2.052 31.07c-4.06 4.626-2.26 12.79-.377 18.4 1.108 5.507 6.916 10.14 6.056 1.52-.05-5.63.17-11.725-3-16.39-.96-.537-1.907-1.898-2.678-3.53zm66.396 69.317L256 491.73l112.846-123.177zm-21.394.33l-53.797 4.96 64.223 41.065c-2.556-2.703-4.856-5.71-7.118-8.763-5.132-6.95-10.468-13.657-18.88-16.672-8.736-6.442-4.18-5.276 2.9-2.537-.948-1.854-.725-2.61.123-2.668 2.17-.153 8.43 4.226 9.74 6.37l24.706 31.606 65.15 41.656zm268.48 0l-42.472 46.36c6.404-3.148 11.38-8.538 17.056-12.493 2.396-1.346 3.72-1.896 4.295-1.89 2.055.017-5.43 7.116-7.682 10.333-9.42 9.813-16.066 23.033-28.668 29.114l18.914-24.46c-2.32 1.26-5.94 3.19-8.21 4.085l-40.28 43.968 74.468-47.615c5.48-6.718 1.903-5.537-5.64-.896l-11.438 6.014c11.46-13.746 26.855-23.568 40.053-35.582 3.162-1.492 9.503-5.663 10.986-5.738.777-.04.22 1.045-2.824 4.228l-12.613 15.965c10.01-7.533.884 3.926-4.45 5.56-.695 1.01-1.44 1.95-2.212 2.862l54.512-34.856zm-158.265 16.644c1.358.01 2.71.125 3.998.295v43.365h-13.35v-30.02c-5.04-1.378-10.417 1.722-15.34-.27-3.758-2.94 1.01-6.846 4.524-5.89 3.278-.126 7.556.197 9.324-3.234 2.635-3.34 6.77-4.274 10.845-4.246zm33.048.81c.464-.02.963.037 1.497.186 3.147.81 6.466.245 9.695.413h25.402c1.503 2.992.752 7.75-3.305 7.855-3.893.51-7.81-.382-11.69.212-4.698.146-9.753-1.773-14.198.404-3.122 1.66-4.165 8.505.988 6.076 3.366-1.11 6.912-1.807 10.408-.89 6.984 1.103 14.966 2.89 19.125 9.19 2.076 3.156 2.672 7.337.633 10.67-3.602 6.528-11.534 8.407-18.295 9.75-2.337.443-4.66 1.404-7.03 1.21-7.245-.593-15.603-1.083-20.603-7.144-2.662-2.494-2.703-7.097 1.903-6.66 3.57-.142 8.657-.4 10.322 3.505 3.247 3.66 8.837 2.94 13.127 1.98 3.588-.483 7.53-2.548 7.584-6.673.59-4.21-3.078-7.18-6.844-7.8-5.818-2.365-11.57 1.405-17.37 1.827-3.463 1.046-9.578.48-8.936-4.465.76-4.188 2.663-8.108 2.71-12.46.09-3.005 1.634-7.03 4.877-7.184zm133.47 4.975c-.21-.248-6.99 5.744-9.92 8.08l-15.75 13.118c8.59-4.363 16.472-9.61 22.275-17.448 2.553-2.6 3.476-3.652 3.394-3.75zm-247.032 14.16c2.39-.02 7.543 4.65 9.45 7.06l26.11 31.11c-7.722-2.182-13.29-7.19-17.653-13.777-6.43-7.316-11.282-16.606-21.213-19.54-8.943-5.002-5.18-6.42 2.133-2.264-.273-1.858.24-2.582 1.174-2.59z"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-five tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.76 44.764c-6.176 0-12.353 1.384-17.137 4.152L85.87 137.276c-9.57 5.536-9.57 14.29 0 19.826l152.753 88.36c9.57 5.536 24.703 5.536 34.272 0l152.753-88.36c9.57-5.535 9.57-14.29 0-19.825l-152.753-88.36c-4.785-2.77-10.96-4.153-17.135-4.153zm1.86 12.423a31.953 18.96 0 0 1 21.194 5.536 31.953 18.96 0 0 1-45.187 26.812 31.953 18.96 0 0 1 23.992-32.347zm-119.173 70.188a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.813 31.953 18.96 0 0 1 23.992-32.348zm118.24.244a31.953 18.96 0 0 1 22.125 32.362 31.953 18.96 0 1 1-45.187-26.812 31.953 18.96 0 0 1 23.06-5.55zm119.663.015a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.812 31.953 18.96 0 0 1 23.993-32.347zM75.67 173.84c-5.753-.155-9.664 4.336-9.664 12.28v157.696c0 11.052 7.57 24.163 17.14 29.69l146.93 84.848c9.57 5.526 17.14 1.156 17.14-9.895V290.76c0-11.052-7.57-24.16-17.14-29.688l-146.93-84.847c-2.69-1.555-5.225-2.327-7.476-2.387zm360.773.002c-2.25.06-4.783.83-7.474 2.385l-146.935 84.847c-9.57 5.527-17.14 18.638-17.14 29.69v157.7c0 11.05 7.57 15.418 17.14 9.89L428.97 373.51c9.57-5.527 17.137-18.636 17.137-29.688v-157.7c0-7.942-3.91-12.432-9.664-12.278zM89.297 195.77a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm333.52 0A18.008 31.236 31.906 0 1 434 210.973a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zm-165.198 2.314a31.953 18.96 0 0 1 21.194 5.535 31.953 18.96 0 0 1-45.187 26.812 31.953 18.96 0 0 1 23.992-32.348zm109.198 30.018A18.008 31.236 31.906 0 1 378 243.305a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zm-165.52 32.332a31.236 18.008 58.094 0 1 33.817 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm109.52 0A18.008 31.236 31.906 0 1 322 275.637a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zM89.298 318.48a31.236 18.008 58.094 0 1 33.817 41.184 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.204zm333.52 0A18.008 31.236 31.906 0 1 434 333.684a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.184zm-56 32.332A18.008 31.236 31.906 0 1 378 366.017a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zm-165.52 32.33a31.236 18.008 58.094 0 1 33.817 41.184 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm109.52 0A18.008 31.236 31.906 0 1 322 398.347a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183z" fill="#fff"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-four tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.76 44.764c-6.176 0-12.353 1.384-17.137 4.152L85.87 137.276c-9.57 5.536-9.57 14.29 0 19.826l152.753 88.36c9.57 5.536 24.703 5.536 34.272 0l152.753-88.36c9.57-5.535 9.57-14.29 0-19.825l-152.753-88.36c-4.785-2.77-10.96-4.153-17.135-4.153zm1.86 12.423a31.953 18.96 0 0 1 21.194 5.536 31.953 18.96 0 0 1-45.187 26.812 31.953 18.96 0 0 1 23.992-32.347zm-119.173 70.188a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.813 31.953 18.96 0 0 1 23.992-32.348zm237.903.26a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.812 31.953 18.96 0 0 1 23.993-32.347zM75.67 173.84c-5.753-.155-9.664 4.336-9.664 12.28v157.696c0 11.052 7.57 24.163 17.14 29.69l146.93 84.848c9.57 5.526 17.14 1.156 17.14-9.895V290.76c0-11.052-7.57-24.16-17.14-29.688l-146.93-84.847c-2.69-1.555-5.225-2.327-7.476-2.387zm360.773.002c-2.25.06-4.783.83-7.474 2.385l-146.935 84.847c-9.57 5.527-17.14 18.638-17.14 29.69v157.7c0 11.05 7.57 15.418 17.14 9.89L428.97 373.51c9.57-5.527 17.137-18.636 17.137-29.688v-157.7c0-7.942-3.91-12.432-9.664-12.278zM89.297 195.77a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm333.52 0A18.008 31.236 31.906 0 1 434 210.973a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zm-165.198 2.314a31.953 18.96 0 0 1 21.194 5.535 31.953 18.96 0 0 1-45.187 26.812 31.953 18.96 0 0 1 23.992-32.348zM89.296 256.77a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.202zm112 3.664a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm109.52 0A18.008 31.236 31.906 0 1 322 275.637a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zM366.82 289.1a18.008 31.236 31.906 0 1 .002 0 18.008 31.236 31.906 0 1 11.18 15.203 18.008 31.236 31.906 0 1-45 25.98A18.008 31.236 31.906 0 1 366.82 289.1zM89.297 318.48a31.236 18.008 58.094 0 1 33.818 41.184 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.204zm333.52 0A18.008 31.236 31.906 0 1 434 333.684a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.184zm-221.52 2.954a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm0 61.71a31.236 18.008 58.094 0 1 33.818 41.182 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm109.52 0A18.008 31.236 31.906 0 1 322 398.345a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183z" fill="#fff"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.76 44.764c-6.176 0-12.353 1.384-17.137 4.152L85.87 137.276c-9.57 5.536-9.57 14.29 0 19.826l152.753 88.36c9.57 5.536 24.703 5.536 34.272 0l152.753-88.36c9.57-5.535 9.57-14.29 0-19.825l-152.753-88.36c-4.785-2.77-10.96-4.153-17.135-4.153zm.926 82.855a31.953 18.96 0 0 1 22.127 32.362 31.953 18.96 0 1 1-45.188-26.812 31.953 18.96 0 0 1 23.06-5.55zM75.67 173.84c-5.753-.155-9.664 4.336-9.664 12.28v157.696c0 11.052 7.57 24.163 17.14 29.69l146.93 84.848c9.57 5.526 17.14 1.156 17.14-9.895V290.76c0-11.052-7.57-24.16-17.14-29.688l-146.93-84.847c-2.69-1.555-5.225-2.327-7.476-2.387zm360.773.002c-2.25.06-4.783.83-7.474 2.385l-146.935 84.847c-9.57 5.527-17.14 18.638-17.14 29.69v157.7c0 11.05 7.57 15.418 17.14 9.89L428.97 373.51c9.57-5.527 17.137-18.636 17.137-29.688v-157.7c0-7.942-3.91-12.432-9.664-12.278zM89.297 195.77a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm221.52 64.664A18.008 31.236 31.906 0 1 322 275.637a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zM145.296 289.1a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 0 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm277.523 29.38A18.008 31.236 31.906 0 1 434 333.684a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.184zm-221.52 64.663a31.236 18.008 58.094 0 1 33.817 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203z" fill="#fff"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-random tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.76 44.764c-6.176 0-12.353 1.384-17.137 4.152L85.87 137.276c-9.57 5.536-9.57 14.29 0 19.826l152.753 88.36c9.57 5.536 24.703 5.536 34.272 0l152.753-88.36c9.57-5.535 9.57-14.29 0-19.825l-152.753-88.36c-4.785-2.77-10.96-4.153-17.135-4.153zm-.824 53.11c9.013.097 17.117 2.162 24.31 6.192 4.92 2.758 8.143 5.903 9.666 9.438 1.473 3.507 1.56 8.13.26 13.865l-1.6 5.706c-1.06 4.083-1.28 7.02-.66 8.81.57 1.764 1.983 3.278 4.242 4.544l3.39 1.898-33.235 18.62-3.693-2.067c-4.118-2.306-6.744-4.912-7.883-7.82-1.188-2.935-.99-7.603.594-14.005l1.524-5.748c.887-3.423.973-6.23.26-8.418-.653-2.224-2.134-3.983-4.444-5.277-3.515-1.97-7.726-2.676-12.63-2.123-4.956.526-10.072 2.268-15.35 5.225-4.972 2.785-9.487 6.272-13.55 10.46-4.112 4.162-7.64 8.924-10.587 14.288L171.9 138.21c5.318-5.34 10.543-10.01 15.676-14.013 5.134-4 10.554-7.6 16.262-10.8 14.976-8.39 28.903-13.38 41.78-14.967 3.208-.404 6.315-.59 9.32-.557zm50.757 56.7l26.815 15.024-33.235 18.62-26.816-15.023 33.236-18.62zM75.67 173.84c-5.753-.155-9.664 4.336-9.664 12.28v157.696c0 11.052 7.57 24.163 17.14 29.69l146.93 84.848c9.57 5.526 17.14 1.156 17.14-9.895V290.76c0-11.052-7.57-24.16-17.14-29.688l-146.93-84.847c-2.69-1.555-5.225-2.327-7.476-2.387zm360.773.002c-2.25.06-4.783.83-7.474 2.385l-146.935 84.847c-9.57 5.527-17.14 18.638-17.14 29.69v157.7c0 11.05 7.57 15.418 17.14 9.89L428.97 373.51c9.57-5.527 17.137-18.636 17.137-29.688v-157.7c0-7.942-3.91-12.432-9.664-12.278zm-321.545 63.752c6.553 1.366 12.538 3.038 17.954 5.013 5.415 1.976 10.643 4.417 15.68 7.325 13.213 7.63 23.286 16.324 30.218 26.082 6.932 9.7 10.398 20.046 10.398 31.04 0 5.64-1.055 10.094-3.168 13.364-2.112 3.212-5.714 5.91-10.804 8.094l-5.2 1.92c-3.682 1.442-6.093 2.928-7.23 4.46-1.137 1.472-1.705 3.502-1.705 6.092v3.885l-29.325-16.933v-4.23c0-4.72.892-8.376 2.68-10.97 1.787-2.652 5.552-5.14 11.292-7.467l5.2-2.006c3.087-1.21 5.334-2.732 6.742-4.567 1.46-1.803 2.192-4.028 2.192-6.676 0-4.027-1.3-7.915-3.9-11.66-2.6-3.804-6.227-7.05-10.885-9.74-4.387-2.532-9.126-4.29-14.217-5.272-5.09-1.04-10.398-1.254-15.922-.645v-27.11zm269.54 8.607c1.522 0 2.932.165 4.232.493 6.932 1.696 10.398 8.04 10.398 19.034 0 5.64-1.056 11.314-3.168 17.023-2.112 5.65-5.714 12.507-10.804 20.568l-5.2 7.924c-3.682 5.695-6.093 9.963-7.23 12.807-1.137 2.785-1.705 5.473-1.705 8.063v3.885l-29.325 16.932v-4.23c0-4.72.894-9.41 2.68-14.067 1.79-4.715 5.552-11.55 11.292-20.504l5.2-8.01c3.087-4.776 5.334-8.894 6.742-12.354 1.46-3.492 2.192-6.562 2.192-9.21 0-4.028-1.3-6.414-3.898-7.158-2.6-.8-6.23.142-10.887 2.83-4.387 2.533-9.124 6.25-14.215 11.145-5.09 4.84-10.398 10.752-15.922 17.74v-27.11c6.553-6.2 12.536-11.44 17.95-15.718 5.417-4.278 10.645-7.87 15.68-10.777 10.738-6.2 19.4-9.302 25.99-9.307zm-252.723 94.515l29.326 16.93v30.736l-29.325-16.93v-30.735zm239.246 8.06v30.735l-29.325 16.93v-30.733l29.326-16.932z" fill="#fff"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-six tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.76 44.764c-6.176 0-12.353 1.384-17.137 4.152L85.87 137.276c-9.57 5.536-9.57 14.29 0 19.826l152.753 88.36c9.57 5.536 24.703 5.536 34.272 0l152.753-88.36c9.57-5.535 9.57-14.29 0-19.825l-152.753-88.36c-4.785-2.77-10.96-4.153-17.135-4.153zm1.86 12.423a31.953 18.96 0 0 1 21.194 5.536 31.953 18.96 0 0 1-45.187 26.812 31.953 18.96 0 0 1 23.992-32.347zm58.43 35.208a31.953 18.96 0 0 1 22.13 32.363 31.953 18.96 0 0 1-45.19-26.813 31.953 18.96 0 0 1 23.06-5.55zm-177.603 34.98a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.813 31.953 18.96 0 0 1 23.992-32.348zm237.903.26a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.812 31.953 18.96 0 0 1 23.993-32.347zm-179.03 35.21a31.953 18.96 0 0 1 22.127 32.362 31.953 18.96 0 1 1-45.187-26.812 31.953 18.96 0 0 1 23.06-5.55zM75.67 173.84c-5.753-.155-9.664 4.336-9.664 12.28v157.696c0 11.052 7.57 24.163 17.14 29.69l146.93 84.848c9.57 5.526 17.14 1.156 17.14-9.895V290.76c0-11.052-7.57-24.16-17.14-29.688l-146.93-84.847c-2.69-1.555-5.225-2.327-7.476-2.387zm360.773.002c-2.25.06-4.783.83-7.474 2.385l-146.935 84.847c-9.57 5.527-17.14 18.638-17.14 29.69v157.7c0 11.05 7.57 15.418 17.14 9.89L428.97 373.51c9.57-5.527 17.137-18.636 17.137-29.688v-157.7c0-7.942-3.91-12.432-9.664-12.278zM89.297 195.77a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm333.52 0A18.008 31.236 31.906 0 1 434 210.973a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zm-165.198 2.314a31.953 18.96 0 0 1 21.194 5.535 31.953 18.96 0 0 1-45.187 26.812 31.953 18.96 0 0 1 23.992-32.348zm-56.323 62.35a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm109.52 0A18.008 31.236 31.906 0 1 322 275.637a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zM145.296 289.1a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 0 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm-55.998 29.38a31.236 18.008 58.094 0 1 33.818 41.184 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.204zm333.52 0A18.008 31.236 31.906 0 1 434 333.684a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.184zm-221.52 64.663a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm109.52 0A18.008 31.236 31.906 0 1 322 398.346a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183z" fill="#fff"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.76 44.764c-6.176 0-12.353 1.384-17.137 4.152L85.87 137.276c-9.57 5.536-9.57 14.29 0 19.826l152.753 88.36c9.57 5.536 24.703 5.536 34.272 0l152.753-88.36c9.57-5.535 9.57-14.29 0-19.825l-152.753-88.36c-4.785-2.77-10.96-4.153-17.135-4.153zm-117.313 82.61a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.536 31.953 18.96 0 0 1-45.19 26.813 31.953 18.96 0 0 1 23.992-32.348zm118.24.245a31.953 18.96 0 0 1 22.125 32.362 31.953 18.96 0 1 1-45.187-26.812 31.953 18.96 0 0 1 23.06-5.55zm119.663.015a31.953 18.96 0 0 1 .002 0 31.953 18.96 0 0 1 21.195 5.535 31.953 18.96 0 0 1-45.19 26.812 31.953 18.96 0 0 1 23.993-32.347zM75.67 173.84c-5.753-.155-9.664 4.336-9.664 12.28v157.696c0 11.052 7.57 24.163 17.14 29.69l146.93 84.848c9.57 5.526 17.14 1.156 17.14-9.895V290.76c0-11.052-7.57-24.16-17.14-29.688l-146.93-84.847c-2.69-1.555-5.225-2.327-7.476-2.387zm360.773.002c-2.25.06-4.783.83-7.474 2.385l-146.935 84.847c-9.57 5.527-17.14 18.638-17.14 29.69v157.7c0 11.05 7.57 15.418 17.14 9.89L428.97 373.51c9.57-5.527 17.137-18.636 17.137-29.688v-157.7c0-7.942-3.91-12.432-9.664-12.278zm-235.146 86.592a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zM366.82 289.1a18.008 31.236 31.906 0 1 .002 0 18.008 31.236 31.906 0 1 11.18 15.203 18.008 31.236 31.906 0 1-45 25.98A18.008 31.236 31.906 0 1 366.82 289.1zM89.297 318.48a31.236 18.008 58.094 0 1 33.818 41.184 31.236 18.008 58.094 1 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.204z" fill="#fff"/></svg>
<svg class="tc-image-dice-perspective-dice-six-faces-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.75 44.813c-6.187 0-12.75 1.563-17.125 4.093L85.875 137.28c-4.375 2.532-7.094 6.33-7.094 9.907 0 3.58 2.69 7.376 7.064 9.907l152.78 88.375c4.376 2.53 10.94 4.093 17.126 4.093 6.187 0 12.782-1.564 17.156-4.094l152.75-88.376c4.375-2.53 7.094-6.328 7.094-9.906 0-3.58-2.75-7.376-7.125-9.907l-152.75-88.374c-4.375-2.53-10.938-4.094-17.125-4.093zm0 12.343a31.953 18.96 0 0 1 23.063 5.563 31.953 18.96 0 0 1-45.188 26.81 31.953 18.96 0 0 1 20.813-32.343 31.953 18.96 0 0 1 1.312-.03zM75.07 173.95c-1.497.048-2.873.402-4.033 1.07-3.094 1.787-5.033 6.043-5.033 11.095v157.688c0 5.052 1.94 11.547 5.033 16.906 3.094 5.358 7.723 10.27 12.098 12.796l146.945 84.857c4.375 2.527 9.03 2.974 12.123 1.188 3.094-1.785 5.008-6.056 5.008-11.11V290.755c0-5.052-1.913-11.532-5.007-16.89-3.094-5.36-7.748-10.255-12.123-12.782L83.135 176.225c-2.735-1.58-5.57-2.352-8.065-2.274zm361.97.017c-2.504-.083-5.348.684-8.083 2.263L282.04 261.07c-4.376 2.527-9.03 7.456-12.124 12.815l-.082.14c-3.047 5.332-4.926 11.71-4.926 16.72v157.718c0 5.052 1.914 9.323 5.008 11.11 3.094 1.785 7.748 1.305 12.123-1.22l146.917-84.84c4.375-2.528 9.03-7.423 12.125-12.783 3.094-5.36 5.033-11.853 5.033-16.906v-157.72c0-5.05-1.94-9.275-5.033-11.06-1.16-.67-2.54-1.028-4.043-1.077zm-14.222 21.803A18.008 31.236 31.906 0 1 434 210.973a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183zm-167.068 2.292a31.953 18.96 0 0 1 23.063 5.563 31.953 18.96 0 0 1-45.188 26.813 31.953 18.96 0 0 1 20.813-32.344 31.953 18.96 0 0 1 1.312-.03zM145.295 289.1a31.236 18.008 58.094 0 1 33.818 41.183 31.236 18.008 58.094 0 1-45-25.98 31.236 18.008 58.094 0 1 11.182-15.203zm221.525 0a18.008 31.236 31.906 0 1 .002 0 18.008 31.236 31.906 0 1 11.18 15.203 18.008 31.236 31.906 0 1-45 25.98A18.008 31.236 31.906 0 1 366.82 289.1zm-56.002 94.043A18.008 31.236 31.906 0 1 322 398.346a18.008 31.236 31.906 0 1-45 25.98 18.008 31.236 31.906 0 1 33.818-41.183z" fill="#fff"/></svg>
<svg class="tc-image-die-five tc-image-button" width="22pt" height="22pt" viewBox="0 0 67.96800231933594 67.96600341796875"><path d="M67.905 7.275A7.44 7.44 0 0 0 60.692.011V0H7.276v.008A7.443 7.443 0 0 0 .009 7.275H0v53.416h.009a7.44 7.44 0 0 0 7.267 7.267v.008h53.416v-.009a7.44 7.44 0 0 0 7.267-7.267h.009V7.275h-.063zM16.974 57.659a7.035 7.035 0 1 1 .002-14.068 7.035 7.035 0 0 1-.002 14.068zm0-33.606a7.035 7.035 0 1 1 .002-14.068 7.035 7.035 0 0 1-.002 14.068zm17.01 16.965a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm17.009 16.944a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033zm0-33.909a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033z"/></svg>
<svg class="tc-image-die-four tc-image-button" width="22pt" height="22pt" viewBox="0 0 67.96800231933594 67.96600341796875"><path d="M67.905 7.275A7.44 7.44 0 0 0 60.692.011V0H7.276v.008A7.443 7.443 0 0 0 .009 7.275H0v53.416h.009a7.44 7.44 0 0 0 7.267 7.267v.008h53.416v-.009a7.44 7.44 0 0 0 7.267-7.267h.009V7.275h-.063zM16.974 57.659a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm0-33.606a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm34.019 33.909a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033zm0-33.909a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033z"/></svg>
<svg class="tc-image-die-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 67.96800231933594 67.96600341796875"><path d="M67.905 7.275A7.44 7.44 0 0 0 60.692.011V0H7.276v.008A7.443 7.443 0 0 0 .009 7.275H0v53.416h.009a7.44 7.44 0 0 0 7.267 7.267v.008h53.416v-.009a7.44 7.44 0 0 0 7.267-7.267h.009V7.275h-.063zM33.984 41.604a7.621 7.621 0 1 1 0-15.24 7.621 7.621 0 0 1 0 15.24z"/></svg>
<svg class="tc-image-die-six tc-image-button" width="22pt" height="22pt" viewBox="0 0 67.96800231933594 67.96600341796875"><path d="M67.905 7.275A7.44 7.44 0 0 0 60.692.011V0H7.276v.008A7.443 7.443 0 0 0 .009 7.275H0v53.416h.009a7.44 7.44 0 0 0 7.267 7.267v.008h53.416v-.009a7.44 7.44 0 0 0 7.267-7.267h.009V7.275h-.063zM16.974 57.659a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm0-16.641a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm0-16.965a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm34.019 33.909a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033zm.001-16.944a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm-.001-16.965a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033z"/></svg>
<svg class="tc-image-die-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 67.96800231933594 67.96600341796875"><path d="M67.905 7.275A7.44 7.44 0 0 0 60.692.011V0H7.276v.008A7.443 7.443 0 0 0 .009 7.275H0v53.416h.009a7.44 7.44 0 0 0 7.267 7.267v.008h53.416v-.009a7.44 7.44 0 0 0 7.267-7.267h.009V7.275h-.063zM16.974 24.053a7.035 7.035 0 1 1 .002-14.068 7.035 7.035 0 0 1-.002 14.068zm17.009 16.965a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033zm17.01 16.944a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033z"/></svg>
<svg class="tc-image-die-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 67.96800231933594 67.96600341796875"><path d="M67.905 7.275A7.44 7.44 0 0 0 60.692.011V0H7.276v.008A7.443 7.443 0 0 0 .009 7.275H0v53.416h.009a7.44 7.44 0 0 0 7.267 7.267v.008h53.416v-.009a7.44 7.44 0 0 0 7.267-7.267h.009V7.275h-.063zM16.974 24.053a7.035 7.035 0 1 1 .001-14.069 7.035 7.035 0 0 1-.001 14.069zm34.019 33.908a7.033 7.033 0 0 1-7.034-7.033 7.034 7.034 0 1 1 14.069 0 7.034 7.034 0 0 1-7.035 7.033z"/></svg>
<svg class="tc-image-diff tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 16"><path d="M6 7h2v1H6v2H5V8H3V7h2V5h1v2zm-3 6h5v-1H3v1zM7.5 2L11 5.5V15c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6.5zM10 6L7 3H1v12h9V6zM8.5 0H3v1h5l4 4v8h1V4.5L8.5 0z"/></svg>
<svg class="tc-image-diff-added tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 13H1V1h12v12zM6 8H3V6h3V3h2v3h3v2H8v3H6V8z"/></svg>
<svg class="tc-image-diff-ignored tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 13H1V1h12v12zm-8.5-2H3V9.5L9.5 3H11v1.5L4.5 11z"/></svg>
<svg class="tc-image-diff-modified tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 13H1V1h12v12zM4 7c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"/></svg>
<svg class="tc-image-diff-removed tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 13H1V1h12v12zm-2-5H3V6h8v2z"/></svg>
<svg class="tc-image-diff-renamed tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M6 8H3V6h3V3l5 4-5 4V8zm8-7v12c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v12h12V1z"/></svg>
<svg class="tc-image-digg tc-image-button" width="22pt" height="22pt" viewBox="0 0 574.4630126953125 337.9200439453125"><path d="M0 270.336V79.872c0-4.432 2.223-6.656 6.656-6.656h90.111V7.168c0-4.785 2.225-7.168 6.657-7.168h50.175v263.168c0 4.784-2.047 7.168-6.143 7.168H0zm55.807-42.496h34.305c4.432 0 6.655-2.384 6.655-7.152V115.2H62.464c-4.432 0-6.657 2.384-6.657 7.168V227.84zm115.2 42.496V79.872c0-4.432 2.224-6.656 6.657-6.656h50.176v189.952c0 4.784-2.048 7.168-6.144 7.168h-50.688zm0-227.84V7.168c0-4.784 2.049-7.168 6.145-7.168h50.688v35.328c0 4.768-2.048 7.168-6.144 7.168h-50.688zm76.289 227.84V79.872c0-4.432 2.223-6.656 6.656-6.656h147.472v258.048c0 4.432-2.224 6.656-6.656 6.656H247.296l.511-35.328c0-4.783 2.048-7.152 6.145-7.152h90.128v-25.088h-96.784v-.016zM303.6 227.84h34.32c4.096 0 6.16-2.384 6.16-7.152V115.2h-34.32c-4.096 0-6.16 2.384-6.16 7.168V227.84zm117.248 74.752c0-4.784 2.224-7.152 6.656-7.152h90.128v-25.088h-96.785V79.872c0-4.431 2.224-6.656 6.656-6.656h146.96v258.048c0 4.433-2.048 6.656-6.144 6.656H420.847v-35.328zm55.824-74.752h34.32c4.432 0 6.655-2.384 6.655-7.152V115.2h-34.32c-4.432 0-6.655 2.384-6.655 7.168V227.84z"/></svg>
<svg class="tc-image-digital-ocean tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.756452560424805 14.811728477478027"><path d="M1.608 14.14c3.697-1.216 9.204-.873 12.964.625-2.714-1.482-8.159-3.713-12.964-.624zm1.17-2.277c.281-.187.561-.36.827-.5a2.028 2.028 0 0 1-.359-.28 2.468 2.468 0 0 1-.468-.64v-.015c-.499-.983-.328-2.091-.328-2.091s-.858 1.966.328 3.136v.016l.031.016c.047.047.11.094.156.14l-.187-.094c-.796-.468-1.326-1.311-1.326-2.278 0-.983.53-1.825 1.326-2.278.36-.203.78-.328 1.232-.343a5.533 5.533 0 0 1-.094-1.03c0-.218.016-.421.031-.624a4.235 4.235 0 0 0-1.17.218A4.06 4.06 0 0 0 0 9.069c0 1.435.75 2.699 1.888 3.432.265-.187.577-.421.89-.64zM5.82 7.152c0-.031-.016-.047-.016-.078.016.047.031.078.031.078S5.57 4.89 7.192 3.75c1.607-1.14 3.994-.437 3.994-.437s-2.512-1.482-4.399-.14c-.03.03-.078.062-.125.094a4.352 4.352 0 0 1 3.354-1.56c1.373 0 2.605.624 3.401 1.607h1.794A5.678 5.678 0 0 0 10.032.008c-3.12 0-5.663 2.512-5.678 5.616 0 .343.031.687.094 1.014.515.047.983.234 1.373.515z"/><path d="M22.513 13.595c-3.9.967-7.098-1.186-12.153-2.761-3.323-1.03-6.084.405-7.582 1.513-.78.577-1.217 1.06-1.217 1.06 0 .017.452-.25 1.217-.576 1.591-.671 4.54-1.544 7.566-.437 4.508 1.685 8.05 2.418 11.888 1.763 3.056-.522 4.114-2.537 4.418-3.337-.269.638-1.182 2.042-4.137 2.775zm4.137-2.775c.086-.204.106-.33.106-.33s-.028.126-.106.33z"/><path d="M20.095 13.236c2.184-.094 3.011-1.623 3.011-1.623s-.686.796-2.948.999c-2.278.203-4.68-1.03-4.68-1.03 0 .047 2.434 1.732 4.618 1.654zm-6.474-9.454h2.028V5.81h-2.028V3.782zm8.05 5.616h1.56v1.56h-1.56v-1.56zm-5.6-7.472h2.698v2.699H16.07v-2.7zm7.83 4.68h2.7v2.699h-2.7v-2.7zm-4.867-1.763h1.498V6.34h-1.498V4.843zm1 2.964h1.497v1.498h-1.498V7.807zm-3.169.14h1.513v1.499h-1.513V7.948zm5.273-3.057h1.498v1.498h-1.498V4.89z"/></svg>
<svg class="tc-image-digitalocean tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 17.316999435424805 17.316999435424805"><path d="M.557 14.227H.555v-1.99h1.991v1.99h2.372v-3.09h3.09v3.08c3.284-.003 5.82-3.255 4.567-6.71a4.639 4.639 0 0 0-2.767-2.765c-3.456-1.255-6.71 1.287-6.71 4.575H0C0 4.079 5.06 0 10.55 1.714a7.738 7.738 0 0 1 5.053 5.053c1.714 5.49-2.365 10.55-7.603 10.55v-3.09H4.918v2.372H2.544v-2.372H.556z"/></svg>
<svg class="tc-image-dimension-arrow-box-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44"><path d="M0 41h4.833L0 36v-4.75l4 4.286V8.464L0 12.75V8l4.833-5H0V0h12v3H7.167L12 8v4.75L8 8.464v27.072l4-4.286V36l-4.833 5H12v3H0v-3zM16 0h22v44H16V0zm18 4H20v36h14V4z"/></svg>
<svg class="tc-image-dimension-arrow-box-width tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 38"><path d="M41 38v-4.833L36 38h-4.75l4.286-4H8.464l4.286 4H8l-5-4.833V38H0V26h3v4.833L8 26h4.75l-4.286 4h27.072l-4.286-4H36l5 4.833V26h3v12h-3zM0 22V0h44v22H0zM4 4v14h36V4H4z"/></svg>
<svg class="tc-image-dimension-arrow-line-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 44"><path d="M0 41h5.833L0 36v-5l5 4.286V8.714L0 13V8l5.833-5H0V0h14v3H8.167L14 8v5L9 8.714v26.572L14 31v5l-5.833 5H14v3H0v-3z"/></svg>
<svg class="tc-image-dimension-arrow-line-height-short tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 32"><path d="M0 29h5.833L0 24v-5l5 4.286V8.714L0 13V8l5.833-5H0V0h14v3H8.167L14 8v5L9 8.714v14.572L14 19v5l-5.833 5H14v3H0v-3z"/></svg>
<svg class="tc-image-dimension-arrow-line-height-thick tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 36"><path d="M0 32h6.833L0 27v-6l6 4.286V10.714L0 15V9l6.833-5H0V0h18v4h-6.833L18 9v6l-6-4.286v14.572L18 21v6l-6.833 5H18v4H0v-4z"/></svg>
<svg class="tc-image-dimension-arrow-line-width tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 14"><path d="M41 14V8.167L36 14h-5l4.286-5H8.714L13 14H8L3 8.167V14H0V0h3v5.833L8 0h5L8.714 5h26.572L31 0h5l5 5.833V0h3v14h-3z"/></svg>
<svg class="tc-image-dimension-arrow-line-width-short tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 14"><path d="M29 14V8.167L24 14h-5l4.286-5H8.714L13 14H8L3 8.167V14H0V0h3v5.833L8 0h5L8.714 5h14.572L19 0h5l5 5.833V0h3v14h-3z"/></svg>
<svg class="tc-image-dimension-arrow-line-width-thick tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 18"><path d="M32 18v-6.833L27 18h-6l4.286-6H10.714L15 18H9l-5-6.833V18H0V0h4v6.833L9 0h6l-4.286 6h14.572L21 0h6l5 6.833V0h4v18h-4z"/></svg>
<svg class="tc-image-dimension-box-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44"><path d="M0 41h4.833L0 35h4V9H0l4.833-6H0V0h12v3H7.167L12 9H8v26h4l-4.833 6H12v3H0v-3zM16 0h22v44H16V0zm18 4H20v36h14V4z"/></svg>
<svg class="tc-image-dimension-box-width tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 38"><path d="M41 38v-4.833L35 38v-4H9v4l-6-4.833V38H0V26h3v4.833L9 26v4h26v-4l6 4.833V26h3v12h-3zM0 22V0h44v22H0zM4 4v14h36V4H4z"/></svg>
<svg class="tc-image-dimension-line-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 44"><path d="M0 41h5.833L0 35h5V9H0l5.833-6H0V0h14v3H8.167L14 9H9v26h5l-5.833 6H14v3H0v-3z"/></svg>
<svg class="tc-image-dimension-line-height-short tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 32"><path d="M0 29h5.833L0 23h5V9H0l5.833-6H0V0h14v3H8.167L14 9H9v14h5l-5.833 6H14v3H0v-3z"/></svg>
<svg class="tc-image-dimension-line-width tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 14"><path d="M41 14V8.167L35 14V9H9v5L3 8.167V14H0V0h3v5.833L9 0v5h26V0l6 5.833V0h3v14h-3z"/></svg>
<svg class="tc-image-dimension-line-width-short tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 14"><path d="M29 14V8.167L23 14V9H9v5L3 8.167V14H0V0h3v5.833L9 0v5h14V0l6 5.833V0h3v14h-3z"/></svg>
<svg class="tc-image-dimensions tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M14 7c0-.957-.193-1.869-.541-2.699v-.026h-.009A7.004 7.004 0 0 0 7.081.004L7.073 0l-.006.003C7.044.003 7.022 0 7 0a7 7 0 0 0 0 14l.066-.003.007.003.008-.004A6.998 6.998 0 0 0 14 7zm-6.926 6.035c-.487-.404-1.361-1.4-1.762-3.526h3.52c-.401 2.131-1.275 3.126-1.758 3.526zM5.201 8.704a13.599 13.599 0 0 1 .043-3.623H8.9a13.45 13.45 0 0 1 .045 3.623H5.201zM.805 7c0-.67.11-1.314.308-1.919h3.306c-.078.59-.124 1.243-.124 1.967 0 .604.037 1.148.093 1.656H1.049A6.145 6.145 0 0 1 .805 7zM7.07.985c.463.412 1.262 1.387 1.687 3.29H5.383C5.804 2.366 6.599 1.398 7.07.985zm2.657 4.096h3.16c.197.605.307 1.249.307 1.919 0 .592-.088 1.162-.244 1.704H9.758c.056-.508.093-1.052.093-1.656 0-.724-.046-1.377-.124-1.967zm2.828-.806H9.593C9.254 2.613 8.642 1.559 8.104.91a6.21 6.21 0 0 1 4.451 3.365zM6.063.884c-.542.646-1.167 1.707-1.51 3.391H1.445A6.199 6.199 0 0 1 6.063.884zM1.34 9.509h3.162c.32 1.808.961 2.933 1.526 3.602A6.209 6.209 0 0 1 1.34 9.509zm6.801 3.576c.56-.672 1.187-1.793 1.503-3.576h3.015a6.212 6.212 0 0 1-4.518 3.576z"/></svg>
<svg class="tc-image-diners tc-image-button" width="22pt" height="22pt" viewBox="0 0 558.6920776367188 466.54998779296875"><path d="M283.643 392.355c-8.75 0-13.512-6.712-15.074-14.605l-2.146.606 1.318 13.773c4.177 2.355 9.788 4.041 14.592 4.041 14.221 0 20.574-8.397 20.574-16.303 0-18.765-27.746-14.451-27.746-28.476 0-5.09 4.544-7.855 9.314-7.855 7.676 0 11.853 4.31 13.052 11.827h2.765l-.827-12.177c-4.663-2.415-9.826-3.498-13.636-3.498-13.133 0-18.522 8.632-18.522 15.33 0 19.23 26.031 14.673 26.031 28.8-.005 4.199-2.64 8.512-9.694 8.538zm-38.017 28.347v1.365h1.144c2.022.026 5.957.896 5.957 6.434l-.086 24.584-.115.145-.209.205-28.958-32.734c-1.942 0-3.818.264-5.786.264-2.406 0-4.839-.243-7.219-.264v1.365h.567c3.077.026 6.204 2.338 6.204 6.157v27.401c0 5.214-1.48 8.559-6.135 8.584l-.649-.017v1.344c2.82 0 5.717-.248 8.58-.248 2.748 0 5.432.248 8.123.248v-1.344h-.798c-5.154-.026-6.404-2.262-6.43-7.923v-27.52l33.788 37.798h2.151c-.295-1.988-.333-4.13-.333-6.281v-29.623c0-7.808 3.264-8.55 6.072-8.576h.683v-1.365c-2.577.026-5.133.264-7.723.264-2.983 0-5.87-.239-8.827-.264zm-55.368 22.511l.325-.132c5.082-1.979 8.862-5.478 8.862-11.213 0-9.007-7.027-11.111-15.207-11.158-3.435 0-6.562.281-10.466.281-3.823 0-7.693-.256-9.817-.281v1.382h.892c2.031 0 4.894.35 4.894 5.231v33.067c0 2.607-2.432 3.823-4.894 3.823h-.892v1.357c3.127 0 6.101-.273 9.147-.273 3.652 0 7.322.273 10.91.273v-1.357h-.875c-2.957 0-5.632-.384-5.632-5.538v-14.204h4.736l.068.162c4.262 7.493 8.534 14.528 13.32 20.962 1.988 0 4.062-.273 6.093-.273 2.082 0 4.075.222 6.11.273v-1.425c-3.034-.423-4.463-1.318-6.238-4.002l-11.337-16.956zm-9.259-.507h-3.486v-19.93l.27-.026c.874-.081 1.761-.264 3.732-.264 5.93 0 9.784 3.882 9.784 9.788-.026 7.795-3.755 10.432-10.3 10.432zm-35.336 20.599c-4.104 0-8.209 0-8.209-4.536v-15.441h8.077c4.527-.051 5.005 2.688 5.325 6.409l1.413-.298a132.05 132.05 0 0 1 0-14.524h-1.413c-.354 3.337-1.413 5.752-5.385 5.717h-8.013v-17.634h9.314c6.762-.034 7.911 3.447 8.197 7.535l1.4-.341c-.133-1.851-.198-4.219-.198-6.378 0-1.113.013-2.168.064-3.102-4.41.017-11.008.281-16.35.281-5.359 0-11.92-.256-15.919-.281v1.382h.627c2.313 0 5.09.409 5.09 4.015v34.082c0 3.584-2.777 3.993-5.09 4.015h-.627v1.357c3.793 0 11.306-.264 17.015-.264 5.755 0 13.1.264 17.293.264.555-3.272 1.301-6.57 2.1-9.877l-1.289-.298c-1.95 7.288-5.73 7.945-13.423 7.919zm30.267-72.055h-2.159c-3.366 0-5.969 0-5.969-3.968v-30.873c0-9.31-3.589-16.721-13.752-16.721-8.013 0-13.88 4.062-20.71 8.977v-7.778c0-.964-.364-1.195-.7-1.195-5.765 2.517-10.647 4.062-15.796 5.76v2.253c5.602 2.248 6.942 3.447 6.942 7.902h-.009v31.685c0 3.968-2.385 3.968-5.73 3.968h-2.146v3.089c4.296-.128 8.61-.26 12.902-.26 4.31 0 8.507.26 12.68.26v-3.089h-2.15c-3.342 0-6 0-6-3.968v-35.405c3.976-2.611 10.074-5.76 13.88-5.76 6.831 0 10.995 3.37 10.995 10.206v30.959c0 3.976-2.38 3.976-5.726 3.976h-2.146v3.08c4.267-.103 8.598-.239 12.906-.239s8.474.239 12.68.239v-3.098zm339.127 70.161c-.827-1.979-1.625-4.39-2.389-6.678l-11.985-34.043c-.217-.495-.38-1.127-.554-1.541-.077-.111-.038-.111-.106-.111h-.115c-.149 0-.226.077-.367.111-1.259.793-3.865 2.112-5.785 2.615-.4 2.449-1.583 5.692-2.423 8.111l-10.437 29.858c-.98 2.841-3.242 4.463-5.905 4.463h-.115v1.344c2.253-.123 4.485-.264 6.745-.264 2.513 0 5.098.137 7.6.264v-1.344h-.449c-2.125-.034-5.086-.264-5.137-2.582 0-1.284.802-2.952 1.421-5.137l2.138-6.989h15.19l2.636 7.744c.696 2.099 1.306 3.823 1.306 4.779-.098 1.997-2.837 2.151-4.313 2.202h-.448v1.357h.01c3.22-.137 6.394-.273 9.48-.273 3.013 0 5.85.137 8.687.273v-1.357h-.098c-2.215-.005-3.776-.883-4.582-2.803zm-26.794-14.99l6.23-18.969h.567l6.153 18.969h-12.95zm-185.612 14.99c-.849-1.979-1.634-4.39-2.402-6.678l-11.994-34.043c-.205-.495-.38-1.127-.563-1.566-.038-.089-.025-.089-.094-.089h-.102c-.136 0-.23.077-.367.111-1.25.793-3.874 2.103-5.785 2.615-.409 2.449-1.583 5.692-2.432 8.111l-10.406 29.858c-.99 2.841-3.269 4.463-5.918 4.463h-.098v1.344c2.223-.123 4.476-.264 6.754-.264 2.522 0 5.077.137 7.56.264v-1.344h-.423c-2.108-.034-5.082-.264-5.159-2.568.013-1.318.81-2.969 1.455-5.154l2.134-6.989h15.146l2.624 7.744c.734 2.099 1.336 3.823 1.336 4.779-.086 1.997-2.84 2.151-4.327 2.202h-.423v1.357c3.208-.137 6.38-.273 9.467-.273 3.03 0 5.858.137 8.691.273v-1.357h-.098c-2.24.005-3.77-.875-4.578-2.795zm-26.808-14.99l6.225-18.969h.538l6.2 18.969h-12.963zm132.445-56.606l2.74-17.438-2.74-.709c-2.398 12.514-12.21 20.672-24.03 20.672-18.398 0-35.648-17.353-35.648-41.519 0-28.697 19.963-37.909 33.715-37.909 13.39 0 23.301 5.611 25.574 19.623h2.966l-1.182-17.118c-9.19-3.213-18.552-6.353-28.224-6.353-23.446 0-45.317 17.591-45.317 42.108 0 26.91 17.715 44.992 45.68 44.992 7.91-.005 21.426-3.238 26.465-6.349zm-44.304 70.379v-34.082c0-3.627 2.74-4.015 5.095-4.015h.615v-1.391c-2.995.026-6.767.264-9.924.264-3.097 0-6.814-.243-9.33-.264v1.391h.622c2.326 0 5.086.409 5.086 4.015v34.082c0 3.584-2.76 4.002-5.086 4.002h-.623v1.374c2.491-.03 6.157-.264 9.275-.264 3.14 0 6.908.264 9.98.264v-1.374h-.615c-2.355-.005-5.095-.426-5.095-4.002zm31.957-40.473c-13.38 0-23.736 10.363-23.736 23.757.025 13.829 10.423 23.065 24.09 23.065 13.688 0 24.282-9.839 24.32-24.653-.02-13.662-10.93-22.144-24.674-22.169zm.981 44.522c-10.799-.009-16.128-11.345-16.158-23.065.03-8.755 3.443-19.132 15.027-19.132 11.081 0 16.217 11.738 16.243 21.299-.013 9.485-2.24 20.898-15.112 20.898zm61.16-43.541v1.365h1.156c1.98.026 5.94.913 5.94 6.434l-.065 24.584-.149.145-.226.205-28.94-32.734c-1.943 0-3.833.264-5.808.264-2.385 0-4.826-.243-7.193-.264v1.365h.563c3.042.026 6.203 2.338 6.203 6.157v27.426c0 5.188-1.472 8.534-6.157 8.559l-.63-.017v1.374c2.807 0 5.682-.264 8.571-.264 2.722 0 5.41.264 8.106.264v-1.357h-.815c-5.129-.026-6.409-2.262-6.409-7.931v-27.546l33.797 37.815h2.138c-.282-1.988-.32-4.13-.32-6.281v-29.623c0-7.842 3.273-8.55 6.046-8.576h.708v-1.365c-2.568.026-5.154.264-7.727.264-2.99 0-5.88-.239-8.789-.264zm-115.483.009h-33.878c-1.519.03-3.192-.068-3.798-1.873h-1.054c-.038 1.784-.128 3.558-.389 5.269-.175 1.784-.504 3.524-.738 5.214h1.37c.845-4.505 1.425-5.986 6.277-5.93h10.961v35.063c0 5.214-2.087 5.735-5.67 5.743h-.943v1.374c2.573-.03 6.96-.273 10.731-.273 3.4 0 7.736.248 10.295.273v-1.382h-.943c-3.128-.017-5.666-.785-5.666-5.897v-34.918h10.97c4.356.026 4.933 3.746 5.052 6.157l1.417-.521c0-1.69 0-3.392.136-5.09.192-1.694.435-3.349.691-5.034l-1.003-.154c-.286 1.911-2.134 2.01-3.818 1.979zm163.618-100.033v51.43c0 7.305-.606 14.229-1.689 21.312l2.487 1.288 3.597-2.757c3.093 1.331 7.761 4.211 16.606 4.211 17.14 0 28.595-15.68 28.595-31.334 0-13.043-8.346-25.127-22.242-25.127-6.553 0-13.009 4.539-17.788 8.601v-43.648c0-.977-.264-1.707-.977-1.707-.367 0-1.33.589-2.64 1.331-2.5 1.459-7.515 3.627-12.319 5.142v1.92c4.557 1.331 6.37 1.566 6.37 9.336zm9.566 31.122c3.221-2.782 6.942-5.64 11.354-5.64 9.34 0 19.123 10.774 19.123 23.685 0 10.637-5.35 23.211-18.163 23.211-8.017 0-12.318-7.671-12.318-12.182v-29.073zm-265.937-2.505c4.182 0 4.182 2.858 7.902 2.858 3.345 0 5.62-2.889 5.62-6.11 0-4.318-3.84-6.332-6.828-6.332-7.288 0-12.313 7.654-15.296 12.313h-.256V341.25c0-1.186-.363-1.536-1.067-1.536-1.084 0-5.866 3.102-14.609 6.81v1.792c1.805.955 6.216 1.685 6.216 5.385v33.587c0 3.976-2.394 3.976-5.726 3.976h-3.226v3.08c4.31-.103 9.318-.231 14.225-.231 5.146 0 10.151.123 16.721.231v-3.063h-6.69c-3.34 0-5.735 0-5.735-3.993v-28.091c0-7.194 6.69-9.933 8.747-9.903zM99.608 321.302c3.243 0 5.88-2.777 5.88-5.995 0-3.243-2.76-5.769-5.88-5.769-2.983 0-5.84 2.76-5.84 5.769 0 3.111 2.742 5.995 5.84 5.995zm120.07 39.321c.11-.709.11-1.433.11-2.168-.11-12.672-10.526-18.769-20.21-18.769-8.359 0-24.163 6.938-24.163 30.378 0 7.633 3.832 26.07 22.848 26.07 9.813 0 16.606-6.221 22.114-13.521l-1.677-1.677c-4.399 4.411-9.553 7.995-16.145 7.995-9.54 0-16.862-9.301-17.553-20.663-.273-4.032-.273-5.858 0-6.942l33.6.017 1.075-.721zm-13.5-3.111H185.36c1.438-8.623 6.455-13.978 13.738-13.978 6.703 0 10.42 4.894 10.42 11.003 0 1.408-.347 2.974-3.342 2.974zm211.292 33.742h-2.265v3.08c4.43-.103 8.73-.231 13.026-.231 4.331 0 8.53.231 12.561.231v-3.063h-2.014c-3.337 0-5.977 0-5.977-3.993v-82.615c0-.977-.23-1.69-.968-1.69-.375 0-1.34.618-2.637 1.318-2.526 1.459-7.522 3.627-12.327 5.15v1.911c4.574 1.322 6.353 1.562 6.353 9.336v66.624c.005 3.942-2.38 3.942-5.75 3.942zM246.941 279.159h65.664c76.293.375 145.92-62.221 145.92-138.351 0-83.269-69.64-140.808-145.92-140.77h-65.664C169.744 0 106.188 57.565 106.188 140.808c0 76.151 63.543 138.726 140.753 138.351zm.306-267.596c70.558.013 127.74 57.216 127.74 127.791 0 70.558-57.183 127.752-127.74 127.778-70.546-.026-127.728-57.221-127.74-127.778.012-70.575 57.194-127.778 127.74-127.791zm210.3 333.432c0-2.671 0-3.464-1.33-3.464-1.559 0-11.129.695-15.425.793v2.304c6.69.572 7.177 3.554 7.177 6.695v30.601c0 10.026 6.69 14.238 13.15 14.238 8.49 0 13.99-4.211 21.167-10.043v9.698l.593.367c2.283-.726 12.087-3.251 17.26-3.721v-2.496c-1.579 0-3.367.089-4.823.089-2.014 0-3.332-.089-3.332-2.257v-44.147c0-1.331 0-2.142-.965-2.142-1.182 0-7.898.943-18.645 1.659v2.168c4.297 1.182 10.048 2.5 10.048 4.902v32.188c-5.026 4.147-10.41 7.257-14.472 7.257-10.402 0-10.402-10.296-10.402-13.88v-30.81zM328.233 139.341c-.05-34.5-21.632-63.936-52.015-75.584v151.19c30.383-11.699 51.963-41.075 52.015-75.606zm-109.982 75.563V63.757c-30.37 11.69-51.89 41.096-51.955 75.584.051 34.5 21.572 63.88 51.955 75.563zM57.748 420.685v1.382h1.156c1.988 0 5.944.896 5.944 6.434l-.098 24.584-.128.145-.222.197-28.94-32.726c-1.929 0-3.824.264-5.804.264-2.368 0-4.813-.243-7.18-.264l-.014 1.391h.567c3.067 0 6.187 2.313 6.187 6.135v27.426c0 5.188-1.438 8.534-6.119 8.559l-.623-.026v1.408c2.811-.026 5.718-.273 8.568-.273 2.714 0 5.414.252 8.098.273v-1.382h-.802c-5.142-.043-6.404-2.262-6.404-7.931v-27.546l33.78 37.815h2.145c-.28-1.988-.34-4.13-.34-6.281v-29.623c0-7.808 3.276-8.55 6.088-8.55h.67v-1.391c-2.565.026-5.137.264-7.723.264-2.974-.005-5.87-.243-8.806-.286zm54.673-26.325v-3.08h-2.039c-3.34 0-5.978 0-5.978-3.976v-45.892c0-.955-.248-1.681-.837-1.681-.6 0-1.327.106-2.176.589-.465.35-7.155 2.59-12.774 4.31v1.89c4.416 2.373 6.225 3.106 6.225 8.371v32.418c0 3.976-2.419 3.976-5.752 3.976h-2.283v3.08c4.433-.128 8.738-.231 13.034-.231 4.318-.005 8.503.2 12.578.226zm-34.624 24.447a39.5 39.5 0 0 1-.406 5.269c-.175 1.784-.478 3.498-.734 5.214h1.408c.845-4.514 1.425-5.986 6.26-5.93h10.956v35.055c0 5.24-2.108 5.769-5.675 5.777h-.977v1.344c2.577 0 6.976-.248 10.726-.248 3.401 0 7.731.248 10.321.248v-1.344h-.955c-3.136-.009-5.696-.793-5.696-5.905v-34.918h10.961c4.386.026 4.937 3.746 5.09 6.157l1.387-.521c0-1.673.013-3.384.128-5.09.197-1.694.44-3.349.687-5.034l-1.019-.154c-.28 1.911-2.112 1.997-3.746 1.945H82.657c-1.122 0-2.18-.269-2.969-1.002-.022-.03-.038-.038-.055-.064-.26-.264-.623-.35-.772-.802h-1.063zm471.155 44.498a51.72 51.72 0 0 1-5.026.248c-1.255 0-2.462-.077-3.657-.149-2.095-.243-4.164-1.13-4.164-3.934v-33.553c0-3.618 2.291-3.823 4.715-3.823h1.352v-1.382c-3.213.017-6.379.281-9.605.281-3.345 0-6.664-.256-10.018-.281v1.382h.64c2.283 0 5.145.418 5.145 4.002v33.467c0 4.185-2.808 4.634-5.145 4.634h-.64v1.374c5.636 0 11.26-.252 16.896-.252 5.68 0 11.307.252 16.934.252.755-3.524 1.64-6.989 2.313-10.496h-1.33c-.402 1.399-.978 3.166-2.01 4.582-1.195 1.659-3.61 3.272-6.4 3.648zm-515.58-68.971c42.334 0 49.255-29.755 49.255-41.604 0-21.184-16.853-41.865-47.825-41.865-8.849 0-15.667.252-20.702.252-4.667 0-9.425 0-14.1-.252v3.123c5.38.106 11.007-.618 11.007 10.142h-.017v58.026c-.333 8.128-3.819 8.354-10.987 9.096v3.08c5.381-.103 10.658-.239 16.03-.239 5.611.034 11.242.239 17.34.239zm-1.327-79.637c23.082 0 37.435 16.149 37.435 38.507 0 17.822-8.49 37.308-34.317 37.308-5.858 0-12.446-1.084-12.446-10.27l-.013-65.067c2.163-.137 4.433-.478 9.34-.478zM.157 422.093h.631c2.313 0 5.095.409 5.095 4.015v34.082c0 3.61-2.782 4.002-5.095 4.002h-.63v1.399c2.521-.026 6.202-.273 9.274-.273 3.18 0 6.934.252 10.006.273v-1.399h-.63c-2.322 0-5.104-.401-5.104-4.002v-34.082c0-3.627 2.782-4.015 5.103-4.015h.631v-1.391c-2.995 0-6.762.264-9.916.264-3.102 0-6.844-.243-9.365-.264v1.391z"/></svg>
<svg class="tc-image-direction tc-image-button" width="22pt" height="22pt" viewBox="0 0 861 861"><path d="M848 13c5.333 5.333 9 10.667 11 16s1.333 12.667-2 22-6.667 18-10 26-9.667 21-19 39-17.333 34.333-24 49c-36 74.667-85 170-147 286S542.667 664.333 500 743l-66 118-54-380L0 425C294.667 261 526.667 138.333 696 57c13.333-6.667 29.333-15 48-25s31.667-16.667 39-20c7.333-3.333 15.667-6.333 25-9s17-3 23-1 11.667 5.667 17 11m-92 96L452 389l28 234 276-514"/></svg>
<svg class="tc-image-direction-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 690 1080"><path d="M0 735q0 35 27 59l256 261q25 25 62 25 38 0 63-25l256-261q26-23 26-59t-24-60.5-60-24.5-61 25L432 787V84q0-36-25.5-60T345 0t-61.5 24T258 84v703L145 675q-25-25-59-25-36 0-61 24.5T0 735z"/></svg>
<svg class="tc-image-direction-down-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 678 676"><path d="M0 604q0 31 20.5 51.5T71 676h306q30 0 50.5-20.5T448 604q0-30-20.5-49.5T377 535H245l414-414q19-22 19-53 0-29-19-49-20-19-53-19-32 0-51 19L143 432V299q0-31-20.5-51.5T71 227q-30 0-50.5 21T0 299v305z"/></svg>
<svg class="tc-image-direction-down-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 678 677"><path d="M0 69q0-31 18-50Q38 0 72 0q31 0 50 19l413 413V299q0-31 20.5-51.5T607 227q30 0 50.5 21t20.5 51v306q0 31-20.5 51.5T607 677H301q-30 0-50.5-20.5T230 605q0-30 20.5-50t50.5-20h132L18 121Q0 100 0 69z"/></svg>
<svg class="tc-image-direction-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000770568847656 13"><path d="M0 0h2v13H0V0zm12.875 6.14L9.719 3.125a.412.412 0 0 0-.594 0A.409.409 0 0 0 9 3.422v2.593H3.53c-.293 0-.531.2-.53.483-.001.284.237.465.531.465H9v2.615c0 .113.041.213.125.297.085.084.184.125.297.125s.213-.041.297-.125l3.156-3.141A.409.409 0 0 0 13 6.438a.411.411 0 0 0-.125-.298z"/></svg>
<svg class="tc-image-direction-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1080 690"><path d="M0 345q0 38 25 63l262 256q23 26 58 26 36 0 61-24t25-60-25-61L294 433h703q36 0 59.5-25.5T1080 346t-23.5-61.5T997 258H294l112-113q25-25 25-59 0-36-25-61T345 0q-33 0-58 28L25 284Q0 309 0 345z"/></svg>
<svg class="tc-image-direction-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1080.6666259765625 690.6666259765625"><path d="M.667 348.667q0 36 24.5 61t59.5 21h702l-110 115q-26 26-26 59 0 36 25.5 61t61.5 25q34-1 57-29l261-257q25-25 25-62-1-38-26-62l-263-255q-24-26-58-25-36 0-61 24t-25 60 25 61l113 115h-703q-36 1-59.5 26.5t-22.5 61.5z"/></svg>
<svg class="tc-image-direction-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 690.6666259765625 1081.3333740234375"><path d="M.667 345q-1 36 23.5 61.5t60.5 24.5q35 2 60-25l113-112v703q-1 36 24.5 60t62.5 23q35 2 61-22t27-60V295l112 112q24 25 60 25 37 0 61.5-24.5t24.5-60.5q-2-37-27-58l-255-262q-25-24-63-27-38 2-63 28l-256 260q-26 22-26 57z"/></svg>
<svg class="tc-image-direction-up-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 676 676"><path d="M0 377V72q0-31 20.5-51.5T71 0h306q30 0 50.5 20.5T448 72q0 30-20.5 49.5T377 141H244l414 414q18 21 18 53 0 30-18 49-20 19-54 19-31 0-50-19L143 244v133q0 31-20.5 51.5T71 449q-30 0-50.5-21T0 377z"/></svg>
<svg class="tc-image-direction-up-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 677 677"><path d="M0 608q0 31 18 50 20 19 54 19 31 0 50-19l412-413v133q0 31 20.5 51.5T606 450q30 0 50.5-21t20.5-51V72q0-31-20.5-51.5T606 0H299q-30 0-50 20.5T229 72q0 30 20 50t50 20h133L18 556Q0 577 0 608z"/></svg>
<svg class="tc-image-direction-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13.000770568847656"><path d="M0 13v-2h13v2H0zM6.14.127L3.125 3.282a.412.412 0 0 0 0 .594.409.409 0 0 0 .297.125h2.593v5.47c0 .293.2.53.483.53s.464-.237.464-.531V4h2.615a.407.407 0 0 0 .297-.124c.085-.085.126-.184.126-.297s-.041-.213-.125-.297L6.734.126A.409.409 0 0 0 6.438 0a.411.411 0 0 0-.298.125z"/></svg>
<svg class="tc-image-directions tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.623001098632812 47.500999450683594"><path d="M7.915.001h.792l7.916 20.98-5.541-3.96v16.494l4.75 3.298v10.688l-6.927-4.354H7.717L.791 47.501V36.813l4.75-3.298V17.021L0 20.979 7.916 0z"/></svg>
<svg class="tc-image-directions-bike tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 887.466064453125"><path d="M682.667 153.6c42.24 0 76.8-34.347 76.8-76.8S724.907 0 682.667 0c-42.453 0-76.8 34.347-76.8 76.8s34.347 76.8 76.8 76.8zm128 307.2c-117.76 0-213.333 95.573-213.333 213.333s95.573 213.333 213.333 213.333S1024 791.893 1024 674.133 928.427 460.8 810.667 460.8zm0 362.667c-82.56 0-149.333-66.773-149.333-149.333s66.773-149.333 149.333-149.333S960 591.574 960 674.134s-66.773 149.333-149.333 149.333zm-179.2-448h179.2v-76.8H674.134l-82.56-139.307c-12.587-21.333-35.84-35.627-62.507-35.627-20.053 0-38.187 8.107-51.2 21.333L320 302.719c-13.227 13.227-21.333 31.36-21.333 51.413 0 26.88 14.293 49.493 36.267 62.72l142.933 86.613v213.333h76.8v-276.48l-96-71.253 98.987-99.413 73.813 105.813zM213.333 460.8C95.573 460.8 0 556.373 0 674.133s95.573 213.333 213.333 213.333 213.334-95.573 213.334-213.333S331.094 460.8 213.334 460.8zm0 362.667C130.773 823.467 64 756.694 64 674.134s66.773-149.333 149.333-149.333 149.334 66.773 149.334 149.333-66.774 149.333-149.334 149.333z"/></svg>
<svg class="tc-image-directions-boat tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.12999725341797 44.59998321533203"><path d="M36.06 40c-2.78 0-5.56-.94-8-2.65-4.88 3.42-11.12 3.42-16 0-2.44 1.71-5.22 2.65-8 2.65h-4v4h4c2.75 0 5.48-.69 8-1.99a17.445 17.445 0 0 0 16 0c2.52 1.29 5.25 1.99 8 1.99h4v-4h-4zM3.95 36h.11c3.2 0 6.05-1.76 8-4 1.95 2.24 4.8 4 8 4s6.05-1.76 8-4c1.96 2.24 4.79 4 8 4h.11l3.79-13.37c.17-.51.12-1.07-.12-1.55-.25-.48-.68-.84-1.2-.99l-2.58-.85V10c0-2.21-1.79-4-4-4h-6V0h-12v6h-6c-2.21 0-4 1.79-4 4v9.24l-2.57.84c-.52.16-.95.51-1.2.99S0 22.11.17 22.62L3.95 36zm4.11-26h24v7.93l-12-3.93-12 3.93V10z"/></svg>
<svg class="tc-image-directions-bus tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 28c0 1.77.78 3.34 2 4.44V36c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-2h16v2a2 2 0 0 0 2 2h2c1.1 0 2-.9 2-2v-3.56c1.22-1.1 2-2.67 2-4.44V8c0-7-7.16-8-16-8S0 1 0 8v20zm7 2c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm18 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-12H4V8h24v10z"/></svg>
<svg class="tc-image-directions-car tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M31.84 2.02A3.007 3.007 0 0 0 29 0H7C5.69 0 4.57.84 4.16 2.02L0 14v16c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-2h24v2c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2V14L31.84 2.02zM7 22c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm22 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM4 12l3-9h22l3 9H4z"/></svg>
<svg class="tc-image-directions-railway tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M0 29c0 3.87 3.14 7 7 7l-3 3v1h24v-1l-3-3c3.87 0 7-3.13 7-7V8c0-7-7.16-8-16-8S0 1 0 8v21zm16 3c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm12-14H4V8h24v10z"/></svg>
<svg class="tc-image-directions-run tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32.20000076293945 43"><g transform="translate(-5.8 -1)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M27 9c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm-7.2 27.8l1.9-8.8 4.3 4v12h4V28.9l-4.1-4.1 1.2-6C29.7 22 33.6 24 38 24v-4c-3.7 0-6.9-2-8.7-4.9l-1.9-3.2c-.7-1.2-2-1.9-3.4-1.9-.5 0-1 .1-1.5.3L12 14.6V24h4v-6.7l3.5-1.4L16.4 32l-9.8-1.9-.8 3.9s14 2.7 14 2.8z"/></g></svg>
<svg class="tc-image-directions-subway tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M16 0C7.16 0 0 1 0 8v19c0 3.87 3.14 7 7 7l-3 3v1h24v-1l-3-3c3.87 0 7-3.13 7-7V8c0-7-7.16-8-16-8zM7 30c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm7-12H4V8h10v10zm11 12c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-12H18V8h10v10z"/></svg>
<svg class="tc-image-directions-transit tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M16 0C7.16 0 0 1 0 8v19c0 3.87 3.14 7 7 7l-3 3v1h24v-1l-3-3c3.87 0 7-3.13 7-7V8c0-7-7.16-8-16-8zM7 30c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm7-12H4V8h10v10zm11 12c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-12H18V8h10v10z"/></svg>
<svg class="tc-image-directions-walk tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 26 43"><g transform="translate(-12 -1)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M27 9c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm-7.5 6.8L14 44h4.2l3.5-16 4.3 4v12h4V28.9l-4.1-4.1 1.2-6C29.7 22 33.6 24 38 24v-4c-3.7 0-6.9-2-8.7-4.9l-1.9-3.2c-.7-1.2-2-1.9-3.4-1.9-.5 0-1 .1-1.5.3L12 14.6V24h4v-6.7l3.5-1.5"/></g></svg>
<svg class="tc-image-disc tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 126.9c-53.7 0-97.2 43.5-97.2 97.2s43.5 97.1 97.2 97.1 97.2-43.5 97.2-97.1c0-53.7-43.5-97.2-97.2-97.2zm0 140.6c-24 0-43.5-19.5-43.5-43.5s19.5-43.5 43.5-43.5 43.5 19.5 43.5 43.5-19.5 43.5-43.5 43.5z"/><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm0 346.8c-67.8 0-122.8-55-122.8-122.8s55-122.8 122.8-122.8 122.8 55 122.8 122.8-55 122.8-122.8 122.8z"/></svg>
<svg class="tc-image-disc-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 24h4v-4h-4v4zm0-18v10h4V6h-4zM16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0zm0 20c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-disconnect tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.27178955078125 36.27229309082031"><path d="M7.743 9.982L.619 2.858A1.584 1.584 0 1 1 2.858.618l7.124 7.125c4.342-3.254 10.527-2.908 14.476 1.04L8.783 24.46C4.835 20.51 4.489 14.325 7.743 9.983zm20.14 2.228c3.95 3.948 4.296 10.134 1.04 14.475l6.73 6.73a1.583 1.583 0 1 1-2.24 2.238l-6.727-6.727c-4.34 3.254-10.527 2.907-14.475-1.04l3.359-3.36-2.8-2.798a2.376 2.376 0 1 1 3.36-3.36l2.799 2.8 2.239-2.24-2.8-2.798a2.376 2.376 0 1 1 3.36-3.36l2.799 2.8 3.358-3.359z"/></svg>
<svg class="tc-image-discord tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.4399995803833 16.000999450683594"><path d="M12.702.001c.936 0 1.693.758 1.738 1.65v14.35l-1.783-1.515-.98-.892-1.07-.935.446 1.47h-9.36C.758 14.129 0 13.417 0 12.481V1.65C0 .76.758 0 1.694 0h11.007zm-4.08 3.788h-.02l-.134.134c1.382.4 2.05 1.025 2.05 1.025a7.238 7.238 0 0 0-2.496-.758c-.58-.09-1.16-.044-1.65 0H6.24c-.312 0-.98.134-1.872.49-.312.134-.49.223-.49.223s.668-.668 2.14-1.025l-.09-.09s-1.115-.043-2.318.848c0 0-1.203 2.095-1.203 4.68 0 0 .668 1.158 2.495 1.203 0 0 .268-.356.535-.668-1.025-.312-1.426-.936-1.426-.936s.09.044.223.133h.044c.02 0 .032.01.042.02l.004.005c.01.01.022.02.043.02.223.09.445.178.624.267.312.134.713.268 1.203.357a6.83 6.83 0 0 0 2.14 0c.4-.09.8-.178 1.203-.357.267-.133.58-.267.935-.49 0 0-.4.624-1.47.936.223.312.535.668.535.668 1.827-.043 2.54-1.202 2.584-1.157 0-2.585-1.203-4.68-1.203-4.68-1.09-.808-2.108-.847-2.29-.847h-.007zm.113 2.942c.468 0 .847.4.847.89 0 .493-.38.892-.847.892-.467 0-.846-.4-.846-.89 0-.493.38-.892.846-.892zm-3.03 0c.467 0 .846.4.846.89 0 .493-.38.892-.846.892-.468 0-.847-.4-.847-.89 0-.493.38-.892.847-.892z"/></svg>
<svg class="tc-image-discout tc-image-button" width="22pt" height="22pt" viewBox="0 0 995.968017578125 509.9520263671875"><path d="M995.967 254.976c0 68-39.264 125.664-97.6 148.544v74.56c0 17.6-14.272 31.872-31.84 31.872H129.471c-17.632 0-31.872-14.272-31.872-31.872v-74.56C39.231 380.64 0 322.976 0 254.976s39.264-125.664 97.632-148.544v-74.56C97.632 14.24 111.872 0 129.504 0H866.56c17.568 0 31.84 14.24 31.84 31.872v74.56c58.336 22.88 97.568 80.544 97.568 148.544zm-611.52 0H256.96v31.872h127.488v-31.872zm151.36-108.672c-8.992-9.888-21.344-14.816-37.024-14.816-15.584 0-27.872 4.928-36.832 14.816-8.992 9.856-13.504 25.024-13.504 45.504 0 20.576 4.512 35.776 13.504 45.664 8.96 9.856 15.392 14.784 31.328 14.784 15.36 0 33.568-4.928 42.56-14.784 8.96-9.888 13.472-25.088 13.472-45.664-.032-20.48-4.544-35.68-13.504-45.504zm108.416-19.808L480.703 383.2h32.384l162.72-256.704h-31.584zm50.912 147.264c-8.96-9.856-21.344-14.784-37.024-14.784-15.552 0-27.872 4.928-36.864 14.784-8.96 9.888-13.44 25.024-13.44 45.504 0 20.576 4.48 35.808 13.44 45.664 8.992 9.888 21.44 14.816 37.376 14.816 15.36 0 27.552-4.928 36.544-14.816 8.96-9.856 13.472-25.088 13.472-45.664-.032-20.48-4.544-35.616-13.504-45.504zm-37.312 81.312c-4.608 0-8.192-1.952-10.784-5.792-3.424-5.024-5.152-15.008-5.152-29.952s1.728-24.96 5.152-30.08c2.496-3.744 6.08-5.664 10.784-5.664s8.352 1.92 10.944 5.664c3.328 5.12 4.992 15.168 4.992 30.08s-1.728 24.96-5.152 30.08c-2.496 3.776-6.08 5.664-10.784 5.664zM498.495 227.616c-4.608 0-8.192-1.952-10.784-5.824-3.424-5.024-5.152-15.008-5.152-29.952s1.728-24.96 5.152-30.08c2.496-3.744 6.08-5.632 10.784-5.632s8.32 1.888 10.944 5.632c3.328 5.12 4.992 15.168 4.992 30.08s-1.728 24.96-5.152 30.08c-2.528 3.776-6.112 5.696-10.784 5.696z"/></svg>
<svg class="tc-image-discover tc-image-button" width="22pt" height="22pt" viewBox="0 0 763.18701171875 488.154052734375"><path d="M459.912 205.175c0 33.101-26.833 59.934-59.934 59.934s-59.934-26.834-59.934-59.934c0-33.101 26.834-59.934 59.934-59.934 33.101 0 59.934 26.834 59.934 59.934zM763.144 0L0 .077v488.077h763.187L763.144 0zM5.482 5.551l752.192-.017v265.69c-3.174 2.223-209.817 146.491-585.928 211.4H5.504c.008-5.418-.022-471.629-.022-477.073zm716.98 151.189l2.718 3.763h2.824l-3.192-4.002c1.365-.367 2.125-1.361 2.125-2.71 0-1.937-1.33-2.995-3.669-2.995h-3.11v9.707h2.316v-3.763h-.013zm0-4.16h.423c1.144 0 1.736.414 1.736 1.246 0 .858-.61 1.288-1.766 1.288h-.393v-2.535zm1.266 11.516c4.591 0 8.35-3.81 8.35-8.465 0-4.634-3.759-8.461-8.35-8.461a8.411 8.411 0 0 0-8.452 8.461 8.434 8.434 0 0 0 8.452 8.465zm-.034-15.402c3.691 0 6.698 3.157 6.698 6.95 0 3.819-3.008 6.938-6.698 6.938-3.707 0-6.74-3.089-6.74-6.938 0-3.865 2.99-6.95 6.74-6.95zm-9.574 33.284c0-20.677-14.242-32.606-39.082-32.606h-31.936V259.81h21.517v-44.365h2.808l29.811 44.365h26.491l-34.76-46.528c16.217-3.298 25.152-14.395 25.152-31.304zm-43.217 18.24h-6.293v-33.451h6.635c13.423 0 20.711 5.619 20.711 16.367-.005 11.106-7.296 17.084-21.052 17.084zM66.735 149.372h-31.62V259.81h31.454c16.726 0 28.8-3.951 39.403-12.749 12.6-10.428 20.05-26.142 20.05-42.394 0-32.589-24.35-55.296-59.287-55.296zm25.164 82.965c-6.767 6.114-15.56 8.781-29.478 8.781h-5.78v-73.032h5.78c13.918 0 22.366 2.488 29.478 8.93 7.45 6.635 11.93 16.913 11.93 27.49 0 10.602-4.48 21.197-11.93 27.832zm44.032-82.965h21.543V259.81h-21.543V149.372zm74.22 42.38c-12.929-4.783-16.727-7.936-16.727-13.905 0-6.955 6.762-12.241 16.051-12.241 6.451 0 11.76 2.654 17.365 8.943l11.277-14.759c-9.267-8.102-20.348-12.245-32.452-12.245-19.537 0-34.445 13.568-34.445 31.646 0 15.215 6.942 23.006 27.175 30.285 8.435 2.974 12.723 4.958 14.89 6.289 4.301 2.811 6.46 6.788 6.46 11.426 0 8.947-7.118 15.578-16.727 15.578-10.274 0-18.55-5.137-23.514-14.728l-13.918 13.401c9.925 14.57 21.846 21.031 38.238 21.031 22.383 0 38.09-14.882 38.09-36.267-.006-17.549-7.267-25.493-31.766-34.454zm38.557 12.916c0 32.461 25.493 57.625 58.291 57.625 9.276 0 17.216-1.822 27.008-6.434v-25.361c-8.615 8.619-16.243 12.096-26.01 12.096-21.692 0-37.09-15.731-37.09-38.093 0-21.201 15.885-37.93 36.091-37.93 10.274 0 18.048 3.665 27.008 12.429v-25.344c-9.459-4.796-17.233-6.784-26.5-6.784-32.632.005-58.799 25.685-58.799 57.796zm256.102 18.884l-29.448-74.18h-23.535l46.865 113.275h11.592l47.71-113.275h-23.35zm62.925 36.263h61.09v-18.701H589.26v-29.811h38.11v-18.705h-38.11v-24.512h39.565v-18.714h-61.09z"/></svg>
<svg class="tc-image-discussion tc-image-button" width="22pt" height="22pt" viewBox="0 0 2651 2133.666748046875"><path d="M0 814q0-221 140-408.5T520 109 1043 0q213 0 406 64.5T1781 238t221.5 259.5T2085 814q0 133-52.5 257T1884 1295.5t-224 176-287.5 116.5-329.5 41q-212 0-397-61l-238 166q-133 85-187.5 49.5T198 1585l48-248q-117-108-181.5-242.5T0 814zm1331 959q242-48 441-169t324.5-297.5T2250 925q182 73 291.5 210t109.5 301q0 101-45 196t-126 171l35 175q20 114-17.5 139t-131.5-35l-167-118q-130 44-279 44-179 0-334-63t-255-172z"/></svg>
<svg class="tc-image-disk tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 0h30.25L36 5.75V36H0V0zm32 7.25L28.75 4H28v13H8V4H4v28h28V7.25zM19 4v10h5V4h-5z"/></svg>
<svg class="tc-image-disk-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.25 40.25"><path d="M28 19h8v10h7.25L32 40.25 20.75 29H28V19zM0 0h30.25L36 5.75V18h-4V7.25L28.75 4H28v13H8V4H4v28h18.25l4 4H0V0zm19 4v10h5V4h-5z"/></svg>
<svg class="tc-image-disk-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.25 40"><path d="M28 40h8V30h7.25L32 18.75 20.75 30H28v10zM0 0h30.25L36 5.75v14.5l-4-4v-9L28.75 4H28v13H8V4H4v28h22v4H0V0zm19 4v10h5V4h-5z"/></svg>
<svg class="tc-image-dislike tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000000953674316 14"><path d="M13.9 9.8c-.1.1-.3.2-.5.2H9.7l.5 3.3c0 .2 0 .4-.1.5-.1.1-.3.2-.5.2H7.5c-.2 0-.4-.1-.5-.3L5.2 10H5c0 .5-.5 1-1 1H1c-.5 0-1-.5-1-1V1c0-.5.5-1 1-1h11.1c.3 0 .6.2.6.5L14 9.3c0 .2 0 .3-.1.5zM1 1v9h3V1H1zm10.8 0H5v8h.8l.3.6L7.8 13h1.4l-.5-2.8L8.5 9H13l-1.2-8z"/></svg>
<svg class="tc-image-dislike-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.100000381469727 20"><path d="M5 15H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h5v13c0 1.1-.9 2-2 2zM3.5 2.5c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zM21 12.9L19.1.8c-.1-.4-.5-.8-.9-.8H8v14l3 5.6c.2.2.5.4.8.4h3.1c.3 0 .5-.1.7-.3.2-.2.2-.5.2-.8L14.5 14h5.6c.3 0 .5-.1.7-.3.2-.2.3-.5.2-.8z"/></svg>
<svg class="tc-image-dislike-fill tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.100000381469727 14"><path d="M4 10c0 .6-.4 1-1 1H1c-.5 0-1-.4-1-1V1c0-.5.5-1 1-1h3v10zm1 0l2 3.7c.1.2.3.3.5.3h2.1c.2 0 .4-.1.5-.2.1-.1.2-.3.1-.5L9.7 10h3.7c.2 0 .4-.1.5-.2.1-.1.2-.3.1-.5L12.7.5c0-.3-.3-.5-.6-.5H5v10z"/></svg>
<svg class="tc-image-dislike-l-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 19.999998092651367"><path d="M20.8 13.7c-.2.2-.4.3-.7.3h-5.6l1.3 4.9c.1.3 0 .6-.2.8-.2.2-.4.3-.7.3h-3.1c-.3 0-.7-.2-.8-.5L8 14H6.7c-.3.6-1 1-1.7 1H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h5v13h1.6l3.3 6h2.9l-1.6-6H20L18.1 1H9.5C9.2 1 9 .8 9 .5s.2-.5.5-.5h8.6c.5 0 .8.3.9.8l2 12.1c0 .3 0 .6-.2.8zM6 1H2c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h3c.6 0 1-.4 1-1V1zM4.5 3.5c0-.6-.4-1-1-1s-1 .4-1 1 .4 1 1 1 1-.4 1-1z"/></svg>
<svg class="tc-image-display tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0v640h1024V0H0zm960 576H64V64h896v512zM672 704H352l-32 128-64 64h512l-64-64z"/></svg>
<svg class="tc-image-display_screen tc-image-button" width="22pt" height="22pt" viewBox="0 0 2160 1737"><path d="M0 1256V179q0-74 53.5-126.5T181 0h1800q74 0 126.5 52.5T2160 179v1077q0 74-52.5 127.5T1981 1437h-520q17 161 59 186 29 17 54.5 27.5t36.5 12.5l11 2v72H542v-72q36-3 101-42 43-27 60-186H181q-74 0-127.5-53.5T0 1256z"/></svg>
<svg class="tc-image-disqus tc-image-button" width="22pt" height="22pt" viewBox="0 0 441.85699462890625 507.9029541015625"><path d="M.001 500.736V10.752C41.298 3.584 91.986 0 152.065 0c47.792 0 87.985 4.097 120.592 12.288 32.592 8.192 60.832 21.328 84.72 39.425 56.32 42.672 84.48 105.808 84.48 189.439 0 88.752-27.488 156.16-82.416 202.24-50.528 43.008-127.504 64.511-230.928 64.511-48.816 0-91.648-2.383-128.513-7.167zm112.64-82.96c6.48 1.376 19.632 2.064 39.424 2.064h2.048c52.225 0 93.185-14.512 122.88-43.536 30.369-29.344 45.569-73.024 45.569-131.072 0-52.56-13.905-92.16-41.712-118.784-27.84-26.607-66.832-39.92-117.008-39.92-22.528 0-39.6 1.536-51.2 4.609v326.64z"/></svg>
<svg class="tc-image-divide tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 16.5"><g transform="translate(-4 -3.75)"><circle cx="12" cy="6" r="2.25"/><circle cx="12" cy="18" r="2.25"/><path d="M18 10H6a2 2 0 0 0 0 4h12a2 2 0 0 0 0-4z"/></g></svg>
<svg class="tc-image-divide-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 426.6000061035156"><path d="M0 170.6v85.3h512v-85.3H0zM298.7 0h-85.3v85.3h85.3V0zm-85.4 426.6h85.3v-85.3h-85.3v85.3z"/></svg>
<svg class="tc-image-divide-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 19"><path d="M9 6C7.346 6 6 4.654 6 3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zm0-4a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2zm0 17c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zm0-4a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2zm6-2.5H3c-1.654 0-3-1.346-3-3s1.346-3 3-3h12c1.654 0 3 1.346 3 3s-1.346 3-3 3zm-12-4a1.001 1.001 0 0 0 0 2h12a1.001 1.001 0 0 0 0-2H3z"/></svg>
<svg class="tc-image-diving tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.00100326538086 46.37040710449219"><path d="M44.001 46.37a6.582 6.582 0 0 1-2.706-.59 6.637 6.637 0 0 0-2.793-.62c-.995 0-1.939.228-2.794.62-.82.371-1.739.59-2.706.59a6.59 6.59 0 0 1-2.707-.59 6.655 6.655 0 0 0-2.794-.62c-.996 0-1.948.228-2.794.62a6.566 6.566 0 0 1-2.704.59 6.667 6.667 0 0 1-2.718-.59 6.603 6.603 0 0 0-2.781-.62 6.63 6.63 0 0 0-2.792.62 6.581 6.581 0 0 1-2.702.59 6.68 6.68 0 0 1-2.717-.59 6.607 6.607 0 0 0-2.782-.62 6.64 6.64 0 0 0-2.794.62A6.634 6.634 0 0 1 0 46.37v-4.05c.963 0 1.895-.22 2.717-.59a6.808 6.808 0 0 1 2.794-.612c.985 0 1.938.23 2.782.611a6.68 6.68 0 0 0 2.717.59c.959 0 1.879-.219 2.702-.59a6.799 6.799 0 0 1 2.792-.61c.986 0 1.937.23 2.781.61.832.371 1.752.59 2.718.59a6.57 6.57 0 0 0 2.704-.59 6.819 6.819 0 0 1 2.794-.61c.999 0 1.939.23 2.794.61a6.59 6.59 0 0 0 2.707.59c.967 0 1.886-.219 2.706-.59a6.851 6.851 0 0 1 2.794-.61c.994 0 1.948.23 2.793.61.821.371 1.743.59 2.706.59v4.051zM12.452 26.511a3.71 3.71 0 0 0 3.713-3.702c0-2.042-1.664-3.69-3.713-3.69-2.044 0-3.708 1.648-3.708 3.69s1.664 3.702 3.708 3.702zm.526 12.795a2.08 2.08 0 0 1-2.854.744 2.086 2.086 0 0 1-.756-2.852l8.606-14.77a3.459 3.459 0 0 1 1.322-1.322l11.066-6.682 7.515-12.75a2.606 2.606 0 0 1 3.551-.962 2.597 2.597 0 0 1 .95 3.538l-9.004 15.273a3.341 3.341 0 0 1-1.325 1.321L18.99 28.935l-6.012 10.371z"/></svg>
<svg class="tc-image-django tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.840999603271484 11.03499984741211"><path d="M3.774 1.309v1.312l-.098-.018a3.748 3.748 0 0 0-1.789.119C.678 3.126 0 4.197.061 5.609c.029.633.156 1.069.43 1.48.391.589 1.024.939 1.95 1.085.681.108 2.066.032 3.003-.166l.071-.016V.001H3.773V1.31zM3.65 3.985l.124.032v2.784l-.177.016c-.689.066-1.143-.05-1.433-.37-.227-.248-.343-.602-.343-1.037 0-.771.367-1.293 1.013-1.441.187-.042.625-.034.816.016zM6.545.884v.884h1.742L8.282.889 8.274.013 7.411.005 6.545 0v.884zm4.724 1.665a5.62 5.62 0 0 0-1.8.441l-.153.069v.665c0 .52.008.66.034.649.932-.399 1.393-.509 2.043-.491.274.008.333.018.396.066.127.092.166.206.166.478 0 .135-.005.245-.013.245-.076 0-.591.066-.837.108-1.264.211-1.919.644-2.093 1.375a3.13 3.13 0 0 0 0 .966c.085.354.264.618.549.8.591.383 1.483.422 3.813.166l.164-.018V6.086c0-1.09-.013-2.09-.026-2.222-.079-.742-.433-1.114-1.206-1.261a6.252 6.252 0 0 0-1.037-.053zm.765 3.835v.578l-.23.034c-.359.053-.839.047-.99-.011-.275-.106-.383-.414-.243-.684.076-.148.264-.269.544-.351.137-.04.726-.137.86-.142l.058-.003v.578zm4.671-3.832c-.626.026-1.56.177-2.222.354l-.1.026v5.223h1.742l.005-2.053.008-2.05.185-.05c.132-.034.285-.05.541-.053.322-.003.37.003.496.061.171.076.28.198.34.377.042.127.047.303.055 1.953l.008 1.816h1.715l-.011-2.064c-.008-1.855-.013-2.085-.053-2.235A1.478 1.478 0 0 0 19 3.139c-.338-.34-.792-.517-1.486-.575a4.847 4.847 0 0 0-.81-.011zm11.597.021c-1.016.185-1.744.794-2.05 1.723-.145.435-.185.744-.169 1.296.011.33.029.53.066.692.216.921.789 1.567 1.644 1.858.731.251 1.739.209 2.404-.1.85-.39 1.37-1.156 1.496-2.196.148-1.203-.251-2.291-1.032-2.829-.34-.235-.612-.346-1.058-.433-.306-.061-1.003-.066-1.301-.011zm.971 1.412c.28.103.491.375.607.778.053.182.061.272.061.647 0 .372-.008.464-.061.641-.116.406-.293.644-.581.779-.129.061-.185.071-.401.071-.214 0-.272-.011-.396-.069-.285-.132-.456-.346-.575-.705-.09-.274-.114-.91-.047-1.235.079-.377.237-.652.478-.816a.996.996 0 0 1 .916-.092zm-5.93-1.409c-.694.074-1.214.201-1.668.409-1.082.496-1.644 1.399-1.644 2.636 0 1.214.554 2.093 1.531 2.433.554.193 1.301.201 1.829.018.129-.045.238-.076.243-.071.021.021-.04.52-.082.655-.135.451-.404.707-.881.837-.245.069-1.079.069-1.399 0a4.983 4.983 0 0 1-.916-.298l-.193-.087v1.599l.311.095c.528.161.974.23 1.544.23 1.301.003 2.227-.398 2.771-1.198.243-.359.399-.815.473-1.396.037-.296.045-3.346.011-4.053l-.018-.378.203.008.206.011.288-.602c.158-.33.282-.607.277-.615-.024-.021-.549-.116-.955-.171-.296-.04-.583-.055-1.111-.063a19.79 19.79 0 0 0-.818.003zm.261 1.784c.008.238.021.86.029 1.385l.016.955-.1.027c-.39.105-.776.105-1.045.005-.449-.172-.676-.557-.699-1.182-.018-.523.082-.858.343-1.132.288-.304.731-.467 1.304-.483l.137-.003.016.428zm-17.059.317c0 2.99-.037 3.381-.362 4.014-.203.396-.578.726-1.14 1.008-.143.071-.187.103-.158.119.021.013.383.185.802.383l.765.362.161-.082c1.024-.53 1.488-1.272 1.621-2.602.018-.174.037-1.264.045-2.752l.016-2.46h-1.75v2.011z"/></svg>
<svg class="tc-image-dlang tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.466999053955078 16.777000427246094"><path d="M10.319 5.682v-.011a4.383 4.383 0 0 0-1.145-.624 5.574 5.574 0 0 0-1.237-.332c-.375-.051-1.035-.08-1.964-.078l-1.987.003.01 7.491 2.045-.003c.96-.001 1.698-.057 2.183-.154.515-.108.923-.234 1.236-.379.331-.156.631-.345.9-.568.877-.733 1.287-1.608 1.284-2.73-.001-1.097-.426-1.925-1.326-2.614z"/><path d="M20.322 0H2.145C.96 0 0 1.066 0 2.382v12.013c0 1.315.96 2.382 2.145 2.382h18.177c1.185 0 2.145-1.067 2.145-2.382V2.382c0-1.316-.96-2.382-2.145-2.382zm-1.345 6.245c.001 1.643-1.45 2.976-3.243 2.977-.066 0-.132-.002-.197-.006a5.163 5.163 0 0 1-.499 1.503 5.988 5.988 0 0 1-1.615 1.96 7.405 7.405 0 0 1-2.471 1.298 8.79 8.79 0 0 1-1.496.358h-.011c-.487.061-1.304.082-2.524.084l-4.315.017c-.029 0-.059-.006-.087-.011-.017-.001-.035-.002-.052-.005a.373.373 0 0 1-.035-.016h-.006l-.035-.016h-.012a.479.479 0 0 1-.069-.049h-.006a.23.23 0 0 1-.023-.021l-.012-.011-.023-.021v-.011c-.012-.007-.024-.013-.035-.021v-.011a.255.255 0 0 1-.017-.033v-.005c-.009-.01-.021-.021-.029-.032v-.005a1.057 1.057 0 0 1-.017-.032v-.011l-.006-.033v-.005c-.003-.011-.009-.022-.012-.032v-.011a.322.322 0 0 1 0-.076.384.384 0 0 1 0-.048L2.116 2.774c.001-.218.178-.399.404-.427.019-.002.038 0 .058 0l4.61-.007c1.899-.003 3.431.223 4.605.721A6.735 6.735 0 0 1 13.5 4.084a3.4 3.4 0 0 1 2.228-.816c1.792-.001 3.246 1.33 3.248 2.973v.004zm1.496-3.269c0 .528-.466.956-1.042.957s-1.043-.427-1.044-.955v-.001c0-.528.466-.956 1.042-.957s1.043.427 1.044.955v.001z"/></svg>
<svg class="tc-image-dnd tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.14399719238281 45.638999938964844"><path d="M22.572 8.99c-.574 0-1.339 1.913-.765 3.635-1.53 0-1.148-3.635-1.148-3.635-.382.192-1.53-.191-1.53-.191.956-.191 1.32-.747.956-1.148-3.634-4.017-5.708 3.575-4.59 4.782 4.782 5.165 3.06 6.696 3.06 6.696 1.148 3.06 7.843 9.564 7.843 9.564 3.252-5.356.191-8.99-.574-9.564-.765-.574-.956 1.147-.956 1.147-.574-1.53-2.678-1.147-2.678-1.147 1.147-2.87 4.4-2.296 4.4-2.296s-.192.383-.766.383c-.574 0 1.913.956 2.487 1.339.574.382.191-.766.191-.766 1.53 1.34 1.34 3.252 1.722 4.209.382.956.765-.191.765-.191.574 1.912-.191 3.825 0 4.59.191.766.956.192.956.192-.382 3.634-1.721 5.547-1.721 5.547 8.608 7.269 14.92 5.165 14.92 5.165-1.148.956-4.974 3.634-7.078 2.486-2.104-1.147-4.973.574-4.973.574-1.148-1.721-4.974-3.443-7.46-2.104-13.709 7.382-19.703-4.4-20.468-5.356-.765-.956-1.339 1.34-1.339 1.34-3.443-3.253-.383-7.461-.574-8.609-.191-1.148-1.913.957-1.913.957-1.339-3.444 4.4-7.843 4.4-8.8 0-.956-1.913 0-1.913 0 1.913-3.634 7.843-3.443 7.843-3.443s-.383-2.104-.957-2.869c-.573-.765-.956.574-.956.574-.765-2.295.574-3.252 1.722-5.165.573-1.148-1.34-.765-1.34-.765 1.722-2.487 3.826-1.387 4.974-2.726.574-.574-.765-1.052-.765-1.052 1.53-.813 3.06.909 4.4-.143 1.174-.923-2.296-2.009-2.296-2.009 6.886-.191 5.356 2.87 9.182 5.739 0 .765.191 2.104.191 2.104 2.295 4.208-.383 4.4-.383 4.4 1.148-1.53-2.295-3.444-2.869-3.444zm-8.798 12.243c-13.008 4.973.383 17.98 8.417 12.816 0-1.148-2.678-1.34-2.678-1.34-.383-4.973-4.591-5.164-4.591-5.164.765-2.87-.994-6.617-1.148-6.312z"/></svg>
<svg class="tc-image-dns tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M34 20H2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h32c1.1 0 2-.9 2-2V22c0-1.1-.9-2-2-2zM8 32c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zM34 0H2C.9 0 0 .9 0 2v12c0 1.1.9 2 2 2h32c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM8 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-do-not-disturb tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.84 0-16-7.16-16-16 0-3.7 1.27-7.09 3.37-9.8L29.8 32.63C27.09 34.73 23.7 36 20 36zm12.63-6.2L10.2 7.37C12.91 5.27 16.3 4 20 4c8.84 0 16 7.16 16 16 0 3.7-1.27 7.09-3.37 9.8z"/></svg>
<svg class="tc-image-do-not-disturb-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zM4 20c0-8.8 7.2-16 16-16 3.7 0 7.1 1.3 9.8 3.4L7.4 29.8C5.3 27.1 4 23.7 4 20zm16 16c-3.7 0-7.1-1.3-9.8-3.4l22.4-22.4c2.1 2.7 3.4 6.1 3.4 9.8 0 8.8-7.2 16-16 16z"/></svg>
<svg class="tc-image-do-not-disturb-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.0041618347168 42"><path d="M32 18v4h-2.92l9.36 9.36A19.84 19.84 0 0 0 42 20C42 8.96 33.04 0 22 0c-4.22 0-8.14 1.32-11.36 3.56L25.08 18H32zM2.54.54L0 3.08l5.56 5.56A19.84 19.84 0 0 0 2 20c0 11.04 8.96 20 20 20 4.22 0 8.14-1.32 11.36-3.56L38.92 42l2.54-2.54L20 18 2.54.54zM12 22v-4h2.92l4 4H12z"/></svg>
<svg class="tc-image-do-not-disturb-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm10 22H10v-4h20v4z"/></svg>
<svg class="tc-image-doc tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 900"><path d="M600 0c28 0 51.667 9.667 71 29s29 43 29 71v700c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 826.667 0 800V100c0-28 10-51.667 30-71S73.333 0 100 0h500m0 800V100H100v700h500"/></svg>
<svg class="tc-image-doc-csv tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M11.024 0H.487C.197 0 0 .197 0 .438v13.125c0 .24.197.437.438.437h13.125c.24 0 .437-.197.437-.438V3l-2.976-3zM11 1l2 2h-2V1zm2.024 12H1V1h9.024v3h3v9zM2 5h3v1H3v3h2v1H2V5zm4 0h2v1H7v1h1v3H6V9h1V8H6V5zm4 0v4H9V5h1zm2 4h-1V5h1v4zm-2 0h1v1h-1V9z"/></svg>
<svg class="tc-image-doc-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 700"><path d="M0 100c0-28 10-51.667 30-71S73.333 0 100 0h800c28 0 51.667 9.667 71 29s29 43 29 71v500c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 626.667 0 600V100m900 0H100v500h800V100"/></svg>
<svg class="tc-image-doc-pdf tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M11.024 0H.487C.197 0 0 .197 0 .438v13.125c0 .24.197.437.438.437h13.125c.24 0 .437-.197.437-.438V3l-2.976-3zM13 13H1V1h9.024v3H13v9zM11 3V1l2 2h-2zM2 5v5h1V8h2V5H2zm2 2H3V6h1v1zm3 2h1v1H6V5h2v1H7v3zm1-3h1v3H8V6zm2-1h2v1h-1v1h1v1h-1v2h-1V5z"/></svg>
<svg class="tc-image-doc-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 900"><path d="M212 492v-90h280v90H212M600 0c28 0 51.667 9.667 71 29s29 43 29 71v700c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 826.667 0 800V100c0-28 10-51.667 30-71S73.333 0 100 0h500m0 800V100H100v700h500M490 208v88H210v-88h280m0 392v88H210v-88h280"/></svg>
<svg class="tc-image-doc-text-inv tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 900"><path d="M600 0c28 0 51.667 9.667 71 29s29 43 29 71v700c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 826.667 0 800V100c0-28 10-51.667 30-71S73.333 0 100 0h500M140 208v88h420v-88H140m420 480v-88H140v88h420m0-196v-90H142v90h418"/></svg>
<svg class="tc-image-doc-txt tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M11.024 0H.487C.197 0 0 .197 0 .438v13.125c0 .24.197.437.438.437h13.125c.24 0 .437-.197.437-.438V3l-2.976-3zM13 13H1V1h9.024v3H13v9zM11 3V1l2 2h-2zM5 5v1H4v4H3V6H2V5h3zm5 0h2v1h-1v4h-1V5zM7 5v2H6V5h1zm0 2h1v1H7V7zm1-2h1v2H8V5zM6 8h1v2H6V8zm2 2V8h1v2H8z"/></svg>
<svg class="tc-image-doc-xls tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M3 5v2H2V5h1zm0 3h1V7H3v1zm1-1h1V5H4v2zm-2 3h1V8H2v2zm3 0V8H4v2h1zm9-7v10.562a.44.44 0 0 1-.438.438H.438A.44.44 0 0 1 0 13.562V.438C0 .197.197 0 .487 0h10.537L14 3zm-3 0h2l-2-2v2zm2.024 1h-3V1H1v12h12.024V4zM7 5H6v5h3V9H7V5zm3 3h1v1h-1v1h2V7h-1V6h1V5h-2v3z"/></svg>
<svg class="tc-image-dock tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 44"><path d="M4 44h16v-4H4v4zM20 .02L4 0C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h16c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zM20 28H4V8h16v20z"/></svg>
<svg class="tc-image-docker tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.448997497558594 17.487003326416016"><path d="M15.025 8.121c.115.01.108-.086.109-.162.002-.266.001-.532.001-.798 0-.283.001-.566-.001-.85 0-.068.001-.15-.096-.15s-.095.081-.095.15a452.65 452.65 0 0 0 0 1.648c0 .067-.01.154.083.162zm3.468.005c.107-.009.098-.103.098-.179V6.323c0-.08-.004-.167-.112-.166-.105.001-.084.091-.084.155-.002.55-.002 1.1 0 1.65 0 .07-.028.175.098.165zm-2.027.001c.092.004.111-.066.111-.14v-1.7c0-.079-.032-.139-.12-.13-.084.008-.073.082-.074.14l-.001.85c0 .275-.001.55.001.824.001.063-.023.151.083.155zm-.712-.001c.093-.002.101-.078.101-.149V6.303c0-.073-.012-.144-.106-.145-.107-.001-.088.086-.088.15-.002.275-.001.55-.001.824s-.002.55.001.824c.001.069-.033.172.093.17zm-.648-4.579c0-.06-.001-.133-.086-.128s-.074.081-.074.139l-.001.824c0 .275-.002.549.001.824.001.063-.02.155.085.153.084-.002.075-.081.075-.138V3.547zm.993 4.579c.109.007.116-.079.116-.16V6.317c0-.081-.007-.167-.116-.16-.103.007-.077.097-.078.16-.003.275-.001.55-.001.824s-.001.55.001.824c.001.063-.025.153.078.16zm-.801-.989c0 .275-.001.55.001.824.001.063-.025.154.074.164.107.011.121-.072.121-.156V6.32c0-.079-.002-.17-.112-.164-.122.007-.08.113-.082.181-.005.266-.002.533-.002.799zm3.458.842c0 .065-.016.151.09.149.092-.002.106-.074.106-.147V6.305c0-.072-.012-.145-.104-.149-.107-.004-.092.081-.092.147-.002.275-.001.55-.001.825 0 .284-.001.567.001.851zm-6.473-2.587c.11.006.115-.081.115-.161 0-.557.001-1.114-.001-1.672 0-.07-.008-.145-.104-.146-.109-.001-.088.085-.088.148-.002.274-.001.549-.001.823 0 .283-.001.566.001.849.001.063-.024.153.079.159zm1.359-.134c0 .06-.002.129.081.135.089.006.119-.054.119-.132V3.56c0-.07-.008-.144-.104-.147-.105-.003-.096.078-.096.144l-.001.85v.85zm-1.362.898c-.1.009-.075.099-.076.163-.002.275-.001.55-.001.825s-.001.55.001.825c.001.063-.023.154.081.158.108.004.115-.083.115-.163v-1.65c0-.083-.014-.167-.12-.158zm.365-.764c.11.006.114-.081.115-.161 0-.557.001-1.114-.001-1.672 0-.07-.008-.145-.104-.146-.109-.001-.088.085-.088.148-.002.274-.001.549-.001.823 0 .283-.002.566.001.849.001.063-.025.153.079.159zm.642-.136c0 .058-.009.131.077.137.09.006.117-.056.117-.134V3.562c0-.069-.006-.145-.102-.148-.109-.004-.091.081-.091.145-.002.274-.001.549-.001.823v.874zm-.278.136c.092.004.11-.066.111-.14 0-.566.001-1.132-.001-1.697 0-.071-.012-.144-.108-.142-.109.002-.084.09-.084.152-.003.274-.001.549-.001.823 0 .283-.001.566.001.849.001.063-.024.151.083.155zm2.652-2.897c0 .063-.025.154.075.163.108.01.119-.074.119-.157v-.823c0-.274.001-.549-.001-.823-.001-.075.011-.17-.1-.175-.127-.005-.092.101-.092.168-.003.549-.002 1.097-.001 1.646zm1.243 1.07c0-.063.017-.154-.09-.146-.086.006-.068.086-.068.141-.002.265-.001.53-.001.795 0 .282-.002.564.001.846.001.062-.026.157.076.16s.082-.092.082-.155c.002-.547.002-1.094 0-1.642zm.876 4.557c.096-.004.095-.083.095-.152V6.32c0-.068.005-.149-.09-.157s-.108.066-.108.139v1.677c0 .071.006.148.103.144zm-1.309-4.708c-.108 0-.087.086-.088.15-.002.274-.001.549-.001.823 0 .283-.001.566.001.849.001.063-.023.151.08.158.09.006.114-.062.114-.137V3.56c0-.071-.013-.144-.107-.145zm-1.083 0c-.108 0-.087.086-.088.15-.002.274-.001.549-.001.823 0 .283-.001.566.001.849.001.063-.023.151.081.158.09.006.114-.062.114-.137V3.56c0-.071-.013-.145-.107-.145zm1.357-1.756c0 .274-.002.549.001.823.001.062-.025.154.085.15.085-.003.074-.081.074-.138V.821c0-.057.011-.134-.075-.137-.111-.004-.083.089-.084.151-.003.274-.002.549-.002.823zm-.991 1.757c-.126-.005-.091.101-.092.169-.004.266-.002.531-.002.797 0 .283-.001.566.001.849.001.064-.024.154.076.163.106.009.12-.075.12-.157V3.59c0-.076.006-.17-.103-.174zm.361 0c-.126-.005-.091.101-.092.169-.004.266-.002.531-.002.797 0 .283-.001.566.001.849.001.064-.024.154.076.163.106.009.12-.075.12-.157V3.59c0-.076.006-.17-.103-.174zm.631 4.549c0 .056-.014.135.073.136.106.002.085-.089.085-.151.003-.265.001-.53.001-.795 0-.274.002-.547-.001-.821-.001-.063.019-.153-.088-.149-.087.004-.071.083-.071.138-.002.547-.002 1.094 0 1.642zm-1.717-5.335c.099-.002.078-.096.079-.159.003-.265.001-.53.001-.796 0-.282.001-.565-.001-.847 0-.056.013-.134-.072-.141-.108-.009-.09.082-.09.145-.002.547-.002 1.095 0 1.642 0 .063-.02.157.082.155zm.271-.137c0 .07-.029.175.098.164.109-.009.095-.104.095-.179.002-.266.001-.531 0-.797 0-.274.001-.549-.001-.823-.001-.074.012-.17-.098-.176-.128-.008-.094.098-.094.166-.003.549-.002 1.097 0 1.646zm2.736 5.446c0 .074-.044.196.1.186.125-.009.098-.119.099-.2.003-.257.001-.513.001-.77 0-.265.001-.53-.001-.796-.001-.081.025-.192-.101-.199-.144-.008-.098.114-.098.187-.004.53-.004 1.061 0 1.591zM16.021 1.66c0 .283-.001.566.001.849 0 .064-.018.15.089.149.094-.001.104-.074.104-.146V.841c0-.078-.003-.167-.114-.161-.107.005-.077.097-.078.158-.004.274-.002.549-.002.823zm.361.009c0 .274-.002.549.001.823.001.07-.03.172.097.165.093-.005.096-.083.096-.153 0-.557.001-1.114-.001-1.671 0-.069-.003-.148-.097-.152-.128-.006-.094.098-.095.166-.004.274-.002.549-.002.823zm-3.738 4.487c-.102.006-.078.097-.078.16-.002.275-.001.55-.001.825s-.001.55.001.825c.001.064-.023.154.078.161.107.007.118-.079.118-.16v-1.65c0-.082-.01-.167-.118-.161zm1.361-.953c0 .062-.024.158.076.161.123.004.088-.105.089-.173.004-.266.002-.533.002-.799s.003-.533-.002-.799c-.001-.068.037-.177-.088-.174-.101.002-.077.097-.077.16-.002.541-.002 1.083 0 1.624zM9.548 8.126c.109.007.116-.079.116-.16V6.317c0-.081-.007-.167-.116-.16-.103.007-.077.097-.078.16-.002.275-.001.55-.001.824s-.001.55.001.824c.001.063-.025.153.078.16zm-1.01-.158c0 .058-.004.133.084.129.086-.005.073-.081.074-.137.002-.274.001-.548.001-.822 0-.265.002-.531-.001-.796-.001-.061.026-.155-.082-.153-.084.001-.075.079-.076.136v1.644zm1.384.158c.11-.004.103-.095.103-.172V6.313c0-.083-.014-.164-.121-.155-.098.008-.08.095-.081.16-.002.274-.001.547-.001.821s-.002.547.001.821c.001.071-.024.172.097.167zm.266-.176c.001.063-.019.153.088.15.086-.002.077-.078.078-.135V6.321c0-.057.01-.133-.075-.137-.107-.005-.089.084-.09.147-.002.265-.001.531-.001.797 0 .274-.002.548.001.822zm-2.011.02c0 .059-.001.132.087.126.085-.005.076-.08.076-.137.002-.266.001-.532.001-.797 0-.274.002-.549-.001-.823-.001-.063.019-.154-.087-.151-.085.002-.076.079-.077.136v1.647zm2.733-.018c0 .064-.017.156.089.148.1-.008.075-.099.076-.162.003-.265.001-.531.001-.796s.002-.531-.001-.797c-.001-.063.024-.154-.077-.161-.106-.007-.088.085-.088.149-.002.54-.002 1.079 0 1.619zm-.362-.814c0 .274-.001.548.001.822 0 .056-.012.133.073.139.107.008.092-.081.092-.144.002-.54.002-1.079 0-1.619 0-.063.02-.156-.085-.152-.102.003-.079.095-.08.158-.003.265-.001.531-.001.797z"/><path d="M26.041 9.219c.145-.445.388-.553.849-.563 1.549-.033 2.799-.622 3.495-2.106.064-.137.058-.188-.078-.272-.993-.61-2.056-.722-3.175-.479-.097.021-.208.106-.243-.092-.165-.926-.665-1.663-1.336-2.296-.223-.21-.442-.427-.719-.57-.249.239-.479.498-.611.819-.528 1.28-.527 2.54.195 3.754.084.141.045.185-.074.244a6.964 6.964 0 0 1-.98.389c-.919.292-1.867.243-2.811.252-.191.002-.248-.046-.245-.242.012-.765-.007-1.531.012-2.295.006-.24-.072-.281-.289-.277-.696.013-1.393.007-2.089.004-.418-.002-.361.047-.362-.349-.002-1.634-.003-3.267.002-4.9.001-.169-.028-.24-.221-.238-.954.01-1.908.01-2.863 0-.188-.002-.227.061-.225.235.009.748-.006 1.496.01 2.244.005.231-.06.282-.284.281-1.651-.01-3.301-.002-4.952-.01-.208-.001-.254.061-.251.258.011.756 0 1.513.008 2.27.002.168-.044.217-.214.215-.756-.009-1.513.002-2.27-.008-.194-.003-.264.038-.26.25.014.782.001 1.565.009 2.347.002.168-.043.219-.214.216-.645-.01-1.289-.002-1.934-.006-.127-.001-.208.011-.22.169-.043.566-.082 1.131-.031 1.698.027.299.029.299-.276.238-.599-.12-1.143-.352-1.588-.806-.037.439-.157.617-.546.812-.4.2-.84.282-1.26.427 1.169 0 2.338.006 3.507-.005.199-.002.256.064.29.248a6.968 6.968 0 0 0 1.53 3.273c1.576 1.885 3.657 2.761 6.048 2.974 1.854.165 3.69-.01 5.495-.458 3.512-.873 6.301-2.77 8.236-5.862.085-.136.177-.174.331-.173 1.53.006 3.061.004 4.591.004h.261c-.289-.108-.584-.165-.863-.266-.462-.168-.959-.32-.944-.967-.154.124-.28.243-.423.337-.756.493-1.601.573-2.474.53-.155-.008-.115-.071-.071-.159.18-.36.401-.708.525-1.087zm-8.57-3.113c-.001-.141.059-.173.185-.173.679.004 1.358.004 2.037 0 .131-.001.186.048.186.181-.003.688-.003 1.375 0 2.063 0 .139-.069.174-.194.172-.335-.004-.671-.002-1.006-.002s-.671-.004-1.006.002c-.133.002-.205-.023-.204-.181.007-.688.006-1.375.001-2.063zm-.325-.693c.001.145-.057.196-.199.195a125.74 125.74 0 0 0-2.037.001c-.16.002-.182-.073-.179-.205.006-.335.002-.67.002-1.005s.005-.671-.003-1.005c-.003-.142.038-.197.188-.195.67.006 1.341.006 2.011 0 .151-.001.218.042.217.203-.005.67-.005 1.341 0 2.011zm-2.413-3.757c0-.327.006-.653-.003-.979-.004-.148.028-.215.196-.213.67.009 1.34.008 2.01.001.16-.002.209.057.207.21-.005.662-.005 1.323 0 1.985.001.153-.045.214-.206.213-.67-.006-1.34-.007-2.01.001-.166.002-.202-.062-.198-.212.009-.335.003-.67.003-1.005zm-.003 4.487c-.001-.15.032-.212.198-.21.67.008 1.34.008 2.009.001.161-.002.207.059.206.211-.005.661-.006 1.322 0 1.984.002.165-.049.229-.221.223-.334-.011-.67-.003-1.005-.003-.326 0-.653-.006-.979.003-.15.004-.213-.031-.211-.198.009-.67.007-1.339.001-2.009zm-2.535-2.944c.66.008 1.321.008 1.981 0 .158-.002.21.048.205.205-.01.334-.003.669-.003 1.003s-.005.669.003 1.003c.003.142-.04.197-.189.196-.669-.006-1.338-.006-2.007 0-.147.001-.191-.048-.189-.193.006-.669.007-1.338 0-2.007-.002-.152.036-.21.2-.208zm2.183 3.967c0 .335-.004.67.002 1.005.003.133-.045.18-.179.179-.679-.005-1.357-.004-2.036-.001-.12.001-.168-.038-.167-.163.004-.696.004-1.392 0-2.088-.001-.121.041-.167.164-.166.679.004 1.357.006 2.036-.001.158-.002.185.069.182.202-.006.344-.002.687-.002 1.031zm-4.94-3.967c.677.005 1.355.005 2.032 0 .138-.001.176.054.175.183-.004.686-.004 1.372 0 2.058.001.12-.042.169-.164.168-.686-.003-1.372-.004-2.058.001-.153.001-.16-.082-.159-.197.003-.334.001-.669.001-1.003 0-.343.004-.686-.002-1.029-.003-.131.038-.182.175-.181zm.033 2.734c.335.009.67.003 1.006.003.327 0 .653.006.98-.003.149-.004.191.051.19.194-.006.679-.006 1.358 0 2.037.001.153-.061.186-.199.185-.662-.005-1.324-.007-1.986.001-.162.002-.203-.054-.201-.208.007-.67.008-1.341-.001-2.011-.002-.167.059-.203.21-.199zm-2.949.186c-.001-.153.061-.187.199-.186.662.005 1.323.007 1.985-.001.163-.002.202.057.201.209-.007.67-.008 1.34 0 2.01.002.165-.059.204-.21.2-.326-.009-.653-.003-.979-.003s-.653-.005-.979.002c-.145.003-.218-.025-.216-.195.008-.679.007-1.358.001-2.036zm18.036 4.909c-.6.894-1.28 1.721-2.082 2.439a12.606 12.606 0 0 1-3.269 2.115c-1.266.569-2.591.929-3.963 1.134-.669.1-1.343.142-2.017.186-1.681.068-3.323-.092-4.879-.795-.919-.415-1.71-1.01-2.432-1.704-.035-.034-.085-.061-.083-.15.835.053 1.669.044 2.502-.006a11.59 11.59 0 0 0 1.905-.312l.242-.083c.13-.044.212-.125.169-.269-.044-.146-.159-.162-.289-.12-.521.17-1.056.27-1.602.322-.433.041-.865.101-1.302.081-.616.021-1.231.005-1.846-.038a.255.255 0 0 1-.21-.118 6.732 6.732 0 0 1-1.162-2.738c-.024-.137.031-.143.129-.142.342.004.685.006 1.027.008.077-.003.154-.008.232-.008h16.297c.077 0 .154.005.232.007.764-.002 1.528-.001 2.292-.01.191-.002.206.054.108.2zm.498-.824c-.076.138-.148.173-.304.128-.34-.096-.679-.19-.967-.401-.101-.073-.146-.055-.23.025-.188.179-.41.308-.672.354-.572.217-1.174.247-1.773.249a8.166 8.166 0 0 1-2.116-.248c-.438-.115-.892-.21-1.2-.592-.07-.086-.1-.009-.138.024-.819.728-1.816.838-2.847.798a3.93 3.93 0 0 1-1.659-.421c-.216-.111-.387-.36-.583-.396-.173-.032-.347.268-.57.36-.577.24-1.184.349-1.798.419-.822.093-1.645.09-2.459-.088-.38-.083-.752-.195-1.035-.483-.09-.092-.137-.042-.212.005a2.82 2.82 0 0 1-1.201.427c-.323.105-.658.102-.992.11-.091.002-.136-.029-.151-.128-.073-.479-.04-.959-.029-1.44.003-.127.085-.149.193-.147.292.006.584.006.876.009.112-.003.223-.008.335-.008 5.32 0 10.64.002 15.96-.003.916-.001 1.811-.142 2.662-.506.325-.139.634-.306.918-.516.056-.041.168-.077.049-.19-.457-.433-.679-.988-.757-1.597-.1-.781-.032-1.544.362-2.249.154-.276.162-.278.394-.073.714.632 1.244 1.373 1.353 2.353.015.136.013.274.009.411-.002.061 0 .101.071.104 1.029-.465 2.063-.497 3.109-.053.208.088.192.179.087.341-.513.799-1.274 1.2-2.18 1.359-.429.076-.864.137-1.302.061-.197-.034-.304.025-.378.23a12.744 12.744 0 0 1-.825 1.769z"/><path d="M6.739 7.949c.001.062-.021.154.088.145.084-.007.069-.086.069-.142.002-.539.002-1.079 0-1.618 0-.063.016-.154-.09-.145-.085.007-.067.087-.067.142-.002.265-.001.531-.001.796 0 .274-.002.548.001.822zm1.077.005c0 .056-.013.134.072.14.107.008.091-.081.092-.145.002-.54.002-1.08 0-1.621 0-.056.013-.134-.072-.14-.107-.008-.091.081-.092.145-.002.266-.001.532-.001.797 0 .274-.001.549.001.823zm-.642.143c.086.002.083-.072.083-.131.002-.274.001-.549.001-.823s.001-.549-.001-.823c0-.058.005-.132-.08-.134-.086-.002-.083.072-.083.131v1.646c0 .058-.005.132.08.134zm5.847-1.94c-.125-.006-.093.1-.094.169-.003.541-.003 1.083 0 1.625 0 .068-.036.174.088.175.109.001.108-.091.108-.169V6.333c-.001-.077.006-.17-.102-.175zm-5.485 1.94c.085 0 .082-.073.082-.132l.001-.798c0-.283.001-.566-.001-.849 0-.059.004-.133-.082-.133s-.082.073-.082.132v1.646c0 .059-.004.132.082.133zm6.556-1.91c-.105-.001-.085.09-.086.153-.003.266-.001.532-.001.798 0 .274-.001.549.001.823 0 .058-.007.132.078.136.088.004.085-.069.085-.128V6.322c0-.058.007-.135-.078-.135zm5.12 1.94c.091-.003.101-.079.101-.151V6.3c0-.073-.017-.144-.109-.144-.106 0-.087.087-.087.152-.002.275-.001.55-.001.825s-.002.55.001.825c.001.069-.031.173.095.169zm-7.859-2.764c.087 0 .077-.077.077-.134.002-.282.001-.564.001-.846s.001-.564-.001-.846c0-.05.004-.11-.066-.118-.088-.01-.092.058-.092.119v1.693c0 .059-.004.133.081.133zm2.492.982c0-.084.011-.191-.114-.188-.118.002-.087.108-.087.177-.002.539-.002 1.078 0 1.617 0 .07-.03.175.09.175.125 0 .111-.107.112-.19.002-.265.001-.53.001-.796s.001-.53-.001-.796zm-2.575.783c0 .274-.002.547.001.821.001.063-.021.153.085.151.087-.002.073-.081.073-.136.002-.547.002-1.094 0-1.641 0-.055.016-.134-.071-.138-.107-.005-.087.086-.088.149-.003.265-.001.53-.001.795zm-.359-1.895c0 .059-.003.132.083.13.085-.002.08-.075.08-.134.002-.274.001-.548.001-.822 0-.283.001-.565-.001-.848 0-.057.014-.133-.071-.14-.108-.009-.092.08-.093.144v1.67zm2.461.924c-.121.006-.082.112-.083.18-.004.266-.002.533-.002.799 0 .275-.002.55.001.825.001.07-.028.173.098.165.091-.006.098-.083.098-.154v-1.65c0-.08-.004-.171-.112-.165zm6.183 1.97c.107.008.119-.077.119-.159v-1.65c0-.081-.008-.167-.116-.162-.103.005-.08.096-.08.159-.002.55-.002 1.1 0 1.65 0 .064-.023.154.077.162zM9.551 5.393c.09.006.114-.062.114-.137V3.559c0-.071-.013-.144-.107-.145-.108 0-.087.086-.088.15-.002.274-.001.549-.001.823 0 .283-.001.566.001.849.001.063-.023.151.081.158zm.357 0c.107.007.119-.077.119-.159 0-.558.001-1.116-.001-1.674 0-.071-.012-.144-.106-.146-.105-.002-.094.08-.094.146-.002.275-.001.55-.001.824 0 .283-.001.567.001.85 0 .065-.018.153.082.159zm.642-.16c0 .059-.003.132.084.13.085-.002.079-.076.08-.134.002-.283.001-.565.001-.848 0-.274.001-.548-.001-.822 0-.056.014-.133-.072-.14-.107-.009-.092.08-.092.144-.002.557-.001 1.113 0 1.67zm-.282.129c.104.004.084-.09.085-.153.003-.274.001-.548.001-.822s.001-.548-.001-.822c0-.064.016-.153-.091-.146-.085.006-.073.082-.073.139-.001.548-.002 1.096 0 1.644 0 .063-.021.155.079.159zm1.886 7.459a.655.655 0 0 0-.684-.649.661.661 0 1 0 .684.649zm-.648.486a.473.473 0 0 1-.486-.457.459.459 0 0 1 .426-.485c.089-.005.213-.048.149.146-.051.153.061.272.211.213.176-.069.155.024.159.127a.466.466 0 0 1-.459.456z"/></svg>
<svg class="tc-image-docs tc-image-button" width="22pt" height="22pt" viewBox="0 0 1010 1003.333984375"><path d="M974.667 372.667c25.333 6.667 35.333 22 30 46l-150 556c-2.667 10.667-8.667 18.333-18 23-9.333 4.667-19.333 5.667-30 3l-406-110C390 888 382 882 376.667 872.667c-5.333-9.333-6.667-18.667-4-28l24-92-180 48c-26.667 6.667-43.333-2-50-26l-160-602c-6.667-24 2.667-40 28-48l454-122c10.667-2.667 20.667-1.667 30 3 9.333 4.667 15.333 12.333 18 23l66 244 372 100m-888-190l144 542 392-106-144-540-392 104m702 742l132-492-298-82 76 282c6.667 22.667-2.667 38-28 46l-196 52-26 102 340 92"/></svg>
<svg class="tc-image-doctor tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 47"><path d="M41.924 12H37V6.774C37 3.038 34.052 0 30.306 0H17.695C13.947 0 11 3.038 11 6.774V12H6.075C2.719 12 0 14.591 0 17.937v23.007C0 44.289 2.719 47 6.075 47h35.849C45.279 47 48 44.289 48 40.943V17.937C48 14.591 45.279 12 41.924 12zM15 6.774C15 5.375 16.292 4 17.695 4h12.611C31.705 4 33 5.375 33 6.774V12H15V6.774zM35 34h-7v7h-8v-7h-7v-8h7v-7h8v7h7v8z"/></svg>
<svg class="tc-image-doctor-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.503753662109375 9.635895729064941"><path d="M8.502 5.19a1.48 1.48 0 1 0-1.85 1.43v.42a1.855 1.855 0 1 1-3.71 0 3.27 3.27 0 0 1 1.11-2.32h-.05a2.58 2.58 0 0 0 1.17-2.12V1.11A1.11 1.11 0 0 0 4.062 0h-.56a.37.37 0 0 0 0 .74h.55a.37.37 0 0 1 .37.37V2.6a1.85 1.85 0 0 1-1.84 1.85v.27-.27a1.85 1.85 0 0 1-1.86-1.84v-1.5a.37.37 0 0 1 .37-.37h.52a.37.37 0 0 0 0-.74h-.52a1.11 1.11 0 0 0-1.09 1.11V2.6a2.58 2.58 0 0 0 1.1 2.12 3.27 3.27 0 0 1 1.1 2.32 2.595 2.595 0 1 0 5.19 0v-.42a1.48 1.48 0 0 0 1.11-1.43zm-1.5.74a.74.74 0 1 1 .74-.74.74.74 0 0 1-.74.74z"/></svg>
<svg class="tc-image-doctor-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.610962867736816 13"><path d="M3.5 6A2.5 2.5 0 0 1 1 3.5v-2a.5.5 0 0 1 .5-.5H2a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 0 1.5v2a3.49 3.49 0 0 0 1.51 2.87A4.41 4.41 0 0 1 3 9.5a3.5 3.5 0 1 0 7 0v-.57a2 2 0 1 0-1 0v.57a2.5 2.5 0 0 1-5 0 4.41 4.41 0 0 1 1.5-3.13A3.49 3.49 0 0 0 7 3.5v-2A1.5 1.5 0 0 0 5.5 0H5a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v2A2.5 2.5 0 0 1 3.5 6m6 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-doctrine tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.252466201782227 25.678003311157227"><path d="M15.952 8.805a2.167 2.167 0 0 0-.172-.188L8.082.919a2.353 2.353 0 0 0-3.328 3.328l2.485 2.485a9.616 9.616 0 0 0-7.236 9.323c0 5.316 4.307 9.623 9.623 9.623s9.623-4.307 9.623-9.623a9.59 9.59 0 0 0-3.297-7.249zm-.196 8.673l-5.56 5.56a1.712 1.712 0 0 1-2.42-2.421l2.639-2.639H4.71a1.711 1.711 0 1 1 0-3.422h5.705l-2.64-2.639c-.666-.667-.666-1.753 0-2.421s1.755-.667 2.422 0l5.56 5.56a1.715 1.715 0 0 1 0 2.421z"/></svg>
<svg class="tc-image-document tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 14"><path d="M12.562 14H.438A.44.44 0 0 1 0 13.562V.438C0 .197.197 0 .487 0h9.537L13 3v10.562a.44.44 0 0 1-.438.438zM10 1v2h2l-2-2zm2 3H9.024V1H1v12h11V4z"/></svg>
<svg class="tc-image-document-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M372.4 512L512 372.4H372.4V512zM0 0v512h349.1V349.1H512V0H0zm395.6 279.3H279.3v116.4h-46.5V279.3H116.4v-46.5h116.4V116.4h46.5v116.4h116.4v46.5z"/></svg>
<svg class="tc-image-document-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M372.4 512L512 372.4H372.4V512zM0 0v512h349.1V349.1H512V0H0zm395.6 279.3H116.4v-46.5h279.3v46.5z"/></svg>
<svg class="tc-image-document-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M372.4 512L512 372.4H372.4V512zM93.1 93.1V512h256V349.1H512v-256H93.1zM418.9 0H0v418.9h46.5V46.5h372.4V0z"/></svg>
<svg class="tc-image-document-add tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.000383377075195 18.000385284423828"><path d="M11 9H9V7a1 1 0 1 0-2 0v2H5a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2zm4.707-4.707l-4-4A.996.996 0 0 0 11 0H3C1.346 0 0 1.346 0 3v12c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3V5a.996.996 0 0 0-.293-.707zM13.586 5H12.5c-.827 0-1.5-.673-1.5-1.5V2.414L13.586 5zM13 16H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7v1.5C10 4.88 11.121 6 12.5 6H14v9a1 1 0 0 1-1 1z"/></svg>
<svg class="tc-image-document-delete tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.000383377075195 18.000385284423828"><path d="M15.707 4.293l-4-4A.996.996 0 0 0 11 0H3C1.346 0 0 1.346 0 3v12c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3V5a.996.996 0 0 0-.293-.707zM13.586 5H12.5c-.827 0-1.5-.673-1.5-1.5V2.414L13.586 5zM13 16H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7v1.5C10 4.88 11.121 6 12.5 6H14v9a1 1 0 0 1-1 1zm-2-5H5a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-document-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 14"><path d="M12.562 14H.438A.44.44 0 0 1 0 13.562V.438C0 .197.197 0 .487 0h9.537L13 3v10.562a.44.44 0 0 1-.438.438zM10 1v2h2l-2-2zm2 3H9.024V1H1v12h11V4zm-4-.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm3 2a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5zm0 2a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5zm0 2a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-document-text tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 18"><path d="M13 18H3c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3h10c1.654 0 3 1.346 3 3v12c0 1.654-1.346 3-3 3zM3 2c-.551 0-1 .449-1 1v12c0 .551.449 1 1 1h10c.551 0 1-.449 1-1V3c0-.551-.449-1-1-1H3zm9 6H4a.5.5 0 0 1 0-1h8a.5.5 0 0 1 0 1zm0-3H4a.5.5 0 0 1 0-1h8a.5.5 0 0 1 0 1zm0 6H4a.5.5 0 0 1 0-1h8a.5.5 0 0 1 0 1zm0 3H4a.5.5 0 0 1 0-1h8a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-dog-park-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9"><path d="M7.5 0s-.346.037-.5.5l-.5 2 2 1.5H10c1 0 1-1 1-1L9.5 1.5C9 1 8.5 1 8 1V.5S8 0 7.5 0zm-5 1s-.353-.007-.723.178S1 1.833 1 2.5v2C1 5.5 1 6 .5 6c0 0-.5 0-.5.5v2s0 .5.5.5.5-.5.5-.5V7c.354 0 .69-.137 1-.299V8.5s0 .5.5.5.5-.5.5-.5V6h3l.664 1.992C7 9 7.5 9 7.5 9H8s.5 0 .5-.5S8 8 8 8V5.5c0-.89-.632-1.255-1-1.5L5.498 3H2v-.5c0-.333.092-.362.223-.428A.786.786 0 0 1 2.5 2c.676.01.676-1.01 0-1z"/></svg>
<svg class="tc-image-dog-park-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12.321000099182129"><path d="M10.3.02c-.386 0-.7-.02-.8.78l-.4 2.521L11.5 5.3h2c1.4 0 1.5-.959 1.5-.959l-1.9-2.219c-.7-.7-1.4-.822-2.1-.822V.8s.067-.78-.7-.78zM4.75.3S3.8.32 3.2.52C2.6.72 2 1.421 2 2.421v3.9C2 8.021 1.3 8.3 1 8.3c0 0-1 .021-1 1.021v2.2s0 .8.8.8H2v-.699c0-.4-.2-.6-.5-.7v-1.1c1 0 1.1-.201 1.5-.301l.55 2.197c.1.3.2.5.5.6h1L6 12.3v-.8c0-.677-1-.7-1-.7V8.3h3.5l.7 2.621c.4 1.4 1.3 1.379 1.3 1.379H12v-.8c0-.713-1-.7-1-.7l.1-4.078L8 4.3H3.5v-2c0-.4.276-.495.5-.5.494-.012.75 0 .75 0a.75.75 0 0 0 0-1.5zm7 2.5a.25.25 0 1 1 0 .5.25.25 0 0 1 0-.5z"/></svg>
<svg class="tc-image-dojo tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.37900161743164 14.551003456115723"><path d="M8.059.043v8.351l-.189.383c-.259.512-.889 1.143-1.431 1.425-.613.318-1.031.424-1.679.424-.984 0-1.708-.306-2.421-1.019-.889-.895-1.243-2.103-.966-3.298.153-.654.418-1.107.942-1.631.772-.777 1.514-1.06 2.621-1.007.724.035 1.172.171 1.714.518.2.13.365.23.377.218.006-.012.041-.259.082-.548.041-.294.088-.583.106-.654.024-.1-.047-.153-.436-.336-.683-.318-1.16-.418-2.02-.418-.913 0-1.355.1-2.156.495C1.378 3.541.5 4.66.141 6.073 0 6.644.011 7.799.17 8.364c.424 1.543 1.543 2.709 3.116 3.251.536.183.601.189 1.443.194.766 0 .942-.018 1.325-.141a4.926 4.926 0 0 0 1.549-.777c.218-.159.4-.289.412-.289.006 0 .012.218.012.483v.489l1.502.035V0h-.736c-.406 0-.736.018-.736.041zm12.134 1.166v.913h1.178V.296h-1.178v.913zM12.901.703c-.047.029-.071.13-.059.247l.018.2 1.985.018 1.991.012.035-.141a.737.737 0 0 0 .012-.253c-.018-.1-.135-.106-1.961-.118-1.072-.012-1.979.006-2.02.035zM25.034.72c-.076.076-.088.218-.035.365.03.083.265.094 2.003.094h1.967l.065-.141c.047-.1.047-.171 0-.265-.071-.124-.088-.124-1.997-.124-1.425 0-1.95.018-2.002.071zM13.979 2.499c-.907.177-1.72.577-2.321 1.137-.701.642-1.107 1.319-1.39 2.279-.124.43-.147.642-.147 1.237 0 .895.094 1.302.477 2.091.259.536.371.683.836 1.154.63.63 1.119.942 1.926 1.219.536.183.595.189 1.472.194.883 0 .931-.006 1.473-.194 1.997-.695 3.239-2.397 3.251-4.459.006-.836-.118-1.36-.495-2.15-.265-.548-.359-.677-.866-1.178-.459-.459-.666-.618-1.107-.842a6.245 6.245 0 0 0-1.001-.401c-.595-.153-1.567-.194-2.109-.088zm2.026 1.331c.842.3 1.608.989 2.008 1.808.948 1.949-.118 4.246-2.268 4.883-.477.141-1.355.141-1.82 0a3.623 3.623 0 0 1-2.474-2.627c-.424-1.802.683-3.64 2.503-4.152.471-.13 1.555-.082 2.05.088zm10.107-1.331c-1.808.359-3.098 1.514-3.646 3.263-.136.442-.153.583-.153 1.414 0 .966.053 1.243.342 1.908.524 1.196 1.631 2.15 2.986 2.58.624.2 1.72.23 2.397.065 2.768-.66 4.341-3.469 3.434-6.137-.501-1.467-1.679-2.568-3.21-2.998-.571-.159-1.584-.206-2.15-.094zm1.731 1.243c.919.218 1.849.954 2.268 1.796.289.589.389.99.389 1.59 0 .901-.295 1.673-.889 2.321a3.562 3.562 0 0 1-1.526 1.001c-.424.147-.589.171-1.089.177-.995 0-1.714-.295-2.415-.995a3.714 3.714 0 0 1-.948-1.59c-.159-.524-.141-1.467.03-1.973.395-1.131 1.272-1.985 2.391-2.303.448-.13 1.29-.141 1.791-.024zM20.77 2.699l-.577.018v4.282c0 4.706.006 4.6-.359 5.325a4.041 4.041 0 0 1-.559.76c-.206.212-.377.406-.377.43 0 .071.707 1.037.754 1.031.13-.006 1.043-1.296 1.331-1.873.412-.825.389-.501.377-5.483l-.018-4.506-.571.018z"/></svg>
<svg class="tc-image-dollar tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.009999752044678 8.010000228881836"><path d="M2.01 0v1h-.75C.58 1 .01 1.57.01 2.25v.5c0 .68.44 1.24 1.09 1.41l2.56.66c.14.04.34.29.34.44v.5c0 .14-.11.25-.25.25h-2.5A.56.56 0 0 1 1 5.95v-.94H0v1c0 .34.2.63.44.78.23.16.52.22.81.22H2v1h1v-1h.75C4.44 7.01 5 6.45 5 5.76v-.5c0-.68-.44-1.24-1.09-1.41l-2.56-.66c-.14-.04-.34-.29-.34-.44v-.5c0-.14.11-.25.25-.25h2.5c.11 0 .21.04.25.06V3h1V2c0-.34-.2-.63-.44-.78-.23-.16-.52-.22-.81-.22h-.75V0h-1z"/></svg>
<svg class="tc-image-dollar-bill tc-image-button" width="22pt" height="22pt" viewBox="0 0 87.36199951171875 47.476654052734375"><path d="M87.362 3.866h-.045A3.864 3.864 0 0 0 83.452 0H3.866A3.866 3.866 0 0 0 0 3.866V43.61a3.865 3.865 0 0 0 3.866 3.865h79.586a3.863 3.863 0 0 0 3.865-3.864v-.001h.045V3.866zM72.385 9.212V5.78c0-.438.354-.793.793-.793.031 0 .058.014.088.018v-.018h8.271v.006c.011 0 .02-.006.031-.006.438 0 .793.355.793.793v8.417a.794.794 0 0 1-.793.793c-.011 0-.02-.006-.031-.006v.006h-3.37a.792.792 0 0 1-.793-.793v-4.194h-4.107v-.018c-.03.003-.057.018-.088.018a.791.791 0 0 1-.794-.792zM14.977 38.264v3.43a.792.792 0 0 1-.793.794c-.031 0-.058-.014-.088-.018v.017H5.825v-.006c-.011 0-.02.006-.031.006a.793.793 0 0 1-.793-.793v-8.418c0-.438.356-.793.793-.793.011 0 .02.006.031.006v-.006h3.371c.439 0 .793.355.793.793v4.194h4.107v.018c.03-.003.057-.018.088-.018a.794.794 0 0 1 .793.794zm.014-32.452v3.37a.793.793 0 0 1-.793.794h-4.194v4.107h-.018c.003.03.018.057.018.088a.793.793 0 0 1-.793.793h-3.43a.792.792 0 0 1-.793-.793c0-.031.014-.058.018-.088h-.017V5.812h.006c0-.011-.006-.02-.006-.031 0-.438.355-.793.793-.793H14.2c.438 0 .793.355.793.793 0 .01-.006.02-.006.03h.004zm28.69 36.676c-10.356 0-18.75-8.394-18.75-18.75 0-10.353 8.394-18.75 18.75-18.75s18.75 8.396 18.75 18.75-8.394 18.75-18.75 18.75zm38.693-9.094v8.27h-.006c0 .012.006.02.006.032a.793.793 0 0 1-.793.793h-8.418a.794.794 0 0 1-.793-.793c0-.011.006-.02.006-.031h-.006v-3.371c0-.438.355-.793.793-.793h4.194v-4.107h.018c-.003-.03-.018-.057-.018-.088 0-.438.355-.793.793-.793h3.431c.438 0 .793.354.793.793 0 .03-.014.058-.018.088h.018z"/><path d="M43.681 9.958c-7.599 0-13.78 6.184-13.78 13.78 0 2.91.912 5.608 2.457 7.835v-.096c0-.617.322-1.17.812-1.398l5.64-2.627 2.212-1.03c-.999-.602-1.82-1.537-2.374-2.673a7.513 7.513 0 0 1-.761-3.31c0-.694.116-1.351.284-1.981.729-2.75 2.906-4.76 5.509-4.76 2.653 0 4.863 2.085 5.55 4.915.141.584.242 1.189.242 1.826a7.574 7.574 0 0 1-.679 3.136c-.536 1.182-1.355 2.163-2.364 2.799l2.31 1.102 5.462 2.605c.485.234.802.782.802 1.396v.095a13.697 13.697 0 0 0 2.457-7.834c.001-7.597-6.18-13.78-13.779-13.78z"/></svg>
<svg class="tc-image-dollar2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 534.86083984375 1024.001953125"><path d="M534.857 677.145q0 87.429-56.857 150.571t-147.714 78v100q0 8-5.143 13.143T312 1024.002h-77.143q-7.429 0-12.857-5.429t-5.429-12.857v-100q-37.714-5.143-72.857-17.714t-58-25.429-42.286-27.429-26.57-21.429-10-10.286q-9.715-12-1.144-23.429l58.857-77.143q4-5.714 13.143-6.857 8.571-1.143 13.714 5.143l1.143 1.143q64.571 56.571 138.857 71.429 21.143 4.571 42.286 4.571 46.286 0 81.43-24.571t35.142-69.714q0-16-8.57-30.286t-19.144-24-33.429-21.429T291.429 590t-45.714-18.571q-22.286-9.143-35.143-14.286T175.429 542t-35.714-17.714T107.429 504t-30.57-24.286-24.858-28-20.286-33.143-12-38T14.858 336q0-78.857 56-138.286t145.714-76.571V18.286q0-7.429 5.43-12.857T234.858 0h77.143q8 0 13.143 5.143t5.143 13.143v100.571q32.571 3.429 63.143 13.143t49.714 19.143 36.286 21.429 22.286 16.571 8.571 8q9.714 10.286 2.857 21.714l-46.286 83.429q-4.57 8.571-13.143 9.143-8 1.714-15.429-4-1.714-1.714-8.286-6.857t-22.286-15.143-33.429-18.286-42.57-14.857-48.858-6.571q-54.286 0-88.57 24.571T160 333.715q0 14.857 4.857 27.429t16.857 23.714 22.571 18.857 32 17.714 34.571 15.429 40 15.714q30.286 11.429 46.286 18t43.43 20 43.142 24.286 35.43 28.571 30.285 36.286 18 43.714 7.43 53.714z"/></svg>
<svg class="tc-image-dollars tc-image-button" width="22pt" height="22pt" viewBox="0 0 1216 769.280029296875"><path d="M1152.064 608.96l1.824-546.848-993.6.608L160.256 0H1216v608.992l-63.936-.032zm-32.224 96.224l-63.904-.064 1.824-546.848-993.6.64-.032-62.72h1055.744v608.992zm-94.144 64.096H0V192.32h1025.697v576.96zm-64.128-514.848H64.097v450.752h897.44V254.432zM865.44 657.12c0 5.664 1.408 10.944 3.232 16h-355.84c88.512 0 160.288-86.08 160.288-192.32s-71.776-192.32-160.288-192.32H868.64c-1.824 5.056-3.232 10.336-3.232 16.032 0 26.56 21.504 48.064 48.064 48.064 5.696 0 10.976-1.408 16.032-3.232v262.88c-5.056-1.792-10.336-3.232-16.032-3.232-26.528.032-48.032 21.568-48.032 48.128zm-64.128-243.072c-26.56 0-48.064 28.672-48.064 64.096s21.504 64.096 48.064 64.096 48.064-28.672 48.064-64.096-21.504-64.096-48.064-64.096zm-221.376-48.8c.48.928.864 2.176 1.184 3.712.352 1.536.576 3.488.672 5.824.16 2.336.224 5.248.224 8.736 0 3.872-.096 7.168-.288 9.824-.224 2.688-.576 4.896-.992 6.624-.512 1.76-1.152 3.04-1.984 3.808-.864.8-2.048 1.216-3.52 1.216s-3.776-.928-7.008-2.784c-3.232-1.888-7.168-3.872-11.808-6.048s-10.08-4.192-16.224-5.984-12.864-2.688-20.224-2.688c-5.76 0-10.752.672-15.008 2.08-4.288 1.408-7.872 3.328-10.72 5.792-2.88 2.464-5.024 5.44-6.4 8.864-1.408 3.456-2.112 7.136-2.112 10.976 0 5.76 1.568 10.72 4.704 14.944 3.136 4.192 7.328 7.936 12.64 11.2 5.28 3.296 11.264 6.336 17.92 9.216s13.472 5.92 20.416 9.088c6.944 3.232 13.76 6.848 20.448 10.944 6.688 4.064 12.64 8.928 17.824 14.592 5.216 5.696 9.44 12.352 12.64 20.032s4.8 16.704 4.8 27.136c0 13.6-2.56 25.568-7.616 35.808-5.056 10.272-11.936 18.88-20.64 25.76s-18.816 12.032-30.432 15.488c-1.472.448-3.072.64-4.576.992v35.008h-31.52v-30.88c-.416 0-.768.096-1.184.096-8.928 0-17.248-.736-24.928-2.176-7.68-1.472-14.464-3.232-20.32-5.248-5.888-2.048-10.784-4.224-14.72-6.464-3.968-2.24-6.784-4.224-8.512-5.952s-2.976-4.224-3.712-7.488-1.12-8-1.12-14.144c0-4.128.128-7.616.416-10.4.256-2.816.704-5.088 1.312-6.848.608-1.728 1.408-2.976 2.4-3.712.992-.704 2.176-1.088 3.488-1.088 1.888 0 4.512 1.088 7.936 3.328 3.392 2.176 7.776 4.64 13.12 7.296s11.712 5.088 19.136 7.296c7.392 2.208 16 3.328 25.728 3.328 6.4 0 12.16-.768 17.216-2.304 5.088-1.536 9.376-3.712 12.928-6.496 3.52-2.816 6.208-6.304 8.096-10.432 1.888-4.16 2.816-8.768 2.816-13.856 0-5.888-1.632-10.944-4.8-15.136-3.2-4.224-7.36-7.936-12.512-11.232-5.152-3.264-10.976-6.336-17.504-9.184-6.56-2.88-13.28-5.92-20.224-9.12s-13.696-6.848-20.224-10.912c-6.528-4.064-12.384-8.928-17.504-14.624-5.12-5.664-9.312-12.384-12.512-20.096-3.2-7.744-4.8-17.024-4.8-27.84 0-12.416 2.304-23.328 6.912-32.704 4.608-9.408 10.816-17.216 18.624-23.424 7.808-6.176 17.024-10.848 27.616-13.92 5.44-1.568 11.072-2.72 16.864-3.488v-33.12h31.52v33.12c1.248.16 2.496.096 3.744.288 6.144.928 11.904 2.176 17.248 3.776 5.312 1.6 10.048 3.36 14.176 5.376 4.16 1.984 6.88 3.616 8.256 4.96 1.248 1.184 2.144 2.304 2.624 3.264zM352.577 480.8c0 106.208 71.744 192.32 160.256 192.32H157.024c1.792-5.056 3.232-10.336 3.232-16 0-26.56-21.536-48.096-48.064-48.096-5.696 0-10.976 1.44-16.032 3.232v-262.88c5.056 1.824 10.336 3.232 16.032 3.232 26.56 0 48.064-21.504 48.064-48.064 0-5.696-1.44-10.976-3.232-16.032h355.808c-88.512-.032-160.256 86.08-160.256 192.288zm-128.224-66.752c-26.56 0-48.064 28.672-48.064 64.096s21.536 64.096 48.064 64.096c26.56 0 48.064-28.672 48.064-64.096s-21.504-64.096-48.064-64.096z"/></svg>
<svg class="tc-image-domain tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M20 8V0H0v36h40V8H20zM8 32H4v-4h4v4zm0-8H4v-4h4v4zm0-8H4v-4h4v4zm0-8H4V4h4v4zm8 24h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4V4h4v4zm20 24H20v-4h4v-4h-4v-4h4v-4h-4v-4h16v20zm-4-16h-4v4h4v-4zm0 8h-4v4h4v-4z"/></svg>
<svg class="tc-image-done tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.16999816894531 26.829999923706055"><path d="M11.17 21.17l-8.34-8.34L0 15.66l11.17 11.17 24-24L32.34 0z"/></svg>
<svg class="tc-image-done-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.47999572753906 26.829999923706055"><path d="M35.17 2.83L32.34 0 19.66 12.69l2.83 2.83L35.17 2.83zM43.66 0L22.48 21.17l-8.34-8.34-2.83 2.83 11.17 11.17 24-24L43.66 0zM0 15.66l11.17 11.17L14 24 2.83 12.83 0 15.66z"/></svg>
<svg class="tc-image-donut-large tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M18 6.16V0C8 1 0 9.62 0 20s8 19 18 20v-6.16C12 32.88 6 27.04 6 20S12 7.12 18 6.16zM33.94 18H40C39.06 8 32 .94 22 0v6.16C28 7.02 33.08 12 33.94 18zM22 33.84V40c10-.94 17.06-8 18-18h-6.06C33.08 28 28 32.98 22 33.84z"/></svg>
<svg class="tc-image-donut-small tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M18 14.32V0C8 1 0 9.58 0 20s8 19 18 20V25.68c-2-.82-4-3.04-4-5.68s2-4.86 4-5.68zM25.72 18H40C39.04 8.5 32 .94 22 0v14.32c2 .6 3.04 1.96 3.72 3.68zM22 25.68V40c10-.94 17.04-8.5 18-18H25.72c-.68 1.72-1.72 3.08-3.72 3.68z"/></svg>
<svg class="tc-image-door-enter tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.00499725341797 38.0050048828125"><path d="M6 0h29.005v38.005H6v-8.001h3v5h23.004V3.001H9.001v5h-3v-8zM0 16.002h15.252L7 9.001h10.002l11.502 10.001-11.502 10.002H7l8.252-7.001H0v-6.001z"/></svg>
<svg class="tc-image-door-leave tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.50499725341797 38.0050048828125"><path d="M29.004 0v8h-3V3H3.001v32.005h23.003v-5.001h3v8.001H.167L0 0h29.004zM8.001 16.002h15.252l-8.251-7.001h10.002l11.501 10.001-11.501 10.002H15.002l8.251-7.001H8.001v-6.001z"/></svg>
<svg class="tc-image-door-lock-closed tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h32v38h-3V3H3v35H0V0zm16 13a5 5 0 0 1 1.95 9.605L19 31h-6l1.05-8.395A5.001 5.001 0 0 1 16 13zm9 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
<svg class="tc-image-door-lock-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h32v38h-3V3h-4v28L3 38H0V0zm23 30.75V3H3v33.7l20-5.95zM12.75 9.209c2.071-.709 3.75.896 3.75 3.584 0 2.014-.943 4.065-2.287 5.265L15 25.96l-4.5 1.54.787-8.44C9.943 18.78 9 17.372 9 15.36c0-2.689 1.679-5.442 3.75-6.151zm6.75 3.53c.828-.283 1.5.358 1.5 1.434 0 1.075-.672 2.176-1.5 2.46-.828.283-1.5-.358-1.5-1.434 0-1.075.672-2.176 1.5-2.46z"/></svg>
<svg class="tc-image-dot tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><circle cx="8" cy="8" r="7" transform="translate(-1 -1)"/></svg>
<svg class="tc-image-dot-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 570 220"><path d="M110 0c30.667 0 56.667 10.667 78 32s32 47.333 32 78c0 29.333-10.667 55-32 77s-47.333 33-78 33-56.667-10.667-78-32-32-47.333-32-78 10.667-56.667 32-78S79.333 0 110 0m350 0c30.667 0 56.667 10.667 78 32s32 47.333 32 78c0 29.333-11 55-33 77s-47.667 33-77 33c-30.667 0-56.667-10.667-78-32s-32-47.333-32-78 10.667-56.667 32-78 47.333-32 78-32"/></svg>
<svg class="tc-image-dot-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 220"><path d="M110 0c30.667 0 56.667 10.667 78 32s32 47.333 32 78c0 29.333-10.667 55-32 77s-47.333 33-78 33-56.667-11-78-33-32-47.667-32-77c0-30.667 10.667-56.667 32-78S79.333 0 110 0m350 0c30.667 0 56.667 10.667 78 32s32 47.333 32 78c0 29.333-11 55-33 77s-47.667 33-77 33-55-11-77-33-33-47.667-33-77c0-30.667 10.667-56.667 32-78s47.333-32 78-32m350 0c30.667 0 56.667 10.667 78 32s32 47.333 32 78c0 29.333-10.667 55-32 77s-47.333 33-78 33-56.667-11-78-33-32-47.667-32-77c0-30.667 10.667-56.667 32-78s47.333-32 78-32"/></svg>
<svg class="tc-image-dot-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1024 768q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zM768 224q-148 0-273 73T297 495t-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73zm768 544q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-dotnet tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.555999755859375 11.78399658203125"><path d="M7.358.56a1.95 1.95 0 0 1 .125-.053C7.442.523 7.4.542 7.358.56zM1.275 11.778h1.59c.005 0 .011.006.017.005 2.378-.122 3.48-1.352 4.034-3.124.431-1.375.784-2.532 1.094-3.504v.001l.011-.035a25.146 25.146 0 0 1 2.215-2.687h.016c1.065 3.257 1.476 9.068 4.591 9.068.126 0 .257.003.384-.01-.127.013-.25.03-.376.03h2.474a2.463 2.463 0 0 1-.796-.144 2.466 2.466 0 0 0 .796.125c.459 0 .842-.035 1.176-.144-.334.109-.717.162-1.176.162h2.484l.001-.005.913-.009c-.117 0-.226-.021-.331-.056l.004-.005c.103.031.21.037.325.037 2.403 0 4.826-4.315 8.835-11.483h-1.574l.001.064h-.293c-1.478 2.624-2.511 4.866-3.387 6.658.877-1.794 1.909-4.034 3.386-6.658h-2.405c-.08 0-.157-.011-.234-.006l-.001-.005c-2.321.14-3.407 1.318-3.953 3.067-.956 3.056-1.535 5.034-2.092 6.297 0 0 0-.001 0 0 0 .003-.002.003-.002.004v-.003a10.302 10.302 0 0 1-1.191.991c.114.137.231.265.354.382.186.181.385.333.602.45h-.001a2.738 2.738 0 0 1-.603-.45 4.648 4.648 0 0 1-.354-.382 8.53 8.53 0 0 0 .408-.307c-.749-1.659-1.184-4.478-1.991-6.673.807 2.194 1.243 5.014 1.991 6.673.26-.207.52-.435.781-.685-1.082-3.242-1.47-9.136-4.606-9.136a3.759 3.759 0 0 0 0-.001L13.159.263c.196 0 .381.055.557.055-.176 0-.361-.055-.556-.055-.017 0-.034-.004-.051-.003.017 0 .034-.006.051-.006H8.2c-.028 0-.056-.004-.085-.004C5.409.25 1.68 5.309 0 11.774h1.273zM24.94.279c-.807.254-1.401.694-1.842 1.277C23.539.973 24.132.533 24.94.279zm-3.792 10.866l-.023.012-.034.017-.002.001.059-.029zm-.329.146c.005-.004.01-.004.016-.006l-.015.006-.033.012.032-.012zm-.039.016h-.001.001zm-.25.084a1.567 1.567 0 0 1 .081-.025l.03-.011c.011-.004.022-.006.031-.01l.026-.01.064-.022a.011.011 0 0 0 .008-.003l-.007.003-.063.022-.026.009c-.009.004-.02.007-.031.01-.009.004-.02.006-.031.011l-.027.009a.85.85 0 0 0-.054.016l-.004.001.003-.001zM7.483.514V.506l.007.008c-.053 0-.105.037-.157.059l.025-.012a3.499 3.499 0 0 0-.126.057c-.022.011-.045.021-.067.033zM7.611.45zM7.97.342c-.007.004-.012.019-.018.019L7.82.396c-.005 0-.009.004-.015.005l-.037.011c.013-.004.025-.011.037-.013.006 0 .011-.005.015-.005l.132-.035c.006 0 .011-.018.018-.018.012-.004.024-.02.037-.021-.013.001-.025.021-.037.023zm.058-.006a.087.087 0 0 1-.019.01c.006-.004.012-.011.019-.013.013-.004.025-.014.039-.014-.014 0-.026.015-.039.017zM8.511.32c-.024-.004-.047-.002-.07-.002h-.002c.023 0 .046-.003.07 0l.008-.001c-.002.001-.003.003-.006.003zm.062-.031c-.058 0-.115.012-.174.016.008 0 .016.01.024.012-.015-.002-.03-.011-.045-.012C8.385.304 8.392.3 8.399.3L8.391.298a.04.04 0 0 0-.012-.006v.005c-.064.004-.06.005-.088.008L8.287.3c-.008 0-.014.004-.021.004-.011.004-.024.004-.036.005-.007 0-.014 0-.021.004-.013.004-.025.006-.037.008l-.003.001h.003c.013 0 .024-.006.037-.009.007 0 .014-.005.021-.005.012 0 .024-.004.036-.006.006 0 .012 0 .02-.004l.072-.007.014.001c.068-.006.134-.008.201-.008zm.161.07A1.587 1.587 0 0 0 8.597.33L8.585.327a2.086 2.086 0 0 1 .148.032l.004.001h-.002zm.979.782l-.001.001a2.294 2.294 0 0 0-.468-.584l.007.004c.169.147.321.344.461.58zm.22.424zM12.444.348a3.843 3.843 0 0 1-.001.001zM10.683 2.05l-.004-.008.004.008zM12.988.551zm.731-.204zm2.164 11.015zm3.032-.197l-.021.011.022-.012zm.626.323l.126.011a4.557 4.557 0 0 1-.126-.011zm-.02-.849l.001-.005.001-.001c.157.267.331.487.527.639a2.133 2.133 0 0 1-.528-.633zm.446.86c-.008.004-.015.004-.023.004h-.002c.008 0 .016 0 .023-.004.015 0 .03 0 .046-.004h.002c-.016.004-.031.004-.046.004zm.189-.021c-.017.003-.035.004-.053.008-.005 0-.01.004-.015.004h-.004c-.016.002-.033.005-.049.005h-.002c.016 0 .033-.004.049-.005h.004c.005 0 .01-.004.015-.004.018-.004.036-.006.053-.008h.004-.002z"/></svg>
<svg class="tc-image-double-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 830 1024"><path d="M564 9q10 10 10 23t-10 23L82 512l482 457q10 10 10 23t-10 23q-10 9-24 9t-24-9L10 535Q0 525 0 512t10-23L516 9q10-9 24-9t24 9zm256 0q10 10 10 23t-10 23L338 512l482 457q10 10 10 23t-10 23q-10 9-24 9t-24-9L266 535q-10-10-10-23t10-23L772 9q10-9 24-9t24 9z"/></svg>
<svg class="tc-image-double-quote-sans-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M0 0v6l3-3V0H0zm5 0v6l3-3V0H5z"/></svg>
<svg class="tc-image-double-quote-sans-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M3 0L0 3v3h3V0zm5 0L5 3v3h3V0z"/></svg>
<svg class="tc-image-double-quote-serif-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M3 0C1.35 0 0 1.35 0 3v3h3V3H1c0-1.11.89-2 2-2V0zm5 0C6.35 0 5 1.35 5 3v3h3V3H6c0-1.11.89-2 2-2V0z"/></svg>
<svg class="tc-image-double-quote-serif-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M0 0v3h2c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3V0H0zm5 0v3h2c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3V0H5z"/></svg>
<svg class="tc-image-double-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 830 1024"><path d="M266 9q-10 10-10 23t10 23l482 457-482 457q-10 10-10 23t10 23q10 9 24 9t24-9l506-480q10-10 10-23t-10-23L314 9q-10-9-24-9t-24 9zM10 9Q0 19 0 32t10 23l482 457L10 969Q0 979 0 992t10 23q10 9 24 9t24-9l506-480q10-10 10-23t-10-23L58 9Q48 0 34 0T10 9z"/></svg>
<svg class="tc-image-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 605.0999755859375 512"><path d="M0 512h139.6V372.4H0V512zm46.5-93.1H93v46.5H46.5v-46.5zM0 139.6h139.6V0H0v139.6zm0 186.2h139.6V186.2H0v139.6zm46.5-93.1H93v46.5H46.5v-46.5zM209.5 0c162.9 93.1 244.4 221.1 58.2 337.5L186.2 256v256h256l-81.5-81.5C605.1 186.2 372.4 0 209.5 0z"/></svg>
<svg class="tc-image-down_2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 325.79998779296875"><path d="M442.2 0L256 186.2 69.8 0 0 69.8l256 256 256-256z"/></svg>
<svg class="tc-image-down-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 426.5999755859375 512"><path d="M256 341.3V0h-85.4v341.3L0 170.7v128L213.3 512l213.3-213.3v-128z"/></svg>
<svg class="tc-image-down-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 341.3999938964844 512"><path d="M213.4 298.7V0H128v298.7H0L170.7 512l170.7-213.3z"/></svg>
<svg class="tc-image-down-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 760 730"><path d="M760 350L380 730 0 350h192V0h376v350h192"/></svg>
<svg class="tc-image-down-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 920"><path d="M460 0c126.667 0 235 45 325 135s135 198.333 135 325-45 235-135 325-198.333 135-325 135-235-45-325-135S0 586.667 0 460s45-235 135-325S333.333 0 460 0m0 820c98.667 0 183.333-35.333 254-106s106-155.333 106-254c0-100-35.333-185-106-255S558.667 100 460 100s-183.333 35-254 105-106 155-106 255c0 98.667 35.333 183.333 106 254s155.333 106 254 106m90-554v206h112L460 662 258 472h112V266h180"/></svg>
<svg class="tc-image-down-dir tc-image-button" width="22pt" height="22pt" viewBox="0 0 460 400"><path d="M460 0L230 400 0 0h460"/></svg>
<svg class="tc-image-down-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 580 349.3330078125"><path d="M564 107.333l-234 224c-12 12-25.333 18-40 18-14.667 0-28-6-40-18l-234-224C5.333 96.666 0 83 0 66.333s5.333-30.333 16-41C41.333 0 67.333 0 94 25.333l196 188 196-188C512.667 0 538.667 0 564 25.333c10.667 10.667 16 24.333 16 41s-5.333 30.333-16 41"/></svg>
<svg class="tc-image-down-open-big tc-image-button" width="22pt" height="22pt" viewBox="0 0 874.666015625 472"><path d="M67.333 17.333l370 356 372-356C824 0 840 0 857.333 17.333c17.333 14.667 17.333 30.667 0 48l-396 392c-14.667 14.667-30.667 14.667-48 0l-396-392C0 48 0 32 17.333 17.333c16-16 32.667-16 50 0"/></svg>
<svg class="tc-image-down-open-mini tc-image-button" width="22pt" height="22pt" viewBox="0 0 474.666015625 272"><path d="M409.333 17.333C424 0 440 0 457.333 17.333c17.333 14.667 17.333 30.667 0 48l-196 192c-14.667 14.667-30.667 14.667-48 0l-196-192C0 48 0 32 17.333 17.333c16-16 32.667-16 50 0l170 156 172-156"/></svg>
<svg class="tc-image-down-thin tc-image-button" width="22pt" height="22pt" viewBox="0 0 500 980"><path d="M500 740L250 980 0 740h162V0h176v740h162"/></svg>
<svg class="tc-image-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M12 13.5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 .5.5zM5.486.514v8.734l-2.4-2.401a.514.514 0 0 0-.726.726l3.276 3.277c.01.01.022.013.032.021a.49.49 0 0 0 .135.09.53.53 0 0 0 .175.035c.008-.001.014.004.022.004.012 0 .021-.007.032-.007a.548.548 0 0 0 .164-.032.52.52 0 0 0 .159-.106l.008-.005 3.276-3.277a.51.51 0 0 0 0-.725.514.514 0 0 0-.726 0L6.512 9.249 6.517.515C6.518.23 6.288 0 6.005 0s-.519.23-.519.514z"/></svg>
<svg class="tc-image-download-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 504.8999938964844"><path d="M315.1 0v229.2h98.5L256 406.4 98.5 229.2H197V0C84.1 26.7 0 127.9 0 248.9c0 141.4 114.6 256 256 256s256-114.6 256-256c0-121-84.1-222.2-196.9-248.9z"/></svg>
<svg class="tc-image-download-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M442.2 186.2H302.5V0h-93.1v186.2H69.8L256 418.9l186.2-232.7zm23.3 186.2v93.1h-419v-93.1H0V512h512V372.4h-46.5z"/></svg>
<svg class="tc-image-download-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M442.2 186.2H302.5V0h-93.1v186.2H69.8L256 418.9l186.2-232.7zM0 465.5V512h512v-46.5H0z"/></svg>
<svg class="tc-image-download-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M302.5 93.1h-93.1v186.2H69.8L256 512l186.2-232.7H302.5V93.1zM0 0v46.5h512V0H0z"/></svg>
<svg class="tc-image-download-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M0 1037.515h1200V1200H0zM820.785 0h-441.57v496.632H103.233L600 959.265l496.767-462.633H820.785z"/></svg>
<svg class="tc-image-download-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 23"><path d="M17.986 17c0-.105-.004-.211-.038-.316l-2-6A.997.997 0 0 0 15 10h-.561l.682-.678a3.002 3.002 0 0 0 0-4.242c-.81-.812-2.068-1.078-3.121-.709V3c0-1.654-1.346-3-3-3S6 1.346 6 3v1.371c-1.052-.369-2.311-.103-3.121.709a3.003 3.003 0 0 0 .002 4.244l.68.676H3a.997.997 0 0 0-.948.684l-2 6A1.007 1.007 0 0 0 .014 17C0 17 0 22 0 22a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1s0-5-.014-5zM4.293 6.494a1 1 0 0 1 1.414 0L8 8.787V3a1 1 0 0 1 2 0v5.787l2.293-2.293a1.025 1.025 0 0 1 1.414 0 .998.998 0 0 1 .002 1.412L9 12.59 4.293 7.908a.999.999 0 0 1 0-1.414zM3.721 12h1.852l3.429 3.41L12.43 12h1.852l1.667 5H2.055l1.666-5zM16 21H2v-3h14v3z"/></svg>
<svg class="tc-image-download2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 896"><path d="M736 384L480 640 224 384h160V0h192v384zM480 640H0v256h960V640H480zm416 128H768v-64h128v64z"/></svg>
<svg class="tc-image-download3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14"><path d="M11.5 6l-4 4-4-4H6V0h3v6zm-4 4H0v4h15v-4H7.5zm6.5 2h-2v-1h2v1z"/></svg>
<svg class="tc-image-drafting-centerline tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.240001678466797 37.99000549316406"><path d="M19.76 18.14l3.8.907c-.74 2.95-2.07 5.199-3.99 6.748-1.585 1.28-3.462 2.031-5.63 2.254v6.901h13.3v3.04h-17.1V27.966c-1.809-.247-3.35-.792-4.621-1.636-1.8-1.194-3.169-2.921-4.109-5.184C.47 18.884 0 16.455 0 13.858c0-2.834.524-5.305 1.57-7.413 1.047-2.108 2.537-3.709 4.468-4.803C7.97.547 10.096 0 12.415 0c2.629 0 4.84.69 6.636 2.072 1.795 1.382 3.044 3.323 3.749 5.825l-3.8.837c-.586-1.983-1.438-3.428-2.556-4.334-1.118-.907-2.523-1.36-4.213-1.36-1.947 0-3.574.503-4.88 1.508-1.307 1.006-2.225 2.355-2.755 4.05a17.426 17.426 0 0 0-.796 5.236c0 2.324.322 4.35.965 6.08.643 1.73 1.643 3.024 2.998 3.88a8.248 8.248 0 0 0 2.377 1.035V10.63h3.8v14.268a6.878 6.878 0 0 0 3.112-1.567c1.334-1.165 2.237-2.896 2.708-5.192z"/></svg>
<svg class="tc-image-drafts tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.3330078125 810.666015625"><path d="M852.906 298.666c0-30.72-16-57.387-40.107-72.533L426.666 0 40.533 226.133C16.426 241.28 0 267.946 0 298.666v426.667c0 47.147 38.187 85.333 85.333 85.333H768c47.147 0 85.333-38.187 85.333-85.333l-.427-426.667zM426.666 512L74.239 291.627 426.666 85.334l352.427 206.293L426.666 512z"/></svg>
<svg class="tc-image-drag tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000627517700195 13.000626564025879"><path d="M12.9 6.28l-2.332-2.187A.329.329 0 0 0 10.334 4a.319.319 0 0 0-.234.093.282.282 0 0 0-.1.219V6H7V3h1.688a.289.289 0 0 0 .22-.1A.335.335 0 0 0 9 2.667a.338.338 0 0 0-.093-.234L6.72.1a.292.292 0 0 0-.44 0L4.092 2.433A.325.325 0 0 0 4 2.667c0 .09.03.169.093.234.061.068.134.1.22.1H6v3H3V4.313a.284.284 0 0 0-.1-.22A.322.322 0 0 0 2.666 4a.325.325 0 0 0-.234.093L.1 6.28a.293.293 0 0 0 0 .44L2.432 8.91a.342.342 0 0 0 .468-.001.287.287 0 0 0 .1-.22V7.002h3v3H4.312a.284.284 0 0 0-.22.1.322.322 0 0 0-.092.234c0 .089.03.167.093.234L6.28 12.9a.293.293 0 0 0 .441 0l2.188-2.332a.342.342 0 0 0 0-.468.287.287 0 0 0-.22-.1H7V7h3v1.688c0 .084.032.157.1.22.065.06.143.092.234.092a.338.338 0 0 0 .234-.093L12.9 6.72a.292.292 0 0 0 0-.441z"/></svg>
<svg class="tc-image-drag-handle tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 12"><g transform="translate(-8 -18)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M40 18H8v4h32v-4zM8 30h32v-4H8v4z"/></g></svg>
<svg class="tc-image-draugiemlv tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 13.081999778747559"><path d="M5.412 8.523c.032.23.092.374.185.462.096.092.226.124.397.143.203-.02.34-.065.434-.2.055-.086.092-.22.11-.405l.065-.77v-.01l-.014-.116-.014-.115-.02-.116-.013-.11-.014-.116-.02-.11-.013-.11-.018-.112-.02-.107-.014-.1-.018-.102v-.014l-.014-.083-.02-.09-.017-.09-.014-.082-.018-.078-.02-.07-.022-.11-.032-.116-.027-.12-.032-.125-.03-.13-.034-.134-.028-.138-.032-.14-.027-.142-.025-.143-.018-.143-.02-.144-.013-.143-.004-.148v-.143l.004-.138.014-.143.023-.138.034-.138.04-.134.06-.13.07-.124.037-.05a1.948 1.948 0 0 0-.465-.05c-.07 0-.134 0-.198.008-1.552.133-.92 1.888-.656 2.853.186.67.398 2.23.472 2.706zm.185-5.772a.76.76 0 0 0 .19.024c.318 0 .525-.17.64-.434.074-.18.107-.402.102-.637-.01-.2-.042-.383-.102-.545-.125-.314-.36-.527-.71-.527-.043 0-.085 0-.12.01-.45.065-.644.518-.625 1.063.014.513.217.946.624 1.048zm.83 2.56c.056.235.112.452.158.646.19.77.374 2.562.443 3.103.065.544.26.66.647.696.383-.037.577-.152.642-.697.064-.542.253-2.333.438-3.104.046-.194.106-.41.16-.647.172-.707.31-1.538 0-2.074-.197-.342-.576-.568-1.24-.568-.67 0-1.054.226-1.247.568-.31.536-.17 1.367 0 2.073zm1.238-2.85h.01c.6-.004.88-.554.88-1.228 0-.674-.28-1.23-.88-1.233h-.01c-.61 0-.89.553-.89 1.232 0 .678.28 1.228.89 1.228zm1.884.495c-.18 0-.334.018-.467.05l.037.05.07.126.054.13.047.134.033.138.023.14.014.142.004.138v.148l-.01.143-.008.143-.02.144-.017.143-.028.143-.028.143-.028.138-.032.138-.028.134-.032.13-.032.124-.033.12-.028.116-.028.11L9 6.09l-.02.078-.017.083-.014.09-.02.09-.014.08v.018l-.018.102-.018.1-.014.108-.02.11-.012.11-.02.112-.013.115-.017.11-.014.117-.015.115-.014.116v.005c.03.332.052.613.066.775.013.185.05.32.11.406.088.133.23.18.434.198.172-.02.3-.05.398-.143.092-.088.147-.23.185-.462.073-.475.286-2.036.47-2.706.264-.965.897-2.72-.655-2.853-.065-.01-.13-.01-.2-.01zm.01-.18c.067 0 .128-.01.188-.024.406-.1.605-.534.623-1.047.02-.545-.174-.998-.622-1.062-.037-.01-.08-.01-.12-.01-.356 0-.586.214-.712.528a1.64 1.64 0 0 0-.1.545c-.01.235.022.457.1.637.116.263.324.434.643.434zm1.86.793c2.867.037 4.538 1.796 2.64 4.202-.872 1.11-2.345 2.203-4.312 2.91l-.282.096a15.524 15.524 0 0 1-3.038.676c-.287.026-.564.045-.83.05-1.83.046-3.206-.453-3.654-1.524-.54-1.28.554-3.062 2.743-4.42C3.067 6.215.125 7.75 0 9.946v.277c.014.222.056.448.13.684.466 1.482 2.668 2.175 5.467 1.925.272-.022.55-.054.83-.096.407-.06.823-.143 1.248-.24.406-.097.82-.212 1.24-.342.094-.032.187-.06.28-.092.188-.06.373-.125.553-.194 2.43-.882 4.23-2.055 5.282-3.403.6-.77.91-1.492.97-2.124v-.486c-.166-1.602-2.036-2.544-4.58-2.286z"/></svg>
<svg class="tc-image-draw-brush tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.11900329589844 49.956993103027344"><path d="M46.695 9.324c.812-.812 2.035-1.867 3.424-2.999A35.04 35.04 0 0 0 43.841 0c-1.049 1.321-2.032 2.482-2.812 3.262-6.717 6.717-13.039.792-15.278 3.03l-8.957 8.957 1.12 1.12L0 29.804C2.986 33.536 2.24 34.282 8.957 41c6.718 6.718 7.464 5.971 11.196 8.957l13.435-17.914 1.12 1.12 8.956-8.957c2.24-2.239-3.686-8.165 3.031-14.882zm-27.102 8.724l.56.56-3.359 3.359 4.479-2.24 1.12 1.12-3.08 5.878 4.199-4.758 1.12 1.12-6.158 8.396 7.277-7.277 2.239 2.24-5.318 5.317 6.438-4.198 1.12 1.12-3.36 5.597 4.479-4.478.56.56-10.358 13.715c-1.12-1.12 0-4.478 0-6.718-.28-1.959-4.478 4.479-6.717 2.24-2.24-2.24.28-2.52.28-4.759 0-2.239-2.8-.56-5.038-.56-2.24 0-1.12-1.12-1.12-3.358 0-2.24-5.598-.56-5.598-.56l16.234-12.316z"/></svg>
<svg class="tc-image-draw-brush-reflection tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.11900329589844 49.957000732421875"><path d="M46.695 9.324c-6.717 6.717-.792 12.643-3.03 14.882l-8.958 8.957-1.12-1.12-13.434 17.914c-3.732-2.986-4.478-2.24-11.196-8.957C2.24 34.282 2.986 33.536 0 29.804l17.914-13.435-1.12-1.12 8.957-8.956c2.239-2.24 8.56 3.686 15.278-3.031.78-.78 1.763-1.94 2.812-3.262a35.04 35.04 0 0 1 6.278 6.325c-1.389 1.132-2.612 2.187-3.424 2.999zm-27.102 8.724L3.359 30.364s5.598-1.68 5.598.56c0 2.239-1.12 3.358 1.12 3.358 2.239 0 5.038-1.679 5.038.56 0 2.24-2.52 2.52-.28 4.758 2.239 2.24 6.438-4.198 6.717-2.239 0 2.24-1.12 5.598 0 6.718l10.356-13.715-.56-.56-4.478 4.478 3.36-5.598-1.12-1.12-6.438 4.2 5.318-5.319-2.24-2.239-7.276 7.277 6.157-8.396-1.12-1.12-4.198 4.758 3.08-5.878-1.12-1.12-4.479 2.24 3.359-3.359-.56-.56zm1.678-2.82l1.187-.396s2.77-3.166 5.938-4.75c3.166-1.583 2.77-.395 7.52-.395s10.292-7.521 10.292-7.521H45.02s-3.562 4.75-6.728 6.333c-3.166 1.583-5.541 0-8.708 0s-8.313 6.73-8.313 6.73z"/></svg>
<svg class="tc-image-draw-button tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.08399963378906 39.58300018310547"><path d="M22.167 1.583L38 19 17.417 39.583 0 22.167l8.313-8.313s18.208 5.542 20.187 1.584c3.167-4.75-4.75-5.938-4.75-4.355 1.584 1.584 2.771 3.563 2.771 3.563S6.334 14.25 3.167 6.333C1.584 0 20.187 3.563 20.187 3.563l1.98-1.98zm-4.75 4.355s-9.896-.792-9.896.791c0 1.584 5.938 2.375 5.938 2.375l3.958-3.166zM38 17.417L26.917 4.75s8.79 6.229 10.292 6.73c1.187.395 3.958-1.98 7.125-.397 3.166 1.584 0 5.146 0 3.563 0-1.584-4.75-.396-4.75-.396 7.916 1.583 9.5 4.75 7.916 6.333-1.583 1.584-3.562 1.584-3.562 0C43.938 19 38 17.417 38 17.417z"/></svg>
<svg class="tc-image-draw-marker tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.85399627685547 46.7390022277832"><path d="M4.75 46.739h28.5l-3.166-3.167H9.5l6.334-3.167L9.5 34.072l-3.166 7.125S0 46.739 4.75 46.739zm15.834-7.917l-9.5-9.5v3.167l6.333 6.333h3.167zm-7.521-9.896l7.916 7.917c1.584 1.583 5.938-2.771 5.938-2.771L15.834 22.989c-4.75 4.75-2.771 5.937-2.771 5.937zM28.5 32.489L49.854 8.181A35.024 35.024 0 0 0 40.978 0L17.417 21.405 28.5 32.489z"/></svg>
<svg class="tc-image-draw-marker-reflection tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.970001220703125 46.54399871826172"><path d="M4.75 46.544c-4.75 0 1.584-5.542 1.584-5.542L9.5 33.877l6.334 6.333L9.5 43.377h20.584l3.166 3.167H4.75zm15.834-7.917h-3.167l-6.333-6.333v-3.167l9.5 9.5zm-2.625-13.708c-2.043 2.334-2.733 4.236-3.313 5.395l-1.583-1.583s-1.98-1.187 2.77-5.937l2.126 2.125zm3.02 11.729l-5.145-5.146c.917-1.606 1.509-3.478 3.203-5.505l7.88 7.88s-4.354 4.354-5.938 2.77zm-.478-12.354c6.705-7.61 17.325-16.457 23.772-22.088A35.044 35.044 0 0 1 49.97 8.14L28.5 32.294l-8-8zM41.278 0l1.476 1.026c-6.528 5.897-16.972 15.246-23.303 22.22l-2.035-2.036L41.278 0z"/></svg>
<svg class="tc-image-draw-paintbrush tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.31299591064453 53.67300033569336"><path d="M0 39.673s14 14 22-1l-7-7s-7 6-15 8zm17.336-11.657c-.781.781-.781 3.048 0 3.829l4.742 4.742c.781.781 3.048.781 3.829 0l11.52-11.52a2 2 0 0 0 0-2.829l-5.742-5.743a2 2 0 0 0-2.828 0L17.336 28.016zm14.986-15a2 2 0 0 0 0 2.829l5.743 5.742a2 2 0 0 0 2.828 0l12.42-12.42A35.165 35.165 0 0 0 45.663 0c-.3.093-.582.258-.82.495l-12.52 12.521z"/></svg>
<svg class="tc-image-draw-pen tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.90400314331055 49.90299606323242"><path d="M29.949 3.72l1.4 1.4L35.189 0a34.819 34.819 0 0 1 8.475 6.24 34.82 34.82 0 0 1 6.24 8.474l-5.12 3.84 1.399 1.4-2.52 2.52-2.518-2.52L25.75 42.066s-14.554-1.12-23.51 7.837l-.56-.56 14.717-14.717c1.153.488 2.816.542 3.756-.397a3.167 3.167 0 1 0-5.156-1.003L.28 47.944l-.28-.28c8.957-8.957 7.837-23.511 7.837-23.511L29.949 8.758l-2.52-2.519 2.52-2.519z"/></svg>
<svg class="tc-image-draw-pen-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.90400314331055 49.90299606323242"><path d="M29.949 3.72l1.4 1.4L35.189 0a34.82 34.82 0 0 1 8.475 6.24 34.824 34.824 0 0 1 6.24 8.474l-5.12 3.84 1.399 1.4-2.52 2.52-2.518-2.52L25.75 42.066s-14.554-1.12-23.51 7.837l-.56-.56 14.717-14.717c1.153.488 2.816.542 3.756-.397a3.167 3.167 0 1 0-5.156-1.003L.28 47.944l-.28-.28c8.957-8.957 7.837-23.511 7.837-23.511L29.949 8.758l-2.52-2.519 2.52-2.519zm5.084 33.15h4v4h4v4h-4v4h-4v-4h-4v-4h4v-4z"/></svg>
<svg class="tc-image-draw-pen-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.90400314331055 49.90299606323242"><path d="M29.949 3.72l1.4 1.4L35.189 0a34.82 34.82 0 0 1 8.475 6.24 34.824 34.824 0 0 1 6.24 8.474l-5.12 3.84 1.399 1.4-2.52 2.52-2.518-2.52L25.75 42.066s-14.554-1.12-23.51 7.837l-.56-.56 14.717-14.717c1.153.488 2.816.542 3.756-.397a3.167 3.167 0 1 0-5.156-1.003L.28 47.944l-.28-.28c8.957-8.957 7.837-23.511 7.837-23.511L29.949 8.758l-2.52-2.519 2.52-2.519zm13.084 37.15v4h-12v-4h12z"/></svg>
<svg class="tc-image-draw-pen-reflection tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.90400314331055 49.90299606323242"><path d="M29.949 3.72l1.4 1.4L35.189 0a34.819 34.819 0 0 1 8.475 6.24 34.82 34.82 0 0 1 6.24 8.474l-5.12 3.84 1.399 1.4-2.52 2.52-2.518-2.52L25.75 42.066s-14.554-1.12-23.51 7.837l-.56-.56 14.717-14.717c1.153.488 2.816.542 3.756-.397a3.167 3.167 0 1 0-5.156-1.003L.28 47.944l-.28-.28c8.957-8.957 7.837-23.511 7.837-23.511L29.949 8.758l-2.52-2.519 2.52-2.519zm10.356 1.4L39.185 4 9.517 26.95l-1.12 6.718 31.91-28.55z"/></svg>
<svg class="tc-image-draw-pencil tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.426002502441406 50.426002502441406"><path d="M2.537 39.434L0 50.426l10.393-2.398c-1.316-3.96-3.523-7.512-7.856-8.594zM20 46.426L50.426 16a35.14 35.14 0 0 0-9.859-12.141L12 32.426v6h8v8zm-10-15L38.839 2.588A34.97 34.97 0 0 0 34.426 0L5 29.426v2h5z"/></svg>
<svg class="tc-image-draw-pencil-reflection tc-image-button" width="22pt" height="22pt" viewBox="0 0 62.56300354003906 50.426002502441406"><path d="M14.674 39.434l-2.408 10.435-1.629-2.443H0a34.963 34.963 0 0 0 1.738 3h10.399l.433-.1 9.96-2.298c-1.316-3.96-3.523-7.512-7.856-8.594zm17.463 6.992L62.563 16a35.14 35.14 0 0 0-9.859-12.141L24.137 32.426v6h8v8zm-10-15L50.976 2.588A34.97 34.97 0 0 0 46.563 0L17.137 29.426v2h5z"/></svg>
<svg class="tc-image-draw-pixel-fill-grid tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 34"><path d="M21 0h6v6h-6V0zm0 7h6v6h-6V7zm7-7h6v6h-6V0zm0 7h6v6h-6V7zM7 0h6v6H7V0zm0 7h6v6H7V7zm7-7h6v6h-6V0zm0 7h6v6h-6V7zm7 7h6v6h-6v-6zM7 14h6v6H7v-6zm0 7h6v6H7v-6zm0 7h6v6H7v-6zm7-14h6v6h-6v-6zm0 7h6v6h-6v-6zM0 0h6v6H0V0zm0 7h6v6H0V7zm0 7h6v6H0v-6zm0 7h6v6H0v-6zm0 7h6v6H0v-6zm14 0h6v6h-6v-6zm1 1v4h4v-4h-4zm13-15h6v6h-6v-6zm1 1v4h4v-4h-4zm-8 6h6v6h-6v-6zm1 1v4h4v-4h-4zm6-1h6v6h-6v-6zm1 1v4h4v-4h-4zm-8 6h6v6h-6v-6zm1 1v4h4v-4h-4zm6-1h6v6h-6v-6zm1 1v4h4v-4h-4z"/></svg>
<svg class="tc-image-draw-pixel-grid tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 34"><path d="M21 0h6v6h-6V0zm0 7h6v6h-6V7zm7-7h6v6h-6V0zm0 7h6v6h-6V7zM7 0h6v6H7V0zm0 7h6v6H7V7zm7-7h6v6h-6V0zm0 7h6v6h-6V7zm7 7h6v6h-6v-6zM7 14h6v6H7v-6zm0 7h6v6H7v-6zm0 7h6v6H7v-6zm7-14h6v6h-6v-6zm0 7h6v6h-6v-6zM0 0h6v6H0V0zm0 7h6v6H0V7zm0 7h6v6H0v-6zm0 7h6v6H0v-6zm0 7h6v6H0v-6zm14 0h6v6h-6v-6zm1 1v4h4v-4h-4zm13-15h6v6h-6v-6zm1 1v4h4v-4h-4zm-8 6h6v6h-6v-6zm1 1v4h4v-4h-4zm6-1h6v6h-6v-6zm1 1v4h4v-4h-4zm-8 6h6v6h-6v-6zm1 1v4h4v-4h-4zm6-1h6v6h-6v-6zm1 1v4h4v-4h-4zM1 1v4h4V1H1zm14 7v4h4V8h-4zM8 8v4h4V8H8zm-7 7v4h4v-4H1zm0-7v4h4V8H1zm21 0v4h4V8h-4zm7 0v4h4V8h-4zM8 1v4h4V1H8zm7 0v4h4V1h-4zM8 15v4h4v-4H8zm-7 7v4h4v-4H1zm7 0v4h4v-4H8zm7 0v4h4v-4h-4zM1 29v4h4v-4H1zm7 0v4h4v-4H8zM22 1v4h4V1h-4zm7 0v4h4V1h-4zm-7 14v4h4v-4h-4zm-7 0v4h4v-4h-4z"/></svg>
<svg class="tc-image-drawer tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000038146972656 11.000225067138672"><path d="M15.89 5.188l-4-5A.5.5 0 0 0 11.5 0h-7a.497.497 0 0 0-.39.188l-4 5A.5.5 0 0 0 0 5.5V10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5.5a.497.497 0 0 0-.11-.312zM15 6h-3.5l-2 2h-3l-2-2H1v-.325L4.74 1h6.519l3.74 4.675V6z"/><path d="M11.5 3h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm1 2h-9a.5.5 0 0 1 0-1h9a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-drawer2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000038146972656 11.000225067138672"><path d="M15.89 5.188l-4-5A.5.5 0 0 0 11.5 0h-7a.497.497 0 0 0-.39.188l-4 5A.5.5 0 0 0 0 5.5V10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5.5a.497.497 0 0 0-.11-.312zM15 6h-3.5l-2 2h-3l-2-2H1v-.325L4.74 1h6.519l3.74 4.675V6z"/></svg>
<svg class="tc-image-dreamweaver tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.65399932861328 22.65399932861328"><path d="M0 0v22.654h22.654V0H0zm20.881 20.842H1.839V1.861h19.042v18.981zM3.394 11.123l-.001-4.452c0-.135-.005-.24.181-.265 1.266-.165 2.535-.28 3.798-.013 1.708.361 2.747 1.425 3.117 3.124a6.603 6.603 0 0 1-.117 3.262c-.479 1.669-1.586 2.677-3.282 3.029-1.179.245-2.366.173-3.553.061-.145-.014-.142-.102-.142-.204.001-.452 0-.904 0-1.356v-3.186zm1.53.001h-.002v1.604c0 .534.007 1.07-.003 1.604-.003.174.051.247.226.246.308-.002.618.03.925.008 1.491-.106 2.395-.836 2.767-2.259.23-.88.246-1.775.019-2.66-.212-.823-.676-1.459-1.476-1.803-.745-.32-1.522-.318-2.308-.199-.168.026-.148.136-.148.249v3.209zm10.248-.189c-.053.283-.093.57-.163.849-.329 1.313-.667 2.624-.999 3.936-.031.122-.103.145-.215.144-.339-.004-.678-.009-1.017.003-.159.006-.222-.052-.259-.204-.198-.803-.409-1.604-.613-2.406L10.9 9.297c-.022-.086-.035-.173-.061-.302h.989c.513 0 .521-.002.615.5.287 1.523.568 3.047.852 4.57a.538.538 0 0 0 .086.219c.078-.363.149-.729.236-1.09.321-1.339.65-2.676.969-4.015.036-.151.11-.189.251-.185.271.008.543.011.813-.001.162-.008.222.058.256.209.374 1.658.753 3.315 1.131 4.973.008.035.017.07.069.109l.069-.355c.312-1.579.625-3.158.934-4.738.028-.142.087-.2.238-.196.405.01.811.003 1.256.003-.095.366-.18.705-.271 1.042-.505 1.866-1.014 3.731-1.514 5.599-.044.165-.104.237-.285.228a10.591 10.591 0 0 0-.926-.001c-.172.006-.251-.045-.292-.222-.346-1.51-.703-3.018-1.056-4.526l-.044-.183-.045.001z"/></svg>
<svg class="tc-image-dribbble tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 256c0-46.421 11.434-89.259 34.303-128.512 22.87-39.253 53.932-70.315 93.185-93.185C166.741 11.434 209.578 0 256 0c46.421 0 89.258 11.434 128.512 34.303 39.253 22.87 70.315 53.932 93.185 93.185C500.566 166.741 512 209.578 512 256s-11.434 89.258-34.303 128.512c-22.87 39.253-53.932 70.315-93.185 93.185C345.259 500.566 302.422 512 256 512c-46.421 0-89.259-11.434-128.512-34.303-39.253-22.87-70.315-53.932-93.185-93.185C11.434 345.259 0 302.422 0 256zm42.496 0c0 53.248 17.92 100.181 53.76 140.8 16.384-32.085 42.325-62.634 77.824-91.648 35.498-29.013 70.144-47.275 103.936-54.784-5.12-11.946-10.07-22.698-14.848-32.256-58.71 18.774-122.198 28.16-190.464 28.16-13.312 0-23.21-.17-29.696-.512 0 1.365-.086 3.072-.256 5.12s-.256 3.755-.256 5.12zm6.656-52.736c7.51.683 18.602 1.024 33.28 1.024 57.002 0 111.103-7.68 162.304-23.04-25.941-46.08-54.442-84.48-85.504-115.2-26.965 13.654-50.09 32.598-69.376 56.832-19.285 24.235-32.853 51.03-40.704 80.384zm76.288 221.184c38.57 30.037 82.09 45.056 130.56 45.056 25.258 0 50.346-4.779 75.263-14.336-6.826-58.368-20.138-114.858-39.935-169.472-31.403 6.826-63.062 24.063-94.977 51.712-31.914 27.648-55.55 56.661-70.91 87.04zm78.336-374.784c30.037 31.061 57.855 69.802 83.456 116.224 46.421-19.456 81.408-44.202 104.96-74.24C352.597 58.88 307.199 42.496 256 42.496c-17.408 0-34.816 2.39-52.224 7.168zM305.663 202.24c5.12 10.922 10.922 24.746 17.408 41.472 25.258-2.39 52.736-3.584 82.431-3.584 21.163 0 42.155.512 62.977 1.536-2.731-46.421-19.457-87.723-50.177-123.904-22.186 33.11-59.732 61.27-112.64 84.48zm30.208 77.312c17.408 50.518 29.184 102.4 35.328 155.648 26.965-17.408 48.981-39.766 66.048-67.072s27.306-56.832 30.72-88.577c-24.918-1.706-47.617-2.56-68.096-2.56-18.774 0-40.107.854-64 2.56z"/></svg>
<svg class="tc-image-dribbble_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm374-2q0 120 46 228.5T544 1374t186 125.5 228 46.5q160 0 295.5-78.5t214-214T1546 958q0-159-78.5-293.5t-214-213T958 373q-120 0-228 46.5t-186 125T420 731t-46 227zm97 26q13 0 35 1.5t33 1.5q214 0 440-80 12 33 30 69-126 44-231 124t-177 190q-125-129-130-306zm3-99q19-115 88.5-210.5T735 525q123 147 201 292-187 68-397 68h-65zm199 473q140-213 368-288 57 171 72 354-69 25-155 25-148 0-285-91zm159-869q74-19 126-19 196 0 339 138-123 108-271 173-77-145-194-292zm238 383q149-68 292-188 87 130 87 274-113-26-187-26-62 0-159 18-5-12-16-39t-17-39zm65 172q61-10 127-10 86 0 177 22-23 104-83 188.5T1207 1380q-24-193-72-336z"/></svg>
<svg class="tc-image-dribbble-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M494 478c-29.333 9.333-56.667 24-82 44s-43.667 37-55 51c-11.333 14-19.667 25.667-25 35-32-38.667-48-81.333-48-128v-4c70.667 0 137.333-9.333 200-28l14 28-4 2m114-148c-21.333 28-54.667 50.667-100 68-17.333-32-40.667-68.667-70-110 9.333-2.667 23.333-4 42-4 48 0 90.667 15.333 128 46M362 634c26.667-53.333 77.333-93.333 152-120 22.667 61.333 36 110 40 146-24 10.667-48.667 16-74 16-45.333 0-84.667-14-118-42m104-222c-61.333 16-120 24-176 24 12-61.333 46.667-106 104-134 21.333 26.667 45.333 63.333 72 110m90 92c8-1.333 20.667-2 38-2 20 0 46.667 3.333 80 10-10.667 54.667-38 97.333-82 128-4-37.333-16-82.667-36-136M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m0 714c65.333 0 121-23 167-69s69-101 69-165c0-65.333-23-121-69-167s-101.667-69-167-69-120.667 23-166 69-68 101.667-68 167c0 64 22.667 119 68 165s100.667 69 166 69m46-282c48-18.667 84-43.333 108-74 28 34.667 42 73.333 42 116-32-5.333-62-8-90-8-20 0-34.667.667-44 2-1.333-1.333-2-2.667-2-4 0-2.667-.667-4-2-4-1.333-2.667-3.333-7-6-13s-4.667-11-6-15"/></svg>
<svg class="tc-image-drinking-water-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.030418395996094 11.005732536315918"><path d="M4.03 11h-2a.51.51 0 0 1-.5-.4l-1.5-5a.5.5 0 0 1 .5-.6h5a.5.5 0 0 1 .5.6l-1.49 5a.51.51 0 0 1-.51.4zM1.79 8h2.46l.67-2H1.14zm1.74-8a1.5 1.5 0 0 0-1.5 1.51v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.51v-1a.5.5 0 0 1 .5-.5h4.5V0h-5.5z"/></svg>
<svg class="tc-image-drinking-water-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.037591934204102 14.006856918334961"><path d="M4.038 0a2 2 0 0 0-2 2v3.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 .5-.5h6.5V0h-8zm1 14h-3a.5.5 0 0 1-.48-.38l-1.52-6a.5.5 0 0 1 .5-.62h6a.5.5 0 0 1 .5.62l-1.5 6a.5.5 0 0 1-.5.38zm-3.35-4h3.71l.5-2h-4.72z"/></svg>
<svg class="tc-image-drinks-beer tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 45.33300018310547"><path d="M5 6.333h25l.083 6.917A7.917 7.917 0 0 1 38 21.166v7.917A7.917 7.917 0 0 1 30.083 37L30 45.333H5v-39zm25 26c1.749 0 4-2.251 4-4v-6c0-1.749-2.251-5-4-5v15zm-22-23v2h19v-2H8zm19 33v-2H8v2h19zm-15.5-28c-.874 0-1.5 1.125-1.5 2v19c0 .874.625 2 1.5 2 .874 0 1.5-1.126 1.5-2v-19c0-.875-.625-2-1.5-2zm6 0c-.874 0-1.5 1.125-1.5 2v19c0 .874.626 2 1.5 2s1.5-1.042 1.5-1.917V16.333c0-.875-.626-2-1.5-2zm6 0c-.874 0-1.5 1.125-1.5 2v19c0 .874.626 2 1.5 2s1.5-1.126 1.5-2v-19c0-.875-.626-2-1.5-2zM4.75 3.563C6 3.333 12.667 0 14.25 1.583c1.583 1.583 3.167 1.583 4.75 1.583 1.583 0 3.167-1.583 6.333-1.583 1.584 0 4.75.792 4.75 2.375-.083 3.375-1.187 1.188-1.187 1.188s-.792-1.584-3.959-1.584c-3.166 0-4.354 1.584-5.937 1.584-1.583 0-4.354-1.584-7.52-1.584-3.168 0-3.605 1.604-5.543 1.188C4 4.333 2 6.333 2.771 8.312c1.229 2.021.396 3.303.396 5.542 0 .396-.417.354-.792-1.584C2 10.333 0 9.501 0 7.917c0-1.583.167-1.75 1.583-3.166C3 3.333 3.5 3.791 4.75 3.562z"/></svg>
<svg class="tc-image-drinks-beer-guinness tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.166000366210938 38"><path d="M16.625 35.625l.791-.791H4.75l.791.791h11.084zm-5.542-18.604c1.749 0 2.77-1.376 2.77-3.562 0-2.187-1.021-3.563-2.77-3.563s-2.77 1.377-2.77 3.563 1.021 3.562 2.77 3.562zm0-12.27H19c0-1.584-1.188-3.167-1.188-3.167H4.353S3.166 3.167 3.166 4.75h7.917zm0-4.75h9.5c1.583 3.166 1.583 7.916 1.583 9.5 0 12.666-3.166 12.666-3.562 19L19 36.417C19 38 17.416 38 17.416 38H4.75s-1.584 0-1.584-1.583l.396-7.917C3.166 22.167 0 22.167 0 9.5 0 7.917 0 3.167 1.583 0h9.5zm7.125 12.666h-1.583c-.438 0-1.188.354-1.188.792 0 .437.75.791 1.188.791h1.583a.792.792 0 1 0 0-1.583zm-14.25 0a.792.792 0 1 0 0 1.583h1.583c.438 0 1.188-.354 1.188-.791 0-.438-.75-.792-1.188-.792H3.958z"/></svg>
<svg class="tc-image-drinks-martini tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.834266662597656 34.83426284790039"><path d="M20.584 28.5c5.277 1.584 7.916 3.167 12.666 3.167 1.584 0 1.584.709 1.584 1.583 0 .875-.71 1.584-1.584 1.584H1.584A1.583 1.583 0 0 1 0 33.25c0-.874 0-1.583 1.584-1.583 4.75 0 7.39-1.583 12.666-3.167V17.417L1.584 0H33.25L20.584 17.417V28.5zm-.792-22.166a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75z"/></svg>
<svg class="tc-image-drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 768"><path d="M192 768h640c106.038 0 192-85.96 192-192H0c0 106.04 85.962 192 192 192zm640-128h64v64h-64v-64zM960 0H64L0 512h1024z"/></svg>
<svg class="tc-image-drive-eta tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.001953125 682.666015625"><path d="M679.254 43.093C670.508 17.92 646.614 0 618.668 0H149.334c-27.947 0-51.84 17.92-60.587 43.093L0 298.666v341.333c0 23.467 19.2 42.667 42.667 42.667h42.667c23.68 0 42.667-19.2 42.667-42.667v-42.667h512v42.667c0 23.467 19.2 42.667 42.667 42.667h42.667c23.68 0 42.667-19.2 42.667-42.667V298.666L679.255 43.093zm-529.92 426.24c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zm469.334 0c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zM85.334 256l64-192h469.334l64 192H85.334z"/></svg>
<svg class="tc-image-dropbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 524.2869262695312 500.7359924316406"><path d="M0 270.336l109.567-83.456L0 103.936 159.231 0l103.937 89.087L369.663 0l154.624 98.815-101.376 84.48 101.376 87.04-157.184 94.72-103.936-79.872-103.937 79.872zm109.057 128.512v-29.184l48.128 28.16 103.936-79.36.512.512v181.76zm2.56-212.992l150.528 94.72 151.552-100.352L263.17 93.695zm150.016 314.88l.511-181.76 1.025-.512 103.424 79.36 51.2-30.72v32.255z"/></svg>
<svg class="tc-image-droplet tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8.219999313354492"><path d="M3 0l-.34.34C2.55.45 0 3.03 0 5.22c0 1.65 1.35 3 3 3s3-1.35 3-3C6 3.04 3.45.45 3.34.34L3 0zM1.5 4.72c.28 0 .5.22.5.5 0 .55.45 1 1 1 .28 0 .5.22.5.5s-.22.5-.5.5c-1.1 0-2-.9-2-2 0-.28.22-.5.5-.5z"/></svg>
<svg class="tc-image-dropper tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.98517608642578 38.01617431640625"><path d="M23.738 5.29l3.148 3.148a5.542 5.542 0 1 1 2.661 2.661l3.148 3.148c.618.618.618 1.62 0 2.24l-.407.406a1.583 1.583 0 0 1-2.24 0l-8.956-8.956a1.583 1.583 0 0 1 0-2.24l.407-.407a1.583 1.583 0 0 1 2.24 0zm-2.386 4.094l7.255 7.504S15.278 30.623 7.46 33.466c-1.775 1.576-4.037 3.477-5.756 4.55L0 36.312c1.057-1.7 2.921-3.94 4.501-5.734 2.86-7.87 16.85-21.194 16.85-21.194z"/></svg>
<svg class="tc-image-drupal tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 511.9850158691406"><path d="M0 290.8c0-23.872 3.584-46.592 10.752-68.08 7.168-21.504 15.44-39.088 24.832-52.736 9.376-13.648 20.383-26.368 33.024-38.144 12.624-11.775 22.352-19.968 29.184-24.576 6.832-4.608 13.311-8.624 19.456-12.031 3.408-1.697 8.448-4.273 15.103-7.681 6.657-3.408 11.857-6.144 15.616-8.191 3.76-2.05 8.624-4.96 14.592-8.705 5.969-3.744 11.857-8.016 17.664-12.8C194.559 46.256 203.088 26.96 205.807 0c24.945 30.032 43.01 48.8 54.288 56.32 8.529 5.793 21.073 12.448 37.632 19.968 16.56 7.504 29.105 13.825 37.649 18.945 6.48 3.76 12.64 7.76 18.416 12.03 5.807 4.241 15.024 12.53 27.648 24.817s23.296 25.264 32 38.912c8.703 13.648 16.64 31.568 23.808 53.76C444.4 246.945 448 270.321 448 294.88c0 63.504-21.744 115.568-65.28 156.176-43.52 40.608-95.824 60.929-156.944 60.929-39.6 0-76.528-9.473-110.832-28.4-34.304-18.96-62.032-45.489-83.2-79.632C10.576 369.825 0 332.113 0 290.801zm97.28 77.312c-.689 21.52 6.48 37.376 21.504 47.632 10.591 7.151 26.624 10.752 48.127 10.752 14 0 30.64-5.024 49.92-15.088 19.296-10.08 37.2-20.064 53.76-29.968 16.56-9.888 28.592-14.673 36.097-14.337 7.84.337 21.071 9.89 39.68 28.673 18.591 18.784 30.624 28.336 36.095 28.672 6.817.336 12.529-1.104 17.153-4.352 4.591-3.232 9.967-9.296 16.127-18.176 11.248-16.72 16.896-36.688 16.896-59.888 0-9.904-2.56-19.216-7.664-27.904-5.12-8.72-13.151-13.056-24.064-13.056-7.536 0-23.215 8.016-47.12 24.064-23.872 16.032-39.92 24.24-48.128 24.576-7.504 0-17.904-4.704-31.215-14.08-13.313-9.392-28.416-18.864-45.313-28.416-16.912-9.552-33.712-14.336-50.431-14.336-22.193.336-41.216 8.016-57.088 23.024-15.89 15.008-23.985 32.416-24.336 52.208zm104.976 92.16c-4.113 3.408-4.113 6.832 0 10.24 15.68 14.336 43.84 19.632 84.464 15.872 7.84-.688 15.968-2.656 24.32-5.888 8.368-3.232 14.687-6.24 18.96-8.96 4.272-2.736 7.072-4.784 8.448-6.16 1.36-1.36 2.032-4.096 2.032-8.192-1.008-4.096-3.408-4.608-7.152-1.535-14 10.927-35.152 16.367-63.504 16.367-25.6 0-44.352-4.783-56.32-14.336-1.024-.688-2.368-1.008-4.096-1.008-1.712.032-4.097 1.216-7.152 3.6zm46.064-26.624c2.4 2.736 7.168.864 14.336-5.648.687-.336 2.047-1.36 4.095-3.056 2.048-1.712 3.408-2.816 4.096-3.328.688-.512 2.064-1.36 4.097-2.56 2.063-1.2 3.744-1.952 5.12-2.304s3.327-.688 5.887-1.024c2.56-.336 5.2-.512 7.936-.512 5.456 0 9.889.768 13.313 2.304 3.423 1.552 5.551 2.912 6.383 4.112.865 1.184 2.144 3.328 3.84 6.384 1.712 3.424 3.008 5.376 3.84 5.888.832.512 2.128.416 3.84-.256 4.097-2.384 5.28-5.792 3.585-10.24-3.072-8.88-6.832-14.688-11.265-17.408-4.096-3.088-11.44-4.624-22.015-4.624-8.88 0-15.857 1.024-20.993 3.072-5.807 2.384-13.312 7.856-22.528 16.384-5.103 4.112-6.288 8.384-3.567 12.817z"/></svg>
<svg class="tc-image-duble-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M232.7.1l-93 93H349l-93 93 69.8 69.8 93-93v209.4l93-93L512 0 232.7.1zM256 325.8L186.2 256l-93 93V139.7l-93 93L0 512l279.3-.1 93-93H163l93-93.1z"/></svg>
<svg class="tc-image-duble-corner-arrow-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M116.4 69.9H256L186.2.1 0 0l.1 186.2L69.9 256V116.4L209.5 256l46.5-46.5L116.4 69.9zm395.5 255.9L442.1 256v139.6L302.5 256 256 302.5l139.6 139.6H256l69.8 69.8 186.2.1-.1-186.2z"/></svg>
<svg class="tc-image-duble-corner-arrow-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M325.8.1L256 69.9h139.6L256 209.5l46.5 46.5 139.6-139.6V256l69.8-69.8L512 0 325.8.1zM209.5 256L69.9 395.6V256L.1 325.8 0 512l186.2-.1 69.8-69.8H116.4L256 302.5 209.5 256z"/></svg>
<svg class="tc-image-duble-corner-arrow-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M209.5 23.3L314.2 128 256 186.2l69.8 69.8 58.2-58.2 104.7 104.7L512 0 209.5 23.3zM256 325.8L186.2 256 128 314.2 23.3 209.5 0 512l302.5-23.3L197.8 384l58.2-58.2z"/></svg>
<svg class="tc-image-duble-corner-arrow-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M197.8 128L302.5 23.3 0 0l23.3 302.5L128 197.8l58.2 58.2 69.8-69.8-58.2-58.2zM512 512l-23.3-302.5L384 314.2 325.8 256 256 325.8l58.2 58.2-104.7 104.7L512 512z"/></svg>
<svg class="tc-image-duble-corner-arrow-blod-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M511.9 232.7l-93-93V349l-93-93-69.9 69.8 93 93H139.7l93 93 279.3.2-.1-279.3zM256 186.2l-93-93h209.4l-93-93L0 0l.1 279.3 93 93V163l93 93 69.9-69.8z"/></svg>
<svg class="tc-image-duplicate tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M900 400h300v575q0 10-7.5 17.5t-17.5 7.5H800V409L500 109V25q0-10 7.5-17.5T525 0h375v400zm300-100h-200V100zM400 600h300v575q0 10-7.5 17.5T675 1200H25q-10 0-17.5-7.5T0 1175V225q0-10 7.5-17.5T25 200h375v400zm300-100H500V300z"/></svg>
<svg class="tc-image-dust tc-image-button" width="22pt" height="22pt" viewBox="0 0 1637 1122"><path d="M0 713q0-36 25-59.5T93 630h609q43 0 68 23.5t25 59.5q0 44-24.5 68.5T702 806H93q-43 0-68-24.5T0 713zM0 82q0-36 25-59T93 0h316q43 0 68.5 23T503 82q0 43-25.5 68.5T409 176H93q-43 0-68-25T0 82zm105 946q0-35 29.5-64.5T199 934q41 0 66.5 28.5T291 1028q0 44-24.5 69t-67.5 25q-37 0-65.5-26t-28.5-68zm152-632q0-37 23.5-65.5T338 302q42 0 68 28.5t26 65.5q0 44-25 69t-69 25q-36 0-58.5-25.5T257 396zm105 632q0-37 26-65.5t68-28.5h409l94 94q0 42-28.5 68t-65.5 26H456q-44 0-69-25.5t-25-68.5zm141-632q0-35 29.5-64.5T597 302h409q42 0 67.5 28.5T1099 396q0 44-25 69t-68 25H597q-37 0-65.5-26T503 396zm81-314q0-36 25.5-59T678 0h609q36 0 65 24t29 58q0 42-28.5 68t-65.5 26H678q-44 0-69-25.5T584 82zm281 631q0-34 29-58.5t65-24.5 65 24.5 29 58.5q0 42-28.5 67.5T959 806t-65.5-25.5T865 713zm164 315q0-37 25.5-65.5T1122 934h199q42 0 67.5 28t25.5 66q0 44-24.5 69t-68.5 25h-199q-43 0-68-25t-25-69zm93-315q0-34 29-58.5t65-24.5h327q35 0 58 24t23 59q0 43-22.5 68t-58.5 25h-327q-37 0-65.5-25.5T1122 713zm47-317q0-35 29.5-64.5T1263 302h209q34 0 58 29t24 65q0 43-23 68.5t-59 25.5h-209q-37 0-65.5-26t-28.5-68zm292-314q0-35 23.5-58.5T1543 0q43 0 68.5 23t25.5 59q0 43-25.5 68.5T1543 176q-36 0-59-25.5T1461 82z"/></svg>
<svg class="tc-image-dvr tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h10v4h16v-4h10c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4zm0 28H4V4h36v24zm-4-18H14v4h22v-4zm0 8H14v4h22v-4zm-24-8H8v4h4v-4zm0 8H8v4h4v-4z"/></svg>
<svg class="tc-image-dwolla tc-image-button" width="22pt" height="22pt" viewBox="0 0 315.88800048828125 517.2640380859375"><path d="M0 434.848c0-25.952 9.728-45.056 29.184-57.344 9.904-6.48 19.104-11.44 27.648-14.864 38.928-16.72 59.728-25.936 62.464-27.648-7.168-10.576-16.384-22.192-27.648-34.816-17.408-20.48-27.664-32.608-30.72-36.352-37.2-45.056-53.248-87.2-48.127-126.464 2.383-18.752 9.551-34.288 21.503-46.576 4.432-4.768 11.6-10.24 21.504-16.384 12.64-7.168 20.32-11.424 23.04-12.8 1.712-.688 5.568-2.304 11.536-4.864a2013.22 2013.22 0 0 1 15.088-6.4l24.064-10.752 35.344-15.36c19.776-8.544 34.464-15.36 44.032-20.48C215.728 0 220 1.024 221.696 6.816c0 3.744-4.592 8.016-13.808 12.8-20.832 13.664-31.744 33.103-32.784 58.368-.336 9.904.528 19.712 2.56 29.44 2.064 9.728 4.192 17.744 6.4 24.064 2.224 6.32 6.56 14.16 13.056 23.552 6.464 9.392 11.088 15.792 13.809 19.2 2.735 3.408 8.624 10.24 17.664 20.48 9.039 10.24 14.415 16.384 16.128 18.432 2.047 2.384 7.007 7.936 14.863 16.64 7.84 8.704 13.473 15.104 16.88 19.2 3.425 4.096 8.208 10.576 14.337 19.456 6.159 8.88 10.591 16.736 13.311 23.552 2.736 6.848 5.376 15.104 7.936 24.848 2.56 9.712 3.84 19.712 3.84 29.936 0 12.992-2.224 24.592-6.656 34.832-4.095 10.928-8.976 19.696-14.592 26.351-5.616 6.657-13.744 13.409-24.32 20.24-11.952 7.169-20.992 12.289-27.136 15.361-7.856 4.096-18.272 8.704-31.232 13.808-5.472 2.064-11.536 4.624-18.191 7.68-6.657 3.056-10.48 4.784-11.505 5.12l-45.552 19.968-18.416 9.216c-10.943 5.456-19.472 9.024-25.616 10.752-29.008 7.152-51.712 3.056-68.096-12.304S0 461.472 0 434.848z"/></svg>
<svg class="tc-image-earphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 1169.5 1169"><path d="M1.667 178l162-162q17-17 40-14t37 22l139 194q14 20 11 44.5t-20 41.5l-119 118q102 142 228 268t267 227l119-118q17-17 42.5-19t44.5 12l192 136q19 14 22.5 37.5t-13.5 40.5l-163 162q-3 1-9.5 1t-29.5-2-47.5-6-62.5-14.5-77.5-26.5-90-42.5-101.5-60-111-83-119-108.5q-74-74-133.5-150.5t-94.5-138.5-60-119.5-34.5-100-15-74.5-4.5-48z"/></svg>
<svg class="tc-image-earth tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm0 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29A32.003 32.003 0 0 0 576 640v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626A31.994 31.994 0 0 0 288 384H160c-17.672 0-32 14.328-32 32v192a31.998 31.998 0 0 0 17.69 28.622L256 691.778v187.886C139.948 798.708 64 664.232 64 512c0-68.714 15.49-133.806 43.138-192H224a32.005 32.005 0 0 0 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628V82.588C424.562 70.514 467.518 64 512 64c70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036C659.97 156.5 640 204.714 640 256s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-.08 9.518-.236 13.814 51.802 38.752 186.656-8.404 372.334-.444 1.744-.696 3.488-.842 5.224-81.324 83.08-194.7 134.656-320.142 134.656z"/></svg>
<svg class="tc-image-earth2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512zm414.976-554.912c.832-.416 1.28-1.12 1.6-2.24.672 3.552 2.304 6.688 4.928 8.992.064.32-.096.256.064.704.256 0 .448-.192.672-.192 2.688 2.176 6.016 3.648 9.76 3.648 5.76 0 10.56-3.2 13.376-7.712.192.224.512.512.672.768-.032-.512-.096-1.024-.16-1.536 1.248-2.272 2.112-4.768 2.112-7.52 0-8.832-7.2-16-16-16-5.632 0-10.304 3.072-13.184 7.424-.128-.096 0-.48-.352-.352.416-1.216-.704-4.32-2.464-7.648V464c0 1.824-.512 3.456-1.024 5.088zm-735.232-4.8c0-4.832-11.008-13.056-13.856-13.056 0-.864-4.48-10.72-6.176-10.72 0-3.328-11.68-18.272-13.536-11.744-1.216 4.224 8.928 9.92 8.928 14.816 1.888 0 9.824 15.04 11.392 17.664 17.344 29.312-12.96 9.28-12.96-3.136-3.872-1.92-9.984-16.672-9.984-20.704-2.272-1.824-8.992-16.064-8.448-16.064 0-9.344-5.152-13.824-15.392-13.824-.48-.928-9.088-13.024-9.248-13.024 0-3.84-6.912-15.744-10.752-17.632 0-7.968-4.096-17.792-2.272-26.048 0-8.672-.448-18.496-3.392-27.392C79.328 380.8 64 444.544 64 512c0 193.312 122.688 357.568 294.272 420.384.192-15.872 1.376-34.88 4.992-34.88 0-2.368 2.016-12.288 3.84-12.288 0-6.08.736-13.408 0-20.704-2.272-4.576 3.008-10.432 4.608-17.632 8.864-4.448 2.592-49.056 9.28-49.056 0-22.304 4.992-35.296 1.504-55.968 1.696 0-10.08-12.512-9.984-12.288-11.296 0-19.2-18.112-19.2-26.048-1.088-3.488-3.872-8.704-3.872-13.024 2.592 0-16.16-27.392-16.16-26.848-9.92-5.504.544-13.184 1.536-22.208-8.608-2.848.096-26.08 3.84-26.08.384-2.944 1.92-4.96 4.64-6.112 1.92 7.648 10.848-3.808 3.84-3.808 0-5.056-.576-15.872 0-18.4 0-7.808-6.912-23.104-12.288-6.912-5.76-2.848-20.288-2.336-21.536-11.488.896-4.512-8.288-13.728-11.52-15.328 3.008-7.872-15.584-18.4-22.304-18.4 0-1.696-3.552-.928-4.608-3.072-6.848 0-8.416-9.216-16.16-9.216-8.928 0-17.92-6.112-26.144-6.112-2.752-5.472-15.52-3.328-18.464-9.216-6.688 0-9.312-12.672-9.504-17.344-.288-5.76-4.864-25.664-12.864-25.664zm648.192-256.8c-.064.192.064.064-.256.704.48 0 1.056.544 1.6.768-.48-.48-.896-.96-1.344-1.472zm9.632 10.592c1.12 2.176 1.952 4.192 1.696 5.44 1.12.032 1.664-.576 2.56-.8-1.376-1.568-2.88-3.04-4.256-4.64zm27.808 145.792c.512-13.824-11.52-11.52-15.328-19.2-3.968 0-5.408-3.072-10.784-3.072-3.488-1.184-6.24-.352-8.256 2.496-8.224 3.136-3.264-4-9.44-4 .288-7.904-2.848-10.08-11.552-9.216-4.992 11.264-12.672 18.016-11.52 30.688 3.68.832 3.04 1.664 2.304 5.344 4.896.256 34.592-1.536 34.592-4.608 1.024 0 6.176 10.592 6.176 1.536 4.128 0 6.304 9.696 16.16 6.88 0 1.984 16.448-6.848 7.648-6.848zm1.568 163.296c.576-2.816-1.408-4.064-3.072-6.912 4.384 0-13.856-33.824-13.856-39.104-2.784-1.376-6.336-11.04-6.976-14.56-3.744-2.496-7.616-10.688-9.216-15.328-3.808-2.528-13.088-13.856-14.592-19.168 5.504.608 13.824 1.728 13.824-5.376-3.712 0-4.256-4.576-.736-4.576-1.152-4.704 2.496-8.096 3.296-11.776.96-4.448 2.848-11.296 2.848-16.608-5.28 0-6.56.896-10.752 2.304 0 3.104-9.376-.768-10.752-.768-2.016-4.032-16.64 5.248-20.736-3.072-6.624-5.984-4.832-10.592-6.976-19.04-1.088-4.288-6.944-4.544-10.496-5.248-10.016-1.952-2.784 11.936-3.328 15.104 6.144 0-3.872 7.616-3.872 11.488-10.368-2.24-6.912-13.792-13.024-16.864-1.824-3.072-.384-5.376-4.64-5.376 0-4.096 2.176-11.52-2.304-13.024 0-1.984-8.704-2.784-9.984-5.376-5.504 0-18.304-20.8-22.24-13.792-2.464 4.48 2.08 5.568 3.008 9.216 7.968-1.568 7.2 13.12 16.928 11.488 0 2.048.256 4.128.736 6.144 7.2-1.696 6.368 5.344 9.984 5.344-2.624 3.488-10.944-5.568-8.672 2.048 1.312 4.416.576 8.192-5.152 12.512 0-4.768-.384-17.632-5.376-17.632-3.392-6.784-13.472-5.152-17.728-11.488-3.456 0-4.8-10.752-10.752-11.488-1.12 1.568-5.312 3.072-6.944 3.072-3.232 6.496-21.504.672-21.504 1.536-.288.064-10.24 24.384-10.816 27.584-1.12 6.88-6.656 7.008-8.32 13.536-.832 3.264-20.896 1.728-20.896 4.128-8.672-2.88-16.16-8.96-16.16-18.4-.704 0 1.632-24.096 3.104-27.616 1.76.48 2.112 1.088 3.104 3.072 5.312-1.984 17.696 1.312 17.696-4.608 5.152.128 6.688 2.176 4.608 6.144 4.8.896 13.088 2.112 13.088-4.608-2.816 0-3.104-.256-3.104-3.072 9.216-9.568-6.912-18.208-6.912-22.976-3.264-1.088-9.92-8.16-5.184-5.504 4 2.208 18.624 6.784 12.864-2.944.384-.128.64-.384.736-.736 1.632 1.152 8.512 8.224 8.512 1.536 1.888 0 9.184-4.608 3.072-4.608.576-3.456.448-6.336.736-8.448 9.76 5.248 4.32-3.584 9.248-6.88 0 6.368 5.248-3.072 8.448-3.072 3.808-5.664 12.512-1.28 14.624-7.68-4.704-1.536-3.84-13.312-3.84-17.6 5.664.928 11.968-7.648 12.832-1.76.32 2.272.608 8.544 1.76 9.408 8.416 4.416 6.176-2.528 6.176-6.88-2.816 0-6.56-9.856-6.944-14.592-2.304.32-6.016 1.28-6.944 3.04-8.384 0-14.08-3.04-20.736-3.04-.512-1.024-8.512-9.984-7.68-9.984-4.672-8.032 4.672-5.696 6.144-6.08 0-7.616 31.712-6.272 33.088-18.432-10.432 0 10.752-17.664 10.752-17.6 7.072-6.048 10.816-11.264 19.616-11.936 3.712-.256 44.992-11.648 44.992-6.496 1.664.064 7.168.128 12.864.32C736.512 109.76 629.728 64 512 64c-114.016 0-217.792 42.944-296.864 113.12.704 1.6 1.248 3.136 1.216 4.224 4.192-.288 10.208-2.976 11.552 2.336-2.08-.032-4.16-.288-6.144-.8 1.472 11.872-5.184 4.608-10.752 4.608 0-.288-2.464-1.28-5.088-1.984-1.696 1.6-3.488 3.104-5.184 4.704.192.512-.096.544.224 1.12 1.792 0 .864 2.784 5.984 4.48 5.92 2.016 12.416 3.136 18.656 4.128 5.056.8 7.968-.928 12.288-.928 0-.64 10.56-5.344 3.104-5.344 1.024-4.224-.864-5.28-5.408-5.344.384-4.48 11.04-1.536 15.392-1.536 3.328-5.6.096-4.928 3.04-10.016 3.52-6.24 7.712-.832 10.016-6.816 3.488 1.28 6.592 3.168 7.712 7.584 2.784 2.304 16.928 23.168 16.928 8.416 5.056 1.696 7.584 11.168 7.68 16.128 9.184-1.344 9.984-8.224 9.984-15.36 2.112 0-.768-3.424-.768-4.608 3.424-1.248 7.712 3.264 7.712-1.504 1.472 0 1.536 1.472 1.536 3.072 4.768.928 7.84-.544 10.752.48 2.016.704.992 11.168.064 14.848-1.152 4.672-10.08 4.736-10.08 6.912-10.112 7.552 11.936 11.488 15.392 16.096-2.08 0-9.984-1.024-9.984-1.504-4.992 0-17.088 5.28-21.536 1.504 6.208 0 8.288-7.456 9.248-14.56-5.728-2.144-12.48 1.376-14.08 7.072-2.688 9.408-8.928-.384-12.064 5.952-1.216.384-12.32 5.536-12.32 3.808-12.48 1.76-9.216 12.352-9.216 23.776 4.96 2.976 15.04 11.456 14.592 16.096 11.2 1.984 15.296 3.168 25.376 4.608.832 1.632 4.16 3.168 6.176 3.808 0 6.592 5.984 5.408 11.52 5.408 0-8.416 9.792 7.008 10.752 9.952-1.344 0 2.304 8.608 3.072 11.52-1.536-.544-2.016 0-1.536 1.536 4.864 1.792 12.576 1.28 13.856-3.84-4.672 0-3.104-5.344-3.104-8.448-4.8-3.2-4.064-9.376.768-10.72 0 4.352 15.84-2.72 6.912-6.112 2.176-4.896 3.648-12.416.096-16.672-2.272-2.688-5.12 0-6.24-4.032 6.048-1.504 1.6-13.024 1.536-18.4 1.92-.736 6.912 1.216 6.912 0 5.92 0 15.776 7.488 19.232-1.568 9.888 4.512 2.016 8.8 12.32 5.376 0 2.432 11.616 13.792 13.088 13.792 0 .544-.288 3.84 2.272 3.84 0 2.464-1.536-1.408-1.536 3.04 1.44.16 9.248 1.568 9.248-1.504 4.96 0 8.448-6.08 8.448-10.72 3.104-2.016 8.544 16.864 12.288 16.864 2.752 4.288 11.552 10.528 11.552 14.56 1.856 1.888 3.808 1.376 3.808 6.912 2.336 0 6.944-9.184 6.944-.768 2.176 0 8.512 4.672 9.248 8.416-5.536 0-.288 5.376-3.136 5.376 0 5.312-11.872 1.088-14.56.768-3.68 16.48-25.888 4.64-39.328 8.896-7.072 2.24-20.736 17.824-21.472 25.6 8.576.096 12.352-7.424 20-9.984 6.24 0 7.456-3.776 13.088-5.344 0 1.568 1.536.736 1.536 2.304-10.944 0-4.288 7.072-1.088 12.224 1.984 3.2 4.256 4.736 6.784 5.728-1.056 1.856-1.92 3.712-2.592 5.792 0 .032-.032 0-.032.032-2.08.704-6.144 2.208-6.944 3.84-12.384 1.376-6.272.544-5.44-2.432.448 1.056 4.896.096 4.704.128-.736-3.712-1.856-3.2-.768-5.344-6.72 0-9.984 3.072-15.392 3.072-.896 1.824-5.6 6.144-7.68 6.144-1.568 4.736-5.12 13.344-9.248 16.096 0-1.248-10.944 6.88-9.984 6.88-2.432 3.936-5.088 3.808-6.176 9.952-.736.384-3.84 10.656-3.84 12.256-4.768 3.168-6.528 16.096-14.624 16.096-4.96 9.856-13.856 8.544-13.856 21.472 3.008 3.072 4.16 16.672 5.088 21.024 1.152 5.408 2.944 11.04-4.288 11.168-.512-.8-5.568-8.448-4.64-8.448 0-3.168-3.872-13.312-6.144-16.48-3.04-4.256-8.672.672-13.088-1.184-1.888-3.776-14.656-4.608-19.2-4.608.736 2.848 2.816 3.744 3.072 6.912-3.776 1.536-5.952 3.264-9.856 2.72-6.688-.928-5.888-6.144-13.248-5.408-11.776 1.184-20 10.944-20 22.624-1.312 0-1.312 23.008 0 23.008 0 6.496 5.376 11.2 5.376 16.096 5.216 0 11.072 11.488 16.16 11.488.576 4.064-2.56 4.704 6.144 4.64 0-.448 4.736-2.976 5.376-6.144-6.016-1.472-.032-9.216 3.84-10.72 0 5.472 7.68-1.824 7.68-2.304.864-.352 8.48-3.072 8.48-3.072 0-6.208 5.792.608 1.536 3.072-4.16 0-3.84 6.912-6.144 6.912-.992 4.928-2.944 9.216-4.096 14.016-1.472 5.92 3.328 6.528 1.792 12.064 6.112 1.152 12.288.032 18.464 0 .032-1.088-.192-2.144-.768-3.072 8.928 0 .768 16.864 6.176 16.864 0 6.368 3.072 11.328 3.072 15.328 4.16 2.752 6.656 6.432 5.376 11.488 5.12.672 16.128 1.984 16.128-4.608 7.776 0 8.32 5.28 7.744 10.72 15.488 0 5.792-15.328 12.256-15.328.608-2.528 1.664-2.976 3.168-1.312 3.168 1.696 5.568-3.168 8.096-4.704.8-.544 3.616-2.176 4.128-2.176 2.176 1.312 2.368.928 3.328 2.4 4.224-.032 8.48-2.4 12.096-4.896 5.536.672 3.744 12.576 14.112 13.312 4.16.288 13.792 1.44 17.376-1.024.896-.608 4.192 2.08 4.544 3.232 3.456 0 3.2 3.008 4.672 2.944.352.672.864.928 1.568.736.448 1.312 3.2 1.696 4.64 5.344 0 3.328 6.912 3.904 6.912 6.112 4.96 2.496-1.696 3.168 5.92 5.472 4.192 1.312 8.064 3.424 12.576 3.744 1.44-5.472 6.112.736 8.48.736 1.216 2.496 1.856.608 3.04 3.072 7.136 5.952 2.432 3.648 5.376 9.984 3.424 2.24 4.512 10.048 5.44 14.56-2.752 0-.8 10.528-.8 11.52-3.328 0 8.512 6.304 8.512-1.568 4.864.8 8.064 6.112 11.52 6.112-2.016 4.64 5.376 8.128 5.376.8 7.296.736 5.344 11.616 4.64 15.328 5.408 0 6.976-3.008 11.584-3.584C532.128 642.304 537.696 640 544 640c17.696 0 32 14.304 32 32 0 15.936-11.872 28.576-27.136 31.008-2.048 2.336-3.904 4.352-4.032 4.352 0 1.536-.352 16.832-.8 16.832 0 3.072-2.336 19.936-4.608 19.936 0 8.672-5.664 10.24-7.68 18.4-4.672 3.456-17.312 9.216-19.264 13.024-3.616 0-6.304 3.072-9.984 3.072-.512 1.056-8.352 8.448-6.944 8.448-.576 5.44.416 18.24-2.528 21.824-1.984 2.368-4.832 2.112-3.584 5.824-4.32 0 .256 3.072-6.56 3.072-4.288 0-11.936 6.112-12.16 11.296-.288 6.336-1.984 10.912-7.424 14.784 0 2.176-9.984 2.816-9.984 8.448.928 0 0 10.432 0 11.488-2.976-.096-10.272 2.88-11.52 5.344-10.048 0-8.832 1.024-15.36 5.376 0 1.344-.928 6.112-2.304 6.112 0 7.776-5.536.704-10.016 4.64 1.76 0 4 7.648 3.072 7.648 0 6.752-4.192 7.328-8.448 12.288-2.016 1.344-3.936 6.912-5.376 6.912 0 4.544-2.272 8.672-2.272 13.024.96 0 .064 1.952.736 3.776 2.144-.608 2.208-3.04 3.072-3.04 0-3.84 6.112 2.272 2.304 2.272-3.168 4.8-6.592 4.896-8.48 11.52-1.92 0-3.584 1.856-4.992 4.032C431.424 953.984 470.977 960 512 960c157.568 0 295.872-81.536 375.744-204.576.48-11.328 2.24-22.144 3.488-25.888 3.136 2.304 5.472 6.624 7.68 0-5.536-1.088-4.192-3.008-2.304-7.648 2.112 1.28 6.368 2.848 9.824 2.624 1.056-1.984 1.888-4.096 2.944-6.08-3.136-2.432 1.184-8.736 2.688-5.664.8-1.536 1.504-3.136 2.24-4.672-.352-.096-.256.128-.768-.032 0-2.784.512-2.432 2.336-3.84.032.288 0 .288.064.544C943.872 646.304 960 581.12 960 512c0-2.272-.32-4.448-.352-6.72-.832 3.136-2.4 6.528-4.608 7.296 0 2.016-22.88 11.968-21.504 16.096-4.032 0-18.176 4.032-20.768 9.184-2.848 0-14.336 4.064-15.392 6.144-14.272.032-11.552-16.832-18.432-16.832zM944 352h-16.992c-.128-.16-.256-.192-.384-.416-.864 0-4.48-8.128-3.072-9.984 1.376 0 2.016.128 2.752.192-1.44-3.52-3.008-6.976-4.576-10.464-3.456 2.368-6.496 5.376-11.264 5.664 0 1.312-6.816 14.56 0 14.56 0 .256.128.448.192.672-8.16.768-14.656 7.424-14.656 15.776 0 8.832 7.168 16 16 16h6.304c.384 2.912 1.952 5.44 7.552 6.688 1.76 7.392 14.944 10.016 16.928 2.272-5.568 0-3.744-5.344-3.264-8.96H944c8.8 0 16-7.168 16-16s-7.2-16-16-16zm-46.623 208.064c1.12.064 8.512-.128 8.512-1.44 6.688 0 15.744-.928 22.304-3.104 0 9.92-8.352 15.456-6.944 25.312-5.536 0-3.104 5.696-3.104 7.648-3.584 2.208-4.128 6.24-8.448 8.448 0 4.448-9.984 11.808-12.928 15.616-3.328 4.256-13.344 11.648-14.656 17.056.352-1.28-18.304 19.424-13.952 19.424 0 3.872-5.248 34.496 1.536 34.496 0 2.688 5.792 28.384 2.272 28.384 0 8.256-5.376 13.312-5.376 19.904-2.624 1.792-6.368 2.784-7.68 5.408-4.704 0-6.976 9.984-9.216 9.984 0 10.656-3.104 18.56-3.104 30.656.864 0-6.144 17.248-6.144 18.368-5.664 3.808-20 17.472-20 24.576 0 0-9.984 14.016-11.52 16.096-3.008 0-26.176 4.352-26.176 6.144-4.928 0-17.664 3.872-20.736-.768 0-4.864-2.656-11.04-3.072-17.664-2.368 0-2.752-9.952-5.376-9.952 0-2.112-14.688-31.456-12.32-31.456 0-3.04-2.624-13.024-3.072-13.024 0-10.56-7.712-19.36-7.712-29.12-2.272 0-6.976-21.44-4.608-21.44 0-11.264 3.936-18.624 5.568-31.136 1.824-13.728-.864-22.08-3.264-31.776-1.312 0-5.728-7.328-6.176-9.184-6.176-4.096-8.448-12.224-8.448-19.904 4.032-4.608 5.632-21.92 4.64-27.616-7.776-3.68-10.88-2.304-19.264-2.304-4.96-9.952-38.272-3.808-47.712-3.808 0 5.44-23.2-1.056-25.376-5.376-5.664 0-16.896-12.032-16.896-17.632-6.208-4.128-16.128-24.672-16.128-31.424-5.376-2.688-3.744-13.056-.8-13.056.736-2.88-1.888-11.968-3.136-16.288-.928-3.232 3.136-6.72 3.136-10.56 0-10.688.256-15.616 6.24-27.04 1.888-3.584 4.288-6.944 6.048-11.424 3.2-8.032 4.16-.384 8.48-7.552 4.128-2.048 6.528-8.896 10.784-12.256 1.856-2.464 1.92-3.488 0-5.376.832 0 5.376-11.808 5.376-14.528 6.016-8.352 1.76-4.544 7.68-3.84 2.176-2.368 5.792-8.448 9.216-8.448 1.504-2.976 5.28-4.608 8.48-4.608 0 4.608 12.544-1.504 13.856-1.504 2.144-4.32 15.968-9.216 19.232-9.216 0-5.248 27.264 1.472 31.552.768v-2.304c5.824 1.376 16.448 24.736 15.36 29.92 4.48 0 8.64-.736 11.552 0 0 4.96 9.344 6.176 13.6 6.4 5.92.288 23.296-.608 23.296-8.704 4.576 0 8.64 3.2 7.744 8.416 5.184.576 36 1.184 33.824 7.648 4.512 0 5.664 7.712 9.984 7.712-.864 5.312 5.376 19.168 9.984 19.168 0 4.608 2.88 13.088 6.944 16.064 2.176 6.592 9.376 20.48 16.128 24.544-2.88 5.44 4.384 9.92 6.176 15.328-.416 0 1.568 8.032 3.808 9.216 0 5.44 11.456 27.616 17.728 27.616.416 2.688-5.888 3.904 2.304 4.512zm-166.112-171.68c1.184-4.576 3.872-1.024 6.368-.192 5.92 1.92 3.872-.096 8.256-2.08 0 12.48-7.168 3.008-14.624 2.272zm-16.192-23.008c3.136 0 4 14.08-4.608 11.488 0-3.488-2.208-9.952 2.336-9.952 1.312 5.44 2.272 3.232 2.272-1.536zm-3.808-9.184c3.552 1.536 5.12 1.024 4.608-1.536 4.672 1.536-.608 4.864-1.536 8.448-2.4-2.368-1.664-3.2-3.072-6.912zm-82.336-68.256c-7.552-1.952 7.776-4.192 8.448-6.112-2.56 0-4.32-2.656-3.328-4.896 1.152-2.656 3.04 3.168 5.664 1.856 3.104-.32 9.216-4.96 6.08 4-3.2 9.088-6.112 15.744-17.632 15.904-4.128-4.16-.16-6.336.768-10.752zm28.48-31.424c6.208 0 .768 4.608-.608 4.608 1.056.416-.192 4.128-.192 5.344 5.76-.064 5.856-3.584 9.984-4.608-.864 5.152-6.624 6.144-.992 10.56 2.976 2.336 6.016 5.088 4.832 8.64 7.328 0 8.416 7.04 6.912 15.328 4.064 0 3.872.192 3.872-3.872 3.936 1.088 3.648 4.64 0 4.64-3.648 7.2-13.216 6.88-20 6.88-.064-5.568-1.12-5.92-6.272-4.352-7.04 2.144-1.536-5.6-1.408-9.44.768 0 15.968.704 6.912-2.304-.48-8.256-2.336-10.72-9.984-10.72 0-5.632-1.984-5.216-2.912-11.392-1.312-9.12 7.136.64 9.856-9.312zm-2.336 49.824c0 1.888-3.84 3.392-4.608.736.736.256 1.024 0 .736-.736h3.872zM592 224h-32c-8.832 0-16-7.168-16-16s7.168-16 16-16h32c8.832 0 16 7.168 16 16s-7.168 16-16 16zM405.568 507.2c1.792 0 3.872.704 3.872 2.304-2.336 0-5.344 2.208-3.872-2.304zm-29.184 1.568c-1.28 2.432-11.648 2.016-13.088-.8 3.84 0 6.816 1.568 10.752 0 0-2.112-1.76-3.808-3.072-6.112 4.192 0 8.896 3.2 14.624 3.072 0-3.552-1.568.768 0-3.84 2.4.608 8.192 6.112 8.448 8.416-8.416-.896-8.8-.736-17.664-.736zm-33.856-18.4c-3.936 0-11.52-3.424-13.856-6.912 3.808.16 7.584 1.728 9.984-2.304 9.76.992 10.624 7.712 18.464 7.712 1.472 2.592 9.856 8.544 1.76 9.312-6.112.576-13.792-2.752-16.352-7.808zm6.144 21.472c-2.848 0-7.552 1.248-5.376-4.64 3.776.512 5.568 2.08 5.376 4.64zm5.376-.768l-4.608.768c.448-3.552 3.808-7.52 4.608-.768zm28.448 33.696c-.608 2.144-.512 2.272-3.04 2.272.256-.992.48-1.984.736-3.04.8.256 1.536.512 2.304.768zm-69.216-63.616c.736.256 1.536.544 2.304.768.992 3.808 3.072 1.92 5.376.768 0 4.448-10.304 5.728-7.68-1.536z"/></svg>
<svg class="tc-image-earthquake tc-image-button" width="22pt" height="22pt" viewBox="0 0 2080 2028.333251953125"><path d="M0 1121.333q0 25 18 42.5t43 17.5h318q23 0 40-14t21-36l96-562 173 1406q4 23 20.5 38t38.5 15q24 0 41-15t21-38l133-1032 111 299q6 18 21.5 29t34.5 11h5q19-1 34.5-14t20.5-33l163-732 76 1406q1 23 16 39.5t38 18.5 41-11 23-35l176-740h296q25 0 43-17.5t18-42.5-18-43-43-18h-344q-21 0-37.5 13t-21.5 33l-89 378-77-1426q-1-23-17-39.5t-38-17.5q-23-2-41.5 11.5t-23.5 36.5l-213 957-124-337q-7-19-25.5-30t-38.5-9q-21 2-35.5 17t-18.5 36l-105 801-163-1339q-4-23-20-37.5t-38-15.5q-23-1-40.5 13t-21.5 37l-158 918H61q-25 0-43 18t-18 43z"/></svg>
<svg class="tc-image-easel tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M48 112h352v192H48z"/><path d="M432 64H16C7.163 64 0 71.163 0 80v256c0 8.837 6.932 16 15.768 16H432c8.837 0 16-7.163 16-16V80c0-8.837-7.163-16-16-16zm-16 256H32V96h384v224zM48 448h32l28.147-80H76.835zM238.83 0h-29.358l-17.301 48h63.928zm101.023 368L368 448h32l-28.78-80zM208 368h32v48h-32z"/></svg>
<svg class="tc-image-ebay tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 6.414999008178711"><path d="M4.037 3.28V0h.8v2.017c.394-.468.935-.604 1.468-.604.894 0 1.886.603 1.886 1.904 0 .155-.015.304-.045.445.16-.635.845-.87 1.93-.896a46.4 46.4 0 0 1 1.04-.01v-.084c0-.585-.375-.826-1.025-.826-.482 0-.838.2-.874.545h-.843c.09-.86.993-1.078 1.788-1.078.703 0 1.325.184 1.603.685l-.293-.553h.938l1.373 2.748 1.37-2.748H16l-2.48 4.87h-.897l.713-1.353-1.553-2.928c.086.17.134.377.134.624v1.638c0 .233.007.464.027.67H11.2c-.02-.17-.03-.34-.03-.504-.402.496-.88.638-1.547.638-.987 0-1.515-.52-1.515-1.125 0-.095.01-.183.025-.265-.2.828-.907 1.39-1.843 1.39-.58 0-1.13-.208-1.467-.622 0 .165-.01.332-.027.49H4.01c.013-.255.027-.572.027-.83v-.731H.817c.043.73.545 1.16 1.235 1.16.478 0 .903-.196 1.045-.62h.827c-.16.86-1.074 1.152-1.86 1.152C.634 5.199 0 4.412 0 3.349c0-1.168.655-1.938 2.077-1.938 1.126 0 1.953.587 1.96 1.87zm6.092.122c-.728.023-1.18.155-1.18.633 0 .31.248.647.875.647.84 0 1.29-.46 1.29-1.21v-.085c-.294 0-.658.004-.986.015zm-4.037 1.25c.745 0 1.255-.537 1.255-1.347 0-.81-.51-1.345-1.255-1.345-.74 0-1.255.536-1.255 1.345 0 .81.514 1.346 1.255 1.346zm-2.9-1.677c-.03-.75-.57-1.03-1.15-1.03-.624 0-1.122.315-1.21 1.03h2.36z"/></svg>
<svg class="tc-image-ec tc-image-button" width="22pt" height="22pt" viewBox="0 0 306.27001953125 362.069091796875"><path d="M168.997 310.401h7.42v7.42h-7.42v-7.42zM20.581 343.442v-7.56c0-3.221 0-7.42-1.817-10.223-1.404-1.822-3.503-2.795-5.743-3.221-.418 0-1.259-.137-2.522-.137-1.959 0-8.26.277-9.8 6.861C.14 331.543.14 334.9.14 335.46v11.204c0 3.781-.14 8.542 1.817 11.618 1.681 2.663 5.18 3.503 8.26 3.503 5.602 0 8.12-1.959 9.241-4.344 1.118-2.658 1.118-7.002.981-9.937h-7.142v3.221c.141 1.677.141 3.217-1.399 4.339-.559.418-1.122.559-1.404.559-.837 0-1.259-.418-1.54-.559-1.26-1.122-1.26-2.385-1.4-4.062v-7.56H20.58zM7.559 331.964c.281-1.399.281-2.526 1.4-3.221.703-.423 1.258-.563 1.54-.563.7 0 1.263.277 1.681.7.841.841.981 1.959 1.122 3.221v5.598H7.559v-5.735zm17.225-21.563h7.56v51.102h-7.56v-51.102zm32.76 33.041v-7.56c0-3.221 0-7.42-1.818-10.223-1.399-1.822-3.503-2.795-5.602-3.221-.559 0-1.399-.137-2.658-.137-1.962 0-8.264.277-9.8 6.861-.559 2.381-.559 5.738-.559 6.298v11.204c0 3.781-.14 8.542 1.817 11.618 1.681 2.663 5.18 3.503 8.264 3.503 5.598 0 8.12-1.959 9.241-4.344 1.118-2.658 1.118-7.002 1.118-9.937h-7.283v3.221c.141 1.677.141 3.217-1.259 4.339-.7.418-1.259.559-1.536.559-.84 0-1.263-.418-1.54-.559-1.123-1.122-1.26-2.385-1.4-4.062v-7.56h13.014zm-13.018-11.478c.277-1.399.277-2.526 1.4-3.221.7-.423 1.398-.563 1.54-.563.7 0 1.26.277 1.681.7.841.841.977 1.959 1.118 3.221v5.598h-5.738v-5.735zm29.96 19.038c0 2.385-.14 4.621-2.663 4.621-2.24 0-2.522-1.399-2.663-2.236 0-.277-.14-.704-.14-1.122-.142-3.358-.278-6.72-.278-10.082 0-3.498 0-6.998.141-10.5.277-1.118.56-2.24 1.4-2.935.417-.141.98-.281 1.398-.281 1.26 0 1.681.423 1.96.841.7 1.122.7 3.781.7 7.002h7.42c-.142-5.18 0-7.842-1.26-9.8-.977-1.541-3.498-4.062-8.26-4.062-.423 0-2.24 0-3.78.426-1.4.273-4.763 1.259-6.303 5.598-.277.977-.423 1.399-.559 3.221-.14 2.103-.28 4.058-.418 6.021-.14 4.058 0 7.983.137 12.041 0 3.08.141 6.302 2.103 8.819 2.517 3.358 7.42 3.358 8.401 3.358 2.663 0 4.762-.695 5.602-.977.56-.423 1.541-.841 2.381-2.099 1.822-2.236 1.96-4.621 2.1-7.42v-5.457l-7.42-.141v5.167zm20.3 3.781c-.559-.563-.559-1.681-.559-3.362v-21.982h2.94v-6.575h-2.94v-10.082h-7.56v10.082h-2.94v6.575h3.085v26.885c0 1.399.137 1.959.277 2.522.277.7.56.981.977 1.541 1.122 1.263 2.663 1.263 4.344 1.118h4.762l.141-6.157c-.423 0-.7-.137-.98-.137-.564-.145-1.123-.145-1.546-.426zm14.286-29.124c-.7.977-1.122 1.959-1.817 4.621l.277-7.416h-7.283v38.639h7.702v-23.377c0-1.959.141-3.358 1.404-4.898 1.681-2.099 4.2-1.962 6.856-1.822l.141-9.241c-3.22.273-5.462.559-7.279 3.495zm29.26 22.122c0-2.236-.14-4.48-.14-6.716 0-7.142.276-11.063-1.26-14.139-1.118-2.381-3.217-4.344-8.542-4.344-5.18 0-7.42 2.236-8.678 4.344-1.54 2.658-1.404 5.043-1.54 7.978v9.241c0 3.362-.142 9.664 1.117 12.881 1.541 3.644 5.043 5.043 8.683 5.043 4.062 0 7.56-1.122 9.241-5.184 1.26-2.944 1.118-8.824 1.118-9.105zm-7.419 1.123c-.14 3.358 0 5.317-1.259 6.438-.28.423-.84.559-1.399.559-.84 0-1.54-.559-1.962-1.399-.559-1.118-.7-3.358-.7-6.438v-8.683c0-3.776 0-6.438.281-7.838.277-2.103 1.541-2.94 2.517-2.94.423 0 1.263.141 1.822 1.259.56 1.263.56 3.085.56 3.221.14 1.962.14 3.784.14 5.743v10.078zm29.82-25.481c-1.396-.981-2.659-.981-3.359-.981-3.22 0-5.184 1.959-5.884 2.663-.418.277-.7.841-1.118 1.118l-.14-3.353h-7.285v38.639h7.283v-24.918c-.14-1.962-.14-4.348 1.4-6.021.276-.141.976-.841 1.958-.841.277 0 .7 0 1.258.423 1.118.837 1.263 1.959 1.263 3.358v27.998h7.557V329.73c-.273-2.671-.554-4.77-2.936-6.306zm8.123-.559h7.424v38.639h-7.424v-38.639zm25.203 28.138c0 2.385 0 4.621-2.658 4.621-2.104 0-2.526-1.399-2.663-2.236 0-.277-.14-.704-.14-1.122-.142-3.358-.279-6.72-.279-10.082 0-3.498.136-6.998.278-10.5.141-1.118.423-2.24 1.263-2.935.418-.141.977-.281 1.54-.281 1.118 0 1.677.423 1.954.841.704 1.122.704 3.781.704 7.002h7.28c0-5.18 0-7.842-1.26-9.8-.84-1.541-3.503-4.062-8.12-4.062-.423 0-2.38 0-3.92.426-1.4.273-4.762 1.259-6.303 5.598-.282.977-.423 1.399-.563 3.221-.14 2.103-.278 4.058-.278 6.021-.282 4.058 0 7.983 0 12.041.136 3.08.278 6.302 2.24 8.819 2.518 3.358 7.28 3.358 8.401 3.358 2.521 0 4.621-.695 5.457-.977.56-.423 1.54-.841 2.521-2.099 1.681-2.236 1.822-4.621 1.962-7.42v-5.457l-7.419-.141v5.167zm33.605 0c0 2.385-.14 4.621-2.663 4.621-2.24 0-2.52-1.399-2.663-2.236 0-.277-.136-.704-.136-1.122-.136-3.358-.278-6.72-.278-10.082 0-3.498 0-6.998.141-10.5.273-1.118.56-2.24 1.4-2.935.422-.141.976-.281 1.394-.281 1.263 0 1.686.423 1.962.841.7 1.122.7 3.781.7 7.002h7.418c-.136-5.18 0-7.842-1.263-9.8-.977-1.541-3.499-4.062-8.26-4.062-.423 0-2.24 0-3.78.426-1.399.273-4.76 1.259-6.306 5.598-.278.977-.423 1.399-.559 3.221-.14 2.103-.282 4.058-.423 6.021-.136 4.058 0 7.983.136 12.041 0 3.08.141 6.302 2.104 8.819 2.521 3.358 7.42 3.358 8.401 3.358 2.663 0 4.761-.695 5.598-.977.563-.423 1.54-.841 2.385-2.099 1.822-2.236 1.958-4.621 2.095-7.42v-5.457l-7.415-.141c.01 1.668.01 3.345.01 5.167zm27.442-26.606c-2.099-1.959-6.725-2.095-7-2.095-.705 0-6.02.137-8.265 3.358-1.122 1.959-1.399 4.621-1.259 9.241h6.856c-.136-2.517 0-4.062.841-5.043.278-.559.56-.695 1.26-.695.562 0 1.121.273 1.398.273.981.841.981 2.103.981 2.526s0 .695-.14 1.399c-.279 2.517-1.405 2.799-3.5 3.917-.704.563-4.198 2.658-5.043 3.498-2.52 1.822-3.08 3.925-3.362 7.142v2.385c0 2.24-.136 5.738.841 7.974 1.54 3.503 4.343 3.644 5.457 3.644 1.54 0 3.644-.423 4.761-1.536.423-.559.841-1.263 1.122-1.822v3.085h7.143v-29.125c-.273-4.485-.554-6.724-2.09-8.128zm-5.32 28.71c0 .837-.278 1.681-1.122 2.236a2.688 2.688 0 0 1-1.122.277c-.563 0-.837-.277-1.122-.418-.84-.704-.84-1.545-.84-2.658-.137-.841-.274-1.822-.274-2.663 0-2.663.418-4.199 1.118-4.902.56-.695 1.54-1.399 1.54-1.536.7-.559 1.4-1.122 1.962-1.685.136 5.466.136 9.664-.14 11.349zm24.218-14.003c-.84-.977-1.536-1.822-2.38-2.799-1.537-1.399-3.5-3.08-3.5-5.043 0-1.536 1.122-3.08 2.658-3.08 3.362 0 3.221 4.48 3.085 6.861l6.72.141c0-3.221.136-6.442-1.54-9.241-1.259-1.962-3.22-3.503-8.264-3.503-5.598 0-7.702 2.381-8.678 4.902-.84 1.822-.98 3.781-.98 4.48 0 4.621 2.662 7.138 3.783 8.115.418.563.837.841 1.26 1.263a57.228 57.228 0 0 0 4.061 4.062c2.24 2.381 3.085 3.08 3.644 4.757.278.704.278 1.541.278 1.822 0 .704-.278 4.199-3.08 4.199-1.123 0-2.24-.423-2.664-1.259-.84-1.263-.84-4.058-.699-7.983h-6.856v5.32c0 1.822.141 2.663.273 3.358.841 2.944 3.085 6.442 9.383 6.442 4.621 0 7.557-1.399 8.683-2.935 1.817-2.381 1.817-7.42 1.817-7.983 0-4.058-1.54-6.716-4.48-9.664-.84-.832-1.677-1.531-2.52-2.231zm28.983-15.543a6.146 6.146 0 0 0-3.784-1.259c-2.658 0-4.62 1.536-6.716 3.358v-15.257h-7.419v51.102h7.42v-26.317c0-1.399.135-3.784 1.398-5.043.56-.704 1.536-.704 1.822-.704 2.8 0 2.518 3.925 2.518 4.062v28.147h7.42v-29.824c0-3.08 0-6.302-2.659-8.264zm-81.105-151.245v58.983s-5.52.443-12.813 0c-7.288-.222-9.497-4.638-9.497-7.949 0-3.533-.222-141.389 0-153.319 0-5.747 5.961-9.28 9.497-9.502 7.07-.222 12.595 0 12.595 0v54.566h84.386V0s-92.305.141-134.759.086V0s-7.035.013-18.03.025A284.004 284.004 0 0 1 150.964 0c-.132 0-.273.025-.409.03C113.747.081 39.609.163 26.587 0 10.459 0 2.062 18.334 2.062 22.093c0 3.976.222 235.72 0 243.669 1.988 21.209 23.86 24.743 23.86 24.743H306.27V172.319h-84.39zM74.977 69.364c0-3.533 5.082-9.28 11.046-9.498 5.743-.222 12.151.218 12.151.218v55.01H74.976v-45.73zm50.441 102.951c-.005 5.619-.005 11.158-.009 16.567H97.957v42.641h-11.93c-8.615-.443-11.046-7.953-11.046-8.837v-50.59l50.44.115c-.005.034-.005.064-.005.102z"/></svg>
<svg class="tc-image-eclipse tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.183998107910156 21.601001739501953"><path d="M2.47 10.787C2.327 5.504 6.281.842 11.421 0c-4.04.066-7.256 1.719-9.282 5.253C0 8.982.147 12.788 2.532 16.365c2.097 3.144 5.174 4.596 8.931 4.621-5.289-.905-8.865-5.454-8.993-10.198zm1.059-3.488c-.11.292-.096.297.222.297h19.013c.003-.03.01-.047.006-.062a3.959 3.959 0 0 0-.063-.212c-.756-2.252-2.175-3.997-4.134-5.3C16.35.543 13.876.119 11.288.604c-3.856.722-6.385 3.059-7.759 6.695zm-.19 1.432c-.13-.02-.165.044-.181.161-.039.293-.073.586-.093.882-.008.121.015.155.138.154 1.028-.007 2.055-.008 3.083-.011.057.003.115.008.172.008h13.329c.057 0 .115-.005.172-.008 1.019.003 2.039.002 3.058.012.148.001.162-.062.15-.174-.03-.269-.076-.538-.086-.808-.007-.19-.081-.219-.255-.219-6.439.005-12.877.004-19.316.004-.058 0-.116.007-.173-.001zm19.68 2.327c-1.02.006-2.039.008-3.059.01-.057-.003-.115-.008-.172-.008H6.458c-.057 0-.115.005-.172.008-1.026-.003-2.052-.004-3.078-.01-.114-.001-.153.019-.143.148.022.303.051.604.098.905.014.09.03.145.145.145 1.059-.008 2.117-.01 3.176-.014.065.004.131.011.196.011h12.887c.065 0 .131-.007.196-.011 1.052.004 2.105.007 3.157.012.083 0 .14-.013.149-.116.029-.311.063-.621.1-.931.015-.123-.036-.15-.15-.149zM6.386 11.8l-.002-.006.003.002-.001.004zm16.16 1.59c-6.282-.005-12.564-.005-18.846-.003-.075 0-.164-.044-.225.041-.019.104.037.192.067.284 1.333 3.989 5.716 7.889 11.823 6.6 2.469-.521 4.376-1.925 5.892-3.897.665-.866 1.175-1.818 1.474-2.874.114-.261-.111-.151-.185-.151z"/></svg>
<svg class="tc-image-edge tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.760000228881836 16.562000274658203"><path d="M0 7.103C.469 3.403 2.994.047 7.519 0c2.731.053 4.978 1.291 6.316 3.65.672 1.231.881 2.525.925 3.953v1.678H4.719c.047 4.141 6.094 4 8.697 2.175v3.372c-1.525.916-4.984 1.734-7.662.681-2.281-.856-3.906-3.244-3.897-5.541-.075-2.978 1.481-4.95 3.897-6.072-.513.634-.903 1.334-1.106 2.547h5.669s.331-3.388-3.209-3.388C3.77 3.171 1.364 5.111.002 7.102z"/></svg>
<svg class="tc-image-edit tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.718999862670898 11.872807502746582"><path d="M11.2 1.173l-.567-.565A1.554 1.554 0 0 0 8.435.607l-7.172 7.17C1.049 7.994.25 11.01.198 11.08L0 11.873l.792-.2c.069-.051 3.085-.852 3.3-1.065l7.172-7.173c.303-.303.455-.703.454-1.1.001-.394-.216-.861-.518-1.162zm-7.803 8.74c.013.064-2.348.908-2.354.902.006.006.852-2.354.915-2.344l5.454-5.454 1.441 1.44-5.456 5.457zm7.173-7.172L9.548 3.763l-1.439-1.44L9.13 1.3a.575.575 0 0 1 .81 0l.565.566c.112.114.232.32.231.469a.557.557 0 0 1-.166.405z"/></svg>
<svg class="tc-image-edit-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.46438217163086 37.95399856567383"><path d="M36.293 4.293l1.414 1.414a4.5 4.5 0 0 1 0 6.364l-2.475 2.475-7.778-7.778 2.475-2.475a4.5 4.5 0 0 1 6.364 0zM14.726 35.052l-7.778-7.778L26.04 8.182l7.778 7.778-19.092 19.092zm-8.485-4.95l5.657 5.657-7.852 2.195 2.195-7.852zM0 11V6h6V0h5v6h6v5h-6v6H6v-6H0z"/></svg>
<svg class="tc-image-edit-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.40184783935547 38.40084457397461"><path d="M35.682 1.506l1.213 1.213a3.86 3.86 0 0 1 0 5.458L34.772 10.3l-6.67-6.671 2.122-2.123a3.86 3.86 0 0 1 5.458 0zm-18.497 26.38l-6.671-6.67L26.888 4.842l6.671 6.67-16.374 16.375zm-7.278-4.244l4.852 4.852-6.734 1.882 1.882-6.734zM0 38.4v-32h21.806l-4 4H4v24h30V14.09l4-4v28.31H0z"/></svg>
<svg class="tc-image-edit-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M14 0C6.28 0 0 6.28 0 14c0 10.5 14 26 14 26s14-15.5 14-26c0-7.72-6.28-14-14-14zm-3.12 20H8v-2.88l6.7-6.68 2.86 2.86-6.68 6.7zm8.9-8.9l-1.4 1.4-2.88-2.88 1.4-1.4c.3-.3.78-.3 1.08 0l1.8 1.8c.3.3.3.78 0 1.08z"/></svg>
<svg class="tc-image-edit-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.46438217163086 35.41838073730469"><path d="M36.293 1.757l1.414 1.414a4.5 4.5 0 0 1 0 6.364l-2.475 2.475-7.778-7.778 2.475-2.475a4.5 4.5 0 0 1 6.364 0zm-21.567 30.76l-7.778-7.779L26.04 5.646l7.778 7.778-19.092 19.092zm-8.485-4.95l5.657 5.656-7.852 2.195 2.195-7.852zM0 8.463v-5h17v5H0z"/></svg>
<svg class="tc-image-education tc-image-button" width="22pt" height="22pt" viewBox="0 0 1294 1030"><path d="M1294 283L656 566 278 396l-78 60v224l100 150v199L150 881 0 1030V830l100-150V430q0-4-.5-10.5t0-9.5 1-8 3-8 6.5-6l47-40-147-65L652 0zm-294 387L650 836 300 670V523l350 165 350-165v147z"/></svg>
<svg class="tc-image-egg tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 448"><path d="M160 0C96 0 0 133.2 0 256.9 0 380.6 64 448 160 448s160-67.4 160-191.1C320 133.2 224 0 160 0z"/></svg>
<svg class="tc-image-egypt-deshret-red-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M304.584 25.057c4.56.092 9.456.807 14.64 2.265 23.538 6.625 42.59 36.765 37.022 77.908-7.188 53.11-34.83 91.61-66.517 125.633-5.844-2.294-11.512-5.036-17.066-8.142 32.206-33.85 58.95-69.708 65.744-119.904 4.656-34.395-13.062-55.07-24.06-58.166-15.98-4.496-22.284-.58-26.557 4.614-4.272 5.193-5.342 14.235-4.884 16.693.84 4.505 5.31 9.92 10.664 12.75 5.355 2.83 9.875 2.558 11.645 1.147.7-.56 1.258-1.106 1.73-1.64a16.304 13.092 31.855 0 1-7.463-2.76 16.304 13.092 31.855 0 1-6.937-19.725 16.304 13.092 31.855 0 1 20.758-2.517 16.304 13.092 31.855 0 1 .15.1c7.694 3.575 12.903 10.946 13.442 18.843.55 8.077-3.418 16.16-10.46 21.772-9.448 7.532-21.805 5.7-31.277.693-9.47-5.005-17.773-13.705-19.947-25.364-1.717-9.216.222-21.15 8.68-31.43 6.344-7.71 17.01-13.045 30.694-12.77zM96.22 28.795c119.857 248.87 236.552 245.093 321.796 218.965 2.965 40.132 7.887 77.118 18.132 113.94l-77.625 48.83c-12.293-27.498-34.082-38.8-48.013-24.82-13.932 13.977 6.638 45.033 20.992 63.08l-38.252 37.02C196.355 352.16 124.757 202.942 76.555 39.33L96.22 28.795z"/></svg>
<svg class="tc-image-egypt-egyptian-pyramids tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M61.188 31.47A34.17 34.17 0 0 0 26.03 65.624a34.172 34.172 0 0 0 68.345 0A34.17 34.17 0 0 0 61.187 31.47zm215.093 86.093L61.5 326.905l13.5 2.78 66.5-64.436 6.75-6.53 6.5 6.75 96.813 100.78 74.593 15.438-49.875-264.125zm170.158 10.843l-68.75 67L479.25 302.22l-32.813-173.814zm-299.063 151.47L25.25 397.718l150.5 30.81-28.375-148.655z" fill="#fff"/></svg>
<svg class="tc-image-egypt-eye-of-horus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M167.844 103.406c-51.02.152-100.492 27.427-130.875 51.344a10.225 10.225 0 1 0 12.655 16.063c32.636-25.69 91.61-55.075 141.625-44.688 19.426 4.034 65.063 20.658 116.906 34.25 51.844 13.592 110.76 24.492 161.75 16.438a10.22 10.22 0 1 0-3.22-20.188c-45.672 7.215-102.65-2.71-153.342-16-50.694-13.29-94.236-29.577-117.938-34.5-7.522-1.562-15.09-2.416-22.625-2.656-1.647-.054-3.29-.07-4.936-.064zM157.25 192.97c-24.192-.214-47.535 5.535-68.22 21.75-5.46 4.28-17.325 14.996-28.905 27.093-5.79 6.048-11.367 12.32-15.813 18.28-4.445 5.962-8.345 10.69-9 18.72-.288 3.542.914 9.19 5.126 12.312 4.21 3.12 8.204 2.782 10.937 2.406 5.466-.75 9.55-2.78 14-4.655 4.45-1.876 8.895-3.714 11.78-4.47.94-.244 1.203-.234 1.626-.28 12.617 11.568 27.404 18.405 43.095 21.625 1.378 9.367 1.992 16.297 2.188 21.25-1.443-1.247-3.184-2.63-8.157-2.594-3.154.024-7.63 2.35-9.47 5.125-1.836 2.777-2.06 4.986-2.186 6.845-.623 9.155 2.688 16.01 5.063 20.938 2.374 4.926 4.582 9.548 5.78 20.968 1.323 12.59 1.3 11.762 1.282 12.908-.017 1.145-.087 4.432 1.063 21.375a10.227 10.227 0 1 0 20.406-1.407c-1.137-16.762-1.084-18.207-1.063-19.656.023-1.45-.052-2.756-1.374-15.344-1.135-10.816-3.6-18.323-5.875-23.687 3.072-.027 6.512-.81 9.095-3.095 4.126-3.65 5.072-7.907 5.656-12.25.904-6.707.504-15.36-1.28-28.344 41.292 38.376 67.568 62.575 92.53 78.658 25.6 16.49 49.865 23.933 84.47 28.5 25.058 3.306 58.41 4.946 88.063-.688 14.826-2.817 28.813-7.448 40.375-15.25 11.56-7.802 20.63-19.3 23.78-34 3.47-16.188-6.37-30.54-18.25-40.438-11.88-9.896-27.095-16.847-42.468-13.625-12.115 2.54-20.626 11.56-26.47 21.844-2.92 5.144-5.082 10.818-5.06 17.22.02 6.402 3.28 13.846 9.467 18a10.223 10.223 0 1 0 11.407-16.97c-.77-.515-.434.158-.438-1.092-.004-1.25.69-4.094 2.375-7.063 3.374-5.937 11.07-11.553 12.908-11.938 5.578-1.17 16.894 2.38 25.218 9.313 8.324 6.934 12.36 15.725 11.344 20.47-1.983 9.254-7.022 15.79-15.25 21.342-8.228 5.554-19.71 9.647-32.75 12.125-26.083 4.957-58.073 3.604-81.594.5-33.082-4.365-52.926-10.53-76.062-25.437-20.04-12.91-42.648-32.91-76.344-64.063 10.808-1.54 21.75-3.933 32.72-6.843 45.45-12.058 91.97-32.94 128-40.875 45.925 8.557 92.254 8.56 138.56-3.5a10.218 10.218 0 0 0-2.436-20.126 10.218 10.218 0 0 0-2.72.344c-45.82 11.935-91.592 11.27-137.874 1.562a10.22 10.22 0 0 0-3.375-.125c-35.68-8.707-75.075-25.725-113.938-35.875-15.675-4.094-31.543-7.024-47.093-7.656-1.62-.066-3.23-.11-4.844-.125zm1.375 20.31c1.055.026 2.122.044 3.188.095 13.332.643 27.435 3.295 42.218 7.156 27.964 7.304 57.475 18.91 86.907 28.157-30.342 9.936-62.537 22.768-93.218 30.907-8.37 2.22-16.604 4.077-24.595 5.437 11.364-6.918 19.063-19.127 19.063-33.155 0-19.417-14.72-35.375-33.563-38.594zm-18.938 1.157c-16.412 4.936-28.593 19.753-28.593 37.438 0 15.4 9.24 28.612 22.47 35.03-16.355-1.81-30.32-7.407-42.283-18.967-3.2-3.094-7.37-4.215-10.624-4.375-3.253-.16-6.013.37-8.656 1.062-2.393.625-4.683 1.43-6.906 2.28 2.972-3.543 6.243-7.208 9.812-10.936 10.864-11.35 23.386-22.52 26.75-25.157 11.7-9.17 24.4-14.253 38.03-16.375z" fill="#fff"/></svg>
<svg class="tc-image-egypt-fez tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.75 101.906c-31.427 0-62.877 6.504-84.156 16.875-10.67 5.202-18.88 11.344-24 17.376-5.122 6.033-7.26 11.777-7.25 17.188a9.345 9.345 0 0 1 0 .03c-.01 5.412 2.128 11.156 7.25 17.19 5.12 6.03 13.33 12.173 24 17.374 21.28 10.37 52.73 16.875 84.156 16.875 15.063 0 30.11-1.52 44.063-4.22l-43.97-41.53a9.345 9.345 0 0 1 .72-14.344 9.345 9.345 0 0 1 7.312-3.782 9.345 9.345 0 0 1 5.313 1.53l71.093 45.282c10.485-5.16 18.566-11.228 23.626-17.188 5.122-6.032 7.26-11.776 7.25-17.187a9.345 9.345 0 0 1 0-.03c.01-5.412-2.128-11.156-7.25-17.19-5.12-6.03-13.33-12.173-24-17.374-21.28-10.37-52.73-16.874-84.156-16.874zm120.813 82.563c-6.293 6.876-14.454 12.902-24.094 18.06l27.78 131.282a9.36 9.36 0 1 1-18.313 3.875L338 210.313c-2.143.8-4.305 1.583-6.53 2.313L347 351.5a9.356 9.356 0 1 1-18.594 2.094l-15.156-136c-17.117 3.857-35.744 5.906-54.5 5.906-33.927 0-67.43-6.608-92.344-18.75-11.15-5.434-20.55-11.927-27.687-19.47l-28.19 159.75c-1.38 8.68.893 16.09 6.876 23.814 5.983 7.722 15.94 15.275 28.875 21.75 25.87 12.95 63.244 21.503 101.595 23.406 38.35 1.903 77.75-2.813 107.844-15 29.562-11.972 49.355-30.17 54.25-56.375L379.56 184.47z" fill="#fff"/></svg>
<svg class="tc-image-egypt-hedjet-white-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M279.154 488.21l30.902-35.47c-8.54-20.095-28.764-48.896-11.588-64.964 18.374-16.21 31.6 6.588 46.003 13.695 19.627-26.18 38.933-50.192 63.21-67.072-40.06-116.66-159.072-180.152-195.936-214.582-18.14-21.632-37.846-65.983-45.31-73.984-6.99-7.493-28.244-36.454-52.475-13.12-13.956 13.438-11.8 30.595.322 50.625 8.927 14.748 21.834 28.182 36.312 53.188 29.83 51.523 28.345 139.116 35.993 170.663 12.31 50.777 16.17 99.15 92.567 181.02z"/></svg>
<svg class="tc-image-egypt-palm-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M179.125 20.625c-28.052.12-54.046 5.813-66.72 9.78 0 0 114.968 19.51 124.532 98.876C149.573 3.32 54.28 155.657 54.28 155.657c19.868-5.212 76.76-20.682 114.75-14.156 25.992 4.465 51.33 28.03 50.236 27.733-61.943 15.24-160.35 290.92-143.64 313.308 14.9 17.12 29.816 11.28 44.718 2.595 7.376-58.425 64.938-314.765 135.375-294.072.01.003.02-.003.03 0 5.93 2.03 11.54 5.59 11.844 11.03.58 10.363-6.11 27.3-4.53 39.063 3.662 27.296 9.007 36.79 16.78 46.313 18.564-10.435 36.326-48.057 40-67.564 16.634 7.284 43.373 24.155 65.187 86.813 11.404-58.716-5.042-105.03-59.03-125.595 23.38-10.105 125.142 41.03 137.563 69.53C475.648 199.264 390.167 136.378 319 139.72c13.644-3.56 28.638.6 42.906-9.907 19.146-14.098 41.474-26.24 62.28-39.282-69.972-30.435-134.545-15.407-139.092 16.095-3.573-69.916-57.83-86.204-105.97-86z"/></svg>
<svg class="tc-image-egypt-pharoah tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M246.515 24.295c-9.043.774-19.553 3.007-30.732 6.514l10.043 43.24c6.404-2.392 13.105-4.154 20.11-5.038l.58-44.717zm18.69.018l-.58 44.527c7.186.777 14.055 2.486 20.615 4.863l10.015-43.13c-10.946-3.37-21.215-5.51-30.05-6.26zm47.77 12.574l-10.204 43.94c3.492.978 6.903 2.132 10.194 3.456l33.313-30.94c-10.877-6.45-22.21-11.984-33.3-16.456zm-114.892.33c-11.06 4.526-22.338 10.102-33.152 16.582l33.195 30.827c3.268-1.37 6.667-2.544 10.146-3.543l-10.187-43.867zM362.41 63.865l-32.453 30.14c1.542 1.29 2.987 2.677 4.318 4.17l41.937-.325c-4.223-11.007-8.47-22.022-12.656-33.168-.38-.276-.765-.544-1.146-.817zm-213.547.514c-.138.1-.28.196-.416.296-4.22 11.237-8.502 22.342-12.76 33.437l41.826.367c1.21-1.374 2.513-2.662 3.9-3.867l-32.55-30.234zm97.006 30.628c-1.08-.014-2.177-.013-3.29.004-15.543.238-33.837 4.058-44.36 10.428-5.26 3.185-8.326 6.674-9.54 10.084-.823 2.308-1.11 4.925-.124 8.47 6.752-10.526 17.003-16.32 27.36-17.094 1.465-.11 2.925-.145 4.38-.115 10.185.21 20.108 3.645 29.89 7.563l-6.948 17.347c-10.284-4.118-19.614-6.63-25.932-6.158-6.318.472-10.116 2.216-14.46 11.094l-11.39-5.573a9.345 9.345 0 0 1-13.728 10.976c-3.358-2.066-5.31-1.69-5.404-1.715.015.274.078.86.363 2.395 2.545 13.71 3.765 24.454 9.113 35.607.06-.37.27-.846.264-1.152a9.345 9.345 0 0 1 18.404-2.467c3.085 12.266 8.35 27.187 14.824 37.968 3.237 5.39 6.782 9.69 9.983 12.2 3.2 2.513 5.602 3.277 8.24 3.052 2.436-.208 4.967.714 6.443 1.76 1.477 1.046 2.203 2.064 2.71 2.86 1.02 1.595 1.267 2.587 1.537 3.532.54 1.892.772 3.565 1.013 5.608.482 4.085.795 9.366 1.05 15.722.513 12.714.75 29.55 1.04 46.725.29 17.174.633 34.678 1.328 48.406.348 6.864.79 12.8 1.32 17.106.375 3.06 1.284 5.63 1.313 6.128.228.29.043.036.45.46.84.87 1.977 1.947 3.03 2.82.594.49.822.603 1.25.89.427-.287.655-.4 1.248-.89 1.054-.873 2.19-1.95 3.03-2.82.408-.424.223-.17.452-.46.03-.498.94-3.07 1.316-6.13.53-4.307.973-10.243 1.323-17.107.697-13.727 1.043-31.23 1.337-48.405.293-17.174.535-34.01 1.05-46.725.258-6.356.57-11.637 1.053-15.722.242-2.043.476-3.717 1.016-5.608.27-.945.52-1.937 1.537-3.53.51-.798 1.232-1.815 2.71-2.86 1.475-1.046 4.006-1.968 6.442-1.76 2.638.226 5.037-.538 8.235-3.05 3.197-2.51 6.737-6.81 9.97-12.2 6.467-10.78 11.725-25.7 14.81-37.97a9.345 9.345 0 0 1 18.405 2.468c-.006.308.204.786.264 1.158 5.36-11.16 6.6-21.908 9.143-35.613.285-1.535.348-2.12.364-2.395-.095.026-2.047-.35-5.405 1.715a9.345 9.345 0 0 1-13.767-10.857l-11.145 5.455c-4.345-8.877-8.142-10.62-14.46-11.093-6.32-.47-15.65 2.04-25.932 6.158l-6.95-17.347c9.783-3.918 19.706-7.352 29.89-7.563 1.456-.03 2.916.006 4.382.115 10.295.768 20.49 6.495 27.242 16.903 1.157-4.157.537-7.015-.838-9.73-1.948-3.845-6.715-7.964-13.877-11.237-14.323-6.546-36.892-8.966-51.803-7.29a9.345 9.345 0 0 1-2.09 0c-2.786-.313-5.85-.495-9.085-.538zm93.837 45.31c.007-.002.09.007.072-.002-.04-.02-.055-.062-.064-.11 0 .02-.008.086-.01.112zm-167.383 0c0-.026-.01-.092-.01-.11-.01.046-.025.09-.063.108-.016.01.066 0 .074.002zm-43.56-24.045c-2.29 6.08-4.55 12.18-6.77 18.305l33.045-.086c1.51-4.684 4.505-8.696 8.784-10.857 1.863-.942 3.79-1.538 5.744-1.85-.107-1.58-.118-3.145-.027-4.683l-40.78-.36.005-.47zm254.55.21l-40.895.32c.124 1.63.145 3.292.037 4.98 1.956.312 3.884.91 5.75 1.852 4.183 2.113 7.132 6 8.673 10.55l33.014.083c-2.16-5.952-4.354-11.876-6.58-17.784zM223.166 133.75c10.037-.22 18.92 8.16 19.4 15.402-10.74 5.74-28 2.03-34.354-.367l-9.318.733 8.588-6.946c4.85-6.233 10.426-8.707 15.684-8.822zm65.046 0c5.258.115 10.833 2.59 15.684 8.822l8.588 6.946-9.318-.733c-6.355 2.396-23.615 6.106-34.354.367.48-7.242 9.363-15.622 19.4-15.402zm68.31 19.12c-.965 5.556-1.963 11.17-3.464 16.935l48.988.1c-1.795-5.694-3.656-11.333-5.564-16.932l-39.96-.102zm-200.96.31l-40.154.103c-1.906 5.6-3.762 11.237-5.555 16.932l49.184-.1c-1.51-5.757-2.515-11.39-3.475-16.935zM256 172.074c4.22 3.656 9.21 3.53 14.093 3.875-3.58 4.924-7.777 9.088-14.093 10.593-6.317-1.505-10.514-5.67-14.094-10.594 4.884-.346 9.872-.22 14.094-3.876zm90.048 16.405c-1.518 2.962-3.255 5.957-5.314 8.995-2.754 4.062-9.806 6.16-13.95 4.88-1.48-.46-2.676-1.087-3.767-1.775-.21.56-.432 1.12-.65 1.682l-1.067 4.888 91.078-.607c-1.496-6.058-3.078-12.034-4.744-17.936l-61.586-.128zm-179.935.307l-61.834.13c-1.66 5.886-3.236 11.85-4.726 17.892l91.235.657-1.12-5.125c-.23-.59-.462-1.177-.684-1.766-1.093.69-2.288 1.318-3.772 1.778-4.143 1.282-11.195-.817-13.95-4.88-1.987-2.93-3.67-5.824-5.15-8.687zm82.248 5.838c2.965.038 6.15 1.136 7.64 2.793 2.918-4.328 12.308-2.212 13.28-.72 3.108 4.772 6.417 6.15 8.938 7.564-8.256 15.075-14.46 12.647-22.218 13.625-7.76-.978-13.963 1.45-22.22-13.625 2.522-1.415 5.863-2.792 8.97-7.563 1.135-1.492 3.306-2.104 5.61-2.075zm168.266 30.58l-99.412.662-3.818 17.498H420.05c-1.04-6.152-2.184-12.2-3.424-18.16zm-321.308.262c-1.24 5.975-2.386 12.04-3.424 18.21H198.7l-3.822-17.493-99.56-.717zm106.068 36.513v.385h-94.892c.656.71 1.315 1.406 1.976 2.086 6.65 6.843 13.19 11.907 22.233 13.71l6.12 1.22.014.067 66.065-.168c-.454-5.694-.95-11.45-1.516-17.3zm109.25.075c-.552 5.718-1.04 11.346-1.486 16.914l66.68.17v.116l5.498-1.096c9.042-1.803 15.57-6.864 22.213-13.705.758-.78 1.51-1.584 2.26-2.4h-95.164zm-82.91.1c-2.5.4-4.98.845-7.422 1.35 4.648 49.663 5.368 93.934 2.59 133.49 10.288 2.474 21.297 3.843 32.762 3.843 11.72 0 22.96-1.433 33.443-4.012-2.755-39.478-2.02-83.645 2.612-133.178-2.44-.514-4.92-.967-7.42-1.38-.402 11.81-.634 26.74-.898 42.175-.294 17.207-.638 34.822-1.36 49.037-.363 7.108-.813 13.35-1.44 18.438-.625 5.09-.38 8.172-3.493 13.2-1.352 2.186-2.078 2.746-3.37 4.085-1.292 1.34-2.838 2.813-4.57 4.246-1.733 1.432-3.547 2.823-6.008 4.01-1.23.595-2.636 1.186-4.69 1.436-.683.084-1.596-.03-2.462-.1-.867.07-1.78.184-2.463.1-2.054-.25-3.46-.84-4.69-1.435-2.46-1.187-4.275-2.578-6.008-4.01-1.733-1.434-3.28-2.907-4.57-4.247-1.293-1.34-2.02-1.9-3.372-4.084-3.115-5.032-2.87-8.115-3.494-13.204-.625-5.09-1.074-11.33-1.434-18.438-.72-14.215-1.06-31.83-1.35-49.037-.26-15.483-.492-30.46-.894-42.286zM99.28 281.544c-.72 1.317-1.373 2.64-1.937 3.967-50.147 118.058 18.382 202.193 158.66 202.193 140.28 0 208.8-84.135 158.653-202.193-.563-1.325-1.214-2.642-1.932-3.953-5.785 5.29-12.737 10.232-21.365 13.17-.64 3.412-1.235 6.815-1.816 10.213 9.45 14.837 14.872 31.597 14.872 49.397 0 32.043-17.544 60.723-44.6 80.857-27.056 20.135-63.782 32.237-104.16 32.237s-77.107-12.102-104.162-32.237c-27.056-20.134-44.6-48.814-44.6-80.857 0-18.156 5.636-35.23 15.44-50.283-.534-3.105-1.08-6.213-1.663-9.33-8.637-2.94-15.598-7.886-21.39-13.182zm208.54 16.11c-.362 5.946-.652 11.786-.89 17.556l61.794.16c.933-5.773 1.91-11.623 2.965-17.552l-63.87-.164zm-103.594.308l-63.83.164c1.053 5.93 2.026 11.78 2.957 17.553l61.75-.16c-.235-5.77-.518-11.61-.877-17.557zM306.353 333.9c-.115 6.07-.156 12.03-.13 17.897h56.405c1.092-5.836 2.106-11.747 3.086-17.746l-59.36-.15zm-100.686.307l-59.312.154c.98 6.002 1.997 11.91 3.09 17.747h56.346c.03-5.866-.01-11.83-.123-17.9zm-77.955 3.09c-1.398 5.542-2.13 11.237-2.13 17.043 0 16.922 6.143 32.915 17.23 46.867-7.565-21.032-11.59-42.33-15.1-63.91zm256.31 1.773c-3.36 20.423-7.27 40.59-14.27 60.52 10.295-13.566 15.974-28.978 15.974-45.25 0-5.188-.582-10.288-1.703-15.27zm-77.472 31.416c.186 6.065.45 12.015.79 17.856h46.43c1.87-5.867 3.478-11.822 4.92-17.856h-52.14zm-153.16.31c1.446 6.036 3.063 11.99 4.942 17.858h46.31c.345-5.84.616-11.792.807-17.857h-52.06zm155.332 36.235c.455 5.056.955 10.045 1.53 14.925 8.987 5.277 15.403 4.635 21.304 1.768 6.642-3.228 12.41-10.45 14.637-15.412.19-.425.37-.853.557-1.28h-38.028zm-143.338.312c.143.322.278.646.422.97 2.227 4.96 7.996 12.183 14.637 15.41 5.9 2.868 12.317 3.51 21.305-1.767.563-4.78 1.053-9.666 1.502-14.613h-37.866zm125.334 8.347c-11.13 2.5-22.896 3.837-35.062 3.837-11.92 0-23.457-1.284-34.39-3.69-.447 4.378-.925 8.717-1.464 12.974l-.513 4.06-3.333 2.374c-3.628 2.587-7.31 4.56-10.977 6.002 15.542 4.805 32.667 7.5 50.676 7.5 18.158 0 35.418-2.738 51.062-7.62-3.567-1.43-7.147-3.366-10.676-5.882l-3.332-2.375-.513-4.06c-.545-4.304-1.027-8.693-1.48-13.12z"/></svg>
<svg class="tc-image-egypt-pschent-double-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M146.69 19.912c-6.093-.07-12.672 2.355-19.487 8.918-13.955 13.438-11.8 30.596.322 50.625 8.927 14.75 21.834 28.183 36.313 53.19 7.627 13.173 13.197 28.708 17.406 45.058 40.118 44.244 104.293 83.05 184.918 59.488-50.805-59.662-115.66-97.425-141.174-121.254-18.14-21.632-37.846-65.984-45.31-73.985-5.025-5.385-17.418-21.86-32.99-22.038zm267.005 7.424c-13.682-.276-24.35 5.06-30.693 12.77-8.46 10.28-10.398 22.213-8.68 31.43 2.174 11.658 10.476 20.358 19.948 25.364 9.47 5.007 21.828 6.84 31.277-.693 7.04-5.613 11.01-13.694 10.46-21.77-.54-7.898-5.75-15.27-13.443-18.845l-.15-.1c-7.648-4.752-16.94-3.626-20.758 2.516-3.816 6.14-.71 14.972 6.938 19.724 2.313 1.438 4.88 2.386 7.463 2.76-.473.535-1.03 1.082-1.73 1.64-1.77 1.412-6.29 1.684-11.645-1.146-5.355-2.83-9.825-8.245-10.664-12.75-.46-2.458.612-11.5 4.884-16.693 4.273-5.193 10.58-9.11 26.557-4.613 10.997 3.095 28.715 23.77 24.06 58.166-6.794 50.195-33.538 86.053-65.745 119.904 5.29 5.565 5.373 5.397 15.08 15.592 31.685-34.023 61.314-79.974 68.502-133.082 5.57-41.144-13.483-71.284-37.023-77.908-5.182-1.46-10.078-2.174-14.64-2.266zM65.332 35.074L45.666 45.61c48.202 163.613 119.8 312.83 216.695 446.478l38.253-37.018c-14.354-18.047-34.924-49.103-20.992-63.082 13.933-13.978 35.72-2.677 48.015 24.823l77.625-48.83c-10.245-36.823-15.168-73.81-18.133-113.94-85.243 26.127-201.94 29.903-321.795-218.966z"/></svg>
<svg class="tc-image-eject tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.5 15.5"><path d="M9 13.5A4.505 4.505 0 0 1 4.5 9a1 1 0 1 0-2 0c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5S12.584 2.5 9 2.5a1 1 0 1 0 0 2c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM6.656 0a1 1 0 0 1 0 2H3.413l1.708 1.707 4.093 4.092A1.001 1.001 0 0 1 7.8 9.215L3.707 5.121 2 3.413v3.243a1 1 0 0 1-2 0V0h6.656"/></svg>
<svg class="tc-image-eject-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.937999725341797 17"><path d="M12 3.551V2a2 2 0 0 0-2-2H0v10a2 2 0 0 0 2 2h1.066c.893 2.887 3.646 5 6.809 5 3.859 0 7.062-3.016 7.062-6.875.001-3.161-2.068-5.74-4.937-6.574zM4 5.413v3.243a1 1 0 0 1-2 0V2h6.656a1 1 0 0 1 0 2H5.413l4.801 4.799a1 1 0 0 1-.707 1.707.996.996 0 0 1-.707-.291L4 5.413zm6 9.618c-2.757 0-5-2.26-5-5.016 0-.705-.004-1.371.21-1.979l2.883 2.884c.39.39.901.584 1.414.584s1.022-.194 1.414-.584a2.002 2.002 0 0 0 0-2.83L8.354 5.523c.517-.226 1.065-.398 1.646-.398 2.757 0 5 2.182 5 4.938 0 2.757-2.243 4.968-5 4.968z"/></svg>
<svg class="tc-image-electrician tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 36 48"><path d="M35 13h-5V1.919C30 .859 29.105 0 28 0s-2 .859-2 1.919V13H10V1.919C10 .859 9.105 0 7.999 0 6.894 0 6 .859 6 1.919V13H1c-.553 0-1 .869-1 1.399V19.2c0 5.759 10 12.446 10 21.696V44h4v4h8v-4h4v-3.104c0-9.25 10-15.938 10-21.696v-4.801c0-.53-.447-1.399-1-1.399M16.907 29.388c.065-.21-.067-.388-.296-.388h-3.885c-.23 0-.295-.13-.149-.299 0 0 8.005-10.159 8.161-10.355.118-.186.248-.121.207.093-.062.271-1.771 7.202-1.771 7.202-.083.204.037.359.264.359h3.887c.229 0 .302.154.162.328 0 0-8.017 10.402-8.161 10.576-.145.174-.279.121-.206-.175l1.787-7.341"/></svg>
<svg class="tc-image-electronics-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 41.85900115966797 47.59299850463867"><path d="M20.929 47.593C9.389 47.593 0 38.204 0 26.663 0 19.277 3.776 12.58 10.102 8.75a2.867 2.867 0 1 1 2.971 4.905c-4.595 2.782-7.338 7.646-7.338 13.008 0 8.379 6.816 15.195 15.195 15.195 8.379 0 15.194-6.816 15.194-15.195 0-5.45-2.944-10.515-7.687-13.215a2.867 2.867 0 1 1 2.837-4.982 20.985 20.985 0 0 1 10.585 18.198c-.001 11.54-9.388 20.929-20.93 20.929zm-.218-21.216c-1.583 0-3.5-1.284-3.5-2.867V2.867c0-1.583 1.917-2.867 3.5-2.867s3.5 1.284 3.5 2.867V23.51c0 1.583-1.917 2.867-3.5 2.867z"/></svg>
<svg class="tc-image-elevator tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8"><path d="M3 0L0 3h6L3 0zM0 5l3 3 3-3H0z"/></svg>
<svg class="tc-image-elevator-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.832000732421875 64.1259994506836"><path d="M0 12.666h12.666V9.5h1.583V0h1.98v9.5h2.374V0h1.98v9.5h1.583v3.166h12.666v31.668H0V12.666zm4.75 3.168v25.334h25.332V15.833H4.75zm26.915 12.667v3.167h1.584v-3.167h-1.584zM17.241 17.416a4.399 4.399 0 1 1 0 8.797 4.399 4.399 0 0 1 0-8.797zM12.843 32.37c-.587.293-1.76 2.639-1.76 2.639s-.586.88-.879 4.398l-2.639-.88.88-4.398s1.759-6.157 5.278-6.157h7.037c3.518 0 5.277 6.157 5.277 6.157l.88 4.399-2.639.88c-.293-3.52-.88-4.399-.88-4.399s-1.172-2.346-1.759-2.639l.321 7.213h-9.436l.319-7.213zm1.407 13.547h6.334v9.105l6.333-6.73v5.938l-9.501 9.896-9.5-9.896v-5.938l6.333 6.73v-9.105z"/></svg>
<svg class="tc-image-elevator-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.832000732421875 63.33399963378906"><path d="M0 12.666h12.666V9.5h1.583V0h1.98v9.5h2.374V0h1.98v9.5h1.583v3.166h12.666v31.668H0V12.666zm4.75 3.168v25.334h25.332V15.833H4.75zm26.915 12.667v3.167h1.584v-3.167h-1.584zM17.241 17.416a4.399 4.399 0 1 1 0 8.797 4.399 4.399 0 0 1 0-8.797zM12.843 32.37c-.587.293-1.76 2.639-1.76 2.639s-.586.88-.879 4.398l-2.639-.88.88-4.398s1.759-6.157 5.278-6.157h7.037c3.518 0 5.277 6.157 5.277 6.157l.88 4.399-2.639.88c-.293-3.52-.88-4.399-.88-4.399s-1.172-2.346-1.759-2.639l.321 7.213h-9.436l.319-7.213zm1.406 30.964V54.23l-6.333 6.729v-5.938l9.5-9.895 9.5 9.895v5.938l-6.333-6.73v9.105h-6.334z"/></svg>
<svg class="tc-image-ellipses tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 2"><path d="M0 0v2h2V0H0zm3 0v2h2V0H3zm3 0v2h2V0H6z"/></svg>
<svg class="tc-image-ellipsis tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 6"><path d="M11 0H1C.45 0 0 .45 0 1v4c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM4 4H2V2h2v2zm3 0H5V2h2v2zm3 0H8V2h2v2z"/></svg>
<svg class="tc-image-ellipsis-h tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 384"><path d="M384 96v192q0 40-28 68t-68 28H96q-40 0-68-28T0 288V96q0-40 28-68T96 0h192q40 0 68 28t28 68zm512 0v192q0 40-28 68t-68 28H608q-40 0-68-28t-28-68V96q0-40 28-68t68-28h192q40 0 68 28t28 68zm512 0v192q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68V96q0-40 28-68t68-28h192q40 0 68 28t28 68z"/></svg>
<svg class="tc-image-ellipsis-v tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 1408"><path d="M384 1120v192q0 40-28 68t-68 28H96q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h192q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28H96q-40 0-68-28T0 800V608q0-40 28-68t68-28h192q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28H96q-40 0-68-28T0 288V96q0-40 28-68T96 0h192q40 0 68 28t28 68z"/></svg>
<svg class="tc-image-ello tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0c4.415 0 8 3.585 8 8s-3.585 8-8 8-8-3.585-8-8 3.585-8 8-8zm0 12.8a4.794 4.794 0 0 1-4.64-3.6c-.053-.24.08-.507.32-.56.24-.053.507.08.56.32A3.905 3.905 0 0 0 8 11.867c1.76 0 3.307-1.2 3.76-2.907.053-.24.32-.4.56-.32.24.053.4.32.32.56A4.794 4.794 0 0 1 8 12.8z"/></svg>
<svg class="tc-image-elo tc-image-button" width="22pt" height="22pt" viewBox="0 0 491.52001953125 491.52001953125"><path d="M96.952 255.416c0 1.331.062 2.642.185 3.942l75.45-32.512c-7.917-8.981-19.508-14.643-32.42-14.643-23.86.01-43.214 19.353-43.214 43.213zM245.76 0C110.03 0 0 110.029 0 245.76s110.03 245.76 245.76 245.76c135.731 0 245.76-110.029 245.76-245.76S381.491 0 245.76 0zM352 178.319c35.77 0 65.741 24.72 73.831 58l-33.485 2.796c-6.144-16.302-21.883-27.904-40.336-27.904-5.12 0-10.025.901-14.582 2.539l-13.977-29.85a75.57 75.57 0 0 1 28.55-5.581zM98.693 318.546l17.756-27.003c17.89 10.69 35.85 8.96 53.904-5.212l22.58 23.111c-27.035 25.671-62.813 28.19-94.239 9.103zm84.46-67.554l-.01-.062-31.14 13.681-74.712 32.665c-7.987-11.981-12.656-26.368-12.656-41.851 0-41.707 33.813-75.52 75.52-75.52 35.605 0 65.444 24.638 73.421 57.785l-30.423 13.302zm82.257 75.817l-27.577-11.663c-10.455-4.423-14.12-10.834-14.142-24.391l-.195-142.827h27.054v138.967c0 1.331.164 2.509 1.915 3.184l23.542 9.154-10.598 27.577zm43.653-9.799c-19.958-13.691-33.054-36.659-33.054-62.69 0-24.156 11.284-45.66 28.846-59.577l17.48 28.324c-8.274 7.854-13.435 18.944-13.435 31.252 0 13.845 6.533 26.153 16.67 34.038l-16.507 28.652zM352 330.301a75.778 75.778 0 0 1-23.634-3.769l13.138-30.413c3.36.84 6.871 1.29 10.496 1.29 23.101 0 41.953-18.176 43.05-41.011l32.86 1.034C426.27 297.951 392.93 330.3 352 330.3z"/></svg>
<svg class="tc-image-elo-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 812.5140380859375 424.29400634765625"><path d="M642.723 67.982c79.995 0 147.047 55.286 165.13 129.72l-74.905 6.256c-13.742-36.465-48.947-62.423-90.225-62.423a96.146 96.146 0 0 0-32.615 5.673l-31.273-66.765c19.732-8.018 41.288-12.462 63.888-12.462zM76.155 381.612l39.721-60.395c40.007 23.91 80.19 20.029 120.566-11.663l50.514 51.702c-60.488 57.405-140.503 63.038-210.8 20.357zm92.764-310.118C75.623 71.494 0 147.126 0 240.413c0 34.621 10.424 66.816 28.304 93.614l304.855-133.284c-17.869-74.148-84.613-129.249-164.24-129.249zM72.673 249.24a96.787 96.787 0 0 1-.41-8.827c0-53.371 43.274-96.645 96.645-96.645 28.877 0 54.794 12.677 72.51 32.758L72.673 249.24zm376.361 150.856l-61.675-26.091c-23.388-9.892-31.59-24.228-31.632-54.558L355.307 0h60.518v310.814c0 2.98.37 5.611 4.28 7.127l52.654 20.47-23.726 61.686zm97.66-21.925c-44.647-30.628-73.934-82.002-73.934-140.226 0-54.026 25.231-102.123 64.522-133.253l39.086 63.355c-18.504 17.561-30.054 42.383-30.054 69.909 0 30.956 14.612 58.491 37.294 76.124l-36.915 64.092zm96.03 29.738c-18.463 0-36.22-2.98-52.86-8.428l29.38-68.034a96.396 96.396 0 0 0 23.48 2.898c51.671 0 93.85-40.663 96.287-91.73l73.503 2.314c-3.676 90.624-78.264 162.98-169.789 162.98z"/></svg>
<svg class="tc-image-email tc-image-button" width="22pt" height="22pt" viewBox="0 0 514.8550415039062 347.53997802734375"><path d="M0 316.758V30.782c0-.33.496-3.475 1.49-9.433l168.308 143.98L1.986 326.688c-1.323-4.634-1.985-7.944-1.985-9.93zM22.342 1.49C24.659.497 27.472 0 30.782 0h453.29c2.98 0 5.958.497 8.937 1.49L324.204 145.968l-22.342 17.873-44.187 36.244-44.187-36.244-22.342-17.873zm.496 344.56L192.14 183.7l65.536 53.123 65.536-53.124L492.513 346.05c-2.648.994-5.461 1.49-8.44 1.49H30.783c-2.649 0-5.297-.496-7.945-1.49zm322.716-180.719L513.366 21.35c.993 2.98 1.489 6.124 1.489 9.434V316.76c0 2.978-.496 6.288-1.49 9.93z"/></svg>
<svg class="tc-image-email-gmail tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 32"><path d="M21 21l-2.5-1.5-11.5 9V30h28v-1.5l-11.5-9L21 21zm0-8.5l14-10V2H7v.5l14 10zM0 0h42v32H0V0zm7 26l9.75-8L7 11v15zm28 0V11l-9.75 7L35 26z"/></svg>
<svg class="tc-image-email-hardedge tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M0 0h40v30H0V0zm4 26h32V8L20 20 4 8v18zM5 4l15 11L35 4H5z"/></svg>
<svg class="tc-image-email-minimal tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 26"><path d="M0 0h38L19 13 0 0zm19 17.75L38 5v21H0V5l19 12.75z"/></svg>
<svg class="tc-image-email-outlook tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.16596984863281 38"><path d="M14.875 5.958c4.81 0 8.708 4.567 8.708 10.688s-3.898 10.687-8.708 10.687c-4.81 0-8.708-4.566-8.708-10.687 0-6.121 3.898-10.688 8.708-10.688zm0 4.75c-2.186 0-3.563 2.44-3.563 5.938 0 3.498 1.377 5.937 3.563 5.937s3.563-2.44 3.563-5.937c0-3.498-1.377-5.938-3.563-5.938zm-1.98 22.167l1.98-3.958c2.741 0 5.232-1.32 7.077-3.47l3.18 5.933 17.056-3.65L38 38H0V15C0 7.13 6.13 0 14 0h24v8.75c-.755-.213-1.218-.417-2.042-.417L35 8.5V3H14C7.879 3 3 8.879 3 15v20h15.5l-5.604-2.125zm12.183-14.953l.089-.089 15.664 8.509-14.952 2.97-2.686-5.601c.989-1.667 1.655-3.643 1.885-5.789zm10.38-8.005a7.125 7.125 0 0 1 3.362 13.408l-10.445-5.673-.042-.61a7.125 7.125 0 0 1 7.125-7.125zm3.167 5.146l-2.77 1.979-2.376-4.75-1.187 1.583 3.562 5.146 3.563-2.375-.792-1.583z"/></svg>
<svg class="tc-image-email-unread tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><g transform="translate(-16 -96)"><circle cx="432" cy="160" r="64"/><path d="M225 160H33.799c-11.1 0-13.898 3-11.299 10.5 1.5 4.4 8.4 8.1 12.5 10.2 11 5.8 163.799 89.1 169.5 92.1 5.699 3 11.5 4.4 20.5 4.4s14.799-1.4 20.5-4.4c3.79-1.995 72.625-39.497 121.559-66.107C357.594 193.551 352 177.433 352 160H225z"/><path d="M293.199 273.3l82.201 92.5c2 2 2.898 4.4 1.799 5.601-1.199 1.1-3.799.5-5.9-1.4l-98.6-83.2c-14.9 9.601-25.4 16.2-27.199 17.2-7.701 3.9-13.1 4.4-20.5 4.4s-12.801-.5-20.5-4.4c-1.9-1-12.301-7.6-27.201-17.2l-98.6 83.2c-2 2-4.699 2.6-5.9 1.4C71.6 370.3 72.5 367.8 74.5 365.8l82.1-92.5c-48.7-31.5-123.1-83.9-131.301-88.1C16.5 180.7 16 186 16 190.1v205c0 9.3 13.699 20.9 23.5 20.9h371c9.799 0 21.5-11.7 21.5-20.9V240c-21.726 0-41.416-8.673-55.832-22.729-26.001 17.902-57.808 39.754-82.969 56.029z"/></g></svg>
<svg class="tc-image-email-yahoo tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.70899963378906 30.08300018310547"><path d="M39.981 0h5.145c.874 0 1.583.709 1.583 1.583l-3.958 19.792c0 .874-.709 1.583-1.583 1.583h-1.98a1.583 1.583 0 0 1-1.583-1.583l.792-19.792C38.397.709 39.106 0 39.98 0zm0 30.083h-2.376a1.583 1.583 0 0 1-1.583-1.583l.396-1.583c0-.875.709-1.584 1.583-1.584h2.375c.874 0 1.583.71 1.583 1.584l-.395 1.583c0 .874-.71 1.583-1.584 1.583zM17.417 0c9.619 0 17.416 6.734 17.416 15.042 0 8.307-7.797 15.041-17.416 15.041C7.797 30.083 0 23.349 0 15.042 0 6.734 7.798 0 17.417 0zm-3.959 22.958v2.375h9.5v-2.375h-3.166V19l5.937-7.125h1.98V9.5h-7.917v2.375h2.77l-4.104 4.378L13.854 9.5h2.771V7.125H8.708V9.5h1.98l5.937 9.5v3.958h-3.167z"/></svg>
<svg class="tc-image-embassy tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 32 47.999000549316406"><path d="M2.462 0C1.099 0 0 1.127 0 2.526v42.946c0 1.262 1.231 2.527 2.462 2.527 1.23 0 2.461-1.266 2.461-2.527V19.578c.841-.367 1.659-.632 2.462-.632 4.923 0 12.185 6.317 17.231 6.317 2.151 0 5.231-.871 7.384-2.527V5.052c-2.442 1.879-4.916 3.79-7.384 3.79-4.923 0-12.291-6.316-17.231-6.316-.83 0-1.64.152-2.462.316v-.316C4.923 1.127 3.824 0 2.462 0z"/></svg>
<svg class="tc-image-embassy-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.520931243896484 9.5"><path d="M5 .5a4.07 4.07 0 0 0-2.41 1.06.36.36 0 0 0-.09.24v3.32a.34.34 0 0 0 .57.27A3.23 3.23 0 0 1 5 4.72c1.11 0 1.35.78 2.5.78a3.08 3.08 0 0 0 1.83-.84.36.36 0 0 0 .17-.32V.87A.35.35 0 0 0 9 .5a3.13 3.13 0 0 1-1.5.67C6.35 1.17 6.15.5 5 .5zM1 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm.5 3v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 1 0z"/></svg>
<svg class="tc-image-embassy-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.51794719696045 12.979999542236328"><path d="M5.15 1C3.93 1 2.98 2.38 2.61 2.82a.49.49 0 0 0-.11.32v4.4a.44.44 0 0 0 .72.36 3 3 0 0 1 1.93-1.17C6.56 6.73 7.1 8 8.57 8a5.28 5.28 0 0 0 2.73-1.09.49.49 0 0 0 .2-.4V1.45a.44.44 0 0 0-.62-.45 5.75 5.75 0 0 1-2.31 1.06C7.1 2.08 6.62 1 5.15 1zM1 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm.5 1v9.48a.5.5 0 0 1-1 0V3a.5.5 0 0 1 1 0z"/></svg>
<svg class="tc-image-embed tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 640"><path d="M544 544l96 96 320-320L640 0l-96 96 224 224zM416 96L320 0 0 320l320 320 96-96-224-224z"/></svg>
<svg class="tc-image-embed2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1216 722.9700317382812"><path d="M800 585.481l96 96 320-320-320-320-96 96 224 224zm-384-448l-96-96-320 320 320 320 96-96-224-224zM669.298 0l69.468 18.944L546.779 722.97l-69.468-18.944L669.298 0z"/></svg>
<svg class="tc-image-ember tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.88100242614746 12.472994804382324"><path d="M22.089 9.091s-.146-.516.397-1.509.966-.45.966-.45.463.503-.066 1.257c-.529.755-1.297.702-1.297.702zm-4.169.714c-.622 1.628-2.131.966-2.131.966s-.172-.582.318-2.21c.49-1.628 1.641-.993 1.641-.993s.794.609.172 2.237zm-1.125-6.816s.94-2.449 1.165-1.257-1.972 4.738-1.972 4.738c.026-.794.807-3.481.807-3.481zM3.361 9.091c.04-1.575 1.072-2.263 1.429-1.919s.225 1.085-.45 1.549c-.675.463-.979.371-.979.371zm28.469-.262c-.053-.529-.53-.333-.53-.333s-.768.595-1.443.529c-.675-.066-.463-1.576-.463-1.576s.146-1.383-.251-1.499c-.397-.116-.887.36-.887.36s-.609.675-.9 1.535l-.079.026s.093-1.509-.013-1.853c-.079-.172-.807-.159-.927.145s-.701 2.422-.741 3.309c0 0-1.138.966-2.131 1.125s-1.231-.463-1.231-.463 2.7-.754 2.607-2.912c-.093-2.157-2.177-1.36-2.413-1.182-.228.172-1.447.906-1.802 2.941-.012.069-.033.372-.033.372s-1.046.701-1.628.887c0 0 1.628-2.74-.357-3.984-.9-.543-1.615.596-1.615.596s2.687-2.991 2.091-5.519C18.8.129 18.199 0 17.646.195c-.839.331-1.156.821-1.156.821s-1.085 1.575-1.337 3.918-.622 5.175-.622 5.175-.516.503-.993.529c-.476.027-.265-1.416-.265-1.416s.371-2.197.344-2.568c-.027-.371-.053-.569-.49-.701s-.913.424-.913.424-1.257 1.906-1.363 2.197l-.066.119-.066-.079s.887-2.594.04-2.634-1.403.926-1.403.926-.966 1.614-1.006 1.8l-.066-.079s.397-1.879.318-2.342-.516-.371-.516-.371-.556-.066-.702.291c-.146.357-.675 2.727-.741 3.481 0 0-1.39.993-2.303 1.006s-.821-.579-.821-.579 3.349-1.146 2.435-3.409c-.41-.582-.887-.765-1.562-.752s-1.513.425-2.055 1.643a5.404 5.404 0 0 0-.407 1.549s-.586.12-.904-.145-.481 0-.481 0-.545.695-.003.907c.543.212 1.39.311 1.39.311h-.001c.078.371.304 1 .965 1.502.993.754 2.898-.069 2.898-.069l.781-.438s.027.716.596.821.807-.002 1.8-2.41c.582-1.231.622-1.165.622-1.165l.066-.013s-.45 2.356-.278 2.991.926.569.926.569.41.079.741-1.085c.331-1.165.966-2.449.966-2.449h.079s-.278 2.409.146 3.176 1.522.258 1.522.258.768-.388.887-.507c0 0 .911.776 2.197.635 2.873-.565 3.894-1.329 3.894-1.329s.494 1.251 2.022 1.366c1.747.133 2.7-.967 2.7-.967s-.013.715.596.966c.609.252 1.019-1.162 1.019-1.162l1.019-2.809h.093s.053 1.827 1.059 2.118 2.316-.682 2.316-.682.318-.176.265-.705z"/></svg>
<svg class="tc-image-empire tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M874 1638v66q-208-6-385-109.5T206 1319l58-34q29 49 73 99l65-57q148 168 368 212l-17 86q65 12 121 13zm-598-530l-83 28q22 60 49 112l-57 33q-98-180-98-385t98-385l57 33q-30 56-49 112l82 28q-35 100-35 212 0 109 36 212zm1252 177l58 34q-106 172-283 275.5T918 1704v-66q56-1 121-13l-17-86q220-44 368-212l65 57q44-50 73-99zm-151-554l-233 80q14 42 14 85t-14 85l232 80q-31 92-98 169l-185-162q-57 67-147 85l48 241q-52 10-98 10t-98-10l48-241q-90-18-147-85l-185 162q-67-77-98-169l232-80q-14-42-14-85t14-85l-233-80q33-93 99-169l185 162q59-68 147-86l-48-240q44-10 98-10t98 10l-48 240q88 18 147 86l185-162q66 76 99 169zM874 88v66q-65 2-121 13l17 86q-220 42-368 211l-65-56q-38 42-73 98l-57-33q106-172 282-275.5T874 88zm831 808q0 205-98 385l-57-33q27-52 49-112l-83-28q36-103 36-212 0-112-35-212l82-28q-19-56-49-112l57-33q98 180 98 385zm-120-423l-57 33q-35-56-73-98l-65 56q-148-169-368-211l17-86q-56-11-121-13V88q209 6 385 109.5T1585 473zm163 423q0-173-67.5-331T1499 293t-272-181.5T896 44t-331 67.5T293 293 111.5 565 44 896t67.5 331T293 1499t272 181.5 331 67.5 331-67.5 272-181.5 181.5-272 67.5-331zm44 0q0 182-71 348t-191 286-286 191-348 71-348-71-286-191-191-286T0 896t71-348 191-286T548 71 896 0t348 71 286 191 191 286 71 348z"/></svg>
<svg class="tc-image-empirekred tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 14.793001174926758"><path d="M10.508 9.779V5.662h1.108v.788h.016c.055-.13.13-.253.22-.365.095-.112.2-.208.322-.287.12-.078.25-.14.386-.184a1.39 1.39 0 0 1 .427-.066c.076 0 .16.014.254.04v1.085c-.054-.01-.12-.02-.196-.03a2.433 2.433 0 0 0-.222-.01c-.213 0-.394.034-.54.106a.964.964 0 0 0-.36.292 1.184 1.184 0 0 0-.19.43c-.04.165-.06.343-.06.534v1.912H8.324L5.84 6.199l-1.038 1.05v2.656H2.99V1.661H4.8v3.418l3.22-3.418h2.264l-3.22 3.256 3.444 4.862zm5.49-7H16v4.766a2.624 2.624 0 0 1-.17.918c-.16.41-.424.772-.766 1.05-.337.348-.78.732-1.312 1.14l-.074.056h.002l-.648.494c-.795.608-2.136 1.635-4.11 3.14-.32.244-.693.45-.922.45-.23 0-.6-.206-.922-.45a2858.572 2858.572 0 0 1-4.11-3.14l-.347-.265-.298-.227h.002l-.075-.056a12.51 12.51 0 0 1-1.314-1.14A2.55 2.55 0 0 1 .17 8.464 2.603 2.603 0 0 1 0 7.543V2.519C0 1.13 1.113.001 2.483.001h11.033C14.884 0 16 1.13 16 2.517v.26z"/></svg>
<svg class="tc-image-empty-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.00100040435791 12.285168647766113"><path d="M13.955 2.924l.001-.004a.235.235 0 0 0 .019-.043l.01-.02c.004-.013.004-.023.007-.034.003-.013.006-.024.007-.035V2.77c.001-.018.002-.034 0-.05l-.005-.025c-.002-.014-.004-.029-.008-.044l-.008-.02a.366.366 0 0 0-.018-.046l-.001-.003a.226.226 0 0 0-.013-.02c-.008-.012-.015-.025-.024-.036l-.025-.027-.023-.023a.27.27 0 0 0-.039-.027l-.016-.01-.006-.004h-.002L9.565.046 9.558.043 9.526.03a.365.365 0 0 0-.035-.014L9.47.011a.263.263 0 0 0-.047-.01h-.016a.313.313 0 0 0-.053.001l-.02.004a.294.294 0 0 0-.048.01l-.022.01c-.015.005-.028.01-.043.018l-.006.003L7 1.287 4.785.046 4.779.044C4.765.036 4.75.032 4.736.026a.497.497 0 0 0-.022-.009.295.295 0 0 0-.05-.01L4.647.003a.351.351 0 0 0-.056 0h-.012a.299.299 0 0 0-.052.01l-.016.002-.04.017a.108.108 0 0 0-.028.011l-.008.004L.188 2.433l-.006.003c-.007.004-.012.01-.017.013a.24.24 0 0 0-.063.05l-.024.026c-.01.011-.017.025-.025.037l-.012.018-.001.004c-.008.014-.013.03-.018.043-.003.008-.007.015-.009.023-.004.011-.005.023-.007.036-.002.011-.005.021-.006.032v.07l.006.027a.257.257 0 0 0 .008.04.214.214 0 0 1 .01.022c.006.015.012.03.019.043l.001.004c.002.002.005.004.006.008a.368.368 0 0 0 .064.077c.015.014.032.026.05.04l.019.012.006.003 1.907 1.01-1.657.8c-.006.001-.012.006-.018.01-.012.006-.023.012-.033.02-.01.006-.018.014-.027.022s-.018.015-.025.024l-.025.03-.014.017c-.002.001-.003.005-.005.008l-.018.033-.014.03-.01.032-.007.036-.003.032-.002.035c0 .013.002.023.004.034a.2.2 0 0 0 .014.066.235.235 0 0 0 .014.037l.003.01.007.01c.013.022.026.045.044.065.004.004.007.01.012.014.019.02.039.037.062.054l2.144 1.424a.342.342 0 0 0-.01.08v2.117l.002.018a.4.4 0 0 0 .005.051c.002.012.006.021.01.033a.414.414 0 0 0 .01.033c.004.012.01.021.015.031.005.01.01.021.017.031.006.01.014.018.021.027.008.008.014.018.022.027l.038.031c.006.004.01.01.016.012l.001.002 4.109 2.81v.001l.024.012.023.014c.013.006.026.012.04.016a.505.505 0 0 0 .035.01c.026.006.052.01.079.01v.002L7 12.281a.333.333 0 0 0 .078-.01c.006 0 .01-.002.016-.004a.505.505 0 0 0 .059-.022.485.485 0 0 0 .023-.012l.023-.014c.001 0 .002 0 .002-.002l4.109-2.81.018-.015.035-.029.023-.027c.006-.01.014-.018.021-.027l.016-.03c.006-.01.012-.02.016-.032l.011-.033c.003-.012.007-.02.009-.033a.319.319 0 0 0 .006-.053l.002-.016V6.995a.327.327 0 0 0-.01-.078l2.145-1.425a.525.525 0 0 0 .062-.053l.011-.015a.36.36 0 0 0 .051-.075l.004-.009a.292.292 0 0 0 .014-.038l.01-.029c.002-.012.004-.023.004-.036.002-.01.004-.02.004-.033l-.001-.035-.003-.033-.008-.033c-.004-.012-.006-.023-.011-.034l-.013-.028a.253.253 0 0 0-.02-.036l-.004-.008-.014-.016a.376.376 0 0 0-.05-.054.186.186 0 0 0-.027-.022.186.186 0 0 0-.035-.022c-.006-.003-.012-.009-.018-.01l-1.656-.8 1.906-1.009.006-.004.018-.012a.311.311 0 0 0 .053-.04l.018-.018a.291.291 0 0 0 .045-.06l.007-.006zm-4.567 4.51L7.699 6.33l3.42-1.843 1.564.755-3.295 2.19zm-4.776 0l-3.296-2.19 1.564-.756L6.3 6.331 4.612 7.433zM4.61.768l1.667.934-3.396 1.975-1.777-.939L4.61.77zM7 5.896l-3.378-1.82L7 2.111l3.379 1.963L7 5.896zm.722-4.194L9.389.768l3.507 1.97-1.776.94-3.398-1.976zM4.412 8.16a.196.196 0 0 0 .014.006.35.35 0 0 0 .062.03.429.429 0 0 0 .029.011.335.335 0 0 0 .089.012l.004.002.004-.002c.03 0 .06-.004.089-.012l.028-.012a.307.307 0 0 0 .062-.027l.013-.006 1.837-1.199v4.283l-3.395-2.32V7.387l1.164.773zm6.34.766l-3.395 2.32V6.963l1.837 1.2a.387.387 0 0 0 .075.034c.01.002.018.006.027.01.029.008.06.012.09.012l.004.002.002-.002a.29.29 0 0 0 .119-.024.392.392 0 0 0 .062-.029c.005-.004.01-.004.014-.006l1.165-.773v1.54z"/></svg>
<svg class="tc-image-enhanced-encryption tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M36 16h-2v-4c0-5.52-4.48-10-10-10S14 6.48 14 12v4h-2c-2.2 0-4 1.8-4 4v20c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V20c0-2.2-1.8-4-4-4zm-18.2-4c0-3.42 2.78-6.2 6.2-6.2s6.2 2.78 6.2 6.2v4H17.8v-4zM32 32h-6v6h-4v-6h-6v-4h6v-6h4v6h6v4z"/><path fill="none" d="M0 0h48v48H0z"/></svg>
<svg class="tc-image-enlarge tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M1024 0H608l160 160-192 192 96 96 192-192 160 160zm0 1024V608L864 768 672 576l-96 96 192 192-160 160zM0 1024h416L256 864l192-192-96-96-192 192L0 608zM0 0v416l160-160 192 192 96-96-192-192L416 0z"/></svg>
<svg class="tc-image-enlarge2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M1024 0v416L864 256 672 448l-96-96 192-192L608 0zM448 672L256 864l160 160H0V608l160 160 192-192z"/></svg>
<svg class="tc-image-enter tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 1024"><path d="M320 512H0V384h320V256l192 192-192 192zM960 0v832l-384 192V832H192V576h64v192h320V192L832 64H256v256h-64V0z"/></svg>
<svg class="tc-image-enterprise tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M12.5 0h-5a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5zM12 1v13H8V1h4zm-1 3H9V2h2v2zm0 3H9V5h2v2zm0 3H9V8h2v2zm-2 3v-2h2v2H9zM5.5 6H5V3H3.5V1h-1v2H1v3H.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5zM2 4h2v2H2V4zm3 3v7H1V7h4zm-1 3H2V8h2v2zm-2 3v-2h2v2H2z"/></svg>
<svg class="tc-image-entrance-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.011000633239746 8.380000114440918"><path d="M3 .75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0zM8.27 2.5H6.88a.73.73 0 0 0-.52.21l-4 4a.73.73 0 0 1-.51.21H.73a.73.73 0 1 0 0 1.46h1.89a.73.73 0 0 0 .51-.21l4-4A.73.73 0 0 1 7.61 4h.66A.73.73 0 0 0 9 3.27a.73.73 0 0 0-.73-.77zM3.75 2a.75.75 0 0 0-.75.75V4.5L4.5 3v-.25A.75.75 0 0 0 3.75 2z"/></svg>
<svg class="tc-image-entrance-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 11"><path d="M6 4.5v-1a1 1 0 1 0-2 0v3l2-2zM3.65 8.56L4 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0l-.35 7.56z"/><path d="M13 4a1 1 0 0 1-1 1h-1.58a1 1 0 0 0-.71.29l-5.42 5.42a1 1 0 0 1-.7.29H1a1 1 0 1 1 0-2h1.59a1 1 0 0 0 .7-.29l5.42-5.42A1 1 0 0 1 9.42 3H12a1 1 0 0 1 1 1z"/></svg>
<svg class="tc-image-envato tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.119998931884766 24.38300132751465"><path d="M18.457.371c-.668-.371-2.581-.141-4.88.57-4.022 2.75-7.417 6.8-7.654 13.305-.043.156-.44-.021-.518-.069-1.086-2.082-1.517-4.274-.61-7.437.169-.281-.384-.628-.483-.529-.199.199-1.029 1.083-1.58 2.04-2.732 4.74-.946 10.813 3.835 13.47 4.779 2.662 10.814.945 13.475-3.836 3.078-5.518.219-16.506-1.585-17.514z"/></svg>
<svg class="tc-image-envelop tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 832"><path d="M928 0H96C43.2 0 0 43.2 0 96v640c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96V96c0-52.8-43.2-96-96-96zM398.74 422.372L128 633.264V131.622l270.74 290.75zM176.38 128h671.24L512 380 176.38 128zm232.908 305.698L512 544l102.71-110.302L825.264 704H198.737l210.552-270.302zm215.972-11.326L896 131.622v501.642L625.26 422.372z"/></svg>
<svg class="tc-image-envelope tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 26"><path d="M23.796 12.244l9.97 9.97-1.415 1.414-9.97-9.97zm-13.518.043l1.414 1.414-9.9 9.9-1.414-1.41z" opacity=".9"/><path d="M17 17.9c-1.5 0-3.1-.6-4.2-1.8L.3 3.7l1.4-1.4 12.5 12.5c1.6 1.6 4.1 1.6 5.7 0L32.4 2.3l1.4 1.4-12.6 12.5c-1.1 1.1-2.7 1.7-4.2 1.7z"/><path d="M31 26H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h28c1.7 0 3 1.3 3 3v20c0 1.7-1.3 3-3 3zM3 2c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h28c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1H3z"/></svg>
<svg class="tc-image-envelope-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM292.969 367.896H907.03v86.352L600 629.297 292.969 454.248v-86.352zm0 141.577l156.372 89.135-156.372 163.917V509.473zm614.062 0v253.052L750.66 598.608l156.372-89.135zM492.334 623.145L600 684.52l107.666-61.376 199.365 208.96H292.97l199.365-208.96z"/></svg>
<svg class="tc-image-envelope-closed tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M0 0v1l4 2 4-2V0H0zm0 2v4h8V2L4 4 0 2z"/></svg>
<svg class="tc-image-envelope-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1408"><path d="M1664 1248V480q-32 36-69 66-268 206-426 338-51 43-83 67t-86.5 48.5T897 1024h-2q-48 0-102.5-24.5T706 951t-83-67Q465 752 197 546q-37-30-69-66v768q0 13 9.5 22.5t22.5 9.5h1472q13 0 22.5-9.5t9.5-22.5zm0-1051v-24.5l-.5-13-3-12.5-5.5-9-9-7.5-14-2.5H160q-13 0-22.5 9.5T128 160q0 168 147 284 193 152 401 317 6 5 35 29.5t46 37.5 44.5 31.5T852 887t43 9h2q20 0 43-9t50.5-27.5T1035 828t46-37.5 35-29.5q208-165 401-317 54-43 100.5-115.5T1664 197zm128-37v1088q0 66-47 113t-113 47H160q-66 0-113-47T0 1248V160Q0 94 47 47T160 0h1472q66 0 113 47t47 113z"/></svg>
<svg class="tc-image-envelope-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0L0 2v6h8V2L4 0zm0 1.13l3 1.5v1.88l-3 1.5-3-1.5V2.63l3-1.5zM2 3.01v1l2 1 2-1v-1H2z"/></svg>
<svg class="tc-image-envelope-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1248 0q119 0 203.5 84.5T1536 288v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960zm32 1056V620q-31 35-64 55-34 22-132.5 85T932 859q-98 69-164 69t-164-69q-46-32-141.5-92.5T320 674q-12-8-33-27t-31-27v436q0 40 28 68t68 28h832q40 0 68-28t28-68zm0-573q0-41-27.5-70t-68.5-29H352q-40 0-68 28t-28 68q0 37 30.5 76.5T354 621q47 32 137.5 89T621 793q3 2 17 11.5t21 14 21 13 23.5 13T725 854t22.5 7.5T768 864t20.5-2.5T811 854t21.5-9.5 23.5-13 21-13 21-14 17-11.5l267-174q35-23 66.5-62.5T1280 483z"/></svg>
<svg class="tc-image-envira tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M896 816Q792 620 736 538 597 336 389 220q-34-19-70-36-89-40-94-32t34 38l39 31q62 43 112.5 93.5T505 431t70.5 113T646 675q9 17 13 25 44 84 84 153t98 154 115.5 150 131 123.5T1236 1371q153 66 154 60 1-3-49-37-53-36-81-57-77-58-179-211T896 816zm-347 543q-76-60-132.5-125t-98-143.5-71-154.5T189 750t-52-209-60.5-252T0 0q273 0 497.5 36t379 92 271 144.5T1333 445t110 198.5 56 199.5 12.5 198.5-9.5 173-20 143.5-13 107l323 327h-104l-281-285q-22 2-91.5 14t-121.5 19-138 6-160.5-17-167.5-59-179-111z"/></svg>
<svg class="tc-image-environment tc-image-button" width="22pt" height="22pt" viewBox="0 0 884 1027"><path d="M442 257q-66 0-113 47t-47 113 47 113 113 47 113-47 47-113-47-113-113-47zm0-257Q326 0 224 51.5t-163 141T0 387q0 65 19 131t48.5 121 71 109.5T218 843t81.5 78 70 58.5T421 1017q21 15 42 0 25-17 51.5-37.5t70-58.5 81.5-78 79.5-94.5 71-109.5T865 518t19-131q0-105-61-194.5t-163-141T442 0zm158.5 575.5Q535 641 442 641t-158.5-65.5T218 417t65.5-158.5T442 193t158.5 65.5T666 417t-65.5 158.5z"/></svg>
<svg class="tc-image-environment-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 884 1024"><path d="M442 64q75 0 146 26 68 26 121 72 53 45 82 103 29 59 29 122 0 96-47 196-41 86-115 173-92 108-216 198-124-90-216-198-74-87-115-173-47-101-47-196 0-64 29-122t82-103q53-46 121-72 71-26 146-26zm0-64Q326 0 224 51.5t-163 141T0 387q0 65 19 131t48.5 121 71 109.5T218 843t81.5 78 70 58.5T421 1017q9 7 21 7t21-7q25-17 51.5-37.5t70-58.5 81.5-78 79.5-94.5 71-109.5T865 518t19-131q0-105-61-194.5t-163-141T442 0zm0 641q-93 0-158.5-65.5T218 417t65.5-158.5T442 193t158.5 65.5T666 417t-65.5 158.5T442 641zm0-384q-66 0-113 47t-47 113 47 113 113 47 113-47 47-113-47-113-113-47z"/></svg>
<svg class="tc-image-eps tc-image-button" width="22pt" height="22pt" viewBox="0 0 649.81005859375 512.010009765625"><path d="M330.137 0c1.454 2.294 2.867 4.618 4.362 6.891a33365.756 33365.756 0 0 0 25.928 39.373c5.1 7.731 10.21 15.442 15.32 23.163.337.512.644 1.045 1.064 1.721h-93.553c.522-.839 1.014-1.649 1.536-2.437 6.288-9.554 12.585-19.097 18.873-28.651 7.526-11.417 15.043-22.835 22.57-34.243 1.023-1.556 2.077-3.092 3.091-4.659.205-.348.287-.768.43-1.157h.38zm225.936 512c15.596-23.675 31.191-47.34 46.92-71.23 1.003 1.505 1.924 2.867 2.825 4.24 8.48 12.871 16.947 25.743 25.436 38.615 5.847 8.868 11.715 17.726 17.562 26.603.37.563.665 1.188.994 1.782-31.253-.01-62.495-.01-93.737-.01zM0 512c15.606-23.685 31.212-47.38 46.93-71.24 1.341 2.017 2.581 3.861 3.8 5.714 8.908 13.538 17.796 27.075 26.705 40.601 5.12 7.772 10.281 15.524 15.411 23.296.338.512.594 1.086.891 1.618-31.242.01-62.484.01-93.737.01zm311.685-353.239c.635-.348 1.116-.583 1.567-.87 6.164-4.066 12.933-6.512 20.203-7.701 6.185-1.014 12.38-.778 18.586-.481 5.54.266 10.977 1.106 16.384 2.263 5.366 1.157 10.547 2.846 15.544 5.12 4.711 2.14 9.175 4.731 13.25 7.926 4.823 3.779 9.042 8.141 12.606 13.138 4.66 6.533 8.048 13.701 10.486 21.32 1.813 5.683 3.031 11.51 3.973 17.408 1.7 10.681 1.782 21.433 1.341 32.164-.46 11.417-2.795 22.548-7.178 33.157-2.857 6.933-6.687 13.332-11.55 19.046-7.957 9.36-17.684 16.261-29.122 20.787-6.912 2.734-14.049 4.485-21.4 5.499-6.483.891-13.006 1.157-19.529.911a86.166 86.166 0 0 1-12.933-1.495c-3.666-.707-7.25-1.71-10.783-2.908-1.423-.481-1.618-.327-1.68 1.147-.02.502 0 .993 0 1.495v61.051c0 2.724.185 2.407-2.396 2.407-13.937 0-27.884 0-41.82-.01-2.192 0-2.079.256-2.079-2.151v-232.99c0-2.324-.133-2.15 2.09-2.16l42.004-.031c.307 0 .625-.01.932 0 1.178.061 1.23.103 1.26 1.321.031 1.055-.01 2.12.021 3.175.031.41.133.819.226 1.464zm-.215 81.193c0 13.189.021 26.378-.03 39.567 0 1.321.388 2.13 1.514 2.878 5.673 3.727 11.94 5.478 18.668 5.499 3.594.01 7.188-.307 10.773-.584 4.045-.307 7.966-1.239 11.797-2.56 8.837-3.031 15.155-8.735 18.841-17.388 2.99-7.014 4.301-14.397 4.577-21.924.246-6.942.348-13.916-.665-20.849-.798-5.427-1.946-10.752-4.178-15.78-1.607-3.614-3.779-6.84-6.779-9.482-4.465-3.922-9.769-6.093-15.432-7.486-6.195-1.526-12.503-1.884-18.862-1.822-7.229.072-13.394 2.734-18.852 7.352-1.065.901-1.413 1.833-1.413 3.185.062 13.138.041 26.265.041 39.393zm-111.104 31.867c1.515 2.928 3.051 5.837 4.536 8.775 2.386 4.721 4.721 9.462 7.106 14.192 2.161 4.27 4.362 8.53 6.533 12.79.758 1.495.758 1.515-.47 2.57-2.735 2.355-5.674 4.413-8.787 6.247-6.81 3.993-14.13 6.697-21.78 8.55-4.947 1.198-9.965 2.007-15.023 2.601a153.755 153.755 0 0 1-23.265.912c-13.854-.491-27.238-3.144-39.68-9.585a74.465 74.465 0 0 1-15.329-10.547c-6.82-6.062-12.288-13.179-16.435-21.279-3.44-6.717-5.868-13.824-7.414-21.217-.942-4.495-1.71-9.022-1.946-13.619-.154-3.102-.327-6.206-.389-9.308-.06-2.724 0-5.447.051-8.172.092-5.038.778-10.025 1.69-14.971 1.463-7.987 3.941-15.646 7.515-22.938 2.745-5.601 6.082-10.844 10.066-15.657 6.717-8.131 14.531-14.992 23.603-20.368a80.309 80.309 0 0 1 23.993-9.421c7.7-1.68 15.493-2.058 23.347-1.874 9.32.215 18.401 1.751 27.238 4.71 8.51 2.846 16.343 7.024 23.276 12.708 7.865 6.441 14.377 14.049 19.18 23.07 4.464 8.377 7.21 17.244 8.5 26.644a85.268 85.268 0 0 1 .573 17.459c-.307 4.373-1.29 8.704-2.058 13.036-.399 2.263-1.014 4.485-1.464 6.727-.164.819-.512 1.198-1.372 1.106-.49-.051-.993-.01-1.495-.01H130.58c-4.045 0-8.089.041-12.135.082-1.515.02-1.74.286-1.474 1.782.942 5.315 2.622 10.373 5.673 14.879 4.281 6.308 10.046 10.762 17.224 13.373 4.64 1.69 9.421 2.591 14.356 2.98 7.885.604 15.647.113 23.286-1.874 7.547-1.966 14.244-5.478 19.62-11.254.932-1.003 1.925-1.945 2.898-2.908.072-.082.195-.123.338-.194zM154.4 218.102v.051h33.587c2.181 0 2.243-.031 1.66-2.212-.616-2.274-1.22-4.557-2.049-6.758-3.43-9.001-9.748-14.951-19.015-17.746-4.935-1.495-9.984-1.802-15.104-1.762-4.454.03-8.765.727-12.964 2.181-5.99 2.078-10.865 5.693-14.582 10.813-2.98 4.106-5.15 8.632-6.717 13.456-.635 1.956-.635 1.956 1.413 1.976H154.4zm396.103-16.528c-1.607-1.372-3.144-2.713-4.72-4.014-4.998-4.126-10.794-6.543-17.06-7.987-5.99-1.382-12.074-1.577-18.167-1.331a19.347 19.347 0 0 0-7.045 1.628c-3.574 1.566-5.325 4.362-5.765 8.222-.553 4.793 1.761 8.059 5.438 10.445 3.164 2.058 6.564 3.779 9.933 5.488 9.206 4.669 19.17 7.619 28.345 12.411 7.045 3.676 13.578 8.028 19.036 13.865 2.468 2.642 4.557 5.571 6.37 8.704 3 5.171 4.813 10.762 5.827 16.61.297 1.71.451 3.451.533 5.182.092 2.11 0 4.229.051 6.349.133 6.38-1.28 12.452-3.635 18.33-2.908 7.26-7.629 13.159-13.63 18.125-5.479 4.546-11.663 7.762-18.33 10.137-5.294 1.874-10.742 3-16.292 3.81-7.106 1.034-14.254 1.147-21.39.87-6.872-.266-13.794-.666-20.45-2.591-3.985-1.147-7.916-2.56-11.777-4.106-6.41-2.57-12.493-5.827-18.688-9.226a73938.867 73938.867 0 0 0 17.306-38.83c.625.461 1.168.819 1.67 1.239 4.27 3.553 8.806 6.697 13.802 9.144 5.171 2.529 10.588 4.25 16.302 5.048 3.451.481 6.912.819 10.394.676 3.042-.123 6.103-.286 8.981-1.392 1.495-.574 2.98-1.29 4.26-2.222 2.232-1.628 3.266-4.014 3.4-6.759.143-2.878.01-5.714-1.199-8.407-1.33-2.99-3.48-5.253-6.114-7.127-4.587-3.257-9.575-5.786-14.654-8.131-6.82-3.154-13.875-5.796-20.49-9.39-6.707-3.635-12.974-7.895-18.412-13.25-7.362-7.25-12.329-15.862-14.13-26.132-.288-1.649-.41-3.328-.513-4.997-.317-5.161-.05-10.281 1.178-15.329 2.54-10.414 8.304-18.627 17-24.822 8.57-6.103 18.165-9.575 28.507-11.264 7.22-1.178 14.49-1.311 21.75-1.004 7.833.327 15.524 1.679 23.101 3.748 6.687 1.822 13.056 4.423 19.313 7.321 1.24.574 2.386 1.341 3.615 1.936.737.358.778.788.522 1.485-1.086 2.908-2.12 5.837-3.205 8.755a7610.021 7610.021 0 0 1-7.28 19.568c-1.065 2.846-2.16 5.693-3.246 8.53-.072.226-.246.399-.44.686zM216.218 426.762c0-3.358-.01-6.717.01-10.076 0-.676 0-1.392.195-2.027.901-3.072 4.762-4.188 7.271-2.13 1.116.921 1.116.921 2.375.154 4.024-2.437 9.052-2.028 12.636 1.136.778.686 1.22.666 2.007.051 3.543-2.786 7.495-3.451 11.755-1.986 4.096 1.403 6.39 4.444 6.594 8.622.286 5.765.133 11.561.072 17.346-.02 2.233-1.557 3.922-3.502 4.25-2.334.389-4.31-.645-5.079-2.785-.266-.738-.317-1.577-.327-2.375-.03-4.106 0-8.212-.03-12.318a12.18 12.18 0 0 0-.287-2.581c-.47-2.068-1.874-3.154-3.84-3.082-1.966.062-3.43 1.433-3.707 3.513-.072.553-.05 1.116-.05 1.679 0 4.045.01 8.09-.01 12.124-.01.798-.083 1.618-.277 2.396-.543 2.253-2.048 3.44-4.219 3.471-2.304.03-3.84-1.127-4.434-3.451-.185-.707-.236-1.475-.236-2.212-.02-4.106-.01-8.212-.01-12.318 0-.625.021-1.25-.082-1.864-.379-2.11-1.822-3.338-3.85-3.348-2.089-.01-3.236.932-3.738 3.154-.154.655-.205 1.351-.205 2.027-.02 3.984-.01 7.957-.01 11.94 0 .686.01 1.372-.062 2.048-.256 2.447-2.079 4.045-4.526 4.014-2.437-.031-4.28-1.68-4.362-4.168-.103-3.42-.04-6.841-.05-10.26-.022-.317-.022-.625-.022-.942zm273.418-13.752v-5.796c0-1.31-.04-2.611.01-3.922.123-2.631 2.028-4.434 4.587-4.403 2.437.031 4.28 1.854 4.322 4.444.062 3.666.02 7.342.02 11.018v22.026c0 .502.01.994-.01 1.495-.092 1.936-1.014 3.369-2.837 3.994-1.802.625-3.594.45-4.976-1.065-.49-.543-.758-1.054-1.587-.358-4.004 3.328-10.558 2.58-14.52-1.198-4.024-3.84-5.417-8.622-4.926-14.07.287-3.226 1.28-6.185 3.113-8.857 3.533-5.14 9.861-6.277 14.91-4.137.562.215 1.105.471 1.893.83zm-10.926 13.793c-.112 1.741.41 3.389 1.331 4.894 1.822 3 5.96 3.216 7.957.338 1.854-2.652 2.427-7.065.133-10.352-2.028-2.898-6.042-2.826-7.977.133-.973 1.495-1.505 3.134-1.444 4.987zm100.117 13.056c-1.925 1.618-3.973 2.56-6.37 2.642-4.843.154-8.51-1.986-11.172-5.898-4.126-6.082-3.389-14.633.287-20.091 3.78-5.601 10.455-6.482 15.33-4.209.441.205.901.389 1.607.686v-3.277c0-2.12-.062-4.229.02-6.349.123-3.308 3.174-5.335 6.154-4.147 1.66.666 2.55 1.915 2.745 3.676.051.491.03.993.03 1.495v32.286c0 .246-.01.502 0 .748.051 2.078-.83 3.604-2.765 4.434-1.833.778-3.748.287-5.243-1.28-.174-.184-.327-.379-.625-.717zm-11.244-13.087a9.029 9.029 0 0 0 1.351 4.956c1.946 3.185 6.41 3.082 8.162-.01 1.771-3.134 1.976-6.38.205-9.574-1.884-3.399-6.359-3.441-8.386-.133a9.039 9.039 0 0 0-1.33 4.762zM125.87 440.637v5.212c0 1.178.041 2.365-.02 3.543-.124 2.447-1.936 4.219-4.312 4.27-2.437.051-4.403-1.741-4.598-4.208-.03-.369-.01-.748-.01-1.116v-31.519c0-.563-.04-1.137.082-1.669.39-1.68 1.3-3.01 3.041-3.441 1.69-.42 3.35-.286 4.67 1.075.297.307.584.625.901.962 3.553-2.908 7.486-3.267 11.612-1.772 3.41 1.239 5.642 3.81 7.024 7.076 2.12 5.018 2.386 10.107.195 15.196-1.925 4.455-6.38 8.653-12.565 8.223-1.454-.103-2.877-.656-4.3-1.055-.513-.154-.984-.44-1.722-.778zm10.946-13.578c.01-1.567-.226-3.082-.983-4.485-1.014-1.884-2.447-3.082-4.74-2.949-2.275.133-3.667 1.454-4.445 3.42-1.096 2.786-.942 5.601.45 8.264.85 1.618 2.11 2.683 4.106 2.734 2.048.062 3.41-.912 4.423-2.55.84-1.362 1.198-2.846 1.188-4.434zm33.106-13.26c1.29-1.751 2.887-2.499 4.935-2.233 1.71.226 2.867 1.188 3.236 2.878.195.901.327 1.843.327 2.765 0 6.656-.03 13.302-.062 19.958 0 .368-.02.747-.072 1.116-.236 1.7-.85 3.174-2.693 3.635-1.915.481-3.748.379-5.038-1.372-.48-.645-.829-.809-1.464-.246-4.444 3.881-11.889 2.417-15.769-1.997-2.375-2.714-3.635-5.898-3.89-9.472-.237-3.257.03-6.451 1.463-9.462 1.7-3.574 4.23-6.267 8.048-7.567 2.98-1.024 6.994-1.239 10.978 1.997zm-.675 13.301c.031-2.058-.379-3.861-1.485-5.438-1.945-2.765-5.735-2.796-7.762-.103-2.099 2.775-2.14 7.516-.164 10.363 2.058 2.949 6.43 2.877 8.212-.348.788-1.444 1.26-2.959 1.198-4.475zm255.703-13.465c.983-1.28 2.284-2.202 4.168-2.11 2.232.112 3.615 1.239 3.984 3.43.062.369.062.748.062 1.116 0 7.281.02 14.551-.01 21.832-.01 2.284-1.126 3.789-3.03 4.137-1.865.338-3.616.154-4.804-1.618-.133-.205-.317-.368-.43-.491-1.413.738-2.713 1.639-4.147 2.13-4.372 1.485-9.749-.297-12.882-4.158-3.03-3.727-4.045-8.069-3.605-12.759.38-4.075 1.854-7.711 4.946-10.558 3.318-3.041 7.178-4.147 11.54-2.969 1.393.368 2.652 1.25 4.208 2.017zm-6.185 20.387c1.915.082 3.236-.86 4.116-2.416 1.741-3.103 1.771-6.288.062-9.401-1.884-3.44-6.318-3.574-8.336-.194-1.904 3.174-1.854 6.512.01 9.718.891 1.515 2.304 2.396 4.147 2.294zm105.103-20.213c1.208-1.721 2.745-2.457 4.731-2.253 1.946.205 3.226 1.331 3.502 3.257.092.615.072 1.239.072 1.863v20.91c-.04 2.427-.778 3.676-2.519 4.322-1.997.738-3.87.205-5.335-1.505-.154-.184-.327-.358-.48-.522-.175.051-.318.062-.39.133-4.813 4.465-13.046 2.724-16.947-2.58-2.673-3.625-3.543-7.741-3.205-12.155.236-3.092 1.168-5.97 3-8.499 2.888-3.973 6.748-5.939 11.715-5.561 1.874.133 3.328.768 5.857 2.591zm-.635 13.567c.02-2.253-.583-4.322-1.526-5.652-2.007-2.837-5.898-2.898-7.833-.01a9.18 9.18 0 0 0-1.383 3.41c-.522 2.867-.04 5.54 2.12 7.741 1.546 1.577 5.038 1.669 6.687-.348 1.321-1.639 1.802-3.502 1.936-5.14zm-453.857 2.765c.563 2.058 1.731 3.134 3.308 3.728 2.181.829 4.382.809 6.512-.205 1.29-.615 2.52-1.351 3.84-1.904 2.345-.983 4.557.103 5.284 2.499.38 1.239.103 2.355-.676 3.328-.502.625-1.075 1.239-1.74 1.669-4.783 3.072-9.944 4.126-15.484 2.611-4.506-1.229-7.649-4.137-9.298-8.458-2.396-6.308-1.556-12.257 2.857-17.449 5.52-6.503 15.595-6.4 21.177.041 2.233 2.57 3.543 5.519 3.963 8.878.021.184.051.368.062.553.185 3.123-1.239 4.69-4.352 4.7-4.475.021-8.95.01-13.435.01h-2.017zm10.363-6.687c-.656-3.051-2.642-4.639-5.529-4.516-2.529.112-4.475 1.904-4.834 4.516H79.74zm190.71 6.687c.685 2.539 2.56 3.973 5.211 4.24 2.13.215 4.055-.317 5.878-1.362.911-.522 1.853-1.024 2.837-1.383 1.741-.635 3.164-.144 4.27 1.331 1.014 1.351 1.096 3.134.062 4.505-.553.727-1.25 1.413-2.017 1.904-4.987 3.175-10.373 4.076-16.036 2.263-3.656-1.168-6.38-3.605-8.038-7.076-2.457-5.14-2.447-10.384.154-15.422 2.591-5.007 6.738-7.895 12.524-7.966 5.868-.062 10.005 2.878 12.902 7.762a13.683 13.683 0 0 1 1.925 6.922c.031 2.887-1.3 4.25-4.188 4.27-4.475.03-8.96.01-13.435.01h-2.048zm10.312-6.676c-.44-2.755-2.683-4.669-5.499-4.526-2.539.123-4.362 1.7-4.997 4.526h10.496zm159.334 3.4c0-3.175-.01-6.339 0-9.513 0-.615.03-1.239.112-1.853.226-1.731 1.044-3.082 2.755-3.666 1.741-.594 3.502-.553 4.823.922.768.87 1.25.379 1.843-.051 3.36-2.437 11.48-2.355 15.104 2.396 1.577 2.068 2.242 4.423 2.274 6.953.062 4.976.02 9.943.01 14.919 0 .615-.092 1.239-.236 1.843-.46 1.956-1.986 3.205-3.984 3.318-2.14.123-3.86-.921-4.495-2.877-.266-.809-.359-1.7-.369-2.56-.04-3.911-.01-7.833-.02-11.745 0-.625.01-1.25-.04-1.863-.195-2.601-1.823-4.137-4.343-4.137-2.427 0-4.034 1.475-4.3 3.984-.063.615-.042 1.239-.052 1.863 0 3.984.02 7.957-.02 11.94-.01.86-.112 1.751-.379 2.55-.645 1.946-2.375 2.98-4.516 2.846-1.997-.123-3.502-1.372-3.952-3.348-.164-.717-.226-1.475-.236-2.212 0-3.246.02-6.471.02-9.707zm-145.777-.185c0-3.298-.01-6.594.01-9.881 0-.676.031-1.383.226-2.018.952-3.256 4.782-4.423 7.312-2.181.748.665 1.127.717 1.956.144 2.622-1.813 5.632-1.894 8.601-1.351 5.447.983 8.673 4.885 8.745 10.434.062 5.1.021 10.199.01 15.288 0 .615-.04 1.26-.215 1.843-.656 2.222-2.457 3.369-4.854 3.154-1.986-.174-3.594-1.792-3.86-3.922-.073-.615-.063-1.239-.063-1.864 0-3.911.01-7.833-.01-11.745-.01-.86-.082-1.741-.286-2.58-.49-2.038-2.058-3.113-4.3-3.062-2.059.051-3.575 1.239-3.984 3.236-.133.665-.144 1.362-.144 2.038-.01 3.911 0 7.833-.01 11.745 0 .737-.05 1.495-.174 2.222-.47 2.703-2.14 4.065-4.762 3.932-2.304-.113-4.034-1.904-4.158-4.444-.082-1.741-.02-3.481-.02-5.222-.022-1.915-.022-3.84-.022-5.765zm-97.639.42c.82-2.068 1.628-4.137 2.447-6.216.86-2.192 1.66-4.423 2.601-6.574 1.351-3.102 5.346-3.779 7.567-1.351 1.351 1.475 1.24 3.195.584 4.894-1.403 3.646-2.887 7.271-4.342 10.896a7710.287 7710.287 0 0 1-8.478 21.063c-.276.686-.604 1.372-1.034 1.966-1.628 2.232-4.639 2.56-6.717.737-1.219-1.075-1.73-2.468-1.198-4.034.666-1.997 1.28-4.055 2.253-5.898 1.31-2.468 1.157-4.659.051-7.188-2.437-5.57-4.587-11.274-6.83-16.926-.266-.686-.502-1.413-.574-2.14-.226-2.386.942-4.116 3.051-4.659 2.151-.563 4.373.399 5.335 2.406.481 1.004.83 2.068 1.22 3.123 1.095 2.969 2.17 5.949 3.256 8.919.123.338.276.655.41.983.132-.01.265-.01.398 0zm175.678-15.923c2.212-.082 4.26.399 6.246 1.188 1.29.512 2.427 1.27 3.277 2.375 1.894 2.468.707 6.072-2.232 6.635-.788.154-1.7-.133-2.499-.399-1.054-.348-2.028-.952-3.092-1.29-.809-.256-1.689-.327-2.539-.379-.665-.041-1.229.277-1.423.973-.205.727.184 1.198.768 1.526.594.338 1.198.666 1.822.922 1.26.533 2.55.973 3.81 1.526.961.42 1.903.912 2.815 1.433 6.277 3.666 4.915 11.643.112 14.736-2.97 1.915-6.236 2.386-9.657 1.966-2.294-.286-4.495-.983-6.482-2.212-1.628-1.014-3-2.232-2.908-4.423.092-2.529 2.355-4.464 4.813-3.87 1.24.297 2.427.922 3.574 1.526 1.24.655 2.5 1.065 3.912.973.82-.051 1.67 0 1.976-1.003.236-.758-.123-1.331-1.362-1.925-1.054-.512-2.18-.88-3.266-1.351-1.362-.594-2.765-1.136-4.066-1.853-3.052-1.7-4.936-4.219-4.72-7.834.225-3.779 2.088-6.564 5.58-8.151 1.782-.809 3.655-1.178 5.54-1.086zm-43.305 17.92c0-2.611.01-5.223-.01-7.844-.01-1.372-.04-1.372-1.29-1.485-2.427-.226-3.717-1.444-3.89-3.687-.165-2.089 1.27-3.789 3.593-4.26 1.577-.327 1.577-.327 1.587-2.007.01-.87-.03-1.741.03-2.611.194-2.57 1.986-4.352 4.423-4.444 2.263-.082 4.086 1.423 4.485 3.891.205 1.28.174 2.601.184 3.901.01.748.215 1.178 1.054 1.168.491-.01.983.103 1.475.185 2.284.399 3.563 1.945 3.431 4.126-.144 2.253-1.536 3.707-3.85 3.717-2.447 0-2.089.399-2.099 2.222-.01 4.731 0 9.462-.01 14.183 0 .676-.02 1.372-.144 2.038-.47 2.683-2.17 4.066-4.782 3.942-2.304-.112-4.055-1.894-4.168-4.444-.102-2.489-.03-4.976-.04-7.465.02-.379.02-.747.02-1.126zm60.53.051c0-2.55.01-5.1 0-7.649-.01-1.577-.02-1.577-1.588-1.731-1.946-.185-3.01-1.168-3.389-3.113-.359-1.853.42-3.635 2.018-4.393a4.94 4.94 0 0 1 1.782-.461c.994-.051 1.25-.533 1.198-1.433a21.203 21.203 0 0 1 .01-2.796c.205-2.631 1.526-4.24 3.77-4.679 2.303-.451 4.494.778 5.027 3.051.327 1.372.287 2.826.37 4.25.071 1.351.04 1.351 1.412 1.526.491.062.983.133 1.475.226 1.925.389 3.195 2.068 3.092 4.065-.112 1.986-1.393 3.441-3.298 3.707a2.514 2.514 0 0 1-.553.041c-2.427-.092-2.099.164-2.099 2.15-.01 4.854.02 9.707-.02 14.562-.01.973-.154 1.997-.47 2.918-.636 1.833-2.193 2.765-4.22 2.734-1.936-.031-3.523-1.106-4.076-2.949-.266-.88-.369-1.833-.389-2.755-.082-2.416-.05-4.843-.05-7.27zm149.38-2.355c0-3.42.03-6.841-.01-10.26-.02-2.038.615-3.656 2.56-4.557 1.956-.901 4.24-.553 5.817 1.024.563.563.891.461 1.372.03 1.331-1.168 2.908-1.607 4.66-1.474 2.764.205 4.658 2.918 3.951 5.611-.317 1.198-1.096 1.915-2.17 2.375-1.25.543-2.51 1.065-3.77 1.597-2.314.973-3.46 2.581-3.338 5.212.144 3.349.041 6.717.03 10.066 0 .615-.02 1.25-.133 1.853-.49 2.642-2.232 4.004-4.854 3.85-2.263-.133-4.014-1.997-4.086-4.516-.072-2.55-.02-5.1-.02-7.649-.01-1.055-.01-2.11-.01-3.164zm-436.828 2.693c-1.863 0-3.728.03-5.59-.01-2.182-.051-3.605-1.383-3.79-3.563-.205-2.386 1.474-4.24 3.205-4.342.615-.031 1.24-.144 1.853-.154 2.98-.021 5.97-.01 8.95 0 .491 0 .993.01 1.485.092 2.887.461 4.362 3.236 3.123 5.888-.635 1.362-1.75 2.058-3.257 2.079h-.368c-1.874.01-3.748.01-5.61.01z"/></svg>
<svg class="tc-image-equal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm149.3 341.3c0 11.8-9.5 21.3-21.3 21.3H128c-11.8 0-21.3-9.6-21.3-21.3v-42.7c0-11.8 9.5-21.3 21.3-21.3h256c11.8 0 21.3 9.6 21.3 21.3v42.7zm0-128c0 11.8-9.5 21.3-21.3 21.3H128c-11.8 0-21.3-9.6-21.3-21.3v-42.7c0-11.8 9.5-21.3 21.3-21.3h256c11.8 0 21.3 9.6 21.3 21.3v42.7z"/></svg>
<svg class="tc-image-equal-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 256"><path d="M0 0v85.3h512V0H0zm0 256h512v-85.3H0V256z"/></svg>
<svg class="tc-image-equalizer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M106.7 0H21.3v64h85.3V0zM21.3 469.4h85.3V192H21.3v277.4zM490.7 0h-85.3v277.3h85.3V0zm-85.4 469.4h85.3v-64h-85.3v64zm-192 0h85.3V298.7h-85.3v170.7zM298.7 0h-85.3v170.7h85.3V0zM0 149.4h128v-42.7H0v42.7zM192 256h128v-42.7H192V256zm192 64v42.7h128V320H384z"/></svg>
<svg class="tc-image-equalizer-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M85.3 0H42.7v42.7h42.7V0zM42.7 469.4h42.7v-256H42.7v256zm384 0h42.7v-42.7h-42.7v42.7zM469.3 0h-42.7v256h42.7V0zm-192 0h-42.7v149.3h42.7V0zm-42.6 469.4h42.7V320h-42.7v149.4zM0 170.7h128V85.4H0v85.3zm192 106.7h128v-85.3H192v85.3zm192 21.3V384h128v-85.3H384z"/></svg>
<svg class="tc-image-equalizer-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M42.7 469.4h42.7v-256H42.7v256zM469.3 0h-42.7v256h42.7V0zm-384 0H42.7v42.7h42.7V0zm192 0h-42.7v149.3h42.7V0zM0 170.7h128V85.4H0v85.3zm21.3-64h85.3v42.7H21.3v-42.7zm213.4 362.7h42.7V320h-42.7v149.4zm192 0h42.7v-42.7h-42.7v42.7zM384 298.7V384h128v-85.3H384zm106.7 64h-85.3V320h85.3v42.7zM192 277.4h128v-85.3H192v85.3zm21.3-64h85.3v42.7h-85.3v-42.7z"/></svg>
<svg class="tc-image-equalizer-v tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M832 448h16c26.4 0 48-21.6 48-48V240c0-26.4-21.6-48-48-48h-16V0H704v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128V448zM704 256h128v128H704V256zM528 832c26.4 0 48-21.6 48-48V624c0-26.4-21.6-48-48-48h-16V0H384v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128V832h16zM384 640h128v128H384V640zM208 448c26.4 0 48-21.6 48-48V240c0-26.4-21.6-48-48-48h-16V0H64v192H48c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128V448h16zM64 256h128v128H64V256z"/></svg>
<svg class="tc-image-equalizer2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 16"><path d="M13 7h.25c.412 0 .75-.338.75-.75v-2.5a.752.752 0 0 0-.75-.75H13V0h-2v3h-.25a.752.752 0 0 0-.75.75v2.5c0 .412.338.75.75.75H11v9h2V7zm-2-3h2v2h-2V4zm-2.75 9c.412 0 .75-.338.75-.75v-2.5A.753.753 0 0 0 8.25 9H8V0H6v9h-.25a.753.753 0 0 0-.75.75v2.5c0 .412.338.75.75.75H6v3h2v-3h.25zM6 10h2v2H6v-2zM3.25 7c.412 0 .75-.338.75-.75v-2.5A.752.752 0 0 0 3.25 3H3V0H1v3H.75a.752.752 0 0 0-.75.75v2.5c0 .412.337.75.75.75H1v9h2V7h.25zM1 4h2v2H1V4z"/></svg>
<svg class="tc-image-equals tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 11"><path d="M14 0H2a2 2 0 0 0 0 4h12a2 2 0 0 0 0-4zm0 7H2a2 2 0 0 0 0 4h12a2 2 0 0 0 0-4z"/></svg>
<svg class="tc-image-equals-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 13"><path d="M15 6H3C1.346 6 0 4.654 0 3s1.346-3 3-3h12c1.654 0 3 1.346 3 3s-1.346 3-3 3zM3 2a1.001 1.001 0 0 0 0 2h12a1.001 1.001 0 0 0 0-2H3zm12 11H3c-1.654 0-3-1.346-3-3s1.346-3 3-3h12c1.654 0 3 1.346 3 3s-1.346 3-3 3zM3 9a1.001 1.001 0 0 0 0 2h12a1.001 1.001 0 0 0 0-2H3z"/></svg>
<svg class="tc-image-equipment-belt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 126.97c-86.364 0-225.564 39.103-234.6 109.96-9.828 90.817 77.986 124.365 144.875 128.814v-78.592c-52.133 0-70.272-22.63-66.675-50.222 7.275-55.81 100.12-63.614 156.4-63.614s149.125 7.805 156.4 63.614c3.597 27.59-14.542 50.222-66.675 50.222v78.592c66.89-4.45 154.703-37.997 144.875-128.814-5.604-78.746-148.236-109.96-234.6-109.96zm71.656 152.257l-143.312.02V384.87l143.312.157V279.226zm-17.642 21.507v23.606h-82.29v19.592h82.29v21.523h-104.12V300.8h32.33l71.79-.066z"/></svg>
<svg class="tc-image-equipment-cloak tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23.316c-27.177 0-58.578 5.75-79.525 17.967-20.688 13.774-43.22 60.756-43.22 60.756-3.112 5.22-6.173 10.658-9.16 16.376-36.372 69.627-61.496 175.763-62.4 317.686 46.593 26.853 97.436 44.53 142.05 52.582-21.736-14.917-40.667-38.325-55.18-67.618 36.913-4.56 78.545-9.817 107.314-9.818 29.802 0 73.456 5.63 111.32 10.29-14.484 29.072-33.326 52.308-54.946 67.144 44.615-8.052 91.458-25.727 138.05-52.58-.903-141.923-26.027-248.06-62.4-317.686-2.986-5.718-6.047-11.156-9.16-16.375v-.003s-22.53-46.98-43.22-60.754c-23.52-11.95-52.347-17.967-79.524-17.967zm-.045 16.22c30.187 3.09 57.525 4.198 76.307 24.67-18.46 21.81-45.975 49.5-76.29 49.503-30.302.002-66.432-30.935-76.27-49.468 17.72-19.566 53.18-24.537 76.253-24.707zM170.57 80c5.43 12.588 52.522 49.167 85.375 49.25C289.09 129.333 336 91.16 342.32 80c0 0 12.28 18.68 18.594 31.057l4.55 10.906c20.518 45.148 32.614 92.753 32.614 158.1 0 45.65-8.408 88.144-22.873 123.724-32.45-4.387-73.958-7.39-119.205-7.39-43.513 0-83.54 2.78-115.408 6.896-14.34-35.48-22.67-77.792-22.67-123.23 0-65.347 8.096-112.952 28.613-158.1l4.55-10.906C157.378 98.725 170.57 80 170.57 80z"/></svg>
<svg class="tc-image-equipment-necklace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 17.12c-80.055 0-146.96 11.46-146.96 86.294 3.176 46.31 27.865 48.73 47.546 87.525 33.323 65.317 26.562 70.923 43.5 108.67 1.202 2.678 2.27 5.576 3.26 8.61 9.382 2.25 18.562 3.807 26.664 3.973l2.008-4.035-41.237-90.95c-23.33-59.194-65.534-81.684-65.303-112.478.303-40.477 28.157-69.41 129.843-68.84 105.162.587 130.883 27.404 132.082 68.973.612 21.207-44.356 58.01-64.32 115.63l-47.756 91.66c10.88-.37 23.584-3.116 36.098-6.678.71-1.71 1.687-3.282 2.213-4.96 12.574-40.15 12.044-45.83 43.636-107.757 21.512-38.208 40.718-48.8 45.686-89.344 0-74.833-66.905-86.295-146.96-86.295zm-3.834 277.737L237.834 324.6c-23.02-.476-55.97-13.1-74.252-19.473 1.806 12.728 15.387 42.465 16.162 58.176l-27.592 5.732 28.225 30.58c-.227 25.06-17.045 57.838-23.74 75.438 5.747-.733 31.057-9.59 37.44-10.155L191.3 494.88l49.374-27.892c-.48-1.364-.76-2.83-.76-4.36 0-6.958 5.38-12.63 12.25-13.14 6.87.51 12.248 6.182 12.248 13.14 0 1.532-.282 2.996-.758 4.36l49.375 27.893-2.776-29.982c6.384.567 31.694 9.422 37.44 10.155-6.694-17.6-23.5-50.38-23.74-75.438l28.224-30.58-27.592-5.732c.776-15.71 14.36-45.448 16.164-58.176-18.283 6.375-51.23 19-74.252 19.473l-14.332-29.743zm-75.957 24.247c15.53 6.215 39.34 14.43 56.194 14.992l-4.925 8.54c4.984 1.897 8.522 6.618 8.522 12.245 0 7.295-5.98 13.2-13.322 13.2-6.6 0-12.032-4.79-13.07-11.05l-19.952 4.18c-.7-11.076-8.67-30.437-13.45-42.106zm151.913 0c-4.78 11.67-12.75 31.03-13.45 42.107l-19.95-4.18c-1.04 6.26-6.472 11.05-13.07 11.05-7.343 0-13.323-5.905-13.323-13.2 0-5.626 3.538-10.345 8.524-12.243l-4.924-8.54c16.854-.562 40.66-8.778 56.193-14.993zm-75.955 35.242l10.922 18.93c-2.318.885-3.916 3.058-3.916 5.675 0 3.394 2.773 6.152 6.19 6.152 3.07 0 5.577-2.166 6.06-5.077l26.71 5.555-18.187 19.71c-1.13-1.54-2.988-2.448-5.05-2.448-3.416 0-6.188 2.7-6.188 6.092 0 3.392 2.772 6.152 6.186 6.152.7 0 1.332-.142 1.958-.36l3.093 26.758-22.92-10.392c.227-.634.254-1.26.254-1.973 0-3.045-2.194-5.5-5.112-5.974-2.916.476-5.115 2.93-5.115 5.973 0 .713.02 1.335.254 1.972l-22.918 10.392 3.092-26.757c.626.198 1.26.36 1.956.36 3.415 0 6.187-2.76 6.187-6.153s-2.77-6.092-6.188-6.092c-2.063 0-3.92.912-5.05 2.45l-18.184-19.712 26.707-5.555c.48 2.912 2.993 5.077 6.063 5.077 3.415 0 6.187-2.76 6.187-6.15 0-2.62-1.596-4.792-3.914-5.675l10.922-18.93zm50.93 51.252l-.04.05c4.358 0 8.262 1.917 10.796 4.9l.085-.087c.02.086.055.144.083.257 1.818 2.213 2.905 4.983 2.905 8.002 0 .616-.057 1.2-.114 1.792 4.52 14.428 8.95 30.55 12.565 39.3-2.733-.348-17.238-3.936-20.142-4.242l-2.78-23.89c-1.344.453-2.793.718-4.292.718-7.343 0-13.26-5.904-13.26-13.2 0-4.79 2.542-8.975 6.377-11.288.022-.022.113-.02.113-.084.114-.113.298-.142.442-.256.37-.226.744-.412 1.135-.6 1.854-.87 3.912-1.372 6.125-1.372zm-101.823.05c2.214 0 4.27.5 6.125 1.375.394.17.767.38 1.135.598.142.114.303.144.442.257.022.022.113.02.113.084 3.834 2.314 6.377 6.498 6.377 11.29 0 7.295-5.916 13.2-13.258 13.2-1.5 0-2.95-.254-4.296-.716l-2.78 23.89c-2.903.304-17.41 3.893-20.14 4.24 3.615-8.75 8.046-24.87 12.565-39.3-.115-.59-.115-1.173-.115-1.79 0-3.02 1.09-5.79 2.905-8.004.02-.085.055-.143.084-.256l.086.086c2.533-2.982 6.438-4.9 10.796-4.9l-.04-.052z"/></svg>
<svg class="tc-image-equipment-shirt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.973 22.965c-43.313 0-95.117 14.71-126.66 30.12-33.538 13.63-60.84 30.408-80.33 60.542-26.22 40.536-38.948 103.153-30.278 202.797 24.886 8.635 47.288 6.054 70.272-1.73-7.203-32.898-6.04-65.776 2.072-92.645 8.872-29.395 26.72-53.085 52.886-57.17l11.56-1.804.305 11.697c.226 8.523.38 17.397.485 26.434l.113 26.338c-.155 36.707-1.593 76.298-5.328 116.182 23.522 7.64 61.78 12.326 99.99 12.597l19.18-.244c35.59-1.145 69.858-6.043 90.4-12.78-4.562-61.128-4.866-122.812-6.34-172.464l-.407-13.7 13.267 3.44c26.03 6.746 44.022 30.776 53.246 60.528 8.425 27.166 9.814 59.957 2.668 92.833 17.938 5.68 35.678 7.15 53.602 4.926l18.355-2.453c4.31-78.49-5.98-156.066-26.157-193.04L450.48 96.767c-19.39-22.354-44.318-35.044-73.71-46.207-28.146-14.427-76.6-27.595-120.797-27.595zm0 12.724c27.095 0 55.783 8.103 80.42 18.845-13.03 11.505-29.087 19.462-46.176 24.008l-32.764 72.228-28.53-70.442c-19.852-3.88-38.642-12.34-53.34-25.76 25.763-11.032 54.585-18.88 80.39-18.88zm2.416 119.08l14.655 22.226-14.59 21.084-14.725-21.084 14.66-22.226zm0 49.603l14.655 22.23-14.59 21.083-14.725-21.084 14.66-22.23zm0 48.957l14.655 22.227-14.59 21.086-14.725-21.086 14.66-22.227zm0 49.553l14.655 22.228-14.59 21.085-14.725-21.084 14.66-22.227zm104.645 57.226c-27.583 8.572-66.045 12.127-105.467 12.314-39.638.188-79.132-3.107-108.078-12.07-.854 7.45-1.793 14.893-2.828 22.312 24.902 8.897 68.203 14.22 110.56 14.016 42.322-.205 84.93-6.02 108.116-14.32-.848-7.374-1.613-14.796-2.303-22.253zm5.71 37.913c-28.3 9.63-68.984 13.61-110.698 13.81-12.246.06-24.475-.22-36.402-.89l-17.637-1.314c-22.358-2.09-43.007-5.768-59.787-11.507-3.742 22.658-8.426 44.944-14.243 66.354 8.833 4.422 18.403 8.212 28.52 11.404l16.564 4.575c66.132 15.875 149.713 8.995 206.963-14.658-5.656-21.24-9.96-44.108-13.28-67.774z"/></svg>
<svg class="tc-image-equipment-trousers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M250.45 19.767c-44.556.187-87.24 7.376-118.562 21-16.176 147.458-32.792 298.827-46.72 425.75l123.344 24.814 34.157-262.844h20.63l34.25 263.75h.218l129.063-26.28c-15.71-141.714-31.023-283.473-46.724-425.19-38.697-14.307-85.098-21.17-129.655-21z"/></svg>
<svg class="tc-image-erase tc-image-button" width="22pt" height="22pt" viewBox="0 0 1006.6669921875 700"><path d="M906.667 0c28 0 51.667 9.667 71 29s29 43 29 71v500c0 26.667-9.667 50-29 70s-43 30-71 30h-478c-25.333 0-48.667-9.333-70-28l-340-296C0 358.667 0 340.667 18.667 322l340-296c20-17.333 43.333-26 70-26h478m-140 550l72-74-128-126 128-128-72-72-128 126-128-126-72 72 128 128-128 126 72 74 128-128 128 128"/></svg>
<svg class="tc-image-eraser tc-image-button" width="22pt" height="22pt" viewBox="0 0 1924.3333740234375 1280"><path d="M898.167 1152l336-384h-768l-336 384h768zm1013-1077q15 34 9.5 71.5t-30.5 65.5l-896 1024q-38 44-96 44h-768q-38 0-69.5-20.5t-47.5-54.5q-15-34-9.5-71.5t30.5-65.5l896-1024q38-44 96-44h768q38 0 69.5 20.5t47.5 54.5z"/></svg>
<svg class="tc-image-erlang tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.863000869750977 18.90399932861328"><path d="M4.683 18.902c-2.318-2.456-3.674-5.849-3.671-9.898-.003-3.58 1.122-6.658 3.056-9l-.003.001H0v18.897h4.683zm21.408.002c.999-1.069 1.893-2.329 2.704-3.769l-4.499-2.25c-1.58 2.569-3.891 4.933-7.086 4.949-4.651-.016-6.478-3.992-6.468-9.111H28.12c.023-.578.023-.847 0-1.125.113-3.045-.694-5.605-2.162-7.598l-.008.006h3.913v18.897l-3.773.001z"/><path d="M11.023 4.336c.192-2.317 2.02-3.876 4.162-3.881 2.157.005 3.715 1.563 3.768 3.881h-7.93z"/></svg>
<svg class="tc-image-erlenmeyer-flask tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.031982421875 448.0000305175781"><path d="M374.831 363.2L274.525 213.7c-12.8-20.3-19.009-44.4-19.009-70.2v-93c0-19.5 12.592-33.25 15.009-42.083C272.821.025 271.037 0 255.337 0H128.542c-15.999 0-18.548.009-16.311 8.416C114.649 17.5 127.516 31.8 127.516 51v92.5c0 25.8-7.285 49.8-20.085 70.2l-49.279 76.5-49.101 72.9C3.251 372.1 0 383.8 0 395.3c0 28 16.347 52.7 63.246 52.7h257.589c46.998 0 63.197-24.7 63.197-52.7-.1-11.5-3.401-23.1-9.201-32.1zm-29.597 45.3c-4.4 4.2-11.602 7.5-24.499 7.5H63.145c-12.8 0-20.8-3.5-25.199-7.7-2.7-2.6-6-7.05-6-13.35 0-5 1.4-10.125 3.9-14.125l99.039-150.392c15.699-25.199 24.632-55.231 24.632-86.932V32h64v111.4c0 31.199 7.761 61.3 23.859 87l100.523 150c2.499 4 3.968 9.25 3.968 14.25-.001 6.4-3.933 11.25-6.633 13.85z"/><path d="M325.233 378.801c.051.075.1.397 0 .249L243.361 256H139.714L58.645 379.151c-1.5 2.1-2.3 5.175-2.3 7.974 0 7.5 6.288 13.875 13.687 13.875h244c7.5 0 13.599-6.725 13.599-14.125-.001-2.5-1.099-6.074-2.398-8.074zM238.037 309.2c-1.5-1.5-2.3-3.601-2.3-5.7s.899-4.2 2.3-5.7c1.5-1.5 3.6-2.3 5.6-2.3 2.102 0 4.2.8 5.602 2.3 1.5 1.5 2.299 3.601 2.299 5.7s-.899 4.2-2.299 5.7c-1.5 1.5-3.5 2.3-5.602 2.3-2 0-4.1-.9-5.6-2.3zm46.899 59c-1.4.898-2.9 1.3-4.302 1.3-2.499 0-5.099-1.3-6.598-3.6L250.537 330c-2.4-3.7-1.4-8.7 2.299-11.1 1.4-.9 2.9-1.301 4.4-1.301 2.6 0 5.1 1.301 6.5 3.601l23.5 35.9c2.398 3.699 1.398 8.699-2.3 11.1z"/></svg>
<svg class="tc-image-erlenmeyer-flask-bubbles tc-image-button" width="22pt" height="22pt" viewBox="0 0 385 384"><path d="M382.4 363.1L264.5 163.9V14c0-7.7-6.5-14-14.5-14s-14.5 6.2-14.5 14v153.6c0 1.8.6 3.6 1.3 5.3-7.6-11.1-20.6-18.4-35.4-18.4-23.5 0-42.5 18.3-42.5 41 0 16.8 10.5 31.5 25.4 37.5h-72l35-58.5c1.2-2.1 2.1-4.5 2.1-6.9v-30.4c4 3.2 10 5.1 16.1 5.1 15.3 0 27.5-11.9 27.5-26.6 0-14.7-12.2-26.6-27.5-26.6-6.1 0-12.1 1.9-16.1 5.1V14c0-7.7-6.5-14-14.5-14s-14.5 6.2-14.5 14v149.9L2.6 363.1c-2.5 4.3-2.6 9.6 0 13.9 2.6 4.3 7.2 7 12.4 7h355c5.1 0 9.8-2.6 12.4-7 2.6-4.2 2.5-9.6 0-13.9zM218.7 233c14.9-6 25.4-20.8 25.4-37.5 0-5.7-1.2-11.2-3.4-16.1l31 53.6h-53z"/><path d="M201.6 64.6c12 0 21.7-9.4 21.7-20.9 0-11.6-9.7-20.9-21.7-20.9s-21.7 9.4-21.7 20.9c-.1 11.5 9.7 20.9 21.7 20.9z"/></svg>
<svg class="tc-image-error tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM64 256c0-106.1 86-192 192-192 42.1 0 81 13.7 112.6 36.7L100.7 368.6C77.7 337 64 298.1 64 256zm192 192c-42.1 0-81-13.7-112.6-36.7l267.9-267.9c23 31.7 36.7 70.5 36.7 112.6 0 106.1-86 192-192 192z"/></svg>
<svg class="tc-image-error-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM197.314 439.453h805.371v321.094h-805.37V439.453z"/></svg>
<svg class="tc-image-error-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M18 26h4v4h-4zm0-16h4v12h-4zm1.99-10C8.94 0 0 8.95 0 20s8.94 20 19.99 20S40 31.05 40 20 31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/></svg>
<svg class="tc-image-ethereum tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 9.893999099731445 16"><path d="M4.91 11.98L0 9.08 4.909 16l4.914-6.92-4.914 2.9zM4.984 0L.074 8.148l4.91 2.903 4.91-2.902L4.985 0z"/></svg>
<svg class="tc-image-etsy tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.934999465942383 16"><path d="M4.694 1.63c0-.217.022-.347.392-.347h4.978c.87 0 1.348.74 1.695 2.13l.283 1.11h.848C13.042 1.37 13.173 0 13.173 0s-2.13.24-3.392.24h-6.37L0 .13v.913l1.152.218c.804.153 1 .327 1.065 1.066 0 0 .065 2.174.065 5.76 0 3.588-.065 5.74-.065 5.74 0 .652-.26.89-1.065 1.044L0 15.088V16l3.413-.11h5.695c1.284 0 4.262.11 4.262.11.065-.783.5-4.326.565-4.717h-.804l-.848 1.934c-.674 1.522-1.652 1.63-2.74 1.63H6.304c-1.087 0-1.61-.434-1.61-1.37V8.523s2.414 0 3.197.065c.61.043.978.217 1.174 1.065l.26 1.13h.935l-.065-2.847.13-2.87h-.934l-.304 1.26c-.196.827-.327.98-1.174 1.066-1.11.11-3.218.088-3.218.088V1.63z"/></svg>
<svg class="tc-image-eur tc-image-button" width="22pt" height="22pt" viewBox="0 0 289.01202392578125 402.0111083984375"><path d="M279.007 335.992l10.005 45.998c0 2.673-.348 4.67-1.004 6-1.34 2.673-3 4.004-4.997 4.004l-2.007.994c-.665 0-1.669.348-3 1.003-1.34 0-2.673.348-4.004 1.004-.665 0-1.669.348-3 1.003-1.34.666-2.345 1.004-3 1.004-1.34 0-2.846.174-4.495.502-1.669.348-2.846.502-3.502.502-.665 0-1.843.174-3.502.502-1.669.348-3.174.502-4.495.502-1.34.665-3 1.168-4.997 1.495-1.997.348-3.666.502-4.997.502-4.004 0-7.342.348-10.005 1.004h-10.998c-44 0-82.995-12.33-117.002-36.997-33.34-25.334-56.002-59.003-68.004-100.997H9.001c-2.673 0-4.997-1.004-7.004-3-1.34-1.331-1.997-3.328-1.997-6v-32c0-1.997.656-4.332 1.997-7.004 1.331-1.331 3.656-1.997 7.004-1.997h18.995c-1.34-11.325-1.34-21.33 0-30.003H9.001c-2.673 0-4.997-1.004-7.004-3C.657 178.36 0 176.016 0 174.009v-32c0-1.997.656-4.332 1.997-7.004 2.652-1.331 4.997-1.997 7.004-1.997h27.996c12.656-39.332 35.656-71.66 68.997-97.004C139.991 12.002 178.319 0 220.989 0c19.333 0 37.653 1.997 55 6 2.651 1.342 4.658 2.673 6 4.005.654 1.997 1.003 4.342 1.003 7.004l-12 45.998c-1.342 2.673-2.674 4.342-4.005 4.997-2.673 1.997-4.997 2.345-7.004 1.003h-2.007c-1.34-.656-2.345-1.003-3-1.003L249.979 67c-1.34 0-3.348-.327-6-1.003-2.673-.656-5.346-1.004-7.997-1.004-1.997 0-4.669-.327-7.997-1.003h-7.997c-24.003 0-45.67 6-65.004 18.002-19.344 13.343-33.669 30.34-42.998 50.995h134.001c2.652 0 4.997 1.004 7.004 3s2.652 4.67 1.997 7.998l-7.004 32c-1.34 5.345-4.342 7.998-9 7.998h-138.98c-1.34 7.342-1.34 17.346 0 30.003h131c2.652 0 4.997 1.003 7.004 3 1.331 1.34 1.997 4.004 1.997 7.997l-7.004 32c-1.34 2.673-2.345 4.342-3 4.997-2.673 1.34-4.669 1.997-6 1.997h-111c10.66 22.672 24.995 40.346 42.997 53.002 19.333 13.342 41.001 19.998 65.004 19.998 4.66 0 8.325-.327 10.998-1.003 4.004 0 7.004-.327 9.001-1.004.655 0 1.997-.154 4.004-.502 1.997-.327 3.655-.502 4.997-.502.655 0 1.833-.154 3.502-.502 1.66-.327 2.826-.502 3.502-.502.655 0 1.495-.327 2.5-1.003 1.003-.656 1.832-1.004 2.498-1.004l3-1.003h1.997c1.997-1.331 4.332-1.331 7.004 0 2.007 1.382 3.655 3.389 5.008 6.04z"/></svg>
<svg class="tc-image-euro tc-image-button" width="22pt" height="22pt" viewBox="0 0 340.70001220703125 511"><path d="M244.8 63.9c31.9 0 69.2 14 95.8 31.9V21.3C313.6 8.4 276.8 0 244.8 0c-53.2 0-90.9 14.2-126.5 44.8-35.6 30.6-63.1 71.4-75.8 125.5H0v63.9h42.6v42.6H0v63.9h42.6C63.9 457.8 138.4 511 244.9 511c42.6 0 62.8-4.2 95.8-21.3v-74.5c-32.6 20-65.9 31.9-95.8 31.9-64.2 0-103-34-119.5-106.3l172.7-.1v-63.9H127.7v-42.6H298v-63.9H127.7c8.9-33.8 23.8-59.3 46.1-79.4 22.4-20.1 39.1-27 71-27z"/></svg>
<svg class="tc-image-euro-symbol tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36.00115203857422"><path d="M24 31.001c-5.01 0-9.36-2.84-11.53-7H24v-4H11.17c-.1-.65-.17-1.32-.17-2s.07-1.35.17-2H24v-4H12.47c2.17-4.16 6.51-7 11.53-7 3.23 0 6.18 1.18 8.45 3.13L36 4.601a17.94 17.94 0 0 0-12-4.6c-7.83 0-14.48 5.01-16.95 12H0v4h6.12c-.08.66-.12 1.32-.12 2 0 .68.04 1.34.12 2H0v4h7.05c2.47 6.99 9.12 12 16.95 12 4.61 0 8.82-1.75 12-4.6l-3.55-3.54a12.929 12.929 0 0 1-8.45 3.14z"/></svg>
<svg class="tc-image-ev-station tc-image-button" width="22pt" height="22pt" viewBox="0 0 33 36"><path d="M31.54 8.46l.03-.03L24.12 1 22 3.12l4.22 4.22A4.994 4.994 0 0 0 23 12c0 2.76 2.24 5 5 5 .71 0 1.39-.15 2-.42V31c0 1.1-.9 2-2 2s-2-.9-2-2v-9c0-2.21-1.79-4-4-4h-2V4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4v32h20V21h3v10c0 2.76 2.24 5 5 5s5-2.24 5-5V12c0-1.38-.56-2.63-1.46-3.54zM8 30v-9H4l8-15v10h4L8 30zm20-16c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
<svg class="tc-image-event tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M28 22H18v10h10V22zM26 0v4H10V0H6v4H4C1.79 4 .02 5.79.02 8L0 36c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4h-2V0h-4zm6 36H4V14h28v22z"/></svg>
<svg class="tc-image-event-available tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 853.33203125"><path d="M577.28 429.226l-45.227-45.227L323.84 592.212l-90.453-90.453-45.227 45.227 135.68 135.68 253.44-253.44zM682.667 85.333H640V0h-85.333v85.333H213.334V0h-85.333v85.333H85.334C38.187 85.333.427 123.52.427 170.666L0 767.999c0 47.147 38.187 85.333 85.333 85.333h597.334c47.147 0 85.333-38.187 85.333-85.333V170.666c0-47.147-38.187-85.333-85.333-85.333zm0 682.667H85.334V298.667h597.333V768z"/></svg>
<svg class="tc-image-event-busy tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 853.33203125"><path d="M269.227 682.666l104.107-104.107 104.107 104.107 45.227-45.227-104.107-104.107 104.107-104.107-45.227-45.227-104.107 104.107-104.107-104.107L224 429.225l104.107 104.107L224 637.439l45.227 45.227zm413.44-597.333H640V0h-85.333v85.333H213.334V0h-85.333v85.333H85.334C38.187 85.333.427 123.52.427 170.666L0 767.999c0 47.147 38.187 85.333 85.333 85.333h597.334c47.147 0 85.333-38.187 85.333-85.333V170.666c0-47.147-38.187-85.333-85.333-85.333zm0 682.667H85.334V298.667h597.333V768z"/></svg>
<svg class="tc-image-event-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M28 18H8v4h20v-4zm4-14h-2V0h-4v4H10V0H6v4H4C1.79 4 .02 5.79.02 8L0 36c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm0 32H4V14h28v22zM22 26H8v4h14v-4z"/></svg>
<svg class="tc-image-event-seat tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 36"><g transform="translate(-4 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M8 36v6h6v-6h20v6h6V30H8zm30-16h6v6h-6zM4 20h6v6H4zm30 6H14V10c0-2.21 1.79-4 4-4h12c2.21 0 4 1.79 4 4v16z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-eventasaurus tc-image-button" width="22pt" height="22pt" viewBox="0 0 517.632080078125 512"><path d="M.001 430.592V83.456c0-22.528 7.338-42.07 22.015-58.624C36.694 8.277 55.126 0 77.312 0h356.864c23.893 0 43.776 6.4 59.649 19.2 15.871 12.8 23.807 30.976 23.807 54.527v30.208c-25.258-4.778-44.202-8.191-56.832-10.239-18.09-2.39-27.306-3.584-27.647-3.584-3.414-1.024-8.449-2.73-15.105-5.12-6.655-2.39-12.458-4.181-17.408-5.376-4.95-1.195-10.496-1.792-16.64-1.792-21.162 0-43.69 8.021-67.584 24.063-11.605 1.025-27.904 2.22-48.896 3.584-20.992 1.366-40.106 2.902-57.344 4.609-17.237 1.706-33.535 4.096-48.895 7.168h-1.025l-.512.511h-2.047l-.513.513h-.512c-24.576 4.779-39.424 9.216-44.544 13.312-6.144 5.12-9.557 17.237-10.24 36.351v84.48l-1.536 9.217 269.312 6.656 40.96-13.824c-15.019 26.965-26.966 49.493-35.84 67.584l-54.272 24.064-207.872 3.584c-1.024 1.024-2.731 1.622-5.12 1.792s-4.267.939-5.632 2.304c1.365 8.874 2.56 15.53 3.584 19.968 4.096 17.749 23.211 27.818 57.344 30.208 70.315 4.437 127.488 6.656 171.52 6.656 12.971 0 33.451-3.414 61.44-10.24 27.99-6.827 49.664-10.24 65.024-10.24 22.187 0 41.131 4.949 56.832 14.848v27.648c0 52.906-26.282 79.36-78.848 79.36H68.608c-20.821 0-37.461-8.192-49.92-24.576C6.23 471.04 0 452.096 0 430.592zm353.28-279.552c0-4.779 1.706-8.96 5.12-12.544 3.413-3.584 7.509-5.376 12.288-5.376s8.96 1.792 12.544 5.376 5.376 7.765 5.376 12.544-1.792 8.875-5.376 12.288-7.766 5.12-12.544 5.12c-4.78 0-8.875-1.706-12.288-5.12-3.414-3.413-5.12-7.51-5.12-12.288z"/></svg>
<svg class="tc-image-eventbrite tc-image-button" width="22pt" height="22pt" viewBox="0 0 438.0950012207031 512"><path d="M1.023 449.023c1.023-10.576 3.071-21.856 6.144-33.792 3.744-15.36 16.032-75.184 36.864-179.456C64.846 131.504 76.959 71.839 80.382 56.832c4.097-17.744 8.193-30.128 12.289-37.12 4.096-7.008 10.752-12.033 19.967-15.105C121.855 1.536 136.703 0 157.182 0h123.393c20.144 0 43.168.175 69.104.51 25.952.337 45.744.513 59.408.513 14 0 22.528 7.68 25.6 23.04 3.408 16.384-.496 32.08-11.776 47.105-10.24 13.664-24.064 20.48-41.472 20.48H176.127l-25.6 119.295 180.225 1.536c15.024 0 24.24 7.68 27.664 23.04 3.408 15.36-.192 29.697-10.752 43.008-9.216 11.265-21.168 16.897-35.84 16.897H127.488L102.912 422.4h221.184c21.84 0 34.912 7.423 39.168 22.272 4.257 14.848 1.36 29.775-8.703 44.815-10.065 15.01-21.6 22.513-34.56 22.513H36.864c-10.24 0-18.352-2.896-24.32-8.704-5.983-5.792-9.647-13.664-11.008-23.552-1.36-9.888-1.536-20.144-.512-30.72z"/></svg>
<svg class="tc-image-eventful tc-image-button" width="22pt" height="22pt" viewBox="0 0 421.8880615234375 511.98309326171875"><path d="M.001 255.487c0-36.527 4.96-71.008 14.848-103.424 9.551-31.408 23.712-58.544 42.496-81.408 19.12-22.864 42.16-40.272 69.12-52.224C154.112 6.143 184.48 0 217.601 0c43.68 0 80.736 10.416 111.104 31.231 30.72 20.144 53.92 46.944 69.647 80.384 15.68 32.432 23.536 65.888 23.536 100.353 0 31.744-8.015 52.223-24.08 61.456-16.032 9.2-38.56 13.807-67.568 13.807H113.665c0 29.008 5.12 54.289 15.36 75.777 9.903 22.192 22.863 38.56 38.911 49.152 17.056 11.248 35.152 16.896 54.288 16.896 13.985 0 26.096-1.697 36.336-5.12 10.576-3.424 21.152-9.04 31.744-16.896 10.56-7.52 20.128-15.536 28.656-24.064 8.528-8.529 19.808-20.32 33.792-35.344 5.12-5.456 13.136-8.193 24.064-8.193 11.616 0 20.832 3.601 27.648 10.752 7.184 7.185 10.768 17.073 10.768 29.697 0 10.927-3.92 24.24-11.775 39.935-7.168 14.673-19.105 29.185-35.825 43.52-15.712 14-35.504 25.6-59.408 34.817-24.223 9.216-51.696 13.823-82.431 13.823-71.329 0-126.801-23.04-166.385-69.103C19.792 396.447 0 334 0 255.487zm113.664-39.936h200.704c-2.4-42.672-12.624-74.752-30.721-96.256C266.24 98.143 243.024 87.551 214 87.551c-28 0-50.688 10.752-68.096 32.256-17.728 21.504-28.48 53.424-32.24 95.744z"/></svg>
<svg class="tc-image-eventstore tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.377466201782227 16.035011291503906"><path d="M3.516 2.283c.286-.167.583-.315.893-.444a7.007 7.007 0 0 1 2.024-.508l.752.857-.345.88a5.994 5.994 0 0 0-1.914.74l-.13.08-.125-1.16-1.155-.448z"/><path d="M3.19 2.49l1.193.46.125 1.14a4.877 4.877 0 0 0-1.603 2.02L2.07 5.09.7 5.38c.34-.736.8-1.394 1.375-1.974a7.165 7.165 0 0 1 1.113-.917zm7.856 8.036c.13-.216.235-.435.32-.66l1.292 1.567 2.17-.468a8.425 8.425 0 0 1-.442 1.005 7.521 7.521 0 0 1-1.765 2.24 7.06 7.06 0 0 1-2.515 1.406c-.018.006-.037.01-.055.017l-1.608-1.36.42-1.85.033-.014a4.485 4.485 0 0 0 2.15-1.885z"/><path d="M13.763 3.21a8.42 8.42 0 0 1 1.402 3.24c.186.94.212 1.886.08 2.835-.067.456-.167.9-.303 1.335l-2.166.466-1.3-1.572a3.83 3.83 0 0 0 .04-1.806 3.784 3.784 0 0 0-.97-1.9l2.34-.28.876-2.318zM.551 5.73l1.4-.296.824 1.006a4.486 4.486 0 0 0-.19 2.254c.033.222.082.437.144.646l-1.478-.337-1.06 1.254a7.554 7.554 0 0 1-.19-1.703c.002-.967.18-1.9.538-2.8l.01-.025z"/><path d="M2.846 9.687c.213.562.526 1.076.94 1.544.31.356.66.65 1.042.88l-1.467.84.08 1.91a7.302 7.302 0 0 1-2.896-3.48c-.1-.25-.184-.5-.256-.75l1.083-1.28 1.477.336z"/><path d="M5.148 12.286c.315.157.653.277 1.012.36.805.186 1.59.155 2.353-.094l-.417 1.838 1.592 1.347a8.403 8.403 0 0 1-2.44.267 7.677 7.677 0 0 1-3.488-.956l-.08-1.922 1.468-.84zm8.39-9.37l-.875 2.325-2.41.286A5.19 5.19 0 0 0 7.366 4.3c-.226-.02-.445-.028-.66-.02l.84-2.153L5.733.062A14.163 14.163 0 0 1 7.366.016c.327.01.65.034.973.075.453.06.9.153 1.343.28A7.575 7.575 0 0 1 13.54 2.92z"/></svg>
<svg class="tc-image-evernote tc-image-button" width="22pt" height="22pt" viewBox="0 0 428.54400634765625 512"><path d="M0 158.208c0-13.664 2.56-23.552 7.68-29.696 3.072-4.784 7.52-8.368 13.311-10.752 6.145-3.072 14.16-4.608 24.065-4.608h48.143c5.12 0 9.553-1.888 13.313-5.648 3.76-3.744 5.632-8.193 5.632-13.312 0-7.168-.16-14.673-.512-22.528V41.472c0-8.528 2.048-16.032 6.144-22.528 5.12-7.168 13.664-12.464 25.6-15.872C147.119 1.024 156.159 0 170.496 0h9.728c20.143.672 36.864 3.584 50.176 8.704 12.976 5.456 20.656 16.048 23.024 31.744 8.88-.336 17.056-.513 24.592-.513 18.095 0 33.28.85 45.568 2.561 33.088 4.096 55.12 8.192 66.031 12.288 14.336 4.432 23.409 15.872 27.153 34.304 3.408 18.768 6.464 54.624 9.215 107.52 1.68 30.368 2.561 55.473 2.561 75.265 0 15.007-.528 27.12-1.568 36.335-5.44 58.72-12.785 102.064-22 130.064-4.785 14.336-9.569 26.016-14.336 35.056-4.769 9.04-9.472 16.304-14.065 21.744-4.624 5.472-10.847 9.408-18.687 11.776-7.872 2.384-15.12 3.84-21.777 4.352-6.655.512-16.607.8-29.92.8-36.88 0-61.711-4.336-74.496-13.056-12.8-8.688-19.2-26.88-19.2-54.528 0-15.344 1.633-27.568 4.864-36.592 3.248-9.04 8.88-15.456 16.913-19.2 8-3.76 15.936-5.984 23.807-6.656 5.12-.336 11.937-.512 20.465-.512h14.336c1.344 0 2.32.256 2.815.784.496.496.592 1.344.256 2.544s-.752 2.48-1.28 3.84c-.495 1.36-1.024 3.232-1.535 5.648-.496 2.368-.785 4.592-.785 6.656 0 3.056.336 6.224 1.025 9.472.687 3.232.848 5.28.527 6.144-.336.864-1.567 1.264-3.6 1.264h-10.255s-1.68.096-5.12.272c-3.409.176-5.12.416-5.12.768 0 .352-1.44.784-4.336 1.28-2.913.512-4.256 1.183-4.096 2.048.191.864-.752 1.888-2.817 3.072-2.032 1.184-2.72 2.72-2.032 4.608.656 1.871.496 3.824-.527 5.888 0 4.784.687 8.688 2.063 11.76 1.344 3.072 2.624 5.472 3.84 7.168 1.185 1.696 4.256 2.912 9.185 3.6 4.975.672 8.72 1.008 11.28 1.008h16.623c19.473 0 31.937-2.304 37.376-6.928 5.473-4.592 8.225-15.44 8.225-32.496 0-25.936-3.153-43.44-9.504-52.48-6.32-9.04-15.937-14.416-28.912-16.128-30.033-3.072-50.336-6.48-60.945-10.24-18.095-6.848-27.12-27.136-27.12-60.944 0-.688-.431-1.024-1.279-1.024-.864 0-1.28.336-1.28 1.024 0 22.88-3.073 43.344-9.216 61.44l-4.097 12.288c-3.744 8.544-10.063 12.992-18.943 13.312h-3.072c-8.193 0-17.409-1.36-27.649-4.096-43.344-5.456-77.136-13.472-101.376-24.064-8.191-3.744-14.512-10.576-18.943-20.464-5.809-11.952-11.857-33.872-18.177-65.792S3.759 198 2.048 184.336C.688 173.056 0 164.352 0 158.208zM3.071 97.28v-1.024l93.697-92.16c0-.337.175-.512.511-.512l-1.536 3.072C92 13.488 90.111 21.664 90.111 31.232c0 7.504.176 25.088.513 52.736 0 3.408-1.713 5.12-5.12 5.12H37.888c-11.616 0-21.68 1.887-30.208 5.632a66.858 66.858 0 0 1-4.609 2.56zm290.833 148.48c7.152-1.023 15.007-1.536 23.536-1.536 15.376.336 29.184 3.408 41.471 9.217 0-29.01-10.399-43.857-31.215-44.544h-1.536c-10.256 0-17.744 3.407-22.528 10.24-5.136 7.167-8.384 16.047-9.728 26.623z"/></svg>
<svg class="tc-image-everplaces tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.963000297546387"><path d="M7.226 15.963C3.173 15.573 0 12.153 0 8c0-4.415 3.585-8 8-8s8 3.585 8 8c0 4.154-3.173 7.573-7.226 7.963v-4.698A3.357 3.357 0 0 0 8 4.645a3.356 3.356 0 0 0-.775 6.62v4.698zm-.258-9.77a.775.775 0 1 1-.002 1.548.775.775 0 0 1 .002-1.547z"/></svg>
<svg class="tc-image-exception tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 1023"><path d="M671 383q13 0 22.5 9t9.5 23v448q0 14-9.5 23.5T671 895q-13 0-22.5-9t-9.5-23V415q0-14 9.5-23t22.5-9zm0 576q13 0 22.5 9.5T703 991t-9.5 22.5-22.5 9.5-22.5-9.5T639 991t9.5-22.5T671 959zM159 256h384q13 0 22.5 9.5T575 288t-9.5 22.5T543 320H159q-13 0-22.5-9.5T127 288t9.5-22.5T159 256zm0 192h192q13 0 22.5 9.5T383 480t-9.5 22.5T351 512H159q-13 0-22.5-9.5T127 480t9.5-22.5T159 448zm0 192h192q13 0 22.5 9.5T383 672t-9.5 22.5T351 704H159q-13 0-22.5-9.5T127 672t9.5-22.5T159 640zM0 64v832q0 26 18.5 45T64 960h480q13 0 22.5-9.5T576 928q0-14-9.5-23t-22.5-9H64V64h832v832h-98q-13 0-22.5 9t-9.5 23q0 13 9.5 22.5T798 960h98q26 0 45-19t19-45V64q0-27-19-45.5T896 0H64Q37 0 18.5 18.5T0 64z"/></svg>
<svg class="tc-image-excerpt tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v1h7V0H0zm0 2v1h5V2H0zm0 2v1h8V4H0zm0 2v1h1V6H0zm2 0v1h1V6H2zm2 0v1h1V6H4z"/></svg>
<svg class="tc-image-exchange tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1344"><path d="M1792 896v192q0 13-9.5 22.5t-22.5 9.5H384v192q0 13-9.5 22.5T352 1344q-12 0-24-10L9 1014q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5T384 672v192h1376q13 0 22.5 9.5t9.5 22.5zm0-544q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5T1408 672V480H32q-13 0-22.5-9.5T0 448V256q0-13 9.5-22.5T32 224h1376V32q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23z"/></svg>
<svg class="tc-image-exchange-xy tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.177999496459961 14.033857345581055"><path d="M4.044 13.87a.367.367 0 0 1-.507 0 .36.36 0 0 1-.001-.508l1.431-1.436-.484-.002c-2.558-.01-3.539-1.14-3.897-1.81a2.285 2.285 0 0 1-.284-.971c.624 1.315 2.126 2.063 4.185 2.063h.489L3.537 9.769a.36.36 0 0 1 0-.508.367.367 0 0 1 .508 0l2.051 2.048c.067.069.105.159.105.255s-.038.188-.105.254L4.044 13.87zM7.27 2.186a.364.364 0 0 0 .001.51l2.051 2.048a.37.37 0 0 0 .508 0 .36.36 0 0 0-.002-.508L8.39 2.799h.488c2.057 0 3.562.749 4.184 2.064a2.273 2.273 0 0 0-.281-.971c-.359-.67-1.342-1.8-3.898-1.811l-.484-.002L9.829.643a.358.358 0 0 0 0-.508.367.367 0 0 0-.506 0L7.27 2.185zM.146 6.155c-.11.154-.146.3-.111.438a.541.541 0 0 0 .245.332c.308.205.564.164.77-.125L5.197.998a.525.525 0 0 0 .104-.39C5.284.477 5.19.358 5.024.257c-.167-.103-.321-.13-.462-.082-.141.048-.274.159-.395.332L.146 6.155zM1.349.382C1.238.235 1.127.156 1.007.146.887.136.746.19.579.305a.595.595 0 0 0-.231.342.448.448 0 0 0 .047.38L4.542 6.79a.647.647 0 0 0 .322.26c.119.039.268 0 .448-.115.167-.11.262-.223.283-.342a.382.382 0 0 0-.061-.313L1.349.382zm10.026 10.67l1.701-3.118a.74.74 0 0 0 .102-.366c-.002-.115-.08-.228-.236-.337a.704.704 0 0 0-.398-.095c-.08.006-.16.027-.236.062s-.137.09-.182.168l-1.357 2.617-1.404-2.656c-.07-.128-.182-.191-.332-.191s-.289.038-.418.115a.47.47 0 0 0-.232.332.573.573 0 0 0 .059.39l1.703 3.079v2.482c0 .115.047.229.139.337s.249.163.474.163.385-.051.477-.154a.506.506 0 0 0 .141-.346v-2.482z"/></svg>
<svg class="tc-image-exclamation tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 34"><path d="M17 34C7.6 34 0 26.4 0 17S7.6 0 17 0s17 7.6 17 17-7.6 17-17 17zm0-32C8.7 2 2 8.7 2 17s6.7 15 15 15 15-6.7 15-15S25.3 2 17 2z"/><path d="M16 24h2v2h-2zm1.6-2h-1.2l-.4-8V8h2v6z"/></svg>
<svg class="tc-image-exclamation-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M768 0q209 0 385.5 103T1433 382.5 1536 768t-103 385.5-279.5 279.5T768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0zm128 1247v-190q0-14-9-23.5t-22-9.5H673q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8H658q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5T894 903z"/></svg>
<svg class="tc-image-exclamation-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 704q-13 0-22.5-9.5T480 672V224q0-13 9.5-22.5T512 192t22.5 9.5T544 224v448q0 13-9.5 22.5T512 704zm0 128q-13 0-22.5-9.5T480 800t9.5-22.5T512 768t22.5 9.5T544 800t-9.5 22.5T512 832zm0-768q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0z"/></svg>
<svg class="tc-image-exclamation-sign tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM381.958 118.213h436.084l-93.75 660.571H475.708l-93.75-660.571zm220.386 705.542c71.262 0 129.052 57.79 129.052 129.053 0 71.262-57.79 128.979-129.052 128.979S473.29 1024.07 473.29 952.807c0-71.262 57.79-129.052 129.053-129.052z"/></svg>
<svg class="tc-image-exclamation-triangle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1806.666748046875 1664"><path d="M1031.333 1375v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z"/></svg>
<svg class="tc-image-exit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 512"><path d="M469.3 469.3H42.7V42.7H256L298.7 0h-256C19.1 0 0 19.1 0 42.7v426.7C0 492.9 19.1 512 42.7 512h426.7c23.6 0 42.7-19.1 42.7-42.7V320l-42.7 42.7v106.6zm-384-42.6C149.1 255.7 234.7 256 362.7 256v85.3L512 192 362.7 42.7V128C85.3 128 85.1 341.1 85.3 426.7z"/></svg>
<svg class="tc-image-exit-fullscreen tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.104914665222168 13.006976127624512"><path d="M5.052 4.485l-.002.01.002.009a.483.483 0 0 1-.137.332c-.005.005-.007.012-.01.016-.017.016-.039.026-.057.04a.487.487 0 0 1-.297.111l-.008-.001-.009.001H.572a.509.509 0 0 1-.52-.5.509.509 0 0 1 .518-.5h2.775L.208.868A.51.51 0 0 1 .196.147a.507.507 0 0 1 .72.013l3.136 3.136V.522a.509.509 0 0 1 .5-.519c.275-.002.5.232.5.518v3.964zm7.482-.482H9.76L12.896.867a.51.51 0 0 0 .013-.721.507.507 0 0 0-.72.013L9.053 3.295V.522a.51.51 0 0 0-.5-.519.509.509 0 0 0-.5.518v3.964l.001.01-.002.009c0 .129.054.244.137.332.005.005.007.012.012.016.016.016.038.026.057.04a.477.477 0 0 0 .295.111l.008-.001.01.001h3.962a.508.508 0 0 0 .52-.5.509.509 0 0 0-.519-.5zm-7.482 4.5a.485.485 0 0 0-.137-.332c-.005-.005-.007-.012-.01-.017-.018-.015-.039-.025-.057-.039a.486.486 0 0 0-.297-.112l-.008.002-.009-.002H.572a.51.51 0 0 0-.52.5c-.002.275.232.5.518.5h2.775L.208 12.14a.51.51 0 0 0-.013.721.507.507 0 0 0 .72-.014l3.136-3.136v2.774c0 .287.226.52.501.518.275.004.5-.23.5-.518V8.523l-.002-.01.002-.01zm4.707.5h2.775a.51.51 0 0 0 .518-.5.51.51 0 0 0-.52-.5H8.57l-.009.002-.008-.002a.486.486 0 0 0-.297.112c-.018.014-.039.024-.056.039l-.01.017a.485.485 0 0 0-.138.332l.002.01-.002.01v3.963c0 .287.225.521.5.517a.508.508 0 0 0 .501-.518V9.711l3.136 3.136a.507.507 0 0 0 .72.014.51.51 0 0 0-.013-.721L9.76 9.003z"/></svg>
<svg class="tc-image-exit-to-app tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M14.17 25.17L17 28l10-10L17 8l-2.83 2.83L19.34 16H0v4h19.34l-5.17 5.17zM32 0H4C1.79 0 0 1.79 0 4v8h4V4h28v28H4v-8H0v8c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000770568847656 7"><path d="M5 2.312a.303.303 0 0 0-.092-.22.3.3 0 0 0-.22-.092H.314a.298.298 0 0 0-.22.093.3.3 0 0 0-.092.219c0 .083.03.157.093.22L2.28 4.719c.062.062.136.093.22.093s.157-.031.22-.094l2.188-2.187A.3.3 0 0 0 5 2.312zM14 .5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5zm0 2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5zm0 2a.5.5 0 0 1-.5.5h-7a.5.5 0 1 1 0-1h7a.5.5 0 0 1 .5.5zm0 2a.5.5 0 0 1-.5.5h-7a.5.5 0 1 1 0-1h7a.5.5 0 0 1 .5.5z"/></svg>
<svg class="tc-image-expand-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v1h8V0H0zm2 2l2 2 2-2H2zM0 6v2h8V6H0z"/></svg>
<svg class="tc-image-expand-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v8h1V0H0zm6 0v8h2V0H6zM2 2v4l2-2-2-2z"/></svg>
<svg class="tc-image-expand-less tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 316.3730163574219"><path d="M256 0L0 256l60.373 60.373L256 120.746l195.627 195.627L512 256z"/></svg>
<svg class="tc-image-expand-more tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 316.3730163574219"><path d="M451.627 0L256 195.627 60.373 0 0 60.373l256 256 256-256z"/></svg>
<svg class="tc-image-expand-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v8h2V0H0zm7 0v8h1V0H7zM6 2L4 4l2 2V2z"/></svg>
<svg class="tc-image-expand-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v2h8V0H0zm4 4L2 6h4L4 4zM0 7v1h8V7H0z"/></svg>
<svg class="tc-image-expeditedssl tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M896 64q-169 0-323 66T307.5 307.5 130 573 64 896t66 323 177.5 265.5T573 1662t323 66 323-66 265.5-177.5T1662 1219t66-323-66-323-177.5-265.5T1219 130 896 64zm0-64q182 0 348 71t286 191 191 286 71 348-71 348-191 286-286 191-348 71-348-71-286-191-191-286T0 896t71-348 191-286T548 71 896 0zM496 832q16 0 16 16v480q0 16-16 16h-32q-16 0-16-16V848q0-16 16-16h32zm400 64q53 0 90.5 37.5t37.5 90.5q0 35-17.5 64t-46.5 46v114q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23v-114q-29-17-46.5-46t-17.5-64q0-53 37.5-90.5T896 896zm0-768q209 0 385.5 103T1561 510.5 1664 896t-103 385.5-279.5 279.5T896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128zM544 608v96q0 14 9 23t23 9h64q14 0 23-9t9-23v-96q0-93 65.5-158.5T896 384t158.5 65.5T1120 608v96q0 14 9 23t23 9h64q14 0 23-9t9-23v-96q0-146-103-249T896 256 647 359 544 608zm864 736V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v512q0 26 19 45t45 19h896q26 0 45-19t19-45z"/></svg>
<svg class="tc-image-explicit tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-8 12h-8v4h8v4h-8v4h8v4H12V8h12v4z"/></svg>
<svg class="tc-image-explore tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 17.8c-1.21 0-2.2.99-2.2 2.2s.99 2.2 2.2 2.2a2.2 2.2 0 0 0 0-4.4zM20 0C8.95 0 0 8.95 0 20c0 11.04 8.95 20 20 20s20-8.96 20-20C40 8.95 31.05 0 20 0zm4.38 24.38L8 32l7.62-16.38L32 8l-7.62 16.38z"/></svg>
<svg class="tc-image-export tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.013999938964844 13.578840255737305"><path d="M13.817 4.288c0 .012-.006.02-.006.032a.544.544 0 0 1-.033.163.516.516 0 0 1-.106.158l-.005.004-3.777 3.77c-.1.1-.23.136-.362.136s-.264-.077-.364-.178a.582.582 0 0 1 0-.782l2.901-3.012H3.41c-.332 0-2.396.91-2.396 3.43v2.57s.074.61-.493.61c-.521 0-.507-.61-.507-.61v-2.57c0-2.821 2.115-4.167 3.182-4.394.035-.008.119-.036.156-.036h8.713L9.165.777c-.201-.2-.201-.427 0-.626a.511.511 0 0 1 .725 0l3.777 3.775c.01.01.014.022.021.032a.564.564 0 0 1 .09.136.58.58 0 0 1 .035.174c0 .007.004.013.004.02zm-.803 5.29v3h-12c-1 0-1 1 0 1h12a1 1 0 0 0 1-1v-3c0-1-1-1-1 0z"/></svg>
<svg class="tc-image-export-excel tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.957000732421875 13.967999458312988"><path d="M9.908 5.918h-.951v-.95h.951v.95zm0 1.088h-.951v.95h.951v-.95zm0 1.962h-.951v.95h.951v-.95zm0 2.051h-.951v.949h.951v-.949zm2.044-4.013h-.951v.95h.951v-.95zm0 1.962h-.951v.95h.951v-.95zm0 2.051h-.951v.949h.951v-.949zM0 2.748v8.512l6.921.69V2.017L0 2.748zm5.371 6.594c-.136.088-.249.117-.34.088a.501.501 0 0 1-.244-.197L3.462 7.39 2.14 9.241c-.156.219-.35.25-.584.094a.417.417 0 0 1-.186-.251c-.026-.104.001-.216.084-.332l1.485-2.087-1.295-1.801a.342.342 0 0 1-.037-.289.446.446 0 0 1 .175-.259c.126-.087.234-.127.324-.12s.177.067.26.179l1.1 1.55L4.503 4.47c.092-.131.191-.215.299-.252s.224-.016.35.062c.126.078.197.167.211.266s-.012.199-.08.295L3.985 6.657l1.553 2.188c.049.068.064.147.048.237s-.089.178-.215.26zM11.057 0H1.395a.44.44 0 0 0-.438.438v1.346l1-.092V.943h8v3.025h3V13h-11v-.68l-1-.096v1.306c0 .242.197.438.438.438H13.52c.24 0 .437-.196.437-.438V2.968L11.057 0zm-.125 3V1.068L12.957 3h-2.025z"/></svg>
<svg class="tc-image-export-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.097946166992188 18"><path d="M18.711 6.796C18.67 6.755 14.656 2.7 12.729.65A2.277 2.277 0 0 0 11.143 0C9.961 0 9 .896 9 2H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6.045a835.426 835.426 0 0 1 2.711-2.751.999.999 0 0 0 0-1.408zm-7.432 6.145l-.136.059-.144-.04V9h-1c-1.771.034-3.336.68-4.753 1.958C5.676 8.743 6.846 6 9.999 6h1V2.042L11.143 2l.154.05c1.436 1.525 4.051 4.187 5.297 5.45-.253.257-4.342 4.422-5.315 5.441zM2 16V4h8v1c-4.66 0-6 4.871-6 8.5v.5c1.691-2.578 3.6-3.953 6-4v3c0 .551.512 1 1.143 1 .364 0 .676-.158.883-.391.539-.565 1.242-1.291 1.976-2.043V16H2z"/></svg>
<svg class="tc-image-exposure tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M26 30v4h4v-4h4v-4h-4v-4h-4v4h-4v4h4zM36 0H4C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM6 6h12v4H6V6zm30 30H4L36 4v32z"/></svg>
<svg class="tc-image-exposure-neg-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 26"><path d="M0 12v4h16v-4H0zm30 14h-4V4.75L20 6.8V3.4L29.4 0h.6v26z"/></svg>
<svg class="tc-image-exposure-neg-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 26"><path d="M26.09 22.58l5.73-6.13c.75-.79 1.44-1.57 2.08-2.35.63-.78 1.18-1.56 1.64-2.33.46-.78.82-1.55 1.07-2.33.26-.78.39-1.57.39-2.37 0-1.07-.18-2.04-.54-2.92-.36-.87-.88-1.62-1.57-2.23C34.2 1.31 33.36.84 32.36.5c-1-.33-2.14-.5-3.42-.5-1.38 0-2.62.21-3.7.64-1.08.43-1.99 1.01-2.73 1.75s-1.3 1.61-1.68 2.6c-.36.94-.54 1.95-.56 3.01h4.28c.01-.62.09-1.21.26-1.74.18-.58.45-1.08.81-1.5.36-.42.81-.74 1.35-.98.55-.23 1.19-.35 1.93-.35.61 0 1.15.1 1.62.31.47.21.87.49 1.19.85.32.36.57.8.74 1.29.17.5.25 1.04.25 1.63 0 .43-.06.87-.17 1.3-.11.43-.3.9-.58 1.4-.28.5-.65 1.05-1.11 1.66-.46.6-1.05 1.29-1.75 2.07l-8.35 9.11V26H38v-3.42H26.09zM0 12v4h16v-4H0z"/></svg>
<svg class="tc-image-exposure-plus-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 26"><path d="M12 4H8v8H0v4h8v8h4v-8h8v-4h-8V4zm20 22h-4V4.75L22 6.8V3.4L31.4 0h.6v26z"/></svg>
<svg class="tc-image-exposure-plus-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26"><path d="M28.09 22.58l5.73-6.13c.75-.79 1.44-1.57 2.08-2.35.63-.78 1.18-1.56 1.64-2.33.46-.78.82-1.55 1.07-2.33.26-.78.39-1.57.39-2.37 0-1.07-.18-2.04-.54-2.92-.36-.87-.88-1.62-1.57-2.23C36.2 1.31 35.36.84 34.36.5c-1-.33-2.14-.5-3.42-.5-1.38 0-2.62.21-3.7.64-1.08.43-1.99 1.01-2.73 1.75s-1.3 1.61-1.68 2.6c-.36.94-.54 1.95-.56 3.01h4.28c.01-.62.09-1.21.26-1.74.18-.58.45-1.08.81-1.5.36-.42.81-.74 1.35-.98.55-.23 1.19-.35 1.93-.35.61 0 1.15.1 1.62.31.47.21.87.49 1.19.85.32.36.57.8.74 1.29.17.5.25 1.04.25 1.63 0 .43-.06.87-.17 1.3-.11.43-.3.9-.58 1.4-.28.5-.65 1.05-1.11 1.66-.46.6-1.05 1.29-1.75 2.07l-8.35 9.11V26H40v-3.42H28.09zM12 4H8v8H0v4h8v8h4v-8h8v-4h-8V4z"/></svg>
<svg class="tc-image-exposure-zero tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.56999969482422 25.990001678466797"><path d="M16.55 14.99c0 2-.2 3.7-.59 5.1-.39 1.4-.95 2.53-1.67 3.41-.72.87-1.59 1.51-2.6 1.9-1.01.39-2.14.59-3.39.59-1.24 0-2.37-.2-3.39-.59-1.02-.39-1.89-1.03-2.62-1.9-.73-.87-1.3-2.01-1.69-3.41-.4-1.4-.6-3.1-.6-5.1v-4.08c0-2 .2-3.7.59-5.09.39-1.39.95-2.52 1.68-3.38C2.99 1.58 3.86.95 4.88.57 5.9.19 7.03 0 8.27 0c1.25 0 2.39.19 3.41.57 1.02.38 1.89 1.01 2.62 1.87.72.86 1.28 1.99 1.68 3.38.39 1.39.59 3.09.59 5.09v4.08zm-4.22-4.73c0-1.29-.09-2.37-.27-3.24-.18-.87-.44-1.58-.79-2.12-.35-.54-.77-.93-1.28-1.16-.5-.24-1.08-.36-1.73-.36-.65 0-1.23.12-1.73.36-.51.24-.93.63-1.28 1.16-.35.54-.61 1.25-.79 2.12-.18.87-.27 1.96-.27 3.24v5.34c0 1.27.09 2.36.28 3.25.19.89.45 1.62.8 2.17.35.56.78.96 1.29 1.22.51.25 1.09.38 1.74.38.66 0 1.24-.13 1.74-.38s.92-.66 1.26-1.22c.34-.56.6-1.28.77-2.17.17-.89.26-1.98.26-3.25v-5.34z"/></svg>
<svg class="tc-image-extension tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M37 20h-3v-8c0-2.21-1.79-4-4-4h-8V5c0-2.76-2.24-5-5-5s-5 2.24-5 5v3H4C1.79 8 .02 9.79.02 12l-.01 7.6H3c2.98 0 5.4 2.42 5.4 5.4S5.98 30.4 3 30.4H.01L0 38c0 2.21 1.79 4 4 4h7.6v-3c0-2.98 2.42-5.4 5.4-5.4 2.98 0 5.4 2.42 5.4 5.4v3H30c2.21 0 4-1.79 4-4v-8h3c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></svg>
<svg class="tc-image-external tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 24"><path d="M0 0h8v4H4v16h16v-4h4v8H0zm12 0h12v12l-4-4-8 8-4-4 8-8z"/></svg>
<svg class="tc-image-external-link tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v8h8V6H7v1H1V1h1V0H0zm4 0l1.5 1.5L3 4l1 1 2.5-2.5L8 4V0H4z"/></svg>
<svg class="tc-image-external-link-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 800V320q0-26-19-45t-45-19H736q-42 0-59 39-17 41 14 70l144 144-534 534q-19 19-19 45t19 45l102 102q19 19 45 19t45-19l534-534 144 144q18 19 45 19 12 0 25-5 39-17 39-59zm256-512v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-extjs tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.65799903869629 17.36299705505371"><path d="M9.623.042a.56.56 0 0 1 .165.061c.518.265.86.424.977.958.188.855.752 1.347 1.555 1.614.569.189 1.098.108 1.615-.181.771-.43 1.053-.379 1.72.284.636.631.74 1.062.309 1.773-.725 1.198.055 2.983 1.277 3.306 1.007.266 1.417 1.563.82 2.452-.139.207-.429.364-.681.436-1.008.288-1.557.978-1.675 1.969-.05.421.094.884.228 1.302.128.4.404.76.15 1.249l-2.72-2.569c.963-1.297 1.336-2.725 1.083-4.284-.207-1.277-.797-2.372-1.794-3.215-1.93-1.631-4.601-1.657-6.514-.117-1.813 1.46-2.98 4.687-.857 7.629l-2.577 2.657c-.298-.257-.29-.551-.206-.852.039-.139.106-.274.18-.4.539-.922.365-1.791-.191-2.629-.265-.399-.671-.59-1.112-.735C.394 10.43 0 8.975.701 8.199c.158-.175.415-.313.648-.358 1.343-.258 2.078-2.097 1.434-3.195-.502-.855-.42-1.241.428-2.046.516-.489.861-.547 1.473-.173.759.464 1.483.409 2.232.008.459-.246.812-.593.927-1.096C8.012.602 8.37.104 9.17.027c.16 0 .129-.027.453.015zm6.256 17.321H2.827l6.519-6.551 6.533 6.551z"/></svg>
<svg class="tc-image-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 25.84600067138672"><path d="M21 8.077a4.846 4.846 0 1 1 0 9.692 4.846 4.846 0 0 1 0-9.692zM21 0c11.308 0 21 8.077 21 12.923s-9.692 12.923-21 12.923S0 17.769 0 12.923 9.692 0 21 0zm0 4.038a8.885 8.885 0 1 0 0 17.77 8.885 8.885 0 0 0 0-17.77z"/></svg>
<svg class="tc-image-eye-blocked tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.066375732421875 15.139217376708984"><path d="M14.846.293a.75.75 0 0 0-1.06 0l-3.16 3.16a8.815 8.815 0 0 0-2.56-.379c-3.49 0-6.515 2.032-8 5a9.176 9.176 0 0 0 2.702 3.236L.284 13.794a.75.75 0 0 0 1.06 1.061l13.5-13.5a.75.75 0 0 0 0-1.06zm-8.28 4.78a1.5 1.5 0 0 1 1.421 1.02L6.085 7.993a1.5 1.5 0 0 1 .481-2.92zm-4.779 3a7.594 7.594 0 0 1 2.52-2.462 3.981 3.981 0 0 0-.24 1.37c0 .857.27 1.651.73 2.302l-.953.952a7.625 7.625 0 0 1-2.057-2.162zm10.28-1.094c0-.424-.067-.833-.19-1.217L6.85 10.79a4 4 0 0 0 5.217-3.81z"/><path d="M13.035 4.604l-1.084 1.084.06.037c.94.6 1.736 1.403 2.334 2.348a7.594 7.594 0 0 1-2.335 2.348 7.326 7.326 0 0 1-5.725.933l-1.2 1.201a8.808 8.808 0 0 0 2.981.518c3.49 0 6.514-2.032 8-5a9.142 9.142 0 0 0-3.03-3.469z"/></svg>
<svg class="tc-image-eye-close tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1020.0399780273438"><path d="M669.727 183.537c-22.89-2.475-46.15-3.894-69.727-4.248-103.026.457-209.823 25.517-310.913 73.535-75.058 37.122-148.173 89.53-211.67 154.175C46.232 439.999 6.43 487.78 0 538.76c.76 44.16 48.153 98.67 77.417 131.763 59.543 62.106 130.754 113.012 211.67 154.174 2.75 1.335 5.51 2.654 8.276 3.955l-75.072 131.1 102.006 60.287L875.712 60.008 777.527 0zm232.837 65.479l-74.927 129.858c34.469 44.78 54.931 100.005 54.931 159.888 0 149.256-126.522 270.263-282.641 270.263-6.75 0-13.29-.728-19.922-1.171l-49.585 85.84c22.868 2.448 45.99 4.233 69.58 4.54 103.123-.463 209.861-25.812 310.84-73.535 75.058-37.122 148.247-89.53 211.743-154.174 31.185-33 70.985-80.782 77.417-131.763-.76-44.161-48.153-98.67-77.417-131.763-59.543-62.107-130.827-113.013-211.743-154.175-2.732-1.325-5.528-2.516-8.276-3.808zm-302.637 19.482c6.845 0 13.637.275 20.361.732l-58.081 100.562c-81.514 16.526-142.676 85.88-142.676 168.897 0 20.853 3.84 40.82 10.913 59.326.008.02-.008.052 0 .073l-58.227 100.855c-34.55-44.823-54.932-100.23-54.932-160.181 0-149.257 126.523-270.264 282.642-270.264zm168.97 212.036L638.012 707.292c81.076-16.838 141.797-85.875 141.797-168.603 0-20.474-4.086-39.94-10.914-58.155z"/></svg>
<svg class="tc-image-eye-disabled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M344.4 94.3L416 22.6 393.4 0l-77.6 77.6C288 63.7 257.5 55 224 55 142.1 55 78.3 107.2 0 192c34.8 37.4 66.8 72.7 103.3 98.1L32 361.4 54.6 384l76.9-76.9c27 13.7 57 21.9 92.5 21.9 99.9 0 173.4-81.8 224-135.5-28-34.1-62.4-71.8-103.6-99.2zm-210 97.7c0-50.4 40.2-91.3 89.6-91.3 19.3 0 37.2 6.2 51.8 16.9l-50.7 50.7c-.7-2.6-1.1-5.4-1.1-8.3 0-7.9 2.9-15.1 7.6-20.7-2.5-.4-5-.6-7.6-.6-28.8 0-52.3 23.9-52.3 53.3 0 8.6 2 16.8 5.6 24L150 243.4c-9.8-14.7-15.6-32.4-15.6-51.4zm89.6 91.3c-19.3 0-37.2-6.2-51.8-16.9l27.4-27.4c7.3 4 15.6 6.2 24.4 6.2 28.8 0 52.3-23.9 52.3-53.3 0-2.3-.2-4.6-.4-6.9-5.5 4.3-12.3 6.9-19.8 6.9-2.9 0-5.6-.4-8.3-1.1l50.3-50.3c9.8 14.6 15.6 32.3 15.6 51.4-.1 50.5-40.3 91.4-89.7 91.4z"/></svg>
<svg class="tc-image-eye-hide tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.246002197265625 52.246002197265625"><path d="M26.123 21.277a4.846 4.846 0 1 1 0 9.692 4.846 4.846 0 0 1 0-9.692zm0-8.077c11.308 0 21 8.077 21 12.923s-9.692 12.923-21 12.923-21-8.077-21-12.923 9.692-12.923 21-12.923zm0 4.038a8.885 8.885 0 1 0 0 17.77 8.885 8.885 0 0 0 0-17.77zM12.37 37.048a30.71 30.71 0 0 0 3.909 1.748l-13.45 13.45A35.21 35.21 0 0 1 0 49.417l12.37-12.369zm27.506-21.85a30.71 30.71 0 0 0-3.909-1.748L49.417 0c.996.889 1.94 1.833 2.829 2.829l-12.37 12.37z"/></svg>
<svg class="tc-image-eye-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 11"><path d="M10 0h6v2h-6V0z"/><path d="M13.599 3H9V1.056A8.923 8.923 0 0 0 8 1C4.511 1 1.486 3.032 0 6c1.486 2.968 4.511 5 8 5s6.514-2.032 8-5a9.173 9.173 0 0 0-2.401-3zM6.5 3a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 3zm5.444 5.348a7.326 7.326 0 0 1-7.889 0A7.626 7.626 0 0 1 1.72 6a7.594 7.594 0 0 1 2.52-2.462 4 4 0 1 0 7.518 0A7.615 7.615 0 0 1 14.278 6a7.594 7.594 0 0 1-2.335 2.348z"/></svg>
<svg class="tc-image-eye-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 750"><path d="M512 64q134 0 233 50 80 40 135 109 48 60 78 152-30 92-78 151v1q-55 69-135 109-100 50-233 50t-234-50q-79-40-135-109-48-60-77-152 29-92 77-152 56-69 136-109 100-50 233-50zm0-64Q364 0 250 57q-92 45-156 126-28 35-51.5 82.5t-33 76T0 375t9.5 33.5 33 76T94 567q64 80 156 126 114 57 262 57t262-57q92-46 157-126 27-35 50.5-82.5t33-76 9.5-33.5-9.5-33.5-33-76T931 183q-65-80-157-126Q661 0 512 0zm0 247q53 0 90 37t37 90-37 90-90 37-90-37-37-90 37-90 90-37zm0-64q-79 0-135 56t-56 135 56 135 135 56 135-56 56-135-56-135-135-56z"/></svg>
<svg class="tc-image-eye-open tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 718.958984375"><path d="M779.843 359.405c0 95.33-80.665 172.612-180.169 172.612s-180.169-77.281-180.169-172.612c0-95.332 80.665-172.613 180.169-172.613s180.169 77.281 180.169 172.613zM600 0C496.974.457 390.186 25.538 289.096 73.556c-75.058 37.122-148.206 89.497-211.702 154.141C46.209 260.698 6.43 308.48 0 359.461c.76 44.161 48.13 98.67 77.394 131.763 59.543 62.107 130.786 113.017 211.702 154.18 94.271 45.75 198.616 72.09 310.904 73.555 103.123-.463 209.887-25.833 310.866-73.556 75.058-37.122 148.244-89.535 211.74-154.18 31.185-32.998 70.962-80.781 77.394-131.762-.76-44.161-48.13-98.67-77.394-131.763-59.543-62.107-130.823-112.98-211.74-154.141C816.644 27.84 712.042 1.68 600 0zm-.076 89.247c156.119 0 282.675 120.994 282.675 270.251 0 149.257-126.556 270.25-282.675 270.25-156.12 0-282.675-120.993-282.675-270.25s126.556-270.25 282.675-270.25z"/></svg>
<svg class="tc-image-eye-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 12"><path d="M9 2c1.211 0 2.381.355 3.297 1.004 1.301.92 2.43 2.124 3.165 2.996-.735.872-1.864 2.077-3.166 2.996C11.381 9.645 10.211 10 9 10s-2.382-.355-3.299-1.004C4.4 8.076 3.271 6.872 2.537 6c.734-.872 1.863-2.076 3.164-2.995C6.618 2.355 7.789 2 9 2m0-2C7.309 0 5.758.516 4.547 1.371 1.928 3.223 0 6 0 6s1.928 2.777 4.547 4.629C5.758 11.484 7.309 12 9 12s3.242-.516 4.451-1.371C16.07 8.777 18 6 18 6s-1.93-2.777-4.549-4.629C12.242.516 10.691 0 9 0zm0 5a1 1 0 1 0-.002 1.998A1 1 0 0 0 9 5zm0 4C7.346 9 6 7.654 6 6s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zm0-5a2 2 0 1 0 .001 4.001A2 2 0 0 0 9 4z"/></svg>
<svg class="tc-image-eye-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 13.000999450683594"><path d="M16 2h-2V0h-2v2h-2v2h2v2h2V4h2z"/><path d="M13.498 6.969c.288.32.55.665.782 1.031a7.594 7.594 0 0 1-2.335 2.348 7.326 7.326 0 0 1-7.889 0A7.626 7.626 0 0 1 1.721 8a7.594 7.594 0 0 1 2.52-2.462A4 4 0 1 0 12 6.907v-.032a4.002 4.002 0 0 1-2.999-3.817A8.94 8.94 0 0 0 8 3.001c-3.489 0-6.514 2.032-8 5 1.486 2.968 4.511 5 8 5s6.514-2.032 8-5a9.217 9.217 0 0 0-.979-1.548 3.973 3.973 0 0 1-1.523.517zM6.5 5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 5z"/></svg>
<svg class="tc-image-eye-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1344"><path d="M555 1047l78-141q-87-63-136-159t-49-203q0-121 61-225-229 117-381 353 167 258 427 375zm389-759q0-20-14-34t-34-14q-125 0-214.5 89.5T592 544q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm363-191q0 7-1 9-105 188-315 566t-316 567l-49 89q-10 16-28 16-12 0-134-70-16-10-16-28 0-12 44-87-143-65-263.5-173T20 741Q0 710 0 672t20-69q153-235 380-371T896 96q89 0 180 17l54-97q10-16 28-16 5 0 18 6t31 15.5 33 18.5 31.5 18.5T1291 70q16 10 16 27zm37 447q0 139-79 253.5T1056 962l280-502q8 45 8 84zm448 128q0 35-20 69-39 64-109 145-150 172-347.5 267T896 1248l74-132q212-18 392.5-137T1664 672q-115-179-282-294l63-112q95 64 182.5 153T1772 603q20 34 20 69z"/></svg>
<svg class="tc-image-eyedropper tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.170000076293945 8.15000057220459"><path d="M3.31.14a.5.5 0 0 0-.19.84l.63.63L.16 5.27 0 5.43v2.72h2.69l.16-.16 3.66-3.66.63.66a.5.5 0 1 0 .72-.69l-.94-.94.66-.66c.59-.58.59-1.54 0-2.13C7.01 0 6.02 0 5.45.57l-.66.66-.94-.94a.5.5 0 0 0-.47-.16.5.5 0 0 0-.06 0zm1.16 2.19l1.31 1.31L2.62 6.8 1.34 5.49l3.13-3.16z"/></svg>
<svg class="tc-image-f tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M69.8 0C31.3 0 0 31.2 0 69.8c0 38.6 31.3 69.8 69.8 69.8 38.6 0 69.8-31.3 69.8-69.8C139.6 31.2 108.4 0 69.8 0zm0 104.7c-19.3 0-34.9-15.6-34.9-34.9s15.6-34.9 34.9-34.9c19.3 0 34.9 15.6 34.9 34.9s-15.6 34.9-34.9 34.9zM512 93.1V0H209.5v512h116.4V302.5h162.9v-93.1h-163V93.1H512z"/></svg>
<svg class="tc-image-fa tc-image-button" width="22pt" height="22pt" viewBox="0 0 1499 1792"><path d="M1499 512v839q0 48-49 62-174 52-338 52-73 0-215.5-29.5T669 1406q-164 0-370 48v338H139V424q-63-25-101-81T0 219q0-91 64-155T219 0t155 64 64 155q0 68-38 124t-101 81v68q190-44 343-44 99 0 198 15 14 2 111.5 22.5T1101 506q77 0 165-18 11-2 80-21t89-19q26 0 45 19t19 45z"/></svg>
<svg class="tc-image-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M14 19.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zm12 0a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zM20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16 0-.58.04-1.15.1-1.71 4.71-2.09 8.47-5.95 10.42-10.74 3.62 5.1 9.57 8.45 16.31 8.45 1.55 0 3.06-.19 4.5-.53.43 1.44.67 2.96.67 4.53 0 8.82-7.18 16-16 16z"/></svg>
<svg class="tc-image-facebook tc-image-button" width="22pt" height="22pt" viewBox="0 0 275.45599365234375 512"><path d="M0 274.944v-97.776h78.865V128c0-35.504 11.504-65.697 34.544-90.624C136.449 12.463 164.369 0 197.12 0h78.336v97.792H197.12c-5.105 0-9.712 2.816-13.808 8.448-4.097 5.632-6.144 12.544-6.144 20.735v50.177h98.288v97.775h-98.304V512H78.847V274.943H0z"/></svg>
<svg class="tc-image-facebook_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t205-306.5T587.5 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-372.5-76T281 1639.5 76 1333 0 960zm719 0h107v518h214V960h144l18-179h-161v-90q0-40 12-55.5t59-15.5h89V441h-143q-125 0-178.5 59T826 674v107H719v179z"/></svg>
<svg class="tc-image-facebook-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960s-246.667-47-340-141S0 612 0 480c0-133.333 46.667-246.667 140-340S346.667 0 480 0m114 330v-78h-72c-29.333 0-54 11-74 33s-30 49-30 81v44h-76v74h76v222h86V484h90v-74h-90v-52c0-18.667 6-28 18-28h72"/></svg>
<svg class="tc-image-facebook-connect tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.58399963378906 39.583553314208984"><path d="M.792 12.668h5.541V6.334A6.333 6.333 0 0 1 12.667 0H19v6.333h-3.167A3.167 3.167 0 0 0 12.667 9.5v3.167H19v4.75h-6.333V38H6.333V17.418H0l.792-4.75zm26.705-1.98l-5.556-5.555a1.55 1.55 0 1 1 2.191-2.191l5.556 5.556c4.248-3.185 10.301-2.846 14.165 1.018L28.515 24.854c-3.864-3.864-4.203-9.917-1.018-14.165zm22.93 5.4c3.863 3.865 4.202 9.918 1.017 14.166l7.14 7.14-2.192 2.19-7.139-7.14c-4.248 3.186-10.301 2.847-14.165-1.017l3.287-3.286-2.74-2.74a2.324 2.324 0 0 1 3.288-3.286l2.739 2.739 2.19-2.191-2.738-2.74a2.324 2.324 0 0 1 3.287-3.286l2.739 2.739 3.286-3.287z"/></svg>
<svg class="tc-image-facebook-disconnect tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.5830078125 39.583553314208984"><path d="M.792 12.668h5.541V6.334A6.333 6.333 0 0 1 12.667 0H19v6.333h-3.167A3.167 3.167 0 0 0 12.667 9.5v3.167H19v4.75h-6.333V38H6.333V17.418H0l.792-4.75zm29.08.396l-7.931-7.93a1.55 1.55 0 1 1 2.191-2.192l7.93 7.93c4.249-3.184 10.302-2.845 14.166 1.019L30.89 27.229c-3.864-3.864-4.203-9.917-1.018-14.165zm18.971 1.442c3.864 3.863 4.203 9.917 1.018 14.165l8.722 8.722-2.19 2.19-8.723-8.721c-4.248 3.185-10.302 2.846-14.165-1.018l3.287-3.287-2.74-2.74a2.324 2.324 0 0 1 3.287-3.285l2.74 2.739 2.19-2.192-2.738-2.74a2.324 2.324 0 0 1 3.286-3.285l2.74 2.739 3.286-3.287z"/></svg>
<svg class="tc-image-facebook-official tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1451 0q35 0 60 25t25 60v1366q0 35-25 60t-60 25h-391V941h199l30-232h-229V561q0-56 23.5-84t91.5-28l122-1V241q-63-9-178-9-136 0-217.5 80T820 538v171H620v232h200v595H85q-35 0-60-25t-25-60V85q0-35 25-60T85 0h1366z"/></svg>
<svg class="tc-image-facebook-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1248 0q119 0 203.5 84.5T1536 288v960q0 119-84.5 203.5T1248 1536h-188V941h199l30-232h-229V561q0-56 23.5-84t91.5-28l122-1V241q-63-9-178-9-136 0-217.5 80T820 538v171H620v232h200v595H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960z"/></svg>
<svg class="tc-image-facebook-squared tc-image-button" width="22pt" height="22pt" viewBox="0 0 860 860"><path d="M752 0c29.333 0 54.667 10.333 76 31s32 45.667 32 75v646c0 29.333-10.667 54.667-32 76s-46.667 32-76 32H590V550h114V416H590v-70c0-20 9.333-30 28-30h86V164h-96c-49.333 0-90.667 18-124 54s-50 80-50 132v66H330v134h104v310H108c-29.333 0-54.667-10.667-76-32S0 781.333 0 752V106c0-29.333 10.667-54.333 32-75S78.667 0 108 0h644"/></svg>
<svg class="tc-image-facebook2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5H8V9H6V7h2V6c0-1.653 1.347-3 3-3h2v2h-2c-.55 0-1 .45-1 1v1h3l-.5 2H10v7h4.5c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5z"/></svg>
<svg class="tc-image-facetime-video tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 930.3799438476562"><path d="M0 0v930.38h930.38V539.125L1200 930.38V0L930.38 391.255V0H0z" font-size="1353.902" font-style="italic" letter-spacing="0" word-spacing="0" font-family="Serif"/></svg>
<svg class="tc-image-facture tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.1900024414062 368.6300048828125"><path d="M792.556 115.384l-88.75-88.75c-1.015-1.014-3.544-3.031-7.589-6.072v102.4h102.4c-3.02-4.034-5.048-6.553-6.062-7.577zM696.318 153.6c-11.428-1.208-14.07-3.328-20.48-10.24-6.298-5.796-10.537-12.144-10.24-20.48V0H50.503C36.771 0 24.933 6.277 14.97 16.251 4.976 24.985 0 36.823 0 51.784v268.534c0 14.961 4.976 26.829 14.96 35.533 9.973 9.994 21.81 12.779 35.532 12.779h718.204c13.712 0 25.55-2.785 35.533-12.779 9.974-8.704 14.961-20.572 14.961-35.533V153.601H696.32zM87.111 278.855l-10.199 47.196H51.199l26.05-119.368h68.63l-4.558 20.736H98.487l-6.656 30.782h39.874l-4.72 20.654H87.111zm124.272 47.197l-2.027-28.416h-39.875l-14.5 28.416h-26.983l64.584-119.859h31.447l12.39 119.859h-25.037zm138.015-92.263c-5.959-3.216-10.875-5.335-14.756-6.37s-7.73-1.546-11.55-1.546c-7.414 0-14.08 2.202-20.009 6.615s-10.71 10.895-14.305 19.476c-3.594 8.571-5.397 17.787-5.397 27.638 0 9.093 1.935 15.841 5.786 20.245 3.85 4.413 9.974 6.615 18.411 6.615 8.202 0 17.705-2.099 28.498-6.288v21.228c-11.182 4.178-22.425 6.277-33.72 6.277-14.275 0-25.376-4.065-33.3-12.206s-11.89-19.661-11.89-34.58c0-14.264 2.918-27.392 8.765-39.394s13.66-21.115 23.44-27.351 21.022-9.349 33.731-9.349c7.024 0 13.261.615 18.72 1.833 5.446 1.229 11.294 3.471 17.54 6.738l-9.964 20.418zm72.591-6.041l-21.412 98.304h-25.711l21.412-98.304h-29.675l4.64-21.063h85.155l-4.639 21.063h-29.768zm126.044 56.166c-3.205 14.48-9.328 25.395-18.38 32.738s-20.819 11.029-35.319 11.029c-11.919 0-21.279-3.092-28.099-9.267-6.83-6.174-10.26-14.551-10.26-25.108 0-3.922.42-7.68 1.27-11.264l16.528-75.356h25.712l-16.354 75.038c-.952 4.024-1.433 7.434-1.433 10.209 0 9.687 5.314 14.531 15.933 14.531 6.912 0 12.39-2.079 16.435-6.247s6.973-10.384 8.765-18.657l16.354-74.875h25.794l-16.947 77.23zm111.033 42.138H631.08l-17.449-45.803h-10.035l-10.035 45.803h-25.712L593.9 206.685h30.27c13.321 0 23.326 2.775 30.013 8.325s10.035 13.691 10.035 24.412c0 8.601-2.335 15.985-6.994 22.169-4.669 6.174-11.387 10.762-20.153 13.762l21.995 50.698zm104.376-98.632H720.28l-5.653 26.204h40.212L750.2 274.36h-40.212l-6.748 30.782h43.172l-4.557 20.9H672.97l26.051-119.368h68.976l-4.557 20.746zm-558.377-.246v-2.939c-2.478 6.533-5.54 13.445-9.185 20.736l-15.85 31.437h28.077l-2.192-28.58a257.453 257.453 0 0 1-.85-20.654zm416.318.246h-6.236l-7.086 32.256h6.574c7.362 0 13.097-1.557 17.203-4.659s6.154-7.834 6.154-14.203c0-4.465-1.32-7.813-3.994-10.046-2.663-2.232-6.88-3.348-12.615-3.348z"/></svg>
<svg class="tc-image-fahrenheit tc-image-button" width="22pt" height="22pt" viewBox="0 0 1138 985"><path d="M0 194q0-80 57-137T194 0q79 0 135.5 57T386 194t-56.5 137.5T194 389 57.5 331.5 0 194zm94 0q0 42 29 71 30 30 71 30t71-30 30-71-30-70.5T194 94q-42 0-71 29t-29 71zm471 735q0 23 16.5 39.5T621 985t39.5-16.5T677 929V525h305q23 0 39.5-17t16.5-40q0-24-16-40t-40-16H677V121h408q23 0 38-16t15-40-15-40-38-16H576q-11 0-11 12v908z"/></svg>
<svg class="tc-image-fan-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 38.000003814697266"><path d="M5 0h28a5 5 0 0 1 5 5v28a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V5a5 5 0 0 1 5-5zm0 3a2 2 0 0 0-2 2v28a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5zm14 14a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm12.54 5.027a12.508 12.508 0 0 0-3.717-.965c-1.238-.12-2.458-.037-3.677.046.204 1.62.409 3.24.38 4.885a18.12 18.12 0 0 1-.792 4.952 19.298 19.298 0 0 1-.955 2.496l-.577.146a15.09 15.09 0 0 1-2.671.37c.155-.655.26-1.307.32-1.951.12-1.327.037-2.62-.232-3.834s-.724-2.349-1.18-3.483c-1.478.695-2.956 1.39-4.529 1.87-1.573.48-3.24.746-4.953.778a19.304 19.304 0 0 1-2.675-.137 14.9 14.9 0 0 1-1.488-2.93c.67-.055 1.323-.155 1.953-.299 1.3-.295 2.504-.774 3.575-1.405 1.072-.63 2.01-1.414 2.948-2.198-1.118-1.19-2.236-2.382-3.178-3.73a18.118 18.118 0 0 1-2.271-4.47 19.296 19.296 0 0 1-.695-2.582 15.004 15.004 0 0 1 2.325-2.327c.26.621.557 1.212.889 1.767a12.502 12.502 0 0 0 2.44 2.967c.932.824 1.967 1.474 3.002 2.124.787-1.431 1.574-2.862 2.565-4.176a18.123 18.123 0 0 1 3.55-3.54 19.297 19.297 0 0 1 2.242-1.46c1.029.39 2.01.893 2.927 1.495-.509.438-.978.903-1.403 1.389a12.504 12.504 0 0 0-2.067 3.238c-.496 1.14-.794 2.326-1.092 3.511 1.604.306 3.208.613 4.763 1.149a18.126 18.126 0 0 1 4.465 2.282c.723.505 1.42 1.067 2.083 1.683a14.91 14.91 0 0 1-.517 3.246 13.94 13.94 0 0 0-1.757-.907zM19 15.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z"/></svg>
<svg class="tc-image-farm-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M5 4L3 3 1 4 0 6v3h1.5V7h3v2H6V6zM4 6H2V4.5h2V6zm5-5a1 1 0 0 0-2 0v8h2V1z"/></svg>
<svg class="tc-image-farm-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000000953674316 11"><path d="M7 5L4 3 1 5 0 7v4h2V9h4v2h2V7zM5 7H3V5h2v2zm8 4h-3V1.5a1.5 1.5 0 0 1 3 0V11z"/></svg>
<svg class="tc-image-fast_backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 3015 1637.33349609375"><path d="M0 1502V136q0-53 37-90.5T127 8h251q53 0 90 37.5t37 90.5v585L1616 33q62-42 107.5-15t45.5 106v586L2862 33q62-42 107.5-15t45.5 106v1391q0 79-45.5 105t-107.5-15L1769 928v587q0 79-45.5 105t-107.5-15L505 917v585q0 53-37 90.5t-90 37.5H127q-53 0-90-37.5T0 1502z"/></svg>
<svg class="tc-image-fast_forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 3015 1637.33349609375"><path d="M0 1515V124Q0 45 45 18t109 15l1092 677V124q0-79 45-106t109 15l1110 688V136q0-53 37-90.5T2637 8h251q53 0 90 37.5t37 90.5v1366q0 53-37 90t-90 37h-251q-53 0-90-37t-37-90V917l-1110 688q-64 41-109 15t-45-105V928L154 1605q-64 41-109 15T0 1515z"/></svg>
<svg class="tc-image-fast-backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 880 564.666015625"><path d="M0 283.333c0-9.333 4.667-17.333 14-24l374-248C401.333 2 413.333 0 424 5.333c10.667 5.333 16 17.333 16 36v482c0 18.667-5.333 30.667-16 36-10.667 5.333-22.667 3.333-36-6l-374-248c-9.333-5.333-14-12.667-14-22m454 0c0-9.333 4.667-17.333 14-24l360-248C841.333 2 853.333 0 864 5.333c10.667 5.333 16 17.333 16 36v482c0 18.667-5.333 30.667-16 36-10.667 5.333-22.667 3.333-36-6l-360-248c-9.333-5.333-14-12.667-14-22"/></svg>
<svg class="tc-image-fast-food-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9"><path d="M10 7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h9zm0-3H1a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zM8.55 0H2.46A1.46 1.46 0 0 0 1 1.46V3h9V1.47A1.46 1.46 0 0 0 8.55 0zm-5 2A.5.5 0 1 1 4 1.5a.5.5 0 0 1-.5.5h.05zm4 0A.5.5 0 1 1 8 1.5a.5.5 0 0 1-.5.5h.05z"/></svg>
<svg class="tc-image-fast-food-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 11"><path d="M13 6a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h11a1 1 0 0 1 1 1zM2.5 8H1a3 3 0 0 0 3 3h5a3 3 0 0 0 3-3H2.5zM2 4H1V2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v2H2zm8-1.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm-2-1a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm-2 1a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm-2-1a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm-2 1a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0z"/></svg>
<svg class="tc-image-fast-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 35 24"><path d="M0 24l17-12L0 0v24zM18 0v24l17-12L18 0z"/></svg>
<svg class="tc-image-fast-rewind tc-image-button" width="22pt" height="22pt" viewBox="0 0 35 24"><path d="M17 24V0L0 12l17 12zm1-12l17 12V0L18 12z"/></svg>
<svg class="tc-image-fattura tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.1900024414062 368.6300048828125"><path d="M792.556 115.384l-88.75-88.75c-1.015-1.014-3.544-3.031-7.589-6.072v102.4h102.4c-3.02-4.034-5.048-6.553-6.062-7.577zM632.523 229.653c-2.724-2.253-7.035-3.389-12.892-3.389h-6.38l-7.24 32.615h6.717c7.527 0 13.384-1.567 17.582-4.711 4.198-3.134 6.288-7.926 6.288-14.366 0-4.505-1.35-7.895-4.076-10.148zm-424.079-3.635v-2.97c-2.529 6.605-5.663 13.599-9.39 20.971l-16.2 31.795h28.692l-2.243-28.908c-.574-7.209-.86-14.172-.86-20.889zM696.319 153.6c-11.428-1.208-14.07-3.328-20.48-10.24-6.298-5.796-10.537-12.144-10.24-20.48V0H50.503C36.771 0 24.933 6.277 14.97 16.251 4.976 24.975 0 36.813 0 51.784v268.534c0 14.961 4.976 26.829 14.96 35.533 9.973 9.994 21.81 12.779 35.532 12.779h718.204c13.712 0 25.55-2.785 35.533-12.779 9.974-8.704 14.961-20.572 14.961-35.533V153.601H696.32zM87.909 278.292l-10.424 47.729H51.199l26.624-120.73h70.134l-4.649 20.971H99.532l-6.81 31.13h40.755l-4.823 20.889H87.909zm126.997 47.729l-2.068-28.734h-40.755l-14.817 28.734h-27.577L195.696 204.8h32.144l12.667 121.231h-25.6zm137.697-99.42H322.19l-21.883 99.431h-26.286l21.883-99.431h-30.33l4.74-21.309h87.03l-4.74 21.309zm63.242 0l-21.883 99.431h-26.276l21.883-99.431h-30.33l4.74-21.309h87.03l-4.74 21.309h-30.424zm128.82 56.811c-3.277 14.643-9.534 25.682-18.78 33.116-9.257 7.434-21.289 11.151-36.106 11.151-12.175 0-21.74-3.123-28.723-9.37s-10.486-14.715-10.486-25.395c0-3.963.43-7.762 1.29-11.397l16.886-76.226h26.276L478.31 281.18c-.973 4.075-1.465 7.516-1.465 10.322 0 9.799 5.427 14.694 16.282 14.694 7.066 0 12.667-2.11 16.804-6.318s7.127-10.506 8.96-18.872l16.712-75.725h26.368l-17.305 78.131zm197.744 42.609l-2.068-28.734h-40.755l-14.817 28.734h-26.623l-.42-.962-.522.962h-27.658l-17.838-46.326h-10.25l-10.25 46.326h-26.276l26.624-120.73h30.935c13.61 0 23.838 2.806 30.68 8.428 6.84 5.611 10.25 13.844 10.25 24.688 0 8.694-2.387 16.169-7.149 22.425-4.772 6.247-11.633 10.885-20.592 13.916l22.067 50.319 65.444-120.269h32.144l12.667 121.221h-25.59zm-6.46-100.003v-2.97c-2.53 6.605-5.664 13.599-9.39 20.971l-16.2 31.795h28.692l-2.242-28.908c-.573-7.209-.86-14.172-.86-20.889z"/></svg>
<svg class="tc-image-favorite tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.333984375 782.93408203125"><path d="M426.667 782.934L364.8 726.827C145.067 527.36 0 395.734 0 234.667 0 103.04 103.04 0 234.667 0c74.24 0 145.493 34.56 192 88.96C473.174 34.56 544.427 0 618.667 0c131.627 0 234.667 103.04 234.667 234.667 0 161.067-145.067 292.693-364.8 492.16l-61.867 56.107z"/></svg>
<svg class="tc-image-favorite-border tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36.70000076293945"><path d="M29 0c-3.48 0-6.82 1.62-9 4.17C17.82 1.62 14.48 0 11 0 4.83 0 0 4.83 0 11c0 7.55 6.8 13.72 17.1 23.07L20 36.7l2.9-2.63C33.2 24.72 40 18.55 40 11c0-6.17-4.83-11-11-11zm-8.79 31.11l-.21.19-.21-.19C10.28 22.48 4 16.78 4 11c0-3.99 3.01-7 7-7 3.08 0 6.08 1.99 7.13 4.72h3.73C22.92 5.99 25.92 4 29 4c3.99 0 7 3.01 7 7 0 5.78-6.28 11.48-15.79 20.11z"/></svg>
<svg class="tc-image-fax tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M288 384q66 0 113 47t47 113v1088q0 66-47 113t-113 47H160q-66 0-113-47T0 1632V544q0-66 47-113t113-47h128zm1376 163q58 34 93 93t35 128v768q0 106-75 181t-181 75H672q-66 0-113-47t-47-113V96q0-40 28-68t68-28h672q40 0 88 20t76 48l152 152q28 28 48 76t20 88v163zm-736 989v-128q0-14-9-23t-23-9H768q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm0-256v-128q0-14-9-23t-23-9H768q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm0-256V896q0-14-9-23t-23-9H768q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm256 512v-128q0-14-9-23t-23-9h-128q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm0-256v-128q0-14-9-23t-23-9h-128q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm0-256V896q0-14-9-23t-23-9h-128q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm256 512v-128q0-14-9-23t-23-9h-128q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm0-256v-128q0-14-9-23t-23-9h-128q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm0-256V896q0-14-9-23t-23-9h-128q-14 0-23 9t-9 23v128q0 14 9 23t23 9h128q14 0 23-9t9-23zm96-384V384h-160q-40 0-68-28t-28-68V128H640v512h896z"/></svg>
<svg class="tc-image-feather tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.37216567993164 22.017000198364258"><path d="M8.862.034L8.682 0l-.18.033a10.15 10.15 0 0 0-.82 19.779v1.205a1 1 0 1 0 2 0v-1.205A10.147 10.147 0 0 0 8.862.034zm.82 17.683v-11.7a1 1 0 1 0-2 0v11.7a8.139 8.139 0 0 1-5.49-7.483l3.137 3.137a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707l-3.77-3.769a8.116 8.116 0 0 1 .878-2.709l2.184 2.185a.502.502 0 0 0 .708 0 .5.5 0 0 0 0-.707L3.683 5.311a8.132 8.132 0 0 1 4.999-3.275 8.14 8.14 0 0 1 4.999 3.275l-2.353 2.353a.5.5 0 0 0 .708.707l2.184-2.185c.444.832.744 1.745.877 2.709l-3.77 3.769a.5.5 0 0 0 .709.707l3.137-3.137a8.141 8.141 0 0 1-5.491 7.483z"/></svg>
<svg class="tc-image-featured-play-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM22 16H4v-4h18v4zm0-8H4V4h18v4z"/></svg>
<svg class="tc-image-featured-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM22 18H4V4h18v14z"/></svg>
<svg class="tc-image-feed tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M58.2 395.6C26 395.6 0 421.7 0 453.8S26 512 58.2 512c32.1 0 58.2-26 58.2-58.2s-26.1-58.2-58.2-58.2zM0 0v93.1c231.4 0 418.9 187.5 418.9 418.9H512C512 229.2 282.8 0 0 0zm0 186.2v93.1c128.5 0 232.7 104.2 232.7 232.7h93.1c0-180-145.9-325.8-325.8-325.8z"/></svg>
<svg class="tc-image-feed3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M853.339 0H170.686C76.81 0 0 76.812 0 170.688v682.628C0 947.25 76.812 1024 170.688 1024H853.34c93.876 0 170.66-76.748 170.66-170.684V170.688C1024 76.812 947.216 0 853.34 0zM278.943 831.248c-47.97 0-86.944-38.692-86.944-86.628 0-47.684 38.972-86.812 86.944-86.812 48.158 0 87.06 39.128 87.06 86.812-.002 47.936-38.904 86.628-87.06 86.628zm218.524.748c0-81.81-31.808-158.818-89.46-216.444-57.714-57.75-134.376-89.626-215.904-89.626V400.74c237.652 0 431.126 193.442 431.126 431.254l-125.762.002zm222.16 0c0-291.062-236.658-527.94-527.376-527.94V178.808c360.002 0 652.946 293.124 652.946 653.192l-125.57-.004z"/></svg>
<svg class="tc-image-feedback tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM22 24h-4v-4h4v4zm0-8h-4V8h4v8z"/></svg>
<svg class="tc-image-feedly tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.275999069213867 14.289999961853027"><path d="M5.068 13.832L.55 9.282c-.55-.55-.55-1.74 0-2.26L7.024.52c.52-.52 1.68-.52 2.198 0l6.504 6.503c.55.55.55 1.74 0 2.26l-4.52 4.55a1.646 1.646 0 0 1-1.13.457H6.138a1.56 1.56 0 0 1-1.07-.458zm4.123-1.77c.092-.092.092-.276 0-.367l-.885-.886c-.092-.092-.275-.092-.366 0l-.886.885c-.092.09-.092.275 0 .366l.702.673h.733l.703-.672zm0-3.757c.062-.06.062-.213 0-.274l-.946-.946c-.06-.06-.214-.06-.275 0L5.222 9.833c-.092.092-.092.306 0 .397l.64.64h.734l2.595-2.565zm0-3.725c.062-.06.092-.244 0-.305l-.916-.916c-.06-.062-.244-.062-.335 0l-4.61 4.61c-.062.06-.093.244-.032.305l.733.702h.702L9.191 4.58z"/></svg>
<svg class="tc-image-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 511.3919677734375 864.35205078125"><path d="M320.96 503.232v105.376h127.872V736.48H320.96v127.872H191.136V736.48H63.296V608.608h127.84v-105.76C81.216 474.208 0 374.56 0 255.712 0 114.496 114.496 0 255.712 0c141.248 0 255.68 114.496 255.68 255.712 0 119.328-79.872 219.264-190.432 247.52zm-65.248-375.36c-70.624 0-127.872 57.216-127.872 127.84 0 70.592 57.248 127.84 127.872 127.84s127.872-57.248 127.872-127.84c0-70.624-57.248-127.84-127.872-127.84z"/></svg>
<svg class="tc-image-female_sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1166 1920"><path d="M0 582q0-118 46.5-226T171 170 357 46 583 0q157 0 291.5 78t213 212 78.5 292q0 203-126 360.5T721 1147v161h196q58 0 98.5 40t40.5 98-40.5 99-98.5 41H721v195q0 58-40 98.5t-98 40.5-99-40.5-41-98.5v-195H248q-58 0-98-41t-40-99 40-98 98-40h195v-161q-193-47-318-204.5T0 582zm279 0q0 126 89 215t215 89 215-89 89-215-89-215-215-89-215 89-89 215z"/></svg>
<svg class="tc-image-female-symbol tc-image-button" width="22pt" height="22pt" viewBox="0 0 57.45800018310547 80.60299682617188"><path d="M47.237 47.237c10.221-10.221 10.221-26.793 0-37.016C37.015 0 20.444 0 10.222 10.221 0 20.444 0 37.016 10.222 47.237a26.054 26.054 0 0 0 13.408 7.165v8.09h-5.299a1.543 1.543 0 0 0-1.544 1.545v6.886c0 .852.692 1.543 1.544 1.544h5.299v6.592c0 .753.54 1.379 1.254 1.515v.029h7.177c.852 0 1.544-.691 1.544-1.544h.001v-6.592h5.523c.853 0 1.544-.691 1.544-1.544v-6.886a1.54 1.54 0 0 0-1.544-1.545h-5.522v-8.048a26.047 26.047 0 0 0 13.63-7.207zM28.73 44.928c-8.946 0-16.199-7.252-16.198-16.198 0-8.946 7.252-16.199 16.199-16.199 8.946 0 16.199 7.252 16.198 16.198-.001 8.946-7.253 16.199-16.199 16.199z"/></svg>
<svg class="tc-image-ferry tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 33.25"><path d="M32.118 15.339c0-1.638-.76-2.457-2.281-2.457-1.535 0-2.303.819-2.303 2.457 0 1.67.768 2.506 2.303 2.506 1.52 0 2.281-.835 2.281-2.506zM4.75 33.25L0 17.417h9.5v-9.5h4.75L16.625 0h5.542v7.917h12.667v4.75h4.75v4.75h4.75l-4.75 15.833H4.75zm19.907-17.911c0-1.638-.76-2.457-2.282-2.457-1.55 0-2.324.819-2.324 2.457 0 1.67.775 2.506 2.324 2.506 1.521 0 2.282-.835 2.282-2.506zm-7.33 0c0-1.638-.774-2.457-2.323-2.457-1.55 0-2.324.819-2.324 2.457 0 1.67.775 2.506 2.324 2.506s2.324-.835 2.324-2.506z"/></svg>
<svg class="tc-image-ferry-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11.124144554138184"><path d="M11 9.456v.77a.83.83 0 0 0-.57.26 1.86 1.86 0 0 1-.81.46 1.74 1.74 0 0 1-1.49-.29l-.33-.27a.71.71 0 0 0-.93 0c-.12.09-.23.2-.35.28a1.75 1.75 0 0 1-2.1-.05l-.33-.27a.69.69 0 0 0-.83 0c-.16.11-.3.25-.46.36a1.75 1.75 0 0 1-2 0l-.26-.21a.82.82 0 0 0-.54-.27v-.77a1.16 1.16 0 0 1 .63.11c.234.13.458.276.67.44a.76.76 0 0 0 .7.2.82.82 0 0 0 .26-.12c.13-.09.25-.2.38-.3a1.75 1.75 0 0 1 2.07 0l.4.31a.69.69 0 0 0 .81 0l.4-.31a1.75 1.75 0 0 1 2.08 0l.38.3a.69.69 0 0 0 .82 0l.4-.31a1.61 1.61 0 0 1 1-.32zm-8.39-1.84L1 5.006l1-.91v-2.94A1.18 1.18 0 0 1 3.19.006h4.62A1.18 1.18 0 0 1 9 1.156v2.94l1 .91-1.61 2.62a2.22 2.22 0 0 0-2.65.14l-.24.24-.2-.18a2.22 2.22 0 0 0-2.69-.21zm.2-4l2.69-1.61 2.69 1.63v-2.48a.36.36 0 0 0-.38-.38H3.19a.36.36 0 0 0-.38.38v2.48-.02z"/></svg>
<svg class="tc-image-ferry-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15.19349193572998"><path d="M4.33 11.018a3 3 0 0 1 1.85.67l.26.23h.05l.31-.28a2.89 2.89 0 0 1 3.44-.18l2.26-4.44-1.5-1v-3.55a1.54 1.54 0 0 0-1.5-1.45H9a.94.94 0 0 0-1-1H5a.94.94 0 0 0-1 1h-.5A1.54 1.54 0 0 0 2 2.468v3.55l-1.5 1 2.25 4.53a2.93 2.93 0 0 1 1.58-.53zM3 2.468a.47.47 0 0 1 .5-.45h6a.47.47 0 0 1 .5.5v3l-3.5-2L3 5.468v-3zm10 10.55v1a1 1 0 0 0-.68.34 2.15 2.15 0 0 1-1 .6 1.91 1.91 0 0 1-1.77-.37l-.39-.35a.78.78 0 0 0-1.1 0c-.14.12-.27.25-.42.37a1.92 1.92 0 0 1-2.48-.07l-.39-.35a.76.76 0 0 0-1 0c-.19.15-.36.32-.55.47a1.91 1.91 0 0 1-2.35-.06l-.31-.27a.94.94 0 0 0-.56-.31v-1c.259-.032.52.017.75.14a6.2 6.2 0 0 1 .79.58.84.84 0 0 0 .81.25.93.93 0 0 0 .31-.16c.16-.12.29-.26.45-.39a1.92 1.92 0 0 1 2.45 0c.16.13.31.28.47.41a.76.76 0 0 0 1 0c.16-.13.31-.28.47-.41a1.92 1.92 0 0 1 2.46 0c.15.13.29.27.44.39a.76.76 0 0 0 1 0l.47-.41c.32-.26.719-.4 1.13-.4z"/></svg>
<svg class="tc-image-fiber-dvr tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 36"><g transform="translate(-2 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M35 21h4v2h-4zM9 21h4v6H9zM42 6H6c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4zM16 27c0 1.7-1.3 3-3 3H6V18h7c1.7 0 3 1.3 3 3v6zm9.24 3h-3l-3.5-12h3l2 6.86 2-6.86h3l-3.5 12zM42 23c0 1.2-.8 2.3-1.8 2.8L42 30h-3l-1.7-4H35v4h-3V18h7c1.7 0 3 1.3 3 3v2z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-fiber-manual-record tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><circle cx="40" cy="12" r="16" transform="translate(-24 4)"/></svg>
<svg class="tc-image-fiber-new tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 32"><g transform="translate(-4 -8)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M40 8H8c-2.21 0-3.98 1.79-3.98 4L4 36c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zM17 30h-2.4l-5.1-7v7H7V18h2.5l5 7v-7H17v12zm10-9.49h-5v2.24h5v2.51h-5v2.23h5V30h-8V18h8v2.51zM41 28c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2V18h2.5v9.01h2.25v-7.02h2.5v7.02h2.25V18H41v10z"/></g></svg>
<svg class="tc-image-fiber-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M7 13h4v2H7zM36 0H4C1.78 0 .02 1.78.02 4L0 28c0 2.22 1.78 4 4 4h32c2.22 0 4-1.78 4-4V4c0-2.22-1.78-4-4-4zM14 15c0 1.7-1.3 3-3 3H7v4H4V10h7c1.7 0 3 1.3 3 3v2zm7 7h-3V10h3v12zm15 0h-2.4l-5.1-7v7H26V10h2.5l5 7v-7H36v12z"/></svg>
<svg class="tc-image-fiber-smart-record tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><g transform="translate(-18 4)"><circle cx="34" cy="12" r="16"/><path d="M50-3.48V.7c4.66 1.64 8 6.08 8 11.3s-3.34 9.66-8 11.3v4.18C56.9 25.7 62 19.46 62 12S56.9-1.7 50-3.48z"/></g></svg>
<svg class="tc-image-fighter-jet tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1152"><path d="M1920 576q-1 32-288 96l-352 32-224 64h-64l-293 352h69q26 0 45 4.5t19 11.5-19 11.5-45 4.5H448v-32h64V704H352L160 928H64l-32-32V704h32v-32h128v-8L0 640V512l192-24v-8H64v-32H32V256l32-32h96l192 224h160V32h-64V0h320q26 0 45 4.5T832 16t-19 11.5-45 4.5h-69l293 352h64l224 64 352 32q261 58 287 93z"/></svg>
<svg class="tc-image-file tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M8 0l4 4H8z"/><path d="M12 11a1 1 0 0 1-1 1H2V1a1 1 0 0 1 1-1h4v5h5v6z"/><path d="M10 13a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1v11h9z"/></svg>
<svg class="tc-image-file_alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 2150.666748046875 1549"><path d="M0 1375V333q0-72 51.5-122.5T175 160h59q5-67 55-113.5T408 0h390q68 0 118 46.5T971 160h719q72 0 123.5 50.5T1865 333v174h135q72 0 113.5 51t28.5 123l-203 694q-13 72-74.5 123t-134.5 51H175q-72 0-123.5-51T0 1375zm175-348l100-346q14-72 75.5-123T485 507h1205V333H175v694zm81 348h1474q10 0 23-10.5t15-21.5l1-8 2-8 188-646H485q-9 0-22.5 10.5T448 713l-1 8-2 8z"/></svg>
<svg class="tc-image-file_close tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1561"><path d="M0 1385V336q0-72 53.5-123.5T181 161h60q6-68 57.5-114.5T421 0h400q71 0 122.5 46.5T1000 161h739q75 0 128 51.5t53 123.5v1049q0 72-53 124t-128 52H181q-74 0-127.5-52T0 1385z"/></svg>
<svg class="tc-image-file_close_alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1561"><path d="M0 1385V336q0-72 53.5-123.5T181 161h61q5-68 56.5-114.5T421 0h401q71 0 122 46.5t56 114.5h741q74 0 126.5 51.5T1920 336v1049q0 72-52.5 124t-126.5 52H181q-74 0-127.5-52T0 1385zm181 0h1560V336H181v1049z"/></svg>
<svg class="tc-image-file-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-21.3 0H0v512h384V149.3H234.7V0zm64 320h-64v128h-85.3V320h-64L192 213.3 298.7 320z"/></svg>
<svg class="tc-image-file-10 tc-image-button" width="22pt" height="22pt" viewBox="0 0 469.29998779296875 512"><path d="M320 0H85.3v426.7h384V149.3H320V0zm21.3 0v128h128L341.3 0zM42.7 85.3H0V512h384v-42.7H42.7v-384z"/></svg>
<svg class="tc-image-file-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 469.29998779296875 512"><path d="M42.7 85.3H0V512h384v-42.7H42.7v-384zM341.3 0v128h128L341.3 0zM320 0H85.3v426.7h384V149.3H320V0zm64 298.7h-64V384h-85.3v-85.3h-64L277.3 192 384 298.7z"/></svg>
<svg class="tc-image-file-12 tc-image-button" width="22pt" height="22pt" viewBox="0 0 469.29998779296875 512"><path d="M341.3 0v128h128L341.3 0zM42.7 85.3H0V512h384v-42.7H42.7v-384zM320 0H85.3v426.7h384V149.3H320V0zm64 277.3L277.3 384 170.7 277.3h64V192H320v85.3h64z"/></svg>
<svg class="tc-image-file-13 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-21.3 0H0v512h384V149.3H234.7V0zm-192 42.7H192v106.7H42.7V42.7zM192 405.3H42.7v-42.7H192v42.7zM341.3 320H42.7v-42.7h298.7V320zm0-128v42.7H42.7V192h298.6z"/></svg>
<svg class="tc-image-file-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-21.3 0H0v512h384V149.3H234.7V0zm64 341.3L192 448 85.3 341.3h64v-128h85.3v128h64.1z"/></svg>
<svg class="tc-image-file-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M234.7 0H0v512h384V149.3H234.7V0zm64 320v42.7h-85.3V448h-42.7v-85.3H85.4V320h85.3v-85.3h42.7V320h85.3zM256 0v128h128L256 0z"/></svg>
<svg class="tc-image-file-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M234.7 0H0v512h384V149.3H234.7V0zm64 320v42.7H85.3V320h213.4zM256 0v128h128L256 0z"/></svg>
<svg class="tc-image-file-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-21.3 0H0v512h384V149.3H234.7V0zm-21.4 448h-42.7v-42.7h42.7V448zm0-64h-42.7l-21.3-149.3h85.3L213.3 384z"/></svg>
<svg class="tc-image-file-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-21.3 0H0v288l64-64 85.3 85.3 85.3-85.3 85.3 85.3 64-64v-96H234.7V0zm0 309.3l-85.3 85.3L64 309.3l-64 64V512h384V330.7l-64 64-85.3-85.4z"/></svg>
<svg class="tc-image-file-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-21.3 0H0v512h384V149.3H234.7V0zm64 277.3c23.5 0 42.7 19.1 42.7 42.7s-19.1 42.7-42.7 42.7c-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7zM85.3 362.7c-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7c23.5 0 42.7 19.1 42.7 42.7s-19.1 42.7-42.7 42.7zm106.7 0c-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7c23.5 0 42.7 19.1 42.7 42.7s-19.2 42.7-42.7 42.7z"/></svg>
<svg class="tc-image-file-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M234.7 0H0v512h384V149.3H234.7V0zm10.6 245.3L288 288l-53.3 53.3 53.3 53.3-42.7 42.7L192 384l-53.3 53.3L96 394.7l53.3-53.3L96 288l42.7-42.7 53.3 53.3 53.3-53.3zM256 0v128h128L256 0z"/></svg>
<svg class="tc-image-file-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M256 0v128h128L256 0zm-64 405.3c35.4 0 64-28.6 64-64 0-9.4-2.1-18.2-5.7-26.2l-84.5 84.5c8 3.6 16.8 5.7 26.2 5.7zM234.7 0H0v512h384V149.3H234.7V0zm64 341.3c0 58.9-47.8 106.7-106.7 106.7-58.9 0-106.7-47.7-106.7-106.7 0-58.9 47.8-106.7 106.7-106.7 58.9.1 106.7 47.8 106.7 106.7zm-170.7 0c0 9.4 2.1 18.2 5.7 26.2l84.5-84.5c-8-3.6-16.9-5.8-26.2-5.8-35.4.1-64 28.8-64 64.1z"/></svg>
<svg class="tc-image-file-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM496.729 288.794h39.697v151.538H379.468v-38.306l117.26-113.232zm92.944 0h230.86v622.412H379.467V491.748h210.205V288.794z"/></svg>
<svg class="tc-image-file-archive tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M365.713 219.428v-73.143H292.57v73.143h73.143zm73.143 73.142v-73.143h-73.143v73.143h73.143zm-73.143 73.143V292.57H292.57v73.143h73.143zm73.143 73.143v-73.143h-73.143v73.143h73.143zm400-221.714q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142h-73.143v73.143h-73.143V73.142H73.143v877.714h731.428zm-358.284-412l61.143 199.429Q512 753.714 512 767.999q0 47.429-41.429 78.571t-104.857 31.143-104.857-31.143-41.429-78.571q0-14.286 4.571-29.714 12-36 68.571-226.286v-73.143h73.143v73.143h45.143q12.571 0 22.286 7.429t13.143 19.429zM365.714 804.57q30.286 0 51.714-10.857t21.43-25.714-21.43-25.714-51.714-10.857T314 742.285t-21.429 25.714 21.43 25.714 51.713 10.857z"/></svg>
<svg class="tc-image-file-archive-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M640 384V256H512v128h128zm128 128V384H640v128h128zM640 640V512H512v128h128zm128 128V640H640v128h128zm700-388q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H768v128H640V128H128v1536h1280zM781 943l107 349q8 27 8 52 0 83-72.5 137.5T640 1536t-183.5-54.5T384 1344q0-25 8-52 21-63 120-396V768h128v128h79q22 0 39 13t23 34zm-141 465q53 0 90.5-19t37.5-45-37.5-45-90.5-19-90.5 19-37.5 45 37.5 45 90.5 19z"/></svg>
<svg class="tc-image-file-audio tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M838.856 217.142q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142H73.142v877.714h731.43zM354.286 485.713q11.43 4.571 11.43 17.143v310.857q0 12.571-11.43 17.143-4.57 1.143-6.857 1.143-6.857 0-13.143-5.143l-94.857-95.429h-74.857q-8 0-13.143-5.143t-5.143-13.143V603.427q0-8 5.143-13.143t13.143-5.143h74.857l94.857-95.429q9.143-8.571 20-4zm238.285 393.715q17.714 0 28.571-13.714 73.714-90.857 73.714-207.429t-73.715-207.429q-9.143-12-24.57-13.714t-26.858 8q-12 9.714-13.429 24.857t8.286 27.143q57.143 70.286 57.143 161.143T564.57 819.428q-9.714 12-8.286 27.143t13.43 24.286q10.285 8.571 22.856 8.571zM472 794.856q15.428 0 26.856-11.429 49.714-53.143 49.714-125.143t-49.714-125.143q-10.286-10.857-25.714-11.429t-26.286 9.714-11.429 25.429 10.286 26.571q29.714 32.571 29.714 74.857t-29.714 74.857q-10.857 11.429-10.286 26.571t11.43 25.429q11.428 9.714 25.142 9.714z"/></svg>
<svg class="tc-image-file-audio-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zM620 850q20 8 20 30v544q0 22-20 30-8 2-12 2-12 0-23-9l-166-167H288q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h131l166-167q16-15 35-7zm417 689q31 0 50-24 129-159 129-363t-129-363q-16-21-43-24t-47 14q-21 17-23.5 43.5T988 870q100 123 100 282t-100 282q-17 21-14.5 47.5T997 1524q18 15 40 15zm-211-148q27 0 47-20 87-93 87-219t-87-219q-18-19-45-20t-46 17-20 44.5 18 46.5q52 57 52 131t-52 131q-19 20-18 46.5t20 44.5q20 17 44 17z"/></svg>
<svg class="tc-image-file-binary tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M4 11h1v1H2v-1h1V9H2V8h2v3zm8-7.5V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h7.5L12 3.5zM11 4L8 1H1v12h10V4zM8 3H6v1h1v2H6v1h3V6H8V3zM2 3h3v4H2V3zm1 3h1V4H3v2zm3 2h3v4H6V8zm1 3h1V9H7v2z"/></svg>
<svg class="tc-image-file-code tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M8.5 0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V3.5L8.5 0zM11 13H1V1h7l3 3v9zM5 5.98L3.5 7.5 5 9l-.5 1L2 7.5 4.5 5l.5.98zM7.5 5L10 7.5 7.5 10 7 9.02 8.5 7.5 7 6l.5-1z"/></svg>
<svg class="tc-image-file-code-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zM480 768q8-11 21-12.5t24 6.5l51 38q11 8 12.5 21t-6.5 24l-182 243 182 243q8 11 6.5 24t-12.5 21l-51 38q-11 8-24 6.5t-21-12.5l-226-301q-14-19 0-38zm802 301q14 19 0 38l-226 301q-8 11-21 12.5t-24-6.5l-51-38q-11-8-12.5-21t6.5-24l182-243-182-243q-8-11-6.5-24t12.5-21l51-38q11-8 24-6.5t21 12.5zm-620 461q-13-2-20.5-13t-5.5-24l138-831q2-13 13-20.5t24-5.5l63 10q13 2 20.5 13t5.5 24l-138 831q-2 13-13 20.5t-24 5.5z"/></svg>
<svg class="tc-image-file-directory tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 12"><path d="M13 2H7V1c0-.66-.31-1-1-1H1C.45 0 0 .45 0 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM6 2H1V1h5v1z"/></svg>
<svg class="tc-image-file-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 597.333984375 725.3330078125"><path d="M597.334 256H426.667V0h-256v256H0l298.667 298.667L597.334 256zM0 640v85.333h597.334V640H0z"/></svg>
<svg class="tc-image-file-edit tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1083.1280517578125 1200"><path d="M226.07 0L0 218.249V1200h850.418V817.511L745.424 922.504v173.167H104.992V292.18h197.59V104.33h442.843v272.995L431.997 690.753l-93.114 286.866 286.793-93.187 457.452-457.452-193.68-193.68-39.03 39.032V0H226.069zm254.402 739.154l96.803 96.876-143.433 46.557 46.63-143.433z"/></svg>
<svg class="tc-image-file-edit-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM456.885 220.898h394.482v172.046l24.683-24.61L998.438 490.65 709.423 779.736l-181.201 58.887 58.813-181.274 198.047-198.047V286.816H505.225v118.726H380.42v507.642h404.663V803.76l66.284-66.358v241.7H314.062V358.814l142.823-137.916zM617.65 687.891l-29.443 90.673 90.6-29.443-61.157-61.23z"/></svg>
<svg class="tc-image-file-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M853.807 229.076c-22.213-30.292-53.175-65.7-87.179-99.704s-69.412-64.964-99.704-87.178C615.35 4.374 590.332 0 576 0H80C35.888 0 0 35.888 0 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80V320c0-14.332-4.372-39.35-42.194-90.924zm-132.433-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V102.054c22.984 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H80c-8.672 0-16-7.328-16-16V80c0-8.672 7.328-16 16-16 0 0 495.956-.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"/></svg>
<svg class="tc-image-file-excel tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M838.856 217.142q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142H73.142v877.714h731.43zM245.142 817.142v60.571h160.571v-60.571h-42.857l58.857-92q2.857-4 5.714-9.429t4.286-7.714 2-2.286h1.143q.571 2.286 2.857 5.714 1.143 2.286 2.571 4.286t3.43 4.571 3.713 4.857l61.143 92h-43.429v60.571h166.286v-60.571H592.57l-109.714-156 111.43-161.143h38.285v-61.143H473.142v61.143h42.286l-58.857 90.857q-2.286 4-5.714 9.429t-5.143 7.714l-1.143 1.714h-1.143q-.57-2.286-2.857-5.714-3.429-6.286-9.714-13.143l-60.57-90.857h43.428v-61.143H248.001v61.143h38.857l108 155.429-110.857 161.714h-38.857z"/></svg>
<svg class="tc-image-file-excel-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zm-979-234v106h281v-106h-75l103-161q5-7 10-16.5t7.5-13.5 3.5-4h2q1 4 5 10 2 4 4.5 7.5t6 8 6.5 8.5l107 161h-76v106h291v-106h-68l-192-273 195-282h67V768H828v107h74l-103 159q-4 7-10 16.5t-9 13.5l-2 3h-2q-1-4-5-10-6-11-17-23L648 875h76V768H434v107h68l189 272-194 283h-68z"/></svg>
<svg class="tc-image-file-image tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M838.856 217.142q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142H73.142v877.714h731.43zm-73.142-256v182.857H146.286V767.999L256 658.285l73.143 73.143 219.43-219.429zM255.999 585.142q-45.714 0-77.714-32t-32-77.714 32-77.714 77.714-32 77.714 32 32 77.714-32 77.714-77.714 32z"/></svg>
<svg class="tc-image-file-image-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zm-128-448v320H256v-192l192-192 128 128 384-384zm-832-192q-80 0-136-56t-56-136 56-136 136-56 136 56 56 136-56 136-136 56z"/></svg>
<svg class="tc-image-file-jpg tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1024"><path d="M509 64l195 218v669q0 3-4 6t-9 3H77q-5 0-9-3t-4-6V73q0-3 4-6t9-3h432zm29-64H77Q45 0 22.5 21.5T0 73v878q0 30 22.5 51.5T77 1024h614q32 0 54.5-21.5T768 951V257zm-26 256V0h-64v256q0 26 19 45t45 19h253v-64H512zM323 448q0-27-19-45.5T259 384h-97q-13 0-22.5 9t-9.5 23q0 13 9.5 22.5T162 448h65q13 0 22.5 9t9.5 23v319q0 13-9.5 22.5T227 831h-1q-13 0-22.5-9t-9.5-22v-62q0-14-9.5-23t-22.5-9-22.5 9-9.5 23v93q0 26 19 45t45 19h65q26 0 45-19t19-45V448zm64 0v416q0 13 9.5 22.5T419 896t22.5-9.5T451 864V639h123q26 0 45-18.5t19-45.5V448q0-27-19-45.5T574 384H451q-27 0-45.5 18.5T387 448zm64 95v-63q0-14 9.5-23t22.5-9h59q13 0 22.5 9t9.5 23v63q0 13-9.5 22.5T542 575h-59q-13 0-22.5-9.5T451 543zm157 354q-14 0-23-9.5t-9-22.5 9-22.5 23-9.5q13 0 22.5 9.5T640 865t-9.5 22.5T608 897z"/></svg>
<svg class="tc-image-file-media tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M6 4h2v2H6V4zm6-.5V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h7.5L12 3.5zM11 4L8 1H1v11l3-5 2 4 2-2 3 3V4z"/></svg>
<svg class="tc-image-file-movie tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M838.856 217.142q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142H73.142v877.714h731.43zm-365.714-512q29.714 0 51.43 21.714t21.713 51.429v219.429q0 29.714-21.714 51.429t-51.429 21.714H219.427q-29.714 0-51.429-21.714t-21.714-51.429V511.999q0-29.714 21.714-51.429t51.43-21.714h219.428zm281.143 1.143q11.43 4.571 11.43 17.143v329.143q0 12.571-11.43 17.143-4.57 1.143-6.857 1.143-8 0-13.143-5.143l-151.429-152v-51.429l151.43-152q5.141-5.143 13.141-5.143 2.286 0 6.857 1.143z"/></svg>
<svg class="tc-image-file-movie-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zM768 768q52 0 90 38t38 90v384q0 52-38 90t-90 38H384q-52 0-90-38t-38-90V896q0-52 38-90t90-38h384zm492 2q20 8 20 30v576q0 22-20 30-8 2-12 2-14 0-23-9l-265-266v-90l265-266q9-9 23-9 4 0 12 2z"/></svg>
<svg class="tc-image-file-music tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M853.807 229.076c-22.21-30.292-53.175-65.7-87.179-99.704s-69.412-64.964-99.704-87.178C615.35 4.374 590.332 0 576 0H80C35.888 0 0 35.888 0 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80V320c0-14.332-4.372-39.35-42.194-90.924zm-132.433-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V102.054c22.982 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H80c-8.672 0-16-7.328-16-16V80c0-8.672 7.328-16 16-16 0 0 495.956-.002 496 0v224c0 17.672 14.324 32 32 32h224v624zM692.288 391.252a31.987 31.987 0 0 0-26.562-6.632l-320 64C330.768 451.614 320 464.746 320 480v236.876C301.168 708.702 279.322 704 256 704c-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96V570.234l256-51.202v133.842c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96V416a32.006 32.006 0 0 0-11.712-24.748z"/></svg>
<svg class="tc-image-file-new tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1140.97412109375 1200"><path d="M226.07 0L0 218.249V1200h605.976v-104.329H104.993V292.18h197.59V104.33h442.842v312.986h104.993V0H226.07zm472.725 508.73v249.09H449.631v193.09h249.164V1200H891.81V950.91h249.164V757.82H891.81V508.73H698.795z"/></svg>
<svg class="tc-image-file-new-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM448.975 221.924H814.6v244.41h-61.45V283.007H493.799V393.09H378.076v470.58h293.408v61.085H316.553V349.732l132.422-127.808zm276.855 297.95h113.013V665.77h145.971v113.086H838.843v145.899H725.83V778.857H579.932V665.771H725.83V519.873z"/></svg>
<svg class="tc-image-file-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280z"/></svg>
<svg class="tc-image-file-openoffice tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M626.22 471.682c-60.668-28.652-137.97-34.42-194.834 6.048 69.14-6.604 144.958 4.838 195.106 57.124 48-55.08 124.116-65.406 192.958-59.732-57.488-38.144-133.22-33.024-193.23-3.44zM601.647 605.75c-68.376-1.578-134.434 23.172-191.1 60.104-107.176-45.588-242.736-37.124-334.002 38.982 26.33-.934 52.006-7.446 78.056-10.792 95.182-9.488 196.588 14.142 268.512 79.824 29.772-43.542 71.644-78.242 119.652-99.922 63.074-30.52 134.16-33.684 202.82-34.52-41.688-28.648-94.614-33.954-143.938-33.676zm252.16-376.674c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178C615.35 4.374 590.332 0 576 0H80C35.888 0 0 35.888 0 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80V320c0-14.332-4.372-39.35-42.194-90.924zm-132.432-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V102.054c22.982 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H80c-8.672 0-16-7.328-16-16V80c0-8.672 7.328-16 16-16 0 0 495.956-.002 496 0v224c0 17.672 14.324 32 32 32h224v624z"/></svg>
<svg class="tc-image-file-pdf tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M8.5 0H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3.5L8.5 0zM1 1h4a.68.68 0 0 0-.31.2 1.08 1.08 0 0 0-.23.47 4.22 4.22 0 0 0-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 0 1 3.6 7.6c-.5 1-.8 1.66-.91 1.84a7.16 7.16 0 0 0-.69.3 4.19 4.19 0 0 0-1 .64V1zm4.42 4.8a5.65 5.65 0 0 0 1.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33a12.22 12.22 0 0 0-1.81.59c-.587.243.22-.44.61-1.25.365-.74.67-1.51.91-2.3l-.01.01zM11 13H1.5a.74.74 0 0 1-.17 0 2.12 2.12 0 0 0 .73-.44 10.14 10.14 0 0 0 1.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2a8.65 8.65 0 0 0 1.39.53c.403.11.814.188 1.23.23h.38V13H11zm0-4.86a3.74 3.74 0 0 0-.64-.28 4.22 4.22 0 0 0-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 0 1-1-.64 6.07 6.07 0 0 1-1.29-2.33c.111-.661.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 0 0-.2-.88.82.82 0 0 0-.61-.23H8l3 3v4.14z"/></svg>
<svg class="tc-image-file-pdf-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zm-514-593q33 26 84 56 59-7 117-7 147 0 177 49 16 22 2 52 0 1-1 2l-2 2v1q-6 38-71 38-48 0-115-20t-130-53q-221 24-392 83-153 262-242 262-15 0-28-7l-24-12q-1-1-6-5-10-10-6-36 9-40 56-91.5t132-96.5q14-9 23 6 2 2 2 4 52-85 107-197 68-136 104-262-24-82-30.5-159.5T657 552q11-40 42-40h22q23 0 35 15 18 21 9 68-2 6-4 8 1 3 1 8v30q-2 123-14 192 55 164 146 238zm-576 411q52-24 137-158-51 40-87.5 84t-49.5 74zm398-920q-15 42-2 132 1-7 7-44 0-3 7-43 1-4 4-8-1-1-1-2t-.5-1.5-.5-1.5q-1-22-13-36 0 1-1 2v2zm-124 661q135-54 284-81-2-1-13-9.5t-16-13.5q-76-67-127-176-27 86-83 197-30 56-45 83zm646-16q-24-24-140-24 76 28 124 28 14 0 18-1 0-1-2-3z"/></svg>
<svg class="tc-image-file-picture tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M768 896H128V768l192-320 263 320 185-128v256zm0-416c0 53.02-42.98 96-96 96-53.022 0-96-42.98-96-96s42.978-96 96-96c53.02 0 96 42.98 96 96zm85.806-250.924c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178C615.35 4.374 590.332 0 576 0H80C35.888 0 0 35.888 0 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80V320c0-14.332-4.372-39.35-42.194-90.924zm-132.432-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V102.054c22.984 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H80c-8.672 0-16-7.328-16-16V80c0-8.672 7.328-16 16-16 0 0 495.956-.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"/></svg>
<svg class="tc-image-file-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M320 384l320 224-320 224V384zm533.806-154.924c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178C615.35 4.374 590.332 0 576 0H80C35.888 0 0 35.888 0 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80V320c0-14.332-4.372-39.35-42.194-90.924zm-132.432-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V102.054c22.984 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H80c-8.672 0-16-7.328-16-16V80c0-8.672 7.328-16 16-16 0 0 495.956-.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"/></svg>
<svg class="tc-image-file-powerpoint tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M838.856 217.142q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142H73.142v877.714h731.43zM237.713 817.142v60.571H424.57v-60.571h-53.143v-95.429h78.286q43.43 0 67.43-8.571 38.285-13.143 60.856-49.714t22.571-83.429q0-46.286-21.143-80.571t-57.143-49.714q-27.429-10.857-74.286-10.857H237.712V500h52.571v317.143h-52.57zm201.715-160h-68V503.999h68.571q29.714 0 47.43 10.286 32 18.857 32 65.714 0 50.857-35.43 68.571-17.714 8.571-44.57 8.571z"/></svg>
<svg class="tc-image-file-powerpoint-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zm-992-234v106h327v-106h-93v-167h137q76 0 118-15 67-23 106.5-87t39.5-146q0-81-37-141t-100-87q-48-19-130-19H416v107h92v555h-92zm353-280H650V882h120q52 0 83 18 56 33 56 115 0 89-62 120-31 15-78 15z"/></svg>
<svg class="tc-image-file-ppt tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1024"><path d="M509 64l195 218v669q0 3-4 6t-9 3H77q-5 0-9-3t-4-6V73q0-3 4-6t9-3h432zm29-64H77Q45 0 22.5 21.5T0 73v878q0 30 22.5 51.5T77 1024h614q32 0 54.5-21.5T768 951V257zm-26 256V0h-64v256q0 26 19 45t45 19h253v-64H512zm1 319V448v127zm0-191H256q-26 0-45 18.5T192 447v416q0 13 9 22.5t23 9.5q13 0 22.5-9.5T256 863V639h257q27 0 45.5-18.5T577 575V448q0-27-18.5-45.5T513 384zm-32 191H288q-14 0-23-9.5t-9-22.5v-63q0-14 9-23t23-9h193q14 0 23 9t9 23v63q0 13-9 22.5t-23 9.5z"/></svg>
<svg class="tc-image-file-submodule tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 12"><path d="M10 5H4v7h9c.55 0 1-.45 1-1V6h-4V5zM9 7H5V6h4v1zm4-5H7V1c0-.66-.31-1-1-1H1C.45 0 0 .45 0 1v10c0 .55.45 1 1 1h2V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1h3V3c0-.55-.45-1-1-1zM6 2H1V1h5v1z"/></svg>
<svg class="tc-image-file-symlink-directory tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 12"><path d="M13 2H7V1c0-.66-.31-1-1-1H1C.45 0 0 .45 0 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM1 1h5v1H1V1zm6 9V8c-.98-.02-1.84.22-2.55.7C3.74 9.18 3.26 9.95 3 11c.02-1.64.39-2.88 1.13-3.73C4.86 6.43 5.82 6 7.01 6V4l4 3-4 3H7z"/></svg>
<svg class="tc-image-file-symlink-file tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M8.5 0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V3.5L8.5 0zM11 13H1V1h7l3 3v9zM6 3.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z"/></svg>
<svg class="tc-image-file-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M6 4H2V3h4v1zM2 7h7V6H2v1zm0 2h7V8H2v1zm0 2h7v-1H2v1zm10-7.5V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h7.5L12 3.5zM11 4L8 1H1v12h10V4z"/></svg>
<svg class="tc-image-file-text-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zM384 800q0-14 9-23t23-9h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H416q-14 0-23-9t-9-23v-64zm736 224q14 0 23 9t9 23v64q0 14-9 23t-23 9H416q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h704zm0 256q14 0 23 9t9 23v64q0 14-9 23t-23 9H416q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h704z"/></svg>
<svg class="tc-image-file-text2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 16"><path d="M13.341 3.579c-.347-.473-.831-1.027-1.362-1.558S10.894 1.006 10.421.659C9.615.068 9.224 0 9 0H1.25C.561 0 0 .561 0 1.25v13.5C0 15.439.561 16 1.25 16h11.5c.689 0 1.25-.561 1.25-1.25V5c0-.224-.068-.615-.659-1.421zm-2.07-.85c.48.48.856.912 1.134 1.271H9.999V1.595c.359.278.792.654 1.271 1.134zM13 14.75c0 .136-.114.25-.25.25H1.25a.253.253 0 0 1-.25-.25V1.25c0-.135.115-.25.25-.25H9v3.5a.5.5 0 0 0 .5.5H13v9.75z"/><path d="M10.5 13h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0-2h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0-2h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-file-unknown tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1024"><path d="M509 64l195 218v669q0 3-4 6t-9 3H77q-5 0-9-3t-4-6V73q0-3 4-6t9-3h432zm29-64H77Q45 0 22.5 21.5T0 73v878q0 30 22.5 51.5T77 1024h614q32 0 54.5-21.5T768 951V257zm-26 256V0h-64v256q0 26 19 45t45 19h253v-64H512zM384 774q-13 0-22.5-9t-9.5-23v-2q0-34 19-62t51-41q28-12 45-37.5t17-55.5q0-42-29-71.5T384 443q-35 0-62 21.5T287 519q-3 11-11.5 18t-19.5 7q-16 0-25.5-12.5T225 504q13-54 57.5-89T384 380q68 0 116 48t48 116q0 51-29 92-27 41-73 60-30 12-30 44v2q0 14-9.5 23t-22.5 9zm-1 123q-13 0-22.5-9.5T351 865t9.5-22.5T383 833t22.5 9.5T415 865t-9.5 22.5T383 897z"/></svg>
<svg class="tc-image-file-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 597.333984375 725.3330078125"><path d="M170.667 554.667h256v-256h170.667L298.667 0 0 298.667h170.667zM0 640h597.334v85.333H0z"/></svg>
<svg class="tc-image-file-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M853.807 229.076c-22.209-30.292-53.175-65.7-87.179-99.704s-69.412-64.964-99.704-87.178C615.35 4.374 590.33 0 576 0H80C35.888 0 0 35.888 0 80v864c0 44.112 35.882 80 80 80h736c44.112 0 80-35.888 80-80V320c0-14.332-4.372-39.35-42.194-90.924zm-132.433-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V102.054c22.98 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H80c-8.672 0-16-7.328-16-16V80c0-8.672 7.328-16 16-16 0 0 495.956-.002 496 0v224c0 17.672 14.32 32 32 32h224v624zM192 512h320v320H192V512zm320 128l192-128v320L512 704z"/></svg>
<svg class="tc-image-file-word tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.71533203125 1024.000244140625"><path d="M838.856 217.142q16 16 27.43 43.429t11.428 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768Q32 1024 16 1008T0 969.143V54.857Q0 32 16 16T54.857 0h512q22.857 0 50.286 11.429t43.43 27.429zM585.142 77.713V292.57h214.857q-5.714-16.571-12.57-23.429L608.57 90.284q-6.857-6.857-23.429-12.571zM804.57 950.856V365.713H566.856q-22.857 0-38.857-16t-16-38.857V73.142H73.142v877.714h731.43zm-671.428-512v61.143h40l93.714 377.714h90.857l73.143-277.143q4-11.429 5.714-26.286 1.143-9.143 1.143-13.714h2.286l1.714 13.714q.571 1.714 2 11.429t3.143 14.857l73.143 277.143h90.857l93.714-377.714h40v-61.143H573.141v61.143h51.43l-56.572 250.286q-2.857 11.429-4 26.286l-1.143 12h-2.286l-1.714-12q-.57-2.857-2.286-12t-2.857-14.286l-82.286-311.429h-65.143l-82.286 311.429q-1.143 5.143-2.57 14t-2 12.286l-2.287 12h-2.286l-1.143-12q-1.143-14.857-4-26.286l-56.57-250.286h51.428v-61.143H133.141z"/></svg>
<svg class="tc-image-file-word-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280zM233 768v107h70l164 661h159l128-485q7-20 10-46 2-16 2-24h4l3 24q1 3 3.5 20t5.5 26l128 485h159l164-661h70V768h-300v107h90l-99 438q-5 20-7 46l-2 21h-4l-3-21q-1-5-4-21t-5-25L825 768H711l-144 545q-2 9-4.5 24.5T559 1359l-4 21h-4l-2-21q-2-26-7-46l-99-438h90V768H233z"/></svg>
<svg class="tc-image-file-zip tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14"><path d="M8.5 0H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3.5L8.5 0zM11 13H1V1h3v1h1V1h3l3 3v9zM5 3V2h1v1H5zM4 3h1v1H4V3zm1 2V4h1v1H5zM4 5h1v1H4V5zm1 2V6h1v1H5zM4 8.28A2 2 0 0 0 3 10v1h4v-1a2 2 0 0 0-2-2V7H4v1.28zM6 9v1H4V9h2z"/></svg>
<svg class="tc-image-files-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M853.807 357.076c-22.21-30.292-53.175-65.7-87.179-99.704s-69.412-64.964-99.704-87.178C615.35 132.374 590.332 128 576 128H208c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80V448c0-14.332-4.372-39.35-42.194-90.924zm-132.433-54.45c30.7 30.7 54.8 58.398 72.58 81.374H640V230.054c22.982 17.78 50.678 41.878 81.374 72.572zM832 944c0 8.672-7.328 16-16 16H208c-8.672 0-16-7.328-16-16V208c0-8.672 7.328-16 16-16 0 0 367.956-.002 368 0v224c0 17.672 14.324 32 32 32h224v496zM538.924 42.196C487.35 4.374 462.332 0 448 0H80C35.888 0 0 35.888 0 80v736c0 38.632 27.528 70.958 64 78.39V80c0-8.672 7.328-16 16-16h486.877c-9.646-7.92-19.028-15.26-27.952-21.804z"/></svg>
<svg class="tc-image-filing tc-image-button" width="22pt" height="22pt" viewBox="0 0 387.6000061035156 320"><path d="M318.5 32.1H69.6c-12.1 0-19.5 0-19.5 20.4v28.1h288V52.5c0-20.4-7.4-20.4-19.6-20.4zM270.5 0h-153C104.4 0 98 .3 98 18.7h192C289.9.3 283.6 0 270.5 0z"/><path d="M369.9 73.1L354 63.7V96H33V63.7l-15.2 9.4C3.5 82 0 88.4 2.8 114l17.5 184.8c3.7 20.7 15.9 21.2 24 21.2h299.9c8.1 0 20.2-.5 23.9-21.2l17.2-184.4c2.3-24.4-2-32.8-15.4-41.3z"/></svg>
<svg class="tc-image-film tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm7.917 4.75v12.667h22.166V4.75H7.917zm0 15.833V33.25h22.166V20.583H7.917zM3.958 3.167a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0 26.916a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm30.084-6.728a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0 26.916a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75z"/></svg>
<svg class="tc-image-film-gallery tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 38"><path d="M7 0h34v8h7v27h-7v3H7v-3H0V8h7V0zm8 4v13h18V4H15zm18 17H15v13h18V21zm-22-4a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 28a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm26-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 28a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM5 23v9h2v-9H5zm2-12H5v9h2v-9zM2.5 30a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM43 20v-9h-2v9h2zm-2 12h2v-9h-2v9zm4.5-19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/></svg>
<svg class="tc-image-film-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 39"><path d="M27 26h10v3H27v-3zm0 5h10v3H27v-3zm0 5h10v3H27v-3zm-4 0h3v3h-3v-3zm0-5h3v3h-3v-3zm0-5h3v3h-3v-3zM0 0h32v24h-8v-3H8v13h13v4H0V0zm8 4v13h16V4H8zM4 17a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 28a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm24-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-7a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>
<svg class="tc-image-film-live tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 49.08399963378906"><path d="M0 0h38v38H0V0zm7.917 4.75v12.667h22.166V4.75H7.917zm0 15.834V33.25h22.166V20.584H7.917zM3.958 3.167a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0 26.917a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm30.084-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0 26.917a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zM7.917 41.167H9.5V47.5h3.167v1.584h-4.75v-7.917zm6.333 7.917v-7.917h1.583v7.917H14.25zm3.563-7.917h1.979l1.583 5.278 1.583-5.278h1.98l-2.771 7.917h-1.584l-2.77-7.917zm9.104 0h4.75v1.583H28.5v1.584h3.167v1.583H28.5V47.5h3.167v1.584h-4.75v-7.917z"/></svg>
<svg class="tc-image-film-marker tc-image-button" width="22pt" height="22pt" viewBox="0 0 417.29998779296875 385.2999572753906"><path d="M401.7 145.3h-344l341.2-68c8.5-1.6 14-9.7 12.4-18.1l-8.9-45.4c-1.6-8.4-9.8-13.8-18.3-12.2L14 75.2c-8.5 1.6-14 9.7-12.4 18l8.9 45.4c.6 2.8 2.1 5.2 3.9 7.2C7 147 1.3 153 1.3 160.7v209.2c0 8.5 7 15.4 15.6 15.4h384.8c8.6 0 15.6-6.9 15.6-15.4V160.7c0-8.5-7-15.4-15.6-15.4zM258.3 339.7l-50.7-36.3-50.7 36.3 19.5-58.4-50.8-36h62.7l19.2-58.4 19.3 58.4h62.7l-50.8 36 19.6 58.4z"/></svg>
<svg class="tc-image-film-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 47.500999450683594"><path d="M0 0h38v38H0V0zm7.917 4.75v12.666h22.166V4.75H7.917zm0 15.833V33.25h22.166V20.583H7.917zM3.958 3.166a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0 26.917a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.728a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm30.084-6.729a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0 26.917a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.728a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm0-6.73a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zM28.5 41.167a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334z"/></svg>
<svg class="tc-image-filter tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.621002197265625 13.11579704284668"><path d="M13.621 1.84A1.84 1.84 0 0 0 11.783 0H1.84C.825 0 0 .825 0 1.84c0 .446.166.868.457 1.203.018.025.028.054.051.077l4.079 4.078v4.279a.517.517 0 0 0 1.034 0V6.984a.516.516 0 0 0-.151-.365L1.275 2.426c-.008-.009-.01-.021-.019-.029a.808.808 0 0 1 .584-1.364h9.943a.807.807 0 0 1 .584 1.361c-.004.004-.006.009-.008.013L8.015 6.75a.512.512 0 0 0-.15.365v5.461a.516.516 0 1 0 1.032 0V7.329l4.215-4.214c.006-.006.008-.015.014-.021.317-.341.495-.786.495-1.254z"/></svg>
<svg class="tc-image-filter-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm22 20h4V8h-8v4h4v16zM40 0H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28z"/></svg>
<svg class="tc-image-filter-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm36-8H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zm-8-8h-8v-4h4c2.21 0 4-1.79 4-4v-4c0-2.21-1.79-4-4-4h-8v4h8v4h-4c-2.21 0-4 1.79-4 4v8h12v-4z"/></svg>
<svg class="tc-image-filter-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M40 0H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zM4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm28 16v-3c0-1.66-1.34-3-3-3 1.66 0 3-1.34 3-3v-3c0-2.21-1.79-4-4-4h-8v4h8v4h-4v4h4v4h-8v4h8c2.21 0 4-1.79 4-4z"/></svg>
<svg class="tc-image-filter-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm24 20h4V8h-4v8h-4V8h-4v12h8v8zM40 0H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28z"/></svg>
<svg class="tc-image-filter-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M40 0H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zM4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm28 16v-4c0-2.21-1.79-4-4-4h-4v-4h8V8H20v12h8v4h-8v4h8c2.21 0 4-1.79 4-4z"/></svg>
<svg class="tc-image-filter-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm36-8H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zm-16-4h4c2.21 0 4-1.79 4-4v-4c0-2.21-1.79-4-4-4h-4v-4h8V8h-8c-2.21 0-4 1.79-4 4v12c0 2.21 1.79 4 4 4zm0-8h4v4h-4v-4z"/></svg>
<svg class="tc-image-filter-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm36-8H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zm-16-4l8-16V8H20v4h8l-8 16h4z"/></svg>
<svg class="tc-image-filter-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm36-8H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zm-16-4h4c2.21 0 4-1.79 4-4v-3c0-1.66-1.34-3-3-3 1.66 0 3-1.34 3-3v-3c0-2.21-1.79-4-4-4h-4c-2.21 0-4 1.79-4 4v3c0 1.66 1.34 3 3 3-1.66 0-3 1.34-3 3v3c0 2.21 1.79 4 4 4zm0-16h4v4h-4v-4zm0 8h4v4h-4v-4z"/></svg>
<svg class="tc-image-filter-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm36-8H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28zM28 8h-4c-2.21 0-4 1.79-4 4v4c0 2.21 1.79 4 4 4h4v4h-8v4h8c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm0 8h-4v-4h4v4z"/></svg>
<svg class="tc-image-filter-9-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm22 14v-8c0-2.21-1.79-4-4-4h-2c-2.21 0-4 1.79-4 4v2c0 2.21 1.79 4 4 4h2v2h-6v4h6c2.21 0 4-1.79 4-4zm-6-6v-2h2v2h-2zM40 0H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 16h-4v-4h-4v4h-4v4h4v4h4v-4h4v12H12V4h28v12z"/></svg>
<svg class="tc-image-filter-alphabetical tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.87799835205078 41.16699981689453"><path d="M28.831 36.381v-1.918l7.38-10.532v-.09h-6.69v-2.947h11.242v2.058l-7.219 10.392v.09h7.334v2.947H28.831zm-10.607 4.786v-19L2.391 0h38L24.558 22.167V38l-6.334 3.167zm-8.93-8.944H4.798l-1.118 4.18H0l4.798-15.53h4.66l4.867 15.53h-3.82l-1.211-4.18zm-3.983-2.526h3.47l-.978-3.3-.413-1.5-.379-1.499h-.046l-.353 1.513-.37 1.525-.931 3.261z"/></svg>
<svg class="tc-image-filter-b-and-w tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32L18 16v16H4l14-16V4h14v28z"/></svg>
<svg class="tc-image-filter-center-focus tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M4 24H0v8c0 2.21 1.79 4 4 4h8v-4H4v-8zM4 4h8V0H4C1.79 0 0 1.79 0 4v8h4V4zm28-4h-8v4h8v8h4V4c0-2.21-1.79-4-4-4zm0 32h-8v4h8c2.21 0 4-1.79 4-4v-8h-4v8zM18 12c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/></svg>
<svg class="tc-image-filter-drama tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M38.71 12.07C37.35 5.19 31.28 0 24 0c-5.78 0-10.78 3.28-13.29 8.07C4.69 8.71 0 13.81 0 20c0 6.63 5.37 12 12 12h26c5.52 0 10-4.48 10-10 0-5.28-4.1-9.56-9.29-9.93zM38 28H12c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8h4c0-5.52-3.73-10.15-8.8-11.55C17.21 5.76 20.4 4 24 4c6.07 0 11 4.93 11 11v1h3c3.31 0 6 2.69 6 6s-2.69 6-6 6z"/></svg>
<svg class="tc-image-filter-frames tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 44"><path d="M36 8h-8l-8-8-8 8H4c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm0 32H4V12h9.03l7.04-7 6.96 7H36v28zm-4-24H8v20h24"/></svg>
<svg class="tc-image-filter-hdr tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M26 0l-7.5 10 5.7 7.6L21 20c-3.38-4.5-9-12-9-12L0 24h44L26 0z"/></svg>
<svg class="tc-image-filter-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 24"><path d="M14 24h8v-4h-8v4zM0 0v4h36V0H0zm6 14h24v-4H6v4z"/></svg>
<svg class="tc-image-filter-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M4 8H0v32c0 2.21 1.79 4 4 4h32v-4H4V8zm36-8H12C9.79 0 8 1.79 8 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H12V4h28v28z"/></svg>
<svg class="tc-image-filter-tilt-shift tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.80000305175781 39.80000305175781"><path d="M17.9 4.04V0c-4.02.4-7.68 2-10.65 4.42l2.85 2.85c2.22-1.71 4.88-2.87 7.8-3.23zm14.65.38A19.93 19.93 0 0 0 21.9 0v4.04c2.92.37 5.58 1.52 7.8 3.24l2.85-2.86zm3.21 13.48h4.04c-.4-4.02-2-7.68-4.42-10.65l-2.85 2.85c1.71 2.22 2.87 4.88 3.23 7.8zM7.28 10.1L4.43 7.25C2 10.22.4 13.88 0 17.9h4.04c.37-2.92 1.52-5.58 3.24-7.8zM4.04 21.9H0c.4 4.02 2 7.68 4.42 10.65l2.85-2.85a16.097 16.097 0 0 1-3.23-7.8zm21.86-2c0-3.31-2.69-6-6-6s-6 2.69-6 6 2.69 6 6 6 6-2.69 6-6zm6.62 9.79l2.85 2.85c2.43-2.96 4.03-6.62 4.43-10.64h-4.04c-.36 2.91-1.52 5.58-3.24 7.79zM21.9 35.76v4.04c4.02-.4 7.68-2 10.65-4.42l-2.85-2.85a16.057 16.057 0 0 1-7.8 3.23zm-14.65-.38c2.97 2.42 6.63 4.02 10.65 4.42v-4.04c-2.92-.37-5.58-1.52-7.8-3.24l-2.85 2.86z"/></svg>
<svg class="tc-image-filter-vintage tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.779998779296875 44.76000213623047"><path d="M32.78 23.18c-.56-.32-1.14-.58-1.72-.8.58-.22 1.16-.48 1.72-.8 3.84-2.22 5.98-6.25 5.99-10.39-3.59-2.06-8.15-2.22-11.99 0-.56.32-1.07.69-1.56 1.09.1-.63.17-1.25.17-1.9 0-4.44-2.42-8.31-6-10.38-3.58 2.07-6 5.94-6 10.38 0 .65.06 1.27.16 1.89-.49-.39-1-.76-1.56-1.09-3.84-2.22-8.4-2.06-11.99 0 .01 4.14 2.15 8.17 5.99 10.39.56.32 1.14.58 1.72.8-.58.22-1.16.48-1.72.8C2.15 25.39.01 29.42 0 33.56c3.59 2.06 8.15 2.22 11.99 0 .56-.32 1.07-.69 1.56-1.09-.09.64-.16 1.26-.16 1.91 0 4.44 2.42 8.31 6 10.38 3.58-2.08 6-5.94 6-10.38 0-.65-.07-1.27-.16-1.89.49.39 1 .76 1.56 1.09 3.84 2.22 8.4 2.06 11.99 0-.01-4.15-2.15-8.18-6-10.4zm-13.39 7.2c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>
<svg class="tc-image-finance tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 26"><path d="M43 0H0v26h50V0h-7zm5 19.271A6.7 6.7 0 0 0 43.271 24H6.729A6.703 6.703 0 0 0 2 19.271V6.729A6.703 6.703 0 0 0 6.729 2h36.565A7.007 7.007 0 0 0 48 6.706v12.565zm-20.884-4.216c-.23-.14-.116-.269-1.116-.388v2.897l.548-.102c.742-.26 1.114-.745 1.114-1.451 0-.409-.183-.731-.546-.956zm-4.501-4.727c0 .445.203.78.607 1 .155.087.416.184.777.289V8.876a2.394 2.394 0 0 0-.769.315c-.41.272-.615.652-.615 1.137zM25 3c-4.971 0-9 4.478-9 10 0 5.521 4.029 10 9 10s9-4.479 9-10c0-5.522-4.029-10-9-10zm3.854 15.654c-.679.58-1.854.935-2.854 1.069V21h-2v-1.3c-1.044-.142-1.909-.3-2.588-.835A3.72 3.72 0 0 1 20 16h2.488c.081 0 .239.801.475 1.084.245.291.593.325 1.037.448v-3.405c-1.217-.281-2.065-.584-2.536-.91-.841-.575-1.261-1.476-1.261-2.7 0-1.117.411-2.045 1.234-2.784.628-.565 1.484-.912 2.563-1.046V5h2v1.74c1 .149 1.676.613 2.3 1.076.939.697 1.6 1.184 1.645 3.184h-2.506c-.047-1-.549-1.432-1.172-1.748A2.037 2.037 0 0 1 26 9.045v3.143l.902.174c.959.226 1.846.528 2.324.905.744.588 1.032 1.437 1.032 2.547.002 1.14-.524 2.086-1.404 2.84z"/></svg>
<svg class="tc-image-find-in-page tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M32 35.17V12L20 0H4C1.79 0 .02 1.79.02 4L0 36c0 2.21 1.77 4 3.98 4H28c.89 0 1.71-.3 2.37-.8l-8.87-8.87A9.86 9.86 0 0 1 16 32c-5.52 0-10-4.48-10-10s4.48-10 10-10 10 4.48 10 10c0 2.04-.62 3.93-1.66 5.51L32 35.17zM10 22c0 3.31 2.69 6 6 6s6-2.69 6-6-2.69-6-6-6-6 2.69-6 6z"/></svg>
<svg class="tc-image-find-replace tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.97999954223633 34.97999954223633"><path d="M14 4c2.76 0 5.26 1.12 7.07 2.93L16 12h12V0l-4.1 4.1C21.37 1.57 17.87 0 14 0 6.95 0 1.13 5.22.16 12H4.2c.93-4.56 4.96-8 9.8-8zm11.28 18.27c1.33-1.81 2.23-3.95 2.56-6.27H23.8c-.93 4.56-4.96 8-9.8 8-2.76 0-5.26-1.12-7.07-2.93L12 16H0v12l4.1-4.1C6.63 26.43 10.13 28 14 28c3.1 0 5.96-1.02 8.28-2.73L32 34.98 34.98 32l-9.7-9.73z"/></svg>
<svg class="tc-image-finder tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.20800018310547 55.020999908447266"><path d="M3.958 12.271h4.75v7.916h-4.75v-7.916zm22.167 0h4.75v7.916h-4.75v-7.916zm2.77-11.084c-12.666 14.25-12.666 28.5-12.666 28.5h9.5c-1.213 3.234-1.703 5.573-1.76 8.442 4.057-.394 7.237-1.482 11.656-3.692l1.583 3.167s-4.655 3.048-13.173 3.965c.487 6.986 3.277 11.868 3.277 11.868l-2.77 1.584c-2.768-4.152-3.722-9.059-3.918-13.268-6.092.352-13.3-.486-20.624-4.149l1.583-3.167s8.148 4.268 19.01 3.84c.094-4.083.782-5.423.782-5.423h-9.5S11.875 14.25 25.333 0l3.563 1.187z"/></svg>
<svg class="tc-image-fingerprint tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.54199981689453 48.952999114990234"><path d="M17.021 7.521a1.583 1.583 0 0 1-1.138-2.685l-.05-.086s9.5-4.75 18.209.791c8.96 5.973 9.5 14.225 9.5 14.25 0 .875-.709 1.584-1.583 1.584-.74 0-1.362-.508-1.584-1.188 0 0-1.242-8.142-9.5-12.27-7.125-3.167-13.726-.396-13.854-.396zm15.042 26.916c2.415-4.561 3.958-14.646-2.375-19.396-6.334-4.75-13.854-2.375-18.604 2.375S4.75 31.666 9.5 35.625c3.44 2.867 10.005 5.217 15.834-1.584 4.75-5.541 2.375-11.875.791-13.458-1.583-1.583-7.125-3.167-10.291 0-4.75 4.75-3.167 11.48 1.583 11.48s5.136-7.3 3.563-7.126c-3.563.396.395 2.375-3.563 4.354-1.77.886-1.98-3.958-.396-5.541 1.584-1.584 3.874-3.578 7.125-.792 2.771 2.375 1.188 7.125-1.979 10.292-1.583 1.583-6.73 3.562-9.896.395C9.105 30.479 8.213 23.196 13.459 19c3.958-3.167 8.708-4.75 13.854-1.98 6.97 3.754 4.354 13.459 1.187 17.813-5.43 7.467-13.938 9.215-20.187 4.354C4.75 36.417 0 25.333 7.917 15.833c7.917-9.5 20.583-6.333 23.354-3.958 3.251 2.786 9.896 10.291 3.959 22.958-6.62 14.12-19.792 13.063-21.376 13.063-1.583 0-3.166-.396-3.166-1.98-.001-1.583 1.979-1.583 1.979-1.583 7.917 1.583 15.833-3.167 19.396-9.896z"/></svg>
<svg class="tc-image-fire tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.63599967956543 14"><path d="M4.728 13.845c-.761-.451-1.306-1.244-1.337-2.177-.045-1.743 1.166-2.598 1.883-3.766C6.3 6.222 6.02 5.18 6.02 5.18s.856.482 1.354 2.271a4.14 4.14 0 0 1 .14 1.557c-.077 1.26-.622 2.395-.622 2.395s.949-.202 1.213-1.929c.437.451.841 1.104.887 1.789.078 1.183-.621 2.271-1.68 2.737 1.833-.42 3.143-1.975 3.594-3.111.575-1.43.42-2.706.326-3.811-.124-1.508.404-2.629.404-2.629s-1.011.296-1.758 1.524c-.342.561-.482 1.384-.482 1.384s.078-.73-.405-2.068c-.481-1.307-.918-1.773-1.183-2.737C7.467 1.26 8.228 0 8.228 0S5.212.561 3.842 3.189c-1.213 2.333-.715 3.734-.715 3.734s-.514-.483-.778-1.152-.205-1.275-.205-1.275S0 6.86 1.043 9.832c.7 2.084 2.052 3.453 3.685 4.013z"/></svg>
<svg class="tc-image-fire-extinguisher tc-image-button" width="22pt" height="22pt" viewBox="0 0 805.8079833984375 932.571044921875"><path d="M293.807 91.427q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714 10.857 25.714 25.714 10.857 25.714-10.857 10.857-25.714zm512-18.285v182.857q0 9.143-6.857 14.286-4.57 4-11.429 4-2.286 0-4-.571l-256-54.857q-6.286-1.143-10.286-6.286t-4-11.429H366.949v58.286q63.43 13.143 104.857 63.429t41.43 116V896q0 14.857-10.858 25.714t-25.714 10.857h-292.57q-14.858 0-25.715-10.857T147.523 896V438.857q0-60.571 35.714-108.857t92.286-65.429v-63.429h-18.286q-33.714 0-65.714 13.429t-52.286 30.286-37.714 38-23.143 30.571-8 14q-9.714 20-32.57 20-9.144 0-16.572-4-13.143-6.857-18-21.143t2-28q2.857-5.714 8.286-14.857t21.43-30.571 34.57-40 48.571-38.286 62-30q-14.286-24-14.286-49.143 0-37.714 26.857-64.571T257.237 0t64.571 26.857 26.857 64.571q0 18.857-8 36.571h172.571q0-6.286 4-11.429t10.286-6.286l256-54.857q1.714-.571 4-.571 6.857 0 11.43 4 6.856 5.143 6.856 14.286z"/></svg>
<svg class="tc-image-fire-station tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42.03399658203125 47.999000549316406"><path d="M21.369 23.297s-4.839 3.893-4.839 7.04c0 1.409 2.074 2.817 4.839 2.817 2.763 0 4.837-1.408 4.837-2.817 0-3.26-4.837-7.04-4.837-7.04zm17.641-7.116c.28-3.428 1.274-6.575 3.024-9.459L35.315 0c-2.122 1.828-4.54 2.84-7.28 3.019-2.51.227-4.889-.25-7.126-1.435-2.302 1.146-4.672 1.625-7.143 1.435C11.211 2.79 8.904 1.884 6.839.278L.101 6.997c1.657 2.926 2.58 5.987 2.761 9.184.086 1.472-.334 3.497-1.276 6.117a44.656 44.656 0 0 0-1.12 3.764C.23 27.107.083 27.957.035 28.593c-.035 2.79.748 5.311 2.353 7.55 1.254 1.635 3.322 3.441 6.194 5.415 3.143 1.6 5.574 2.638 7.277 3.082l1.412.656c.445.212.921.42 1.417.647 1.071.641 1.823 1.337 2.221 2.056.485-.777 1.254-1.456 2.278-2.056a50.198 50.198 0 0 0 1.822-.828l1.066-.476c.364-.181.843-.388 1.419-.616a84.697 84.697 0 0 1 2.16-.821c1.659-.587 2.869-1.143 3.635-1.645 2.786-1.974 4.823-3.75 6.118-5.34 1.663-2.248 2.47-4.779 2.433-7.625-.099-1.274-.638-3.313-1.617-6.09-.933-2.705-1.347-4.805-1.213-6.321zM21.369 35.97c-6.107 0-11.75-5.044-11.75-11.265 0-4.225 3.23-8.216 4.147-9.857l2.764 4.225 4.839-7.04 4.837 7.04 2.768-4.225c.914 1.641 4.147 5.632 4.147 9.857 0 6.221-5.644 11.265-11.752 11.265z"/></svg>
<svg class="tc-image-fire-station-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M5.5 0l-2 4L2 2c-.405.712-2 2.167-2 4 0 2.7 2.8 5 5.5 5S11 8.7 11 6c0-1.833-1.595-3.288-2-4L7.5 4l-2-4zm0 5.5s2 1.585 2 3c0 .611-.778 1.278-2 1.278s-2-.667-2-1.278c0-1.366 2-3 2-3z"/></svg>
<svg class="tc-image-fire-station-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.392000198364258 14.5"><path d="M6.696 0l-2.5 4-1.5-2C2.141 2.975 0 5.292 0 7.804a6.696 6.696 0 1 0 13.392 0c0-2.512-2.141-4.829-2.696-5.804l-1.5 2-2.5-4zm0 6.5s2.5 2.562 2.5 4.5c0 .837-.826 2-2.5 2s-2.5-1.163-2.5-2c0-1.872 2.5-4.5 2.5-4.5z"/></svg>
<svg class="tc-image-fireball tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.10101318359375 448"><path d="M297.267 206.088l-.231 10.404c-.814 11.65-3.797 31.912-14.102 54.736a225.395 225.395 0 0 0 4.978-47.164c0-12.096-.958-23.968-2.799-35.544C270.022 93.619 195.487 18.597 100.975 3.002 89.706.285 83.048 0 83.048 0c.238.281.465.562.7.844 39.458 47.181 44.1 96.656 37.744 131.85-2.281 12.629-5.978 23.421-9.991 31.605 0 0 3.359-13.911 3.035-29.72-.293-14.234-3.572-30.006-14.986-38.552 3.497 18.378-.752 33.501-9.121 47.729C65.69 185.808 5 217.386 0 295.408v3.836c0 53.692 25.624 98.979 68.719 125.012-6.85-12.344-14.964-35.207-8.733-60.151 3.998 23.669 9.951 36.045 20.879 51.756 8.153 11.721 19.104 19.269 33.095 24.934S142.995 448 159.889 448c55.809 0 105.228-28.567 133.845-71.952l.267.061v-.007c16-25.254 26.1-55.5 26.1-88.019-.001-29.971-8.505-58.012-22.834-81.995z"/></svg>
<svg class="tc-image-firebase tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.157001495361328 19.16499900817871"><path d="M4.832.255C1.999.606.247 1.439.038 2.548 0 2.728 0 3.732.019 4.784.057 6.357.085 6.755.227 7.01c.152.294.152.341 0 .739-.142.369-.152.654-.104 2.188.038.966.114 1.904.18 2.075.085.237.085.369 0 .559-.142.303-.152 2.975-.019 3.78.057.379.18.673.36.9.843 1.052 3.079 1.677 6.366 1.781 4.083.133 7.2-.635 7.939-1.952.199-.341.208-.493.208-2.226 0-1.468-.028-1.933-.151-2.226-.123-.313-.123-.417-.028-.597.085-.161.114-.71.095-2.018-.019-1.876-.047-2.151-.256-2.454-.104-.152-.095-.227.019-.464.123-.227.152-.644.142-2.302-.009-1.175-.057-2.15-.123-2.33-.256-.786-1.393-1.506-2.937-1.876C10.023.142 6.954 0 4.832.255zm.436.891c-.028.047.502.057 1.213.028 1.052-.038 3.827.123 3.733.218-.019.019-.445.076-.957.133-.521.057-1.023.152-1.137.208-.189.104-.189.114-.028.237.161.114.151.123-.095.18-.777.161-1.279.36-1.459.587-.455.578-.057 1.156.919 1.364.739.152 3.657.057 4.462-.142.891-.227 1.345-.483 1.345-.767 0-.388-.569-.673-1.942-.957-.73-.142-.265-.171.644-.028.9.142 1.63.417 1.866.72.171.227.189.379.189 2.027 0 2.037.019 1.989-.909 2.416-1.345.635-3.534.872-7.333.805-.72-.019-.777-.028-.578-.142s.133-.133-.663-.18c-1.108-.066-2.075-.341-2.529-.701-.55-.436-.9-1.222-.947-2.15-.047-.881.123-1.895.303-1.829.066.028.208-.133.341-.369.379-.72 1.203-1.213 2.558-1.554.805-.199 1.08-.227 1.004-.104zM1.706 8.251c0 .388.189.549.928.767 2.672.805 8.697.701 10.421-.18.351-.18.398-.237.398-.53 0-.36.095-.417.322-.18.18.18.171.019.151 1.98l-.009 1.611-.275.256c-.587.54-2.624.966-5.116 1.08-3.088.142-6.622-.464-7.162-1.232-.104-.152-.133-.559-.133-1.847 0-1.402.019-1.677.161-1.828.218-.246.313-.208.313.104zm.284 5.419c.815.597 4.86.995 7.598.758 1.506-.133 2.804-.379 3.429-.654.417-.189.436-.218.436-.578 0-.265.038-.388.133-.388.322 0 .369.256.35 1.999-.009.947-.047 1.772-.066 1.838-.076.189-.881.587-1.554.758-1.146.303-2.217.436-3.932.493-3.164.104-6.139-.379-6.944-1.127-.199-.199-.208-.265-.208-1.914 0-1.639.009-1.715.218-1.933l.208-.227.047.407c.038.284.114.445.284.568z"/></svg>
<svg class="tc-image-firefox tc-image-button" width="22pt" height="22pt" viewBox="0 0 1068.7559814453125 919.2979736328125"><path d="M1022.526 286.082l-11.86 76.08s-16.955-140.856-37.733-193.514c-31.846-80.688-46.014-80.04-46.108-79.922 21.33 54.204 17.462 83.324 17.462 83.324S906.496 69.052 806.576 36.282C695.89 0 636.006 9.918 629.088 11.796c-1.05-.008-2.064-.01-3.03-.01.818.062 1.612.146 2.426.212-.034.02-.09.042-.082.052.45.548 122.306 21.302 143.916 50.996 0 0-51.76 0-103.272 14.842-2.328.666 189.524 23.964 228.746 215.674 0 0-21.03-43.876-47.04-51.328 17.106 52.036 12.714 150.776-3.576 199.85-2.096 6.312-4.24-27.282-36.328-41.75 10.28 73.646-.616 190.456-51.708 222.632-3.982 2.504 32.03-115.31 7.242-69.762-142.708 218.802-311.404 100.972-387.248 49.11 38.866 8.462 112.654-1.318 145.314-25.612l.118-.086c35.468-24.252 56.472-41.964 75.334-37.772 18.874 4.214 31.438-14.726 16.78-31.53-14.676-16.838-50.314-39.978-98.524-27.366-34 8.904-76.134 46.522-140.448 8.432-49.364-29.25-54.012-53.546-54.45-70.376 1.218-5.966 2.754-11.536 4.576-16.624 5.682-15.87 22.912-20.658 32.494-24.438 16.256 2.792 30.262 7.862 44.968 15.406.19-4.894.252-11.39-.018-18.76 1.41-2.802.538-11.252-1.722-21.58-1.302-10.308-3.42-20.974-6.752-30.692.012-.002.02-.01.03-.014a.743.743 0 0 0 .364-.26c.012-.02.03-.034.044-.052.082-.124.154-.272.198-.466 1.02-4.618 12.022-13.524 25.718-23.1 12.272-8.58 26.702-17.696 38.068-24.752 10.06-6.248 17.72-10.882 19.346-12.098.618-.466 1.358-1.012 2.164-1.636.15-.116.3-.232.454-.354.094-.074.19-.148.286-.226 5.41-4.308 13.484-12.448 15.178-29.578.004-.042.01-.08.012-.122.05-.504.092-1.014.13-1.534.028-.362.05-.726.072-1.096.014-.284.032-.566.044-.856a68.5 68.5 0 0 0 .06-2.064c0-.04.002-.076.004-.116a77.228 77.228 0 0 0-.104-5.202c-.054-1.014-.126-1.93-.298-2.762a3.281 3.281 0 0 0-.028-.136c-.018-.082-.036-.164-.058-.244a5.644 5.644 0 0 0-.122-.43c-.006-.018-.01-.032-.016-.046a6.36 6.36 0 0 0-.174-.464c-.004-.006-.004-.01-.006-.016-1.754-4.108-8.32-5.658-35.442-6.118-.026-.002-.05-.002-.076-.002-11.066-.188-25.538-.194-44.502-.118-33.25.134-51.628-32.504-57.494-45.132 8.04-44.46 31.276-76.142 69.45-97.626.722-.406.58-.742-.274-.978 7.464-4.514-90.246-.124-135.186 57.036-39.888-9.914-74.654-9.246-104.616-2.214-5.754-.162-12.924-.88-21.434-2.652-19.924-18.056-48.448-51.402-49.976-91.208 0 0-.092.072-.252.204-.02-.382-.056-.76-.072-1.142 0 0-60.716 46.664-51.628 173.882a310.74 310.74 0 0 1-.12 5.874c-16.432 22.288-24.586 41.02-25.192 45.156C26.796 278.298 12.022 322.908 0 390.634c0 0 8.408-26.666 25.284-56.866C12.872 371.79 3.12 430.924 8.848 519.624c0 0 1.514-19.666 6.874-47.994 4.186 55.01 22.518 122.924 68.858 202.788 88.948 153.32 225.67 230.74 376.792 242.616 26.836 2.212 54.05 2.264 81.424.186 2.516-.178 5.032-.364 7.55-.574 30.964-2.174 62.134-6.852 93.238-14.366 425.172-102.798 378.942-616.198 378.942-616.198z"/></svg>
<svg class="tc-image-first tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 768"><path d="M0 768V0h128v352L448 32v320L768 32v704L448 416v320L128 416v352z"/></svg>
<svg class="tc-image-first-aid tc-image-button" width="22pt" height="22pt" viewBox="0 0 80.32656860351562 68.072998046875"><path d="M19.528 11.403h6.146v-5.15H54.45v5.258h6.145V2.466h-.002A2.487 2.487 0 0 0 58.116 0H22.002a2.488 2.488 0 0 0-2.487 2.488c0 .045.011.086.013.131v8.784zm-4.593 56.67h50.436V16.874H14.935v51.199zm9.985-29.186a.79.79 0 0 1 .768-.768l10.235.001V27.885c0-.424.344-.768.768-.768h7.17c.424 0 .768.344.768.769V38.12h10.236c.424 0 .768.344.768.768v7.17a.766.766 0 0 1-.768.768H44.629v10.236a.767.767 0 0 1-.768.768h-7.169a.767.767 0 0 1-.768-.768V46.825H25.688a.767.767 0 0 1-.768-.768v-7.17zM3.998 16.875A3.996 3.996 0 0 0 0 20.871c0 .053.013.102.016.154v42.94c-.001.035-.01.067-.01.102a4.001 4.001 0 0 0 3.993 3.998v.008h5.959V16.874l-5.96.001zm76.325 47.167V20.85h-.019a3.999 3.999 0 0 0-3.995-3.977H70.35v51.199h5.943v-.003c.012 0 .023.003.035.003a3.997 3.997 0 0 0 3.998-3.998c0-.01-.003-.021-.003-.032z"/></svg>
<svg class="tc-image-first-order tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1322 896q0 45-5 76l-236-14 224 78q-19 73-58 141l-214-103 177 158q-44 61-107 108l-157-178 103 215q-61 37-140 59l-79-228 14 240q-38 6-76 6t-76-6l14-238-78 226q-74-19-140-59l103-215-157 178q-59-43-108-108l178-158-214 104q-39-69-58-141l224-79-237 14q-5-42-5-76 0-35 5-77l238 14-225-79q19-73 58-140l214 104-177-159q46-61 107-108l158 178-103-215q67-39 140-58l77 224-13-236q36-6 75-6 38 0 76 6l-14 237 78-225q74 19 140 59L945 629l158-178q61 47 107 108l-177 159 213-104q37 62 58 141l-224 78 237-14q5 31 5 77zm30 0q0-160-78.5-295.5t-213-214T768 308q-119 0-227 46.5t-186.5 125T230 667t-46 229q0 119 46 228t124.5 187.5 186.5 125 227 46.5q158 0 292.5-78.5t213-214T1352 896zm73-383v766l-657 383-657-383V513l657-383zM768 1719l708-412V484L768 73 60 484v823zm768-1271v896l-768 448L0 1344V448L768 0z"/></svg>
<svg class="tc-image-first-page tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.81999969482422 24"><path d="M24.82 21.18L15.64 12l9.18-9.18L22 0 10 12l12 12zM0 0h4v24H0z"/></svg>
<svg class="tc-image-fish-cleaning tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 32.0620002746582"><path d="M1.425 20.614l-.045-.119c0-.097.068-.179.169-.179l4.862.013a.443.443 0 0 0 .438-.454c0-.191-.09-.323-.27-.43l-4.414-2.232a.333.333 0 0 1-.135-.263c0-.084.034-.168.079-.216 0 0 11.584-10.886 37.208-.332l7.041-3.654a.486.486 0 0 1 .236-.061c.291 0 .54.264.54.574a.592.592 0 0 1-.08.297L42.9 19.049l4.154 5.493c.046.083.08.19.08.297 0 .322-.249.585-.54.585a.509.509 0 0 1-.236-.059L39.317 21.7c.001.001-24.5 10.362-37.892-1.086zm7.816-2.243c.932 0 1.668-.79 1.668-1.772 0-.999-.736-1.785-1.668-1.785-.92 0-1.656.786-1.656 1.785 0 .982.736 1.772 1.656 1.772zM31 0v6h14.17C46.73 6 48 4.659 48 3c0-1.672-1.27-3-2.83-3H31zM4.896 4.32l1.292-.573.808 1.469 1.303-1.003.932 1.385 1.247-1.075 1.011 1.314 1.179-1.146 1.072 1.252 1.135-1.205 1.134 1.205 1.134-1.205 1.123 1.205 1.135-1.205 1.13 1.205 1.135-1.205L22.8 5.943l1.123-1.205 1.135 1.205 1.135-1.205 1.134 1.205 1.327-1.205L30 5.944V0H0v.036c1 1.73 3.021 3.199 4.896 4.284z"/></svg>
<svg class="tc-image-fishing-pier tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 48.25040817260742"><path d="M23.076 6.604a3.193 3.193 0 0 0 3.203-3.194c0-1.755-1.43-3.193-3.203-3.193s-3.203 1.438-3.203 3.193a3.194 3.194 0 0 0 3.203 3.194zm20.088 36.608a6.935 6.935 0 0 0-2.918-.649 7.018 7.018 0 0 0-2.918.649c-.857.377-1.818.605-2.824.605s-1.979-.229-2.838-.605c-.881-.41-1.875-.649-2.916-.649s-2.037.239-2.918.649a7.128 7.128 0 0 1-2.836.605 7.147 7.147 0 0 1-2.837-.605 6.923 6.923 0 0 0-2.917-.649 7.006 7.006 0 0 0-2.917.649 7.015 7.015 0 0 1-2.817.605 7.11 7.11 0 0 1-2.837-.605c-.881-.41-1.876-.649-2.917-.649s-2.036.239-2.917.649A7.13 7.13 0 0 1 0 43.818v4.23a6.946 6.946 0 0 0 2.837-.605c.881-.41 1.876-.649 2.917-.649s2.036.239 2.917.649a6.907 6.907 0 0 0 5.654 0 7.003 7.003 0 0 1 2.917-.649c1.041 0 2.036.239 2.917.649a6.946 6.946 0 0 0 5.673 0c.881-.41 1.877-.649 2.918-.649s2.035.239 2.916.649c.859.388 1.832.605 2.838.605s1.967-.217 2.824-.605a7.018 7.018 0 0 1 2.918-.649c1.041 0 2.035.239 2.918.649.867.388 1.83.605 2.836.605v-4.23a7.122 7.122 0 0 1-2.836-.606zM43.428.091c-.23-.091-.578-.035-.762.137L30.949 12.024c-.183-.08-.426.024-.644.024h-4.426c-.756-1-4.759-4.906-4.759-4.906-.205-.206-.469-.395-.732-.463-.915-.799-2.299-.825-3.18.053l-6.848 6.87c-.263.262-.36.608-.36.996v4.45H0v2h10v11.523c0 1.426 1.068 2.578 2.493 2.578 1.416 0 2.507-1.152 2.507-2.578V21.048h7v15H0v3h24v-18h3v-2H15v-.824l6.475-6.431 2.643 2.711c.284.296.696.544 1.12.544h5.066c.872 0 1.696-.133 1.696-1 0-.206.066-.817 0-1 2.768-2.76 10-9.547 11-10.927v36.927h1V.661c0-.251-.344-.467-.572-.57z"/></svg>
<svg class="tc-image-fitbit tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.001070022583008 15.947000503540039"><path fill-rule="nonzero" d="M8.866 1.19a1.2 1.2 0 0 1-1.19 1.19 1.2 1.2 0 0 1-1.19-1.19c0-.648.542-1.19 1.19-1.19a1.2 1.2 0 0 1 1.19 1.19zm-1.19 2.162c-.702 0-1.243.54-1.243 1.244 0 .702.54 1.243 1.244 1.243.702 0 1.243-.54 1.243-1.243 0-.703-.542-1.244-1.244-1.244zm0 3.352c-.702 0-1.297.594-1.297 1.297s.595 1.297 1.298 1.297c.702 0 1.297-.594 1.297-1.297S8.38 6.704 7.677 6.704zm0 3.405c-.702 0-1.243.54-1.243 1.243 0 .703.54 1.244 1.244 1.244.702 0 1.243-.54 1.243-1.244 0-.648-.542-1.243-1.244-1.243zm0 3.46a1.2 1.2 0 0 0-1.19 1.19 1.2 1.2 0 0 0 1.19 1.188 1.2 1.2 0 0 0 1.19-1.19c0-.648-.54-1.188-1.19-1.188zm3.298-10.38c-.757 0-1.405.65-1.405 1.407 0 .756.648 1.405 1.405 1.405s1.405-.65 1.405-1.405a1.43 1.43 0 0 0-1.405-1.406zm0 3.353c-.81 0-1.46.648-1.46 1.46 0 .81.65 1.458 1.46 1.458.81 0 1.46-.648 1.46-1.46 0-.81-.65-1.458-1.46-1.458zm0 3.405c-.757 0-1.405.65-1.405 1.405 0 .757.648 1.406 1.405 1.406s1.405-.65 1.405-1.406a1.43 1.43 0 0 0-1.405-1.405zm3.405-3.568c-.864 0-1.62.703-1.62 1.622 0 .865.7 1.622 1.62 1.622.92 0 1.622-.704 1.622-1.623-.054-.92-.757-1.622-1.622-1.622zM4.325 3.514c-.594 0-1.08.487-1.08 1.082 0 .594.486 1.08 1.08 1.08.595 0 1.08-.486 1.08-1.08 0-.595-.485-1.08-1.08-1.08zm0 3.352c-.648 0-1.135.486-1.135 1.135 0 .65.486 1.135 1.134 1.135.65 0 1.135-.486 1.135-1.135 0-.65-.487-1.135-1.136-1.135zm0 3.405c-.594 0-1.08.487-1.08 1.08 0 .596.486 1.082 1.08 1.082.595 0 1.08-.487 1.08-1.082 0-.594-.485-1.08-1.08-1.08zM.975 7.028a.969.969 0 0 0-.974.973c0 .54.432.973.973.973.54 0 .973-.432.973-.973a.969.969 0 0 0-.973-.973z"/></svg>
<svg class="tc-image-fitness-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M37.14 25.71L40 22.86 37.14 20 30 27.14 12.86 10 20 2.86 17.14 0l-2.85 2.86L11.43 0 7.14 4.29 4.29 1.43 1.43 4.29l2.86 2.85L0 11.43l2.86 2.86L0 17.14 2.86 20 10 12.86 27.14 30 20 37.14 22.86 40l2.85-2.86L28.57 40l4.29-4.29 2.85 2.86 2.86-2.86-2.86-2.85L40 28.57z"/></svg>
<svg class="tc-image-fitscreen-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 17.00200080871582 17.006999969482422"><path d="M11.002 5.504l.002-.009-.002-.011V.521c0-.287.225-.521.5-.518a.51.51 0 0 1 .501.519v4.481h4.481a.51.51 0 0 1 .518.5c0 .275-.23.5-.52.5h-4.963l-.009-.002-.007.002a.482.482 0 0 1-.296-.111c-.02-.015-.041-.023-.057-.04-.005-.005-.007-.011-.012-.017a.49.49 0 0 1-.136-.331zM5.502.003a.51.51 0 0 0-.501.519v4.481H.52a.509.509 0 0 0-.518.5c0 .275.23.5.52.5h4.963l.009-.002.007.002a.482.482 0 0 0 .296-.111c.02-.015.041-.023.057-.04.005-.005.007-.011.012-.017a.49.49 0 0 0 .136-.331L6 5.495l.002-.011V.521a.507.507 0 0 0-.5-.518zm10.98 11h-4.963l-.009.002-.007-.002a.486.486 0 0 0-.297.112c-.019.014-.04.022-.056.039-.005.005-.007.011-.012.017a.49.49 0 0 0-.136.331l.002.009-.002.011v4.964c0 .286.225.521.5.518a.51.51 0 0 0 .501-.519v-4.482h4.481a.51.51 0 0 0 .518-.5.51.51 0 0 0-.52-.5zm-10.617.168c-.005-.006-.007-.012-.012-.017-.016-.017-.037-.025-.056-.039a.48.48 0 0 0-.296-.112l-.008.002-.009-.002H.522a.51.51 0 0 0-.52.5c-.002.275.232.5.518.5h4.481v4.481c0 .288.226.52.501.519.275.003.5-.231.5-.518v-4.964L6 11.51l.002-.008a.487.487 0 0 0-.137-.331zm2.637-4.168a1.5 1.5 0 1 0 .001 3.001 1.5 1.5 0 0 0-.001-3.001z"/></svg>
<svg class="tc-image-fivehundredpx tc-image-button" width="22pt" height="22pt" viewBox="0 0 646.1610107421875 307.1510009765625"><path d="M0 211.92h60.928c1.713 13.664 6.736 24.576 15.105 32.768 8.368 8.192 19.376 12.303 33.024 12.303 16.384 0 29.44-5.551 39.168-16.64 9.728-11.087 14.592-24.992 14.592-41.727 0-16.385-4.784-29.856-14.336-40.448-9.568-10.576-22.353-15.856-38.4-15.856-12.976 0-24.064 4.176-33.28 12.543-9.217 8.369-17.92 12.544-26.112 12.544-18.08 0-31.744-.336-40.96-1.007 3.071-17.745 7.936-45.136 14.592-82.176C30.977 47.199 35.841 19.12 38.913 0h168.96v50.176h-124.4c-4.784 24.24-8.88 47.103-12.288 68.607h1.536c5.808-7.168 14.416-12.64 25.856-16.383 11.44-3.76 22.624-5.632 33.536-5.632 38.576 0 65.872 17.584 81.92 52.736 8.192-20.48 20.48-36.528 36.864-48.128 16.384-11.616 35.328-17.408 56.832-17.408 16.72 0 32.256 3.328 46.608 9.983 14.336 6.657 25.6 13.744 33.776 21.248 8.176 7.505 18.944 18.769 32.256 33.792 1.024 1.025 1.808 1.872 2.32 2.56.512.688 1.184 1.457 2.048 2.305l2.304 2.303c11.968-13.663 20.496-23.12 25.616-28.416 5.12-5.296 12.976-12.208 23.552-20.735 10.592-8.544 21.168-14.416 31.744-17.664s22.496-4.912 35.808-4.912c30.72 0 55.472 10.336 74.24 30.975 18.768 20.64 28.16 46.513 28.16 77.569 0 31.728-9.408 58.352-28.176 79.856-18.768 21.52-43.856 32.272-75.264 32.272-39.6 0-78.16-22.352-115.712-67.073-2.368 2.4-9.024 8.977-19.968 19.712-10.912 10.753-18.16 17.505-21.744 20.225-3.6 2.736-9.904 7.088-18.944 13.056s-17.92 9.904-26.624 11.776c-8.72 1.872-18.528 2.815-29.44 2.815-21.504 0-40.448-5.632-56.832-16.91-16.384-11.25-29.008-26.977-37.888-47.09-21.168 43.697-55.808 65.536-103.952 65.536-32.416 0-59.136-8.11-80.128-24.32S.001 242.977.001 211.92zm263.68-15.36c0 14.336 4.353 25.936 13.057 34.816s20.224 13.312 34.56 13.312c25.616 0 52.048-16.208 79.36-48.624-11.6-11.952-19.792-20.24-24.56-24.848-4.783-4.608-12.911-10.24-24.336-16.896-11.44-6.656-22.272-9.984-32.512-9.984-13.311 0-24.24 5.296-32.767 15.872-8.529 10.576-12.801 22.688-12.801 36.352zm199.169 0c9.215 9.904 16.99 17.664 23.311 23.296 6.32 5.648 14.656 11.168 25.072 16.64 10.416 5.472 20.913 8.192 31.488 8.192 14.688 0 26.208-4.688 34.56-14.08 8.368-9.392 12.544-21.424 12.544-36.096 0-14.336-4.352-26.288-13.04-35.824-8.72-9.567-20.24-14.336-34.56-14.336-8.528 0-16.912 1.968-25.088 5.888-8.192 3.936-14.416 7.6-18.688 11.009-4.288 3.423-10.672 9.567-19.2 18.43s-14 14.48-16.4 16.88z"/></svg>
<svg class="tc-image-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.789514541625977 38.0050048828125"><path d="M1.585 0h1.584c.874 0 1.583.709 1.583 1.583v34.838c0 .875-.709 1.584-1.583 1.584H1.584A1.584 1.584 0 0 1 0 36.421V1.583C0 .709.71 0 1.584 0zm6.369 3.167l14.217 8.957a1.584 1.584 0 0 1 0 2.24L7.954 22.169a1.584 1.584 0 0 1-1.584-1.584V4.75c0-.874.71-1.583 1.584-1.583z"/></svg>
<svg class="tc-image-flag-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM410.376 261.328c181.004.811 314.621 181.414 529.028 42.7v362.989c-173.222 173.222-335.647-107.11-588.72-38.233v309.888h-90.088V304.028c54.424-31.422 103.642-42.907 149.78-42.7z"/></svg>
<svg class="tc-image-flag-bear tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.67399597167969 34.56500244140625"><path d="M6.334 18.729l.016.018c.118-2.333.923-4.528 2.261-6.464-2.685-3.444-2.63-7.978.124-10.13 2.757-2.153 7.174-1.106 9.866 2.34l.557.788a23.805 23.805 0 0 1 6.179-.804c2.163 0 4.242.283 6.179.804l.556-.788c2.693-3.446 7.11-4.493 9.867-2.34 2.754 2.152 2.808 6.686.123 10.13 1.338 1.936 2.144 4.131 2.262 6.464l.016-.018s0 4.75 6.334 11.085c-4.75 0-6.334-1.584-6.334-1.584s1.583 1.584 3.167 4.751c-1.584 0-3.167-1.584-3.167-1.584v1.584l-3.168-1.584v3.168l-3.167-3.168v3.168l-1.954-2.932c-3.05 1.633-6.74 2.587-10.714 2.587s-7.664-.955-10.714-2.587l-1.955 2.932v-3.168l-3.167 3.168v-3.168l-3.167 1.584v-1.584s-1.583 1.584-3.167 1.584c1.584-3.167 3.167-4.75 3.167-4.75S4.751 29.814 0 29.814c6.334-6.334 6.334-11.085 6.334-11.085zm4.351-14.08c-1.265.988-1.207 3.216.059 5.174 1.48-1.388 3.278-2.56 5.305-3.451-1.615-2.015-4.002-2.787-5.364-1.723zm29.303 0c-1.362-1.064-3.748-.292-5.363 1.723 2.027.89 3.824 2.063 5.305 3.45 1.266-1.957 1.323-4.185.058-5.173zm-22.569 9.33a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334zm15.836 0a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334zm-7.918 11.084s-3.167 0-3.167.792c0 3.061 1.418 5.542 3.167 5.542 1.749 0 3.167-2.48 3.167-5.542 0-.792-3.167-.792-3.167-.792zm0-4.75a1.584 1.584 0 1 0 0 3.167 1.584 1.584 0 0 0 0-3.167z"/></svg>
<svg class="tc-image-flag-checkered tc-image-button" width="22pt" height="22pt" viewBox="0 0 1728 1536"><path d="M768 872V680q-181 16-384 117v185q205-96 384-110zm0-418V257q-172 8-384 126v189q215-111 384-118zm832 463V733q-235 116-384 71V580q-20-6-39-15-5-3-33-17t-34.5-17-31.5-15-34.5-15.5-32.5-13-36-12.5-35-8.5-39.5-7.5-39.5-4-44-2q-23 0-49 3v222h19q102 0 192.5 29t197.5 82q19 9 39 15v188q42 17 91 17 120 0 293-92zm0-427V301q-169 91-306 91-45 0-78-8v196q148 42 384-90zM256 128q0 35-17.5 64T192 238v1266q0 14-9 23t-23 9H96q-14 0-23-9t-9-23V238q-29-17-46.5-46T0 128q0-53 37.5-90.5T128 0t90.5 37.5T256 128zm1472 64v763q0 39-35 57-10 5-17 9-218 116-369 116-88 0-158-35l-28-14q-64-33-99-48t-91-29-114-14q-102 0-235.5 44T353 1143q-15 9-33 9-16 0-32-8-32-19-32-56V346q0-35 31-55 35-21 78.5-42.5t114-52T632 147t155-19q112 0 209 31t209 86q38 19 89 19 122 0 310-112 22-12 31-17 31-16 62 2 31 20 31 55z"/></svg>
<svg class="tc-image-flag-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1728 1536"><path d="M1600 917V301q-169 91-306 91-82 0-145-32-100-49-184-76.5T787 256q-173 0-403 127v599q245-113 433-113 55 0 103.5 7.5t98 26 77 31T1178 973l28 14q44 22 101 22 120 0 293-92zM256 128q0 35-17.5 64T192 238v1266q0 14-9 23t-23 9H96q-14 0-23-9t-9-23V238q-29-17-46.5-46T0 128q0-53 37.5-90.5T128 0t90.5 37.5T256 128zm1472 64v763q0 39-35 57-10 5-17 9-218 116-369 116-88 0-158-35l-28-14q-64-33-99-48t-91-29-114-14q-102 0-235.5 44T353 1143q-15 9-33 9-16 0-32-8-32-19-32-56V346q0-35 31-55 35-21 78.5-42.5t114-52T632 147t155-19q112 0 209 31t209 86q38 19 89 19 122 0 310-112 22-12 31-17 31-16 62 2 31 20 31 55z"/></svg>
<svg class="tc-image-flag-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.000375747680664 16.75018310546875"><path d="M13.383 1.826a1 1 0 0 0-1.09.217 3.248 3.248 0 0 1-4.586 0 5.25 5.25 0 0 0-7.414 0A.997.997 0 0 0 0 2.75v13a1 1 0 0 0 2 0v-4.553a3.248 3.248 0 0 1 4.293.26 5.25 5.25 0 0 0 7.414 0A1 1 0 0 0 14 10.75v-8a1 1 0 0 0-.617-.924zm-7.09 1.631A5.254 5.254 0 0 0 12 4.595v2.311a3.746 3.746 0 0 1-4.646-.51C5.906 4.95 3.756 4.653 2 5.47V3.197a3.247 3.247 0 0 1 4.293.26zm1.414 6.585A5.23 5.23 0 0 0 4 8.51c-.68 0-1.36.131-2 .394v-2.31a3.746 3.746 0 0 1 4.646.51A4.73 4.73 0 0 0 10 8.488c.687 0 1.366-.164 2-.459v2.272a3.248 3.248 0 0 1-4.293-.26z"/></svg>
<svg class="tc-image-flag-texas tc-image-button" width="22pt" height="22pt" viewBox="0 0 54.010894775390625 38"><path d="M19 0v38H0V0h19zm-5.689 24.217l-1.33-4.31 3.443-2.915-4.51-.067-1.708-4.175-1.457 4.269-4.499.334 3.61 2.705-1.073 4.382 3.689-2.597 3.835 2.374z"/><path fill-opacity=".502" d="M19 19v19h29.399A34.836 34.836 0 0 0 54 19H19z"/><path fill-opacity=".204" d="M19 19h35a34.836 34.836 0 0 0-5.601-19H19v19z"/></svg>
<svg class="tc-image-flag-wavy tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.503995895385742 38.0050048828125"><path d="M1.583 0h1.584C4.041 0 4.75.709 4.75 1.583v34.838c0 .875-.709 1.584-1.583 1.584H1.583A1.584 1.584 0 0 1 0 36.421V1.583C0 .709.709 0 1.583 0zm4.751 4.75c1.584-1.055 3.167-2.111 5.806-1.847 2.64.264 6.335 1.848 9.238 1.848 2.903 0 5.014-1.584 7.126-3.168v14.252c-2.112 1.584-4.223 3.167-7.126 3.167-2.903 0-6.598-1.583-9.238-1.847-2.639-.264-4.222.791-5.806 1.847V4.75z"/></svg>
<svg class="tc-image-flame tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.789999961853027 15.380000114440918"><path d="M5.85.01c.81 2.17.41 3.38-.52 4.31-.98 1.05-2.55 1.83-3.63 3.36-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.98 5.01 9.48 2.15 5.85.02L5.83 0l.02.01z"/></svg>
<svg class="tc-image-flare tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M12 20H0v4h12v-4zm4.34-6.49L12.1 9.27 9.27 12.1l4.24 4.24 2.83-2.83zM24 0h-4v12h4V0zm10.73 12.1L31.9 9.27l-4.24 4.24 2.83 2.83 4.24-4.24zM32 20v4h12v-4H32zm-10-4c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm5.66 14.49l4.24 4.24 2.83-2.83-4.24-4.24-2.83 2.83zM9.27 31.9l2.83 2.83 4.24-4.24-2.83-2.83-4.24 4.24zM20 44h4V32h-4v12z"/></svg>
<svg class="tc-image-flash tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12.05744743347168 18.09581756591797"><path d="M11.53 9.034L7.29 6.576l2.138-5.131A1.003 1.003 0 0 0 8.534 0a1.004 1.004 0 0 0-.622.214l-.07.06-7.5 7.1a1.002 1.002 0 0 0 .185 1.592l4.242 2.46-2.163 5.19a.999.999 0 0 0 1.61 1.11l7.5-7.102a1.002 1.002 0 0 0-.185-1.591z"/></svg>
<svg class="tc-image-flash-auto tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.400001525878906 42"><path d="M0 0v24h6v18l14-24h-8l8-18H0zm32 0h-4l-6.4 18h3.8l1.4-4h6.4l1.4 4h3.8L32 0zm-4.3 11.3L30 4l2.3 7.3h-4.6z"/></svg>
<svg class="tc-image-flash-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 40"><path d="M2.55 2L0 4.55l10 10V22h6v18l7.17-12.29L31.45 36 34 33.46 2.55 2zM30 16h-8l8-16H10v4.36l16.92 16.92L30 16z"/></svg>
<svg class="tc-image-flash-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 20 40"><path d="M0 0v22h6v18l14-24h-8l8-16z"/></svg>
<svg class="tc-image-flash-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.118959426879883 20.00265884399414"><path d="M9.56 2h.005M9.56 2l-2.5 6 5 2.899L4.56 18l2.5-6-5-2.9L9.56 2m0-2a2.024 2.024 0 0 0-1.379.55L.684 7.648a1.998 1.998 0 0 0-.61 1.686c.072.626.437 1.182.982 1.498l3.482 2.02-1.826 4.382a2.003 2.003 0 0 0 1.847 2.77c.498 0 .993-.186 1.375-.548l7.5-7.103a1.995 1.995 0 0 0 .61-1.685 1.999 1.999 0 0 0-.982-1.498L9.58 7.15l1.79-4.293A2 2 0 0 0 9.56 0z"/></svg>
<svg class="tc-image-flashlight tc-image-button" width="22pt" height="22pt" viewBox="0 0 910 910"><path d="M809.667 102c41.333 41.333 69.667 84.667 85 130 15.333 45.333 13.667 76-5 92l-134 134c-10.667 10.667-31.333 19.333-62 26-30.667 6.667-62.667 8-96 4l-408 408c-12 12-31 14-57 6s-51-24.667-75-50c-24-24-40.333-48.667-49-74-8.667-25.333-7-44 5-56l408-408c-4-33.333-2.667-65.333 4-96s15.333-51.333 26-62l136-136c16-18.667 46.667-20 92-4s88.667 44.667 130 86m-448 408c21.333 21.333 48 16.667 80-14 30.667-30.667 35.333-58 14-82-9.333-9.333-22-12.667-38-10s-30.667 10.667-44 24c-13.333 13.333-21 27.667-23 43-2 15.333 1.667 28.333 11 39m336-298c20 20 42.667 36.667 68 50 25.333 13.333 46 21.667 62 25 16 3.333 25.333 3.667 28 1 1.333-2.667 0-11.667-4-27s-12.667-35.333-26-60-30-47-50-67-42-36.667-66-50c-24-13.333-43.667-22-59-26-15.333-4-24.333-4.667-27-2-2.667 2.667-2.333 12 1 28s11.667 36.667 25 62 29.333 47.333 48 66"/></svg>
<svg class="tc-image-flask tc-image-button" width="22pt" height="22pt" viewBox="0 0 1479 1536"><path d="M1434.5 1320q56 89 21.5 152.5t-140.5 63.5h-1152q-106 0-140.5-63.5T44.5 1320l503-793V128h-64q-26 0-45-19t-19-45 19-45 45-19h512q26 0 45 19t19 45-19 45-45 19h-64v399zm-779-725l-272 429h712l-272-429-20-31V128h-128v436z"/></svg>
<svg class="tc-image-flattr tc-image-button" width="22pt" height="22pt" viewBox="0 0 491.00799560546875 516.095947265625"><path d="M0 456.192V193.024C0 131.925 14.42 84.48 43.263 50.688 72.106 16.896 116.395 0 176.127 0h280.576c-1.707 1.706-10.667 10.752-26.88 27.136s-33.28 33.621-51.2 51.712-36.522 36.778-55.807 56.064c-19.286 19.285-35.5 35.157-48.64 47.616-13.142 12.459-20.225 18.688-21.249 18.688-5.12 0-7.68-2.73-7.68-8.193v-79.872h-24.576c-20.139 0-36.266 1.11-48.384 3.328s-22.869 6.657-32.256 13.313c-9.386 6.656-16.042 16.298-19.967 28.928-3.926 12.63-5.889 29.013-5.889 49.152v134.144zm34.303 59.904c1.707-1.706 10.667-10.752 26.88-27.136 16.214-16.384 33.28-33.621 51.2-51.712s36.523-36.778 55.81-56.064c19.284-19.285 35.497-35.157 48.639-47.616 13.141-12.459 20.224-18.688 21.248-18.688 5.12 0 7.68 2.73 7.68 8.192v79.873h24.576c39.594 0 67.157-6.06 82.688-18.177 15.53-12.117 23.296-37.632 23.296-76.544V174.08L491.008 59.904v263.168c0 61.098-14.421 108.544-43.264 142.336-28.842 33.792-73.13 50.687-132.864 50.687H34.304z"/></svg>
<svg class="tc-image-flickr tc-image-button" width="22pt" height="22pt" viewBox="0 0 538.6240234375 256"><path d="M0 128c0-35.504 12.464-65.695 37.376-90.624C62.288 12.464 92.496 0 128 0s65.696 12.464 90.624 37.376C243.536 62.305 256 92.496 256 128s-12.464 65.712-37.376 90.624C193.696 243.553 163.504 256 128 256s-65.697-12.447-90.624-37.376C12.464 193.712 0 163.504 0 128zm282.624 0c0-35.504 12.464-65.695 37.376-90.624C344.912 12.464 375.12 0 410.624 0s65.696 12.464 90.624 37.376c24.912 24.912 37.376 55.12 37.376 90.624s-12.464 65.712-37.376 90.624C476.32 243.553 446.128 256 410.624 256S344.912 243.553 320 218.624c-24.912-24.912-37.376-55.12-37.376-90.624z"/></svg>
<svg class="tc-image-flickr-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0M352 580c26.667 0 50-10 70-30s30-43.333 30-70c0-28-10-52-30-72s-43.333-30-70-30-50 10-70 30-30 44-30 72c0 26.667 10 50 30 70s43.333 30 70 30m256 0c28 0 51.667-10 71-30s29-43.333 29-70c0-28-9.667-52-29-72s-43-30-71-30c-26.667 0-49.667 10-69 30s-29 44-29 72c0 26.667 9.667 50 29 70s42.333 30 69 30"/></svg>
<svg class="tc-image-flickr2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 7.000000953674316"><path d="M12.5 1.5c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2zm0-1.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM0 3.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/></svg>
<svg class="tc-image-flickr3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-10 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm7 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
<svg class="tc-image-flickr4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16.110000610351562"><path d="M8 0C3.582 0 0 3.606 0 8.055s3.582 8.055 8 8.055 8-3.606 8-8.055S12.418 0 8 0zM4.5 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm7 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
<svg class="tc-image-flight tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M38 28v-4L22 14V3c0-1.66-1.34-3-3-3s-3 1.34-3 3v11L0 24v4l16-5v11l-4 3v3l7-2 7 2v-3l-4-3V23l16 5z"/></svg>
<svg class="tc-image-flight-land tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 38 38"><g transform="translate(-5 -4)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><defs><path id="c" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><clipPath id="d" clip-path="url(#b)"><use xlink:href="#c" overflow="visible"/></clipPath><path d="M5 38h38v4H5zm14.37-11.46l8.69 2.33 10.63 2.85c1.6.43 3.24-.52 3.67-2.12.43-1.6-.52-3.24-2.12-3.67l-10.63-2.85L24.1 5.04 20.23 4v16.56L10.3 17.9l-1.86-4.64-2.9-.78v10.35l3.21.86 10.62 2.85z" clip-path="url(#d)"/></g></svg>
<svg class="tc-image-flight-takeoff tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40.87999725341797 34.869998931884766"><g transform="translate(-3.69 -7.13)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M5 38h38v4H5zm39.14-18.73a2.995 2.995 0 0 0-3.67-2.12L29.84 20 16.04 7.13l-3.86 1.04 8.28 14.35-9.94 2.66-3.93-3.09-2.9.78 3.64 6.31 1.53 2.65 3.21-.86 10.63-2.85 8.69-2.33 10.63-2.85c1.6-.43 2.55-2.07 2.12-3.67z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-flip tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M24 40h4v-4h-4v4zm8-24h4v-4h-4v4zM0 8v28c0 2.21 1.79 4 4 4h8v-4H4V8h8V4H4C1.79 4 0 5.79 0 8zm32-4v4h4c0-2.21-1.79-4-4-4zM16 44h4V0h-4v44zm16-12h4v-4h-4v4zM24 8h4V4h-4v4zm8 16h4v-4h-4v4zm0 16c2.21 0 4-1.79 4-4h-4v4z"/></svg>
<svg class="tc-image-flip-to-back tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M12 8H8v4h4V8zm0 8H8v4h4v-4zm0-16C9.79 0 8 1.79 8 4h4V0zm8 24h-4v4h4v-4zM32 0v4h4c0-2.21-1.79-4-4-4zM20 0h-4v4h4V0zm-8 28v-4H8c0 2.21 1.79 4 4 4zm20-8h4v-4h-4v4zm0-8h4V8h-4v4zm0 16c2.21 0 4-1.79 4-4h-4v4zM4 8H0v24c0 2.21 1.79 4 4 4h24v-4H4V8zm20-4h4V0h-4v4zm0 24h4v-4h-4v4z"/></svg>
<svg class="tc-image-flip-to-front tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 20h4v-4H0v4zm0 8h4v-4H0v4zm4 8v-4H0c0 2.21 1.79 4 4 4zM0 12h4V8H0v4zm24 24h4v-4h-4v4zm8-36H12C9.79 0 8 1.79 8 4v20c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 24H12V4h20v20zM16 36h4v-4h-4v4zm-8 0h4v-4H8v4z"/></svg>
<svg class="tc-image-flipboard tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M0 0h5.16v16H0zm5.677 5.677h5.16v5.16h-5.16zm0-5.677H16v5.16H5.677z"/></svg>
<svg class="tc-image-fliter tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.619999885559082 12.499999046325684"><path d="M13.62 1.544C13.62.529 12.796 0 11.782 0H1.84C.825 0 0 .529 0 1.544c0 .446.166.72.457 1.055.018.025.045-.02.067.003L4.62 6.605v4.279c0 .285.215.517.5.517s.5-.231.5-.516V6.392a.516.516 0 0 0-.151-.365L1.275 1.834c-.008-.009-.01-.021-.019-.029-.144-.15-.224-.069-.224-.277.001-.446.362-.528.808-.528h9.942c.443 0 .805.082.805.527 0 .207-.078.264-.221.414-.004.004-.005-.061-.008-.057L7.892 6.193c-.096.097-.272.194-.272.33v5.461c0 .286.215.516.5.516s.5-.23.5-.516V6.737l4.352-4.214c.006-.006.077.133.084.126.318-.34.564-.637.564-1.105z"/></svg>
<svg class="tc-image-flood tc-image-button" width="22pt" height="22pt" viewBox="0 0 1771 1596"><path d="M0 1482q0-8 2-22V952q44 79 123 126.5t172 47.5q94 0 172.5-47.5T592 952q44 79 122.5 126.5T887 1126q93 0 171.5-47.5T1181 952q45 79 123 126.5t171 47.5 172-47.5T1770 952v513q0 3 .5 8.5t.5 8.5q0 2-.5 7.5t-.5 8.5q-5 37-32 64t-64 32q-3 0-8.5 1t-8.5 1q-2 0-7.5-1t-8.5-1H130q-3 0-8 1t-8 1-8.5-1-7.5-1q-36-5-62-30t-34-60q-2-14-2-22zM588 299.5q0-25.5 18-44.5L842 18l3-2q1 0 1-1 1 0 1-1 1 0 1-1h1q1 0 1-1t1-2h2l1-1h1l1-1h1l1-1h1q1-1 2-1h1q0-1 2-1 1-1 2-1l4-2h1q1 0 1-1h7l1-1h13q1 0 2 1h6q0 1 1 1h2q2 2 3 2l2 1h2l1 1h1l1 1q1 0 1 1h2q1 0 1 .5t1 .5q1 1 2 1 0 2 1 2l1 1h2l1 1 1 1 1 1 2 2 237 237q19 19 19 44.5t-19 43.5q-18 19-43.5 19t-43.5-19L949 213v736q0 25-18 43t-44 18-44.5-18-18.5-43V213L694 343q-19 19-44.5 19T606 343q-18-18-18-43.5z"/></svg>
<svg class="tc-image-floppy tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 800"><path d="M658 0l142 156v544c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 726.667 0 700V100c0-28 10-51.667 30-71S73.333 0 100 0h558m-58 300V50H200v250c0 13.333 5 25 15 35s21.667 15 35 15h300c13.333 0 25-5 35-15s15-21.667 15-35m-50-200v200H450V100h100"/></svg>
<svg class="tc-image-floppy-disk tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M896 0H0v1024h1024V128L896 0zM512 128h128v256H512V128zm384 768H128V128h64v320h576V128h74.978L896 181.018V896z"/></svg>
<svg class="tc-image-floppy-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M384 1408h768v-384H384v384zm896 0h128V512q0-14-10-38.5t-20-34.5l-281-281q-10-10-34-20t-39-10v416q0 40-28 68t-68 28H352q-40 0-68-28t-28-68V128H128v1280h128V992q0-40 28-68t68-28h832q40 0 68 28t28 68v416zM896 480V160q0-13-9.5-22.5T864 128H672q-13 0-22.5 9.5T640 160v320q0 13 9.5 22.5T672 512h192q13 0 22.5-9.5T896 480zm640 32v928q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h928q40 0 88 20t76 48l280 280q28 28 48 76t20 88z"/></svg>
<svg class="tc-image-floppy-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 1177.666748046875 1200"><path d="M1100 200v400L935 435q-14-15-35-15t-35 15L602 700H200v400H50q-21 0-35.5-14.5T0 1050V50q0-20 14.5-35T50 0h250v300h500V0h100zm-400 0H600V0h100v200zm235 435l230 229q14 15 10 25.5t-25 10.5h-150v250q0 20-14.5 35t-35.5 15H850q-21 0-35.5-15t-14.5-35V900H650q-21 0-25-10.5t10-25.5l230-229q14-15 35-15t35 15z"/></svg>
<svg class="tc-image-floppy-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 1287 1187"><path d="M1100 200v269L997 572 863 438q-15-15-33.5-16.5T795 434L529 700H200v400H50q-21 0-35.5-14.5T0 1050V50q0-20 14.5-35T50 0h250v300h500V0h100zm-400 0H600V0h100v200zm502 428l70 70q15 15 15 35.5t-15 35.5l-131 131 131 131q15 15 15 35.5t-15 35.5l-70 70q-15 15-35.5 15t-35.5-15l-131-131-131 131q-15 15-35.5 15t-35.5-15l-70-70q-15-15-15-35.5t15-35.5l131-131-131-131q-15-15-15-35.5t15-35.5l70-70q15-15 35.5-15t35.5 15l131 131 131-131q15-15 35.5-15t35.5 15z"/></svg>
<svg class="tc-image-floppy-save tc-image-button" width="22pt" height="22pt" viewBox="0 0 1177.666748046875 1179"><path d="M1100 200v300H750q-21 0-35.5 14.5T700 550v150H200v400H50q-21 0-35.5-14.5T0 1050V50q0-20 14.5-35T50 0h250v300h500V0h100zm-400 0H600V0h100v200zm150 400h100q21 0 35.5 14.5T1000 650v250h150q21 0 25 10.5t-10 24.5l-230 230q-14 14-35 14t-35-14L635 935q-14-14-10-24.5t25-10.5h150V650q0-21 14.5-35.5T850 600z"/></svg>
<svg class="tc-image-floppy-saved tc-image-button" width="22pt" height="22pt" viewBox="0 0 1245 1131"><path d="M1100 200l-2 149-299 299-95-95q-9-9-21.5-9t-21.5 9L512 700H200v400H50q-21 0-35.5-14.5T0 1050V50q0-20 14.5-35T50 0h250v300h500V0h100zm-400 0H600V0h100v200zm432 362l106 106q7 7 7 17.5t-7 17.5l-420 421q-8 7-18 7t-18-7L580 921q-8-7-8-17.5t8-17.5l106-106q7-8 17.5-8t17.5 8l79 79 297-297q7-7 17.5-7t17.5 7z"/></svg>
<svg class="tc-image-florist tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 896.001953125"><path d="M384 896.002c212.053 0 384-171.947 384-384-212.053 0-384 171.947-384 384zM111.147 394.668c0 58.88 47.787 106.667 106.667 106.667 22.4 0 43.307-7.04 60.373-18.773l-.853 8.107c0 58.88 47.787 106.667 106.667 106.667s106.667-47.787 106.667-106.667l-.853-8.107c17.28 11.947 37.973 18.773 60.373 18.773 58.88 0 106.667-47.787 106.667-106.667 0-42.453-24.96-78.933-61.013-96 35.84-17.067 61.013-53.547 61.013-96 0-58.88-47.787-106.667-106.667-106.667-22.4 0-43.307 7.04-60.373 18.773l.853-8.107C490.668 47.787 442.881 0 384.001 0S277.334 47.787 277.334 106.667l.853 8.107c-17.28-11.947-37.973-18.773-60.373-18.773-58.88 0-106.667 47.787-106.667 106.667 0 42.453 24.96 78.933 61.013 96-36.053 17.067-61.013 53.547-61.013 96zM384 192.002c58.88 0 106.667 47.787 106.667 106.667S442.88 405.336 384 405.336s-106.667-47.787-106.667-106.667S325.12 192.002 384 192.002zm-384 320c0 212.053 171.947 384 384 384 0-212.053-171.947-384-384-384z"/></svg>
<svg class="tc-image-flow-branch tc-image-button" width="22pt" height="22pt" viewBox="0 0 655.3600463867188 860.1599731445312"><path d="M655.36 122.88C655.36 54.989 600.371 0 532.48 0S409.6 54.989 409.6 122.88c0 49.203 29.082 91.341 70.861 110.95-4.198 81.101-65.024 108.646-170.752 148.275-44.544 16.742-93.645 35.277-135.629 63.181V234.291c42.24-19.456 71.68-61.901 71.68-111.411C245.76 54.989 190.771 0 122.88 0S0 54.989 0 122.88c0 49.51 29.491 91.955 71.68 111.411V625.92C29.44 645.325 0 687.77 0 737.28c0 67.891 54.99 122.88 122.88 122.88s122.88-55.04 122.88-122.88c0-49.203-29.082-91.341-70.86-110.95 4.197-81.05 65.074-108.646 170.751-148.275 103.936-39.014 232.5-87.603 237.568-243.507 42.445-19.354 72.141-61.952 72.141-111.667zM122.88 51.968c39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912-39.169 0-70.862-31.795-70.862-70.912 0-39.219 31.693-70.912 70.861-70.912zm0 756.224c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912zm409.6-614.4c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912z"/></svg>
<svg class="tc-image-flow-cascade tc-image-button" width="22pt" height="22pt" viewBox="0 0 655.3600463867188 962.5599975585938"><path d="M532.48 716.8c-49.51 0-91.955 29.491-111.41 71.68H250.88c-42.394 0-76.8-34.406-76.8-76.8V514.56c23.347 11.162 49.203 17.92 76.8 17.92h170.19c19.455 42.189 61.85 71.68 111.41 71.68 67.891 0 122.88-55.04 122.88-122.88S600.371 358.4 532.48 358.4c-49.51 0-91.955 29.491-111.41 71.68H250.88c-42.394 0-76.8-34.406-76.8-76.8V234.291c42.24-19.456 71.68-61.901 71.68-111.411C245.76 54.989 190.771 0 122.88 0S0 54.989 0 122.88c0 49.51 29.491 91.955 71.68 111.411V711.68c0 98.97 80.23 179.2 179.2 179.2h170.19c19.455 42.189 61.85 71.68 111.41 71.68 67.891 0 122.88-55.04 122.88-122.88S600.371 716.8 532.48 716.8zm0-306.432c39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912-39.22 0-70.913-31.795-70.913-70.912.051-39.219 31.744-70.912 70.912-70.912zm-409.6-358.4c39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912-39.169 0-70.862-31.795-70.862-70.912 0-39.219 31.693-70.912 70.861-70.912zm409.6 858.624c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912z"/></svg>
<svg class="tc-image-flow-children tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 20"><path d="M13 14a2.99 2.99 0 0 0-2.816 2H7c-1.654 0-3-1.346-3-3V9.975A4.954 4.954 0 0 0 7 11h3.184A2.99 2.99 0 0 0 13 13a3 3 0 1 0 0-6 2.99 2.99 0 0 0-2.816 2H7C5.346 9 4 7.654 4 6v-.184A2.99 2.99 0 0 0 6 3a3 3 0 1 0-6 0 2.99 2.99 0 0 0 2 2.816V13c0 2.757 2.243 5 5 5h3.184A2.99 2.99 0 0 0 13 20a3 3 0 1 0 0-6zm0-5a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zM3 2a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm10 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z"/></svg>
<svg class="tc-image-flow-line tc-image-button" width="22pt" height="22pt" viewBox="0 0 245.760009765625 860.1599731445312"><path d="M174.08 625.869V234.291c42.24-19.456 71.68-61.85 71.68-111.411C245.76 54.989 190.771 0 122.88 0S0 54.989 0 122.88c0 49.51 29.491 91.955 71.68 111.411V625.92C29.44 645.325 0 687.77 0 737.28c0 67.891 54.99 122.88 122.88 122.88s122.88-55.04 122.88-122.88c0-49.51-29.44-91.955-71.68-111.411zm-51.2-573.901c39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912-39.169 0-70.862-31.795-70.862-70.912 0-39.219 31.693-70.912 70.861-70.912zm0 756.224c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912z"/></svg>
<svg class="tc-image-flow-merge tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 20"><path d="M14 14.184v-1.851c0-1.93-1.57-3.5-3.5-3.5-.827 0-1.5-.673-1.5-1.5V5.816A2.997 2.997 0 0 0 11 3c0-1.654-1.346-3-3-3S5 1.346 5 3c0 1.302.839 2.401 2 2.815v1.518c0 .827-.673 1.5-1.5 1.5-1.93 0-3.5 1.57-3.5 3.5v1.851A2.997 2.997 0 0 0 0 17c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 0 0-2-2.816v-1.851c0-.827.673-1.5 1.5-1.5.979 0 1.864-.407 2.5-1.058a3.487 3.487 0 0 0 2.5 1.058c.827 0 1.5.673 1.5 1.5v1.851A2.997 2.997 0 0 0 10 17c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 0 0-2-2.816zM3 18a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zM8 2a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm5 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z"/></svg>
<svg class="tc-image-flow-parallel tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 20"><path d="M14 14.184V5.816A2.997 2.997 0 0 0 16 3c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.401 2 2.815v8.369A2.997 2.997 0 0 0 10 17c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 0 0-2-2.816zM13 2a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm0 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zM6 3c0-1.654-1.346-3-3-3S0 1.346 0 3c0 1.302.839 2.401 2 2.815v8.369A2.997 2.997 0 0 0 0 17c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 0 0-2-2.816V5.816A2.997 2.997 0 0 0 6 3zM3 2a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm0 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z"/></svg>
<svg class="tc-image-flow-switch tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 20"><path d="M4 14.184V13.5c0-.848.512-1.595 1.287-2.047a7.008 7.008 0 0 1-1.822-1.131C2.561 11.136 2 12.26 2 13.5v.684A2.997 2.997 0 0 0 0 17c0 1.654 1.346 3 3 3s3-1.346 3-3a2.997 2.997 0 0 0-2-2.816zM3 18a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm9-12.185v.351c0 .985-.535 1.852-1.345 2.36a7.016 7.016 0 0 1 1.823 1.1C13.414 8.748 14 7.524 14 6.167v-.351A2.997 2.997 0 0 0 16 3c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.839 2.401 2 2.815zM13 2a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm.935 12.164C13.525 11.251 11.024 9 8 9a4.004 4.004 0 0 1-3.92-3.209A3 3 0 0 0 6 3c0-1.654-1.346-3-3-3S0 1.346 0 3c0 1.326.87 2.44 2.065 2.836C2.475 8.749 4.976 11 8 11a4.004 4.004 0 0 1 3.92 3.209A3 3 0 0 0 10 17c0 1.654 1.346 3 3 3s3-1.346 3-3c0-1.326-.87-2.44-2.065-2.836zM3 2a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm10 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z"/></svg>
<svg class="tc-image-flow-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 962.56005859375 962.5599975585938"><path d="M890.88 728.269V609.28c0-98.97-80.23-179.2-179.2-179.2h-102.4c-42.394 0-76.8-34.406-76.8-76.8V234.291c42.24-19.456 71.68-61.85 71.68-111.411C604.16 54.989 549.171 0 481.28 0S358.4 54.989 358.4 122.88c0 49.51 29.491 91.955 71.68 111.411V353.28c0 42.394-34.406 76.8-76.8 76.8h-102.4c-98.97 0-179.2 80.23-179.2 179.2v118.989C29.44 747.725 0 790.17 0 839.68c0 67.891 54.99 122.88 122.88 122.88s122.88-55.04 122.88-122.88c0-49.51-29.49-91.955-71.68-111.411V609.28c0-42.394 34.406-76.8 76.8-76.8h102.4c27.597 0 53.453-6.758 76.8-17.92v213.709c-42.24 19.456-71.68 61.901-71.68 111.411 0 67.891 54.99 122.88 122.88 122.88s122.88-55.04 122.88-122.88c0-49.51-29.49-91.955-71.68-111.411V514.56c23.347 11.162 49.203 17.92 76.8 17.92h102.4c42.394 0 76.8 34.406 76.8 76.8v118.989c-42.24 19.456-71.68 61.85-71.68 111.411 0 67.891 54.99 122.88 122.88 122.88s122.88-55.04 122.88-122.88c0-49.51-29.44-91.955-71.68-111.411zM481.28 51.968c39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912-39.169 0-70.862-31.795-70.862-70.912 0-39.219 31.693-70.912 70.861-70.912zm-358.4 858.624c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912zm358.4 0c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912zm358.4 0c-39.219 0-70.912-31.795-70.912-70.912 0-39.219 31.693-70.912 70.912-70.912 39.117 0 70.861 31.693 70.861 70.912 0 39.117-31.744 70.912-70.86 70.912z"/></svg>
<svg class="tc-image-fog tc-image-button" width="22pt" height="22pt" viewBox="0 0 2641 1874"><path d="M0 1455q0-39 27-65t67-26h1991q40 0 65.5 25.5t25.5 65.5q0 37-26.5 62t-64.5 25H94q-40 0-67-25t-27-62zm279-335q0-39 28-64 24-24 63-24h1992q37 0 62 25.5t25 62.5q0 38-25 64.5t-62 26.5H370q-38 0-64.5-27t-26.5-64zm14-254q0 14 16 14h153q10 0 21-17 38-83 113.5-136T762 667l59-8q18 0 18-19l7-53q17-173 146.5-288.5T1296 183q173 0 301.5 114T1744 583l8 61q0 18 21 18h170q103 0 187.5 55T2256 863q11 17 22 17h153q19 0 15-24-47-164-186-268t-317-104h-34q-53-213-223.5-348.5T1296 0q-224 0-398 140.5T675 499q-136 32-238.5 129T294 860v-4q-1 3-1 10zm172 916q0-38 28-63 24-24 64-24h1993q38 0 64.5 25t26.5 62q0 38-27 65t-64 27H557q-37 0-64.5-27.5T465 1782z"/></svg>
<svg class="tc-image-fold tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M7 9l3 3H8v3H6v-3H4l3-3zm3-6H8V0H6v3H4l3 3 3-3zm4 2c0-.55-.45-1-1-1h-2.5l-1 1h3l-2 2h-7l-2-2h3l-1-1H1c-.55 0-1 .45-1 1l2.5 2.5L0 10c0 .55.45 1 1 1h2.5l1-1h-3l2-2h7l2 2h-3l1 1H13c.55 0 1-.45 1-1l-2.5-2.5L14 5z"/></svg>
<svg class="tc-image-folder tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000265121459961 11.96926498413086"><path d="M1.863 0h4.493c.912 0 .91 2.013 2.201 2.013h3.578c1.03 0 1.865.835 1.865 1.864v6.229a1.864 1.864 0 0 1-1.864 1.863H1.863A1.862 1.862 0 0 1 0 10.106V1.864C0 .834.835 0 1.863 0z"/></svg>
<svg class="tc-image-folder-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384.1000061035156"><path d="M0 128.1l36.6 237.7c0 8 10.3 18.3 18.3 18.3h402.3c8 0 18.3-10.3 18.3-18.3L512 128.1H0zm475.4-54.9c0-8-10.3-18.3-18.3-18.3H274.3l-9.1-36.6C263.9 10.5 254.9 0 246.9 0h-128c-7.9 0-17 10.4-18.3 18.3l-9.1 36.6H54.9c-7.9 0-18.3 10.3-18.3 18.3v18.3h438.9V73.2z"/></svg>
<svg class="tc-image-folder-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384.1000061035156"><path d="M475.4 73.2c0-8-10.3-18.3-18.3-18.3H274.3l-9.1-36.6C263.9 10.5 254.9 0 246.9 0h-128c-7.9 0-17 10.4-18.3 18.3l-9.1 36.6H54.9c-7.9 0-18.3 10.3-18.3 18.3v18.3h438.9V73.2zM0 128.1l36.6 237.7c0 8 10.3 18.3 18.3 18.3h402.3c8 0 18.3-10.3 18.3-18.3L512 128.1H0zm256 219.4l-91.4-91.4h54.9V183h73.1v73.1h54.9L256 347.5z"/></svg>
<svg class="tc-image-folder-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384.1000061035156"><path d="M475.4 73.2c0-8-10.3-18.3-18.3-18.3H274.3l-9.1-36.6C263.9 10.5 254.9 0 246.9 0h-128c-7.9 0-17 10.4-18.3 18.3l-9.1 36.6H54.9c-7.9 0-18.3 10.3-18.3 18.3v18.3h438.9V73.2zM0 128.1l36.6 237.7c0 8 10.3 18.3 18.3 18.3h402.3c8 0 18.3-10.3 18.3-18.3L512 128.1H0zm292.6 128v73.1h-73.1v-73.1h-54.9l91.4-91.4 91.4 91.4h-54.8z"/></svg>
<svg class="tc-image-folder-add tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 16"><path d="M15 2H9a2 2 0 0 0-2-2H3C1.346 0 0 1.346 0 3v10c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V5c0-1.654-1.346-3-3-3zm0 12H3a1 1 0 0 1-1-1V6h4c.275 0 .5-.225.5-.5S6.275 5 6 5H2V3a1 1 0 0 1 1-1h4a2 2 0 0 0 2 2h6a1 1 0 0 1 1 1h-4c-.275 0-.5.225-.5.5s.225.5.5.5h4v7a1 1 0 0 1-1 1zm-3-6h-2V6a1 1 0 1 0-2 0v2H6a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-folder-close tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 964.5989379882812"><path d="M249.17 0l-83.716 108.032H0v144.653h1200V108.032H591.65L507.934 0H249.17zM0 292.968v671.631h1200v-671.63H0z"/></svg>
<svg class="tc-image-folder-delete tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 16"><path d="M15 2H9a2 2 0 0 0-2-2H3C1.346 0 0 1.346 0 3v10c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3V5c0-1.654-1.346-3-3-3zM3 2h4a2 2 0 0 0 2 2h6a1 1 0 0 1 1 1H2V3a1 1 0 0 1 1-1zm12 12H3a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1zm-3-4H6a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-folder-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 832"><path d="M576 128L448 0H0v832h1024V128H576zm-64 608L288 512h160V256h128v256h160L512 736z"/></svg>
<svg class="tc-image-folder-ellipsis tc-image-button" width="22pt" height="22pt" viewBox="0 0 35 33.000003814697266"><path d="M0 6h35v20H0V6zm31-2H16c1-3 2.5-4 2.5-4h11.25C30.302 0 31 .698 31 1.25V4zm1.5 24a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-7 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-7 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"/></svg>
<svg class="tc-image-folder-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 29"><path d="M38 29H25V18h2v-2a4 4 0 0 1 4-4h1a4 4 0 0 1 4 4v2h2v11zm-5-12.5a1.5 1.5 0 0 0-3 0V18h3v-1.5zM0 6h35v5.535A3.982 3.982 0 0 0 33 11h-3a4 4 0 0 0-4 4v2h-2v9H0V6zm31-2H16c1-3 2.5-4 2.5-4h11.25C30.302 0 31 .698 31 1.25V4z"/></svg>
<svg class="tc-image-folder-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 832"><path d="M576 128L448 0H0v832h1024V128H576zm128 448H320V448h384v128z"/></svg>
<svg class="tc-image-folder-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1408"><path d="M1536 1184V480q0-40-28-68t-68-28H736q-40 0-68-28t-28-68v-64q0-40-28-68t-68-28H224q-40 0-68 28t-28 68v960q0 40 28 68t68 28h1216q40 0 68-28t28-68zm128-704v704q0 92-66 158t-158 66H224q-92 0-158-66T0 1184V224q0-92 66-158T224 0h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z"/></svg>
<svg class="tc-image-folder-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.84000015258789 11.92199993133545"><path d="M1.821 0h10.133s.992.031 1.01.902c.018.88-1.01.883-1.01.883h-7.32s-.775-.119-1.085.695c-.12.314-1.147 3.184-1.548 4.44-.113.357.157.453.377.459.23.008.437.004.627 0 .256-.002.474-.1.592-.458.257-.777 1.089-2.85 1.198-3.123.279-.705.645-.632 1.049-.632h7.683c.955 0 1.313.516 1.036 1.312L13.4 10.193c-.298.916-1.19 1.729-2.146 1.729h-9.4c-.996 0-1.854-.85-1.854-1.805v-8.35C0 .812.867 0 1.821 0z"/></svg>
<svg class="tc-image-folder-open-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1909 1408"><path d="M1781 803q0-35-53-35H640q-40 0-85.5 21.5T483 842l-294 363q-18 24-18 40 0 35 53 35h1088q40 0 86-22t71-53l294-363q18-22 18-39zM640 640h768V480q0-40-28-68t-68-28H736q-40 0-68-28t-28-68v-64q0-40-28-68t-68-28H224q-40 0-68 28t-28 68v853l256-315q44-53 116-87.5T640 640zm1269 163q0 62-46 120l-295 363q-43 53-116 87.5t-140 34.5H224q-92 0-158-66T0 1184V224q0-92 66-158T224 0h320q92 0 158 66t66 158v32h544q92 0 158 66t66 158v160h192q54 0 99 24.5t67 70.5q15 32 15 68z"/></svg>
<svg class="tc-image-folder-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.84299850463867 28.999000549316406"><path d="M31.5 11a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm2.5 8s3.638 0 4.843 7.807a9.248 9.248 0 0 1-1.87 1.098c-.086-1.19-.447-3.88-1.973-5.405v6.08c-.989.247-1.839.393-3.5.417v.002c-1.766-.017-2.638-.164-3.657-.42V22.5c-1.526 1.526-1.888 4.215-1.974 5.405A9.246 9.246 0 0 1 24 26.807C25.204 19 28.843 19 28.843 19H34zM0 6h35v5.671a4.5 4.5 0 1 0-6.398 6.272c-3.757-.328-5.472 5.634-6.113 8.057H0V6zm31-2H16c1-3 2.5-4 2.5-4h11.25C30.302 0 31 .698 31 1.25V4z"/></svg>
<svg class="tc-image-folder-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 832"><path d="M576 128L448 0H0v832h1024V128H576zm128 448H576v128H448V576H320V448h128V320h128v128h128v128z"/></svg>
<svg class="tc-image-folder-puzzle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M32 17h5v5h3v5h-3v5h-5v-3h-5v3h-6v-5h3v-5h-3v-5h6v-3h5v3zM0 6h35v10h-2v-3h-7v3h-6v7h3v3H0V6zm31-2H16c1-3 2.5-4 2.5-4h11.25C30.302 0 31 .698 31 1.25V4z"/></svg>
<svg class="tc-image-folder-shared tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 4H20l-4-4H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-10 6c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm8 16H18v-2c0-2.67 5.33-4 8-4s8 1.33 8 4v2z"/></svg>
<svg class="tc-image-folder-sign tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM390.527 312.012h154.468l50.024 64.453h363.282v511.523H241.699V376.465h98.804l50.024-64.453z"/></svg>
<svg class="tc-image-folder-special tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.3330078125 682.666015625"><path d="M767.999 85.333H426.666L341.333 0h-256C38.186 0 0 38.187 0 85.333v512c0 47.147 38.187 85.333 85.333 85.333H768c47.147 0 85.333-38.187 85.333-85.333V170.666c0-47.147-38.187-85.333-85.333-85.333zm-273.92 512l-152.746-89.387-152.747 89.387 40.32-173.653L94.079 306.987l177.707-15.36L341.333 128l69.333 163.627 177.707 15.36L453.545 423.68l40.533 173.653z"/></svg>
<svg class="tc-image-folder-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 31"><path d="M30.5 13l2.5 7h7l-5.817 4.11L36.367 31l-5.878-4.207L24.612 31l2.184-6.89L21 20h7l2.5-7zM0 6h35v13.066l-1.14-.01-3.37-9.625L27 19h-9l7.5 6-.5 1H0V6zm31-2H16c1-3 2.5-4 2.5-4h11.25C30.302 0 31 .698 31 1.25V4z"/></svg>
<svg class="tc-image-folder-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 832"><path d="M576 128L448 0H0v832h1024V128H576zm-64 224l224 224H576v256H448V576H288l224-224z"/></svg>
<svg class="tc-image-font tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.830000877380371 16"><path d="M10.909.255C9.495.255 8.587.002 7.13.002 2.422.002.227 2.683.227 5.406c0 1.604.76 2.132 2.259 2.132-.106-.232-.296-.486-.296-1.626 0-3.188 1.203-4.117 2.744-4.18 0 0-1.264 12.396-4.934 13.883V16h4.947l1.688-8h3.091l.689-2H7.057l.812-3.847c.929.19 1.837.38 2.618.38.971 0 1.858-.296 2.343-2.533-.591.19-1.224.253-1.921.253z"/></svg>
<svg class="tc-image-font-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.439000129699707 11"><path d="M0 11V0h4.742c2.442 0 3.25 1.45 3.266 2.617.014.983-.239 2.37-1.713 2.719C8.07 5.69 8.439 6.725 8.439 8c0 1.241-.676 3-3.066 3H0zm1.959-6.023h2.188c.88 0 2.013-.725 2.013-2.027C6.16 1.231 4.952.884 4.019.884h-2.06v4.093zm0 5.14h2.117c1.156 0 2.174-.802 2.174-2.125 0-1.516-1.036-2.133-2.229-2.133H1.959v4.258z"/></svg>
<svg class="tc-image-font-color tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12.519000053405762"><path fill="#010101" d="M9.961 8.259H9.26L5.948.176S5.85.042 5.652.021C5.453 0 5.144.124 5.144.124L1.608 8.259h-.145c-.298 0-.389.129-.389.404 0 .274.16.355.457.355h2.062c.297 0 .539-.08.539-.355 0-.274-.241-.404-.539-.404h-.531l.744-1.752h3.838L8.4 8.259h-.854c-.298 0-.539.129-.539.404 0 .274.242.355.54.355H9.96c.299.001.54-.079.54-.354 0-.275-.241-.405-.539-.405zm-5.81-2.51l1.635-3.673 1.553 3.673H4.151z"/><path fill="#95CE76" d="M.024 10.519h1v1h-1z"/><path fill="#89C765" d="M1 10.519h1v1H1z"/><path fill="#93CA64" d="M2 10.519h1v1H2z"/><path fill="#A1CF6E" d="M3 10.519h1v1H3z"/><path fill="#B3D67C" d="M4 10.519h1v1H4z"/><path fill="#CADF85" d="M5 10.519h1v1H5z"/><path fill="#DFE786" d="M6 10.519h1v1H6z"/><path fill="#EFED7A" d="M7 10.519h1v1H7z"/><path fill="#F8EF6D" d="M8 10.519h1v1H8z"/><path fill="#FEEE53" d="M9 10.519h1v1H9z"/><path fill="#FFD33D" d="M10 10.519h1v1h-1z"/><path fill="#FDC131" d="M11 10.519h1v1h-1z"/><path fill="#5373B8" d="M0 11.519h1v1H0z"/><path fill="#5E71B6" d="M1 11.519h1v1H1zm1 0h1v1H2z"/><path fill="#7C7ABA" d="M3 11.519h1v1H3zm1 0h1v1H4z"/><path fill="#AF8FC2" d="M5 11.519h1v1H5z"/><path fill="#C18EC0" d="M6 11.519h1v1H6z"/><path fill="#C784B9" d="M7 11.519h1v1H7zm1 0h1v1H8z"/><path fill="#CC62A5" d="M9 11.519h1v1H9z"/><path fill="#D94E9C" d="M10 11.519h1v1h-1zm1 0h1v1h-1z"/></svg>
<svg class="tc-image-font-color-merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12.519000053405762"><path d="M9.961 8.259H9.26L5.948.176S5.85.042 5.652.021C5.453 0 5.144.124 5.144.124L1.608 8.259h-.145c-.298 0-.389.129-.389.404 0 .273.16.354.457.354h2.062c.297 0 .539-.08.539-.354s-.241-.404-.539-.404h-.531l.744-1.752h3.838L8.4 8.259h-.854c-.298 0-.539.129-.539.404 0 .273.242.354.54.354H9.96c.299.002.54-.078.54-.353 0-.275-.241-.405-.539-.405zm-5.81-2.51l1.635-3.673 1.553 3.673H4.151zM12 12.519H0v-2h12v2z"/></svg>
<svg class="tc-image-font-color-merge-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.426000595092773 9.019000053405762"><path d="M8.887 8.259h-.701L4.874.176S4.776.042 4.578.021C4.379 0 4.07.124 4.07.124L.534 8.259H.389c-.298 0-.389.129-.389.404 0 .272.16.354.457.354h2.062c.297 0 .539-.08.539-.354 0-.274-.241-.404-.539-.404h-.531l.744-1.752H6.57l.756 1.752h-.854c-.298 0-.539.129-.539.404 0 .272.242.354.54.354h2.413c.299.002.54-.078.54-.353 0-.275-.241-.405-.539-.405zm-5.81-2.51l1.635-3.673 1.553 3.673H3.077z"/></svg>
<svg class="tc-image-font-Italics tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 11"><path d="M9 0v1H7l-3 9h2v1H0v-1h2l3-9H3V0h6z"/></svg>
<svg class="tc-image-font-size tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.331001281738281 11.02199935913086"><path d="M13.912 10.432h-.544L10.79 4.144s-.074-.104-.229-.121c-.155-.016-.395.081-.395.081l-2.75 6.328h-.114c-.231 0-.302.1-.302.315 0 .213.124.275.355.275H8.96c.229 0 .419-.064.419-.275 0-.215-.189-.314-.419-.314h-.414l.579-1.364h2.986l.588 1.364h-.663c-.231 0-.42.1-.42.314s.188.275.42.275h1.876c.232 0 .419-.062.419-.275 0-.215-.186-.315-.419-.315zM9.394 8.479l1.271-2.857 1.208 2.857H9.394zm-6.315 1.615h-.65l.908-2.142h3.952l.952-2.162L5.957.214S5.838.05 5.596.025C5.353 0 4.974.151 4.974.151L.653 10.094H.476c-.365 0-.476.157-.476.494 0 .336.196.434.559.434H3.08c.364 0 .659-.1.659-.434-.001-.337-.296-.494-.66-.494zm2.68-7.558l1.897 4.49H3.76l1.999-4.49z"/></svg>
<svg class="tc-image-font-strikethrough tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 11"><path d="M13.5 5h-2.244c-.054-.869-.223-1.665-.461-2.265C10.336 1.581 8.646 0 6.255 0H3v5H.5a.5.5 0 0 0 0 1H3v5h3.588c2.442 0 3.762-1.529 4.186-2.617A7.74 7.74 0 0 0 11.265 6H13.5a.5.5 0 0 0 0-1zM4.459.883h.999C6.016.883 9.393.446 9.629 5h-5.17V.883zm1.405 9.234H4.459V6h5.17c-.233 4.219-3.317 4.117-3.765 4.117z"/></svg>
<svg class="tc-image-font-underline tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 12"><path d="M4 0v1.01c-.203-.007-.601-.044-.761.1S3 1.419 3 1.934v4.6c0 .734.064 1.306.265 1.716.374.748 1.305 1.121 2.349 1.121 1.145 0 1.956-.768 2.156-1.248.186-.443.278-.99.278-1.883V2.63c0-.761.03-1.315-.124-1.463C7.732.983 7.547 1 7.034 1V0h2.941v1.032c-.179.018-.697-.108-.864.094-.166.203-.149.771-.149 1.504v3.61c0 .967-.192 1.521-.455 2.082-.344.734-1.478 1.689-3.009 1.678-1.967-.016-3.271-.642-3.818-1.626-.296-.528-.444-1.077-.444-1.942V1.991c0-.51-.079-.738-.236-.881s-.812-.107-1-.1V0h4zm6 11.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0 0 1h9a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-fonticons tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.7139892578125 877.7139892578125"><path d="M0 0h877.714v877.714H0V0zm518.857 182.857L512 201.714l42.857 47.429-17.714 65.143 14.286 14.286 61.143-32.571 61.143 32.571 14.286-14.286-17.714-65.143 42.857-47.429-6.857-18.857h-54.286L621.715 128h-18.286l-30.286 54.857h-54.286zM366.287 276q18.285 0 25.428 9.143t6.571 36l99.43-12q0-31.429-10-52.857t-28.858-32-39.429-14.571-48.57-4q-76 0-113.715 32.857T219.43 342.858v41.143h-54.857v73.143h43.43q11.428 0 11.428 4.571v218.286q0 8-2.857 11.429t-10.286 4l-41.714 4v50.286h256v-49.143l-85.143-8q-3.429-.571-4.857-.857t-2-1.429-.286-2.286.571-4 .286-5.714V457.144h109.143l21.714-73.143h-132q-3.429 0-1.143-3.429t2.286-5.143v-45.714q0-15.429.857-23.143t4.286-16 11.143-11.429T366.288 276zm346.855 473.714v-49.143l-30.857-5.143q-4-.571-5.429-1.429t-1.429-1.714.571-4.286.571-6.857V383.999H519.427l-13.143 57.714 47.43 12.571q13.142 4 13.142 15.429v211.429q0 8-3.429 10.571t-11.429 3.714l-40 5.143v49.143h201.143z"/></svg>
<svg class="tc-image-fontsize tc-image-button" width="22pt" height="22pt" viewBox="0 0 1202.135986328125 880.6271362304688"><path d="M1043.418 633.591c-11.946-19.626-26.879-32.213-44.799-37.761-37.166-11.894-78.649-11.087-103.679 16-27.979 37.061-28.68 92.603 0 124.799 43.744 41.293 121.007 20.886 148.478-19.84v-83.198zm98.559-331.515c40.105 36.693 60.159 88.745 60.159 156.158v389.114c-.653 10.752-9.477 19.059-19.199 19.199h-120.318c-10.753-.65-19.061-9.478-19.2-19.199v-11.521c-40.166 30.48-86.642 44.523-133.117 44.8-52.74-1.544-98.588-20.205-134.398-53.119-44.099-44.131-61.091-98.389-61.438-154.238 1.735-61.103 19.384-116.096 62.078-155.517 39.387-33.317 85.968-48.971 133.759-49.279 52.905 0 97.278 14.079 133.117 42.239v-37.12c0-58.879-30.72-88.318-92.158-88.318-47.785 0-91.305 20.053-130.558 60.159-10.422 9.223-25.115 5.606-30.72-5.12l-47.359-81.919c-4.267-8.533-2.986-16.213 3.84-23.039 29.014-29.014 62.719-50.986 101.118-65.919 95.16-33.015 222.168-31.195 294.394 32.639zm-787.188-63.999L270.31 540.152h170.237l-85.758-302.075zm351.994 595.191c1.706 5.12 2.561 8.533 2.561 10.24-.359 11.383-9.095 19.069-19.2 19.198H539.107c-9.387 0-15.36-4.692-17.92-14.079l-42.239-148.478H231.911l-42.239 148.478c-2.56 9.387-8.96 14.079-19.2 14.079H21.994C6.035 861.378 0 851.582 2.795 838.388L253.671 14.08C257.085 4.694 263.484 0 272.871 0h165.118c9.386 0 15.785 4.694 19.199 14.08l249.595 819.188z"/></svg>
<svg class="tc-image-food tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33300018310547 39.979000091552734"><path d="M1.583 26.916S0 21.375 12.667 21.771c12.666-.397 11.083 5.144 11.083 5.144H1.583zm0 7.917H23.75s1.583 5.146-11.083 4.75C0 39.979 1.583 34.833 1.583 34.833zm1.584-5.938h19c1.311 0 2.375.668 2.375 1.98 0 1.311-1.064 1.979-2.375 1.979h-19c-1.312 0-2.375-.668-2.375-1.98 0-1.311 1.063-1.978 2.375-1.978zM28.5 39.583L24.542 9.5h13.775l2.85-9.5h3.166l-2.85 9.5h2.059l-3.959 30.083H28.5z"/></svg>
<svg class="tc-image-food-apple tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 40.358001708984375"><path d="M31.25 38.358c-4 2-6.25-.992-7.25-1-1-.008-3.75 3-7.75 1C0 24.35 8.41 3.582 22.752 7.919c.122-1.5.537-3.658 1.949-5.069 2.85-2.85 2.25 0 2.25 0-1.993 2.146-1.888 4.104-1.895 5.298C39 3.35 48 24.35 31.25 38.358zM13.75 11.1s-5.5 4.25-4.5 13.25c0 0 1.75-12 7.25-12.25l-2.75-1z"/></svg>
<svg class="tc-image-food-candy-cane tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.575462341308594 40.60326385498047"><path d="M20.22.154a12.642 12.642 0 0 1 8.753 6.46L23.32 9.479a6.344 6.344 0 0 0-2.303-2.35L19.831.084l.388.07zm10.016 14.85l-.25.758a3.168 3.168 0 0 1-6.02-1.17l.053-.796c.054-.279-.149-1.41-.132-1.685l6.058-3.07c.356 1.634.63 4.218.29 5.963zM12.896 8.58L8.623 3.856A12.698 12.698 0 0 1 16.357 0l1.352 6.253a6.343 6.343 0 0 0-4.813 2.327zm-1.31 2.799l-1.058 5.44-5.462-5.094.302-1.555a12.635 12.635 0 0 1 1.68-4.28l4.622 5.111-.085.378zm-2.569 13.21l-5.462-5.093.907-4.663 5.461 5.094-.906 4.663zM6.45 37.801a3.167 3.167 0 1 1-6.217-1.209l1.133-5.828 5.462 5.094-.378 1.943zM2.951 22.604l5.462 5.094-.982 5.052-5.462-5.094.982-5.052z"/></svg>
<svg class="tc-image-food-cupcake tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.14557647705078 39.58300018310547"><path d="M30.285 4.75a3.167 3.167 0 0 1 2.743 4.75h.423a3.167 3.167 0 1 1 0 6.333h1.584a3.167 3.167 0 0 1 0 6.333H3.368a3.167 3.167 0 1 1 0-6.333H4.95a3.167 3.167 0 0 1 0-6.333h.424a3.167 3.167 0 0 1 2.743-4.75C9.7 4.75 12.868 1.583 19.2 0c6.334 4.75 9.5 4.75 11.084 4.75zm-26.917 19h31.667l-4.75 15.833H8.118L3.368 23.75z"/></svg>
<svg class="tc-image-food-icecream-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.166004180908203 41.5620002746582"><path d="M8.313 27.708h5.54v13.854h-5.54V27.708zM7.916 0h4.256a7.125 7.125 0 0 0 9.994 9.994V23.75A3.167 3.167 0 0 1 19 26.916H3.166A3.167 3.167 0 0 1 0 23.75V7.916A7.917 7.917 0 0 1 7.916 0z"/></svg>
<svg class="tc-image-food-silverware tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.75 38"><path d="M25.25 0h1.5v36a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2V26h-2c0-23 5.5-26 5.5-26zM7.75 38h-1a2 2 0 0 1-2-2V16c-.667 0-1.333 0-2.167-.917-.833-.916-1.583-2.75-2.083-5C0 6 1.75 0 1.75 0L3 9.5h.5L5.25 0 7 9.5h.5L9.25 0 11 9.5h.5L12.75 0S14.5 6 14 10.083c-.5 2.25-1.25 4.084-2.083 5-.834.917-1.5.917-2.167.917v20a2 2 0 0 1-2 2z"/></svg>
<svg class="tc-image-food-silverware-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.3069953918457 38.32887649536133"><path d="M5.116 37.64l-.892-.625a2.178 2.178 0 0 1-.534-3.033l7.26-10.37C0 6.624 2.59 1.403 2.59 1.403L3.928.467l11.615 16.587.637-.91c-.595-.416-1.19-.833-1.36-2.17-.17-1.339.305-3.442 1.264-5.761C18.188 4.259 23.496 0 23.496 0l-4.818 9.254.446.312 7.494-7.38-4.372 9.566.446.312 7.494-7.38-4.373 9.566.446.312 7.048-7.692s-2.186 6.444-5.182 9.774c-1.851 1.694-3.665 2.86-4.98 3.158-1.316.297-1.911-.12-2.506-.535l-1.773 2.532 7.545 10.776c.69.985.45 2.343-.535 3.033l-.892.624c-.985.69-2.343.45-3.033-.534l-6.245-8.92-.641.45-6.916 9.877a2.178 2.178 0 0 1-3.033.534z"/></svg>
<svg class="tc-image-foot tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.132999420166016 40.5"><path d="M18.5 0C19.88 0 21 1.79 21 4s-1.12 4-2.5 4S16 6.21 16 4s1.12-4 2.5-4zm-5.25 1.25c.828 0 1.5 1.12 1.5 2.5s-.672 2.5-1.5 2.5-1.5-1.12-1.5-2.5.672-2.5 1.5-2.5zM9 2.5c.828 0 1.5.895 1.5 2s-.672 2-1.5 2-1.5-.895-1.5-2 .672-2 1.5-2zM5.5 4.75c.828 0 1.5.895 1.5 2s-.672 2-1.5 2-1.5-.895-1.5-2 .672-2 1.5-2zm-2.75 3.5c.552 0 1 .672 1 1.5s-.448 1.5-1 1.5-1-.672-1-1.5.448-1.5 1-1.5zM8 9c9-4.5 15.243 3.809 8 12.5-5 6 9.133 15.543 0 17.5-7 1.5-4.807-7.602-7-11.5C0 11.5 8 9 8 9z"/></svg>
<svg class="tc-image-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8.010000228881836"><path d="M1.5 0C.67 0 0 .67 0 1.5c0 .66.41 1.2 1 1.41V5.1c-.59.2-1 .75-1 1.41 0 .83.67 1.5 1.5 1.5S3 7.34 3 6.51c0-.6-.34-1.1-.84-1.34.09-.09.21-.16.34-.16h2c.82 0 1.5-.68 1.5-1.5v-.59c.59-.2 1-.75 1-1.41C7 .68 6.33.01 5.5.01S4 .68 4 1.51c0 .66.41 1.2 1 1.41v.59c0 .28-.22.5-.5.5h-2c-.17 0-.35.04-.5.09V2.91c.59-.2 1-.75 1-1.41C3 .67 2.33 0 1.5 0z"/></svg>
<svg class="tc-image-fork-repo tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 447.9999694824219"><path d="M320 48h-48V0h-64v48h-48v64h48v48h64v-48h48z"/><path d="M208 208c0 38.6-4.5 42.3-14.4 50.3-7.4 6-22.2 7.1-39.4 8.3-9.5.7-20.4 1.5-31.4 3.3-9.4 1.5-18.4 4.7-26.8 8.8V119.4c19.1-11.1 32-31.7 32-55.4 0-35.3-28.7-64-64-64S0 28.7 0 64c0 23.7 12.9 44.3 32 55.4v209.2C12.9 339.7 0 360.3 0 384c0 35.3 28.7 64 64 64s64-28.7 64-64c0-15.7-5.7-30.1-15-41.2 6.7-4.8 13.9-8.7 20.2-9.7 8.1-1.3 16.6-1.9 25.6-2.6 24.4-1.7 52.1-3.7 75.2-22.5 30.9-25.1 37.5-52.1 38-94.9V208h-64zM64 32c17.6 0 32 14.4 32 32S81.6 96 64 96 32 81.6 32 64s14.4-32 32-32zm0 384c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z"/></svg>
<svg class="tc-image-forklift tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.40904235839844 39.609825134277344"><path d="M39.583 17.417h-7.917v-1.584h6.07l2.639-7.916h2.375l-3.167 9.5zM47.5 0v28.117a7.125 7.125 0 0 0-10.678 8.3h-3.979a7.125 7.125 0 1 0-13.44 0h-1.988v-1.584h-1.582v1.584H0V33.25h12.666V0h3.167v25.333h1.583V23.75L28.5 0h19zM31.666 22.167A3.167 3.167 0 0 1 34.833 19h9.5V3.167h-14.25l-9.5 20.583h11.083v-1.583zM26.125 28.5a5.542 5.542 0 1 1 0 11.083 5.542 5.542 0 0 1 0-11.083zm17.416 0a5.542 5.542 0 1 1 0 11.083 5.542 5.542 0 0 1 0-11.083z"/></svg>
<svg class="tc-image-forklift-load tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.40904235839844 39.609825134277344"><path d="M39.583 17.417h-7.917v-1.584h6.07l2.639-7.916h2.375l-3.167 9.5zM47.5 0v28.117a7.125 7.125 0 0 0-10.678 8.3h-3.979a7.125 7.125 0 1 0-13.44 0h-1.988v-1.584h-1.582v1.584H0V33.25h12.666V0h3.167v25.333h1.583V23.75L28.5 0h19zM31.666 22.167A3.167 3.167 0 0 1 34.833 19h9.5V3.167h-14.25l-9.5 20.583h11.083v-1.583zM26.125 28.5a5.542 5.542 0 1 1 0 11.083 5.542 5.542 0 0 1 0-11.083zm17.416 0a5.542 5.542 0 1 1 0 11.083 5.542 5.542 0 0 1 0-11.083zM11.083 19h-4.75v-3.167h4.75V19zM4.75 19H0v-3.167h4.75V19zm6.333-4.75H3.166v-3.167h7.917v3.167zM0 31.667V20.583h11.083v11.084H0z"/></svg>
<svg class="tc-image-form-basic tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 43"><path d="M0 3h14v3H0V3zm16-3h22v9H16V0zm2 2v5h18V2H18zM0 22h23v3H0v-3zm3 8h1v4H3v-4zm-3-3h38v16H0V27zm2 2v12h34V29H2zM0 14h14v3H0v-3zm16-3h22v9H16v-9zm2 2v5h18v-5H18zm1 3h1v1h-1v-1zm0-11h1v1h-1V5zm2 11h1v1h-1v-1zm2 0h1v1h-1v-1zM21 5h1v1h-1V5zm2 0h1v1h-1V5z"/></svg>
<svg class="tc-image-form-editable tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 43"><path d="M0 3h14v3H0V3zm0 19h23v3H0v-3zm3 8h1v4H3v-4zM0 14h14v3H0v-3zm19 2h1v1h-1v-1zm0-11h1v1h-1V5zm2 11h1v1h-1v-1zm2 0h1v1h-1v-1zM21 5h1v1h-1V5zm2 0h1v1h-1V5zm-7-5h4v1h-3v2h-1V0zm1 8h3v1h-4V6h1v2zm20 0V6h1v3h-4V8h3zm0-7h-3V0h4v3h-1V1zM16 11h4v1h-3v2h-1v-3zm1 8h3v1h-4v-3h1v2zm20 0v-2h1v3h-4v-1h3zm0-7h-3v-1h4v3h-1v-2zM0 27h4v1H1v2H0v-3zm1 15h3v1H0v-3h1v2zm36 0v-2h1v3h-4v-1h3zm0-14h-3v-1h4v3h-1v-2z"/></svg>
<svg class="tc-image-format-align-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M8 24v4h20v-4H8zM0 36h36v-4H0v4zm0-16h36v-4H0v4zM8 8v4h20V8H8zM0 0v4h36V0H0z"/></svg>
<svg class="tc-image-format-align-justify tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 36h36v-4H0v4zm0-8h36v-4H0v4zm0-8h36v-4H0v4zm0-8h36V8H0v4zM0 0v4h36V0H0z"/></svg>
<svg class="tc-image-format-align-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M24 24H0v4h24v-4zm0-16H0v4h24V8zM0 20h36v-4H0v4zm0 16h36v-4H0v4zM0 0v4h36V0H0z"/></svg>
<svg class="tc-image-format-align-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 36h36v-4H0v4zm12-8h24v-4H12v4zM0 20h36v-4H0v4zm12-8h24V8H12v4zM0 0v4h36V0H0z"/></svg>
<svg class="tc-image-format-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.5 28"><path d="M17.2 13.58c1.93-1.35 3.3-3.53 3.3-5.58 0-4.51-3.49-8-8-8H0v28h14.08c4.19 0 7.42-3.4 7.42-7.58 0-3.04-1.73-5.63-4.3-6.84zM6 5h6c1.66 0 3 1.34 3 3s-1.34 3-3 3H6V5zm7 18H6v-6h7c1.66 0 3 1.34 3 3s-1.34 3-3 3z"/></svg>
<svg class="tc-image-format-clear tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M2.54 0L0 2.55l13.94 13.94L9 28h6l3.14-7.32L29.46 32 32 29.45 3.09.55 2.54 0zM8 0v.36L13.64 6h4.79l-1.44 3.35 4.2 4.2L24.43 6H36V0H8z"/></svg>
<svg class="tc-image-format-color-fill tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M33.12 17.88L15.24 0l-2.83 2.83 4.76 4.76L6.88 17.88a3 3 0 0 0 0 4.24l11 11c.58.59 1.35.88 2.12.88s1.54-.29 2.12-.88l11-11a3 3 0 0 0 0-4.24zM10.41 20L20 10.42 29.59 20H10.41zM38 23s-4 4.33-4 7c0 2.21 1.79 4 4 4s4-1.79 4-4c0-2.67-4-7-4-7z"/><path fill-opacity=".36" d="M0 40h48v8H0z"/></svg>
<svg class="tc-image-format-color-reset tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.720001220703125 35.87000274658203"><path d="M28 21.6C28 13.6 16 0 16 0s-2.66 3.02-5.47 7.04L27.7 24.21c.19-.84.3-1.71.3-2.61zm-1.76 6.24L17 18.6 2.54 4.14 0 6.69l6.64 6.64C5.11 16.25 4 19.18 4 21.6c0 6.63 5.37 12 12 12 3.04 0 5.8-1.14 7.91-3l5.27 5.27 2.54-2.55-5.48-5.48z"/></svg>
<svg class="tc-image-format-color-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 42"><path fill-opacity=".36" d="M0 34h48v8H0z"/><path d="M22 0L11 28h4.5l2.25-6h12.5l2.25 6H37L26 0h-4zm-2.75 18L24 5.33 28.75 18h-9.5z"/></svg>
<svg class="tc-image-format-indent-decrease tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M16 28h20v-4H16v4zM0 18l8 8V10l-8 8zm0 18h36v-4H0v4zM0 0v4h36V0H0zm16 12h20V8H16v4zm0 8h20v-4H16v4z"/></svg>
<svg class="tc-image-format-indent-increase tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 36h36v-4H0v4zm0-26v16l8-8-8-8zm16 18h20v-4H16v4zM0 0v4h36V0H0zm16 12h20V8H16v4zm0 8h20v-4H16v4z"/></svg>
<svg class="tc-image-format-italic tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 28"><path d="M8 0v6h4.43L5.57 22H0v6h16v-6h-4.43l6.86-16H24V0z"/></svg>
<svg class="tc-image-format-line-spacing tc-image-button" width="22pt" height="22pt" viewBox="0 0 41 34"><path d="M9 7h5L7 0 0 7h5v20H0l7 7 7-7H9V7zm8-4v4h24V3H17zm0 28h24v-4H17v4zm0-12h24v-4H17v4z"/></svg>
<svg class="tc-image-format-list-bulleted tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 30"><path d="M3 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM3 0C1.34 0 0 1.34 0 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 24c-1.67 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.33-3-3-3zm6 5h28v-4H9v4zm0-12h28v-4H9v4zM9 1v4h28V1H9z"/></svg>
<svg class="tc-image-format-list-numbered tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 32"><path d="M0 26h4v1H2v2h2v1H0v2h6v-8H0v2zM2 8h2V0H0v2h2v6zm-2 6h3.6L0 18.2V20h6v-2H2.4L6 13.8V12H0v2zM10 2v4h28V2H10zm0 28h28v-4H10v4zm0-12h28v-4H10v4z"/></svg>
<svg class="tc-image-format-paint tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 40"><path d="M28 4V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v8c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V8h2v8H10v22c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V20h16V4h-6z"/></svg>
<svg class="tc-image-format-quote tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 20"><path d="M2 20h6l4-8V0H0v12h6zm16 0h6l4-8V0H16v12h6z"/></svg>
<svg class="tc-image-format-shapes tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M44 12V0H32v4H12V0H0v12h4v20H0v12h12v-4h20v4h12V32h-4V12h4zM4 4h4v4H4V4zm4 36H4v-4h4v4zm24-4H12v-4H8V12h4V8h20v4h4v20h-4v4zm8 4h-4v-4h4v4zM36 8V4h4v4h-4zM25.47 26H18.5l-1.46 4h-3.25l6.8-18h2.81l6.81 18h-3.26l-1.48-4zm-6.1-2.52h5.22l-2.61-7.66-2.61 7.66z"/></svg>
<svg class="tc-image-format-size tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M12 0v6h10v24h6V6h10V0H12zM0 16h6v14h6V16h6v-6H0v6z"/></svg>
<svg class="tc-image-format-strikethrough tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 30"><path d="M14 30h8v-6h-8v6zM4 0v6h10v6h8V6h10V0H4zM0 20h36v-4H0v4z"/></svg>
<svg class="tc-image-format-textdirection-l-to-r tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M8 16v10h4V4h4v22h4V4h4V0H8C3.58 0 0 3.58 0 8s3.58 8 8 8zm24 16l-8-8v6H0v4h24v6l8-8z"/></svg>
<svg class="tc-image-format-textdirection-r-to-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M12 16v10h4V4h4v22h4V4h4V0H12C7.58 0 4 3.58 4 8s3.58 8 8 8zM8 30v-6l-8 8 8 8v-6h24v-4H8z"/></svg>
<svg class="tc-image-format-underlined tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M14 28c6.63 0 12-5.37 12-12V0h-5v16c0 3.87-3.13 7-7 7s-7-3.13-7-7V0H2v16c0 6.63 5.37 12 12 12zM0 32v4h28v-4H0z"/></svg>
<svg class="tc-image-forrst tc-image-button" width="22pt" height="22pt" viewBox="0 0 427.00799560546875 512"><path d="M0 512L213.504 0l213.504 512H238.08v-69.12l87.04-43.536-6.656-28.16-80.384 40.464v-34.32l50.176-26.624-7.153-29.184-43.008 23.024v-44.528h-47.103v80.368l-44.017-30.192-8.191 32.752 52.224 35.84V512H0z"/></svg>
<svg class="tc-image-forsale tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 41.16699981689453"><path d="M20.583 41.167c1.584-4.75 3.167-4.75 3.167-4.75s-1.583 3.167-1.583 4.75h-7.125c0-1.583-.792-4.75-.792-4.75s1.583 0 3.167 4.75v-14.25H3.167A3.167 3.167 0 0 1 0 23.75V3.167A3.167 3.167 0 0 1 3.167 0h31.666A3.167 3.167 0 0 1 38 3.167V23.75a3.167 3.167 0 0 1-3.167 3.167h-14.25v14.25zm7.917 0h-2.375c0-1.583-.792-4.75-.792-4.75s1.584 0 3.167 4.75zm-19 0c1.583-4.75 3.167-4.75 3.167-4.75s-1.584 3.167-1.584 4.75H9.5zm.19-28.896h1.773V8.344h3.927v-1.52h-3.927V4.671h4.434v-1.52H9.69v9.12zm7.347-3.386c0 .752.14 1.39.422 1.914a2.78 2.78 0 0 0 1.234 1.192c.541.271 1.11.407 1.706.407.963 0 1.763-.326 2.398-.977.635-.651.953-1.471.953-2.461 0-.982-.314-1.794-.943-2.437-.629-.644-1.435-.965-2.42-.965-.637 0-1.214.142-1.73.425a2.912 2.912 0 0 0-1.198 1.232 3.554 3.554 0 0 0-.422 1.67zm1.773.093c0-.655.152-1.156.457-1.504a1.443 1.443 0 0 1 1.13-.523c.448 0 .823.174 1.125.523.303.348.455.846.455 1.492 0 .662-.152 1.168-.455 1.516a1.432 1.432 0 0 1-1.125.522c-.448 0-.825-.174-1.13-.522-.305-.348-.457-.85-.457-1.504zm8.107 3.293v-1.943c0-1.07.048-1.773.144-2.108.096-.335.228-.567.396-.696a.977.977 0 0 1 .614-.193c.249 0 .519.095.809.283l.443-1.684c-.334-.248-.681-.372-1.043-.372a1.21 1.21 0 0 0-.684.2c-.2.133-.427.42-.68.86v-.934h-1.773v6.587h1.774zM6 20.837c.119.99.484 1.745 1.096 2.263.612.518 1.49.777 2.633.777.785 0 1.44-.11 1.966-.33.526-.22.932-.555 1.22-1.008a2.66 2.66 0 0 0 .431-1.455c0-.572-.118-1.053-.355-1.44a2.523 2.523 0 0 0-.982-.919c-.419-.224-1.065-.446-1.938-.666-.873-.22-1.424-.425-1.65-.616a.687.687 0 0 1-.268-.543.66.66 0 0 1 .275-.554c.287-.215.682-.322 1.186-.322.49 0 .856.098 1.101.296.245.197.404.52.478.97l1.774-.126c-.028-.806-.322-1.451-.88-1.935-.559-.483-1.39-.725-2.495-.725-.677 0-1.255.106-1.733.318a2.428 2.428 0 0 0-1.48 2.239c0 .725.278 1.34.832 1.844.395.36 1.08.666 2.058.92l1.461.414.655.38a.78.78 0 0 1 .188.529c0 .323-.15.605-.453.847-.302.241-.75.362-1.346.362-.563 0-1.01-.133-1.342-.399-.331-.266-.55-.682-.659-1.248L6 20.837zm10.133-1.52c.1-.328.229-.558.39-.69.16-.131.383-.197.669-.197.425 0 .714.074.866.221.152.147.229.393.229.74v.18l-1.625.413-1.33.394c-.306.15-.545.367-.716.649-.17.282-.256.604-.256.964 0 .545.194.995.583 1.352.388.356.92.534 1.594.534.381 0 .74-.081 1.078-.243.337-.163.654-.405.95-.729l.062.24.166.605h1.774l-.4-.88-.107-1.277v-2.029c0-.753-.075-1.27-.226-1.553-.15-.283-.41-.516-.778-.699-.368-.183-.928-.275-1.68-.275-.829 0-1.453.166-1.874.497-.421.331-.717.84-.889 1.53l1.52.253zm2.154 1.647v.253l-.064.62-.38.421c-.261.15-.535.226-.823.226-.258 0-.47-.065-.636-.195-.167-.13-.25-.284-.25-.46 0-.182.103-.332.312-.45l.869-.221.971-.194zm3.673 2.786h1.773v-9.12H21.96v9.12zm7.346-2.153c-.095.311-.235.537-.421.677a1.11 1.11 0 0 1-.687.21c-.401 0-.736-.134-1.004-.4-.269-.267-.409-.64-.42-1.12h4.433c.025-1.33-.249-2.317-.82-2.961-.571-.644-1.351-.966-2.34-.966-.88 0-1.607.307-2.183.921-.576.615-.864 1.464-.864 2.549 0 .907.218 1.659.653 2.254.551.744 1.402 1.116 2.551 1.116.727 0 1.332-.172 1.815-.517.483-.346.836-.849 1.06-1.51l-1.773-.253zm.127-1.647h-2.628c-.004-.468.12-.838.37-1.11.25-.273.566-.41.95-.41.359 0 .664.13.914.388.251.259.382.636.394 1.132z"/></svg>
<svg class="tc-image-fort-awesome tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1776"><path d="M640 992V768q0-16-16-16h-96q-16 0-16 16v224q0 16 16 16h96q16 0 16-16zm512 0V768q0-16-16-16h-96q-16 0-16 16v224q0 16 16 16h96q16 0 16-16zm512 32v752h-640v-320q0-80-56-136t-136-56-136 56-56 136v320H0v-752q0-16 16-16h96q16 0 16 16v112h128V512q0-16 16-16h96q16 0 16 16v112h128V512q0-16 16-16h96q16 0 16 16v112h128V512q0-6 2.5-9.5t8.5-5 9.5-2 11.5 0 9 .5V105q-32-15-32-50 0-23 16.5-39T832 0t38.5 16T887 55q0 35-32 50v17q45-10 83-10 21 0 59.5 7.5t54.5 7.5q17 0 47-7.5t37-7.5q16 0 16 16v210q0 15-35 21.5t-62 6.5q-18 0-54.5-7.5T945 351q-40 0-90 12v133q1 0 9-.5t11.5 0 9.5 2 8.5 5 2.5 9.5v112h128V512q0-16 16-16h96q16 0 16 16v112h128V512q0-16 16-16h96q16 0 16 16v624h128v-112q0-16 16-16h96q16 0 16 16z"/></svg>
<svg class="tc-image-forum tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M38 8h-4v18H8v4c0 1.1.9 2 2 2h22l8 8V10c0-1.1-.9-2-2-2zm-8 12V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v28l8-8h20c1.1 0 2-.9 2-2z"/></svg>
<svg class="tc-image-forumbee tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1530"><path d="M934 19Q617 140 378 381.5T20 942Q0 853 0 766q0-208 102.5-384.5t278.5-279T765 0q82 0 169 19zm269 119q93 65 164 155-389 113-674.5 400.5T296 1370q-93-72-155-162 112-386 395-671t667-399zM470 1472q115-356 379.5-622T1469 466q40 92 54 195-292 120-516 345t-343 518q-103-14-194-52zm1066 58q-193-50-367-115-135 84-290 107 109-205 274-370.5T1522 876q-21 152-101 284 65 175 115 370z"/></svg>
<svg class="tc-image-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 672 704"><path d="M320 704V384L0 704V0l320 320V0l352 352z"/></svg>
<svg class="tc-image-forward-10 tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 40"><g transform="translate(-8 -2)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M8 26c0 8.8 7.2 16 16 16s16-7.2 16-16h-4c0 6.6-5.4 12-12 12s-12-5.4-12-12 5.4-12 12-12v8l10-10L24 2v8c-8.8 0-16 7.2-16 16zm13.7 6H20v-6.5l-2 .6v-1.4l3.5-1.3h.2V32zm8.5-3.5c0 .6-.1 1.2-.2 1.6s-.3.8-.6 1.1-.6.5-.9.7-.7.2-1.2.2-.8-.1-1.2-.2-.7-.4-.9-.7-.5-.7-.6-1.1-.2-1-.2-1.6V27c0-.6.1-1.2.2-1.6s.3-.8.6-1.1.6-.5.9-.7.7-.2 1.2-.2.8.1 1.2.2.7.4.9.7.5.7.6 1.1.2 1 .2 1.6v1.5zm-1.7-1.7c0-.4 0-.7-.1-1s-.1-.5-.2-.6-.2-.3-.4-.3-.3-.1-.5-.1-.4 0-.5.1-.3.2-.4.3-.2.4-.2.6-.1.6-.1 1v1.9c0 .4 0 .7.1 1s.1.5.2.6.2.3.4.3.3.1.5.1.4 0 .5-.1.3-.2.4-.3.2-.4.2-.6.1-.6.1-1v-1.9z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-forward-30 tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 40"><g transform="translate(-8 -2)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M19.1 27h.9c.4 0 .7-.1 1-.3s.3-.5.3-.9c0-.2 0-.3-.1-.4s-.1-.3-.2-.4-.2-.2-.4-.2-.3-.1-.5-.1-.3 0-.4.1-.3.1-.4.2-.2.2-.2.3-.1.2-.1.4h-1.7c0-.4.1-.7.2-1s.3-.5.6-.7.5-.4.9-.5.7-.2 1.1-.2c.4 0 .8.1 1.2.2s.7.3.9.5.5.5.6.8.2.7.2 1.1c0 .2 0 .4-.1.5s-.1.3-.3.5-.2.3-.4.4-.3.2-.6.3c.5.2.8.4 1.1.8s.4.8.4 1.2c0 .4-.1.8-.2 1.1s-.4.6-.6.8-.6.4-1 .5-.8.2-1.2.2c-.4 0-.7 0-1.1-.1s-.7-.2-.9-.5-.5-.5-.7-.8-.2-.7-.2-1.1h1.7c0 .2 0 .3.1.4s.1.2.3.3.2.2.4.2.3.1.5.1.4 0 .5-.1.3-.1.4-.2.2-.2.3-.4.1-.3.1-.5 0-.4-.1-.6-.2-.3-.3-.4-.3-.2-.4-.2-.4-.1-.6-.1h-.9V27zm11.5 1.5c0 .6-.1 1.2-.2 1.6s-.4.9-.6 1.2-.6.5-.9.7-.7.2-1.2.2-.8-.1-1.2-.2-.7-.4-.9-.7-.5-.7-.6-1.1-.2-1-.2-1.6V27c0-.6.1-1.2.2-1.6s.3-.8.6-1.1.6-.5.9-.7.7-.2 1.2-.2.8.1 1.2.2.7.4.9.7.5.7.6 1.1.2 1 .2 1.6v1.5zm-1.7-1.7c0-.4 0-.7-.1-1s-.1-.5-.2-.6-.2-.3-.4-.3-.3-.1-.5-.1-.4 0-.5.1-.3.2-.4.3-.2.4-.2.6-.1.6-.1 1v1.9c0 .4 0 .7.1 1s.1.5.2.6.2.3.4.3.3.1.5.1.4 0 .5-.1.3-.2.4-.3.2-.4.2-.6.1-.6.1-1v-1.9zM8 26c0 8.8 7.2 16 16 16s16-7.2 16-16h-4c0 6.6-5.4 12-12 12s-12-5.4-12-12 5.4-12 12-12v8l10-10L24 2v8c-8.8 0-16 7.2-16 16z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-forward-5 tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 40"><g transform="translate(-8 -2)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M8 26c0 8.8 7.2 16 16 16s16-7.2 16-16h-4c0 6.6-5.4 12-12 12s-12-5.4-12-12 5.4-12 12-12v8l10-10L24 2v8c-8.8 0-16 7.2-16 16zm13.4 1.8l.5-4.3h4.8v1.4h-3.4l-.2 1.8c.1 0 .1-.1.2-.1s.2-.1.3-.1.2-.1.4-.1h.4c.4 0 .8.1 1.1.2s.6.3.8.6.4.5.5.9.2.8.2 1.2c0 .4-.1.7-.2 1.1s-.3.6-.5.9-.5.5-.9.6-.8.2-1.3.2c-.4 0-.7-.1-1.1-.2s-.6-.3-.9-.5-.5-.5-.6-.8-.3-.7-.3-1.1h1.7c0 .4.2.6.4.8s.5.3.8.3c.2 0 .4 0 .5-.1s.3-.2.4-.3.2-.3.2-.5.1-.4.1-.6 0-.4-.1-.6-.1-.3-.3-.5-.3-.2-.4-.3-.4-.1-.6-.1h-.4s-.2.1-.3.1-.2.2-.3.3l-.2.2-1.3-.4z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-forward-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM300 375.366L600 600 300 824.634V375.366zm375 0L975 600 675 824.634V375.366z"/></svg>
<svg class="tc-image-forward-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 0a7 7 0 1 0 0 14A7 7 0 0 0 7 0zm0 13.012C3.68 13.012.99 10.321.99 7S3.68.988 7 .988a6.012 6.012 0 0 1 0 12.024zM3.514 6.486h5.734l-2.401-2.4a.514.514 0 0 1 .726-.726l3.277 3.276c.01.01.013.022.021.032a.49.49 0 0 1 .09.135.53.53 0 0 1 .035.175c-.001.008.004.014.004.022 0 .012-.007.021-.007.032a.548.548 0 0 1-.032.164.52.52 0 0 1-.106.159l-.005.008-3.278 3.277a.51.51 0 0 1-.725 0 .514.514 0 0 1 0-.726l2.401-2.401-5.734.005c-.284 0-.514-.23-.514-.513s.23-.519.514-.519z"/></svg>
<svg class="tc-image-forward2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13zm-3-9L8.5 8 5 10.5zm4 0L12.5 8 9 10.5z"/></svg>
<svg class="tc-image-forward3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.5 11"><path d="M5 11V6l-5 5V0l5 5V0l5.5 5.5z"/></svg>
<svg class="tc-image-fot-screen tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M418.9 418.9V279.3l-46.5 46.5-46.5-46.5-46.5 46.5 46.5 46.5-46.5 46.5h139.5zM0 0v512h512V0H0zm465.5 465.5h-419v-419h418.9v419zM186.2 232.7l46.5-46.5-46.5-46.5 46.5-46.5H93.1v139.6l46.5-46.5 46.6 46.4z"/></svg>
<svg class="tc-image-foundation tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.50802612304688 63.84516525268555"><path d="M63.436 58.03l-2.949-1.574a.44.44 0 0 0-.598.181L58.7 58.852a.452.452 0 0 0-.034.338.464.464 0 0 0 .215.263l2.951 1.571a.442.442 0 0 0 .598-.18l1.189-2.215a.44.44 0 0 0-.183-.599zm.078-52.556l-2.983-1.747a.44.44 0 0 0-.604.155L58.65 6.05a.44.44 0 0 0 .157.605L61.79 8.4a.44.44 0 0 0 .224.06.44.44 0 0 0 .381-.216l1.276-2.166a.436.436 0 0 0-.157-.603zm-5.975 49.41l-3.344-1.809V3.951l1.628.957c.069.04.147.06.223.06.151 0 .296-.08.381-.219l1.276-2.166a.434.434 0 0 0 .049-.335.452.452 0 0 0-.206-.272l-1.216-.712L54.957.32a1.581 1.581 0 0 0-1.819.228L41.076 7.098 28.882.478c-.001-.003-.005 0-.005 0-.029-.017-.055-.037-.087-.052-.136-.062-.288-.059-.434-.089-.136-.027-.261-.08-.401-.08-.141 0-.264.053-.401.081-.143.03-.295.025-.426.088-.026.012-.046.031-.07.042-.007.007-.017.003-.023.01l-12.193 6.62L2.648.478A1.971 1.971 0 0 0 .893.425C.341.688 0 1.183 0 1.72v53.523c0 .504.3.975.797 1.245l13.118 7.126c.003.002.009.002.014.005.03.015.054.03.083.045.254.12.541.181.829.181.287 0 .575-.06.831-.18.023-.012.043-.03.067-.044.008-.005.019-.002.027-.007l12.191-6.625 12.191 6.625c.004.002.011.002.017.005.026.015.05.03.079.045.256.12.544.181.831.181.289 0 .577-.06.831-.18.026-.012.042-.03.068-.044.008-.005.018-.002.028-.007l12.13-6.59.949.403.85.452a.426.426 0 0 0 .208.051.44.44 0 0 0 .391-.23l1.189-2.216a.446.446 0 0 0-.18-.6zm-42.74 5.694L3.448 54.432V4.407l11.351 6.146v50.025zm26.236-.072L27.957 53.42V3.426l13.078 7.12v49.96zm28.031-22.202h-2.521a.442.442 0 0 0-.44.442v5.255c0 .243.198.44.44.44h2.521a.441.441 0 0 0 .442-.44v-5.255a.443.443 0 0 0-.442-.442zm0 21.021h-2.521a.438.438 0 0 0-.225.064l-.37.221a.463.463 0 0 0-.162.17l-1.189 2.217a.447.447 0 0 0 .183.6l1.556.828c.416.223.883.346 1.313.346.898 0 1.855-.538 1.855-2.05v-1.954a.441.441 0 0 0-.44-.442zM68.218 8.23l-1.722-1.01a.442.442 0 0 0-.605.158l-1.276 2.164a.43.43 0 0 0-.047.334.427.427 0 0 0 .204.271l1.333.778v1.541c0 .243.198.441.44.441h2.521a.442.442 0 0 0 .442-.44v-1.878c-.001-1.57-1.235-2.326-1.29-2.359zm.848 9.051h-2.521a.443.443 0 0 0-.44.443v5.256c0 .244.198.442.44.442h2.521a.442.442 0 0 0 .442-.442v-5.256a.444.444 0 0 0-.442-.443zm0 31.537h-2.521a.44.44 0 0 0-.44.44v5.257c0 .244.198.442.44.442h2.521a.442.442 0 0 0 .442-.442v-5.257a.442.442 0 0 0-.442-.44zm0-21.025h-2.521a.442.442 0 0 0-.44.442v5.255c0 .243.198.442.44.442h2.521a.443.443 0 0 0 .442-.442v-5.255a.443.443 0 0 0-.442-.442z"/></svg>
<svg class="tc-image-four-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 512h232.7V279.3H0V512zm0-279.3h232.7V0H0v232.7zM279.3 512H512V279.3H279.3V512zm0-512v232.7H512V0H279.3z"/></svg>
<svg class="tc-image-foursquare tc-image-button" width="22pt" height="22pt" viewBox="0 0 598.5289916992188 512"><path d="M0 225.281c0-35.84 13.057-66.465 39.168-91.904 26.113-25.424 57.601-38.145 94.464-38.145 29.01 0 55.04 8.193 78.08 24.576s39.168 37.553 48.385 63.489l33.792-32.768 80.896 77.823L598.529 0v207.36l-136.72 105.472 17.423 18.416L293.376 512 131.584 354.8c-36.527-.672-67.584-13.664-93.183-38.912s-38.4-55.44-38.4-90.607zm18.945 0c0 30.72 11.088 56.848 33.28 78.336 22.191 21.487 48.976 32.256 80.384 32.256 11.263 0 22.351-1.536 33.28-4.609l112.64 99.84 299.52-235.52.513-154.624-295.937 305.168-46.08-74.752c6.816-14.688 10.24-30.048 10.24-46.096 0-30.368-11.184-56.4-33.536-78.08-22.368-21.68-49.248-32.512-80.64-32.512-31.408 0-58.192 10.832-80.384 32.512s-33.28 47.696-33.28 78.08zm24.576 1.024c0-23.904 8.448-44.288 25.344-61.184s37.296-25.344 61.183-25.344c23.889 0 44.288 8.352 61.185 25.089 16.895 16.72 25.344 37.215 25.344 61.44 0 23.887-8.449 44.287-25.344 61.184-16.897 16.895-37.296 25.343-61.185 25.343-23.887 0-44.287-8.448-61.183-25.343-16.896-16.897-25.344-37.297-25.344-61.185z"/></svg>
<svg class="tc-image-framework-net tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.57921600341797 13.253999710083008"><path d="M1.654 13.254c-.47 0-.863-.145-1.177-.435a1.396 1.396 0 0 1-.47-1.067c0-.436.16-.792.483-1.07.323-.276.726-.415 1.21-.415.488 0 .888.14 1.2.421.31.281.466.636.466 1.064 0 .439-.159.8-.476 1.08-.317.281-.729.422-1.236.422zm15.712-.187h-2.993l-5.352-8.21a12.67 12.67 0 0 1-.653-1.085h-.035c.048.46.073 1.165.073 2.114v7.181h-2.8V0h3.19l5.154 7.954c.236.36.453.716.654 1.068h.035c-.049-.304-.073-.902-.073-1.794V0h2.8v13.067zm10.826 0h-7.84V0h7.467v2.427h-4.48v2.8h4.293v2.427H23.34v2.986h4.853v2.427zM39.58 2.427h-3.733v10.64H32.86V2.427h-3.733V0H39.58v2.427z"/></svg>
<svg class="tc-image-free-breakfast tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H0v20c0 4.42 3.58 8 8 8h12c4.42 0 8-3.58 8-8v-6h4c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 10h-4V4h4v6zM0 32h32v4H0z"/></svg>
<svg class="tc-image-freecodecamp tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00200080871582 10.784395217895508"><path d="M16 5.602c0 1.668-.57 3.15-1.735 4.46-.423.486-.762.718-.994.718a.313.313 0 0 1-.23-.084.339.339 0 0 1-.108-.232c0-.126.147-.317.446-.593 1.204-1.163 1.82-2.6 1.82-4.312 0-1.9-.634-3.444-1.883-4.63-.254-.232-.38-.424-.38-.57 0-.086.04-.17.107-.233a.342.342 0 0 1 .232-.107c.277 0 .697.34 1.227 1.013.992 1.272 1.5 2.796 1.5 4.572zM0 5.178C0 3.51.57 2.028 1.735.718 2.158.232 2.497 0 2.729 0c.084 0 .17.022.23.084.064.063.108.126.108.21 0 .125-.147.317-.446.612C1.418 2.07.802 3.506.802 5.22c0 1.9.634 3.443 1.883 4.63.254.23.38.422.38.57 0 .084-.04.17-.107.232a.345.345 0 0 1-.232.106c-.295 0-.697-.34-1.227-1.013C.485 8.497 0 6.975 0 5.178zm11.816 4.586H4.483c-.233 0-.446-.192-.446-.446s.19-.445.446-.445h7.333c.232 0 .446.19.446.445a.437.437 0 0 1-.446.446zM7.81 3.81c.132-.017.23.41.242.5.03.235-.048.463-.155.67-.398.776-1.32 1.403-1.076 2.386.104.424.33.718 1.003 1.08-.232.08-.556-.074-.736-.2-.803-.545-1.312-1.44-1.26-2.416a4.1 4.1 0 0 1 .158-.913c.243-.855.752-1.603 1.057-2.435.148-.4.258-.884.133-1.304a1.647 1.647 0 0 0-.317-.567c-.044-.05-.272-.316-.36-.283.397-.15.758-.01 1.108.196.265.158.475.39.637.652.295.478.42 1.03.475 1.587.022.225-.007.785.258.9.284.12.497-.35.556-.546.125-.435-.04-.844-.21-1.238.033.077.192.17.254.228.08.074.162.148.24.225.287.296.475.67.593 1.07.106.353.157.728.176 1.086.05.747-.122 1.52-.42 2.206-.133.31-.302.597-.523.847-.218.246-.505.404-.73.633.535-.545.822-1.426.748-2.092a1.937 1.937 0 0 0-.44-1.053s.03.236.054.39c.052.332-.17.678-.43.642-.188-.027-.093-.436-.07-.565.066-.39-.023-.766-.166-1.134-.136-.345-.397-.61-.798-.55 0 .002 0 .002-.002.002h.002z"/></svg>
<svg class="tc-image-freeze tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M5 0H0v14h14V0H5zm6.439 1L13 2.561v1.336L10.104 1h1.335zM5 1h.439l3 3H6.604l-3-3H5zM1 1h1.189l3 3H4v.631l-3-3V1zm0 2.045l3 3v1.836l-3-3V3.045zm0 3.25l3 3v1.836l-3-3V6.295zM2.619 13L1 11.381V9.545l3 3V13H2.619zM13 13H5v-3h8v3zm0-4H5V5h8v4zM9.854 4l-3-3H8.69l3 3H9.854z"/></svg>
<svg class="tc-image-freeze-cell tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M11 0H0v14h14V0h-3zm-1 1v3H4V1h6zM4 7.943L5.057 9H4V7.943zM6.471 9L4 6.529V5h.307l4 4H6.471zm3.25 0l-4-4h1.836L10 7.443V9h-.279zM10 5v1.029L8.971 5H10zM1 1h2v3H1V1zm0 4h2v4H1V5zm0 8v-3h2v3H1zm3 0v-3h6v3H4zm9 0h-2v-3h2v3zm0-4h-2V5h2v4zm-2-5V1h2v3h-2z"/></svg>
<svg class="tc-image-freeze-column tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M0 14h14V0H0v14zm9-9v4H5V5h4zm-4 8v-3h4v3H5zm-1 0h-.955L4 12.045V13zm0-2.369L1.631 13H1v-1.189l3-3v1.82zm-3-.235V8.561l3-3v1.836l-3 2.999zm0-3.25V5.311l3-3v1.836L1 7.146zm0-3.25V2.561L2.561 1h1.336L1 3.896zM13 13h-3v-3h3v3zm0-4h-3V5h3v4zm0-8v3h-3V1h3zM9 4H5V1h4v3z"/></svg>
<svg class="tc-image-freeze-row tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M0 0v14h14V0H0zm9 8H5V5h4v3zM1 5h3v3H1V5zm0-1v-.955L1.955 4H1zm2.369 0L1 1.631V1h1.189l3 3h-1.82zm.235-3H5.44l3 3H6.604l-3-3zm3.25 0h1.835l3 3H9.853L6.854 1zm3.25 0h1.336L13 2.561v1.336L10.104 1zM1 13V9h3v4H1zm4 0V9h4v4H5zm8 0h-3V9h3v4zm-3-5V5h3v3h-3z"/></svg>
<svg class="tc-image-friendfeed tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1151.8519287109375 1210.2940673828125"><path d="M863.341 3.11c-56.654.102-117.867 10.1-180.075 43.256C613.276 21.222 539.37 0 436.62 7.616 204.234 29.256 115.532 146.681 101.89 314.15c-49.003 5.581-95.313 18.506-98.674 147.972C0 608.752 45.888 632.649 94.83 648.881l3.53 429.875c6.916 50.756-2.57 107.28 112.753 119.775l172.641 3.53c63.193 8.233 107.033-31.883 130.363-123.305 8.199 74.318 40.861 115 102.203 116.245h200.839c45.398-12.099 95.196-16.082 102.165-98.636l3.53-447.484 52.828 3.53c43.145-6.249 86.123-13.375 116.283-84.556V433.962c-8.72-54.658-23.507-48.215-38.749-59.925 41.03-9.078 83.405-13.379 98.636-112.753l-3.492-109.224c1.433-68.531-36.748-107.464-132.428-132.842-43.84-6.4-95.937-16.208-152.59-16.107zM463.354 107.98c27.623-.31 65.693 4.182 145.532 29.774l2.478 129.574c-41.544-14.562-77.922-31.362-107.122-27.409-90.36-4.244-98.836 41.91-104.643 89.7v92.178l231.702 2.478c5.576-122.17-27.277-277.91 175.119-304.844 88.354-11.752 169.53-.5 230.989 25.795l-2.478 137.046c-31.777-25.416-74.675-34.16-119.587-39.875-124.929-17.565-96.153 94.347-102.165 176.922h166.933v122.065H813.179l2.478 553.104-184.356-4.994v-548.11l-239.174 4.993v543.117H207.771l4.957-543.117h-89.7l-2.478-137.046 97.171 4.994-2.478-37.36c4.354-89.285-3.449-243.239 187.885-267.221 23.577 1.622 38.74-1.524 60.225-1.765z"/></svg>
<svg class="tc-image-friendfeed-rect tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M0 0v1200h1200V0H0zm809.326 164.868c41.483-.073 79.594 7.106 111.695 11.792 70.057 18.582 98.021 47.087 96.972 97.266l2.564 79.98c-11.153 72.763-42.175 75.897-72.217 82.544 11.16 8.574 22.033 3.851 28.418 43.872v97.998c-22.083 52.12-53.59 57.388-85.181 61.963l-38.672-2.637-2.563 327.686c-5.103 60.446-41.613 63.358-74.854 72.217h-147.07c-44.915-.912-68.777-30.692-74.78-85.108-17.083 66.94-49.165 96.337-95.435 90.308l-126.416-2.637c-84.441-9.148-77.553-50.506-82.617-87.67l-2.563-314.796c-35.837-11.885-69.445-29.307-67.09-136.67 2.46-94.796 36.41-104.31 72.29-108.398 9.99-122.621 74.913-208.57 245.068-224.414 75.234-5.577 129.368 9.935 180.615 28.345 45.548-24.276 90.354-31.567 131.836-31.64zm-292.895 76.758c-15.731.176-26.829 2.506-44.092 1.318-140.096 17.56-134.361 130.255-137.549 195.63l1.831 27.393-71.191-3.662 1.83 100.341h65.699l-3.662 397.632h134.985V562.646l175.122-3.662v401.294l134.986 3.662-1.831-404.956h122.24v-89.428H772.56c4.402-60.462-16.62-142.354 74.853-129.492 32.885 4.183 64.257 10.54 87.524 29.15l1.832-100.269c-45.002-19.253-104.423-27.575-169.117-18.97-148.196 19.722-124.164 133.79-128.247 223.243l-169.629-1.831V403.93c4.252-34.992 10.45-68.806 76.612-65.699 21.38-2.895 48.024 9.406 78.442 20.069l-1.831-94.849c-58.458-18.738-86.342-22.052-106.567-21.826z"/></svg>
<svg class="tc-image-froward tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 256"><path d="M0 256l256-128L0 0v256zm512-128L256 0v256l256-128z"/></svg>
<svg class="tc-image-froward-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 517.3999633789062 357.4000244140625"><path d="M495.8 155.6L252.7 12.7c-21.6-12.7-39.2.1-39.2 28.5v74L39.2 12.7C17.6 0 0 12.8 0 41.2v275c0 28.3 17.6 41.2 39.2 28.5l174.3-102.5v74c0 28.3 17.6 41.2 39.2 28.5l243.1-143c21.6-12.6 21.6-33.4 0-46.1z"/></svg>
<svg class="tc-image-frown tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM224 446q-13 0-22.5-9.5T192 414v-64q0-13 9.5-22.5T224 318t22.5 9.5T256 350v64q0 13-9.5 22.5T224 446zm575 0q-13 0-22.5-9.5T767 414v-64q0-13 9.5-22.5T799 318t22.5 9.5T831 350v64q0 13-9.5 22.5T799 446zM192 577zm640 0zm-320-65q-106 0-182 74-61 60-73 144-2 14 7.5 25t23.5 11q12 0 21-8t11-19q9-62 55-107 57-56 137-56t137 56q46 45 55 107 2 12 11 19.5t21 7.5q14 0 24-11t7-25q-12-83-73-144-76-74-182-74z"/></svg>
<svg class="tc-image-frown-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM256 414q0 13-9.5 22.5T224 446t-22.5-9.5T192 414v-64q0-13 9.5-22.5T224 318t22.5 9.5T256 350v64zm480 352q-12 0-21-8t-11-19q-9-62-55-107-57-56-137-56t-137 56q-46 45-55 107-2 12-11 19.5t-21 7.5q-14 0-23.5-11t-7.5-25q12-83 73-144 76-74 182.5-74T694 586q61 60 74 144 2 14-8 25t-24 11zm95-352q0 13-9.5 22.5T799 446t-22.5-9.5T767 414v-64q0-13 9.5-22.5T799 318t22.5 9.5T831 350v64z"/></svg>
<svg class="tc-image-frown-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1134 1101q8 25-4 48.5t-37 31.5-49-4-32-38q-25-80-92.5-129.5T768 960t-151.5 49.5T524 1139q-8 26-31.5 38t-48.5 4q-26-8-38-31.5t-4-48.5q37-121 138-195t228-74 228 74 138 195zM640 512q0 53-37.5 90.5T512 640t-90.5-37.5T384 512t37.5-90.5T512 384t90.5 37.5T640 512zm512 0q0 53-37.5 90.5T1024 640t-90.5-37.5T896 512t37.5-90.5T1024 384t90.5 37.5T1152 512zm256 256q0-130-51-248.5t-136.5-204-204-136.5T768 128t-248.5 51-204 136.5-136.5 204T128 768t51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5zm128 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-frustrated tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M5.724 4.428c-.543-.271-1.08-.407-1.102-.413a.5.5 0 1 0-.242.97c.275.07.602.189.89.334A.998.998 0 0 0 6.002 7a1 1 0 0 0 1-1L7 5.946c-.032-.741-.706-1.234-1.275-1.518z"/><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM3.695 12.87c.167.083.356.13.555.13h7.5c.199 0 .387-.047.555-.13C11.158 13.884 9.651 14.5 8 14.5s-3.158-.616-4.305-1.63zM4 11.75v-1.5c0-.136.114-.25.25-.25H6v2H4.25a.253.253 0 0 1-.25-.25zM7 12v-2h2v2H7zm3 0v-2h1.75c.136 0 .25.114.25.25v1.5c0 .136-.114.25-.25.25H10zm2.87.305c.083-.167.13-.356.13-.555v-1.5C13 9.561 12.439 9 11.75 9h-7.5C3.561 9 3 9.561 3 10.25v1.5c0 .199.047.387.13.555a6.5 6.5 0 1 1 9.74 0z"/><path d="M11.379 4.015c-.023.006-.559.141-1.102.413-.568.284-1.243.776-1.275 1.518L9 6a1 1 0 1 0 1.732-.681c.288-.144.614-.264.89-.334a.5.5 0 1 0-.242-.97z"/></svg>
<svg class="tc-image-frustrated2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M4 10.25v1.5c0 .136.114.25.25.25H6v-2H4.25a.253.253 0 0 0-.25.25zM7 10h2v2H7v-2zm4.75 0H10v2h1.75c.136 0 .25-.114.25-.25v-1.5a.253.253 0 0 0-.25-.25z"/><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm1.002 5.946c.032-.741.706-1.234 1.275-1.518.543-.271 1.08-.407 1.102-.413a.5.5 0 1 1 .242.97c-.275.07-.602.189-.89.334A.998.998 0 0 1 9.999 7a1 1 0 0 1-1-1l.002-.054zM4.015 4.379a.5.5 0 0 1 .606-.364c.023.006.559.141 1.102.413.568.284 1.243.776 1.275 1.518L7 6a1 1 0 1 1-1.732-.681 4.638 4.638 0 0 0-.89-.334.5.5 0 0 1-.364-.606zM13 11.75c0 .689-.561 1.25-1.25 1.25h-7.5C3.561 13 3 12.439 3 11.75v-1.5C3 9.561 3.561 9 4.25 9h7.5c.689 0 1.25.561 1.25 1.25v1.5z"/></svg>
<svg class="tc-image-fsharp tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.617000579833984 24.496999740600586"><path d="M6.114 6.115L0 12.235l12.262 12.262v-6.131l-6.131-6.131 6.131-6.131-.011-3.054-.016-3.049-6.12 6.114zm3.941 3.947l-2.173 2.173 4.379 4.379v-4.368c0-2.398-.005-4.363-.016-4.363-.005 0-.991.98-2.19 2.179zm9.448 8.32l6.114-6.12L13.355 0v6.131l6.131 6.131-6.131 6.131.011 3.054.016 3.049 6.12-6.114z"/></svg>
<svg class="tc-image-fuel-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M8.5 2H8V.5a.5.5 0 0 0-1 0V2a1 1 0 0 0 1 1v4.25a.25.25 0 1 1-.5 0V5.5A1.5 1.5 0 0 0 6 4V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V5a.5.5 0 0 1 .5.5v1.75a1.25 1.25 0 1 0 2.5 0V2.5a.5.5 0 0 0-.5-.5zM5 3.5a.49.49 0 0 1-.48.5h-3A.51.51 0 0 1 1 3.5V2a.5.5 0 0 1 .5-.5h3A.5.5 0 0 1 5 2v1.5z"/></svg>
<svg class="tc-image-fuel-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000000953674316 13"><path d="M12 5v5.5a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 0 9.5 7H8V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8h1.5a.5.5 0 0 1 .5.5v2a1.5 1.5 0 0 0 3 0V4a1 1 0 0 0-1-1V1.49a.5.5 0 0 0-.5-.49.51.51 0 0 0-.5.55V4a1 1 0 1 0 1-1M7 5.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3z"/></svg>
<svg class="tc-image-fullscreen tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.005892753601074 13.011154174804688"><path d="M13 .514l.003.01v3.964a.507.507 0 0 1-.5.518.51.51 0 0 1-.501-.52V1.715L8.866 4.85a.507.507 0 0 1-.72.013.51.51 0 0 1 .013-.721l3.137-3.136H8.52a.509.509 0 0 1-.518-.5c0-.275.23-.5.52-.5h3.963a.03.03 0 0 1 .009.002.48.48 0 0 1 .304.11c.019.014.04.023.056.039.005.005.007.01.012.016a.49.49 0 0 1 .136.332L13 .514zm-11.29.492h2.775c.286 0 .52-.225.518-.5a.51.51 0 0 0-.52-.5H.52a.03.03 0 0 0-.01.002L.505.006a.48.48 0 0 0-.297.112C.189.132.167.14.15.157.147.162.145.169.14.173a.487.487 0 0 0-.137.332l.002.009-.002.01V4.49c0 .286.225.52.5.517a.51.51 0 0 0 .5-.52V1.715L4.14 4.85c.202.203.526.21.72.013a.51.51 0 0 0-.013-.721L1.71 1.006zm11.293 7.518a.507.507 0 0 0-.5-.518.51.51 0 0 0-.501.519v2.773L8.866 8.162a.507.507 0 0 0-.72-.013.51.51 0 0 0 .013.72l3.137 3.137H8.52a.509.509 0 0 0-.518.5c0 .275.23.5.52.5h3.963l.009-.002.007.002a.477.477 0 0 0 .296-.112c.019-.014.04-.022.057-.04.005-.004.007-.01.012-.015a.488.488 0 0 0 .136-.332l-.002-.01.002-.01V8.524zm-8.518 3.482H1.71L4.847 8.87a.508.508 0 0 0 .012-.72.507.507 0 0 0-.72.013l-3.136 3.136V8.525a.508.508 0 0 0-.5-.52.507.507 0 0 0-.5.519v3.964l.002.01-.002.01c0 .129.054.243.137.332l.01.016c.017.017.039.025.057.039a.487.487 0 0 0 .297.11l.008-.001.009.002h3.962a.51.51 0 0 0 .52-.5.509.509 0 0 0-.518-.5z"/></svg>
<svg class="tc-image-fullscreen-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 38V0h38v38H0zm5-28h23v23h5V5H5v5zm0 5v18h18V15H5z"/></svg>
<svg class="tc-image-fullscreen-enter tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v4l1.5-1.5L3 4l1-1-1.5-1.5L4 0H0zm5 4L4 5l1.5 1.5L4 8h4V4L6.5 5.5 5 4z"/></svg>
<svg class="tc-image-fullscreen-exit tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M1 0L0 1l1.5 1.5L0 4h4V0L2.5 1.5 1 0zm3 4v4l1.5-1.5L7 8l1-1-1.5-1.5L8 4H4z"/></svg>
<svg class="tc-image-function tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.042001724243164 13.165000915527344"><path d="M11.918 9.912c-.028.098-.154.166-.321.256a.598.598 0 0 1-.45.055.564.564 0 0 1-.289-.213L9.354 8.02 7.529 10c-.218.236-.465.271-.747.104-.116-.068-.328-.32-.353-.434-.024-.113.021-.232.137-.359l2.018-2.196-1.47-1.945c-.061-.089-.067-.193-.019-.311.046-.118.155-.188.271-.257a.728.728 0 0 1 .433-.088c.114.007.217.072.312.192l1.222 1.593 1.479-1.611c.128-.142.273-.192.413-.232.139-.04.414.104.564.188.154.083.234.179.244.287.009.108-.033.214-.129.319l-1.807 1.96 1.783 2.445c.056.073.07.161.038.257zM7.274.165C6.647.094 5.334 0 4.538.515 3.74 1.032 3.282 1.92 3.06 2.976l-.313 1.492H.5c-.261 0-.469.075-.491.543.022.255.23.457.491.457h2.032L1.193 12.01s-.343 1.067.407 1.114c.655.041.785-1.025.785-1.025l1.35-6.631H5.45a.5.5 0 0 0 0-1H3.948l.297-1.462C4.88.676 6.064 1.242 7.158 1.242c.179 0 .854.047.901-.415.06-.578-.521-.632-.785-.662zM0 5.084c0-.03.007-.045.009-.072C.007 4.997 0 4.984 0 4.968v.116z"/></svg>
<svg class="tc-image-functions tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 32"><path d="M24 0H0v4l13 12L0 28v4h24v-6H10l10-10L10 6h14z"/></svg>
<svg class="tc-image-funeral-home tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 45.9109992980957"><path d="M24.242 0L0 20.911h6v25h36v-25h6L24.242 0zM33 27.911h-7v12.088l-.046-.088h-4.775l-.179.088V27.911h-6v-4h6v-9h5v9h7v4z"/></svg>
<svg class="tc-image-funnel tc-image-button" width="22pt" height="22pt" viewBox="0 0 447.98797607421875 448"><path d="M224.096 0C100.306 0 0 35.817 0 80c0 8.476 3.729 16.642 10.573 24.309l-.061.008C42.419 143.213 160.011 281 160.011 320v87c0 22.688 28.891 41 64 41s64-18.312 64-41v-83.088c0-1.241.008-2.54.008-3.912 0-39 115.992-174.568 150.992-217.938v-.002c6-7.007 8.977-14.408 8.977-22.06 0-44.183-100.102-80-223.892-80zm.093 128c-92.058 0-176.112-22-176.112-48s83.053-48 176.112-48C317.249 32 400.3 54.413 400.3 80s-84.053 48-176.111 48z"/></svg>
<svg class="tc-image-furniture-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 34.000999450683594"><path d="M45.487 0H2.513C1.131 0 0 1.257 0 2.5s1.131 2.499 2.513 2.499h.607v5h41.821v-5h.546C46.87 4.999 48 3.743 48 2.5S46.87 0 45.487 0zM24 7.52c-.694 0-1.256-.579-1.256-1.292S23.306 4.936 24 4.936c.695 0 1.256.579 1.256 1.292S24.695 7.52 24 7.52zM3.12 19.998h41.821V12H3.12v7.998zM24 14.624c.695 0 1.256.578 1.256 1.291 0 .714-.561 1.292-1.256 1.292-.694 0-1.256-.578-1.256-1.292-.001-.713.562-1.291 1.256-1.291zM3.12 26.895v5.814c0 .71.089 1.292.78 1.292h5.024c.691 0 1.004-.582 1.004-1.292v-3.71h28.205v3.71c0 .71.252 1.292.942 1.292H44.1c.689 0 .84-.582.84-1.292V22H3.12v4.895zM24 24.312c.695 0 1.256.579 1.256 1.291 0 .715-.561 1.291-1.256 1.291-.694 0-1.256-.576-1.256-1.291-.001-.711.562-1.291 1.256-1.291z"/></svg>
<svg class="tc-image-futbol-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M609 816l287-208 287 208-109 336H719zM896 0q182 0 348 71t286 191 191 286 71 348-71 348-191 286-286 191-348 71-348-71-286-191-191-286T0 896t71-348 191-286T548 71 896 0zm619 1350q149-203 149-454v-3l-102 89-240-224 63-323 134 12q-150-206-389-282l53 124-287 159-287-159 53-124q-239 76-389 282l135-12 62 323-240 224-102-89v3q0 251 149 454l30-132 326 40 139 298-116 69q117 39 240 39t240-39l-116-69 139-298 326-40z"/></svg>
<svg class="tc-image-futurama-bender tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 38"><path d="M11 0a2 2 0 0 1 2 2c0 .822-.745 1.527-1.454 1.835L12.083 9A7 7 0 0 1 19 16v3h-1a4 4 0 0 1 4 4v2a4 4 0 0 1-4 4h1v7.6c-1.825.85-4.729 1.4-8 1.4s-6.175-.55-8-1.4V29h1a4 4 0 0 1-4-4v-2a4 4 0 0 1 4-4H3v-3a7 7 0 0 1 6.917-7l.537-5.165C9.745 3.527 9 2.821 9 2a2 2 0 0 1 2-2zm7 20H4a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3zm-7 10.25l-1-.236V32h2v-1.986l-1 .236zM18 32c0-2-.763-1.677-2-2.005V32h2zm-5-1.94V32h2v-1.967l-2 .028zm-6-.027V32h2v-1.94l-2-.027zM4 32h2v-2.005C4.763 30.323 4 30 4 32zm7 3l1-.023V33h-2v1.977L11 35zm6.648-2H16v1.194c.792-.34 1.33-.757 1.648-1.194zM13 33v1.902c.76-.079 1.425-.204 2-.363V33h-2zm-6 0v1.5h-.138c.605.178 1.315.316 2.138.402V33H7zm-2.648 0c.317.437.856.855 1.648 1.194V33H4.352zM6 23h2v2H6v-2zm8 0h2v2h-2v-2zM4 21h1.196A3.498 3.498 0 0 0 3.5 24c0 1.273.68 2.388 1.696 3H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2zm14 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1.196a3.498 3.498 0 0 0 1.696-3c0-1.273-.68-2.388-1.696-3H18zm-9.196 6a3.498 3.498 0 0 0 1.696-3c0-1.273-.68-2.388-1.696-3h4.392a3.498 3.498 0 0 0-1.696 3c0 1.273.68 2.388 1.696 3H8.804z"/></svg>
<svg class="tc-image-futurama-fry tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.178001403808594 42"><path d="M19.25 0s5.25 2.75 6.25 6.75c0 0 .75-3.75-.25-5.75 2.982.994 8.928 13.843.162 14.98.303 1.003.962 1.332 1.338 1.52 1.716.858.303 1.9-.133 2.179.99.637 1.633 1.663 1.633 2.821 0 1.203-.694 2.264-1.75 2.894.852.07 1.75.423 1.75 1.606 0 1.025-.613 1.583-1.42 1.874L30 33.75c-.82 1.524-4.17 1.399-7.495.836.147.36.062.847-.505 1.414 0 0-2.75 1-3.75 4 0 0-6 2-9-1 0 0 2-6.75 1-10.75 0 0-2.518-.21-3.325-3.321-1.112-.288-4.714-1.61-4.925-6.679 0 0 0-4.5 2-5.5 0 0-3-1.75-4-2.75h5S3.25 6.5 3.25 5.5c0 0 2.75 3 3.75 3C7 8.5 10.25 2 20.25 7c0 0 0-5-1-7zm-9 12.25s2 1 3 4c0 0-2-1-3-1 0 0 3 4.75 2 9.75 0 0-1-2.5-3-2.5-1.363 0-1.797 1.162-1.936 1.901.208 1.08.993 3.913 3.436 3.099 0 0 .5 8.5-1 11.25 0 0 3 2.75 8 .75 0 0 2-3 4-4 0 0 .3-.45.261-1C18.418 33.846 15 32.75 15 32.75l-.75 1-.5-.25 2-2.75.5.5-.75 1c13 4 13.75 1.5 13.75 1.5l-2.981-4.72C24.781 29.34 23 29 23 29v-.5c2 0 4.75.5 4.75-1.5 0-1.323-1.312-1.333-2.201-1.189l-.642.142-.157.047-2.712-2.712A4.002 4.002 0 0 1 14.25 22a4 4 0 0 1 7.378-2.143A4.33 4.33 0 0 1 24.25 19c.701 0 1.36.158 1.933.435.749-.233 1.127-1.05.067-1.685-.965-.482-1.348-1.314-1.486-2.045-1.597-.92-7.014-3.663-14.514-3.455zm15 9.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-6-.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm8.5 1.5c0-1.657-1.567-3-3.5-3-.918 0-1.754.303-2.379.8.243.515.379 1.092.379 1.7l-.03.489 2.725 2.952c1.6-.277 2.805-1.488 2.805-2.941zm-9.5-4a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm-8 6.5s-2.5-2-.5 1l-.25.25S6.25 22 11 24.5l-.75.5z"/></svg>
<svg class="tc-image-g-translate tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 6H17.76L16 0H4C1.8 0 0 1.8 0 4v26c0 2.2 1.8 4 4 4h14l2 6h16c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zM10.33 25.17c-4.51 0-8.17-3.67-8.17-8.17s3.67-8.17 8.17-8.17c2.08 0 3.97.74 5.47 2.13l.13.13-2.44 2.36-.12-.11c-.57-.54-1.56-1.17-3.04-1.17-2.62 0-4.75 2.17-4.75 4.84s2.13 4.84 4.75 4.84c2.74 0 3.93-1.75 4.25-2.92h-4.42v-3.1h7.9l.03.14c.08.42.11.79.11 1.21-.01 4.71-3.24 7.99-7.87 7.99zm12.07-3.4c.67 1.2 1.48 2.35 2.38 3.4l-1.07 1.06-1.31-4.46zm1.54-1.54h-1.98l-.61-2.08h7.99s-.68 2.63-3.12 5.47a15.922 15.922 0 0 1-2.28-3.39zM38 36c0 1.1-.9 2-2 2H22l4-4-1.63-5.53 1.84-1.84L31.58 32l1.46-1.46-5.41-5.37c1.8-2.07 3.2-4.5 3.83-7.01H34v-2.08h-7.27V14h-2.08v2.08h-3.92L18.35 8H36c1.1 0 2 .9 2 2v26z"/></svg>
<svg class="tc-image-gale-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 1107 1829"><path d="M0 1829V0h110v1829H0zm184-230V809l923 394zm0-809V0l923 394z"/></svg>
<svg class="tc-image-gamepad tc-image-button" width="22pt" height="22pt" viewBox="0 0 1277.31201171875 738.6240234375"><path d="M848 0c-45.312 0-133.312 64-208 64-74.656 0-168-64-208-64C157.344 0 0 738.624 205.344 738.624c173.344 0 196.672-216 433.984-216C831.328 522.624 944 736 1072 736c205.312 0 50.688-736-224-736zM415.968 416c-79.52 0-144-64.512-144-144 0-79.52 64.48-144 144-144s144 64.48 144 144c0 79.488-64.448 144-144 144zm382.016-80c-17.696 0-32-14.304-32-32s14.304-32 32-32 32 14.304 32 32-14.304 32-32 32zM896 432c-17.696 0-32-14.304-32-32s14.304-32 32-32 32 14.304 32 32-14.336 32-32 32zm0-192c-17.696 0-32-14.304-32-32s14.304-32 32-32 32 14.304 32 32-14.336 32-32 32zm96 96c-17.696 0-32-14.304-32-32s14.304-32 32-32 32 14.304 32 32-14.336 32-32 32zM415.968 192c-44.16 0-80 35.808-80 80s35.84 80 80 80c44.192 0 80-35.808 80-80s-35.808-80-80-80z"/></svg>
<svg class="tc-image-games tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M26 11V0H14v11l6 6 6-6zm-15 3H0v12h11l6-6-6-6zm3 15v11h12V29l-6-6-6 6zm15-15l-6 6 6 6h11V14H29z"/></svg>
<svg class="tc-image-garden-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.50432300567627 9.568827629089355"><path d="M8.502 5.5a4 4 0 0 1-4.25 4 4 4 0 0 1-4.25-4 4 4 0 0 1 3.9 2.26V4.5h-2a.89.89 0 0 1-.9-.88V1.34a.35.35 0 0 1 .64-.21l1.14 1.37L3.952.17a.35.35 0 0 1 .6 0l1.17 2.33 1.13-1.38a.35.35 0 0 1 .65.21v2.28a.89.89 0 0 1-.89.89h-2.01v3.26a4 4 0 0 1 3.9-2.26z"/></svg>
<svg class="tc-image-garden-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13.028707504272461"><path d="M11 7.029c0 3.31-2.19 6-5.5 6s-5.5-2.69-5.5-6a5.33 5.33 0 0 1 5 3.61v-4.61H2.5a1.5 1.5 0 0 1-1.5-1.5v-3a.5.5 0 0 1 .9-.3l1.53 2 1.65-3a.5.5 0 0 1 .84 0l1.65 3 1.53-2a.5.5 0 0 1 .9.3v3a1.5 1.5 0 0 1-1.5 1.5H6v4.61a5.33 5.33 0 0 1 5-3.61z"/></svg>
<svg class="tc-image-garden-center-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.040538787841797 8"><path d="M9.875 4.164l-.007-.008-.029-.029-.971-.97A.5.5 0 0 0 8 3.494v1.148L6 6.646V2a2 2 0 0 0-4 0 2 2 0 0 0 0 4v1a1 1 0 0 0 1 1h2a.984.984 0 0 0 .833-.48L8.36 4.99h1.061a.5.5 0 0 0 .453-.826zM.5 4A1.5 1.5 0 0 1 2 2.5v3A1.5 1.5 0 0 1 .5 4zm2-2a1.5 1.5 0 0 1 3 0h-3z"/></svg>
<svg class="tc-image-garden-center-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.29015827178955 11"><path d="M3.243 3v-.5a2.5 2.5 0 0 1 5 0v5.793l2.365-2.365-.347-1.295-.001-.006h-.001a.5.5 0 0 1 .838-.481l2 2a.5.5 0 0 1-.479.838l-.01-.003-1.293-.346-3.072 3.072V10a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-.464L.975 7.268a2.503 2.503 0 0 1 0-3.536A2.493 2.493 0 0 1 2.743 3h.5zm0 1h-.5a1.5 1.5 0 0 0-1.061 2.561l1.561 1.56V4zm4-1v-.5a1.5 1.5 0 0 0-3 0V3h3z"/></svg>
<svg class="tc-image-gas tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.979000091552734 44.33399963378906"><path d="M23.75 3.167v12.498c1.833-.12 6.168 1.29 5.542 17.585.791 4.75 6.333 4.75 7.52-1.583 1.188-4.75-1.979-4.75-3.562-19 0-1.583 0-6.333-6.333-9.5V1.584C33.25 1.584 38 9.5 38 11.084c0 1.583-1.583 1.583-1.583 1.583s.395 9.5 1.979 11.083c1.583 1.584 1.187 6.334 1.187 9.5 0 3.167-4.75 6.334-6.333 6.334-1.583 0-6.333 0-6.333-4.75 0-4.327-.657-13.907-3.167-15.582v20.332c.874 0 1.583.709 1.583 1.583v3.167H0v-3.167c0-.874.709-1.583 1.583-1.583V3.167A3.167 3.167 0 0 1 4.75 0h15.833a3.167 3.167 0 0 1 3.167 3.167zM6.73 17.417h11.874c.875 0 1.98-1.105 1.98-1.98V5.147c0-.875-1.105-1.98-1.98-1.98H6.73c-.874 0-1.979 1.105-1.979 1.98v10.29c0 .875 1.105 1.98 1.98 1.98z"/></svg>
<svg class="tc-image-gas-station tc-image-button" width="22pt" height="22pt" viewBox="0 0 704.0009765625 768"><path d="M672.852 180.479l.64-.64L514.559 21.332l-45.227 45.227 90.027 90.027c-40.107 15.36-68.693 53.973-68.693 99.413 0 58.88 47.787 106.667 106.667 106.667 15.147 0 29.653-3.2 42.667-8.96v307.627C640 684.8 620.8 704 597.333 704s-42.667-19.2-42.667-42.667v-192c0-47.147-38.187-85.333-85.333-85.333h-42.667V85.333C426.666 38.186 388.479 0 341.333 0h-256C38.186 0 0 38.187 0 85.333V768h426.667V448h64v213.333c0 58.88 47.787 106.667 106.667 106.667s106.667-47.787 106.667-106.667V256c0-29.44-11.947-56.107-31.147-75.52zm-331.52 118.187h-256V85.333h256v213.333zm256 0c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667 42.667 19.2 42.667 42.667-19.2 42.667-42.667 42.667z"/></svg>
<svg class="tc-image-gauge tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 678.666015625"><path d="M406 509.333c22.667-37.333 94-132 214-284S804.667 0 814 5.333c8 4-24 96.667-96 278s-118 290-138 326c-33.333 57.333-78.667 69.333-136 36s-70-78.667-38-136m94-380c-112 0-206.667 42.333-284 127s-116 188.333-116 311c0 20 .667 35.333 2 46 1.333 14.667-2.667 27-12 37s-20.667 15.667-34 17c-13.333 1.333-25.333-2.667-36-12-10.667-9.333-16.667-20.667-18-34 0-5.333-.333-14-1-26s-1-21.333-1-28c0-150.667 48.333-278 145-382s215-156 355-156c48 0 92.667 6 134 18l-70 86c-26.667-2.667-48-4-64-4m362 62c92 102.667 138 228 138 376 0 25.333-.667 44-2 56-1.333 13.333-6.667 24.333-16 33-9.333 8.667-20.667 13-34 13h-4c-14.667-2.667-26.333-9.333-35-20-8.667-10.667-12.333-22.667-11-36 1.333-9.333 2-24.667 2-46 0-100-26.667-189.333-80-268 4-9.333 10.667-26.333 20-51s16.667-43.667 22-57"/></svg>
<svg class="tc-image-gauge-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26.299251556396484"><path d="M20 18a4 4 0 1 1-2.06 7.43L12 22l5.94-3.43A3.982 3.982 0 0 1 20 18zm0-18c11.046 0 20 8.954 20 20v3H30v-3c0-5.523-4.477-10-10-10s-10 4.477-10 10v3H0v-3C0 8.954 8.954 0 20 0zm17 20c0-4.329-1.618-8.28-4.282-11.281l-2.835 2.835A12.95 12.95 0 0 1 33 20h4zM8.716 7.285l2.835 2.835a12.945 12.945 0 0 1 7.426-3.08V3.03A16.931 16.931 0 0 0 8.716 7.285zm19.754 2.853l2.835-2.835a16.931 16.931 0 0 0-10.328-4.275v4.008a12.944 12.944 0 0 1 7.493 3.102zM3 20h4c0-3.234 1.181-6.193 3.135-8.467L7.301 8.698A16.936 16.936 0 0 0 3 20z"/></svg>
<svg class="tc-image-gauge-100 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26.006332397460938"><path d="M19.948 26.005a4 4 0 1 1 2.06-7.43l5.94 3.43-5.94 3.43a3.981 3.981 0 0 1-2.06.57zM20 0c11.046 0 20 8.954 20 20v3H30v-3c0-5.523-4.477-10-10-10s-10 4.477-10 10v3H0v-3C0 8.954 8.954 0 20 0zm17 20c0-4.329-1.618-8.28-4.282-11.281l-2.835 2.835A12.95 12.95 0 0 1 33 20h4zM8.716 7.285l2.835 2.835a12.945 12.945 0 0 1 7.426-3.08V3.03A16.931 16.931 0 0 0 8.716 7.285zm19.754 2.853l2.835-2.835a16.931 16.931 0 0 0-10.328-4.275v4.008a12.944 12.944 0 0 1 7.493 3.102zM3 20h4c0-3.234 1.181-6.193 3.135-8.467L7.301 8.698A16.936 16.936 0 0 0 3 20z"/></svg>
<svg class="tc-image-gauge-25 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26.154067993164062"><path d="M22.85 19.18a4 4 0 1 1-6.71 3.798l-1.775-6.626 6.626 1.776a3.98 3.98 0 0 1 1.86 1.053zM20 0c11.046 0 20 8.954 20 20v3H30v-3c0-5.523-4.477-10-10-10s-10 4.477-10 10v3H0v-3C0 8.954 8.954 0 20 0zm17 20c0-4.329-1.618-8.28-4.282-11.281l-2.835 2.835A12.95 12.95 0 0 1 33 20h4zM8.716 7.285l2.835 2.835a12.945 12.945 0 0 1 7.426-3.08V3.03A16.931 16.931 0 0 0 8.716 7.285zm19.754 2.853l2.835-2.835a16.931 16.931 0 0 0-10.328-4.275v4.008a12.944 12.944 0 0 1 7.493 3.102zM3 20h4c0-3.234 1.181-6.193 3.135-8.467L7.301 8.698A16.936 16.936 0 0 0 3 20z"/></svg>
<svg class="tc-image-gauge-50 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26.364185333251953"><path d="M24.031 22.031a4 4 0 1 1-7.43-2.06l3.43-5.94 3.43 5.94c.362.602.57 1.307.57 2.06zM20 0c11.046 0 20 8.954 20 20v3H30v-3c0-5.523-4.477-10-10-10s-10 4.477-10 10v3H0v-3C0 8.954 8.954 0 20 0zm17 20c0-4.329-1.618-8.28-4.282-11.281l-2.835 2.835A12.95 12.95 0 0 1 33 20h4zM8.716 7.285l2.835 2.835a12.945 12.945 0 0 1 7.426-3.08V3.03A16.931 16.931 0 0 0 8.716 7.285zm19.754 2.853l2.835-2.835a16.931 16.931 0 0 0-10.328-4.275v4.008a12.944 12.944 0 0 1 7.493 3.102zM3 20h4c0-3.234 1.181-6.193 3.135-8.467L7.301 8.698A16.936 16.936 0 0 0 3 20z"/></svg>
<svg class="tc-image-gauge-75 tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26.391536712646484"><path d="M22.85 24.882a4 4 0 1 1-3.796-6.71l6.625-1.775-1.775 6.625a3.982 3.982 0 0 1-1.054 1.86zM20 0c11.046 0 20 8.954 20 20v3H30v-3c0-5.523-4.477-10-10-10s-10 4.477-10 10v3H0v-3C0 8.954 8.954 0 20 0zm17 20c0-4.329-1.618-8.28-4.282-11.281l-2.835 2.835A12.95 12.95 0 0 1 33 20h4zM8.716 7.285l2.835 2.835a12.945 12.945 0 0 1 7.426-3.08V3.03A16.931 16.931 0 0 0 8.716 7.285zm19.754 2.853l2.835-2.835a16.931 16.931 0 0 0-10.328-4.275v4.008a12.944 12.944 0 0 1 7.493 3.102zM3 20h4c0-3.234 1.181-6.193 3.135-8.467L7.301 8.698A16.936 16.936 0 0 0 3 20z"/></svg>
<svg class="tc-image-gauges tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm0-1.11A6.89 6.89 0 1 0 8 1.11a6.89 6.89 0 0 0 0 13.78zm2.32-4.817c0-1.116-.718-1.607-1.92-1.65l-.75-.035c-.63-.022-.798-.055-.798-.29 0-.09.067-.212.202-.28a1.6 1.6 0 0 0 .337.035c1.606 0 2.414-.78 2.414-1.986 0-.2-.056-.38-.157-.49h.64v-1.34H8.39a3.807 3.807 0 0 0-.977-.133c-1.695 0-2.536.982-2.536 2.12 0 .713.336 1.227.84 1.494-.39.156-.683.58-.683 1.027 0 .39.213.702.54.858-.428.224-.81.77-.81 1.294 0 1.105.898 1.65 2.425 1.65 1.918 0 3.13-1.07 3.13-2.274zm-2-4.04c0 .473-.334.76-.883.76-.596 0-.895-.298-.895-.783 0-.453.322-.773.883-.773.597 0 .895.32.895.795zm.444 4.24c0 .42-.408.742-1.213.742-.634 0-1.008-.27-1.008-.667 0-.236.148-.473.397-.666.056.01.146 0 .214.01l.896.022c.522.022.714.258.714.56zm2.994-3.036c-.66 0-1.216.556-1.216 1.23a1.223 1.223 0 0 0 2.446-.001c0-.673-.557-1.23-1.23-1.23z"/></svg>
<svg class="tc-image-gavel tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 42.43199920654297 43.99399948120117"><g transform="translate(-2 -2.006)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M2 42h24v4H2zm8.49-25.858l5.658-5.657L44.432 38.77l-5.657 5.656zM24.627 2.006L35.94 13.32l-5.656 5.656L18.97 7.663zm-16.97 16.97L18.97 30.29l-5.656 5.657L2 24.633z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-gbp tc-image-button" width="22pt" height="22pt" viewBox="0 0 291 401.99102783203125"><path d="M291 287.99v105.001c0 2.673-.665 4.67-1.997 6-1.997 1.997-4.342 3-7.004 3H9.001c-2.673 0-4.997-1.004-7.004-3-1.34-1.33-1.997-3.328-1.997-6v-42.998c0-1.997.656-4.332 1.997-7.004 2.652-1.33 4.997-1.997 7.004-1.997h27.996V230.994H9.001c-1.34 0-3.349-.655-6-1.997-1.997-1.997-3-4.332-3-7.004v-36.997c0-2.652 1.003-4.997 3-7.004 1.331-1.33 3.328-1.997 6-1.997h27.996v-64c0-33.33 11.653-60.334 35-80.999C94.648 10.342 124.651 0 161.997 0 198 0 229.651 11.673 256.992 35c1.997 1.997 3 4.004 3 6 0 3.35-.665 5.673-1.997 7.004l-29 36.004c-1.997 1.997-4.004 3-6 3-2.673.666-4.997 0-7.004-1.997l-1.004-1.003a16.707 16.707 0 0 0-2.499-1.997 35.466 35.466 0 0 0-3.502-1.997c-4.004-2.652-10.67-5.653-19.999-9-7.342-3.329-16.343-4.998-27.003-4.998-16.67 0-29.666 4.342-39.004 13.005-10.005 9.35-15.002 21.002-15.002 35v62.003h87c3.327 0 5.652.666 7.003 1.997 1.997 1.997 3 4.342 3 7.004v36.997c0 2.673-1.004 4.997-3 7.004-2.673 1.341-4.997 1.997-7.004 1.997h-86.999v109.005h119V288.03c0-3.328.654-5.652 1.996-7.004 2.652-1.33 4.997-1.997 7.004-1.997h45.998c1.997 0 4.332.665 7.004 1.997 1.351 2.642 2.018 4.966 2.018 6.963z"/></svg>
<svg class="tc-image-gear tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13.970000267028809"><path d="M14 7.76v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45L7.77 0h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 6.22v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 7.74v.02zM7 9.99c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-gear-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M347.1 192c0-23.9 14.8-42.8 36.9-55.8-4-13.3-9.3-26.2-15.8-38.2-24.9 6.5-45-3.2-62-20.2-16.9-16.9-22.1-37.1-15.6-62C278.6 9.3 265.8 4 252.4 0c-13 22.2-36.4 36.9-60.4 36.9-23.9 0-47.4-14.7-60.4-36.9-13.4 4-26.2 9.3-38.2 15.8 6.5 24.9 1.3 45-15.6 62C60.9 94.7 40.7 104.5 15.9 98 9.3 110 4 122.8 0 136.2c22.2 13 37 31.9 37 55.8s-14.8 47.4-37 60.4c4 13.4 9.3 26.2 15.8 38.2 24.9-6.5 45-1.3 61.9 15.6 17 16.9 22.1 37.1 15.6 62 12.1 6.5 24.8 11.8 38.2 15.8 13-22.2 36.5-36.9 60.4-36.9s47.4 14.7 60.4 36.9c13.4-4 26.2-9.3 38.2-15.8-6.5-24.9-1.3-45 15.6-62 16.9-16.9 37.1-26.7 62-20.2 6.5-12.1 11.8-24.9 15.8-38.2-22.1-13-36.8-31.9-36.8-55.8zM192 290.3c-54.2 0-98.3-44-98.3-98.3s44-98.3 98.3-98.3 98.3 44 98.3 98.3-44 98.3-98.3 98.3z"/></svg>
<svg class="tc-image-gear-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384.1000061035156"><path d="M384 230.4v-76.8h-42.8c-3.4-14.4-8.9-28-16.1-40.5l29.8-29.7-54.3-54.3-29.1 29.1c-12.6-7.7-26.4-13.5-41.1-17.3V0h-76.8v40.9c-14.7 3.8-28.5 9.7-41.1 17.3L83.4 29.1 29.1 83.4l29.8 29.7c-7.2 12.5-12.6 26.1-16.1 40.5H0v76.8h44.1c3.8 13.7 9.5 26.6 16.7 38.6l-31.7 31.7L83.4 355l32.3-32.3c11.7 6.8 24.5 11.9 37.9 15.4v46h76.8v-46c13.5-3.5 26.2-8.6 37.9-15.4l32.3 32.3 54.3-54.3-31.6-31.7c7.2-11.9 12.9-24.8 16.7-38.6h44zm-192 15.4c-29.7 0-53.7-24.1-53.7-53.8s24-53.8 53.7-53.8 53.8 24.1 53.8 53.8-24.1 53.8-53.8 53.8z"/></svg>
<svg class="tc-image-geeklist tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-8 2.425c-.257.13-.604.194-1.04.194-.174 0-.43-.02-.772-.063a7.28 7.28 0 0 0-.772-.06c-.637 0-.956.194-.956.585 0 .23.144.41.432.543.288.13.654.197 1.098.197.66 0 1.483-.33 2.02-.82l.01-.014c.538.494 1.328.834 1.99.834.444 0 .81-.066 1.098-.197.288-.132.432-.313.432-.543 0-.39-.32-.586-.956-.586-.173 0-.43.02-.77.06-.343.043-.6.063-.772.063-.438 0-.785-.065-1.042-.195zm0-5.903c.515-.45 1.146-.677 1.893-.677.592 0 1.088.11 1.487.333l.604-.703 1.067.97-.733.535c.256.387.383.844.383 1.37 0 .753-.23 1.354-.688 1.805-.458.45-1.037.675-1.737.675-.11 0-.26-.01-.444-.03l-.252-.04c-.03 0-.138.045-.33.133-.19.088-.286.18-.286.274 0 .164.14.246.425.246.128 0 .34-.03.642-.092.3-.062.556-.093.77-.093 1.5 0 2.25.604 2.25 1.81 0 .665-.3 1.188-.9 1.57-.6.38-1.324.57-2.17.57a4.555 4.555 0 0 1-1.98-.437 4.566 4.566 0 0 1-1.98.436c-.846 0-1.57-.19-2.17-.57-.6-.382-.9-.905-.9-1.57 0-1.206.75-1.81 2.25-1.81.214 0 .47.032.772.094.3.06.514.092.64.092.285 0 .427-.082.427-.247 0-.095-.097-.186-.288-.275-.19-.088-.3-.133-.33-.133L6.17 8.8c-.186.02-.334.03-.445.03-.7 0-1.278-.225-1.737-.675C3.53 7.705 3.3 7.103 3.3 6.35c0-.526.128-.983.383-1.37l-.734-.536 1.066-.97.604.704c.4-.222.895-.333 1.487-.333.748 0 1.38.226 1.893.677zm0 4.043c.103-.078.214-.142.332-.19A3.21 3.21 0 0 1 8 8.123c-.1.09-.212.172-.332.25.118.05.23.114.332.192zm-.79-2.47a1.111 1.111 0 0 0-.32-.652c-.22-.222-.51-.333-.863-.333a1.07 1.07 0 0 0-.824.345 1.21 1.21 0 0 0-.317.846c0 .404.098.72.296.95.197.23.48.346.845.346.366 0 .657-.118.873-.355.174-.19.278-.43.312-.72a2.78 2.78 0 0 1-.01-.225c0-.068.004-.134.008-.2zm1.58.427c.033.29.137.53.31.72.216.236.507.354.873.354s.648-.115.845-.345c.198-.23.297-.546.297-.95 0-.333-.106-.614-.318-.844a1.07 1.07 0 0 0-.824-.346c-.354 0-.64.11-.863.333a1.114 1.114 0 0 0-.32.652 3.371 3.371 0 0 1-.001.427z"/></svg>
<svg class="tc-image-gender-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.333999633789062 38"><path d="M15.834 28.5h4.75v4.75h-4.75V38H9.5v-4.75H4.75V28.5H9.5v-3.566C4.037 23.528 0 18.569 0 12.667 0 5.67 5.671 0 12.667 0c6.996 0 12.667 5.671 12.667 12.667 0 5.902-4.037 10.861-9.5 12.267V28.5zM12.667 4.75a7.917 7.917 0 1 0 0 15.833 7.917 7.917 0 0 0 0-15.833z"/></svg>
<svg class="tc-image-gender-male tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M13.458 11.083c2.081 0 4.051.473 5.81 1.316l7.649-7.649L22.167 0H38v15.833l-4.75-4.75-7.648 7.649a13.406 13.406 0 0 1 1.315 5.81C26.917 31.974 20.89 38 13.458 38 6.026 38 0 31.974 0 24.542c0-7.433 6.026-13.459 13.458-13.459zm0 4.75a8.709 8.709 0 1 0 0 17.417 8.709 8.709 0 0 0 0-17.417z"/></svg>
<svg class="tc-image-genderless tc-image-button" width="22pt" height="22pt" viewBox="0 0 1152 1152"><path d="M1024 576q0-185-131.5-316.5T576 128 259.5 259.5 128 576t131.5 316.5T576 1024t316.5-131.5T1024 576zm128 0q0 117-45.5 223.5t-123 184-184 123T576 1152t-223.5-45.5-184-123-123-184T0 576t45.5-223.5 123-184 184-123T576 0t223.5 45.5 184 123 123 184T1152 576z"/></svg>
<svg class="tc-image-general-contractor tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 32.00111770629883"><path d="M34.484 7.034c-.248 0-.484-.167-.484-.411V.443C34 .199 33.866 0 33.617 0H14.382C14.133 0 14 .199 14 .443v6.18c0 .244-.269.377-.519.377H.449C.203 7 0 7.267 0 7.508v6.87c0 .242.203.622.449.622h20.986c.249 0 .565-.38.565-.622v-1.465c0-.244.092-.913.34-.913h3.321c.248 0 .339.669.339.913v1.465c0 .242.316.622.563.622h20.985c.25 0 .452-.38.452-.622v-6.87c0-.242-.202-.508-.451-.508H34.518l-.034.034zM17.093 7C16.845 7 17 6.867 17 6.624V3.111c0-.245-.155-.111.093-.111h13.814c.248 0 .093-.134.093.111v3.513c0 .243.155.376-.093.376H17.093zm8.962 14.712c0 .242-.146.288-.394.288H22.34c-.248 0-.34.107-.34-.135v-4.938c0-.242-.316-.927-.564-.927H.449c-.246 0-.449.685-.449.927v14.629A.45.45 0 0 0 .449 32h47.1a.449.449 0 0 0 .451-.443v-14.63c0-.242-.202-.927-.451-.927H26.563c-.247 0-.563.685-.563.927v4.938l.055-.153z"/></svg>
<svg class="tc-image-geocaching tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><g fill-rule="nonzero"><path d="M8.827.002V1.55c.86.107 1.958.415 2.984 1.197l-.79 1.072-.01-.003s-.822-.696-2.184-.914v4.272h4.22a5.024 5.024 0 0 0-.775-2.08l1.124-.748s.84 1.14 1.015 2.83h1.588L16 .002H8.827zm2.89 15.468l-.4.065-.87-5.363.232-.037 4.377-.01-3.767 2.71.427 2.636zM8.825 8.826V16h7.172V8.827l-7.172-.002zm-4.522 4.502l.79-1.07h.012s.775.658 2.068.895V8.825H3.06a5 5 0 0 0 .783 2.157l-1.123.746s-.864-1.174-1.02-2.904H0v7.173h7.173v-1.486a6.123 6.123 0 0 1-2.87-1.182zM3.318 1.312c-.113 0-.206.07-.206.156s.092.155.206.155c.113 0 .205-.07.206-.155 0-.086-.093-.156-.206-.156z"/><path d="M3.337 1.74a.603.603 0 0 1-.604-.6.6.6 0 0 1 .604-.598c.334 0 .604.27.604.6a.6.6 0 0 1-.603.598zm-.89.04l-.692.35a4.37 4.37 0 0 1-.16-.206l-.873.326-.184-.29 1.375-.285.297-.062.486-.1-.413.154c.053.04.098.073.163.114zM1.116.51c.253.383.552.698.935.988l-.674.12A7.231 7.231 0 0 1 .71.485l.406.024zM.002 0v7.173h1.605c-.068-.656-.14-2.537.988-4.098 0 0-.25-.24-.587-.634l-.736.63-.318-.278 1.912-1.088-.225.192c.27.155.547.28.814.37 0 0 .93-.52 1.85-1.772l.22.005c-.17.556-.697 1.514-1.53 2.286 0 0 2.206.955 2.707 2.593-.134-.086-.927-.25-1.316-.16-.063-.11-.81-1.62-1.93-1.6 0 0-.252.297-.485 1.075-.206.69-.117 2.142-.09 2.48h4.295V0H.004z"/></g></svg>
<svg class="tc-image-geolocation tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 28"><path d="M0 16L28 0 12 28V16z"/></svg>
<svg class="tc-image-gesture tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.32999801635742 35.9900016784668"><path d="M3.52 7.76c1.4-1.43 2.8-2.71 3.43-2.45.99.41-.02 2.08-.6 3.05-.5.84-5.72 7.77-5.72 12.62 0 2.56.95 4.68 2.69 5.96 1.5 1.11 3.47 1.45 5.28.92 2.14-.63 3.9-2.79 6.12-5.53 2.42-2.98 5.66-6.88 8.16-6.88 3.26 0 3.3 2.02 3.52 3.59-7.58 1.3-10.77 7.35-10.77 10.76s2.88 6.19 6.41 6.19c3.25 0 8.59-2.66 9.38-12.2h4.91v-5h-4.94c-.3-3.3-2.18-8.39-8.06-8.39-4.5 0-8.37 3.82-9.87 5.69-1.16 1.45-4.11 4.95-4.57 5.45-.51.59-1.35 1.68-2.23 1.68-.89 0-1.43-1.67-.73-3.85.7-2.19 2.8-5.72 3.7-7.03 1.57-2.28 2.59-3.85 2.59-6.56C12.22 1.38 8.94 0 7.2 0 4.56 0 2.26 2 1.75 2.51 1.04 3.23.44 3.82 0 4.36l3.52 3.4zM22.1 31.1c-.62 0-1.47-.52-1.47-1.45 0-1.2 1.45-4.4 5.75-5.53-.62 5.39-2.88 6.98-4.28 6.98z"/></svg>
<svg class="tc-image-get-app tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 34"><path d="M28 12h-8V0H8v12H0l14 14 14-14zM0 30v4h28v-4H0z"/></svg>
<svg class="tc-image-get-pocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 1720 1536"><path d="M1565 0q65 0 110 45.5t45 110.5v519q0 176-68 336t-182.5 275-274 182.5T861 1536q-176 0-335.5-67.5T251 1286 68 1011 0 675V156Q0 92 46 46T156 0h1409zM861 1064q47 0 82-33l404-388q37-35 37-85 0-49-34.5-83.5T1266 440q-47 0-82 33L861 783 538 473q-35-33-81-33-49 0-83.5 34.5T339 558q0 51 36 85l405 388q33 33 81 33z"/></svg>
<svg class="tc-image-gg-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M717 1354l271-271-279-279-88 88 192 191-96 96-279-279 279-279 40 40 87-87-127-128-454 454zm358-8l454-454-454-454-271 271 279 279 88-88-192-191 96-96 279 279-279 279-40-40-87 88zm717-450q0 182-71 348t-191 286-286 191-348 71-348-71-286-191-191-286T0 896t71-348 191-286T548 71 896 0t348 71 286 191 191 286 71 348z"/></svg>
<svg class="tc-image-ghost tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M6.403 12.8H.005V16h6.398v-3.2zm9.593 0H9.602V16h6.394v-3.2zm.002-6.4H0v3.2h15.998V6.4zM16 0h-3.2v3.2H16V0zM9.603 0H.005v3.2h9.598V0z"/></svg>
<svg class="tc-image-ghost_small tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.282997131347656 22"><path d="M0 2.116v2.115h13.256V0H0v2.115zm18.051 0v2.115h4.231V0h-4.231v2.115zM0 11.142v2.115h22.282V9.026H0v2.115zm0 8.884V22h8.744v-3.949H0v1.975zm13.539 0V22h8.744v-3.949h-8.744v1.975z"/></svg>
<svg class="tc-image-gift tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.70800018310547 38"><path d="M1.187 26.917h9.5V38h-9.5V26.917zm15.834 0h9.5V38h-9.5V26.917zm-5.542-11.084l-.792 9.105H0l.396-9.105h11.083zm5.542 9.105l-.792-9.105h11.083l.396 9.105H17.021zM5.937 4.75l3.959 1.188-.792-2.771c0-1.75 2.21-3.167 3.958-3.167h1.584c1.749 0 3.958 1.418 3.958 3.167l-.792 2.77 3.959-1.187a3.167 3.167 0 0 1 3.166 3.167v2.375a3.167 3.167 0 0 1-3.166 3.166H5.937a3.167 3.167 0 0 1-3.166-3.166V7.917A3.167 3.167 0 0 1 5.937 4.75zm1.584 3.167a1.583 1.583 0 1 0 0 3.166h1.583c.874 0 1.583.083 1.583-.791L9.104 7.917H7.521zm12.666 0h-1.583l-1.583 2.375c0 .874.709.791 1.583.791h1.583a1.583 1.583 0 1 0 0-3.166zm-6.333-5.542c-.874 0-1.583 1.5-1.583 2.375v1.188c0 .874.709 1.979 1.583 1.979s1.583-1.105 1.583-1.98V4.75c0-.874-.709-2.375-1.583-2.375z"/></svg>
<svg class="tc-image-gift-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 10.011499404907227"><path d="M0 4.011h4.5v1H0v-1zm1 4.79c0 .668.542 1.21 1.21 1.21h2.31v-4H1v2.79zm6.64-5.79H3.36A1.26 1.26 0 0 1 2 1.511a1.41 1.41 0 0 1 1.42-1.5 2.12 2.12 0 0 1 2.1 1.69 2.13 2.13 0 0 1 2.1-1.69A1.43 1.43 0 0 1 9 1.531a1.27 1.27 0 0 1-1.36 1.48zm-2.82-.75a1.43 1.43 0 0 0-1.4-1.5.68.68 0 0 0-.7.75.68.68 0 0 0 .606.747c.031.003.063.004.094.003h1.4zm2.8 0a.68.68 0 0 0 .7-.75.71.71 0 0 0-.7-.75 1.43 1.43 0 0 0-1.4 1.5h1.4zm-1.1 1.75v1H11v-1H6.52zm0 6h2.29A1.21 1.21 0 0 0 10 8.801v-2.79H6.52v4z"/></svg>
<svg class="tc-image-gift-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14.044403076171875"><path d="M6.5 5.044v2H0v-2h6.5zm2 0v2H15v-2H8.5zm-7.5 3v4.5a1.5 1.5 0 0 0 1.5 1.5h4v-6H1zm7.5 0v6h4a1.5 1.5 0 0 0 1.5-1.5v-4.5H8.5zm2-8a3 3 0 0 0-3 2.25 3 3 0 0 0-3-2.25 1.94 1.94 0 0 0-2 2 1.73 1.73 0 0 0 1.91 2h6.13a1.75 1.75 0 0 0 2-2 2 2 0 0 0-2.04-2zm-6 3a.92.92 0 0 1-1-1 .92.92 0 0 1 1-1 2 2 0 0 1 2 2h-2zm6 0h-2a2 2 0 0 1 2-2 1 1 0 0 1 1 1 .92.92 0 0 1-1 1z"/></svg>
<svg class="tc-image-gift-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.00100708007812 100.00000762939453"><path fill="#E74C3C" d="M100 94a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6h88a6 6 0 0 1 6 6v88z"/><path fill="#C0392B" fill-rule="evenodd" d="M68.494 10.847L50.207 0H74.59l-6.096 10.847zM33.832 0c-.212.913-.548 1.81-1.027 2.662L21.059 23.57.443 11.342 0 11.048V6a6 6 0 0 1 6-6h27.832zM2.658 49.794l1.955-3.479a9.712 9.712 0 0 1 13.488-3.617c4.742 2.814 6.399 8.996 3.696 13.808L10.051 77.414 0 71.453V48.218l2.658 1.576zm19.509 42.704a9.712 9.712 0 0 1 13.487-3.617l3.432 2.033 1.956-3.479a9.71 9.71 0 0 1 13.487-3.617c4.742 2.816 6.4 8.996 3.697 13.809L56.895 100H21.189c-.618-2.459-.346-5.145.978-7.502zm35.321-27.807L36.872 52.463c-4.746-2.815-6.398-8.997-3.697-13.809a9.712 9.712 0 0 1 13.487-3.617l3.432 2.034 1.956-3.479a9.714 9.714 0 0 1 13.488-3.618c4.742 2.817 6.4 8.998 3.697 13.811L57.488 64.691zm26.821-24.95c-4.746-2.815-6.398-8.997-3.697-13.81a9.71 9.71 0 0 1 13.486-3.617l3.432 2.034 1.957-3.479c.158-.283.332-.554.514-.815v28.995l-15.692-9.308zM73.301 93.584c-4.746-2.814-6.398-8.996-3.697-13.809a9.711 9.711 0 0 1 13.488-3.617l3.432 2.035 1.955-3.48A9.7 9.7 0 0 1 100 70.207v23.791c0 .412-.043.814-.121 1.201l-1.771 3.154A5.971 5.971 0 0 1 94 100h-9.885l-10.814-6.416zM7.093 96.541A10.103 10.103 0 0 1 10.58 100H6c-2.843 0-5.211-1.982-5.83-4.637a9.722 9.722 0 0 1 6.923 1.178z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M70.116 47.232c1.354-.733 2.475-1.552 3.399-2.485 5.881-5.944 5.956-15.538.168-21.385a14.568 14.568 0 0 0-10.43-4.345c-4.043 0-7.855 1.603-10.74 4.516-.946.957-1.772 2.124-2.511 3.539-.74-1.42-1.568-2.594-2.518-3.553-2.882-2.912-6.696-4.529-10.738-4.529-3.952 0-7.655 1.514-10.43 4.315-5.789 5.849-5.714 15.385.169 21.33.957.968 2.131 1.791 3.55 2.52-1.311.684-2.494 1.477-3.438 2.401-2.935 2.88-4.551 6.709-4.551 10.782.001 3.983 1.558 7.705 4.384 10.477 2.761 2.709 6.432 4.201 10.336 4.201 3.996 0 7.776-1.551 10.646-4.366 1.004-.985 1.857-2.229 2.586-3.606.728 1.377 1.581 2.621 2.585 3.605 2.871 2.816 6.652 4.367 10.647 4.367 3.903 0 7.575-1.492 10.337-4.201 2.825-2.771 4.382-6.492 4.383-10.477 0-4.072-1.615-7.9-4.551-10.783-.904-.891-2.033-1.658-3.283-2.323zM31.964 28.951c2.689-2.644 7.127-2.566 9.912.171 2.926 2.875 4.149 13.854 4.128 13.877-.022.022-10.941-1.43-13.866-4.305-2.786-2.738-2.863-7.1-.174-9.743zm9.833 35.071c-2.76 2.59-7.155 2.661-9.819.161-2.663-2.5-2.587-6.627.172-9.217 2.897-2.719 13.839-3.975 13.861-3.954.021.021-1.316 10.291-4.214 13.01zm26.253.162c-2.669 2.5-7.073 2.429-9.838-.161-2.904-2.72-4.244-12.989-4.222-13.01.021-.021 10.984 1.235 13.889 3.954 2.764 2.59 2.84 6.717.171 9.217zm-.17-25.398c-2.903 2.898-13.861 4.236-13.883 4.213-.022-.022 1.317-10.963 4.22-13.861 2.764-2.759 7.167-2.835 9.835-.171 2.668 2.663 2.591 7.059-.172 9.819z" opacity=".15" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M100 39H74.981c4.361-6 3.955-14.332-1.298-19.639a14.568 14.568 0 0 0-10.43-4.345c-3.386 0-6.602 1.137-9.254 3.213V0h-8v18.214c-2.651-2.079-5.869-3.226-9.253-3.226-3.952 0-7.655 1.514-10.43 4.314C21.031 24.645 20.651 33 25.102 39H0v8h25.316a14.945 14.945 0 0 0-3.268 9.336c.001 3.983 1.558 7.705 4.384 10.477 2.761 2.709 6.432 4.201 10.336 4.201 3.373 0 6.584-1.116 9.232-3.153V100h8V67.86a15.083 15.083 0 0 0 9.232 3.153c3.903 0 7.575-1.492 10.337-4.201 2.825-2.771 4.382-6.492 4.383-10.477 0-3.427-1.156-6.673-3.268-9.336H100V39zM58.217 25.138c2.764-2.759 7.167-2.835 9.835-.171 2.668 2.664 2.591 7.06-.172 9.819-2.896 2.89-13.799 4.228-13.88 4.213v-.043c.069-.728 1.415-11.02 4.217-13.818zm-26.253-.187c2.689-2.644 7.127-2.566 9.912.171 2.812 2.763 4.05 13.003 4.124 13.82v.057c-.102.011-10.948-1.44-13.862-4.305-2.786-2.738-2.863-7.1-.174-9.743zm9.833 35.071c-2.76 2.59-7.155 2.661-9.819.161-2.663-2.5-2.587-6.627.172-9.217 2.868-2.691 13.614-3.948 13.851-3.954v.108c-.132 1.096-1.476 10.342-4.204 12.902zm26.253.162c-2.669 2.5-7.073 2.429-9.838-.161-2.741-2.568-4.088-11.856-4.212-12.909v-.101c.217.003 11.001 1.26 13.879 3.954 2.764 2.59 2.84 6.717.171 9.217z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M94 100H6c-3.313 0-6-2.687-6-6.001V80a6 6 0 0 0 6 6h88a6 6 0 0 0 6-6v13.999A6.001 6.001 0 0 1 94 100z" opacity=".2" clip-rule="evenodd"/></svg>
<svg class="tc-image-giropay tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.408203125 440.08502197265625"><path d="M511.794 440.033H81.377c-24.382 0-45.026-8.663-61.348-26.86C6.072 397.608.061 379.033.081 358.277c.051-75.612.021-151.235.021-226.846 0-16.855-.102-33.71.03-50.555.215-27.269 10.885-49.418 32.962-65.689C46.324 5.438 61.418.831 77.751.103 79.963 0 82.185.031 84.407.031c285.174 0 570.347.01 855.511-.031 12.8 0 25.303 1.567 36.885 7.117 30.178 14.48 46.203 38.718 46.92 72.11.685 32.143.153 64.307.153 96.461 0 61.43.133 122.85-.062 184.279-.092 27.3-11.315 49.316-33.485 65.393-13.68 9.923-29.215 14.633-46.1 14.663-39.476.062-78.94.02-118.416.02-104.694-.01-209.357-.01-314.02-.01zm23.573-407.89H89.353c-2.222 0-4.434-.02-6.656.041-12.114.317-23.142 3.738-32.45 11.745-12.175 10.486-17.746 23.808-17.705 39.895.144 56.545.051 113.101.062 169.646 0 35.041-.04 70.072.031 105.113.041 16.404 6.943 29.522 19.876 39.445 9.523 7.301 20.521 10.055 32.39 10.045 68.085-.03 136.16-.01 204.246-.01h246.22V32.143zm70.932 227.933c5.785 8.479 12.503 13.22 20.838 15.678 20.203 5.95 45.414-.01 57.754-24.576 5.182-10.332 7.24-21.371 7.27-32.758.041-14.561-3.89-28.017-13.025-39.608-18.412-23.368-55.634-22.672-73.154 1.3-.553.748-1.239 1.403-2.918 3.287v-18.411h-35.062v155.054c12.831.03 25.303.112 38.308-.041-.01-20.039-.01-39.188-.01-59.924zm224.665-95.202c.922 2.509 1.64 4.557 2.437 6.574 3.891 9.892 7.793 19.773 11.705 29.645 9.462 23.87 18.78 47.8 28.508 71.557 1.986 4.854 1.086 8.55-1.639 12.329-3.44 4.782-8.11 7.649-14.059 7.588-5.468-.051-10.937-.645-16.999-1.045-.737 9.339-1.475 18.698-2.222 28.119 9.288 2.478 17.87 2.765 26.501 2.601 16.548-.327 28.702-8.09 36.976-22.098 2.918-4.935 5.53-10.127 7.65-15.452 15.39-38.666 30.627-77.383 45.894-116.101.441-1.106.615-2.324.973-3.727H918.76c-7.516 23.746-14.96 47.278-22.784 72.008-8.274-25.027-16.097-48.681-23.818-71.987-14.162-.01-27.402-.01-41.196-.01zm-108.912 4.537c.41 9.359.768 17.469 1.096 24.924 9.063-2.171 17.552-4.485 26.173-6.174 6.79-1.331 13.701-.86 20.45.798 8.744 2.15 13.22 7.926 12.942 16.855-1.679 0-3.43.226-5.1-.041-9.072-1.434-18.115-.922-27.167.143-10.23 1.208-20.07 3.666-28.59 9.769-17.337 12.411-18.073 39.875-1.495 53.145 18.31 14.674 47.493 11.438 61.972-6.841.82-1.034 1.822-1.936 3.154-3.328.266 5.888.502 10.916.747 16.251h34.048c-.317-16.917-.655-33.475-.922-50.043-.102-6.421.062-12.851-.072-19.282-.43-21.105-11.622-35.461-32.072-41.072-14.869-4.076-29.87-3.154-44.79-.481-6.697 1.198-13.179 3.44-20.378 5.376zm-547 13.906v-18.104h33.207c.143 2.119.38 4.035.38 5.959.02 30.157.01 60.313.01 90.471 0 8.889-.493 17.705-3.053 26.307-4.373 14.684-13.72 24.791-28.293 29.307-7.332 2.274-15.094 3.645-22.754 4.25-15.524 1.229-31.007.481-46.13-3.84-1.916-.553-3.82-1.116-5.705-1.761-.594-.205-1.096-.697-2.243-1.444.584-9.165 1.177-18.626 1.802-28.508 1.823.655 3.297 1.044 4.63 1.7 11.887 5.796 24.504 7.363 37.53 6.543 17.161-1.086 26.367-9.431 28.835-26.347.502-3.431.37-6.953.583-11.663-2.018 1.853-3.226 2.734-4.137 3.85-18.504 22.968-64.604 20.962-78.15-14.582-7.067-18.534-6.39-37.305.716-55.829 11.715-30.556 57.682-38.011 78.193-9.882 1.004 1.372 2.09 2.683 3.133 4.024.492-.174.963-.307 1.444-.45zm-49.9 35.277c1.055 4.506 1.567 9.452 3.37 13.844 6.173 15.022 23.91 18.33 35.47 6.902 9.861-9.749 11.285-28.109 2.908-39.168-5.622-7.414-13.445-9.943-22.354-8.786-8.263 1.065-13.558 6.267-16.23 13.916-1.445 4.126-2.07 8.53-3.165 13.291zm318.833-56.453c13.732.246 24.986 2.191 35.553 7.332 24.31 11.817 32.778 35.41 30.188 57.743-3.492 30.034-24.965 44.841-49.193 49.05-16.804 2.918-33.116 1.198-48.569-6.329-21.637-10.547-31.928-31.529-29.737-54.722 2.775-29.255 21.29-47.78 50.627-51.845 4.382-.594 8.786-.973 11.131-1.229zm26.9 58.112c.205-6.851-.768-13.322-3.973-19.364-4.362-8.243-11.336-12.124-20.47-12.288-9.442-.164-16.978 3.605-21.156 12.185-6.052 12.431-6.093 25.262-.236 37.776 4.034 8.622 11.47 12.667 20.9 12.667 9.39 0 16.58-4.014 21.053-12.482 3.082-5.847 4.065-12.104 3.881-18.494zm-171.212 54.763V165.171h33.833v19.692c4.444-5.571 7.834-10.394 11.827-14.654 4.22-4.505 9.892-6.953 15.933-7.465 5.878-.502 11.848.041 18.616.133-.625 10.885-1.209 20.889-1.782 30.925-5.048 0-9.452-.051-13.865.01-11.428.164-19.61 5.632-23.572 16.169-2.058 5.468-3.02 11.602-3.185 17.469-.43 15.493-.144 31.007-.144 47.37-6.267.062-12.37.154-18.462.185-6.195.03-12.39.01-19.2.01zm-63.345-110.008h36.126c1.28 4.772 1.67 99.655.45 109.639h-36.239c-1.3-4.485-1.69-100.434-.338-109.639zm36.823-19.18h-37.529c-.03-4.393-.07-8.724-.092-13.046-.02-4.393 0-8.786 0-13.005 5.366-1.413 30.167-1.628 37.622-.42v26.471zm333.117 72.53a30.561 30.561 0 0 1 5.54-17.613c8.94-12.749 27.331-12.4 35.87.625 6.656 10.148 6.308 27.894-.737 37.837-7.68 10.834-22.19 12.288-31.836 3.113-6.513-6.185-8.96-14.009-8.837-23.962zm176.62 7.742c.573 17.357-14.09 29.511-29.163 25.098-5.55-1.628-8.673-5.11-9.072-10.127-.45-5.622 1.822-9.882 7.117-12.298 2.775-1.27 5.847-2.407 8.837-2.56 7.26-.358 14.53-.112 22.282-.112z"/></svg>
<svg class="tc-image-gist tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 13"><path d="M7.5 4L10 6.5 7.5 9l-.75-.75L8.5 6.5 6.75 4.75 7.5 4zm-3 0L2 6.5 4.5 9l.75-.75L3.5 6.5l1.75-1.75L4.5 4zM0 12V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1zm1 0h10V1H1v11z"/></svg>
<svg class="tc-image-gist-secret tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.780001640319824 12"><path d="M7.89 8.5l1 3.5h-4l1-3.5L5.14 7h3.5l-.75 1.5zm2-4.5h-6l-2 1h10l-2-1zm-1-4l-2 1-2-1-1 3h6l-1-3zm4.03 7.75L9.89 7l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM3.89 7l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75h3.22l-2-3 1-2z"/></svg>
<svg class="tc-image-git tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.110361099243164 16.10063362121582"><path fill-rule="nonzero" d="M15.808 7.387L8.818.402a1.034 1.034 0 0 0-1.46 0L5.91 1.852l1.84 1.84a1.225 1.225 0 0 1 1.552 1.561l1.774 1.773a1.225 1.225 0 0 1 1.268 2.025 1.225 1.225 0 0 1-2.002-1.332L8.684 6.064v4.352a1.228 1.228 0 1 1-1.009-.036V5.987a1.223 1.223 0 0 1-.666-1.607L5.195 2.565.4 7.355C0 7.758 0 8.41.4 8.813l6.992 6.985a1.03 1.03 0 0 0 1.458 0l6.958-6.953a1.03 1.03 0 0 0 0-1.458"/></svg>
<svg class="tc-image-git_branch tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.333999633789062 25.6669979095459"><path d="M14.669 3.666a3.67 3.67 0 0 0-3.667 3.667c0 1.353.741 2.523 1.833 3.159V11s0 3.667-3.667 3.667c-1.52 0-2.711.326-3.667.825V6.826a3.65 3.65 0 0 0 1.833-3.159C7.334 1.643 5.691 0 3.667 0S0 1.643 0 3.667a3.65 3.65 0 0 0 1.833 3.159v12.016A3.65 3.65 0 0 0 0 22c0 2.023 1.643 3.667 3.667 3.667S7.334 24.023 7.334 22c0-.96-.378-1.826-.981-2.482.534-.655 1.401-1.185 2.815-1.185 7.276 0 7.333-7.333 7.333-7.333v-.508a3.653 3.653 0 0 0 1.833-3.159 3.67 3.67 0 0 0-3.667-3.667zm-11-1.833c1.014 0 1.833.819 1.833 1.833s-.819 1.833-1.833 1.833-1.833-.819-1.833-1.833.819-1.833 1.833-1.833zm0 22A1.832 1.832 0 1 1 5.502 22a1.832 1.832 0 0 1-1.833 1.833zm11-14.667c-1.013 0-1.833-.819-1.833-1.833s.82-1.833 1.833-1.833 1.833.819 1.833 1.833-.82 1.833-1.833 1.833z"/></svg>
<svg class="tc-image-git_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm405 64q0 135 40 218 48 91 137 129 95 44 191 54 81 10 190 10 61 0 110-3 128-6 226-45 116-49 163-145 40-85 40-218 0-157-91-263 19-51 19-111 0-75-33-143-68 0-122 24t-126 81q-91-22-186-22-107 0-203 24-76-59-129-83t-121-24q-35 68-35 143 0 52 19 112-89 104-89 262zm147 116q0-82 46.5-136.5T721 949q29 0 128 15 43 7 104 7 60 0 103-7 103-15 129-15 76 0 122.5 54.5T1354 1140q0 57-21 101-39 79-134 107-81 24-191 24H897q-58 0-98-4-111-12-173-60-74-55-74-168zm105 0q0 31 9 54 8 30 29 51t47 21q27 0 48-22 36-42 36-104 0-30-8-55-9-30-29.5-51t-46.5-21q-27 0-48 22-37 43-37 105zm423 0q0 30 8 54 8 30 28.5 51t46.5 21q28 0 50-22 35-40 35-104 0-30-8-55-8-30-29-51t-48-21-46 22q-37 41-37 105z"/></svg>
<svg class="tc-image-git_circle_alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t372.5 76T1639 280.5 1844 587t76 373-76 373-205 306.5-306.5 204.5-372.5 76-373-76-306.5-204.5T76 1333 0 960zm376 404q0 64 38.5 108.5T511 1531q53 15 120 15 251 0 251-210 0-51-27-86t-71-50q-3-1-34.5-10t-48.5-13q-99-25-99-71 0-49 55-58 86-17 137-79.5T845 818q0-25-12-58 48-13 55-15V604q-87 33-151 33-57-33-124-33-97 0-163 64.5T384 829q0 58 33.5 115.5T499 1019v3q-42 20-42 96 0 58 46 86v4q-127 43-127 156zm142-8q0-72 109-72 116 0 116 69 0 74-105 74-120 0-120-71zm15-526q0-101 85-101 40 0 62 28.5t22 71.5q0 95-84 95-85 0-85-94zm404-426q0 41 28 71t67 30 67-30.5 28-70.5q0-41-27.5-71.5T1032 302t-67.5 30-27.5 72zm17 812h155q-3-45-3-101V697q0-47 3-86H954q4 38 4 89v423q0 51-4 93zm220-474l41-3h14q6 1 12 1v2h-2v245q0 84 16 135 21 67 76 89 33 14 75 14 70 0 121-28v-136q-35 24-77 24-59 0-59-92V740h58q17 0 30 1t30 1V611h-118q0-92 3-114h-157q4 24 4 61v53h-67v131z"/></svg>
<svg class="tc-image-git_commit tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.35900115966797 12.7760009765625"><path d="M17.34 4.791C16.629 2.041 14.152 0 11.179 0S5.73 2.041 5.018 4.791H0v3.194h5.018c.712 2.751 3.19 4.791 6.161 4.791s5.45-2.04 6.161-4.791h5.019V4.791H17.34zm-6.161 4.791c-1.763 0-3.194-1.432-3.194-3.194s1.431-3.194 3.194-3.194c1.762 0 3.194 1.431 3.194 3.194s-1.432 3.194-3.194 3.194z"/></svg>
<svg class="tc-image-git_compare tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.05699920654297 25.536001205444336"><path d="M20.481 17.767v-9.89c0-4.739-4.726-4.726-4.726-4.726H14.18V0L9.454 4.727l4.726 4.726V6.302h1.575c1.389 0 1.575 1.575 1.575 1.575v9.89a3.132 3.132 0 0 0-1.575 2.714c0 1.739 1.412 3.151 3.151 3.151s3.151-1.413 3.151-3.151a3.138 3.138 0 0 0-1.575-2.714zm-1.575 4.29a1.576 1.576 0 0 1-1.576-1.575 1.576 1.576 0 0 1 3.151 0c0 .871-.705 1.575-1.575 1.575zM1.575 7.769v9.889c0 4.739 4.727 4.727 4.727 4.727h1.575v3.151l4.726-4.726-4.726-4.727v3.151H6.302c-1.389 0-1.575-1.575-1.575-1.575V7.77a3.135 3.135 0 0 0 1.575-2.715c0-1.739-1.412-3.151-3.151-3.151S0 3.316 0 5.055C0 6.219.636 7.223 1.575 7.77zm1.576-1.073a1.575 1.575 0 1 1 0-3.15 1.575 1.575 0 0 1 0 3.15z"/></svg>
<svg class="tc-image-git_merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.923999786376953 25.5779972076416"><path d="M18.271 10.963a3.63 3.63 0 0 0-3.158 1.853c-.164-.012-.325-.026-.496-.026-3.742 0-7.292-2.85-8.588-6.379a3.625 3.625 0 0 0 1.279-2.757C7.308 1.637 5.671 0 3.654 0S0 1.637 0 3.654a3.64 3.64 0 0 0 1.827 3.148v11.975A3.636 3.636 0 0 0 0 21.924c0 2.016 1.637 3.654 3.654 3.654s3.654-1.638 3.654-3.654a3.635 3.635 0 0 0-1.827-3.147v-6.574c2.403 2.542 5.72 4.24 9.135 4.24.182 0 .332-.012.496-.018.632 1.097 1.802 1.845 3.158 1.845 2.016 0 3.654-1.638 3.654-3.654s-1.638-3.654-3.654-3.654zM3.655 23.752a1.827 1.827 0 1 1 0-3.654 1.827 1.827 0 0 1 0 3.654zm0-18.271a1.827 1.827 0 1 1 0-3.654c1.011 0 1.827.816 1.827 1.827s-.816 1.827-1.827 1.827zm14.616 10.963a1.827 1.827 0 1 1 0-3.654 1.827 1.827 0 0 1 0 3.654z"/></svg>
<svg class="tc-image-git_pull_request tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.491003036499023 25.61499786376953"><path d="M3.415 1.708A3.416 3.416 0 0 0 0 5.123c0 1.26.691 2.35 1.708 2.943v11.192A3.403 3.403 0 0 0 0 22.2c0 1.884 1.53 3.415 3.415 3.415S6.83 24.084 6.83 22.2c0-1.261-.69-2.35-1.708-2.942V8.066A3.403 3.403 0 0 0 6.83 5.123a3.416 3.416 0 0 0-3.415-3.415zm0 22.199a1.708 1.708 0 1 1 0-3.417 1.708 1.708 0 0 1 0 3.417zm0-17.076a1.708 1.708 0 1 1 0-3.415 1.708 1.708 0 0 1 0 3.415zm15.369 12.427V8.538c0-5.136-5.123-5.123-5.123-5.123h-1.708V0L6.83 5.123l5.123 5.123V6.831h1.708c1.506 0 1.708 1.708 1.708 1.708v10.719a3.399 3.399 0 0 0-1.708 2.942c0 1.884 1.531 3.415 3.415 3.415s3.415-1.531 3.415-3.415c0-1.261-.691-2.35-1.708-2.942zm-1.707 4.649a1.708 1.708 0 1 1 0-3.417 1.708 1.708 0 0 1 0 3.417z"/></svg>
<svg class="tc-image-git-branch tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 14.002388000488281"><path d="M10 4.002c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45v-4.76a1.993 1.993 0 0 0-1-3.72c-1.11 0-1.99.89-1.99 2a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25s1.2-1.98 1.25-3.02h-.02c.61-.36 1.02-1 1.02-1.73zm-8-3.2c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
<svg class="tc-image-git-commit tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 8"><path d="M10.86 3c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V3h-3.14zM7 6.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z"/></svg>
<svg class="tc-image-git-compare tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.328922271728516 16"><path d="M5.164 12h-1c-.27-.02-.48-.11-.69-.31-.21-.2-.3-.42-.31-.69V4.72a1.993 1.993 0 0 0-1-3.72 1.993 1.993 0 0 0-1 3.72V11c.03.78.34 1.47.94 2.06.6.59 1.28.91 2.06.94h1v2l3-3-3-3v2zm-3-10.2c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2zm11 9.48V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94h-1V0l-3 3 3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28a1.993 1.993 0 0 0 1 3.72 1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
<svg class="tc-image-git-merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 14.014898300170898"><path d="M10 6.013c-.73 0-1.38.41-1.73 1.02v-.02c-1.05-.02-2.27-.36-3.13-1.02-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 0 0 2 .003c-1.11 0-2 .9-2 2.01a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 0 0 1-3.72v-3.61c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 3.213c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
<svg class="tc-image-git-pull-request tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.328922271728516 15.002387046813965"><path d="M11.164 11.28V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94h-1V0l-3 3 3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28a1.993 1.993 0 0 0 1 3.72 1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm-6-11.2c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56a1.993 1.993 0 0 0 1 3.72 1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zm-1.2-8.8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
<svg class="tc-image-git-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M582 1180q0 66-93 66-107 0-107-63 0-64 98-64 102 0 102 61zm-36-466q0 85-74 85-77 0-77-84 0-90 77-90 36 0 55 25.5t19 63.5zm166-75V514q-78 29-135 29-50-29-110-29-86 0-145 57t-59 143q0 50 29.5 102t73.5 67v3q-38 17-38 85 0 53 41 77v3q-113 37-113 139 0 45 20 78.5t54 51 72 25.5 81 8q224 0 224-188 0-67-48-99t-126-46q-27-5-51.5-20.5T457 960q0-44 49-52 77-15 122-70t45-134q0-24-10-52 37-9 49-13zm59 419h137q-2-27-2-82V589q0-46 2-69H771q3 23 3 71v392q0 50-3 75zm509-16V921q-30 21-68 21-53 0-53-82V635h52q9 0 26.5 1t26.5 1V520h-105q0-82 3-102h-140q4 24 4 55v47h-60v117q36-3 37-3 3 0 11 .5t12 .5v2h-2v217q0 37 2.5 64t11.5 56.5 24.5 48.5 43.5 31 66 12q64 0 108-24zM924 336q0-36-24-63.5T840 245t-60.5 27-24.5 64q0 36 25 62.5t60 26.5 59.5-27 24.5-62zm612-48v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-github tc-image-button" width="22pt" height="22pt" viewBox="0 0 510.9759826660156 512"><path d="M0 255.488c0-34.816 6.826-67.925 20.48-99.328C47.445 92.672 92.672 47.446 156.16 20.48 187.562 6.827 220.672 0 255.488 0s67.925 6.827 99.328 20.48c62.806 26.624 108.032 71.85 135.68 135.68 13.653 32.427 20.48 65.536 20.48 99.328s-6.827 66.902-20.48 99.328c-27.647 64.17-72.874 109.74-135.68 136.704-31.403 13.654-64.512 20.48-99.328 20.48s-67.926-6.826-99.328-20.48C92.672 464.213 47.445 418.645 20.48 354.816 6.827 323.414 0 290.304 0 255.488zm39.935 0c0 48.128 14.336 91.136 43.009 129.024 28.33 37.205 65.365 63.658 111.104 79.36v-40.96c0-20.48 6.827-35.328 20.48-44.545-6.826-.34-14.848-1.535-24.064-3.583-17.408-3.072-32.256-8.533-44.544-16.384-31.061-18.774-46.592-52.736-46.592-101.888 0-25.6 8.533-47.446 25.6-65.536-7.85-20.14-6.997-41.984 2.56-65.536h10.24c3.413 0 7.68.853 12.8 2.56 13.312 4.096 28.16 11.605 44.544 22.527 20.821-5.46 41.301-8.191 61.44-8.191s40.79 2.73 61.952 8.191c13.312-8.874 25.77-15.7 37.376-20.48 10.923-4.095 18.773-5.802 23.552-5.12l6.144.512c9.216 23.553 10.07 45.398 2.56 65.537 17.067 18.09 25.6 39.935 25.6 65.536 0 38.229-9.386 67.072-28.16 86.528-10.24 10.922-23.723 19.456-40.448 25.6-13.995 5.12-29.525 8.362-46.592 9.727 13.995 9.9 20.993 24.747 20.993 44.544v40.96c44.031-15.701 80.383-42.496 109.056-80.384 27.99-37.546 41.984-80.213 41.984-128 0-29.013-5.632-57.002-16.897-83.968-10.922-25.941-26.282-48.81-46.08-68.608-19.114-19.115-41.983-34.304-68.607-45.567-27.307-11.606-55.125-17.409-83.456-17.409-27.99 0-55.98 5.803-83.969 17.409-25.6 10.922-48.469 26.111-68.607 45.567-19.115 19.798-34.475 42.667-46.08 68.608-11.265 26.966-16.897 54.955-16.897 83.968z"/></svg>
<svg class="tc-image-github_alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.470001220703125 19.05299949645996"><path d="M15.142 11.088c.429 0 .79.21 1.102.636.31.422.468.944.468 1.56 0 .619-.156 1.141-.468 1.563s-.678.634-1.102.634c-.451 0-.839-.21-1.151-.634-.307-.422-.465-.944-.465-1.563s.153-1.139.465-1.56c.312-.427.702-.636 1.151-.636zm5.519-5.715c1.202 1.303 1.809 2.884 1.809 4.738 0 1.203-.142 2.286-.415 3.249-.278.958-.629 1.743-1.048 2.343a6.705 6.705 0 0 1-1.565 1.585c-.622.461-1.195.79-1.712 1.002s-1.112.376-1.785.49c-.665.117-1.168.18-1.517.198-.336.015-.702.022-1.097.022-.088 0-.385.01-.879.024-.482.02-.896.029-1.218.029s-.736-.01-1.218-.029A56.19 56.19 0 0 0 9.137 19c-.395 0-.764-.005-1.098-.022-.35-.017-.852-.08-1.514-.198a8.023 8.023 0 0 1-1.787-.49c-.517-.21-1.089-.541-1.708-1.002a6.832 6.832 0 0 1-1.568-1.585c-.419-.6-.772-1.385-1.048-2.343C.142 12.397 0 11.314 0 10.111c0-1.854.605-3.435 1.81-4.738-.133-.065-.14-.714-.021-1.952.107-1.239.37-2.38.797-3.421 1.503.16 3.352 1.008 5.567 2.539.748-.195 1.772-.295 3.078-.295 1.37 0 2.394.1 3.079.295 1.009-.681 1.975-1.239 2.896-1.663.936-.419 1.609-.667 2.033-.731L19.873 0c.429 1.041.692 2.185.8 3.421.124 1.237.117 1.887-.015 1.952zm-9.373 12.551c2.703 0 4.741-.324 6.125-.973 1.38-.651 2.082-1.99 2.082-4.008 0-1.17-.441-2.15-1.322-2.932a2.991 2.991 0 0 0-1.595-.781c-.595-.098-1.514-.098-2.755 0-1.236.1-2.082.145-2.537.145-.619 0-1.291-.033-2.125-.098a65.737 65.737 0 0 0-1.954-.122 6.021 6.021 0 0 0-1.538.172c-.557.133-1.008.357-1.373.681-.84.75-1.266 1.725-1.266 2.932 0 2.019.684 3.357 2.05 4.006 1.365.653 3.397.975 6.101.975zm-3.909-6.836c.424 0 .789.21 1.098.636.31.422.467.944.467 1.56 0 .619-.155 1.141-.467 1.563-.309.422-.677.634-1.098.634-.455 0-.841-.21-1.153-.634-.309-.422-.467-.944-.467-1.563s.155-1.139.467-1.56c.312-.427.699-.636 1.153-.636z"/></svg>
<svg class="tc-image-github_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.436996459960938 21.97500228881836"><path d="M11.219 0C5.023 0 0 5.023 0 11.219c0 4.957 3.214 9.162 7.673 10.645.561.103.766-.244.766-.54 0-.267-.01-1.152-.016-2.088-3.12.678-3.779-1.323-3.779-1.323-.511-1.296-1.246-1.641-1.246-1.641-1.02-.696.077-.682.077-.682 1.126.078 1.72 1.156 1.72 1.156 1.001 1.715 2.627 1.219 3.265.931.102-.723.392-1.219.712-1.498-2.49-.283-5.11-1.246-5.11-5.545 0-1.226.438-2.225 1.154-3.011-.114-.285-.501-1.426.111-2.97 0 0 .941-.301 3.085 1.15.894-.25 1.854-.373 2.807-.377.953.004 1.913.129 2.809.379 2.14-1.453 3.083-1.15 3.083-1.15.613 1.545.227 2.685.112 2.969.719.785 1.153 1.785 1.153 3.011 0 4.31-2.624 5.259-5.123 5.537.404.348.761 1.03.761 2.076 0 1.5-.015 2.709-.015 3.079 0 .299.204.648.772.538 4.455-1.486 7.666-5.69 7.666-10.645 0-6.195-5.023-11.219-11.219-11.219z"/></svg>
<svg class="tc-image-github_full tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.42600440979004 8.534998893737793"><path d="M6.082 3.653H3.429a.124.124 0 0 0-.124.124v1.296c0 .069.055.124.124.124h1.035v1.612s-.232.078-.874.078c-.758 0-1.817-.278-1.817-2.604 0-2.328 1.102-2.634 2.137-2.634.896 0 1.282.157 1.527.234.077.024.147-.053.147-.122L5.88.508a.117.117 0 0 0-.047-.097C5.733.341 5.125 0 3.588 0 1.817 0 0 .753 0 4.375s2.079 4.16 3.832 4.16c1.451 0 2.332-.62 2.332-.62.036-.02.04-.07.04-.093V3.777a.125.125 0 0 0-.124-.124zM19.497.309h-1.493a.124.124 0 0 0-.124.124v2.886h-2.328V.433a.124.124 0 0 0-.123-.124h-1.494a.124.124 0 0 0-.122.124v7.814c0 .069.055.125.122.125h1.494a.124.124 0 0 0 .123-.125V4.905h2.328l-.005 3.342c0 .069.055.124.122.124h1.494a.122.122 0 0 0 .122-.124l.005-7.815a.122.122 0 0 0-.122-.124zM7.866.486c-.532 0-.963.435-.963.972s.431.973.963.973.963-.435.963-.973a.967.967 0 0 0-.963-.972zm.857 2.507a.124.124 0 0 0-.122-.125H7.112c-.07 0-.129.07-.129.139v5.168c0 .151.094.197.217.197h1.342c.146 0 .185-.072.185-.2L8.726 6.6l-.001-3.607zm16.555-.113h-1.482a.123.123 0 0 0-.122.125v3.831s-.376.277-.912.277c-.534 0-.677-.242-.677-.767V3.004a.125.125 0 0 0-.123-.125h-1.503a.123.123 0 0 0-.123.125v3.595c0 1.555.866 1.935 2.057 1.935.977 0 1.767-.54 1.767-.54s.037.284.055.317c.016.034.06.068.108.068h.952a.124.124 0 0 0 .123-.125l.004-5.25a.13.13 0 0 0-.126-.124zm4.058-.176c-.842 0-1.414.376-1.414.376V.434A.124.124 0 0 0 27.8.31h-1.499a.124.124 0 0 0-.122.124l-.004 7.815c0 .069.056.124.123.124h1.044c.046 0 .081-.024.108-.066s.063-.361.063-.361.611.581 1.771.581c1.362 0 2.142-.691 2.142-3.101 0-2.407-1.247-2.722-2.089-2.722zm-.584 4.404c-.514-.016-.862-.249-.862-.249V4.383s.344-.211.767-.249c.534-.047 1.05.114 1.05 1.387-.003 1.342-.235 1.607-.954 1.586zm-15.714-.029c-.066 0-.233.026-.405.026-.549 0-.737-.256-.737-.587V4.32h1.121a.123.123 0 0 0 .123-.125V2.991a.123.123 0 0 0-.123-.125h-1.121l-.002-1.48c0-.056-.03-.084-.094-.084h-1.526c-.059 0-.092.026-.092.083v1.529s-.765.185-.817.2-.088.063-.088.119v.962c0 .069.056.125.123.125h.782v2.312c0 1.717 1.205 1.886 2.018 1.886.371 0 .815-.121.889-.147.045-.016.07-.062.07-.111l.001-1.057a.126.126 0 0 0-.122-.125z"/></svg>
<svg class="tc-image-github-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1408"><path d="M640 960q0 40-12.5 82t-43 76-72.5 34-72.5-34-43-76-12.5-82 12.5-82 43-76 72.5-34 72.5 34 43 76 12.5 82zm640 0q0 40-12.5 82t-43 76-72.5 34-72.5-34-43-76-12.5-82 12.5-82 43-76 72.5-34 72.5 34 43 76 12.5 82zm160 0q0-120-69-204t-187-84q-41 0-195 21-71 11-157 11t-157-11q-152-21-195-21-118 0-187 84t-69 204q0 88 32 153.5t81 103 122 60 140 29.5 149 7h168q82 0 149-7t140-29.5 122-60 81-103 32-153.5zm224-176q0 207-61 331-38 77-105.5 133t-141 86-170 47.5-171.5 22-167 4.5q-78 0-142-3t-147.5-12.5-152.5-30-137-51.5-121-81-86-115Q0 992 0 784q0-237 136-396-27-82-27-170 0-116 51-218 108 0 190 39.5T539 163q147-35 309-35 148 0 280 32 105-82 187-121t189-39q51 102 51 218 0 87-27 168 136 160 136 398z"/></svg>
<svg class="tc-image-github-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 476c10.667 0 24.667-.667 42-2s31-2 41-2 20.667 1.333 32 4c11.333 2.667 21 7.333 29 14 17.333 17.333 26 37.333 26 60 0 42.667-14.333 70.667-43 84-28.667 13.333-71 20-127 20s-98.333-6.667-127-20-43-41.333-43-84c0-22.667 8.667-42.667 26-60 8-6.667 17.667-11.333 29-14 11.333-2.667 22-4 32-4s23.667.667 41 2 31.333 2 42 2m-80 128c9.333 0 17-4.667 23-14s9-20 9-32c0-30.667-10.667-46-32-46s-32 15.333-32 46c0 12 3 22.667 9 32 6 9.333 13.667 14 23 14m160 0c9.333 0 17.333-4.667 24-14 6.667-9.333 10-20 10-32 0-13.333-3.333-24.333-10-33-6.667-8.667-14.667-13-24-13-21.333 0-32 15.333-32 46 0 12 3 22.667 9 32 6 9.333 13.667 14 23 14M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m44 676c125.333 0 188-61.333 188-184 0-37.333-12.667-70-38-98 2.667-2.667 3-16.333 1-41s-7.667-48.333-17-71c-29.333 4-67.333 21.333-114 52-13.333-4-34.667-6-64-6-26.667 0-48 2-64 6-20-13.333-39.667-24.333-59-33-19.333-8.667-33-14.333-41-17l-14-2c-9.333 22.667-15 46.333-17 71s-1.667 38.333 1 41c-25.333 28-38 60.667-38 98 0 122.667 62.667 184 188 184h88"/></svg>
<svg class="tc-image-github-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M519 1072q4-6-3-13-9-7-14-2-4 6 3 13 9 7 14 2zm-28-41q-5-7-12-4-6 4 0 12 7 8 12 5 6-4 0-13zm-41-40q2-4-5-8-7-2-8 2-3 5 4 8 8 2 9-2zm21 23q2-1 1.5-4.5t-3.5-5.5q-6-7-10-3t1 11q6 6 11 2zm86 75q2-7-9-11-9-3-13 4-2 7 9 11 9 3 13-4zm42 3q0-8-12-8-10 0-10 8t11 8 11-8zm39-7q-2-7-13-5t-9 9q2 8 12 6t10-10zm642-317q0-212-150-362T768 256 406 406 256 768q0 167 98 300.5T606 1254q18 3 26.5-5t8.5-20q0-52-1-95-6 1-15.5 2.5t-35.5 2-48-4-43.5-20T468 1073q-23-59-57-74-2-1-4.5-3.5l-8-8-7-9.5 4-7.5L415 967q6 0 15 2t30 15.5 33 35.5q16 28 37.5 42t43.5 14 38-3.5 30-9.5q7-47 33-69-49-6-86-18.5t-73-39-55.5-76T441 741q0-79 53-137-24-62 5-136 19-6 54.5 7.5T614 505l26 16q58-17 128-17t128 17q11-7 28.5-18t55.5-26 57-9q29 74 5 136 53 58 53 137 0 57-14 100.5t-35.5 70T992 956t-62.5 26-68.5 12q35 31 35 95 0 40-.5 89t-.5 51q0 12 8.5 20t26.5 5q154-52 252-185.5t98-300.5zm256-480v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-github-text tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1109.7701416015625 1200"><path d="M978.427 297.679h114.262v127.4c-4.375 0-12.475-.435-24.298-1.313-11.82-.874-22.982-1.315-33.492-1.315h-56.472v244.294c0 58.669 19.26 88 57.788 88 27.146 0 51.657-7.437 73.555-22.327v131.337c-32.399 17.52-71.366 26.272-116.9 26.272-63.918 0-108.132-22.763-132.65-68.292-18.387-34.154-27.586-87.996-27.586-161.557v-235.1h1.315v-2.627l-19.702-1.309c-11.383 0-26.268 1.309-44.654 3.936v-127.4h64.356v-51.222c0-24.519-1.315-44.22-3.94-59.105h152.355c-2.624 16.638-3.938 35.464-3.938 56.474v53.854zm-420.19 583.154c1.75-17.505 2.62-47.274 2.62-89.308V383.047c0-41.148-.87-69.61-2.62-85.368h148.416c-1.755 16.638-2.631 44.22-2.631 82.748v403.215c0 44.66.876 77.057 2.63 97.191H558.237zM228.515 291.138c-59.54 0-110.753 19.703-153.662 59.106-44.65 42.031-67.016 94.571-67.016 157.617 0 42.031 12.324 81.367 36.84 118.14 21.89 34.145 46.834 56.068 74.854 65.698v2.637c-28.02 12.247-42.04 42.883-42.04 91.919 0 37.655 14.837 65.696 44.603 84.082v2.637C40.669 900.114 0 950.45 0 1023.999c0 63.925 27.152 110.782 81.445 140.552 42.898 23.644 97.588 35.449 164.136 35.449 161.986 0 243.017-67.886 243.017-203.613 0-84.933-62.648-137.04-187.866-156.299-28.894-4.376-50.74-14.853-65.625-31.494-11.383-11.379-17.065-22.748-17.065-34.131 0-32.396 17.497-51.213 52.514-56.47 53.413-7.872 96.952-32.678 130.664-74.267 33.711-41.593 50.61-90.372 50.61-146.412 0-17.512-3.543-36.333-10.546-56.47 22.769-5.258 40.254-10.053 52.515-14.428V291.138c-55.17 21.015-103.725 31.494-145.752 31.494-36.78-21.014-76.627-31.494-119.532-31.494zm5.274 120.776c26.27 0 46.858 10.113 61.743 30.249 12.258 18.393 18.384 40.306 18.384 65.698 0 61.291-26.714 91.919-80.127 91.919-55.159 0-82.764-30.253-82.764-90.674 0-64.793 27.605-97.192 82.764-97.192zm9.155 534.595c73.556 0 110.376 22.358 110.376 67.016 0 47.288-33.724 70.899-101.147 70.899-77.05 0-115.576-22.81-115.576-68.335 0-46.41 35.422-69.58 106.347-69.58zm481.132-848.66c0 54.04-40.868 97.848-91.282 97.848-50.414 0-91.282-43.809-91.282-97.849C541.512 43.808 582.38 0 632.794 0c50.414 0 91.282 43.808 91.282 97.848z"/></svg>
<svg class="tc-image-gitlab tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.103012084960938 14.809999465942383"><path d="M16.021 8.498l-.895-2.756-1.775-5.46c-.09-.282-.488-.282-.58 0L10.997 5.74H5.105L3.331.282C3.24 0 2.841 0 2.751.28L.975 5.74.081 8.498a.612.612 0 0 0 .22.682l7.75 5.63 7.75-5.63a.611.611 0 0 0 .22-.682"/></svg>
<svg class="tc-image-gitter tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 11.333999633789062 16"><path d="M3.334 2.667h1.333V16H3.334V2.667zm4.666 0V16H6.667V2.667H8zM0 0h1.334v10H0V0zm10 2.667h1.334V10H10V2.667z"/></svg>
<svg class="tc-image-gittip tc-image-button" width="22pt" height="22pt" viewBox="0 0 979.47900390625 302.93402099609375"><path d="M438.673 211.968c-31.637 0-56.32-25.327-56.32-56.798 0-31.163 24.99-56.785 56.32-56.785 17.702 0 31.62 7.117 42.394 19.614l-16.78 14.549c-6.167-7.274-15.502-12.501-25.789-12.501-18.812 0-33.365 15.356-33.365 35.119 0 20.091 15.19 35.281 33.365 35.281 8.072 0 16.926-2.377 22.626-8.069v-13.773h-22.135v-19.131h43.178v41.766c-10.599 12.642-24.52 20.728-43.495 20.728zm84.645-1.443v-18.654h13.755v-73.242h-13.755v-18.82h50.134v18.82h-13.76v73.242h13.76v18.654h-50.134zm107.043 0v-89.839h-21.206V99.809h65.182v20.877h-21.2v89.839h-22.776zm97.865 0v-89.839h-21.214V99.809h65.16v20.877h-21.184v89.839h-22.763zm79.752 0v-18.654h13.751v-73.242h-13.75v-18.82h50.145v18.82h-13.769v73.242h13.77v18.654h-50.148zm95.436 0V99.809h40.328c21.816 0 35.737 14.075 35.737 36.377s-13.927 36.228-35.737 36.228h-17.88v38.11h-22.448zm54.392-74.338c0-10.12-6.48-15.813-17.553-15.813h-14.395v31.471h14.395c10.918 0 17.553-5.534 17.553-15.659zM151.458 0C67.81 0 0 67.81 0 151.463c0 83.657 67.81 151.471 151.458 151.471 83.67 0 151.466-67.815 151.466-151.471C302.924 67.81 235.131.001 151.458.001zm69.96 138.299l-68.91 93.299-68.912-93.299c-5.829-6.857-11.648-30.728 8.367-43.921 17.041-11.239 33.233-2.726 41.72 7.134 3.16 3.682 8.588 8.013 18.824 8.013 10.24 0 15.663-4.335 18.83-8.013 8.481-9.861 24.673-18.373 41.723-7.134 20.015 13.192 14.191 37.06 8.358 43.921z"/></svg>
<svg class="tc-image-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 515.2999877929688 211.8999786376953"><path d="M513.2 20.3c-34.9-7.1-69.4-20.3-105-20-20.4.1-40.9 3.7-61.1 7-22.7 3.7-44.6 12.2-67.3 15.3-7.3 1-14.7 1.4-22.1 1.4-7.4 0-14.8-.4-22.1-1.4C212.9 19.4 191 11 168.3 7.3 148 3.9 127.5.4 107.1.3 71.5.1 37 13.2 2.1 20.3c0 12-2.1 27.5 3.1 36C10.6 65.1 19.7 73 22 84.9c5.6 28.1 13.5 55.6 23.7 82 4.9 12.8 14.2 21.8 24.6 27.9 25 14.8 54.6 17 82.1 12.4 39.1-6.6 60.3-41.2 76.5-80.8 6.1-16.1 6.7-34.6 14.7-49.3 3-5.5 8.4-6.1 14-5.8 5.6-.3 11.1.3 14 5.8 8 14.7 8.6 33.3 14.7 49.3 16.2 39.6 37.4 74.1 76.5 80.8 27.4 4.7 57.1 2.5 82.1-12.4 10.4-6.1 19.7-15.1 24.6-27.9 10.1-26.4 18.1-53.9 23.7-82 2.3-11.9 11.5-19.8 16.8-28.6 5.3-8.5 3.2-23.9 3.2-36zM205.9 133c-19.4 47.5-54.3 57.4-80.1 57.4-10 0-20.5-1.5-31.2-4.5-19.1-5.3-33.3-21.3-40-44.8-9-31.4-12.7-56.7-11.7-79.4 1.4-29.4 27.9-35.4 57.3-39.3 13.7-1.8 24.7-2.7 34.6-2.8h.1c13.3 0 23.8 1.2 33.6 3.6 28.5 7.1 44.7 16.9 50.9 30.9 6.9 15.7 3 38.6-13.5 78.9zm254.8 8.1c-6.7 23.5-21 39.4-40 44.8-10.7 3-21.2 4.5-31.3 4.5-25.8 0-60.7-10-80.1-57.4-16.5-40.3-20.4-63.1-13.4-78.8 6.2-14 22.4-23.8 50.9-30.9 9.7-2.4 20.3-3.6 33.6-3.6h.1c9.9.1 20.9 1 34.6 2.8 29.4 3.9 55.9 9.8 57.3 39.3 1 22.6-2.7 47.8-11.7 79.3z"/></svg>
<svg class="tc-image-glass2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.064668655395508 13.9994535446167"><path d="M11.924.808A.499.499 0 0 0 11.531 0h-11a.501.501 0 0 0-.393.808l4.893 6.228V13h-1.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-1.5V7.036L11.924.808zM10.502 1L8.931 3h-5.8L1.56 1h8.943z"/></svg>
<svg class="tc-image-glassdoor tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 9.703723907470703 16.30040168762207"><path fill-rule="nonzero" d="M.002 1.596V14.8c0 .894.903 1.5 1.726 1.16l6.9-2.87a1.747 1.747 0 0 0 1.075-1.614V3.178l-1.59-.092v7.563c0 .56-.35 1.06-.873 1.25l-4.375 1.583V2.996c0-.627.543-1.114 1.163-1.044l5.676.64V1.556L1.814.083A1.533 1.533 0 0 0 .003 1.596"/></svg>
<svg class="tc-image-glasses tc-image-button" width="22pt" height="22pt" viewBox="0 0 1202.52294921875 605.6090087890625"><path d="M1120.189 298.474H733.712l49.909 227.792h312.254l24.314-227.792zm-652.661 0H81.05l24.315 227.792h312.253l49.91-227.792zm723.047-66.546c8.535 9.384 11.948 19.622 10.237 30.714l-33.272 307.135c-4.564 20.081-18.878 35.561-38.393 35.832h-376.24c-20.232-1.345-33.639-14.035-37.111-31.993l-60.147-267.463c-32.547-20.271-75.345-17.317-110.057-2.56l-60.147 270.022c-4.772 19.452-18.653 31.768-37.112 31.993H72.092c-21.166-1.672-35.301-16.94-37.112-35.832L1.706 262.642C0 250.698 2.986 240.46 10.664 231.928L443.212 9.255C463.96 0 484.509 8.889 493.121 27.171c7.223 20.882 2.533 44.668-16.636 53.749L202.624 205.054h792.152L720.914 80.919c-20.315-11.516-25.569-34.709-17.916-53.749C713.86 7.691 735.862 1.225 754.187 9.254l436.388 222.674z"/></svg>
<svg class="tc-image-glide tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M866 387q0 27-13 94-11 50-31.5 150T791 781q-2 11-4.5 12.5T773 796q-20 2-31 2-58 0-84-49.5T632 635q0-88 35-174t103-124q28-14 51-14 28 0 36.5 16.5T866 387zm486 424q0-14-39-75.5t-52-66.5q-21-8-34-8-91 0-226 77l-2-2q3-22 27.5-135t24.5-178q0-233-242-233-24 0-68 6-94 17-168.5 89.5T461 452t-37 189q0 146 80.5 225T732 945q25 0 25 3t-1 5q-4 34-26 117-14 52-51.5 101t-82.5 49q-42 0-42-47 0-24 10.5-47.5t25-39.5 29.5-28.5 26-20 11-8.5q0-3-7-10-24-22-58.5-36.5T525 968q-35 0-63.5 34t-41 75-12.5 75q0 88 51.5 142t138.5 54q82 0 155-53t117.5-126 65.5-153q6-22 15.5-66.5T966 883q3-12 14-18 118-60 227-60 48 0 127 18 1 1 4 1 5 0 9.5-4.5t4.5-8.5zm184-523v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-glide-g tc-image-button" width="22pt" height="22pt" viewBox="0 0 1461 1791"><path d="M707 304q0-24-2-38.5t-8.5-30-21-23T638 205q-39 0-78 23-105 58-159 190.5T347 688q0 44 8.5 85.5T382 854t52.5 62.5T516 940q4 0 18 .5t20 0 16-3 15-8.5 7-16q16-77 48-231.5T688 450q19-91 19-146zm754 656q0 7-7.5 13.5T1438 980l-6-1q-22-3-62-11t-72-12.5-63-4.5q-167 0-351 93-15 8-21 27-10 36-24.5 105.5T816 1277q-23 91-70 179.5T633.5 1621 479 1744t-185 47q-135 0-214.5-83.5T0 1488q0-53 19.5-117t63-116.5T180 1202q38 0 120 33.5t83 61.5q0 1-16.5 12.5t-39.5 31-46 44.5-39 61-16 74q0 33 16.5 53t48.5 20q45 0 85-31.5t66.5-78 48-105.5 32.5-107 16-90v-9q0-2-3.5-3.5t-8.5-1.5h-10l-10 .5-6 .5q-227 0-352-122.5T24 697q0-108 34.5-221t96-210 156-167.5T515 9q52-9 106-9 374 0 374 360 0 98-38 273t-43 211l3 3q101-57 182.5-88t167.5-31q22 0 53 13 19 7 80 102.5t61 116.5z"/></svg>
<svg class="tc-image-globe tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 44.33399963378906"><path d="M22.167 0c12.242 0 22.167 9.925 22.167 22.167s-9.925 22.167-22.167 22.167S0 34.409 0 22.167 9.925 0 22.167 0zm0 3.167c-.961 0-1.906.071-2.828.21-.198.43-.339.901-.339 1.373 0 1.584-1.583-1.583-3.166 1.584-1.584 3.166 0 0 0 3.166 0 1.584-2.292.438-1.584.792 1.584.792 1.584.792 0 2.375 0 0-3.166-1.583-3.166 0S9.5 14.25 7.917 14.25c-1.583 0 0 3.167-1.583 3.167-1.218 0-.563-1.872-1.635-2.737-.407.949-.74 1.938-.99 2.96 1.068.955 1.247 4.732 2.625 6.11 1.583-1.583 1.583 0 3.166 0 1.584 0 1.584 0 2.375 1.584 1.584 0 2.375 1.583 3.959 3.166 1.583 1.584 4.75 1.584 4.75 3.167 0 1.583-1.584 0-1.584 3.167 0 1.583 0 1.583-1.583 1.583-.997 0-1.994 1.883-2.596 3.278a18.942 18.942 0 0 0 7.346 1.472 18.942 18.942 0 0 0 13.574-5.706l-.907-1.815s1.979-3.166.395-4.75c-1.583-1.583-1.583-3.166-1.583-3.166s-3.166 3.166-4.75 1.583c-1.583-1.584-1.583 0-3.166-3.167-1.584-3.166 1.583-4.75 1.583-4.75s0-3.166 1.583-3.166c1.584 0 3.167-3.167 6.334 0 0 0 1.83-1.22 4.418-1.519a19.013 19.013 0 0 0-3.28-5.166 1.902 1.902 0 0 1-1.139.351c-1.583 0 1.584 3.167 0 3.167-1.583 0-1.583-1.584-3.166-1.584-1.584 0-1.584 1.584-3.167 3.167-1.583 1.584 0 0-1.583-1.583-1.584-1.584 3.166 0 1.583-1.584-1.583-1.583 1.584-1.583 1.584-3.166 0-1.242 1.947-1.51 2.788-1.568-.914-.659-1.889-1.238-2.788-1.599 1.583 1.584-1.584 3.167-3.167 3.167-1.488 0-.18-2.794-.017-4.445a19.017 19.017 0 0 0-5.129-.701zm-19 19a18.951 18.951 0 0 0 6.253 14.09L7.917 33.25c-1.583 0-2.375-3.562-2.375-5.145 0-1.271-.51-2.287.107-3.457-2.234-2.243-.899-1.027-.899-2.481 0-.754-.717-1.508-1.47-2.09a19.192 19.192 0 0 0-.113 2.09z"/></svg>
<svg class="tc-image-globe_black tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T587 76 960 0t373 76 306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm320-444q28-5 36-1 5 3 7.5 5t3 5 .5 7v10q2 59 42 37 15-9 22.5-44t12.5-43q11-18 46-51 4-3 12.5-10.5T515 419t8.5-12 4.5-18q1-19-13.5-29T479 347q-90 71-159 169zm171 756q6 36 24.5 61t40 38 56.5 20 60 8 66 2 60 2q34 2 46 10.5t22 39.5q4 11 13 34.5t14.5 41 8.5 34.5q4 20 7 58t5 51q8 50 23 67 4 0 11.5.5t11.5.5q121 0 246-40 15-9 39-28t30-23q4-2 13-6t14-8.5 8-13.5q4-6 2.5-14t-2.5-12-5.5-12-6.5-14q-4-10-4.5-19t1.5-15.5 8-14 11-12 14-13 14-13.5q27-27 67-100 41-74 40-108-14-1-51.5 6.5t-58.5 3.5q-51-9-106-66-45-47-42-110 1-13 2.5-17t9.5-9q10 11 41 31.5t42 36.5q4 5 10.5 14.5t9.5 14 9.5 11.5 14.5 13 18.5 21 17.5 20q16 10 35.5 4.5t35.5-18.5q8-7 13.5-17t7-17 4-20.5 3.5-18.5q3-11 12.5-26t12.5-25 0-64q-33 0-48 8-4 2-13 13t-21 10q-22-1-35-20t-15-41q8-6 20.5-8t21-2 26 1 22.5 1q37 0 80-18 17-8 32-9.5t30.5 4.5 26.5 12 29 19q5 4 13.5 11.5t15 13.5 14.5 11 15 4 13-8q7-8 8-24.5t-.5-38-1.5-27.5l5-42q1-6 9-24-22-227-162-406t-350-255q-15 24-18.5 59t.5 86.5 4 62.5q0 15-4.5 23.5t-16 17.5-17.5 17q-38 43-74 36-10-2-38-9t-41-8-35-1-39 8.5-34 24.5q-3 3-12 11.5T887.5 568t-9 11.5-8 15T868 611q0 3-1.5 18t-1 20.5T870 664t13 14q12 6 33 4.5t32-8.5q8-6 12.5-17t8-26 6.5-22q10-20 29-25t31 12q18 28-8 72-15 24-28 36t-38 20q-2 1-8.5 4t-12 4-11.5 0q-5-2-13-10.5t-12-9.5q-24-7-62 28-28 26-61 30-4 1-13 1h-15l-13 2.5-7 8 2 16.5q2 6 15.5 21t10.5 33q-6 0-22-.5t-26 0-22 4-18 11.5q-8 12-17.5 45t-4.5 42q9 16 69 16 48 4 54-32 9-4 19.5-16t15.5-16q15-12 41-15 14-2 24.5-.5T893 899t12 12 11 17.5 11 18.5q20 31 34 27 8-3 7-25 0-14-16-39.5T938 864q11 0 16.5-1t12 8 9 13.5 7 15.5 6.5 15q11 29 21 42 1 1 10 9.5t12 14.5q3-4 17-27t20-37q17-41 37-59 21-19 72-19 44 0 43 20-1 8-12 19-6 6-44 21t-61 32-5 34q11 10 40.5 8t41.5 3q8 4 11 11.5t2.5 14-3 19-2.5 16.5v12q-24 14-57.5 16.5t-88.5-2.5-57-5q-43-2-91-39-22-17-39-22t-48-7q-146-5-237 70-102 85-80 212zm83-917q13 7 30.5 2t36-12 34-11.5 24.5 4 7 33.5q-8 3-34 11t-44 15-34.5 21.5T576 451q0 8 2.5 14t8 10 11.5 7 15.5 3.5 16 1.5 18 0 16-1 15-1.5T690 483q59-8 100-37 92-69 105-122 6-25-9-37.5T849 273t-46-5-33-15q-4-5-4-43 0-4 1-5-133 44-180 70 26 19 18 38-2 4-19 15t-12 27z"/></svg>
<svg class="tc-image-globe-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm-4.834 153.589c33.6 0 65.806 3.38 96.606 10.18 30.801 6.795 60.258 16.637 88.257 29.444-4-.8-9.2-1.99-15.6-3.59-32.06-6.358-61.664-9.153-91.26 10.768-18.21 11.35-38.185 20.09-61.157 19.19-27.2 0-54.578-4.57-82.178-13.77-27.6-9.2-52.228-19.416-73.828-30.616 44-14.4 90.36-21.606 139.16-21.606zm-259.497 91.553c7.625.03 14.9.887 21.9 2.636 11.199 2.8 18.851 8.632 22.85 17.432 5.601 11.2 13.365 21.601 23.365 31.201 10 9.6 20.588 17.995 31.787 25.196 6.4 1.6 11.601 3.16 15.6 4.76 11.883 4.181 18.277 15.397 31.202 15.6 9.6-3.2 17.251-.749 22.852 7.252 17.675 8.865 33.334 21.168 44.384 38.379-10.837 18.037-23.235 37.779-43.213 47.973.8 0 1.172.26 1.172.66s.445.585 1.246.585c3.203 5.6 1.57 9.984-4.835 13.184-4 1.6-7.752 2.789-11.352 3.589-3.6.8-7.426 1.616-11.426 2.417-10.4 1.6-17.234 3.606-20.434 6.006 0 1.6-1.19 2.417-3.59 2.417 0 .8-2.563 3.363-7.763 7.763-5.2 4.4-9.397 13.427-12.598 27.027-.8 3.2-2.434 6.394-4.834 9.595 2.4 22.4 3.032 39.822 1.832 52.221-1.2 12.4-6.216 19.792-15.015 22.193-3.997.8-9.198-.017-15.6-2.417-5.601-1.6-12.621-4.609-21.021-9.01-8.4-4.4-18.17-11.42-29.37-21.02 1.639 14.528 5.92 29.486 10.766 44.385 10.291-2.02 28.009-.85 20.435 14.429-5.423 5.492-3.94 9.22 3.589 12.012 3.194.8 6.388 3.622 9.594 8.422 12.416 1.097 25.167 1.381 39.038-1.245 11.6-1.6 23.934-1.972 37.134-1.172s26.238 3.81 39.038 9.01c36.484 15.25 66.09 63.335 106.202 81.005 9.994 6.4 18.205 12.79 24.609 19.19 6.4 6.399 9.595 13.605 9.595 21.606-.067 27.75-2.509 55.992-9.595 84.009-2.4 7.2-9.793 17.156-22.192 29.956-12.398 12.8-26.625 24.835-42.628 36.035a83.314 83.314 0 0 0-16.772 16.772c-4 5.6-7.826 12.807-11.426 21.607-3.6 8.8-5.42 19.2-5.42 31.2-6.4 12.001-11.786 23.033-16.186 33.033s-8.152 18.136-11.353 24.536c-3.2 8.8-6.467 16.007-9.668 21.607-31.843-1.852-61.58-13.777-91.186-31.201 3.456-56.88 14.784-113.26 20.434-169.19 1.6-5.6 1.155-10.8-1.245-15.6-25.726-51.13-55.906-76.68-49.145-147.583 1.6-8 2.344-14.018 2.344-18.018-10.578-10.422-25.32-18.521-35.962-31.201-72.703-34.077-148.433-36.684-201.636-112.793 8.8-58.4 28.228-111.967 58.228-160.767s67.407-90.404 112.207-124.804c4.8-.6 9.487-.898 14.062-.88zm548.73 12.89c49.6 41.6 88.827 91.973 117.627 151.172 28.8 59.2 43.14 123.985 43.14 194.385v8.423l-38.379 12.011c-16.24-4.473-33.541 7.29-40.796 22.779l20.435 7.177c3.2 1.6 5.205 3.235 6.006 4.835 4.445 11.387-.252 25.224-3.662 37.207-6.419 8.462-16.952 16.409-25.196 25.195-.8 4-1.172 10.017-1.172 18.017 0 12.8-5.2 28.403-15.6 46.802 1.6 5.6 1.6 10.8 0 15.6a134.024 134.024 0 0 1-10.767 29.957c-5.586 9.6-8.854 18.44-9.668 26.44-3.2 21.6-12.784 41.586-28.784 59.986-21.6 22.4-40.397 32.356-56.397 29.956-7.2-1.6-12.586-6.17-16.186-13.77-11.82-25.037-19.184-51.247-31.787-78.589-8.522-22.712-2.333-48.874-.586-73.242.648-18.066-11.363-34.493-15.015-52.148-.803-6 .758-14.21 4.761-24.61-.788-.8-4.54-2.247-11.352-4.248-36.307-10.173-62.698 9.258-93.604-18.603-12.4-11.2-20.61-27.173-24.61-47.974-4.8-28.8.773-54.803 16.773-78.003.8-2.4 1.245-4.778 1.245-7.178 0-5.6.372-9.611 1.172-12.011 3.98-.8 7.36-2.434 10.18-4.834 2.78-2.4 4.971-4.778 6.593-7.178 2.4-3.197 4.033-6.392 4.834-9.595 85.418-7.79 103.662-23.725 180.029 21.607l34.79-24.024c-8-13.6-15.02-23.556-21.02-29.956-20.257-21.276-45.834-24.94-66.578 0l-84.009-7.25c-10.998 10.788-30.197 11.121-45.63 12.01 0-7.2-2.006-14.405-6.005-21.606-4.8-9.6-7.178-17.177-7.178-22.778 0-5.596 1.189-9.98 3.589-13.183 25.445-33.53 20.412-35.882 30.615-80.42 3.6-10.4 10.175-23.179 19.775-38.38 22.427-31.82 107.814-49.329 152.418-53.979z"/></svg>
<svg class="tc-image-globe-o-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M9.071 2.3l.226.996s-.496.141-.768.047-.407-.094-.407-.094l-.36.521s-.137.331-.182.521c-.045.188.09.476.09.476s.633.047.633-.144-.09-.284-.09-.284l-.091-.331s.497-.357 1.581-.261c1.084.094.655 1.02 1.107 1.207.452.19-.484 1.649-.564 1.233.248 1.28-.326-.246-.926 1.137-.227.521-.928.521-.928.521s.137.237.272.521-.046.946-.046 1.137-.812-.331-.903-.806c-.09-.47-.361-.33-.542-.283-.181.047-.768.19-.858-.047-.09-.237-.654.475-.881.615-.226.144-.384.521-.021.331.36-.188.835.05.745.428-.091.381-.046-.237 0 0s-.159.759-.068 1.09c.09.334.947.047 1.219-.094.271-.144 1.04-.284 1.129.094.092.381 1.74.334 2.057.428s1.084.378 1.445.759c.361.378-1.197 1.043-1.242 1.28s-.316.806-.497 1.184c-.181.381-.271.521-.496.712s-.362.521-.362.521l-.045.806s.226.521.361.759c.135.234-.271 1.421-.271 1.421-.392-.079-.662-.19-.798-.568s-.331-.284-.286-.712c.046-.425-.633-.946-.768-1.184-.136-.237-.316-.568-.316-.806s-.497-.568-.497-.568-.903-.428-1.038-.618c-.137-.19-.271-.993-.317-1.327-.045-.331.136-1.184.136-1.184s.361-.284.136-.521-.271-.853-.271-.853l-.817.14s-.701-.51-.745-.744c-.044-.237-.044-1.254 0-1.491s0-1.254 0-1.491C5.494 2.432 9.071 2.3 9.071 2.3zm7.409 5.218s-1.49 0-2.236 1.491-2.236 0-2.236 0 2.236 3.727 3.728 2.238c1.491-1.491 1.491-2.238 1.491-2.982-.001-.747-.747-.747-.747-.747zM10.5 21C4.711 21 0 16.289 0 10.5 0 4.71 4.711 0 10.5 0S21 4.71 21 10.5a.5.5 0 0 1-1 0C20 5.262 15.738 1 10.5 1S1 5.262 1 10.5 5.262 20 10.5 20c3.902 0 7.467-2.446 8.868-6.087a.5.5 0 0 1 .933.359C18.753 18.297 14.814 21 10.5 21z"/></svg>
<svg class="tc-image-globe-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.759773254394531 20.07787322998047"><path d="M6.753 4.078c2.206 0 4 1.794 4 4s-1.794 4-4 4c-2.204 0-3.998-1.794-3.998-4s1.794-4 3.998-4m0-2a5.998 5.998 0 0 0-5.998 6 5.999 5.999 0 1 0 11.998 0 6 6 0 0 0-6-6zm6 16h-4v-1.23a8.92 8.92 0 0 0 4.363-2.406 8.944 8.944 0 0 0 2.637-6.363 8.927 8.927 0 0 0-1.968-5.62l.675-.672A1.001 1.001 0 0 0 13.046.37L10.994 2.42l.708.708c1.322 1.32 2.051 3.08 2.051 4.95s-.729 3.627-2.05 4.949-3.08 2.05-4.95 2.05-3.627-.728-4.949-2.05A1 1 0 1 0 .39 14.44a8.942 8.942 0 0 0 6.363 2.637v1h-4a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-globe-wire tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 44.33399963378906"><path d="M22.167 0c12.242 0 22.167 9.925 22.167 22.167s-9.925 22.167-22.167 22.167S0 34.409 0 22.167 9.925 0 22.167 0zM3.232 20.584h6.3a36.16 36.16 0 0 1 1.053-7.406 24.868 24.868 0 0 1-4.046-1.82 18.894 18.894 0 0 0-3.307 9.226zm10.99-15.68a19.046 19.046 0 0 0-5.726 4.069c.907.47 1.91.893 2.994 1.262.741-2.026 1.665-3.827 2.731-5.332zm6.362 15.68V15.01c-2.47-.1-4.83-.43-7.01-.955a34.726 34.726 0 0 0-.875 6.529h7.885zm0-17.154c-2.515.843-4.694 3.662-6.126 7.63 1.898.423 3.96.694 6.126.783V3.43zm20.518 17.154a18.894 18.894 0 0 0-3.307-9.226 24.872 24.872 0 0 1-4.046 1.82 36.16 36.16 0 0 1 1.053 7.406h6.3zm-10.99-15.68c1.067 1.504 1.99 3.305 2.732 5.33a21.78 21.78 0 0 0 2.994-1.261 19.046 19.046 0 0 0-5.725-4.07zm-6.362 15.68h7.884c-.095-2.32-.4-4.52-.874-6.529-2.18.525-4.54.856-7.01.955v5.574zm0-17.154v8.413a35 35 0 0 0 6.126-.782c-1.432-3.969-3.612-6.788-6.126-7.631zm17.352 20.32h-6.3a36.128 36.128 0 0 1-1.053 7.406 24.872 24.872 0 0 1 4.046 1.82 18.894 18.894 0 0 0 3.307-9.226zm-10.99 15.68a19.048 19.048 0 0 0 5.726-4.069c-.907-.47-1.91-.893-2.994-1.262-.741 2.026-1.665 3.827-2.731 5.332zM23.75 23.75v5.574c2.47.1 4.83.43 7.01.955a34.66 34.66 0 0 0 .874-6.529H23.75zm0 17.154c2.514-.843 4.694-3.662 6.126-7.63a35.002 35.002 0 0 0-6.126-.783v8.413zM3.232 23.75a18.894 18.894 0 0 0 3.307 9.226 24.868 24.868 0 0 1 4.046-1.82 36.121 36.121 0 0 1-1.053-7.406h-6.3zm10.99 15.68c-1.067-1.504-1.99-3.305-2.732-5.33a21.767 21.767 0 0 0-2.994 1.261 19.047 19.047 0 0 0 5.725 4.07zm6.362-15.68h-7.885c.096 2.32.4 4.52.875 6.529 2.18-.525 4.54-.856 7.01-.955V23.75zm0 17.154v-8.413a35 35 0 0 0-6.126.782c1.432 3.969 3.611 6.788 6.126 7.631z"/></svg>
<svg class="tc-image-gmail tc-image-button" width="22pt" height="22pt" viewBox="0 0 615.4080200195312 460.7999572753906"><path d="M0 459.264V0h94.72l4.609 4.096h422.4L526.336 0h89.072v460.8h-87.552v-3.6H90.096v2.064H0zm90.097-67.584v40.976h437.76v-37.888L351.217 262.16l-40.448 33.28-44.032-35.84zm0-30.72l157.185-117.248L90.097 114.688V360.96zm42.512-328.192l178.176 152.576L488.449 32.768h-355.84zm238.08 213.504l157.168 117.76V116.224z"/></svg>
<svg class="tc-image-gnu tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.093000411987305 21.495996475219727"><path d="M4.693 12.514a.57.57 0 0 0-.474.311c-.106.191-.356.221-.472.183-.194-.064-.442-.108-.682.063s-.499.042-.454-.27c.046-.312.158-.589.457-.761.653-.376.199-.637.557-1.014s.28-.493.268-1.006c-1.213-.182-1.901-.532-2.669-1.491S.158 6.78.079 5.577.068 3.595.588 2.596c.52-.998 1.067-1.479 2.015-1.978S4.48 0 5.339.015c.859.014 1.431.077 1.916.354s.929.625 1.212.628C8.75 1 8.943.925 9.08.82c.037.932-.802 1.013-1.553 1.033s-1.212-.291-1.904-.175c-.691.116-1.824.43-2.375 1.39s-.57 1.299-.525 2.104c.046.805.739 1.406 1.13 1.412s.478-.107.821-.33c.342-.223 2.09-2.387 2.687-2.873s1.185-.636 1.821-.644c.636-.008.798.014 1.31.224s.828.597 1.241.833c.211-.124.342-.31.536-.452.693-.507 1.053-.643 1.877-.563.474.046 1.071.317 1.427.626.634.552 1.158 1.319 1.582 1.903.33.454.718.998 1.272 1.168.605.185 1.06-.598 1.127-1.033.038-.246.087-.462.088-.733s-.027-.6-.105-.882a3.13 3.13 0 0 0-.357-.797c-.236-.379-.622-.776-1.023-.98-.225-.115-.755-.323-1.09-.33-.409-.009-.721.129-1.1.154-.458.031-1.277.134-1.636-.22-.229-.225-.257-.375-.296-.669a.704.704 0 0 0 .368.149c.287.024.556-.21.787-.346.191-.112.461-.312.712-.413.644-.26 1.435-.252 2.114-.183.545.056 1.251.298 1.729.568.48.272.943.729 1.282 1.161.426.543.659 1.009.814 1.687.197.865.252 2.164.014 3.017-.188.672-.812 1.705-1.344 2.211-.524.499-1.129.74-1.818.872.027.139.031.268.067.382.051.162.147.342.346.285.079-.023.122-.042.226.049s.05.445-.244.603c-.149.08-.306.098-.545.103s-.611.006-.87-.04c-.259-.045-.414-.251-.701-.283-.444-.05-.783-.37-1.139-.599-.148-.096-.198-.097-.284-.145.046.141.108.288.139.424s.018.262.034.371c.016.109.046.193.064.282.071.064.094.16.213.191s.306-.017.429-.033.204-.083.3-.065c.096.018.187.087.267.151s.149.074.215.234c.065.161.125.49.134.709s-.016.418-.081.593c-.065.174-.122.252-.299.424s-.464.426-.75.603c.053.078.076.15.159.235s.254.18.33.269c.076.089.115.154.116.254s-.004.231-.085.34c-.203.272-.443.321-.735.449.049.306.089.525.018.831-.029.125-.093.408-.247.48s-.45.037-.638.067c-.188.03-.293.058-.439.087-.089.129-.221.27-.267.386s-.032.157.006.274c.038.118.168.289.205.427s.044.286.01.424c-.034.138-.093.238-.211.361s-.349.219-.465.319c-.116.099-.23.111-.199.276.043.226.374.593.613.68.143.052.335.036.509-.038-.012.193-.179.323-.288.452.296-.085.583-.247.781-.461-.062.186-.273.486-.59.748s-.315.209-.472.313c.287.058.554.042.777.002-.122.067-.322.162-.587.19s-.428.008-.667-.05c-.239-.058-.456-.275-.746-.424.028.107.048.236.17.346s.306.166.501.262c-.249-.028-.511-.037-.755-.091-.181-.04-.303-.082-.435-.148s-.235-.161-.352-.242c.056.107.073.234.169.322s.251.121.377.182c-.131-.003-.257.026-.393-.009s-.264-.088-.405-.192c-.142-.104-.287-.233-.408-.364s-.27-.301-.315-.422c-.045-.121.027-.206.041-.309-.083.055-.186.085-.25.165s-.121.152-.092.291c.028.139.156.308.247.462-.27-.221-.42-.305-.485-.572-.06-.249.095-.475.214-.664.059-.093.146-.181.201-.271-.122-.119-.261-.222-.366-.358s-.148-.32-.255-.45c-.107-.13-.25-.212-.375-.319.11.236.29.525.329.708s-.044.294-.109.393c-.065.099-.169.121-.268.181s-.253.013-.313.103c-.059.09-.075.225-.018.314l.232.366c-.085-.043-.232-.168-.299-.257s-.168-.171-.182-.291c-.014-.12-.021-.224.057-.331s.291-.143.386-.225c.095-.082.149-.136.143-.242s-.109-.182-.199-.249c-.273-.204-.622-.393-.854-.639-.131-.139-.194-.252-.22-.348s.002-.171.066-.289c.065-.118.288-.276.315-.404s-.085-.156-.187-.201c-.102-.045-.294.023-.389-.056s.028-.244-.079-.335-.349-.04-.474-.138-.177-.219-.22-.36-.048-.297-.019-.399.117-.121.17-.174c.053-.053.099-.097.028-.177s-.303.005-.436-.097c-.133-.102-.052-.345-.146-.448s-.263-.063-.352-.095c-.089-.033-.124.083-.179-.1s-.056-.729-.13-.933c-.074-.204-.218-.014-.285-.216s-.003-.526-.034-.832l-.137-.832c-.478.321-.793.422-1.307.512-.043 1.256-.161 1.996.265 3.389s1.289 2.215 2.453 3.395C6.208 18 5.475 17.065 5.016 15.866s-.371-2.201-.325-3.355zm8.161-.504c.118.005.262.035.345.089s.171.098.246.175c.188.191.329.422.391.687.04.169.046.386.06.585-.057-.183-.095-.375-.176-.539-.128-.259-.345-.512-.614-.629a.328.328 0 0 0-.197-.024c.022.037.059.068.06.121s-.011.159-.102.203c-.147.072-.311.021-.424-.079s-.154-.272-.094-.42c.072-.175.344-.176.505-.169zm-1.481-.25c.015-.302.124-.556.394-.704.14-.076.355-.175.553-.199.19-.022.653-.006.931.121.214.098.359.249.547.36s.321.185.5.31c.274.191.435.401.625.527.091.061.22.052.341.089-.094.028-.218.059-.319.026a1.464 1.464 0 0 1-.403-.24 2.67 2.67 0 0 0-.454-.329c-.113-.066-.3-.144-.425-.225s-.341-.26-.461-.32c-.152-.077-.426-.119-.596-.114-.234.007-.572.045-.752.209-.18.163-.248.306-.207.518.068-.078.113-.176.18-.234.14-.12.301-.126.476-.103.196.026.295.139.36.325-.044-.032-.124-.102-.187-.124a.453.453 0 0 0-.4.039c-.164.088-.12.219-.143.363-.011.067-.036.121-.054.181a.357.357 0 0 1-.166-.088c.002.068-.008.127.006.203s.051.167.076.25c-.114-.114-.231-.221-.305-.369s-.124-.312-.116-.474zm.198-2.196c.084-.125.109-.317.161-.473-.021.198.019.415-.077.558s-.266.118-.407.16c.109-.083.238-.12.323-.245zm-2.019 2.931c.108-.088.4-.017.619-.002l-.471.121c-.015.053-.008.115-.044.16s-.104.063-.156.094c.005-.14-.056-.285.052-.373zm1.54-6.087c.131.07.296.163.411.166s.145-.075.213-.12c.107.348.229.73.41 1.045.076.132.125.071.182.204s.083.403.138.573.126.294.19.442c-.161-.227-.368-.517-.457-.707s-.032-.206-.105-.386-.219-.461-.328-.692c-.078.01-.175.025-.235.006s-.048-.082-.101-.123c-.054-.041-.144-.025-.22-.09s-.093-.199-.099-.318zm-.703 1.715c.123-.011.275.022.39.016s.197-.036.296-.055c-.018-.173-.001-.491-.161-.607-.103-.075-.527-.018-.641.006-.255.055-.552.207-.798.302.236-.165.44-.318.724-.403.17-.051.568-.118.744-.07.08.022.096.055.145.123.167.234.167.435.21.708.043.067.088.111.123.179s.054.177.064.265c-.044-.063-.017-.143-.138-.19s-.307-.003-.471.014c.119.086.178.169.183.351.005.213-.175.367-.364.382-.262.02-.397-.037-.503-.261-.046-.098-.013-.216-.017-.312-.315.022-.31.012-.54.203.125.183.204.289.41.398.116.062.247.121.391.146s.379.048.53.025.236-.066.348-.17c.112-.104.122-.252.166-.369-.01.113-.023.256-.065.338-.127.249-.348.322-.61.323a2.213 2.213 0 0 1-.799-.155c-.188-.078-.499-.298-.573-.489-.05-.131-.011-.291-.016-.437.26-.173.324-.13.632-.181.129-.021.217-.069.34-.08zm-1.514-1.17c.007-.104.019-.101.028-.152-.237-.063-.332.09-.47.376-.052.107-.001.17-.056.241s-.145.06-.236.128-.18.197-.264.267c-.174.143-.408.231-.609.327.137-.101.404-.255.49-.402.046-.078.039-.225.11-.296s.096-.119.188-.137c.092-.018.055-.124.085-.209s.089-.145.152-.229c.063-.085.142-.212.266-.258s.318.004.411-.023c.094-.027.04-.095.108-.136s.201-.023.292-.067c.162-.078.239-.208.336-.346.014.299.011.514-.097.796-.121.317-.244.503-.587.698-.118.067-.236.09-.334.126.057-.078.139-.112.172-.234s.008-.365.016-.468zm5.546 1.458c-.163.011-.202-.011-.333.081l.212.331c-.006-.218.015-.261.12-.412zm-.427-.158c.226-.096.423-.174.669-.19.099-.006.252.009.351.014.085-.125.193-.223.233-.366.026-.095.013-.534-.033-.648-.135-.332-.267-.346-.453-.536-.135-.138-.141-.348-.181-.583-.015-.086-.057-.196-.077-.285-.244-.041-.505-.055-.785-.041.136-.13.267-.249.306-.445s.007-.436-.104-.611-.289-.328-.452-.471-.397-.261-.551-.378c.201-.072.406-.178.603-.216.513-.1.955.053 1.449.352.288.174.525.339.826.654s.673.892.964 1.234c.291.342.526.613.78.817s.484.262.725.393l.377.4.305-.377.491.056.101-.551.451-.123-.074-.743.324-.23-.243-.462.247-.505-.322-.577.124-.556-.373-.318-.049-.59-.521-.199-.209-.514-.585-.007-.287-.381-.394.028-.439-.048-.249-.183-.36.239-.436-.228-.867.329.565-.492.586-.094.449-.114.606.199.533-.135.514.304.544-.03.267.48.542.063.293.533.341.186.09.683.303.288-.134.598.358.453-.335.485.359.303-.458.406.464.483-.561.181.365.518-.458.079.3.57-.516-.007.26.427-.566-.068.135.614-.428-.376-.147.745-.295-.535-.16.667-.364-.492.01.699-.403-.629c.085.357.068.747.302 1.084.726-.098 1.201-.281 1.757-.816.506-.487 1.112-1.504 1.276-2.148.187-.736.193-2.088.009-2.837-.177-.721-.408-1.066-.82-1.654-.394-.418-.781-.86-1.28-1.158-.733-.438-1.674-.556-2.509-.544a2.967 2.967 0 0 0-1.05.196c-.484.176-.871.56-1.363.749-.16.062-.289.064-.415-.004.124.247.258.359.567.449.223.065.756.024 1.122-.01.394-.036.599-.153 1.134-.146.523.007.938.206 1.164.335.468.267.803.564 1.094 1.034.16.258.272.549.351.846s.113.63.119.921a2.84 2.84 0 0 1-.088.812c-.166.613-.533 1.236-1.287 1.14-.461-.059-1.157-.925-1.39-1.243-.47-.641-.954-1.351-1.544-1.885a2.38 2.38 0 0 0-1.337-.594c-.908-.083-1.178.089-1.861.653.139.044.275.069.417.133.316.143.606.327.858.563.264.248.383.405.393.759.006.236-.188.424-.365.594-.109.104-.252.199-.34.28-.117.107-.261.224-.115.395.055.064.151.113.232.172.128.095.069.448-.099.542a.558.558 0 0 1-.652-.054c.225-.034.367-.063.362-.247-.003-.107-.139-.195-.272-.256-.321-.146-.563-.125-.882-.354-.322-.232-.329-.359-.417-.723-.155.016-.299.02-.506.089s-.438.233-.626.273c-.475.102-.57.072-.83.005-.458-.118-1.054.084-1.646.274-.098.031-.497.001-.765.095-.414.145-.995.497-1.331.78-.509.428-1.177 1.71-1.555 3.181-.04.447.088.749-.194.967s-.274.778-.37.935c-.096.157-.206.087-.412.308s-.31.184-.305.6c.177-.116.436-.252.662-.26.201-.007.203.257.719-.253.276-.273.806-.281 1.173-.401s1.03-.368 1.694-1.11c.664-.742.981-1.523 1.11-2.652.021.2.056.426-.03.978s-.27 1.172.119 1.915l.242.463c-.144-.197-.426-.518-.511-.747l-.196-.528c-.438.688-.539.811-1.147 1.304-.024.306-.03.625.07.917s-.059.63.017.822c.076.193.252.083.309.278s-.03.581.059.771c.089.19.307.075.413.136s.14.145.197.226c.057.081-.022.272.093.334s.295.009.415.069c.12.06.138.203.109.331s-.157.187-.213.317c-.056.13-.05.221.018.341s.217.186.366.246.358.026.512.11.292.25.373.371c.081.121.104.206.1.333s-.056.274-.124.396c-.068.123-.218.272.016.507s.225.134.359.286c-.015-.263-.123-.478-.044-.676s.318-.233.444-.322.198-.212.297-.317c-.001.136.013.283-.002.385-.031.208-.093.393.217.427.14.015.273-.076.42-.13-.077.138-.211.249-.231.415s.004.347.119.511c.114.164.312.286.457.382s.222.104.334.156c.005.163-.027.334-.008.488s.067.288.155.415c.089.126.23.199.364.293-.073-.171-.222-.333-.22-.512s.056-.307.231-.466c.175-.159.585-.297.778-.452s.256-.25.325-.4c.069-.15.05-.393.063-.528.064.189.073.248.093.446s-.116.476-.173.623a.951.951 0 0 0 .467-.48c.051.03.025.114.044.274.085-.085.182-.15.268-.23s.18-.15.223-.262c.043-.112.025-.23-.007-.36s-.177-.28-.255-.422c-.078-.142.014-.281.009-.452-.156-.027-.289-.106-.468-.08s-.385.227-.569.23-.287-.169-.437-.217-.303-.042-.454-.063c.192-.183.935-.271 1.444-.354a9.037 9.037 0 0 1 1.345-.121c.202-.003.463.064.603.023s.111-.136.152-.241c.117-.292.059-.552-.004-.846-.407-.048-.831-.106-1.241-.075-.401.031-.876.221-1.289.234-.359.011-.892-.069-1.201-.257-.377-.23-.669-.724-.773-.882-.169-.258-.382-.765-.511-.997s-.158-.297-.266-.393c-.108-.097-.255-.104-.383-.156.147.015.308-.032.441.045.201.115.426.593.551.8.132-.444.101-.618.485-.868-.309.346-.316.608-.392 1.015.257.421.613 1.092 1.081 1.278.169.067.458.11.641.132.567.07 1.115-.11 1.672-.247.408-.101.821-.06 1.316-.031.168.01.565-.091.647-.262.044-.092.041-.202-.023-.3s-.234-.145-.325-.233c-.091-.088-.143-.192-.215-.289-.378.073-.69.1-.971.108.202-.083.395-.13.605-.212s.448-.217.617-.328.277-.177.4-.307c.122-.13.279-.264.37-.423s.104-.337.109-.534c.005-.197-.004-.473-.079-.631s-.222-.207-.34-.244-.198.057-.32.07c-.122.013-.236.09-.413.007s-.386-.252-.565-.503c-.179-.251-.306-.662-.488-.978-.314-.544-.705-1.053-1.079-1.557-.031-.124-.077-.296-.092-.465-.027-.294-.032-.6.059-.886.07-.22.172-.452.402-.542.092-.036.208-.05.291-.02s.163.123.131.231c-.035.118-.117.121-.173.181a.642.642 0 0 0-.168.301c.102-.002.24-.009.323.013a.375.375 0 0 1 .266.256c-.13-.116-.195-.169-.358-.173-.075-.002-.165.025-.247.037-.031.1-.049.223-.092.301s-.128.059-.16.15a.87.87 0 0 0-.017.357zm1.138-.136c.05.02.069.024.132.072s.15.096.201.211c.05.115.048.293.037.365-.044-.013-.104-.004-.149-.043s-.073-.127-.131-.165c-.058-.038-.107-.03-.172-.038a.554.554 0 0 1 .034.274c-.034.187-.143.281-.321.304-.078.01-.201-.016-.268-.028.031.07.084.131.116.201.15-.022.262-.019.342-.056s.167-.122.271-.158c.104-.036.196-.035.31-.053-.09.077-.148.154-.237.231l.196.571c.139.087.269.133.444.24s.385.299.613.404c.228.105.363.162.602.207s.427.238.662.269c.234.031.672.038.852.02.205-.02.471-.126.495-.35-.172.042-.434.004-.567-.319-.059-.144-.03-.408-.12-.577s-.215-.224-.365-.434c-.15-.209-.395-.539-.533-.819s-.17-.598-.286-.849-.292-.454-.428-.648c-.297-.423-.537-.712-1.026-.925-.235-.103-.503-.13-.755-.195-.102.046-.243.097-.268.216s.023.297.11.387c.145.15.361.313.446.552.054.153.07.668.023.807-.049.145-.163.232-.257.329zm.047 1.217c-.046.039-.08.079-.153.112s-.173.041-.27.065c.136.212.279.426.409.648s.243.466.368.699c-.006-.134.002-.276-.017-.401s-.076-.234-.132-.421c-.056-.187-.125-.442-.204-.703zM11.52 4.68c-.019.208.016.534.059.738.052.244.101.371.299.518.363.269.594.224.873.38.133.074.301.199.35.33s-.032.275-.133.331c.176.026.374-.172.291-.376-.041-.1-.234-.145-.293-.246s-.059-.205-.031-.308c.05-.185.417-.354.546-.5.199-.225.276-.414.163-.704-.158-.408-.771-.735-1.137-.895-.168-.073-.262-.078-.393-.118.268.157.55.282.686.633.113.293.015.404.019.659.002.118.158.178.227.252.06.065.055.113.007.203a.232.232 0 0 0-.102-.185c-.103-.073-.213-.057-.268-.206-.083-.227.082-.441-.103-.696-.138-.19-.322-.404-.571-.409a.984.984 0 0 0-.331.052l-.167-.201-.004-.003c-.34-.311-.573-.567-1.051-.78s-.713-.246-1.26-.234c-.547.012-1.091.058-1.725.605S5.203 6.16 4.807 6.425c-.396.265-.484.355-.979.355S2.56 6.08 2.53 5.205c-.03-.875-.043-1.186.566-2.241s1.711-1.378 2.529-1.488c.818-.109 1.309.179 1.915.18s1.203-.103 1.379-.584c-.086.051-.202.109-.527.092S7.616.771 7.109.518C6.602.266 6.038.236 5.314.223S3.687.265 2.792.748c-.895.483-1.505.996-2.024 1.941S.172 4.406.255 5.551s.437 1.996 1.116 2.834c.68.838 1.359 1.248 2.584 1.4l.258-1.137-.46.661.011-.735-.416.517-.183-.701-.337.562-.168-.782-.489.395.155-.646-.647.072.297-.449-.59.007.343-.599-.523-.083.417-.545-.641-.19.531-.508-.524-.427.41-.319-.383-.51.409-.476-.153-.628.347-.303.103-.718.389-.196.335-.561.619-.066.306-.504.622.032.588-.319.61.142.692-.209.513.12.669.098.646.517L6.72.951l-.499.239-.412-.252-.284.193-.502.05-.45-.029-.328.401-.669.007-.239.54-.595.209-.056.62-.427.334.142.584-.369.606.283.53-.278.485.37.241-.084.78.515.13.116.579.561-.058.348.397.431-.421c.785-.391 1.108-.61 1.72-1.272.697-.753 1.096-1.45 2.024-1.966.665-.37 1.208-.503 1.956-.374.702.121.937.542 1.454.986.055-.099.066-.125.156-.198-.028.129-.073.262-.085.386z"/></svg>
<svg class="tc-image-go tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.041000366210938 25.833999633789062"><path d="M8.968.084l-1.29.152c-1.57.182-2.921.63-3.9 1.297-.319.22-.334.228-.569.106-.341-.174-1.244-.205-1.692-.053-.622.205-1.032.668-1.153 1.305-.091.478.008 1.039.258 1.411.152.228.705.63 1.039.759.023.015-.023.486-.106 1.047-.129.857-.144 1.274-.114 2.541.023.835.091 1.844.152 2.238.068.395.144.979.167 1.297l.053.577-.326.053c-.516.076-1.305.501-1.388.736-.099.281-.008.546.288.865.303.319.485.311.994-.03l.303-.205v3.49c0 3.467 0 3.505.175 3.922.228.569.698 1.282 1.153 1.775l.379.395-.379.243c-.417.273-.759.766-.759 1.108 0 .144.083.288.273.463.228.22.326.258.637.258.334 0 .417-.038.774-.341.22-.19.546-.417.721-.508l.326-.167.698.235c1.183.402 1.904.508 3.437.501 1.942-.008 3.551-.288 4.734-.827.22-.099.463-.182.523-.182.068 0 .387.281.713.614.584.615.592.622.903.577.448-.061.751-.372.751-.759 0-.417-.182-.759-.622-1.153l-.372-.334.356-.478c.675-.918 1.062-1.927 1.328-3.46.152-.918.182-2.671.084-4.628a50.01 50.01 0 0 1-.046-.926c.008 0 .167.083.341.19.44.25.706.243.948-.015.22-.235.281-.432.243-.789-.03-.326-.326-.531-1.024-.721-.281-.068-.531-.144-.554-.167-.023-.015-.061-1.381-.091-3.035-.053-3.095-.053-3.141-.417-4.704-.023-.099-.008-.167.053-.167.19 0 .766-.478.941-.781.372-.622.326-1.419-.114-2.026-.455-.63-1.441-.85-2.375-.539l-.478.159-.387-.25C14.018.789 13.108.425 12.304.25 11.644.106 9.527 0 8.966.083zm2.928.372c2.496.432 3.839 1.601 4.628 4.006.47 1.434.531 2.064.599 6.16.038 2.041.106 4.415.152 5.273s.061 1.897.038 2.314c-.099 1.51-.432 2.906-.918 3.831-.326.622-.956 1.411-1.184 1.479-.099.03-.311.182-.478.341-.872.827-2.762 1.335-5.235 1.419-1.51.046-2.397-.061-3.573-.433-.66-.212-.789-.288-1.092-.599-.379-.402-.728-.615-1.017-.615-.379 0-1.396-1.32-1.715-2.215-.228-.645-.266-2.261-.152-5.94l.099-3.217-.182-1.426c-.478-3.748-.008-6.661 1.366-8.368.607-.751 1.548-1.297 2.913-1.684C7.488.403 10.583.221 11.896.456zm5.235 1.107c.956.486 1.001 1.995.084 2.58-.19.121-.364.22-.387.22-.03 0-.121-.212-.212-.463l-.174-.47.197-.228c.144-.167.182-.281.144-.425-.091-.364-.296-.47-.721-.372-.159.038-.235-.015-.516-.372-.182-.228-.319-.425-.303-.448.015-.015.22-.076.448-.144.493-.137 1.032-.091 1.441.121zm-14.354.228c.212.046.402.114.425.144.023.038-.106.258-.281.486-.311.402-.341.417-.599.379-.235-.038-.296-.015-.432.159-.212.273-.212.432.015.69l.175.212-.144.44c-.083.243-.19.44-.235.44-.152 0-.637-.326-.797-.531-.645-.85-.228-2.117.797-2.397.463-.121.607-.129 1.077-.023zm15.439 11.092c.523.197.774.47.698.766l-.046.19-.258-.152c-.152-.091-.281-.121-.303-.076-.03.038.015.091.099.121.243.076.349.243.235.379-.152.182-.478.137-.857-.121l-.357-.235v-.523c0-.493.008-.523.174-.516.091 0 .372.076.614.167zm-16.418.295c0 .614-.083.819-.417 1.047-.463.319-.668.357-.88.144-.159-.159-.167-.175-.038-.25.311-.19.372-.25.296-.296-.045-.03-.167.023-.281.106-.167.129-.205.137-.243.038-.137-.357.129-.652.812-.888.622-.212.751-.197.751.099zm14.165 10.675c.402.296.751.971.652 1.267-.106.319-.197.288-.402-.144-.106-.212-.228-.402-.273-.41-.046-.015.015.174.144.425.121.25.197.485.167.531-.023.046-.159.083-.303.083-.212 0-.319-.076-.721-.531-.25-.288-.531-.546-.614-.569-.228-.076-.175-.22.197-.561.425-.387.713-.41 1.153-.091zm-11.745.045c.121.061.341.258.493.432l.281.319-.296.137c-.159.076-.493.311-.743.523-.508.432-.698.501-1.017.372-.197-.083-.212-.106-.144-.288.046-.114.167-.319.273-.455s.175-.273.152-.296c-.061-.053-.41.349-.516.599-.106.266-.205.273-.266.023-.106-.432.197-.888.835-1.252.432-.25.637-.281.948-.114zm7.496-22.494c-.766.197-1.434.744-1.745 1.434-.235.508-.22 1.358.023 1.866.258.531.812 1.055 1.343 1.252.592.22 1.563.19 2.071-.068.842-.432 1.229-1.024 1.274-1.995.03-.577.008-.698-.152-1.062-.265-.577-.607-.933-1.146-1.199-.523-.25-1.191-.341-1.669-.228zm1.487.288c1.282.569 1.768 2.147 1.032 3.315-.698 1.1-2.496 1.305-3.52.402-.88-.774-1.032-1.95-.379-2.906.622-.91 1.859-1.259 2.868-.812zm-2.769 1.677c-.614.546-.015 1.517.804 1.29.303-.083.576-.432.576-.736 0-.69-.85-1.032-1.381-.554zM5.516 1.7a2.72 2.72 0 0 0-1.502 1.252c-.175.326-.205.485-.205 1.032 0 .531.03.713.182 1.017.721 1.464 2.67 1.836 3.877.751.584-.523.797-.979.797-1.73 0-.516-.03-.675-.212-1.039-.417-.85-1.259-1.358-2.238-1.343-.281 0-.592.03-.698.061zm1.836.334c1.661.971 1.57 3.171-.167 4.021-.531.258-1.411.235-1.988-.046-1.722-.85-1.699-3.217.046-4.051.341-.159.47-.182 1.07-.159.584.023.743.061 1.039.235zm-2.633 1.32c-.228.053-.546.387-.592.615-.053.266.106.645.334.804.099.068.319.121.493.121.88 0 1.1-1.146.288-1.487-.265-.114-.273-.114-.524-.053zM8.99 5.417c-.395.083-.668.281-.721.546a.47.47 0 0 1-.25.334c-.478.25-.728.781-.561 1.214.068.159.425.341.698.341h.22l-.068.395c-.083.501-.023.857.175 1.055s.47.182.721-.038l.212-.175.129.152c.159.205.622.205.842 0 .137-.121.152-.205.121-.766l-.03-.622h.235c.865 0 .85-1.13-.023-1.555-.212-.099-.319-.197-.319-.303-.008-.22-.167-.402-.478-.531-.296-.121-.455-.129-.903-.046zm1.601.994c.41.205.614.486.614.85 0 .266-.03.311-.25.402-.266.114-.592.068-1.214-.152-.341-.121-.379-.121-.88.03-.903.273-1.297.167-1.312-.349-.008-.303.121-.508.44-.713.266-.159.281-.159.546-.03.152.068.448.144.66.167.311.03.44 0 .721-.152.19-.106.349-.197.364-.197.008-.008.152.061.311.144zM9.339 8.247c-.061.804-.114.948-.372 1.017-.455.114-.622-.197-.524-.933l.068-.516.379-.129c.212-.068.402-.129.432-.137.03 0 .038.319.015.698zm.585-.539c.379.129.448.258.448.842 0 .455-.023.523-.182.63-.258.167-.569.076-.622-.182-.023-.106-.061-.25-.076-.311-.053-.152.053-1.062.121-1.062.03 0 .167.038.311.083z"/></svg>
<svg class="tc-image-goldenline tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.88955020904541 15.699183464050293"><path d="M10.792 14.241a1.458 1.458 0 1 1-1.457-1.458c.805 0 1.458.653 1.458 1.458zm-3.106-.113l-3.42.8s-.19.053-.258-.142c-.04-.118.06-.262.06-.262l3.434-5.608s.175-.265.507-.362c.275-.08.574.106.574.106l5.498 3.46s.24.097.225.288c-.016.193-.224.226-.224.226l-3.32.776a1.65 1.65 0 0 0-1.427-.82c-.875 0-1.59.68-1.65 1.538zM2.572 4.781l.997-3.466s.047-.193.25-.157c.123.022.2.18.2.182l3.22 5.73s.146.282.07.62c-.065.278-.374.448-.374.448l-5.703 3.115s-.202.16-.36.055c-.16-.107-.09-.305-.09-.305l.97-3.37a1.652 1.652 0 0 0 .82-2.852zm.35 1.225A1.46 1.46 0 1 1 0 6.009a1.462 1.462 0 0 1 2.923-.003zm10.32-1.143l2.51 2.753s.138.14.002.293c-.083.093-.26.074-.26.074l-6.57-.26s-.315-.023-.562-.265c-.204-.2-.186-.552-.186-.552l.336-6.49S8.479.16 8.652.08c.177-.08.307.085.307.085l2.186 2.398a1.653 1.653 0 0 0 2.095 2.3zm.823-1.526c0 .806-.65 1.46-1.457 1.46a1.46 1.46 0 1 1 1.458-1.459z"/></svg>
<svg class="tc-image-golf-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.496999740600586 11.036402702331543"><path d="M2.05.663c-.518.543.223 1.175.678.675l.496-.543 2.332 1.393-4.25 2.337c-.293.162-.341.44-.234.721l.889 2.317-.935 2.804c-.129.385.171.649.474.658a.468.468 0 0 0 .475-.341l.92-2.764.853-.283.252.505v2.383s0 .5.5.5.5-.5.5-.5V8.142a.84.84 0 0 0-.064-.362L3.655 4.44l2.552-1.403c.187-.08.29-.254.29-.512 0-.226-.217-.413-.456-.556L2.905.096C2.745 0 2.63.053 2.582.103l-.533.56zM1 2.025a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/></svg>
<svg class="tc-image-golf-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.199999809265137 13.899999618530273"><path d="M0 1v.2c0 .4.3.7.7.7.3 0 .5-.2.6-.5l.2-.5 5.6 2.3-3.9 2.7c-.4.3-.4.7-.3 1.1l.9 2.1L2.5 13c-.2.5.2.9.6.9.3 0 .5-.1.6-.5l1.4-4 .1.3v3.5s0 .7.7.7.7-.7.7-.7V9.9c0-.2 0-.3-.1-.5L5.1 6l2.7-1.9c.2-.2.4-.3.4-.6S8 3 7.8 2.9L.6 0C.512 0 .482.018.4.1L0 1zm2.1 1.9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5z"/></svg>
<svg class="tc-image-golf-course tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 40"><path d="M31 32c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM26 7.85L10 0v36H6v-3.46c-3.58.69-6 1.98-6 3.46 0 2.21 5.37 4 12 4s12-1.79 12-4c0-1.98-4.33-3.62-10-3.94v-18.1l12-6.11z"/></svg>
<svg class="tc-image-goodreads tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 10.047663688659668 15.998802185058594"><path fill-rule="nonzero" d="M10.048 10.632V.328h-1.37v1.934h-.043a3.429 3.429 0 0 0-.556-.87 4.385 4.385 0 0 0-.815-.727 3.782 3.782 0 0 0-1.012-.49A4.008 4.008 0 0 0 5.069.002c-.81 0-1.533.15-2.163.446-.63.297-1.16.703-1.587 1.217A5.444 5.444 0 0 0 .34 3.469a7.027 7.027 0 0 0-.337 2.185c0 .797.094 1.547.283 2.25.19.703.49 1.315.903 1.837.413.52.938.93 1.576 1.227.637.297 1.405.446 2.303.446.827 0 1.548-.21 2.164-.63A4.02 4.02 0 0 0 8.635 9.11h.042v1.52c0 1.363-.282 2.406-.848 3.13-.565.726-1.485 1.088-2.76 1.088-.377 0-.747-.04-1.11-.12a3.393 3.393 0 0 1-.988-.38 2.533 2.533 0 0 1-.76-.685 2.43 2.43 0 0 1-.425-1.054H.416c.045.593.208 1.104.49 1.53.283.43.638.78 1.066 1.056.427.275.91.478 1.445.608.538.13 1.088.196 1.653.196.914 0 1.685-.123 2.316-.37.63-.246 1.14-.6 1.53-1.065.393-.464.68-1.03.86-1.695.18-.667.272-1.413.272-2.24zm-4.98-.37c-.636 0-1.187-.126-1.65-.38a3.472 3.472 0 0 1-1.153-1 4.227 4.227 0 0 1-.675-1.423 6.307 6.307 0 0 1-.217-1.653c0-.58.07-1.148.206-1.706.138-.558.36-1.055.663-1.49.305-.434.69-.786 1.153-1.054.463-.268 1.02-.402 1.673-.402s1.207.138 1.664.413c.456.276.83.638 1.12 1.087.29.45.5.95.63 1.5s.195 1.102.195 1.652c0 .566-.076 1.116-.228 1.653a4.382 4.382 0 0 1-.685 1.423 3.577 3.577 0 0 1-1.13 1c-.45.254-.972.38-1.567.38z"/></svg>
<svg class="tc-image-google tc-image-button" width="22pt" height="22pt" viewBox="0 0 330.75201416015625 511.9849548339844"><path d="M0 418.817c0-29.68 15.183-56.144 45.568-79.344 30.367-23.216 67.071-34.832 110.08-34.832h27.648c-14.336-13.648-21.52-28.336-21.52-44.032 0-9.904 2.752-19.792 8.208-29.696-3.425.336-8.352.512-14.864.512-35.489 0-64.496-11.088-87.025-33.28-22.527-22.192-33.792-49.488-33.792-81.92 0-31.056 14-58.192 41.985-81.408C104.271 11.601 136.192 0 172.032 0h158.72l-35.328 25.601h-50.176c16.032 6.144 28.592 17.744 37.632 34.815 9.04 17.057 13.568 36 13.568 56.832 0 31.745-15.008 59.393-45.04 82.945-12.624 9.904-20.832 17.744-24.576 23.552-3.744 5.808-5.632 12.976-5.632 21.503 0 6.481 4.592 14.673 13.808 24.577 9.216 9.888 18.432 18.272 27.664 25.072 20.816 14.687 35.248 29.696 43.264 45.056 8.016 15.376 12.032 34.656 12.032 57.856 0 30.72-13.984 57.424-41.984 80.128s-65.872 34.048-113.664 34.048c-45.408 0-83.808-8.528-115.217-25.6C15.712 469.361 0 446.817 0 418.817zm57.344-16.88c0 23.552 9.984 43.616 29.952 60.176 19.968 16.544 44.8 24.816 74.48 24.816 40.624 0 70.064-7.504 88.336-22.512 18.272-15.008 27.392-34.992 27.392-59.904 0-6.48-.688-11.952-2.048-16.383a83.06 83.06 0 0 0-3.584-10.497c-1.376-3.232-3.408-6.463-6.16-9.712-2.72-3.248-5.104-5.968-7.153-8.192-2.047-2.224-5.376-5.024-9.983-8.448a657.847 657.847 0 0 0-10.496-7.664c-2.384-1.712-6.656-4.704-12.8-8.976-6.16-4.272-10.593-7.248-13.312-8.96-13.312-4.112-26.449-6.144-39.424-6.144h-2.048c-29.696 0-55.809 8.016-78.336 24.064-23.2 16.352-34.816 35.824-34.816 58.336zM91.12 115.729c3.76 26.96 14.095 50.176 30.992 69.632 16.895 19.456 35.584 29.344 56.08 29.696h2.031c19.12 0 34.464-8.88 46.097-26.624 9.216-14.336 13.808-31.232 13.808-50.688 0-5.456-.336-11.264-1.025-17.408-3.407-26.976-13.567-49.84-30.447-68.608s-35.584-28.496-56.065-29.184h-2.048c-19.471 0-35.007 8.704-46.591 26.112-9.216 14-13.825 30.72-13.825 50.175-.015 5.457.32 11.09.993 16.897z"/></svg>
<svg class="tc-image-google_analytics tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.059003829956055 22.0570011138916"><path d="M22.059 20.11a1.953 1.953 0 0 1-1.947 1.947H1.949A1.953 1.953 0 0 1 .002 20.11V1.947C.002.876.878 0 1.949 0h18.163c1.071 0 1.947.876 1.947 1.947V20.11zm0-13.18l-1.992-1.342a2.344 2.344 0 1 0-4.184.828l-4.307 6.586a2.333 2.333 0 0 0-2.059.488l-2.883-1.659c.015-.106.025-.213.025-.323a2.344 2.344 0 1 0-4.506.906L0 14.411v2.125l3.198-2.967a2.334 2.334 0 0 0 2.717-.354l2.813 1.619a2.343 2.343 0 1 0 4.155-.986l4.277-6.54a2.332 2.332 0 0 0 2.065-.409l2.833 1.909V6.93z"/></svg>
<svg class="tc-image-google_drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.59400177001953 19.8489990234375"><path d="M7.946 14.065H7.82l-.061.109-3.245 5.675h14.773l.061-.109 3.246-5.674h-.373zm7.924-1.352l.062.108h.126l6.536-.028-.187-.322L15.208 0h-.126L8.545.027l.187.322zm-5.128-6.286l-.063-.109L7.387.672l-.186.322L0 13.464l.064.109 3.292 5.648.186-.323L10.68 6.535z"/></svg>
<svg class="tc-image-google_plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 1560q0 79 35 139 61 112 214 169 130 52 279 52t273.5-40 204.5-106.5 124-152 44-178.5q0-129-69-222-53-72-142-139-30-23-66-56-70-58-70-114 0-66 92-149 31-27 76-74 40-44 65.5-111t25.5-148q0-104-45.5-196.5T914 90h156l155-90H721Q612 0 505 22 344 58 235 186T126 475q0 169 122 283t296 114q18 0 80-6-3 12-17 49-8 21-8 50 0 79 74 172-76 1-174 15-225 36-346 123-70 52-111.5 132T0 1560zm214-54q0-69 31-124 56-97 193-139 119-37 247-37 18 0 57 3 1 0 33.5 22.5T816 1259q28 19 73 56 3 3 18 17t26.5 26 17.5 20q3 4 6.5 9.5t8.5 13.5 9 13q12 19 20 39 16 50 16 89 0 71-31 125.5t-86 85.5q-104 60-246 60-156 0-286-71-68-35-108-97t-40-139zM339 353q0-116 61-193.5T565 82q74 0 136 46t99 122q72 152 72 297 0 121-51.5 188T661 802q-57 0-112-30-92-52-156-185-54-117-54-234zm843 89h296v296h147V442h295V294h-295V0h-147v294h-296v148z"/></svg>
<svg class="tc-image-google_plus_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76q-196 0-377-77h2q218 0 348-104t130-248q0-95-50-163-41-53-106-104-36-28-49-40-51-43-51-85 0-52 67-110 18-17 56-55 68-72 68-190 0-77-33.5-146.5T871 491h114l116-66H728q-76 0-159 17-120 26-200.5 120.5T288 776q0 125 90.5 209t218.5 84q13 0 59-4-1 5-6.5 19.5T643 1101q-5 15-5 37 0 57 55 127-63 1-128 11-169 28-256 92-45 33-74 80.5t-37 96.5Q0 1288 0 960zm353 578q0-55 23-92 39-68 143-102 84-28 182-28 23 0 43 2 4 2 54 37 2 2 14.5 11t23.5 17.5 15 12.5q3 3 13.5 13t20 19 13.5 15q1 4 17 26 12 17 15 30 12 36 12 65 0 109-87 157-77 44-182 44-113 0-210-52-50-26-80-72t-30-103zm93-853q0-86 45-143t122-57q54 0 100 34.5t73 89.5q54 114 54 220 0 88-38.5 138.5T683 1018q-42 0-83-22-70-43-114-138-40-86-40-173zm623 67h218v218h108V752h219V643h-219V425h-108v218h-218v109z"/></svg>
<svg class="tc-image-google-circles tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 920"><path d="M556 0c101.333 0 187.333 35.333 258 106s106 156 106 256c0 94.667-32 177-96 247S681.333 717.333 588 724c-22.667 57.333-60 104.333-112 141s-109.333 55-172 55c-84 0-155.667-30-215-90S0 698.667 0 616c0-64 18-121.667 54-173s82.667-88.333 140-111c8-93.333 46.667-172 116-236S461.333 0 556 0M304 818c78.667 0 136.667-33.333 174-100-69.333-14.667-129-47-179-97s-82.333-109.667-97-179c-66.667 37.333-100 95.333-100 174 0 56 19.667 103.667 59 143s87 59 143 59m4-404c10.667 50.667 34 93.667 70 129s78.667 58.333 128 69c-1.333-53.333-21.333-99.333-60-138s-84.667-58.667-138-60m300 198c58.667-12 107-41.333 145-88s57-100.667 57-162c0-70.667-25-130.667-75-180s-109.667-74-179-74c-60 0-113.667 19.333-161 58s-76.333 87.333-87 146c82.667 1.333 153 31 211 89s87.667 128.333 89 211M104 214c-28 0-52.333-10-73-30S0 140 0 112c0-29.333 10.333-54 31-74S76 8 104 8c29.333 0 54 10 74 30s30 44.667 30 74c0 28-10 52-30 72s-44.667 30-74 30m0-160c-16 0-29.333 5.667-40 17-10.667 11.333-16 25-16 41 0 14.667 5.333 27.667 16 39 10.667 11.333 24 17 40 17s29.667-5.667 41-17c11.333-11.333 17-24.333 17-39 0-16-5.667-29.667-17-41-11.333-11.333-25-17-41-17"/></svg>
<svg class="tc-image-google-cloud-platform tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.576000213623047 22.624996185302734"><path d="M25.135 10.159c-.621-1.089-1.25-2.173-1.879-3.257-.378-.651-.743-1.309-1.136-1.951-.014-.03-.025-.06-.041-.089-.708-1.228-1.415-2.458-2.127-3.684C19.501.401 18.816.006 17.92.005 14.46 0 11 .003 7.54.004c-.111 0-.224.005-.333.022-.726.117-1.284.488-1.654 1.126-.806 1.391-1.608 2.785-2.412 4.177-.172.298-.34.597-.51.895a.733.733 0 0 0-.112.208c-.044.021-.058.066-.08.104-.084.145-.165.292-.249.438l-.7 1.205c-.212.366-.426.731-.634 1.099-.21.371-.445.727-.626 1.113-.177.378-.23.778-.182 1.195.033.284.114.553.248.8.229.419.478.826.716 1.239.229.397.455.796.684 1.192.255.441.514.88.769 1.321.212.366.418.735.629 1.101.255.441.515.88.769 1.321.237.41.468.824.705 1.235.284.492.575.979.854 1.473.196.347.41.676.74.913.368.264.774.437 1.23.438 1.927.006 3.855.003 5.782.003.144 0 .289-.004.433-.006.029.002.059.007.088.007l4.304.001c.115 0 .23-.006.343-.027.7-.132 1.237-.501 1.593-1.119 1.736-3.004 3.472-6.006 5.202-9.013.439-.763.431-1.542-.004-2.306zm-22.83 1.726a.58.58 0 0 1-.582-.573c.002-.289.26-.584.57-.552.283-.031.547.257.562.518.02.348-.277.595-.55.606zM17.973 1.698a.568.568 0 1 1-.004 1.135.564.564 0 0 1-.561-.565.562.562 0 0 1 .565-.57zm-10.446 0a.57.57 0 0 1 .56.569.573.573 0 0 1-.565.565.573.573 0 0 1-.57-.57.57.57 0 0 1 .575-.564zM7.511 20.94c-.305.004-.542-.233-.562-.55a.563.563 0 0 1 .571-.588c.325.006.59.305.551.567.021.328-.261.568-.561.572zm10.454-.009a.556.556 0 0 1-.558-.564c0-.319.249-.565.569-.564a.56.56 0 0 1 .559.574.559.559 0 0 1-.57.553zm2.513-9.462c-.211.344-.407.697-.609 1.047l-1.747 3.027-1.343 2.328c-.044.076-.106.146-.117.238a.053.053 0 0 0-.015-.015c-.057-.019-.117-.012-.176-.012H9.053c-.036 0-.072-.002-.108 0-.079.006-.127-.031-.166-.098l-.955-1.655c-.539-.936-1.08-1.871-1.62-2.806-.425-.737-.851-1.472-1.275-2.21l-.004-.007c.024-.015.034-.042.047-.065.361-.614.711-1.233 1.069-1.848.021-.037.05-.073.04-.121a.068.068 0 0 0 .028-.01c.035-.031.055-.073.078-.112.853-1.482 1.71-2.961 2.561-4.444.064-.111.136-.146.258-.145.735.005 1.47.002 2.206.002l5.297-.001c.056 0 .114.012.166-.021-.006.014-.003.032.005.051.016.036.036.07.055.104L18.66 8.03c.605 1.049 1.21 2.098 1.82 3.145.066.112.058.192-.005.295zm2.713.414a.564.564 0 0 1-.559-.567.56.56 0 0 1 .569-.564.558.558 0 0 1 .558.565.562.562 0 0 1-.569.566z"/><path d="M12.751 7.916c-1.868-.006-3.424 1.539-3.401 3.403-.018 1.859 1.507 3.4 3.385 3.399a3.385 3.385 0 0 0 3.412-3.398c.007-1.908-1.553-3.398-3.396-3.404z"/></svg>
<svg class="tc-image-google-drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.915999412536621 14"><path d="M6.844 9L3.96 14h9.072l2.884-5zm8.662-1l-4.619-8H5.112l4.619 8zM4.534 1L0 8.856l2.888 5L7.422 6z"/></svg>
<svg class="tc-image-google-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 865.1839599609375"><path d="M559.067 0h-267.94c-120.12 0-233.17 91.006-233.17 196.422 0 107.726 81.881 194.666 204.087 194.666 8.498 0 16.756-.17 24.842-.752-7.93 15.186-13.602 32.288-13.602 50.042 0 29.938 16.104 54.21 36.468 74.024-15.386 0-30.242.448-46.452.448C114.518 514.848 0 609.608 0 707.87c0 96.778 125.542 157.314 274.334 157.314 169.624 0 263.306-96.244 263.306-193.028 0-77.6-22.896-124.072-93.686-174.134-24.216-17.144-70.53-58.836-70.53-83.344 0-28.72 8.196-42.868 51.428-76.646 44.312-34.624 75.672-83.302 75.672-139.916 0-67.406-30.02-133.098-86.372-154.772h84.954L559.067 0zM465.48 655.458c2.126 8.972 3.284 18.206 3.284 27.628 0 78.2-50.392 139.31-194.974 139.31-102.842 0-177.116-65.104-177.116-143.3 0-76.642 92.126-140.444 194.964-139.332 24 .254 46.368 4.116 66.67 10.69 55.826 38.826 95.876 60.762 107.172 105.004zM300.818 363.776c-69.038-2.064-134.636-77.226-146.552-167.86-11.916-90.666 34.37-160.042 103.388-157.99C326.664 40 392.292 112.74 404.212 203.384c11.906 90.66-34.39 162.458-103.394 160.392zM832 192V0h-64v192H576v64h192v192h64V256h192v-64z"/></svg>
<svg class="tc-image-google-plus-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M917 777q0-33-6-64H549v132h217q-12 76-74.5 120.5T549 1010q-99 0-169-71.5T310 768t70-170.5T549 526q93 0 153 59l104-101Q698 384 549 384q-160 0-272 112.5T165 768t112 271.5T549 1152q165 0 266.5-105T917 777zm345 46h109V713h-109V603h-110v110h-110v110h110v110h110V823zm274-55q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-google-plus-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M917 777q0-26-6-64H549v132h217q-3 24-16.5 50T712 948t-66.5 44.5T549 1010q-99 0-169-71t-70-171 70-171 169-71q92 0 153 59l104-101Q698 384 549 384q-160 0-272 112.5T165 768t112 271.5T549 1152q165 0 266.5-105T917 777zm345 46h109V713h-109V603h-110v110h-110v110h110v110h110V823zm274-535v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-google-plus2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM6 12c-2.212 0-4-1.787-4-4s1.788-4 4-4c1.081 0 1.984.394 2.681 1.047L7.593 6.091c-.297-.284-.816-.616-1.594-.616-1.366 0-2.481 1.131-2.481 2.525s1.116 2.525 2.481 2.525c1.584 0 2.178-1.137 2.269-1.725H5.999V7.428h3.778c.034.2.063.4.063.663C9.84 10.378 8.309 12 5.999 12zm8-4h-1v1h-1V8h-1V7h1V6h1v1h1v1z"/></svg>
<svg class="tc-image-google-plus3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0C3.581 0 0 3.581 0 8s3.581 8 8 8 8-3.581 8-8-3.581-8-8-8zM6 12c-2.212 0-4-1.787-4-4s1.788-4 4-4c1.081 0 1.984.394 2.681 1.047L7.593 6.091c-.297-.284-.816-.616-1.594-.616-1.366 0-2.481 1.131-2.481 2.525s1.116 2.525 2.481 2.525c1.584 0 2.178-1.137 2.269-1.725H5.999V7.428h3.778c.034.2.063.4.063.663C9.84 10.378 8.309 12 5.999 12zm7-4v1h-1V8h-1V7h1V6h1v1h1v1h-1z"/></svg>
<svg class="tc-image-google-wallet tc-image-button" width="22pt" height="22pt" viewBox="0 0 430.80914306640625 464.1829833984375"><path d="M210.278 434.965c1.464.192 2.974.264 4.442.443l-3.22 1.899h-15.36c1.97-2.615 2.32-2.867 2.32-4.591v-14.191c0-6.793.094-16.448.367-25.45.09-4.459.431-10.001.49-14.007h-6.75l6.507-3.14h12.421c-2.688 1.549-3.558 2.091-3.896 5.133-.717 6.69-.802 17.301-.802 29.658v20.058c.01 3.413.618 3.93 3.481 4.19zm69.346-296.507c-23.019-36.813-56.359-69.726-95.403-93.892.235.145.465.298.495.328 2.705 1.954 4.992 3.998 7.377 7.109.59.751 1.4 1.834 2.07 2.939 20.898 34.535 31.95 74.215 31.95 114.748 0 4.817-.15 9.664-.458 14.464 16.76 31.902 25.9 68.152 25.9 106.193 0 3.025.042 7.894-.018 11.435.167-3.976 1.152-8.166 2.598-11.84.21-.576.443-1.152.717-1.685 17.566-37.175 26.483-77.077 26.483-118.553-.005-14.272-.968-24.67-1.71-31.245zM151.292 417.314c0 10.274-7.928 21.115-22.093 21.115-13.832 0-21.214-10.765-21.214-20.502 0-11.401 9.305-21.142 22.507-21.142 12.783.005 20.8 10.001 20.8 20.527zm-8.62 4.442c0-7.642-3.652-22.25-14.434-22.25-2.875 0-5.717 1.127-7.82 2.935-3.38 3.05-4.003 6.899-4.003 10.641 0 8.593 4.275 22.759 14.801 22.759 3.38 0 6.844-1.651 8.85-4.425 2.09-2.795 2.606-6.267 2.606-9.659zm96.64 12.335c4.424 0 7.667-1.549 10.607-3.042l-4.608 4.352c-.952.499-1.942 1.11-2.893 1.541-2.867 1.318-5.807 1.642-8.435 1.642-2.79 0-7.125-.183-11.55-3.366-6.203-4.352-8.866-11.832-8.866-18.351 0-13.483 10.948-20.091 19.883-20.091 3.115 0 6.357.793 8.952 2.44 4.352 2.867 5.482 6.609 6.076 8.623l-20.433 8.243-6.664.534c2.21 11.034 9.677 17.476 17.933 17.476zm-17.987-17.72l15.817-6.865c1.643-.61 2.518-1.127 2.518-2.368 0-3.464-3.89-7.483-8.6-7.483-3.474 0-9.977 2.709-9.977 12.126-.009 1.459.15 3.017.243 4.591zm-32.944-15.312h-5.385c1.997 1.651 6.161 5.133 6.161 11.759 0 6.425-3.66 9.467-7.29 12.335-1.128 1.127-2.44 2.36-2.44 4.275 0 1.882 1.31 2.94 2.278 3.716l3.12 2.423c3.817 3.234 7.287 6.2 7.287 12.19 0 8.166-7.889 16.426-22.844 16.426-12.608 0-18.692-5.99-18.692-12.442 0-3.111 1.562-7.552 6.69-10.59 5.397-3.286 12.69-3.733 16.593-3.985-1.203-1.558-2.607-3.209-2.607-5.918 0-1.493.452-2.342.883-3.401-.973.098-1.925.183-2.786.183-9.212 0-14.442-6.848-14.442-13.632 0-3.985 1.826-8.457 5.572-11.656 4.962-4.101 10.858-4.766 15.56-4.766h17.903l-5.56 3.08zm-11.562 38.596c-.687-.089-1.127-.089-1.988-.089-.793 0-5.478.183-9.118 1.382-1.928.709-7.493 2.791-7.493 8.96 0 6.174 6 10.59 15.296 10.59 8.346 0 12.791-3.993 12.791-9.382.005-4.416-2.885-6.759-9.489-11.461zm4.702-22.848c0-6.259-3.733-16.009-10.96-16.009-2.263 0-4.707 1.135-6.08 2.875-1.46 1.834-1.92 4.199-1.92 6.451 0 5.815 3.404 15.475 10.871 15.475 2.171 0 4.531-1.058 5.94-2.432 1.983-2.018 2.15-4.813 2.15-6.361zm-30.1-264.819c.686 5.862 1.112 11.755 1.112 17.707 0 28.322-7.73 56.021-22.332 80.081a27.28 27.28 0 0 0-1.399 2.577c-2.85 5.726-3.882 11.942-3.307 17.984.977 10.219 6.541 19.891 15.974 25.634a36.191 36.191 0 0 0 7.688 3.392c3.161.952 6.43 1.485 9.741 1.485 11.844 0 22.618-6.041 28.77-16.166 18.483-30.469 29.3-64.964 31.621-100.527.307-4.8.465-9.622.465-14.464 0-40.534-11.042-80.214-31.932-114.748-.627-1.032-1.357-2.001-2.057-2.94a33.711 33.711 0 0 0-8.298-7.722c-5.32-3.49-11.733-5.526-18.23-5.526-5.386 0-8.155.657-12.025 2.223-3.968 1.579-8.205 3.746-12.019 7.786-3.789 3.99-6.05 8.077-7.642 12.31-3.192 8.534-2.82 19.733 2.765 28.702 11.682 18.841 18.573 40.209 21.103 62.212zM35.433 421.73l12.313-.674v13.115c-2.419.981-5.12 2.048-10.334 2.048-17.77 0-28.842-14.434-28.842-29.752 0-14.259 9.69-24.043 22.55-24.043 9.625 0 14.69 4.966 17.464 7.675l-2.043 3.234 2.85-.632 6.776-6.442c-1.796-1.233-4.663-3.341-10.765-5.051a46.773 46.773 0 0 0-12.467-1.698C12.14 379.51 0 394.179 0 409.979c0 12.95 8.567 29.491 31.048 29.491 4.485 0 8.71-.64 13.44-1.391l11.665-2.683v-9.95c0-.815.077-3.183.145-3.917.18-.64.256-.807.82-1.293l2.111-2.043H41.97l-6.536 3.537zm69.598-4.416c0 10.274-7.906 21.115-22.084 21.115-13.82 0-21.197-10.765-21.197-20.502 0-11.401 9.297-21.142 22.52-21.142 12.752.005 20.761 10.001 20.761 20.527zm-8.588 4.442c0-7.642-3.665-22.25-14.43-22.25-2.867 0-5.735 1.127-7.825 2.935-3.397 3.05-4.01 6.899-4.01 10.641 0 8.593 4.267 22.759 14.797 22.759 3.38 0 6.853-1.651 8.866-4.425 2.07-2.795 2.603-6.267 2.603-9.659zM40.115 140.681c46.81 25.037 77.01 72.81 80.593 128.025v-.043c-.538-6.157.465-12.199 3.303-17.916.39-.807.853-1.659 1.404-2.577 14.618-24.06 22.332-51.759 22.332-80.085 0-5.939-.418-11.832-1.084-17.698-19.234-26.538-46.046-49.779-76.382-66.031a32.038 32.038 0 0 0-15.04-3.767c-11.832 0-22.613 6.447-28.19 16.858-8.333 15.543-2.457 34.905 13.065 43.234zm329.506 296.627h4.476v-56.103h-4.476v56.103zm-13.973 0h4.476v-56.103h-4.476v56.103zm-54.11-4.066l-7.792-35.315h-6.277l-7.73 35.315-7.39-35.286h-4.87l9.015 39.351h6.2l7.956-35.132 7.8 35.132h6.19l8.943-39.351h-4.792l-7.258 35.286zm47.125-341.368c-5.624-24.712-14.016-48.841-24.909-71.736C317.922 7.906 305.412 0 291.844 0c-5.235 0-10.35 1.156-15.134 3.422-17.558 8.363-25.04 29.521-16.708 47.04 17.933 37.807 26.79 77.743 26.79 119.232 0 41.476-8.909 81.378-26.49 118.553-.265.567-3.333 7.142-3.333 14.75-.017 2.134.21 5.325.891 8.175 2.283 10.001 8.807 19.067 19.26 24.068a34.962 34.962 0 0 0 15.074 3.384c12.877 0 24.798-7.108 30.967-18.3 7.023-13.218 14.14-30.575 20.335-52.915 1.958-6.75 3.61-13.073 5.141-19.899a349.195 349.195 0 0 0 8.76-77.829c0-26.257-3-52.633-8.734-77.807zm74.262 291.584l-4.566 1.792v12.711h-5.115v4.066h5.115v27.234c0 5.606 1.873 8.534 7.727 8.534 1.958 0 3.716-.315 4.723-.726v-4.485c-1.067.576-2.44.909-4.006.909-3.14 0-3.883-1.067-3.883-4.808v-26.666h7.876v-4.058h-7.867v-14.502zm-76.242 46.115c0 3.426.243 5.777.734 7.731h-4.548c-.409-1.067-.559-3.025-.559-4.151-1.869 2.735-6.268 5.043-10.402 5.043-7.249 0-12.949-4.39-12.949-13.175 0-8.06 5.777-12.519 14.008-12.519 3.968 0 7.232.7 9.327 1.685v-4.224c0-6.417-2.84-8.875-9.327-8.875-5.069 0-8.059 2.752-8.815 7.309l-4.374-.632c.883-6.4 5.943-10.743 13.333-10.743 8.691 0 13.577 3.742 13.577 12.45v20.101h-.005zm-4.395-11.141c-2.193-1.041-5.282-1.942-9.425-1.942-5.534 0-9.433 2.765-9.433 8.542 0 6.093 3.657 9.015 8.7 9.015 4.458 0 8.525-3.251 10.16-6.741v-8.875zm67.76-1.467v1.467h-23.984c0 10.816 4.058 15.526 10.24 15.526 4.8 0 8.29-2.85 9.2-10.231l4.538.632c-1.126 9.502-6.592 13.841-13.743 13.841-9.34 0-14.882-6.827-14.882-20.898 0-12.599 4.715-20.258 14.391-20.258 10.181-.005 14.238 8.465 14.238 19.921zm-4.775-2.748c-.243-7.317-3.174-13.026-9.433-13.026-6.093 0-9.433 5.133-9.766 13.175h19.217v-.149h-.017z"/></svg>
<svg class="tc-image-google-wallet-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 476.70208740234375 512.0070190429688"><path d="M46.356 461.241h19.865l-4.423 4.423v15.452l-11.038 2.212c-2.969 0-5.888.379-8.827 1.106-2.969.758-5.17 1.106-6.625 1.106-11.796 0-20.623-3.656-26.48-11.038C2.939 467.149 0 459.818 0 452.435c0-22.067 12.483-33.106 37.52-33.106 5.857 0 10.27.758 13.24 2.212 4.412 0 8.068 1.474 11.037 4.413l-8.837 8.837 2.212-4.413c-11.796-5.858-18.41-8.827-19.865-8.827-16.21 0-24.279 8.827-24.279 26.481 0 22.067 10.271 33.106 30.894 33.106 5.858 0 9.554-.727 11.038-2.212v-15.452l-13.24 2.212 6.635-4.444zM30.904 108.135c5.858-13.24 16.18-19.865 30.894-19.865 4.413 0 9.554 1.474 15.452 4.413 32.338 16.21 61.031 40.489 86.067 72.827v19.865c0 30.894-8.1 60.344-24.279 88.279 0 1.474-.758 2.212-2.212 2.212-2.969 8.827-3.687 15.452-2.212 19.865-4.413-64.727-34.58-111.79-90.48-141.24-20.614-11.766-25.027-27.218-13.23-46.357zm61.798 328.827c-16.21 0-24.279 8.1-24.279 24.279 0 14.725 8.07 22.067 24.28 22.067 16.178 0 24.278-7.353 24.278-22.067 0-16.179-8.1-24.279-24.279-24.279zm11.03 39.731c-2.97 2.969-5.889 4.413-8.828 4.413-11.796 0-17.654-8.827-17.654-26.481 0-1.444 1.444-5.14 4.413-11.038 1.444-1.444 4.413-2.212 8.827-2.212 11.766 0 17.654 8.1 17.654 24.279 0 1.485-1.474 5.182-4.413 11.038zm41.932-39.731c-17.654 0-26.48 8.1-26.48 24.279 0 14.725 8.068 22.067 24.278 22.067 16.18 0 24.28-7.353 24.28-22.067-.01-16.179-7.384-24.279-22.078-24.279zm8.827 39.731c-2.969 2.969-5.888 4.413-8.827 4.413-10.3 0-15.452-8.827-15.452-26.481 0-4.413 1.444-8.069 4.413-11.038 1.444-1.444 3.656-2.212 6.625-2.212 11.766 0 17.654 8.1 17.654 24.279 0 1.485-1.474 5.182-4.413 11.038zM143.463 99.308c-4.413-13.24-5.17-24.279-2.212-33.106 2.94-5.857 5.858-10.27 8.827-13.24 2.94-2.939 7.353-5.858 13.24-8.827 1.444 0 3.308-.338 5.52-1.106 2.211-.727 4.751-1.106 7.72-1.106 5.858 0 12.483 2.212 19.865 6.625 4.413 1.475 7.353 4.413 8.827 8.827 1.444 0 2.212.758 2.212 2.212 23.511 38.277 35.308 80.926 35.308 128v15.452c-1.475 38.277-13.24 75.038-35.308 110.346-7.383 11.796-17.654 17.654-30.894 17.654H165.53c-1.474 0-2.969-.727-4.413-2.212-1.474-1.444-2.969-2.212-4.413-2.212-8.827-5.858-14.725-15.452-17.654-28.692 0-8.827 1.444-15.452 4.413-19.865v-2.192c17.654-26.481 26.481-55.9 26.481-88.279 0-1.444-.379-4.413-1.106-8.827-.758-4.413-1.106-8.069-1.106-11.038-2.959-24.996-11.029-47.79-24.269-68.413zm70.615 339.865h-19.865c-7.383 0-12.514 1.474-15.452 4.413-4.413 4.413-6.625 8.827-6.625 13.24 0 10.301 5.14 15.452 15.452 15.452h2.212v4.413c1.444 2.969 2.212 5.171 2.212 6.625-7.383 0-13.24 1.474-17.654 4.413-4.413 1.474-6.625 5.171-6.625 11.038 0 8.827 6.625 13.24 19.865 13.24 16.18 0 24.28-5.858 24.28-17.654 0-5.858-2.213-10.271-6.626-13.24l-4.413-2.212c0-1.444-.379-2.212-1.106-2.212-.758 0-1.106-.727-1.106-2.212 0-1.444.727-2.939 2.212-4.413 5.858-5.858 8.827-11.038 8.827-15.452s-2.212-8.827-6.625-13.24h4.413l6.625-2.202zm-8.827 59.587c0 5.888-4.413 8.827-13.24 8.827-11.796 0-17.654-3.656-17.654-11.038 0-1.444 2.94-5.14 8.827-11.038h13.25c5.847 4.423 8.817 8.837 8.817 13.25zm-6.615-30.894c-2.969 1.474-5.17 2.212-6.625 2.212-7.383 0-11.038-5.858-11.038-17.654 0-2.939.727-5.14 2.212-6.625 0-2.939 2.212-4.413 6.625-4.413 7.353 0 11.038 5.888 11.038 17.654-.01 4.413-.768 7.373-2.212 8.827zm111.442-301.24c.727 8.1 1.106 15.104 1.106 20.962 0 47.104-9.585 90.481-28.692 130.212l-2.212 2.212c0 1.474-.379 3.687-1.106 6.625-.758 2.969-1.106 5.171-1.106 6.625v-13.261c0-44.135-9.585-83.097-28.692-116.962v-15.452c0-47.073-11.796-89.723-35.308-128l-2.212-2.212c-1.474-2.939-3.687-5.857-6.625-8.827h-2.212c44.135 26.481 79.452 61.061 105.933 103.721.03 1.485.37 6.288 1.126 14.357zM229.53 474.481v-55.173l4.413-4.413h-13.24l-6.625 2.212h6.625v59.597l-2.212 2.212c-1.474 1.474-2.212 2.969-2.212 4.413h17.654l4.423-2.222c-2.969 0-5.17-.727-6.625-2.212-1.474 0-2.202-1.444-2.202-4.413zm15.452-15.442h6.625l24.28-8.827-2.213-2.212c-1.475-2.939-2.97-5.14-4.413-6.625-5.888-2.939-9.585-4.413-11.038-4.413-14.725 0-22.067 7.383-22.067 22.067 0 8.827 3.655 16.21 11.038 22.067 2.94 1.474 6.625 2.212 11.038 2.212s8.07-.727 11.038-2.212h2.212l4.413-6.625c-2.97 2.969-6.625 4.413-11.038 4.413-11.817.01-18.432-6.605-19.876-19.845zm0-4.413c0-8.827 3.655-13.24 11.038-13.24 5.857 0 8.827 2.969 8.827 8.827l-2.212 2.212-17.654 6.625v-4.423zm150.067-267.039c0 32.379-2.97 61.061-8.827 86.067-2.97 8.827-5.17 16.21-6.625 22.067-5.888 19.139-13.24 38.277-22.067 57.375-5.888 13.24-17.654 19.865-35.308 19.865-7.383 0-12.514-.727-15.452-2.212-13.24-7.353-20.624-16.179-22.067-26.481V333.23c0-4.413.727-9.554 2.212-15.452 20.592-44.135 30.894-87.511 30.894-130.212 0-44.135-10.302-88.279-30.894-132.413-10.302-23.511-3.687-40.448 19.865-50.76C312.627 1.474 317.81 0 322.222 0c16.18 0 27.924 7.383 35.308 22.067 10.27 20.623 19.865 47.104 28.692 79.452 5.857 23.542 8.827 52.234 8.827 86.067zm-52.97 251.586h4.412l-8.827 44.135h-6.625l-8.827-39.721-8.827 39.721h-6.625l-11.038-44.135h4.413l8.827 39.721 8.827-39.721h6.625l8.827 39.721 8.837-39.721zm41.932 13.241c0-10.271-5.17-15.452-15.452-15.452-7.383 0-12.514 4.413-15.452 13.24h4.413c2.94-4.413 6.625-6.625 11.038-6.625 5.857 0 8.827 2.969 8.827 8.827v4.413l-2.212-2.212h-6.625c-10.302 0-15.452 4.413-15.452 13.24 0 10.301 4.413 15.452 13.24 15.452 7.352 0 11.038-1.444 11.038-4.413l2.212 4.413h4.413v-30.884zm-6.616 19.865c0 4.413-3.687 6.625-11.038 6.625-5.888 0-8.827-3.656-8.827-11.038 0-5.858 3.655-8.827 11.038-8.827h6.625l2.212 2.212v11.029zm15.442-50.759h4.413v61.788h-4.413V421.52zm15.452 0h4.413v61.788h-4.413V421.52zm28.692 15.442c-10.302 0-15.452 8.1-15.452 24.279 0 14.725 5.14 22.067 15.452 22.067 10.27 0 15.452-5.14 15.452-15.452h-4.413c0 7.383-3.687 11.038-11.038 11.038-7.383 0-11.038-5.858-11.038-17.654h26.481v-2.212c0-14.684-5.17-22.067-15.442-22.067zm-11.038 19.865c1.444-8.827 5.14-13.24 11.038-13.24 7.352 0 11.038 4.413 11.038 13.24h-22.076zm41.932-17.654h8.827v4.413h-8.827v28.692c0 4.413 1.444 6.625 4.413 6.625l4.413-2.212v4.413c-1.475 1.474-3.687 2.212-6.625 2.212-5.888 0-8.827-2.939-8.827-8.827v-30.894h-4.413v-4.413h4.413v-13.24l6.625-2.212v15.442z"/></svg>
<svg class="tc-image-google2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM8.119 14c-3.316 0-6-2.684-6-6s2.684-6 6-6c1.619 0 2.975.591 4.019 1.569L10.51 5.138c-.447-.428-1.225-.925-2.391-.925C6.069 4.213 4.4 5.91 4.4 8s1.672 3.787 3.719 3.787c2.375 0 3.266-1.706 3.403-2.588H8.119V7.143h5.666c.05.3.094.6.094.994C13.882 11.565 11.585 14 8.12 14z"/></svg>
<svg class="tc-image-google3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0C3.581 0 0 3.581 0 8s3.581 8 8 8 8-3.581 8-8-3.581-8-8-8zm.119 14c-3.316 0-6-2.684-6-6s2.684-6 6-6c1.619 0 2.975.591 4.019 1.569L10.51 5.138c-.447-.428-1.225-.925-2.391-.925C6.069 4.213 4.4 5.91 4.4 8s1.672 3.787 3.719 3.787c2.375 0 3.266-1.706 3.403-2.588H8.119V7.143h5.666c.05.3.094.6.094.994C13.882 11.565 11.585 14 8.12 14z"/></svg>
<svg class="tc-image-googleanalytics tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M14.716 16H1.263A1.266 1.266 0 0 1 0 14.737V11.79c0-.695.568-1.264 1.263-1.264h3.79v-4.21c0-.695.568-1.263 1.263-1.263h4.22v-3.77c0-.704.58-1.283 1.285-1.283h2.896C15.42 0 16 .58 16 1.284v13.432A1.29 1.29 0 0 1 14.716 16z"/></svg>
<svg class="tc-image-googledrive tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 13.859999656677246"><path d="M2.955 13.86l2.667-4.62H16l-2.667 4.62H2.955zm2.378-4.62l-2.666 4.62L0 9.24 5.19.25l2.666 4.62-2.523 4.37zm10.523-.25h-5.333L5.333 0h5.334l5.19 8.99z"/></svg>
<svg class="tc-image-googleplay tc-image-button" width="22pt" height="22pt" viewBox="0 0 443.3910217285156 512.0150146484375"><path d="M0 509.952V2.048l256.512 253.968zm0 0l256.512-253.937 68.607 68.096-103.439 59.904L0 512.015v-2.063zM0 2.048V0l325.12 187.903-68.608 68.112zm256.512 253.968l68.607-68.112 118.272 68.112-118.272 68.096z"/></svg>
<svg class="tc-image-googleplus tc-image-button" width="22pt" height="22pt" viewBox="0 0 606.7049560546875 512.3679809570312"><path d="M.001 419.12c0-29.68 15.2-56.16 45.616-79.408 30.384-23.216 67.12-34.848 110.16-34.848h27.68c-14.369-13.664-21.552-28.336-21.552-44.065 0-9.887 2.735-19.807 8.191-29.695-3.407.336-8.351.528-14.863.528-35.505 0-64.544-11.12-87.089-33.328-22.544-22.192-33.823-49.52-33.823-82 0-31.088 14-58.224 42-81.456C104.369 11.6 136.321 0 172.176 0h158.832l-35.344 25.616h-50.192c16.048 6.144 28.624 17.776 37.648 34.864 9.056 17.056 13.6 36.032 13.6 56.88 0 31.76-15.023 59.424-45.103 83.008-12.641 9.888-20.832 17.728-24.592 23.552-3.761 5.824-5.649 12.992-5.649 21.52 0 6.48 4.64 14.704 13.84 24.608 9.233 9.888 18.448 18.272 27.664 25.072 20.817 14.688 35.28 29.744 43.313 45.088 8.031 15.408 12.015 34.688 12.015 57.904 0 30.752-14 57.472-42 80.193-28 22.752-65.92 34.063-113.76 34.063-45.423 0-83.872-8.496-115.28-25.6C15.728 469.681 0 447.152 0 419.12zm57.376-16.912c0 23.6 10 43.664 29.984 60.224 19.983 16.592 44.832 24.848 74.544 24.848 40.672 0 70.111-7.536 88.384-22.528 18.303-15.024 27.424-35.008 27.424-59.936 0-6.496-.672-11.968-2.048-16.4a87.986 87.986 0 0 0-3.569-10.527c-1.391-3.217-3.44-6.465-6.175-9.713a235.886 235.886 0 0 0-7.136-8.192c-2.065-2.223-5.393-5.024-10.017-8.464a966.217 966.217 0 0 0-10.511-7.68c-2.384-1.68-6.64-4.688-12.816-8.976-6.129-4.256-10.593-7.248-13.328-8.975-13.328-4.097-26.464-6.128-39.44-6.128-30.752-.337-57.648 7.663-80.688 24.063-23.04 16.384-34.608 35.857-34.608 58.384zm33.84-286.4c3.76 26.976 14.095 50.191 31.007 69.68 16.929 19.456 35.633 29.36 56.113 29.712 20.16.671 36.223-8.193 48.175-26.657 11.952-18.447 16.225-41.151 12.785-68.143-3.409-26.977-13.569-49.872-30.464-68.672-16.928-18.769-35.632-28.496-56.144-29.2-20.48-.657-36.704 8.032-48.673 26.16-11.951 18.096-16.223 40.464-12.8 67.12zm284.384 12.304V102.48h102.465V0h25.631v102.48h103.008v25.632H503.681v102.992H478.05V128.112H375.602z"/></svg>
<svg class="tc-image-govuk tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.203508377075195 11.652000427246094"><path fill-rule="nonzero" d="M1.708 6.512a.836.836 0 0 0-.453-1.09.83.83 0 0 0-1.08.458.826.826 0 0 0 .445 1.08.83.83 0 0 0 1.087-.448m.577-2.158a.836.836 0 0 0-.454-1.09.836.836 0 0 0-1.082.457.83.83 0 1 0 1.535.633m.812-.728a.833.833 0 0 0 .637-1.54.834.834 0 0 0-.636 1.539m2.1.708a.83.83 0 0 0 1.088-.448.836.836 0 0 0-.454-1.09.833.833 0 0 0-.635 1.537m9.318 2.18a.832.832 0 0 0 1.535-.639.832.832 0 0 0-1.085-.452.833.833 0 0 0-.45 1.09m.506-1.708a.827.827 0 0 0 .448-1.086.833.833 0 0 0-1.087-.447.83.83 0 1 0 .638 1.533m-1.9-1.171a.836.836 0 0 0 .447-1.087.836.836 0 0 0-1.088-.454.836.836 0 0 0-.446 1.09.835.835 0 0 0 1.086.45m-2.272.575a.833.833 0 0 0-.644-1.536.84.84 0 0 0-.444 1.093.83.83 0 0 0 1.088.442M6.381 1.128l.062 1.596 1.165-.614a.598.598 0 0 0 .08.072c-.12.477-.413 1.273-.595 1.713a1.06 1.06 0 1 0 1.96.806c.155-.377.08-.786-.165-1.078-.26-.45-.52-1.02-.664-1.457a.406.406 0 0 0 .096-.102l1.256.65.053-1.59-1.312.425c-.012-.02-.025-.035-.038-.05L8.795.044 7.238 0 7.7 1.427a.497.497 0 0 0-.1.087l-1.219-.386zm7.914 6.06c.106.587.124.854-.01 1.236-.19-.19-.36-.536-.498-1.06l-.58 1.856c.345-.23.608-.376.907-.38-.542 1.14-1.21 1.428-1.637 1.345-.523-.104-.765-.576-.673-.974.116-.56.7-.7.963-.045.528-1.042-.345-1.382-.91-1.08.874-.852.976-1.614.284-2.552-.974.736-.992 1.47-.566 2.51-.56-.656-1.45-.31-1.14.74.417-.632.953-.23.864.376-.073.525-.774.94-1.637.854-1.24-.117-1.305-.973-1.327-1.68.302-.055.85.234 1.313.896l.19-1.973c-.514.52-.978.624-1.49.633.176-.526.966-1.397.966-1.397l-2.467-.012s.784.874.956 1.405c-.513-.016-.974-.117-1.483-.647l.172 1.974c.467-.657 1.015-.94 1.32-.882-.032.707-.106 1.56-1.344 1.673-.864.075-1.557-.35-1.63-.874-.084-.603.46-1.003.87-.368.318-1.05-.567-1.4-1.135-.75.44-1.037.428-1.774-.546-2.518-.7.928-.6 1.696.266 2.56-.564-.312-1.44.017-.924 1.07.27-.655.85-.51.97.054a.82.82 0 0 1-.686.963c-.43.08-1.094-.215-1.627-1.36.3.006.562.157.902.39l-.56-1.858c-.14.52-.32.864-.51 1.05-.128-.377-.11-.65.006-1.235l-1.183.415c.613.836 1.235 2.005 1.722 4.055 1.514-.253 4.096-.404 5.66-.4 1.562.01 4.143.185 5.65.454.51-2.048 1.142-3.208 1.762-4.038l-1.178-.426z"/></svg>
<svg class="tc-image-gowalla tc-image-button" width="22pt" height="22pt" viewBox="0 0 391.15301513671875 506.864990234375"><path d="M.001 259.584v-52.735c0-29.697 14.672-63.825 44.032-102.4 29.36-38.577 58.544-65.873 87.552-81.92C158.209 7.521 190.129 0 227.329 0c15.023 0 30.128 1.697 45.311 5.12 15.185 3.424 29.777 8.705 43.777 15.873s25.343 17.056 34.048 29.696c8.704 12.624 13.04 27.136 13.04 43.52 0 4.432-.336 8.623-1.008 12.543-.689 3.921-1.888 8.017-3.584 12.288-1.712 4.273-3.248 7.857-4.624 10.752-1.36 2.897-3.744 6.48-7.153 10.752-3.408 4.273-5.807 7.425-7.168 9.473-1.359 2.048-4.351 5.376-8.96 9.983-4.624 4.609-7.439 7.505-8.448 8.705-1.008 1.2-4.176 4.176-9.487 8.96-5.28 4.768-8.273 7.503-8.944 8.192h86c.688 24.576 1.024 43.008 1.024 55.296 0 86.352-7.168 142-21.504 166.912-11.952 20.816-28.08 39.248-48.385 55.296-20.303 16.048-42.08 27.984-65.279 35.824-13.312 5.12-22.864 7.68-28.673 7.68h-43.008c-1.023 0-9.216-2.912-24.591-8.704-40.96-18.08-61.424-47.776-61.424-89.072 0-1.376.08-3.248.256-5.648s.255-4.096.255-5.104C53.056 374.769 22.337 338.08 6.64 288.24 2.209 273.92 0 264.368 0 259.584zm74.752-66.56c0 13.648 1.632 27.472 4.864 41.472 3.231 14 8.111 27.472 14.592 40.448 6.48 12.976 15.44 23.568 26.88 31.744 11.44 8.176 24.496 12.288 39.183 12.288 4.097 0 10.832-2.56 20.225-7.664 9.376-5.12 17.824-7.68 25.344-7.68 4.784 0 13.471 1.792 26.112 5.392 12.64 3.568 18.96 6.912 18.96 9.968 0 7.168-4.433 10.752-13.313 10.752-44.367 0-66.56 12.976-66.56 38.928 0 19.792 7.153 34.736 21.505 44.8 14.351 10.064 31.904 15.088 52.736 15.088 16.048 0 31.728-2.816 47.104-8.432 15.343-5.632 27.808-14.08 37.376-25.344 14.335-17.056 21.503-45.056 21.503-83.968 0-6.48-.175-15.952-.511-28.4-.336-12.464-.512-21.76-.512-27.92 0-16.384.863-30.032 2.56-40.96h-98.816c-.336 2.736-.513 6.656-.513 11.776 0 3.744.177 9.552.513 17.408.336 7.856.512 13.823.512 17.92 0 11.952-1.36 21.504-4.112 28.672-1.68.336-4.592.496-8.688.496-16.385 0-30.048-5.536-40.977-16.624-10.927-11.088-18.431-23.808-22.527-38.144-4.097-14.336-6.16-29.552-6.16-45.6 0-15.36 1.952-30.896 5.888-46.592 3.92-15.696 11.263-30.032 22.015-43.008 10.752-12.976 23.985-19.456 39.664-19.456 3.425 0 7.01.512 10.752 1.537-1.359 7.503-2.03 13.311-2.03 17.407 0 11.952 3.23 21.84 9.711 29.696 6.48 7.856 15.536 11.776 27.151 11.776 11.617 0 21.329-3.92 29.168-11.776 7.857-7.856 11.777-17.744 11.777-29.696 0-14-5.28-25.952-15.872-35.84-10.56-9.904-22.529-16.72-35.84-20.48-13.296-3.76-26.784-5.632-40.432-5.632-46.08 0-84.144 14.512-114.177 43.52-30.03 29.008-45.055 66.384-45.055 112.128z"/></svg>
<svg class="tc-image-gplus tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 880"><path d="M48 218c0-38.667 8.333-72.667 25-102s35.333-51 56-65 43.667-25.333 69-34c25.333-8.667 44-13.667 56-15 12-1.333 20.667-2 26-2h230v4c0 14.667-26 26.667-78 36-18.667 0-31.333 2-38 6 26.667 13.333 44.667 32 54 56 9.333 24 14 56 14 96 0 68-22.667 120.667-68 158-25.333 25.333-38 43.333-38 54 0 12 16.667 33.333 50 64 69.333 60 104 119.333 104 178 0 93.333-38.667 158-116 194-45.333 22.667-95.333 34-150 34h-4l-4-2c-1.333 1.333-2.667 2-4 2-16 0-34-1.667-54-5s-45-10.333-75-21-54.667-29.667-74-57S0 735.333 0 694c0-40 10.667-73.667 32-101s49-46.333 83-57c34-10.667 63.333-18 88-22s48.333-6 71-6h2c-10.667-14.667-18.667-30.333-24-47-5.333-16.667-8-29.667-8-39l2-14h-14c-42.667 0-79.333-10-110-30-49.333-29.333-74-82.667-74-160m370 452c-2.667-34.667-17-62.667-43-84s-60.333-32-103-32h-16c-42.667 1.333-80.667 16.667-114 46-30.667 28-44.667 59.333-42 94 2.667 34.667 20.333 61.333 53 80s72.333 26.667 119 24c45.333-2.667 81.667-16 109-40s39.667-53.333 37-88m-60-500C338 98 297.333 62 236 62c-8 0-14.667.667-20 2-26.667 8-46 28.667-58 62-10.667 33.333-11.333 68.667-2 106 9.333 34.667 25 63 47 85s45.667 33 71 33c8 0 14-.667 18-2 28-8 49-29.667 63-65s15-73 3-113m388 174h150v94H746v150h-94V438H502v-94h150V194h94v150"/></svg>
<svg class="tc-image-gplus-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M434 344c5.333 20 5 39-1 57s-16.333 29-31 33h-10c-28 0-48-20-60-60-4-20-3.333-38 2-54 6.667-16 16.667-26 30-30 1.333-1.333 4.667-2 10-2 29.333 0 49.333 18.667 60 56M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m-28 686c40-20 60-52.667 60-98 0-29.333-17.333-60-52-92-17.333-14.667-26-25.333-26-32 0-8 6.667-16.667 20-26 22.667-22.667 34-49.333 34-80 0-38.667-12-64.667-36-78 1.333-1.333 4.667-2.333 10-3 5.333-.667 8.667-1 10-1 26.667-2.667 40-8 40-16v-4H396c-8 0-19 1.333-33 4s-31.667 13.333-53 32-32 44-32 76c0 37.333 12.667 64 38 80 14.667 10.667 33.333 16 56 16h6c-2.667 16 2.667 32.667 16 50h-2c-92 0-138 31.333-138 94 0 26.667 9.333 47.667 28 63 18.667 15.333 35 24.333 49 27 14 2.667 27 4 39 4h8c26.667 0 51.333-5.333 74-16m254-208v-48h-76v-76h-48v76h-76v48h76v76h48v-76h76m-314 58c21.333 0 38.667 5.667 52 17 13.333 11.333 20.667 25.667 22 43 1.333 17.333-5 32-19 44s-32.333 18.667-55 20c-22.667 2.667-42.667-1-60-11s-26.667-23.667-28-41c0-17.333 7.333-33.333 22-48 13.333-13.333 32.667-21.333 58-24h8"/></svg>
<svg class="tc-image-gps-fixed tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M22 14c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm17.88 6C38.96 11.66 32.34 5.04 24 4.12V0h-4v4.12C11.66 5.04 5.04 11.66 4.12 20H0v4h4.12c.92 8.34 7.54 14.96 15.88 15.88V44h4v-4.12c8.34-.92 14.96-7.54 15.88-15.88H44v-4h-4.12zM22 36c-7.73 0-14-6.27-14-14S14.27 8 22 8s14 6.27 14 14-6.27 14-14 14z"/></svg>
<svg class="tc-image-gps-not-fixed tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M39.88 20C38.96 11.66 32.34 5.04 24 4.12V0h-4v4.12C11.66 5.04 5.04 11.66 4.12 20H0v4h4.12c.92 8.34 7.54 14.96 15.88 15.88V44h4v-4.12c8.34-.92 14.96-7.54 15.88-15.88H44v-4h-4.12zM22 36c-7.73 0-14-6.27-14-14S14.27 8 22 8s14 6.27 14 14-6.27 14-14 14z"/></svg>
<svg class="tc-image-gps-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M39.88 20C38.96 11.66 32.34 5.04 24 4.12V0h-4v4.12c-2.26.25-4.38.93-6.31 1.94l3 3C18.33 8.38 20.12 8 22 8c7.73 0 14 6.27 14 14 0 1.88-.38 3.67-1.05 5.31l3 3c1.01-1.93 1.68-4.05 1.93-6.31H44v-4h-4.12zM4 6.55l4.07 4.07A17.895 17.895 0 0 0 4.12 20H0v4h4.12c.92 8.34 7.54 14.96 15.88 15.88V44h4v-4.12c3.54-.39 6.76-1.82 9.38-3.96L37.45 40 40 37.46 6.55 4 4 6.55zm26.53 26.53A13.916 13.916 0 0 1 22 36c-7.73 0-14-6.27-14-14 0-3.22 1.1-6.17 2.92-8.53l19.61 19.61z"/></svg>
<svg class="tc-image-grabber tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M8 0v1H0V0h8zM0 4h8V3H0v1zm0 3h8V6H0v1z"/></svg>
<svg class="tc-image-grade tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38"><path d="M20 30.54L32.36 38l-3.27-14.06L40 14.49l-14.38-1.24L20 0l-5.62 13.25L0 14.49l10.91 9.45L7.64 38z"/></svg>
<svg class="tc-image-grade-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.047000885009766 32.5099983215332"><path d="M32.047 32.51h-7.983l-2.09-6.502H10.008L7.939 32.51H0L11.822 0h8.672l11.553 32.51zM20.022 19.507L16.612 8.73c-.267-.817-.45-1.792-.552-2.924h-.181c-.059.953-.25 1.896-.574 2.83l-3.476 10.87h8.193z"/></svg>
<svg class="tc-image-grade-a-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.1089973449707 32.5099983215332"><path d="M32.047 32.51h-7.983l-2.09-6.502H10.007L7.939 32.51H0L11.822 0h8.672l11.553 32.51zM20.022 19.507L16.612 8.73c-.267-.817-.45-1.792-.552-2.924h-.182a10.556 10.556 0 0 1-.573 2.83l-3.476 10.87h8.193zm10.88-5.996h18.207v6.334H30.901v-6.334z"/></svg>
<svg class="tc-image-grade-a-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.11000442504883 32.5099983215332"><path d="M32.047 32.51h-7.983l-2.09-6.502H10.007L7.939 32.51H0L11.822 0h8.672l11.553 32.51zM20.022 19.507L16.612 8.73c-.267-.817-.45-1.792-.552-2.924h-.182a10.556 10.556 0 0 1-.573 2.83l-3.476 10.87h8.193zm10.88-5.996h5.937V7.574h6.333v5.937h5.938v6.334h-5.938v5.937h-6.333v-5.937h-5.938v-6.334z"/></svg>
<svg class="tc-image-grade-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.615005493164062 32.5099983215332"><path d="M0 32.51V0h11.886c3.643 0 6.443.662 8.4 1.988 1.957 1.325 2.935 3.193 2.935 5.602 0 1.747-.595 3.274-1.785 4.583-1.19 1.308-2.712 2.22-4.564 2.732v.094c2.35.286 4.23 1.14 5.635 2.566 1.405 1.424 2.108 3.16 2.108 5.206 0 2.99-1.074 5.361-3.222 7.112-2.148 1.752-5.083 2.627-8.803 2.627H0zM7.43 5.573v7.43h3.142c1.476 0 2.637-.352 3.484-1.059.847-.706 1.27-1.679 1.27-2.917 0-2.303-1.74-3.454-5.218-3.454H7.43zm0 13.004v8.36h3.926c1.674 0 2.986-.383 3.937-1.15.95-.767 1.426-1.813 1.426-3.139 0-1.267-.467-2.263-1.4-2.986-.934-.723-2.24-1.085-3.92-1.085H7.43z"/></svg>
<svg class="tc-image-grade-b-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.00099563598633 32.5099983215332"><path d="M0 32.51V0h11.887c3.643 0 6.443.662 8.4 1.988 1.957 1.325 2.935 3.193 2.935 5.602 0 1.747-.595 3.274-1.785 4.583-1.19 1.308-2.712 2.22-4.565 2.732v.094c2.352.286 4.23 1.14 5.635 2.566 1.406 1.424 2.109 3.16 2.109 5.206 0 2.99-1.075 5.361-3.223 7.112-2.148 1.752-5.082 2.627-8.802 2.627H0zM7.431 5.573v7.43h3.142c1.476 0 2.637-.352 3.484-1.059.846-.706 1.27-1.679 1.27-2.917 0-2.303-1.74-3.454-5.218-3.454H7.43zm0 13.004v8.36h3.926c1.674 0 2.986-.383 3.937-1.15.95-.767 1.426-1.813 1.426-3.139 0-1.267-.467-2.263-1.4-2.986-.934-.723-2.24-1.085-3.92-1.085H7.431zm18.361-5.067h18.209v6.334H25.792V13.51z"/></svg>
<svg class="tc-image-grade-b-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.58400344848633 32.5099983215332"><path d="M0 32.51V0h11.886c3.644 0 6.444.662 8.4 1.988 1.957 1.325 2.936 3.193 2.936 5.602 0 1.747-.595 3.274-1.785 4.583-1.19 1.308-2.712 2.22-4.565 2.732v.094c2.351.286 4.23 1.14 5.635 2.566 1.405 1.424 2.108 3.16 2.108 5.206 0 2.99-1.074 5.361-3.222 7.112-2.148 1.752-5.082 2.627-8.802 2.627H0zM7.43 5.573v7.43h3.143c1.476 0 2.637-.352 3.483-1.059.847-.706 1.27-1.679 1.27-2.917 0-2.303-1.739-3.454-5.217-3.454H7.431zm0 13.004v8.36h3.927c1.674 0 2.986-.383 3.937-1.15.95-.767 1.426-1.813 1.426-3.139 0-1.267-.467-2.263-1.4-2.986-.935-.723-2.24-1.085-3.92-1.085H7.43zm19.945-5.067h5.938V7.573h6.333v5.937h5.938v6.334h-5.938v5.937h-6.333v-5.937h-5.938V13.51z"/></svg>
<svg class="tc-image-grade-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.079998016357422 33.439998626708984"><path d="M25.08 31.727c-2.347 1.142-5.411 1.713-9.195 1.713-4.94 0-8.822-1.459-11.647-4.376C1.412 26.147 0 22.262 0 17.409c0-5.172 1.59-9.366 4.768-12.583C7.946 1.608 12.071 0 17.141 0c3.14 0 5.786.406 7.939 1.219v7.14c-2.12-1.238-4.533-1.857-7.243-1.857-2.975 0-5.376.934-7.202 2.801-1.826 1.868-2.74 4.398-2.74 7.59 0 3.063.861 5.503 2.584 7.32 1.722 1.816 4.042 2.725 6.96 2.725 2.781 0 5.328-.62 7.64-1.858v6.647z"/></svg>
<svg class="tc-image-grade-c-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.39399337768555 33.439998626708984"><path d="M25.08 31.727c-2.347 1.142-5.412 1.713-9.195 1.713-4.94 0-8.822-1.459-11.647-4.376C1.412 26.147 0 22.262 0 17.409c0-5.172 1.589-9.366 4.768-12.583C7.946 1.608 12.07 0 17.141 0c3.14 0 5.786.406 7.939 1.219v7.14c-2.12-1.238-4.534-1.857-7.243-1.857-2.975 0-5.376.934-7.202 2.801-1.827 1.868-2.74 4.398-2.74 7.59 0 3.063.861 5.503 2.584 7.32 1.722 1.816 4.042 2.725 6.96 2.725 2.78 0 5.328-.62 7.64-1.858v6.647zm2.105-17.752h18.209v6.334H27.185v-6.334z"/></svg>
<svg class="tc-image-grade-c-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.39400100708008 33.439998626708984"><path d="M25.08 31.727c-2.347 1.142-5.412 1.713-9.195 1.713-4.94 0-8.822-1.459-11.647-4.376C1.412 26.147 0 22.262 0 17.409c0-5.172 1.589-9.366 4.768-12.583C7.946 1.608 12.07 0 17.141 0c3.14 0 5.786.406 7.939 1.219v7.14c-2.12-1.238-4.534-1.857-7.243-1.857-2.975 0-5.376.934-7.202 2.801-1.827 1.868-2.74 4.398-2.74 7.59 0 3.063.861 5.503 2.584 7.32 1.722 1.816 4.042 2.725 6.96 2.725 2.78 0 5.328-.62 7.64-1.858v6.647zm2.105-17.752h5.938V8.038h6.333v5.937h5.938v6.334h-5.938v5.937h-6.333v-5.937h-5.938v-6.334z"/></svg>
<svg class="tc-image-grade-d tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.259000778198242 32.5099983215332"><path d="M0 32.51V0h11.683C23.4 0 29.259 5.282 29.259 15.848c0 5.06-1.599 9.103-4.797 12.127-3.198 3.023-7.458 4.535-12.78 4.535H.001zM7.431 6.037v20.436h3.658c3.207 0 5.722-.945 7.543-2.834 1.822-1.89 2.732-4.46 2.732-7.71 0-3.073-.903-5.49-2.71-7.25-1.807-1.761-4.343-2.642-7.609-2.642H7.431z"/></svg>
<svg class="tc-image-grade-d-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.48999786376953 32.5099983215332"><path d="M0 32.51V0h11.684C23.401 0 29.26 5.282 29.26 15.848c0 5.06-1.599 9.103-4.797 12.127-3.198 3.023-7.458 4.535-12.78 4.535H.001zM7.431 6.037v20.436h3.658c3.207 0 5.722-.945 7.543-2.834 1.822-1.89 2.733-4.46 2.733-7.71 0-3.073-.904-5.49-2.71-7.25-1.808-1.761-4.344-2.642-7.61-2.642H7.431zm23.85 7.473H49.49v6.334H31.281V13.51z"/></svg>
<svg class="tc-image-grade-d-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.49000549316406 32.5099983215332"><path d="M0 32.51V0h11.684C23.401 0 29.26 5.282 29.26 15.848c0 5.06-1.599 9.103-4.797 12.127-3.198 3.023-7.458 4.535-12.78 4.535H.001zM7.431 6.037v20.436h3.658c3.207 0 5.722-.945 7.543-2.834 1.822-1.89 2.733-4.46 2.733-7.71 0-3.073-.904-5.49-2.71-7.25-1.808-1.761-4.344-2.642-7.61-2.642H7.431zm23.85 7.473h5.938V7.573h6.333v5.937h5.938v6.334h-5.938v5.937h-6.333v-5.937h-5.938V13.51z"/></svg>
<svg class="tc-image-grade-e tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.506000518798828 32.51000213623047"><path d="M19.506 32.51H0V0h18.576v6.037H7.431v6.966h10.682v6.038H7.431v7.432h12.075v6.037z"/></svg>
<svg class="tc-image-grade-f tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.577999114990234 32.5099983215332"><path d="M18.578 6.037H7.431v7.896h10.218v6.037H7.431v12.54H0V0h18.578v6.037z"/></svg>
<svg class="tc-image-gradient tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M16 12h4v4h-4zm-4 4h4v4h-4zm8 0h4v4h-4zm4-4h4v4h-4zM8 12h4v4H8zM32 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM12 30H8v-4h4v4zm8 0h-4v-4h4v4zm8 0h-4v-4h4v4zm4-14h-4v4h4v4h-4v-4h-4v4h-4v-4h-4v4h-4v-4H8v4H4v-4h4v-4H4V4h28v12z"/></svg>
<svg class="tc-image-graduation-cap tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 769.3330078125"><path d="M166 501.333l334 168 276-136c-2.667 14.667-5.333 30.333-8 47s-4.667 28.333-6 35c-1.333 6.667-5 14.333-11 23s-14 16.333-24 23c-10 6.667-25 14-45 22-26.667 12-53.333 25.667-80 41-26.667 15.333-47.667 26.667-63 34-15.333 7.333-28.333 11-39 11-10.667 0-24-4.333-40-13s-37.333-21-64-37-53.333-29.333-80-40c-48-21.333-82.333-44.333-103-69s-36.333-61-47-109m810-246c16 9.333 24 20.333 24 33 0 12.667-8 23.667-24 33l-78 44-308-102c-14.667-24-44.667-36-90-36-26.667 0-49 5.333-67 16s-27 24-27 40 9 29.333 27 40c18 10.667 40.333 16 67 16 17.333 0 29.333-1.333 36-4l292 68-268 152c-40 21.333-80 21.333-120 0l-416-234C8 312 0 301 0 288.333c0-12.667 8-23.667 24-33l416-234C480 0 520 0 560 21.333l416 234m-128 442c12-77.333 16.333-138 13-182-3.333-44-9.667-74-19-90l-14-22 70-38c4 5.333 8 14.667 12 28s9.667 47 17 101 5 119.667-7 197c-2.667 17.333-10 27.333-22 30-12 2.667-23.667 1-35-5-11.333-6-16.333-12.333-15-19"/></svg>
<svg class="tc-image-grails tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.941999435424805 27.942001342773438"><path d="M13.971 0C6.255 0 0 6.255 0 13.971s6.255 13.971 13.971 13.971 13.971-6.255 13.971-13.971S21.687 0 13.971 0zm-3.698 15.217c-.178.106-.35.178-.568.238a2.383 2.383 0 0 0-.382.13c-.107.068-.289.377-.391.66a2.338 2.338 0 0 0-.131 1.061c.038.314.168.915.252 1.172.07.213.387.889.543 1.158.13.224.136.299.03.426-.17.204-.53.356-1.03.435-.43.068-.788.079-1.134.035-.639-.082-1.09-.234-1.243-.418-.141-.169-.136-.193.193-.857.321-.649.408-.879.535-1.414.066-.279.079-.4.079-.755-.001-.497-.046-.706-.222-1.034-.219-.41-.313-.484-.79-.617-.574-.161-1.346-.682-2.049-1.383-.353-.353-.701-.895-.918-1.432-.18-.446-.341-1.379-.248-1.439.024-.015.807-.024 1.594-.026s1.579.004 1.618.019c.028.011.077.081.109.158.114.268.827 1.233 1.161 1.569.644.649 1.003.929 1.793 1.405.397.239.823.432 1.287.584.242.079.227.136-.091.325zm5.042 2.386c.002.639.009.721.08 1.026.08.342.401 1.328.546 1.675.147.353.633 1.369.744 1.555.131.219.135.294.023.472-.231.367-1.026.654-2.126.765-.539.055-.84.054-1.343-.002-.515-.057-.838-.122-1.186-.238a7.19 7.19 0 0 0-.377-.118c-.127-.031-.43-.251-.515-.374-.157-.229-.162-.213.329-1.205.446-.902.499-1.033.723-1.791.189-.64.244-.886.278-1.263.043-.474.018-1.226-.049-1.514a3.257 3.257 0 0 0-.778-1.415 2.003 2.003 0 0 0-.793-.548c-.851-.32-1.748-.824-2.393-1.348a11.89 11.89 0 0 1-1.217-1.196c-.674-.816-1.265-1.984-1.475-2.914-.107-.473-.185-1.038-.173-1.249l.008-.159v.001h16.568l.01.136c.025.344-.182 1.371-.374 1.855-.059.149-.145.384-.191.522s-.109.288-.14.333a5.199 5.199 0 0 0-.186.324c-.585 1.092-1.713 2.248-2.903 2.974-.404.247-1.073.571-1.433.694a1.533 1.533 0 0 0-.374.176c-.247.217-.587.583-.704.758a1.365 1.365 0 0 1-.166.218c-.064.04-.304.635-.362.899-.046.211-.056.38-.054.951zm8.138-3.064a4.33 4.33 0 0 1-1.574.905c-.391.132-.406.141-.511.282-.159.213-.353.615-.387.802-.051.279-.036.824.032 1.161.135.673.285 1.093.626 1.758.21.41.217.428.182.533-.079.242-.524.448-1.154.534-.75.103-1.525.016-2.012-.226-.209-.104-.395-.288-.395-.391 0-.02.135-.303.299-.629.43-.856.63-1.556.636-2.224.003-.378-.048-.6-.221-.972-.184-.392-.306-.485-.868-.658-.178-.055-.291-.111-.644-.32-.201-.119-.171-.153.291-.311.536-.184 1.214-.563 1.851-1.037.339-.252 1.16-1.058 1.437-1.411a7.33 7.33 0 0 0 .641-.957.573.573 0 0 1 .136-.189c.039-.021 1.287-.034 2.238-.032.57.002 1.034.006 1.066.019.037.014.047.066.047.245 0 .294-.225 1.175-.364 1.424-.462.829-.69 1.115-1.351 1.693z"/></svg>
<svg class="tc-image-grain tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M12 16c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM4 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 16c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM28 8c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm-8 16c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8-8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-8-8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-8-8C9.79 0 8 1.79 8 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/></svg>
<svg class="tc-image-graph tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M7.03 0L4 3 3 2 0 5.03l1 1L3 4l1 1 4-4-.97-1zM0 7v1h8V7H0z"/></svg>
<svg class="tc-image-graph-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM251.147 335.815h697.706v528.37H251.147v-528.37zm85.767 85.035v358.3h526.172v-358.3H336.914zm447.656 28.344l58.96 34.058-121.948 211.523-32.227 56.03-27.978-58.3-43.579-91.04-64.16 99.975-23.365 36.475-29.956-31.42-38.159-40.138-62.11 51.856-43.652-52.295 86.573-72.29 24.463-20.435 22.046 23.072 30.249 31.86 73.681-114.844 32.96-51.342 26.44 55.078 42.04 87.744 89.722-155.567z"/></svg>
<svg class="tc-image-graph-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 38"><path d="M5 33V16h8v17H5zm10 0V3h7v30h-7zm9 0V22h8v11h-8zm10 0V10h8v23h-8zM0 0h3v35h39v3H0V0z"/></svg>
<svg class="tc-image-graph-boxplot tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 18"><path d="M0 3h3v5h10V0h23v8h5V3h3v12h-3v-5h-5v8H13v-8H3v5H0V3zm16 0v12h8V3h-8zm11 0v12h6V3h-6z"/></svg>
<svg class="tc-image-graph-histogram tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 38V0h7v38H0zm8 0V9h7v29H8zm8 0V17h7v21h-7zm8 0V24h7v14h-7zm8 0v-7h6v7h-6z"/></svg>
<svg class="tc-image-graph-histogram-description tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 38V15h7v23H0zM0 0h14v3H0V0zm36 0v3H22V0h14zM0 5h19v3H0V5zm30 0v3h-8V5h8zM0 10h16v3H0v-3zm34 0v3H22v-3h12zM8 38V20h7v18H8zm8 0v-9h7v9h-7zm8 0v-5h7v5h-7zm8 0v-3h6v3h-6z"/></svg>
<svg class="tc-image-graph-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 75.63400268554688 64.41100311279297"><path d="M74.121 23.19H1.513C.677 23.19 0 23.867 0 24.703V39.83c0 .836.677 1.513 1.513 1.513h72.608c.836 0 1.513-.677 1.513-1.513V24.702c0-.835-.677-1.512-1.513-1.512zM44.078.053V0H1.513C.677 0 0 .677 0 1.513V16.64c0 .836.677 1.513 1.513 1.513h42.565V18.1a1.509 1.509 0 0 0 1.135-1.459V1.512c0-.704-.483-1.29-1.135-1.459zM53.7 46.258H1.513c-.836 0-1.513.677-1.513 1.513v15.127c0 .836.677 1.513 1.513 1.513H53.7c.836 0 1.513-.677 1.513-1.513V47.771c0-.836-.677-1.513-1.513-1.513z"/></svg>
<svg class="tc-image-graph-line tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 38"><path d="M0 0h3v35h39v3H0V0zm5 33v-4.75L15 18l13 6.75L40 6l2 2-13 21-13.75-7L5 33z"/></svg>
<svg class="tc-image-graph-line-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.270999908447266 38"><path d="M0 0h3v35h39v3H0V0zm5 3l10.417 11.75L30.5 7.917l8.69 16.139 1.6-5.582 3.481-.65L40.78 30l-12.176-3.49 2.395-2.608 5.188 1.488-7.27-12.722L14.667 19 5 8V3z"/></svg>
<svg class="tc-image-graph-line-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.270999908447266 38"><path d="M0 0h3v35h39v3H0V0zm5 33v-5l9.667-10.583 14.25 6.333 7.27-12.722-5.188 1.487-2.395-2.607L40.78 6.416l3.491 12.176-3.48-.649-1.6-5.582L30.5 28.5l-15.083-6.833L5 33z"/></svg>
<svg class="tc-image-graph-pie tc-image-button" width="22pt" height="22pt" viewBox="0 0 74.2979965209961 74.25999450683594"><path d="M41.342 0c-.731 0-1.325.594-1.325 1.326 0 .068.029.127.039.193h-.039v31.438c0 .732.594 1.326 1.325 1.326h31.437v-.039c.066.01.125.039.194.039.731 0 1.325-.594 1.325-1.326C74.11 14.837 59.462.189 41.342 0z"/><path d="M66.634 40.59c0-.732-.593-1.326-1.325-1.326H36.41a1.326 1.326 0 0 1-1.325-1.326V9.145h-.039c.01-.066.039-.125.039-.193 0-.733-.594-1.326-1.326-1.326-.032 0-.058.016-.089.018v-.009c-.118-.001-.235-.009-.353-.009C14.917 7.626 0 22.543 0 40.943S14.917 74.26 33.317 74.26s33.317-14.917 33.317-33.317c0-.106-.005-.211-.007-.318 0-.013.007-.023.007-.035z"/></svg>
<svg class="tc-image-graph-trend tc-image-button" width="22pt" height="22pt" viewBox="0 0 80.00353240966797 60.54300308227539"><path d="M75.09 60.543c2.715 0 4.912-2.2 4.912-4.917V4.917A4.912 4.912 0 0 0 75.09 0H4.914A4.913 4.913 0 0 0 .002 4.917v50.709a4.912 4.912 0 0 0 4.912 4.917H75.09zm-4.913-9.828H9.827V9.828h60.35v40.887z"/><path d="M31.566 46.169c-.927 0-1.819-.37-2.48-1.029l-4.897-4.897-5.96 4.932a3.507 3.507 0 0 1-4.942-.466 3.511 3.511 0 0 1 .466-4.941l8.424-6.969a3.505 3.505 0 0 1 4.72.223l4.071 4.075 8.98-13.989a3.473 3.473 0 0 1 3.18-1.602c1.272.082 2.4.846 2.945 2.002l5.3 11.206 10.231-17.992a3.518 3.518 0 0 1 4.787-1.318 3.517 3.517 0 0 1 1.315 4.79l-13.57 23.862a3.537 3.537 0 0 1-3.184 1.769 3.498 3.498 0 0 1-3.04-2.008l-5.48-11.591-7.914 12.326a3.512 3.512 0 0 1-2.952 1.617z"/></svg>
<svg class="tc-image-graphic-eq tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M8 32h4V8H8v24zm8 8h4V0h-4v40zM0 24h4v-8H0v8zm24 8h4V8h-4v24zm8-16v8h4v-8h-4z"/></svg>
<svg class="tc-image-gratipay tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path fill-rule="nonzero" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.746-3.015c-.9-.594-1.756-.144-2.204.377-.168.194-.454.423-.995.423-.54 0-.827-.23-.994-.423-.447-.52-1.302-.97-2.203-.377-1.057.697-.75 1.957-.44 2.32l3.638 4.928 3.64-4.928c.308-.363.615-1.623-.44-2.32z"/></svg>
<svg class="tc-image-gratipay-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 511.989990234375 512"><path d="M511.99 256c0 141.404-114.586 256-256 256C114.627 512 0 397.384 0 256S114.626 0 255.99 0c141.414 0 256 114.596 256 256zm-151.88-96.492c-28.805-18.995-56.187-4.608-70.523 12.073-5.356 6.215-14.53 13.537-31.826 13.537s-26.47-7.321-31.815-13.537c-14.336-16.671-41.707-31.038-70.523-12.073-33.833 22.303-24.002 62.638-14.13 74.24l116.47 157.696 116.48-157.696c9.85-11.591 19.681-51.938-14.132-74.24z"/></svg>
<svg class="tc-image-grav tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm4.326 9.31c-.834-.55-1.31-1.016-1.726-1.852-.284.573-.947 1.424-2.065 2.093-.56 1.738-3.215 5.062-4.075 4.59-.254-.138-.302-.322-.245-.51.062-.476 1.044-1.567 1.044-1.567s.02.23.334.71c-.415-1.288.686-2.877.977-3.42.46-.145.493-.733.493-.733a2.621 2.621 0 0 0-.77-1.962c.282.345.374.867.387 1.345v.003c.002.054.002.107 0 .16-.012.395-.132.94-.388.94v.005a2.791 2.791 0 0 0-.877.136l-.642.154s.342-.016.527.144c-.206.335-.664.75-1.174.987-.742.346-.956-.34-.58-.785.094-.11.187-.2.276-.276a.39.39 0 0 1-.102-.24c-.053-.228-.024-.523.297-.992.064-.1.14-.2.23-.304l.01-.01.012-.014c0-.003.003-.005.006-.008.023-.026.047-.052.073-.076.383-.393.988-.8 1.942-1.168 1.113-1.635 1.52-1.942 1.52-1.942a2.3 2.3 0 0 1 .418-.323c-.58-1.01-.698-2.433-.546-2.816a.483.483 0 0 0-.033.064c.057-.13.095-.173.154-.242.158-.188.696-.286.89.112.102.212.122.486.118.692C8.386 2.18 8 2.666 8 2.666s.353-.166.79-.17c0 0 .118.103.263.293-.196.37-.52 1.152-.286 1.974.04.162.098.3.17.42.004.004.006.01.01.015l.015.02c.388.583 1.098.65 1.098.65a1.81 1.81 0 0 1-.784-.753 2.29 2.29 0 0 1-.183-.433c-.188-.726.09-1.15.247-1.434a1.827 1.827 0 1 1 2.412 2.588c.12.326-.01.722-.01.722.305.382.32.602.308.807-.385-.065-.76.195-.76.195s.745-.177 1.177.21c.282.3.47.575.58.777.16.287.905.307.82.825-.085.518-.652.522-1.54-.064zM9.11 6.237a.375.375 0 0 0-.53 0l-.31.312a.372.372 0 0 0 0 .53l.34.343a.373.373 0 0 0 .53 0l.313-.31a.374.374 0 0 0 0-.53l-.342-.344zm-1.47-.124a.242.242 0 0 0 0 .34.244.244 0 0 0 .34 0 .24.24 0 1 0-.34-.34zm.846-.168a.24.24 0 0 0 0-.34.244.244 0 0 0-.34 0 .24.24 0 1 0 .34.34zm3.59-.87c.394-.753-.165-1.193-.55-1.554-.616-.58-1.23-.83-1.933-.028-.702.802-.256 1.733.386 2.192.64.46 1.698.144 2.095-.61zm-1.064-.308c-.248-.297.215-.835.505-.513.534.592-.258.81-.505.513z"/></svg>
<svg class="tc-image-gravatar tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 17.36296272277832 16.851566314697266"><path fill-rule="nonzero" d="M8.772 0a1.6 1.6 0 0 0-1.6 1.6v5.6a1.6 1.6 0 0 0 3.2 0V3.474A4.801 4.801 0 1 1 3.972 8c0-1.326.537-2.526 1.406-3.394a1.6 1.6 0 1 0-2.263-2.263A8 8 0 1 0 8.772 0"/></svg>
<svg class="tc-image-greek-sigma-lowercase tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.70600509643555 37.92799758911133"><path d="M33.157 7.886c3.594.303 6.292.454 8.093.454L41.706 0H20.247C13.79.09 8.812 1.883 5.312 5.381 1.812 8.88.042 13.549 0 19.39c.103 5.82 1.878 10.348 5.325 13.585s7.95 4.88 13.51 4.93c5.181.023 9.613-1.5 13.295-4.568 3.682-3.068 5.607-7.814 5.775-14.238.002-1.837-.397-3.742-1.196-5.716a13.586 13.586 0 0 0-3.627-5.117l.075-.38zM19.149 29.641c-2.557-.064-4.502-1.082-5.834-3.054-1.331-1.972-2.002-4.516-2.01-7.633-.027-2.767.577-5.212 1.814-7.335 1.237-2.122 3.273-3.24 6.109-3.354 2.64.116 4.536 1.23 5.686 3.345 1.15 2.115 1.713 4.539 1.686 7.271-.026 3.247-.699 5.84-2.02 7.779-1.32 1.938-3.13 2.932-5.43 2.98z"/></svg>
<svg class="tc-image-greek-sigma-uppercase tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.461999893188477 38.011993408203125"><path d="M11.099 30.558l9.67-11.718-9.04-11.44v-.168h16.305V0H.629v5.728l10.814 13.445L0 33.036v4.976h29.462V30.78H11.099v-.222z"/></svg>
<svg class="tc-image-grid tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.41699981689453 55.41699981689453"><path d="M23.75 19h3.167v3.167H23.75V19zM19 26.917V23.75h3.167v3.167H19zM19 19h3.167v3.167H19V19zm9.5 0h3.167v3.167H28.5V19zM19 28.5h3.167v3.167H19V28.5zm0 4.75h3.167v3.167H19V33.25zm4.75 0h3.167v3.167H23.75V33.25zm4.75 0h3.167v3.167H28.5V33.25zm4.75 0h3.167v3.167H33.25V33.25zm0-4.75h3.167v3.167H33.25V28.5zm0-4.75h3.167v3.167H33.25V23.75zm0-4.75h3.167v3.167H33.25V19zm-19 0h3.167v3.167H14.25V19zM9.5 19h3.167v3.167H9.5V19zm-4.75 0h3.167v3.167H4.75V19zm9.5 14.25h3.167v3.167H14.25V33.25zm-4.75 0h3.167v3.167H9.5V33.25zm-4.75 0h3.167v3.167H4.75V33.25zm0-9.5h3.167v3.167H4.75V23.75zm0 4.75h3.167v3.167H4.75V28.5zM38 19h3.167v3.167H38V19zm4.75 0h3.167v3.167H42.75V19zM38 33.25h3.167v3.167H38V33.25zm4.75 0h3.167v3.167H42.75V33.25zm4.75 0h3.167v3.167H47.5V33.25zm0-4.75h3.167v3.167H47.5V28.5zm0-4.75h3.167v3.167H47.5V23.75zm0-4.75h3.167v3.167H47.5V19zM0 19h3.167v3.167H0V19zm0 14.25h3.167v3.167H0V33.25zM23.75 47.5h3.167v3.167H23.75V47.5zm4.75 0h3.167v3.167H28.5V47.5zm4.75 0h3.167v3.167H33.25V47.5zm0-4.75h3.167v3.167H33.25V42.75zm0-4.75h3.167v3.167H33.25V38zM38 47.5h3.167v3.167H38V47.5zm4.75 0h3.167v3.167H42.75V47.5zm4.75-4.75h3.167v3.167H47.5V42.75zm0-4.75h3.167v3.167H47.5V38zm-38 9.5h3.167v3.167H9.5V47.5zm4.75 0h3.167v3.167H14.25V47.5zm4.75 0h3.167v3.167H19V47.5zm0-4.75h3.167v3.167H19V42.75zM19 38h3.167v3.167H19V38zm4.75-33.25h3.167v3.167H23.75V4.75zM19 12.667V9.5h3.167v3.167H19zm0-7.917h3.167v3.167H19V4.75zm9.5 0h3.167v3.167H28.5V4.75zm-9.5 9.5h3.167v3.167H19V14.25zm14.25 0h3.167v3.167H33.25V14.25zm0-4.75h3.167v3.167H33.25V9.5zm0-4.75h3.167v3.167H33.25V4.75zm-19 0h3.167v3.167H14.25V4.75zM4.75 9.5h3.167v3.167H4.75V9.5zm0 4.75h3.167v3.167H4.75V14.25zM38 4.75h3.167v3.167H38V4.75zm9.5 9.5h3.167v3.167H47.5V14.25zm4.75 19h3.167v3.167H52.25V33.25zM33.25 0h3.167v3.167H33.25V0zm0 52.25h3.167v3.167H33.25V52.25zM19 0h3.167v3.167H19V0zm0 52.25h3.167v3.167H19V52.25zm-14.25-9.5h3.167v3.167H4.75V42.75zm0-4.75h3.167v3.167H4.75V38zm47.5-19h3.167v3.167H52.25V19z"/></svg>
<svg class="tc-image-grid-four-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 7"><path d="M0 0v1h1V0H0zm2 0v1h1V0H2zm2 0v1h1V0H4zm2 0v1h1V0H6zM0 2v1h1V2H0zm2 0v1h1V2H2zm2 0v1h1V2H4zm2 0v1h1V2H6zM0 4v1h1V4H0zm2 0v1h1V4H2zm2 0v1h1V4H4zm2 0v1h1V4H6zM0 6v1h1V6H0zm2 0v1h1V6H2zm2 0v1h1V6H4zm2 0v1h1V6H6z"/></svg>
<svg class="tc-image-grid-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.45000076293945 45.45000076293945"><path d="M16 5.45v2.91l4 4V5.45h8v8h-6.91l4 4H28v2.91l4 4v-6.91h8v8h-6.91l4 4H40v2.91l4 4V5.45c0-2.21-1.79-4-4-4H9.09l4 4H16zm16 0h8v8h-8v-8zM2.55 0L0 2.54l4 4v30.91c0 2.21 1.79 4 4 4h30.91l4 4 2.54-2.55L2.55 0zM20 22.54l2.91 2.91H20v-2.91zm-12-12l2.91 2.91H8v-2.91zm8 26.91H8v-8h8v8zm0-12H8v-8h6.91L16 18.54v6.91zm12 12h-8v-8h6.91L28 30.54v6.91zm4 0v-2.91l2.91 2.91H32z"/></svg>
<svg class="tc-image-grid-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM12 36H4v-8h8v8zm0-12H4v-8h8v8zm0-12H4V4h8v8zm12 24h-8v-8h8v8zm0-12h-8v-8h8v8zm0-12h-8V4h8v8zm12 24h-8v-8h8v8zm0-12h-8v-8h8v8zm0-12h-8V4h8v8z"/></svg>
<svg class="tc-image-grid-three-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v2h2V0H0zm3 0v2h2V0H3zm3 0v2h2V0H6zM0 3v2h2V3H0zm3 0v2h2V3H3zm3 0v2h2V3H6zM0 6v2h2V6H0zm3 0v2h2V6H3zm3 0v2h2V6H6z"/></svg>
<svg class="tc-image-grid-two-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v3h3V0H0zm5 0v3h3V0H5zM0 5v3h3V5H0zm5 0v3h3V5H5z"/></svg>
<svg class="tc-image-grin tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM3 8v1c0 2.2 1.8 4 4 4h2c2.2 0 4-1.8 4-4V8H3zm3 3.828a3.008 3.008 0 0 1-1.118-.71A2.978 2.978 0 0 1 4 9h2v2.828zM9 12H7V9h2v3zm2.118-.882a3.008 3.008 0 0 1-1.118.71V9h2c0 .797-.313 1.549-.882 2.118zM3.521 6c.153 0 .283-.11.308-.261.096-.573.589-.989 1.171-.989s1.074.416 1.171.989a.312.312 0 0 0 .616 0 1.815 1.815 0 0 0-1.788-2.115 1.815 1.815 0 0 0-1.788 2.115.312.312 0 0 0 .308.261zm6 0c.153 0 .283-.11.308-.261.096-.573.589-.989 1.171-.989s1.074.416 1.171.989a.312.312 0 0 0 .616 0 1.815 1.815 0 0 0-1.788-2.115 1.815 1.815 0 0 0-1.788 2.115.312.312 0 0 0 .308.261z"/></svg>
<svg class="tc-image-grin2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 3.688a1.815 1.815 0 0 1 1.788 2.115.312.312 0 0 1-.616 0c-.096-.573-.589-.833-1.171-.833s-1.074.26-1.171.833a.312.312 0 1 1-.616 0 1.815 1.815 0 0 1 1.788-2.115zm-6 0a1.815 1.815 0 0 1 1.788 2.115.312.312 0 0 1-.616 0c-.096-.573-.589-.833-1.171-.833s-1.074.26-1.171.833a.312.312 0 1 1-.616 0 1.815 1.815 0 0 1 1.788-2.115zM3 9h3v3.873A4.017 4.017 0 0 1 3 9zm4 4V9h2v4H7zm3-.127V9h3a4.017 4.017 0 0 1-3 3.873z"/></svg>
<svg class="tc-image-grocery-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.58899974822998 8.506000518798828"><path d="M8.75.006c-.004 0-.318-.006-.63.188-.317.193-.62.612-.62 1.312H0l.75 3.5c.107.5.75.5.75.5h6s-.003.247-.152.496-.418.504-1.098.504H1c-.338-.005-.338.505 0 .5h5.25c.82 0 1.302-.37 1.527-.746.226-.376.223-.754.223-.754v-4c0-.567.196-.772.38-.887.187-.113.367-.113.367-.113h.504c.338.005.338-.505 0-.5h-.5zm-2.5 7a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm-4 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5z"/></svg>
<svg class="tc-image-grocery-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.80000114440918 13.541000366210938"><path d="M12 .041s-1.391-.041-1.946.5c-.534.52-.754.918-.754 2H0l1.394 4.814c.003.008.01.015.013.022.235.657.848 1.13 1.579 1.158l.013.006h6.5v.2s.001.3-.199.7c-.2.4-.3.6-1.1.6H1.7c-1 0-1 1.5 0 1.5h6.4c1.2 0 2.1-.7 2.4-1.4.3-.7.3-1.3.3-1.3v-6.3c0-.524.229-1 .7-1h.55a.75.75 0 0 0 0-1.5H12zm-4 11.5c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zm-5 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z"/></svg>
<svg class="tc-image-grocery-or-supermarket tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 49 40.00012969970703"><g transform="translate(0 -6)"><circle cx="44" cy="42" r="4"/><circle cx="15" cy="42" r="4"/><path d="M47 33H15.771l.667-1.082c.286-.464.37-1.025.233-1.553l-.651-2.506 28.983-1.506C46.102 26.297 47 25.35 47 24.25V11c0-1.1-.9-2-2-2H11.119l-.391-1.503A2 2 0 0 0 8.792 6H2a2 2 0 0 0 0 4h5.246l5.34 20.545-2.1 3.405a1.998 1.998 0 0 0-.043 2.024A1.997 1.997 0 0 0 12.188 37H47a2 2 0 0 0 0-4z"/></g></svg>
<svg class="tc-image-grooveshark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 256c0-46.422 11.434-89.26 34.303-128.513 22.87-39.253 53.932-70.315 93.185-93.184S209.578 0 256 0c46.421 0 89.258 11.434 128.512 34.303s70.315 53.93 93.185 93.184C500.566 166.74 512 209.577 512 256c0 46.421-11.434 89.258-34.303 128.512-22.87 39.253-53.932 70.314-93.185 93.184C345.259 500.566 302.422 512 256 512c-46.421 0-89.259-11.435-128.512-34.304-39.253-22.87-70.315-53.93-93.185-93.184C11.434 345.259 0 302.422 0 256zm66.048 0c0 22.186 6.144 35.327 18.432 39.424 1.707.682 4.608 1.365 8.703 2.048 14.337.34 28.844-6.486 43.52-20.48 13.996-12.289 23.894-27.649 29.697-46.081 8.533-26.283 10.24-60.416 5.12-102.399-.683-4.096-1.024-6.998-1.024-8.704-1.024-2.048-1.024-3.584 0-4.608.34-1.024 2.56-.853 6.656.512 12.97 3.414 26.283 8.363 39.936 14.848 15.7 7.168 33.109 19.115 52.223 35.84 15.36 13.312 30.208 28.501 44.545 45.568 11.264 13.312 24.917 31.061 40.96 53.248 13.994 19.456 29.013 32.597 45.056 39.424 9.898 3.413 18.005 4.608 24.32 3.584 6.314-1.024 11.264-4.438 14.848-10.24s6.144-12.117 7.68-18.944c1.536-6.826 2.304-14.506 2.304-23.04 0-16.384-2.048-32.768-6.144-49.152-1.025-4.096-2.39-8.875-4.096-14.336-4.779-14.678-11.776-29.014-20.992-43.008-17.75-26.965-40.875-48.128-69.376-63.488s-58.795-23.04-90.88-23.04c-22.528 0-43.862 3.755-64 11.264-27.307 9.557-51.286 24.746-71.937 45.568-20.65 20.822-35.754 45.056-45.311 72.704-.341 1.707-1.024 4.181-2.048 7.424s-1.878 5.547-2.56 6.912c-4.096 17.067-5.974 33.45-5.632 49.152z"/></svg>
<svg class="tc-image-groovy tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.85700035095215 12.402999877929688"><path d="M12.425 0s-1.742 2.887-2.57 4.29c-.16.06-.177.043-.353.215-.424-.486-.929-.043-1.065.229-.059-.587-.157-.588-.288-.72.076-.514.327-1.351-.25-1.952C6.782 1.309 5.49 3.15 4.77 4.115l-.388.644C2.781 4.726 1.52 4.768 0 4.737c1.854.695 1.93.711 4.17 1.561 0 .068.167.385.352.571.153.155.32.242.403.294-.11.056-.332.144-.398.267-.303.565.143.696.432 1.146.326.589.396.979 1.166.648.264-.113.582-.154.785-.217-.717 1.132-.902 1.441-2.158 3.391l.013.004c5.023-1.961 5.152-2.011 7.636-2.993 3.571 1.386 3.776 1.5 7.698 2.994-.548-.855-.922-1.391-1.32-2.067.157-.013.5-.047.806-.241.22-.14.479-.298.712-.595.459-.584.571-1.322.403-2.243-.08-.438-.243-.864-.22-.879 2.135-.806 2.386-.894 4.377-1.645-2.393.035-2.508.012-4.755.017-.037-.428-.252-.649-.913-.628-.247.041-.403.125-.519.462-.369-.681-.88-.481-1.096-.146-.285-.292-.951-.39-1.285-.176-.246-.115-.533-.116-.784.184-.182-.152-.238-.195-.636-.354-.917-1.551-1.68-2.788-2.443-4.092zm.012.831c.362.553 1.607 2.703 1.915 3.184-.349.024-.692.209-.951.582-.224-.231-.486-.461-.95-.479-.563-.097-.863.153-1.242.587-.113-.377-.549-.466-.928-.289.338-.538 1.938-3.234 2.156-3.585zM7.714 3.227c-.052 1.485-1.106 2.808-1.862 2.325-.571-.465.154-1.64.611-2.055-.034.317.254.515.024.796-.462.563-.28.97-.081 1.033.531.168 1.04-1.271 1.04-2.28 0-.647-.379-.635-1.124.141-1.018 1.059-1.568 2.085-1.201 2.787.204.392.502.673.993.615.958-.115 1.536-1.299 1.599-2.059.153-.004.112.009.153-.022 0 .134.184.782.329 1.208.19.727.999 2.185-1.418 2.753-.457.116-.637.154-1.088.331-.221-.458-.273-.606-.722-1.048.609-.213.614-.192 1.007-.329 1.52-.529 1.976-.98 1.924-1.626 0 0 .019-.332-.192-.61-.106.371-.303.668-.303.668-.452.704-1.342 1.14-2.132.863-.432-.152-.618-.483-.618-1.052 0-.727 1.659-2.833 2.472-3.19.575-.171.6.303.592.75zm6.734 1.347c.269.005.563.137.762.351.615.664.548 1.468.169 1.973-.451.602-1.587.335-1.855-.506-.125-.391.098-1.358.492-1.682a.65.65 0 0 1 .433-.137zm-2.188.068c.04.001.08.007.121.018.52.031.631.323.726.58.239.647.179 1.254-.312 1.751-.736.744-1.594.415-1.591-.588.015-.714.46-1.776 1.056-1.761zm1.935.039c-.397.297-.448 1.059-.084 1.342.143.134.223.227.635.265.283.026.729-.261.751-.546.01-.129-.013-.344-.324-.694-.26-.293-.599-.361-.684-.311-.274.162.022.291.129.398.168.168.209.241.13.291a.467.467 0 0 1-.386.059c-.108-.05-.472-.255-.168-.804zm3.893.003c.173.27.223.328.416.999.25.868.566 1.205.846 1.047.767-.433.152-1.53-.118-2.045.173-.002.139.007.296.005.124.488.09.401.422 1.878.398 1.767.458 2.237-.547 3.03-.462.364-1.142.384-1.726.351l-.659-.097c.454-.298.564-.577.561-1.157 1.324.555 2.029.137 2.311-.544.136-.328.089-.761-.042-1.524.008.621-.005.736-.087 1.043-.165.616-.567.788-.841.352-.105-.168-.357-.726-.435-1.327s-.137-1.445-.519-1.798c.042-.083.085-.177.122-.213zm-1.291.01c.267.071.592.212.767.539.241.452.401.692.388 1.499-.014.861-.353 1.092-.576 1.124-.289.042-.789.035-1.086-1.655-.099-.56-.278-1.093-.467-1.268.094-.113.101-.099.171-.211.095.104.177.279.308.805.21.837.401 1.01.772 1.057.579.074.806-.809.33-1.442-.105-.139-.378-.318-.522-.244.008.244.117.167.119.329-.027.192-.055.226-.117.332-.147-.058-.218-.081-.347-.302-.162-.321-.057-.622.26-.564zm-4.762.079c-.272.192-.615.828-.315 1.398.148.212.307.385.661.311.253-.053.695-.352.756-.776.053-.363-.473-1.065-.765-.901-.339.189-.132.325.077.529.191.187.054.299-.08.354-.268.11-.417.003-.484-.21s-.009-.394.149-.705zm-2.969.067c.058.178.105.415.226.646.029.024.136.001.278-.162.089-.103.191-.246.369-.479.108.099.118.172.148.226.075.134.233.124.282.11.174-.172.202-.284.318-.299.011.223.021.362-.267.7a.555.555 0 0 1-.518.178c-.125-.035-.206-.112-.402-.212-.267.041-.197.326-.149.566.125.633.519.885.862.699.12-.065.092-.064.323-.158-.039.401-.062.479.01.928-.56.312-1.016.258-1.141-.524-.094-.655-.27-1.451-.43-1.612a3.4 3.4 0 0 0-.212-.202s.189-.25.303-.404zm-7.368.084c.78.01 1.659.01 2.595.018a2.48 2.48 0 0 0-.2.884c-.437-.169-1.943-.708-2.395-.902zm21.463.01c-1.033.372-1.776.66-2.772 1.04-.109-.467-.129-.609-.226-1.03 1.658-.005 1.686-.002 2.999-.01zm-7.227 2.114c.108.445.261.663.261.663.209.36.471.564.87.667.088.141.119.169.154.245.038.474.011.532-.357.802-.216.211-.225.514-.002.796.239.227.491.309 1.424.067.18.31.432.676.803 1.26-1.249-.47-2.97-1.142-6.66-2.578 0 0-4.317 1.676-6.632 2.579.968-1.527 1.048-1.656 1.736-2.725.233-.091.155-.053.362-.16.476-.253.857-.631 1.065-1.186.381.859.807.958 1.695.679.183-.084.394-.208.439-.537.476.428 1.483.508 2.218-.395.634.742 2.073.812 2.624-.178zm2.234.895s.042.134.067.175c-.105.003-.221.001-.221.001a.913.913 0 0 0 .154-.176z"/></svg>
<svg class="tc-image-group tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.6660041809082 41.16600036621094"><path d="M25.333 9.5c4.618 0 6.597 2.638 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267H9.5v-6.267c1.759-1.76 2.638-2.969 5.277-4.288 2.64-1.32 4.399-1.54 6.598-1.98v-4.162c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.618c-.666-5.539 1.313-8.177 5.931-8.177zM13.194 29.423c-2.188 1.094-1.979.925-3.252 2.243H0v-6.267c1.759-1.76 2.639-2.969 5.277-4.288 2.64-1.32 4.399-1.54 6.598-1.98v-4.162c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.617C9.236 2.638 11.215 0 15.833 0c4.331 0 6.341 3.509 6.025 8.367C19 9.5 17.416 11.083 17.423 15.698a1.979 1.979 0 0 0-.996 1.718c0 .9.204 2.055 1.026 2.296.343 1.224.876 2.307 1.547 3.173v4.56c-2.2.439-3.167.659-5.806 1.978zm24.278 0c-2.639-1.32-3.607-1.54-5.806-1.979v-4.559c.67-.866 1.204-1.95 1.547-3.173.822-.24 1.026-1.396 1.026-2.296 0-.735-.4-1.376-.996-1.718.007-4.615-1.577-6.198-4.435-7.33C28.491 3.508 30.502 0 34.833 0c4.618 0 6.597 2.638 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267h-9.942c-1.273-1.318-1.064-1.149-3.252-2.243z"/></svg>
<svg class="tc-image-group-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20 19"><path d="M13 5v3H5V5h8m0-1H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm2 7v3H7v-3h8m0-1H7a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zM2 1v1H1V1h1m1-1H0v3h3V0zM2 17v1H1v-1h1m1-1H0v3h3v-3zm16 1v1h-1v-1h1m1-1h-3v3h3v-3zM19 1v1h-1V1h1m1-1h-3v3h3V0zm-3 1H2v1h15V1zm0 16H2v1h15v-1zM2 17V3H1v14h1zm17 0V3h-1v14h1z"/></svg>
<svg class="tc-image-group-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600799560547 42.75"><path d="M14.25 22.166H19v7.917h7.916v4.75H19v7.917h-4.75v-7.917H6.333v-4.75h7.917v-7.917zM25.333 9.5c4.618 0 6.597 2.638 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267H20.583v-4.75H28.5V28.5h-7.125v-4.031l-.792-1.246v-2.64h-1.781a1.978 1.978 0 0 1 .6-2.906c-.666-5.538 1.313-8.177 5.931-8.177zM9.5 41.166v-4.75h3.166v4.75H9.5zm-9.5-9.5v-6.267c1.759-1.76 2.639-2.969 5.277-4.288 2.64-1.32 4.399-1.54 6.598-1.98v-4.162c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.617C9.236 2.638 11.215 0 15.833 0c4.331 0 6.341 3.509 6.025 8.367C19 9.5 17.416 11.083 17.423 15.698a1.979 1.979 0 0 0-.996 1.718c0 .9.204 2.055 1.026 2.296l.285.871h-5.072V28.5H4.75v3.166H0zm37.472-2.243c-2.639-1.32-3.607-1.54-5.806-1.979v-4.559c.67-.866 1.204-1.95 1.547-3.173.822-.24 1.026-1.396 1.026-2.296 0-.735-.4-1.376-.996-1.718.007-4.615-1.577-6.198-4.435-7.33C28.491 3.508 30.502 0 34.833 0c4.618 0 6.597 2.639 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267h-9.942c-1.273-1.318-1.064-1.149-3.252-2.243z"/></svg>
<svg class="tc-image-group-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm-1.216 333.625c55.343.727 101.183 45.781 116.414 103.191 5.806 23.425 6.461 47.189.608 71.999-8.827 34.928-26.498 69.048-59.423 90.007l47.987 22.796 114.02 55.205c11.199 4.8 16.792 14.4 16.792 28.8v110.372c0 22.763 1.808 42.392-26.405 50.418H388.792c-27.134-.39-28.258-27.874-27.622-50.418V705.623c0-14.4 6.01-24.415 18.01-30.016l117.59-53.989L542.401 600c-20.8-13.6-37.202-32.383-49.202-56.383-14.41-31.683-20.123-72.814-9.612-110.41 13.288-50.963 54.904-96.75 115.197-99.583zm-195.592 50.38c17.6 0 33.586 5.215 47.986 15.615-3.994 11.199-7.376 23.009-10.182 35.41-2.8 12.399-4.218 25.38-4.218 38.982 0 20 2.797 39.2 8.397 57.599 5.598 18.4 13.61 35.217 24.012 50.418-4.8 6.4-11.186 11.993-19.187 16.793l-88.83 40.805c-12 6.4-21.599 15.376-28.799 26.976-7.2 11.6-10.79 24.62-10.79 39.02v110.372h-87.576c-12.705-.198-21.285-13.002-21.618-26.368V685.22c0-12 4.384-20.012 13.183-24.012L358.777 600c-34.416-21.157-51.02-59.395-52.773-101.976.606-52.461 34.991-109.66 97.188-114.02zm393.579 0c55.29.874 95.228 55.692 97.226 114.02-.304 38.595-15.37 75.862-50.418 100.797l130.814 62.386c8.8 4.8 13.183 12.813 13.183 24.012v104.408c-.132 12.391-6.82 25.102-21.58 26.367h-90.008V705.623c0-14.4-3.59-27.42-10.79-39.02-7.2-11.6-16.8-20.576-28.8-26.975-37.303-17.339-80.146-29.784-108.016-58.815 20.8-32 31.193-67.6 31.193-106.8 0-24.801-4.384-49.215-13.184-73.215 14.451-9.542 31.558-16.525 50.38-16.793z"/></svg>
<svg class="tc-image-group-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.6660041809082 44.83000183105469"><path d="M3.166 30.275l3.36-3.359 5.597 5.598 5.598-5.598 3.359 3.36-5.598 5.597 5.598 5.598-3.36 3.359-5.597-5.598-5.598 5.598-3.359-3.36 5.598-5.597-5.598-5.598zM25.333 9.5c4.618 0 6.597 2.638 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267h-18.01l-5.294-5.293 5.598-5.598-2.085-2.085v-3.721c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.618c-.666-5.539 1.313-8.177 5.931-8.177zM0 31.666v-6.267c1.759-1.76 2.639-2.969 5.277-4.288 2.64-1.32 4.399-1.54 6.598-1.98v-4.162c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.617C9.236 2.638 11.215 0 15.833 0c4.331 0 6.341 3.509 6.025 8.367C19 9.5 17.416 11.083 17.423 15.698a1.979 1.979 0 0 0-.996 1.718c0 .9.204 2.055 1.026 2.296.343 1.224.876 2.307 1.547 3.173v2.93l-1.274-1.274-5.23 5.23-.49.246-5.476-5.476-5.734 5.734 1.392 1.391H0zm37.472-2.243c-2.639-1.32-3.607-1.54-5.806-1.979v-4.559c.67-.866 1.204-1.95 1.547-3.173.822-.24 1.026-1.396 1.026-2.296 0-.735-.4-1.376-.996-1.718.007-4.615-1.577-6.198-4.435-7.33C28.491 3.508 30.502 0 34.833 0c4.618 0 6.597 2.639 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267h-9.942c-1.273-1.318-1.064-1.149-3.252-2.243z"/></svg>
<svg class="tc-image-group-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.6660041809082 41.16600036621094"><path d="M26.916 30.083v4.75H6.333v-4.75h20.583zM25.333 9.5c4.618 0 6.597 2.638 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267H9.5v-4.75h19V28.5h-7.125v-4.031c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.618c-.666-5.539 1.313-8.177 5.931-8.177zM0 31.666v-6.267c1.759-1.76 2.639-2.969 5.277-4.288 2.64-1.32 4.399-1.54 6.598-1.98v-4.162c-.67-.867-1.204-1.95-1.547-3.174a1.98 1.98 0 0 1-.426-3.617C9.236 2.638 11.215 0 15.833 0c4.331 0 6.341 3.509 6.025 8.367C19 9.5 17.416 11.083 17.423 15.698a1.979 1.979 0 0 0-.996 1.718c0 .9.204 2.055 1.026 2.296.343 1.224.876 2.307 1.547 3.173v4.56c-1.542.307-2.479.508-3.81 1.055H4.75v3.166H0zm37.472-2.243c-2.639-1.32-3.607-1.54-5.806-1.979v-4.559c.67-.866 1.204-1.95 1.547-3.173.822-.24 1.026-1.396 1.026-2.296 0-.735-.4-1.376-.996-1.718.007-4.615-1.577-6.198-4.435-7.33C28.491 3.508 30.502 0 34.833 0c4.618 0 6.597 2.639 5.931 8.177a1.978 1.978 0 0 1-.426 3.618c-.343 1.224-.876 2.307-1.547 3.174v4.163c2.2.44 3.959.66 6.598 1.979 2.638 1.32 3.518 2.529 5.277 4.288v6.267h-9.942c-1.273-1.318-1.064-1.149-3.252-2.243z"/></svg>
<svg class="tc-image-group-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 23 17.000999450683594"><path d="M11.5 10c2.764 0 5-2.238 5-5s-2.236-5-5-5-5 2.238-5 5 2.236 5 5 5zm0-8c1.654 0 3 1.346 3 3s-1.346 3-3 3-3-1.346-3-3 1.346-3 3-3zm8 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0-4c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5S18 9.327 18 8.5 18.673 7 19.5 7zm0 4.59c-1.331 0-2.332.406-2.917.969C15.468 11.641 13.705 11 11.5 11c-2.266 0-3.995.648-5.092 1.564-.596-.565-1.608-.975-2.908-.975-2.188 0-3.5 1.091-3.5 2.183 0 .545 1.312 1.092 3.5 1.092.604 0 1.146-.051 1.623-.133l-.04.27c0 1 2.405 2 6.417 2 3.762 0 6.417-1 6.417-2l-.021-.255c.463.073.996.118 1.604.118 2.051 0 3.5-.547 3.5-1.092 0-1.092-1.373-2.182-3.5-2.182zm-16 2.273c-1.309 0-2.068-.207-2.417-.354.239-.405 1.003-.92 2.417-.92 1.107 0 1.837.351 2.208.706l-.235.344c-.452.119-1.108.224-1.973.224zm8 1.137c-2.163 0-3.501-.312-4.184-.561C7.837 13.761 9.234 13 11.5 13c2.169 0 3.59.761 4.148 1.425-.755.27-2.162.575-4.148.575zm8-1.137c-.914 0-1.546-.103-1.973-.213a3.42 3.42 0 0 0-.248-.375c.356-.345 1.071-.685 2.221-.685 1.324 0 2.141.501 2.404.911-.39.163-1.205.362-2.404.362zM3.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0-4C4.327 7 5 7.673 5 8.5S4.327 10 3.5 10 2 9.327 2 8.5 2.673 7 3.5 7z"/></svg>
<svg class="tc-image-group-work tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20c0 11.04 8.95 20 20 20s20-8.96 20-20C40 8.95 31.05 0 20 0zm-8 31c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm3-19c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5zm13 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></svg>
<svg class="tc-image-grunt tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.03599739074707 25.66499900817871"><path d="M9.514 9.409v.001h.008v-.001c.639-.007 1.365-.893 1.365-.893a2.678 2.678 0 0 1-1.369.416c-.425-.009-.87-.114-1.369-.416 0 0 .726.886 1.365.893zm-1.606 11.57H6.433c-.274 0-.41.078-.475.144-.095.096-.109.229-.044.395.174.445.57.809.687.91a.924.924 0 0 0 .589.211c.222 0 .418-.08.553-.224.377-.403.599-.836.653-.969.031-.076.066-.221-.044-.334-.086-.088-.236-.133-.444-.133zM2.964 9.491c-.057.503.262.96.262.96.033-.374.111-.64.202-.83.022.516.159 1.179.64 1.711.345.382 1.784 1.171 2.75.306.05.122.104.267.148.424.146.514-.133 1.266-.133 1.266s.755-.855.696-1.63c.542-.024 1.074-.422 1.059-.978 0 0-.945.522-1.78-.439-.487-.561-2.049-2.106-4.168-1.593.218.048.446.119.679.207l-.006.002c-.205.09-.32.345-.349.593zM4.386 9.4c.979.55 1.877 1.287 2.251 1.856l.001.002c-.288.167-1.087.523-1.903-.083-.521-.388-.498-1.32-.349-1.774zm8.216 11.58h-1.475c-.209 0-.358.045-.444.133-.11.114-.075.258-.045.334.054.133.277.567.653.969a.745.745 0 0 0 .553.224.918.918 0 0 0 .589-.211c.117-.101.513-.464.687-.91.065-.166.05-.3-.044-.395-.065-.066-.2-.144-.474-.144zm-1.096-9.282c-.058.775.696 1.63.696 1.63s-.279-.752-.133-1.266c.045-.157.098-.302.148-.424.966.865 2.405.076 2.75-.306.481-.532.619-1.196.64-1.712.091.19.169.456.202.83 0 0 .319-.457.262-.96-.028-.248-.143-.503-.348-.593l-.006-.002a4.96 4.96 0 0 1 .679-.207c-2.118-.514-3.68 1.032-4.168 1.593-.835.96-1.78.439-1.78.439-.015.556.517.955 1.059.978zm.891-.441c.374-.569 1.273-1.306 2.251-1.856.149.455.172 1.387-.349 1.774-.816.606-1.616.25-1.903.083l.001-.001zm5.003 4.649c-.12.896-.653 1.697-1.232 2.193-.154-1.139-.186-2.783-.186-3.128 0-.737.476-1.229.611-1.307.127-.074.269-.149.417-.229.902-.483 2.026-1.084 2.026-2.193 0-.81-.466-1.162-.774-1.394a4.835 4.835 0 0 1-.108-.083c-.104-.084-.187-.151-.217-.218-.218-.491-.178-1.717-.084-1.886.028-.032.839-1.049.59-1.963a1.339 1.339 0 0 0-.707-.852c-.266-.136-.595-.212-.979-.226a1.834 1.834 0 0 0-.046-.294c-.028-.131-.058-.266-.046-.404.02-.233.038-.453.108-.564.424-.668 1.446-.882 1.456-.884l.615-.12-.407-.476c-.007-.009-.866-.876-2.321-.876-.397 0-.803.066-1.207.196-1.215.392-2.149 1.529-2.474 1.968a8.27 8.27 0 0 0-.48-.134c-.21-.792.449-1.929.449-1.929s-.679-.151-1.687.764c-.131-.326-.405-1.028-.088-1.867-1.477.522-1.85 1.318-1.961 2.04-.38-.272-.338-1.156-.359-1.383-.378.045-1.462 1.097-1.413 2.422a7.108 7.108 0 0 0-.294.086c-.325-.44-1.259-1.577-2.474-1.969A3.913 3.913 0 0 0 2.921.999C1.467.999.608 1.866.6 1.875l-.407.476.615.12c.01.002 1.033.216 1.456.884.07.111.089.331.108.564.012.139-.018.274-.046.404a1.83 1.83 0 0 0-.047.295c-.384.014-.713.09-.979.226a1.336 1.336 0 0 0-.707.852c-.249.913.562 1.93.59 1.963.095.169.135 1.395-.084 1.886-.03.068-.112.134-.217.218a4.835 4.835 0 0 1-.108.083C.466 10.079 0 10.43 0 11.24c0 1.108 1.123 1.709 2.026 2.193.148.08.289.155.417.229.135.078.611.57.611 1.307 0 .345-.032 1.989-.186 3.128-.579-.496-1.113-1.297-1.233-2.193 0 0-1.465 1.131-1.035 3.551.391 2.198 2.183 2.963 4.263 3.125.697 1.625 1.803 3.083 4.651 3.085h.008c2.848-.002 3.954-1.461 4.651-3.085 2.08-.161 3.871-.926 4.263-3.125.431-2.42-1.035-3.551-1.035-3.551zM15.218 1.89c.283-.091.58-.138.885-.138.552 0 1 .15 1.238.251a3.444 3.444 0 0 0-.486.267 2.707 2.707 0 0 0-.461-.039c-.527 0-1.025.155-1.441.447-.618.434-.904.848-1.035 1.121a6.044 6.044 0 0 0-.592-.299c.308-.45.998-1.323 1.892-1.611zm1.051.914c-.04.052-.079.105-.114.162-.166.262-.193.583-.219.893-.027.322-.054.628-.219.85a6.97 6.97 0 0 0-.575.134 3.184 3.184 0 0 0-.527-.559c.072-.241.277-.809.679-1.129.275-.219.604-.336.976-.351zM2.18 2.271a3.456 3.456 0 0 0-.486-.268 3.232 3.232 0 0 1 1.238-.251c.305 0 .603.046.886.137.894.288 1.584 1.161 1.892 1.612a6.39 6.39 0 0 0-.593.298c-.132-.273-.418-.687-1.035-1.121a2.494 2.494 0 0 0-1.441-.447c-.182 0-.34.018-.46.039zm2.24 2.013a3.187 3.187 0 0 0-.527.56 7.067 7.067 0 0 0-.575-.134l-.553-1.905c.372.015.701.132.976.351l.679 1.129zm-1.613 8.747a20.03 20.03 0 0 0-.422-.233C1.64 12.396.87 11.979.87 11.269c0-.556.216-.73.445-.914l.14-.159c-.048.383-.1.714-.141.796 0 0 .608-.754.789-2.223.071-.578-.055-1.719-.256-2.158.008.244.001.489-.016.72a.583.583 0 0 0-.065-.108c-.161-.201-.593-.878-.469-1.333a.607.607 0 0 1 .335-.393c.188-.097.443-.145.756-.145.615 0 1.298.187 1.65.299 1.258.399 2.776 1.548 3.211 1.891l.021.016.278.194-.174-.291c-.01-.017-.958-1.573-2.665-2.331.101-.145.368-.408 1.082-.755 1.075-.524 2.329-.79 3.726-.79s2.651.266 3.726.79c.713.348.981.611 1.082.756-1.707.758-2.654 2.314-2.664 2.331l-.174.291.279-.194a.652.652 0 0 1 .021-.016c.435-.343 1.953-1.492 3.211-1.891.352-.111 1.035-.299 1.65-.299.314 0 .568.049.756.145.178.091.287.22.335.393.124.455-.308 1.132-.469 1.333a.583.583 0 0 0-.065.108 6.6 6.6 0 0 1-.016-.721c-.201.439-.327 1.579-.256 2.158.18 1.468.788 2.223.788 2.223-.039-.079-.088-.386-.135-.748.037.032.074.062.11.091l.025.02c.229.184.445.358.445.914 0 .711-.77 1.127-1.515 1.529a20.03 20.03 0 0 0-.422.233c-.435.251-.903.838-.956 1.714-.044.733.044 2.502.171 3.803-.624.241-1.339.321-1.99.34a5.42 5.42 0 0 1-.275-.659c-.034-.098-.982-2.56-1.323-3.12.274 1.955.878 3.693 1.178 4.492a4.276 4.276 0 0 0-.587-.037l-2.926-.002h-.008l-2.926.002c-.22 0-.414.014-.587.037.3-.799.905-2.537 1.178-4.492-.341.561-1.289 3.022-1.323 3.12-.079.23-.174.452-.275.659-.65-.019-1.365-.098-1.989-.34.127-1.301.215-3.069.171-3.803-.052-.876-.521-1.463-.956-1.714zm2.019 7.072c-.026.025-.05.049-.072.073-.362.391-.431.929-.205 1.598-1.131-.018-2.313-.502-2.914-1.49-.609-1.001-.438-2.711-.188-2.961.547 1.726 2.367 2.219 3.729 2.278-.134.21-.259.381-.35.502zm8.946 1.625c-.331.947-1.22 3.241-4.255 3.245-3.036-.004-3.925-2.297-4.255-3.245-.183-.526-.169-.915.043-1.156.145-.165.477-.362 1.235-.362h.792l2.186-.001 2.186.001h.791c.758 0 1.09.197 1.236.362.211.242.226.631.043 1.156zm3.628-1.444c-.601.988-1.783 1.472-2.914 1.49.226-.669.157-1.207-.205-1.598a1.686 1.686 0 0 0-.073-.074 7.963 7.963 0 0 1-.349-.5c1.363-.06 3.183-.553 3.729-2.278.25.25.421 1.96-.188 2.961z"/></svg>
<svg class="tc-image-guest tc-image-button" width="22pt" height="22pt" viewBox="0 0 389.10504150390625 460.81597900390625"><path d="M.001 354.32c0-7.536 2.047-18.432 6.144-32.784 7.84-29.68 22.607-56.656 44.287-80.912 21.68-24.224 46.85-41.792 75.52-52.72-26.975-21.504-40.448-48.992-40.448-82.432 0-29.36 10.672-54.272 32-74.752C138.834 10.24 164.176 0 193.537 0c29.343 0 54.687 10.24 76.032 30.72 21.328 20.48 32 45.392 32 74.752 0 33.104-13.137 60.416-39.424 81.92 36.176 12.976 66.384 34.64 90.607 65.008 24.256 30.368 36.353 64.192 36.353 101.376 0 31.408-12.448 49.504-37.376 54.288-1.009 3.408-3.232 7.84-6.656 13.312-2.048 5.472-6.048 10.32-12.032 14.592-5.968 4.256-14.256 7.745-24.832 10.496-10.592 2.72-19.024 4.784-25.344 6.128-6.32 1.376-15.968 2.913-28.945 4.624-12.975 1.68-19.63 2.56-19.967 2.56-.672 0-1.872.16-3.584.496s-2.865.544-3.552.544h-61.456c-17.408 0-39.408-2.848-66.032-8.464s-41.808-13.216-45.569-22.784c-5.792-5.808-10.063-12.976-12.8-21.504-8.528-1.712-15.696-5.28-21.503-10.752C6.481 392.192 0 377.84 0 354.32z"/></svg>
<svg class="tc-image-gui-anticlockwise-rotation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M248.91 50c11.882-.006 23.875 1.018 35.857 3.13 85.207 15.025 152.077 81.895 167.102 167.102 15.023 85.208-24.944 170.917-99.874 214.178-32.782 18.927-69.254 27.996-105.463 27.553-46.555-.57-92.675-16.865-129.957-48.15l30.855-36.768c50.95 42.75 122.968 49.05 180.566 15.797 57.597-33.254 88.152-98.777 76.603-164.274-11.55-65.497-62.672-116.62-128.17-128.168-51.656-9.108-103.323 7.98-139.17 43.862L185 192H57V64l46.34 46.342C141.758 71.962 194.17 50.03 248.91 50z"/></svg>
<svg class="tc-image-gui-arrow-cursor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M123.193 29.635L121 406.18l84.31-82.836 65.87 159.02 67.5-27.96-65.87-159.02L391 294.342z"/></svg>
<svg class="tc-image-gui-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M23 23v466h466v-18H41v-82.184l85.854-57.234 70.023 70.022 65.133-260.536L387.28 203.7 455.07 95.73l19.317 11.858 6.102-71.1-60.644 37.616 19.884 12.207-59.01 93.99-130.732-65.366-62.865 251.462-57.98-57.978L41 367.184V23H23z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-gui-checklist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M122.31 84.615l-2.85 8.54-11.394 34.185-5.703-5.703L96 115.27 83.27 128l6.367 6.363 26.297 26.297 20.605-61.814 2.845-8.537-17.076-5.695zM151 119v18h242v-18H151zm0 64v18h242v-18H151zm0 64v18h242v-18H151zm-28.69 29.615l-2.85 8.54-11.394 34.185-5.703-5.703L96 307.27 83.27 320l6.367 6.363 26.297 26.297 20.605-61.814 2.845-8.537-17.076-5.695zM151 311v18h242v-18H151zm0 64v18h242v-18H151z"/></svg>
<svg class="tc-image-gui-clockwise-rotation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M263.09 50c-11.882-.007-23.875 1.018-35.857 3.13C142.026 68.156 75.156 135.026 60.13 220.233 45.108 305.44 85.075 391.15 160.005 434.41c32.782 18.927 69.254 27.996 105.463 27.553 46.555-.57 92.675-16.865 129.957-48.15l-30.855-36.768c-50.95 42.75-122.968 49.05-180.566 15.797-57.597-33.254-88.152-98.777-76.603-164.274 11.55-65.497 62.672-116.62 128.17-128.168 51.656-9.108 103.323 7.98 139.17 43.862L327 192h128V64l-46.34 46.342C370.242 71.962 317.83 50.03 263.09 50z"/></svg>
<svg class="tc-image-gui-contract tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M96 64L64 96l48 48-48 48h128V64l-48 48-48-48zm224 0v128h128l-48-48 48-48-32-32-48 48-48-48zM64 320l48 48-48 48 32 32 48-48 48 48V320H64zm256 0v128l48-48 48 48 32-32-48-48 48-48H320z" fill="#fff"/></svg>
<svg class="tc-image-gui-database tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 19.11c-48.03 0-91.515 6.572-122.235 16.82-15.36 5.123-27.503 11.218-35.225 17.308C90.82 59.328 88 64.702 88 69.278c0 4.574 2.82 9.948 10.54 16.038 7.722 6.09 19.865 12.184 35.225 17.308 30.72 10.247 74.204 16.82 122.235 16.82 48.03 0 91.515-6.573 122.235-16.82 15.36-5.124 27.503-11.22 35.225-17.308 7.72-6.09 10.54-11.464 10.54-16.04 0-4.574-2.82-9.948-10.54-16.038-7.722-6.09-19.865-12.185-35.225-17.308C347.515 25.682 304.03 19.11 256 19.11zM88 99.434v92.63c0 5.84 5.338 13.804 19.285 21.862 13.947 8.058 35.283 15.424 61.976 20.564 53.387 10.283 120.093 10.283 173.48 0 26.692-5.14 48.028-12.505 61.975-20.563C418.662 205.87 424 197.905 424 192.067V99.434c-10.135 7.894-23.752 14.42-40.19 19.903-33.272 11.098-78.19 17.727-127.81 17.727-49.62 0-94.538-6.63-127.81-17.727-16.438-5.483-30.055-12.01-40.19-19.903zm0 122.75v95.32c0 5.84 5.338 13.803 19.285 21.86 13.947 8.06 35.283 15.425 61.976 20.566 53.387 10.282 120.093 10.282 173.48 0 26.692-5.14 48.028-12.506 61.975-20.564 13.947-8.058 19.285-16.022 19.285-21.86v-95.322c-3.18 2.475-6.685 4.812-10.47 7-16.58 9.578-39.446 17.215-67.46 22.61-56.023 10.79-124.117 10.79-180.14 0-28.014-5.395-50.88-13.032-67.46-22.61-3.785-2.188-7.29-4.525-10.47-7zm0 125.44v98.035h.386c.994 3.89 4.026 8.27 10.154 13.102 7.722 6.09 19.865 12.185 35.225 17.308 30.72 10.248 74.204 16.82 122.235 16.82 48.03 0 91.515-6.572 122.235-16.82 15.36-5.123 27.503-11.218 35.225-17.308 6.128-4.833 9.16-9.213 10.154-13.102H424V347.623c-3.18 2.475-6.685 4.813-10.47 7-16.58 9.58-39.446 17.215-67.46 22.61-56.023 10.79-124.117 10.79-180.14 0-28.014-5.395-50.88-13.03-67.46-22.61-3.785-2.187-7.29-4.525-10.47-7z"/></svg>
<svg class="tc-image-gui-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M64 64v128l48-48 48 48 32-32-48-48 48-48H64zm256 0l48 48-48 48 32 32 48-48 48 48V64H320zM64 320v128h128l-48-48 48-48-32-32-48 48-48-48zm288 0l-32 32 48 48-48 48h128V320l-48 48-48-48z" fill="#fff"/></svg>
<svg class="tc-image-gui-histogram tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M23 23v466h466v-18h-40.893V256h-48v215h-31.675V159.33h-48V471h-31.227V320.242h-48V471H207.2V80.418h-48V471H128V192H80v279H41V23H23z" fill="#fff" fill-rule="evenodd" stroke-linecap="square"/></svg>
<svg class="tc-image-gui-horizontal-flip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M387.02 278.627v67.883L477.53 256l-90.51-90.51v67.883H124.98V165.49L34.47 256l90.51 90.51v-67.883h262.04z"/></svg>
<svg class="tc-image-gui-load tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M64 48c-8.726 0-16 7.274-16 16v384c0 8.726 7.274 16 16 16h236.25l-16-16H64V64h63.375v97.53c0 3.924 3.443 7.095 7.72 7.095h169.81c4.277 0 7.72-3.17 7.72-7.094V64h69.22c.428.318.8.548 1.467 1.094 2.05 1.675 4.962 4.264 8.375 7.406 6.827 6.283 15.65 14.837 24.313 23.5 8.663 8.663 17.217 17.486 23.5 24.313 3.142 3.413 5.73 6.324 7.406 8.374.546.668.776 1.04 1.094 1.47V366h16V128c0-2.68-.657-3.402-1.03-4.156-.375-.754-.725-1.294-1.095-1.844-.74-1.1-1.575-2.19-2.594-3.438-2.036-2.492-4.768-5.55-8.03-9.093-6.524-7.09-15.155-16-23.938-24.782-8.782-8.783-17.692-17.414-24.78-23.938-3.545-3.262-6.6-5.994-9.094-8.03-1.247-1.02-2.337-1.855-3.438-2.595-.55-.37-1.09-.72-1.844-1.094-.754-.373-1.477-1.03-4.156-1.03H64zm87.72 16h48.56c4.277 0 7.72 4.425 7.72 9.938v70.124c0 5.513-3.443 9.938-7.72 9.938h-48.56c-4.277 0-7.72-4.425-7.72-9.938V73.938c0-5.512 3.443-9.937 7.72-9.937zM114 212c-4.432 0-8 3.568-8 8v184c0 4.432 3.568 8 8 8h134.25l-30.625-30.625L202.28 366H279V238h127v-18c0-4.432-3.568-8-8-8H114zm183 44v128h-51.25L352 490.25 458.25 384H407V256H297zm167 147.75l-16 16V448h-28.25l-16 16H448c8.726 0 16-7.274 16-16v-44.25z" fill="#fff"/></svg>
<svg class="tc-image-gui-move tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 34.47l-90.51 90.51h67.883v108.393H124.98V165.49L34.47 256l90.51 90.51v-67.883h108.393V387.02H165.49L256 477.53l90.51-90.51h-67.883V278.627H387.02v67.883L477.53 256l-90.51-90.51v67.883H278.627V124.98h67.883L256 34.47z"/></svg>
<svg class="tc-image-gui-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M170.738 311.468c8.07-42.15 99.697-131.543 138.247-138.247 11.314 11.314 33.94 33.942 56.57 33.942l79.195-79.196c0-22.628-35.103-49.413-56.57-56.57C272.583 32.865 32.865 272.583 71.398 388.182c7.156 21.467 33.94 56.57 56.57 56.57l79.195-79.196c0-22.628-25.11-42.772-36.424-54.086z"/></svg>
<svg class="tc-image-gui-plain-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M130.81 21.785v245.95H43.84L256 489.382l212.158-221.644H381.19V21.786H130.81z"/></svg>
<svg class="tc-image-gui-position-marker tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 17.108c-75.73 0-137.122 61.392-137.122 137.122.055 23.25 6.022 46.107 11.58 56.262L256 494.892l119.982-274.244h-.063c11.27-20.324 17.188-43.18 17.202-66.418C393.122 78.5 331.73 17.108 256 17.108zm0 68.56a68.56 68.56 0 0 1 68.56 68.562A68.56 68.56 0 0 1 256 222.79a68.56 68.56 0 0 1-68.56-68.56A68.56 68.56 0 0 1 256 85.67z"/></svg>
<svg class="tc-image-gui-save tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M64 48c-8.726 0-16 7.274-16 16v384c0 8.726 7.274 16 16 16h215v-16H64V64h63.375v97.53c0 3.924 3.443 7.095 7.72 7.095h169.81c4.277 0 7.72-3.17 7.72-7.094V64h69.22c.428.318.8.548 1.467 1.094 2.05 1.675 4.962 4.264 8.375 7.406 6.827 6.283 15.65 14.837 24.313 23.5 8.663 8.663 17.217 17.486 23.5 24.313 3.142 3.413 5.73 6.324 7.406 8.374.546.668.776 1.04 1.094 1.47V330.25l16 16V128c0-2.68-.657-3.402-1.03-4.156-.375-.754-.725-1.294-1.095-1.844-.74-1.1-1.575-2.19-2.594-3.438-2.036-2.492-4.768-5.55-8.03-9.093-6.524-7.09-15.155-16-23.938-24.782-8.782-8.783-17.692-17.414-24.78-23.938-3.545-3.262-6.6-5.994-9.094-8.03-1.247-1.02-2.337-1.855-3.438-2.595-.55-.37-1.09-.72-1.844-1.094-.754-.373-1.477-1.03-4.156-1.03H64zm87.72 16h48.56c4.277 0 7.72 4.425 7.72 9.938v70.124c0 5.513-3.443 9.938-7.72 9.938h-48.56c-4.277 0-7.72-4.425-7.72-9.938V73.938c0-5.512 3.443-9.937 7.72-9.937zM114 212c-4.432 0-8 3.568-8 8v184c0 4.432 3.568 8 8 8h165v-28h-76.72l15.345-15.375 128-128L352 234.28l6.375 6.345L406 288.25V220c0-4.432-3.568-8-8-8H114zm238 47.75L245.75 366H297v128h110V366h51.25L352 259.75zM448 384v64h-23v16h23c8.726 0 16-7.274 16-16v-64h-16z" fill="#fff"/></svg>
<svg class="tc-image-gui-shopping-cart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M25.45 63.043l-4.364 17.463 8.73 2.18L90.44 97.846l29.402 44.1 62.44 187.32-36.845 73.693h17.827c-2.086 4.238-3.264 8.99-3.264 14 0 17.567 14.433 32 32 32s32-14.433 32-32c0-5.01-1.178-9.762-3.264-14h102.528c-2.086 4.238-3.264 8.99-3.264 14 0 17.567 14.433 32 32 32s32-14.433 32-32c0-5.01-1.178-9.762-3.264-14H393v-18H174.562l23-46h192.924l70-210h-327.67L101.56 82.07 34.183 65.227l-8.733-2.184zm115.038 83.914H231v46h-75.178l-15.334-46zm108.512 0h78v46h-78v-46zm96 0h90.512l-15.334 46H345v-46zm-183.18 64H231v46h-53.846l-15.334-46zm87.18 0h78v46h-78v-46zm96 0h69.18l-15.334 46H345v-46zm-161.846 64H231v46h-32.514l-15.332-46zm65.846 0h78v46h-78v-46zm96 0h47.846l-15.332 46H345v-46zm-153 128c7.84 0 14 6.16 14 14s-6.16 14-14 14-14-6.16-14-14 6.16-14 14-14zm160 0c7.84 0 14 6.16 14 14s-6.16 14-14 14-14-6.16-14-14 6.16-14 14-14z" fill="#fff"/></svg>
<svg class="tc-image-gui-speaker tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M275.5 96l-96 96h-96v128h96l96 96V96zm51.46 27.668l-4.66 17.387c52.066 13.95 88.2 61.04 88.2 114.945 0 53.904-36.134 100.994-88.2 114.945l4.66 17.387C386.81 372.295 428.5 317.962 428.5 256c0-61.963-41.69-116.295-101.54-132.332zm-12.425 46.365l-4.658 17.387C340.96 195.748 362.5 223.822 362.5 256s-21.54 60.252-52.623 68.58l4.658 17.387C353.402 331.552 380.5 296.237 380.5 256c0-40.238-27.098-75.552-65.965-85.967zm-12.424 46.363l-4.657 17.387C307.55 236.49 314.5 245.547 314.5 256s-6.95 19.51-17.047 22.217l4.658 17.387c17.884-4.792 30.39-21.09 30.39-39.604 0-18.513-12.506-34.812-30.39-39.604z"/></svg>
<svg class="tc-image-gui-speaker-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M275.5 96l-96 96h-96v128h96l96 96V96zm50.863 89.637l-12.726 12.726L371.273 256l-57.636 57.637 12.726 12.726L384 268.727l57.637 57.636 12.726-12.726L396.727 256l57.636-57.637-12.726-12.726L384 243.273l-57.637-57.636z"/></svg>
<svg class="tc-image-gui-thumb-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M283.195 35.116c24.564.196 57.187 6.155 86.344 17.69 13.42 5.31 24.168 9.772 30.624 14.062 6.456 4.29 8.202 6.845 8.266 11.725.052 3.996-.285 6.73-2.256 9.89-1.972 3.162-6.117 7.236-15.42 11.72l-26.506 12.78 29.12 4.235c28.602 4.157 33.414 21.214 33.6 23.85.69 9.877-2.582 16.77-15.882 22.27l-23.953 9.91 24.94 7.068c14.348 4.065 24.492 16.475 24.49 24.726 0 7.6-7.05 18.704-24.22 24.037l-27.63 8.583 27.625 8.606c10.35 3.222 18.282 5.945 22.32 8.792 4.038 2.847 5.318 4.47 5.107 11.64-.297 10.136-5.695 15.012-15.656 19.5-9.962 4.49-23.656 6.725-34.927 8.305-35.802 5.02-71.025 6.965-105.87.084l-20.33-4.015 10.947 17.598c25.885 41.614 54.194 90.91 59.11 130.426l.044.352.072.348c5.128 24.97-6.35 36.185-16.972 37.46-5.31.64-11.003-1.04-16.315-6.722-5.313-5.68-10.128-15.727-11.436-31.537l-.12-1.448-.57-1.336c-7.724-18.123-25.866-39.642-46.338-61.158-20.097-21.123-42.306-41.512-58.814-55.33-35.53-49.788-45.97-71.5-53.832-85.07-3.957-6.827-7.77-12.2-13.52-16.87-5.75-4.67-12.805-8.494-24.096-14.304l-.02-.01-.02-.01c-3.508-1.783-10.932-13.615-14.72-31.09-3.786-17.476-5.158-39.717-3.44-60.715 1.72-21 6.696-40.814 14.187-53.263 3.746-6.224 7.978-10.502 12.393-12.85 4.243-2.255 8.787-3.025 14.914-1.767 10.302 4.843 19.693 9.668 30.178 12.615 10.865 3.054 22.944 3.76 36.7.153l.583-.153.56-.23c28.5-11.733 71.544-20.78 100.737-20.55z" fill="#fff"/></svg>
<svg class="tc-image-gui-thumb-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M302.344 28.514c-2.386 1.354-4.334 3.497-6.273 7.182-2.335 4.438-4.28 10.836-5.94 18.29-3.316 14.91-5.51 33.828-12.098 51.26l-.54 1.43-.982 1.17c-53.308 63.59-92.07 98.36-119.014 148.817l-2.46 4.605-5.22.15s-10.63.322-22.607 2.46c-11.978 2.137-43.225 3.316-46.132 7.017-13.33 16.97-23.48 45.76-25.072 70.46-1.592 24.697 3.872 48.986 16.676 65.568.858 1.11 29.53 4.57 38.22 5.302 8.693.73 16.52.162 16.52.162l6.08-.457 2.678 5.48c14.83 30.325 61.456 50.595 110.937 66.056 4.384.248 11.962-1.82 20.852-6.295-19.818-7.57-35.37-14.03-52.5-23.087l-4.423-2.338-.347-4.99c-.896-12.814 5.672-23.273 13.61-30.256 2.54-2.237 5.24-4.216 7.985-6.038-1.54-.685-3.074-1.38-4.62-2.053l-4.698-2.05-.635-5.086c-1.752-14.04 2.566-27.897 11.664-37.728 1.852-2 3.932-3.81 6.19-5.405l-.23-.1-.438-5.31c-1.313-15.828 8.72-29.44 20.295-39.02 2.13-1.764 4.347-3.44 6.623-4.985l-.91-2.148c-4.49-10.608-2.336-21.785 3.01-29.815 5.35-8.03 13.357-13.657 21.92-16.79l.232-.086.236-.073c16.656-5.078 32.616-1.007 47.756 3.03 15.14 4.036 29.842 8.22 45.14 6.923 9.286 15.502 8.095 12.523 10.49 17.176l-8.966.76c-19.417 1.647-36.48-3.515-51.3-7.467-14.71-3.92-26.832-6.456-37.616-3.264-5.132 1.933-10.21 5.715-12.908 9.77-2.15 3.226-3.06 6.18-2.338 9.75 21.768 9.268 38.374 19.347 57.04 24.798 19.682 5.746 42.49 7.06 79.325-3.035 5.858-2.842 11.615-7.678 15.014-12.946 3.503-5.427 4.637-10.646 2.87-16-6.415-19.43-15.202-36.684-33.028-48.515-40.155-16.703-65.958-16.832-101.275-13.336-.627-5.215-.437-10.644.022-18.09 2.066-15.153 8.845-33.844 16.745-55.096 9.792-26.342 21.692-55.157 30.416-78.892-2.042-19.79-7.618-30.87-15.044-37.3-7.295-6.315-17.56-9.054-30.932-9.564zm-14.53 290.698c-4.52 1.1-10.952 3.76-16.513 8.363-6.763 5.6-11.67 12.988-13.268 18.99 24.578 11.48 43.09 22.944 74.63 33.086l66.92-3.794c11.996-4.2 19.78-8.523 24.07-12.197 4.42-3.79 5.292-6.294 5.45-8.77.265-4.15-3.83-11.11-9.88-18.43-37.514 9.835-63.92 8.562-86.034 2.105-16.627-4.855-30.524-12.225-45.375-19.353zm-25.398 49.41c-6.38.195-11.287 2.923-15.2 7.15-4.27 4.616-6.853 11.327-7.09 18.49 23.313 10.374 45.08 21.135 74.69 30.407l56.54-1.095c21.862-.903 27.79-9.79 28.918-17.854.6-4.28-.493-8.504-2.71-11.72l-67.27 3.815-1.57-.496c-28.61-9.035-47.056-19.095-66.265-28.698h-.044zm-9.96 50.937c-6.14 3.332-12.053 6.753-16.258 10.452-4.005 3.523-6.404 6.67-7.237 10.69 17.396 8.825 33.933 15.363 57.386 24.162l46.51 1.596c8.015-3.427 12.8-6.69 15.08-9.11 2.44-2.59 2.637-3.797 2.603-5.873-.035-2.12-1.344-5.413-3-9.437l-35.403.685-1.385-.427c-22.878-7.07-41.16-14.99-58.295-22.74z" fill="#fff" /></svg>
<svg class="tc-image-gui-transform tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M128 32a96 96 0 0 0-96 96 96 96 0 0 0 96 96 96 96 0 0 0 30.285-4.986L140.29 201.02l64.353-64.352 6.363-6.363 11.86 11.86A96 96 0 0 0 224 128a96 96 0 0 0-96-96zm83.006 123.76l-45.26 45.26L252.73 288l-23.468 23.467 115.24 23.047-23.05-115.24-23.466 23.466-86.98-86.98zM353.556 288l13.89 69.46L288 341.57V480h192V288H353.555z"/></svg>
<svg class="tc-image-gui-vertical-flip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M233.373 387.02H165.49L256 477.53l90.51-90.51h-67.883V124.98h67.883L256 34.47l-90.51 90.51h67.883v262.04z"/></svg>
<svg class="tc-image-guide-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14.00083065032959"><path d="M11.718 2.185c.002-.395-.216-.861-.518-1.163l-.566-.565A1.552 1.552 0 0 0 8.436.456l-7.173 7.17C1.05 7.843.25 10.859.198 10.93L0 11.722l.792-.2c.069-.051 3.086-.852 3.3-1.065l7.173-7.173c.3-.303.454-.703.453-1.1zM3.397 9.763c.012.063-2.348.907-2.354.9.007.007.853-2.352.915-2.343l5.455-5.454 1.439 1.44-5.455 5.457zm7.172-7.173L9.548 3.612l-1.439-1.44L9.13 1.15a.577.577 0 0 1 .407-.168.58.58 0 0 1 .403.168l.565.566c.112.114.232.32.232.469a.559.559 0 0 1-.168.405zM14 10.5a.5.5 0 0 1-.5.5H11v2.5c0 .277-.199.5-.475.5-.277 0-.525-.223-.525-.5V11H7.55a.495.495 0 0 1-.491-.456c.022-.468.23-.543.491-.543H10V7.5c0-.276.248-.5.525-.5.276 0 .475.224.475.5V10h2.5a.5.5 0 0 1 .5.5zm-6.95 0c0 .017.007.029.009.044-.002.027-.009.042-.009.072V10.5z"/></svg>
<svg class="tc-image-guide-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 11.721830368041992"><path d="M11.2 1.022l-.566-.565A1.552 1.552 0 0 0 8.436.456l-7.173 7.17C1.05 7.843.25 10.859.198 10.93L0 11.722l.792-.2c.069-.051 3.086-.852 3.3-1.065l7.173-7.173c.301-.302.454-.702.453-1.1.002-.394-.216-.861-.518-1.162zm-7.803 8.74c.012.064-2.348.908-2.354.902.007.006.853-2.353.915-2.344l5.455-5.454 1.439 1.44-5.455 5.457zm7.172-7.172L9.548 3.612l-1.439-1.44L9.13 1.15a.577.577 0 0 1 .407-.168.58.58 0 0 1 .403.168l.565.566c.112.114.232.32.232.469a.559.559 0 0 1-.168.405zM7.55 11a.5.5 0 0 1-.5-.5v.116c0-.547.223-.615.5-.615h5.95a.5.5 0 0 1 0 1H7.55z"/></svg>
<svg class="tc-image-guide-dog tc-image-button" width="22pt" height="22pt" viewBox="0 0 79.58432006835938 58.89501190185547"><path d="M30.405 4.41l11.757 11.757c.033.035.067.069.102.102l.095.095.01-.009c.35.285.79.464 1.278.464a2.035 2.035 0 0 0 2.034-2.035c0-.733-.39-1.37-.973-1.728l-11.7-11.699a2.02 2.02 0 0 0-1.523-.698 2.034 2.034 0 0 0-2.034 2.034c0 .725.382 1.358.954 1.717zm13.241 40.766V20.137h-26.9c-.147 0-.29.037-.432.091L5.347 13.897l-.009.015a2.545 2.545 0 0 0-1.175-.296 2.568 2.568 0 1 0-1.388 4.734l-.019.033 11.112 6.416c-.429 1.868-.685 4.162-.685 6.651 0 5.261 1.133 9.669 2.664 10.936L9.583 53.237a3.474 3.474 0 0 0-.75 2.146 3.512 3.512 0 0 0 3.511 3.512 3.492 3.492 0 0 0 2.774-1.382l.06.035 7.327-12.691 7.327 12.69.06-.034a3.492 3.492 0 0 0 2.774 1.382 3.512 3.512 0 0 0 3.512-3.512c0-.812-.287-1.551-.75-2.146l-4.733-8.195c2.467.142 5.146.22 7.951.22 1.721 0 3.393-.03 5-.086z"/><path d="M61.272 42.577c1.151-.649 2.112-3.049 2.597-6.305L47.646 20.049v22.686l-6.064 10.502a3.474 3.474 0 0 0-.75 2.146 3.512 3.512 0 0 0 3.511 3.512 3.492 3.492 0 0 0 2.774-1.382l.06.035 7.327-12.691 7.328 12.69.06-.034a3.492 3.492 0 0 0 2.774 1.382 3.512 3.512 0 0 0 3.512-3.512c0-.812-.287-1.551-.75-2.146l-6.156-10.66zm18.312-21.454c0-.83-.409-1.56-1.03-2.015l-3.907-3.906v-4.065c0-1.528-.879-2.837-2.15-3.49l-5.055-2.918-.014.024a3.892 3.892 0 0 0-1.406-.503L63.568 0 58.47 8.83l-8.193 8.192 13.92 13.919a34.687 34.687 0 0 0-.17-3.058l2.745-2.746h9.875v-.027l2.174-2.174-.01-.01a2.494 2.494 0 0 0 .773-1.803z"/></svg>
<svg class="tc-image-guidedog tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1222.0330810546875 984.4888916015625"><path d="M629.217 266.865L493.218 53.885c-7.962-15.268-4.36-33.71 8.981-42.34 15.255-8.01 32.483-4.266 41.057 8.982L679.255 234.79c7.96 15.268 4.363 33.715-8.981 42.339-15.215 7.334-33.858 2.36-41.057-10.264zm570.94 39.773c21.876 39.658-32.348 72.172-57.736 85.962-22.238-1.718-43.408-4.07-63.509-7.057-20.1-2.993-37.849-5.773-53.245-8.34-17.962-3.421-34.641-6.842-50.037-10.263-1.741 8.553-4.094 17.534-7.057 26.943-3.008 9.408-6.644 19.245-10.905 29.509-87.46-18.921-190.461-70.102-238.64-148.83L883.253 106.49 912.763 0l62.867 76.98c43.37 12.193 103.54 13.048 121.886 57.736 15.887 26.768 14.6 83.536 32.075 105.207 9.408 9.408 19.672 17.962 30.792 25.66 11.12 7.698 24.377 21.384 39.773 41.056zM584.312 663.316c-38.87-.276-79.43-13.76-118.037-14.113-22.238-2.566-30.365 7.27-24.377 29.509l53.886 216.829c-.724 34.83-19.645 61.5-47.471 66.074-27.08 2.602-54.31-21.825-60.302-40.414l-69.282-271.998c-1.71-9.409-7.057-13.9-16.038-13.472-8.98.427-14.754 4.918-17.32 13.472l-64.15 270.715c-8.46 25.404-28.958 42.032-53.887 42.339-36.8-.648-62.21-34.83-55.17-66.716l78.264-320.753 6.415-193.734c-67.836-17.21-153.56-63.618-187.32-128.302-9.523-20.909-2.62-41.19 15.397-51.32 21.296-9.734 45.384-.364 53.886 14.112 33.217 51.992 106.545 85.123 156.527 85.962H617.67c-23.655 118.655-36.893 237.316-33.358 361.809zm93.66-339.998c64.764 84.222 158.1 137.002 257.884 157.81-9.287 27.802-21.692 54.851-30.15 80.189-3.85 11.547-2.78 28.44 3.207 50.678 24.586 94.193 51.62 194.754 75.698 282.263 9.377 73.299-92.42 71.738-107.773 26.943l-55.17-210.414c-15.223-25.84-53.295-31.872-61.584 0l-50.037 209.13c-25.894 64.572-118.282 21.158-107.773-24.376l47.471-195.018c.856-6.842.428-13.686-1.283-20.528.827-118.823 4.62-240.394 29.51-356.677z"/></svg>
<svg class="tc-image-gulp tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 7.215999126434326 16.031999588012695"><path d="M5.708 12.992l.424-.724s-.964.395-2.578.395c-1.614 0-2.564-.386-2.564-.386l.475.79.168 2.485c0 .265.878.48 1.96.48 1.084 0 1.962-.215 1.962-.48l.153-2.56zm.41-4.705c-.513.03-.77.603-1.028 1.205-.095.22-.42 1.16-.633 1.044-.213-.116.276-.888.413-1.347-.158.116-.738.567-.887.144-.24.207-.754.317-.696-.22-.128.227-.415.544-.76.41-.45-.17.263-1.612.44-1.54.178.074-.035.4-.09.53-.124.28-.266.633-.17.705.16.124.603-.468.613-.48.083-.11.32-.826.51-.744.19.083-.475 1.028-.227 1.216.05.038.255-.024.38-.158.08-.088.052-.28.32-.922.27-.642.51-1.44.694-1.38.184.06.032.47-.034.624-.31.716-.847 1.9-.594 1.81.25-.088.383-.094.63-.384.25-.29.237-.768.4-.758.168.01.14.164.1.28.16-.186.77-.578.917-.19.174.46-.87 1.124-.61 1.09.254-.033.665-.293.84-.53l.484-4.346s-.485.403-3.58.403c-3.087 0-3.524-.395-3.524-.395l.41 3.967c.22-.62.738-1.876 1.555-1.834.373.02.87.735.444.76-.18.01-.198-.358-.41-.412-.155-.037-.37.088-.507.224-.276.27-.87 1.336-.79 1.867.1.678.933-.235 1.074-.506.1-.19.168-.756.385-.697.218.06-.02.643-.176 1.16-.178.58-.27 1.19-.493 1.12-.222-.07.14-.82.126-.95-.208.193-.593.68-1.084.44l.254 2.462s.68.536 2.724.536 2.748-.528 2.748-.528l.317-2.853c-.26.253-1.08.702-1.133.196-.043-.406.888-.995.65-1.014h-.002zM7.17.462l-1.776 1.87-.324 1.27c1.256.08 2.13.257 2.13.463 0 .28-1.612.506-3.6.506S0 4.346 0 4.067c0-.28 1.612-.507 3.6-.507.282 0 .563.004.844.013l.374-1.52 1.887-2c.046-.053.187-.005.316.107.127.108.195.237.157.29l-.003.004-.004.006zm-2.56 3.87s-.35 0-.408-.054a.09.09 0 0 1-.024-.06c0-.038.026-.06.06-.073l.03.05c-.014.004-.02.01-.022.015 0 .028.21.047.37.045.16-.002.355-.016.356-.043 0-.008-.015-.016-.04-.022l.03-.048c.042.013.078.038.078.08 0 .074-.094.086-.154.094-.072.01-.275.016-.275.016z"/></svg>
<svg class="tc-image-gumtree tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.815505981445312 16.052000045776367"><path fill-rule="nonzero" d="M10.96 4.34a.442.442 0 0 1-.21-.38C10.54 1.728 8.685 0 6.41 0S2.28 1.727 2.07 3.96c0 .17-.084.295-.21.38A4.351 4.351 0 0 0 .006 7.92c0 2.023 1.39 3.71 3.244 4.215.337.084.632.126.758.04.253-.125.506-1.22.38-1.473-.085-.127-.38-.253-.675-.337A2.578 2.578 0 0 1 1.817 7.88c0-.675.253-1.265.675-1.73.168-.21.42-.378.632-.504.463-.253.758-.76.758-1.307 0-.296.042-.548.126-.8.337-1.012 1.306-1.77 2.444-1.77s2.107.758 2.444 1.77c.084.252.126.504.126.8 0 .547.253 1.053.76 1.306.252.126.462.295.63.505.422.465.675 1.055.675 1.73 0 1.43-1.138 2.57-2.57 2.57a2.958 2.958 0 0 0-2.95 2.948v1.686c0 .337.043.674.127.758.21.21 1.306.21 1.517 0 .085-.084.127-.42.127-.758v-1.728c0-.632.506-1.137 1.138-1.137 2.4 0 4.34-1.94 4.34-4.34 0-1.433-.717-2.74-1.855-3.54z"/></svg>
<svg class="tc-image-gym tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47.38779067993164 47.289207458496094"><path d="M16.656 43.467a1.007 1.007 0 0 1-.05 1.416l-2.172 2.031a.999.999 0 0 1-1.41-.051L.373 33.231a1.007 1.007 0 0 1 .051-1.416L2.6 29.787a.998.998 0 0 1 1.411.051l12.645 13.629zm16.14-25.65a1.007 1.007 0 0 1-.05 1.416l-13.67 12.77a.999.999 0 0 1-1.412-.051l-3.263-3.521a1.007 1.007 0 0 1 .051-1.416l13.667-12.77a.997.997 0 0 1 1.41.051l3.267 3.521zM21.307 39.12c.374.403.351 1.04-.05 1.416l-2.176 2.03a.998.998 0 0 1-1.41-.051L5.027 28.883a1.007 1.007 0 0 1 .05-1.416l2.171-2.029a.999.999 0 0 1 1.411.051L21.307 39.12zM42.37 18.306a1.007 1.007 0 0 1-.052 1.416l-2.174 2.03a1 1 0 0 1-1.412-.05L26.088 8.073a1.006 1.006 0 0 1 .05-1.416l2.18-2.035a.997.997 0 0 1 1.41.051L42.37 18.306zm4.644-4.34a1.009 1.009 0 0 1-.05 1.417l-2.17 2.029a.997.997 0 0 1-1.41-.05L30.74 3.727a1.009 1.009 0 0 1 .05-1.417L32.963.277a.995.995 0 0 1 1.41.05l12.641 13.639z"/></svg>
<svg class="tc-image-h-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 1216V320q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v320H512V320q0-26-19-45t-45-19H320q-26 0-45 19t-19 45v896q0 26 19 45t45 19h128q26 0 45-19t19-45V896h512v320q0 26 19 45t45 19h128q26 0 45-19t19-45zm256-928v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-hacker-news tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M809 876l266-499H963L806 689q-24 48-44 92l-42-92-155-312H445l263 493v324h101V876zm727-588v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-hackernews tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M0 0v16h16V0H0zm8.5 9.125V12.5h-1V9.125L4.766 4H5.9L8 7.938 10.1 4h1.134L8.5 9.125z"/></svg>
<svg class="tc-image-hail tc-image-button" width="22pt" height="22pt" viewBox="0 0 2210 2159"><path d="M0 1009q0 213 148.5 366T511 1538q18 0 18-18v-143q0-18-18-18-137-7-233-109t-96-241q0-132 90-230t223-114l57-3q21 0 21-20l6-57q17-173 146.5-289.5T1030 179q174 0 304 116.5T1482 585l8 62q0 18 19 18h172q142 0 246 102t104 242q0 139-96.5 241T1702 1359q-21 0-21 18v143q0 18 21 18 139-4 256-76t184.5-192.5T2210 1009q0-143-71-263.5t-193-190-265-69.5h-34q-52-214-224.5-350T1030 0Q805 0 630 139.5T406 497q-177 41-291.5 184.5T0 1009zm581 768q15 34 49 49 32 16 66.5 2t47.5-48q16-35 2.5-68.5T698 1665q-32-17-65.5-3t-49.5 50q-15 26-2 65zm67-301q0 25 16.5 48.5T714 1559q31 18 66 1.5t47-63.5l96-361q10-40-8.5-71.5T858 1026q-13-3-26-3-26 0-50.5 16t-34.5 47l-94 362q-5 23-5 28zm199 596q0 19 6 31 14 35 48 48 15 8 35 8 10 0 32-6 35-13 50.5-48t-.5-70-47.5-49-66.5 0q-30 13-43.5 38t-13.5 48zm78-278q0 59 67 78 18 4 26 4 24 0 41-8 33-13 45-61l178-671q10-38-6.5-69t-52.5-41q-13-3-29-3-26 0-51.5 16t-31.5 47l-182 676q-4 22-4 32zm366-49q0 19 8 34 13 31 47 47 18 7 37 7 10 0 32-6 34-13 49-47 12-35-1-67t-45-48q-36-17-69.5-3t-49.5 50q-8 15-8 33zm77-274q0 23 17 48t48 35q25 5 29 5 15 0 39-11 32-15 43-56l96-356q3-27 3-28 0-25-16.5-49t-48.5-33q-14-3-28-3-26 0-50 15.5t-33 47.5l-96 358z"/></svg>
<svg class="tc-image-hair-care tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 41.856998443603516"><path d="M41.233 21.31c.347-.427 1.058-.918 1.579-1.09l4.294-1.753c.492-.247.894-.899.894-1.448V4.77c0-.55-.421-1.16-.935-1.355 0 0-8.983-3.415-15.001-3.415-5.6 0-13.342 2.953-13.342 2.953a9.986 9.986 0 0 1-1.927.479L.993 5.13A1.163 1.163 0 0 0 0 6.252v8.314c0 .55.442 1.083.983 1.184l15.795 2.549c.542.09 1.405.33 1.916.533l10.817 2.767c.543.082 1.136.574 1.315 1.095l6.359 18.361c.18.521.754.802 1.275.627l6.723-2.261a.992.992 0 0 0 .621-1.264L41.39 25.424c-.18-.521-.332-.976-.339-1.013l-.008-.038c-.529-2.174.19-3.063.19-3.063zm-7.674-6.609c-2.51 0-4.537-2-4.537-4.465 0-2.466 2.027-4.465 4.537-4.465 2.502 0 4.535 2 4.535 4.465s-2.033 4.465-4.535 4.465z"/></svg>
<svg class="tc-image-hairdresser-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 7"><path d="M1.5 0A1.5 1.5 0 0 0 0 1.5v1c0 .5.5.5.5.5h1C3 3 4 3.5 4 3.5S3 4 1.5 4h-1S0 4 0 4.5v1a1.5 1.5 0 0 0 3 0v-.615c.808-.158 1.587-.453 2.225-.742L8.5 6C10 6.75 11 6 11 6L6.5 3.5 11 1s-1-.75-2.5 0L5.225 2.857C4.587 2.568 3.808 2.273 3 2.115V1.5A1.5 1.5 0 0 0 1.5 0zm0 1a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm3.732 2.25h.018a.25.25 0 1 1-.018 0zM1.5 5a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1z"/></svg>
<svg class="tc-image-hairdresser-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 11"><path d="M15 1s-2-.6-3.5.5l-4.3 3c-.8-.6-2-1.3-3.2-1.7V2c0-1.1-.9-2-2-2S0 .9 0 2v1.5c0 .5.5.5.5.5h2C4.5 4 6 5.5 6 5.5S4.5 7 2.5 7h-2S0 7 0 7.5V9c0 1.1.9 2 2 2s2-.9 2-2v-.8c1.2-.4 2.4-1.1 3.2-1.7l4.3 3c1.5 1.1 3.5.5 3.5.5L8.5 5.5 15 1zM3 3H1V2c0-.6.4-1 1-1s1 .4 1 1v1zm0 6c0 .6-.4 1-1 1s-1-.4-1-1V8h2v1zm4.25-3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-hammer tc-image-button" width="22pt" height="22pt" viewBox="0 0 1032.763916015625 1032.7899169921875"><path d="M1014.294 919.882L465.66 420.424l25.534-25.598c20.894-20.954 32.188-48.03 33.918-75.61 1.002-.45 2.002-.912 2.958-1.442l102.99-64.402c13.934-16.392 12.916-42.268-2.284-57.502L449.657 16.262C434.467 1.028 408.659 0 392.313 13.978l-64.236 103.268c-.526.966-.99 1.966-1.44 2.974-27.502 1.736-54.5 13.056-75.398 34.006l-97.428 97.702c-20.898 20.956-32.184 48.026-33.918 75.604-1.004.45-2.004.916-2.964 1.446L13.942 393.384C0 409.774 1.026 435.648 16.218 450.88l179.12 179.604c15.194 15.238 40.996 16.262 57.35 2.286l64.228-103.27c.528-.958.988-1.96 1.442-2.966 27.502-1.738 54.504-13.05 75.398-34.004l28.292-28.372 498.122 550.114c14.436 15.944 36.7 18.518 49.474 5.712L1020 969.496c12.764-12.808 10.196-35.132-5.706-49.614z"/></svg>
<svg class="tc-image-hammer2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.13751983642578 16.136699676513672"><path d="M15.848 14.372L7.276 6.568l.399-.4a1.83 1.83 0 0 0 .53-1.181.395.395 0 0 0 .046-.023L9.86 3.958a.676.676 0 0 0-.036-.898L7.024.254A.673.673 0 0 0 6.13.218L5.125 1.832l-.022.046c-.43.027-.852.204-1.178.53L2.403 3.937c-.327.327-.503.75-.53 1.18a.395.395 0 0 0-.046.024L.217 6.146a.676.676 0 0 0 .037.898L3.053 9.85a.673.673 0 0 0 .896.036l1.004-1.614.023-.046c.43-.027.852-.204 1.178-.531l.442-.443 7.783 8.596c.226.249.573.289.773.089l.787-.79c.199-.2.159-.548-.09-.774z"/></svg>
<svg class="tc-image-hand-down tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1168.85009765625 1199.9998779296875"><path d="M263.455 0h415.509c43.972 2.192 75.723 37.788 76.252 76.898v186.107c40.854 53.196 97.553 90.897 138.61 142.165 14.432 18.093 30.48 32.094 48.142 42.003 63.282 32.213 136.955 12.695 187.4 58.481 39.482 92.008-15.751 202.232-102.424 233.28-70.78 24.404-141.365 8.05-203.877-22.294.18 109.856-.708 219.71-1.292 329.563-6.678 89.434-66.892 153.203-152.504 153.797-86.276-.244-149.017-74.623-150.566-153.797v-129.24c-25.417-4.308-48.465-12.709-69.143-25.202-53.145 7.24-105.247-9.327-142.811-41.357C0 832.828 181.99 430.961 186.557 280.452V76.898C188.652 32.617 224.147.528 263.455 0zm0 277.221c-2.591 120.425-184.658 531.909 76.252 492.407 23.47 43.545 86.285 60.3 126.01 33.603 40.004 40.566 90.264 52.118 129.886 12.924 0 38.772.216 77.114.646 115.024.431 37.91.647 76.252.647 115.024.932 44.37 33.487 75.122 72.374 75.606 45.976-1.013 75.137-35.913 75.606-75.606.008-150.384 1.277-298.632 1.293-438.126 100.762 12.554 237.584 132.77 316.962 10.017 9.652-19.652 13.749-35.368 10.017-55.897-1.724-3.446-3.447-5.385-5.17-5.816-1.723-.43-4.523-1.077-8.4-1.938-79.87-13.045-159.731-25.221-212.602-87.238-52.342-68.262-134.748-108.514-168.012-186.752v-3.231z"/></svg>
<svg class="tc-image-hand-grab-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1408"><path d="M768 128q-53 0-90.5 37.5T640 256v128h-32v-93q0-48-32-81.5T496 176q-46 0-79 33t-33 79v429l-32-30V515q0-48-32-81.5T240 400q-46 0-79 33t-33 79v224q0 47 35 82l310 296q39 39 39 102 0 26 19 45t45 19h640q26 0 45-19t19-45v-25q0-41 10-77l108-436q10-36 10-77V355q0-48-32-81.5t-80-33.5q-46 0-79 33t-33 79v32h-32V259q0-40-25-72.5t-64-40.5q-14-2-23-2-46 0-79 33t-33 79v128h-32V262q0-51-32.5-89.5T781 129q-5-1-13-1zm0-128q84 0 149 50 57-34 123-34 59 0 111 27t86 76q27-7 59-7 100 0 170 71.5t70 171.5v246q0 51-13 108l-109 436q-6 24-6 71 0 80-56 136t-136 56H576q-84 0-138-58.5T384 1207L76 911Q0 838 0 736V512q0-99 70.5-169.5T240 272q11 0 16 1 6-95 75.5-160T496 48q52 0 98 21Q666 0 768 0z"/></svg>
<svg class="tc-image-hand-left tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1168.85009765625"><path d="M1200 905.395V489.886c-2.192-43.972-37.788-75.723-76.898-76.252H936.995c-53.196-40.853-90.897-97.553-142.165-138.61-18.093-14.432-32.094-30.48-42.003-48.142-32.213-63.282-12.695-136.955-58.481-187.4C602.338 0 492.114 55.233 461.066 141.906c-24.404 70.78-8.05 141.366 22.294 203.877-109.856-.18-219.71.708-329.564 1.292C64.363 353.754.594 413.968 0 499.58c.244 86.275 74.623 149.016 153.796 150.565h129.241c4.308 25.417 12.709 48.465 25.202 69.143-7.24 53.145 9.327 105.247 41.357 142.811 17.576 306.751 419.443 124.761 569.951 120.194h203.555c44.281-2.096 76.37-37.59 76.898-76.898zm-277.221 0c-120.425 2.592-531.909 184.659-492.407-76.252-43.546-23.47-60.3-86.285-33.603-126.01-40.566-40.004-52.118-90.264-12.924-129.886-38.772 0-77.114-.216-115.024-.646-37.91-.431-76.252-.646-115.024-.646-44.37-.933-75.122-33.488-75.606-72.375 1.013-45.976 35.913-75.137 75.606-75.606 150.384-.008 298.632-1.277 438.126-1.292-12.554-100.763-132.77-237.585-10.017-316.963 19.652-9.652 35.368-13.749 55.897-10.017 3.446 1.724 5.385 3.447 5.816 5.17.43 1.723 1.077 4.524 1.938 8.4 13.045 79.87 25.221 159.731 87.238 212.602 68.262 52.342 108.514 134.749 186.752 168.012h3.231z"/></svg>
<svg class="tc-image-hand-lizard-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1792"><path d="M1151 0q61 0 116 28t91 77l572 781q118 159 118 359v355q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-177l-286-143H448q-80 0-136-56t-56-136v-32q0-119 84.5-203.5T544 768h420l42-128H320q-100 0-173.5-67.5T65 406Q0 327 0 224v-32q0-80 56-136T192 0h959zm769 1600v-355q0-157-93-284l-573-781q-39-52-103-52H192q-26 0-45 19t-19 45q0 32 1.5 49.5T139 282t25 43q10-31 35.5-50t56.5-19h832v32H256q-26 0-45 19t-19 45q0 44 3 58 8 44 44 73t81 29h731q40 0 68 28t28 68q0 15-5 30l-64 192q-10 29-35 47.5T987 896H544q-66 0-113 47t-47 113v32q0 26 19 45t45 19h561q16 0 29 7l317 158q24 13 38.5 36t14.5 50v197q0 26 19 45t45 19h384q26 0 45-19t19-45z"/></svg>
<svg class="tc-image-hand-o-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1408 960q0-84-32-183t-64-194-32-167v-32H640v32q0 35-12 67.5T591 546t-46 50-54 49q-9 8-14 12-81 72-145 112-22 14-68 38-3 1-22.5 10.5t-36 18.5-35.5 20-30.5 21.5T128 896q0 71 30.5 115.5T256 1056q43 0 84.5-15t68-33 55-33 48.5-15v576q0 50 38.5 89t89.5 39q52 0 90-38t38-90v-331q46 35 103 35 69 0 119-53 32 18 69 18t73.5-17.5 52.5-47.5q24 4 56 4 85 0 126-48.5t41-135.5zm-128-768q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm256 764q0 142-77.5 230t-217.5 87l-5-1q-76 61-178 61-22 0-43-3-54 30-119 37v169q0 105-76 180.5T639 1792q-103 0-179-76t-76-180v-374q-54 22-128 22-121 0-188.5-81.5T0 896q0-38 17.5-69.5t49.5-55 63-40.5 72-37 62-33q55-35 129-100 3-2 17-14t21.5-19 21.5-20.5 22.5-24 18-22.5 14-23.5T512 416V128q0-53 37.5-90.5T640 0h640q53 0 90.5 37.5T1408 128v288q0 59 59 223 69 190 69 317z"/></svg>
<svg class="tc-image-hand-o-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M1376 1280h32V640h-32q-35 0-67.5-12t-62.5-37-50-46-49-54q-2-3-3.5-4.5t-4-4.5-4.5-5q-72-81-112-145-14-22-38-68-1-3-10.5-22.5t-18.5-36-20-35.5-21.5-30.5T896 128q-71 0-115.5 30.5T736 256q0 43 15 84.5t33 68 33 55 15 48.5H256q-50 0-89 38.5T128 640q0 52 38 90t90 38h331q-15 17-25 47.5T552 871q0 69 53 119-18 32-18 69t17.5 73.5T652 1185q-4 24-4 56 0 85 48.5 126t135.5 41q84 0 183-32t194-64 167-32zm288-64q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128-576v640q0 53-37.5 90.5T1664 1408h-288q-59 0-223 59-190 69-317 69-142 0-230-77.5T519 1241l1-5q-61-76-61-178 0-22 3-43-33-57-37-119H256q-105 0-180.5-76T0 639q0-103 76-179t180-76h374q-22-60-22-128 0-122 81.5-189T896 0q38 0 69.5 17.5t55 49.5 40.5 63 37 72 33 62q35 55 100 129 2 3 14 17t19 21.5 20.5 21.5 24 22.5 22.5 18 23.5 14 21.5 4.5h288q53 0 90.5 37.5T1792 640z"/></svg>
<svg class="tc-image-hand-o-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M256 1216q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm1408-576q0-51-39-89.5t-89-38.5H960q0-20 15-48.5t33-55 33-68 15-84.5q0-67-44.5-97.5T896 128q-24 0-90 139-24 44-37 65-40 64-112 145-71 81-101 106-69 57-140 57h-32v640h32q72 0 167 32t193.5 64 179.5 32q189 0 189-167 0-26-5-56 30-16 47.5-52.5t17.5-73.5-18-69q53-50 53-119 0-25-10-55.5t-25-47.5h331q52 0 90-38t38-90zm128-1q0 105-75.5 181T1536 896h-169q-4 62-37 119 3 21 3 43 0 101-60 178 1 139-85 219.5T961 1536q-133 0-322-69-164-59-223-59H128q-53 0-90.5-37.5T0 1280V640q0-53 37.5-90.5T128 512h288q10 0 21.5-4.5t23.5-14 22.5-18 24-22.5 20.5-21.5 19-21.5 14-17q65-74 100-129 13-21 33-62t37-72 40.5-63 55-49.5T896 0q125 0 206.5 67t81.5 189q0 68-22 128h374q104 0 180 76t76 179z"/></svg>
<svg class="tc-image-hand-o-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1280 1600q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128-764q0-189-167-189-26 0-56 5-16-30-52.5-47.5T1059 587t-69 18q-50-53-119-53-25 0-55.5 10T768 587V256q0-52-38-90t-90-38q-51 0-89.5 39T512 256v576q-20 0-48.5-15t-55-33-68-33-84.5-15q-67 0-97.5 44.5T128 896q0 24 139 90 44 24 65 37 64 40 145 112 81 71 106 101 57 69 57 140v32h640v-32q0-72 32-167t64-193.5 32-179.5zm128-5q0 133-69 322-59 164-59 223v288q0 53-37.5 90.5T1280 1792H640q-53 0-90.5-37.5T512 1664v-288q0-10-4.5-21.5t-14-23.5-18-22.5-22.5-24-21.5-20.5-21.5-19-17-14q-74-65-129-100-21-13-62-33t-72-37-63-40.5-49.5-55T0 896q0-125 67-206.5T256 608q68 0 128 22V256q0-104 76-180T639 0q105 0 181 75.5T896 256v169q62 4 119 37 21-3 43-3 101 0 178 60 139-1 219.5 85t80.5 227z"/></svg>
<svg class="tc-image-hand-paper-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1632 1792"><path d="M880 128q-46 0-79 33t-33 79v656h-32V368q0-46-33-79t-79-33-79 33-33 79v784L358 947q-38-51-102-51-53 0-90.5 37.5T128 1024q0 43 26 77l384 512q38 51 102 51h688q34 0 61-22t34-56l76-405q5-32 5-59V624q0-46-33-79t-79-33-79 33-33 79v272h-32V368q0-46-33-79t-79-33-79 33-33 79v528h-32V240q0-46-33-79t-79-33zm0-128q68 0 125.5 35.5T1094 132q19-4 42-4 99 0 169.5 70.5T1376 368v17q105-6 180.5 64t75.5 175v498q0 40-8 83l-76 404q-14 79-76.5 131t-143.5 52H640q-60 0-114.5-27.5T435 1690L51 1178q-51-68-51-154 0-106 75-181t181-75q78 0 128 34V368q0-99 70.5-169.5T624 128q23 0 42 4 31-61 88.5-96.5T880 0z"/></svg>
<svg class="tc-image-hand-peace-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1288 647q60 0 107 23 141 63 141 226v177q0 94-23 186l-85 339q-21 86-90.5 140t-157.5 54H512q-106 0-181-75t-75-181v-401L17 507Q0 462 0 416q0-106 75-181t181-75q80 0 145.5 45.5T495 325l17 44V256q0-106 75-181T768 0t181 75 75 181v261q27-5 48-5 69 0 127.5 36.5T1288 647zm-216-7q-33 0-60.5 18T970 706l-74 163-71 155h55q50 0 90 31.5t50 80.5l154-338q10-20 10-46 0-46-33-79t-79-33zm221 135q-22 0-40.5 8t-29 16-23.5 29.5-17 30.5-17 37l-132 290q-10 20-10 46 0 46 33 79t79 33q33 0 60.5-18t41.5-48l160-352q9-18 9-38 0-50-32-81.5t-82-31.5zM128 416q0 22 8 46l248 650v69l102-111q43-46 106-46h198l106-233V256q0-53-37.5-90.5T768 128t-90.5 37.5T640 256v640h-64L376 370q-14-37-47-59.5T256 288q-53 0-90.5 37.5T128 416zm1052 1248q44 0 78.5-27t45.5-70l85-339q19-73 19-155v-91l-141 310q-17 38-53 61t-78 23q-53 0-93.5-34.5T994 1255q-44 57-114 57H672v-32h208q46 0 81-33t35-79-31-79-77-33H592q-49 0-82 36l-126 136v308q0 53 37.5 90.5T512 1664h668z"/></svg>
<svg class="tc-image-hand-pointer-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M640 128q-53 0-90.5 37.5T512 256v896L361 950q-41-54-107-54-52 0-89 38t-37 90q0 43 26 77l384 512q38 51 102 51h718q22 0 39.5-13.5t22.5-34.5l92-368q24-96 24-194V837q0-41-28-71t-68-30-68 28-28 68h-32v-61q0-48-32-81.5t-80-33.5q-46 0-79 33t-33 79v64h-32v-90q0-55-37-94.5T928 608q-53 0-90.5 37.5T800 736v96h-32V262q0-55-37-94.5T640 128zm0-128q107 0 181.5 77.5T896 262v220q22-2 32-2 99 0 173 69 47-21 99-21 113 0 184 87 27-7 56-7 94 0 159 67.5t65 161.5v217q0 116-28 225l-92 368q-16 64-68 104.5t-118 40.5H640q-60 0-114.5-27.5T435 1690L51 1178q-51-68-51-154 0-105 74.5-180.5T254 768q71 0 130 35V256q0-106 75-181T640 0zm128 1408v-384h-32v384h32zm256 0v-384h-32v384h32zm256 0v-384h-32v384h32z"/></svg>
<svg class="tc-image-hand-right tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1168.85009765625"><path d="M0 905.395V489.886c2.192-43.972 37.788-75.723 76.898-76.252h186.107c53.196-40.853 90.897-97.553 142.165-138.61 18.093-14.432 32.094-30.48 42.003-48.142 32.213-63.282 12.695-136.955 58.481-187.4C597.662 0 707.886 55.233 738.934 141.906c24.404 70.78 8.05 141.366-22.294 203.877 109.856-.18 219.71.708 329.564 1.292 89.433 6.679 153.202 66.892 153.796 152.505-.244 86.275-74.623 149.016-153.796 150.565H916.963c-4.308 25.417-12.709 48.465-25.202 69.143 7.24 53.145-9.327 105.247-41.357 142.811-17.576 306.751-419.443 124.761-569.951 120.194H76.898C32.617 980.198.528 944.703 0 905.395zm277.221 0c120.425 2.592 531.909 184.659 492.407-76.252 43.546-23.47 60.3-86.285 33.603-126.01 40.566-40.004 52.118-90.264 12.924-129.886 38.772 0 77.114-.216 115.024-.646 37.91-.431 76.252-.646 115.024-.646 44.37-.933 75.122-33.488 75.606-72.375-1.013-45.976-35.913-75.137-75.606-75.606-150.384-.008-298.632-1.277-438.126-1.292 12.554-100.763 132.77-237.585 10.017-316.963-19.652-9.652-35.368-13.749-55.897-10.017-3.446 1.724-5.385 3.447-5.816 5.17-.43 1.723-1.077 4.524-1.938 8.4-13.045 79.87-25.221 159.731-87.238 212.602-68.262 52.342-108.514 134.749-186.752 168.012h-3.231z"/></svg>
<svg class="tc-image-hand-scissors-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M1073 1536H896q-163 0-226-141-23-49-23-102v-5q-62-30-98.5-88.5T512 1072q0-38 5-48H256q-106 0-181-75T0 768t75-181 181-75h113l-44-17q-74-28-119.5-93.5T160 256q0-106 75-181T416 0q46 0 91 17l628 239h401q106 0 181 75t75 181v668q0 88-54 157.5t-140 90.5l-339 85q-92 23-186 23zm-49-711l-155 71-163 74q-30 14-48 41.5t-18 60.5q0 46 33 79t79 33q26 0 46-10l338-154q-49-10-80.5-50t-31.5-90v-55zm320 311q0-46-33-79t-79-33q-26 0-46 10l-290 132q-28 13-37 17t-30.5 17-29.5 23.5-16 29-8 40.5q0 50 31.5 82t81.5 32q20 0 38-9l352-160q30-14 48-41.5t18-60.5zm-232-752L462 136q-24-8-46-8-53 0-90.5 37.5T288 256q0 40 22.5 73t59.5 47l526 200v64H256q-53 0-90.5 37.5T128 768t37.5 90.5T256 896h535l233-106V592q0-63 46-106l111-102h-69zm-39 1024q82 0 155-19l339-85q43-11 70-45.5t27-78.5V512q0-53-37.5-90.5T1536 384h-308l-136 126q-36 33-36 82v296q0 46 33 77t79 31 79-35 33-81V672h32v208q0 70-57 114 52 8 86.5 48.5t34.5 93.5q0 42-23 78t-61 53l-310 141h91z"/></svg>
<svg class="tc-image-hand-spock-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1792"><path d="M816 128q-48 0-79.5 34T705 244q0 14 3 28l150 624h-26L716 414q-9-38-39.5-62T607 328q-47 0-79 34t-32 81q0 11 4 29 3 13 39 161t68 282 32 138v227l-307-230q-34-26-77-26-52 0-89.5 36.5T128 1149q0 67 56 110l507 379q34 26 76 26h694q33 0 59-20.5t34-52.5l100-401q8-30 10-88t9-86l116-478q3-12 3-26 0-46-33-79t-80-33q-38 0-69 25.5t-40 62.5l-99 408h-26l132-547q3-14 3-28 0-47-32-80t-80-33q-38 0-68.5 24t-39.5 62l-145 602h-127L924 214q-9-38-39.5-62T816 128zm645 1664H767q-85 0-153-51l-507-380q-50-38-78.5-94T0 1149q0-105 75-179t180-74q25 0 49.5 5.5t41.5 11 41 20.5 35 23 38.5 29.5T498 1014L375 502q-7-35-7-59 0-93 60-162t152-79q14-87 80.5-144.5T816 0q83 0 148 51.5t85 132.5l103 428 83-348q20-81 85-132.5T1468 80q87 0 152.5 54t82.5 139q93 10 155 78t62 161q0 30-7 57l-116 477q-5 22-5 67 0 51-13 108l-101 401q-19 75-79.5 122.5T1461 1792z"/></svg>
<svg class="tc-image-hand-up tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1168.85009765625 1200"><path d="M263.455 1200h415.509c43.972-2.192 75.723-37.788 76.252-76.898V936.995c40.853-53.196 97.553-90.897 138.61-142.165 14.432-18.093 30.48-32.094 48.142-42.003 63.282-32.213 136.955-12.695 187.4-58.481 39.482-92.008-15.751-202.232-102.424-233.28-70.78-24.404-141.366-8.05-203.877 22.294.18-109.856-.708-219.71-1.292-329.564C815.096 64.363 754.882.594 669.271 0c-86.276.244-149.017 74.623-150.566 153.796v129.241c-25.417 4.308-48.465 12.709-69.143 25.202-53.145-7.24-105.247 9.327-142.811 41.357C0 367.172 181.99 769.039 186.557 919.547v203.554c2.096 44.282 37.59 76.37 76.898 76.898zm0-277.221c-2.593-120.425-184.658-531.909 76.252-492.407 23.47-43.546 86.285-60.3 126.01-33.603 40.004-40.566 90.264-52.118 129.886-12.924 0-38.772.216-77.114.646-115.024.431-37.91.647-76.252.647-115.024.932-44.37 33.487-75.122 72.374-75.606 45.976 1.013 75.137 35.913 75.606 75.606.008 150.384 1.277 298.631 1.292 438.126 100.763-12.554 237.585-132.77 316.963-10.017 9.652 19.652 13.749 35.368 10.016 55.897-1.723 3.446-3.446 5.385-5.17 5.816-1.722.43-4.522 1.077-8.4 1.938-79.87 13.045-159.73 25.221-212.6 87.238-52.343 68.262-134.75 108.514-168.013 186.752v3.231z"/></svg>
<svg class="tc-image-handicap tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.10600280761719 39.585914611816406"><path d="M11.084.002a3.958 3.958 0 0 1 .791 7.837l.399 6.413h9.101v3.167H12.47l.197 3.166H23.75l4.921 11.052 3.198-1.357 1.237 2.915-6.037 2.63-.025-.057-.077.033-5.273-12.049H8.709V7.127A3.958 3.958 0 0 1 11.084.002zm.791 39.583C5.317 39.585 0 34.27 0 27.71c0-4.87 2.931-9.054 7.125-10.887v3.587a8.708 8.708 0 1 0 13.458 7.3l-.003-.09 2.006 5.225a11.876 11.876 0 0 1-10.71 6.74z"/></svg>
<svg class="tc-image-handicap-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.89799499511719 44.33757781982422"><path d="M0 0h17.417v4.75H14.25V3.167H3.167v41.166H0V0zm11.875 6.333a3.958 3.958 0 0 1 .792 7.838L13.065 19h9.102v3.167h-8.905l.196 3.166h11.084l4.92 11.052 3.198-1.357 1.238 2.915-6.038 2.63-.025-.057-.077.033L22.485 28.5H9.5V13.459a3.958 3.958 0 0 1 2.375-7.125zm.792 38A11.83 11.83 0 0 1 4.75 41.31v-5.22a8.708 8.708 0 0 0 16.625-3.633l-.004-.09 2.006 5.225a11.876 11.876 0 0 1-10.71 6.74zm-4.75-22.761v3.586a8.745 8.745 0 0 0-3.167 3.667v-5.218a11.883 11.883 0 0 1 3.167-2.035z"/></svg>
<svg class="tc-image-handicap-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.29199981689453 44.33376693725586"><path d="M11.875 0h17.417v44.333h-3.167V3.167H15.042V4.75h-3.167V0zm-.791 6.333a3.958 3.958 0 0 1 .791 7.838L12.274 19h9.101v3.167H12.47l.197 3.166H23.75l.792 1.779v7.896L21.694 28.5H8.709V13.459a3.958 3.958 0 0 1 2.375-7.125zm.791 38C5.317 44.333 0 39.017 0 32.458c0-4.87 2.931-9.054 7.125-10.886v3.586a8.708 8.708 0 1 0 13.458 7.3l-.003-.09 2.006 5.225a11.876 11.876 0 0 1-10.71 6.74z"/></svg>
<svg class="tc-image-hands-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M281.293 94.283a9 9 0 0 1-.23.203c-.027.023-.048.046-.073.07.113-.103.143-.126.303-.273zm.754.62c-.922-.026-1.59.26-1.79.333-18.276 16.014-26.02 33.42-43.35 51.993-17.25 18.485-43.688 36.204-96.677 51.225l-31.087 42.13a9 9 0 0 1-7.163 3.657l-50.75.45-14.69-8.344-2.622 119.744 14.603-8.426h57.28a9 9 0 0 1 6.934 3.264c13.526 16.35 20.025 32.04 37.946 39.838l200.556 61.878c12.478-.538 22.443-2.015 28.625-5.568 5.266-3.025 8.892-7.468 10.952-16.584-5.457-2.305-23.53-9.945-47.185-19.853-13.495-5.652-27.03-11.294-37.236-15.494-5.103-2.1-9.382-3.842-12.37-5.027-1.492-.593-2.672-1.05-3.397-1.317-.208-.077-.253-.09-.367-.13-.157.023-.3.105-1.897-.677-.994-.486-4.692-10.586-4.692-10.588 0 0 5.642-6.027 6.47-6.234 2.54-.635 2.98-.25 3.483-.18.2.028.253.05.388.074.13.016.294.036.637.073.89.095 2.327.236 4.183.41 3.713.345 9.13.827 15.67 1.397 13.082 1.14 30.68 2.633 48.37 4.112 17.69 1.477 35.475 2.942 48.945 4.03 6.734.544 12.392.992 16.406 1.3 2.006.155 3.606.275 4.702.352.445.03.74.05 1 .065 7.954-.59 12.096-2.93 14.38-5.373 2.315-2.48 3.274-5.563 3.075-9.477-.392-7.7-6.855-16.7-13.162-18.697l-125.047-16.39a9 9 0 0 1 .357-17.886s34.4-3.114 69.246-6.35c17.425-1.62 34.963-3.27 48.35-4.575 6.695-.654 12.355-1.22 16.42-1.652 2.03-.215 3.67-.397 4.798-.533.516-.062 1.142-.195 1.516-.27 10.906-3.095 16.196-7.17 18.164-10.054 2.01-2.944 1.993-5.088.517-8.644-2.946-7.1-15.285-15.783-23.27-16.322l-140.36-3.662a9 9 0 0 1-1.555-17.817s30.514-6.195 61.904-12.542c15.695-3.174 31.608-6.386 44.04-8.88 12.434-2.496 20.85-4.184 23.35-4.617 9.49-1.643 13.86-5.275 16.143-9.164 2.282-3.888 2.655-8.88.996-14.175-2.902-9.267-11.46-17.814-23.172-18.067-1.672-.036-3.41.098-5.204.422a9 9 0 0 1-.19.03l-148.954 23.665c-7.51 10.38-14.5 15.897-23.953 22.977-2.022 57.078-12.448 85.543-27.33 100.578-15.283 15.436-34.4 14.424-40.335 15.908l-4.368-17.46c12.134-3.035 21.968-1.066 31.91-11.11 9.943-10.044 20.786-34.636 22.338-92.803a9 9 0 0 1 3.606-6.965c12.425-9.295 17.212-12.277 25.073-23.886l35.527-78.43c-1.064-7.994-5.013-11.687-9.64-13.893-2.5-1.192-5.197-1.74-7.043-1.79z" fill="#fff"/></svg>
<svg class="tc-image-hands-rock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M291.28 113.14c-21.105-.197-46.504 4.78-76.186 15.538l-61.31 97.62a9 9 0 0 1-7.57 4.214l-105.65.613.278 118.38 94.486.743a9 9 0 0 1 8.53 6.354c7.957 25.855 26.634 40.548 49.097 49.65 18.63 7.55 39.57 10.712 57.074 11.95-.924-9.667-.874-20.846 1.69-31.51 1.845-7.666 5.07-15.214 10.843-21.23 4.665-4.864 11.064-8.425 18.566-9.9-2.417-8.75-1.9-17.564.358-25.414 3.358-11.673 9.468-22.114 14.11-31.853a9 9 0 0 1 .002-.025c.904-8.89.39-20.137 2.015-30.924.813-5.394 2.175-10.806 5.143-15.803 1.907-3.21 4.615-6.177 7.955-8.473l-11.76-29.533c-7.754 29.296-23.77 49.333-40.265 62.213-11.166 8.717-22.448 14.333-31.495 17.992-9.046 3.66-16.89 5.758-17.437 5.955l-6.104-16.933c3.808-1.373 8.865-2.503 16.79-5.71 7.927-3.205 17.69-8.092 27.167-15.49 18.955-14.8 37.084-39.063 38.16-83.08a9 9 0 0 1 17.36-3.11l26.15 65.67c13.382 6.284 22.786 6.51 31.265 3.968 7.728-2.317 15.188-7.56 23.012-13.512-3.2-26.703-10.97-53.765-21.06-81.12-12.893-20.23-30.257-31.92-54.5-35.87-5.236-.853-10.81-1.314-16.718-1.37zm128.425 34.286l-37.166 5.428c8.478 24.046 15.285 48.305 18.58 72.832 25.347 4.217 36.318-.862 54.722-5.698 5.58-20.544 7.754-38.29 3.863-49.715-2.1-6.165-5.503-10.796-11.75-14.734-6.097-3.844-15.258-6.83-28.25-8.114zm33.604 91.8c-15.195 4.203-30.293 8.315-55.456 4.157-9.19 7.16-19.212 14.996-32.14 18.87-12.515 3.753-27.416 3.04-44.187-4.792-1.482.74-2.348 1.687-3.293 3.276-1.194 2.01-2.206 5.216-2.82 9.29-.93 6.17-1.052 14.123-1.467 22.267 42.27 11.538 84.406 18.628 126.424 19.78 10.864-8.28 18.62-17.718 21.59-28.792 3.073-11.467 1.617-25.51-8.65-44.055zm-143.34 70.797c-4.47 9.197-9.032 17.62-11.183 25.1-2.734 9.505-2.687 16.425 5.14 25.7 30.633 19.38 65.708 25.593 102.438 30.464 12.98-8.606 24.286-17.244 29.422-26.133 5.3-9.17 6.31-18.654-3.71-35.334-40.81-1.786-81.518-8.768-122.106-19.797zm-19.943 62.38a9 9 0 0 1-2.386.44c-5.964.33-9.28 2.154-12.087 5.08-2.806 2.924-4.992 7.41-6.332 12.98-2.308 9.597-1.81 21.784-.493 31.19 29.334 14.184 59.095 25.29 93.064 26.41 19.342-4.057 26.193-10.234 30.187-17.71 3.1-5.802 4.263-13.514 5.814-22.45-35.73-4.915-72.027-11.895-104.85-33.11a9 9 0 0 1-1.852-1.592c-.364-.41-.716-.823-1.06-1.238z" fill="#fff"/></svg>
<svg class="tc-image-hands-scissors tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M204.902 160.246c-5.972.13-11.88 1.138-17.752 2.832-27.015 7.795-53.963 32.7-75.966 60.47a9 9 0 0 1-6.8 3.407l-69.253 1.97-.253-8.943-.018.002-.85 114.86 74.412.095a9 9 0 0 1 8.97 8.402c-.075-1.108 1.74 3.838 6.174 8.623 4.435 4.785 10.74 10.224 17.266 14.94 5.005 3.62 10.184 6.83 14.64 9.115.036-1.62.186-3.224.434-4.776 1.223-7.632 4.523-15.054 8.897-21.765 4.373-6.713 9.798-12.694 16.252-16.837 4.025-2.585 8.888-4.538 13.933-4.756 7.334-15.483 18.572-34.855 42.817-41.547 1.444-.4 2.48-.502 3.33-.48.848.02 1.51.166 2.203.265.41.06.805.144 1.205.22-12.94-12.258-21.842-26.238-28.496-40.837-13.878 27.166-40.78 43.774-63.05 55.62l-8.45-15.894c27.485-14.618 56.812-33.796 61.986-68.01a9 9 0 0 1 17.488-1.337c7.503 24.018 17.674 45.35 38.63 62.396 8.675 4.772 23.866 1.712 29.88-15.262-6.092-22.897-9.235-39.687-19.975-61.64-24.177-30.83-46.322-41.594-67.653-41.134zm223.19 19.807c-4.44.05-9.442.51-14.994 1.5L294.773 206.97c5.792 14.422 8.966 27.285 12.49 41.184 6.443-1.353 28.548-5.998 54.508-11.513 15.013-3.19 30.158-6.427 41.8-8.958 5.82-1.266 10.77-2.355 14.364-3.168 1.796-.407 3.258-.746 4.287-.994.765-.185 1.58-.44 1.548-.416 12.818-4.623 21.502-10.793 26.402-16.57 4.948-5.83 5.98-10.82 5.242-14.368-.738-3.548-3.162-6.923-9.892-9.523-4.2-1.623-10.03-2.674-17.428-2.59zm-117.8 86.967c-5.612 18.07-19.827 28.805-34.5 30.886 2.103.942 4.218 1.908 6.32 2.895 8.66 4.067 17.03 8.38 23.474 12.36 1.583.978 3.04 1.92 4.393 2.877 47.003 6.104 102.48 8.05 137.41 5.172 7.462-.616 11.91-3.012 14.387-5.564 2.477-2.55 3.398-5.367 3.05-8.94-.693-7.148-8.034-17.736-26.063-22.567-19.776-5.3-49.118-9.882-75.577-12.93-21.77-2.506-42-3.942-52.894-4.19zm-68.81 37.082c-15.446 4.734-22.93 16.487-29.154 29.4l57.852 29.73c2.502 1.082 4 .894 6.99-.753 3.02-1.666 6.802-5.25 10.228-9.757 5.547-7.297 9.667-16.036 12.07-21.897-1.042-.763-1.74-1.362-3.34-2.35-5.423-3.35-13.42-7.51-21.667-11.382-8.246-3.873-16.812-7.504-23.49-9.983-3.34-1.238-6.233-2.19-8.185-2.715-.634-.17-.927-.217-1.303-.293zm-45.564 41.722c-.318-.025-.7-.002-1.168.102-.95.21-2.23.748-3.97 1.865-3.48 2.234-7.666 6.558-10.897 11.517-3.232 4.958-5.53 10.575-6.203 14.785-.675 4.21.093 6.007.888 6.77.166.158 4.185 2.892 9.323 5.35 5.138 2.456 11.7 5.17 18.594 7.65 13.19 4.752 28 8.44 35.434 8.833 10.002-2.946 14.492-6.77 16.865-10.988 1.98-3.522 2.727-8.188 2.492-13.984l-60.584-31.71c-.202-.09-.454-.163-.772-.19z" fill="#fff"/></svg>
<svg class="tc-image-hang-gliding tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50.25200271606445 32.163002014160156"><path d="M28.854 16.739c1.297.439 2.707-.22 3.16-1.487.451-1.264-.237-2.638-1.535-3.078-1.299-.44-2.709.231-3.16 1.495a2.399 2.399 0 0 0 1.535 3.07zM49.202.984S40.806 0 23.369 0C10.507 0 0 .984 0 .984s4.357 1.869 3.601 7.663c0 0 6.252-.726 8.871 4.49l11.743-3.469-.768 7.632-4.967 1.187c-.44.099-.812.308-1.116.571L6.467 29.305a1.523 1.523 0 0 0-.033 2.208c.609.628 1.636.65 2.268.056l8.199-7.694 10.045-2.396-.068.021 1.67-.418 1.535 1.705c.237.252.575.406.937.406l5.406.021c.678 0 1.241-.538 1.241-1.209 0-.583-.417-1.033-.97-1.166L32.668 7.178 49.45 2.226c.802-.342.734-1.138-.248-1.242zm-13.712 19.8c-1.23 0-3.285-.011-3.905-.011l-2.913-3.21-.124-.088a2.52 2.52 0 0 0-2.459-.803l-1.457.353.779-7.709 6.15-1.813 3.929 13.281z"/></svg>
<svg class="tc-image-hangouts tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.824999809265137 16"><path d="M6.909 0A6.91 6.91 0 0 0 0 6.909c0 3.616 3.294 6.547 6.909 6.547V16c4.197-2.128 6.916-5.556 6.916-9.091 0-3.816-3.1-6.909-6.916-6.909zm-.997 8c0 .828-.447 1.5-1 1.5V8h-2V5h3v3zm5 0c0 .828-.447 1.5-1 1.5V8h-2V5h3v3z"/></svg>
<svg class="tc-image-happy tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0zM71.272 221.324c-8.272-5.574-9.249-15.145-3.747-22.207C78.074 185.573 91.25 176 112.137 176s34.174 9.593 44.655 23.174c5.464 7.076 3.765 17.011-3.787 22.144-2.915 1.975-6.341 2.683-9.922 2.683-5.412 0-10.539-2.119-13.716-6.223-3.398-4.416-7.621-9.777-17.23-9.777-9.561 0-13.818 5.387-17.269 9.821-3.163 4.069-8.274 6.178-13.669 6.179-3.581-.001-7.013-.714-9.927-2.677zm290.973 57.621C338.607 324.719 284.344 352 224.004 352c-61.869 0-117.55-28.235-138.556-73.677-3.663-7.939-.191-17.383 7.734-21.057a15.845 15.845 0 0 1 6.658-1.463c6.163 0 11.818 3.61 14.407 9.199C130.164 299.438 174.27 320 224.004 320c48.602 0 91.8-20.269 110.053-55.615a15.829 15.829 0 0 1 14.104-8.588c2.532 0 5.06.621 7.308 1.796 7.732 4.005 10.785 13.591 6.776 21.352zm14.761-57.628c-2.915 1.975-6.341 2.683-9.922 2.683-5.412 0-10.539-2.119-13.717-6.223-3.398-4.416-7.62-9.777-17.23-9.777-9.561 0-13.817 5.387-17.268 9.821-3.163 4.069-8.275 6.178-13.67 6.179-3.581 0-7.014-.713-9.928-2.676-8.271-5.574-9.248-15.145-3.746-22.207C302.074 185.573 315.25 176 336.137 176c20.888 0 34.175 9.593 44.656 23.174 5.464 7.076 3.765 17.011-3.787 22.143z"/></svg>
<svg class="tc-image-happy-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M355.469 257.593a15.84 15.84 0 0 0-7.308-1.796 15.829 15.829 0 0 0-14.104 8.588C315.804 299.731 272.605 320 224.004 320c-49.734 0-93.84-20.562-109.757-54.997-2.589-5.589-8.244-9.199-14.407-9.199-2.294 0-4.521.485-6.658 1.463-7.926 3.674-11.397 13.117-7.734 21.057C106.454 323.765 162.135 352 224.004 352c60.34 0 114.604-27.281 138.241-73.055 4.009-7.761.956-17.347-6.776-21.352zm25.324-58.419C370.312 185.593 357.024 176 336.137 176s-34.062 9.573-44.611 23.117c-5.502 7.062-4.525 16.633 3.746 22.207 2.914 1.963 6.347 2.676 9.928 2.676 5.395-.001 10.507-2.109 13.67-6.179 3.45-4.435 7.707-9.821 17.268-9.821 9.61 0 13.832 5.361 17.23 9.777 3.178 4.104 8.305 6.223 13.717 6.223 3.581 0 7.007-.708 9.922-2.683 7.551-5.132 9.25-15.067 3.786-22.143zm-224.001 0C146.312 185.593 133.024 176 112.137 176s-34.063 9.573-44.612 23.117c-5.501 7.062-4.525 16.633 3.747 22.207 2.914 1.963 6.346 2.676 9.927 2.676 5.395-.001 10.507-2.109 13.669-6.179 3.451-4.435 7.708-9.821 17.269-9.821 9.61 0 13.832 5.361 17.23 9.777 3.177 4.104 8.304 6.223 13.716 6.223 3.582 0 7.007-.708 9.922-2.683 7.553-5.132 9.252-15.067 3.787-22.143z"/><path d="M224 0C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0zm135.765 359.765C323.5 396.028 275.285 416 224 416s-99.5-19.972-135.765-56.235C51.972 323.5 32 275.285 32 224s19.972-99.5 56.235-135.765C124.5 51.972 172.715 32 224 32s99.5 19.972 135.765 56.235C396.028 124.5 416 172.715 416 224s-19.972 99.5-56.235 135.765z"/></svg>
<svg class="tc-image-happy2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4c.552 0 1 .672 1 1.5S11.552 7 11 7s-1-.672-1-1.5.448-1.5 1-1.5zM5 4c.552 0 1 .672 1 1.5S5.552 7 5 7s-1-.672-1-1.5S4.448 4 5 4zm3 10c-2.607 0-4.772-2.186-5-4.973 1.465.846 3.188 1.329 5 1.329s3.535-.481 5-1.327C12.772 11.817 10.607 14 8 14z"/></svg>
<svg class="tc-image-harbor-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.013999938964844 11.003873825073242"><path d="M5.5.004a2.5 2.5 0 0 0-2.5 2.5 2.493 2.493 0 0 0 1.75 2.37V9.42c-.659-.115-1.338-.375-1.893-.857-.767-.67-1.357-1.73-1.357-3.56a.75.75 0 1 0-1.5 0c0 2.17.773 3.736 1.873 4.692s2.46 1.309 3.627 1.309 2.527-.352 3.627-1.31S11 7.175 11 5.005c.014-1.014-1.514-1.014-1.5 0 0 1.83-.589 2.89-1.357 3.559-.555.482-1.234.742-1.893.857V4.879A2.494 2.494 0 0 0 5.5.004zm0 1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/></svg>
<svg class="tc-image-harbor-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.062999725341797 15"><path d="M7.5 0C5.5 0 4 1.567 4 3.5a3.492 3.492 0 0 0 2.5 3.338v6.039c-.93-.165-1.875-.55-2.648-1.27-1.053-.98-1.85-2.54-1.85-5.109a1.001 1.001 0 1 0-2.002 0c0 3.003 1.012 5.196 2.49 6.572C3.968 14.447 5.838 15 7.5 15c1.666 0 3.535-.56 5.012-1.94s2.486-3.573 2.486-6.562c.065-1.395-2.063-1.395-1.998 0 0 2.553-.8 4.115-1.853 5.1-.774.722-1.718 1.11-2.647 1.277V6.842A3.494 3.494 0 0 0 11 3.5C11 1.567 9.5 0 7.5 0zm0 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"/></svg>
<svg class="tc-image-hard_drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 2057 1019"><path d="M0 876V467q0-53 35-93h-1l191-251q43-61 118-61h135Q707 0 1029 0q321 0 550 62h135q75 0 118 61l191 251h-1q35 40 35 93v409q0 59-42 101t-101 42H144q-60 0-102-42T0 876zm203-123q0 32 22.5 54.5T280 830h181q31 0 53.5-22.5T537 753t-22.5-54.5T461 676H280q-32 0-54.5 22.5T203 753zm149-483q0 46 90.5 84.5t246.5 61 340 22.5 339.5-22.5 246-61T1705 270t-90.5-84.5-246-61T1029 102t-340 22.5-246.5 61T352 270zm299 483q0 32 22.5 54.5T728 830h22q31 0 53.5-22.5T826 753t-22.5-54.5T750 676h-22q-32 0-54.5 22.5T651 753zm175-483q0-20 60-35.5t143-15.5q82 0 141.5 15.5T1230 270t-59 35-142 15q-84 0-143.5-15T826 270z"/></svg>
<svg class="tc-image-hard-drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.010000228881836 8.00999927520752"><path d="M.19 0C.08 0 0 .08 0 .19V3.5c0 .28.22.5.5.5h6c.28 0 .5-.22.5-.5V.19C7 .08 6.92 0 6.81 0H.18zM0 4.91v2.91c0 .11.08.19.19.19h6.63c.11 0 .19-.08.19-.19V4.91c-.16.06-.32.09-.5.09h-6c-.18 0-.34-.04-.5-.09zM5.5 6c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z"/></svg>
<svg class="tc-image-hardware-cpu tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v3.063a2 2 0 0 0 0 3.874V38H0V8.937a2 2 0 0 0 0-3.874V0zm3 3v2h2V3H3zm3 0v2h2V3H6zm3 0v2h2V3H9zm3 0v2h2V3h-2zm3 0v2h2V3h-2zm3 0v2h2V3h-2zm3 0v2h2V3h-2zm3 0v2h2V3h-2zm3 0v2h2V3h-2zm3 0v2h2V3h-2zm3 0v2h2V3h-2zM3 6v2h2V6H3zm3 0v2h2V6H6zm3 0v2h2V6H9zm3 0v2h2V6h-2zm3 0v2h2V6h-2zm3 0v2h2V6h-2zm3 0v2h2V6h-2zm3 0v2h2V6h-2zm3 0v2h2V6h-2zm3 0v2h2V6h-2zm3 0v2h2V6h-2zM3 9v2h2V9H3zm3 0v2h2V9H6zm3 0v2h2V9H9zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zM3 12v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm18 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 15v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm18 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 18v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm18 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 21v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm18 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 24v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm18 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 27v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 30v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM3 33v2h2v-2H3zm3 0v2h2v-2H6zm3 0v2h2v-2H9zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zM12 12v14h14V12H12zm2.638 5.64l-.188-.075-.077-.19.077-.192.188-.076.19.076.079.192-.079.188-.19.077zm.215 3.36h-.426v-2.667h.426V21zm3.094 0h-.427v-1.506c0-.56-.21-.84-.633-.84a.695.695 0 0 0-.54.238.869.869 0 0 0-.214.602V21h-.426v-2.667h.426v.466h.011c.205-.346.5-.519.888-.519.296 0 .522.094.68.282.156.188.235.459.235.813V21zm2.08-.036l-.406.09c-.476 0-.714-.26-.714-.777v-1.57h-.48v-.374h.48v-.66l.426-.14v.8h.694v.374h-.694v1.482c0 .177.032.303.095.378.062.075.166.113.311.113l.288-.107v.391zm2.666-1.19h-1.866c.007.289.087.512.24.67.154.157.365.236.634.236.302 0 .58-.089.832-.267v.391c-.233.166-.542.25-.926.25-.376 0-.67-.12-.885-.361-.215-.241-.322-.58-.322-1.016 0-.413.116-.748.348-1.008.232-.26.52-.389.864-.389s.61.112.799.336c.188.224.282.536.282.935v.222zm-.426-.374c-.002-.236-.061-.419-.178-.55-.117-.131-.279-.197-.486-.197a.7.7 0 0 0-.511.207.922.922 0 0 0-.26.54h1.435zM23.76 21h-.427v-3.947h.427V21z"/></svg>
<svg class="tc-image-hardware-headphones tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.23099899291992"><path d="M18.75 0h.5S38 0 38 20c0 9-2 12-3 13 0 0-3 2-2-.75 0-2.314 1-7.25 1-7.25s1 0 1-5c0-6-4-16.5-15-16.5h-2C7 3.5 3 14 3 20c0 5 1 5 1 5s1 4.936 1 7.25C6 35 3 33 3 33c-1-1-3-4-3-13C0 0 18.75 0 18.75 0zM7.553 20.166a3 3 0 0 1 3.389 2.553l1.53 10.893A3 3 0 0 1 9.92 37c-1.64.23-3.657-.913-3.888-2.553L4.5 23.554c-.23-1.64 1.413-3.158 3.053-3.389zm22.894 0c1.64.23 3.284 1.747 3.053 3.388l-1.53 10.893c-.231 1.64-2.248 2.784-3.89 2.553a3 3 0 0 1-2.552-3.388l1.53-10.893a3 3 0 0 1 3.389-2.553z"/></svg>
<svg class="tc-image-hardware-headphones-bluetooth tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.23099899291992"><path d="M18.75 0h.5S38 0 38 20c0 9-2 12-3 13 0 0-3 2-2-.75 0-2.314 1-7.25 1-7.25s1 0 1-5c0-6-4-16.5-15-16.5h-2C7 3.5 3 14 3 20c0 5 1 5 1 5s1 4.936 1 7.25C6 35 3 33 3 33c-1-1-3-4-3-13C0 0 18.75 0 18.75 0zM7.553 20.166a3 3 0 0 1 3.389 2.553l1.53 10.893A3 3 0 0 1 9.92 37c-1.64.23-3.657-.913-3.888-2.553L4.5 23.554c-.23-1.64 1.413-3.158 3.053-3.389zm22.894 0c1.64.23 3.284 1.747 3.053 3.388l-1.53 10.893c-.231 1.64-2.248 2.784-3.89 2.553a3 3 0 0 1-2.552-3.388l1.53-10.893a3 3 0 0 1 3.389-2.553zm-5.423 1.78L18.003 28.5v-8.425l-3.628 3.276-1.404-1.521 4.564-4.096-4.564-4.096 1.404-1.521 3.628 2.809V6.5l7.02 7.021-4.212 4.213 4.213 4.213zm-4.68-1.871v3.51l1.637-1.872-1.638-1.639zm0-4.681l1.637-1.639-1.638-1.92v3.559z"/></svg>
<svg class="tc-image-hardware-headset tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40.000003814697266"><path d="M18.75 0h.5S38 0 38 20c0 9-2 12-3 13 0 0-3 2-2-.75 0-2.314 1-7.25 1-7.25s1 0 1-5c0-6-4-16.5-15-16.5h-2C7 3.5 3 14 3 20c0 5 1 5 1 5s1 4.936 1 7.25C6 35 3 33 3 33c-1-1-3-4-3-13C0 0 18.75 0 18.75 0zM7.553 20.166a3 3 0 0 1 3.389 2.553l1.074 7.645 5.619 6c.55-.163 1.192-.222 1.697-.058 1.05.341 2.255.921 1.89 1.853-.722 1.841-2.267 1.341-3.317 1-.775-.252-1.282-.959-1.427-1.523l-4.02-4.128.015.104A3 3 0 0 1 9.919 37c-1.64.23-3.657-.913-3.888-2.553L4.5 23.554c-.23-1.64 1.413-3.158 3.053-3.389zm22.894 0c1.64.23 3.283 1.747 3.053 3.388l-1.53 10.893c-.231 1.64-2.248 2.784-3.89 2.553a3 3 0 0 1-2.552-3.388l1.53-10.893a3 3 0 0 1 3.389-2.553z"/></svg>
<svg class="tc-image-hardware-mouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 37.95899963378906"><path d="M12 3.959c1.657 0 2.25 1.343 2.25 3v5c0 1.657-.593 3-2.25 3s-2.25-1.343-2.25-3v-5c0-1.657.593-3 2.25-3zm12 8v14c0 6.627-5.373 12-12 12s-12-5.373-12-12v-14C0 5.669 5.09.509 11.25 0v3.094C9.656 3.55 9 5.109 9 6.959v5c0 1.851.656 3.409 2.25 3.865v2.885h1.5v-2.885c1.594-.456 2.25-2.015 2.25-3.865v-5c0-1.851-.656-3.409-2.25-3.865V0C18.91.509 24 5.669 24 11.959z"/></svg>
<svg class="tc-image-hardware-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.49599838256836 50.17499923706055"><path d="M8.773 49.485c-.34.596-1.308.69-2.162.2l-5.346-3.043C.415 46.157 0 45.28.341 44.685L23.078 8.642c3.27-5.286-8.16-4.82-10.966-3.264C14.234 1.573 20.997.317 25.383 0l1.276.083c2.479 1.235 6.034 3.088 8.377 4.642 1.721 2.703 3.536 4.126 6.106 4.119 3.354 2.57-1.885 9.581-5.181 6.334.018-1.604-4.636-5.754-7.896-2.335L8.773 49.485z"/></svg>
<svg class="tc-image-hashtag tc-image-button" width="22pt" height="22pt" viewBox="0 0 1878.6666259765625 1739"><path d="M8.667 1163q10-51 52.5-85.5t94.5-34.5h305l74-347h-278q-57 0-94-44-35-45-23-104 10-52 52-86t94-34h305l65-307q11-52 53.5-86.5t94.5-34.5q60 0 95 44t22 104l-59 280h343l65-307q11-52 53-86.5t94-34.5q60 0 95 44 36 42 23 104l-59 280h277q58 0 95 44 35 45 23 104-10 52-52 86t-94 34h-305l-75 347h278q58 0 95 44 35 45 23 105-11 52-52.5 86t-93.5 34h-307l-64 307q-11 52-53 86t-94 34q-58 0-95-43-35-45-23-104l60-280h-344l-66 307q-11 52-52.5 86t-93.5 34q-58 0-95-43-35-45-23-104l60-280h-278q-59 0-95-45-36-42-23-104zm723-120h343l74-347h-344z"/></svg>
<svg class="tc-image-haskell tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.763002395629883 16.06800079345703"><path d="M0 16.068l5.356-8.034L0 0h4.017l5.356 8.034-5.356 8.034H0zm5.356 0l5.356-8.034L5.356 0h4.017l10.712 16.068h-4.017l-3.347-5.021-3.348 5.021H5.356zm17.406-4.687h-4.463l-1.785-2.678h6.249zm0-4.017h-7.141l-1.785-2.678h8.927z"/></svg>
<svg class="tc-image-hat-santa tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.46889114379883 37"><path d="M2 37a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h23a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2zm0-10L19 0l6 27H2zM20 0l10.707 11.472a4.5 4.5 0 1 1-1.513 2.218L23 12 20 0z"/></svg>
<svg class="tc-image-hatenabookmark tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.000551223754883 16.000551223754883"><path d="M13.648 0C14.948 0 16 1.053 16 2.353v11.294c0 1.3-1.053 2.353-2.353 2.353H2.354A2.352 2.352 0 0 1 0 13.647V2.353C0 1.053 1.054 0 2.354 0h11.294zm-2.47 9.647a.94.94 0 1 0 .94.94c0-.52-.42-.94-.94-.94zm-5.436 1.85c.794 0 1.367-.028 1.717-.08.35-.056.643-.148.88-.275.294-.155.518-.376.675-.66.157-.284.236-.61.236-.986 0-.52-.14-.936-.42-1.247-.28-.312-.666-.487-1.163-.525.442-.12.763-.297.966-.533.203-.232.304-.548.304-.945 0-.314-.07-.592-.202-.833a1.514 1.514 0 0 0-.59-.573 2.553 2.553 0 0 0-.807-.262c-.314-.05-.864-.075-1.652-.075h-1.92v6.994H5.74zm.49-2.79c.463 0 .783.058.953.174.173.118.258.323.258.618 0 .263-.093.453-.28.566-.187.115-.508.17-.958.17h-.666V8.708h.695zm5.77.47V4.47h-1.647v4.707H12zM5.946 6.053c.473 0 .79.054.955.16.162.107.244.29.244.554 0 .253-.087.43-.26.535-.177.103-.498.155-.968.155h-.38V6.053h.41z"/></svg>
<svg class="tc-image-hd-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 1300 1100"><path d="M300 0h700q124 0 212 88t88 212v500q0 124-88 212t-212 88H300q-124 0-212-88T0 800V300Q0 176 88 88T300 0zM200 200v700h900V200H200zm400 600H500V600H400v200H300V300h100v200h100V300h100v500zm400-400v300L900 800H700V300h200zm-200 0v300h100V400H800z"/></svg>
<svg class="tc-image-hdd tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1020.5560913085938"><path d="M240.015 0L0 644.824l96.02 375.732h1007.96L1200 644.824 959.985 0h-719.97zM93.75 704.223h1012.573l-65.625 256.934H159.375L93.75 704.223zm834.229 80.494c-26.509 0-47.974 21.465-47.974 47.973s21.465 48.047 47.974 48.047c26.508 0 48.046-21.539 48.046-48.047 0-26.508-21.538-47.973-48.046-47.973z"/></svg>
<svg class="tc-image-hdd-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1280"><path d="M1040 960q0 33-23.5 56.5T960 1040t-56.5-23.5T880 960t23.5-56.5T960 880t56.5 23.5T1040 960zm256 0q0 33-23.5 56.5T1216 1040t-56.5-23.5T1136 960t23.5-56.5T1216 880t56.5 23.5T1296 960zm112 160V800q0-13-9.5-22.5T1376 768H160q-13 0-22.5 9.5T128 800v320q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5-9.5t9.5-22.5zM178 640h1180l-157-482q-4-13-16-21.5t-26-8.5H377q-14 0-26 8.5T335 158zm1358 160v320q0 66-47 113t-113 47H160q-66 0-113-47T0 1120V800q0-25 16-75l197-606q17-53 63-86T377 0h782q55 0 101 33t63 86l197 606q16 50 16 75z"/></svg>
<svg class="tc-image-hdr-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.29999923706055 40.29999923706055"><path d="M32.2 25.1v-4h2.3l1.7 4h3l-1.8-4.2c1.1-.5 1.8-1.5 1.8-2.8v-2c0-1.7-1.3-3-3-3h-7v9.8l2.2 2.2h.8zm0-9h4v2h-4v-2zm-9 0v.8l3 3v-3.8c0-1.7-1.3-3-3-3h-3.8l3 3h.8zm-7-2L2.1 0 0 2.1l11 11h-.8v4h-4v-4h-3v12h3v-5h4v5h3v-9.8l3 3v6.8H23l15.2 15.2 2.1-2.1-24.1-24.1z"/></svg>
<svg class="tc-image-hdr-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 12"><path d="M36 5V3c0-1.7-1.3-3-3-3h-7v12h3V8h2.3l1.7 4h3l-1.8-4.2c1-.5 1.8-1.6 1.8-2.8zm-3 0h-4V3h4v2zM7 4H3V0H0v12h3V7h4v5h3V0H7v4zm13-4h-7v12h7c1.7 0 3-1.3 3-3V3c0-1.7-1.3-3-3-3zm0 9h-4V3h4v6z"/></svg>
<svg class="tc-image-hdr-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M32 0c-6.63 0-12 5.37-12 12s5.37 12 12 12 12-5.37 12-12S38.63 0 32 0zM8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-hdr-weak tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm24-4c-6.63 0-12 5.37-12 12s5.37 12 12 12 12-5.37 12-12S38.63 0 32 0zm0 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>
<svg class="tc-image-header tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 7"><path d="M0 0v1h.5c.28 0 .5.22.5.5v4c0 .28-.22.5-.5.5H0v1h3V6h-.5c-.28 0-.5-.22-.5-.5V4h3v1.5c0 .28-.22.5-.5.5H4v1h3V6h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5H7V0H4v1h.5c.28 0 .5.22.5.5V3H2V1.5c0-.28.22-.5.5-.5H3V0H0z"/></svg>
<svg class="tc-image-headphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 388.1999816894531 448"><path d="M385.5 206.1c-3.2-59.8-21.9-108.6-56-145.2l-.2-.2c-7.7-8.4-16.1-15.9-24.8-22.6-9-6.9-18.6-13-28.5-18.1-25.3-13.1-53-20-82.1-20-29 0-56.6 6.9-81.9 20-9.9 5.1-19.4 11.2-28.4 18.1-8.7 6.7-17 14.2-24.7 22.6l-.2.2C24.7 97.5 6 146.4 2.8 206.1c-2.8 50.7 3.3 129.8 13 161.8 20.3 67 40.4 80 72.1 80s58.2-26.4 58.2-58.9V283c0-32.5-23.3-59-53.3-59-18 0-34 9.7-43.8 24.4 0 0-11.1-8.1-13.1-23-2.1-14.9-3.1-32.4 5.6-63 8.7-30.5 20.8-20.2 35.6-39 2.5-3.3 5.2-6.4 8-9.5 3.2-3.4 6.4-6.7 9.8-9.7 1.6-1.5 3.2-2.8 4.8-4.2 11-9.3 21-17 33.7-22.8 18.9-8.6 39.4-13.3 60.5-13.3 21 0 41.7 4.7 60.7 13.3 12.7 5.8 22.9 13.5 33.9 22.8 1.6 1.4 3.2 2.7 4.8 4.2 3.4 3 6.6 6.3 9.8 9.7 2.8 3.1 5.5 6.2 8 9.5 14.8 18.8 26.9 8.5 35.6 39 8.7 30.5 7.6 48.1 5.6 63-2.1 14.9-13.1 23-13.1 23-9.8-14.7-25.7-24.4-43.8-24.4-30 0-53.3 26.4-53.3 59v106.1c0 32.4 26.5 58.9 58.2 58.9 31.7 0 51.8-13 72.1-80 9.7-32.1 15.8-111.2 13.1-161.9z"/></svg>
<svg class="tc-image-headphones tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M18 9c0-4.963-4.037-9-9-9S0 4.037 0 9v2.6l.023.113c-.013.243-.023.5-.023.787v2C0 16.43 1.57 18 3.5 18S7 16.43 7 14.5v-2c0-1.511-.83-2.79-1.982-3.278C5.113 7.1 6.855 5.399 9 5.399s3.887 1.7 3.982 3.822C11.83 9.711 11 10.989 11 12.5v2c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-2c0-.287-.01-.544-.023-.787L18 11.6V9zM2 9c0-1.586.538-3.046 1.432-4.221l.89.889A5.959 5.959 0 0 0 3.02 9C3 9 3 10 3 10H2V9zm3 5.5c0 .827-.673 1.5-1.5 1.5S2 15.327 2 14.5v-2c0-.666.057-1.176.114-1.5H4c.473 0 1 .616 1 1.5v2zm7.77-9.338l-.354.354C11.504 4.603 10.291 4.1 9 4.1s-2.504.503-3.417 1.416l-.354-.354-1.141-1.141-.627-.626A7.78 7.78 0 0 1 9 1.1c2.093 0 4.06.815 5.539 2.295l-.627.626-1.142 1.141zM16 14.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5v-2c0-.884.527-1.5 1-1.5h1.886c.057.324.114.834.114 1.5v2zm0-4.5h-1V9a6.129 6.129 0 0 0-1.322-3.332l.891-.889A6.952 6.952 0 0 1 16 9v1z"/></svg>
<svg class="tc-image-headset tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 38"><path d="M18 0C8.06 0 0 8.06 0 18v14c0 3.31 2.69 6 6 6h6V22H4v-4c0-7.73 6.27-14 14-14s14 6.27 14 14v4h-8v16h6c3.31 0 6-2.69 6-6V18c0-9.94-8.06-18-18-18z"/></svg>
<svg class="tc-image-headset-mic tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M18 0C8.06 0 0 8.06 0 18v14c0 3.31 2.69 6 6 6h6V22H4v-4c0-7.73 6.27-14 14-14s14 6.27 14 14v4h-8v16h8v2H18v4h12c3.31 0 6-2.69 6-6V18c0-9.94-8.06-18-18-18z"/></svg>
<svg class="tc-image-healing tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.47999572753906 40.47999572753906"><path d="M31.74 20.24l7.96-7.96c.78-.78.78-2.05 0-2.83L31.03.78C30.25 0 28.98 0 28.2.78l-7.96 7.96L12.28.79C11.89.4 11.38.2 10.87.2c-.51 0-1.02.2-1.41.59L.78 9.46c-.78.78-.78 2.05 0 2.83l7.96 7.96L.78 28.2c-.78.78-.78 2.05 0 2.83l8.67 8.67c.78.78 2.05.78 2.83 0l7.96-7.96 7.96 7.96c.39.39.9.59 1.41.59.51 0 1.02-.2 1.41-.59l8.67-8.67c.78-.78.78-2.05 0-2.83l-7.95-7.96zM20.28 14.2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-9.42 3.92l-7.25-7.25 7.26-7.26 7.25 7.25-7.26 7.26zm5.42 4.08c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm4 4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm4-8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm5.33 18.67l-7.25-7.25 7.26-7.26 7.25 7.25-7.26 7.26z"/></svg>
<svg class="tc-image-health tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48"><path d="M48 16c0-.55-.45-1-1-1H34c-.55 0-1-.45-1-1V1c0-.55-.45-1-1-1H16c-.55 0-1 .45-1 1v13c0 .55-.45 1-1 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h13c.55 0 1 .45 1 1v13c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V34c0-.55.45-1 1-1h13c.55 0 1-.45 1-1V16z"/></svg>
<svg class="tc-image-hearing tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.000003814697266 41.55999755859375"><path d="M28 37.56c-.57 0-1.13-.12-1.53-.3-1.41-.75-2.43-1.77-3.42-4.77-1.03-3.11-2.94-4.58-4.79-6.01-1.58-1.22-3.22-2.48-4.63-5.05-1.05-1.92-1.63-4.01-1.63-5.87 0-5.61 4.39-10 10-10s10 4.39 10 10h4c0-7.85-6.15-14-14-14s-14 6.15-14 14c0 2.53.76 5.3 2.13 7.8 1.82 3.31 3.97 4.96 5.7 6.3 1.62 1.25 2.79 2.15 3.43 4.09 1.2 3.63 2.75 5.68 5.45 7.1 1.04.47 2.14.71 3.29.71 4.41 0 8-3.59 8-8h-4c0 2.21-1.79 4-4 4zM9.27 2.83L6.44 0C2.46 3.98 0 9.48 0 15.56s2.46 11.58 6.44 15.56l2.83-2.83C6.01 25.03 4 20.53 4 15.56S6.01 6.09 9.27 2.83zM17 15.56c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5z"/></svg>
<svg class="tc-image-hearing-aid tc-image-button" width="22pt" height="22pt" viewBox="0 0 62.739051818847656 73.13301849365234"><path d="M28.856 15.115c-11.263 0-20.424 9.236-20.424 20.586 0 1.848 1.49 3.349 3.32 3.349 1.832 0 3.322-1.501 3.322-3.349 0-7.654 6.182-13.887 13.782-13.887 7.598 0 13.777 6.232 13.777 13.887 0 1.615-.27 3.192-.729 4.521-.872 1.553-2.828 4.861-4.005 6.305-.23.281-.462.549-.694.811-1.647 1.898-3.704 4.261-3.559 9.344.092 3.171.146 6.25-.06 7.299l-.063.355c-.15.877-.338 1.963-4.407 2.105a3.305 3.305 0 0 0-2.315 1.064 3.32 3.32 0 0 0-.89 2.398 3.321 3.321 0 0 0 3.317 3.23h.118c6.288-.217 9.894-2.797 10.757-7.844.294-1.482.34-3.547.19-8.807-.07-2.453.55-3.166 1.911-4.732.273-.312.551-.627.824-.965 1.946-2.379 4.73-7.389 4.754-7.432.081-.148.155-.305.223-.475a20.666 20.666 0 0 0 1.276-7.18c-.002-11.347-9.164-20.583-20.425-20.583z"/><path d="M33.541 36.252c0 1.537 1.245 2.798 2.775 2.798 1.53 0 2.776-1.261 2.776-2.798 0-5.689-4.594-10.319-10.237-10.319-5.648 0-10.24 4.63-10.24 10.319 0 1.537 1.244 2.798 2.773 2.798 1.531 0 2.776-1.261 2.776-2.798 0-2.604 2.103-4.721 4.69-4.721 2.584 0 4.687 2.117 4.687 4.721zM14.624 46.41L.906 60.232a3.08 3.08 0 0 0-.902 2.193c0 .828.32 1.604.903 2.193a3.054 3.054 0 0 0 4.352-.002l13.718-13.824c.582-.586.9-1.363.9-2.192a3.07 3.07 0 0 0-.899-2.188c-1.167-1.182-3.195-1.18-4.354-.002zm25.86-37.547c-.018 0-.033.004-.049.005v-.005h-1.294v.029a1.275 1.275 0 0 0-1.139 1.232h-.006v2.301h.031a1.263 1.263 0 0 0 1.113 1.107v.029h1.294v-.021c.016 0 .032.005.048.005 4.775 0 8.656 3.862 8.705 8.617h-.01v1.295h.03a1.275 1.275 0 0 0 1.234 1.14v.005h2.3v-.031a1.263 1.263 0 0 0 1.107-1.114h.03v-1.295h-.005c-.048-7.338-6.035-13.299-13.39-13.299z"/><path d="M62.737 22.164C62.688 9.934 52.725 0 40.483 0c-.017 0-.032.004-.048.005V0h-1.294v.029a1.273 1.273 0 0 0-1.14 1.237h-.005v2.298h.03a1.263 1.263 0 0 0 1.114 1.107V4.7h1.294v-.02c.016 0 .032.005.048.005 9.661 0 17.52 7.832 17.568 17.478h-.01v1.295h.03a1.275 1.275 0 0 0 1.232 1.139v.006h2.302v-.031a1.263 1.263 0 0 0 1.105-1.113h.03v-1.295h-.002z"/></svg>
<svg class="tc-image-hearing-impaired tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1171.7420654296875 1206.2430419921875"><path d="M1145.531 24.328c26.211 30.386 25.35 69.361 0 95.401L981.229 285.357c-30.122 26.331-68.203 25.186-94.076 0-25.703-29.557-25.892-70.498 0-95.402l164.303-165.627c28.654-24.328 69.464-23.898 94.076 0zm-820.185 731.41c28.655-24.327 69.465-23.9 94.076 0 25.218 28.722 26.39 71.742 0 95.4l-299.453 302.105c-30.123 26.332-68.204 25.187-94.077 0-25.703-29.557-25.892-70.496 0-95.4zM614.2 535.785c-2.398-48.684-41.57-84.217-84.801-84.801-48.012 2.65-84.197 41.672-84.801 84.8-2.052 30.883-22.076 51.303-50.351 51.676-31.261-2.295-50.004-23.78-50.35-51.675 1.745-51.924 20.345-98.005 54.325-132.502 37.863-35.457 83.352-53.979 131.177-54.326 51.85 1.685 96.85 20.496 131.177 54.326 35.504 38.095 53.977 84.437 54.325 132.502-2.051 30.882-22.076 51.302-50.35 51.675-31.262-2.295-50.004-23.78-50.35-51.675zm-84.801-382.93c101.717 2.181 195.904 42.973 262.353 109.314 69.994 74.182 107.973 170.781 108.652 264.34-2.101 85.07-17.162 125.4-56.976 190.803-21.732 51.807-71.85 90.23-98.714 137.14-15.23 48.48-4.017 101.298-5.963 155.026-.726 59.92-24.186 126.913-65.588 159.665-46.38 27.033-94.792 37.1-137.14 37.1-35.224-2.742-57.584-28.23-59.625-59.626-1.146-16.34 5.282-31.612 15.9-42.4 26.689-27.214 52.868-16.911 85.464-25.176 11.77-3.74 28.768-8.2 33.125-20.538 7.502-23.134 7.261-51.45 7.288-70.888 2.199-49.368-7.06-94.803 3.312-141.114 7.11-29.837 18.804-58.065 36.438-80.826 11.916-15.676 25.548-29.46 35.776-43.063 14.716-18.207 26.64-37.904 38.425-56.314 12.715-19.453 22.673-38.744 34.451-57.638 9.455-27.19 13.176-55.696 13.25-82.15-2.398-69.876-27.81-131.798-73.538-178.216-50.965-47.664-112.462-73.064-176.89-73.538-69.801 2.337-130.641 27.96-176.89 73.538-47.712 51.197-73.062 113.549-73.538 178.215-2.56 35.69-26.988 60.506-59.626 60.95-35.86-2.689-60.506-28.344-60.95-60.95 2.316-102.083 42.856-196.705 108.65-264.34 73.011-70.833 169.267-108.64 262.354-109.315z"/></svg>
<svg class="tc-image-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.17000198364258 30.0470027923584"><path d="M37.858 3.643C34.522 0 27.653 1.556 23.685 7.198 18.66 1.138 12.657 0 9.312 3.643 0 13.785 19.932 28.361 23.546 29.999l.084.048v-.048c3.611-1.638 23.54-16.214 14.228-26.356z"/></svg>
<svg class="tc-image-heart_broken tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1739"><path d="M0 510q0-211 150.5-360.5T513 0q165 0 300 97l-29 511q1 25 19 42.5t43 17.5h21q25 0 37 16.5t5 40.5l-117 353q-7 24-2.5 27t18.5-17l397-546q14-19 7.5-33.5T1181 494h-158q-25 0-36-16t-1-38l167-373q118-67 254-67 212 0 362.5 149.5T1920 510q0 194-130 340l-702 827q-52 62-127.5 62T832 1677L131 850Q0 704 0 510z"/></svg>
<svg class="tc-image-heart-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.760000228881836 11.58225154876709"><path d="M10.94 6.07a27 27 0 0 1-4.2 5.36.49.49 0 0 1-.71 0 27.003 27.003 0 0 1-4.21-5.36C0 2.43 4.62 0 6.38 3.64 8.14 0 12.76 2.43 10.94 6.07z"/></svg>
<svg class="tc-image-heart-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 17.959999084472656 15.361760139465332"><path d="M15.39 8.25c-1.17 2.25-4.3 5.31-6.07 6.94a.5.5 0 0 1-.67 0c-1.78-1.63-4.91-4.69-6.08-6.94C0 3.3 6.48 0 8.98 4.95c2.5-4.95 8.98-1.65 6.41 3.3z"/></svg>
<svg class="tc-image-heart-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm132.789 343.503c71.295-1.114 135.772 37.647 166.337 103.723 28.273 87.357 4.612 176.225-45.25 243.2-32.913 45.417-72.248 84.584-112.463 118.807-36.997 34.439-119.808 102.59-141.755 104.483-19.398-3.709-41.173-25.678-56.573-36.968-86.535-65.782-179.667-145.743-226.9-233.207-39.6-83.97-39.673-187.864 21.96-252.242 79.919-72.047 200.391-57.945 261.513 17.326 16.415-21.295 36.606-38.067 60.562-50.266 24.28-9.692 48.804-14.484 72.569-14.856z"/></svg>
<svg class="tc-image-heart-break tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.16899871826172 29.632001876831055"><path d="M37.858 3.228C47.169 13.37 27.241 27.946 23.63 29.584v.048l-.084-.048C19.931 27.946 0 13.37 9.312 3.228 12.276 0 17.325.526 21.933 4.902l-2.347 12.519 4-1.5v13.5l5-18.5-4 1.5 2.468-9.05C30.826.69 35.344.484 37.858 3.228z"/></svg>
<svg class="tc-image-heart-broken tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 948.25"><path d="M755.188 0C903.57 0 1024 120.44 1024 268.832c0 292.21-315.824 382.842-511.978 679.418C304.5 649.826 0 570.678 0 268.832 0 120.44 120.427 0 268.808 0c60.354 0 115.99 27.53 160.796 67.834L352 192l224 128-128 320 352-384-224-128 61.896-92.846C673.317 13.386 713.107 0 755.188 0z"/></svg>
<svg class="tc-image-heart-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.907997131347656 52.907997131347656"><path d="M40.726 16.261c9.311 10.142-10.617 24.718-14.228 26.356v.048l-.084-.048C22.799 40.979 2.868 26.403 12.18 16.261c3.345-3.643 9.348-2.505 14.373 3.555 3.968-5.642 10.837-7.198 14.173-3.555zm-29.11-1.11L0 3.536A35.225 35.225 0 0 1 3.536 0l13.086 13.086c-1.815.125-3.694.636-5.006 2.065zm41.292 34.221a35.225 35.225 0 0 1-3.536 3.536L34.497 38.033a53.122 53.122 0 0 0 3.626-3.446l14.785 14.785z"/></svg>
<svg class="tc-image-heart-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 860 700"><path d="M790 58c46.667 42.667 70 94.667 70 156s-23.333 113.333-70 156L430 700 70 370C23.333 327.333 0 275.333 0 214S23.333 100.667 70 58c42.667-38.667 93.333-58 152-58s108.667 19.333 150 58l58 52 56-52c42.667-38.667 93.333-58 152-58s109.333 19.333 152 58m-54 260c28-26.667 42-61.333 42-104 0-44-12.667-77.333-38-100-25.333-25.333-59.333-38-102-38-34.667 0-69.333 16-104 48l-104 92-106-92c-32-32-66-48-102-48-42.667 0-77.333 12.667-104 38-25.333 24-38 57.333-38 100 0 44 14.667 78.667 44 104l306 286 306-286"/></svg>
<svg class="tc-image-heart-full-outline tc-image-button" width="22pt" height="22pt" version="1" viewBox="0 0 19.399999618530273 16.100000381469727"><path d="M0 5.4c0 1.3.2 3.3 2 5.1 1.6 1.6 6.9 5.2 7.1 5.4.2.1.4.2.6.2s.4-.1.6-.2c.2-.2 5.5-3.7 7.1-5.4 1.8-1.8 2-3.8 2-5.1C19.4 2.4 17 0 14 0c-1.6 0-3.2.9-4.2 2.3C8.8.9 7.2 0 5.4 0 2.5 0 0 2.4 0 5.4z"/></svg>
<svg class="tc-image-heart-half-outline tc-image-button" width="22pt" height="22pt" version="1" viewBox="0 0 19.399999618530273 16.100000381469727"><path d="M0 5.4c0 1.3.2 3.3 2 5.1 1.6 1.6 6.9 5.2 7.1 5.4.2.1.4.2.6.2s.4-.1.6-.2c.2-.2 5.5-3.7 7.1-5.4 1.8-1.8 2-3.8 2-5.1C19.4 2.4 17 0 14 0c-1.6 0-3.2.9-4.2 2.3C8.8.9 7.2 0 5.4 0 2.5 0 0 2.4 0 5.4zm9.8 1c.6 0 1-.4 1-1 0-1.9 1.5-3.4 3.4-3.4s3.4 1.5 3.4 3.4c0 1.1-.2 2.4-1.5 3.7-1.2 1.2-4.9 3.8-6.3 4.7V6.4z"/></svg>
<svg class="tc-image-heart-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M1664 468q0-81-21.5-143t-55-98.5T1506 167t-94-31-98-8-112 25.5-110.5 64-86.5 72-60 61.5q-18 22-49 22t-49-22q-24-28-60-61.5t-86.5-72-110.5-64T478 128t-98 8-94 31-81.5 59.5-55 98.5T128 468q0 168 187 355l581 560 580-559q188-188 188-356zm128 0q0 221-229 450l-623 600q-18 18-44 18t-44-18L228 916q-10-8-27.5-26T145 824.5 77 727 23.5 606 0 468q0-220 127-344T478 0q62 0 126.5 21.5t120 58T820 148t76 68q36-36 76-68t95.5-68.5 120-58T1314 0q224 0 351 124t127 344z"/></svg>
<svg class="tc-image-heart-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.27799987792969 37.47200012207031"><path d="M1.847 13.722C0 6.862 5.277 1.583 9.764.792 14.25 0 17.944 3.694 21.639 7.389 25.333 3.694 29.028 0 33.514.792c4.486.791 9.764 6.07 7.917 12.93-1.848 6.861-10.82 15.306-19.792 23.75-8.972-8.444-17.944-16.889-19.792-23.75zm3.623.02c1.435 5.33 9.198 12.419 16.17 18.98 6.97-6.561 14.733-13.65 16.168-18.98 1.436-5.332-1.873-9.037-5.359-9.652-3.486-.615-7.94 5.423-10.81 8.293-2.87-2.87-7.324-8.908-10.81-8.293-3.486.616-6.795 4.32-5.36 9.651z"/></svg>
<svg class="tc-image-heartbeat tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9990234375 877.716064453125"><path d="M731.428 512.001h174.286q-2.857 3.43-5.714 6t-5.143 4.286l-1.714 2.286-356 342.857Q526.857 877.716 512 877.716t-25.143-10.286l-356.57-344q-2.858-1.143-12-11.429h210.856q12.571 0 22.571-7.714t12.857-19.714l40-160.57 108.571 381.142q3.43 11.43 13.143 18.857t22.286 7.43q12 0 21.714-7.43t13.143-18.857l83.43-277.143 32 64q10.285 20 32.57 20zm292.571-244.572q0 82.857-58.857 171.43H754.286l-63.43-126.287q-4.57-9.714-14.57-15.429t-20.858-4.57q-25.714 2.856-32 26.285l-73.714 245.714-112-392q-3.428-11.429-13.428-18.857t-22.57-7.429T379.429 154t-12.57 19.714l-66.287 265.143H58.857Q0 350.287 0 267.428q0-125.714 72.571-196.57T273.142 0q35.43 0 72.286 12.286t68.571 33.143 54.571 39.143T512 123.43q20.57-20.57 43.428-38.857t54.571-39.143 68.571-33.143T750.856 0q128 0 200.571 70.857t72.571 196.571z"/></svg>
<svg class="tc-image-heliport-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.116774559020996 8.5"><path d="M3.117 0c-.277 0-.5.223-.5.5s.224.482.5.5h3v2H3.029a1.5 1.5 0 1 0-.39 1.596L4.617 7.5c.68 1 1.5 1 2 1h3.535s.965 0 .965-1v-1c0-.5-.5-1-.5-1l-2-2s-.5-.5-1-.5h-.5V1h3a.5.5 0 1 0 0-1h-7zm-1.5 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm6.25 1s.25 0 .75.5l1.5 1.5h-2.5s-.5 0-.5-.5v-1s0-.5.5-.5h.25z"/></svg>
<svg class="tc-image-heliport-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 10"><path d="M4 0C3 0 3 1 4 1h4v1c-.277 0-.5.223-.5.5V3H3.932A1.998 1.998 0 0 0 0 3.5a2 2 0 0 0 2 2 2 2 0 0 0 1.053-.303L5.5 8.5C6.507 9.95 8.318 10 9 10h5s1 0 1-1v-.994c0-.733-.126-1.132-.5-1.506l-3-3s-.592-.5-1.273-.5H9.5v-.5c0-.277-.223-.5-.5-.5V1h4c1 0 1-1 0-1H4zM2 2.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM10 4c.5 0 .79.323 1 .5L13.5 7H10S9 7 9 6V5s0-1 1-1z"/></svg>
<svg class="tc-image-help tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zM320 512c0-106.04 85.96-192 192-192s192 85.96 192 192-85.96 192-192 192-192-85.96-192-192zm605.98 171.476l-177.42-73.49C761.078 579.802 768 546.71 768 512s-6.922-67.802-19.44-97.986l177.42-73.49C947.888 393.346 960 451.254 960 512s-12.114 118.654-34.02 171.476zM683.478 98.02l-73.49 177.42C579.804 262.922 546.712 256 512 256s-67.802 6.922-97.986 19.44l-73.49-177.422C393.347 76.114 451.257 64 512 64c60.746 0 118.654 12.114 171.478 34.02zM98.02 340.524l177.422 73.49C262.924 444.198 256 477.29 256 512s6.922 67.802 19.44 97.986l-177.42 73.49C76.114 630.654 64 572.746 64 512s12.114-118.654 34.02-171.476zM340.524 925.98l73.49-177.42C444.198 761.078 477.29 768 512 768s67.802-6.922 97.986-19.44l73.49 177.42C630.654 947.884 572.746 960 512 960c-60.744 0-118.654-12.114-171.476-34.02z"/></svg>
<svg class="tc-image-help-buoy tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm178.3 152.5l-61.5 18.9c-6.3-14-15.1-26.8-26.3-38-11.2-11.2-24-20-38-26.3l18.9-61.5c23.8 9.5 45.6 23.9 64.3 42.5 18.7 18.8 33.1 40.6 42.6 64.4zM224 320c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM88.2 88.2c18.7-18.7 40.5-33 64.3-42.5l18.9 61.5c-14 6.3-26.8 15.1-38 26.3-11.2 11.2-20 24-26.3 38l-61.5-18.9c9.6-23.9 24-45.7 42.6-64.4zM45.7 295.5l61.5-18.9c6.3 14 15.1 26.8 26.3 38s24 20 38 26.3l-18.9 61.5c-23.8-9.5-45.6-23.9-64.3-42.5-18.7-18.8-33.1-40.6-42.6-64.4zm314.1 64.3c-18.7 18.7-40.5 33-64.3 42.5l-18.9-61.5c14-6.3 26.8-15.1 38-26.3s20-24 26.3-38l61.5 18.9c-9.6 23.9-24 45.7-42.6 64.4z"/></svg>
<svg class="tc-image-help-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm20.2 326.7c-.5 17.8-13.7 28.8-30.8 28.3-16.4-.5-29.3-12.2-28.8-30.1.5-17.8 14.1-29.1 30.5-28.6 17.2.5 29.7 12.6 29.1 30.4zm48.7-127.3c-4.2 5.9-13.6 13.5-25.4 22.7l-13.1 9c-6.4 4.9-10.4 10.7-12.5 17.3-1.1 3.5-1.9 12.6-2.1 18.7-.1 1.2-.8 3.9-4.5 3.9h-39.1c-4.1 0-4.6-2.4-4.5-3.6.6-16.6 3-30.3 9.9-41.3 9.3-14.8 35.5-30.4 35.5-30.4 4-3 7.1-6.2 9.5-9.7 4.4-6 8-12.7 8-19.9 0-8.3-2-16.2-7.3-22.8-6.2-7.7-12.9-11.4-25.8-11.4-12.7 0-20.1 6.4-25.4 14.8-5.3 8.4-4.4 18.3-4.4 27.3H143c0-34 8.9-55.7 27.7-68.5 12.7-8.7 28.9-12.5 47.8-12.5 24.8 0 44.5 4.6 61.9 17.8 16.1 12.2 24.6 29.4 24.6 52.6 0 14.3-5 26.3-12.1 36z"/></svg>
<svg class="tc-image-help-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm0 13.012a6.012 6.012 0 1 1 0-12.024 6.012 6.012 0 0 1 0 12.024zM5.478 4.181c.416-.442.987-.664 1.712-.664.67 0 1.209.189 1.612.568.404.378.605.862.605 1.451 0 .356-.072.646-.22.868-.145.223-.446.549-.9.979-.328.315-.543.58-.643.797-.1.217-.15.338-.15.763h-.898c0-.481.057-.671.172-.965.114-.295.369-.632.763-1.012l.413-.398c.124-.114.224-.234.3-.358a1.301 1.301 0 0 0-.092-1.54c-.2-.244-.533-.366-.997-.366-.574 0-.971.209-1.191.626-.124.233-.194.568-.211 1.005h-.9c0-.726.209-1.311.625-1.754zm1.07 5.849h1v.995h-1v-.995z"/></svg>
<svg class="tc-image-help-o-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M10.5 21C4.711 21 0 16.289 0 10.5 0 4.71 4.711 0 10.5 0S21 4.71 21 10.5a.5.5 0 0 1-1 0C20 5.262 15.738 1 10.5 1S1 5.262 1 10.5 5.262 20 10.5 20c3.902 0 7.467-2.446 8.868-6.087a.5.5 0 0 1 .933.359C18.753 18.297 14.814 21 10.5 21zm.438-8.622c0-1.129.738-1.77 1.854-2.741l.099-.085c.909-.791 1.239-2.157.803-3.325-.437-1.168-1.547-1.865-2.97-1.865-2.795 0-3.582 2.061-3.608 3.151a.498.498 0 0 0 .485.51.507.507 0 0 0 .515-.483c.007-.223.147-2.178 2.608-2.178 1.373 0 1.863.762 2.033 1.216.289.772.068 1.705-.522 2.219l-.098.085c-1.181 1.025-2.199 1.911-2.199 3.496a.5.5 0 0 0 1 0zm-.459 1.76a1 1 0 1 0 0 2 1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-help-s tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 1v12H1V1h12m0-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zM7.616 11.62h-1.28v-1.274h1.28v1.274zm2.102-5.917c-.188.285-.572.704-1.153 1.255-.422.401-.699.739-.826 1.019-.128.278-.191.433-.191.976H6.396c0-.616.073-.859.22-1.236.148-.376.474-.809.979-1.296l.529-.51c.158-.146.285-.301.383-.459.181-.28.27-.572.27-.874 0-.423-.128-.788-.387-1.1-.256-.31-.682-.466-1.277-.466-.734 0-1.243.268-1.524.802-.159.297-.25.727-.272 1.288H4.165c0-.93.268-1.68.8-2.246.532-.567 1.264-.851 2.193-.851.859 0 1.548.242 2.064.728.518.484.776 1.104.776 1.859.001.456-.093.827-.28 1.111z"/></svg>
<svg class="tc-image-heroku tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.360000610351562 16"><path d="M12.92 0H1.44C.64 0 0 .64 0 1.44v13.12C0 15.36.64 16 1.44 16h11.48c.8 0 1.44-.64 1.44-1.44V1.44c0-.8-.64-1.44-1.44-1.44zm.64 14.56c0 .36-.28.64-.64.64H1.44c-.36 0-.64-.28-.64-.64V1.44c0-.36.28-.64.64-.64h11.48c.36 0 .64.28.64.64v13.12zM3.6 13.6L5.4 12l-1.8-1.6v3.2zm6.48-6.48c-.32-.32-.92-.72-1.92-.72-1.08 0-2.2.28-3 .56V2.4h-1.6v6.92l1.12-.52s1.84-.84 3.44-.84c.8 0 1 .44 1 .84v4.8h1.6V8.8c.04-.12.04-1-.64-1.68zM7.96 5h1.6c.72-.84 1.08-1.68 1.2-2.6h-1.6C9 3.32 8.6 4.16 7.96 5z"/></svg>
<svg class="tc-image-hexagon tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.791999816894531 16.01599884033203"><path d="M5.243.742l-1.306.754h.007l-.619.357-1.579.912s-.82.468-1.261 1.217C0 4.805.028 6.24.028 6.24v3.535S0 11.211.485 12.034c.441.749 1.261 1.217 1.261 1.217l1.364.787.006.009 1.552.896h.002l.573.33s1.229.743 2.185.734c.869-.009 1.683-.484 1.683-.484l.54-.311h.006l3.388-1.957s.82-.468 1.262-1.217c.485-.823.456-2.259.456-2.259V7.876l.008.012v-2.15s.004-.944-.423-1.701c-.471-.832-1.729-1.525-1.729-1.525l-1.306-.754.005.01-.349-.201h.004L9.111.492S8.297.016 7.428.008C6.472 0 5.243.742 5.243.742z"/></svg>
<svg class="tc-image-hidden-cloumn tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 2H9V0H5v2H0v12h1V9h1v1.688c0 .084.03.158.093.22.062.062.136.092.219.092s.157-.03.22-.093L4.907 8.72C4.969 8.658 5 8.584 5 8.5s-.031-.157-.093-.22L2.532 6.093C2.47 6.031 2.396 6 2.312 6s-.157.031-.22.093A.3.3 0 0 0 2 6.312V8H1V3h4v11h4V3h4l.007 5H12V6.312a.298.298 0 0 0-.093-.22.3.3 0 0 0-.219-.092.301.301 0 0 0-.22.093L9.093 8.28C9.031 8.342 9 8.416 9 8.5s.031.157.093.22l2.375 2.188c.062.061.136.092.22.092s.157-.031.22-.093a.3.3 0 0 0 .092-.219V9h1.009l.007 5H14V2h-1z"/></svg>
<svg class="tc-image-hidden-row tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M14 5h-2V0H0v1h5v1H3.312a.298.298 0 0 0-.22.093.3.3 0 0 0-.092.219c0 .083.03.157.093.22L5.28 4.907c.062.062.136.093.22.093s.157-.031.22-.093l2.188-2.375c.061-.062.092-.136.092-.22s-.031-.157-.093-.22A.3.3 0 0 0 7.688 2H6V1h5v4H0v4h11v4l-5 .007V12h1.688c.084 0 .158-.03.22-.093.062-.062.092-.136.092-.219s-.03-.157-.093-.22L5.72 9.093C5.658 9.031 5.584 9 5.5 9s-.157.031-.22.093l-2.188 2.375c-.061.062-.092.136-.092.22s.031.157.093.22a.3.3 0 0 0 .219.092H5v1.009l-5 .007V14h12V9h2V5z"/></svg>
<svg class="tc-image-hierarchy tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.50200080871582 13.066999435424805"><path d="M11 7.801v-.444c0-2.23-1.229-3.796-3-3.895v-.018H7V.429C7 .192 6.736 0 6.5 0S6 .192 6 .429v3.015h-.5v.019c-1.771.099-3 1.664-3 3.895v.444A2.635 2.635 0 0 0 0 10.426a2.645 2.645 0 0 0 2.64 2.641 2.645 2.645 0 0 0 2.641-2.641 2.632 2.632 0 0 0-1.78-2.482v-.587c0-1.45.672-2.913 2.172-2.913h2.156c1.5 0 2.172 1.463 2.172 2.913v.586a2.632 2.632 0 0 0-1.78 2.482 2.645 2.645 0 0 0 2.641 2.641 2.645 2.645 0 0 0 2.64-2.641A2.64 2.64 0 0 0 11 7.801zm-6.72 2.625c0 .904-.736 1.641-1.641 1.641S1 11.33 1 10.426a1.64 1.64 0 0 1 3.28 0zm6.58 1.64z"/></svg>
<svg class="tc-image-high-quality tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M32 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM16 22h-3v-4H9v4H6V10h3v5h4v-5h3v12zm14-2a2 2 0 0 1-2 2h-1.5v3h-3v-3H22a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8zm-7-1h4v-6h-4v6z"/></svg>
<svg class="tc-image-highlight tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 33.99500274658203 40"><g transform="translate(-7 -4)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M12 28l6 6v10h12V34l6-6V18H12zM22 4h4v6h-4zM7 11.75l2.828-2.828 4.243 4.243-2.82 2.828zm26.923 1.422l4.242-4.242 2.83 2.828L36.75 16z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-highlight-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M25.17 12L20 17.17 14.83 12 12 14.83 17.17 20 12 25.17 14.83 28 20 22.83 25.17 28 28 25.17 22.83 20 28 14.83 25.17 12zM20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-hindu-temple tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 49.710994720458984 45.160003662109375"><path d="M27.197 7.239c.605.554 1.178 1.077 1.608 1.734l.239.365.395-.188c1.098-.525 1.847-1.365 2.571-2.177.546-.612 1.062-1.191 1.709-1.626l.402-.271-.259-.411A14.36 14.36 0 0 0 29.494.241L29.123 0l-.284.34a31.159 31.159 0 0 1-3.664 3.709l-.289.248.162.345c.52 1.107 1.348 1.864 2.149 2.597zm6.431 7.567c3.759 0 6.837-1.536 8.667-4.326l.218-.332-.273-.288c-.318-.334-.622-.683-.926-1.032-.907-1.041-1.846-2.117-3.168-2.831l-.461-.249-.227.474c-1.546 3.22-4.539 3.896-6.777 3.896-3.923 0-8.638-2.189-10.734-4.985l-1.65-2.201.771 2.641c1.433 4.919 8.238 9.233 14.56 9.233zm-12.972 8.633c1.562-2.972 1.627-6.452.165-9.607-1.442-3.114-4.111-5.309-7.138-5.875a10.244 10.244 0 0 0-1.879-.179c-3.676 0-6.082 2.146-8.408 4.22-.847.755-1.647 1.473-2.501 2.082l-.597.436.614.421c.196.127.689.876 1.086 1.446 1.26 1.81 2.31 3.277 3.426 3.277h.001c.393 0 .76-.466 2.039-1.904.539-.605 1.149-1.374 1.476-1.633 1.462-1.161 3.466-2.751 5.655-2.751.295 0 .592.029.881.087 1.013.203 1.625.672 1.87 1.435.502 1.563-.651 3.959-1.64 5.017-.499.535-1.045.92-1.624 1.328-.83.585-1.688 1.191-2.397 2.256l-.23.346.299.29 1.29 1.258c1.11 1.087 2.258 2.211 3.436 3.273l.395.356.332-.416c.747-.937 1.535-1.934 2.308-2.953.208.309.429.625.656.949 1.705 2.438 3.638 5.201 2.377 8.812-.939 2.691-4.11 4.443-7.682 4.186-4.224-.296-7.984-3.902-11.497-11.024-.219-.445-.399-.944-.573-1.427-.407-1.13-.829-2.298-1.811-3.024L0 23.393l.194 1.209c1.031 6.432 4.053 12.639 8.085 16.604 2.439 2.402 6.441 3.954 10.195 3.954 4.337 0 8.984-2.254 9.016-8.58.028-5.925-3.631-9.773-6.572-12.865l-.262-.276zm27.369-5.433c-1.165-2.167-5.545-3.747-7.742-3.266-3.328.726-5.661 2.609-7.72 4.271-2.107 1.702-3.928 3.171-6.358 3.171-.73 0-1.477-.13-2.283-.396l-1.28-.423.694 1.155c1.594 2.653 3.455 3.943 5.689 3.943 1.815-.001 3.673-.871 5.514-1.998l.413 1.224c.935 2.769 5.005 6.876 8.71 6.876l.222-.006c1.617-.072 2.967-.983 3.905-2.637 1.922-3.387 1.705-9.186.236-11.914zm-10.941 4.786c2.732-1.857 5.602-3.764 7.953-3.349 1.023 1.778.605 3.309.061 4.293-1.038 1.873-3.312 3.182-5.532 3.182-1.046 0-2.547-.298-3.759-1.716l-.853-.997c.713-.451 1.424-.934 2.13-1.413z"/></svg>
<svg class="tc-image-hipchat tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.003999710083008"><path d="M14.567 14.089a3.119 3.119 0 0 1-1.353-1.632c-.04-.16 0-.278.12-.358C15.003 10.865 16 8.995 16 6.925 16 3.105 12.418 0 8 0 3.582.04 0 3.144 0 6.925c0 3.82 3.582 6.925 8 6.925a7.9 7.9 0 0 0 1.672-.16c.12-.04.238 0 .318.08 1.075.677 2.746 1.234 4.14 1.234.437 0 .636-.278.636-.557.08-.12-.08-.24-.2-.358zm-2.15-.637c.04.04.04.08.04.08 0 .04-.04.08-.08.08-.397 0-1.67-.677-2.307-1.195-.08-.08-.2-.12-.398-.08-.518.12-1.115.2-1.672.2-3.7 0-6.687-2.468-6.687-5.533C1.313 3.94 4.3 1.472 8 1.472s6.687 2.468 6.687 5.532c0 1.792-1.035 3.423-2.707 4.418-.12.08-.24.2-.24.36 0 .357.32 1.153.678 1.67zm-.04-4.895c0-.16-.118-.32-.317-.32-.08 0-.16.04-.2.08-.795.717-2.188 1.354-3.86 1.354-1.672 0-2.985-.677-3.86-1.354a.422.422 0 0 0-.2-.08c-.2 0-.318.16-.318.36 0 .158.08.277.2.397.477.676 1.95 1.91 4.178 1.91h.04c2.23 0 3.7-1.194 4.18-1.95.04-.12.158-.28.158-.398z"/></svg>
<svg class="tc-image-hipster tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"/><path d="M10.561 8.439a1.5 1.5 0 1 0-2.063 2.176c1.352 1.227 4.503-.029 4.503-1.615-.969.625-1.726.153-2.439-.561z"/><path d="M5.439 8.439a1.5 1.5 0 1 1 2.063 2.176C6.15 11.842 2.999 10.586 2.999 9c.969.625 1.726.153 2.439-.561z"/></svg>
<svg class="tc-image-hipster2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3.497 6.615A1.507 1.507 0 0 1 8 9.5a1.491 1.491 0 0 1-.497 1.115C6.151 11.842 3 10.586 3 9c.969.625 1.726.153 2.439-.561a1.5 1.5 0 0 1 2.56 1.06 1.5 1.5 0 0 1 2.56-1.06c.713.714 1.471 1.186 2.439.561 0 1.586-3.151 2.842-4.503 1.615z"/></svg>
<svg class="tc-image-history tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M8 12H6V5h5v2H8v5zM7 0C4.81 0 2.87 1.02 1.59 2.59L0 1v4h4L2.5 3.5C3.55 2.17 5.17 1.3 7 1.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 7c0-.34.03-.67.09-1H.08C.03 6.33 0 6.66 0 7c0 3.86 3.14 7 7 7s7-3.14 7-7-3.14-7-7-7z"/></svg>
<svg class="tc-image-home tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00499725341797 36.005001068115234"><path d="M5 36.005V18.002l-2 2-3-5L19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-3 5-2-2v18.003H4.999zM19.002 6.917L8.001 16.002v17.002h6V22.003h10.002v11.001h6V16.002l-11-9.085z"/></svg>
<svg class="tc-image-home-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0L0 256l42.7 42.7 64-64V512h298.7V234.7l64 64L512 256 256 0zm-21.3 448h-64v-64h64v64zm0-106.7h-64v-64h64v64zM341.3 448h-64v-64h64v64zm0-106.7h-64v-64h64v64zM426.7 0h-64v42.7l64 64V0z"/></svg>
<svg class="tc-image-home-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0L0 256l42.7 42.7 64-64V512h298.7V234.7l64 64L512 256 256 0zm106.7 469.3H149.3V192L256 85.3 362.7 192v277.3z"/></svg>
<svg class="tc-image-home-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0L0 256l42.7 42.7L256 85.3l213.3 213.3L512 256 256 0zM106.7 298.7V512h298.7V298.7L256 149.3 106.7 298.7z"/></svg>
<svg class="tc-image-home-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm0 276.49L892.969 504.2v419.31H691.406V670.387H508.594V923.51H307.03V504.199L600 276.49z"/></svg>
<svg class="tc-image-home-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0050048828125 36.005001068115234"><path d="M5 36.005V18.002l-2 2-3-5L19.002 0l19.003 15.002-3 5-2-2v18.003H4.999zM19.002 6.917L8.001 16.002v17.002h22.003V16.002L19.002 6.917z"/></svg>
<svg class="tc-image-home-garage tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.00499725341797 35.755001068115234"><path d="M5.5 35.755V17.752l-2.25 1.75L0 14.627 19.502 0l19.503 14.627-3.25 4.876-2.25-1.75v18.002h-3.001V17.752H8.501v18.003h-3zm23.004-12.002H10.501v-4h18.003v4zm0 6.001H10.501v-4h18.003v4zm0 6H10.501v-4h18.003v4z"/></svg>
<svg class="tc-image-home-garage-arrow-close tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.00499725341797 35.755001068115234"><path d="M5.5 35.755V17.752l-2.25 1.75L0 14.627 19.502 0l19.503 14.627-3.25 4.876-2.25-1.75v18.002h-3.001V17.752H8.501v18.003h-3zm14.003-2.752l-6.25-6.25h3.25v-7h6v7h3.25l-6.25 6.25z"/></svg>
<svg class="tc-image-home-garage-arrow-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.00499725341797 35.755001068115234"><path d="M5.5 35.755V17.752l-2.25 1.75L0 14.627 19.502 0l19.503 14.627-3.25 4.876-2.25-1.75v18.002h-3.001V17.752H8.501v18.003h-3zm14.002-12.25l6.25 6.25h-3.25v6h-6v-6h-3.25l6.25-6.25zm-9.001.248v-4h19.003v4h-7.001l-3-3-3.001 3h-6.001zm0 12.002v-4h4v4h-4zm19.003-4v4h-5.001v-4h5zm0-2.001h-2l-3.001-4h5v4zm-19.003 0v-4h4l-3 4h-1z"/></svg>
<svg class="tc-image-home-garage-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.00499725341797 35.755001068115234"><path d="M5.5 35.755V17.752l-2.25 1.75L0 14.627 19.502 0l19.503 14.627-3.25 4.876-2.25-1.75v18.002h-3.001V17.752H8.501v18.003h-3z"/></svg>
<svg class="tc-image-home-gps tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.00299835205078 43.00299835205078"><path d="M32.003 30.003a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0-5a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm0 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12zM5 36.005V18.002l-2 2-3-5L19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-3 5-2-2v5.046l-1-.045c-.684 0-1.352.062-2.001.181v-7.182L19.002 6.917 8.001 16.002v17.002h6V22.003h10.002v4.45c-1.86 1.971-3 4.628-3 7.552 0 .683.062 1.351.181 2H5z"/></svg>
<svg class="tc-image-home-location-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.317893981933594 36.50499725341797"><path d="M5 36.005V18.002l-2 2-3-5L19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-3 5-2-2v18.003H4.999zM19.002 6.917L8.001 16.002v17.002h6V22.003h10.002v11.001h6V16.002l-11-9.085zm23.503 29.588l-1.5-3.037v-9.721a4.502 4.502 0 0 1 1.5-8.745 4.5 4.5 0 0 1 1.5 8.745v9.757l-1.5 3z"/></svg>
<svg class="tc-image-home-location-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00499725341797 37.00499725341797"><path d="M32.004 21.003c3.314 0 6 2.388 6 5.334 0 .46-.065.907-.189 1.333l-5.811 9.335-5.812-9.335a4.785 4.785 0 0 1-.19-1.333c0-2.946 2.687-5.334 6.002-5.334zm0 3.667a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334zM5 36.005V18.002l-2 2-3-5L19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-2.805 4.674-.783-.261-1.413-1.413v1.139l-1-.055c-.69 0-1.361.077-2 .224v-3.308L19.002 6.917 8.001 16.002v17.002h6V22.003h10.002v11.001h3.382l1.868 3H5z"/></svg>
<svg class="tc-image-home-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22 20.31999969482422"><path d="M21.262 8.788C17.872 5.934 11.716.617 11.655.563L11 0l-.652.563c-.062.053-6.221 5.368-9.66 8.248A2.042 2.042 0 0 0 0 10.32a2 2 0 0 0 2 2h1v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6h1a2 2 0 0 0 2-2c0-.598-.275-1.161-.738-1.532zM13 18.32H9v-5h4v5zm4-8l.002 8H14v-6H8v6H5v-8H1.999C4.764 8.008 9.314 4.093 11 2.64c1.686 1.453 6.234 5.367 9 7.681l-3-.001z"/></svg>
<svg class="tc-image-home-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.00499725341797 35.755001068115234"><path d="M5.5 35.755V17.752l-2.25 1.75L0 14.627 19.502 0l8.001 6V1.5l4.001-.75v8.001l7.501 5.876-3.25 4.876-2.25-1.75v18.002H5.499zm13.965-23.403c-2.486 0-4.5 2.35-4.5 5.25s2.014 5.251 4.5 5.251c2.485 0 4.5-2.35 4.5-5.25s-2.015-5.251-4.5-5.251zm-8.964 20.403h18.003s-.3-6.601-1.5-8.402c-1.066-1.598-2.701-1.8-3.301-1.8-.6 0-2.7 2.1-4.2 2.1s-3.826-2.1-4.426-2.1c-.6 0-4.576-.3-4.576 10.202z"/></svg>
<svg class="tc-image-home-people-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.90800476074219 52.90700149536133"><path d="M12.452 44.456V26.453l-2.25 1.75-3.25-4.875L26.454 8.701l8.001 6v-4.5l4.001-.75v8.001l7.501 5.876-3.25 4.876-2.25-1.75v18.002H12.451zm13.965-23.403c-2.486 0-4.5 2.35-4.5 5.25s2.014 5.251 4.5 5.251c2.485 0 4.5-2.35 4.5-5.25s-2.015-5.251-4.5-5.251zm-8.964 20.403h18.003s-.3-6.601-1.5-8.402c-1.066-1.598-2.701-1.8-3.301-1.8-.6 0-2.7 2.1-4.2 2.1s-3.826-2.1-4.426-2.1c-.6 0-4.576-.3-4.576 10.202zM49.373 0a35.225 35.225 0 0 1 3.535 3.535L39.456 16.988V9.917L49.372.001zM3.535 52.907A35.224 35.224 0 0 1 0 49.371L11.451 37.92v7.071l-7.916 7.916z"/></svg>
<svg class="tc-image-home-question tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.00499725341797 35.755001068115234"><path d="M5.5 35.755V17.752l-2.25 1.75L0 14.627 19.502 0l8.001 6V1.5l4.001-.75v8.001l7.501 5.876-3.25 4.876-2.25-1.75v18.002H5.499zm13.998-7.121a2.06 2.06 0 1 0 0 4.12 2.06 2.06 0 0 0 0-4.12zm.412-16.483c-3.64 0-6.593 2.768-6.593 6.181v.825h4.121V17.92a2.473 2.473 0 0 1 4.945 0c0 .596 0 .825-1.649 2.473-.824.824-3.296 2.554-3.296 5.356v1.237h4.12v-1.649c0-1.365.825-2.472 2.473-3.296 1.648-.824 2.472-2.884 2.472-4.12 0-3.414-2.952-5.77-6.593-5.77z"/></svg>
<svg class="tc-image-home-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00499725341797 36.005001068115234"><path d="M5 36.005V18.002l-2 2-3-5L19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-3 5-2-2v18.003H4.999zM19.002 6.917L8.001 16.002v17.002h11v-12h8.002v12h3V16.002l-11-9.085zm-8.001 14.086h5v6h-5v-6z"/></svg>
<svg class="tc-image-home-variant-enter tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.005001068115234 36.005001068115234"><path d="M30.004 16.002L19.002 6.917 8.001 16.002v8.001h-3v-6l-2 2L0 15.002 19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-3 5-2-2v18.003H4.999v-6.001h3v3h11.002v-12h8v12h3.002V16.002zm-18.003 9.001v-3l5 5-5 5.001v-3h-7v-4h7z"/></svg>
<svg class="tc-image-home-variant-leave tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.003997802734375 36.00499725341797"><path d="M28.003 26.003h7.001v-3l5 5-5 5.001v-3h-7v-4zM5 36.005V18.002l-2 2-3-5L19.002 0l7.001 5.527V1.75l4-.75v7.685l8.002 6.317-3 5-2-2v7.001h-3.001v-9.001L19.002 6.917 8.001 16.002v17.002h11v-12h8.002v12h3v-2h3.001v5H5zm6.001-15.002h5v6h-5v-6z"/></svg>
<svg class="tc-image-home2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14.5"><path d="M8 0L0 8l1.5 1.5L3 8v6.5h4v-3h2v3h4V8l1.5 1.5L16 8 8 0zm0 6.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-home3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 13.5"><path d="M16 8l-3-3V.5h-2V3L8 0 0 8v.5h2v5h5v-3h2v3h5v-5h2z"/></svg>
<svg class="tc-image-hootsuite tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 10.670000076293945 16.00082015991211"><path d="M5.359 0a5.305 5.305 0 0 1 2.656.72A5.28 5.28 0 0 1 10.67.017V16C4.788 15.984 0 11.23.016 5.344V.016A5.273 5.273 0 0 1 2.671.72 5.275 5.275 0 0 1 5.336 0h.023zm2.278 1.943a2.285 2.285 0 0 0-2.28 2.075l-.01-.014-.01.014a2.288 2.288 0 0 0-2.27-2.09 2.286 2.286 0 0 0-.012 4.57c.45.003.866-.127 1.22-.35l1.062 1.068 1.07-1.062a2.282 2.282 0 1 0 1.23-4.21zm-.01 3.808a1.526 1.526 0 0 1-1.45-1.978c.118.265.383.45.693.452a.76.76 0 1 0 .313-1.454 1.526 1.526 0 0 1 1.972 1.46 1.525 1.525 0 0 1-1.528 1.52zm-4.57-.013a1.526 1.526 0 0 1-1.52-1.528 1.526 1.526 0 0 1 1.98-1.45.758.758 0 0 0-.453.692.76.76 0 1 0 1.455.314 1.527 1.527 0 0 1-1.461 1.972z"/></svg>
<svg class="tc-image-horizon tc-image-button" width="22pt" height="22pt" viewBox="0 0 2149 1396"><path d="M0 1301q0-42 30-66 22-25 67-25h1956q40 0 68 26t28 65q0 38-28.5 66.5T2053 1396H97q-40 0-68.5-28.5T0 1301zm210-884q0-42 25-67 27-28 69-28 37 0 64 28l160 160q29 29 29 67 0 37-29 66-24 29-64.5 28.5T395 643L235 483q-25-24-25-66zm313 596q-7 25 16 25h159q11 0 24-18 48-102 142-162t209-60q116 0 212 60t144 162q13 18 24 18h158q20 0 16-25-54-181-207.5-294T1073 606q-192 0-344 113t-206 294zm459-689V96q0-40 26-68t65-28q40 0 67 27.5t27 68.5v228q0 41-27 68t-67 27q-39 0-65-27.5T982 324zm610 253q0-38 27-67l164-160q25-28 66-28 39 0 64 27t25 68q0 42-25 66l-158 160q-27 27-60 30-36 4-69.5-26t-33.5-70z"/></svg>
<svg class="tc-image-horizon-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 2325 1798"><path d="M0 1163q0-42 29-66 23-24 66-24h222q39 0 64.5 25.5T407 1163q0 38-26 65t-64 27H95q-39 0-67-27t-28-65zm99 542q0-37 28-65 26-25 65-25h1942q39 0 66 26t27 64-27.5 65.5-65.5 27.5H192q-38 0-65.5-27.5T99 1705zM317 407q0-41 25-63 27-29 66-29 38 0 65 29l154 156q28 26 28 64 0 40-25.5 65.5T565 655q-35 0-64-26L342 472q-25-22-25-65zm277 756q0 139 57 249 5 15 26 15h178q12 0 14.5-6.5T862 1403q-85-104-85-240 0-159 114-271t272-112q159 0 271.5 112t112.5 271q0 137-85 240-6 10-6 13-1 5 3 8t11 3h181q14 0 22-15 60-113 60-249 0-153-77-284.5T1447.5 670 1163 593t-284.5 77-208 208.5T594 1163zm477-846V94q0-38 27-66t65-28 66 28 28 66v223q0 38-28 66t-66 28-65-28-27-66zm600 247q0-39 26-64l154-156q27-29 66-29 40 0 66.5 26.5T2010 407q0 41-24 65l-161 157q-26 24-63 24-40 1-65.5-24t-25.5-65zm248 599q0-43 26-66 23-24 63-24h223q39 0 66.5 25.5t27.5 64.5q0 38-28 65t-66 27h-223q-37 0-63-27t-26-65z"/></svg>
<svg class="tc-image-horizontal-rule tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 10"><path d="M1 4h2v2h1V0H3v3H1V0H0v6h1V4zm9 2V4H9v2h1zm0-3V1H9v2h1zM7 3V1h2V0H6v6h1V4h2V3H7zm-7 7h10V8H0v2z"/></svg>
<svg class="tc-image-hospital tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44 48"><path d="M34 0c-.55 0-1 .45-1 1v14c0 .55-.45 1-1 1H12c-.55 0-1-.45-1-1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v46c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V31c0-.55.45-1 1-1h20c.55 0 1 .45 1 1v16c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1h-9z"/></svg>
<svg class="tc-image-hospital-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.000000953674316 11.000000953674316"><path d="M10 4H7V1a1.08 1.08 0 0 0-1-1H5a1.08 1.08 0 0 0-1 1v3H1a1.08 1.08 0 0 0-1 1v1a1.08 1.08 0 0 0 1 1h3v3a1.08 1.08 0 0 0 1 1h1a1.08 1.08 0 0 0 1-1V7h3a1.08 1.08 0 0 0 1-1V5a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-hospital-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M6 0c-.6 0-1 .4-1 1v4H1c-.6 0-1 .4-1 1v1c0 .6.4 1 1 1h4v4c0 .6.4 1 1 1h1c.6 0 1-.4 1-1V8h4c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1H8V1c0-.6-.4-1-1-1H6z"/></svg>
<svg class="tc-image-hospital-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1792"><path d="M384 1312v64q0 13-9.5 22.5T352 1408h-64q-13 0-22.5-9.5T256 1376v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5T352 1152h-64q-13 0-22.5-9.5T256 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm256 0v64q0 13-9.5 22.5T608 1152h-64q-13 0-22.5-9.5T512 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM384 800v64q0 13-9.5 22.5T352 896h-64q-13 0-22.5-9.5T256 864v-64q0-13 9.5-22.5T288 768h64q13 0 22.5 9.5T384 800zm768 512v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256-256v64q0 13-9.5 22.5T864 1152h-64q-13 0-22.5-9.5T768 1120v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM640 800v64q0 13-9.5 22.5T608 896h-64q-13 0-22.5-9.5T512 864v-64q0-13 9.5-22.5T544 768h64q13 0 22.5 9.5T640 800zm512 256v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zM896 800v64q0 13-9.5 22.5T864 896h-64q-13 0-22.5-9.5T768 864v-64q0-13 9.5-22.5T800 768h64q13 0 22.5 9.5T896 800zm256 0v64q0 13-9.5 22.5T1120 896h-64q-13 0-22.5-9.5T1024 864v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm-256 864h384V512h-256v32q0 40-28 68t-68 28H480q-40 0-68-28t-28-68v-32H128v1152h384v-224q0-13 9.5-22.5t22.5-9.5h320q13 0 22.5 9.5t9.5 22.5v224zm0-1184V160q0-13-9.5-22.5T864 128h-64q-13 0-22.5 9.5T768 160v96H640v-96q0-13-9.5-22.5T608 128h-64q-13 0-22.5 9.5T512 160v320q0 13 9.5 22.5T544 512h64q13 0 22.5-9.5T640 480v-96h128v96q0 13 9.5 22.5T800 512h64q13 0 22.5-9.5T896 480zm512-32v1280q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V448q0-26 19-45t45-19h320V96q0-40 28-68t68-28h448q40 0 68 28t28 68v288h320q26 0 45 19t19 45z"/></svg>
<svg class="tc-image-host tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M12.5 4h-11C.673 4 0 3.327 0 2.5v-1C0 .673.673 0 1.5 0h11c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5zm-11-3c-.275 0-.5.225-.5.5v1c0 .275.225.5.5.5h11c.275 0 .5-.225.5-.5v-1c0-.275-.225-.5-.5-.5h-11zm1 .5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zM12 2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h2A.5.5 0 0 0 12 2zm.5 7h-11C.673 9 0 8.327 0 7.5v-1C0 5.673.673 5 1.5 5h11c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5zm-11-3c-.275 0-.5.225-.5.5v1c0 .275.225.5.5.5h11c.275 0 .5-.225.5-.5v-1c0-.275-.225-.5-.5-.5h-11zm1 .5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zM12 7a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h2A.5.5 0 0 0 12 7zm.5 7h-11C.673 14 0 13.327 0 12.5v-1c0-.827.673-1.5 1.5-1.5h11c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5zm-11-3c-.275 0-.5.225-.5.5v1c0 .275.225.5.5.5h11c.275 0 .5-.225.5-.5v-1c0-.275-.225-.5-.5-.5h-11zm1 .5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm7.5.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-hot tc-image-button" width="22pt" height="22pt" viewBox="0 0 2318 2157"><path d="M0 1150q0-38 29-65 27-27 66-27h220q38 0 64.5 27t26.5 65q0 40-26.5 67t-64.5 27H95q-40 0-67.5-27T0 1150zm312-748q0-37 26-66 30-27 70-27 34 0 63 27l155 158q27 25 27 64 0 38-26.5 64.5T563 649q-41 0-65-27L338 468q-26-28-26-66zm278 748q0-113 45.5-217.5t122-180 181.5-121 219-45.5q153 0 284 76.5T1649 869t76 281q0 24-3 45-45-27-103-27-39 0-77 16 1-11 1-34 0-156-113-266.5T1158 773q-158 0-270.5 110.5T775 1150v19q-47 3-90 27-1 1-11 8t-20 14.5-25 20-28 25.5q-11-51-11-114zm3 390v-16q-1-15 2-35 8-57 45-109 21-26 29-33 1-3 4-6l4-4q4-2 13-11 3-4 8.5-8t7.5-6q8-8 15-11l18-12q23-15 53-15h3q16 0 28 3 5 2 14 7v1q23 10 36.5 30.5T887 1360q0 27-15 45-10 14-24 25-3 1-6.5 3t-4.5 2l-6 4q-6 5-10.5 9t-11.5 11.5-12 14.5-9.5 16.5-5.5 18.5v16q6 24 12 38 11 22 36 47 2 3 26 27 138 125 129 267-3 48-22.5 92.5t-45.5 75-42 45.5-27 22q-1 1-6 4.5t-8 4.5q-13 6-23 7-14 2-21 2-48 0-76-32-23-28-19-63t35-57l2-2q2-2 5-4.5t7.5-6.5 9-9 9-11 9-12.5 9-14.5 7.5-16 5-17.5 2-18.5q3-32-16-64-8-17-24-35-11-13-16-17-15-18-16-19-3-2-7.5-6t-6.5-5q-24-22-36-38-20-25-26-34-31-42-42-83-7-23-8-34 0-3-2-8.5t-2-9.5zm414-36q0-9 1-15 4-35 21-68.5t37.5-56.5 40-40.5 33.5-26.5l13-8q24-15 53-15 18 0 32 3 1 0 5.5 2.5t6.5 4.5q2 0 3 1 1 0 8 5 32 19 40 58 0 3 .5 7t.5 5q0 5-2 12.5t-2 9.5q-11 36-45 53-53 35-56 74-1 13 0 23 4 19 18 42 18 26 26 34 25 25 30 29 20 18 50 54 87 104 79 213-3 48-22.5 93t-45.5 74.5-43 45.5-27 22l-13 9q-17 6-22 7-18 2-21 2h-3q-13 0-20-2-3 0-8.5-1.5t-7.5-1.5q-1 0-3-1t-4-2.5-3-1.5q-24-17-28-22-25-29-20-63.5t36-56.5l3-4q4-3 9.5-8.5l12.5-12.5 13.5-17 12.5-20.5 9.5-23.5 4.5-26q2-64-74-135-30-27-47-46-89-105-82-208zm58-1190V93q0-39 27.5-66T1158 0q39 0 66 27t27 66v221q0 38-27 63t-66 25q-38 0-65.5-25t-27.5-63zm358 1175q4-35 21-68.5t37.5-56.5 40-40.5 32.5-26.5l14-8q4-3 11-8 18-7 40-7 54 0 82 41 8 11 11 24 2 4 2 9v12q0 50-48 75-51 34-56 74-6 54 73 128 140 124 131 267-3 48-22.5 92.5t-46 75-42 45.5-26.5 22q-26 16-44 17-5 1-16 1-48 0-74-32-24-28-20-63t34-57q5-2 19-15t30.5-41 18.5-56q3-64-75-135-66-58-100-124-36-70-27-145zm244-931q0-40 24-64l156-158q29-27 65-27 38 0 65.5 27.5T2005 402q0 40-28 66l-158 154q-29 27-65 27-37 0-62-26.5t-25-64.5zm246 592q0-35 28-65 25-27 62-27h220q38 0 66.5 27.5t28.5 64.5q0 39-28 66.5t-67 27.5h-220q-39 0-64.5-27t-25.5-67z"/></svg>
<svg class="tc-image-hot-tub tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38"><g transform="translate(-4 -6)"><circle cx="14" cy="12" r="4"/><path d="M22.3 24c-.61-.45-1.17-.93-1.64-1.44l-2.8-3.1a4.29 4.29 0 0 0-1.38-1 4.45 4.45 0 0 0-1.92-.46h-.06c-2.48 0-4.5 2.02-4.5 4.5V24H4v16c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V24H22.3zM14 40h-4V28h4v12zm8 0h-4V28h4v12zm8 0h-4V28h4v12zm8 0h-4V28h4v12zm-.69-28.29l-.14-.13c-1.15-1.23-1.63-2.82-1.34-4.39L36 6h-3.78l-.13.85c-.41 2.72.54 5.43 2.6 7.43l.13.12c1.15 1.23 1.64 2.83 1.35 4.4l-.22 1.2h3.83l.13-.85c.4-2.72-.54-5.43-2.6-7.44zm-8 0l-.14-.13c-1.15-1.23-1.63-2.82-1.34-4.39L28 6h-3.78l-.13.85c-.41 2.72.54 5.43 2.6 7.43l.13.12c1.15 1.23 1.64 2.83 1.35 4.4l-.22 1.2h3.83l.13-.85c.4-2.72-.54-5.43-2.6-7.44z"/></g></svg>
<svg class="tc-image-hotel tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.666015625 640"><path d="M255.999 341.333c70.613 0 128-57.387 128-128s-57.387-128-128-128-128 57.387-128 128 57.387 128 128 128zm512-256H426.666V384H85.333V0H0v640h85.333V512h768v128h85.333V256c0-94.293-76.373-170.667-170.667-170.667z"/></svg>
<svg class="tc-image-hour-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 896.001708984375 1024"><path d="M664.994 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64H3.482a589.397 589.397 0 0 0-3.48 64c0 192.792 93.254 360.666 231.006 448C93.256 599.334.002 767.208.002 960a589.85 589.85 0 0 0 3.478 64h889.042A589.85 589.85 0 0 0 896 960c.002-192.792-93.252-360.666-231.006-448zM96.002 960c0-186.912 80.162-345.414 224-397.708V461.706c-143.838-52.29-224-210.792-224-397.706h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zm459.627-290.406c-71.654-40.644-75.608-93.368-75.626-125.366V480c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336H243.212c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366V544c0 31.992-3.804 84.914-75.744 125.664C267.639 711.844 213.522 795.348 197.17 896h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z"/></svg>
<svg class="tc-image-hourglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 38"><path d="M13.73 22.288a.731.731 0 1 1 0 1.462.731.731 0 0 1 0-1.462zm0 2.68a.73.73 0 1 1 0 1.461.73.73 0 0 1 0-1.461zM0 0h26v4h-3c-.501 3.46-2.162 12.44-7.026 15 4.864 2.56 6.525 11.54 7.026 15h3v4H0v-4h3c.501-3.46 2.162-12.44 7.026-15C5.162 16.44 3.501 7.46 3 4H0V0zm6.5 4s.646 4.724 2.093 8.418c2.356-1.117 6.996-2.92 9.204-1.057C18.984 7.945 19.5 4 19.5 4h-13zm13.026 30S17.385 20.462 13 20.462c-3.796 0-6 10.244-6.51 12.89 2.274-1.623 5.9-4.608 6.875-5.583 0 0 2.704 4.517 5.303 6.231h.858z"/></svg>
<svg class="tc-image-hourglass-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1408 128q0 261-106.5 461.5T1035 896q160 106 266.5 306.5T1408 1664h96q14 0 23 9t9 23v64q0 14-9 23t-23 9H32q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h96q0-261 106.5-461.5T501 896Q341 790 234.5 589.5T128 128H32q-14 0-23-9T0 96V32Q0 18 9 9t23-9h1472q14 0 23 9t9 23v64q0 14-9 23t-23 9h-96zm-128 0H256q0 66 9 128h1006q9-61 9-128zm0 1536q0-130-34-249.5t-90.5-208-126.5-152T883 960H653q-76 31-146 94.5t-126.5 152-90.5 208-34 249.5h1024z"/></svg>
<svg class="tc-image-hourglass-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1408 128q0 261-106.5 461.5T1035 896q160 106 266.5 306.5T1408 1664h96q14 0 23 9t9 23v64q0 14-9 23t-23 9H32q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h96q0-261 106.5-461.5T501 896Q341 790 234.5 589.5T128 128H32q-14 0-23-9T0 96V32Q0 18 9 9t23-9h1472q14 0 23 9t9 23v64q0 14-9 23t-23 9h-96zm-128 0H256q0 206 85 384h854q85-178 85-384zm-57 1216q-54-141-145.5-241.5T883 960H653q-103 42-194.5 142.5T313 1344h910z"/></svg>
<svg class="tc-image-hourglass-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1408 128q0 261-106.5 461.5T1035 896q160 106 266.5 306.5T1408 1664h96q14 0 23 9t9 23v64q0 14-9 23t-23 9H32q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h96q0-261 106.5-461.5T501 896Q341 790 234.5 589.5T128 128H32q-14 0-23-9T0 96V32Q0 18 9 9t23-9h1472q14 0 23 9t9 23v64q0 14-9 23t-23 9h-96zM874 836q77-29 149-92.5T1152.5 591t92.5-210 35-253H256q0 132 35 253t92.5 210T513 743.5 662 836q19 7 30.5 23.5T704 896t-11.5 36.5T662 956q-137 51-244 196h700q-107-145-244-196-19-7-30.5-23.5T832 896t11.5-36.5T874 836z"/></svg>
<svg class="tc-image-hourglass-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 38"><path d="M0 0v10l9 9-9 9v10h24V28l-9-9 9-9V0H0zm20 29v5H4v-5l8-8 8 8zm-8-12L4 9V4h16v5l-8 8z"/></svg>
<svg class="tc-image-hourglass-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 40"><path d="M20 0H0v11h.02l-.02.02L8.98 20 0 28.98l.02.02H0v11h24V29h-.02l.02-.02L15.02 20 24 11.02l-.02-.02H24V0h-4z"/></svg>
<svg class="tc-image-hourglass-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1408 128q0 261-106.5 461.5T1035 896q160 106 266.5 306.5T1408 1664h96q14 0 23 9t9 23v64q0 14-9 23t-23 9H32q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h96q0-261 106.5-461.5T501 896Q341 790 234.5 589.5T128 128H32q-14 0-23-9T0 96V32Q0 18 9 9t23-9h1472q14 0 23 9t9 23v64q0 14-9 23t-23 9h-96zM874 836q77-29 149-92.5T1152.5 591t92.5-210 35-253H256q0 132 35 253t92.5 210T513 743.5 662 836q19 7 30.5 23.5T704 896t-11.5 36.5T662 956q-77 29-149 92.5T383.5 1201 291 1411t-35 253h1024q0-132-35-253t-92.5-210-129.5-152.5T874 956q-19-7-30.5-23.5T832 896t11.5-36.5T874 836z"/></svg>
<svg class="tc-image-houzz tc-image-button" width="22pt" height="22pt" viewBox="0 0 294.4000244140625 512"><path d="M147.2 512V344l147.2-88v169.6zm0-337.6l147.2 83.2V86.4l-147.2 88zM0 260.8L147.2 344 0 430.4V260.8zM147.2 0L0 86.4v174.4l147.2-86.4V0z"/></svg>
<svg class="tc-image-html-five tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.109000205993652 16"><path d="M0 0l1.284 14.4L7.046 16l5.777-1.602L14.109 0H.001zm11.314 4.71H4.556l.161 1.809h6.437l-.485 5.422-3.623 1.004-3.618-1.004-.247-2.774h1.773l.126 1.41 1.967.53.004-.001 1.968-.531.204-2.29H3.102l-.476-5.341h8.847l-.158 1.766z"/></svg>
<svg class="tc-image-html-five2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.109000205993652 16"><path d="M0 0l1.284 14.4L7.046 16l5.777-1.602L14.109 0H.001zm11.722 13.482l-4.644 1.287v.007l-.012-.004-.012.004v-.007L2.41 13.482 1.312 1.178H12.82l-1.098 12.304zm-2.5-5.198l-.204 2.29-1.972.532-1.967-.53-.126-1.41H3.18l.247 2.774 3.626 1.003 3.615-1.003.485-5.422H4.716l-.161-1.809h6.758l.158-1.766H2.624l.477 5.341z"/></svg>
<svg class="tc-image-html5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 357.88800048828125 503.8100280761719"><path d="M0 98.817h357.888l-33.792 363.52-145.408 41.473L33.28 462.337zm33.28-30.72V0h23.04v22.529H76.8V0h22.528v68.097H76.801V45.569h-20.48v22.528h-23.04zm33.28 104.96l12.288 136.191.511-1.023h153.602l-5.12 57.855-49.153 13.825-49.664-14.336-3.071-34.816H80.896l6.145 69.648 91.647 26.113 91.664-26.113 12.8-136.704H119.808l-4.096-45.568h171.52l4.113-45.056H66.561v-.015zm43.008-150.016V.001h62.464v23.04h-19.968v45.057h-22.513V23.041h-19.984zm72.192 45.056V0h24.063l13.824 23.553L233.983 0h24.065v68.097h-22.032V33.281l-16.369 25.6v-.513l-15.376-24.063v33.792h-22.51zm88.064 0V0h22.528v45.057h31.728v23.04h-54.256z"/></svg>
<svg class="tc-image-html5_3d_effects tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.60700225830078 20.447999954223633"><path d="M12.261 0L6.453 1.88l12.58 4.07v8.027l-8.383 2.711-7.074-2.287V6.538l6.836 2.213 5.808-1.879L3.622 2.795 0 3.967v13.036l10.649 3.445 11.958-3.869V3.349z"/></svg>
<svg class="tc-image-html5_connectivity tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.566001892089844 16.930999755859375"><path d="M16.963 12.75h2.801V6.024l-3.156-3.156-1.981 1.981 2.335 2.336v5.565zm2.808 1.404H10l-2.335-2.336.99-.99 1.929 1.929h3.969l-3.91-3.917.998-.998 3.91 3.91V7.783l-1.922-1.922.983-.983L9.756 0H0l2.794 2.794v.007h5.795l2.047 2.047-2.993 2.993-2.047-2.047V4.205H2.795v2.749l4.848 4.848-1.973 1.973 3.156 3.156h13.74l-2.794-2.779z"/></svg>
<svg class="tc-image-html5_device_access tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.63100242614746 21.339000701904297"><path d="M16.408 4.59L20.998 0h-4.919l-4.763 4.763L6.553 0H1.634l4.59 4.59H0v16.749h8.189l3.126-3.127 3.127 3.127h8.189V4.59h-6.224zm-5.092 8.701L6.749 17.86h-3.27V8.068h15.674v9.792h-3.269l-4.568-4.569z"/></svg>
<svg class="tc-image-html5_multimedia tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.684999465942383 17.381000518798828"><path d="M22.673 0H17.67l-3.535 3.535h5.003zM11.364 3.535L14.899 0H9.897L6.36 3.535zm7.783 10.308H3.539V3.569L7.107 0H2.103L0 2.103v15.278h22.685V3.535h-3.538z"/></svg>
<svg class="tc-image-http tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 12"><path d="M7 4H3V0H0v12h3V7h4v5h3V0H7v4zm5-1h3v9h3V3h3V0h-9v3zm11 0h3v9h3V3h3V0h-9v3zm18-3h-7v12h3V8h4c1.7 0 3-1.3 3-3V3c0-1.7-1.3-3-3-3zm0 5h-4V3h4v2z"/></svg>
<svg class="tc-image-https tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 42"><path d="M28 14h-2v-4c0-5.52-4.48-10-10-10S6 4.48 6 10v4H4c-2.21 0-4 1.79-4 4v20c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V18c0-2.21-1.79-4-4-4zM16 32c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm6.2-18H9.8v-4c0-3.42 2.78-6.2 6.2-6.2 3.42 0 6.2 2.78 6.2 6.2v4z"/></svg>
<svg class="tc-image-hubot tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 12"><path d="M3 4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H3zm8 1.75L9.75 7h-1.5L7 5.75 5.75 7h-1.5L3 5.75V5h.75L5 6.25 6.25 5h1.5L9 6.25 10.25 5H11v.75zM5 9h4v1H5V9zm2-9C3.14 0 0 2.91 0 6.5V11c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6.5C14 2.91 10.86 0 7 0zm6 11H1V6.5C1 3.41 3.64.91 7 .91s6 2.5 6 5.59V11z"/></svg>
<svg class="tc-image-hulf-of-circle-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 512"><path d="M0 0v512c141.4 0 256-114.6 256-256S141.4 0 0 0z"/></svg>
<svg class="tc-image-hulu tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 5.284999847412109"><path fill-rule="nonzero" d="M2.517 1.648H1.71c-.28 0-.436.062-.436.062V0H0v5.283h1.274V3.172c0-.217.155-.373.342-.373h.745c.188 0 .343.156.343.342v2.144h1.274v-2.3c0-.963-.653-1.336-1.46-1.336m12.21 0v2.112a.345.345 0 0 1-.343.342h-.745a.345.345 0 0 1-.343-.342V1.648h-1.274v2.237c0 .9.59 1.398 1.46 1.398h1.243c.808 0 1.274-.558 1.274-1.397V1.648h-1.274zM7.55 3.76a.345.345 0 0 1-.342.342h-.746a.345.345 0 0 1-.342-.342V1.648H4.847v2.237c0 .9.59 1.398 1.46 1.398H7.55c.807 0 1.273-.558 1.273-1.397V1.648H7.55V3.76zm2.267 1.523h1.274V.002H9.818v5.28z"/></svg>
<svg class="tc-image-humidity tc-image-button" width="22pt" height="22pt" viewBox="0 0 1580 2040"><path d="M0 1252q0-141 77-323.5T275 575Q525 245 708 77l80-77q40 42 88 77 66 67 201 222.5T1308 582q114 162 193 346.5t79 323.5q0 160-62 305.5T1350.5 1809 1098 1977.5 788 2040q-160 0-305.5-60.5t-251.5-165-168.5-251T0 1252zm241-313q0 133 56 212t170 79q115 0 171.5-78.5T696 939q-1-134-57.5-213T467 647q-114 0-170 79t-56 213zm168 0q0-24 .5-37t2-35 5-34.5 9.5-26 16.5-19.5 24.5-6q22 0 35 13t18.5 41 6.5 48 1 56-1 55.5-6.5 47.5-18.5 41-35 13q-14 0-24.5-6t-16.5-19.5-9.5-26-5-34.5-2-34.5-.5-36.5zm62 827h141l532-1146h-144zm459-319q2 134 58.5 213t170.5 79q115 0 170.5-78.5T1386 1447q-1-134-56.5-212.5T1159 1156q-114 0-170.5 78.5T930 1447zm168 0q0-36 1-55.5t6.5-47.5 18.5-41 35-13q15 0 25.5 6t17 20 10.5 25.5 5 34.5l1.5 34.5.5 36.5q0 26-.5 37.5l-1.5 34.5-5 34.5-10.5 25.5-17 20-25.5 6q-22 0-35-13t-18.5-41-6.5-48-1-56z"/></svg>
<svg class="tc-image-hurricane tc-image-button" width="22pt" height="22pt" viewBox="0 0 834.6666259765625 1669.333251953125"><path d="M.667 840.333v-2q-1-13 .5-39t10.5-86 26.5-123 54.5-144 87.5-154 133.5-148.5 185-132.5q25-14 52.5-6t40.5 33q14 25 6.5 53t-32.5 42q-210 115-323 325 86-40 174-40 172 0 295 122.5t123 294.5q0 13-.5 25.5t-4.5 55-12 82-25 99-40.5 113-62 117.5-86 119.5-115.5 112-148 101.5q-15 9-33 9-41 0-62-37-14-25-6-52.5t33-40.5q215-120 326-329-87 41-182 41-111 0-206.5-55t-152-150-57.5-206zm181-5q0 98 69 167t166 69q91 0 158.5-60.5t77.5-150.5l1-24q0-4 1-5-1-96-70.5-162.5t-167.5-66.5q-89 0-155.5 58t-77.5 145l-2 27v3z"/></svg>
<svg class="tc-image-hurricane-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 1118 1829"><path d="M0 1829V0h121v1829H0zm206-328V797h912v704H206zm0-797V0h912v704H206zm252 583h406v-268H458v268zm0-797h406V223H458v267z"/></svg>
<svg class="tc-image-hurt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M384 0c-64 0-96.2 27.6-128 64-31.8-36.4-64-64-128-64S0 42.7 0 170.7c0 64 64 192 256 298.7 192-106.7 256-234.7 256-298.7C512 42.7 448 0 384 0z"/></svg>
<svg class="tc-image-hurt-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M384 0c-64 0-96.2 27.6-128 64-31.8-36.4-64-64-128-64S0 42.7 0 170.7c0 64 64 192 256 298.7 192-106.7 256-234.7 256-298.7C512 42.7 448 0 384 0zM256 420.2C81.7 316.8 42.7 205.9 42.7 170.7c0-58.4 14.8-128 85.3-128 44.8 0 66.6 15.9 95.9 49.4L256 128l32.1-35.9c29.3-33.5 51.1-49.4 95.9-49.4 70.5 0 85.3 69.6 85.3 128 0 35.2-39 146.1-213.3 249.5z"/></svg>
<svg class="tc-image-hurt-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M384 0L256 128h106.7L149.3 341.4l85.4-170.7H128l89.6-143.4C194.9 10.7 167.5 0 128 0 64 0 0 42.7 0 170.7c0 64 64 192 256 298.7 192-106.7 256-234.7 256-298.7C512 42.7 448 0 384 0z"/></svg>
<svg class="tc-image-i-cursor tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1792"><path d="M832 128q-320 0-320 224v416h128v128H512v544q0 224 320 224h64v128h-64q-272 0-384-146-112 146-384 146H0v-128h64q320 0 320-224V896H256V768h128V352q0-224-320-224H0V0h64q272 0 384 146Q560 0 832 0h64v128h-64z"/></svg>
<svg class="tc-image-ice-cream-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 11.104652404785156"><path d="M1.5 6.11a2.49 2.49 0 0 0 1.5-.5c.432.326.959.5 1.5.5l-1 4.69a.5.5 0 0 1-.92 0L1.5 6.11zm3-4h-.09a1.5 1.5 0 1 0-2.82 0H1.5A1.5 1.5 0 1 0 3 3.61a1.5 1.5 0 1 0 1.5-1.5z"/></svg>
<svg class="tc-image-ice-cream-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 14.162774085998535"><path d="M2 8.329a3.48 3.48 0 0 0 2-.63c.464.323 1 .53 1.56.6H6l-1.44 5.56a.5.5 0 0 1-.92 0L2 8.329zm6-3.5a2 2 0 1 1-4 0 2 2 0 1 1-2-2h.12a2 2 0 1 1 3.75 0H6a2 2 0 0 1 2 2z"/></svg>
<svg class="tc-image-ice-fishing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 45.555999755859375"><path d="M48 45.395c-11 .161-22.9-1.992-31.994-9.25l.074-.209c0-.161.218-.3.392-.3l8.981.012c.443 0 .813-.348.813-.788 0-.323-.143-.544-.479-.718l-8.089-3.843a.499.499 0 0 1-.253-.451c0-.151-.252-.278-.159-.371 0 0 9.713-8.67 30.713-8.473v24.391zM29.639 31.664a1.916 1.916 0 0 0 1.922-1.908c0-1.055-.861-1.9-1.922-1.9-1.049 0-1.91.846-1.91 1.9 0 1.052.861 1.908 1.91 1.908zM0 0h9v7H0zm18 0h30v7H18zm-5 10.5c-1 .243-1.299.961-1.299 1.793 0 .834.299 1.552 1.299 1.818v11.75c0 1.516-1.442 2.731-2.968 2.731-1.514 0-2.85-1.216-2.85-2.731 0-.37.013-.729.153-1.054l.088.093.953.881-.613-5.361-1.576 3.613c-.477 1.111-.363 1.828-.363 1.828 0 2.188 1.883 3.971 4.084 3.971 2.213 0 4.09-1.783 4.09-3.971V14.088c1-.267 1.281-.972 1.281-1.795 0-.833-.281-1.551-1.281-1.816V0h-1v10.5z"/></svg>
<svg class="tc-image-ice-lolly tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 1300"><path d="M275 0h150q103 0 189 86t86 189v500q0 41-42 83t-83 42H125q-41 0-83-42T0 775V275Q0 172 86 86T275 0zm225 1000v225q0 21-27 48t-48 27H275q-21 0-48-27t-27-48v-225h300z"/></svg>
<svg class="tc-image-ice-lolly-tasted tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 1300"><path d="M275 0h96q0 150 89.5 239.5T700 329v446q0 41-42 83t-83 42H125q-41 0-83-42T0 775V275Q0 172 86 86T275 0zm225 1000v225q0 21-27 48t-48 27H275q-21 0-48-27t-27-48v-225h300z"/></svg>
<svg class="tc-image-ice-skating tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 48.619998931884766"><path d="M41.633 8.803C44.05 8.803 46 6.828 46 4.401 46 1.969 44.05 0 41.633 0c-2.404 0-4.354 1.969-4.354 4.401-.001 2.427 1.95 4.402 4.354 4.402zM29 47h12s1-.103 1-1v-1h1s.411 2.709-1.857 3H29v-1zM1 38l8 8s.659.248 1.291-.384l.632-.637L12 46s-1.795 2.62-3.604 1.207L0 38.727 1 38zm30.905-3.248l.014 7.968c0 1.498 1.056 2.711 2.54 2.711 1.361 0 2.541-1.585 2.541-2.711V31.632c0-.772-.174-1.473-.688-1.967l-6.38-6.488 8.586-8.63c1.607-2.024.778-4.451.778-4.451-.883-2.692-3.902-2.785-3.902-2.785l-22.029-.006a2.137 2.137 0 0 0-2.126 2.147c0 1.195.958 2.148 2.13 2.148l15.212.024-6.402 6.438c-.919.947-1.385 2.012-1.385 3.404a4.74 4.74 0 0 0 1.411 3.405l9.7 9.881zm-11.063-8.666a4.92 4.92 0 0 1-.563-.644L7.567 38.3a2.693 2.693 0 0 0-.698 3.299 2.632 2.632 0 0 0 4.053.83L23.97 29.237l-3.128-3.151z"/></svg>
<svg class="tc-image-icecream tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.1000061035156 448"><path d="M32.1 224l128 224 128-224zm274.5-83.4c-.8-.4-1.5-.8-2.3-1.3-4.4-2.8-8.4-8.5-8.7-12.7l.1-.7c3.2-9 5-19.2 5-29.8 0-53.1-43-96.1-96.1-96.1-31.4 0-59.2 15-76.8 38.3 0 0-9.1 14-10.8 29 0 0 1.1-19.4 4.2-31.5-7.4-2.5-15.4-3.8-23.6-3.8C55.9 32 22 65.8 22 107.6c0 6.4.8 12.6 2.3 18.5 0 .4-.1.7-.2 1-.9 5.1-4 9.5-8.4 12.3-.7.5-1.5.9-2.2 1.3-8.2 5-13.5 13.6-13.5 23.4 0 15.4 13.5 28 29.9 28h260.2c16.4 0 29.8-12.5 29.8-28 .2-9.8-5.2-18.5-13.3-23.5z"/></svg>
<svg class="tc-image-IcoMoon tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M259.544 511.998c0-65.416 53.03-118.446 118.446-118.446s118.446 53.03 118.446 118.446-53.03 118.446-118.446 118.446-118.446-53.03-118.446-118.446zM512.004 0C229.23 0 0 229.232 0 512s229.226 512 512.004 512C794.768 1024 1024 794.77 1024 512 1024 229.232 794.77 0 512.004 0zM379.397 959.282C225.44 869.708 121.928 702.958 121.928 512S225.44 154.292 379.39 64.718C533.4 154.28 636.98 321.006 636.98 512c0 190.988-103.58 357.718-257.584 447.282z"/></svg>
<svg class="tc-image-id-card tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 341.4000244140625"><path d="M0 298.7c0 23.5 19.1 42.7 42.7 42.7h426.7c23.5 0 42.7-19.1 42.7-42.7V256H0v42.7zM469.3 0H42.7C19.1 0 0 19.2 0 42.7v170.7h512V42.7C512 19.2 492.9 0 469.3 0z"/></svg>
<svg class="tc-image-id-card-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 384"><path d="M426.7 0H384v85.3h42.7V0zM128 0H85.3v85.3H128V0zm341.3 42.7H448v64h-85.3v-64H149.3v64H64v-64H42.7C19.1 42.7 0 61.8 0 85.3v256C0 364.9 19.1 384 42.7 384h426.7c23.5 0 42.7-19.1 42.7-42.7v-256c-.1-23.5-19.2-42.6-42.8-42.6zM192 320H42.7V170.7H192V320zm149.3-21.3H234.7V256h106.7v42.7zm128-64H234.7V192h234.7v42.7z"/></svg>
<svg class="tc-image-idea tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1073.2679443359375 1200"><path d="M504.298 0v190.423h64.679V0h-64.685zm-264.11 57.225l-52.992 37.103 109.202 155.946 52.964-37.103L240.188 57.225zm592.887 0L723.902 213.171l52.971 37.103L886.076 94.328l-52.993-37.103zm-296.45 185.3c-158.227 0-286.494 96.083-286.494 214.624l162.772 492.949h247.47l162.759-492.949c0-118.54-128.258-214.624-286.493-214.624zM22.099 299.673L0 360.487l178.85 65.115 22.18-60.785-178.935-65.144zm1029.063 0l-178.936 65.148 22.106 60.792 178.936-65.124-22.106-60.816zM192.391 577.68l-183.9 49.327 16.686 62.43 183.9-49.254-16.683-62.503zm688.48 0l-16.673 62.501 183.9 49.248 16.673-62.432-183.9-49.318zM409.297 986.032v85.685h254.686v-85.672H409.295zm0 128.283V1200h254.686v-85.672H409.295z"/></svg>
<svg class="tc-image-idea-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm-20.361 221.777h40.722v120.044H579.64V221.777zm-166.553 36.035l68.848 98.292-33.399 23.437-68.847-98.291 33.398-23.438zm373.828 0l33.398 23.438-68.847 98.291-33.399-23.437 68.848-98.292zM600 374.634c99.754 0 180.615 60.549 180.615 135.278L678.003 820.68H521.997L419.385 509.912c0-74.73 80.867-135.278 180.615-135.278zm-324.39 36.035l112.793 41.089-13.989 38.305-112.72-41.088 13.916-38.306zm648.78 0l13.916 38.306-112.793 41.088-13.916-38.305 112.793-41.09zM382.983 585.938l10.547 39.404-115.942 31.054-10.547-39.404 115.942-31.054zm434.034 0l115.942 31.054-10.547 39.404-115.942-31.054 10.547-39.404zm-297.29 257.446h160.546v53.98H519.727v-53.98zm0 80.86h160.546v53.979H519.727v-53.98z"/></svg>
<svg class="tc-image-ideal tc-image-button" width="22pt" height="22pt" viewBox="0 0 530.6539916992188 462.68206787109375"><path d="M58.983 260.433h85.034v141.201H58.983V260.433zm91.465-70.588c0 26.588-21.553 48.141-48.14 48.141s-48.142-21.553-48.142-48.141c0-26.588 21.553-48.141 48.141-48.141 26.587 0 48.141 21.553 48.141 48.141zm362.15-62.933c-11.469-28.817-28.408-53.32-50.36-72.824C423.582 19.733 369.323 1.156 305.088.102V0H0v462.682l305.088-.089c66.641-.909 119.437-17.464 156.898-49.336 45.563-38.767 68.668-99.973 68.668-181.918 0-39.168-6.076-74.304-18.057-104.426zM299.316 431.953H30.734V30.729h268.582c59.128 0 108.408 16.022 142.511 46.327 38.553 34.262 58.1 86.17 58.1 154.283 0 134.993-65.622 200.614-200.61 200.614zm-87.983-251.089c-.977-2.949-2.329-5.252-4.027-6.848-1.673-1.575-3.849-2.658-6.494-3.23-1.447-.324-4.85-.712-12.856-.712h-4.894v48.674h9.724c4.335 0 7.458-.234 9.293-.7 2.27-.563 4.16-1.519 5.615-2.833 1.43-1.293 2.65-3.559 3.627-6.745 1.03-3.367 1.55-8.085 1.55-14.033 0-5.931-.518-10.496-1.537-13.572zm157.346 19.665c-1.413-3.802-5.479-14.733-7.885-21.197-2.364 6.481-6.349 17.416-7.73 21.197h15.615zm44.352-47.799h20.578v66.014h38.114c-7.79-118.118-99.115-150.605-185.157-150.605H183.061v83.934h11.021c6.95 0 12.151.529 15.894 1.621 5.06 1.494 9.46 4.182 13.07 7.992 3.557 3.755 6.301 8.401 8.148 13.807 1.822 5.334 2.748 11.955 2.748 19.682 0 6.818-.87 12.809-2.582 17.797-2.112 6.144-5.188 11.204-9.139 15.04-3.042 2.965-7.163 5.295-12.258 6.929-3.776 1.195-8.824 1.8-15.006 1.8h-11.899v165.048h103.505c89.664 0 185.067-26.931 185.69-165.048h-59.22v-84.01zm-99.81 84.014h-65.353v-84.672h63.821v18.001h-43.242v13.389h40.222v18.001h-40.222v17.285h44.774v17.997zm69.316 0s-6.085-15.821-7.006-18.219h-29.03c-.89 2.445-6.648 18.219-6.648 18.219h-21.939l32.9-84.672h20.241l33.865 84.672h-22.383z"/></svg>
<svg class="tc-image-ie tc-image-button" width="22pt" height="22pt" viewBox="0 0 483.7439880371094 513.199951171875"><path d="M1.025 437.68C0 425.552 1.2 415.408 4.609 407.216c13.312-47.792 29.007-88.576 47.104-122.352 38.911-73.744 92.32-133.824 160.256-180.24v-7.168c-20.144 8.528-40.368 19.712-60.672 33.536-20.32 13.824-37.713 27.648-52.224 41.472-14.512 13.824-27.472 27.04-38.912 39.68-11.424 12.624-20.048 22.864-25.856 30.72l-8.704 11.776c-.689-20.129 2.048-39.76 8.191-58.88 6.145-19.12 13.825-35.152 23.04-48.128 9.217-12.976 18.529-24.4 27.905-34.304 9.391-9.904 17.312-17.232 23.807-22.016l9.729-6.656a201.86 201.86 0 0 0 5.376-2.816c2.223-1.2 6.912-3.504 14.08-6.913A291.392 291.392 0 0 1 160 65.456c7.681-2.912 17.057-5.808 28.16-8.704 11.088-2.912 22.017-4.96 32.77-6.144 10.751-1.2 22.687-1.536 35.839-1.024 13.12.512 25.68 2.48 37.632 5.888 21.84-16.048 43.776-28.496 65.792-37.376 22.015-8.88 38.64-13.824 49.92-14.848l16.896-1.536C444.065 0 457.313 2.816 466.673 10.16c9.392 7.328 14.688 16.72 15.871 28.16 1.2 11.44 1.12 23.04-.256 34.815-1.375 11.777-3.407 21.937-6.16 30.465l-4.591 12.288-2.56-2.56c7.151-19.456 10.656-35.408 10.496-47.872-.176-12.464-3.152-22.096-8.976-28.928-5.792-6.832-12.032-11.776-18.688-14.848-6.656-3.072-12.88-4.784-18.688-5.12l-8.192-1.024c-1.376 0-3.328.08-5.889.256-2.56.175-8.015 1.024-16.383 2.56a192.965 192.965 0 0 0-25.073 6.4c-8.351 2.72-18.687 6.992-30.99 12.8-12.289 5.808-24.065 12.8-35.313 20.992 23.536 3.76 44.528 10.928 62.976 21.504 18.432 10.592 33.104 22.624 44.031 36.096 10.93 13.472 20.225 28 27.905 43.52 7.68 15.536 12.975 30.64 15.872 45.312 2.912 14.672 5.12 28 6.656 39.936 1.536 11.936 2.128 21.504 1.775 28.672l-.496 11.28H184.832c-1.023 14.336.769 26.784 5.376 37.376 4.609 10.576 10.4 18.336 17.409 23.28 6.992 4.96 14 8.8 20.992 11.536 6.992 2.72 13.055 4.272 18.16 4.592l7.68.527c1.376 0 3.328-.095 5.887-.271 2.56-.176 7.073-1.104 13.585-2.816 6.464-1.696 12.352-4.112 17.663-7.168 5.28-3.056 10.577-7.936 15.873-14.592 5.28-6.656 8.96-14.592 11.008-23.808h149.504c-5.456 20.16-13.472 38.4-24.064 54.783-10.576 16.385-22.192 29.633-34.816 39.681s-25.936 18.784-39.936 26.128c-14 7.328-27.392 12.704-40.192 16.128-12.816 3.408-24.4 6.143-34.816 8.192-10.416 2.048-18.688 3.248-24.848 3.584h-9.712c-26.624 0-44.896-1.009-54.784-3.072-20.48 16.064-42.064 28.592-64.768 37.648-22.704 9.056-40.352 14.08-52.992 15.104L68.608 513.2c-15.696 0-28.928-4-39.68-12.032s-17.84-17.584-21.248-28.672-5.632-22.704-6.656-34.816zm38.656-2.816c-.176 8.208.256 15.456 1.28 21.76 1.024 6.304 2.384 11.168 4.096 14.592l2.048 4.608c1.36 1.025 3.248 2.384 5.632 4.096s8.112 4.016 17.152 6.912c9.04 2.912 18.767 4.288 29.183 4.096 10.416-.16 24.4-2.976 41.985-8.432s35.935-14 55.04-25.6c-2.72-.688-6.4-1.631-11.008-2.816-4.608-1.2-13.232-4.288-25.856-9.216-12.64-4.975-24.4-10.336-35.328-16.144-10.928-5.808-22.272-13.904-34.048-24.32s-20.912-21.423-27.392-33.024c-7.505 11.616-13.137 23.04-16.896 34.32-3.76 11.248-5.712 20.976-5.888 29.168zm144.64-217.088h135.664c.336-12.288-1.632-23.04-5.872-32.256-4.288-9.217-9.728-15.872-16.384-19.969-6.656-4.095-13.233-7.327-19.697-9.727-6.496-2.384-12.127-3.76-16.912-4.096l-7.151-.513c-2.064 0-4.624.177-7.68.513s-8.705 1.695-16.896 4.096c-8.193 2.4-15.36 5.632-21.504 9.727-6.145 4.097-11.696 10.752-16.64 19.97-4.96 9.215-7.264 19.967-6.928 32.255z"/></svg>
<svg class="tc-image-IE tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.979801177978516 15.292999267578125"><path d="M12.25 8.799h3.688c.028-.256.04-.517.04-.784a6.835 6.835 0 0 0-.924-3.442c.607-1.614.586-2.984-.227-3.803-.773-.77-2.848-.645-5.194.394A6.876 6.876 0 0 0 2.44 6.345c1.01-1.293 2.072-2.231 3.492-2.913-.129.121-.882.87-1.009.996C1.18 8.17 0 13.058 1.27 14.328c.965.965 2.715.802 4.725-.182a6.836 6.836 0 0 0 3.113.744 6.869 6.869 0 0 0 6.501-4.648h-3.717a3.026 3.026 0 0 1-5.32 0 3.042 3.042 0 0 1-.358-1.432v-.011h6.035zM6.22 6.987c.085-1.517 1.347-2.728 2.887-2.728s2.802 1.21 2.887 2.728H6.22zm8.573-5.454c.524.529.511 1.503.063 2.719a6.895 6.895 0 0 0-3.2-2.619c1.408-.604 2.553-.684 3.137-.1zM2.239 14.087c-.668-.669-.467-2.072.394-3.763a6.902 6.902 0 0 0 2.927 3.581c-1.491.677-2.712.792-3.321.182z"/></svg>
<svg class="tc-image-if tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.48699951171875 13.166000366210938"><path d="M10.797.828c-.047.462-.723.414-.902.414-1.091 0-2.276-.566-2.912 1.765l-.297 1.462h1.502a.5.5 0 0 1 0 1H6.473L5.123 12.1s-.13 1.066-.785 1.025c-.75-.047-.406-1.114-.406-1.114L5.27 5.469H4.238a.494.494 0 0 1-.491-.457c.022-.468.23-.543.491-.543h1.247l.313-1.492c.222-1.057.68-1.945 1.478-2.461C8.073 0 9.385.094 10.012.165c.264.03.844.084.785.663zM2.736 5.01a.5.5 0 1 0-.977-.215L.057 12.449c-.057.255-.026.475.425.597a.494.494 0 0 0 .552-.381L2.736 5.01zm1.002.074c0-.03.007-.045.009-.072-.003-.015-.009-.028-.009-.043v.115zm-.963-3.276a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm7.499 11.132c.256-.214.324-.634.154-.938-.006-.013-.682-1.238-.574-2.994.107-1.714 1.115-2.885 1.139-2.912a.774.774 0 0 0 .037-.949.498.498 0 0 0-.793-.025c-.055.063-1.359 1.543-1.497 3.817-.139 2.239.724 3.775.759 3.841a.53.53 0 0 0 .422.281.5.5 0 0 0 .353-.121zm2.951.071a.511.511 0 0 0 .467-.18c.049-.056 1.189-1.362 1.49-3.583.305-2.254-.684-4-.725-4.07-.174-.303-.523-.372-.779-.157-.256.216-.32.637-.146.938.016.032.775 1.405.545 3.105-.234 1.74-1.133 2.787-1.143 2.797a.777.777 0 0 0-.031.951.53.53 0 0 0 .322.199z"/></svg>
<svg class="tc-image-iframe tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12"><path d="M0 0v12h15V0H0zm7 1v2H1V1h6zM1 7V4h6v3H1zm0 1h4v3H1V8zm13 3H6V8h8v3zm0-4H8V1h6v6z"/></svg>
<svg class="tc-image-illustrator tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.582000732421875 27.006999969482422"><path d="M18.658 8.654c.695 0 1.264-.563 1.264-1.253s-.569-1.253-1.264-1.253c-.695 0-1.264.563-1.264 1.253 0 .695.563 1.253 1.264 1.253zm-1.235 1.097h2.442v9.183h-2.442V9.751zm-7.77 6.104h3.304l.893 3.076h2.501L12.719 6.865H9.683v1.191L6.498 18.931H8.76l.893-3.076zm1.637-6.843l1.221 4.733H10.07l1.22-4.733z"/><path d="M0 0v27.007h27.582V0H0zm25.514 24.881H2.108V2.126h23.406v22.755z"/></svg>
<svg class="tc-image-ils tc-image-button" width="22pt" height="22pt" viewBox="0 0 393.1540222167969 402.2889404296875"><path d="M283.444 283.413c0 5.161-4.046 9.165-9.166 9.165h-45.732c-5.12 0-9.124-3.994-9.124-9.165V141.701c0-42.823-34.867-77.721-77.72-77.721h-77.68v329.144c0 5.161-4.046 9.165-9.166 9.165H9.124c-5.12 0-9.124-3.994-9.124-9.165V9.165C0 4.004 3.993 0 9.124 0h132.577c78.306 0 141.742 63.437 141.742 141.701v141.712zm109.71-22.825c0 78.264-63.437 141.701-141.742 141.701H118.835c-5.12 0-9.124-3.994-9.124-9.165V118.877c0-5.161 3.993-9.165 9.124-9.165h45.732c5.12 0 9.165 3.993 9.165 9.165V338.31h77.68c42.865 0 77.721-34.908 77.721-77.721V9.166c0-5.161 3.994-9.165 9.124-9.165h45.732c5.12 0 9.165 3.993 9.165 9.165v251.423z"/></svg>
<svg class="tc-image-image tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm4 28l6.083-6.667L16.25 27.5l12.667-12.667 4.75 4.75L37 16v15H7zm6.083-24.083A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917z"/></svg>
<svg class="tc-image-image-ants tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h8v5H0V0zm11 0h8v5h-8V0zm11 0h8v5h-8V0zm11 0h5v8h-5V0zm0 11h5v8h-5v-8zm0 11h5v8h-5v-8zM8 33h8v5H8v-5zm11 0h8v5h-8v-5zm11 0h8v5h-8v-5zM0 8h5v8H0V8zm0 11h5v8H0v-8zm0 11h5v8H0v-8z"/></svg>
<svg class="tc-image-image-aspect-ratio tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M28 12h-4v4h4v-4zm0 8h-4v4h4v-4zm-16-8H8v4h4v-4zm8 0h-4v4h4v-4zM36 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V4h32v24z"/></svg>
<svg class="tc-image-image-backlight tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm16.222 27v-1.556l3.556.667V30h-3.556zm-1.778-2.889v-1.555l7.111.889V28l-7.11-.889zm7.111-1.778l-7.11-.889V22.89l7.11.889v1.555zM21 6c3.927 0 7.111 3.383 7.111 7.556 0 2.796-3.555 5.534-3.555 6.544v2.789L17.444 22v-1.9c0-.767-3.555-3.748-3.555-6.544C13.889 9.383 17.073 6 21 6z"/></svg>
<svg class="tc-image-image-beach tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm10.083 3.917A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917zM37 31H16c2-1 4-2 7.5-2.667l2.28-.364c.467-1.985 1.474-7.5.18-14.064-1.038 3.055-1.038 6.139-1.038 6.139-1.742-1.743-.871-6.971-.871-6.971-1.743 0-6.1 3.485-6.1 3.485 0-2.614 4.357-5.228 4.357-5.228-5.228.871-6.97 2.614-6.97 2.614 1.742-3.485 6.97-4.357 6.97-4.357h-3.485c1.742-1.742 6.97-.871 6.97-.871 3.486-2.614 5.229-.871 5.229-.871-.871 0-2.614.871-2.614.871 6.97 0 7.842 1.743 7.842 1.743-4.357-.872-7.842 0-7.842 0 5.228 2.614 6.1 6.1 6.1 6.1-3.336-3.337-6.161-4.118-7.302-4.301 1.765 7.706 1.861 10.205 1.501 15.376C31.285 27.38 34.142 27.19 37 27v4z"/></svg>
<svg class="tc-image-image-broken tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M11 36H0V0h42v8h-9v11H22v11H11v6zm10-18h4.75l3.167-3.167L32 17.917V7h7V3H3v30h7v-2H7l6.083-6.667L16.25 27.5 21 22.75V18zm-7 18v-3h11V22h11V11h6v25H14zm12-3h13V12h-2v19H26v2zM13.083 6.917A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917z"/></svg>
<svg class="tc-image-image-export tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26"><path d="M12.5 13L4.75 5H9.5l8 8-8 8H4.75l7.75-8zM0 4.75L8.25 13 0 21.25V4.75zM10 0h30v26H10v-3.75l3-3V23h24V3H13v3.75l-3-3V0zm6 21l3.167-4.833 3.166 3.166 7.917-7.916 3.167 3.166L35 11.5V21H16zm4.75-14.333c0 2.05-1.432 3.88-3.32 4.514L15 8.75V5l5.75.083c.095.368 0 1.186 0 1.584z"/></svg>
<svg class="tc-image-image-focus tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm16 2h4v2.181A11.011 11.011 0 0 1 31.819 16H34v4h-2.181A11.011 11.011 0 0 1 23 28.819V31h-4v-2.181A11.011 11.011 0 0 1 10.181 20H8v-4h2.181A11.011 11.011 0 0 1 19 7.181V5zm4 8h-4v-2.748A8.014 8.014 0 0 0 13.252 16H16v4h-2.748A8.014 8.014 0 0 0 19 25.748V23h4v2.748A8.014 8.014 0 0 0 28.748 20H26v-4h2.748A8.014 8.014 0 0 0 23 10.252V13z"/></svg>
<svg class="tc-image-image-gallery tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 38"><path d="M5 0h32v3h7v30h-7v5H5v-3H0V5h5V0zm3 3v26h26V3H8zm8 7c0-1.719 1.397-3 3-3h4c1.603 0 3 1.281 3 3h3c1.688 0 3 1.19 3 3v10c0 1.81-1.313 3-3 3H13c-1.688 0-3-1.19-3-3V13c0-1.81 1.313-3 3-3h3zm-2.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm7.5 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM3 8v18h2V8H3zm34 16h4V6h-4v18z"/></svg>
<svg class="tc-image-image-hdr tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm4 28l6.083-6.667L16.25 27.5l12.667-12.667 4.75 4.75L37 16v15H7zm6.083-24.083A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917zM5.167 27.5l6.333-6.333.792.791L6.75 27.5H5.167zm9.5-3.167l12.666-12.666.792.791-12.667 12.667-.791-.792zm17.416-7.916l3.167-3.167v1.583l-2.375 2.375-.792-.791zM6.75 14.833a7.917 7.917 0 0 0 7.917-7.916h1.583a9.5 9.5 0 0 1-9.5 9.5v-1.584z"/></svg>
<svg class="tc-image-image-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 30"><path d="M0 0h46v30H0V0zm3 3v24h40V3H3zm8 22l6.083-6.667L20.25 21.5 32.917 8.833l4.75 4.75L41 10v15H11zm2.083-18.083A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917z"/></svg>
<svg class="tc-image-image-macro tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm7 14.5l7 6.5v7c-2.333 0-4.667 0-5.833-2.25C10 26.5 10 22 10 17.5zm22 0c0 4.5 0 9-1.167 11.25C29.667 31 27.333 31 25 31h-6V21l-5-5v-6l2-5 2.25 4.5L21 5l2.75 4.5L26 5l2 5v6l-5 5v3h2l7-6.5z"/></svg>
<svg class="tc-image-image-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 42"><path d="M6 6h42v36H6V6zm3 3v30h36V9H9zm4 28l6.25-6.5 3.167 3.167L35.083 21l4.75 4.75L43 22v15H13zm6.25-23.917a6.333 6.333 0 0 1-6.333 6.334c-.547 0-1.41-.287-1.917-.417v-8h7.667c.13.506.583 1.537.583 2.083zM45 5H5v34H3V3h42v2zm-3-3H2v34H0V0h42v2z"/></svg>
<svg class="tc-image-image-night tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M22.07 9.896l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605-1.398 2.605-1.864-1.25 2.008-2.11-2.848-.354.738-1.956 2.622 1.05-.42-2.94h2.31l-.42 2.94 2.602-1.05.758 1.956zM0 0h42v36H0V0zm3 3v30h36V3H3zm4 28l6.083-6.667L16.25 27.5l12.667-12.667 4.75 4.75L37 16v15H7zM9.456 6.76l.488-.225a7.384 7.384 0 0 0-.433 7.45 7.384 7.384 0 0 0 6.282 4.029l-.469.263A6.463 6.463 0 0 1 9.456 6.759z"/></svg>
<svg class="tc-image-image-night-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 30"><path d="M0 0h46v30H0V0zm3 3v24h40V3H3zm8 22l6.083-6.667L20.25 21.5 32.917 8.833l4.75 4.75L41 10v15H11zM21.07 8.896l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605-1.398 2.605-1.864-1.25 2.008-2.11-2.848-.354.738-1.956 2.622 1.05-.42-2.94h2.31l-.42 2.94 2.602-1.05.758 1.956zM8.456 5.759l.488-.224a7.384 7.384 0 0 0-.433 7.45 7.384 7.384 0 0 0 6.282 4.029l-.469.263A6.463 6.463 0 0 1 8.456 5.759z"/></svg>
<svg class="tc-image-image-night-person tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M22.07 9.896l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605-1.398 2.605-1.864-1.25 2.008-2.11-2.848-.354.738-1.956 2.622 1.05-.42-2.94h2.31l-.42 2.94 2.602-1.05.758 1.956zM0 0h42v36H0V0zm3 3v30h36V3H3zm6.456 3.76l.488-.225a7.384 7.384 0 0 0-.433 7.45 7.384 7.384 0 0 0 6.282 4.029l-.469.263A6.463 6.463 0 1 1 9.456 6.76zm18.44 3.44a4.593 4.593 0 1 1 0 9.185 4.593 4.593 0 0 1 0-9.185zm-4.592 15.615c-.613.306-1.837 2.755-1.837 2.755s-.358.537-.663 2.43H18.04l.67-3.348s1.837-6.43 5.511-6.43h7.348c3.228 0 5.038 4.961 5.43 6.168V31h-2.011c-.305-1.893-.663-2.43-.663-2.43s-1.225-2.449-1.837-2.755l.23 5.185h-9.645l.23-5.185z"/></svg>
<svg class="tc-image-image-night-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 44"><path d="M0 0h34v44H0V0zm3 3v38h28V3H3zm2 36l15.917-16.167 4.75 4.75L29 24v15H5zM22.07 9.896l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605-1.398 2.605-1.864-1.25 2.008-2.11-2.848-.354.738-1.956 2.622 1.05-.42-2.94h2.31l-.42 2.94 2.602-1.05.758 1.956zM9.456 6.759l.488-.224a7.384 7.384 0 0 0-.433 7.45 7.384 7.384 0 0 0 6.282 4.029l-.469.263A6.463 6.463 0 0 1 9.456 6.759z"/></svg>
<svg class="tc-image-image-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 16"><path d="M6.5 3.999c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5S5 6.326 5 5.499s.673-1.5 1.5-1.5m0-1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm7.5 5c.45.051 1.27 1.804 1.779 4.001H4.387c.434-1.034 1.055-2.001 1.612-2.001.806 0 1.125.185 1.53.42.447.258 1.006.58 1.97.58 1.138 0 1.942-.885 2.653-1.666.627-.687 1.218-1.334 1.848-1.334m0-1c-2 0-3 3-4.5 3s-1.499-1-3.5-1c-2 0-3.001 4-3.001 4H17s-1-6-3-6zM20 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V2zm-2 12H2V2h16.003L18 14z"/></svg>
<svg class="tc-image-image-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 44"><path d="M0 0h34v44H0V0zm3 3v38h28V3H3zm2 36l15.917-16.167 4.75 4.75L29 24v15H5zm8.083-32.083A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917z"/></svg>
<svg class="tc-image-image-redeye tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm18 12.031a2.969 2.969 0 1 1 0 5.938 2.969 2.969 0 0 1 0-5.938zm0-4.948c6.927 0 12.865 4.948 12.865 7.917 0 2.969-5.938 7.917-12.865 7.917-6.927 0-12.865-4.948-12.865-7.917 0-2.969 5.938-7.917 12.865-7.917zm0 2.474a5.443 5.443 0 1 0 0 10.886 5.443 5.443 0 0 0 0-10.886zM12 6v2H8v4H6V6h6zm24 0v6h-2V8h-4V6h6zm0 24h-6v-2h4v-4h2v6zM6 30v-6h2v4h4v2H6z"/></svg>
<svg class="tc-image-image-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 45"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm4 28l6.083-6.667L16.25 27.5l12.667-12.667 4.75 4.75L37 16v15H7zm6.083-24.083A6.333 6.333 0 0 1 6.75 13.25c-.547 0-1.244-.12-1.75-.25V5h7.667c.13.506.416 1.37.416 1.917zM11 39a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm20 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
<svg class="tc-image-image-snow tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M26.25 10.846l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605-1.398 2.605-1.864-1.25 2.008-2.11-2.848-.354.738-1.956 2.622 1.05L21 7h2.31l-.42 2.94 2.602-1.05.758 1.956zm-7.06 8.19l-2.838.354 1.998 2.11-1.854 1.25-1.395-2.605-1.398 2.605-1.863-1.25 2.008-2.11L11 19.036l.738-1.956 2.622 1.05-.42-2.94h2.31l-.42 2.94 2.602-1.05.758 1.956zm17.06-10.19l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605-1.398 2.605-1.864-1.25 2.008-2.11-2.848-.354.738-1.956 2.622 1.05L31 5h2.31l-.42 2.94 2.602-1.05.758 1.956zm-23.014 1.19l-2.838.354 1.998 2.11-1.854 1.25-1.394-2.605L7.75 13.75 5.886 12.5l2.008-2.11-2.848-.354.739-1.956 2.621 1.05-.42-2.94h2.31l-.42 2.94 2.602-1.05.758 1.956zM0 0h42v36H0V0zm3 3v30h36V3H3zm4 28l6.083-6.667L16.25 27.5l7.115-6.98L27.5 23l2-2 2 2 3.82-2.292L37 22.5V31H7zm22.5-16.5l4.77 5.088-2.77 1.662-2-2-2 2-3.028-1.817L29.5 14.5z"/></svg>
<svg class="tc-image-image-sports tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm13.5 7.206c3.723-2.15 7.134-2.785 9.979-2.716l6.363 11.02c-1.363 2.499-3.62 5.135-7.342 7.284-3.723 2.15-7.134 2.785-9.979 2.716L9.158 17.49c1.363-2.499 3.62-5.135 7.342-7.284zM34.856 10s.294 2.773-.997 6.272l-4.933-8.544c3.676.632 5.93 2.272 5.93 2.272zM7.144 26s-.294-2.773.997-6.272l4.933 8.544C9.398 27.64 7.144 26 7.144 26zm8.794-2.768l.866-.5-.75-1.299 1.732-1 .75 1.3.866-.5-.75-1.3 1.732-1 .75 1.3.866-.5-.75-1.3 1.732-1 .75 1.3.866-.5-.75-1.3 1.732-1 .75 1.3.866-.5-2-3.465-.866.5.75 1.299-1.732 1-.75-1.299-.866.5.75 1.299-1.732 1-.75-1.299-.866.5.75 1.299-1.732 1-.75-1.299-.866.5.75 1.299-1.732 1-.75-1.299-.866.5 2 3.464z"/></svg>
<svg class="tc-image-image-sunset tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M0 0h42v36H0V0zm3 3v30h36V3H3zm2.2 22.587l6.49.235A11.17 11.17 0 0 0 10 29.959l-4.8-4.372zm9.207-9.304l4.422 4.754c-1.505.3-2.899.9-4.12 1.733l-.302-6.487zm13.089-.069l-.235 6.49a11.17 11.17 0 0 0-4.137-1.69l4.372-4.8zm9.304 9.207l-4.754 4.422c-.3-1.504-.9-2.899-1.733-4.12l6.487-.302zm-13.44-2.049a8.985 8.985 0 0 1 6.596 7.613H12.114l.244-1.261a8.982 8.982 0 0 1 11.001-6.352zM20 5h2v5h4l-5 5-5-5h4V5z"/></svg>
<svg class="tc-image-images tc-image-button" width="22pt" height="22pt" viewBox="0 0 1152 1024"><path d="M1088 128h-64V64c0-35.2-28.8-64-64-64H64C28.8 0 0 28.8 0 64v768c0 35.2 28.8 64 64 64h64v64c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64zm-960 64v640H64.114a.891.891 0 0 1-.114-.116V64.114c.034-.04.076-.082.114-.114h895.77c.04.034.082.076.116.116V128H192c-35.2 0-64 28.8-64 64zm960 767.884c-.034.04-.076.082-.116.116h-895.77a.891.891 0 0 1-.114-.116v-767.77c.034-.04.076-.082.114-.114h895.77c.04.034.082.076.116.116v767.768zM960 352c0 53.02-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96zm64 544H256V768l224-384 256 320h64l224-192z"/></svg>
<svg class="tc-image-imdb tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M14.92 0H1.08C.495.04.04.496 0 1.064V14.92A1.14 1.14 0 0 0 1.067 16h13.896A1.151 1.151 0 0 0 16 14.86V1.14C16 .546 15.536.046 14.944 0h-.025zM1.925 5.507h1.27v4.91h-1.27v-4.91zm7.6 4.91c.302 0 .533-.02.682-.05a.818.818 0 0 0 .38-.177c.104-.08.176-.2.217-.348.04-.15.068-.443.068-.88V7.237c0-.465-.018-.778-.05-.935a.846.846 0 0 0-.208-.43c-.113-.13-.28-.22-.497-.28-.213-.054-.57-.086-1.18-.086h-.95v4.91h1.537zm3.426-1.19c0 .235-.013.385-.036.448-.022.063-.126.095-.203.095-.072 0-.127-.032-.15-.09-.027-.06-.04-.2-.04-.416V7.966c0-.222.013-.362.036-.416.022-.054.072-.08.144-.08.077 0 .18.026.207.094.03.063.042.2.042.402v1.26zM9.54 6.393c.05.027.08.072.094.136.02.062.023.207.023.428V8.86c0 .327-.023.526-.063.598-.04.077-.154.113-.335.113V6.348c.135 0 .23.014.28.046zM5.9 5.507l-.294 2.296-.18-1.247c-.055-.403-.105-.75-.154-1.05H3.626v4.91h1.112l.005-3.24.465 3.24H6l.447-3.314v3.314h1.108v-4.91H5.9zm5.402 0v4.91h1.144l.077-.313c.104.126.217.222.344.285.12.058.307.09.452.09.202 0 .374-.05.52-.16a.694.694 0 0 0 .278-.374 2.8 2.8 0 0 0 .06-.656V7.912c0-.294-.01-.488-.023-.58a.695.695 0 0 0-.113-.28.68.68 0 0 0-.285-.22 1.144 1.144 0 0 0-.438-.077c-.146 0-.332.03-.458.085-.122.06-.235.15-.34.267v-1.6H11.3z"/></svg>
<svg class="tc-image-import tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 12.996999740600586"><path d="M11 2.997v9a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-9h2.552c1.138 0 1.138 1 0 1H1v8h9v-8H8.516c-1.138 0-1.138-1 0-1H11zM8 6.406c0-.132.041-.263-.059-.362a.514.514 0 0 0-.727 0L5.972 7.245V.532c0-.294-.181-.532-.464-.531-.283-.001-.483.237-.483.53l-.002 6.714-1.109-1.201a.512.512 0 0 0-.726 0c-.201.199-.292.524-.091.724l2.077 2.079c.009.01.022.014.032.021a.54.54 0 0 0 .135.09.421.421 0 0 0 .146.035c.008 0 .014.004.022.004.011 0 .021-.006.032-.006.055-.004.011-.012.064-.033.059-.025.163-.062.208-.106l.008-.005 2.028-2.078c.1-.1.151-.231.151-.363z"/></svg>
<svg class="tc-image-import-contacts tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 34"><g transform="translate(-2 -9)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M42 10c-2.21-.7-4.66-1-7-1-3.9 0-8.1.8-11 3-2.9-2.2-7.1-3-11-3s-8.1.8-11 3v29.3c0 .5.5 1 1 1 .2 0 .3-.1.5-.1C6.2 40.9 10.1 40 13 40c3.9 0 8.1.8 11 3 2.7-1.7 7.6-3 11-3 3.3 0 6.7.6 9.5 2.1.2.1.3.1.5.1.5 0 1-.5 1-1V12c-1.2-.9-2.5-1.5-4-2zm0 27c-2.2-.7-4.6-1-7-1-3.4 0-8.3 1.3-11 3V16c2.7-1.7 7.6-3 11-3 2.4 0 4.8.3 7 1v23z"/></g></svg>
<svg class="tc-image-import-export tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M8 0L0 7.98h6V22h4V7.98h6L8 0zm14 28.02V14h-4v14.02h-6L20 36l8-7.98h-6z"/></svg>
<svg class="tc-image-important-devices tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 40"><path d="M30 14h-6.06L22 8l-1.94 6H14l4.94 3.52-1.88 5.82 4.94-3.6 4.94 3.6-1.88-5.82zm0 0h-6.06L22 8l-1.94 6H14l4.94 3.52-1.88 5.82 4.94-3.6 4.94 3.6-1.88-5.82zm16 4.01L36 18c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V20c0-1.1-.9-1.99-2-1.99zM46 36H36V22h10v14zM40 0H4C1.78 0 0 1.78 0 4v24c0 2.2 1.78 4 4 4h14v4h-4v4h16v-4h-4v-4h4v-4H4V4h36v10h4V4c0-2.22-1.8-4-4-4zM23.94 14L22 8l-1.94 6H14l4.94 3.52-1.88 5.82 4.94-3.6 4.94 3.6-1.88-5.82L30 14h-6.06z"/></svg>
<svg class="tc-image-inbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 34.83300018310547"><path d="M18.208 23.75L9.5 12.667h4.75V0h9.5v12.667h4.75L19.792 23.75h-1.584zM0 19L4.75 7.917h5.938v3.166H7.125L3.958 19h7.917a7.125 7.125 0 0 0 14.25 0h7.917l-3.167-7.917h-3.563V7.917h5.938L38 19v15.833H0V19z"/></svg>
<svg class="tc-image-inbox-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm-73.242 216.064h146.484v168.238h85.474L600 622.412l-158.716-238.11h85.474V216.064zM239.502 589.6h236.865c0 68.265 55.368 123.706 123.633 123.706 68.265 0 123.633-55.44 123.633-123.706h236.865v347.46H239.502V589.6z"/></svg>
<svg class="tc-image-inbox-box tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 825"><path d="M93.75 450L371.588 75h456.825l277.837 375H900L750 600H450L300 450H93.75zM329.288 0L0 450v375h1200V450L870.713 0H329.288z"/></svg>
<svg class="tc-image-inbox-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 41.16699981689453"><path d="M4.75 36.417h25.334v-6.333h4.75v11.083H0V30.084h4.75v6.333zM14.25 0h6.334v20.584l7.916-9.5v9.5L17.417 33.25 6.334 20.584v-9.5l7.916 9.5V0z"/></svg>
<svg class="tc-image-inbox-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 41.16699981689453"><path d="M4.75 36.417h25.334v-6.333h4.75v11.083H0V30.084h4.75v6.333zm9.5-3.167h6.334V12.667l7.916 9.5v-9.5L17.417 0 6.334 12.667v9.5l7.916-9.5V33.25z"/></svg>
<svg class="tc-image-indent tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.00108814239502 13"><path d="M.001.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zm0 12a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5zm4-9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0-.5.5zM.57 8.958l2.332-2.333a.323.323 0 0 0 0-.469L.57 3.822a.32.32 0 0 0-.236-.097.32.32 0 0 0-.234.098.319.319 0 0 0-.098.234v4.668c0 .09.032.168.098.233a.324.324 0 0 0 .47 0z"/></svg>
<svg class="tc-image-indent-decrease tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0h1024v128H0zm384 192h640v128H384zm0 192h640v128H384zm0 192h640v128H384zM0 768h1024v128H0zm256-512v384L0 448z"/></svg>
<svg class="tc-image-indent-increase tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0h1024v128H0zm384 192h640v128H384zm0 192h640v128H384zm0 192h640v128H384zM0 768h1024v128H0zm0-128V256l256 192z"/></svg>
<svg class="tc-image-indent-left tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 999.5359497070312"><path d="M1200 0v176.147H0V.073L1200 0zM0 274.512l337.94 225.293L0 725.098V274.512zm1200 1.318v175.561H506.25v-175.56H1200zm0 273.706v175.561H506.25V549.536H1200zM0 823.462l1200 .073v176.001H0V823.462z" font-size="1353.902" font-style="italic" letter-spacing="0" word-spacing="0" font-family="Serif"/></svg>
<svg class="tc-image-indent-less tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.27800750732422 69.7239990234375"><path d="M65.871 0H3.408A3.407 3.407 0 0 0 .001 3.407V6.55a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407V3.407A3.407 3.407 0 0 0 65.871 0zm0 59.767H3.408a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407v-3.143a3.408 3.408 0 0 0-3.407-3.407zm3.407-16.515a3.407 3.407 0 0 0-3.407-3.407h-38.82a3.407 3.407 0 0 0-3.407 3.407v3.143a3.406 3.406 0 0 0 3.407 3.406h38.82a3.407 3.407 0 0 0 3.407-3.406v-3.143zm0-19.813a3.407 3.407 0 0 0-3.407-3.407h-38.82a3.407 3.407 0 0 0-3.407 3.407v3.143a3.406 3.406 0 0 0 3.407 3.406h38.82a3.407 3.407 0 0 0 3.407-3.406v-3.143zM0 34.87c0 .232.14.431.34.519l-.006.011 12.376 7.146a.567.567 0 0 0 .963-.389h.003V27.584a.57.57 0 0 0-.975-.397L.275 34.362l.014.024A.56.56 0 0 0 0 34.87z"/></svg>
<svg class="tc-image-indent-more tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.27727508544922 69.7239990234375"><path d="M65.87 0H3.407A3.407 3.407 0 0 0 0 3.407V6.55a3.407 3.407 0 0 0 3.407 3.407H65.87a3.407 3.407 0 0 0 3.407-3.407V3.407A3.407 3.407 0 0 0 65.87 0zm0 59.767H3.407A3.407 3.407 0 0 0 0 63.174v3.143a3.407 3.407 0 0 0 3.407 3.407H65.87a3.407 3.407 0 0 0 3.407-3.407v-3.143a3.408 3.408 0 0 0-3.407-3.407zm3.407-16.515a3.407 3.407 0 0 0-3.407-3.407H27.05a3.407 3.407 0 0 0-3.407 3.407v3.143a3.406 3.406 0 0 0 3.407 3.406h38.82a3.407 3.407 0 0 0 3.407-3.406v-3.143zm0-19.813a3.407 3.407 0 0 0-3.407-3.407H27.05a3.407 3.407 0 0 0-3.407 3.407v3.143a3.406 3.406 0 0 0 3.407 3.406h38.82a3.407 3.407 0 0 0 3.407-3.406v-3.143zM.568 42.709a.567.567 0 0 0 .406-.172l12.427-7.175-.014-.024a.56.56 0 0 0 .29-.484.567.567 0 0 0-.34-.519l.005-.01L.966 27.179a.567.567 0 0 0-.963.389H0v14.573a.567.567 0 0 0 .568.568z"/></svg>
<svg class="tc-image-indent-right tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 999.5360717773438"><path d="M0 0v176.147h1200V.073L0 0zm1200 274.512L862.06 499.805 1200 725.098V274.512zM0 275.83v175.562h693.75V275.83H0zm0 273.706v175.562h693.75V549.536H0zm1200 273.926L0 823.535v176.001h1200V823.462z" font-size="1353.902" font-style="italic" letter-spacing="0" word-spacing="0" font-family="Serif"/></svg>
<svg class="tc-image-industry tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M448 0q26 0 45 19t19 45v891l536-429q17-14 40-14 26 0 45 19t19 45v379l536-429q17-14 40-14 26 0 45 19t19 45v1152q0 26-19 45t-45 19H64q-26 0-45-19t-19-45V64q0-26 19-45T64 0h384z"/></svg>
<svg class="tc-image-industry-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 8"><path d="M9 0v8H0V5l2.11-1.78c.32-.32.89-.31.89.14V5l2.13-1.86A.5.5 0 0 1 6 3.5V7h2V0h1z"/></svg>
<svg class="tc-image-industry-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12"><path d="M13 0v12H0V7.72a.5.5 0 0 1 .17-.37l3-3.22a.5.5 0 0 1 .83.38v3l3.16-3.37a.5.5 0 0 1 .84.37V10h3V0h2z"/></svg>
<svg class="tc-image-infinite tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 22.16600227355957"><path d="M11.083 6.333c-3.167 0-4.75 2.127-4.75 4.75a4.75 4.75 0 0 0 4.75 4.75c1.737 0 3.117-1.19 4.433-2.92 1.144 1.815 2.327 3.724 3.618 5.572-2.044 2.13-4.582 3.681-8.051 3.681C4.962 22.166 0 17.204 0 11.083S4.75 0 11.083 0c11.083 0 12.667 15.833 19 15.833 3.167 0 4.75-2.127 4.75-4.75a4.75 4.75 0 0 0-4.75-4.75c-1.737 0-3.117 1.19-4.433 2.92-1.144-1.815-2.327-3.724-3.618-5.572C24.076 1.551 26.614 0 30.083 0c6.121 0 11.083 4.962 11.083 11.083s-4.75 11.083-11.083 11.083c-11.083 0-12.667-15.833-19-15.833z"/></svg>
<svg class="tc-image-infinity tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.505176544189453 8.649249076843262"><path d="M13.185.004A4.282 4.282 0 0 0 10.15 1.25L8.753 2.59 7.378 1.27A4.287 4.287 0 0 0 4.323.004 4.289 4.289 0 0 0 1.27 1.27 4.288 4.288 0 0 0 .003 4.325c0 1.152.45 2.238 1.266 3.053a4.285 4.285 0 0 0 3.054 1.266A4.272 4.272 0 0 0 7.36 7.396l1.395-1.338 1.376 1.32c.815.816 1.901 1.266 3.055 1.266s2.238-.449 3.053-1.266c.817-.814 1.267-1.9 1.267-3.055s-.449-2.238-1.266-3.055A4.296 4.296 0 0 0 13.185.004zM5.61 5.61c-.687.688-1.884.688-2.572 0a1.807 1.807 0 0 1-.533-1.285c0-.486.19-.94.535-1.287.342-.344.8-.533 1.284-.533s.942.19 1.305.551l1.321 1.27L5.61 5.61zm8.861 0c-.687.69-1.866.705-2.59-.018l-1.32-1.27 1.338-1.285c.688-.688 1.886-.688 2.573-.002.344.346.533.801.533 1.287s-.19.944-.534 1.288z"/></svg>
<svg class="tc-image-infinity-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.508573532104492 12.656841278076172"><path d="M15.182 2.007c1.152 0 2.237.45 3.053 1.264.815.816 1.266 1.9 1.266 3.056s-.45 2.24-1.268 3.056c-.813.815-1.898 1.266-3.053 1.266s-2.238-.449-3.055-1.266l-1.376-1.32-1.395 1.338a4.27 4.27 0 0 1-3.036 1.248 4.281 4.281 0 0 1-3.054-1.267C2.449 8.57 1.999 7.483 1.999 6.33s.45-2.237 1.267-3.056a4.295 4.295 0 0 1 3.053-1.266c1.154 0 2.239.45 3.055 1.266l1.375 1.32 1.396-1.34a4.279 4.279 0 0 1 3.037-1.246m0-2c-1.679 0-3.25.645-4.433 1.813A6.252 6.252 0 0 0 6.319.007 6.266 6.266 0 0 0 1.852 1.86C.658 3.052 0 4.64 0 6.33s.658 3.273 1.852 4.467A6.278 6.278 0 0 0 6.32 12.65a6.25 6.25 0 0 0 4.431-1.814 6.249 6.249 0 0 0 4.431 1.814 6.27 6.27 0 0 0 4.469-1.854 6.263 6.263 0 0 0 1.852-4.467 6.285 6.285 0 0 0-1.852-4.47 6.283 6.283 0 0 0-4.469-1.85zm-8.863 5.5c.225 0 .426.088.612.271l.57.548-.603.58a.814.814 0 0 1-.578.222.815.815 0 0 1-.58-.223.812.812 0 0 1-.24-.578c0-.22.084-.422.243-.58a.803.803 0 0 1 .576-.24m0-1c-.486 0-.942.19-1.285.533a1.809 1.809 0 0 0-.535 1.287c0 .484.189.941.533 1.285.344.344.815.516 1.287.516a1.81 1.81 0 0 0 1.285-.516l1.339-1.285-1.321-1.27a1.819 1.819 0 0 0-1.303-.55zm8.863 1.017a.81.81 0 0 1 .576.22c.158.158.242.358.242.581s-.083.422-.243.581a.802.802 0 0 1-.571.228.858.858 0 0 1-.617-.26l-.571-.549.603-.578a.814.814 0 0 1 .581-.223m0-1c-.472 0-.943.172-1.287.516l-1.34 1.285 1.322 1.27a1.85 1.85 0 0 0 1.311.54 1.798 1.798 0 0 0 1.813-1.809 1.81 1.81 0 0 0-.532-1.287 1.821 1.821 0 0 0-1.287-.515z"/></svg>
<svg class="tc-image-info tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.000000953674316 14"><path d="M7.75 10.25a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 7 6c.416 0 .75.335.75.75v3.5zM7 3a.75.75 0 1 0 0 1.5A.75.75 0 0 0 7 3zm7 4A7 7 0 1 1 0 7a7 7 0 0 1 14 0z"/></svg>
<svg class="tc-image-info-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C229.248 0 0 229.248 0 512c0 282.688 229.248 512 512 512 282.816 0 512-229.248 512-512S794.816 0 512 0zm64.768 764.864c0 37.056-28.992 67.072-64.768 67.072s-64.768-30.016-64.768-67.072V451.776c0-37.056 28.992-67.072 64.768-67.072s64.768 30.016 64.768 67.072v313.088zM512 319.68c-35.776 0-64.768-28.608-64.768-63.872s28.992-63.744 64.768-63.744 64.768 28.544 64.768 63.808S547.776 319.68 512 319.68z"/></svg>
<svg class="tc-image-info-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 192q13 0 22.5 9.5T544 224t-9.5 22.5T512 256t-22.5-9.5T480 224t9.5-22.5T512 192zm96 576h-66V414q0-14-9-23t-23-9h-94q-14 0-23 9t-9 22.5 9 23 23 9.5h62v322h-62q-13 0-22.5 9.5T384 800t9.5 22.5T416 832h192q13 0 22.5-9.5T640 800t-9.5-22.5T608 768zM512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0z"/></svg>
<svg class="tc-image-info-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 924 922.666015625"><path d="M456.667 1.333c126.667-1.333 235.333 42 326 130s137.333 195.333 140 322C924 580 880.334 689 791.667 780.333s-196.333 138.333-323 141C342 922.666 233 879 141.667 790.333S4 594 2.667 467.333c-2.667-126.667 40.667-235.667 130-327s197.333-137.667 324-139m52 152c-28 0-49.667 8-65 24-15.333 16-23 32.667-23 50-1.333 18.667 3.667 33.333 15 44 11.333 10.667 27.667 16 49 16 25.333 0 45.667-7.333 61-22 15.333-14.667 23-32.667 23-54 0-38.667-20-58-60-58m-120 594c20 0 48-8.667 84-26s71.333-43.333 106-78l-18-24c-32 24-56 36-72 36-9.333 0-10.667-12.667-4-38l42-160c17.333-64 10-96-22-96-20 0-49.667 9.667-89 29s-77.667 44.333-115 75l16 26c34.667-22.667 59.333-34 74-34 8 0 8 11.333 0 34l-36 152c-17.333 69.333-6 104 34 104"/></svg>
<svg class="tc-image-info-large tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 8.052610397338867 15.999000549316406"><g transform="translate(-7.447 -3.501)"><path d="M13.839 17.525c-.006.002-.559.186-1.039.186-.265 0-.372-.055-.406-.079-.168-.117-.48-.336.054-1.4l1-1.994c.593-1.184.681-2.329.245-3.225-.356-.733-1.039-1.236-1.92-1.416a4.776 4.776 0 0 0-.958-.097c-1.849 0-3.094 1.08-3.146 1.126a.5.5 0 0 0 .493.848c.005-.002.559-.187 1.039-.187.263 0 .369.055.402.078.169.118.482.34-.051 1.402l-1 1.995c-.594 1.185-.681 2.33-.245 3.225.356.733 1.038 1.236 1.921 1.416.314.063.636.097.954.097 1.85 0 3.096-1.08 3.148-1.126a.5.5 0 0 0-.491-.849z"/><circle cx="13" cy="6.001" r="2.5"/></g></svg>
<svg class="tc-image-info-large-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 11.146443367004395 18.99700164794922"><path d="M8.38 14.013l.554-1.104c.808-1.61.897-3.228.253-4.552a3.93 3.93 0 0 0-.443-.693A4.005 4.005 0 0 0 11.146 4c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 .783.234 1.508.624 2.126C2.074 6.456.964 7.374.823 7.501a1.997 1.997 0 0 0 1.09 3.484l-.555 1.104c-.808 1.61-.897 3.228-.254 4.552.565 1.164 1.621 1.955 2.972 2.229.413.084.836.127 1.254.127 2.368 0 3.965-1.347 4.14-1.501a1.996 1.996 0 0 0-1.09-3.483zM7.146 2a2 2 0 1 1 0 4.001 2 2 0 0 1 0-4.001zM5.33 16.999c-.27 0-.559-.025-.854-.087-1.642-.334-2.328-1.933-1.328-3.927l1-1.995c.5-.996.47-1.63-.108-2.035-.18-.125-.43-.169-.689-.169-.577 0-1.2.214-1.2.214s1.132-1.001 2.811-1.001c.271 0 .56.025.856.087 1.64.334 2.328 1.933 1.328 3.927l-1 1.993c-.5.998-.472 1.632.106 2.035.181.126.433.169.692.169.577 0 1.2-.212 1.2-.212s-1.133 1.001-2.814 1.001z"/></svg>
<svg class="tc-image-info-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7.75 10.25a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 7 6c.416 0 .75.335.75.75v3.5zM7 3a.75.75 0 1 0 0 1.5A.75.75 0 0 0 7 3zm0-3a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 0 1 7 .988c3.32 0 6.01 2.691 6.01 6.012S10.32 13.012 7 13.012z"/></svg>
<svg class="tc-image-info-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.670000076293945 17.490001678466797"><g transform="translate(-2.17 -3.51)"><path d="M12 5.51c.56 0 1.12.35 1.54 1.06l5.91 9.85c.86 1.42.2 2.58-1.45 2.58H6c-1.65 0-2.31-1.16-1.46-2.57l5.91-9.85c.43-.72.99-1.07 1.55-1.07m0-2c-1.3 0-2.48.74-3.26 2.03L2.83 15.4c-.44.74-.66 1.5-.66 2.23 0 .56.14 1.11.42 1.6C3.23 20.35 4.47 21 6 21h12c1.53 0 2.77-.65 3.41-1.77.29-.51.43-1.07.42-1.65-.01-.71-.23-1.46-.66-2.18l-5.91-9.85c-.78-1.3-1.96-2.04-3.26-2.04zm1.5 13.24s-.71.36-1.07.18c-.36-.18-.43-.54-.23-1.15l.41-1.22c.4-1.22-.12-2.08-1.08-2.13-1.26-.07-2.02.83-2.02.83s.71-.36 1.07-.18c.36.18.43.54.23 1.15l-.41 1.22c-.4 1.22.12 2.07 1.08 2.13 1.26.06 2.02-.83 2.02-.83z"/><circle cx="12" cy="10" r="1.3"/></g></svg>
<svg class="tc-image-info-sign tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zm-18.823 205.884c27.493 0 49.88 7.414 67.163 22.339 17.281 14.926 25.927 34.609 25.928 58.96 0 24.352-8.647 43.962-25.928 58.886-17.282 14.926-39.67 22.413-67.163 22.413-27.494 0-49.882-7.487-67.163-22.413-16.497-14.924-24.756-34.534-24.756-58.887 0-24.35 8.26-44.033 24.756-58.96 17.281-14.924 39.669-22.337 67.163-22.338zm85.986 262.72l23.584 27.1c-12.569 32.992-18.897 69.507-18.897 109.57v288.72c0 10.212.846 17.24 2.418 21.167 2.356 3.928 7.452 7.864 15.307 11.792 14.14 8.641 34.908 16.9 62.403 24.756l-8.203 42.407c-67.557-7.07-115.11-10.547-142.603-10.547-27.494 0-74.587 3.477-141.358 10.547l-9.448-42.407c28.28-6.284 49.122-14.157 62.476-23.584 11.783-7.07 17.651-18.42 17.651-34.13v-294.58c0-27.494-10.65-41.236-31.86-41.236l-41.236 8.203-9.375-47.095c28.28-11.782 65.568-23.206 111.914-34.204 46.347-10.997 82.09-16.479 107.227-16.48z"/></svg>
<svg class="tc-image-information tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.25 38.00151062011719"><path d="M.001 11.085h11.083v22.167h3.166v4.75H0v-4.75h3.167V15.836H.001v-4.75zM7.126.002a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917z"/></svg>
<svg class="tc-image-information_black tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q195 0 373 76t306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm816-348q0 59 39.5 94T960 741q66 0 105-35t39-94-39-93.5T960 484q-65 0-104.5 35T816 612zm9 823h271V822H825v613z"/></svg>
<svg class="tc-image-information_white tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q195 0 373 76t306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm240 0q0 146 57 279.5t153.5 230 230 153.5 279.5 57 279.5-57 230-153.5 153.5-230 57-279.5-57-279.5-153.5-230-230-153.5T960 240t-279.5 57-230 153.5-153.5 230T240 960zm576-348q0-58 39.5-93T960 484q66 0 105 34.5t39 93.5-39 94-105 35q-65 0-104.5-35T816 612zm9 823V822h271v613H825z"/></svg>
<svg class="tc-image-information-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.200999736785889 9.0600004196167"><path d="M2.6 0C2 0 1.5.5 1.5 1.1S2 2.2 2.6 2.2s1.1-.5 1.1-1.1S3.2 0 2.6 0zM.001 3.06L0 3.8s1.501-.106 1.501 1.26v1.5C1.501 8.06 0 8.3 0 8.3l.001.76h5.2L5.2 8.3S4 8.3 4 6.8l.001-2.74s0-1-1-1h-3z"/></svg>
<svg class="tc-image-information-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 12"><path d="M3.5 0C2.7 0 2 .7 2 1.5S2.7 3 3.5 3 5 2.3 5 1.5 4.3 0 3.5 0zM0 4v1s2 0 2 2v2c0 2-2 2-2 2v1h7v-1s-2 0-2-2V5c0-.5-.5-1-1-1H0z"/></svg>
<svg class="tc-image-information-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm-4.75 14.25v3.167h3.167V28.5H14.25v3.167h11.083V28.5h-3.166V14.25H14.25zm5.542-7.917a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75z"/></svg>
<svg class="tc-image-information-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 451.3000183105469 451.20001220703125"><path d="M449.6 222.6C447.9 98.9 346.3 0 222.6 1.6S0 104.9 1.6 228.6c1.7 123.7 103.3 222.6 227 221 123.7-1.7 222.7-103.3 221-227zm-224-141.1c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm44 283.1h-88v-11h22v-160h-22v-12h66v172h22v11z"/></svg>
<svg class="tc-image-initial tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.978879928588867 15.777113914489746"><path d="M15.075 4.433a6.916 6.916 0 0 0-9.439-2.528 6.85 6.85 0 0 0-3.16 4.015H.576a.577.577 0 0 0 0 1.155H6.04a.577.577 0 1 0 0-1.155H3.846c.457-1.22 1.29-2.245 2.432-2.904a5.633 5.633 0 0 1 7.688 2.059 5.634 5.634 0 0 1-2.06 7.689 5.634 5.634 0 0 1-7.688-2.061l-.003-.006 1.706.459a.642.642 0 0 0 .332-1.24l-3.202-.857a.65.65 0 0 0-.487.063.648.648 0 0 0-.299.39l-.857 3.2a.642.642 0 1 0 1.24.333l.456-1.707.003.006a6.916 6.916 0 0 0 9.44 2.529 6.919 6.919 0 0 0 2.528-9.44z"/></svg>
<svg class="tc-image-injection tc-image-button" width="22pt" height="22pt" viewBox="0 0 897.18505859375 876.2240600585938"><path d="M712.16 207.872c12.096 12.064 12.096 31.648 0 43.744-12.096 12.064-21.92 21.888-21.92 21.888l21.92 21.888c24.16 24.16 24.16 63.328 0 87.52L384 711.008c-24.192 24.192-63.36 24.192-87.52 0l-21.888-21.888-87.488 87.552 43.744 43.744c12.096 12.064 12.096 31.616 0 43.744-12.096 12.064-31.68 12.064-43.744 0L12.064 689.088C0 677.024 0 657.472 12.064 645.344c12.096-12.064 31.68-12.064 43.744 0l43.744 43.744 87.52-87.488-21.888-21.888c-24.192-24.128-24.192-63.328 0-87.488l328.193-328.128c24.192-24.192 63.328-24.192 87.488 0l21.888 21.888 21.888-21.888c12.096-12.096 31.68-12.096 43.744 0l10.944 10.944L854.369 0v43.744L701.217 196.896l10.944 10.976zm-153.152-21.888c-12.064-12.096-31.648-12.096-43.744 0l-65.632 65.632 43.744 43.744-21.888 21.888-43.744-43.744-65.632 65.632 43.744 43.776-21.888 21.888-43.776-43.776-21.888 21.888 87.52 87.488-21.888 21.888-87.52-87.488-65.568 65.568 87.488 87.488-21.888 21.888-87.488-87.488-21.888 21.888c-12.096 12.064-12.096 31.68 0 43.744l131.265 131.264c12.096 12.128 31.68 12.128 43.776 0l328.128-328.128c12.128-12.064 12.128-31.648 0-43.744L559.008 185.984zm-87.488 43.744l21.888-21.888 87.488 87.488-21.888 21.888-87.488-87.488zm0 175.008l-87.488-87.52 21.888-21.888 87.488 87.52-21.888 21.888zm-218.783 43.776l21.888-21.888 43.744 43.744-21.888 21.888-43.744-43.744zM897.185 213.6c0 23.2-18.816 41.984-41.984 41.984-23.232 0-42.016-18.816-42.016-41.984 0-23.232 42.016-86.656 42.016-86.656s41.984 63.456 41.984 86.656z"/></svg>
<svg class="tc-image-inline-skating tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 45.17860412597656 48.145999908447266"><path d="M33.35 0c-2.256 0-4.087 1.859-4.087 4.139 0 2.289 1.831 4.137 4.087 4.137 2.27 0 4.107-1.848 4.107-4.137C37.457 1.859 35.618 0 33.35 0zM2.408 28.54a1.2 1.2 0 0 0-1.664-.395 1.227 1.227 0 0 0-.388 1.686 1.224 1.224 0 0 0 1.676.389 1.23 1.23 0 0 0 .376-1.68zm.842 3.376a1.213 1.213 0 0 0-1.675-.381 1.22 1.22 0 0 0-.377 1.672 1.186 1.186 0 0 0 1.658.395c.571-.36.744-1.111.394-1.686zm.837 3.387a1.196 1.196 0 0 0-1.669-.391 1.22 1.22 0 0 0-.387 1.686 1.215 1.215 0 0 0 2.056-1.295zm.832 3.376a1.214 1.214 0 0 0-1.657-.396 1.236 1.236 0 0 0-.395 1.69c.355.576 1.1.75 1.675.391.56-.359.732-1.11.377-1.685zm19.67 6.881a1.237 1.237 0 0 0-.794 1.547 1.22 1.22 0 0 0 1.527.795c.637-.209.991-.896.792-1.534a1.233 1.233 0 0 0-1.526-.808zm3.443.03c-.64.195-.987.891-.783 1.527a1.21 1.21 0 0 0 1.526.799 1.23 1.23 0 0 0 .781-1.538 1.209 1.209 0 0 0-1.524-.788zm3.465.011a1.215 1.215 0 0 0-.792 1.54c.204.637.887.995 1.526.787.632-.195.984-.887.773-1.537-.192-.639-.876-1-1.507-.79zm3.44.014a1.231 1.231 0 0 0-.784 1.536c.211.644.895.995 1.526.791a1.222 1.222 0 0 0-.743-2.327zM43.168 16h-7.156l-3.539-5.787a3.915 3.915 0 0 0-3.403-2.267 3.047 3.047 0 0 0-.833.089L10.25 12.308a2.036 2.036 0 0 0-1.51 2.455 2 2 0 0 0 2.402 1.529l12.011-2.188L14.024 30H4.26l2.162 7.893c.073.256.073-.026.157.109.304.502.954.491 1.44.185.266-.157.44-.518.488-.804L9.8 33.364l.05-.184 6.016-.035c1.198 0 2.224-.335 2.833-1.35l2.768-4.633 6.161 6.323L25.017 44h9.042c.582 0 1.06-.609 1.06-1.189 0-.459-.282-.841-.63-1.036l-3.905-2.216 1.874-7.475s.465-1.589-1.009-3.044l-5.04-5.103s2.693-4.472 4.42-7.345L33.17 20h9.961c1.123 0 2.028-.873 2.04-1.993A1.98 1.98 0 0 0 43.168 16z"/></svg>
<svg class="tc-image-inner-join tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 15"><path fill="#289DE9" fill-rule="evenodd" d="M7.5 14.5c-3.859 0-7-3.141-7-7 0-3.86 3.141-7 7-7s7 3.14 7 7c0 3.859-3.141 7-7 7z" clip-rule="evenodd"/><path fill="#666" d="M7.5 1a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13m0-1C3.364 0 0 3.364 0 7.5S3.364 15 7.5 15 15 11.636 15 7.5 11.636 0 7.5 0z"/><path fill="#666" d="M14.5 1a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13m0-1C10.364 0 7 3.364 7 7.5s3.364 7.5 7.5 7.5S22 11.636 22 7.5 18.636 0 14.5 0z"/></svg>
<svg class="tc-image-input tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 28.5"><path d="M3.166 0H47.5a3.167 3.167 0 0 1 3.166 3.167v22.166A3.167 3.167 0 0 1 47.5 28.5H3.166A3.167 3.167 0 0 1 0 25.333V3.167A3.167 3.167 0 0 1 3.166 0zM4.75 4.75v19h41.166v-19H4.75z"/></svg>
<svg class="tc-image-input-checked tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 14"><path d="M11 14H3c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3h5a1 1 0 1 1 0 2H3c-.552 0-1 .449-1 1v8c0 .551.448 1 1 1h8c.552 0 1-.449 1-1V8a1 1 0 1 1 2 0v3c0 1.654-1.346 3-3 3zM8.166 9.833c-.35 0-.689-.139-.941-.391L4.557 6.775A1.334 1.334 0 0 1 6.444 4.89L7.86 6.307 11.335.852a1.334 1.334 0 1 1 2.332 1.294l-4.334 7a1.332 1.332 0 0 1-.98.673l-.187.014z"/></svg>
<svg class="tc-image-input-checked-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.104000091552734 15"><path d="M14.885 2.177A3 3 0 0 0 12.001 0c-.862 0-1.661.381-2.219 1H3C1.346 1 0 2.346 0 4v8c0 1.654 1.346 3 3 3h8c1.654 0 3-1.346 3-3V5.546l.622-1.088c.39-.7.482-1.51.263-2.281zm-3.758.338a.994.994 0 0 1 .459-.416c.301-.113.623-.127.9.027.232.13.402.343.476.6a1.007 1.007 0 0 1-.062.685l-.021.065-4.006 7.011a1.01 1.01 0 0 1-.742.506l-.132.009a.993.993 0 0 1-.707-.293l-3-3a1 1 0 0 1 1.414-1.414L6.831 7.42l.92.92.652-1.125 2.724-4.7zM11 13H3c-.552 0-1-.449-1-1V4c0-.551.448-1 1-1h6.689l-2.15 3.712-1.125-1.125c-.391-.391-.902-.586-1.414-.586s-1.023.195-1.414.586a2 2 0 0 0 0 2.828l3 3A2 2 0 0 0 8 12.001l.277-.02a2.001 2.001 0 0 0 1.471-1.01L12 7.031V12c0 .551-.448 1-1 1z"/></svg>
<svg class="tc-image-input-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 39.97999954223633"><path d="M3.166 0H47.5a3.167 3.167 0 0 1 3.166 3.167v22.166A3.167 3.167 0 0 1 47.5 28.5H3.166A3.167 3.167 0 0 1 0 25.333V3.167A3.167 3.167 0 0 1 3.166 0zM4.75 4.75v19h41.166v-19H4.75zm13.853 28.5h13.458l-6.728 6.73-6.728-6.73z"/></svg>
<svg class="tc-image-input-keyboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 28.5"><path d="M3.166 0H47.5a3.167 3.167 0 0 1 3.166 3.167v22.166A3.167 3.167 0 0 1 47.5 28.5H3.166A3.167 3.167 0 0 1 0 25.333V3.167A3.167 3.167 0 0 1 3.166 0zM4.75 4.75v19h41.166v-19H4.75zm3.166 1.583h7.917v7.917H7.916V6.333zm9.5 0h6.334v7.917h-6.334V6.333zm-9.5 9.5h7.917v6.334H7.916v-6.334zm9.5 0H33.25v6.334H17.416v-6.334zm7.917-9.5h7.917v7.917h-7.917V6.333zm9.5 0h7.917v7.917h-7.917V6.333zm0 9.5h7.917v6.334h-7.917v-6.334z"/></svg>
<svg class="tc-image-input-keyboard-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 39.97999954223633"><path d="M3.166 0H47.5a3.167 3.167 0 0 1 3.166 3.167v22.166A3.167 3.167 0 0 1 47.5 28.5H3.166A3.167 3.167 0 0 1 0 25.333V3.167A3.167 3.167 0 0 1 3.166 0zM4.75 4.75v19h41.166v-19H4.75zm3.166 1.583h7.917v7.917H7.916V6.333zm9.5 0h6.334v7.917h-6.334V6.333zm-9.5 9.5h7.917v6.334H7.916v-6.334zm9.5 0H33.25v6.334H17.416v-6.334zm7.917-9.5h7.917v7.917h-7.917V6.333zm9.5 0h7.917v7.917h-7.917V6.333zm0 9.5h7.917v6.334h-7.917v-6.334zM18.603 33.25h13.46l-6.73 6.73-6.73-6.73z"/></svg>
<svg class="tc-image-input-pen tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 36.72699737548828"><path d="M3.166 8.227h24.938l-4.75 4.75H4.75v19h41.166v-19h-8.312l4.75-4.75H47.5a3.167 3.167 0 0 1 3.166 3.167V33.56a3.167 3.167 0 0 1-3.166 3.167H3.166A3.167 3.167 0 0 1 0 33.56V11.394a3.167 3.167 0 0 1 3.166-3.167zM42.396.665c.442.472.664.98.664 1.525l-.17.802-.495.723-9.497 9.497-2.397 2.397-2.3 2.3-2.059 2.058-1.714 1.705-1.229 1.22-.61.61-.99.906-1.404 1.107-1.534.934c-.52.26-.984.39-1.39.39-.318 0-.572-.096-.763-.287-.191-.191-.287-.451-.287-.78 0-.407.13-.868.39-1.382l.934-1.534 1.098-1.403.896-.982L39.345.665l.723-.494L40.87 0c.545 0 1.053.222 1.525.665zM14.983 26.552l1.525 1.525-3.05 1.525 1.525-3.05z"/></svg>
<svg class="tc-image-input-pen-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 48.207000732421875"><path d="M3.166 8.227h24.938l-4.75 4.75H4.75v19h41.166v-19h-8.312l4.75-4.75H47.5a3.167 3.167 0 0 1 3.166 3.167V33.56a3.167 3.167 0 0 1-3.166 3.167H3.166A3.167 3.167 0 0 1 0 33.56V11.394a3.167 3.167 0 0 1 3.166-3.167zm15.438 33.25h13.458l-6.729 6.73-6.728-6.73zM42.395.665c.443.472.665.98.665 1.525l-.17.802-.495.723-9.497 9.497-2.397 2.397-2.3 2.3-2.059 2.058-1.714 1.705-1.229 1.22-.61.61-.99.906-1.404 1.107-1.534.933c-.52.26-.984.39-1.39.39-.318 0-.572-.095-.763-.286-.191-.191-.287-.451-.287-.78 0-.407.13-.868.39-1.382l.934-1.534 1.098-1.403.896-.982L39.345.665l.723-.494L40.87 0c.545 0 1.053.222 1.525.665zM14.983 26.552l1.525 1.525-3.05 1.525 1.525-3.05z"/></svg>
<svg class="tc-image-input-question tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66600036621094 28.5"><path d="M3.166 0H47.5a3.167 3.167 0 0 1 3.166 3.167v22.166A3.167 3.167 0 0 1 47.5 28.5H3.166A3.167 3.167 0 0 1 0 25.333V3.167A3.167 3.167 0 0 1 3.166 0zM4.75 4.75v19h41.166v-19H4.75zM25.016 19a1.584 1.584 0 1 1 0 3.167 1.584 1.584 0 0 1 0-3.167zm.317-12.667c2.798 0 5.067 1.81 5.067 4.434 0 .95-.634 2.533-1.9 3.166-1.267.634-1.9 1.484-1.9 2.534v1.266h-3.167v-.95c0-2.154 1.9-3.483 2.533-4.116 1.267-1.267 1.267-1.443 1.267-1.9a1.9 1.9 0 1 0-3.8 0v.95h-3.167v-.634c0-2.623 2.269-4.75 5.067-4.75z"/></svg>
<svg class="tc-image-inr tc-image-button" width="22pt" height="22pt" viewBox="0 0 256.02203369140625 402.0010986328125"><path d="M256.019 97.002v29c0 1.997-.665 4.342-1.997 7.004-1.997 1.997-4.342 3-7.004 3h-48.004c-4.004 26.665-16.343 48.671-36.997 65.997-19.343 17.346-45.67 27.996-79 32 32 33.997 76 85.002 132.003 152.996 1.997 3.348 2.335 6.666 1.004 10.005-1.997 3.348-4.997 4.997-9 4.997h-55.01c-4.005 0-6.35-1.33-7.005-4.004-70.666-82.647-118.334-136.99-142.99-162.99-1.342-1.33-1.998-3.328-1.998-6v-36.004c0-1.997.656-4.332 1.997-7.004 1.331-1.33 3.656-1.997 7.004-1.997h32c23.327 0 43.653-4.332 61-13.005 15.33-7.997 24.996-19.65 29-35H9.012c-2.673 0-4.997-1.004-7.004-3-1.34-2.653-1.997-4.998-1.997-7.005v-29c0-2.652.656-4.659 1.997-6 1.997-1.997 4.332-3 7.004-3h117.995c-11.346-21.33-36.997-32-77.005-32h-41c-2.674 0-4.998-1.003-7.005-3C.657 50.34 0 48.333 0 46.992V9.001C0 7.003.656 4.67 1.997 1.996 3.328.667 5.653 0 9.001 0h237.998c2.652 0 4.66.666 6 1.997 1.997 1.997 3 4.342 3 7.004v29c0 3.35-1.004 5.346-3 6-1.997 1.997-4.004 3.001-6 3.001h-67c9.328 12.002 15.33 25.671 18.002 41.001h49c2.651 0 4.996 1.003 7.003 3 1.341 1.351 2.018 3.35 2.018 6z"/></svg>
<svg class="tc-image-insert-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM12 28H8V14h4v14zm8 0h-4V8h4v20zm8 0h-4v-8h4v8z"/></svg>
<svg class="tc-image-insert-column tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14"><path d="M9.206 10.15a.514.514 0 0 1 .727 0c.1.1.059.23.059.363a.51.51 0 0 1-.15.361L7.905 12.85l-.008.005c-.045.045-.149.081-.208.106-.054.021-.01.029-.064.033-.012 0-.021.006-.032.006-.008 0-.014-.004-.021-.004a.411.411 0 0 1-.146-.035.514.514 0 0 1-.135-.09c-.01-.008-.023-.012-.032-.021l-2.146-1.975c-.201-.199-.109-.525.092-.725a.512.512 0 0 1 .726 0l1.648 1.568 1.627-1.568zM5 0v9h5V0H5zM1 10v4H0V9h4v5h-.984L3 10H1m11 0v4h-1V9h4v5h-.984L14 10h-2"/></svg>
<svg class="tc-image-insert-comment tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h28l8 8V4c0-2.21-1.79-4-4-4zm-4 24H8v-4h24v4zm0-6H8v-4h24v4zm0-6H8V8h24v4z"/></svg>
<svg class="tc-image-insert-drive-file tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M4 0C1.79 0 .02 1.79.02 4L0 36c0 2.21 1.77 4 3.98 4H28c2.21 0 4-1.79 4-4V12L20 0H4zm14 14V3l11 11H18z"/></svg>
<svg class="tc-image-insert-emoticon tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20C31.04 40 40 31.05 40 20S31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm7-18c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-14 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm7 13c4.66 0 8.61-2.91 10.21-7H9.79c1.6 4.09 5.55 7 10.21 7z"/></svg>
<svg class="tc-image-insert-invitation tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M28 22H18v10h10V22zM26 0v4H10V0H6v4H4C1.79 4 .02 5.79.02 8L0 36c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4h-2V0h-4zm6 36H4V14h28v22z"/></svg>
<svg class="tc-image-insert-link tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 20"><path d="M3.8 10c0-3.42 2.78-6.2 6.2-6.2h8V0h-8C4.48 0 0 4.48 0 10s4.48 10 10 10h8v-3.8h-8c-3.42 0-6.2-2.78-6.2-6.2zm8.2 2h16V8H12v4zM30 0h-8v3.8h8c3.42 0 6.2 2.78 6.2 6.2s-2.78 6.2-6.2 6.2h-8V20h8c5.52 0 10-4.48 10-10S35.52 0 30 0z"/></svg>
<svg class="tc-image-insert-photo tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M36 32V4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM11 21l5 6.01L23 18l9 12H4l7-9z"/></svg>
<svg class="tc-image-insert-row tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M3.849 9.206a.514.514 0 0 1 0 .727c-.1.1-.23.059-.362.059s-.263-.051-.362-.15L1.15 7.905a.02.02 0 0 1-.004-.008c-.045-.044-.082-.149-.107-.208-.021-.053-.029-.009-.033-.064 0-.012-.006-.021-.006-.032 0-.008.004-.014.004-.021a.411.411 0 0 1 .035-.146.514.514 0 0 1 .09-.135c.008-.011.012-.024.021-.033l1.974-2.146c.2-.201.525-.109.725.092.201.2.201.525 0 .726L2.282 7.578l1.567 1.628zM14 5H5v5h9V5zM4 1H0V0h5v4H0v-.984L4 3V1m0 11H0v-1h5v4H0v-.984L4 14v-2"/></svg>
<svg class="tc-image-insert-template tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M384 192h128v64H384zm192 0h128v64H576zm320 0v256H704v-64h128V256h-64v-64zM320 384h128v64H320zm192 0h128v64H512zM192 256v128h64v64H128V192h192v64zm192 320h128v64H384zm192 0h128v64H576zm320 0v256H704v-64h128V640h-64v-64zM320 768h128v64H320zm192 0h128v64H512zM192 640v128h64v64H128V576h192v64zM960 64H64v896h896V64zm64-64v1024H0V0h1024z"/></svg>
<svg class="tc-image-instacart tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.089000701904297 16.774999618530273"><path d="M10.252 6.523c.947.952 1.72 2.51 1.278 3.435-1.186 2.476-10.028 6.817-10.78 6.066-.75-.75 3.594-9.597 6.07-10.783.925-.442 2.483.333 3.435 1.28l-.003.003zm4.686-1.045c-.155-.57-.548-1.144-1.134-1.213-1.074-.124-2.768 1.775-2.647 2.226.12.452 2.513 1.247 3.406.604.46-.33.526-1.046.375-1.616zM11.61.215c.798.216 1.605.766 1.7 1.588.175 1.506-2.488 3.88-3.12 3.71-.632-.167-1.745-3.523-.845-4.775C9.808.09 10.812 0 11.611.212v.003z"/></svg>
<svg class="tc-image-instagram tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.800048828125 512.800048828125"><path d="M45.8 2.1C50.9.9 82.7.7 255.8.6 482.2.5 465.6 0 480.2 7.2c10.3 5.1 20.4 15.2 25.3 25.3 7.3 14.8 6.8-2.3 6.5 226.5l-.2 206-2.2 6.4c-6.6 18.7-19.701 31.8-38.4 38.4l-6.4 2.2-206 .2c-223.6.3-211 .6-223.9-5.1-12.4-5.5-23.4-16.4-29.1-28.9C0 465.7.3 477.9.4 256 .4 58.5.5 51.8 2.3 44.7 5.1 34.1 9.8 26.1 17.8 18c7.9-7.8 17.9-13.5 28-15.9zM444.4 63l-4.3-3-34.6-.3-34.7-.3-5 2.5c-5.4 2.7-8.8 7-10.2 12.6-.5 1.9-.9 18.4-.8 36.5l.1 33.1 3 4.4c1.7 2.6 4.9 5.6 7.4 7l4.5 2.4 33 .1c36.2.1 38.8-.2 44.3-5.6 6.1-5.9 6.3-7.8 6-44.9-.3-38.1-.5-38.7-8.7-44.5zm-168.2 97.1c-9.4-1.9-20-2.4-30.2-1.4-24.9 2.4-50.3 16.2-66 35.9-28.8 35.9-29.5 84.9-1.9 121.5 12.2 16.1 28.2 27.5 47.799 33.9 13.9 4.5 29 6.1 41.4 4.3 3-.5 7-1.1 8.9-1.3 5.9-.9 18.4-5.5 26.4-9.8 27.2-14.5 47-42.8 51.3-73.6 1.2-8.1.6-24.4-1.1-32.5-8.1-38.7-38.3-69.1-76.6-77zM102.1 225l1.8-8H82c-14 0-22.1.4-22.3 1-.3.6-.3 50.7-.2 111.5l.3 110.5 2.4 3.8c1.3 2.1 4.2 5 6.4 6.5l4.1 2.7 182.5.2 182.6.3 4.5-2.3c2.6-1.4 5.8-4.2 7.5-6.6l3-4.3.3-111.1c.1-66.9-.1-111.3-.7-111.601-.7-.5-39.6-.6-43.4-.2-.5.1-.6.5-.3 1 1 1.6 3.5 14.5 4.1 21.6 1.9 21.1.7 36.8-4.1 56-15.1 59.7-67.2 107.1-127.4 116-51.2 7.7-99.9-8.2-136.1-44.4-13.6-13.7-21.7-24.8-29.9-41.1-15.4-30.7-20.3-68.5-13.2-101.5z"/></svg>
<svg class="tc-image-instagram_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm551 266q0 64 44.5 109t108.5 45h512q64 0 108.5-45t44.5-109V974h-188q-20 73-81.5 120T960 1141t-139-47-83-120H551v252zm0-380h187q22-73 83-119t139-46 139.5 46 81.5 119h188V714q0-64-44.5-108.5T1216 561H704q-64 0-108.5 44.5T551 714v132zm281 64q0 53 37.5 90.5T960 1038t90.5-37.5T1088 910t-37.5-90.5T960 782t-90.5 37.5T832 910z"/></svg>
<svg class="tc-image-instagrem tc-image-button" width="22pt" height="22pt" viewBox="0 0 860 860"><path d="M690 430c0-17.333-2-34-6-50h176v344c0 37.333-13 69.333-39 96s-57.667 40-95 40H134c-37.333 0-69-13.333-95-40S0 761.333 0 724V380h174c-2.667 21.333-4 38-4 50 0 70.667 25.333 131.667 76 183s112 77 184 77c70.667 0 131.667-25.667 183-77s77-112.333 77-183M726 0c37.333 0 69 13 95 39s39 57.667 39 95v146H642c-52-73.333-122.667-110-212-110-92 0-162.667 36.667-212 110H0V134c0-37.333 13-69 39-95S96.667 0 134 0h592m64 166V94c0-16-8-24-24-24h-72c-16 0-24 8-24 24v72c0 5.333 2.333 10.667 7 16s10.333 8 17 8h72c16 0 24-8 24-24M590 430c0 44-15.667 81.667-47 113s-69 47-113 47-81.667-15.667-113-47-47-69-47-113c0-45.333 15.667-83.333 47-114s69-46 113-46 81.667 15.333 113 46 47 68.667 47 114"/></svg>
<svg class="tc-image-install tc-image-button" width="22pt" height="22pt" viewBox="0 0 908 750"><path d="M887.333 420c16 34.667 20.667 66.667 14 96l-34 184c-1.333 13.333-7.667 25-19 35s-24.333 15-39 15h-712c-14.667 0-27.667-5-39-15-11.333-10-17.667-21.667-19-35l-34-184c-5.333-33.333-.667-65.333 14-96l158-374C192 15.333 216 0 249.333 0h104l-20 204h-134l254 210 256-210h-136l-18-204h102c33.333 0 58 15.333 74 46l156 374m-68 132c1.333-14.667-2-27.333-10-38-8-10.667-19.333-16-34-16h-644c-14.667 0-26 5.333-34 16s-11.333 23.333-10 38l14 74c1.333 14.667 7.667 27 19 37s23.667 15 37 15h592c14.667 0 27.667-5 39-15 11.333-10 17.667-22.333 19-37l12-74"/></svg>
<svg class="tc-image-instapaper tc-image-button" width="22pt" height="22pt" viewBox="0 0 250.36801147460938 506.8960266113281"><path d="M0 492.56c34.8-2.064 56.992-6.656 66.56-13.84 10.256-7.152 15.376-25.424 15.376-54.784V82.944c0-28-5.12-46.08-15.376-54.272C56.992 20.816 34.816 16.048 0 14.336V0h250.368v14.336c-34.817 1.36-57.168 6.144-67.056 14.336-10.256 8.192-15.376 26.288-15.376 54.272v340.992c0 29.36 5.12 47.632 15.376 54.784 10.24 7.184 32.592 11.776 67.056 13.84v14.336H0V492.56z"/></svg>
<svg class="tc-image-insurance-agency tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 44.108001708984375"><path d="M24.243 0L0 20.108h5.732v24h36v-24H48L24.243 0zm5.431 37.108H18.325l2.38-10.711c-1.439-1-2.38-2.506-2.38-4.35 0-3.038 2.541-5.439 5.674-5.439 3.135 0 5.675 2.493 5.675 5.531 0 1.845-.941 3.245-2.379 4.242l2.379 10.727z"/></svg>
<svg class="tc-image-intellij tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.14299964904785 22.429000854492188"><path d="M.001 3.403v-.54c.014-.065.029-.129.041-.194A2.84 2.84 0 0 1 2.859.327c3.763.01 7.526.003 11.289.003h.185v.189c0 3.524.003 7.049-.003 10.573a18.819 18.819 0 0 1-.078 1.52 9.423 9.423 0 0 1-.473 2.188 10.988 10.988 0 0 1-3.339 4.955 10.942 10.942 0 0 1-4.413 2.303c-.674.175-1.357.301-2.054.323-.507.016-1.019.048-1.521-.006-1.128-.119-2.048-.946-2.34-2.042-.047-.177-.074-.358-.111-.537v-.405c.021-.105.042-.21.061-.315.252-1.367 1.482-2.345 2.918-2.3a6 6 0 0 0 1.284-.093c1.301-.247 2.374-.897 3.208-1.927.777-.96 1.193-2.062 1.203-3.298.014-1.768.004-3.537.004-5.305 0-.19 0-.191-.191-.191-1.809 0-3.618.002-5.426-.002a3.917 3.917 0 0 1-.71-.056C1.224 5.689.484 5.022.123 3.937c-.057-.172-.082-.356-.122-.534zM19.501 0c.18.034.362.056.539.103.821.217 1.356.76 1.694 1.517.232.521.35 1.072.379 1.641.018.35.025.701.025 1.052.002 4.816.005 9.632-.003 14.449-.001.772-.137 1.529-.513 2.22-.485.893-1.233 1.36-2.258 1.378-.639.011-1.219-.149-1.714-.561-.463-.386-.741-.895-.92-1.461a5.3 5.3 0 0 1-.242-1.59c-.004-5.055-.007-10.11.003-15.164.002-.819.158-1.616.593-2.332C17.52.534 18.152.117 18.995.035c.044-.004.086-.021.129-.032h.378z"/><path d="M.001 11.074c.021-.085.046-.169.061-.254a3.228 3.228 0 0 1 2.677-2.645c1.735-.272 3.398.933 3.673 2.662a3.227 3.227 0 0 1-2.656 3.686C2 14.814.347 13.601.063 11.899c-.016-.095-.042-.189-.063-.284v-.54z"/></svg>
<svg class="tc-image-intensedebate tc-image-button" width="22pt" height="22pt" viewBox="0 0 659.5050048828125 588.7999877929688"><path d="M0 212.992c59.392-11.264 94.896-23.376 106.495-36.352 9.217-10.24 16.897-25.776 23.04-46.591 6.145 7.855 10.065 16.127 11.776 24.832s1.873 15.44.512 20.223l-2.56 6.656c-2.047 4.432-3.84 8.016-5.375 10.752a713.137 713.137 0 0 0-3.84 6.913c-1.025 1.872-2.64 3.76-4.864 5.631s-3.92 3.329-5.12 4.352c-1.184 1.024-3.92 2.896-8.193 5.632-4.271 2.736-7.76 5.12-10.495 7.169-11.952 9.216-17.664 19.87-17.152 32 .511 12.111 5.712 21.407 15.616 27.903 8.88 5.456 17.487 4.433 25.855-3.072 8.368-7.504 17.328-20.816 26.88-39.936 4.097-8.528 7.248-19.792 9.473-33.792 2.224-14 5.552-26.448 9.983-37.376 4.433-10.927 12.464-20.992 24.065-30.208 6.815-5.456 14.592-8.704 23.296-9.727 8.704-1.025 17.248-1.2 25.6-.513 8.367.689 17.152.689 26.367 0 9.216-.672 19.457-4.687 30.72-12.032 11.266-7.328 22.704-18.336 34.306-33.024 1.712-2.047 4.096-4.688 7.168-7.936s9.552-8.191 19.456-14.848c9.903-6.656 19.968-11.44 30.224-14.336 10.24-2.912 22.864-2.736 37.872.512 15.024 3.248 29.696 10.849 44.032 22.784-16.368-7.168-31.744-10.752-46.08-10.752s-25.857 2.56-34.544 7.68c-8.72 5.12-16.145 10.752-22.288 16.896-6.16 6.144-10.592 11.777-13.313 16.896l-3.6 7.68c-5.103 12.625-9.984 23.12-14.591 31.488-4.609 8.368-8.624 14.944-12.032 19.713-3.409 4.767-7.68 8.623-12.8 11.52s-9.216 4.864-12.288 5.887c-3.073 1.024-8.529 2.464-16.384 4.353-7.856 1.872-14.336 3.487-19.456 4.863-14.672 4.432-23.216 13.664-25.6 27.648-2.049 12.288 1.696 21.328 11.264 27.136 10.928 6.144 24.912 3.744 41.983-7.168 12.624-8.191 22.784-16.64 30.464-25.344s12.881-16.208 15.616-22.528c2.721-6.32 7.424-13.056 14.08-20.224s15.457-13.488 26.353-18.944c14.687-7.168 28.687-12.031 42-14.592 13.311-2.56 27.472-3.92 42.496-4.096 15.008-.175 26.432-.768 34.287-1.792 67.248-10.927 109.232-30.383 125.97-58.368C643.041 39.6 651.425 17.408 651.761 0c5.775 19.793 7.744 37.552 5.872 53.248-1.872 15.696-6.4 29.44-13.568 41.217-7.168 11.775-14.688 21.503-22.529 29.183-7.84 7.68-14.847 13.392-20.99 17.152l-9.218 5.632c-26.255 13.648-48.175 23.12-65.76 28.416s-31.824 8.88-42.751 10.752-21.504 5.552-31.744 11.008c-35.152 18.769-44.032 45.232-26.624 79.36 7.167 14 17.664 21.584 31.503 22.785 13.809 1.199 27.04-3.841 39.665-15.105 2.047-1.712 4.432-4.096 7.167-7.168 2.721-3.072 6.561-9.727 11.521-19.968s7.6-20.656 7.936-31.232c6.832 19.105 9.472 35.584 7.936 49.408-1.552 13.824-5.04 24.672-10.496 32.512l-7.664 11.265c-12.304 12.975-22.624 22.11-30.992 27.391-8.352 5.296-19.104 8.448-32.256 9.472-13.136 1.024-28.416-1.535-45.824-7.664-29.344-7.168-49.744-10.672-61.184-10.495-11.44.175-21.936 3.151-31.488 8.96-9.552 5.471-16.896 12.72-22.016 21.76s-5.456 17.328-1.024 24.831c4.784 8.528 10.576 13.232 17.408 14.096 6.832.848 17.744-2.815 32.767-11.008 13.313-7.856 24.577-12.896 33.792-15.104 9.217-2.208 20.832-3.664 34.817-4.336 29.696-.688 53.44 5.792 71.183 19.456 12.624 8.208 25.248 17.92 37.873 29.185-13.665-8.208-27.12-13.393-40.432-15.617-13.313-2.223-24.592-2.064-33.792.496-9.216 2.56-17.488 5.632-24.832 9.216s-12.72 7.248-16.128 11.008l-5.12 5.12c-15.376 17.408-28.256 29.696-38.656 36.88-10.416 7.152-19.456 10.656-27.136 10.48s-17.664-2.64-29.952-7.423c-3.408-1.36-10.16-4.273-20.224-8.704-10.064-4.433-17.152-7.168-21.248-8.193v-56.336c0-41.296-15.696-73.04-47.104-95.232-20.144-13.664-43.008-20.48-68.608-20.48-25.952 0-48.816 6.657-68.608 19.968-6.832-9.904-15.536-15.536-26.112-16.895v-38.4c0-10.592-3.664-19.552-11.008-26.88-7.36-7.344-16.32-11.025-26.896-11.025H.002zM65.025 501.76v-82.944c0-22.192 3.248-39.088 9.728-50.688 13.664-24.256 36.527-36.352 68.607-36.352 23.552 0 42.416 7.424 56.577 22.272 14.16 14.864 21.248 33.552 21.248 56.064v69.12H117.76v34.32c0 16.368 8.527 24.56 25.6 24.56 15.36 0 23.904-8.336 25.6-25.072h52.223c0 21.168-7.007 39.072-20.992 53.76-14.672 14.672-33.632 22-56.832 22-32.08 0-54.96-12.112-68.607-36.336-6.48-11.616-9.729-28.512-9.729-50.704zm52.736-61.952h51.2v-28.672c0-19.104-8.528-28.672-25.6-28.672-17.056 0-25.6 9.568-25.6 28.672v28.672zm134.144 101.888c3.76-12.288 5.632-24.4 5.632-36.336 0-3.76-.512-7.184-1.536-10.256 8.192 1.376 14 2.224 17.408 2.56 21.168 2.048 35.664 9.904 43.52 23.552.672 1.024 1.456 2.56 2.304 4.608s2.048 5.968 3.584 11.776c1.536 5.792 1.44 11.088-.256 15.872-10.592-8.192-21.76-13.312-33.536-15.376-11.776-2.032-20.912-1.872-27.392.529z"/></svg>
<svg class="tc-image-interac tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.2011108398438 794.7481689453125"><path d="M114.494 472.26v66.11c-11.285 3.226-32.246 11.284-38.697 11.284-19.353 0-30.638-17.736-30.638-35.47 0-27.414 49.992-33.855 69.335-41.924zm135.455-67.718V83.672c0-16.118-11.284-20.962-25.795-17.736-20.962 6.451-140.298 46.756-203.192 72.56C3.226 146.556 0 156.232 0 164.291v311.194c0 19.354 22.58 17.746 27.412 16.128 14.51-3.226 83.856-25.794 93.532-30.638v251.536c0 32.256 32.256 45.148 45.148 82.237h161.26V522.252c0-30.638-54.825-88.688-77.404-117.709zM51.611 473.877c-6.45 3.226-22.579 9.677-29.03 9.677s-12.904-1.618-12.904-9.677v-306.36c0-16.129 24.187-22.57 41.933-29.02v335.38zm187.053-80.63c0 9.677-19.353 17.736-30.638 20.962v140.288h-6.45V377.13c0-24.187-27.414-30.638-40.316-30.638-19.353 0-40.315 17.736-40.315 30.638v70.942c-6.45 3.226-11.285 4.843-19.353 8.06V119.132L224.155 77.21c11.284-3.226 14.51 6.451 14.51 12.902v303.135zM51.611 138.497v335.38l49.981-17.746 1.618-336.988zm78.622 60.59l36.65-11.09v23.43c5.467-11.245 11.017-19.723 16.62-25.539s12.43-9.974 20.48-12.4c10.884-3.299 19.393-1.28 25.558 5.917 6.134 7.22 9.206 20.316 9.206 39.301v91.587l-39.516 11.961v-79.227c0-9.032-1.188-15.063-3.563-18.094-2.406-3.072-5.745-3.91-10.055-2.6-4.752 1.443-8.642 5.16-11.57 11.1-2.97 5.95-4.455 15.523-4.455 28.62v69.171l-39.352 11.91V199.086zM309.69 89.95v54.825l21.637-6.543v40.284l-21.637 6.543v51.118c0 6.154.43 10.107 1.25 11.847 1.28 2.663 3.522 3.563 6.76 2.581 2.897-.88 6.962-3.308 12.174-7.25l2.898 37.274c-9.728 5.91-18.8 10.137-27.248 12.688-9.8 2.96-17.019 3.39-21.637 1.27-4.649-2.11-8.079-6.44-10.29-12.954-2.244-6.492-3.329-17.838-3.329-33.956v-50.698l-14.51 4.393v-40.284l14.51-4.393v-26.48l39.424-40.265zm154.286 93.83l-78.827 23.858c.697 8.684 2.406 14.736 5.11 18.268 3.79 5.1 8.776 6.697 14.878 4.854 3.861-1.168 7.547-3.625 11.018-7.404 2.14-2.365 4.413-6.062 6.861-11.15l38.76-6.728c-5.94 16.292-13.057 28.816-21.434 37.653-8.376 8.786-20.388 15.565-36.055 20.306-13.589 4.116-24.279 4.66-32.092 1.66-7.783-3.01-14.244-9.626-19.364-19.795-5.11-10.168-7.68-23.142-7.68-38.973 0-22.508 5.14-42.302 15.401-59.3 10.291-17.049 24.474-28.334 42.578-33.813 14.674-4.444 26.286-4.803 34.765-1.116 8.51 3.625 15.012 10.742 19.426 21.207 4.455 10.506 6.656 25.252 6.656 44.237v6.236zm-39.967-14.347c-.788-10.455-2.837-17.48-6.134-21.064-3.328-3.625-7.68-4.618-13.087-2.98-6.267 1.894-11.243 6.922-15.012 15.012-2.375 5.07-3.89 11.971-4.516 20.767l38.748-11.735zm58.45-76.954l36.802-11.14v23.571c3.563-11.264 7.22-19.415 10.987-24.392 3.758-4.976 8.418-8.335 13.947-10.014 5.806-1.762 12.135-1.127 19.026 1.833l-12.165 43.038c-4.618-1.33-8.315-1.557-11.018-.738-5.15 1.557-9.134 5.776-11.97 12.565-4.056 9.656-6.094 26.02-6.094 49.08v48.292l-39.516 11.96V92.477zm126.68 8.284l-37.572 5.816c1.413-9.646 3.461-17.53 6.134-23.623 2.673-6.082 6.492-11.827 11.55-17.244 3.594-3.912 8.571-7.598 14.87-11.029 6.297-3.44 13.127-6.288 20.48-8.519 11.775-3.564 21.278-5.509 28.394-5.817 7.158-.317 13.128 1.772 17.88 6.205 3.368 3.052 6 7.998 7.945 14.868 1.915 6.922 2.878 13.722 2.878 20.521v63.621c0 6.758.327 11.991.922 15.646.625 3.656 1.946 8.162 4.024 13.507l-36.915 11.172c-1.485-3.256-2.437-5.785-2.898-7.598s-.89-4.73-1.35-8.755c-5.15 8.55-10.292 15.063-15.37 19.558-6.964 6.083-15.044 10.526-24.25 13.312-12.237 3.707-21.534 2.54-27.904-3.502-6.338-6-9.503-14.858-9.503-26.532 0-10.978 2.274-20.644 6.861-29.072 4.577-8.469 12.995-16.25 25.293-23.399 14.777-8.643 24.341-14.449 28.734-17.449 4.352-2.98 9.001-6.615 13.885-10.772 0-6.81-.994-11.233-2.97-13.363-2.007-2.079-5.509-2.406-10.558-.88-6.43 1.945-11.244 4.885-14.48 8.734-2.489 3.041-4.537 7.916-6.082 14.592zm34.098 18.71a215.81 215.81 0 0 1-16.886 12.338c-7.977 5.376-13.056 9.882-15.165 13.383-2.212 3.676-3.298 7.394-3.298 11.182 0 4.352 1.086 7.547 3.236 9.667 2.171 2.068 5.335 2.51 9.534 1.24 4.383-1.332 8.448-4.036 12.237-8.152 3.758-4.147 6.431-8.612 8.018-13.353 1.577-4.782 2.345-10.619 2.345-17.469l-.02-8.837zm138.598-29.86l37.366-5.347c-2.048 11.55-5.447 22.067-10.128 31.498-4.72 9.441-10.72 17.46-18.043 24.115-7.29 6.605-16.589 11.643-27.863 15.053-10.885 3.298-19.958 4.608-27.177 3.963-7.26-.676-13.486-3.369-18.698-8.182-5.243-4.803-9.328-11.018-12.268-18.739-2.97-7.67-4.455-18.606-4.455-32.819 0-14.817 1.782-27.719 5.417-38.676 2.642-8.018 6.226-15.596 10.813-22.723s9.267-12.85 14.121-17.1c7.65-6.759 17.48-11.96 29.45-15.586C777.123 0 789.892.35 798.698 6.114c8.775 5.724 14.981 16.16 18.504 31.303l-37.018 18.104c-1.157-5.806-3.266-9.799-6.338-11.97-3.072-2.222-7.158-2.509-12.339-.942-6.503 1.966-11.776 6.851-15.8 14.592-4.024 7.793-6.032 18.31-6.032 31.601 0 11.847 2.007 20.224 6 25.18 3.994 4.946 9.072 6.471 15.268 4.588 5.15-1.556 9.472-4.72 12.995-9.493 3.502-4.762 6.144-11.254 7.895-19.466z"/></svg>
<svg class="tc-image-intercom tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path fill-rule="nonzero" d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-3.867 2.933a.534.534 0 0 1 1.067 0v7.125a.534.534 0 0 1-1.067 0V2.933zm-2.666-.27a.533.533 0 1 1 1.066 0v7.734a.533.533 0 1 1-1.066 0V2.663zm-2.667.27a.534.534 0 0 1 1.067 0v7.125a.535.535 0 0 1-1.067 0V2.933zM2.133 4A.534.534 0 0 1 3.2 4v4.797a.534.534 0 0 1-1.067 0V4zm11.547 8.135c-.082.07-2.058 1.728-5.68 1.728s-5.598-1.657-5.68-1.728a.533.533 0 0 1 .692-.812c.032.027 1.796 1.474 4.988 1.474 3.232 0 4.97-1.457 4.986-1.472a.533.533 0 1 1 .694.81zm.187-3.338a.534.534 0 0 1-1.067 0V4a.533.533 0 0 1 1.067 0v4.797z"/></svg>
<svg class="tc-image-interface-button tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 25.333999633789062"><path d="M5.147 0h34.04c2.624 0 5.147 2.523 5.147 5.146v15.042c0 2.623-2.523 5.146-5.146 5.146H5.146C2.523 25.334 0 22.811 0 20.188V5.146C0 2.523 2.523 0 5.146 0zm1.187 3.167a3.167 3.167 0 0 0-3.167 3.167V19a3.167 3.167 0 0 0 3.167 3.167H38A3.167 3.167 0 0 0 41.167 19V6.334A3.167 3.167 0 0 0 38 3.167H6.334zm7.218 13.331h-.03v.919h-2.217V6.481h2.217v4.718h.03c.57-.88 1.38-1.319 2.43-1.319.963 0 1.705.325 2.226.974.521.648.782 1.535.782 2.66 0 1.221-.304 2.202-.912 2.941-.608.74-1.421 1.11-2.439 1.11-.92 0-1.616-.356-2.087-1.067zm-.065-3.048v.734c0 .464.139.847.416 1.151.277.304.633.456 1.067.456.525 0 .932-.195 1.221-.585.29-.39.434-.943.434-1.659 0-.594-.132-1.058-.397-1.392-.265-.334-.643-.501-1.136-.501-.462 0-.845.166-1.149.497-.304.332-.456.765-.456 1.3zm11.266 3.82c-.33.196-.825.295-1.487.295-1.57 0-2.355-.838-2.355-2.515v-3.396h-1.182v-1.627h1.182V8.452l2.217-.642v2.217h1.625v1.626h-1.625v2.983c0 .77.299 1.154.898 1.154l.727-.147v1.625zm8.571.147h-2.216v-4.064c0-1.133-.422-1.7-1.264-1.7-.406 0-.74.15-1.003.45-.262.301-.393.682-.393 1.144v4.17h-2.217v-7.389h2.217v1.229h.03c.544-.918 1.339-1.377 2.383-1.377 1.642 0 2.463 1.01 2.463 3.032v4.505z"/></svg>
<svg class="tc-image-interface-dropdown tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 25.333999633789062"><path d="M0 0h44.334v25.334H0V0zm3.167 3.167v19H23.75v-19H3.167zm38 19v-19H25.334v19h15.833zM28.5 9.5H38l-4.75 6.334L28.5 9.5zm-14.925 7.917h-2.218v-1.101h-.03c-.5.832-1.24 1.249-2.221 1.249-.724 0-1.293-.202-1.708-.606-.415-.404-.622-.944-.622-1.618 0-1.424.857-2.246 2.57-2.466l2.025-.265c0-.736-.441-1.104-1.323-1.104-.888 0-1.733.246-2.533.739v-1.738l1.322-.438 1.527-.19c2.14 0 3.21 1.047 3.21 3.14v4.397zm-2.203-2.995v-.482l-1.38.168c-.764.092-1.146.417-1.146.972 0 .251.093.457.278.618.186.16.437.241.754.241.442 0 .801-.143 1.078-.43.277-.286.416-.648.416-1.087z"/></svg>
<svg class="tc-image-interface-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 38"><path d="M0 0h41.166v38H0V0zm3.166 3.166v17.417H38V3.166H3.166zm0 31.667H38v-3.167H3.166v3.167zM38 26.916H3.166v3.167H38v-3.167zm0-4.75H3.166v3.167H38v-3.167zm-28.417-4.75H7.366V6.481h2.217v10.935zm3.03-8.57c-.368 0-.67-.116-.904-.346a1.142 1.142 0 0 1-.353-.849 1.1 1.1 0 0 1 .353-.842c.234-.219.536-.328.904-.328.372 0 .675.11.907.328.232.218.349.5.349.843 0 .349-.117.635-.349.858-.232.224-.535.335-.907.335zm1.108 8.57h-2.217v-7.388h2.217v7.388zm1.33-.251V15.2l1.142.556 1.075.183.974-.144c.237-.095.356-.24.356-.434l-.162-.358-.415-.25-.554-.193-.58-.194-.79-.354-.573-.441-.352-.58-.121-.78c0-.409.092-.762.276-1.058.184-.296.428-.538.734-.726l1.05-.415 1.233-.132 1.013.076 1.014.221v1.772l-.96-.333-1.007-.11-.437.033-.362.098-.247.166-.09.231.133.344.35.247.48.186.524.167.847.343.65.437.417.587.145.802c0 .434-.096.804-.29 1.111-.193.308-.45.558-.77.75l-1.107.423-1.3.133a6.431 6.431 0 0 1-2.296-.4zm11.379.104c-.33.197-.825.295-1.487.295-1.57 0-2.355-.838-2.355-2.514v-3.397h-1.183v-1.626h1.183V8.453l2.216-.642v2.216h1.626v1.626h-1.626v2.983c0 .77.3 1.155.898 1.155l.728-.148v1.626z"/></svg>
<svg class="tc-image-interface-password tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 26.91699981689453"><path d="M0 0h44.334v26.917H0V0zm3.167 3.167V23.75h38V3.167h-38zm13.015 10.656l-3.424.427 2.41 2.546-2.236 1.508-1.682-3.143-1.686 3.143-2.249-1.508 2.423-2.546-3.436-.427.89-2.36 3.163 1.267-.506-3.546h2.786l-.506 3.546 3.139-1.266.914 2.359zm11.653 0l-3.424.427 2.411 2.546-2.236 1.508-1.683-3.143-1.686 3.143-2.248-1.508 2.422-2.546-3.436-.427.891-2.36 3.163 1.267-.507-3.546h2.787l-.507 3.546 3.139-1.266.914 2.359zm1.853 8.344V4.75h1.979v17.417h-1.98z"/></svg>
<svg class="tc-image-interface-textbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 26.91699981689453"><path d="M0 0h44.334v26.917H0V0zm3.167 3.167V23.75h38V3.167h-38zM13.575 19h-2.218v-1.101h-.03c-.5.833-1.24 1.25-2.221 1.25-.724 0-1.293-.203-1.708-.607-.415-.404-.622-.943-.622-1.617 0-1.424.857-2.246 2.57-2.467l2.025-.265c0-.736-.441-1.104-1.323-1.104-.888 0-1.733.247-2.533.74v-1.737l1.322-.439 1.527-.19c2.14 0 3.21 1.047 3.21 3.141V19zm-2.203-2.994v-.483l-1.38.169c-.764.092-1.146.416-1.146.972 0 .25.093.456.278.617.186.161.437.242.754.242.442 0 .801-.144 1.078-.43.277-.286.416-.649.416-1.087zm6.223 2.075h-.03v.92h-2.218V8.064h2.217v4.717h.03c.57-.879 1.379-1.318 2.429-1.318.964 0 1.706.324 2.227.973.521.649.781 1.536.781 2.661 0 1.22-.303 2.201-.912 2.94-.608.74-1.42 1.11-2.438 1.11-.92 0-1.616-.355-2.087-1.067zm-.065-3.048v.735c0 .463.139.847.416 1.15.277.305.632.457 1.066.457.525 0 .933-.195 1.222-.586.29-.39.434-.943.434-1.659 0-.594-.132-1.058-.397-1.392-.265-.334-.643-.501-1.136-.501-.462 0-.845.166-1.149.498-.304.331-.456.764-.456 1.298zm12.448 3.651c-.503.31-1.23.464-2.182.464-1.111 0-2.01-.34-2.698-1.023-.687-.682-1.031-1.562-1.031-2.641 0-1.244.368-2.225 1.105-2.943.736-.718 1.722-1.077 2.957-1.077.85 0 1.467.12 1.85.36v2.004c-.455-.394-.961-.591-1.52-.591-.624 0-1.117.186-1.482.558-.364.371-.546.884-.546 1.539 0 .635.174 1.134.522 1.497.348.362.827.544 1.436.544.542 0 1.072-.197 1.59-.591v1.9zm1.293 3.483V4.75h1.98v17.417h-1.98z"/></svg>
<svg class="tc-image-internet-explorer tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1760"><path d="M1792 921q0 56-7 104H634q0 146 109.5 244.5T1001 1368q99 0 185.5-46.5T1323 1191h423q-56 159-170.5 281T1308 1660.5 987 1727q-187 0-356-83-228 116-394 116-237 0-237-263 0-115 45-275 17-60 109-229 199-360 475-606-184 79-427 354 63-274 283.5-449.5T987 116q30 0 45 1Q1287 0 1465 0q64 0 116 13t94.5 40.5T1742 130t24 115q0 116-75 286 101 182 101 390zm-70-640q0-83-53-132t-137-49q-108 0-254 70 121 47 222.5 131.5T1671 497q51-135 51-216zM128 1518q0 86 48.5 132.5T311 1697q115 0 266-83-122-72-213.5-183T226 1186q-98 205-98 332zm504-713h728q-5-142-113-237t-251-95q-144 0-251.5 95T632 805z"/></svg>
<svg class="tc-image-invert-colors tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.12000274658203 38.63999557495117"><path d="M28.87 11.32L17.56 0 6.25 11.32C0 17.57 0 27.7 6.25 33.95c3.12 3.12 7.22 4.69 11.31 4.69s8.19-1.56 11.31-4.69c6.25-6.25 6.25-16.38 0-22.63zM17.56 34.63c-3.21 0-6.22-1.25-8.48-3.52-2.27-2.26-3.52-5.27-3.52-8.48s1.25-6.22 3.52-8.49l8.48-8.48v28.97z"/></svg>
<svg class="tc-image-invert-colors-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40.45999526977539"><path d="M35.29 37.21l-4.71-4.71L18 19.92l-7.13-7.13-2.83-2.83-5.5-5.5L0 7.01l5.56 5.56C.46 18.85.84 28.1 6.68 33.95c3.12 3.12 7.22 4.69 11.31 4.69 3.57 0 7.14-1.19 10.06-3.56l5.4 5.38L36 37.91l-.71-.7zM18 34.63c-3.21 0-6.22-1.25-8.48-3.51A11.92 11.92 0 0 1 6 22.63c0-2.64.86-5.14 2.42-7.21L18 25.01v9.62zm0-28.97v9.16l14.51 14.51c2.73-5.91 1.68-13.14-3.2-18.02L18 0l-7.41 7.41 2.83 2.83L18 5.66z"/></svg>
<svg class="tc-image-invisible tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.152998924255371 10.283677101135254"><path d="M5.221 1.26c.4-.086.817-.144 1.265-.144 3.188 0 5.503 2.672 6.344 3.565.246.261.323.986-.039 1.412-.289.34-.721.867-1.321 1.4l-1.974-1.97c.007-.085.025-.167.025-.254a2.952 2.952 0 0 0-2.952-2.952c-.089 0-.174.02-.261.026L5.221 1.26zm1.694 6.926c-.115.014-.228.035-.346.035a2.953 2.953 0 0 1-2.953-2.953c0-.116.021-.226.034-.339L1.802 3.087C1.206 3.613.719 4.144.344 4.538.006 4.893 0 5.614.27 5.908c1.237 1.34 3.168 3.467 6.216 3.467a7.8 7.8 0 0 0 1.475-.147L6.915 8.186zm4.519 1.902a.5.5 0 0 0 0-.707L2.242.19a.5.5 0 0 0-.707.707l9.192 9.192a.5.5 0 0 0 .707 0z"/></svg>
<svg class="tc-image-invision tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M14.55 0H1.45C.65 0 0 .65 0 1.45v13.1C0 15.35.65 16 1.45 16h13.1c.8 0 1.45-.65 1.45-1.45V1.45C16 .65 15.35 0 14.55 0zM3.32 10.192a3.329 3.329 0 0 0-.086.723c0 .848.46 1.41 1.438 1.41.81 0 1.468-.48 1.94-1.257l-.288 1.16h1.61l.92-3.69c.23-.935.675-1.42 1.35-1.42.532 0 .863.33.863.877 0 .158-.014.33-.072.517l-.474 1.696c-.07.245-.1.49-.1.72 0 .804.474 1.393 1.466 1.393.848 0 1.524-.545 1.898-1.853l-.633-.244c-.315.876-.588 1.035-.804 1.035-.215 0-.33-.144-.33-.43 0-.13.028-.274.07-.447l.462-1.65c.114-.39.158-.733.158-1.05 0-1.236-.748-1.88-1.653-1.88-.848 0-1.71.764-2.142 1.57l.317-1.446H6.77l-.346 1.273h1.15l-.708 2.835C6.31 11.268 5.29 11.288 5.16 11.26c-.21-.048-.345-.128-.345-.402 0-.157.03-.384.1-.657l1.08-4.276H3.262l-.345 1.273h1.136l-.733 2.995zm2.027-5.158a.967.967 0 0 0 .978-.963c0-.545-.446-.962-.978-.962s-.977.417-.977.963c0 .547.445.964.977.964z"/></svg>
<svg class="tc-image-invoice tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.1900024414062 368.6300048828125"><path d="M792.556 115.384l-88.75-88.75c-1.015-1.014-3.544-3.031-7.589-6.072v102.4h102.4c-3.02-4.034-5.048-6.553-6.062-7.577zM696.318 153.6c-11.428-1.208-14.07-3.328-20.48-10.24-6.298-5.796-10.537-12.144-10.24-20.48V0H50.503C36.771 0 24.933 6.277 14.97 16.251 4.976 24.975 0 36.813 0 51.784v268.534c0 14.961 4.976 26.829 14.96 35.533 9.973 9.994 21.81 12.779 35.532 12.779h718.204c13.712 0 25.55-2.785 35.533-12.779 9.974-8.704 14.961-20.572 14.961-35.533V153.601H696.32zM78.714 315.802H51.199l28.14-119.368h27.514L78.714 315.802zm139.623 0h-30.843l-32.113-90.307h-.543l-.358 2.611c-1.925 11.755-3.91 22.262-5.95 31.519l-13.077 56.176h-24.802l27.874-119.367h32.205l30.67 87.931h.357c.717-4.137 1.894-10.045 3.522-17.715 1.628-7.68 7.035-31.079 16.231-70.216h24.72l-27.895 119.367zm55.02 0l-11.46-119.368H288.5l4.598 71.854c.236 2.447.358 6.072.358 10.854-.123 5.611-.297 9.687-.543 12.247h.635c4.69-12.032 7.998-19.733 9.923-23.101l38.963-71.854h28.498l-67.45 119.368h-30.127zM474.5 280.576c-5.949 12.165-14.1 21.351-24.443 27.556s-22.25 9.308-35.727 9.308c-15.39 0-27.402-4.014-36.034-12.042s-12.943-19.169-12.943-33.433c0-14.428 2.98-27.689 8.93-39.803s14.162-21.402 24.627-27.884c10.466-6.482 22.548-9.718 36.26-9.718 15.33 0 27.207 3.922 35.625 11.755 8.418 7.844 12.626 18.811 12.626 32.901.01 15.401-2.97 29.194-8.919 41.36zm46.9 35.226h-27.514l28.14-119.368h27.514l-28.139 119.368zm72.468-26.205c4.116 4.413 10.691 6.615 19.712 6.615 8.775 0 18.944-2.099 30.485-6.288v21.228c-11.96 4.188-23.992 6.288-36.076 6.288-15.278 0-27.146-4.066-35.625-12.206s-12.718-19.661-12.718-34.581c0-14.264 3.123-27.392 9.38-39.394s14.612-21.115 25.078-27.351 22.487-9.349 36.076-9.349c7.516 0 14.192.615 20.02 1.833 5.836 1.229 12.082 3.471 18.76 6.738l-10.64 20.409c-6.37-3.216-11.633-5.335-15.78-6.37s-8.264-1.546-12.36-1.546c-7.936 0-15.073 2.202-21.422 6.615s-11.438 10.895-15.288 19.476c-3.85 8.571-5.775 17.787-5.775 27.638 0 9.083 2.058 15.831 6.174 20.245zm169.258-72.427h-46.183l-6.042 26.204h43.03l-4.957 20.736h-43.029l-7.219 30.782h46.183l-4.874 20.9h-73.687l27.874-119.368h73.78l-4.875 20.746zm-330.209-1.546c-7.28 0-13.947 2.488-20.029 7.475s-10.834 11.827-14.295 20.531c-3.46 8.714-5.18 18.156-5.18 28.334 0 7.997 1.996 14.039 6 18.125s9.635 6.123 16.916 6.123c7.28 0 13.906-2.365 19.886-7.106 5.98-4.731 10.66-11.428 14.03-20.08s5.047-18.37 5.047-29.143c0-7.731-1.956-13.701-5.867-17.92-3.912-4.229-9.41-6.338-16.507-6.338z"/></svg>
<svg class="tc-image-invoice-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 437.9849853515625 511.99993896484375"><path d="M255.99 155.003c0 8.673 2.663 15.35 7.997 19.999 5.335 5.346 11.663 7.998 18.995 7.998h155.003v301.998c0 7.997-2.673 14.346-7.997 18.995-5.335 5.356-11.663 8.007-18.995 8.007h-384c-7.342 0-13.67-2.652-18.995-7.997C2.663 499.344 0 493.005 0 485.008V27.003c0-7.998 2.663-14.326 7.998-18.995C13.323 2.673 19.651 0 26.993 0H255.99v155.003zm36.004-9.001V10.998c5.335 4.004 8.663 6.666 10.005 7.998l117.002 117.002c1.331 1.341 4.004 4.67 7.997 10.005H291.994z"/></svg>
<svg class="tc-image-invoice-sign-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 437.9949951171875 511.99896240234375"><path d="M282.992 182.999h155.003v301.998c0 7.997-2.673 14.346-7.997 18.995-5.356 5.346-11.673 8.007-19.005 8.007h-384c-7.342 0-13.67-2.652-18.995-7.997C2.652 499.343 0 493.004 0 485.007V26.993c0-7.998 2.652-14.326 7.998-18.995C13.323 2.663 19.651 0 26.993 0H255.99v155.003c0 8.673 2.652 15.35 7.997 19.998 5.335 5.335 11.663 7.998 19.005 7.998zm45.998 64v-18.002c0-2.652-1.004-4.997-3-7.004s-4.004-3-6-3H117.996c-1.997 0-4.004 1.004-6 3s-3 4.342-3 7.004v18.002c0 3.349 1.003 5.345 3 6 1.997 1.997 3.993 3 6 3h202.005c1.997 0 4.004-1.004 6-3 1.997-.655 2.99-2.662 2.99-6zm0 73.001v-18.002c0-2.652-1.004-4.997-3-7.004-1.34-1.331-3.348-1.997-6-1.997H117.996c-2.673 0-4.67.665-6 1.997-1.997 1.997-3 4.342-3 7.004V320c0 2.673 1.003 4.997 3 7.004 2.652 1.341 4.66 1.997 6 1.997h202.005c1.331 0 3.328-.655 6-1.997 1.997-2.007 2.99-4.342 2.99-7.004zm0 73.001v-18.002c0-2.652-1.004-4.997-3-7.004-2.673-1.331-4.669-1.997-6-1.997H117.996c-1.34 0-3.349.665-6 1.997-1.997 1.997-3 4.342-3 7.004v18.002c0 2.673 1.003 4.997 3 7.004 2.652 1.341 4.66 1.997 6 1.997h202.005c1.331 0 3.328-.655 6-1.997 1.997-2.007 2.99-4.342 2.99-7.004zm90-257.004c1.33 1.341 4.003 4.67 7.996 10.005H291.992V10.998c5.335 4.004 8.653 6.666 10.005 7.998l116.992 117.002z"/></svg>
<svg class="tc-image-invoice-sign-alt-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 437.9849853515625 512.0000610351562"><path d="M418.99 108.994c5.335 5.346 10.005 12.35 13.998 21.002 3.328 7.342 4.997 15.667 4.997 24.996v330.005c0 7.998-2.673 14.346-7.997 18.995-5.346 5.346-11.663 8.008-18.995 8.008h-384c-7.342 0-13.67-2.652-18.995-7.998C2.652 499.343 0 493.004 0 485.007V26.993c0-7.997 2.652-14.326 7.998-18.995C13.323 2.663 19.651 0 26.993 0h256c7.997 0 16.333 1.997 24.996 6 10.66 4.669 18.002 9.001 21.995 13.005l89.006 89.989zm-16.998 365.998V182.999H282.993c-7.342 0-13.67-2.652-18.995-7.998-5.346-4.659-7.997-11.325-7.997-19.998V36.997H35.995v437.995h365.998zM108.995 228.997c0-2.652 1.003-4.997 3-7.004s4.004-3 6-3H320c1.997 0 4.004 1.003 6 3s3 4.342 3 7.004v18.002c0 3.349-1.004 5.345-3 6-2.007 1.997-4.004 3-6.01 3H117.993c-1.997 0-4.004-1.004-6-3-1.997-.655-3-2.652-3-6v-18.002zm210.995 64c2.652 0 4.66.666 6 1.997 1.997 1.997 3 4.342 3 7.004V320c0 2.673-1.004 4.997-3 7.004-2.673 1.341-4.669 1.997-6 1.997H117.996c-1.34 0-3.349-.656-6-1.997-1.997-1.997-3-4.332-3-7.004v-18.002c0-2.652 1.003-4.997 3-7.004 1.331-1.331 3.328-1.997 6-1.997H319.99zm0 73.001c1.331 0 3.328.666 6 1.997 1.997 1.997 3 4.342 3 7.004v18.002c0 2.673-1.004 4.997-3 7.004-2.673 1.341-4.669 1.997-6 1.997H117.996c-1.34 0-3.349-.656-6-1.997-1.997-1.997-3-4.332-3-7.004v-18.002c0-2.652 1.003-4.997 3-7.004 2.652-1.331 4.66-1.997 6-1.997H319.99zM291.994 38.994v106.998h108.001c-1.997-6-4.342-9.656-7.004-10.998l-88.996-90c-2.007-1.997-6-3.994-12-6z"/></svg>
<svg class="tc-image-invoice-sign-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 437.9849853515625 512.0009765625"><path d="M418.99 109.006c5.335 5.345 10.005 12.349 13.998 21.002 3.328 7.342 4.997 15.667 4.997 24.996v330.005c0 7.997-2.673 14.346-7.997 18.995-5.346 5.346-11.663 7.997-18.995 7.997h-384c-7.342 0-13.67-2.652-18.995-7.998C2.652 499.344 0 493.005 0 485.008V27.003c0-7.997 2.652-14.326 7.998-18.995C13.323 2.673 19.651 0 26.993 0h256c7.997 0 16.333 1.997 24.996 6.001 10.66 4.669 18.002 9.001 21.995 13.005l89.006 90zm-16.998 365.998V183H282.993c-7.342 0-13.67-2.652-18.995-7.997-5.346-4.659-7.997-11.326-7.997-19.999V36.998H35.995v437.995h365.998zM291.994 39.005v106.998h108.001c-1.997-6-4.342-9.656-7.004-10.998l-88.996-90c-2.007-2.007-6-4.004-12-6z"/></svg>
<svg class="tc-image-ionic tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><g transform="translate(-48 -48)"><path d="M423.592 132.804A31.855 31.855 0 0 0 429 115c0-17.675-14.33-32-32-32a31.853 31.853 0 0 0-17.805 5.409C344.709 63.015 302.11 48 256 48 141.125 48 48 141.125 48 256c0 114.877 93.125 208 208 208 114.873 0 208-93.123 208-208 0-46.111-15.016-88.71-40.408-123.196zM391.83 391.832c-17.646 17.646-38.191 31.499-61.064 41.174-23.672 10.012-48.826 15.089-74.766 15.089-25.94 0-51.095-5.077-74.767-15.089-22.873-9.675-43.417-23.527-61.064-41.174s-31.5-38.191-41.174-61.064C68.982 307.096 63.905 281.94 63.905 256c0-25.94 5.077-51.095 15.089-74.767 9.674-22.873 23.527-43.417 41.174-61.064s38.191-31.5 61.064-41.174c23.673-10.013 48.828-15.09 74.768-15.09 25.939 0 51.094 5.077 74.766 15.089a191.221 191.221 0 0 1 37.802 21.327A31.853 31.853 0 0 0 365 115c0 17.675 14.327 32 32 32 5.293 0 10.28-1.293 14.678-3.568a191.085 191.085 0 0 1 21.327 37.801c10.013 23.672 15.09 48.827 15.09 74.767 0 25.939-5.077 51.096-15.09 74.768-9.675 22.873-23.527 43.418-41.175 61.064z"/><circle cx="256.003" cy="256" r="96"/></g></svg>
<svg class="tc-image-ios-alarm tc-image-button" width="22pt" height="22pt" viewBox="0 0 404.3999938964844 396.1000061035156"><path d="M384.7 134.5c12.2-14.2 19.6-32.3 19.6-52.2.1-43.8-35.5-79.6-80.4-82.1-1.6-.1-3.1-.1-4.8-.1-20.4-.1-39.1 6.8-53.8 18.1l53.8 52.4L308.5 81c-25.7-19.4-57.2-32-91.2-34.9V46c0-8.5-7-15.5-15.5-15.5s-15.5 7-15.5 15.5v.1c-34 2.9-65 15.5-90.6 34.9L85.3 70.7l53.8-52.4C124.4 6.9 105.7.1 85.4.2c-1.6 0-3.2.1-4.8.1C35.6 2.8 0 38.6.2 82.4c0 19.8 7.4 38 19.6 52.2l54-52.6 9.5 9.5c-35.1 31.9-57.1 78-57.1 129.2 0 43.9 16.2 84 43 114.7L32.8 380l12.5 10.1 35.2-42.9c31.6 30.2 74.4 48.9 121.6 48.9h.4c47.2 0 90.2-18.7 121.8-48.9l35.2 43 12.3-10.1-36.5-44.7c26.8-30.8 43-70.9 43-114.7 0-51.1-22-97.3-57.2-129.3l9.5-9.5 54.1 52.6zM218.3 246.1h-112v-16h96v-128h16v144z"/></svg>
<svg class="tc-image-ios-alarm-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 404.20001220703125 396.1000061035156"><path d="M384.5 134.5c12.2-14.2 19.6-32.3 19.6-52.2.1-43.8-35.5-79.6-80.4-82.1-1.6-.1-3.1-.1-4.8-.1-20.4-.1-39.1 6.8-53.8 18.1l53.8 52.4L308.4 81c-25.7-19.4-57-32-91-34.9V46c0-8.5-7-15.5-15.5-15.5s-15.5 7-15.5 15.5v.1C152.5 49 121.3 61.6 95.7 81L85.3 70.6l53.8-52.4C124.4 6.8 105.7 0 85.4.1c-1.6 0-3.2.1-4.8.1C35.6 2.7 0 38.5.2 82.3c0 19.8 7.4 38 19.6 52.2l54-52.6 9.5 9.5c-35.1 31.9-57.1 78-57.1 129.2 0 43.9 16.2 84 43 114.7l-36.4 44.6 12.3 10.2 35.2-42.9c31.6 30.2 74.4 48.9 121.6 48.9h.4c47.2 0 90.2-18.7 121.8-48.9l35.2 43 12.3-10.1-36.5-44.7c26.8-30.8 43-70.9 43-114.7 0-51.1-22-97.3-57.2-129.3l9.5-9.5 54.1 52.6zM22.3 109.9c-4.2-8.6-6.4-18.4-6.5-28-.1-35.1 28.4-64.6 65.5-66.8 12.7-.7 23.1 1.4 32.1 6.1l-91.1 88.7zM362 218.6c0 87.7-72 157.1-160.1 157.1-88 0-159.8-69.4-159.8-157.1 0-87.7 71.8-158.7 159.9-158.7 88.1 0 160 70.9 160 158.7zM290.8 21.3c8.8-4.8 19.3-6.8 32.1-6.1 37.2 2 65.6 31.5 65.5 66.8 0 9.6-2.3 19.4-6.5 28.1l-91.1-88.8z"/><path d="M202.1 102.1v128h-96v16h112v-144z"/></svg>
<svg class="tc-image-ios-albums tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M448 64H0v320h448V64zM40 32h368v16H40zM72 0h304v16H72z"/></svg>
<svg class="tc-image-ios-albums-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M432 80v288H16V80h416m16-16H0v320h448V64zM40 32h368v16H40zM72 0h304v16H72z"/></svg>
<svg class="tc-image-ios-americanfootball tc-image-button" width="22pt" height="22pt" viewBox="0 0 468.6520080566406 416.00201416015625"><path d="M356.93 85.397C284.227 12.693 167.706 0 95.175.002 56.249.003 29.984 3.66 29.984 3.66S0 218.887 111.72 330.607c72.704 72.704 189.222 85.395 261.753 85.395 38.927 0 65.193-3.658 65.193-3.658s29.986-215.226-81.736-326.947zM46.449 146.73L173.032 20.148a471.283 471.283 0 0 1 18.112 2.899L49.35 164.84a476.047 476.047 0 0 1-2.901-18.11zm199.188 140.467l28.688-28.688-22.627-22.628-28.688 28.688-11.313-11.312 28.688-28.688-22.627-22.627-28.688 28.688-11.313-11.312 28.688-28.688-22.628-22.628-28.688 28.688-11.313-11.312 28.689-28.689-22.628-22.627-28.688 28.688-11.314-11.313 67.884-67.883 11.313 11.314-28.688 28.688 22.628 22.627 28.688-28.688 11.313 11.313-28.688 28.688 22.628 22.628 28.688-28.688 11.314 11.313-28.688 28.688 22.627 22.627 28.688-28.688 11.313 11.312-28.688 28.688 22.628 22.628 28.688-28.688 11.312 11.313-28.688 28.688 22.627 22.627 28.688-28.688 11.314 11.312-67.883 67.884-11.313-11.313 28.688-28.688-22.628-22.628-28.688 28.688-11.315-11.314zm49.947 108.696a470.498 470.498 0 0 1-18.104-2.906l141.824-141.825a474.432 474.432 0 0 1 2.901 18.111l-126.621 126.62z"/></svg>
<svg class="tc-image-ios-americanfootball-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 468.6510009765625 416.00201416015625"><path d="M356.93 85.397C284.227 12.693 167.705 0 95.175.002 56.249.003 29.984 3.66 29.984 3.66S0 218.887 111.72 330.607c72.704 72.704 189.222 85.395 261.754 85.395 38.926 0 65.192-3.658 65.192-3.658s29.985-215.226-81.736-326.947zM43.467 17.21c10.995-1.014 29.232-2.208 51.714-2.208h.144l-.068-.071c27.167 0 53.167 1.754 77.792 5.22l-126.6 126.581a515.877 515.877 0 0 1-2.64-22.246c-4.586-47.435-2.086-88.228-.342-107.276zm78.758 302.894c-23.85-23.852-42.793-54.938-56.304-92.396-6.973-19.332-12.51-40.373-16.57-62.866l141.812-141.79c10.672 1.929 21.064 4.191 31.141 6.804 52.027 13.492 93.783 35.708 124.139 66.064 23.851 23.85 42.786 54.928 56.297 92.386 6.974 19.333 12.509 40.375 16.567 62.871L277.495 392.988c-10.66-1.93-21.041-4.191-31.104-6.801-52.03-13.489-93.806-35.726-124.166-66.083zm302.961 78.766c-10.994 1.012-29.23 2.275-51.71 2.275-27.192 0-53.225-1.77-77.876-5.25l126.607-126.607a516.862 516.862 0 0 1 2.638 22.233c4.588 47.437 2.086 88.298.341 107.349z"/><path d="M285.629 269.849l22.625 22.632-28.654 28.652 11.315 11.314 67.881-67.881-11.314-11.314-28.721 28.721-22.625-22.631 28.716-28.717-11.313-11.313-28.715 28.714-22.633-22.638 28.702-28.702-11.313-11.314-28.7 28.7-22.626-22.631 28.697-28.697-11.314-11.313-28.694 28.695-22.631-22.637 28.687-28.687-11.313-11.313-28.685 28.685-22.624-22.63 28.682-28.682-11.313-11.313-67.883 67.882 11.314 11.314 28.693-28.694 22.624 22.63-28.691 28.691 11.313 11.313 28.689-28.689 22.63 22.637-28.678 28.679 11.313 11.313 28.677-28.677 22.626 22.631-28.674 28.674 11.314 11.313 28.671-28.671 22.633 22.638-28.66 28.66 11.314 11.314z"/></svg>
<svg class="tc-image-ios-analytics tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.0000305175781 448"><path d="M224 0C109.174 0 14.544 86.404 1.54 197.739A226.3 226.3 0 0 0 0 224c0 1.783.026 3.561.067 5.333C2.901 350.581 102.071 448 224 448c105.255 0 193.537-72.602 217.542-170.454a222.832 222.832 0 0 0 3.404-16.579A225.536 225.536 0 0 0 448 224C448 100.288 347.712 0 224 0zm206.585 248.352c-7.265-7.807-13.064-16.09-15.702-20.429-.871-1.47-21.682-35.994-52.828-35.994-27.937 0-42.269 26.269-51.751 43.65-1.415 2.593-2.75 5.041-3.978 7.118-11.566 19.587-27.693 30.608-43.105 29.541-13.586-.959-25.174-11.403-32.628-29.41-9.331-22.54-29.551-46.812-53.689-50.229-11.428-1.619-28.553.866-45.325 21.876-3.293 4.124-6.964 9.612-11.215 15.967-10.572 15.804-26.549 39.686-38.653 41.663-21.02 3.438-35.021-12.596-35.583-13.249l-.487-.58-.587-.479c-.208-.17-15.041-12.417-29.047-33.334 0-.155-.006-.31-.006-.464 0-28.087 5.497-55.325 16.339-80.958 10.476-24.767 25.476-47.013 44.583-66.12s41.354-34.107 66.12-44.583C168.675 21.497 195.913 16 224 16s55.325 5.497 80.958 16.339c24.767 10.476 47.013 25.476 66.12 44.583s34.107 41.354 44.583 66.12C426.503 168.675 432 195.913 432 224c0 8.197-.482 16.318-1.415 24.352z"/></svg>
<svg class="tc-image-ios-analytics-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 16c28.087 0 55.325 5.497 80.958 16.339 24.767 10.476 47.013 25.476 66.12 44.583s34.107 41.354 44.583 66.12C426.503 168.675 432 195.913 432 224s-5.497 55.325-16.339 80.958c-10.476 24.767-25.476 47.013-44.583 66.12s-41.354 34.107-66.12 44.583C279.325 426.503 252.087 432 224 432s-55.325-5.497-80.958-16.339c-24.767-10.476-47.013-25.476-66.12-44.583s-34.107-41.354-44.583-66.12C21.497 279.325 16 252.087 16 224s5.497-55.325 16.339-80.958c10.476-24.767 25.476-47.013 44.583-66.12s41.354-34.107 66.12-44.583C168.675 21.497 195.913 16 224 16m0-16C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0z"/><path d="M75.776 288c-25.252 0-41.168-18.448-41.902-19.317a7.906 7.906 0 0 1 .982-11.192c3.374-2.813 8.401-2.388 11.248.948.604.701 14.606 16.597 35.606 13.186 12.104-1.964 28.08-25.681 38.652-41.376 4.251-6.311 7.922-11.761 11.215-15.856 16.773-20.865 33.899-23.333 45.325-21.726 24.139 3.394 44.358 27.498 53.689 49.882 7.454 17.884 19.042 28.256 32.628 29.208 15.408 1.061 31.539-9.885 43.105-29.336 1.228-2.064 2.562-4.496 3.978-7.07 9.482-17.262 23.814-43.35 51.75-43.35 31.146 0 51.957 34.286 52.828 35.746 2.252 3.774.996 8.648-2.806 10.885-3.8 2.237-8.708.988-10.96-2.786-.037-.062-4.493-7.413-11.859-14.568-6.286-6.107-16.108-13.387-27.203-13.387-18.438 0-29.121 19.445-37.705 35.07-1.48 2.696-2.88 5.243-4.245 7.538-14.718 24.751-36.4 38.635-58.01 37.108-19.951-1.398-36.389-15.242-46.284-38.98-10.013-24.02-28.279-38.417-41.149-40.228-10.6-1.494-20.895 3.861-30.578 15.906-2.872 3.573-6.539 9.017-10.421 14.779-13.549 20.114-30.411 45.146-49.37 48.223a53.122 53.122 0 0 1-8.514.693z"/></svg>
<svg class="tc-image-ios-arrow-back tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 320"><path d="M192 32.4L159.7 0 0 160l159.7 160 32.3-32.4L64.7 160z"/></svg>
<svg class="tc-image-ios-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 192"><path d="M300.6 0L320 20.7 160 192 0 20.7 19.3 0 160 150.5z"/></svg>
<svg class="tc-image-ios-arrow-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 320"><path d="M0 32.4L32.3 0 192 160 32.3 320 0 287.6 127.3 160z"/></svg>
<svg class="tc-image-ios-arrow-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 320"><path d="M192 19.4L171.3 0 0 160l171.3 160 20.7-19.3L41.5 160z"/></svg>
<svg class="tc-image-ios-arrow-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 320"><path d="M0 19.4L20.7 0 192 160 20.7 320 0 300.7 150.5 160z"/></svg>
<svg class="tc-image-ios-arrow-thin-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 192.89999389648438 319.9999694824219"><path d="M190.6 226.2c-3.1-3.1-8-3-11.3 0l-74.4 66.4V8c0-4.4-3.6-8-8-8s-8 3.6-8 8v284.6l-74.4-66.3c-3.4-2.9-8.1-3.2-11.2-.1-3.1 3.1-3.3 8.5-.1 11.4 0 0 87 79.2 88 80s2.8 2.4 5.7 2.4 4.9-1.6 5.7-2.4 88-80 88-80c1.5-1.5 2.3-3.6 2.3-5.7s-.8-4.1-2.3-5.7z"/></svg>
<svg class="tc-image-ios-arrow-thin-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 192.89999389648438"><path d="M93.8 190.6c3.1-3.1 3-8 0-11.3l-66.4-74.4H312c4.4 0 8-3.6 8-8s-3.6-8-8-8H27.4l66.3-74.4c2.9-3.4 3.2-8.1.1-11.2C90.7.2 85.3 0 82.4 3.2c0 0-79.2 87-80 88S0 94 0 96.9s1.6 4.9 2.4 5.7 80 88 80 88c1.5 1.5 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3z"/></svg>
<svg class="tc-image-ios-arrow-thin-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 319.9999694824219 192.89999389648438"><path d="M226.2 190.6c-3.1-3.1-3-8 0-11.3l66.4-74.4H8c-4.4 0-8-3.6-8-8s3.6-8 8-8h284.6l-66.3-74.4c-2.9-3.4-3.2-8.1-.1-11.2 3.1-3.1 8.5-3.3 11.4-.1 0 0 79.2 87 80 88s2.4 2.8 2.4 5.7-1.6 4.9-2.4 5.7-80 88-80 88c-1.5 1.5-3.6 2.3-5.7 2.3s-4.1-.8-5.7-2.3z"/></svg>
<svg class="tc-image-ios-arrow-thin-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 192.89999389648438 319.9999694824219"><path d="M190.6 93.8c-3.1 3.1-8 3-11.3 0l-74.4-66.4V312c0 4.4-3.6 8-8 8s-8-3.6-8-8V27.4L14.5 93.7c-3.4 2.9-8.1 3.2-11.2.1-3.1-3.1-3.3-8.5-.1-11.4 0 0 87-79.2 88-80S94 0 96.9 0s4.9 1.6 5.7 2.4 88 80 88 80c1.5 1.5 2.3 3.6 2.3 5.7s-.8 4.1-2.3 5.7z"/></svg>
<svg class="tc-image-ios-arrow-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 192"><path d="M300.6 192l19.4-20.7L160 0 0 171.3 19.3 192 160 41.5z"/></svg>
<svg class="tc-image-ios-at tc-image-button" width="22pt" height="22pt" viewBox="0 0 255.89999389648438 270.0999755859375"><path d="M227.9 199c-9.7 13.3-29.9 28.5-38.1 33.1s-16.9 8.3-26 10.8c-9 2.5-18.6 3.9-28.4 3.9-14.9 0-29.4-2.4-43-7.2-13.3-4.7-25.2-11.8-35.1-21-9.9-9-20.3-24.2-26.5-38.5-5.3-12.4-7.6-25.8-7.6-46.5 0-14.7 3.4-30.9 9.2-44.7C38 75.7 45.9 64 55.7 54.3 65.4 44.7 77.3 36.8 91 31c12.3-5.1 26.7-7.7 44.4-7.7 13.9 0 27.2 2.2 39.4 6.6 11.9 4.3 22.3 10.4 30.9 18.3 8 7.3 12.9 16.1 18.2 28.1 4.6 10.2 6.3 19.2 6.3 33.3 0 11.5-2 22.4-6 32.4-4 9.8-7 15.8-13 23.3-6.3 7.6-9.8 11.8-16.5 15.6-7.8 4.6-13.7 6.7-18.5 6.7-3.8 0-5-.9-5.1-1-.6-.5-1.1-1.2-1.4-2.8-.3-2.2 0-5.2.9-8.6 1-3.9 2.4-7.7 4.6-12.9l39-104.3h-25.6l-4.5 12c-3.5-4.1-7.7-7.5-12.4-10.2-11.1-6.4-20.4-9-32.3-9-13.8 0-26.7 3.6-38.2 10.7C90 68.4 80.4 77.3 72.7 88c-7.6 10.5-9.5 16.1-13 26.5l-.6 1.8c-4.2 12.4-6.3 24.7-6.3 36.4 0 7.9 1.5 15.5 4.3 22.6 2.8 7.2 6.7 13.4 11.6 18.5 4.8 5.2 10.7 9.4 17.7 12.6 6.8 3.1 14.3 4.8 22.4 4.8 8.9 0 17.1-1.5 26.7-4.8 5.3-1.8 9.9-4.5 14.4-8.3 1 1.7 2.2 3.1 3.7 4.5 5.6 5.6 13.1 8.5 22.1 8.5 8.9 0 18.6-3 30.2-9.5 10.3-5.8 16.3-12.5 23.7-21.4 8.4-10 12.5-18.6 17-29.9 5.1-12.5 7.6-26.2 7.6-40.6 0-18.1-2.4-30.4-8.7-44-6.6-14.4-13.3-25.9-24.3-35.6-10.9-9.7-23.9-17.2-38.7-22.4C167.9 2.6 152.2 0 135.8 0c-20 0-37.2 3-52.2 9.1C67.3 15.7 52.8 25 40.5 36.7c-12.3 11.8-22.1 26-29.1 42C4.1 95.2 0 115.2 0 133.8c0 25 3.1 42.4 10.4 58.4 8.1 17.5 21.2 35.5 33.4 45.9 12.7 11.1 27.3 19.2 43.4 24.3 15.9 5.1 32.3 7.7 48.6 7.7 11.2 0 22.7-1.6 34.1-4.6 11.6-3.2 22.4-7.6 32.1-13.1 9.9-5.5 19.5-12.4 28.2-20.6 8.8-8.2 19.4-20.9 22.9-27.1 1.2-2.3 2.2-4.2 2.8-5.6h-28zm-84.1-29.4c-4.4 5.5-7.2 8.9-10.6 11.2-3.8 2.6-6.8 4.2-10.7 5.2h-.1c-3.9 1-8.1 1.5-12.4 1.5-5 0-9.4-.9-13.4-2.7-4.1-1.7-7.5-4.1-10.5-7.3-2.9-3.1-5.4-6.8-7.1-11.1-1.7-4.3-2.5-9-2.5-14.1 0-8.7 1.7-18.3 5-28.2l1.1-3.3c2.6-8.1 4-10.6 8.9-18.6C96 94.8 103 88 112.7 81.5c7.7-5.1 16.2-7.8 25.6-7.8 3.8 0 7.8.5 12 1.4 3 .7 4.6 1.6 7.6 3.3l.2.1c.4.2.8.4 1.3.7l.3.2c3.4 1.9 6.4 4.5 9 7.6 2 2.4 3.7 5.5 5 9.4l-19.8 54.8c-3 7.4-6.4 13.6-10.1 18.4z"/></svg>
<svg class="tc-image-ios-at-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 254.8000030517578 270.0000305175781"><path d="M235.8 199.9c-5.3 7.5-11.6 14.7-18.8 21.4-7.1 6.6-15.1 12.5-23.7 17.4-8.6 4.9-17.9 8.8-27.5 11.5s-19.8 4.1-30.3 4.1c-15.9 0-31.2-2.6-45.5-7.6-14.2-5-26.8-12.5-37.5-22.4-10.7-9.8-21.7-25.9-28.2-41-5.8-13.4-8.1-27.8-8.1-49.5 0-15.6 3.6-33 9.8-47.6 6-14 14.3-26.4 24.9-36.9 10.4-10.3 23-18.6 37.6-24.8 13.1-5.5 28.5-8.2 47.1-8.2 14.9 0 29 2.4 41.9 7 12.8 4.6 23.9 11.2 33.1 19.6 8.7 7.9 14 17.4 19.7 30.2 5 11.2 6.8 20.9 6.8 35.9 0 12.4-2.2 24.1-6.5 34.9-4.3 10.6-7.5 17-14 25-6.6 7.9-10.6 12.7-18.1 17.1-8.6 5-15.3 7.4-21 7.4-3.6 0-6.3-.7-7.8-2s-2.4-3-2.7-5.4c-.4-2.8-.1-6.3 1-10.4 1.1-4.4 2.8-8.6 4.9-13.7L210.8 60H193l-6.2 16.5C183 70.4 177.7 65 170.9 61c-10.5-6.1-19.5-8.8-31.2-8.8-13.5 0-26 3.5-37.2 10.4-11 6.8-20.5 15.6-28.2 26.3-7.5 10.3-9.3 15.7-12.9 26.4l-.6 1.7c-4.2 12.4-6.3 24.6-6.3 36.2 0 7.7 1.4 15 4.1 21.8 2.7 6.8 6.4 12.8 11.1 17.8 4.7 5.1 10.4 9.1 16.9 12.1s13.7 4.5 21.3 4.5c8.5 0 16.6-1.4 26.1-4.7 6.3-2.2 11.9-5.8 17.4-11.4 1 3.2 2.7 6 5.3 8.5 5 5 11.7 7.6 19.9 7.6 8.6 0 17.8-3 29-9.3 9.9-5.6 15.7-12 23.3-21.1 8.2-9.8 12.3-18 16.9-29.7 5-12.5 7.5-26 7.5-40.3 0-18-2.4-30.2-8.5-43.6-6.6-14.3-13.2-25.8-24-35.4-10.9-9.6-23.9-17.1-38.5-22.3C167.8 2.6 152 0 135.6 0c-20.1 0-37.2 3-52.2 9.1-16.5 6.7-30.9 16-43 27.6-12.2 11.8-22 25.9-29 41.9C4.1 95.2 0 115.3 0 133.7c0 25.1 3.1 42.6 10.3 58.4 8 17.3 21 35.4 33.3 46 12.6 10.9 27.1 19.1 43.2 24.2 15.9 5.1 32.3 7.7 48.8 7.7 11.4 0 22.8-1.6 34-4.6 11.2-3.1 22-7.4 32.1-13.1 10.1-5.6 19.5-12.5 28.2-20.6 8.6-8.1 18.6-20.8 22-26.9 1.3-2.4 2.2-4.3 2.9-5.8h-18.5l-.5.9zm-88.6-26.5c-4.4 5.6-7.7 9.5-11.8 12.2-4.4 3-7.9 4.9-12.4 5.9-4.6 1.2-9.3 1.7-13.7 1.7-5.6 0-10.8-1-15.4-3-4.7-2-8.7-4.8-12.1-8.4-3.4-3.6-6.1-7.9-8.1-12.7-1.9-4.8-2.9-10.2-2.9-16 0-9.5 1.8-19.7 5.3-30.3.4-1.2.8-2.4 1.1-3.4 2.8-8.6 4.3-11.5 9.5-20 5.7-9.4 14.1-16.6 23-22.5 8.6-5.8 18.2-8.7 28.5-8.7 4.2 0 8.6.5 13.2 1.5 3.6.8 5.6 1.9 9 3.9.6.3 1.1.6 1.7 1 3.9 2.2 7.4 5.1 10.4 8.7 2.7 3.2 4.8 7.4 6.3 12.3l-20.6 57.8c-3.2 8.1-6.9 14.8-11 20z"/></svg>
<svg class="tc-image-ios-barcode tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 256"><path d="M0 0v256h416V0H0zm80 192H64V64h16v128zm64 32h-16V32h16v192zm71-16h-16V48h16v160zm73 16h-16V32h16v192zm64-32h-16V64h16v128z"/></svg>
<svg class="tc-image-ios-barcode-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 256"><path d="M0 256h80v-16H16V16h64V0H0zM336 0v16h64v224h-64v16h80V0z"/><path d="M64 64h16v128H64zm272 0h16v128h-16zm-64-32h16v192h-16zm-144 0h16v192h-16zm71 16h16v160h-16z"/></svg>
<svg class="tc-image-ios-baseball tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0c-8.044 0-15.975.473-23.782 1.361C80.555 13.166 0 101.18 0 208c0 114.863 93.137 208 208 208 106.827 0 194.833-80.553 206.638-184.218A210.028 210.028 0 0 0 416 208C416 93.137 322.87 0 208 0zm3.939 398.614a208.734 208.734 0 0 0-3.209-25.804l-21.511 6.896-4.885-15.234 22.812-7.314a207.982 207.982 0 0 0-8.02-23.794 207.873 207.873 0 0 0-6.341-14.105l-19.464 13.186-8.972-13.247 20.744-14.054c-7.416-12.429-16.149-24.057-26.119-34.803l-16.852 16.853-11.313-11.313 16.852-16.852c-10.442-9.689-21.721-18.202-33.757-25.48l-14.216 20.988-13.247-8.973 13.403-19.788a208.646 208.646 0 0 0-15.206-6.9 208.605 208.605 0 0 0-22.725-7.717l-7.5 23.392-15.236-4.885 7.115-22.192a207.708 207.708 0 0 0-26.904-3.412c.109-5.373.438-10.695.984-15.953a225.559 225.559 0 0 1 30.827 4.068l7.518-23.454 15.237 4.886-7.159 22.328a222.766 222.766 0 0 1 42.09 16.494l13.449-19.854 13.248 8.973-12.7 18.748a223.996 223.996 0 0 1 36.1 27.411l17.082-17.082 11.314 11.314-17.083 17.082a223.794 223.794 0 0 1 28.044 37.151l18.999-12.869 8.973 13.248-20.183 13.67a222.582 222.582 0 0 1 16.232 42.058l22.919-7.349 4.885 15.236-24.122 7.734a225.322 225.322 0 0 1 3.854 29.727c-5.259.548-10.582.875-15.957.985zm151.022-171.321l-8.529 26.604-15.236-4.885 8.174-25.493a222.824 222.824 0 0 1-41.218-16.116l-15.335 22.641-13.248-8.973 14.564-21.499a223.98 223.98 0 0 1-36.644-27.746l-19.205 19.204-11.312-11.314 19.202-19.203c-10.381-11.135-19.427-23.062-27.114-35.59l-21.248 14.393-8.974-13.248 22.335-15.127A222.717 222.717 0 0 1 192.789 69.7l-24.918 7.99-4.885-15.237 25.951-8.321a225.707 225.707 0 0 1-4.522-35.337 190.975 190.975 0 0 1 15.754-1.284c.507 10.743 1.859 21.334 3.972 31.807l19.744-6.359 4.907 15.212-20.789 6.658a208.37 208.37 0 0 0 7.333 21.348 207.833 207.833 0 0 0 7.174 15.731l17.315-11.729 8.973 13.246-18.477 12.516c7.209 11.846 15.619 22.957 25.174 33.254l14.729-14.731 11.314 11.313-14.732 14.731c10.602 9.836 22.062 18.463 34.302 25.813l12.352-18.235 13.248 8.973-11.512 16.994a207.246 207.246 0 0 0 14.635 6.608 208.012 208.012 0 0 0 22.421 7.631l6.484-20.22 15.233 4.885L367.865 212c10.116 1.984 20.286 3.311 30.626 3.824a191.86 191.86 0 0 1-1.285 15.768 226.123 226.123 0 0 1-34.245-4.299z"/></svg>
<svg class="tc-image-ios-baseball-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 415.9999694824219 416"><path d="M414.686 231.369c.132-1.182.257-2.365.369-3.554l.011-.117c.609-6.485.934-13.053.934-19.698C416 93.137 322.87 0 208 0c-7.951 0-15.792.462-23.512 1.331l-.27.028v.003C87.207 12.409 10.442 90.199.989 187.687H.985c-.072.748-.131 1.497-.195 2.246a205.782 205.782 0 0 0-.353 4.743c-.026.418-.056.835-.08 1.254a220.466 220.466 0 0 0-.163 3.371l-.032.843A211.116 211.116 0 0 0 0 208c0 114.863 93.137 208 208 208 2.627 0 5.239-.065 7.843-.162.293-.011.586-.021.878-.033 1.11-.046 2.219-.098 3.324-.16.454-.025.906-.058 1.359-.086 1.604-.103 3.201-.222 4.795-.36.704-.061 1.41-.115 2.113-.184v-.004c97.494-9.452 175.279-86.216 186.326-183.229h.004c.016-.137.028-.275.044-.413zM398.665 208c0 2.568-.066 5.122-.167 7.666a207.715 207.715 0 0 1-30.614-3.664l6.11-19.056-15.232-4.884-6.488 20.235a207.82 207.82 0 0 1-22.442-7.638 207.424 207.424 0 0 1-14.625-6.604l11.518-17.003-13.247-8.974-12.359 18.246c-12.241-7.35-23.703-15.977-34.305-25.812l14.73-14.73-11.313-11.313-14.73 14.73c-9.555-10.297-17.964-21.408-25.175-33.254l18.487-12.522-8.972-13.246-17.324 11.735a207.819 207.819 0 0 1-7.174-15.74 208.075 208.075 0 0 1-7.327-21.352l20.812-6.673-4.885-15.234-19.711 6.32a207.819 207.819 0 0 1-3.896-31.729c2.544-.101 5.097-.167 7.665-.167C313.132 17.335 398.665 102.869 398.665 208zm-381.328 0c0-1.317.023-2.629.05-3.939a207.701 207.701 0 0 1 26.891 3.409l-7.115 22.191 15.235 4.885 7.5-23.391a208.056 208.056 0 0 1 22.738 7.721 207.513 207.513 0 0 1 15.197 6.896l-13.405 19.79 13.246 8.973 14.219-20.992c12.038 7.279 23.32 15.793 33.765 25.483l-16.853 16.853 11.313 11.314 16.854-16.854c9.968 10.744 18.7 22.369 26.114 34.796l-20.753 14.058 8.972 13.246 19.473-13.19a208.258 208.258 0 0 1 14.363 37.894l-22.832 7.32 4.884 15.233 21.531-6.903a207.698 207.698 0 0 1 3.215 25.822c-1.311.026-2.622.05-3.939.05C102.87 398.664 17.336 313.13 17.337 208zm210.556 189.629a225.091 225.091 0 0 0-3.859-29.746l24.1-7.727-4.884-15.232-22.896 7.341a222.73 222.73 0 0 0-16.234-42.054l20.172-13.664-8.973-13.246-18.988 12.862a223.836 223.836 0 0 0-28.04-37.145l17.081-17.081-11.313-11.313-17.082 17.081a223.959 223.959 0 0 0-36.108-27.414l12.696-18.743-13.246-8.972-13.446 19.85a222.682 222.682 0 0 0-42.094-16.494l7.158-22.325-15.235-4.885-7.52 23.452a224.982 224.982 0 0 0-30.81-4.067C27.54 100.07 96.864 29.653 184.395 18.796a225.012 225.012 0 0 0 4.543 35.339l-25.935 8.316 4.885 15.234 24.903-7.985a222.673 222.673 0 0 0 16.386 41.246l-22.322 15.121 8.973 13.246 21.236-14.385c7.688 12.528 16.735 24.455 27.116 35.59l-19.204 19.204 11.313 11.314 19.204-19.205a223.968 223.968 0 0 0 36.647 27.745l-14.555 21.486 13.248 8.974 15.328-22.628a222.64 222.64 0 0 0 41.229 16.118l-8.168 25.477 15.232 4.884 8.525-26.59a225.095 225.095 0 0 0 34.224 4.31c-10.856 87.53-81.273 156.853-169.31 166.022z"/></svg>
<svg class="tc-image-ios-basketball tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.137 0 0 93.136 0 208s93.137 208 208 208c114.871 0 208-93.138 208-208S322.871 0 208 0zm124.797 352.032a191.721 191.721 0 0 1-12.942 10.272c-21.704-50.015-50.938-95.795-87.168-136.465a530.98 530.98 0 0 1-48.156 44.28c27.659 35.364 44.916 79.254 47.189 127.069a191.171 191.171 0 0 1-15.944 1.303c-1.103-24.727-6.5-48.721-16.114-71.45a206.935 206.935 0 0 0-27.68-47.037 527.798 527.798 0 0 1-100.91 60.526 192.369 192.369 0 0 1-11.115-12.529c36.28-16.134 70.291-36.271 101.705-60.186a212.54 212.54 0 0 0-6.584-6.895c-19.107-19.107-41.354-34.107-66.12-44.583-22.015-9.312-46.212-14.964-71.45-16.108.217-5.379.648-10.703 1.303-15.959 61.62 2.929 116.713 30.753 155.45 73.638a518.323 518.323 0 0 0 39.778-35.87 529.307 529.307 0 0 0 7.812-7.988 526.675 526.675 0 0 0-9.812-10.09c-45.887-45.886-99.137-82.145-158.332-107.832a191.982 191.982 0 0 1 10.272-12.939c63.951 28.387 121.212 69.101 168.767 119.132a513.127 513.127 0 0 0 30.319-36.965c-40.347-37.271-66.956-89.188-71.388-147.312a192.604 192.604 0 0 1 15.99-.702c1.738 22.238 6.974 43.838 15.671 64.401 10.476 24.767 25.476 47.013 44.583 66.12 1.5 1.5 3.025 2.965 4.562 4.413 20.226-29.031 37.379-60.104 51.287-92.987.285-.674.555-1.353.835-2.028a192.016 192.016 0 0 1 12.779 10.835 527.127 527.127 0 0 1-52.822 94.716 206.91 206.91 0 0 0 49.479 29.635c20.631 8.727 42.305 13.978 64.62 15.698a191.785 191.785 0 0 1-.688 15.991c-46.278-3.479-88.631-21.018-122.801-48.359a530.62 530.62 0 0 1-31.556 38.336c36.475 40.77 66.691 87.247 89.181 137.919z"/></svg>
<svg class="tc-image-ios-basketball-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.137 0 0 93.136 0 208s93.137 208 208 208c114.871 0 208-93.138 208-208S322.871 0 208 0zm190.664 208l-.002.145c-22.315-1.721-43.989-6.972-64.62-15.699a206.906 206.906 0 0 1-49.479-29.634 527.032 527.032 0 0 0 52.824-94.715c37.658 34.853 61.277 84.669 61.277 139.903zM324.606 57.261c-.28.676-.55 1.354-.835 2.028-13.908 32.883-31.062 63.956-51.286 92.987a215.409 215.409 0 0 1-4.563-4.413c-19.107-19.107-34.107-41.354-44.583-66.12-8.697-20.563-13.933-42.163-15.671-64.401.111 0 .221-.004.332-.004 43.884-.001 84.347 14.911 116.606 39.923zM191.675 18.044c4.431 58.126 31.044 110.041 71.391 147.312a513.394 513.394 0 0 1-30.319 36.965C185.193 152.289 127.932 111.575 63.98 83.189c31.636-36.456 76.853-60.814 127.695-65.145zm41.012 207.796c36.229 40.67 65.48 86.438 87.185 136.453-25.4 18.467-55.51 30.829-88.162 34.898-2.272-47.816-19.521-91.707-47.179-127.071a531.537 531.537 0 0 0 48.156-44.28zm-18.648-3.801a518.699 518.699 0 0 1-39.778 35.87c-38.737-42.885-93.831-70.706-155.45-73.635 4.07-32.646 16.432-62.75 34.896-88.146 59.195 25.688 112.445 61.947 158.332 107.833a523.63 523.63 0 0 1 9.812 10.089 524.704 524.704 0 0 1-7.812 7.989zM17.508 200.23c25.238 1.145 49.436 6.797 71.45 16.109 24.767 10.476 47.013 25.476 66.12 44.583a212.54 212.54 0 0 1 6.584 6.895c-31.414 23.915-65.427 44.049-101.708 60.182C33.322 295.205 17.336 253.437 17.336 208c0-2.604.068-5.191.172-7.77zm53.559 140.296a527.776 527.776 0 0 0 100.914-60.521 206.935 206.935 0 0 1 27.68 47.037c9.614 22.729 15.013 46.724 16.114 71.45-2.58.104-5.17.172-7.775.172-53.683 0-102.249-22.311-136.933-58.138zm261.743 11.495c-22.489-50.671-52.72-97.14-89.191-137.909a530.62 530.62 0 0 0 31.556-38.336c34.171 27.342 76.521 44.885 122.801 48.363-4.29 50.919-28.665 96.208-65.166 127.882z"/></svg>
<svg class="tc-image-ios-bell tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M317.7 161.9c0-97.6-52.5-130.8-101.6-138.2 0-.5.1-1 .1-1.6C216.2 9.8 205.3 0 192 0c-13.3 0-23.8 9.8-23.8 22.1 0 .6 0 1.1.1 1.6-49.2 7.5-102 40.8-102 138.4 0 113.8-28.3 126-66.3 158h384c-37.8-32.1-66.3-44.4-66.3-158.2zM192.2 384c26.8 0 48.8-19.9 51.7-43H140.5c2.8 23.1 24.9 43 51.7 43z"/></svg>
<svg class="tc-image-ios-bell-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M317.7 161.9c0-97.6-52.5-130.8-101.6-138.2 0-.5.1-1 .1-1.6C216.2 9.8 205.3 0 192 0c-13.3 0-23.8 9.8-23.8 22.1 0 .6 0 1.1.1 1.6-49.2 7.5-102 40.8-102 138.4 0 113.8-28.3 126-66.3 158h384c-37.8-32.1-66.3-44.4-66.3-158.2zM43.2 304c8.6-9 16.4-18.4 22.7-31.8 12-25.3 17.4-59.2 17.4-110.2 0-46.4 12.5-80.4 37.1-101.2 22.9-19.3 51.7-23.3 71.8-23.3 20.1 0 48.9 4 71.6 23.3 24.5 20.7 37 54.5 37 100.9 0 83.8 14.9 117.3 40.3 142.3H43.2zm149 80c26.8 0 48.8-19.9 51.7-43H140.5c2.8 23.1 24.9 43 51.7 43z"/></svg>
<svg class="tc-image-ios-body tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 450.2559814453125"><g transform="translate(-64 -31.838)"><circle cx="256" cy="79.838" r="48"/><path d="M424 144H88c-13.255 0-24 10.745-24 24s10.745 24 24 24h98.451c5.579 1 13.197 3.837 17.216 14.252 4.651 12.056 2.37 33.606-.539 51.727l-3.775 21.395-.058.311-.004.02-30.375 172.268c-2.303 13.053 6.414 25.5 19.467 27.803 13.055 2.301 25.333-6.416 27.634-19.471L237 340.348v.167S243.25 308 255.452 308h1.096C269 308 275 340.515 275 340.515v-.083l20.983 119.913c2.301 13.055 14.663 21.749 27.718 19.448 13.053-2.303 21.728-14.762 19.425-27.814L312.73 279.703c-.002-.008-.013-.02-.015-.027-.019-.104-.044-.217-.063-.322l-3.777-21.414c-2.909-18.121-5.191-39.631-.541-51.688C312.354 195.838 319.97 193 325.549 192H424c13.255 0 24-10.745 24-24s-10.745-24-24-24z"/></g></svg>
<svg class="tc-image-ios-body-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448.0719909667969"><path d="M192 15.995c17.645 0 32 14.351 32 31.991s-14.355 31.99-32 31.99-32-14.351-32-31.99c0-17.64 14.355-31.991 32-31.991M192 0c-26.51 0-48 21.483-48 47.986 0 26.502 21.49 47.985 48 47.985s48-21.483 48-47.985C240 21.483 218.51 0 192 0zm168 112.036H24c-13.255 0-24 10.747-24 24s10.745 24 24 24h100.451c5.549 0 13.197 4.295 17.216 14.708 4.651 12.055 2.37 33.33-.539 51.444l-3.923 21.26c-.019.104-.205.1-.205.203l-32.229 172.238c-2.303 13.051 6.487 25.494 19.54 27.797a24.52 24.52 0 0 0 4.218.367c11.357 0 20.917-8.19 22.97-19.836L172 308.278v.166s7.25-31.408 19.452-31.408h1.096C205 277.036 210 308.444 210 308.444v-.082l21.483 119.895c2.052 11.642 12.331 19.815 23.763 19.815a25.13 25.13 0 0 0 4.268-.368c13.053-2.303 21.821-14.76 19.519-27.811l-32.349-172.251c-.002-.008.011-.02.009-.027-.019-.104-.032-.217-.052-.322l-3.771-21.411c-2.909-18.119-5.188-39.083-.538-51.137 4.019-10.414 12.168-14.709 17.217-14.709H360c13.255 0 24-10.747 24-24s-10.745-24-24-24zM24 144.149c-4.411 0-8-3.646-8-8.057 0-4.411 3.589-8.057 8-8.057h336c4.411 0 8 3.59 8 8s-3.589 8-8 8H258.5c-15.538 0-27.438 14.738-30.982 23.922-4.846 12.557-5.004 31.942-.388 60.688l-.009.104.006.11 3.367 19.138.562 3.241 32.252 171.628c.5 2.834-.62 4.961-1.332 5.977-.713 1.017-2.335 2.799-5.179 3.301a8.324 8.324 0 0 1-1.427.126c-3.893 0-7.207-2.639-7.883-6.472l-21.232-119.762h-.015c-.271-2-1.828-10.05-5.022-18.771-2.278-6.217-4.844-11.034-7.844-15.005-7.091-9.388-15.239-11.224-20.826-11.224h-1.096c-5.47 0-13.503 1.731-20.71 10.938-3.05 3.896-5.729 8.671-8.19 14.802-3.628 9.037-5.505 17.654-5.708 18.613l-.11.369-20.728 119.9c-.693 3.886-3.75 6.596-7.441 6.596-.459 0-.932-.043-1.403-.127-2.84-.5-4.455-2.275-5.165-3.288a7.961 7.961 0 0 1-1.323-5.975l32.257-171.562.004-.019.174-.927 3.775-21.33.022-.125.021-.126c4.629-28.829 4.527-48.3-.332-60.891-3.543-9.181-13.576-23.737-31.76-23.737"/></svg>
<svg class="tc-image-ios-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 226 384"><path d="M159.7 0L0 224h95.8L66.3 384 226 160h-95.8L159.7 0z"/></svg>
<svg class="tc-image-ios-bolt-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 226 384"><path d="M130.9 68l-16.5 89.1L111 176h84L95.2 316l16.5-89.1L115 208H31.1l99.8-140m28.8-68L0 224h95.8L66.3 384 226 160h-95.8L159.7 0z"/></svg>
<svg class="tc-image-ios-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M100.466 0C45.266 0 0 25.98 0 79v283h22.141c12.86-26.334 44.238-42 78.325-42 40.224 0 73.877 27.528 81.616 64H184V31.346C166.76 9.951 134.981 0 100.466 0zm183.155 0C249.289 0 216.908 9.851 200 31.011V384h1.797c7.739-36.472 41.495-64 81.722-64 34.085 0 61.149 11.666 78.429 42H384V79c0-53.02-45.177-79-100.379-79z"/></svg>
<svg class="tc-image-ios-book-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M283.621 0C242.68 0 204.5 14 192.043 44.495 178.5 14 141.408 0 100.466 0 45.265 0 0 25.98 0 79v283h22.14c12.86-26.334 44.238-42 78.325-42 40.224 0 73.877 27.528 81.617 64h19.714c7.739-36.472 41.495-64 81.722-64 34.085 0 61.149 11.666 78.429 42H384V79c0-53.02-45.177-79-100.379-79zM184 346.926C166 321.055 135.27 304 100.5 304 65.731 304 36 314.055 17 339.926l-1 .537V77c3-41.825 40.089-61 84.293-61 45.162 0 82.145 18.708 83.363 61.808-.017.729.016 1.459.016 2.192L184 93.103v253.823zM368 84v255.926C350 314.055 318.269 304 283.5 304c-34.77 0-65.5 17.055-83.5 42.926V80c0-44.112 37.659-64 83.587-64C327.79 16 365 27.175 368 69v15z"/></svg>
<svg class="tc-image-ios-bookmarks tc-image-button" width="22pt" height="22pt" viewBox="0 0 418 384"><path d="M295.9 101.4L305 95l9.1 6.4 22.9 14.5V0h-64v115.9l22.9-14.5z"/><path d="M385 0h-32v146.5l-48-32-48 32V0h-22.4C226.5 0 217 7.2 217 15v329l-8 5.5-8-5.5V15c0-7-9.2-15-17.6-15H33C14.2 0 0 13.3 0 32v286.1C0 336.9 14.2 352 33 352h143.3c13.8 0 24.7 4.2 24.7 19.4V384h16v-12.6c0-15.3 10.9-19.4 24.7-19.4H385c18.8 0 33-15.1 33-33.9V32c0-18.7-14.2-32-33-32z"/></svg>
<svg class="tc-image-ios-bookmarks-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 418 384"><path d="M385 0H234.6c-10.3 0-19.3 4.6-25.6 11.7C202.8 4.5 193.7 0 183.4 0H33C14.2 0 0 13.3 0 32v286.1C0 336.9 14.2 352 33 352h143.3c13.8 0 24.7 4.2 24.7 19.4V384h16v-12.6c0-15.3 10.9-19.4 24.7-19.4H385c18.8 0 33-15.1 33-33.9V32c0-18.7-14.2-32-33-32zM201 347.1c-4.7-7.8-13.5-11.1-23.8-11.1H33c-9.4 0-16-8.5-16-17.9V32c0-9.4 6.6-16 16-16h143.3c12.8 0 24.7 12.8 24.7 22.2v308.9zM273 16h64v100.4l-22.9-14.5-9.1-6.4-9.1 6.4-22.9 14.5V16zm128 302.1c0 9.4-6.6 17.9-16 17.9H240.8c-10.3 0-19.1 2.3-23.8 11.1V38.2c0-9.4 11.9-22.2 24.7-22.2H257v131l48-32 48 32V16h32c9.4 0 16 6.7 16 16v286.1z"/></svg>
<svg class="tc-image-ios-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 288"><path d="M16 288h288V96H16v192zm112-160h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16zM0 0v80h320V0z"/></svg>
<svg class="tc-image-ios-box-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 288"><path d="M191.8 128c8.8 0 16.1 7.2 16.1 16s-7 16-15.9 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16h63m1-16h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32z"/><path d="M320 0H0v80h16v208h288V80h16V0zm-32 272H32V80h256v192zm16-208H16V16h288v48z"/></svg>
<svg class="tc-image-ios-briefcase tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M48 48h32v16H48zM0 144h416v240H0zm336-96h32v16h-32z"/><path d="M368 64v32h-32V64h-48V32c-.5-18.2-13.6-32-32.2-32h-99.1C138.1 0 128 13.7 128 32v32H80v32H48V64H0v64h416V64h-48zm-96-.5v.5H144V34.1c0-10.2 2.9-18.1 13.7-18.1h97.1c10.4 0 17.2 7.7 17.2 18.1v29.4z"/></svg>
<svg class="tc-image-ios-briefcase-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M368 64V48h-32v16h-48V32c-.5-18.2-13.6-32-32.2-32h-99.1C138.1 0 128 13.7 128 32v32H80V48H48v16H0v320h416V64h-48zm-224-.5V34.1c0-10.2 2.9-18.1 13.7-18.1h97.1c10.4 0 17.2 7.7 17.2 18.1V64H144v-.5zM400 368H16V144h384v224zm0-240H16V80h32v16h32V80h256v16h32V80h32v48z"/></svg>
<svg class="tc-image-ios-browsers tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 80v304h303.9V80H0z"/><path d="M80 0v64h240v240h64V0z"/></svg>
<svg class="tc-image-ios-browsers-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 80v304h303.9V80H0zm287.9 288H16V96h271.9v272z"/><path d="M384 0H80v64h16V16h272v272h-48v16h64z"/></svg>
<svg class="tc-image-ios-calculator tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M256 0H32C14.3 0 0 14.3 0 32v320c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32zm-8 216v128h-48V216h48zm0-80v48h-48v-48h48zm-80 160v48h-48v-48h48zm0-80v48h-48v-48h48zm0-80v48h-48v-48h48zM88 296v48H40v-48h48zm0-80v48H40v-48h48zm0-80v48H40v-48h48zM40 88V40h208v48H40z"/></svg>
<svg class="tc-image-ios-calculator-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M32 96h224V32H32v64zm16-48h192v32H48V48z"/><path d="M256 0H32C14.3 0 0 14.3 0 32v320c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32zm16 352c0 8.8-7.2 16-16 16H32c-8.8 0-16-7.2-16-16V32c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v320z"/><path d="M48 176v-48H32v64h64v-16H80zm0 80v-48H32v64h64v-16H80zm0 80v-48H32v64h64v-16H80zm80-160v-48h-16v64h64v-16h-16zm80 0v-48h-16v64h64v-16h-16zm-80 80v-48h-16v64h64v-16h-16zm0 80v-48h-16v64h64v-16h-16zm80 0V208h-16v144h64v-16h-16z"/></svg>
<svg class="tc-image-ios-calendar tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 128h384v256H0zm384-96h-96v48h-16V32H112v48H96V32H0v80h384zM96 0h16v32H96zm176 0h16v32h-16z"/></svg>
<svg class="tc-image-ios-calendar-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M16 48v64h352V48"/><path d="M288 32V0h-16v32H112V0H96v32H0v352h384V32h-96zm80 336H16V128h352v240zm0-256H16V48h80v32h16V48h160v32h16V48h80v64z"/></svg>
<svg class="tc-image-ios-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 288"><path d="M353.5 48h-61.7c-32.1-36-42.2-48-54.5-48h-88.5c-12.3 0-22.2 12-54.5 48H81V32H47v16H33.5C15.9 48 0 61.2 0 78.7v176C0 272.2 15.9 288 33.5 288h320c17.6 0 30.5-15.8 30.5-33.3v-176c0-17.5-12.9-30.7-30.5-30.7zM192 248.5c-47.1 0-85.5-38.4-85.5-85.5s38.4-85.5 85.5-85.5 85.5 38.4 85.5 85.5-38.4 85.5-85.5 85.5zM305 97h-17V80h17v17z"/><path d="M192 93.5c-38.4 0-69.5 31.1-69.5 69.5s31.1 69.5 69.5 69.5 69.5-31.1 69.5-69.5-31.1-69.5-69.5-69.5zm0 101.5c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"/></svg>
<svg class="tc-image-ios-camera-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 288"><g transform="translate(-64 -112)"><path d="M417.5 160h-61.7c-32.1-36-42.2-48-54.5-48h-88.5c-12.3 0-22.2 12-54.5 48H145v-16h-34v16H97.5C79.9 160 64 173.2 64 190.7v176c0 17.5 15.9 33.3 33.5 33.3h320c17.6 0 30.5-15.8 30.5-33.3v-176c0-17.5-12.9-30.7-30.5-30.7zM432 366.7c0 9.3-6.2 17.3-14.5 17.3h-320c-8.7 0-17.5-8.7-17.5-17.3v-176c0-8.2 8.1-14.7 17.5-14.7h67.8l4.8-3.2c4-4.5 7.7-10 11.1-13.8 11.3-12.7 19.5-21.7 25.3-26.9 4.7-4.2 6.2-4.1 6.2-4.1h88.5s1.6-.1 6.7 4.5c6.1 5.5 14.7 16.5 26.6 29.8 2.9 3.3 6 6.8 9.3 10.5l4.8 3.2h68.9c8.8 0 14.5 6 14.5 14.7v176z"/><path d="M256 189.5c-47.1 0-85.5 38.4-85.5 85.5s38.4 85.5 85.5 85.5 85.5-38.4 85.5-85.5-38.4-85.5-85.5-85.5zm0 155c-38.4 0-69.5-31.1-69.5-69.5s31.1-69.5 69.5-69.5 69.5 31.1 69.5 69.5-31.1 69.5-69.5 69.5zM352 192h17v17h-17z"/><circle cx="256" cy="275" r="32"/></g></svg>
<svg class="tc-image-ios-cart tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M96 336c-13.248 0-24 10.752-24 24s10.752 24 24 24 24-10.752 24-24-10.752-24-24-24zm224.5 0c-13.248 0-24 10.752-24 24s10.752 24 24 24 24-10.752 24-24-10.752-24-24-24zM384 64L59.177 31.646c-1.628-6.972-4.369-14.66-11.838-20.667C38.025 3.489 22.982 0 0 0v16.001c18.614 0 31.167 2.506 37.312 7.447 4.458 3.585 5.644 8.423 7.165 15.989l-.024.004 42.052 233.638c2.413 14.422 7.194 25.209 13.291 32.986C107.043 315.312 116.533 320 128 320h240v-16H128c-4.727 0-19.136.123-25.749-33.755l-5.429-30.16L368 192l16-128z"/></svg>
<svg class="tc-image-ios-cart-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M96 336c-13.248 0-24 10.752-24 24s10.752 24 24 24 24-10.752 24-24-10.752-24-24-24zm0 32c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8zm224.5-32c-13.248 0-24 10.752-24 24s10.752 24 24 24 24-10.752 24-24-10.752-24-24-24zm0 32c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8zM384 64L59.177 31.646c-1.628-6.972-4.369-14.66-11.838-20.667C38.025 3.489 22.982 0 0 0v16.001c18.614 0 31.167 2.506 37.312 7.447 4.458 3.585 5.644 8.423 7.165 15.989l-.024.004 42.052 233.638c2.413 14.422 7.194 25.209 13.291 32.986C107.043 315.312 116.533 320 128 320h240v-16H128c-4.727 0-19.136.123-25.749-33.755l-5.429-30.16L368 192l16-128zm-29.41 114.348l-260.601 45.99-31.732-176.3 303.869 30.608-11.536 99.702z"/></svg>
<svg class="tc-image-ios-chatboxes tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M288 0H0v224h112V112h176z"/><path d="M128 128v224h162.6l64 64H368v-64h48V128H128z"/></svg>
<svg class="tc-image-ios-chatboxes-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M16 16h256v96h16V0H0v224h112v-16H16z"/><path d="M128 128v224h162.6l64 64H368v-64h48V128H128zm272 208h-48v54.6L297 336H144V144h256v192z"/></svg>
<svg class="tc-image-ios-chatbubble tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320.0000305175781"><path d="M192 0C85.9 0 0 69.1 0 154.3c0 30.7 11.2 59.3 30.4 83.3.9.9 2.9 3.8 3.6 4.9 0 0-1-1.6-1.1-1.9 2.3 3.3 3.6 7.1 3.6 11.2 0 1.4-17.9 58-17.9 58-1.3 4.4 2.1 8.9 7.6 10 .8.2 1.6.2 2.4.2 1.3 0 2.5-.2 3.7-.5l1.6-.6 50.6-22c.9-.4 9-3.5 10-3.9l.6-.2s-.1 0-.6.2c3.4-1.2 7.2-1.8 11.2-1.8 3.6 0 7.1.5 10.3 1.5.1 0 .2 0 .2.1.5.2 1 .3 1.5.5 23.1 7.9 48.4 10.3 75.1 10.3 106 0 191-64.1 191-149.3C384 69.1 298 0 192 0z"/></svg>
<svg class="tc-image-ios-chatbubble-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320.0000305175781"><path d="M192 16c97 0 176 62 176 138.3 0 35.9-17.6 69.2-49.5 93.9-32.8 25.4-77.4 39.3-125.5 39.3-28.9 0-51-3-69.7-9.3-.6-.2-1.3-.5-2-.7-.3-.1-.6-.2-.8-.2-4.7-1.4-9.7-2.1-14.7-2.1-5.6 0-11.1.9-16.3 2.6l-.3.1c-.6.2-8.9 3.3-11 4.3l-39.6 17.2c13.8-43.9 13.8-44.8 13.8-47.6 0-7.1-2.2-14.1-6.3-20.2-.5-.7-1-1.4-1.6-2.1-.7-.9-1.3-1.7-1.8-2.3-17.4-21.9-26.6-47.1-26.6-73C16 78 95 16 192 16m0-16C85.9 0 0 69.1 0 154.3c0 30.7 11.2 59.3 30.4 83.3.9.9 2.9 3.8 3.6 4.9 0 0-1-1.6-1.1-1.9 2.3 3.3 3.6 7.1 3.6 11.2 0 1.4-17.9 58-17.9 58-1.3 4.4 2.1 8.9 7.6 10 .8.2 1.6.2 2.4.2 1.3 0 2.5-.2 3.7-.5l1.6-.6 50.6-22c.9-.4 9-3.5 10-3.9l.6-.2s-.1 0-.6.2c3.4-1.2 7.2-1.8 11.2-1.8 3.6 0 7.1.5 10.3 1.5.1 0 .2 0 .2.1.5.2 1 .3 1.5.5 23.1 7.9 48.4 10.3 75.1 10.3 106 0 191-64.1 191-149.3C384 69.1 298 0 192 0z"/></svg>
<svg class="tc-image-ios-checkmark tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm-32.1 281.7c-2.4 2.4-5.8 4.4-8.8 4.4s-6.4-2.1-8.9-4.5l-56-56 17.8-17.8 47.2 47.2L292 129.3l17.5 18.1-133.6 134.3z"/></svg>
<svg class="tc-image-ios-checkmark-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 207.3000030517578 156.8000030517578"><path d="M73.7 152.4c-2.4 2.4-5.8 4.4-8.8 4.4s-6.4-2.1-8.9-4.5l-56-56 17.8-17.8L65 125.7 189.8 0l17.5 18.1L73.7 152.4z"/></svg>
<svg class="tc-image-ios-checkmark-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M292.1 129.3L167.3 255l-47.2-47.2-17.8 17.8 56 56c2.5 2.5 5.9 4.5 8.9 4.5s6.3-2 8.8-4.4l133.7-134.4-17.6-18z"/><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/></svg>
<svg class="tc-image-ios-circle-filled tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/><path d="M208 48c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160S296.4 48 208 48z"/></svg>
<svg class="tc-image-ios-circle-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/></svg>
<svg class="tc-image-ios-clock tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm17 225H112v-17h96V80h17v145z"/></svg>
<svg class="tc-image-ios-clock-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/><path d="M208 208h-96v17.3h113.3V80H208z"/></svg>
<svg class="tc-image-ios-close tc-image-button" width="22pt" height="22pt" viewBox="0 0 456.800048828125 456.5999755859375"><path d="M375.5 81.2C294.3 0 162.6 0 81.3 81.2s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zm-51.1 231.3l-11.8 11.8-84.4-84.2-84 83.8-11.8-11.8 84-83.8-84-83.8 11.8-11.8 84 83.8 84.4-84.2 11.8 11.8-84.4 84.2 84.4 84.2z"/></svg>
<svg class="tc-image-ios-close-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 191.99998474121094 192"><path d="M180.2 0L95.8 84.3 11.8.4 0 12.2 84 96 0 179.9l11.8 11.7 84-83.8 84.4 84.2 11.8-11.7L107.6 96 192 11.8z"/></svg>
<svg class="tc-image-ios-close-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 456.800048828125 456.5999755859375"><path d="M375.5 81.2C294.3 0 162.6 0 81.3 81.2s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zm-12.3 281.9c-74.3 74.3-195.3 74.3-269.6 0-74.3-74.3-74.3-195.3 0-269.6s195.3-74.3 269.6 0c74.4 74.3 74.4 195.3 0 269.6z"/><path d="M312.6 132.3l-84.4 84.2-84-83.8-11.8 11.8 84 83.8-84 83.8 11.8 11.8 84-83.8 84.4 84.2 11.8-11.8-84.4-84.2 84.4-84.2z"/></svg>
<svg class="tc-image-ios-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288"><path d="M367.3 120.8c0-1.2.2-2.4.2-3.6C367.5 52.9 314.7 0 250.7 0c-46.1 0-85.8 27.9-104.4 67-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.7-58.9 52C25.4 124.8 0 156.8 0 196.4 0 246.2 40.1 288 89.6 288H366c45 0 82-38.9 82-84.3 0-45.6-35.4-82.8-80.7-82.9z"/></svg>
<svg class="tc-image-ios-cloud-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 420"><path d="M216.1 389l-54.7-53.8-11.7 11.4 74.5 73.4 74.5-73.4-11.8-11.4-54.8 53.8V282h-16zm151.2-270.6c0-1.2.2-2.3.2-3.5C367.5 51.4 314.6 0 250.7 0c-46.1 0-85.8 26.8-104.4 65.4-8.1-4-17.1-6.3-26.8-6.3-29.6 0-54.1 23.3-58.9 51.3C25.4 122.4 0 153.8 0 192.8 0 241.9 40.1 282 89.6 282h126.5V147h16v135h134c45 0 81.9-37.2 81.9-82.1 0-44.9-35.4-81.4-80.7-81.5z"/></svg>
<svg class="tc-image-ios-cloud-download-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 420"><path d="M161.3 335.2l-11.6 11.4 74.5 73.4 74.5-73.4-11.6-11.4-54.7 53.8V146.9H216V389z"/><path d="M367.3 118.4c0-1.2.2-2.3.2-3.5C367.5 51.4 314.6 0 250.7 0c-46.1 0-85.8 26.8-104.4 65.4-8.1-4-17.1-6.3-26.8-6.3-29.6 0-54.1 23.3-58.9 51.3C25.4 122.4 0 153.8 0 192.8 0 241.9 40.1 282 89.6 282h91.5v-16H90.4c-40.9 0-74.2-33.2-74.2-73.7 0-31.4 20.2-57.5 50.2-67.7l8.4-2.8 1.5-8.7c3.6-21.3 22.1-38.8 43.9-38.8 6.9 0 13.7 1.6 19.9 4.7l13.5 6.7 6.5-13.6c16.6-34.4 52.1-56.6 90.4-56.6 55.3 0 100.9 42.8 100.9 97.6 0 13.1-.2 20.1-.2 20.1l15.2.1c36.7.5 65.6 30 65.6 66.4 0 36.3-29.8 66.1-66.5 66.3l-3.2.1h-97.2v16h101c45 0 81.9-37.2 81.9-82.1 0-45-35.4-81.5-80.7-81.6z"/></svg>
<svg class="tc-image-ios-cloud-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288"><path d="M367.3 120.8c0-1.2.2-2.4.2-3.6C367.5 52.9 314.7 0 250.7 0c-46.1 0-85.8 27.9-104.4 67-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.7-58.9 52C25.4 124.8 0 156.8 0 196.4 0 246.2 40.1 288 89.6 288H366c45 0 82-38.9 82-84.3 0-45.6-35.4-82.8-80.7-82.9zm-1.8 150.8l-3.2.4H90.4c-40.9 0-74.2-34.9-74.2-76.1 0-31.9 20.2-58.4 50.2-68.8l8.4-3 1.5-8.8C79.9 93.7 98.4 76 120.2 76c6.9 0 13.7 1.6 19.9 4.8l13.5 6.8 6.5-13.7c16.6-34.9 52.1-58.2 90.4-58.2 55.3 0 100.9 44.1 100.9 99.7 0 13.3-.2 20.3-.2 20.3l15.2.1c36.7.5 65.6 30.5 65.6 67.4 0 36.9-29.8 68.2-66.5 68.4z"/></svg>
<svg class="tc-image-ios-cloud-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.0000305175781 384.3999938964844"><path d="M216 288.4h16v96h-16zM367.3 120c0-1.2.2-2.4.2-3.6C367.5 52.1 314.7 0 250.7 0c-46.1 0-85.8 27.1-104.4 66.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.6-58.9 52C25.4 124 0 158.6 0 198.2c0 49.7 40.1 90.2 89.6 90.2H216V142.2l-54.7 54.5-11.6-11.6 74.5-74.3 74.5 74.3-11.8 11.6-54.9-54.5v146.2h134c45 0 82-37.3 82-82.8s-35.5-85.5-80.7-85.6z"/></svg>
<svg class="tc-image-ios-cloud-upload-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 383.9999694824219"><path d="M161.3 196.8l-11.6-11.6 74.5-74.3 74.5 74.3-11.7 11.6-54.6-54.6V384h-16.5V142.2z"/><path d="M367.3 120c0-1.2.2-2.4.2-3.6C367.5 52.1 314.7 0 250.7 0c-46.1 0-85.8 27.1-104.4 66.3-8.1-4.1-17.1-6.4-26.8-6.4-29.6 0-54.1 23.6-58.9 52C25.4 124 0 158.6 0 198.2c0 49.7 40.1 90.2 89.6 90.2H181v-16H90.4c-40.9 0-74.2-33.5-74.2-74.6 0-31.8 20.2-61.2 50.2-71.6l8.4-2.9 1.5-8.8c3.6-21.6 22.1-39.3 43.9-39.3 6.9 0 13.7 1.6 19.9 4.8l13.5 6.8 6.5-13.7c16.6-34.9 52.1-57.4 90.4-57.4 55.3 0 100.9 43.3 100.9 98.9 0 13.3-.2 20.3-.2 20.3l15.2.1c36.6.5 65.6 33.4 65.6 70.3 0 36.8-29.8 66.9-66.5 67.1H265v16h101c45 0 82-37.3 82-82.8s-35.5-85.5-80.7-85.6z"/></svg>
<svg class="tc-image-ios-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 274 192"><path d="M125 0C82 0 46.7 35.2 46.7 78.5c0 2.6.1 5.2.4 7.8C20.7 88.6 0 111.8 0 138.9 0 167.5 23.2 192 51.7 192h157.7c35.7 0 64.6-29.9 64.6-65.7S245.1 61 209.4 61c-2.7 0-5.4 0-8 .3C193.5 26.3 162 0 125 0z"/></svg>
<svg class="tc-image-ios-cloudy-night tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.9000244140625 289.0999755859375"><path d="M360.6 193.7c-2 .1-3.9.1-5.9.1-32.3 0-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7 0-18.4 4.1-36.2 11.8-52.4 3.4-7.1 7.5-13.9 12.3-20.2-8.4.9-16.6 2.7-24.4 5.1-37.2 11.8-67.1 40.2-81 76.5-.3.8-.6 1.5-.9 2.3 11.9 3.5 23.1 9.4 32.8 17.3 13 10.6 22.9 24.5 28.8 40.1 20.1.9 38.9 9.4 53.3 24 15.2 15.4 23.5 35.9 23.5 57.4 0 11.4-2.4 22.5-6.8 32.8.8-.1 1.6-.1 2.5-.2 33.6-3.6 63.3-20.1 84-44.6 5.4-6.3 10.2-13.2 14.2-20.5-7.5 2-15.3 3.1-23.3 3.5z"/><path d="M125 97.1c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8C20.7 185.8 0 208.9 0 236c0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3z"/></svg>
<svg class="tc-image-ios-cloudy-night-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.9999694824219 288.10003662109375"><path d="M125 111.9c14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.1 48.8 49.2s-21.9 49.2-48.8 49.2H51.7c-9.5 0-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.8-1.2 14.2-1.7 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4 28.1-62.6 62.6-62.6m0-15.8c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8C20.7 184.8 0 207.9 0 235c0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3z"/><path d="M360.6 193.7c-2 .1-3.9.1-5.9.1-32.3 0-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7 0-18.4 4.1-36.2 11.8-52.4 3.4-7.1 7.5-13.9 12.3-20.2-8.4.9-16.6 2.7-24.4 5.1-37.2 11.8-67.1 40.2-81 76.5 5.9 1.2 11.6 3 17 5.4 10.1-25.5 29.4-46.4 53.8-58.6-4.6 13.9-7.1 28.7-7.1 44.1 0 27.3 7.9 52.8 21.4 74.2 13.8 21.8 33.5 39.5 56.8 50.9 15.3 7.4 32.2 12.1 50 13.5-14 12.2-31.2 20.9-50 24.8-1.9 6.9-4.9 13.4-8.6 19.3 33.6-3.6 63.3-20.1 84-44.6 5.4-6.3 10.2-13.2 14.2-20.5-7.6 2.1-15.4 3.2-23.4 3.6z"/></svg>
<svg class="tc-image-ios-cloudy-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 274 192.00003051757812"><path d="M125 15.8c14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.1 48.8 49.2s-21.9 49.2-48.8 49.2H51.7c-9.5 0-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.7-1.2 14.2-1.7 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4 28.1-62.6 62.6-62.6M125 0C82 0 46.7 35.2 46.7 78.5c0 2.6.1 5.2.4 7.8C20.7 88.6 0 111.8 0 138.9 0 167.5 23.2 192 51.7 192h157.7c35.7 0 64.6-29.9 64.6-65.7S245.1 61 209.4 61c-2.7 0-5.4 0-8 .3C193.5 26.3 162 0 125 0z"/></svg>
<svg class="tc-image-ios-cog tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 383.99993896484375"><path d="M229.25 86.32L201.2 190.9l74.954 75C294.159 245.457 304 219.486 304 192c0-29.916-11.65-58.042-32.805-79.196-12.041-12.041-26.341-20.997-41.945-26.484zm-15.182-4.159A113.123 113.123 0 0 0 192 80c-29.916 0-58.042 11.65-79.196 32.805C91.65 133.958 80 162.084 80 192c0 7.468.727 14.824 2.145 21.988L186.3 186.1l27.768-103.939zM86.473 229.697c5.5 15.43 14.404 29.572 26.331 41.498C133.958 292.35 162.083 304 192 304c27.009 0 52.558-9.499 72.835-26.911L189.9 202.2 86.473 229.697z"/><path d="M384 208.754v-32.008l-33.291-8.703-2.601-13.204 27.594-20.905-12.197-29.608-34.392 4.802-7.498-10.603 17.695-29.708-22.594-22.605-30.191 17.404-10.697-7.302 5.298-35.009-29.492-12.303L230.04 37.31l-12.297-2.601L209.045 0h-31.991l-9.197 34.909-12.098 2.4-21.494-29.008-29.592 12.304 4.799 35.709-11.697 7.202-31.292-18.705-22.594 22.606 18.795 31.508-6.698 10.502-35.49-5.001-12.197 29.608 28.893 21.706-2.399 12.203L0 176.846v32.007l34.69 8.903 2.4 12.503-28.394 21.307 12.297 29.508 34.991-5.002 7.099 11.303-17.896 30.607 22.595 22.605 30.192-18.204 11.196 7.302-4.498 34.311 29.592 12.202 20.595-27.808 13.396 2.5 8.799 33.11h31.991l8.298-33.109 13.597-2.601 20.694 27.106 29.593-12.203-4.998-33.709 10.196-7.4 28.992 16.904 22.595-22.606-16.795-28.907 7.896-11.402 33.791 4.802 12.298-29.508-27.193-20.507 2.7-13.502L384 208.754zM192 320c-70.692 0-128-57.307-128-128 0-70.692 57.308-128 128-128 70.692 0 128 57.308 128 128 0 70.693-57.308 128-128 128z"/></svg>
<svg class="tc-image-ios-cog-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 208.754v-32.008l-33.291-8.703-2.601-13.204 27.594-20.905-12.197-29.608-34.392 4.802-7.498-10.603 17.696-29.708-22.594-22.605-30.192 17.404-10.697-7.302 5.298-35.009-29.492-12.303L230.04 37.31l-12.297-2.601L209.045 0h-31.991l-9.197 34.909-12.098 2.4-21.494-29.008-29.592 12.304 4.799 35.709-11.697 7.202-31.292-18.705-22.594 22.606 18.795 31.508-6.698 10.502-35.49-5.001-12.197 29.608 28.893 21.706-2.399 12.203L0 176.846v32.008l34.69 8.903 2.4 12.503-28.394 21.306 12.297 29.508 34.991-5.002 7.099 11.303-17.896 30.608 22.595 22.605 30.192-18.204 11.196 7.302-4.498 34.31 29.592 12.202 20.595-27.807 13.396 2.5L177.054 384h31.991l8.298-33.109 13.597-2.601 20.694 27.107 29.593-12.204-4.998-33.708 10.196-7.401 28.992 16.904 22.595-22.606-16.795-28.907 7.896-11.403 33.791 4.802 12.298-29.508-27.193-20.506 2.7-13.503L384 208.754zm-28.293 48.013l-2.8 6.702-31.891-4.501-18.896 27.807 15.695 27.106-5.198 5.202-27.293-15.904-26.593 18.204 4.799 31.809-6.698 2.802-19.595-25.607-32.892 6.501-7.798 31.209h-7.198l-8.397-31.309-32.592-6.501-19.495 26.406-6.698-2.801 4.399-32.509-27.493-18.304-28.793 17.504-5.099-5.101 16.996-29.108-18.096-27.606-33.191 4.701-2.699-6.603 26.894-20.205-6.199-31.809-32.991-8.502v-7.202l32.991-8.402 6.299-31.608-27.293-20.505 2.699-6.602 33.691 4.801 17.796-26.807-17.996-30.008 4.999-5.001 20.595 12.303 9.197 5.501 27.893-18.205-4.499-33.809 6.699-2.8 20.294 27.407 31.492-6.102 8.798-33.208h7.198l8.298 33.008 31.691 6.301 20.095-26.807 6.598 2.801-4.999 33.108 27.193 18.105 28.292-16.205 5.1 5.102-16.695 28.007 18.396 27.007 32.491-4.601 2.799 6.702-26.193 19.705 6.498 32.508 31.292 8.102v7.202l-31.391 8.103-6.499 32.709 25.993 19.807z"/><path d="M192 64c-70.692 0-128 57.308-128 128 0 70.693 57.308 128 128 128s128-57.307 128-128c0-70.692-57.308-128-128-128zM80 192c0-29.916 11.65-58.042 32.804-79.195C133.958 91.65 162.084 80 192 80c7.496 0 14.88.732 22.069 2.161L186.3 186.1 82.145 213.988A113.183 113.183 0 0 1 80 192zm112 112c-29.917 0-58.042-11.65-79.196-32.804-11.927-11.926-20.831-26.069-26.331-41.499L189.9 202.2l74.935 74.889C244.558 294.501 219.009 304 192 304zm84.154-38.099L201.2 190.9l28.05-104.58c15.604 5.487 29.904 14.443 41.945 26.484C292.35 133.958 304 162.084 304 192c0 27.486-9.841 53.457-27.846 73.901z"/></svg>
<svg class="tc-image-ios-color-filter tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 352"><path d="M302.194 132.122A112.581 112.581 0 0 0 304.001 112C304.001 50.144 253.855 0 192 0 130.143 0 79.999 50.144 79.999 112c0 6.87.622 13.594 1.806 20.122C34.618 145.302 0 188.606 0 240c0 61.855 50.144 112 112 112 31.341 0 59.67-12.879 80-33.627C212.328 339.121 240.658 352 271.999 352 333.854 352 384 301.855 384 240c0-51.394-34.619-94.697-81.806-107.878zM191.998 315.373c-.484.495-.979.982-1.475 1.469a112.83 112.83 0 0 1-8.951-10.759c-13.561-18.525-21.574-41.366-21.574-66.083 0-6.869.622-13.594 1.807-20.121-35.749-9.986-64.281-37.26-76.014-72.243a111.193 111.193 0 0 1-3.822-14.659c.942-.29 1.882-.589 2.835-.854-.046-.252-.085-.507-.129-.759a111.516 111.516 0 0 1 12.82-2.43c4.748-.615 9.589-.934 14.505-.934 31.341 0 59.67 12.878 80 33.626C212.328 140.878 240.658 128 271.999 128c4.916 0 9.757.319 14.506.934 4.355.563 8.633 1.38 12.816 2.429-.043.253-.082.507-.129.76.955.267 1.895.564 2.838.855a111.138 111.138 0 0 1-3.822 14.658c-11.732 34.983-40.266 62.257-76.013 72.242A112.59 112.59 0 0 1 224.002 240c0 24.717-8.014 47.558-21.574 66.083a112.74 112.74 0 0 1-8.953 10.76c-.496-.487-.991-.974-1.477-1.47z"/><path d="M206.506 223.067a113.082 113.082 0 0 1-29.012 0A96.24 96.24 0 0 0 175.998 240c0 19.58 5.898 37.806 16.002 53.005 10.104-15.199 16.002-33.425 16.002-53.005 0-5.776-.514-11.435-1.496-16.933zm75.807-78.512a96.564 96.564 0 0 0-10.314-.556c-27.354 0-52.069 11.5-69.571 29.917a111.65 111.65 0 0 1 15.781 30.448c29.755-8.455 53.665-30.936 64.104-59.809zm-79.999 62.89A95.74 95.74 0 0 0 192 186.994a95.74 95.74 0 0 0-10.314 20.451c3.389.364 6.83.556 10.314.556s6.925-.191 10.314-.556zM112 143.999a96.29 96.29 0 0 0-10.314.556c10.439 28.873 34.349 51.354 64.106 59.81a111.594 111.594 0 0 1 15.781-30.448c-17.503-18.418-42.22-29.918-69.573-29.918z"/></svg>
<svg class="tc-image-ios-color-filter-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.00201416015625 352.0020446777344"><path d="M302.196 132.123a112.581 112.581 0 0 0 1.806-20.122C304.002 50.145 253.857 0 192.001 0S80 50.145 80 112.001c0 6.87.621 13.594 1.806 20.122C34.617 145.303 0 188.607 0 240.001c0 61.856 50.145 112.001 112.001 112.001 31.342 0 59.671-12.879 80-33.627 20.329 20.748 48.658 33.627 80 33.627 61.856 0 112.001-50.145 112.001-112.001 0-51.394-34.617-94.697-81.806-107.878zM96 112.001C96 59.066 139.065 16 192.001 16s96.001 43.066 96.001 96.001c0 5.776-.513 11.435-1.495 16.933-4.749-.614-9.59-.934-14.506-.934-31.342 0-59.671 12.879-80 33.627-20.329-20.748-48.658-33.627-80-33.627-4.916 0-9.757.319-14.506.934A96.248 96.248 0 0 1 96 112.001zm112.002 128c0 19.58-5.896 37.806-16.001 53.006-10.104-15.2-16.001-33.426-16.001-53.006 0-5.776.513-11.435 1.495-16.933a113.082 113.082 0 0 0 29.012 0 96.248 96.248 0 0 1 1.495 16.933zm-16.001-31.999a96.29 96.29 0 0 1-10.314-.556 95.787 95.787 0 0 1 10.314-20.451 95.74 95.74 0 0 1 10.314 20.451 96.29 96.29 0 0 1-10.314.556zm-26.209-3.637c-29.756-8.455-53.666-30.937-64.105-59.81 3.39-.364 6.83-.556 10.314-.556 27.353 0 52.069 11.5 69.572 29.917a111.686 111.686 0 0 0-15.781 30.449zm36.637-30.447C219.932 155.5 244.648 144 272.001 144c3.484 0 6.925.191 10.314.556-10.439 28.873-34.35 51.354-64.105 59.81a111.637 111.637 0 0 0-15.781-30.448zm-90.428 162.084C59.065 336.002 16 292.937 16 240.001c0-43.852 29.555-80.931 69.792-92.364 11.732 34.983 40.265 62.257 76.014 72.243A112.57 112.57 0 0 0 160 240.001c0 24.717 8.013 47.559 21.573 66.084-17.503 18.417-42.219 29.917-69.572 29.917zm160 0c-27.354 0-52.069-11.5-69.572-29.918 13.561-18.524 21.573-41.366 21.573-66.083 0-6.869-.621-13.594-1.806-20.121 35.749-9.986 64.281-37.26 76.014-72.243 40.237 11.434 69.792 48.513 69.792 92.364 0 52.936-43.065 96.001-96.001 96.001z"/></svg>
<svg class="tc-image-ios-color-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 396 388"><path d="M140.011 97.22l-34.043 34.117L362.064 388 396 353.883zM124 0h32v64h-32zm0 204h32v64h-32zm92-88h64v32h-64zm29.941-65.857l-22.627-22.678L178.06 72.82l22.627 22.678zm-211.881 0l45.254 45.355 22.627-22.678-45.254-45.355zm0 166.998l22.627 22.675 45.254-45.354-22.627-22.678zM0 116h64v32H0z"/></svg>
<svg class="tc-image-ios-color-wand-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 375.7980041503906"><path d="M128.011 85.661l-34.043 34.041 256.097 256.096L384 341.757 128.011 85.661zm20.585 66.041l11.415-11.414 201.468 201.469-11.414 11.414-201.469-201.469zM120 0h16v40h-16zm0 204h16v40h-16zm96-92h40v16h-40zM0 112h40v16H0zm75.675-53.442L64.362 69.872 36.078 41.588l11.313-11.314zm-28.286 155.57l-11.312-11.312 28.284-28.284 11.312 11.312zM191.641 69.877l-11.313-11.313L208.61 30.28l11.313 11.313z"/></svg>
<svg class="tc-image-ios-compose tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.99993896484375 368"><path d="M192 256h-64v-64L256 64H0v304h320V128z"/><path d="M323.927 27.74L144 207.651V240h32.216L356.261 60.016zm56.286-11.428L367.748 3.846C365.084 1.467 361.556 0 357.746 0a14.758 14.758 0 0 0-9.929 3.85L335.666 16l.08.08 11.293 11.293 21.02 21.02 12.15-12.15c2.383-2.625 3.791-6.117 3.791-9.929 0-3.81-1.408-7.339-3.787-10.002z"/></svg>
<svg class="tc-image-ios-compose-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.99993896484375 368"><path d="M304 352H16V80h224.117l16-16H0v304h320V127.883l-16 16z"/><path d="M173.623 220.084l-9.706-9.707L335.24 39.054 323.927 27.74 144 207.651V240h32.216L356.261 60.016 344.947 48.73zm206.59-203.772L367.748 3.846C365.084 1.467 361.556 0 357.746 0a14.758 14.758 0 0 0-9.929 3.85L335.666 16l.08.08 11.293 11.293 21.02 21.02 12.15-12.15c2.383-2.625 3.791-6.117 3.791-9.929 0-3.81-1.408-7.339-3.787-10.002z"/></svg>
<svg class="tc-image-ios-contact tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-58.6 0-111.1-26.6-146.1-68.3 17.8-7.7 62.2-23.7 90.3-31.9 2.2-.7 2.6-.8 2.6-10.7 0-10.6-1.2-18.1-3.8-23.6-3.5-7.5-7.7-20.2-9.2-31.6-4.2-4.9-9.9-14.5-13.6-32.9-3.2-16.2-1.7-22.1.4-27.6.2-.6.5-1.2.6-1.8.8-3.7-.3-23.5-3.1-38.8-1.9-10.5.5-32.8 15-51.3 9.1-11.7 26.6-26 58-28h17.5c31.9 2 49.4 16.3 58.5 28C289.6 98.7 292 121 290 131.5c-2.8 15.3-3.9 35-3.1 38.8.1.6.4 1.2.6 1.7 2.1 5.5 3.7 11.4.4 27.6-3.7 18.4-9.4 28-13.6 32.9-1.5 11.4-5.7 24-9.2 31.6-3.3 6.9-6.6 15.1-6.6 23.3 0 9.9.4 10 2.7 10.7 26.7 7.9 72.7 23.8 93 32.1-35 41.8-87.5 68.5-146.2 68.5z"/></svg>
<svg class="tc-image-ios-contact-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 17.3c105.1 0 190.7 85.5 190.7 190.7 0 46.5-16.7 89.1-44.4 122.2-20-8.2-65.9-24.1-92.9-32.1-2.4-.7-2.7-.9-2.7-10.7 0-8.1 3.3-16.3 6.6-23.3 3.6-7.5 7.7-20.2 9.2-31.6 4.2-4.9 10-14.5 13.6-32.9 3.2-16.2 1.7-22.1-.4-27.6-.2-.6-.5-1.2-.6-1.7-.8-3.8.3-23.5 3.1-38.8 1.9-10.5-.5-32.8-14.9-51.3-9.1-11.7-26.6-26-58.5-28h-17.5c-31.4 2-48.8 16.3-58 28-14.5 18.5-16.9 40.8-15 51.3 2.8 15.3 3.9 35 3.1 38.8-.2.7-.4 1.2-.6 1.8-2.1 5.5-3.7 11.4-.4 27.6 3.7 18.4 9.4 28 13.6 32.9 1.5 11.4 5.7 24 9.2 31.6 2.6 5.5 3.8 13 3.8 23.6 0 9.9-.4 10-2.6 10.7-28.1 8.3-72.6 24.3-90.4 32-27.9-33.2-44.7-75.9-44.7-122.5 0-105.1 85.6-190.7 190.7-190.7z"/></svg>
<svg class="tc-image-ios-copy tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M32 352V48H0v336h240v-32H48z"/><path d="M213.3 0H48v336h240V75L213.3 0zM256 112h-80V32h16v64h64v16z"/></svg>
<svg class="tc-image-ios-copy-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M192 32h-16v80h80V96h-64z"/><path d="M213.3 0H48v48H0v336h240v-48h48V75L213.3 0zM224 368H16V64h32v272h176v32zm48-48H64V16h142.7L272 81.6V320z"/></svg>
<svg class="tc-image-ios-crop tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M64 0h16v48H64zm16 304V96H64v224h224v-16zm256 0h48v16h-48z"/><path d="M0 64v16h304v304h16V64z"/></svg>
<svg class="tc-image-ios-crop-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M64 0h32v48H64zm32 288V112H64v208h208v-32zm240 0h48v32h-48z"/><path d="M0 64v32h288v288h32V64z"/></svg>
<svg class="tc-image-ios-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 384"><path d="M168 80v163l54.8-54.7 11.6 11.6-74.4 74.5-74.5-74.5 11.7-11.6L152 243V80H0v304h320V80zM152 0h16v80h-16z"/></svg>
<svg class="tc-image-ios-download-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 384"><path d="M192 80v16h112v272H16V96h112V80H0v304h320V80z"/><path d="M97.1 188.3l-11.6 11.6 74.5 74.5 74.5-74.5-11.6-11.6-54.7 54.7V0h-16.4v243z"/></svg>
<svg class="tc-image-ios-drag tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 128"><path d="M0 112h352v16H0zm0-56h352v16H0zM0 0h352v16H0z"/></svg>
<svg class="tc-image-ios-email tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 256"><path d="M384 256V13.8l-131.1 99.8L321 191l-2 2-78.9-69.6L192 160l-48.1-36.6L65 193l-2-2 68-77.4L0 14v242z"/><path d="M375.7 0H8l184 139.9z"/></svg>
<svg class="tc-image-ios-email-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 256"><path d="M0 0v256h384V0H0zm192 139.9L29.2 16h325.6L192 139.9zM16 240V26.1l115.1 87.6L63 191l2 2 78.9-69.6L192 160l48.1-36.6L319 193l2-2-68.1-77.4L368 26.1V240H16z"/></svg>
<svg class="tc-image-ios-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 224"><path d="M383.1 112.2C337.8 60 275.2 0 192 0c-33.6 0-64.4 9.5-96.9 29.8C67.7 47 39.6 71.2 1 111l-1 1 6.7 6.9C61.8 175.3 109.4 224 192 224c36.5 0 71.9-11.9 108.2-36.4 30.9-20.9 57.2-47.4 78.3-68.8l5.5-5.5-.9-1.1zM192 192c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"/><path d="M186.4 82.8c0-6.9 2-13.4 5.5-18.8-26.5 0-47.9 21.6-47.9 48.2s21.5 48.1 47.9 48.1 48-21.5 48-48.1c-5.4 3.5-11.9 5.5-18.8 5.5-19.1-.1-34.7-15.7-34.7-34.9z"/></svg>
<svg class="tc-image-ios-eye-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 224"><path d="M383.1 112.2C337.8 60 275.2 0 192 0c-33.6 0-64.4 9.5-96.9 29.8C67.7 47 39.6 71.2 1 111l-1 1 6.7 6.9C61.8 175.3 109.4 224 192 224c36.5 0 71.9-11.9 108.2-36.4 30.9-20.9 57.2-47.4 78.3-68.8l5.5-5.5-.9-1.1zM192 16c33.1 0 64.9 9.5 97.2 30.6 23.9 15.6 47.4 36.7 73.7 66.1C324.6 151.4 267.1 208 192 208c-34.2 0-64.2-8.4-94.2-28.2-27.5-18.1-52.3-43.3-76.2-67.8C80.7 52.3 130 16 192 16z"/><path d="M192 192c44.1 0 80-35.9 80-80s-35.9-80-80-80-80 35.9-80 80 35.9 80 80 80zm0-143.7c35.2 0 64 28.6 64 63.7s-28.8 63.7-64 63.7-63.9-28.6-63.9-63.7 28.7-63.7 63.9-63.7z"/><path d="M224 112c0 17.5-14.4 32-31.8 32S160 128.8 160 111.3 175.8 80 192 80V64c-26.5 0-47.9 21.6-47.9 48.2s21.5 48.1 47.9 48.1 48-21.6 48-48.1v-.2h-16z"/></svg>
<svg class="tc-image-ios-fastforward tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M224 0v123.2L0 0v256l224-123.2V256l224-128L224 0z"/></svg>
<svg class="tc-image-ios-fastforward-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M16 27l183.5 101L16 228.9V27m224 .8L416 128 240 228.4V28M224 0v123.2L0 0v256l224-123.2V256l224-128L224 0z"/></svg>
<svg class="tc-image-ios-filing tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 256"><path d="M176 160c-29.8 0-54.9-20.4-62-48H0v144h352V112H238c-7.1 27.6-32.2 48-62 48z"/><path d="M64 96h64c0 26.5 21.5 48 48 48s48-21.5 48-48h128L288.5 0h-.5v80h-16V0H80v80H64V0h-.5L0 96h64z"/></svg>
<svg class="tc-image-ios-filing-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 256"><path d="M288.5 0h-225L0 96v160h352V96L288.5 0zm44.9 96H288V28l45.4 68zM80 16h192v80h-48c0 26.5-21.5 48-48 48s-48-21.5-48-48H80V16zM64 28v68H18.6L64 28zm272 212H16V112h98c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48h98v128z"/></svg>
<svg class="tc-image-ios-film tc-image-button" width="22pt" height="22pt" viewBox="0 0 400 336"><path d="M0 0v336h400V0H0zm72 320H16v-48h56v48zm0-64H16v-48h56v48zm0-64H16v-48h56v48zm0-64H16V80h56v48zm0-64H16V16h56v48zm240 112H88v-16h224v16zm72 144h-56v-48h56v48zm0-64h-56v-48h56v48zm0-64h-56v-48h56v48zm0-64h-56V80h56v48zm0-64h-56V16h56v48z"/></svg>
<svg class="tc-image-ios-film-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 400 336"><path d="M0 0v336h400V0H0zm72 320H16v-48h56v48zm0-64H16v-48h56v48zm0-64H16v-48h56v48zm0-64H16V80h56v48zm0-64H16V16h56v48zm240 256H88V176h224v144zm0-160H88V16h224v144zm72 160h-56v-48h56v48zm0-64h-56v-48h56v48zm0-64h-56v-48h56v48zm0-64h-56V80h56v48zm0-64h-56V16h56v48z"/></svg>
<svg class="tc-image-ios-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 320"><path d="M239.9 16c-11 1.4-24.9 3.5-39.7 3.5-23.1 0-44-5.7-65.2-10.2C113.5 4.7 91.3 0 67.8 0 20.9 0 5 10.1 3.4 11.2L0 13.6V320h16V176.7c6-2.5 21.8-6.9 51.9-6.9 21.8 0 42.2 8.3 63.9 13 22 4.7 44.8 9.6 69.5 9.6 14.7 0 27.7-2 38.7-3.3 6-.7 11.3-1.4 16-2.2V13.5c-4.7.9-10.1 1.7-16.1 2.5z"/></svg>
<svg class="tc-image-ios-flag-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 320"><path d="M239.9 16c-11 1.4-24.9 3.5-39.7 3.5-23.1 0-44-5.7-65.2-10.2C113.5 4.7 91.3 0 67.8 0 20.9 0 5 10.1 3.4 11.2L0 13.6V320h16V176.7c6-2.5 21.8-6.9 51.9-6.9 21.8 0 42.2 8.3 63.9 13 22 4.7 44.8 9.6 69.5 9.6 14.7 0 27.7-2 38.7-3.3 6-.7 11.3-1.4 16-2.2V13.5c-4.7.9-10.1 1.7-16.1 2.5zm0 157c-11 1.4-23.9 3.5-38.7 3.5-23.1 0-45-4.7-66.2-9.2-21.5-4.6-43.6-13.3-67.1-13.3-25.7 0-41.9 3-51.9 6V22.7c6-2.5 21.9-6.8 51.9-6.8 21.8 0 42.2 4.3 63.9 9 22 4.7 43.8 10.6 68.5 10.6 14.7 0 28.7-2 39.7-3.3l-.1 140.8z"/></svg>
<svg class="tc-image-ios-flame tc-image-button" width="22pt" height="22pt" viewBox="0 0 266.54400634765625 448"><path d="M96.732 0C122.423 145 0 142 .837 288c.686 119.51 104.975 160 128.143 160 23.166 0 113.88-26 126.931-160C266.544 178.816 183.405 64 96.732 0zm32.248 440s-40.701-35.816-40.701-80c0-44.183 40.555-80 40.555-80s40.332 35.817 40.332 80c-.001 44.184-40.186 80-40.186 80z"/></svg>
<svg class="tc-image-ios-flame-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 266.54400634765625 448"><path d="M96.732 0C122.423 145 0 142 .837 288c.686 119.51 104.975 160 128.143 160 23.166 0 113.88-26 126.931-160C266.544 178.816 183.405 64 96.732 0zm32.248 440s-40.701-35.816-40.701-80c0-44.183 40.555-80 40.555-80s40.332 35.817 40.332 80c-.001 44.184-40.186 80-40.186 80zm111.006-153.551c-2.823 28.988-9.704 54.523-20.45 75.894-8.749 17.397-20.084 32.114-33.692 43.743a121.72 121.72 0 0 1-19.771 13.749c10.039-15.938 19.093-36.72 19.093-59.835 0-50.788-43.842-90.307-45.708-91.963l-10.594-9.41-10.621 9.381C116.366 269.665 72.28 309.186 72.28 360c0 21.842 8.168 41.594 17.636 57.152a156.12 156.12 0 0 1-22.986-16.451c-14.688-12.67-26.365-27.608-34.708-44.402-10.063-20.255-15.239-43.265-15.383-68.391-.367-63.986 24.09-95.746 49.983-129.369 24.568-31.903 49.829-64.7 49.458-122.113 32.513 28.827 61.257 63.03 82.822 98.877 31.307 52.047 45.446 104.312 40.884 151.146z"/></svg>
<svg class="tc-image-ios-flask tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.696044921875 448"><path d="M327.4 350.994l-.15-.124L260.084 240H124.938L58.389 350.855l-.166.042-.177.302c-5.461 8.334-8.319 18.773-8.319 24.717 0 12.945 4.481 16.848 5.954 18.088 4.46 3.76 12.667 5.996 23.731 5.996h225.932c10.278 0 18.232-2.521 23.007-6.85 4.205-3.814 6.454-9.956 6.683-17.795.172-5.904-2.093-15.968-7.476-24.18l-.158-.181z"/><path d="M373.296 338.441L256.384 143V16h16V0h-160v16h16v127L12.509 338.441C4.099 354.268 0 369.814.412 384c1.061 36.511 28.701 64 65.065 64h255.888c36.292 0 62.132-27.598 62.993-64 .338-14.244-2.607-29.651-11.062-45.559zM144.384 32h48v16h-48V32zm0 48h32v16h-32V80zm0 48h48v16h-48v-16zm-16.739 48h48.739v16h-58.179l9.44-16zm223.379 200.041c-.706 24.248-15.877 39.959-45.68 39.959H79.411c-29.862 0-45.682-12.25-45.682-39.834 0-9.455 4.029-23.008 10.937-33.55L115.874 224h153.228l71.836 118.717c6.943 10.595 10.362 23.836 10.086 33.324z"/></svg>
<svg class="tc-image-ios-flask-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.696044921875 448"><path d="M373.297 338.441L256.385 143V16h16V0h-32v147.418l2.514 3.791 116.575 194.834c6.75 12.818 9.314 25.95 9.001 37.957-.243 9.339-1.958 17.938-6.545 25.569C353.461 423.666 338.715 432 321.366 432H65.478c-17.504 0-32.461-8.435-41.035-22.705-11.897-19.801-10.889-38.145 2.275-63.139L118.206 192h58.179v-16h-48.683l14.687-24.756 1.996-3.844V144h48v-16h-48V96h32V80h-32V48h48V32h-48V0h-32v16h16v127L12.511 338.441C4.099 354.268 0 369.814.412 384c1.061 36.511 28.702 64 65.065 64h255.889c36.291 0 62.131-27.598 62.992-64 .338-14.244-2.606-29.651-11.061-45.559z"/><path d="M44.677 342.616c-6.907 10.542-10.936 24.095-10.936 33.55 0 27.584 15.82 39.834 45.682 39.834h225.932c29.804 0 44.975-15.711 45.681-39.959.277-9.488-3.143-22.729-10.086-33.324L269.114 224H115.885L44.677 342.616zM260.09 240l67.168 110.87.151.124.159.182c5.382 8.212 7.647 18.275 7.476 24.18-.229 7.839-2.477 13.98-6.683 17.795-4.774 4.328-12.729 6.85-23.008 6.85H79.422c-11.064 0-19.27-2.236-23.73-5.996-1.472-1.24-5.954-5.143-5.954-18.088 0-5.943 2.857-16.383 8.319-24.717l.177-.302.166-.042L124.949 240H260.09z"/></svg>
<svg class="tc-image-ios-flower tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.0009765625 448.0009765625"><path d="M363.057 196.247c-28.651 0-64.502 7.35-92.66 14.518a47.921 47.921 0 0 0-4.001-9.817c24.97-14.84 55.487-34.98 75.733-55.224 39.547-39.547 52.023-68.458 40.44-80.042-11.584-11.583-40.495.893-80.042 40.44-20.225 20.225-40.343 50.698-55.178 75.654a47.96 47.96 0 0 0-9.822-4.089c7.156-28.133 14.475-63.897 14.475-92.492C252.002 29.266 240.382 0 224 0s-28.002 29.266-28.002 85.194c0 28.595 7.319 64.359 14.475 92.492a47.96 47.96 0 0 0-9.822 4.089c-14.835-24.956-34.953-55.43-55.176-75.653-39.548-39.547-68.458-52.024-80.042-40.44-11.584 11.583.894 40.494 40.44 80.041 20.246 20.244 50.762 40.384 75.732 55.224a47.921 47.921 0 0 0-4.001 9.817c-28.158-7.168-64.008-14.518-92.659-14.518C29.016 196.247 0 207.618 0 224s29.016 28.252 84.944 28.252c28.697 0 64.613-7.371 92.792-14.551a47.982 47.982 0 0 0 4.083 9.724c-25.009 14.852-55.645 35.049-75.946 55.351-39.547 39.548-52.023 68.459-40.44 80.043 11.584 11.584 40.495-.895 80.042-40.441 20.323-20.323 40.542-51.001 55.398-76.024a47.969 47.969 0 0 0 9.718 3.995c-7.192 28.203-14.592 64.207-14.592 92.959 0 55.929 11.62 84.693 28.002 84.693s28.002-28.766 28.002-84.693c0-28.752-7.4-64.756-14.592-92.959a47.969 47.969 0 0 0 9.718-3.995c14.855 25.023 35.073 55.701 55.399 76.025 39.547 39.547 68.457 52.024 80.041 40.44s-.894-40.495-40.439-80.043c-20.304-20.302-50.938-40.499-75.947-55.351a47.982 47.982 0 0 0 4.083-9.724c28.18 7.18 64.096 14.551 92.792 14.551 55.929 0 84.943-11.62 84.943-28.002s-29.017-28.003-84.944-28.003z"/><path d="M264.467 321.945s7.031 41.059 1.854 75.946c11.678 21.779 26.139 35.253 36.643 35.253 1.749 0 3.432-.324 5.042-.976 11.874-4.797 14.385-24.984 4.855-58.491-24.53-17.673-48.394-51.732-48.394-51.732zm-80.97-195.625s-7.747-40.82-1.818-75.712c-13.292-23.51-26.139-35.255-36.644-35.255-1.749 0-3.431.325-5.042.976-11.868 4.795-14.497 23.211-4.87 58.441 21.252 15.98 48.374 51.55 48.374 51.55zm-57.191 138.397s-41.308 6.119-75.949 1.852c-27.422 15.505-38.836 30.402-34.277 41.687 2.806 6.944 10.913 10.675 23.842 10.675 9.182 0 22.434-1.559 34.672-5.826 17.405-23.935 51.712-48.388 51.712-48.388zm195.417-80.938s40.778-7.28 75.918-1.849c27.424-15.504 38.838-30.402 34.279-41.685-2.806-6.945-10.914-10.675-23.844-10.675-9.178 0-21.4 1.715-34.654 5.822-18.088 23.774-51.699 48.387-51.699 48.387zM131.135 376.98c-8.42 30.34-5.956 48.938 5.244 53.69a13.372 13.372 0 0 0 5.275 1.066c11.107 0 24.698-13.124 39.528-39.015-4.184-32.22 2.351-70.779 2.351-70.779s-21.534 31.394-52.398 55.038zM316.77 71.87c8.397-31.87 6.096-49.271-5.147-54.044a13.392 13.392 0 0 0-5.274-1.066c-11.105 0-26.207 14.287-39.527 39.013 4.514 22.894-2.393 71.053-2.393 71.053S287.667 92.5 316.77 71.87zM55.524 181.432c29.726-3.932 70.688 2.336 70.688 2.336S89 155.067 71.209 131.367C61 127.5 48.717 126.366 40.457 126.366c-12.267 0-20.042 3.573-22.881 10.261-5.004 11.792 9.97 29.985 37.948 44.805zm336.953 85.634c-25.307 5.6-70.78-2.35-70.78-2.35s34.638 25.615 55.014 52.393c11.959 4.223 22.555 5.022 30.833 5.022 12.266 0 20.041-3.573 22.88-10.261 5.004-11.79-8.141-28.069-37.947-44.804z"/></svg>
<svg class="tc-image-ios-flower-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M363.057 252.252c55.929 0 84.943-11.62 84.943-28.002s-29.016-28.003-84.943-28.003c-28.732 0-64.708 7.391-92.902 14.578a47.73 47.73 0 0 0-3.973-9.75c25.009-14.852 55.645-35.05 75.947-55.353 39.547-39.547 52.023-68.458 40.44-80.042-2.747-2.748-6.472-4.142-11.079-4.142-14.818 0-38.796 14.415-68.963 44.582-20.282 20.282-40.459 50.873-55.307 75.869a47.738 47.738 0 0 0-9.755-4.062C244.64 149.757 252 113.868 252 85.192 252.002 29.266 240.382 0 224 0s-28.002 29.266-28.002 85.194c0 28.676 7.362 64.565 14.536 92.735a47.682 47.682 0 0 0-9.755 4.062c-14.847-24.996-35.023-55.587-55.305-75.869C115.309 75.957 91.33 61.54 76.51 61.54c-4.609 0-8.331 1.394-11.079 4.142-11.584 11.583.894 40.494 40.44 80.041 20.303 20.303 50.938 40.501 75.947 55.353a47.733 47.733 0 0 0-3.974 9.75c-28.194-7.188-64.169-14.578-92.901-14.578C29.016 196.247 0 207.618 0 224s29.016 28.252 84.944 28.252c28.777 0 64.82-7.413 93.034-14.611a47.598 47.598 0 0 0 4.055 9.656c-25.048 14.863-55.801 35.119-76.161 55.479-39.547 39.548-52.023 68.459-40.44 80.043 2.748 2.748 6.471 4.142 11.078 4.142 14.819 0 38.796-14.415 68.963-44.583 20.382-20.381 40.659-51.177 55.526-76.238a47.838 47.838 0 0 0 9.651 3.967c-7.211 28.238-14.654 64.367-14.654 93.201C195.998 419.234 207.618 448 224 448s28.002-28.766 28.002-84.693c0-28.834-7.441-64.963-14.652-93.201a47.806 47.806 0 0 0 9.65-3.967c14.867 25.062 35.145 55.857 55.527 76.239 30.164 30.165 54.144 44.582 68.963 44.582 4.608 0 8.33-1.394 11.078-4.142 11.584-11.584-.894-40.495-40.439-80.043-20.361-20.359-51.114-40.615-76.162-55.479a47.533 47.533 0 0 0 4.055-9.656c28.215 7.199 64.258 14.612 93.035 14.612zm-75.065-29.311c30.144-7.014 55.893-10.694 75.064-10.694 21.329 0 39.453 1.806 52.41 5.222 9.705 2.559 14.005 5.317 15.736 6.781-1.731 1.463-6.031 4.221-15.736 6.779-12.958 3.416-31.081 5.223-52.41 5.223-19.176 0-44.927-3.68-75.075-10.695l.011-2.616zm25.849-105.505c35.382-35.383 52.682-39.412 56.818-39.846-.211 2.305-1.343 7.326-6.404 15.991-6.786 11.62-18.35 25.738-33.439 40.828-13.533 13.534-34.3 29.111-60.513 45.438a64.194 64.194 0 0 0-1.895-1.904c16.324-26.214 31.901-46.975 45.433-60.507zm-136.143 62.41c-26.213-16.326-46.979-31.904-60.512-45.437-15.09-15.091-26.653-29.208-33.439-40.828-5.061-8.665-6.194-13.687-6.404-15.992 4.138.435 21.436 4.463 56.818 39.845 13.533 13.533 29.108 34.295 45.433 60.507a63.064 63.064 0 0 0-1.896 1.905zm-92.754 56.406c-21.339 0-39.483-1.845-52.471-5.335-9.689-2.604-13.961-5.394-15.675-6.87 1.75-1.451 6.077-4.177 15.796-6.689 12.927-3.343 31.029-5.11 52.351-5.11 19.172 0 44.922 3.68 75.064 10.694l.01 2.615c-30.149 7.015-55.899 10.695-75.075 10.695zm49.216 94.812c-35.383 35.382-52.68 39.41-56.818 39.846.21-2.305 1.343-7.326 6.404-15.992 6.786-11.619 18.349-25.736 33.439-40.828 13.587-13.586 34.457-29.229 60.815-45.625a65.246 65.246 0 0 0 1.789 1.779c-16.395 26.36-32.04 47.231-45.629 60.82zM270 268.465c26.356 16.395 47.227 32.037 60.814 45.625 15.091 15.092 26.653 29.209 33.439 40.828 5.062 8.666 6.193 13.688 6.403 15.992-4.138-.436-21.436-4.464-56.817-39.846-13.589-13.59-29.234-34.463-45.63-60.82a65.321 65.321 0 0 0 1.791-1.779zM217.222 32.678c2.548-9.703 5.297-14.055 6.778-15.834 1.48 1.78 4.23 6.131 6.777 15.834 3.418 13.015 5.225 31.174 5.225 52.516 0 19.117-3.66 44.781-10.637 74.821h-2.73c-6.977-30.04-10.638-55.704-10.638-74.821.001-21.341 1.807-39.501 5.225-52.516zm13.56 382.934c-2.569 9.707-5.339 13.954-6.782 15.636-1.444-1.682-4.212-5.929-6.782-15.636-3.415-12.901-5.22-30.988-5.22-52.308 0-19.228 3.701-45.066 10.752-75.316h2.5c7.052 30.25 10.752 56.089 10.752 75.316 0 21.32-1.805 39.407-5.22 52.308zM224 256c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z"/><path d="M312.86 373.678c-24.529-17.674-48.394-51.732-48.394-51.732s7.031 41.059 1.854 75.946c11.678 21.779 26.139 35.253 36.643 35.253 1.749 0 3.432-.324 5.042-.976 11.874-4.797 14.385-24.984 4.855-58.491zm-11.122 42.888c-2.738-1.46-9.407-6.369-18.992-22.27.688-7.872 1.098-16.337 1.219-25.282 5.012 4.88 9.947 9.437 14.747 13.613 5.104 19.781 4.242 30.152 3.026 33.939zM181.679 50.608c-13.292-23.51-26.139-35.255-36.644-35.255-1.749 0-3.431.325-5.042.976-11.868 4.795-14.497 23.211-4.87 58.441 21.252 15.98 48.374 51.55 48.374 51.55s-7.747-40.82-1.818-75.712zm-17.641 28.761a350.796 350.796 0 0 0-14.769-13.574c-5.084-19.731-4.223-30.082-3.008-33.863 2.737 1.459 9.407 6.369 18.994 22.27-.687 7.838-1.094 16.264-1.217 25.167zM50.357 266.568c-27.422 15.505-38.836 30.402-34.277 41.687 2.806 6.944 10.913 10.675 23.842 10.675 9.182 0 22.434-1.559 34.672-5.826 17.405-23.934 51.712-48.387 51.712-48.387s-41.307 6.119-75.949 1.851zm15.28 32.388c-10.088 2.606-18.909 3.974-25.716 3.974-4.092 0-6.733-.502-8.223-.97 1.477-2.755 6.407-9.411 22.253-18.966 7.872.689 16.338 1.099 25.284 1.22-4.87 5.004-9.42 9.936-13.598 14.742zM431.92 140.245c-2.806-6.945-10.914-10.675-23.844-10.675-9.178 0-21.4 1.715-34.654 5.822-18.088 23.774-51.699 48.387-51.699 48.387s40.778-7.28 75.918-1.849c27.423-15.504 38.838-30.402 34.279-41.685zm-37.873 25.259c-7.867-.689-16.327-1.097-25.267-1.218a357.64 357.64 0 0 0 13.6-14.749c10.081-2.602 18.895-3.968 25.697-3.968 4.093 0 6.733.502 8.225.97-1.478 2.755-6.409 9.412-22.255 18.965zM131.135 376.98c-8.42 30.34-5.956 48.938 5.244 53.69a13.372 13.372 0 0 0 5.275 1.066c11.107 0 24.698-13.124 39.528-39.015-4.184-32.22 2.351-70.779 2.351-70.779s-21.534 31.394-52.398 55.038zm11.846 38.227c-.904-2.966-2.147-11.15 2.312-29.159 6.048-5.079 12.323-10.782 18.743-17.032.095 6.979.366 13.687.81 20.039-10.38 17.605-18.326 24.335-21.865 26.152zM311.622 17.826a13.392 13.392 0 0 0-5.274-1.066c-11.105 0-26.207 14.287-39.527 39.013 4.514 22.894-2.393 71.053-2.393 71.053S287.667 92.5 316.77 71.87c8.397-31.87 6.095-49.271-5.148-54.044zm-8.995 44.955c-6.029 5.051-12.277 10.72-18.66 16.931a359.613 359.613 0 0 0-.812-20.269c10.379-17.607 18.327-24.336 21.864-26.153.911 2.984 2.167 11.251-2.392 29.491zM71.209 131.367C61 127.5 48.717 126.366 40.457 126.366c-12.267 0-20.042 3.573-22.881 10.261-5.004 11.792 9.97 29.985 37.948 44.805 29.726-3.932 70.688 2.336 70.688 2.336S89 155.067 71.209 131.367zm-38.175 11.848c1.381-.414 3.775-.848 7.424-.848 5.815 0 13.242 1.088 21.687 3.165 5.077 6.049 10.781 12.33 17.034 18.754-6.959.096-13.648.367-19.984.81-17.632-10.396-24.355-18.351-26.161-21.881zm359.443 123.851c-25.307 5.6-70.78-2.35-70.78-2.35s34.638 25.615 55.014 52.393c11.959 4.223 22.555 5.022 30.833 5.022 12.266 0 20.041-3.573 22.88-10.261 5.004-11.79-8.141-28.069-37.947-44.804zm15.065 39.066c-5.833 0-13.287-1.095-21.765-3.185-5.078-6.053-10.774-12.326-17.013-18.734 6.98-.095 13.688-.365 20.041-.811 17.631 10.396 24.354 18.352 26.158 21.882-1.378.413-3.773.848-7.421.848z"/></svg>
<svg class="tc-image-ios-folder tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M440 112H8c-4.411 0-8 3.589-8 8v239c0 13.317 11.683 25 25 25h400c12.683 0 23-11.215 23-25V120c0-4.411-3.589-8-8-8zm-15-80H183c-2.791 0-4.271-.585-6.094-2.408L154.405 7.091l-.168-.162C149.365 2.333 145.361 0 137 0H25C11.215 0 0 10.317 0 23v74.376A23.885 23.885 0 0 1 8 96h432c2.805 0 5.496.488 8 1.376V55c0-13.327-9.673-23-23-23z"/></svg>
<svg class="tc-image-ios-folder-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M425 32H183c-2.791 0-4.271-.585-6.094-2.408L154.405 7.091l-.168-.162C149.365 2.333 145.361 0 137 0H25C11.215 0 0 10.317 0 23v336c0 13.317 11.683 25 25 25h400c12.683 0 23-11.215 23-25V55c0-13.327-9.673-23-23-23zM25 16h112c3.497 0 3.737.189 6.175 2.488l22.417 22.418C170.432 45.746 175.964 48 183 48h242c4.448 0 7 2.552 7 7v42.376A23.885 23.885 0 0 0 424 96H24c-2.805 0-5.496.488-8 1.376V23c0-4.323 4.672-7 9-7zm407 343c0 4.328-2.677 9-7 9H25c-4.458 0-9-4.542-9-9V120c0-4.411 3.589-8 8-8h400c4.411 0 8 3.589 8 8v239z"/></svg>
<svg class="tc-image-ios-football tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.137 0 0 93.136 0 208s93.137 208 208 208c114.872 0 208-93.138 208-208S322.87 0 208 0zm41.151 394.179c-13.514 2.657-30.327 4.187-44 4.45a190.525 190.525 0 0 1-38.5-4.493 978.146 978.146 0 0 1-6.805-1.777l-24.417-65.435L155.074 288h105.854l.57 1.076 19.34 38.852-23.618 64.282a189.782 189.782 0 0 1-8.069 1.969zM141.578 29.28L199 68.576v58.147l-70.997 60.067L78.6 164.28l-4.167-1.899-22.332-64.019C74.11 67.158 105.239 42.83 141.578 29.28zm221.986 68.787l-22.432 64.483-53.992 24.388L216 126.723V68.576l57.596-39.415c36.362 13.483 67.905 37.752 89.968 68.906zM18.144 225.414L71.9 178.896l49.539 22.599.559.255 19.718 77.287-20.433 38.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575 92.151l-20.434-38.529 19.752-77.416 49.997-22.781 53.822 46.575c-3.065 33.691-14.932 64.877-33.277 91.236l-69.86.915z"/></svg>
<svg class="tc-image-ios-football-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.137 0 0 93.136 0 208s93.137 208 208 208c114.872 0 208-93.138 208-208S322.87 0 208 0zm41.151 394.179c-13.514 2.657-30.327 4.187-44 4.45a190.525 190.525 0 0 1-38.5-4.493 978.146 978.146 0 0 1-6.805-1.777l-24.417-65.435L155.074 288h105.854l.57 1.076 19.34 38.852-23.618 64.282a189.782 189.782 0 0 1-8.069 1.969zM41.317 115.522l18.188 52.284.175.504-42.304 36.61c.516-32.385 9.144-62.832 23.941-89.398zM141.578 29.28L199 68.576v58.147l-70.997 60.067L78.6 164.28l-4.167-1.899-22.332-64.019C74.11 67.158 105.239 42.83 141.578 29.28zm135.447 169.926l.921.765L259.569 272H156.431l-18.485-72.453.445-.376 68.873-58.27 69.761 58.305zm121.601 5.715l-42.454-36.738.127-.364 18.298-52.451c14.85 26.604 23.512 57.105 24.029 89.553zM363.564 98.067l-22.432 64.483-53.992 24.388L216 126.723V68.576l57.596-39.415c36.362 13.483 67.905 37.752 89.968 68.906zM18.144 225.414L71.9 178.896l49.539 22.599.559.255 19.718 77.287-20.433 38.529-69.86-.915c-18.348-26.36-30.214-57.546-33.279-91.237zm276.575 92.151l-20.434-38.529 19.752-77.416 49.997-22.781 53.822 46.575c-3.065 33.691-14.932 64.877-33.277 91.236l-69.86.915zM207.257 54.67l-46.126-31.498A190.3 190.3 0 0 1 208 17.337c15.961 0 31.466 1.982 46.293 5.694L207.257 54.67zm-88.834 278.859l.848 2.511 19.946 49.781c-29.239-11.351-55.011-29.704-75.232-53.006l54.438.714zm158.14 52.375l17.934-48.608 1.627-3.748 55.892-.732c-20.272 23.359-46.123 41.746-75.453 53.088z"/></svg>
<svg class="tc-image-ios-game-controller-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 220"><path d="M337.269 0h-226.53C49.541 0 0 45.458 0 109.418 0 173.419 49.541 220 110.739 220h226.529C398.49 220 448 173.419 448 109.418 448 45.458 398.49 0 337.269 0zM168 120.697c0 2.698-2.421 5.303-5.238 5.303H128v35.139c0 2.83-3.104 4.861-5.803 4.861H100.77c-2.628 0-4.771-1.918-4.771-4.533V126H60.861c-2.83 0-4.861-3.104-4.861-5.803V98.77c0-2.628 1.918-4.771 4.533-4.771H96V59.177c0-2.806 1.854-5.178 4.553-5.178h22.145c2.698 0 5.303 2.421 5.303 5.238V94h34.822c2.806 0 5.178 1.854 5.178 4.553v22.144zm119.766 8.789c-10.736 0-19.451-8.587-19.451-19.153 0-10.565 8.715-19.168 19.451-19.168 10.783 0 19.498 8.603 19.498 19.168 0 10.566-8.715 19.153-19.498 19.153zm42.548 41.815c-10.736 0-19.451-8.529-19.451-19.084 0-10.639 8.715-19.153 19.451-19.153 10.783 0 19.498 8.515 19.498 19.153 0 10.554-8.714 19.084-19.498 19.084zm0-83.686c-10.736 0-19.451-8.579-19.451-19.146S319.578 49.3 330.314 49.3c10.783 0 19.498 8.602 19.498 19.169s-8.714 19.146-19.498 19.146zm42.548 41.871c-10.729 0-19.442-8.587-19.442-19.153 0-10.565 8.714-19.168 19.442-19.168 10.737 0 19.452 8.603 19.452 19.168 0 10.566-8.714 19.153-19.452 19.153z"/></svg>
<svg class="tc-image-ios-game-controller-a-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 220"><path d="M162.822 94H128V59.238c0-2.817-2.604-5.238-5.303-5.238h-22.145C97.854 54 96 56.372 96 59.178V94H60.533C57.918 94 56 96.143 56 98.771v21.427c0 2.698 2.031 5.803 4.861 5.803H96v35.467c0 2.615 2.143 4.533 4.771 4.533h21.427c2.698 0 5.803-2.031 5.803-4.861V126h34.762c2.817 0 5.238-2.604 5.238-5.303V98.552C168 95.854 165.628 94 162.822 94zm167.492 39.063c-10.736 0-19.451 8.515-19.451 19.153 0 10.555 8.715 19.084 19.451 19.084 10.783 0 19.498-8.529 19.498-19.084 0-10.638-8.714-19.153-19.498-19.153zm-42.548-41.898c-10.736 0-19.451 8.603-19.451 19.168 0 10.566 8.715 19.153 19.451 19.153 10.783 0 19.498-8.587 19.498-19.153 0-10.565-8.715-19.168-19.498-19.168zm85.096 0c-10.729 0-19.442 8.603-19.442 19.168 0 10.566 8.714 19.153 19.442 19.153 10.737 0 19.452-8.587 19.452-19.153 0-10.565-8.714-19.168-19.452-19.168zm-42.548-41.864c-10.736 0-19.451 8.602-19.451 19.169 0 10.566 8.715 19.146 19.451 19.146 10.783 0 19.498-8.579 19.498-19.146 0-10.568-8.714-19.169-19.498-19.169z"/><path d="M337.269 16c25.838 0 49.704 9.314 67.204 26.229C422.225 59.386 432 83.247 432 109.418c0 26.303-9.806 50.405-27.611 67.869-17.563 17.226-41.4 26.713-67.12 26.713h-226.53c-25.712 0-49.548-9.487-67.117-26.715C25.81 159.818 16 135.717 16 109.418c0-26.167 9.78-50.028 27.539-67.188C61.043 25.315 84.909 16 110.739 16h226.53m0-16h-226.53C49.541 0 0 45.458 0 109.418 0 173.419 49.541 220 110.739 220h226.529C398.49 220 448 173.419 448 109.418 448 45.458 398.49 0 337.269 0z"/></svg>
<svg class="tc-image-ios-game-controller-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 462.85003662109375 320"><path d="M110.552 108.568c-10.688 0-19.343 8.717-19.343 19.441 0 10.727 8.655 19.447 19.343 19.447 10.641 0 19.297-8.721 19.297-19.447 0-10.724-8.656-19.441-19.297-19.441z"/><path d="M441.708 152.866c-21.157-88.471-43.631-135.489-88.454-148.83C343.489 1.135 335.177 0 327.505 0c-27.598 0-46.938 14.683-96.08 14.683-49.174 0-68.502-14.681-96.062-14.683-7.665 0-15.963 1.135-25.721 4.036C64.773 17.377 42.3 64.395 21.181 152.866 0 241.339 3.847 305.229 28.86 317.155 32.931 319.1 37.091 320 41.314 320c21.694 0 45.139-23.838 67.659-52.047C134.627 235.848 141.087 235 219.251 235h24.343c78.147 0 84.628.846 110.282 32.953 22.526 28.207 45.97 52.004 67.665 52.004 4.226 0 8.384-.879 12.457-2.823 25.005-11.926 28.852-75.795 7.71-164.268zm-331.045 14.767c-21.64 0-39.234-17.758-39.234-39.623 0-21.84 17.594-39.643 39.234-39.643 21.655 0 39.249 17.803 39.249 39.643 0 21.865-17.593 39.623-39.249 39.623zm172.842-19.493c-11.058 0-20.076-9.019-20.076-20.107 0-11.09 9.019-20.104 20.076-20.104 11.131 0 20.148 9.014 20.148 20.104.001 11.088-9.017 20.107-20.148 20.107zM327.417 192c-11.058 0-20.053-8.951-20.053-20.016 0-11.157 8.995-20.106 20.053-20.106 11.146 0 20.148 8.949 20.148 20.106.001 11.065-9.002 20.016-20.148 20.016zm0-87.81c-11.058 0-20.053-8.993-20.053-20.083 0-11.094 8.995-20.107 20.053-20.107 11.146 0 20.148 9.014 20.148 20.107.001 11.09-9.002 20.083-20.148 20.083zm43.959 43.95c-11.105 0-20.101-9.019-20.101-20.107 0-11.09 8.995-20.104 20.101-20.104 11.059 0 20.053 9.014 20.053 20.104 0 11.088-8.994 20.107-20.053 20.107z"/></svg>
<svg class="tc-image-ios-game-controller-b-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 462.85003662109375 320"><path d="M283.505 107.929c-11.058 0-20.076 9.014-20.076 20.104 0 11.089 9.019 20.107 20.076 20.107 11.131 0 20.148-9.019 20.148-20.107.001-11.091-9.017-20.104-20.148-20.104zm43.912 43.949c-11.058 0-20.053 8.949-20.053 20.106 0 11.064 8.995 20.016 20.053 20.016 11.146 0 20.148-8.951 20.148-20.016.001-11.157-9.002-20.106-20.148-20.106zM110.663 88.367c-21.64 0-39.234 17.803-39.234 39.643 0 21.865 17.594 39.623 39.234 39.623 21.655 0 39.249-17.758 39.249-39.623 0-21.84-17.593-39.643-39.249-39.643zm-.111 59.09c-10.688 0-19.343-8.721-19.343-19.447 0-10.725 8.655-19.441 19.343-19.441 10.641 0 19.297 8.717 19.297 19.441 0 10.726-8.656 19.447-19.297 19.447zM327.417 64c-11.058 0-20.053 9.014-20.053 20.107 0 11.09 8.995 20.083 20.053 20.083 11.146 0 20.148-8.993 20.148-20.083C347.566 73.014 338.563 64 327.417 64zm43.959 43.929c-11.105 0-20.101 9.014-20.101 20.104 0 11.089 8.995 20.107 20.101 20.107 11.059 0 20.053-9.019 20.053-20.107 0-11.091-8.994-20.104-20.053-20.104z"/><path d="M441.708 152.866c-21.157-88.471-43.631-135.489-88.454-148.83C343.489 1.135 335.177 0 327.505 0c-27.598 0-46.938 14.683-96.08 14.683-49.174 0-68.502-14.681-96.062-14.683-7.665 0-15.963 1.135-25.721 4.036C64.773 17.377 42.3 64.395 21.181 152.866 0 241.339 3.847 305.229 28.86 317.155 32.931 319.1 37.091 320 41.314 320c21.694 0 45.139-23.838 67.659-52.047C134.627 235.848 141.087 235 219.251 235h24.343c78.147 0 84.628.846 110.282 32.953 22.526 28.207 45.97 52.004 67.665 52.004 4.226 0 8.384-.879 12.457-2.823 25.005-11.926 28.852-75.795 7.71-164.268zm-14.602 149.85c-1.835.876-3.604 1.284-5.564 1.284-6.022 0-14.077-4.049-23.295-11.708-9.181-7.63-19.307-18.509-31.87-34.239-12.959-16.22-23.667-28.229-43.528-33.949-16.647-4.793-38.624-5.104-79.254-5.104h-24.343c-40.633 0-62.611.311-79.259 5.105-19.853 5.719-30.56 17.685-43.523 33.908-12.556 15.727-22.68 26.627-31.862 34.258-9.216 7.658-17.27 11.718-23.293 11.718-1.932 0-3.751-.415-5.568-1.282-9.556-4.557-22.572-47.673.998-146.129C58.132 66.987 79.126 29.801 114.204 19.371c7.633-2.27 14.554-3.372 21.159-3.372 9.742 0 18.599 2.317 29.812 5.249 16.07 4.203 36.072 9.435 66.252 9.435 30.148 0 50.146-5.228 66.215-9.429 11.229-2.936 20.1-5.254 29.865-5.254 6.618 0 13.551 1.104 21.185 3.371 35.037 10.428 56.03 47.617 77.456 137.214 23.525 98.456 10.511 141.575.958 146.131z"/></svg>
<svg class="tc-image-ios-gear tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.9999694824219 384.0009765625"><path d="M352.349 192.046c-.001-21.013 13.143-38.948 31.651-46.062a196.302 196.302 0 0 0-23.664-57.139 49.423 49.423 0 0 1-20.082 4.254c-12.621 0-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.274 196.274 0 0 0 238.074 0C230.971 18.529 213.027 31.69 192 31.69c-21.025 0-38.969-13.161-46.073-31.69a196.243 196.243 0 0 0-57.128 23.688c8.068 18.122 4.683 40.104-10.181 54.97-9.631 9.631-22.25 14.443-34.871 14.443a49.429 49.429 0 0 1-20.083-4.255A196.273 196.273 0 0 0 0 145.984c18.509 7.112 31.652 25.049 31.652 46.062 0 21.008-13.132 38.936-31.63 46.054a196.318 196.318 0 0 0 23.692 57.128 49.428 49.428 0 0 1 20.032-4.232c12.622 0 25.239 4.812 34.871 14.443 14.841 14.841 18.239 36.781 10.215 54.889a196.257 196.257 0 0 0 57.13 23.673c7.128-18.479 25.046-31.596 46.038-31.596 20.992 0 38.91 13.115 46.037 31.596a196.234 196.234 0 0 0 57.132-23.675c-8.023-18.106-4.626-40.046 10.216-54.887 9.629-9.632 22.248-14.444 34.868-14.444 6.836 0 13.67 1.411 20.033 4.233a196.318 196.318 0 0 0 23.692-57.128c-18.498-7.119-31.629-25.048-31.629-46.054zM192.9 271.9c-44.3 0-80-35.9-80-80 0-44.101 35.7-80 80-80 44.299 0 80 35.899 80 80 0 44.1-35.701 80-80 80z"/></svg>
<svg class="tc-image-ios-gear-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.9979553222656 384.0010070800781"><path d="M192.9 95.9c-25.701 0-49.801 10-67.9 28.1s-28.1 42.199-28.1 67.9c0 25.699 10 49.699 28.1 67.9 18.1 18.1 42.301 28.1 67.9 28.1 25.699 0 49.799-10 67.9-28.1 18.1-18.102 28.1-42.201 28.1-67.9 0-25.701-10-49.701-28.1-67.9-18.101-18.1-42.2-28.1-67.9-28.1zm0 176c-44.301 0-80-35.9-80-80 0-44.101 35.699-80 80-80 44.299 0 80 35.899 80 80 0 44.1-35.701 80-80 80z"/><path d="M137.787 18.828a65.378 65.378 0 0 0 16.775 17.069C165.574 43.612 178.519 47.69 192 47.69c13.481 0 26.428-4.078 37.439-11.793a65.398 65.398 0 0 0 16.773-17.068 179.969 179.969 0 0 1 29.927 12.411 65.403 65.403 0 0 0-.203 23.933c2.333 13.235 8.604 25.269 18.133 34.798 12.335 12.336 28.737 19.129 46.185 19.129 4.242 0 8.424-.399 12.52-1.195a179.858 179.858 0 0 1 12.405 29.947 65.388 65.388 0 0 0-17.054 16.776c-7.705 11.008-11.777 23.946-11.776 37.418 0 13.467 4.069 26.401 11.768 37.406a65.378 65.378 0 0 0 17.036 16.771 179.868 179.868 0 0 1-12.428 29.957 65.615 65.615 0 0 0-12.472-1.187c-17.448 0-33.85 6.795-46.183 19.131-9.515 9.514-15.781 21.527-18.123 34.74a65.397 65.397 0 0 0 .176 23.895 179.911 179.911 0 0 1-29.967 12.421 65.372 65.372 0 0 0-16.771-17.022c-11-7.689-23.928-11.754-37.386-11.754-13.457 0-26.385 4.064-37.385 11.755a65.399 65.399 0 0 0-16.771 17.021 179.932 179.932 0 0 1-29.966-12.42 65.397 65.397 0 0 0 .176-23.895c-2.342-13.214-8.608-25.228-18.123-34.741-12.335-12.336-28.737-19.13-46.185-19.13-4.226 0-8.39.396-12.471 1.187a180.012 180.012 0 0 1-12.428-29.958 65.378 65.378 0 0 0 17.036-16.771c7.699-11.004 11.769-23.939 11.769-37.408 0-13.471-4.072-26.41-11.777-37.418A65.403 65.403 0 0 0 18.82 137.85a179.882 179.882 0 0 1 12.405-29.946 65.54 65.54 0 0 0 12.521 1.196c17.446 0 33.849-6.794 46.185-19.13 9.529-9.53 15.799-21.563 18.133-34.799a65.376 65.376 0 0 0-.203-23.932 180.164 180.164 0 0 1 29.926-12.411M238.074 0C230.971 18.529 213.027 31.69 192 31.69c-21.025 0-38.969-13.161-46.073-31.69a196.255 196.255 0 0 0-57.128 23.688c8.068 18.122 4.682 40.104-10.182 54.97-9.631 9.631-22.25 14.443-34.87 14.443a49.429 49.429 0 0 1-20.083-4.255A196.3 196.3 0 0 0 0 145.984c18.51 7.112 31.652 25.049 31.652 46.062 0 21.008-13.133 38.936-31.631 46.054a196.32 196.32 0 0 0 23.693 57.128 49.42 49.42 0 0 1 20.031-4.232c12.621 0 25.238 4.812 34.871 14.443 14.841 14.841 18.238 36.781 10.215 54.889a196.251 196.251 0 0 0 57.131 23.673c7.127-18.479 25.046-31.596 46.037-31.596 20.992 0 38.91 13.115 46.037 31.596a196.234 196.234 0 0 0 57.132-23.675c-8.023-18.106-4.626-40.046 10.216-54.887 9.629-9.632 22.248-14.444 34.868-14.444 6.836 0 13.67 1.411 20.033 4.233a196.318 196.318 0 0 0 23.692-57.128c-18.498-7.118-31.63-25.048-31.63-46.054-.001-21.013 13.143-38.948 31.651-46.062a196.302 196.302 0 0 0-23.664-57.139 49.423 49.423 0 0 1-20.082 4.254c-12.621 0-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.24 196.24 0 0 0 238.074 0z"/></svg>
<svg class="tc-image-ios-glasses tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 184.1999969482422"><path d="M433.4 83.1c-2.2-22-12.4-43-28.9-58.4C387.4 8.8 365.2 0 341.8 0c-41.5 0-77.3 27.4-88.5 67-7-7-18.5-11.7-29.3-11.7S201.7 60 194.7 67c-11.2-39.6-47-67-88.5-67-23.3 0-45.6 8.7-62.7 24.6C27 40.1 16.8 61.1 14.6 83.1H0v18h14.6c2.2 22 12.4 43 28.9 58.4 17.1 15.9 39.3 24.7 62.7 24.7 50.8 0 92.1-41.2 92.1-92v-.1c0-9.9 11.5-21.6 25.7-21.6s25.7 11.7 25.7 21.6v.1c0 50.8 41.3 92 92.1 92 23.3 0 45.6-8.7 62.7-24.7 16.5-15.4 26.7-36.5 28.9-58.5H448V83h-14.6z"/></svg>
<svg class="tc-image-ios-glasses-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 184.1999969482422"><path d="M433.4 83.1c-2.2-22-12.4-43-28.9-58.4C387.4 8.8 365.2 0 341.8 0c-41.5 0-77.3 27.4-88.5 67-7-7-18.5-11.7-29.3-11.7S201.7 60 194.7 67c-11.2-39.6-47-67-88.5-67-23.3 0-45.6 8.7-62.7 24.6C27 40.1 16.8 61.1 14.6 83.1H0v18h14.6c2.2 22 12.4 43 28.9 58.4 17.1 15.9 39.3 24.7 62.7 24.7 50.8 0 92.1-41.2 92.1-92v-.1c0-9.9 11.5-21.6 25.7-21.6s25.7 11.7 25.7 21.6v.1c0 50.8 41.3 92 92.1 92 23.3 0 45.6-8.7 62.7-24.7 16.5-15.4 26.7-36.5 28.9-58.5H448V83h-14.6zm-91.6 86c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77zm-235.6 0c-42.5 0-77-34.6-77-77 0-42.5 34.6-77 77-77 42.5 0 77 34.6 77 77 0 42.5-34.5 77-77 77z"/></svg>
<svg class="tc-image-ios-grid-view tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M128 128h128v128H128z"/><path d="M0 0v384h384V0H0zm352 128h-80v128h80v16h-80v80h-16v-80H128v80h-16v-80H32v-16h80V128H32v-16h80V32h16v80h128V32h16v80h80v16z"/></svg>
<svg class="tc-image-ios-grid-view-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 128v-16H272V0h-16v112H128V0h-16v112H0v16h112v128H0v16h112v112h16V272h128v112h16V272h112v-16H272V128h112zM256 256H128V128h128v128z"/></svg>
<svg class="tc-image-ios-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M327.385 0C287.966 0 245.171 17.599 224 52.8 202.83 17.599 160.034 0 120.615 0 51.647 0 0 43.238 0 115.779c0 31.288 12.562 71.924 40.923 105.657 28.359 33.735 45.229 51.7 100.153 88C196 345.738 224 352 224 352s28-6.262 82.924-42.564c54.923-36.3 71.794-54.265 100.153-88C435.438 187.703 448 147.067 448 115.779 448 43.238 396.353 0 327.385 0z"/></svg>
<svg class="tc-image-ios-heart-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M327.385 0C287.966 0 245.171 17.599 224 52.8 202.83 17.599 160.034 0 120.615 0 51.647 0 0 43.238 0 115.779c0 31.288 12.562 71.924 40.923 105.657 28.359 33.735 45.229 51.7 100.153 88C196 345.738 224 352 224 352s28-6.262 82.924-42.564c54.923-36.3 71.794-54.265 100.153-88C435.438 187.703 448 147.067 448 115.779 448 43.238 396.353 0 327.385 0zm67.445 211.141c-26.852 31.94-42.18 48.895-96.729 84.947-40.237 26.596-65.252 36.301-74.102 39.233-8.85-2.933-33.864-12.639-74.102-39.233-54.548-36.052-69.876-53.006-96.729-84.948-12.065-14.351-21.857-31.274-28.316-48.943C19.062 146.355 16 130.304 16 115.779c0-30.284 10.131-55.643 29.297-73.335 9.14-8.437 20.158-14.992 32.752-19.484C90.994 18.341 105.315 16 120.615 16c38.018 0 73.217 17.682 89.674 45.046L224 83.844l13.711-22.798C254.169 33.682 289.368 16 327.385 16c15.3 0 29.621 2.341 42.566 6.959 12.594 4.493 23.612 11.048 32.752 19.484C421.869 60.136 432 85.495 432 115.779c0 14.525-3.062 30.576-8.854 46.418-6.458 17.668-16.25 34.592-28.316 48.944z"/></svg>
<svg class="tc-image-ios-help tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm4.3 318c-9.4 0-17-7.5-17-16.9 0-9.3 7.6-16.8 17-16.8s17 7.5 17 16.8c0 9.4-7.6 16.9-17 16.9zm33.8-115.3c-22.8 22.5-22.2 27.4-23.3 53.3h-19c1.1-28.5 7.5-43.7 30.1-64.5 11-10.3 19.4-22.7 19.4-38.1 0-23.6-19.4-39.9-42.6-39.9-32.4 0-48.5 16.4-47.9 46.4H144c.3-42 24.4-62.1 67.6-62.1 33 0 60.4 20.4 60.4 54.6 0 21.9-10.7 36.2-25.9 50.3z"/></svg>
<svg class="tc-image-ios-help-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 220.20001220703125"><path d="M68.3 220.2c-9.4 0-17-7.5-17-16.9 0-9.3 7.6-16.8 17-16.8s17 7.5 17 16.8c0 9.4-7.6 16.9-17 16.9zm33.8-115.3c-22.8 22.5-22.2 27.4-23.3 53.3h-19c1.1-28.5 7.5-43.7 30.1-64.5 11-10.3 19.4-22.7 19.4-38.1 0-23.6-19.4-39.9-42.6-39.9-32.4 0-48.5 16.4-47.9 46.4H0C.3 20.1 24.4 0 67.6 0c33 0 60.4 20.4 60.4 54.6 0 21.9-10.7 36.2-25.9 50.3z"/></svg>
<svg class="tc-image-ios-help-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/><path d="M211.6 98c-43.2 0-67.3 20.3-67.6 62.2h18.8c-.6-30.4 15.5-46.5 47.9-46.5 23.2 0 42.6 16.2 42.6 39.8 0 15.3-8.3 27.7-19.4 38.1-22.6 20.8-29 36-30.1 64.5h19c1.1-25.8.5-30.7 23.3-53.3 15.2-14.2 25.9-28.3 25.9-50.2 0-34.2-27.4-54.6-60.4-54.6zm.7 186.3c-9.4 0-17 7.5-17 16.8s7.6 16.9 17 16.9 17-7.5 17-16.9c0-9.3-7.6-16.8-17-16.8z"/></svg>
<svg class="tc-image-ios-home tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M192 48L32 176v208h112V256h96v128h112V176L192 48z"/><path d="M192 0L96 76.8V32H32v95.999L0 153.498l11.51 11.384L192 20.49l180.49 144.393L384 153.498 192 0z"/></svg>
<svg class="tc-image-ios-home-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M192 48L32 176v208h112V256h96v128h112V176L192 48zm144 320h-80V240H128v128H48V183.69l144-115.2 144 115.2V368z"/><path d="M192 0L96 76.8V32H32v95.999L0 153.498l11.51 11.384L192 20.49l180.49 144.393L384 153.498 192 0zM80 89.599l-32 25.6V48h32v41.599z"/></svg>
<svg class="tc-image-ios-infinite tc-image-button" width="22pt" height="22pt" viewBox="0 0 464.04095458984375 208"><path d="M432.845 30.377C412.806 10.788 386.086 0 357.609 0c-28.477 0-55.195 10.788-75.21 30.354l-39.106 37.885 25.06 24.689 38.843-37.769c13.458-13.095 31.321-20.307 50.299-20.307 18.979 0 36.841 7.212 50.282 20.291 13.363 13.077 20.712 30.468 20.693 48.97-.019 18.443-7.363 35.75-20.677 48.728-13.458 13.095-31.32 20.307-50.299 20.307-18.978 0-36.841-7.212-50.291-20.299L181.67 30.359C161.515 10.782 134.802 0 106.451 0c-28.477 0-55.195 10.788-75.23 30.373C11.127 49.986.047 76.132.024 103.993c-.024 27.822 11.055 53.973 31.192 73.63C51.256 197.212 77.975 208 106.451 208c28.475 0 55.194-10.788 75.223-30.363l38.994-37.909-25.088-24.502-38.829 37.615c-13.458 13.095-31.321 20.307-50.3 20.307-18.977 0-36.839-7.212-50.28-20.291-13.364-13.077-20.714-30.469-20.694-48.971.019-18.443 7.363-35.749 20.678-48.727 13.458-13.095 31.32-20.307 50.297-20.307 18.979 0 36.842 7.212 50.292 20.299L282.276 177.64C302.43 197.218 329.143 208 357.494 208c28.476 0 55.194-10.788 75.213-30.355 20.179-19.573 31.301-45.727 31.317-73.64.017-27.838-11.058-53.987-31.179-73.628z"/></svg>
<svg class="tc-image-ios-infinite-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.0360107421875 192"><path d="M419.25 28.098C400.703 9.967 375.971 0 349.606 0c-26.363 0-51.095 9.967-69.642 28.098l-42.229 41.187 13.649 13.447 42.229-41.306c14.933-14.529 34.764-22.573 55.878-22.573 21.113 0 40.946 8.044 55.878 22.573 30.797 30.139 30.797 79.13 0 109.148-14.932 14.529-34.765 22.573-55.878 22.573-21.114 0-40.945-8.044-55.878-22.573L168.092 28.098C149.427 9.967 124.696 0 98.448 0 72.085 0 47.353 9.967 28.805 28.098 9.636 46.809.042 71.441.021 96 0 120.611 9.594 145.149 28.805 163.902 47.353 182.032 72.084 192 98.448 192c26.365 0 51.095-9.968 69.645-28.098l42.111-41.186-13.647-13.329-42.229 41.187c-14.932 14.529-34.764 22.573-55.879 22.573-21.113 0-40.944-8.044-55.876-22.573-30.799-30.14-30.799-79.13 0-109.148 14.932-14.529 34.763-22.573 55.876-22.573 21.115 0 40.947 8.044 55.879 22.573l125.52 122.477C298.511 182.032 323.243 192 349.491 192c26.363 0 51.095-9.968 69.643-28.098C438.382 145.23 448.006 120.6 448.021 96c.015-24.601-9.58-49.17-28.771-67.902z"/></svg>
<svg class="tc-image-ios-information tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm-4.5 104c11.1 0 20 9 20 20s-9 20-20 20-20-9-20-20 8.9-20 20-20zM240 304h-64v-8h16V176h-16v-8h48v128h16v8z"/></svg>
<svg class="tc-image-ios-information-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 64 200"><g transform="translate(-224 -152)"><circle cx="251.5" cy="172" r="20"/><path d="M272 344V216h-48v8h16v120h-16v8h64v-8z"/></g></svg>
<svg class="tc-image-ios-information-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><g transform="translate(-48 -48)"><circle cx="251.5" cy="172" r="20"/><path d="M272 344V216h-48v8h16v120h-16v8h64v-8z"/><path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/></g></svg>
<svg class="tc-image-ios-ionic-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M377.5 86.8c4.7-5.9 7.5-13.5 7.5-21.6 0-19.2-15.6-34.9-34.8-34.9-8.2 0-15.7 2.8-21.6 7.5-34-24.2-75-37.8-119.9-37.8C93.8 0 0 92.5 0 207.6S93.7 416 208.6 416C323.5 416 416 322.7 416 207.6c0-45-14.3-86.7-38.5-120.8zM350 43.3c12.2 0 22 9.9 22 22 0 12.2-9.9 22-22 22-12.2 0-22-9.9-22-22s9.8-22 22-22zm-6.2 300.4c-17.6 17.6-38.2 31.6-61.1 41.3-23.7 10-48.2 15.2-74.2 15.2-25.9 0-51.7-5.1-75.4-15.2-22.9-9.7-43.4-23.5-61.1-41.3-17.6-17.6-31.5-38.3-41.2-61.2-10-23.7-15.1-48.9-15.1-74.9 0-25.9 5.1-51.2 15.1-74.9 9.7-22.9 23.5-43.5 41.2-61.2s38.2-31.6 61.1-41.3c23.7-10 49.4-14.1 75.4-14.1 25.9 0 50.5 4 74.2 14.1 12.7 5.4 24.7 12.1 35.9 20-2.1 4.5-3.3 9.5-3.3 14.9 0 19.2 15.6 34.9 34.8 34.9 5.3 0 10.3-1.2 14.9-3.3 7.9 11.2 14.6 23.2 20 36 10 23.7 15.1 48.9 15.1 74.9 0 25.9-5.1 51.2-15.1 74.9-9.7 22.9-23.5 43.5-41.2 61.2z"/><path d="M208.5 112.1c-53 0-96 42.8-96 95.9s42.9 96.1 96 96.1c53 0 96-43 96-96.1s-43-95.9-96-95.9zm0 175.7c-44.1 0-79.7-35.8-79.7-79.8 0-44.1 35.6-79.6 79.7-79.6s79.7 35.6 79.7 79.6c0 44.1-35.7 79.8-79.7 79.8z"/></svg>
<svg class="tc-image-ios-keypad tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M330.6 277.2c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm-138.6 0c-29.5 0-53.4 23.9-53.4 53.4S162.5 384 192 384s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm-138.6 0C23.9 277.2 0 301.1 0 330.6S23.9 384 53.4 384s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm277.2-138.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4S384 221.5 384 192s-23.9-53.4-53.4-53.4zm-138.6 0c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm-138.6 0C23.9 138.6 0 162.5 0 192s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm277.2-31.8c29.5 0 53.4-23.9 53.4-53.4S360.1 0 330.6 0s-53.4 23.9-53.4 53.4 23.9 53.4 53.4 53.4zM192 0c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S221.5 0 192 0zM53.4 0C23.9 0 0 23.9 0 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S82.9 0 53.4 0z"/></svg>
<svg class="tc-image-ios-keypad-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M330.6 277.2c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S368 310 368 330.6c0 20.6-16.8 37.4-37.4 37.4zM192 277.2c-29.5 0-53.4 23.9-53.4 53.4S162.5 384 192 384s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.4zM53.4 277.2C23.9 277.2 0 301.1 0 330.6S23.9 384 53.4 384s53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm0 90.8C32.8 368 16 351.2 16 330.6c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4zm277.2-229.4c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4S384 221.5 384 192s-23.9-53.4-53.4-53.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4S368 171.4 368 192c0 20.6-16.8 37.4-37.4 37.4zM192 138.6c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.4zM53.4 138.6C23.9 138.6 0 162.5 0 192s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4-23.9-53.4-53.4-53.4zm0 90.8C32.8 229.4 16 212.6 16 192c0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4zm277.2-122.6c29.5 0 53.4-23.9 53.4-53.4S360.1 0 330.6 0s-53.4 23.9-53.4 53.4 23.9 53.4 53.4 53.4zm0-90.8c20.6 0 37.4 16.8 37.4 37.4 0 20.6-16.8 37.4-37.4 37.4S293.2 74 293.2 53.4c0-20.6 16.7-37.4 37.4-37.4zM192 0c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S221.5 0 192 0zm0 90.8c-20.6 0-37.4-16.8-37.4-37.4 0-20.6 16.8-37.4 37.4-37.4s37.4 16.8 37.4 37.4c0 20.6-16.8 37.4-37.4 37.4zM53.4 0C23.9 0 0 23.9 0 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4S82.9 0 53.4 0zm0 90.8C32.8 90.8 16 74 16 53.4 16 32.8 32.8 16 53.4 16s37.4 16.8 37.4 37.4c0 20.6-16.7 37.4-37.4 37.4z"/></svg>
<svg class="tc-image-ios-lightbulb tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 448"><path d="M288 140.9C288 63.1 221.9 0 144 0S0 63.1 0 141c0 31 13.2 59 30.2 83h-.3c10.9 15 21.4 27.7 31.5 45 22 37.8 18.6 74.3 18.7 81.6v1.4h32V224l-32-64h16.6l31.4 64v128h32V224l31.4-64H208l-32 64v128h32v-1.4c0-8.9-3.6-43.8 18.4-81.6 10.1-17.3 20.6-30 31.5-45h-.1c17-24 30.2-52 30.2-83.1zM112 432h64v16h-64zm-16-32h96v16H96zm0-32h96v16H96z"/></svg>
<svg class="tc-image-ios-lightbulb-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 448"><path d="M288 140.9C288 63.1 221.9 0 144 0S0 63.1 0 141c0 31 13.2 59 30.2 83h-.3c10.9 15 21.4 27.7 31.5 45 22 37.8 18.6 74.3 18.7 81.6v1.4h128v-1.4c0-8.9-3.6-43.8 18.4-81.6 10.1-17.3 20.6-30 31.5-45h-.1c16.9-24 30.1-52 30.1-83.1zm-49 81.5c-.6.8-1.1 1.5-1.7 2.3-8.1 10.9-16.5 22.2-24.7 36.1-17.3 29.7-20.4 57.9-20.8 75.1H176V224l32-64h-16.6L160 224v112h-32V224l-31.4-64H80l32 64v112H96.1c-.5-17.2-3.9-45.7-20.9-75-4.5-7.7-9.1-15-13.7-21h.2l-18.6-25.6C27.3 192.8 16 167.3 16 140.8c0-33.4 16-64.8 39.6-88.4s55-36.7 88.4-36.7c33.4 0 64.8 13.1 88.4 36.7C256 76 272 107.4 272 140.8c0 26.5-11.3 51.9-27.1 73.5l-5.9 8.1zM112 432h64v16h-64zm-16-32h96v16H96zm0-32h96v16H96z"/></svg>
<svg class="tc-image-ios-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 0v384h384V0H0zm80 304c-8.836 0-16-7.164-16-16s7.164-16 16-16 16 7.164 16 16-7.164 16-16 16zm0-96c-8.836 0-16-7.164-16-16s7.164-16 16-16 16 7.164 16 16-7.164 16-16 16zm0-96c-8.836 0-16-7.164-16-16s7.164-16 16-16 16 7.164 16 16-7.164 16-16 16zm240 184H128v-16h192v16zm0-96H128v-16h192v16zm0-96H128V88h192v16z"/></svg>
<svg class="tc-image-ios-list-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><g transform="translate(-64 -64)"><path d="M432 80v352H80V80h352m16-16H64v384h384V64z"/><path d="M192 152h192v16H192zm0 96h192v16H192zm0 96h192v16H192z"/><circle cx="144" cy="160" r="16"/><circle cx="144" cy="256" r="16"/><circle cx="144" cy="352" r="16"/></g></svg>
<svg class="tc-image-ios-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 448"><path d="M144 0C64.471 0 0 64.471 0 144c0 112 144 304 144 304s144-192 144-304C288 64.471 223.529 0 144 0zm0 190.9c-25.9 0-46.9-21-46.9-46.9s21-46.9 46.9-46.9 46.9 21 46.9 46.9-21 46.9-46.9 46.9z"/></svg>
<svg class="tc-image-ios-location-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 448"><path d="M144 16c34.19 0 66.334 13.314 90.51 37.49S272 109.81 272 144c0 42.92-24.092 107.127-69.67 185.68-22.279 38.396-44.771 71.634-58.332 90.931-13.518-19.232-35.912-52.327-58.161-90.645C40.149 251.281 16 186.976 16 144c0-34.19 13.314-66.334 37.49-90.51S109.81 16 144 16m0-16C64.471 0 0 64.471 0 144c0 112 144 304 144 304s144-192 144-304C288 64.471 223.529 0 144 0z"/><path d="M144 80c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm0 110.9c-25.9 0-46.9-21-46.9-46.9s21-46.9 46.9-46.9 46.9 21 46.9 46.9-21 46.9-46.9 46.9z"/></svg>
<svg class="tc-image-ios-locked tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M264 176v-72C264 46.57 217.438 0 160.016 0 102.562 0 56 46.57 56 104v72H0v240h320V176h-56zm-96 126.992V336h-16v-33.008c-13.802-3.553-24-16.082-24-30.992 0-17.673 14.327-32 32-32s32 14.327 32 32c0 14.91-10.198 27.439-24 30.992zM248 176H72v-72c0-48.523 39.484-88 88.016-88C208.531 16 248 55.477 248 104v72z"/><path d="M160 256c-8.822 0-16 7.178-16 16s7.178 16 16 16 16-7.178 16-16-7.178-16-16-16z"/></svg>
<svg class="tc-image-ios-locked-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M264 176v-72C264 46.57 217.438 0 160.016 0 102.562 0 56 46.57 56 104v72H0v240h320V176h-56zM72 104c0-48.523 39.484-88 88.016-88C208.531 16 248 55.477 248 104v72H72v-72zm232 296H16V192h288v208z"/><path d="M160 240c-17.673 0-32 14.327-32 32 0 14.91 10.198 27.439 24 30.992V336h16v-33.008c13.802-3.553 24-16.082 24-30.992 0-17.673-14.327-32-32-32zm0 48c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z"/></svg>
<svg class="tc-image-ios-loop tc-image-button" width="22pt" height="22pt" viewBox="0 0 489.3740234375 408"><path d="M478.06 204l-41.373 41.373L394.314 204 383.5 214.813 436.687 268l52.687-52.687z"/><path d="M448.681 203.509c-.002-.577.013-1.157.007-1.733l-.029-.003C447.458 90.311 356.429 0 244.687 0c-73.59 0-141.753 39.878-177.888 104.071l13.943 7.848C114.046 52.754 176.867 16 244.687 16c103.273 0 187.355 83.708 187.985 186.836.038 6.882-.281 13.83-1.017 20.831l15.912 1.674A205.256 205.256 0 0 0 448.678 204h.009c0-.164-.006-.327-.006-.491zm-40.05 92.572C375.328 355.246 312.507 392 244.687 392c-103.475 0-187.688-84.032-187.993-187.437-.015-6.686.31-13.434 1.024-20.23l-15.912-1.674A204.972 204.972 0 0 0 40.698 204h-.011c0 .472.015.939.018 1.41.006.975-.006 1.952.015 2.924l.022-.003C43.056 318.825 133.649 408 244.687 408c73.59 0 141.753-39.878 177.888-104.071l-13.944-7.848z"/><path d="M52.687 140L0 192.687 11.314 204l41.373-41.373L94.06 204l11.314-11.313z"/></svg>
<svg class="tc-image-ios-loop-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 416"><path d="M256 0C180.967 0 111.469 40.658 74.627 106.107l-1.963 3.485 20.915 11.771 1.962-3.485C128.138 59.973 189.621 24 256 24c101.458 0 184 82.542 184 184a185.48 185.48 0 0 1-3.749 37.147l-.803 3.918 23.511 4.819.804-3.919A209.53 209.53 0 0 0 464 208C464 93.309 370.691 0 256 0zm160.459 298.119C383.862 356.027 322.379 392 256 392c-101.458 0-184-82.542-184-184 0-12.512 1.262-25.011 3.75-37.15l.803-3.918-23.511-4.819-.804 3.918A209.445 209.445 0 0 0 48 208c0 114.691 93.309 208 208 208 75.033 0 144.531-40.658 181.373-106.109l1.963-3.485-20.915-11.771-1.962 3.484z"/><path d="M384 208l64 64 64-64zM0 208l64-64 64 64z"/></svg>
<svg class="tc-image-ios-medical tc-image-button" width="22pt" height="22pt" viewBox="0 0 364.02197265625 384"><path d="M364.011 123.713l-31.927-55.426-118.073 68.287V0h-64v136.574L31.938 68.287 0 123.713 118.103 192 .009 260.287l31.928 55.426 118.074-68.287V384h64V247.426l118.072 68.287 31.939-55.426L245.919 192l118.092-68.287z"/></svg>
<svg class="tc-image-ios-medical-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 364.02197265625 384"><path d="M364.011 123.713l-31.927-55.426-118.073 68.287V0h-64v136.574L31.938 68.287 0 123.713 118.103 192 .009 260.287l31.928 55.426 118.074-68.287V384h64V247.426l118.072 68.287 31.939-55.426L245.919 192l118.092-68.287zm-21.824 142.412l-15.963 27.866L198.011 220v148h-32V220L37.798 294l-15.969-27.785 128.228-74.197-128.224-74.157 15.964-27.859L166.011 164V16h32v148l128.213-74 15.969 27.785-128.228 74.179 128.222 74.161z"/></svg>
<svg class="tc-image-ios-medkit tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M224 208v-64h-32v64h-64v32h64v64h32v-64h64v-32h-48z"/><path d="M288 64V32c-.5-18.2-13.6-32-32.2-32h-99.1C138.1 0 128 13.7 128 32v32H0v320h416V64H288zM144 34.1c0-10.2 2.9-18.1 13.7-18.1h97.1c10.4 0 17.2 7.7 17.2 18.1V64H144V34.1zM304 256h-64v64h-64v-64h-64v-64h64v-64h64v64h64v64z"/></svg>
<svg class="tc-image-ios-medkit-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M224 144v64h64v32h-64v64h-32v-64h-64v-32h64v-64h32m16-16h-64v64h-64v64h64v64h64v-64h64v-64h-64v-64z"/><path d="M288 64V32c-.5-18.2-13.6-32-32.2-32h-99.1C138.1 0 128 13.7 128 32v32H0v320h416V64H288zM144 34.1c0-10.2 2.9-18.1 13.7-18.1h97.1c10.4 0 17.2 7.7 17.2 18.1V64H144V34.1zM400 368H16V80h384v288z"/></svg>
<svg class="tc-image-ios-mic tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 448"><path d="M128 321.5c43.7 0 79-37.5 79-83.5V83.5c0-46-35.3-83.5-79-83.5S49 37.5 49 83.5V238c0 46 35.3 83.5 79 83.5z"/><path d="M239 160v79.7c0 60.2-49.8 109.2-110 109.2s-110-49-110-109.2V160H0v79.7c0 67.2 53 122.6 120 127.5V430H47v18h161v-18h-69v-62.8c66-4.9 117-60.3 117-127.5V160h-17z"/></svg>
<svg class="tc-image-ios-mic-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 279.7900390625 448.0150146484375"><path d="M8.383 8.109L22.189.024 279.79 439.931l-13.807 8.084zM128.1 321.4c12.3 0 23.8-2.9 34.2-8.2L48.9 120.4V238c0 46 35.4 83.4 79.2 83.4zm78.8-83.4V83.5c0-46-35.2-83.5-79-83.5-25.4 0-47.8 12.6-62.3 32.2l136.9 233.3c2.9-8.6 4.4-17.9 4.4-27.5zm49 1.7V160h-17v79.7c0 21.5-6.2 41.6-17.1 58.5l9.9 17c15.3-21.2 24.2-47.3 24.2-75.5z"/><path d="M138.9 367.2c17-1.2 33-5.8 47.3-13l-9.4-16.1c-14.5 7-30.7 10.9-47.7 10.9C68.8 349 19 300 19 239.9V160H0v79.7c0 67.2 53 122.6 120 127.4V430H47v18h161v-18h-69v-62.8z"/></svg>
<svg class="tc-image-ios-mic-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 448"><path d="M128 0C84.3 0 49 37.5 49 83.5V238c0 46 35.3 83.5 79 83.5s79-37.5 79-83.5V83.5c0-46-35.3-83.5-79-83.5zm63 238c0 37.2-28.3 67.5-63 67.5S65 275.2 65 238V83.5C65 46.3 93.3 16 128 16s63 30.3 63 67.5V238z"/><path d="M239 160v79.7c0 60.2-49.8 109.2-110 109.2s-110-49-110-109.2V160H0v79.7c0 67.2 53 122.6 120 127.5V430H47v18h161v-18h-69v-62.8c66-4.9 117-60.3 117-127.5V160h-17z"/></svg>
<svg class="tc-image-ios-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm128 217H80v-17h256v17z"/></svg>
<svg class="tc-image-ios-minus-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 17"><path d="M256 17H0V0h256v17z"/></svg>
<svg class="tc-image-ios-minus-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/><path d="M80 200h256v17H80z"/></svg>
<svg class="tc-image-ios-monitor tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M480 288V0H0v288h175v16h-64v16h257v-16h-64v-16h176zM16 16h448v256H16V16z"/><path d="M32 32h416v224H32z"/></svg>
<svg class="tc-image-ios-monitor-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 320"><path d="M480 288V0H0v288h175v16h-64v16h257v-16h-64v-16h176zM16 16h448v256H16V16z"/></svg>
<svg class="tc-image-ios-moon tc-image-button" width="22pt" height="22pt" viewBox="0 0 216.3000030517578 230.3000030517578"><path d="M195.3 174.2c-1.8.1-3.5.1-5.3.1-29.1 0-56.5-11.3-77.1-31.9C92.3 121.8 81 94.4 81 65.3c0-16.6 3.7-32.6 10.6-47.1 3.1-6.4 6.8-12.5 11.1-18.2-7.6.8-14.9 2.4-22 4.6C33.9 19.4 0 63.1 0 114.8c0 63.8 51.7 115.5 115.5 115.5 35.3 0 66.8-15.8 88-40.7 4.8-5.7 9.2-11.9 12.8-18.5-6.8 1.7-13.8 2.8-21 3.1z"/></svg>
<svg class="tc-image-ios-moon-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 216.3000030517578 230.3000030517578"><path d="M195.3 174.2c-1.8.1-3.5.1-5.3.1-29.1 0-56.5-11.3-77.1-31.9C92.3 121.8 81 94.4 81 65.3c0-16.6 3.7-32.6 10.6-47.1 3.1-6.4 6.8-12.5 11.1-18.2-7.6.8-14.9 2.4-22 4.6C33.9 19.4 0 63.1 0 114.8c0 63.8 51.7 115.5 115.5 115.5 35.3 0 66.8-15.8 88-40.7 4.8-5.7 9.2-11.9 12.8-18.5-6.8 1.7-13.8 2.8-21 3.1zm-79.8 40.1c-54.9 0-99.5-44.6-99.5-99.5 0-39.1 22.6-72.9 55.4-89.2C67.2 38.1 65 51.4 65 65.3c0 65.9 51 119.9 115.6 124.7-17.4 15.2-40.2 24.3-65.1 24.3z"/></svg>
<svg class="tc-image-ios-more tc-image-button" width="22pt" height="22pt" viewBox="0 0 319.6000061035156 64"><path d="M159.6 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM32 0C14.3 0 0 14.3 0 32s14.3 32 32 32 32-14.3 32-32S49.6 0 32 0zm255.6 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"/></svg>
<svg class="tc-image-ios-more-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 319.6000061035156 64"><path d="M159.6 14c9.9 0 18 8.1 18 18s-8.1 18-18 18-18-8.1-18-18 8.1-18 18-18m0-14c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM32 14c9.9 0 18 8.1 18 18s-8.1 18-18 18-18-8.1-18-18 8.1-18 18-18m0-14C14.3 0 0 14.3 0 32s14.3 32 32 32 32-14.3 32-32S49.6 0 32 0zm255.6 14c9.9 0 18 8.1 18 18s-8.1 18-18 18-18-8.1-18-18 8.1-18 18-18m0-14c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"/></svg>
<svg class="tc-image-ios-musical-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 357.8999938964844"><path d="M192 24.3v-.2c-.1-.3-.1-.5-.2-.8v-.1c-.6-1.5-1.8-3-3.5-3.4l-2-.4L95.9 0v272.6c-8 0-22.4.4-44.5 1.3C9.6 275.5 0 295.5 0 314.8c0 24.6 13.2 43.1 61.5 41 51.8-2.3 51.4-48.5 51.4-81.7V81.6l73.6 13.5c3 .6 5.4-2.3 5.4-5.3V25.4c0-.4.1-.8.1-1.1z"/></svg>
<svg class="tc-image-ios-musical-notes tc-image-button" width="22pt" height="22pt" viewBox="0 0 324.0000305175781 357.89996337890625"><path d="M320 241.9V0L96 34.6v237.2c-9 0-20.9.4-43.5 1.3C9.9 274.7 0 294.9 0 314.4c0 24.9 13.5 43.5 62.6 41.4 52.8-2.3 50.3-49 50.3-82.5V111.8l191-32v160.6c-9 0-19.9.4-42.6 1.3-42.6 1.6-52.5 21.8-52.5 41.3 0 24.9 13 43.5 62.2 41.4 53-2.3 49-49 49-82.5z"/></svg>
<svg class="tc-image-ios-navigate tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 336V208H80.3L304 112l-96 224z"/></svg>
<svg class="tc-image-ios-navigate-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 16.5c51.1 0 99.2 19.9 135.4 56.1s56.1 84.2 56.1 135.4-19.9 99.2-56.1 135.4-84.2 56.1-135.4 56.1-99.2-19.9-135.4-56.1C36.5 307.2 16.5 259.1 16.5 208s19.9-99.2 56.1-135.4c36.2-36.1 84.3-56.1 135.4-56.1M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0z"/><path d="M304 112L80.3 208H208v128z"/></svg>
<svg class="tc-image-ios-nutrition tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 416"><path d="M295 185.62l-.106-.039c-.136-.138-.306-.443-.444-.579L215.551 106h-.004c-5.848-6-14.23-10.168-23.547-10.168-11.842 0-22.174 6.168-27.708 16.168h-.007l-18.318 29.249 32.617 39.85c2.947 3.772 3.305 7.895 1.414 9.785l-.114.114c-2.296 2.296-5.894 1.535-9.785-1.414l-35.967-29.439-83.671 133.592 19.123 23.362c2.947 3.772 3.305 7.895 1.414 9.785l-.114.114c-2.296 2.296-5.894 1.535-9.785-1.414l-20.22-16.55A584921.58 584921.58 0 0 1 5 366.315v.003C2 371.384 0 377.462 0 384c0 17.674 14.244 32 31.918 32 7.842 0 14.383-3.398 20.628-7.508l114.842-84.195-28.971-35.395c-2.947-3.772-3.305-7.895-1.414-9.785l.114-.114c2.296-2.296 5.894-1.534 9.785 1.415l37.963 31.215A76574.838 76574.838 0 0 1 291.035 234h.005c7.859-6 13.024-15.319 13.024-25.857 0-8.713-3.064-16.75-9.064-22.521v-.002zm89-94.839l-16.486-27.694-66.23 38.212 49.231-85.213L322.896 0l-69.999 121.084 28.588 28.588z"/></svg>
<svg class="tc-image-ios-nutrition-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.0589904785156 416"><path d="M294.085 185.855l.413-.039c-.137-.137-.046-.101-.185-.237L215.883 107h-.004c-5.833-6-14.193-10.154-23.485-10.154-11.811 0-22.115 6.154-27.635 16.154h-.007s-7.09 10.994-18.27 28.874l32.531 39.637c2.939 3.769 3.296 7.801 1.411 9.689l-.114.071c-.909.909-2.021 1.33-3.274 1.33-1.908 0-4.142-.99-6.485-2.768l-35.872-29.418c-23.546 37.655-56.677 90.634-83.45 133.451l19.072 23.337c2.939 3.77 3.296 7.884 1.41 9.772l-.114.114c-.911.913-2.028 1.342-3.287 1.342-1.905 0-4.136-.981-6.472-2.755l-21.067-16.533c-19.952 31.908-34.686 55.321-36.686 57.223v.003C1.085 371.431 0 377.501 0 384.033 0 401.688 14.657 416 32.285 416c7.821 0 14.57-3.395 20.799-7.5l114.651-84.109-28.838-35.358c-2.94-3.769-3.268-7.887-1.382-9.775l.128-.114c.912-.912 2.034-1.341 3.294-1.341 1.905 0 4.14.981 6.476 2.755l37.864 31.59A20509.475 20509.475 0 0 1 291.167 235h.005c7.839-6 12.473-15.711 12.473-26.238 0-8.704-3.56-17.14-9.56-22.904v-.003zm-12.469 35.979a31571.957 31571.957 0 0 0-95.764 69.899L157.58 268.25l-.26-.223-.274-.211c-5.245-3.981-10.663-5.998-16.108-5.998-5.465 0-10.592 2.097-14.458 5.909l-.064.062-.083.082-.083.083c-7.808 7.821-7.761 20.823.111 30.917l.11.143.113.138 18.223 22.312L44.151 395.36c-5.066 3.304-8.427 4.657-11.542 4.657-8.822 0-16-7.171-16-15.983 0-3.086.694-6.045 2.017-8.623 2.391-3.161 6.6-9.876 18.655-29.351 2.543-4.108 5.252-8.487 8.134-13.129l6.39 5.176.195.156.2.152c5.245 3.981 10.665 6 16.111 6 5.517 0 10.692-2.139 14.571-6.023l.114-.113c7.806-7.817 7.756-20.82-.118-30.916l-.113-.144-.115-.142-11.814-14.455 43.693-69.872 24.059-38.474 21.855 17.922.231.19.24.181c5.254 3.988 10.678 6.01 16.123 6.01 4.954 0 9.631-1.725 13.339-4.89l.461-.337.871-.874c7.79-7.803 7.74-20.778-.118-30.854l-.12-.153-.124-.15-25.239-30.539c2.957-4.703 5.457-8.491 7.405-11.488l5.209-8.494c2.777-5.025 7.761-8.157 13.673-8.157 4.367 0 8.76 2.042 12.057 5.43l4.701 4.928h.122l68.811 69.285v.376l5.186 4.716c2.793 2.69 4.539 6.782 4.539 11.227 0 5.196-2.258 10.123-6.194 13.229zm94.463-154.659l-4.778 2.763-91.638 52.992 63.735-110.572 2.517-4.366L332.096 0l-2.488 4.313-70.775 122.785 16.67 16.696 103.962-60.12 4.594-2.656z"/></svg>
<svg class="tc-image-ios-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M48 0v336H32V48H0v305.143C0 370.157 13.843 384 30.857 384h322.285C370.157 384 384 370.157 384 353.143V0H48zm48 48h128v16H96V48zm0 160h192v16H96v-16zm240 96H96v-16h240v16zm0-160H96v-16h240v16z"/></svg>
<svg class="tc-image-ios-paper-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M48 0v336h16V16h304v337.143c0 8.205-6.652 14.857-14.857 14.857H30.857C22.652 368 16 361.348 16 353.143V64h16V48H0v305.143C0 370.157 13.843 384 30.857 384h322.285C370.157 384 384 370.157 384 353.143V0H48z"/><path d="M96 48h128v16H96zm0 80h240v16H96zm0 80h192v16H96zm0 80h240v16H96z"/></svg>
<svg class="tc-image-ios-paperplane tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M0 153.6l106 46.7L320 0zM320 0L121.9 215.7 173.8 320z"/></svg>
<svg class="tc-image-ios-paperplane-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M0 153.6l116.6 51.3L173.8 320 320 0 0 153.6zm132.1 46.9L287.8 34.3 173.2 283.2l-41.1-82.7zM285.8 32.3l-165 157.1L38 153 285.8 32.3z"/></svg>
<svg class="tc-image-ios-partlysunny tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320"><path d="M144 0h16v54h-16zM0 144h55v16H0zm43.5-90.9l11-11.1 31.4 31.6-11 11.1zm179.9 30.6l-11-11.1L243.7 41l11.1 11.1zM56.5 256.5l-11-11.1 31.4-31.6 11 11.1zM235 128c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.3-47.1 25.5-47.1 52.6 0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3zm-34.3-27.7C187.8 86 169.3 77 148.7 77c-38.7 0-70.3 31.7-70.3 70.7 0 27.4 15.6 51.2 38.3 62.9v-.1l.1.1c4.5-12.1 11.4-19.8 22.6-25.6.2-.1.4-.2.7-.4.2-.1.5-.2.7-.3-.2-2.3-.3-4.7-.3-7-.3-31.9 30.2-70.5 61-75.4.1-.1.3-.1.4-.2-.4-.4-.8-.9-1.2-1.4z"/></svg>
<svg class="tc-image-ios-partlysunny-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 383.9999694824219 320.00006103515625"><path d="M144 0h16v54h-16zM0 144h55v16H0zm43.5-90.9l11-11.1 31.4 31.6-11 11.1zm179.9 30.6l-11-11.1L243.7 41l11.1 11.1zM56.5 256.5l-11-11.1 31.4-31.6 11 11.1zm72.1-57.6C108.4 190.8 94 171 94 147.8c0-30.3 24.5-55 54.7-55 15.6 0 29.7 6.6 39.6 17.2 4.8-3.5 9.5-6.2 13.6-8.2-12.9-15.1-32-24.7-53.3-24.7-38.7 0-70.3 31.7-70.3 70.7 0 27.4 15.6 51.2 38.3 62.9 3.7-5.2 7.9-9 12-11.8zM235 143.8c14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.1 48.8 49.2s-21.9 49.2-48.8 49.2H161.7c-9.5 0-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.8-1.2 14.2-1.7 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4 28.1-62.6 62.6-62.6m0-15.8c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.3-47.1 25.5-47.1 52.6 0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3z"/></svg>
<svg class="tc-image-ios-pause tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 320"><path d="M0 0h79v320H0zm177 0h79v320h-79z"/></svg>
<svg class="tc-image-ios-pause-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 320"><path d="M63 16v288H16V16h47M79 0H0v320h79V0zm161 16v288h-47V16h47m16-16h-79v320h79V0z"/></svg>
<svg class="tc-image-ios-paw tc-image-button" width="22pt" height="22pt" viewBox="0 0 388.3360290527344 384"><path d="M381.995 131.5c-4.383-11.73-11.753-20.212-21.317-24.524-4.389-1.975-8.995-2.976-13.688-2.976-20.025 0-40.372 18.667-50.632 46.454-12.698 34.42-5.315 68.135 17.173 78.423 4.522 2.071 9.365 3.123 14.394 3.123 20.396 0 41.126-17.119 51.581-42.596 7.9-19.283 8.83-40.927 2.489-57.904zM91.979 150.454C81.719 122.667 61.372 104 41.347 104c-4.693 0-9.3 1.001-13.689 2.976-9.565 4.312-16.934 12.794-21.317 24.524C0 148.477.93 170.121 8.831 189.404 19.286 214.881 40.016 232 60.412 232c5.028 0 9.871-1.052 14.394-3.123 22.488-10.288 29.871-44.003 17.173-78.423zm44.536-3.853c1.855.081 3.727.03 5.563-.151 10.787-1.059 20.54-6.594 28.207-16.008 12.371-15.191 15.806-38.974 13.201-63.439C179.504 29.3 159.637 1.161 132.944 0c0 0-3.811.008-5.75.193-11.776 1.164-22.481 7.283-30.957 17.695-12.291 15.101-18.198 37.57-15.803 60.104 3.936 37.277 28.57 67.412 56.081 68.609zM194.168 176c-64 0-128 76.074-128 149.128 0 21.798 10.932 39.331 21.667 46.517C101.093 380.516 110.437 384 129.872 384c23.093 0 29.325-8.078 40.136-15.205 7.819-5.152 14.572-9.605 24.161-9.605s16.342 4.453 24.16 9.605C229.14 375.922 235.371 384 258.465 384c19.434 0 28.778-3.484 42.036-12.355 10.735-7.186 21.667-24.719 21.667-46.517 0-73.054-64-149.128-128-149.128zm52.281-29.735c1.836.182 3.709.232 5.563.151 27.511-1.196 52.146-31.332 56.081-68.607 2.395-22.534-3.514-45.004-15.804-60.104-8.476-10.412-18.783-16.228-30.56-17.392-1.939-.186-6.146-.312-6.146-.312-26.693 1.161-46.561 29.115-50.542 66.817-2.604 24.466.83 48.248 13.2 63.439 7.668 9.414 17.421 14.949 28.208 16.008z"/></svg>
<svg class="tc-image-ios-paw-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 388.3360290527344 384"><path d="M381.995 131.5c-4.383-11.73-11.753-20.212-21.317-24.524-4.389-1.975-8.995-2.976-13.688-2.976-20.025 0-40.372 18.667-50.632 46.454-12.698 34.42-5.315 68.135 17.173 78.423 4.522 2.071 9.365 3.123 14.394 3.123 20.396 0 41.126-17.119 51.581-42.596 7.9-19.283 8.83-40.927 2.489-57.904zm-17.613 50.795c-7.836 18.898-22.994 32.098-36.862 32.098-2.809 0-5.488-.569-7.968-1.694-14.121-6.394-17.862-31.059-8.518-56.152 7.775-20.817 22.448-35.355 35.683-35.355 2.51 0 4.979.533 7.34 1.588 6.88 3.067 10.622 9.712 12.551 14.745 4.91 12.807 4.078 29.543-2.226 44.77zM91.979 150.454C81.719 122.667 61.372 104 41.347 104c-4.693 0-9.3 1.001-13.689 2.976-9.565 4.312-16.934 12.794-21.317 24.524C0 148.477.93 170.121 8.831 189.404 19.286 214.881 40.016 232 60.412 232c5.028 0 9.871-1.052 14.394-3.123 22.488-10.288 29.871-44.003 17.173-78.423zm-23.195 62.244c-2.479 1.125-5.16 1.694-7.968 1.694-13.868 0-29.026-13.199-36.862-32.098-6.304-15.227-7.136-31.963-2.226-44.771 1.929-5.033 5.671-11.678 12.551-14.745 2.361-1.055 4.83-1.588 7.34-1.588 13.234 0 27.907 14.538 35.683 35.355 9.345 25.095 5.603 49.76-8.518 56.153zm67.731-66.097c1.855.081 3.727.03 5.563-.151 10.787-1.059 20.54-6.594 28.207-16.008 12.371-15.191 15.806-38.974 13.201-63.439C179.504 29.3 159.637 1.161 132.944 0c0 0-3.811.008-5.75.193-11.776 1.164-22.481 7.283-30.957 17.695-12.291 15.101-18.198 37.57-15.803 60.104 3.936 37.277 28.57 67.412 56.081 68.609zm-27.3-118.77c3.923-4.739 10.51-10.577 19.62-11.476a24.165 24.165 0 0 1 3.404-.098c18.207.792 31.859 23.271 34.936 52.428 2.146 20.15-.148 40.055-9.845 51.779-4.874 5.898-10.556 9.204-16.881 9.825a23.302 23.302 0 0 1-3.229.087c-19.257-.838-37.414-25.091-40.473-54.067-1.968-18.53 2.694-36.653 12.468-48.478zM194.168 176c-64 0-128 76.074-128 149.128 0 21.798 10.932 39.331 21.667 46.517C101.093 380.516 110.437 384 129.872 384c23.093 0 29.325-8.078 40.136-15.205 7.819-5.152 14.572-9.605 24.161-9.605s16.342 4.453 24.16 9.605C229.14 375.922 235.371 384 258.465 384c19.434 0 28.778-3.484 42.036-12.355 10.735-7.186 21.667-24.719 21.667-46.517 0-73.054-64-149.128-128-149.128zm97.963 180.776c-10.964 7.337-17.366 9.778-33.666 9.778-14.225 0-18.624-3.201-25.911-8.51-1.848-1.344-3.759-2.736-5.946-4.177-8.619-5.682-18.39-12.123-32.439-12.123s-23.82 6.441-32.438 12.121c-2.189 1.442-4.1 2.835-5.947 4.179-7.287 5.309-11.686 8.51-25.911 8.51-16.3 0-22.703-2.441-33.667-9.778-5.643-3.776-14.038-15.32-14.038-31.648 0-30.277 13.377-64.231 35.783-90.823 10.886-12.921 23.517-23.6 36.526-30.885 13.404-7.503 26.758-11.42 39.691-11.42 12.934 0 26.287 3.917 39.691 11.42 13.01 7.285 25.64 17.964 36.525 30.885 22.407 26.591 35.784 60.546 35.784 90.823 0 16.328-8.395 27.872-14.037 31.648zm-45.682-210.511c1.836.182 3.709.232 5.563.151 27.511-1.196 52.146-31.332 56.081-68.607 2.395-22.534-3.514-45.004-15.804-60.104-8.476-10.412-18.783-16.228-30.56-17.392-1.939-.186-6.146-.312-6.146-.312-26.693 1.161-46.561 29.115-50.542 66.817-2.604 24.466.83 48.248 13.2 63.439 7.668 9.414 17.421 14.949 28.208 16.008zm-25.095-77.764c3.076-29.156 16.729-51.636 34.936-52.428a24.02 24.02 0 0 1 3.404.098c9.109.898 15.696 6.736 19.619 11.476 9.774 11.825 14.436 29.948 12.468 48.479-3.06 28.977-21.216 53.229-40.474 54.067a23.314 23.314 0 0 1-3.229-.087c-6.324-.621-12.007-3.927-16.881-9.825-9.695-11.725-11.99-31.63-9.843-51.78z"/></svg>
<svg class="tc-image-ios-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.20001220703125 288.79998779296875"><path d="M317.2 223.6c11.3 3.9-11.2-3.9 0 0z"/><path d="M317.2 223.6c-13.5-4.7-28.1-5-41.6-9.7-4.1-1.4-12.2-3.1-13.9-7.8-1.6-4.6-1.6-10-1.9-14.8-.2-3.8-.3-7.6-.3-11.4 0-2.5 6.4-7.8 7.8-10.1 5.4-9 5.9-21.1 6.9-31.3 8.7 2.4 9.8-13.7 11.3-18.6 1.1-3.4 7.8-26.8-2.6-23.6 2.5-4.4 3.5-9.8 4.2-14.7 2-12.8 2.8-26.8-1.1-39.3-8.1-26-33-40.6-59.3-41.4-26.7-.9-53.5 11.9-63.5 37.8-4.8 12.6-4.4 26.3-2.8 39.5.7 6 1.7 12.7 4.7 18.1-9.7-2.9-4.5 17.7-3.4 21.3 1.6 5.1 3 23.4 12.1 20.9.8 8.1 1.7 16.4 3.9 24.3 1.5 5.3 4.6 9.8 8.2 13.9 1.8 2 2.7 2.2 2.6 4.8-.1 7.8.1 16.2-1.9 23.8-2 7.6-18.7 10.8-25.4 12.2-18 3.7-34.6 5.4-49.6 16.6C94.1 247 85 267.1 85 288.8h278c0-29.5-17.8-55.5-45.8-65.2z"/><path d="M111.3 211.3l1.6-.8c-.3.1-.6.3-.8.4-.3.1-.5.2-.8.4z"/><path d="M111.3 211.3c-3.4 1.7-7.5 3.8.8-.4l.8-.4c6.8-3.2 14.1-4 21.4-4.7 2.8-.3 4.1-2.2 2-4.9-4-5.1-17.8-6.1-23.6-8.4-3.6-1.4-4.6-2.7-4.9-6.7-.1-1.8-1.1-9.8.3-11.1 1-1 7.3-.6 8.7-.8 5.7-.7 11.5-1.9 16.9-4 2.3-.9 4.5-2 6.5-3.4 2.4-1.8-1.8-6.2-2.9-8.6-3.4-7.5-4.9-15.7-5.4-23.9-1-16.1 1.5-32.3-1.5-48.3-4.5-24.5-23.4-36.8-47.5-36.8C68 48.9 53.3 54 45 67c-9.2 14.3-8.7 32.1-8.2 48.4.3 9.3.7 18.7-.6 28-.6 4-1.5 7.9-2.9 11.7-1.1 2.9-6.7 10.1-4.5 11.6 8.3 5.9 22.3 7.9 32.3 7.1.3 4.9 1.2 11.2-.6 15.8-2.8 7.2-23.7 9.1-30 11.2-17.5 5.8-30.5 20-30.5 40h79.5c1.3 0 6.3-9.3 7.7-10.8 6.8-7.5 15.1-14 24.1-18.7zm306-10.6c-8.1-2.6-23.7-3.4-29.5-10.4-2.9-3.5-1.3-12.4-1-16.6 4.4.4 9.2-.3 13.7-.9 4.1-.6 8.1-1.4 12-2.8 1.8-.7 3.6-1.4 5.3-2.4 3.9-2.3 2.1-2.7.1-6.1-10.9-18.3-6-41.5-6.5-61.6-.4-16.7-4.8-35-20-44.4-13.7-8.5-34-8.8-48.7-2.8-42.4 17-17.4 73.2-31.9 105.4-2.5 5.4-6.1 7.3.2 10.5 3.5 1.8 7.3 3 11.1 3.9 5.8 1.4 11.8 2.2 17.8 2.4 1 0 .3 12.6 0 13.9-1.1 4.9-11.8 6.3-15.8 7.4-4.1 1.1-10.9 1.4-12.9 5.7-3 6.4 9.9 4.8 13.1 5.4 10.3 1.9 19.4 7.6 27.4 14.1 6 4.9 14.1 11.5 16.3 19.5h80.2c-.2-20.1-13.3-34.4-30.9-40.2z"/></svg>
<svg class="tc-image-ios-people-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288.79998779296875"><path d="M224 .8zm93.2 222.8c-13.5-4.7-28.1-5-41.6-9.7-4.1-1.4-12.2-3.1-13.9-7.8-1.6-4.6-1.6-10-1.9-14.8-.2-3.8-.3-7.6-.3-11.4 0-2.5 6.4-7.8 7.8-10.1 5.4-9 5.9-21.1 6.9-31.3 8.7 2.4 9.8-13.7 11.3-18.6 1.1-3.4 7.8-26.8-2.6-23.6 2.5-4.4 3.5-9.8 4.2-14.7 2-12.8 2.8-26.8-1.1-39.3-8.1-26-33-40.6-59.3-41.4-26.7-.9-53.5 11.9-63.5 37.8-4.8 12.6-4.4 26.3-2.8 39.5.7 6 1.7 12.7 4.7 18.1-9.7-2.9-4.5 17.7-3.4 21.3 1.6 5.1 3 23.4 12.1 20.9.8 8.1 1.7 16.4 3.9 24.3 1.5 5.3 4.6 9.8 8.2 13.9 1.8 2 2.7 2.2 2.6 4.8-.1 7.8.1 16.2-1.9 23.8-2 7.6-18.7 10.8-25.4 12.2-18 3.7-34.6 5.4-49.6 16.6C94.1 247 85 267.1 85 288.8h278c0-29.5-17.8-55.5-45.8-65.2-11.2-3.9 11.3 3.9 0 0zm-202.1 28.8c5.6-5.9 12.7-11.1 20.4-14 10.5-4 22.4-3.8 33.3-6.6 9-2.3 20.2-5.9 27.2-12.4 6.4-6 7.1-15.2 7.7-23.5.5-7 .4-13.9.4-20.9 0-4.9-5.7-7.7-8.5-11.6-4.5-6.1-4.7-15.2-5.6-22.5-.4-3.2-.5-7.3-3.2-9.5-3-2.4-5.2-3.7-6.7-7.5-2-5.2-2.7-10.8-4.3-16.2-1-3.5 2.5-6.8 3.9-9.7 2.6-5.3-1.9-13.5-2.8-19-2.8-16.4-2.7-34.3 9.1-47.3 23.7-26.2 78-17.9 85.8 18.9 2.4 11.5.9 24.9-2.3 36.1-1.4 4.8-3 8.3-.2 13 4.2 6.8 2.4 11.2.4 18.8-1.6 6.3-3.6 9.1-8.4 13-4 3.2-3.4 11.2-4.1 15.8-.8 5.6-1.3 11.5-4.7 16.2-1.3 1.8-8.4 7.4-8.4 9.3 0 11-.5 22.2 1.4 33.1 2.6 15.5 15.6 19.2 28.6 24.5 13.2 5.1 28.5 3.2 41.3 9.5 13.2 6.5 25.9 18.4 29.7 33.1H103c1.9-8.3 6.5-14.6 12.1-20.6 9.2-9.7-5.9 6.3 0 0z"/><path d="M112.1 210.8c7-3.5 14.6-4.3 22.3-5.1 2.8-.3 4.1-2.2 2-4.9-4-5.1-17.8-6.1-23.6-8.4-3.6-1.4-4.6-2.7-4.9-6.7-.1-1.8-1.1-9.8.3-11.1 1-1 7.3-.6 8.7-.8 5.7-.7 11.5-1.9 16.9-4 2.3-.9 4.5-2 6.5-3.4 2.4-1.8-1.8-6.2-2.9-8.6-3.4-7.5-4.9-15.7-5.4-23.9-1-16.1 1.5-32.3-1.5-48.3C126 61.1 107.1 48.8 83 48.8c-14.9 0-29.6 5.1-37.9 18.1-9.2 14.3-8.7 32.1-8.2 48.4.3 9.3.7 18.7-.6 28-.6 4-1.5 7.9-2.9 11.7-1.1 2.9-6.7 10.1-4.5 11.6 8.3 5.9 22.3 7.9 32.3 7.1.3 4.9 1.2 11.2-.6 15.8-2.8 7.2-23.7 9.1-30 11.2C13 206.6 0 221.3 0 240.8h79.5c1.3 0 6.3-9.3 7.7-10.8 7-7.8 15.6-14.5 24.9-19.2 9-4.5-14.6 7.4 0 0zm-41.3 14H21.9c7.1-11.8 24.9-11 36.6-15.2 10.8-3.9 17.7-10.5 18.8-22 .1-1.3.2-29.2-.9-29.2-8.7-.3-17.8-.1-26.5-1.4 6.9-22.3.3-45.3 4-67.8C56.6 72.9 67 63.9 83.6 63.9c15.9 0 27.7 7.4 31.1 23.4 4.8 23.2-2 46.9 5.4 69.9-5.5 1.4-11.3 1.6-17 1.8-2.8.1-5.7.2-8.5.3-1.8.1-1.2 3.2-1.3 4.7-1 10.9-5 28.1 3.7 36.9-9.6 6-20 14.3-26.2 23.9zm297 16H448c0-19.5-13.1-34.3-30.7-40.1-8.1-2.6-23.7-3.4-29.5-10.4-2.9-3.5-1.3-12.4-1-16.6 4.4.4 9.2-.3 13.7-.9 4.1-.6 8.1-1.4 12-2.8 1.8-.7 3.6-1.4 5.3-2.4 3.9-2.3 2.1-2.7.1-6.1-10.9-18.3-6-41.5-6.5-61.6-.4-16.7-4.8-35-20-44.4-13.7-8.5-34-8.8-48.7-2.8-42.4 17-17.4 73.2-31.9 105.4-2.5 5.4-6.1 7.3.2 10.5 3.5 1.8 7.3 3 11.1 3.9 5.8 1.4 11.8 2.2 17.8 2.4 1 0 .3 12.6 0 13.9-1.1 4.9-11.8 6.3-15.8 7.4-4.1 1.1-10.9 1.4-12.9 5.7-3 6.4 9.9 4.8 13.1 5.4 10.3 1.9 19.4 7.6 27.4 14.1 5.9 4.8 13.9 11.6 16.1 19.4zm-.4-27.1c-5.1-4.7-10.4-9.3-16.3-13 8.8-8.8 4.7-25.9 3.7-36.9-.6-6.3-2-4.7-8.3-4.9-6-.2-12.8.1-18.5-1.8 7.2-22.3 1.3-45.2 5-67.9 2.8-17.1 14.5-25.5 31.5-25.5 15.4 0 26 7.7 29.2 23 4.9 23.1-2.6 47 4.5 70-8.5 1.3-17.3 1-25.9 1.3-2.1.1-1.9 25.1-1.7 27.3.7 11.7 6.1 18.8 17.2 23.3 12.1 4.9 31 3.6 38.4 15.9h-44.7c-7.1.1-8.9-6.1-14.1-10.8-5-4.6 4 3.6 0 0z"/></svg>
<svg class="tc-image-ios-person tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M267.3 267.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18 6.9-31.4 6.9-31.4 6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5 0 0 4.9-13.6 5.6-42.4C235.1 33.6 209 0 160 0S85 33.5 85.7 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C39.8 272.5 0 288 0 320h320c0-32-39.8-47.5-52.7-52.1z"/></svg>
<svg class="tc-image-ios-person-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M106.4 105.7zm160.9 162.2c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18 6.9-31.4 6.9-31.4 6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5 0 0 4.9-13.6 5.6-42.4C235.1 33.6 209 0 160 0S85 33.5 85.7 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C39.8 272.5 0 288 0 320h320c0-32-39.8-47.5-52.7-52.1zM160 304H22.7c2-3 4.7-5.1 8.2-7.6 7-5.1 16.1-9.8 27.1-13.6 6.8-2.4 16.7-4 25.4-5.3 5.7-.9 11.1-1.7 15.9-2.8 3.4-.8 20.8-5 28.8-14.6 4.5-5.4 5.8-12.7 5.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1 0 0 .4 1-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3 2.8-11.2 3.9-16.2.6-3.1 0-5.7 0-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2 4.6-25.6 13.8-34.9C126 21.7 141.4 16 159.9 16c19 0 34 5.7 44.6 16.5 9.2 9.3 14.1 21.7 13.8 34.9-.5 24.2-4.3 36.6-4.7 37.7 0 .1-.6 1.7-.4 5.2.2 5.4 6.8 5.5 4.3 16.8s-3.4 14.6-4.3 18.2c-.9 3.6-8.5 3.3-9.4 8-.9 4.7-.5 3.7-.5 3.7-1.4 8.9-4.2 23.4-6 28.1-2.3 5.8-6.6 13-8 15.3l-2.3 3.5-.2 4.2c0 .4-.5 9.7-.6 19.7-.2 19.6 1.1 26.9 5.6 32.3 8 9.5 25.4 13.8 28.8 14.6 4.8 1.1 10.2 1.9 15.9 2.8 8.7 1.3 18.6 2.9 25.4 5.3 11 3.9 20.2 8.6 27.1 13.7 3.5 2.5 6.2 4.6 8.2 7.6L160 304z"/></svg>
<svg class="tc-image-ios-personadd tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M320 57h-25V32h-14v25h-25v14h25v25h14V71h25zm-52.7 210.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18c3.3-8.4 6.9-31.4 6.9-31.4s6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6 5.6-42.4C235.1 33.6 209 0 160 0S85 33.5 85.7 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C39.8 272.5 0 288 0 320h320c0-32-39.8-47.5-52.7-52.1z"/></svg>
<svg class="tc-image-ios-personadd-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M320 57h-25V32h-14v25h-25v14h25v25h14V71h25zm-213.6 48.7zm160.9 162.2c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18c3.3-8.4 6.9-31.4 6.9-31.4s6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6 5.6-42.4C235.1 33.6 209 0 160 0S85 33.5 85.7 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C39.8 272.5 0 288 0 320h320c0-32-39.8-47.5-52.7-52.1zM160 304H22.7c2-3 4.7-5.1 8.2-7.6 7-5.1 16.1-9.8 27.1-13.6 6.8-2.4 16.7-4 25.4-5.3 5.7-.9 11.1-1.7 15.9-2.8 3.4-.8 20.8-5 28.8-14.6 4.5-5.4 5.8-12.7 5.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1 0 0 .4 1-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3 2.8-11.2 3.9-16.2.6-3.1 0-5.7 0-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2 4.6-25.6 13.8-34.9C126 21.7 141.4 16 159.9 16c19 0 34 5.7 44.6 16.5 9.2 9.3 14.1 21.7 13.8 34.9-.5 24.2-4.3 36.6-4.7 37.7 0 .1-.6 1.7-.4 5.2.2 5.4 6.8 5.5 4.3 16.8s-3.4 14.6-4.3 18.2c-.9 3.6-8.5 3.3-9.4 8s-.5 3.7-.5 3.7c-1.4 8.9-4.2 23.4-6 28.1-2.3 5.8-6.6 13-8 15.3l-2.3 3.5-.2 4.2c0 .4-.5 9.7-.6 19.7-.2 19.6 1.1 26.9 5.6 32.3 8 9.5 25.4 13.8 28.8 14.6 4.8 1.1 10.2 1.9 15.9 2.8 8.7 1.3 18.6 2.9 25.4 5.3 11 3.9 20.2 8.6 27.1 13.7 3.5 2.5 6.2 4.6 8.2 7.6H160z"/></svg>
<svg class="tc-image-ios-photos tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M64 64v320h384V64H64z"/><path d="M384 0H0v320h48V48h336z"/></svg>
<svg class="tc-image-ios-photos-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M64 64v320h384V64H64zm368 304H80V80h352v288z"/><path d="M0 0v320h48v-16H16V16h352v32h16V0z"/></svg>
<svg class="tc-image-ios-pie tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M240 32v224L42.245 305.376C69.653 388.221 147.841 448 239.875 448 354.75 448 448 354.875 448 240S355 32 240 32z"/><path d="M224 0h-5.5C58.5 0 0 116.25 0 207.287c0 0 .25 56.666 18.91 88.291L224 243.573V0z"/></svg>
<svg class="tc-image-ios-pie-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M256 48.826c45.293 3.705 87.354 23.024 119.809 55.494C412.044 140.57 432 188.744 432 240.043c0 25.924-5.08 51.042-15.099 74.703-9.68 22.859-23.54 43.384-41.194 61.024-17.654 17.639-38.204 31.481-61.08 41.151-23.673 10.01-48.823 15.081-74.752 15.081-41.193 0-80.47-12.847-113.584-37.146a193.027 193.027 0 0 1-41.633-41.692 191.38 191.38 0 0 1-21.041-36.634l180.259-45.008L256 268.496V49m-16-17v224L42.245 305.376C69.653 388.221 147.841 448 239.875 448 354.75 448 448 354.875 448 240S355 32 240 32z"/><path d="M208 16.181v214.943l-180.342 45.73c-9.117-23.568-11.197-56.973-11.158-69.496v-.071c0-47.311 16.465-93.746 45.173-127.398 16.735-19.618 37.502-34.981 61.721-45.663C148.099 23.331 176.519 17.274 208 16.181M224 0h-5.5C58.5 0 0 116.25 0 207.287c0 0 .25 56.666 18.91 88.291L224 243.573V0z"/></svg>
<svg class="tc-image-ios-pint tc-image-button" width="22pt" height="22pt" viewBox="0 0 224 448"><path d="M224 138.085c0-21.022-.973-88.554-19.308-125.013C200.244 4.228 192.25 0 172.999 0H51.001c-19.25 0-27.246 4.197-31.693 13.041C.973 49.5 0 117.25 0 138.272c0 98 32 100.353 32 180.853 0 39.5-16 71.402-16 99.402 0 27 9 29.473 32 29.473h128c23 0 32-2.535 32-29.535 0-28-16-59.715-16-99.215 0-80.5 32-83.165 32-181.165zM33.602 19.983c.778-1.546 1.339-1.763 2.53-2.295C38.109 16.804 42.293 16 51.001 16h121.998c8.708 0 12.893.803 14.869 1.687 1.19.532 1.752.872 2.53 2.418 8.029 15.967 13.601 42.611 16.105 75.896H17.496c2.505-33.348 8.076-60.05 16.106-76.018z"/></svg>
<svg class="tc-image-ios-pint-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 224 448"><path d="M224 138.085c0-21.022-.973-88.554-19.308-125.013C200.244 4.228 192.25 0 172.999 0H51.001c-19.25 0-27.246 4.197-31.693 13.041C.973 49.5 0 117.25 0 138.272c0 98 32 100.353 32 180.853 0 39.5-16 71.402-16 99.402 0 27 9 29.473 32 29.473h128c23 0 32-2.535 32-29.535 0-28-16-59.715-16-99.215 0-80.5 32-83.165 32-181.165zM33.602 19.983c.778-1.546 1.339-1.763 2.53-2.295C38.109 16.804 42.293 16 51.001 16h121.998c8.708 0 12.893.803 14.869 1.687 1.19.532 1.752.872 2.53 2.418 8.029 15.967 13.601 42.611 16.105 75.896H17.496c2.505-33.348 8.076-60.05 16.106-76.018zm157.029 410.653C188.76 431.377 183.844 432 176 432H48c-7.844 0-12.761-.623-14.639-1.359-.394-.93-1.361-4.166-1.361-12.27 0-10.856 3.016-23.16 6.508-37.334C42.957 362.978 48 342.48 48 319.094c0-40.997-7.993-63.802-15.724-85.842C24.274 210.438 16 186.838 16 138.155c0-9.025.191-17.756.558-26.155h190.886c.365 8.376.557 17.083.557 26.085 0 48.688-8.276 72.302-16.28 95.169-7.728 22.079-15.72 44.895-15.72 85.887 0 23.39 5.043 43.822 9.493 61.856 3.491 14.15 6.507 26.368 6.507 37.222-.001 8.136-.977 11.494-1.37 12.417z"/></svg>
<svg class="tc-image-ios-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 320"><path d="M0 0v320l256-160L0 0z"/></svg>
<svg class="tc-image-ios-play-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 320"><path d="M16 28.9L225.8 160 16 291.1V28.9M0 0v320l256-160L0 0z"/></svg>
<svg class="tc-image-ios-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm128 217H216v119h-17V217H80v-17h119V80h17v120h120v17z"/></svg>
<svg class="tc-image-ios-plus-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 256"><path d="M256 137H136v119h-17V137H0v-17h119V0h17v120h120v17z"/></svg>
<svg class="tc-image-ios-plus-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7S102.9 17.3 208 17.3 398.7 102.9 398.7 208 313.1 398.7 208 398.7z"/><path d="M216.1 80h-16.8v119.9H80v16.8h119.3V336h16.8V216.7H336v-16.8H216.1z"/></svg>
<svg class="tc-image-ios-pricetag tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 448"><g transform="translate(-48 -32)"><circle cx="368" cy="128" r="16"/><path d="M304 32L48 320l160 160 256-288V32H304zm64 128c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32z"/></g></svg>
<svg class="tc-image-ios-pricetag-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 448"><path d="M416 0H256L0 288l160 160 256-288V0zm-16 152L160.125 424 24.062 288 263.587 16H400v136z"/><path d="M320 128c17.645 0 32-14.355 32-32s-14.355-32-32-32-32 14.355-32 32 14.355 32 32 32zm0-48c8.836 0 16 7.163 16 16s-7.164 16-16 16-16-7.163-16-16 7.164-16 16-16z"/></svg>
<svg class="tc-image-ios-pricetags tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><g transform="translate(-32 -32)"><path d="M464 64v137.377L227.153 467.48 240 480l240-272V64z"/><path d="M288 32L32 320l160 160 23.471-23.904 11.348-11.375L448 192V32H288zm64 128c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32z"/><circle cx="352" cy="128" r="16"/></g></svg>
<svg class="tc-image-ios-pricetags-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M416 32V0H256L0 288l160 160 23.471-23.904L208 448l240-272V32h-32zM160 425.371L22.39 288 262.621 16H400v137.377l-216.555 247.99-11.34 11.363L160 425.371zm272-255.994L208 425.371l-13.182-12.65L416 160V48h16v121.377z"/><path d="M320 128c17.645 0 32-14.355 32-32s-14.355-32-32-32-32 14.355-32 32 14.355 32 32 32zm0-48c8.836 0 16 7.163 16 16s-7.164 16-16 16-16-7.163-16-16 7.164-16 16-16z"/></svg>
<svg class="tc-image-ios-printer tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M80.5 159.5h256v224h-256z"/><path d="M80 160h256v224H80zM64 0h288v32H64z"/><path d="M385 48H33C15.355 48 0 60.842 0 78.309v158.393c0 17.468 15.355 33.299 33 33.299h31v-126h288v126h33c17.645 0 31-15.831 31-33.299V78.309C416 60.842 402.645 48 385 48z"/></svg>
<svg class="tc-image-ios-printer-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M384.5 48H352V0H64v48H32.5C14.9 48 0 61.8 0 79.3v158.4C0 255.2 14.9 270 32.5 270H80v114h256V270h48.5c17.6 0 31.5-14.8 31.5-32.3V79.3c0-17.5-13.9-31.3-31.5-31.3zM80 16h256v32H80V16zm240 352H96V176h224v192zm80-130.3c0 8.7-6.7 16.3-15.5 16.3H336v-94H80v94H32.5c-8.8 0-16.5-7.6-16.5-16.3V79.3C16 70.6 23.7 64 32.5 64h352c8.8 0 15.5 6.6 15.5 15.3v158.4z"/></svg>
<svg class="tc-image-ios-pulse tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.0019836425781 400.34100341796875"><path d="M416 232.145c-15.268 0-28.029 10.695-31.223 25h-59.004l-30.181-90.896a8.006 8.006 0 0 0-7.759-5.478 7.996 7.996 0 0 0-7.524 5.795l-54.242 189.319L167.892 6.83a8.003 8.003 0 0 0-7.576-6.68 7.996 7.996 0 0 0-8.078 6.062l-62.49 250.933H0v16h96a8 8 0 0 0 7.763-6.066l54.685-219.591 57.661 345.973a8.002 8.002 0 0 0 15.583.888l56.872-198.496 23.845 71.813a8.002 8.002 0 0 0 7.593 5.479h65.292c3.89 13.289 16.161 23 30.708 23 17.674 0 32-14.327 32-32s-14.328-32-32.002-32z"/></svg>
<svg class="tc-image-ios-pulse-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 416"><path d="M432 225.001c-21.27 0-39.296 13.999-45.596 32.999h-38.857l-28.361-85.417a15.999 15.999 0 0 0-15.183-10.956c-.112 0-.224 0-.335.004a15.997 15.997 0 0 0-15.049 11.588l-44.484 155.262-52.353-314.108C190.535 6.893 184.333 0 176 0s-13.693 5.776-15.525 13.135L99.496 258H0v31.999h112c7.348 0 13.75-5.003 15.525-12.134l45.368-182.177 51.324 307.94c1.229 7.377 7.397 11.92 14.864 12.344.308.018.614.028.919.028 7.097 0 13.406-3.701 15.381-10.594l49.744-173.617 15.689 47.252A16.001 16.001 0 0 0 336 289.999h51.108C393.973 307.999 411.477 321 432 321c26.511 0 48-22.492 48-49 0-26.509-21.489-46.999-48-46.999z"/></svg>
<svg class="tc-image-ios-rainy tc-image-button" width="22pt" height="22pt" viewBox="0 0 288.0000305175781 287.89996337890625"><path d="M220.1 67.3c-2.8 0-5.7-.1-8.4.3C203.4 30.8 176.5 0 131.4 0 80.5 0 49.1 38 49.1 83.6c0 2.8.1 5.5.4 8.2C21.8 94.3 0 123.1 0 151.6c0 29.2 22.9 54.6 51.6 56.2l-24.5 34.4c-1.1 1.6-2 3.4-2 5.5 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.6 7.1-4l31-43.8h36.1L61.5 274c-1.2 1.6-2.1 3.6-2.1 5.6 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.8 7.2-4.3l52.6-75.5h37.9l-24.9 34.4c-1.2 1.6-2.2 3.8-2.2 5.6 0 4.6 3.7 8.3 8.3 8.3 3.1 0 5.4-1.7 7.2-4.1l31.6-44.3h34.7c.1 0 .3-.1.4-.1l-46.1 65.9c-1.3 1.7-2.3 3.6-2.3 5.8 0 4.6 3.7 8.3 8.3 8.3 3.2 0 5.5-2 7.4-4.5l55.5-79.8c26-9.9 44.6-35.8 44.6-65.2.1-37.7-30.3-71.1-67.8-71.1z"/></svg>
<svg class="tc-image-ios-rainy-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 288.0000305175781 287.89996337890625"><path d="M220.1 67.3c-2.8 0-5.7-.1-8.4.3C203.4 30.8 176.5 0 131.4 0 80.5 0 49.1 38 49.1 83.6c0 2.8.1 5.5.4 8.2C21.8 94.3 0 123.1 0 151.6c0 29.2 22.9 54.6 51.6 56.2l-24.5 34.4c-1.1 1.6-2 3.4-2 5.5 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.6 7.1-4l31-43.8h36.1L61.5 274c-1.2 1.6-2.1 3.6-2.1 5.6 0 4.6 3.7 8.3 8.3 8.3 3 0 5.6-1.8 7.2-4.3l52.6-75.5h37.9l-24.9 34.4c-1.2 1.6-2.2 3.8-2.2 5.6 0 4.6 3.7 8.3 8.3 8.3 3.1 0 5.4-1.7 7.2-4.1l31.6-44.3h34.7c.1 0 .3-.1.4-.1l-46.1 65.9c-1.3 1.7-2.3 3.6-2.3 5.8 0 4.6 3.7 8.3 8.3 8.3 3.2 0 5.5-2 7.4-4.5l55.5-79.8c26-9.9 44.6-35.8 44.6-65.2.1-37.7-30.3-71.1-67.8-71.1zm0 122.7H178l-.1-.1-.1.1H54.4c-10 0-19.5-4.6-26.7-11.9-7.2-7.3-11.1-17.2-11.1-27.4 0-19.6 15.2-39.8 34.9-43 1.7-.3 9.2-1.4 15-1.9 0 0-.5-5.6-.7-10.2-.1-4.6-.1-9.9-.1-12.1 0-36.4 29.5-66.9 65.8-66.9 15.2 0 29.5 5.1 41.3 14.7 11.5 9.3 19.6 25.4 22.8 39.7l3.3 14.7 14.9-1.9c2.2-.3 4.3-.4 6.4-.4 28.3 0 51.3 25.9 51.3 54.4-.1 28.4-23.1 52.2-51.4 52.2z"/></svg>
<svg class="tc-image-ios-recording tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 224.10000610351562"><path d="M370.2.1C309.6.1 260.4 50 260.4 111.9c0 40.4 21 76.2 52.5 95.2H167.1c31.5-19 52.5-54.8 52.5-95.2C219.6 50 170.4 0 109.8 0 49.2 0 0 50.2 0 112c0 61.9 49.2 112.1 109.8 112.1h260.4c60.6 0 109.8-50.1 109.8-112S430.8.1 370.2.1zM112 176.1c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm256 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"/><path d="M368 64.1c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-256 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"/></svg>
<svg class="tc-image-ios-recording-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 480 224"><path d="M370.2 0c-60.6 0-109.8 50.1-109.8 112 0 40.4 21 75.7 52.5 95.4H167.1c31.5-19.7 52.5-55 52.5-95.4 0-61.9-49.2-112-109.8-112C49.2 0 0 50.1 0 112s49.2 112 109.8 112h260.4c60.6 0 109.8-50.1 109.8-112S430.8 0 370.2 0zM16.3 112c0-52.6 42-95.4 93.5-95.4 51.6 0 93.5 42.8 93.5 95.4s-42 95.4-93.5 95.4c-51.6 0-93.5-42.8-93.5-95.4zm353.9 95.4c-51.6 0-93.5-42.8-93.5-95.4s42-95.4 93.5-95.4 93.5 42.8 93.5 95.4-41.9 95.4-93.5 95.4z"/><path d="M368 64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48m0-16c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zM112 64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48m0-16c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z"/></svg>
<svg class="tc-image-ios-redo tc-image-button" width="22pt" height="22pt" viewBox="0 0 387.6000061035156 304"><path d="M3.6 304h10.3l19.2-31.2c20.5-32.7 44.9-62.8 75.8-76.6 24.4-10.9 46.7-18.9 86.7-20V256l192-128-192-128v80.3c-63 2.8-108.1 20.7-143.3 56.2C0 189.2 3.6 255.5 3.6 272.2c.1 8.9 0 21.7 0 31.8z"/></svg>
<svg class="tc-image-ios-redo-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 387.6000061035156 304"><path d="M3.6 304h10.3l19.2-31.2c20.5-32.7 44.9-62.8 75.8-76.6 24.4-10.9 46.7-18.9 86.7-20V256l192-128-192-128v80.3c-63 2.8-108.1 20.7-143.3 56.2C0 189.2 3.6 255.5 3.6 272.2c.1 8.9 0 21.7 0 31.8zm208-208V31.3l148.1 96.8-148.1 96.7V160c-91 0-144.6 24.6-192.2 105.4 0 0-8.8-169.4 192.2-169.4z"/></svg>
<svg class="tc-image-ios-refresh tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 336.1c-70.7 0-128-57.3-128-128.1S137.3 79.9 208 79.9V36l96 64-96 55.7V99.9c-59.6 0-108.1 48.5-108.1 108.1 0 59.6 48.5 108.1 108.1 108.1S316.1 268 316.1 208H336c0 71-57.3 128.1-128 128.1z"/></svg>
<svg class="tc-image-ios-refresh-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 300.1000061035156"><path d="M128 300.1C57.3 300.1 0 242.8 0 172S57.3 43.9 128 43.9V0l96 64-96 55.7V63.9C68.4 63.9 19.9 112.4 19.9 172c0 59.6 48.5 108.1 108.1 108.1S236.1 232 236.1 172H256c0 71-57.3 128.1-128 128.1z"/></svg>
<svg class="tc-image-ios-refresh-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M316.1 208c0 60-48.5 108.2-108.1 108.2S99.9 267.7 99.9 208c0-59.6 48.5-108.1 108.1-108.1v55.8l96-55.7-96-64v44c-70.7 0-128 57.4-128 128.1 0 70.8 57.3 128.1 128 128.1s128-57.1 128-128.1h-19.9z"/><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zm0 398.7c-105.1 0-190.7-85.5-190.7-190.7 0-105.1 85.5-190.7 190.7-190.7 105.1 0 190.7 85.5 190.7 190.7 0 105.1-85.6 190.7-190.7 190.7z"/></svg>
<svg class="tc-image-ios-reload tc-image-button" width="22pt" height="22pt" viewBox="0 0 447.8999938964844 384"><path d="M192 0c105.9 0 191.7 85.7 191.9 191.5l55-52.5 9 9.1-70.3 67.9-66.6-67.9 9-9.1 51.1 52.4C370.8 92.9 290.6 12.8 192 12.8 93.2 12.8 12.8 93.2 12.8 192c0 98.8 80.4 179.2 179.2 179.2 78.6 0 145.5-51 169.5-121.6l12.4 3.5C348.3 329.2 276.6 384 192 384 86 384 0 298 0 192S86 0 192 0z"/></svg>
<svg class="tc-image-ios-reverse-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 288"><path d="M353.5 48h-61.725C259.67 12 249.556 0 237.25 0h-88.5c-12.314 0-22.167 12-54.521 48H81V32H47v16H33.5C15.855 48 0 61.217 0 78.684v176.018C0 272.169 15.855 288 33.5 288h320c17.645 0 30.5-15.831 30.5-33.299V78.684C384 61.217 371.145 48 353.5 48zM249.076 218.782C233.17 232.434 212.9 240 192 240c-45.487 0-82.509-36-87.205-78H75.316l37.534-50 38.87 50h-30.61c4.604 33 34.53 61.965 70.89 61.965 16.859 0 32.701-6.327 45.815-17.356l2.032-1.647 11.599 11.662-2.37 2.158zm22.018-23.557L232.248 144h30.644c-4.617-35-34.548-63.797-70.891-63.797-16.618 0-32.888 6.133-45.814 17.005l-2.033 1.706-11.599-11.61 2.371-2.052c15.905-13.65 36.175-21.206 57.075-21.206 22.333 0 43.548 8.063 59.736 22.839C267.275 101.064 276.966 124 279.207 144h29.512l-37.625 51.225z"/></svg>
<svg class="tc-image-ios-reverse-camera-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 288"><path d="M237.815 206.608c-13.114 11.029-28.956 17.356-45.815 17.356-36.36 0-66.286-28.965-70.89-61.965h30.61l-38.87-50-37.534 50h29.479c4.696 42 41.717 78 87.205 78 20.9 0 41.17-7.566 57.076-21.218l2.37-2.159-11.599-11.662-2.032 1.648zm13.921-119.723C235.548 72.11 214.334 64.046 192 64.046c-20.9 0-41.169 7.556-57.075 21.206l-2.371 2.052 11.599 11.61 2.033-1.706C159.113 86.336 175.383 80.203 192 80.203c36.343 0 66.274 28.797 70.891 63.797h-30.644l38.846 51.225L308.719 144h-29.512c-2.241-20-11.932-42.936-27.471-57.115z"/><path d="M353.5 48h-61.725C259.67 12 249.556 0 237.25 0h-88.5c-12.314 0-22.167 12-54.521 48H81V32H47v16H33.5C15.855 48 0 61.217 0 78.684v176.018C0 272.169 15.855 288 33.5 288h320c17.645 0 30.5-15.831 30.5-33.299V78.684C384 61.217 371.145 48 353.5 48zM368 254.701c0 9.263-6.229 17.299-14.5 17.299h-320c-8.738 0-17.5-8.664-17.5-17.299V78.684C16 70.518 24.126 64 33.5 64h66.862c2.009 0 3.225-.199 5.768-3.2s7.702-10.008 11.08-13.795c11.296-12.666 19.457-21.915 25.316-27.132 4.746-4.225 6.211-3.873 6.225-3.873h88.5c.016 0 1.611-.363 6.709 4.219 6.141 5.521 14.705 16.84 26.558 30.198 2.888 3.255 7.214 8.11 9.317 10.44S284.087 64 285.606 64H353.5c8.832 0 14.5 5.965 14.5 14.684v176.017z"/></svg>
<svg class="tc-image-ios-rewind tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M224 0L0 128l224 128V132.8L448 256V0L224 123.2V0z"/></svg>
<svg class="tc-image-ios-rewind-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M432 27v201.9L248.5 128 432 27m-224 1v200.4L32 128 208 27.8M224 0L0 128l224 128V132.8L448 256V0L224 123.2V0z"/></svg>
<svg class="tc-image-ios-rose tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 448"><path d="M320 96a816.389 816.389 0 0 0-53.697 13.753c-40.457 11.858-75.509 25.693-105.445 40.015-19.271 9.219-26.236 13.393-51.522 27.859C51.001 211 16 246.926 16 319.889S71.635 448 160 448s144-55.148 144-128.111S242.999 192 320 96zM0 64c41.475 47.079 44.624 103.891 39.382 144.741 12.772-11.274 31.177-25.734 56.144-41.389a548.613 548.613 0 0 1 20.645-12.322c11.578-6.575 23.538-12.822 35.834-18.765-9.113-10.898-22.07-20.606-36.631-29.095C66.631 78.756 0 64 0 64zm256-32s-78.623 2.321-130.681 62.469c16.629 9.903 29.735 20.503 38.959 31.533l2.724 3.257C204.154 112.465 255.133 95.174 288 87.25 281.617 63.827 256 32 256 32zM80 0C64.744 22.406 54.316 45.299 49.664 59.997c21.111 6.355 35.475 13.215 61.389 26.574 9.505-11.4 20.415-21.626 32.605-30.543C114.342 15.655 80 0 80 0z"/></svg>
<svg class="tc-image-ios-rose-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 448"><path d="M283.769 121.431c-29.777 55.586-17.604 99.504-6.645 139.039C282.717 280.648 288 299.708 288 319.889c0 15.897-2.956 30.873-8.785 44.51-5.727 13.396-14.104 25.212-24.898 35.12C231.169 420.768 198.555 432 160 432s-71.169-11.232-94.316-32.481c-10.795-9.908-19.172-21.725-24.898-35.12-5.829-13.637-8.785-28.612-8.785-44.51 0-31.65 6.92-55.999 21.775-76.626 13.061-18.134 32.646-34.094 63.505-51.749l6.506-3.725c20.197-11.57 27.001-15.467 43.976-23.588 31.845-15.234 66.513-28.387 103.041-39.094a760.861 760.861 0 0 1 12.965-3.676M320 96a816.389 816.389 0 0 0-53.697 13.753c-40.457 11.858-75.509 25.693-105.445 40.015-19.271 9.219-26.236 13.393-51.522 27.859C51.001 211 16 246.926 16 319.889S71.635 448 160 448s144-55.148 144-128.111S242.999 192 320 96zM37.516 91.147c21.432 6.955 47.724 16.977 69.799 29.846 6.385 3.723 12.092 7.493 17.092 11.291a595.825 595.825 0 0 0-16.138 8.833 570.11 570.11 0 0 0-21.243 12.679c-10.484 6.574-20.435 13.308-29.789 20.156-.6-25.918-5.682-54.802-19.721-82.805M0 64c41.475 47.079 44.624 103.891 39.382 144.741 12.772-11.274 31.177-25.734 56.144-41.389a548.613 548.613 0 0 1 20.645-12.322c11.578-6.575 23.538-12.822 35.834-18.765-9.113-10.898-22.07-20.606-36.631-29.095C66.631 78.756 0 64 0 64zm248.629-15.303c5.309 7.227 12.393 17.661 17.66 27.726-29.863 8.433-65.994 21.145-94.967 33.476-5.963-6.235-12.982-12.294-21.006-18.135 17.437-15.757 38.773-27.668 63.652-35.506 14.55-4.583 27.048-6.646 34.661-7.561M256 32s-78.623 2.321-130.681 62.469c16.629 9.903 29.735 20.503 38.959 31.533l2.724 3.257C204.154 112.465 255.133 95.174 288 87.25 281.617 63.827 256 32 256 32zM85.229 21.532c9.241 6.122 22.68 16.481 35.999 31.924a199.224 199.224 0 0 0-13.888 13.247c-14.024-7.088-24.951-12.192-36.826-16.602 3.66-8.471 8.581-18.313 14.715-28.569M80 0C64.744 22.406 54.316 45.299 49.664 59.997c21.111 6.355 35.475 13.215 61.389 26.574 9.505-11.4 20.415-21.626 32.605-30.543C114.342 15.655 80 0 80 0z"/></svg>
<svg class="tc-image-ios-search tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 360.7L270.7 247.3c20.8-26 33.3-59.1 33.3-95.1C304 68.1 235.9 0 152 0 68 0 0 68.2 0 152.2s68.1 152.2 152 152.2c36.2 0 69.4-12.7 95.5-33.8L360.7 384l23.3-23.3zM55.8 248.6C30.1 222.9 16 188.7 16 152.3S30.2 81.7 55.8 56s59.9-40 96.2-40c36.3 0 70.5 14.2 96.2 39.9s39.8 59.9 39.8 96.3-14.2 70.6-39.8 96.3c-25.7 25.7-59.9 39.9-96.2 39.9-36.3.1-70.5-14.1-96.2-39.8z"/></svg>
<svg class="tc-image-ios-search-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M280.5 234c15-23.6 23.8-51.6 23.8-81.7C304.3 68.2 236.2 0 152.2 0 68.1 0 0 68.2 0 152.3c0 84.1 68.1 152.3 152.1 152.3 30.5 0 58.9-9 82.7-24.4l6.9-4.8L350.3 384l33.7-34.3-108.5-108.6 5-7.1zM237.4 67.2c22.7 22.7 35.2 52.9 35.2 85s-12.5 62.3-35.2 85c-22.7 22.7-52.9 35.2-85 35.2s-62.3-12.5-85-35.2c-22.7-22.7-35.2-52.9-35.2-85s12.5-62.3 35.2-85c22.7-22.7 52.9-35.2 85-35.2s62.3 12.5 85 35.2z"/></svg>
<svg class="tc-image-ios-settings tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 336"><path d="M320 16c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16m0-16c-17.645 0-32 14.355-32 32s14.355 32 32 32 32-14.355 32-32-14.355-32-32-32zm0 288c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16m0-16c-17.645 0-32 14.355-32 32s14.355 32 32 32 32-14.355 32-32-14.355-32-32-32zM128 152c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16m0-16c-17.645 0-32 14.355-32 32s14.355 32 32 32 32-14.355 32-32-14.355-32-32-32zm47.32 24H448v16H175.32c.439-2.604.68-5.273.68-8s-.24-5.396-.68-8zM80 168c0 2.727.24 5.396.68 8H0v-16h80.68a47.955 47.955 0 0 0-.68 8zm287.32 128H448v16h-80.68c.439-2.604.68-5.273.68-8s-.24-5.396-.68-8zM272 304c0 2.727.24 5.396.68 8H0v-16h272.68a47.955 47.955 0 0 0-.68 8zm95.32-280H448v16h-80.68c.439-2.604.68-5.273.68-8s-.24-5.396-.68-8zm-94.64 0c-.439 2.604-.68 5.273-.68 8s.24 5.396.68 8H0V24h272.68z"/></svg>
<svg class="tc-image-ios-settings-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M0 296h283.35c6.186-14.112 20.281-24 36.65-24s30.465 9.888 36.65 24H448v32h-91.35c-6.186 14.112-20.281 24-36.65 24s-30.465-9.888-36.65-24H0m0-168h91.35c6.186-14.112 20.281-24 36.65-24s30.465 9.888 36.65 24H448v32H164.65c-6.186 14.112-20.281 24-36.65 24s-30.465-9.888-36.65-24H0M0 24h283.35C289.536 9.888 303.631 0 320 0s30.465 9.888 36.65 24H448v32h-91.35c-6.186 14.112-20.281 24-36.65 24s-30.465-9.888-36.65-24H0"/></svg>
<svg class="tc-image-ios-shuffle tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M298.121 143.146L288 130.854 349.784 80h-46.117C210.34 80 174.52 154.511 139.88 218.832c-1.62 3.008-3.233 6.004-4.846 8.979-19.836 36.607-40.979 61.242-64.64 75.314C56.573 311.346 37.401 320 0 320v-16.25c47.937 0 83.098-13.673 120.966-83.561a4257.1 4257.1 0 0 0 4.827-8.944C160.943 145.977 200.784 64 303.667 64h46.28L288 12.146 298.121 0 384 72l-85.879 71.146z"/><path d="M135.034 156.189c-19.836-36.607-40.979-61.242-64.64-75.314C56.573 72.654 37.401 64 0 64v16.25c47.937 0 83.098 13.673 120.966 83.561a3809.68 3809.68 0 0 1 4.827 8.944c.438.812.875 1.627 1.314 2.444 3.01-5.438 6.107-10.917 9.339-16.394-.469-.87-.942-1.749-1.412-2.616zm163.087 84.665L288 253.146 349.784 304h-46.117c-72.693 0-110.496-45.207-140.028-95.592a3465.545 3465.545 0 0 0-5.273 9.814c-1.175 2.192-2.344 4.37-3.513 6.545C185.621 274.777 227.254 320 303.667 320h46.28L288 371.854 298.121 384 384 312l-85.879-71.146z"/></svg>
<svg class="tc-image-ios-shuffle-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.0010070800781 408"><path d="M301.42 100h13.81l-50.738 41.584 20.308 24.572L384.001 84 284.865 0l-20.368 24.978L315.68 68h-14.26c-103.727 0-146.494 79.62-180.857 143.727-1.362 2.542-2.715 4.99-4.06 7.488l-.059.095c-1.591 2.953-3.176 6.114-4.76 9.038C76.122 293.978 44.791 311.562 0 311.989V344c37.625 0 57.563-9.451 72.236-18.178 24.935-14.831 47.042-44.559 67.583-82.467 1.541-2.844 3.083-5.752 4.632-8.626l.225-.438c1.459-2.711 2.922-5.273 4.39-8.014C182.37 164.113 216.809 100 301.42 100z"/><path d="M284.799 241.844l-20.308 24.572L315.23 308h-13.81c-70.728 0-106.396-44.801-135.649-95.812l-17.648 32.618C179.557 294.626 223.117 340 301.42 340h14.26l-51.183 43.022L284.865 408l99.136-84-99.202-82.156zm-173.114-62.192c1.584 2.924 3.169 6.085 4.76 9.038l.059.095c1.218 2.262 2.442 4.49 3.675 6.777 5.82-10.73 11.98-21.748 18.695-32.649-20.273-37.079-42.083-66.132-66.636-80.735C57.564 73.451 37.626 64 .001 64v32.011c44.791.427 76.122 18.011 111.684 83.641z"/></svg>
<svg class="tc-image-ios-skipbackward tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M0 0v320h79V178.2L320 320V0L79 141.8V0H0z"/></svg>
<svg class="tc-image-ios-skipbackward-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M0 0v320h79V178.2L320 320V0L79 141.8V0H0zm79.6 160l7.6-4.4L304 28v264L87.1 164.4l-7.5-4.4zM16 16h47v288H16V16z"/></svg>
<svg class="tc-image-ios-skipforward tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M241 0v141.8L0 0v320l241-141.8V320h79V0h-79z"/></svg>
<svg class="tc-image-ios-skipforward-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M241 0v141.8L0 0v320l241-141.8V320h79V0h-79zm-8.1 164.4L16 292V28l216.9 127.6 7.6 4.4-7.6 4.4zM304 304h-47V16h47v288z"/></svg>
<svg class="tc-image-ios-snowy tc-image-button" width="22pt" height="22pt" viewBox="0 0 258.1999816894531 288"><path d="M252.9 205l-28.7-16.3c6.1-5.8 13-9.7 20.7-12.3 4.3-1.4 6.5-5.9 5.1-10.1-1.4-4.2-6-6.5-10.3-5.1-11.6 3.8-22.2 11-30.1 19.2L145.3 144l64.2-36.4c8.4 9.1 18.6 15.4 30.2 19.2 4.3 1.4 8.9-.8 10.3-5 1.4-4.2-.8-8.7-5.1-10.1-7.8-2.6-14.8-6.5-20.9-12.3l28.8-16.3c3.9-2.2 5.2-7.1 3-10.9s-7.2-5.1-11.1-2.9l-28.7 16c-2-8.1-2.1-15.9-.5-23.8.9-4.3-2-8.5-6.4-9.4-4.4-.9-8.7 1.9-9.6 6.2-2.4 11.8-1.4 24.4 1.8 35.2L137 130.2v-73c11-2.7 22.4-8.1 31.5-16.1 3.3-2.9 3.6-8 .7-11.3-2.9-3.3-7.9-3.6-11.3-.7-6 5.3-12.9 9.2-20.9 11.5V8c0-4.4-3.6-8-8-8s-8 3.6-8 8v32.7c-8-2.3-14.8-6.2-20.9-11.6-3.3-2.9-8.4-2.6-11.3.7-2.9 3.3-2.6 8.4.7 11.3 9.1 8 19.5 13.5 31.5 16.1v73L56.5 93.6c3.2-10.9 4.2-23.5 1.9-35.2-.9-4.3-5.2-7.1-9.6-6.2-4.4.9-7.2 5-6.4 9.4 1.6 7.9 1.6 15.7-.5 23.8L13.3 69c-3.9-2.2-8.9-.9-11.1 2.9-2.2 3.8-.9 8.7 3 10.9L34 99.1c-6.1 5.8-13 9.7-20.8 12.3-4.3 1.4-6.5 6-5.1 10.1 1.4 4.2 6.1 6.4 10.3 5 11.6-3.9 21.8-10.1 30.2-19.2l64.3 36.5-64.4 36.5c-7.9-8.2-18.6-15.3-30.1-19.2-4.3-1.4-8.8.9-10.3 5.1-1.4 4.2.8 8.7 5.1 10.1 7.7 2.6 14.6 6.5 20.7 12.3L5.2 204.9c-3.9 2.2-5.2 7.1-3 10.9s7.2 5.1 11.1 2.9l28.8-16.3c2.1 8.1 2.1 15.9.4 23.9-.9 4.3 2 8.5 6.4 9.4 4.4.9 8.7-1.9 9.6-6.3 2.4-11.8 1.9-23.6-1.9-35.3l64.5-36.6v73.1c-12 2.6-22.4 8.1-31.5 16.1-3.3 2.9-3.6 8-.7 11.3 2.9 3.3 7.9 3.6 11.3.7 6.1-5.4 12.9-9.3 20.9-11.6V280c0 4.4 3.6 8 8 8s8-3.6 8-8v-32.6c8 2.3 14.8 6.2 20.9 11.5 3.3 2.9 8.3 2.6 11.3-.7 2.9-3.3 2.6-8.4-.7-11.3-9-7.9-20.4-13.4-31.4-16.1v-73.1l64.4 36.5c-3.8 11.7-4.2 23.5-1.8 35.3.9 4.3 5.2 7.1 9.6 6.3 4.4-.9 7.3-5.1 6.4-9.4-1.6-8-1.6-15.8.4-23.9l28.8 16.3c3.9 2.2 8.9.9 11.1-2.9 2.1-3.8.7-8.7-3.2-10.9z"/></svg>
<svg class="tc-image-ios-speedometer tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><g transform="translate(-32 -64)"><path d="M417 278.742V278h29.814c-.931-23-6.056-45.609-14.831-66.151-8.643-20.228-20.503-38.665-35.257-54.562l-24.867 24.646-11.229-10.992 24.788-24.679c-16.187-14.836-34.86-26.742-55.515-35.392C308.479 101.897 286 97.092 263 96.186V130h-15V96.186c-23 .894-44.95 5.699-66.404 14.685-20.353 8.523-38.958 20.457-55.315 35.471l24.796 24.583-.549.549.001.006-.29.335-10.27 10.203-24.779-24.479c-14.77 15.932-26.604 34.243-35.176 54.309C71.241 232.388 66.117 255 65.187 278H94v16H65.187c.926 22 5.915 44.432 14.829 65.297 7.689 18.001 18.398 34.664 31.831 49.926 38.785-37.377 89.958-57.928 144.154-57.928 54.113 0 105.286 20.676 144.154 58.135 13.354-15.175 24.061-31.979 31.83-50.166C440.9 338.396 445.889 316 446.814 294H417v-15.258zm-113 9.196c0 26.467-21.533 48-48 48-10.223 0-19.701-3.223-27.496-8.691l-12.033 12.033-11.312-11.313 11.948-11.948c-5.722-7.902-9.106-17.602-9.106-28.08 0-26.467 21.533-48 48-48a47.72 47.72 0 0 1 26.994 8.334l73.484-65.727 1.414 1.414-62.849 76.11c5.629 7.863 8.956 17.481 8.956 27.868z"/><path d="M256 64C132.288 64 32 164.226 32 287.938c0 56.975 21.283 108.97 56.316 148.5 3.551 4.006 7.241 7.82 11.066 11.562h22.193c31.713-39.103 80.144-64.096 134.424-64.096S358.711 408.897 390.424 448h22.193c3.825-3.742 7.516-7.557 11.066-11.562 35.033-39.53 56.316-91.525 56.316-148.5C480 164.226 379.712 64 256 64zm154.744 356.797c-3.051 3.408-6.392 6.863-10.213 10.564l-.376.365-.348-.393c-2.629-2.97-5.493-5.985-8.759-9.22-.275-.271-.555-.539-.834-.807l-.504-.485c-17.258-16.766-37.234-29.967-59.375-39.238-23.535-9.856-48.545-14.854-74.336-14.854-25.791 0-50.801 4.998-74.336 14.854-22.14 9.271-42.117 22.473-59.375 39.238l-.504.485c-.279.268-.558.535-.833.807-3.266 3.234-6.13 6.25-8.759 9.22l-.348.393-.377-.365c-3.821-3.701-7.162-7.156-10.212-10.564-33.514-37.441-51.971-85.629-51.971-135.685 0-54.666 21.502-106.053 60.545-144.694C148.87 101.779 200.781 80.5 256 80.5c55.22 0 107.13 21.279 146.17 59.918 39.043 38.642 60.545 90.029 60.545 144.694 0 50.056-18.456 98.243-51.971 135.685z"/><circle cx="256" cy="287.938" r="32"/></g></svg>
<svg class="tc-image-ios-speedometer-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384"><path d="M224 0C100.288 0 0 100.226 0 223.938c0 56.975 21.283 108.97 56.316 148.5 3.551 4.006 7.241 7.82 11.066 11.562 3.059-3.49 6.232-6.834 9.539-10.141.48-.48.972-.947 1.456-1.422 18.78-18.426 40.521-32.949 64.664-43.161 25.633-10.842 52.871-16.339 80.958-16.339s55.325 5.497 80.958 16.339c24.144 10.212 45.884 24.735 64.664 43.161.484.475.976.941 1.456 1.422 3.307 3.307 6.48 6.65 9.539 10.141 3.825-3.742 7.516-7.557 11.066-11.562 35.033-39.53 56.316-91.525 56.316-148.5C448 100.226 347.712 0 224 0zm191.661 305.177c-8.663 20.481-20.429 39.092-35.044 55.776-40.39-39.51-95.653-63.945-156.617-63.945s-116.228 24.33-156.617 63.84c-14.615-16.685-26.381-35.172-35.044-55.653a206.047 206.047 0 0 1-16.173-72.694H47.5v-16H16.166c.945-25 6.363-50.048 16.173-73.239 9.372-22.157 22.376-42.431 38.692-60.11l26.932 26.893 5.496-5.538 5.277-5.264-.02-.027.547-.552L82.312 71.68c17.862-16.647 38.004-29.894 60.479-39.4a206.128 206.128 0 0 1 72.708-16.174V53.5h16V16.104c26 .945 50.017 6.363 73.208 16.173 22.437 9.49 42.921 22.706 60.762 39.312l-26.975 27.069.577.547-.004.019 5.285 5.246 5.5 5.503 27.026-27.057c16.356 17.703 29.392 38.148 38.78 60.345 9.81 23.191 15.229 48.239 16.174 73.239H399.5v16h32.334a205.96 205.96 0 0 1-16.173 72.677z"/><path d="M336.479 110.545l-85.484 73.727a47.72 47.72 0 0 0-26.994-8.334c-26.467 0-48 21.533-48 48 0 10.479 3.385 20.178 9.106 28.08l-11.948 11.948 11.312 11.313 12.033-12.033c7.795 5.469 17.273 8.691 27.496 8.691 26.467 0 48-21.533 48-48 0-10.387-3.327-20.005-8.956-27.868l74.849-84.11-1.414-1.414zM224 255.938c-17.673 0-32-14.326-32-32 0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32z"/></svg>
<svg class="tc-image-ios-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416.1000061035156"><path d="M448 159.1H276.6L224 0l-52.6 159.1H0L140.2 257 85.6 416.1 224 317.5l138.4 98.6L307.7 257 448 159.1z"/></svg>
<svg class="tc-image-ios-star-half tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 415.9989929199219"><path d="M140.248 256.926L85.571 415.999 224 317.365l138.445 98.634-54.685-159.067L448 158.995H276.613L224 0l-52.598 158.995H0l140.248 97.931zM224 52.745l41 123.25h131l-108 74.711 42.623 122.481L224 297.252V52.745z"/></svg>
<svg class="tc-image-ios-star-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416.1000061035156"><path d="M448 159.1H276.6L224 0l-52.6 159.1H0L140.2 257 85.6 416.1 224 317.5l138.4 98.6L307.7 257 448 159.1zM330.6 373.3l-106.6-76-106.6 76L160 250.8 52 176.1h131l41-123.3 41 123.3h131l-108 74.6 42.6 122.6z"/></svg>
<svg class="tc-image-ios-stopwatch tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 416"><path d="M333.6 98.7l-1.8-1.7h18.4l8.5 7.8L381.2 82l-40.8-40.3L317.2 64l8.8 9.2v18.6l-5-4.7c-31.3-28.3-70-45.2-113-48.9V0h-32v38h-2c-43.7 3-85 22.5-116 53V73.2l8.9-9.2L44 41.8 3.2 82l22.5 22.8 8.5-7.8H52c-.3 0-.7.7-1 1.1C18.2 133.2 0 179 0 226.6 0 331 86.1 416 192.1 416 297.9 416 384 331.1 384 226.7c0-47.6-18-93.1-50.4-128zM200 270.2l-8 17.8-8-17.8c-14-3.5-24-15.8-24-30.5 0-13.8 11.5-26 24-30.3V80h16v129.3c13.5 3.7 24 15.9 24 30.4 0 14.7-10 27-24 30.5z"/></svg>
<svg class="tc-image-ios-stopwatch-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 416"><path d="M333.6 98.7l-1.8-1.7h18.4l8.5 7.8L381.2 82l-40.8-40.3L317.2 64l8.8 9.2v18.6l-5-4.7c-31.3-28.3-70-45.2-113-48.9V0h-32v38h-2c-43.7 3-85 22.5-116 53V73.2l8.9-9.2L44 41.8 3.2 82l22.5 22.8 8.5-7.8H52c-.3 0-.7.7-1 1.1C18.2 133.2 0 179 0 226.6 0 331 86.1 416 192.1 416 297.9 416 384 331.1 384 226.7c0-47.6-18-93.1-50.4-128zm-141.3 299c-95.5 0-173.1-76.7-173.1-170.9 0-94.3 77.7-170.9 173.1-170.9 95.5 0 173.1 76.7 173.1 170.9.1 94.2-77.6 170.9-173.1 170.9z"/><path d="M200 209.3V80h-16v129.4c-12.5 4.3-24 16.5-24 30.3 0 14.7 10 27 24 30.5l8 17.8 8-17.8c14-3.5 24-15.8 24-30.5 0-14.5-10.5-26.7-24-30.4z"/></svg>
<svg class="tc-image-ios-sunny tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M151 0h18v56h-18zm0 260h18v60h-18zm113-109h56v18h-56zM0 151h60v18H0zm274.26 105.285l-11.879 11.88-33.8-33.8 11.879-11.879zM97.547 79.48l-11.88 11.88-33.87-33.87 11.879-11.88zm164.788-33.735l11.88 11.88-33.8 33.799-11.88-11.88zM85.563 222.404l11.878 11.881-33.876 33.865-11.878-11.881zM160 235.8c-41.8 0-75.8-34-75.8-75.8s34-75.8 75.8-75.8 75.8 34 75.8 75.8-34 75.8-75.8 75.8z"/></svg>
<svg class="tc-image-ios-sunny-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 320"><path d="M151 0h18v56h-18zm0 260h18v60h-18zm113-109h56v18h-56zM0 151h60v18H0zm274.26 105.285l-11.879 11.88-33.8-33.8 11.879-11.879zM97.547 79.48l-11.88 11.88-33.87-33.87 11.879-11.88zm164.788-33.735l11.88 11.88-33.8 33.799-11.88-11.88zM85.563 222.404l11.878 11.881-33.876 33.865-11.878-11.881zM160 235.8c-41.8 0-75.8-34-75.8-75.8s34-75.8 75.8-75.8 75.8 34 75.8 75.8-34 75.8-75.8 75.8zm0-134.7c-32.5 0-58.9 26.4-58.9 58.9s26.4 58.9 58.9 58.9 58.9-26.4 58.9-58.9-26.4-58.9-58.9-58.9z"/></svg>
<svg class="tc-image-ios-telephone tc-image-button" width="22pt" height="22pt" viewBox="0 0 367.79998779296875 352"><path d="M341.4 255.4c-14.6-15-56.1-43.1-83.3-43.1-6.3 0-11.8 1.4-16.3 4.3-13.3 8.5-23.9 15.1-29 15.1-2.8 0-5.8-2.5-12.4-8.2l-1.1-1c-18.3-15.9-22.2-20-29.3-27.4l-1.8-1.9c-1.3-1.3-2.4-2.5-3.5-3.6-6.2-6.4-10.7-11-26.6-29l-.7-.8c-7.6-8.6-12.6-14.2-12.9-18.3-.3-4 3.2-10.5 12.1-22.6 10.8-14.6 11.2-32.6 1.3-53.5-7.9-16.5-20.8-32.3-32.2-46.2l-1-1.2C94.9 6 83.5 0 70.8 0 56.7 0 45 7.6 38.8 11.6c-.5.3-1 .7-1.5 1-13.9 8.8-24 20.9-27.8 33.2C3.8 64.3 0 88.3 27.3 138.2c23.6 43.2 45 72.2 79 107.1 32 32.8 46.2 43.4 78 66.4 35.4 25.6 69.4 40.3 93.2 40.3 22.1 0 39.5 0 64.3-29.9 26-31.4 15.2-50.6-.4-66.7z"/></svg>
<svg class="tc-image-ios-telephone-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 367.79998779296875 352"><path d="M341.4 255.4c-14.6-15-56.1-43.1-83.3-43.1-6.3 0-11.8 1.4-16.3 4.3-13.3 8.5-23.9 15.1-29 15.1-2.8 0-5.8-2.5-12.4-8.2l-1.1-1c-18.3-15.9-22.2-20-29.3-27.4l-1.8-1.9c-1.3-1.3-2.4-2.5-3.5-3.6-6.2-6.4-10.7-11-26.6-29l-.7-.8c-7.6-8.6-12.6-14.2-12.9-18.3-.3-4 3.2-10.5 12.1-22.6 10.8-14.6 11.2-32.6 1.3-53.5-7.9-16.5-20.8-32.3-32.2-46.2l-1-1.2C94.9 6 83.5 0 70.8 0 56.7 0 45 7.6 38.8 11.6c-.5.3-1 .7-1.5 1-13.9 8.8-24 20.9-27.8 33.2C3.8 64.3 0 88.3 27.3 138.2c23.6 43.2 45 72.2 79 107.1 32 32.8 46.2 43.4 78 66.4 35.4 25.6 69.4 40.3 93.2 40.3 22.1 0 39.5 0 64.3-29.9 26-31.4 15.2-50.6-.4-66.7zm-11.5 55.9c-20 24.2-31.5 24.2-52.3 24.2-20.3 0-51.8-14-84.2-37.3-31-22.4-44.8-32.7-75.9-64.6-32.9-33.7-53.6-61.8-76.4-103.5C17 86 19.7 66.7 24.6 50.8c2.6-8.5 10.4-17.6 21-24.2.5-.3 1-.7 1.6-1 5.3-3.4 14.1-9.1 23.7-9.1 8 0 15.1 4 21.9 12.3l1 1.2c25.5 31.2 45.4 58.8 30.4 79.2-10.6 14.3-16.2 24-15.3 34 .8 9.7 7.3 17 17.1 28l.7.8c16.1 18.2 20.7 23 27.1 29.5 1.1 1.1 2.2 2.3 3.5 3.6l1.8 1.9c7.4 7.7 11.5 11.9 30.3 28.4l1.1 1c8 7 13.9 12.1 22.5 12.1 8.9 0 18.7-5.6 37.3-17.5 1.9-1.2 4.6-1.9 8-1.9 21.7 0 59.1 24.8 72.2 38.3 12 12.2 18 21.4-.6 43.9z"/></svg>
<svg class="tc-image-ios-tennisball tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416.0000305175781"><path d="M.05 203.555l-.004.116h.003l.001-.116zm212.261 212.359c.066-.002.133-.006.199-.007-.066.001-.133.001-.199.004v.003z"/><path d="M208 0c-2.586 0-5.29.064-7.852.158L200 .152v.006c-5 .199-10 .602-16 1.205v-.008c0 .005.083.008.072.012C87.098 12.428 10.418 90.342.942 187.777c-.004.018.045.222.042.222h.007c-.513 5-.826 10-.936 16H.051l.003-.152c-.028 1.43-.054 2.777-.054 4.215C0 322.914 92.977 416 207.841 416c6.856 0 14.159-.383 20.159-1.031v.006c0-.004.213-.008.24-.014 97.436-9.486 175.247-86.086 186.312-183.036.004-.014.088.074.092.074h-.008c.889-8 1.363-15.859 1.363-23.904C416 93.244 322.87 0 208 0zM82.63 218.852c-20.895-8.474-42.788-13.43-65.244-14.816.11-5.374.438-10.695.986-15.952 52.568 3.275 104.203 24.977 144.375 65.146s61.876 91.797 65.152 144.359c-5.257.548-10.579.876-15.954.985-1.385-22.453-6.342-44.344-14.816-65.236-10.459-25.79-25.834-48.937-45.696-68.795-19.861-19.86-43.01-35.233-68.803-45.691zm167.092-52.588c-40.964-40.959-62.731-93.835-65.332-147.467 5.25-.652 10.568-1.08 15.941-1.293 1.073 23.65 6.105 46.702 15.007 68.654 10.461 25.79 25.835 48.936 45.696 68.795 19.862 19.859 43.01 35.232 68.803 45.691 21.954 8.901 45.008 13.933 68.66 15.007a191.517 191.517 0 0 1-1.293 15.939c-53.64-2.602-106.518-24.366-147.482-65.326z"/></svg>
<svg class="tc-image-ios-tennisball-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M416 208C416 93.137 322.87 0 208 0 93.137 0 0 93.136 0 208c0 114.863 93.137 208 208 208a212.3 212.3 0 0 0 7.587-.152 202.801 202.801 0 0 0 4.258-.191c.85-.047 1.698-.104 2.547-.161.639-.044 1.279-.08 1.917-.13 1.354-.104 2.705-.221 4.055-.352v-.009c97.47-9.474 175.229-86.229 186.274-183.223l.057-.001a208.679 208.679 0 0 0 1.196-16.05l-.049.001c.095-2.566.158-5.141.158-7.732zm-17.335 0c0 2.568-.066 5.121-.167 7.664-23.639-1.076-46.677-6.106-68.616-15.005-25.791-10.458-48.938-25.831-68.797-45.691-19.86-19.86-35.233-43.007-45.692-68.797-8.903-21.956-13.935-45.014-15.006-68.67 2.527-.1 5.063-.165 7.614-.165C313.13 17.335 398.665 102.869 398.665 208zm-381.328 0c0-1.318.023-2.631.05-3.942 22.476 1.379 44.388 6.337 65.3 14.817 25.791 10.458 48.938 25.831 68.798 45.691 19.86 19.859 35.232 43.007 45.691 68.798 8.474 20.896 13.43 42.792 14.814 65.249a196.04 196.04 0 0 1-3.99.051C102.87 398.664 17.336 313.13 17.337 208zm210.606 189.623c-3.273-52.566-24.974-104.198-65.145-144.369-40.186-40.186-91.84-61.889-144.427-65.15 9.172-88.053 78.52-158.478 166.074-169.313 2.595 53.64 24.36 106.525 65.326 147.49 40.949 40.952 93.811 62.713 147.433 65.322-10.853 87.515-81.247 156.829-169.261 166.02z"/></svg>
<svg class="tc-image-ios-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 274 288.5"><path d="M153 160.5l16-48H97l-15 80h52.3l-29.3 96 66-96 22-32z"/><path d="M83.7 96.5h107.5l-16 48h48.2l-33 48h19c35.7 0 64.6-30.1 64.6-65.9 0-35.8-28.9-65.5-64.6-65.5-2.7 0-5.4 0-8 .3C193.5 26.4 162.3 0 125 0 81.7 0 46.7 35.2 46.7 78.5c0 2.6.1 5.2.4 7.8C20.7 88.6 0 112 0 139.1c0 28.6 23.2 53.3 51.7 53.3h14"/></svg>
<svg class="tc-image-ios-thunderstorm-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 274 288.3999938964844"><path d="M193 160.4h-40l16-48H97l-15 80h52.3l-29.3 96z"/><path d="M209.4 61.1c-2.7 0-5.4 0-8 .3C193.5 26.4 162.3 0 125 0 81.7 0 46.7 35.2 46.7 78.5c0 2.6.1 5.2.4 7.8C20.7 88.6 0 112 0 139.1c0 28.6 23.2 53.3 51.7 53.3H63v-17H51.7c-9.5 0-18.5-4.1-25.4-11-6.8-7-10.6-16.3-10.6-26 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.8-1.3 14.2-1.8 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5 0-34.6 28.1-62.7 62.6-62.7 14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.3 48.8 49.4 0 27.1-21.9 49.4-48.8 49.4H201v17h8.4c35.7 0 64.6-30.1 64.6-65.9 0-35.6-28.9-65.3-64.6-65.3z"/></svg>
<svg class="tc-image-ios-time tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm0 40c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zM48 232c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm27.6 86.9c-3.8 2.2-8.7.9-10.9-2.9-2.2-3.8-.9-8.7 2.9-10.9 3.8-2.2 8.7-.9 10.9 2.9 2.2 3.8.9 8.7-2.9 10.9zM78.5 140c-2.2 3.8-7.1 5.1-10.9 2.9-3.8-2.2-5.1-7.1-2.9-10.9s7.1-5.1 10.9-2.9c3.8 2.2 5.1 7.1 2.9 10.9zM132 64.7c3.8-2.2 8.7-.9 10.9 2.9 2.2 3.8.9 8.7-2.9 10.9-3.8 2.2-8.7.9-10.9-2.9-2.2-3.8-.9-8.7 2.9-10.9zm10.9 315.7c-2.2 3.8-7.1 5.1-10.9 2.9-3.8-2.2-5.1-7.1-2.9-10.9 2.2-3.8 7.1-5.1 10.9-2.9s5.1 7.1 2.9 10.9zM224 408c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm8-170.1V360c0 4.4-3.6 8-8 8s-8-3.6-8-8V237.8c-2.4-1.4-4.4-3.3-5.9-5.8-3-5.2-2.7-11.5.2-16.3l-37.6-62.9c-2.3-3.8-1-8.7 2.7-11 3.8-2.3 8.7-1 11 2.7l38 63.4c5.4.1 10.6 3 13.4 8 4.5 7.8 1.9 17.5-5.8 22zm84 145.4c-3.8 2.2-8.7.9-10.9-2.9-2.2-3.8-.9-8.7 2.9-10.9 3.8-2.2 8.7-.9 10.9 2.9 2.2 3.8.9 8.7-2.9 10.9zm2.9-307.7c-2.2 3.8-7.1 5.1-10.9 2.9-3.8-2.2-5.1-7.1-2.9-10.9 2.2-3.8 7.1-5.1 10.9-2.9 3.8 2.2 5.1 7.1 2.9 10.9zM383.3 316c-2.2 3.8-7.1 5.1-10.9 2.9-3.8-2.2-5.1-7.1-2.9-10.9 2.2-3.8 7.1-5.1 10.9-2.9 3.8 2.2 5.2 7.1 2.9 10.9zm-2.9-173.1c-3.8 2.2-8.7.9-10.9-2.9-2.2-3.8-.9-8.7 2.9-10.9 3.8-2.2 8.7-.9 10.9 2.9 2.3 3.8.9 8.7-2.9 10.9zM400 232c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z"/></svg>
<svg class="tc-image-ios-time-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><g transform="translate(-32 -32)"><path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm147.1 371.1c-19.1 19.1-41.4 34.1-66.1 44.6-25.6 10.8-52.9 16.3-81 16.3s-55.3-5.5-81-16.3c-24.8-10.5-47-25.5-66.1-44.6C89.8 384 74.8 361.7 64.3 337 53.5 311.3 48 284.1 48 256s5.5-55.3 16.3-81c10.5-24.8 25.5-47 44.6-66.1C128 89.8 150.3 74.8 175 64.3 200.7 53.5 227.9 48 256 48s55.3 5.5 81 16.3c24.8 10.5 47 25.5 66.1 44.6 19.1 19.1 34.1 41.4 44.6 66.1 10.8 25.6 16.3 52.9 16.3 81s-5.5 55.3-16.3 81c-10.5 24.7-25.5 47-44.6 66.1z"/><circle cx="256" cy="80" r="8"/><circle cx="256" cy="432" r="8"/><circle cx="432" cy="256" r="8"/><circle cx="80" cy="256" r="8"/><circle cx="168" cy="103.6" r="8"/><circle cx="344" cy="408.4" r="8"/><circle cx="408.4" cy="168" r="8"/><circle cx="103.6" cy="344" r="8"/><circle cx="103.6" cy="168" r="8"/><circle cx="408.4" cy="344" r="8"/><circle cx="344" cy="103.6" r="8"/><circle cx="168" cy="408.4" r="8"/><path d="M269.9 248c-2.9-5-8.1-7.8-13.4-8l-38-63.4c-2.3-3.8-7.2-5-11-2.7s-5 7.2-2.7 11l37.6 62.9c-2.9 4.8-3.2 11.1-.2 16.3 1.5 2.5 3.5 4.5 5.9 5.8V392c0 4.4 3.6 8 8 8s8-3.6 8-8V269.9c7.6-4.5 10.2-14.2 5.8-21.9z"/></g></svg>
<svg class="tc-image-ios-timer tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0C93.1 0 0 93.1 0 208s93.1 208 208 208 208-93.1 208-208S322.9 0 208 0zM102.5 102.5c2.6-2.3 119.9 84.9 119.9 84.9 1 .7 1.6 1.5 2.2 2.2 5 4.6 8.2 11 8.2 18.3 0 13.7-11.1 24.9-24.9 24.9-7.8 0-14.7-3.7-19.3-9.4-.4-.4-.8-.7-1.1-1.1.1.1-87.5-117.4-85-119.8zm105.6 296.7c-105.7 0-191.4-85.7-191.4-191.4 0-52.8 21.4-100.7 56-135.3l11.8 11.8c-31.6 31.6-51.2 75.3-51.2 123.5 0 96.3 78.4 174.7 174.7 174.7s174.5-78.4 174.5-174.7c0-90.3-70.5-165.1-158.5-174V112h-16V16.4c105.7 0 191.5 85.7 191.5 191.4s-85.8 191.4-191.4 191.4z"/></svg>
<svg class="tc-image-ios-timer-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M188.6 223.6c4.6 5.7 11.5 9.4 19.4 9.4 13.8 0 25-11.2 25-25 0-7.3-3.2-13.8-8.2-18.4-.6-.7-1.3-1.5-2.2-2.2 0 0-117.7-87.5-120.3-85.2-2.6 2.3 85.3 120.2 85.3 120.2.2.4.7.8 1 1.2z"/><path d="M208.2 0h-.2v112h16V17.3c97.8 8.3 175.3 90.5 175.3 190.5 0 105.5-85.7 191.4-191.2 191.4-105.5 0-191.3-85.8-191.3-191.3 0-52.8 21.5-100.6 56.1-135.2L61 60.9C23.3 98.6 0 150.6 0 208c0 114.9 93.1 208 208 208s208-93.1 208-208S323 0 208.2 0z"/></svg>
<svg class="tc-image-ios-toggle tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416"><path d="M96 272c-26.467 0-48 21.533-48 48s21.533 48 48 48 48-21.533 48-48-21.533-48-48-48z"/><path d="M351.5 224h-255C43.205 224 0 267.205 0 320.5S43.205 416 96.5 416h255c53.295 0 96.5-42.205 96.5-95.5S404.795 224 351.5 224zM96 384c-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.347-28.654 64-64 64zm256-240c26.467 0 48-21.533 48-48s-21.533-48-48-48-48 21.533-48 48 21.533 48 48 48z"/><path d="M96.5 192h255c53.295 0 96.5-42.205 96.5-95.5S404.795 0 351.5 0h-255C43.205 0 0 43.205 0 96.5S43.205 192 96.5 192zM352 32c35.346 0 64 28.654 64 64 0 35.347-28.654 64-64 64s-64-28.653-64-64c0-35.346 28.654-64 64-64z"/></svg>
<svg class="tc-image-ios-toggle-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416"><path d="M96 272c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z"/><path d="M351.25 240c44.388 0 80.625 36.112 80.625 80.5S395.888 400 351.5 400h-255C52.112 400 16 364.888 16 320.5S52.112 240 96.5 240H351m.5-16h-255C43.205 224 0 267.205 0 320.5S43.205 416 96.5 416h255c53.295 0 96.5-42.205 96.5-95.5S404.795 224 351.5 224zm.5-176c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-16c-35.346 0-64 28.654-64 64 0 35.347 28.654 64 64 64s64-28.653 64-64c0-35.346-28.654-64-64-64z"/><path d="M97 16h254.5c44.388 0 80.5 36.112 80.5 80.5S395.888 176 351.5 176h-255c-44.388 0-80.375-35.112-80.375-79.5S52.362 16 96.75 16M96.5 0C43.205 0 0 43.205 0 96.5S43.205 192 96.5 192h255c53.295 0 96.5-42.205 96.5-95.5S404.795 0 351.5 0h-255z"/></svg>
<svg class="tc-image-ios-trash tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M208 49V29.3C208 13.1 194.9 0 178.7 0h-69.5C93.1 0 80 13.1 80 29.3V49H0v15h21.1l23.6 290.7c0 16.2 13.1 29.3 29.3 29.3h141c16.2 0 29.3-13.1 29.3-29.3L267.6 64H288V49h-80zM95 29.3c0-8.1 6.2-14.3 14.3-14.3h69.5c8.1 0 14.3 6.2 14.3 14.3V49h-98V29.3H95zM90.7 337L80 96h14.5l10.9 241H90.7zm60.3 0h-14V96h14v241zm46.3 0h-14.6l10.8-241H208l-10.7 241z"/></svg>
<svg class="tc-image-ios-trash-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 384"><path d="M288 49.3h-80v-20C208 13.1 194.9 0 178.7 0h-69.5C93.1 0 80 13.1 80 29.3v20H0V64h21.1l23.6 290.7c0 16.2 13.1 29.3 29.3 29.3h141c16.2 0 29.3-13.1 29.3-29.3L267.6 64H288V49.3zm-193.4-20c0-8.1 6.6-14.7 14.6-14.7h69.5c8.1 0 14.6 6.6 14.6 14.7v20H94.6v-20zm135 324.6v.8c0 8.1-6.6 14.7-14.6 14.7H74c-8.1 0-14.6-6.6-14.6-14.7v-.8L35.7 64h217.2l-23.3 289.9z"/><path d="M137 96h14v241h-14zm71 0h-14.6l-10.7 241h14.6zM94.5 96H80l10.7 241h14.6z"/></svg>
<svg class="tc-image-ios-undo tc-image-button" width="22pt" height="22pt" viewBox="0 0 387.5 304.0000305175781"><path d="M383.9 272.2c0-16.8 3.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V0L0 128l192 128v-79.8c40 1.1 62.4 9.1 86.7 20 30.9 13.8 55.3 44 75.8 76.6l19.2 31.2H384c0-10.1-.1-22.9-.1-31.8z"/></svg>
<svg class="tc-image-ios-undo-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 387.5 304.0000305175781"><path d="M383.9 272.2c0-16.8 3.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V0L0 128l192 128v-79.8c40 1.1 62.4 9.1 86.7 20 30.9 13.8 55.3 44 75.8 76.6l19.2 31.2H384c0-10.1-.1-22.9-.1-31.8zm-15.7-6.8C320.6 184.6 267 160 176 160v64.8L27.9 128.1 176 31.3V96c201 0 192.2 169.4 192.2 169.4z"/></svg>
<svg class="tc-image-ios-unlocked tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M160 256c-8.822 0-16 7.178-16 16s7.178 16 16 16 16-7.178 16-16-7.178-16-16-16z"/><path d="M72 176v-72c0-48.523 39.484-88 88.016-88C208.531 16 248 55.477 248 104v8h16v-8C264 46.57 217.438 0 160.016 0 102.562 0 56 46.57 56 104v72H0v240h320V176H72zm96 126.992V336h-16v-33.008c-13.802-3.553-24-16.082-24-30.992 0-17.673 14.327-32 32-32s32 14.327 32 32c0 14.91-10.198 27.439-24 30.992z"/></svg>
<svg class="tc-image-ios-unlocked-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M160 240c-17.673 0-32 14.327-32 32 0 14.91 10.198 27.439 24 30.992V336h16v-33.008c13.802-3.553 24-16.082 24-30.992 0-17.673-14.327-32-32-32zm0 48c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z"/><path d="M72 176v-72c0-48.523 39.484-88 88.016-88C208.531 16 248 55.477 248 104v8h16v-8C264 46.57 217.438 0 160.016 0 102.562 0 56 46.57 56 104v72H0v240h320V176H72zm232 224H16V192h288v208z"/></svg>
<svg class="tc-image-ios-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M168 112v162h-16V112H0v304h320V112zm0-80.6l54.8 54.7 11.6-11.6L160 0 85.5 74.5l11.7 11.6L152 31.4V112h16z"/></svg>
<svg class="tc-image-ios-upload-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M192 112v16h112v272H16V128h112v-16H0v304h320V112z"/><path d="M97.1 86.1L85.5 74.5 160 0l74.5 74.5-11.6 11.6-54.7-54.7v243h-16.4v-243z"/></svg>
<svg class="tc-image-ios-videocam tc-image-button" width="22pt" height="22pt" viewBox="0 0 418 255.99996948242188"><path d="M256.7 0h-221C16.9 0 0 14.1 0 32.7v187.9C0 239.2 16.9 256 35.7 256h221c18.8 0 33.3-16.8 33.3-35.4V32.7C290 14.1 275.5 0 256.7 0zM320 85v85.6l98 53.4V32l-98 53z"/></svg>
<svg class="tc-image-ios-videocam-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 418 255.99996948242188"><path d="M256.7 0h-221C16.9 0 0 14.1 0 32.7v187.9C0 239.2 16.9 256 35.7 256h221c18.8 0 33.3-16.8 33.3-35.4V32.7C290 14.1 275.5 0 256.7 0zM273 220.6c0 9.3-6.9 18.4-16.3 18.4h-221c-9.4 0-18.7-9.1-18.7-18.4V32.7c0-9.3 9-15.5 18.4-15.5l221 .1c9.4 0 16.6 6.1 16.6 15.4v187.9zM320 85v85.6l98 53.4V32l-98 53zm81-23v132.3l-64-33.5V95.2l64.1-33.6-.1.4z"/></svg>
<svg class="tc-image-ios-volume-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 319.8999938964844 256"><path d="M278.1 0l-13.6 10.3C288.6 43.2 303 83.9 303 128c0 44.1-14.4 84.8-38.6 117.7L278 256c26.3-35.7 41.9-80 41.9-128S304.4 35.7 278.1 0zM224 223.8c20-26.8 32-59.9 32-95.8s-12-69-32-95.8l-13.6 10.1c17.9 24 28.6 53.6 28.6 85.7s-10.7 61.7-28.6 85.7l13.6 10.1zm-46.9-31.9C190.8 174 199 152 199 128s-8.2-46-21.9-63.9l-13.5 9.8c11.6 15.1 18.5 33.8 18.5 54.1s-6.9 38.9-18.5 54.1l13.5 9.8zM57.9 88H0v80h57.9l70.1 56V32z"/></svg>
<svg class="tc-image-ios-volume-low tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 192"><path d="M57.9 56H0v80h57.9l70.1 56V0z"/></svg>
<svg class="tc-image-ios-wineglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 192.635986328125 448"><path d="M104.323 276.988c0-21.975 20.458-38.674 40.247-54.824 7.907-6.453 15.37-12.547 21.519-18.962 26.547-27.697 26.234-51.744 26.234-71.058V128c0-44.25-30.816-124.558-32.02-128H32.323c-1.203 3.442-32 83.5-32 128v4.144c0 19.273-.323 43.361 26.225 71.059 6.148 6.415 13.617 12.509 21.523 18.962 19.789 16.15 40.252 32.85 40.252 54.824V432h-72v16h160v-16h-72V276.988zM43.052 16h106.522c5.359 15.99 19.509 62.712 24.836 96H18.217c5.327-33.288 19.476-80.01 24.835-96z"/></svg>
<svg class="tc-image-ios-wineglass-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 192.635986328125 448"><path d="M104.323 276.988c0-21.975 20.458-38.674 40.247-54.824 7.907-6.453 15.37-12.547 21.519-18.962 26.547-27.697 26.234-51.744 26.234-71.058V128c0-44.25-30.816-124.558-32.02-128H32.323c-1.203 3.442-32 83.5-32 128v4.144c0 19.273-.323 43.361 26.225 71.059 6.148 6.415 13.617 12.509 21.523 18.962 19.789 16.15 40.252 32.85 40.252 54.824V432h-72v16h160v-16h-72V276.988zM43.052 16h106.522c5.359 15.99 19.509 62.712 24.836 96H18.217c5.327-33.288 19.476-80.01 24.835-96zm53.271 225.416c-2.968 0-5.248-.92-7.17-2.754a.2.2 0 0 0 .005.026c-8.804-10.807-20.234-20.158-30.971-28.92-7.517-6.135-14.617-11.929-20.089-17.637-22.054-23.008-21.928-40.916-21.795-59.875.01-1.428-.068-2.849.02-4.255h159.98c.088 1.406.01 2.828.021 4.255.133 18.959.259 36.867-21.795 59.875-5.472 5.708-12.57 11.502-20.087 17.637-10.737 8.762-22.165 18.114-30.969 28.92.002-.009.009-.018.01-.026-1.922 1.834-4.16 2.754-7.16 2.754z"/></svg>
<svg class="tc-image-ios-world tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0h-.5C92.8.3 0 93.3 0 208s92.8 207.7 207.5 208h.5c114.9 0 208-93.1 208-208S322.9 0 208 0zm0 399.4h-.5C102.1 399.1 16.6 313.5 16.6 208S102 16.9 207.5 16.7h.5c105.7 0 191.4 85.7 191.4 191.4 0 105.6-85.7 191.3-191.4 191.3z"/><path d="M274.3 123.8c-18.7 4.5-38 7.2-57.9 7.8v68.1H284c-.6-28.1-4.1-53.6-9.7-75.9zm-58-89.3v81.9c18.5-.6 36.5-3 53.8-7.2-13.1-41.4-33.5-68.6-53.8-74.7zm-70.9 74.6c17.5 4.2 35.6 6.7 54.2 7.3V34.3c-20.3 5.9-41 33.1-54.2 74.8zm187.2-23.7c-22.6-23-51.5-39.8-83.9-47.5 14.8 15.3 27.2 38.7 36.1 67.3 16.7-5.1 32.7-11.7 47.8-19.8zm-33.3 114.3h83.3c-1.8-38.8-16.3-74.4-39.5-102.6-17.1 9.4-35.2 17.1-54.1 22.8 6.1 24 9.7 51.1 10.3 79.8zm-167.8 0h68.2v-68.1c-20.1-.6-39.6-3.3-58.4-7.9-5.7 22.3-9.2 47.9-9.8 76zM284 216.3h-67.7v68c19.9.6 39.3 3.2 58 7.8 5.6-22.2 9.1-47.8 9.7-75.8zm-142.7 75.9c18.8-4.6 38.3-7.3 58.4-7.9v-68h-68.2c.6 28.1 4.1 53.7 9.8 75.9zm58.4 89.4v-82.1c-18.6.6-36.8 3.1-54.3 7.3 13.2 41.7 33.9 69 54.3 74.8zm49-3.5c32.4-7.8 61.3-24.5 84-47.6-15.1-8.1-31.1-14.7-47.8-19.8-8.9 28.7-21.4 52-36.2 67.4zm-82-340c-32.1 7.8-60.8 24.5-83.3 47.4 15 8 30.8 14.6 47.3 19.6 8.9-28.5 21.3-51.7 36-67zm122.3 258c19 5.7 37.1 13.4 54.2 22.8 23.2-28.2 37.7-63.8 39.5-102.6h-83.3c-.7 28.7-4.3 55.7-10.4 79.8zm-72.7 3.4v82c20.3-6.1 40.7-33.3 53.8-74.8-17.3-4.2-35.3-6.6-53.8-7.2zm-89.7-179.7c-18.8-5.7-36.8-13.3-53.7-22.7-23.2 28.2-37.7 63.8-39.5 102.6h82.9c.5-28.8 4.2-55.9 10.3-79.9zm-10.4 96.5H33.3c1.8 38.8 16.3 74.4 39.5 102.6 16.9-9.3 34.9-17 53.7-22.7-6-24-9.7-51.1-10.3-79.9zM83.3 330.5c22.5 22.9 51.2 39.6 83.4 47.4-14.7-15.3-27.1-38.6-36-67.1-16.5 5.1-32.4 11.7-47.4 19.7z"/></svg>
<svg class="tc-image-ios-world-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 0h-.5C92.8.3 0 93.3 0 208s92.8 207.7 207.5 208h.5c114.9 0 208-93.1 208-208S322.9 0 208 0zm8.3 124.5c22.1-.6 43.5-3.5 64.2-8.5 6.2 24.5 10.1 52.8 10.7 83.8h-74.9v-75.3zm0-16.7V18c22.4 6.2 45.2 36.1 59.6 82-19.2 4.6-39.1 7.2-59.6 7.8zm-16.6-90v90.1c-20.7-.6-40.8-3.3-60.1-8 14.6-46.2 37.5-76.3 60.1-82.1zm0 106.7v75.2h-75.4c.6-31 4.5-59.3 10.7-83.8 20.8 5 42.5 8 64.7 8.6zm-92.2 75.2H16.9c1.8-42.8 17.8-82 43.3-113 18.5 10.2 38.2 18.6 58.8 24.8-6.8 26.5-10.8 56.4-11.5 88.2zm0 16.6c.6 31.7 4.6 61.7 11.4 88.2-20.6 6.3-40.2 14.6-58.8 24.8-25.5-31-41.4-70.2-43.3-113h90.7zm16.8 0h75.4v75.1c-22.2.6-43.9 3.6-64.7 8.7-6.2-24.5-10.1-52.8-10.7-83.8zm75.4 91.8v90.2c-22.6-5.9-45.5-35.9-60.1-82.1 19.3-4.8 39.4-7.5 60.1-8.1zm16.6 89.9v-90c20.5.6 40.4 3.3 59.7 7.9-14.5 46-37.2 75.9-59.7 82.1zm0-106.6v-75.1h74.9c-.6 30.9-4.5 59.2-10.7 83.7-20.7-5-42.1-8-64.2-8.6zm91.6-75.1h91.2c-1.8 42.8-17.8 81.9-43.3 113-18.7-10.3-38.5-18.7-59.3-25 6.8-26.5 10.8-56.3 11.4-88zm0-16.6c-.6-31.7-4.6-61.6-11.3-88.1 20.8-6.3 40.6-14.7 59.2-24.9 25.5 31 41.5 70.2 43.3 113.1h-91.2zm36.5-125.8c-16.6 8.8-34 16.1-52.3 21.6-9.7-31.3-23.4-56.8-39.5-73.6 35.4 8.5 67 26.9 91.8 52zM162.8 22.1c-16.1 16.7-29.7 42.2-39.3 73.3-18.1-5.5-35.4-12.7-51.8-21.5 24.5-25 55.9-43.3 91.1-51.8zM71.6 342c16.4-8.8 33.8-16 51.8-21.5 9.7 31.2 23.3 56.6 39.4 73.4-35.2-8.5-66.6-26.8-91.2-51.9zm181 52.1c16.2-16.8 29.8-42.3 39.6-73.7 18.3 5.5 35.7 12.8 52.3 21.6-24.8 25.2-56.5 43.6-91.9 52.1z"/></svg>
<svg class="tc-image-ioxhost tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1648"><path d="M1463 824q0 35-25 60.5t-61 25.5H675q-36 0-61-25.5T589 824t25-60.5 61-25.5h702q36 0 61 25.5t25 60.5zm214 0q0-86-23-170H672q-36 0-61-25t-25-60q0-36 25-61t61-25h908q-88-143-235-227t-320-84q-177 0-327.5 87.5T459.5 497 372 824q0 86 23 170h982q36 0 61 25t25 60q0 36-25 61t-61 25H469q88 143 235.5 227t320.5 84q132 0 253-51.5t208-139 139-208 52-253.5zm371-255q0 35-25 60t-61 25h-131q17 85 17 170 0 167-65.5 319.5t-175.5 263-262.5 176T1025 1648q-246 0-448.5-133T275 1165H86q-36 0-61-25t-25-61q0-35 25-60t61-25h132q-17-85-17-170 0-167 65.5-319.5t175.5-263 262.5-176T1025 0q245 0 447.5 133T1774 483h188q36 0 61 25t25 61z"/></svg>
<svg class="tc-image-ipad tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 14"><path d="M10 0H1C.4 0 0 .5 0 1v12c0 .5.5 1 1 1h9c.5 0 1-.5 1-1V1c0-.5-.5-1-1-1zm0 13H1v-1h9v1zm-9-2V1h9v10H1z"/></svg>
<svg class="tc-image-ipad-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 20"><path d="M13.5 0h-11C1.1 0 0 1.1 0 2.5v15C0 18.9 1.1 20 2.5 20h11c1.4 0 2.5-1.1 2.5-2.5v-15C16 1.1 14.9 0 13.5 0zm-11 1h11c.8 0 1.5.7 1.5 1.5V15H1V2.5C1 1.7 1.7 1 2.5 1zM15 17.5c0 .8-.7 1.5-1.5 1.5h-11c-.8 0-1.5-.7-1.5-1.5V16h14v1.5zM9 18H7v-1h2v1z"/></svg>
<svg class="tc-image-iphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.333999633789062 38.00110626220703"><path d="M3.959 0h17.416a3.958 3.958 0 0 1 3.959 3.959v30.084A3.958 3.958 0 0 1 21.375 38H3.959A3.958 3.958 0 0 1 0 34.043V3.959A3.958 3.958 0 0 1 3.959 0zm3.958 2.376a.792.792 0 0 0-.792.792v.79c0 .439.355.793.792.793h9.5a.792.792 0 0 0 .792-.792v-.791a.792.792 0 0 0-.792-.792h-9.5zm-4.75 3.958v23.75h19V6.334h-19zm9.5 25.334a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75z"/></svg>
<svg class="tc-image-iphone-home tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM392.212 342.847h415.503c27.965 1.893 49.067 22.242 49.438 48.046v416.895c-1.982 29.059-23.122 49.012-49.438 49.365H392.212c-29.04-1.98-49.012-23.074-49.365-49.365V390.893c1.602-27.83 24.77-47.716 49.365-48.046zm69.946 94.628c-14.911.37-24.526 11.846-24.683 24.757V736.45c.387 14.886 11.809 24.6 24.683 24.756h275.61c14.918-.387 24.603-11.852 24.757-24.756V462.232c-.366-14.946-11.816-24.602-24.757-24.757h-275.61z"/></svg>
<svg class="tc-image-ipod tc-image-button" width="22pt" height="22pt" viewBox="0 0 224.00003051757812 384.10003662109375"><path d="M112 247c-17.7 0-32 14.3-32 32 0 17.6 14.3 32 32 32 17.6 0 32-14.3 32-32s-14.3-32-32-32z"/><path d="M196.4 0H27.6C12.4 0 0 12.2 0 27.7v328.7c0 15.5 12.4 27.7 27.6 27.7h168.8c15.2 0 27.6-12.2 27.6-27.7V27.7C224 12.2 211.6 0 196.4 0zm-84.3 352.1c-39.8 0-72.1-32.2-72.1-72 0-39.7 32.3-72 72.1-72 39.7 0 71.9 32.3 71.9 72 0 39.8-32.2 72-71.9 72zm79.8-189.3c-.8 7.6-7 13.2-14.7 13.2h-131C38 176 32 169.8 32 161.4V46.9c0-7.5 5-13.7 12-14.9h135.8c6.5 1.2 11.5 6.6 12.2 13.3l-.1 117.5z"/></svg>
<svg class="tc-image-isight tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 372.5-204.5 306.5-306.5 205-373 76-373-76-306.5-205T76 1332.5 0 960zm360 0q0 162 80.5 300.5t218.5 219 301 80.5 301-80.5 218.5-219T1560 960q0-163-80.5-301T1261 440.5 960 360t-301 80.5T440.5 659 360 960zm362 307q202-13 341.5-161T1203 754q0-55-11-108 73 54 115.5 137t42.5 177q0 161-114.5 275T960 1349q-133 0-238-82z"/></svg>
<svg class="tc-image-iso tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM5 9h4V5h3v4h4v3h-4v4H9v-4H5V9zm27 23H4L32 4v28zm-4-4v-3H18v3h10z"/></svg>
<svg class="tc-image-issue-closed tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14.005208015441895"><path d="M6 9.005h2v2H6v-2zm2-6H6v5h2v-5zm1.5 1.5l-1 1 2.5 2.5 4-4.5-1-1-3 3.5-1.5-1.5zm-2.5 8.2a5.71 5.71 0 0 1-5.7-5.7c0-3.14 2.56-5.7 5.7-5.7 1.83 0 3.45.88 4.5 2.2l.92-.92A6.947 6.947 0 0 0 7 .005c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7l-1.52 1.52c-.66 2.41-2.86 4.19-5.48 4.19v-.01z"/></svg>
<svg class="tc-image-issue-opened tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 1.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 7c0-3.14 2.56-5.7 5.7-5.7zM7 0C3.14 0 0 3.14 0 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V3zm0 6H6v2h2V9z"/></svg>
<svg class="tc-image-issue-reopened tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M8 8H6V3h2v5zm-2 3h2V9H6v2zm6.33-2H10l1.5 1.5c-1.05 1.33-2.67 2.2-4.5 2.2A5.71 5.71 0 0 1 1.3 7c0-.34.03-.67.09-1H.08C.03 6.33 0 6.66 0 7c0 3.86 3.14 7 7 7 2.19 0 4.13-1.02 5.41-2.59L14 13V9h-1.67zM1.67 5H4L2.5 3.5C3.55 2.17 5.17 1.3 7 1.3c3.14 0 5.7 2.56 5.7 5.7 0 .34-.03.67-.09 1h1.31c.05-.33.08-.66.08-1 0-3.86-3.14-7-7-7-2.19 0-4.13 1.02-5.41 2.59L0 1v4h1.67z"/></svg>
<svg class="tc-image-italic tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.989999771118164 8.010000228881836"><path d="M1.99 0v1h1.63l-.06.13-2 5-.34.88H0v1h5v-1H3.37l.06-.13 2-5L5.77 1h1.22V0h-5z"/></svg>
<svg class="tc-image-itunes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 256c0-46.421 11.434-89.259 34.303-128.512 22.87-39.253 53.932-70.315 93.185-93.185C166.741 11.434 209.578 0 256 0c46.421 0 89.258 11.434 128.512 34.303 39.253 22.87 70.315 53.932 93.185 93.185C500.566 166.741 512 209.578 512 256s-11.434 89.258-34.303 128.512c-22.87 39.253-53.932 70.315-93.185 93.185C345.259 500.566 302.422 512 256 512c-46.421 0-89.259-11.434-128.512-34.303-39.253-22.87-70.315-53.932-93.185-93.185C11.434 345.259 0 302.422 0 256zm51.2 0c0 56.661 19.968 104.96 59.903 144.896 39.936 39.935 88.235 59.903 144.896 59.903 56.662 0 104.96-19.968 144.896-59.903 39.936-39.936 59.903-88.235 59.903-144.896s-19.967-104.96-59.903-144.896c-39.936-39.936-88.235-59.903-144.896-59.903-56.661 0-104.96 19.967-144.896 59.903C71.168 151.04 51.2 199.339 51.2 256zm93.696 90.112c0-11.264 4.095-20.993 12.287-29.185s18.09-12.288 29.696-12.288c4.438 0 9.216.854 14.336 2.56V153.6l148.48-25.6v201.728c-.342 10.582-4.694 19.798-13.057 27.649s-17.834 11.776-28.416 11.776-19.456-3.67-26.624-11.009c-7.168-7.338-10.752-16.298-10.752-26.88 0-11.263 4.096-20.991 12.288-29.183s17.92-12.288 29.185-12.288c4.437 0 9.216.853 14.336 2.56V185.855l-102.4 18.944v137.729c0 11.263-4.096 20.991-12.288 29.183S194.047 384 182.783 384c-10.581 0-19.541-3.669-26.88-11.007s-11.007-16.299-11.007-26.88z"/></svg>
<svg class="tc-image-java tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.781002044677734 25.924999237060547"><path d="M8.581 19.883s-.982.571.699.765c2.037.232 3.079.199 5.324-.226 0 0 .59.37 1.415.691-5.033 2.157-11.39-.125-7.437-1.23zm-.615-2.815s-1.102.816.581.99c2.176.224 3.895.243 6.869-.33 0 0 .411.417 1.058.645-6.085 1.779-12.863.14-8.508-1.305zm5.185-4.775c1.24 1.428-.326 2.713-.326 2.713s3.149-1.625 1.703-3.661c-1.351-1.898-2.386-2.841 3.221-6.093 0 0-8.801 2.198-4.598 7.042zm6.656 9.672s.727.599-.801 1.062c-2.905.88-12.091 1.146-14.643.035-.917-.399.803-.953 1.344-1.069.564-.122.887-.1.887-.1-1.02-.719-6.594 1.411-2.831 2.021 10.262 1.664 18.706-.749 16.044-1.95zM9.053 14.152s-4.673 1.11-1.655 1.513c1.274.171 3.814.132 6.181-.066 1.934-.163 3.876-.51 3.876-.51s-.682.292-1.175.629c-4.745 1.248-13.911.667-11.272-.609 2.232-1.079 4.046-.956 4.046-.956zm8.383 4.685c4.824-2.506 2.593-4.915 1.037-4.591-.382.079-.552.148-.552.148s.142-.222.412-.318c3.079-1.083 5.448 3.193-.994 4.887 0 0 .075-.067.097-.126zM14.527 0s2.671 2.672-2.534 6.781c-4.174 3.296-.952 5.176-.002 7.323-2.436-2.198-4.224-4.133-3.025-5.934 1.761-2.644 6.638-3.925 5.56-8.17zm-5 25.629c4.63.296 11.74-.164 11.908-2.355 0 0-.324.831-3.826 1.49-3.952.744-8.826.657-11.716.18 0 0 .592.49 3.635.685z"/></svg>
<svg class="tc-image-javascript tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M0 0h16v16H0V0zm14.69 12.184c-.117-.73-.593-1.343-2.003-1.915-.49-.23-1.035-.39-1.198-.76-.06-.22-.07-.34-.03-.47.1-.43.61-.56 1.01-.44.26.085.5.284.65.602.69-.447.69-.444 1.17-.75-.18-.275-.27-.4-.39-.518-.417-.465-.98-.704-1.888-.686l-.47.06c-.45.114-.88.352-1.135.67-.758.86-.54 2.363.38 2.982.91.68 2.242.835 2.412 1.472.164.78-.575 1.032-1.31.943-.54-.114-.84-.39-1.168-.89l-1.213.7c.145.32.3.465.544.742 1.16 1.173 4.06 1.115 4.58-.665.02-.06.16-.468.05-1.096zM8.7 7.354H7.202c0 1.292-.006 2.576-.006 3.87 0 .822.042 1.576-.092 1.807-.22.46-.786.4-1.044.32-.264-.13-.398-.312-.553-.572-.042-.074-.074-.132-.085-.137-.406.25-.81.498-1.217.746.203.416.5.776.883 1.01.57.34 1.336.447 2.138.263.522-.15.972-.467 1.207-.946.34-.627.268-1.387.265-2.23.008-1.37 0-2.742 0-4.12z"/></svg>
<svg class="tc-image-javascript_1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.556997299194336 17.176000595092773"><path d="M4.912.27h3.751v10.514c0 4.738-2.271 6.392-5.899 6.392-.888 0-2.024-.148-2.764-.395l.42-3.036a6.18 6.18 0 0 0 1.925.296c1.58 0 2.567-.716 2.567-3.282V.27zm7.008 12.785c.987.518 2.567 1.037 4.171 1.037 1.728 0 2.641-.716 2.641-1.826 0-1.012-.79-1.629-2.789-2.32-2.764-.987-4.59-2.517-4.59-4.961C11.353 2.147 13.747 0 17.646 0c1.9 0 3.258.37 4.245.839l-.839 3.011a7.779 7.779 0 0 0-3.455-.79c-1.629 0-2.419.765-2.419 1.604 0 1.061.913 1.53 3.085 2.369 2.937 1.086 4.294 2.616 4.294 4.985 0 2.789-2.122 5.158-6.688 5.158-1.9 0-3.776-.518-4.714-1.037l.765-3.085z"/></svg>
<svg class="tc-image-jcb tc-image-button" width="22pt" height="22pt" viewBox="0 0 579.7034912109375 434.34930419921875"><path d="M436.447 204.46h-.367v-35.238h38.946c.235 0 .448.013.696.03.235.017.465.034.7.056.23.013.464.034.695.068.264.013.482.047.7.064.234.017.396.056.533.077l.162.034c.235.034.482.086.7.149.234.034.46.094.698.167.23.06.46.124.712.192.247.068.46.158.696.239.217.085.465.166.7.247.25.09.48.209.698.312.25.111.478.205.696.341.247.106.478.243.717.354.23.141.46.273.696.405a9.8 9.8 0 0 1 .696.465c.235.149.482.337.7.507.263.175.48.354.716.563.25.197.478.406.696.623.25.226.465.448.696.699.25.256.482.517.7.785.25.307.48.593.698.896.247.341.482.699.696 1.058.25.409.5.84.712 1.263.27.525.465 1.058.7 1.608.297.746.515 1.553.698 2.368.294 1.276.43 2.632.43 4.066a20.47 20.47 0 0 1-.43 4.075 17.179 17.179 0 0 1-.7 2.381 13.49 13.49 0 0 1-.698 1.6c-.213.427-.46.853-.712 1.263a12.79 12.79 0 0 1-.696 1.049c-.217.307-.448.61-.7.9-.216.273-.447.55-.698.781-.23.243-.443.482-.696.7a9.54 9.54 0 0 1-.696.631 8.065 8.065 0 0 1-.717.563c-.217.167-.465.358-.7.507a9.716 9.716 0 0 1-.695.44c-.235.145-.465.294-.696.418-.24.119-.47.251-.717.358-.217.098-.443.234-.696.341-.217.098-.448.184-.7.281-.216.089-.447.188-.698.273-.235.064-.448.154-.696.222-.23.069-.482.137-.712.201-.24.077-.465.124-.7.175-.216.051-.464.085-.698.132l-.162.034c-.136.017-.333.034-.534.077-.2.017-.435.051-.7.064-.23.022-.464.055-.695.072-.235.017-.465.034-.7.047a7.57 7.57 0 0 1-.695.034c-.25 0-.5.022-.7.022h-37.88v-.042zm-.367 59.733h42.35c.218 0 .449-.034.7-.034.213-.043.46-.043.696-.077.25 0 .465-.034.7-.043.25-.026.442-.034.698-.068.247-.026.478-.06.69-.086.257-.034.505-.068.7-.098.149-.043.286-.077.418-.106l.282-.068c.25-.026.448-.089.712-.175l.7-.2c.234-.077.464-.183.695-.252.24-.098.465-.166.7-.264s.464-.2.698-.315c.23-.115.46-.217.712-.367.25-.115.448-.235.7-.35.212-.132.48-.264.695-.401.25-.149.478-.298.7-.457.25-.141.477-.325.695-.465.25-.2.482-.367.717-.55.23-.183.46-.384.7-.584.23-.252.46-.457.71-.7.248-.264.483-.49.697-.751.25-.273.482-.542.717-.858s.46-.632.696-.981c.264-.333.465-.734.7-1.075.263-.418.46-.866.698-1.284.247-.567.495-1.101.69-1.698.299-.76.505-1.541.7-2.394a19.19 19.19 0 0 0 .499-4.45c0-1.549-.167-3.025-.5-4.433-.196-.815-.4-1.6-.698-2.385a20.609 20.609 0 0 0-.69-1.625c-.24-.448-.44-.918-.7-1.331-.235-.367-.435-.726-.7-1.092-.234-.333-.46-.666-.695-.969-.235-.281-.435-.567-.717-.824a5.208 5.208 0 0 0-.696-.768 4.228 4.228 0 0 0-.712-.666c-.24-.235-.47-.418-.7-.632-.234-.166-.464-.367-.716-.534a8.601 8.601 0 0 0-.696-.49c-.222-.149-.448-.333-.7-.474-.212-.123-.447-.273-.695-.375-.25-.149-.448-.281-.7-.35-.25-.098-.447-.252-.711-.35-.235-.098-.465-.217-.7-.315s-.46-.2-.698-.281c-.23-.086-.46-.149-.696-.252-.235-.034-.465-.132-.7-.2-.23-.06-.46-.115-.711-.175l-.282-.068c-.128-.026-.278-.06-.418-.077a13.615 13.615 0 0 0-.7-.098 2.904 2.904 0 0 1-.69-.115c-.256 0-.448-.034-.7-.034a4.66 4.66 0 0 0-.698-.06c-.235-.034-.482-.034-.696-.068-.25 0-.482 0-.7-.034h-42.35v38.229zM377.704.082H271.039c-.24.013-.47.013-.7.034l-.735.013c-.2 0-.448.017-.695.034-.24 0-.448.034-.7.034-.197.013-.448.034-.695.047-.235.017-.448.034-.7.051l-.695.064c-.235.022-.465.042-.7.059s-.478.055-.695.09l-.7.064-.7.089c-.23.034-.46.064-.695.107-.235.034-.465.068-.695.081-.235.034-.465.069-.7.115l-.695.115-.7.124c-.235.055-.465.089-.717.136-.217.047-.46.081-.695.141-.252.034-.465.086-.7.137l-.695.149c-.252.047-.465.106-.695.154-.256.051-.465.12-.7.171a6.414 6.414 0 0 0-.695.175c-.256.047-.465.115-.7.17l-.7.209-.695.179c-.252.077-.448.145-.7.209a7.538 7.538 0 0 0-.695.222c-.217.047-.448.137-.7.197l-.712.243a11.28 11.28 0 0 0-.7.235c-.235.089-.46.154-.717.256-.214.081-.443.158-.695.256-.248.068-.443.171-.695.26-.217.081-.482.183-.7.264-.252.089-.482.192-.712.273l-.7.29-.695.29c-.235.098-.465.2-.7.307-.217.102-.46.196-.7.307-.23.094-.46.218-.695.316-.235.111-.465.205-.712.341-.235.106-.448.222-.7.341l-.695.358-.7.354c-.235.12-.478.243-.7.358-.23.124-.443.239-.712.354-.217.141-.465.273-.695.397-.235.119-.465.251-.7.375-.217.137-.465.264-.695.406-.24.136-.465.269-.717.409-.235.128-.448.29-.7.423-.23.132-.443.29-.695.44-.217.141-.448.307-.7.448-.23.149-.482.298-.695.457-.235.149-.448.325-.683.474-.248.162-.46.325-.73.474-.216.162-.464.35-.7.499-.216.171-.46.354-.694.507-.235.179-.465.358-.7.534-.23.166-.46.354-.695.52-.252.192-.465.354-.7.563a6.113 6.113 0 0 0-.695.567c-.252.197-.465.371-.695.568-.24.192-.465.392-.7.597-.252.205-.465.392-.7.618-.252.218-.495.406-.695.623-.252.209-.465.435-.734.648-.214.226-.465.423-.695.649-.235.243-.448.457-.7.695-.235.226-.448.444-.695.7-.235.218-.448.474-.7.713-.235.243-.443.49-.695.734-.235.256-.465.49-.7.747s-.443.516-.7.763c-.23.273-.443.534-.695.802-.235.273-.448.546-.695.819-.252.273-.465.559-.7.849-.252.29-.482.584-.73.875-.216.298-.447.589-.7.913-.234.307-.442.632-.7.943-.23.325-.46.632-.694.955-.235.341-.448.678-.687.999-.243.358-.474.695-.7 1.058-.243.358-.457.712-.7 1.071-.23.379-.47.746-.695 1.13-.235.375-.457.781-.695 1.173-.235.406-.457.815-.7 1.221-.235.435-.457.857-.695 1.275-.24.444-.474.883-.717 1.344-.235.457-.457.93-.7 1.416-.23.49-.47.982-.712 1.494-.235.529-.457 1.058-.7 1.6-.23.563-.47 1.131-.695 1.719-.235.615-.474 1.233-.695 1.865-.256.67-.474 1.353-.7 2.018-.252.746-.474 1.498-.7 2.253-.235.849-.474 1.694-.687 2.569a55.053 55.053 0 0 0-.7 3.025 72.382 72.382 0 0 0-1.506 14.707v94.737c.5-.405.99-.832 1.506-1.241.217-.188.457-.38.7-.563.23-.167.452-.358.687-.546.243-.184.465-.354.7-.525.243-.192.46-.358.7-.52.222-.179.46-.328.695-.504.226-.149.465-.324.695-.486l.7-.482c.243-.149.465-.325.712-.457l.7-.457c.243-.158.46-.303.717-.44.222-.162.46-.29.695-.435.243-.149.465-.278.7-.418.24-.137.46-.273.695-.41.243-.128.465-.29.695-.406.243-.145.457-.273.7-.392l.7-.375.687-.371c.252-.123.465-.26.695-.384.256-.115.465-.231.7-.35l.7-.367.73-.345.7-.346c.23-.106.442-.222.694-.325l.695-.325.7-.325.7-.307.695-.312.7-.29.695-.29.7-.281.695-.273.734-.269c.2-.085.443-.183.695-.273l.7-.264c.2-.089.443-.179.7-.261.23-.081.443-.175.695-.256l.695-.243.7-.252c.235-.068.465-.158.695-.243l.7-.243c.235-.068.46-.149.695-.217l.7-.222.73-.226.682-.197.695-.209.7-.196.695-.205.7-.201 1.413-.371.862-.205.7-.17.695-.175.7-.162.695-.179.7-.166.7-.158.73-.149.694-.154.7-.149.695-.158 1.382-.269.712-.145.7-.128.695-.136.695-.128.717-.115.7-.123.712-.115 1.395-.231.7-.089.695-.115.7-.098.695-.089.7-.098.7-.081.695-.09.695-.102.7-.086.695-.089.717-.081.7-.072.695-.081.7-.068.695-.086.695-.051.7-.072 1.395-.137.7-.047 1.413-.103.69-.042.7-.051.7-.047.718-.034.695-.047 3.486-.171.683-.038.7-.017.734-.034.69-.013.7-.017.7-.013.696-.022h.7l1.395-.025.695-.022h.7l.73-.013h7.674l.7.013h.698l.69.022.7.013h.699l.73.013h.7l.698.022.696.013.696.017.7.013.695.017.7.013.698.034.69.043h.368l.333.013.734.034.696.013.7.034.698.056.69.034.7.03 1.399.102.696.056 1.395.102.696.068.7.064.698.051.696.072.717.051.696.064 1.413.136.7.072.695.09.717.064.696.086.7.064 1.39.179.7.081.71.086.7.089.699.081.696.086.7.098.71.09.7.102.699.094.696.103.696.123.717.081.7.103.69.107.7.115.698.102.712.102.7.107.695.115.683.123.696.115.734.115.7.115.695.145.7.115.695.123.696.133.7.115.698.128.696.133.696.115.7.141.698.149.696.137.7.141.698.128.73.145.696.128.7.149.695.145.7.128.698.162.726.128.7.149.698.158.696.149.7.162.698.149.69.162.7.149.699.175.73.166.7.149.698.175.7.171v30.635l-.7-.354-.7-.346-.698-.354-.73-.337-.7-.341-.698-.358-.69-.325-.7-.341-.7-.324-.695-.325-.7-.328-.698-.325-.726-.298-.7-.303-.698-.307-.696-.307-.7-.307-.695-.29-.73-.29-.7-.286-.698-.29-.696-.29-1.4-.546-.695-.264-.696-.26-.7-.256-.698-.252-.696-.243-.696-.256-.7-.235-.695-.226-.7-.243-.733-.214-1.378-.448-.696-.218-.7-.226-.711-.209-.7-.197-.698-.209-.69-.201-.7-.188-.717-.183-.696-.192-.696-.162-.7-.175-1.412-.345-.7-.167-.695-.158-1.4-.298-.711-.141-.7-.137-.69-.141-.7-.136-.698-.115-.696-.141-.717-.115-.696-.115-.7-.145-.698-.094-.712-.103-.696-.107-1.413-.2-.7-.089-.698-.098-.696-.069-.696-.081-.7-.069-.695-.089-1.033.175-.7-.068-.69-.047-.687-.077-.69-.047-.44-.034-.264-.013-.7-.056-.716-.034-.696-.03-.696-.034-.7-.043-.698-.013-.696-.017-.696-.013h-.7l-.716-.017h-1.392l-.717.017h-.696l-.717.013c-.217 0-.443 0-.7.017-.25.013-.442.013-.698.038l-1.39.069-.7.047-.696.055c-.217.013-.448.034-.7.047s-.443.034-.7.068l-.7.072-.69.089-.7.064-.7.098-.696.107-.7.103c-.23.034-.443.068-.712.115-.217.034-.465.068-.7.111-.23.047-.46.081-.69.128-.24.047-.47.069-.7.137-.257.034-.47.085-.718.141l-.7.137c-.23.064-.443.115-.695.175l-.695.167c-.24.047-.448.115-.7.17-.235.06-.482.12-.678.175-.252.068-.47.128-.734.205l-.7.196c-.214.056-.46.137-.695.209-.24.081-.465.136-.7.217-.23.068-.46.158-.7.226-.23.081-.46.149-.69.239-.24.085-.47.166-.7.264a6.577 6.577 0 0 0-.7.256c-.236.098-.462.192-.696.273-.235.081-.465.179-.7.273-.252.098-.465.196-.695.298-.256.107-.465.209-.7.303-.235.111-.46.226-.7.329-.248.098-.46.222-.695.337-.248.128-.465.226-.73.345-.234.115-.447.243-.7.354-.234.124-.46.243-.694.359-.235.115-.465.256-.7.388-.235.141-.443.273-.7.392-.23.141-.443.29-.695.435-.23.132-.448.277-.695.439-.235.149-.465.307-.7.44-.235.149-.448.324-.695.473-.235.175-.448.325-.7.504-.235.167-.46.337-.695.507-.252.175-.465.358-.7.546a6.971 6.971 0 0 0-.7.559c-.248.205-.478.371-.695.576-.235.209-.465.393-.7.619-.23.196-.46.423-.695.623-.235.226-.465.448-.695.683-.24.226-.482.47-.7.687-.235.256-.465.495-.7.747-.235.256-.46.512-.695.772-.235.248-.465.521-.7.815-.23.269-.46.554-.695.845-.235.307-.465.597-.7.905-.23.325-.478.644-.712.956-.252.345-.465.674-.695 1.016-.256.375-.482.713-.717 1.088-.235.367-.465.773-.7 1.182-.23.405-.478.827-.695 1.255-.235.461-.482.905-.7 1.378-.264.482-.482.99-.712 1.502a34.138 34.138 0 0 0-.7 1.634 35.506 35.506 0 0 0-.695 1.869 41.279 41.279 0 0 0-.7 2.125c-.252.84-.495 1.685-.7 2.56a46.576 46.576 0 0 0-.695 3.298 55.748 55.748 0 0 0-.712 5.133 63.944 63.944 0 0 0-.298 6.264c0 2.146.098 4.258.298 6.264.166 1.767.397 3.461.712 5.125.2 1.101.418 2.21.695 3.286.205.883.448 1.733.7 2.568.217.726.448 1.425.7 2.125a41 41 0 0 0 .695 1.861c.217.534.448 1.067.7 1.668.217.465.443.99.712 1.493.2.435.435.901.7 1.365.217.392.465.824.695 1.224.217.367.465.785.7 1.165.235.367.46.751.717 1.092.214.358.443.666.695.998.235.333.443.632.712.981.217.315.465.593.7.918.235.298.465.559.695.858.235.264.465.534.7.802.235.281.46.525.695.768s.465.49.7.751c.217.226.46.443.7.691.23.235.46.448.695.683.235.2.465.435.695.632.235.2.465.384.7.601.217.209.448.358.695.601.217.158.448.341.7.525.217.2.448.367.7.534.235.166.443.367.695.49.235.183.465.358.7.507.248.123.46.298.695.457.235.149.465.298.7.435.248.106.465.298.695.418.252.115.465.315.695.418.256.132.465.281.7.401.235.132.465.264.7.384s.46.226.695.341c.252.141.465.264.7.367.248.115.482.235.73.333.234.141.447.235.694.367.2.098.452.217.7.315.235.115.443.217.7.315.23.115.443.217.695.315.235.086.448.183.7.281.235.068.46.2.695.273.235.089.465.175.7.29.23.068.46.158.7.226.23.077.46.175.69.26.24.068.47.141.7.217.236.089.462.158.7.226.236.068.462.149.696.217.24.068.482.132.7.2.23.086.465.149.734.217.197.034.443.098.678.166.252.034.46.115.7.166l.695.166c.252.068.465.098.695.166.256.068.465.098.7.132.248.068.46.115.717.149.23.068.46.098.7.149.23.043.46.077.69.132.236.034.47.089.7.123.236.034.462.077.713.106.222.034.47.068.7.098l.695.089.7.115.7.068.69.086.7.068c.257.034.449.068.7.068.253.034.483.034.7.068l.696.043.7.06.7.034.69.051c.256 0 .448 0 .7.043h.698l.717.026h4.22l.696-.026h.696l.7-.043.698-.051 1.39-.068.718-.026.7-.043.263-.034.44-.034.69-.034.687-.086.69-.051.7-.06.699-.077.696-.098.7-.068.698-.06.69-.098.7-.106.699-.089.7-.098.73-.149.698-.115 2.09-.295.7-.149.73-.115.699-.115.696-.149.696-.132.7-.166.698-.132.696-.166.696-.132.7-.158.695-.175.7-.149.733-.183.696-.158 1.395-.367.696-.2.7-.166 1.398-.435.69-.2.7-.2.734-.2.696-.2.7-.243.698-.217 1.378-.478.69-.226.7-.235.699-.252.696-.252.712-.264.7-.235 1.398-.529.696-.281.696-.273.7-.264.695-.281 1.4-.563.71-.315.7-.298.712-.281.696-.315.7-.315.698-.307.712-.298.7-.333.695-.35.7-.315.71-.333.7-.333.699-.35.69-.35.7-.333.717-.325.696-.367.696-.333.7-.367v30.609l-.7.166-.696.183-.696.166-.717.183-.7.166-.69.166-.7.166-.698.132-.712.166-.7.166-.912.567-.7.149-.698.123-.696.149-.696.175-.7.123-.73.175-.698.123-.7.166-1.39.264-.7.098-2.785.529-.7.149-.698.115-.717.115-.696.149-.696.098-1.4.264-.711.115-.7.115-.695.132-.7.089-.695.068-.717.141-.7.089-.69.098-1.4.231-.716.098-.69.098-.7.132-.7.086-.698.098-.712.098-.696.115-.7.098-.698.068-.69.098-.722.086-.696.086-.696.077-.7.089-.695.06-.7.106-1.412.137-.678.086-.7.077-.73.077-.698.068-.7.043-.69.055-.691.068-.7.034-.698.077-.696.06-.7-.026-.698.06-.69.034-.7.068-.7.034-.695.051-.7.034-.73.034-1.394.068h-.346l-.354.017-1.395.034-2.09.103h-.7l-.734.034h-.696l-.696.034h-.7l-.695.034h-2.83l-.698.034h-7.347l-.695-.034h-1.395l-.734-.034h-.7l-.7-.034h-.69l-2.096-.103-.7-.017-2.09-.103-.667.098-2.09-.103-.7-.043-.696-.06-.7-.051-.695-.034-.7-.068-.73-.034-.7-.06-.7-.068-.694-.043-.7-.068-.695-.077-.695-.086-.683-.068-.695-.086-.7-.068-.717-.115-.695-.068-.7-.106-.695-.06-2.095-.295-.695-.051-.7-.115-1.395-.197-.695-.132-.695-.115-.717-.115-.7-.132-.712-.132-.7-.098-.695-.089-.7-.141-.712-.132-1.4-.264-.694-.149-.695-.158-.7-.149-.712-.175-.7-.158-.695-.149-.7-.166-.7-.183-.712-.166-.695-.2-.7-.183-.695-.217-.738-.179-1.395-.401-.7-.192-.695-.217-.695-.235-.717-.149-.683-.2a6.771 6.771 0 0 0-.695-.252c-.252-.086-.465-.166-.7-.252l-.5-.333-.728-.235c-.235-.098-.448-.166-.695-.264-.235-.068-.448-.183-.7-.26l-.695-.273c-.235-.089-.448-.2-.7-.264l-.7-.273-1.39-.563-.7-.315-.696-.298-.7-.298-.695-.298-2.095-.998c-.235-.089-.465-.235-.712-.333l-.7-.341-.712-.35-.7-.35a6.346 6.346 0 0 0-.7-.35c-.23-.132-.46-.281-.695-.367l-.7-.392-.695-.358-.695-.273c-.243-.132-.465-.281-.7-.401-.243-.141-.465-.298-.7-.401l-.695-.418c-.243-.149-.457-.315-.7-.418a5.916 5.916 0 0 0-.712-.435l-.7-.465c-.243-.149-.452-.333-.712-.457l-.7-.448c-.24-.183-.474-.367-.695-.499-.243-.166-.474-.35-.7-.482-.243-.183-.457-.35-.7-.499-.24-.158-.452-.367-.695-.525-.243-.175-.452-.367-.695-.55s-.474-.35-.7-.55c-.507-.418-1.02-.832-1.498-1.267v167.1H308.3c.24 0 .465 0 .7-.009.23-.026.464-.026.698-.026.23 0 .46-.017.7-.017l.69-.034.7-.051c.234-.017.46-.017.698-.026.235-.026.46-.034.696-.06l.712-.068c.217-.026.465-.026.7-.06.25-.034.464-.077.71-.106.24-.034.47-.034.7-.068.235-.034.46-.068.699-.089l.696-.098c.235-.034.465-.077.717-.106.247-.034.448-.077.696-.106.25-.043.448-.077.7-.132l.698-.123.69-.123c.257-.068.483-.098.7-.149.25-.034.448-.086.717-.149l1.395-.333c.235-.034.46-.098.696-.166s.465-.115.7-.183c.23-.068.46-.115.71-.2.218-.086.449-.115.7-.183l.696-.2.7-.192c.25-.077.477-.141.698-.243.23-.06.443-.123.712-.2.235-.098.46-.183.7-.252l.69-.273.7-.235c.234-.086.47-.166.698-.252.235-.086.46-.183.717-.281.23-.068.443-.183.696-.264.213-.086.448-.183.696-.298l.7-.298.698-.273.712-.325c.217-.089.46-.217.7-.333.234-.089.46-.192.695-.333.217-.123.465-.226.7-.341.23-.098.46-.217.698-.35.23-.098.46-.252.69-.367.236-.115.47-.264.7-.367l.699-.367.696-.358.7-.392a6.53 6.53 0 0 1 .695-.375c.25-.141.465-.298.696-.401.25-.166.504-.298.7-.418.25-.149.447-.298.698-.418.25-.132.448-.315.7-.448.263-.149.442-.307.73-.448.216-.123.442-.298.695-.426.235-.132.435-.333.7-.499.234-.149.442-.333.695-.465.25-.183.448-.35.7-.499.25-.166.447-.35.698-.499.247-.158.443-.367.73-.525a9.88 9.88 0 0 1 .696-.542c.235-.158.435-.341.7-.559.234-.166.43-.35.695-.55.235-.217.448-.35.7-.601.25-.183.447-.35.698-.55.247-.226.443-.435.696-.623.25-.235.465-.401.696-.632.256-.217.465-.418.7-.632.246-.235.447-.435.73-.666.238-.235.434-.448.698-.691.235-.243.448-.448.7-.7.23-.235.442-.465.695-.7.25-.264.443-.499.696-.734.256-.26.448-.517.7-.768.234-.226.447-.517.695-.76.24-.281.465-.534.7-.802.23-.298.442-.567.698-.841.23-.298.443-.593.7-.883.23-.298.442-.584.69-.866.235-.333.448-.618.7-.935.234-.307.447-.632.698-.943.235-.315.46-.649.696-.969.235-.35.465-.683.734-1.015.23-.367.43-.691.7-1.058.196-.367.43-.717.69-1.067.24-.367.448-.734.687-1.127.247-.401.46-.768.678-1.182.264-.418.482-.815.7-1.25.263-.418.472-.841.71-1.293.248-.418.483-.901.697-1.365.25-.448.482-.935.7-1.425.25-.482.477-1.015.698-1.502.247-.559.478-1.075.69-1.642.287-.584.483-1.152.722-1.75.264-.632.46-1.259.696-1.907.264-.7.478-1.391.696-2.074.264-.768.482-1.549.7-2.325.263-.901.48-1.8.695-2.692.298-1.067.5-2.168.712-3.26a67.02 67.02 0 0 0 .7-4.327c.383-3.059.6-6.149.6-9.267V.087h-1.95zm-200.236 0H70.772c-.235 0-.452.013-.695.034l-.704.013c-.235 0-.457.017-.695.034-.235 0-.457.034-.7.034-.235.013-.457.013-.687.047l-.717.051-.695.064c-.243.022-.482.042-.717.059-.226.017-.465.055-.695.069l-.7.081-.695.089c-.243.034-.465.047-.7.106a7.845 7.845 0 0 1-.695.081c-.243.034-.465.068-.7.115l-.7.115c-.24.042-.478.077-.712.123-.243.055-.465.089-.695.137s-.465.081-.7.141c-.243.047-.482.103-.712.15l-.7.149c-.243.06-.457.111-.717.158-.226.047-.452.115-.695.166-.243.06-.457.111-.7.179-.243.064-.47.115-.695.162l-.712.192c-.243.064-.457.115-.7.196-.243.072-.457.141-.7.205-.222.068-.457.136-.695.226-.243.064-.457.149-.7.213l-.695.243-.717.243c-.24.081-.452.149-.695.251-.226.073-.457.158-.7.243-.24.081-.457.167-.695.256l-.542.264-.712.273-.7.29c-.243.098-.46.192-.7.295-.222.094-.46.217-.695.325-.243.102-.482.196-.712.307-.243.098-.465.214-.7.316-.243.123-.465.226-.695.35a6.873 6.873 0 0 0-.7.354l-.7.367a4.169 4.169 0 0 0-.695.346c-.243.128-.457.243-.717.367-.226.115-.46.248-.695.371-.243.115-.482.264-.695.389-.243.136-.457.251-.7.375-.243.128-.457.29-.7.406-.24.136-.474.273-.712.409-.243.132-.457.29-.7.418-.243.145-.452.294-.696.426a8.58 8.58 0 0 1-.7.448c-.24.149-.452.307-.696.456-.243.15-.474.325-.696.47-.243.162-.457.325-.717.503-.226.15-.457.325-.7.487l-.696.516c-.243.167-.457.354-.7.525-.243.188-.47.358-.713.52-.243.192-.457.367-.696.563-.24.192-.457.358-.7.563-.218.183-.457.392-.7.593-.234.188-.457.371-.696.598-.234.188-.457.392-.717.598-.214.196-.452.405-.696.606-.234.226-.457.435-.717.648-.218.222-.452.431-.696.645-.234.243-.457.456-.7.699-.234.222-.457.457-.696.7-.234.234-.457.473-.7.712-.234.239-.47.486-.7.726-.23.26-.47.503-.713.746-.234.26-.452.517-.696.768-.234.273-.457.534-.717.806-.234.264-.457.538-.7.815-.23.269-.452.563-.696.845-.234.294-.474.584-.7.875-.23.286-.47.597-.687.896-.243.307-.46.619-.717.943-.222.325-.46.632-.696.956-.243.346-.465.683-.7.999-.24.35-.478.695-.696 1.037-.26.358-.482.713-.713 1.071-.243.367-.465.76-.7 1.114-.243.392-.465.781-.7 1.173-.24.406-.478.815-.696 1.221-.243.435-.482.857-.7 1.275-.243.444-.478.896-.696 1.344-.243.457-.482.93-.717 1.416-.24.49-.46.982-.696 1.494-.243.529-.465 1.058-.696 1.583-.243.581-.482 1.144-.7 1.715-.26.618-.457 1.233-.7 1.851-.243.687-.47 1.365-.713 2.043-.243.746-.457 1.498-.7 2.253-.243.849-.487 1.694-.696 2.569a63.532 63.532 0 0 0-.7 3.025A72.653 72.653 0 0 0 .005 72.492v178.726c.507.264 1.002.465 1.498.717l.7.35.696.325.7.333.713.333 1.4.666.695.298.696.35.717.273.696.333.7.298.696.298.7.315.7.281.713.298.696.298.7.298.696.29.717.264.687.298.7.252.696.281.7.252.717.281.696.264.713.235.7.264.7.235.696.243.7.29.696.226.717.2.696.273.717.209.696.235.7.217 1.395.401.713.217.7.183.696.217.7.2.717.183.696.158.696.209.7.158.696.2.7.166.712.183.7.166.7.183.695.132.695.166.717.132.695.132.7.166.7.132.695.149.7.098.712.123.695.106.7.141.7.106.712.123.7.098.695.077.7.089.687.098.726.098.687.077.7.06.695.086 1.395.137.717.034.695.068.7.034.695.068h.717l.695.051 2.112.103h1.413l.695.034h2.094l.7-.034h.695c.243 0 .474-.034.712-.034.243-.034.457-.034.7-.034.243-.034.457-.034.717-.086.222 0 .452 0 .695-.034s.457-.034.7-.068l.695-.068c.243-.034.452-.068.695-.098.243 0 .457-.026.7-.086l.7-.098c.235-.026.452-.098.695-.132.235-.034.457-.098.7-.132.23-.034.47-.089.712-.123.235-.043.457-.106.7-.141.23-.068.452-.123.695-.158.217-.068.457-.141.695-.209.24-.086.457-.115.7-.175.235-.068.474-.132.7-.2.235-.086.457-.149.712-.217.217-.068.457-.166.7-.235.23-.098.452-.166.695-.235.235-.098.457-.2.7-.264.235-.098.452-.183.69-.281s.479-.2.713-.315c.243-.098.465-.2.695-.298.243-.098.465-.226.7-.325.226-.106.465-.235.695-.35.243-.132.482-.243.7-.35.243-.132.478-.264.695-.401.243-.098.465-.235.717-.367.226-.132.465-.281.695-.418.243-.132.465-.315.7-.418.243-.166.465-.35.695-.465.243-.158.465-.333.7-.49.24-.166.465-.367.695-.534.243-.166.465-.35.7-.534.243-.2.457-.384.7-.584.26-.217.478-.435.712-.623.243-.217.457-.418.695-.666.243-.252.457-.448.7-.734.243-.252.474-.499.712-.734.243-.281.457-.534.7-.802.243-.307.474-.567.717-.875.243-.333.452-.632.695-.969.243-.298.474-.632.7-.998.24-.367.47-.726.695-1.092a37.6 37.6 0 0 0 .695-1.199c.243-.448.474-.926.7-1.365.243-.474.474-1.024.7-1.523.256-.601.47-1.144.695-1.775.26-.7.49-1.399.7-2.125.273-.918.503-1.817.695-2.791.325-1.531.56-3.111.717-4.711.098-1.267.15-2.56.15-3.909v-83.955h62.254v83.976c0 2.449-.098 4.842-.337 7.215a68.517 68.517 0 0 1-.7 4.983c-.21 1.084-.426 2.202-.7 3.277-.205.883-.44 1.75-.695 2.59a53.739 53.739 0 0 1-.7 2.159c-.226.632-.44 1.233-.695 1.869a34.776 34.776 0 0 1-.712 1.659c-.226.534-.457 1.05-.7 1.523-.226.474-.457.96-.717 1.399-.222.435-.452.883-.695 1.301-.243.401-.457.802-.7 1.165-.243.358-.452.76-.695 1.127-.226.333-.452.7-.695 1.033-.243.358-.457.691-.7 1.024-.235.315-.457.632-.7.952-.235.298-.452.584-.695.866a12.92 12.92 0 0 1-.7.824c-.217.281-.452.567-.695.849-.217.264-.457.517-.7.768-.23.264-.452.482-.712.734-.217.235-.457.448-.695.691-.222.235-.443.448-.7.7-.217.235-.457.418-.7.632-.235.235-.457.418-.695.666-.235.192-.457.375-.687.576-.243.183-.465.35-.726.576a6.632 6.632 0 0 1-.69.542c-.227.217-.462.367-.7.534-.223.217-.462.367-.696.534-.243.166-.465.333-.695.49-.243.166-.465.333-.717.474a3.516 3.516 0 0 1-.695.443c-.243.183-.465.35-.7.465a6.663 6.663 0 0 1-.695.448c-.243.132-.465.281-.7.401-.243.149-.465.298-.7.392a4.422 4.422 0 0 1-.712.418 4.987 4.987 0 0 1-.695.384c-.226.115-.465.252-.7.367-.243.132-.465.264-.695.367a9.337 9.337 0 0 1-.717.35c-.226.115-.465.252-.7.367-.222.098-.452.2-.695.315-.226.123-.457.235-.695.367l-.7.333-.712.298c-.226.106-.457.209-.7.341-.243.086-.474.183-.717.281l-.695.298-.7.298c-.24.098-.452.166-.695.264a4.936 4.936 0 0 1-.695.281c-.226.098-.474.183-.7.281l-.717.264c-.24.068-.452.158-.695.226-.243.106-.457.175-.717.264l-.695.252-.695.235c-.243.086-.474.149-.7.217l-.7.235-.712.2c-.217.068-.457.166-.7.235l-.695.217c-.217.068-.457.098-.7.166-.235.068-.47.132-.712.217l-.7.158c-.235.077-.457.175-.695.209-.217.06-.457.123-.7.2l-.695.158a4.946 4.946 0 0 1-.7.166c-.23.077-.452.115-.712.183l-.7.132c-.235.068-.457.098-.695.183l-.7.132-.687.132a9.386 9.386 0 0 0-.7.166l-2.095.397c-.256.034-.46.098-.695.132-.243.034-.482.068-.717.115l-.695.098c-.226.068-.465.089-.695.132l-1.4.214-.711-.35c-.226.034-.443.086-.7.089l-.695.123-.7.06-.695.106-.73.123-1.394.179-.695.086-.7.068-.7.094-.7.068-.695.077-.7.068-.695.022-.717.068-.695.068-.717.026-.695.043-.7.034-1.413.103-.61.086-.695.051-.695.034-.7.022h-.695l-2.812.137h-.695l-.695.034h-.7l-.717.034h-.695l-.7.034H69.36l-.695-.034h-2.112l-.695-.034h-.717l-.687-.034h-.7l-.695-.034h-.7l-2.808-.137-.618-.086-2.82-.137-.7-.051-.7-.034-.695-.043-.717-.06-.695-.034-.7-.068-.695-.026-.7-.068-.695-.043-.717-.068-.7-.017-.7-.086-.695-.043-.61-.115-.712-.068-.7-.06-.7-.055-.695-.068-.712-.068-.7-.106-1.395-.154-.7-.06-.695-.068-.717-.086-1.39-.197-.7-.068-.7-.098-.713-.068-.7-.098-1.395-.171-1.39-.197-.718-.068-.7-.098-.696-.132-.7-.086-.713-.098-1.395-.214-.7-.098-.696-.123-.717-.106-.696-.098-.717-.089-.696-.132-.7-.106-.696-.123-.7-.115-.7-.132-.713-.115-.696-.132-.717-.132-.7-.132-.696-.115-.7-.132-.687-.115-.717-.132-.696-.132-.7-.141-.696-.175-.713-.149-.7-.158-.7-.141-.696-.132-1.395-.298-.717-.158-.696-.149-.696-.166-.7-.149-.7-.2-.713-.166-2.095-.499c-.986-.281-1.498-.401-1.498-.401v152.525h107.742c.235 0 .474 0 .717-.034h.695c.222 0 .457-.034.7-.034l.7-.034.695-.051c.235-.017.457-.017.7-.034.23-.009.452-.034.695-.043l.69-.077c.24-.034.462-.034.696-.068.243-.034.465-.068.7-.098.243-.026.46-.026.712-.06.243-.034.465-.089.7-.115l.695-.068c.226-.034.465-.068.7-.115.24-.034.46-.089.695-.115.243-.051.465-.089.7-.123l.712-.123c.226-.034.465-.098.7-.132.243-.068.465-.098.695-.132.243-.034.465-.098.7-.166l.712-.166.7-.166c.243-.051.46-.115.7-.183.222-.034.452-.098.695-.166s.452-.115.695-.183c.243-.098.457-.132.717-.2l.695-.2.717-.2c.226-.068.457-.123.7-.226.24-.077.452-.149.695-.226.243-.098.457-.158.695-.226l.7-.281.695-.235c.243-.068.474-.166.717-.264.243-.068.457-.166.7-.264.24-.086.452-.149.712-.252.243-.098.457-.217.7-.315.226-.068.452-.2.695-.298l.695-.29.7-.325c.235-.089.457-.192.717-.307.217-.098.452-.235.695-.333.235-.132.457-.235.7-.333.23-.132.452-.235.695-.367.252-.115.47-.217.712-.35.235-.115.457-.252.7-.35l.7-.358c.217-.141.452-.264.695-.409.235-.132.457-.26.7-.341.23-.149.47-.281.695-.401.235-.132.457-.264.717-.418.214-.132.452-.281.695-.401.235-.132.474-.298.695-.435.24-.166.457-.29.7-.418.235-.175.457-.315.7-.465.235-.132.474-.29.717-.443.214-.141.452-.325.687-.465.24-.166.46-.333.695-.465.226-.166.465-.35.7-.499.243-.2.478-.367.7-.517.24-.183.46-.341.695-.525.243-.183.465-.358.712-.517.226-.183.465-.367.7-.567.243-.166.465-.367.695-.567.243-.2.465-.367.7-.567.243-.235.46-.392.695-.601.243-.209.465-.392.7-.623.243-.2.457-.401.7-.632.243-.2.452-.401.695-.666.243-.2.452-.401.695-.632.243-.26.457-.443.7-.7.243-.226.457-.457.695-.691.243-.264.474-.448.717-.7.243-.264.457-.499.7-.734.24-.264.452-.49.712-.76.243-.264.457-.542.695-.802.243-.264.457-.534.7-.802.243-.281.474-.567.695-.824.243-.298.457-.567.7-.866s.457-.567.7-.901c.24-.315.457-.593.695-.918.243-.298.457-.61.7-.926.243-.35.452-.666.695-.981.235-.367.474-.7.7-1.033.23-.367.47-.691.695-1.058.235-.35.474-.734.717-1.067.235-.358.452-.768.695-1.135.235-.341.474-.76.7-1.144.23-.418.47-.849.695-1.259.235-.426.457-.841.7-1.284.23-.435.47-.918.695-1.365.235-.465.457-.952.7-1.433.235-.49.47-1.007.695-1.51.235-.55.474-1.075.69-1.625.26-.601.483-1.152.722-1.775.235-.632.457-1.267.69-1.882.24-.691.479-1.391.696-2.091a64.02 64.02 0 0 0 .7-2.342c.26-.901.495-1.784.695-2.701a54.85 54.85 0 0 0 .7-3.234c.273-1.433.517-2.893.712-4.356.375-3.034.6-6.135.6-9.267V.069h-1.63zm400.768 0H471.33a7.96 7.96 0 0 0-.696.034l-.7.013c-.23 0-.447 0-.698.017-.247 0-.478.03-.712.03-.217.022-.46.034-.696.055l-.717.034-.696.064a9.829 9.829 0 0 0-.7.069c-.23.022-.481.055-.711.077l-.7.069a8.947 8.947 0 0 0-.698.081c-.23.034-.46.051-.712.086-.235.042-.448.072-.696.106-.24.017-.448.069-.712.098l-.7.115c-.234.034-.464.068-.698.111-.235.047-.46.094-.7.132-.23.034-.46.081-.695.132l-.708.141-.696.149c-.235.051-.465.115-.696.162a5.893 5.893 0 0 0-.7.167c-.25.068-.494.115-.698.175l-.696.184a6.287 6.287 0 0 0-.73.192c-.235.068-.465.115-.7.196-.212.069-.464.141-.695.209-.24.069-.465.137-.7.201-.25.072-.464.141-.698.222l-.73.226c-.217.081-.465.149-.7.231-.23.081-.46.158-.695.256-.235.068-.448.175-.696.243-.25.085-.448.171-.7.251l-.698.273-.73.273c-.217.081-.435.179-.7.29-.23.081-.442.179-.695.286-.235.103-.448.197-.696.298-.24.111-.435.209-.7.307-.25.106-.447.222-.698.325-.25.103-.443.226-.7.346l-.69.337c-.256.115-.448.243-.7.354-.25.115-.447.243-.698.354-.247.119-.448.243-.73.358-.217.123-.435.26-.7.375-.23.115-.43.256-.698.375-.23.12-.443.269-.69.384-.24.145-.44.273-.7.423-.235.128-.435.264-.7.405-.246.137-.447.29-.695.427l-.7.44a9.272 9.272 0 0 1-.733.457l-.69.448-.7.474c-.235.149-.47.325-.7.49l-.695.499c-.24.171-.465.342-.7.508-.23.175-.464.341-.698.516l-.696.542-.696.55c-.235.183-.482.371-.7.555-.234.192-.46.375-.698.584-.235.209-.46.392-.696.597-.235.197-.465.406-.734.606-.23.205-.443.418-.696.619-.235.222-.465.426-.683.644-.25.217-.482.426-.712.653-.235.214-.46.44-.7.679-.23.217-.46.456-.711.7-.247.231-.46.474-.7.712-.246.248-.46.486-.695.726-.217.251-.465.495-.7.746-.25.252-.477.529-.698.781-.247.261-.478.507-.712.785s-.46.55-.696.837c-.235.286-.465.554-.7.832-.23.294-.464.584-.695.862-.235.307-.482.618-.7.926-.234.303-.46.615-.695.921-.235.325-.482.64-.7.965-.23.325-.46.665-.711 1.002-.217.341-.448.7-.7 1.037-.246.363-.481.717-.695 1.075-.25.371-.482.746-.7 1.118-.25.393-.477.781-.711 1.157l-.7 1.229c-.23.406-.46.827-.698 1.28-.23.44-.46.879-.69 1.336-.265.482-.47.943-.718 1.416-.25.495-.482.986-.7 1.506-.25.521-.442 1.071-.698 1.596a30.739 30.739 0 0 0-.696 1.72 53.582 53.582 0 0 0-.696 1.851 48.317 48.317 0 0 0-.7 2.043c-.25.729-.481 1.493-.711 2.24-.235.84-.47 1.702-.7 2.551a72.532 72.532 0 0 0-.716 3.046 73.417 73.417 0 0 0-1.494 14.763v75.144l108.923.179.696.034.435.034.965.047.696.06 1.395.102.696.081.7.068.698.09 1.43.166.695.103c.235.034.448.077.696.123l.7.115c.25.034.464.085.698.137.264.038.46.106.7.141l.69.133c.264.051.482.119.734.158.247.055.448.115.7.171l.695.188c.264.051.465.115.7.171.263.069.46.128.698.205.264.069.478.133.69.218.265.072.47.141.7.209.264.081.46.149.699.243.264.064.46.149.73.231.24.069.448.175.7.256.25.081.46.17.698.26.23.094.46.183.69.29.265.098.483.184.7.298.235.107.46.192.734.29.235.123.448.226.696.325.24.102.448.243.7.346.196.098.442.226.698.354.23.115.46.243.69.354.24.115.47.261.7.375.235.128.47.269.699.406.235.141.482.29.696.426.24.162.465.29.7.448.23.149.48.307.698.457.23.149.46.325.726.487.205.179.448.345.7.516.234.184.447.354.698.559.235.175.46.371.7.58.234.192.46.389.695.619.23.197.465.418.683.644.247.217.46.44.712.67.235.261.465.504.696.743.24.264.482.507.717.781.25.273.478.555.696.827.256.307.482.598.717.905.235.337.482.649.7.977.23.367.46.712.695 1.079.235.393.482.781.696 1.186.24.443.482.896.7 1.365.263.507.48 1.037.698 1.578.264.632.495 1.263.712 1.912.25.802.5 1.63.7 2.483a33.95 33.95 0 0 1 .71 4.216c.099 1.13.168 2.299.168 3.503 0 1.127-.068 2.253-.167 3.379-.145 1.413-.367 2.791-.712 4.13-.2.84-.423 1.668-.7 2.47-.216.644-.442 1.28-.711 1.911-.217.52-.435 1.071-.7 1.591-.216.478-.46.939-.698 1.395-.213.41-.46.819-.696 1.233-.235.371-.465.726-.696 1.105-.217.354-.465.7-.7 1.019-.234.325-.46.623-.716.935-.217.286-.443.581-.696.87-.235.269-.448.537-.717.798-.213.261-.46.517-.696.763-.235.243-.465.482-.712.721-.217.222-.452.444-.683.679-.235.209-.46.427-.696.631-.24.205-.465.405-.7.614-.23.184-.464.375-.698.559-.25.188-.46.358-.7.546-.246.167-.46.341-.725.504-.217.175-.47.328-.7.482-.234.149-.46.315-.698.457-.213.149-.46.286-.696.44-.23.137-.465.286-.7.418-.23.132-.46.269-.698.388a4.684 4.684 0 0 1-.69.345c-.236.132-.47.251-.7.367-.25.128-.46.231-.7.367-.246.115-.46.214-.695.345-.25.115-.443.218-.734.311-.217.102-.435.205-.7.298-.23.089-.43.205-.69.298-.24.069-.448.184-.7.269-.25.085-.447.162-.698.248-.247.085-.46.149-.73.251-.24.069-.435.149-.7.234-.23.069-.434.132-.698.218a6.832 6.832 0 0 1-.69.218c-.24.064-.44.128-.7.196-.235.072-.435.115-.7.184a7.739 7.739 0 0 0-.695.184c-.235.034-.452.102-.7.132l-.733.167c-.217.051-.43.098-.69.149l-.7.128c-.235.034-.435.089-.7.119l-.698.128-.623.102v.827l.657.047.7.055.698.064.696.069.696.072.734.098.696.064c.25.034.448.069.7.098l.698.137c.247.034.448.064.696.115l.7.111.695.132c.256.069.448.098.7.132.246.069.447.098.73.162.216.055.434.089.698.154.235.051.448.098.7.166.23.047.442.115.695.183s.443.128.696.162c.235.089.448.137.734.217l.696.2c.205.089.435.149.7.217.196.068.434.166.698.231.23.089.443.149.696.239.235.064.443.162.696.235.235.098.448.183.7.264.234.086.447.171.695.269.24.098.448.2.7.298.23.098.447.2.677.281.25.089.465.217.75.307.202.106.436.209.697.325.235.089.44.209.683.341.25.098.465.217.7.35.25.115.442.252.695.35.247.132.46.252.683.384.264.132.46.252.712.384.25.149.465.281.7.409.246.149.48.29.71.418.265.175.462.315.7.465.264.132.482.315.712.465.247.149.465.333.696.499.25.166.465.333.7.499.25.166.48.367.698.525.247.209.46.367.7.593.246.183.472.375.69.593.256.217.47.418.717.618.235.235.465.465.7.666.263.252.477.465.71.7.252.26.466.49.7.76.278.264.482.534.699.802.247.264.473.567.712.832.264.298.46.61.696.926.27.315.465.632.7.969.263.367.464.734.695 1.084.264.384.465.785.7 1.173.263.435.46.883.716 1.331.247.534.443 1.007.69 1.541.287.584.483 1.182.7 1.817.286.726.482 1.493.699 2.291.312 1.127.516 2.308.696 3.524.2 1.459.316 2.966.316 4.519 0 1.591-.115 3.158-.316 4.651-.18 1.267-.384 2.483-.696 3.656-.217.802-.414 1.6-.7 2.377-.216.632-.413 1.267-.698 1.882-.247.525-.414 1.041-.69 1.575-.218.482-.45.918-.718 1.374-.235.443-.435.841-.7 1.233-.23.35-.434.768-.695 1.118-.235.341-.43.666-.7 1.007-.234.333-.43.632-.695.969-.24.298-.435.601-.712.901-.217.264-.448.525-.7.793a7.937 7.937 0 0 1-.698.768c-.235.29-.448.482-.712.734-.235.264-.44.448-.7.7a8.465 8.465 0 0 1-.716.632c-.217.192-.443.409-.69.623-.24.2-.453.384-.7.567-.217.2-.448.367-.7.567-.234.183-.447.367-.698.534-.23.2-.448.35-.696.534-.23.158-.443.307-.712.448-.217.158-.435.341-.7.443-.23.166-.434.315-.711.435-.217.132-.448.298-.7.435-.234.115-.447.264-.711.401-.222.132-.44.264-.683.358-.25.123-.443.273-.696.367-.235.106-.448.26-.7.367-.246.115-.447.264-.682.367-.264.106-.46.226-.696.333-.264.098-.465.2-.75.298-.232.098-.45.2-.68.333-.25.098-.46.183-.698.281-.247.115-.46.217-.696.315-.25.086-.465.166-.7.252-.25.086-.46.183-.695.252-.25.098-.465.158-.696.252-.25.086-.47.158-.7.243l-.698.243c-.264.06-.46.123-.696.192-.264.068-.465.149-.734.2-.25.068-.443.132-.696.2s-.448.098-.696.166c-.25.068-.465.098-.7.183-.263.068-.464.115-.698.166l-.73.149c-.25.034-.443.132-.7.166a5.753 5.753 0 0 0-.695.132l-.7.098-.695.132c-.25.034-.448.06-.7.098-.25.034-.447.068-.698.098-.247.034-.46.068-.696.098l-.734.06c-.23.034-.443.068-.696.068a3.822 3.822 0 0 1-.696.077h-.7l-.698.068-1.39.068-.978.089c-.24.026-.448.026-.717.034-.235 0-.465 0-.7.026l-.695.009H400.72v147.541l107.158-.017h.7l1.39-.034c.264 0 .5 0 .734-.017.235 0 .46-.017.7-.034l.695-.034c.264-.009.465-.034.696-.051a8.29 8.29 0 0 0 .7-.068 3.96 3.96 0 0 0 .695-.077c.27 0 .465-.043.7-.043.263-.034.464-.068.698-.098.264 0 .46-.034.73-.068.235-.026.465-.06.7-.06l.695-.141.696-.098.7-.089c.25-.034.464-.068.698-.132.264-.043.46-.077.7-.132l.69-.132.734-.149c.247-.051.448-.098.7-.149.263-.051.46-.098.695-.166l.7-.166.698-.183.69-.183a4.17 4.17 0 0 0 .7-.2c.264-.068.46-.132.699-.2.264-.068.46-.098.73-.2l.7-.2c.25-.068.46-.132.698-.192l.69-.252c.265-.086.47-.149.7-.235.235-.089.46-.183.734-.252.247-.106.448-.166.696-.264l.7-.252c.196-.086.442-.183.698-.281.23-.086.46-.183.69-.281.24-.086.47-.183.7-.315.235-.068.47-.166.699-.26.235-.123.46-.226.696-.333.24-.106.465-.209.7-.325l.698-.307.726-.367c.205-.098.448-.217.7-.315.234-.115.447-.252.698-.35.235-.149.46-.252.7-.367.234-.132.447-.264.695-.367a5.72 5.72 0 0 1 .683-.35c.247-.149.46-.273.712-.341.235-.149.465-.29.696-.409.24-.123.482-.26.717-.401l.696-.392c.256-.132.482-.298.717-.418s.465-.281.7-.418c.23-.149.46-.315.695-.435.235-.158.465-.298.696-.457.24-.149.465-.298.7-.465.234-.132.464-.315.698-.465.235-.166.46-.333.712-.482.217-.166.46-.35.7-.482.246-.183.48-.367.71-.517.236-.183.466-.367.697-.55.24-.158.47-.367.7-.525.234-.2.48-.367.71-.567.257-.2.47-.367.7-.567.217-.2.448-.384.699-.584.247-.217.482-.384.696-.601.25-.217.482-.375.7-.623.25-.2.442-.384.71-.632.236-.217.466-.418.7-.649s.46-.435.699-.666c.23-.243.46-.457.696-.666.23-.26.465-.49.696-.726.235-.252.465-.465.7-.7a8.33 8.33 0 0 1 .716-.726c.217-.298.443-.542.69-.768.257-.298.483-.534.7-.832.25-.264.482-.534.699-.815.25-.281.482-.567.712-.824.235-.325.465-.584.7-.883s.46-.584.695-.901c.217-.315.465-.632.7-.935.23-.333.464-.632.71-.96.252-.35.449-.666.7-1.015.235-.35.448-.666.699-1.015.23-.367.448-.709.696-1.075.235-.35.478-.734.7-1.084.23-.392.477-.76.695-1.156.235-.401.448-.802.696-1.199.24-.401.448-.832.7-1.267.234-.409.48-.858.71-1.293.236-.465.47-.969.7-1.408.235-.482.46-.981.699-1.485.247-.517.46-1.033.696-1.566.235-.559.465-1.11.712-1.69.24-.601.448-1.19.683-1.792.25-.666.5-1.301.696-1.967.25-.709.504-1.459.7-2.223a40.73 40.73 0 0 0 .698-2.457c.264-.969.495-1.925.7-2.91.277-1.182.494-2.406.73-3.627.293-1.809.528-3.648.695-5.5.183-2.125.282-4.258.282-6.409V0h-1.51v.077z"/></svg>
<svg class="tc-image-jekyll tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 9.182197570800781 16.000999450683594"><path d="M1.985 16a1.896 1.896 0 0 1-1.83-2.394l-.01-.005.06-.157L4.87 1.334c.07-.178.037-.606.004-.844a.344.344 0 0 1 .005-.16l.005-.01.004-.01V.305l.006-.012c.072-.195.3-.293.673-.293.448 0 1.067.14 1.7.382.532.205 1.016.46 1.356.717.4.302.56.572.47.805l-.014.028-.004.01a.351.351 0 0 1-.098.116c-.205.18-.508.488-.56.628l-4.715 12.28-.01-.005a1.918 1.918 0 0 1-1.696 1.04h-.008zM.527 13.522l-.014.033c-.298.8.108 1.704.91 2.012.18.07.367.102.558.102.647 0 1.22-.387 1.458-.993l.018-.042 4.64-12.06c.097-.26.56-.675.652-.758l.01-.01c.008-.004.013-.01.013-.014l.004-.004c.004-.034-.038-.178-.364-.43-.312-.237-.764-.475-1.27-.67C6.553.46 5.958.325 5.557.325c-.265 0-.354.056-.368.084v.028c.01.07.098.69-.023 1.01L.526 13.521zM6.493 5.85s-.642.74-1.228 1.006c-.587.266-1.02.196-1.547.504-.526.307-.792.735-.792.735L.783 13.67c-.232.63.112 1.366.75 1.613.64.247 1.36-.08 1.608-.704L6.493 5.85zm-3.287 6.657c.07-.028.15 0 .177.07.028.07 0 .148-.07.176-.07.028-.15 0-.177-.07a.135.135 0 0 1 .07-.176zm-.676-1.202a.198.198 0 0 1-.265-.103.197.197 0 0 1 .102-.265.198.198 0 0 1 .266.102c.05.102.005.218-.103.265zm.19-.73a.387.387 0 0 1 .192-.505c.19-.083.414 0 .502.19a.385.385 0 0 1-.19.504.382.382 0 0 1-.504-.19zm1.618-1.506a.197.197 0 0 1 .265.1.199.199 0 0 1-.102.267.198.198 0 0 1-.266-.103.195.195 0 0 1 .103-.265zm-.862-.92c.07-.027.15 0 .177.07.028.07 0 .15-.07.178-.07.028-.15 0-.177-.07a.137.137 0 0 1 .07-.177zM5.723.76c.066-.174.662-.108 1.33.15.666.256 1.153.606 1.086.78-.068.176-.664.11-1.33-.146C6.14 1.287 5.653.937 5.721.76z"/></svg>
<svg class="tc-image-jekyll_small tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.818000793457031 18.187999725341797"><path d="M.085 15.951C0 16.965.511 17.723 1.469 17.979c.787.209 1.696-.161 2.085-.863.114-.199 1.403-3.507 2.862-7.354 2.455-6.463 2.682-7.023 3.023-7.373.209-.218.379-.436.379-.493s-.18-.265-.398-.455C8.548.654 6.501 0 5.629.228c-.142.038-.171.152-.171.588 0 .55-.095.891-.663 2.331a47.89 47.89 0 0 0-.587 1.611 19.185 19.185 0 0 1-.559 1.469c-.142.341-.455 1.128-.692 1.753s-.682 1.81-.995 2.644c-.313.824-.663 1.611-.787 1.734zM7.781.797c.957.398 1.45.881 1.052 1.033-.379.142-2.075-.464-2.521-.91-.171-.171-.18-.227-.085-.351.161-.18.787-.095 1.554.227zM6.208 2.001c.341.36 1.033.616 1.791.644.379.019.682.038.682.057 0 .009-.066.123-.142.237s-.389.881-.701 1.696c-.493 1.289-.616 1.535-.957 1.848-.521.474-1.346.938-1.943 1.08-.256.066-.654.19-.881.294-.227.095-.455.171-.493.171-.085 0 .18-.777 1.09-3.128.294-.758.683-1.772.862-2.256.19-.474.37-.872.408-.872s.17.104.284.227zm.834 4.776c-.028.038-.91 2.331-1.952 5.089-1.687 4.454-1.943 5.061-2.237 5.326-.18.171-.407.313-.493.303-.114 0-.076-.038.095-.104.152-.057.256-.161.256-.265 0-.095.038-.199.085-.237.047-.028.123-.19.161-.351.028-.171.095-.369.133-.455.142-.265.569-1.374.569-1.45 0-.047.057-.218.133-.379.076-.171.313-.777.531-1.346.218-.578.483-1.279.588-1.564.114-.284.237-.559.284-.607.038-.057.076-.18.076-.275s.067-.322.142-.502c.284-.645.408-.948.569-1.412.085-.265.199-.55.246-.635.095-.18.114-.455.038-.455-.028 0-.171.066-.313.152-.228.133-.228.133.028-.066.161-.123.436-.36.616-.531.303-.284.55-.417.445-.237zM4.417 8.123c0 .047-.066.095-.152.095-.18 0-.445.616-.445 1.014.009.171-.028.313-.076.313-.152 0-.483.777-.531 1.279-.047.436-.028.512.133.607.256.133.322.426.152.663-.142.209-.54.265-.644.104-.142-.228-.246-.076-.19.265.047.322.029.379-.17.464-.152.076-.294.275-.398.569-.332.9-.635 1.696-.815 2.161a4.353 4.353 0 0 0-.246.929c-.047.389-.019.483.171.701l.227.256-.303-.208c-.313-.218-.692-.891-.692-1.232 0-.114.275-.948.616-1.867.341-.91.616-1.715.616-1.772 0-.066.313-.427.682-.806.379-.379.625-.692.55-.692s-.275.133-.445.303-.313.256-.313.19c0-.285.891-2.369 1.118-2.616.208-.227 1.023-.815 1.128-.815.019 0 .029.038.029.095z"/></svg>
<svg class="tc-image-jenkins tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.637001037597656 16.229000091552734"><path d="M1.256 16.229h-.65a2.3 2.3 0 0 1-.046-.132c-.144-.444-.396-.993-.462-1.436-.098-.656.52-.693.916-.977.61-.44 1.09-.683 1.752-1.08.196-.118.787-.415.854-.552.134-.272-.23-.655-.327-.868a2.639 2.639 0 0 1-.254-.955 1.845 1.845 0 0 1-1.23-.79c-.42-.617-.712-1.758-.348-2.625.028-.068.17-.203.192-.308.04-.206-.078-.48-.086-.7-.038-1.128.19-2.1.95-2.44.308-1.227 1.41-1.635 2.45-2.245.388-.228.817-.374 1.26-.537 1.585-.584 4.02-.474 5.335.522.557.422 1.45 1.314 1.77 1.96.842 1.703.782 4.55.192 6.623-.08.28-.194.688-.355 1.022-.112.233-.46.7-.417.907.043.212.793.78.954.936.29.28.84.65.883 1.002.048.375-.165.888-.273 1.25-.145.487-.29.96-.437 1.422H1.255zm7.403-2.362a5.19 5.19 0 0 0-1.376-.503c-.58-.11-.526.792-.5 1.33.018.427.24.878.337 1.162.045.132.055.273.168.3.2.045.86-.218 1.048-.32.397-.218.706-.562 1.043-.793.005-.112.01-.225.013-.337a1.8 1.8 0 0 0-.736-.186c.202-.1.5-.1.683-.22l.006-.135c-.337-.026-.465-.176-.686-.297zm4.97 1.958c.13-.412.24-.814.31-1.168.04-.192.144-.612.12-.783-.04-.307-.457-.534-.67-.724-.39-.35-.634-.657-1.04-.985-.166.244-.52.407-.655.605.964-.467 1.138 1.747.76 2.46.06.214.26.295.342.486l-.058.103h.86c.01 0 .022 0 .03.006zm-4.423-.007c-.032-.046-.066-.09-.1-.134l-.2.133h.3zm1.848 0c.006-.132.012-.264.02-.395-.353.022-.55-.32-.797-.346-.216-.024-.4.247-.68.13-.064.07-.123.148-.19.217.103.123.196.254.282.392h.544a.193.193 0 0 1 .192-.183c.103 0 .186.08.19.182h.44zm1.41 0c-.21-.32-.632-.592-1.12-.362-.006.116-.012.237-.02.36h1.14zm-5.673 0l-.068-.226c-.15-.48-.236-.837-.272-1.114-.602-.287-1.246-.577-1.764-.945-.095-.068-.734-.9-.822-.865-1.157.456-2.24 1.245-3.206 1.99.173.373.327.76.463 1.16h5.67zm5.514-1.405c-.016-.34-.106-1.038-.315-1.16-.442-.257-1.225.52-1.556.637.036.104.095.186.1.32a.94.94 0 0 1 .605.067c-.198.02-.416.02-.546.114-.048.137.012.325-.02.516.467.132 1 .202 1.59.22.114-.15.153-.434.14-.715zm-2.714-.24c-.023.256.036.34.088.633.842.263.695-1.155-.088-.633zm-4.398-.936c-.3.305.845.72 1.21.744-.003-.194.11-.376.087-.515-.434-.077-1.003-.027-1.298-.23zm3.708.143c0 .03-.04.02-.046.043.387.302.675.365 1.202.34.237-.174.448-.375.696-.537-.57.05-1.287.404-1.852.153zm2.28-11.818C10.105.954 8.278.497 7.13 1.069c-.927.462-2.18 1.227-2.606 2.195.4.935-.117 1.79-.15 2.74-.018.505.238.946.257 1.495-.136.225-.553.253-.842.238-.097-.486-.267-1.033-.768-1.088-.71-.077-1.227.51-1.26 1.122-.037.72.555 1.915 1.393 1.832.324-.032.404-.357.757-.354.19.382-.295.502-.346.775-.012.07.042.346.073.475.152.63.492 1.444.826 1.923.423.607 1.256.7 2.153.76.16-.346.75-.318 1.134-.228-.46-.182-.89-.624-1.244-1.016-.407-.45-.82-.932-.84-1.52.77 1.07 1.405 2.003 2.806 2.473 1.06.356 2.297-.163 3.11-.735.34-.237.54-.614.78-.96.9-1.292 1.32-3.138 1.227-4.926-.038-.738-.036-1.473-.284-1.97-.258-.518-1.133-.982-1.645-.513-.095-.505.425-.817 1.037-.636-.436-.563-.894-1.24-1.514-1.59zm-2.783 8.604c.41 1.028 1.817.91 3.004.882-.053.132-.167.29-.307.347-.38.155-1.43.272-1.958-.008-.335-.18-.55-.582-.733-.818-.09-.113-.53-.404-.007-.405zm.112-.58c.593.31 1.68.344 2.486.32.043.177.042.395.044.61-1.035.052-2.258-.204-2.53-.93zm4.45-.39c-.317.6-.765 1.264-1.694 1.284-.018-.194-.033-.49 0-.607.71-.068 1.15-.43 1.693-.677zm-.434-.446c-.68.438-1.438.913-2.552.803-.237-.207-.327-.667-.096-.972.12.208.045.59.38.646.632.108 1.368-.386 1.822-.56.282-.475-.024-.65-.278-.955-.52-.626-1.217-1.403-1.192-2.34.21-.154.228.23.26.3.27.637.953 1.45 1.452 1.993.122.134.324.263.346.35.065.26-.168.567-.14.738zm-8.964-.458c-.212-.122-.263-.658-.513-.673-.357-.022-.292.694-.29 1.113-.247-.223-.29-.91-.11-1.264-.205-.102-.297.11-.412.185.147-1.067 1.56-.495 1.326.637zm-1.08-4.07c-.458.505-.362 1.452-.307 2.126.83-.523 1.933.04 1.922.93.397-.01.148-.496.077-.808-.235-1.02.395-2.127.028-3.06-.71.054-1.295.345-1.72.81zm6.08.744c.204.373.27.764.56 1.045.13.128.382.283.257.635-.03.083-.244.268-.367.305-.452.133-1.504.027-1.148-.536.374.018.876.243 1.155-.028-.215-.343-.597-1.02-.456-1.42zm4.133-.01h.045c.214.445.4.916.67 1.31-.182.42-1.37.793-1.353.037.258-.113.702-.023.93-.167-.132-.362-.323-.67-.292-1.18zm-4.617-1.08c-.948-.22-1.42.396-1.706 1.036-.256-.062-.154-.41-.09-.588.17-.467.854-1.088 1.412-1.004.24.037.566.256.384.555zM5.77 1.286c-1.04.295-2.373 1.05-2.8 1.984.33-.048.56-.215.887-.235.123-.008.285.052.427.016.282-.07.52-.703.734-.94.208-.23.457-.328.628-.537.11-.053.272-.05.28-.215-.05-.05-.1-.088-.156-.072z"/></svg>
<svg class="tc-image-jersey tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000000953674316 16"><path d="M3.5 6l-.5.5v5l.5.5h2l.5-.5v-5L5.5 6h-2zM5 11H4V7h1v4zm6.27-7.25C11.05 2.37 10.96 1.12 11 0H8.02c0 .27-.13.48-.39.69-.25.2-.63.3-1.13.3-.5 0-.88-.09-1.13-.3-.23-.2-.36-.42-.36-.69H2c.05 1.13-.03 2.38-.25 3.75C1.55 5.13.95 5.88 0 6v9c.02.27.11.48.31.69.2.21.42.3.69.31h11c.27-.02.48-.11.69-.31.21-.2.3-.42.31-.69V6c-.95-.13-1.53-.88-1.75-2.25h.02zM12 15H1V7c.89-.5 1.48-1.25 1.72-2.25S3.03 2.5 3 1h1c-.02.78.16 1.47.52 2.06.36.58 1.02.89 2 .94.98-.02 1.64-.33 2-.94.36-.59.5-1.28.48-2.06h1c.02 1.42.13 2.55.33 3.38.2.81.69 2 1.67 2.63v8V15zM7.5 6l-.5.5v5l.5.5h2l.5-.5v-5L9.5 6h-2zM9 11H8V7h1v4z"/></svg>
<svg class="tc-image-jet tc-image-button" width="22pt" height="22pt" viewBox="0 0 326 511.9999694824219"><path d="M221.8 368.5L326 403l-3-52.7L209 247S183.1 73.3 180.8 54.7C175.5 14.4 162.9 0 162.9 0s-12.5 14.4-17.6 54.6C142.9 73.3 117 247 117 247L3 350.3 0 403l104.2-34.5 1.4 12.3-52.7 58.3 18.3 27.4 73.3-9.1 18.3 54.6 18.5-54.6 73.4 9.1 18.3-27.4-52.7-58.3 1.5-12.3z"/></svg>
<svg class="tc-image-jet-skiing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.237003326416016 42.229000091552734"><path d="M15.48 8.117c2.132-.257 3.645-2.231 3.393-4.403C18.621 1.541 16.684 0 14.552.256c-2.132.271-3.639 2.231-3.387 4.403.264 2.174 2.183 3.715 4.315 3.458zm31.942 18.662c-.206-.105-16.047-8.303-16.047-8.303l-4.022-5.279-.249-.059c-.549-.513-1.104-.466-2.104.094v.012c0 .42-.222 1.039.055 1.542l3.08 3.923.061.036-2.45 5.78-6.552-1.671-.28-2.395 5.399-.664c.241-.011.494-.082.723-.21.895-.478 1.239-1.612.769-2.522a1.834 1.834 0 0 0-1.822-.993l-5.499.677-.493-4.157c-.263-2.161-2.201-3.714-4.321-3.457-2.125.269-3.65 2.244-3.398 4.415l1.146 9.611a4.05 4.05 0 0 0 1.805 2.908l-8.637 1.051-2.693 6.796.309-.104a8.413 8.413 0 0 1 3.565-.807 8.44 8.44 0 0 1 3.542.794c.699.326 1.467.49 2.212.49.751 0 1.507-.164 2.195-.478a8.373 8.373 0 0 1 3.565-.807 8.34 8.34 0 0 1 3.528.794c.71.326 1.478.49 2.224.49.756 0 1.501-.164 2.2-.478 1.112-.526 2.351-.807 3.565-.807s2.441.28 3.53.794c.264.116.551.198.837.28 4.413-1.182 12.23-3.457 14.338-5.384.618-.558.734-1.504-.081-1.912zM0 42.229a6.81 6.81 0 0 0 2.843-.63c.882-.421 1.88-.665 2.923-.665s2.029.244 2.923.665c.859.397 1.822.63 2.831.63a6.842 6.842 0 0 0 2.837-.63 6.791 6.791 0 0 1 2.923-.665c1.032 0 2.029.244 2.92.665.86.396 1.823.63 2.832.63a6.847 6.847 0 0 0 2.842-.63 6.803 6.803 0 0 1 2.924-.665c1.031 0 2.029.244 2.911.665.87.397 1.833.63 2.841.63 1.01 0 1.972-.233 2.832-.63a6.88 6.88 0 0 1 2.923-.665c1.042 0 2.006.244 2.887.665.86.397 1.808.63 2.808.63v-4.333c-1 0-1.948-.231-2.809-.629a6.69 6.69 0 0 0-2.904-.655c-1.031 0-2.02.233-2.914.655a6.737 6.737 0 0 1-2.828.629 6.817 6.817 0 0 1-2.839-.629 6.755 6.755 0 0 0-2.91-.655c-1.044 0-2.04.233-2.924.655a6.842 6.842 0 0 1-2.841.629 6.739 6.739 0 0 1-2.831-.629 6.826 6.826 0 0 0-2.92-.655 6.773 6.773 0 0 0-2.923.655 6.84 6.84 0 0 1-2.837.629 6.735 6.735 0 0 1-2.831-.629c-.894-.422-1.88-.655-2.923-.655s-2.041.233-2.923.655A6.794 6.794 0 0 1 0 37.896v4.333z"/></svg>
<svg class="tc-image-jewelry-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 43.023563385009766 38.49999237060547"><path d="M43 11.662l-.013-.101a1.27 1.27 0 0 0-.127-.362L36.524 1s-.808-1-1-1h-27L.404 10.853l-.096.1L.295 11a1.78 1.78 0 0 0-.168.35l-.033.097a1.575 1.575 0 0 0 .013.95l.038.109c.05.129.114.247.188.352l19.63 24.867.04.057c.102.13.225.245.375.35l.114.071c.112.07.229.126.399.188l.11.037c.193.049.36.072.523.072.165 0 .326-.022.543-.078l.133-.047c.13-.046.247-.103.388-.19l.088-.055c.15-.107.272-.223.339-.314L42.67 12.923a1.747 1.747 0 0 0 .33-.79l.015-.129.008-.102-.024-.24zM32.46 11l2.798-5.063L38.054 11H32.46zm-1.678 3h6.638L26.356 28.015 30.782 14zM29.14 9.482L25.099 4h7.07l-3.03 5.482zM16.196 14h10.659l-5.331 16.877L16.196 14zm1.057-3l4.27-5.796L25.796 11h-8.542zm-3.008-1.972L12.393 4h5.557l-3.705 5.028zm2.449 18.988L5.629 14h6.639l4.426 14.016zM9.189 5.972L11.042 11H5.484l3.705-5.028z"/></svg>
<svg class="tc-image-jira tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.063241958618164 26.499000549316406"><path d="M4.335 1.587c-.96 0-1.737.777-1.737 1.739a1.738 1.738 0 1 0 3.474 0c0-.962-.776-1.739-1.737-1.739zm11.413 0c-.96 0-1.737.777-1.737 1.739a1.737 1.737 0 1 0 3.474 0 1.74 1.74 0 0 0-1.737-1.739zM10.042 0c-.96 0-1.737.776-1.737 1.739a1.738 1.738 0 1 0 3.474 0C11.78.776 11.003 0 10.042 0zm9.288 6.356c-1.176.45-2.37.791-3.46 1.045a.683.683 0 0 0-.478.415c-.794 2.176-2.823 4.247-4.95 6.418-.086.082-.206.188-.4.188s-.314-.104-.4-.188c-2.129-2.17-4.157-4.235-4.952-6.41a.68.68 0 0 0-.476-.415A26.817 26.817 0 0 1 .751 6.353a.546.546 0 0 0-.523.075.542.542 0 0 0-.21.481c.18 1.809.894 3.578 2.184 5.432 1.213 1.743 2.795 3.356 4.324 4.916 2.818 2.875 5.48 5.589 5.714 8.738a.545.545 0 0 0 .543.504h3.311a.544.544 0 0 0 .543-.571c-.104-2.105-.896-4.213-2.422-6.443-.32-.468-.662-.922-1.02-1.368a.396.396 0 0 1 .027-.52l.332-.339c1.53-1.56 3.111-3.173 4.324-4.916 1.29-1.854 2.005-3.612 2.185-5.421zM6.49 19.704a.503.503 0 0 0-.388-.166.544.544 0 0 0-.449.256c-1.393 2.119-2.112 4.119-2.21 6.13a.545.545 0 0 0 .545.574h3.305a.549.549 0 0 0 .545-.506c.072-.969.374-1.94.923-2.96a.768.768 0 0 0-.067-.826c-.545-.709-1.212-1.464-2.205-2.5zm3.555-11.65c1.037 0 1.64-.063 1.851-.063a.506.506 0 0 1 .461.705c-.138.368-.765 1.692-1.933 2.827a.533.533 0 0 1-.382.151.533.533 0 0 1-.382-.151c-1.168-1.135-1.795-2.459-1.932-2.827a.506.506 0 0 1 .46-.705c.211 0 .813.063 1.85.063h.007z"/></svg>
<svg class="tc-image-join-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M232.7.1l-93 93.1H349L93.2 349V139.7l-93.1 93L0 512l279.3-.1 93-93.1H163L418.8 163v209.3l93.1-93L512 0z"/></svg>
<svg class="tc-image-join-corner-arrow-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M511.9 232.7l-93.1-93V349L163 93.2h209.3L279.3.1 0 0l.1 279.3 93.1 93V163L349 418.8H139.7l93 93.1 279.3.1z"/></svg>
<svg class="tc-image-join-corner-arrow-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M325.8.1L256 69.9h139.6L69.9 395.6V256L.1 325.8 0 512l186.2-.1 69.8-69.8H116.4l325.7-325.7V256l69.8-69.8L512 0z"/></svg>
<svg class="tc-image-join-corner-arrow-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M511.9 325.8L442.1 256v139.6L116.4 69.9H256L186.2.1 0 0l.1 186.2L69.9 256V116.4l325.7 325.7H256l69.8 69.8 186.2.1z"/></svg>
<svg class="tc-image-join-corner-arrow-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 512l-23.3-302.5L384 314.2 197.8 128 302.5 23.3 0 0l23.3 302.5L128 197.8 314.2 384 209.5 488.7z"/></svg>
<svg class="tc-image-join-corner-arrow-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M209.5 23.3L314.2 128 128 314.2 23.3 209.5 0 512l302.5-23.3L197.8 384 384 197.8l104.7 104.7L512 0z"/></svg>
<svg class="tc-image-joinme tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 368"><path d="M320 159.347V96c0-16-16-64-96-80S96 0 64 0 0 32 0 80v96c0 16 16 80 64 80s80 0 160-16a587.952 587.952 0 0 0 16-3.416V304c0 32 64 64 160 64 80 0 112-16 112-80v-64c0-32-16-80-64-80-25.05 0-80.604 4.358-128 15.347zm-5.521 35.312c40.298-12.44 97.568-18.66 117.52-18.66 32 0 48 16 48 48v64c0 32-16 48-48 48s-160 0-160-48v-60.405c23.55-8.369 36.18-18.447 42.48-32.935z"/></svg>
<svg class="tc-image-joomla tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.112247467041016 16.11787986755371"><path d="M11.228 9.88l-1.666 1.668-1.58 1.58-.308.31a3.553 3.553 0 0 1-3.365.932 2.14 2.14 0 1 1-2.581-2.563 3.54 3.54 0 0 1 .93-3.386l.12-.12 1.58 1.58-.122.12a1.314 1.314 0 1 0 1.858 1.858l.31-.31 1.578-1.58L9.65 8.3l1.578 1.58zm.616 4.436a3.546 3.546 0 0 1-3.552-.88l-.12-.122 1.577-1.58.12.122a1.316 1.316 0 0 0 1.858 0 1.31 1.31 0 0 0-.003-1.854l-.31-.31-1.577-1.58-1.668-1.668 1.58-1.58 1.666 1.67 1.578 1.58.31.31a3.536 3.536 0 0 1 .94 3.347 2.141 2.141 0 1 1-2.398 2.546zM4.732 6.348l1.672-1.67 1.58-1.58.308-.307a3.543 3.543 0 0 1 3.51-.895 2.14 2.14 0 1 1 2.4 2.417 3.54 3.54 0 0 1-.9 3.49l-.12.123-1.58-1.58.122-.122A1.312 1.312 0 1 0 9.87 4.37l-.308.308-1.58 1.58-1.67 1.668-1.58-1.578zM2.964 8.113l-.308-.308a3.543 3.543 0 0 1-.888-3.526 2.142 2.142 0 0 1 .474-4.23c1.064 0 1.947.778 2.113 1.795a3.548 3.548 0 0 1 3.32.944l.122.123-1.58 1.58-.122-.123a1.315 1.315 0 0 0-1.86 1.86l.31.308 1.58 1.578 1.67 1.67-1.578 1.58-1.673-1.67-1.58-1.58z"/></svg>
<svg class="tc-image-journal tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.25 38"><path d="M3.167 0H33.25v38H3.167v-1.583C1.418 36.417 0 35.353 0 34.042c0-.609.305-1.163.807-1.584-.502-.42-.807-.975-.807-1.583s.305-1.163.807-1.583C.305 28.872 0 28.317 0 27.708c0-.608.305-1.163.807-1.583C.305 25.705 0 25.15 0 24.542c0-.609.305-1.163.807-1.584-.502-.42-.807-.975-.807-1.583s.305-1.163.807-1.583C.305 19.372 0 18.817 0 18.208c0-.608.305-1.163.807-1.583C.305 16.205 0 15.65 0 15.042c0-.609.305-1.163.807-1.584-.502-.42-.807-.975-.807-1.583s.305-1.163.807-1.583C.305 9.872 0 9.317 0 8.708 0 8.1.305 7.545.807 7.125.305 6.705 0 6.15 0 5.542 0 4.23 1.418 3.167 3.167 3.167V0zm0 4.75c-.875 0-1.583.355-1.583.792 0 .437.708.791 1.583.791.874 0 1.583-.354 1.583-.791 0-.438-.709-.792-1.583-.792zm0 3.167c-.875 0-1.583.354-1.583.791 0 .438.708.792 1.583.792.874 0 1.583-.354 1.583-.792 0-.437-.709-.791-1.583-.791zm0 3.166c-.875 0-1.583.355-1.583.792 0 .437.708.792 1.583.792.874 0 1.583-.355 1.583-.792 0-.437-.709-.792-1.583-.792zm0 3.167c-.875 0-1.583.355-1.583.792 0 .437.708.791 1.583.791.874 0 1.583-.354 1.583-.791 0-.438-.709-.792-1.583-.792zm0 3.167c-.875 0-1.583.354-1.583.791 0 .438.708.792 1.583.792.874 0 1.583-.354 1.583-.792 0-.437-.709-.791-1.583-.791zm0 3.166c-.875 0-1.583.355-1.583.792 0 .437.708.792 1.583.792.874 0 1.583-.355 1.583-.792 0-.437-.709-.792-1.583-.792zm0 3.167c-.875 0-1.583.355-1.583.792 0 .437.708.791 1.583.791.874 0 1.583-.354 1.583-.791 0-.438-.709-.792-1.583-.792zm0 3.167c-.875 0-1.583.354-1.583.791 0 .438.708.792 1.583.792.874 0 1.583-.354 1.583-.792 0-.437-.709-.791-1.583-.791zm0 3.166c-.875 0-1.583.355-1.583.792 0 .437.708.792 1.583.792.874 0 1.583-.355 1.583-.792 0-.437-.709-.792-1.583-.792zm0 3.167c-.875 0-1.583.355-1.583.792 0 .437.708.791 1.583.791.874 0 1.583-.354 1.583-.791 0-.438-.709-.792-1.583-.792zM9.5 6.333V9.5h17.417V6.333H9.5zm3.167 6.334v1.583H23.75v-1.583H12.667z"/></svg>
<svg class="tc-image-jpy tc-image-button" width="22pt" height="22pt" viewBox="0 0 294.6739501953125 402.002197265625"><path d="M173.34 402h-50.002c-1.997 0-4.004-1.004-6-3-1.997-1.33-3-3.328-3-6v-94.996H32.336c-3.349 0-5.346-.656-6-1.997-1.997-1.997-3-4.332-3-7.004v-29c0-2.652 1.003-4.997 3-7.004 1.331-1.33 3.328-1.997 6-1.997h82.002v-24.996H32.336c-3.349 0-5.346-.656-6-1.997-1.997-1.997-3-4.332-3-7.004v-28.999c0-2.652 1.003-4.997 3-7.004.656-1.997 2.652-3 6-3h61L1.34 13.005c-1.34-2.652-1.34-5.653 0-9C3.337 1.351 6 0 9.338 0H65.34c4.004 0 6.656 1.67 7.998 4.997l62.003 120.996c0 .666 1.997 5.171 6 13.497 4.004 8.345 7.332 15.841 10.005 22.497.655-2.652 3.328-9.328 7.997-19.998 4.66-9.329 7.332-15.002 7.997-16.998l55-119.982c.654-3.328 3.327-4.997 7.996-4.997h55c2.651 0 4.996 1.341 7.003 4.004 1.997 2.673 2.335 5.673 1.004 9.001l-90 164.997h62.003c1.997 0 4.004 1.004 6 3s3 4.342 3 7.004v29c0 2.672-1.004 4.996-3 7.003-1.34 1.341-3.348 1.997-6 1.997h-82.995v24.996h82.995c1.331 0 3.328.665 6 1.997 1.997 1.997 3 4.342 3 7.004v29c0 2.673-1.004 4.997-3 7.004-1.34 1.341-3.348 1.997-6 1.997h-82.995v94.996c0 1.997-1.004 4.004-3 6s-4.014 2.99-6.01 2.99z"/></svg>
<svg class="tc-image-jquery_logo tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.079998016357422 23.19400405883789"><path d="M12.053 18.61c-.15-.034-.295-.081-.441-.124a12.403 12.403 0 0 1-.535-.172l-.058-.021a15.198 15.198 0 0 1-.375-.139l-.105-.041c-.136-.054-.271-.11-.405-.168l-.081-.036a17.755 17.755 0 0 1-.341-.159l-.099-.047c-.089-.043-.177-.09-.264-.134-.059-.031-.118-.06-.176-.092a12.256 12.256 0 0 1-.317-.178c-.035-.02-.071-.038-.107-.059a12.24 12.24 0 0 1-.412-.252l-.111-.074a8.272 8.272 0 0 1-.293-.195c-.032-.021-.063-.045-.094-.066-.093-.066-.186-.132-.277-.2l-.123-.093a9.358 9.358 0 0 1-.25-.196l-.112-.09c-.105-.087-.209-.173-.312-.263l-.034-.028c-.111-.097-.22-.197-.328-.298l-.092-.088c-.08-.076-.158-.153-.235-.231l-.092-.092a16.615 16.615 0 0 1-.289-.306l-.014-.015c-.1-.109-.197-.221-.293-.334l-.077-.091a13.35 13.35 0 0 1-.531-.681C2.583 10.651 1.794 6.518 3.55 3.124L1.994 5.098C0 7.964.248 11.693 1.771 14.738c.036.073.074.145.112.217.024.045.046.092.071.137l.044.079c.026.049.053.095.079.142.047.083.096.166.145.249a9.913 9.913 0 0 0 .252.4c.024.037.047.075.072.111.08.118.161.236.244.353l.007.009.041.056a9.157 9.157 0 0 0 .307.403c.067.085.136.169.206.253l.079.094a14.633 14.633 0 0 0 .293.333l.011.013a14.064 14.064 0 0 0 .617.629l.095.091c.105.099.211.196.319.291l.005.004.056.047c.095.082.192.164.29.245l.12.096a14.272 14.272 0 0 0 .37.287 10.275 10.275 0 0 0 .37.264l.027.019c.086.06.175.116.263.174l.114.076c.136.086.273.171.412.253l.114.064c.102.059.205.117.309.174.056.03.114.059.171.088.073.038.147.078.221.115l.051.025.091.044c.116.055.233.11.351.163l.074.033c.135.059.271.116.409.17.033.014.066.026.1.039.127.049.256.098.386.143l.049.017c.142.05.286.096.43.141l.104.031c.147.044.293.097.445.125 9.643 1.759 12.444-5.795 12.444-5.795-2.352 3.065-6.528 3.873-10.485 2.974zm-3.474-7.816c.216.31.456.678.742.927.104.114.213.226.324.336l.085.084c.108.105.217.207.33.307l.014.012.003.003c.125.11.255.216.386.319l.088.069c.132.101.266.2.404.295l.012.009c.061.042.123.081.184.122.03.019.058.04.088.058.098.063.198.125.299.183l.042.024c.087.051.176.1.265.148.031.018.063.033.094.049l.185.096.028.012c.127.063.255.123.386.18l.085.035c.105.045.21.088.316.129l.135.05c.097.036.193.069.291.101l.131.042c.139.043.276.098.42.122 7.445 1.233 9.164-4.499 9.164-4.499-1.549 2.232-4.55 3.296-7.752 2.465a10.18 10.18 0 0 1-.422-.122l-.127-.041a7.908 7.908 0 0 1-.295-.102l-.133-.05a9.977 9.977 0 0 1-.317-.128l-.086-.036a9.135 9.135 0 0 1-.389-.18c-.066-.032-.13-.066-.195-.099l-.112-.058a9.766 9.766 0 0 1-.246-.139l-.059-.033c-.101-.059-.2-.12-.299-.182l-.09-.06a9.221 9.221 0 0 1-.193-.128 10.912 10.912 0 0 1-.402-.294l-.091-.071C10.471 9.642 9.36 8.13 8.831 6.415c-.554-1.778-.434-3.775.525-5.395L8.178 2.683c-1.442 2.075-1.364 4.853-.239 7.048.189.368.401.725.638 1.065zm7.848-2.567c.061.023.123.043.185.064l.082.026c.088.027.175.06.265.076 4.111.794 5.226-2.11 5.523-2.537-.977 1.406-2.618 1.744-4.632 1.255a6.084 6.084 0 0 1-1.067-.391 5.973 5.973 0 0 1-1.015-.619C13.966 4.734 12.846 2.125 14.022 0l-.637.877c-.85 1.251-.933 2.805-.344 4.186.622 1.467 1.897 2.617 3.384 3.163z"/></svg>
<svg class="tc-image-jquery_ui_logo tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.656002044677734 19.90300178527832"><path d="M20.138 0H2.517C1.126 0 0 1.114 0 2.488v7.464c0 5.495 4.508 9.951 10.069 9.951h2.518c5.561 0 10.069-4.456 10.069-9.951V2.488C22.656 1.114 21.529 0 20.139 0zm-8.81 16.172c-4.171 0-7.552-3.342-7.552-7.464V4.976h3.776v3.732c0 2.061 1.69 3.732 3.776 3.732s3.775-1.671 3.775-3.732h3.776c0 4.122-3.381 7.464-7.552 7.464zm7.489-8.708l-3.65-.933.881-3.608 3.713.933-.944 3.607z"/></svg>
<svg class="tc-image-js_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.29599952697754 31.29599952697754"><path d="M0 0v31.296h31.296V0H0zm16.334 26.772c-.461.937-1.342 1.553-2.362 1.85-1.568.36-3.067.155-4.183-.515-.747-.458-1.33-1.163-1.725-1.975.794-.485 1.586-.973 2.38-1.458.021.009.083.122.167.268.303.509.565.869 1.08 1.121.506.172 1.615.283 2.044-.607.262-.452.178-1.936.178-3.545 0-2.529.012-5.016.012-7.576h2.927c0 2.688.015 5.383 0 8.067.006 1.645.149 3.14-.518 4.369zm12.144-.827c-1.017 3.481-6.691 3.594-8.957 1.294-.479-.541-.779-.824-1.065-1.449 1.205-.693 1.205-.693 2.377-1.371.637.979 1.226 1.517 2.285 1.737 1.437.175 2.883-.318 2.559-1.844-.333-1.247-2.942-1.55-4.718-2.883-1.803-1.211-2.225-4.153-.744-5.834.494-.622 1.336-1.086 2.219-1.309l.922-.119c1.77-.036 2.877.431 3.689 1.339.226.229.41.476.756 1.012-.943.601-.94.595-2.291 1.47-.289-.622-.767-1.012-1.273-1.181-.785-.238-1.776.021-1.981.851-.071.256-.056.494.057.916.318.726 1.386 1.041 2.344 1.481 2.758 1.119 3.689 2.317 3.918 3.745.22 1.229-.054 2.026-.095 2.145z"/></svg>
<svg class="tc-image-jsfiddle tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.006999969482422 10.945342063903809"><path d="M14.063 4.976c.006-.094.014-.186.014-.28 0-2.59-2.13-4.69-4.76-4.69A4.763 4.763 0 0 0 5.02 2.68a2.206 2.206 0 0 0-1.34-.454c-1.214 0-2.198.968-2.198 2.162 0 .225.035.442.1.645A3.163 3.163 0 0 0 0 7.763C0 9.5 1.417 10.91 3.175 10.935h9.506c.06.003.116.01.174.01 1.74 0 3.152-1.39 3.152-3.105a3.105 3.105 0 0 0-1.943-2.864zm-9.766 3.57c-.32-.29-.52-.64-.6-1.055a2.317 2.317 0 0 1-.04-.435c0-.59.215-1.076.645-1.46.43-.384.975-.576 1.638-.576.68 0 1.32.255 1.888.764.14.127.278.27.41.428l.728.857c.126.172.26.32.4.447.375.336.78.504 1.124.504.292 0 .535-.09.73-.268a.903.903 0 0 0 .29-.584l.005-.098a.892.892 0 0 0-.043-.278 1.018 1.018 0 0 0-.99-.668c-.363 0-.722.122-1.116.504l-.645-.76-.076-.086c.564-.553 1.127-.76 1.885-.76.67 0 1.214.19 1.63.57l.01.01c.423.38.635.87.635 1.473 0 .147-.014.29-.04.426-.08.408-.28.755-.597 1.043a2.147 2.147 0 0 1-1.145.54 3 3 0 0 1-.474.036c-.697 0-1.34-.25-1.894-.746a3.75 3.75 0 0 1-.428-.457l-.73-.85a2.803 2.803 0 0 0-.394-.443c-.373-.336-.784-.503-1.137-.503a1.2 1.2 0 0 0-.307.038.955.955 0 0 0-.42.236.903.903 0 0 0-.292.673c0 .258.093.48.28.663l.013.014c.203.182.45.273.74.273.367 0 .728-.123 1.12-.508l.643.75.07.085c-.585.56-1.142.77-1.87.77-.673 0-1.22-.19-1.645-.57z"/></svg>
<svg class="tc-image-json tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.072168350219727 15.993667602539062"><path d="M8.058 15.993a7.751 7.751 0 0 0 3.058-.638 8.298 8.298 0 0 0 2.535-1.698 8.067 8.067 0 0 0 1.635-2.287 7.85 7.85 0 0 0 .685-2.32 8.302 8.302 0 0 0-.026-2.335 7.62 7.62 0 0 0-1.1-2.94c-.783-1.226-1.915-2.213-3.21-2.87a8.687 8.687 0 0 0-1.45-.58h-.005c.08.042.16.088.237.134.08.05.158.098.235.15.378.257.728.552 1.038.888.706.763 1.194 1.7 1.48 2.696.188.656.29 1.334.33 2.014.03.496.032.995-.027 1.488a5.865 5.865 0 0 1-.827 2.4 5.08 5.08 0 0 1-1.268 1.39c-.833.62-1.926.99-2.962.744a2.658 2.658 0 0 1-.502-.172 4.149 4.149 0 0 1-2.057-2.204 4.865 4.865 0 0 1-.334-1.695c-.02-.85.148-1.704.565-2.45a4.257 4.257 0 0 1 1.58-1.6l.01-.004a3.404 3.404 0 0 0-1.785.074 3.849 3.849 0 0 0-1.181.628c-.146.115-.284.24-.413.37-.752.77-1.186 1.794-1.353 2.845-.102.65-.102 1.312-.054 1.967.067.927.253 1.853.626 2.707.228.523.527 1.014.898 1.447a5.402 5.402 0 0 0 2.088 1.488c.45.18.925.31 1.407.357.048.003.096.007.144.007zM6.1 15.728c-.103-.047-.202-.1-.3-.152a5.678 5.678 0 0 1-1.351-1.025c-.733-.758-1.225-1.712-1.505-2.723a9.528 9.528 0 0 1-.323-2.116c-.022-.464-.02-.93.03-1.39.09-.837.33-1.663.757-2.39a4.64 4.64 0 0 1 1.197-1.367c.332-.25.7-.454 1.094-.593.55-.193 1.14-.26 1.718-.177.217.03.44.08.644.156.02.006.02.007.036.018.013.01.028.012.042.02.037.015.072.032.108.05a4.208 4.208 0 0 1 1.865 1.957c.283.614.41 1.29.42 1.963.008.72-.12 1.445-.427 2.1a4.21 4.21 0 0 1-1.76 1.888 2.675 2.675 0 0 0 .64.102c.98.033 1.929-.44 2.633-1.097a4.97 4.97 0 0 0 1.179-1.697c.15-.355.266-.726.343-1.105.135-.665.144-1.345.1-2.02-.092-1.348-.45-2.7-1.226-3.82a5.498 5.498 0 0 0-1.076-1.17 5.47 5.47 0 0 0-.914-.61A4.964 4.964 0 0 0 8.869.083L8.65.049a5.548 5.548 0 0 0-.425-.04 6.429 6.429 0 0 0-.68.01c-.475.03-.947.106-1.41.224C3.89.816 1.93 2.378.884 4.449a7.836 7.836 0 0 0-.707 2.088 8.195 8.195 0 0 0-.07 2.52 7.633 7.633 0 0 0 1.076 3.079c.735 1.186 1.795 2.154 3.015 2.825.46.253.942.46 1.44.63.153.05.307.097.462.138z"/></svg>
<svg class="tc-image-justgiving tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.000511169433594 16.553190231323242"><path fill-rule="nonzero" d="M15.81 7.17h-5.59l-3.265 3.28h4.485c-.59 1.315-1.902 2.04-3.432 2.04-2.072 0-3.758-1.78-3.758-3.849 0-2.075 1.686-3.808 3.758-3.808.755 0 1.458.196 2.04.58l3.027-3.04A7.997 7.997 0 0 0 0 8.553c0 4.415 3.58 8 8 8s8-3.41 8-7.826c0-.597-.068-.9-.19-1.558z"/></svg>
<svg class="tc-image-justice tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 880"><path d="M669.536 130.656l-120.736 268h-35.135l128.768-285.312H443.616v664.672c40.96 1.504 250.016 69.344 250.016 69.344V880h-561.92v-34.848s213.696-67.168 245.888-67.168v-664.64H185.12l128.8 285.312h-35.135l-120.736-268-120.736 268H2.177l129.536-286.912V78.656h216.128C347.841 35.36 376.865 0 410.721 0c35.808 0 62.88 37.376 62.88 78.656h220.096v28.384l131.712 291.616h-35.136l-120.736-268zM316.128 431.328c0 86.176-59.776 169.024-158.048 169.024C62.016 600.352.032 517.504.032 431.328c-.032.128 316.096.128 316.096 0zm199.744 0c0 .16 316.128.16 316.128 0 0 86.176-59.776 169.024-158.048 169.024-96.096 0-158.08-82.848-158.08-169.024z"/></svg>
<svg class="tc-image-justify-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v1h8V0H0zm0 2v1h8V2H0zm0 2v1h8V4H0zm1 2v1h6V6H1z"/></svg>
<svg class="tc-image-justify-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v1h8V0H0zm0 2v1h8V2H0zm0 2v1h8V4H0zm0 2v1h6V6H0z"/></svg>
<svg class="tc-image-justify-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v1h8V0H0zm0 2v1h8V2H0zm0 2v1h8V4H0zm2 2v1h6V6H2z"/></svg>
<svg class="tc-image-kaggle tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 9.14699935913086 16.000001907348633"><path fill-rule="nonzero" d="M9.116 15.906c-.015.062-.078.094-.187.094H6.836a.422.422 0 0 1-.328-.165l-3.452-4.393-.965.916v3.407c0 .157-.078.235-.235.235H.236C.078 16 0 15.922 0 15.765V.235C0 .08.078 0 .236 0h1.62c.157 0 .235.08.235.235v9.562l4.135-4.182c.11-.11.22-.164.33-.164h2.16c.095 0 .157.04.19.118.03.094.023.164-.024.212l-4.37 4.228 4.557 5.663c.063.063.078.142.047.236"/></svg>
<svg class="tc-image-kayaking tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.53799819946289 47.78059387207031"><path d="M39.714 29.602c-.997 0-1.949.238-2.793.648a6.622 6.622 0 0 1-2.718.602 6.615 6.615 0 0 1-2.715-.602 6.401 6.401 0 0 0-2.793-.648c-.986 0-1.939.238-2.794.648a6.526 6.526 0 0 1-2.705.602 6.596 6.596 0 0 1-2.72-.602 6.395 6.395 0 0 0-2.794-.648c-.996 0-1.948.238-2.792.648a6.607 6.607 0 0 1-2.711.602 6.617 6.617 0 0 1-2.717-.602 6.342 6.342 0 0 0-2.781-.648c-.998 0-1.902.238-2.747.648-.831.376-1.666.602-2.666.602v4.212c1 0 1.835-.229 2.668-.603a6.309 6.309 0 0 1 2.771-.647c.996 0 1.926.238 2.769.647a6.692 6.692 0 0 0 2.273.557l-3.376 3.483a2.704 2.704 0 0 0-3.431.399l-3.867 4.006c-1.074 1.113-1.075 2.916 0 4.04a2.693 2.693 0 0 0 3.898 0l3.868-4.005c.877-.911 1.029-2.271.481-3.35l4.65-4.812c.318-.104.624-.182.92-.318a6.41 6.41 0 0 1 2.792-.647c.998 0 1.95.238 2.794.647a6.612 6.612 0 0 0 2.72.603c.964 0 1.881-.229 2.705-.603a6.482 6.482 0 0 1 2.794-.647c.996 0 1.948.238 2.793.647a6.632 6.632 0 0 0 2.715.603c.965 0 1.884-.229 2.718-.603a6.408 6.408 0 0 1 2.793-.647c.995 0 1.961.238 2.815.647.82.375 1.737.603 2.737.603v-4.212c-1 0-1.917-.227-2.738-.602a6.553 6.553 0 0 0-2.816-.648zm1.873-20.596l3.867-4.007c1.084-1.123 1.084-2.929 0-4.042a2.678 2.678 0 0 0-3.9 0l-3.866 4.007c-.932.965-1.051 2.441-.372 3.542l-4.809 4.99-9.552-3.667a3.815 3.815 0 0 0-.81-.364c-2.084-.646-4.286.579-4.911 2.737l-2.935 10.225-.059.355H1.268v5.407c1 0 1.403-.171 2.05-.465a7.835 7.835 0 0 1 3.386-.784c1.16 0 2.322.273 3.363.774a5.021 5.021 0 0 0 2.119.475c.729 0 1.437-.157 2.095-.465a7.96 7.96 0 0 1 3.404-.784c1.173 0 2.322.261 3.387.774a4.978 4.978 0 0 0 4.226.01 7.923 7.923 0 0 1 3.397-.784c1.182 0 2.322.261 3.383.774.68.317 1.415.475 2.125.475.725 0 1.447-.157 2.104-.465a7.933 7.933 0 0 1 3.407-.784c.195 0 .995.063 1.786-.481 1.401-.635 1.928-.998 3.153-1.776 1.01-.641 1.808-1.901-.385-1.901h-19l5.869-5.802.745.294c.942.352 1.993-.147 2.344-1.124a1.938 1.938 0 0 0-.405-1.94l4.535-4.717c1.04.569 2.353.42 3.231-.487zM23.601 22.782H22.43l2.365-8.199 4.886 1.889-6.08 6.31zm-.032-18.087l-.504 1.016c-.329.691-1.007 1.071-1.786 1.071h-1.185c.681 1 1.989 1.632 3.248 1.632 2.059 0 3.926-1.741 3.926-3.876v.244h-3.523l-.176-.087zm-2.29 1.087c.406 0 .768-.253.932-.615l.493-.897c.186-.421.58-.488 1.041-.488h3.854C27.094 1.782 25.288 0 23.153 0c-2.533 0-4.582 2.018-4.582 4.65 0 .42.044 1.132.154 1.132h2.554z"/></svg>
<svg class="tc-image-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.5829963684082 35.09099578857422"><path d="M11.083 0c6.122 0 11.084 4.963 11.084 11.084 0 1.245-.206 2.443-.585 3.56l.628.473 1.54 2.696 3.206-1.102-.886 5.776 4.991-.7-.168 5.622 5.524-2.867 1.524 1.537 1.642 8.077-6.652.935L14.89 21.497c-1.187.434-2.47.671-3.807.671C4.963 22.167 0 17.205 0 11.084 0 4.962 4.962 0 11.083 0zM7.917 5.542a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75z"/></svg>
<svg class="tc-image-key-old tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.41699981689453 41.119998931884766"><path d="M11.083 0c6.122 0 11.084 4.962 11.084 11.083 0 1.968-.513 3.816-1.413 5.418l15.663 15.662-4.479 4.479-4.478 4.478-2.24-2.24 4.48-4.477-2.064-2.064-2.495 2.494-2.239-2.239 2.494-2.494-1.759-1.76-3.03 3.032-3.36-3.359 3.032-3.03-4.07-4.07a11.037 11.037 0 0 1-5.126 1.254C4.963 22.167 0 17.205 0 11.083 0 4.963 4.962 0 11.083 0zM7.917 5.542a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75z"/></svg>
<svg class="tc-image-key-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.5 16"><path d="M6 16H0v-4.414l3.783-3.783A5.927 5.927 0 0 1 3.5 6c0-3.309 2.691-6 6-6s6 2.691 6 6-2.691 6-6 6H8v2H6v2zm-4-2h2v-2h2v-2h3.5c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4c0 .559.121 1.109.359 1.639l.285.631L2 12.414V14zm7.5-9.002A1.002 1.002 0 0 1 9.5 7a1.001 1.001 0 0 1 0-2.002m0-1A2.001 2.001 0 1 0 9.502 8 2.001 2.001 0 0 0 9.5 3.998z"/></svg>
<svg class="tc-image-key2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.115001678466797 16.114999771118164"><path d="M15.659 5.025l-1.58-1.58-1.409-1.409-1.58-1.58C10.703.069 10.013 0 9.557.304l-4.319 2.88a1.162 1.162 0 0 0-.383 1.444l1.101 2.203c.034.067.073.139.115.213L.5 12.615l-.5 3.5h3v-1h2v-2h2v-2h2v-1.112c.1.06.196.113.284.157l2.203 1.101c.49.245 1.14.072 1.444-.383l2.88-4.319c.304-.456.236-1.146-.152-1.533zM2.355 13.469l-.707-.707 4.868-4.868.707.707-4.868 4.868zm11.974-6.733l-.707.707a.502.502 0 0 1-.707 0L8.672 3.2a.502.502 0 0 1 0-.707l.707-.707a.502.502 0 0 1 .707 0l4.243 4.243a.502.502 0 0 1 0 .707z"/></svg>
<svg class="tc-image-keyboard tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 12"><path d="M6 7h7v2H6zM3 7h2v2H3zm0-4h2v1H3zm3 3V5H3v1h2zm0-3h1v1H6zm1 2h1v1H7zm1-2h1v1H8zm1 2h1v1H9zm1-2h1v1h-1zm1 2h1v1h-1zm1-2h1v1h-1zm1 2h1v1h-1zm1-2h1v1h-1zm1 3h2V3h-1v2h-1zm1 1h-1v1h-1v1h3V8h-1zm2-7H2C.9 0 0 .9 0 2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 10H2V2h16v8z"/></svg>
<svg class="tc-image-keyboard-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 14.829999923706055"><path d="M2.83 0L12 9.17 21.17 0 24 2.83l-12 12-12-12z"/></svg>
<svg class="tc-image-keyboard-arrow-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.829999923706055 24"><path d="M14.83 21.17L5.66 12l9.17-9.17L12 0 0 12l12 12z"/></svg>
<svg class="tc-image-keyboard-arrow-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.829999923706055 24"><path d="M0 21.17L9.17 12 0 2.83 2.83 0l12 12-12 12z"/></svg>
<svg class="tc-image-keyboard-arrow-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 14.829999923706055"><path d="M2.83 14.83L12 5.66l9.17 9.17L24 12 12 0 0 12z"/></svg>
<svg class="tc-image-keyboard-backspace tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 24"><path d="M36 10H7.66l7.17-7.17L12 0 0 12l12 12 2.83-2.83L7.66 14H36z"/></svg>
<svg class="tc-image-keyboard-capslock tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 24.829999923706055"><path d="M12 5.66l9.17 9.17L24 12 12 0 0 12l2.83 2.83L12 5.66zM0 24.83h24v-4H0v4z"/></svg>
<svg class="tc-image-keyboard-hide tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM18 6h4v4h-4V6zm0 6h4v4h-4v-4zm-6-6h4v4h-4V6zm0 6h4v4h-4v-4zm-2 4H6v-4h4v4zm0-6H6V6h4v4zm18 14H12v-4h16v4zm0-8h-4v-4h4v4zm0-6h-4V6h4v4zm6 6h-4v-4h4v4zm0-6h-4V6h4v4zM20 40l8-8H12l8 8z"/></svg>
<svg class="tc-image-keyboard-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1152"><path d="M384 784v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm128-256v96q0 16-16 16H272q-16 0-16-16v-96q0-16 16-16h224q16 0 16 16zM384 272v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm1024 512v96q0 16-16 16H528q-16 0-16-16v-96q0-16 16-16h864q16 0 16 16zM768 528v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zM640 272v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm384 256v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zM896 272v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm384 256v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm384 256v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm-512-512v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm256 0v96q0 16-16 16h-96q-16 0-16-16v-96q0-16 16-16h96q16 0 16 16zm256 0v352q0 16-16 16h-224q-16 0-16-16v-96q0-16 16-16h112V272q0-16 16-16h96q16 0 16 16zm128 752V128H128v896h1664zm128-896v896q0 53-37.5 90.5T1792 1152H128q-53 0-90.5-37.5T0 1024V128q0-53 37.5-90.5T128 0h1664q53 0 90.5 37.5T1920 128z"/></svg>
<svg class="tc-image-keyboard-return tc-image-button" width="22pt" height="22pt" viewBox="0 0 810.6659545898438 512"><path d="M725.333 42.666v170.667h-561.92l152.96-152.96L256 0 0 256l256 256 60.373-60.373-152.96-152.96h647.253v-256z"/></svg>
<svg class="tc-image-keyboard-tab tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 24"><path d="M21.17 2.83L28.34 10H0v4h28.34l-7.17 7.17L24 24l12-12L24 0l-2.83 2.83zM38 0v24h4V0h-4z"/></svg>
<svg class="tc-image-keyboard-voice tc-image-button" width="22pt" height="22pt" viewBox="0 0 597.3330078125 810.6669921875"><path d="M298.666 512c70.613 0 127.573-57.387 127.573-128l.427-256c0-70.827-57.173-128-128-128-70.613 0-128 57.173-128 128v256c0 70.613 57.387 128 128 128zm226.133-128c0 128-108.16 217.6-226.133 217.6-117.76 0-226.133-89.6-226.133-217.6H0c0 145.707 116.053 266.027 256 286.72v139.947h85.333V670.72c139.947-20.693 256-141.013 256-286.72H524.8z"/></svg>
<svg class="tc-image-khanacademy tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 17.163000106811523 17.437000274658203"><path fill-rule="nonzero" d="M2.466 14.93S0 9.035 4.42 4.64C8.43.646 14.486.028 15.537 0c0 0 1.626 5.337-2.434 11.387-4.055 6.05-9.68 4.41-9.68 4.41S8.98 8.713 8.31 8.757c-.467.027-3.383 3.237-5.844 6.174"/></svg>
<svg class="tc-image-kickstarter tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.585999488830566 16"><path d="M5.199 5.453L8.133 1.2C8.688.4 9.403 0 10.283 0c.715 0 1.335.254 1.86.762.522.51.784 1.117.784 1.826 0 .523-.138.986-.416 1.386L9.866 7.82l3.235 4.102c.323.408.485.886.485 1.433 0 .724-.254 1.345-.763 1.865-.508.52-1.124.78-1.848.78-.793 0-1.398-.258-1.814-.774l-3.962-4.944v2.726c0 .778-.135 1.383-.405 1.814C4.303 15.607 3.586 16 2.647 16c-.855 0-1.518-.29-1.987-.866C.22 14.602 0 13.897 0 13.02V2.91C0 2.08.224 1.394.67.855 1.14.285 1.788 0 2.613 0c.786 0 1.44.285 1.964.855.292.316.477.635.554.96.047.2.07.572.07 1.12v2.518z"/></svg>
<svg class="tc-image-kik tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.966711044311523 8.00400161743164"><path d="M7.654 7.176a.831.831 0 0 1-.825.827.83.83 0 0 1-.825-.826h-.01V3.024h.01v-.02c0-.462.37-.837.824-.837.454 0 .824.375.824.838v.025h.01v4.146h-.01zm7.425-3.26a.918.918 0 0 1 0 1.835.919.919 0 0 1-.922-.918c0-.506.412-.917.92-.917zm-1.39 2.79c.085.13.134.288.134.457 0 .464-.37.84-.827.84a.828.828 0 0 1-.718-.42l-1.372-1.834-.42.39v1.085h-.01a.822.822 0 0 1-.815.78.821.821 0 0 1-.815-.827v-.016H8.83V.865h.018v-.03c0-.46.367-.835.82-.835.45 0 .817.374.817.835v.047h.01l.007 3.065 1.54-1.507a.834.834 0 0 1 1.451.561.838.838 0 0 1-.23.578l.008.008-1.083 1.067 1.515 2.042-.01.008zm-8.83 0c.085.13.134.288.134.457 0 .464-.37.84-.827.84a.828.828 0 0 1-.718-.42L2.077 5.747l-.42.39v1.085h-.01a.822.822 0 0 1-.815.78.821.821 0 0 1-.815-.827v-.016H0V.865h.02C.018.855.018.845.018.835.018.375.385 0 .838 0c.45 0 .817.374.817.835v.047h.01l.007 3.065 1.54-1.507a.833.833 0 0 1 1.45.561.833.833 0 0 1-.23.578l.01.008-1.084 1.067 1.514 2.042-.01.008z"/></svg>
<svg class="tc-image-king tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1300"><path d="M700 100h100v200H700v100h350q62 0 86.5 39.5T1133 534l-66 132q-41 83-81 134H214q-40-51-81-134L67 534q-28-55-3.5-94.5T150 400h350V300H400V100h100V0h200v100zM250 900h700q21 0 35.5 14.5T1000 950t-14.5 35.5T950 1000h-12l137 100H125l138-100h-13q-21 0-35.5-14.5T200 950t14.5-35.5T250 900zM50 1200h1100q21 0 35.5 14.5t14.5 35.5v50H0v-50q0-21 14.5-35.5T50 1200z"/></svg>
<svg class="tc-image-kirby tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.096000671386719 16"><path fill-rule="nonzero" d="M7.048 0L0 4v8l7.048 4 7.048-4V4L7.048 0zm3.14 8.17L8.213 9.235v.146h1.976v1.542H3.902V9.382h1.976v-.146L3.903 8.17V6.26l3.144 1.695 3.144-1.696v1.91z"/></svg>
<svg class="tc-image-kitchen tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M28 .02L4 0C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zM28 36H4V17.95h24V36zm0-22H4V4h24v10zM8 6h4v6H8zm0 14h4v10H8z"/></svg>
<svg class="tc-image-klout tc-image-button" width="22pt" height="22pt" viewBox="0 0 556.0330200195312 512.0000610351562"><path d="M0 512V0h131.584v189.951h117.248C277.84 147.968 321.712 84.639 380.416.001h146.433L358.912 244.223c0 4.096 16.464 28.496 49.409 73.216s65.792 88.4 98.56 131.056L556.033 512H380.401c-16.033-22.528-40.433-56.593-73.2-102.16-32.768-45.568-57.184-79.776-73.216-102.656h-102.4V512H.001z"/></svg>
<svg class="tc-image-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 64 448"><path d="M61.7 0c-3.3 0-6 1.4-8 3.8C35 26.7 0 84.1 0 218.1c0 39.2 33 39.2 32 69.4v.4C30 335 17.1 399 16 418.2c-.4 15.2 9.7 29.8 24.1 29.8h.4c14.4 0 23.5-14.4 23.5-29.6V6.3c0-5-.5-6.3-2.3-6.3z"/></svg>
<svg class="tc-image-knight tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1298"><path d="M600 98l300 161v139H600q0 57 18.5 108t50 91.5 63 72 70 67.5 57.5 61H329q-60-83-90.5-177.5T208 442t33-164.5T328.5 138t126-96.5T600 0v98zM250 898h700q21 0 35.5 14.5T1000 948t-14.5 35.5T950 998h-13l138 100H125l137-100h-12q-21 0-35.5-14.5T200 948t14.5-35.5T250 898zM50 1198h1100q21 0 35.5 14.5t14.5 35.5v50H0v-50q0-21 14.5-35.5T50 1198z"/></svg>
<svg class="tc-image-koding tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15 16"><path fill-rule="nonzero" d="M0 0h15v3.98H0zm0 6.01h11.497v3.98H0zm0 6.01h15V16H0z"/></svg>
<svg class="tc-image-komodo tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.23900032043457 13.476000785827637"><path d="M21.364 4.81c-1.717-1.554-3.629-2.731-5.849-3.416C12.476.456 9.365.06 6.19 0 4.777.101 3.364.207 1.95.3c-.218.014-.342.102-.443.292C.864 1.802.515 3.1.355 4.451 0 7.446.53 10.328 1.482 13.155c.082.244.228.321.483.274.989-.181 1.984-.336 2.972-.524 1.668-.317 3.326-.679 4.879-1.394.871-.401 1.682-.881 2.109-1.815.043-.095.249-.17.374-.161.255.018.512.079.758.156 1.49.467 2.97.965 4.466 1.411 1.017.303 2.053.543 3.083.8.409.102.779-.021 1.027-.354.296-.395.616-.797.798-1.248.756-1.881.808-3.792-1.067-5.489zm-11.247 5.401c-.817.459-1.705.733-2.612.938-1.708.385-3.421.749-5.13 1.129-.223.05-.323.004-.373-.232a412.536 412.536 0 0 0-.976-4.545c-.054-.247.044-.319.258-.368a2.786 2.786 0 0 1 2.008.266c.786.431 1.525.949 2.298 1.406.55.325 1.103.659 1.691.901.887.366 1.768.248 2.588-.247.245-.148.504-.3.689-.51.305-.346.632-.316 1.039-.158-.348.651-.874 1.079-1.482 1.42zm11.52-.173c-.437.777-.955 1.05-1.811.821a40.983 40.983 0 0 1-3.339-1.046c-1.93-.699-3.874-1.331-5.906-1.669a4.143 4.143 0 0 1-1.139-.376c-.618-.307-.892-.899-.781-1.583.145-.899.639-1.607 1.254-2.246.052-.054.104-.109.155-.165.005-.005.001-.018.001-.069-3.302-.041-6.337.782-9.105 2.658 0-.169-.008-.307.001-.444.101-1.451.351-2.865.92-4.219.231-.551.567-.789 1.173-.833 3.349-.245 6.684-.168 9.994.418 2.89.511 5.484 1.677 7.665 3.676.372.341.754.705 1.009 1.131.236.396.376.881.436 1.343.118.913-.071 1.794-.526 2.603zM20.7 6.03c-1.559-1.598-3.339-2.838-5.436-3.601-1.856-.675-3.794-.914-5.756-.97-1.479-.042-2.95.021-4.393.396-.978.254-1.785.734-2.29 1.641-.03.053-.051.111-.093.202.094-.012.148-.017.201-.026 1.511-.255 3.018-.538 4.534-.756 1.264-.182 2.546-.261 3.807-.003 2.575.527 4.764 1.796 6.666 3.586.02.019.027.052.072.143-.119-.078-.173-.117-.229-.151-.596-.363-1.19-.729-1.789-1.087-.208-.124-.42-.199-.677-.101a2.8 2.8 0 0 1-.752.181c-.172.014-.437-.017-.509-.127-.096-.147-.061-.391-.052-.592.004-.081.087-.158.143-.251-.996-.518-2.051-.723-3.137-.808a.302.302 0 0 0-.186.06c-.331.252-.594.563-.613.995-.035.791.16 1.537.793 2.04.587.467 1.225.901 1.901 1.22 2.555 1.207 5.294 1.549 8.085 1.59.089.001.228-.107.262-.196.474-1.231.454-2.354-.55-3.384z"/></svg>
<svg class="tc-image-krakenjs tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.065994262695312 15.757214546203613"><path d="M15.03 11.865c-.031-.212-.118-.412-.231-.574s-.25-.295-.392-.402a2.568 2.568 0 0 0-.988-.447c.079-.103.151-.208.217-.317.134-.223.246-.46.322-.715.074-.254.109-.529.076-.799a1.558 1.558 0 0 0-.288-.737 1.857 1.857 0 0 0-.253-.283l-.07-.061-.072-.058-.075-.055-.073-.049a.086.086 0 0 0-.111.131l.061.064.055.063.053.065.05.066c.064.09.119.183.162.28.086.193.122.395.108.593s-.077.39-.17.571a2.49 2.49 0 0 1-.351.51 3.053 3.053 0 0 1-.217.223c-.019.017-.037.034-.056.049l-.026.022-.003.002h-.001l.005-.005v-.001l-.001.001-.011.007a2.24 2.24 0 0 1-.661.288c-.186.047-.372.064-.551.056s-.354-.046-.521-.107l-.023-.009a1.742 1.742 0 0 0 .439-.119 1.478 1.478 0 0 0 .589-.447c.076-.097.137-.2.183-.303.047-.103.081-.206.106-.306.024-.1.041-.198.05-.294.019-.191.015-.372.002-.546l-.006-.065-.007-.067-.008-.066-.009-.057-.004-.029-.002-.014-.001-.007-.001-.003v-.002l-.001-.008-.009-.054-.017-.109a9.345 9.345 0 0 1-.059-.437c-.01-.073-.014-.146-.021-.219s-.009-.145-.015-.219c-.006-.145-.011-.291-.006-.435.001-.072.007-.144.011-.216.007-.071.012-.143.022-.213.018-.141.045-.281.084-.415s.09-.263.158-.382c.066-.119.15-.226.253-.309a.696.696 0 0 1 .262-.136l.045-.01c.017-.003.038-.004.056-.006h.002a.086.086 0 0 0-.001-.172c-.02-.002-.037-.005-.059-.006-.023 0-.047-.002-.069-.001a.912.912 0 0 0-.38.103c-.157.08-.292.195-.404.325s-.203.275-.28.425a3.22 3.22 0 0 0-.188.462c-.027.078-.048.158-.07.237a6.6 6.6 0 0 0-.176 1.202c-.009.16-.014.321-.016.481v.232l-.001.058-.002.049-.003.048-.004.049c-.01.132-.029.259-.06.37a1.317 1.317 0 0 1-.053.154.765.765 0 0 1-.066.119c-.047.068-.095.101-.145.123s-.112.036-.196.038a1.233 1.233 0 0 1-.293-.03L10.578 9s-.393-.139-.264-.589a.706.706 0 0 1 .544-.375s.631-4.891-3.326-8.034c-.003-.002-.005 0-.005 0C3.57 3.145 4.202 8.036 4.202 8.036a.71.71 0 0 1 .561.407.452.452 0 0 1-.268.554l-.054.012c-.108.023-.209.033-.293.03s-.146-.017-.196-.038a.329.329 0 0 1-.145-.123.73.73 0 0 1-.066-.119 1.155 1.155 0 0 1-.053-.154 1.946 1.946 0 0 1-.06-.37l-.004-.049-.003-.047-.002-.049v-.114c0-.002-.001.011-.001.004V7.8a8.585 8.585 0 0 0-.058-.963 6.717 6.717 0 0 0-.134-.721c-.023-.079-.044-.158-.07-.237-.052-.157-.112-.312-.188-.462s-.167-.294-.28-.425a1.332 1.332 0 0 0-.404-.325.984.984 0 0 0-.249-.088.955.955 0 0 0-.2-.014c-.022.001-.039.004-.059.006a.087.087 0 0 0-.077.095.085.085 0 0 0 .076.076h.002c.019.002.04.003.056.006l.045.01a.711.711 0 0 1 .262.135c.103.083.187.19.253.31.067.118.119.247.158.381s.065.274.084.415c.01.07.015.143.022.213.003.072.01.143.01.216.005.144.001.29-.005.435-.005.073-.008.146-.015.219s-.011.146-.021.219a8.177 8.177 0 0 1-.059.437l-.017.109-.009.055-.001.008v.006l-.001.007-.002.014-.005.028-.009.057-.008.066-.007.067-.006.065c-.014.174-.018.355.001.546a1.825 1.825 0 0 0 .156.6 1.5 1.5 0 0 0 .45.566c.101.076.211.138.322.184a1.733 1.733 0 0 0 .438.119l-.023.009c-.167.061-.341.099-.521.107s-.366-.009-.551-.056a2.264 2.264 0 0 1-.661-.288l-.011-.008h-.001c.001.001 0 0 0 0l.005.005h-.001l-.003-.002a.438.438 0 0 1-.026-.022l-.056-.049a3.053 3.053 0 0 1-.217-.223c-.138-.157-.259-.328-.351-.51s-.155-.374-.17-.571a1.219 1.219 0 0 1 .108-.593c.043-.097.098-.19.162-.28l.05-.066.053-.065.055-.063.061-.064a.087.087 0 0 0-.003-.122.088.088 0 0 0-.108-.009l-.073.049-.075.055-.072.058-.07.061a1.906 1.906 0 0 0-.253.283 1.558 1.558 0 0 0-.288.737c-.033.27.002.545.076.799.075.255.188.493.322.715.066.109.138.214.217.317l-.077.019a2.587 2.587 0 0 0-.911.429c-.142.108-.278.24-.392.402s-.2.363-.231.574c-.033.212-.004.426.058.608a1.58 1.58 0 0 0 .257.468c.051.067.105.127.16.185l.045.044.022.022.021.02.081.072c.111.095.226.184.343.267.237.164.486.302.737.42.23.108.462.198.691.283l.004.01.018.043a3.326 3.326 0 0 0 .068.122l.012.02.013.018.027.037c.018.024.036.049.055.072.157.183.356.309.559.384s.412.099.61.09l.074-.004.072-.009.072-.01c.024-.004.047-.01.07-.015l.07-.016.035-.009.037-.011.073-.023.036-.012c.012-.004.025-.008.033-.012l.117-.051.017-.007.003-.001.006-.003.023-.011.046-.022c.031-.015.062-.028.093-.041s.062-.027.094-.038c.127-.049.257-.088.389-.117.265-.057.54-.079.804-.04.132.02.26.054.379.107s.228.123.314.214l.033.035.029.037.015.019.013.02.025.04a.75.75 0 0 1 .073.178l.013.048.008.049.004.025.002.025.004.051c.002.034 0 .066 0 .1l-.012.113v.001a.086.086 0 0 0 .077.095.087.087 0 0 0 .092-.061l.033-.11c.008-.041.019-.084.024-.125l.007-.062.003-.031v-.096c0-.021-.003-.043-.005-.064a1.03 1.03 0 0 0-.056-.255l-.025-.061-.013-.031L7 14.828l-.032-.059c-.011-.019-.024-.037-.036-.055-.023-.038-.052-.072-.08-.106-.013-.018-.03-.033-.045-.049s-.03-.033-.046-.047a1.505 1.505 0 0 0-.206-.161 1.874 1.874 0 0 0-.465-.217 2.727 2.727 0 0 0-.998-.109 3.2 3.2 0 0 0-.497.072c-.041.008-.082.019-.122.029s-.082.021-.121.033l-.06.018-.03.009-.008.002-.004.001.011-.004-.014.004-.11.03c-.01.003-.016.003-.022.004l-.018.002-.036.005-.018.003-.021.002-.042.003-.042.003-.041-.001h-.04l-.039-.005c-.104-.011-.199-.041-.274-.084s-.13-.098-.161-.152a.286.286 0 0 1-.031-.165c.006-.056.027-.122.07-.195s.105-.15.181-.225a2.54 2.54 0 0 1 .598-.402l.042-.022.045-.02.09-.041c.058-.029.123-.051.184-.077l.33-.135.045-.021.06-.028c.074-.035.148-.069.217-.105.467-.212 1.445-.601 2.32-.601s1.853.389 2.321.601c.069.037.143.071.217.105l.091.042.015.007.013.005.317.13c.061.026.126.048.184.077l.135.061.042.022c.231.115.439.254.598.402.077.075.139.152.181.225s.063.139.07.195a.288.288 0 0 1-.03.165c-.031.054-.086.11-.161.152s-.171.073-.274.084l-.039.005h-.041l-.041.001-.041-.003-.042-.003-.02-.002-.018-.003-.036-.005-.018-.002-.022-.004-.123-.034.011.004-.004-.001-.008-.002-.09-.028c-.04-.012-.081-.023-.121-.033s-.081-.021-.122-.029a3.325 3.325 0 0 0-.497-.072 2.711 2.711 0 0 0-.999.109c-.162.051-.32.122-.465.217a1.446 1.446 0 0 0-.206.161l-.046.047a.534.534 0 0 0-.045.049c-.027.035-.056.068-.08.106-.012.018-.025.036-.036.055l-.032.059-.015.029-.013.031-.026.061a1.087 1.087 0 0 0-.055.255c-.002.021-.005.042-.005.064v.096l.003.031.007.062c.005.041.016.084.024.125.01.038.022.073.033.11.012.039.05.066.092.061a.087.087 0 0 0 .077-.095v-.001l-.012-.113c.001-.034-.002-.066 0-.1l.004-.051a.21.21 0 0 1 .002-.025l.004-.025.008-.049.012-.048a.757.757 0 0 1 .073-.178l.026-.04.012-.02.015-.019.029-.037.032-.035c.087-.091.196-.161.314-.214s.247-.087.379-.107a2.27 2.27 0 0 1 .804.04c.132.029.263.068.389.117.032.011.063.025.094.038s.062.026.093.041l.046.022.031.015c.03.011.01.004.017.007l.013.006.104.045c.007.004.02.008.032.012l.036.012.073.024.037.011.035.009.07.016.07.015.072.01.073.009.075.004c.198.009.406-.015.609-.09s.401-.201.558-.384l.056-.072.027-.037.013-.018.012-.02c.015-.027.031-.053.045-.081l.022-.041.018-.043.004-.01c.229-.086.461-.175.691-.283.251-.117.5-.255.736-.42.117-.083.233-.171.343-.267l.081-.072a.188.188 0 0 0 .021-.02l.067-.067c.055-.058.109-.118.16-.185a1.672 1.672 0 0 0 .257-.468c.061-.182.09-.395.058-.607zm-11.559.175l-.054.037-.053.04-.106.081a.682.682 0 0 0-.052.042l-.052.044-.103.09-.1.098-.049.05-.048.054c-.031.036-.063.071-.094.11a2.115 2.115 0 0 0-.311.532c-.04.101-.071.212-.09.327l-.011.088-.001.012a7.43 7.43 0 0 1-.301-.196 4.46 4.46 0 0 1-.575-.463 3.78 3.78 0 0 1-.246-.261l-.057-.069-.013-.016-.01-.015-.021-.029c-.029-.044-.058-.087-.08-.13a.7.7 0 0 1-.087-.241c-.009-.071-.003-.128.017-.175s.05-.092.097-.139a.834.834 0 0 1 .186-.134c.151-.082.345-.138.546-.164a2.279 2.279 0 0 1 1.201.181c.046.021.09.043.133.067l.064.037.055.028.039.019.038.017c.052.023.105.044.161.063l-.023.016zm2.546-3.719a.32.32 0 1 1 .319.318.318.318 0 0 1-.318-.318zm2.926.229a.319.319 0 1 1 .001 0zm5.157 3.674a.632.632 0 0 1-.03.115.987.987 0 0 1-.057.126 1.52 1.52 0 0 1-.08.13l-.021.029-.01.015-.013.016-.057.069a4.023 4.023 0 0 1-.821.724 7.43 7.43 0 0 1-.301.196l-.001-.012-.011-.088a1.56 1.56 0 0 0-.09-.327 2.098 2.098 0 0 0-.311-.532c-.03-.038-.062-.073-.093-.11l-.048-.054-.049-.05-.1-.098-.103-.09-.052-.044-.052-.043-.159-.121-.054-.037-.023-.015c.056-.019.109-.04.16-.063l.038-.017.039-.019.055-.028.064-.037a2.066 2.066 0 0 1 .717-.239c.204-.03.415-.036.617-.009.201.026.395.082.546.164.076.04.139.087.185.134s.078.091.097.139c.02.047.026.104.017.175z"/></svg>
<svg class="tc-image-krakenjs_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.242000579833984 20.591999053955078"><path d="M8.459 10.104a.31.31 0 1 0 0 .62.31.31 0 0 0 0-.62zm2.324 0a.31.31 0 1 0-.001.621.31.31 0 0 0 .001-.621zm-5.285 3.84l-.038-.018-.053-.028-.062-.036a2.1 2.1 0 0 0-.699-.232 2.201 2.201 0 0 0-.601-.009c-.196.025-.385.08-.532.159-.074.039-.135.085-.181.13s-.075.089-.094.135a.34.34 0 0 0-.017.171.598.598 0 0 0 .029.112c.016.04.032.081.056.122.022.043.05.085.078.127l.021.029.01.014a.11.11 0 0 0 .012.016l.056.067c.075.088.155.173.24.254.17.163.357.313.56.451.095.066.193.129.293.191l.001-.012.011-.086c.018-.112.048-.22.087-.319.078-.198.185-.369.303-.518.03-.037.06-.071.091-.107l.047-.053.048-.048.097-.095.1-.087.051-.043a.61.61 0 0 1 .051-.041l.103-.079.052-.039c.017-.013.035-.024.053-.036l.022-.015a1.806 1.806 0 0 1-.156-.061l-.037-.017zm10.412-.034a.76.76 0 0 0-.181-.13 1.55 1.55 0 0 0-.532-.159 2.202 2.202 0 0 0-1.3.241l-.062.036-.053.028-.038.018-.037.017c-.05.022-.102.043-.156.061l.022.015.053.036.052.039.104.078a.943.943 0 0 1 .051.042l.051.043c.033.029.067.057.1.088l.097.095.048.048.046.053a2.052 2.052 0 0 1 .394.625c.039.099.069.206.087.319l.011.086.001.012c.1-.062.198-.125.293-.191.203-.138.391-.289.56-.451a3.56 3.56 0 0 0 .239-.254l.056-.067.012-.016.01-.015.02-.029c.029-.043.056-.085.078-.127.024-.042.04-.083.056-.123a.662.662 0 0 0 .029-.112c.009-.07.003-.125-.017-.171s-.048-.089-.095-.135zM9.621 0L0 4.726v11.14l9.621 4.726 9.621-4.726V4.726L9.621 0zm7.25 14.457a1.683 1.683 0 0 1-.405.636l-.044.044-.022.022-.02.02-.079.07c-.108.093-.22.179-.334.26-.231.16-.473.294-.717.409-.224.105-.45.193-.673.276l-.003.009-.018.042c-.006.014-.014.026-.021.04l-.044.078-.011.019-.013.018-.026.036c-.018.024-.035.048-.054.07-.153.178-.347.301-.544.374s-.401.097-.594.087l-.073-.004-.071-.009-.07-.01-.069-.015-.068-.015-.034-.009-.036-.011-.071-.023-.035-.012c-.012-.004-.025-.008-.032-.012l-.102-.044-.013-.006-.017-.006-.003-.001-.005-.003-.022-.01-.045-.021c-.03-.015-.06-.027-.09-.04s-.061-.026-.092-.037a2.504 2.504 0 0 0-.379-.114 2.2 2.2 0 0 0-.783-.039c-.128.019-.254.053-.369.104s-.221.12-.306.208l-.032.034-.028.036-.015.018-.012.019-.025.039a.74.74 0 0 0-.071.174c-.004.016-.009.031-.012.047l-.008.048-.004.024-.002.025-.003.049c-.002.033 0 .065 0 .098l.012.11v.001a.083.083 0 0 1-.074.092.085.085 0 0 1-.09-.06c-.01-.035-.022-.07-.032-.107-.008-.04-.018-.082-.023-.122l-.007-.061-.003-.03v-.093c0-.021.003-.042.004-.062.006-.084.027-.167.054-.248l.025-.06.012-.03.015-.029.031-.057c.011-.019.023-.036.035-.054.023-.038.051-.07.078-.104.013-.018.029-.032.043-.047s.029-.032.045-.046c.063-.058.13-.112.201-.157.142-.093.296-.161.453-.211a2.65 2.65 0 0 1 .972-.106c.163.011.325.034.484.07.04.008.08.019.119.029s.079.02.118.032l.059.018.029.009.007.002.004.001-.01-.004.013.004.107.03c.01.003.015.003.021.004l.018.002.035.005.018.003.02.002.041.003.04.003.04-.001h.039l.038-.005c.101-.01.194-.04.267-.081s.127-.096.157-.148c.028-.055.035-.105.029-.16s-.026-.119-.068-.19a1.084 1.084 0 0 0-.177-.219 2.498 2.498 0 0 0-.582-.392l-.041-.022-.131-.06c-.057-.028-.12-.05-.18-.075l-.206-.084-.102-.042-.013-.005-.015-.007-.029-.013-.059-.027c-.072-.034-.144-.067-.211-.103-.455-.206-1.407-.586-2.26-.586s-1.805.379-2.26.586c-.068.036-.14.069-.212.103l-.059.027-.03.013-.015.007-.013.005-.102.042-.206.084c-.06.025-.123.047-.18.075l-.131.06-.041.022a2.456 2.456 0 0 0-.582.392c-.075.073-.135.148-.177.219s-.062.135-.068.19a.269.269 0 0 0 .03.16c.03.053.083.107.157.148s.166.071.267.081l.038.005h.039l.04.001.04-.003.041-.003a.123.123 0 0 0 .02-.002l.018-.003.035-.005.018-.002c.006-.001.011-.001.021-.004l.12-.033-.011.004.004-.001.007-.002.029-.009.059-.018c.039-.012.079-.022.118-.032s.079-.021.119-.029c.159-.036.322-.059.484-.07a2.65 2.65 0 0 1 .972.106c.158.05.312.119.453.211a1.432 1.432 0 0 1 .246.203c.015.016.03.03.043.047.027.034.055.066.078.104.012.018.024.035.035.054l.031.057.015.029.013.03.024.06c.027.081.048.164.054.248.002.02.005.041.005.062v.093l-.003.03-.007.061c-.005.04-.015.082-.023.122-.01.037-.021.071-.032.107a.084.084 0 0 1-.164-.032v-.001l.012-.11c0-.033.002-.064 0-.098l-.004-.049-.002-.025-.004-.024-.008-.048c-.003-.016-.008-.031-.012-.047a.757.757 0 0 0-.071-.174l-.025-.039-.012-.019-.014-.018-.028-.036-.032-.034c-.085-.089-.191-.157-.306-.208s-.241-.085-.369-.104a2.199 2.199 0 0 0-.783.039 2.504 2.504 0 0 0-.471.151c-.03.013-.061.025-.09.04l-.044.021-.022.01-.006.003-.003.001-.017.007-.013.006-.102.044c-.007.004-.02.008-.032.012l-.035.012-.072.023-.036.011c-.012.004-.023.005-.034.009l-.068.015c-.023.005-.045.011-.069.015l-.07.01-.071.009-.072.004c-.193.009-.396-.015-.594-.087s-.391-.195-.544-.374l-.054-.07-.026-.036-.013-.018-.012-.019a3.07 3.07 0 0 1-.044-.078c-.007-.013-.015-.026-.021-.04l-.018-.042-.004-.009a8.832 8.832 0 0 1-.673-.276 4.801 4.801 0 0 1-.717-.409 4.155 4.155 0 0 1-.334-.26l-.079-.07-.02-.02-.022-.022-.044-.043a2.114 2.114 0 0 1-.294-.389 1.593 1.593 0 0 1-.111-.247 1.265 1.265 0 0 1 .169-1.151c.11-.158.243-.287.382-.392a2.54 2.54 0 0 1 .887-.418l.075-.018a3.308 3.308 0 0 1-.211-.309 3.004 3.004 0 0 1-.314-.697 1.96 1.96 0 0 1-.074-.778c.031-.263.131-.515.281-.718.074-.102.157-.194.247-.276l.068-.06.07-.056.073-.054.071-.048a.083.083 0 0 1 .105.009.084.084 0 0 1 .003.119l-.059.062-.053.061-.051.063-.049.065a1.533 1.533 0 0 0-.158.273c-.084.188-.119.385-.105.577s.075.38.165.556c.09.177.208.343.342.497a2.89 2.89 0 0 0 .266.265l.026.021.003.002h.001l-.005-.005v-.001l.001.001.011.007a2.18 2.18 0 0 0 .643.281c.18.044.362.063.537.054.175-.008.345-.045.507-.104l.022-.008a1.807 1.807 0 0 1-.427-.115 1.427 1.427 0 0 1-.574-.435 1.421 1.421 0 0 1-.178-.295 1.73 1.73 0 0 1-.103-.298 1.991 1.991 0 0 1-.049-.286 2.866 2.866 0 0 1-.001-.532l.006-.064.007-.066.008-.064.008-.055.004-.028.002-.014.001-.007.001-.005.001-.008.008-.053.017-.106c.023-.142.042-.284.057-.426.009-.071.013-.142.02-.213s.009-.142.014-.213c.006-.141.01-.284.005-.424 0-.071-.007-.14-.01-.21-.006-.069-.011-.139-.021-.208-.018-.137-.043-.274-.082-.404s-.088-.257-.153-.371a1.016 1.016 0 0 0-.246-.301.674.674 0 0 0-.255-.132l-.044-.01c-.016-.003-.037-.004-.055-.006h-.002a.084.084 0 0 1 .001-.167c.019-.002.036-.005.057-.006.022 0 .046-.002.068-.001.043.002.086.007.128.014a.928.928 0 0 1 .242.085c.153.078.284.19.393.317s.198.268.272.414c.074.146.133.297.184.45.026.076.047.153.069.231.019.077.039.155.054.233a6.275 6.275 0 0 1 .118.938c.008.156.014.313.015.468v.176-.004.11l.002.048.003.046.004.048c.01.129.029.252.059.361.015.054.033.104.052.15.02.044.042.084.064.116.046.066.093.098.141.119s.109.035.191.037a1.171 1.171 0 0 0 .338-.042.441.441 0 0 0 .261-.54.688.688 0 0 0-.546-.396S5.76 5.373 9.614 2.312c0 0 .003-.002.005 0 3.854 3.062 3.239 7.825 3.239 7.825a.687.687 0 0 0-.53.365.445.445 0 0 0 .257.574l.045.01c.105.023.204.032.285.029s.143-.017.191-.037a.32.32 0 0 0 .142-.12.694.694 0 0 0 .064-.116c.019-.046.037-.096.052-.15a1.93 1.93 0 0 0 .059-.361l.004-.048.003-.046.002-.048.001-.056v-.054.004-.175a9.142 9.142 0 0 1 .056-.937c.021-.157.044-.313.077-.469.015-.078.035-.156.054-.233.022-.077.042-.154.069-.231.05-.153.109-.304.183-.45s.163-.287.272-.414c.109-.127.241-.239.393-.317a.905.905 0 0 1 .37-.099.782.782 0 0 1 .068.001c.021.001.038.004.057.006a.085.085 0 0 1 .075.092.085.085 0 0 1-.074.075h-.002c-.018.002-.039.003-.055.006l-.044.01a.674.674 0 0 0-.255.132 1.001 1.001 0 0 0-.246.301c-.065.115-.116.241-.153.372s-.064.267-.082.404c-.01.068-.015.139-.021.208-.003.07-.009.139-.01.21-.005.14 0 .283.005.424.005.071.008.142.014.213s.011.142.02.213c.015.142.035.284.057.426l.017.106.009.053.001.008v.005l.001.007.002.014.004.028.009.055.008.064.007.066.006.064c.014.17.018.345-.001.532a1.991 1.991 0 0 1-.049.286c-.025.098-.058.198-.104.298s-.104.201-.178.295a1.402 1.402 0 0 1-.574.435 1.8 1.8 0 0 1-.325.099c-.034.007-.068.012-.102.017a1.715 1.715 0 0 0 .529.112c.175.008.356-.009.537-.054a2.205 2.205 0 0 0 .643-.28l.011-.007h.001c-.001.001 0 0 0 0l-.005.005h.001l.003-.002.026-.021.054-.048a2.72 2.72 0 0 0 .211-.218c.135-.153.253-.32.342-.497s.151-.364.165-.556a1.198 1.198 0 0 0-.105-.577 1.57 1.57 0 0 0-.158-.273l-.049-.065-.051-.063-.053-.061-.059-.062a.084.084 0 0 1 .003-.119.085.085 0 0 1 .105-.009l.071.048.073.054.07.056.068.06c.09.082.173.174.247.276.15.202.25.454.28.718.032.263-.001.53-.074.778-.074.248-.183.48-.314.697a3.513 3.513 0 0 1-.211.309l.075.019c.306.08.608.208.887.417.139.105.271.233.382.392s.195.353.225.559c.032.207.003.415-.056.592z"/></svg>
<svg class="tc-image-krw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.01904296875 402.00909423828125"><path d="M512.017 191.998V210c0 3.348-1.004 5.346-3 6-.665 1.997-2.673 3-6 3h-61l-47 176.005c-.666 4.67-3.667 7.004-9.002 7.004H341.01c-5.346 0-8.346-2.335-9-7.004L285.008 219h-59.996l-48.005 176.005c-.666 4.67-3.666 7.004-9 7.004h-45.006c-1.34 0-3.349-.656-6-1.997-.666-.655-1.669-2.334-3-4.997L68.996 219.01H9c-3.349 0-5.346-1.004-6-3-1.997-.656-3-2.652-3-6v-18.002c0-2.652 1.003-4.997 3-7.004.656-1.997 2.652-3 6-3h50.002l-9-36.004H9c-3.349 0-5.346-1.004-6-3-1.997-1.33-3-3.328-3-6v-18.995c0-1.997 1.003-4.004 3-6 .656-1.997 2.652-3 6-3h30.997L15.001 11.008c-1.33-3.338-.983-6 1.014-8.007 1.997-1.997 4.66-3 7.998-3h39.004c4.66 0 7.66 1.996 9.001 6l24.996 103.004h103.004L228.014 6.001c1.331-4.004 4.332-6 9.001-6h36.004c4.66 0 7.332 1.997 7.997 6l27.996 103.004h105.001l26-103.004c1.331-4.004 4.332-6 9.001-6h39.004c3.328 0 6 1.003 7.997 3s2.335 4.67 1.004 7.998l-26 97.997h32c3.328 0 5.335 1.003 6 3 1.997 1.997 3 4.004 3 6v18.995c0 2.673-1.004 4.67-3 6-.665 1.997-2.673 3-6 3h-42.005l-9 36.004h50.994c3.328 0 5.335 1.004 6 3 2.007 2.007 3.01 4.352 3.01 7.004zm-332.002-9.994L190.02 146h-82.995l9.001 36.004h63.99zm-33.003 122l23-85.003h-45.006l21.002 85.995V306h1.003v-1.997zm88.003-122h39.998L265.008 146H245.01l-9.994 36.004zm160 0l9-36.004h-85.002l10.005 36.004h65.997zm-32 123.002l21.994-85.995h-45.997l23 85.002v1.003l1.003 1.004v-1.014z"/></svg>
<svg class="tc-image-lab tc-image-button" width="22pt" height="22pt" viewBox="0 0 1033.4599609375 1024"><path d="M961.02 804.482L644.73 277.458V64h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458L72.442 804.482C0 925.216 55.93 1024 196.73 1024h640c140.8 0 196.73-98.784 124.29-219.518zM245.768 640L452.73 295.062V64h128v231.062L787.694 640H245.768z"/></svg>
<svg class="tc-image-lab-shut-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.92500114440918 14.713000297546387"><path d="M6.474 14.712c-.877.001-1.889-.594-2.001-.662l-.432-.25-.028-.015-1.261-.727c-.021-.013-.042-.026-.061-.042l-1.051-.605c-.03-.017-.776-.448-1.192-1.156C0 10.495.01 9.308.012 9.175V6.312C.01 6.188 0 5.002.449 4.241c.416-.706 1.162-1.138 1.193-1.156L3.38 2.082a.45.45 0 0 1 .271-.089h.006a.463.463 0 0 1 .232.866L2.103 3.891c-.006.003-.567.332-.856.821C.978 5.169.934 6.016.94 6.303v2.881c-.005.298.041 1.147.308 1.6.288.49.849.819.854.822l1.111.64c.021.013.042.026.061.042l1.177.678.03.017.465.27c.254.152.981.53 1.538.533.568-.005 1.134-.328 1.14-.331l.439-.254c.014-.008.026-.015.04-.021l2.717-1.567c.007-.003.568-.332.857-.824.268-.451.312-1.301.307-1.59V7.642c0-.025.002-.05.006-.074V5.904c0-.008-.004-.657-.284-1.153-.26-.46-.972-.922-1.224-1.062L9.476 3.11a.383.383 0 0 1-.061-.03l-.283-.165a.462.462 0 0 1-.215-.522c.078-.29.46-.42.695-.273l.205.12c.02.008.039.017.058.028l1.062.612c.109.06 1.142.646 1.576 1.413.403.714.404 1.576.403 1.612v1.744c0 .025-.002.05-.006.074v1.464c.003.123.015 1.312-.435 2.071-.417.707-1.163 1.139-1.194 1.157L8.53 14.002a.398.398 0 0 1-.041.021l-.402.232c-.028.017-.776.448-1.597.455-.005.002-.01.002-.016.002zM6.464 0a.582.582 0 0 1 .571.593v6.148a.583.583 0 0 1-.572.592.58.58 0 0 1-.57-.592V.592c0-.328.257-.591.571-.592z"/></svg>
<svg class="tc-image-label tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 28"><path d="M29.27 1.69A4.015 4.015 0 0 0 26 0L4 .02C1.79.02 0 1.79 0 4v20c0 2.21 1.79 3.98 4 3.98L26 28c1.35 0 2.54-.67 3.27-1.69L38 14 29.27 1.69z"/></svg>
<svg class="tc-image-label-04-01 tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.41999816894531 64.00199890136719"><path d="M44.835 0h-34.25L0 32.573l27.71 31.429 27.71-31.429L44.835 0zM27.692 47.464c-12.423 0-22.484-10.073-22.484-22.503 0-12.423 10.061-22.5 22.484-22.5 12.441 0 22.516 10.077 22.516 22.5 0 12.43-10.074 22.503-22.516 22.503z"/></svg>
<svg class="tc-image-label-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 28"><path d="M29.27 1.69A4.015 4.015 0 0 0 26 0L4 .02C1.79.02 0 1.79 0 4v20c0 2.21 1.79 3.98 4 3.98L26 28c1.35 0 2.54-.67 3.27-1.69L38 14 29.27 1.69zM26 24H4V4h22l7.09 10L26 24z"/></svg>
<svg class="tc-image-label1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.57800006866455 16.658000946044922"><path d="M11.985 2.592C9.395 0 5.203.02 2.61 2.614.017 5.207 0 9.407 2.592 12l4.684 4.658 4.698-4.696c2.59-2.593 2.604-6.776.011-9.37zm-1.14 4.978a3.556 3.556 0 1 1-7.111 0c0-.012.003-.022.003-.034s-.003-.023-.003-.034a3.556 3.556 0 1 1 7.111 0c0 .012-.003.022-.003.034s.003.022.003.034z"/></svg>
<svg class="tc-image-label2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.453176498413086 16.25291633605957"><path d="M14.442 5.896L9.557 1.01a2.59 2.59 0 0 0-3.662 0L1.01 5.896a2.59 2.59 0 0 0 0 3.662l.352.35-.003.005 6.34 6.34 1.596-1.595c.089-.07.18-.133.263-.215l4.885-4.885a2.592 2.592 0 0 0-.002-3.662zm-6.718 4.85a3.471 3.471 0 1 1 3.472-3.47 3.47 3.47 0 0 1-3.472 3.47z"/></svg>
<svg class="tc-image-label3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.020000457763672 16"><path d="M6.01 0L0 3.47v6.941L6.01 16l6.01-5.59V3.471L6.01 0zm-.002 10.581a3.554 3.554 0 0 1-3.553-3.556 3.556 3.556 0 1 1 3.553 3.556z"/></svg>
<svg class="tc-image-label4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.856000900268555 15.999000549316406"><path d="M11.209 0H2.647L0 8.142l6.928 7.857 6.928-7.857L11.209 0zM6.926 9.177a3.498 3.498 0 0 1-3.498-3.5 3.5 3.5 0 1 1 3.498 3.5z"/></svg>
<svg class="tc-image-lamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 38"><path d="M19 33a3 3 0 0 1 3 3v2H2v-2a3 3 0 0 1 3-3h5V13H0L6 0h12l6 13H14v20h5z"/></svg>
<svg class="tc-image-lamp-desk tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M26 19a3 3 0 0 1 3 3H9a3 3 0 0 1 3-3h5v-8H9l6-11h8l6 11h-8v8h5zM0 24h38v14h-4V28H4v10H0V24z"/></svg>
<svg class="tc-image-lamp-desk-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.68635940551758 37.62799835205078"><path d="M35 18.628a3 3 0 0 1 3 3H25a3 3 0 0 1 3-3h2.778l2.425-9.725a3.997 3.997 0 0 1-1.686-2.9l-8.023-2-2.337 6.625-7.66-6.428 7.44-4.2.463.39 10.98 2.736a4 4 0 1 1 3.747 6.453l-2.257 9.049H35zm-35 5h38v14h-4v-10H4v10H0v-14z"/></svg>
<svg class="tc-image-lamp-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.28065490722656 33.64399719238281"><path d="M19.017 29.644h5.351l4.613-16.087a3.488 3.488 0 0 1-.964-2.413l.003-.15-12.856-4.177L9.959 17.03 0 8.674 10.655.644l2.225 1.867L14.914 0l1.554 1.258-1.813 2.24 14.809 4.811a3.5 3.5 0 1 1 2.33 6.324l-4.306 15.011h4.529a3 3 0 0 1 3 3v1h-19v-1a3 3 0 0 1 3-3z"/></svg>
<svg class="tc-image-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M26 0l-7.5 10 5.7 7.6L21 20c-3.38-4.5-9-12-9-12L0 24h44L26 0z"/></svg>
<svg class="tc-image-language tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.7130126953125 1024.0009765625"><path d="M373.713 616q-.57 1.714-7.143-.286t-18-6.571L337.141 604q-25.143-11.429-49.714-28-4-2.857-23.429-18t-21.714-16.286q-38.286 58.857-76.57 103.429-46.287 54.286-60 62.857-2.287 1.143-11.144 2.286t-10.57 0q3.428-2.286 46.856-52.571 12-13.714 48.857-65.714t44.857-67.429q9.714-17.143 29.143-56.286T274.284 424q-4.57-.571-62.857 18.857-4.57 1.143-15.714 4.286t-19.714 5.429-9.714 2.857q-1.143 1.143-1.143 6t-.57 5.429q-2.858 5.714-17.715 8.571-13.143 4-26.857 0-10.286-2.286-16-12-2.286-3.429-2.857-13.143 3.43-1.143 14-2.857T132 444q33.143-9.143 60-18.286 57.143-20 58.286-20 5.714-1.143 24.571-11.143T300 382.285q5.143-1.714 12.286-4.571t8.286-3.143 3.43.286q1.142 6.857-.572 18.857 0 1.143-7.143 15.429t-15.143 30.571-9.714 19.143q-14.286 28.571-44 74.857l36.571 16q6.857 3.429 42.571 18.286t38.571 16q2.286.571 6 14.571T373.714 616zM256.57 338.286q1.714 8.571-2.286 16-6.857 13.143-28.57 21.714-17.145 6.857-34.288 6.857-14.857-1.714-28-14.857-8-8.571-10.286-23.429l.571-1.714q1.714 1.714 11.143 2.857t15.143 0 33.143-9.143q20.571-6.857 31.43-8 9.713 0 12 9.714zM655.428 412l36 129.714-79.429-24zM22.286 869.143l396.57-132.571V146.858L22.286 280.001v589.143zM731.429 688l58.286 17.714-103.429-375.429-57.143-17.714-123.43 306.286 58.286 17.714 25.714-62.857 120.571 37.143zm-287.43-549.714l327.43 105.143V26.286zm177.714 756l90.286 7.429-30.857 91.429-22.857-37.714q-74.286 47.429-157.714 61.714-33.143 6.857-52 6.857h-48q-45.143 0-114-22.286t-104.857-48.571q-4.57-4-4.57-9.143 0-4.571 2.856-7.714t7.43-3.143q2.285 0 10.285 4.286t17.43 9.429 11.713 6.286q41.714 21.143 91.143 35.143t90 14q54.286 0 95.43-8.286t89.713-28.857q8.571-4 17.43-8.857t19.428-10.857 16.286-9.429zm256-616.572v616.571L435.427 753.714q-8 3.429-214.286 72.857T10.856 896q-7.429 0-10.286-7.429 0-.571-.57-1.714v-616q1.713-5.143 2.285-5.714 2.857-3.429 11.43-6.286 60.57-20 85.142-28.571V10.857L417.714 124q1.143 0 91.714-31.429t180.571-62T782.285 0q11.43 0 11.43 12v238.857z"/></svg>
<svg class="tc-image-language-csharp tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.51099395751953 29.003999710083008"><path d="M21.186 22.733c-.674.273-1.49.491-2.45.655-.958.165-1.943.249-2.955.253-2.872-.03-5.098-.847-6.677-2.45-1.579-1.604-2.38-3.813-2.401-6.63.06-3.091.932-5.4 2.617-6.923 1.686-1.524 3.825-2.285 6.419-2.281 1.162.01 2.195.114 3.098.315.903.2 1.672.44 2.306.718l1.352-5.163C21.912.92 21.019.642 19.813.394 18.608.146 17.166.014 15.485 0 11.072.029 7.414 1.33 4.512 3.907 1.611 6.482.107 10.157 0 14.933c.005 4.053 1.252 7.389 3.741 10.007 2.49 2.618 6.194 3.973 11.111 4.064 1.728-.017 3.223-.152 4.486-.407 1.264-.254 2.189-.526 2.777-.818l-.93-5.046zm12.037-5.462l.676-5.12h3.842l-.633 5.12h-3.885zm-1.689 11.347l1.056-7.6h3.842l-1.098 7.6h3.8l1.056-7.6h4.138v-3.747h-3.462l.633-5.12h4.012V8.405h-3.379l1.055-7.178h-3.758l-1.055 7.178h-3.885l1.056-7.178h-3.716l-1.097 7.178h-4.138v3.747h3.547l-.676 5.12h-4.096v3.746h3.463l-1.098 7.6h3.8z"/></svg>
<svg class="tc-image-language-java tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.19000244140625 52.047000885009766"><path d="M25.346 39.975l2.77 1.98-.453.072.454.323c-4.424.715-7.768.986-10.258.968-7.378.036-7.675-2.358-6.166-3.558.348-.447.931-.81 1.581-.972 0 3.166 7.322 1.979 12.072 1.187zm.99-5.54l2.374 1.583c-5.146 1.78-8.3 1.885-11.107 1.867-7.531.03-8.553-2.117-7.142-3.09.213-.336.652-.612 1.23-.757.791 3.167 7.124 1.584 14.644.396zm4.353 2.77s2.414-1.557 4.23-3.31c.735-.762 1.318-1.542 1.51-2.231.989-3.563-4.552-3.563-4.552-3.563.389-.141 7.52-2.97 7.023 2.618.133 2.628-2.415 6.054-8.089 6.8-.17.029-.268-.08-.122-.314zm.792-26.915l-.517.423-.021.106.538-.133c-1.457 1.457-7.766 4.291-8 7.786l.084.526c.498 1.992 3.034 3.436 2.873 5.614.1 1.362-.817 3-4.06 5.27l.134-.38c-.17.125-.346.251-.53.38l1.187-3.364c.792-2.375-3.166-3.166-3.166-6.333 0-2.188 1.032-3.925 2.467-5.283 3.207-3.391 9.01-4.612 9.01-4.612zM25.148 0c1.372 1.524 1.892 2.989 1.838 4.392.238 6.07-10.58 11.012-10.743 14.606.137 3.18 3.396 7.948 4.156 8.708l-.852-.695.852 1.09s-.464-.353-1.147-.947c.325.456.592.789.75.947 0 0-6.728-5.145-6.728-9.103 0-1.543.794-3.312 3.17-5.627 1.31-1.345 3.166-2.876 5.736-4.664.318-.221.606-.454.867-.696 2.967-3.2 1.705-7.616 1.705-7.616.194.215.37.43.531.642-.067-.404-.135-.641-.135-.641l.115.13L25.148 0zM14.067 27.706l-1.453.568c.645-.111 1.057-.173 1.057-.173l-.325.123.72-.122c-2.216.83-4.166 1.662-4.576 2.256.702.74 6.204.712 21.794-1.07l-.892.453c.164-.019.33-.038.403 0l.489-.056s-4.516 2.913-15.796 2.866a73.686 73.686 0 0 1-6.567-.294c-3.985-.64-4.49-1.358-3.502-2.014.632-1.335 8.648-2.537 8.648-2.537zm-5.541 15.04l-.67.4a.955.955 0 0 1 .243.012l.427-.016s-1.99 1.044-2.256 2.003c.194.605 1.375 1.103 4.63 1.163 21.374.396 26.123-2.77 26.123-2.77l-.67.724.67-.328c-2.483 3.103-7.886 4.26-17.735 4.233-2.81.002-5.99.3-9.575.12C1.16 47.859 0 46.112 1.49 44.959c.802-1.14 4.562-2.213 7.036-2.213zm31.664 3.958c-2.554 3.648-10.103 5.002-16.646 4.975-7.796.016-15.019-1.017-15.019-1.413 0 0 18.998 1.781 31.665-3.562z"/></svg>
<svg class="tc-image-language-java-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.87699890136719 25.334001541137695"><path d="M21.825 5.262l3.216.098 3.41 11.4c1.364-3.02 2.728-7.113 2.923-11.4h3.215c-2.63 10.913-2.697 9.938-4.58 14.713h-3.702l-4.482-14.81zM0 23.58c2.728-2.533 2.923-2.143 3.118-6.82.195-4.677 0-16.76 0-16.76h3.117l-.194 17.54s.78 5.456-4.677 7.794L0 23.58zm17.1-12.471c-.05-1.253-.084-2.978-1.17-3.606-1.807-1.045-4.578-.467-6.382.585-.163-.699-.824-1.8-.194-2.144 2.764-1.512 7.07-1.863 9.45.201 1.4 1.214 1.297 3.5 1.268 5.353v8.575h-2.535l-.195-1.462c-2.028 1-7.99 3.995-8.964-2.144-.195-2.24 1.17-5.358 8.72-5.358zm-.244 2.143c-4.97-.974-5.944 1.56-5.456 3.02.487 1.462 1.656 3.216 5.7.39-.146-.682-.276-2.273-.244-3.41zm27.916-2.092c-.05-1.253-.085-2.977-1.17-3.605-1.807-1.046-4.578-.468-6.382.584-.163-.698-.824-1.799-.195-2.143 2.765-1.513 7.07-1.864 9.452.2 1.4 1.215 1.295 3.501 1.266 5.354v8.574H45.21l-.195-1.462c-2.028 1-7.99 3.995-8.964-2.143-.195-2.241 1.17-5.36 8.72-5.36zm-.244 2.143c-4.97-.974-5.944 1.56-5.457 3.021.488 1.462 1.657 3.215 5.7.39-.146-.682-.276-2.274-.243-3.41z"/></svg>
<svg class="tc-image-language-python tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33300018310547 44.33399963378906"><path d="M37.999 11.084a6.333 6.333 0 0 1 6.334 6.333v9.5a6.333 6.333 0 0 1-6.334 6.333H22.166c0 .875.709 1.584 1.583 1.584h9.5V38a6.333 6.333 0 0 1-6.333 6.334h-9.5A6.333 6.333 0 0 1 11.083 38v-8.312a6.333 6.333 0 0 1 6.333-6.334h11.083a6.333 6.333 0 0 0 6.334-6.333v-5.937h3.166zm-9.5 26.125c-.874 0-1.583.667-1.583 1.979 0 1.311.709 1.583 1.583 1.583.875 0 1.584-.272 1.584-1.583 0-1.312-.71-1.98-1.584-1.98zM6.333 33.25A6.333 6.333 0 0 1 0 26.917v-9.5a6.333 6.333 0 0 1 6.333-6.333h15.833c0-.875-.709-1.584-1.583-1.584h-9.5V6.334A6.333 6.333 0 0 1 17.416 0h9.5a6.333 6.333 0 0 1 6.333 6.334v8.312a6.333 6.333 0 0 1-6.333 6.334H15.833A6.333 6.333 0 0 0 9.5 27.313v5.937H6.333zm9.5-26.124c.874 0 1.583-.668 1.583-1.98 0-1.311-.709-1.583-1.583-1.583-.875 0-1.583.272-1.583 1.583 0 1.312.708 1.98 1.583 1.98z"/></svg>
<svg class="tc-image-language-python-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 40.18600082397461"><path d="M0 9.5c14.25-9.5 18.72 2.722 19.093 9.428.372 6.706-6.147 15.16-14.343 9.572v11.084L0 36.417V9.5zm4.563 3.514v11.083c7.451 4.47 10.013.791 10.013-5.542 0-8.941-5.17-9.267-10.013-5.541zm22.353-6.68s-.372 7.17 0 14.25c.745 7.078 9.5 1.583 9.5 1.583V7.917l4.75.58V27.52c0 12.666-12.666 12.064-12.666 12.064l-1.584-4.75c11.084 0 9.687-7.338 9.687-7.338-13.412 5.216-14.437-3.746-14.437-3.746V9.5l4.75-3.166z"/></svg>
<svg class="tc-image-lanyrd tc-image-button" width="22pt" height="22pt" viewBox="0 0 482.21807861328125 513.8780517578125"><path d="M.17 58.369c-.17-3.755.854-7.254 3.073-10.496 2.218-3.243 4.522-6.059 6.911-8.448s6.4-5.035 12.032-7.937c5.633-2.9 10.24-5.12 13.825-6.655 3.584-1.537 9.216-3.926 16.896-7.168 7.68-3.243 13.568-5.718 17.663-7.425C89.003 2.731 105.557 0 120.234 2.049c14.678 2.048 23.894 8.021 27.649 17.92 8.533 22.869 26.026 77.397 52.48 163.584 26.453 86.186 46.165 147.883 59.136 185.088 91.477-30.038 147.115-47.957 166.912-53.76 5.46-2.048 11.86-2.731 19.2-2.048 7.338.682 12.885 4.607 16.64 11.775 7.85 16.043 13.397 32.854 16.64 50.433s3.327 30.293.255 38.144c-6.485 5.12-16.64 10.58-30.464 16.383s-26.71 10.753-38.656 14.849c-11.947 4.096-27.22 9.045-45.823 14.848-18.603 5.802-31.147 9.728-37.633 11.776-3.413 1.024-9.898 3.243-19.455 6.655a1892.316 1892.316 0 0 1-27.137 9.473c-8.533 2.901-18.431 6.144-29.695 9.728-11.264 3.583-21.675 6.57-31.232 8.96s-18.774 4.352-27.649 5.888c-8.874 1.536-16.469 2.133-22.783 1.792-6.315-.342-10.667-1.878-13.057-4.608-6.144-6.144-11.605-15.019-16.383-26.624s-9.728-26.454-14.848-44.544c-5.12-18.09-8.363-29.355-9.729-33.792-14.336-42.667-33.62-100.438-57.855-173.312a274357.34 274357.34 0 0 0-53.248-160C1.451 66.22.341 62.124.171 58.37z"/></svg>
<svg class="tc-image-laptop tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M4.75 38L0 23.75V0h33.25v20.583L38 34.833V38H4.75zm25.333-17.417V3.167H3.167v17.416h26.916zm1.32 3.959l-.528-1.584h-3.661l.593 1.584h3.596zM3.958 22.958l.528 1.584h3.53l-.594-1.584H3.958zm8.808 1.584l-.594-1.584H8.214l.593 1.584h3.959zm4.75 0l-.594-1.584h-3.958l.593 1.584h3.959zm4.75 0l-.594-1.584h-3.958l.593 1.584h3.959zm4.75 0l-.594-1.584h-3.958l.593 1.584h3.959zm7.553 9.5l-.527-1.584h-3.266l.594 1.584h3.2zM7.125 32.458l.528 1.584h3.925l-.594-1.584H7.125zm9.203 1.584l-.594-1.584h-3.958l.594 1.584h3.958zm4.75 0l-.594-1.584h-3.958l.594 1.584h3.958zm4.75 0l-.594-1.584h-3.958l.594 1.584h3.958zm4.75 0l-.594-1.584h-3.958l.594 1.584h3.958zm-24.509-4.75l.528 1.583h3.794l-.594-1.583H6.069zm9.072 1.583l-.594-1.583h-3.958l.593 1.583h3.959zm4.75 0l-.594-1.583h-3.958l.593 1.583h3.959zm4.75 0l-.594-1.583h-3.958l.593 1.583h3.959zm4.75 0l-.594-1.583h-3.958l.593 1.583h3.959zm4.123 0l-.528-1.583H29.59l.593 1.583h3.332zm-28.5-4.75l.528 1.583h3.661l-.594-1.583H5.014zm8.94 1.583l-.595-1.583H9.401l.594 1.583h3.958zm4.75 0l-.595-1.583h-3.958l.594 1.583h3.958zm4.75 0l-.595-1.583h-3.958l.594 1.583h3.958zm4.75 0l-.595-1.583h-3.958l.594 1.583h3.958zm4.254 0l-.527-1.583H28.4l.594 1.583h3.463z"/></svg>
<svg class="tc-image-laptop-alt tc-image-button" width="22pt" height="22pt" data-tags="remove-circle, cancel, close, remove, delete" data-du="" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600 600-268.63 600-600S931.37 0 600 0zM289.966 323.877h620.068v405.835H289.966V323.877zm76.904 73.975V655.81h466.26V397.85H366.87zM212.256 766.626h775.488v68.628l-39.404 40.87H251.66l-39.404-40.87v-68.628zm315.82 22.485v62.183h143.848v-62.183H528.076z"/></svg>
<svg class="tc-image-laptop-chromebook tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 34"><path d="M44 30V0H4v30H0v4h48v-4h-4zm-16 0h-8v-2h8v2zm12-6H8V4h32v20z"/></svg>
<svg class="tc-image-laptop-mac tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 34"><path d="M40 30c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4H8C5.79 0 4 1.79 4 4v22c0 2.21 1.79 4 4 4H0c0 2.21 1.79 4 4 4h40c2.21 0 4-1.79 4-4h-8zM8 4h32v22H8V4zm16 28c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
<svg class="tc-image-laptop-windows tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 34"><path d="M40 30v-2c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4H8C5.79 0 4 1.79 4 4v20c0 2.21 1.79 4 4 4v2H0v4h48v-4h-8zM8 4h32v20H8V4z"/></svg>
<svg class="tc-image-laravel tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16.000957489013672"><g fill-rule="nonzero"><path d="M4.3 8.85l9.14-2.19c-.507-.717-2.806-3.976-3.028-4.286-.25-.35.006-.512.412-.58a656.2 656.2 0 0 1 4.202-.7c.252-.037.46-.118.808.205A2.121 2.121 0 0 0 13.878 0H2.122A2.12 2.12 0 0 0 .038 1.723L4.3 8.85z"/><path d="M15.157 1.918c-.137.03-3.178.58-3.365.605-.187.025-.125.13-.05.238l2.676 3.67L16 6.04V2.618c-.22-.28-.38-.485-.418-.54-.17-.23-.288-.192-.425-.16m.843 8.17a714.119 714.119 0 0 1-1.706-2.34c-.11-.16-.17-.19-.432-.106l-8.91 2.32s2.735 4.732 2.945 5.035c.21.304.338.28.502.21.126-.054 5.202-1.77 7.6-2.583v-2.535zm0-1.567V7.18l-.834.223L16 8.52M10.53 16h3.348a2.121 2.121 0 0 0 2.115-1.958c-1.71.618-3.924 1.41-5.464 1.958m-6.831-5.712c-.994.26-2.423.634-3.698.964v2.626C0 15.05.95 16 2.122 16h4.8c-.628-1.026-2.337-4.105-3.224-5.712m-.748-1.38L0 3.817v6.07l2.887-.69c.235-.055.18-.085.063-.288"/><path d="M15.095 7.306L16 7.06v.42l-.62.207-.285-.382z"/></g></svg>
<svg class="tc-image-laser tc-image-button" width="22pt" height="22pt" viewBox="0 0 54.76200485229492 42.06199645996094"><path d="M27.202 23.946l12.256 4.919-3 5.196-10.381-8.149a8.042 8.042 0 0 1-1.688 1.615l3.978 5.903-2.165 1.25-3.124-6.397a7.943 7.943 0 0 1-2.183.637l1.877 13.142h-6l1.877-13.139a7.944 7.944 0 0 1-2.248-.661l-3.128 6.405-2.165-1.25 3.988-5.918a8.048 8.048 0 0 1-1.636-1.571L3 34.138l-3-5.196 12.34-4.953a7.947 7.947 0 0 1-.543-2.233l-7.028.488v-2.5l7.03.488a7.95 7.95 0 0 1 .544-2.231L.092 13.083l3-5.196 10.391 8.157a8.046 8.046 0 0 1 1.632-1.556l-3.946-5.856 2.165-1.25 3.097 6.343a7.945 7.945 0 0 1 2.2-.646L16.762 0h6l-1.868 13.08a7.945 7.945 0 0 1 2.176.634l3.11-6.369 2.165 1.25-3.96 5.876a8.047 8.047 0 0 1 1.658 1.574l10.41-8.17 3 5.195-12.274 4.927c.132.324.242.66.331 1.003h27.196l.056 2-.056 2H27.51c-.083.324-.186.64-.308.946z"/></svg>
<svg class="tc-image-last tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 768"><path d="M768 0v768H640V416L320 736V416L0 736V32l320 320V32l320 320V0z"/></svg>
<svg class="tc-image-last-page tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.81999969482422 24"><path d="M0 2.82L9.18 12 0 21.18 2.82 24l12-12-12-12zM20.82 0h4v24h-4z"/></svg>
<svg class="tc-image-lastfm tc-image-button" width="22pt" height="22pt" viewBox="0 0 671.248046875 400"><path d="M0 200C0 144.768 19.537 97.648 58.592 58.592 97.65 19.536 144.785 0 200 0c41.76 0 78.689 10.672 110.88 32.065 32.145 21.376 56.784 51.76 73.985 91.168 5.04 12.128 26.752 62.64 65.135 151.52 7.073 16.144 13.376 28.544 18.96 37.12 5.553 8.592 13.777 16.112 24.737 22.704 10.944 6.576 24.336 10.191 40.175 10.895h3.521c22.56 0 41.248-6.08 56.08-18.191 15.472-12.8 23.392-28.992 23.728-48.496 0-9.072-1.36-16.672-4.048-22.736-2.704-6.048-7.664-11.44-14.897-16.176-7.231-4.689-14.048-8.304-20.464-10.832-6.4-2.544-16.336-5.985-29.807-10.352-42.065-13.824-72.368-28.864-90.897-45.2-18.527-16.336-27.775-39.137-27.775-68.433 0-30.64 9.664-55.135 29.04-73.487 19.344-18.352 45.695-27.536 79.023-27.536 42.769 0 74.945 19.36 96.48 58.096l-42.447 21.696c-15.136-20.864-33.985-31.313-56.544-31.313-15.489 0-28.352 4.8-38.64 14.385-10.272 9.6-15.425 21.808-15.425 36.64 0 4.368.337 8.496 1.04 12.368.673 3.888 2.08 7.328 4.305 10.352 2.176 3.008 4.191 5.728 6.048 8.08 1.84 2.352 4.784 4.8 8.847 7.328 4 2.496 7.409 4.448 10.08 5.808 2.705 1.344 6.913 3.12 12.625 5.312 5.711 2.176 10.192 3.775 13.392 4.8 3.2 1.024 8.512 2.672 15.903 5.024 7.409 2.384 12.993 4.064 16.705 5.056 36.335 12.112 62.335 26.256 78.015 42.416 15.649 16.16 23.488 39.727 23.488 70.72 0 33.664-12.8 61.6-38.368 83.84-25.296 21.871-56.592 32.816-93.968 32.816h-1.52c-33.663 0-60.768-7.824-81.312-23.472-20.527-15.664-37.872-39.312-52-71.009l-7.072-16.624L332.85 140.88c-11.12-25.935-28.704-46.8-52.784-62.624-24.08-15.84-50.752-23.727-80.048-23.727-40.065 0-74.32 14.223-102.77 42.655C68.785 125.664 54.56 159.936 54.56 200s14.24 74.32 42.672 102.768c28.448 28.448 62.704 42.704 102.768 42.704 27.616 0 52.865-7.151 75.744-21.472 22.912-14.335 40.592-33.232 53.04-56.847l25.76 59.615c-18.527 22.896-41.231 40.849-68.176 53.76C259.424 393.52 230.641 400 200 400c-55.216 0-102.352-19.551-141.408-58.576C19.536 302.352 0 255.216 0 200z"/></svg>
<svg class="tc-image-lastfm-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c132 0 245 46.667 339 140s141 206.667 141 340c0 132-47 245-141 339S612 960 480 960c-133.333 0-246.667-47-340-141S0 612 0 480c0-133.333 46.667-246.667 140-340S346.667 0 480 0m132 620c80 0 120-26.667 120-80 0-44-25.333-72-76-84l-38-8c-21.333-5.333-32-16.667-32-34 0-20 13.333-30 40-30 29.333 0 44.667 11.333 46 34l58-6c-4-49.333-37.333-74-100-74-68 0-102 28-102 84 0 40 22 65.333 66 76l40 8c26.667 6.667 40 18.667 40 36 0 21.333-20.667 32-62 32-50.667 0-84-24.667-100-74l-20-58c-12-38.667-27-65.667-45-81-18-15.333-46.333-23-85-23-36 0-67.667 13.333-95 40s-41 62-41 106c0 41.333 13 74.333 39 99s57 37 93 37 64.667-8.667 86-26l-18-50c-18.667 18.667-40.667 28-66 28-21.333 0-39.667-8.333-55-25-15.333-16.667-23-38.333-23-65 0-33.333 8.333-57.667 25-73 16.667-15.333 35.667-23 57-23 22.667 0 39 6 49 18s19 30.667 27 56l18 58c21.333 68 72.667 102 154 102"/></svg>
<svg class="tc-image-lastfm-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1432 924q0-173-234-239-35-10-53-16.5t-38-25-29-46.5q0-2-2-8.5t-3-12-1-7.5q0-36 24.5-59.5T1157 486q54 0 71 15h-1q20 15 39 51l93-71q-39-54-49-64-33-29-67.5-39t-85.5-10q-80 0-142 57.5T953 563q0 7 2 23 16 96 64.5 140t148.5 73q29 8 49 15.5t45 21.5 38.5 34.5T1314 917v5q1 58-40.5 93t-100.5 35q-97 0-167-144-23-47-51.5-121.5t-48-125.5-54-110.5-74-95.5T675 392.5 528 368q-101 0-192 56T192 572t-50 192v1q4 108 50.5 199T326 1111.5t196 56.5q186 0 279-110 20-27 31-51l-60-109q-42 80-99 116t-146 36q-115 0-191-87t-76-204q0-105 82-189t186-84q112 0 170 53.5T802 712q8 21 25.5 68.5T856 857t31.5 74.5 38.5 74 45.5 62.5 55.5 53.5 66 33 80 13.5q107 0 183-69.5t76-174.5zm104-636v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-lastfm2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-2.834 11.887c-2.775 0-3.737-1.25-4.25-2.806l-.513-1.603c-.384-1.172-.834-2.084-2.244-2.084-.978 0-1.972.706-1.972 2.678 0 1.541.784 2.503 1.894 2.503 1.25 0 2.084-.931 2.084-.931l.513 1.394s-.866.85-2.678.85c-2.25 0-3.5-1.313-3.5-3.75 0-2.534 1.25-4.025 3.609-4.025 2.134 0 3.206.769 3.881 2.853l.528 1.603c.384 1.172 1.059 2.022 2.678 2.022 1.091 0 1.669-.241 1.669-.834 0-.466-.272-.803-1.091-.994l-1.091-.256c-1.331-.322-1.859-1.009-1.859-2.1 0-1.747 1.412-2.294 2.853-2.294 1.634 0 2.631.594 2.759 2.038l-1.603.194c-.066-.691-.481-.978-1.25-.978-.706 0-1.137.322-1.137.866 0 .481.209.769.912.931l1.025.225c1.378.322 2.116.994 2.116 2.294 0 1.597-1.347 2.206-3.334 2.206z"/></svg>
<svg class="tc-image-launch tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 32H4V4h14V0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V18h-4v14zM22 0v4h7.17L9.51 23.66l2.83 2.83L32 6.83V14h4V0H22z"/></svg>
<svg class="tc-image-launchpad tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.375999450683594 16.001998901367188"><path d="M13.855 12.452l-2.954-1.704-3.19 1.843v3.411l6.144-3.55zm-7.19 3.55v-3.413l-3.19-1.842-2.954 1.705 6.145 3.55zm.52-4.317l3.193-1.843V6.158l-3.19-1.841-3.19 1.842v3.685l3.188 1.84zM.001 4.455v7.095l2.954-1.706V6.16L0 4.454zm13.077.747l-1.656.957v3.683l2.954 1.706V4.452l-1.298.75zM.521 3.55l2.957 1.706 3.188-1.842V.002L.521 3.55zm10.38 1.706l2.955-1.706L7.71 0v3.414l3.19 1.842z"/></svg>
<svg class="tc-image-laundry tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 39 47"><path d="M0 10v33.74C0 45.21 1.237 47 2.76 47h33.218C37.497 47 39 45.21 39 43.74V10H0zm19.46 26.776c-5.86 0-10.611-4.594-10.611-10.263S13.6 16.25 19.46 16.25s10.611 4.594 10.611 10.263c0 5.67-4.751 10.263-10.611 10.263zM35.978 0H2.76C1.237 0 0 1.033 0 2.505V8h39V2.505C39 1.033 37.497 0 35.978 0zM13 6H2V2h11v4zm19.146-.28c-1.249 0-2.258-.979-2.258-2.188 0-1.207 1.009-2.186 2.258-2.186s2.261.979 2.261 2.186c-.001 1.208-1.012 2.188-2.261 2.188z"/></svg>
<svg class="tc-image-laundry-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 11"><path d="M4 0L3 2H1S0 2 0 3v7s0 1 1 1h7c1 0 1-1 1-1V1c0-1-1-1-1-1H4zm1 1h3v1H5V1zm-.5 3a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"/></svg>
<svg class="tc-image-laundry-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13"><path d="M6 0L4 2H1S0 2 0 3v9c0 1 1 1 1 1h9s1 0 1-1V1c0-1-1-1-1-1H6zm.5 1h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1zm-1 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
<svg class="tc-image-lavalamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 39.25"><path fill-opacity=".851" d="M0 38.25l4-10-2-9 3-19C5.976.25 5.855 0 7.928 0 10 0 9.976.25 11 .25l3 19-2 9 4 10c-4 1-8.072 1-8.072 1S4 39.25 0 38.25zm5-14h.5s2-2 2-4-1-1.5-1-2.5c0-1.5 1.75-1.5 1.75-1.5s1.75 0 1.75 1.5c0 1-1 1.5-1 2.5s.5 4 1.5 4h.5l1-5-2.25-15h-3.5l-1.137 7.207a2 2 0 1 1-.467 3.266L4 19.25l1 5zm3-18a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm1 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/></svg>
<svg class="tc-image-law tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 3c-.83 0-1.5-.67-1.5-1.5S6.17 0 7 0s1.5.67 1.5 1.5S7.83 3 7 3zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 4H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V4h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 6L1 9h3L2.5 6zM13 9l-1.5-3L10 9h3z"/></svg>
<svg class="tc-image-lawyer tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 38.99480438232422"><path d="M.295 21.595a6.457 6.457 0 0 0 12.805 0H.295zm34.887 12.999a1 1 0 0 1-.998 1.003H15.528c-.548 0-1-.45-1-1.003a.998.998 0 0 1 1-.993h18.655c.552 0 .999.444.999.993zm-20.545 1.514h20.437v2.887H14.637zM36.9 21.595a6.457 6.457 0 0 0 6.402 5.626 6.452 6.452 0 0 0 6.399-5.626H36.9zm12.449-2.01l-5.243-7.221h2.803c.682 0 1.231-.56 1.231-1.25 0-.685-.55-1.238-1.231-1.238H32.061a7.353 7.353 0 0 0-5.634-4.732V1.247C26.427.554 25.871 0 25.182 0l-.116.013L24.95 0a1.24 1.24 0 0 0-1.243 1.246v3.895a7.348 7.348 0 0 0-5.632 4.732H3.224c-.677 0-1.229.553-1.229 1.238 0 .692.552 1.25 1.229 1.25h2.675L.655 19.584H0v1.334h13.398v-1.334h-.658l-5.242-7.22h12.169c0-.282.031-.56.073-.824.043-.125.072-.252.072-.383a5.316 5.316 0 0 1 3.895-3.933V20.92h-.052c-.107 5.152-2.558 9.645-6.194 12.17h15.214c-3.637-2.525-6.086-7.018-6.199-12.17h-.048V7.224a5.315 5.315 0 0 1 3.894 3.933c.004.13.031.258.075.383.04.266.065.542.065.824h12.042l-5.244 7.222h-.654v1.334H50v-1.334h-.651zm-43.184 0H1.98l4.185-5.764v5.765zm1.071 0v-5.764l4.185 5.765H7.236zm35.532 0h-4.187l4.187-5.764v5.765zm1.066 0v-5.764l4.19 5.765h-4.19zM7.941 8.139a1.243 1.243 0 0 1-2.485 0c0-.686.558-1.246 1.245-1.246.684-.001 1.24.56 1.24 1.246zm36.604-.066c0 .69-.556 1.239-1.242 1.239a1.234 1.234 0 0 1-1.242-1.24 1.243 1.243 0 1 1 2.484 0z"/></svg>
<svg class="tc-image-layer tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0050048828125 38.00499725341797"><path d="M38.005 19.002l-19.003 9.502L0 19.002l6.334-3.167 12.668 6.334 12.669-6.334 6.334 3.167zM19.002 0l19.003 9.501-19.003 9.501L0 9.501 19.002 0zm19.003 28.504l-19.003 9.501L0 28.504l6.334-3.167 12.668 6.334 12.669-6.334 6.334 3.167z"/></svg>
<svg class="tc-image-layer-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00600814819336 38.00599670410156"><path d="M7.918 17.42h4.75v7.916h7.916v4.75h-7.917v7.917h-4.75v-7.917H.001v-4.75h7.916V17.42zM19.003 0l19.003 9.502-19.003 9.501-4.752-2.376v-.79h-1.583L0 9.502 19.002.001zm19.003 28.505l-19.003 9.501-4.752-2.376v-3.96h4.75l.002.002.004-.002h3.16v-1.58l9.505-4.752 6.334 3.167zm0-9.502l-15.839 7.92v-3.17h-7.916v-3.959l4.752 2.376 12.669-6.334 6.334 3.167zm-38.005 0l6.333-3.166v6.333L.001 19.003z"/></svg>
<svg class="tc-image-layer-arrange-bringforward tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.58399963378906 39.58399963378906"><path d="M39.584 39.584h-5.542l5.541-5.542v5.542zM15.041 33.25l-3.958 3.959V33.25h3.958zm7.916 0l-6.333 6.334h-5.541v-.792l5.54-5.542h6.334zm7.917 0l-6.333 6.334h-6.334l6.334-6.334h6.333zm8.709-7.126v6.335l-7.125 7.124h-6.334l13.459-13.459zM33.25 15.042v-3.959h3.959l-3.959 3.959zm6.334 1.583l-6.334 6.333v-6.333l5.542-5.542h.791v5.542zm0 7.916l-6.334 6.334V24.54l6.334-6.333v6.333zM0 31.667V0h31.667v31.666H0z"/></svg>
<svg class="tc-image-layer-arrange-bringtofront tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 41.16699981689453"><path d="M33.25 7.917v25.334H7.916V7.917H33.25zM0 .001h2.375L0 2.376V.001zm10.292 0L0 10.293V3.959L3.958.001h6.334zM19 1.189v5.145h-5.542l5.146-5.145H19zM1.187 19v-.395l5.146-5.146V19H1.187zM0 11.875L11.875 0h6.334l-6.334 6.333H6.333v5.542L0 18.209v-6.334zm41.166 29.291h-2.375l2.375-2.375v2.375zm-10.292 0l10.292-10.292v6.334l-3.958 3.958h-6.334zm-8.708-1.187v-5.145h5.542l-5.146 5.146h-.396zm17.813-17.813v.396l-5.146 5.146v-5.542h5.146zm1.187 7.125L29.291 41.167h-6.333l6.333-6.333h5.542v-5.542l6.333-6.333v6.333z"/></svg>
<svg class="tc-image-layer-arrange-sendbackward tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.58399963378906 39.58399963378906"><path d="M0 31.667V0h31.667v9.5H9.5v22.167H0zm39.584 7.917H34.04l5.542-5.542v5.542zm0-13.46v6.334l-7.126 7.125h-6.333l13.458-13.458zm0-9.499l-22.96 22.958h-5.542v-.791l27.709-27.709h.791v5.542zm0 7.917L24.541 39.583h-6.334l21.375-21.375v6.334zm-2.376-13.459L11.083 37.21v-6.334l19.792-19.792h6.333zm-7.916 0L11.083 29.292v-6.334l11.875-11.875h6.334zm-7.917 0L11.083 21.375v-6.333l3.959-3.959h6.333z"/></svg>
<svg class="tc-image-layer-arrange-sendtoback tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 47.5"><path d="M36.417 11.083v15.834h-9.5v9.5H11.083V20.583h9.5v-9.5h15.834zM0 0h2.375L0 2.375V0zm10.292 0L0 10.292V3.958L3.958 0h6.334zm-9.5 19L19 .792v6.334L7.125 19H.791zM0 11.875L11.875 0h6.334L0 18.209v-6.334zM8.708 19L19 8.71v6.333l-3.958 3.958H8.708zM47.5 47.5h-2.375l2.375-2.375V47.5zm-10.292 0L47.5 37.208v6.334L43.542 47.5h-6.334zm9.5-19L28.5 46.708v-6.334L40.375 28.5h6.333zm.792 7.125L35.625 47.5H29.29L47.5 29.291v6.334zM38.791 28.5L28.5 38.79v-6.333l3.958-3.958h6.334z"/></svg>
<svg class="tc-image-layer-arrange-solid-bringforward tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M0 32V0h32v32H0zm11 1h3v4h23V14h-4v-3h7v29H11v-7z"/></svg>
<svg class="tc-image-layer-arrange-solid-bringtofront tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M8 8h26v26H8V8zM0 0h16v7h-3V3H3v10h4v3H0V0zm42 26v16H26v-7h3v4h10V29h-4v-3h7z"/></svg>
<svg class="tc-image-layer-arrange-solid-sendbackward tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M0 32V0h32v10H10v22H0zm11-21h29v29H11V11zm3 3v23h23V14H14z"/></svg>
<svg class="tc-image-layer-arrange-solid-sendtoback tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M0 0h16v16H0V0zm26 26h16v16H26V26zm8-18v17h-9v9H8V17h9V8h17zm-5 21v10h10V29H29zM3 3v10h10V3H3z"/></svg>
<svg class="tc-image-layer-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.500003814697266 39.58900451660156"><path d="M.001 25.034l3.359-3.358 5.598 5.597 5.597-5.597 3.36 3.358-5.599 5.598 5.598 5.598-3.359 3.359-5.598-5.598-5.597 5.598L0 36.23l5.599-5.598-5.598-5.598zM38.5 19.002l-19.003 9.502-1.257-.629 2.84-2.84-4.332-4.24 2.75 1.374 12.668-6.334 6.334 3.167zm-38.005 0l6.334-3.167 6.996 3.498-2.436 2.436-1.787 1.787-2.39-1.195-3.852-3.759-1.222 1.222-1.643-.822zM19.497 0L38.5 9.501l-19.003 9.501L.495 9.501 19.497 0zM38.5 28.504l-19.003 9.501-.127-.064 1.71-1.71-5.597-5.599.646-.645 3.368 1.684 12.669-6.334 6.334 3.167z"/></svg>
<svg class="tc-image-layer-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00499725341797 40.37799835205078"><path d="M19.002 0l19.003 9.502-19.003 9.5L0 9.502 19.002 0zm-3.168 22.17h6.334v9.104l6.333-6.729v5.938l-9.5 9.895-9.5-9.895v-5.939l6.333 6.73v-9.105z"/></svg>
<svg class="tc-image-layer-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0050048828125 38.00499725341797"><path d="M20.583 25.335v4.75H0v-4.75h20.583zm17.422-6.333L22.169 26.92v-3.167H9.501L0 19.003l6.334-3.168 12.668 6.334 12.669-6.334 6.334 3.167zM19.002 0l19.003 9.501-19.003 9.501L0 9.501 19.002 0zm19.003 28.504l-19.003 9.501-12.668-6.334h15.835v-1.584l9.502-4.75 6.334 3.167z"/></svg>
<svg class="tc-image-layer-perspective-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.167999267578125 57.00499725341797"><path d="M20.583 0l20.584 7.917v4.75l-20.584 7.917L0 12.667v-4.75L20.583 0zm-1.58 47.111V30.089l-7.918 6.334v-4.75l9.501-8.71 9.502 8.71v4.75l-7.918-6.334v17.023h-3.167zm22.164-2.772v4.75l-20.584 7.916L.001 49.089v-4.75l17.42-6.7v4.59L6.335 45.923l14.252 5.939 14.252-5.939-11.085-3.694v-4.588l17.414 6.698z"/></svg>
<svg class="tc-image-layer-thick tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 42.75"><path d="M20.583 0l20.583 7.916v4.75l-20.583 7.917L0 12.666v-4.75L20.583 0zm20.583 31.666v3.167L20.583 42.75 0 34.833v-3.167l4.116-1.583 16.467 6.333 16.467-6.333 4.116 1.583zm0-11.083v3.167l-20.583 7.916L0 23.75v-3.167L4.116 19l16.467 6.333L37.05 19l4.116 1.583z"/></svg>
<svg class="tc-image-layer-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0050048828125 40.37900161743164"><path d="M19.002 40.379L0 30.877l19.002-9.501 19.003 9.501-19.003 9.502zm3.168-22.17h-6.333V9.105l-6.333 6.729V9.896L19.004 0l9.5 9.896v5.938l-6.334-6.73v9.105z"/></svg>
<svg class="tc-image-layers tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v4h4V0H0zm5 2v3H2v1h4V2H5zm2 2v3H4v1h4V4H7z"/></svg>
<svg class="tc-image-layers-clear tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.333984375 856.1070556640625"><path d="M759.894 596.907l50.773-39.467-60.8-60.8-50.773 39.467 60.8 60.8zm-18.987-201.173l69.76-54.4-384-298.667-124.373 96.64 336 336 102.613-79.573zM54.4.001L0 54.401l180.054 180.053-137.387 106.88 69.547 53.973L426.667 640l89.387-69.547 60.8 60.8-150.613 117.12L111.788 503.68l-69.12 53.76 384 298.667L637.654 691.84l161.493 161.493 54.187-54.4L54.401 0z"/></svg>
<svg class="tc-image-layout tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h32v38H0V0zm3 3v32h26V3H3zm2 2h22v7H5V5zm0 9h14v19H5V14zm16 19V14h6v19h-6z"/></svg>
<svg class="tc-image-layout-body tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h32v38H0V0zm3 3v32h26V3H3zm2 2h22v7H5V5zm0 9h14v19H5V14zm16 19V14h6v19h-6zM6 15v17h12V15H6z"/></svg>
<svg class="tc-image-layout-collapse-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 0v38H0V0h38zM3 35h32V3H3v32zM5 5h12v28H5V5zm28 12h-8.667L28 12h-4l-5 7 5 7h4l-3.667-5H33v-4z"/></svg>
<svg class="tc-image-layout-collapse-left-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 0H0v38h38V0zM3 35V3h32v32H3zM5 5v28h17V21h-9.667L16 26h-4l-5-7 5-7h4l-3.667 5H22V5H5z"/></svg>
<svg class="tc-image-layout-collapse-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0v38h38V0H0zm35 35H3V3h32v32zM33 5H22v28h11V5zM5 17h9.667L11 12h4l5 7-5 7h-4l3.667-5H5v-4z"/></svg>
<svg class="tc-image-layout-collapse-right-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm35 35V3H3v32h32zM33 5v28H16V21h9.667L22 26h4l5-7-5-7h-4l3.667 5H16V5h17z"/></svg>
<svg class="tc-image-layout-expand-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0v38h38V0H0zm35 35H3V3h32v32zM33 5H21v28h12V5zM19 17h-8.667L14 12h-4l-5 7 5 7h4l-3.667-5H19v-4z"/></svg>
<svg class="tc-image-layout-expand-left-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 0H0v38h38V0zM3 35V3h32v32H3zM16 5v28h17V21h-9.667L27 26h-4l-5-7 5-7h4l-3.667 5H33V5H16z"/></svg>
<svg class="tc-image-layout-expand-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 0v38H0V0h38zM3 35h32V3H3v32zM5 5h12v28H5V5zm14 12h8.667L24 12h4l5 7-5 7h-4l3.667-5H19v-4z"/></svg>
<svg class="tc-image-layout-expand-right-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v38H0V0zm35 35V3H3v32h32zM22 5v28H5V21h9.667L11 26h4l5-7-5-7h-4l3.667 5H5V5h17z"/></svg>
<svg class="tc-image-layout-header tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h32v38H0V0zm3 3v32h26V3H3zm2 2h22v7H5V5zm0 9h14v19H5V14zm16 19V14h6v19h-6zM6 6v5h20V6H6z"/></svg>
<svg class="tc-image-layout-sidebar tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h32v38H0V0zm3 3v32h26V3H3zm2 2h22v7H5V5zm0 9h14v19H5V14zm16 19V14h6v19h-6zm1-18v17h4V15h-4z"/></svg>
<svg class="tc-image-lbs-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M35.5 17.5h-7.025c-.256-5.39-4.584-9.719-9.975-9.975V.5a.5.5 0 0 0-1 0v7.025c-5.391.256-9.719 4.585-9.975 9.975H.5a.5.5 0 0 0 0 1h7.025c.256 5.39 4.584 9.719 9.975 9.975V35.5a.5.5 0 0 0 1 0v-7.025c5.391-.256 9.719-4.585 9.975-9.975H35.5a.5.5 0 0 0 0-1zm-8.025 0H22.45a4.475 4.475 0 0 0-3.949-3.949V8.526c4.838.253 8.72 4.135 8.974 8.974zm-9.975 0h-2.949a3.485 3.485 0 0 1 2.949-2.949V17.5zm0 1v2.949a3.484 3.484 0 0 1-2.949-2.949H17.5zm1 0h2.949a3.485 3.485 0 0 1-2.949 2.949V18.5zm0-1v-2.949a3.484 3.484 0 0 1 2.949 2.949H18.5zm-1-8.975v5.025a4.476 4.476 0 0 0-3.949 3.949H8.526c.253-4.838 4.135-8.72 8.974-8.974zM8.525 18.5h5.025a4.475 4.475 0 0 0 3.949 3.949v5.025c-4.838-.253-8.72-4.135-8.974-8.974zm9.975 8.975V22.45a4.476 4.476 0 0 0 3.949-3.949h5.025c-.253 4.838-4.135 8.72-8.974 8.974z"/></svg>
<svg class="tc-image-leaderboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M12 0h14v19h12v19H0V13h12V0zm-.419 27.056v-2.21H7.354v-.034l1.045-.867c.835-.72 1.53-1.476 2.088-2.266.557-.79.846-1.659.868-2.605-.004-1.026-.338-1.857-1-2.492-.664-.635-1.635-.961-2.914-.98a6.794 6.794 0 0 0-2.1.333c-.636.213-1.167.48-1.592.802l.75 1.851 1.066-.622a3.437 3.437 0 0 1 1.354-.296c.648.01 1.119.17 1.412.478.294.308.438.698.434 1.168-.007.638-.316 1.326-.928 2.064-.611.737-1.539 1.65-2.782 2.739L3.61 25.43v1.626h7.971zm6.7-12.9h2.56V2.859h-2.177l-3.013 1.39.436 1.982 2.16-1.026h.034v8.95zm9.575 18.815c.338.206.798.385 1.38.537a8.202 8.202 0 0 0 1.981.239c1.418-.02 2.515-.343 3.291-.973.776-.629 1.17-1.45 1.18-2.463-.016-.76-.242-1.381-.676-1.863a2.884 2.884 0 0 0-1.636-.916v-.034c.654-.24 1.145-.584 1.472-1.034.328-.45.492-.974.492-1.572-.005-.787-.32-1.443-.943-1.97-.623-.526-1.526-.8-2.71-.82a8.252 8.252 0 0 0-2.05.26c-.616.166-1.1.36-1.45.584l.54 1.895 1-.44a4.533 4.533 0 0 1 1.35-.231c.566.006.986.117 1.261.333.276.215.413.494.412.836-.028.468-.251.801-.669 1a2.982 2.982 0 0 1-1.334.29h-1.045v1.894h1.08c.622-.003 1.158.13 1.608.396.45.268.686.685.708 1.252 0 .431-.174.788-.52 1.07-.347.282-.864.428-1.552.438a5.36 5.36 0 0 1-1.544-.252l-1.086-.45-.54 1.994z"/></svg>
<svg class="tc-image-leaf tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.066753387451172 22.017000198364258"><path d="M17.182 10.017c0-4.9-3.5-9.1-8.32-9.983L8.682 0l-.18.033a10.15 10.15 0 0 0-.82 19.779v1.205a1 1 0 1 0 2 0v-1.205a10.147 10.147 0 0 0 7.5-9.795zm-7.5 7.7v-2.993l4.354-4.354a.5.5 0 0 0-.707-.707L9.682 13.31V9.724l2.354-2.354a.5.5 0 0 0-.707-.707L9.682 8.31V5.017a1 1 0 1 0-2 0V8.31L6.036 6.663a.5.5 0 0 0-.707.707l2.354 2.354v3.586L4.037 9.664a.5.5 0 0 0-.707.707l4.354 4.354v2.992a8.144 8.144 0 0 1 .998-15.681 8.145 8.145 0 1 1 1 15.681z"/></svg>
<svg class="tc-image-leak-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M6 0H0v6c3.31 0 6-2.69 6-6zm16 0h-4c0 9.94-8.06 18-18 18v4c12.15 0 22-9.85 22-22zm-8 0h-4c0 5.52-4.48 10-10 10v4c7.73 0 14-6.27 14-14zm0 36h4c0-9.94 8.06-18 18-18v-4c-12.15 0-22 9.85-22 22zm16 0h6v-6c-3.31 0-6 2.69-6 6zm-8 0h4c0-5.52 4.48-10 10-10v-4c-7.73 0-14 6.27-14 14z"/></svg>
<svg class="tc-image-leak-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36.00000762939453"><path d="M14 0h-4c0 .73-.09 1.44-.24 2.13l3.19 3.19C13.62 3.67 14 1.88 14 0zM0 2.55l5.68 5.68A10.01 10.01 0 0 1 0 10v4c3.22 0 6.17-1.1 8.53-2.92l2.85 2.85A17.873 17.873 0 0 1 0 18v4c5.43 0 10.39-1.97 14.22-5.23l5.01 5.01A21.856 21.856 0 0 0 14 36h4c0-4.32 1.53-8.29 4.07-11.39l2.85 2.85C23.1 29.83 22 32.78 22 36h4c0-2.11.66-4.06 1.78-5.68L33.46 36 36 33.45 2.55 0 0 2.55zM22 0h-4c0 3-.75 5.83-2.05 8.32l2.93 2.93C20.85 7.95 22 4.12 22 0zm11.87 26.24c.69-.15 1.4-.24 2.13-.24v-4c-1.88 0-3.67.38-5.31 1.05l3.18 3.19zm-9.12-9.12l2.93 2.93C30.17 18.75 33 18 36 18v-4c-4.12 0-7.95 1.15-11.25 3.12z"/></svg>
<svg class="tc-image-leanpub tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1399"><path d="M1893 127l155 1272q-131 0-257-57-200-91-393-91-226 0-374 148-148-148-374-148-193 0-393 91-128 57-252 57H0L155 127Q379 0 637 0q233 0 387 106Q1178 0 1411 0q258 0 482 127zm-495 987q129 0 232 28.5t260 93.5L1766 215q-171-78-368-78-224 0-374 141-150-141-374-141-197 0-368 78L158 1236q105-43 165.5-65t148.5-39.5 178-17.5q202 0 374 108 172-108 374-108zm40-34l-55-907q-211 4-359 155-152-155-374-155-176 0-336 66l-114 941q124-51 228.5-76t221.5-25q209 0 374 102 172-107 374-102z"/></svg>
<svg class="tc-image-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 730 660"><path d="M378 660L0 330 378 0v190h352v278H378v192"/></svg>
<svg class="tc-image-left-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 393.79998779296875"><path d="M512 157.5H157.5L315.1 0H196.9L0 196.9l196.9 196.9h118.2L157.5 236.3H512z"/></svg>
<svg class="tc-image-left-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 341.4000244140625"><path d="M213.3 128V0L0 170.7l213.3 170.7v-128H512V128z"/></svg>
<svg class="tc-image-left-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 730 760"><path d="M378 0v190h352v378H378v192L0 380 378 0"/></svg>
<svg class="tc-image-left-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 920"><path d="M920 460c0 126.667-45 235-135 325S586.667 920 460 920s-235-45-325-135S0 586.667 0 460c0-128 45-236.667 135-326S333.333 0 460 0s235 44.667 325 134 135 198 135 326m-820 0c0 98.667 35.333 183.333 106 254s155.333 106 254 106 183.333-35.333 254-106 106-155.333 106-254c0-100-35.333-185-106-255S558.667 100 460 100s-183.333 35-254 105-106 155-106 255m552 90H448v112L258 460l190-204v114h204v180"/></svg>
<svg class="tc-image-left-dir tc-image-button" width="22pt" height="22pt" viewBox="0 0 400 460"><path d="M400 0v460L0 230 400 0"/></svg>
<svg class="tc-image-left-down-corner-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 69.8L442.2 0l-349 349V93.1l-93.1 93L0 512l325.9-.1 93-93.1H163z"/></svg>
<svg class="tc-image-left-down-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 69.8L442.2 0 128 314.2 23.3 209.5 0 512l302.5-23.3L197.8 384z"/></svg>
<svg class="tc-image-left-join tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 15"><path fill="#666" d="M7.5 1a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13m0-1C3.364 0 0 3.364 0 7.5S3.364 15 7.5 15 15 11.636 15 7.5 11.636 0 7.5 0z"/><path fill="#666" d="M14.5 1a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13m0-1C10.364 0 7 3.364 7 7.5s3.364 7.5 7.5 7.5S22 11.636 22 7.5 18.636 0 14.5 0z"/><path fill="#289DE9" fill-rule="evenodd" d="M8 7.5a6.49 6.49 0 0 0 3 5.471 6.488 6.488 0 0 0 0-10.943A6.49 6.49 0 0 0 8 7.5z" clip-rule="evenodd"/></svg>
<svg class="tc-image-left-justified tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10"><path d="M0 .5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5zm0 3A.5.5 0 0 1 .5 3h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5zm0 3A.5.5 0 0 1 .5 6h11a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0 3A.5.5 0 0 1 .5 9h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5z"/></svg>
<svg class="tc-image-left-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 347.3330078125 582"><path d="M242 16c9.333-10.667 22.333-16 39-16s30.333 5.333 41 16c25.333 24 25.333 50.667 0 80L136 292l186 194c25.333 29.333 25.333 56 0 80-10.667 10.667-24 16-40 16s-29.333-5.333-40-16L16 330C5.333 319.333 0 306.667 0 292c0-16 5.333-29.333 16-40C153.333 109.333 228.667 30.667 242 16"/></svg>
<svg class="tc-image-left-open-big tc-image-button" width="22pt" height="22pt" viewBox="0 0 473.3330078125 872.666015625"><path d="M456 807.333c17.333 17.333 17.333 33.333 0 48-17.333 17.333-33.333 17.333-48 0l-392-394c-16-16-16-32.667 0-50l392-394C422.667 0 438.667 0 456 17.333c17.333 14.667 17.333 30.667 0 48l-358 372 358 370"/></svg>
<svg class="tc-image-left-open-mini tc-image-button" width="22pt" height="22pt" viewBox="0 0 273.3330078125 472.666015625"><path d="M256 407.333c17.333 17.333 17.333 33.333 0 48-17.333 17.333-33.333 17.333-48 0l-192-194c-16-16-16-32.667 0-50l192-194C222.667 0 238.667 0 256 17.333c17.333 14.667 17.333 30.667 0 48l-156 172 156 170"/></svg>
<svg class="tc-image-left-thin tc-image-button" width="22pt" height="22pt" viewBox="0 0 980 500"><path d="M240 500L0 250 240 0v160h740v178H240v162"/></svg>
<svg class="tc-image-left-up-corner-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M163 93.2h255.9L325.9.1 0 0l.1 325.9 93.1 93V163l349 349 69.8-69.8z"/></svg>
<svg class="tc-image-left-up-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M197.8 128L302.5 23.3 0 0l23.3 302.5L128 197.8 442.2 512l69.8-69.8z"/></svg>
<svg class="tc-image-legend-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 8"><path d="M13 2.837h-2c-.079 0-.149.028-.224.045C10.288 1.224 8.77 0 6.954 0 5.14 0 3.622 1.223 3.134 2.88c-.072-.016-.14-.043-.216-.043H1a1 1 0 1 0 0 2h1.918c.043 0 .08-.019.121-.024A4.006 4.006 0 0 0 6.954 8a4.01 4.01 0 0 0 3.918-3.189c.044.006.082.026.128.026h2a1 1 0 1 0 0-2zM6.954 7C5.3 7 3.955 5.654 3.955 4S5.3 1 6.954 1c1.654 0 3.001 1.346 3.001 3S8.608 7 6.954 7z"/></svg>
<svg class="tc-image-lego tc-image-button" width="22pt" height="22pt" viewBox="0 0 647.6950073242188 256.03204345703125"><path d="M0 235.024h12.288c-2.385-4.784-3.584-10.576-3.584-17.424 0-22.176 7.76-53.84 23.296-94.976s30.464-72.448 44.8-93.952c10.927-16.72 25.263-25.088 43.008-25.088 15.36 0 23.04 5.808 23.04 17.408 0 17.744-12.289 51.712-36.865 101.888h41.985c6.832-21.168 15.872-42.672 27.135-64.512 11.617-23.216 24.065-38.736 37.376-46.592C225.792 3.92 245.584 0 271.872 0c9.903 0 19.535 2.384 28.928 7.168 9.391 4.784 14.08 11.616 14.08 20.48s-2.225 16.033-6.656 21.504-10.848 9.312-19.2 11.52c-8.352 2.208-15.793 3.664-22.272 4.353-6.48.671-14.336 1.023-23.553 1.023h-4.607c-5.12 7.504-9.905 17.408-14.336 29.696 6.143-1.023 12.448-1.536 18.943-1.536 21.841 0 32.769 6.48 32.769 19.456 0 3.072-.512 6.145-1.536 9.216-5.456 20.145-20.48 30.208-45.056 30.208-7.856 0-16.385-.848-25.6-2.56-5.457 16.369-9.04 28.848-10.753 37.376 17.744-3.408 30.897-5.12 39.424-5.12 8.544 0 15.872 1.968 22.017 5.905 6.143 3.903 9.216 9.967 9.216 18.16 0 11.632-4 21.344-12.033 29.183-8.015 7.857-17.151 13.153-27.391 15.873-10.24 2.736-21.168 4.095-32.769 4.095-22.176 0-38.575-7.008-49.151-20.992-6.832-8.208-10.24-18.768-10.24-31.743 0-7.841.511-15.536 1.536-23.04 2.72-17.057 7.504-36.177 14.336-57.328h-41.985c-3.071 6.496-7.504 15.968-13.311 28.416-5.809 12.447-10.065 21.76-12.8 27.903h-.528l-3.584 7.168c7.52-.687 13.311-1.023 17.408-1.023 20.128 0 30.208 6.832 30.208 20.48 0 17.407-6.656 29.951-19.969 37.647-13.311 7.665-29.184 11.52-47.615 11.52-22.177 0-36.689-6.655-43.52-19.968H0v-.015zm275.44-39.936c0-12.976 2.656-29.184 7.936-48.64 5.28-19.456 11.008-36.351 17.152-50.688 6.48-15.36 12.624-28 18.432-37.888 5.808-9.888 13.136-19.536 22.016-28.928 8.88-9.375 19.184-16.383 30.976-20.992s25.52-6.912 41.216-6.912c17.056 0 31.903 3.328 44.527 9.985 12.641 6.656 18.96 17.664 18.96 33.023 0 12.977-3.583 24.656-10.752 35.072-7.167 10.4-16.895 15.616-29.183 15.616-17.744 0-26.624-5.631-26.624-16.896 0-2.048.608-5.023 1.792-8.96 1.183-3.92 1.776-7.071 1.776-9.472 0-4.431-3.744-6.656-11.248-6.656-5.808 0-11.344 2.384-16.656 7.168-5.28 4.784-10.224 12.208-14.848 22.273-4.592 10.063-7.664 16.992-9.216 20.735-1.536 3.76-4 10.416-7.408 19.969-10.928 28.672-16.368 48.992-16.368 60.927 0 9.905 4.768 14.848 14.336 14.848 8.527 0 16.048-4.191 22.527-12.527 6.48-8.368 10.929-17.328 13.313-26.897-14.336-.672-21.504-6.656-21.504-17.92 0-12.624 4.784-21.84 14.336-27.647 9.552-5.809 20.816-8.704 33.776-8.704 17.743 0 28.848 5.968 33.28 17.92 1.375 3.76 2.047 8.191 2.047 13.311 0 17.073-4.863 35.153-14.591 54.288-9.728 19.136-21.424 33.968-35.072 44.544-18.08 13.985-38.56 20.992-61.44 20.992-23.2 0-40.273-7.007-51.2-20.992-8.176-9.904-12.288-23.216-12.288-39.952zm168.463 39.936h21.504c-6.144-8.88-9.216-20.144-9.216-33.792 0-26.976 8.368-61.776 25.088-104.448 6.48-16.048 12.032-28.672 16.64-37.887 4.608-9.216 10.928-18.689 18.96-28.416 8-9.729 17.744-16.817 29.168-21.249 11.44-4.432 24.832-6.656 40.208-6.656 40.96 0 61.44 19.632 61.44 58.88 0 17.057-3.76 37.552-11.28 61.44-5.104 17.409-12.112 36.176-20.992 56.32-12.624 26.288-25.072 44.896-37.376 55.808-15.696 13.984-36.016 20.993-60.927 20.993-24.577 0-41.81-7.01-51.713-20.993h-21.504zm73.712-55.808h1.552c-2.047 11.952 1.696 17.92 11.264 17.92 7.84 0 15.184-6.48 22-19.455h-1.008c5.792-12.305 13.489-32 23.04-59.137 9.568-27.136 14.336-44.624 14.336-52.48 0-8.192-3.584-12.288-10.752-12.288-6.832 0-12.448 2.72-16.896 8.192-6.16 8.88-15.024 29.185-26.624 60.929-8.528 22.863-14.176 41.647-16.912 56.319z"/></svg>
<svg class="tc-image-lemon-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1535 1536"><path d="M1407 698q0-44-7-113.5t-18-96.5q-12-30-17-44t-9-36.5-4-48.5q0-23 5-68.5t5-67.5q0-37-10-55-4-1-13-1-19 0-58 4.5t-59 4.5q-60 0-176-24t-175-24q-43 0-94.5 11.5t-85 23.5-89.5 34q-137 54-202 103-96 73-159.5 189.5t-88 236T128 974q0 40 12.5 120t12.5 121q0 23-11 66.5t-11 65.5 12 36.5 34 14.5q24 0 72.5-11t73.5-11q57 0 169.5 15.5T662 1407q181 0 284-36 129-45 235.5-152.5t166-245.5 59.5-275zm128-2q0 165-70 327.5t-196 288T988 1492q-124 44-326 44-57 0-170-14.5T323 1507q-24 0-72.5 14.5T177 1536q-73 0-123.5-55.5T3 1352q0-24 11-68t11-67q0-40-12.5-120.5T0 975q0-111 18-217.5T72.5 548 173 354t150-156q78-59 232-120Q749 0 871 0q60 0 175.5 24T1220 48q19 0 57-5t58-5q81 0 118 50.5t37 134.5q0 23-5 68t-5 68q0 10 1 18.5t3 17 4 13.5 6.5 16 6.5 17q16 40 25 118.5t9 136.5z"/></svg>
<svg class="tc-image-lens tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0z"/></svg>
<svg class="tc-image-less tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.014999389648438 11.834001541137695"><path d="M5.479.008V7.27c0 .874.097 1.003.965 1.252l-.208 1.217c-.463-.105-.909-.152-1.312-.311-.769-.302-.89-.999-.893-1.715-.01-2.053-.004-4.106-.004-6.158v-.406c-.353.027-.678.024-.99.084-.359.068-.564.363-.576.795-.017.602-.006 1.204-.016 1.806a8.12 8.12 0 0 1-.05.826c-.062.515-.299.934-.733 1.215.004.039-.002.068.008.075.651.455.763 1.137.775 1.857.009.572 0 1.145.003 1.717.005.863.229 1.096 1.095 1.151l.14.021v1.126c-.601-.015-1.189-.04-1.727-.328-.599-.321-.801-.877-.83-1.505-.03-.65-.019-1.302-.025-1.953-.001-.118.004-.237-.003-.356C1.055 6.926.761 6.594.019 6.466c-.006-.034-.017-.071-.017-.109C0 6.041.001 5.726.001 5.42l.053-.048c.781-.189 1.037-.507 1.046-1.323.006-.523-.009-1.046.005-1.569a6.93 6.93 0 0 1 .087-1.059C1.331.654 1.889.19 2.782.07c.264-.035.53-.057.796-.061C4.198 0 4.819.006 5.48.006zm2.517 6.801c-.092.759.493 1.455 1.305 1.606.768.143 1.509.011 2.276-.229.061.356.128.7.172 1.047.007.053-.084.154-.149.174-1.125.352-2.26.468-3.389.035a2.47 2.47 0 0 1-1.467-1.46c-.425-1.107-.43-2.221.071-3.305.732-1.585 2.556-1.997 3.921-1.362.825.384 1.223 1.098 1.365 1.954.081.49.074.994.11 1.539l-4.214-.001zm2.728-1.07c.017-.924-.507-1.502-1.328-1.497-.785.005-1.423.677-1.403 1.497h2.731zm10.612 6.095V10.69l.328-.023c.617-.05.892-.324.908-.942.015-.592 0-1.184.011-1.776.005-.285.022-.573.064-.855.073-.488.322-.88.78-1.177-.81-.514-.837-1.299-.845-2.089-.006-.543.006-1.086-.005-1.628-.015-.737-.287-1.006-1.026-1.039l-.204-.014V.01c.642.014 1.278.034 1.841.398.524.339.688.876.713 1.454.031.7.015 1.401.028 2.101.004.206.014.418.067.615.135.507.486.769 1.019.787v1.109c-.51.022-.875.265-1.012.773a2.52 2.52 0 0 0-.072.613c-.014.691 0 1.382-.025 2.072-.039 1.095-.616 1.704-1.706 1.831-.28.033-.563.045-.863.069zm.267-8.499l-.263 1.146c-.61-.202-1.211-.341-1.841-.24-.397.064-.631.238-.68.516-.054.301.093.568.457.748.308.152.635.266.952.4.19.081.381.16.566.253.89.444 1.198 1.013 1.096 2.015-.071.702-.577 1.219-1.467 1.415a5.459 5.459 0 0 1-3.168-.23l.232-1.154c.455.104.888.239 1.331.292.366.044.747.009 1.117-.028.244-.024.449-.149.509-.423.062-.282-.018-.527-.256-.672-.292-.178-.612-.312-.922-.461-.372-.178-.76-.328-1.118-.531-1.054-.595-1.044-2.437.128-2.997a3.894 3.894 0 0 1 1.124-.32c.743-.106 1.466.047 2.204.271zm-4.778-.052l-.275 1.2c-.611-.208-1.203-.339-1.825-.244-.416.064-.649.24-.699.532-.05.296.1.556.475.739.327.159.673.28 1.008.421.163.069.326.14.485.219.922.459 1.244 1.078 1.097 2.096-.101.702-.713 1.241-1.615 1.383-.916.144-1.825.12-2.719-.166-.219-.07-.311-.155-.244-.395.08-.282.128-.573.191-.863.452.102.885.238 1.328.29.366.043.747.009 1.117-.028.26-.025.462-.171.517-.454.053-.273-.042-.51-.267-.641-.339-.197-.705-.346-1.059-.516-.328-.157-.668-.294-.982-.474-1.055-.605-1.038-2.433.151-3.024a3.131 3.131 0 0 1 1.664-.316c.543.043 1.081.155 1.653.241z"/></svg>
<svg class="tc-image-letter tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1235"><path d="M0 1235L465 0h300l426 1132 251-669h188l290 772h-197l-53-156h-276l-55 156H914l-87-249H389l-88 249H0zm454-475h307L608 318zm981 179h192l-96-278z"/></svg>
<svg class="tc-image-level-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 744 600"><path d="M100 450c-28 0-51.667-10-71-30S0 376.667 0 350V0h140v310h364V160l240 220-240 220V450H100"/></svg>
<svg class="tc-image-level-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 850 480"><path d="M200 240v90L0 170 200 0v100h550c26.667 0 50 9.667 70 29s30 43 30 71v280H710V240H200"/></svg>
<svg class="tc-image-levels tc-image-button" width="22pt" height="22pt" viewBox="0 0 350 384"><path d="M46 35.2V16c0-8.8-7.2-16-16-16S14 7.2 14 16v21.5C5.5 43.3 0 53 0 64s5.5 20.7 14 26.5V368c0 8.8 7.2 16 16 16s16-7.2 16-16V92.8C56.7 87.6 64 76.7 64 64s-7.3-23.6-18-28.8zm96 193.7V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v211.7c-10.1 5.4-17 16-17 28.3s6.9 22.9 17 28.3V368c0 8.8 7.2 16 16 16s16-7.2 16-16v-84.9c9-5.7 15-15.7 15-27.1s-6-21.4-15-27.1zm96-129.6V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v83.3c-9.6 5.5-16 15.9-16 27.7s6.4 22.2 16 27.7V368c0 8.8 7.2 16 16 16s16-7.2 16-16V154.7c9.6-5.5 16-15.9 16-27.7s-6.4-22.2-16-27.7zM350 319c0-11.8-6.4-22.2-16-27.7V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v275.3c-9.6 5.5-16 15.9-16 27.7s6.4 22.2 16 27.7V368c0 8.8 7.2 16 16 16s16-7.2 16-16v-21.3c9.6-5.5 16-15.9 16-27.7z"/></svg>
<svg class="tc-image-lib tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.458000183105469 14.043001174926758"><path d="M6.706 6.512c0-.275.224-.501.5-.501s.5.226.5.501a.5.5 0 0 1-1 0zm4.926 6.81c-.549.65-1.439.72-1.796.72-.087 0-.143-.004-.152-.005l-2.844.001v.001H2.732c-.002 0-.048.004-.126.004-.33 0-1.229-.066-1.782-.722C0 12.344.469 11.227.489 11.18l3.267-6.863V2.912a1.529 1.529 0 0 1-.676-.373c-.186-.183-.407-.512-.407-1.043 0-.419.14-.78.405-1.044C3.517.014 4.137 0 4.218 0h4.023c.637.034 1.544.46 1.544 1.496 0 .798-.522 1.226-1.043 1.395l.003 1.428 3.217 6.848c.027.06.496 1.178-.33 2.155zM2.58 9.115c.506.223 1.561.51 3.137.018 1.721-.538 3.126-.536 3.997-.445L7.745 4.431 7.74 1.99l.487-.013c.165-.007.558-.07.558-.481 0-.422-.44-.487-.576-.497L6.536 1H4.217c-.201.003-.544.073-.544.496 0 .223.081.303.108.329.132.13.379.157.428.152l.509-.009.039.509-.049 2.168-2.128 4.47zm8.47 2.462l-.834-1.803c-.481-.104-2.074-.353-4.201.313a6.52 6.52 0 0 1-1.945.314c-.867 0-1.508-.202-1.919-.386l-.75 1.577c0 .003-.23.586.189 1.083.29.343.896.373 1.104.364l2.923-.001v-.001h4.108c.25.02.854-.02 1.144-.362.422-.5.184-1.092.181-1.098z"/></svg>
<svg class="tc-image-lib-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.3489990234375 21.001001358032227"><path d="M8.102 11.595a.805.805 0 1 0 0-1.61.805.805 0 0 0 0 1.61zm-6.895 8.352C2.008 20.896 3.323 21 3.855 21c.132 0 .216-.006.231-.008l4.6.002h6.618c.007.001.082.007.205.007.505 0 1.828-.1 2.634-1.055 1.206-1.429.522-3.06.493-3.128l-4.255-7.339a.5.5 0 1 0-.865.503l2.135 3.685c-.883.38-2.658.833-5.244.024-2.836-.889-5.035-.872-6.307-.729l4.066-6.999.008-2.489-.297-.294-.272.004c-.22.003-.966.013-1.109.002-.729-.043-1.241-.498-1.241-1.082 0-1.027 1.16-1.102 1.209-1.105L9.179 1h3.734c.196.002 1.182.063 1.182 1.104 0 .991-.979 1.077-1.188 1.083l-1.23-.004h-.002a.5.5 0 0 0-.5.5v2.146c0 .088.023.175.067.251l1.008 1.704a.5.5 0 1 0 .865-.503l-.939-1.587V4.185l.736.002V4.18c.369.025.822-.149.938-.197.804-.333 1.246-1 1.246-1.879 0-.601-.189-1.094-.562-1.465C13.907.016 12.998.006 12.911 0H6.436c-.772.042-2.181.533-2.181 2.104 0 1.131.909 2.005 2.16 2.078.018.003.08.01.759.006l-.006 1.505L.74 16.766c-.056.121-.74 1.752.467 3.181zm.426-2.734l1.82-3.133c.792-.165 3.234-.506 6.656.565 1.155.362 2.176.495 3.051.495 1.369 0 2.37-.325 2.994-.609l1.591 2.737-.001-.001c-.004 0 .432 1.09-.365 2.033-.662.785-2.018.694-2.033.695l-4.685-.002H4.045c-.055.003-1.408.098-2.074-.692-.8-.947-.357-2.042-.338-2.088zm2.76 1.349a.5.5 0 0 1-.432-.752l1.328-2.281a.5.5 0 0 1 .865.504l-1.328 2.281a.5.5 0 0 1-.433.248z"/></svg>
<svg class="tc-image-library tc-image-button" width="22pt" height="22pt" viewBox="0 0 1088 1024"><path d="M1024 960v-64h-64V512h64v-64H832v64h64v384H704V512h64v-64H576v64h64v384H448V512h64v-64H320v64h64v384H192V512h64v-64H64v64h64v384H64v64H0v64h1088v-64h-64zM512 0h64l512 320v64H0v-64L512 0z"/></svg>
<svg class="tc-image-library-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9"><path d="M0 0v7c3.26 0 5.49 2 5.49 2S7.76 7 11 7V0C7 0 5.49 1.725 5.49 1.725S4 0 0 0zm1 1c1.195-.031 3.053.402 4 1.348L5.5 3l.5-.652C6.962 1.418 8.8.988 10 1v5c-2 0-3.354.856-4.51 1.781C4.35 6.853 3 6 1 6V1zm1 1.303v.181c.823.17 2.1.687 3 1.176v-.228c-.917-.479-2.176-.972-3-1.13zm7 0c-.824.157-2.083.65-3 1.129v.228c.9-.489 2.177-1.007 3-1.176v-.181zm-7 .92v.181c.822.154 2.099.659 3 1.133v-.195c-.917-.476-2.176-.967-3-1.12zm7 0c-.824.152-2.083.643-3 1.119v.195c.901-.474 2.178-.979 3-1.133v-.181zm-7 .894V4.3c.822.155 2.098.659 3 1.133v-.196c-.918-.475-2.176-.965-3-1.119zm7 0c-.824.154-2.082.644-3 1.12v.195c.902-.474 2.178-.979 3-1.133v-.182zM2 5v.182c.82.14 2.097.629 3 1.087v-.15C4.082 5.645 2.824 5.154 2 5zm7 0c-.824.154-2.082.644-3 1.12v.15c.903-.459 2.18-.948 3-1.088V5z"/></svg>
<svg class="tc-image-library-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 10"><path d="M6.47 1.92S4.7 0 0 0v8c4.7 0 6.47 2 6.47 2S8.3 8 13 8V0C8.3 0 6.47 1.92 6.47 1.92zM12 7a10.84 10.84 0 0 0-5.53 1.68A10.56 10.56 0 0 0 1 7V1c3.4.26 4.73 1.6 4.75 1.61l.73.74.72-.75S8.6 1.26 12 1v6zm-5 .24l-.1-.17A14.519 14.519 0 0 1 11 5.89v.2a14.27 14.27 0 0 0-4 1.18v-.03zm0-1l-.1-.17A14.51 14.51 0 0 1 11 4.9v.2a14.29 14.29 0 0 0-4 1.19v-.05zm0-1l-.1-.17A14.491 14.491 0 0 1 11 3.9v.2a14.24 14.24 0 0 0-4 1.19v-.05zm0-1l-.1-.17A14.45 14.45 0 0 1 11 2.9v.2a14.28 14.28 0 0 0-4 1.19v-.05zm-1.1 3A13.9 13.9 0 0 0 2 6.08v-.2c1.387.203 2.736.614 4 1.22l-.1.14zm0-1A13.899 13.899 0 0 0 2 5.1v-.2a14.12 14.12 0 0 1 4 1.21l-.1.13zm0-1A13.86 13.86 0 0 0 2 4.1v-.2c1.387.199 2.735.607 4 1.21l-.1.13zm0-1A13.899 13.899 0 0 0 2 3.1v-.2a14.1 14.1 0 0 1 4 1.21l-.1.13z"/></svg>
<svg class="tc-image-library-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8zm32-8H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-2 18h-8v8h-4v-8h-8v-4h8V6h4v8h8v4z"/></svg>
<svg class="tc-image-library-books tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8zm32-8H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-2 18H14v-4h20v4zm-8 8H14v-4h12v4zm8-16H14V6h20v4z"/></svg>
<svg class="tc-image-library-music tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-4 10h-6v11c0 2.76-2.24 5-5 5s-5-2.24-5-5 2.24-5 5-5c1.13 0 2.16.39 3 1.02V6h8v4zM4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8z"/></svg>
<svg class="tc-image-libreoffice tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 1024"><path d="M470.628 22.628C458.182 10.184 433.6 0 416 0H32C14.4 0 0 14.4 0 32v960c0 17.6 14.4 32 32 32h768c17.6 0 32-14.4 32-32V416c0-17.6-10.182-42.182-22.626-54.626L470.628 22.628zM768 960H64V64h351.158c2.916.48 8.408 2.754 10.81 4.478l337.556 337.554c1.722 2.402 3.996 7.894 4.476 10.81V960zM800 0H608c-17.6 0-21.818 10.182-9.374 22.626l210.746 210.746C821.818 245.818 832 241.6 832 224V32c0-17.6-14.4-32-32-32z"/></svg>
<svg class="tc-image-life-bouy tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M896 0q182 0 348 71t286 191 191 286 71 348-71 348-191 286-286 191-348 71-348-71-286-191-191-286T0 896t71-348 191-286T548 71 896 0zm0 128q-190 0-361 90l194 194q82-28 167-28t167 28l194-194q-171-90-361-90zM218 1257l194-194q-28-82-28-167t28-167L218 535q-90 171-90 361t90 361zm678 407q190 0 361-90l-194-194q-82 28-167 28t-167-28l-194 194q171 90 361 90zm0-384q159 0 271.5-112.5T1280 896t-112.5-271.5T896 512 624.5 624.5 512 896t112.5 271.5T896 1280zm484-217l194 194q90-171 90-361t-90-361l-194 194q28 82 28 167t-28 167z"/></svg>
<svg class="tc-image-lifebuoy tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM5 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm9.468 2.679l-2.772-1.148C11.892 9.059 12 8.542 12 8s-.108-1.059-.304-1.531l2.772-1.148C14.81 6.146 15 7.051 15 8s-.189 1.854-.532 2.679zm-3.789-9.147L9.531 4.304C9.059 4.108 8.542 4 8 4s-1.059.108-1.531.304L5.321 1.532C6.146 1.19 7.051 1 8 1s1.854.189 2.679.532zM1.532 5.321l2.772 1.148C4.108 6.941 4 7.458 4 8s.108 1.059.304 1.531l-2.772 1.148C1.19 9.854 1 8.949 1 8s.189-1.854.532-2.679zm3.789 9.147l1.148-2.772c.472.196.989.304 1.531.304s1.059-.108 1.531-.304l1.148 2.772C9.854 14.81 8.949 15 8 15s-1.854-.189-2.679-.532z"/></svg>
<svg class="tc-image-lifesaver tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0050048828125 38.0050048828125"><path d="M19.002 0c10.495 0 19.003 8.507 19.003 19.002s-8.508 19.003-19.003 19.003C8.507 38.005 0 29.497 0 19.002 0 8.507 8.507 0 19.002 0zm0 9.501a9.502 9.502 0 1 0 0 19.003 9.502 9.502 0 0 0 0-19.003zm0-7.522c-2.375 0-4.638.475-6.701 1.336l2.437 5.452a11.05 11.05 0 0 1 4.264-.85c1.511 0 2.952.303 4.265.85l2.437-5.452a17.366 17.366 0 0 0-6.702-1.336zM7.917 19.002c0-1.51.303-2.952.85-4.264l-5.452-2.437a17.365 17.365 0 0 0-1.336 6.701c0 2.375.475 4.639 1.336 6.702l5.452-2.437a11.051 11.051 0 0 1-.85-4.265zm28.108 0c0-2.374-.475-4.638-1.335-6.701l-5.453 2.436a11.05 11.05 0 0 1 .85 4.264c0 1.511-.302 2.952-.85 4.265l5.453 2.437a17.366 17.366 0 0 0 1.336-6.702zM19.002 36.027c2.375 0 4.639-.476 6.702-1.336l-2.437-5.454c-1.313.548-2.754.85-4.265.85-1.51 0-2.952-.302-4.264-.85l-2.437 5.453a17.366 17.366 0 0 0 6.701 1.336z"/></svg>
<svg class="tc-image-ligature tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.608999252319336 15.008298873901367"><path d="M10.02 12.628v-.002l-.005-6.82-1.992.096H4.087v-.336c0-1.274.091-2.546.269-3.042.123-.343.353-.652.683-.919.322-.26.643-.393.955-.393.262 0 .48.045.647.134.235.134.464.36.682.67.577.82.812 1.037.939 1.13.216.158.477.238.776.238.292 0 .546-.109.757-.324a1.09 1.09 0 0 0 .315-.792c0-.335-.139-.69-.414-1.057C9.428.853 9.013.56 8.464.336A4.743 4.743 0 0 0 6.671.007c-.949 0-1.813.228-2.568.678a4.405 4.405 0 0 0-1.725 1.863c-.359.728-.333 2.105-.355 3.355H.058V7.02H2.02v5.073c0 1.12-.342 1.422-.472 1.583a1.225 1.225 0 0 1-.944.455H0v.878h6.021v-.878h-.105c-1.424 0-1.828-.154-1.828-1.888l-.001-5.223h2.191c1.163 0 1.43.054 1.491.077.074.028.169.075.204.143.014.026.081.391.081 1.296v3.917c0 .913-.111 1.217-.179 1.32-.145.221-.319.344-.854.357v.88h4.588v-.874c-1.431 0-1.588-.153-1.588-1.505z"/></svg>
<svg class="tc-image-ligature2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.973001480102539 14.000000953674316"><path d="M10.855 13.335c-.183 0-1.307-.206-1.375-.458-.161-.619-.183-1.284-.183-2.04V2.384c0-1.261.252-1.994.252-1.994-.023-.115-.138-.367-.275-.367h-.069c-.069 0-.871.504-1.605.504C7.004.527 6.633 0 5.945 0 3.053 0 1.696 2.349 1.696 5.672v.173c0 .069-.046.138-.115.138h-.94c-.115 0-.344.642-.344.94 0 .092.023.137.069.137h1.215c.069 0 .115.092.115.16 0 2.04-.023 4.052-.023 4.052 0 .321-.023 1.031-.16 1.605-.069.252-1.123.458-1.398.458-.115 0-.115.55 0 .665.94-.046 1.559-.115 2.499-.115.871 0 1.536.069 2.453.115.046-.138.046-.665-.069-.665-.183 0-1.307-.206-1.375-.458-.16-.619-.16-1.284-.183-2.04V7.198c0-.069.069-.138.138-.138h2.361c.16-.321.275-.711.275-.917 0-.138 0-.16-.115-.16H3.555c-.046 0-.115-.069-.115-.115v-.825c0-2.04.836-3.837 2.234-3.837.99 0 1.854.642 1.854 3.093.003.063.005.114.005.148v6.825c0 .321-.023 1.031-.16 1.605-.069.252-1.123.458-1.398.458-.115 0-.115.55 0 .665.94-.046 1.559-.115 2.499-.115.871 0 1.536.069 2.453.115.046-.137.046-.665-.069-.665z"/></svg>
<svg class="tc-image-light-bulb tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 16"><path d="M5.5 0C2.48 0 0 2.19 0 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H4c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C1.44 6.78 1 5.65 1 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C9.55 2.94 10 3.94 10 5c0 .66-.44 1.78-.86 2.48zM3 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"/></svg>
<svg class="tc-image-light-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 700"><path d="M350 190c45.333 0 83.333 15.667 114 47s46 69 46 113c0 45.333-15.333 83.333-46 114s-68.667 46-114 46c-44 0-81.667-15.333-113-46s-47-68.667-47-114c0-44 15.667-81.667 47-113s69-47 113-47m0 264c29.333 0 53.667-10 73-30s29-44.667 29-74c0-28-9.667-52-29-72s-43.667-30-73-30c-28 0-52 10-72 30s-30 44-30 72c0 29.333 10 54 30 74s44 30 72 30M50 310c13.333 0 25 4 35 12s15 17.333 15 28c0 26.667-16.667 40-50 40S0 376.667 0 350c0-10.667 5-20 15-28s21.667-12 35-12m546-204c18.667 18.667 16 40-8 64-9.333 9.333-20.333 14.667-33 16-12.667 1.333-22.333-2-29-10-8-8-11.333-18.333-10-31 1.333-12.667 6.667-23.667 16-33 24-22.667 45.333-24.667 64-6m54 204c13.333 0 25 4 35 12s15 17.333 15 28c0 26.667-16.667 40-50 40-32 0-48-13.333-48-40 0-10.667 4.667-20 14-28s20.667-12 34-12M350 600c10.667 0 20 5 28 15s12 21.667 12 35c0 13.333-4 25-12 35s-17.333 15-28 15c-10.667 0-20-5-28-15s-12-21.667-12-35c0-13.333 4-25 12-35s17.333-15 28-15m-238-62c24-24 45.333-26.667 64-8s16 40-8 64c-9.333 9.333-20.333 14.667-33 16-12.667 1.333-22.333-1.333-29-8-20-18.667-18-40 6-64m-10-430c18.667-18.667 40-16 64 8 9.333 9.333 14.667 20.333 16 33 1.333 12.667-1.333 22.333-8 29-20 18.667-41.333 16.667-64-6-24-24-26.667-45.333-8-64m432 484c-22.667-24-24.667-45.333-6-64s40-16 64 8c9.333 9.333 14.667 20.333 16 33 1.333 12.667-2 22.333-10 29-20 18.667-41.333 16.667-64-6M350 100c-10.667 0-20-5-28-15s-12-21.667-12-35c0-13.333 4-25 12-35s17.333-15 28-15c10.667 0 20 5 28 15s12 21.667 12 35c0 13.333-4 25-12 35s-17.333 15-28 15"/></svg>
<svg class="tc-image-light-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 1000"><path d="M950 460c13.333 0 25 4 35 12s15 17.333 15 28c0 26.667-16.667 40-50 40h-48c-33.333 0-50-13.333-50-40 0-10.667 5-20 15-28s21.667-12 35-12h48M500 226c76 0 141 26.667 195 80s81 118 81 194c0 77.333-27 142.667-81 196s-119 80-195 80-140.667-26.667-194-80-80-118.667-80-196c0-76 26.667-140.667 80-194s118-80 194-80m0 474c54.667 0 101.667-19.333 141-58s59-86 59-142c0-54.667-19.667-101.667-59-141s-86.333-59-141-59-101.667 19.667-141 59-59 86.333-59 141c0 56 19.667 103.333 59 142s86.333 58 141 58M150 500c0 26.667-16.667 40-50 40H50c-33.333 0-50-13.333-50-40 0-10.667 5-20 15-28s21.667-12 35-12h50c13.333 0 25 4 35 12s15 17.333 15 28m350-350c-10.667 0-20-5-28-15s-12-21.667-12-35V50c0-13.333 4-25 12-35s17.333-15 28-15c10.667 0 20 5 28 15s12 21.667 12 35v50c0 13.333-4 25-12 35s-17.333 15-28 15m0 700c10.667 0 20 5 28 15s12 21.667 12 35v50c0 13.333-4 25-12 35s-17.333 15-28 15c-10.667 0-20-5-28-15s-12-21.667-12-35v-50c0-13.333 4-25 12-35s17.333-15 28-15m368-660l-34 34c-22.667 22.667-44 25.333-64 8-18.667-18.667-16-40 8-64 2.667-4 14-16 34-36 24-22.667 45.333-24.667 64-6s16 40-8 64M168 778c9.333-10.667 20.333-16.667 33-18 12.667-1.333 22.333 2 29 10 8 8 11.333 18.333 10 31-1.333 12.667-6.667 23.667-16 33l-36 36c-9.333 9.333-20.333 14.667-33 16-12.667 1.333-22.333-2-29-10-20-18.667-18-40 6-64 4-2.667 16-14 36-34m20-646l36 36c24 24 26 45.333 6 64-6.667 6.667-16.333 9.333-29 8-12.667-1.333-23.667-6.667-33-16-20-20-32-31.333-36-34-9.333-9.333-14.667-20.333-16-33-1.333-12.667 2-23 10-31 6.667-8 16.333-11.333 29-10 12.667 1.333 23.667 6.667 33 16m590 702c-24-24-26.667-45.333-8-64s40-16 64 8l34 34c24 24 26.667 45.333 8 64s-40 16.667-64-6c-20-20-31.333-32-34-36"/></svg>
<svg class="tc-image-lightbulb tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.333999633789062 42.75"><path d="M9.5 42.75v-2.771l6.334 1.187v1.584H9.5zm-3.166-5.146v-2.771L19 36.416v2.771L6.334 37.604zM19 34.437L6.334 32.854v-2.771L19 31.666v2.771zM12.667 0c6.996 0 12.667 6.025 12.667 13.458 0 4.981-6.334 9.857-6.334 11.658v4.967L6.334 28.5v-3.384C6.334 23.75 0 18.439 0 13.458 0 6.025 5.671 0 12.667 0z"/></svg>
<svg class="tc-image-lightbulb-coil tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.333999633789062 42.75"><path d="M9.5 42.75v-2.771l6.334 1.187v1.584H9.5zm-3.166-5.146v-2.771L19 36.416v2.771L6.334 37.604zM19 34.437L6.334 32.854v-2.771L19 31.666v2.771zM12.667 0c6.996 0 12.667 6.025 12.667 13.458 0 4.981-6.334 9.857-6.334 11.658v4.967L6.334 28.5v-3.384C6.334 23.75 0 18.439 0 13.458 0 6.025 5.671 0 12.667 0zM7.521 10.291l-1.187 6.334h1.979L9.5 10.291H7.521zm4.75 0l-1.187 6.334h1.979l1.187-6.334h-1.979zm4.75 0l-1.187 6.334h1.979L19 10.291h-1.979z"/></svg>
<svg class="tc-image-lightbulb-hue tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 39"><path d="M17 31v2l-8 2v-2l8-2zm0 3v2l-8 2v-2l8-2zm0-4l-8 2s0-3-1.734-4c0 0-.016-13-5.016-22C2.25 6 0 0 13 0s10.75 6 10.75 6c-5 9-4.75 22-4.75 22-2 0-2 2-2 2zm-4-19c3 0 6 .5 6 .5L21.25 7C23.5 2 17 2 13 2S2.5 2 4.75 7L7 11.5s3-.5 6-.5zm2 26.5V39h-4v-.5l4-1z"/></svg>
<svg class="tc-image-lightbulb-hue-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.72959899902344 47"><path d="M22.365 39v2l-8 2v-2l8-2zm0 3v2l-8 2v-2l8-2zm0-4l-8 2s0-3-1.734-4c0 0-.016-13-5.016-22 0 0-2.25-6 10.75-6s10.75 6 10.75 6c-5 9-4.75 22-4.75 22-2 0-2 2-2 2zm-4-19c3 0 6 .5 6 .5l2.25-4.5c2.25-5-4.25-5-8.25-5s-10.5 0-8.25 5l2.25 4.5s3-.5 6-.5zm2 26.5V47h-4v-.5l4-1zm-2-45.5a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zm9.25 1.585a1 1 0 0 1 .366 1.366l-1.5 2.598a1 1 0 1 1-1.732-1l1.5-2.598a1 1 0 0 1 1.366-.366zm8.165 4.828a1 1 0 0 1-.415 1.354l-2.65 1.408a1 1 0 1 1-.938-1.766L34.427 6a1 1 0 0 1 1.353.413zm.835 9.317a1 1 0 0 1-1.186.77l-2.934-.624a1 1 0 0 1 .415-1.956l2.935.624a1 1 0 0 1 .77 1.186zm-2.487 6.497a1 1 0 0 1-1.302.552l-2.781-1.124a1 1 0 0 1 .75-1.854l2.78 1.124a1 1 0 0 1 .553 1.302zM9.115 1.585a1 1 0 0 1 1.366.366l1.5 2.598a1 1 0 1 1-1.732 1l-1.5-2.598a1 1 0 0 1 .366-1.366zM.95 6.413A1 1 0 0 1 2.303 6l2.649 1.408a1 1 0 1 1-.94 1.766L1.365 7.766A1 1 0 0 1 .95 6.414zM.115 15.73a1 1 0 0 1 .77-1.186l2.935-.624a1 1 0 1 1 .416 1.956L1.3 16.5a1 1 0 0 1-1.186-.77zm2.487 6.497a1 1 0 0 1 .552-1.302l2.782-1.124a1 1 0 1 1 .749 1.854l-2.782 1.124a1 1 0 0 1-1.301-.553z"/></svg>
<svg class="tc-image-lightbulb-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1536"><path d="M736 448q0 13-9.5 22.5T704 480t-22.5-9.5T672 448q0-46-54-71t-106-25q-13 0-22.5-9.5T480 320t9.5-22.5T512 288q50 0 99.5 16t87 54 37.5 90zm160 0q0-72-34.5-134t-90-101.5-123-62T512 128t-136.5 22.5-123 62-90 101.5T128 448q0 101 68 180 10 11 30.5 33t30.5 33q128 153 141 298h228q13-145 141-298 10-11 30.5-33t30.5-33q68-79 68-180zm128 0q0 155-103 268-45 49-74.5 87T787 898.5 753 1006q47 28 47 82 0 37-25 64 25 27 25 64 0 52-45 81 13 23 13 47 0 46-31.5 71t-77.5 25q-20 44-60 70t-87 26-87-26-60-70q-46 0-77.5-25t-31.5-71q0-24 13-47-45-29-45-81 0-37 25-64-25-27-25-64 0-54 47-82-4-50-34-107.5T177.5 803 103 716Q0 603 0 448q0-99 44.5-184.5t117-142 164-89T512 0t186.5 32.5 164 89 117 142T1024 448z"/></svg>
<svg class="tc-image-lightbulb-outline tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 40"><g transform="translate(-10 -4)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M18 42c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2H18v2zm6-38c-7.73 0-14 6.27-14 14 0 4.76 2.38 8.95 6 11.48V34c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.52c3.62-2.53 6-6.72 6-11.48 0-7.73-6.27-14-14-14zm5.71 22.2L28 27.39V32h-8v-4.6l-1.71-1.19a10.01 10.01 0 0 1-4.29-8.2c0-5.51 4.49-10 10-10s10 4.49 10 10c0 3.25-1.6 6.31-4.29 8.19z"/></g></svg>
<svg class="tc-image-lighthouse-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 10.034656524658203"><path d="M7 5.035l1 5H3l1-5h1.2v-4h-.92a.32.32 0 0 1-.12-.6l1.22-.4a.29.29 0 0 1 .24 0l1.22.4a.32.32 0 0 1-.12.6h-.91v4H7zm1-3v.5l3-.5v-.5l-3 .5zm0 2.5l3 .5v-.5l-3-.5v.5zm-5-2.5l-3-.5v.5l3 .5v-.5zm0 2l-3 .5v.5l3-.5v-.5z"/></svg>
<svg class="tc-image-lighthouse-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14.058609962463379"><path d="M4.5 6.059l-4.5 1v-.5l4.5-1v.5zm0-2.5l-4.5-1v.5l4.5 1v-.5zm6 0v.5l4.5-1v-.5l-4.5 1zm0 2.5l4.5 1v-.5l-4.5-1v.5zm-2.5 1v-5h2.5a.51.51 0 0 0 .2-1l-3-1a.5.5 0 0 0-.41 0l-3 1a.51.51 0 0 0 .2 1H7v5H5l-2 7h9l-2-7H8z"/></svg>
<svg class="tc-image-lighting tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.104999542236328 11"><path d="M4.104 4.005L6.042 0H2.104L0 6h3.86l-1.422 5 5.667-6.995H4.104z"/></svg>
<svg class="tc-image-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.503999710083008 38.0050048828125"><path d="M28.504 0L14.252 14.252h12.669L1.584 38.005l10.135-19.003H0L12.669 0h15.835z"/></svg>
<svg class="tc-image-lightning2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 960"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666 24.582 21.416 52.5 37.916 81.832 50.832l49.832-49.748c-46.916-15.252-88.332-42.542-119.208-79.752C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160c-34.25 0-65.832-11-91.876-29.334-20.75 25.042-46.624 45.334-75.25 61.168L606 624.5c41.75-13.124 81-33.876 114.582-63.166C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zM384 704l64 64-64 192 192-192-64-64 64-192-192 192z"/></svg>
<svg class="tc-image-lightning3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9999389648438 1024"><path d="M384 768l64 64-64 192 192-192-64-64 64-128-192 128zm640-498.334c0-98.292-80-178.248-178.334-178.248-4.792 0-9.542.166-14.292.54C785.124 34.292 715.418 0 640 0c-75.376 0-145.124 34.292-191.376 91.958-4.75-.374-9.542-.54-14.376-.54C336 91.418 256 171.376 256 269.666c0 10.292 1.376 20.25 3 30.084-1.084 1.416-2.376 2.708-3.416 4.166a221.881 221.881 0 0 0-31.584-2.25c-123.5 0-224 100.5-224 224 0 123.502 100.5 224 224 224 27.376 0 54.168-4.998 79.418-14.666 2.208 1.918 4.832 3.25 7.082 5.124l56.624-37.75c-18.876-13.376-36.5-28.25-51.25-46-26 18.292-57.624 29.292-91.876 29.292-88.376 0-160-71.582-160-160 0-88.334 71.624-160 160-160 21.624 0 42.124 4.418 60.876 12.166 1.124-2.166 2.5-4 3.624-6.084a260.414 260.414 0 0 1 41.332-56.084c46.168-47.792 110.334-78 182.168-78 99.418 0 184.668 57.334 227.082 140.166 11.292-4.666 23.336-7.666 35.75-9.666l25.168-2.5c24.668 0 47.75 6.084 68.624 16 22.624 10.834 42.042 26.75 57.292 46.416 21 27.042 34.084 60.668 34.084 97.584 0 88.418-71.624 160-160 160-34.25 0-65.832-11-91.876-29.292-28 33.75-64.876 59.124-106.292 75.124l-11.958 23.876 36.5 36.5c34.124-13.292 66.042-32.376 94.208-56.876 25.25 9.668 52.042 14.666 79.418 14.666 123.5 0 224-100.498 224-224 0-51.332-18.084-98.166-47.332-136 29.166-31.746 47.334-73.62 47.334-119.996zm-92.876 75.25c-36.958-26.876-82-43.25-131.124-43.25-10.624 0-21.124.75-31.584 2.25-59.748-81.374-154.04-130.25-256.416-130.25-68.25 0-132.624 22.124-185.876 60.708 14.958-45.706 57.458-78.956 108.124-78.956 15.5 0 30.124 3.124 43.5 8.666C508.124 104.916 569 64 640 64s131.916 40.916 162.168 100.084c13.458-5.542 28.166-8.666 43.498-8.666 63.168 0 114.334 51.166 114.334 114.248 0 29-11.124 55.126-28.876 75.25z"/></svg>
<svg class="tc-image-lightning4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 960"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666 43.082 37.542 94.832 62.582 150.208 73.042L384 704l64 64-64 192 192-192-64-64 22-65.998c68.916-4.876 134.25-31.086 186.582-76.668C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128z"/></svg>
<svg class="tc-image-lightning5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9999389648438 1024"><path d="M1024 269.666c0-98.292-80-178.248-178.334-178.248-4.792 0-9.542.166-14.292.54C785.124 34.292 715.418 0 640 0c-75.376 0-145.124 34.292-191.376 91.958-4.75-.374-9.542-.54-14.376-.54C336 91.418 256 171.376 256 269.666c0 10.292 1.376 20.25 3 30.084-1.084 1.416-2.376 2.708-3.416 4.166a221.881 221.881 0 0 0-31.584-2.25c-123.5 0-224 100.5-224 224 0 123.502 100.5 224 224 224 27.376 0 54.168-4.998 79.418-14.666 36.708 32 80.208 53.876 126.414 66.416L384 832l64 64-64 128 192-128-64-64 9.624-19.166c73.5-2.25 143.5-29.458 198.958-77.834 25.25 9.668 52.042 14.666 79.418 14.666 123.5 0 224-100.498 224-224 0-51.332-18.084-98.166-47.332-136 29.164-31.75 47.332-73.624 47.332-120z"/></svg>
<svg class="tc-image-like tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13.9 4.2c-.2-.1-.3-.2-.5-.2H9.7l.5-3.3c0-.2 0-.4-.1-.5-.1-.1-.3-.2-.5-.2H7.5c-.2 0-.4.1-.5.3L5.2 4H5c0-.5-.5-1-1-1H1c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h11.1c.3 0 .6-.2.6-.5L14 4.7c0-.2 0-.3-.1-.5zM1 13V4h3v9H1zm10.8 0H5V5h.8l.3-.6L7.8 1h1.4l-.5 2.8L8.5 5H13l-1.2 8z"/></svg>
<svg class="tc-image-like-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.100000381469727 20"><path d="M5 5H2C.9 5 0 5.9 0 7v11c0 1.1.9 2 2 2h5V7c0-1.1-.9-2-2-2zM3.5 17.5c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM21 7.1l-1.9 12.1c-.1.4-.5.8-.9.8H8V6l3-5.6c.2-.2.5-.4.8-.4h3.1c.3 0 .5.1.7.3s.2.5.2.8L14.5 6h5.6c.3 0 .5.1.7.3.2.2.3.5.2.8z"/></svg>
<svg class="tc-image-like-fill tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M4 14H1c-.5 0-1-.4-1-1V4c0-.6.5-1 1-1h2c.6 0 1 .4 1 1v10zM5 4L7 .3c.1-.2.3-.3.5-.3h2.1c.2 0 .4.1.5.2.1.1.2.3.1.5L9.7 4h3.7c.2 0 .4.1.5.2.1.2.1.3.1.5l-1.3 8.8c0 .3-.3.5-.6.5H5V4z"/></svg>
<svg class="tc-image-like-l-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 20"><path d="M20.8 6.3c-.2-.2-.5-.3-.7-.3h-5.6l1.3-4.9c.1-.3 0-.6-.2-.8-.1-.2-.4-.3-.7-.3h-3.1c-.3 0-.7.2-.8.5L8 6H6.7c-.3-.6-.9-1-1.7-1H2C.9 5 0 5.9 0 7v11c0 1.1.9 2 2 2h5V7h1.6l3.3-6h2.9l-1.6 6H20l-1.9 12H9.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.6c.5 0 .8-.3.9-.8l2-12.1c0-.3 0-.6-.2-.8zM6 19H2c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1h3c.6 0 1 .4 1 1v12zm-1.5-2.5c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1z"/></svg>
<svg class="tc-image-line tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.489999771118164"><path fill-rule="nonzero" d="M12.91 6.194c.232 0 .42.19.42.42 0 .23-.188.42-.42.42h-1.17v.75h1.17a.42.42 0 1 1 0 .84h-1.59a.42.42 0 0 1-.418-.42v-3.18c0-.23.188-.42.42-.42h1.59a.42.42 0 0 1-.002.84h-1.17v.75h1.17zm-2.57 2.01a.421.421 0 0 1-.757.251l-1.63-2.217v1.966a.42.42 0 0 1-.42.42.42.42 0 0 1-.418-.42v-3.18a.418.418 0 0 1 .755-.249L9.5 6.99V5.024c0-.23.188-.42.42-.42.23 0 .42.19.42.42v3.18zm-3.828 0c0 .23-.188.42-.42.42a.42.42 0 0 1-.418-.42v-3.18c0-.23.188-.42.42-.42.23 0 .418.19.418.42v3.18zm-1.644.42h-1.59c-.23 0-.42-.19-.42-.42v-3.18c0-.23.19-.42.42-.42.232 0 .42.19.42.42v2.76h1.17a.42.42 0 1 1 0 .84M16 6.494C16 2.914 12.41 0 8 0S0 2.914 0 6.494c0 3.208 2.846 5.896 6.69 6.405.26.056.615.172.705.394.08.2.053.518.026.722 0 0-.092.565-.113.685-.035.203-.16.79.693.432.854-.36 4.607-2.714 6.285-4.646C15.445 9.218 16 7.926 16 6.494"/></svg>
<svg class="tc-image-line-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.116701126098633 13.00361442565918"><path d="M.558 6.504a.5.5 0 0 1-.337-.87l3.875-3.998a.518.518 0 0 1 .44-.12c.159.033.29.14.355.289l.505 1.154L7.515.229a.504.504 0 0 1 .43-.225.503.503 0 0 1 .42.248l1.318 2.26L11 .252a.502.502 0 0 1 .418-.248.508.508 0 0 1 .432.226l2.125 4a.5.5 0 1 1-.836.548l-1.682-3.325-1.344 2.303c-.18.307-.684.307-.863 0L7.908 1.453 5.726 4.279a.5.5 0 0 1-.876-.074l-.595-1.36-3.36 3.528a.494.494 0 0 1-.337.13zm10.377 6.329l3-4c.182-.208.16-.523-.048-.705s-.524-.163-.706.047l-2.566 3.505L8.35 8.23a.529.529 0 0 0-.431-.226.503.503 0 0 0-.42.248l-1.294 2.22L4 6.774a.5.5 0 0 0-.384-.264.475.475 0 0 0-.435.167l-3 3.498a.5.5 0 1 0 .753.658l2.52-2.95 2.286 3.854a.5.5 0 0 0 .432.268c.2.016.352-.091.443-.248l1.342-2.304 2.182 3.325a.501.501 0 0 0 .383.225h.035a.502.502 0 0 0 .377-.17z"/></svg>
<svg class="tc-image-line-style tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 32"><g transform="translate(-6 -8)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M6 32h10v-4H6v4zm13 0h10v-4H19v4zm13 0h10v-4H32v4zM6 40h4v-4H6v4zm8 0h4v-4h-4v4zm8 0h4v-4h-4v4zm8 0h4v-4h-4v4zm8 0h4v-4h-4v4zM6 24h16v-4H6v4zm20 0h16v-4H26v4zM6 8v8h36V8H6z"/></g></svg>
<svg class="tc-image-line-weight tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 32"><g transform="translate(-6 -8)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M6 34h36v-4H6v4zm0 6h36v-2H6v2zm0-14h36v-6H6v6zM6 8v8h36V8H6z"/></g></svg>
<svg class="tc-image-linear-scale tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 10"><g transform="translate(-4 -19)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z"/></g></svg>
<svg class="tc-image-lines tc-image-button" width="22pt" height="22pt" viewBox="0 0 640 448"><path d="M32 64h576c17.666 0 32-14.334 32-32S625.666 0 608 0H32C14.334 0 0 14.334 0 32s14.334 32 32 32zm576 64H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h576c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h576c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h576c17.666 0 32-14.334 32-32s-14.334-32-32-32z"/></svg>
<svg class="tc-image-lines-horizontal-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 34.83399963378906"><path d="M0 0h38v6.334H0V0zm0 9.5h38v6.334H0V9.5zM0 19h38v6.334H0V19zm0 9.5h38v6.334H0V28.5z"/></svg>
<svg class="tc-image-link tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.580986976623535 11.585063934326172"><path d="M3.29 11.584a2.994 2.994 0 0 1-2.121-.877 3.004 3.004 0 0 1 0-4.242l1.37-1.372c.094-.082 1.657-1.402 3.3-.477a.5.5 0 0 1-.492.872c-1.023-.579-2.084.301-2.13.339L1.877 7.172a2.001 2.001 0 0 0 0 2.828 2.003 2.003 0 0 0 2.828 0l1.37-1.371a.5.5 0 0 1 .708.707L5.41 10.707a2.994 2.994 0 0 1-2.121.877zm6.75-4.801l1.37-1.371a3.002 3.002 0 0 0 0-4.242 3.002 3.002 0 0 0-4.241 0L5.798 2.542a.5.5 0 0 0 .707.707l1.37-1.371a2.003 2.003 0 0 1 2.829 0c.779.78.779 2.049 0 2.828L9.362 6.051c-.045.038-1.105.918-2.13.338a.5.5 0 1 0-.491.871c.423.238.84.328 1.229.328 1.12 0 2.002-.744 2.07-.805z"/></svg>
<svg class="tc-image-link-broken tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.114398002624512 8.130000114440918"><path d="M1.985 0v1h-1v1h2V0h-1zm3.88.03a1.9 1.9 0 0 0-.53.09c-.27.1-.53.25-.75.47l-.44.44a.5.5 0 1 0 .69.69l.44-.44c.11-.11.24-.17.38-.22.35-.12.78-.07 1.06.22.39.39.39 1.04 0 1.44l-1.5 1.5a.5.5 0 1 0 .69.69l1.5-1.5a1.98 1.98 0 0 0-.97-3.34c-.18-.04-.38-.04-.56-.03zm-3.59 2.91a.5.5 0 0 0-.19.16l-1.5 1.5a1.98 1.98 0 0 0 0 2.81c.56.56 1.36.72 2.06.47.27-.1.53-.25.75-.47l.44-.44a.5.5 0 1 0-.69-.69l-.44.44c-.11.11-.24.17-.38.22-.35.12-.78.07-1.06-.22-.39-.39-.39-1.04 0-1.44l1.5-1.5a.5.5 0 0 0-.44-.84.5.5 0 0 0-.06 0zM4.995 6v2h1V7h1V6h-2z"/></svg>
<svg class="tc-image-link-external tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12"><path d="M11 8h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h3v1H1v10h10V8zM6 0l2.25 2.25L5 5.5 6.5 7l3.25-3.25L12 6V0H6z"/></svg>
<svg class="tc-image-link-intact tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.104397773742676 8.09000015258789"><path d="M5.865 0a1.9 1.9 0 0 0-.53.09c-.27.1-.53.25-.75.47a.5.5 0 1 0 .69.69c.11-.11.24-.17.38-.22.35-.12.78-.07 1.06.22.39.39.39 1.04 0 1.44l-1.5 1.5c-.44.44-.8.48-1.06.47-.26-.01-.41-.13-.41-.13a.506.506 0 1 0-.5.88s.34.22.84.25c.5.03 1.2-.16 1.81-.78l1.5-1.5a1.98 1.98 0 0 0-.97-3.34c-.18-.04-.38-.04-.56-.03zm-2 2.31c-.5-.02-1.19.15-1.78.75l-1.5 1.5a1.98 1.98 0 0 0 0 2.81c.56.56 1.36.72 2.06.47.27-.1.53-.25.75-.47a.5.5 0 1 0-.69-.69c-.11.11-.24.17-.38.22-.35.12-.78.07-1.06-.22-.39-.39-.39-1.04 0-1.44l1.5-1.5c.4-.4.75-.45 1.03-.44.28.01.47.09.47.09a.5.5 0 1 0 .44-.88s-.34-.2-.84-.22z"/></svg>
<svg class="tc-image-link-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.204280853271484 18.202716827392578"><path d="M15.102 2.003a1.1 1.1 0 0 1 .777 1.878l-1.72 1.723.307.308c.585.584.906 1.362.906 2.192s-.32 1.607-.906 2.19l-4.172 4.173c-.584.584-1.36.906-2.19.906s-1.608-.322-2.192-.906l-.31-.31-1.723 1.724c-.215.215-.495.322-.777.322s-.562-.107-.777-.322a1.1 1.1 0 0 1 0-1.557l1.72-1.72-.308-.31c-.583-.583-.905-1.36-.905-2.19s.321-1.608.905-2.192L7.91 3.739c.584-.584 1.387-.875 2.191-.875s1.607.29 2.191.875l.31.308 1.723-1.723c.215-.215.495-.321.777-.321m0-2c-.828 0-1.605.32-2.19.908l-.493.49a5.223 5.223 0 0 0-2.316-.538c-1.363 0-2.677.533-3.605 1.46L2.326 6.498a5.057 5.057 0 0 0-1.494 3.607c0 .822.192 1.616.558 2.327l-.479.48a3.078 3.078 0 0 0-.909 2.193c0 .827.322 1.605.908 2.19.584.587 1.363.909 2.191.909s1.605-.322 2.191-.908l.48-.48a5.082 5.082 0 0 0 2.328.559 5.06 5.06 0 0 0 3.605-1.492l4.172-4.172a5.06 5.06 0 0 0 1.492-3.605c0-.824-.192-1.617-.558-2.328l.48-.48a3.076 3.076 0 0 0 .911-2.193c0-.828-.322-1.606-.908-2.192a3.073 3.073 0 0 0-2.192-.91zm-6.1 7.169c.017.535.233 1.036.613 1.416.381.38.881.598 1.416.614L9.2 11.032a2.089 2.089 0 0 0-.613-1.414 2.088 2.088 0 0 0-1.416-.614l1.832-1.832m1.1-2.14a.898.898 0 0 0-.637.263L5.293 9.467a.894.894 0 0 0-.26.637c0 .24.092.467.26.635l.31.308.722-.723c.215-.215.495-.321.777-.321s.562.106.777.32a1.1 1.1 0 0 1 0 1.558l-.72.723.308.308c.168.168.401.253.636.253s.468-.084.637-.253l4.172-4.173a.893.893 0 0 0 .26-.635.894.894 0 0 0-.26-.637l-.31-.31-.723.724c-.215.215-.495.322-.777.322s-.562-.107-.777-.322a1.1 1.1 0 0 1 0-1.557l.72-.72-.307-.31a.897.897 0 0 0-.636-.261z"/></svg>
<svg class="tc-image-linked_in tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 1560V360q0-149 105.5-254.5T360 0h1200q149 0 254.5 105.5T1920 360v1200q0 149-105.5 254.5T1560 1920H360q-149 0-254.5-105.5T0 1560zm320 0q0 16 12 28t28 12h240q16 0 28-11.5t12-28.5V760q0-16-12-28t-28-12H360q-16 0-28 12t-12 28v800zm0-1085q0 64 45 109.5T474 630q67 0 110-46 45-45 45-109t-45.5-109.5T474 320t-109 45.5T320 475zm400 1085q0 16 19 28t38 12h228q14 0 24.5-12t10.5-28v-436q0-175 143-175 59 0 78 26t19 94v491q0 16 15 28t33 12h232q16 0 28-11.5t12-28.5v-543q0-157-90.5-240.5T1255 693q-113 0-197 57-17 10-18 15 0-45-43-45H777q-20 0-38.5 10T720 755v805z"/></svg>
<svg class="tc-image-linked_in_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm465 309q0 77 54.5 131t131.5 54h619q77 0 131.5-54t54.5-131V650q0-77-54.5-131T1270 465H651q-77 0-131.5 54T465 650v619zm166 0V857q0-8 6-14.5t14-6.5h124q8 0 14 6.5t6 14.5v412q0 8-6 14.5t-14 6.5H651q-8 0-14-6.5t-6-14.5zm0-560q0-32 23.5-56t55.5-24q33 0 56.5 23.5T790 709t-23 56q-24 24-57 24-32 0-55.5-23T631 709zm206 560V854q0-8 9.5-13t18.5-5h114q23 0 23 23 0-3 8-8 46-29 103-29 84 0 130.5 42.5T1290 989v280q0 8-6 14.5t-14 6.5h-120q-9 0-16.5-6.5t-7.5-14.5v-253q0-34-10.5-48t-40.5-14q-73 0-73 90v225q0 8-6 14.5t-13 6.5H865q-9 0-18.5-6.5T837 1269z"/></svg>
<svg class="tc-image-linked-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><g><circle cx="24" cy="28" r="6.4"/><path d="M32 6.66c5.16 0 9.34 4.18 9.34 9.34H44c0-6.62-5.38-12-12-12v2.66M32 12c2.22 0 4 1.78 4 4h2.66c0-3.68-2.98-6.66-6.66-6.66V12"/><path fill="none" d="M48 0H0v48h48V0z"/><path d="M34 18c0-2.22-1.78-4-4-4V8H18l-3.66 4H8c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V18H34zM24 38c-5.52 0-10-4.48-10-10s4.48-10 10-10 10 4.48 10 10-4.48 10-10 10z"/></g></svg>
<svg class="tc-image-linkedin tc-image-button" width="22pt" height="22pt" viewBox="0 0 514.3589477539062 491.5210266113281"><path d="M0 57.096c0-16.55 5.793-30.203 17.377-40.96C28.962 5.379 44.022 0 62.557 0c18.204 0 32.934 5.296 44.187 15.888 11.585 10.922 17.377 25.155 17.377 42.698 0 15.888-5.626 29.127-16.88 39.719-11.585 10.922-26.81 16.384-45.676 16.384h-.497c-18.205 0-32.934-5.461-44.187-16.384C5.627 87.382.001 73.645.001 57.096zm6.454 434.425V159.869h110.22v331.652H6.454zm171.288 0c.662-99.959.993-177.576.993-232.852s-.331-88.209-.993-98.8h110.22v47.165l-.496.993h.496v-.993c23.831-36.74 57.096-55.11 99.794-55.11 38.063 0 68.68 12.661 91.85 37.982 23.168 25.32 34.753 62.474 34.753 111.46V491.52h-110.22V314.275c0-49.98-18.535-74.97-55.606-74.97-14.233 0-26.065 3.89-35.498 11.668-9.434 7.778-16.468 17.294-21.102 28.548-2.648 6.289-3.972 15.226-3.972 26.81V491.52h-110.22z"/></svg>
<svg class="tc-image-linkedin-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0M362 678V366h-96v312h96m-48-352c34.667 0 52-16 52-48s-17.333-48-52-48c-14.667 0-27 4.667-37 14s-15 20.667-15 34c0 32 17.333 48 52 48m404 352V494c0-44-10.333-77.667-31-101s-47.667-35-81-35c-44 0-76 16.667-96 50h-2l-6-42h-84c1.333 18.667 2 52 2 100v212h98V498c0-12 1.333-20 4-24 8-25.333 24.667-38 50-38 32 0 48 22.667 48 68v174h98"/></svg>
<svg class="tc-image-linkedin-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M237 1286h231V592H237v694zm246-908q-1-52-36-86t-93-34-94.5 34-36.5 86q0 51 35.5 85.5T351 498h1q59 0 95-34.5t36-85.5zm585 908h231V888q0-154-73-233t-193-79q-136 0-209 117h2V592H595q3 66 0 694h231V898q0-38 7-56 15-35 45-59.5t74-24.5q116 0 116 157v371zm468-998v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-linkedin2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001681327819824 13.000543594360352"><path d="M5.002 4h2.767V5.42h.04C8.194 4.728 9.136 4 10.54 4 13.46 4 14 5.819 14 8.184V13h-2.884V8.73c0-1.018-.021-2.33-1.5-2.33-1.502 0-1.732 1.11-1.732 2.256V13H5.002V4zm-5 0h3v9h-3V4zm3-2.5A1.5 1.5 0 1 1 0 1.5a1.5 1.5 0 0 1 3 0z"/></svg>
<svg class="tc-image-linux tc-image-button" width="22pt" height="22pt" viewBox="0 0 871.6194458007812 1025.4310302734375"><path d="M376.381 235.24q-6.286.572-8.857 6t-4.857 5.43q-2.857.57-2.857-2.857 0-6.857 10.857-8.571h5.714zm49.714 8q-2.286.572-6.57-3.713t-10-2.571q13.713-6.286 18.285 1.143 1.714 3.429-1.714 5.143zm-200.57 244q-2.287-.57-3.43 1.715t-2.57 7.143-3.144 7.714-5.714 7.429q-4 5.714-.57 6.857 2.285.57 7.142-4t7.143-10.286q.571-1.714 1.143-4t1.143-3.43.857-2.57.286-2.286v-1.714l-.57-1.43-1.715-1.142zm488.57 205.144q0-10.286-31.429-24 2.286-8.571 4.286-15.714t2.857-14.857 1.714-12.286.286-12.857-.57-11.143-2-12.571-2.287-11.714-2.857-14.286-3.143-15.143q-5.714-27.43-26.857-58.857t-41.143-42.857q13.714 11.429 32.571 47.429 49.714 92.57 30.857 158.857-6.286 22.857-28.57 24-17.715 2.286-22-10.571t-4.572-47.714-6.57-61.143q-5.144-22.286-11.144-39.43t-11.143-26-8.857-14-7.429-8.57-4.286-4q-8-35.43-17.714-58.857t-16.857-32-13.429-18.857-8.57-22.857q-2.287-12 3.428-30.571t2.571-28.286-25.429-14.286q-8.57-1.714-25.429-10.286t-20.286-9.143q-4.57-.571-6.286-14.857t4.571-29.143 20.571-15.43q21.143-1.713 29.143 17.144t2.286 33.143q-6.286 10.857-1.143 15.143t17.143.286q7.43-2.286 7.43-20.571v-21.143q-2.858-17.143-7.715-28.571t-12-17.43-13.429-8.57-15.429-4.286q-61.143 4.57-50.857 76.57 0 8.572-.57 8.572-5.144-5.143-16.858-6t-18.857.286-8.857-2.857q.571-32.571-9.143-51.43t-25.714-19.428q-15.429-.571-23.714 15.714t-9.429 34q-.57 8.57 2 21.143t7.43 21.429 8.856 7.714q5.714-1.714 9.143-8 2.286-5.143-4-4.571-4 0-8.857-8.286t-5.429-19.143q-.57-12.571 5.143-21.143t19.43-8q9.713 0 15.428 12t5.43 22.286-.858 12.57q-12.57 8.572-17.714 16.572-4.57 6.857-15.714 13.429t-11.714 7.143q-7.429 8-8.857 15.429t4.286 10.286q8 4.57 14.286 11.143t9.143 10.857 10.571 7.429 20.286 3.714q26.857 1.143 58.286-8.571 1.143-.571 13.143-4t19.714-6 16.857-7.43 12-10q5.143-8 11.43-4.57 2.856 1.714 3.713 4.857t-1.714 6.857-9.429 5.429q-11.429 3.429-32.286 12.286t-26 11.143q-25.143 10.857-40 13.143-14.286 2.857-45.143-1.143-5.714-1.143-5.143 1.143t9.714 10.857q14.286 13.143 38.286 12.57 9.714-.57 20.571-4t20.571-8 19.143-10 17.143-9.713 14-6.857 10-1.43 4.857 6.287q0 1.143-.57 2.57t-2.287 2.858-3.429 2.57-4.857 2.858-5.143 2.57-5.714 2.858-5.429 2.57q-16 8-38.57 25.144t-38 24.57-28 .572q-12-6.286-36-41.714-12.572-17.714-14.287-12.571-.57 1.714-.57 5.714 0 14.286-8.572 32.286t-16.857 31.714-12 33.143 6.571 36q-13.143 3.429-35.714 51.429t-27.143 80.57q-1.143 10.287-.857 39.43t-3.143 33.714q-4.57 13.714-16.57 1.714-18.287-17.714-20.572-53.714-1.143-16 2.286-32 2.286-10.857-.57-10.286l-2.288 2.857q-20.57 37.143 5.714 94.857 2.857 6.857 14.286 16t13.714 11.429q11.43 13.143 59.43 51.714t53.142 43.714q9.143 8.57 10 21.714t-8 24.57-26 13.144q4.571 8.57 16.571 25.429t16 30.857 4 40.286q26.286-13.714 4-52.571-2.286-4.571-6-9.143t-5.429-6.857-1.143-3.43q1.714-2.856 7.43-5.428t11.428 1.429q26.286 29.714 94.857 20.57 76-8.57 101.143-49.713 13.143-21.714 19.43-17.143 6.856 3.429 5.713 29.714-.57 14.286-13.143 52.57-5.143 13.144-3.429 21.43t13.714 8.857q1.714-10.857 8.286-44t7.714-51.43q1.143-12-3.714-42t-4.286-55.428 13.143-40.286q8.571-10.286 29.143-10.286.571-21.143 19.714-30.286t41.43-6 34.285 12.857zM355.238 219.813q1.714-9.714-1.429-17.143t-6.57-8.571q-5.144-1.143-5.144 4 1.143 2.857 2.857 3.429 5.714 0 4 8.57-1.714 11.43 4.571 11.43 1.714 0 1.714-1.714zm239.43 112.57q-1.144-4.57-3.715-6.57t-7.429-2.857-8.286-3.143q-2.857-1.714-5.429-4.571t-4-4.571-3.143-3.714-2.286-2.286-2.286.857q-8 9.143 4 24.857t22.286 18q5.143.57 8.286-4.571t2-11.43zM492.952 210.67q0-6.286-2.857-11.143t-6.286-7.143-5.143-1.714q-8 .57-4 4l2.286 1.143q8 2.286 10.286 17.714 0 1.714 4.571-1.143zM523.81 77.527q0-1.143-1.429-2.857t-5.143-4-5.429-3.43q-8.57-8.57-13.714-8.57-5.143.57-6.57 4.286t-.572 7.429-.286 7.143q-.57 2.286-3.429 6t-3.429 5.143 1.714 4.857q2.286 1.714 4.571 0t6.286-5.143 8.571-5.143q.571-.571 5.143-.571t8.571-1.143 5.143-4zm322.857 766.286q11.43 6.857 17.714 14t6.857 13.714-1.429 12.857-8.857 12.57-13.429 11.144-17.143 10.57-18 9.43-18.286 8.857-15.429 7.429q-21.714 10.857-48.857 32t-43.143 36.57q-9.714 9.144-38.857 11.144t-50.857-8.286q-10.286-5.143-16.857-13.43t-9.429-14.57-12.57-11.143-26.858-5.43q-25.143-.57-74.286-.57-10.857 0-32.57.857t-33.144 1.429q-25.143.57-45.429 8.57t-30.57 17.144-24.858 16.286-30.57 6.57q-16.572-.57-63.43-17.713t-83.428-24.571q-10.857-2.286-29.143-5.43t-28.57-5.142-22.572-5.43-19.143-8.285T3.81 943.81q-5.714-13.143 4-38t10.286-31.143q.571-9.143-2.286-22.857t-5.714-24.286-2.57-20.857 6-15.43q8-6.856 32.57-8t34.286-6.856q17.143-10.286 24-20t6.857-29.143q12 41.714-18.286 60.57-18.286 11.43-47.429 8.572-19.429-1.714-24.57 5.714-7.43 8.57 2.856 32.57 1.143 3.43 4.571 10.287t4.857 10.286 2.571 9.714.571 12.57q0 8.572-9.714 28t-8 27.43q1.714 9.714 21.143 14.857 11.43 3.429 48.286 10.57t56.857 11.715q13.714 3.429 42.286 12.57t47.143 13.144 31.714 2.286q24.571-3.43 36.857-16t13.143-27.43-4.286-33.428-10.857-29.714-11.429-20.857q-69.143-108.571-96.57-138.286-38.858-42.286-64.572-22.857-6.286 5.143-8.57-8.571-1.715-9.143-1.144-21.714.571-16.571 5.714-29.714t13.714-26.857 12.571-24q4.571-12 15.143-41.143t16.857-44.571 17.143-34.857 22.286-30.857q62.857-81.714 70.857-111.43-6.857-64-9.143-177.142-1.143-51.43 13.714-86.571t60.571-59.714q22.286-12 59.43-12 30.285-.571 60.57 7.714t50.857 23.714q32.571 24 52.286 69.429t16.857 84.286q-2.857 54.286 17.143 122.286 19.43 64.57 76 124.57 31.43 33.715 56.857 93.144t34 109.143q4.571 28 2.857 48.286t-6.857 31.714-11.429 12.57q-5.714 1.144-13.429 10.858t-15.429 20.286-23.143 19.143-34.857 8q-10.286-.571-18-2.857t-12.857-7.714-7.714-8.857-6.57-11.714-5.144-11.143q-12.57-21.143-23.429-17.143t-16 28 4 55.429q11.43 40 .571 111.429-5.714 37.143 10.286 57.429t41.714 18.857 48.571-20.286q33.714-28 51.143-38t59.143-24.286q30.286-10.286 44-20.857t10.571-19.714-14.286-16.286-29.429-13.43q-18.857-6.285-28.286-27.428t-8.57-41.43 8.856-27.142q.571 17.714 4.571 32.286t8.286 23.143 11.714 16.286 12 10.857 12.286 7.429 9.43 5.429z"/></svg>
<svg class="tc-image-linuxfoundation tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M3.206 6.402V12.8h6.397V16H0V6.402h3.206zM16 0v16h-4.796v-3.2H12.8V3.213H3.2V4.8H.003V0H16z"/></svg>
<svg class="tc-image-liquor-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.026004791259766 50"><path d="M11 16c3 1 5 3.548 5 6.908v25.817c0 .794.803 1.275-.017 1.275H1.182C.364 50 0 49.519 0 48.726V22.908C0 19.54 2 16.754 5 16V4h6v12zM5 0h6v2H5zm27.255 4.785c-.457-.065-.808-.436-.808-.883 0-.327.196-.612.481-.774-.285-.15-.481-.678-.481-1.008 0-.496.418-1.12.936-1.12h4.684c.521 0 .936.624.936 1.119 0 .345-.195.747-.492.892a.984.984 0 0 1 .492.833.921.921 0 0 1-.793.907l5.965 14.6c.35.949.825 2.016.825 3.064V48c0 .976.026 2-1 2H27.911C26.869 50 27 48.976 27 48V22c0-1.047.195-1.686.547-2.636l4.708-14.579z"/></svg>
<svg class="tc-image-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 10"><path d="M1 1H0V0h1v1zm3 2H3v1h1V3zm0 3H3v1h1V6zm0 3H3v1h1V9zm9-8.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0 0 1h10a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-list-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 30"><path d="M1 0v8h8V0H1zm12 0v8h26V0H13zm0 19h26v-8H13v8zm1-1v-6h24v6H14zM3 20h4v-3h3v-4H7v-3H3v3H0v4h3v3zm1-1v-3H1v-2h3v-3h2v3h3v2H6v3H4zm-3 3v8h8v-8H1zm12 0v8h26v-8H13z"/></svg>
<svg class="tc-image-list-add-above tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 31"><path d="M1 12v8h8v-8H1zm12 0v8h26v-8H13zm0-3h26V1H13v8zm1-1V2h24v6H14zM3 10h4V7h3V3H7V0H3v3H0v4h3v3zm1-1V6H1V4h3V1h2v3h3v2H6v3H4zM1 23v8h8v-8H1zm12 0v8h26v-8H13z"/></svg>
<svg class="tc-image-list-add-below tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 31"><path d="M1 19v-8h8v8H1zm12 0v-8h26v8H13zm0 3h26v8H13v-8zm1 1v6h24v-6H14zM3 21h4v3h3v4H7v3H3v-3H0v-4h3v-3zm1 1v3H1v2h3v3h2v-3h3v-2H6v-3H4zM1 8V0h8v8H1zm12 0V0h26v8H13z"/></svg>
<svg class="tc-image-list-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.991000175476074 9"><path d="M11.991.542c0 .276-.224.45-.5.45h-9c-.276 0-.5-.174-.5-.45a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zm0 4a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5c0 .276.224.45.5.45h9c.276 0 .5-.174.5-.45zm0 4a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5c0 .276.224.45.5.45h9c.276 0 .5-.174.5-.45zM1 .5a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm0 4a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm0 4a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0z"/></svg>
<svg class="tc-image-list-bullet tc-image-button" width="22pt" height="22pt" viewBox="0 0 84.25599670410156 59.750999450683594"><g transform="translate(-7.872 -20.124)"><path d="M88.721 20.13H26.258a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407v-3.143a3.407 3.407 0 0 0-3.407-3.407zm0 24.892H26.258a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407v-3.143a3.407 3.407 0 0 0-3.407-3.407zm0 24.891H26.258a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407V73.32a3.408 3.408 0 0 0-3.407-3.407z"/><circle cx="12.856" cy="25.108" r="4.984"/><circle cx="12.856" cy="49.002" r="4.984"/><circle cx="12.856" cy="74.891" r="4.984"/></g></svg>
<svg class="tc-image-list-bulleted tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M992 64H352c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h640c19.2 0 32-12.8 32-32V96c0-19.2-12.8-32-32-32zm0 320H352c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h640c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm0 320H352c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h640c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32zM256 128c0 70.692-57.308 128-128 128C57.308 256 0 198.692 0 128 0 57.308 57.308 0 128 0c70.692 0 128 57.308 128 128zm0 320c0 70.692-57.308 128-128 128C57.308 576 0 518.692 0 448c0-70.692 57.308-128 128-128 70.692 0 128 57.308 128 128zm0 320c0 70.692-57.308 128-128 128C57.308 896 0 838.692 0 768c0-70.692 57.308-128 128-128 70.692 0 128 57.308 128 128z"/></svg>
<svg class="tc-image-list-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.558998107910156 28.5"><path d="M15.706 3.563H41.83c1.312 0 2.375.667 2.375 1.979 0 1.311-1.063 1.979-2.375 1.979H15.706c-1.311 0-2.375-.668-2.375-1.98 0-1.311 1.064-1.978 2.375-1.978zm0 9.5h30.478c1.312 0 2.375.667 2.375 1.979 0 1.311-1.45 1.897-2.762 1.897H15.318c-1.312 0-1.988-.586-1.988-1.897 0-1.312 1.064-1.98 2.375-1.98zm0 9.5h22.56c1.312 0 2.376.667 2.376 1.979 0 1.311-1.064 1.979-2.376 1.979h-22.56c-1.311 0-2.375-.668-2.375-1.98 0-1.311 1.064-1.978 2.375-1.978zm-13.868.038l2.707 2.388L9.372 19l2.158 2.388L5.503 28.5H3.83L0 24.737V22.6h1.838zm.217-9.5l2.707 2.388L9.589 9.5l2.158 2.388L5.72 19H4.047l-3.83-3.763V13.1h1.838zm0-9.5l2.707 2.387L9.589 0l2.158 2.388L5.72 9.5H4.047L.217 5.737V3.6h1.838z"/></svg>
<svg class="tc-image-list-columned tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M992 0H32C12.8 0 0 12.8 0 32v64c0 19.2 12.8 32 32 32h960c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm0 256H32c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h960c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm0 256H32c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h960c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm0 256H32c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h960c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32z"/></svg>
<svg class="tc-image-list-create tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.03199768066406 41"><path d="M0 0h8v8H0V0zm0 11h8v8H0v-8zM12 0h26v8H12V0zM0 22h8v8H0v-8zm12-11h26v8H12v-8zm0 11h26v8H12v-8zm24 19h-3v-6h3v6zm8.922-4.524L42.8 38.597l-4.242-4.242 2.12-2.121 4.244 4.242zm3.11-9.507v3h-6v-3h6zM26.491 37.89l-2.12-2.121 4.242-4.243 2.121 2.122-4.242 4.242zM43.68 18.197l2.084 2.158-4.316 4.168-2.084-2.158 4.316-4.168z"/></svg>
<svg class="tc-image-list-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 35.25"><path d="M12.886 32.672l3.536-3.536-3.536-3.536 2.579-2.578L19 26.558l3.535-3.536 2.579 2.578-3.536 3.536 3.536 3.536-2.578 2.578L19 31.715l-3.535 3.535-2.579-2.578zM0 0h8v8H0V0zm12 0h26v8H12V0zM0 11h8v8H0v-8zm1 1v6h6v-6H1zm1 1h4v4H2v-4zm10-2h26v8H12v-8z"/></svg>
<svg class="tc-image-list-delete-inline tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M12 7.5V0h26v8H12v-.5zm8.05 10.828L23.38 15l-3.329-3.328 2.122-2.122 3.327 3.33 3.328-3.329 2.122 2.122L27.37 15l3.579 3.328-2.122 2.122-3.327-3.33-3.328 3.329-2.122-2.122zM0 0h8v8H0V0zm0 11h8v8H0v-8zm0 11h8v8H0v-8zm12-11h6.65l2.6 4-2.6 4H12v-8zm26 0v8h-5.65l-2.6-4 2.6-4H38zM12 22h26v8H12v-8z"/></svg>
<svg class="tc-image-list-gear tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.557003021240234 39.557003021240234"><path d="M34.4 19.684l3.931-3.372c.738.314 1.44.698 2.094 1.144l-.706 5.13 5.165.395c.296.731.522 1.497.673 2.29l-4.128 3.128 3.372 3.932a12.184 12.184 0 0 1-1.144 2.094l-5.13-.706-.395 5.165a12.13 12.13 0 0 1-2.29.673l-3.128-4.128-3.932 3.372a12.184 12.184 0 0 1-2.094-1.144l.706-5.13-5.165-.395a12.123 12.123 0 0 1-.672-2.29l4.127-3.128-3.372-3.932c.314-.738.698-1.44 1.144-2.094l5.13.706.395-5.165a12.08 12.08 0 0 1 2.29-.672l3.128 4.127zm-.843 2.987a4.886 4.886 0 1 0 0 9.771 4.885 4.885 0 0 0 0-9.77zM0 0h8v8H0V0zm0 11h8v8H0v-8zM12 0h26v8H12V0zM0 22h8v8H0v-8zm12-11h26v4.132l-3.447 2.777L31.393 14l-3.362 1.34L27.31 19h-1.56l-4.375-.586-.38.586H12v-8zm0 11h8.274l3.135 4.447L19.278 30H12v-8zm21.5 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z"/></svg>
<svg class="tc-image-list-hidden tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M0 11h1v1H0v-1zm0 2h1v1H0v-1zm0 2h1v1H0v-1zm0 2h1v1h1v1H1v-1H0v-1zm2-5v-1h1v1H2zm2 0v-1h1v1H4zm2 0v-1h1v1h1v1H7v-1H6zm1 2h1v1H7v-1zm0 2h1v1H7v-1zm0 2h1v1H7v-1zm-1 1H5v-1h1v1zm-2 0H3v-1h1v1zm8-8h1v1h-1v-1zm0 2h1v1h-1v-1zm0 2h1v1h-1v-1zm0 2h1v1h1v1h-1v-1h-1v-1zm2-5v-1h1v1h-1zm2 0v-1h1v1h-1zm2 0v-1h1v1h-1zm20 0v1h-1v-1h-1v-1h1v1h1zm-1 2h1v1h-1v-1zm0 2h1v1h-1v-1zm-18 2h1v1h-1v-1zm-1 1h-1v-1h1v1zm-2 0h-1v-1h1v1zm5 0v-1h1v1h-1zm1-7v-1h1v1h-1zm2 0v-1h1v1h-1zm2 0v-1h1v1h-1zm1 6h1v1h-1v-1zm-1 1h-1v-1h1v1zm-2 0h-1v-1h1v1zm-4-7v-1h1v1h-1zm9 6h1v1h-1v-1zm2 1v-1h1v1h-1zm6-1h1v1h-1v-1zm-1 1h-1v-1h1v1zm-2 0h-1v-1h1v1zm-6-7v-1h1v1h-1zm4 0v-1h1v1h-1zm2 0v-1h1v1h-1zm-4 0v-1h1v1h-1zM0 0h8v8H0V0zm12 0h26v8H12V0zM0 22h8v8H0v-8zm12 0h26v8H12v-8z"/></svg>
<svg class="tc-image-list-large-thumbnails tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M416 0H32C12.8 0 0 12.8 0 32v384c0 19.2 12.8 32 32 32h384c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm576 0H608c-19.2 0-32 12.8-32 32v384c0 19.2 12.8 32 32 32h384c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zM416 576H32c-19.2 0-32 12.8-32 32v384c0 19.2 12.8 32 32 32h384c19.2 0 32-12.8 32-32V608c0-19.2-12.8-32-32-32zm576 0H608c-19.2 0-32 12.8-32 32v384c0 19.2 12.8 32 32 32h384c19.2 0 32-12.8 32-32V608c0-19.2-12.8-32-32-32z"/></svg>
<svg class="tc-image-list-merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.5 35"><path d="M0 0h8v8H0V0zm0 11h8v8H0v-8zM12 0h26v8H12V0zM0 22h8v8H0v-8zm12-11h17.25l-7 7H28v1H12v-8zm26 0v5.25L32.75 11H38zm0 8h-3.647L34 18h4v1zm-26 3h16v8H12v-8zm26 0v5.264A61.206 61.206 0 0 1 35.526 22H38zm-9 13V17h-4l6-6 6 6h-4v1s2.5 9.25 7.5 13.25l-3.75 2.25c-1.44-1.153-2.695-2.928-3.75-4.872V35h-4z"/></svg>
<svg class="tc-image-list-number tc-image-button" width="22pt" height="22pt" viewBox="0 0 82.66654968261719 60.86900329589844"><path d="M5.761 2.929v7.747h2.273V0H6.049L2.688 3.377l1.296 1.361zM4.162 26.857c.88 0 1.729.448 1.729 1.393 0 1.312-1.28 2.401-5.65 5.634v1.793h8.035v-2.001H3.922c2.77-2.017 4.274-3.601 4.274-5.426 0-2.129-1.792-3.41-4.082-3.41-1.489 0-3.073.544-4.114 1.745l1.296 1.505c.721-.753 1.649-1.233 2.866-1.233zM5.938 55.17c1.184-.208 2.337-1.088 2.337-2.433 0-1.776-1.537-2.897-4.034-2.897-1.873 0-3.217.72-4.082 1.697l1.136 1.424a3.852 3.852 0 0 1 2.721-1.104c1.104 0 1.985.416 1.985 1.264 0 .785-.8 1.137-1.985 1.137-.4 0-1.137 0-1.329-.016v2.049c.16-.016.88-.032 1.329-.032 1.489 0 2.145.384 2.145 1.233 0 .8-.721 1.36-2.017 1.36-1.041 0-2.209-.448-2.929-1.216l-1.2 1.521c.784.96 2.257 1.712 4.209 1.712 2.561 0 4.21-1.296 4.21-3.137.002-1.602-1.407-2.45-2.496-2.562zM79.26.323H16.796a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407V3.73A3.406 3.406 0 0 0 79.26.323zm0 24.892H16.796a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407v-3.143a3.406 3.406 0 0 0-3.406-3.407zm0 24.892H16.796a3.407 3.407 0 0 0-3.407 3.407v3.143a3.407 3.407 0 0 0 3.407 3.407h62.463a3.407 3.407 0 0 0 3.407-3.407v-3.143a3.406 3.406 0 0 0-3.406-3.407z"/></svg>
<svg class="tc-image-list-numbered tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 1024"><path d="M320 832h640v128H320zm0-384h640v128H320zm0-384h640v128H320zM128 0v256H64V64H0V0zM64 526v50h128v64H0V494l128-60v-50H0v-64h192v146zm128 178v320H0v-64h128v-64H0v-64h128v-64H0v-64z"/></svg>
<svg class="tc-image-list-ol tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.993088722229004 11.0972900390625"><path d="M12.993 1.691c0 .276-.224.45-.5.45h-9c-.276 0-.5-.174-.5-.45a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zm0 4a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5c0 .276.224.45.5.45h9c.276 0 .5-.174.5-.45zm0 4a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5c0 .276.224.45.5.45h9c.276 0 .5-.174.5-.45zM1.476 0H1.25c-.062.124-.165.251-.313.383S.618.626.422.719v.34c.11-.04.232-.101.37-.182s.248-.161.333-.242v2.24h.352V0zM.491 6.632c.04-.063.09-.127.148-.19s.195-.184.406-.36c.253-.214.434-.382.542-.504s.187-.239.233-.35.07-.224.07-.338c0-.226-.08-.414-.24-.566s-.377-.229-.65-.229-.49.07-.65.212-.256.346-.28.616l.361.037c0-.18.052-.32.154-.422s.237-.152.406-.152c.16 0 .29.048.39.144s.15.213.15.353c0 .133-.056.273-.165.423s-.319.35-.63.605c-.2.164-.355.309-.46.434s-.184.252-.232.381a.612.612 0 0 0-.04.244h1.892v-.338H.491zm-.195 4.233a.904.904 0 0 0 .626.225c.278 0 .51-.087.691-.261s.273-.386.273-.636c0-.185-.047-.339-.14-.462s-.227-.204-.396-.243c.13-.06.23-.141.295-.242s.1-.214.1-.338a.71.71 0 0 0-.406-.643.938.938 0 0 0-.432-.101c-.227 0-.416.064-.568.194s-.25.312-.293.548l.352.062c.026-.172.085-.301.176-.387s.205-.129.342-.129c.138 0 .251.042.338.127s.131.191.131.32c0 .163-.06.283-.18.361a.726.726 0 0 1-.46.113l-.04.309c.1-.026.182-.039.248-.039a.54.54 0 0 1 .56.556c0 .169-.057.312-.17.426s-.255.172-.42.172c-.14 0-.258-.044-.354-.132s-.166-.229-.206-.429l-.352.047a.869.869 0 0 0 .285.582z"/></svg>
<svg class="tc-image-list-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M0 0h8v8H0V0zm0 11h8v8H0v-8zM12 0h26v8H12V0zM0 22h8v8H0v-8z"/></svg>
<svg class="tc-image-list-ordered tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.010000228881836 14"><path d="M12.01 12c0 .59 0 1-.59 1H4.6c-.59 0-.59-.41-.59-1 0-.59 0-1 .59-1h6.81c.59 0 .59.41.59 1h.01zM4.6 3h6.81C12 3 12 2.59 12 2c0-.59 0-1-.59-1H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1zm6.81 3H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1h6.81C12 8 12 7.59 12 7c0-.59 0-1-.59-1zm-9.4-6h-.72C.99.19.71.25.26.34V1h.75v2.14H.17V4h2.84v-.86h-1V0zm.25 8.13c-.17 0-.45.03-.66.06.53-.56 1.14-1.25 1.14-1.89C2.72 5.52 2.18 5 1.38 5c-.59 0-.97.2-1.38.64l.58.58c.19-.19.38-.38.64-.38.28 0 .48.16.48.52 0 .53-.77 1.2-1.7 2.06V9h3l-.09-.88h-.66l.01.01zm-.08 3.78v-.03c.44-.19.64-.47.64-.86 0-.7-.56-1.11-1.44-1.11-.48 0-.89.19-1.28.52l.55.64c.25-.2.44-.31.69-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.75c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.48.66c.3.36.77.56 1.41.56.83 0 1.53-.41 1.53-1.16 0-.5-.31-.81-.77-.94v.01z"/></svg>
<svg class="tc-image-list-reorder tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 48.5"><path d="M0 20.25h8v8H0v-8zm12 0h26v8H12v-8zm-12 11h8v8H0v-8zm7 1H1v6h6v-6zm-7-23h8v8H0v-8zm7 1H1v6h6v-6zm5 7v-8h4v1h-3v6h9v1H12zm26-8v8H28v-1h9v-6h-3v-1h4zm-26 22h10v1h-9v6h3v1h-4v-8zm26 8h-4v-1h3v-6h-9v-1h10v8zM17 35l6 6v-9.75h4V41l6-6v5.5l-8 8-8-8V35zm0-21.5V8l8-8 8 8v5.5l-6-6v9.75h-4V7.5l-6 6z"/></svg>
<svg class="tc-image-list-reorder-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M0 8h8V0H0v8zm12 0h26V0H12v8zm0 3v8h4v-1h-3v-6h9v-1H12zm26 8v-8H28v1h9v6h-3v1h4zm-21-4.25v5.5l8 8 8-8v-5.5l-6 6V11h-4v9.75l-6-6zM12 30h26v-8h-4.75l-1 1H37v6H13v-6h4.75l-1-1H12v8zM0 30h8v-8H0v8zm1-1v-6h6v6H1zM0 19h8v-8H0v8zm7-1H1v-6h6v6z"/></svg>
<svg class="tc-image-list-reorder-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M0 22h8v8H0v-8zm12 0h26v8H12v-8zm0-3v-8h4v1h-3v6h9v1H12zm26-8v8H28v-1h9v-6h-3v-1h4zm-21 4.25v-5.5l8-8 8 8v5.5l-6-6V19h-4V9.25l-6 6zM12 0h26v8h-4.75l-1-1H37V1H13v6h4.75l-1 1H12V0zM0 0h8v8H0V0zm1 1v6h6V1H1zM0 11h8v8H0v-8zm7 1H1v6h6v-6z"/></svg>
<svg class="tc-image-list-rich tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v3h3V0H0zm4 0v1h4V0H4zm0 2v1h3V2H4zM0 4v3h3V4H0zm4 0v1h4V4H4zm0 2v1h3V6H4z"/></svg>
<svg class="tc-image-list-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30"><path d="M2 13h4v4H2v-4zM0 0h8v8H0V0zm0 11h8v8H0v-8zM12 0h26v8H12V0zM0 22h8v8H0v-8zm12-11h26v8H12v-8zm0 11h26v8H12v-8zM1 12v6h6v-6H1z"/></svg>
<svg class="tc-image-list-small-thumbnails tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 896"><path d="M224 0H32C12.8 0 0 12.8 0 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm0 320H32c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V352c0-19.2-12.8-32-32-32zM544 0H352c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm0 320H352c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V352c0-19.2-12.8-32-32-32zM864 0H672c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm0 320H672c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V352c0-19.2-12.8-32-32-32zM224 640H32c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V672c0-19.2-12.8-32-32-32zm320 0H352c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V672c0-19.2-12.8-32-32-32zm320 0H672c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32h192c19.2 0 32-12.8 32-32V672c0-19.2-12.8-32-32-32z"/></svg>
<svg class="tc-image-list-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.5 37"><path d="M17.5 22h9.786l3.214-9 3.214 9H43.5l-8.15 5.839L39 37l-8.5-5-7.5 5 2.825-9.025L17.5 22zM0 0h8v8H0V0zm0 11h8v8H0v-8zM12 0h26v8H12V0zM0 22h8v8H0v-8zm12-11h18.146l-3.108 8H12v-8zm26 0v8h-4.038l-3.108-8H38zM12 22h3.786l8.85 6.64L23.79 30H12v-8z"/></svg>
<svg class="tc-image-list-thumbnailed tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M352 0H32C12.8 0 0 12.8 0 32v320c0 19.2 12.8 32 32 32h320c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm0 512H32c-19.2 0-32 12.8-32 32v320c0 19.2 12.8 32 32 32h320c19.2 0 32-12.8 32-32V544c0-19.2-12.8-32-32-32zM992 0H544c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h448c19.2 0 32-12.8 32-32V32c0-19.2-12.8-32-32-32zm0 256H544c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h448c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm0 256H544c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h448c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm0 256H544c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h448c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32z"/></svg>
<svg class="tc-image-list-thumbnails tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.89200592041016 64.89826202392578"><path d="M62.629 49.906H27.22a2.27 2.27 0 0 0-2.269 2.268c0 .042.01.08.012.121V62.63h.011a2.268 2.268 0 0 0 2.254 2.268v.001h35.4v-.002a2.268 2.268 0 0 0 2.254-2.268V52.274c.002-.034.01-.067.01-.1a2.267 2.267 0 0 0-2.263-2.268zm-49.904-.003H2.269A2.27 2.27 0 0 0 0 52.173v10.453a2.269 2.269 0 0 0 2.268 2.27h10.455a2.27 2.27 0 0 0 2.269-2.27V52.172a2.267 2.267 0 0 0-2.267-2.269zm49.904-24.987H27.22a2.27 2.27 0 0 0-2.269 2.268c0 .042.01.08.012.121V37.64h.011a2.268 2.268 0 0 0 2.254 2.268v.001h35.4v-.002a2.268 2.268 0 0 0 2.254-2.268V27.284c.002-.034.01-.067.01-.1a2.267 2.267 0 0 0-2.263-2.268zm-49.904-.003H2.269A2.27 2.27 0 0 0 0 27.183v10.453a2.269 2.269 0 0 0 2.268 2.27h10.455a2.27 2.27 0 0 0 2.269-2.27V27.182a2.267 2.267 0 0 0-2.267-2.269zm12.238-12.188h.011a2.268 2.268 0 0 0 2.254 2.268v.001h35.4v-.002a2.268 2.268 0 0 0 2.254-2.268V2.37c.002-.034.01-.067.01-.1A2.269 2.269 0 0 0 62.628 0H27.219a2.27 2.27 0 0 0-2.269 2.268c0 .042.01.08.012.121v10.335zM12.725 0H2.269A2.27 2.27 0 0 0 0 2.27v10.453a2.269 2.269 0 0 0 2.268 2.27h10.455a2.27 2.27 0 0 0 2.269-2.27V2.27A2.266 2.266 0 0 0 12.725 0z"/></svg>
<svg class="tc-image-list-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 29"><path d="M0 0h7v7H0V0zm0 11h7v7H0v-7zM10 0h28v7H10V0zm0 11h28v7H10v-7zM0 22h7v7H0v-7z"/></svg>
<svg class="tc-image-list-ul tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1408"><path d="M384 1216q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 704t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1312v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 192q0 80-56 136t-136 56-136-56T0 192 56 56 192 0t136 56 56 136zm1408 416v192q0 13-9.5 22.5T1760 832H544q-13 0-22.5-9.5T512 800V608q0-13 9.5-22.5T544 576h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 320H544q-13 0-22.5-9.5T512 288V96q0-13 9.5-22.5T544 64h1216q13 0 22.5 9.5T1792 96z"/></svg>
<svg class="tc-image-list-unordered tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.989999771118164 12"><path d="M2 11c0 .59 0 1-.59 1H.59C0 12 0 11.59 0 11c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 0 4 .41 4 1c0 .59 0 1 .59 1zM1.41 5H.59C0 5 0 5.41 0 6c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 0 0 .41 0 1c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 5 4 5.41 4 6c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 10 4 10.41 4 11c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z"/></svg>
<svg class="tc-image-list2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M384 64h640v128H384V64zm0 384h640v128H384V448zm0 384h640v128H384V832zM0 128C0 57.308 57.308 0 128 0s128 57.308 128 128c0 70.692-57.308 128-128 128S0 198.692 0 128zm0 384c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128S0 582.692 0 512zm0 384c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128S0 966.692 0 896z"/></svg>
<svg class="tc-image-live-help tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h8l6 6 6-6h8c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM20 32h-4v-4h4v4zm4.13-15.49l-1.79 1.84C20.9 19.79 20 21 20 24h-4v-1c0-2.21.9-4.21 2.34-5.66l2.49-2.52C21.55 14.1 22 13.1 22 12c0-2.21-1.79-4-4-4s-4 1.79-4 4h-4c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.76-.71 3.35-1.87 4.51z"/></svg>
<svg class="tc-image-live-tv tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 40"><path d="M40 8H24.83l6.59-6.59L30 0l-8 8-8-8-1.41 1.41L19.17 8H4c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm0 28H4V12h36v24zM16 16v16l14-8z"/></svg>
<svg class="tc-image-livejournal tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16.003313064575195"><path d="M12.06 9.798a4.379 4.379 0 0 0-2.254 2.266l2.846.588-.59-2.854zM1.65 5.545L0 3.9A7.507 7.507 0 0 1 3.882 0h.004l1.646 1.642a7.481 7.481 0 0 1 2.975-.614C12.645 1.028 16 4.38 16 8.514S12.644 16 8.507 16a7.488 7.488 0 0 1-7.494-7.486c0-1.06.237-2.054.635-2.967l6.095 6.076a7.51 7.51 0 0 1 3.882-3.9L5.534 1.644H5.53a7.514 7.514 0 0 0-3.882 3.9z"/></svg>
<svg class="tc-image-livestream tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.998003959655762 11.849000930786133"><path d="M14.07 2.122l.027.002.027.004.026.007.027.01.025.013.026.015.024.02.024.02.025.023.024.026.022.03.023.03.043.072.02.04.022.043.02.045.02.048.02.05.02.054.018.056.02.058.016.06.017.064.018.065.017.07.016.07.017.073.014.076.016.077.014.08.015.084.013.084.015.087.012.09.013.09.013.094.013.094.012.097.012.102.01.1.012.105.01.105.01.107.01.107.008.112.01.11.008.115.016.233.01.12.005.12.008.122.006.123.007.125.007.126.006.127.004.13.006.13.004.13.005.132.003.133.005.134.003.133.004.136.004.136.002.137.002.138.003.14.004.278.003.423v.283l.003.144v.42l.01.25.027.175.03.118.03.077.035.067.04.058.027.035.032.03.033.028.035.024.057.03.06.023.066.018.096.013.128.008.18-.007.078-.005v1.51l-.165.02-.378.018-.41-.018-.296-.044-.23-.06-.17-.064-.163-.08-.154-.102-.144-.123-.09-.093-.083-.106-.113-.18-.096-.206-.08-.237-.056-.27-.036-.303-.012-.338v-.831l-.003-.14v-.282l-.003-.282-.002-.14-.002-.138-.002-.14-.002-.137-.006-.274-.003-.137-.005-.134-.003-.135-.005-.133-.005-.132-.004-.13-.006-.13-.005-.13-.006-.126-.005-.126-.006-.125-.008-.123-.007-.122-.007-.12-.01-.12-.005-.117-.01-.115-.008-.114-.01-.11-.008-.113-.01-.108-.01-.108-.01-.105-.01-.104-.013-.1-.01-.102-.013-.096-.01-.095-.027-.186-.013-.09-.014-.086-.014-.084-.014-.083-.016-.08-.014-.076-.017-.076-.015-.073-.016-.07-.018-.07-.017-.065-.017-.063-.02-.06-.017-.06-.018-.055-.02-.053-.02-.052-.02-.048-.02-.045-.02-.043-.022-.04-.02-.037-.023-.034-.023-.03-.022-.03-.024-.027-.025-.023-.023-.02-.025-.02-.025-.014-.026-.013-.026-.01-.026-.007-.027-.004h-.027 1.712zM.005 0l.784.014.732.017.65.018.568.02.495.02.435.023.386.025.345.027.31.028.285.03.26.03.238.034.22.034.208.036.194.038.18.04.17.04.16.042.15.044.144.046.136.046.13.048.124.05.118.05.112.053.108.052.104.055.098.056.095.058.093.06.087.06.085.06.082.062.078.065.077.064.073.067.07.067.07.068.066.07.063.07.063.068.06.072.058.073.058.074.054.074.053.076.052.075.05.078.05.078.046.08.047.08.045.08.044.08.043.08.04.083.04.082.04.083.04.084.037.084.036.085.037.086.036.085.035.088.035.086.033.086.033.087.033.088.032.087.032.088.03.088.03.088.028.088.03.09.027.087.028.09.027.09.028.087.026.09.026.088.027.088.024.09.026.088.024.09.025.088.023.087.024.09.003.01.02.076.022.088.022.088.022.086.02.086.023.087.02.086.023.086.02.085.02.086.022.084.02.083.02.083.018.082.02.082.018.082.02.08.018.08.018.08.02.08.016.078.02.077.016.077.018.076.034.15.017.073.018.073.017.072.016.07.018.072.015.07.017.067.015.067.015.067.016.067.014.064.016.066.014.062.016.062.015.06.016.06.014.06.015.056.013.057.015.055.014.054.014.054.015.052.014.05.012.05.013.05.014.046.01.046.015.046.013.043.013.042.015.04.012.04.012.04.012.038.012.036.013.035.013.035.01.033.014.03.012.03.012.03.012.028.023.05.012.024.023.044.01.02.013.018.012.018.012.015.01.015.012.012.012.013.01.01.01.01.022.015.012.006.01.004.01.003h.01H7.17l-.037-.003-.036-.004-.037-.006-.037-.007-.036-.008-.037-.01-.038-.01-.037-.013-.037-.012-.037-.015-.037-.015-.037-.018-.037-.02-.04-.018-.036-.02-.038-.024-.037-.023-.04-.025-.037-.026-.037-.027-.04-.03-.036-.03-.038-.032-.038-.033-.04-.034-.037-.034-.038-.036-.04-.037-.037-.04-.04-.04-.038-.04-.038-.044-.04-.044-.037-.046-.04-.046-.076-.096-.04-.05-.038-.05-.04-.052-.038-.054-.04-.054-.038-.055-.04-.057-.038-.057-.04-.06-.04-.06-.04-.06-.038-.062-.04-.062-.04-.065-.04-.063-.038-.066-.04-.066-.04-.067-.04-.068-.04-.07-.04-.07-.04-.072-.04-.072-.04-.073-.04-.074-.04-.074-.04-.076-.04-.076-.04-.077-.04-.077-.042-.08-.04-.078-.04-.08-.04-.08-.04-.08-.042-.082-.042-.082-.04-.082-.04-.083-.04-.083-.043-.084-.04-.085-.04-.084-.043-.085-.04-.085-.042-.087-.04-.086-.042-.086-.04-.088-.042-.087-.043-.086-.04-.09-.042-.086-.04-.09-.043-.087-.042-.088-.04-.09-.044-.087-.04-.088-.043-.09-.04-.088-.043-.09-.04-.09-.043-.087-.043-.09-.04-.087-.086-.176-.04-.088-.043-.087-.042-.088-.042-.087-.043-.086-.043-.086-.042-.087-.043-.084-.042-.085-.043-.084-.042-.084-.043-.084-.042-.083-.043-.082-.044-.082-.085-.16-.042-.08-.043-.08-.043-.08-.043-.077-.087-.153-.044-.076-.044-.075-.044-.075-.042-.073-.044-.072-.087-.14-.045-.068-.044-.068-.042-.067-.044-.066-.044-.063-.043-.065-.044-.062-.044-.06-.045-.06-.043-.06-.044-.057-.045-.056L1.159.92 1.114.867 1.07.814 1.027.762.983.712.938.665.893.619.85.573.805.529.76.472.715.432.672.392.627.354.582.318.538.284.493.251.449.218.403.188.36.162.314.135.27.11.224.088.179.066.134.046.088.029.042.013 0 0h.005z"/></svg>
<svg class="tc-image-lkdto tc-image-button" width="22pt" height="22pt" viewBox="0 0 613.8889770507812 307.18499755859375"><path d="M.001 161.28v-17.408c0-38.576 14.336-72.192 43.008-100.864C71.681 14.336 108.369 0 153.089 0c46.416 0 88.576 19.104 126.464 57.344 7.168 6.832 16.384 17.408 27.647 31.744l49.137 64.513c13.311 17.743 22.191 28.847 26.624 33.279 25.264 25.264 50.336 37.889 75.28 37.889 20.128 0 36.512-6.832 49.136-20.48 11.264-11.249 17.744-25.76 19.456-43.52.336-1.697.512-4.097.512-7.168 0-7.504-1.008-14.496-3.072-20.993-3.056-10.591-8.688-20.32-16.896-29.184 0-.336-.177-.512-.513-.512-12.975-13.647-29.183-20.48-48.624-20.48-26.624 0-51.712 12.64-75.279 37.888l-43.52-56.832c-2.048-2.72-3.745-4.944-5.104-6.656 18.768-20.48 38.064-35.072 57.84-43.775C411.984 4.353 434.849 0 460.785 0c42.336 0 78.864 14.336 109.584 43.008h.495l.513.513c28.336 28.335 42.512 65.023 42.512 110.08 0 10.255-.865 20.99-2.56 32.255-5.456 30.384-18.96 56.497-40.448 78.336-20.816 21.152-46.4 34.657-76.8 40.449-11.264 1.695-21.84 2.544-31.728 2.544-47.792 0-90.128-18.593-126.992-55.792-7.856-7.857-17.408-19.296-28.672-34.305l-49.152-63.504c-13.312-17.744-22.192-28.832-26.624-33.28-25.264-25.264-50.688-37.888-76.288-37.888-7.504 0-14.336 1.024-20.48 3.072-9.905 2.737-19.28 8.528-28.16 17.408-9.904 10.928-16.032 23.04-18.432 36.352a68.108 68.108 0 0 0-1.536 14.336c0 19.473 6.32 36.016 18.944 49.664l1.024 1.008c13.312 13.664 29.872 20.48 49.664 20.48 26.976 0 52.048-12.8 75.264-38.384l43.008 56.32 4.607 6.144c-19.456 20.832-39.087 35.664-58.88 44.544s-41.983 13.328-66.559 13.328c-44.704 0-81.584-14.16-110.592-42.496v-.496C20.992 242.176 7.681 216.064 2.56 185.36.849 176.816 0 168.784 0 161.28z"/></svg>
<svg class="tc-image-load-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 416"><g transform="translate(-48 -32)"><circle cx="256" cy="96" r="64"/><circle cx="96" cy="256" r="48"/><circle cx="368" cy="144" r="8"/><path d="M180.1 107.6c-19.9-20.1-52.2-20.1-72.1 0-19.9 20.1-19.9 52.7 0 72.8 19.9 20.1 52.2 20.1 72.1 0 19.9-20.1 19.9-52.7 0-72.8z"/><circle cx="416" cy="256" r="16"/><circle cx="369" cy="369" r="24"/><circle cx="256" cy="416" r="32"/><circle cx="144" cy="368" r="40"/></g></svg>
<svg class="tc-image-load-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M256 128c0 17.7-14.3 32-32 32s-32-14.3-32-32V32c0-17.7 14.3-32 32-32s32 14.3 32 32v96zm-32 160c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm192-96h-96c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm-288 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm186.5-13.3c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l67.9-67.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-67.9 67.9zm-135.8 90.6c-12.5-12.5-32.8-12.5-45.3 0l-67.9 67.9C53 349.7 53 370 65.5 382.5s32.8 12.5 45.3 0l67.9-67.9c12.5-12.6 12.5-32.8 0-45.3zm203.7 67.8l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3zM178.7 133.5l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"/></svg>
<svg class="tc-image-load-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 449 448.8000183105469"><path d="M448.5 194.2c-1.4-8.7-3.1-17.3-5.3-25.8-2.8-10.8-6.4-21.5-10.8-31.8-8.9-21.2-21.1-41-35.9-58.6-16-18.9-35.3-35.2-56.7-47.7-21.1-12.4-44.1-21.2-68.1-26.1-12.4-2.5-24.9-4-37.6-4.1-9.9-.1-19.8.3-29.6 1.2-25.5 2.5-50.7 9.6-73.9 20.5-19.9 9.4-38.4 21.6-54.8 36.2-16.4 14.6-30.7 31.6-42.2 50.3-12.7 20.8-22.2 43.5-27.4 67.3C2 194.6 0 214.2 1 233.7c.9 18.9 3.8 37.8 9.5 55.9 3.6 11.5 7.9 22.7 13.3 33.6 5.3 10.7 11.5 21 18.4 30.7C56 373.2 72.8 390.3 92 404.4c19.6 14.5 41.7 25.7 64.9 33.1 24.2 7.7 49.9 11.3 75.3 10.4 24.8-.8 49.4-5.6 72.6-14.5 22.3-8.6 43.2-20.9 61.5-36.3 9.2-7.8 17.4-16.6 25.1-25.9 7.8-9.4 14.8-19.3 20.6-30 5-9.2 9.2-18.8 12.8-28.5 1.8-4.8 3.5-9.6 4.9-14.6 1.5-5.3 2.6-10.8 3.6-16.2 1.5-8.5 2.1-17.3 1.3-25.9-.7 3.8-1.3 7.5-2.2 11.2-1.1 4.3-2.5 8.5-4.1 12.6-3.2 8.7-7.2 17.1-11 25.5-4.9 10.7-10.6 20.9-16.8 30.8-3.2 5.1-6.5 10.1-10.1 14.9-3.6 4.8-7.7 9.4-11.8 13.9-8.2 9.1-17.1 17.2-27 24.4-10.1 7.4-20.8 13.9-32.1 19.3-22.6 11-47.3 17.6-72.3 19.8-25.6 2.2-51.7-.3-76.3-7.6-23.4-6.9-45.6-18.1-65.1-32.8-18.9-14.3-35.3-31.9-48.2-51.8-13.5-20.3-22.8-43.2-27.9-67.1-1.3-6.2-2.3-12.6-3-18.9-.6-5.4-1.1-10.9-1.3-16.4-.3-11.3.4-23 2.1-34.2 3.7-24.6 11.7-48.3 24.1-69.9 11-19.3 25.3-36.7 42.1-51.4 16.8-14.8 36-26.7 56.8-35.1 12-4.9 24.6-8.5 37.4-10.9 6.5-1.2 13-2.2 19.5-2.7 3.2-.3 6.3-.3 9.5-.6 1.3 0 2.6.1 3.9.1 21.7-.4 43.5 2.4 64.2 8.9 22.3 7 43.3 18.3 61.5 33 19.1 15.4 35 34.4 47 55.8 10.2 18.2 17.5 37.8 21.9 58.2 1 4.7 1.8 9.4 2.6 14.1.7 4.3 3.1 8.3 6.8 10.7 7.8 5.2 18.7 1.7 22.5-6.7 1.3-2.9 1.7-6 1.2-8.9z"/></svg>
<svg class="tc-image-load-d tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M368 176h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16s-7.2-16-16-16zm-256 16c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16zm80 80c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16zm0-272c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.8-7.2-16-16-16zm69.3 152c4.4 7.7 14.2 10.3 21.9 5.9l69.3-40c7.7-4.4 10.3-14.2 5.9-21.9s-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.5-10.3 14.2-5.9 21.9zm-138.6 80c-4.4-7.7-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.4-10.3 14.2-5.9 21.9s14.2 10.3 21.9 5.9l69.3-40c7.7-4.5 10.3-14.2 5.9-21.9zm131.2 35.1c-4.4-7.7-14.2-10.3-21.9-5.9s-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9 7.7-4.4 10.3-14.2 5.9-21.9l-40-69.3zm-136-235.5c-4.4-7.7-14.2-10.3-21.9-5.9-7.7 4.4-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9s10.3-14.2 5.9-21.9l-40-69.3zM232 122.7c7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.4-5.9-21.9-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.5 5.9 21.9zm-80 138.6c-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.4 5.9 21.9 7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.5-5.9-21.9zm200.4 4.8l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9 4.4-7.7 1.8-17.4-5.9-21.9zM31.6 117.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9s1.8-17.4-5.9-21.9l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9z"/></svg>
<svg class="tc-image-loading tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.885860443115234 14.016502380371094"><path d="M13.484 8.022a.5.5 0 0 0-.602.371 5.972 5.972 0 0 1-5.832 4.615c-1.685 0-3.22-.7-4.317-1.847-.137-.14-.255-.292-.375-.443-.096-.12-.194-.238-.28-.367-.08-.116-.143-.239-.212-.359a6.087 6.087 0 0 1-.293-.554c-.036-.082-.062-.166-.094-.249a6.123 6.123 0 0 1-.242-.734 5.953 5.953 0 0 1 .062-3.086c.064-.22.129-.44.215-.65.095-.229.213-.449.338-.669A5.954 5.954 0 0 1 7.05 1.008a5.973 5.973 0 0 1 5.833 4.615.498.498 0 0 0 .6.371.498.498 0 0 0 .372-.602A6.97 6.97 0 0 0 7.05.008a6.961 6.961 0 0 0-5.943 3.317l-.011.013c-.048.077-.077.161-.121.24a6.641 6.641 0 0 0-.383.757c-.105.252-.18.51-.253.77-.028.096-.071.187-.095.288-.002.007 0 .013-.001.02a6.942 6.942 0 0 0-.001 3.154c.002.02-.002.037.002.057.006.025.018.05.024.074.072.291.17.573.28.854.037.097.068.196.11.291.099.223.22.436.343.647.08.142.156.284.245.418.102.15.218.29.33.434.14.176.278.35.433.511.032.034.057.073.09.106l.012-.012a6.956 6.956 0 0 0 4.939 2.061 6.97 6.97 0 0 0 6.805-5.385.499.499 0 0 0-.371-.6z"/></svg>
<svg class="tc-image-loading-spinner tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.018587112426758 15.988999366760254"><path d="M7.974 4.416a.9.9 0 0 1-.9-.901V.901a.901.901 0 0 1 1.801 0v2.616a.9.9 0 0 1-.9.899zm0 11.573a.583.583 0 0 1-.583-.582v-3.274a.583.583 0 0 1 1.166 0v3.274a.583.583 0 0 1-.583.582zM5.756 5.046A.872.872 0 0 1 5 4.608L3.63 2.273a.875.875 0 0 1 1.513-.875l1.37 2.337a.874.874 0 0 1-.756 1.311zm5.932 9.948a.523.523 0 0 1-.455-.262l-1.659-2.909a.525.525 0 0 1 .907-.527l1.658 2.908a.526.526 0 0 1-.45.79zm-7.506-8.36a.806.806 0 0 1-.407-.108l-2.423-1.4a.815.815 0 0 1-.299-1.114.814.814 0 0 1 1.114-.3L4.59 5.111a.815.815 0 0 1-.408 1.523zm10.3 5.598a.479.479 0 0 1-.23-.062l-3.022-1.752a.468.468 0 0 1 .467-.809l3.02 1.751a.47.47 0 0 1 .172.64.478.478 0 0 1-.408.232zM3.644 8.775H.731a.759.759 0 0 1 0-1.517h2.914a.759.759 0 1 1 0 1.517zm11.853-.303h-3.496a.467.467 0 1 1 0-.932h3.496a.467.467 0 1 1 0 .932zM1.663 12.33a.7.7 0 0 1-.35-1.306l2.642-1.5a.7.7 0 0 1 .697 1.211l-2.64 1.5a.686.686 0 0 1-.349.095zm9.815-5.862a.466.466 0 0 1-.23-.87l3.018-1.751a.467.467 0 1 1 .467.808L11.71 6.407a.457.457 0 0 1-.23.061zm-7.163 8.527a.641.641 0 0 1-.553-.963l1.56-2.711a.642.642 0 1 1 1.11.642l-1.56 2.71a.641.641 0 0 1-.557.322zM9.996 4.97a.469.469 0 0 1-.403-.701l1.734-3a.47.47 0 0 1 .64-.171.466.466 0 0 1 .17.637l-1.734 3a.474.474 0 0 1-.407.235z"/></svg>
<svg class="tc-image-local-activity tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 16c0-2.21 1.79-4 4-4V4c0-2.21-1.79-4-4-4H4C1.79 0 .02 1.79.02 4l-.01 8C2.22 12.01 4 13.8 4 16c0 2.21-1.79 4-3.99 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4v-8c-2.21 0-4-1.79-4-4zm-8.84 9.6L20 21l-7.16 4.6L15 17.37l-6.58-5.38 8.49-.5L20 3.6l3.09 7.89 8.49.5L25 17.37l2.16 8.23z"/></svg>
<svg class="tc-image-local-airport tc-image-button" width="22pt" height="22pt" viewBox="0 0 810.666015625 853.3330078125"><path d="M810.666 597.333V512L469.333 298.667V64c0-35.413-28.587-64-64-64s-64 28.587-64 64v234.667L0 512v85.333l341.333-106.667v234.667l-85.333 64v64l149.333-42.667 149.333 42.667v-64l-85.333-64V490.666l341.333 106.667z"/></svg>
<svg class="tc-image-local-atm tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M18 26h4v-2h2c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-6v-2h8V8h-4V6h-4v2h-2c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v2h-8v4h4v2zM36 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V4h32v24z"/></svg>
<svg class="tc-image-local-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M36 4V0H0v4l16 18v10H6v4h24v-4H20V22L36 4zM8.87 8L5.31 4h25.38l-3.56 4H8.87z"/></svg>
<svg class="tc-image-local-cafe tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M36 0H4v20c0 4.42 3.58 8 8 8h12c4.42 0 8-3.58 8-8v-6h4c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 10h-4V4h4v6zM0 36h36v-4H0v4z"/></svg>
<svg class="tc-image-local-car-wash tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44.400001525878906"><path d="M28 8.4c1.66 0 3-1.34 3-3 0-2-3-5.4-3-5.4s-3 3.4-3 5.4c0 1.66 1.34 3 3 3zm-10 0c1.66 0 3-1.34 3-3 0-2-3-5.4-3-5.4s-3 3.4-3 5.4c0 1.66 1.34 3 3 3zm-10 0c1.66 0 3-1.34 3-3C11 3.4 8 0 8 0S5 3.4 5 5.4c0 1.66 1.34 3 3 3zm23.84 6.02A3.007 3.007 0 0 0 29 12.4H7c-1.31 0-2.43.84-2.84 2.02L0 26.4v16c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-2h24v2c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-16l-4.16-11.98zM7 34.4c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm22 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm-25-10l3-9h22l3 9H4z"/></svg>
<svg class="tc-image-local-convenience-store tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M34 6V0H6v6H0v26h16v-8h8v8h16V6h-6zm-16 6h-4v2h4v2h-6v-6h4V8h-4V6h6v6zm10 4h-2v-4h-4V6h2v4h2V6h2v10z"/></svg>
<svg class="tc-image-local-dining tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.160003662109375 37.45000457763672"><path d="M11.49 21.55l5.66-5.66L3.12 1.86C0 4.98 0 10.05 3.12 13.17l8.37 8.38zm13.57-3.63c3.05 1.43 7.36.42 10.54-2.76 3.83-3.83 4.56-9.3 1.63-12.23C34.29 0 28.81.73 24.99 4.56c-3.18 3.18-4.18 7.49-2.76 10.54C17.78 19.54 2.7 34.62 2.7 34.62l2.83 2.83 13.76-13.76 13.76 13.76 2.83-2.83-13.76-13.76 2.94-2.94z"/></svg>
<svg class="tc-image-local-drink tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40.001548767089844"><path d="M0 0l4.03 36.47A3.994 3.994 0 0 0 8 40h20c2.05 0 3.74-1.54 3.97-3.53L36 0H0zm18 34c-3.31 0-6-2.69-6-6 0-4 6-10.8 6-10.8S24 24 24 28c0 3.31-2.69 6-6 6zm12.65-22H5.35l-.88-8h27.07l-.89 8z"/></svg>
<svg class="tc-image-local-florist tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M18 42c9.94 0 18-8.06 18-18-9.94 0-18 8.06-18 18zM5.21 18.5c0 2.76 2.24 5 5 5 1.05 0 2.03-.33 2.83-.88L13 23c0 2.76 2.24 5 5 5s5-2.24 5-5l-.04-.38c.81.56 1.78.88 2.83.88 2.76 0 5-2.24 5-5 0-1.99-1.17-3.7-2.86-4.5 1.68-.8 2.86-2.51 2.86-4.5 0-2.76-2.24-5-5-5-1.05 0-2.03.33-2.83.88L23 5c0-2.76-2.24-5-5-5s-5 2.24-5 5l.04.38c-.81-.56-1.78-.88-2.83-.88-2.76 0-5 2.24-5 5 0 1.99 1.17 3.7 2.86 4.5-1.69.8-2.86 2.51-2.86 4.5zM18 9c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5zM0 24c0 9.94 8.06 18 18 18 0-9.94-8.06-18-18-18z"/></svg>
<svg class="tc-image-local-gas-station tc-image-button" width="22pt" height="22pt" viewBox="0 0 33 36"><path d="M31.54 8.46l.03-.03L24.12 1 22 3.12l4.22 4.22A4.994 4.994 0 0 0 23 12c0 2.76 2.24 5 5 5 .71 0 1.39-.15 2-.42V31c0 1.1-.9 2-2 2s-2-.9-2-2v-9c0-2.21-1.79-4-4-4h-2V4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4v32h20V21h3v10c0 2.76 2.24 5 5 5s5-2.24 5-5V12c0-1.38-.56-2.63-1.46-3.54zM16 14H4V4h12v10zm12 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></svg>
<svg class="tc-image-local-government tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42 48"><path d="M42 28v20H27v-4H14v4H0V28zm-9.051-3.645c-.574-2.509-1.869-4.715-3.91-6.401C27.062 16.311 24.723 16 22.01 15H22V8.672l.524-.141 1.147-.425c.441-.149.84-.274 1.256-.362.408-.097.691-.138.885-.138.377 0 .854.06 1.412.182.568.138 1.173.287 1.788.456.641.194 1.213.341 1.768.466.529.121.972.171 1.339.171.584.001.881-.08 1.881-.258V1.381c-1 .238-1.177.369-1.882.369-.367 0-.821-.056-1.351-.19-.553-.106-1.123-.271-1.764-.457A22.502 22.502 0 0 0 27.27.657c-.543-.129-.896-.191-1.28-.191-1.273 0-2.99.301-3.99.856V0h-2v15h-.063c-2.692 1-5.049 1.368-7.024 3.011-2.002 1.688-3.302 3.751-3.917 6.261 0 0-1.917-.272-1.917 1.728h27.97c0-2-2.1-1.645-2.1-1.645z"/></svg>
<svg class="tc-image-local-grocery-store tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M12 32c-2.21 0-3.98 1.79-3.98 4s1.77 4 3.98 4 4-1.79 4-4-1.79-4-4-4zM0 0v4h4l7.19 15.17-2.7 4.9C8.18 24.65 8 25.3 8 26c0 2.21 1.79 4 4 4h24v-4H12.85c-.28 0-.5-.22-.5-.5 0-.09.02-.17.06-.24L14.2 22h14.9c1.5 0 2.81-.83 3.5-2.06l7.15-12.98c.16-.28.25-.61.25-.96a2 2 0 0 0-2-2H8.43l-1.9-4H0zm32 32c-2.21 0-3.98 1.79-3.98 4s1.77 4 3.98 4 4-1.79 4-4-1.79-4-4-4z"/></svg>
<svg class="tc-image-local-hospital tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 .02 1.79.02 4L0 32c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-2 22h-8v8h-8v-8H6v-8h8V6h8v8h8v8z"/></svg>
<svg class="tc-image-local-hotel tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 30"><path d="M12 16c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zM36 4H20v14H4V0H0v30h4v-6h36v6h4V12c0-4.42-3.58-8-8-8z"/></svg>
<svg class="tc-image-local-laundry-service tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M10.34 29.66c3.12 3.12 8.19 3.12 11.31 0 3.12-3.12 3.12-8.19 0-11.31L10.34 29.66zM28 .02L4 0C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zM12 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM6 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm10 32C9.37 36 4 30.63 4 24s5.37-12 12-12 12 5.37 12 12-5.37 12-12 12z"/></svg>
<svg class="tc-image-local-library tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 41.09000015258789"><path d="M18 19.09C13.27 14.7 6.96 12 0 12v22c6.96 0 13.27 2.7 18 7.09C22.73 36.7 29.04 34 36 34V12c-6.96 0-13.27 2.7-18 7.09zM18 12c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6z"/></svg>
<svg class="tc-image-local-mall tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M32 10h-4c0-5.52-4.48-10-10-10S8 4.48 8 10H4C1.79 10 .02 11.79.02 14L0 38c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V14c0-2.21-1.79-4-4-4zM18 4c3.31 0 6 2.69 6 6H12c0-3.31 2.69-6 6-6zm0 20c-5.52 0-10-4.48-10-10h4c0 3.31 2.69 6 6 6s6-2.69 6-6h4c0 5.52-4.48 10-10 10z"/></svg>
<svg class="tc-image-local-movies tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 36"><path d="M28 0v4h-4V0H8v4H4V0H0v36h4v-4h4v4h16v-4h4v4h4V0h-4zM8 28H4v-4h4v4zm0-8H4v-4h4v4zm0-8H4V8h4v4zm20 16h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4V8h4v4z"/></svg>
<svg class="tc-image-local-offer tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M38.82 19.16L20.83 1.17A4.025 4.025 0 0 0 18 0H4C1.79 0 0 1.79 0 4v14c0 1.11.45 2.11 1.18 2.83l18 18C19.9 39.55 20.9 40 22 40c1.1 0 2.11-.45 2.83-1.17l14-14C39.55 24.1 40 23.1 40 22c0-1.11-.45-2.11-1.18-2.84zM7 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-local-parking tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 36"><path d="M14 0H0v36h8V24h6c6.63 0 12-5.37 12-12S20.63 0 14 0zm.4 16H8V8h6.4c2.21 0 4 1.79 4 4s-1.79 4-4 4z"/></svg>
<svg class="tc-image-local-pharmacy tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M36 8h-5.29L33 1.71 28.3 0l-2.91 8H0v4l4 12-4 12v4h36v-4l-4-12 4-12V8zM26 26h-6v6h-4v-6h-6v-4h6v-6h4v6h6v4z"/></svg>
<svg class="tc-image-local-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M7.25 15.59a30.12 30.12 0 0 0 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49C29.1 24.6 31.51 25 34 25c1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2C15.22 36 0 20.78 0 2a2 2 0 0 1 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/></svg>
<svg class="tc-image-local-pizza tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.96999740600586 40"><path d="M17.98 0C10.85 0 4.43 3.09 0 8l17.98 32L35.97 8.01C31.54 3.09 25.12 0 17.98 0zm-10 10c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zm10 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-local-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 16c0-2.21 1.79-4 4-4V4c0-2.21-1.79-4-4-4H4C1.79 0 .02 1.79.02 4l-.01 8C2.22 12.01 4 13.8 4 16c0 2.21-1.79 4-3.99 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4v-8c-2.21 0-4-1.79-4-4zm-8.84 9.6L20 21l-7.16 4.6L15 17.37l-6.58-5.38 8.49-.5L20 3.6l3.09 7.89 8.49.5L25 17.37l2.16 8.23z"/></svg>
<svg class="tc-image-local-post-office tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 8L20 18 4 8V4l16 10L36 4v4z"/></svg>
<svg class="tc-image-local-printshop tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M34 10H6c-3.31 0-6 2.69-6 6v12h8v8h24v-8h8V16c0-3.31-2.69-6-6-6zm-6 22H12V22h16v10zm6-14c-1.11 0-2-.89-2-2s.89-2 2-2c1.11 0 2 .89 2 2s-.89 2-2 2zM32 0H8v8h24V0z"/></svg>
<svg class="tc-image-local-see tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><g transform="translate(-4 -4)"><circle cx="24" cy="24" r="6.4"/><path d="M18 4l-3.66 4H8c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4h-6.34L30 4H18zm6 30c-5.52 0-10-4.48-10-10s4.48-10 10-10 10 4.48 10 10-4.48 10-10 10z"/></g></svg>
<svg class="tc-image-local-service tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.666015625 853.3330078125"><path d="M220.586 632.747c66.56 66.56 174.72 66.56 241.28 0s66.56-174.72 0-241.28l-241.28 241.28zM597.333.427L85.333 0C38.186 0 0 38.187 0 85.333V768c0 47.147 38.187 85.333 85.333 85.333h512c47.147 0 85.333-38.187 85.333-85.333V85.333c0-47.147-38.187-84.907-85.333-84.907zM256 85.334c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667-42.667-19.2-42.667-42.667 19.2-42.667 42.667-42.667zm-128 0c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667-42.667-19.2-42.667-42.667 19.2-42.667 42.667-42.667zM341.333 768c-141.44 0-256-114.56-256-256s114.56-256 256-256 256 114.56 256 256-114.56 256-256 256z"/></svg>
<svg class="tc-image-local-shipping tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><path d="M38 8h-6V0H4C1.79 0 0 1.79 0 4v22h4c0 3.31 2.69 6 6 6s6-2.69 6-6h12c0 3.31 2.69 6 6 6s6-2.69 6-6h4V16l-6-8zM10 29c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm27-18l3.93 5H32v-5h5zm-3 18c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-local-taxi tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M31.84 6.02A3.007 3.007 0 0 0 29 4h-5V0H12v4H7c-1.31 0-2.43.84-2.84 2.02L0 18v16c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-2h24v2c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2V18L31.84 6.02zM7 26c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm22 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM4 16l3-9h22l3 9H4z"/></svg>
<svg class="tc-image-locate-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 0C3.1 0 0 3.1 0 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm.5 13v-3h-1v3c-2.9-.3-5.2-2.6-5.5-5.5h3v-1H1C1.3 3.6 3.6 1.3 6.5 1v3h1V1c2.9.2 5.2 2.6 5.5 5.5h-3v1h3c-.3 2.9-2.6 5.2-5.5 5.5z"/></svg>
<svg class="tc-image-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.59909725189209 14.002156257629395"><path d="M5.8 1.002c1.28 0 2.486.5 3.392 1.407a4.761 4.761 0 0 1 1.406 3.392 4.764 4.764 0 0 1-1.406 3.393L5.799 12.59 2.406 9.194A4.775 4.775 0 0 1 1 5.8c0-1.28.5-2.486 1.406-3.392A4.771 4.771 0 0 1 5.8 1.002m0 8c.8 0 1.554-.312 2.12-.879.567-.566.88-1.32.88-2.12 0-1.655-1.346-3-3-3s-3 1.345-3 3c0 .801.312 1.554.879 2.121a2.986 2.986 0 0 0 2.12.878m0-9a5.777 5.777 0 0 0-4.1 1.7 5.794 5.794 0 0 0 0 8.198l4.1 4.102L9.9 9.9a5.794 5.794 0 0 0 0-8.199A5.777 5.777 0 0 0 5.8.002zm0 8a1.998 1.998 0 0 1-2-2 2 2 0 1 1 2 2z"/></svg>
<svg class="tc-image-location- tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.59992790222168 14.002376556396484"><path d="M5.8.002a5.777 5.777 0 0 0-4.1 1.7 5.794 5.794 0 0 0 0 8.198l4.1 4.102L9.9 9.9a5.792 5.792 0 0 0 0-8.199A5.775 5.775 0 0 0 5.8.002zm0 8a1.998 1.998 0 0 1-2-2 2 2 0 1 1 2 2z"/></svg>
<svg class="tc-image-location-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M192 0C85.3 0 0 85.3 0 192c0 36.9 11 65.4 30.1 94.3l141.7 215c4.3 6.5 11.7 10.7 20.2 10.7s16-4.3 20.2-10.7l141.7-215C373 257.4 384 228.9 384 192 384 85.3 298.7 0 192 0zm0 298.6c-58.9 0-106.7-47.8-106.7-106.8S133.1 85 192 85c58.9 0 106.7 47.8 106.7 106.8S250.9 298.6 192 298.6zm0-170.6c-35.4 0-64 28.6-64 64s28.6 64 64 64 64-28.6 64-64-28.6-64-64-64z"/></svg>
<svg class="tc-image-location-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M192 0C85.3 0 0 85.3 0 192c0 36.9 11 65.4 30.1 94.3l141.7 215c4.3 6.5 11.7 10.7 20.2 10.7s16-4.3 20.2-10.7l141.7-215C373 257.4 384 228.9 384 192 384 85.3 298.7 0 192 0zm0 341.2c-82.5 0-149.3-66.9-149.3-149.5 0-82.5 66.9-149.5 149.3-149.5 82.5 0 149.3 66.9 149.3 149.5S274.5 341.2 192 341.2zm64-170.5h-42.7v-64c0-11.8-9.5-21.3-21.3-21.3s-21.3 9.5-21.3 21.3V192c0 11.8 9.6 21.3 21.3 21.3h64c11.8 0 21.3-9.5 21.3-21.3s-9.5-21.3-21.3-21.3z"/></svg>
<svg class="tc-image-location-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 341.4000244140625 512"><path d="M155 396.8c3.3 5.1 9.1 8.5 15.7 8.5s12.4-3.4 15.8-8.5l110.2-170.2c14.8-22.9 23.4-48.1 23.4-77.3C320 64.9 253.7 0 170.7 0S21.4 64.9 21.4 149.3c0 29.2 8.6 54.4 23.4 77.3L155 396.8zM170.7 64c47.1 0 85.3 38.2 85.3 85.3s-38.2 85.3-85.3 85.3-85.3-38.2-85.3-85.3S123.6 64 170.7 64zm109.4 259.5L170.7 469.3 61.3 323.5C23.9 343.1 0 372.4 0 405.3 0 464.2 76.4 512 170.7 512s170.7-47.8 170.7-106.7c0-32.9-23.9-62.2-61.3-81.8z"/></svg>
<svg class="tc-image-location-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.75 49.47999954223633"><path d="M0 0h23.75v25.73L0 49.48V0zm9.5 5.146v4.75H4.75v4.75H9.5v4.75h4.75v-4.75H19v-4.75h-4.75v-4.75H9.5z"/></svg>
<svg class="tc-image-location-arrow tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13.81099796295166 13.809000015258789"><path d="M6.557 12.723c.349 1.049 1.011 1.086 1.478.086l5.309-11.375c.467-1.002.034-1.434-.967-.967L1.001 5.775C0 6.242.038 6.904 1.086 7.254l4.103 1.367 1.368 4.102z"/></svg>
<svg class="tc-image-location-arrow-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.445000648498535 15.454000473022461"><path d="M8.022 15.454c-.353 0-1.219-.146-1.668-1.496l-1.209-3.627-3.628-1.209C.273 8.707.048 7.95.024 7.535s.114-1.193 1.302-1.747L12.701.479C13.732 0 14.623.17 15.049.841c.224.351.396.97-.053 1.933L9.687 14.149c-.529 1.135-1.272 1.305-1.665 1.305zm-5.39-8.068l4.094 1.363 1.365 4.093 4.775-10.233L2.632 7.386z"/></svg>
<svg class="tc-image-location-checkin tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0a9 9 0 0 1 9 9c0 2.564-1.072 4.878-9 21-7.928-16.122-9-18.436-9-21a9 9 0 0 1 9-9zm0 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM0 38l5-15h7.5l2 4H8.664l-2.332 7h25.336l-2.332-7H23.5l2-4H33l5 15H0z"/></svg>
<svg class="tc-image-location-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.75 42.75"><path d="M21.375 10.529c5.99 0 10.846 4.856 10.846 10.846s-4.856 10.846-10.846 10.846-10.846-4.856-10.846-10.846 4.856-10.846 10.846-10.846zm0-10.529C33.18 0 42.75 9.57 42.75 21.375S33.18 42.75 21.375 42.75 0 33.18 0 21.375 9.57 0 21.375 0zm0 3.958c-9.619 0-17.417 7.798-17.417 17.417 0 9.619 7.798 17.417 17.417 17.417 9.619 0 17.417-7.798 17.417-17.417 0-9.619-7.798-17.417-17.417-17.417z"/></svg>
<svg class="tc-image-location-city tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 810.666015625"><path d="M512 384V128L384 0 256 128v85.333H0v597.333h768V383.999H512zM170.667 725.334H85.334v-85.333h85.333v85.333zm0-170.667H85.334v-85.333h85.333v85.333zm0-170.667H85.334v-85.333h85.333V384zm256 341.334h-85.333v-85.333h85.333v85.333zm0-170.667h-85.333v-85.333h85.333v85.333zm0-170.667h-85.333v-85.333h85.333V384zm0-170.666h-85.333v-85.333h85.333v85.333zm256 512h-85.333v-85.333h85.333v85.333zm0-170.667h-85.333v-85.333h85.333v85.333z"/></svg>
<svg class="tc-image-location-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.665999412536621 14.042482376098633"><path d="M.428 11.935c-.021-.02-.027-.037-.046-.059-.011-.009-.025-.013-.036-.023l.082.082zM11.986.896a.5.5 0 0 0-.707-.707l-1.233 1.236C8.971.52 7.659.042 6.334.042a5.779 5.779 0 0 0-4.1 1.7C.086 3.886 0 7.283 1.925 9.562L.346 11.145c-.184.185-.278.385.036.73a.496.496 0 0 0 .671-.023l1.544-1.548 3.736 3.738 4.1-4.102c2.144-2.143 2.233-5.53.319-7.809L11.986.896zM1.534 5.84c0-1.28.5-2.486 1.406-3.392a4.77 4.77 0 0 1 3.394-1.406 4.74 4.74 0 0 1 3.006 1.09L7.951 3.522a2.977 2.977 0 0 0-1.618-.48c-1.654 0-3 1.345-3 3 0 .585.17 1.144.482 1.625L2.631 8.856A4.74 4.74 0 0 1 1.534 5.84zm6.799.202a1.998 1.998 0 0 1-3.128 1.65l2.776-2.783c.221.323.352.712.352 1.133zm-4 0a2 2 0 0 1 2-2c.32 0 .618.082.886.215L4.55 6.932a1.99 1.99 0 0 1-.217-.89zm6.799-.202a4.76 4.76 0 0 1-1.406 3.393l-3.393 3.395-3.029-3.03 1.195-1.199a2.968 2.968 0 0 0 3.956-.236 2.97 2.97 0 0 0 .231-3.96l1.361-1.365a4.741 4.741 0 0 1 1.085 3.002z"/></svg>
<svg class="tc-image-location-disabled tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M39.88 20C38.96 11.66 32.34 5.04 24 4.12V0h-4v4.12c-2.26.25-4.38.93-6.31 1.94l3 3c1.64-.67 3.43-1.05 5.31-1.05 7.73 0 14 6.27 14 14 0 1.88-.38 3.67-1.05 5.31l3 3c1.01-1.93 1.68-4.05 1.93-6.31H44v-4h-4.12zM4 6.55l4.07 4.07C5.93 13.24 4.5 16.46 4.11 20H0v4h4.12c.92 8.34 7.54 14.96 15.88 15.88V44h4v-4.12c3.54-.39 6.76-1.82 9.38-3.96L37.46 40 40 37.46 6.55 4 4 6.55zm26.53 26.53A13.937 13.937 0 0 1 22 36c-7.73 0-14-6.27-14-14 0-3.22 1.1-6.17 2.92-8.53l19.61 19.61z"/></svg>
<svg class="tc-image-location-foursquare tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.75 49.479000091552734"><path d="M0 0h23.75v7.521l-8.709 8.708-3.006-3.006a3.96 3.96 0 0 1-3.723 2.61l6.73 6.73 8.708-8.709v11.875L0 49.479V0zm7.125 6.73a3.958 3.958 0 1 0 0 7.916 3.959 3.959 0 0 0 0-7.917z"/></svg>
<svg class="tc-image-location-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.75 49.47999954223633"><path d="M0 0h23.75v25.73L0 49.48V0zm4.75 9.896v4.75H19v-4.75H4.75z"/></svg>
<svg class="tc-image-location-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M20 9c2.76 0 5 2.24 5 5 0 1.47-.65 2.78-1.66 3.7l7.26 7.26C32.55 21.24 34 17.37 34 14c0-7.73-6.27-14-14-14-3.96 0-7.53 1.65-10.07 4.29l6.37 6.37A4.978 4.978 0 0 1 20 9zm8.75 19.2l-9.25-9.25-.22-.22L2.54 2 0 4.55l6.36 6.36C6.13 11.9 6 12.93 6 14c0 10.5 14 26 14 26s3.34-3.7 6.75-8.7l6.7 6.7L36 35.45l-7.25-7.25z"/></svg>
<svg class="tc-image-location-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M14 0C6.27 0 0 6.27 0 14c0 10.5 14 26 14 26s14-15.5 14-26c0-7.73-6.27-14-14-14zm0 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></svg>
<svg class="tc-image-location-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.999466896057129 19.004932403564453"><path d="M8 2.006c1.609 0 3.12.614 4.254 1.73C13.38 4.843 14 6.315 14 7.876s-.62 3.03-1.745 4.139L8 16.199l-4.254-4.186C2.62 10.906 2 9.437 2 7.873s.62-3.031 1.745-4.14A6.04 6.04 0 0 1 8 2.006m0-2A8.04 8.04 0 0 0 2.343 2.31a7.782 7.782 0 0 0 0 11.13L8 19.006l5.657-5.565a7.78 7.78 0 0 0 0-11.13A8.039 8.039 0 0 0 8 .007zm0 5.499c.668 0 1.296.26 1.768.73a2.502 2.502 0 0 1 0 3.538c-.473.472-1.1.73-1.768.73s-1.295-.26-1.768-.73a2.502 2.502 0 0 1 0-3.537A2.49 2.49 0 0 1 8 5.505m0-1a3.501 3.501 0 1 0 2.475 5.975 3.503 3.503 0 0 0 0-4.951A3.489 3.489 0 0 0 8 4.505z"/></svg>
<svg class="tc-image-location-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.501062393188477 38"><path d="M14.251 0c7.87 0 14.25 5.671 14.25 12.667a11.36 11.36 0 0 1-.45 3.166L14.252 38 .45 15.833A11.36 11.36 0 0 1 0 12.667C0 5.671 6.38 0 14.25 0zm0 8.708a3.959 3.959 0 1 0 0 7.917 3.959 3.959 0 0 0 0-7.917z"/></svg>
<svg class="tc-image-location-searching tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M39.88 20C38.96 11.66 32.34 5.04 24 4.12V0h-4v4.12C11.66 5.04 5.04 11.66 4.12 20H0v4h4.12c.92 8.34 7.54 14.96 15.88 15.88V44h4v-4.12c8.34-.92 14.96-7.54 15.88-15.88H44v-4h-4.12zM22 36c-7.73 0-14-6.27-14-14S14.27 8 22 8s14 6.27 14 14-6.27 14-14 14z"/></svg>
<svg class="tc-image-location2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.000001907348633 16"><path d="M5 0a5 5 0 0 0-5 5c0 5 5 11 5 11s5-6 5-11a5 5 0 0 0-5-5zm0 8.063a3.063 3.063 0 1 1 0-6.126 3.063 3.063 0 0 1 0 6.126zM3.063 5a1.938 1.938 0 1 1 3.876 0 1.938 1.938 0 0 1-3.876 0z"/></svg>
<svg class="tc-image-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.961000442504883 14"><path d="M10.03 6.76V4.579C10.03 2.051 8.039 0 5.51 0S.931 2.051.931 4.579V6.76H0V14h10.961V6.76h-.931zm-3.886 3.928v2.021H4.817v-2.021a1.426 1.426 0 1 1 1.327 0zM8.723 6.76H2.238V4.579c0-1.806 1.465-3.271 3.271-3.271s3.213 1.465 3.213 3.271V6.76z"/></svg>
<svg class="tc-image-lock-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 372.39996337890625 512"><path d="M349.1 232.7h-23.3v-93.1C325.8 62.5 263.3 0 186.2 0S46.6 62.5 46.6 139.6v93.1H23.3C10.5 232.7 0 243.1 0 256v232.7C0 501.6 10.4 512 23.3 512h325.8c12.8 0 23.3-10.4 23.3-23.3V256c0-12.9-10.5-23.3-23.3-23.3zm-69.8 0H93.1v-93.1c0-51.4 41.7-93.1 93.1-93.1s93.1 41.7 93.1 93.1v93.1z"/></svg>
<svg class="tc-image-lock-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 236.4000244140625 512.0999755859375"><path d="M157.6 326V196.9H78.8V326c-23.4 13.7-39.4 38.8-39.4 67.8 0 43.5 35.3 78.8 78.8 78.8s78.8-35.3 78.8-78.8c0-29-16-54.1-39.4-67.8zm39.4-20V78.8C197 35.3 161.7 0 118.2 0S39.4 35.3 39.4 78.8V306C15.3 327.6 0 358.9 0 393.9c0 65.2 52.9 118.2 118.2 118.2 65.2 0 118.2-52.9 118.2-118.2 0-35-15.3-66.3-39.4-87.9zm-78.8 186.3c-54.4 0-98.5-44.1-98.5-98.5 0-32.2 15.5-60.7 39.4-78.6V78.8c0-32.6 26.4-59.1 59.1-59.1 32.6 0 59.1 26.4 59.1 59.1v236.4c23.9 18 39.4 46.5 39.4 78.6 0 54.4-44.1 98.5-98.5 98.5z"/></svg>
<svg class="tc-image-lock-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-4.321 274.658c81.026.386 155.088 52.056 186.548 124.146 10.761 25.109 16.479 50.903 16.479 78.882v71.338h98.291v376.318H303.003V549.023h90.381c-.819-50.406-1.856-108.07 15.82-150.22 34.37-75.91 105.448-124.531 186.475-124.145zm-4.395 119.824c-44.881.945-74.48 35.074-78.809 83.203v71.338h167.139v-72.07c-2.06-45.64-36.603-81.214-83.936-82.471a93.282 93.282 0 0 0-4.394 0z"/></svg>
<svg class="tc-image-lock-closed tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 17"><path d="M12 6h-1V4c0-2.205-1.794-4-4-4S3 1.795 3 4v2H2C.897 6 0 6.896 0 8v7c0 1.104.897 2 2 2h10c1.103 0 2-.896 2-2V8c0-1.104-.897-2-2-2zm-5 8.299a1.3 1.3 0 1 1 0-2.6 1.3 1.3 0 0 1 0 2.6zM9 7H5V4c0-1.104.897-2 2-2s2 .896 2 2v3z"/></svg>
<svg class="tc-image-lock-closed-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 17"><g transform="translate(-5 -4)"><circle cx="12" cy="17" r="1.3"/><path d="M17 10h-1V8c0-2.206-1.794-4-4-4S8 5.794 8 8v2H7a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2zm-7-2a2 2 0 0 1 4 0v3h-4V8zm7 11H7v-7h10.003L17 19z"/></g></svg>
<svg class="tc-image-lock-combination tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><g transform="translate(-64)"><path d="M384 176.905V128C384 57.308 326.692 0 256 0S128 57.308 128 128v48.906C88.725 212.062 64 263.141 64 320c0 106.039 85.962 192 192 192 106.039 0 192-85.961 192-192 0-56.859-24.725-107.938-64-143.095zM160 128c0-52.935 43.065-96 96-96s96 43.065 96 96v25.692C323.759 137.355 290.973 128 256 128s-67.759 9.355-96 25.693V128zm96 352c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"/><path d="M256 176c-79.529 0-144 64.472-144 144s64.471 144 144 144 144-64.472 144-144-64.471-144-144-144zm122.533 177.487l-24.12-7.896-3.926 12.19 24.161 7.912a127.543 127.543 0 0 1-14.252 27.409l-10.56-7.737-3.74 5.184 10.555 7.734a126.978 126.978 0 0 1-21.028 21.682l-14.982-20.787-10.284 7.532 14.976 20.776a125.91 125.91 0 0 1-27.398 13.532l-3.96-12.294-6.049 1.982 4.924 12.262C283.335 445.77 273 447.497 264 448v-19h-16v19c-11-.506-19.705-2.244-29.243-5.065l3.948-11.206-6.25-2.106-3.539 11.224a125.5 125.5 0 0 1-26.864-13.359l14.997-20.774-10.27-7.534-14.977 20.787a126.947 126.947 0 0 1-20.953-21.583l9.556-6.998-3.971-5.507-9.562 7a127.464 127.464 0 0 1-14.093-27.186l24.162-7.914-3.926-12.188-24.121 7.897c-2.49-9.431-3.954-18.488-4.258-29.487H134v-6.805l-5.993-.002c.223-10.606.672-20.88 3.266-30.682l24.921 7.9 4.347-12.188-23.966-7.914c3.585-9.57 8.36-18.583 13.985-26.879l10.339 7.533 3.759-5.184-10.292-7.545a126.835 126.835 0 0 1 21.434-22.197l14.984 20.787 10.284-7.536-14.975-20.774a125.584 125.584 0 0 1 27.16-13.449l3.955 12.247 6.044-1.98-4.62-12.231C228.21 194.258 237 192.508 248 192v19h16v-19c9 .498 19.159 2.198 28.585 4.951l-4.761 13.28 6.182 2.106 4.174-13.312c9.696 3.408 18.778 7.957 27.208 13.491l-15.002 20.775 10.267 7.535 14.975-20.787a127.02 127.02 0 0 1 21.255 21.977l-11.299 8.268 3.975 5.512 11.276-8.26a127.654 127.654 0 0 1 13.816 26.775l-24.165 7.914 3.928 12.188 24.12-7.9c2.586 9.802 5.251 20.075 5.47 30.683l-8.004-.004V324h6.789c-.303 10.999-1.769 20.057-4.256 29.487z"/><circle cx="256" cy="320" r="81"/></g></svg>
<svg class="tc-image-lock-locked tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 7"><path d="M3 0C1.9 0 1 .9 1 2v1H0v4h6V3H5V2c0-1.1-.9-2-2-2zm0 1c.56 0 1 .44 1 1v1H2V2c0-.56.44-1 1-1z"/></svg>
<svg class="tc-image-lock-open tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 17"><path d="M13 0c-2.206 0-4 1.795-4 4v3H5V6H2C.897 6 0 6.896 0 8v7c0 1.104.897 2 2 2h10c1.103 0 2-.896 2-2V8c0-1.104-.897-2-2-2h-1V4c0-1.104.897-2 2-2s2 .896 2 2v3a1 1 0 1 0 2 0V4c0-2.205-1.794-4-4-4zM7 14.299a1.3 1.3 0 1 1 0-2.6 1.3 1.3 0 0 1 0 2.6z"/></svg>
<svg class="tc-image-lock-open-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 17"><g transform="translate(-5 -4)"><circle cx="12" cy="17" r="1.3"/><path d="M18 4c-2.206 0-4 1.794-4 4v3h-4v-1H7a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-1V8a2 2 0 0 1 4 0v3a1 1 0 0 0 2 0V8c0-2.206-1.794-4-4-4zm-1 15H7v-7h10.003L17 19z"/></g></svg>
<svg class="tc-image-lock-outline tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 42"><g transform="translate(-8 -2)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M24 34c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm12-18h-2v-4c0-5.52-4.48-10-10-10S14 6.48 14 12v4h-2c-2.2 0-4 1.8-4 4v20c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V20c0-2.2-1.8-4-4-4zm-18.2-4c0-3.42 2.78-6.2 6.2-6.2s6.2 2.78 6.2 6.2v4H17.8v-4zM36 40H12V20h24v20z"/></g></svg>
<svg class="tc-image-lock-row tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13.406000137329102"><path d="M14 7.906v4c0 .827-.673 1.5-1.5 1.5h-11c-.827 0-1.5-.673-1.5-1.5v-4c0-.827.673-1.5 1.5-1.5H3v1H1.5c-.275 0-.5.225-.5.5v4c0 .275.225.5.5.5h11c.275 0 .5-.225.5-.5v-4c0-.275-.225-.5-.5-.5H11v-1h1.5c.827 0 1.5.673 1.5 1.5zm-4-4.047v4.143c0 .23-.193.404-.439.404H4.456c-.247 0-.435-.174-.435-.404V3.859c0-.229.188-.404.435-.404h.595v-.832c0-.039-.123-2.322 1.963-2.322l.006.001c.021 0 2.002-.302 1.991 2.321v.832h.55c.246 0 .439.176.439.404zm-4.23-.404H8.2v-.832c0-1.639-1.106-1.571-1.221-1.575-1.285 0-1.209 1.568-1.209 1.575v.832z"/></svg>
<svg class="tc-image-lock-unlocked tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8"><path d="M3 0C1.9 0 1 .9 1 2h1c0-.56.44-1 1-1s1 .44 1 1v2H0v4h6V4H5V2c0-1.1-.9-2-2-2z"/></svg>
<svg class="tc-image-locked tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M22.4 448h339.2c12.3 0 22.4-9.9 22.4-22.1V214c0-12.2-10-22-22.4-22H340v-30.9c0-41.5-16.2-87.6-42.6-115.4C271.1 17.9 233.4 0 192.1 0h-.2c-41.3 0-79 17.9-105.3 45.6C60.2 73.4 44 119.5 44 161v31H22.4C10 192 0 201.9 0 214v211.9C0 438.1 10 448 22.4 448zM97 161.1c0-27.3 9.9-61.1 28.1-80.3v-.3C142.7 61.9 167 51 191.9 51h.2c24.9 0 49.2 10.9 66.8 29.5v.2l-.1.1c18.3 19.2 28.1 53 28.1 80.3V192H97v-30.9z"/></svg>
<svg class="tc-image-locksmith tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40 48"><path d="M38.16 20H36v-8.632C36 5.69 30.304 0 24.626 0h-9.481C9.47 0 4 5.69 4 11.368V20H1.61C.933 20 0 21.062 0 21.66v25.458c0 .598.933.882 1.61.882h36.55c.679 0 1.84-.284 1.84-.882V21.66c0-.598-1.161-1.66-1.84-1.66zM24.713 44h-9.651l2.025-9.967c-1.224-.867-2.025-2.501-2.025-4.105 0-2.643 2.161-4.894 4.825-4.894s4.826 2.089 4.826 4.73c0 1.605-.801 3.429-2.023 4.297L24.713 44zM29 20H11v-8.632C11 8.79 12.693 7 15.241 7h9.289C27.078 7 29 8.79 29 11.368V20z"/></svg>
<svg class="tc-image-lodging tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 30.381999969482422"><path d="M46 22.382v8h4v-12H4V2.042C4 .919 3.131 0 2 0 .873 0 0 .918 0 2.042v28.34h4v-8h42zM10.33 10.234a3.687 3.687 0 0 0 3.687-3.694 3.68 3.68 0 0 0-3.687-3.675A3.678 3.678 0 0 0 6.647 6.54a3.686 3.686 0 0 0 3.683 3.694zM50 15.382l-.014-4.871c-.013-1.606-1.36-2.618-2.939-2.809L18.09 4.869l-.215-.009C16.869 4.86 16 5.694 16 6.695v5.687H8.547c-1.011 0-1.826.5-1.826 1.499 0 1.015.815 1.501 1.826 1.501H50z"/></svg>
<svg class="tc-image-lodging-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 7"><path d="M.5 0a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 1 0V6h7v.5a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5H1V.5A.5.5 0 0 0 .5 0zm2 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM5 1a1 1 0 0 0-1 1v1H2a.5.5 0 0 0 0 1h7V3a2 2 0 0 0-2-2H5z"/></svg>
<svg class="tc-image-lodging-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 10.5"><path d="M.5 0C.2 0 0 .2 0 .5V10c0 .3.2.5.5.5s.5-.2.5-.5V8.5h13V10c0 .3.2.5.5.5s.5-.2.5-.5V8c0-.3-.2-.5-.5-.5H1v-7C1 .2.8 0 .5 0zm3 .5C2.7.5 2 1.2 2 2s.7 1.5 1.5 1.5S5 2.8 5 2 4.3.5 3.5.5zm3.5 1C5.5 1.5 5.5 3 5.5 3v1.5h-3c-.3 0-.5.2-.5.5v1c0 .3.2.5.5.5H15V4c0-2.5-2.5-2.5-2.5-2.5H7z"/></svg>
<svg class="tc-image-log-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M223.988 0C128.473 0 46.934 59.804 14.727 144h34.639c9.396-20.484 22.457-39.35 38.868-55.762C124.497 51.973 172.709 32 223.988 32c51.286 0 99.504 19.973 135.771 56.239C396.027 124.505 416 172.719 416 224c0 51.285-19.973 99.501-56.239 135.765C323.494 396.029 275.275 416 223.988 416c-51.281 0-99.493-19.971-135.755-56.234C71.821 343.354 58.76 324.486 49.362 304H14.725c32.206 84.201 113.746 144 209.264 144C347.703 448 448 347.715 448 224 448 100.298 347.703 0 223.988 0z"/><path d="M174.863 291.883l22.627 22.627L288 224l-90.51-90.51-22.628 22.628L226.745 208H0v32h226.745z"/></svg>
<svg class="tc-image-log-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M334.863 291.883l22.627 22.627L448 224l-90.51-90.51-22.628 22.628L386.745 208H160v32h226.745z"/><path d="M359.491 359.766C323.229 396.029 275.018 416 223.736 416c-51.287 0-99.506-19.971-135.772-56.235C51.697 323.501 32 275.285 32 224c0-51.281 19.697-99.495 55.965-135.761C124.232 51.973 172.45 32 223.736 32c51.279 0 99.491 19.973 135.755 56.238A196.044 196.044 0 0 1 366.824 96h40.731C367.081 37.972 299.846 0 223.736 0 100.021 0 0 100.298 0 224c0 123.715 100.021 224 223.736 224 76.112 0 143.35-37.97 183.822-96h-40.73a194.792 194.792 0 0 1-7.337 7.766z"/></svg>
<svg class="tc-image-logic-and tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.78765869140625 22.405677795410156"><path d="M10.473 22.08l-.095-2.085-1.05.965a6.488 6.488 0 0 1-2.645 1.263 7.612 7.612 0 0 1-1.7.177c-.816 0-1.533-.121-2.15-.365A4.332 4.332 0 0 1 1.28 21.02a4.25 4.25 0 0 1-.95-1.57 6.085 6.085 0 0 1-.323-2.025c0-.763.16-1.467.478-2.112.318-.645.805-1.2 1.46-1.663.655-.463 1.472-.827 2.45-1.092.978-.265 2.126-.398 3.442-.398h2.09v-.93c0-.396-.057-.755-.172-1.075-.115-.32-.3-.591-.555-.815-.255-.223-.586-.395-.993-.517-.406-.122-.906-.183-1.5-.183-.936 0-1.86.113-2.772.338a14.07 14.07 0 0 0-2.648.942v-3.2a16.444 16.444 0 0 1 2.64-.687 17.294 17.294 0 0 1 3.105-.273c1.18 0 2.194.113 3.04.338.847.225 1.544.563 2.09 1.015a4.05 4.05 0 0 1 1.213 1.69c.262.675.392 1.464.392 2.367v10.91h-3.295zm-.545-7.04H7.643c-.63 0-1.165.064-1.605.193-.44.128-.797.305-1.072.53a2.074 2.074 0 0 0-.605.78 2.325 2.325 0 0 0-.193.937c0 .664.205 1.17.613 1.518.408.348.966.522 1.672.522.52 0 1.06-.198 1.623-.595.562-.396 1.18-.963 1.852-1.7V15.04zm16.92 7.04V11.605c0-1.763-.658-2.645-1.975-2.645-.656 0-1.285.265-1.885.793-.6.528-1.233 1.246-1.9 2.152V22.08h-3.84v-16h3.325l.095 2.36 1.02-1.107a5.983 5.983 0 0 1 1.148-.848 5.545 5.545 0 0 1 1.33-.537 6.282 6.282 0 0 1 1.597-.188c.824 0 1.542.134 2.155.4a4.133 4.133 0 0 1 1.538 1.133c.412.488.72 1.076.925 1.762.205.687.307 1.454.307 2.3V22.08h-3.84zm17.62 0l-.095-2.345-1.042 1.093a6.258 6.258 0 0 1-1.153.84 5.76 5.76 0 0 1-1.317.54 5.864 5.864 0 0 1-1.553.192c-.946 0-1.788-.189-2.525-.567a5.164 5.164 0 0 1-1.855-1.613c-.5-.696-.881-1.544-1.145-2.542-.263-.998-.395-2.111-.395-3.338 0-1.47.208-2.742.623-3.817.415-1.075.99-1.967 1.727-2.675a6.927 6.927 0 0 1 2.623-1.575c1.012-.342 2.11-.513 3.297-.513l1.208.078 1.082.202V0h3.84v22.08h-3.32zm-6.92-7.935c0 .904.06 1.675.178 2.313.118.638.294 1.16.527 1.567.234.407.52.704.86.893.34.188.727.282 1.16.282.644 0 1.255-.268 1.833-.805.578-.536 1.192-1.271 1.842-2.205V9.04l-1.107-.287-1.328-.113a3.45 3.45 0 0 0-1.64.388 3.667 3.667 0 0 0-1.247 1.095c-.345.471-.61 1.048-.798 1.73-.186.681-.28 1.446-.28 2.292z"/></svg>
<svg class="tc-image-logic-and-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.79900360107422 46.04700469970703"><path d="M15.057 22.08l-.095-2.085-1.05.965a6.488 6.488 0 0 1-2.645 1.263 7.612 7.612 0 0 1-1.7.177c-.816 0-1.533-.121-2.15-.365a4.332 4.332 0 0 1-1.552-1.015 4.25 4.25 0 0 1-.95-1.57 6.085 6.085 0 0 1-.323-2.025c0-.763.16-1.467.478-2.112.318-.645.805-1.2 1.46-1.663.655-.463 1.472-.827 2.45-1.092.978-.265 2.126-.398 3.442-.398h2.09v-.93c0-.396-.057-.755-.172-1.075-.115-.32-.3-.591-.555-.815-.255-.223-.586-.395-.993-.517-.406-.122-.906-.183-1.5-.183-.936 0-1.86.113-2.772.338a14.07 14.07 0 0 0-2.648.942v-3.2a16.444 16.444 0 0 1 2.64-.687 17.294 17.294 0 0 1 3.105-.273c1.18 0 2.194.113 3.04.338.847.225 1.544.563 2.09 1.015a4.05 4.05 0 0 1 1.213 1.69c.262.675.392 1.464.392 2.367v10.91h-3.295zm-.545-7.04h-2.285c-.63 0-1.165.064-1.605.193-.44.128-.797.305-1.072.53a2.074 2.074 0 0 0-.605.78 2.325 2.325 0 0 0-.193.937c0 .664.205 1.17.613 1.518.408.348.966.522 1.672.522.52 0 1.061-.198 1.623-.595.562-.396 1.18-.963 1.852-1.7V15.04zm16.92 7.04V11.605c0-1.763-.658-2.645-1.975-2.645-.656 0-1.285.265-1.885.793-.6.528-1.233 1.246-1.9 2.152V22.08h-3.84v-16h3.325l.095 2.36 1.02-1.107a5.98 5.98 0 0 1 1.148-.848 5.545 5.545 0 0 1 1.33-.537 6.282 6.282 0 0 1 1.597-.188c.824 0 1.542.134 2.155.4a4.132 4.132 0 0 1 1.538 1.133c.412.488.72 1.076.925 1.762.205.687.307 1.454.307 2.3V22.08h-3.84zm17.62 0l-.095-2.345-1.042 1.093a6.258 6.258 0 0 1-1.153.84c-.41.231-.849.411-1.317.54a5.868 5.868 0 0 1-1.553.192c-.946 0-1.788-.189-2.525-.567a5.165 5.165 0 0 1-1.855-1.613c-.5-.696-.881-1.544-1.145-2.542-.263-.998-.395-2.111-.395-3.338 0-1.47.208-2.742.623-3.817.415-1.075.99-1.967 1.727-2.675a6.926 6.926 0 0 1 2.623-1.575c1.012-.342 2.11-.513 3.297-.513l1.208.078 1.082.202V0h3.84v22.08h-3.32zm-6.92-7.935c0 .904.06 1.675.178 2.313.118.638.294 1.16.527 1.567.234.407.52.704.86.893.34.188.727.282 1.16.282.644 0 1.255-.268 1.833-.805.578-.536 1.192-1.271 1.842-2.205V9.04l-1.107-.287-1.328-.113a3.45 3.45 0 0 0-1.64.388 3.665 3.665 0 0 0-1.247 1.095c-.345.471-.61 1.048-.798 1.73-.186.681-.28 1.446-.28 2.292zM27.399 33.047v3h-3v4h3v3h4v-3h3v-4h-3v-3h-4zm2 13c-12.326 0-23.163-6.371-29.399-16h58.799c-6.237 9.629-17.074 16-29.4 16z"/></svg>
<svg class="tc-image-logic-or tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.695995330810547 15.977005004882812"><path d="M8.16.008c2.41.029 4.307.725 5.688 2.088 1.381 1.363 2.085 3.221 2.112 5.574-.073 2.83-.89 4.924-2.452 6.279-1.561 1.355-3.431 2.028-5.61 2.019-2.325-.02-4.212-.73-5.66-2.127C.79 12.443.044 10.481 0 7.955.027 5.44.761 3.492 2.202 2.11 3.644.728 5.629.027 8.16.008zm-.131 3.16c-1.18.051-2.023.543-2.53 1.474-.505.932-.752 1.994-.739 3.186.003 1.36.283 2.469.838 3.329.555.86 1.365 1.303 2.431 1.331.976-.02 1.746-.448 2.309-1.284.563-.836.85-1.961.862-3.376.009-1.206-.238-2.272-.74-3.198-.502-.925-1.312-1.412-2.431-1.462zM19.2 15.648V5.372l-.04-2.874-.088-2.17h4.105l.156 2.86h.126c.426-1.11 1.04-1.92 1.838-2.428.8-.509 1.59-.76 2.375-.752l.548.008.476.055v4.502l-1.312-.125c-.902.008-1.641.226-2.216.651-.575.426-.945 1.01-1.112 1.752l-.096 1.027v7.769H19.2z"/></svg>
<svg class="tc-image-logic-or-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.79900360107422 39.66800308227539"><path d="M22.499.008c2.41.029 4.307.725 5.688 2.088 1.381 1.363 2.085 3.221 2.112 5.574-.073 2.83-.89 4.924-2.452 6.279-1.561 1.355-3.431 2.028-5.61 2.019-2.325-.02-4.212-.73-5.66-2.127-1.448-1.398-2.194-3.36-2.238-5.886.027-2.515.761-4.463 2.202-5.845C17.983.728 19.968.027 22.499.008zm-.131 3.16c-1.18.051-2.023.543-2.53 1.474-.505.932-.752 1.994-.739 3.186.003 1.36.283 2.469.838 3.329.555.86 1.365 1.303 2.431 1.331.976-.02 1.746-.448 2.309-1.284.563-.836.85-1.961.862-3.376.009-1.206-.238-2.272-.74-3.198-.502-.925-1.311-1.412-2.431-1.462zm11.171 12.48V5.372l-.04-2.874-.088-2.17h4.105l.156 2.86h.126c.426-1.11 1.04-1.92 1.838-2.428.8-.509 1.59-.76 2.375-.752l.548.008.476.055v4.502l-1.312-.125c-.902.008-1.641.226-2.216.651-.575.426-.945 1.01-1.112 1.752l-.096 1.027v7.769h-4.76zm-6.14 11.02v3h-3v4h3v3h4v-3h3v-4h-3v-3h-4zm2 13c-12.326 0-23.163-6.371-29.399-16h58.799c-6.237 9.629-17.074 16-29.4 16z"/></svg>
<svg class="tc-image-login tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 900"><path d="M800 0c28 0 51.667 9.667 71 29s29 43 29 71v700c0 26.667-9.667 50-29 70s-43 30-71 30H350c-26.667 0-49.667-10-69-30s-29-43.333-29-70V700h98v100h450V100H350v150h-98V100c0-28 9.667-51.667 29-71s42.333-29 69-29h450M450 670V550H0V400h450V280l200 194-200 196"/></svg>
<svg class="tc-image-logmein tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 256c0-46.422 11.434-89.26 34.303-128.513 22.87-39.253 53.932-70.315 93.185-93.184S209.578 0 256 0c46.421 0 89.258 11.434 128.512 34.303s70.315 53.93 93.185 93.184C500.566 166.74 512 209.577 512 256c0 46.421-11.434 89.258-34.303 128.512-22.87 39.253-53.932 70.314-93.185 93.184C345.259 500.566 302.422 512 256 512c-46.421 0-89.259-11.435-128.512-34.304-39.253-22.87-70.315-53.93-93.185-93.184C11.434 345.259 0 302.422 0 256zm106.496 163.327c0 8.875 4.437 13.313 13.311 13.313h90.112c9.558 0 14.336-4.438 14.336-13.313v-24.575c0-8.875-4.778-13.312-14.336-13.312h-14.846V145.92h14.847c9.558 0 14.336-4.438 14.336-13.313v-24.576c0-8.874-4.778-13.311-14.336-13.311h-90.112c-8.874 0-13.311 4.437-13.311 13.311v24.577c0 8.875 4.437 13.313 13.311 13.313h15.872v235.52h-15.872c-8.874 0-13.311 4.437-13.311 13.312v24.575zm141.824 2.05c0 8.191 4.096 12.287 12.288 12.287h30.208c7.509 0 11.263-4.096 11.263-12.288V289.792c0-35.157 13.483-52.736 40.449-52.736 14.336 0 21.504 8.704 21.504 26.112v158.208c0 8.192 3.754 12.288 11.263 12.288h31.233c7.168 0 10.752-4.096 10.752-12.288V250.88c0-41.642-18.774-62.464-56.32-62.464-22.87 0-43.691 10.923-62.465 32.768l-3.584-18.432c-1.365-7.51-5.46-11.264-12.288-11.264h-22.015c-8.192 0-12.288 4.267-12.288 12.8v217.09z"/></svg>
<svg class="tc-image-logo-bg tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.899993896484375 43.9000244140625"><path d="M34.8 36.4l-9.9 5.7c-3.1 1.8-6.9 1.8-10 0L5 36.4c-3.1-1.8-5-5.1-5-8.7V16.2c0-3.6 1.9-6.9 5-8.7l9.9-5.7c3.1-1.8 6.9-1.8 10 0l9.9 5.7c3.1 1.8 5 5.1 5 8.7v11.5c.1 3.6-1.8 6.9-5 8.7z"/></svg>
<svg class="tc-image-logo-db tc-image-button" width="22pt" height="22pt" viewBox="0 0 732.6669921875 1000"><path d="M546 610c32 60 30.667 120-4 180-28 46.667-66.333 76-115 88s-99 3.333-151-26l-64-36-108 184-56-32 206-358c-45.333 6.667-90-2.667-134-28L0 512l186-324 122 70c44 26.667 74.667 60 92 100L606 0l58 34-108 186 64 36c50.667 29.333 83.333 69 98 119 14.667 50 8 97.667-20 143-32 58.667-82.667 89.333-152 92m44-302l-64-38-124 216c0 1.333-.667 3.333-2 6l62 36c34.667 20 68 25.667 100 17 32-8.667 57.333-29 76-61s23.667-64.333 15-97c-8.667-32.667-29.667-59-63-79M150 530c34.667 20 68 25.667 100 17 32-8.667 57.333-29 76-61s23.667-64.667 15-98c-8.667-33.333-29.667-59.333-63-78l-64-38L86 494l64 36m156 270c34.667 20 68 25.667 100 17 32-8.667 57.333-29 76-61s23.333-64.333 14-97c-9.333-32.667-30.667-59-64-79l-62-36-4 4-124 216 64 36"/></svg>
<svg class="tc-image-logo-gist tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.260000228881836 12.0600004196167"><path d="M4.7 6.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V.66C7.27.33 6.25 0 4.63 0 1.13 0 0 2.69 0 6.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V5.73H4.7v1zm6.39 3.72V4.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V4.94h2.42v.02-.01z"/></svg>
<svg class="tc-image-logo-github tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.660003662109375 12.120000839233398"><path d="M18.53 10.04h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V6.14h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V1.97c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V4.26c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V4.24c0-.09-.08-.17-.17-.17zM11.19.691c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V.61c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V6.97h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V.61c0-.09-.08-.17-.17-.17zM8.81 5.36v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89C2.95 12.12 0 11.34 0 6.2S2.58 0 5.1.01c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14l-.42 1.78c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V5.36c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"/></svg>
<svg class="tc-image-logout tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 900"><path d="M502 800V700h98v100c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 826.667 0 800V100c0-28 10-51.667 30-71S73.333 0 100 0h400c28 0 51.667 9.667 71 29s29 43 29 71v150h-98V100H100v700h402m398-326L702 670V550H252V400h450V280l198 194"/></svg>
<svg class="tc-image-long-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 772.6666870117188 1728"><path d="M767.333 1299q8 19-5 35l-350 384q-10 10-23 10-14 0-24-10l-355-384q-13-16-5-35 9-19 29-19h224V32q0-14 9-23t23-9h192q14 0 23 9t9 23v1248h224q21 0 29 19z"/></svg>
<svg class="tc-image-long-arrow-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1728 772.6666870117188"><path d="M1728 290.333v192q0 14-9 23t-23 9H448v224q0 21-19 29t-35-5l-384-350q-10-10-10-23 0-14 10-24l384-354q16-14 35-6 19 9 19 29v224h1248q14 0 23 9t9 23z"/></svg>
<svg class="tc-image-long-arrow-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1728 772.6666870117188"><path d="M1728 383.333q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h1248v-224q0-21 19-29t35 5l384 350q10 10 10 23z"/></svg>
<svg class="tc-image-long-arrow-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 772.6666870117188 1728"><path d="M767.333 429q-9 19-29 19h-224v1248q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23V448h-224q-21 0-29-19t5-35l350-384q10-10 23-10 14 0 24 10l355 384q13 16 5 35z"/></svg>
<svg class="tc-image-looks tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.666015625 469.333984375"><path d="M469.333 170.667c-164.693 0-298.667 133.973-298.667 298.667H256c0-117.547 95.787-213.333 213.333-213.333s213.333 95.787 213.333 213.333h85.333c-.001-164.693-133.974-298.667-298.668-298.667zm0-170.667C210.56 0 0 210.56 0 469.333h85.333c0-211.627 172.373-384 384-384s384 172.373 384 384h85.333C938.666 210.56 728.106 0 469.333 0z"/></svg>
<svg class="tc-image-looks-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-8 15c0 1.66-1.34 3-3 3 1.66 0 3 1.34 3 3v3c0 2.21-1.79 4-4 4h-8v-4h8v-4h-4v-4h4v-4h-8V8h8c2.21 0 4 1.79 4 4v3z"/></svg>
<svg class="tc-image-looks-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-8 28h-4v-8h-8V8h4v8h4V8h4v20z"/></svg>
<svg class="tc-image-looks-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-8 12h-8v4h4c2.21 0 4 1.79 4 4v4c0 2.21-1.79 4-4 4h-8v-4h8v-4h-8V8h12v4z"/></svg>
<svg class="tc-image-looks-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M16 24h4v-4h-4v4zM32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-8 12h-8v4h4c2.21 0 4 1.79 4 4v4c0 2.21-1.79 4-4 4h-4c-2.21 0-4-1.79-4-4V12c0-2.21 1.79-4 4-4h8v4z"/></svg>
<svg class="tc-image-looks-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM22 28h-4V12h-4V8h8v20z"/></svg>
<svg class="tc-image-looks-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-8 16c0 2.21-1.79 4-4 4h-4v4h8v4H12v-8c0-2.21 1.79-4 4-4h4v-4h-8V8h8c2.21 0 4 1.79 4 4v4z"/></svg>
<svg class="tc-image-loop tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 31.66699981689453"><path d="M0 25.334V0h44.334v25.334H26.521l6.73 6.333H22.958l-10.291-9.5 10.292-9.5H33.25L26.521 19h11.48V6.334H6.333V19h5.937L9.5 22.167l2.374 3.167H0z"/></svg>
<svg class="tc-image-loop-circular tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M4 0C2.35 0 1 1.35 1 3H0l1.5 2L3 3H2c0-1.11.89-2 2-2V0zm2.5 1L5 3h1c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3h1L6.5 1z"/></svg>
<svg class="tc-image-loop-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M1 0v2h1V1h4v2H5l1.5 2.5L8 3H7V0H1zm.5 2.5L0 5h1v3h6V6H6v1H2V5h1L1.5 2.5z"/></svg>
<svg class="tc-image-loop2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M889.68 166.32C796.072 64.104 661.527 0 512 0 229.23 0 0 229.23 0 512h96C96 282.25 282.25 96 512 96c123.02 0 233.542 53.418 309.696 138.306L672 384h352V32L889.68 166.32zM928 512c0 229.75-186.25 416-416 416-123.02 0-233.542-53.418-309.694-138.306L352 640H0v352l134.32-134.32C227.928 959.896 362.474 1024 512 1024c282.77 0 512-229.23 512-512h-96z"/></svg>
<svg class="tc-image-loupe tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M22 10h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zM20 0C8.97 0 0 8.97 0 20s8.97 20 20 20h16c2.21 0 4-1.79 4-4V20C40 8.97 31.03 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-low-priority tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M24 0h16v4H24zm0 11h16v4H24zm0 11h16v4H24zM0 13c0 7.17 5.83 13 13 13h1v4l6-6-6-6v4h-1c-4.96 0-9-4.04-9-9s4.04-9 9-9h7V0h-7C5.83 0 0 5.83 0 13z"/></svg>
<svg class="tc-image-low-vision tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1604"><path d="M335 1198q-2 0-6-2-86-57-168.5-145T21 871Q0 841 0 802q0-9 2-19t4-18 7-18 8.5-16T32 714t10-15 12-15.5T65 669q184-251 452-365Q407 106 407 93q0-19 17-29Q540 0 552 0q18 0 28 16l124 229q92-19 192-19 266 0 497.5 137.5T1772 733q20 31 20 69t-20 69q-91 142-218.5 253.5T1275 1300q110 198 110 211 0 20-17 29-116 64-127 64-19 0-29-16l-124-229-64-119-444-820 7-7q-58 24-99 47 3 5 127 234t243 449 119 223q0 7-9 9-13 3-72 3-57 0-60-7L380 530q-39 28-82 68 24 43 214 393.5T702 1346q0 10-11 10-14 0-82.5-22t-72.5-28l-106-197-224-413q-44 53-78 106 2 3 18 25t23 34l176 327q0 10-10 10zm830-102l49 91q273-111 450-385-180-277-459-389 67 64 103 148.5t36 176.5q0 106-47 200.5T1165 1096zM848 482q0 20 14 34t34 14q86 0 147 61t61 147q0 20 14 34t34 14 34-14 14-34q0-126-89-215t-215-89q-20 0-34 14t-14 34zm366-65l-9-4 7 7z"/></svg>
<svg class="tc-image-low-vision-access tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 36.36057662963867 49.939998626708984"><path d="M13.174 3.758C13.196 1.702 11.506 0 9.445.022 7.339 0 5.637 1.702 5.648 3.758c-.011 2.105 1.691 3.791 3.797 3.796a3.746 3.746 0 0 0 3.729-3.796zm10.842 20.63L11.954 9.755c-.627-.93-4.122-1.321-5.6-.134L.485 20.3l1.444 9.027c1.468 2.357 4.38-.028 3.562-1.316l-.985-6.395 2.536-5.12v12l-6 16c-1.042 3.494 3.969 5.365 5 2l7-18v-9l-2.937-4.062a.418.418 0 0 1 .639-.538l10.034 11.866c1.615 2.207 4.851-.14 3.238-2.374zm-4.615 20.298l-5.925-14.743-2.434 6.553 3.477 10.169c1.399 3.275 6.316 1.359 4.882-1.979zm15.713 3.383l.022.034c.235.28.65.308.93.078a.674.674 0 0 0 .123-.856L25.023 27.938l-.033-.039a.652.652 0 0 0-.919-.073c-.246.213-.269.571-.111.856l11.154 19.387z"/></svg>
<svg class="tc-image-loyalty tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40.00193786621094"><path d="M38.82 19.162L20.83 1.172A3.99 3.99 0 0 0 18 .002H4c-2.21 0-4 1.79-4 4v14c0 1.11.45 2.11 1.18 2.83l18 18c.72.72 1.72 1.17 2.82 1.17 1.11 0 2.11-.45 2.83-1.17l14-14c.72-.73 1.17-1.73 1.17-2.83 0-1.11-.45-2.11-1.18-2.84zM7 10.002c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm23.54 16.54L22 35.082l-8.54-8.54c-.9-.91-1.46-2.16-1.46-3.54 0-2.76 2.24-5 5-5 1.38 0 2.64.56 3.54 1.47l1.46 1.46 1.46-1.46c.91-.91 2.16-1.47 3.54-1.47 2.76 0 5 2.24 5 5 0 1.38-.56 2.63-1.46 3.54z"/></svg>
<svg class="tc-image-ltr tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C370.616 0 256 114.616 256 256s114.616 256 256 256v512h128V128h128v896h128V128h128V0H512zM0 704l256-256L0 192z"/></svg>
<svg class="tc-image-lunar-eclipse tc-image-button" width="22pt" height="22pt" viewBox="0 0 1111 1111"><path d="M0 556q0-149 75-277.5T278 75 555 0q150 0 278 75t203 203 75 278-75 278-203 202.5-278 74.5-277.5-74.5T75 834 0 556zm475-363q139 17 233.5 123T803 565q0 133-83 234.5T509 929q32 4 46 4 156 0 267-110.5T933 556q0-154-111-263T555 184q-41 0-80 9z"/></svg>
<svg class="tc-image-macstore tc-image-button" width="22pt" height="22pt" viewBox="0 0 566.302978515625 513.2000122070312"><path d="M0 315.056v-77.313c0-3.408 1.2-6.4 3.584-8.96s5.456-3.84 9.215-3.84h135.682l-58.88 102.913h-76.8c-3.744 0-6.816-1.185-9.216-3.6-2.384-2.368-3.584-5.44-3.584-9.2zm62.463 124.928l33.792 19.472zm5.136-22.272c-1.023-3.584-.687-6.928 1.025-9.984l155.647-270.336c1.695-3.072 4.271-5.04 7.68-5.888 3.407-.848 6.656-.432 9.727 1.28l33.28 18.944c3.408 1.696 5.552 4.352 6.4 7.936.848 3.584.432 6.912-1.28 9.984L124.943 439.984c-1.712 3.072-4.352 5.024-7.936 5.888s-6.912.416-9.984-1.28l-33.28-19.457c-3.088-1.376-5.12-3.84-6.145-7.423zm157.697-89.856l58.88-102.912h34.32l48.128 102.912H225.296zm39.936-320c.336-3.072 1.359-5.12 3.071-6.145 3.408-1.711 9.473 3.584 18.177 15.873s20.91 32.08 36.607 59.392c15.712 27.312 26.288 45.232 31.744 53.76 9.569 15.008 22.432 37.296 38.656 66.815 16.224 29.52 31.745 58.369 46.592 86.529s22.288 42.4 22.288 42.752c3.744 6.496 3.409 12.64-1.024 18.432-4.432 5.808-9.712 9.904-15.872 12.287-6.144 2.752-10.24 4.288-12.287 4.624-2.065.336-7.17-.863-15.377-3.6-10.224-5.12-42.656-72.192-97.264-201.215-1.696-3.744-4.016-8.96-6.928-15.616s-5.792-13.136-8.688-19.457c-2.912-6.32-6.064-13.471-9.487-21.503a2370.271 2370.271 0 0 1-9.473-22.529 1219.287 1219.287 0 0 1-8.704-21.504c-2.911-7.343-5.216-14-6.911-19.967-1.697-5.985-3.073-11.52-4.097-16.64-1.023-5.12-1.376-9.217-1.023-12.288zm167.936 217.088h120.32c3.408 0 6.4 1.28 8.975 3.84 2.56 2.56 3.84 5.552 3.84 8.96v77.312c0 3.408-1.28 6.384-3.84 8.96-2.56 2.575-5.567 3.84-8.975 3.84h-68.097c-1.376-5.473-2.72-9.392-4.096-11.776l-12.288-23.552c-21.84-41.313-33.792-63.824-35.84-67.584zm6.656 162.032c1.007-3.568 3.231-6.224 6.656-7.92l18.943-9.728c3.409-1.696 7.008-1.968 10.752-.768 3.744 1.2 6.496 3.504 8.193 6.928l15.872 30.72c4.095 8.192 2.4 14.848-5.12 19.968l-13.808 8.192c-3.408 1.696-7.009 2.128-10.752 1.28-3.744-.864-6.656-3.008-8.72-6.4l-20.465-31.744c-2.08-3.424-2.591-6.928-1.551-10.528zm39.152 74c.191-5.472.863-9.04 2.063-10.752 1.184-1.712 3.313-4.096 6.384-7.168l12.305-4.608c20.815-4.096 33.088 7.84 36.863 35.84 1.008 10.912.864 23.888-.512 38.912-1.376-4.096-8.88-9.12-22.528-15.088-13.664-5.984-23.023-12.56-28.16-19.712-4.448-6.176-6.575-11.968-6.415-17.424z"/></svg>
<svg class="tc-image-macys tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.171000480651855"><path d="M8.01.001l-1.883 5.78H0l4.964 3.59-1.88 5.782L8 11.576l4.948 3.595-1.89-5.808L16 5.78H9.892L8.01 0z"/></svg>
<svg class="tc-image-maestro tc-image-button" width="22pt" height="22pt" viewBox="0 0 701.4830322265625 422.34100341796875"><path d="M214.736 236.708c0 5.543 3.541 9.105 9.66 9.105 10.943 0 18.67-9.152 19.314-22.336-2.897-.303-4.19-.35-6.118-.35-15.134 0-22.856 4.565-22.856 13.581zM491.588.001c-54.016 0-103.688 20.663-140.663 54.741-2.547 2.33-4.95 4.813-7.377 7.266 2.398-2.423 4.77-4.877 7.283-7.181.03-.025.06-.06.09-.086C313.584 21.026 264.278 0 209.899 0 94.255 0 0 94.618 0 211.35c0 116.374 94.255 210.991 209.9 210.991 54.377 0 103.68-20.668 141.021-54.741 36.98 34.074 86.648 54.741 140.663 54.741 116.002 0 209.894-94.618 209.894-210.991C701.483 94.622 607.585 0 491.588 0zM339.89 65.614a219.928 219.928 0 0 0-10.202 11.606h-.005a220.404 220.404 0 0 1 10.206-11.606zM148.753 263.221l16.09-84.369-37.027 84.369h-24.46l-4.506-83.84-16.089 83.84h-24.46l20.918-109.743h42.163l1.925 67.976 29.943-67.976h43.781l-21.243 109.743h-27.033zm122.623-47.395l-5.794 31.71-.964 5.666-.644 4.531-.32 3.072-.307 2.419h-22.536l.65-9.229c-6.763 7.334-16.09 10.76-28.34 10.76-14.486 0-24.46-9.933-24.46-24.354 0-21.735 17.381-34.423 47.316-34.423 2.901 0 6.76.261 10.94.696.644-2.944.964-4.177.964-5.798 0-5.893-4.83-8.089-17.382-8.089-7.73 0-16.418.922-22.212 2.462l-3.86.969-2.249.576 3.546-20.091c13.517-3.435 22.204-4.706 32.183-4.706 23.173 0 35.41 9.058 35.41 26.163-.01 4.386-.33 7.736-1.938 17.669zm56.658 28.844c9.664 0 18.351-1.767 28.002-5.675l-4.489 22.336a104.55 104.55 0 0 1-27.37 3.61c-30.255 0-46.024-13.721-46.024-40.013 0-30.601 19.951-53.154 46.99-53.154 22.207 0 36.372 12.621 36.372 32.406 0 6.601-.968 13.014-3.23 22.067h-53.427c-.32 1.365-.32 1.979-.32 2.812 0 10.334 8.047 15.611 23.497 15.611zm103.006-50.266c-7.078-.827-14.165-1.319-19.639-1.319-8.687 0-13.2 2.462-13.2 7.254 0 4.177 1.301 5.192 12.56 9.715 13.85 5.414 19.315 12.582 19.315 24.849 0 20.356-13.2 29.764-42.168 29.764-3.542 0-8.37-.26-14.809-.743-3.217-.226-5.794-.482-7.403-.802l-4.83-.879-1.28-.214 3.857-20.582c8.687 2.419 16.09 3.524 24.461 3.524 10.624 0 15.454-2.505 15.454-8.047 0-4.091-1.617-5.41-12.557-9.856-14.486-5.846-20.919-13.627-20.919-24.879 0-16.49 10.62-30.208 40.875-30.216 6.434 0 17.054.798 24.133 1.762l-3.848 20.668zm42.171 48.819c2.902 0 5.16-.264 7.082-.841l-3.533 19.798c-7.403 2.018-13.2 2.897-19.319 2.897-13.84 0-21.244-6.942-21.244-19.606 0-2.509.32-5.188.64-8l1.61-8.764 1.283-7.074 12.561-68.151h26.718l-3.857 20.488h13.832l-3.857 21.721h-13.84l-7.079 37.24c-.324 1.634-.324 2.858-.324 3.695-.005 4.621 2.89 6.596 9.327 6.596zm65.99-44.147c-12.882 0-17.059 9.583-26.723 64.145h-27.033l16.418-89.255h24.465l-2.573 13.547c8.367-10.555 14.806-14.515 23.492-14.515.968 0 1.937.089 2.897.222 0 .047.968.222 2.261.529.316.09.64.09 2.893.969l-9.655 25.237-3.226-.653c-1.284-.145-2.249-.226-3.217-.226zm100.116 23.706c-4.186 29.671-24.793 42.858-52.467 42.858-30.583 0-42.816-18.509-42.816-41.152 0-31.616 20.92-53.069 53.115-53.069 27.998 0 42.808 17.63 42.808 40.269 0 5.543 0 5.901-.64 11.094zm-42.812-29.598c-13.84 0-22.208 16.264-22.208 30.605 0 12.135 5.794 20.275 15.458 20.087 5.794 0 18.342-7.953 20.591-21.854.64-3.251.96-6.81.96-10.68 0-9.327-3.86-18.159-14.8-18.159zm-259.127 10.462c0-7.254-4.502-11.477-12.553-11.477-8.69 0-14.81 5.671-17.378 16.008l29.935.047c-.005-1.894-.005-3.387-.005-4.578z"/></svg>
<svg class="tc-image-maestro-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 854.751953125 511.99798583984375"><path d="M732.896 236.523c-17.889 0-26.788 12.175-26.788 36.526 0 16.24 5.673 24.351 17.05 24.351 12.984 0 21.912-8.899 26.787-26.788v-12.175c0-14.613-5.714-21.914-17.049-21.914zm-316.569 12.175c0-9.738-4.874-14.613-14.613-14.613-11.377 0-18.678 6.502-21.913 19.476h36.526v-4.864zm-148.542 41.39c0 6.503 4.034 9.738 12.175 9.738 14.613 0 21.913-8.899 21.913-26.788h-7.3c-17.89.01-26.789 5.714-26.789 17.049zM820.9 126.945c-24.013-38.083-55.01-69.089-93.092-93.092C685.495 11.305 642.437 0 598.753 0c-57.866 0-109.322 17.654-154.45 52.889 40.9 36.7 67.707 81.121 80.394 133.294h-23.274c-11.315-45.127-35.963-85.33-74.046-120.596-38.082 35.266-62.77 75.469-74.046 120.596h-23.276c12.697-52.163 39.454-96.594 80.394-133.294C365.281 17.653 313.824 0 256 0c-43.735 0-86.743 11.305-129.054 33.853-38.083 24.003-69.12 55.01-93.092 93.092C11.284 166.44 0 209.459 0 255.999s11.274 89.59 33.853 129.054c23.972 38.082 55.01 69.12 93.092 93.092 42.311 22.579 85.33 33.853 129.054 33.853 57.825 0 109.271-17.623 154.45-52.889-36.71-32.43-62.77-73.318-78.285-122.706h23.276c14.07 42.312 38.082 79.012 71.936 110.019 33.853-31.006 57.826-67.707 71.936-110.019h23.275c-15.554 49.388-41.615 90.276-78.285 122.706 45.128 35.267 96.583 52.889 154.45 52.889 43.694 0 86.743-11.274 129.054-33.853 38.082-23.972 69.08-55.01 93.092-93.092 22.528-39.465 33.854-82.514 33.854-129.055s-11.326-89.559-33.853-129.055zM187.423 321.75L206.9 219.473 160.635 321.75H131.41l-4.874-102.277L107.06 321.75H77.835l24.351-133.929h51.138l2.437 82.791 36.526-82.791h53.575L219.073 321.75h-31.652zm148.541-58.45l-7.3 38.963v7.301l-2.438 4.874v7.312h-26.788v-12.175c-6.502 9.738-17.889 14.612-34.089 14.612-19.476 0-29.225-10.547-29.225-31.662 0-27.587 18.637-41.401 56.013-41.401 6.462 0 11.336.839 14.613 2.437v-7.301c0-6.462-6.502-9.738-19.476-9.738-14.613 0-23.552.839-26.788 2.437h-4.874l-2.437 2.437 2.437-24.351c16.21-4.874 29.225-7.301 38.963-7.301 29.225 0 43.837 10.578 43.837 31.662-.01 6.482-.85 13.783-2.447 21.893zm68.19 36.537c12.973 0 24.35-2.437 34.088-7.301l-4.874 26.788c-13.015 3.277-23.552 4.874-31.662 4.874-37.366 0-56.013-16.21-56.013-48.702 0-43.837 18.637-65.751 56.013-65.751 29.225 0 43.838 13.015 43.838 38.963 0 11.377-.84 20.326-2.437 26.788h-65.75v4.874c.01 12.995 8.908 19.466 26.797 19.466zm126.627-63.314h-24.35c-9.739 0-14.613 2.437-14.613 7.301 0 4.874 4.874 8.94 14.612 12.175 14.612 6.502 21.913 17.049 21.913 31.662 0 24.351-17.049 36.526-51.139 36.526h-7.3c-3.278-1.598-6.504-2.437-9.739-2.437h-9.749l-4.874-2.437h-2.437l4.874-24.351c16.21 3.277 25.948 4.874 29.225 4.874 12.974 0 19.476-3.236 19.476-9.738 0-4.874-4.874-8.899-14.612-12.175-17.889-8.11-26.788-18.637-26.788-31.662 0-24.351 17.05-36.526 51.14-36.526 1.596 0 6.081.41 13.393 1.219 7.301.839 12.554 1.219 15.831 1.219l-4.864 24.351zm56.013 82.79c-13.015 3.277-21.115 4.874-24.35 4.874-16.24 0-24.352-8.11-24.352-24.351v-9.738l2.437-9.738v-9.738l17.05-82.791h31.661l-4.874 24.351h17.05l-4.875 26.788h-17.049l-7.3 46.264c-1.629 1.628-2.438 3.277-2.438 4.874 0 4.874 4.034 7.301 12.176 7.301 4.874 0 8.11-.798 9.738-2.437l-4.874 24.341zm43.827 2.437h-34.089l19.476-109.578h31.662l-4.874 17.049c9.738-11.335 19.476-17.049 29.225-17.049h7.312l2.437 2.437-12.176 29.225h-7.312c-11.376-.01-21.924 25.969-31.662 77.916zm153.415-48.702c-4.874 34.089-25.979 51.139-63.314 51.139-35.727 0-53.576-17.049-53.576-51.139 0-17.848 6.093-32.87 18.268-45.046s28.006-18.268 47.483-18.268c34.09 0 51.14 16.24 51.14 48.702v14.612z"/></svg>
<svg class="tc-image-magento tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.854999542236328 16"><path d="M6.927 16l-2.97-1.715v-8l1.98-1.143v8l.99.602.99-.602v-8l1.98 1.143v8L6.927 16zm6.928-12v8l-1.98 1.142v-8L6.927 2.286l-4.95 2.856v8L0 12V4l6.927-4 6.928 4z"/></svg>
<svg class="tc-image-magic tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M349.1 0v116.4L116.4 349.1H0V512h162.9V395.6l232.7-232.7H512V0z"/></svg>
<svg class="tc-image-magic-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 1028.66796875 1028.66796875"><path d="M256 192L128 64H64v64l128 128zM320 0h64v128h-64zm256 320h128v64H576zm64-192V64h-64L448 192l64 64zM0 320h128v64H0zm320 256h64v128h-64zm-256 0v64h64l128-128-64-64zm946 306L373.882 245.882c-18.668-18.668-49.214-18.668-67.882 0L245.882 306c-18.668 18.668-18.668 49.214 0 67.882L882 1010c18.668 18.668 49.214 18.668 67.882 0L1010 949.882c18.668-18.668 18.668-49.214 0-67.882zM480 544L288 352l64-64 192 192-64 64z"/></svg>
<svg class="tc-image-magnet tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M192 0C77 .5 0 77.6 0 199.8c0 48.8 2.1 76.8 14.5 127.8 15.9 65.7 39.1 113.3 39.1 113.3l.6 1.3c1.9 3.4 5.5 5.8 9.8 5.8 1.4 0 2.7-.2 4-.7l1.7-.8 50.3-20.7 1.8-.8c3.3-1.9 5.5-5.3 5.5-9.3-.2-1.4-.4-2.8-1-4-.1-.1-.1-.2-.2-.4-7-16-27.2-59.2-37-101.1-9.9-41.9-13.5-62.4-13.5-107.7C75.6 131.4 128 80 192 80s116.4 51.4 116.4 122.5c0 45.3-3.7 65.8-13.6 107.7-9.9 41.9-30 85.2-37 101.1-.1.2-.1.3-.2.4-.6 1.2-.8 2.6-1 4 0 4 2.2 7.4 5.5 9.3l1.8.8 50.3 20.7 1.7.8c1.3.5 2.6.7 4 .7 4.3 0 7.9-2.4 9.8-5.8l.6-1.3s23.2-47.6 39.1-113.3c12.4-51 14.5-79 14.5-127.8C384 77.6 307 .5 192 0zm-83 412.2c.1.2.2.5.3.7l-42.8 17.6c-5.4-11.8-22.7-51-35.7-104.4l42.5-12.3c9.2 39.2 27.1 79.2 35.7 98.4zm208.4 18.3l-42.8-17.6c.1-.2.2-.4.3-.7 8.6-19.2 26.4-59.2 35.6-98.4l42.5 12.3c-12.9 53.4-30.2 92.6-35.6 104.4z"/></svg>
<svg class="tc-image-magnify tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.43869400024414 33.43869400024414"><path d="M20.939 0c6.904 0 12.5 5.596 12.5 12.5S27.843 25 20.939 25c-2.364 0-4.575-.657-6.5-1.757l-9.025 9.025a3 3 0 0 1-4.243-4.243l9.065-9.064A12.442 12.442 0 0 1 8.439 12.5c0-6.904 5.596-12.5 12.5-12.5zm0 4a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17z"/></svg>
<svg class="tc-image-magnify-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.43869400024414 33.43869400024414"><path d="M20.939 0c6.904 0 12.5 5.596 12.5 12.5S27.843 25 20.939 25c-2.364 0-4.575-.657-6.5-1.757l-9.025 9.025a3 3 0 0 1-4.243-4.243l9.065-9.064A12.442 12.442 0 0 1 8.439 12.5c0-6.904 5.596-12.5 12.5-12.5zm0 4a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zm-1.5 3h3v4h4v3h-4v4h-3v-4h-4v-3h4V7z"/></svg>
<svg class="tc-image-magnify-arrow-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.43869400024414 33.43869400024414"><path d="M20.939 0c6.904 0 12.5 5.596 12.5 12.5S27.843 25 20.939 25c-2.364 0-4.575-.657-6.5-1.757l-9.025 9.025a3 3 0 0 1-4.243-4.243l9.065-9.064A12.442 12.442 0 0 1 8.439 12.5c0-6.904 5.596-12.5 12.5-12.5zm0 4a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zm0 14l4.5-5h-3V8h-3v5h-3l4.5 5z"/></svg>
<svg class="tc-image-magnify-arrow-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.43869400024414 33.43869400024414"><path d="M20.939 0c6.904 0 12.5 5.596 12.5 12.5S27.843 25 20.939 25c-2.364 0-4.575-.657-6.5-1.757l-9.025 9.025a3 3 0 0 1-4.243-4.243l9.065-9.064A12.442 12.442 0 0 1 8.439 12.5c0-6.904 5.596-12.5 12.5-12.5zm0 4a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zm0 3l4.5 5h-3v5h-3v-5h-3l4.5-5z"/></svg>
<svg class="tc-image-magnify-back tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.75 33.442161560058594"><path d="M22.25.003c6.904 0 12.5 5.596 12.5 12.5s-5.596 12.5-12.5 12.5c-2.364 0-4.575-.657-6.5-1.757l-9.025 9.025a3 3 0 0 1-4.243-4.243l9.065-9.064a12.434 12.434 0 0 1-1.3-2.96h4.255a8.5 8.5 0 1 0 3.745-11h-5.998a12.48 12.48 0 0 1 10.001-5zm.5 8.802v7s-2.01-1.802-4.005-1.802H7.75v4.25L0 10.503l7.75-7.75v4.25h11c2 0 4 1.802 4 1.802z"/></svg>
<svg class="tc-image-magnify-browse tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.26620101928711 38.26569747924805"><path fill-opacity=".404" d="M38.266 0v7h-7V0h7zm-9 0v7h-7V0h7zm-9 0v7h-7V0h7zm18 9v7h-7V9h7zm-9 0v7h-7V9h7zm-9 0v7h-7V9h7zm18 9v7h-7v-7h7zm-9 0v7h-7v-7h7zm-9 0v7h-7v-7h7z"/><path d="M4.916 37.202a2.724 2.724 0 1 1-3.852-3.853l7.874-7.874A11.446 11.446 0 0 1 7.266 19.5c0-6.351 5.15-11.5 11.5-11.5s11.5 5.149 11.5 11.5S25.117 31 18.766 31c-2.188 0-4.234-.611-5.975-1.672l-7.874 7.874zM18.766 12a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15z"/></svg>
<svg class="tc-image-magnify-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.22544479370117 33.42317199707031"><path d="M19.475 16.198v-7S21.485 11 23.481 11h10.994V6.75l7.75 7.75-7.75 7.75V18h-11c-2 0-4-1.802-4-1.802zM20.923 0c5.69 0 10.49 3.8 12.004 9H28.67a8.5 8.5 0 1 0-3.745 11h5.998a12.48 12.48 0 0 1-10 5c-2.365 0-4.576-.657-6.5-1.757l-9.026 9.025a3 3 0 0 1-4.242-4.243l9.064-9.064A12.442 12.442 0 0 1 8.422 12.5c0-6.904 5.597-12.5 12.5-12.5z"/></svg>
<svg class="tc-image-magnify-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.43869400024414 33.43869400024414"><path d="M20.939 0c6.904 0 12.5 5.596 12.5 12.5S27.843 25 20.939 25c-2.364 0-4.575-.657-6.5-1.757l-9.025 9.025a3 3 0 0 1-4.243-4.243l9.065-9.064A12.442 12.442 0 0 1 8.439 12.5c0-6.904 5.596-12.5 12.5-12.5zm0 4a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zm5.5 7v3h-11v-3h11z"/></svg>
<svg class="tc-image-magnifying-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.133487701416016 8.133487701416016"><path d="M3.5.01C1.57.01 0 1.58 0 3.51s1.57 3.5 3.5 3.5c.59 0 1.17-.14 1.66-.41a1 1 0 0 0 .13.13l1 1a1.02 1.02 0 1 0 1.44-1.44l-1-1a1 1 0 0 0-.16-.13c.27-.49.44-1.06.44-1.66 0-1.93-1.57-3.5-3.5-3.5zm0 1c1.39 0 2.5 1.11 2.5 2.5 0 .66-.24 1.27-.66 1.72l-.03.03a1 1 0 0 0-.13.13c-.44.4-1.04.63-1.69.63-1.39 0-2.5-1.11-2.5-2.5s1.11-2.5 2.5-2.5z"/></svg>
<svg class="tc-image-mail tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 10"><path d="M13 0H1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm-.678 1L7 5 1.602 1h10.72zM13 9H1V1.655L7 6l6-4.444V9z"/></svg>
<svg class="tc-image-mail-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1600"><path d="M1792 576q0 26-19 45l-512 512q-19 19-45 19t-45-19-19-45V832H928q-98 0-175.5 6t-154 21.5-133 42.5T360 971.5t-80 101-48.5 138.5-17.5 181q0 55 5 123 0 6 2.5 23.5t2.5 26.5q0 15-8.5 25t-23.5 10q-16 0-28-17-7-9-13-22t-13.5-30-10.5-24Q0 1222 0 1056q0-199 53-333 162-403 875-403h224V64q0-26 19-45t45-19 45 19l512 512q19 19 19 45z"/></svg>
<svg class="tc-image-mail-icon tc-image-button" width="22pt" height="22pt" viewBox="0 0 522.9000244140625 479.29998779296875"><path d="M522.9 185.2L337.7 0v108.9C0 108.9 10.9 370.4 10.9 479.3c76.2-217.9 174.3-217.9 326.8-217.9v108.9l185.2-185.1z"/></svg>
<svg class="tc-image-mail-icon-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 520.2000122070312 441.70001220703125"><path d="M291.1 106.6V0L120.5 170.7l170.7 170.7v-98.7c96.4 6.7 165 39.4 220.8 199 0-90.8 8.2-296.7-220.9-335.1zM170.7 80.3V0L0 170.7l170.7 170.7v-80.3l-90.4-90.4 90.4-90.4z"/></svg>
<svg class="tc-image-mail-icon-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 520.2000122070312 441.6999816894531"><path d="M349.5 0v80.3l90.3 90.3-90.3 90.3v80.4l170.7-170.7L349.5 0zm50.2 170.6L229.1 0v106.6C0 144.9 8.2 350.8 8.2 441.7c55.9-159.6 124.5-192.3 220.8-199v98.6l170.7-170.7z"/></svg>
<svg class="tc-image-mail-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V8l16 10L36 8v20zM20 14L4 4h32L20 14z"/></svg>
<svg class="tc-image-mail-read tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3-4.5-3v6zm11 .5l-5-3-5 3h10zm1-6.5l-4.5 3 4.5 3v-6z"/></svg>
<svg class="tc-image-mail-reply tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10.380000114440918"><path d="M6 0L0 4.5 6 9V6c1.73 0 5.14.95 6 4.38C12 5.83 8.94 3.33 6 3V0z"/></svg>
<svg class="tc-image-mail-reply-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1606.333251953125"><path d="M640 1024.333v70q0 42-39 59-13 5-25 5-27 0-45-19l-512-512q-19-19-19-45t19-45l512-512q29-31 70-14 39 17 39 59v69l-397 398q-19 19-19 45t19 45zm1152 38q0 58-17 133.5t-38.5 138-48 125-40.5 90.5l-20 40q-8 17-28 17-6 0-9-1-25-8-23-34 43-400-106-565-64-71-170.5-110.5t-267.5-52.5v251q0 42-39 59-13 5-25 5-27 0-45-19l-512-512q-19-19-19-45t19-45l512-512q29-31 70-14 39 17 39 59v262q411 28 599 221 169 173 169 509z"/></svg>
<svg class="tc-image-mail2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M13.333 0H2.667A2.675 2.675 0 0 0 0 2.667v10.666C0 14.801 1.2 16 2.667 16h10.666A2.674 2.674 0 0 0 16 13.333V2.667C16 1.2 14.8 0 13.333 0zm0 2c.125 0 .243.036.344.099L7.999 6.793 2.322 2.099A.648.648 0 0 1 2.666 2h10.666zM2.667 14a.654.654 0 0 1-.089-.006l3.525-4.89-.457-.457L2 12.293V2.744L8 10l6-7.256v9.549l-3.646-3.646-.457.457 3.525 4.89a.65.65 0 0 1-.088.006H2.668z"/></svg>
<svg class="tc-image-mail3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M13.333 0H2.667A2.675 2.675 0 0 0 0 2.667v10.666C0 14.801 1.2 16 2.667 16h10.666A2.674 2.674 0 0 0 16 13.333V2.667C16 1.2 14.8 0 13.333 0zM2.854 13.854l-1.207-1.207 4-4 .457.457-3.25 4.75zm-.458-10.75l.457-.457 5.146 4.146 5.146-4.146.457.457-5.604 6.604-5.604-6.604zm10.75 10.75l-3.25-4.75.457-.457 4 4-1.207 1.207z"/></svg>
<svg class="tc-image-mail4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4 4h8c.143 0 .281.031.409.088L8 9.231 3.591 4.088A.982.982 0 0 1 4 4zm-1 7V5l.002-.063 2.932 3.421-2.9 2.9A.967.967 0 0 1 3 11zm9 1H4c-.088 0-.175-.012-.258-.034L6.588 9.12l1.413 1.648L9.414 9.12l2.846 2.846a.967.967 0 0 1-.258.034zm1-1c0 .088-.012.175-.034.258l-2.9-2.9 2.932-3.421L13 5v6z"/></svg>
<svg class="tc-image-mailchimp tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 17.39699935913086 17.610000610351562"><path d="M17.207 12.028a.843.843 0 0 0-.584-.46c-.088-.402-.21-.6-.22-.63.046-.052.09-.105.1-.117.373-.46.13-1.138-.506-1.297-.358-.344-.682-.506-.948-.64-.255-.127-.153-.077-.392-.185-.064-.31-.085-1.034-.186-1.542-.09-.457-.274-.788-.556-1.006a2.197 2.197 0 0 0-.462-.67c.888-1.36 1.12-2.705.47-3.408-.286-.313-.716-.463-1.229-.463-.727 0-1.617.295-2.517.84l-.595-.48C7.079 0 0 8.71 2.499 10.613l.645.493c-.405 1.126.158 2.47 1.332 2.9.258.096.54.142.83.126 0 0 1.897 3.477 5.898 3.478 4.627 0 5.805-4.526 5.818-4.567 0 0 .375-.554.184-1.015zm-5.364.73c-.305.014-.494-.036-.6.32a.598.598 0 0 0-.017.103c1.192.376 3.08-.356 3.262-.398l.018-.003c.118.01-1.014.722-2.584.722-.265 0-.493-.023-.673-.06.085.295.31.425.605.494.224.052.462.057.462.057 2.175.06 3.964-1.624 4.038-1.71 0 0-.02.045-.02.05-.32.717-2.166 2.017-4.004 1.98l-.006.002c-.426 0-.944-.11-1.213-.445-.426-.528-.205-1.406.474-1.427l.225-.005c1.68-.052 3.19-.67 4.27-1.96.147-.183-.02-.436-.34-.444h-.005l-.003-.004c-.382-.408-.717-.552-1.015-.704-.626-.32-.567-.043-.712-1.59-.04-.416-.12-.984-.485-1.202a.593.593 0 0 0-.31-.08c-.107 0-.16.02-.18.025-.2.044-.315.157-.458.29-.675.62-1.214.453-2.02.445a1.544 1.544 0 0 0-1.55 1.33v.002c-.063.424-.023.855.043 1.048 0 0-.205-.136-.303-.257.12.74.794 1.224.794 1.224-.105.024-.258.014-.258.014s.385.305.72.41c-.088.055-.528.49-.755 1.087-.213.56-.126 1.232-.126 1.232l.185-.275s-.12.612.113 1.206c.077-.177.246-.492.246-.492s-.026.658.29 1.197c.01-.123.056-.44.056-.44s.182.562.602.955c.786.698 2.868.824 4.453-.42 1.255-.988 1.474-2.175 1.495-2.216.31-.37.225-.736-.183-.736-.13 0-.228.034-.228.034s0-.54-.25-.962c-.192.217-.727.647-1.43.98a6.594 6.594 0 0 1-2.624.622zm-6.683.852c-.894 0-1.62-.762-1.62-1.703 0-.94.726-1.704 1.62-1.704.232 0 .452.05.65.143 0 0 .345.174.442.994.1-.256.152-.467.152-.467.115.353.174.724.15 1.1.097-.128.2-.368.2-.368.176 1.048-.587 2.005-1.595 2.005zm.397-2.243c.05 0 .087.02.086.037 0 .018-.035.032-.078.062-.056.04-.063.077-.05.142.01.036.027.06.06.086.125.1.46.17.52.505.068.386-.213.732-.554.74h-.012c-.23 0-.355-.145-.332-.177.004-.007.014-.01.028-.01.02 0 .043.005.075.01a.756.756 0 0 0 .093.007h.002a.435.435 0 0 0 .437-.34c0-.003.012-.055.012-.09a.348.348 0 0 0-.006-.092c-.035-.2-.265-.238-.413-.398-.133-.145-.107-.33-.023-.418a.22.22 0 0 1 .154-.065h.002zm-.722-.22c-.015.007-.145.065-.25.195a.938.938 0 0 0-.187.63c.01.217.073.337.085.366.027.057.005.09-.036.09h-.002c-.035 0-.086-.024-.134-.076a.77.77 0 0 1-.165-.345c-.107-.5.116-1 .628-1.2.03-.01.063-.017.09-.025.04-.012.15-.035.28-.035h.003a.865.865 0 0 1 .66.285c.09.103.16.247.147.376-.005.054-.03.13-.077.15a.04.04 0 0 1-.018.005.042.042 0 0 1-.03-.013c-.035-.034-.008-.105-.093-.225a.666.666 0 0 0-.54-.258h-.002a.81.81 0 0 0-.178.02h-.003c-.066.013-.03.005-.094.024l-.028.01c-.02.01-.04.016-.057.026zm-2.144-1.11c-.507-.856.376-2.614 1.004-3.614 1.55-2.47 4.134-4.418 5.307-4.14l.323-.123.882.745c.606-.365 1.378-.735 2.1-.808-.44.098-.975.326-1.61.714-.014.01-1.5 1.013-2.407 1.913-.495.49-2.48 2.87-2.48 2.87.364-.687.603-1.025 1.178-1.747.326-.41.672-.806 1.027-1.173a13.504 13.504 0 0 1 .843-.797c.053-.046.106-.09.16-.133l-1.165-.96.062.43.846.745s-.75.504-1.12.822C6.145 6.053 4.681 8.008 4.137 9.91h.026c-.272.15-.54.39-.777.716-.007 0-.61-.444-.696-.59zm8.54-.35c.26 0 .436.143.41.188-.01.014-.03.02-.065.02h-.003c-.026 0-.06-.004-.098-.007a2.03 2.03 0 0 0-.135-.005h-.002c-.15 0-.312.023-.523.11-.064.026-.11.048-.14.048-.007 0-.013 0-.018-.005-.023-.017 0-.086.077-.16a.628.628 0 0 1 .255-.149c.036-.01.074-.022.115-.028a.651.651 0 0 1 .123-.01zm1.62-.112a.33.33 0 0 1 .156.042c.127.07.19.2.138.293-.03.054-.092.083-.164.083a.325.325 0 0 1-.157-.042c-.127-.068-.188-.2-.138-.292.03-.054.092-.083.164-.083zm.83-.287c.005 0 .01 0 .017.002.093.014.152.128.132.255-.018.117-.097.203-.182.204-.007 0-.013-.002-.02-.003-.092-.014-.15-.128-.13-.254.017-.118.097-.204.182-.205zm-2.79-.235c.12 0 .242.02.357.063a.92.92 0 0 1 .415.3c.034.05.043.087.03.103a.045.045 0 0 1-.03.01c-.047 0-.13-.036-.24-.08a1.47 1.47 0 0 0-.516-.107h-.004c-.175 0-.364.04-.606.132-.112.043-.195.077-.24.077h-.01c-.067-.01-.002-.135.146-.255.2-.16.448-.244.696-.244h.002zm2.274-.228a.98.98 0 0 1 .516.093c-.01-.44-.267-.934-.46-.867-.114.038-.133.237-.13.357.005.144.027.277.074.418zM7.153 7.592c.008-.016.706-1.33 2.226-2.2-.114-.017-.393.02-.442.024.278-.24.794-.398 1.15-.47-.103-.067-.352-.084-.475-.087-.037-.002-.037-.002-.08 0 .336-.188.958-.298 1.524-.2-.072-.093-.234-.162-.347-.195l-.052-.014.042-.01c.34-.065.738.006 1.053.133a.8.8 0 0 0-.19-.24c-.005-.007-.045-.036-.045-.036.33.07.646.212.883.375a1.218 1.218 0 0 0-.167-.224c.314.09.668.314.82.636l.014.037c-.597-.458-2.338-.328-4.08.802a7.211 7.211 0 0 0-1.834 1.67zM9.557 3.33a9.671 9.671 0 0 0-.242.177l-.007.005-.484-.406.734.224zm.37-.25l-.357-.298.13.45c.07-.05.146-.1.226-.152zm-.966-.234l.216.07-.175-.633-.102.315.06.248z"/></svg>
<svg class="tc-image-make-group tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M5 2H3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm6 4h2c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm0-3h2v2h-2V3zm-6 7H3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3H3v-2h2v2zm8-3h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"/><path d="M14 8h-1c-1.336 0-2.591-.52-3.536-1.464S8 4.336 8 3V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v4c0 1.1.9 2 2 2h1c1.336 0 2.591.52 3.536 1.464S8 11.664 8 13v1c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm1 6c0 .265-.105.515-.295.705S14.265 15 14 15h-4c-.265 0-.515-.105-.705-.295S9 14.265 9 14v-1a6 6 0 0 0-6-6H2c-.265 0-.515-.105-.705-.295S1 6.264 1 6V2c0-.265.105-.515.295-.705S1.735 1 2 1h4c.265 0 .515.105.705.295S7 1.735 7 2v1a6 6 0 0 0 6 6h1c.265 0 .515.105.705.295S15 9.735 15 10v4z"/></svg>
<svg class="tc-image-makerbot tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 17.280576705932617 16.00560760498047"><path d="M16.01 4.889A8 8 0 0 0 11.754.632 7.92 7.92 0 0 0 8.64.002a7.981 7.981 0 0 0-5.657 2.344 7.99 7.99 0 0 0-1.713 8.77 8 8 0 0 0 4.256 4.258 7.92 7.92 0 0 0 3.114.629 7.981 7.981 0 0 0 5.657-2.343 7.99 7.99 0 0 0 1.713-8.771zM8.64 14.893a6.89 6.89 0 1 1 0-13.78 6.89 6.89 0 0 1 0 13.78zM10.802 2.75H6.478c-.615 0-1.134.217-1.556.65a2.14 2.14 0 0 0-.635 1.556v6.788c0 .3.09.54.267.722.178.182.41.274.7.274.297 0 .537-.092.72-.274.182-.183.273-.423.273-.72V4.723h1.427v7.02c0 .297.087.537.26.72.173.182.408.274.706.274s.533-.092.706-.274c.173-.183.26-.423.26-.72v-7.02h1.427v7.02c0 .297.09.537.273.72.183.182.423.274.72.274.29 0 .522-.094.7-.282a.993.993 0 0 0 .267-.713V4.957c0-.606-.212-1.125-.635-1.557a2.091 2.091 0 0 0-1.556-.65z"/></svg>
<svg class="tc-image-male tc-image-button" width="22pt" height="22pt" viewBox="0 0 673.759033203125 671.7120361328125"><path d="M381.759 0h292l-.64 295.328-100.127-100.096-94.368 94.368C499.808 326.848 512 369.824 512 415.712c0 141.376-114.56 256-256 256-141.376 0-256-114.624-256-256s114.624-256 256-256c48.8 0 94.272 13.92 133.12 37.632l93.376-94.592L381.76 0zM128.032 415.744c0 70.688 57.312 128 128 128s128-57.312 128-128-57.312-128-128-128-128 57.312-128 128z"/></svg>
<svg class="tc-image-male_sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1544 1545"><path d="M0 947q0-121 47-231t127-190 190-127 231-47q166 0 309 86l211-212h-97q-47 0-80.5-33T904 113t33.5-80T1018 0h413q47 0 80 33t33 80v412q0 47-33 80.5t-80 33.5-80.5-33.5T1317 525v-98l-212 212q87 142 87 308 0 162-80 299.5t-217.5 218T595 1545q-161 0-298.5-80.5t-217-218T0 947zm285 0q0 128 91 220t219 92q129 0 220.5-91.5T907 947t-91.5-220.5T595 635q-128 0-219 92t-91 220z"/></svg>
<svg class="tc-image-male-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 91.06986236572266 77.0999984741211"><g transform="translate(-4.466 -11.448)"><circle cx="22.336" cy="19.721" r="8.272"/><path d="M37.999 30.217v-.04H8.363v.027a3.895 3.895 0 0 0-3.894 3.867h-.003V57.51h.039a3.477 3.477 0 1 0 6.954 0h.008V41.148h.009a1.104 1.104 0 0 1 1.101-1.064c.598 0 1.078.473 1.103 1.064h.009v42.905a4.067 4.067 0 0 0 8.136-.005V62.444h.03a1.127 1.127 0 1 1 2.253 0h.029v21.604a4.07 4.07 0 0 0 8.137 0v-42.9a1.11 1.11 0 1 1 2.222 0v16.363h.038a3.478 3.478 0 1 0 6.956 0h.007V34.072c.002-2.015-1.535-3.654-3.498-3.855z"/><circle cx="72.297" cy="19.768" r="8.32"/><path d="M95.534 54.161l-5.55-20.712c-.003-.016-.009-.032-.013-.048l-.098-.365-.014.004c-.506-1.579-1.968-2.729-3.715-2.729-.014 0-.026.004-.04.004v-.072h-26.12v.068c-1.747 0-3.209 1.151-3.715 2.729l-.014-.004-.098.364c-.004.017-.01.033-.013.05l-5.55 20.711.052.014c-.025.171-.052.342-.052.52a3.536 3.536 0 0 0 3.536 3.536 3.529 3.529 0 0 0 3.283-2.244l.025.007 4.071-15.193v.057h.032c.111-.5.536-.882 1.07-.882s.959.382 1.07.882h.033v.164c.002.025.015.047.015.072 0 .025-.013.047-.015.072v.155l-6.518 24.326a1.887 1.887 0 0 0-.187.698l-.014.051.008.002c-.001.028-.008.054-.008.082 0 1.048.85 1.897 1.898 1.897h4.82v16.08a4.091 4.091 0 0 0 8.182 0v-16.08h2.326v16.08a4.09 4.09 0 0 0 8.182 0v-16.08h4.835a1.897 1.897 0 0 0 1.898-1.897c0-.028-.007-.055-.008-.082l.008-.002-.014-.051a1.887 1.887 0 0 0-.187-.698l-6.499-24.253.021-.006c-.027-.096-.06-.191-.06-.296 0-.616.5-1.118 1.118-1.118.525 0 .946.371 1.065.86l.043-.011 4.065 15.169.024-.007a3.53 3.53 0 0 0 6.819-1.292c0-.178-.027-.349-.052-.52l.055-.012z"/></g></svg>
<svg class="tc-image-male-symbol tc-image-button" width="22pt" height="22pt" viewBox="0 0 66.83599853515625 66.4739990234375"><path d="M66.835 1.566l.001-.005c0-.853-.69-1.544-1.542-1.545V0H44.496v.017a1.544 1.544 0 0 0-1.53 1.543v6.871c0 .847.684 1.534 1.53 1.542v.001h5.151l-8.713 8.713a26.051 26.051 0 0 0-14.761-4.56C11.718 14.127 0 25.845 0 40.3s11.718 26.174 26.173 26.174c14.455 0 26.173-11.719 26.173-26.174a26.043 26.043 0 0 0-4.398-14.521l8.911-8.911v5.473c0 .853.691 1.544 1.544 1.544h6.887c.852 0 1.544-.691 1.544-1.544l-.001-.005V1.566zM26.173 56.499c-8.946 0-16.198-7.252-16.198-16.199 0-8.946 7.252-16.199 16.198-16.199S42.372 31.354 42.372 40.3c0 8.947-7.253 16.199-16.199 16.199z"/></svg>
<svg class="tc-image-man tc-image-button" width="22pt" height="22pt" viewBox="0 0 168 456.9000244140625"><path d="M84 74.6c20.6.1 37.3-16.6 37.3-37.3C121.3 16.7 104.6 0 84 0 63.4 0 46.7 16.7 46.7 37.3c0 20.6 16.7 37.3 37.3 37.3zm37.4 8.4H46.6C18.4 83 0 107.8 0 131.4V245c0 22 31 22 31 0V140h6v285.6c0 30.4 42 29.4 43 0V261h8v164.7c1.7 31.2 43 28.2 43-.1V140h5v105c0 22 32 22 32 0V131.4c0-23.5-18.5-48.4-46.6-48.4z"/></svg>
<svg class="tc-image-man-sensor tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.45121383666992 38.147369384765625"><path d="M7 38H0v-7h4a3 3 0 0 1 3 3v4zM4.5 26a7.5 7.5 0 0 1 7.5 7.5l-.016.5H9.978l.022-.5A5.5 5.5 0 0 0 4.5 28l-.5.022v-2.006L4.5 26zm20-26a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm-6.75 36.22l1.715-8.066c.04-.186.346-1.107.556-1.357l5.209-6.208-1.477-6.847-1.237 2.653c-.363.708-.612 1.003-.967 1.154l-4.91 2.084a1.25 1.25 0 0 1-.977-2.301l4.564-1.937.024-.056 2.75-5.9C23.25 8 24.674 7.25 26.375 7.25c.933 0 2.249.651 2.323.691l6.788 3.625c.416.222.717 1.244.733 1.328l1.031 5.348a1.25 1.25 0 1 1-2.455.473l-1.006-5.222-3.756-2.005c.993 4.31 1.642 7.348 1.688 7.675l1.03 8.143L38 35.416a1.5 1.5 0 0 1-2.516 1.634l-5.03-7.745c-.145-.224-.625-1.241-.673-1.582l-.79-5.623-1.45.403-5.115 6.094-.027.18-1.715 8.068a1.5 1.5 0 0 1-2.934-.624zM5 21c6.627 0 12 5.373 12 12l-.041 1H14.95l.05-1c0-5.523-4.477-10-10-10l-1 .05v-2.01L5 21zm0-3l-1 .033v-2.004L5 16c2.782 0 5.409.668 7.727 1.853A2.99 2.99 0 0 0 12.5 19c0 .403.08.788.224 1.139A14.93 14.93 0 0 0 5 18zm14.84 6.7l-1.364 1.705a15.049 15.049 0 0 0-3.296-4.422l.32.017a2.99 2.99 0 0 0 1.874-.657A17.06 17.06 0 0 1 19.84 24.7z"/></svg>
<svg class="tc-image-man-suitcase tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.061744689941406 43.936920166015625"><path d="M20.344 41.268a2.672 2.672 0 0 1-5.344 0l-.792-8.64-2.897-5.117-.547 5.377a2.662 2.662 0 0 1-.403 1.04l-.37.863-4.738 7.42a2.672 2.672 0 0 1-4.466-2.934l4.738-7.42.01-.015 1.564-8.321-.115-.956v-9.352a4.008 4.008 0 0 1 7.549-1.88l4.663 4.488 6.018 1.49a2.004 2.004 0 1 1-.964 3.89l-6.13-1.518a1.994 1.994 0 0 1-.931-.525 1.994 1.994 0 0 1-.792-.47L15 17.346v5.22l-.082.812 4.2 6.927c.43.616.565 1.35.434 2.033l.792 8.93zM9.656.002a4.008 4.008 0 1 1 0 8.016 4.008 4.008 0 0 1 0-8.016zm20.355 19.82l5.1 9.393-5.871 3.187-5.1-9.392 5.87-3.187zM28.066 33.04a2.672 2.672 0 0 1-3.623-1.074l-2.55-4.696a2.672 2.672 0 0 1 1.074-3.623l5.099 9.393zm3.12-13.855a2.672 2.672 0 0 1 3.622 1.074l2.55 4.696a2.672 2.672 0 0 1-1.074 3.623l-5.1-9.393z"/></svg>
<svg class="tc-image-man-suitcase-fast tc-image-button" width="22pt" height="22pt" viewBox="0 0 54.53791809082031 43.93952941894531"><path d="M36.82 41.268a2.672 2.672 0 0 1-5.344 0v-8.64l-3.69-5.117-1.92 5.223c-.108.373-.29.705-.527.984l-.472.81-6.049 7.132a2.672 2.672 0 0 1-4.075-3.456l6.048-7.133.012-.013 2.772-7.537-.115-.956v-9.352a4.008 4.008 0 0 1 7.549-1.88l4.663 4.488 6.018 1.49a2.004 2.004 0 1 1-.964 3.89l-6.13-1.518a1.994 1.994 0 0 1-.931-.525 1.994 1.994 0 0 1-.792-.47l-1.397-1.343v5.22l-.082.812 4.993 6.927c.43.616.564 1.35.433 2.033v8.93zM26.132.002a4.008 4.008 0 1 1 0 8.016 4.008 4.008 0 0 1 0-8.016zm20.355 19.82l5.1 9.393-5.871 3.187-5.1-9.392 5.871-3.187zM44.542 33.04a2.672 2.672 0 0 1-3.623-1.074l-2.55-4.696a2.672 2.672 0 0 1 1.074-3.623l5.099 9.393zm3.12-13.855a2.672 2.672 0 0 1 3.622 1.074l2.55 4.696a2.672 2.672 0 0 1-1.074 3.623l-5.099-9.393zM16.625 15.44a2.375 2.375 0 0 1 0 4.75H8.709a2.375 2.375 0 0 1 0-4.75h7.916zm-1.979 7.916a2.375 2.375 0 0 1 0 4.75H5.938a2.375 2.375 0 0 1 0-4.75h8.708zm-4.354 7.916a2.375 2.375 0 1 1 0 4.75H2.375a2.375 2.375 0 0 1 0-4.75h7.917z"/></svg>
<svg class="tc-image-man-suitcase-run tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.91222381591797 43.27425765991211"><path d="M22.688 40.514c-.306 1.443-2.12 2.76-3.564 2.453-1.444-.306-1.97-2.12-1.662-3.564l1.796-8.45-2.774-3.279-2.965 5.501c-.184.343-1.282.81-1.641.88a2.67 2.67 0 0 1-.876.331l-7.606.944a2.672 2.672 0 0 1-3.122-2.129c-.274-1.45.68-2.452 2.13-2.726l7.605-1.34.018-.003 3.166-6.237.087-.959 1.944-9.147a4.008 4.008 0 0 1 7.775-.269l3.628 5.36 5.577 2.71a2.004 2.004 0 0 1-1.752 3.604l-5.68-2.76a1.995 1.995 0 0 1-.803-.708 1.996 1.996 0 0 1-.676-.623l-1.087-1.606-1.086 5.106-.25.777 3.675 5.32a2.664 2.664 0 0 1 0 2.078l-1.856 8.736zM20.584.422a4.008 4.008 0 1 1-1.666 7.84 4.008 4.008 0 0 1 1.666-7.84zm15.79 23.62l3.035 10.246-6.405 1.897-3.036-10.249 6.405-1.896zm-4.651 12.522a2.672 2.672 0 0 1-3.32-1.803l-1.518-5.124a2.672 2.672 0 0 1 1.803-3.32l3.035 10.247zm5.932-12.903a2.672 2.672 0 0 1 3.32 1.804l1.518 5.123a2.672 2.672 0 0 1-1.803 3.321l-3.035-10.248z"/></svg>
<svg class="tc-image-man-walk tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.705265045166016 38.15510559082031"><path d="M13.951 0a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm6.75 36.22a1.5 1.5 0 0 1-2.934.625l-1.715-8.067-.027-.18-5.114-6.095-1.45-.403-.79 5.623c-.049.34-.529 1.358-.674 1.582l-5.03 7.745a1.5 1.5 0 1 1-2.516-1.634l5.248-8.11 1.031-8.143c.046-.327.695-3.365 1.688-7.675l-3.756 2.005-1.006 5.222a1.25 1.25 0 0 1-2.455-.473l1.03-5.348c.017-.084.318-1.106.734-1.328l6.788-3.625c.074-.04 1.39-.69 2.323-.69 1.7 0 3.125.749 3.374 2.189l2.751 5.899.024.056 4.564 1.937a1.25 1.25 0 0 1-.977 2.301l-4.91-2.084c-.355-.15-.604-.446-.967-1.154l-1.237-2.653-1.477 6.847 5.21 6.208c.21.25.516 1.171.555 1.357l1.715 8.067z"/></svg>
<svg class="tc-image-man-woman tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16.00054359436035"><path d="M4 1.5a1.5 1.5 0 1 1-3.001 0A1.5 1.5 0 0 1 4 1.5zm9 0a1.5 1.5 0 1 1-3.001 0A1.5 1.5 0 0 1 13 1.5zM4 4H1a1 1 0 0 0-1 1v5h1v6h1.25v-6h.5v6H4v-6h1V5a1 1 0 0 0-1-1zm11.234 4L16 7.447l-2.083-3.221A.5.5 0 0 0 13.5 4h-4a.497.497 0 0 0-.417.225L7 7.445l.766.556 1.729-2.244.601 1.402-2.095 3.84h1.917l.333 5h1v-5h.5v5h1l.333-5h1.917l-2.095-3.841.601-1.402L15.236 8z"/></svg>
<svg class="tc-image-map tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 34.91699981689453"><path d="M11.708 3.167l11.084 3.167L32.292 0 46 3.417v27l-13.708-3.5-9.5 6.333-11.084-3.166L0 34.917v-27l11.708-4.75zM11 25.667V8.417l-7 2.75v17.25l7-2.75zm22-20.75v17.25l9 2.5V7.417l-9-2.5zm-10 6v17.5l9-6v-17.5l-9 6zm-11-2.75v17.25l10 2.5v-16.75l-10-3z"/></svg>
<svg class="tc-image-map-aerial tc-image-button" width="22pt" height="22pt" viewBox="0 0 65.31200408935547 65.31199645996094"><path d="M41.166 54.229a2.375 2.375 0 0 0 2.375 2.375h16.625l-7.916 6.333H39.583a4.75 4.75 0 0 1-4.75-4.75V37.604H24.541a2.375 2.375 0 0 0-2.375 2.375c0 .263.043.515 0 25.333l-6.333-3.562V39.979a2.375 2.375 0 0 0-2.375-2.375H0v-6.333h13.458a2.375 2.375 0 0 0 2.375-2.375V3.166L22.166 0v6.729a2.381 2.381 0 0 0 2.374 2.375h35.626l5.146 6.333H24.543a2.375 2.375 0 0 0-2.376 2.375v11.084a2.375 2.375 0 0 0 2.375 2.375h11.875a4.75 4.75 0 0 1 4.75 4.75v18.208z"/></svg>
<svg class="tc-image-map-aerial-highway tc-image-button" width="22pt" height="22pt" viewBox="0 0 68.875 68.875"><path d="M54.625 62.146v-28.6C38.563 36.23 29.292 46.393 29.292 58.583l-1.583 2.85v7.442l-7.917-1.98v-5.464C17.925 46.461 10.425 36.917 0 34.833l1.587-12.287c9.41-3.62 15.031-10.467 16.33-18.755L28.524 0c2.804 15.363 12.543 23.75 24.518 23.75l3.167 1.583h11.083l1.583 7.917h-6.333v22.166l-7.917 6.73zm3.959-8.313V52.25h-.792v1.583h.792zm0-4.75v-3.167h-.792v3.167h.792zm0-6.333v-1.584h-.792v1.584h.792zm0-4.75v-3.167h-.792V38h.792zM19.792 25.333v-8.936c-1.52 2.411-7.094 7.484-11.126 8.936H19v7.917h-8.144c2.411 1.519 7.484 7.094 8.936 11.126V25.333zm16.879 0c-2.4-1.559-7.505-7.39-8.962-11.503v28.356c1.519-2.412 7.093-7.485 11.125-8.936H28.501v-3.959h.792V28.5h-.792v-3.167h8.17zM3.959 29.291h3.166V28.5H3.959v.791zm6.333 0h1.583V28.5h-1.583v.791zm4.75 0h3.167V28.5h-3.167v.791zm17.417 0h1.583V28.5h-1.583v.791zm4.75 0h3.166V28.5h-3.166v.791zm6.333 0h1.583V28.5h-1.583v.791zm4.75 0h3.167V28.5h-3.167v.791zm6.333 0h1.584V28.5h-1.584v.791zm4.75 0h3.167V28.5h-3.167v.791zM23.75 63.333v-3.167h-.791v3.167h.791zm0-6.333v-1.584h-.791V57h.791zm0-4.75v-3.167h-.791v3.167h.791zm0-6.334v-1.583h-.791v1.583h.791zm0-4.75V38h-.791v3.166h.791zm0-6.333V33.25h-.791v1.583h.791zm0-11.083v-1.584h-.791v1.584h.791zm0-4.75v-3.167h-.791V19h.791zm0-6.334v-1.583h-.791v1.583h.791zm0-4.75V4.75h-.791v3.166h.791zm0 22.167v-3.167h-.791v3.167h.791z"/></svg>
<svg class="tc-image-map-bubble tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.302001953125 13.934000968933105"><g transform="translate(.246 -1.099)"><path fill="#989898" d="M13.816 7.282s.041-.224.086-.224c.044 0-.24.071-.24.071l-.318-.098-.282.289s-.207.185-.254-.198l-.288-.059s-.405-.358.053-.379l.178-.133.033-.175.279-.241.23-.243.205.039s-.201.874.023.62.404-.402.484-.402.699-.91.699-.91l.068.081s.357.023.222-.168c-.136-.192-.009-.11.044-.11s.426-.327.337-.484c-.089-.156.145.086.145.086l.136-.139s-.213-.598-.188-.667c.023-.071.139-.167.139-.178 0-.013.302.273.298-.219-.003-.494.151-1.069.074-1.141s-.308.201-.308.201l-.136.018-.07.137-.314.144-.15-.121-.109-.255-.339-.088s-.181.002-.181-.009c0-.013-.134.059-.134.059l-.152-.195s-.631-.927-.703-.933c-.074-.006-.316.023-.417-.068-.101-.091-.34.06-.366.092-.027.032-.252.15-.316.136-.064-.014-.289.381-.029.292.26-.087.033.299-.03.341-.062.042-.153.419-.144.451.008.032.085.13-.09.257-.174.127-.375.129-.467.089-.091-.041-.223.63-.197.671.026.041.089.101.089.101s.089-.089.145-.054c.056.036.171-.038.206.021.036.058.016-.32.385-.062.369.257.375.331.053.334-.32.003-.012.037-.336.133l-.062.13-.053-.065s-.115.14-.143.14c-.026 0-.006.138-.006.138s-.197.178-.396.169-.078.364-.609.195l-.112.092s-.073.304.023.343c.098.038.009.178-.077.178s-.168.365-.305.36c-.135-.007-.641.132-.641.132l-.717.301s-.1-.007-.115-.064c-.015-.06-.472-.069-.52-.069-.048 0-.246-.329-.831-.183-.584.148-.824-.136-.836-.132-.011.002-.247-.526-.247-.526l-.512-.342s-.708-.023-.671-.234l.098-.177s-.009-.143 0-.168l.041-.113s-.383-.32-.667-.946l-.085-.05s-.128.03-.175.016c-.046-.013.02.116-.323.197-.344.081-.093.432-.093.432s.159.399-.658-.16c0 0-.146.453-.286.515-.14.062.051.168.051.168l-.635-.018s.144.131-.011.212l.008-.004v.199l.041.114s-.026.254-.22.371v.145l-.146.059-.031.07-.155-.03s-.341.163-.341.175-.331-.015-.331-.039c0-.023-.162.144-.162.144L.76 5.653l-.04-.094s-.166.013-.199-.024c-.034-.035-.046.093-.237.093h.009L.2 5.711v.079l-.129.142.014.249.115-.025.148.144s.084.492-.255.405c-.339-.085.362.354.362.354s.057.099-.078.19c-.135.089.328.271.328.271s.181.076.345.014.707.104.364.468l-.182.178h-.189l.022.097-.057.059.076.131.064.046.002.2h-.104l-.073.081-.126-.133s-.069.14.011.186c.079.043.006.237-.034.282-.039.043.616.65.616.65l.125-.064s.341.242.341.281.229.266.229.266l.128-.029s.106-.004.026.152c-.08.158.177.156.177.156l.366.305h.195s.306.203.514.088c.208-.115.252.023.146.17-.107.146.247-.094.254-.155.006-.061.232-.131.343.029.111.158.153.068.192.061.041-.006.143.008.186.09.045.082.335-.018.313-.094-.022-.074.208-.154.208-.154l.177.004s.193-.244.47-.117l.24-.118.093.078-.058.062.131.094s-.408.246.243.205c.652-.039.266.877.177 1.098-.088.221-.184.275-.184.275l.02.213.368-.033-.017.1s.026.275.173.275c.146 0 .086.209-.016.352 0 0 .227.043.239.109.014.066.218.207.322.102.104-.104.133.039.129.15-.004.113.17 0 .17 0l-.04-.293s-.078-.141.126-.121c.203.02.249-.121.249-.121l.108.061.11-.066.048.016.061-.025.075.066.055-.07.107.027.119-.047.041-.139s.157-.141.235.031c.077.174.414.078.414.078l-.072.117.278.316s.098-.113.262.01c.164.121.19-.016.19-.016v-.105l.266.143.202.002s-.131.35.113.387c.243.035.118-.109.118-.109s-.207-.156.014-.252c.223-.1.791-.338.791-.338l.193-.164-.045-.199.154.115s.788-.014.986-.516l.164-.162.143-.176-.041-.061.377-.436s.647-1.518.586-1.602c-.062-.08.2-.275-.529-.244-.728.028.338-.347.409-.347.07 0-.062-.32-.062-.32l-.426-.321-.266-.477s-.407-.177-.266-.371c.143-.193.44-.725.721-.721m-3.435 7.529v.055s.121.047.133.09c.013.047.107-.047.184.016s.053-.102.124-.1.065-.121.133-.121c.069 0 .057-.344.196-.418.139-.072-.208-.195-.182-.111l-.162.039h-.178l-.059.076h-.064v.084s-.261.225-.118.4l-.007-.01zm4.241-3.563a.79.79 0 0 0-.275.342c-.051.117-.09.176-.118.191l.028.217V12l-.021.148c-.008.049 0 .08.012.088l.162.105h.004l.004.012a.28.28 0 0 0 .062.105.13.13 0 0 0 .051.043l.023-.258v-.008l.114-.275.04-.326v-.004l.004-.004.035-.086-.027-.076v-.004h-.004l-.008-.102.004-.004.004-.004.02-.023.012-.027-.126-.054z"/><circle cx="10" cy="5.162" r="2" fill="#262626" opacity=".5"/><circle cx="6.5" cy="10.662" r="1.5" fill="#020202"/><circle cx="9.5" cy="10.66" r=".5" fill="#262626" opacity=".8"/><circle cx="13.5" cy="11.66" r=".5" fill="#262626" opacity=".8"/><path fill="#262626" d="M13 9.166c0 .549-.447.994-1 .994s-1-.445-1-.994c0-.553.447-1.004 1-1.004s1 .451 1 1.004z" opacity=".8"/><circle cx="6" cy="7.162" r="1" fill="#262626" opacity=".8"/></g></svg>
<svg class="tc-image-map-bubble-hover tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.302001953125 13.934999465942383"><g transform="translate(.247 -1.1)"><path fill="#CCC" d="M13.816 7.283s.041-.225.086-.225c.043 0-.24.072-.24.072l-.318-.098-.282.288s-.207.186-.254-.197l-.288-.059s-.406-.359.053-.379l.178-.133.033-.176.279-.24.23-.244.205.039s-.201.875.023.621.404-.402.484-.402.699-.911.699-.911l.068.081s.357.023.221-.168c-.135-.192-.008-.11.045-.11s.426-.327.336-.484c-.088-.156.145.086.145.086l.137-.139s-.213-.598-.189-.667c.023-.071.139-.167.139-.178 0-.013.303.273.299-.219-.004-.494.15-1.069.074-1.141-.079-.071-.309.202-.309.202l-.135.018-.07.137-.315.144L15 2.68l-.109-.255-.338-.088s-.182.002-.182-.009c0-.013-.133.059-.133.059l-.152-.195s-.631-.927-.703-.933c-.074-.006-.316.023-.418-.068-.1-.091-.34.06-.365.092-.027.032-.252.15-.316.136-.064-.014-.289.381-.029.292.26-.087.033.299-.031.341-.062.041-.154.418-.144.45.008.032.084.13-.09.257s-.375.129-.467.089c-.092-.041-.223.63-.197.671s.088.101.088.101.09-.089.145-.054c.057.036.172-.038.207.021.035.058.016-.32.385-.062.369.257.375.331.053.334-.32.003-.012.037-.336.133l-.062.13-.053-.065s-.115.14-.143.14-.006.138-.006.138-.197.178-.396.169c-.198-.011-.077.364-.608.195l-.113.092s-.072.304.023.343c.098.038.01.178-.076.178s-.168.365-.305.36c-.135-.007-.641.133-.641.133l-.719.3s-.1-.006-.113-.064c-.016-.059-.473-.068-.52-.068-.049 0-.246-.33-.831-.183-.585.147-.824-.137-.837-.133-.011.002-.247-.525-.247-.525l-.511-.343s-.709-.023-.672-.234l.099-.177s-.009-.143 0-.168l.041-.113s-.384-.32-.668-.946l-.085-.05s-.129.03-.175.016c-.045-.013.02.116-.323.197-.344.082-.093.432-.093.432s.159.399-.658-.16c0 0-.146.453-.286.515-.14.062.052.168.052.168l-.636-.017s.145.131-.012.212l.009-.004v.199l.04.114s-.025.254-.219.371v.145l-.146.059-.031.07-.154-.03s-.342.163-.342.175-.33-.015-.33-.039c0-.023-.162.144-.162.144l-.2-.015L.72 5.56s-.166.013-.199-.024c-.034-.035-.047.093-.238.093h.01l-.094.083v.079l-.129.142.014.248.115-.025.148.144s.084.492-.255.404c-.339-.083.363.356.363.356s.056.098-.079.19c-.135.09.328.271.328.271s.182.076.346.014.706.104.363.466l-.181.178h-.19l.022.098-.057.058.076.131.064.045.003.199h-.105l-.073.08-.126-.133s-.069.139.011.186c.08.043.006.236-.033.281s.615.655.615.655l.125-.064s.341.242.341.281.229.268.229.268l.127-.029s.107-.004.027.152c-.08.158.176.156.176.156l.366.305h.195s.306.203.514.088.253.023.146.17.247-.094.255-.154c.006-.061.232-.131.344.029.11.158.152.068.191.061.041-.006.143.008.187.09.045.082.335-.018.313-.094-.023-.074.207-.154.207-.154l.178.004s.193-.244.47-.117l.239-.117.094.078-.059.062.131.094s-.408.246.244.205c.651-.039.266.877.177 1.098s-.185.275-.185.275l.021.213.368-.033-.018.1s.026.275.173.275c.146 0 .086.209-.017.352 0 0 .227.043.24.109s.217.207.321.102c.104-.104.133.039.129.15-.005.113.17 0 .17 0l-.04-.293s-.078-.141.127-.121c.203.02.248-.121.248-.121l.108.061.11-.066.049.016.061-.025.074.066.055-.07.107.027.119-.047.044-.141s.156-.141.234.031c.076.174.414.078.414.078l-.072.117.277.316s.098-.113.262.01c.164.121.191-.016.191-.016v-.105l.266.143.201.002s-.131.35.113.387c.244.035.119-.109.119-.109s-.207-.156.014-.252c.223-.1.791-.338.791-.338l.193-.164-.045-.199.154.115s.787-.014.986-.516l.164-.162.143-.176-.041-.061.377-.436s.646-1.518.586-1.602c-.062-.082.199-.277-.529-.246-.729.027.336-.35.408-.35.07 0-.062-.323-.062-.323l-.426-.32-.265-.474s-.408-.176-.266-.369c.143-.193.439-.724.721-.72"/><path fill="#999" d="M10.393 14.811v.055s.121.047.133.09c.012.047.107-.047.184.016s.053-.102.123-.1c.072.002.066-.121.133-.121.07 0 .057-.344.197-.418.139-.072-.209-.195-.182-.111l-.162.039h-.178l-.059.076h-.064v.084s-.262.225-.119.4l-.006-.01zm4.24-3.563a.804.804 0 0 0-.275.342c-.051.117-.09.176-.117.191l.027.217v.004l-.02.148c-.008.049 0 .08.012.088l.162.105h.004l.004.012a.28.28 0 0 0 .062.105.13.13 0 0 0 .051.043l.023-.258v-.008l.113-.275.041-.326v-.004l.004-.004.035-.086-.027-.076v-.004h-.004l-.008-.102.004-.004.004-.004.02-.023.012-.027-.127-.054z"/><circle cx="10" cy="5.162" r="2" fill="#00AFEA" opacity=".8"/><circle cx="6.5" cy="10.664" r="1.5" fill="#59C034" opacity=".8"/><circle cx="9.5" cy="10.662" r=".5" fill="#262626" opacity=".8"/><circle cx="13.5" cy="11.662" r=".5" fill="#262626" opacity=".8"/><circle cx="12" cy="9.161" r="1" fill="#F00" opacity=".8"/><circle cx="6" cy="7.162" r="1" fill="#87318C" opacity=".8"/></g></svg>
<svg class="tc-image-map-color tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.005002975463867 13.237001419067383"><path fill="#676767" d="M13.585.797l-.027-.086-.071-.122-.059-.032-.059.032-.035.07-.004.008h-.012l-.11.021c-.013.008-.024.012-.032.023l-.023.027-.059.047-.016.008-.051.008a.29.29 0 0 1-.106-.059l-.004-.004c-.079-.079-.118-.134-.118-.166V.463l.012-.02-.114-.038-.004.039c0 .012-.012.027-.031.039l-.039.016-.016-.004V.491l-.06-.012.012.043-.103-.066h-.004l-.004-.004a.374.374 0 0 1-.023-.134c0-.039.004-.062.02-.079l.023-.043-.008-.035-.102.016c-.051.004-.086.035-.106.095v.003l-.059.091.059-.004h.004l.005-.004.004.008.047.02h.008l.008.004v.012l.008.082.023.078v.011l-.13.256c-.023.035-.035.13-.043.271v.012l-.052.098.035.039v.008c.005.06 0 .095-.016.103l-.012.004c-.027.017-.117.11-.263.287l-.012.012-.006-.005-.012-.008c-.052-.036-.099-.067-.126-.099-.023-.016-.082-.027-.181-.027l-.003.181-.004.004-.071.342a.831.831 0 0 0-.02.239l.027.036.024-.048h.004l.004-.008.091-.047.251.039.027-.031.035-.062.008-.004.005-.004.098-.02.129-.008c.04.008.087.059.146.137.156.079.243.15.263.213.012.031.012.055 0 .082s-.039.043-.079.047h-.004c-.191-.008-.303-.008-.342.004l-.094.063c-.117.087-.196.13-.24.13l-.078.012-.047.196c-.012.059-.031.099-.066.126a.26.26 0 0 1-.143.062.538.538 0 0 0-.195.074l-.067.142-.004.004h-.008l-.181.075h-.012l-.09-.02a.405.405 0 0 1-.162-.056.209.209 0 0 0-.152-.012.381.381 0 0 0-.067.239c.004.048.017.079.028.087l.027-.004.031-.02.008.126a.116.116 0 0 1-.047.098.36.36 0 0 1-.106.047l-.031.01c-.039.016-.121.122-.243.314v.004h-.004l-.118.071c.02 0 .032.008.027.023-.004.016-.016.02-.047.023l-.334-.007c-.373-.011-.664.091-.872.303l-.004.004-.007.004h-.004l-.138.016-.008.003h-.008l-.04-.095-.14.036a.592.592 0 0 1-.283-.07 1.201 1.201 0 0 1-.283-.173.49.49 0 0 0-.22-.095l-.126-.012-.141.02a1.26 1.26 0 0 1-.299.008 1.937 1.937 0 0 1-.417-.09l-.011.023h.008l.004.004v.004l.004.039.036.075.083.103.004.012-.017.074v.004h-.004l-.047.062.051.052c.02.02.031.035.031.051l.012.075.059.059v.008l.008.051v.039l.035.027.024-.008.004-.012c.012-.031.031-.047.058-.051l.032-.012.208-.02.083-.03.008-.004.012-.008.043.094h.004a.084.084 0 0 1-.012.062l-.114.162.007.028.052.05.051.031h.004c.023.032.043.051.066.059a.166.166 0 0 1 .079.064l.004.012.04.016.012.004h.004l.012.044.004.043.014.061.098.016h.008l.004.004v.004l.004.008.028.054.078.028.056-.028-.009-.031-.051-.047.008-.008v-.007l.043-.082h.095l.004.004.133.047.075-.012.059-.055c.067-.083.11-.119.137-.099l.032-.004c.035 0 .055.004.066.008a.048.048 0 0 1 .009.024c0 .016.016.047.039.091v.008l.012.055v.012l-.016.061v.004l-.004.004-.067.079-.004.004-.142.062-.02.04-.02.113.012.055.036.059.016.013.047.031h.165l.138-.019.02-.02c.02-.024.039-.032.051-.032l.094.016.008-.016c-.008-.028-.008-.051.008-.074l.039-.066v-.131l.07-.204.004-.004V5.59h.004v-.004l.123-.098.008-.008.105.048c.055.039.082.07.082.09l-.008.086-.035.055-.027.078v.087l.027.039.035-.004.008-.004.06.004c.031.016.051.043.066.083l.036.012h.008l.133.063.059.02.083-.012.035-.048.048-.192.004-.106v-.008l.008-.004.004-.004.074-.063.043-.055.004-.004.079-.035.047-.027.06-.023-.032-.118.134.016v.004l.07.027V5.48l.02-.075v-.012l.012.004h.008l.063.017h.031l.06-.067h.004l.004-.004h.004l.078-.016.066-.062.035-.051V5.15c0-.023.012-.039.036-.051h.012l.075.008.031-.02.012-.056.078-.023h.008l.098.012.079-.02.048-.047.031-.062-.06-.062v-.004l-.012-.048-.016-.071v-.004l.036-.062c0-.02.012-.047.043-.078l.043-.086v-.005h.004l.039-.063.059-.118.055.078.004.004v.003l.021.079v.004l.012.079.055.023h.004l.017.008.004-.004.047-.082.027-.079.012.004.012.004.113.039.056-.043.004-.004h.008l.056-.004.039-.067V4.25l.023-.125.008.004h.012l.086.02.039-.071h.012l.079-.008h.012v.004l.008.004.04.056v.004l.004.004v.008l.008.078.039.035.055-.051.012.016c.02.02.027.039.027.062v.07l-.027.071.02.031.039.044.166.023.004.004.008.004.012.012.047-.066h.004l.039-.04-.016-.059-.043-.251.113.055h.008l.051.062.032.031.047-.031.165-.181h.004l.059-.044.067-.094.004-.008.091.023h.043c0-.035.008-.059.012-.074l.066-.078.02-.012.078.027.095-.012.063-.067.031-.06-.02-.031-.055.027-.006-.001-.004-.004-.071-.062-.004-.004.027-.105.008-.079-.02-.066-.056-.021v-.005l-.003-.004-.004-.004-.047-.094-.008-.012-.066.079-.066.043-.016.008-.004-.004-.004-.008-.071-.066v-.005l-.052-.109v-.004l-.023-.079v-.122l-.008-.07-.055-.02h-.004v-.004l-.125-.099.008-.012.059-.062v-.007h.008l.066-.008h.004c.02 0 .039.012.055.031l.056.043.059-.047.044-.06v-.05l-.016-.125-.012-.052-.087-.016v-.05l-.079-.099-.004-.004-.039-.07-.008-.008v-.008l.086-.114v-.004l.004-.004v-.004h.008l.036-.004.043-.035.052-.157h.004v-.004l.062-.07v-.004h.008l.07-.02v.008l.047.039.016.004.028-.122-.028-.087-.004-.004v-.008l.012-.098v-.007l.048-.051.031-.056.004-.047a.41.41 0 0 0-.035-.122v-.097l.02-.083a.236.236 0 0 1-.027-.083l.014-.11z"/><path fill="#676767" d="M8.034 5.583h-.063l-.02.042.036.035v.009l.016.051.004.004v.011l-.008.004-.087.044-.004.004H7.9c-.067-.008-.102-.028-.113-.056l-.024-.047-.118-.023-.031-.149a.083.083 0 0 1-.055-.032l-.004-.008c-.02-.027-.035-.043-.059-.047a.173.173 0 0 1-.083-.071l-.047-.027h-.004l-.063-.063-.015-.055v-.003l.125-.174c.004-.012.008-.02.004-.023l-.023-.055-.067.027h-.004v.004h-.004l-.173.012-.067.015-.023.024-.012.023c-.016.021-.039.032-.075.024l-.004-.003-.059-.044-.004-.098a.174.174 0 0 1-.058-.066l-.016-.087-.039-.047-.044-.036-.02-.012.071-.09.016-.051-.079-.098h-.003v-.004l-.036-.079v-.004l-.007-.039-.052-.039v-.004l-.054-.059-.071-.012-.079.024-.011.015-.012.11v.123l-.012.004-.075.027v.004l-.07.004a.859.859 0 0 1-.118.055l-.008.004h-.004l-.134-.032-.055.059c-.011.016-.039.031-.074.039l-.083.066-.043.068v.004l-.004.004a.344.344 0 0 1-.059.075l-.047.058v.004l-.004.004-.027.02a.152.152 0 0 1-.055.012l-.099-.008-.023.035-.035.062.015.064-.008.153.028.047v.004l.012.035h.055l.094.02.122.008.055-.008h.012l.106.04h.004l.055.043.118.043h.004l.079.048.193.176.086.04.035-.017.035-.066-.02-.106c0-.031.023-.051.071-.07l.008-.005.24.142.026-.009.055-.031h.008l.031.004.047-.039.009-.004.012.008.142.098.004.004.09.074a.356.356 0 0 1 .082.083l.043.048.036-.004.039-.075.083.06h.008l.067.082.177.133.051.06.153-.044.008.115.065.065v.004l.055.082v.012l.059.271.059.109-.079.202v.012l-.066.015v.059l-.004.004-.067.11h-.008l-.094.008-.094.079a.16.16 0 0 0 .055.031c.04.012.043.043.023.098v.004l-.066.066h-.005l-.004.008h-.007l-.189-.027-.004.067.02.141.157.066v.008l.059-.02.004-.004.008-.004.004.008h.004l.043.023h.066l.024-.004-.024-.073-.015-.079v-.011l.004-.004v-.004l.023-.027.008-.008.004-.004.043-.06.004-.004.071-.055h.004v-.003h.004l.086-.012v.023c0 .027.004.047.008.059l.016.035.024.052.079.043.216.021h.02v.02l-.008.07.063.066.047.02.008.004v.004l.004.008v.066l-.02.079.028.02c.03-.005.057-.005.085.015l.09.043.055-.043.059-.063.004-.027.004-.008.008-.004.008-.008v-.008l-.02-.083-.004-.043-.004-.004v-.004l.004-.004v-.004l.031-.051.005-.003.062-.042h.135l.02-.008-.005-.068-.02-.06-.044-.07-.003-.004v-.105l.023-.059.004-.005.106-.153.004-.004h.004l.008-.004h.023l.039.004.091.051.059.017.008-.028-.012-.009v-.012c0-.023.012-.043.036-.062l.07-.051.004-.004v-.004c.039-.012.062-.02.078-.02l.062-.008h.008l.04.008.027-.099V6.78c0-.043 0-.07.012-.078l.028-.051-.035-.047-.046-.031-.099-.028c-.02 0-.055-.021-.113-.071l-.06-.027h-.004l-.004-.005-.07-.086h-.067l-.004-.004h-.004l-.059-.031-.035.047-.008.185.012.07h.027l.004.004.055.016v.008l.027.066h.004v.008l-.016.122v.012l-.003.004c-.02.012-.036.019-.055.032l-.008.004-.004-.004h-.004l-.027-.008-.063.024h-.004l.004.012.004.004.012.105c0 .016-.008.023-.023.027h-.048a.08.08 0 0 1-.047-.023L9.043 7l-.004-.003h-.004v-.004l-.027-.067a.178.178 0 0 0-.067-.031h-.007l-.056-.04h-.007v-.008l-.016-.067.008-.051h.004v-.004l.023-.027v-.02l-.023-.07-.055-.051v-.008l-.016-.162-.039-.039h-.004l-.004-.004-.032-.074-.141-.016a.124.124 0 0 1-.075-.067h-.063a.197.197 0 0 1-.074-.051l-.008-.008a.272.272 0 0 1-.047-.071l-.004-.004-.012-.062v-.008l.024-.121v-.004l.023-.052v-.008h.004l.15-.063.059-.07.012-.059-.008-.043c-.024-.051-.04-.083-.04-.103l-.031.004-.055-.004c-.012.004-.043.04-.087.091l-.067.063h-.004l-.003.004c-.051.012-.086.02-.106.012l-.13-.047z"/><path fill="#989898" d="M9.079 5.618l-.071.196v.134l-.039.066-.008.047c.008.027-.004.052-.031.067l-.008.004h-.004l-.004-.004-.098-.011-.051.047-.15.023h-.062l.039.028.142.016h.016l.003.004v.004l.035.086.04.027c.012.016.02.039.02.082l.004.107.047.043h.004v.004h.004l.023.079v.043l-.028.039-.008.035.012.04.047.031c.051.02.078.032.09.052l.028.058c.031.016.047.031.055.047l.036.012h.004l-.017-.086c-.004-.02-.004-.039.004-.047a.05.05 0 0 1 .033-.024l.059-.02.004-.004h.004l.004.004.026.008.035-.02v-.007l.012-.099-.023-.047-.032-.015-.039-.004h-.007l-.008-.004-.016-.102.004-.201.008-.008.059-.082.086.047h.052l.039-.256c-.013-.027-.024-.047-.049-.058l-.023-.004v.004h-.012l-.062.011-.004-.008-.004-.003-.043-.055V5.94l-.004-.004v-.099l.016-.055.016-.023c0-.017.004-.032.02-.052l.016-.02.004-.066-.06-.054-.078-.039-.107.09z"/><path fill="#020202" d="M6.396 4.204L6.4 4.2h.004v-.004l-.126-.358-.079-.063v-.008l-.019-.145-.165-.024h-.012v-.004l-.004-.008v-.003a.454.454 0 0 0-.149-.177.345.345 0 0 0-.122-.068c-.028-.015-.055-.027-.075-.043-.051-.035-.228-.062-.538-.07h-.012l-.035-.055a.324.324 0 0 1-.031-.102c0-.043.051-.185.161-.417l-.055-.172-.06-.275c-.007-.039-.074-.075-.192-.11-.023-.008-.047-.015-.071-.031a.173.173 0 0 1-.09-.1.232.232 0 0 0-.118-.117l-.004-.004-.004-.004-.047-.244-.188.02-.02.052c-.024.083-.047.122-.075.122l-.122.039c-.074.027-.121.058-.145.093a.356.356 0 0 0-.031.126.642.642 0 0 1-.039.154.192.192 0 0 1-.114.109c-.103.04-.276-.027-.515-.195l-.322.412.039.169h.004l.004.008-.008.004v.004a.1.1 0 0 1-.066.044c-.032.007-.063-.005-.099-.029-.031-.023-.122-.043-.267-.051l-.067-.004-.098-.007-.106.02.047.067c.039.05.055.082.051.101l-.043.256.02.137H2.4v.004l-.004.003-.078.256c-.004.023-.012.035-.02.031h-.007v-.003l-.012-.024c-.016-.031-.024-.043-.036-.039-.008.004-.02.02-.023.055a.39.39 0 0 1-.125.192l-.072.055-.035.02h-.004l-.255.004-.099.094h-.015l-.271-.039c-.044.047-.087.063-.13.055-.039-.012-.106.004-.2.039l-.11.13-.004.007-.173.004v-.145h-.11l-.02.062-.083.02H.507l-.004-.004H.499a.463.463 0 0 0-.177-.063c-.035-.004-.079.02-.142.074a.555.555 0 0 0-.137.155c.012.008.02.023.02.047a.27.27 0 0 1 .012.082.109.109 0 0 1-.032.067c-.02.012-.031.047-.043.111l.063.043.086-.091.11.122v.008l.024.216v.004H.279l-.063.298H.201c-.09 0-.149.004-.173.02.004.02.043.052.11.095l.055-.008h.012l.004.004.129.125c.051.043.047.118-.02.229l.02.121.051.012h.2l-.102.094.059.031.079.044.212.09.004.004h.008l.02.322c.004.062.051.109.146.141l.016-.008h.008l.22.031h.016v-.004l.004-.008c.023-.043.04-.074.04-.082V6.34c-.007-.035.009-.066.04-.09s.052-.046.063-.075l.004-.004c.012-.031.051-.039.118-.02h.004l.075.044.247.048.153-.012.11-.048a.182.182 0 0 1 .047-.047c.02-.004.048.004.079.031l.016.008c.016.012.027.036.043.079l.079.059h.075l.083.035.153-.012.086-.027.224.02.098-.027.114-.047a.305.305 0 0 1 .09-.04h.216l.079-.028a.162.162 0 0 1 .083-.031h.126l.059.044.167.035c.024 0 .047.02.086.055l.071.047.008.008.161.004h.004l.075.039.098.02h.004l.083.01.023-.047-.035-.078-.016-.078v-.004h-.004L4.62 6.2l.055-.075v-.004h.004v-.004l.055-.04-.012-.024-.023-.078c0-.012-.012-.02-.036-.035l-.059-.063-.074-.063-.004-.008-.008-.004.004-.004v-.007l.012-.076v-.054l-.036-.094.091-.02.043-.043h.11l.11-.017h.004l.074.009.086-.031.099-.012.063-.028h.004l.169-.032.028-.027-.008-.032-.032-.054v-.004l-.004-.004v-.004l.008-.059.004-.004v-.082l-.016-.072v-.004l.04-.078c.015-.035.035-.054.058-.054l.102.008a.095.095 0 0 0 .055-.023l.154-.21v-.004l.004-.004.083-.066.008-.008c.031-.008.051-.02.063-.027l.02-.02c.027-.035.051-.051.067-.051l.133.027.114-.055h.008l.065-.007.055-.024V4.36l.016-.113v-.008l.02-.031v-.004z"/><path fill="#676767" d="M6.529 5.547l-.035.028c0 .016.008.051.02.102v.004l.004.004h-.004l-.044.098-.058.023-.013.004h-.003l-.103-.047H6.29v-.004l-.193-.176-.075-.043-.117-.044v-.004h-.004l-.055-.039-.098-.032-.056.004h-.004l-.125-.008h-.004l-.09-.021h-.055l-.043.033c-.024.012-.056.016-.095.024l-.083.015-.07.023-.004.005V5.5v-.004l-.086.008-.09.035H4.93l-.074-.007-.114.015h-.095l-.039.039h-.004l-.047.012.02.047v.074l-.012.068.067.055h.004l.055.063c.035.027.051.047.051.07l.02.059.027.059c-.004 0-.004.004-.008.004l-.074.055-.052.067.012.059.036.082.004.008v.004l-.008.031a.098.098 0 0 1-.028.044c-.023.02-.062.02-.125 0l-.099-.021h-.008l-.07-.035-.114-.004.004.004-.012.197c-.004.028-.024.039-.051.043-.012.004-.02.02-.016.051v.004h-.004l-.008.051a.218.218 0 0 1 .055.06l.02.095v.035a.19.19 0 0 1-.016.051l-.027.077-.052.099v.02l.008.047.051.067c.016.02.023.031.027.043l.047.066.072.078c.027.028.047.04.055.04l.075-.048c.016-.012.028-.02.047-.02.016 0 .039.012.075.036h.004v.004l.038.048.02.048.016.02.012.008.051.034.028.004a.085.085 0 0 1 .043.031c.008.012.051.027.126.047h.004l.118.043h.008l.083.039.14.036.004.004.185.008.082-.032h.075v.004l.004.004.062.078v.004l.04.063.031.035.043.02.004.004.004.004.035.078v.004h.004v.004l.02.087.055.02h.008l.043.028.059-.013.016-.059v-.003l.004-.004.067-.068.074.02v.008l.035.079.075-.027.008-.075v-.009l.004-.004.051-.027-.012-.109v-.012l.059-.122.059-.024-.024-.11h.059l-.004-.051-.031-.106v-.007l.008-.075v-.012l.008-.004.039-.051.008-.008h.012l.106.02h.004l.086.023.075-.023.043.087.004.004v.062l.012.06c.008.023.024.039.04.042h.008c.035.008.055.023.059.047.004.02.02.047.047.078l.035.052v.004l.024.043.035-.004.066-.059.043.09.086.028h.004l.004.004.044.078.02.012.004-.074v-.016l.172-.004.004-.016c.004-.007.004-.024-.004-.035a.207.207 0 0 1-.02-.072c-.004-.031 0-.055.008-.062.012-.016.02-.016.04-.012l.071.023.008-.051-.13-.059h-.008l-.004-.007v-.007l-.02-.157.004-.099V7.37l.216.027.055-.051c.012-.02.008-.035 0-.039-.055-.02-.083-.043-.083-.066 0-.012.004-.028.023-.036l.09-.091.098-.004.051-.086v-.082l.075-.016a.623.623 0 0 1 .039-.103l.032-.067-.054-.097v-.008l-.035-.134v-.004l-.024-.138-.047-.078-.071-.07v-.008L7.9 6.215l-.004-.075-.13.039-.003-.004-.059-.066-.177-.134h-.004l-.066-.086-.044-.027-.027.043v.008l-.004.004H7.37l-.055.003-.008.004h-.004l-.129-.141c-.028-.012-.055-.04-.095-.079l-.058-.043-.004-.004-.067-.039-.04.031-.004.008-.004-.004h-.004l-.035-.008-.04.02-.003.003-.004.004h-.004l-.055.008-.228-.133z"/><path fill="#4D4C4C" d="M6.761 7.475l-.09-.027-.094-.012-.032.035-.008.068.004.004.027.102.004.078v.023h-.047l.02.095-.075.027-.031.06.039.031.008.004.137.109.004.004h.004v.008l.02.099.063.091a.418.418 0 0 0 .071.078h.004l.003.003v.004l-.003.008v.086a.447.447 0 0 1 .015.15c.036.052.051.087.051.11a.31.31 0 0 0 .031.09v.004a.33.33 0 0 1-.008.143c-.012.027.004.078.047.148l.004.004.004.008-.003.007-.063.138a.21.21 0 0 1 .016.071l-.016.129c-.008.043-.008.066.012.074l.023.016c.036.017.047.036.047.056l-.004.067.02.008.004.004.012-.012a.092.092 0 0 0 .028-.048l.008-.012.004-.008c.016-.008.023-.02.035-.035a.161.161 0 0 0-.004-.075l-.008-.02.02-.004c.063-.016.098-.012.11.016l.031.079v.008l.016.13.051.027h.008l.031.027.031-.035.036-.027h.012c.027.008.043.027.051.055l.016.102.004.016.106.229.043.042.004.004v.004l.02.095.008.09.004.009c.027-.04.051-.06.067-.052.016.004.02.012.02.027v.114c.02.004.035 0 .039-.012l.04-.055.043-.044c.028-.02.055-.035.086-.035h.004l.083.02.024-.012.043-.056-.008-.086c-.027-.047-.039-.086-.031-.113l.012-.071v-.008l.004-.008.075-.043h.004l.055-.036.063-.09.008-.066-.074-.166.157.071v-.071l.059-.051.114-.031h.008l.067.146v.008l-.008.055.008.051c.008.023.023.035.035.035.016 0 .032-.012.047-.031l.004-.008h.004l.094-.031h.004c.051 0 .075.012.086.035l.008.105v.004l.02.004.039.012.059-.004.099-.027.06-.051.004-.043-.028-.031-.103-.035-.008-.004v-.004l-.117-.119.012-.008.059-.051.004-.004.058-.023h.012l.079.016h.004l.004.004v-.031l-.037-.06-.056-.027-.074-.111-.004-.004v-.004l-.035-.13v-.098l.062-.06h.095l.22.021.103-.146v-.008h.008l.083-.043.043-.086.004-.004.098-.083.047-.087V8.5h.004v-.004l.039-.039.048-.078.015-.122v-.012l.004-.004.063-.043.016-.016-.095-.016-.157.009-.004-.005-.059-.047H9.57v-.004l-.031-.047-.008.004-.004.008c-.007.012-.028.016-.051.016l-.024.011c-.008.004-.012.008-.023.004-.008 0-.012-.012-.021-.031a.098.098 0 0 0-.035-.059l-.004-.004v-.003h-.004l-.02-.051H9.33l-.059.039-.003.004h-.004l-.138.027h-.008l-.008-.004-.09-.062-.004-.004v-.004h-.004l-.023-.048-.067.071c-.047.055-.083.07-.106.055l-.09-.047-.063-.008-.008.004-.059-.043-.004-.004-.012-.004.027-.106v-.036l-.035-.016h-.004l-.083-.09.005-.066-.205-.019-.078-.044c-.02-.012-.036-.035-.047-.074l-.012-.029-.016-.058-.028.004-.062.051-.075.09.016.067.023.085v.004h.004l-.004.005v.004c-.007.023-.031.035-.067.035h-.078l-.047-.023-.059.023-.012.004-.008-.004-.007.055-.004.008v.012h-.012l-.098-.032a.15.15 0 0 0 .02.083c.012.027.016.048.004.071l-.013.032c-.011.011-.047.015-.098.011H7.46l-.003.11-.087-.032h-.004l-.004-.003-.043-.082-.094-.032-.024-.051-.035.028h-.004l-.059.012h-.016l-.031-.072-.032-.044-.003-.004a.37.37 0 0 1-.056-.093c0-.004-.008-.012-.027-.016l-.016-.004c-.028-.012-.047-.035-.059-.07l-.015-.067v-.055l-.028-.052-.047.016h-.012z"/><path fill="#262626" d="M1.465 6.191v.005c-.015.035-.043.058-.074.086-.024.011-.032.031-.032.054v.012c0 .02-.012.051-.043.099l-.004.02c-.008.012-.023.02-.051.02l-.224-.029v.004l-.016.051v.004l-.003.004c-.06.083-.099.142-.102.181-.004.02.02.091.071.213l.035.082c.015.039.003.086-.032.137l-.071.071H.802l-.024-.13-.031.162.051.078c.004.012.004.02 0 .023l-.008.008c-.016.012-.04.051-.063.117-.024.06-.012.12.035.182h.094c.032.008.079.059.146.148l.004.008c0 .028.012.048.031.063l.208.192v.004l.095.119h.055l.059-.106.008-.008.004-.004.146.035v.012l.02.099.173.2.059.023.004.004.027.016.004.004.13.193.106-.016h.012l.008.008.004.008.09.188.11.067.09.023.043.122h.067l.004.004.142.078v.004l.004.004.102.126.149-.027h.008l.055.023h.004l.094.083.169.012.103-.016c.137-.023.224-.012.255.023.02.031.008.062-.039.102l-.039.039c-.012.02.004.052.055.099l.004.008h-.007l.032.023.012-.012c.098-.185.177-.286.232-.306.059-.02.181.031.373.148l.236.043-.004.008v.008l-.012.11.118.017-.004.148a.412.412 0 0 0 .079.118c.023.016.141.016.35 0l.122-.063.118-.164.138-.004.067-.02.259-.15h.002l.004-.004c.149-.016.236-.02.259 0l.169.143.051.02.008.008.066.027.004.004v-.024l.028-.118c-.012-.036-.012-.063 0-.087.008-.02.027-.031.059-.039.059-.012.114.039.169.149l.008.004h.004l.099-.043c.02-.004.027-.024.027-.044l-.02-.07v-.004c-.008-.031 0-.059.031-.07l.035-.027.086-.095.059-.13c-.051-.082-.067-.141-.051-.181l.012-.11a.248.248 0 0 1-.036-.105.276.276 0 0 0-.047-.094h-.003v-.012l-.011-.142a.244.244 0 0 1 0-.094.266.266 0 0 1-.075-.082l-.059-.079-.004-.004v-.012l-.02-.099-.059-.046v.004l-.114-.09v.008l.016.121v.016l-.059.027-.008.075v.012l-.137.055-.047-.111-.028-.008-.043.044-.028.079-.098.028-.055-.04-.078-.024-.024-.11-.031-.067-.047-.02-.004-.007-.036-.043-.035-.063-.055-.071h-.047l-.079.028-.004.003-.2-.012-.153-.031c-.012-.008-.04-.02-.083-.048l-.118-.038c-.09-.024-.141-.043-.153-.067l-.02-.012-.027-.007-.071-.039-.008-.004c-.012-.016-.023-.027-.031-.043l-.016-.036-.031-.047-.051-.023-.02.011-.02.016-.011.008a.139.139 0 0 1-.055.027c-.032.008-.063-.008-.099-.047l-.074-.079a.383.383 0 0 1-.055-.082l-.02-.031a.307.307 0 0 1-.059-.078.148.148 0 0 1-.004-.099v-.004l.051-.087.027-.09.012-.059-.02-.091-.058-.051.012-.074c0-.055.02-.082.059-.09.012-.004.02-.012.016-.027v-.004l.004-.079v-.095h-.008l-.004-.004-.016-.008v-.003h-.004l-.071-.047h-.004l-.055-.047-.184-.035-.059-.043h-.11c-.016 0-.035.012-.063.027h-.004l-.087.031h-.215c-.032.008-.06.016-.075.032a.443.443 0 0 1-.126.054l-.102.024v.004h-.008l-.145-.016-.012-.004.004.004-.004-.004-.051-.004-.086.027-.173.016H2.55l-.004-.004-.087-.031h-.07c-.032-.008-.067-.031-.106-.078l-.004-.008c-.008-.035-.02-.051-.024-.059l-.02-.012-.035-.02-.032.032-.003.008-.126.051h-.012l-.153.016c-.023 0-.067-.012-.126-.027l-.133-.024h-.004l-.079-.044h-.067z"/><path fill="#989898" d="M6.353 11.082l-.016.051c.023 0 .055-.016.086-.039l.004-.004h.008l.157-.02.102-.052.039.056.008.004-.047.074.055.055v.016l-.04.166.102.074.185.008-.027.035c-.118.146-.173.232-.169.26l.071.016c.094.008.149.035.169.07.023.047.047.094.067.149l.106.06.067.012.137-.119.071.107v.004l.004.004.023.098.059.012.09.031.024-.008v-.004l-.016-.102-.004-.004-.051-.232v-.008l.031-.161.008.004h.012l.106.008.134-.099.012.008c.071.056.118.1.142.131a.503.503 0 0 0 .125-.118l.004-.004.008-.009.197.052.086-.071.004-.004.004-.004h.004l.004.004.083.016.267-.234.083.023.004.004.004.004.004.004.02.035.02-.023h.004v-.004h.004l.079-.043.059-.056-.019-.124-.012-.016-.075.031c-.023.009-.043.017-.07.017h-.086c-.027-.004-.043-.012-.055-.027l-.008-.125c-.027-.016-.039-.023-.051-.023l-.02.008-.028.016-.055.012h-.015l-.004-.008-.031-.057-.004-.051.031-.149h.004v-.004l.036-.074-.11-.099-.004-.004-.004-.004v-.114l.004-.004.062-.18-.039-.099-.036-.009-.043.004-.043.067-.055-.039-.055-.032-.043-.109-.016-.078v-.008l-.004-.004.012-.008.051-.071.012-.008h.004l.04-.008.043-.012.205-.008h.004l.027.012.008.004.031.012.055-.023.047-.036.023-.039.004-.02-.004-.086L8.8 9.73l-.083.027c-.023.028-.05.048-.078.048-.027 0-.051-.023-.074-.066h-.004v-.004l-.004-.055v-.008l.004-.052-.043-.106-.083.023-.035.032.012.118-.13-.06.032.071.004.004v.008l-.012.078v.008h-.005l-.075.106-.122.074-.012.071c-.004.012.012.043.031.082l.004.004v.004l.008.103v.012l-.004.004-.047.062-.004.004h-.003l-.035.024h-.016l-.09-.021c-.016 0-.035.009-.055.024l-.04.043-.031.042c-.02.035-.047.043-.09.035-.027-.004-.036-.031-.027-.066v-.028l-.004-.027-.016.02c-.012.016-.023.02-.039.02-.016-.004-.028-.02-.036-.047v-.004l-.008-.092-.02-.087-.039-.039-.004-.004-.083-.188-.004-.004-.024-.056v-.004h-.003v-.004l-.016-.102-.012-.016-.015.013c-.028.031-.047.051-.055.051-.012 0-.031-.016-.063-.039l-.059-.027-.008-.004-.004-.004v-.004l-.004-.008-.004-.078-.012-.06-.031-.079h-.031a.16.16 0 0 1-.008.079.142.142 0 0 1-.047.06.142.142 0 0 1-.035.062c-.024.023-.043.023-.067.008l-.012-.004c-.024-.008-.028-.035-.024-.087V9.6l-.051-.031c-.02-.008-.032-.032-.036-.067l.02-.176-.008-.027-.063.07-.043.031-.012.027a.21.21 0 0 1 .023.082c0 .04-.02.071-.055.083l-.071.027-.02.012-.004.028v.109c.004.035.008.055.02.055a.066.066 0 0 0 .075-.008l.023-.012.075.173v.013c-.027.31-.055.486-.09.533a.08.08 0 0 1-.051.027.135.135 0 0 1-.075-.02c-.102.205-.169.311-.2.326h.004c-.016.004-.023.055-.02.146l.023.021.008.008.008.008-.033.044z"/><path fill="#676767" d="M9.813 9.286l-.027-.012-.031.021-.021.035c-.015.035-.031.055-.058.055-.016 0-.035-.012-.047-.023l-.004-.004-.004-.004-.012-.039v-.004l-.004-.052-.023-.004-.004.004-.012.04v.055l-.004.004-.004.004-.047.062-.009.008h-.007L9.4 9.424h-.007v.008l-.032.043.012.027h.004l-.027.043h-.086v-.016l-.008-.008-.012-.008-.016.027-.004.013h-.058l-.004-.004-.036-.028-.004-.008v-.004h-.004v-.008l-.063-.012-.047.02-.027.02.078.091.104.032.004.004.004.004.051.047-.02.078v.012h-.005l-.067.055v.004h-.004l-.11.031h-.004l-.062.009h-.009l-.043-.017-.023-.004-.023.04h-.005v.004l-.051.035h-.004l-.071.032h-.004l-.083-.028-.181.008-.039.012-.004.004h-.035l-.043.06.008.066.04.09.043.023h.004v.004l.016.013.028-.04.004-.004.004-.004h.004l.059-.008h.008v.004l.059.016.059.135h-.005v.004l-.024.074-.02.047v.004l-.027.066v.083l.047.047h.004l.063.056.008.004.003.003-.047.109-.011.051.016-.008h.004l.039-.016.071-.039h.004l.079.012h.004l.118.047h.129l.035-.047.005-.004.004-.004.066-.031.062-.055.008-.004.047-.016.05-.038.06-.079.083.031.012.004v.004l.004.004c.012.032.023.048.035.052l.051-.008h.012l.027.008h.004v.004l.067.023h.02l.004-.016.008-.023v-.004l.004-.004.004-.005v-.004l.023-.016.004-.004.044-.035h.004l.004-.004h.008l.039.004c0-.023.012-.048.035-.071.027-.02.047-.031.059-.027l.023-.016h.004v-.004l.02-.02v-.004h.004l.004-.004h.004l.063-.016h.035l.016-.012.013-.023.02-.039-.008-.004a.206.206 0 0 1-.048-.103l-.004-.004h.004v-.002l.016-.087c0-.027.008-.047.028-.066l-.008-.07c-.005-.008-.013-.016-.032-.02l-.126.051.008-.13c.004-.02.043-.056.118-.099l-.035-.137a.12.12 0 0 1 .035-.114l-.008-.023h-.041l-.012.004-.021.055c-.016.021-.031.032-.047.032h-.008l-.039-.028h-.007v-.012l-.012-.027-.004-.039v-.004l-.004.008-.004.012h-.07l-.008-.016-.012-.044v-.059l-.044-.074v-.062l-.015-.03z"/><path fill="#CCCBCB" d="M10.611 10.304l.004.004.008.008-.051.079a.106.106 0 0 1-.079.039h-.008l-.04-.023-.039.004-.078.059c-.02.008-.043-.012-.078-.059l-.023.051h-.004l-.004.004-.028.027h-.051l-.052.016-.062.047h-.02l-.023.016c-.02.021-.027.036-.016.052l.027.039-.109-.012-.06.048-.008.02v.002l-.012.031-.004.004-.004.004h-.055l-.07-.027-.023-.004-.055.008c-.023 0-.051-.027-.074-.071l-.048-.02-.039.06h-.004l-.056.047h-.004v.004h-.008l-.043.012-.062.055-.066.031-.048.062h-.157l-.122-.047-.067-.009-.059.031h-.004l-.04.016c-.02.008-.035.021-.047.024l-.008.02v.047l.02.032.094-.032a.2.2 0 0 1 .083.032l.008.004.004.004.004.133.02.004h.083l.051-.012.008-.008a.266.266 0 0 1 .095-.031l.014-.004.008.012.023.047v.004l.013.13v.012l-.071.075h-.004v.004l-.083.039-.028.031.012.023.169.016.004.004.005.003.066.039.148-.004v.02l.008.075v.008h.004l-.066.067c-.008.086.008.137.043.148l.126.066.099.067.082-.039.008-.004.008-.004.004.004.126.095.02.008.032-.04.008-.008.004-.004h.008l.074.012.016-.13.094.17.079.004.012.004h.008v.059l.032-.008.129-.174.055.083v-.034l.039-.079.036-.059h.099l.016-.109h.012l.008.004.074.012.008-.039-.027-.063v-.008l.016-.043v-.009l.004-.004h.004v-.004l.205-.109-.009-.105v-.005l.04-.079.008-.016.062-.146.004-.004.051-.051.031-.059v-.008l.027-.048-.023-.06v-.004h-.004v-.062h-.031l-.059.027c-.027.02-.066.012-.118-.02-.02-.016-.02-.055-.008-.113l-.031-.004-.016.02c-.036.039-.063.062-.071.062s-.012 0-.02-.004c-.004-.012-.012-.031-.012-.062 0-.035 0-.059.012-.066.008-.012.016-.017.023-.008l.075-.139.02-.051.012-.059-.043-.035c-.012-.012-.016-.039-.008-.079v-.023c0-.012-.008-.027-.024-.039h-.008l-.004.012c-.012.031-.039.047-.082.035a.134.134 0 0 0-.074.002z"/><path fill="#4D4C4C" d="M10.375 8.48l-.027-.062-.043-.063-.047-.012h-.004V8.34h-.004l-.039-.02h-.008l-.017.004-.051.008h-.004l-.008-.004-.052-.02v-.003h-.004v-.004l-.039-.039-.042-.044-.039-.024-.043.039-.054.04-.017.118v.004l-.051.085v.008h-.004l-.04.04-.047.091-.004.008c-.035.027-.066.055-.098.078l-.039.07c-.008.02-.039.043-.099.066l-.039.067-.067.091h-.003v.004h-.008l-.314-.02-.035.035v.066l.031.13.067.095.055.031v.004h.004c.032.039.048.066.048.086v.051l-.02.02.012.008h.016l.023-.047h.008l.062.02.004.02h.031l-.008-.023-.004-.008.043-.066c.008-.02.027-.027.056-.02l.07.004.04-.051V9.29l.016-.051v-.004l.004-.004.004-.004.027-.016v-.004h.004l.004.004.059.008v.008l.012.047v.024l.008.035.016.004.02-.027v-.004l.031-.044.002-.007.044-.02h.004l.004-.004.051.016h.004l.008.004.028.056v.055l.039.074v.063l.012.023h.012l.016-.02.004-.008.047.027h.008v.012l.016.067.02.012.004-.008.02-.051v-.004l.004-.009h.008l.028-.016h.004V9.52h.035l-.008-.02v-.008l-.02-.184-.075-.123-.141-.164L9.9 9.02l-.008-.106-.048-.083v-.004l-.004-.004.004-.008.024-.102h.016l.247-.016.134-.07.004-.004c.047-.016.078-.036.086-.056a.16.16 0 0 0 .02-.087z"/><path fill="#989898" d="M9.516 6.092l-.025-.004-.039.24.068.079.062.027h.004l.004.004.082.067.114.027h.004l.06.04h.004v.008l.043.062.008.008-.005.009-.039.062c-.007.008-.007.028-.007.059h.004v.075l-.004.004-.037.118-.004.02h-.007l-.012-.004-.052-.012-.066.004-.059.02-.066.054-.016.016.086.043-.008.016c-.004.02-.023.039-.054.051l-.056.004-.09-.035-.083-.048h-.035l-.098.143-.019.046v.082l.039.066v.004l.023.064v.008l.004.091v.012l.004.007-.062.012h-.119l-.055.035-.023.039.004.004.023.118h.004v.047l.027.056.083.054.122-.027.059-.039.008-.004h.055l.031.074c.021.02.036.039.044.062l.027-.004h.016l.004-.008.056-.043.051.09.055.035h.078l.06-.008h.012l.142.02h.004v.004l.059.036v.004l.051.039v.004l.035.04.04.016.063-.008v-.083l-.032-.056h-.004v-.003l-.026-.102.055-.055.005-.004h.004l.047-.008h.051l.016-.02-.031-.044-.114-.074-.029-.043-.004-.004-.004-.004.004-.008.031-.059.008.008.079.02.208-.008.004.004h.004l.059.02.04-.035-.02-.121-.075-.048c-.063-.035-.083-.122-.071-.263l-.062-.031-.008-.004h-.008v-.011l-.012-.103.086-.401a1.1 1.1 0 0 1-.055-.235l-.008-.119.008-.129v-.007l.008-.008.078-.06v-.062a.147.147 0 0 0-.027-.071l-.051-.055h-.008v-.012l-.008-.094v-.004l-.004-.004.008-.004V5.87l.102-.131v-.055l-.032-.059v-.003l-.004-.008.052-.062v-.005h.004l.055-.043-.008-.052h-.027l-.045-.007-.023.095-.012-.004-.102-.04-.062-.012.023.099-.087.027-.126.066-.039.051v.004h-.003l-.066.06-.012.094v.008l-.036.133H9.9l-.015.062v.004l-.004.004-.044.06h-.004v.004l-.004.004h-.004l-.095.011v.004l-.003-.004-.141-.047-.004-.003-.066-.033z"/><path fill="#CCCBCB" d="M11.35 5.036l.016-.02-.027-.062-.027-.031-.031.051v.004l-.051.059-.004.004h-.009l-.095.028h-.008l-.09-.017-.051.017-.012.043-.004.008-.043.027-.008.004h-.008l-.079-.008-.004.008v.079l-.004.004-.044.055v.004h-.004l-.074.074h-.004l-.004.004-.077.014-.051.056.012.067v.016l-.012.004-.06.055-.031.039.023.051v.087l-.044.062v.004l-.059.067.008.078.051.047v.004c.024.039.036.07.036.099v.087h-.004l-.003.003-.079.059-.008.117.008.118c0 .04.016.114.055.224v.012l-.086.401.008.078.059.028.095-.095h.004l.303-.118.079-.07.008-.008.004.004h.008l.172.016c.023 0 .075-.02.15-.051v-.083l.004-.004h.004l.047-.043-.014-.051v-.016l.004-.004c.016-.016.016-.031.004-.043-.012-.023-.008-.055.012-.09l.02-.027-.004-.056-.059-.071c-.027-.02-.031-.047-.016-.074a.172.172 0 0 1 .039-.066l.016-.066.043-.095.012-.044.062-.117-.043-.074-.121-.076h-.008v-.008l-.023-.063v-.012l.012-.105v-.005l.027-.078c-.004-.027 0-.047.012-.063.008-.008.02-.016.031-.016l.074-.012.02-.043.02-.13-.017-.046-.066-.016h-.004l-.078-.039-.004-.004v-.008l-.004-.004-.004-.095v-.02l.102-.023zm.208 4.184l.004-.004h-.008v-.008l-.031-.06-.004-.004v-.008l.008-.094c0-.012-.012-.023-.035-.039h-.024l-.039.047h-.004l-.098.047-.016-.066v-.008l.008-.031-.008-.039-.012-.004-.016.031h-.004v.004l-.122.105-.004.008h-.021l-.035-.016-.004-.004-.039-.035-.062-.023-.004-.004-.039-.027-.13-.027h-.004l-.087-.044v.004l-.066-.031-.086-.008-.031.004.027.146h-.012l-.087.008h-.052l-.047-.031-.078.035-.07.094-.063.17.02.184.028.106c.004.012.004.016 0 .02l-.012.004c-.021.012-.028.04-.024.079l.04.16-.012.008c-.071.04-.107.071-.111.087l-.008.056.067-.028.004-.004h.004c.048 0 .075.017.079.056l.012.086-.004.012-.008.008c-.012.012-.02.023-.02.039l-.012.091c.004.031.016.055.031.067l.082.098.074-.059.06-.008h.004l.004.008.039.012c.012 0 .023-.004.036-.016l.035-.052-.008-.031a.08.08 0 0 1 .035-.027h.094c.016.008.027.004.027-.004.012-.028.023-.04.035-.048.012 0 .031.004.044.016.027.024.047.044.047.071l-.008.071.016.012c.023.02.04.039.04.055l-.017.07c-.012.039-.023.066-.039.075v-.005l-.06.127.021.008.095.004.02.008-.008.016c-.012.039-.016.066-.012.086.031.02.051.031.062.02l.055-.023.027-.012h.051l.052-.055v-.066a.064.064 0 0 1 .008-.052c.016-.012.047-.012.095.016l.094.06c.031.023.055.031.07.031v-.004c.008-.016 0-.047-.02-.087l-.051-.079v-.008h.004l.004-.008c.051-.07.105-.094.169-.07l.146.066.059-.039h.004v-.008l-.008-.008.004-.004.004-.008c.047-.078.062-.137.047-.169-.012-.027-.031-.039-.047-.039h-.012l-.008-.039h.008c.027-.013.043-.024.047-.04l-.012-.02-.062-.059v-.007l-.031-.086c-.012-.067-.02-.126-.012-.182v-.039l-.039.035-.036.039-.012-.164V9.71h.004c.087-.126.146-.201.165-.221l-.039-.117c-.012-.059-.02-.095-.02-.11l-.07-.031-.035-.011z"/><path fill="#989898" d="M10.19 7.762l-.004.016.021.023.102.071v.004h.004l.062.071-.008.008-.039.047-.004.004-.004.008h-.066l-.039.004-.028.027.013.035v.004l.004.039.035.052v.114l.031.012.055.016h.004l.004.004.004.004.051.07v.004l.027.07v.052a.216.216 0 0 1-.02.066.249.249 0 0 1-.109.075l-.134.078h-.004l-.243.016-.016.059.043.079v.008l.012.103.133.156h.004v.004l.056.091.004-.012V9.24l.043-.122.004-.004.079-.102.004-.004.098-.047h.008l.062.039.083-.008-.027-.139.016-.004.075-.008.078.004h.008v.004l.157.071.134.028h.008l.043.031.062.023v.004l.039.035.023.008.044-.039v-.004l.067-.051.035-.067.062.035v.008l.016.052v.012l-.008.031.004.008.039-.02.055-.055h.052v.004h.004l.035.023c.023.023.032.043.023.062l-.004.086.024.043.008.004c.094-.102.156-.152.195-.152h.106l.024-.051.082-.04h.004l.102-.008.106-.055v-.004h.067l-.012-.032.004-.008.016-.016-.146-.311V8.5l-.004-.004.063-.086-.02-.02-.106-.02h-.012v-.007l-.066-.07.004-.016-.004.004-.003.004-.059-.04c-.028.036-.056.06-.087.067-.028.012-.071-.02-.13-.091l-.031-.039c-.004-.008-.031 0-.074.016-.067.023-.11.027-.13.016-.021-.02-.028-.06-.021-.11.004-.043 0-.066-.008-.078l-.51-.027a.355.355 0 0 1-.106-.059l-.079-.02a.57.57 0 0 1-.168-.162l-.051.043-.079-.023-.211.003-.06-.019z"/><path fill="#E9EBE9" d="M12.756 11.191c.035-.004.055-.02.062-.039v-.004l.004-.012h.016l.071-.004v-.051a.103.103 0 0 1-.06-.023l-.117-.106v-.004l-.051-.149-.07-.07a1.647 1.647 0 0 0-.201 0l-.016.004.004.047v.02h-.012l-.062.027-.012-.008c-.051-.051-.083-.07-.103-.059-.138.066-.216.098-.239.082-.016.004-.035.02-.063.047l-.012.016-.016-.016c-.039-.035-.06-.066-.06-.09 0-.016.028-.047.075-.098a.513.513 0 0 0 .083-.106l-.012-.021c-.016-.008-.047.009-.087.04-.039.027-.063.039-.079.035-.008 0-.016-.012-.02-.031l-.004-.008-.035-.063-.074.048-.008.008-.004-.008h-.004a.971.971 0 0 0-.157-.071c-.036-.012-.071.004-.106.047l.035.06c.023.06.035.099.023.126a.034.034 0 0 1-.031.023c-.023.008-.059 0-.102-.035-.035-.023-.062-.043-.086-.055l-.048-.021v.004l.004.009v.086l-.063.07v.066l.028.071.004.004-.044.067-.027.062v.004l-.059.059-.098.225.004.121-.004.004-.213.122-.012.023.027.063v.008l-.02.082-.086-.012-.02.105h-.11l-.023.039-.032.067-.02.247.023.052.004.008v.051l.048.06.004.008v.047l.126-.008.008-.012v-.004h.004v-.002l.035-.047-.078-.071-.008-.008-.043-.036-.004-.004-.005-.004v-.078h.072l.008-.027-.027-.078h.152l.271-.13.035-.06.008-.02.055.023h.004l.004.012.023.028.028-.005-.008-.059h.091l.086.016.035-.059.004-.004v-.004l.008-.004.094-.027.017-.138.099.087.039.008.02-.023-.012-.299v-.024l.066.012h.004l.008.004.004.004.105.192.135-.016.023-.008.02-.048-.039-.031-.013-.014.09-.031.008-.004.004-.004.035.039.031-.016v-.059l.02-.004h.067a.151.151 0 0 1 .11.062l.008.017.027-.094c.016-.023.047-.027.094-.008l.008.004v.004l.004.004a.03.03 0 0 0 .016.008c.02-.008.091-.055.205-.146 0-.059.031-.09.082-.106z"/><path fill="#CCCBCB" d="M12.771 8.89l-.004-.004-.086-.075-.047.023c-.032.071-.075.115-.131.135a.041.041 0 0 1-.047-.008c-.016-.021-.008-.063.02-.131l-.129.083-.004.008h-.117l-.103.052v.008l-.109.004-.059.031-.027.055-.008.008h-.131c-.023 0-.074.039-.156.121.039.017.059.032.066.044l.004.023v-.004l.059.22.004.012v.016h-.004l-.008.004h-.004l-.156.217.008.055c.023-.02.043-.023.059-.016.02.008.027.039.02.086a.462.462 0 0 0 .039.236l.055.059c.02.02.027.039.023.059l-.027.04.035.047c.02.04.004.106-.043.2l.051.087.008.02.032-.02c.051-.048.095-.06.13-.048a.06.06 0 0 1 .039.048c.004.027-.027.074-.098.146l-.056.07.027.043c.04-.035.071-.047.091-.039.023 0 .09-.023.204-.082.035-.02.083 0 .142.059l.023-.012-.004-.047-.012-.008c-.008-.012 0-.023.012-.035l-.02-.075a.068.068 0 0 1 0-.04.136.136 0 0 1 .043-.027l.035-.031-.02-.047v-.004h.004v-.004c.016-.023.016-.043.012-.055-.016-.027-.004-.047.027-.075l.043-.039-.008-.008-.012-.012.051-.023v-.063c0-.023.021-.055.075-.094l.024-.02-.06-.066c-.02-.028-.012-.063.023-.099v-.009l.122-.102.004-.027c-.023-.008-.031-.051-.02-.117.016-.107.062-.158.145-.17h.008l.052.027h.055l.052-.062.004-.004.062-.039-.008-.055v-.012l.008-.008.016-.008.02-.024.004-.004-.039-.066a.805.805 0 0 1-.098-.153c-.021-.035-.017-.074.012-.118l-.071-.043-.126-.014z"/><path fill="#676767" d="M13.094 9.416l-.008.004-.066.047-.059.066h-.004v.008h-.087l-.048-.027c-.059.016-.09.056-.102.131l-.004.066.047-.043-.031.129v.008l-.13.114c-.02.023-.027.043-.02.055l.024.028c.027.023.043.043.039.059a.043.043 0 0 1-.012.031l-.083.07a.31.31 0 0 1 0 .087v.012l-.004.004-.031.012c0 .02-.009.031-.028.051l-.043.044v.004c.008.02.008.043-.008.078.02.039.02.066 0 .078l-.039.039-.008.004-.02.009v.008l.027.095h.008a.982.982 0 0 1 .217 0h.008v.004l.086.086v.004h.004l.051.146.106.099.043.016.004-.123.099.099.016-.016.07-.146.012-.082.012.004h.008l.075.004-.004-.059v-.02h.012l.099.004c.051-.052.074-.095.074-.131l-.016-.141.086.027.023-.039-.039-.039-.012-.016.078-.079.004.008h.008l.048.027v-.012l-.032-.07.013-.013.02-.012-.008-.027-.04-.074.008-.004.008-.008.107-.059.004-.043c-.091-.048-.139-.087-.131-.106.004-.017.012-.021.032-.021l.118.021.004-.071v-.008l.059-.059.016-.043a.145.145 0 0 1-.055-.039l-.004-.008V9.66l.004-.02-.004-.009-.008-.004-.004.004c-.008.017-.027.028-.056.028a.148.148 0 0 1-.106-.048v-.004h-.004l-.031-.055-.008.008a.107.107 0 0 1-.047.066c-.051.024-.098.032-.146.013a.106.106 0 0 1-.062-.071l-.012-.079c-.013-.074-.028-.117-.052-.129a.086.086 0 0 0-.066-.016l.004.066-.003.006z"/><path fill="#676767" d="M13.715 8.293a.442.442 0 0 1-.106.039.41.41 0 0 1-.118-.027l-.091-.012c-.027.012-.059.051-.102.117l.059.126-.099.055h-.004l-.079-.023c.032.06.04.095.028.11l-.009.031a.291.291 0 0 1-.051.09l-.137.122.035.02-.023.021c-.031.027-.039.059-.023.082l.094.145h.004v.004l.043.079v.004l.004.004-.004.008v.013l-.008.008c.02 0 .035.008.055.02.032.02.056.074.067.156l.016.079c.008.02.016.031.036.039.031.016.07.012.105-.012.02-.012.031-.023.027-.035l-.004-.004v-.009l.066-.047.008.008.052.087a.1.1 0 0 0 .07.023l.021-.004-.017-.047.075.031h.024l.004.008.07.056.02-.032-.004-.134.004-.004.047-.059c.004-.008 0-.023-.02-.043l-.012-.012.008-.008.004-.008.012-.004.099-.162.008.004.021.004.008.005v.008l-.008.062h.008l.109-.099-.007-.051h-.02l-.039.004.066-.18-.059-.009h-.008v-.008l-.02-.023c-.012-.023-.012-.043.004-.063l.094-.004h.059c0-.02-.012-.055-.047-.113l-.082-.027.086-.082v-.021l-.043.009h-.016v-.005l-.004-.004-.004-.008c-.012-.039-.035-.07-.07-.083l-.157.004-.066.079v.004l-.02-.004-.248-.079.24-.062c.016 0 .055-.039.121-.117l-.082-.059-.07.019z"/><path fill="#CCCBCB" d="M12.779 7.61h-.004v-.004c-.043-.15-.082-.232-.109-.244l-.138-.047c-.079-.023-.134-.039-.157-.055a.552.552 0 0 1-.149-.17h-.023l.004.004a.505.505 0 0 0 .106.166l.004.004.004.008-.064.113c-.023.043-.047.062-.07.055a.492.492 0 0 1-.099-.109l-.066-.02c0 .02.012.059.039.121v.016l-.012.044-.07.031-.023.008c-.012.012-.012.031-.008.056.008.058.004.093-.008.109-.008.008-.012.008-.021.008h-.003l-.079-.016a.075.075 0 0 0 .035.043.53.53 0 0 1 .103.146l.004.012.035-.008a.153.153 0 0 1 .121.027l.044.052.004.004v.004h-.004l-.005.1c.013.016.021.035.013.051-.008.02-.024.031-.052.035-.031 0-.047.021-.055.06v.004l-.031.067.047.047.103.02h.008l.051.055-.064.093.146.314.004.008-.023.027.008.024h.004l.267-.169-.043.078a.5.5 0 0 0-.063.146.19.19 0 0 0 .11-.118l.004-.008h.005l.074-.039.004-.008.105.094.118.004.004.004.056.036.145-.126a.246.246 0 0 0 .039-.074l.016-.031c.004-.016-.016-.055-.055-.122l-.035-.052.173.06.052-.027-.052-.11-.004-.004.087-.113-.035-.056c-.036-.039-.06-.059-.075-.059l-.008.004-.044.043-.008-.004h-.008l-.07-.023-.02-.063a.13.13 0 0 1-.078-.047l-.044-.027c-.037-.017-.056-.037-.056-.056-.008-.023 0-.051.023-.086.044-.063.067-.115.067-.154v-.051l.027.004.09.004a.388.388 0 0 0 .035-.117l-.027-.004a.678.678 0 0 1-.145.082c-.044.012-.099-.012-.178-.066v-.004l-.003-.004z"/><path fill="#676767" d="M12.352 4.977l-.012-.008c-.02 0-.039.02-.059.062l-.011-.007-.004.004.004.004-.036.036-.016.008-.043.023-.005.027c.005.044-.008.075-.027.087l-.016.047c-.004.012-.008.043-.004.086l.023.118c.008.016.028.035.067.052l.091.023a.181.181 0 0 0 .09-.035l-.023-.044v-.011l.008-.035v-.005l.043-.078h.074l.021-.004a.532.532 0 0 0-.075-.121l-.027-.039a.3.3 0 0 1-.035-.115c-.009-.036-.021-.059-.028-.075z"/><path fill="#262626" d="M11.994 4.829l-.008.012-.012-.004-.051-.008-.003.023v.012h-.013l-.083.031-.004.012c-.012.027 0 .051.028.082l.008.008-.008.012a.37.37 0 0 1-.099.106c-.016.012-.02.023-.02.035l.027.036.043.016.036.004c.047 0 .078.004.091.023l.039.027c.027.012.051.02.07.02.016 0 .035-.012.051-.043l.031-.035.023-.075-.02-.087.031.008.052.004.023-.016.008-.02-.039-.113.012-.039a.062.062 0 0 1 .043-.035h.004l-.008-.028-.095.004v-.005l-.086-.059a.127.127 0 0 0-.102-.021l-.012.009c-.008.016 0 .031.023.039.024.017.032.036.02.065z"/><path fill="#989898" d="M13.459 3.831l-.047.062c-.008.012-.012.035-.004.074v.023h-.098l-.067-.02-.052.079-.008.008-.062.039-.055.06-.008.012-.098.113v.004h-.004l-.074.04-.06-.039v-.004l-.055-.059-.035-.02.027.16.023.087-.059.056-.082.121v.051l-.004.004h-.004l-.02.031.016.028h.031l.113.031h.008v.004h.004l.023.023.031.017h.008v.004c.013.016.021.031.021.047l.012.035.122.035.035-.008.035-.047.094-.182h.004v-.002l.044-.059.006-.004.074-.035.052-.004c.02-.031.035-.047.055-.047.012 0 .031.008.062.023l.008.004v.004l.066.102v.004h.004v.008l.009.075-.005.083-.02.07v.008h-.004l-.051.062-.023.051.004.087h.008l.027-.012.031-.027.008-.008.004-.008.04.035v.068h-.004l-.036.016-.012.016v.035l-.004.004-.023.043h-.004l-.007.003-.031.004-.031.008-.023.043.004.008.129-.016.024-.02.043-.113.29-.299h.009l.062-.031.004-.004v.004h.052l.051-.012.055-.023.039-.044.062-.173v-.003l.244-.256v-.004l-.016-.137a.074.074 0 0 1-.035-.023l-.008-.008V4.2l-.039.004a.107.107 0 0 1-.048-.035l-.012-.024v-.004l-.004-.004v-.213a.2.2 0 0 1-.075-.051l-.051-.055-.047-.067c-.008-.016-.008-.039-.004-.075l.004-.02-.027-.034-.004.031-.035.067h-.012a.195.195 0 0 1-.083-.016c-.023-.008-.035-.028-.035-.052v-.015h-.02l-.075.02-.055-.055-.02-.004-.02.02.023.039.008.012-.039.083h-.003v.003h-.004l-.07.079-.004.004h-.008l-.111.012-.074-.019z"/><path fill="#4D4C4C" d="M13.545 2.627l-.016-.082-.039.024h-.004l-.094.035-.004-.008-.016-.004v.043l-.004.004-.047.071h-.004v.004h-.004l-.071.06h-.008v.008l-.012-.008c-.048-.02-.079-.044-.087-.063-.008-.008-.012-.008-.02-.012l-.051.008-.031.031.082.071.066.027.004.004h.004l.004.008v.004l.013.078h.004v.122l.016.071.047.109.056.051.043-.031.031-.039v-.004h.004l.055-.066.047.043v.008l.048.09.059.023.032.095v.008l-.004.087v.004h-.004l-.024.078.044.039.047-.023.047-.047.012.008.039.012.047.043.052-.012c.039-.012.059 0 .07.027v.035l.008.004.056.016.023-.051v-.02c0-.016.004-.031.016-.035l.031.004c.042.019.062.046.062.078l-.004.027v.048l.043.063.052.055c.016.02.035.027.055.035h.008c.013.008.021.027.021.07v.178c.008.016.02.027.031.031h.008c.023-.012.039-.008.059.012l.012.008c.02.004.035.02.039.051l.006.098.091-.184c.027-.099.059-.158.103-.166.035-.012.09.008.16.047l.256.021.008-.056L15 3.882c-.055-.031-.079-.055-.071-.07l.091.004c.083.027.161-.02.235-.154h.004l.087-.082.012-.181v-.02h.021l.066-.016h.012l.008.004v.004l.135.145.04-.016.008-.023-.075-.071-.012-.008-.008-.012.114-.067-.008-.164-.048.008h-.004l-.062-.031a.354.354 0 0 1-.102-.048c-.023-.012-.039-.023-.039-.039v.004c0 .016-.004.023-.012.027-.012.008-.027.012-.056.012h-.004l-.004-.004h-.004l-.055-.039-.048.039c-.023.021-.039.036-.039.052l.023.051c.012.016.012.023.008.035-.008.012-.027.023-.055.027l-.023.012c-.027.008-.051.004-.066-.016l-.008-.012-.101-.106c-.048-.016-.075-.036-.087-.06-.008-.012-.012-.023-.008-.031a.168.168 0 0 0-.02-.071l-.02.012-.003.008c0 .012.004.024.016.04l.004.008.004.004-.004.008-.055.09-.09-.02-.02-.012v-.012a.066.066 0 0 0 0-.055l-.012-.031-.074-.056-.004-.004c-.009.012-.017.012-.024.016l-.07-.008c-.023-.004-.039-.008-.047-.023-.004-.008-.004-.023.004-.043l.004-.012-.031-.055-.138.008c.004.02 0 .031-.008.047-.004.012-.02.016-.031.016-.021.008-.044 0-.063-.02v-.003h-.004c-.031-.035-.043-.062-.043-.086l-.027-.04-.039.028c-.035.02-.059.02-.07.004l-.017-.004-.039.004-.106.035a.1.1 0 0 1-.059.02h-.012a.106.106 0 0 1-.078-.027l-.063-.051-.081-.124z"/><path fill="#989898" d="M15.989 1.889l-.06-.385.004-.008h.004c.028-.043.044-.078.036-.105l-.016-.024c-.044-.027-.063-.09-.052-.196h-.035c-.027-.004-.059.008-.09.027-.031.023-.051.051-.055.07-.016.048-.067.079-.154.107l-.02.121V1.5l-.004.004-.043.078-.004.008h-.008l-.389.071h-.013v-.007l-.114-.122.035-.035-.043-.059-.056-.039-.004-.004h-.004v-.008l-.02-.106-.102.008-.008-.008-.086-.052-.311-.055-.26-.012-.008.008c-.012 0-.02-.004-.023-.012L13.937.82a3.072 3.072 0 0 0-.204-.264 2.934 2.934 0 0 0-.205-.239l-.219-.216-.036-.02L13 .079h-.004l-.008-.008a.314.314 0 0 0-.126-.051c-.052-.02-.169.02-.354.117L12.5.141l.008.055h.004V.2h-.004v.008l-.031.063v.004h-.004l-.004.043c0 .036.008.075.02.106l.028.02.059-.004.052.012.02-.016c0-.035.012-.062.027-.07h.039l.136.039.032.004-.044.074v.09c0 .021.036.067.106.135a.261.261 0 0 0 .095.051l.02-.004.02-.008.066-.067.051-.031V.644l.107-.016.031-.067.094-.055.082.047v.004l.008.004.079.135.031.09v.012l-.016.109.032.075v.012l-.024.087v.078a.7.7 0 0 1 .036.13l-.008.066v.004l-.04.056v.004l-.039.046-.004.086.023.091.004.004-.004.004-.023.138-.021.02c-.016.012-.035.012-.059 0h-.008l-.035-.039-.039.012-.051.055-.055.161v.004l-.005.004-.055.047h-.008l-.032.004-.06.089.031.059.008.008.079.098v.035l.087.012.016.079v.004l.012.094.023.02.078-.023.074-.043.013-.008.027.133.035.052.008.004.028.055.059.048c.008.012.027.012.047.012l.02.004.035-.016a.306.306 0 0 1 .087-.028l.023-.012.055-.004c.021 0 .028.004.04.016l.078-.053h.008l.008.004.004-.004.008.008c.031.035.047.067.047.083l.035.059.028.008h.008l-.008-.008c-.005-.02-.005-.031 0-.039.008-.012.023-.02.047-.02l.146-.004.004-.004h.008v.008h.008l.043.082-.004.043h-.004l.055.012h.004c-.004-.012-.004-.02.004-.027l.02-.004.131.09c.012.012.02.028.023.048l.004.055.043.008.027-.047c-.012-.023-.02-.048-.016-.063s.008-.027.023-.035l.012-.012c0-.008.004-.012.012-.016l.035.004c.02.012.035.051.043.118v.008l.008.004c.004.016.028.027.063.039h.004l.004.004.126.13.059-.02-.008-.02a.083.083 0 0 1-.02-.051c0-.027.02-.056.059-.083l.066-.06.079.056h.016l.017-.087v-.016l.016-.004.062.008c.012.012.02.023.02.043 0 .017-.012.036-.023.052l.012.008c.039.02.07.035.094.039h.004l.051.028.04-.004-.063-.287a.377.377 0 0 1-.109-.126c-.027-.048-.012-.114.051-.192.035-.039.078-.078.126-.118l.004-.008h.056l.004.008.047.021h.098c.039-.021.074-.079.114-.174.022-.056.022-.169.006-.347zm-2.266 3.909l-.008.004c0 .02-.012.031-.031.031l-.154-.016a.853.853 0 0 1-.211-.055l-.217.204.008.086v.008l-.02.005c-.169.023-.26.008-.271-.047l-.02-.243-.196-.012-.082.173-.009-.074c-.004-.06-.016-.095-.027-.103l-.086.043-.039.052-.004.004h-.004l-.079.027c-.087.07-.162.145-.229.224l-.208.282.043.099v.015l-.004.004c-.016.023-.008.06.016.099a.342.342 0 0 1 .048.168v.012l-.17.1v.039l.079.035c.008.004.012.012.012.016v.007c-.004.02.027.047.087.074l.145.039.043-.027.048-.066.039-.113.114.043.016.012v.012c-.02.047-.008.078.027.098l.125.004a.232.232 0 0 0 .104-.043c.016-.02.039-.023.074-.02.043.008.082.023.109.059l.027-.066.008-.012h.004c.02-.012.032-.031.048-.059a.163.163 0 0 1 .062-.075l.056-.031.004-.006.004.004h.004l.031.008.008.004.043-.196v-.004l.062-.012c.063-.043.095-.079.091-.11l-.012-.06c-.016-.039-.016-.066-.008-.078.012-.012.02-.016.031-.016.027 0 .06.008.091.023l.008-.062v-.008l.004-.004.066-.031.008-.035h-.039l-.008-.004.004-.02v-.011l.004-.009h.02c.027 0 .059-.016.094-.047l.248-.177h.008l.078.035.031-.004-.02-.082v-.007l.004-.004.004-.004.044-.071-.012-.008-.028.008v.004h-.004l-.078.012h-.024v-.005l-.004-.012-.016-.027h-.014z"/><path fill="#676767" d="M14.072 8.135l.028-.031V8.1l-.098-.078c-.052-.035-.095-.047-.127-.043l-.043.016v.082a.164.164 0 0 1-.047.082l-.015.016.039.047h.004l.012.031.047.021c.028-.021.048-.028.067-.024l.083.017.004-.028c.003-.056.023-.089.046-.104z"/><path fill="#CCCBCB" d="M13.502 7.272a.444.444 0 0 1-.113-.197c-.114 0-.181-.02-.213-.059-.023-.035-.07-.059-.137-.078l-.02-.004.02-.067-.012-.008-.02-.004c-.047.023-.079.048-.091.079a.226.226 0 0 1-.06.078c-.02.062-.039.094-.059.094-.012.004-.02-.004-.027-.016l-.03-.027a.163.163 0 0 0-.066-.023l-.039.008a.212.212 0 0 1-.127.055l-.148-.008c-.047-.023-.066-.07-.055-.129l-.056-.02-.027.078v.004l-.004.004-.012.016.035.008h.008l.004.004v.004a.773.773 0 0 0 .146.166c.016.008.062.023.146.047l.142.051c.043.02.086.105.133.26.063.042.103.062.13.058.028-.012.075-.039.142-.083l.004-.004.004-.004.008.004.07.017h.008v.012l-.006.01a.47.47 0 0 1-.059.164l-.094.004v.004c0 .039-.027.099-.079.174a.1.1 0 0 0-.02.055l.091.062c.023.027.039.035.059.035h.02l.02.066.043.017.023-.024c.012-.012.028-.02.04-.016.039 0 .07.023.11.075l.035.048.004-.005c.023-.016.066-.012.129.009l.103.023.095-.032.039-.02.027-.02-.023-.027c-.008-.016 0-.036.02-.056.023-.02.039-.039.039-.062v-.047c-.008-.023-.004-.039.004-.047.008-.016.035-.023.066-.031.052-.008.114.016.189.078l-.027-.078-.043-.06-.009-.071-.067-.011h-.004v-.004l-.177-.102-.086-.016v-.02l-.003-.088c-.06-.166-.108-.268-.143-.303zm-.68-2.416l-.031-.016h-.004l-.023-.023-.11-.032h-.027l-.02.008-.044-.083.004-.004.031-.039V4.62l.004-.008.021-.031-.016-.008-.06-.012-.102-.016h-.008l-.059-.059v-.003l-.02-.04-.004-.012.031-.083V4.29l-.004-.016-.029.031-.004.004-.008.012-.008-.012-.012-.004-.059-.047-.009-.008v-.007l-.012-.086-.027-.044-.06.004-.035.063-.004.008-.004.004-.094-.02-.016.086v.086l-.004.004-.051.079v.008l-.008.004h-.004l-.06.004-.06.048-.008.008h-.008v-.004l-.109-.036-.016.04v.004l-.047.078a.053.053 0 0 1-.031.027l-.048-.008-.062-.027-.013-.008-.004-.004v-.004l-.012-.095-.02-.07-.012-.021-.027.056-.046.064-.039.09v.008h-.004l-.035.051c0 .016-.012.039-.035.074l.023.091.117.13.039.082v.008l-.004.008h-.004l-.031.04-.008.008-.078.014.008.062.059.032.086.02.023.078v.008l-.02.134v.004l-.031.059v.013h-.008l-.098.016v.039l-.027.085-.012.098.02.056.121.075.004.004.051.086v.004l.004.004-.004.003-.062.138-.016.039-.039.091-.016.07-.004.008v.004a.108.108 0 0 0-.039.055c-.004.008-.004.016.004.023l.004.004.039.044.02.031.008-.004.004.012v.019l.008.023.035.013.142.031a.359.359 0 0 0 .138-.031.236.236 0 0 1 .138-.017l.008-.027-.05-.106-.004-.008h.004l.225-.311.239-.231h.004l.075-.027.039-.043v-.004a.348.348 0 0 1 .09-.052l-.023-.02-.051-.051v-.003h-.004l-.039-.047-.004-.008v-.007l.02-.023-.051.012-.11-.027c-.044-.02-.071-.044-.079-.071a.496.496 0 0 1-.027-.188c-.016.02-.035.023-.055.023l-.082-.02-.056-.039-.066-.016h-.032a.09.09 0 0 1-.059-.023c-.023-.016-.035-.031-.039-.047-.008-.032 0-.052.027-.071s.059-.052.086-.091c-.027-.035-.039-.07-.027-.105l.004-.004c.004-.02.036-.035.095-.055.004-.02.012-.032.02-.036l.06.004-.008-.008c-.039-.023-.052-.051-.031-.083l.031-.023a.15.15 0 0 1 .121.016l.09.063h.083l.028.023.006.031c0 .02-.012.031-.027.031-.021 0-.028.02-.032.043l.04.094c.023-.035.047-.055.07-.059.012 0 .027.008.039.023.012.02.023.055.031.09a.265.265 0 0 0 .027.099l.031.044a.383.383 0 0 1 .083.137l.153-.02.066-.035.062-.078.028-.075v-.008l.02-.079v-.004l.004-.008h.004l.059-.039.013-.008-.004-.004-.1-.031h-.006v-.004l-.02-.059-.008-.019z"/><path fill="#CCCBCB" d="M10.847 7.071h-.004l-.298.122-.091.087c-.017.133 0 .212.047.235l.087.055h.004v.005l.023.144a.595.595 0 0 0 .152.161l.087.02.012.004v.004c.012.017.04.032.091.048l.235.012c.173 0 .271.012.291.031.02.016.023.055.02.113-.004.039 0 .063.004.067l.087-.021c.066-.023.105-.023.125-.004l.031.04c.047.059.079.083.087.079a.182.182 0 0 0 .078-.071l.009-.012.07.043.043-.035c.012-.056.039-.083.086-.087l.02-.008-.008-.016-.008-.008.004-.004.004-.098c-.031-.047-.07-.063-.113-.055-.043.012-.074.012-.086-.004-.008-.013-.008-.021-.008-.036a.606.606 0 0 0-.091-.122c-.048-.039-.06-.074-.048-.109l.008-.012.11.02-.008-.066c-.004-.04 0-.067.021-.087.008-.016.027-.023.047-.027l.047-.017v-.02c-.035-.074-.047-.129-.031-.152l.023-.02c.012-.004.051.004.105.023l.004.004v.008c.043.051.067.082.079.09l.075-.121a1.07 1.07 0 0 1-.115-.166l-.059.04-.008-.008-.156-.04h-.004v-.002c-.067-.031-.107-.066-.111-.102l-.094-.043v-.09l.173-.103a.502.502 0 0 0-.039-.133l-.027-.055-.118.012a.4.4 0 0 1-.157.035l-.122-.027v-.043l-.02-.004-.035-.013-.008-.023v-.004l-.004-.012v-.015l-.008.004-.007.102-.004.035c-.008.02-.016.031-.008.039.02.027.016.059-.004.086l.016.067-.004.004-.008.004-.047.043v.091l-.012.004a.543.543 0 0 1-.182.059l-.172-.012-.075.066h-.003z"/><path fill="#676767" d="M14.257 10.319a.801.801 0 0 0-.275.342c-.051.118-.09.177-.118.192l.028.217v.004l-.021.148c-.008.048 0 .079.012.087l.162.106h.004l.004.012a.28.28 0 0 0 .062.105.13.13 0 0 0 .051.043l.023-.259v-.008l.114-.274.04-.326v-.003l.004-.004.035-.087-.027-.075v-.004h-.004l-.008-.102.004-.004.004-.004.02-.023.012-.027-.126-.056zm-3.87 2.298l-.012.02v.004l-.004.008-.16.04.008.02.051.06-.016.004-.075.039-.118.09c-.039.047-.031.134.027.264l.119.012h.004v.004l.117.055.126-.02c.051-.012.11-.059.185-.149h.004l.008-.008.055-.016-.016-.165v-.008l.07-.102v-.004h.004l.056-.044a.189.189 0 0 0-.016-.126c-.017-.031-.036-.043-.056-.043l.008.059-.105-.02-.047.027h-.217z"/></svg>
<svg class="tc-image-map-color-hover tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.006004333496094 13.241000175476074"><path fill="#215F8B" d="M13.585.798l-.026-.086-.071-.122-.06-.032-.059.032-.035.07-.004.008h-.012l-.11.021c-.013.008-.024.012-.032.023l-.022.027-.06.047-.016.008-.051.008a.28.28 0 0 1-.105-.059l-.005-.004c-.079-.079-.118-.134-.118-.166V.464l.012-.02-.113-.039-.005.039c0 .012-.012.027-.031.039l-.039.016-.016-.004V.491l-.061-.012.012.043-.103-.066h-.003l-.004-.004a.374.374 0 0 1-.023-.134c0-.039.004-.062.021-.079l.022-.043-.008-.035-.102.016c-.051.004-.086.035-.105.095v.004l-.06.091.06-.004h.004l.004-.004.004.008.047.02h.009l.008.004v.012l.009.082.022.078v.012l-.13.256c-.023.035-.035.13-.043.271v.012l-.053.098.035.039v.008c.006.06 0 .095-.016.103l-.012.004c-.027.017-.117.11-.264.287l-.01.012-.007-.007-.013-.008c-.051-.036-.099-.067-.125-.099-.023-.016-.082-.027-.182-.027l-.003.181-.004.004-.07.342a.831.831 0 0 0-.02.239l.027.036.023-.048h.004l.004-.008.092-.047.25.039.027-.031.035-.062.008-.004.005-.004.099-.02.129-.008c.039.008.087.059.146.137.156.079.243.15.263.213a.091.091 0 0 1 0 .082c-.012.027-.039.043-.078.047h-.004c-.191-.008-.304-.008-.342.004l-.095.063c-.117.087-.196.13-.239.13l-.078.012-.047.197c-.012.059-.031.099-.065.126a.26.26 0 0 1-.144.062.538.538 0 0 0-.195.074l-.066.142-.004.004h-.008l-.182.075h-.012l-.09-.02a.405.405 0 0 1-.162-.056.209.209 0 0 0-.152-.012.38.38 0 0 0-.066.239c.004.048.017.079.027.087l.027-.004.031-.02.008.126a.116.116 0 0 1-.047.098.377.377 0 0 1-.105.047l-.033.009c-.039.016-.121.122-.243.314v.004h-.005l-.117.071c.02 0 .031.008.027.023-.004.016-.017.02-.047.023l-.334-.006c-.373-.012-.664.091-.871.303l-.004.004-.008.003h-.004l-.139.016-.007.004h-.008l-.039-.095-.141.035a.578.578 0 0 1-.283-.07 1.15 1.15 0 0 1-.283-.173.49.49 0 0 0-.22-.095l-.126-.011-.141.02a1.207 1.207 0 0 1-.299.007 1.925 1.925 0 0 1-.417-.09l-.011.024h.008l.004.004v.004l.004.039.035.075.082.103.004.012-.015.073v.004h-.004l-.047.063.051.052c.02.02.031.035.031.051l.012.075.059.059v.008l.007.05v.039l.035.027.024-.008.004-.012c.012-.031.032-.046.059-.05l.032-.012.207-.02.083-.031.008-.004.012-.008.044.094h.004a.084.084 0 0 1-.012.062l-.115.163.008.027.052.051.052.031h.004c.023.032.042.051.066.059a.172.172 0 0 1 .078.063l.004.012.039.016.012.004h.004l.012.044.004.043.016.062.099.016h.009l.004.004v.004l.004.008.027.055.078.027.055-.027-.01-.032-.051-.047.008-.008v-.008l.043-.082h.095l.004.004.134.047.074-.012.059-.055c.067-.083.11-.119.138-.099l.032-.004c.034 0 .055.004.065.008.005.009.009.016.009.024 0 .016.016.047.039.091v.008l.012.055v.011l-.016.063v.004l-.004.004-.067.079-.003.004-.143.062-.02.04-.02.113.012.055.036.059.016.013.047.031h.165l.138-.02.021-.02c.02-.024.039-.032.052-.032l.094.016.009-.016c-.01-.027-.01-.05.006-.074l.039-.066v-.13l.069-.204.004-.004v-.004h.004v-.004l.123-.099.008-.008.105.048c.055.039.082.07.082.09l-.008.086-.035.056-.027.078v.087l.027.039.035-.004.008-.004.061.004a.14.14 0 0 1 .065.082l.036.012h.008l.133.063.059.02.084-.012.035-.048.047-.191.005-.106v-.008l.007-.004.004-.004.074-.063.043-.055.004-.004.079-.035.047-.027.06-.023-.033-.119.135.016v.004l.07.027v-.004l.02-.075v-.012l.012.004h.008l.063.017h.03l.061-.067h.004l.004-.004h.004l.078-.016.066-.062.035-.051V5.15c0-.023.012-.039.035-.051h.013l.075.008.031-.02.012-.056.078-.023h.008l.098.012.079-.02.048-.047.031-.062-.061-.062v-.004l-.012-.048-.016-.071v-.004l.035-.062c0-.02.013-.047.043-.078l.043-.086v-.004h.005l.039-.063.059-.118.056.078.004.004v.004l.021.079v.004l.013.078.055.023h.004l.017.008.005-.004.045-.081.024-.079.012.004.012.004.113.039.057-.043.004-.004h.008l.057-.004.038-.067v-.083l.027-.125.008.004h.013l.086.02.039-.071h.012l.078-.008h.011v.004l.008.004.04.056v.003l.004.004v.008l.008.078.039.035.055-.051.013.016a.08.08 0 0 1 .026.062v.07l-.026.071.02.031.039.044.166.023.005.004.006.005.013.012.047-.066h.004l.039-.04-.02-.059-.043-.251.113.055h.008l.051.062.033.031.047-.031.164-.181h.004l.06-.044.067-.094.004-.008.091.023h.043c0-.035.008-.059.012-.074l.065-.078.02-.012.078.027.095-.012.063-.067.03-.06-.02-.031-.055.027-.004-.004-.004-.004-.071-.06-.003-.004.026-.105.008-.079-.02-.066-.056-.021v-.005l-.003-.004-.004-.004-.045-.093-.008-.012-.067.078-.066.043-.016.008-.004-.004-.004-.008-.071-.066v-.004l-.052-.109V3.14l-.023-.079v-.122l-.008-.07-.055-.021h-.004v-.003l-.125-.099.008-.012.059-.062v-.008h.008l.066-.008h.004c.02 0 .039.012.055.031l.057.043.059-.047.044-.06v-.05l-.017-.125-.012-.051-.086-.016V2.33l-.08-.099-.004-.003-.039-.07-.008-.008v-.008l.086-.114v-.004l.004-.004v-.004h.008l.037-.004.043-.035.052-.157h.004v-.004l.062-.07v-.005h.008l.07-.02v.008l.047.039.017.004.028-.122-.028-.087-.005-.004v-.007l.013-.098v-.008l.048-.051.031-.056.004-.047a.41.41 0 0 0-.035-.122v-.097L13.6.99a.23.23 0 0 1-.026-.083l.011-.109z"/><path fill="#215F8B" d="M8.034 5.583h-.063l-.02.043.035.035v.008l.016.051.004.004v.012l-.008.003-.086.044-.004.004H7.9c-.066-.008-.101-.027-.113-.055l-.025-.047-.118-.024-.031-.148a.092.092 0 0 1-.055-.032l-.004-.008c-.02-.027-.035-.043-.059-.047a.182.182 0 0 1-.082-.071l-.047-.028h-.004l-.063-.062-.016-.055v-.004l.126-.174c.004-.011.008-.019.004-.023l-.024-.055-.067.028h-.004v.004h-.004l-.172.011-.067.016-.023.023-.012.024c-.016.02-.039.032-.075.024l-.004-.004-.059-.044-.004-.097a.167.167 0 0 1-.058-.067l-.016-.087-.039-.047-.044-.036-.02-.012.071-.09.016-.051-.079-.098h-.004v-.004l-.035-.079v-.004l-.008-.039-.051-.039v-.004l-.055-.058-.07-.012-.078.023-.012.016-.012.109v.123l-.013.004-.074.028v.004l-.071.004a.794.794 0 0 1-.117.055l-.008.003h-.004l-.134-.031-.055.059a.142.142 0 0 1-.075.039l-.082.066-.043.067v.004l-.004.004a.341.341 0 0 1-.06.075l-.047.059v.004l-.004.004-.027.02a.173.173 0 0 1-.055.011l-.098-.008-.023.035-.035.063.016.063-.008.154.027.047v.004l.012.035h.055l.094.02.122.008.056-.008h.012l.105.04h.004l.055.043.118.043h.004l.078.047.192.176.087.04.035-.017.035-.066-.02-.105c0-.031.023-.051.07-.07l.009-.006.24.142.027-.008.055-.031h.008l.031.004.047-.039.008-.004.012.008.142.097.004.004.09.074a.357.357 0 0 1 .082.083l.043.048.036-.004.039-.075.083.06h.008l.066.082.177.133.052.06.152-.044.008.114.066.066v.004l.056.082v.012l.059.271.06.109-.08.202v.012l-.066.016v.059l-.004.003-.067.11h-.008l-.094.008-.095.079c.013.012.028.02.056.031.039.012.043.044.023.097v.005l-.066.067h-.005l-.004.006h-.008l-.188-.026-.004.067.02.142.157.065v.008l.06-.02.004-.004.008-.004.004.008h.004l.042.024h.066l.024-.005-.024-.072-.015-.079v-.012l.004-.004v-.004l.023-.027.008-.008.004-.004.043-.061.004-.003.071-.055h.004v-.004h.004l.087-.012v.024c0 .026.004.047.008.06l.016.035.023.052.078.043.216.021h.021v.02l-.008.07.062.066.047.02.009.004v.004l.002.005v.068l-.02.079.026.02c.03-.004.06-.004.087.017l.091.043.056-.043.059-.063.004-.027.004-.008.008-.004.008-.008v-.009l-.02-.083-.004-.043-.004-.004v-.004l.004-.004v-.005l.031-.051.004-.003.062-.043h.135l.02-.008-.004-.067-.02-.061-.042-.068-.004-.003v-.107l.022-.058.004-.005.106-.155.004-.004h.004l.008-.004h.023l.039.004.09.051.06.017.008-.028-.012-.007v-.012c0-.023.012-.043.036-.062l.07-.051.004-.004v-.004c.039-.012.062-.02.078-.02l.062-.008h.008l.04.008.027-.098V6.78c0-.043 0-.07.013-.078l.028-.051-.036-.046-.047-.032-.098-.027c-.02 0-.055-.021-.113-.071l-.06-.027h-.004l-.004-.006-.069-.086h-.068l-.004-.003h-.004l-.059-.032-.035.047-.008.186.012.07h.027l.004.004.055.016v.008l.027.066h.004v.008l-.016.122v.012l-.003.003-.055.032-.008.005-.004-.004h-.004l-.027-.008-.063.023h-.004l.004.012.004.004.012.105c0 .016-.008.023-.023.027h-.049a.063.063 0 0 1-.045-.023l-.049-.035-.004-.004h-.004v-.004l-.027-.066a.156.156 0 0 0-.066-.031h-.008l-.055-.04h-.008v-.008l-.016-.068.008-.05h.004v-.004l.023-.028v-.02l-.023-.07-.057-.05V6.55l-.013-.162-.039-.039h-.004l-.005-.004-.032-.074-.141-.016a.126.126 0 0 1-.074-.067h-.064a.212.212 0 0 1-.075-.051l-.008-.008a.322.322 0 0 1-.047-.071l-.004-.004-.011-.063v-.007l.023-.121v-.004l.023-.052v-.008h.004l.15-.063.06-.07.012-.059-.008-.043a.332.332 0 0 1-.039-.103l-.032.004-.056-.004a.478.478 0 0 0-.086.091l-.067.062h-.004l-.004.004c-.05.012-.086.02-.105.012l-.13-.047z"/><path fill="#509BC2" d="M9.079 5.618l-.071.197v.133l-.039.067-.008.047c.008.027-.004.052-.031.067l-.008.004h-.004l-.004-.004-.098-.012-.052.047-.149.024h-.062l.039.028.142.016h.016l.004.003v.004l.034.086.04.027c.012.016.02.039.02.082l.004.107.048.043h.004v.004h.004l.022.078v.043l-.027.04-.008.035.012.04.047.032c.051.02.078.032.09.052l.028.059c.03.016.047.031.055.047l.036.012h.004l-.018-.087c-.005-.02-.005-.039.004-.047.009-.013.017-.021.033-.024l.059-.02.004-.004h.004l.004.004.027.008.035-.02v-.008l.011-.099-.023-.046-.032-.016-.039-.004h-.007l-.008-.004-.016-.101.004-.201.008-.008.06-.082.086.047h.051l.039-.256c-.013-.028-.023-.047-.049-.059l-.023-.004v.004h-.012l-.062.012-.004-.008-.004-.004-.043-.055v-.003l-.004-.004v-.099l.016-.055.016-.023c0-.017.004-.032.02-.052l.017-.02.004-.066-.06-.055-.079-.039-.107.09z"/><path fill="#023057" d="M6.395 4.204l.004-.004h.005v-.004l-.127-.357-.078-.063v-.008l-.02-.146-.165-.023h-.011v-.004l-.004-.008v-.004a.456.456 0 0 0-.15-.177.338.338 0 0 0-.121-.067c-.028-.016-.055-.027-.075-.043-.052-.035-.228-.062-.538-.07h-.012l-.035-.055a.35.35 0 0 1-.031-.103c0-.043.051-.185.16-.417l-.055-.171-.058-.276c-.008-.039-.075-.074-.194-.109-.023-.008-.047-.016-.07-.031a.177.177 0 0 1-.09-.1.225.225 0 0 0-.118-.117l-.004-.004-.004-.004-.048-.244-.188.02-.02.052c-.023.082-.046.121-.074.121l-.122.039c-.074.028-.121.059-.144.094a.338.338 0 0 0-.033.126.55.55 0 0 1-.039.153.194.194 0 0 1-.114.109c-.102.04-.275-.027-.514-.195l-.322.412.039.169h.004l.004.008-.008.004v.004a.1.1 0 0 1-.066.044c-.032.008-.063-.004-.1-.028-.031-.024-.121-.043-.266-.051l-.067-.004-.098-.008-.105.02.047.067c.039.051.055.082.051.102l-.044.256.021.137h.004v.004l-.006.003-.078.256c-.004.023-.012.035-.02.031h-.007v-.004l-.012-.023c-.017-.031-.024-.043-.036-.039-.008.004-.02.019-.023.054a.392.392 0 0 1-.126.192l-.071.056-.035.02h-.004l-.256.004-.097.094h-.016l-.271-.039c-.043.047-.086.062-.13.055-.039-.012-.107.003-.201.038l-.109.13-.004.008-.174.004v-.146H.617l-.02.062-.083.02H.507l-.004-.003H.499a.452.452 0 0 0-.177-.063c-.035-.004-.078.02-.142.074a.54.54 0 0 0-.137.155c.012.008.02.023.02.047a.27.27 0 0 1 .012.082.124.124 0 0 1-.032.067c-.02.012-.031.047-.043.11l.062.043.087-.091.11.122v.008l.024.216v.004H.279l-.062.299H.201c-.091 0-.15.004-.174.02.004.02.043.052.11.095l.055-.008h.013l.004.004.129.125c.051.043.047.118-.02.229l.02.121.051.012H.59l-.103.093.06.031.078.044.212.09.004.004h.008l.02.322c.003.063.051.11.144.141l.016-.008h.008l.221.031h.015v-.003l.004-.008a.366.366 0 0 0 .039-.082v-.008c-.004-.035.012-.066.043-.09a.178.178 0 0 0 .062-.075l.004-.004c.012-.031.051-.039.118-.02h.004l.076.044.247.047.153-.011.11-.048a.168.168 0 0 1 .048-.047c.02-.004.047.004.078.031l.017.008c.015.012.027.036.042.079l.078.059h.075l.083.035.153-.012.086-.027.225.02.098-.027.114-.047a.281.281 0 0 1 .09-.04h.215l.079-.028a.165.165 0 0 1 .083-.031h.125l.059.044.17.035c.023 0 .047.02.086.055l.07.047.008.008.162.004h.004l.074.038.098.02h.004l.083.012.023-.048-.035-.078-.016-.078v-.004h-.004L4.62 6.2l.055-.075v-.004h.005v-.004l.055-.04-.013-.023-.023-.078c0-.012-.012-.02-.036-.035l-.059-.063-.075-.063-.004-.008-.008-.004.004-.004v-.008l.012-.075v-.055l-.035-.094.091-.02.043-.043h.11l.109-.016h.004l.074.008.087-.031.099-.012.062-.027h.004l.169-.032.028-.027-.007-.032-.032-.055v-.004l-.004-.003v-.004l.008-.059.004-.004v-.083l-.016-.071v-.004l.04-.078c.016-.035.035-.055.059-.055l.102.008a.097.097 0 0 0 .055-.023l.154-.209v-.004l.004-.004.082-.066.008-.008a.208.208 0 0 0 .062-.027l.02-.02c.026-.036.051-.051.066-.051l.134.027.113-.055h.008l.066-.008.056-.024V4.36l.016-.113v-.008l.02-.031-.001-.004z"/><path fill="#215F8B" d="M6.529 5.548l-.035.027c0 .016.008.051.02.102v.004l.004.004h-.005l-.042.098-.059.024-.013.004h-.004l-.102-.047h-.004V5.76l-.192-.177-.075-.043-.118-.044v-.004H5.9l-.055-.039-.097-.031-.056.004h-.004l-.126-.008h-.004l-.089-.02h-.055l-.043.032c-.025.012-.056.015-.096.023l-.082.016-.07.023-.004.004V5.5v-.004l-.086.009-.091.035h-.013l-.074-.008-.113.016h-.095l-.039.039h-.004l-.048.012.02.047v.074l-.012.067.067.055h.004l.056.063c.035.027.051.047.051.07l.02.059.027.059c-.004 0-.004.004-.004.004l-.078.055-.052.068.012.058.036.082.004.008v.004l-.008.031c-.008.02-.016.036-.028.044-.023.02-.062.02-.126 0l-.098-.02h-.008l-.07-.035-.114-.004.004.004-.012.197c-.004.027-.025.039-.052.043-.012.004-.02.02-.016.051v.004h-.003l-.008.05a.218.218 0 0 1 .055.06l.02.095v.035c-.005.019-.009.035-.017.051l-.027.078-.051.098v.02l.008.047.051.067a.154.154 0 0 1 .027.043l.048.067.071.078c.027.028.047.04.055.04l.074-.048c.016-.012.027-.021.047-.021.016 0 .039.013.075.037h.004v.004l.039.047.02.048.017.021.012.008.051.035.026.004a.09.09 0 0 1 .043.03c.008.011.051.027.126.048h.004l.118.043h.008l.082.039.142.035.004.004.184.008.082-.03h.075v.004l.004.003.062.078v.004l.04.063.031.035.043.02.005.003.004.004.035.078v.004h.004v.004l.02.087.055.02h.008l.044.028.059-.013.017-.059v-.004l.004-.004.066-.066.074.02v.008l.035.079.075-.026.007-.077v-.01l.004-.004.051-.026-.012-.109V7.96l.059-.122.059-.023-.023-.11h.059l-.005-.053-.031-.105v-.008l.008-.075v-.012l.008-.005.039-.049.008-.009h.012l.106.021h.004l.087.023.074-.023.043.086.004.004v.062l.012.06c.008.023.023.039.039.043h.008c.035.008.056.022.06.047.004.021.02.047.047.078l.035.052v.004l.024.043.035-.004.066-.059.043.09.086.027h.005l.003.004.043.078.02.013.004-.074v-.017l.173-.004.004-.016c.004-.007.004-.023-.004-.034a.213.213 0 0 1-.02-.073c-.004-.03 0-.055.008-.062.012-.017.02-.017.039-.012l.071.022.008-.051-.13-.059h-.008l-.004-.006v-.006l-.019-.158.004-.1V7.37l.216.028.056-.052c.012-.02.008-.034 0-.038-.056-.02-.084-.043-.084-.067 0-.012.004-.028.023-.036l.091-.091.098-.004.051-.086v-.082l.075-.016a.623.623 0 0 1 .039-.103l.032-.067-.055-.097v-.008l-.035-.133v-.004l-.025-.138-.047-.078-.07-.07V6.22L7.9 6.216l-.004-.075-.13.039-.004-.004-.058-.067-.177-.133h-.004l-.066-.086-.044-.028-.027.043v.008l-.004.004H7.37l-.056.004-.008.004h-.003l-.129-.142c-.027-.012-.055-.04-.095-.079l-.059-.043-.004-.004-.067-.039-.039.032-.004.007-.004-.004h-.004l-.035-.007-.039.02-.004.003-.004.004h-.004l-.054.008a9.523 9.523 0 0 1-.229-.133z"/><path fill="#215F8B" d="M6.762 7.477l-.091-.03-.095-.01-.031.035-.008.067.004.004.027.104.004.077v.023h-.047l.02.095-.074.027-.031.06.039.031.008.004.136.108.004.005h.004v.008l.02.099.063.091a.49.49 0 0 0 .071.079h.004l.004.004v.004l-.004.005v.087a.419.419 0 0 1 .015.149c.035.053.051.088.051.11 0 .017.012.047.031.09v.005a.33.33 0 0 1-.008.143c-.011.027.005.076.048.147l.004.005.003.006-.004.008-.062.139a.214.214 0 0 1 .016.071l-.016.129c-.008.043-.008.065.012.073l.023.017c.035.017.047.036.047.056l-.004.067.02.008.004.004.012-.012c.012-.013.024-.026.028-.048l.008-.012.004-.008c.016-.009.023-.021.035-.035a.165.165 0 0 0-.004-.076l-.008-.02.021-.004c.062-.016.099-.012.11.016l.031.08v.008l.016.129.051.027h.007l.031.027.031-.035.036-.027h.012c.027.008.043.027.052.056l.016.102.004.017.105.229.043.043.004.004v.004l.019.094.008.09.004.009c.027-.04.052-.06.067-.052.016.004.02.012.02.027v.113c.02.004.035 0 .039-.012l.04-.055.043-.045a.147.147 0 0 1 .086-.035h.003l.082.021.024-.012.043-.056-.007-.084c-.027-.047-.039-.086-.031-.113l.012-.071v-.008l.004-.009.075-.043h.004l.054-.037.062-.09.008-.065-.07-.166.156.071v-.071l.06-.051.114-.031h.008l.066.146v.008l-.007.055.007.051c.008.023.023.035.035.035.016 0 .031-.012.047-.031l.004-.008h.004l.095-.031h.005c.051 0 .074.013.086.035l.008.105v.004l.021.004.039.012.06-.004.099-.027.06-.051.002-.043-.027-.031-.104-.035-.008-.004v-.004l-.117-.119.012-.008.06-.051.004-.004.06-.023h.012l.078.017h.004l.005.004v-.03l-.035-.06-.056-.027-.074-.11-.006-.006V9.23l-.035-.129v-.099l.062-.06h.094l.221.021.104-.146v-.01h.008l.082-.044.043-.086.004-.004.099-.083.041-.085v-.004h.004v-.004l.039-.039.048-.078.015-.122v-.012l.004-.004.063-.043.017-.016-.094-.016-.158.009-.004-.005-.059-.047H9.57V8.12l-.031-.048-.008.005-.004.008c-.007.012-.028.017-.052.017l-.022.01c-.009.003-.013.008-.023.003-.008 0-.013-.012-.021-.03a.114.114 0 0 0-.036-.06l-.004-.002V8.02h-.004l-.02-.052H9.33l-.059.039-.003.004h-.004l-.138.027h-.008l-.008-.005-.09-.061-.004-.004v-.004h-.004l-.024-.048-.066.07c-.047.056-.082.073-.106.056l-.091-.047-.063-.009-.008.004-.058-.043-.004-.004-.012-.002.027-.106v-.037l-.035-.017h-.004l-.082-.09.004-.065-.205-.021-.078-.042c-.02-.012-.035-.036-.047-.075l-.012-.028-.015-.06-.029.004-.062.052-.075.091.016.066.023.086v.005h.004l-.004.004v.004c-.008.022-.032.035-.067.035h-.078l-.047-.023-.06.023-.011.004-.008-.004-.008.055-.004.009v.012h-.011l-.099-.033c0 .03.004.056.02.083.012.027.016.048.004.07l-.012.034c-.012.01-.047.014-.098.01h-.066l-.004.11-.087-.031h-.004l-.004-.003-.044-.083-.094-.033-.023-.051-.035.029h-.004l-.059.012h-.016l-.032-.072-.031-.045-.004-.004a.344.344 0 0 1-.055-.092c0-.004-.008-.012-.027-.016l-.016-.004a.11.11 0 0 1-.059-.07l-.016-.068v-.054L6.82 7.46l-.047.017h-.011z"/><path fill="#043960" d="M1.465 6.192v.005a.25.25 0 0 1-.075.085c-.023.012-.031.032-.031.055v.012c0 .021-.012.051-.043.099l-.004.02c-.008.012-.023.02-.051.02l-.224-.029v.004l-.016.051v.004l-.004.004c-.058.083-.097.141-.101.18-.004.02.02.091.07.213l.035.082c.016.039.004.086-.031.138l-.07.07H.802l-.024-.13-.032.162.052.078c.004.012.004.02 0 .022l-.009.01c-.016.012-.039.051-.063.117-.023.06-.011.119.036.183h.095c.032.007.079.058.146.147l.004.008c0 .028.012.048.031.063l.208.193v.004l.094.118h.055l.058-.107.008-.008.004-.004.146.035v.012l.02.1.172.199.06.023.004.004.026.016.004.005.13.192.106-.015h.012l.008.008.003.009.091.188.11.066.09.023.043.122h.067l.004.004.142.078v.004l.004.004.102.126.15-.027h.008l.055.023h.004l.094.083.169.013.103-.017c.137-.022.224-.012.255.022.021.031.009.062-.039.103l-.039.039c-.012.021.004.052.055.099l.004.008h-.006l.032.023.012-.012c.098-.186.176-.286.231-.307.059-.02.181.031.373.148l.235.043-.004.008v.008l-.012.11.118.017-.003.149a.428.428 0 0 0 .079.118c.023.016.141.016.35 0l.121-.062.117-.164.139-.004.066-.021.26-.15h.004l.004-.004c.148-.016.235-.021.259 0l.169.144.051.02.008.008.066.027.004.004v-.024l.028-.119c-.012-.035-.012-.062 0-.086.008-.021.027-.031.059-.039.06-.012.114.039.169.148l.008.004h.004l.099-.043c.02-.004.027-.023.027-.044l-.02-.069v-.004c-.008-.031 0-.06.031-.07l.035-.027.087-.095.059-.13c-.051-.082-.066-.141-.051-.182l.012-.109a.26.26 0 0 1-.036-.106.276.276 0 0 0-.047-.094h-.003v-.013L6.75 8.47a.225.225 0 0 1 0-.094.278.278 0 0 1-.075-.082l-.06-.079-.004-.004v-.012l-.02-.1-.058-.045v.005l-.113-.091v.009l.016.12v.017l-.06.026-.008.075v.012l-.138.054-.047-.11-.027-.008-.043.044-.027.079-.099.028-.056-.039-.078-.025-.023-.11-.031-.068-.047-.02-.004-.006-.036-.043-.035-.062-.055-.072h-.048l-.078.027-.004.004-.2-.013-.154-.03c-.011-.008-.039-.02-.082-.047l-.118-.039c-.091-.024-.141-.042-.153-.067l-.02-.013-.027-.005-.071-.04-.008-.003c-.012-.017-.023-.03-.031-.044l-.016-.036-.032-.047-.051-.024-.02.012-.02.016-.011.007a.135.135 0 0 1-.055.026c-.031.01-.062-.006-.098-.045l-.074-.079a.383.383 0 0 1-.056-.082l-.02-.03a.352.352 0 0 1-.058-.08c-.012-.036-.016-.067-.004-.098v-.004l.051-.087.027-.09.012-.058-.02-.091-.058-.052.012-.074c0-.055.02-.082.059-.09.012-.004.02-.012.016-.027v-.004l.004-.079v-.095h-.009l-.004-.004-.016-.008v-.004h-.004l-.07-.047h-.004l-.055-.047-.185-.035L3.81 6.2h-.109c-.016 0-.035.012-.063.027h-.004l-.087.032h-.215c-.032.008-.06.016-.075.031-.024.02-.068.035-.126.055l-.102.023v.004h-.008l-.145-.015-.013-.004.005.004-.005-.004-.051-.004-.086.027-.172.016H2.55l-.004-.004-.087-.031h-.07c-.032-.008-.067-.032-.106-.079l-.004-.007c-.008-.036-.02-.051-.024-.059l-.02-.012-.035-.02-.032.032-.004.008-.125.051h-.012l-.153.015c-.023 0-.067-.012-.126-.027l-.133-.024h-.004l-.079-.043h-.067z"/><path fill="#509BC2" d="M6.352 11.083l-.016.051c.023 0 .055-.017.087-.039l.004-.004h.008l.156-.021.103-.051.039.055.008.005-.047.073.056.056v.016l-.04.166.103.074.184.008-.027.035c-.117.146-.172.231-.168.261l.07.016c.094.008.149.035.169.07.023.047.047.094.067.148l.105.061.066.012.138-.119.071.107v.004l.004.004.023.098.059.012.09.031.024-.008v-.006l-.017-.102-.004-.004-.051-.232v-.008l.031-.16.008.004h.012l.106.008.134-.1.012.008c.07.057.118.101.142.131a.541.541 0 0 0 .126-.118l.004-.004.008-.01.196.053.087-.071.004-.004.004-.004h.004l.004.004.082.016.268-.234.082.024.004.004.004.004.004.004.02.035.021-.023h.004v-.004h.004l.079-.043.059-.057-.016-.121-.013-.017-.076.031c-.024.008-.044.016-.071.016h-.086a.092.092 0 0 1-.057-.026l-.008-.125c-.026-.017-.039-.024-.049-.024l-.021.008-.028.017-.054.01h-.015l-.004-.008-.031-.056-.004-.051.031-.148h.004v-.004l.035-.074-.109-.1-.004-.004-.004-.004v-.113l.004-.004.062-.181-.039-.099-.035-.01-.043.004-.044.067-.055-.039-.056-.032-.043-.108-.016-.078v-.009l-.004-.004.012-.008.051-.07.012-.008h.004l.04-.008.043-.013.204-.008h.004l.027.012.008.004.031.013.056-.023.048-.036.023-.039.004-.021-.004-.086-.045-.008-.082.027c-.023.028-.051.048-.077.048-.027 0-.051-.023-.074-.066h-.004v-.004l-.004-.055v-.008l.004-.052-.043-.106-.083.024-.035.032.012.117-.13-.06.031.071.004.004v.008l-.012.078v.008h-.004l-.074.105-.122.074-.012.073c-.004.013.012.043.031.082l.005.004v.004l.008.103v.013l-.004.003-.048.062-.004.004h-.004l-.035.023h-.017l-.09-.021c-.016 0-.035.009-.055.024l-.039.046-.031.039c-.02.034-.048.043-.091.034-.027-.004-.036-.03-.027-.065v-.028l-.004-.027-.017.02c-.012.017-.023.021-.039.021-.016-.004-.027-.021-.035-.047v-.004l-.008-.091-.02-.088-.039-.039-.004-.005-.081-.188-.004-.004-.024-.057v-.004h-.004v-.004l-.016-.102-.012-.016-.016.012c-.028.033-.048.053-.056.053-.012 0-.031-.016-.062-.039l-.058-.027-.008-.004-.004-.004v-.002l-.004-.009-.004-.077-.012-.061-.031-.079h-.031a.15.15 0 0 1-.009.079.15.15 0 0 1-.047.061.148.148 0 0 1-.035.062c-.024.022-.044.022-.067.008l-.012-.004c-.023-.009-.027-.035-.023-.087v-.02l-.051-.031c-.02-.008-.031-.032-.035-.067l.02-.176-.008-.027-.062.07-.044.03-.012.027a.21.21 0 0 1 .023.082c0 .04-.02.071-.055.083l-.071.027-.02.012-.004.028v.109c.004.034.008.055.02.055a.066.066 0 0 0 .075-.008l.023-.013.075.173v.014c-.027.31-.056.486-.091.533a.079.079 0 0 1-.052.026.123.123 0 0 1-.074-.021c-.102.205-.169.312-.2.326h.004c-.016.004-.023.056-.02.146l.023.021.008.008.008.008-.034.046z"/><path fill="#215F8B" d="M9.812 9.287l-.026-.012-.03.021-.021.035c-.016.034-.031.055-.059.055-.017 0-.035-.012-.047-.022l-.005-.004-.004-.005-.012-.039v-.004l-.005-.053-.022-.004-.004.004-.012.04v.056l-.005.004-.004.004-.046.062-.006.009h-.009L9.4 9.425h-.007v.009l-.031.043.012.026h.004l-.028.043h-.086v-.017l-.008-.008-.013-.008-.017.027-.004.013h-.056l-.004-.004-.036-.028-.004-.008v-.004h-.004v-.008l-.063-.012-.047.02-.026.02.077.092.104.031.004.004.005.005.051.047-.021.078v.012h-.005l-.066.056v.004h-.005l-.11.03h-.004l-.062.008h-.009l-.043-.017-.023-.004-.023.04h-.004v.004l-.053.036h-.003l-.071.031h-.004l-.082-.027-.181.008-.039.012-.004.004h-.036l-.043.061.008.066.04.09.043.022h.004v.005l.015.012.028-.041.004-.004.004-.004h.004l.059-.008h.008v.004l.06.017.059.135h-.006v.004l-.023.073-.02.047v.004l-.027.065v.084l.047.047h.004l.062.056.008.004.004.005-.047.108-.012.051.016-.008h.004l.039-.017.071-.039h.004l.079.013h.004l.117.047h.13l.035-.047.005-.004.004-.004.066-.031.062-.056.009-.004.047-.016.05-.038.06-.078.083.03.012.004v.005l.004.004c.013.031.023.047.035.051l.051-.008h.013l.026.008h.004v.005l.066.022h.021l.004-.016.008-.023v-.004l.004-.004.004-.005v-.004l.023-.017.004-.004.044-.035h.004l.004-.004h.008l.039.004c0-.022.012-.047.035-.07.027-.02.047-.031.059-.027l.023-.016h.004v-.004l.02-.02v-.005h.005l.004-.004h.004l.063-.016h.035l.016-.013.013-.022.021-.039-.008-.004a.199.199 0 0 1-.049-.103l-.004-.004h.004v-.005l.016-.087c0-.027.008-.047.028-.066l-.01-.068c-.005-.009-.013-.017-.032-.021l-.126.051.009-.129c.004-.021.043-.057.117-.1l-.035-.137a.12.12 0 0 1 .035-.114l-.008-.022h-.039l-.012.004-.021.055c-.016.021-.031.031-.047.031h-.008l-.039-.027h-.008v-.012l-.012-.027-.004-.039v-.004l-.004.008-.004.014h-.07l-.008-.017-.012-.043v-.059l-.044-.074v-.062l-.016-.029z"/><path fill="#80C3E2" d="M10.611 10.305l.004.004.008.008-.051.08a.11.11 0 0 1-.079.039h-.008l-.04-.023-.039.004-.078.059c-.02.008-.043-.012-.078-.059l-.023.051h-.004l-.004.004-.027.027h-.051l-.053.016-.062.047h-.021l-.022.017c-.021.021-.027.036-.017.052l.027.039-.109-.012-.06.048-.008.02v.005l-.013.03-.004.004-.004.005h-.053l-.07-.027-.022-.004-.056.008c-.022 0-.051-.027-.074-.071l-.047-.021-.039.061H9.43l-.057.044h-.004v.004h-.008l-.043.013-.062.055-.066.027-.048.062h-.158l-.121-.047-.066-.009-.06.033h-.004l-.04.016c-.02.008-.035.021-.047.023l-.008.021v.047l.02.032.096-.032c.02 0 .047.013.082.032l.008.004.004.004.004.133.021.004h.081l.051-.012.008-.008a.27.27 0 0 1 .096-.031l.016-.004.008.011.022.048v.004l.013.129v.013l-.07.075h-.006v.004l-.084.037-.026.031.012.023.17.016.004.004.004.003.065.039.147-.004v.021l.008.075v.008h.005l-.066.066c-.008.086.009.137.043.148l.126.067.1.066.082-.039.008-.004.008-.004.004.004.126.096.021.008.031-.041.008-.008.004-.004h.009l.073.012.017-.129.094.17.079.004.012.004h.008v.059l.033-.008.129-.174.055.083v-.035l.039-.079.035-.059h.1l.016-.109h.009l.009.004.073.012.009-.039-.027-.062v-.008l.017-.043v-.01l.004-.004h.004v-.004l.205-.108-.01-.105v-.004l.041-.079.008-.016.062-.146.004-.004.052-.051.03-.059v-.008l.027-.049-.023-.06v-.004h-.004v-.062h-.036l-.059.027c-.027.021-.066.012-.118-.021-.021-.016-.021-.055-.008-.113l-.031-.004-.017.021c-.035.039-.062.062-.07.062s-.012 0-.02-.004c-.004-.012-.013-.03-.013-.062 0-.035 0-.06.013-.065.008-.013.016-.018.022-.009l.075-.139.02-.052.012-.059-.043-.035c-.012-.012-.016-.039-.008-.078v-.023c0-.012-.008-.027-.023-.039h-.008l-.004.012c-.013.031-.039.047-.082.035a.127.127 0 0 0-.072.002z"/><path fill="#043960" d="M10.375 8.482l-.027-.062-.043-.062-.047-.012h-.004v-.005h-.004l-.039-.021h-.008l-.018.004-.051.009h-.004l-.008-.004-.052-.021v-.002h-.004v-.004l-.038-.039-.042-.044-.039-.024-.043.039-.054.039-.017.12v.004l-.051.085v.008h-.004l-.04.039-.047.091-.004.008c-.035.026-.066.056-.098.078l-.038.069c-.008.021-.039.043-.099.066l-.039.068L9.346 9h-.004v.004h-.008l-.314-.02-.034.035v.066l.03.13.067.095.056.031v.004h.004c.031.039.048.066.048.086v.051l-.021.021.012.008h.017l.022-.047h.008l.062.021.004.02h.031l-.008-.023-.004-.008.043-.066c.008-.02.027-.026.056-.02l.07.004.04-.051v-.048l.016-.052v-.004l.004-.004.004-.004.027-.016v-.004h.004l.004.004.059.008v.008l.013.047V9.3l.008.035.017.004.02-.026v-.004l.031-.045.004-.008.044-.02h.002l.004-.004.049.016h.005l.008.004.027.057v.055l.039.074v.063l.012.023h.012l.017-.021.004-.008.048.026h.008v.012l.016.068.02.012.004-.008.021-.052v-.004l.004-.009h.008l.028-.016h.004V9.52h.035l-.008-.021V9.49l-.021-.184-.075-.123-.141-.164-.004-.004-.008-.105-.049-.081v-.004l-.004-.005.004-.008.023-.102h.016l.248-.016.133-.07.004-.004c.048-.016.078-.036.087-.057a.16.16 0 0 0 .017-.081z"/><path fill="#509BC2" d="M9.516 6.093l-.025-.004-.039.24.068.078.062.027h.004l.004.004.082.067.113.027h.004l.061.04h.004v.008l.043.062.008.008-.005.009-.039.063c-.007.008-.007.027-.007.058h.004v.075l-.004.004-.037.119-.005.019h-.007l-.011-.004-.052-.011-.066.003-.059.02-.066.055-.016.015.086.043-.008.017c-.004.02-.023.039-.054.052l-.055.003-.091-.036-.083-.047h-.035l-.098.142-.02.047v.082l.039.065v.004l.022.063v.009l.004.09v.013l.004.008-.06.013h-.119l-.055.034-.024.039.004.004.023.118h.005v.047l.027.057.082.055.123-.028.059-.039.008-.005h.054l.031.074a.148.148 0 0 1 .044.064l.026-.004h.017l.004-.009.056-.043.051.09.056.035h.078l.06-.008h.012l.141.021h.004v.004l.059.035v.004l.051.039v.004l.035.041.041.016.062-.008v-.085l-.032-.057h-.006v-.002l-.022-.103.055-.055.004-.003h.004l.047-.008h.052l.016-.02-.031-.045-.113-.073-.031-.043-.004-.005-.002-.004.004-.008.031-.059.008.008.078.02.209-.008.004.004h.004l.059.021.04-.035-.021-.121-.074-.048c-.063-.035-.084-.122-.071-.263l-.062-.031-.008-.004h-.009v-.012l-.012-.104.086-.401a1.125 1.125 0 0 1-.056-.235l-.008-.117.008-.129v-.008l.009-.008.077-.06v-.062a.154.154 0 0 0-.026-.071l-.051-.055h-.009V5.98l-.008-.094v-.004l-.004-.004.008-.004V5.87l.103-.131v-.054l-.031-.059v-.004l-.004-.008.052-.062v-.004h.004l.056-.043-.009-.052h-.026l-.046-.008-.023.095-.012-.004-.102-.04-.062-.012.023.099-.087.027-.127.067-.039.051v.004h-.004l-.067.059-.011.095v.008l-.036.132H9.9l-.015.063v.004l-.004.004-.043.06h-.005v.004l-.004.003h-.004l-.095.012v.004l-.003-.004-.141-.047-.004-.004-.066-.032z"/><path fill="#80C3E2" d="M11.35 5.036l.016-.02-.027-.062-.027-.031-.03.051v.004l-.052.059-.004.004h-.008l-.096.027h-.008l-.09-.017-.051.017-.013.043-.004.008-.043.027-.008.004h-.008l-.079-.008-.004.008v.079l-.004.004-.043.055v.004h-.004l-.074.074h-.004l-.004.004-.078.016-.051.056.013.067v.016l-.013.003-.06.055-.03.039.022.051v.087l-.044.062v.004l-.059.068.008.078.052.047v.004c.024.039.036.07.036.099v.086h-.006l-.004.004-.078.059-.008.117.008.118c0 .04.017.114.056.224v.012l-.085.402.008.077.06.028.095-.095h.004l.303-.118.079-.07.008-.008.004.004h.008l.171.016a.6.6 0 0 0 .15-.051v-.083l.004-.004h.004l.047-.043-.012-.052V6.73l.004-.004c.016-.016.016-.031.004-.043-.012-.023-.008-.055.012-.09l.021-.027-.004-.056-.06-.071c-.026-.02-.03-.047-.016-.074a.186.186 0 0 1 .039-.066l.016-.066.043-.095.013-.044.062-.117-.043-.074-.121-.075h-.008v-.01l-.024-.063v-.012l.009-.105v-.004l.027-.078c-.004-.027 0-.047.012-.063.008-.008.02-.016.031-.016l.074-.012.02-.043.02-.13-.016-.047-.066-.016h-.004l-.078-.039-.004-.004v-.007l-.004-.004-.004-.095v-.02l.102-.024zm.207 4.185l.004-.004h-.008v-.008l-.03-.061-.005-.004v-.007l.009-.094c0-.013-.013-.022-.035-.039h-.024l-.039.047h-.004l-.098.047-.016-.065v-.008l.008-.031-.008-.039-.012-.004-.017.031h-.004v.004l-.122.104-.004.008h-.02l-.035-.016-.004-.004-.039-.035-.062-.022-.004-.004-.039-.027-.13-.027h-.004l-.088-.044v.004l-.065-.03-.086-.009-.03.004.026.146h-.013l-.086.009h-.053l-.047-.031-.078.035-.07.094-.062.171.02.184.029.105c.004.012.004.016 0 .021l-.012.002c-.021.012-.028.04-.024.079l.041.16-.014.004c-.07.041-.107.072-.111.088l-.008.056.067-.028.004-.004h.004c.048 0 .075.018.079.057l.012.086-.004.012-.008.008c-.012.012-.02.023-.02.039l-.013.092c.004.03.017.055.031.066l.082.098.073-.059.061-.008h.004l.004.008.039.012c.012 0 .023-.004.036-.016l.035-.053-.009-.03a.077.077 0 0 1 .035-.027h.095c.016.009.026.005.026-.004.013-.028.023-.04.035-.048.012 0 .031.004.045.016.026.024.047.045.047.071l-.008.071.016.012c.022.02.039.039.039.055l-.017.07c-.012.039-.022.066-.038.075v-.005l-.061.127.021.008.094.004.021.008-.008.016a.177.177 0 0 0-.013.086c.031.021.052.031.062.021l.055-.022.027-.012h.051l.053-.056v-.065a.063.063 0 0 1 .008-.053c.018-.014.049-.014.097.013l.095.061c.03.023.055.031.069.031v-.004c.008-.017 0-.047-.021-.088l-.051-.078v-.008h.004l.004-.008c.051-.07.105-.095.17-.07l.146.065.06-.039h.004v-.008l-.008-.008.004-.004.004-.009c.047-.078.062-.137.047-.168-.012-.027-.031-.039-.047-.039h-.013l-.007-.041h.008c.027-.014.043-.024.047-.041l-.012-.02-.062-.059v-.002l-.03-.086c-.013-.067-.021-.127-.013-.183v-.038l-.039.034-.035.039-.012-.164v-.008h.004c.086-.126.146-.201.164-.222l-.039-.116c-.012-.06-.02-.095-.02-.11l-.07-.031-.037-.009z"/><path fill="#509BC2" d="M10.19 7.763l-.005.015.021.023.102.071v.004h.004l.062.071-.007.008-.039.047-.004.004-.004.008h-.066l-.039.004-.027.027.012.035v.004l.004.039.035.052v.114l.03.012.056.016h.004l.004.004.005.004.051.07v.004l.026.07v.053a.184.184 0 0 1-.021.065.251.251 0 0 1-.108.075l-.134.078h-.004l-.244.017-.016.06.043.078v.008l.012.104.133.156h.004v.004l.057.091.004-.012v-.005l.043-.121.004-.004.078-.103.004-.004.099-.047h.008l.062.039.084-.009-.027-.139.016-.004.075-.008.078.004h.009v.004l.156.071.135.028h.008l.043.031.062.022v.004l.039.035.022.008.045-.039v-.004l.066-.051.035-.067.062.035v.008l.016.053v.012l-.008.031.004.009.039-.021.055-.055h.053v.004h.004l.034.023c.023.022.032.043.023.062l-.005.088.024.043.009.005c.094-.103.155-.152.194-.152h.106l.023-.051.082-.04h.004l.103-.008.106-.055v-.003h.066l-.012-.032.004-.008.016-.017-.146-.311v-.006l-.004-.004.063-.086-.02-.02-.105-.02h-.012v-.008l-.066-.069.003-.017-.004.004-.004.005-.059-.04c-.028.035-.057.06-.088.066-.027.012-.07-.02-.129-.091l-.031-.038c-.004-.009-.031 0-.074.016-.067.022-.11.027-.13.016-.021-.02-.028-.061-.021-.11.005-.043 0-.066-.008-.078L10.942 8a.342.342 0 0 1-.106-.059l-.078-.021a.559.559 0 0 1-.168-.162l-.052.043-.075-.024-.213.004-.06-.018z"/><path fill="#EAECEA" d="M12.756 11.191c.035-.004.055-.02.062-.039v-.004l.004-.012h.016l.071-.004v-.051a.1.1 0 0 1-.06-.023l-.117-.105v-.004l-.051-.149-.07-.069a1.647 1.647 0 0 0-.201 0l-.016.004.004.047v.02h-.012l-.062.027-.012-.008c-.051-.051-.084-.07-.104-.06-.138.066-.216.099-.238.082-.017.004-.035.021-.063.047l-.013.017-.016-.017c-.039-.034-.06-.065-.06-.09 0-.017.028-.047.075-.098a.484.484 0 0 0 .082-.106l-.012-.021c-.016-.008-.047.01-.086.041-.039.027-.063.039-.08.035-.008 0-.016-.013-.02-.031l-.004-.008-.035-.063-.074.048-.008.008-.004-.008h-.002a.962.962 0 0 0-.157-.07c-.036-.013-.071.004-.106.047l.035.06c.023.06.035.099.023.126a.034.034 0 0 1-.031.023c-.023.008-.059 0-.102-.035-.035-.023-.062-.043-.086-.055l-.049-.021v.004l.004.01v.086l-.062.069v.065l.027.072.005.004-.044.066-.027.062v.004l-.059.059-.098.225.004.121-.004.004-.213.122-.012.022.026.063v.008l-.02.082-.086-.012-.02.104h-.11l-.022.039-.033.067-.02.246.023.053.004.008v.051l.048.061.004.008v.047l.126-.008.008-.013v-.004h.004v-.004l.035-.047-.078-.071-.008-.008-.043-.036-.004-.004-.005-.004v-.076h.067l.008-.026-.027-.078h.152l.271-.131.035-.06.008-.021.056.023h.004l.004.012.023.028.027-.005-.008-.059h.091l.086.016.035-.059.004-.004v-.004l.008-.005.095-.026.017-.139.099.088.039.008.02-.023-.008-.298v-.025l.066.012h.004l.008.004.004.005.105.192.135-.017.023-.008.02-.048-.039-.031-.012-.013.09-.031.008-.004.004-.004.035.039.031-.017v-.06l.02-.004h.067a.151.151 0 0 1 .11.062l.008.016.027-.094c.016-.023.047-.027.094-.008l.008.004v.004l.004.004a.03.03 0 0 0 .016.008c.021-.008.092-.055.205-.146 0-.056.031-.086.082-.103z"/><path fill="#80C3E2" d="M12.771 8.891l-.004-.004-.086-.074-.047.022c-.033.071-.076.114-.131.135-.017.009-.035.004-.048-.008-.016-.021-.008-.063.021-.131l-.129.083-.004.008h-.118l-.103.052v.009l-.108.004-.06.031-.026.055-.009.008h-.131c-.022 0-.073.039-.155.121.039.017.059.031.065.044l.004.022v-.004l.06.221.004.012v.016h-.004l-.008.004h-.005l-.155.217.008.056c.022-.021.043-.023.059-.017.02.008.027.039.02.086a.46.46 0 0 0 .039.236l.056.059c.02.021.026.039.022.06l-.027.04.035.047c.021.04.004.105-.043.2l.051.087.009.02.032-.02c.051-.048.095-.061.13-.048.022.008.034.026.039.048.004.027-.027.074-.099.146l-.056.069.026.043c.041-.034.072-.047.092-.039.023 0 .09-.022.204-.081.034-.021.083 0 .142.059l.023-.012-.004-.048-.012-.009c-.009-.012 0-.022.012-.035l-.021-.075a.065.065 0 0 1 0-.039.116.116 0 0 1 .043-.027l.035-.031-.021-.047v-.004h.004v-.004c.017-.023.017-.043.013-.055-.017-.027-.004-.047.026-.076l.043-.039-.008-.008-.012-.012.051-.023v-.062c0-.023.021-.055.075-.094l.024-.02-.061-.066c-.02-.028-.012-.062.023-.1v-.011l.122-.102.004-.027c-.022-.008-.031-.051-.021-.116.017-.107.062-.158.146-.171h.008l.052.027h.055l.053-.062.004-.004.062-.039-.009-.056v-.012l.009-.009.016-.008.02-.023.004-.004-.039-.066a.866.866 0 0 1-.098-.152c-.021-.035-.018-.074.012-.119l-.07-.043-.125-.011z"/><path fill="#215F8B" d="M13.094 9.417l-.008.004-.066.047-.059.065h-.004v.009h-.087l-.048-.027c-.059.017-.09.056-.102.132l-.004.065.047-.043-.031.129v.008l-.131.114c-.02.023-.026.043-.02.055l.024.028c.026.022.043.043.038.06a.04.04 0 0 1-.012.03l-.082.07a.312.312 0 0 1 0 .087v.012l-.004.004-.031.012c0 .021-.01.031-.028.052l-.043.044v.004c.008.02.008.043-.009.078.021.039.021.066 0 .078l-.038.039-.009.004-.02.009v.008l.027.095h.008a.982.982 0 0 1 .217 0h.008v.004l.086.086v.004h.004l.051.146.106.1.043.016.005-.123.099.1.016-.017.07-.146.012-.082.013.004h.008l.074.004-.004-.06v-.02h.012l.1.004c.051-.052.074-.095.074-.132l-.016-.141.086.027.022-.039-.038-.039-.013-.016.078-.079.004.008h.009l.048.026v-.012l-.032-.07.013-.012.021-.013-.008-.026-.04-.074.008-.004.008-.008.107-.06.004-.043c-.091-.048-.139-.087-.131-.106.004-.017.012-.021.031-.021l.119.021.004-.07v-.008l.059-.06.016-.043a.142.142 0 0 1-.055-.039l-.004-.008V9.66l.004-.021-.004-.009-.008-.004-.004.004c-.008.017-.027.028-.057.028a.145.145 0 0 1-.105-.049v-.004h-.004l-.031-.055-.008.008a.111.111 0 0 1-.047.066c-.051.023-.099.031-.146.013a.106.106 0 0 1-.062-.071l-.012-.078c-.013-.074-.027-.117-.052-.129a.08.08 0 0 0-.065-.017l.004.066-.005.009z"/><path fill="#215F8B" d="M13.715 8.294a.398.398 0 0 1-.105.039.458.458 0 0 1-.118-.027l-.09-.012c-.027.012-.06.051-.103.117l.06.126-.099.055h-.004l-.08-.023c.032.06.041.095.028.109l-.009.031a.291.291 0 0 1-.051.09l-.137.122.034.021-.022.021c-.031.026-.039.06-.023.082l.094.146h.004v.004l.043.078v.004l.004.004-.004.009v.013l-.008.008c.021 0 .035.008.055.021.033.02.057.073.067.155l.017.08c.008.02.016.03.035.039.031.016.07.012.105-.013.02-.012.031-.022.027-.035l-.004-.004v-.009l.065-.047.009.008.051.087c.021.017.039.022.07.022l.021-.004-.018-.047.075.031h.025l.004.008.07.057.02-.032-.004-.134.004-.004.047-.06c.004-.008 0-.022-.02-.043l-.012-.012.008-.009.004-.008.012-.004.1-.162.008.004.021.004.008.006v.008l-.008.062h.008l.109-.1-.008-.051h-.02l-.039.004.066-.18-.059-.01h-.008v-.008l-.021-.023c-.012-.022-.012-.043.005-.062l.094-.004h.06c0-.02-.013-.055-.047-.113l-.082-.026.086-.082V8.6l-.043.01h-.017v-.006l-.004-.004-.004-.008c-.013-.039-.035-.07-.07-.083l-.157.004-.066.079v.004l-.02-.004-.248-.079.239-.062c.017 0 .056-.039.121-.117l-.082-.059-.069.019z"/><path fill="#80C3E2" d="M12.779 7.609h-.004v-.002c-.043-.15-.082-.232-.109-.244l-.138-.047c-.079-.023-.134-.039-.157-.056a.528.528 0 0 1-.148-.17H12.2l.004.004a.515.515 0 0 0 .105.166l.004.004.005.009-.063.112c-.023.043-.048.062-.07.056a.461.461 0 0 1-.1-.109l-.066-.02c0 .02.013.059.039.121v.014l-.012.045-.07.031-.022.008c-.012.012-.012.031-.008.056.008.06.004.094-.009.108-.008.009-.012.009-.021.009h-.003l-.079-.015c.005.016.017.03.035.043a.53.53 0 0 1 .103.146l.004.012.035-.008a.156.156 0 0 1 .121.026l.045.053.003.004v.003h-.004l-.006.102c.014.016.021.035.014.051-.008.02-.024.031-.053.035-.031 0-.047.021-.055.06v.004l-.031.067.047.047.104.02h.008l.051.055-.062.095.146.313.004.008-.022.027.008.024h.004l.267-.169-.043.078a.457.457 0 0 0-.062.146.187.187 0 0 0 .109-.118l.005-.008h.005l.074-.039.004-.008.104.094.118.004.004.004.057.037.145-.127a.246.246 0 0 0 .039-.074l.016-.03c.004-.017-.016-.056-.055-.122l-.035-.053.174.061.051-.027-.051-.109-.005-.004.087-.113-.039-.059c-.035-.039-.06-.06-.074-.06l-.008.005-.045.043-.008-.005h-.008l-.07-.022-.02-.063a.136.136 0 0 1-.078-.047l-.044-.026c-.035-.017-.056-.035-.056-.056-.008-.022 0-.051.023-.086.044-.063.066-.115.066-.153v-.054l.027.004.09.004a.358.358 0 0 0 .035-.116l-.027-.004a.655.655 0 0 1-.145.082c-.044.012-.099-.013-.178-.066v-.007l-.003-.004z"/><path fill="#666766" d="M12.352 4.978l-.012-.008c-.021 0-.039.02-.06.062l-.013-.008-.002.004.004.004-.036.036-.017.008-.043.023-.005.027c.005.044-.008.075-.026.087l-.017.047c-.004.012-.008.043-.004.086l.022.118c.009.016.029.035.068.052l.09.023a.178.178 0 0 0 .09-.035l-.021-.044v-.011l.009-.035v-.005l.043-.078h.073l.021-.004a.483.483 0 0 0-.074-.121l-.027-.039a.3.3 0 0 1-.035-.115c-.009-.035-.021-.059-.028-.074z"/><path fill="#023057" d="M11.994 4.829l-.008.012-.012-.004-.051-.008-.005.023v.012h-.013l-.082.031-.004.012c-.013.027 0 .051.028.082l.008.008-.008.012a.373.373 0 0 1-.1.106c-.016.012-.02.023-.02.035l.027.036.043.016.035.004c.047 0 .078.004.092.023l.039.027c.026.012.051.02.069.02.017 0 .035-.012.051-.043l.031-.035.022-.075-.02-.087.031.008.052.004.022-.016.009-.02-.039-.113.012-.039c.013-.023.027-.031.043-.035h.005l-.009-.028-.092.004v-.004l-.082-.059a.122.122 0 0 0-.102-.02l-.012.009c-.008.016 0 .031.023.039.021.015.029.035.017.063z"/><path fill="#509BC2" d="M13.459 3.831l-.047.062c-.008.012-.012.035-.004.074v.023h-.098l-.067-.02-.052.079-.008.01-.062.039-.055.06-.008.012-.098.113v.004h-.004l-.075.039-.06-.039v-.005l-.056-.059-.034-.02.026.16.023.087-.059.056-.08.122v.051l-.004.004h-.004l-.021.031.017.028h.03l.113.031h.008v.004h.004l.022.023.031.017h.008v.004c.014.016.021.031.021.047l.012.035.123.035.034-.008.035-.047.094-.182h.005v-.003l.043-.059.004-.004.074-.035.053-.004c.02-.031.035-.047.055-.047.012 0 .031.008.062.023l.008.004v.004l.065.102v.004h.004v.008l.009.075-.005.083-.02.07v.008h-.001l-.051.062-.022.051.004.087h.008l.027-.012.03-.027.009-.008.004-.008.04.035v.067h-.004l-.036.016-.013.016v.035l-.002.005-.024.043h-.004l-.008.004-.031.004-.031.008-.023.043.005.008.129-.016.024-.02.043-.113.289-.299h.01l.062-.031.004-.004v.004h.052l.051-.012.056-.023.039-.044.062-.173v-.004l.244-.256v-.004l-.016-.136a.074.074 0 0 1-.035-.023l-.008-.008v.004l-.039.003a.107.107 0 0 1-.048-.035l-.013-.023v-.004l-.002-.004v-.213a.21.21 0 0 1-.076-.051l-.051-.055-.047-.067c-.008-.016-.008-.039-.004-.075l.004-.02-.028-.035-.004.031-.035.067h-.012a.19.19 0 0 1-.082-.016c-.023-.008-.035-.028-.035-.052v-.014h-.021l-.075.02-.055-.055-.02-.004-.021.021.022.039.009.012-.039.083h-.005v.004h-.004l-.069.079-.004.004h-.009l-.109.011-.073-.021z"/><path fill="#043960" d="M13.545 2.628l-.016-.082-.039.023h-.004l-.094.035-.004-.008-.016-.003v.043l-.004.004-.047.071h-.004v.004h-.004l-.071.06h-.008v.008l-.011-.008c-.047-.02-.078-.044-.086-.063-.008-.008-.013-.008-.021-.012l-.051.008-.03.03.082.071.066.027.004.004h.004l.004.008v.004l.013.078h.005v.122l.016.071.047.109.056.051.043-.031.031-.039V3.21h.004l.056-.066.047.043v.008l.047.09.06.023.032.095v.008l-.004.087v.004h-.004l-.024.078.044.039.047-.023.047-.047.012.008.039.012.047.043.053-.012c.039-.012.059 0 .07.027v.035l.008.004.056.016.022-.051v-.02c0-.016.005-.031.017-.035l.031.004c.043.02.062.047.062.078l-.007.027v.048l.043.063.053.055c.016.02.035.027.055.035h.008c.014.008.021.027.021.07v.178c.008.016.02.027.031.031h.008c.022-.012.039-.008.059.012l.012.008c.02.004.035.02.039.051l.008.098.092-.184c.026-.099.059-.158.103-.166.035-.012.09.008.16.047l.256.021.008-.056-.118-.113c-.055-.031-.078-.055-.07-.07l.091.004c.083.027.161-.02.235-.154h.004l.086-.082.013-.181v-.02h.021l.066-.016h.012l.008.004v.004l.138.146.04-.016.008-.023-.075-.071-.012-.008-.015-.013.114-.067-.008-.164-.048.008h-.004l-.062-.031a.367.367 0 0 1-.102-.048c-.023-.012-.039-.023-.039-.039v.004c0 .016-.004.023-.012.027-.012.008-.027.012-.057.012h-.003l-.006-.004h-.004l-.055-.039-.047.039c-.023.021-.039.036-.039.052l.022.051c.013.016.013.023.009.035-.009.012-.027.023-.056.027l-.022.012c-.027.008-.052.004-.066-.016l-.008-.012-.103-.106c-.048-.016-.075-.036-.087-.06-.008-.012-.012-.023-.008-.031a.168.168 0 0 0-.02-.071l-.021.012-.004.008c0 .012.004.024.017.04l.004.008.004.004-.004.008-.056.091-.09-.02-.019-.012v-.013a.066.066 0 0 0 0-.055l-.013-.031-.073-.056-.005-.004c-.009.012-.017.012-.024.016l-.069-.008c-.022-.004-.039-.008-.047-.023-.004-.008-.004-.023.004-.043l.004-.012-.03-.055-.139.008c.004.02 0 .031-.008.047-.004.012-.02.016-.031.016-.021.008-.044 0-.062-.02v-.004h-.004c-.031-.035-.043-.062-.043-.086l-.027-.04-.039.028c-.035.02-.059.02-.07.004l-.017-.004-.039.004-.106.035a.1.1 0 0 1-.059.02h-.012a.106.106 0 0 1-.078-.027l-.063-.051-.081-.123z"/><path fill="#509BC2" d="M15.989 1.89l-.059-.385.004-.008h.004c.027-.043.044-.078.035-.105l-.016-.024c-.044-.027-.062-.09-.052-.196h-.035c-.026-.004-.06.008-.09.027-.031.023-.052.051-.056.07-.016.048-.066.079-.153.107l-.021.121v.004l-.003.004-.043.078-.004.008h-.008l-.389.071h-.015v-.008l-.115-.122.035-.035-.043-.059-.056-.039-.004-.004h-.004v-.007l-.021-.106-.098.007-.008-.008-.086-.052-.311-.055-.261-.012-.006.008c-.013 0-.021-.004-.022-.012l-.15-.338a2.669 2.669 0 0 0-.203-.262 3.181 3.181 0 0 0-.205-.239l-.219-.216-.036-.02L13 .079h-.004l-.008-.008a.308.308 0 0 0-.126-.051c-.052-.02-.169.02-.354.117L12.5.141l.008.055h.004V.2h-.004v.008l-.031.063v.004h-.004l-.004.043c0 .036.008.075.021.106l.028.02.059-.004.053.012.02-.016c0-.035.012-.062.027-.07h.039l.137.039.031.004-.044.074v.09c0 .021.035.067.105.135.044.031.07.047.095.051l.021-.004.02-.008.066-.067.051-.031V.645l.107-.016.03-.067.095-.055.082.047v.004l.008.004.078.135.031.09v.011l-.016.109.031.075v.012l-.023.087v.078a.8.8 0 0 1 .036.13l-.008.066v.004l-.04.056v.004l-.039.047-.004.086.023.091.004.004-.003.004-.024.137-.021.02c-.016.012-.034.012-.059 0h-.009l-.033-.039-.039.012-.051.054-.055.161V2l-.006.004-.055.047h-.008l-.032.004-.062.091.03.059.009.008.078.098v.036l.088.012.016.079v.004l.012.094.023.02.078-.023.073-.043.013-.008.027.133.035.052.008.004.028.055.06.048c.008.012.026.012.047.012l.02.004.035-.016a.306.306 0 0 1 .087-.028l.022-.012.056-.004c.021 0 .028.004.04.016l.079-.051h.008l.008.004.004-.004.008.008c.031.035.047.067.047.083l.035.059.028.008h.008l-.009-.008c-.005-.02-.005-.031 0-.039.008-.012.022-.02.047-.02l.146-.004.004-.007h.008v.008h.008l.043.082-.004.043h-.004l.055.012h.004c-.004-.012-.004-.02.004-.027l.021-.004.131.09a.072.072 0 0 1 .022.048l.004.055.043.008.027-.047c-.012-.023-.02-.048-.016-.063s.008-.027.023-.035l.012-.012c0-.008.004-.012.012-.016l.035.004c.02.012.035.051.043.118v.008l.008.004c.004.016.028.027.062.039h.004l.005.004.126.13.059-.02-.008-.02a.083.083 0 0 1-.02-.051c0-.027.02-.056.059-.083l.066-.06.078.056h.017l.017-.087v-.017l.016-.004.062.008c.012.012.02.023.02.043 0 .017-.012.036-.022.052l.013.008c.039.02.069.035.094.039h.004l.051.028.04-.004-.062-.287a.377.377 0 0 1-.109-.126c-.027-.048-.012-.114.051-.192.035-.039.078-.078.126-.118l.004-.008h.056l.004.008.048.021h.098c.039-.021.074-.079.114-.174.02-.055.02-.169.003-.346zm-2.266 3.909l-.008.004c0 .02-.013.031-.031.031l-.154-.016a.853.853 0 0 1-.211-.055l-.217.205.008.086v.008l-.02.004c-.17.023-.261.008-.271-.047l-.02-.243-.197-.012-.082.173-.008-.074c-.004-.06-.017-.095-.027-.103l-.086.043-.04.052-.004.004h-.004l-.078.027c-.088.07-.162.145-.229.224l-.208.282.043.099v.016l-.004.004c-.016.023-.008.06.016.099a.343.343 0 0 1 .049.168v.01l-.17.1v.039l.078.035c.009.004.013.012.013.016v.008c-.004.02.026.047.087.074l.145.039.043-.027.049-.066.039-.113.113.043.016.012v.01c-.02.047-.008.078.027.098l.125.004a.227.227 0 0 0 .104-.043c.016-.02.039-.023.073-.02.043.008.082.023.109.059l.027-.066.008-.012h.004c.02-.012.032-.031.049-.059a.157.157 0 0 1 .062-.075l.056-.031.003-.004.004.004h.004l.031.008.008.004.043-.196v-.005l.062-.012c.062-.043.095-.079.091-.11l-.012-.06c-.017-.039-.017-.066-.009-.078.013-.012.021-.016.031-.016.027 0 .061.008.092.023l.008-.062v-.007l.004-.004.066-.031.008-.035h-.039l-.008-.004.004-.02v-.012l.004-.009h.021c.027 0 .06-.016.095-.047l.248-.177h.008l.078.035.03-.004-.021-.082v-.007l.005-.004.004-.004.044-.071-.014-.008-.027.008v.004h-.004l-.078.012h-.024v-.004l-.004-.012-.017-.027h-.013z"/><path fill="#215F8B" d="M14.072 8.136l.028-.031v-.003l-.099-.078c-.052-.035-.095-.047-.127-.043l-.043.016v.082a.172.172 0 0 1-.047.082l-.017.017.039.047h.004l.013.031.047.019c.028-.021.048-.027.067-.023l.082.018.006-.031c.004-.055.024-.089.047-.103z"/><path fill="#80C3E2" d="M13.502 7.273a.449.449 0 0 1-.113-.198c-.113 0-.181-.02-.213-.059-.022-.035-.069-.059-.137-.078l-.019-.003.02-.067-.012-.008-.02-.004c-.048.023-.08.048-.092.079a.226.226 0 0 1-.06.078c-.021.062-.039.094-.06.094-.012.004-.02-.004-.027-.016l-.03-.027a.16.16 0 0 0-.065-.023l-.039.007a.206.206 0 0 1-.127.055l-.148-.008c-.048-.023-.066-.07-.056-.129l-.056-.02-.026.078v.004l-.004.004-.013.016.035.008h.008l.005.004v.004a.758.758 0 0 0 .146.167c.016.008.062.022.146.047l.143.051c.043.02.086.105.133.26.062.043.104.062.13.059a1.16 1.16 0 0 0 .142-.082l.004-.004.003-.006.009.005.069.017h.008v.012l-.004.013a.433.433 0 0 1-.059.163l-.094.005v.004c0 .039-.027.099-.079.174a.093.093 0 0 0-.021.055l.092.062c.022.026.039.034.059.034h.02l.02.065.043.017.022-.023c.013-.012.029-.021.041-.016.039 0 .07.022.109.074l.035.048.002-.007c.023-.016.066-.012.129.01l.104.022.095-.032.039-.02.026-.021-.022-.026c-.008-.017 0-.037.021-.057.022-.02.039-.039.039-.062v-.047c-.009-.022-.004-.039.004-.047.008-.016.035-.022.065-.031.052-.008.114.017.188.078l-.027-.078-.043-.06-.009-.071-.066-.011h-.004v-.003l-.177-.103-.086-.016v-.02l-.004-.09c-.059-.165-.107-.264-.142-.3zm-.68-2.416l-.031-.016h-.004l-.023-.024-.11-.032h-.027l-.02.008-.045-.083.005-.004.03-.039V4.62l.004-.008.021-.031-.016-.008-.061-.012-.101-.016h-.009l-.059-.059v-.002l-.02-.04-.004-.012.031-.083v-.074l-.031.031-.004.004-.008.012-.008-.012-.012-.004-.059-.047-.008-.008v-.008l-.013-.086-.026-.044-.061.004-.035.063-.004.008-.004.004-.094-.02-.017.086v.086l-.004.004-.05.08v.008l-.008.004h-.004l-.061.004-.06.048-.009.008h-.008l-.004-.004-.109-.036-.016.04v.004l-.047.078a.053.053 0 0 1-.031.027l-.048-.008-.061-.028-.008-.008-.004-.004v-.003l-.013-.095-.021-.07-.012-.021-.025.056-.046.063-.039.09v.008h-.004l-.035.051c0 .016-.012.039-.035.074l.023.091.116.13.039.082v.008l-.004.008h-.004l-.031.04-.008.008-.078.016.009.062.059.032.086.02.023.078v.008l-.021.134v.004l-.031.059v.013h-.008l-.099.016v.039l-.025.084-.012.098.02.056.121.075.004.004.051.086v.003l.004.004-.004.004-.062.138-.017.039-.038.091-.016.07-.004.008v.004a.108.108 0 0 0-.039.055c-.004.008-.004.016.004.023l.004.004.039.044.021.031.008-.004.004.012v.02l.009.023.034.013.142.031a.36.36 0 0 0 .139-.031.236.236 0 0 1 .138-.017l.009-.027-.049-.106-.006-.009h.004l.225-.311.24-.231h.004l.074-.027.039-.043v-.004a.348.348 0 0 1 .09-.052l-.023-.02-.051-.051v-.003h-.004l-.039-.047-.006-.008v-.008l.021-.023-.052.012-.11-.027c-.044-.02-.07-.044-.079-.071a.514.514 0 0 1-.026-.188c-.017.02-.035.023-.056.023l-.082-.02-.056-.039-.067-.016h-.032a.09.09 0 0 1-.059-.023c-.023-.016-.035-.031-.039-.047-.008-.032 0-.052.027-.071s.059-.052.086-.091c-.027-.035-.039-.07-.027-.105l.004-.004c.004-.02.036-.035.096-.055.004-.02.012-.032.02-.036l.061.004-.01-.008c-.038-.023-.052-.051-.03-.083l.03-.023a.15.15 0 0 1 .121.016l.091.063h.082l.028.023.008.032c0 .02-.012.031-.026.031-.021 0-.028.02-.032.043l.04.094c.023-.035.047-.055.07-.059.012 0 .026.008.039.023a.35.35 0 0 1 .03.09.313.313 0 0 0 .026.099l.031.044a.374.374 0 0 1 .084.137l.152-.02.066-.035.062-.078.028-.075v-.009l.02-.079v-.004l.004-.008h.004l.06-.039.013-.008-.004-.004-.1-.031h-.007v-.003l-.021-.059-.007-.019z"/><path fill="#80C3E2" d="M10.846 7.071h-.002l-.299.123-.091.087c-.017.133 0 .212.047.234l.087.056h.004v.004l.023.146a.579.579 0 0 0 .152.161l.086.02.013.004v.004c.013.017.04.031.091.048l.235.012c.173 0 .271.013.291.031.021.016.022.055.021.112-.005.039 0 .063.004.067l.086-.021c.066-.023.105-.023.125-.004l.031.039c.047.06.079.084.088.08a.195.195 0 0 0 .077-.071l.009-.013.07.043.043-.035c.012-.055.039-.082.086-.086l.02-.008-.008-.017-.008-.008.004-.005.004-.098c-.031-.047-.069-.062-.112-.055-.044.012-.074.012-.087-.004-.008-.014-.008-.021-.008-.036a.728.728 0 0 0-.09-.119c-.049-.039-.061-.073-.049-.108l.008-.012.11.02-.008-.066c-.005-.04 0-.066.021-.087.008-.017.027-.022.047-.026l.047-.018v-.02c-.035-.074-.047-.129-.03-.152l.022-.02a.27.27 0 0 1 .105.022l.004.004v.009c.043.051.066.081.079.09l.075-.121a.99.99 0 0 1-.115-.167l-.059.041-.008-.008-.156-.041h-.004v-.003c-.067-.031-.107-.066-.111-.102l-.094-.043v-.091l.172-.103a.542.542 0 0 0-.038-.133l-.027-.055-.118.012a.395.395 0 0 1-.156.035l-.123-.027V6.55l-.02-.004-.035-.013-.008-.023v-.004l-.004-.012v-.015l-.008.004-.007.103-.004.035c-.008.02-.017.031-.008.039.02.027.016.059-.005.086l.017.067-.004.004-.008.004-.048.043v.091l-.011.003a.543.543 0 0 1-.182.059l-.171-.012-.076.066h-.004z"/><path fill="#215F8B" d="M14.258 10.32a.781.781 0 0 0-.275.342c-.051.117-.09.177-.118.191l.028.217v.004l-.021.148c-.008.049 0 .079.012.088l.162.105h.004l.004.012a.28.28 0 0 0 .062.105.14.14 0 0 0 .051.043l.023-.26v-.008l.113-.273.041-.326v-.003l.004-.004.035-.088-.027-.074v-.004h-.004l-.008-.102.004-.005.004-.004.02-.022.012-.027-.126-.055zm-3.871 2.297l-.012.021v.005l-.004.008-.16.039.008.021.051.06a.04.04 0 0 0-.012.004l-.078.039-.119.09c-.038.047-.03.135.027.265l.119.012h.004v.005l.117.055.126-.021c.052-.012.11-.06.185-.149h.004l.009-.008.055-.016-.016-.165v-.008l.069-.103v-.004h.004l.057-.044a.189.189 0 0 0-.016-.126c-.018-.031-.037-.043-.057-.043l.008.059-.104-.02-.048.025h-.217z"/></svg>
<svg class="tc-image-map-folds tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 34.91699981689453"><path d="M11.708 3.167l11.084 3.167L32.292 0 46 3.417v27l-13.708-3.5-9.5 6.333-11.084-3.166L0 34.917v-27l11.708-4.75zm0 22.167l11.334 2.916 9.5-6.333L42 24.667V7.417L32.292 4.75l-9.5 6.584-11.084-3.167-7.708 3v17.25l7.708-3.083zM11 20.417h1v3h-1v-3zm0-5h1v3h-1v-3zm0-5h1v3h-1v-3zm11 13h1v3h-1v-3zm0-5h1v3h-1v-3zm0-5h1v3h-1v-3zm10 4h1v3h-1v-3zm0-5h1v3h-1v-3zm0-5h1v3h-1v-3z"/></svg>
<svg class="tc-image-map-gps tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 40.41699981689453"><path d="M33 27.417a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0-2a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0-3a9 9 0 1 1 0 18 9 9 0 0 1 0-18zM11.708 3.167l11.084 3.167L32.292 0 46 3.417v27l-3.163-.808a9.984 9.984 0 0 0-3.082-5.566l2.245.624V7.417l-9-2.5v16.5l-1 .05V4.917l-9 6v17.5l.59-.394a10.072 10.072 0 0 0-.462 5.002l-.336.225-11.084-3.166L0 34.917v-27l11.708-4.75zM11 25.667V8.417l-7 2.75v17.25l7-2.75zm1-17.5v17.25l10 2.5v-16.75l-10-3z"/></svg>
<svg class="tc-image-map-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 40.41699981689453"><path d="M27 17.417h11v12l-11 11v-23zM11.708 3.167l11.084 3.167L32.292 0 46 3.417v27l-7-1.787v-4.796l3 .833V7.417l-9-2.5v11.5h-1v-11.5l-9 6v17.5l3-2v4.694l-3.208 2.14-11.084-3.167L0 34.917v-27l11.708-4.75zM11 25.667V8.417l-7 2.75v17.25l7-2.75zm1-17.5v17.25l10 2.5v-16.75l-10-3z"/></svg>
<svg class="tc-image-map-location-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 40.41699981689453"><path d="M27 16.417h12v12l-12 12v-24zm2 5v2h3v3h2v-3h3v-2h-3v-3h-2v3h-3zM11.708 3.167l11.084 3.167L32.292 0 46 3.417v27l-6-1.532v-4.774l2 .556V7.417l-9-2.5v10.5h-1v-10.5l-9 6v17.5l3-2v4.694l-3.208 2.14-11.084-3.167L0 34.917v-27l11.708-4.75zM11 25.667V8.417l-7 2.75v17.25l7-2.75zm1-17.5v17.25l10 2.5v-16.75l-10-3z"/></svg>
<svg class="tc-image-map-marker tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 8"><path d="M3 0C1.34 0 0 1.34 0 3c0 2 3 5 3 5s3-3 3-5c0-1.66-1.34-3-3-3zm0 1a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4z"/></svg>
<svg class="tc-image-map-marker-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm0 203.247c165.185 0 299.121 133.937 299.121 299.121 0 50.037-13.711 116.091-41.895 153.442L600 996.753 342.773 655.811c-31.029-41.123-41.895-98.2-41.895-153.442.001-165.185 133.937-299.122 299.122-299.122zm0 173.291c-69.503 0-125.83 56.327-125.83 125.83s56.327 125.83 125.83 125.83 125.83-56.327 125.83-125.83-56.327-125.83-125.83-125.83z"/></svg>
<svg class="tc-image-map-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1798.0001220703125"><path d="M2020 14.667q28 20 28 53v1408q0 20-11 36t-29 23l-640 256q-24 11-48 0l-616-246-616 246q-10 5-24 5-19 0-36-11-28-20-28-53v-1408q0-20 11-36t29-23l640-256q24-11 48 0l616 246 616-246q32-13 60 6zm-1284 135v1270l576 230v-1270zm-608 217v1270l544-217v-1270zm1792 1066v-1270l-544 217v1270z"/></svg>
<svg class="tc-image-map-pin tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 28.24300193786621 46.599998474121094"><path d="M14.121 0C6.321 0 0 6.204 0 13.854 0 21.506 14.121 46.6 14.121 46.6s14.122-25.094 14.122-32.746C28.243 6.204 21.918 0 14.121 0z"/></svg>
<svg class="tc-image-map-sankey tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 11.90000057220459"><path d="M9 5h4c.6 0 1-.6 1-1.2V1.2c0-.6-.4-1.2-1-1.2H9c-.3 0-.6.2-.8.5-.8.2-1.2 1.1-2 3 0 .2-.2.7-.4 1.1-.2-.4-.5-.6-.8-.6H1c-.6 0-1 .6-1 1.2v2.5C0 8.4.4 9 1 9h4c.6 0 1-.6 1-1.2v-.2c.3.3.6.7.8 1 .5.6.8 1 1.2 1.3v.8c0 .7.4 1.2 1 1.2h4c.6 0 1-.6 1-1.2V8.2c0-.6-.4-1.2-1-1.2H9c-.6 0-1 .6-1 1.2v.3c-.1-.2-.3-.3-.4-.5-.3-.3-.6-.7-.8-1 .5-.6.9-1.6 1.3-2.7.2.4.5.7.9.7zM5 7.8c0 .1 0 .2-.1.2H1.1C1 8 1 7.9 1 7.8V5.2c0-.1 0-.2.1-.2H5v2.8zm4 .4c0-.1 0-.2.1-.2H13s.1.1.1.2v2.5c0 .1 0 .2-.1.2H9.1s-.1-.1-.1-.2V8.2zM9.1 1H13v2.7c0 .2 0 .3-.1.3H9V1.3c0-.2 0-.3.1-.3z"/></svg>
<svg class="tc-image-map-satellite tc-image-button" width="22pt" height="22pt" viewBox="0 0 68.875 68.78400421142578"><path d="M30.875 22.166a4.75 4.75 0 0 1-4.75 4.75h-4.75v11.875a2.375 2.375 0 0 0 2.375 2.375h45.125L67.292 47.5h-47.5a4.75 4.75 0 0 1-4.75-4.75V26.916H0l2.772-6.333h19.396a2.375 2.375 0 0 0 2.375-2.375V1.188L30.876 0v22.166zm-22.99 6.397l3.959 7.917H8.677v3.166H7.094V36.48H3.927l3.958-7.917zm42.782-12.73l3.958 7.917h-3.166v3.166h-1.584V23.75h-3.166l3.957-7.917zM21.771 67.291c7.517-16.536 13.25-7.698 17.875-19h6.887c-5.517 12.746-11.284 6.465-18.576 20.493l-6.186-1.493zm16.231-41.958C37.21 19 41.168 19 42.752 11.083c1.583-6.333 5.54-7.917 7.124-7.917.529 0 1.501 1.279 3.617 2.454-1.726 1.14-2.75 2.788-3.617 6.255-1.584 6.333-5.542 3.958-5.542 13.458 0 8.135 2.612 8.908 3.363 15.042h-5.955C43.228 31.918 38 33.47 38 25.333zm22.166-3.167l3.958 7.917H60.96v3.167h-1.584v-3.167H56.21l3.958-7.917zM19.001 7.916l3.958 7.917h-3.167V19h-1.583v-3.167h-3.167L19 7.916zM36.418 4.75l3.958 7.916H37.21v3.167h-1.584v-3.167H32.46l3.958-7.916zM33.25 25.333l3.959 7.917h-3.167v3.166h-1.583V33.25h-3.167l3.958-7.917zM53.834 28.5l3.958 7.916h-3.167v3.167h-1.583v-3.167h-3.167l3.959-7.916zm-42.75 12.666l3.958 7.917h-3.167v3.167h-1.583v-3.167H7.125l3.959-7.917zm9.5 7.917L24.542 57h-3.167v3.166h-1.583V57h-3.167l3.959-7.917zM47.5 52.25l3.959 7.916h-3.167v3.167h-1.583v-3.167h-3.167L47.5 52.25z"/></svg>
<svg class="tc-image-map-signs tc-image-button" width="22pt" height="22pt" viewBox="0 0 1718 1792"><path d="M1708 297q10 10 10 23t-10 23l-141 141q-28 28-68 28H155q-26 0-45-19t-19-45V192q0-26 19-45t45-19h576V64q0-26 19-45t45-19h128q26 0 45 19t19 45v64h512q40 0 68 28zm-977 919h256v512q0 26-19 45t-45 19H795q-26 0-45-19t-19-45v-512zm832-448q26 0 45 19t19 45v256q0 26-19 45t-45 19H219q-40 0-68-28L10 983Q0 973 0 960t10-23l141-141q28-28 68-28h512V576h256v192h576z"/></svg>
<svg class="tc-image-map-treasure tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 36.91699981689453"><path fill-rule="evenodd" d="M11.708 3.167l11.084 3.167L32.292 0 46 3.417v29l-13.708-3.5-9.5 6.333-11.084-3.166L0 36.917v-29l11.708-4.75zm0 24.167l11.334 2.916 9.5-6.333L42 26.667V7.417L32.292 4.75l-9.5 6.584-11.084-3.167-7.708 3v19.25l7.708-3.083zm28.042-5.917h-2.719l-1.957-3.926h-.03c-.032.153-.11.386-1.993 3.926h-2.73l3.242-5-2.956-5h2.784l1.754 3.842h.03c.056-.195.16-.486 1.912-3.842h2.52l-2.993 4.958 3.136 5.042zm-32.25-1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm2-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm5-1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm3 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm4 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7-6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-4 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"/></svg>
<svg class="tc-image-map2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 767.9990234375 768"><path d="M746.666 0c-2.347 0-4.48.213-6.613 1.067L512 89.6 256 0 15.573 81.067C6.613 84.054 0 91.734 0 101.547v645.12C0 758.4 9.6 768 21.333 768c2.347 0 4.48-.213 6.613-1.067L255.999 678.4l256 89.6 240.64-80.853c8.96-3.2 15.36-10.88 15.36-20.693V21.334c0-11.733-9.6-21.333-21.333-21.333zM511.999 682.667l-256-89.813V85.334l256 89.813v507.52z"/></svg>
<svg class="tc-image-marina tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.005245208740234 48"><path d="M22.119 9.335c-1.475 0-2.691-1.222-2.691-2.72 0-1.508 1.216-2.719 2.691-2.719a2.703 2.703 0 0 1 2.705 2.719 2.71 2.71 0 0 1-2.705 2.72zm21.836 23.806l-1.441-9.027c-.164-.844-.898-1.486-1.771-1.486-.531 0-1.004.226-1.347.595l-6.639 6.26a2.211 2.211 0 0 0-.307.333 1.957 1.957 0 0 0 .404 2.708c.162.117.342.201.519.273l1.663.559C33.434 37.915 28.82 42.039 24.002 43V13c2.361-1.01 4.695-3.652 4.695-6.385C28.697 2.957 25.755 0 22.119 0c-3.623 0-6.576 2.957-6.576 6.615 0 2.733 2.108 5.375 4.458 6.385v30c-4.924-.891-9.406-5-11.048-9.645l1.678-.559c.177-.072.353-.156.519-.273.849-.642 1.038-1.854.402-2.708a1.64 1.64 0 0 0-.308-.333l-6.638-6.26a1.798 1.798 0 0 0-1.335-.595c-.885 0-1.63.642-1.783 1.486L.047 33.14a2.03 2.03 0 0 0-.045.453 1.933 1.933 0 0 0 2.492 1.851l1.559-.51C6.533 42.512 13.628 48 22.002 48c8.373 0 15.471-5.488 17.951-13.078l1.56.521c.175.06.367.085.565.085a1.932 1.932 0 0 0 1.925-1.936 1.902 1.902 0 0 0-.048-.451z"/></svg>
<svg class="tc-image-mark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M213.3 0h-128C38.2 0 0 38.2 0 85.3v128L298.7 512 512 298.7 213.3 0zm-128 128c-23.6 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7S128 61.8 128 85.3 108.9 128 85.3 128z"/></svg>
<svg class="tc-image-mark-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M213.3 0h-128C38.2 0 0 38.2 0 85.3v128L298.7 512 512 298.7 213.3 0zm-128 128c-23.6 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7S128 61.8 128 85.3 108.9 128 85.3 128zm85.4 192L320 170.7l42.7 42.7-149.4 149.3-42.6-42.7zm85.3 85.3L405.3 256l42.7 42.7L298.7 448 256 405.3z"/></svg>
<svg class="tc-image-mark-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 372.4000244140625 512"><path d="M349.1 0H23.3C10.5 0 0 10.4 0 23.3V512l186.2-186.2L372.4 512V23.3C372.4 10.4 362 0 349.1 0z"/></svg>
<svg class="tc-image-mark-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 372.4000244140625 512"><path d="M349.1 0H23.3C10.5 0 0 10.4 0 23.3V512l186.2-186.2L372.4 512V23.3C372.4 10.4 362 0 349.1 0zm-46.5 186.2h-93.1v93.1H163v-93.1H69.9v-46.5H163V46.5h46.5v93.1h93.1v46.6z"/></svg>
<svg class="tc-image-mark-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 372.4000244140625 512"><path d="M349.1 0H23.3C10.4 0 0 10.4 0 23.3V512l186.2-186.2L372.4 512V23.3C372.4 10.4 362 0 349.1 0zm-46.5 186.2H69.8v-46.5h232.7v46.5z"/></svg>
<svg class="tc-image-mark-github tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 15.670001983642578"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg>
<svg class="tc-image-markdown tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 10"><path d="M14.85 0H1.15C.52 0 0 .52 0 1.15v7.69C0 9.48.52 10 1.15 10h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 .52 15.48 0 14.85 0zM9 8H7V5L5.5 6.92 4 5v3H2V2h2l1.5 2L7 2h2v6zm2.99.5L9.5 5H11V2h2v3h1.5l-2.51 3.5z"/></svg>
<svg class="tc-image-marker tc-image-button" width="22pt" height="22pt" viewBox="0 0 56.42070770263672 79.17499542236328"><path d="M28.21 0C12.63 0 .01 12.627.01 28.201a28.074 28.074 0 0 0 5.602 16.873L23.7 76.406c.105.202.21.403.339.588l.04.069.01-.006a5.063 5.063 0 0 0 4.136 2.111c1.556 0 2.912-.708 3.845-1.799l.047.027.179-.31c.264-.356.498-.736.667-1.155l17.722-30.698a28.074 28.074 0 0 0 5.726-17.032C56.412 12.627 43.792 0 28.21 0zm-.278 42.498c-7.677 0-13.895-6.221-13.895-13.895 0-7.673 6.218-13.895 13.895-13.895s13.895 6.222 13.895 13.895c0 7.673-6.218 13.895-13.895 13.895z"/></svg>
<svg class="tc-image-marker-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.742000579833984 11.017999649047852"><path d="M3.871 0C2.084 0 0 1.092 0 3.872c0 1.885 2.978 6.054 3.871 7.146.794-1.092 3.871-5.161 3.871-7.147 0-2.779-2.084-3.87-3.871-3.87z"/></svg>
<svg class="tc-image-marker-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.540000915527344 15"><path d="M5.27 0C2.838 0 0 1.486 0 5.27 0 7.838 4.054 13.514 5.27 15c1.081-1.486 5.27-7.027 5.27-9.73C10.54 1.487 7.702 0 5.27 0z"/></svg>
<svg class="tc-image-marketplace tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 40.400001525878906"><path d="M28 40.4L0 34.9v-21l28-5.75 6 2v28l-6 2.25zM6 18.65v4.5h6v-5.4l-6 .9zm6 11.65v-6.15H6v5.25l6 .9zm9-13.9l-8 1.2v5.55h8V16.4zm0 15.25v-7.5h-8v6.3l8 1.2zM20 3.306c1.657-.466 4 .25 4 1.907v2.759l-2 .464V6.744c0-1.105-.895-1.748-2-1.438l-1 .313v3.424l-2 .464V6.4c-1.105.311-2 .458-2 1.563v1.973l-2 .464V7.494c0-1.657 2.343-2.628 4-3.094v-.474c0-1.105-.897-1.807-2.001-1.568l-3 .738c-1.105.239-2 1.328-2 2.432L10 10.972l-2 .464V4.994c-.001-1.657 1.342-3.29 2.999-3.648l5-.988c1.657-.358 3 .695 3 2.352v.909L20 3.306z"/></svg>
<svg class="tc-image-marketplace-old tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 46.34676742553711"><path d="M6.5 46.347L0 41.597v-30.25h5l-.083-2.833a7.917 7.917 0 0 1 15.199-3.11C24.04 5.87 27 9.044 27 13.097v2.25l1.75 1H32v30H6.5zM3.333 18.409l2.625-1.635v26.823l.542.542v-27.71l4.5-.082v-3H2l1.333 5.063zM14 13.347v3h10v-1.25l-2-1.75h-8zm7-2h2.5c-.477-1.35-1.15-2.023-2.5-2.5v2.5zM8.083 8.514L8 11.347h3.25c.568-2.798 2.77-4.727 5.441-5.605a4.75 4.75 0 0 0-8.608 2.772zm9.667 2.833v-2.5c-1.35.477-2.273 1.15-2.75 2.5h2.75zm-4.525 12.29l-1.29 5.806s1.29-.645 3.87-.645c.997 0 1.898.48 2.776 1.072l1.843-6.352c-.816-.635-1.75-1.171-3.328-1.171-3.226 0-3.87 1.29-3.87 1.29zm11.611 1.935c-1.604 0-2.544-.554-3.37-1.203l-1.813 6.255c1.03.729 2.072 1.399 3.248 1.399 2.58 0 3.87-1.29 3.87-1.29l1.936-6.45s-.645 1.29-3.87 1.29zM11.29 31.378L10 37.183s1.29-.645 3.87-.645c.899 0 1.72.392 2.516.9l1.848-6.371c-.76-.547-1.657-.98-3.074-.98-3.225 0-3.87 1.29-3.87 1.29zm11.611 1.935c-1.769 0-2.73-.674-3.62-1.406l-1.82 6.274c1.115.797 2.231 1.583 3.505 1.583 2.58 0 3.87-1.29 3.87-1.29l1.936-6.451s-.645 1.29-3.87 1.29z"/></svg>
<svg class="tc-image-markunread tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 8L20 18 4 8V4l16 10L36 4v4z"/></svg>
<svg class="tc-image-markunread-mailbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 44"><path d="M36 12H16v12h-4V8h12V0H8v12H4c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V16c0-2.2-1.8-4-4-4z"/></svg>
<svg class="tc-image-markup tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.839996337890625 36.86000061035156"><path d="M22.337 24.763L0 14.566v-3.884L22.337 0v5.69L6.313 12.503v.144l16.024 6.419v5.697zm25.502 1.9L25.503 36.86v-5.675l16.024-6.388v-.099l-16.024-6.88v-5.721L47.84 22.779v3.884z"/></svg>
<svg class="tc-image-mars tc-image-button" width="22pt" height="22pt" viewBox="0 0 1028.190673828125 1028.18994140625"><path d="M735.62 18.286q0-8 5.142-13.143T753.905 0H991.62q14.857 0 25.714 10.857t10.857 25.714v237.714q0 8-5.143 13.143t-13.143 5.143h-36.57q-8 0-13.144-5.143t-5.143-13.143V124.571l-239.429 240q49.714 59.429 74 135.143t17.43 158Q794.476 800.571 692.476 904T447.62 1021.714q-93.143 9.714-179.429-22.571t-146.57-92.571-92.572-146.571-22.57-179.429q14.285-142.857 117.713-244.857t246.286-114.571q82.286-6.857 158 17.429t135.143 74L903.05 73.144H753.905q-8 0-13.143-5.143t-5.143-13.143V18.287zM406.476 950.857q66.857 0 127.714-26t105.143-70.286 70.286-105.143 26-127.714-26-127.714-70.287-105.143-105.143-70.286-127.714-26-127.714 26-105.143 70.286T103.333 494t-26 127.714 26 127.714 70.286 105.143 105.143 70.286 127.714 26z"/></svg>
<svg class="tc-image-marvel-avengers tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.00548553466797 38"><path d="M20.005 31l5-5v5h-5zm5-31v7.355c4.794 2.887 8 8.141 8 14.145 0 9.113-7.387 16.5-16.5 16.5-2.589 0-5.039-.596-7.22-1.659l1.28-2.715A13.436 13.436 0 0 0 16.504 35c7.456 0 13.5-6.044 13.5-13.5 0-4.234-1.95-8.014-5-10.489V23l-5-5V9l-6 13h6v-2.5l5 5-5 5V27h-8l-5 11h-6L16 8.01C8.778 8.274 3.005 14.212 3.005 21.5c0 2.17.512 4.222 1.423 6.04l-1.543 3.277A16.423 16.423 0 0 1 .005 21.5c0-9.113 7.387-16.5 16.5-16.5l.986.029L20.005 0h5z"/></svg>
<svg class="tc-image-marvel-captainamerica tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm0 4C10.716 4 4 10.716 4 19c0 8.284 6.716 15 15 15 8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15zm0 3c6.627 0 12 5.373 12 12s-5.373 12-12 12S7 25.627 7 19 12.373 7 19 7zm-8 12a7.989 7.989 0 0 0 3.265 6.45L16 19.75l-4.564-3.363A7.991 7.991 0 0 0 11 19zm8 8c1.76 0 3.386-.568 4.706-1.53L19 22.25l-4.706 3.22A7.964 7.964 0 0 0 19 27zm8-8c0-.864-.137-1.697-.39-2.477L22 19.75l1.734 5.7A7.989 7.989 0 0 0 27 19zm-6-2.75h5.515A8.003 8.003 0 0 0 19.09 11L21 16.25zm-4 0L18.909 11a8.003 8.003 0 0 0-7.424 5.25H17z"/></svg>
<svg class="tc-image-marvel-ironman tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.98199462890625 38.00255584716797"><path d="M18.991 10a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm0-10c1.846 0 3.63.264 5.318.755l-2.32 4.568a14.096 14.096 0 0 0-5.323-.13L14.571.518A19.051 19.051 0 0 1 18.991 0zm0 38a19.01 19.01 0 0 1-5.318-.753l2.32-4.568a14.098 14.098 0 0 0 5.323.13l2.095 4.675a19.05 19.05 0 0 1-4.42.517zM26.279 1.45a19.06 19.06 0 0 1 7.736 5.919l-4.562 2.33a14.05 14.05 0 0 0-4.227-3.235l1.053-5.014zm8.923 7.637a18.898 18.898 0 0 1 2.78 9.334l-5.058-.796a13.91 13.91 0 0 0-1.52-5.102l3.798-3.436zm-1.774 22.268a19.032 19.032 0 0 1-8.015 5.534l-.807-5.06a14.03 14.03 0 0 0 4.38-3.024l4.442 2.55zm4.504-10.845a18.891 18.891 0 0 1-3.234 9.186l-3.625-3.617a13.91 13.91 0 0 0 1.768-5.021l5.091-.548zM11.703 36.553a19.059 19.059 0 0 1-7.735-5.92l4.56-2.33a14.05 14.05 0 0 0 4.228 3.236l-1.053 5.014zM2.78 28.916A18.898 18.898 0 0 1 0 19.582l5.058.796a13.9 13.9 0 0 0 1.519 5.102L2.78 28.916zM.05 17.493a18.892 18.892 0 0 1 3.234-9.186l3.625 3.617a13.908 13.908 0 0 0-1.768 5.02l-5.091.549zM4.554 6.648a19.033 19.033 0 0 1 8.015-5.534l.807 5.059a14.028 14.028 0 0 0-4.38 3.025l-4.442-2.55z"/></svg>
<svg class="tc-image-marvel-ironman-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 25 38.000003814697266"><path d="M12.5 0c2 0 5 .75 5 .75L14.75 9h-4.5L7.5.75s3-.75 5-.75zm0 10h3l3-9s4 1 5 3 1.297 7.063 1.5 12.75c0 11.11-2.5 16.25-7.306 20.634-.477.435-3.336.616-5.194.616s-4.717-.18-5.194-.616C2.5 33 0 27.86 0 16.75.203 11.063.5 6 1.5 4s5-3 5-3l3 9h3zm0 21h4l1 2s1-2 2-2v-1s-2 1-2 2l-.75-1.75h-8.5L7.5 32c0-1-2-2-2-2v1c1 0 2 2 2 2l1-2h4zm3-13.25v1.75c6 1 7.5-1.25 7.5-1.25L22.5 16c-2 2-7 1.25-7 1.25h-6s-5 .75-7-1.25L2 18.25s1.5 2.25 7.5 1.25v-1.75h6z"/></svg>
<svg class="tc-image-marvel-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.004539489746094 38.00639343261719"><path d="M23.005 0h-6.5l-2.25 8.5-6.903-4.508a19.101 19.101 0 0 0-4.413 4.86L19.005 19 35.07 8.853a19.104 19.104 0 0 0-4.413-4.861L23.755 8.5l-2.75-6.25c1 0 3 .5 3 .5-1-2.5-1-2.75-1-2.75zM4.78 12.016l-2.682-1.694A18.919 18.919 0 0 0 .005 19c0 .618.03 1.23.087 1.833l4.688-8.817zm1.696 1.07L.67 24.005a18.88 18.88 0 0 0 1.62 4.037l7.004-13.174-2.82-1.781zm4.515 2.853L3.513 30.003a19.104 19.104 0 0 0 2.618 2.97l8.002-15.05-3.142-1.984zm4.838 3.055L7.704 34.275A18.915 18.915 0 0 0 19.004 38c4.234 0 8.144-1.384 11.302-3.725L22.18 18.994 19.005 21l-3.176-2.006zm8.048-1.071l8.002 15.05a19.104 19.104 0 0 0 2.618-2.97l-7.478-14.064-3.142 1.984zm4.838-3.055l7.005 13.174a18.875 18.875 0 0 0 1.619-4.038l-5.805-10.917-2.82 1.78zm4.515-2.852l4.688 8.817c.057-.603.087-1.215.087-1.833 0-3.127-.755-6.077-2.093-8.678l-2.682 1.694z"/></svg>
<svg class="tc-image-marvel-shield-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M23.619 2.81h-5.88l-2.037 7.69-6.245-4.079a17.282 17.282 0 0 0-3.993 4.398L20 20l14.536-9.18a17.284 17.284 0 0 0-3.993-4.399L24.298 10.5l-2.489-5.38 2.965.25-1.155-2.56zM7.13 13.68l-2.427-1.533A17.117 17.117 0 0 0 2.81 20l.079 1.658 4.241-7.977zm1.534.97l-5.252 9.877c.35 1.284.844 2.508 1.465 3.653l6.338-11.92-2.55-1.61zm4.085 2.58L5.984 29.954a17.303 17.303 0 0 0 2.368 2.688l7.24-13.617-2.843-1.796zm4.377 2.764L9.775 33.82A17.113 17.113 0 0 0 20 37.19c3.83 0 7.367-1.252 10.225-3.37l-7.351-13.825L20 21.81l-2.874-1.816zm7.282-.97l7.24 13.617c.88-.81 1.674-1.71 2.368-2.687L27.252 17.23l-2.843 1.796zm4.377-2.764l6.338 11.92a17.08 17.08 0 0 0 1.465-3.653l-5.252-9.878-2.551 1.611zm4.085-2.58l4.242 7.977L37.19 20c0-2.829-.683-5.498-1.893-7.852l-2.427 1.533zM20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0z"/></svg>
<svg class="tc-image-massage tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 393.79998779296875"><path d="M0 0v393.8h512V0H0zm433.2 39.4L256 216.6 78.8 39.4h354.4zm39.4 315H39.4V59.1L256 275.7 472.6 59.1v295.3z"/></svg>
<svg class="tc-image-massage-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 393.8999938964844"><path d="M78.8 0v78.8H0v315.1h433.2v-78.8H512V0H78.8zm354.4 39.4L295.4 177.2 157.5 39.4h275.7zm-39.4 315H39.4V137.8l39.4 39.4V315h315.1v39.4zm78.8-78.7H118.2V59.1l177.2 177.2L472.6 59.1v216.6z"/></svg>
<svg class="tc-image-mastercard tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00020980834961 10.189537048339844"><path fill-rule="nonzero" d="M16 5.095a4.787 4.787 0 0 1-7.67 3.82A5.218 5.218 0 0 0 9.78 6.59h-.446A4.771 4.771 0 0 1 8 8.644 4.783 4.783 0 0 1 6.664 6.59H6.22c.27.902.778 1.7 1.45 2.327-.8.607-1.8.967-2.883.967A4.79 4.79 0 0 1 0 5.094a4.787 4.787 0 0 1 7.671-3.82 5.23 5.23 0 0 0-1.5 2.497h.442A4.8 4.8 0 0 1 8 1.547c.65.59 1.14 1.357 1.39 2.225h.44a5.23 5.23 0 0 0-1.5-2.498A4.788 4.788 0 0 1 16 5.094zM2.85 3.955h-.767l-.48 1.427-.02-1.428h-.71L.49 6.26h.46l.298-1.763.04 1.763h.337l.632-1.773-.283 1.773h.494l.38-2.307zm.917 1.47a.831.831 0 0 0-.11-.008c-.28 0-.42.096-.42.285 0 .118.068.192.176.192.2 0 .346-.193.354-.47zm.507-.16c.025-.157.04-.276.04-.372 0-.36-.225-.55-.65-.55-.18 0-.343.027-.59.1l-.068.42c.082-.026.282-.086.523-.083.23 0 .315.046.315.17a.44.44 0 0 1-.02.122 1.524 1.524 0 0 0-.2-.015c-.548 0-.867.266-.867.724 0 .303.184.512.45.512.227 0 .394-.073.52-.227l-.01.196h.408c.013-.142.105-.725.148-.996zm6.3-1.368c-.653 0-1.11.575-1.11 1.4 0 .614.33.996.862.996.137 0 .254-.018.436-.068l.087-.526a.957.957 0 0 1-.42.12c-.288 0-.46-.213-.46-.562 0-.508.257-.865.625-.865a.94.94 0 0 1 .442.125l.08-.5a1.656 1.656 0 0 0-.542-.12zM12 5.425a.842.842 0 0 0-.11-.008c-.28 0-.422.096-.422.285 0 .118.07.192.177.192.2 0 .346-.193.355-.47zm.506-.16c.025-.157.04-.276.04-.372 0-.36-.224-.55-.648-.55-.183 0-.345.027-.59.1l-.07.42a1.68 1.68 0 0 1 .523-.083c.23 0 .316.046.316.17a.44.44 0 0 1-.02.122 1.536 1.536 0 0 0-.2-.015c-.55 0-.867.266-.867.724 0 .303.182.512.45.512.225 0 .392-.073.517-.227l-.01.196h.41c.012-.142.105-.725.147-.996zm-5.95.552a.412.412 0 0 1-.134.017c-.117 0-.17-.043-.17-.14.002-.058.083-.503.14-.86h.253l.067-.45H6.46l.057-.284h-.49l-.215 1.28c-.03.2-.07.417-.067.5 0 .267.138.412.39.412.114 0 .22-.018.354-.06l.066-.416zm1.59-.067c-.176.083-.334.12-.51.12-.286 0-.46-.115-.427-.387h.978c.042-.19.06-.323.06-.46 0-.416-.258-.68-.663-.68-.494 0-.86.472-.86 1.113 0 .55.288.838.837.838.17 0 .334-.024.502-.076l.082-.467zm-.358-.646c.003-.04.053-.335-.228-.335-.156 0-.268.12-.314.334h.542zm-3.28-.127c0 .237.114.4.375.524.2.094.232.12.232.207 0 .117-.088.17-.283.17-.15 0-.286-.023-.444-.074l-.067.433c.11.024.21.047.512.055.52 0 .762-.198.762-.627 0-.256-.1-.408-.35-.522-.205-.095-.23-.116-.23-.203 0-.102.083-.154.243-.154.097 0 .23.01.354.03l.072-.436a3.398 3.398 0 0 0-.435-.036c-.552 0-.743.288-.742.635zm11.005-1.022h-.488l-.11.665c-.134-.177-.28-.255-.47-.255-.436 0-.804.526-.804 1.15 0 .47.237.778.596.778.182 0 .32-.063.455-.207l-.023.176h.467l.377-2.307zm-1.358 1.503c0-.37.16-.63.383-.63.168 0 .26.13.26.367 0 .372-.16.632-.39.632-.17 0-.254-.124-.254-.37zm-1.27-1.073c-.062.58-.172 1.168-.258 1.75l-.023.126h.494c.176-1.148.22-1.37.495-1.343.045-.235.127-.44.188-.545-.207-.042-.322.074-.474.296.012-.095.033-.19.03-.284h-.455zm-4.316 0c-.062.58-.17 1.168-.258 1.75l-.022.126h.494c.177-1.148.22-1.37.496-1.343.045-.235.127-.44.187-.545-.206-.042-.322.074-.472.296.01-.095.033-.19.03-.284H8.57zm6.957 1.96a.155.155 0 0 0 0-.31.155.155 0 0 0-.155.154c0 .085.07.155.155.155zm-.118-.156a.117.117 0 1 1 .234 0c0 .064-.05.118-.117.118a.119.119 0 0 1-.118-.118zm.096.015h.023l.02.05h.036l-.026-.058a.038.038 0 0 0 .024-.035c0-.014-.007-.028-.017-.034-.01-.007-.023-.007-.035-.007h-.057v.135h.03v-.05zm0-.06h.017c.006 0 .015 0 .02.002a.02.02 0 0 1 .008.015c0 .005-.002.012-.007.015-.006.003-.013.003-.02.003h-.017v-.034zm-.134 1.63zm.156.117a.117.117 0 0 0 .117-.117.118.118 0 1 0-.117.117zm-.022-.104h.023l.02.054h.036l-.026-.06a.038.038 0 0 0 .024-.035.044.044 0 0 0-.017-.034c-.01-.008-.023-.008-.035-.008h-.057v.137h.03v-.054zm0-.058h.018c.005 0 .014 0 .02.003.004.002.007.008.007.014s-.002.012-.007.015c-.005.003-.013.003-.02.003h-.017v-.035z"/></svg>
<svg class="tc-image-mastercard-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 854.7550048828125 511.998046875"><path d="M854.755 256c0-46.542-11.316-89.56-33.855-129.055-24.013-38.083-55.01-69.089-93.092-93.092C685.496 11.305 642.438 0 598.754 0c-57.866 0-109.322 17.654-154.45 52.89 40.9 36.7 67.707 81.13 80.394 133.293h-23.275c-11.315-45.127-35.963-85.33-74.046-120.596-38.082 35.267-62.77 75.47-74.046 120.596h-23.276c12.697-52.162 39.454-96.594 80.394-133.294C365.281 17.653 313.824 0 255.999 0c-43.735 0-86.743 11.305-129.054 33.853-38.083 24.002-69.12 55.01-93.092 93.092C11.284 166.441 0 209.46 0 256s11.274 89.59 33.853 129.054c23.972 38.082 55.01 69.12 93.092 93.092 42.311 22.58 85.33 33.853 129.054 33.853 57.825 0 109.271-17.623 154.45-52.889-36.71-32.43-62.77-73.318-78.285-122.706h23.276c14.07 42.312 38.082 79.012 71.936 110.02 33.853-31.007 57.826-67.708 71.936-110.02h23.275c-15.554 49.388-41.615 90.276-78.285 122.706C489.43 494.376 540.885 512 598.752 512c43.694 0 86.743-11.275 129.054-33.854 38.082-23.972 69.08-55.01 93.092-93.092 22.528-39.465 33.854-82.514 33.854-129.055zM112.14 194.64h40.202l-21.156 122.706h-25.385l14.807-93.092-33.853 93.092H67.708v-93.092l-16.927 93.092H25.396l21.156-122.706h38.083v76.165l27.505-76.165zm118.476 50.78c0 5.653-.738 11.991-2.12 19.046-1.413 9.882-2.857 19.047-4.229 27.505-1.413 8.458-2.857 14.807-4.229 19.047v6.35h-21.156V306.79c-5.652 8.458-14.807 12.697-27.505 12.697-7.086 0-12.697-2.12-16.927-6.349-4.229-5.622-6.349-12.697-6.349-21.156 0-12.697 3.492-21.852 10.578-27.505 9.84-7.045 21.852-10.578 35.963-10.578h10.578v-6.369c0-5.622-5.652-8.458-16.926-8.458-7.086 0-16.23 1.413-27.505 4.23 1.372-5.623 2.816-12.698 4.23-21.157 11.273-4.229 21.155-6.349 29.623-6.349 23.982 0 35.973 9.881 35.973 29.624zm-29.613 27.504h-6.349c-14.11 0-21.156 4.966-21.156 14.807 0 7.076 2.816 10.578 8.458 10.578 5.611 0 9.841-2.12 12.697-6.349 4.23-4.229 6.35-10.578 6.35-19.036zm103.67-55.009l-4.23 23.275c-4.229-1.382-10.578-2.119-19.046-2.119s-12.697 2.846-12.697 8.458c0 2.846.697 4.966 2.12 6.35l8.458 4.228c12.697 7.076 19.046 16.231 19.046 27.505 0 22.58-13.435 33.854-40.202 33.854-12.697 0-21.893-.697-27.505-2.12 1.372-5.622 2.816-13.394 4.23-23.276 11.273 2.846 19.045 4.23 23.275 4.23 9.841 0 14.807-2.817 14.807-8.459 0-2.816-.738-4.925-2.12-6.349-2.857-2.816-6.349-4.926-10.578-6.349-12.697-5.622-19.046-14.807-19.046-27.504 0-22.538 12.697-33.853 38.082-33.853 12.708.01 21.166.747 25.406 2.13zm40.191 0h12.697l-2.12 25.385h-14.806c0 7.076-.738 13.424-2.12 19.046 0 1.413-.358 4.23-1.055 8.458-.738 4.23-1.802 7.076-3.175 8.458v8.458c0 5.652 2.816 8.458 8.458 8.458 2.816 0 5.611-.697 8.458-2.12l-4.229 23.276c-4.229 1.413-10.578 2.12-19.046 2.12-14.11 0-21.156-7.045-21.156-21.156 0-8.458 1.372-17.623 4.23-27.505l10.577-67.707h25.385l-2.099 14.827zm95.211 33.854c0 9.881-.737 18.34-2.12 25.385h-52.889c0 7.076 1.372 11.991 4.23 14.807 4.228 4.23 10.577 6.35 19.045 6.35s17.623-2.817 27.505-8.459l-4.229 25.385c-7.086 2.846-16.23 4.23-27.505 4.23-29.625 0-44.432-14.808-44.432-44.433 0-18.309 4.23-32.43 12.697-42.312 8.458-11.274 19.046-16.927 31.734-16.927 11.274 0 20.418 3.533 27.504 10.578 5.601 5.653 8.458 14.121 8.458 25.395zM387.176 256h29.625v-6.35l-2.12-4.229c0-1.382-.738-2.816-2.12-4.229-1.413 0-2.857-.696-4.229-2.119h-4.229c-8.458 0-14.11 5.653-16.926 16.927zm118.487-38.084c-1.413 1.413-4.976 11.305-10.578 29.625-5.653-1.382-10.578 2.12-14.807 10.578-4.229 15.544-7.762 35.266-10.578 59.238h-27.505l2.12-6.349c5.611-39.465 9.841-70.513 12.697-93.092h25.385l-2.12 14.807c4.23-7.045 8.458-11.274 12.697-12.697 4.22-4.229 8.448-4.925 12.688-2.109zm88.853-19.046l-4.229 25.385c-8.458-4.229-16.23-6.349-23.275-6.349-11.315 0-19.784 4.23-25.385 12.697-5.653 7.076-8.458 18.34-8.458 33.853 0 9.881 2.12 16.926 6.35 21.156 4.228 5.653 9.84 8.458 16.926 8.458 7.045 0 14.807-2.12 23.275-6.349l-4.229 27.505c-5.653 2.846-13.435 4.23-23.275 4.23-14.11 0-25.385-4.927-33.853-14.808-8.458-8.458-12.697-21.156-12.697-38.082 0-21.156 5.611-38.779 16.927-52.889 9.841-14.08 23.972-21.156 42.312-21.156 7.045.01 16.927 2.12 29.614 6.35zm76.165 46.551c0 1.413-.359 4.23-1.054 8.458-.737 4.23-1.054 7.762-1.054 10.578-1.413 7.076-2.857 16.6-4.229 28.56-1.413 11.99-2.857 20.1-4.229 24.33h-21.156v-10.579c-5.653 8.458-14.807 12.697-27.505 12.697-7.086 0-12.697-2.12-16.927-6.349-4.229-5.622-6.349-12.697-6.349-21.156 0-12.697 3.492-21.852 10.578-27.505 9.841-7.045 21.156-10.578 33.854-10.578h10.578c1.372-1.382 2.12-3.502 2.12-6.349 0-5.622-5.653-8.458-16.927-8.458-7.086 0-16.23 1.413-27.505 4.23 0-5.623 1.372-12.698 4.23-21.157 11.273-4.229 21.155-6.349 29.624-6.349 23.962 0 35.952 9.881 35.952 29.625zm-29.615 27.504h-6.349c-14.11 0-21.156 4.966-21.156 14.807 0 7.076 2.816 10.578 8.458 10.578 5.611 0 9.841-2.12 12.697-6.349 4.23-4.229 6.35-10.578 6.35-19.036zm95.201-55.009c-5.653 7.076-9.206 16.927-10.578 29.625-5.653-1.382-10.578 2.12-14.807 10.578-2.857 8.458-6.349 28.231-10.578 59.238h-27.505l2.12-6.349a1076.832 1076.832 0 0 0 12.697-93.092h25.385c0 5.652-.737 10.578-2.12 14.807 4.23-7.045 8.458-11.274 12.697-12.697 5.601-2.806 9.831-3.492 12.688-2.109zm65.588-23.275h27.505l-21.155 122.716H782.82l2.12-8.458c-5.653 7.076-13.435 10.578-23.275 10.578-11.315 0-19.047-3.502-23.275-10.578-7.086-9.85-10.578-19.743-10.578-29.625 0-18.309 4.926-33.127 14.807-44.432 7.045-11.274 16.927-16.927 29.625-16.927 8.458 0 16.927 4.23 25.385 12.698l4.23-35.973zm-10.578 65.587c0-12.697-4.976-19.046-14.807-19.046-5.653 0-10.578 3.533-14.807 10.578-2.857 4.23-4.229 11.991-4.229 23.275 0 12.697 4.23 19.047 12.697 19.047 5.611 0 10.578-2.816 14.807-8.458 4.23-5.622 6.338-14.08 6.338-25.395z"/></svg>
<svg class="tc-image-mastercard-securecode tc-image-button" width="22pt" height="22pt" viewBox="0 0 1025.3519287109375 393.635986328125"><path d="M125.798 55.44C112.71 94.094 99.593 132.74 86.619 171.437c-.932 2.775-2.089 3.87-5.058 3.727-5.17-.246-10.373-.286-15.544 0-3.523.195-4.29-1.116-4.342-4.434-.348-21.914-1.054-43.827-1.362-65.75-.236-16.733-.05-33.476-.05-50.208-.646-.04-1.3-.092-1.947-.133-1.403 8.366-2.846 16.722-4.188 25.088-4.915 30.65-9.82 61.296-14.623 91.965-.41 2.601-1.423 3.471-4.004 3.43-7.946-.123-15.913-.307-23.838.071-4.352.205-4.803-1.454-4.199-5.1 3.308-20.07 6.492-40.172 9.687-60.262 5.07-31.846 10.19-63.693 15.084-95.57.656-4.239 1.68-6.123 6.553-5.97 12.913.43 25.886.317 38.84.061 3.891-.082 5.017 1.096 5.038 4.894.072 21.248.39 42.486.563 63.724.082 10.087.01 20.173.01 30.26.492.04.993.091 1.485.132 3.922-12.206 7.854-24.422 11.766-36.628 6.246-19.518 12.514-39.025 18.657-58.583.84-2.673 1.936-3.82 4.987-3.779 15.033.185 30.064.154 45.097.031 3.031-.03 4.332.39 3.758 3.911-6.4 39.844-12.688 79.708-18.985 119.573-1.966 12.431-4.096 24.852-5.744 37.325-.614 4.638-2.15 6.328-7.045 6.031-8.089-.492-16.24-.276-24.35-.06-3.389.091-3.88-.799-3.359-4.118 5.775-36.976 11.346-73.994 16.957-111 .184-1.189.195-2.407.287-3.616.461-1.423.164-2.887.348-4.332-.082-.696-.942-.082-.256-.143.225-.02.246.123.266.42.092 1.25-.328 2.263-1.31 3.042zm244.15 323.45c-.348 3.154-.133 4.24 3.35 4.127 7.761-.246 15.544-.195 23.316-.01 2.857.072 3.717-.798 3.983-3.676 1.833-19.405 4.782-38.656 7.752-57.918 3.574-23.173 6.871-46.387 10.435-69.56.491-3.195-.543-3.81-3.43-3.748-7.424.154-14.848.051-22.282.051-7.3 0-7.158.02-8.233 7.291-3.05 20.634-6.04 41.278-9.462 61.86-1.659 9.974-4.864 19.518-13.159 26.225-4.454 3.604-9.8 4.628-15.104 2.498-5.243-2.11-6.789-7.014-7.188-12.247-.154-2.058-.072-4.137.072-6.206.84-12.226 3.246-24.259 4.885-36.382 1.751-12.985 3.78-25.938 5.581-38.912.246-1.792 1.351-4.229-2.396-4.178-9.493.144-18.995.092-28.498.01-2.16-.02-2.98.738-3.236 2.928-3.379 28.928-9.288 57.56-10.71 86.702-.605 12.278 1.167 24.484 7.802 35.35 6.185 10.126 15.657 14.52 27.27 12.696 7.546-1.178 14.028-4.485 19.588-9.779 3.973-3.779 6.994-8.346 10.916-13.056.656 5.91-.707 10.916-1.25 15.933zM105.993 225.341c1.782-5.775-.615-7.75-5.273-9.257-15.104-4.874-30.515-5.796-45.977-2.673-14.889 3.01-26.133 11.356-32.604 25.385-5.816 12.615-6.697 26.01-5.017 39.536 1.526 12.38 8.162 21.791 18.718 28.385 3.215 2.007 6.584 3.77 9.81 5.765 3.513 2.171 7.168 4.2 10.363 6.79 5.99 4.863 8.12 11.222 6.574 18.933-1.495 7.475-6.165 11.684-13.097 13.834-5.335 1.65-10.803 2.1-16.363 1.475-9.01-1.014-17.418-3.738-25.314-9.37-2.457 11.202-4.67 21.78-7.127 32.297-.686 2.928 1.31 3.072 3.001 3.758 14.285 5.786 29.01 8.776 44.462 6.8 14.111-1.802 26.716-6.717 36.096-18.053 7.69-9.288 10.855-20.316 11.838-32 2.273-26.972-5.11-43.1-27.106-54.815-3.942-2.099-7.824-4.413-11.448-7.014-6.87-4.915-9.206-11.284-7.199-18.422 1.802-6.38 7.106-9.963 15.462-10.742 11.817-1.106 23.03.594 33.474 7.424 2.273-9.697 3.953-19.036 6.728-28.037zm602.255-89.252c-4.864 2.191-9.718 4.393-14.879 5.816-19.394 5.366-35.563-1.813-40.59-19.69-6.463-22.99-3.339-45.19 10.24-65.22 5.816-8.57 14.12-13.967 24.667-15.544 11.48-1.72 21.811 1.874 31.806 6.78 2.99 1.463 4.014 1.453 4.475-2.254 1.208-9.748 2.734-19.456 4.393-29.143.441-2.55-.112-3.635-2.529-4.577-5.325-2.069-10.834-3.399-16.343-4.823C680.672 0 653.219 9.298 635.975 33.525c-20.95 29.44-25.026 62.638-18.422 97.27 3.42 17.92 12.718 32.81 29.758 41.34 17.961 8.99 36.455 6.86 54.98 1.842 1.873-.512 2.323-1.782 2.57-3.379a26524.1 26524.1 0 0 1 4.628-31.19c.133-1.3 1.413-3.042-1.239-3.319zm-8.54 88.811c.266-1.74.082-2.99-1.782-3.707-11.643-4.423-23.378-8.478-36.096-7.7-22.948 1.403-39.762 13.138-51.139 32.358-17.49 29.563-21.217 61.696-14.336 94.925 6.144 29.675 27.535 50.626 64.236 45.302 15.165-2.202 16.087-2.519 18.155-15.166 1.444-8.786 2.54-17.623 3.881-27.074-6.656 3.031-12.442 6.103-18.893 7.536-16.128 3.584-28.744-3.369-34.355-18.893-3.44-9.503-3.584-19.323-2.888-29.143.994-13.927 4.158-27.34 12.657-38.82 8.336-11.264 19.261-16.824 33.66-14.459 7.792 1.28 14.611 4.885 21.882 8.325 1.69-11.366 3.318-22.425 5.018-33.485zm-433.05-56.094c-.758 3.983.86 5.1 4.27 5.662 14.684 2.458 29.39 3.8 44.288 2.15 22.057-2.447 35-13.589 37.847-34.98 3.021-22.66-1.772-37.959-24.914-48.353-3.44-1.546-6.81-3.399-9.902-5.54-4.444-3.072-5.438-9.482-2.314-13.752 3.051-4.178 7.67-4.976 12.421-5.202 7.793-.369 15.534.45 23.214 1.556 2.837.41 3.697-.389 4.065-2.939 1.23-8.53 2.55-17.049 3.922-25.559.297-1.853.082-2.857-2.099-3.134-14.408-1.822-28.846-3.47-43.305-.839-18.462 3.358-31.048 15.452-34.017 32.348-3.91 22.282 2.08 36.803 19.753 47.37 4.721 2.826 9.677 5.274 14.531 7.875 4.823 2.581 7.004 6.523 6.021 11.961-1.014 5.581-5.099 7.987-10.117 8.981-4.567.891-9.185 1.126-13.906.768-8.622-.645-16.937-2.673-25.467-5.19-1.433 9.153-2.61 18.031-4.29 26.817zm16.23 181.453c-18.115 6.79-31.877-.656-35.298-19.65-2.16-11.982-.502-23.789 4.925-34.776 6.76-13.67 19.466-18.616 33.813-13.435 2.58.932 5.12 2.11 7.454 3.533 2.375 1.444 3.39 1.526 4.004-1.649 1.71-8.796 3.656-17.552 5.735-26.265.563-2.355-.164-3.369-2.099-4.475-23.562-13.466-52.5-8.95-69.15 12.462-21.883 28.13-25.426 59.771-13.036 92.805 5.622 14.971 16.487 25.457 33.27 27.792 8.47 1.178 16.855-.02 25.16-1.843 5.446-1.188 8.97-3.287 9.297-9.963.461-9.186 2.294-18.309 3.615-27.955-2.99 1.351-5.284 2.52-7.69 3.42zm123.617-205.825c-6.512-.348-9.39-3.379-9.39-9.81 0-1.894.103-3.809.4-5.673 2.354-15.155 4.761-30.31 7.157-45.466 1.7-10.72 1.7-10.72 12.677-10.72 1.034 0 2.08-.093 3.103.02 2.591.286 3.553-.696 3.85-3.399.717-6.512 1.915-12.964 2.837-19.446 1.474-10.363 1.444-10.373-9.093-10.373-6.81 0-6.8 0-5.509-6.502.676-3.379 1.127-6.81 1.997-10.137.798-3.052-.113-3.89-3.185-3.83-8.806.174-17.613.174-26.419 0-3.04-.062-4.014.85-4.485 3.942-4.925 31.846-10.189 63.642-15.084 95.498-1.772 11.561-4.434 23.05-3.389 34.928 1.096 12.421 7.353 20.941 18.31 23.47 10.566 2.427 20.9.37 31.047-2.806 1.587-.502 2.038-1.69 2.253-3.123 1.3-8.99 2.611-17.97 4.024-27.71-3.963 1.301-7.536 1.321-11.1 1.137zm178.965-88.37c.615-4.373.932-8.827 1.956-13.107.758-3.174-.45-3.45-3-3.43-7.772.082-15.544.246-23.306-.06-3.666-.155-4.608 1.34-5.1 4.576a31271.307 31271.307 0 0 1-19.568 127.252c-.48 3.102.277 3.911 3.308 3.85 8.458-.154 16.927-.317 25.375.061 4.158.185 5.601-1.116 6.195-5.17a2552.008 2552.008 0 0 1 8.458-53.608c1.577-9.328 3.574-18.606 7.291-27.392 2.478-5.868 6.174-10.906 13.117-10.742 4.22.103 4.772-1.956 5.356-4.946 2.12-10.855 5.294-21.402 10.342-31.273 1.782-3.48.266-4.209-2.652-4.229-7.527-.072-13.753 2.806-18.616 8.55-2.837 3.35-5.55 6.8-8.325 10.2-.266-.165-.543-.349-.83-.533zm292.393-12.36c.962-3.82-.522-4.28-3.758-4.199-7.076.185-14.172.37-21.227-.05-4.322-.257-5.837 1.054-6.47 5.355a18125.25 18125.25 0 0 1-19.17 126.23c-.522 3.348.041 4.207 3.38 4.136 8.632-.185 17.263-.226 25.885.02 3.492.102 4.721-1.014 5.232-4.475 2.673-18.064 5.396-36.117 8.55-54.098 1.721-9.81 3.635-19.66 7.957-28.795 2.795-5.898 6.933-9.994 13.906-9.636 3.134.164 3.256-1.884 3.625-3.82 2.12-11.223 5.48-22.057 10.598-32.266 1.751-3.502.266-4.229-2.673-4.239-7.74-.05-14.029 3.113-18.944 9.001-2.898 3.471-5.61 7.106-9.318 11.827.942-6.073 1.331-10.619 2.427-14.992zM463.164 253.112c.798-3.687.338-5.346-4.014-5.058-5.673.38-11.387.092-17.09.092-7.568 0-7.415.021-8.479 7.61-3.604 25.773-7.342 51.527-11.029 77.29-2.192 15.36-4.332 30.72-6.605 46.07-.512 3.44.133 4.966 4.106 4.813 7.762-.307 15.544-.195 23.306-.03 2.94.061 4.25-.708 4.67-3.882 1.956-14.868 3.963-29.726 6.36-44.534 2.088-12.913 3.84-25.938 8.805-38.205 2.498-6.175 6.277-10.783 13.671-10.588 2.08.062 2.704-1.126 2.98-2.785 2.13-12.606 5.97-24.699 11.418-36.68-15.708-3.05-21.904 8.243-29.798 18.084.553-4.066.83-8.192 1.7-12.196zM126.749 56.442c1.136-1.382 1.23-2.867.317-5.048-.522 1.67-.9 2.857-1.27 4.045.317.327.635.666.953 1.003zm583.106 78.961c-.44-.49-1.198.123-1.618.686 1.444.727.727 2.253 1.24 3.328.736-1.29 1.576-2.663.378-4.014zm257.363 35.021c-1.014 3.625-.102 4.885 3.81 4.751 7.935-.256 15.881-.215 23.817-.01 3.205.082 4.465-.798 4.926-4.178 1.69-12.462 3.758-24.873 5.693-37.305 6.308-40.53 12.595-81.06 18.975-121.569.491-3.123-.553-3.758-3.45-3.707-8.459.164-16.928.276-25.376-.04-3.902-.144-4.854 1.33-5.346 4.893-1.915 13.753-4.198 27.464-6.328 41.124-1.393.113-1.75-.798-2.242-1.444-15.862-20.94-42.629-19.589-59.648-2.632-10.424 10.394-17.224 22.794-21.217 36.741-6.052 21.146-7.659 42.425.348 63.488 12.411 32.645 47.975 32.215 63.836 15.001.553-.604 1.116-1.372 2.683-.89-.133 1.821.051 3.89-.48 5.774zm8.571-73.247c-.553 11.89-1.833 22.64-7.342 32.37-4.178 7.372-9.779 12.952-18.944 13.301-7.465.286-13.046-2.816-15.186-9.933-5.6-18.627-3.533-36.567 7.301-52.869 4.67-7.014 11.766-10.71 20.603-8.305 8.612 2.345 11.387 9.277 12.636 17.152.491 3.042.697 6.144.932 8.284zM874.176 378.03c-.778 3.82.85 4.7 4.403 4.587 6.902-.236 13.814-.194 20.716 0 3.256.092 4.741-.543 5.274-4.31 7.527-53.085 15.227-106.139 23.04-159.182.502-3.41-.707-3.799-3.44-3.779-7.773.082-15.545.194-23.307-.05-3.625-.113-4.557 1.26-5.008 4.69-1.822 13.925-4.045 27.79-6.236 42.505-1.086-1.35-1.597-1.997-2.11-2.632-15.698-19.497-37.14-20.695-54.814-2.928-14.11 14.183-20.613 32.082-23.562 51.313-2.785 18.084-2.693 36.147 4.987 53.351 8.038 17.991 24.054 26.061 42.056 21.27 7.404-1.967 12.913-6.934 18.862-12.596-.348 3.318-.409 5.581-.86 7.762zm7.701-70.942c-.082 9.206-1.454 18.176-5.09 26.706-1.843 4.311-4.28 8.243-7.793 11.438-9.88 8.99-22.999 5.786-26.163-7.168-4.137-16.916-2.294-33.515 6.277-48.988 1.147-2.068 2.837-3.912 4.557-5.57 9.4-9.064 21.822-6.073 26.245 6.225 2.018 5.642 1.986 11.5 1.966 17.357zM226.978 170.895c-.226 2.94.358 4.423 3.85 4.28 6.902-.276 13.824-.246 20.726-.01 2.98.102 3.768-1.085 4.076-3.748.922-8.048 2.07-16.077 3.143-24.105 2.98-22.2 7.26-44.226 9.236-66.57 2.13-24.074-9.083-39.332-32.717-43.377-16.507-2.826-32.573.358-48.466 4.935-3.46.994-4.638 2.796-5.069 5.97-.942 6.83-2.069 13.64-3.102 20.45-.87 5.703-.829 5.816 4.506 4.146 12.851-4.014 25.98-5.366 39.352-4.127 10.608.983 14.992 6.953 12.595 16.825-.563 2.325-1.34 3.298-4.117 3.134-6.533-.379-13.127-.522-19.66-.164-32.564 1.792-52.266 23.685-50.423 55.767 1.26 21.852 15.8 35.103 36.423 33.127 11.571-1.106 21.545-5.54 29.686-15.37 0 3.676.164 6.267-.04 8.837zm-32.963-36.168c-.04-8.816 4.24-15.083 12.626-18.104 6.768-2.437 13.814-2.6 20.91-2.19 1.853.101 2.846.613 2.611 2.764-1.044 9.584-3.267 18.657-10.558 25.661a19.555 19.555 0 0 1-8.407 4.813c-10.035 2.826-17.13-2.509-17.183-12.943zm543.93-61.307c13.638-4.362 27.576-6.113 41.85-4.628 10.24 1.065 14.336 6.922 12.073 16.722-.543 2.334-1.28 3.328-4.055 3.174-6.707-.368-13.476-.563-20.173-.143-31.417 1.956-50.063 21.863-49.98 53.074.071 26.44 18.953 40.94 44.502 34.365 8.561-2.202 15.442-6.933 21.658-13.66 0 3.625.236 6.564-.072 9.452-.266 2.488.297 3.4 2.918 3.358a599.136 599.136 0 0 1 22.272 0c2.581.051 3.092-1.044 3.328-3.308.635-6 1.597-11.96 2.345-17.95 3.113-25.14 8.356-49.992 10.178-75.316 1.597-22.17-10.045-37.376-31.816-41.072-17.664-2.99-34.63.43-51.446 5.458-1.894.563-2.314 1.843-2.55 3.41-1.403 9.001-2.785 18.002-4.3 27.822 1.627-.368 2.467-.502 3.265-.758zm37.651 40.92c11.88-.277 11.981-.256 10.466 8.704-1.29 7.598-4.014 14.613-9.84 19.978-7.405 6.81-17.624 7.291-22.58 1.208-5.632-6.912-3.216-19.804 4.813-25.078 5.97-3.932 12.79-4.74 17.142-4.813zm17.551 164.136c-5.407-14.612-14.48-25.846-30.075-30.36-24.934-7.22-50.197 3.983-63.068 28.251-11.336 21.391-13.363 44.34-9.718 67.891 2.1 13.6 7.312 25.733 18.32 34.878 17.458 14.5 60.282 14.336 77.976-19.149 8.448-15.995 10.875-33.239 11.152-54.395.307-7.056-.952-17.306-4.587-27.115zm-28.928 29.748c-.686 10.844-1.27 22.057-6.103 32.461-2.745 5.918-6.37 11.07-12.913 13.332-7.219 2.498-13.342.471-17.47-5.95-3.45-5.356-4.669-11.366-5.11-17.654-.87-12.442.932-24.39 6.236-35.737 2.294-4.905 5.264-9.318 9.76-12.483 7.792-5.478 17.048-3.298 21.513 5.1 3.42 6.43 3.85 13.496 4.086 20.93zM520.344 140.625c-11.294 4.966-23.11 6.8-35.369 5.868-15.125-1.157-23.419-9.39-23.695-22.754-.082-4.126 1.351-4.74 5.017-4.71 19.527.173 39.055.02 58.583.143 2.857.02 4.403-.553 4.997-3.635 2.253-11.735 3.737-23.522 3.205-35.502-1.004-22.22-14.96-39.526-35.594-43.079-22.815-3.922-40.98 4.546-53.586 23.43-17.09 25.63-20.163 53.985-12.144 83.302 4.393 16.046 15.575 26.583 31.805 31.11 18.361 5.13 36.577 3.297 54.64-1.752 1.362-.379 2.355-.86 2.631-2.63 1.67-10.527 3.513-21.023 5.396-32.114-2.437.952-4.188 1.577-5.888 2.325zm-37.96-49.223c-4.997 0-10.005.03-15.002-.02-1.229-.01-2.724.552-2.826-1.814-.338-8.243 9.472-20.644 17.746-21.883 13.947-2.079 20.521 7.158 19.036 21.647-.236 2.253-1.863 2.08-3.43 2.08-5.182-.01-10.353 0-15.524-.01zm496.743 264.591c-13.916-.973-21.872-8.817-22.425-21.596-.184-4.342.747-5.98 5.561-5.898 17.787.307 35.574.133 53.371.102 1.946 0 4.208.645 4.793-2.488 2.795-15.166 4.925-30.372 1.946-45.732-4.526-23.265-22.999-37.028-45.927-34.468-18.832 2.1-30.986 13.476-39.3 29.348-12.064 23.03-14.644 47.606-9.565 72.9 2.99 14.877 10.486 27.155 24.852 33.648 19.005 8.601 38.35 6.338 57.641.615 1.557-.46 2.048-1.413 2.284-2.96 1.587-10.373 3.287-20.736 5.038-31.62-18.166 7.526-25.447 9.051-38.267 8.15zm-2.489-55.122c-4.659 0-9.308-.082-13.957.031-2.407.062-3.389-.327-2.663-3.164 1.485-5.755 3.523-11.192 7.557-15.637 5.008-5.509 14.03-6.86 19.814-3.144 5.182 3.328 8.694 14.838 6.503 20.521-.737 1.925-2.028 1.474-3.298 1.485-4.649.03-9.308.01-13.957.01v-.103zm-406.66 49.162c-10.559 4.885-21.628 6.851-33.219 5.95-13.24-1.034-21.115-8.387-22.24-20.808-.564-6.185-.257-6.543 5.764-6.543 17.787-.01 35.563-.03 53.351.03 2.447.01 4.393-.112 4.894-3.144 2.324-14.13 4.587-28.22 2.314-42.649-3.952-25.006-22.466-39.659-47.504-36.843-15.769 1.771-27.238 10.854-35.092 23.92-16.046 26.665-19.128 55.42-10.639 85.156 4.188 14.674 14.192 24.72 29 29.225 17.111 5.212 34.1 3.236 50.923-1.7 1.28-.379 2.55-.932 2.806-2.652 1.546-10.537 3.154-21.063 4.833-32.195-2.14.922-3.687 1.557-5.192 2.253zm-35.514-49.172c-4.649 0-9.308-.092-13.947.031-2.63.072-3.308-.748-2.539-3.338 1.178-3.973 2.396-7.875 4.577-11.438 4.618-7.536 11.643-10.762 19.16-8.755 6.522 1.741 10.26 7.69 10.413 16.6.123 7.003.123 7.003-6.82 6.911-.348 0-.686-.01-1.034-.01h-9.81zm-374.25 55.153c-14.225-1.065-22.21-9.288-22.437-22.712-.07-4.127 1.393-4.782 5.06-4.752 17.97.174 35.931.082 53.903.072 2.191 0 4.301.451 4.915-2.939 2.755-15.35 4.946-30.679 1.66-46.224-4.783-22.63-22.939-35.91-45.64-33.567-16.937 1.751-28.733 11.346-36.997 25.283-14.919 25.14-17.582 52.41-10.906 80.414 4.761 19.947 18.145 31.51 38.564 34.713 11.766 1.843 23.347.707 34.96-1.495 7.044-1.33 11.11-4.106 11.447-12.135.348-8.14 2.314-16.21 3.696-25.118-12.544 6.512-24.955 9.452-38.226 8.458zm-1.977-55.143c-4.659 0-9.328.031-13.988-.02-1.434-.02-3.093.512-3.277-2.048-.707-9.923 10.526-22.129 20.234-21.822 8.397.266 13.506 5.837 14.121 15.39.542 8.53.542 8.53-7.762 8.5-3.102-.022-6.215-.01-9.328 0z"/></svg>
<svg class="tc-image-materializecss tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.213001251220703 14.822998046875"><path d="M23.691 9.244l.033.018-.07-.027c.013 0 .026.003.037.009zm0 0c.01.008.022.012.035.014l-.07-.027.035.013zm-.043.132c-.025.087-.043.177-.057.267s-.032.18-.057.267l-.073-.02c.025-.088.058-.173.094-.257s.068-.169.094-.256zm0 0c-.025.087-.043.177-.057.267s-.032.179-.057.266l-.073-.02c.025-.087.058-.172.093-.256s.068-.169.093-.256zm-2.045 5.371a.56.56 0 0 1-.235-.137c-.032-.033-.066-.064-.093-.101l-.043-.054-.039-.057a3.168 3.168 0 0 1-.257-.485 7.758 7.758 0 0 1-.198-.513 13.302 13.302 0 0 1-.167-.524c-.104-.351-.198-.706-.287-1.061s-.172-.712-.251-1.07a93.328 93.328 0 0 1-.447-2.152l-.209-1.079c-.067-.36-.136-.72-.199-1.081l.068-.002-.002.014v-.012c.064.362.132.721.199 1.082l.203 1.082c.136.721.279 1.44.43 2.158.075.359.155.717.239 1.074s.175.712.277 1.064c.101.352.214.701.356 1.039.073.168.152.333.253.486l.038.057.042.054c.027.037.06.068.091.102a.545.545 0 0 0 .231.137h-.001l.084-.007c.028-.002.054-.013.081-.018s.053-.018.078-.029a.406.406 0 0 0 .075-.038c.023-.015.049-.028.071-.045l.066-.053c.022-.017.04-.039.061-.058s.04-.039.058-.061.073-.086.105-.132c.016-.023.035-.045.048-.069l.042-.074.042-.073c.015-.024.026-.05.038-.075l.074-.152.005.002c-.049.1-.101.198-.159.292-.029.047-.06.093-.092.138s-.067.088-.104.13c-.018.021-.038.04-.057.06s-.041.038-.061.056-.087.069-.135.097c-.025.012-.048.028-.074.037a.559.559 0 0 1-.078.028c-.026.009-.054.013-.081.017s-.055.004-.083.006zm0 0c.028-.002.056-.001.083-.007s.055-.009.081-.018a.559.559 0 0 0 .078-.028c.026-.01.049-.025.074-.037a.923.923 0 0 0 .135-.097c.02-.019.042-.036.061-.056s.039-.039.057-.061a1.644 1.644 0 0 0 .196-.268c.058-.095.109-.193.158-.292l.005.003-.073.152c-.013.025-.023.051-.038.075l-.042.073-.042.074c-.013.026-.032.047-.048.07-.032.047-.068.09-.104.133-.017.023-.038.042-.058.062s-.039.041-.061.059l-.066.053c-.022.018-.048.031-.071.046s-.049.028-.076.039c-.026.011-.051.024-.08.03s-.055.017-.083.019l-.086.007h-.001a.56.56 0 0 1-.238-.138c-.032-.033-.066-.065-.094-.102l-.043-.054-.039-.057a3.242 3.242 0 0 1-.26-.486c-.146-.337-.264-.686-.369-1.038s-.2-.707-.289-1.063a39.644 39.644 0 0 1-.251-1.072 84.103 84.103 0 0 1-.442-2.157c-.069-.36-.14-.72-.205-1.082s-.133-.723-.195-1.084l-.001-.006.001-.005.002-.012.035-.194.033.193c.062.361.129.721.195 1.081l.199 1.081c.134.72.273 1.439.424 2.156.075.358.155.716.239 1.072s.175.711.278 1.063c.051.176.106.35.165.524.06.173.123.345.195.513.073.168.154.333.255.486l.038.057.043.054c.027.037.061.068.092.102a.558.558 0 0 0 .234.138zm-8.955 0l-.052.019-.055.008a.554.554 0 0 1-.237-.139c-.032-.033-.066-.065-.093-.103l-.043-.054-.039-.058c-.103-.154-.184-.321-.258-.491s-.137-.344-.199-.518a14.113 14.113 0 0 1-.317-1.064 44.55 44.55 0 0 1-.39-1.619 99.775 99.775 0 0 1-.449-2.175l-.21-1.09-.103-.545c-.035-.183-.066-.364-.099-.547l.064.001-.008.042-.008.041v-.011c.033.182.063.362.099.542l.104.542.211 1.083c.143.721.285 1.443.441 2.162.078.359.159.718.245 1.075s.177.713.28 1.066c.102.353.217.702.359 1.039.074.167.154.332.255.484.049.077.108.146.172.21.067.06.141.112.227.136l-.004-.001a.296.296 0 0 0 .155-.054.63.63 0 0 0 .125-.117c.02-.021.037-.045.054-.068s.034-.047.049-.072.061-.1.089-.151c.111-.207.2-.425.281-.645l.059-.166c.021-.055.037-.111.053-.168l.099-.339.196-.679.01.003c-.116.433-.239.864-.39 1.286-.038.105-.078.21-.121.314s-.089.206-.139.306c-.024.051-.053.099-.08.148-.03.047-.057.096-.092.141-.017.022-.033.046-.051.067l-.056.062c-.02.019-.043.036-.064.055-.023.016-.048.029-.072.043zm0 0c.024-.015.049-.027.072-.044.021-.018.043-.036.063-.055l.056-.062c.018-.021.034-.045.051-.067.034-.044.061-.094.091-.141.026-.049.055-.097.079-.148a6.561 6.561 0 0 0 .258-.62c.149-.422.271-.854.385-1.287l.01.003-.192.68-.095.34a2.055 2.055 0 0 1-.052.169c-.018.056-.038.111-.058.167-.08.222-.167.441-.277.651-.028.052-.056.104-.089.154-.016.025-.032.05-.05.074s-.035.048-.055.071-.082.088-.13.124a.333.333 0 0 1-.173.062h-.002l-.002-.001a.618.618 0 0 1-.244-.142 1.31 1.31 0 0 1-.179-.215 3.196 3.196 0 0 1-.264-.488c-.147-.339-.266-.689-.371-1.041s-.201-.709-.289-1.066a39.89 39.89 0 0 1-.249-1.076 94.14 94.14 0 0 1-.446-2.162l-.207-1.084-.102-.542c-.035-.18-.066-.363-.097-.544l-.001-.006.001-.005.008-.044.008-.042.034-.17.03.171.194 1.093.2 1.092c.136.727.276 1.454.428 2.178a30.1 30.1 0 0 0 .523 2.157c.051.178.107.354.166.53.061.174.123.349.197.519s.154.337.256.491l.039.058.043.055c.027.037.061.07.093.103a.563.563 0 0 0 .236.14l.055-.008.052-.019zm-9.22 0c-.028-.03-.069-.043-.101-.067-.017-.011-.034-.023-.049-.036s-.032-.026-.045-.041a.965.965 0 0 1-.149-.193c-.024-.033-.04-.071-.06-.106s-.038-.072-.054-.109l-.051-.111-.044-.114c-.031-.075-.056-.153-.081-.23a3.91 3.91 0 0 1-.072-.233c-.047-.156-.084-.315-.123-.473-.037-.159-.07-.318-.104-.477l-.09-.48c-.03-.16-.054-.321-.088-.48s-.063-.318-.102-.476l-.056-.237-.063-.235c-.04-.158-.093-.311-.139-.466-.055-.152-.104-.307-.168-.456-.058-.152-.129-.297-.198-.443l-.116-.213c-.039-.071-.086-.137-.128-.205-.041-.07-.094-.131-.142-.196-.046-.066-.103-.123-.157-.183-.052-.062-.114-.112-.174-.166-.057-.057-.127-.097-.191-.145a.631.631 0 0 0-.102-.062l-.106-.057c-.072-.035-.149-.058-.223-.088l.009.001H.18l.007-.061c.079.027.161.048.238.08l.113.054c.038.018.076.035.11.06.143.087.275.191.391.31.119.117.222.248.318.384.045.07.094.137.135.209l.122.217c.073.149.147.297.207.451.067.152.118.309.174.464.026.078.049.158.073.236s.049.158.069.238c.043.159.085.319.12.48.039.16.071.322.103.484.034.161.059.324.088.486l.087.485c.03.161.065.321.099.482.039.159.073.32.119.477.021.079.043.158.069.236.025.078.048.156.079.232l.043.115.049.112c.016.037.033.074.053.11s.036.073.059.106a1.05 1.05 0 0 0 .187.231c.015.012.03.025.047.035.032.025.068.033.108.075l-.021-.01c.054-.001.107-.023.154-.054s.088-.074.127-.117a1.502 1.502 0 0 0 .195-.297 5.15 5.15 0 0 0 .343-.83l.163-.517.192-.695.037.01c-.061.231-.127.461-.196.689s-.144.456-.227.68a5.176 5.176 0 0 1-.288.656 1.7 1.7 0 0 1-.199.298c-.039.045-.083.087-.132.12s-.107.056-.167.056zm0 0c.06-.001.117-.025.166-.058s.092-.076.13-.121c.076-.092.138-.194.194-.3.111-.211.198-.434.279-.658.159-.45.285-.91.405-1.372l.037.01-.189.698-.16.518c-.017.058-.038.116-.058.172a5.285 5.285 0 0 1-.285.667 2.483 2.483 0 0 1-.091.158 1.52 1.52 0 0 1-.108.149.663.663 0 0 1-.137.127.33.33 0 0 1-.182.063h-.012l-.009-.01c-.017-.019-.062-.038-.096-.063a.375.375 0 0 1-.051-.038 1.057 1.057 0 0 1-.2-.244c-.024-.035-.04-.073-.061-.109s-.038-.074-.054-.112l-.05-.114-.044-.116c-.031-.077-.055-.156-.081-.234-.027-.078-.049-.158-.071-.237-.047-.158-.083-.319-.122-.479a20.81 20.81 0 0 1-.101-.484l-.089-.486c-.03-.161-.055-.324-.09-.484-.033-.161-.065-.322-.104-.481a9.8 9.8 0 0 0-.191-.713c-.025-.078-.048-.157-.074-.234-.056-.154-.106-.31-.171-.46-.058-.153-.132-.299-.202-.446l-.119-.214c-.041-.071-.088-.137-.132-.206a2.715 2.715 0 0 0-.308-.376 1.93 1.93 0 0 0-.484-.36l-.109-.053C.33 8.016.251 7.995.175 7.969L0 7.908l.268.001.003.001c.077.031.156.056.23.092l.109.059a.594.594 0 0 1 .105.065c.066.049.138.092.196.15.061.056.125.108.177.171.055.062.113.12.159.188.048.067.102.129.143.2.043.07.09.137.129.209l.116.216c.069.148.141.295.198.448.064.15.112.306.167.46.046.156.098.311.137.469l.062.236.055.238c.038.158.068.319.1.478.033.16.057.32.086.48l.084.48c.031.159.063.319.097.478.037.158.072.317.117.473.02.079.043.157.068.234.024.078.048.155.078.231l.042.114.049.112c.015.038.033.074.053.11s.036.073.059.107a1.027 1.027 0 0 0 .191.235c.016.012.031.026.048.037s.073.038.1.069z"/><path d="M25.874 14.8s.92-.526 1.104-2.551c.263-2.839.736-3.838 2.235-4.338h-4.285c-.459.077-.769.329-1.003.823a.01.01 0 0 1 .001.005.016.016 0 0 1-.004.007l.004.019c-.311.569-.518 1.475-.699 2.692-.201 1.17-.488 2.176-.869 2.743-.223.362-.479.572-.769.572z"/><path d="M23.908 8.776a.106.106 0 0 0-.004-.019 3.432 3.432 0 0 0-.213.487l-.001.002c-.015.041-.028.087-.042.13a8.708 8.708 0 0 0-.151.523c-.111.448-.207.973-.296 1.574-.165.964-.389 1.816-.674 2.41a3.226 3.226 0 0 1-.205.391c.385-.574.675-1.591.879-2.775.183-1.231.393-2.148.707-2.724z"/><path d="M21.254.03a.357.357 0 0 0-.195.078.9.9 0 0 0-.146.156c-.086.114-.155.24-.216.368-.062.128-.117.26-.169.393s-.099.268-.143.403a13.868 13.868 0 0 0-.245.821c-.075.276-.145.553-.21.83a68.375 68.375 0 0 0-.69 3.357l-.023.128-.022-.129-.002-.012.046-.001-.002.009v-.008c.063.361.131.72.199 1.081l.205 1.079c.139.719.283 1.438.439 2.153.078.358.159.715.246 1.07s.18.709.284 1.06c.052.175.107.349.166.522.06.172.124.343.196.51.074.166.154.33.254.479l.038.056.042.052c.026.036.059.066.089.098a.529.529 0 0 0 .218.128l-.008-.001a.61.61 0 0 0 .338-.11c.102-.067.189-.158.266-.255s.144-.205.204-.316c.03-.054.06-.113.085-.167l.074-.177c.026-.059.045-.118.068-.178.021-.06.045-.118.063-.179.039-.121.079-.242.112-.364.036-.122.067-.245.098-.368s.057-.248.087-.372l.076-.374.069-.376.14-.752c.022-.125.055-.25.082-.375l.085-.374c.013-.063.031-.126.049-.186l.053-.184c.036-.123.069-.244.113-.37l-.001.003.091-.244c.016-.04.035-.08.052-.12l.053-.119.035-.081.017.087.004.02-.052-.006.016-.03-.002.017-.095-.569c-.029-.189-.065-.378-.1-.568l-.21-1.134c-.142-.755-.288-1.51-.447-2.262-.079-.376-.163-.751-.25-1.125s-.18-.747-.285-1.117c-.052-.185-.107-.369-.168-.551s-.124-.363-.199-.54a3.245 3.245 0 0 0-.259-.513c-.027-.04-.052-.081-.083-.117-.015-.019-.029-.038-.045-.056l-.05-.052a.538.538 0 0 0-.242-.147h.001l-.174-.001c-.029.001-.058-.002-.087.003l-.022.003c-.007.001-.015.001-.021.004l-.041.016V.033l.153.001zm0 0l-.157.001.044-.018c.007-.003.014-.003.022-.004l.021-.003c.029-.006.058-.003.087-.004l.175-.001a.55.55 0 0 1 .246.147l.051.052.046.056c.032.037.057.078.084.117.105.161.189.336.265.512s.142.358.204.54c.062.182.119.366.173.55.216.739.389 1.489.55 2.24s.31 1.506.454 2.262l.214 1.133c.035.189.072.377.102.568l.096.568.002.01-.004.008-.015.03-.037.073-.015-.079-.003-.018.052.006-.051.118c-.017.04-.035.078-.051.118l-.089.242-.001.003c-.039.115-.074.24-.108.362l-.053.184a2.369 2.369 0 0 0-.048.184l-.083.372c-.027.125-.058.248-.08.373l-.138.753-.068.377-.076.376c-.029.125-.054.25-.086.374-.031.124-.061.248-.098.371-.033.124-.073.246-.112.368-.018.061-.042.121-.063.182-.023.06-.042.122-.068.18l-.073.177a3.53 3.53 0 0 1-.088.174c-.062.113-.13.224-.21.326s-.171.199-.283.272a.689.689 0 0 1-.379.122h-.004l-.004-.001a.583.583 0 0 1-.251-.147c-.033-.034-.068-.067-.095-.105l-.044-.055-.039-.058c-.103-.156-.184-.323-.258-.491s-.136-.342-.197-.516a13.383 13.383 0 0 1-.166-.526c-.103-.352-.195-.708-.281-1.064s-.167-.714-.244-1.072a93.389 93.389 0 0 1-.432-2.156l-.202-1.08c-.066-.36-.133-.721-.195-1.082l-.001-.005.001-.004.001-.004.027-.113.019.112.002.013-.046-.001c.105-.562.213-1.123.329-1.683s.238-1.118.376-1.673a26.587 26.587 0 0 1 .339-1.24c.043-.136.085-.273.132-.408.046-.136.095-.27.147-.403s.109-.265.172-.393c.063-.128.133-.254.22-.367a.944.944 0 0 1 .148-.155.357.357 0 0 1 .197-.077z"/><path d="M23.904 8.757l.004-.007-.001-.005a.049.049 0 0 1-.003.007l.001.006zm-.214.49c-.014.042-.029.086-.042.13l.042-.13zm.198-.465l-.004-.019a4.626 4.626 0 0 0-.193.481 3.55 3.55 0 0 1 .213-.487l-.001-.005-.015.03zm-1.361 5.102c.285-.594.508-1.447.674-2.41.089-.601.185-1.126.296-1.574a21.223 21.223 0 0 0-.331 1.63c-.159.928-.371 1.756-.639 2.355zm-5.744.939c.684-.158 1.261-2.102 2.233-7.41.051-.356.126-.687.178-1.018l-.017-.098.003-.012-.003-.014c.616-3.176 1.254-5.954 1.895-6.242h-3.786a.267.267 0 0 0-.108-.026h-.236c-.657.157-1.235 2.076-2.207 7.41-.02.121-.04.228-.06.342l.005.025c-.001.005-.001.009-.003.013l.003.013c-.408 2.199-.836 4.254-1.265 5.538-.26.805-.521 1.335-.78 1.452z"/><path d="M19.196 6.328l-.003.012.017.099a.059.059 0 0 0 .002-.013l-.017-.098zm-4.535 1.519c-.309 1.665-.63 3.246-.953 4.477-.106.41-.212.784-.318 1.113.432-1.293.863-3.362 1.274-5.577l-.003-.013zm4.533-1.532l.003.014c.619-3.218 1.261-6.01 1.905-6.299-.645.29-1.288 3.087-1.908 6.285z"/><path d="M19.217 6.432c.635-3.439 1.349-6.403 2.037-6.403h-.153c-.644.289-1.286 3.081-1.905 6.299l.017.098.001-.007.002.013zm-4.561 1.39a139.246 139.246 0 0 0-.823-4.045 28.367 28.367 0 0 0-.509-1.998 8.64 8.64 0 0 0-.35-.967 2.782 2.782 0 0 0-.246-.448 1.253 1.253 0 0 0-.163-.192.545.545 0 0 0-.212-.119l.006.001c-.071.001-.149-.002-.215.003-.017.003-.038.003-.052.009l-.044.018c-.015.007-.029.018-.043.027s-.028.019-.041.032c-.105.092-.184.216-.254.34s-.13.258-.185.391c-.056.133-.105.27-.154.407a19.401 19.401 0 0 0-.477 1.676c-.138.565-.262 1.133-.381 1.703s-.231 1.14-.34 1.712v-.013l.098.546.1.546.203 1.091c.138.727.28 1.453.435 2.176a39.39 39.39 0 0 0 .38 1.62c.047.179.095.357.147.534.051.177.107.353.165.528.061.174.123.348.196.517s.154.335.254.487l.038.057.042.053c.027.037.059.068.091.101.066.06.14.113.225.133l-.005-.001c.017-.003.034-.004.051-.008.016-.006.036-.012.048-.018a.422.422 0 0 0 .093-.063.918.918 0 0 0 .147-.168c.087-.125.157-.262.221-.4s.12-.282.174-.427c.053-.144.102-.29.15-.437.093-.293.178-.59.257-.887l.21-.9.211-.901c.035-.15.072-.3.1-.451l.091-.453.182-.907.091-.453c.029-.151.063-.302.089-.454zm0 0c-.025.152-.057.303-.085.455l-.087.454-.174.909-.087.454c-.027.152-.062.302-.096.452l-.203.903-.102.451-.104.451a19.25 19.25 0 0 1-.254.89c-.047.147-.096.294-.149.439s-.11.289-.174.43c-.065.14-.135.28-.224.409a.913.913 0 0 1-.157.179c-.031.029-.064.047-.098.067-.022.011-.04.015-.06.023-.02.005-.042.007-.063.01h-.002l-.004-.001a.57.57 0 0 1-.248-.145c-.033-.034-.068-.067-.095-.105l-.044-.055-.039-.058c-.104-.156-.185-.324-.26-.495s-.138-.345-.199-.52a14.161 14.161 0 0 1-.317-1.065 44.65 44.65 0 0 1-.386-1.622 96.348 96.348 0 0 1-.442-2.176l-.207-1.091-.102-.546-.096-.547-.001-.006.001-.007c.111-.571.225-1.142.346-1.712s.247-1.138.387-1.704c.141-.565.291-1.129.484-1.68.049-.138.099-.275.156-.409s.117-.268.189-.396c.073-.127.153-.254.267-.354.014-.013.029-.025.045-.035s.032-.022.049-.031l.058-.022c.019-.007.036-.006.055-.009.079-.005.147-.001.222-.002h.003l.003.001a.6.6 0 0 1 .234.131c.064.062.121.128.17.201.099.144.179.298.249.457.14.316.249.644.349.974.198.66.354 1.331.503 2.003.29 1.345.537 2.699.786 4.053zm.005.025l.003-.013a.221.221 0 0 0-.005-.025l-.002.014a.187.187 0 0 1 .004.025z"/><path d="M14.64 7.914c-.303 1.63-.616 3.182-.932 4.41.323-1.231.644-2.812.953-4.477l-.004-.025-.016.092zM7.725 14.8c.684-.157 1.233-2.05 2.206-7.359.051-.357.126-.69.179-1.022l-.015-.083c.245-1.276.494-2.486.746-3.497.377-1.546.764-2.635 1.153-2.809H7.855C7.198.188 6.62 2.106 5.621 7.441c-.068.319-.119.638-.182.958l.018.022-.004.022.004.005c-.39 2.012-.789 3.857-1.192 5.012-.282.834-.567 1.34-.851 1.34h2.939z"/><path d="M10.137 6.365l-.005-.025a66.44 66.44 0 0 1 .723-3.489 69.964 69.964 0 0 0-.75 3.515l.015.084a.313.313 0 0 0 .005-.03l.011-.055zM5.441 8.484c-.27 1.39-.544 2.699-.821 3.758-.124.482-.249.915-.374 1.284.405-1.162.807-3.015 1.198-5.037a.018.018 0 0 1-.004-.005zm5.415-5.632c.418-1.683.843-2.823 1.267-2.823h-.108c-.39.175-.78 1.269-1.159 2.823z"/><path d="M12.16.029h-.037c-.424 0-.849 1.14-1.267 2.823a64.454 64.454 0 0 0-.723 3.489l.005.025c.657-3.41 1.34-6.336 2.023-6.336zM2.434 12.128l.065.353c.02.118.047.234.071.352s.051.234.08.35c.027.117.059.232.092.347.03.116.071.228.107.342l.064.168c.02.056.048.11.071.164s.055.106.081.159c.014.027.032.05.047.076s.032.05.051.073.076.092.122.129c.022.02.048.035.073.051s.053.027.076.052l-.006-.003c.067-.002.131-.031.184-.072s.099-.092.141-.147c.082-.109.149-.229.208-.352.119-.246.214-.504.3-.764a16.243 16.243 0 0 0 .34-1.185l.091-.401.183-.803.092-.401c.032-.134.055-.269.084-.403L5.375 8.6l.006.028-.012-.016-.01-.014.003-.016.024-.124.008.03-.108-.123c-.04-.037-.077-.077-.119-.111-.043-.032-.083-.07-.13-.096l-.068-.043-.073-.034c-.047-.025-.1-.038-.151-.056-.052-.015-.105-.024-.158-.035-.053-.005-.109-.014-.16-.015l-1.499-.003-2.665-.014.005-.037c.096.04.197.068.286.124.045.026.093.047.135.078l.126.091c.044.028.079.067.118.101.037.036.079.067.112.107.068.078.142.151.2.236l.092.124c.029.043.055.087.083.131s.056.086.081.132l.073.136c.051.09.092.184.135.278.045.093.081.189.12.285.04.095.073.192.107.29l.051.146.045.148c.029.099.061.196.086.296l.078.299.069.301c.024.1.041.201.062.302s.04.202.057.303l.052.304zm0 0l-.054-.304c-.017-.101-.037-.202-.058-.303s-.039-.202-.064-.302l-.07-.3-.079-.298c-.025-.1-.058-.197-.087-.296l-.045-.147-.051-.145c-.034-.097-.067-.194-.108-.289-.039-.095-.075-.191-.121-.283-.044-.093-.086-.187-.137-.276l-.074-.135c-.025-.045-.055-.087-.082-.13s-.055-.087-.084-.129l-.093-.122c-.059-.084-.133-.155-.201-.232-.034-.039-.075-.069-.112-.104C.875 8.3.84 8.262.797 8.235l-.125-.088c-.041-.03-.089-.049-.133-.075-.087-.053-.187-.08-.281-.118l-.089-.036L4.427 7.9c.06.001.114.01.171.015.056.011.112.02.167.036.054.018.11.032.161.059l.078.036.073.045c.051.028.093.067.138.101.044.036.083.078.124.117l.123.14-.003.018-.024.125-.007-.03.013.019.009.013-.003.015-.332 1.614c-.029.134-.053.27-.085.403l-.095.401-.287 1.201c-.035.134-.072.265-.109.398-.075.264-.156.527-.245.787s-.188.517-.31.764c-.062.123-.13.244-.214.353-.042.055-.09.106-.145.148s-.123.072-.194.073h-.003l-.003-.003c-.018-.02-.046-.033-.071-.049s-.051-.032-.074-.053a.727.727 0 0 1-.123-.131c-.019-.023-.036-.048-.051-.074s-.033-.05-.047-.077c-.027-.054-.059-.105-.081-.161s-.051-.109-.07-.165l-.063-.168c-.035-.114-.076-.227-.106-.343a7.071 7.071 0 0 1-.09-.347c-.028-.116-.056-.233-.079-.35s-.05-.234-.07-.352l-.064-.353z"/><path d="M5.441 8.484l.004-.022-.018-.022-.004.022.018.022zm-.042.103l.012.018c-.26 1.339-.524 2.601-.791 3.638.277-1.059.551-2.368.821-3.758l-.018-.022-.024.125z"/></svg>
<svg class="tc-image-math tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q195 0 373 76t306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm181 0q0 158 61.5 302.5t166 249 249 166.5 302.5 62 303-62 249.5-166.5 166.5-249 62-302.5-62-302.5-166.5-249T1263 242t-303-62-302.5 62-249 166.5-166 249T181 960zm240-63q0-32 24-55t58-23h220l167 255 93-533h313q35 0 60 23.5t25 55.5-25 55.5-60 23.5h-174l-139 802-351-527H503q-34 0-58-22.5T421 897z"/></svg>
<svg class="tc-image-math_black tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T587 76 960 0t373 76 306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm421-63q0 32 24 54.5t58 22.5h129l351 527 139-802h174q35 0 60-23.5t25-55.5-25-55.5-60-23.5H983l-92 533-168-255H503q-34 0-58 23t-24 55z"/></svg>
<svg class="tc-image-math_ico tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 709q0-64 49-109.5T166 554h440l336 510L1125 0h627q70 0 119 46t49 111-49 111-119 46h-349l-278 1606L423 864H166q-68 0-117-45.5T0 709z"/></svg>
<svg class="tc-image-math-plus-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 35.913997650146484"><path d="M19 27h18v4H19v-4zM2.086 33.086l31-31 2.828 2.828-31 31-2.828-2.828zM0 7h7V0h4v7h7v4h-7v7H7v-7H0V7z"/></svg>
<svg class="tc-image-matternet tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.86400032043457 16"><path d="M11.752 2.786l-2.71 1.552v-3.12L6.928 0l-2.11 1.22v3.118L2.12 2.78.004 4v2.443L2.705 8 0 9.562V12l2.11 1.22 2.696-1.558v3.12L6.922 16l2.116-1.22v-3.118l2.7 1.552 2.116-1.22V9.563L11.159 8l2.705-1.557V4l-2.11-1.214zM12 5.073V3.81l1.093.628v1.27l-1.092-.635zm1.093 6.19l-4.05-2.336 1.094-.63L13.092 10v1.264zM8.54 8.63L7.442 8l4.3-2.484 1.094.63L8.539 8.63zM1.022 6.146l1.094-.63L6.418 8l-1.093.63-4.303-2.484zm3.794 2.78l-4.05 2.338V10l2.956-1.703 1.094.63zM.766 5.71V4.44l1.093-.63v1.265L.766 5.71zm6.418 0V1.033l1.093.624v3.416l-1.093.635zm-1.602-.64V1.662l1.093-.63v4.67L5.582 5.07zm5.91-1.26v1.265l-4.303 2.49v-1.27l4.302-2.484zM6.674 6.293v1.265L2.368 5.073V3.81l4.307 2.48zm-1.602 4.342l-2.956 1.703-1.093-.63L5.072 9.37v1.265zm.51-1.562l1.093-.63v4.968l-1.093.635V9.073zm2.438 5.41l-1.093.635-1.093-.634 1.093-.63 1.093.63zm.262-.438l-1.098-.634V8.444l1.098.63v4.972zm4.554-2.337l-1.093.63-2.956-1.703V9.37l4.05 2.338z"/></svg>
<svg class="tc-image-maxcdn tc-image-button" width="22pt" height="22pt" viewBox="0 0 1759 1280"><path d="M1745 517l-164 763h-334l178-832q13-56-15-88-27-33-83-33h-169l-204 953H620l204-953H538l-204 953H0l204-953L51 0h1276q101 0 189.5 40.5T1664 154q60 73 81 168.5t0 194.5z"/></svg>
<svg class="tc-image-meanpath tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1311 714v114q0 24-13.5 38t-37.5 14h-202q-24 0-38-14t-14-38V714q0-24 14-38t38-14h202q24 0 37.5 14t13.5 38zM821 944V694q0-53-32.5-85.5T703 576H570q-68 0-96 52-28-52-96-52H248q-53 0-85.5 32.5T130 694v250q0 22 21 22h55q22 0 22-22V714q0-24 13.5-38t38.5-14h94q24 0 38 14t14 38v230q0 22 21 22h54q22 0 22-22V714q0-24 14-38t38-14h97q24 0 37.5 14t13.5 38v230q0 22 22 22h55q21 0 21-22zm589-96V694q0-53-33-85.5t-86-32.5h-264q-53 0-86 32.5T908 694v410q0 21 22 21h55q21 0 21-21V924q31 42 94 42h191q53 0 86-32.5t33-85.5zm126-616v1072q0 96-68 164t-164 68H232q-96 0-164-68T0 1304V232q0-96 68-164T232 0h1072q96 0 164 68t68 164z"/></svg>
<svg class="tc-image-measure tc-image-button" width="22pt" height="22pt" viewBox="0 0 1894 1895.33349609375"><path d="M0 1367.5Q0 1432 46 1479l368 368q40 40 95 45t101-25l-196-197 84-84 199 200 85-85-200-199 84-84 199 198 85-83-199-200 83-83 200 198 80-80-200-198 85-85 200 199 83-84-199-200 85-84 199 200 84-85-200-199 85-84 199 200 84-85-198-200 83-83 200 199 85-85-200-199 84-84 196 195q27-45 21-99t-44-92L1478 46q-47-46-111.5-46T1255 47L47 1256q-47 47-47 111.5z"/></svg>
<svg class="tc-image-measure-celcius tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 32.746002197265625"><path d="M0 24.829h3.167v4.75h31.666v-4.75H38v7.917H0v-7.917zm21.092-8.888l.65 3.532c-.41.204-1.059.395-1.943.573-.884.178-1.931.273-3.14.284-3.443-.063-6.035-1.012-7.778-2.844-1.743-1.833-2.616-4.168-2.619-7.005.075-3.343 1.128-5.916 3.159-7.719C11.451.959 14.012.048 17.102.027c1.176.01 2.186.103 3.03.276.843.174 1.469.369 1.877.583l-.946 3.615-1.615-.503a10.439 10.439 0 0 0-2.169-.22c-1.815-.003-3.313.53-4.492 1.596-1.18 1.067-1.791 2.682-1.833 4.847.015 1.97.576 3.518 1.681 4.64 1.105 1.123 2.663 1.695 4.674 1.716l2.069-.177 1.714-.459zM28.144 0c1.325.033 2.382.452 3.172 1.257.79.805 1.194 1.793 1.214 2.966-.037 1.279-.48 2.31-1.33 3.097-.85.787-1.889 1.191-3.114 1.214-1.3-.03-2.35-.442-3.15-1.236-.801-.794-1.213-1.79-1.236-2.988.016-1.227.441-2.245 1.275-3.053C25.809.449 26.865.03 28.144 0zm-.058 2.032c-.631.019-1.13.247-1.497.685-.367.437-.554.968-.562 1.593.013.634.212 1.154.598 1.561.386.407.883.617 1.49.63.62-.012 1.12-.224 1.5-.634.38-.41.576-.938.587-1.586a2.406 2.406 0 0 0-.536-1.557c-.357-.44-.883-.67-1.58-.692z"/></svg>
<svg class="tc-image-measure-centimeter tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 27.417999267578125"><path d="M0 19.501h3.167v4.75h31.666v-4.75H38v7.917H0v-7.917zm12.27-8.728l.531 3.3c-.41.196-.965.357-1.666.483a13.76 13.76 0 0 1-2.353.195c-2.32-.026-4.135-.69-5.444-1.99-1.309-1.302-1.974-3.086-1.997-5.353.004-2.138.685-3.894 2.043-5.268C4.742.767 6.748.057 9.402.01l1.803.14 1.626.406-.71 3.107c-.512-.263-1.35-.41-2.512-.439-1.197.021-2.142.396-2.833 1.127-.691.73-1.038 1.69-1.039 2.882.029 1.306.415 2.3 1.16 2.98.745.681 1.679 1.024 2.8 1.028 1.05-.01 1.907-.166 2.572-.468zm2.973 3.683V4.82L15.125.306h3.813l.177 1.93h.088c.304-.492.814-.977 1.531-1.455.717-.478 1.7-.735 2.95-.77.96.008 1.782.226 2.467.652a3.772 3.772 0 0 1 1.505 1.744h.06c.555-.742 1.17-1.313 1.845-1.712.752-.442 1.63-.67 2.637-.685 1.41-.01 2.168.48 3.067 1.47.9.99 1.364 2.538 1.394 4.644v8.332h-4.374V6.76c.002-1.034-.165-1.83-.5-2.39-.335-.56-.453-.843-1.146-.85-.511.011-.935.162-1.273.452a2.54 2.54 0 0 0-.74 1.081l-.142 1.128v8.275h-4.375V6.5c.004-.897-.17-1.614-.52-2.152s-.894-.814-1.635-.828c-.59.022-1.063.195-1.419.52-.355.326-.6.673-.736 1.042a2.847 2.847 0 0 0-.182 1.128v8.245h-4.374z"/></svg>
<svg class="tc-image-measure-farenheit tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 32.746002197265625"><path d="M0 24.829h3.167v4.75h31.666v-4.75H38v7.917H0v-7.917zm7.74-4.769V.323h12.052v3.75h-7.656v4.498h7.153v3.51h-7.153v7.98H7.74zM26.666 0c1.325.033 2.382.452 3.172 1.257.79.805 1.194 1.793 1.214 2.966-.037 1.279-.48 2.31-1.33 3.097-.85.787-1.889 1.191-3.114 1.214-1.3-.03-2.35-.442-3.15-1.236-.8-.794-1.213-1.79-1.236-2.988.016-1.227.441-2.245 1.275-3.053C24.331.449 25.387.03 26.666 0zm-.058 2.032c-.631.019-1.13.247-1.497.685-.366.437-.554.968-.561 1.593.012.634.212 1.154.598 1.561.385.407.882.617 1.489.63.62-.012 1.12-.224 1.5-.634.38-.41.576-.938.587-1.586a2.406 2.406 0 0 0-.536-1.557c-.357-.44-.883-.67-1.58-.692z"/></svg>
<svg class="tc-image-measure-foot tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.93164825439453"><path d="M0 26.015h3.167v4.75h31.666v-4.75H38v7.917H0v-7.917zm14.3-4.77H9.904V10.312H7.983V7.097h1.92v-.608a9.18 9.18 0 0 1 .417-2.796c.28-.9.73-1.652 1.348-2.256A5.147 5.147 0 0 1 13.573.325 6.572 6.572 0 0 1 15.63.003c.966.024 1.754.123 2.365.296l-.177 3.438c-.38-.14-.863-.213-1.449-.224-.734.02-1.268.292-1.603.816-.335.524-.5 1.18-.495 1.968v.8h2.896v3.214H14.3v10.935zm6.392-16.838l4.396-1.212v3.902h3.222v3.214h-3.222v5.197c-.01.862.12 1.5.388 1.91.268.413.73.617 1.385.614l.743-.025.587-.092.03 3.26-1.193.257-1.704.11c-1.485-.042-2.616-.44-3.393-1.19-.826-.79-1.24-2.18-1.24-4.17v-5.871h-1.92V7.097h1.92v-2.69z"/></svg>
<svg class="tc-image-measure-inch tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.336997985839844"><path d="M0 25.42h3.167v4.75h31.666v-4.75H38v7.917H0V25.42zm12.627-4.769H8.231V6.501h4.396v14.15zM10.591 0c.72.014 1.284.224 1.69.632.407.408.621.93.642 1.566-.007.623-.22 1.141-.638 1.555-.418.413-1.002.627-1.752.643-.708-.016-1.267-.23-1.676-.643-.409-.414-.618-.932-.626-1.555.009-.636.224-1.158.644-1.566.421-.408.993-.619 1.716-.632zm5.62 20.651v-9.635l-.118-4.514h3.82l.202 1.959h.087c.29-.494.805-.984 1.546-1.47.74-.486 1.72-.748 2.94-.785 1.486-.007 2.697.485 3.633 1.475.936.99 1.419 2.52 1.448 4.588v8.383h-4.396V12.79c.007-.928-.17-1.669-.532-2.223-.362-.554-.95-.838-1.762-.852-.623.018-1.126.192-1.508.522a2.82 2.82 0 0 0-.815 1.131c-.11.31-.159.677-.149 1.102v8.18h-4.396z"/></svg>
<svg class="tc-image-measure-kilometer tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.632999420166016"><path d="M0 25.716h3.167v4.75h31.666v-4.75H38v7.917H0v-7.917zM4.605 0v12.759h.059l1.034-1.707 2.927-4.254h5.409l-5.173 5.73 5.912 8.42H9.245l-3.517-5.816-1.123 1.389v4.426H.209V0h4.396zm11.574 20.947v-9.635l-.118-4.514h3.813l.177 1.93h.09c.302-.492.813-.977 1.53-1.455.717-.478 1.7-.735 2.95-.77.96.008 1.782.226 2.467.652a3.77 3.77 0 0 1 1.505 1.744h.06c.555-.742 1.17-1.312 1.845-1.712.751-.442 1.63-.67 2.637-.685 1.409-.01 2.563.48 3.463 1.47.899.99 1.364 2.538 1.394 4.644v8.331h-4.375v-7.695c.002-1.034-.165-1.83-.5-2.39-.335-.56-.849-.843-1.542-.85-.51.011-.935.162-1.272.452a2.54 2.54 0 0 0-.74 1.081l-.142 1.128v8.274h-4.375v-7.955c.003-.897-.17-1.614-.52-2.152s-.895-.814-1.635-.828c-.59.022-1.064.195-1.419.52-.355.326-.6.673-.736 1.042a2.847 2.847 0 0 0-.182 1.128v8.245h-4.375z"/></svg>
<svg class="tc-image-measure-meter tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 27.14099884033203"><path d="M0 19.224h3.167v4.75h31.666v-4.75H38v7.917H0v-7.917zm8.153-4.769V4.82L8.035.306h3.813l.177 1.93h.089c.303-.492.813-.977 1.53-1.455.717-.478 1.7-.735 2.95-.77.96.008 1.782.226 2.467.652a3.77 3.77 0 0 1 1.505 1.744h.06c.556-.742 1.17-1.312 1.846-1.712.75-.442 1.63-.67 2.636-.685 1.41-.01 2.564.48 3.463 1.47.9.99 1.364 2.538 1.394 4.644v8.331h-4.374V6.76c.002-1.034-.165-1.83-.5-2.39-.335-.56-.85-.843-1.542-.85-.511.011-.935.162-1.272.452-.338.29-.585.65-.741 1.081l-.142 1.128v8.274H17.02V6.5c.003-.897-.17-1.614-.52-2.152s-.895-.814-1.636-.828c-.59.022-1.063.195-1.418.52-.356.326-.601.673-.736 1.042a2.847 2.847 0 0 0-.183 1.128v8.245H8.153z"/></svg>
<svg class="tc-image-measure-mile tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.336997985839844"><path d="M0 25.42h3.167v4.75h31.666v-4.75H38v7.917H0V25.42zm3.614-4.769v-9.635l-.118-4.514h3.813l.177 1.93h.089c.303-.492.813-.977 1.53-1.455.717-.478 1.7-.735 2.95-.77.96.008 1.782.226 2.467.652a3.77 3.77 0 0 1 1.505 1.744h.06c.555-.742 1.17-1.312 1.845-1.712.752-.442 1.63-.67 2.637-.685 1.41-.01 2.564.48 3.463 1.47.9.99 1.364 2.538 1.394 4.644v8.331h-4.374v-7.695c.001-1.034-.165-1.83-.5-2.39-.335-.56-.85-.843-1.542-.85-.511.011-.935.162-1.273.452a2.54 2.54 0 0 0-.74 1.081l-.142 1.128v8.274h-4.374v-7.955c.003-.897-.17-1.614-.52-2.152s-.895-.814-1.636-.828c-.59.022-1.063.195-1.418.52-.356.326-.601.673-.736 1.042a2.847 2.847 0 0 0-.183 1.128v8.245H3.614zm29.407 0h-4.396V6.501h4.396v14.15zM30.985 0c.72.014 1.284.224 1.69.632.408.408.621.93.642 1.566-.007.623-.22 1.141-.638 1.555-.418.413-1.002.627-1.752.643-.708-.016-1.266-.23-1.676-.643-.409-.414-.618-.932-.626-1.555.009-.636.224-1.158.645-1.566.42-.408.992-.619 1.715-.632z"/></svg>
<svg class="tc-image-medal tc-image-button" width="22pt" height="22pt" viewBox="0 0 878.5400390625 921.5999755859375"><path d="M439.296 460.8c27.034 0 52.531 5.325 77.005 13.107L205.159 7.219C202.139 2.713 197.121 0 191.693 0H9.626C3.636 0 0 6.707 3.38 11.725l319.027 478.566c35.174-18.227 74.547-29.491 116.89-29.491zM868.966 0H686.899c-5.427 0-10.445 2.714-13.466 7.219L477.695 300.8l102.4 153.6L875.212 11.725C878.54 6.707 874.956 0 868.966 0zm-429.67 512c-113.1 0-204.8 91.699-204.8 204.8s91.7 204.8 204.8 204.8 204.8-91.699 204.8-204.8c0-113.101-91.699-204.8-204.8-204.8zM547.43 722.79c3.174 3.277 2.662 8.09-1.126 10.65s-4.864 7.834-2.509 11.725c2.406 3.891.922 8.448-3.328 10.189s-6.4 6.656-4.864 10.957-.87 8.448-5.325 9.267-7.629 5.171-7.014 9.677-2.61 8.09-7.168 7.936c-4.557-.154-8.55 3.482-8.909 7.987s-4.25 7.373-8.653 6.298-9.114 1.587-10.394 5.99-5.683 6.349-9.779 4.352c-4.096-1.997-9.216-.307-11.366 3.686s-6.86 5.018-10.496 2.202-8.96-2.253-11.878 1.229-7.73 3.482-10.7 0-8.295-4.045-11.879-1.229-8.294 1.792-10.496-2.202-7.27-5.683-11.366-3.686c-4.096 1.997-8.499 0-9.779-4.352s-5.939-7.066-10.394-5.99-8.346-1.741-8.653-6.298-4.3-8.141-8.858-8.038c-4.557.154-7.782-3.43-7.168-7.936s-2.56-8.858-7.014-9.677-6.912-4.966-5.325-9.267-.666-9.216-4.864-10.957-5.683-6.298-3.328-10.189c2.406-3.891 1.28-9.165-2.509-11.725s-4.25-7.373-1.126-10.65c3.174-3.277 3.174-8.653 0-11.981s-2.662-8.09 1.126-10.65 4.864-7.834 2.51-11.725c-2.407-3.891-.923-8.448 3.327-10.189s6.4-6.656 4.864-10.957.87-8.448 5.325-9.267 7.63-5.171 7.014-9.677 2.611-8.09 7.168-7.936c4.557.154 8.55-3.482 8.91-7.987s4.25-7.373 8.652-6.298 9.114-1.587 10.394-5.99 5.683-6.349 9.78-4.352c4.095 1.997 9.215.307 11.365-3.686s6.861-5.018 10.496-2.202 8.96 2.253 11.878-1.229 7.731-3.482 10.701 0 8.294 4.045 11.878 1.229 8.294-1.792 10.496 2.202 7.27 5.683 11.366 3.686c4.096-1.997 8.5 0 9.78 4.352s5.938 7.066 10.393 5.99 8.346 1.741 8.653 6.298 4.352 8.141 8.91 7.987c4.556-.154 7.781 3.43 7.167 7.936s2.56 8.858 7.014 9.677 6.912 4.966 5.325 9.267.666 9.216 4.864 10.957 5.683 6.298 3.328 10.189c-2.406 3.891-1.28 9.165 2.51 11.725s4.25 7.373 1.125 10.65-3.226 8.755-.05 12.032z"/></svg>
<svg class="tc-image-media tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M244.4 69.8L174.5 0h-58.2l69.8 69.8h58.3zm151.2 0L325.8 0h-58.2l69.8 69.8h58.2zM418.9 0l69.8 69.8H512V0h-93.1zm0 162.9h-93.1l69.8-69.8h-58.2l-69.8 69.8h-93.1l69.8-69.8h-58.2l-69.8 69.8h-93l69.8-69.8H0v372.4C0 491.1 20.9 512 46.5 512h418.9c25.7 0 46.5-20.9 46.5-46.5V93.1h-23.3l-69.7 69.8zM23.3 0H0v69.8h93.1L23.3 0z"/></svg>
<svg class="tc-image-media-eject tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.312413215637207 16"><path d="M12.156 12h-10a2 2 0 0 0 0 4h10a2 2 0 0 0 0-4zm1.433-5.396L7.156 0 .723 6.604A2 2 0 0 0 2.156 10h10a2 2 0 0 0 1.433-3.396z"/></svg>
<svg class="tc-image-media-eject-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.156207084655762 17"><path d="M11.156 17h-8c-1.654 0-3-1.346-3-3s1.346-3 3-3h8c1.654 0 3 1.346 3 3s-1.346 3-3 3zm-8-4a1.001 1.001 0 0 0 0 2h8a1.001 1.001 0 0 0 0-2h-8zm4-10.134l4.964 5.096.036.038-10 .004.08-.087 4.92-5.051m0-2.866L.723 6.604A2 2 0 0 0 2.156 10h10a2 2 0 0 0 2-2c0-.543-.218-1.033-.568-1.393L7.156 0z"/></svg>
<svg class="tc-image-media-fast-forward tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.001543045043945 12.874685287475586"><path d="M12.055.652A1.797 1.797 0 0 0 9.002 1.94v9a1.8 1.8 0 0 0 3.053 1.287c2.38-2.314 5.947-5.787 5.947-5.787S14.436 2.967 12.055.65zm-9 0A1.797 1.797 0 0 0 .002 1.94v9a1.8 1.8 0 0 0 3.053 1.287C5.435 9.914 9.002 6.44 9.002 6.44S5.436 2.967 3.055.65z"/></svg>
<svg class="tc-image-media-fast-forward-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 12.734846115112305"><path d="M11 2.276l4.133 4.025L11 10.327V2.276M10.8 0C9.806 0 9 .807 9 1.801v9a1.8 1.8 0 0 0 3.053 1.287C14.434 9.774 18 6.301 18 6.301S14.434 2.826 12.056.512A1.81 1.81 0 0 0 10.8 0zM2 2.276l4.133 4.025L2 10.327V2.276M1.8 0C.806 0 0 .807 0 1.801v9a1.8 1.8 0 0 0 3.053 1.287C5.434 9.774 9 6.301 9 6.301L3.056.512A1.81 1.81 0 0 0 1.8 0z"/></svg>
<svg class="tc-image-media-pause tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 11 12"><path d="M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 4 0V2a2 2 0 0 0-2-2zm7 0a2 2 0 0 0-2 2v8a2 2 0 0 0 4 0V2a2 2 0 0 0-2-2z"/></svg>
<svg class="tc-image-media-pause-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13 15"><path d="M3 15c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3s3 1.346 3 3v9c0 1.654-1.346 3-3 3zM3 2c-.552 0-1 .449-1 1v9a1.001 1.001 0 0 0 2 0V3c0-.551-.448-1-1-1zm7 13c-1.654 0-3-1.346-3-3V3c0-1.654 1.346-3 3-3s3 1.346 3 3v9c0 1.654-1.346 3-3 3zm0-13c-.552 0-1 .449-1 1v9a1.001 1.001 0 0 0 2 0V3c0-.551-.448-1-1-1z"/></svg>
<svg class="tc-image-media-play tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 10.000324249267578 14.312413215637207"><path d="M3.396 13.59L10 7.155 3.396.723A2 2 0 0 0 0 2.156v10a2 2 0 0 0 3.396 1.433z"/></svg>
<svg class="tc-image-media-play-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 10 14"><path d="M1.998 2.002l.085.078L7.134 7l-5.096 4.964L2 12l-.002-9.998M2 0a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2c.543 0 1.033-.218 1.393-.568L10 7 3.396.567A2.008 2.008 0 0 0 2 0z"/></svg>
<svg class="tc-image-media-play-reverse tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 10 14"><path d="M8 14c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2-.5 0-1 .2-1.4.6C4 3.1 0 7 0 7s4 3.9 6.6 6.4c.4.4.9.6 1.4.6z"/></svg>
<svg class="tc-image-media-play-reverse-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 10 14"><path d="M8 2v10L2.9 7 8 2M6.6.6C4 3.1 0 7 0 7s4 3.9 6.6 6.4c.4.4.9.6 1.4.6 1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2-.5 0-1 .2-1.4.6z"/></svg>
<svg class="tc-image-media-record tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12.003754615783691 12.003754615783691"><path d="M12.002 6.002a5.985 5.985 0 0 0-1.757-4.243A5.985 5.985 0 0 0 6.002.002 5.985 5.985 0 0 0 1.76 1.759 5.982 5.982 0 0 0 .002 6.002c0 1.656.672 3.156 1.758 4.242s2.586 1.758 4.242 1.758a5.982 5.982 0 0 0 4.243-1.758 5.985 5.985 0 0 0 1.757-4.242z"/></svg>
<svg class="tc-image-media-record-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12 12"><path d="M6 2c2.205 0 4 1.794 4 4s-1.795 4-4 4-4-1.794-4-4 1.795-4 4-4m0-2a6 6 0 1 0 0 12A6 6 0 0 0 6 0z"/></svg>
<svg class="tc-image-media-rewind tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 12.737150192260742"><path d="M7.2 0a1.79 1.79 0 0 0-1.253.512C3.566 2.827 0 6.301 0 6.301l5.944 5.789A1.802 1.802 0 0 0 9 10.801v-9C9 .807 8.194 0 7.2 0zm9 0a1.79 1.79 0 0 0-1.253.512C12.566 2.827 9 6.301 9 6.301l5.944 5.789A1.802 1.802 0 0 0 18 10.801v-9C18 .807 17.194 0 16.2 0z"/></svg>
<svg class="tc-image-media-rewind-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 12.737150192260742"><path d="M7 2.276v8.05L2.867 6.301 7 2.276M7.2 0a1.79 1.79 0 0 0-1.253.512C3.566 2.827 0 6.301 0 6.301l5.944 5.789A1.802 1.802 0 0 0 9 10.801v-9C9 .807 8.194 0 7.2 0zM16 2.276v8.051l-4.133-4.025L16 2.276M16.2 0a1.79 1.79 0 0 0-1.253.512C12.566 2.827 9 6.301 9 6.301l5.944 5.789A1.802 1.802 0 0 0 18 10.801v-9C18 .807 17.194 0 16.2 0z"/></svg>
<svg class="tc-image-media-skip-backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M4 0L0 3l4 3V0zm0 3l4 3V0L4 3z"/></svg>
<svg class="tc-image-media-skip-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6"><path d="M0 0v6l4-3-4-3zm4 3v3l4-3-4-3v3z"/></svg>
<svg class="tc-image-media-step-backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 6"><path d="M0 0v6h2V0H0zm2 3l5 3V0L2 3z"/></svg>
<svg class="tc-image-media-step-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 6"><path d="M0 0v6l5-3-5-3zm5 3v3h2V0H5v3z"/></svg>
<svg class="tc-image-media-stop tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12 12"><path d="M10 0H2C.9 0 0 .9 0 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"/></svg>
<svg class="tc-image-media-stop-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12 12"><path d="M10 2v8H2V2h8m0-2H2C.9 0 0 .9 0 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"/></svg>
<svg class="tc-image-mediatemple tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 6.308000087738037"><path fill-rule="nonzero" d="M3.226 1.917v.38h.023c.68-.41 1.38-.444 1.8-.444 1.135 0 1.52.323 1.668.442.26-.15.827-.443 1.79-.443 1.928 0 1.928.76 1.928 1.067v1.795H8.882V3.116c0-.33 0-.697-.827-.697-.408 0-.828.124-.975.307-.136.156-.193.297-.193.642v1.346H5.334V3.179c0-.474.01-.76-.804-.76-.41 0-.828.108-.987.27-.124.123-.204.253-.204.664v1.36H1.786V1.916h1.44zm10.954.619h-1.127v1.12c0 .396 0 .525.46.525.22 0 .413-.025.62-.064l.047-.006.146.57c-.545.1-1.14.11-1.31.11-.507 0-1.162-.074-1.404-.283-.206-.17-.23-.337-.23-.76V2.534h-.764V1.95h.763v-.553l1.673-.433v.986h1.127v.584zM1.027 6.294C.41 5.362 0 4.254 0 3.14 0 1.824.517.754 1.04 0h.624C1.2 1.027.886 1.9.886 3.168c0 1.455.516 2.577.75 3.085a.114.114 0 0 1 .022.04h-.63zM14.973.014C15.59.946 16 2.054 16 3.168c0 1.314-.517 2.387-1.04 3.14h-.624c.463-1.028.78-1.9.78-3.168 0-1.456-.518-2.576-.753-3.086a.107.107 0 0 1-.02-.04h.63z"/></svg>
<svg class="tc-image-medical-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M2 0v2H0v4h2v2h4V6h2V2H6V0H2z"/></svg>
<svg class="tc-image-medical-pill tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.925933837890625 42.925926208496094"><path d="M3.71 25.781L25.781 3.71a9.5 9.5 0 0 1 13.435 0 9.5 9.5 0 0 1 0 13.435L17.145 39.216a9.5 9.5 0 0 1-13.435 0 9.5 9.5 0 0 1 0-13.435zm14.41-9.096l8.053 8.054 9.254-9.255c2.224-2.224 2.574-6.18.35-8.404a5.695 5.695 0 0 0-8.053 0l-9.605 9.605z"/></svg>
<svg class="tc-image-medical-pill-broken tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.92814254760742 32.76005554199219"><path d="M29.789 8.555l9.96-6.468a7.125 7.125 0 1 1 7.76 11.951l-9.959 6.468-7.76-11.95zm-7.916 0l-7.761 11.95-9.96-6.467a7.125 7.125 0 0 1 7.761-11.95l9.96 6.467zm10.291 11.538a1.584 1.584 0 1 1 0 3.167 1.584 1.584 0 0 1 0-3.167zm-6.333-3.166a1.583 1.583 0 1 1 0 3.166 1.583 1.583 0 0 1 0-3.166zm-4.75 4.75a1.583 1.583 0 1 1 0 3.166 1.583 1.583 0 0 1 0-3.166zm1.583 6.333a1.584 1.584 0 1 1 0 3.167 1.584 1.584 0 0 1 0-3.167zm-6.333 1.583a1.584 1.584 0 1 1 0 3.167 1.584 1.584 0 0 1 0-3.167zm19 0a1.584 1.584 0 1 1 0 3.167 1.584 1.584 0 0 1 0-3.167zm-6.333-4.75a1.584 1.584 0 1 1 0 3.167 1.584 1.584 0 0 1 0-3.167z"/></svg>
<svg class="tc-image-medical-pulse tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.41699981689453 51.854000091552734"><path d="M46.313 37.604h-9.896l-4.75 14.25h-2.375l-2.77-36.812-3.167 22.562h-5.938l-5.542-3.562-3.958 3.562H0v-2.77h7.917l3.958-3.563 5.542 3.563h3.088L25.334 0l2.77.396 3.563 43.146 3.563-8.709h10.687l6.333-5.145h3.167v2.77H52.25l-5.937 5.146z"/></svg>
<svg class="tc-image-medium tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.975000381469727 13.532180786132812"><path d="M11.824 11.15l-.276.45.798.397 2.744 1.372c.15.076.294.11.418.11.278 0 .467-.177.467-.492V4.404l-4.15 6.745zm4.096-8.67c-.004-.004 0-.01-.003-.013L11.092.055a.511.511 0 0 0-.187-.044c-.016 0-.03-.01-.047-.01a.55.55 0 0 0-.467.254l-.24.39-.5.814-1.89 3.08 1.89 3.076.5.813.5.812.59.95 4.71-7.64c.02-.03.01-.06-.02-.08zM9.65 9.523L7.17 5.491l-.295-.477-.294-.477-.25-.416v4.867l3.32 1.663.5.25.5.25-.5-.813-.5-.813zM.737.201L.59.13A.545.545 0 0 0 .35.067c-.206 0-.35.16-.35.427v10.162c0 .272.2.594.442.716l4.145 2.08c.107.06.208.08.3.08.257 0 .438-.2.438-.53V2.532a.05.05 0 0 0-.03-.048L.738.201z"/></svg>
<svg class="tc-image-medkit tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0020751953125 877.7156982421875"><path d="M731.43 566.857V457.143q0-8-5.143-13.143t-13.143-5.143h-128v-128q0-8-5.143-13.143t-13.143-5.143H457.144q-8 0-13.143 5.143t-5.143 13.143v128h-128q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h128v128q0 8 5.143 13.143t13.143 5.143h109.714q8 0 13.143-5.143t5.143-13.143v-128h128q8 0 13.143-5.143t5.143-13.143zM365.715 146.286h292.571V73.143h-292.57v73.143zm-219.428 0v731.429h-18.286q-52.57 0-90.286-37.714T.001 749.715V274.286q0-52.571 37.714-90.286t90.286-37.714h18.286zm676.571 0v731.429H201.144V146.286h91.43V54.857q0-22.857 16-38.857T347.43 0h329.143q22.857 0 38.857 16t16 38.857v91.429h91.43zm201.143 128v475.429q0 52.571-37.714 90.286t-90.286 37.714h-18.286V146.286h18.286q52.571 0 90.286 37.714t37.714 90.286z"/></svg>
<svg class="tc-image-meetup tc-image-button" width="22pt" height="22pt" viewBox="0 0 686.5908813476562 307.20001220703125"><path d="M0 133.12c0-11.952.336-29.872 1.023-53.76 8.193-2.72 16.385-4.096 24.577-4.096h9.215c5.809 7.856 12.64 19.792 20.48 35.84s13.137 26.448 15.873 31.232c.672-2.4 2.048-8.624 4.096-18.689 2.047-10.08 3.744-17.328 5.12-21.76s3.248-10.671 5.632-18.687c2.383-8.017 5.024-14.944 7.936-20.736 2.896-5.808 6.224-11.088 9.984-15.872 9.552 1.696 17.408 2.56 23.552 2.56 2.048 0 3.936-.177 5.632-.513 8.191 18.433 15.968 46.256 23.296 83.457 7.344 37.215 13.92 63.664 19.712 79.376-.336 0-1.025-.192-2.048-.529l-1.536-.511c-3.072 0-7.52.944-13.313 2.816-5.807 1.872-9.567 2.992-11.263 3.328-13.664-34.48-24.24-69.104-31.744-103.937-5.12 8.88-7.68 24.065-7.68 45.584 0 21.504-1.888 36.512-5.632 45.04l-2.56-1.008c-2.72 0-6.48.336-11.264 1.008-4.769.672-8.353 1.008-10.752 1.008H69.12c-9.217-16.369-18.944-31.569-29.185-45.569-1.023 2.048-1.536 4.608-1.536 7.68 0 3.056.433 7.504 1.28 13.312.848 5.793 1.28 10.064 1.28 12.8l-.51 6.144c-10.241 5.12-19.105 7.68-26.625 7.68-2.385 0-4.097-.192-5.12-.512C2.895 186.718 0 162.462 0 133.118zm181.76 38.912c0-9.217 1.36-19.024 4.095-29.44 2.721-10.4 7.504-20.144 14.336-29.184 6.817-9.04 14.849-13.568 24.065-13.568 3.408 0 8.192.847 14.336 2.56s10.064 2.735 11.776 3.071a188.288 188.288 0 0 1 4.607 41.457c0 9.568-1.023 18.96-3.072 28.175-4.095-1.359-10.592-2.143-19.455-2.303-8.88-.193-15.184-.785-18.944-1.808-1.712 6.848-2.56 13.151-2.56 18.96 0 7.168 1.696 13.487 5.12 18.96 3.408 5.456 8.528 8.191 15.36 8.191 3.072 0 7.504-.863 13.311-2.56 5.809-1.711 10.24-2.56 13.313-2.56 5.807 0 9.727 2.385 11.776 7.168-14.336 5.456-28.336 8.193-41.984 8.193-15.697 0-27.313-5.104-34.817-15.36-7.504-10.257-11.263-23.568-11.263-39.952zm29.696-14.352l4.095-.496c1.025 0 2.384.336 4.096 1.024 1.696.672 2.897 1.008 3.584 1.008l3.584-1.552c.689-4.768 1.024-8.528 1.024-11.248 0-6.16-.864-12.976-2.56-20.48-7.504 8.544-12.111 19.12-13.823 31.744zm56.32 27.664c0-41.984 13.312-73.04 39.936-93.184 10.928 1.024 21.168 4.944 30.72 11.776-.336 5.808-1.696 17.232-4.096 34.32-1.696 13.312-2.56 24.4-2.56 33.28v7.152c-6.816.688-11.776 1.024-14.848 1.024-2.736 0-10.064-.864-22.016-2.56-1.712 4.096-2.56 8.016-2.56 11.776 0 7.504 2.896 13.904 8.704 19.184 5.808 5.297 12.464 7.936 19.968 7.936 8.88 0 15.872-3.92 20.992-11.776 6.144 2.064 9.728 4.976 10.752 8.72-7.504 7.152-18.256 10.752-32.256 10.752-12.64 0-24.576-3.424-35.84-10.255-11.264-6.801-16.896-16.193-16.896-28.145zm28.672-22.016c1.359 2.048 3.76 3.071 7.168 3.071h4.607c3.072-6.496 4.608-14.847 4.608-25.088 0-4.431-1.024-11.088-3.072-19.967-1.024 2.736-2.72 7.007-5.12 12.816-2.384 5.775-4.351 11.008-5.888 15.615-1.536 4.593-2.303 9.12-2.303 13.553zm50.688-9.728c-.672-8.88 3.248-13.312 11.776-13.312 2.064 0 5.12.192 9.216.528s7.008.496 8.704.496a80.705 80.705 0 0 0 1.552-15.872c0-9.888-1.28-24.655-3.84-44.288-2.56-19.632-3.84-34.384-3.84-44.287 0-14.673 1.712-26.977 5.12-36.865 1.695 1.024 6.224 1.968 13.568 2.816 7.343.848 14.255 5.024 20.736 12.544-2.048 8.88-3.072 20.32-3.072 34.304 0 6.832.688 20.656 2.064 41.472.688 11.952 1.008 22.353 1.008 31.232 0 6.816-.176 12.624-.512 17.408h3.071c2.385 0 3.92-1.024 4.609-3.072.687-2.047 1.023-4.176 1.023-6.384s.673-3.344 2.033-3.344c2.751 0 5.904 1.473 9.472 4.352 3.6 2.913 7.44 6.576 11.535 11.008 4.097 4.432 6.657 7.153 7.681 8.192-3.072 2.384-10 3.92-20.752 4.608-10.752.672-17.312 1.36-19.696 2.048-.336 4.097-.512 10.24-.512 18.432 0 5.457.096 11.088.256 16.896.191 5.792.432 12.304.784 19.456.336 7.168.496 12.8.496 16.912-2.72.336-6.656.672-11.776 1.008-5.105.336-8.865.672-11.248 1.008v-10.24c0-7.167-.512-16.896-1.536-29.168-1.376-15.024-2.064-25.44-2.064-31.248-2.032-.672-7.504-1.28-16.368-1.776-8.912-.512-15.393-2.144-19.488-4.864zm110.08-4.096c0-6.816.336-16.72 1.024-29.68 3.743.336 7.151 1.184 10.224 2.56 3.088 1.36 6.656 3.152 10.767 5.376 4.097 2.223 7.168 3.84 9.2 4.864l-.496 13.824c0 20.128 1.537 39.936 4.609 59.392 6.48-2.384 11.76-6.336 15.855-11.776 4.113-5.457 6.929-12.544 8.465-21.232 1.535-8.72 2.464-15.872 2.816-21.52.352-5.648.671-13.232 1.007-22.785v-5.647c1.008.336 2.56.512 4.609.512 6.832.688 15.183 4.96 25.088 12.8 0 1.024.08 2.656.256 4.88.175 2.224.255 3.84.255 4.864 0 5.104-.687 10.24-2.03 15.36-1.377 5.12-2.657 8.88-3.842 11.264-1.199 2.383-3.68 6.656-7.44 12.8-3.743 6.16-6.144 10.064-7.151 11.776-5.12 4.096-10.944 11.248-17.409 21.504-7.168 2.384-13.664 3.6-19.471 3.6-24.208-.016-36.336-24.272-36.336-72.736zm102.4 55.312c2.367-2.064 6.464-3.76 12.287-5.12 0-1.024.177-2.56.496-4.608 1.376-11.952 2.56-21.6 3.6-28.928 1.024-7.344 3.152-17.424 6.4-30.224 3.232-12.8 7.009-22.96 11.248-30.464 4.288-7.504 10.336-14.256 18.192-20.224 7.84-5.984 16.896-8.96 27.12-8.96 11.617 0 24.592 4.096 38.928 12.288 5.792 12.624 8.704 25.424 8.704 38.384 0 22.528-7.935 42.848-23.807 60.944-15.873 18.096-35.057 29.68-57.601 34.816-.688 10.928-1.023 19.12-1.023 24.576 0 24.928 3.07 44.896 9.215 59.904-2.72-.688-9.04-1.008-18.944-1.008-5.12 0-8.88-.336-11.264-1.024-3.072-7.168-5.887-23.568-8.448-49.152-2.56-25.584-7.6-42.672-15.103-51.2zM605.68 192c13.312-3.408 24.496-11.6 33.551-24.576 9.04-12.976 13.569-26.448 13.569-40.448 0-10.24-2.544-19.792-7.664-28.672-7.856 7.168-14.592 16.64-20.224 28.416-5.648 11.776-9.568 22.015-11.776 30.72-2.224 8.72-4.704 20.207-7.456 34.56z"/></svg>
<svg class="tc-image-megaphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M10 0c-.17 0-.36.05-.52.14C8.04 1.02 4.5 3.58 3 4c-1.38 0-3 .67-3 2.5S1.63 9 3 9c.3.08.64.23 1 .41V14h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V1c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V2.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V6zm0 2l4 2v1l-4-2V8zm4-6v1l-4 2V4l4-2z"/></svg>
<svg class="tc-image-meh tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM224 446q-13 0-22.5-9.5T192 414v-64q0-13 9.5-22.5T224 318t22.5 9.5T256 350v64q0 13-9.5 22.5T224 446zm575 0q-13 0-22.5-9.5T767 414v-64q0-13 9.5-22.5T799 318t22.5 9.5T831 350v64q0 13-9.5 22.5T799 446zM192 577zm640 0zm-96 63H288q-13 0-22.5-9t-9.5-23q0-13 9.5-22.5T288 576h448q14 0 23 9.5t9 22.5q0 14-9 23t-23 9z"/></svg>
<svg class="tc-image-meh-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM256 414q0 13-9.5 22.5T224 446t-22.5-9.5T192 414v-64q0-13 9.5-22.5T224 318t22.5 9.5T256 350v64zm512 194q0 14-9 23t-23 9H288q-13 0-22.5-9t-9.5-23q0-13 9.5-22.5T288 576h448q14 0 23 9.5t9 22.5zm63-194q0 13-9.5 22.5T799 446t-22.5-9.5T767 414v-64q0-13 9.5-22.5T799 318t22.5 9.5T831 350v64z"/></svg>
<svg class="tc-image-meh-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1152 960q0 26-19 45t-45 19H448q-26 0-45-19t-19-45 19-45 45-19h640q26 0 45 19t19 45zM640 512q0 53-37.5 90.5T512 640t-90.5-37.5T384 512t37.5-90.5T512 384t90.5 37.5T640 512zm512 0q0 53-37.5 90.5T1024 640t-90.5-37.5T896 512t37.5-90.5T1024 384t90.5 37.5T1152 512zm256 256q0-130-51-248.5t-136.5-204-204-136.5T768 128t-248.5 51-204 136.5-136.5 204T128 768t51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5zm128 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-memori-card tc-image-button" width="22pt" height="22pt" viewBox="0 0 426.6999816894531 512"><path d="M384 0H85.3L0 85.3v384C0 492.8 19.1 512 42.7 512H384c23.6 0 42.7-19.1 42.7-42.7V42.7C426.7 19.1 407.5 0 384 0zM128 128H85.3V42.7H128V128zm64 0h-42.7V42.7H192V128zm64 0h-42.7V42.7H256V128zm64 0h-42.7V42.7H320V128zm64 0h-42.7V42.7H384V128z"/></svg>
<svg class="tc-image-memory tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M24 12H12v12h12V12zm-4 8h-4v-4h4v4zm16-4v-4h-4V8c0-2.21-1.79-4-4-4h-4V0h-4v4h-4V0h-4v4H8C5.79 4 4 5.79 4 8v4H0v4h4v4H0v4h4v4c0 2.21 1.79 4 4 4h4v4h4v-4h4v4h4v-4h4c2.21 0 4-1.79 4-4v-4h4v-4h-4v-4h4zm-8 12H8V8h20v20z"/></svg>
<svg class="tc-image-mention tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M6.58 15c1.25 0 2.52-.31 3.56-.94l-.42-.94c-.84.52-1.89.83-3.03.83-3.23 0-5.64-2.08-5.64-5.72 0-4.37 3.23-7.18 6.58-7.18 3.45 0 5.22 2.19 5.22 5.2 0 2.39-1.34 3.86-2.5 3.86-1.05 0-1.36-.73-1.05-2.19l.73-3.75H8.98l-.11.72c-.41-.63-.94-.83-1.56-.83-2.19 0-3.66 2.39-3.66 4.38 0 1.67.94 2.61 2.3 2.61.84 0 1.67-.53 2.3-1.25.11.94.94 1.45 1.98 1.45 1.67 0 3.77-1.67 3.77-5C14 2.61 11.59 0 7.83 0 3.66 0 0 3.33 0 8.33 0 12.71 2.92 15 6.58 15zm-.31-5c-.73 0-1.36-.52-1.36-1.67 0-1.45.94-3.22 2.41-3.22.52 0 .84.2 1.25.83l-.52 3.02c-.63.73-1.25 1.05-1.78 1.05V10z"/></svg>
<svg class="tc-image-menu tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M186.2 139.6h139.6V0H186.2v139.6zM372.4 0v139.6H512V0H372.4zM0 139.6h139.6V0H0v139.6zm186.2 186.2h139.6V186.2H186.2v139.6zm186.2 0H512V186.2H372.4v139.6zM0 325.8h139.6V186.2H0v139.6zM186.2 512h139.6V372.4H186.2V512zm186.2 0H512V372.4H372.4V512zM0 512h139.6V372.4H0V512z"/></svg>
<svg class="tc-image-menu-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 996 685.3333129882812"><path d="M985 3.333q11 5 11 21v160q0 13-9 23l-471 471q-8 7-18 7t-18-7l-471-471q-9-10-9-23v-160q0-16 11-21t23 7l464 464 464-464q12-12 23-7z"/></svg>
<svg class="tc-image-menu-fold tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 702"><path d="M1 32q0-13 9.5-22.5T33 0h959q13 0 22.5 9.5T1024 32t-9.5 22.5T992 64H33q-13 0-22.5-9.5T1 32zm319 318q0-14 9.5-23t22.5-9h640q13 0 22.5 9t9.5 23q0 13-9.5 22.5T992 382H352q-13 0-22.5-9.5T320 350zM1 670q0-13 9.5-22.5T33 638h959q13 0 22.5 9.5t9.5 22.5-9.5 22.5T992 702H33q-13 0-22.5-9.5T1 670zm173-212L4 327q-4-4-4-9.5t4-8.5l170-132q5-4 11.5-1t6.5 10v264q0 6-6.5 9t-11.5-1z"/></svg>
<svg class="tc-image-menu-hamburger tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 1000"><path d="M25 0h950q10 0 17.5 7.5T1000 25v150q0 10-7.5 17.5T975 200H25q-10 0-17.5-7.5T0 175V25Q0 15 7.5 7.5T25 0zm0 400h950q10 0 17.5 7.5t7.5 17.5v150q0 10-7.5 17.5T975 600H25q-10 0-17.5-7.5T0 575V425q0-10 7.5-17.5T25 400zm0 400h950q10 0 17.5 7.5t7.5 17.5v150q0 10-7.5 17.5T975 1000H25q-10 0-17.5-7.5T0 975V825q0-10 7.5-17.5T25 800z"/></svg>
<svg class="tc-image-menu-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 685.3333740234375 996"><path d="M501 0h160q16 0 21 11t-7 23L211 498l464 464q12 12 7 23t-21 11H501q-13 0-23-9L7 516q-7-8-7-18t7-18L478 9q10-9 23-9z"/></svg>
<svg class="tc-image-menu-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 685.3333129882812 996"><path d="M24.333 0h160q13 0 23 9l471 471q7 8 7 18t-7 18l-471 471q-10 9-23 9h-160q-16 0-21-11t7-23l464-464-464-464q-12-12-7-23t21-11z"/></svg>
<svg class="tc-image-menu-unfold tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 702"><path d="M991 64H32q-13 0-22.5-9.5T0 32 9.5 9.5 32 0h959q13 0 22.5 9.5T1023 32t-9.5 22.5T991 64zM672 382H32q-13 0-22.5-9.5T0 350q0-14 9.5-23t22.5-9h640q13 0 22.5 9t9.5 23q0 13-9.5 22.5T672 382zm319 320H32q-13 0-22.5-9.5T0 670t9.5-22.5T32 638h959q13 0 22.5 9.5t9.5 22.5-9.5 22.5T991 702zM832 449V186q0-7 6.5-10t11.5 1l170 132q4 3 4 8.5t-4 9.5L850 458q-5 4-11.5 1t-6.5-10z"/></svg>
<svg class="tc-image-menu-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 996 685.3333740234375"><path d="M516 7l471 471q9 10 9 23v160q0 16-11 21t-23-7L498 211 34 675q-12 12-23 7T0 661V501q0-13 9-23L480 7q8-7 18-7t18 7z"/></svg>
<svg class="tc-image-menu2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.5 11"><path d="M0 0h14v3H0V0zm0 4h14v3H0V4zm0 4h14v3H0V8zm15.5-2l3 3 3-3zm6-1l-3-3-3 3z"/></svg>
<svg class="tc-image-menu3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.5 11"><path d="M0 0h14v3H0V0zm0 4h14v3H0V4zm0 4h14v3H0V8zm15.5-4l3 3 3-3z"/></svg>
<svg class="tc-image-menu4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.5 11"><path d="M0 0h14v3H0V0zm0 4h14v3H0V4zm0 4h14v3H0V8zm15.5-1l3-3 3 3z"/></svg>
<svg class="tc-image-mercado-pago tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9990234375 457.1651611328125"><path d="M1006.417 68.72c-11.715-14.684-29.5-22.016-53.38-22.016-23.85 0-41.637 7.332-53.352 22.016-11.725 14.674-17.592 32.02-17.592 52.029 0 20.367 5.867 37.775 17.592 52.275 11.715 14.438 29.501 21.688 53.351 21.688 23.87 0 41.667-7.25 53.381-21.688 11.725-14.49 17.582-31.898 17.582-52.275 0-20.009-5.847-37.346-17.582-52.03zm-29.03 84.224c-5.693 7.547-13.824 11.325-24.453 11.325-10.609 0-18.78-3.768-24.514-11.325-5.735-7.536-8.59-18.279-8.59-32.195 0-13.895 2.856-24.606 8.59-32.113s13.906-11.254 24.514-11.254c10.64 0 18.77 3.758 24.453 11.254 5.673 7.506 8.53 18.217 8.53 32.113 0 13.927-2.857 24.658-8.53 32.195zM706.938 56.442c-11.879-6.021-25.487-9.063-40.786-9.063-23.52 0-40.13 6.144-49.797 18.391-6.082 7.854-9.492 17.849-10.28 30.034h35.153c.86-5.376 2.591-9.636 5.182-12.779 3.625-4.26 9.79-6.39 18.504-6.39 7.783 0 13.67 1.065 17.705 3.267 4.004 2.161 6.021 6.113 6.021 11.807 0 4.7-2.61 8.13-7.854 10.363-2.918 1.28-7.772 2.345-14.562 3.195l-12.462 1.536c-14.152 1.782-24.904 4.782-32.174 8.96-13.312 7.67-19.958 20.05-19.958 37.181 0 13.189 4.116 23.399 12.4 30.597 8.243 7.199 18.75 10.219 31.427 10.803 79.493 3.554 78.592-41.892 79.32-51.344V90.694c-.01-16.773-5.96-28.201-17.839-34.253zm-18.463 79.37c-.246 12.185-3.737 20.572-10.434 25.17-6.707 4.608-14.029 6.912-21.975 6.912-5.038 0-9.288-1.393-12.8-4.158-3.502-2.765-5.243-7.27-5.243-13.486 0-6.983 2.857-12.124 8.591-15.452 3.41-1.945 8.97-3.635 16.753-4.966l8.304-1.536c4.126-.788 7.383-1.618 9.76-2.519 2.406-.87 4.72-2.028 7.055-3.492v13.527zM525.68 78.53c9.093 0 15.76 2.806 20.071 8.418 2.96 4.147 4.803 8.837 5.52 14.019h39.208c-2.15-19.784-9.072-33.587-20.756-41.411-11.725-7.792-26.736-11.714-45.097-11.714-21.596 0-38.564 6.635-50.81 19.876-12.279 13.261-18.423 31.785-18.423 55.603 0 21.094 5.55 38.287 16.661 51.527s28.447 19.876 52 19.876c23.581 0 41.39-7.946 53.38-23.829 7.527-9.84 11.745-20.296 12.626-31.344h-39.076c-.798 7.301-3.072 13.261-6.86 17.848-3.77 4.567-10.118 6.871-19.109 6.871-12.657 0-21.269-5.765-25.846-17.337-2.498-6.175-3.769-14.336-3.769-24.505 0-10.66 1.27-19.21 3.77-25.671 4.761-12.135 13.608-18.227 26.51-18.227zm-80.794-30.689c-80.548 0-75.776 71.312-75.776 71.312v72.438h36.546v-67.942c0-11.131 1.413-19.374 4.188-24.74 5.017-9.502 14.807-14.264 29.43-14.264 1.106 0 2.55.061 4.332.144s3.8.246 6.123.512V48.11c-1.618-.113-2.673-.154-3.134-.205a24.96 24.96 0 0 0-1.71-.062zM310.619 153.743c-1.536 2.191-3.185 4.065-5.007 5.53-5.16 4.25-12.175 5.54-20.429 5.54-7.813 0-13.916-1.188-19.456-4.669-9.124-5.601-14.254-15.094-14.797-29.02h101.13c.144-11.981-.246-21.166-1.219-27.556-1.68-10.875-5.376-20.46-11.049-28.713-6.308-9.349-14.336-16.2-24.002-20.551-9.677-4.311-20.55-6.482-32.635-6.482-20.368 0-36.894 6.421-49.654 19.241-12.749 12.851-19.149 31.273-19.149 55.327 0 25.671 7.065 44.206 21.207 55.593 14.121 11.387 30.443 17.09 48.906 17.09 22.375 0 39.803-6.748 52.234-20.265 6.707-7.106 10.916-14.141 12.688-21.074h-38.769zm-49.132-68.055c5.151-5.284 12.36-7.926 21.678-7.926 8.571 0 15.74 2.488 21.545 7.486 5.765 4.987 9.001 12.308 9.656 21.924H251.83c1.3-9.042 4.536-16.19 9.656-21.484zM199.679 191.58h-33.382v-84.071c0-7.68-2.54-25.948-24.555-25.948-14.684 0-25.303 10.588-25.303 25.948v84.071H83.016v-84.071c0-7.68-2.284-25.948-24.29-25.948-14.94 0-25.323 10.588-25.323 25.948v84.071H0v-83.272C0 73.595 23.02 47.35 58.727 47.35c17.726 0 32.133 7.445 41.513 19.364 9.861-11.919 24.535-19.364 41.502-19.364 36.444 0 57.948 25.18 57.948 60.958v83.272zM871.229 3.932S834.416 0 834.416 29.573l-.03 39.158c-4.076-6.543-9.38-11.663-15.913-15.339-6.523-3.686-13.998-5.55-22.425-5.55-18.258 0-32.809 6.8-43.735 20.377-10.926 13.599-16.364 33.188-16.364 56.873 0 20.552 5.54 37.407 16.62 50.524 11.08 13.107 32.81 18.862 52.111 18.862 67.308 0 66.53-57.713 66.53-57.713l.02-132.833zm-43.838 149.32c-5.335 7.649-13.179 11.469-23.429 11.469-10.29 0-17.95-3.85-22.989-11.53-5.048-7.701-7.567-18.893-7.567-31.714 0-11.888 2.468-21.852 7.444-29.87 4.956-8.018 12.74-12.042 23.357-12.042 6.973 0 13.077 2.212 18.361 6.625 8.571 7.312 12.861 20.419 12.861 37.386-.01 12.135-2.693 22.026-8.038 29.675zM266.896 423.567c0 4.946-1.802 9.196-5.397 12.718-3.563 3.543-7.864 5.304-12.892 5.304h-18.258V314.583c0-24.699 8.325-40.172 22.026-50.627 9.052-6.912 22.55-13.506 47.821-13.506 17.06 0 37.058 6.625 47.841 19.784 12.114 14.807 17.162 31.293 17.162 52.838 0 22.282-5.376 40.264-16.108 54.077-10.742 13.445-24.546 20.142-41.38 20.142-8.95 0-16.825-1.598-23.623-4.752-7.188-3.543-12.892-9.011-17.193-16.445v47.472zm61.255-98.898c0-13.783-2.683-24.371-8.079-31.815-5.366-7.394-13.066-11.141-23.1-11.141-9.657 0-17.184 3.748-22.59 11.141-4.997 6.727-7.486 17.357-7.486 31.815 0 13.476 2.673 23.501 8.06 30.229 5.355 7.434 13.065 11.141 23.1 11.141 9.298 0 16.65-3.707 22.016-11.141 5.397-7.424 8.08-17.47 8.08-30.229zm279.245 60.918v-8.97c-6.328 9.902-14.879 16.046-25.6 18.534-10.742 2.457-21.38 1.577-31.908-2.673-10.567-4.219-19.64-12.083-27.207-23.552-7.547-11.51-11.325-26.603-11.325-45.332 0-21.862 5.017-39.639 15.022-53.227 10.035-13.589 26.143-19.794 48.302-20.398 21.832-.574 34.53 4.362 46.961 13.783 13.588 10.322 21.627 26.142 21.627 50.852v74.721c.051 23.777-16.528 67.84-68.598 64.102-32.266-2.334-50.166-15.575-60.16-45.558h38.523c2.816 4.926 7.117 8.725 12.943 11.356 5.775 2.683 11.612 3.369 17.378 2.13 5.796-1.229 11.08-4.69 15.862-10.322 4.741-5.642 7.455-14.131 8.182-25.447zm-60.17-60.898c0 24.361 7.045 37.858 21.115 40.53 14.05 2.601 24.443-.656 31.13-9.82 3.174-3.861 5.447-9.974 6.851-18.258 1.393-8.294 1.505-16.507.266-24.627-1.208-8.141-4.137-15.38-8.714-21.74-4.557-6.338-11.254-9.534-20.05-9.534-11.97 0-20.039 4.434-24.269 13.23-4.24 8.837-6.328 18.903-6.328 30.218zm-67.144-64.635c-11.889-6.011-25.498-9.052-40.786-9.052-23.542 0-40.13 6.134-49.808 18.391-6.062 7.844-9.493 17.848-10.28 30.034h35.174c.86-5.376 2.58-9.636 5.171-12.779 3.625-4.26 9.79-6.39 18.493-6.39 7.803 0 13.68 1.075 17.695 3.256 4.004 2.171 6.021 6.114 6.021 11.817 0 4.69-2.61 8.13-7.854 10.353-2.918 1.27-7.762 2.334-14.562 3.195l-12.462 1.515c-14.15 1.792-24.904 4.793-32.164 8.96-13.332 7.659-19.968 20.05-19.968 37.171 0 13.2 4.116 23.409 12.401 30.597 8.243 7.188 18.75 10.23 31.426 10.813 79.473 3.553 78.582-41.892 79.31-51.343v-52.306c.01-16.752-5.919-28.16-17.809-34.232zm-18.473 79.371c-.226 12.196-3.728 20.562-10.425 25.17-6.697 4.598-14.019 6.891-21.965 6.891-5.038 0-9.288-1.392-12.79-4.147-3.512-2.765-5.264-7.271-5.264-13.497 0-6.973 2.877-12.124 8.601-15.452 3.42-1.945 8.97-3.625 16.743-4.956l8.295-1.546c4.147-.788 7.404-1.608 9.738-2.519 2.416-.87 4.741-2.028 7.055-3.502v13.558zm319.918-67.84c-11.735-14.695-29.522-22.026-53.4-22.026-23.819 0-41.626 7.322-53.34 22.026-11.726 14.674-17.593 32.01-17.593 52.029 0 20.367 5.857 37.765 17.592 52.255 11.715 14.428 29.522 21.678 53.34 21.678 23.87 0 41.667-7.25 53.401-21.678 11.715-14.49 17.552-31.898 17.552-52.255 0-20.029-5.837-37.366-17.552-52.029zm-29.05 84.203c-5.674 7.557-13.825 11.326-24.444 11.326s-18.8-3.769-24.514-11.326c-5.755-7.536-8.6-18.268-8.6-32.164s2.845-24.606 8.6-32.102c5.714-7.516 13.895-11.254 24.514-11.254s18.76 3.737 24.443 11.254c5.693 7.495 8.53 18.207 8.53 32.102s-2.837 24.627-8.53 32.164z"/></svg>
<svg class="tc-image-mercado-pago-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 739.7980346679688 512"><path d="M369.909 0C165.641 0 .04 108.646.04 241.93c0 3.44-.04 12.953-.04 14.162C.01 397.486 144.742 512 369.868 512c226.52 0 369.93-114.483 369.93-255.888V241.92C739.788 108.646 574.198 0 369.909 0zm.072 469.319c-196.413 0-355.635-101.857-355.635-227.512 0-125.665 159.222-227.523 355.635-227.523 196.423 0 355.645 101.858 355.645 227.523 0 125.655-159.222 227.512-355.646 227.512zm197.755-203.693c-35.082-30.618-116.183-101.12-138.148-117.606-12.544-9.442-21.105-14.428-28.62-16.661-3.37-1.024-8.049-2.181-14.06-2.181-5.58 0-11.582 1.014-17.849 3-14.192 4.495-28.334 15.728-42.014 26.603l-.707.553c-12.738 10.127-25.907 20.603-35.87 22.835a60.423 60.423 0 0 1-13.28 1.485c-11.162-.021-21.188-3.236-24.946-8.028-.625-.788-.226-2.078 1.23-3.922l.194-.246 30.863-33.27c24.176-24.177 47.012-47.002 99.574-48.21.86-.031 1.751-.041 2.621-.041 32.717.021 65.423 14.663 69.1 16.363 30.68 14.961 62.341 22.569 94.178 22.59 33.178.01 67.41-8.202 103.394-24.771-4.014-3.379-8.202-6.666-12.503-9.892-31.61 13.701-61.737 20.634-90.798 20.624-29.675-.031-59.34-7.158-88.125-21.207-1.515-.727-37.632-17.756-75.213-17.767-.983 0-1.986.021-2.97.031-44.155 1.034-69.028 16.712-85.75 30.454-16.26.399-30.3 4.322-42.783 7.803-11.14 3.092-20.757 5.786-30.147 5.775-3.87 0-10.824-.358-11.449-.379-10.793-.328-65.168-13.66-108.41-30.044a280.737 280.737 0 0 0-12.8 9.646c45.178 18.524 100.167 32.85 117.513 33.977 4.834.317 9.974.86 15.125.87 11.48 0 22.938-3.226 34.028-6.318 6.543-1.843 13.773-3.84 21.371-5.294a1150.81 1150.81 0 0 0-6.082 6.041l-31.365 33.925c-2.468 2.488-7.824 9.144-4.29 17.337 1.402 3.308 4.26 6.462 8.242 9.154 7.475 5.028 20.86 8.438 33.29 8.448 4.711.01 9.175-.471 13.281-1.392 13.148-2.949 26.931-13.936 41.543-25.549 11.643-9.246 28.18-20.992 40.837-24.443 3.543-.962 7.885-1.557 11.376-1.557 1.044.01 2.028.041 2.95.174 8.365 1.065 16.455 3.911 30.893 14.745 25.744 19.333 139.663 118.999 140.78 119.982.081.062 7.341 6.328 6.84 16.742-.266 5.806-3.492 10.967-9.104 14.541-4.864 3.082-9.88 4.659-14.95 4.659-7.61-.021-12.862-3.584-13.2-3.83-.42-.348-39.456-36.137-53.812-48.149-2.294-1.894-4.516-3.604-6.759-3.604-1.198-.01-2.263.502-2.98 1.403-2.263 2.785.266 6.635 3.256 9.175l45.588 45.824c.062.051 5.683 5.314 6.298 12.349.36 7.598-3.277 13.947-10.823 18.903-5.376 3.543-10.823 5.346-16.159 5.346-6.994 0-11.919-3.184-13.005-3.942l-6.543-6.451c-11.95-11.755-24.289-23.92-33.33-31.457-2.203-1.833-4.558-3.522-6.8-3.522-1.106 0-2.11.409-2.878 1.218-1.034 1.147-1.75 3.205.82 6.615a23.013 23.013 0 0 0 2.303 2.56l33.27 37.376c.277.338 6.861 8.151.747 15.943l-1.178 1.495a33.506 33.506 0 0 1-3.092 2.98c-5.673 4.659-13.26 5.161-16.26 5.161a25.42 25.42 0 0 1-4.496-.389c-3.287-.583-5.489-1.505-6.553-2.765l-.399-.42c-1.822-1.874-18.596-18.995-32.47-30.577-1.823-1.536-4.107-3.461-6.472-3.461-1.168 0-2.202.461-3 1.341-2.745 3.01 1.372 7.506 3.123 9.154l28.375 31.293c-.03.276-.389.921-1.075 1.904-1.014 1.403-4.455 4.854-14.756 6.144a28.734 28.734 0 0 1-3.769.226c-10.619 0-21.934-5.151-27.77-8.243a42.194 42.194 0 0 0 4.033-17.981c.01-23.357-18.954-42.352-42.312-42.373-.502 0-1.034.02-1.526.03.768-10.66-.748-30.853-21.474-39.741-5.959-2.581-11.919-3.902-17.695-3.902-4.526 0-8.878.778-12.974 2.345-4.29-8.346-11.418-14.428-20.726-17.592-5.14-1.782-10.25-2.683-15.196-2.683-8.622 0-16.568 2.539-23.654 7.577-6.789-8.448-17.05-13.445-27.853-13.445-9.452 0-18.545 3.778-25.282 10.455-8.827-6.748-43.868-29-137.646-50.299-4.547-1.024-14.96-4.014-21.35-5.888a152.533 152.533 0 0 0-2.397 15.39s17.296 4.137 20.695 4.905c95.795 21.279 127.457 43.397 132.803 47.585a36.1 36.1 0 0 0-2.765 13.783c-.01 19.784 16.087 35.912 35.891 35.922 2.212 0 4.413-.195 6.584-.594 2.98 14.562 12.514 25.61 27.075 31.273 4.26 1.639 8.56 2.478 12.79 2.478 2.734.01 5.488-.338 8.171-1.024 2.683 6.83 8.745 15.35 22.272 20.848 4.741 1.904 9.493 2.908 14.101 2.908 3.77 0 7.454-.665 10.967-1.956 6.482 15.79 21.913 26.255 39.117 26.255 11.397.021 22.344-4.628 30.331-12.851 6.841 3.799 21.258 10.67 35.84 10.691 1.884 0 3.655-.133 5.427-.348 14.48-1.833 21.217-7.495 24.31-11.899a17.3 17.3 0 0 0 1.485-2.427c3.42.983 7.178 1.782 11.48 1.792 7.904 0 15.492-2.693 23.162-8.284 7.537-5.438 12.892-13.23 13.66-19.876.02-.092.03-.185.041-.287 2.54.522 5.15.798 7.751.798 8.141 0 16.15-2.539 23.798-7.547 14.756-9.677 17.326-22.313 17.081-30.587 2.581.543 5.222.819 7.844.819 7.64 0 15.145-2.304 22.293-6.861 9.144-5.847 14.654-14.797 15.483-25.221.573-7.086-1.178-14.224-4.915-20.368 24.73-10.649 81.234-31.262 147.774-46.264-.399-5.161-1.147-10.261-2.068-15.329-80.486 17.889-140.565 43.889-155.617 50.586zM342.62 395.756c-15.637-.021-28.344-12.165-28.918-27.648-.04-1.331-.174-4.854-3.164-4.854-1.229 0-2.294.738-3.522 1.843-3.43 3.184-7.813 6.43-14.213 6.43-2.898 0-6.04-.676-9.37-2.038-16.507-6.687-16.743-18.032-16.067-22.589.185-1.219.246-2.478-.594-3.461l-1.014-.912h-1.024c-.839 0-1.7.348-2.877 1.168-4.772 3.359-9.36 4.987-14.009 4.987-2.56 0-5.192-.512-7.824-1.526-21.74-8.458-20.019-28.979-18.964-35.154.154-1.25-.154-2.222-.952-2.867l-1.536-1.26-1.433 1.372c-4.24 4.086-9.779 6.318-15.606 6.318-12.452-.02-22.579-10.127-22.569-22.579.01-12.462 10.148-22.569 22.6-22.548 11.253 0 20.827 8.458 22.261 19.702l.778 6.062 3.328-5.13c.38-.594 9.493-14.387 26.265-14.377 3.185 0 6.482.512 9.8 1.536 13.373 4.075 15.637 16.199 15.985 21.248.236 2.949 2.334 3.082 2.745 3.082 1.157 0 2.007-.737 2.611-1.362 2.52-2.632 8.018-7.014 16.62-7.014 3.932.02 8.12.942 12.442 2.806 21.248 9.114 11.612 36.117 11.49 36.403-1.822 4.475-1.894 6.451-.185 7.588l.84.399h.614c.962 0 2.151-.42 4.116-1.086 2.887-1.004 7.26-2.499 11.336-2.489h.01c15.995.174 29 13.189 29 29 0 15.964-13.016 28.949-29 28.949z"/></svg>
<svg class="tc-image-merge tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M320 192c-23.637 0-44.307 12.89-55.391 32H255c-42.464 0-79.99-17.904-111.535-53.214-20.356-22.787-33.493-48.869-37.856-58.218C119.301 100.822 128 83.413 128 64c0-35.29-28.71-64-64-64S0 28.71 0 64c0 23.637 12.89 44.307 32 55.391V328.61C12.89 339.693 0 360.363 0 384c0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391V213.692C139.553 262.307 194.468 288 255 288h9.609c11.084 19.11 31.754 32 55.391 32 35.29 0 64-28.71 64-64s-28.71-64-64-64zM64 32c17.673 0 32 14.327 32 32S81.673 96 64 96 32 81.673 32 64s14.327-32 32-32zm0 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm256-128c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z"/></svg>
<svg class="tc-image-merge-cell tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 13"><path d="M7 6.5a.302.302 0 0 1-.093.22L4.532 8.907C4.47 8.97 4.396 9 4.312 9s-.157-.03-.22-.093A.299.299 0 0 1 4 8.688V7H2.5a.5.5 0 0 1 0-1H4V4.312a.3.3 0 0 1 .093-.22.304.304 0 0 1 .439.001L6.907 6.28A.303.303 0 0 1 7 6.5zm1 0c0 .084.031.158.093.22l2.375 2.188c.062.062.136.092.22.092s.157-.03.22-.093A.299.299 0 0 0 11 8.688V7h1.5a.5.5 0 0 0 0-1H11V4.312a.3.3 0 0 0-.093-.22.304.304 0 0 0-.439.001L8.093 6.28A.303.303 0 0 0 8 6.5zM6 1v2h1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2H6v2H1V1h5m3 0h5v11H9v-2H8v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2h1V1"/></svg>
<svg class="tc-image-merge-type tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.660001754760742 33.83000183105469"><path d="M22.83 33.83L25.66 31l-6.83-6.83L16 27l6.83 6.83zM3.83 9h7v11.17L0 31l2.83 2.83 12-12V9h7l-9-9-9 9z"/></svg>
<svg class="tc-image-message tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 39.75"><path d="M14 29l3.417 10.75L5 29H0V0h38v29H14z"/></svg>
<svg class="tc-image-message-profanity tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 39.75"><path d="M14 29l3.417 10.75L5 29H0V0h38v29H14zm-6.725-9.063c.938-.14 1.67-.467 2.196-.983.526-.516.789-1.157.789-1.924 0-.63-.21-1.195-.633-1.695-.421-.5-1.205-1.015-2.352-1.545v-3.602c.943.031 1.7.255 2.268.672V9.188c-.417-.26-1.173-.406-2.268-.438V7.375h-.96V8.78c-.848.115-1.549.455-2.101 1.02a2.78 2.78 0 0 0-.829 2.012c0 .657.18 1.225.542 1.704.362.48 1.158 1.002 2.388 1.569v3.477c-.473 0-.983-.093-1.527-.28-.546-.188-.976-.42-1.293-.697v1.742c.723.449 1.663.673 2.82.673v1.633h.96v-1.696zm-.96-6.594c-.473-.25-.804-.498-.991-.742-.188-.244-.282-.56-.282-.946 0-.363.115-.673.344-.929.23-.256.539-.422.929-.498v3.114zm.96 2.164c.887.469 1.33 1.01 1.33 1.626 0 .734-.443 1.195-1.33 1.382v-3.008zm13.085-3.702h-1.78l.625-3.008H17.97l-.64 3.008h-1.89l.615-3.008h-1.258l-.624 3.008h-1.906l-.227 1.093h1.907l-.43 2.157h-1.812l-.22 1.093h1.79l-.61 2.892h1.242l.61-2.892h1.89l-.624 2.892h1.242l.64-2.892h1.89l.275-1.093h-1.938l.453-2.157h1.773l.242-1.093zm-3.25 1.093l-.46 2.157h-1.915l.47-2.157h1.905zm6.848-4.1H22.12l.205 7.905h1.482l.15-7.906zm-.868 11.357c.302 0 .563-.1.785-.3a.947.947 0 0 0 .333-.73 1 1 0 0 0-.333-.758 1.108 1.108 0 0 0-.785-.312c-.313 0-.58.104-.798.313-.218.208-.327.46-.327.757 0 .287.11.53.327.73.219.2.485.3.798.3zm11.667-4.14v-1.288H31.67v-3.094h-1.288v3.094h-3.087v1.288h3.087v3.087h1.288v-3.087h3.087z"/></svg>
<svg class="tc-image-message-send tc-image-button" width="22pt" height="22pt" viewBox="0 0 60.625 39.75"><path d="M41 29l3 10.75L31 29h-4V0h30c2.37 4.77 3.625 10.313 3.625 16 0 4.461-.877 9.064-2.375 13H41zM17 8H3a3 3 0 0 1 0-6h14a3 3 0 0 1 0 6zm2 3a3 3 0 0 1 0 6H7a3 3 0 1 1 0-6h12zm1.5 9a3.5 3.5 0 1 1 0 7h-8a3.5 3.5 0 1 1 0-7h8z"/></svg>
<svg class="tc-image-message-smiley tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 39.75"><path d="M14 29l3.417 10.75L5 29H0V0h38v29H14zm11.724-5.64a16.077 16.077 0 0 0 1.523-2.034l1.304-2.352.902-2.34c.227-.763.34-1.437.34-2.022 0-.585-.113-1.259-.34-2.022l-.902-2.352-1.304-2.353-1.523-2.022H23.69c1.072 1.234 1.883 2.562 2.432 3.984.549 1.422.823 3.01.823 4.765 0 1.742-.274 3.323-.823 4.743-.55 1.42-1.36 2.756-2.432 4.006h2.034zm-8.703-10.527a1.584 1.584 0 1 0 0 3.167h3.166c.875 0 2.376-.709 2.376-1.583 0-.875-1.501-1.584-2.376-1.584h-3.166zm-6.73-4.75c-.874 0-1.583.71-1.583 1.584 0 .874.71 1.187 1.584 1.187h1.583c.874 0 1.583-.313 1.583-1.187 0-.875-.709-1.584-1.583-1.584h-1.583zm0 9.896c-.874 0-1.583.313-1.583 1.188 0 .874.71 1.583 1.584 1.583h1.583c.874 0 1.583-.709 1.583-1.583 0-.875-.709-1.188-1.583-1.188h-1.583z"/></svg>
<svg class="tc-image-message-typing tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 16"><path d="M16 0H3C1.35 0 0 1.35 0 3v7c0 1.65 1.35 3 3 3h1v3l3-3h9c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3zm1 10c0 .542-.458 1-1 1H3c-.542 0-1-.458-1-1V3c0-.542.458-1 1-1h13c.542 0 1 .458 1 1v7zM5 8.5a2 2 0 1 1 .001-4.001A2 2 0 0 1 5 8.5zm0-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4.5 3a2 2 0 1 1 .001-4.001A2 2 0 0 1 9.5 8.5zm0-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4.5 3a2 2 0 1 1 .001-4.001A2 2 0 0 1 14 8.5zm0-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/></svg>
<svg class="tc-image-messages tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 24 19"><path d="M21 3h-3c0-1.65-1.35-3-3-3H3C1.35 0 0 1.35 0 3v7c0 1.65 1.35 3 3 3v3l3-3c0 1.65 1.35 3 3 3h8l3 3v-3h1c1.65 0 3-1.35 3-3V6c0-1.65-1.35-3-3-3zM3 11c-.542 0-1-.458-1-1V3c0-.542.458-1 1-1h12c.542 0 1 .458 1 1v1H9.5A2.502 2.502 0 0 0 7 6.5V11H3zm19 2c0 .542-.458 1-1 1H9c-.542 0-1-.458-1-1V6.5C8 5.673 8.673 5 9.5 5H21c.542 0 1 .458 1 1v7z"/></svg>
<svg class="tc-image-messenger tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path fill-rule="nonzero" d="M8 0C3.582 0 0 3.316 0 7.407c0 2.332 1.163 4.41 2.98 5.77V16l2.725-1.495c.727.2 1.497.31 2.295.31 4.418 0 8-3.317 8-7.408C16 3.317 12.418 0 8 0zm.795 9.975L6.758 7.802 2.783 9.975l4.372-4.642 2.087 2.173 3.926-2.173-4.373 4.642z"/></svg>
<svg class="tc-image-meteor tc-image-button" width="22pt" height="22pt" viewBox="0 0 1654 2357"><path d="M0 1814q0-21 1-31v-9q0-3 .5-6t.5-5 .5-5 .5-4v-2q0-5 2-12.5t2-9.5v-3q0-2 .5-5t.5-4l9-39q0-1 1-2v-2l4-15q1-1 1-2 1-2 1-3v-3q6-20 11-30 0-1 2-3 1-2 5-16 27-61 67-115l6-8q1-1 3-4t3-4q1-2 7-6 1-3 4-6t4-6q6-4 7-8 2-1 7-6l7-8 811-889-41 235L1654 0l-446 868 446-337-404 811 289-199-499 889q0 1-2 4.5t-3 5.5q-1 1-2 4t-2 5q-1 1-2.5 5t-2.5 5q-69 134-198 215t-285 81q-147 0-272-73T73 2086 0 1814zm128 0q0 172 121.5 293.5T543 2229q131 0 237-75.5T930 1957q27-68 27-143 0-172-121-293t-293-121q-160 0-277 107-65 57-101.5 137T128 1814z"/></svg>
<svg class="tc-image-meteorfull tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.229997634887695 6.076999664306641"><path d="M15.9.095c.482.534 5.229 5.566 5.281 5.597.14.083.398-.14.337-.293-.026-.066-1.134-1.117-5.491-5.211C15.869.039 15.812 0 15.9.096zm3.635 2.645c1.695 1.835 2.045 2.194 2.141 2.194.153 0 .28-.14.25-.271-.018-.061-.907-.915-2.181-2.093C18.558 1.475 17.569.569 17.547.56s.871.972 1.988 2.181zm-.197-1.331c1.927 2.106 2.43 2.628 2.549 2.628.092 0 .123-.022.131-.11.009-.092-.18-.285-1.27-1.296-1.879-1.739-1.883-1.743-1.41-1.222zm-1.012 2.487c1.979 2.146 2.01 2.176 2.176 2.176.136 0 .175-.022.206-.096a.403.403 0 0 0 .017-.171c-.017-.066-4.103-3.876-4.318-4.024-.053-.035.81.915 1.918 2.115zM0 4.124v1.949h.832l.009-1.257.013-1.261.521.801c.289.438.539.793.561.788.017-.009.272-.368.56-.801l.526-.788.009 1.248.013 1.248h.832l.013-1.94.009-1.936h-.959l-.491.788c-.267.434-.499.788-.517.788-.013 0-.241-.355-.508-.788l-.482-.788H0v1.949zm4.948 0v1.949h2.934v-.788H5.78v-.788h1.839v-.788H5.78v-.788h2.102v-.744H4.948v1.949zm3.985-1.555v.394h1.182v3.114l.854-.026.013-1.541.009-1.541 1.16-.026.013-.385.013-.381H8.932v.394zm4.292 1.555v1.949h2.934v-.788h-2.102v-.788h1.839v-.788h-1.839v-.788h2.102v-.744h-2.934v1.949zm9.686-.013l.013 1.94.854.026V4.803h.657l.425.635.42.635h.477c.346 0 .473-.013.473-.052 0-.031-.197-.346-.438-.696-.241-.355-.438-.653-.438-.666s.044-.031.101-.048c.184-.044.495-.359.6-.604.153-.355.14-.837-.026-1.165a1.288 1.288 0 0 0-.315-.39c-.324-.245-.508-.276-1.725-.276h-1.086l.009 1.936zm2.229-.981c.105.114.127.18.127.359 0 .175-.022.245-.123.355-.149.166-.346.21-.937.215h-.429V2.955l.617.018.617.013.127.145zm-8.233.122c.061.079.67.744 1.353 1.48 1.077 1.165 1.257 1.344 1.353 1.331.087-.009.114-.039.114-.127s-.184-.28-.941-.981l-1.467-1.353c-.289-.267-.473-.425-.412-.35z"/></svg>
<svg class="tc-image-meter tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 960"><path d="M512 0c282.77 0 512 229.23 512 512 0 192.792-106.576 360.666-264.008 448H264.008C106.577 872.666 0 704.792 0 512 0 229.23 229.23 0 512 0zm289.914 801.914C879.352 724.474 922 621.516 922 512h-90v-64h85.038c-7.014-44.998-21.39-88.146-42.564-128H768v-64h64.284a417.023 417.023 0 0 0-30.37-33.914c-46.222-46.22-101.54-80.038-161.914-99.798V192h-64v-85.04a415.443 415.443 0 0 0-128 0V192h-64v-69.712c-60.372 19.76-115.692 53.576-161.914 99.798A417.023 417.023 0 0 0 191.717 256h64.284v64H149.524c-21.174 39.854-35.552 83.002-42.564 128H192v64h-90c0 109.516 42.648 212.474 120.086 289.914A417.053 417.053 0 0 0 255.647 832h192.354l36.572-512h54.856l36.572 512h192.354a417.093 417.093 0 0 0 33.56-30.086z"/></svg>
<svg class="tc-image-meter2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4.732 13.034a4.501 4.501 0 0 0-2.688-5.762 5.953 5.953 0 0 1 1.714-3.514c1.133-1.133 2.64-1.757 4.243-1.757s3.109.624 4.243 1.757a5.958 5.958 0 0 1 1.714 3.514 4.501 4.501 0 0 0-2.688 5.762c-.964.629-2.09.966-3.268.966s-2.304-.338-3.268-.966zm3.889-3.018A.502.502 0 0 1 9 10.5v1c0 .275-.225.5-.5.5h-1a.501.501 0 0 1-.5-.5v-1a.5.5 0 0 1 .379-.484L7.75 3h.5l.371 7.016z"/></svg>
<svg class="tc-image-mfg_icon tc-image-button" width="22pt" height="22pt" viewBox="0 0 2339 1200"><path d="M0 216q0 90 65.5 153.5T223 433h257v767l1175-767h462q92 0 157-63.5t65-153.5q0-89-65-152.5T2117 0h-597L925 388V0H223Q131 0 65.5 63.5T0 216z"/></svg>
<svg class="tc-image-mfg_icon_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 372.5-204.5 306.5-306.5 205-373 76-373-76-306.5-205T76 1332.5 0 960zm334-94q0 49 35 84t84 35h138v423l630-423h246q49 0 84-35t35-84-35-84.5-84-35.5h-320L829 961V746H453q-49 0-84 35.5T334 866z"/></svg>
<svg class="tc-image-mic tc-image-button" width="22pt" height="22pt" viewBox="0 0 342.0000305175781 512"><path d="M78.2 320.3c2.8 23.3 24.9 42.4 49 42.4H215c24.1 0 46.2-19.1 49-42.4l11.7-96.6c2.8-23.3 2.8-61.4 0-84.8L264 42.3C261.1 19 239 0 214.9 0h-87.8c-24.1 0-46.2 19.1-49 42.4l-11.6 96.5c-2.8 23.3-2.8 61.5 0 84.8l11.7 96.6zm263.4-149.6H299c.4 19.5-.3 40.2-2.2 55.6l-11.7 96.6c-4.1 34.3-34.9 61.1-70.2 61.1h-87.8c-35.2 0-66-26.9-70.2-61.1l-11.7-96.6c-1.9-15.4-2.6-36.1-2.2-55.6H.4c-.4 21.3.4 43.6 2.5 60.7L14.6 328c6.7 55.3 56.1 98.6 112.5 98.6h22.6v42.7h-64V512h170.7v-42.7h-64v-42.7H215c56.5 0 105.9-43.4 112.5-98.7l11.7-96.7c2-17 2.8-39.3 2.4-60.5z"/></svg>
<svg class="tc-image-mic-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 288 448.00006103515625"><path d="M.1 206.1L0 219.7c.1 65.6 46 120.6 108.1 136.2 1.3.1 2.6.5 3.8.9 5.9 2 10.1 6.9 12.1 12.8v58.7c0 10.9 8.9 19.7 20 19.7h.1c11.1 0 19.9-8.8 19.9-19.7v-58.8c2-5.9 6.1-10.7 12-12.7 1.2-.4 2.5-.8 3.9-.9C242 340.3 288 285.3 288 219.7v-13.6c0-10.4-8.9-18.9-19.5-18.9s-19.5 8.4-19.5 18.9v13.6c0 28.5-11.5 54.1-30.6 72.8-19.2 18.6-45.3 30.2-74.5 30.2-29.2 0-55.1-11.5-74.2-30.2S39 248.1 39 219.7v-13.6c0-10.4-8.8-18.9-19.5-18.9-10.6 0-19.4 8.5-19.4 18.9z"/><path d="M67 75.7v143.8c0 41.8 34.7 75.7 77.5 75.7s77.5-33.9 77.5-75.7V75.7C222 33.9 187.3 0 144.5 0S67 33.9 67 75.7z"/></svg>
<svg class="tc-image-mic-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-21.021 209.766v115.723h42.847V209.766c19.77 1.616 39.348 5.557 58.374 11.353v104.37h42.847v-87.305c18.649 9.283 36.453 20.498 52.734 33.984.086.072.133.148.22.22v427.515c-.086.072-.133.148-.22.22-48.755 40.238-111.174 63.33-175.781 63.354-63.145-.122-126.043-22.154-175.781-63.354-.086-.071-.133-.147-.22-.22V272.388c.086-.072.134-.148.22-.22 16.393-13.529 34.421-24.923 53.467-34.351v87.671h42.92V220.825c18.907-5.721 38.454-9.506 58.373-11.059zM339.771 551.367h50.537v193.726c57.225 46.73 130.172 74.78 209.692 74.78s152.469-28.05 209.692-74.78V551.367h50.537v218.921c-15.686 14.476-32.615 27.605-50.537 39.331-41.29 27.015-87.999 46.312-138.208 55.811v71.191h84.521v53.613h-312.01v-53.613h84.521V865.43c-50.209-9.499-96.918-28.796-138.208-55.811-17.922-11.726-34.852-24.855-50.537-39.331V551.367zM528.516 865.43c23.147 4.379 47.067 6.665 71.484 6.665s48.337-2.286 71.484-6.665v-25.269H528.516v25.269z"/></svg>
<svg class="tc-image-mic-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 164.0000457763672 448.1000061035156"><path d="M82.4 0C47.3.1 16.6 23.2 5.6 59.3 0 77.8 2.1 104.1 4.4 113.8c2.3 9.7 7.3 19.9 13.2 28.3 2.8 4.2 6.7 7.4 11.2 9.2.6.3 1.3.5 2 .8 3.3 1.1 6.5 2.2 10.1 3.1 11.8 3 27.1 4.7 41.1 4.8h2v-.1c14-.1 27.3-1.7 39.1-4.8 3.6-.9 6.9-2 10.2-3.1.7-.2 1.3-.5 1.9-.8 4.5-1.8 8.4-5 11.2-9.2 5.9-8.4 10.8-18.6 13.2-28.3 2.3-9.7 4.4-36-1.2-54.5-11-36-40.8-59.1-76-59.2zm38.9 169.1c-.4 0-.7 0-1.1.1-.6.1-1.3.3-1.9.4-2 .4-4.1.8-6.1 1.2-9.2 1.5-18.9 2.3-29 2.4-10.1-.1-22.3-.9-31-2.4-2.1-.4-4.2-.8-6.2-1.2-.6-.1-1.3-.3-1.9-.4-.4-.1-.8-.1-1.1-.1-6.1 0-11 5.3-11.2 11.9.1.8.2 1.6.2 2.4 4.8 67.2 16.8 240.7 18.2 252 0 0 2.8 12.7 32.1 12.6 29.2.1 32.1-12.6 32.1-12.6 1.4-11.3 13.4-184.8 18.2-252 0-.8.1-1.6.2-2.4-.5-6.6-5.4-11.9-11.5-11.9zM92 249.7c0 6-4.5 10.9-10 10.9s-10-4.9-10-10.9V217c0-6 4.5-10.9 10-10.9S92 211 92 217v32.7z"/></svg>
<svg class="tc-image-mic-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 448"><path d="M201.2 0H54.9C24.5 0 0 23.4 0 52.4V80h152v37H0v43h152v37H0v43h152v37H0v41.8c0 29 24.5 52.2 54.9 52.2H85v77h86v-77h30.2c30.3 0 54.8-23.2 54.8-52.2V277h-59v-37h59v-43h-59v-37h59v-43h-59V80h59V52.4c0-29-24.5-52.4-54.8-52.4z"/></svg>
<svg class="tc-image-mic-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 38"><path d="M14 24c3.31 0 5.98-2.69 5.98-6L20 6c0-3.32-2.68-6-6-6-3.31 0-6 2.68-6 6v12c0 3.31 2.69 6 6 6zM11.6 5.8c0-1.32 1.08-2.4 2.4-2.4 1.32 0 2.4 1.08 2.4 2.4l-.02 12.4c0 1.32-1.07 2.4-2.38 2.4-1.32 0-2.4-1.08-2.4-2.4V5.8zm13 12.2c0 6-5.07 10.2-10.6 10.2C8.48 28.2 3.4 24 3.4 18H0c0 6.83 5.44 12.47 12 13.44V38h4v-6.56c6.56-.97 12-6.61 12-13.44h-3.4z"/></svg>
<svg class="tc-image-mic-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 38"><path d="M32 18h-3.4c0 1.49-.31 2.87-.87 4.1l2.46 2.46C31.33 22.61 32 20.38 32 18zm-8.03.33c0-.11.03-.22.03-.33V6c0-3.32-2.69-6-6-6s-6 2.68-6 6v.37l11.97 11.96zM2.55 2L0 4.55l12.02 12.02v1.44c0 3.31 2.67 6 5.98 6 .45 0 .88-.06 1.3-.15l3.32 3.32c-1.43.66-3 1.03-4.62 1.03-5.52 0-10.6-4.2-10.6-10.2H4c0 6.83 5.44 12.47 12 13.44V38h4v-6.56c1.81-.27 3.53-.9 5.08-1.81L33.45 38 36 35.46 2.55 2z"/></svg>
<svg class="tc-image-microgenetics tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.127674102783203 16.002296447753906"><path fill-rule="nonzero" d="M8.064 4.002c1.73 0 2.874.842 3.722 1.817l.165.195c.055.067.11.134.162.2.292.38.547.764.78 1.116a26.126 26.126 0 0 0 .62.886l.16.206c.626.78 1.265 1.267 2.197 1.327a7.988 7.988 0 0 0 0-3.494c-.932.06-1.57.546-2.196 1.327-.115-.164-.236-.34-.363-.53-.25-.378-.537-.806-.875-1.23.673-.78 1.502-1.45 2.62-1.705A7.987 7.987 0 0 0 8.064.002c-3 0-5.627 1.66-6.993 4.115 1.12.256 1.948.925 2.62 1.704a7.71 7.71 0 0 1 .324.394c.32.41.604.836.87 1.236a64.281 64.281 0 0 0 .523.77c.052.075.103.147.155.218.702.96 1.405 1.62 2.502 1.62 1.097 0 1.8-.66 2.502-1.62l.25.372c.296.446.613.92.97 1.373-.85.976-1.993 1.818-3.723 1.818s-2.874-.842-3.722-1.817l-.165-.195c-.055-.067-.11-.134-.162-.2-.292-.38-.547-.764-.78-1.116a26.126 26.126 0 0 0-.621-.886c-.054-.07-.107-.14-.16-.206-.625-.78-1.264-1.267-2.196-1.327a7.988 7.988 0 0 0 0 3.494c.932-.06 1.57-.546 2.196-1.327.115.164.236.34.363.53.25.378.537.806.875 1.23-.673.78-1.502 1.45-2.62 1.705 1.364 2.455 3.982 4.115 6.992 4.115s5.627-1.66 6.993-4.115c-1.12-.256-1.948-.925-2.62-1.704a7.71 7.71 0 0 1-.324-.394 19.83 19.83 0 0 1-.87-1.236 64.281 64.281 0 0 0-.523-.77 10.289 10.289 0 0 0-.155-.218c-.701-.96-1.404-1.62-2.501-1.62s-1.8.66-2.502 1.62l-.25-.373c-.296-.446-.613-.92-.97-1.373.848-.975 1.972-1.817 3.722-1.817"/></svg>
<svg class="tc-image-microphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.5 38"><path d="M14.25 0a6.333 6.333 0 0 1 6.333 6.333v11.084a6.333 6.333 0 1 1-12.666 0V6.333A6.333 6.333 0 0 1 14.25 0zM6.333 33.25h4.75v-1.936C4.737 29.874 0 24.198 0 17.417v-4.75h4.75v4.75a9.5 9.5 0 0 0 19 0v-4.75h4.75v4.75c0 6.781-4.737 12.457-11.083 13.897v1.936h4.75V38H6.333v-4.75z"/></svg>
<svg class="tc-image-microphone-google tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 38"><path d="M15 0a6 6 0 0 1 6 6v13a6 6 0 0 1-12 0V6a6 6 0 0 1 6-6zm2 38h-4v-6.035C5.735 31.452 0 25.395 0 18v-1h4c0 6.075 4.925 11 11 11s11-4.925 11-11h4v1c0 7.396-5.735 13.452-13 13.965V38z"/></svg>
<svg class="tc-image-microphone-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 20"><path d="M7 14c-2.206 0-4-1.795-4-4V4c0-2.205 1.794-4 4-4s4 1.795 4 4v6c0 2.205-1.794 4-4 4zM7 2c-1.103 0-2 .896-2 2v6c0 1.104.897 2 2 2s2-.896 2-2V4c0-1.104-.897-2-2-2zm7 8V8a1 1 0 1 0-2 0v2c0 2.757-2.243 5-5 5s-5-2.243-5-5V8a1 1 0 1 0-2 0v2c0 3.52 2.613 6.432 6 6.92V18H3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H8v-1.08c3.387-.488 6-3.4 6-6.92z"/></svg>
<svg class="tc-image-microphone-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 1382 1664"><path d="M258 945l-101 101q-42-103-42-214V704q0-26 19-45t45-19 45 19 19 45v128q0 53 15 113zm1114-602l-361 361v128q0 132-94 226t-226 94q-55 0-109-19l-96 96q97 51 205 51 185 0 316.5-131.5T1139 832V704q0-26 19-45t45-19 45 19 19 45v128q0 221-147.5 384.5T755 1404v132h256q26 0 45 19t19 45-19 45-45 19H371q-26 0-45-19t-19-45 19-45 45-19h256v-132q-125-13-235-81l-254 254q-10 10-23 10t-23-10l-82-82q-10-10-10-23t10-23L1244 215q10-10 23-10t23 10l82 82q10 10 10 23t-10 23zM992 211L371 832V320q0-132 94-226T691 0q102 0 184.5 59T992 211z"/></svg>
<svg class="tc-image-microscope tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1024"><path d="M617 896c86.312-18.75 151-100 151-192 0-58.438-26.625-110.125-67.875-145.375C702.5 543.375 704 527.875 704 512c0-104.844-49.875-197.875-128-256l64-64v-64l64-64-64-64-64 64h-64L256 320l-128 64v128l64 64h128l64-128 96-96c55.5 33.406 96 90.438 96 160-106.062 0-192 85.938-192 192H0v64h192c19.125 14.25 42.062 22.125 64 32v96H128L0 1024h768L640 896h-23zM512 704c0-35.375 28.625-64 64-64s64 28.625 64 64c0 35.312-28.625 64-64 64s-64-28.688-64-64z"/></svg>
<svg class="tc-image-microsoft tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16.00200080871582"><path d="M7.604 16.002H0V8.397h7.604v7.605zm8.396 0H8.396V8.397H16v7.605zm-8.396-8.4H0V0h7.604v7.605zm8.396 0H8.396V0H16v7.605z"/></svg>
<svg class="tc-image-microsoft-tag tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 41.16600036621094"><path d="M0 0h44.334v3.166H21.771L17.021 9.5l-4.75-6.334L7.521 9.5l-4.75-6.334H.001V0zm44.334 9.5v3.166h-2.375L37.209 19l-4.75-6.334L27.709 19l-4.75-6.334H0V9.5h26.521l4.75-6.334 4.75 6.334h8.313zM37.209 19h7.125v3.166H22.167l-4.75 6.334-4.75-6.334-4.75 6.334-4.75-6.334H0V19h7.917l4.75-6.334L17.417 19h19.792zm-5.542 3.166l4.75 6.334h7.917v3.166h-3.959L35.625 38l-4.75-6.334H15.042L10.292 38l-4.75-6.334H0V28.5h26.917l4.75-6.334zM35.625 38h8.709v3.166H0V38h18.208l4.75-6.334L27.708 38h7.917z"/></svg>
<svg class="tc-image-microsoftaccess tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15"><path fill-rule="nonzero" d="M16 9.512c-.034.362-.516.65-1.443.86-.928.214-2.092.32-3.494.32-.414 0-.81-.005-1.19-.017v2.188c.38.023.776.035 1.19.035 1.396-.012 2.56-.136 3.49-.375.93-.238 1.413-.538 1.447-.9v-2.11zm-4.954-1.577c-.402 0-.8-.01-1.19-.034l.018 2.224c.38.01.775.017 1.19.017 1.4-.01 2.565-.134 3.493-.37.927-.235 1.41-.534 1.443-.896V6.737c-.034.362-.518.652-1.452.87-.933.22-2.1.328-3.502.328zm0-2.748c-.402 0-.8-.012-1.19-.035v2.223c.39.023.788.035 1.19.035 1.4-.012 2.57-.135 3.502-.37.934-.236 1.418-.535 1.452-.897V4.006c-.034.362-.518.65-1.452.862-.933.212-2.1.32-3.502.32zm0-3.085c-.402 0-.8.017-1.19.052v2.464c.39.023.788.034 1.19.034 1.4-.01 2.57-.133 3.502-.366.934-.232 1.418-.533 1.452-.9-.034-.362-.518-.664-1.452-.905-.933-.24-2.1-.366-3.502-.378zm-6.73 3.472c-.022.132-.114.55-.275 1.25l-.3 1.223 1.197.017-.284-1.223c-.178-.717-.28-1.14-.302-1.266h-.033zM0 1.602v11.84L9.03 15V0L0 1.602zm5.523 8.823L5.187 9.09l-1.663-.06-.32 1.257-1.06-.07 1.613-5.65 1.232-.07 1.765 5.997-1.232-.07z"/></svg>
<svg class="tc-image-microsoftexcel tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.711000442504883"><path fill-rule="nonzero" d="M15.702 1.923h-5.36v.992h1.58v1.57h-1.58v.505h1.58v1.57h-1.58v.514h1.58v1.482h-1.58v.595h1.58v1.49h-1.58v.595h1.58v1.498h-1.58v1.092h5.36c.084-.025.155-.124.212-.298.057-.175.086-.316.086-.424v-11c0-.085-.03-.136-.086-.154a.715.715 0 0 0-.212-.027zm-.695 10.81h-2.572v-1.497h2.572v1.498zm0-2.093h-2.572V9.15h2.572v1.49zm0-2.085h-2.572V7.076h2.572v1.48zm0-1.995h-2.572V4.99h2.572v1.57zm0-2.076h-2.572V2.916h2.572v1.57zM0 1.678v12.4l9.44 1.633V0L0 1.68zm5.595 9.378c-.036-.097-.205-.51-.505-1.242-.3-.73-.48-1.156-.533-1.277H4.54l-1.012 2.402-1.353-.09L3.78 7.851 2.31 4.856l1.38-.073.912 2.347h.018l1.03-2.454 1.425-.09-1.697 3.247 1.75 3.312-1.533-.09z"/></svg>
<svg class="tc-image-microsoftonenote tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.999999046325684 15.11400032043457"><path fill-rule="nonzero" d="M15.965 6.346v2.395a.329.329 0 0 1-.1.24.33.33 0 0 1-.238.1h-.52V6.006h.52c.092 0 .172.034.238.1.067.067.1.146.1.24zm-.338 3.09c.092 0 .172.033.238.1.067.066.1.146.1.238v2.405a.329.329 0 0 1-.1.24.329.329 0 0 1-.238.098h-.52V9.436h.52zm0-6.86a.39.39 0 0 1 .256.1.308.308 0 0 1 .117.24v2.396c0 .098-.04.18-.117.243a.4.4 0 0 1-.256.094h-.86v7.397a.266.266 0 0 1-.104.222.38.38 0 0 1-.243.083H9.95v-1.51h3.472v-.713H9.95v-.85h3.472V9.6H9.95v-.876h3.472v-.67H9.95v-.858h3.472v-.677H9.95v-.87h3.472v-.676H9.95v-.85h3.472v-.712H9.95V1.718h4.592c.01 0 .05.03.112.09a.371.371 0 0 1 .113.23v.54h.86zM9.097 0v15.114L0 13.543V1.612L9.098 0zM6.502 4.48l-1.067.07v1.986c-.012 1.163-.012 1.835 0 2.014L3.308 4.67l-1.086.043v5.504l.85.062V6.223l2.293 4.176 1.137.07v-5.99z"/></svg>
<svg class="tc-image-microsoftoutlook tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00168228149414 14.847999572753906"><path fill-rule="nonzero" d="M16 4.349v6.985a.532.532 0 0 1-.546.538H9.757v-4.64l1.066.82c.068.056.152.084.252.084s.186-.028.26-.085L16 4.349zM9.757 3.002h5.697c.142 0 .263.042.363.128.1.085.155.2.166.34L11.07 7.387 9.757 6.354V3.002zM8.937 0v14.848L0 13.304V1.587L8.938 0zM6.236 7.454c-.012-.756-.207-1.382-.585-1.876-.378-.495-.854-.754-1.428-.777-.557.023-1.025.282-1.403.777-.38.494-.574 1.12-.585 1.876.01.745.206 1.364.584 1.86.377.494.845.755 1.402.784.568-.023 1.043-.283 1.424-.78.38-.498.577-1.12.59-1.864zm-2.08-1.655c.288.012.53.17.723.478.194.307.29.696.29 1.168 0 .473-.096.864-.29 1.174-.193.31-.435.465-.724.465-.29 0-.532-.156-.725-.466-.195-.31-.29-.7-.29-1.173 0-.47.095-.86.29-1.167.192-.307.434-.466.724-.478z"/></svg>
<svg class="tc-image-microsoftpowerpoint tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.000999450683594 15.163999557495117"><path fill-rule="nonzero" d="M15.66 2.247H9.964v2.125c.343-.26.755-.392 1.237-.392v2.065h2.048c-.012.58-.214 1.068-.606 1.463s-.878.598-1.46.61a2.122 2.122 0 0 1-1.218-.41v1.42h4.477v.697H9.965v.862h4.477v.688H9.965v1.56h5.696c.227 0 .34-.12.34-.358v-9.99c0-.227-.113-.34-.34-.34zm-4.137 3.458V3.622c.58.013 1.067.215 1.46.607.39.392.593.884.604 1.476h-2.064zm-6.018.035a.633.633 0 0 0-.175-.314.733.733 0 0 0-.322-.165 1.974 1.974 0 0 0-.46-.053l-.48.017v1.997h.017c.174.01.357.013.55.007.19-.006.37-.055.54-.148a.87.87 0 0 0 .373-.602c.04-.255.026-.502-.043-.74zM0 1.62v11.967l9.128 1.577V0L0 1.62zm6.81 5.392c-.25.58-.623.95-1.122 1.11-.5.16-1.04.222-1.62.187v2.282l-1.202-.14V4.19l1.907-.105a2.96 2.96 0 0 1 1.045.118c.343.102.614.307.815.615.2.307.313.664.34 1.07.025.407-.028.782-.162 1.125z"/></svg>
<svg class="tc-image-microsoftword tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.000999450683594 15.148999214172363"><path fill-rule="nonzero" d="M16 2.063v11.032c0 .093-.033.17-.1.23a.34.34 0 0 1-.24.092H9.954v-1.53h4.655v-.697H9.953v-.853h4.655v-.696H9.953v-.86h4.655v-.688H9.953v-.862h4.655v-.696H9.953v-.852h4.655v-.696H9.953v-.87h4.655v-.662H9.953v-1.73h5.708c.093 0 .173.032.24.1.067.066.1.146.1.238zM9.1.001v15.148L0 13.575V1.619L9.1 0zM7.727 4.473l-1.14.07-.73 4.524h-.018c-.035-.214-.17-.963-.41-2.245l-.425-2.175-1.07.053-.427 2.122c-.25 1.236-.39 1.955-.426 2.158h-.017L2.42 4.813l-.984.052 1.052 5.255 1.088.07.41-2.045c.237-1.2.373-1.897.408-2.088h.026c.035.203.17.916.41 2.14l.408 2.106 1.174.07 1.314-5.9z"/></svg>
<svg class="tc-image-milestone tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 16"><path d="M7 2H5V0h2v2zm4 5H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h10l2 2-2 2zM7 4H5v2h2V4zM5 16h2V8H5v8z"/></svg>
<svg class="tc-image-minecraft tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M13.333 16h-2.666v-2.667H5.333V16H2.667V8h2.666V5.333h5.334V8h2.666v8zM10.667 0H16v5.333h-5.333V0zM0 0h5.333v5.333H0V0z"/></svg>
<svg class="tc-image-minecraft-civcraft tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path fill-opacity=".604" d="M19 25l5-2v-5.5l-5 2-5-2V23l5 2z"/><path d="M24 17.5V16l-5-3-5 3v1.5l5 2 5-2z"/><path fill-opacity=".404" d="M0 19l13.278-5.59A7.974 7.974 0 0 0 11 19H0z"/><path fill-opacity=".702" d="M19 0v11a7.974 7.974 0 0 0-5.59 2.278L19 0z"/><path fill-opacity=".404" d="M19 0l5.59 13.278A7.974 7.974 0 0 0 19 11V0z"/><path fill-opacity=".702" d="M0 19h11c0 2.176.869 4.148 2.278 5.59L0 19z"/><path fill-opacity=".404" d="M19 38l-5.59-13.278A7.974 7.974 0 0 0 19 27v11z"/><path fill-opacity=".702" d="M19 38V27a7.974 7.974 0 0 0 5.59-2.278L19 38z"/><path fill-opacity=".404" d="M38 19l-13.278 5.59A7.974 7.974 0 0 0 27 19h11z"/><path fill-opacity=".702" d="M38 19H27a7.974 7.974 0 0 0-2.278-5.59L38 19z"/></svg>
<svg class="tc-image-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 6"><path d="M0 0h38v6H0V0z"/></svg>
<svg class="tc-image-minus-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 75"><path d="M54.941 32.296H20.059a.918.918 0 0 0-.918.918v8.572c0 .507.411.918.918.918h34.883a.918.918 0 0 0 .918-.918v-8.572a.92.92 0 0 0-.919-.918z"/><path d="M37.5 9.94c15.196 0 27.56 12.366 27.56 27.562 0 15.197-12.364 27.558-27.56 27.558S9.94 52.699 9.94 37.502C9.94 22.306 22.304 9.94 37.5 9.94m0-9.94C16.791 0 0 16.793 0 37.502 0 58.212 16.791 75 37.5 75S75 58.212 75 37.502C75 16.793 58.209 0 37.5 0z"/></svg>
<svg class="tc-image-minus-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm288 511H224q-13 0-22.5-9.5T192 479t9.5-22.5T224 447h576q13 0 22.5 9.5T832 479t-9.5 22.5T800 511z"/></svg>
<svg class="tc-image-minus-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm128 240H96v-32h256v32z"/></svg>
<svg class="tc-image-minus-cycle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13A6 6 0 1 1 7 1a6 6 0 0 1 0 12zm4.097-5.962a.654.654 0 0 1-.665.642H3.485a.654.654 0 0 1-.667-.643c-.002-.354.3-.642.666-.642h6.946c.37 0 .668.288.667.643z"/></svg>
<svg class="tc-image-minus-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 6"><path d="M15 6H3C1.346 6 0 4.654 0 3s1.346-3 3-3h12c1.654 0 3 1.346 3 3s-1.346 3-3 3zM3 2c-.551 0-1 .449-1 1s.449 1 1 1h12c.551 0 1-.449 1-1s-.449-1-1-1H3z"/></svg>
<svg class="tc-image-minus-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 64"><path d="M353.4 0H30.6C13.7 0 0 14.3 0 32s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32S370.3 0 353.4 0z"/></svg>
<svg class="tc-image-minus-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM255.469 502.441h689.136v195.117H255.469V502.441z"/></svg>
<svg class="tc-image-minus-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 832V704q0-26-19-45t-45-19H320q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-minus-square-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1408"><path d="M1152 672v64q0 14-9 23t-23 9H288q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h832q14 0 23 9t9 23zm128 448V288q0-66-47-113t-113-47H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1120 1408H288q-119 0-203.5-84.5T0 1120V288Q0 169 84.5 84.5T288 0h832q119 0 203.5 84.5T1408 288z"/></svg>
<svg class="tc-image-minus-squared tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 800"><path d="M700 0c28 0 51.667 9.667 71 29s29 43 29 71v600c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 726.667 0 700V100c0-28 10-51.667 30-71S73.333 0 100 0h600m-50 450V350H150v100h500"/></svg>
<svg class="tc-image-minutemailer tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.213611602783203 12.398000717163086"><path d="M3.924 0l2.3 2.49L4.6 5.687l3.427-.613 1.56 3.764 6.626-8.69L3.924 0zm-.425 5.392l.638-.525-.823.266-.084-.12.34-.328-.446.18a4.539 4.539 0 0 0-1.488 7.533 4.517 4.517 0 0 1-.59-2.238c0-1.91 1.206-3.613 2.877-4.28l.213-.512-.5.216-.138-.19zm2.91-1.313l1.065-1.883L13.74.728l-7.332 3.35z"/></svg>
<svg class="tc-image-mirror tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 16"><path d="M14.5 4.7L7.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H7v1.25L1 14.5v-9l6-4V6h1V1.5l6 4v9zM5 7h5V5l3 3-3 3V9H5v2L2 8l3-3v2z"/></svg>
<svg class="tc-image-missing tc-image-button" width="22pt" height="22pt" viewBox="0 0 550.5999755859375 476.4000244140625"><path d="M518.8 381.1L328.2 52.9C296.4 0 254.1 0 222.3 52.9L31.8 381.1c-31.8 52.9 0 95.3 63.5 95.3h360c63.5 0 95.3-42.4 63.5-95.3zM317.7 434H233v-84.7h84.7V434zm0-127H233V116.4h84.7V307z"/></svg>
<svg class="tc-image-mitlicence tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.02199935913086 21.953998565673828"><path d="M11.011 0C4.93 0 0 4.915 0 10.977s4.93 10.977 11.011 10.977 11.011-4.915 11.011-10.977C22.022 4.914 17.092 0 11.011 0zm10.105 10.978c0 5.564-4.524 10.074-10.105 10.074S.906 16.542.906 10.978 5.43.904 11.011.904s10.105 4.51 10.105 10.074zM3.473 15.356V6.749h2.064l1.239 5.871 1.225-5.871h2.069v8.607H8.789V8.581l-1.356 6.775H6.105L4.754 8.581v6.775H3.473zm7.925 0V6.749h1.379v8.607h-1.379zm4.23 0V8.205h-2.027V6.749h5.428v1.456h-2.022v7.151h-1.379z"/></svg>
<svg class="tc-image-mixcloud tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.000999450683594 9.434825897216797"><g fill-rule="nonzero"><path d="M14.634 9.431a.538.538 0 0 1-.447-.83 4.41 4.41 0 0 0 .75-2.48 4.41 4.41 0 0 0-.75-2.48.533.533 0 0 1 .882-.595c.612.91.932 1.973.932 3.076s-.32 2.167-.932 3.076a.507.507 0 0 1-.434.234z"/><path d="M13.108 8.568a.53.53 0 0 1-.298-.092.527.527 0 0 1-.143-.736 2.875 2.875 0 0 0 0-3.236.528.528 0 0 1 .143-.737.529.529 0 0 1 .738.144c.446.657.68 1.423.68 2.212a3.9 3.9 0 0 1-.68 2.212.517.517 0 0 1-.44.235zM10.62 3.8A4.22 4.22 0 0 0 6.42 0a4.232 4.232 0 0 0-3.997 2.855A2.842 2.842 0 0 0 0 5.657a2.843 2.843 0 0 0 2.84 2.836h7.272a2.378 2.378 0 0 0 2.378-2.372c0-1.137-.8-2.086-1.87-2.32zm-.508 3.63h-7.27a1.78 1.78 0 0 1-1.78-1.772c0-.977.796-1.772 1.78-1.772.473 0 .92.184 1.257.52a.534.534 0 0 0 .753 0 .536.536 0 0 0 0-.753 2.828 2.828 0 0 0-1.31-.743 3.167 3.167 0 0 1 2.876-1.852 3.162 3.162 0 0 1 3.16 3.155c0 .337-.05.67-.16.99a.535.535 0 0 0 .504.703.534.534 0 0 0 .503-.367c.068-.21.12-.423.154-.64a1.309 1.309 0 0 1-.468 2.533z"/></g></svg>
<svg class="tc-image-mixi tc-image-button" width="22pt" height="22pt" viewBox="0 0 1016 953.3330078125"><path d="M488.667 845.333c-122.667 0-229-33.667-319-101S28 592 14.667 489.333C0 376 36 273.333 122.667 181.333s198.667-146.667 336-164 259.333 8.333 366 77C931.334 163 992 254 1006.667 367.333c9.333 78.667-2.333 160-35 244s-87.667 159-165 225-167.333 105-270 117v-108h-48m306-220v-276c0-22.667-3.333-40-10-52-5.333-12-15.333-24.667-30-38-10.667-8-25.333-14.667-44-20-18.667-4-37.333-6-56-6-29.333 0-54 5.333-74 16-16 8-30 18-42 30-6.667-10.667-18.667-21.333-36-32-20-9.333-43.333-14-70-14-44 0-80.667 12.667-110 38v-30h-88v384h92v-236c0-2.667 1.333-9.333 4-20 2.667-6.667 8-15.333 16-26 6.667-9.333 15.333-16 26-20 13.333-6.667 26.667-10 40-10 12 0 22 2 30 6 5.333 2.667 10.667 6 16 10 2.667 5.333 5.333 12 8 20 2.667 10.667 4 20 4 28v248h90v-236c0-24 7.333-42 22-54 14.667-14.667 35.333-22 62-22 13.333 0 24 2 32 6 6.667 1.333 12 5.333 16 12 5.333 5.333 8 11.333 8 18 2.667 13.333 4 22.667 4 28v248h90"/></svg>
<svg class="tc-image-mms tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM6 24l7-9 5 6.01L25 12l9 12H6z"/></svg>
<svg class="tc-image-mobile tc-image-button" width="22pt" height="22pt" viewBox="0 0 704 1024"><path d="M640 0H64C28.8 0 0 28.798 0 64v896c0 35.2 28.798 64 64 64h576c35.2 0 64-28.8 64-64V64c0-35.202-28.8-64-64-64zM352 977.782c-27.492 0-49.782-22.29-49.782-49.782s22.29-49.782 49.782-49.782 49.782 22.29 49.782 49.782-22.29 49.782-49.782 49.782zM640 832H64V128h576v704z"/></svg>
<svg class="tc-image-mobile-signal tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.657005310058594 92.25699615478516"><path d="M41.157 27.29H2.396v.01A2.495 2.495 0 0 0 0 29.79v59.967a2.495 2.495 0 0 0 2.396 2.489v.011h38.761a2.5 2.5 0 0 0 2.5-2.5V29.79a2.5 2.5 0 0 0-2.5-2.5zM21.888 89.674a2.45 2.45 0 1 1 0-4.9 2.45 2.45 0 0 1 0 4.9zm11.813-7.396H9.957V37.246H33.7v45.032zm7.731-69.176a1.488 1.488 0 0 0-.006-1.85l.024-.024-.999-.999-.001-.001-.078-.078-.004.004C30.13 0 13.543.022 3.336 10.227c-.015.015-.019.036-.034.051l-.008-.008-.955.955-.003.002-.002.003-.118.119.024.024a1.502 1.502 0 0 0 .08 1.979l-.004.004 1.918 1.918.026-.026c.55.428 1.303.427 1.85-.006l.025.024 1.079-1.078-.022-.022c.015-.015.036-.019.051-.034 8.053-8.052 21.135-8.074 29.221-.075l-.009.009.956.957v.001h.001l.12.121.024-.024a1.503 1.503 0 0 0 1.979-.079l.004.004.021-.021h.001v-.001l1.768-1.768.128-.128-.025-.026z"/><path d="M34.037 18.641l.024-.024-1.079-1.079-.004.004c-6.165-6.078-16.12-6.054-22.251.076-.015.015-.019.035-.033.05l-.009-.008-1.079 1.079.024.024a1.501 1.501 0 0 0 .079 1.979l-.004.004 1.918 1.918.026-.026c.55.428 1.303.427 1.85-.006l.025.025 1.079-1.078-.022-.022c.015-.015.036-.019.051-.034 3.977-3.977 10.425-3.995 14.436-.072l-.005.005.957.957h.001l.121.121.024-.025a1.503 1.503 0 0 0 1.979-.079l.004.004.021-.021 1.897-1.897-.026-.026a1.484 1.484 0 0 0-.004-1.849z"/></svg>
<svg class="tc-image-mobile2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 16"><path d="M10 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5.5 15.278a.778.778 0 1 1 0-1.555.778.778 0 0 1 0 1.555zM10 13H1V2h9v11z"/></svg>
<svg class="tc-image-modal-window tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M350 0h500q162 0 256 93.5t94 256.5v500q0 165-93.5 257.5T850 1200H350q-165 0-257.5-92.5T0 850V350Q0 185 92.5 92.5T350 0zm550 200H300q-41 0-70.5 29.5T200 300v600q0 41 29.5 70.5T300 1000h600q41 0 70.5-29.5T1000 900V300q0-41-29.5-70.5T900 200zM350 300h500q21 0 35.5 14.5T900 350v300q0 21-14.5 35.5T850 700H350q-21 0-35.5-14.5T300 650V350q0-21 14.5-35.5T350 300zm50 100v200h400V400H400z"/></svg>
<svg class="tc-image-mode-comment tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M39.98 4c0-2.21-1.77-4-3.98-4H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h28l8 8-.02-36z"/></svg>
<svg class="tc-image-mode-edit tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.189998626708984 36.189998626708984"><path d="M0 28.69v7.5h7.5l22.13-22.13-7.5-7.5L0 28.69zM35.41 8.28c.78-.78.78-2.05 0-2.83L30.74.78c-.78-.78-2.05-.78-2.83 0l-3.66 3.66 7.5 7.5 3.66-3.66z"/></svg>
<svg class="tc-image-model-s tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 351.9000244140625"><path d="M508.8 310.7c-.6 4.1-1.6 8.1-3.1 11.2-2.7 5.5-5.3 6-15.5 5.5-13.2-.6-32.1 0-52.1.8 0 5.5.2 8.1.2 8.1 1.3 15.1 8.1 15.6 10.8 15.6h43c3.8 0 7.3 0 10-1.8 3.5-2.3 5-9 6.3-20.7.2-1.7.3-3.9.4-6.5v-.1c0-.8.1-1.8.1-2.9v-1.1c0-2.7 0-5.7-.1-8.1zM3 310.7c.6 4.1 1.6 8.1 3.1 11.2 2.7 5.5 5.3 6 15.5 5.5 13.2-.6 32.1 0 52.1.8 0 5.5-.2 8.1-.2 8.1-1.3 15.1-8.1 15.6-10.8 15.6h-43c-3.8 0-7 0-10-1.8-3.6-2.1-5-9-6.3-20.7-.2-1.7-.3-3.9-.4-6.5v-.1c0-.8-.1-1.8-.1-2.9v-1.1c.1-2.7.1-5.7.1-8.1z"/><path d="M512 216.4c0-30.7-4-60.7-5.6-64-1.2-2.4-8.9-8.7-26.4-20.6-17.7-12.1-17.3-10.3-20.5-18.2 2.9-.9 5.7-2.6 7.4-2.8 3.8-.4 4 3.2 11.9 3.2s25-2.1 28.5-5.6c3.5-3.5 4.6-4.7 4.6-7.8s-1.8-9.5-5.2-13.3-17.9-5.7-26.4-6.8-9.7 0-11.9 1.4c-3.5 2.2-3.7 22.3-3.7 22.3l-8.3.2c-5.4-13.3-12.9-40.1-24.6-61.2-12.8-23-26.2-30.2-31.8-32-5.5-1.7-10.5-2.9-48-6.7C313.7.5 283.2 0 256 0s-57.7.6-96 4.5c-37.5 3.9-42.5 5-48 6.7-5.5 1.7-19 9-31.8 32C68.5 64.3 61 91.1 55.6 104.4l-8.3-.2s-.1-20.1-3.7-22.3c-2.2-1.4-3.4-2.6-11.9-1.4s-23 3-26.4 6.8S.1 97.5.1 100.6s1.1 4.4 4.6 7.8c3.5 3.5 20.6 5.6 28.5 5.6s8.1-3.6 11.9-3.2c1.7.2 4.6 1.9 7.4 2.8-3.3 7.9-2.8 6.1-20.5 18.2-17.5 12-25.3 18.2-26.4 20.6-1.6 3.3-5.6 33.3-5.6 64s2.2 58.3 2.2 68.1c0 4.1 0 11.3.9 18.2.6 4.1 1.5 8.1 3.1 11.2 2.7 5.5 5.2 6 15.5 5.5 13.2-.6 32.3 0 52 .8 13.2.5 26.7 1 38.7 1.3 30 .6 21.2-4.4 34-4.2 12.8.2 63.3 2.3 109.5 2.3s96.8-2.1 109.5-2.3c12.8-.2 4 4.8 34 4.2 12-.2 25.5-.8 38.7-1.3 19.7-.7 38.9-1.4 52-.8 10.3.5 12.8 0 15.5-5.5 1.5-3.1 2.5-7.1 3.1-11.2 1-6.9.9-14.1.9-18.2.2-9.7 2.4-37.4 2.4-68.1zM86.2 65c4.8-11.2 19.2-33.7 26.2-37.7 1.7-1 16.6-5.7 53.9-8.2 34.3-2.3 72.2-3.2 89.8-3.2s55.5.9 89.8 3.2c37.2 2.5 52.3 7.1 53.9 8.2 9 6.2 21.4 26.5 26.2 37.7 4.8 11.2 11.2 33.2 10 36.2-1.2 3 1.2 4.5-15 3.2-16.1-1.2-117.2-2.5-164.8-2.5-47.5 0-148.6 1.3-164.8 2.5-16.2 1.2-13.8-.2-15-3.2-1.4-3 5-24.9 9.8-36.2zM123 190.2c-7.2 1.8-11.5 5.7-20.5 5.6-9 0-33.3-4.1-38.5-4.3-5.2-.2-9.8 3.5-12.5 4.2s-8-1.2-16-3.7-12.7-1.8-15.3-12.7c-2.7-10.8 0-26.3 0-26.3 17.3-.8 34 .8 65.3 9.6 31.3 8.8 48.7 25.7 48.7 25.7s-4 .1-11.2 1.9zM358.2 269c-14.3 1.9-74.2 2.4-102.2 2.4s-87.9-.6-102.2-2.4c-14.6-1.9-33.6-19.4-20.5-33.3 17.7-18.9 14.4-18.3 54.6-23.5 34.8-4.5 61.2-4.7 68.1-4.7 6.8 0 33.3.3 68.1 4.7 40.2 5.2 36.9 4.6 54.6 23.5 13.1 13.9-5.9 31.4-20.5 33.3zm133.6-89.6c-2.7 10.8-7.3 10.2-15.3 12.7s-13.3 4.3-16 3.7-7.3-4.3-12.5-4.2c-5.2.2-29.5 4.3-38.5 4.3s-13.3-3.8-20.5-5.6c-7.2-1.8-11.2-1.8-11.2-1.8s17.3-17 48.7-25.7c31.3-8.8 48-10.4 65.3-9.6 0-.2 2.7 15.3 0 26.2z"/></svg>
<svg class="tc-image-modernizr tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.358001708984375 15.052000045776367"><path d="M0 15.052v-5.018h5.017V5.017h5.017V0h5.017v15.052zM16.306 0c8.313 0 15.052 6.739 15.052 15.052H16.306V0z"/></svg>
<svg class="tc-image-modx tc-image-button" width="22pt" height="22pt" viewBox="0 0 1728 1792"><path d="M1395 709L781 323l92-151h855zM373 974L189 858V0l1183 743zm1019-135l147 95v858l-532-335zm-37-21l-500 802H0l356-571z"/></svg>
<svg class="tc-image-moip tc-image-button" width="22pt" height="22pt" viewBox="0 0 947.8370361328125 512.031982421875"><path d="M.001 245.074c1.741-6.902 2.888-14.03 5.346-20.664 10.681-28.887 30.833-47.985 61.174-54.037 19.353-3.861 38.84-2.007 56.69 8.048 3.061 1.73 6.194 3.359 9.112 5.305 7.301 4.864 14.07 4.373 21.248-.676 21.115-14.858 44.76-18.821 69.325-12.39 26.153 6.84 44.75 23.644 55.593 48.609 5.07 11.663 7.495 23.88 7.465 36.649-.082 37.448-.04 74.896-.02 112.343 0 6.4.275 12.81.275 19.21 0 7.629-3.707 11.274-11.397 11.305-10.435.04-20.859.04-31.293 0-7.73-.031-11.274-3.615-11.264-11.356.031-43.356-.092-86.712.226-130.058.072-10.035-1.639-19.016-8.868-26.266-9.452-9.472-20.808-12.103-33.229-7.393-12.565 4.76-19.825 14.407-20.112 27.873-.46 21.607-.02 43.223 0 64.839.03 24.125.082 48.26-.02 72.387-.03 6.03-3.983 9.87-10.066 9.943-11.305.133-22.62.144-33.925 0-6.256-.072-9.994-4.024-10.005-10.332-.07-43.356-.389-86.712.092-130.058.123-10.732-1.853-19.948-9.493-27.423-9.749-9.554-21.412-11.95-34.038-7.024-12.595 4.905-19.763 14.56-20.685 28.068-.604 8.878-.112 17.838-.103 26.757.041 35.81.092 71.629.133 107.438.01 9.493-3.133 12.615-12.667 12.626-9.052.01-18.105-.174-27.146.062-5.59.144-9.79-1.628-12.349-6.738V245.074zM657.532 512.01c-6.052-2.806-7.547-7.66-7.537-14.08.164-72.612.072-145.223.123-217.846.03-48.507 31.078-92.088 75.858-106.68 59.371-19.354 122.532 14.254 139.47 75.079 11.683 41.994 4.812 80.968-24.506 114.146-31.478 35.635-81.449 45.773-124.99 26.675-1.26-.553-2.57-1.054-3.912-1.31-2.673-.522-4.455.563-4.772 3.379-.215 1.863-.256 3.758-.256 5.642-.01 34.427 0 68.844-.02 103.27 0 6.636-2.16 9.647-7.823 11.09-11.408-.02-22.814-.071-34.232-.04-.962 0-1.915.45-2.878.697-1.515-.021-3.02-.021-4.526-.021zm157.973-228.475c.051-13.282-3.932-25.252-11.57-35.984-19.272-27.074-55.43-30.966-79.279-8.601-25.109 23.552-25.529 64.359-.932 88.432 19.62 19.2 48.21 20.777 69.48 3.533 14.98-12.144 21.903-28.283 22.302-47.38zM947.837 73.902c-3.769 16.589-15.114 27.72-27.638 37.827-16.27 13.138-34.18 23.522-54.579 28.723-6.697 1.71-13.895 1.966-20.859 1.956-6.789 0-12.114-3.707-16.036-9.237-7.178-10.127-10.128-21.78-11.879-33.792-3.266-22.375-2.15-44.565 3.523-66.468 1.126-4.352 2.765-8.601 4.505-12.76C828.97 10.395 834.961 2.499 846.03 0h11.315c16.435 2.969 31.488 9.493 45.302 18.627 19.282 12.759 37.827 26.378 45.19 49.99v5.285zm-95.407 26.316c1.884-1.085 4.076-1.843 5.601-3.308 6.605-6.35 13.066-12.861 19.476-19.405 3.994-4.076 4.198-7.772.277-11.91-6.482-6.82-13.168-13.465-19.938-19.998-3.676-3.553-8.14-3.42-11.428-.123-3.277 3.287-3.144 7.567.471 11.377 2.683 2.826 5.51 5.499 8.222 8.284 4.23 4.332 4.23 8.478 0 12.82-2.888 2.969-5.909 5.817-8.735 8.837-2.253 2.396-3.01 5.284-1.505 8.336 1.433 2.898 3.82 4.598 7.557 5.089zm35.707.02c1.761-1.023 3.81-1.761 5.232-3.133 6.677-6.451 13.22-13.066 19.753-19.671 4.168-4.21 4.22-7.813.02-12.094-6.492-6.646-13.077-13.2-19.702-19.712-3.574-3.512-7.649-3.533-10.998-.286-3.47 3.358-3.46 7.536.123 11.284 2.867 2.99 5.91 5.817 8.745 8.827 3.727 3.963 3.666 8.059-.112 11.97-3.052 3.155-6.246 6.196-9.278 9.37-2.324 2.438-2.652 5.428-1.34 8.398 1.33 3.01 3.808 4.577 7.556 5.048zM662.057 512.01c.962-.246 1.915-.697 2.878-.697 11.408-.021 22.814.02 34.232.04-.05.216-.102.43-.154.657h-36.956zm-247.05-115.087c-42.168.697-87.962-36.147-98.14-90.43-7.322-39.065 1.168-74.598 28.53-104.212 23.46-25.385 53.206-36.26 87.541-33.751 58.573 4.27 97.188 51.774 101.058 103.086 2.745 36.444-7.444 68.434-33.495 94.433-20.9 20.859-46.674 30.72-85.494 30.873zm-42.69-113.378c-.072 10.855 2.765 20.889 8.161 30.218 17.214 29.737 54.651 35.769 79.155 12.749 23.582-22.15 24.443-60.52 1.884-83.753-18.923-19.497-47.145-21.32-68.158-4.096-14.08 11.55-20.54 26.88-21.043 44.882zm193.218-.01c0-34.417 0-68.823.01-103.24 0-1.506-.05-3.042.226-4.506 1.157-6.093 4.342-8.295 10.434-7.373 24.023 3.645 41.38 23.1 42.752 47.933.102 1.884.102 3.769.102 5.653.01 49.234 0 98.468.01 147.702 0 6.154.154 12.308.102 18.462-.062 6.82-3.697 10.537-10.476 10.598-10.926.103-21.852.092-32.778.01-6.994-.051-10.506-3.748-10.516-10.865-.01-34.785-.01-69.581-.01-104.366.051-.01.102-.01.144-.01zm0-169.144c.02-14.101 13.538-27.638 27.648-27.658 14.213-.03 28.016 13.845 27.802 27.945s-13.998 27.699-27.884 27.505c-14.203-.205-27.577-13.691-27.566-27.792z"/></svg>
<svg class="tc-image-monetization-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm2.83 32.18V36H17.5v-3.86c-3.41-.73-6.33-2.92-6.54-6.81h3.91c.2 2.1 1.64 3.73 5.3 3.73 3.93 0 4.8-1.96 4.8-3.18 0-1.65-.89-3.22-5.33-4.28-4.96-1.19-8.36-3.24-8.36-7.34 0-3.43 2.77-5.67 6.22-6.42V4h5.33v3.89c3.72.91 5.58 3.72 5.71 6.77H24.6c-.11-2.22-1.28-3.73-4.44-3.73-3 0-4.8 1.35-4.8 3.29 0 1.69 1.3 2.77 5.33 3.82 4.04 1.05 8.36 2.77 8.36 7.82 0 3.65-2.76 5.66-6.22 6.32z"/></svg>
<svg class="tc-image-money tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.634002685546875 47.018001556396484"><path d="M0 32.939l1.66-1.187 7.444 12.496 30.852-18.604 1.661 1.979L9.104 47.018 0 32.938zm.626-6.776l1.265-.791 7.444 12.892 30.852-18.209 1.265 2.375-32.117 19L.626 26.163zM.225 19L33.134 0l9.5 16.454-32.909 19L.225 19zM21.6 10.291a7.125 7.125 0 1 0 0 14.25 7.125 7.125 0 0 0 0-14.25zm3.278 11.625l-1.083.625-.596-1.03-1.138.443-.952.14-.418-1.466.991-.119 1.075-.422c.324-.19.559-.406.704-.649.145-.243.158-.476.04-.699-.12-.207-.33-.325-.628-.354l-1.181.11c-.696.145-1.308.16-1.837.044-.53-.116-.952-.437-1.267-.963-.287-.501-.37-1.017-.251-1.547.118-.53.448-1.028.987-1.494l-.601-1.041 1.075-.62.557.963.997-.41.792-.14.399 1.428-.733.097-1.121.454c-.347.21-.555.418-.624.627-.069.208-.054.392.045.552.096.176.293.274.59.294l1.32-.137c.782-.148 1.412-.138 1.887.03.475.17.853.505 1.136 1.01.29.502.375 1.03.256 1.585-.12.556-.475 1.079-1.067 1.57l.646 1.119z"/></svg>
<svg class="tc-image-mongodb tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.906999588012695 30.493999481201172"><path d="M13.677 13.525a13.663 13.663 0 0 0-.407-2.297c-.625-2.369-1.666-4.637-3.134-6.603a16.58 16.58 0 0 0-1.294-1.532c-.476-.499-1.004-.957-1.336-1.578-.21-.393-.41-.791-.614-1.187-.003.124-.011.248-.011.371 0-.124.009-.248.011-.372L6.762 0c-.022.075-.036.101-.036.129-.017.645-.383 1.083-.838 1.492-.512.46-.989.959-1.481 1.441.017.022.036.044.055.066-.019-.022-.038-.043-.055-.066C2.944 4.986 1.655 7.043.896 9.352a14.691 14.691 0 0 0-.517 2.056C.12 12.889 0 14.328.083 15.828c.046.829.191 1.645.407 2.448.785 2.917 2.379 5.336 4.558 7.392.405.382.842.729 1.265 1.093l.003-.011-.003.011.187.642.174.996.083 1.039c-.001.211-.01.423.003.633.003.054.074.104.113.156l.004-.006-.004.006.353.124.367.143a322.63 322.63 0 0 0-.063-.924l-.003-.91-.021.021.021-.021.127-1.386.092-.302.263-.467c.325-.262.674-.499.971-.79.536-.527 1.071-1.06 1.55-1.637a12.294 12.294 0 0 0 1.588-2.441c1.223-2.491 1.789-5.269 1.564-8.039l-.006-.074z"/></svg>
<svg class="tc-image-monitor tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v21a2 2 0 0 1-2 2H23v5h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-5H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v19h34V3H3z"/></svg>
<svg class="tc-image-monitor-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H23v4h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v20h34V3H3zm15 17v-5h-5v-4h5V6h4v5h5v4h-5v5h-4z"/></svg>
<svg class="tc-image-monitor-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H23v4h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v20h34V3H3zm20.535 16.114L20 15.578l-3.535 3.536-2.579-2.578L17.422 13l-3.536-3.535 2.579-2.579L20 10.422l3.535-3.536 2.579 2.579L22.578 13l3.536 3.535-2.578 2.579z"/></svg>
<svg class="tc-image-monitor-film tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v21a2 2 0 0 1-2 2H23v5h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-5H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v19h34V3H3zm26 1v17H11V4h18zm-13 8h8V5h-8v7zm8 1h-8v7h8v-7zm2.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0-12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-13 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0-12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm0 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg>
<svg class="tc-image-monitor-identify tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H23v4h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v20h34V3H3zm21.9 17h-8.8v-2.4h3V8.8l-3 .6V7l6-1.2v11.8h2.8V20z"/></svg>
<svg class="tc-image-monitor-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H23v4h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v20h34V3H3zm10 12v-4h14v4H13z"/></svg>
<svg class="tc-image-monitor-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M2 0h36a2 2 0 0 1 2 2v21a2 2 0 0 1-2 2H23v5h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-5H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm1 3v19h34V3H3zm15 3l7 6.5-7 6.5V6z"/></svg>
<svg class="tc-image-monitor-to tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.625 34"><path d="M21 11h12.375l-5-5h5.25l7 7-7 7h-5.25l5-5H21v-4zM2 0h36a2 2 0 0 1 2 2v8.5l-3-3V3H3v20h34v-4.5l3-3V24a2 2 0 0 1-2 2H23v4h4a2 2 0 0 1 2 2v2H11v-2a2 2 0 0 1 2-2h4v-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/></svg>
<svg class="tc-image-monkeytie tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.418001174926758 15.418000221252441"><path d="M12.848 0H2.57A2.57 2.57 0 0 0 0 2.57v10.278a2.57 2.57 0 0 0 2.57 2.57h10.278a2.57 2.57 0 0 0 2.57-2.57V2.57A2.57 2.57 0 0 0 12.848 0zM7.924 10.468l-.556-4.342-1.657 2.98-1.666-2.97-.555 4.332H2.257l.898-6.48h.972l1.583 2.95 1.576-2.95h.972l.898 6.48h-1.23zm4.194-3.685H11.1v2.092c0 .704.056.74.704.74h.315l-.103.945h-.824c-.87 0-1.24-.61-1.24-1.213V6.782h-.66l.103-.944h.555V4.821l1.15-.12v1.14h1.017v.943zm1.078 3.778h-.954l.103-.954h.954l-.104.953z"/></svg>
<svg class="tc-image-mono tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.166015625 41.16600036621094"><path d="M3.958 0h33.25a3.958 3.958 0 0 1 3.958 3.958v33.25a3.958 3.958 0 0 1-3.958 3.958H3.958c-.355 0-.699-.046-1.026-.134l.114-.14 6.738-7.856 1.687-2.048.455-.421.06-.18c1.713.14 3.216 1.21 4.82 1.829 2.478.955 4.888 2.078 7.329 3.126l2.948 1.265.59.253.59.253.59.253.3-.128.125-.347.3-.512c.412-.697.712-1.455 1.034-2.198l.244-.562.244-.563.245-.562.071-.24-.154-.181-.542-.268-.543-.355c-.823-.54-1.634-1.113-2.349-1.79-1.02-.968-1.83-2.143-2.644-3.29l-.858-1.465c-.16-.307-.333-.718-.172-1.024.637.104 1.014.817 1.412 1.325.588.751 1.306 1.394 2.004 2.044l1.523 1.28 1.084.84.302.293.3.294.242.011.482.47.361.02.18-.132c.185-.424.15-.912.235-1.366.23-1.21.272-2.475.093-3.694-.087-.596.127-1.23-.049-1.807l-.2-.24-.02-.543-.02-.542-.2-.241-.02-.422-.022-.421-.754-2.27-.193-.521c-.064-.174-.057-.396-.193-.522-.144-.134-.374-.119-.56-.178l-1.68-.532-2.241-.71-.56-.177c-.166-.066-.389-.084-.482-.237-.08-.13.04-.303.06-.455 1.062.087 2.1.355 3.148.55l1.691.336c.744.152 1.527.371 2.269.21.28-.062.322-.508.335-.795.072-1.564-.299-3.136-.74-4.638-.361-1.224-.644-2.545-1.425-3.554-.44-.57-1.294-.648-1.985-.848-1.434-.416-2.893-.788-4.377-.952l-.542-.015-.542-.015-.241-.2c-.577-.175-1.23.125-1.807-.044l-.241-.192c-.569-.14-1.17-.02-1.756-.03-.9-.014-1.815-.062-2.702.101-.904.167-1.965-.02-2.71.52l2.229.451c.682.125 1.53.099 1.987.622-.251.516-1.135.249-1.708.219-.905-.048-1.805-.206-2.689-.408-.789-.18-1.604-.212-2.41-.29l-.541-.015-.543-.015-.24-.192c-.545-.14-1.153-.226-1.687-.049-.39.13-.563.602-.81.93-.336.449-.72.875-.952 1.386-.308.677-.368 1.534-.102 2.228.587 1.527 2.107 2.619 3.55 3.389l2.65 1.313c.473.241 1.098.335 1.386.78.078.119-.04.28-.06.421-1.547-.186-2.927-1.072-4.397-1.588l-.452-.19-.452-.19L0 17.93V3.958A3.958 3.958 0 0 1 3.958 0z"/></svg>
<svg class="tc-image-monochrome-photos tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M20 10v3.6c3.5 0 6.4 2.9 6.4 6.4s-2.9 6.4-6.4 6.4V30c5.5 0 10-4.5 10-10s-4.5-10-10-10zm-6.4 10c0 3.5 2.9 6.4 6.4 6.4V13.6c-3.5 0-6.4 2.9-6.4 6.4zM20 10v3.6c3.5 0 6.4 2.9 6.4 6.4s-2.9 6.4-6.4 6.4V30c5.5 0 10-4.5 10-10s-4.5-10-10-10zm-6.4 10c0 3.5 2.9 6.4 6.4 6.4V13.6c-3.5 0-6.4 2.9-6.4 6.4zM36 4h-6.3L26 0H14l-3.7 4H4C1.8 4 0 5.8 0 8v24c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V8c0-2.2-1.8-4-4-4zm0 28H20v-2c-5.5 0-10-4.5-10-10s4.5-10 10-10V8h16v24zm-6-12c0-5.5-4.5-10-10-10v3.6c3.5 0 6.4 2.9 6.4 6.4s-2.9 6.4-6.4 6.4V30c5.5 0 10-4.5 10-10zm-16.4 0c0 3.5 2.9 6.4 6.4 6.4V13.6c-3.5 0-6.4 2.9-6.4 6.4zm0 0c0 3.5 2.9 6.4 6.4 6.4V13.6c-3.5 0-6.4 2.9-6.4 6.4z"/></svg>
<svg class="tc-image-monogram tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.880000114440918 16.11400032043457"><path d="M14.88 0v15.67c0 .3-.356.444-.554.224L7.44 8.254 1.64 1.82 0 0h14.88zM6.792 8.974l-6.238 6.92c-.198.22-.554.075-.554-.225V0l6.792 8.974z"/></svg>
<svg class="tc-image-monument-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 11"><path d="M3.5 0L2 2v4.5h3V2L3.5 0zM1 7L0 8v3h7V8L6 7H1z"/></svg>
<svg class="tc-image-monument-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 15"><path d="M4.5 0L3 2.5v7h3v-7L4.5 0zM0 11.5V15h9v-3.5L7.5 10h-6L0 11.5z"/></svg>
<svg class="tc-image-moo tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 10.719066619873047 16"><path d="M5.344 16c-1.683 0-3.2-.738-4.226-2.092a5.162 5.162 0 0 1-1.108-3.24c0-.37.04-.74.123-1.068C.337 8.41 1.2 6.482 2.758 3.815 3.91 1.845 4.851.37 4.892.37c.082-.165.205-.37.45-.37.248 0 .37.205.494.37 0 0 .984 1.476 2.133 3.445C9.53 6.482 10.39 8.41 10.595 9.6c.083.328.124.697.124 1.067 0 1.19-.37 2.297-1.108 3.24C8.544 15.222 6.984 16 5.344 16zm0-1.395c1.27 0 2.42-.574 3.2-1.56.533-.696.82-1.558.82-2.46 0-.288-.04-.534-.082-.82-.164-.903-.862-2.462-2.05-4.555-.904-1.6-1.683-2.748-1.683-2.748l-.206-.288-.165.247s-.78 1.19-1.682 2.75c-1.23 2.092-1.928 3.65-2.05 4.553-.042.287-.083.533-.083.82 0 .903.287 1.724.82 2.462.74 1.026 1.888 1.6 3.16 1.6z"/></svg>
<svg class="tc-image-mood tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20C31.04 40 40 31.05 40 20S31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm7-18c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-14 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm7 13c4.66 0 8.61-2.91 10.21-7H9.79c1.6 4.09 5.55 7 10.21 7z"/></svg>
<svg class="tc-image-mood-bad tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20S40 31.05 40 20 31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm7-18c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-14 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm17.21 13c-1.6-4.09-5.55-7-10.21-7s-8.61 2.91-10.21 7"/></svg>
<svg class="tc-image-moon tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.628990173339844 46.789207458496094"><path d="M23.747 46.781C10.632 46.781 0 36.149 0 23.034 0 11.92 7.636 2.588 17.948 0a23.671 23.671 0 0 0-6.866 16.701c0 13.116 10.632 23.747 23.747 23.747a23.79 23.79 0 0 0 5.8-.713 23.674 23.674 0 0 1-16.882 7.046z"/></svg>
<svg class="tc-image-moon-alt-first-quarter tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm755 687h13q140 0 267-54.5t219-146.5 146.5-219 54.5-267q0-139-54.5-266T1254 283t-219-146.5T768 82h-13v1373z"/></svg>
<svg class="tc-image-moon-alt-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 1539 1539"><path d="M0 770q0-157 61-299.5T225 225 470.5 61 769 0q157 0 299.5 61T1314 225t164 245.5 61 299.5q0 156-61 298.5T1314 1314t-245.5 164-299.5 61q-156 0-298.5-61T225 1314 61 1068.5 0 770zm82 0q0 139 54.5 266.5T283 1256t219.5 146.5T769 1457q140 0 267-54.5t219.5-146.5 147-219.5T1457 770q0-186-92.5-344.5t-251-251T769 82q-139 0-266.5 54.5T283 283.5 136.5 503 82 770z"/></svg>
<svg class="tc-image-moon-alt-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0 209 103 386t280 280 386 103 385.5-103 279.5-280 103-386-103-385.5T1154.5 103 769 0 383 103 103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-alt-third-quarter tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5h14V82h-14q-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-crescent-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5h5q-60-273-60-687 0-347 62-686h-7q-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-crescent-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 139 54 265.5T281 1252t216.5 147 264.5 56q-119-253-119-687 0-370 123-686-139 0-265.5 55t-218 147-146 218.5T82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-crescent-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 137 52.5 262.5t142 217.5T490 1395.5t260 59.5q-175-238-175-687 0-191 47-369T755 82q-184 3-338.5 96T172 427.5 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-crescent-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 136 51.5 260T272 1243t208 148 255 64q-127-122-178.5-294T505 768q0-198 63-378.5T743 82q-181 7-333 100.5t-240 249T82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-crescent-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 130 47.5 250t129 210T453 1377.5t240 73.5q-179-106-252.5-278T367 768q0-212 90-394.5T707 84q-129 11-245 69.5T263 303 131 515 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-crescent-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 254 164.5 446T658 1447q-103-51-175-124t-111.5-162-57-184T297 768q0-216 102-398.5T680 88q-167 21-303.5 116T161 448 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-gibbous-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 767q0-209 103.5-385.5t280.5-279T770 0t385.5 102.5 279 279T1537 767t-102.5 386-279 280.5T770 1537t-386-103.5T103.5 1153 0 767zm82 0q0 139 55 266.5T284 1253t219.5 147 266.5 55q88 0 156-19 85-45 148-107t99.5-126.5 59-143 29.5-146 7-146.5q0-95-20.5-187T1185 397.5 1067.5 227 894 91q-41-9-124-9-139 0-266.5 54t-220 146-147 218.5T82 767z"/></svg>
<svg class="tc-image-moon-alt-waning-gibbous-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5q37 0 82-5 95-58 160.5-138.5T1108 1137t44.5-181 12.5-188q0-128-31.5-248.5T1025 281 833 84q-42-2-65-2-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-gibbous-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5q34 0 50-1 80-62 134-144t80.5-175.5 37-179.5 10.5-187q0-196-66-378.5T808 83q-13-1-40-1-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-gibbous-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5h26q61-66 102.5-149.5t61.5-176 28-177 8-184.5q0-193-50-372.5T787 82h-19q-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-gibbous-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5q27 0 40-1 79-136 107.5-307T944 768q0-411-139-685-11-1-37-1-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waning-gibbous-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm82 0q0 140 54.5 267T283 1254t219 146.5 266 54.5h26q69-255 69-687 0-391-70-686h-25q-139 0-266 54.5T283 283 136.5 502 82 768z"/></svg>
<svg class="tc-image-moon-alt-waxing-crescent-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zM863 88q168 92 275.5 266.5T1246 768q0 502-352 675 241-45 401-235t160-440q0-170-78-318t-213.5-243.5T863 88z"/></svg>
<svg class="tc-image-moon-alt-waxing-crescent-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zM830 84q152 101 249 276.5t97 407.5q0 492-327 682 169-20 307.5-115t218.5-244.5 80-322.5q0-176-83-328t-226-246.5T830 84z"/></svg>
<svg class="tc-image-moon-alt-waxing-crescent-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zM808 83q131 113 214 288t83 397q0 475-284 686 131-10 248-68t202-149 134.5-213.5T1455 768q0-179-86-333.5T1134 186 808 83z"/></svg>
<svg class="tc-image-moon-alt-waxing-crescent-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zM792 82q108 130 175.5 303t67.5 383q0 450-234 687 134-6 255-63t208.5-148.5 139-215.5 51.5-260q0-182-88.5-337.5t-241-249T792 82z"/></svg>
<svg class="tc-image-moon-alt-waxing-crescent-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zM779 82q187 330 187 686 0 426-181 687 137-3 261-59t213.5-147.5 142.5-217 53-263.5q0-184-90.5-341t-246-249.5T779 82z"/></svg>
<svg class="tc-image-moon-alt-waxing-crescent-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zM769 82q126 363 126 686 0 402-121 687 138-1 264.5-55.5T1256 1253t145-219 54-266-54.5-266T1254 283t-219-146.5T769 82z"/></svg>
<svg class="tc-image-moon-alt-waxing-gibbous-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm658 0q0 390 84 687h26q140 0 267-54.5t219-146.5 146.5-219 54.5-267q0-139-54.5-266T1254 283t-219-146.5T768 82h-23q-87 368-87 686z"/></svg>
<svg class="tc-image-moon-alt-waxing-gibbous-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-156 61-298t164-245T470 61 768 0t298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298-61-245-164-164-245.5T0 768zm561 0q0 425 165 686 15 1 42 1 140 0 267-54.5t219-146.5 146.5-219 54.5-267q0-139-54.5-266T1254 283t-219-146.5T768 82q-24 0-37 1-170 322-170 685z"/></svg>
<svg class="tc-image-moon-alt-waxing-gibbous-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 768q0-208 103-385t280-280T768 0q156 0 298.5 61T1312 225t164 245 61 298-61 298.5-164 245.5-245.5 164-298.5 61-298.5-61-245-164T61 1066.5 0 768zm464 0q0 455 239 684 7 0 20.5 1t24 1.5 20.5.5q139 0 266.5-54.5T1254 1254t146.5-219 54.5-267q0-139-54.5-266T1254 283t-219.5-146.5T768 82q-37 0-55 2-111 125-180 301.5T464 768z"/></svg>
<svg class="tc-image-moon-alt-waxing-gibbous-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1539 1539"><path d="M0 770q0-157 61-299.5T225 225 470.5 61 769 0q157 0 299.5 61T1314 225t164 245.5 61 299.5q0 156-61 298.5T1314 1314t-245.5 164-299.5 61q-156 0-298.5-61T225 1314 61 1068.5 0 770zm368-1q0 479 304 681 45 7 97 7 140 0 267-54.5t219.5-146.5 147-219.5T1457 770q0-186-92.5-344.5t-251-251T769 82q-46 0-81 4-143 109-231.5 286.5T368 769z"/></svg>
<svg class="tc-image-moon-alt-waxing-gibbous-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1539 1539"><path d="M0 770q0-157 61-299.5T225 225 470.5 61 769 0q157 0 299.5 61T1314 225t164 245.5 61 299.5q0 156-61 298.5T1314 1314t-245.5 164-299.5 61q-156 0-298.5-61T225 1314 61 1068.5 0 770zm271 0q0 487 339 668 75 19 159 19 140 0 267-54.5t219.5-146.5 147-219.5T1457 770q0-186-92.5-344.5t-251-251T769 82q-70 0-126 11-167 96-269.5 272.5T271 770z"/></svg>
<svg class="tc-image-moon-alt-waxing-gibbous-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1539 1539"><path d="M0 770q0-157 61-299.5T225 225 470.5 61 769 0q157 0 299.5 61T1314 225t164 245.5 61 299.5q0 156-61 298.5T1314 1314t-245.5 164-299.5 61q-156 0-298.5-61T225 1314 61 1068.5 0 770zm183 0q0 80 10 147t39 142.5 77 138.5 128 127 189 117q69 15 143 15 140 0 267-54.5t219.5-146.5 147-219.5T1457 770q0-186-92.5-344.5t-251-251T769 82q-87 0-158 18-90 43-160 93.5T335.5 299t-77 110.5-47 119-22 119.5-6.5 122z"/></svg>
<svg class="tc-image-moon-first-quarter tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.16400146484375 44.32799530029297"><path d="M0 0c12.241 0 22.164 9.924 22.164 22.164 0 12.241-9.923 22.164-22.164 22.164V0z"/></svg>
<svg class="tc-image-moon-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.32799530029297 44.32799530029297"><ellipse cx="37.995" cy="37.995" rx="22.164" ry="22.164" transform="translate(-15.831 -15.831)"/></svg>
<svg class="tc-image-moon-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.3280029296875 44.3280029296875"><path d="M22.164 0c12.241 0 22.164 9.924 22.164 22.164 0 12.241-9.923 22.164-22.164 22.164C9.924 44.328 0 34.405 0 22.164 0 9.924 9.924 0 22.164 0zm0 2.375c-10.929 0-19.789 8.86-19.789 19.79 0 10.928 8.86 19.788 19.79 19.788 10.929 0 19.788-8.86 19.788-19.789 0-10.93-8.86-19.789-19.789-19.789z"/></svg>
<svg class="tc-image-moon-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1471.8333740234375 1536.3333740234375"><path d="M1262 1175.333q-54 9-110 9-182 0-337-90t-245-245-90-337q0-192 104-357-201 60-328.5 229t-127.5 384q0 130 51 248.5t136.5 204 204 136.5 248.5 51q144 0 273.5-61.5t220.5-171.5zm203-85q-94 203-283.5 324.5t-413.5 121.5q-156 0-298-61t-245-164-164-245-61-298q0-153 57.5-292.5t156-241.5T449 69.833t290-68.5q44-2 61 39 18 41-15 72-86 78-131.5 181.5t-45.5 218.5q0 148 73 273t198 198 273 73q118 0 228-51 41-18 72 13 14 14 17.5 34t-4.5 38z"/></svg>
<svg class="tc-image-moon-sleep tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.628990173339844 46.789207458496094"><path d="M23.747 46.781C10.632 46.781 0 36.149 0 23.034 0 11.92 7.636 2.588 17.948 0a23.671 23.671 0 0 0-6.866 16.701c0 13.116 10.632 23.747 23.747 23.747a23.79 23.79 0 0 0 5.8-.713 23.674 23.674 0 0 1-16.882 7.046zm8.777-11.952h-6.65v-.889l3.736-4.874h-3.292V27.44h6.206v1.07l-3.54 4.694h3.54v1.625zm6.296-9.499h-8.55v-1.143l4.803-6.267H30.84v-2.09h7.98v1.375l-4.551 6.035h4.551v2.09zm-5.973-11.082H22.396v-1.396l5.87-7.66h-5.174V2.637h9.754v1.68l-5.563 7.377h5.563v2.554z"/></svg>
<svg class="tc-image-moon-third-quarter tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.163999557495117 44.32799530029297"><path d="M22.164 0C9.924 0 0 9.924 0 22.164c0 12.241 9.924 22.164 22.164 22.164V0z"/></svg>
<svg class="tc-image-moon-waning-crescent tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.005001068115234 44.327999114990234"><path d="M22.164 0c.62 0 1.234.026 1.841.076-7.713 4.342-12.923 12.607-12.923 22.088 0 9.482 5.21 17.747 12.923 22.089-.607.05-1.22.075-1.84.075C9.923 44.328 0 34.405 0 22.164 0 9.924 9.924 0 22.164 0z"/></svg>
<svg class="tc-image-moon-waning-crescent-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 768q0 209 103 386t279.5 280T768 1537q-102-322-102-769 0-351 102-768-209 0-385.5 103T103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-waning-crescent-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 769 1537"><path d="M0 768q0 209 103 386t280 280 386 103q-206-281-206-769 0-408 206-768-209 0-386 103T103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-waning-crescent-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 768q0 209 103 386t279.5 280T768 1537q-306-239-306-769 0-238 85.5-437T768 0Q559 0 382.5 103T103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-waning-crescent-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 769 1537"><path d="M0 768q0 209 103 386t280 280 386 103q-212-103-311-295.5T359 768q0-259 115.5-461T769 0Q560 0 383 103T103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-waning-crescent-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 768q0 209 103 386t279.5 280T768 1537q-265-81-388.5-274.5T256 768q0-142 41-269.5T408.5 275t162-166.5T768 0Q559 0 382.5 103T103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-waning-crescent-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 768q0 209 103 386t279.5 280T768 1537q-149-57-259-128t-175.5-143.5T229 1106t-52.5-165T163 769q0-67 5.5-123.5t22-121 44-119.5 74-113.5T417 184t151-97T768 0Q559 0 382.5 103T103 382.5 0 768z"/></svg>
<svg class="tc-image-moon-waning-gibbous tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.246002197265625 44.177001953125"><path d="M0 22.088c0 11.621 8.944 21.153 20.323 22.089 7.713-4.342 12.923-12.607 12.923-22.089 0-9.481-5.21-17.746-12.923-22.088C8.943.936 0 10.468 0 22.088z"/></svg>
<svg class="tc-image-moon-waning-gibbous-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1281 1530"><path d="M0 764q0 125 38.5 242T148 1217t165 165 211 109.5 242 38.5q515-143 515-766 0-121-28.5-230t-77-193-115-153T920 73 766 0Q610 0 468 60.5t-244.5 163-163 244T0 764z"/></svg>
<svg class="tc-image-moon-waning-gibbous-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1209 1531"><path d="M0 765q0 125 38.5 242T148 1218t165 165 211 109.5 242 38.5q443-177 443-766 0-142-37-268.5T1071.5 276 931 113 766 0Q558 0 381.5 102.5T102.5 381 0 765z"/></svg>
<svg class="tc-image-moon-waning-gibbous-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1136 1533"><path d="M0 767q0 125 38.5 242T148 1220t165 165 211 109.5 242 38.5q370-212 370-766 0-134-30.5-255.5t-84-216.5T904 127 766 0Q610 0 468 60.5T223.5 224t-163 245T0 767z"/></svg>
<svg class="tc-image-moon-waning-gibbous-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1063 1534"><path d="M0 767q0 156 60.5 298T224 1310t245 163.5 298 60.5q296-245 296-767 0-240-83.5-434.5T767 0Q559 0 382 103T102.5 382.5 0 767z"/></svg>
<svg class="tc-image-moon-waning-gibbous-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 989 1534"><path d="M0 767q0 208 103 384.5T382.5 1431 767 1534q222-282 222-767 0-406-222-767-208 0-384.5 102.5T103 382 0 767z"/></svg>
<svg class="tc-image-moon-waning-gibbous-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 915 1535"><path d="M0 767q0 209 103 385.5T382.5 1432 768 1535q147-315 147-768 0-354-147-767-156 0-298.5 60.5T224.5 224 61 469 0 767z"/></svg>
<svg class="tc-image-moon-waxing-crescent tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.00499725341797 44.327999114990234"><path d="M1.841 0C1.221 0 .607.026.001.076c7.712 4.342 12.922 12.607 12.922 22.088 0 9.482-5.21 17.747-12.923 22.089.607.05 1.221.075 1.841.075 12.241 0 22.164-9.923 22.164-22.164C24.005 9.924 14.082 0 1.841 0z"/></svg>
<svg class="tc-image-moon-waxing-crescent-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 1537q209 0 385.5-103T665 1154t103-386-103-385.5T385.5 103 0 0q135 53 237 140.5T397.5 333 484 547t28 221q0 66-5 125.5T487 1021t-38.5 127-63 118.5-92 108-127.5 91T0 1537z"/></svg>
<svg class="tc-image-moon-waxing-crescent-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 1537q209 0 385.5-103T665 1154t103-386-103-385.5T385.5 103 0 0q113 60 197.5 149.5t133 193 72 209.5T426 768q0 93-9 173.5T380.5 1114 308 1280t-124 142.5T0 1537z"/></svg>
<svg class="tc-image-moon-waxing-crescent-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 1537q209 0 385.5-103T665 1154t103-386-103-385.5T385.5 103 0 0q175 129 258 335.5T341 768q0 92-7 170.5T304.5 1107 246 1270.5 147 1415 0 1537z"/></svg>
<svg class="tc-image-moon-waxing-crescent-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1537"><path d="M0 1537q209 0 385.5-103T665 1154t103-386-103-385.5T385.5 103 0 0q132 142 194 344.5T256 768q0 90-5.5 166.5t-22 164.5-44 161.5T110 1407 0 1537z"/></svg>
<svg class="tc-image-moon-waxing-crescent-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 769 1537"><path d="M0 1537q209 0 386-103t280-280 103-386-103-385.5T386 103 0 0q171 297 171 768 0 239-35.5 430T0 1537z"/></svg>
<svg class="tc-image-moon-waxing-crescent-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 769 1537"><path d="M0 1537q209 0 386-103t280-280 103-386-103-385.5T386 103 0 0q171 297 171 768 0 239-35.5 430T0 1537z"/></svg>
<svg class="tc-image-moon-waxing-gibbous tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.24700164794922 44.177001953125"><path d="M33.247 22.088c0 11.621-8.944 21.153-20.324 22.089C5.21 39.835 0 31.57 0 22.088 0 12.607 5.21 4.342 12.923 0c11.38.935 20.323 10.467 20.323 22.088z"/></svg>
<svg class="tc-image-moon-waxing-gibbous-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 842 1537"><path d="M0 768q0 464 74 769 209 0 385.5-103T739 1154t103-386-103-385.5T459.5 103 74 0Q0 381 0 768z"/></svg>
<svg class="tc-image-moon-waxing-gibbous-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 915 1537"><path d="M0 768q0 488 146 769 209 0 386-103t280-280 103-386-103-385.5T532 103 146 0Q0 350 0 768z"/></svg>
<svg class="tc-image-moon-waxing-gibbous-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 989 1539"><path d="M0 769q0 245 48.5 436.5T220 1539q156 0 298.5-61T764 1314t164-245.5T989 769t-61-299-164-245T518.5 61 220 0Q116 149 58 350T0 769z"/></svg>
<svg class="tc-image-moon-waxing-gibbous-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1062 1539"><path d="M0 769q0 122 13.5 225T59 1198t91 187.5T293 1539q157 0 299-61t245-164 164-245.5 61-299.5q0-209-103-386T679 103 293 0Q155 133 77.5 336.5T0 769z"/></svg>
<svg class="tc-image-moon-waxing-gibbous-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1136 1539"><path d="M0 769q0 127 17 233t57 207.5 114 185T367 1539q156 0 298.5-61T911 1314t164-245.5 61-299.5-61-299-164-245T665.5 61 367 0Q196 117 98 323.5T0 769z"/></svg>
<svg class="tc-image-moon-waxing-gibbous-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1209 1539"><path d="M0 769q0 105 12 193.5t42.5 177 79.5 160T260.5 1433 440 1539q157 0 299-61t245-164 164-245.5 61-299.5q0-209-103-386T826 103 440 0Q236 102 118 310.5T0 769z"/></svg>
<svg class="tc-image-moon2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 456.2919921875 456.333984375"><path d="M223.25 233.084C160.21 170 143.292 78.874 171.21 0c-30.5 10.79-59.336 27.666-83.708 52.04C0 139.54 0 281.374 87.502 368.83c87.458 87.46 229.25 87.504 316.748 0 24.458-24.372 41.292-53.208 52.042-83.708-78.83 27.918-169.998 11-233.042-52.038z"/></svg>
<svg class="tc-image-moonrise tc-image-button" width="22pt" height="22pt" viewBox="0 0 1548.666748046875 1523"><path d="M0 777q0-157 61.5-300.5t165.5-248T475 62 777 0h125q26 7 26 30l4 96q6 208 150.5 355.5T1432 637l91 7q25 0 25 25v108q1 164-62 311h-219q81-119 103-270-268-56-429.5-230T754 179q-155 8-283.5 95.5T271.5 496 201 777q0 171 89 311H64Q0 940 0 777zm30 641q0-46 30-73 28-28 74-28h281l331-312q16-13 37 0l337 312h295q43 0 73.5 29.5t30.5 71.5q0 43-30.5 74t-73.5 31h-361q-16 0-31-8l-257-242-255 242q-13 8-30 8H134q-43 0-73.5-31T30 1418z"/></svg>
<svg class="tc-image-moonset tc-image-button" width="22pt" height="22pt" viewBox="0 0 1549.666748046875 1836.33349609375"><path d="M0 777q0-157 61.5-300.5t165.5-248T475 62 777 0h125q26 7 26 30l5 96q3 103 43 195.5T1082.5 482 1240 591.5t192 45.5l91 7q26 0 26 25v108q1 162-63 311h-219q81-119 103-270-268-56-429.5-230T754 179q-155 8-283.5 95.5T271.5 496 201 777q0 171 89 311H64Q0 940 0 777zm27 643q0-42 32-74 29-29 72-29h343q17 0 30 8l251 237 255-237q11-8 31-8h352q43 0 73.5 30t30.5 73-30.5 73.5-73.5 30.5h-286l-334 303q-20 14-36 0l-329-303H131q-43 0-73.5-30.5T27 1420z"/></svg>
<svg class="tc-image-mootools tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.613998413085938 4.702004432678223"><path d="M22.109 4.24c-.24-.003-.529-.095-.798-.26-.095-.058-.105-.107-.027-.183.044-.043.083-.091.125-.136.08-.085.146-.198.244-.248.113-.058.202.08.31.112.195.059.362.03.449-.104.111-.172.022-.308-.094-.428-.198-.203-.409-.393-.602-.6-.157-.168-.286-.357-.3-.599-.03-.538.345-.967.919-1.035a1.45 1.45 0 0 1 1.189.393c.085.078.09.137-.001.206-.005.004-.008.009-.012.014-.1.109-.18.257-.304.317-.137.067-.224-.133-.36-.162-.06-.013-.114-.049-.174-.061-.16-.033-.313-.023-.403.14-.084.153.021.258.114.356.191.201.425.356.606.569.33.389.385.867.13 1.245-.221.329-.546.465-1.012.463zM3.695 3.861c.012.02.032.04.035.061.038.271.037.272.303.272.068 0 .136-.006.203.001.155.016.274-.004.238-.206-.001-.004.005-.014.007-.014.011 0 .021.002.032.003.01.262.01.262-.236.262-.159 0-.319-.007-.478.002-.118.007-.153-.032-.13-.146.016-.077.017-.157.024-.236zm-1.847.075c.091.258.091.258.402.258.152 0 .304.002.455.003-.056.09-.143.037-.215.041-.159.008-.319-.011-.476.006-.171.019-.217-.044-.178-.2.009-.035.008-.072.012-.108zm-1.812.185c.045.055.1.088.173.073.204-.041.428.09.617-.073l.027.084c-.256.076-.518.02-.778.03C0 4.238.031 4.166.036 4.121zm10.444-2.35c-.277-.658-.898-1.035-1.675-1.01-.551.018-1.011.243-1.393.653C7.043.949 6.559.752 5.983.76s-1.054.241-1.449.658C4.045.622 3.011.582 2.519 1.12c-.053.058-.081.042-.129-.004C2.034.77 1.597.69 1.139.805a2.723 2.723 0 0 1-.764.08C.249.881.224.927.218 1.044c-.025.498-.064.995-.094 1.493-.032.528-.059 1.057-.088 1.585.018.082.074.094.149.093.223-.005.446.003.668-.009.009-.067.021-.133.026-.2l.123-1.896c.02-.306.236-.521.501-.505.283.018.459.248.441.564-.034.589-.064 1.178-.095 1.768.032.057.016.119.016.179 0 .068.025.101.096.098.248-.01.497.018.745-.016.008-.054.021-.108.024-.162l.115-1.932a.509.509 0 0 1 .517-.491c.264.013.434.226.419.519-.03.576-.057 1.153-.086 1.729.039.058.018.118.008.177-.021.124.018.186.155.176.116-.009.233-.002.35-.002.257 0 .257 0 .307-.233.048-.052-.008-.134.058-.189.226.199.477.35.774.408.694.137 1.306-.027 1.825-.515.044-.042.072-.123.15-.024.588.748 1.93.806 2.711.029.526-.523.711-1.291.447-1.917zM5.821 3.462c-.517-.003-.939-.412-.928-.9.012-.557.509-1.026 1.081-1.018.518.007.939.415.93.902-.011.554-.506 1.02-1.082 1.016zm2.878 0c-.528 0-.933-.385-.933-.888 0-.557.489-1.03 1.064-1.03.518.001.935.397.938.892.003.551-.492 1.025-1.068 1.025zM18.344.801c-.679-.132-1.284.036-1.788.52-.078.075-.119.107-.208.003-.339-.394-.785-.561-1.296-.564-.678-.003-1.356-.001-2.034-.001h-1.849c-.465 0-.465 0-.48.465-.01.309-.01.309.305.309.438 0 .424-.001.386.44-.048.558-.08 1.118-.102 1.678-.014.356.161.558.48.582.184.014.37.002.554.007.09.003.116-.04.12-.122.007-.166.017-.332.033-.497.011-.111-.009-.173-.142-.167-.099.004-.157-.069-.17-.164a1.23 1.23 0 0 1-.011-.257c.032-.448.071-.896.099-1.344.007-.118.047-.16.166-.158.283.007.567.001.851.003.052 0 .123-.03.154.024.032.055-.035.097-.061.143-.328.588-.377 1.185-.011 1.769.557.888 1.831 1.044 2.699.344.086-.069.159-.202.247-.21.104-.009.159.147.246.221 1.02.877 2.765.304 3.066-1.009.219-.954-.321-1.834-1.252-2.014zM14.843 3.46c-.519-.004-.937-.406-.931-.897.006-.549.515-1.032 1.079-1.022.524.009.928.403.925.901-.004.561-.49 1.021-1.072 1.017zm2.915 0c-.533.002-.935-.377-.937-.881-.002-.561.474-1.028 1.056-1.037.507-.007.944.403.945.888.002.554-.488 1.027-1.064 1.029zM20.723.012c-.037-.01-.076-.012-.105.014-.035.032-.006.068.006.1.053.138.105.276.16.413s.005.236-.122.28c-.127.044-.247.022-.297-.129-.042-.129-.078-.259-.121-.388-.014-.042-.002-.112-.072-.11-.063.001-.093.052-.11.109-.044.147-.082.296-.131.442a1.05 1.05 0 0 0 .005.702c.119.347.137.709.094 1.076-.048.404-.133.801-.191 1.203a.454.454 0 1 0 .904.082c.005-.234.007-.468 0-.702-.019-.692.048-1.35.472-1.947.296-.417.012-1.011-.493-1.145zm-.422 4.013c-.145-.003-.233-.082-.236-.211s.081-.221.218-.222c.126-.001.21.076.218.203.009.137-.07.213-.201.231z"/></svg>
<svg class="tc-image-mootools_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.599998474121094 21.356998443603516"><path d="M4.643.062C4.457.012 4.262 0 4.118.133c-.174.161-.031.34.032.504.265.692.526 1.385.802 2.072.275.684.027 1.183-.613 1.406-.636.222-1.239.111-1.489-.649-.213-.645-.392-1.302-.607-1.946-.07-.21-.01-.56-.362-.553-.317.007-.469.263-.553.546-.219.74-.413 1.488-.657 2.22C.276 4.915.284 6.045.698 7.255c.595 1.739.689 3.556.472 5.399-.239 2.027-.665 4.02-.961 6.036-.209 1.424.874 2.667 2.277 2.646a2.278 2.278 0 0 0 2.26-2.231c.026-1.174.033-2.349.001-3.523-.096-3.473.242-6.774 2.369-9.774C8.6 3.715 7.175.735 4.644.062zM2.526 20.205c-.73-.014-1.167-.411-1.184-1.061s.407-1.111 1.096-1.115c.633-.004 1.052.382 1.094 1.018.046.69-.354 1.071-1.007 1.158z"/></svg>
<svg class="tc-image-more tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.88599967956543 2"><path d="M1 0a1 1 0 1 1 0 2 1 1 0 1 1 0-2zm4.886 0a1 1 0 1 0 0 2 1 1 0 1 0 0-2zm5 0a1 1 0 1 0 0 2 1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-more-horiz tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.666015625 170.666015625"><path d="M85.333 0C38.186 0 0 38.187 0 85.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S132.48 0 85.333 0zm512 0C550.186 0 512 38.187 512 85.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S644.48 0 597.333 0zm-256 0C294.186 0 256 38.187 256 85.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S388.48 0 341.333 0z"/></svg>
<svg class="tc-image-more-vert tc-image-button" width="22pt" height="22pt" viewBox="0 0 170.666015625 682.666015625"><path d="M85.333 170.666c47.147 0 85.333-38.187 85.333-85.333S132.48 0 85.333 0 0 38.187 0 85.333s38.187 85.333 85.333 85.333zm0 85.334C38.186 256 0 294.187 0 341.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S132.48 256 85.333 256zm0 256C38.186 512 0 550.187 0 597.333s38.187 85.333 85.333 85.333 85.333-38.187 85.333-85.333S132.48 512 85.333 512z"/></svg>
<svg class="tc-image-mortar-board tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 16.69999885559082"><path d="M18.5 4.2S12.7 1.3 11.6.7s-1.7-.7-3 0C7.3 1.3 1.9 4 1.9 4 1.1 4.4.4 5.2.4 6s.2 1.2.2 1.2-.1.3-.3 1.5C0 9.9 0 11.4 0 12c0 1.5 1.3 2.6 2.2 2.7.9.1 1.6-.1 1.6-.1 1.4 1.3 3.7 2.1 6.4 2.1 4.4 0 7.8-2.2 7.8-5 0-1.1-.4-2.7-.4-2.7l1.1-.6C19.6 7.9 20 7 20 6.1c-.1-.8-.6-1.5-1.5-1.9zm-8.2 10.4c-3.2 0-5.8-1.3-5.8-3L5 8.8l4.2 2.1c.6.3 1.5.3 2.2 0l4.3-2.1.4 2.8c0 1.6-2.5 3-5.8 3zm7.3-8.1L11 9.9c-.4.2-1 .2-1.4 0L3.9 7c-.2.5-.3 1.2-.3 2 0 1.4.2 2.4.2 2.9s-.3.8-.7.8H3c-.4 0-.8-.3-.8-.8s0-1.6.3-3.1c.2-.9.4-1.7.6-2.2l-.2-.1c-.4-.2-.4-.5 0-.7l6.7-3.4c.4-.2.9-.2 1.3 0s6.7 3.4 6.7 3.4c.4.2.4.5 0 .7z"/></svg>
<svg class="tc-image-mosque tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50.82200622558594 51.058284759521484"><path d="M48.846 27.698c-1.396 6.519-6.192 11.874-12.516 13.976a18.88 18.88 0 0 1-5.975.973 18.873 18.873 0 0 1-17.93-12.914 18.716 18.716 0 0 1 1.03-14.404 18.773 18.773 0 0 1 10.93-9.46 18.923 18.923 0 0 1 13.71.689l.935-1.763C32.767.926 24.966 0 17.952 2.333 11.609 4.442 6.468 8.892 3.476 14.861.484 20.831 0 27.607 2.112 33.941a24.997 24.997 0 0 0 23.747 17.105c2.682 0 5.343-.433 7.911-1.286a24.961 24.961 0 0 0 17.052-21.774l-1.976-.288zM36.521 15.649l-5.014-9.384-2.55 10.477-10.429 2.05 9.547 5.421-1.642 10.796 8.107-7.374 10.046 4.82-5.131-10.027 8.124-7.842z"/></svg>
<svg class="tc-image-motorcycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1319.427490234375 733.523681640625"><path d="M1314.856 445.714q6.857 58.857-12.571 113.429t-56.571 93.429-90.571 60.57-112.286 17.715q-92-6.286-159.714-71.43t-76.857-156.57Q799.429 439.427 822 382.57t67.714-97.43L849.143 224q-54.857 45.714-86.286 110.857t-31.429 139.429q0 15.429-10.571 26.57t-26 11.144H509.143Q496 605.713 424 668.569t-168 62.858q-105.714 0-180.857-75.143T0 475.427 75.143 294.57 256 219.427q43.429 0 86.857 15.429l13.714-25.714q-70.286-62.857-173.714-62.857h-36.571q-14.857 0-25.714-10.857t-10.857-25.714T120.572 84t25.714-10.857h73.143q44.571 0 82.857 7.714t66.571 22 40.857 22.57 29.143 20.858h358.286l-48.571-73.143H621.715q-17.143 0-28-12.857t-8-30q2.286-13.143 13.143-21.714T623.429 0H768q18.857 0 30.286 16l40 60 65.143-65.143Q914.286 0 929.715 0h57.714q14.857 0 25.714 10.857T1024 36.57v73.143q0 14.857-10.857 25.714t-25.714 10.857H885.143l65.714 98.286q74.857-36 157.143-20.571 81.714 14.857 139.429 76.857t67.429 144.857zM255.999 658.284q65.714 0 116-41.428t63.429-104.857H255.999q-20 0-31.429-17.714-10.286-18.286-.571-36l84-158.286q-26.857-7.43-52-7.43-75.429 0-129.143 53.715T73.142 475.427t53.714 129.143 129.143 53.714zm804.571 0q75.429 0 129.143-53.713t53.714-129.143-53.714-129.143-129.143-53.714q-34.286 0-69.143 13.714l99.429 148.57q8.571 13.144 5.714 28t-15.429 22.858q-8.571 6.286-20.571 6.286-20 0-30.286-16.571l-99.429-148.571q-53.143 54.286-53.143 128.57 0 75.43 53.714 129.144t129.143 53.714z"/></svg>
<svg class="tc-image-mountain-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.398999214172363 7.774959087371826"><path d="M4.717.007a.556.556 0 0 0-.495.268l-4 6.66c-.222.37.045.84.477.84h8c.432 0 .7-.47.477-.84l-4-6.66a.556.556 0 0 0-.46-.268zm.002.922L7.63 5.775h-.671L5.615 4.548l-.897 1.227-.894-1.227L2.48 5.775h-.671L4.719.929z"/></svg>
<svg class="tc-image-mountain-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 10.999999046325684"><path d="M6.5 0c-.3 0-.4.2-.6.4L.1 9.9c-.1.1-.1.3-.1.4 0 .5.4.7.7.7h11.6c.4 0 .7-.2.7-.7 0-.2 0-.2-.1-.4L7.2.4C7 .2 6.8 0 6.5 0zm0 1.5L9.8 7H9L7.5 5.5 6.5 7l-1-1.5L4 7h-.9l3.4-5.5z"/></svg>
<svg class="tc-image-mountains tc-image-button" width="22pt" height="22pt" viewBox="0 0 91.22699737548828 64.01802062988281"><path d="M90.908 60.136l.026-.015L57.688 2.539l-.014.008C56.942 1.045 55.414 0 53.63 0a4.506 4.506 0 0 0-4.107 2.664l-22.125 38.32-5.417-9.382-.007.004a2.373 2.373 0 0 0-2.133-1.344c-.964 0-1.791.578-2.164 1.402L1.885 59.018h-.071v.122L.285 61.788A1.365 1.365 0 0 0 0 62.62c0 .764.619 1.383 1.382 1.383.152 0 .295-.03.432-.076v.091h87v-.05a2.613 2.613 0 0 0 2.413-2.601 2.588 2.588 0 0 0-.319-1.231z"/></svg>
<svg class="tc-image-mouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 43.86000061035156"><path d="M18 0v15.86h14C32 7.7 25.89.98 18 0zM0 27.86c0 8.84 7.16 16 16 16s16-7.16 16-16v-8H0v8zM14 0C6.11.98 0 7.7 0 15.86h14V0z"/></svg>
<svg class="tc-image-mouse-pointer tc-image-button" width="22pt" height="22pt" viewBox="0 0 1158.3333740234375 1793.666748046875"><path d="M1133 1043q31 30 14 69-17 40-59 40H706l201 476q10 25 0 49t-34 35l-177 75q-25 10-49 0t-35-34l-191-452-312 312q-19 19-45 19-12 0-24-5-40-17-40-59V64Q0 22 40 5q12-5 24-5 27 0 45 19z"/></svg>
<svg class="tc-image-movable tc-image-button" width="22pt" height="22pt" viewBox="0 0 5 13"><path d="M1 1H0V0h1v1zm2-1H2v1h1V0zm2 0H4v1h1V0zM1 2H0v1h1V2zm2 0H2v1h1V2zm2 0H4v1h1V2zM1 4H0v1h1V4zm2 0H2v1h1V4zm2 0H4v1h1V4zM1 6H0v1h1V6zm2 0H2v1h1V6zm2 0H4v1h1V6zM1 8H0v1h1V8zm2 0H2v1h1V8zm2 0H4v1h1V8zm-4 2H0v1h1v-1zm2 0H2v1h1v-1zm2 0H4v1h1v-1zm-4 2H0v1h1v-1zm2 0H2v1h1v-1zm2 0H4v1h1v-1z"/></svg>
<svg class="tc-image-move tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 256L405.3 149.3v85.4h-128v-128h85.4L256 0 149.3 106.7h85.4v128h-128v-85.4L0 256l106.7 106.7v-85.4h128v128h-85.4L256 512l106.7-106.7h-85.4v-128h128v85.4z"/></svg>
<svg class="tc-image-move-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M234.7 213.3h42.7V106.7h85.3L256 0 149.3 106.7h85.3v106.6zM512 256L405.3 149.3v85.3H298.7v42.7h106.7v85.3L512 256zm-298.7-21.3H106.7v-85.3L0 256l106.7 106.7v-85.3h106.7v-42.7zm64 64h-42.7v106.7h-85.3L256 512l106.7-106.7h-85.3V298.7z"/></svg>
<svg class="tc-image-move-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M209.5 0H0v209.5L81.5 128l104.7 104.7 46.5-46.5L128 81.5 209.5 0zm-23.3 279.3L81.5 384 0 302.5V512h209.5L128 430.5l104.7-104.7-46.5-46.5zM302.5 0L384 81.5 279.3 186.2l46.5 46.5L430.5 128l81.5 81.5V0H302.5zm23.3 279.3l-46.5 46.5L384 430.5 302.5 512H512V302.5L430.5 384 325.8 279.3z"/></svg>
<svg class="tc-image-move-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 864 768"><path d="M704 512V128h-64v384H480l192 192 192-192zM256 64v192H64V64h192zm64-64H0v320h320V0zM0 448h96v64H0v-64zm128 0h96v64h-96v-64zm128 0h64v96h-64v-96zM0 672h64v96H0v-96zm96 32h96v64H96v-64zm128 0h96v64h-96v-64zM0 544h64v96H0v-96zm256 32h64v96h-64v-96z"/></svg>
<svg class="tc-image-move-to-inbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H3.98C1.77 0 .02 1.79.02 4L0 32c0 2.21 1.77 4 3.98 4H32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 24h-8c0 3.31-2.69 6-6 6s-6-2.69-6-6H3.98V4H32v20zm-6-10h-4V8h-8v6h-4l8 8 8-8z"/></svg>
<svg class="tc-image-move-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 864 768"><path d="M640 320v384h64V320h160L672 128 480 320zM0 0h96v64H0V0zm128 0h96v64h-96V0zm128 0h64v96h-64V0zM0 224h64v96H0v-96zm96 32h96v64H96v-64zm128 0h96v64h-96v-64zM0 96h64v96H0V96zm256 32h64v96h-64v-96zm0 384v192H64V512h192zm64-64H0v320h320V448z"/></svg>
<svg class="tc-image-moveto tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.996999740600586 12"><path d="M12.133 2h-.578c-1.291 0-1.289-2-2.201-2H3.86a1.864 1.864 0 0 0-1.863 1.864V4h1V1.864c0-.476.388-.864.863-.864h5.304c.062.096.141.24.198.347.335.618.896 1.653 2.193 1.653h.578c.444 0 .864.486.864 1v6.137a.865.865 0 0 1-.864.863H3.86a.865.865 0 0 1-.863-.863V9h-1v1.137c0 1.029.835 1.863 1.863 1.863h8.272c1.03 0 1.865-.834 1.865-1.863V4c0-1.029-.835-2-1.864-2z"/><path d="M6.768 8.841l2.079-2.029.005-.008c.044-.044.081-.149.106-.207.021-.054.029-.01.033-.064 0-.012.006-.022.006-.033 0-.008-.004-.014-.004-.021a.411.411 0 0 0-.035-.146.514.514 0 0 0-.09-.135c-.008-.01-.012-.024-.021-.033L6.768 4.088c-.2-.201-.525-.109-.725.092a.512.512 0 0 0 0 .726l1.201 1.109-6.713.001c-.293 0-.531.2-.53.483-.001.283.237.464.531.464h6.713L6.044 8.206a.514.514 0 0 0 0 .727c.1.1.23.059.362.059s.263-.052.362-.151z"/></svg>
<svg class="tc-image-movie tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0v512h512V0H0zm63.9 490.7H21.3V448H64v42.7zm0-85.3H21.3v-42.7H64v42.7zm0-85.4H21.3v-42.7H64V320zm0-85.3H21.3V192H64v42.7zm0-85.4H21.3v-42.7H64v42.7zm0-85.4H21.3V21.3H64v42.6zm362.8 405.5H85.3V277.3h341.4v192.1zm0-234.7H85.3V42.6h341.4v192.1zm64 256H448V448h42.7v42.7zm0-85.3H448v-42.7h42.7v42.7zm0-85.4H448v-42.7h42.7V320zm0-85.3H448V192h42.7v42.7zm0-85.4H448v-42.7h42.7v42.7zm0-85.4H448V21.3h42.7v42.6z"/></svg>
<svg class="tc-image-movie-clapper tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.17433166503906 39.612327575683594"><path d="M33.622.393a3.167 3.167 0 0 1 3.798 2.373l1.78 7.714-37.026 8.55-1.78-7.715a3.167 3.167 0 0 1 2.372-3.798L33.622.393zM2.648 14.044l.713 3.086 5.932-9.495-3.085.712-3.56 5.697zm5.34 2.017l3.086-.712 5.933-9.495-3.085.712-5.933 9.495zm7.715-1.78l3.085-.713 5.933-9.495-3.085.713-5.933 9.494zm7.713-1.782l3.086-.712 5.933-9.495-3.086.713-5.932 9.494zm7.714-1.78l3.086-.713 2.373-3.798-.712-3.085-4.747 7.595zm5.878 28.893H5.34a3.167 3.167 0 0 1-3.166-3.167V19.03h38v17.416a3.167 3.167 0 0 1-3.166 3.167zm-23.75-19l-6.334 6.333h3.167l6.333-6.333h-3.167zm7.916 0l-6.333 6.333h3.166l6.334-6.333h-3.167zm7.917 0l-6.334 6.333h3.167l6.333-6.333h-3.166zm7.916 0l-6.333 6.333h3.167l4.741-4.74.01-1.593h-1.585zm-31.666 0l-1.584 1.583v3.167l4.75-4.75H5.341z"/></svg>
<svg class="tc-image-movie-clapper-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.17369842529297 49.112327575683594"><path d="M33.622.393a3.167 3.167 0 0 1 3.798 2.373l1.78 7.714-37.026 8.548-1.781-7.714a3.167 3.167 0 0 1 2.373-3.797L33.622.393zM2.648 14.043l.713 3.086 5.932-9.494-3.085.712-3.56 5.697zm5.34 2.018l3.086-.713 5.933-9.494-3.085.712-5.933 9.495zm7.715-1.78l3.085-.714 5.933-9.494-3.085.712-5.933 9.495zm7.713-1.782l3.086-.712 5.933-9.495-3.086.712-5.933 9.495zm7.714-1.78l3.086-.713 2.373-3.798-.712-3.086-4.747 7.596zm5.878 28.893H5.34a3.167 3.167 0 0 1-3.166-3.167V19.028h38v17.417a3.167 3.167 0 0 1-3.166 3.167zm-23.75-19l-6.334 6.333h3.167l6.333-6.333h-3.167zm7.916 0l-6.333 6.333h3.166l6.334-6.333h-3.167zm7.917 0l-6.334 6.333h3.167l6.333-6.333H29.09zm7.916 0l-6.333 6.333h3.167l4.74-4.74.01-1.593h-1.584zm-31.666 0l-1.584 1.583v3.167l4.75-4.75H5.34zm25.333 22.166a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334z"/></svg>
<svg class="tc-image-movie-clapper-solid tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.17433166503906 39.612327575683594"><path d="M33.622.393a3.167 3.167 0 0 1 3.798 2.373l1.78 7.714-37.026 8.55-1.78-7.715a3.167 3.167 0 0 1 2.372-3.798L33.622.393zm3.386 39.22H5.34a3.167 3.167 0 0 1-3.166-3.168V19.03h38v17.416a3.167 3.167 0 0 1-3.166 3.167z"/></svg>
<svg class="tc-image-movie-clapper-solid-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.17433166503906 49.112327575683594"><path d="M33.622.393a3.167 3.167 0 0 1 3.798 2.373l1.78 7.714-37.026 8.548-1.78-7.713a3.167 3.167 0 0 1 2.372-3.798L33.622.393zm3.386 39.22H5.34a3.167 3.167 0 0 1-3.166-3.168V19.028h38v17.417a3.167 3.167 0 0 1-3.166 3.167zm-6.334 3.165a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334z"/></svg>
<svg class="tc-image-movie-creation tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M32 0l4 8h-6l-4-8h-4l4 8h-6l-4-8h-4l4 8h-6L6 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V0h-8z"/></svg>
<svg class="tc-image-movie-filter tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M32 0l4 6h-6l-4-6h-4l4 6h-6l-4-6h-4l4 6h-6L6 0H4C1.8 0 .02 1.8.02 4L0 28c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V0h-8zM18.5 22.5L16 28l-2.5-5.5L8 20l5.5-2.5L16 12l2.5 5.5L24 20l-5.5 2.5zm11.38-6.62L28 20l-1.88-4.12L22 14l4.12-1.88L28 8l1.88 4.12L34 14l-4.12 1.88z"/></svg>
<svg class="tc-image-movie-rental tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 33.82426071166992 46.000526428222656"><path d="M17.507 20.572a2.743 2.743 0 0 0-2.741 2.74 2.743 2.743 0 0 0 2.741 2.74 2.744 2.744 0 0 0 2.741-2.74c0-1.511-1.23-2.74-2.741-2.74zM33.824 2.073A2.073 2.073 0 0 0 31.752 0H2.073A2.073 2.073 0 0 0 0 2.073v41.856C0 45.073.928 46 2.073 46h29.679a2.07 2.07 0 0 0 2.072-2.071V2.073zM17.507 36.415c-7.225 0-13.103-5.877-13.103-13.103 0-7.224 5.878-13.102 13.103-13.102 7.224 0 13.101 5.878 13.101 13.102-.001 7.226-5.878 13.103-13.101 13.103z"/></svg>
<svg class="tc-image-movie-theater tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 46"><path d="M40.215 11h-5.674l5.709-5.474L34.602 0h-7.994l5.727 5.473L26.464 11h-6.789l5.838-5.474L19.746 0h-8.131l5.727 5.473L11.463 11H5.709l5.841-5.474L5.772 0H0v46h46V0h-5.642L46 5.504 40.215 11zM40 40H6v-6h34v6zm0-11H6v-6h34v6z"/></svg>
<svg class="tc-image-moving-company tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.002357482910156 24.00100326538086"><path d="M7.525 16.795c-1.978 0-3.585 1.617-3.585 3.604A3.595 3.595 0 0 0 7.525 24a3.597 3.597 0 0 0 3.59-3.602 3.599 3.599 0 0 0-3.59-3.603zm0 5.461a1.798 1.798 0 0 1-1.792-1.803 1.8 1.8 0 0 1 1.792-1.801 1.8 1.8 0 0 1 1.797 1.801 1.798 1.798 0 0 1-1.797 1.803zm31.543-5.461c-1.98 0-3.587 1.617-3.587 3.604a3.595 3.595 0 0 0 3.587 3.602c1.98 0 3.59-1.613 3.59-3.602a3.6 3.6 0 0 0-3.59-3.604zm0 5.461a1.8 1.8 0 0 1-1.794-1.803 1.801 1.801 0 0 1 1.794-1.801c.992 0 1.797.809 1.797 1.801a1.8 1.8 0 0 1-1.797 1.803zM47.008 0H15.462a.996.996 0 0 0-.993.997v9.042h-1.987V4.488a.995.995 0 0 0-.994-.997H4.72c-1.18 0-2.234.872-2.423 2.12v-.065l-1.056 5.987.002.021A1.495 1.495 0 0 0 .001 13.03l.033.32-.033-.009 1.49 6.735h1.552v-.061c0-2.414 1.975-4.369 4.41-4.369 2.433 0 4.41 1.955 4.41 4.369v.061h22.725v-.061c0-2.414 1.976-4.369 4.407-4.369 2.435 0 4.411 1.955 4.411 4.369l-.004.061h4.6V.997A.995.995 0 0 0 47.007 0zM9.004 5.111v4.928h-5.96l.745-4.181c.062-.5.497-.869.931-.869h4.284v.122z"/></svg>
<svg class="tc-image-mozilla tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.630001068115234 20.02399444580078"><path d="M8.853 3.231c-.359.42-.72.838-.804 1.402l.08.096c.241-.29.599-.532.931-.699 0 .595.384 1.178.895 1.464l.087.007c-.109-.628-.036-1.395.21-1.961.391-.329.905-.459 1.236-.805-.827-.194-1.616-.031-2.323.24l-.312.255zm3.4 1.82a8.51 8.51 0 0 0-1.534.266c.222.205.502.274.712.465-.658.249-1.347.405-1.921.913l.12.071c1.063-.221 2.321-.203 3.429.034l.065-.046-.642-1.169.987-.215c-.525-.491-1.125-.973-1.813-1.182.103.285.393.571.597.861zm3.861 1.173a4.531 4.531 0 0 0 1.604.015c-.825-.422-1.879-.339-2.537-1.077.122.388.391 1.012.932 1.062zM8.268 9.196c.205.66-.487 1.463.068 2.067.471.55 1.048 1.006 1.604 1.409l-.048-.206c-.494-.578-.949-1.214-1.176-1.9.578.203 1.19.483 1.853.576-.746-1.112-2.11-2.176-1.595-3.699.027-.252.36-.445.277-.678-.781.597-1.107 1.475-.982 2.431zm16.956-1.917c-1.055-1.462-4.87-1.692-6.595-3.617.294-.957-.323-1.742-.951-2.34-.945-.695-2.249-.375-3.254-.087-1.146-.24-2.205-.651-3.32-.976C8.623 0 6.179 1.813 6.179 1.813 4.419 2.977 1.659 5.388.34 6.794c.325.044.67-.209 1.036-.258l2.536-.696C2.859 6.746.642 8.339 0 9.597c.791-.285 2.453-1.243 3.28-1.321-.721.662-2.227 1.919-2.699 2.719.057.028.017.096.027.147.621-.357 2.128-1.288 2.813-1.35-.704.761-1.998 2.221-2.283 3.201.612-.417 2.149-1.262 2.821-1.52-.153.386-.493.674-.713 1.061-.304.535-1.027 1.143-1.053 1.779.536-.519 1.2-.974 1.868-1.341-.298.643-.845 1.174-.995 1.939.437-.441 1.268-.67 1.832-.872l-.068.067c-.049.041-.683.509-1.116 1.031.383-.025.101-.073.584.038l-.799.324a11.788 11.788 0 0 0 1.898 1.984c-.03-.168-.026-.356-.126-.388l1.972-1.113c-.671.113-2.503.679-2.614.586.401-.451 2.484-1.047 2.878-1.834 0 0 .064-.028-.14.049l-1.571.088c-.307-1.111.999-1.696.33-2.58-.998-1.32-1.813-2.681-1.639-4.353.093.198.185.42.351.577.069-.37.085-.787.187-1.118.144.503.295 1.077.816 1.389l.026-.034c-.428-1.58-.158-3.473 1.392-4.443-.413.14-1.024.101-1.63.363.104-.144.286-.895.704-1.271.343-.23.513-.505.865-.698.697-.554 1.404-1.015 2.617-1.207 1.133-.18 2.139.343 3.202.514-.047.161-.249.238-.32.371-.098.183-.344.369-.245.567l.823-.315c1.155-.291 2.253-.877 3.513-.745l.63.801c-1.352-1.076-2.759.3-4.098.593-.512.093-1.017.275-1.505.382.555.415 1.215.509 1.935.431.078.525.719 1.359 1.192 1.478-.068-.485-.61-1.15-.262-1.747.447-.25 1.086-.802 1.593-.389-.323.03-.595.252-.876.399-.208.151-.26.616-.217.722.208.631 1.354 1.227 3.298 1.207-.167-.289-1.131-1.133-1.074-1.457 1.96 1.944 5.57 2.401 6.406 3.25.072.284-.778.91-.613 1.159-.096.3.366.83.838 1.403-.371-2.313.855-.786.222.87l-.892-.197c-2.891-.203-4.018-1.192-6.297-2.682-.847-.562-1.8-1.367-2.38-1.834l-1.271-.485c1.686 2.048 2.124 1.86 1.286 3.378l-.441-.774-.172-1.419c-.495 1.698-.767 3.488 1.484 4.529l1.28.181c-.596-.49-1.127-.964-.995-1.54.699 1.35 3.94 2.017 5.311 2.395.228.087.466.222.619.39-.36.325-.57.276-1.05.448-1.045-.357-2.474-.643-2.946-1.323.262.377-4.188.901-3.329.974-1.262-.059-2.525-.875-3.411-1.883l-.23-.079c.024.99.957 1.683 1.447 2.526l.972.431c-.464.299-1.048.576-1.34 1.102-.102.26-.307.587-.176.861.436-.464 1.006-.692 1.569-.834l-.423.643c.091.716-.5 1.978-.9 2.722-.474 1.161-3.489.07-6.195-.736 2.179 1.622 4.812 2.24 7.839 1.979l-.326-.708c.711-1.401.332-3.646 2.189-4.614 1.257-.669 1.399-1.034 2.849-.762.783.148 2.497.739 3.319.553.744-.431 1.116-.627 1.758-1.125.807.143 1.067.057 1.36-.383.15-.411.511-1.499.841-2.209l.024-.384c-.323-.965-.244-2.611-.406-2.848zm-9.202-2.758a.497.497 0 0 0-.006.199c-.173-.138-.285-.32-.288-.538.177-.015.343.006.499.054a.461.461 0 0 0-.205.286zm.583.457a.464.464 0 0 0 .181-.418c.141.122.265.265.377.418-.18.034-.374.032-.558-.001zm1.803 5.551c.022-.159-.005-.346.069-.473.113.047.321.048.367.144-.159.068-.273.247-.435.329zm1.013.511l.026-.436c.133-.03.23.054.303.114l-.33.322zm.781.35c.03-.065-.018-.513.07-.508l.263.155c-.079-.006-.257.357-.334.353zm.721.371l.083-.207c-.014-.403-.002-.319.3-.26-.108.1-.201.452-.384.467zm.948.271l.022-.629.304.07-.326.559zm.834-.097c-.023-.488-.002-.433.375-.287l-.375.287zm.894.305c.011-.172.061-.368.007-.53.103.008.222-.025.309.048-.024.196-.226.316-.316.483zm-3.397-.85c.079.006.257-.357.334-.353l-.263-.155c-.091-.007-.041.444-.07.508zm-7.829 6.568c.12.224.124.498.244.722.282-.609.251-1.34-.116-1.887-.637-.281-1.252-.573-1.802-1.017.227.777.974 1.634 1.673 2.182zm-.229 1.555l.618-.504c-.601-.391-1.618-1.09-2.17-1.609.433.9.447 1.894 1.551 2.113z"/></svg>
<svg class="tc-image-msql_server tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.577001571655273 23.518001556396484"><path d="M13.657 10.983l-4.709 1.536-4.094 1.808-1.147.303a31.428 31.428 0 0 1-1.887 1.648 7.302 7.302 0 0 0-.934.926c-.325.405-.58.837-.689 1.168-.197.597-.101 1.202.279 1.761.485.713 1.449 1.438 2.572 1.931.572.252 1.538.576 2.263.759 1.207.305 3.54.636 4.824.685.261.01.607.009.623-.002.028-.019.228-.397.46-.871.79-1.613 1.361-3.125 1.668-4.416.186-.782.331-1.825.425-3.061.026-.346.036-1.501.016-1.894a13.326 13.326 0 0 0-.179-1.67.43.43 0 0 1-.011-.147c.013-.011.058-.025.636-.194l-.115-.27zm-1.076.631c.043 0 .157 1.091.186 1.784.006.147.005.241-.004.241-.028 0-.603-.338-1.011-.594a28.29 28.29 0 0 1-1.139-.757c-.034-.027-.03-.028.261-.128.495-.171 1.669-.547 1.706-.547zm-2.399.788c.03 0 .113.046.309.168.735.46 1.729 1.014 2.155 1.2.132.058.147.035-.157.242-.649.441-1.455.874-2.446 1.314-.173.077-.319.139-.325.139s.013-.088.042-.195c.24-.887.375-1.783.379-2.502.002-.355.002-.357.036-.366l.006-.001zm-.493.188c.021.021.006.817-.02 1.034a8.973 8.973 0 0 1-.408 1.799c-.014.016-.501-.458-.663-.646a4.828 4.828 0 0 1-.655-.953c-.081-.159-.21-.475-.198-.483.055-.04 1.93-.765 1.944-.751zm-2.326.917c.004 0 .008.002.01.004a.87.87 0 0 1 .055.129c.113.308.368.766.59 1.058.242.32.557.66.821.886l.175.15c.023.02.03.017-.55.237a47.99 47.99 0 0 1-2.247.783l-.602.195c-.032.012-.022-.008.071-.154.418-.653 1.051-1.929 1.405-2.832.061-.157.12-.313.13-.349.015-.052.031-.069.079-.091a.136.136 0 0 1 .063-.016zm-.713.294c.009.008-.171.389-.349.736a28.26 28.26 0 0 1-1.228 2.14c-.087.139-.167.267-.178.282-.018.026-.025.017-.08-.092a3.22 3.22 0 0 1-.274-.824 3.325 3.325 0 0 1 .019-1.061c.046-.222.044-.217.149-.271.453-.232 1.926-.922 1.941-.909zm6.139.249v.151a19.566 19.566 0 0 1-.209 2.674c-.022.139-.04.254-.042.255s-.102-.028-.223-.066a9.194 9.194 0 0 1-1.636-.7c-.346-.19-.847-.497-.833-.511.004-.004.151-.082.328-.174a20.896 20.896 0 0 0 1.947-1.142c.218-.145.544-.381.616-.445l.051-.045zm-8.827 1.053c.014-.001.011.027-.012.158a3.815 3.815 0 0 0-.04.382c-.029.52.056.904.314 1.43.072.146.128.268.125.27-.026.022-2.38.71-3.12.913l-.427.118c-.026.008-.028.002-.019-.058.081-.522.479-1.207 1.036-1.783.37-.383.666-.609 1.17-.897.362-.206.923-.516.964-.532l.008-.001zm5.552.994c.002-.003.089.044.194.104.76.44 1.821.852 2.726 1.059l.082.019-.112.063c-.473.262-2.029.91-3.618 1.506l-.503.19c-.045.018-.08.03-.08.026s.066-.13.146-.28c.446-.834.892-1.848 1.12-2.552.023-.072.044-.132.046-.135zm-.566.185a1.39 1.39 0 0 1-.062.165c-.31.75-.716 1.568-1.235 2.487-.132.234-.243.425-.247.424s-.111-.064-.238-.142c-.755-.462-1.423-1.031-1.861-1.584l-.063-.078.325-.089a23.093 23.093 0 0 0 3.124-1.08c.139-.06.254-.107.256-.104zm3.516 1.228c.002 0 .002.002.002.003 0 .079-.18.811-.329 1.341-.125.445-.231.792-.426 1.408a7.62 7.62 0 0 1-.165.493l-.046-.009a14.642 14.642 0 0 1-2.892-.815 8.216 8.216 0 0 1-.626-.277 4.68 4.68 0 0 1 .476-.224c1.62-.707 3.299-1.512 3.873-1.857a.413.413 0 0 1 .132-.063zm-8.116.278c.009.008-.445.657-1.078 1.543-.22.308-.479.671-.574.807s-.24.35-.322.477l-.15.231-.159-.134a6.394 6.394 0 0 1-.663-.675c-.306-.381-.513-.782-.594-1.15-.038-.17-.039-.256-.003-.267.052-.016 1.002-.239 1.894-.446.495-.115 1.068-.249 1.273-.299s.375-.088.377-.086zm.456.174l.115.128a6.641 6.641 0 0 0 1.67 1.365c.112.065.198.121.191.126a293.463 293.463 0 0 1-4.24 1.498.713.713 0 0 1-.071-.047l-.066-.047.103-.148c.334-.483.753-1.014 1.67-2.118l.629-.757zm2.84 2.03c.003-.003.161.053.354.125.464.173.827.286 1.32.41.605.151 1.478.303 1.996.346.079.007.12.016.107.024-.024.015-.548.19-.933.311-.611.192-2.48.744-4.004 1.183l-.537.153c-.034.007-.153-.024-.153-.04 0-.008.085-.116.189-.24a21.733 21.733 0 0 0 1.446-1.944l.216-.328zm-.629.018c.005.005-.248.409-.692 1.108-.188.295-.4.631-.473.747s-.18.291-.237.391l-.104.182-.053-.014a29.485 29.485 0 0 1-1.265-.447 8.061 8.061 0 0 1-.828-.381c-.283-.153-.642-.38-.614-.389l1.081-.296c1.56-.425 2.423-.669 2.989-.846.106-.033.194-.058.196-.056zm4.431 1.039h.005c.015.037-.563 1.636-.774 2.143-.047.114-.065.141-.089.14-.06-.003-.897-.12-1.404-.197-.887-.135-2.373-.394-2.748-.48l-.087-.019.532-.12c1.14-.257 1.687-.395 2.242-.564.7-.214 1.394-.482 2.094-.807.111-.052.205-.091.229-.096zM8.804.009C8.725 0 7.461.455 6.649.785c-1.1.447-1.954.875-2.481 1.245-.196.138-.443.385-.479.48a.332.332 0 0 0-.02.12l.478.451 1.134.362 2.702.483 3.088.531.031-.265a.236.236 0 0 0-.028-.004l-.407-.064-.083-.145a27.067 27.067 0 0 1-1.153-2.277 11.936 11.936 0 0 1-.52-1.434C8.845.03 8.838.015 8.801.01zm-.059.183h.005c.002.003.017.102.031.221.061.497.172.98.346 1.499.131.391.133.368-.023.325-.363-.101-1.99-.381-3.167-.544a9.002 9.002 0 0 1-.35-.052c-.015-.015.849-.468 1.232-.646C7.31.766 8.648.21 8.745.192zm-3.43 1.593l.138.047c.756.257 2.65.619 3.697.706.118.01.217.02.22.023s-.097.056-.223.119c-.505.253-1.061.561-1.446.802-.113.071-.216.128-.23.127s-.088-.013-.166-.026l-.142-.023-.357-.347a190.11 190.11 0 0 0-1.307-1.255l-.184-.173zm-.14.112l.5.625c.275.344.552.685.613.758s.109.136.106.138c-.014.01-.725-.128-1.102-.215a8.243 8.243 0 0 1-.786-.208l-.195-.063.001-.048c.002-.24.305-.594.818-.956l.046-.031zm4.262.851c.015.001.031.032.075.129.121.266.499.987.591 1.126.03.046.078.049-.424-.032-1.205-.195-1.595-.26-1.595-.267 0-.005.036-.028.08-.053.373-.208.75-.469 1.085-.751l.171-.144c.006-.005.011-.008.016-.007zm-5.726-.286s-.078.124-.004.308c.046.114.183.251.334.396 0 0 1.582 1.543 1.775 1.767.876 1.011 1.257 2.007 1.292 3.382.023.882-.148 1.658-.561 2.559-.741 1.615-2.301 3.397-4.711 5.378l.354-.117c.227-.17.536-.352 1.265-.751 1.677-.918 3.561-1.762 5.875-2.631 3.329-1.251 8.806-2.719 11.922-3.196l.325-.05-.05-.078a10.567 10.567 0 0 0-.713-1.005c-.683-.845-1.511-1.535-2.525-2.102-1.393-.78-3.2-1.386-5.484-1.84a66.623 66.623 0 0 0-2.147-.368c-1.63-.254-2.681-.426-3.843-.628-.416-.072-1.038-.177-1.451-.266a8.897 8.897 0 0 1-.941-.253c-.262-.103-.632-.203-.71-.504zm.917.89a1.03 1.03 0 0 1 .134.041c.133.045.31.098.515.156.144.04.302.082.469.125.214.055.391.102.393.104.024.027.383 1.174.506 1.614.047.168.082.308.079.311s-.043-.059-.088-.137C6.22 4.835 5.562 4.091 4.8 3.493a3.043 3.043 0 0 1-.172-.141zm1.752.484c.018-.001.097.012.191.033.606.134 1.689.343 2.385.46.116.02.211.041.211.047s-.043.034-.096.06c-.117.059-.59.342-.748.448-.395.264-.75.547-1.008.804-.104.103-.191.188-.194.188s-.021-.06-.04-.134A11.895 11.895 0 0 0 6.445 4a1.71 1.71 0 0 1-.07-.162l.004-.002zm3.083.586c.02.007.059.127.127.395a5.94 5.94 0 0 1 .171 1.629 3.3 3.3 0 0 1-.021.308l-.011.037-.184-.06a46.777 46.777 0 0 0-1.53-.451 6.934 6.934 0 0 1-.549-.165c0-.022.44-.462.629-.629.361-.32 1.334-1.076 1.368-1.064zm.245.035c.011-.01 1.473.243 2.137.37.495.095 1.212.245 1.255.263.021.009-.053.049-.291.156-.941.424-1.638.803-2.331 1.267-.183.122-.334.222-.337.222s-.006-.102-.006-.226a4.998 4.998 0 0 0-.383-1.934.599.599 0 0 1-.044-.118zm3.78.748c.011.011-.037.3-.078.47-.129.53-.472 1.317-.895 2.056-.075.13-.141.239-.149.241s-.104-.048-.214-.112a11.354 11.354 0 0 0-1.396-.683 4.282 4.282 0 0 1-.272-.118c-.023-.022 1.12-.779 1.726-1.142.485-.291 1.265-.726 1.279-.712zm.27.042c.033 0 .681.177 1.017.277.835.25 1.799.602 2.423.886l.26.118-.183.042c-1.529.351-2.84.757-4.102 1.269-.105.043-.196.078-.203.078s.027-.081.074-.18c.379-.806.625-1.652.688-2.37.006-.065.018-.118.026-.118zM7.313 6.729c.01-.01.504.105.773.181.405.114 1.266.402 1.266.424 0 .004-.095.087-.211.184-.465.389-.914.797-1.452 1.316-.159.154-.295.279-.302.279s-.01-.023-.006-.05c.081-.598.064-1.366-.049-2.147a1.21 1.21 0 0 1-.019-.187zm10.392.009c.007.007-.229.377-.376.588-.215.307-.526.711-1.235 1.603l-.934 1.177c-.142.179-.26.326-.264.326s-.049-.064-.101-.142a7.436 7.436 0 0 0-1.44-1.592c-.106-.088-.225-.184-.264-.214s-.072-.057-.072-.061c0-.01.604-.269 1.065-.457.803-.327 1.9-.718 2.721-.97.433-.133.893-.265.9-.258zm.273.072a.908.908 0 0 1 .203.098 12.033 12.033 0 0 1 3.025 2.458c-.002.001-.162.014-.356.028-1.499.113-3.415.431-5.259.875-.125.03-.234.055-.241.055s.13-.138.305-.305c1.083-1.041 1.578-1.699 2.159-2.874.087-.175.16-.326.163-.335l.002-.001zm-7.921.812c.049.011.511.226.86.401.319.16.802.417.826.439.003.003-.167.092-.378.197-.669.335-1.242.65-1.84 1.016-.171.104-.313.19-.318.19-.015 0-.009-.013.086-.188.319-.583.575-1.28.723-1.96.013-.061.029-.098.04-.095zm-.466.083c.01.01-.11.45-.186.685a8.917 8.917 0 0 1-.818 1.771l-.088.144-.2-.193a2.642 2.642 0 0 0-.662-.489.95.95 0 0 1-.172-.101c-.001-.029.607-.582 1.075-.978.335-.284 1.042-.849 1.05-.84zm2.829 1.163l.174.113a13.8 13.8 0 0 1 1.229.906c.201.168.593.518.673.603l.043.045-.288.08c-1.63.452-2.89.855-4.359 1.395-.163.06-.304.11-.314.11-.02 0-.04.019.326-.319.94-.865 1.77-1.818 2.391-2.745l.125-.188zm-.743.187c.008.008-.482.695-.773 1.083a47.132 47.132 0 0 1-1.396 1.744c-.178.211-.331.386-.34.389s-.015-.049-.015-.13a2.993 2.993 0 0 0-.302-1.281c-.081-.165-.095-.204-.078-.22.067-.061 1.104-.652 1.758-1.002.449-.241 1.138-.591 1.147-.582zm-4.496 1.101a3.933 3.933 0 0 1 .796.507c.007.006-.086.082-.207.169-.337.243-.851.631-1.148.868-.314.25-.324.257-.289.203a6.43 6.43 0 0 0 .477-.823 6.55 6.55 0 0 0 .297-.744.68.68 0 0 1 .075-.18zm1.198.94c.016-.002.039.028.136.172.203.303.358.707.398 1.037l.008.071-.486.188c-.873.339-1.677.673-2.219.921-.152.07-.42.198-.595.285s-.318.156-.318.153c0-.004.11-.086.244-.184 1.065-.773 1.984-1.62 2.676-2.467a2.23 2.23 0 0 1 .15-.174c.002-.002.004-.002.007-.002zm-.553.137c.014.014-.393.475-.667.754a11.807 11.807 0 0 1-2.21 1.784l-.214.135c-.023.014.007-.021.378-.424.233-.254.412-.465.614-.728.133-.173.159-.198.355-.339.527-.38 1.731-1.196 1.745-1.182z"/></svg>
<svg class="tc-image-mug tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 15"><path d="M15 4h-3V2.5C12 1.119 9.314 0 6 0S0 1.119 0 2.5v10C0 13.881 2.686 15 6 15s6-1.119 6-2.5V11h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM2.751 3.037c-.578-.19-.928-.394-1.116-.537.188-.143.538-.347 1.116-.537C3.656 1.665 4.81 1.5 6 1.5s2.344.164 3.249.463c.578.19.928.394 1.116.537-.188.143-.538.347-1.116.537C8.344 3.335 7.19 3.5 6 3.5s-2.344-.164-3.249-.463zM14 9h-2V6h2v3z"/></svg>
<svg class="tc-image-multi-line-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12.904825210571289"><path d="M13 .5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1 0-1h12a.5.5 0 0 1 .5.5zm0 3a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 .5-.5zm-8 6a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 .5-.5zM10.487 6H.5a.5.5 0 0 0 0 1h9.987c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5H7.89v-.033h-.006l1.002-1.002a.514.514 0 1 0-.727-.727l-1.878 1.878a.514.514 0 0 0 0 .727l1.878 1.877a.515.515 0 0 0 .727-.728L7.891 11h2.597c1.379 0 2.5-1.121 2.5-2.5S11.866 6 10.487 6z"/></svg>
<svg class="tc-image-multibanco tc-image-button" width="22pt" height="22pt" viewBox="0 0 539.2810668945312 512.0089721679688"><path d="M268.228 512.009H488.48c50.288 0 50.801-53.453 45.67-79.841-2.795-17.736-32.942-17.592-36.26 0v20.592c0 9.41-7.7 17.111-17.11 17.111H58.49c-9.41 0-17.11-7.701-17.11-17.111v-20.603c-3.319-17.592-33.465-17.736-36.26 0C0 458.546.49 511.998 50.79 511.998h217.436zm-155.72-512h339.62c23.86 0 43.376 20.654 43.376 45.906V67.86c0 31.017-42.025 30.904-42.025.205V56.074c0-7.629-6.236-13.855-13.865-13.855H99.298c-7.629 0-13.854 6.236-13.854 13.855v11.745c0 30.853-40.048 30.628-40.048.666V45.906C45.396 20.654 64.923 0 88.773 0c.01.01 23.736.01 23.736.01zm374.43 252.212c23.52 11.069 39.761 33.904 39.761 60.13 0 36.976-32.287 67.226-71.74 67.226H344.355c-10.342 0-18.81-7.926-18.81-17.623V151.532c0-10.148 8.314-18.453 18.482-18.453h92.12c38.778 0 70.502 31.693 70.502 70.431 0 18.852-7.527 36.034-19.712 48.711zm-82.546-17.142h35.113v-.389c15.995-2.458 28.334-16.353 28.334-33.003 0-18.37-15.033-33.393-33.393-33.393h-70.738v174.613H453.4c18.965 0 34.49-15.514 34.49-34.489 0-18.964-15.515-34.488-34.49-34.488h-13.906v-.082h-35.112c-10.66 0-19.385-8.725-19.385-19.385s8.725-19.385 19.394-19.385zm-96.423 123.478c1.301 12.186-7.537 23.122-19.722 24.412-12.186 1.3-23.122-7.537-24.412-19.722l-18.186-167.342-64.983 164.987-.092.205-.154.317-.072.144-.174.338-.062.123a22.041 22.041 0 0 1-4.505 5.867l-.062.062-.327.297a21.974 21.974 0 0 1-3.84 2.724l-.092.051-.42.226-.04.01-.564.297-.246.123-.266.123-.236.113-.276.123-.236.103-.226.092-.205.082-.123.051-.185.072-.297.113-.174.062a22.011 22.011 0 0 1-6.502 1.229l-.266.01h-1.086l-.276-.01a22.346 22.346 0 0 1-7.27-1.515l-.298-.123-.072-.031-.297-.123-.286-.123-.236-.112-.246-.113-.266-.123-.154-.082-.409-.205-.04-.03-.349-.185-.195-.102a21.952 21.952 0 0 1-3.389-2.355l-.082-.072c-.246-.215-.49-.42-.738-.645l-.01-.021a23.539 23.539 0 0 1-.553-.533c-.174-.184-.358-.368-.533-.553l-.01-.02c-.226-.236-.44-.481-.656-.738l-.072-.082a21.945 21.945 0 0 1-2.345-3.389l-.113-.194-.195-.348-.02-.041-.206-.399-.072-.154-.123-.266-.123-.256-.103-.236-.123-.286-.123-.297-.03-.072-.124-.297-64.48-163.799-18.187 167.342c-1.3 12.196-12.226 21.022-24.412 19.722-12.196-1.29-21.023-12.226-19.722-24.412l21.443-197.294.01-.051.01-.082h-.01a36.101 36.101 0 0 1 1.444-6.83 35.93 35.93 0 0 1 2.704-6.421c5.478-10.281 15.545-17.5 27.566-19.159l.041-.01c.4-.051.81-.092 1.21-.133a36.688 36.688 0 0 1 5.6-.164h.092a38.37 38.37 0 0 1 6.707.891c11.47 2.673 21.207 10.649 25.794 22.303l54.887 139.408 54.887-139.408c4.587-11.643 14.326-19.62 25.794-22.303 2.068-.481 4.311-.778 6.707-.891h.092a36.815 36.815 0 0 1 5.611.164c.4.03.798.082 1.198.133l.041.01c12.022 1.659 22.098 8.878 27.576 19.159a36.909 36.909 0 0 1 2.693 6.421 36.663 36.663 0 0 1 1.444 6.83h-.01l.01.082.01.051 21.412 197.284z"/></svg>
<svg class="tc-image-multidimensional-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.029998779296875 20.580001831054688"><path d="M22.006 18.438v-.016l-1.168-4.152a.762.762 0 0 0-.355-.464c-.168-.099-.307-.248-.509-.194a.763.763 0 0 0-.54.937l.621 2.491-8.345-4.818V2.604l1.848 1.785a.761.761 0 0 0 1.079 0c.148-.148.088-.342.088-.539a.759.759 0 0 0-.224-.538L11.486.223c-.002-.003-.006-.004-.012-.007-.066-.067-.223-.121-.31-.158-.08-.032-.014-.044-.096-.05-.017 0-.032-.008-.048-.008-.012 0-.02.006-.031.006a.61.61 0 0 0-.219.052.77.77 0 0 0-.199.133c-.016.012-.034.018-.048.032l-3.085 3.09c-.3.297-.162.781.136 1.077a.76.76 0 0 0 1.078 0l1.649-1.785.001 9.711-8.329 4.808.623-2.492a.763.763 0 0 0-.54-.936c-.203-.054-.34.095-.51.193a.762.762 0 0 0-.355.464L.024 18.507c-.002.004 0 .008 0 .014-.024.093.006.253.017.348.012.085-.031.035.006.106.008.017.008.033.016.047.006.011.016.016.021.024.048.074.085.104.153.163a.795.795 0 0 0 .217.106c.017.007.033.021.052.025l4.218 1.13c.407.11.757-.25.863-.658a.76.76 0 0 0-.538-.933l-2.373-.536 8.409-4.855 8.266 4.772-2.372.536a.76.76 0 0 0-.538.933c.106.408.457.769.863.658l4.219-1.13c.02-.005.035-.018.053-.025a.789.789 0 0 0 .216-.106c.069-.059.105-.089.153-.163.006-.01.016-.014.021-.024.008-.014.008-.029.017-.046.035-.072-.007-.022.005-.107.012-.096.042-.257.018-.348z"/></svg>
<svg class="tc-image-multiline-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26.979999542236328"><path d="M40 3.84l-2.82-2.82-5.71 6.41C27.36 2.81 21.66 0 15.22 0 9.44 0 4.14 2.32 0 6l2.84 2.84C6.24 5.86 10.54 4 15.22 4c5.48 0 10.18 2.51 13.54 6.49L23 16.96l-8-8L0 23.98l3 3 12-12.02 8 8 8.09-9.1c1.5 2.7 2.5 5.79 2.89 9.1H38c-.44-4.61-1.89-8.78-4.09-12.27L40 3.84z"/></svg>
<svg class="tc-image-multiply tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm121.3 316.5c8.4 8.4 8.4 22 0 30.4l-30.4 30.4c-8.4 8.4-22 8.4-30.4 0l-60.8-60.8-60.8 60.8c-8.4 8.4-22 8.4-30.4 0L134 346.9c-8.4-8.4-8.4-22 0-30.4l60.8-60.8-60.8-60.9c-8.4-8.4-8.4-22 0-30.4l30.4-30.4c8.4-8.4 22-8.4 30.4 0l60.8 60.8 60.8-60.8c8.4-8.4 22-8.4 30.4 0l30.4 30.4c8.4 8.4 8.4 22 0 30.4l-60.8 60.8 60.9 60.9z"/></svg>
<svg class="tc-image-multiply-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 76.8L435.2 0 256 179.2 76.8 0 0 76.8 179.2 256 0 435.2 76.8 512 256 332.8 435.2 512l76.8-76.8L332.8 256z"/></svg>
<svg class="tc-image-multitrack-audio tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 853.3330078125"><path d="M170.667 682.666H256v-512h-85.333v512zm170.666 170.667h85.334V0h-85.333v853.333zM0 511.999h85.333V341.332H0v170.667zm512 170.667h85.333v-512H512v512zm170.667-341.333V512H768V341.333h-85.333z"/></svg>
<svg class="tc-image-museum tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 40"><path d="M8.27 14h3.916l.602 18H7.749l.521-18zM5 33h38v2h3v3h2v2H0v-2h2v-3h3v-2zM45 8.812L24.002 0 3 8.812V10h42V8.812zM7 11h34v2H7v-2zm28.736 3h3.914l.607 18h-5.046l.525-18zm-9.152 0h3.914l.6 18h-5.041l.527-18zm-9.154 0h3.915l.596 18h-5.039l.528-18z"/></svg>
<svg class="tc-image-museum-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 10"><path d="M4.5 0L0 2v1h9V2L4.5 0zM1 4v4L0 9v1h9V9L8 8V4H1zm1.49 1a.5.5 0 0 1 .36.15L4.5 6.79l1.65-1.64A.5.5 0 0 1 7 5.5v3a.5.5 0 0 1-1 0V6.71L4.85 7.85a.5.5 0 0 1-.707.003L4.14 7.85 3 6.71V8.5a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .49-.5z"/></svg>
<svg class="tc-image-museum-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M6.5 0L0 3.445V4h13v-.555L6.5 0zM1 5v5l-1 1.555V13h13v-1.445L12 10V5H1zm2.615 1a.625.625 0 0 1 .451.184L6.5 8.617l2.434-2.433A.625.625 0 0 1 10 6.625v4.242a.625.625 0 1 1-1.25 0V8.133L6.941 9.94a.625.625 0 0 1-.882 0L4.25 8.133v2.734a.625.625 0 1 1-1.25 0V6.625c0-.341.274-.62.615-.625z"/></svg>
<svg class="tc-image-music tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.25 38"><path d="M6.334 28.5l1.583.15V4.75L33.25 0v28.5c0 2.623-2.835 4.75-6.333 4.75s-6.333-2.127-6.333-4.75 2.835-4.75 6.333-4.75c.547 0 1.077.052 1.583.15V5.64L12.667 8.61v24.64c0 2.623-2.835 4.75-6.333 4.75S0 35.873 0 33.25s2.836-4.75 6.334-4.75z"/></svg>
<svg class="tc-image-music-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.10356616973877 9.632841110229492"><path d="M8.602 0a.489.489 0 0 0-.22.05L2.602 1.5a.5.5 0 0 0-.5.5v4.59a1.5 1.5 0 1 0 1 1.41V4.88l5-1.25v1.46a1.5 1.5 0 1 0 1 1.41v-6a.5.5 0 0 0-.5-.5zm-5.5 3.88v-1.5l5-1.25v1.5l-5 1.25z"/></svg>
<svg class="tc-image-music-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M12.5 0a.49.49 0 0 0-.23.06L3.5 2.5A.5.5 0 0 0 3 3v6.28A2 2 0 0 0 2 9a2 2 0 1 0 2 2V6.36l8-2.22v3.64a2 2 0 0 0-1-.28 2 2 0 1 0 2 2v-9a.5.5 0 0 0-.5-.5zM12 3.14L4 5.36v-2l8-2.22v2z"/></svg>
<svg class="tc-image-music-live tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.25 49.08399963378906"><path d="M6.334 28.5l1.583.15V4.75L33.25 0v28.5c0 2.624-2.835 4.75-6.333 4.75s-6.333-2.126-6.333-4.75c0-2.623 2.835-4.75 6.333-4.75l1.583.15V5.641L12.667 8.61v24.64c0 2.624-2.835 4.75-6.333 4.75S0 35.874 0 33.25c0-2.623 2.836-4.75 6.334-4.75zm0 12.667h1.583V47.5h3.167v1.584h-4.75v-7.917zm6.333 7.917v-7.917h1.583v7.917h-1.583zm3.562-7.917h1.98l1.583 5.278 1.583-5.278h1.98l-2.771 7.917H19l-2.77-7.917zm9.105 0h4.75v1.583h-3.167v1.584h3.167v1.583h-3.167V47.5h3.167v1.584h-4.75v-7.917z"/></svg>
<svg class="tc-image-music-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 36"><path d="M12 0v21.11C10.82 20.42 9.46 20 8 20c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8V8h8V0H12z"/></svg>
<svg class="tc-image-music-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.25 47.5"><path d="M6.334 28.5l1.583.15V4.75L33.25 0v28.5c0 2.623-2.835 4.75-6.333 4.75s-6.333-2.127-6.333-4.75c0-2.624 2.835-4.75 6.333-4.75l1.583.15V5.64L12.667 8.609v24.64c0 2.624-2.835 4.75-6.333 4.75S0 35.873 0 33.249c0-2.623 2.836-4.75 6.334-4.75zm20.583 12.666a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm-9.5 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334z"/></svg>
<svg class="tc-image-music-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M44 4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4zm-4 28H4V4h36v28zm-26-8c0-3.31 2.69-6 6-6 .71 0 1 .14 2 .37V6h10v4h-6l-.01 14.05C25.96 27.34 23.3 30 20 30c-3.31 0-6-2.69-6-6z"/></svg>
<svg class="tc-image-music-wifi tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.62000274658203 37.856998443603516"><path d="M17.62 0h1c10.493 0 19 8.507 19 19v1a1 1 0 1 1-2 0v-1c0-9.389-7.611-17-17-17h-1a1 1 0 1 1 0-2zM3.81 32.143l.81.107V18l15-3v17c0 1.578-1.706 2.857-3.81 2.857-2.103 0-3.81-1.279-3.81-2.857 0-1.578 1.707-2.857 3.81-2.857l.953.09L16.62 18.5l-9 1.75V35c0 1.578-1.706 2.857-3.81 2.857S0 36.578 0 35c0-1.578 1.707-2.857 3.81-2.857zM18.62 5c7.732 0 14 6.268 14 14v1a1 1 0 1 1-2 0v-1c0-6.627-5.373-12-12-12h-1a1 1 0 1 1 0-2h1zm0 5a9 9 0 0 1 9 9v1a1 1 0 1 1-2 0v-1a7 7 0 0 0-7-7h-1a1 1 0 1 1 0-2h1z"/></svg>
<svg class="tc-image-musical-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M8 0C3 0 2 1 2 1v4.09A1.64 1.64 0 0 0 1.5 5C.67 5 0 5.67 0 6.5S.67 8 1.5 8 3 7.33 3 6.5V2.53c.73-.23 1.99-.44 4-.5v2.06A1.64 1.64 0 0 0 6.5 4C5.67 4 5 4.67 5 5.5S5.67 7 6.5 7 8 6.33 8 5.5V0z"/></svg>
<svg class="tc-image-musicNote tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.1162052154541 28"><path d="M.116 22a6 6 0 0 0 12 0V6h14v10a6 6 0 0 0-8 6 6 6 0 0 0 12 0V0h-22v16a6 6 0 0 0-8 6"/></svg>
<svg class="tc-image-musk tc-image-button" width="22pt" height="22pt" viewBox="0 0 515.4000244140625 577.0999755859375"><path d="M257.7 377.8c21-.4 19.3-9.4 41.8-9.1 34.5.6 43.1-13.6 43.5-36.1.5-26.5-31.6-43.8-34.9-51.6-3.3-7.8-25.1-120.7-25.1-120.7s-3.1-8.6-25.3-8.6-25.3 8.6-25.3 8.6-21.9 112.9-25.1 120.7c-3.3 7.8-35.4 25.1-34.9 51.6.4 22.5 9 36.7 43.5 36.1 22.5-.4 20.8 8.7 41.8 9.1zM513.3 20c-35-7-69.4-20-105-19.8-20.4.1-40.9 3.6-61.1 6.9-22.7 3.7-44.7 12-67.3 15.1-7.3 1-14.7 1.4-22.1 1.4-7.4 0-14.8-.4-22.1-1.4-22.7-3.1-44.6-11.4-67.3-15.1C148.2 3.8 127.6.3 107.3.2 71.5 0 37 13 2.1 20c0 11.9-2.1 27.1 3.1 35.5 5.4 8.6 14.5 16.5 16.9 28.2 5.6 27.7 13.5 54.9 23.7 80.9 4.9 12.6 14.2 21.5 24.6 27.6 25 14.6 54.7 16.8 82.1 12.2 39.1-6.6 60.3-40.7 76.5-79.7 6-15.9 6.7-34.2 14.7-48.6 3-5.4 8.5-6 14-5.7 5.6-.3 11.1.2 14 5.7 8 14.5 8.6 32.8 14.7 48.6 16.2 39 37.4 73.2 76.5 79.7 27.5 4.6 57.1 2.5 82.1-12.2 10.4-6.1 19.7-14.9 24.6-27.6 10.1-26 18.1-53.2 23.6-80.9 2.3-11.7 11.4-19.6 16.8-28.2 5.4-8.3 3.3-23.6 3.3-35.5zM206 131.2c-19.4 46.8-54.3 56.6-80.1 56.6-10.1 0-20.6-1.5-31.3-4.5-19.1-5.3-33.3-21-40-44.2-9-31-12.7-55.9-11.6-78.3 1.4-29 27.9-34.9 57.3-38.7 13.7-1.8 24.7-2.7 34.6-2.7h.1c13.3 0 23.8 1.2 33.6 3.6 28.5 7 44.7 16.7 50.9 30.5 6.9 15.4 3 37.9-13.5 77.7zm254.8 7.9c-6.7 23.2-21 38.9-40.1 44.2-10.7 3-21.2 4.5-31.3 4.5-25.8 0-60.7-9.8-80.1-56.6-16.5-39.8-20.4-62.3-13.4-77.7 6.2-13.8 22.4-23.5 50.9-30.5 9.7-2.4 20.3-3.6 33.6-3.6h.1c9.9.1 20.9.9 34.6 2.7 29.4 3.9 55.9 9.7 57.3 38.7 1.1 22.4-2.6 47.3-11.6 78.3zm-83.4 297c-68.4-38-110.1-12-119.8-4.8-9.7-7.2-51.3-33.3-119.8 4.8-68 37.9-102.1-27.4-106.1-37 6.3 15.4 80.4 178 180.5 83.5 15.9-15 31.6-19.1 45.4-18.9 13.8-.1 29.5 4 45.4 18.9 100.1 94.5 174.2-68.2 180.5-83.5-3.9 9.7-38 74.9-106.1 37z"/></svg>
<svg class="tc-image-mute tc-image-button" width="22pt" height="22pt" viewBox="0 0 330.70001220703125 512"><path d="M85.4 320l64-64-64-64 85.3-85.3 64 64V0L85.4 149.3H0v213.3h85.3L234.7 512V341.3l-64 64L85.4 320zm245.3-128l-32-32-64 64-64-64-32 32 64 64-64 64 32 32 64-64 64 64 32-32-64-64 64-64z"/></svg>
<svg class="tc-image-mute_off tc-image-button" width="22pt" height="22pt" viewBox="0 0 1257 1979"><path d="M0 1104V887q0-37 26-63t63-26 63.5 26 26.5 63v217q0 182 132 311.5T629 1545q185 0 316.5-129.5T1077 1104V887q0-37 26.5-63t63.5-26 63.5 26 26.5 63v217q0 231-153.5 403.5T722 1715v87h280q37 0 64 26t27 62q0 37-26.5 63t-64.5 26H262q-37 0-63-26t-26-63q0-36 26-62t63-26h281v-86q-151-20-275.5-106t-196-219.5T0 1104zm296-10V328q0-136 97.5-232T629 0q137 0 234 96t97 232v766q0 136-97 232t-234 96q-138 0-235.5-96T296 1094z"/></svg>
<svg class="tc-image-mute_on tc-image-button" width="22pt" height="22pt" viewBox="0 0 1807 1979"><path d="M0 209q0-37 26-63 26-25 64-25t64 25l1627 1604q26 25 26 62t-26 62q-25 26-63 26t-64-26L26 272Q0 246 0 209zm243 895V887q0-37 26.5-63t64.5-26q37 0 63.5 26t26.5 63v217q0 182 131.5 311.5T872 1545q121 0 221-57l130 129q-116 76-256 98v87h280q37 0 63.5 26t26.5 62q0 37-26.5 63t-63.5 26H506q-37 0-63.5-26t-26.5-63q0-36 26.5-62t63.5-26h280v-86q-151-20-275.5-106t-196-219.5T243 1104zm296-10V944l460 452q-63 26-127 26-138 0-235.5-96T539 1094zm0-735v-31q0-136 97.5-232T872 0t235.5 96 97.5 232v687zm781 769q0-4 .5-12t.5-12V887q0-37 26-63t63-26q38 0 64.5 26t26.5 63v217q0 87-27 176z"/></svg>
<svg class="tc-image-my-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.6650390625 938.6650390625"><path d="M469.332 298.666c-94.293 0-170.667 76.373-170.667 170.667S375.039 640 469.332 640s170.667-76.373 170.667-170.667-76.373-170.667-170.667-170.667zm381.44 128c-19.627-177.92-160.853-319.147-338.773-338.773V0h-85.333v87.893C248.746 107.52 107.519 248.746 87.893 426.666H0v85.333h87.893c19.627 177.92 160.853 319.147 338.773 338.773v87.893h85.333v-87.893c177.92-19.627 319.147-160.853 338.773-338.773h87.893v-85.333h-87.893zM469.332 768c-164.907 0-298.667-133.76-298.667-298.667s133.76-298.667 298.667-298.667 298.667 133.76 298.667 298.667S634.239 768 469.332 768z"/></svg>
<svg class="tc-image-myspace tc-image-button" width="22pt" height="22pt" viewBox="0 0 556.0480346679688 179.20001220703125"><path d="M.001 179.2V0h71.68v105.984h412.16V0h72.207v179.2H0z"/></svg>
<svg class="tc-image-mysql tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.730003356933594 22.10999870300293"><path d="M.564.483C0 1.047.141 1.696 1.128 3.162c.508.761 1.1 1.946 1.326 2.623.226.705.677 1.664.987 2.143.564.79.564.959.197 2.397-.226.902-.31 2.031-.197 2.736.169 1.185 1.128 2.905 1.72 3.102.508.169 1.241-.733 1.269-1.551 0-.705.028-.733.338-.226.536.874 2.228 2.735 2.369 2.594.056-.056-.31-.79-.846-1.607-.508-.846-1.1-1.946-1.325-2.454-.31-.846-.423-.902-.79-.508-.226.226-.508.874-.592 1.466-.226 1.354-.733 1.523-1.128.367s-.395-3.131 0-4.484c.282-.931.254-1.184-.226-1.89-.31-.423-.79-1.438-1.044-2.256-.254-.79-.846-1.974-1.325-2.595-1.1-1.551-1.1-2.115.056-1.89.479.085 1.213.423 1.664.733.423.31 1.156.564 1.607.564 1.354 0 3.723 1.326 5.443 3.046 1.326 1.325 2.002 2.397 3.441 5.302 1.692 3.44 1.833 3.638 2.877 3.976 1.241.423 3.835 2.002 3.835 2.341 0 .113-.649.282-1.438.338-2.115.226-2.313.62-.931 1.861.649.564 1.862 1.438 2.736 1.918l1.579.902-.733-.931c-.423-.508-1.297-1.297-1.974-1.72s-1.213-.874-1.213-.987c0-.113.479-.31 1.072-.395 1.579-.282 2.03-.423 2.03-.705 0-.423-2.848-2.566-4.202-3.159-1.156-.536-1.297-.762-2.792-3.835-1.326-2.82-1.861-3.61-3.553-5.302-2.171-2.171-3.666-3.102-5.584-3.384-.649-.113-1.551-.451-1.946-.733C2.904.254 1.015 0 .563.48z"/></svg>
<svg class="tc-image-na tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.33000183105469 19"><path d="M14.25 17h-3.714L4.037 7.03l-.793-1.317h-.043L3.29 8.28V17H0V1h3.5l6.523 9.791.793 1.297h.043c-.06-.369-.089-1.095-.089-2.178L10.75 1h3.5v16zm11.5-17l-7.577 19H15l7.577-19h3.173zm13.58 17h-3.896l-1.02-3.173h-5.84L27.564 17H23.69l5.77-15.867h4.232L39.33 17zm-5.868-6.347l-1.665-5.259a6.54 6.54 0 0 1-.27-1.427h-.088a5.152 5.152 0 0 1-.28 1.38l-1.696 5.306h3.998z"/></svg>
<svg class="tc-image-nancy tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.71700096130371 28.361000061035156"><path d="M1.456.776c.677 3.554 1.219 9.138 1.049 10.56-.135.948-.745 2.674-1.32 3.858C0 17.563.034 17.699 1.93 18.68c.677.338.779.643.677 1.828-.101 1.252 0 1.422.677 1.523s.779.271.609.948c-.203.711-.068.88.778 1.185.779.271 1.015.609 1.185 1.659.271 1.658 1.422 2.538 2.945 2.234.542-.101 2.031-.812 3.283-1.523 1.252-.744 2.911-1.455 3.689-1.59 1.388-.203 1.388-.203 1.929-2.369 1.015-3.96.575-5.788-.711-3.148-.88 1.726-3.249 3.689-4.468 3.689-.304 0-.101-.271.474-.643 4.502-2.809 5.178-9.037 1.455-13.098-1.489-1.591-2.166-1.794-.981-.271 1.117 1.421 1.828 4.265 1.557 6.261-.237 1.76-1.286 3.351-2.674 4.096-.541.304-.44.068.406-.88.914-1.049 1.083-1.523 1.083-2.944 0-2.877-1.862-5.991-7.074-11.812-2.132-2.369-1.591-.338.778 3.046 1.794 2.505 1.726 2.64-.271.575C5.651 5.754 3.384 2.944 1.725.575 1.319 0 1.319 0 1.454.778z"/></svg>
<svg class="tc-image-natural-feature tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.029998779296875 48"><path d="M11.014 0h9v7h-9zm18.723 28.822c-.873 0-1.723-.891-1.723-1.77V9h14.187l5.829 24.878-.016 1.476V46.41c0 .85-.707 1.59-1.549 1.59H33.044c-.833 0-1.03-.74-1.03-1.59V29h-2m-11.719-.158c.866 0 1.719-.859 1.719-1.744V9H5.836L0 33.892.014 35.4v11.053C.014 47.307.721 48 1.562 48h13.405c.854 0 1.047-.693 1.047-1.547V29h2m4-20h4v17h-4zm6-9h10v7h-10z"/></svg>
<svg class="tc-image-nature tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.34000015258789 39.64999771118164"><path d="M16 27.89c6.95-.82 12.34-6.72 12.34-13.89 0-7.73-6.27-14-14-14s-14 6.27-14 14c0 6.93 5.04 12.67 11.66 13.79v7.86H0v4h28v-4H16v-7.76z"/></svg>
<svg class="tc-image-nature-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.34000015258789 39.65999984741211"><path d="M40.34 14c0-7.73-6.27-14-14-14s-14 6.27-14 14c0 6.93 5.04 12.67 11.66 13.79v7.87H8v-6h2v-8c0-1.1-.9-2-2-2H2c-1.1 0-2 .9-2 2v8h2v10h32v-4h-6V27.9c6.95-.82 12.34-6.73 12.34-13.9zM5 17.66c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"/></svg>
<svg class="tc-image-navicon tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 224"><path d="M0 96h320v32H0zM0 0h320v32H0zm0 192h320v32H0z"/></svg>
<svg class="tc-image-navicon-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 320"><path d="M353.4 128H30.6C13.7 128 0 142.3 0 160s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32zm0-128H30.6C13.7 0 0 14.3 0 32s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32S370.3 0 353.4 0zm0 256H30.6C13.7 256 0 270.3 0 288s13.7 32 30.6 32h322.8c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z"/></svg>
<svg class="tc-image-navigate tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M448 0L0 192h256v256z"/></svg>
<svg class="tc-image-navigate-before tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.829999923706055 24"><path d="M14.83 2.83L12 0 0 12l12 12 2.83-2.83L5.66 12z"/></svg>
<svg class="tc-image-navigate-next tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.312000274658203 31.666000366210938"><path d="M15.833 15.833L0 31.666h10.687l16.625-15.833L10.687 0H0l15.833 15.833z"/></svg>
<svg class="tc-image-navigate-previous tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.312000274658203 31.666000366210938"><path d="M11.479 15.833l15.833 15.833H16.625L0 15.833 16.625 0h10.687L11.479 15.833z"/></svg>
<svg class="tc-image-navigation tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 38"><path d="M15 0L0 36.59 1.41 38 15 32l13.59 6L30 36.59z"/></svg>
<svg class="tc-image-near-me tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M36 0L0 15.07v1.97l13.67 5.3L18.97 36h1.97L36 0z"/></svg>
<svg class="tc-image-netbeans tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.73399543762207 23.953998565673828"><path d="M21.784 3.988l-.17-.067c-2.942-1.16-5.896-2.29-8.819-3.498C11.873.042 11.086 0 10.137.388 6.884 1.716 3.591 2.947.31 4.205c-.233.089-.31.203-.301.451.036 1.01.014 2.02.063 3.031.064 1.325.024 2.654.07 3.981.061 1.752.019 3.507.1 5.26 0 .427.014.854-.005 1.279-.011.254.073.384.308.499 3.477 1.702 6.948 3.415 10.417 5.132.207.102.373.116.577-.001.294-.17.604-.314.91-.464 3.112-1.532 6.225-3.064 9.339-4.592.189-.092.308-.181.314-.425.061-2.166.14-4.331.206-6.496.04-1.302.03-2.607.108-3.907.057-.948.048-1.897.095-2.845.05-1.009.223-.742-.728-1.119zM10.546 21.631c0 .295-.038.359-.33.213a1576.796 1576.796 0 0 0-8.247-4.075c-.207-.102-.269-.224-.271-.447a658.93 658.93 0 0 0-.083-5.623c-.034-1.764-.082-3.527-.123-5.291-.003-.133 0-.266 0-.463 1.144.495 2.226.96 3.305 1.43 1.828.797 3.654 1.6 5.485 2.391.209.09.285.198.284.43-.014 3.811-.02 7.623-.019 11.434zm.556-13.09C8.396 7.355 5.687 6.177 2.979 4.995c-.073-.032-.17-.04-.213-.171 2.84-1.092 5.665-2.178 8.487-3.268a.49.49 0 0 1 .385.009c2.67 1.05 5.34 2.096 8.011 3.143.055.022.119.035.148.134-.679.304-1.361.611-2.045.915l-6.201 2.752c-.148.066-.279.107-.448.032zm9.903-2.216c-.051 1.885-.103 3.771-.161 5.656-.039 1.277-.088 2.553-.134 3.829-.02.559-.058 1.118-.058 1.677 0 .241-.145.306-.311.388l-7.109 3.496c-.39.192-.782.383-1.228.601v-.952c.006-3.569.016-7.137.01-10.706 0-.317.101-.458.394-.587 2.74-1.202 5.472-2.424 8.205-3.642.398-.177.404-.181.392.239z"/></svg>
<svg class="tc-image-netflix tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 8.1589994430542 16"><path fill-rule="nonzero" d="M2.418 15.683V6.86l2.984 8.467c.917-.104 1.836-.2 2.757-.292V0H5.74v9.138L2.522 0H0v16h.016c.8-.11 1.6-.216 2.402-.317"/></svg>
<svg class="tc-image-netmagazine tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.907001495361328 9.980001449584961"><path d="M18.187.15c-.182.159-.188.233-.108 1.16.046.546.006.699-.182.699-.284 0-.927.46-1.006.728-.057.176.08.58.227.677.068.046.273.097.449.114.239.023.335.063.381.148.068.136.017.995-.102 1.694-.08.438-.08.534 0 .955.051.261.091.574.091.699s.023.273.057.33c.028.057.068.33.08.608.034.705.119.972.398 1.211.358.313.443.335 1.131.341.352 0 .699.006.779.006.574.006 1.308-.108 1.347-.21.017-.04.199-.216.404-.392.529-.449.671-.671.728-1.194.046-.375-.068-1.006-.21-1.188a2.462 2.462 0 0 1-.222-.398c-.08-.193-.142-.261-.233-.261a.322.322 0 0 1-.21-.114c-.097-.114-.102-.114-.29-.011-.108.057-.227.154-.256.216-.034.057-.108.176-.159.262-.057.08-.102.216-.102.296s-.046.267-.108.415c-.057.148-.119.37-.142.483-.051.279-.165.387-.421.387-.307 0-.352-.051-.347-.375.017-1.126 0-1.575-.085-1.859-.153-.534-.023-1.694.205-1.836.04-.028.489-.046.989-.051.836 0 .932-.011 1.046-.114.108-.097.119-.153.091-.37-.017-.142-.057-.426-.085-.631-.023-.21-.068-.409-.091-.443-.028-.051-.256-.063-.875-.04-.455.017-.887.046-.955.068-.171.045-.341-.267-.25-.472a1.04 1.04 0 0 0 .063-.358c0-.119.028-.239.057-.256.085-.051.068-.392-.028-.517a.41.41 0 0 1-.085-.205c0-.142-.102-.182-.597-.233-1.2-.119-1.194-.119-1.37.034zm-4.059 2.03c-.08.023-.239.046-.352.051-.267.006-1.37.398-1.467.523a.533.533 0 0 1-.142.074c-.137.04-.949.802-1.075 1.006-.085.136-.136.398-.262 1.302-.034.233-.085.5-.114.591-.142.426.011 1.598.25 1.848.074.079.165.205.199.273.068.131.063.131-.387.131h-.449l-.006-.677c0-.375-.028-.745-.063-.824-.034-.097-.034-.301.011-.614.08-.608.063-1.296-.04-1.552a1.199 1.199 0 0 1-.085-.381c0-.387-.364-1.109-.568-1.131-.046-.006-.108-.017-.142-.023-.028-.011-.102-.017-.154-.023-.051 0-.21-.108-.352-.227-.358-.307-.563-.37-1.012-.29-.586.102-.932.222-1.097.37-.08.08-.193.142-.244.142-.131 0-.176.04-.432.352-.119.153-.256.273-.301.273-.125 0-.244-.148-.244-.301a.419.419 0 0 0-.119-.245c-.108-.097-.222-.108-.898-.114-.426-.006-.876-.028-1.001-.051-.506-.085-.745.222-.676.87.017.21.063.443.091.517.045.131.063.136.489.102l.443-.034.074.171c.074.171.068.301-.045.79-.074.324-.074 1.359 0 1.734.165.83.171.961.068 1.035-.051.046-.262.074-.483.074-.347 0-.392.011-.478.142-.102.159-.244.75-.25 1.035 0 .154.034.193.256.301.239.114.534.131 1.308.063.261-.023.813.023.876.074.097.074 1.245.057 1.455-.023.244-.091.37-.267.37-.506 0-.125-.028-.244-.057-.262-.034-.017-.057-.193-.057-.392 0-.443-.074-.551-.415-.586-.233-.028-.267-.051-.267-.159 0-.074-.034-.148-.068-.159-.057-.023-.057-.045-.006-.08.125-.091.142-.369.074-1.183-.068-.739-.068-.83.017-.961a.731.731 0 0 0 .097-.364c0-.131.034-.256.085-.296.045-.04.085-.102.085-.142 0-.216.83-.244 1.222-.04.097.046.21.102.256.125s.091.108.102.188c.011.08.057.176.102.21.091.08.114.813.028 1.04-.063.159-.085 1.114-.034 1.433.051.324-.097.455-.529.455-.489 0-.506.074-.301 1.188.091.495.114.512.688.46s.37-.051 1.933 0l1.279.046.131-.182c.102-.142.125-.239.114-.477l-.017-.301.597.398c.728.483 1.001.557 2.087.546.614-.006.807-.029 1.109-.131a5.07 5.07 0 0 0 .438-.182c.046-.023.216-.08.381-.119.421-.097.733-.364.876-.745.063-.171.165-.409.227-.529.063-.125.114-.262.114-.307 0-.119-.279-.432-.392-.432a.978.978 0 0 1-.307-.114c-.222-.119-.387-.114-.551.028-.046.04-.176.085-.29.108a.628.628 0 0 0-.313.153 1.014 1.014 0 0 1-.324.205.89.89 0 0 0-.324.244c-.085.114-.193.171-.444.227-.188.04-.398.051-.472.028-.171-.051-.677-.375-.677-.426 0-.023-.108-.154-.233-.284-.222-.227-.233-.256-.199-.5.046-.358.108-.409.472-.409.171 0 .387-.04.483-.091.256-.137 1.131-.125 1.342.011.125.085.279.102.807.102.688.006 1.006-.057 1.245-.239.148-.108.148-.125.148-.813 0-.762-.08-1.154-.284-1.444a3.054 3.054 0 0 1-.227-.387c-.057-.125-.142-.233-.193-.256-.051-.017-.188-.136-.301-.267-.148-.171-.273-.25-.415-.273a2.502 2.502 0 0 1-.551-.205c-.739-.352-.91-.392-1.239-.29zm.352 1.467c.193.131.841.858.841.949 0 .125-.148.199-.546.284-.523.114-1.273.114-1.421 0a.396.396 0 0 0-.199-.085c-.091 0-.165-.108-.165-.227 0-.028.085-.142.188-.25.097-.108.25-.29.335-.392.284-.352.676-.466.966-.279zM.91 7.66c-.222.102-.455.352-.563.614C0 9.104.79 9.98 1.666 9.741c.944-.25 1.092-1.62.227-2.041-.29-.136-.722-.153-.984-.04z"/></svg>
<svg class="tc-image-netwark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 369.3999938964844"><path d="M256 175.9c-57.1 0-106.1 34-128.2 82.9l41.9 41.9c7.5-40.9 43.2-72 86.3-72 43.1 0 78.8 31.1 86.3 72l41.9-41.9c-22.1-48.9-71.1-82.9-128.2-82.9zM256 0C150.6 0 57.5 51.7 0 130.9l37.6 37.6C85.1 98.7 165.2 52.8 256 52.8c90.8 0 170.9 45.9 218.4 115.8L512 131C454.5 51.7 361.4 0 256 0zm0 88c-81.1 0-152.3 42.4-192.8 106.1l38.4 38.4c29.8-54.7 87.7-91.8 154.4-91.8s124.6 37.1 154.5 91.7l38.4-38.4C408.3 130.4 337.1 88 256 88zm0 175.8c-29.1 0-52.8 23.6-52.8 52.8 0 29.1 23.6 52.8 52.8 52.8 29.1 0 52.8-23.6 52.8-52.8 0-29.1-23.7-52.8-52.8-52.8z"/></svg>
<svg class="tc-image-network tc-image-button" width="22pt" height="22pt" viewBox="0 0 35 30"><path d="M5 0h3v9H5V0zm5 1h3v14h-3l-2 2v10H5V17l-2-2H0V1h3v10h7V1zM9 24v-4h21V6H14V2h21v22H21v3h4l1 3H12l1-3h4v-3H9z"/></svg>
<svg class="tc-image-network-cell tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M0 40h40V0z"/><path d="M30 10L0 40h30z"/></svg>
<svg class="tc-image-network-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M31.8 10c-.35 0-.64.19-.82.46l-.13.29-10.37 23.31c-.32.57-.51 1.22-.51 1.93 0 2.21 1.8 4.01 4.01 4.01 1.93 0 3.53-1.36 3.92-3.17l.01-.07L32.8 11c0-.55-.45-1-1-1zM2 18l4 4c5.75-5.75 13.57-8.15 21.07-7.25l2.38-5.36C19.79 7.68 9.47 10.54 2 18zm40 4l4-4c-3.27-3.27-7.1-5.63-11.17-7.14l-1.07 5.63A25.37 25.37 0 0 1 42 22zm-8 8l4-4c-1.6-1.6-3.41-2.84-5.33-3.78l-1.11 5.84c.87.55 1.69 1.19 2.44 1.94zm-24-4l4 4a14 14 0 0 1 8.06-3.99l2.57-5.77C19.35 20.08 14.03 21.98 10 26z"/><path fill="none" d="M0 0h48v48H0V0z"/></svg>
<svg class="tc-image-network-disconnect tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16699981689453 30"><path d="M29.054 15.583l4.988 4.988 4.987-4.988 2.138 2.138-4.988 4.987 4.988 4.988-2.138 2.137-4.987-4.987-4.988 4.987-2.137-2.137 4.987-4.988-4.987-4.987 2.137-2.138zM5 0h3v9H5V0zm5 1h3v14h-3l-2 2v10H5V17l-2-2H0V1h3v10h7V1zM9 24v-4h17.5l2.554 2.708L28 24h-7v3h4l1 3H12l1-3h4v-3H9zM30 6H14V2h21v14.75l-.958.97L30 13.75V6z"/></svg>
<svg class="tc-image-network-home tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M21 25v7h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H13a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4v-7h4zm7 9h10v4H28v-4zm-18 0v4H0v-4h10zm0-11V11.5l-1.139 1.278-1.917-3.195L19.084 0 24 4V1.587l2-.996V5.5l5.222 4.083-1.916 3.195L28 11.5V23H10zm9.083-18.581L12 10.139V21h4v-7h6v7h4V10.139l-6.917-5.72z"/></svg>
<svg class="tc-image-network-home-disconnect tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44.48500061035156"><path d="M27.75 34H38v4H27.75l-2-2 2-2zm-17.5 0l2 2-2 2H0v-4h10.25zm.265 6.993L15.507 36l-4.992-4.993 3.492-3.492L19 32.507l4.993-4.992 3.492 3.492L22.743 36l4.742 4.993-3.492 3.492L19 39.743l-4.993 4.742-3.492-3.492zM17 27.25V25h4v2.25l-2 2-2-2zM10 23V11.5l-1.139 1.278-1.917-3.195L19.084 0 24 4V1.587l2-.996V5.5l5.222 4.083-1.916 3.195L28 11.5V23H10zm9.083-18.581L12 10.139V21h4v-7h6v7h4V10.139l-6.917-5.72z"/></svg>
<svg class="tc-image-network-locked tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 42"><path d="M37 18c.34 0 .67.06 1 .1V0L0 38h26v-6c0-1.77.77-3.37 2-4.47V27c0-4.96 4.04-9 9-9zm5 12v-3c0-2.76-2.24-5-5-5s-5 2.24-5 5v3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-2 0h-6v-3c0-1.66 1.34-3 3-3s3 1.34 3 3v3z"/></svg>
<svg class="tc-image-network-port tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M21 25v7h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H13a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4v-7h4zm7 9h10v4H28v-4zm-18 0v4H0v-4h10zm.992-11l1.048-6H7.048l.698-4h4.992l.524-3H8.27l.698-4h4.992l1.048-6h4L17.96 6h4l1.048-6h4L25.96 6h4.008l-.698 4h-4.008l-.524 3h4.008l-.699 4H24.04l-1.048 6h-4l1.048-6h-4l-1.048 6h-4zm5.746-10h4l.524-3h-4l-.524 3z"/></svg>
<svg class="tc-image-network-port-disconnect tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44.48500061035156"><path d="M27.75 34H38v4H27.75l-2-2 2-2zm-17.5 0l2 2-2 2H0v-4h10.25zm.265 6.993L15.507 36l-4.992-4.993 3.492-3.492L19 32.507l4.993-4.992 3.492 3.492L22.743 36l4.742 4.993-3.492 3.492L19 39.743l-4.993 4.742-3.492-3.492zM17 27.25V25h4v2.25l-2 2-2-2zM10.992 23l1.048-6H7.048l.698-4h4.992l.524-3H8.27l.698-4h4.992l1.048-6h4L17.96 6h4l1.048-6h4L25.96 6h4.008l-.698 4h-4.008l-.524 3h4.008l-.699 4H24.04l-1.048 6h-4l1.048-6h-4l-1.048 6h-4zm5.746-10h4l.524-3h-4l-.524 3z"/></svg>
<svg class="tc-image-network-server tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37"><path d="M21 22v7h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H13a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4v-7h4zm7 9h10v4H28v-4zm-18 0v4H0v-4h10zM0 0h38v9H0V0zm36 2h-2v5h2V2zm-4 0h-2v5h2V2zm-4 0h-2v5h2V2zM2 5v2h2V5H2zm-2 6h38v9H0v-9zm36 2h-2v5h2v-5zm-4 0h-2v5h2v-5zm-4 0h-2v5h2v-5zM2 16v2h2v-2H2z"/></svg>
<svg class="tc-image-network-server-connecting tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37"><path d="M21 22v7h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H13a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h4v-7h4zm7 9h10v4H28v-4zm-18 0v4H0v-4h10zM0 0h38v9H0V0zm36 2h-2v5h2V2zm-4 0h-2v5h2V2zm-4 0h-2v5h2V2zM2 5v2h2V5H2zm-2 6h38v9H0v-9zm36 2h-2v5h2v-5zm-4 0h-2v5h2v-5zm-4 0h-2v5h2v-5zM2 16v2h2v-2H2zm12 16v2h2v-2h-2zm4 0v2h2v-2h-2zm4 0v2h2v-2h-2z"/></svg>
<svg class="tc-image-network-server-disconnect tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 41.48500061035156"><path d="M0 0h38v9H0V0zm36 2h-2v5h2V2zm-4 0h-2v5h2V2zm-4 0h-2v5h2V2zM2 5v2h2V5H2zm-2 6h38v9H0v-9zm36 2h-2v5h2v-5zm-4 0h-2v5h2v-5zm-4 0h-2v5h2v-5zM2 16v2h2v-2H2zm25.75 15H38v4H27.75l-2-2 2-2zm-17.5 0l2 2-2 2H0v-4h10.25zm.265 6.993L15.507 33l-4.992-4.993 3.492-3.492L19 29.507l4.993-4.992 3.492 3.492L22.743 33l4.742 4.993-3.492 3.492L19 36.743l-4.993 4.742-3.492-3.492zM17 24.25V22h4v2.25l-2 2-2-2z"/></svg>
<svg class="tc-image-network-wifi tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 37"><path fill-opacity=".3" d="M23.3 36.98L46.56 8c-.9-.68-9.85-8-23.28-8S.9 7.32 0 8l23.26 28.98.02.02.02-.02z"/><path d="M6.35 15.91l16.92 21.07.01.02.02-.02 16.92-21.07C39.36 15.25 32.9 10 23.28 10c-9.63 0-16.08 5.25-16.93 5.91z"/></svg>
<svg class="tc-image-neuter tc-image-button" width="22pt" height="22pt" viewBox="0 0 1152 1792"><path d="M1152 576q0 221-147.5 384.5T640 1148v612q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23v-612q-217-24-364.5-187.5T0 576q0-117 45.5-223.5t123-184 184-123T576 0t223.5 45.5 184 123 123 184T1152 576zm-576 448q185 0 316.5-131.5T1024 576 892.5 259.5 576 128 259.5 259.5 128 576t131.5 316.5T576 1024z"/></svg>
<svg class="tc-image-neutral tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM4 5a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm6 0a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm-4 6h4v1H6v-1z"/></svg>
<svg class="tc-image-neutral2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm2 12H6v-1h4v1zm1-8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/></svg>
<svg class="tc-image-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.98400115966797 44.33400344848633"><path d="M28.396.001L21.938 17.18h-.223L15.59 0 5.68 5.764 17.372 19.84v.221L0 16.516V27.71l17.483-3.104.111.221L5.679 38.682l9.577 5.652 6.347-17.068h.223l6.459 17.068 9.8-5.653-12.027-13.743v-.221l17.926 2.992V16.515l-17.815 3.547v-.222L38.084 5.653 28.396.001z"/></svg>
<svg class="tc-image-new-document tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 15"><path d="M3.024 7.5c0 .016.007.028.009.043-.001.027-.009.042-.009.072V7.5zM9.475 7h-2.5V4.5c0-.276-.174-.5-.45-.5s-.5.224-.5.5V7h-2.5c-.261 0-.469.075-.491.543a.493.493 0 0 0 .49.457h2.5v2.5c0 .276.224.5.5.5s.45-.224.45-.5V8h2.5a.5.5 0 0 0 .001-1zM12 1H1v13h11V1m.5-1a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5V.5A.5.5 0 0 1 .5 0h12z"/></svg>
<svg class="tc-image-new-document-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 20"><path d="M13.494 9.5a.5.5 0 0 1-.5.5H9.495v3.499a.5.5 0 1 1-1 0V10H4.994a.5.5 0 0 1 0-1h3.501V5.499a.5.5 0 0 1 1 0V9h3.499c.277 0 .5.223.5.5zM18 2.5v15c0 1.379-1.122 2.5-2.5 2.5h-13A2.502 2.502 0 0 1 0 17.5v-15C0 1.122 1.121 0 2.5 0h13C16.878 0 18 1.122 18 2.5zm-1 0c0-.828-.674-1.5-1.5-1.5h-13A1.5 1.5 0 0 0 1 2.5v15c0 .826.672 1.5 1.5 1.5h13c.826 0 1.5-.674 1.5-1.5v-15z"/></svg>
<svg class="tc-image-new-document-dashboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13.5 2H12V.5a.5.5 0 0 0-1 0V2H9.5a.5.5 0 0 0 0 1H11v1.5a.5.5 0 0 0 1 0V3h1.5a.5.5 0 0 0 0-1zM11 13H1V2h7V1H1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6h-1v7zm-7-1V3H2v9h2zm3 0V6H5v6h2zm1 0h2V9H8v3z"/></svg>
<svg class="tc-image-new-document-worksheet tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M14 2.5a.5.5 0 0 1-.5.5H12v1.5a.5.5 0 0 1-1 0V3H9.5a.5.5 0 0 1 0-1H11V.5a.5.5 0 0 1 1 0V2h1.5a.5.5 0 0 1 .5.5zm-2 4V13a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6.5a.5.5 0 0 1 0 1h-1v5H11v-.5a.5.5 0 0 1 1 0zM1 7h4.5V2H1v5zm0 6h4.5V8H1v5zm10-5H6.5v5H11V8z"/></svg>
<svg class="tc-image-new-releases tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 41.840003967285156"><path d="M44 20.92l-4.88-5.56.68-7.37-7.22-1.63L28.8 0 22 2.92 15.2 0l-3.78 6.36L4.2 7.99l.68 7.37L0 20.92l4.88 5.56-.68 7.37 7.22 1.63 3.78 6.36 6.8-2.92 6.8 2.92 3.78-6.36 7.22-1.63-.68-7.37L44 20.92zm-20 10h-4v-4h4v4zm0-8h-4v-12h4v12z"/></svg>
<svg class="tc-image-new-tab tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M2 0v12h12V0H2zm11 11H3V1h10v10zM1 13V2.5l-1-1V14h12.5l-1-1H1z"/><path d="M4.5 3L7 5.5l-3 3L5.5 10l3-3L11 9.5V3z"/></svg>
<svg class="tc-image-new-window tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M25.333 0H38v12.667l-4.75 4.75V8.708L15.833 26.125l-3.958-3.958L29.292 4.75h-8.709L25.333 0zM0 6.333h23.75L19 11.083H4.75V33.25h22.167V19l4.75-4.75V38H0V6.333z"/></svg>
<svg class="tc-image-news tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22 16"><path d="M20 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM2 2h8v12H2V2zm18 12h-9V2h9.003L20 14zm-1-4.5c0-.275-.225-.5-.5-.5h-1c-.275 0-.5.225-.5.5v3c0 .275.225.5.5.5h1c.275 0 .5-.225.5-.5v-3zm-3-6c0-.275-.225-.5-.5-.5h-3c-.275 0-.5.225-.5.5v5c0 .275.225.5.5.5h3c.275 0 .5-.225.5-.5v-5zM17.5 6h1c.275 0 .5-.225.5-.5s-.225-.5-.5-.5h-1c-.275 0-.5.225-.5.5s.225.5.5.5zm0 2h1c.275 0 .5-.225.5-.5s-.225-.5-.5-.5h-1c-.275 0-.5.225-.5.5s.225.5.5.5zm-5 3h3c.275 0 .5-.225.5-.5s-.225-.5-.5-.5h-3c-.275 0-.5.225-.5.5s.225.5.5.5zm3 1h-3c-.275 0-.5.225-.5.5s.225.5.5.5h3c.275 0 .5-.225.5-.5s-.225-.5-.5-.5zm2-8h1c.275 0 .5-.225.5-.5s-.225-.5-.5-.5h-1c-.275 0-.5.225-.5.5s.225.5.5.5zM9 3.5c0-.275-.225-.5-.5-.5h-5c-.275 0-.5.225-.5.5v3c0 .275.225.5.5.5h5c.275 0 .5-.225.5-.5v-3zM8.501 10h-5c-.274 0-.5.225-.5.5s.226.5.5.5h5c.274 0 .499-.225.499-.5s-.225-.5-.499-.5zm0-2h-5c-.274 0-.5.225-.5.5s.226.5.5.5h5C8.775 9 9 8.775 9 8.5S8.775 8 8.501 8zm0 4h-5c-.274 0-.5.225-.5.5s.226.5.5.5h5c.274 0 .499-.225.499-.5s-.225-.5-.499-.5z"/></svg>
<svg class="tc-image-newspaper tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 36"><path d="M11 27c0 2-.5 5-1.5 5H36c2.5 0 3-2.5 3-5V4H11v23zm32 0c0 4.372-3 9-6.5 9H5c-2.623 0-5-4.128-5-8.5V6h7V0h36v27zM4 10v18c0 2.623.625 4.25 1.5 4.25.874 0 1.5-1.627 1.5-4.25V10H4zm21 3h12v14H25V13zM13 7h24v3H13V7zm0 6h10v2H13v-2zm0 4h10v2H13v-2zm0 4h10v2H13v-2zm0 4h10v2H13v-2z"/></svg>
<svg class="tc-image-newspaper-create tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.03199768066406 43"><path d="M11 34c0 2-.5 5-1.5 5H31c2.5 0 3-2.5 3-5V15H11v19zm27 0c0 4.372-3 9-6.5 9H5c-2.623 0-5-4.128-5-8.5V17h7v-6h31v23zM4 21v14c0 2.623.625 4.25 1.5 4.25.874 0 1.5-1.627 1.5-4.25V21H4zm19 3h9v10h-9V24zm-10-6h19v3H13v-3zm0 6h8v2h-8v-2zm0 4h8v2h-8v-2zm0 4h8v2h-8v-2zM36 0v6h-3V0h3zm8.922 4.524l-4.243 4.242-2.121-2.12L42.8 2.403l2.122 2.12zm3.11 9.507h-6v-3h6v3zM26.491 3.11l4.243 4.242-2.121 2.122-4.243-4.243 2.122-2.121zM43.68 22.803l-4.316-4.168 2.084-2.158 4.316 4.168-2.084 2.158z"/></svg>
<svg class="tc-image-newspaper-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1408"><path d="M1024 384H640v384h384V384zm128 640v128H512v-128h640zm0-768v640H512V256h640zm640 768v128h-512v-128h512zm0-256v128h-512V768h512zm0-256v128h-512V512h512zm0-256v128h-512V256h512zM256 1216V256H128v960q0 26 19 45t45 19 45-19 19-45zm1664 0V128H384v1088q0 33-11 64h1483q26 0 45-19t19-45zM2048 0v1216q0 80-56 136t-136 56H192q-80 0-136-56T0 1216V128h256V0h1792z"/></svg>
<svg class="tc-image-next tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 237.80001831054688"><path d="M0 237.8l237.7-118.9L0 0v237.8zm237.7-118.9v118.9l237.7-118.9L237.7 0v118.9zM475.4 0v237.8H512V0h-36.6z"/></svg>
<svg class="tc-image-next-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 357.20001220703125"><path d="M469.3 7.9H448c-23.5 0-42.7 19.1-42.7 42.7v52L252.6 12.8c-21.6-12.7-39.2.1-39.2 28.5v73.9L39.2 12.7C17.6 0 0 12.8 0 41.2V316c0 28.3 17.6 41.2 39.2 28.5L213.4 242v74c0 28.3 17.6 41.2 39.2 28.5l152.7-89.8v51.9c0 23.5 19.1 42.7 42.7 42.7h21.3c23.5 0 42.7-19.1 42.7-42.7v-256c0-23.6-19.1-42.7-42.7-42.7z"/></svg>
<svg class="tc-image-next-week tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 38.005645751953125"><g transform="translate(-4 -5.994)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M40 14h-8v-4c0-1.1-.44-2.1-1.18-2.82A3.91 3.91 0 0 0 28 6h-8c-2.2 0-4 1.8-4 4v4H8c-2.2 0-4 1.8-4 4v22c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V18c0-2.2-1.8-4-4-4zm-20-4h8v4h-8v-4zm2 27l-2-2 6-6-6-6 2-2 8 8-8 8z"/></g></svg>
<svg class="tc-image-next2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 12"><path d="M7 0v12H5V6.5l-5 5V.5l5 5V0z"/></svg>
<svg class="tc-image-nfc tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 36H4V4h32v32zM32 8H22c-2.21 0-4 1.79-4 4v4.55c-1.19.69-2 1.97-2 3.45 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.48-.81-2.75-2-3.45V12h6v16H12V12h4V8H8v24h24V8z"/></svg>
<svg class="tc-image-nginx tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.55109405517578 4.869724273681641"><path d="M11.318.025a.458.458 0 0 0-.229.182c-.095.14-.095.144-.102.92l-.006.704h.942l-.004-.725-.004-.724-.048-.1c-.081-.17-.212-.267-.382-.277a.413.413 0 0 0-.166.02zM.573.082C.336.12.106.282.047.448.02.523.018.582.014 2.422.01 4.599 0 4.438.135 4.584a.488.488 0 0 0 .409.167c.14 0 .159-.003.248-.046a.461.461 0 0 0 .244-.244l.035-.085.007-1.4.007-1.4.404.49 1.125 1.37c.764.934.939 1.126 1.083 1.202a.824.824 0 0 0 .453.112c.258 0 .417-.065.516-.215.102-.154.097-.014.097-2.157V.453L4.728.368a.467.467 0 0 0-.255-.254.554.554 0 0 0-.222-.035.534.534 0 0 0-.332.08.427.427 0 0 0-.186.275c-.01.046-.016.538-.016 1.468 0 .77-.004 1.399-.01 1.397-.01 0-2.033-2.441-2.332-2.813-.146-.18-.261-.288-.362-.336a.879.879 0 0 0-.44-.07zm17.633.01a.518.518 0 0 0-.332.28.476.476 0 0 0-.039.197.47.47 0 0 0 .03.236c.071.202.095.23.799.939.368.369.668.678.668.685s-.3.316-.668.685c-.715.718-.743.75-.806.956a.6.6 0 0 0 .032.44c.167.313.539.36.908.114.036-.023.362-.34.725-.701l.659-.658.66.658c.362.362.688.678.724.7.172.116.358.174.5.158a.505.505 0 0 0 .408-.271.605.605 0 0 0 .032-.44c-.063-.205-.091-.238-.806-.956-.368-.37-.668-.678-.668-.685s.3-.316.668-.685c.704-.708.728-.737.799-.94a.474.474 0 0 0 .03-.235.462.462 0 0 0-.039-.198.527.527 0 0 0-.585-.287 1.22 1.22 0 0 0-.224.082l-.137.068-1.363 1.357L19.5.91l-.682-.677-.137-.068c-.19-.092-.33-.115-.477-.075zm-5.222.024a.458.458 0 0 0-.317.257l-.032.066v3.893l.04.087a.596.596 0 0 0 .092.14c.114.117.352.174.597.143.229-.03.386-.115.575-.313.059-.063.614-.724 1.233-1.468l1.125-1.353.007 1.396.007 1.397.035.075c.062.14.199.236.371.264.209.035.398-.016.519-.137.138-.137.127.023.133-2.011.004-1.864.002-1.986-.058-2.121-.058-.137-.268-.278-.47-.317a.816.816 0 0 0-.561.112c-.055.036-.17.162-.412.45a269.22 269.22 0 0 1-2.19 2.595c-.006.002-.013-.63-.014-1.402-.004-1.27-.007-1.407-.029-1.462a.447.447 0 0 0-.313-.284.83.83 0 0 0-.337-.007zM6.293.175c-.039.068-1.146 2.11-1.182 2.182l-.022.045.645 1.159.645 1.16 2.699.008.663-1.221.663-1.223-.513-.01c-.921-.015-2.383-.013-2.477.004a.517.517 0 0 0-.307.166c-.248.27-.082.668.307.74.055.01.345.016.797.016h.711l-.221.363-.221.365-1.487.007-.407-.734a23.116 23.116 0 0 1-.405-.753c0-.012.17-.333.379-.715l.378-.696h1.634l.242.396.244.395.539.002h.538l-.02-.033c-.012-.017-.244-.404-.516-.858L9.104.115H6.327l-.035.06zm4.694 3.137c.006 1.024.006 1.037.037 1.129a.463.463 0 0 0 .239.288.408.408 0 0 0 .366.014.55.55 0 0 0 .251-.271l.033-.082.004-1.047.004-1.047-.141-.01a8.782 8.782 0 0 0-.47-.01h-.329l.004 1.035z"/></svg>
<svg class="tc-image-night-alt-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2317 1759"><path d="M0 1231q0-185 113.5-328T406 720q37-165 149.5-288.5T825 255q99-34 206-34 130 0 251 51 45-75 105.5-130t125-84.5T1638 14t120-14q61 0 131 17l87 27q22 9 15 24l-15 64q-11 50-11 92 0 50 15.5 101t46.5 100 85 89 123 61l66 23q16 4 16 17 0 3-2 7l-19 72q-44 172-160 274 64 112 69 239 1 8 1 24 0 143-71 264.5T1942.5 1688t-264.5 71H525q-143 0-264-71T70 1495.5 0 1231zm182 0q0 142 102 246t241 104h1153q142 0 243.5-103t101.5-247q0-140-102-241.5T1678 888h-190l-11-80q-16-162-134-276.5T1062 404q-5 0-15.5-1t-15.5-1q-81 0-164 31v-2q-117 45-196.5 146T575 808l-7 77-73 3q-135 16-224 113t-89 230zm1253-865q170 145 210 339h34q199 0 338 126 53-50 81-114-146-69-230-210t-84-297v-26q-8-1-26-1-93-2-181 46.5T1435 366z"/></svg>
<svg class="tc-image-night-alt-cloudy-gusts tc-image-button" width="22pt" height="22pt" viewBox="0 0 2565 2152"><path d="M0 1673q0 37 29 64 27 27 65 27h612q42 0 73.5 30.5T811 1867q0 43-31.5 74t-73.5 31q-41 0-73-32-29-26-65-26-38 0-64 26t-26 64q0 36 26 64 84 84 202 84t201.5-83 83.5-202q0-118-83.5-202T706 1581H94q-38 0-66 27.5T0 1673zm0-322q0 35 29 62 28 26 65 26h1157q118 0 201.5-83t83.5-201-83.5-200.5T1251 872q-122 0-202 81-24 25-24 65t24.5 64 62.5 24 66-24q30-30 73-30 41 0 72 30t31 73q0 42-31 73t-72 31H94q-38 0-66 27.5T0 1351zm269-251q0 14 17 14h153q13 0 23-16 36-87 111.5-143.5T742 891l56-8q20 0 20-18l8-55q17-173 147-289.5T1278 404t304.5 116T1730 810l7 62q0 19 20 19h173q145 0 247 101t102 243-102.5 244-246.5 102h-737q-18 0-18 19v146q0 18 18 18h737q143 0 264.5-71t192.5-193 71-265q0-141-73-264 117-113 161-275l16-72q3-3 3-8 0-7-15-17l-64-22q-134-41-204.5-145T2211 217q0-39 10-84l14-66q4-16-14-24l-85-26q-70-17-133-17-59 0-120 14t-125.5 43.5-125.5 85T1525 273q-113-48-247-48-226 0-399.5 140T658 722q-137 32-242 131t-145 235v3q-2 3-2 9zm1411-735q50-88 138-134.5t182-46.5q22 0 33 1-2 14-2 38 0 151 84 289t232 207q-25 60-80 110-142-122-337-122h-35q-43-201-215-342z"/></svg>
<svg class="tc-image-night-alt-cloudy-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 2433.666748046875 2138"><path d="M0 1013q0-184 115.5-328.5T407 499q50-219 225-359T1033 0q221 0 393.5 137T1651 488h35q144 0 266 69.5T2145 748t71 265q0 184-113 329 103 88 241 93l70 6q19 0 19 20v82q1 162-78 299t-215.5 216.5T1842 2138q-123 0-233.5-47T1419 1964t-125.5-190-46.5-231H512q-214-10-363-163T0 1013zm182 0q0 139 96.5 241T512 1363h1194q137-7 233.5-109t96.5-241q0-140-104-243t-246-103h-173q-18 0-18-18l-8-62q-18-173-149-289.5T1033 181q-176 0-305.5 116.5T582 587l-8 62q0 18-21 18h-56q-134 16-224.5 114.5T182 1013zm1219 530q0 127 64 231.5t164.5 160.5 212.5 56q99 0 194.5-48t169-145.5T2297 1574q-172-35-290-139-135 104-301 108h-305z"/></svg>
<svg class="tc-image-night-alt-cloudy-windy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2699 2097"><path d="M0 1675q0 38 27 63t67 25h1003q38 0 63-25t25-63q0-40-25-65.5t-63-25.5H94q-40 0-67 26t-27 65zm281-325q0 38 28 64 26 27 64 27h1005q37 0 62.5-26.5t25.5-64.5q0-37-25-62.5t-63-25.5H373q-38 0-65 25.5t-27 62.5zm111-250q0 15 19 15h152q14 0 24-15 36-87 111-144t168-64l59-8q19 0 19-18l7-55q17-174 147.5-290.5T1405 404q175 0 303 115t150 289l8 62q0 18 19 18h172q145 0 247 102t102 246q0 141-103.5 244.5T2057 1584h-737q-18 0-18 18v143q0 18 18 18h737q144 0 266-70t193-191.5 71-265.5-69-264q115-103 161-275l19-73q1-2 1-7 0-13-16-17l-66-23q-70-21-124-61t-85.5-89.5-47-100.5-15.5-101q0-38 12-93l14-65q7-15-14-24l-88-26q-70-17-133-17-60 0-121 14t-126 43.5-125.5 85T1658 273q-124-51-253-51-226 0-400.5 140.5T783 723q-139 32-243.5 130.5T394 1089v3q-2 2-2 8zm77 906q0 39 27 64 26 27 64 27h1006q38 0 65-27t27-64-27-62.5-65-25.5H560q-38 0-64.5 25.5T469 2006zM1811 367q55-88 143.5-136.5T2136 184q18 0 27 1v26q0 156 84.5 297.5T2479 720q-28 64-81 114-141-126-341-126h-34q-40-193-212-341z"/></svg>
<svg class="tc-image-night-alt-hail tc-image-button" width="22pt" height="22pt" viewBox="0 0 2326 2363"><path d="M0 1231q0 213 148.5 366T511 1760q19 0 19-18v-143q0-18-19-18-137-7-233-109t-96-241q0-133 90-231t224-114l56-3q21 0 21-19l8-58q17-173 146.5-290T1032 399q173 0 304 117t149 290l8 62q0 18 18 18h172q142 0 246 102.5t104 242.5q0 139-96 241t-233 109q-21 0-21 18v143q0 18 21 18 213-7 361-161t148-368q0-137-69-257 126-119 165-279l14-73q3-2 3-7 0-12-17-17l-60-18q-91-27-155.5-90.5t-91.5-133-27-140.5q-1-39 8-84l15-62q5-14-15-23l-85-27q-67-20-140-20-56 0-115.5 13.5t-124.5 43-126.5 85T1285 272q-120-52-253-52-226 0-401 140T407 718q-177 41-292 184.5T0 1231zm584 750q14 34 49 48 31 16 66 2.5t48-47.5q16-35 2.5-69t-47.5-47q-32-16-66-2t-50 49q-16 25-2 66zm67-302q0 24 17 48t49 34q41 16 71.5-.5T831 1700l94-342q11-40-8.5-71.5T859 1247q-35-11-67 7t-43 54l-94 343q0 3-2 13t-2 15zm199 597q0 20 6 31 14 35 48 48 15 8 35 8 10 0 32-6 36-13 51.5-48t-.5-70-47.5-49-65.5 0q-31 13-45 38t-14 48zm79-283q0 61 68 83 15 5 25 5 18 0 37-9 37-13 50-61l176-653q10-38-7.5-69t-53.5-42q-37-11-69.5 7t-42.5 54l-179 658q-4 18-4 27zm367-44q0 20 7 33 13 32 47 47 19 8 37 8 10 0 32-6 35-14 48-47 13-35 .5-67.5T1423 1868q-35-16-69.5-2.5T1303 1915q-7 13-7 34zm77-273q0 26 16.5 49t48.5 33q27 3 29 3 65 0 82-65l93-338q10-38-7.5-69t-53.5-42q-37-11-68.5 7t-42.5 54l-94 339q-3 14-3 29zm69-1307q50-92 138.5-140t187.5-47q18 0 27 2v33q0 156 83.5 293.5T2110 718q-31 70-80 114-141-125-347-125h-34q-41-200-207-338z"/></svg>
<svg class="tc-image-night-alt-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 2320 2196"><path d="M0 1235q0 213 148.5 366T511 1764q18 0 18-18v-146q0-19-18-19-139-11-234-110.5T182 1235q0-134 90.5-233.5T496 891l56-8q21 0 21-18l8-55q17-173 146-289.5T1031 404q174 0 304 116t148 290l8 62q0 19 19 19h172q145 0 247.5 101t102.5 243q0 136-95 235.5T1703 1581q-21 0-21 19v146q0 18 21 18 213-7 360.5-161t147.5-368q0-143-73-264 128-116 165-275l16-77q1-1 1-7 0-12-17-17l-62-18q-91-26-155-88t-91-131.5-27-140.5q0-39 10-84l15-66q5-15-15-24l-84-26q-70-17-133-17-58 0-119 14t-127 43.5-128 85T1280 273q-113-48-249-48-226 0-400.5 139.5T406 722q-176 42-291 185.5T0 1235zm818 496q-8 23 15 23h230l-140 442h32l445-596q6-7 3-14.5t-14-7.5h-235l246-449q11-23-15-23h-314q-13 0-23 15zm619-1360q53-91 141.5-139t183.5-48q20 0 29 2v33q0 154 83 291t231 209q-25 59-80 114-147-126-343-126h-34q-45-200-211-336z"/></svg>
<svg class="tc-image-night-alt-partly-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 1761 1682"><path d="M0 1301q0-126 72.5-223T266 943q51-174 212-266v-37q0-233 147.5-410.5T999 10q57-10 115-10h3q33 0 75 5 41 3 78 12l97 30q21 11 17 28l-14 75q-12 51-12 103 0 56 17.5 114.5t53 115 97 103T1667 656l76 22q18 4 18 19 0 6-1 8l-19 73q-9 39-23 78-24 70-75 146 0-1-1-1-70 101-175 168 22 54 22 132 0 158-110.5 269.5T1113 1682H382q-155 0-268.5-113T0 1301zm211 0q0 72 49.5 122.5T382 1474h731q69 0 119.5-51t50.5-122q0-69-50.5-119.5T1113 1131H973q-17 0-27-24l-9-68q-11-92-79.5-154T696 823q-91 0-157.5 62T461 1039l-11 59q0 24-20 24l-67 9q-66 6-109 54.5T211 1301zm472-683h13q148 0 265.5 83.5T1126 925q124 0 217 77 111-69 163-187-166-84-259.5-240T1153 243v-36q-5 0-13-.5t-13-.5q-98 0-189 42T784 368l-3-2q-87 108-98 252z"/></svg>
<svg class="tc-image-night-alt-rain tc-image-button" width="22pt" height="22pt" viewBox="0 0 2331 2382"><path d="M0 1239q0 213 149 366.5T512 1769q19 0 19-18v-143q0-18-19-18-137-8-233.5-110T182 1239q0-133 90.5-231.5T497 893l57-4q21 0 21-18l7-58q17-173 147-290.5T1034 405q174 0 305 117.5T1488 813l8 61q0 19 18 19h173q143 0 247.5 102.5T2039 1239q0 139-96.5 241T1709 1590q-22 0-22 18v143q0 18 22 18 213-7 361-161.5t148-368.5q0-141-73-262 129-117 169-279l15-77q2-1 2-7 0-12-17-17l-60-19q-91-26-156-88.5T2005.5 358 1978 221q-3-36 9-88l15-65q7-16-15-26l-84-26q-72-16-135-16-60 0-122 14t-128 43.5-128 85T1283 273q-132-48-249-48-226 0-401.5 140.5T407 725q-177 41-292 185T0 1239zm593 729q0 27 17.5 52.5T663 2056q37 11 68.5-4.5T774 1992l153-626q10-40-9-72t-56-39q-35-11-67.5 7t-43.5 54l-154 629q0 2-2 10t-2 13zm278 328q0 25 16.5 49t47.5 33q18 4 26 4 70 0 87-63l240-953q10-39-7.5-69.5T1227 1255q-37-11-70.5 7.5T1115 1316l-241 952q0 2-1.5 12.5T871 2296zm444-319q0 57 67 79 22 6 32 6 18 0 37-8 33-13 42-62l153-626q10-38-8-69t-54-42q-37-11-70 7t-41 54l-153 629q-5 28-5 32zm126-1605q51-93 139.5-141.5T1768 184q19 0 29 1v32q-2 155 82 293t236 210q-36 73-84 114-147-121-344-121h-33q-44-203-213-341z"/></svg>
<svg class="tc-image-night-alt-rain-mix tc-image-button" width="22pt" height="22pt" viewBox="0 0 2333 2421"><path d="M0 1245q0 212 149 366t363 161q19 0 19-18v-143q0-18-19-18-136-7-233-110t-97-238q0-136 90.5-235.5T497 899l57-7q21 0 21-19l7-54q17-176 146.5-293.5T1034 408q174 0 305.5 117T1489 815l8 61q0 20 18 20h173q145 0 248.5 103t103.5 246q0 88-44 166.5T1875.5 1539t-166.5 54q-21 0-21 18v143q0 18 21 18 141-4 258-76t184.5-191.5T2219 1245q0-141-73-268 133-119 169-280l15-73q3-3 3-8 0-9-18-17l-59-19q-92-27-157-90.5t-92.5-133T1979 219q-3-34 10-88l14-62q7-16-14-25l-85-26q-65-18-138-18-58 0-119.5 14t-127 44-127.5 86.5T1285 276q-130-49-251-49-226 0-401.5 140.5T407 727q-180 46-293.5 189T0 1245zm577 752q0 27 17.5 54t50.5 37q37 11 68-4t42-60l15-65q8-36-10-67.5t-55-42.5q-36-11-68.5 8t-42.5 57l-15 63q-2 6-2 20zm81-309q0 34 27 61 25 27 60 27 38 0 64-25.5t26-62.5-26-62.5-64-25.5q-37 0-62 25t-25 63zm65-243q-2 25 14.5 48.5T789 1528q33 10 66-7.5t44-54.5l30-96q12-39-7-69.5t-58-41.5q-35-11-67.5 7t-43.5 53l-26 98q0 3-2 12.5t-2 15.5zm124 885q0 28 16.5 53t51.5 35q13 3 27 3 68 0 84-65l15-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-15 63q-3 14-3 24zm83-310q0 35 27 62 26 26 61 26 38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm67-242q-2 24 14 50t48 32q37 10 68-6t44-60l29-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm294 229q0 26 16.5 51t49.5 35q5 0 14.5 2t14.5 2q65 0 81-70l15-64q11-34-7-67t-54-44q-40-10-72.5 8.5T1305 1917l-10 63q0 4-2 13t-2 14zm79-315q0 36 27 61 24 26 61 26 38 0 63-25t25-62q0-38-25-63t-63-25-63 25-25 63zm65-247q0 27 17.5 51.5t52.5 34.5q3 0 13 2t15 2q16 0 38-10 34-18 44-56l26-96q10-36-8-67.5t-54-42.5q-37-11-68 6t-42 54l-30 97q0 4-2 12.5t-2 12.5zm7-1072q51-92 140-142.5t184-49.5q15 0 32 3v34q-2 157 82.5 294.5T2117 719q-31 65-85 118-148-122-344-122h-33q-50-208-213-342z"/></svg>
<svg class="tc-image-night-alt-rain-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2334 2440"><path d="M0 1237q0 179 106.5 320.5T381 1746q14 3 26-8l120-150q-140 0-242.5-104T182 1237q0-134 90-231.5T497 896l53-7q20 0 20-20l8-57q20-174 150-291t305-117q174 0 305 117.5T1488 812l7 62q0 18 19 18h173q141 0 243.5 102t102.5 243q0 136-90 236.5T1722 1585q-72 9-92 30l-249 310q-25 28-20 67 4 38 33.5 63t60.5 25q36 0 68-40l218-276q99-10 187.5-55.5T2080 1593t100-163 37-193q0-139-73-260 130-118 169-280v-10l21-82-81-28q-92-27-156.5-89t-92-131-27.5-140q0-41 9-85l20-83-89-25q-1 0-3-1.5t-4-2.5-4.5-2-3.5-1q-70-17-133-17-61 1-122.5 15t-128 44-128.5 86-107 132q-120-52-250-52-226 0-401 140T407 723q-181 44-294 186.5T0 1237zm395 852q0 21 7 33 14 35 46 49 35 16 71 3t49-47q16-35 1.5-71.5T521 2007q-35-16-70.5-2.5T402 2053q-7 15-7 36zm197-261v12q3 36 35 59 21 24 58 23t70-34l248-311q22-28 18-66.5t-32-61.5-67-19-61 36l-248 305q-21 24-21 57zm61 556q14 34 49 48 17 8 35 8 10 0 32-6 34-14 47-47 13-35 1-69t-47-51q-35-13-67 .5t-48 46.5q-17 30-2 70zm170-284v9q4 36 34 61.5t60 25.5q35 0 64-36l460-572q23-27 20-66t-31-62q-32-23-70.5-19.5T1299 1472l-456 572q-20 25-20 56zm374 118q0 18 8 35 13 36 50 50 36 14 65 2 35-14 49-49 16-35 3.5-68.5T1325 2138q-35-13-69.5 0t-50.5 45q-8 19-8 35zm244-1847q50-92 138.5-140.5T1767 184q19 0 28 1v32q0 155 85.5 293.5T2114 720q-40 75-84 119-142-126-343-126h-34q-48-205-212-342z"/></svg>
<svg class="tc-image-night-alt-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2331 2381"><path d="M0 1233q0 213 148.5 366T511 1762q18 0 18-18v-146q0-19-18-19-139-11-234-110.5T182 1233q0-132 90-230t224-114l56-8q21 0 21-18l8-55q17-173 146-289.5T1031 402q174 0 304 116t148 290l8 62q0 19 19 19h172q144 0 247 101t103 243q0 136-95 235.5T1703 1579q-21 0-21 19v146q0 18 21 18 213-7 360.5-161t147.5-368q0-139-69-259 130-117 169-279v-14l20-84-81-22q-130-39-202-144.5T1976 214q0-42 9-83l21-85-91-27-14-4q-75-15-133-15-60 0-122 14t-128.5 44-128 85.5T1283 275q-119-52-252-52-226 0-399.5 140T411 721q-180 41-295.5 184T0 1233zm576 722q0 24 16 47.5t48 35.5q35 12 68-5.5t44-54.5l30-113q11-33-7.5-66t-54.5-44q-37-10-69.5 9t-44.5 57l-25 106q-5 25-5 28zm138-505q0 18 11 38 12 28 57 41 39 10 70-6.5t43-55.5l30-110q11-37-7.5-68.5T863 1247q-39-10-71 7.5t-43 55.5l-29 108q-6 22-6 32zm134 838q0 27 16.5 52.5T913 2376q17 5 24 5 14 0 40-11 32-13 46-59l32-112q11-34-7.5-67t-54.5-44q-39-10-71.5 8.5T878 2153l-27 108q-3 13-3 27zm142-509q0 24 16 47.5t49 35.5q36 11 68-6t43-56l29-111q11-34-6.5-66.5T1136 1579q-39-10-72.5 9t-44.5 57l-26 107zm299 188q0 60 68 80 14 3 26 3 24 0 39-7 34-13 47-61l29-109q10-40-8.5-71.5T1433 1762q-37-11-68.5 7.5T1322 1824l-29 111q0 4-2 15.5t-2 16.5zm148-514q0 25 16.5 49t49.5 34q23 5 25 5 14 0 40-11 33-13 47-59l30-111q10-35-9-67t-57-43q-35-11-67 7.5t-43 55.5l-28 113q-4 18-4 27zm4-1084q51-90 141.5-140t193.5-50h22q-1 14-1 40 0 152 83.5 289T2112 717q-35 69-83 117-149-129-347-129h-34q-40-189-207-336z"/></svg>
<svg class="tc-image-night-alt-sleet tc-image-button" width="22pt" height="22pt" viewBox="0 0 2328 2412.66650390625"><path d="M0 1251.667v-39q7-179 121-317t286-178q50-218 225-358t401-140q118 0 254 49 45-74 105.5-128.5t125.5-84 126.5-43T1765 .667q62 0 132 14l85 27q19 9 15 25l-12 65q-11 47-11 90 0 49 15.5 101t47 101.5 85.5 90.5 124 62l66 18q16 4 16 17 0 6-1 7l-20 73q-39 162-161 280 70 122 70 261 0 214-148.5 368.5t-361.5 161.5q-20 0-20-20v-145q0-19 20-19 139-10 235-110t96-236q0-143-103-244.5t-248-101.5h-173q-18 0-18-19l-8-62q-18-172-149-289.5t-305-117.5q-175 0-304.5 117t-146.5 290l-8 55q0 18-21 18l-56 8q-134 16-224.5 114.5t-90.5 231.5v2l1 1h2q1 84 39 158t104 122h1l1 1 1 1q35 25 66 37 54 24 114 26 18 0 18 18v143q0 19-18 19-149-7-272-88h-1q-106-69-169.5-180t-68.5-241zm587 744q0-5 2-13.5t2-12.5l10-63q11-38 43.5-56.5t72.5-8.5q36 11 54 44t7 67l-15 64q-16 69-81 69-5 0-15.5-1.5t-13.5-1.5q-33-10-49.5-35t-16.5-52zm79-314q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25q-36 0-61-27-27-25-27-60zm175 640q0-6 4-24l14-63q11-36 44-54.5t67-7.5q37 7 56 39t9 73l-14 63q-16 65-85 65-12 0-26-3-35-10-52-35.5t-17-52.5zm84-310q0-37 25-62t63-25 63 25 25 62q0 38-25 63t-63 25q-36 0-62-26t-26-62zm66-242q0-15 3-29l24-96q11-37 44-56.5t68-8.5q38 11 56.5 43t7.5 67l-28 96q-13 44-44 60t-68 6q-32-6-48.5-32t-14.5-50zm295 228q0-5 1.5-14t1.5-12l10-63q11-38 43.5-56.5t72.5-8.5q36 11 54.5 44t7.5 67l-15 64q-16 70-81 70-5 0-15-2t-15-2q-32-10-48.5-35t-16.5-52zm79-314q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25-62-26q-26-24-26-61zm75-1318q166 136 211 337h35q196 0 343 126 54-49 81-111-99-48-171.5-129t-108.5-177-36-198v-33h-23q-99 0-188.5 48t-142.5 137z"/></svg>
<svg class="tc-image-night-alt-sleet-storm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2328 2412.66650390625"><path d="M0 1232.667q0 177 106 316.5t275 190.5l-69 181q-7 22 15 22h226l-138 446h30l451-600q6-7 2-14.5t-15-7.5H651l264-495q11-23-14-23H585q-14 0-24 16l-114 307q-114-29-189.5-124.5t-75.5-214.5q0-133 90.5-231t224.5-114l56-8q21 0 21-19l8-54q17-173 146.5-290t304.5-117q174 0 305 117.5t149 289.5l8 61q0 20 18 20h173q145 0 248 101.5t103 243.5q0 136-96 236t-235 110q-20 0-20 20v145q0 19 20 19 213-7 361.5-161.5t148.5-368.5q0-139-70-261 122-118 161-280l20-73q1-1 1-7 0-13-16-17l-66-18q-92-27-156-89.5t-90.5-130-25.5-134.5q0-44 11-91l12-65q4-16-15-25l-85-26q-75-15-132-15-59-1-120.5 12.5t-126.5 43-125.5 84-105.5 128.5q-136-49-254-49-226 0-401 140.5t-225 358.5q-177 42-292 185.5t-115 328.5zm841 1089q0 27 17 52.5t52 35.5q14 3 26 3 69 0 85-65l14-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-14 63q-4 18-4 24zm84-310q0 36 26 62t62 26q38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm66-242q-2 24 14.5 50t48.5 32q37 10 68-6t44-60l28-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm295 229q0 27 16 51.5t49 34.5q5 0 15 2t15 2q65 0 81-70l15-64q11-34-7.5-67t-54.5-44q-40-10-72.5 8.5t-43.5 56.5l-10 63q0 2-1.5 12t-1.5 15zm79-315q0 37 26 61 24 26 62 26t63-25 25-62q0-38-25-63t-63-25-63 25-25 63zm75-1317q53-89 143-137.5t188-48.5h23v34q0 102 36 198t108.5 177 171.5 129q-27 60-81 110-146-125-343-125h-35q-45-201-211-337z"/></svg>
<svg class="tc-image-night-alt-snow tc-image-button" width="22pt" height="22pt" viewBox="0 0 2331 2361"><path d="M0 1238q0 212 149 366t363 161q19 0 19-18v-143q0-18-19-18-136-7-233-109.5T182 1238t90.5-235T497 893l57-8q21 0 21-18l7-55q17-175 146.5-293T1034 401q174 0 305 117.5T1488 809l8 61q0 19 18 19h173q145 0 248.5 103t103.5 246q0 136-97 238.5T1709 1586q-22 0-22 18v143q0 18 22 18 140-4 257-76t184.5-192 67.5-259q0-146-69-265 118-106 162-275l18-77q2-2 2-8 0-12-17-17l-65-18q-70-21-124.5-61t-86-89.5-47-101T1976 225q0-43 11-92l12-66q4-15-15-24l-85-26q-70-17-133-17-59 0-120 14t-126 44-126 85.5T1288 274q-129-53-254-53-226 0-401.5 140.5T407 721q-180 45-293.5 188T0 1238zm681 436q0 38 25.5 64.5T769 1765q38 0 63.5-26.5T858 1674q0-36-25.5-62t-63.5-26q-37 0-62.5 26t-25.5 62zm0 388q0 36 26 62t62 26q38 0 63.5-25t25.5-63-25.5-63-63.5-25-63 25-25 63zm342-181q0 39 26 63 26 26 62 26 38 0 65-26t27-63q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T1023 1881zm0-388q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm0 780q0 35 26 61 27 27 62 27 38 0 65-25.5t27-62.5q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T1023 2273zm345-599q0 38 26.5 64.5t63.5 26.5 62.5-26.5 25.5-64.5q0-36-25.5-62t-62.5-26-63.5 26-26.5 62zm0 388q0 36 26 62t64 26 63-25.5 25-62.5q0-38-25-63t-63-25-64 25-26 63zm73-1694q50-87 138.5-134.5T1762 184q24 0 35 2v33q0 155 83.5 292.5T2112 721q-25 58-81 114-142-126-344-126h-33q-44-197-213-341z"/></svg>
<svg class="tc-image-night-alt-snow-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2328 2388.66650390625"><path d="M0 1232.667q0 177 106 316.5t275 190.5l-69 181q-7 22 15 22h226l-138 446h30l451-600q6-7 2-14.5t-15-7.5H651l264-495q11-23-14-23H585q-14 0-24 16l-114 307q-114-29-189.5-124.5t-75.5-214.5q0-133 90.5-231t224.5-114l56-8q21 0 21-19l8-54q17-173 146.5-290t304.5-117q174 0 305 117.5t149 289.5l8 61q0 20 18 20h173q145 0 248 101.5t103 243.5q0 136-96 236t-235 110q-20 0-20 20v145q0 19 20 19 213-7 361.5-161.5t148.5-368.5q0-139-70-261 122-118 161-280l20-73q1-1 1-7 0-13-16-17l-66-18q-92-27-156-89.5t-90.5-130-25.5-134.5q0-44 11-91l12-65q4-16-15-25l-85-26q-75-15-132-15-59-1-120.5 12.5t-126.5 43-125.5 84-105.5 128.5q-136-49-254-49-226 0-401 140.5t-225 358.5q-177 42-292 185.5t-115 328.5zm1023 647q0 39 26 63 26 26 62 26 38 0 65-26t27-63q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5t-26.5 65.5zm0-388q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm0 780q0 35 26 61 27 27 62 27 38 0 65-25.5t27-62.5q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5t-26.5 65.5zm345-599q0 38 26.5 64.5t63.5 26.5 62.5-26.5 25.5-64.5q0-36-25.5-62t-62.5-26-63.5 26-26.5 62zm0 388q0 36 26 62t64 26 63-25.5 25-62.5q0-38-25-63t-63-25-64 25-26 63zm72-1694q53-89 143-137.5t188-48.5h23v34q0 102 36 198t108.5 177 171.5 129q-27 60-81 110-146-125-343-125h-35q-45-201-211-337z"/></svg>
<svg class="tc-image-night-alt-snow-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2331 2361"><path d="M0 1238q0 212 149 366t363 161q19 0 19-18v-143q0-18-19-18-136-7-233-109.5T182 1238t90.5-235T497 893l57-8q21 0 21-18l7-55q17-175 146.5-293T1034 401q174 0 305 117.5T1488 809l8 61q0 19 18 19h173q145 0 248.5 103t103.5 246q0 136-97 238.5T1709 1586q-22 0-22 18v143q0 18 22 18 140-4 257-76t184.5-192 67.5-259q0-146-69-265 118-106 162-275l18-77q2-2 2-8 0-12-17-17l-65-18q-70-21-124.5-61t-86-89.5-47-101T1976 225q0-43 11-92l12-66q4-15-15-24l-85-26q-70-17-133-17-59 0-120 14t-126 44-126 85.5T1288 274q-129-53-254-53-226 0-401.5 140.5T407 721q-180 45-293.5 188T0 1238zm590 824q0 36 26 62t62 26q38 0 63.5-25t25.5-63-25.5-63-63.5-25-63 25-25 63zm45-388q0 38 25.5 64.5T723 1765q38 0 64-26.5t26-64.5q0-36-26-62t-64-26q-37 0-62.5 26t-25.5 62zm251 599q0 35 26 61 27 27 62 27 38 0 65-25.5t27-62.5q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T886 2273zm68-392q0 38 27 63 26 26 61 26 38 0 65.5-26t27.5-63q0-38-27.5-65.5T1042 1788q-35 0-61.5 27.5T954 1881zm69-388q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm254 569q0 36 26 62t64 26q37 0 62.5-25.5t25.5-62.5q0-38-25-63t-63-25-64 25-26 63zm45-388q0 37 27 64t64 27 62.5-26.5 25.5-64.5q0-36-25.5-62t-62.5-26-64 26.5-27 61.5zm119-1306q50-87 138.5-134.5T1762 184q24 0 35 2v33q0 155 83.5 292.5T2112 721q-25 58-81 114-142-126-344-126h-33q-44-197-213-341z"/></svg>
<svg class="tc-image-night-alt-sprinkle tc-image-button" width="22pt" height="22pt" viewBox="0 0 2323 2001"><path d="M0 1233q0 213 148.5 366T511 1763q19 0 19-19v-142q0-19-19-19-137-7-233-109t-96-241q0-133 90-231t224-114l56-4q21 0 21-19l8-58q17-173 146.5-289.5T1032 401q174 0 305 117t149 289l7 61q0 20 19 20h173q142 0 245.5 102.5T2034 1233q0 139-96 241t-233 109q-20 0-20 19v142q0 19 20 19 140-5 257.5-77t185-192.5T2215 1233q0-139-73-261 125-119 164-275l15-78q2-1 2-7 0-12-17-17l-61-18q-91-26-156-87.5T1996.5 360 1969 223q0-46 12-91l14-65q4-16-14-25l-85-26q-72-16-135-16-58 0-119 14t-126.5 43-127.5 84-107 128q-130-49-249-49-226 0-401 140.5T406 719q-177 42-291.5 185.5T0 1233zm633 94q0 61 44.5 104t108.5 43 107-42.5 43-104.5q0-41-37-109t-69-105q-17-19-44-46l-37 44q-43 47-79.5 110.5T633 1327zm319 425q0 105 73 177t176 72q105 0 177.5-73t72.5-176q0-88-85-213-71-93-137-159-13-9-28-24l-25 24q-63 58-136 158-38 53-63 111t-25 103zm157-711q0 41 30.5 70t74.5 29q41 0 70-29t29-70q0-68-99-173l-27 29q-29 32-53.5 74.5T1109 1041zm326-674q56-91 143-137.5t183-46.5q19 0 29 2v32q0 154 84 292t233 210q-25 60-80 110-148-122-342-122h-35q-49-210-215-340z"/></svg>
<svg class="tc-image-night-alt-storm-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2328 2388.66650390625"><path d="M0 1232.667q0 177 106 316.5t275 190.5l-69 181q-7 22 15 22h226l-138 446h30l451-600q6-7 2-14.5t-15-7.5H651l264-495q11-23-14-23H585q-14 0-24 16l-114 307q-114-29-189.5-124.5t-75.5-214.5q0-133 90.5-231t224.5-114l56-8q21 0 21-19l8-54q17-173 146.5-290t304.5-117q174 0 305 117.5t149 289.5l8 61q0 20 18 20h173q145 0 248 101.5t103 243.5q0 136-96 236t-235 110q-20 0-20 20v145q0 19 20 19 213-7 361.5-161.5t148.5-368.5q0-139-70-261 122-118 161-280l20-73q1-1 1-7 0-13-16-17l-66-18q-92-27-156-89.5t-90.5-130-25.5-134.5q0-44 11-91l12-65q4-16-15-25l-85-26q-75-15-132-15-59-1-120.5 12.5t-126.5 43-125.5 84-105.5 128.5q-136-49-254-49-226 0-401 140.5t-225 358.5q-177 42-292 185.5t-115 328.5zm872 1052q0 25 16.5 50t48.5 35q25 5 29 5 15 0 39-11 33-16 45-56l30-112q10-35-8.5-67.5t-56.5-43.5q-35-10-67.5 9t-43.5 57l-29 107zm143-507q0 69 65 80 22 5 29 5 60 0 82-67l32-109q10-35-9-67.5t-57-43.5q-36-11-68.5 7.5t-43.5 56.5l-27 108q-3 14-3 30zm299 178q2 27 19 51.5t51 36.5q26 6 35 6 55 0 76-72l26-109q11-37-6.5-70t-53.5-44q-40-10-72.5 9t-39.5 57l-31 110q0 4-2 12.5t-2 12.5zm126-1589q53-89 143-137.5t188-48.5h23v34q0 102 36 198t108.5 177 171.5 129q-27 60-81 110-146-125-343-125h-35q-45-201-211-337zm21 1077q0 69 69 88 22 4 32 4 58 0 79-69l30-111q1-8 1-23 2-27-15-52.5t-52-35.5q-2 0-10.5-1.5t-13.5-1.5q-26 0-51 16.5t-35 50.5l-31 109q0 1-1.5 11t-1.5 15z"/></svg>
<svg class="tc-image-night-alt-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2330 2371"><path d="M0 1238q0 178 106 317.5T381 1746l-70 180q-4 22 16 22h226l-104 374h31l417-527q6-8 1.5-15.5T883 1772H651l264-494q11-23-14-23H585q-14 0-24 15l-114 307q-115-29-190-124.5T182 1238q0-133 90.5-231.5T497 892l56-8q21 0 21-18l8-55q17-173 146.5-290T1033 404q173 0 304.5 117.5T1488 811l7 63q0 18 19 18h173q145 0 248 101.5t103 244.5q0 136-96 236t-235 111q-20 0-20 18v147q0 19 20 19 140-5 257.5-77t185-192.5T2217 1238q0-139-70-261 127-121 166-280l15-77q2-2 2-8 0-11-17-16l-60-19q-91-26-156-87.5T2004.5 358 1977 217q0-42 9-85l15-65q7-16-15-25-34-14-96.5-28T1767 0q-58 0-119 14t-126.5 43.5-127.5 85T1287 273q-132-48-254-48-226 0-401 140T407 723q-177 42-292 186T0 1238zm864 1048q0 26 15.5 49.5T927 2368q17 3 32 3 65 0 81-67l247-938q10-38-7.5-69.5T1226 1255q-37-11-69.5 6.5T1114 1314l-247 943q-3 14-3 29zm445-322q0 26 15.5 49t49.5 33q5 0 16.5 1.5t17.5 1.5q61 0 77-67l160-616q10-39-8-70t-54-41q-37-11-69 6t-42 53l-160 621q-3 16-3 29zm132-1593q53-91 141.5-139t187.5-48q20 0 29 1v34q0 154 83.5 291T2114 720q-29 67-84 114-147-126-343-126h-34q-45-199-212-337z"/></svg>
<svg class="tc-image-night-clear tc-image-button" width="22pt" height="22pt" viewBox="0 0 1509.666748046875 1514"><path d="M0 757q0-153 60-293t161.5-241.5 242-162T757 0h122q25 7 25 30l5 94q6 203 146 346t340 151l88 7q26 0 26 25v104q1 205-99.5 379.5t-274 276T757 1514q-156 0-296.5-60t-241-161.5-160-241.5T0 757zm195 0q0 122 48.5 230t127 181 180 115.5T757 1326q93 0 187.5-36.5t175.5-102 139.5-167.5 75.5-223q-261-54-418.5-223.5T735 175q-151 8-276.5 93T264 483.5 195 757z"/></svg>
<svg class="tc-image-night-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2282 1652"><path d="M0 1124q0 143 70 264.5T261 1581t264 71h1153q143 0 264.5-71t192.5-192.5 71-264.5q0-102-45-213 121-148 121-352 0-152-74-280.5T2005.5 75 1725 0q-239 0-413 186-122-69-287-69-225 0-397.5 139T406 613q-179 40-292.5 183T0 1124zm182 0q0-133 89-230t224-113l73-3 7-77q22-173 150-289.5T1025 295q175 0 305 117t147 289l11 80h190q141 0 243 101.5t102 241.5q0 144-101.5 247T1678 1474H525q-139 0-241-104t-102-246zm1283-836q110-106 260-106 158 0 268.5 109.5T2104 559q0 99-55 196-153-153-371-153h-33q-44-178-180-314z"/></svg>
<svg class="tc-image-night-cloudy-gusts tc-image-button" width="22pt" height="22pt" viewBox="0 0 2549 2045"><path d="M0 1566q0 38 29 64 29 29 65 29h627q42 0 73.5 30t31.5 73q0 41-32 72.5t-73 31.5q-40 0-72-32-30-28-66-28-37 0-63 27t-26 65 26 64q83 83 201 83 119 0 202-82.5t83-200.5q0-119-83.5-203T721 1475H94q-38 0-66 27t-28 64zm0-321q0 36 29 62 24 26 65 26h1172q118 0 201.5-83t83.5-201-83.5-200.5T1266 766q-122 0-202 80-24 27-24 67 0 38 24 62.5t64 24.5 65-24q30-30 73-30 41 0 72 30t31 73-31 74-72 31H94q-38 0-66 27t-28 64zm283-250q0 13 18 13h153q13 0 23-15 36-87 111.5-144T758 785l56-7q20 0 20-20l7-53q17-173 147-289.5T1293 299t304 115.5T1745 705l7 61q0 19 19 19h174q144 0 246 101t102 243q0 143-102 244.5T1945 1475h-737q-18 0-18 19v146q0 19 18 19h737q143 0 264.5-71t192-193 70.5-266q0-119-45-216 122-160 122-355 0-114-44.5-217.5t-119.5-178T2206.5 44 1990 0q-247 0-414 185-125-65-283-65-226 0-399.5 139.5T673 617q-136 32-241 131T286 981v4q-3 8-3 10zm1443-707q115-109 264-109 156 0 267.5 112T2369 558q0 97-54 197-153-153-370-153h-35q-37-171-184-314z"/></svg>
<svg class="tc-image-night-cloudy-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 2437 2136"><path d="M0 1013q0-184 115-328t292-185q50-219 225-359.5T1033 0q221 0 393.5 137T1651 488h35q144 0 266 69.5T2145 748t71 265q0 32-3 65 104 82 164 203.5t60 259.5q0 123-47.5 233.5T2262 1964t-190.5 125.5T1840 2136q-120 0-230-47t-189.5-126.5-127-189.5-47.5-230H512q-214-10-363-163T0 1013zm182 0q0 139 96.5 241.5T512 1364h1194q137-7 234-109.5t97-241.5q0-140-104-242.5T1686 668h-173q-18 0-18-18l-8-62q-18-173-149-290t-305-117q-175 0-304.5 117T582 588l-8 62q0 18-21 18h-56q-134 16-224.5 114T182 1013zm1201 545q10 180 146.5 302t310.5 122q96 0 181-37.5t143-99.5 91-141.5 33-162.5q0-78-31.5-157t-90.5-144q-62 132-186 215t-274 88h-308q0 3 2 13-12 2-17 2z"/></svg>
<svg class="tc-image-night-cloudy-windy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2681 1982"><path d="M0 1564q0 40 29 64 27 28 65 28h1018q37 0 62.5-27t25.5-65-25.5-65-62.5-27H94q-38 0-66 27.5T0 1564zm281-323q0 36 29 62 26 26 64 26h1019q38 0 63-25t25-63-25.5-64.5-62.5-26.5H374q-38 0-65.5 27t-27.5 64zm122-249q0 12 21 12h152q14 0 24-15 36-87 112-144t169-64l58-8q19 0 19-19l8-54q17-173 147-290t306-117 306 116 148 291l8 61q0 20 18 20h173q146 0 248.5 101t102.5 244q0 142-102.5 244T2072 1472h-737q-18 0-18 18v147q0 19 18 19h737q145 0 267.5-71t194-193 71.5-266q0-113-47-214 123-161 123-351 0-152-75.5-281.5T2401 75 2119 0q-244 0-410 178-136-65-290-65-149 0-280.5 63t-221 177T797 612q-140 32-244.5 128.5T407 972zm66 902q0 37 28 62 26 26 64 26h1020q38 0 64.5-25t26.5-63-27-65-64-27H561q-37 0-64.5 27.5T469 1894zM1856 286q108-104 263-104 158 0 269 110.5T2499 561q0 101-52 189-157-153-375-153h-34q-39-175-182-311z"/></svg>
<svg class="tc-image-night-club tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47 31"><path d="M46 0H31s-1 8 1 16c.804 1.34 2.79 2.062 5 2.245V28h-.333L33 31h11l-3.584-3H40v-9.828c2.12-.275 4.063-1.014 5-2.172 2-7 1-16 1-16zm-1 6H32V1h13v5zM20.5 28H15v-8.5L26 3H0l11 16.5V28H5.5a1.5 1.5 0 1 0 0 3h15a1.5 1.5 0 1 0 0-3z"/></svg>
<svg class="tc-image-night-fog tc-image-button" width="22pt" height="22pt" viewBox="0 0 2632 2098.66650390625"><path d="M0 1681.667q0 36 27 61t66 25h1985q38 0 64.5-25t26.5-61q0-39-26-65.5t-65-26.5H93q-38 0-65.5 27t-27.5 65zm278-332q0 38 28 63 22 29 63 29h1985q37 0 62-27t25-65q0-37-25-62t-62-25H369q-38 0-64.5 25t-26.5 62zm16-258v-5q-7 24 13 24h154q9 0 20-16 38-83 113.5-136t165.5-60l57-8q20 0 20-19l6-53q17-172 145.5-287.5t302.5-115.5q172 0 301 114t147 285l7 61q0 19 22 19h169q103 0 187 55t125 145q11 16 23 16h151q19 0 16-24-35-89-49-113 116-104 160-274l18-70q4-10-1.5-17t-12.5-7l-66-23q-143-41-217.5-169t-39.5-273l14-62q8-15-14-25l-90-25q-175-43-343 28t-263 226q-127-49-244-49-222 0-395.5 140t-223.5 357q-135 32-236.5 129t-141.5 232zm169 915q0 38 28 63 27 29 63 29h1989q37 0 63-27t26-65q0-37-26-62t-63-25H554q-38 0-64.5 25t-26.5 62zm1227-1629q56-92 150.5-142t199.5-40q-11 167 75 312.5t237 215.5q-24 56-80 114-147-121-335-121h-34q-51-210-213-339z"/></svg>
<svg class="tc-image-night-hail tc-image-button" width="22pt" height="22pt" viewBox="0 0 2295 2255"><path d="M0 1128q0 213 148.5 366T511 1658q19 0 19-19v-142q0-19-19-19-137-7-233-109t-96-241q0-133 90-231t224-114l56-8q21 0 21-19l8-54q17-173 146.5-289.5T1032 296q174 0 305 117t149 289l7 62q0 19 19 19h173q145 0 247 101t102 244q0 139-96 241t-233 109q-20 0-20 19v142q0 19 20 19 140-5 257.5-77t185-192.5T2215 1128q0-118-46-214 126-153 126-354 0-151-75.5-280T2015 75.5 1735 0q-249 0-414 185-131-70-289-70-226 0-401 140.5T406 614q-176 42-291 185.5T0 1128zm573 744q14 35 49 49 32 16 66.5 2.5T736 1876q14-35 1-69.5t-47-50.5q-32-13-65.5 1t-49.5 46q-16 27-2 69zm67-302q0 25 16.5 49t49.5 33q36 11 69-6t46-59l105-332q12-39-8-71t-59-40q-35-11-66.5 6.5T750 1204l-107 339zm199 598q0 11 6 31 15 36 49 48 13 8 35 8 10 0 32-6 35-13 50.5-48.5t-.5-70.5-48-49-66-1q-31 13-44.5 38.5T839 2168zm79-285q0 28 16 51t51 30q3 0 12 2t14 2q69-5 86-66l188-647q11-39-6.5-69.5T1225 1144q-37-11-69 6.5t-43 53.5l-192 647q0 4-1 10.5t-1.5 12-.5 9.5zm367-43q0 16 5 34 13 34 49 47 15 7 38 7 19 0 31-6 36-14 49-46 13-35 .5-69t-44.5-51q-35-13-69.5 1t-50.5 46q-8 17-8 37zm76-271q0 57 66 80 22 6 32 6 19 0 36-9 28-14 43-59l105-332q12-37-6.5-68.5T1582 1144q-37-11-68 6.5t-43 53.5l-105 334q-5 28-5 31zm110-1281q110-106 264-106 156 0 266.5 111T2112 560q0 99-55 196-157-157-372-157h-35q-49-185-179-311z"/></svg>
<svg class="tc-image-night-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 2286 2089"><path d="M0 1129q0 105 40 200.5t108.5 165T311 1607t199 48q19 0 19-18v-143q0-18-19-18-139-10-234-110t-95-237q0-134 90.5-233T495 785l56-6q20 0 20-19l8-55q11-114 74-207t162-145.5 215-52.5q174 0 303.5 115T1482 702l7 62q0 18 20 18h171q144 0 247 102.5t103 244.5q0 137-95 237t-234 110q-21 0-21 18v143q0 18 21 18 214-10 361-161.5t147-364.5q0-102-50-220 127-159 127-349 0-152-75.5-281t-204-204T1727 0q-254 0-413 185-130-68-284-68-225 0-400 140.5T406 617q-179 41-292.5 184T0 1129zm816 493q-4 22 15 22h231l-141 445h31l446-595q6-7 2.5-14.5t-14.5-7.5h-233l245-452q12-23-15-23h-314q-12 0-22 15zm647-1334q107-106 264-106t266.5 110T2103 560q0 95-55 192-155-149-368-149h-33q-47-190-184-315z"/></svg>
<svg class="tc-image-night-partly-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 1755 1682"><path d="M0 1300q0 155 113.5 268.5T382 1682h731q155 0 265.5-112t110.5-270q0-77-22-131 133-85 210.5-226.5T1755 640q0-130-50.5-248.5t-136.5-204T1364 51 1117 0Q942 0 794.5 86t-232 233T478 640v36q-161 92-212 266-121 38-193.5 135T0 1300zm211 0q0-67 43-115t109-54l67-9q20 0 20-24l11-60q11-92 77.5-154T696 822q93 0 161.5 62t79.5 154l9 69q10 24 27 24h140q69 0 119.5 50t50.5 119q0 72-50.5 123t-119.5 51H382q-72 0-121.5-51T211 1300zm472-682q11-175 135.5-294T1117 205q178 0 302.5 127T1544 640q0 112-54 207.5T1343 1002q-94-78-217-78-47-140-164.5-223T696 618h-13z"/></svg>
<svg class="tc-image-night-rain tc-image-button" width="22pt" height="22pt" viewBox="0 0 2291 2255"><path d="M0 1129q0 105 40 200.5t108.5 165 163 112.5 199.5 48q18 0 18-18v-143q0-18-18-18-139-10-234-110t-95-237q0-134 90.5-233.5T496 785l56-6q21 0 21-20l6-54q17-174 146.5-289.5T1031 300q175 0 304.5 114.5T1483 701l7 62q0 19 20 19h171q144 0 247 102.5t103 244.5q0 137-95 237t-234 110q-21 0-21 18v143q0 18 21 18 214-10 361.5-161.5T2211 1129q0-115-45-212 125-151 125-358 0-150-75-279T2012 75.5 1733 0q-249 0-414 185-141-69-288-69-226 0-400.5 140.5T406 617q-176 41-291 184.5T0 1129zm585 712q0 64 69 83 33 11 67-6.5t44-53.5l160-611q10-35-9.5-67t-57.5-43q-35-11-67 7.5t-42 55.5l-160 608q-4 18-4 27zm277 326q0 19 9 39 16 33 54 46 4 0 10.5 1t12 1.5 9.5.5q69 0 81-70l245-932q11-35-6.5-67t-53.5-43q-39-11-72 7.5t-40 55.5l-246 933q-3 15-3 28zm443-327q0 25 17 50t48 34q10 3 24 3 27 0 52-14.5t34-48.5l160-611q12-33-7-66t-55-44q-39-11-70.5 7.5T1469 1206l-160 608q-4 18-4 26zm164-1548q107-107 264-107 156 0 266 109t110 265q0 100-55 197-153-153-373-153h-33q-45-187-179-311z"/></svg>
<svg class="tc-image-night-rain-mix tc-image-button" width="22pt" height="22pt" viewBox="0 0 2307 2315"><path d="M0 1137q0 139 68 259t186 192.5 259 76.5q20 0 20-18v-143q0-19-20-19-137-7-234-109.5T182 1137t91-235.5T498 791l56-8q21 0 21-18l8-55q17-176 147.5-294.5T1037 297q174 0 305 117.5T1491 706l8 62q0 18 19 18h173q144 0 247.5 103.5T2042 1137q0 136-97 238.5T1712 1485q-21 0-21 19v143q0 18 21 18 141-4 258.5-76.5t185-192.5 67.5-259q0-116-45-215 129-159 129-359 0-153-75.5-282.5t-205-205T1745 0q-119 0-229 49.5T1326 186q-141-69-289-69-227 0-403 140.5T408 617q-180 46-294 190T0 1137zm569 754q0 27 17.5 54t50.5 37q37 11 68-4t42-60l15-65q8-36-10-67.5t-55-42.5q-36-11-68.5 8t-42.5 57l-15 63q-2 6-2 20zm81-309q0 34 27 61 25 27 60 27 38 0 64-25.5t26-62.5-26-62.5-64-25.5q-37 0-62 25t-25 63zm65-243q-2 25 14.5 48.5T781 1422q33 10 66-7.5t44-54.5l30-96q12-39-7-69.5t-58-41.5q-35-11-67.5 7t-43.5 53l-26 98q0 3-2 12.5t-2 15.5zm124 885q0 28 16.5 53t51.5 35q13 3 27 3 68 0 84-65l15-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-15 63q-3 14-3 24zm83-310q0 35 27 62 26 26 61 26 38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm67-242q-2 24 14 50t48 32q37 10 68-6t44-60l29-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm294 229q0 26 16.5 51t49.5 35q5 0 14.5 2t14.5 2q65 0 81-70l15-64q11-34-7-67t-54-44q-40-10-72.5 8.5T1297 1811l-10 63q0 4-2 13t-2 14zm79-315q0 36 27 61 24 26 61 26 38 0 63-25t25-62q0-38-25-63t-63-25-63 25-25 63zm65-247q0 27 17.5 51.5t52.5 34.5q3 0 13 2t15 2q16 0 38-10 34-18 44-56l26-96q10-36-8-67.5t-54-42.5q-37-11-68 6t-42 54l-30 97q0 4-2 12.5t-2 12.5zm50-1045q111-111 268-111t267.5 111.5T2123 563q0 107-54 197-154-154-378-154h-34q-45-187-180-312z"/></svg>
<svg class="tc-image-night-rain-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2323 2300"><path d="M0 1144q0 181 106.5 321T386 1657q16 2 27-8l121-156q-143 0-246.5-102.5T184 1144q0-138 91.5-239T504 793l56-8q17 0 17-15l8-60q19-176 150.5-294T1043 298q178 0 310.5 117T1503 707l8 63q4 18 22 18h174q144 0 248 105t104 251q0 135-91 235.5T1744 1493q-76 0-97 30l-233 256q-25 29-20.5 66.5t33.5 67.5q21 28 62.5 24.5t64.5-40.5l209-222q132-13 243-87.5t175.5-192T2246 1144q0-101-46-222 123-156 123-354 0-156-76-286.5t-207-206T1755 0q-251 0-416 182-139-69-296-69-229 0-404.5 142T413 621q-183 41-298 186.5T0 1144zm405 800q0 23 5 34 13 34 47 47 36 16 72.5 2.5T578 1979q16-35 2-71.5t-49-49.5q-36-13-70 .5t-50 47.5q-6 13-6 38zm196-261q0 37 34 71 68 58 134-16l234-260q24-28 19.5-65.5T989 1352q-29-22-67-17t-63 31l-235 254q-23 34-23 63zm69 526q0 19 8 34 14 36 44 49 19 8 39 8 12 0 34-6 34-15 47-48 16-32 2.5-68t-47.5-49q-36-17-70-3t-52 51q-5 15-5 32zm178-255v14q3 39 34 64 23 29 63.5 25.5t63.5-40.5l450-524q25-29 21-68t-37-61q-28-23-64.5-20t-61.5 32l-450 525q-19 20-19 53zm387 89q-11 36 0 66 14 35 48 52 17 8 38 8 10 0 32-6 36-14 49-49 16-36 3-70t-47-47q-36-17-70.5-3.5T1235 2043zm256-1752q109-109 264-109 161 0 273.5 112.5T2141 568q0 100-55 194-156-156-379-156h-34q-40-182-182-315z"/></svg>
<svg class="tc-image-night-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2294 2272"><path d="M0 1125q0 105 40 200.5T148.5 1491 312 1604t200 48q19 0 19-18v-143q0-18-19-18-136-7-232.5-109.5T183 1125t90-235 224-110l57-7q16 0 16-16l8-57q18-175 149-291.5T1034 292q174 0 304.5 115.5T1488 696l7 61q0 20 19 20h173q142 0 244 102t102 246q0 136-95 238.5T1707 1473q-20 0-20 18v143q0 18 20 18 214-10 362-162t148-365q0-103-44-213 121-159 121-351 0-151-75.5-280.5T2014 75.5 1734 0q-245 0-412 178-139-69-288-69-227 0-402 141T408 611q-181 42-294.5 183.5T0 1125zm575 720q0 27 15.5 51.5T642 1933q18 9 39.5 7.5t43-21T754 1868l30-108q10-40-8.5-72t-56.5-39q-34-11-67 7.5t-44 53.5l-30 111q-3 14-3 24zm140-509q1 31 18 55.5t51 29.5q28 5 32 5 60 0 81-70l30-107q10-37-8.5-70.5T862 1134q-36-10-68 8.5t-43 55.5l-32 112q-4 20-4 26zm132 843q0 28 16.5 53t51.5 35q22 5 30 5 14 0 40-11 27-13 41-59l32-108q10-40-9-72.5t-56-39.5q-35-11-68.5 7.5T880 2044l-30 111q-3 14-3 24zm142-512q0 27 17 52.5t52 35.5q36 11 67.5-5t43.5-60l30-108q11-40-7.5-71t-56.5-38q-35-12-68 6.5t-44 54.5l-30 111q-4 14-4 22zm304 186q-2 25 14.5 49.5t49.5 35.5l27 3q18 1 40-8 34-13 45-58l30-112q11-37-7.5-68.5T1437 1652q-40-10-71.5 9t-38.5 57l-31 107q-3 27-3 28zm144-512q0 28 17.5 53t51.5 32l27 3q69 0 86-66l30-110q10-40-9-72t-57-39q-37-11-68.5 7.5T1473 1206l-32 109q-4 18-4 26zm36-1056q107-103 261-103 156 0 266 111.5T2110 561q0 102-51 189-154-154-372-154h-34q-39-175-180-311z"/></svg>
<svg class="tc-image-night-sleet tc-image-button" width="22pt" height="22pt" viewBox="0 0 2298 2310"><path d="M0 1130v-2q0-185 115.5-330T408 612q49-219 224.5-359.5T1035 112q159 0 290 70 80-85 188-133.5T1736 0q152 0 281.5 75.5t205 205T2298 562q0 197-122 351 46 98 46 215 0 141-68 261.5t-185.5 193T1710 1659q-21 0-21-18v-143q0-19 21-19 137-7 232.5-109.5T2038 1128q0-142-103-244t-246-102h-172q-19 0-19-19l-8-63q-18-173-149.5-290.5T1035 292q-176 0-305.5 117.5T583 700l-8 63q-5 15-24 15l-54 4q-135 16-225 113.5T182 1128v4q2 2 3 2 1 136 96 237 45 47 98 71v2q60 31 132 36 18 0 18 18v143q0 18-18 18-78-4-153-31-121-40-209.5-131.5T23 1283q-23-75-23-153zm587 765q0-5 2-14t2-13l10-62q11-38 44-57t72-9q36 11 54 44t7 67l-15 64q-16 70-81 70-5 0-15.5-1.5T653 1982q-33-10-49.5-35t-16.5-52zm79-315q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25q-37 0-61-26-27-25-27-61zm175 638q0-6 4-24l14-63q11-36 44-54t67-7q37 7 56 39t9 73l-14 62q-17 66-85 66-8 0-26-4-35-10-52-35.5t-17-52.5zm84-310q0-37 25-61.5t63-24.5 63 24.5 25 61.5q0 38-25 63t-63 25q-36 0-62-26t-26-62zm66-242q0-15 3-28l24-96q11-38 44-57t68-9q38 11 56.5 43t7.5 67l-28 96q-13 44-44 60t-68 6q-32-6-48.5-32t-14.5-50zm295 229q0-5 1.5-15t1.5-12l10-62q11-38 44-57t72-9q36 11 54.5 44t7.5 67l-15 64q-16 70-81 70-5 0-16-1.5t-14-1.5q-32-10-48.5-35t-16.5-52zm79-315q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25-62-26q-26-24-26-61zm110-1291q134 122 181 312h33q221 0 375 154 50-88 50-193 0-157-110.5-266.5T1736 186q-154 0-261 103z"/></svg>
<svg class="tc-image-night-sleet-storm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2298 2309"><path d="M0 1128q0 179 106.5 320T382 1636l-70 181q-8 23 15 23h227l-152 449h31l465-604q6-7 2-14.5t-15-7.5H651l266-496q12-23-15-23H586q-15 0-25 16l-114 307q-115-29-190-123.5T182 1128q0-135 90-233t225-114l54-3q19 0 24-15l8-63q17-173 146.5-290.5T1035 292q174 0 305.5 117.5T1490 700l8 63q0 18 19 18h172q143 0 246 102.5t103 244.5q0 139-95.5 241.5T1710 1479q-21 0-21 19v143q0 18 21 18 141-4 258.5-76.5t185.5-193 68-261.5q0-117-46-215 122-154 122-351 0-152-75.5-281.5t-205-205T1736 0q-115 0-223.5 48T1325 181q-129-69-290-69-227 0-402.5 140.5T408 612q-177 41-292.5 186T0 1128zm841 1090q0 27 17 52.5t52 35.5q14 3 26 3 69 0 85-65l14-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-14 63q-4 18-4 24zm84-310q0 36 26 62t62 26q38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm66-242q-2 24 14.5 50t48.5 32q37 10 68-6t44-60l28-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm295 229q0 27 16 51.5t49 34.5q5 0 15 2t15 2q65 0 81-70l15-64q11-34-7.5-67t-54.5-44q-40-10-72.5 8.5T1299 1805l-10 63q0 2-1.5 12t-1.5 15zm79-315q0 37 26 61 24 26 62 26t63-25 25-62q0-38-25-63t-63-25-63 25-25 63zm110-1291q107-103 261-103 157 0 267.5 109.5T2114 562q0 105-50 193-154-154-375-154h-33q-47-190-181-312z"/></svg>
<svg class="tc-image-night-snow tc-image-button" width="22pt" height="22pt" viewBox="0 0 2297 2253"><path d="M0 1129q0 213 149 366.5T512 1659q19 0 19-18v-143q0-18-19-18-137-8-233.5-110T182 1129q0-133 90.5-231T497 784l56-4q21 0 21-19l8-58q17-173 146.5-290T1033 296q174 0 305 117t149 290l8 61q0 20 18 20h173q145 0 248 101.5t103 243.5q0 138-97 240.5T1706 1480q-20 0-20 18v143q0 18 20 18 214-7 362.5-161.5T2217 1129q0-114-46-214 126-154 126-354 0-152-75.5-281.5T2017 75 1737 0q-248 0-415 185-129-69-289-69-226 0-401 140.5T407 615q-177 42-292 185.5T0 1129zm681 439q0 35 26 61 27 27 62 27 37 0 62.5-25t25.5-63-25-63-63-25-63 25-25 63zm0 387q0 38 26 62 26 26 62 26 38 0 63-25t25-63-25.5-64.5T769 1864t-62.5 26.5T681 1955zm341-185q0 37 27 65.5t62 28.5q37 0 64-28t27-66q0-35-27-61.5t-64-26.5q-35 0-62 26.5t-27 61.5zm0-383q0 36 26 62t63 26q38 0 64.5-25.5t26.5-62.5-26.5-63.5-64.5-26.5q-36 0-62.5 26.5T1022 1387zm0 775q0 37 26.5 64t62.5 27q37 0 64-26.5t27-64.5q0-35-27-61.5t-64-26.5q-35 0-62 26.5t-27 61.5zm345-594q0 33 26 61 27 27 64 27t62.5-25 25.5-63-25-63-63-25-64 25-26 63zm0 387q0 36 26 62t64 26 63-25 25-63-25.5-64.5-62.5-26.5-63.5 26.5-26.5 64.5zm105-1666q108-108 265-108t266.5 111T2113 561q0 94-54 196-154-154-373-154h-33q-47-186-181-314z"/></svg>
<svg class="tc-image-night-snow-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2298 2289"><path d="M0 1128q0 179 106.5 320T382 1636l-70 181q-8 23 15 23h227l-152 449h31l465-604q6-7 2-14.5t-15-7.5H651l266-496q12-23-15-23H586q-15 0-25 16l-114 307q-115-29-190-123.5T182 1128q0-135 90-233t225-114l54-3q19 0 24-15l8-63q17-173 146.5-290.5T1035 292q174 0 305.5 117.5T1490 700l8 63q0 18 19 18h172q143 0 246 102.5t103 244.5q0 139-95.5 241.5T1710 1479q-21 0-21 19v143q0 18 21 18 141-4 258.5-76.5t185.5-193 68-261.5q0-117-46-215 122-154 122-351 0-152-75.5-281.5t-205-205T1736 0q-115 0-223.5 48T1325 181q-129-69-290-69-227 0-402.5 140.5T408 612q-177 41-292.5 186T0 1128zm1023 648q0 39 26 63 26 26 62 26 38 0 65-26t27-63q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T1023 1776zm0-388q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm0 780q0 35 26 61 27 27 62 27 38 0 65-25.5t27-62.5q0-38-27-65.5t-65-27.5q-35 0-61.5 27.5T1023 2168zm345-599q0 38 26.5 64.5t63.5 26.5 62.5-26.5 25.5-64.5q0-36-25.5-62t-62.5-26-63.5 26-26.5 62zm0 388q0 36 26 62t64 26 63-25.5 25-62.5q0-38-25-63t-63-25-64 25-26 63zm107-1668q107-103 261-103 157 0 267.5 109.5T2114 562q0 105-50 193-154-154-375-154h-33q-47-190-181-312z"/></svg>
<svg class="tc-image-night-snow-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2297 2248"><path d="M0 1129q0 213 149 366.5T512 1659q19 0 19-18v-143q0-18-19-18-137-8-233.5-110T182 1129q0-133 90.5-231T497 784l56-4q21 0 21-19l8-58q17-173 146.5-290T1033 296q174 0 305 117t149 290l8 61q0 20 18 20h173q145 0 248 101.5t103 243.5q0 138-97 240.5T1706 1480q-20 0-20 18v143q0 18 20 18 214-7 362.5-161.5T2217 1129q0-114-46-214 126-154 126-354 0-152-75.5-281.5T2017 75 1737 0q-248 0-415 185-129-69-289-69-226 0-401 140.5T407 615q-177 42-292 185.5T0 1129zm585 823q0 33 26 61 28 26 62 26 38 0 63-25t25-62q0-38-25.5-63t-62.5-25-62.5 25-25.5 63zm92-387q0 38 25.5 65t62.5 27 62.5-27 25.5-65q0-36-25.5-62t-62.5-26-62.5 26-25.5 62zm202 595q0 35 26 61 27 27 62 27 38 0 64.5-25t26.5-63-27-64.5-64-26.5q-35 0-61.5 27t-26.5 64zm91-390q0 35 27 64 26 26 61 26 38 0 65-26t27-64q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5zm46-384q0 36 26 62t62 26q38 0 64.5-25.5t26.5-62.5-26.5-63-64.5-26q-36 0-62 26t-26 63zm253 566q0 34 25 61 28 26 64 26 38 0 63-25t25-62q0-38-25-63t-63-25-63.5 25.5-25.5 62.5zm91-387q0 38 26 65t63 27 62.5-27 25.5-65q0-36-25.5-62t-62.5-26-63 26-26 62zm112-1276q108-108 265-108t266.5 111T2113 561q0 94-54 196-154-154-373-154h-33q-47-186-181-314z"/></svg>
<svg class="tc-image-night-sprinkle tc-image-button" width="22pt" height="22pt" viewBox="0 0 2296 1901"><path d="M0 1133q0 213 148.5 366.5T512 1663q18 0 18-18v-146q0-20-18-20-140-10-235.5-110T181 1133q0-135 91-234.5T497 788l56-7q20 0 20-20l7-53q17-173 147-290t306-117q175 0 305 116.5T1487 708l6 61q0 19 20 19h171q145 0 248 101.5t103 243.5q0 136-95 236t-234 110q-22 0-22 20v146q0 18 22 18 213-7 361.5-161.5T2216 1133q0-118-46-214 126-153 126-358 0-151-75.5-280.5T2016 75.5 1736 0q-244 0-419 187-132-67-284-67-226 0-401.5 140T407 619q-177 42-292 185.5T0 1133zm633 94q0 60 45.5 104t108.5 44 106.5-43 43.5-105q0-41-37.5-109T829 1011q-3-4-19.5-21.5T787 964l-38 43q-44 48-80 112.5T633 1227zm319 425q0 101 73.5 175t175.5 74q103 0 177-74t74-175q0-43-25-103t-60-111q-74-95-138-159-9-7-28-26l-62 62q-71 68-129 166.5T952 1652zm157-715q0 43 30 71.5t76 28.5q41 0 70-28.5t29-71.5q0-65-99-172l-27 28q-30 32-54.5 74.5T1109 937zm362-644q107-106 265-106 156 0 266 109t110 265q0 101-54 197-160-154-374-154h-33q-45-188-180-311z"/></svg>
<svg class="tc-image-night-storm-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2295 2268"><path d="M0 1124q0 176 106.5 317.5T381 1633l-69 177q-7 22 15 22h226l-122 436h31l435-586q6-7 1.5-15t-15.5-8H651l264-498q12-23-14-23H585q-15 0-20 15l-118 312q-114-29-189.5-125T182 1124q0-134 90.5-233.5T497 779l56-7q21 0 21-18l8-55q17-174 146.5-290.5T1034 292q175 0 305 116.5T1488 699l7 62q0 18 19 18h173q145 0 248 101.5t103 243.5q0 137-96 237.5T1707 1472q-20 0-20 19v147q0 18 20 18 213-7 361.5-162t148.5-370q0-116-44-213 122-160 122-351 0-114-45-217.5T2130 164 1951 44.5 1734 0q-118 0-226 48t-186 134q-131-70-288-70-227 0-402 139.5T407 611q-177 41-292 185T0 1124zm872 1053q0 28 17 54.5t49 32.5q3 0 8.5 1t10 1.5 8.5.5q68-5 85-65l31-113q10-35-9.5-67.5T1015 1978q-35-10-67.5 9t-43.5 57l-27 107q-5 25-5 26zm143-509q0 24 16.5 48t49.5 36q35 12 67-5.5t43-56.5l32-111q10-40-8.5-72t-56.5-39q-36-11-68.5 7.5T1045 1532l-27 109q0 3-1 8.5t-1.5 10-.5 8.5zm302 173q0 30 17 55.5t50 34.5q25 5 29 5 63 0 82-64l26-113q11-35-6-67t-53-44q-40-10-73 9.5t-40 56.5l-30 106q-2 8-2 21zm145-506q0 26 17 50.5t52 36.5q27 3 28 3 19 0 40-9 31-16 42-56l31-111q10-35-9.5-67.5T1606 1138q-36-11-68 7.5t-43 56.5l-30 109q-3 14-3 24zm11-1051q106-102 261-102 157 0 267 110.5T2111 560q0 101-52 190-158-154-372-154h-34q-49-185-180-312z"/></svg>
<svg class="tc-image-night-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2288 2279"><path d="M0 1125q0 178 106 318t273 187l-68 179q-8 23 15 23h226l-111 447h30l423-600q6-7 1.5-15t-15.5-8H648l264-492q11-23-15-23H583q-14 0-24 15l-114 306q-114-28-188.5-122T182 1125q0-133 89.5-230.5T495 781l57-4q19 0 19-19l8-57q11-113 74-206.5T815.5 348t214.5-53q173 0 303 117t148 289l8 60q0 20 18 20h173q142 0 245.5 102t103.5 242q0 138-96 239.5T1701 1473q-21 0-21 19v143q0 18 21 18 139-4 256-76.5t184-192.5 67-259q0-117-45-214 125-148 125-353 0-113-44.5-216T2124 164 1946 44.5 1730 0q-247 0-412 185-129-69-288-69-225 0-400 139.5T406 613q-176 41-291 184.5T0 1125zm846 1054q0 26 15.5 49t48.5 33l27 3q67 0 85-64l259-948q10-37-7-68.5t-52-42.5q-37-11-69.5 6.5T1110 1201l-261 949q-3 27-3 29zm442-324q0 64 66 85 27 3 28 3 18 0 37-8 32-14 45-59l175-624q10-37-8-68.5t-54-42.5q-37-11-69 6.5t-42 53.5l-173 628q-5 23-5 26zm178-1568q108-102 264-102 155 0 265 109t110 264q0 101-54 197-154-154-371-154h-34q-45-183-180-314z"/></svg>
<svg class="tc-image-ninetyninedesigns tc-image-button" width="22pt" height="22pt" viewBox="0 0 625.343994140625 512"><path d="M.336 71.68c-.336-1.695.08-3.327 1.28-4.863 1.2-1.536 2.64-2.464 4.351-2.817 3.76-.672 9.056-1.792 15.873-3.328s11.6-2.655 14.335-3.328c0-5.808.16-14.256.512-25.344.353-11.088.513-19.36.513-24.832.687-4.095 2.895-6.143 6.655-6.143 4.769 0 7.168 2.384 7.168 7.168-.672 20.48-1.023 36-1.023 46.591 3.76-.671 9.727-1.872 17.92-3.583 8.192-1.697 14.16-3.073 17.92-4.096 6.144-1.36 15.52-3.072 28.16-5.12s22.191-3.76 28.672-5.12C279.888 13.313 415.392 1.025 549.216 0c2.032 0 3.664.769 4.847 2.304 1.2 1.536 1.633 3.328 1.28 5.376 0 3.744-.335 9.377-1.007 16.896-.672 7.504-1.008 13.136-1.008 16.896 14.336 1.024 36.176 2.912 65.536 5.633 1.695 0 3.248.767 4.592 2.303 1.376 1.537 1.888 3.153 1.552 4.865-7.856 46.752-19.457 117.07-34.832 210.943-15.344 93.872-26.96 164.353-34.816 211.473 17.071 2.72 30.048 4.783 38.928 6.128 2.735.336 4.512 1.712 5.376 4.111.864 2.4.767 4.608-.273 6.656-1.007 2.048-2.72 3.073-5.103 3.073h-1.552c-4.433-.689-11.089-1.792-19.969-3.344-8.88-1.536-15.536-2.64-19.967-3.313-.336 4.096-1.184 9.376-2.544 15.857-.688 3.071-2.384 4.96-5.12 5.647-.336.336-1.008.496-2.048.496h-2.048a2854.095 2854.095 0 0 0-307.2-59.904c-34.128-.672-59.569-1.008-76.288-1.008-18.768 0-46.945.336-84.48 1.008v.528c.336.336.512.672.512 1.008.336 2.048-.336 3.824-2.048 5.376-1.712 1.536-3.584 2.305-5.632 2.305-3.76 0-5.808-1.872-6.144-5.633 0-1.695-.256-4.336-.768-7.936-.513-3.6-.944-6.4-1.28-8.431h-6.656c-2.72 0-4.528-1.2-5.376-3.6-.848-2.4-.672-4.688.511-6.913 1.2-2.224 3.17-3.344 5.889-3.344h4.096l-3.073-27.647c-2.047-13.649-6.319-46.849-12.8-99.584-6.479-52.737-12.543-95.664-18.175-128.77A986.524 986.524 0 0 0 .336 71.679zm15.36 4.096c7.168 26.624 14.512 60.928 22.016 102.912-1.025-23.889-1.536-59.568-1.536-107.009-5.457.688-12.289 2.049-20.48 4.097zm34.305 46.592c.336 65.872 3.92 138.256 10.752 217.088 1.024 13.664 2.912 32.256 5.632 55.809a245.28 245.28 0 0 0 1.28 9.712 705.509 705.509 0 0 0 1.792 11.263c.687 4.096 1.2 7.328 1.536 9.728 22.863 1.009 55.648 3.232 98.304 6.656 42.672 3.408 73.727 5.632 93.183 6.656 120.832 6.816 203.265 12.784 247.297 17.905 3.743-54.609 9.312-132.272 16.64-232.96 7.344-100.688 12.368-170.85 15.103-210.433C381.777 15.184 217.936 33.456 50 68.608a1433.945 1433.945 0 0 0 0 53.76zm47.103 83.456c0-24.912 8.704-46.432 26.113-64.512 17.408-18.096 39.423-27.136 66.047-27.136 29.008 0 51.537 10.144 67.584 30.464 16.048 20.304 24.065 46.512 24.065 78.592 0 51.552-14.849 91.312-44.544 119.296-21.84 20.48-51.024 32.096-87.553 34.816-7.52.688-17.231 1.024-29.183 1.024v-38.4c4.095.688 12.975.336 26.624-1.008 20.48-1.712 37.712-8.208 51.712-19.456 17.744-14 28.847-32.944 33.28-56.848h-1.024c-13.648 14.687-32.256 22.032-55.808 22.032-22.528 0-41.056-7.345-55.552-22.032-14.496-14.672-21.76-33.616-21.76-56.832zm48.128-3.072c0 13.648 3.761 24.928 11.265 33.792 7.504 8.88 17.744 13.312 30.72 13.312 18.784 0 32.591-7.167 41.471-21.503 1.712-3.409 2.56-7.857 2.56-13.313.337-18.768-3.232-34.224-10.751-46.336-7.52-12.112-18.609-18.176-33.28-18.176h-.512c-12.288 0-22.273 4.865-29.952 14.592-7.68 9.729-11.52 22.273-11.52 37.632zm45.569 244.224l49.152 5.104 190.976 20.496c47.776 10.224 83.456 18.416 107.008 24.56l1.536-9.216c-18.768-3.056-46.928-7.344-84.464-12.8-85.008-11.936-173.072-21.312-264.208-28.144zm98.304-241.152c0-24.912 8.784-46.432 26.368-64.512 17.584-18.096 39.68-27.136 66.305-27.136 28.671 0 51.023 10.144 67.07 30.464 16.049 20.304 24.065 46.512 24.065 78.592 0 52.24-14.864 91.984-44.544 119.296-21.856 20.48-51.04 32.096-87.568 34.816-7.504.688-17.216 1.024-29.168 1.024v-38.4c4.096.688 12.96.352 26.624-1.008 20.496-1.712 37.888-8.208 52.224-19.456 17.424-14 28.336-32.944 32.768-56.848h-.496c-14 14.687-32.784 22.032-56.336 22.032-22.192 0-40.608-7.345-55.296-22.032-14.672-14.672-22.016-33.616-22.016-56.832zm48.144-3.072c0 13.648 3.744 24.928 11.231 33.792 7.52 8.88 17.744 13.312 30.72 13.312 18.785 0 32.593-7.167 41.472-21.503 1.712-3.409 2.56-7.857 2.56-13.313.337-18.768-3.231-34.224-10.752-46.336-7.504-12.112-18.592-18.176-33.28-18.176h-.495c-11.952 0-21.84 4.865-29.697 14.592-7.855 9.729-11.76 22.273-11.76 37.632zM520.031 471.04a3170.35 3170.35 0 0 0 22 3.072c6.847-40.976 17.84-107.872 33.023-200.72 15.185-92.832 26.88-164 35.057-213.488-4.433-.336-10.48-.864-18.145-1.536-7.68-.672-14.784-1.28-21.248-1.792a890.678 890.678 0 0 0-18.431-1.28c-2.048 29.008-6.657 91.568-13.825 187.648s-12.448 170.399-15.856 222.992c0 1.68-.688 3.231-2.064 4.592-.368 0-.511.175-.511.511z"/></svg>
<svg class="tc-image-nintendo tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.214000701904297"><path fill-rule="nonzero" d="M.004 0H4.74l6.56 10.61L11.297 0H16v15.214h-4.696L4.71 4.604v10.61H0L.004 0"/></svg>
<svg class="tc-image-no tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.000003814697266 32"><path d="M16 0A16 16 0 0 0 0 16a16 16 0 0 0 16 16 16 16 0 0 0 16-16A16 16 0 0 0 16 0m0 6a10 10 0 0 1 4.675 1L7 20.675A10 10 0 0 1 6 16 10 10 0 0 1 16 6m10 10a10 10 0 0 1-10 10 10 10 0 0 1-4.675-1L25 11.325A10 10 0 0 1 26 16"/></svg>
<svg class="tc-image-no-dogs tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 75"><path d="M37.5 0C16.788 0 0 16.793 0 37.502 0 58.212 16.788 75 37.5 75S75 58.212 75 37.502C75 16.793 58.212 0 37.5 0zm0 65.061c-15.199 0-27.56-12.362-27.56-27.559a27.437 27.437 0 0 1 6.4-17.636l12.803 12.803h-4.834v.009a.671.671 0 0 0-.184.042l-6.043-3.489-.005.008a1.402 1.402 0 0 0-.648-.164 1.418 1.418 0 0 0-.765 2.609l-.01.018 6.124 3.535c-.237 1.03-.378 2.294-.378 3.667 0 2.898.625 5.328 1.469 6.025l-3.454 5.98a1.916 1.916 0 0 0-.413 1.182c0 1.069.866 1.935 1.935 1.935.626 0 1.176-.302 1.529-.762l.032.018 4.037-6.992 4.037 6.992.032-.019c.354.461.904.763 1.53.763a1.935 1.935 0 0 0 1.936-1.935 1.92 1.92 0 0 0-.415-1.184l-2.609-4.518a77.618 77.618 0 0 0 8.606.009l-2.604 4.509a1.914 1.914 0 0 0-.414 1.183c0 1.069.866 1.935 1.935 1.935.626 0 1.176-.302 1.53-.763l.032.019 3.157-5.467 4.167 4.167.751 1.3.031-.018c.296.386.73.654 1.232.732l4.665 4.665A27.427 27.427 0 0 1 37.5 65.061zm21.161-9.926l-9.305-9.305-.459-.795c.919-.518 1.619-3.062 1.619-6.13 0-.688-.036-1.348-.101-1.966l1.515-1.515h5.44v-.015l1.198-1.196-.006-.005a1.37 1.37 0 0 0-.144-2.106l-2.151-2.15v-2.24c0-.841-.483-1.562-1.181-1.922l-2.789-1.609-.007.012a1.674 1.674 0 0 0-.118-.064l-1.906-3.301-3.411 5.911h.199l-5.933 5.932h-4.926l-16.33-16.33a27.426 27.426 0 0 1 17.634-6.4c15.198 0 27.56 12.367 27.56 27.562a27.423 27.423 0 0 1-6.398 17.632z"/></svg>
<svg class="tc-image-no-encryption tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M36 41.56L2.44 8 0 10.44l4.08 4.08C2.85 15.2 2 16.5 2 18v20c0 2.2 1.8 4 4 4h24c.47 0 .91-.09 1.32-.24L33.56 44 36 41.56zM11.8 10c0-3.42 2.78-6.2 6.2-6.2s6.2 2.78 6.2 6.2v4H13.31L34 34.69V18c0-2.2-1.8-4-4-4h-2v-4c0-5.52-4.48-10-10-10-5.11 0-9.28 3.86-9.88 8.81l3.68 3.68V10z"/></svg>
<svg class="tc-image-no-newline tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 8"><path d="M16 1v3c0 .55-.45 1-1 1h-3v2L9 4l3-3v2h2V1h2zM8 4c0 2.2-1.8 4-4 4S0 6.2 0 4s1.8-4 4-4 4 1.8 4 4zM1.5 5.66L5.66 1.5C5.18 1.19 4.61 1 4 1 2.34 1 1 2.34 1 4c0 .61.19 1.17.5 1.66zM7 4c0-.61-.19-1.17-.5-1.66L2.34 6.5c.48.31 1.05.5 1.66.5 1.66 0 3-1.34 3-3z"/></svg>
<svg class="tc-image-no-sim tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.480003356933594 39.25"><path d="M33.22 4c0-2.21-1.77-4-3.98-4h-14l-4.68 4.68 22.68 22.68L33.22 4zM2.54 1.76L0 4.3l5.24 5.25V32c0 2.21 1.79 4 4 4h20.02c.7 0 1.35-.2 1.92-.51l3.76 3.76 2.54-2.55L2.54 1.76z"/></svg>
<svg class="tc-image-no-smoking tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 447.9999694824219"><path d="M328 224h16v48h-16zM80 272h137.6l-48-48H80z"/><path d="M332.5 28.1c-.4-.2-.7-.4-1-.6-10.9-6-22.5-10.7-34.4-14.8l-5.4-1.8C270.3 4.1 247.6 0 224 0 100.3 0 0 100.3 0 224c0 84.3 46.6 157.6 115.4 195.8.4.2.7.5 1.1.7 10.9 6 22.5 10.7 34.4 14.8l5.4 1.8c21.4 6.8 44 10.9 67.7 10.9 123.7 0 224-100.3 224-224 0-84.3-46.6-157.7-115.5-195.9zM224 394.4c-9.3 0-18.4-.9-27.2-2.4-9.8-1.6-19.3-4.1-28.5-7.3-1.9-.6-3.8-1.2-5.6-1.9-6.5-2.5-12.9-5.3-19-8.6-53.6-28.7-90.1-85.2-90.1-150.3 0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7zm137.8-71L124.6 86.2c28-20.2 62.1-32.6 99.4-32.6 9.3 0 18.3.9 27.2 2.4 9.8 1.6 19.3 4.1 28.5 7.3 1.8.6 3.7 1.2 5.6 1.9 6.2 2.4 12.2 5 18 8.1 54.2 28.5 91.2 85.3 91.2 150.8-.1 37.2-12.5 71.3-32.7 99.3z"/><path d="M320 266v-42h-42zm32-42h16v48h-16zm-23.9-43.3c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8 3.7-21.9 1.6-2.4 1.8-5.6.4-8.2-1.4-2.6-4.1-4.2-7-4.3-.1 0-9.4-.1-18.3-3.9-10.6-4.5-15.6-12.1-15.6-23.1 0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7 0 17.5 9 31 25.7 38 4.2 1.7 8.4 2.9 12 3.6-3.3 9.8-3.6 20.9 1.7 28.7 9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3 5.7 2.6 6.8 11.5 6.6 19.7v1h16v-1c0-7.1.3-26.8-15.7-34.2z"/><path d="M368 216c0-25.7-3-43.2-9.1-53.6C350.3 148 336.5 140 320 140h-17.4c2.9-8.3 5.4-19.8 3.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7 2.5 14.5-6.8 32.1-6.9 32.3-1.4 2.5-1.3 5.5.1 7.9 1.4 2.4 4.1 3.9 6.9 3.9H320c10.9 0 19.4 4.9 25.1 14.6 3.1 5.3 6.9 17.5 6.9 45.4h16z"/></svg>
<svg class="tc-image-node-collapse tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M11 0H2C.9 0 0 .9 0 2v9c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm1 11c0 .6-.4 1-1 1H2c-.6 0-1-.4-1-1V2c0-.6.4-1 1-1h9c.6 0 1 .4 1 1v9z"/><path d="M9.5 6H7V3.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5V6H3.5c-.3 0-.5.2-.5.5s.2.5.5.5H6v2.5c0 .3.2.5.5.5s.5-.2.5-.5V7h2.5c.3 0 .5-.2.5-.5S9.8 6 9.5 6z"/></svg>
<svg class="tc-image-node-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M11 0H2C.9 0 0 .9 0 2v9c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm1 11c0 .6-.4 1-1 1H2c-.6 0-1-.4-1-1V2c0-.6.4-1 1-1h9c.6 0 1 .4 1 1v9z"/><path d="M3.5 7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h6c.3 0 .5.2.5.5s-.2.5-.5.5h-6z"/></svg>
<svg class="tc-image-nodejs tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.21407699584961 8.832930564880371"><path d="M4.913 4.692a.265.265 0 0 0-.132-.23L2.59 3.201a.26.26 0 0 0-.12-.035h-.024a.264.264 0 0 0-.12.035L.132 4.462a.265.265 0 0 0-.133.23l.005 3.396a.13.13 0 0 0 .066.114.13.13 0 0 0 .132 0l1.302-.746a.267.267 0 0 0 .132-.23V5.639c0-.094.05-.182.132-.229l.555-.319a.272.272 0 0 1 .265 0l.554.319a.264.264 0 0 1 .132.229v1.587c0 .095.051.181.133.23l1.302.746a.13.13 0 0 0 .132 0 .133.133 0 0 0 .066-.114l.004-3.396zM16.615.023c-.04-.023-.09-.022-.13.002s-.066.067-.066.114v3.363a.093.093 0 0 1-.139.08l-.549-.316a.267.267 0 0 0-.265 0l-2.192 1.265a.265.265 0 0 0-.133.229v2.531c0 .095.05.182.132.229l2.192 1.266a.267.267 0 0 0 .265 0l2.193-1.266a.265.265 0 0 0 .132-.229V.982a.265.265 0 0 0-.136-.231L16.614.023zm-.203 6.437a.063.063 0 0 1-.033.057l-.753.434a.065.065 0 0 1-.066 0l-.753-.434a.065.065 0 0 1-.033-.057v-.869c0-.024.013-.046.033-.057l.753-.435a.065.065 0 0 1 .066 0l.753.435c.02.012.033.034.033.057v.869zm8.047-.892a.265.265 0 0 0 .132-.229v-.613a.264.264 0 0 0-.132-.229l-2.178-1.265a.262.262 0 0 0-.265 0l-2.192 1.265a.264.264 0 0 0-.132.229v2.53c0 .095.051.183.134.23l2.178 1.241c.08.046.18.046.26.001l1.317-.732c.041-.023.067-.067.068-.115s-.025-.092-.066-.116l-2.206-1.266a.131.131 0 0 1-.066-.115v-.793c0-.047.025-.091.066-.115l.687-.395a.135.135 0 0 1 .132 0l.687.395a.132.132 0 0 1 .066.115v.624c0 .047.025.091.066.115s.092.023.133 0l1.312-.763zM8.9 3.219a.267.267 0 0 1 .265 0l2.192 1.265a.263.263 0 0 1 .132.229v2.532a.265.265 0 0 1-.132.229L9.165 8.74a.267.267 0 0 1-.265 0L6.708 7.474a.264.264 0 0 1-.132-.229V4.713c0-.095.05-.182.132-.229L8.9 3.219zm19.815 5.557a.438.438 0 0 1-.217-.058l-.69-.408c-.103-.058-.052-.078-.019-.09.137-.048.165-.059.312-.142.015-.009.036-.005.052.004l.53.315a.066.066 0 0 0 .064 0l2.067-1.193a.065.065 0 0 0 .031-.056V4.762a.067.067 0 0 0-.032-.057l-2.066-1.192a.066.066 0 0 0-.064 0l-2.066 1.192a.066.066 0 0 0-.033.057v2.386c0 .023.013.044.032.055l.566.327c.307.154.495-.027.495-.209V4.966a.06.06 0 0 1 .06-.059H28a.06.06 0 0 1 .06.059v2.355c0 .41-.223.645-.612.645-.119 0-.214 0-.476-.129l-.542-.312a.436.436 0 0 1-.217-.377V4.762c0-.155.083-.3.217-.377l2.067-1.194a.452.452 0 0 1 .434 0l2.067 1.194a.436.436 0 0 1 .217.377v2.386a.437.437 0 0 1-.217.377L28.93 8.718a.436.436 0 0 1-.218.058zm.64-1.643c-.906 0-1.095-.415-1.095-.764 0-.033.026-.059.06-.059h.267a.06.06 0 0 1 .06.051c.04.272.16.41.707.41.435 0 .621-.099.621-.329 0-.133-.052-.232-.729-.298-.565-.056-.915-.181-.915-.633 0-.417.352-.666.941-.666.662 0 .99.23 1.031.723.002.017-.004.033-.016.046s-.027.019-.044.019h-.268a.06.06 0 0 1-.058-.047c-.064-.286-.22-.378-.645-.378-.475 0-.53.166-.53.29 0 .151.064.194.706.279.635.084.937.203.937.649 0 .45-.375.708-1.03.708zm-7.24-1.683a.052.052 0 0 1 .051 0l.421.243a.05.05 0 0 1 .026.044v.486a.05.05 0 0 1-.026.044l-.42.243a.052.052 0 0 1-.052 0l-.42-.243a.05.05 0 0 1-.025-.044v-.486c0-.018.01-.035.025-.044l.42-.243z"/></svg>
<svg class="tc-image-nodejs_small tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.365001678466797 25.300729751586914"><path d="M11.177 25.3a1.94 1.94 0 0 1-.969-.259l-3.086-1.826c-.46-.257-.235-.349-.083-.402.614-.213.739-.262 1.394-.635.069-.038.159-.024.231.018l2.37 1.407a.304.304 0 0 0 .287 0l9.241-5.333a.292.292 0 0 0 .141-.25V7.355a.3.3 0 0 0-.143-.255l-9.237-5.329a.29.29 0 0 0-.285 0L1.803 7.102a.296.296 0 0 0-.146.253v10.666c0 .102.056.198.145.247l2.532 1.462c1.374.687 2.215-.122 2.215-.935V8.265c0-.149.12-.266.269-.266H7.99c.146 0 .267.117.267.266v10.53c0 1.833-.998 2.885-2.736 2.885-.534 0-.955 0-2.129-.579L.969 19.706A1.953 1.953 0 0 1 0 18.02V7.355c0-.693.371-1.339.969-1.684l9.242-5.34a2.023 2.023 0 0 1 1.942 0l9.241 5.34c.599.346.971.992.971 1.684V18.02c0 .693-.372 1.337-.971 1.686l-9.241 5.335a1.942 1.942 0 0 1-.973.259zm2.855-7.348c-4.045 0-4.892-1.857-4.892-3.414 0-.148.118-.266.266-.266h1.195c.133 0 .245.096.265.226.18 1.216.717 1.831 3.164 1.831 1.946 0 2.775-.441 2.775-1.473 0-.596-.234-1.037-3.26-1.334-2.528-.25-4.093-.809-4.093-2.831 0-1.865 1.572-2.977 4.207-2.977 2.961 0 4.425 1.027 4.611 3.233a.27.27 0 0 1-.267.291h-1.2a.266.266 0 0 1-.259-.209c-.288-1.28-.988-1.689-2.886-1.689-2.126 0-2.373.74-2.373 1.295 0 .673.292.869 3.161 1.248 2.84.375 4.19.907 4.19 2.902 0 2.014-1.678 3.167-4.606 3.167z"/></svg>
<svg class="tc-image-noentry tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zM4.75 15.833v6.334h28.5v-6.334H4.75z"/></svg>
<svg class="tc-image-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 816.6279296875 392.66400146484375"><path d="M214.502 241.624h-2.084l-67.042-102.376L63.5 18.374H0v352.79h70.124V148.956h3.042l58.208 89.084 89.376 133.124h63.876V18.374h-70.124v223.25zm94.75 151.04h51.668L490.502 0h-52.25l-129 392.664zm384.5-374.29h-71.666l-123.958 352.79h74.75l23.042-72.75h122.918l21.498 72.75h76.292L693.752 18.374zm-78.876 221.208l14.292-46.584 27.208-91.664h2l27.708 93.208 13.792 45.042h-85z"/></svg>
<svg class="tc-image-not tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.333984375 853.333984375"><path d="M426.667 0C192 0 0 192 0 426.667s192 426.667 426.667 426.667 426.667-192 426.667-426.667S661.334 0 426.667 0zM85.334 426.667c0-187.733 153.6-341.333 341.333-341.333 78.933 0 151.467 27.733 209.067 72.533L157.867 635.734c-44.8-57.6-72.533-130.133-72.533-209.067zM426.667 768c-78.933 0-151.467-27.733-209.067-72.533L695.467 217.6C740.267 275.2 768 347.733 768 426.667 768 614.4 614.4 768 426.667 768z"/></svg>
<svg class="tc-image-not-interested tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.84 0-16-7.16-16-16 0-3.7 1.27-7.09 3.37-9.8L29.8 32.63C27.09 34.73 23.7 36 20 36zm12.63-6.2L10.2 7.37C12.91 5.27 16.3 4 20 4c8.84 0 16 7.16 16 16 0 3.7-1.27 7.09-3.37 9.8z"/></svg>
<svg class="tc-image-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M40 12L28 0H4C1.8 0 0 1.8 0 4v24.02C0 30.22 1.8 32 4 32l32-.02c2.2 0 4-1.78 4-3.98V12zM26 3l11 11H26V3z"/></svg>
<svg class="tc-image-note-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M20 0H4C1.79 0 .02 1.79.02 4L0 36c0 2.21 1.77 4 3.98 4H28c2.21 0 4-1.79 4-4V12L20 0zm4 28h-6v6h-4v-6H8v-4h6v-6h4v6h6v4zm-6-14V3l11 11H18z"/></svg>
<svg class="tc-image-note-beamed tc-image-button" width="22pt" height="22pt" viewBox="0 0 745.3330078125 961"><path d="M210 116L744 0v704c1.333 28-8.667 55-30 81s-50 45.667-86 59c-42.667 16-79.333 18.667-110 8-30.667-10.667-51.333-32-62-64-12-32-9.667-64.333 7-97s45-57 85-73c34.667-13.333 70-16.667 106-10V232l-354 82v490c0 28-10.667 55-32 81s-50 45.667-86 59c-42.667 14.667-79 17-109 7s-50.333-31-61-63c-12-32-10-64.333 6-97s44-57 84-73c36-13.333 72-16.667 108-10V116"/></svg>
<svg class="tc-image-notes tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15 17.0815486907959"><path d="M14.831.14a.49.49 0 0 0-.394-.12l-11 1.25A.5.5 0 0 0 3 1.766v10.316c-1.654 0-3 1.122-3 2.5s1.346 2.5 3 2.5 3-1.122 3-2.5v-7.61l6-.624v3.734c-1.654 0-3 1.122-3 2.5s1.346 2.5 3 2.5 3-1.122 3-2.5V.516a.501.501 0 0 0-.169-.375z"/></svg>
<svg class="tc-image-notes-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 17.132999420166016"><path d="M15.324.5C14.956.176 14.484 0 14 0l-.248.016-9 1.25A1.999 1.999 0 0 0 3 3.25v6.111c-1.746.551-3 2.034-3 3.772 0 2.205 2.019 4 4.5 4 1.695 0 3.169-.842 3.937-2.078a4.788 4.788 0 0 0 3.063 1.078c2.481 0 4.5-1.795 4.5-4V2c0-.574-.246-1.119-.676-1.5zM8 12.133V7.877l3-.45v1.737c-1.693.208-3 1.46-3 2.969zm6 0c0 1.104-1.119 2-2.5 2s-2.5-.896-2.5-2 1.119-2 2.5-2c.172 0 .338.014.5.041V6.266l-5 .75v6.117c0 1.104-1.119 2-2.5 2s-2.5-.896-2.5-2 1.119-2 2.5-2c.172 0 .338.014.5.041V3.25L14 2v10.133z"/></svg>
<svg class="tc-image-notification tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.000003814697266 28"><path d="M3 0h36a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm2 7v2h29V7H5zm0 6v2h22v-2H5zm0 6v2h29v-2H5z"/></svg>
<svg class="tc-image-notification-above tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33"><path d="M0 0h38v24H28l-9 9-9-9H0V0z"/></svg>
<svg class="tc-image-notification-above-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 38"><path d="M0 4h39v24H29l-9.5 10L10 28H0V4zm3-1V0h40v25l-3-.083V3H3z"/></svg>
<svg class="tc-image-notification-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 32"><path d="M3 4h36a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm2 7v2h29v-2H5zm0 6v2h22v-2H5zm0 6v2h29v-2H5zM7 0h36a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3V6a3 3 0 0 0-3-3H4a3 3 0 0 1 3-3z"/></svg>
<svg class="tc-image-notification-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 47 34.000003814697266"><path d="M0 6h6.524l2.143-6 2.142 6h6.524L11.9 9.892 14.333 16l-5.666-3.333-5 3.333L5 11.74v-.727l.186.134.364-1.164L0 6zm44 0a3 3 0 0 1 3 3v22a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V17.472l3.833-2.555L16.443 19H10v2h22v-2H17.201l-1.392-4H39v-2H15.114l-.835-2.398L20.489 6H44zM10 25v2h29v-2H10z"/></svg>
<svg class="tc-image-notifications tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 39"><g transform="translate(-8 -5)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4z"/></g></svg>
<svg class="tc-image-notifications-active tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 39.900001525878906 39"><g transform="translate(-4.05 -5)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M15.16 8.16L12.3 5.3C7.51 8.95 4.35 14.59 4.05 21h4c.31-5.3 3.04-9.94 7.11-12.84zM39.95 21h4c-.3-6.41-3.46-12.05-8.25-15.7l-2.85 2.85c4.06 2.91 6.79 7.55 7.1 12.85zM36 22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4V22zM24 44c.28 0 .55-.03.81-.08a4.04 4.04 0 0 0 2.88-2.36c.2-.48.31-1 .31-1.56h-8c0 2.21 1.79 4 4 4z"/></g></svg>
<svg class="tc-image-notifications-none tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 39"><g transform="translate(-8 -5)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/></g></svg>
<svg class="tc-image-notifications-off tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 34 39"><g transform="translate(-8 -5)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M40 37.39L15.68 12.3l-5.13-5.29L8 9.55l5.6 5.6.01.01C12.56 17.14 12 19.48 12 22v10l-4 4v2h27.46l4 4L42 39.45l-2-2.06zM24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-14.64V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36a10.953 10.953 0 0 0-1.46.46s-.01 0-.01.01c-.01 0-.02.01-.03.01-.46.18-.91.39-1.35.62-.01 0-.02.01-.03.01L36 29.36z"/></g></svg>
<svg class="tc-image-notifications-paused tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 39"><g transform="translate(-8 -5)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-7-12.4l-5.6 6.8H29V30H19v-3.6l5.6-6.8H19V16h10v3.6z"/></g></svg>
<svg class="tc-image-npm tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M0 0v16h16V0H0zm13 13h-2V5H8v8H3V3h10v10z"/></svg>
<svg class="tc-image-nuclear tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416"><g transform="translate(-32 -48)"><circle cx="256" cy="272" r="48"/><circle cx="256" cy="272" r="48"/><path d="M480 272H320c0 23.9-13.1 44.7-32.6 55.7L365.6 464C433.1 425.4 480 355.3 480 272zm-224-64c11.7 0 22.7 3.2 32.1 8.7l80.6-138.3C335.6 59.1 297.1 48 256 48c-41.2 0-79.9 11.2-113.1 30.6l79.8 138.8c9.7-6 21.1-9.4 33.3-9.4zm-64 64H32c0 83.3 46.9 153.4 114.4 192l78.2-136.3c-19.5-11-32.6-31.8-32.6-55.7z"/></g></svg>
<svg class="tc-image-num tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.810001373291016 7.327302932739258"><path d="M1.683.777l2.509 4.561V.744c0-.236.053-.414.16-.532s.251-.178.433-.178c.188 0 .335.06.444.178s.163.296.163.532v5.767c0 .537-.234.806-.703.806a.823.823 0 0 1-.58-.201 1.575 1.575 0 0 1-.229-.244c-.07-.094-.141-.188-.211-.286L1.221 2.067v4.539c0 .234-.057.411-.171.53a.58.58 0 0 1-.439.18c-.185 0-.333-.061-.444-.182S0 6.837 0 6.606V.932C0 .732.023.575.07.46.126.335.218.232.347.153S.615.034.764.034c.117 0 .218.019.301.055a.722.722 0 0 1 .22.146c.063.062.128.141.193.238.067.097.134.199.205.304zM11.81 2.883c0 .357-.057.688-.17.989s-.276.561-.49.777a2.202 2.202 0 0 1-.768.5 2.77 2.77 0 0 1-1.005.173c-.369 0-.701-.059-.995-.176A2.186 2.186 0 0 1 7.125 3.87a2.786 2.786 0 0 1-.168-.987c0-.363.057-1.141.17-1.442s.275-.56.486-.773c.212-.214.468-.379.769-.495.3-.115.632-.173.995-.173.369 0 .704.059 1.005.176s.558.284.772.5c.215.218.377.475.488.773.113.298.168 1.074.168 1.434zm-1.222 0c0-.489-.109-1.315-.329-1.588-.218-.272-.513-.409-.882-.409a1.11 1.11 0 0 0-.629.183 1.162 1.162 0 0 0-.42.538c-.098.238-.147.96-.147 1.276 0 .313.048.588.146.821.097.235.234.414.415.539.181.124.392.187.636.187.369 0 .664-.137.882-.411.218-.274.328-.653.328-1.136zm.173 3.329H7.796a.51.51 0 0 0-.518.5c0 .275.23.5.52.5h2.963a.51.51 0 0 0 .518-.499.51.51 0 0 0-.518-.501z"/></svg>
<svg class="tc-image-nyan tc-image-button" width="22pt" height="22pt" viewBox="0 0 56.218994140625 28.89600372314453"><path d="M15.66 7.916h1.584v1.583H15.66V7.916zm.013 7.916h1.583v1.584h-1.583v-1.584zm4.75-6.333h1.583v1.583h-1.583V9.499zm-1.55 7.917h1.583v1.583h-1.583v-1.583zm-1.617-4.75h1.584v1.583h-1.584v-1.583zm4.75-6.334h1.584v1.584h-1.584V6.332zm9.5 10.292c.875 0 1.584.75 1.584 1.188 0 .437-.71.791-1.584.791-.874 0-1.583-.354-1.583-.791 0-.438.709-1.188 1.583-1.188zm9.5 0c.875 0 1.584.75 1.584 1.188 0 .437-.71.791-1.584.791-.874 0-1.583-.354-1.583-.791 0-.438.709-1.188 1.583-1.188zM28.34 6.729l5.145 5.542h1.188V7.917a3.167 3.167 0 0 0-3.167-3.167h-14.25a3.167 3.167 0 0 0-3.166 3.167v8.708c0 1.749 1.417 3.958 3.166 3.958h6.447c-1.327-4.07 1.655-8.884 4.637-13.854zm9.104 5.542l.396-.426V4.749a3.167 3.167 0 0 0-3.167-3.167H14.09a3.167 3.167 0 0 0-3.167 3.167v15.833a3.167 3.167 0 0 0 3.167 3.167h11.763a8.294 8.294 0 0 1-1.382-1.583h-8.006c-1.75 0-3.959-3.001-3.959-4.75V7.124c0-1.749 2.21-3.958 3.959-3.958h15.833c1.749 0 3.958 2.21 3.958 3.958v5.146h1.188zm5.146-5.542s13.629 14.765-3.543 19.858c.477 1.026.693 2.309-1.207 2.309-.85 0-1.113-1.028-1.173-1.98h-3.93c.415.952.47 1.98-1.23 1.98-1.017 0-1.279-1.467-1.336-2.518l-2.096-1.045h-9.947c.63 1.382 1.07 3.167-.872 3.167-.97 0-1.346-1.785-1.491-3.167h-1.674c-.284 1.245-1.398 2.771-5.147 2.771-1.114 0 1.102-2.155 2.514-3.432-1.156-.788-2.118-2.143-2.118-3.297v-2.65C0 16.789 1.503 11.003 3.006 9.5c1.077-1.077 4.349 1.507 6.334 3.27V3.958C9.34 2.21 11.55 0 13.298 0h22.167c1.748 0 3.958 2.21 3.958 3.958v6.181l3.167-3.41zM28.34 9.5c-4.75 6.333-3.167 15.833 4.75 15.833h4.75C52.09 22.167 42.59 9.5 42.59 9.5l-4.75 4.749h-4.75l-4.75-4.75zm8.312 7.917a.792.792 0 1 1 0 1.583.792.792 0 0 1 0-1.583zm-6.729 3.166h1.583c0 1.584 2.375 3.167 2.375 0 1.584 0 1.584-.742 1.584-.742s0 .742 1.583.742c0 3.167 2.375 1.683 2.375.05l1.583-.05s0 3.167-3.166 3.167c-1.584 0-2.375-1.583-2.375-1.583s-.792 1.582-2.375 1.582c-3.167 0-3.167-3.167-3.167-3.167zm1.583-14.25h1.584v1.584h-1.584V6.333zM4.194 11.875c-1.447 1.447 1.074 3.887 5.146 5.505v-2.52c-1.515-1.648-4.067-4.065-5.146-2.985z"/></svg>
<svg class="tc-image-o-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7.035 2.964a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 1 1 7 .988a6.012 6.012 0 0 1 0 12.024z"/></svg>
<svg class="tc-image-object-align-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M50 0h400q21 0 35.5 14.5T500 50v900q0 21-14.5 35.5T450 1000H50q-21 0-35.5-14.5T0 950V50q0-21 14.5-35.5T50 0zm600 500h400q21 0 35.5 14.5T1100 550v400q0 21-14.5 35.5T1050 1000H650q-21 0-35.5-14.5T600 950V550q0-21 14.5-35.5T650 500zm50 100v300h300V600H700zm500 600H0v-100h1200v100z"/></svg>
<svg class="tc-image-object-align-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 900"><path d="M50 0h400q21 0 35.5 14.5T500 50v350h100V250q0-21 14.5-35.5T650 200h400q21 0 35.5 14.5T1100 250v150h100v100h-100v150q0 21-14.5 35.5T1050 700H650q-21 0-35.5-14.5T600 650V500H500v350q0 21-14.5 35.5T450 900H50q-21 0-35.5-14.5T0 850V50q0-21 14.5-35.5T50 0zm650 300v300h300V300H700z"/></svg>
<svg class="tc-image-object-align-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M100 1200H0V0h100v1200zM250 100h400q21 0 35.5 14.5T700 150v400q0 21-14.5 35.5T650 600H250q-21 0-35.5-14.5T200 550V150q0-21 14.5-35.5T250 100zm50 100v300h300V200H300zm-50 500h900q21 0 35.5 14.5T1200 750v400q0 21-14.5 35.5T1150 1200H250q-21 0-35.5-14.5T200 1150V750q0-21 14.5-35.5T250 700z"/></svg>
<svg class="tc-image-object-align-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M1200 1200h-100V0h100v1200zM550 100h400q21 0 35.5 14.5T1000 150v400q0 21-14.5 35.5T950 600H550q-21 0-35.5-14.5T500 550V150q0-21 14.5-35.5T550 100zm50 100v300h300V200H600zM50 700h900q21 0 35.5 14.5T1000 750v400q0 21-14.5 35.5T950 1200H50q-21 0-35.5-14.5T0 1150V750q0-21 14.5-35.5T50 700z"/></svg>
<svg class="tc-image-object-align-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M1200 100H0V0h1200v100zM50 200h400q21 0 35.5 14.5T500 250v900q0 21-14.5 35.5T450 1200H50q-21 0-35.5-14.5T0 1150V250q0-21 14.5-35.5T50 200zm600 0h400q21 0 35.5 14.5T1100 250v400q0 21-14.5 35.5T1050 700H650q-21 0-35.5-14.5T600 650V250q0-21 14.5-35.5T650 200zm50 100v300h300V300H700z"/></svg>
<svg class="tc-image-object-align-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 1200"><path d="M500 100h150q21 0 35.5 14.5T700 150v400q0 21-14.5 35.5T650 600H500v100h450q21 0 35.5 14.5T1000 750v400q0 21-14.5 35.5T950 1200H50q-21 0-35.5-14.5T0 1150V750q0-21 14.5-35.5T50 700h350V600H250q-21 0-35.5-14.5T200 550V150q0-21 14.5-35.5T250 100h150V0h100v100zM300 200v300h300V200H300z"/></svg>
<svg class="tc-image-object-group tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1792"><path d="M2048 384h-128v1024h128v384h-384v-128H384v128H0v-384h128V384H0V0h384v128h1280V0h384v384zm-256-256v128h128V128h-128zm-1664 0v128h128V128H128zm128 1536v-128H128v128h128zm1408-128v-128h128V384h-128V256H384v128H256v1024h128v128h1280zm256 128v-128h-128v128h128zM1280 640h384v768H768v-256H384V384h896v256zm-768 384h640V512H512v512zm1024 256V768h-256v384H896v128h640z"/></svg>
<svg class="tc-image-object-ungroup tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1792"><path d="M2304 768h-128v640h128v384h-384v-128h-896v128H640v-384h128v-128H384v128H0v-384h128V384H0V0h384v128h896V0h384v384h-128v128h384V384h384v384zm-256-256v128h128V512h-128zm-640-384v128h128V128h-128zm-1280 0v128h128V128H128zm128 1152v-128H128v128h128zm1280-128h-128v128h128v-128zm-1152 0h896v-128h128V384h-128V256H384v128H256v640h128v128zm512 512v-128H768v128h128zm1280 0v-128h-128v128h128zm-128-256V768h-128V640h-384v384h128v384h-384v-128H896v128h128v128h896v-128h128z"/></svg>
<svg class="tc-image-octoface tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 13.309999465942383"><path d="M14.7 3.65c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32C2.48 0 1.43.34 1.43.34c-.68 1.72-.26 2.99-.13 3.31C.49 4.52 0 5.64 0 7c0 5.15 3.33 6.31 7.98 6.31S16 12.15 16 7c0-1.36-.49-2.48-1.3-3.35zM8 12.33c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 7.32c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z"/></svg>
<svg class="tc-image-octopus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0 265 129 481 129 223 350 351t481 128q261 0 483-128 222-129 349.5-350.5T1920 960q0-264-128-483-129-222-350.5-349.5T960 0Q695 0 479 129 256 258 128 479T0 960zm160 0q0-160 63-309t172-257q109-109 257-171.5T960 160t309 62.5T1527 394q108 108 170.5 257t62.5 309q0 172-70.5 328t-198 269.5T1200 1722v-282q0-105-86-164 211-19 308.5-107t97.5-279q0-148-91-249 18-54 18-104 0-74-34-136-67 0-120 22t-130 76q-93-21-192-21-113 0-211 23-75-55-129.5-77.5T507 401q-33 63-33 136 0 52 17 105-91 98-91 248 0 191 97 278t311 107q-57 38-79 111-49 17-102 17-40 0-69-18-9-5-16.5-10.5T526 1361t-13-12.5-13-15.5-10.5-14-12-16-10.5-14q-47-62-112-62-35 0-35 15 0 6 17 20 32 28 34 30 24 19 27 24 29 36 44 79 56 125 192 125 22 0 86-10v212q-164-51-291.5-164.5t-198-269.5T160 960z"/></svg>
<svg class="tc-image-oculus tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.996583938598633 9.666000366210938"><path fill-rule="nonzero" d="M12.088 6.133a1.7 1.7 0 0 1-.704.277c-.255.04-.508.033-.762.033H5.374c-.255 0-.508.008-.763-.033a1.717 1.717 0 0 1-.705-.278 1.577 1.577 0 0 1 .001-2.6 1.7 1.7 0 0 1 .704-.277c.254-.04.507-.033.762-.033h5.248c.255 0 .508-.008.762.033a1.7 1.7 0 0 1 .705.278 1.574 1.574 0 0 1 .001 2.6zm2.116-5.037a4.836 4.836 0 0 0-1.91-.933c-.4-.097-.803-.14-1.215-.153-.303-.01-.608-.007-.913-.007H5.831c-.305 0-.61-.003-.915.007A6.005 6.005 0 0 0 3.7.163c-.7.17-1.346.482-1.91.934a4.794 4.794 0 0 0 .001 7.473c.564.452 1.21.764 1.91.933.402.097.804.14 1.216.153.303.01.608.007.913.007h4.334c.305 0 .61.003.915-.007.41-.013.814-.056 1.216-.153.7-.17 1.346-.482 1.91-.934a4.792 4.792 0 0 0 0-7.473z"/></svg>
<svg class="tc-image-odnoklassniki tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 9.608895301818848 16.088533401489258"><path d="M6.474 11.626a7.73 7.73 0 0 0 2.4-.993 1.21 1.21 0 0 0-1.29-2.048 5.246 5.246 0 0 1-5.56 0 1.21 1.21 0 1 0-1.288 2.048c.746.47 1.556.802 2.397.993l-2.31 2.31a1.206 1.206 0 0 0 0 1.71 1.207 1.207 0 0 0 1.71 0l2.27-2.27 2.27 2.27a1.21 1.21 0 0 0 1.71-1.71l-2.31-2.31zm-1.67-3.368a4.133 4.133 0 0 0 4.13-4.128C8.934 1.852 7.08 0 4.804 0S.674 1.852.674 4.13a4.134 4.134 0 0 0 4.13 4.128zm0-5.838c-.942 0-1.71.767-1.71 1.71 0 .942.768 1.71 1.71 1.71.943 0 1.71-.768 1.71-1.71 0-.943-.767-1.71-1.71-1.71z"/></svg>
<svg class="tc-image-odnoklassniki-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M927 452q0 66-46.5 112.5T768 611t-112.5-46.5T609 452t46.5-112.5T768 293t112.5 46.5T927 452zm214 363q-10-20-28-32t-47.5-9.5T1005 801q-10 8-29 20t-81 32-127 20-124-18-86-36l-27-18q-31-25-60.5-27.5T423 783t-28 32q-22 45-2 74.5t87 73.5q83 53 226 67l-51 52q-142 142-191 190-22 22-22 52.5t22 52.5l9 9q22 22 52.5 22t52.5-22l191-191q114 115 191 191 22 22 52.5 22t52.5-22l9-9q22-22 22-52.5t-22-52.5l-191-190-52-52q141-14 225-67 67-44 87-73.5t-2-74.5zm-49-363q0-134-95-229t-229-95-229 95-95 229 95 229 229 95 229-95 95-229zm444-164v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M513.94 0v693.97h172.12V0H513.94zM175.708 175.708C67.129 284.287 0 434.314 0 600c0 331.371 268.629 600 600 600s600-268.629 600-600c0-165.686-67.13-315.713-175.708-424.292l-120.85 120.85c77.66 77.658 125.684 184.952 125.684 303.442 0 236.981-192.145 429.126-429.126 429.126S170.874 836.981 170.874 600c0-118.49 48.025-225.784 125.684-303.442l-120.85-120.85z"/></svg>
<svg class="tc-image-office tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 34l8-3V10l15-4v31L1 34.25 23 42l13-3V3L23 0 0 8v26z"/></svg>
<svg class="tc-image-office-365 tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 40"><path d="M25 6h11v11a3 3 0 0 1-3 3h-9l4-4h4v-6h-6v3.5l-4 4V9a3 3 0 0 1 3-3zM5 22h12.5l-4 4H6v10h10v-8l4-4v13a3 3 0 0 1-3 3H2V25a3 3 0 0 1 3-3zM0 0h16a4 4 0 0 1 4 4v13.75l-5-5V5H5v10h7.75l5 5H4a4 4 0 0 1-4-4V0zm34 22a3 3 0 0 1 3 3v13H25a3 3 0 0 1-3-3V24.25l4 4V34h7v-8h-4.75l-4-4H34z"/></svg>
<svg class="tc-image-office-access tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M26.5 5C32.851 5 38 6.343 38 8s-5.149 3-11.5 3c-1.22 0-2.396-.05-3.5-.142V5.141A42.357 42.357 0 0 1 26.5 5zm0 7C32.85 12 38 10.657 38 9v5c0 1.657-5.149 3-11.5 3-1.22 0-2.397-.05-3.5-.141v-5c1.103.091 2.28.141 3.5.141zm0 6c6.35 0 11.5-1.343 11.5-3v5c0 1.657-5.149 3-11.5 3-1.22 0-2.397-.05-3.5-.141v-5c1.103.091 2.28.141 3.5.141zm0 6c6.35 0 11.5-1.343 11.5-3v5c0 1.657-5.149 3-11.5 3-1.22 0-2.397-.05-3.5-.141v-5c1.103.091 2.28.141 3.5.141zM0 3.5L22 0v36L0 32.5v-29zm16.48 21.188l-3.662-12.291-1.372.073-1.372.073-3.741 11.52 1.255.077 1.255.077.357-1.273.358-1.283 3.653.131.371 1.365.374 1.375 1.262.078 1.262.078zm-3.805-5l-1.314-.02-1.315-.021 1.12-4.009.182-1.04.057-.001c.274 1.728.81 3.404 1.27 5.092z"/></svg>
<svg class="tc-image-office-excel tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36.5"><path d="M23 4.25h15v28H23v-2h5v-4h-5v-1h5v-4h-5v-1h5v-4h-5v-1h5v-4h-5v-1h5v-4h-5v-2zm13 26v-4h-7v4h7zm0-9h-7v4h7v-4zm0-5h-7v4h7v-4zm0-5h-7v4h7v-4zm0-5h-7v4h7v-4zM0 4l22-4v36.5l-22-4V4zm15.64 20.765l-3.303-7.107 3.215-6.938-2.612.11-1.717 4.116-.207.694-.129.5h-.027c-.403-1.765-1.112-3.446-1.728-5.148l-2.852.12 2.975 6.602-3.258 6.598 2.793.131 1.74-4.317.228-.946h.03c.444 1.894 1.336 3.654 2.073 5.454l2.78.13z"/></svg>
<svg class="tc-image-office-infopath tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 36"><path d="M35 4l4 4h-3v18h-9v-2h7V8h-3l4-4zm-3 7v2h-7v16h3l-4 4-1-1V11h9zM0 3.5L22 0v36L0 32.5v-29zm12 22V11.25l-2.813.59.004 12.899 2.81.761z"/></svg>
<svg class="tc-image-office-lync tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 36"><path d="M0 3.5L22 0v36L0 32.5v-29zm13.724 20.768l-.009-1.705-3.984-.182.004-10.07-.854.046-.853.046.003 11.514 5.693.351zm18.27-9.29L25.5 15c-1.38 0-2.5 1.37-2.5 2.75V12.6c.75-.384 1.6-.6 2.5-.6l-1.996-1.977a1.25 1.25 0 0 1 1.768-1.768l6.723 6.723zM24.002 20.5L27.5 24h-2c-.9 0-1.75-.216-2.5-.6v-5.15c0 .818.393 1.795 1 2.25zM34 15.498L30.5 12h2a5.5 5.5 0 0 1 5.5 5.5v1a5.5 5.5 0 0 1-5.5 5.5l2.017 1.977a1.25 1.25 0 1 1-1.768 1.768L26 21h6.5a2.5 2.5 0 0 0 2.5-2.5v-1c0-.818-.393-1.545-1-2z"/></svg>
<svg class="tc-image-office-onenote tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M38 14v8h-2v-8h2zm0 9v8h-2v-8h2zM0 3.5L22 0v36L0 32.5v-29zm15.187 21.108L15.18 12.27l-1.093.059-1.093.058-.015 6.684.06 1.66h-.029c-1.434-2.751-3.007-5.428-4.583-8.1l-1.247.067-1.247.066.003 11.274 1.093.068 1.094.067-.014-6.335-.014-1.092-.042-.772h.028c1.544 2.855 3.205 5.645 4.767 8.49l1.169.072 1.169.072zM23 4h12v1h3v8h-3v19H23v-3h10v-2H23v-2h10v-2H23v-2h10v-2H23v-2h10v-2H23v-2h10v-2H23V9h10V7H23V4z"/></svg>
<svg class="tc-image-office-outlook tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M38 8v17h-2V10H23V8h15zm-3 21H23V18l3.503 2.75L35 13.5V29zm0-18v.75l-8.5 7L23 16v-5h12zM0 3.5L22 0v36L0 32.5v-29zm10.782 21.043c1.323.081 2.826-.511 3.666-1.536 1.756-2.14 1.9-5.815.637-8.278-.594-1.158-1.808-2.181-3.094-2.383a5.325 5.325 0 0 0-3.15.494c-2.517 1.268-3.61 5.337-2.712 8.01.631 1.876 2.677 3.571 4.653 3.693zm.088-9.947c2.319-.065 3.168 4.81 1.84 6.712-.21.3-.494.565-.822.727a2.24 2.24 0 0 1-1.073.207 2.328 2.328 0 0 1-1.05-.296 2.627 2.627 0 0 1-.83-.786c-1.296-1.876-.345-6.5 1.935-6.564z"/></svg>
<svg class="tc-image-office-powerpoint tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M36 9v21H23v-2h10v-2H23v-2h10v-2H23v-1.416A5 5 0 0 0 30 16h-5v-5c-.711 0-1.387.148-2 .416V9h13zm-10 6h5a5 5 0 0 0-5-5v5zm-3-8h15v18h-1V8H23V7zM0 3.5L22 0v36L0 32.5v-29zm10.24 16.748l1.103.025c1.281-.073 2.774-.6 3.462-1.685.948-1.496.942-4.073-.332-5.304-1.575-1.52-4.351-.743-6.537-.627l.004 11.505 1.157.07 1.158.072-.015-4.056zm.003-5.678l.91-.031c.462.139 1.04.08 1.385.417.768.75.435 2.823-.582 3.17-.258.087-.537.097-.808.115l-.91-.002.005-3.67z"/></svg>
<svg class="tc-image-office-project tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M0 3.5L22 0v36L0 32.5v-29zm9.99 16.457l1.102.021c1.282-.076 2.774-.605 3.462-1.69.947-1.491.944-4.066-.33-5.29-1.578-1.516-4.352-.73-6.537-.606l.001 11.475 1.158.068 1.157.068-.013-4.046zm.004-5.665l.91-.033c.462.137 1.04.076 1.385.412.769.747.431 2.816-.583 3.163-.258.088-.537.1-.808.118h-.91l.006-3.66zM38 4v28H23v-7.05l3.5 3.5 4.95-4.95-4.95-4.95-3.5 3.5V11h8v6h-3l4 4 4-4h-3V9H23V4h15z"/></svg>
<svg class="tc-image-office-publisher tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M23 9h10v23H23v-2h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-2h8v-7h-8V9zm15 15h-4V8.25L27.5 4H38v20zM0 3.5L22 0v36L0 32.5v-29zm9.99 16.743l1.103.024c1.28-.072 2.774-.598 3.462-1.68.947-1.492.94-4.065-.333-5.292-1.576-1.518-4.35-.741-6.536-.624l.003 11.475 1.158.071 1.158.072-.015-4.046zm.003-5.665l.91-.03c.462.138 1.04.079 1.385.415.768.748.433 2.817-.582 3.162-.258.087-.537.098-.808.116l-.91-.003.005-3.66z"/></svg>
<svg class="tc-image-office-sharepoint tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 36"><path d="M39 18c0 1.918-1.35 3.52-3.151 3.91a12.038 12.038 0 0 1-5.91 6.79A4.001 4.001 0 0 1 23 30.645v-5.292a4.001 4.001 0 0 1 6.721 1.176 10.037 10.037 0 0 0 4.031-4.729 4.002 4.002 0 0 1 0-7.602 10.037 10.037 0 0 0-4.03-4.73A4.001 4.001 0 0 1 23 10.647V5.355a4.001 4.001 0 0 1 6.94 1.946 12.038 12.038 0 0 1 5.909 6.79A4.002 4.002 0 0 1 39 18zM0 3.5L22 0v36L0 32.5v-29zm6.962 20.164c1.402.59 3.046 1.177 4.503.74 1.08-.324 2.21-1.255 2.42-2.362.263-1.4-.339-3.17-1.493-4.004-1.049-.758-3.03-1.111-3.046-2.405-.017-1.397 2.983-1.227 4.164-.48l.005-1.265.005-1.266c-2.106-.536-5.38-.236-6.283 1.741-.602 1.317-.139 3.34 1.007 4.227 1.118.864 3.196 1.273 3.282 2.684.068 1.1-2.208 1.222-3.214.772l-.705-.393-.652-.531.003 1.271.004 1.271z"/></svg>
<svg class="tc-image-office-visio tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M38 4v28H23v-5h5v-3h4v-7.3l4.2-4.2-4.7-4.7-4.2 4.2H23V4h15zm-7 19h-3v-3h-5v-7h4.3l3.7 3.7V23zm-8-2h4v5h-4v-5zm11.75-8.5l-3.25 3.25-3.25-3.25 3.25-3.25 3.25 3.25zM0 3.5L22 0v36L0 32.5v-29zm15.995 8.727l-2.423.13-2.358 9.578-.043-.002c-.563-3.154-1.526-6.225-2.345-9.323l-2.496.133 3.502 11.535 2.625.162 3.538-12.213z"/></svg>
<svg class="tc-image-office-word tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M23 4h15v28H23v-3h12v-2H23v-2h12v-2H23v-2h12v-2H23v-2h12v-2H23v-2h12v-2H23V9h12V7H23V4zM0 3.5L22 0v36L0 32.5v-29zm17.88 8.626l-2.338.125-1.577 9.585-.03-.001c-.404-3.167-1.194-6.273-1.84-9.4l-2.48.133-2.077 9.053-.044-.002c-.313-2.981-1.015-5.91-1.58-8.853l-2.53.135 2.705 11.147 2.676.164 1.922-8.792h.028c.374 3.051 1.215 6.028 1.887 9.029l2.567.158 2.711-12.48z"/></svg>
<svg class="tc-image-ogone tc-image-button" width="22pt" height="22pt" viewBox="0 0 826.9879150390625 187.1129150390625"><path d="M153.655 43.025c-3.37-17.024-14.613-27.862-30.063-34.565-13.013-5.615-26.705-7.095-40.806-6.524-15.684.657-30.605 4.135-44.15 12.062C13.897 28.479 0 49.501 1.148 78.98c.734 18.398 9.288 32.055 25.323 40.952 13.031 7.19 27.27 9.241 42.044 9.984 7.778-.998 15.722-1.51 23.407-3.166 19.853-4.25 36.906-13.577 49.208-30.139 11.85-15.975 16.393-33.993 12.527-53.585zM76.766 108.16c-11.87 2.338-22.954.482-31.82-8.615-6.888-7.13-8.918-16.005-8.206-25.528.917-11.755 4.514-22.673 11.533-32.251 9.681-13.197 22.442-20.856 34.855-21.218 21.201 0 32.866 9.011 35.375 25.497 3.776 24.982-9.873 55.868-41.737 62.114zm578.585-61.628c-4.642 23.185-10.317 46.166-15.565 69.24-.6 2.654-1.144 5.334-1.942 7.928-.25.772-1.31 1.826-1.976 1.826-10.568.086-21.115.03-31.676 0-.25 0-.482-.286-1.083-.572.918-4.31 1.758-8.7 2.71-13.073 4.591-21.206 9.374-42.355 13.71-63.603.806-3.942.725-8.29-.018-12.233-1.357-7.121-8.324-12.117-16.14-12.719-11.453-.827-21.842 2.91-31.37 8.529-8.124 4.731-15.599 10.445-23.3 15.944-1.25.922-2.184 2.786-2.568 4.391a8753.485 8753.485 0 0 0-15.198 69.897c-.567 2.757-1.707 3.648-4.5 3.623-9.042-.183-18.083-.086-27.124-.086-1.067 0-2.15-.188-3.734-.298 1.2-5.777 2.291-11.166 3.434-16.584 6.917-32.49 13.76-64.99 20.711-97.502 1.408-6.643.124-5.768 7.023-5.82 8.683-.025 17.35.064 26.01 0 2.3-.025 3.251.371 2.59 3.021-1.425 5.82-2.415 11.755-3.759 18.193 3.217-2.244 5.858-4.219 8.64-6.072 11.84-8.192 24.726-14.033 39.032-16.055 13.034-1.826 25.95-1.625 38.042 4.587 14.481 7.462 21.12 22.149 18.053 37.44zm170.953-.597c-2.125-16.281-11.542-27.682-25.668-35.277-13.159-7.099-27.35-9.331-42.218-8.76-12.006.448-23.557 2.565-34.649 6.993-17.89 7.185-32.61 18.363-40.952 36.168-8.96 19.141-8.9 38.353 3.131 56.371 8.043 12.032 20.006 18.875 33.566 23.155 14.9 4.676 30.216 5.303 45.77 4.079 14.348-1.113 28.116-4.536 41.522-9.813 4.501-1.767 7.266-4.104 7.851-9.238.601-5.192 2.125-10.265 3.443-16.201-1.88.802-2.885 1.258-3.934 1.63-9.417 3.563-18.649 7.599-28.266 10.551-15.04 4.647-30.45 5.875-45.85 1.596-18.79-5.218-31.326-18.483-27.716-39.813.482-2.718 1.327-3.942 4.442-3.942 34.885.149 69.726.119 104.631.119.742 0 1.566.231 2.193-.069.9-.423 2.168-1.161 2.202-1.856.41-5.201 1.186-10.526.504-15.697zm-37.202 1.31h-70.237c8.017-15.083 19.426-24.089 36.25-25.664 6.985-.666 13.683-.295 20.335 1.796 9.514 3.017 15.343 9.519 17.25 19.384.746 3.913.303 4.485-3.597 4.485zm-327.79-33.156C442.326 1.494 421.009 0 399.237 3.026c-8.938 1.255-17.779 2.538-26.863 2.483-43.059-.179-86.114-.055-129.203-.055-8.598 0-17.067 1.105-25.3 3.498-13.189 3.887-25.145 9.988-33.52 21.243-8.69 11.721-11.478 24.465-4.313 38.021 3.7 6.998 9.903 11.49 16.81 15.023 3.021 1.531 6.23 2.825 9.25 4.165-4.847 1.541-9.724 2.885-14.45 4.621-5.433 1.937-10.56 4.583-14.63 8.815-5.599 5.815-5.599 13.487.447 18.68 3.08 2.649 6.814 4.676 10.573 6.327 4.805 2.082 9.911 3.478 14.267 4.933-6.822 1.37-14.28 2.624-21.637 4.361-7.616 1.771-15.07 4.109-21.538 8.785-4.6 3.337-7.173 7.611-6.422 13.546.534 4.39 2.833 7.731 5.896 10.637 5.474 5.303 12.19 8.469 19.286 10.863 19.418 6.464 39.437 8.141 59.793 7.458 9.724-.341 19.298-1.382 28.745-3.592 11.09-2.582 21.658-6.404 30.4-14.106 11.158-9.75 10.39-24.952-.115-33.762-6.366-5.274-13.824-8.294-21.594-10.692-15.94-4.906-32.546-6.618-48.858-9.724a102.922 102.922 0 0 1-16.99-4.822c-3.899-1.51-3.976-5.073-.443-7.36 2.176-1.395 4.693-2.68 7.215-3.08 10.91-1.877 21.83-3.652 32.793-5.09 11.05-1.455 21.888-3.524 32.06-8.239 9.241-4.181 17.46-9.809 22.963-18.555 7.731-12.232 8.998-28.241-2.202-40.154-.892-.934-1.702-1.881-2.748-3.021h52.514c-2.509 2.748-4.898 5.167-7.045 7.731-13.026 15.765-18.248 33.894-14.985 53.999 2.966 18.09 13.93 30.268 30.7 36.869 21.785 8.601 44.13 8.601 66.444 2.223 31.595-9.096 57.605-35.576 55.803-73.839-.798-15.97-7.898-28.433-21.03-37.125zM231.313 137.988c3.815-.542 7.987.913 11.87 1.937 6.267 1.656 12.454 3.563 18.586 5.645 2.338.853 4.553 2.283 6.558 3.793 4.058 3.085 4.237 6.989.598 10.582-3.899 3.934-8.926 5.7-14.123 6.584-7.108 1.229-14.323 1.882-19.328 2.513-14.293-.87-26.496-.743-38.153-4.68-2.983-1.024-5.939-2.479-8.499-4.305-3.913-2.825-4.07-6.959-.06-9.553 4.122-2.68 8.661-5.146 13.376-6.4 9.6-2.582 19.366-4.659 29.175-6.114zm39.761-75.371c-5.738 7.21-13.453 10.987-22.425 12.357-2.41.333-4.847.512-6.587.683-9.724-.423-18.236-2.159-25.272-8.345-8.055-7.065-9.59-17.916-3.486-26.722 6.438-9.297 15.72-13.973 26.748-15.492 7.834-1.105 15.343.03 22.498 3.358 7.983 3.708 13.21 9.724 13.794 18.761.375 5.738-1.74 10.923-5.269 15.403zm158.745 32.337c-9.336 9.297-20.906 13.777-30.456 13.978-19.464.026-31.543-9.382-34.449-24.444-1.967-10.056-.055-19.865 3.707-29.231 6.442-16.247 17.395-28.058 34.59-33.143 7.441-2.159 15.001-2.389 22.503-.111 11.793 3.537 18.65 11.84 20.305 23.667 2.59 18.893-2.594 35.657-16.2 49.285z"/></svg>
<svg class="tc-image-oil tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 1000"><path d="M50 0h1000q21 0 35.5 14.5T1100 50t-14.5 35.5T1050 100h-50v200h50q21 0 35.5 14.5T1100 350t-14.5 35.5T1050 400h-50v200h50q21 0 35.5 14.5T1100 650t-14.5 35.5T1050 700h-50v200h50q21 0 35.5 14.5T1100 950t-14.5 35.5-35.5 14.5H50q-21 0-35.5-14.5T0 950t14.5-35.5T50 900h50V700H50q-21 0-35.5-14.5T0 650t14.5-35.5T50 600h50V400H50q-21 0-35.5-14.5T0 350t14.5-35.5T50 300h50V100H50q-21 0-35.5-14.5T0 50t14.5-35.5T50 0z"/></svg>
<svg class="tc-image-oil-table-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.280547142028809 11.500421524047852"><path d="M8.21 5.248l-.633 4.457c.25.182.423.462.423.795a1 1 0 1 1-2 0c0-.436.281-.796.668-.934l1.055-4.434.487.116zm5.308-.789l-1.732 1.167c.125.44.214.895.214 1.374 0 .795-.203 1.537-.533 2.205l1.654 1.187a6.956 6.956 0 0 0 .397-5.933zM2.411 1.723A6.978 6.978 0 0 0 .001 7c0 1.23.32 2.386.876 3.391l1.655-1.187A4.966 4.966 0 0 1 2 7c0-1.417.595-2.689 1.541-3.599l-1.13-1.678zM7.001 0a6.967 6.967 0 0 0-3.79 1.12l1.121 1.664A4.965 4.965 0 0 1 7 2c1.92 0 3.564 1.093 4.403 2.68l1.681-1.134A6.993 6.993 0 0 0 7 0z"/></svg>
<svg class="tc-image-ok tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 0H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm-2.537 4.565l-3.49 5.606a.701.701 0 0 1-.561.327c-.009.002-.021.002-.031.002a.703.703 0 0 1-.557-.276L3.572 7.398a.697.697 0 0 1 1.111-.842l1.642 2.018 2.957-4.746a.696.696 0 1 1 1.181.737z"/></svg>
<svg class="tc-image-ok-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M7 0a7 7 0 1 0 0 14A7 7 0 0 0 7 0zm3.23 4.565l-3.49 5.606a.701.701 0 0 1-.561.327c-.009.002-.02.002-.03.002a.703.703 0 0 1-.557-.276L3.339 7.398a.698.698 0 0 1 1.112-.842l1.642 2.018L9.05 3.828a.696.696 0 1 1 1.18.737z"/></svg>
<svg class="tc-image-ok-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600c331.369 0 600-268.63 600-600S931.369 0 600 0zm0 130.371c259.369 0 469.556 210.325 469.556 469.629 0 259.305-210.187 469.556-469.556 469.556-259.37 0-469.556-210.251-469.556-469.556C130.445 340.696 340.63 130.371 600 130.371zm229.907 184.717L482.153 662.915 369.36 550.122 258.691 660.718l112.793 112.793 111.401 111.401 110.596-110.669 347.827-347.754-111.401-111.401z"/></svg>
<svg class="tc-image-ok-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.851557731628418 8.663017272949219"><path d="M3.629 8.663a.703.703 0 0 1-.557-.276L.208 4.818a.698.698 0 0 1 1.111-.842l2.254 2.761L7.466.426a.696.696 0 1 1 1.182.737L4.222 8.334a.701.701 0 0 1-.593.329z"/></svg>
<svg class="tc-image-ok-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13A6 6 0 1 1 7 1a6 6 0 0 1 0 12zm3.23-8.434l-3.49 5.606a.698.698 0 0 1-.56.327l-.03.001a.703.703 0 0 1-.558-.276L3.34 7.4a.698.698 0 0 1 1.112-.843l1.641 2.018L9.05 3.828a.696.696 0 1 1 1.18.738z"/></svg>
<svg class="tc-image-ok-s tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M10.463 4.565l-3.49 5.606a.701.701 0 0 1-.561.327c-.009.002-.021.002-.031.002a.703.703 0 0 1-.557-.276L3.572 7.398a.697.697 0 0 1 1.111-.842l1.642 2.018 2.957-4.746a.696.696 0 1 1 1.181.737zM13 1v12H1V1h12m0-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-ok-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm257.446 281.03l124.658 124.658-389.355 389.429L468.823 918.97 344.165 794.312l-126.27-126.343 123.853-123.853 126.27 126.343L857.446 281.03z"/></svg>
<svg class="tc-image-omega tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M11 14h4l1-2v4h-6v-3.347c2.049-.883 3.5-3.081 3.5-5.653 0-3.35-2.462-5.973-5.5-5.973S2.5 3.649 2.5 7c0 2.572 1.451 4.77 3.5 5.653V16H0v-4l1 2h4v-.509C2.068 12.453 0 9.938 0 7c0-3.866 3.582-7 8-7s8 3.134 8 7c0 2.938-2.068 5.452-5 6.491V14z"/></svg>
<svg class="tc-image-ondemand-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h10v4h16v-4h10c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4zm0 28H4V4h36v24zM30 16l-14 8V8z"/></svg>
<svg class="tc-image-onedrive tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.05699920654297 9.445237159729004"><path fill-rule="nonzero" d="M3.28 8.441a2.109 2.109 0 0 1-1.12.305c-.613-.02-1.12-.23-1.525-.634C.23 7.71.02 7.202 0 6.587c.01-.575.194-1.063.553-1.462.36-.4.816-.632 1.372-.7a2.265 2.265 0 0 1-.028-.377c.02-.76.28-1.39.78-1.886.502-.497 1.133-.755 1.894-.774.476 0 .904.112 1.285.335A3.633 3.633 0 0 1 7.096.48 3.389 3.389 0 0 1 8.836 0c.856.018 1.59.288 2.204.808.612.52 1.002 1.192 1.168 2.015h-.192c-.314 0-.587.042-.82.128a3.29 3.29 0 0 0-2.453-1.048c-.438 0-.858.072-1.263.217a3.322 3.322 0 0 0-1.083.638 3.25 3.25 0 0 0-1.099 1.797c-.242.048-.47.117-.684.207-.343.156-.63.38-.863.67-.223.25-.39.54-.502.87-.112.328-.167.67-.167 1.026-.004.4.062.77.2 1.113zm11.232-2.497c1.05.26 1.545.88 1.483 1.854-.062.975-.63 1.524-1.704 1.647H5.8c-1.403-.185-2.092-.91-2.068-2.175.023-1.265.736-1.962 2.14-2.09.184-1.355.878-2.195 2.08-2.52 1.204-.327 2.228.048 3.075 1.122.29-.233.657-.335 1.1-.306.446.028.823.126 1.132.292.408.214.72.51.934.89.215.382.322.81.322 1.285z"/></svg>
<svg class="tc-image-opacity tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h6.333v6.333h6.334V0H19v6.333h6.333V0h6.334v6.333H38v6.334h-6.333V19H38v6.333h-6.333v6.334H38V38h-6.333v-6.333h-6.334V38H19v-6.333h-6.333V38H6.333v-6.333H0v-6.334h6.333V19H0v-6.333h6.333V6.333H0V0zm31.667 19h-6.334v6.333h6.334V19zm0-12.667h-6.334v6.334h6.334V6.333zm-6.334 19H19v6.334h6.333v-6.334zm-6.333 0V19h-6.333v6.333H19zm-6.333 0H6.333v6.334h6.334v-6.334zm12.666-12.666H19V19h6.333v-6.333zm-6.333 0V6.333h-6.333v6.334H19zm-6.333 0H6.333V19h6.334v-6.333z"/></svg>
<svg class="tc-image-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.84000015258789 14.843999862670898"><path d="M1.821 2.922h6.085s.992.031 1.01.902c.018.881-1.01.883-1.01.883H4.634s-.775-.118-1.085.695c-.12.315-1.148 3.184-1.548 4.442-.113.355.157.451.377.457.23.008.437.004.628 0 .256-.002.473-.1.592-.457.256-.777 1.089-2.85 1.197-3.123.279-.705.645-.633 1.049-.633h7.683c.955 0 1.313.516 1.036 1.312L13.4 13.115c-.297.917-1.19 1.729-2.145 1.729H1.854c-.996 0-1.854-.85-1.854-1.805v-8.35c0-.954.867-1.767 1.821-1.767zm9.111 1.104c-.456-.036-.543-.061-.135-.468.285-.312.649-.603.649-.603.011-.028-.284-.748-1.487-1.273s-2.951-.011-3.422.232c-.223.191-.9.299-.285-.325C7.293.612 8.768 0 10.365.455c1.486.427 2.178 1.287 2.23 1.405-.007.009-.009.015.001.015 0 0 .003-.006-.001-.015.032-.044.254-.207.635-.558.326-.332.421-.25.459.154.047.76.021 2.929.021 2.929s-2.032-.252-2.778-.359z"/></svg>
<svg class="tc-image-open-captioning tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.16699981689453 20.582000732421875"><path d="M10.985 20.433C4.78 20.433 0 16.945 0 10.448 0 3.874 4.625.093 10.985.093c6.358 0 10.984 3.782 10.984 10.355-.001 6.497-4.78 9.985-10.984 9.985zm0-5.139c2.241 0 3.345-1.91 3.345-4.808 0-2.28-.475-5.255-3.345-5.255-2.871 0-3.346 2.975-3.346 5.255 0 2.898 1.104 4.808 3.346 4.808zm27.278-7.566c-.033-1-.331-1.378-.806-1.853-.475-.514-1.137-.708-1.988-.708-2.858 0-3.333 3.007-3.333 5.287 0 2.898 1.104 4.973 3.333 4.973 1.988 0 2.761-1.699 2.981-2.699h7.717c-.662 6-5.365 7.854-10.698 7.854-6.203 0-10.973-3.563-10.973-10.06C24.496 3.948 29.122 0 35.469 0c5.146 0 9.992 2.728 10.543 7.728h-7.749z"/></svg>
<svg class="tc-image-open-file tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 1200"><path d="M600 400h300v520L550 570 0 1120V25Q0 15 7.5 7.5T25 0h575v400zm300-100H700V100zm-138 700H600v200H500v-200H338l212-212zm-382 200H25q-10 0-17.5-7.5T0 1175v-55h380v80zm520-80v55q0 10-7.5 17.5T875 1200H720v-80h180z"/></svg>
<svg class="tc-image-open-in-browser tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M32 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h8v-4H4V8h28v20h-8v4h8c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM18 12l-8 8h6v12h4V20h6l-8-8z"/></svg>
<svg class="tc-image-open-in-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 32H4V4h14V0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V18h-4v14zM22 0v4h7.17L9.51 23.66l2.83 2.83L32 6.83V14h4V0H22z"/></svg>
<svg class="tc-image-open-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.600000381469727 12.40000057220459"><path d="M12.1 0h-9c-.3 0-.5.2-.5.5s.2.5.5.5h7.8L.2 11.6c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1L11.6 1.7v7.8c0 .3.2.5.5.5s.5-.2.5-.5v-9c0-.3-.2-.5-.5-.5z"/></svg>
<svg class="tc-image-open-with tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M18 16h8v-6h6L22 0 12 10h6v6zm-2 2h-6v-6L0 22l10 10v-6h6v-8zm28 4L34 12v6h-6v8h6v6l10-10zm-18 6h-8v6h-6l10 10 10-10h-6v-6z"/></svg>
<svg class="tc-image-opencart tc-image-button" width="22pt" height="22pt" viewBox="0 0 1317.4287109375 947.4319458007812"><path d="M870.859 853.717q0 38.857-27.429 66.286t-66.286 27.429-66.571-27.429-27.714-66.286 27.714-66.571 66.571-27.714 66.286 27.714 27.429 66.571zm-428 0q0 38.857-27.714 66.286t-66.571 27.429-66.286-27.429-27.429-66.286 27.429-66.571 66.286-27.714 66.571 27.714 27.714 66.571zM.002.003q32.571 34.286 63.143 59.714t69.143 46.857 77.714 36 94.857 26 114.286 18 142.857 10.571 173.714 5.429 212.857 1.429q79.429 0 139.714 2.857t103.429 9.429 70.857 15.714 40.571 22.571 13.714 29.429-11.143 36.571-32.286 43.714-51.143 52T1156 476.002t-79.429 68q-105.714 89.714-163.429 141.143 16.571-29.143 43.714-62.286t53.714-60.286 54-56.286 47.429-52.286 30.857-46 7.429-40-26-31.714-66.571-23.429-116.571-13.429-173.714-2.857q-96 1.143-179.429-3.429T441.714 280t-116.857-23.429-91.143-29.429-70-35.714-52.286-38-38.857-40.857-28.857-39.714T20.857 34 0 0z"/></svg>
<svg class="tc-image-openid tc-image-button" width="22pt" height="22pt" viewBox="0 0 554.8309936523438 512"><path d="M.335 331.264c-.335-21.52 3.84-41.392 12.544-59.648 8.705-18.272 20.128-33.456 34.304-45.584 14.16-12.112 29.857-22.864 47.105-32.255 17.232-9.376 34.48-16.721 51.712-22.017s33.024-9.647 47.36-13.056 25.952-5.632 34.815-6.656l13.313-1.536v62.977c-19.456 1.359-37.296 4.687-53.504 9.983s-29.44 11.52-39.68 18.688c-10.24 7.168-19.297 14.944-27.136 23.296-7.84 8.368-13.825 16.56-17.92 24.577-4.096 8.015-7.344 15.263-9.728 21.76-2.385 6.48-3.76 11.776-4.097 15.871l-1.023 6.144a77.999 77.999 0 0 0-1.536 15.36c0 7.504 1.183 14.672 3.584 21.504 4.096 11.616 10.592 21.504 19.456 29.68 8.88 8.208 18.943 15.792 30.208 22.8 11.264 6.992 22.88 12.625 34.815 16.896 11.937 4.273 22.865 7.937 32.769 11.008 9.903 3.072 17.92 5.296 24.063 6.656l9.729 1.552V512c-33.105-3.408-63.057-9.391-89.856-17.92s-48.384-18.175-64.768-28.927-30.56-22.288-42.496-34.56c-11.937-12.272-20.656-24.32-26.112-36.096s-9.648-22.353-12.544-31.745c-2.896-9.376-4.529-16.975-4.865-22.784zM261.455 512V50.176L334.144 0v472.064zm90.113-302.592h-.017v-58.88l26.624 2.56c18.08 1.712 39.52 6.992 64.256 15.872 24.752 8.88 43.952 20.656 57.616 35.328l54.784-31.233v125.44l-160.24-39.936 42.48-17.407-10.751-8.193c-7.52-5.12-18.433-10.416-32.769-15.872-13.311-4.767-26.447-7.343-39.44-7.68h-2.543z"/></svg>
<svg class="tc-image-openshift tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.255998611450195 25.38199806213379"><path d="M7.044 11.542l-3.895 1.417c.05.624.158 1.241.309 1.846l3.7-1.347a7.258 7.258 0 0 1-.114-1.916zm17.212-4.306a11.172 11.172 0 0 0-.95-1.612l-3.894 1.417c.453.464.833.985 1.144 1.542l3.7-1.347z"/><path d="M15.688 6.133c.81.378 1.512.894 2.104 1.498l3.894-1.417a11.08 11.08 0 0 0-4.348-3.618C11.771 0 5.13 2.417 2.534 7.983a11.073 11.073 0 0 0-1.006 5.567l3.895-1.417a7.222 7.222 0 0 1 .648-2.5c1.687-3.617 6.001-5.186 9.617-3.5zM3.7 14.717L0 16.065c.34 1.349.93 2.631 1.74 3.772l3.886-1.414A7.284 7.284 0 0 1 3.7 14.718z"/><path d="M19.841 13.249a7.129 7.129 0 0 1-.654 2.5c-1.687 3.617-6.001 5.186-9.617 3.5a7.172 7.172 0 0 1-2.108-1.496l-3.886 1.415a11.045 11.045 0 0 0 4.345 3.619c5.567 2.595 12.207.178 14.803-5.388a11.016 11.016 0 0 0 1.002-5.564l-3.886 1.414zm.957-4.755l-3.7 1.347a7.268 7.268 0 0 1 .906 4.075l3.886-1.414a11.2 11.2 0 0 0-1.092-4.008z"/></svg>
<svg class="tc-image-opensource tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1165.1490478515625"><path d="M600.073 0C268.728 0 0 268.582 0 599.927c0 260.49 166.117 482.172 398.146 565.076L546.04 773.887c-74.269-23.013-128.273-92.136-128.273-173.96 0-100.646 81.661-182.307 182.307-182.307s182.16 81.66 182.16 182.307c0 81.888-53.952 151.147-128.273 174.106l147.895 391.116C1033.937 1082.294 1200 860.484 1200 599.927 1200 268.582 931.419 0 600.073 0z"/></svg>
<svg class="tc-image-opentable tc-image-button" width="22pt" height="22pt" viewBox="0 0 651.7770385742188 358.4169921875"><path d="M.001 161.792V135.68c0-12.976 14.849-24.064 44.544-33.28 29.696-9.216 65.696-13.824 108.032-13.824 42.32 0 78.336 4.608 108.032 13.823 29.696 9.217 44.544 20.32 44.544 33.28v26.113c-.336 12.976-15.36 23.983-45.056 33.023-29.696 9.04-65.536 13.569-107.52 13.569-41.984 0-77.825-4.512-107.52-13.569C15.36 185.76.336 174.767 0 161.792zM146.946 37.376V23.552c.672-6.496 11.6-12.032 32.767-16.64C200.866 2.304 226.306 0 256.001 0c29.697 0 55.04 2.304 76.033 6.912 20.992 4.608 31.824 10.144 32.511 16.64h.513v13.824h-.513c-.687 6.832-11.52 12.544-32.511 17.151-20.993 4.609-46.336 6.913-76.033 6.913-29.695 0-55.135-2.304-76.288-6.913-21.168-4.607-32.095-10.319-32.767-17.151zM254.978 290.32v-32.784c1.359-19.104 21.328-35.248 59.903-48.368 38.576-13.152 84.816-19.712 138.736-19.712 53.936 0 100.096 6.56 138.496 19.712 38.4 13.12 58.288 29.264 59.664 48.368v32.784c-1.024 18.768-20.832 34.816-59.408 48.127-38.56 13.313-84.816 19.97-138.752 19.97-53.92 0-100.176-6.577-138.736-19.713-38.56-13.136-58.544-29.296-59.903-48.384zm116.736-174.608V94.208c.673-9.889 13.568-18.256 38.656-25.088 25.072-6.832 55.024-10.24 89.84-10.24s64.784 3.408 89.856 10.24 37.984 15.2 38.656 25.088v21.504c0 9.904-12.544 18.432-37.648 25.6-25.072 7.168-55.376 10.752-90.88 10.752s-65.776-3.584-90.88-10.752c-25.072-7.168-37.6-15.696-37.6-25.6z"/></svg>
<svg class="tc-image-opera tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00355339050293 16.093969345092773"><path d="M5.368 3.492C4.483 4.536 3.91 6.08 3.87 7.812v.376c.04 1.732.612 3.276 1.497 4.32 1.147 1.49 2.853 2.435 4.76 2.435a5.76 5.76 0 0 0 3.204-.98A7.958 7.958 0 0 1 7.62 15.99 7.998 7.998 0 0 1 0 8a8 8 0 0 1 8-8h.03a7.976 7.976 0 0 1 5.302 2.036 5.788 5.788 0 0 0-3.206-.98c-1.906 0-3.612.946-4.76 2.436zM16 8c0 2.37-1.03 4.498-2.668 5.963-2.052 1-3.964.3-4.597-.137 2.015-.442 3.538-2.88 3.538-5.826 0-2.948-1.523-5.384-3.538-5.827.632-.436 2.545-1.136 4.597-.137A7.976 7.976 0 0 1 16 8z"/></svg>
<svg class="tc-image-operation tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.16869068145752 11.288999557495117"><path d="M11.169 2.501A.51.51 0 0 1 10.65 3H6.689a.51.51 0 0 1-.52-.5.51.51 0 0 1 .518-.5h3.965a.51.51 0 0 1 .517.501zM10.65 7H6.687a.51.51 0 0 0-.518.5c0 .275.23.5.52.5h3.963a.509.509 0 0 0 .517-.499A.51.51 0 0 0 10.65 7zm0 2H6.687a.51.51 0 0 0-.518.5c0 .275.23.5.52.5h3.963a.509.509 0 0 0 .517-.499A.51.51 0 0 0 10.65 9zm-6-7H3.17V.518a.508.508 0 0 0-.5-.518.51.51 0 0 0-.5.52V2H.687a.51.51 0 0 0-.518.5c0 .275.23.5.52.5h1.48v1.482a.51.51 0 0 0 .5.518.51.51 0 0 0 .5-.518V3H4.65a.51.51 0 0 0 .518-.499A.51.51 0 0 0 4.652 2zM3.378 8.618l1.755-1.755a.51.51 0 0 0 .012-.72.51.51 0 0 0-.721.014L2.669 7.911.915 6.156a.509.509 0 0 0-.72-.013.508.508 0 0 0 .014.721l1.753 1.754-1.755 1.755a.512.512 0 0 0-.013.72.51.51 0 0 0 .72-.012l1.755-1.756 1.756 1.756c.2.201.523.208.719.013s.189-.519-.013-.721L3.377 8.618z"/></svg>
<svg class="tc-image-opt tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 10.000283241271973"><path d="M13.5 10h-4a.499.499 0 0 1-.457-.297L5.175 1H.5a.5.5 0 0 1 0-1h5c.198 0 .377.116.457.297L9.825 9H13.5a.5.5 0 0 1 0 1zm0-9h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1z"/></svg>
<svg class="tc-image-optimization tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317376136779785 9.656789779663086"><path d="M8.291 6.886c.13.222.209.477.209.752a1.5 1.5 0 1 1-1.5-1.5c.075 0 .146.01.218.022l4.03-5.033.33.207-3.287 5.552zM7 1.35c.644 0 1.262.107 1.844.297.044.014.5.094.672-.297.163-.371-.173-.595-.312-.642A7 7 0 0 0 0 7.35c0 .647.095 1.27.26 1.866 0 0 .288.44.725.215.361-.188.242-.451.211-.571A5.88 5.88 0 0 1 1 7.35c0-3.31 2.691-6 6-6zm4.938 1.828c-.297.297-.07.678-.043.718a5.955 5.955 0 0 1 .875 5.097c-.022.075.001.47.324.536.491.1.646-.312.646-.312a6.947 6.947 0 0 0-1.078-5.98c-.091-.124-.504-.28-.724-.06z"/></svg>
<svg class="tc-image-optin-monster tc-image-button" width="22pt" height="22pt" viewBox="0 0 2138.666748046875 1788.33349609375"><path d="M399.333 1676q-8 16-27 34.5t-37 25.5q-25 9-51.5-3.5t-28.5-31.5q-1-22 40-55t68-38q23-4 34 21.5t2 46.5zm1341 0q7 16 26 34.5t38 25.5q25 9 51.5-3.5t27.5-31.5q2-22-39.5-55t-68.5-38q-22-4-33 21.5t-2 46.5zm48-109q13 27 56.5 59.5t77.5 41.5q45 13 82-4.5t37-50.5q0-46-67.5-100.5t-115.5-59.5q-40-5-63.5 37.5t-6.5 76.5zm-1439 0q-13 27-56 59.5t-77 41.5q-45 13-82-4.5t-37-50.5q0-46 67.5-100.5t115.5-59.5q40-5 63 37.5t6 76.5zm730-1124h1q-41 0-76 15 27 8 44 30.5t17 49.5q0 35-27 60t-65 25q-52 0-80-43-5 23-5 42 0 74 56 126.5t135 52.5q80 0 136-52.5t56-126.5-56-126.5-136-52.5zm304-218q-99-109-220.5-131.5t-245.5 44.5q27-60 82.5-96.5t118-39.5 121.5 17 99.5 74.5 44.5 131.5zm750 1239q8 11-11 42 7 23 7 40 1 56-44.5 112.5t-109.5 91.5-118 37q-48 2-92-21.5t-66-65.5q-687 25-1259 0-23 41-66.5 65t-92.5 22q-86-3-179.5-80.5T9.333 1546q2-22 7-40-19-31-11-42 6-10 31-1 14-22 41-51-7-29 2-38 11-10 39 4 29-20 59-34 0-29 13-37 23-12 51 16 35-5 61 2 18 4 38 19v-73q-11 0-18-2-53-10-97-44.5t-55-87.5q-9-38 0-81 15-62 93-95 2-17 19-35.5t36-23.5 33 7.5 19 30.5h13q46 5 60 23 3 3 5 7 10-1 30.5-3.5t30.5-3.5q-15-11-30-17-23-40-91-43 0-6 1-10-62-2-118.5-18.5t-84.5-47.5q-32-36-42.5-92t-2.5-112q16-126 90-179 23-16 52-4.5t32 40.5q0 1 1.5 14t2.5 21 3 20 5.5 19 8.5 10q27 14 76 12 48-46 98-74-40-4-162 14l47-46q61-58 163-111 145-73 282-86-20-8-41-15.5t-47-14-42.5-10.5-47.5-11-43-10q595-126 904 139 98 84 158 222 85 10 121-9h1q5-3 8.5-10t5.5-19 3-19.5 3-21.5l1-14q3-28 32-40t52 5q73 52 91 178 7 57-3.5 113t-42.5 91q-28 32-83.5 48.5t-115.5 18.5v10q-71 2-95 43-14 5-31 17 11 1 32 3.5t30 3.5q1-4 5-8 16-18 60-23h13q5-18 19-30t33-8 36 23 19 36q79 32 93 95 9 40 1 81-12 53-56 88t-97 44q-10 2-17 2 0 49-1 73 20-15 38-19 26-7 61-2 28-28 51-16 14 9 14 37 33 16 59 34 27-13 38-4 10 10 2 38 28 30 41 51 23-8 31 1zm-275-952q0 29-9 54 82 32 112 132 4-37-9.5-98.5t-41.5-90.5q-20-19-36-17t-16 20zm-78 100q35 42 47.5 108.5t-.5 124.5q67-13 97-45 13-14 18-28-3-64-31-114.5t-79-66.5q-15 15-52 21zm-37 4q-30 0-44-1 42 115 53 239 21 0 43-3 16-68 1-135t-53-100zm-1564 82q30-100 112-132-9-25-9-54 0-18-16.5-20t-35.5 17q-28 29-41.5 90.5t-9.5 98.5zm36 102q29 31 97 45-13-58-.5-124.5t47.5-108.5q-37-6-52-21-51 16-78.5 66t-31.5 115q9 17 18 28zm177 54q14-124 73-235-19 4-55 18l-45 19v-1q-46 89-20 196 25 3 47 3zm963 39q8 38 16.5 108.5t11.5 89.5q3 18 9.5 21.5t23.5-4.5q40-20 62-85.5t23-125.5q-24-2-146-4zm-282-641q-116 0-199 82.5t-83 198.5q0 117 83 199.5t199 82.5 199-82.5 83-199.5q0-116-83-198.5t-199-82.5zm228 639q-106-2-211 0v-1q-1 27 2.5 86t13.5 66q29 14 93.5 14.5t95.5-10.5q9-3 11-39t-.5-69.5-4.5-46.5zm-268 199q8-4 9.5-48t-.5-88-4-63v-1q-212 3-214 3-4 20-7 62t0 83 14 46q34 15 101 16t101-10zm-394-189q-16 59 4.5 118.5t77.5 84.5q15 8 24 5t12-21q3-16 8-90t10-103q-69 2-136 6zm-127 126q3 23-34 36 132 141 271.5 240t305.5 154q172-49 310.5-146t293.5-250q-33-13-30-34l3-9v-1 1q-17-2-50-5.5t-48-4.5q-26 90-82 132-51 38-82-1-5-6-9-14-7-13-17-62-2 5-5 9t-7.5 7-8 5.5-9.5 4l-10 2.5-12 2-12 1.5-13.5 1-13.5.5q-106 9-163-11-4 17-10 26.5t-21 15-23 7-36 3.5q-2 0-3 .5t-3 .5h-3q-179 17-203-40-2 63-56 54-47-8-91-54-12-13-20-26-17-29-26-65-58 6-87 10 1 2 4 10zm-84 628q3-14 3-30-17-71-51-130t-73-70q-41-12-101.5 14.5t-104.5 80-39 107.5q35 53 100 93t119 42q51 2 94-28t53-79zm3-171q23 63 27 119 195-113 392-174-98-52-180.5-120t-179.5-165q-6 4-29 13 0 2-1 5t-1 4q31 18 22 37-12 23-56 34-10 13-29 24h-1q-2 83 1 150 19 34 35 73zm69 166q532 21 1145 0-254-147-428-196-76 35-156 57-8 3-16 0-65-21-129-49-208 60-416 188h-1v1q1 0 1-1zm1184-46q4-54 28-120 14-38 33-71l-1 1q3-77 3-153-15-8-30-25-42-9-56-33-9-20 22-38-2-4-2-9-16-4-28-12-204 190-383 284 198 59 414 176zm392 23q5-54-39-107.5t-104-80-102-14.5q-38 11-72.5 70.5t-51.5 129.5q0 16 3 30 10 49 53 79t94 28q54-2 119-42t100-93z"/></svg>
<svg class="tc-image-option-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 300"><path d="M150 0q62 0 106 44t44 106-44 106-106 44-106-44T0 150 44 44 150 0zm400 0q62 0 106 44t44 106-44 106-106 44-106-44-44-106 44-106T550 0zm400 0q62 0 106 44t44 106-44 106-106 44-106-44-44-106 44-106T950 0z"/></svg>
<svg class="tc-image-option-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 300 1100"><path d="M150 0q62 0 106 44t44 106-44 106-106 44-106-44T0 150 44 44 150 0zm0 400q62 0 106 44t44 106-44 106-106 44-106-44T0 550t44-106 106-44zm0 400q62 0 106 44t44 106-44 106-106 44-106-44T0 950t44-106 106-44z"/></svg>
<svg class="tc-image-organization tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 12.99899959564209"><path d="M16 11.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3C2.058.581 3.367 0 4.5 0S6.942.58 7 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 8.369 10 7.999 10 7.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1S16 9.365 16 11.999"/></svg>
<svg class="tc-image-originals-ace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M245.594 20.78c-.507.013-1.026.034-1.53.064-2.695.16-5.362.59-7.94 1.28-10.308 2.763-19.663 9.946-25 19.189L46.75 326.03c-5.336 9.244-6.887 20.974-4.125 31.283 2.762 10.308 9.945 19.663 19.188 25L247.53 489.53c9.244 5.338 20.974 6.89 31.282 4.126 10.31-2.762 19.695-9.944 25.032-19.187L468.22 189.75c5.335-9.243 6.855-20.972 4.092-31.28-2.762-10.31-9.944-19.696-19.187-25.032l-185.72-107.22c-6.498-3.75-14.213-5.615-21.81-5.437zm9.844 28.564c3.917-.088 7.89.866 11.53 2.968 10.595 6.117 14.242 19.658 8.126 30.25-2.82 4.883-7.23 8.286-12.188 9.938l-1.625 39.625-18.655-.78 1.625-39.814-33.688 21.314-10-15.78 33.625-21.283c-1.005-5.078-.26-10.506 2.532-15.343 4.013-6.952 11.238-10.926 18.718-11.093zm70.968 88l.188 19.125c-1 3.73.01 12.74 3.312 23.905 3.302 11.164 8.36 24.527 12.875 38.656 9.032 28.26 16.794 60.82.25 87.5-15.642 25.232-42.36 33.737-64.592 26.783-14.434-4.516-26.79-15.427-33.72-30.657l-2.343 57.094-65.563-37.875 48.407-30.656c-16.727 1.395-32.68-4.01-44.157-14.19-17.73-15.725-24.233-43.607-8.22-69.405 16.875-27.184 48.38-36.36 76.626-42.344 14.122-2.99 27.74-5.21 38.78-7.968 11.04-2.758 18.543-7.15 22.72-9.875l15.436-10.093zm-18.28 32.844L253.53 211.03l15.157 8.75-15.843 27.44c-27.918 4.816-52.84-22.152-35.28-50.44.752-1.212 1.554-2.358 2.405-3.468-13.226 5.49-24.335 13.015-31.25 24.157-11.946 19.242-7.024 35.15 4.75 45.593 11.77 10.442 30.965 14.336 49.843 3.437l14-8.094v16.188c0 22.673 12.26 36.352 26.718 40.875 14.46 4.522 31.303.288 43.126-18.783 6.682-10.776 7.695-24.474 5.656-39.437-.696 1.596-1.53 3.144-2.468 4.656-17.294 27.896-52.04 21.52-61.344-5.28l15.875-27.5 15.156 8.75 8.095-67.69zm-55.563 215.406l18.656.75-1.626 39.812 33.687-21.312 10 15.78-33.624 21.313c.995 5.07.255 10.52-2.53 15.344-6.117 10.594-19.688 14.212-30.282 8.095-10.595-6.117-14.21-19.655-8.094-30.25 2.82-4.883 7.23-8.286 12.188-9.938l1.625-39.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-achievement tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M305.975 298.814l22.704 2.383V486l-62.712-66.965V312.499l18.214 8.895zm-99.95 0l-22.716 2.383V486l62.711-66.965V312.499l-18.213 8.895zm171.98-115.78l7.347 25.574-22.055 14.87-1.847 26.571-25.81 6.425-10.803 24.314-26.46-2.795-18.475 19.087L256 285.403l-23.902 11.677-18.475-19.15-26.46 2.795-10.803-24.313-25.81-6.363-1.847-26.534-22.118-14.92 7.348-25.573-15.594-21.544 15.644-21.52-7.398-25.523 22.068-14.87L150.5 73.03l25.86-6.362 10.803-24.313 26.46 2.794L232.098 26 256 37.677 279.902 26l18.475 19.149 26.46-2.794 10.803 24.313 25.81 6.425 1.847 26.534 22.055 14.87-7.347 25.574 15.656 21.407zm-49.214-21.556a72.242 72.242 0 1 0-72.242 72.242 72.355 72.355 0 0 0 72.242-72.242zm-72.242-52.283a52.282 52.282 0 1 0 52.282 52.283 52.395 52.395 0 0 0-52.282-52.245z" fill="#fff"/></svg>
<svg class="tc-image-originals-acid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.875 16A30 30 0 0 0 226 46a30 30 0 0 0 60 0 30 30 0 0 0-29.125-30zm-45 75A30 30 0 0 0 181 121a30 30 0 0 0 60 0 30 30 0 0 0-29.125-30zm74.563 30A15 15 0 0 0 271 136a15 15 0 0 0 30 0 15 15 0 0 0-14.563-15zm-30 45A15 15 0 0 0 241 181a15 15 0 0 0 30 0 15 15 0 0 0-14.563-15zM196 196c-45 0-15 30 0 45 0 150-120 225-120 255h360c0-30-120-105-120-255 15-15 45-45 0-45-15 0-30 15-60 15s-45-15-60-15z" fill="#fff"/></svg>
<svg class="tc-image-originals-acid-blob tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.125 99.406c-65.804 0-124.928 29.754-167.656 69.875-42.73 40.122-69.75 90.556-69.75 135.126 0 44.57 29.306 75.8 72.56 93.78 43.257 17.983 101.178 24.845 164.845 24.845s121.588-6.86 164.844-24.842c43.254-17.982 72.53-49.212 72.53-93.782 0-44.57-26.99-95.004-69.72-135.125-42.727-40.12-101.85-69.874-167.655-69.874zm0 18.688c60.148 0 115.033 27.43 154.844 64.812 39.81 37.382 63.842 84.752 63.842 121.5 0 36.748-21.747 60.17-61.03 76.5-39.285 16.33-95.373 23.438-157.657 23.438-62.284 0-118.404-7.107-157.688-23.438-39.283-16.33-61.03-39.752-61.03-76.5s24.032-84.118 63.843-121.5c39.81-37.38 94.727-64.812 154.875-64.812zm-54.72 38.594c-3.344-.012-7.06.508-11.124 1.656-20.917 5.907-33.254 41.475-55.06 62.28-24.13 23.022-62.7 40.588-67.907 72.657-3.98 18.225 7.183 36.783 25.374 41.658 18.726 5.017 38.233-6.243 43.25-24.97.723-2.695 1.083-5.41 1.157-8.093h.156c-1.697-38.35 7.258-90.663 56.03-93.5 39.072-2.273 40.46-51.575 8.126-51.688zm87.345 5.218c-11.417.332-23.452 6.93-23.188 18 .53 22.14 37.174 29.432 42.657 1.53 2.74-13.95-8.053-19.862-19.47-19.53zm60 19.438c-18.423.31-18.102 16.73-8.47 23.062 49.25 32.365 8.474 45.84-16.686 32.03-23.675-12.998-87.44-19.36-111.47 3.94-19.138 18.553-3.26 53.928 26.407 32.78 49.634-35.375 94.1-15.667 113.5 28.78l.064-.03c9.498 21.795 33.91 34.08 57.53 27.75 26.004-6.967 41.594-33.934 34.626-59.937-1.334-4.978-3.41-9.56-6.063-13.69-11.404-37.086-37.062-62.783-77.218-73.03-4.758-1.214-8.808-1.713-12.22-1.656zm47.78 70.75c13.585-.253 25.967 8.665 29.658 22.437 4.353 16.248-5.16 32.71-21.407 37.064-16.247 4.354-32.677-5.128-37.03-21.375-4.353-16.248 5.127-32.71 21.375-37.064 2.03-.544 4.08-.875 6.094-1 .44-.027.873-.054 1.31-.062zm-295.186 32.094c.48-.012.952 0 1.437.03 1.11.072 2.224.263 3.345.563 8.97 2.405 14.153 11.376 11.75 20.345-2.404 8.97-11.374 14.153-20.344 11.75-8.97-2.403-14.152-11.373-11.75-20.344 1.973-7.358 8.378-12.178 15.564-12.342zm179.53 10.562c-15.81.215-34.724 5.274-47.468 12.97-14.87 5.774-25.5 20.262-25.5 37.092 0 21.845 17.907 39.75 39.75 39.75.43 0 .854-.017 1.28-.03 32.518 2.444 76.975-14.784 76.47-31.813-.573-19.364-36.953-.27-38-21.876-.47-9.746 27.4-11.914 21.03-25.5-3.588-7.66-14.52-10.77-27.56-10.594zm-33.218 28.97c11.743 0 21.094 9.35 21.094 21.092 0 11.745-9.35 21.063-21.094 21.063-11.743 0-21.062-9.318-21.062-21.063 0-11.744 9.32-21.093 21.062-21.093z" fill="#fff"/></svg>
<svg class="tc-image-originals-acid-tube tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.938 48A32 32 0 0 0 224 80a32 32 0 0 0 64 0 32 32 0 0 0-31.063-32zm-208 112A32 32 0 0 0 16 192a32 32 0 0 0 64 0 32 32 0 0 0-31.063-32zm207.53 0A16 16 0 0 0 240 176a16 16 0 0 0 32 0 16 16 0 0 0-15.53-16zm208.47 0A32 32 0 0 0 432 192a32 32 0 0 0 64 0 32 32 0 0 0-31.063-32zM192 208c-48 0-16 32 0 48 0 11.41-.386 21.89-1 32 19.59-9.974 41.51-16 65-16 23.49 0 45.41 6.026 65 16-.614-10.11-1-20.59-1-32 16-16 48-48 0-48-16 0-32 16-64 16s-48-16-64-16zm-66 31c-5.066.26-10.97 5.32-18 17.5-8 13.856-2.5 35.786-18.5 63.5S52 353.642 44 367.5c-24 41.57 19.642 29.856 41.5 24 9.648 5.57 18.66 11.062 27 16.5 2.637-47.1 27.794-88.193 65-112.5-8.915-4.568-18.138-9.306-28-15-4.027-15.026-10.87-40.626-22.5-41.5-.33-.025-.662-.017-1 0zm259 0c-11.632.872-18.474 26.473-22.5 41.5-9.862 5.694-19.085 10.432-28 15 37.206 24.307 62.363 65.4 65 112.5 8.34-5.438 17.352-10.93 27-16.5 21.856 5.856 65.5 17.57 41.5-24-8-13.856-29.5-19.786-45.5-47.5S412 270.358 404 256.5c-7.5-12.99-13.714-17.895-19-17.5zM48.47 256A16 16 0 0 0 32 272a16 16 0 0 0 32 0 16 16 0 0 0-15.53-16zm416 0A16 16 0 0 0 448 272a16 16 0 0 0 32 0 16 16 0 0 0-15.53-16zM256 304c-64 0-112 48-112 112v48h224v-48c0-64-48-112-112-112z" fill="#fff"/></svg>
<svg class="tc-image-originals-acorn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M422.625 18.28c-24.68.13-51.932 15.455-74.094 36.907 1.868 1.036 3.742 2.07 5.626 3.157 8.05 4.642 15.615 9.363 22.72 14.125 25.19-9.583 55.47-14.465 103.437-2.97-12.036-37.07-33.633-51.345-57.688-51.22zM237.78 40.22l28.97 94.25c12.57 6.443 24.827 13.41 36.813 20.843l-36.625-111.97c-8.476-1.68-16.657-2.662-24.563-3-1.54-.065-3.074-.108-4.594-.124zm-19.218 1.124c-1.602.206-3.202.427-4.78.687-8.815 1.454-17.338 3.755-25.595 6.876l15.688 58.625c13.62 4.75 26.922 10.064 39.906 15.907l-25.218-82.093zm69.875 7.593l40.157 122.876c15.922 11.124 31.32 23.128 46.25 35.906L325.906 64.374c-13.092-6.527-25.568-11.643-37.47-15.438zm-117.5 7.844c-14.657 7.857-28.523 18.348-41.875 31.095 18.42 3.334 36.298 7.632 53.657 12.813L170.937 56.78zm179.25 20.907l53.282 155.97c10.798 10.382 21.322 21.187 31.624 32.374.395-1.174.75-2.332 1.125-3.5L379.843 97.407c-8.84-6.63-18.706-13.185-29.656-19.72zM136.595 108.25c-17.05 11.436-32.43 27.876-45.344 50.22-42.303 73.19-61.83 198.325-24.53 265.717l-.064-.062c.752 23.392-7.597 45.63-17.812 67.594 27.268-12.192 54.897-17.815 82.687-20.783l-.468-.343c87.895 19.01 212.87-49.42 260.688-132.156 13.547-23.44 20.606-46.14 22.28-67.72-77.218-81.572-166.868-139.912-277.436-162.468zm271.469 14L444.188 228c2.638-20.573.96-39.855-5.688-58.25-5.856-16.202-15.717-32.01-30.438-47.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-acoustic-megaphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M443.535 120.186l-112 64 8.93 15.628 112-64-8.93-15.628zM297 153v206h17.973V153H297zm-18 9.367L73 235.072v41.856l206 72.705V162.367zM39 240v32h18v-32H39zm297 7v18h128v-18H336zM99.332 300.89l-14.8 40.215L181.02 379.7l16.11-40.364-16.716-6.672-9.434 23.635-63.51-25.405 8.755-23.786-16.893-6.22zm241.133 11.296l-8.93 15.628 112 64 8.93-15.628-112-64z"/></svg>
<svg class="tc-image-originals-aerial-signal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M138.188 38.875C67.478 79.483 19.624 155.295 19.624 242.688c0 87.858 48.383 163.966 119.72 204.406-47.45-46.694-78.25-120.545-78.25-204.406 0-83.27 30.218-157.06 77.093-203.813zm237.687 2.313c45.574 46.86 74.75 119.59 74.75 201.5 0 82.128-29.53 154.623-75.313 201.468C444 403.043 490.344 328.56 490.344 242.686c0-85.87-46.022-160.33-114.47-201.5zm-179.28 46.718c-61.425 24.617-105.126 84.56-105.126 154.78 0 70.413 43.995 130.262 105.686 154.75-41.348-30.252-69.47-88.174-69.47-154.748 0-66.367 27.774-124.45 68.908-154.782zm142.5 8.78c35.18 31.963 57.81 85.566 57.81 146 0 61.134-23.1 114.77-58.967 146.595 52.006-28.25 87.593-83.246 87.593-146.592 0-62.886-35.052-117.566-86.436-146zm-115.22 44.064c-42.65 14.34-73.125 54.454-73.125 101.938 0 47.91 30.968 88.504 74.22 102.5-27.047-18.556-45.97-57.28-45.97-102.5 0-44.573 18.457-83.072 44.875-101.938zm78.094 3.344c23.836 19.926 39.342 56.72 39.342 98.594 0 42.514-15.99 79.48-40.437 99.187 38.416-16.463 65.375-54.746 65.375-99.188 0-44-26.476-81.867-64.28-98.593zM262 211.344c-20.3 0-36.75 16.45-36.75 36.75 0 15.484 9.573 28.743 23.125 34.156v213.125h27.25V282.25c13.558-5.41 23.125-18.668 23.125-34.156 0-20.3-16.45-36.75-36.75-36.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-aerodynamic-harpoon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18.285 16.297v20.52L127.088 163.57c35.955 91.222 6.358 156.645-59.43 178.098l111.852 34.758c6.88-3.465 12.225-7.756 17.69-12.64 38.677-34.554 39.72-103.556-23.38-190.208 98.413 71.66 174.565 60.578 202.85 5.686L342.545 66.78c-21.29 65.28-86.246 95.3-176.545 60.794L36.908 16.297H18.285zM401.998 221.48c-18.06 55.37-84.184 71.942-172.205 7.846 64.098 88.022 47.94 153.736-7.432 171.79l73.095 22.714c4.504-2.256 8.003-5.05 11.566-8.252l-.002-.006c25.274-22.58 25.955-67.676-15.28-124.302 64.31 46.833 114.076 39.59 132.56 3.716L402 221.48zm41.68 114.366c-10.75 32.968-50 42.71-102.408 4.545 38.163 52.41 28.42 91.66-4.55 102.41l153.8 46.843-46.84-153.797h-.002z"/></svg>
<svg class="tc-image-originals-aerosol tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M339.28 22.78c-.668-.004-1.33.015-2 .032-38.144 1.024-74.22 38.912-57.31 80.876-26.3 2.354-41.526 27.584-38.345 50.562 10.39 31.44 33.868 44.84 61.625 45-27.346 7.154-55.193 5.523-72.406-17.625L149.5 212.313l108 51.406c11.25-12.602 26.22-17.474 42.375-17.5 8.753-.016 17.863 1.386 26.906 3.75-20.033.113-37.856 7.13-50.124 22.843l.313.156c-1.397 1.52-2.605 3.077-3.658 4.624-.057.084-.13.165-.187.25-.242.38-.482.767-.72 1.156-.412.68-.82 1.387-1.217 2.094-.07.126-.15.247-.22.375-.003.007.005.022 0 .03-11.695 23.346 12.238 46.864 36.938 41.688-22.892 36.36 18.478 64.646 47.688 57.062-10.04-25.77 2.36-50.004 21.75-69.625-14.102 24.75-13.893 52.542 9.906 77.78 26.3 18.466 74.21 15.382 83.094-28.624 5.17 5.78 15.042 10.448 22.687 12.72V71.906c-17.245-40.312-69.907-46.36-98.592-10.25-13.265-27.505-34.395-38.723-55.157-38.875zm42.908 79.876c-26.62 22.628-41.455 30.664-52.657 61.375 1.347-24.357-3.39-39.26-21.936-53.81 24.01 8.668 47.858 8.277 74.594-7.564zm26.875 44.313c-11.567 35.16 22.327 70.176 54.75 63.5-16.33 17.418-37.404 13.692-51.844.968-24.604 6.975-44.02 34.767-34.845 62.656-30.44-27.578-5.184-70.735 24.625-74.97-9.305-15.74-9.998-36.473 7.313-52.155zm-284.157 38.436c-7.5 0-14.256 1.248-18.28 2.78-1.657.632-2.427 1.163-2.94 1.533v46.03c.514.37 1.283.9 2.94 1.53 4.024 1.535 10.78 2.782 18.28 2.782 7.5 0 14.257-1.247 18.28-2.78 1.657-.632 2.427-1.162 2.94-1.532v-11.344c-6.513-.153-11.75-5.537-11.75-12.156 0-6.62 5.237-12.003 11.75-12.156V189.72c-.513-.37-1.282-.902-2.94-1.532-4.024-1.534-10.78-2.782-18.28-2.782zM88.844 247.5c-4.025 1.568-7.708 3.378-10.938 5.406-11.378 7.147-17.156 15.95-17.156 26.656 0 .01-.028.906 2.406 2.938s6.928 4.494 12.875 6.594c11.895 4.2 29.47 7.063 48.876 7.062 19.407 0 36.98-2.863 48.875-7.062 5.95-2.1 10.443-4.562 12.876-6.594 2.434-2.032 2.406-2.93 2.406-2.938 0-9.758-5.77-18.805-17.218-26.156-3.284-2.11-7.013-4.012-11.094-5.656-.45.516-.902 1.004-1.375 1.438-2.818 2.58-6.013 4.22-9.53 5.562-7.037 2.68-15.56 4-24.94 4-9.378 0-17.9-1.32-24.936-4-3.52-1.34-6.715-2.983-9.532-5.563-.55-.502-1.08-1.074-1.594-1.687zm-27.906 55.53v192.533h127.937V303.03c-2.75 1.353-5.706 2.57-8.875 3.69-14.71 5.192-33.905 8.154-55.094 8.155-21.19 0-40.385-2.963-55.094-8.156-3.17-1.12-6.123-2.337-8.874-3.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-afterburn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.313 17.78v62.095L170.22 231.75 43 211.625s64.877 30.418 116.344 54.438l-47.375 23.25L279.687 355c-3.582-3.086-7.13-6.347-10.594-9.813-39.543-39.54-54.888-88.3-34.28-108.906 20.605-20.604 69.362-5.26 108.905 34.282 3.355 3.356 6.53 6.754 9.53 10.22l-64.938-167.813L265 162.187c-24.094-51.623-55.03-117.532-55.03-117.532l19.468 122.875L79.655 17.78H18.312zm425.312 243.345l-43.406 46.938-23.595 5.875-33.594-18.344-50.06 50.094 18.31 33.562-5.874 23.563-46.03 42.562 80.093 14.03 28.717 28.72 13.188-13.22-51.5-51.53L469 471.625l-48.656-140.25 52.28 52.28 13.22-13.217-27.97-27.97-14.25-81.343zM392.062 357.5c69.03 70.208 33.083 106.35-37.218 37.22l37.22-37.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-ages tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M360 73c-14.43 0-27.79 7.71-38.055 21.395-10.263 13.684-16.943 33.2-16.943 54.94 0 21.74 6.68 41.252 16.943 54.936 10.264 13.686 23.625 21.396 38.055 21.396s27.79-7.71 38.055-21.395C408.318 190.588 415 171.075 415 149.335c0-21.74-6.682-41.255-16.945-54.94C387.79 80.71 374.43 73 360 73zm-240 96c-10.012 0-19.372 5.32-26.74 15.145C85.892 193.968 81 208.15 81 224c0 15.85 4.892 30.032 12.26 39.855C100.628 273.68 109.988 279 120 279c10.012 0 19.374-5.32 26.742-15.145 7.368-9.823 12.256-24.006 12.256-39.855 0-15.85-4.888-30.032-12.256-39.855C139.374 174.32 130.012 169 120 169zm188.805 47.674c-1.625 1.26-3.208 2.58-4.737 3.974-13.716 12.524-23.816 31.052-31.53 54.198-14.59 43.765-20.404 103.306-30.063 164.154h235.05c-9.66-60.848-15.476-120.39-30.064-164.154-7.714-23.146-17.812-41.674-31.528-54.198-1.53-1.396-3.112-2.715-4.737-3.974-12.84 16.293-30.942 26.994-51.195 26.994s-38.355-10.7-51.195-26.994zM81.27 277.658c-.573.485-1.143.978-1.702 1.488-9.883 9.024-17.315 22.554-23.03 39.7-10.6 31.8-15.045 75.344-22.063 120.154h171.048c-7.017-44.81-11.462-88.354-22.062-120.154-5.714-17.146-13.145-30.676-23.028-39.7-.56-.51-1.127-1.003-1.702-1.488C148.853 289.323 135.222 297 120 297c-15.222 0-28.852-7.678-38.73-19.342z" fill="#fff"/></svg>
<svg class="tc-image-originals-air-balloon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M247 25.332c-.642.046-1.288.098-1.936.152-28.244 52.446-31.912 108.59-28.084 167.936 3.77 58.42 14.916 119.542 15.936 181.58h46.168c1.02-62.038 12.167-123.16 15.936-181.58 3.828-59.347.16-115.49-28.084-167.936-.648-.054-1.294-.106-1.936-.152V352h-18V25.332zm-23.795 3.51c-7.21 1.567-14.562 3.595-21.893 6.04l-2.398 2.88c-38.992 46.79-49.743 83.613-45.955 123.384 3.787 39.772 23.27 83.214 47.31 139.31l4.45 11.458c.898 3.188 4.327 9.14 7.594 15.463-3.76-44.326-10.457-88.814-13.294-132.797-3.65-56.57-.748-112.657 24.185-165.738zm65.59 0c24.933 53.08 27.835 109.168 24.185 165.738-2.837 43.983-9.534 88.47-13.294 132.797 3.267-6.324 6.696-12.275 7.595-15.463l4.45-11.46c24.04-56.094 43.523-99.536 47.31-139.308 3.79-39.77-6.962-76.593-45.954-123.384l-2.4-2.88c-7.33-2.445-14.682-4.473-21.89-6.04zM167.5 49.422c-3.667 1.97-7.256 4.04-10.73 6.21C126.256 74.705 105 100.5 105 128c0 61.75 22.053 90.394 49.773 122.074 2.808 3.21 5.702 6.47 8.608 9.76-14.478-34.99-25.395-66.073-28.34-96.98-3.537-37.152 5.253-73.565 32.46-113.432zm177 0c27.207 39.867 35.997 76.28 32.46 113.432-2.945 30.907-13.862 61.99-28.34 96.98 2.905-3.29 5.8-6.55 8.607-9.76C384.947 218.394 407 189.75 407 128c0-27.5-21.256-53.296-51.77-72.367-3.474-2.172-7.063-4.24-10.73-6.21zM224 393v37h21.424v-37H224zm42.576 0v37H288v-37h-21.424zM224 448v44h64v-44h-64z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-air-zigzag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/> <path fill="#fff" d="M 185.90107,21.667141 C 273.66638,103.1344 325.90096,190.87541 363.18841,289.15305 275.49038,184.91376 242.31441,163.72278 116.88975,109.32966 208.45258,181.54047 226.10768,200.34679 279.72895,286.04514 209.68602,233.82364 113.352,182.99257 20.763168,155.41009 l 0,85.40121 c 95.446312,24.53997 244.609212,97.10025 311.841382,175.21478 -0.6242,-25.57532 -3.9844,-51.14691 -14.51542,-76.72223 l 108.86098,111.97263 c -6.54474,-34.00574 -20.51072,-67.18544 -41.9895,-99.52977 L 499.0058,468.38214 C 461.7632,292.83657 343.06642,104.33981 185.90294,21.667141 Z"/> </svg>
<svg class="tc-image-originals-alarm-clock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 62.107v9.94h-28.88v18H247v39.074c-84.367 4.682-151.514 74.737-151.514 160.26 0 41.037 15.468 78.508 40.873 106.91l-36.237 36.237 12.727 12.73 36.238-36.24C177.49 434.425 214.96 449.894 256 449.894c41.04 0 78.51-15.47 106.912-40.875l36.238 36.238 12.727-12.73-36.236-36.235c25.406-28.402 40.874-65.873 40.874-106.91 0-85.523-67.147-155.578-151.514-160.26V90.048h28.88v-18H265v-9.94h-18zm-104.906 26.58c-3.583-.03-7.267.125-11.014.465C111.1 90.97 89.15 98 73.637 113.514c-15.514 15.513-22.545 37.462-24.362 57.443-.908 9.99-.488 19.54 1.184 27.898 1.67 8.36 4.315 15.662 9.784 21.13l6.363 6.365 6.366-6.364 113.5-113.502-6.366-6.363c-5.47-5.468-12.77-8.112-21.128-9.784-4.18-.836-8.658-1.358-13.34-1.56-1.17-.05-2.352-.08-3.546-.088zm227.812 0c-1.194.01-2.376.04-3.547.09-4.682.2-9.16.723-13.34 1.56-8.357 1.67-15.658 4.315-21.127 9.784l-6.366 6.364 6.366 6.366 113.5 113.5 6.363-6.364c5.47-5.47 8.113-12.772 9.785-21.13 1.673-8.36 2.093-17.908 1.185-27.9-1.817-19.98-8.848-41.93-24.362-57.442C422.85 98 400.9 90.97 380.92 89.152c-3.747-.34-7.43-.494-11.014-.465zM256 146.865c78.815 0 142.514 63.7 142.514 142.514 0 78.814-63.7 142.513-142.514 142.513-78.815 0-142.514-63.7-142.514-142.514 0-78.816 63.7-142.515 142.514-142.515zm-88.332 41.453l-12.73 12.73 82.92 82.917a18.94 18.94 0 0 0-.797 5.414A18.94 18.94 0 0 0 256 308.317a18.94 18.94 0 0 0 16.66-9.94h59.096v-18h-59.11A18.94 18.94 0 0 0 256 270.44a18.94 18.94 0 0 0-5.408.804l-82.924-82.924z"/></svg>
<svg class="tc-image-originals-alien-fire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.28 21.656c-15.214 146.58-91.146 112.617-109.75 212.906-42.198-38.566-53.434-86.512 10.814-148.937-142.44 81.374-91.17 186.01 13.312 271.813 26.894 32.327 66.16 57.977 85.625 132.78 19.467-74.803 58.734-100.452 85.626-132.78C450.39 271.634 501.66 166.998 359.22 85.625c64.258 62.435 53.03 110.4 10.81 148.97C351.44 134.268 275.5 168.25 260.28 21.654zm0 73.03c5.482 52.788 24.244 66.03 40.595 81.658 21.9 13.69 36.53 38.02 36.53 65.656 0 30.134-17.377 56.306-42.624 69.063-12.9 13.74-26.514 30.443-34.5 61.125-7.884-30.305-21.24-46.98-34-60.625-25.777-12.565-43.593-39.032-43.593-69.563 0-28.21 15.224-52.98 37.875-66.5 16.14-15.277 34.338-28.97 39.72-80.813zm-.25 88.658c-32.51 0-58.655 26.147-58.655 58.656 0 32.512 26.144 58.656 58.656 58.656 32.513 0 58.69-26.144 58.69-58.656 0-32.51-26.177-58.656-58.69-58.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-alien-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.656 19.625c-65.485.31-130.968 43.688-156.375 129.563C177.4 179.51 212.086 215.23 208.47 236v.063c-2.34 13.46-20.787 20.62-54.47 16.093-6.255-.098-12.713-1.27-19.094-3.5-11.202-2.527-23.665-6.108-37.344-10.844 24.63 22.796 53.14 39.59 83.47 50.125 5.516 101.8 24.05 168.38 46.437 199.407.95-143.2 15.592-215.647 30.186-216.063 14.642-.425 29.205 71.648 30.063 217.314 22.446-30.322 40.966-96.94 46.436-200.28 28.115-9.725 54.978-25.102 79.03-46.345-9.928 3.08-19.13 5.504-27.592 7.31-5.366 1.7-10.762 2.68-16.03 2.876-33.8 4.578-52.314-2.61-54.658-16.094V236c-2.255-12.955 10.413-31.72 38.72-51.375 15.652-10.87 36.077-22.02 61.437-32.594-24.647-88.774-91.028-132.72-157.407-132.405zM132.47 191.655c-.922.003-1.822.05-2.69.126-6.93.6-11.378 3.226-13.436 6.564-2.058 3.337-2.198 7.545.562 13.156 2.76 5.61 8.615 11.848 16.875 16.313 8.26 4.464 17.1 6.16 24.032 5.562 6.933-.598 11.38-3.225 13.438-6.563 2.058-3.337 2.167-7.545-.594-13.156-2.76-5.61-8.583-11.816-16.844-16.28-7.227-3.908-14.895-5.73-21.343-5.72zm257.467 0c-.924.002-1.877.053-2.843.126-5.796.44-12.305 2.246-18.5 5.595-8.26 4.465-14.115 10.67-16.875 16.28-2.762 5.612-2.622 9.82-.564 13.157 2.058 3.338 6.506 5.965 13.438 6.563 6.932.598 15.77-1.098 24.03-5.563 8.26-4.464 14.084-10.7 16.845-16.312 2.76-5.61 2.65-9.82.592-13.156-2.058-3.338-6.505-5.965-13.437-6.563-.867-.074-1.763-.124-2.688-.124z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-alien-stare tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 21.313c-134.918 0-192.22 105.22-192.22 211.375C63.78 338.841 256 493.656 256 493.656s192.22-154.814 192.22-260.969c0-106.154-57.303-211.375-192.22-211.375zm-.063 74.374c.77.6 1.4 1.12 2.157 1.72 46.445 36.343 46.445 95.154 0 131.5-.755.616-1.385 1.14-2.156 1.718-.77-.598-1.43-1.14-2.188-1.72-46.445-36.344-46.445-95.155 0-131.5.757-.615 1.416-1.12 2.188-1.718zm0 40.72c-14.884 0-26.937 12.052-26.937 26.937 0 14.884 12.053 26.937 26.938 26.937 14.884 0 26.937-12.052 26.937-26.936 0-14.885-12.053-26.938-26.938-26.938zM135.03 203.093c39.988-.483 72.49 27.44 78.94 73.062.11.935.234 1.775.374 2.75-.944.262-1.643.695-2.563 1.03-54.698 22.052-105.62-7.323-113.874-65.717-.168-.973-.266-1.776-.406-2.75.953-.263 1.68-.677 2.594-1.032 11.965-4.824 23.74-7.21 34.937-7.344zm244.126 0c11.196.135 22.973 2.52 34.938 7.344.914.355 1.64.77 2.594 1.03-.14.976-.24 1.78-.407 2.75-8.252 58.395-59.174 87.77-113.874 65.72-.92-.337-1.618-.77-2.562-1.032.14-.975.263-1.815.375-2.75 6.448-45.622 38.95-73.545 78.936-73.062zm-223.937 14.97c-9.102.202-17.867 5.04-22.75 13.5-7.444 12.89-3.017 29.37 9.874 36.81 12.89 7.443 29.37 3.016 36.812-9.874 7.442-12.89 3.016-29.37-9.875-36.813-4.43-2.558-9.294-3.73-14.06-3.625zm203.75 0c-4.768-.108-9.633 1.065-14.064 3.624-12.89 7.442-17.317 23.922-9.875 36.812 7.444 12.89 23.923 17.317 36.814 9.875 12.89-7.442 17.317-23.922 9.875-36.813-4.885-8.46-13.65-13.296-22.75-13.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-all-for-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M173.625 15.72l16.156 53.81-94.374-48.905L158.47 98.25 45.187 117.406l113.28 19.625-59.718 75.19 65.03-33.407-1.78 58.843 19.844-37.344v-64.218l.75-1.75 31.906-74.75-40.875-43.875zm146.25 0L282.97 55.343l33.342 79.03.75 1.75V205.846l15.5 29.187-1.625-54.436 65.532 34.062-63.064-77.625 113.28-19.624-113.28-19.156 63.063-77.625-92.44 47.906 15.845-52.81zM249.28 23.56l-49.186 114.5v153.5L235.03 326.5c2.916-65.435 7.976-128.936 15.25-187.72 7.606 61.433 12.744 128.775 15.532 198l32.625-32.624V138.062l-49.156-114.5zM33.126 206.845l37.344 94.062 193.905 193.938h30.813c-66.34-68.503-128.483-139.002-180.625-205.875 74.705 58.246 155.104 130.333 231.312 205.874h31.063L126.813 244.688l-93.688-37.844zm444.844 0l-93.626 37.812L268.75 360.25l18.156 18.125c36.278-32.102 72.315-62.265 107.125-89.406-27.302 35.015-57.36 71.02-89.31 107.217L325.06 416.5l115.532-115.53 37.375-94.126zM186.06 442.938l-51.906 51.906h28.594c12.596-12.486 25.314-24.875 38.094-37.125l-14.78-14.783zm39.375 39.406c-3.995 4.173-8.003 8.34-12.03 12.5h24.53l-12.5-12.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-all-seeing-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v15.797L179.434 215.41l9.484-16.424L28.04 18H18zm77.705 0l96.95 174.512 10.493-18.176L116.295 18h-20.59zm91.154 0c4.326 19.018 15.27 67.152 28.36 125.326.557 2.482 1.074 4.807 1.63 7.278l13.275-22.993C219.105 78.687 209.9 38.14 205.32 18h-18.46zM247 18v80.383l9-15.588 7.795 13.5L265 98.383V18h-18zm59.78 0l-24.51 110.297 13.314 23.058L325.22 18h-18.44zm88.925 0l-86.853 156.336 10.494 18.176L416.296 18h-20.59zm88.254 0L323.083 198.986l9.482 16.424L494 33.797V18h-10.04zM18 98.25v22.5l150.79 113.094 9.067-15.7L18 98.25zm476 0L334.145 218.143l9.064 15.7L494 120.75v-22.5zm-238 20.547l-74.656 129.308c20.297-9.102 46.254-14.35 74.656-14.35 28.402 0 54.36 5.248 74.656 14.35L256 118.797zm-238 70.34v19.226l136.05 51.018 9.122-15.804L18 189.136zm476 0l-145.172 54.44 9.123 15.804L494 208.364v-19.226zM18 249.18v18.14l122.615 15.326 9.77-16.92L18 249.18zm476 0l-132.383 16.547 9.768 16.92L494 267.32v-18.14zm-238 2.576c-14.737 0-26.49 11.75-26.49 26.488 0 8.536 3.948 16.065 10.13 20.895a28.09 28.09 0 0 1-1.384-8.603 28.09 28.09 0 0 1 28.09-28.09 28.09 28.09 0 0 1 13.02 3.223c-4.446-8.315-13.194-13.914-23.366-13.914zm-38.18 3.736c-12.656 2.568-23.93 6.328-33.082 10.904-17.63 8.815-26.21 19.758-26.21 29.594 0 9.837 8.58 20.777 26.21 29.592 17.63 8.815 43.077 14.643 71.262 14.643 28.185 0 53.632-5.828 71.262-14.643 17.63-8.815 26.21-19.755 26.21-29.592 0-9.836-8.58-20.78-26.21-29.594-9.153-4.576-20.426-8.336-33.082-10.904 4 6.67 6.31 14.453 6.31 22.752 0 24.465-20.025 44.49-44.49 44.49-24.465 0-44.49-20.025-44.49-44.49 0-8.3 2.31-16.083 6.31-22.752zm-83.867 38.694L18 308.68v18.14l104.666-13.082 11.287-19.552zm244.094 0l11.287 19.552L494 326.82v-18.14l-115.953-14.494zm-233.758 18.1l-57.112 98.92h337.644l-57.11-98.92c-5.763 12.078-17.677 22.035-32.4 29.398-20.907 10.452-48.695 16.54-79.312 16.54-30.617 0-58.405-6.088-79.31-16.54-14.725-7.363-26.64-17.32-32.4-29.4zm255.84 20.15l14.167 24.537L494 386.863v-19.226l-93.87-35.2zm-288.26.002L18 367.637v19.225l79.703-29.888 14.166-24.538zm-31.645 54.808L18 426.136v21.227l43.05-26.906 19.175-33.21zm351.55 0l19.174 33.21L494 447.364v-21.226l-62.225-38.89zm-350.82 41.96L18 484.29V494h16.238l74.05-64.795H80.956zm42.158 0L67.573 494h23.71l55.537-64.795h-23.707zm41.832 0L127.92 494h20.732l37.026-64.795h-20.733zm42.752 0c-8.665 28.96-15.66 51.885-19.61 64.794h18.82c4.678-15.314 11.433-37.537 19.573-64.795h-18.783zm39.303 0V494h18v-64.795h-18zm39.984 0L305.496 494h18.723l-18.515-64.795h-18.72zm39.338 0L363.348 494h20.732l-37.025-64.795h-20.733zm38.856 0L420.718 494h23.708l-55.54-64.795H365.18zm38.533 0L477.763 494H494v-9.71l-62.955-55.085H403.71z"/></svg>
<svg class="tc-image-originals-allied-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 26C129.17 26 26 129.17 26 256s103.192 230 230 230 230-103.192 230-230S382.83 26 256 26zm168.813 174.7H298.258L257.442 78.36c78.035.628 144.206 51.81 167.37 122.34zM254.558 78.36L213.786 200.7H87.23C110.353 130.17 176.524 78.99 254.56 78.36zM78.328 256a177.056 177.056 0 0 1 7.637-51.49l101.728 75.932-37.34 118.345A177.518 177.518 0 0 1 78.33 256zm76.66 146.045L256 330.03l101.013 72.015a177.177 177.177 0 0 1-202.026 0zm206.614-3.302l-37.295-118.345 101.728-75.933a177.463 177.463 0 0 1-64.39 194.322z" fill="#fff"/></svg>
<svg class="tc-image-originals-alligator-clip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M493.533 193.153l-342.76-178.4-16.106 16.107c15.92 23.5 10.473 59.73-15.28 85.483-25.753 25.753-62.812 32.066-86.31 16.106l-15.28 15.28L195.785 490.9l152.383-89.612-108.608-8.672 54.51-54.51-91.266-7.022 47.49-47.49-82.178-6.196 39.644-39.645-70.617-5.37 35.514-35.513-61.532-4.543c42.474-7.71 79.37-44.36 87.136-87.135l4.957 61.12 35.103-35.102 5.782 70.203 39.23-39.23 6.607 81.766 47.078-47.08 7.02 91.264 54.51-54.51 8.258 106.545 86.723-147.017z" fill="#fff"/></svg>
<svg class="tc-image-originals-ambulance tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M143.55 44.06l1.403 87.88-37.092-29.74L128 153l-60.94 4.07 62.434 29.87h7.02l16-48h76.972l16 48h8.01l65.065-19.204-56.537-14.177L287 83.94l-49.953 46.595-3.512-54.168-46.047 49.252-43.94-81.56zm21.936 112.88l-10 30h71.028l-10-30h-51.028zM24 204.94v158h16.906l38.864-97.155 35.164 105.494 24.337-24.34H303v18H146.73l-25.06 25.058c15.133 6.527 26.447 20.33 29.498 36.94H326v-222H24zm197 23h36v30h30v36h-30v30h-36v-30h-30v-36h30v-30zm125 5.044V378.94h142v-46h-94.625l-15.777-94.672c-11.227-2.4-22.004-4.065-31.598-5.284zm50.637 10.037l3.26 19.568c28.086 8.33 51.377 27.818 67.593 52.35h17.844c-9.74-30.257-32.768-48.962-60.08-61.463-9.295-4.255-18.974-7.67-28.617-10.454zM78.23 318.095L53.094 380.94H24v46h28.832c4.202-22.882 24.097-40.426 48.023-40.97L78.23 318.093zM346 396.94v30h14.832c2.212-12.046 8.77-22.612 17.982-30H346zm95.186 0c9.21 7.388 15.77 17.954 17.982 30H488v-30h-46.814zm-339.186 7c-17.78 0-32 14.22-32 32s14.22 32 32 32 32-14.22 32-32-14.22-32-32-32zm308 0c-17.78 0-32 14.22-32 32s14.22 32 32 32 32-14.22 32-32-14.22-32-32-32z"/></svg>
<svg class="tc-image-originals-american-football-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M248.91 43.92c-107.805.592-194.213 24.61-219.88 136.755C6.016 281.24 34.087 357.173 51.506 389.267c17.793-2.313 52.09-14.015 68.828-.7 44.777 35.616 63.473 64.584 101.838 57.59 19.195-3.5 37.866-18.71 52.8-36.83 17.555 3.48 36.6 5.13 55.97 5.598 7.613.184 15.294.162 22.98-.03 2.743 7.774 5.737 14.746 8.96 20.847 7.454 14.107 15.994 24.458 28.082 27.346 26.463 6.32 58.738 6.843 95.743.447l3.138.44c.047-.332.086-.67.13-1.005.06-.01.115-.018.173-.03l-.098-.536c4.827-36.68-1.24-80.53-17.976-120.982.066-.03.14-.058.205-.086l-7.174-16.508c-16.376 7.115-61.784 15.195-108.238 18.744-3.572-30.78-4.406-66.923-1.108-106.352 37.304-18.697 69.34-24.12 102.4-33.367a432.994 432.994 0 0 0-3.644-16.52c-53.663 13.555-123.477 37.288-183.785 64.5-4.602 2.077-11.473 8.582-18.244 17.917-5.722 7.888-11.54 17.628-17.188 27.863 6.21 8.332 9.9 18.64 9.9 29.775 0 4.35-.566 8.575-1.622 12.606 5.335 1.4 8.82 2.82 12.02 3.7 4.88 1.344 10.9 2.254 27.652 1.468l.843 17.98c-17.67.83-26.445-.212-33.274-2.092-5.53-1.522-8.718-3.052-15.13-4.433a50.607 50.607 0 0 1-7.083 7.89l42.053 21.026-8.05 16.1-52.85-26.426a49.607 49.607 0 0 1-14.56 2.18c-27.51 0-50-22.49-50-50 0-27.506 22.49-50 50-50 9.714 0 18.795 2.817 26.49 7.658 5.177-9.204 10.582-18.082 16.228-25.866 7.614-10.497 15.43-19.25 25.412-23.755 61.36-27.687 131.606-51.596 186.488-65.472C430.632 106.876 386.03 43.166 248.91 43.92zm88.03 203.656c-2.306 35.6-1.36 68.432 1.925 97.144-10.77.553-21.468.865-31.776.9.03-.445.053-.88.064-1.302.792-31.874-7.14-71.998 12.642-85.684a313.988 313.988 0 0 1 17.145-11.058zm-141.745 47.812c-17.78 0-32 14.22-32 32s14.22 32 32 32 32-14.22 32-32-14.22-32-32-32zm259.77 51.803a243.967 243.967 0 0 1 11.47 34.55c-11.13 2.835-23.753 5.483-37.336 7.754-2.773-10.435-6.9-20.848-13.397-34.313 14.817-2.277 28.2-4.956 39.26-7.99zm-58.01 10.577c7.313 14.54 11.683 24.587 14.51 34.38a558.34 558.34 0 0 1-44.528 4.19c-1.742-6.114-3.366-12.708-4.826-19.75a348.348 348.348 0 0 1-2.775-15.134c12.89-.967 25.554-2.205 37.62-3.686zm-55.672 4.846c.962 6.11 2.033 11.99 3.203 17.63a310.76 310.76 0 0 0 3.945 16.75c-5.72.086-11.416.075-17.054-.062-15.503-.373-30.472-1.726-44.308-4.088 6.59-10.09 11.862-20.262 15.35-29.24 12.575.063 25.68-.285 38.865-.99zm128.9 36.75c2.91 16.666 3.974 33.013 3.176 48.057-13.016 1.81-25.256 2.663-36.652 2.658-1.376-17.99-2.392-31.563-4.048-42.887 13.524-2.285 26.174-4.948 37.523-7.827zm-55.057 10.498c1.385 10.008 2.226 22.443 3.49 39.433-8.41-.74-16.254-1.987-23.472-3.71-3.295-.788-10.06-6.343-16.35-18.25-2.038-3.858-4.04-8.3-5.966-13.263 14.42-.884 28.65-2.342 42.298-4.21z"/></svg>
<svg class="tc-image-originals-american-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 32A224 224 0 0 0 32 256a224 224 0 0 0 224 224 224 224 0 0 0 224-224A224 224 0 0 0 256 32zm0 40a184 184 0 0 1 184 184 184 184 0 0 1-184 184A184 184 0 0 1 72 256 184 184 0 0 1 256 72zm0 48a136 136 0 0 0-136 136 136 136 0 0 0 136 136 136 136 0 0 0 136-136 136 136 0 0 0-136-136zm-.994 47.834c9.848-.197 19.708 1.524 29.002 4.752 26.805 8.13 47.273 30.513 55.82 56.678l-63.05-1.285L256 168.202l-20.777 59.776-63.27 1.288L222.38 267.5l-18.02 59.563c-20.54-15.486-34.84-39.655-36.673-65.24-4.02-48.442 39.505-94.682 87.32-93.99zm84.87 61.564c3.95 12.16 5.334 25.13 3.57 37.866-2.29 24.324-16.34 45.71-35.82 59.754L289.618 267.5l50.255-38.102zM256 291.926l51.04 35.515c-15.884 11.27-35.293 17.685-54.886 16.857-17.256-.38-33.59-6.7-47.234-16.826L256 291.927z"/></svg>
<svg class="tc-image-originals-ammo-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M166 16c-7.844 0-15 7.353-15 15v30h15v30h-60c-68.24 0-75.004 53.136-75 75v270c.002 11.74-15 30-15 30v30h480v-30s-15.002-18.26-15-30V166c.004-21.864-6.76-75-75-75h-60V61h15V31c0-7.647-7.156-15-15-15H166zm72.03 45c1.045-.007 2.032 0 2.97 0h30c15 0 45 0 45 30H196c0-28.125 26.376-29.89 42.03-30zM121 151h270c19.21 0 30 10.98 30 30v240c0 8.467-7.733 15-15 15H106c-7.267 0-15-6.533-15-15V181c0-19.02 10.79-30 30-30zm30 30s-30 21.842-30 60v105h60V241c0-38.158-30-60-30-60zm105 0s-30 21.842-30 60v105h60V241c0-38.158-30-60-30-60zm105 0s-30 21.842-30 60v105h60V241c0-38.158-30-60-30-60zM121 361v30h60v-30h-60zm105 0v30h60v-30h-60zm105 0v30h60v-30h-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-ammonite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.656 18.594c-20.42.244-40.646 3.69-59.78 10l18.655 44.062-17.186 7.313-18.906-44.69c-20.745 9.09-39.768 21.67-55.813 37.314l28.563 27-12.813 13.594L57.97 86.374c-12.95 15.674-23.174 33.727-29.72 53.813l38.188 7.156-3.47 18.375-39.5-7.407c-.324 1.597-.625 3.193-.905 4.812-3.637 21.03-2.63 42.506 2.406 62.78l37.56-11.624 5.532 17.845-37.468 11.625c8.693 22.822 22.683 43.34 41 58.938l19.625-27.282 15.155 10.906-19.72 27.47c13.604 8.55 28.99 14.62 45.876 17.468 2.268.382 4.538.696 6.814.938l.937-32.063 18.69.53-.94 31.97c17.806-1.012 35.196-6.088 50.47-14.594L192.22 293l15.686-10.22 16.125 24.814c18.458-14.83 31.852-35.59 35.876-60.656 1.294-8.06 1.4-16.225.438-24.22l-26.313 6.063-4.218-18.218 26.344-6.062c-6.05-17.766-17.544-33.373-33.187-43.156l-10.595 22.594L195.47 176l10.468-22.375c-3.064-.92-6.238-1.65-9.5-2.156-15.263-2.37-31.01 1.074-43.72 8.905l11.126 15.938L148.5 187l-10.063-14.406c-5.965 7.145-10.122 15.83-11.562 25.687-3.282 22.473 10.78 46.49 33.5 49.657 15.417 2.15 31.817-7.57 33.813-23.03l18.53 2.374c-3.468 26.873-30.073 42.623-54.937 39.157-34.097-4.755-54.066-38.93-49.405-70.843 6.343-43.43 50.054-68.933 90.906-62.594 53.438 8.29 85.36 61.194 79.626 112.063 7.897 7.11 19.648 11.173 33.813 12.093 15.244.99 32.824-1.718 49.186-7 16.362-5.28 31.51-13.155 41.97-21.78 10.22-8.43 15.18-17.07 15.312-23.814-2.385-11.957-5.697-23.664-9.844-35.03L353.594 197l-8.25-16.78 56.906-28.032c-11.99-26.314-28.637-50.273-48.906-70.438L311 124.97l-13.344-13.095 41.938-42.75c-23.064-19.49-49.934-34.32-79.47-42.78L247.25 80.468l-18.188-4.314L241.97 22c-.66-.125-1.31-.256-1.97-.375-12.072-2.175-24.235-3.176-36.344-3.03zm222.313 214.28c-3.027 3.504-6.472 6.816-10.22 9.907-12.892 10.633-29.816 19.29-48.094 25.19-18.278 5.9-37.87 9.03-56.156 7.842-9.14-.593-18.04-2.324-26.188-5.468-.113-.044-.23-.08-.343-.125-.053-.024-.106-.04-.158-.064-6.717-2.94-12.794-6.868-19.562-11.562-1.823.9-2.88 2.076-3.844 3.844-1.453 2.667-2.35 7.186-2.062 13 .392 7.882 2.93 17.736 6.53 27.437 4.83 14.617 13.227 27.775 25.345 39.344 1.522 26.72-9.796 46.69-20.658 53.092-5.828 3.437-10.71 3.766-16.28.657-5.57-3.11-12.282-10.913-17.282-26.126l-17.75 5.812c5.936 18.06 14.68 30.36 25.906 36.625 11.226 6.268 24.463 5.265 34.875-.874 11.48-6.768 20.51-18.812 25.564-34.22.91 13.636-2.12 27.72-8.22 40.97-12.467 27.084-37.9 49.132-66.687 53.094l2.532 18.5c36.393-5.01 66.27-31.514 81.124-63.78 8.842-19.21 12.326-41.012 8.187-61.658 3.793 2.017 7.754 3.957 11.908 5.813 6.152 6.78 8.495 13.016 9.218 19.5 1.007 9.028-1.79 19.49-5.875 31.406-4.084 11.92-9.32 25.09-11.25 39.814-1.324 10.114-.886 21.056 2.658 32.25h19.937c-4.74-10.43-5.356-19.94-4.063-29.813 1.535-11.71 6.14-23.74 10.407-36.186 4.266-12.447 8.315-25.486 6.75-39.53-.28-2.51-.778-5.03-1.47-7.533 6.196 1.96 12.703 3.783 19.5 5.47-.5 34.702 10.603 70.765 32.656 107.594h22.03c-25.564-39.2-37.326-75.627-35.998-110.063 2.185-2.88 4.265-5.748 6.25-8.624 13.3 41.004 45.172 79 88.593 114.563v-24.533c-40.333-35.43-66.745-72.087-74.436-109.375 7.845 14.14 17.875 24.776 28.875 32.438 14.683 10.23 30.8 15.21 45.56 17.344v-18.938c-11.728-2.008-23.968-6.154-34.874-13.75-9.892-6.89-18.843-16.585-25.625-30.72 6.152 3.926 12.774 6.638 19.626 8.127 13.45 2.922 27.412 1.564 40.875-2.438V327.5c-12.877 4.623-25.824 6.22-36.905 3.813-9.384-2.04-17.707-6.62-24.688-15.5 6.53-27.878 4.102-55.51-6.218-82.938zm-26.44 44.095c9.626 0 17.25 7.627 17.25 17.25 0 9.625-7.623 17.217-17.25 17.217-9.625 0-17.217-7.592-17.217-17.218 0-9.627 7.592-17.25 17.218-17.25zm-77.686 22.56c9.624 0 17.22 7.63 17.22 17.25-.002 9.627-7.594 17.22-17.22 17.22-9.626 0-17.25-7.593-17.25-17.22 0-9.625 7.624-17.25 17.25-17.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-ammonite-fossil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M221.75 17.813c-2.866.013-5.723.092-8.594.25C94.004 24.596 10.79 136.428 17.436 251.155 25.995 398.813 164.3 501.693 306.315 492.562h.03c68.975-4.446 134.884-33.45 186.063-79.562l4.344-3.906-1.625-5.625-29.844-102.595-1.217-4.188-3.97-1.75L378 258.594c14.594-24.457 22.398-53.31 21-82.563-4.3-89.976-83.124-154.5-168.656-158.06-2.85-.12-5.728-.17-8.594-.157zm.125 18.687c1.174-.007 2.36.015 3.53.03L218.5 81.28l-.28 1.75.155.626c-26.733 2.106-53.554 11.503-75.875 28.438l-14.375-47.28c25.05-16.172 54.175-26.346 86.063-28.095 2.567-.142 5.13-.205 7.687-.22zm22.25 1.406c38.27 5.08 74 23.623 99.28 51.375l-34 19.94-.374.218c-19.422-15.903-44.874-24.69-71.592-26.063l-.22-.938 6.907-44.53zm-132 38.5l14.344 47.25.624 2.094c-14.64 15.204-26.215 34.55-32.844 58.125-.675 2.4-1.285 4.79-1.875 7.156l-40.47-33.218c13.17-31.817 33.873-60.15 60.22-81.406zM355.25 104.03c14.607 20.833 23.788 45.562 25.094 72.876.025.52.044 1.044.062 1.563l-35.844 2.874c-.124-2.074-.265-4.16-.5-6.25-2.332-20.82-10.02-38.198-21.343-52.03l32.53-19.033zm-116.125 44.94c2.345.038 4.665.25 6.97.593l-1.47 39.28c-4.208.59-8.338 1.873-12.22 3.907l-43.718-17.813c11.268-15.01 28.152-25.316 47.938-25.937.834-.026 1.668-.045 2.5-.03zm25.47 6.843c14.38 7.937 24.832 22.162 25.217 39.343.145 6.436-1.438 13.01-4.218 18.75-1.47-4.27-3.73-8.338-6.813-12-4.44-5.274-10.04-9.043-16.092-11.22l.593.033 1.314-34.907zm-219.44 20.625l43.032 35.375c-3.903 25.766-2.57 49.148 2.97 69.968L39 275.22c-1.418-8.22-2.41-16.602-2.906-25.158-1.455-25.12 1.79-50.093 9.062-73.625zm134.282 14.875l38.032 15.562c-4.74 7.95-6.338 17.343-4.657 26.313l-28.844 25.125c-6.018-10.772-9.68-22.974-10.157-36.188-.384-10.633 1.657-21.176 5.625-30.813zm200.22 5.937c-3.353 28.986-16.63 56.285-36.75 76.22L321 251.56c13.37-13.268 21.052-31.418 23.188-51.437l35.468-2.875zm-159 53.875c7.497 11.248 19.977 18.867 33.124 21.53l2.782 32.376c-23.827-2.664-46.187-14.117-61.656-31.436l25.75-22.47zm85.28 11.813l22.625 22.625c-15.317 10.92-33.362 18.028-53.25 19.656l-2.718-32c12.847-1.323 23.948-4.934 33.344-10.283zM43.22 294.594l54.718 6.875c9.884 23.128 25.378 42.458 44.593 57.75l-53.936 22.405c-20.91-25.13-36.706-54.492-45.375-87.03zM448.06 310.03l.47.22 26.906 92.563c-30.294 26.24-65.746 46.28-103.688 58.406l8.594-87.033.156-1.562c26.19-14.795 49.554-35.547 67.563-62.594zm-287.28 61.876c26.235 15.822 57.278 25.373 89.593 28.156l-44 61c-39.634-13.116-75.807-35.403-104.53-64.718l58.936-24.438zm199.968 10.53l-8.344 84.22c-15.49 3.766-31.305 6.222-47.28 7.25-27.044 1.742-53.936-.874-79.688-7.312l45.656-63.344 1.72-2.375c29.813-.32 60.02-6.33 87.936-18.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-amphora tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.406 19.063c-8.072 0-26.468-.038-45 3-18.532 3.037-36.397 9.68-43.844 19.406-3.24 4.23-3.078 16.023.5 21.81.648 1.048 7.32 5.613 13.875 8.095 6.556 2.482 12.47 3.844 12.47 3.844l7 1.593V84c0 4.93-1.786 8.804-3.188 11.625-1.404 2.82-2.523 4.888-3.19 7.094-1.33 4.41-1.94 10.49 5.44 25.25l3.31 6.624-7.5 6.406c-21.85 22.665-40.35 52.514-51.468 82.156-11.538 30.768-14.83 61.13-7.875 82 7.336 22.01 22.506 41.24 36.563 59.313 14.057 18.07 27.906 35.032 27.906 55.53 0 11-6.656 18.375-10.656 22.375-4 4-5.344 4.625-5.344 9.625 0 2 5.67 13.724 18.22 22.688 12.548 8.963 30.78 16.312 52.78 16.312s40.2-7.35 52.75-16.313c12.55-8.963 18.25-20.685 18.25-22.687 0-5-1.375-5.625-5.375-9.625S310.407 431 310.407 420c0-20.5 13.818-37.458 27.875-55.53 14.058-18.074 29.26-37.31 36.595-59.314 6.956-20.87 3.632-51.232-7.906-82-11.54-30.768-30.998-61.84-53.94-84.78l-4.592-4.595 2.906-5.81c7.463-14.928 6.772-19.403 5.53-23.126-1.24-3.724-6.468-9.843-6.468-20.844v-7.188l7-1.593s5.913-1.363 12.47-3.845c6.555-2.482 13.23-7.05 13.874-8.094 3.58-5.792 3.74-17.58.5-21.81-7.448-9.73-25.343-16.37-43.875-19.407-18.532-3.038-36.9-3-44.97-3zM137.75 79.656c-4.783.01-9.487 1.363-14.063 4.344-37.933 24.713-10.808 98.99 1.626 137.406.538-1.525 1.084-3.038 1.656-4.562 3.7-9.87 8.115-19.706 13.155-29.313-11.593-28.954-31.216-71.365-6.906-87.53 11.226-7.468 30.314 6.053 43.56 17.75-1.538-6.72-1.636-12.428-.75-17.188-13.093-12.165-25.986-20.933-38.28-20.906zm234.156 0c-12.115-.027-24.82 8.484-37.72 20.375 1.29 4.42 1.5 9.824.158 16.407 13.16-11.366 31.278-23.63 42.094-16.437 23.97 15.94 5.205 57.397-6.438 86.313 5.31 9.996 9.953 20.24 13.813 30.53.364.973.71 1.935 1.062 2.907 12.65-38.855 38.493-111.385 1.094-135.75-4.576-2.98-9.28-4.333-14.064-4.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-amplitude tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M212.898 79.91c-4.538 0-6.847 2.742-7.828 4.09-.98 1.348-1.34 2.29-1.69 3.207-.705 1.835-1.122 3.578-1.567 5.693-.892 4.23-1.71 9.75-2.536 16.442-1.65 13.384-3.268 31.297-4.71 50.232-2.88 37.87-5.036 79.37-5.036 96.428 0 15.474-2.12 45.862-4.958 71.846-.145 1.334-.31 2.47-.46 3.78-.114-1.007-.243-1.867-.356-2.89-2.838-25.672-4.957-56.006-4.957-72.736v-3.73l-.097-.094c-.243-18.42-2.25-46.27-4.973-70.89-1.45-13.11-3.073-25.12-4.767-34.16-.847-4.522-1.678-8.252-2.693-11.38-.508-1.564-1-2.953-1.99-4.62-.494-.832-1.094-1.772-2.34-2.872-1.243-1.1-3.534-2.506-6.51-2.506-3.054 0-5.366 1.47-6.6 2.592-1.234 1.12-1.82 2.065-2.305 2.902-.97 1.675-1.452 3.077-1.955 4.664-1.005 3.175-1.834 6.98-2.68 11.59-1.69 9.217-3.313 21.447-4.76 34.7-2.898 26.51-5.067 56.746-5.067 73.802 0 15.474-2.1 36.51-4.89 53.23-.177 1.064-.375 1.922-.558 2.95-.13-.733-.274-1.322-.402-2.075-2.784-16.39-4.885-37.375-4.887-54.107 0-18.202-2.186-39.73-5.138-57.117-1.477-8.693-3.122-16.29-4.942-22.187-.91-2.948-1.805-5.437-3.115-7.826-.654-1.194-1.38-2.39-2.737-3.73-1.36-1.34-3.826-3.162-7.432-3.162-3.76 0-6.24 1.956-7.573 3.33-1.334 1.374-2.033 2.583-2.672 3.8-1.28 2.43-2.166 4.982-3.07 8.01-1.803 6.056-3.443 13.862-4.916 22.692-2.948 17.66-5.136 39.137-5.136 56.193 0 15.474-2.085 30.537-4.748 41.266-.293 1.177-.605 2.073-.91 3.14-.89-2.847-1.715-6.005-2.3-9.787-1.76-11.345-2.236-25.753-2.687-39.983-.452-14.23-.848-28.235-2.977-39.875-1.065-5.82-2.498-11.1-5.22-15.83-2.724-4.73-7.54-9.197-13.716-10.274l-.767-.133h-.78c-4.603 0-7.32 2.488-8.988 4.354-1.668 1.865-2.75 3.763-3.785 5.886-2.072 4.245-3.78 9.44-5.315 15.63-3.072 12.374-5.277 28.546-5.277 45.602h18c0-15.473 2.084-30.536 4.748-41.266.624-2.51 1.29-4.736 1.94-6.7.528 1.685 1.036 3.684 1.455 5.97 1.72 9.397 2.24 22.992 2.69 37.205.452 14.213.863 29.093 2.89 42.17 2.027 13.077 5.084 25.195 15.132 32.406l2.352 1.69h2.895c4.603 0 7.322-2.488 8.99-4.354 1.668-1.867 2.75-3.765 3.785-5.888 2.072-4.245 3.776-9.44 5.312-15.628 3.073-12.375 5.28-28.548 5.28-45.604 0-15.475 2.1-36.51 4.888-53.23.178-1.064.376-1.92.56-2.948.13.732.272 1.32.4 2.073 2.782 16.39 4.884 37.375 4.884 54.103.002 18.205 2.19 39.733 5.143 57.12 1.475 8.695 3.118 16.293 4.938 22.19.91 2.947 1.807 5.436 3.117 7.825.655 1.194 1.38 2.392 2.74 3.73 1.357 1.34 3.824 3.162 7.43 3.162 3.763 0 6.24-1.956 7.575-3.33 1.333-1.374 2.03-2.583 2.67-3.8 1.278-2.43 2.165-4.982 3.068-8.01 1.805-6.056 3.446-13.862 4.92-22.692 2.946-17.66 5.134-39.137 5.134-56.193 0-15.474 2.12-45.862 4.96-71.846.145-1.333.31-2.47.458-3.78.116 1.01.245 1.87.358 2.892 2.838 25.672 4.96 56.006 4.96 72.734v3.73l.095.094c.243 18.422 2.25 46.272 4.972 70.893 1.45 13.11 3.074 25.12 4.768 34.16.847 4.52 1.677 8.248 2.693 11.377.508 1.564.998 2.953 1.988 4.62.496.832 1.098 1.774 2.342 2.874 1.245 1.1 3.534 2.504 6.51 2.504 3.054 0 5.365-1.47 6.6-2.592 1.234-1.12 1.82-2.065 2.304-2.902.97-1.675 1.453-3.077 1.955-4.664 1.006-3.175 1.835-6.982 2.68-11.59 1.69-9.217 3.314-21.447 4.762-34.7 2.896-26.51 5.064-56.746 5.064-73.802 0-15.475 2.132-57.52 4.988-95.063.132-1.74.282-3.268.418-4.987.11 1.415.236 2.662.345 4.092 2.857 37.238 4.988 79.227 4.988 95.955 0 18.205 2.158 59.76 5.04 97.334 1.44 18.787 3.058 36.476 4.71 49.678.825 6.6 1.642 12.04 2.537 16.217.447 2.087.867 3.81 1.58 5.637.356.914.722 1.857 1.717 3.2.994 1.342 3.32 4.023 7.783 4.023 4.538 0 6.845-2.742 7.826-4.09.982-1.348 1.34-2.29 1.692-3.207.704-1.835 1.123-3.578 1.57-5.693.89-4.23 1.707-9.75 2.532-16.442 1.65-13.384 3.27-31.296 4.71-50.23 2.88-37.87 5.036-79.368 5.036-96.424 0-15.475 2.132-57.52 4.988-95.065.132-1.735.28-3.26.416-4.973.112 1.41.237 2.654.346 4.08 2.855 37.238 4.984 79.23 4.984 95.957v9h.315c.402 20.462 2.157 54.84 4.725 88.33 1.44 18.787 3.06 36.476 4.71 49.678.827 6.6 1.646 12.038 2.54 16.215.448 2.088.867 3.812 1.58 5.64.357.914.723 1.857 1.717 3.2.995 1.342 3.323 4.023 7.783 4.023 4.54 0 6.848-2.744 7.83-4.092.98-1.348 1.338-2.29 1.69-3.207.703-1.834 1.12-3.576 1.566-5.69.892-4.23 1.71-9.75 2.535-16.442 1.65-13.384 3.266-31.296 4.707-50.23 2.88-37.868 5.04-79.37 5.04-96.424 0-15.475 2.118-45.864 4.958-71.848.145-1.333.31-2.47.46-3.78.114 1.01.243 1.87.356 2.892 2.838 25.67 4.96 56.004 4.96 72.734 0 18.204 2.17 48.495 5.067 74.715 1.45 13.11 3.074 25.12 4.768 34.16.848 4.52 1.68 8.25 2.694 11.377.508 1.564.997 2.953 1.987 4.62.496.832 1.098 1.772 2.342 2.872 1.245 1.1 3.533 2.506 6.51 2.506 3.054 0 5.366-1.47 6.6-2.592 1.234-1.12 1.82-2.065 2.305-2.902.97-1.675 1.452-3.077 1.955-4.664 1.005-3.175 1.836-6.982 2.68-11.59 1.69-9.217 3.315-21.447 4.763-34.7 2.897-26.51 5.066-56.746 5.066-73.802 0-15.475 2.1-36.51 4.89-53.23.177-1.06.374-1.917.557-2.942.13.73.273 1.317.4 2.066 2.783 16.39 4.885 37.376 4.885 54.106.002 18.205 2.19 39.733 5.142 57.12 1.477 8.695 3.12 16.293 4.94 22.19.91 2.946 1.807 5.434 3.117 7.823.656 1.194 1.38 2.39 2.737 3.73 1.358 1.34 3.827 3.162 7.434 3.162 3.764 0 6.242-1.956 7.575-3.33 1.333-1.374 2.03-2.583 2.67-3.8 1.28-2.43 2.166-4.982 3.07-8.01 1.803-6.056 3.443-13.862 4.916-22.692 2.948-17.66 5.136-39.137 5.136-56.193 0-15.474 2.085-30.538 4.748-41.268.238-.958.493-1.67.74-2.556.17.612.35 1.06.514 1.71 2.642 10.36 4.735 25.384 4.735 42.114 0 18.204 2.195 34.416 5.29 46.56 1.548 6.07 3.27 11.088 5.397 15.198 1.063 2.055 2.187 3.903 3.908 5.695 1.72 1.792 4.48 4.018 8.772 4.018 4.603 0 7.322-2.488 8.99-4.354 1.668-1.867 2.75-3.763 3.785-5.886 2.072-4.245 3.777-9.443 5.313-15.63 3.072-12.375 5.28-28.548 5.28-45.604h-18c0 15.474-2.085 30.538-4.75 41.268-.237.957-.493 1.666-.74 2.552-.17-.61-.346-1.06-.51-1.707-2.642-10.36-4.735-25.38-4.735-42.11 0-18.204-2.197-34.42-5.293-46.562-1.548-6.07-3.27-11.09-5.397-15.2-1.063-2.055-2.187-3.903-3.908-5.695-1.72-1.792-4.48-4.018-8.772-4.018-4.603 0-7.322 2.488-8.99 4.354-1.667 1.867-2.75 3.765-3.785 5.888-2.072 4.245-3.776 9.44-5.312 15.628-3.073 12.375-5.28 28.55-5.28 45.606 0 15.474-2.1 36.51-4.888 53.23-.177 1.062-.374 1.918-.557 2.944-.13-.73-.272-1.317-.4-2.067-2.783-16.392-4.886-37.378-4.888-54.11 0-18.203-2.186-39.73-5.14-57.117-1.475-8.694-3.12-16.292-4.94-22.188-.91-2.948-1.805-5.437-3.115-7.826-.655-1.195-1.38-2.393-2.74-3.73-1.357-1.34-3.826-3.163-7.432-3.163-3.764 0-6.24 1.957-7.575 3.332-1.333 1.373-2.03 2.582-2.67 3.797-1.278 2.43-2.164 4.982-3.066 8.01-1.804 6.056-3.445 13.862-4.918 22.692-2.946 17.658-5.135 39.135-5.135 56.192 0 15.474-2.118 45.862-4.958 71.846-.146 1.336-.31 2.475-.46 3.787-.116-1.01-.245-1.872-.358-2.897-2.838-25.67-4.958-56.005-4.96-72.736 0-18.203-2.17-48.494-5.067-74.713-1.45-13.11-3.072-25.12-4.766-34.16-.846-4.52-1.677-8.25-2.692-11.378-.508-1.564-1-2.952-1.99-4.617-.493-.833-1.094-1.775-2.338-2.875-1.245-1.1-3.535-2.506-6.512-2.506-3.054 0-5.365 1.47-6.6 2.592-1.234 1.12-1.82 2.065-2.304 2.902-.97 1.675-1.453 3.077-1.955 4.664-1.007 3.175-1.836 6.98-2.68 11.59-1.69 9.217-3.315 21.445-4.763 34.7-2.897 26.507-5.066 56.745-5.066 73.802 0 15.473-2.13 57.516-4.986 95.058-.132 1.735-.28 3.26-.416 4.975-.11-1.41-.236-2.653-.345-4.078-2.856-37.237-4.987-79.226-4.987-95.956v-9h-.314c-.403-20.46-2.157-54.842-4.725-88.332-1.44-18.787-3.06-36.477-4.71-49.68-.826-6.6-1.645-12.04-2.54-16.217-.447-2.088-.865-3.812-1.578-5.64-.357-.914-.725-1.857-1.72-3.2-.994-1.34-3.32-4.02-7.777-4.023h-.006c-4.536 0-6.846 2.745-7.826 4.092-.98 1.348-1.34 2.29-1.69 3.207-.704 1.836-1.123 3.578-1.57 5.692-.89 4.23-1.707 9.75-2.532 16.442-1.65 13.384-3.27 31.296-4.71 50.23-2.88 37.87-5.038 79.372-5.038 96.43 0 15.474-2.13 57.516-4.986 95.058-.132 1.732-.282 3.254-.416 4.965-.11-1.408-.235-2.648-.344-4.07-2.855-37.237-4.986-79.226-4.986-95.957 0-18.202-2.158-59.757-5.04-97.332-1.44-18.787-3.06-36.477-4.712-49.68-.826-6.6-1.643-12.04-2.537-16.217-.45-2.087-.868-3.81-1.582-5.637-.356-.914-.724-1.857-1.718-3.2-.995-1.342-3.32-4.023-7.782-4.023z"/></svg>
<svg class="tc-image-originals-anarchy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M218.383 21.05L203.92 68.054C113.694 89.428 46 165.01 46 256c0 14.283 1.684 28.18 4.846 41.555L28.23 302.4l7.54 35.2 26.896-5.764c10.105 21.922 24.455 41.74 42.057 58.613l-25.926 84.257 34.406 10.586 21.793-70.824C169.324 436.875 211.146 450 256 450c58.938 0 112.636-22.662 150.98-59.27l41.756 66.81 30.528-19.08-47.616-76.185C453.324 331.823 466 295.355 466 256c0-3.533-.107-7.04-.31-10.525l18.08-3.875-7.54-35.2-16.218 3.475C437.487 124.62 353.984 62 256 62c-3.968 0-7.91.112-11.826.314l-25.79-41.263zm48.28 77.25c77.367 4.207 140.087 53.86 158.107 119.128l-73.772 15.808L266.664 98.3zm-37.046 8.647l83.944 134.31-134.11 28.74 50.167-163.05zm-38.37 2.295l-52.12 169.395-53.072 11.373A144.686 144.686 0 0 1 82 256c0-66.113 44.82-123.37 109.246-146.758zm238.712 143.89c.018.954.04 1.91.04 2.868 0 26.092-6.99 50.8-19.4 72.598l-39.31-62.895 58.67-12.572zm-96.106 20.593l53.644 85.832C355.762 392.824 308.884 414 256 414c-41.952 0-80.12-13.333-109.953-35.45l21.273-69.14 166.534-35.685zM126.998 318.05l-10.127 32.917c-6.922-8.368-12.95-17.373-17.956-26.9l28.084-6.016z"/></svg>
<svg class="tc-image-originals-anatomy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M264.656 21.313c-1.14.03-2.302.125-3.437.125-22.398 0-41.926 16.03-51.814 39.624h-32.53V79.75h27.093c-.933 5.287-1.44 10.788-1.44 16.438 0 20.942 7.004 39.835 17.845 53.437-67.073 10.402-81.57 103.76-65.625 188.563h23.03l-1-103.688 18.69-.188 1.25 127.344 8.436 128.188h46.03V316.97h18.69v172.874h43.468L324.53 339.28l1.033-104.967 18.687.187-1 103.688h23.97c9.113-43.9 7.847-88.28-3.5-123h19.186V196.5h-26.75c-12.045-24.34-30.405-41.378-54.97-46 11.33-13.665 18.69-32.84 18.69-54.313 0-38.775-23.07-70.913-52.595-74.75-.49-.074-.994-.11-1.5-.125-.377-.01-.743-.01-1.124 0zM73.812 22c-.322-.002-.636.003-.968.03-28.452 2.43-48.47 32.712-48.47 62.5 0 13.11 11.506 26.28 22.782 21.626 4.204-1.736 8.817-3.14 13.688-4.22 17.36 20.413 34.732 21.21 52.093.5 3.84.998 7.457 2.255 10.72 3.72C134.8 111.16 154.03 97.66 154.03 84.53c0-30.183-19.733-61.27-48.5-62.5-12.25-.522-13.16 16.207-15.155 31.564C88.855 36.41 83.798 22.054 73.812 22zM262.22 40.313c17.675 0 31.81 14.133 31.81 31.812 0 17.677-14.135 31.813-31.81 31.813-15.05 0-27.528-10.236-30.908-24.188h26.594V61.062h-25.562c4.46-12.155 16.1-20.75 29.875-20.75zm169.686 84.437c-4.99 6.646-10.375 13.93-13.75 22.97-.67 1.79-1.223 3.665-1.687 5.593l-.19-.157c-7.495-6.145-15.824-9.786-23.53-13.094l-7.375 17.157c7.48 3.21 14.112 6.346 19.063 10.405.747.613 1.44 1.254 2.125 1.906-.235.36-.472.724-.688 1.095-14.85 25.547 15.84 98.803 45.813 97.906 28.987-.857 54.867-73.634 39.75-97.905-.625-1.002-1.33-1.957-2.094-2.875.39-.75.78-1.492 1.125-2.25 4.004-8.778 5.358-17.74 6.53-25.97l-18.5-2.624c-1.1 7.73-2.36 14.62-4.813 20.25-3.622-1.42-7.537-2.525-11.593-3.28-14.478-.347-19.407 8.584-25.156 22.53 1.648-9.4 1.03-16.346-1.47-21.594.067-.186.12-.375.188-.562 2.202-5.9 6.348-11.836 11.188-18.28l-14.938-11.22zM76.594 136.28v18.657h18.72V136.28h-18.72zm217.03 36.44c14.905 0 27.27 10.03 30.782 23.78H295.5v18.688h28.094c-4.342 12.358-16.043 21.125-29.97 21.125-17.676 0-31.812-14.105-31.812-31.782 0-17.675 14.137-31.81 31.813-31.81zm-217.03.936v17.78h18.72v-17.78h-18.72zm0 36.47V228h18.72v-17.875h-18.72z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-anchor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M90.53 23c-18.345 0-36.688 7.002-50.686 21-27.996 27.996-27.994 73.38 0 101.375 21.776 21.776 54.08 26.603 80.53 14.5l53.69 53.688c-21.425 19.696-44 38.257-67.44 55.937l30.126 30.125c18.734-22.545 37.953-44.474 57.844-65.53l169.594 169.593c-51.845 40.444-120.866 53.838-192.813 42.562L173 424.906 72.47 404.47l95.405 88.405 1.97-26c86.593 36.97 177.603 34.61 241.343-11.75l63.062 21.313-21.47-63.594c44.61-63.62 46.408-153.412 9.908-238.875l26.03-1.97-88.406-95.375 20.438 100.53 21.344-1.624c11.278 71.983-2.168 141.017-42.656 192.876l-169.782-169.75c21.075-20.34 42.93-39.665 65.78-57.72l-30.123-30.124c-17.015 24.154-35.673 46.66-55.688 67.813l-53.97-53.97C167.834 98.183 163.032 65.814 141.22 44c-14-13.998-32.343-21-50.69-21zm0 27.03c11.434.002 22.872 4.34 31.595 13.064 17.447 17.447 17.446 45.742 0 63.187-17.446 17.447-45.71 17.447-63.156 0-17.447-17.444-17.448-45.74 0-63.186C67.69 54.37 79.097 50.03 90.53 50.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-ancient-ruins tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M277.822 18l-33.46 5.637 20.41 20.41 42.12-5.5L457.26 171.332l8.892 52.78-188.006-57.487-8.16 12.145L494 247.27v-65.372L321.695 18h-43.873zm-55.242 9.307L42.775 57.597l-14.457 47.276 195.346 59.732c3.162-2.613 6.453-5.325 12.973-10.673L71.084 103.31l34.695-36.474 2.195-2.31L242.262 46.99l-19.682-19.68zm78.53 30.146l-20.282 2.65 23.832 23.83-32.492 10.833 46.45 11.61-29.983 44.634 154.928 47.373-2.995-17.778-139.46-123.152zm-42.794 5.59L116.626 81.55l-12.427 13.063 149.204 45.625c10.38-8.434 21.128-17.107 30.07-24.093l-75.64-18.91 63.506-21.17-13.024-13.022zM148.13 164.598l-26.595 26.595-11.867-23.734-14.95 44.843-27.23-40.846L53.434 424.46c34.415 5.734 70.622 6.06 109.13-.075L148.13 164.598zm-5.134 43.134l6 202-17.992.536-6-202 17.992-.536zm-69.992.004l17.992.528-6 204-17.992-.528 6-204zM99 208h18v208H99V208zm310 57v42.73c15.296 4.103 50.7 4.374 85 3.99V265h-85zm-21.236 64c-3.1 2.538-6.47 4.89-10.202 6.822-6.376 3.302-14.134 5.18-22.37 3.875-4.783-.758-9.604-2.636-14.467-5.408L327.155 375H439v-46h-51.236zM457 329v46h37v-46h-37zm-185.658 17.377c-8.592 4.21-16.74 8.066-23.008 13.033-5.09 4.035-9.18 8.75-12.11 15.59h78.05l-42.932-28.623zM237.104 393c6.465 18.295 8.62 33.21 8.447 46H247v-46h-9.896zM265 393v46h110v-46H265zm186.73 0l-46.003 46H494v-46h-42.27zM195 442.203c-36.733 4.718-73.905 6.542-111.535 5.186l-3.414 4.45 35.934 6.764-34.38 29.76c38.292 1.366 76.09-.08 113.396-4.42v-41.74zm-174 .014v41.69c11.597 1.292 23.148 2.323 34.656 3.113l20.36-17.624-28.067-5.283 13.704-17.867c-13.492-.93-27.042-2.254-40.654-4.03zM243.748 457c-2.055 11.088-5.47 20.656-8.2 30H311v-30h-67.252zM329 457v30h110v-30H329zm128 0v30h37v-30h-37z"/></svg>
<svg class="tc-image-originals-android-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.344 18.563v302.863h-18.69V18.59c-61.403 3.005-115.44 34.412-149.238 81.336l35.022 60.658c3.862-1.037 7.92-1.598 12.11-1.598 25.747 0 46.62 20.872 46.62 46.62 0 22.556-16.02 41.37-37.3 45.687v174.084c13.712 21.43 27.6 41.98 40.712 60.754V369.01h122.838v117.117c13.11-18.773 27-39.324 40.713-60.754V251.294c-21.282-4.317-37.302-23.13-37.302-45.688 0-25.747 20.873-46.62 46.62-46.62 4.19 0 8.25.562 12.113 1.6l35.13-60.847c-33.74-47-87.758-78.375-149.346-81.175zM426.03 117.47l-29.74 51.52c10.824 8.537 17.782 21.76 17.782 36.615 0 22.54-15.995 41.343-37.254 45.68V395.38c9.833-16.237 19.31-32.676 28.014-48.927 27.3-50.976 46.564-100.37 46.564-132.36 0-35.127-9.22-68.104-25.365-96.622zm-339.973.157c-16.196 28.486-25.46 61.408-25.46 96.465 0 31.992 19.267 81.385 46.567 132.36 8.704 16.253 18.182 32.694 28.016 48.933v-144.1c-21.26-4.336-37.254-23.14-37.254-45.68 0-14.856 6.957-28.08 17.783-36.617l-29.653-51.36zm127.213 270.07V488.98h85.46V387.696h-85.46z" fill="#fff"/></svg>
<svg class="tc-image-originals-andromeda-chain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M105.22 18.688l388.717 260.656v-22.5L138.78 18.688h-33.56zm78.75 0l309.967 158.406v-20.97L225.063 18.69H183.97zm103.593 0l-.438 1.28 206.813 70.813V71.03L341.03 18.688h-53.467zM18.875 20.813v15.062L53.47 74.813c5.84 5.452 13.5 5.628 19 .124 5.63-5.636 5.726-13.274.405-19.03l-.094-.094-37.436-35h-16.47zm70.313 25.593c5.78 8.142 7.34 18.392 4.718 27.688 1.283.737 2.51 1.636 3.656 2.72l24.407 22.31c1-.096 1.993-.16 3-.155 7.4.03 14.8 2.816 20.5 8.124.048.046.106.078.155.125l15.594 14.155c.936-13.26-3.613-26.822-13.657-37.063l-35.657-25.468-.625-.47-.53-.53c-6.127-6.126-13.707-9.942-21.563-11.438zM42.03 89.656c.792 9.223 4.696 18.222 11.69 25.22l.56.593.47.655 25.063 35.75c10.533 10.273 24.57 15.027 37.937 13.938l-14.125-16.625-.313-.344.032-.03c-5.307-5.824-7.88-13.28-7.75-20.69L73.374 101c-1.265-1.346-2.294-2.826-3.06-4.375-9.732 2.17-20.308-.296-28.283-6.97zm-23.374 19.75v33.563L254 493.97h22.5L18.656 109.405zm-18.687 5.5l-.095.063.094.124v-.188zm125.093 2.188c-2.567-.044-5.092 1.12-7.5 3.53-4.82 4.824-4.895 10.883-.313 15.75l.156.19.156.186 65.657 77.313c7.524 6.852 17.437 7.026 24.53-.063 7.246-7.242 7.38-17.267.53-24.72l-75.343-68.343-.093-.062-.063-.063c-2.566-2.423-5.15-3.674-7.718-3.718zm83.718 25.5c-1.908.01-3.82.118-5.718.28-5.025.432-10.007 1.426-14.875 2.97l33.032 29.937.28.25.25.25c5.085 5.41 8.232 11.988 9.406 18.845.63.512 1.24 1.055 1.844 1.625l47.344 43.22c.576-.022 1.142-.035 1.72-.032 10.682.055 21.378 4.164 29.78 12.03l.125.095 30.31 27.437c4.5-25.672-3.087-53.023-22.78-72.97l-58.25-41.593-.625-.468-.563-.532c-13.705-13.7-31.568-20.898-49.375-21.313-.635-.015-1.27-.035-1.906-.03zM18.657 189.156v41.094l134.78 263.72h20.97L18.656 189.155zM-.03 192.062l-.657.344.656 1.28v-1.624zm141.75 2.032c-6.78 24.135-.748 51.248 18.093 70.094l.562.593.47.658 40.78 58.156c18.35 18.12 43.006 26.56 66.563 24.53h.03c3.847-.316 7.694-.964 11.5-1.874l-28.468-33.5-.313-.375c-5.702-6.188-9.265-13.6-10.718-21.313-2.044-1.26-3.99-2.746-5.814-4.468l-40.156-49c-8.756-.35-17.42-3.826-24.188-10.22l-.375-.343-.343-.405-27.625-32.53zm140.436 63.97c-5.837-.07-11.635 2.355-16.687 7.405-10.108 10.1-10.294 24.21-.626 34.467l.156.157.156.187L373.78 428.095c14.64 13.607 35.284 14.037 49.345 0 14.228-14.204 14.422-34.882.78-49.438l-.06-.062L299.28 265.78l-.06-.06-.064-.064c-5.266-4.966-11.162-7.525-17-7.594zm-263.5 32.498v57.72L68.53 493.968h19.75L18.657 290.56zm402.031 12.375c-2.976.05-6.112.327-9.656.625H411c-11.373.984-22.724 3.574-33.594 7.782l59.53 53.906.283.25.25.28c7.772 8.26 12.488 18.277 14.155 28.658 4.325 2.11 8.453 4.946 12.25 8.53l29.844 27.344-.064-103.687c-20.602-15.05-45.012-22.958-69.344-23.625l-.5-.03h-.187c-.963-.043-1.945-.05-2.938-.033zm-111.625 77.875c-14.07 37.914-8.72 81.76 15.72 115.375h102.187l-25.408-30.906c-2.534-2.692-4.68-5.572-6.437-8.592-12.428-.866-24.67-6.003-34.406-15.188l-.376-.344-.344-.406-50.938-59.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-angel-outfit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.72 29.094c-54.533 0-98.97 21.704-98.97 48.312 0 26.61 44.437 48.28 98.97 48.28 54.53 0 98.967-21.67 98.967-48.28S315.25 29.094 260.72 29.094zm0 13.25c40.07 0 71.81 15.508 71.81 35.062s-31.74 35.47-71.81 35.47c-40.073 0-72.69-15.916-72.69-35.47 0-19.552 32.617-35.064 72.69-35.062zM86.53 57.187c-13.242-.094-32.234 14.59-42.31 37.688-43.3 99.244-9.583 359.695 87.874 351.97-22.002-50.492-43.8-107.983-56.72-168.75 26.337 72.494 72.33 135.58 117.845 120.186-32.017-40.185-66.048-87.265-90.032-140.342 35.016 59.175 85.37 105.853 123.03 85.5-29.742-26.583-61.568-57.524-88.812-93.25 39.647 37.38 87.092 61.34 112.25 37.75-47.69-21.07-94.37-53.67-125.062-89.75-16.312-19.176-28.195-39.39-32.72-60-2.26-10.306-2.508-20.796-.468-30.938.02-.095.043-.186.063-.28.007-.044.022-.083.03-.126 4.05-21.265 15.043-35.413 4.5-45.97-2.484-2.487-5.76-3.66-9.47-3.687zm347.658 0c-3.71.027-6.954 1.2-9.438 3.688-8.176 8.186-3.416 18.564 1.03 32.72 6.153 14.187 7.144 29.566 3.845 44.593-4.524 20.61-16.44 40.824-32.75 60-30.798 36.206-77.67 68.907-125.53 89.968 25.22 23.208 72.482-.71 112-37.97-27.245 35.728-59.07 66.67-88.814 93.25 37.662 20.355 88.016-26.323 123.033-85.498-23.985 53.077-58.016 100.157-90.032 140.343 45.515 15.395 91.478-47.69 117.814-120.186-12.918 60.768-34.686 118.26-56.688 168.75 97.457 7.726 131.142-252.725 87.844-351.97-10.077-23.097-29.07-37.78-42.313-37.686zm-22.22 73.97c-100.397 68.228-200.733 82.462-301.25 5.468 4.02 15.655 13.89 32.733 28.126 49.47 28.922 34 75.48 66.378 121.906 86.31 46.426-19.932 92.984-52.31 121.906-86.31 14.98-17.613 25.138-35.594 28.72-51.907.223-1.02.416-2.027.593-3.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-angel-wings tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M92.438 28.97C75.263 47.722 60.826 69.69 49.593 94L167.5 204.656l-12.78 13.625L41.905 112.407c-9.19 24.257-15.377 50.455-18.156 77.844l116.156 58.72-8.437 16.686L22.312 210.47c-.963 24.45.777 49.666 5.437 75.155l100.53 8.313-1.53 18.625-94.97-7.844c.743 3.09 1.515 6.185 2.345 9.28 4.43 16.51 9.94 32.34 16.375 47.438 8.757-1.615 17.808-3.274 27.813-5.157 26.754-5.033 53.093-10.06 53.093-10.06l3.5 18.342s-26.368 5.054-53.156 10.094c-8.012 1.508-15.797 2.97-23.188 4.344 8.65 17.507 18.62 33.887 29.657 49l60.843-34.28L158.22 410l-58.407 32.938c12.202 14.79 25.482 28.186 39.624 40l17.157-20.344c1.38-20.537 4.963-37.725 14.375-51.72 6.338-9.425 15.44-16.826 27.155-21.937C189.86 376.115 183.3 361.62 179 345.594c-14.526-54.15.58-108.49 36.406-138.094L92.436 28.97zm330.843 0L300.314 207.5c35.826 29.604 50.964 83.943 36.437 138.094-4.26 15.877-10.768 30.237-18.938 42.97 12.345 5.384 21.554 13.502 27.5 23.655 7.81 13.333 10.495 29.117 11.407 47.467l19.592 23.25c14.14-11.813 27.423-25.208 39.625-40L357.5 410l9.188-16.28L427.53 428c11.04-15.117 21.006-31.49 29.658-49-7.4-1.374-15.207-2.836-23.22-4.344-26.787-5.04-53.156-10.094-53.156-10.094l3.5-18.343s26.372 5.027 53.125 10.06c9.794 1.844 19.196 3.598 27.813 5.19 6.44-15.105 11.944-30.954 16.375-47.47.83-3.095 1.602-6.19 2.344-9.28L389 312.56l-1.53-18.625L488 285.625c4.66-25.49 6.37-50.705 5.406-75.156L384.25 265.655l-8.438-16.687L492 190.25c-2.783-27.4-8.956-53.61-18.156-77.875L361.03 218.28l-12.81-13.624L466.124 94c-11.236-24.31-25.668-46.277-42.844-65.03zM256.095 290.03c-10.452 0-20.172 5.342-27.78 15.126-7.61 9.784-12.658 23.895-12.658 39.688 0 15.793 5.047 29.903 12.656 39.687 7.61 9.785 17.33 15.158 27.782 15.158 10.452 0 20.14-5.373 27.75-15.157 7.61-9.783 12.656-23.893 12.656-39.686s-5.047-29.904-12.656-39.688c-7.61-9.784-17.298-15.125-27.75-15.125zm39.625 111.19c-10.36 11.14-24.236 18.342-39.626 18.342-14.957 0-28.49-6.798-38.75-17.406-2.662.66-5.147 1.384-7.438 2.188-11.464 4.02-18.388 9.46-23.437 16.97-9.19 13.66-11.542 37.05-11.907 69.248h163.812c-.135-31.55-1.154-55.19-9.188-68.906-4.42-7.55-10.596-12.946-21.562-17.062-3.467-1.302-7.433-2.437-11.906-3.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-angler-fish tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M442.906 52.156c-.806.02-1.617.076-2.437.188-13.124 1.79-22.993 13.47-30.47 32.875-5.993 15.552-10.81 37.088-13.938 66.5-32.023-22.095-63.766-29.543-95.28-25.845l-26.97-60.063-24.968 71.282L198.5 107.28l-.813 63.064-46.562 1.75 12.53 30.562c-17.504 16.246-34.963 34.403-52.405 53.844l-92.813-45.375 44.876 75.906-36.47 39.095 36.282 2.78-40.47 59.876 108.064-64.905 87.56 42.53-49.75 17.376 35.564 13.814-32.563 22.22 52.157.967-4.593 46.845 59.312-72.03L365 437.654 496.063 270.47c-3.87-6.63-7.735-12.974-11.594-19.095l-119.376 150.97-4.72 5.967-6.78-3.406-44.344-22.22 8.375-16.717 37.53 18.81L473.69 234.907c-20.158-29.63-40.187-52.59-60.094-69.656 2.96-34.52 8.11-58.353 13.875-73.313 6.36-16.51 12.884-20.706 15.5-21.062 1.306-.178 2.63.047 4.75 1.53 2.118 1.485 4.693 4.293 7 8.19 4.582 7.743 8.005 19.562 8.217 31.686-7.95 3.715-13.437 11.804-13.437 21.157 0 12.878 10.436 23.313 23.313 23.313 12.876 0 23.312-10.435 23.312-23.313 0-9.752-6.002-18.114-14.5-21.593-.284-15.23-4.225-29.62-10.813-40.75-3.322-5.615-7.346-10.478-12.375-14-3.77-2.642-8.322-4.49-13.125-4.875-.8-.065-1.6-.083-2.406-.064zm-52.344 158.156c3.147-.125 6.36.236 9.563 1.094 3.054.82 5.872 2.054 8.438 3.625-.14 0-.268-.03-.407-.03-9.922 0-17.97 6.636-17.97 14.813.002 8.176 8.048 14.812 17.97 14.812 6.503 0 12.16-2.86 15.313-7.125.645 4.24.462 8.684-.72 13.094-4.575 17.074-22.11 27.2-39.188 22.625-17.074-4.576-27.23-22.115-22.656-39.19 3.717-13.872 16.022-23.176 29.656-23.718zm-95.375 11.157l17.907 5.31-12.75 43.064 47.437 38.844-11.842 14.468-52.25-42.78-4.782-3.938 1.75-5.938 14.53-49.03zm-44.937 25.686l17.938 5.313-8.875 29.936 33.437 27.375-11.844 14.47-38.25-31.313-4.812-3.937 1.78-5.97 10.626-35.874z" fill="#fff"/></svg>
<svg class="tc-image-originals-angry-eyes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M112 163.033c-19.63 0-51.214 12.034-48 32 68.42 18.54 123.27 48.386 176 80-42.956-51.378-108.988-112-128-112zm288 0c-19.012 0-85.044 60.622-128 112 52.73-31.614 107.58-61.46 176-80 3.214-19.966-28.37-32-48-32zm-303.973 97.21c-6.303.084-11.67 1.557-17.443 4.77-7.63 4.243-16.252 12.463-26.588 25.423 12.406 12.91 28.615 30.222 52.395 37.37 25.15 7.556 59.428 4.37 108.417-32.937-17.8-5.246-33.034-10.328-46.457-14.954 1.69 3.358 2.65 7.135 2.65 11.117 0 13.7-11.3 25-25 25s-25-11.3-25-25c0-9.878 5.874-18.506 14.287-22.553-10.365-3.466-19.044-6.044-26.39-7.27-2.916-.488-5.592-.8-8.106-.917-.942-.044-1.862-.06-2.763-.05zm319.946 0c-.9-.01-1.82.006-2.764.05-2.515.117-5.19.43-8.106.916-7.347 1.226-16.026 3.804-26.39 7.27 8.412 4.047 14.286 12.675 14.286 22.553 0 13.7-11.3 25-25 25s-25-11.3-25-25c0-3.982.96-7.76 2.65-11.117-13.423 4.626-28.658 9.708-46.457 14.953 48.99 37.307 83.268 40.492 108.416 32.935 23.78-7.147 39.988-24.458 52.394-37.37-10.336-12.96-18.96-21.18-26.588-25.423-5.773-3.212-11.14-4.685-17.443-4.768z"/></svg>
<svg class="tc-image-originals-angular-spider tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.28 21.75c-5.343 0-10.67.236-14.155.72-23.225 3.215-43.898 13.46-60.313 29.874-13.597 13.597-22.742 29.6-27.468 48.093-12.185 47.68 9.63 97.346 52.812 120.282 2.654 1.408 4.994 2.583 5.22 2.593.224.01 1.975-1.03 3.905-2.313 2.453-1.627 4.98-3.076 7.564-4.375.56-.29 1.12-.568 1.687-.844.125-.057.252-.097.376-.155 9.143-4.377 19.273-6.844 29.97-6.844 4.24 0 8.387.423 12.437 1.157.834.152 1.674.288 2.5.47 1.197.248 2.407.563 3.593.874 7.137 1.874 14.044 4.848 20.47 8.97 4.656 2.987 4.987 3.123 6.968 2.47 1.146-.38 4.913-2.433 8.375-4.532 19.342-11.73 33.51-27.46 42.436-47.125 6.902-15.21 9.464-27.24 9.438-44.25-.017-11.104-.632-16.49-3-25.907-10.44-41.513-45.395-72.45-88.625-78.437-3.485-.484-8.845-.72-14.19-.72zM89.22 52.438l-18.69 4.687 47.25 185.72H72.876l-29.22-119.157-18.093 4.093 30.97 126.75 1.75 7h130.123c2.206-6.69 5.235-12.953 8.94-18.686h-60.376L89.22 52.438zm333.467 0l-48.28 190.406h-55.594c3.757 5.734 6.82 11.994 9.062 18.687H453.06l1.75-7 30.97-126.75-18.126-4.093-29.187 119.157h-44.94l47.283-185.72-18.125-4.687zM257.875 228.094c-31.13 0-55.594 26.746-55.594 59.937 0 6.447.943 12.657 2.657 18.47 14.83.333 27.197 11.853 28.907 26.344.81-.067 1.61-.094 2.437-.094 7.985 0 15.265 3.2 20.595 8.375 5.33-5.176 12.61-8.375 20.594-8.375 1.702 0 3.373.158 5 .438 2.35-13.61 14.06-24.065 28.217-24.5 2.202-6.434 3.407-13.395 3.407-20.657 0-33.19-25.09-59.936-56.22-59.936zm-196.688 63.22l2.907 11.686L97.97 440.813l18.124-4.657L85.124 310h47.907l46.126 184.563 18.094-4.094L152.28 310h34.782c-1.594-5.968-2.568-12.24-2.812-18.688H61.187zm270.938-.002c-.25 6.45-1.252 12.72-2.875 18.688h29.813l-45 180.47 18.125 4.092L378.313 310h47.875L395.25 436.156l18.094 4.656L447.22 303l2.936-11.688h-118.03zm-127.852 33.87c-6.18 0-11.097 4.917-11.097 11.097s4.917 11.095 11.097 11.095 11.096-4.914 11.096-11.096c0-6.18-4.916-11.098-11.097-11.098zm107.332 1.953c-6.18 0-11.087 4.907-11.087 11.086 0 6.18 4.907 11.09 11.087 11.09s11.086-4.91 11.086-11.09c0-6.178-4.904-11.085-11.085-11.085zm-75.31 24.1c-6.18 0-11.088 4.907-11.088 11.085 0 6.18 4.907 11.088 11.088 11.088 6.18 0 11.086-4.907 11.086-11.088 0-6.178-4.905-11.086-11.085-11.086zm41.168 0c-6.18 0-11.086 4.907-11.086 11.085 0 6.18 4.905 11.088 11.086 11.088 6.18 0 11.088-4.907 11.088-11.088 0-6.178-4.907-11.086-11.087-11.086zm-60.557 33.39l8.406 33.406 18.094-4.655-5.437-21.563c-.557.032-1.125.063-1.69.063-7.392 0-14.18-2.738-19.374-7.25zm79.094.656c-5.077 4.11-11.516 6.595-18.53 6.595-.83 0-1.658-.058-2.47-.125l-5.313 21.625 18.094 4.656 8.22-32.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-animal-hide tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M76.28 21.688c-26.378 9.306-43.39 25.92-51.374 49.53 33.78 22.83 81.775 69.988 100.875 114.813 7.62 17.88 13.92 38.086 17.97 59.126 5.308-2.97 33.706 40.776 25.5 33.156-1.905-1.766-22.602-12.653-22.125-5.53 1.39 20.77 2.154 36.28-1.22 56.28-8.794 52.14-56.968 122.188-56.968 122.188 22.368 21.103 35.882 27.827 74.876 35.78l77-100.405c28.983 22.87 5.424 64 28.218 62.47 21.462-1.442 2.15-41.235 18.44-61.845 16.95 22.598 36.356 41.26 55.717 57.125 2.09 2.124 1.477-61.477 5.75-47.594 4.162 13.52 13.724 52.06 18.47 65.25 12.987 13.292 22.495 24.418 38.437 27.595 36.918 7.356 33.552-2.188 69.28-22.094 0 0-62.02-74.034-76.468-118.874-14.824-46.01-21.362-98.512-7.5-144.812 15.787-52.74 97.78-133.094 97.78-133.094-4.763-5.607-8.447-9.992-11.686-13.688-3.5-3.993-35.27 15.448-38.594 12.438-3.296-2.988 21.852-28.457 17.094-31.75-5.434-3.76-12.353-8.134-21.97-14.063-32.09 39.05-59.294 63.115-112.624 96.376-4.038-23.52-1.745-37.2-19.344-53.938-17.6-16.74-55.628-29.337-89.187-.594-14.822 12.696-11.758 33.168-19.47 51.532-24.79-42.81-90.31-87.444-116.874-95.374zM273.157 141.03c3.632 9.382 1.912 19.278-1.5 28.626-3.412 9.348-8.772 18.586-14.625 27.375-3.624 5.446-7.432 10.64-11.155 15.595 10.79-3.762 22.226-7.236 33.5-2.594l10.688 4.407-6.875 9.282c-3.87 5.213-7.125 9.803-9.97 14 3.6-1.794 7.416-3.395 11.532-4.564 3.455-.98 9.48 1.043 11.625 4 2.144 2.957 2.316 5.218 2.53 7.28.432 4.128.016 8.136-.53 12.69-1.093 9.104-3.05 19.868-3.5 26.062l-17.97-1.313c.597-8.223 2.62-18.754 3.595-26.875.026-.218.007-.254.03-.47-8.836 4.995-18.517 12.7-30.56 17.75L224.437 283l14.343-23.688c5.164-8.52 10.192-17.848 19.22-31.218-3.025.674-6.163 1.506-9.344 2.625-5.286 1.858-10.545 4.006-15.094 5.843-4.548 1.836-7.876 3.33-11.78 4.156l-21.032 4.468 11.594-18.125c5.86-9.155 18.906-23.762 29.72-40 5.405-8.12 10.077-16.445 12.686-23.594 2.61-7.15 2.883-12.69 1.625-15.94l16.78-6.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-animal-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M187.406 22.22l-41.562 41.843 62.875 29.843-8 16.875-68.845-32.655L59.97 150.53l33.31 96.97 56.876-7.156 10.53-42.47 18.126 4.47-45.843 185.25 55.31-49.656 10-9 4.94 12.5 14.81 37.53 31.25-41.624 8.126-10.844 7.25 11.47 30.406 48.217 22.657-46.75 5.092-10.5 9.125 7.25 62.532 49.782-62.814-182.22 17.656-6.094 12.782 37.063 60.562-.94 26.47-101.874-72.72-62.344-70.125 38.844-9.06-16.375 64.03-35.468-29.75-25.53-144.094-8.813zm190.688 85.5l13.28 67.218-107.28-16.25 94-50.97zm-246.188.936L229.97 160l-116.25 13.47 18.186-64.814zm123.188 122.5l55.844 64.75-36.25 12.875-17.407-42.655-15.374 43.344-35.344-13.564 48.532-64.75zm74.344 126.938L304.53 409.47l-7.342 15.155-8.97-14.25-32.124-50.97-33.156 44.19-10.063 13.342-6.125-15.53-15.97-40.594-30.436 27.312 25.53 66.406 61.407 35.22 98.814-39.563 16.937-65.343-33.592-26.75z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-ankh tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M79.625 22.03c-16.694.274-31.01 5.33-41.22 15.658C5.743 70.735 27.53 145.313 87.22 204.313c39.992 39.53 91.568 45.025 125.03 56.593-38.19 35.214-80.874 67.594-130.438 99.28l61.594 60.876c33.267-53.395 68.052-99.412 106.406-140.593 66.466 44.55 113.05 126.476 157.594 206.967l85.5-86.5c-82.206-44.252-164.58-88.96-209.25-154.687 41.214-39.214 86.72-74.14 138.656-107.344L360.72 78.03c-30.47 48.903-61.926 91.685-96.845 130.564-11.704-33.438-18.262-84.475-58.28-124.032C164.556 44 116.35 21.43 79.624 22.032zm16.97 47.064c20.94.415 50.89 16.01 77.436 42.25 36.934 36.505 53.305 79.782 36.595 96.687-16.71 16.907-60.194 1.037-97.125-35.468C76.57 136.06 60.165 92.75 76.875 75.844c4.7-4.755 11.525-6.913 19.72-6.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-anthem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M356.906 49.594c-108.533.34-194.246 85.275-306.719 20.312 17.05 30.293 55.26 55.692 101.47 67.688C127.244 173.63 60.63 189.984 15.75 186c141.27 81.595 210.67-64.442 380.313 29.656l-19.907 48.688H18.312v18.687h350.22l-17.907 43.814H17.78v18.687h325.19l-18.845 46.126H19.937v18.688h304.938c1.4 12.458 8.875 23.708 19.625 31.5 14 10.147 33.528 15.774 55.875 15.812 22.347.04 43.583-5.58 60.438-15.062 16.854-9.482 29.862-23.084 33.156-40 3.293-16.916-5.158-32.884-19.158-43.03-14-10.15-33.527-15.776-55.875-15.814-22.347-.038-43.583 5.55-60.437 15.03-.327.185-.645.377-.97.564L471.345 81l-17.313-7.063-.06.126c-34.838-18.096-66.836-24.564-97.064-24.47zm85.53 41.906c.567-.02 1.122-.022 1.69 0 .864.033 1.728.145 2.593.28l-42.75 104.532c-26.664-27.147 4.468-103.57 38.467-104.812z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-anubis tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M250.116 18.434c-21.698 17.475-34.874 41.798-40.662 66.08-6.197 25.996-3.26 51.55 4.283 65.933 11.52.242 23.125.648 34.8 1.563-8.81-40.373-2.126-89.404 1.58-133.576zm68.355 4.923C294.65 37.804 278.37 60.17 269.416 83.47a123.497 123.497 0 0 0-6.647 24.72c.074 16.748 1.38 32.34 4.84 45.82 10.647 1.416 21.34 3.402 32.066 6.197-4.84-42.216 8.912-91.915 18.797-136.85zM182.775 153.18c-31.763 13.23-57.732 27.296-78.81 43.875 28.11-8.497 56.824-15.818 102.097-17.15-7.178-12.547-15.062-21.795-23.286-26.725zm38.4 15.502c10.794 18.304 18.826 41.812 25.327 67.76 9.307 37.146 14.9 79.952 17.58 121.413l1.018 5.08c7.72-15.142 14.97-27.61 25.328-37.404 15.293-14.455 36.532-21.586 71-23.77l84.438-5.35c1.69-2.71 3.858-5.01 6.168-6.873 4.113-3.317 8.825-5.766 13.715-7.906 7.636-3.34 15.298-5.73 21.615-7.755l1.523-13.838-121.02-26.03-30.26-40.046c-38.31-20.025-76.89-24.05-116.432-25.278zm-6.328 29.04c-66.34.764-94.654 13.857-139.322 26.753a177.685 177.685 0 0 0-16.748 23.738c45.876-12.584 87.697-26.7 141.912-26.723 7.77-.003 16.19.36 23.166.854-2.76-8.835-5.777-17.082-9.008-24.62zm106.356 2.41l27.596 38.24-57.56-16.208c-10.734-8.355 2.357-15.547 29.964-22.03zm-121.41 39.352c-56.6.183-98.923 16.695-151.95 30.272-3.154 7.264-6.003 14.94-8.562 23.078 53.346-16.353 103.037-28.704 152.973-29.066 14.097-.103 28.217.765 42.443 2.752-1.708-8.837-3.586-17.438-5.654-25.694-10.206-.94-19.93-1.372-29.25-1.342zm-7.53 42.3c-50.43.405-101.55 13.782-158.613 31.644a362.882 362.882 0 0 0-4.017 19.433c-2.148 12.008-5.22 31.55-6.207 47.923-.493 8.186-.41 15.644.32 20.383.32 2.08.76 3.28 1.028 3.916 4.03 1.25 7.358 2.784 10.762 3.897 1.452-10.58 2.124-22.613 2.83-32.06.79-10.542 1.645-21.19 2.84-29.723.597-4.267 1.248-7.967 2.205-11.24.48-1.637.998-3.166 1.952-4.87.954-1.706 2.372-4.194 6.35-5.513 60.973-20.214 121.89 3.492 159.36 53.875l2.173 2.917-13.406 103.62 36.833 7.58 11.025-99.967c-.935-35.195-4.04-73.118-9.703-108.383-15.28-2.483-30.476-3.556-45.733-3.434zm97.98 72.97c-6.276 10.178-12.568 23.234-20.775 39.652l-1.072 2.145 21.63 96.046 31.9-4.678z"/></svg>
<svg class="tc-image-originals-anvil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M128.688 115.594v147.75h285v-147.75h-285zm-111.844 20.47c17.374 47.14 54.372 80.413 94.906 93.81v-93.81H16.844zm414.375 12.31v88.657c21.457-9.083 42.92-25.257 64.374-47.374-21.52-22.562-42.633-35.173-64.375-41.28zm-226.25 132.47c-12.15 38.536-33.897 71.5-60.595 100.47l257.844-.002c-28.705-29.016-49.952-62.054-61.5-100.468H204.97zM101.843 400v43.78h337.562V400H101.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-anvil-impact tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M413.375 69.906L336.937 191.47l-8.25-32.69-30.218 88.97 62.655-29.375.22 29.438 127.03-50.938-70.813-1.97 47.782-68.686-73.47 39.25 21.5-95.564zM210.22 102.094l-32 14.406 16.874 55.656-177.813 80.03 12.564 27.876L207.656 200l30.406 49.47 49.313-22.19-21.344-70.343-55.81-54.843zM197.593 266.78v20.345h-88.906c15.994 38.807 51.225 65.43 88.906 74.28v32.97h58.562c-12.118 30.528-33.505 55.684-58.47 77.594H172.22v18.686H456.56V471.97h-27.406c-28.734-21.895-50.055-47.018-61.625-77.595h63.658v-29.188c19.748-6.995 39.5-19.51 59.25-36.687-19.812-17.523-39.23-27.25-59.25-31.938v-29.78H197.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-apc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M96.962 289.6c23.244.038 43.825 15.022 51 37.13 7.175-22.1 27.766-37.064 51-37.064 23.235 0 43.826 14.965 51 37.064 7.175-22.1 27.766-37.064 51-37.064 23.235 0 43.826 14.965 51 37.064 8.08-24.967 33.042-40.42 58.992-36.515 25.95 3.904 45.262 26.016 45.638 52.255 12.316-8.64 22.722-33.47 26.31-50.18 2.25-4.978-.737-10.75-6.1-11.79l-42.28-14.16a9.24 9.24 0 0 1-3.83-1.71l-55.42-50a9.68 9.68 0 0 0-5.85-2h-261.37a16.132 16.132 0 0 0-10.51 3.9l-64.31 60.67a14 14 0 0 0-4.62 13.37L45.842 327c7.097-22.255 27.76-37.373 51.12-37.4zm206.78-59.6h58.81l24.5 21.62h-83.31zm49.21-60h-99v8.73h-39.9v16.92h-65.7v-16.92h-14.49v-32.58h26.31v-14h42.71v14h51.07v9h99zm-256 209.85a36.62 36.62 0 1 1 14.014-70.452 36.62 36.62 0 0 1 22.606 33.832c0 20.22-16.39 36.614-36.61 36.62zm102 0a36.62 36.62 0 1 1 14.014-70.452 36.62 36.62 0 0 1 22.606 33.832c0 20.186-16.334 36.565-36.52 36.62zm102 0a36.62 36.62 0 1 1 14.014-70.452 36.62 36.62 0 0 1 22.606 33.832c0 20.186-16.334 36.565-36.52 36.62zm102 0a36.62 36.62 0 1 1 14.014-70.452 36.62 36.62 0 0 1 22.606 33.832c0 20.186-16.334 36.565-36.52 36.62z" fill="#fff"/></svg>
<svg class="tc-image-originals-apple-maggot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M234.094 19.406l-18.688.313.47 27.468c-11.52.584-23.032 2.315-34.345 5.124l-8.343-29.25-17.968 5.125 8.436 29.532c-10.708 3.84-21.092 8.698-30.97 14.5l-17-28.376-16.03 9.593L117.094 82.5c-9.14 6.74-17.66 14.39-25.375 22.906l-22.657-21.97-13 13.44L79.936 120c-6.268 8.728-11.766 18.15-16.312 28.28L39.72 137.063 31.78 154l25.157 11.813c-3.008 9.477-5.243 19.44-6.593 29.906l-23.282-1.19-.937 18.657 22.813 1.157c-.24 8.777.117 17.857 1.124 27.22l-20.624 1.874 1.687 18.625 20.22-1.844c-.053 6.906.35 13.867 1.25 20.81L36.874 285l4.563 18.125 14.687-3.72c8.055 31.428 26.478 61.905 56.906 87.095.53 4.372 3.31 8.302 7.72 10.188 6.615 2.827 14.01-.142 16.844-6.782 2.833-6.64-.133-14.046-6.75-16.875-1.654-.706-3.364-1.045-5.03-1.06-.314-.004-.63.01-.94.03-.005-.005-.024.005-.03 0-22.936-18.977-38.142-40.818-46.688-63.5-15.91-50.433-.102-86.988 30.22-110.188-12.37-2.92-25.05-8.367-35.282-17.28l12.28-14.095c7.942 6.917 19.41 11.684 30.376 13.844 8.676 1.71 17.147 1.58 22.47.626 8.057-3.338 16.542-6.042 25.31-8.156-.99-.597-1.98-1.213-2.968-1.844-16.615-10.62-32.4-26.322-41.656-46.53l16.97-7.782c7.398 16.155 20.704 29.616 34.75 38.594 11.26 7.198 23.117 11.25 31.5 12.218 8.696-.37 17.41-.205 26 .5-12.34-14.543-22.488-33.296-25.69-54.375l18.5-2.81c2.67 17.568 11.75 34.19 22.783 46.686 6.34 7.185 13.405 12.895 19.78 16.75 7.88 2.2 15.427 4.923 22.5 8.156-5.584-15.06-8.527-32.087-6.594-49.406l18.563 2.063c-1.972 17.66 2.515 36.073 9.936 51 7.422 14.924 18.17 26.132 25.375 29.655l4.876 2.406.344 5.407c1.682 25.836 10.346 49.825 28.906 68.72 15.068 15.338 37.1 27.508 68.28 34-27.347-34.898-47.333-65.726-50.03-102.157l-.437-6.03 5.31-2.876c5.316-2.887 10.85-6.908 16.064-11.938 14.927-14.4 20.86-31.03 20.25-47.187-.772.143-1.56.218-2.375.218-7.122 0-12.908-5.755-12.908-12.875 0-5.796 3.828-10.686 9.094-12.313-.12-.26-.22-.524-.344-.78-3.824-7.99-9.19-15.287-15.812-21.345-2.188 3.98-6.412 6.656-11.28 6.656-7.122 0-12.908-5.753-12.908-12.874 0-2.67.827-5.158 2.22-7.22-8.033-2.987-16.87-4.512-26.282-4.124-8.12.337-17.212 2.52-26.688 6.344L322.75 81.28l-.188-.155.063-.125-.063-.188c.075-.03.145-.064.22-.093l13.437-24.22-16.345-9.063L307.375 70c-8.002-5.064-16.423-9.26-25.156-12.625l6.5-26-18.126-4.53-6.22 24.905c-9.73-2.427-19.725-3.884-29.812-4.47l-.468-27.874zm98.125 116.47c7.12 0 12.905 5.754 12.905 12.874 0 7.12-5.786 12.906-12.906 12.906-7.122 0-12.876-5.786-12.876-12.906 0-7.12 5.754-12.875 12.875-12.875zm113.03 24.343c-.4 15.935-5.573 32.132-16.47 46.5 27.434 13.336 52.025 35.102 61.408 75.5 4.953-50.454-4.958-96.694-44.938-122zm-92.188 13.343c7.12 0 12.875 5.754 12.875 12.875 0 7.12-5.754 12.906-12.875 12.906-7.12 0-12.906-5.786-12.906-12.906 0-7.12 5.786-12.875 12.906-12.875zM214 269.625c-2.285-.01-4.37.135-6.156.344-3.29 22.39-4.268 41.092-3.063 60.686-7.654-4.135-15.73-6.97-23.968-8.312-20.05-3.272-36.837 2.83-49.062 15.375-4.404 4.52-8.177 9.94-11.188 16.124 1.782-.308 3.583-.502 5.407-.5 4.093.003 8.24.8 12.218 2.5 15.912 6.803 23.386 25.487 16.593 41.406-6.438 15.09-23.557 22.61-38.874 17.563 9.237 39.225 38.394 72.143 72.375 77.687 4.746.774 11.172.88 16.69.063 5.515-.817 10.023-2.85 11.28-4l6.094-5.594 6.312 5.405c1.572 1.345 5.7 2.798 11.063 3 5.36.202 11.617-.662 16.56-1.938 39.435-10.158 72.708-58.216 70.72-105.78-1.72-41.132-30.873-67.235-62.97-66.626H264c-4.374.092-9.26.883-14.344 2.19-7.944 2.043-15.61 5.534-22.78 10.217 2.367-15.41 7.606-30.056 15.655-45.875-5.336-11.122-18.628-13.89-28.53-13.937z" fill="#fff"/></svg>
<svg class="tc-image-originals-apple-seeds tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.438 21.22c-15.84.29-39.205 5.187-47.22 24.593 16.916 29.242 27.28 56.103 31.188 86.03-18.24-11.44-37.88-19.485-58.187-23.562-11.477-2.303-22.64-3.514-32.97-3.155-73.71 2.563-136.555 66.652-135.344 158.844 1.39 105.896 79.51 207.666 170.03 225.842 11.483 2.307 25.594 3.514 38.22 2.344 12.626-1.17 23.416-4.88 29.25-10.47l6-5.748 6.406 5.28c5.578 4.59 17.04 8.266 29.97 9.47 12.93 1.203 27.243.23 38.374-2.22 89.895-19.778 157.117-122.258 155.72-228.624-.697-52.98-19.85-96.1-49.5-123.438-22.238-20.503-50.338-32.37-81.97-32.844-10.544-.158-21.47.963-32.72 3.438-17.795 3.915-35.014 10.908-51.123 20.563 1.056-35.043-1.918-67.18-9.844-106.22-1.89-.116-4.02-.166-6.283-.124zm-2.594 157.155c10.815 12.31 14.52 23.08 13.72 33.25-.777 9.853-6.463 20.39-17.033 31.438-23.14-19.986-17.763-52.22 3.314-64.688zm67.062 36.47c3.374-.02 6.886.378 10.5 1.186-2.575 15.077-7.64 25.913-15.094 32.407-7.693 6.705-18.566 10.168-34.906 8.813-2.204-20.99 14.342-41.402 38.063-42.375.475-.02.954-.03 1.436-.03zm-140.812 2.53c19.99-.49 36.904 13.895 39.687 32.406-15.465 5.4-26.843 4.78-35.968.22-8.842-4.42-16.477-13.645-22.75-27.594 5.745-2.945 11.522-4.534 17.094-4.937.65-.048 1.293-.08 1.938-.095zm-7.344 57.438c14.08-.03 27.37 7.438 34 19.75-12.746 10.32-23.678 13.618-33.813 12.406-9.813-1.175-20.107-7.273-30.718-18.283 8.964-9.577 19.954-13.853 30.53-13.875zm140.22 3.656c.754-.003 1.522.02 2.28.06 12.186.67 24.498 6.978 32.72 19.908-12.472 8.847-23.703 12.95-33.564 12.28-10.18-.69-20.303-5.94-30.906-18.437 7.203-8.893 18.14-13.783 29.47-13.81zm-114.75 53.436c4.348.067 8.69.933 12.843 2.563-3.055 16.11-9.266 25.655-17.782 31.28-8.243 5.446-20.044 7.443-35.25 5.906 1.213-24.172 19.444-39.027 38.314-39.72.62-.02 1.253-.04 1.875-.03zm86.968.156c18.88.255 37.48 14.673 39.25 38.813-15.18 1.894-27.034.194-35.407-5.063-8.64-5.424-15.07-14.852-18.5-30.875 4.71-1.98 9.682-2.942 14.658-2.875zm-43.97 16.47c21.083 12.47 26.442 44.702 3.282 64.687-10.564-11.047-16.256-21.59-17.03-31.44-.802-10.17 2.934-20.94 13.75-33.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-aquarium tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M96 39c-4.75 0-8.688.388-12.613 2.385-3.926 1.997-7.284 6.946-7.61 11.176-.65 8.46 3.415 12.92 6.506 18.07 3.09 5.152 6.22 10.342 7.428 13.966 1.21 3.623 1.275 3.692-.073 5.04l-.035.034-.034.035C48.298 131.88 23 192.615 23 256c0 84.586 49.342 158.86 116.316 199.686C176.136 478.13 214.018 473 256 473c41.406 0 80.11 4.575 116.62-17.277C440.496 415.1 489 341.143 489 256c0-63.218-25.516-124.14-66.553-166.28l-.04-.042-.044-.04c-1.348-1.35-1.282-1.42-.074-5.042 1.207-3.624 4.336-8.814 7.427-13.965 3.09-5.15 7.156-9.61 6.506-18.07-.326-4.23-3.684-9.178-7.61-11.175C424.688 39.388 420.75 39 416 39H96zm0 18h320c.277 0 .127.03.38.037-.584 1.346-1.09 2.656-2.097 4.332-2.91 4.848-6.78 10.658-9.072 17.534-2.29 6.877-2.225 16.808 4.427 23.46l-.084-.085C447.116 140.852 471 197.657 471 256c0 78.296-44.763 146.655-107.62 184.277C332.713 458.63 298.577 455 256 455c-43.3 0-76.282 4.233-107.316-14.686C86.65 402.5 41 333.556 41 256c0-58.569 23.653-115.098 61.432-153.705l-.07.068c6.653-6.65 6.72-16.582 4.427-23.46-2.293-6.875-6.164-12.685-9.073-17.534-1.006-1.677-1.513-2.987-2.096-4.333.253-.008.103-.037.38-.037zm87.484 61.742c-3.14-.01-6.395.055-9.734.186-20.032.785-43.117 3.942-63.287 7.217-2.172.352-4.24.706-6.332 1.06-5.374 5.666-10.308 12.474-14.8 20.115-.174.296-.34.6-.514.9 7.16-1.346 15.486-2.84 24.532-4.308 26.376-4.282 58.298-8.124 78.11-6.928 40.6 2.452 80.8 29.15 128 32 23.11 1.396 55.185-2.763 82.08-7.13 9.824-1.594 18.89-3.226 26.49-4.665-2.093-4.34-4.305-8.55-6.655-12.547-.815-1.386-1.65-2.734-2.494-4.063-6.142 1.128-12.943 2.325-20.228 3.508-26.376 4.282-58.298 8.124-78.11 6.928-40.6-2.452-80.8-29.15-128-32-2.888-.175-5.916-.263-9.058-.274zm-66.115 42.77l-30.026 2.88A192 192 0 0 0 64 256a192 192 0 0 0 62.63 141.56A224 224 0 0 1 87.88 272a224 224 0 0 1 29.49-110.488zm250.806 13.435a24 24 0 0 0-24 24 24 24 0 0 0 24 24 24 24 0 0 0 24-24 24 24 0 0 0-24-24zm30.83 78.46a16 16 0 0 0-16 16 16 16 0 0 0 16 16 16 16 0 0 0 16-16 16 16 0 0 0-16-16zm-94.026 18.546c-29.042.46-80.674 29.662-102.882 42.205C187.845 300.326 172.085 288 144 288c16 16 16 48 0 64 28.08 0 37.343-22.155 56.672-22.168C220 329.82 289.394 372.967 320 368c38.434-6.237 64-32 64-48-1.427-24.583-47.862-46.512-76.28-48-.89-.046-1.803-.062-2.74-.047zM336 293.385a10.81 10.81 0 0 1 10.81 10.808 10.81 10.81 0 0 1-10.81 10.81 10.81 10.81 0 0 1-10.81-10.81A10.81 10.81 0 0 1 336 293.385z" fill="#fff"/></svg>
<svg class="tc-image-originals-aqueduct tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.537 117.564L17.497 135h476.944v-17.436H17.538zM17.46 153l-.106 47H24a32 32 0 0 1 32-32 32 32 0 0 1 32 32h16.033a32 32 0 0 1-.033-.676 32 32 0 0 1 32-32 32 32 0 0 1 32 32 32 32 0 0 1-.023.676h15.783a32 32 0 0 1 32-32 32 32 0 0 1 32 32h16.033a32 32 0 0 1-.033-.676 32 32 0 0 1 32-32 32 32 0 0 1 32 32 32 32 0 0 1-.024.676h16.33a32 32 0 0 1-.066-1.324 32 32 0 0 1 32-32 32 32 0 0 1 32 32 32 32 0 0 1-.047 1.324H424.1a32 32 0 0 1-.1-2 32 32 0 0 1 32-32 32 32 0 0 1 32 32 32 32 0 0 1-.07 2h6.51v-47H17.46zm-2.136 63l.2 96h8.67A32 80 0 0 1 56 240a32 80 0 0 1 31.84 72h16.353A32 80 0 0 1 136 240a32 80 0 0 1 31.84 72h16.353A32 80 0 0 1 216 240a32 80 0 0 1 31.84 72h16.353A32 80 0 0 1 296 240a32 80 0 0 1 31.84 72h16.353A32 80 0 0 1 376 240a32 80 0 0 1 31.84 72h16.353A32 80 0 0 1 456 240a32 80 0 0 1 31.84 72h7.924l.398-96H15.324zm-.726 112l.677 160H41.05A62.988 144 0 0 1 104 346.537 62.988 144 0 0 1 166.934 488h26.203A62.988 144 0 0 1 256 352a62.988 144 0 0 1 62.813 136h26.324A62.988 144 0 0 1 408 352a62.988 144 0 0 1 62.813 136h24.705l1.353-160H14.6z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-archery-target tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M226.063 24.22l-9.782 32.624c12.992-2.652 26.423-4.032 40.19-4.032 10.475 0 20.766.82 30.81 2.376l-9.405-30.97h-51.813zm30.406 48.843c-99.627 0-180.19 80.53-180.19 180.156 0 99.624 80.563 180.155 180.19 180.155 99.624 0 180.155-80.53 180.155-180.156 0-99.627-80.53-180.157-180.156-180.157zm0 41.687c76.482 0 138.467 61.985 138.467 138.47 0 76.482-61.985 138.5-138.468 138.5-76.485 0-138.5-62.018-138.5-138.5 0-76.485 62.015-138.47 138.5-138.47zm-.033 38.938c-54.96 0-99.53 44.54-99.53 99.5s44.57 99.5 99.53 99.5 99.5-44.54 99.5-99.5-44.54-99.5-99.5-99.5zm.032 39.687c33.052 0 59.842 26.79 59.842 59.844 0 33.052-26.79 59.843-59.843 59.843-33.055 0-59.845-26.79-59.845-59.844 0-33.055 26.79-59.845 59.844-59.845zm0 30.906c-15.993 0-28.97 12.947-28.97 28.94 0 15.99 12.977 28.968 28.97 28.968 15.99 0 28.936-12.977 28.936-28.97 0-15.99-12.945-28.937-28.937-28.937zM114.905 395l-27.844 92.875h46.876l20.28-62.313c-14.35-8.54-27.56-18.833-39.312-30.562zm277.188 5.688c-11.982 11.026-25.324 20.595-39.72 28.468l19.25 58.72h46.907l-26.436-87.188zm-165.03 50.78v36.407h52.092v-35.53c-7.45.84-15.015 1.28-22.687 1.28-9.99 0-19.81-.74-29.408-2.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-architect-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.656 18.906c-76 .73-152 78.23-152 230.313 0 116.987 152 244.155 152 244.155s152.007-127.153 152-244.156c.002-155.008-76-231.045-152-230.314zm-82.812 125.47l13.22 77.843c20.878 3.65 36.813 22.085 36.624 43.936-.143 16.366-9.304 30.634-22.688 38.156l12.344 72.813c-17.1-18.5-30.538-41.915-39.813-67.563-21.673-2.953-38.443-21.77-38.25-44.187.146-16.61 9.572-31.07 23.282-38.5-.354-29.225 4.552-57.82 15.282-82.5zm165.594 0c10.73 24.678 15.635 53.274 15.28 82.5 13.71 7.428 23.138 21.89 23.282 38.5.195 22.415-16.575 41.233-38.25 44.187-9.275 25.647-22.68 49.063-39.78 67.562l12.342-72.78c-13.404-7.518-22.576-21.807-22.718-38.19-.19-21.86 15.762-40.297 36.656-43.936l13.188-77.845zm-159.72 95.874c-14.203-.123-25.626 11.08-25.75 25.28-.122 14.174 11.06 25.578 25.22 25.75h.093c14.205.125 25.597-11.107 25.72-25.31.123-14.206-11.077-25.597-25.28-25.72zm153.845 0c-14.205.123-25.405 11.514-25.282 25.72.125 14.203 11.547 25.435 25.75 25.31 14.205-.122 25.406-11.544 25.283-25.75-.124-14.2-11.547-25.403-25.75-25.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-arcing-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M291 46.438c29.89 36.34 55.086 74.792 74.156 115.062-49.052-38.586-105.036-68.945-168.78-89.344 40.696 29.09 78.052 61.91 110.624 97.188-37.52-20.55-74.29-31.632-107.438-34.938 33.73 14.255 77.803 44.654 111.063 83.03.626 1.004 1.216 2.002 1.78 3 .03.024.066.042.095.064l-.03.03c-.02-.03-.046-.06-.064-.093-19.063-14.253-54.482-30.81-95.312-40.78-50.3-3.666-101.766.18-154.438 11.624 60.61 5.896 118.714 18.332 172.844 37.97-79.658 6.653-155.155 45.72-217.25 121.47C55.795 329.3 101.74 310.78 143.625 302c40.242-11.185 72.465-12.254 95.563-6.5.04-.004.085.004.125 0l-.032.03c-.03-.007-.06-.022-.093-.03-28.123 2.88-74.114 16.98-115.53 40.688-44.49 40.303-83.695 98.33-97.22 158.78h129.657c22.906-37.08 51.314-68.357 82.78-93.5-6.392 18.97-9.292 37.678-9.218 55.438 12.05-31.583 44.076-73.017 86.72-96.344 11.652 22.34 32.257 39.923 58.437 46.938 49.563 13.28 100.75-16.278 114.03-65.844 4.554-16.994 4.068-34.187-.53-49.97 18.47-69.046-6.238-141.86-56.563-200.842 9.922 38.16 12.75 77.235 5.844 114.47C404.774 140.59 355.627 87.993 291 46.436zm-61.344 410.468l-.03.094.03.03v-.124zm-30.094-322.5c-.03-.012-.064-.02-.093-.03l-.032.03c.04.004.084-.004.125 0zm184.75 110.125c25.482 28.396 40.14 73.42 39.438 101.44 15.463-40.44 16.46-62.094 4.97-96.595 13.306 5.783 24.22 15.16 31.936 26.625 3.704 26.134-8.748 63.216-22.375 79.313 14.565-9.242 26.246-21.02 35-35.375-.19 5.586-.987 11.234-2.5 16.875-10.666 39.81-51.348 63.29-91.155 52.625-35.814-9.597-58.406-43.468-54.813-79.157 35.783 4.916 67.725 25.49 83.375 44.876-9.22-30.88-31.59-60.696-69.968-80.72 11.017-15.548 27.573-26.22 46.092-29.905z" fill="#fff"/></svg>
<svg class="tc-image-originals-arena tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M76 16C36 36 31 46 31 46c40 160 5 275-15 375 0 0 10 25 90 45V256c0-80-30-240-30-240zm360 0s-30 160-30 240v210c80-20 90-45 90-45-20-100-55-215-15-375 0 0-5-10-45-30zM226 196c-40 0-90 15-90 15v270s50 15 90 15h60c40 0 90-15 90-15V211s-50-15-90-15h-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-arm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M393.516 16.135c40.837 0 63.378 35.364 64 48 0 16.27-8.044 38.785-25.098 48.492-12.694 49.715-74.547 103.264-128.826 128.724 12.46 43.998-72.647 108.43-122.42 144.158 2.412 11.27 1.6 21.734 0 32 11.59 18.673.475 25.688 1.58 47.29-.602 7.96-13.64 7.21-16.087-4.916 2.78-17.81-1.69-33.203-8.87-31.093l-18.303 24.778-27.29 38.43c-3.38 3.424-15.917.953-12.84-7.275l22.426-40.874-2.17-1.456-42.658 45.283c-3.47 3.59-15.063-4.56-11.437-9.46l39.964-42.532-2.168-1.103-38.163 25.35c-4.354 3.057-13.072-5.926-7.24-10.123l36.674-29.224-25.15 12.625c-3.528 1.206-7.267-5.934-3.424-7.643l29.232-18.686c15.17-12.262 33.696-33.15 53.923-37.372 31.767-47.953 60.17-95.738 100.346-145.373 15.756-59.134 54.396-110.096 96-160 5.972-34.253 29.893-46.475 48-48z"/></svg>
<svg class="tc-image-originals-armadillo-tail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M126.75 21.563L115.344 72.28l115.687 58.97 92.407-109.688H126.75zm-111 .593V60.28l81.438 7.69L107.5 22.155H15.75zM321.375 53l-74.313 88.188 65.5 56.187 105.813-67.03-97-77.345zM15.75 79.03v91.407c120.73-24.94 305.18 81.97 378.5 237.188l-1.406-45.75-32.813-74.03-52.592-70.283-1.782-1.53-74.062-63.5-2.438-1.25L103.75 87.343l-88-8.313zm386.78 83.5l-76.624 48.5 45.78 61.19 93.783-34.283-62.94-75.406zm49.97 100.064l-71.656 26.156 27.312 61.594 77.375-2.72-33.03-85.03zm11.53 104.47l-52.28 1.842 2.875 93.188c3.34 12.008 5.99 24.238 7.875 36.625 33.85-37.927 45.03-83.554 41.53-131.658z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-armor-vest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.22 21.75c-35.407 0-63.024 5.19-82.345 12.844-9.66 3.827-17.072 8.22-22.78 13.437-2.856 2.61-5.355 5.53-7.126 8.75-20.707 18.986-35.955 48.755-45.845 81.72-9.45 31.5-13.837 66.035-11.47 97.563-1.78 22.768 10.688 55.117 24.97 81.03l.063.126.03.03c33.913 34.964 83.458 60.827 135.313 67.563V129.625c3.036.106 6.094.188 9.19.188 3.204 0 6.36-.088 9.5-.22v254.97c61.97-8.614 120.527-44.526 152.592-90.188 6.31-18.61 9.023-38.46 7.344-54.875 2.966-32.438-1.393-68.354-11.187-101-9.96-33.2-25.327-63.16-46.25-82.125-1.754-3.06-4.144-5.847-6.876-8.344-5.71-5.217-13.12-9.61-22.78-13.436-19.323-7.653-46.94-12.844-82.345-12.844zm0 18.688c33.573 0 59.057 5.236 75.342 11.687 8.143 3.224 14.168 6.298 17.5 9.344 3.333 3.043 3.5 5.482 3.5 5.843 0 10.54-8.305 21.148-25.687 29.78-17.382 8.633-42.673 14.032-70.656 14.032-28.098 0-53.343-5.08-70.658-13.438-17.314-8.355-25.718-18.457-25.718-30.374 0-.36.76-2.8 4.094-5.844 3.332-3.047 8.794-6.12 16.937-9.345 16.285-6.45 41.77-11.688 75.344-11.688zm111.374 43.25c11.81 15.68 21.998 36.85 29 60.187 7.59 25.3 11.598 53.038 11.22 78.625-16.25-13.403-28.542-34.667-36.627-57.406-8.665-24.372-12.573-51-8.03-73.844 1.744-2.406 3.22-4.942 4.437-7.563zm-222.875.374c.568 1.294 1.18 2.57 1.874 3.813 5.502 25.973.96 54.837-8.875 80.25-7.943 20.52-19.176 39.02-32.97 51.75-.08-24.852 3.918-51.563 11.25-76 6.946-23.153 17.027-44.17 28.72-59.813zm242.06 269.344c-36.57 28.03-82.68 46.99-130.56 51.063l-.783.06-.812-.06c-47.334-4.036-92.797-22.698-129.125-50.19-.956 3.05-1.438 6.11-1.438 9.158 0 15.545 12.548 31.48 36.438 43.937 23.89 12.458 58.006 20.563 95.78 20.563 37.777 0 71.893-8.105 95.783-20.563 23.89-12.458 36.437-28.392 36.437-43.938 0-3.338-.573-6.697-1.72-10.03zm-275.655 33.28c-17.37 12.854-26.563 27.47-26.563 41.845 0 11.535 10.293 29.294 26.157 43.095 14.044 12.22 31.883 21.216 47.31 23.125 9.7-22.68 20.252-41.555 31.657-56.438-13.913-3.702-26.666-8.546-37.843-14.375-18.425-9.608-33.094-22.287-40.72-37.25zm290.28.095c-7.636 14.925-22.297 27.568-40.686 37.158-11.228 5.854-24.048 10.697-38.033 14.406 11.398 14.872 21.96 33.744 31.657 56.375 14.686-1.997 32.556-10.938 46.72-23.095 16.113-13.833 26.748-31.68 26.748-43.094 0-14.332-9.13-28.923-26.406-41.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-armored-pants tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M89.452 32v44.667l166.75 28.9 166.75-28.9V32l-166.75 28.902L89.452 32zm-.405 69.444v186.712c49.478 16.004 90.187 8.72 139.67 0 1.14-34.244 12.925-60.635 27.09-60.672 14.165.04 25.95 26.428 27.09 60.672 49.472 16.003 90.173 8.72 139.65 0V101.444l-166.74 28.813-166.76-28.813zm0 212.25V382.88c45.914 7.332 85.747 13.896 131.648 0V313.694c-45.915 7.33-85.747 13.895-131.648 0zm201.853 0V382.88c45.914 7.332 85.747 13.896 131.648 0V313.694c-45.915 7.33-85.747 13.895-131.648 0zm-198.44 94.55v64.2c43.532 6.802 81.302 12.893 124.823 0v-64.2c-43.534 6.8-81.303 12.893-124.824 0zm201.854 0v64.2c43.533 6.802 81.3 12.893 124.822 0v-64.2c-43.534 6.8-81.3 12.893-124.822 0z"/></svg>
<svg class="tc-image-originals-armoured-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M157.78 69.53l-8.905 99.97c-14.96 2.794-28.435 6.714-40.656 12.094l-86-42.156 37.124 79.906c-10.847 13.674-20.203 30.584-28.47 51.5-34.747 87.928 181.057 154.78 224.19 154.78 42.057 0 266.232-76.327 224.186-154.78-9.132-17.04-18.732-31.634-29.28-44.063l40.53-87.343-93.906 46.032c-9.932-4.695-20.66-8.54-32.344-11.657L354.937 69.53l-63.25 94.126c-11.52-.58-23.682-.875-36.625-.875-12.02 0-23.45.1-34.343.376L157.78 69.53zm99.47 208.19c79.562 0 125.046 4.568 148.47 13.03 11.71 4.23 17.554 8.966 20.936 14.25 3.382 5.284 4.72 11.997 4.72 21.406 0 4.654-6.346 14.092-19.938 23.688-13.593 9.595-32.873 19.247-53.282 27.625-20.408 8.377-42 15.545-60.406 20.56-18.405 5.017-34.218 7.783-40.5 7.783-7.84 0-24.075-2.773-42.688-7.782-18.612-5.008-40.024-12.164-60.093-20.53-20.07-8.366-38.848-18.025-52.032-27.594-13.185-9.57-19.344-18.904-19.344-23.75 0-9.457 1.294-16.203 4.594-21.47 3.3-5.264 9.008-9.994 20.624-14.217 23.234-8.447 68.738-13 148.938-13zm-62.656 39.217c-16.83 0-30.5 6.806-30.5 15.22 0 8.412 13.67 15.25 30.5 15.25s30.47-6.835 30.47-15.25c0-8.414-13.64-15.22-30.47-15.22zm120.937 0c-16.83 0-30.5 6.806-30.5 15.22 0 8.412 13.67 15.25 30.5 15.25 16.832 0 30.47-6.835 30.47-15.25 0-8.414-13.638-15.22-30.47-15.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-arrow-cluster tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.313 15.688l-50.375 87.53 28.156-8.53 22.28-38.72 22.407 38.782 28.126 8.47-50.594-87.532zm-138.938 77.75l18.5 99.28 14.156-22.093L141.595 120l48.97 17.313 23.124-10.157-95.313-33.72zm278.72 0l-95.314 33.718 23.876 10.5L375.562 120l-9.812 52.688 12.844 20.03 18.5-99.28zm-139.72 2.03l-9.344 2.844v104.47l9.69 11.343 9-10.5V98.28l-9.345-2.81zm81.22 52.032l-54.345 63.688.344.28-14.563 17 12.033 14.063 71.093-83.343-4.75-7.375-9.812-4.312zm-161.25.53l-8.595 3.782-5.47 8.532 255.5 299.469L433 447.688l-8.094-9.47 22.688-10.03 11.47-5.063-8.158-9.53-44.125-51.783-2.31-2.718-3.564-.47-49.562-6.655-174-203.94zm56.06 123.22l-62.218 72.688-.125-.094-6.625 7.75-49.718 6.687-3.564.47-2.312 2.72-44.28 51.936-8.158 9.563 11.5 5.06 22.75 10.064-8.187 9.594 14.218 12.156L245.594 285.28l-12.188-14.03zm24.376 28.125l-9.75 11.28v178.75h18.69v-15.092l24.874 7.437 12.03 3.594v-87l-2.374-2.656-34.53-38.47v-47.5l-8.94-10.343zm-111.5 73.5l-42.936 50.375L86.906 416l33.844-39.688 25.53-3.437zm223.22.375l25.406 3.438 33.656 39.468-16.312 7.22-42.75-50.126zm-140.03 4.375l-16.064 18.094-2.344 2.655v87.031l12.063-3.656 6.344-1.906v-102.22zm37.25 7.563l18.217 20.312v54.75l-18.218-5.438v-69.625zm-87.75 5.406l-64.564 74.687 3.5 5.44 6.813 10.592 8.155-9.593 44.28-51.94 2.314-2.686-.064-3.563-.437-22.936zm157.905.156l-.438 22.97-.093 3.53 2.312 2.72 44.125 51.75 8.19 9.592 6.78-10.625 3.53-5.5-64.405-74.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-arrow-dunk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M237.13 18.283c-51.748 0-99.183 27.58-136.067 73.395 11.946-6.97 24.526-11.903 37.51-14.76 8.952-1.97 18.062-2.96 27.25-3 27.562-.123 55.824 8.283 82.636 24.318 70.828 42.362 132.585 137.45 153.704 275.178l-49.44 12.637 74.33 109.74 74.327-147.733-51.84 13.25c.564-8.534.9-17.16.9-25.905 0-175.088-95.847-317.12-213.307-317.12h-.002zm-71.165 74.305c-7.924.04-15.734.9-23.375 2.582-30.47 6.705-58.785 26.48-81.356 61.89C37.996 207.88 24.4 269.28 24.4 335.4c0 15.983 1.35 31.378 2.883 46.73 14.387-135.103 92.702-238.62 187.363-238.62 34.713 0 67.177 13.976 95.083 38.334-21.608-29.968-45.915-52.65-70.863-67.57-24.337-14.556-49.13-21.81-72.902-21.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-arrow-flights tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.938 17.75l-29.625 112-64.22-64.313-18.218 18.22L480.78 494.124h11.814V469.5L264.72 241.28l29.624-112.124-17.53-17.53-16.783 37.468-.31-54.563-23.564-23.56-12.125 19.75-2.343-34.22-38.75-38.75zM419.875 81l-17.563 66.47-35.406-35.407-14.875 15.156 140.564 140.593V237.75l-20.375-20.375 17.592-66.438L419.875 81zM114.72 154l-92.814 24.53 16.75 16.75 50.97-1-37.19 14.782 39.44 39.438 32.905 2.03-12.874 8.907 20.688 1.282-16.844 11.655 17.594 17.594L226 265.436 114.72 154zm252.936 15.28l-48.97 12.94 25.658 25.655 31.875 2.156-18.408 11.314 30.782 30.78 48.97-12.936-69.908-69.907zM122.78 316.313l-17.56 66.407-35.345-35.47-15.313 15.313 131.594 131.562h30.094l-41.156-41.313 17.594-66.593-13.907-13.908-12.093 19.782-2.343-34.22-41.563-41.562zm188.907 51.594l-10.843 41.063-23.5-23.5-13.22 13.217 23.376 23.344-40.72 10.783 44.814 44.812 40.72-10.78 27.998 28h26.407l-41.095-41.095 10.844-41.03-19.158-19.19-8.562 7.75-3.344-19.624-13.72-13.75zM70.25 404.656L21.562 417.5l54 54h34.094L93.126 487l47.03-12.438-69.906-69.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-arrow-scope tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18.35 18.55v91.552l102.82 58.544-101.203.305 285.76 135.443L170.27 18.637l-2.186 100.974-58.49-101.06H18.35zm285.058 92.75c-21.68 0-43.36 3.692-64.013 11.055l8.02 16.918c5.095-1.76 10.254-3.288 15.464-4.554l11.565 22.577c-5.513 1.186-10.967 2.71-16.34 4.533l8.04 16.96c5.627-1.812 11.348-3.245 17.128-4.263l3.09 6.032 4.385 50.13 10.3 21.726c.782-.038 1.566-.06 2.35-.06 12.445 0 24.89 4.777 34.438 14.326 19.098 19.098 19.1 49.777.002 68.875-19.098 19.097-49.78 19.098-68.877 0-9.797-9.798-14.553-22.644-14.298-35.41l-17.9-8.483c-.332 2.372-.554 4.757-.635 7.147l-51.738 4.778-7.142-2.203c-.048-11.992 1.588-23.986 4.89-35.612l-17.01-8.062c-3.777 12.374-5.898 25.148-6.347 37.972l-26.163-8.078c1.11-13.985 3.942-27.857 8.48-41.284l-16.94-8.03c-23.33 66.74-8.356 143.966 44.923 197.245 74.11 74.11 194.547 74.11 268.656.002 74.11-74.11 74.107-194.546-.002-268.654-37.054-37.054-85.69-55.582-134.326-55.582zm16.244 19.34c38.255 3.63 75.53 20.115 104.87 49.456 22.975 22.975 38.064 50.816 45.275 80.18l-20.453 10.48c-5.624-27.06-18.91-52.83-39.877-73.795-26.918-26.917-61.753-41.19-97.07-42.82l7.255-23.5zm-12.94 41.923c32.42.29 64.75 12.82 89.54 37.61 19.642 19.643 31.567 44.023 35.828 69.427l-2.648 1.357-60.305 5.57c-2.665-12.13-8.68-23.66-18.078-33.058-11.496-11.496-26.173-17.953-41.245-19.376l-4.877-55.754 1.783-5.778zM427.58 299.894l6.277 1.937c-.243 32.483-12.768 64.893-37.605 89.73-19.303 19.304-43.184 31.156-68.113 35.604l-1.745-3.406-5.05-57.74c10.892-2.985 21.176-8.723 29.704-17.25 12.094-12.096 18.6-27.717 19.544-43.612l56.986-5.263zm24.707 7.626l21.955 6.78c-3.005 39.356-19.574 77.878-49.72 108.024-21.934 21.934-48.3 36.682-76.196 44.248l-11.37-22.195c26.588-5.774 51.877-18.967 72.51-39.602 26.965-26.964 41.23-61.875 42.82-97.254zm-214.234 9.88c2.84 11.51 8.735 22.408 17.697 31.37 12.966 12.966 29.982 19.514 47.045 19.666l4.904 56.084-1.436 4.65c-33.04.18-66.134-12.346-91.397-37.61-19.042-19.042-30.832-42.538-35.418-67.103l3.913-2.006 54.69-5.05zm-75.783 15.858c5.885 26.225 19.006 51.14 39.382 71.517 27.385 27.385 62.964 41.667 98.907 42.88l-7.583 24.566c-40.276-2.447-79.86-19.072-110.684-49.898-22.04-22.04-36.823-48.554-44.356-76.6l24.333-12.464z"/></svg>
<svg class="tc-image-originals-arrowed tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M188.438 24.938l-7.188 17.718-8.78 21.594-23.095-3.22-18.938-2.624L140 74.97l17.72 30.686 2.28 3.97 4.53.624 26.19 3.656 69.843 120.97c6.38-1.674 12.76-3.102 19.125-4.22l-73.032-126.53 9.625-23.75 1.72-4.25-2.28-3.94L198 41.502l-9.563-16.563zM327 33.718l-13.688 13.344-16.718 16.25-19.844-12.218-16.28-10.032 2.092 19.032 3.875 35.218.5 4.532 3.907 2.406 21.844 13.438 12.375 112.093c3.99-.196 7.942-.287 11.843-.218 2.335.042 4.64.142 6.938.282l-12.563-113.75 18.94-18.406 3.28-3.188-.5-4.563-3.875-35.218-2.125-19zM103.344 94.063l-1.563 19.063-1.874 23.25-23 3.875-18.844 3.156 14.094 12.938L98.28 180.28l3.345 3.095 4.53-.75 26.032-4.406 80.875 74.186c1.764-.85 3.53-1.69 5.313-2.5 4.413-2.008 8.888-3.888 13.406-5.656l-87.31-80.125 2.06-25.53.376-4.564-3.375-3.093L117.438 107l-14.093-12.938zm332.53 123c-17.883-.094-38.852 9.04-55.937 26.125-5.31 5.31-9.823 11.023-13.562 16.875-11.6-6.99-25.385-11.1-40.344-12.687l-.03-.25c-3.086-.237-6.222-.397-9.438-.438-.412-.005-.835.002-1.25 0-105.82-2.977-255.813 107.01-127.937 203.125H68.062l-26.468 47.75H298.78l-88.5-103.25c24.272-26.708 67.46-43.704 97-45.062 13.794 45.098 36.266 113.497 71.75 148.313h60.845c-43.07-46.547-76.538-109.09-81.938-179.844 1.616 3.234 3.72 6.187 6.313 8.78 18.664 18.664 55.945 11.617 83.28-15.72 27.337-27.335 34.352-64.616 15.69-83.28-7-7-16.615-10.38-27.345-10.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-arrowhead tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M34.22 19.844l-12.407.125.062 30 177.97 177.5c4.98-8.957 12.884-16.088 22.405-20.064L34.22 19.844zm205.436 202.75c-14.946 0-26.844 11.93-26.844 26.875s11.898 26.874 26.844 26.874c14.946 0 26.875-11.93 26.875-26.875 0-14.947-11.928-26.876-26.874-26.876zm150.875 15.75c-15.905 11.413-31.637 18.404-47.467 21.5 29.263 39.57 49.927 71.443 62.28 96 6.804 13.523 11.162 24.788 12.907 34.562 1.745 9.774.876 19.417-5.813 25.906-6.688 6.49-16.216 7.208-26.125 5.532-9.908-1.676-21.394-5.88-35.187-12.438-25.368-12.058-58.377-32.294-99.22-60.906-2.646 16.347-8.904 32.21-19.06 47.53 64.07 43.58 163.496 83.783 246.468 88.783 3.614-85.247-42.328-181.024-88.782-246.47zm-105.655 16.562c-2.375 19.668-17.412 35.58-36.656 39.28 3.07 11 4.776 21.816 5.093 32.44 44.728 31.797 80.314 53.785 105.812 65.905 12.888 6.127 23.263 9.684 30.313 10.876 7.05 1.193 9.577-.12 9.968-.5.392-.38 1.644-2.46.438-9.22-1.207-6.756-4.852-16.84-11.188-29.436-12.4-24.647-34.88-59.106-67.5-102.563-11.922-.288-23.968-2.61-36.28-6.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-arrows-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.47 26.563v20.875L84.812 81.06l-14.5 30.47 155.968 24.03L109.313 29.626 92.876 64.188 17.47 26.562zm354.842 32.5c-4.43.024-8.844.136-13.218.343-45.09 2.137-86.237 14.54-113.28 38.782.172 77.194 5.056 152.54 23.124 213.687 17.983 60.865 48.327 106.972 99.687 129.906 45.97-20.273 76.837-71.63 95.97-138.56 19.067-66.71 26.205-147.742 26.592-224.126-34.766-12.206-75.27-19.68-114.437-20.03-1.48-.015-2.96-.01-4.438-.002zm-6.5 27.968c1.047-.006 2.107-.008 3.157 0 29.384.265 59.388 6.713 85.03 17.44l5.72 2.405v6.22c0 58.435-4.575 121.105-18.064 173.78-13.488 52.675-35.843 96.5-74.375 113.688l-3.905 1.718-3.844-1.78c-40.63-18.93-63.79-58.79-76.592-107.156-12.803-48.366-15.813-106.07-15.813-164.5v-3.688l2.5-2.687c21.535-23.147 53.538-33.397 86.813-35.157 3.12-.166 6.235-.26 9.375-.282zm3 18.69c-3.82-.04-7.618.05-11.375.25-28.647 1.514-54.426 10.133-71.562 26.81.145 56.383 3.362 111.343 15.125 155.782 11.566 43.697 30.844 76.442 62.5 93 27.89-14.766 47.736-51.3 60.03-99.312 12.383-48.354 17.045-107.17 17.376-162.78-22.038-8.363-47.53-13.5-72.094-13.75zM91.875 162.155l-2.844 33.78-71.56-6.592v18.75l69.968 6.47-2.844 33.624 146.97-30.875-139.69-55.157zm9.97 128.156l8.03 27.532L17.47 344.47v19.467l97.624-28.187 9.437 32.344 118.25-76.688-140.936-1.094zm171.436 85.094l-145.155 44.438 19.03 28.5-70.093 46.78.376.563h32.468l47.625-31.78 19.032 28.53 96.72-117.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-arson tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M292.188 16.22c-111.482 14.198-135.342 99.816-95.063 166.28-43.158-17.874-61.805-44.185-43.656-82.47-41.67 21.616-63.65 64.594-62.72 111 .727 36.28 15.237 64.622 37.72 85.157-11.34-28.98-14.304-59.254-7.064-84.78 35.742 49.33 137.816-19.996 147.125-79.282-.036 63.674 63.968 118.383 112.69 52.406 8.686 35.966 6.747 73.19-2.44 103.157 18.762-19.76 30.682-45.355 31.564-76.656 1.263-44.876-21.042-74.46-72.125-96.06 19.285 27.88 11.738 60.293-8.814 73.843 13.512-68.19-120.605-105.09-37.22-172.532l.002-.06zm21.375 217.093v41.593l-.72-.562H199.72l-97.314 74.437h51.28v141.876H297.72v-68.28h37v68.28H358V348.78h52.156L358 308.876v-75.563h-44.438zM176.72 360.156h37v35.594h-37v-35.594zm59.78 0h37.03v35.594H236.5v-35.594zm60.5 0h37.03v35.594H297v-35.594zm-120.28 61.53l37 .002v35.562h-37v-35.563zm59.78.002h37.03v35.562H236.5v-35.563z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-artificial-hive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.313 23.844L49.438 140.25l-.376 233.5 202.625 116.406L453.563 373.75l.375-233.5L251.313 23.844zm-1.407 57.062l52.406 30.25v60.5l-52.406 30.25-52.406-30.25v-60.5l52.406-30.25zm-105.344 60.47l52.407 30.25v60.5l-52.407 30.25 52.406 30.25v60.53l-52.407 30.25-52.407-30.25v-60.53l52.406-30.25-52.406-30.25v-60.5l52.406-30.25zm210.313 0l52.406 30.25v60.5l-52.405 30.25 52.406 30.25v60.53l-52.405 30.25-52.406-30.25v-60.53l52.405-30.25-52.406-30.25v-60.5l52.405-30.25zM249.905 202l52.407 30.25v60.5l-52.28 30.188 52.28 30.156v60.53l-52.406 30.25-52.406-30.25v-60.53l52.28-30.156-52.28-30.188v-60.5L249.906 202z" fill="#fff"/></svg>
<svg class="tc-image-originals-artificial-intelligence tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.016 17.824C153.28 17.824 68 123.394 68 255.984c0 55.725 15.08 106.68 40.17 147.034 42.033 17.992 95.622 27.594 149.34 27.644 51.828.046 103.59-8.786 145.04-25.588C428.41 364.4 444 312.66 444 255.982c0-132.59-85.25-238.156-187.982-238.158h-.002zm1.746 18.7c80.525 0 145.63 65.072 145.63 145.6 0 80.526-65.105 145.63-145.63 145.63-80.53 0-145.6-65.104-145.6-145.63 0-80.53 65.07-145.6 145.6-145.6zm-27.69 40.02c-2.586 5.774-5.09 11.292-7.52 16.843-.543 1.243-1.193 1.538-2.622 1.636-5.436.377-10.875.927-16.25 1.8-1.77.29-2.69.21-3.723-1.294-3.335-4.866-6.823-9.626-10.352-14.565L167.268 97.3c3.778 5.304 7.298 10.362 10.962 15.315.976 1.318.846 2.18.102 3.567-1.747 3.258-3.268 6.647-4.7 10.058-.835 1.984-.724 4.898-2.126 5.967-1.56 1.19-4.355.774-6.615 1.035-4.747.548-9.5 1.08-14.443 1.64l2.727 27.526c6.937-.78 13.47-1.57 20.017-2.195 1.164-.11 2.92.056 3.503.8 3.262 4.16 6.248 8.535 9.602 13.22l-9.477 21.26 25.057 11.216c3.057-6.812 6.036-13.325 8.89-19.894.658-1.518 1.386-2.035 3.143-2.064 4.032-.066 8.11-.283 12.063-1.02 2.293-.426 3.46-.018 4.757 1.844 3.998 5.74 8.2 11.337 12.386 17.076l16.084-11.722 5.537 9.588-19.986 20.01-24.428-14.034-13.035 23.715c8.287 4.824 16.284 9.48 23.567 13.722-2.152 9.085-4.15 17.682-6.29 26.244-.156.616-1.35 1.37-2.072 1.383-6.587.105-13.18.063-19.77.063h-6.585v26.434c.67.318 1.345.628 2.02.935h26.087c.75 3.174 1.477 6.206 2.182 9.203C235.314 310.028 244.536 311 254 311c15.906 0 31.138-2.728 45.236-7.723-8.264-13.37-6.265-30.49 3.118-41.173 13.284-15.13 36.56-16.175 50.794-2.032 1.167 1.16 2.232 2.366 3.21 3.61C374.897 241.53 386 213.237 386 182.412c0-6.172-.454-12.24-1.314-18.18-.236-.12-.427-.22-.686-.35-.132-.068-.31-.047-.664-.09-4.587 7.96-9.21 15.986-13.56 23.54l-27.532-7.566v-27.21h-27.32v27.24c-9.023 2.44-17.696 4.787-26.645 7.206-4.342-7.55-8.898-15.472-13.47-23.426l-18.232 10.235c-1.31-1.825-2.425-3.512-3.685-5.087-.825-1.03-.648-1.725-.028-2.86 2.178-3.98 4.357-7.992 6.06-12.185.805-1.988 1.693-2.632 3.73-2.81 6.453-.557 12.885-1.36 19.616-2.102-.92-9.32-1.82-18.397-2.72-27.522-6.795.652-13.1 1.22-19.396 1.89-1.49.157-2.1-.388-2.888-1.66-2.787-4.495-5.686-8.944-8.89-13.144-1.16-1.518-1.426-2.46-.63-4.148 2.537-5.387 4.9-10.854 7.393-16.438-8.45-3.774-16.663-7.445-25.068-11.2zm-13.455 42.845c12.335.102 22.195 10.073 22.092 22.337-.105 12.433-10.133 22.24-22.595 22.093-12.426-.145-22.047-10.12-21.908-22.72.134-12.086 10.174-21.814 22.41-21.71zm-45.183 214.63c18.315 0 33.066 14.8 33.066 33.41 0 18.608-14.75 33.437-33.064 33.437-18.315 0-33.036-14.83-33.036-33.437 0-18.61 14.72-33.41 33.034-33.41zm165.334.732a33 33 0 0 1 33 33 33 33 0 0 1-33 33 33 33 0 0 1-33-33 33 33 0 0 1 33-33zm-208.372 96.002v.006c.003 0 .005 0 .008.002l-.008-.008zm.008.008c11.484 13.443 24.29 25.074 38.108 34.586l-7.076-26.303c-10.648-2.343-21.013-5.113-31.032-8.283zm253.89 1.52c-8.87 2.67-17.994 5.016-27.33 7.046l-6.42 23.903c12.14-8.723 23.46-19.12 33.75-30.943v-.004zM179.82 443V443l9.565 35.686c11.31 5.452 23.12 9.55 35.31 12.156l-5.048-43.006c-13.472-1.002-26.797-2.645-39.828-4.838zm154.793.252c-10.124 1.667-20.447 2.983-30.85 3.96l-4.802 40.702c9.11-2.72 17.96-6.292 26.522-10.63l9.133-34.028v-.002l-.002-.002zm-49.77 5.297l-.005.03h.006l-.002-.03zm-.005.03c-9.08.502-18.206.753-27.324.753-6.344-.005-12.686-.126-19.012-.377l5.297 44.72c4.04.377 8.112.503 12.216.503 8.003 0 15.89-.626 23.652-1.905l5.17-43.692z"/></svg>
<svg class="tc-image-originals-assassin-pocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M233.56 16.225l-15.535 54.302-79.183-12.79-2.98 18.45L212.85 88.62l-14.92 52.163 17.968 5.14 11.028-38.546c92.558 14.84 177.404 26.687 273.004 16.824-78.98-39.333-166.495-51.603-258.832-66.368l10.43-36.467-17.97-5.14zm-68.695 120.443l-13.482 12.953 69.644 72.493-59.63 34.428 9.347 16.19 44.098-25.46c83.234 86.485 160.743 164.186 267.683 231.242-48.682-97.16-128.987-177.16-212.025-263.375l40.176-23.198-9.346-16.19-63.625 36.734-72.84-75.816zm-87.11 13.424l-17.82 5.646 20.942 66.094-53.99 13.613 4.57 18.125 38.824-9.79c25.36 79.632 50.276 151.825 99.097 222.02 2.31-80.818-23.148-155.34-48.488-234.78l37.794-9.528-4.57-18.125-55.08 13.887-21.28-67.162z"/></svg>
<svg class="tc-image-originals-asteroid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M252.625 36.307c-6.092.006-12.026.422-17.766 1.367-6.74 15.11-15.352 32.332-15.352 32.332l-32.752-13.453c-16.186 7.61-10.852 30.03-20.06 38.44-27.888 22.73-83.84 68.866-89.725 84.734-12.537 33.803-19.03 69.85-20.005 104.95 14.493 7.74 31.347 20.743 47.008 34.73 14.336 14.328 35.16 31.31 40.828 49.716l2.096 7.168-6.658 3.384c-11.466 5.26-9.42 16.91-11.275 25.86l-17.602-3.77c1.218-13.002 3.663-24.96 13.206-33.12-8.763-13.648-21.562-25.924-32.584-35.81-11.454-10.23-24.25-20.012-34.933-26.947 1.674 46.477 1.207 81.64 21.255 114.607l31.945 5.094-.553 28.053 42.27-3.222-5.3 30.28c92.217 38.28 247.83-57.624 288.362-162.223 8.685-22.415 48.163-45.242 49.896-67.717 2.734-35.472-8.37-70.06-27.727-100.74-13.795 13.218-29.79 17.135-46.56 9.796l20.255 23.86-13.723 11.648-27.4-32.273-1.24-18.446c-5.757-5.283-11.19-11.362-16.046-17.94l-33.95 9.97-5.073-17.27 29.023-8.522c-3.782-7.177-6.71-14.646-8.39-22.174-2.694-12.064-2.116-24.784 4.7-35.326.07-.108.145-.21.216-.317-36.018-4.868-73.49-16.754-106.387-16.718zm121.287 26.806c-3.475 5.376-4.253 12.655-2.248 21.633s6.862 19.155 13.3 28.45c6.44 9.293 14.446 17.73 22.216 23.577 23.14 12.916 41.762 7.763 39.084-16.968-1.89-16.137-17.54-29.672-23.46-35.753-12.655-12.994-38.097-34.83-48.892-20.94zm-36.207 4.266l-9.47 21.282-25.104 9.29-18.34-10.36zM233.393 96.282l30.316 11.072 27.874 46.264 32.05 14.146-7.27 16.468-37.26-16.45zm-43.89 30.66c9.625-.01 19.89 2.822 25.817 11.815 6.116 5.094 16.364 8.502 27.846 12.816l-6.332 16.852c-5.8-2.18-12.472-4.145-18.963-6.996-1.048 3.52-2.588 6.89-4.358 9.935a64.73 64.73 0 0 1-2.97 4.625c12.61 6.737 24.022 11.983 30.12 12.506l-1.54 17.934c-13.374-1.148-27.19-8.556-41.235-16.645a69.874 69.874 0 0 1-5.22 4.035c-5.618 3.903-12.543 7.623-20.044 10.5 2.925 14.92 3.148 30.108 2.94 41.203l-17.997-.337c.19-10.045-.234-23.675-2.45-36.112-5.99.925-12.046 1.06-17.944-.383-.09-.02-.177-.046-.266-.07.083 13.554-1.982 28.058-11.95 42.374l-14.77-10.285c10.87-15.612 8.98-30.818 7.804-49.224-1.566-5.005-1.475-10.304-.23-14.988 1.682-6.33 5.1-11.886 9.187-16.945 8.176-10.118 19.228-18.362 28.807-23.49 11.795-5.06 22.388-9.09 33.75-9.12zm-.665 18.012c-.64.012-1.308.047-2.004.102-7.502.613-16.64 3.695-22.588 6.88-7.375 3.946-17.25 11.444-23.3 18.93-3.023 3.743-5.045 7.453-5.79 10.254-1.15 5.08 2.084 9.024 6.29 10.087 3.02.738 7.46.737 12.396-.164 9.87-1.802 21.545-7.135 28.553-12.004 5.274-3.666 11.863-10.37 15.556-16.722 3.85-12.748.492-17.54-9.112-17.363zm259.953 37.65l12.642 62.508-54.782 40.737 33.01-56.89zm-61.31 20.75l3.182 17.717-66.13 11.883-9.65 25.186-25.25 11.934 21.725-53.04zm-11.63 64.83l16.3 7.63c-7.236 15.46-9.834 23.982-8.974 33.36 6.018.288 12.134.976 18.222 1.934l-2.796 17.78c-20.668-3.25-40.167-1.63-49.913 5.192-4.873 3.41-7.866 7.633-9.088 14.89-1.223 7.254-.21 17.796 4.873 31.997-14.763 5.31-28.485 9.344-43.684 14.436l-5.716-17.068 27.455-9.197c-1.625-8.534-1.85-16.21-.678-23.16 1.844-10.947 7.55-19.874 15.334-25.773-2.568-5.383-5.2-11.09-7.092-17.383-2.792-9.287-.37-27.64-.56-27.658 0 0 15.726 15.586 17.798 22.477 1.373 4.567 3.592 9.417 6.01 14.548 3.83-1.158 7.836-1.963 11.965-2.47-.69-12.83 3.032-25.492 10.543-41.536zm-145.416 3.946l-21.852 46.684-1.49 65.057-17.38-68.036s36.75-43.703 40.722-43.703zm38.574 139.85a84.97 84.97 0 0 1 7.69.32c13.628 1.172 27.29 5.13 40.73 9.132l-5.137 17.252c-13.297-3.96-26.01-7.494-37.134-8.45-5.48-.47-10.477-.36-15.1.508l-14.878-14.148c6.827-2.917 14.02-4.278 21.263-4.56a75.72 75.72 0 0 1 2.568-.054zm-38.95 15.075l13.983 13.3c-10.892 17.037-14.518 26.755-31.18 37.32 1.64-5.576 3.002-16.252 5.88-26.984 2.176-8.11 5.298-16.793 11.32-23.635z"/></svg>
<svg class="tc-image-originals-astronaut-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23c-16.076 0-32.375 3.73-48.178 10.24-2.126 6.525-3.877 14.76-4.877 23.754-1.31 11.79-1.73 24.706-1.87 36.819 33.864-3.704 75.986-3.704 109.85 0-.14-12.113-.56-25.03-1.87-36.82-1-8.992-2.75-17.228-4.877-23.753C288.375 26.73 272.076 23 256 23zm100.564 19.332c9.315 7.054 18.107 14.878 26.282 23.234 1.53-6.65 4.69-12.696 9.03-17.695zm-170.03 1.49c-34.675 20.22-65.047 52.714-82.552 86.334-33.08 63.536-39.69 156.956-.53 214.8C132.786 388.278 200.276 405 256 405c55.725 0 123.215-16.72 152.547-60.045 39.162-57.843 32.55-151.263-.53-214.8-17.504-33.62-47.876-66.112-82.55-86.333.578 3.65 1.057 7.388 1.478 11.184 1.522 13.694 1.912 28.197 2.014 41.267C347.664 99.427 362 104 368 110c32 32 75.537 134.695 16 224-37.654 56.48-218.346 56.48-256 0-59.537-89.305-16-192 16-224 6-6 20.335-10.573 39.04-13.727.103-13.07.493-27.573 2.015-41.267.42-3.796.9-7.534 1.478-11.184zM64 48c-8.837 0-16 7.163-16 16a16 16 0 0 0 7 13.227V145.5L73 132V77.21A16 16 0 0 0 80 64c0-8.837-7.163-16-16-16zm358.81 3.68c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm25.272 55.205c-6.98 5.497-15.758 8.795-25.27 8.795-.745 0-1.48-.027-2.214-.067a216.57 216.57 0 0 1 2.38 4.37l29.852 22.39zm-238.822 2.5c-17.257.09-37.256 3.757-53.233 16.12-26.634 20.608-43.034 114.763-33.49 146.763 16.584-61.767 31.993-124.02 107.92-161.274a133.445 133.445 0 0 0-21.197-1.61zm-135.055 44.21L40.15 179.138l-14.48 72.408 38.18 45.814c-10.947-46.523-5.776-98.723 10.355-143.764zm363.59 0c16.13 45.042 21.302 97.242 10.355 143.764l38.18-45.815-14.48-72.408zM106.645 375.93c-3.583 1.17-7.252 3.406-10.282 6.435-4.136 4.136-6.68 9.43-7.164 14.104.21.364.603 1.157 1.73 2.162 2.453 2.188 6.693 5.17 12.127 8.358 10.867 6.38 26.55 13.757 44.205 20.623 21.177 8.237 45.35 15.704 67.738 20.38v-27.61c-39.47-5.12-79.897-18.325-108.355-44.452zm298.71 0C376.897 402.055 336.47 415.26 297 420.38v27.61c22.387-4.676 46.56-12.143 67.738-20.38 17.655-6.865 33.338-14.243 44.205-20.622 5.434-3.19 9.674-6.17 12.127-8.36 1.127-1.004 1.52-1.797 1.73-2.16-.482-4.675-3.027-9.97-7.163-14.105-3.03-3.03-6.7-5.264-10.282-6.435zM77.322 410.602L18 450.15V494h37v-18h18v18h366v-18h18v18h37v-43.85l-59.322-39.548c-.537.488-1.08.97-1.623 1.457-3.922 3.497-8.932 6.89-14.998 10.452-12.133 7.12-28.45 14.743-46.795 21.877C334.572 458.656 290.25 471 256 471s-78.572-12.343-115.262-26.61c-18.345-7.135-34.662-14.757-46.795-21.878-6.066-3.56-11.076-6.955-14.998-10.453-.543-.487-1.086-.97-1.623-1.458zM233 422.184v28.992c8.236 1.162 16.012 1.824 23 1.824 6.988 0 14.764-.662 23-1.824v-28.992c-7.82.555-15.523.816-23 .816s-15.18-.26-23-.816z"/></svg>
<svg class="tc-image-originals-at-sea tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.438 14.188c-132.32 0-239.782 107.46-239.782 239.78S124.118 493.75 256.436 493.75c132.32 0 239.783-107.46 239.783-239.78S388.756 14.187 256.436 14.187zm0 17.906c122.653 0 221.875 99.222 221.875 221.875 0 4.52-.14 9.014-.407 13.468-30.945 8.15-68.07-14.224-85.406-43.844-47.56 66.05-89.736 73.192-129.156-1.563-36.942 67.55-104.172 73.156-137.125 20.064-33.724 45.983-56.65 52.056-91.064 28.562-.408-5.506-.625-11.076-.625-16.687 0-122.654 99.254-221.876 221.907-221.876zm138.5 245.22c20.212 40.226 58.603 27.536 81.968 1.56-4.73 42.46-21.395 81.254-46.594 113-33.743 18.582-58.868 7.2-89.562-45.624-41.883 74.754-109.812 67.614-160.344 1.563-17.546 28.218-62.92 49.844-97.28 44.78-21.883-27.33-37.445-59.944-44.44-95.656 23.49 22.105 63.89 29.177 84.408-3.625 32.368 48.656 100.402 51.536 140.25-5.062 23.826 34.047 85.965 64.59 131.594-10.938zM177.813 401.5c48.48 75.528 137.623 45.016 162.937 10.97 17.197 19.63 37.55 20.796 57.688 12.06-38.462 32.052-87.956 51.345-142 51.345-54.692 0-104.714-19.757-143.375-52.5 24.17 8.208 50.552 4.72 64.75-21.875z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-atomic-slashes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M222.25 51.813c-59.778.797-102.472 36.19-97.47 91.593-175.105 173.99-42.24 388.292 82.72 301.281 234.398 24.897 320.07-138.203 253.688-215.875-68.157-127.71-166.197-177.97-238.938-177zm35.28 54c59.782-.537 138.234 35.254 194.314 113.593-32.668-28.783-91.096-41.137-175.594-17.906 233.673-4.713 159.012 242.056-65.813 241.094 23.605-17.352 46.84-45.562 67.563-86.97-141.047 157.87-264.124-48.664-152.094-203.78 6.14 35.83 31.486 79.165 83.5 126.5-75.762-109.73-29.625-171.834 48.125-172.53zm20.314 112.03c-28.427-.322-54.126 19.32-60.375 48.188-7.143 32.992 13.82 65.547 46.81 72.69 32.992 7.14 65.516-13.823 72.658-46.814 7.14-32.99-13.822-65.545-46.813-72.687-4.124-.894-8.22-1.33-12.28-1.376z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-attached-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 26C192 58 112 80 32 80c0 46.047 4.726 89.503 13.02 129.69 25.495-2.558 53.13-2.433 81.86-1.06l-7.61-30.446-2.022-8.086 65.898-21.967 10.866 65.194c28.32 2.336 56.907 4.82 84.9 6.238 14.357-4.67 28.073-8.33 40.43-14.36l7.78-46.682 1.732-10.39 65.898 21.968-9.578 38.316c9.207 4.926 20.403 14.91 23.97 22.346 3.352 7.302 2.696 15.333.256 24.154 2.27 6.21 2.31 12.947.43 19.287-1.65 5.57-4.95 10.974-9.844 14.974.41 10.106-5.414 19.52-14.597 23.353-5.045 10.42-15.085 22.05-25.146 25.678a35.325 35.325 0 0 1-7.943 1.7l-10.29 41.16-47.98-23.99 7.107-42.647c-7.178-2.867-14.753-6.176-23.147-9.758-22.506 2.868-45.05 5.7-67.385 8.213l7.366 44.193-47.98 23.99-15.668-62.668c-25.372 2.034-50.16 3.29-73.943 3.288C126.423 426.23 197.21 490 256 490c96 0 224-170 224-410-80 0-160-22-224-54zm-87.146 145.87l-30.102 10.034 43.258 173.028 16.02-8.008-29.176-175.055zm174.292 0l-3.927 23.562c9.757-4.082 21.374-8.826 31.514-3.473l2.514-10.058-30.102-10.033zm17.692 35.696c-5.508.754-15.244 4.655-25.35 9.72-18.843 11.052-35.297 13.47-53.963 20.448-29.314-1.518-59.264-3.89-84.43-5.912l10.538 63.23c25.773-2.928 50.59-5.99 72.93-8.845 8.035 3.372 16.415 7.06 23.603 10.05l5.156-30.943-.492-16.046c31.396-.965 40.955-17.8 46.625-26.14 2.25-3.306 4.94-9.64 5.424-13.554.162-1.32.03-1.567-.042-2.008zm14.598 16.305c-2.703 5.724-5.283 9.687-7.97 14.567 7.198 3.907 15.487 5.786 25.923 6.215.426-2.995.116-4.813-.605-6.382-1.195-2.604-5.27-6.648-13.826-12.715-1.51-.91-2.674-1.404-3.524-1.684zm-284.63 2.026c-22.55-.09-43.69 1.063-62.732 4.256-10.604 21.43-9.975 44.448 1.57 71.08 36.332 3.616 77.178 2.643 120.223-.662l-18.35-73.406c-13.955-.738-27.575-1.215-40.71-1.268zm263.41 25.303a71.374 71.374 0 0 1-5.972 4.34c2.293 9.34 10.7 11.83 19.822 13.91 7.76 1.73 16.358 2.576 23.13 2.802a14.133 14.133 0 0 0 1.376-3.166c.653-2.202.702-4.555.38-6.48-14.655-.713-27.626-4.258-38.737-11.407zm-21.835 12.025a73.26 73.26 0 0 1-4.694 1.41l-2.053 12.32a25.18 25.18 0 0 1 8.056-10.383 31.58 31.58 0 0 1-1.31-3.347zm12.872 17.345c-1.468.894-2.713 2.34-3.195 3.817-.638 1.953-1.09 3.368 1.755 5.533 3.645 2.138 9.51 4.437 15.745 5.613 5.123.967 10.54 1.276 14.804 1.205l2.876-.467c1.974-.318 4.624-3.515 4.752-6.553-5.69-.506-11.804-1.355-17.836-2.7-6.592-1.47-13.14-3.327-18.9-6.447zm-21.23 6.04l-10.05 60.314 16.018 8.008 4.72-18.88c-9.425-5.795-14.6-14.962-14.468-23.888.085-5.812 2.58-11.444 6.653-15.617-1.686-3.174-2.65-6.586-2.872-9.936zm15.933 21.91c-1.2.71-1.687 2-1.715 3.908-.04 2.678 1.262 6.588 8.574 9.61.664.133 3.335.59 7.618-.87 2.824-.963 6.072-2.797 9.226-6.81a108.078 108.078 0 0 1-7.44-1.137c-5.542-1.045-11.13-2.444-16.263-4.7z"/></svg>
<svg class="tc-image-originals-aubergine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M81.156 19.22c-9.98 17.95-11.653 41.482-8.47 63.624 1.683 11.693 4.66 23.045 9.19 33-10.98-2.333-22.86-6.74-35.25-12.063l19.624 36.47c-14.538-7.018-29.415-5.078-43.594-.313 31.984 20.98 18.398 38.788-3.093 59.157 10.004-2.09 20.2-6.646 29.343-9.72-5.812 19.467-6.532 42.407.22 67.814 53.11 199.91 223.06 260.347 345.312 221.375 80.27-25.585 108.82-99.86 95.343-161.938-6.737-31.04-23.74-59.45-49.874-77.625-26.132-18.175-61.312-25.596-102.094-15.47h-.03c-35.654 8.892-64.878 12.25-86 6.532-21.123-5.718-35.554-19.17-45-49.843-3.635-11.8-8.864-21.88-15.282-30.157-.96-18.358 6.62-32.632 21.125-43.594-20.593-4.363-40.967-6.693-58.688 16.31 5.405-13.443-.73-37.854-12.843-44.905-7.468 25.998-20.424 37.084-36.875 39.344-5.926-8.934-10.95-22.564-13.032-37.032-2.755-19.153-.53-39.567 6.312-51.876L81.156 19.22zm74.125 125.624l3.22 1.312c12.98 6.565 24.084 18.935 30.438 39.563 10.698 34.737 31.14 55.11 57.968 62.374 14.837 4.017 31.185 4.424 49.063 2.437-105.218 87.705 83.948 233.89 175.124 125.657-8.69 36.317-34.728 69.418-82.344 84.594-112.234 35.78-270.73-17.073-321.563-208.405-6.915-26.024-5.132-47.923 1.844-65.28 5.14 1.723 8.945 6.424 10.845 16.06 17.377-13.67 29.664-28.077 31.406-43.968 17.52 0 35.045 2.896 52.564 14.22 1.267-10.08-.185-19.735-8.563-28.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-audio-cassette tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M32.033 96S16 96 16 112.22V384c0 16 15.783 16 15.783 16h54.94l.547-2.184L104.973 327h302.054l17.703 70.816.547 2.184h53.01S496 400 496 385.23V112c0-16-16-16-16-16H32.033zM87 135h338v18H87v-18zm0 48h338v114H87V183zm18 18v78h132.795c5.88-11.722 9.205-24.957 9.205-39s-3.326-27.278-9.205-39H105zm152.465 0c4.85 12.066 7.535 25.223 7.535 39 0 13.777-2.686 26.934-7.535 39h32.89C283.17 267.708 279 254.33 279 240c0-14.33 4.17-27.708 11.354-39h-32.89zm55.676 0c-9.98 9.945-16.14 23.723-16.14 39 0 15.277 6.16 29.055 16.14 39h77.72c9.98-9.945 16.14-23.723 16.14-39 0-15.277-6.16-29.055-16.14-39h-77.72zm-143.677 8.432a32 32 0 0 1 12.06 6.94l-5.12 2.956c5.044 4.037 8.61 9.857 9.693 16.465l5.06-2.922A32 32 0 0 1 192 240a32 32 0 0 1-.787 6.94l-5.072-2.928c-1.016 6.624-4.525 12.476-9.525 16.56l5.065 2.924a32 32 0 0 1-12.217 7.04v-5.778c-2.972 1.164-6.192 1.812-9.553 1.812-3.36 0-6.58-.648-9.553-1.812v5.744a32 32 0 0 1-12.11-7.086l4.944-2.853c-4.995-4.088-8.5-9.943-9.512-16.57l-4.903 2.83A32 32 0 0 1 128 240a32 32 0 0 1 .81-7.027l4.91 2.834c1.08-6.608 4.643-12.43 9.684-16.47l-5.013-2.894a32 32 0 0 1 11.967-6.918v5.786c2.972-1.164 6.193-1.812 9.553-1.812 3.36 0 6.58.648 9.553 1.813v-5.878zm192.11.04a32 32 0 0 1 11.984 6.93l-5.047 2.914c5.044 4.038 8.61 9.857 9.693 16.465l4.963-2.862A32 32 0 0 1 384 240a32 32 0 0 1-.77 6.877l-4.98-2.875c-1.016 6.624-4.526 12.476-9.525 16.56l5.004 2.89a32 32 0 0 1-12.158 7.046v-5.75c-2.97 1.164-6.194 1.81-9.554 1.81-3.36 0-6.58-.646-9.553-1.81v5.793a32 32 0 0 1-12.184-7.093l5.02-2.896c-4.998-4.087-8.503-9.942-9.515-16.568l-5 2.887A32 32 0 0 1 320 240a32 32 0 0 1 .826-7.092l5.002 2.89c1.08-6.61 4.643-12.43 9.684-16.47l-5.073-2.93a32 32 0 0 1 12.025-6.908v5.81c2.972-1.166 6.192-1.812 9.553-1.812 3.36 0 6.583.646 9.554 1.81v-5.825zM119.026 345l-13.75 55h301.446l-13.75-55H119.027zM48 352a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm416 0a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm-304 7h48v18h-48v-18zm144 0h48v18h-48v-18z"/></svg>
<svg class="tc-image-originals-aura tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M320.938 13.28c-16.646 34.584-38.466 60.157-63.094 60.157-24.522 0-47.035-25.275-63.656-59.593.366 39.358-9.71 90.884-30.938 105.125-21.228 14.24-49.64-12.002-78.844-32.126 17.455 34.04 42.095 67.5 29.78 92.28-12.21 24.576-59.172 35.96-92.874 35.626 29.338 19.29 78.842 45.803 78.844 74.188.002 28.384-49.504 53.71-78.844 73 33.702-.333 80.663 11.612 92.876 36.187 12.227 24.61-9.03 56.31-33.75 85.563 44.826-15.413 65.142-5.735 85.374 10.812h31.75c-42.74-35.413-72.062-107.828-72.062-191.563-.002-118.62 58.92-214.906 131.406-214.906 72.488 0 131.406 96.29 131.406 214.907 0 83.74-29.317 156.153-72.062 191.563h27.313c19.847-14.62 39.796-25.65 89.687-9.28-26.233-30.264-42.2-62.484-29.97-87.095 12.257-24.665 56.658-36.612 90.533-36.188-29.4-19.297-75.344-44.584-75.344-73 0-28.415 45.943-54.89 75.342-74.187-33.874.424-78.273-10.962-90.53-35.625-12.315-24.78 9.982-58.24 27.437-92.28-29.202 20.12-57.583 46.385-78.845 32.124-21.262-14.263-31.382-66.13-30.938-105.69zm-68.97 93.75c-19.56 2.543-37.343 25.564-37.343 55.407 0 16.447 5.67 30.986 14 41.032l10.156 12.218-15.593 2.937c-10.815 2.035-18.743 7.737-25.53 17.063-6.79 9.325-11.984 22.344-15.626 37.343-6.585 27.128-8.078 60.24-8.31 89.47h36.093l.656 8.656 9.124 122.563h76.187l8.095-122.5.563-8.72h34.375c-.026-29.592-.44-63.166-6.407-90.5-3.295-15.095-8.287-28.096-15.156-37.313-6.87-9.216-15.133-14.897-27.28-16.78l-15.94-2.47 10.064-12.593c7.97-9.996 13.375-24.36 13.375-40.406-.002-31.817-19.884-55.313-41.44-55.313-2.54 0-3.96-.103-4.03-.094h-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-auto-repair tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M241.406 21l-15.22 34.75c-7.864.478-15.703 1.472-23.467 2.97l-23.282-30.064-25.094 8.532-.125 38.25c-10.63 5.464-20.817 12.07-30.44 19.78L88.313 79.25 70.156 98.563 88.312 133c-5.852 8.346-10.925 17.072-15.218 26.094l-38.938 1.062-7.906 25.28 31.438 23.158c-1.505 9.38-2.24 18.858-2.282 28.344L20.5 254.625l3.656 26.25 38.313 7.5c2.284 7.982 5.107 15.826 8.5 23.5L45.72 343.22l14.093 22.436 39.25-9.187c2.47 2.895 5.037 5.757 7.718 8.53 5.643 5.835 11.565 11.206 17.72 16.125l-7.625 39.313 22.938 13.25 29.968-26.094c8.606 3.462 17.435 6.23 26.407 8.312l9.782 38.406 26.405 2.157 15.875-36.22c10.97-.66 21.904-2.3 32.656-4.938l25.22 29.22 24.593-9.844-.72-14.813-57.406-43.53c-16.712 4.225-34.042 5.356-51.063 3.436-31.754-3.58-62.27-17.92-86.218-42.686-54.738-56.614-53.173-146.67 3.438-201.406 27.42-26.513 62.69-39.963 98-40.344 37.59-.406 75.214 13.996 103.438 43.187 45.935 47.512 52.196 118.985 19.562 173.095l31.97 24.25c3.997-6.28 7.594-12.75 10.75-19.375l38.655-1.063 7.906-25.28-31.217-23c1.513-9.457 2.262-19.035 2.28-28.594l34.688-17.625-3.655-26.25-38.28-7.5c-3.196-10.993-7.444-21.762-12.75-32.125l22.81-31.594-15.25-21.657-37.56 10.906c-.472-.5-.93-1.007-1.408-1.5-5.998-6.205-12.33-11.89-18.937-17.064l7.188-37.125L334 43.78l-28.5 24.814c-9.226-3.713-18.702-6.603-28.313-8.75l-9.343-36.688L241.406 21zM183.25 174.5c-10.344.118-20.597 2.658-30 7.28l45.22 34.314c13.676 10.376 17.555 30.095 7.06 43.937-10.498 13.85-30.656 15.932-44.53 5.408l-45.188-34.282c-4.627 24.793 4.135 51.063 25.594 67.344 19.245 14.597 43.944 17.33 65.22 9.688l4.78-1.72 4.03 3.063 135.19 102.564 4.03 3.062-.344 5.063c-1.637 22.55 7.59 45.61 26.844 60.217 21.46 16.28 49.145 17.63 71.78 6.5l-45.186-34.28c-13.874-10.526-17.282-30.506-6.78-44.344 10.5-13.84 30.537-15.405 44.217-5.032l45.188 34.283c4.616-24.784-4.11-51.067-25.563-67.344-19.313-14.658-43.817-17.562-64.968-10.033l-4.75 1.688-4.03-3.063-135.19-102.562-4.03-3.063.344-5.03c1.55-22.387-7.85-45.194-27.157-59.845-12.544-9.516-27.222-13.978-41.78-13.812zm43.563 90.25l163.875 124.344L379.406 404 215.5 279.625l11.313-14.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-autogun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M208.563 24.813c-30.575 0-55.344 24.77-55.344 55.343 0 6.072 1.006 11.908 2.81 17.375l-39.28 45.626h51.063v-25.562c10.114 11.014 24.617 17.937 40.75 17.937V88.28h58.593V69.595h-58.594v-44.78zM47.03 161.843v79.563l28.032 16.375c1.528-36.73 31.968-66.217 69.063-66.217 38.065 0 69.125 31.06 69.125 69.125 0 24.73-13.126 46.498-32.75 58.718l26.813 15.656h52.843V161.845H47.03zm330.064 44.813v83.438h62.937v-83.438h-62.936zm-232.97 3.594c-27.964 0-50.436 22.472-50.436 50.438 0 11.272 3.652 21.655 9.843 30.03l-22.593 26.47c5.946 2.36 11.307 5.876 15.844 10.25l20.5-24.032c7.77 4.875 16.95 7.72 26.845 7.72 27.965 0 50.438-22.473 50.438-50.438 0-27.966-22.473-50.438-50.438-50.438zm134.72 12.094v52.062h79.562v-52.062h-79.562zm179.875 0v52.062h25.967v-52.062H458.72zM144.593 228c17.964 0 32.72 14.786 32.72 32.75s-14.755 32.72-32.72 32.72c-17.965 0-32.75-14.756-32.75-32.72S126.63 228 144.594 228zm0 18.688c-7.865 0-14.063 6.197-14.063 14.062 0 7.865 6.2 14.03 14.064 14.03s14.03-6.165 14.03-14.03c0-7.865-6.166-14.063-14.03-14.063zm-81.47 85.78c-16.628 0-29.905 13.278-29.905 29.907 0 16.63 13.276 29.906 29.905 29.906 16.63 0 29.906-13.276 29.906-29.905 0-16.63-13.276-29.906-29.905-29.906zm30.595 67.594c-5.02 4.087-10.88 7.2-17.25 9.032l34.843 36.375c-7.837 8.395-13.984 18.42-17.876 29.5H54.5v18.686h34.688c-.002.01 0 .02 0 .03l19.718.002c4.553-31.235 31.577-55.375 64.03-55.375 32.456 0 59.453 24.14 64 55.375h19.75c0-.01.003-.02.002-.032h35.125V474.97h-39.375c-11.52-32.797-42.69-56.22-79.5-56.22-17.618 0-33.94 5.345-47.438 14.53l-31.78-33.217zM172.937 457c-22.322 0-40.812 15.68-45.094 36.688H218C213.718 472.68 195.26 457 172.937 457z" fill="#fff"/></svg>
<svg class="tc-image-originals-automatic-sas tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M165.607 19.768c-23.41-.103-45.42 3.88-64.998 12.148l59.087 143.24c2.407-3.998 5.27-7.708 8.625-11.062 7.098-7.098 15.763-12.045 25.477-14.955l54.87-113.724c-28.477-10.21-56.66-15.532-83.063-15.648zM83.904 40.39C75.086 45.68 66.918 52 59.53 59.388 36.044 82.87 23.294 114.187 20.5 149.45l136.266 99.38c-5.55-16.14-7.63-32.022-6.002-46.357L83.904 40.39zm182.194 1.885l-50.045 103.717c17.453-.066 36.646 4.868 55.51 14.393l141.17-5.317c-8.735-10.745-18.182-21.25-28.342-31.41C347.888 87.155 307 59.755 266.1 42.275zM20.064 172.245c1.908 51.047 22.71 108.133 60.364 160.892l134.824-5.076c-6.03-4.68-11.91-9.846-17.557-15.494-8.606-8.606-16.102-17.746-22.445-27.144L20.064 172.246zm406.592.987L299.31 178.03c6.005 4.666 11.86 9.814 17.485 15.44 8.67 8.67 16.213 17.88 22.586 27.352l148.39 108.22c-3.41-49.83-24.4-104.89-61.114-155.81zM357.77 257.35c5.548 16.19 7.603 32.117 5.925 46.478l66.084 160.197c6.733-4.518 13.05-9.676 18.88-15.505 24.827-24.828 37.66-58.403 39.41-96.147l-130.3-95.023zm-3.06 73.668c-2.39 3.945-5.227 7.608-8.542 10.923-7.114 7.116-15.803 12.07-25.545 14.978L264.09 474.086c54.68 18.62 107.972 19.073 149.334-.736L354.71 331.018zm-111.68 14.685l-148.805 5.604c9.076 11.28 18.93 22.3 29.574 32.94 37.823 37.825 80.355 65.884 122.73 83.25l51.85-107.454c-17.407.055-36.54-4.86-55.35-14.34z"/></svg>
<svg class="tc-image-originals-awareness tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M121.406 18.313c-57.98 16.562-98.06 51.613-98.062 92.28-.003 40.518 39.805 75.616 97.437 92.25-33.653-22.005-55.22-55.224-55.218-92.25 0-37.237 21.85-70.277 55.844-92.28zm276.531 0c33.995 22.003 55.844 55.043 55.844 92.28.004 37.026-21.563 70.245-55.217 92.25 57.632-16.634 97.44-51.732 97.437-92.25-.003-40.667-40.082-75.718-98.063-92.28zM163.28 41.656c-43.303 12.368-73.215 38.565-73.218 68.938-.002 30.26 29.707 56.482 72.75 68.906-25.135-16.434-41.25-41.255-41.25-68.906 0-27.813 16.328-52.503 41.72-68.938zm192.782 0c25.39 16.435 41.72 41.125 41.72 68.938 0 27.65-16.115 52.472-41.25 68.906 43.043-12.424 72.752-38.645 72.75-68.906-.004-30.373-29.915-56.57-73.22-68.938zm-101.03 6.813c-23.457 3.027-44.22 30.026-44.22 64.655 0 19.094 6.635 36.007 16.438 47.75l10.22 12.25-15.69 2.938c-12.834 2.4-22.282 9.19-30.25 20.062-7.965 10.872-14 25.903-18.218 43.156-7.727 31.62-9.362 70.17-9.593 103.94h41.655l.625 8.655 10.625 141.375h90.344l9.374-141.313.594-8.718h39.625c-.017-34.152-.373-73.232-7.375-105.095-3.818-17.37-9.612-32.392-17.688-43.156-8.076-10.765-17.99-17.51-32.344-19.72l-16-2.47 10.125-12.624c9.38-11.682 15.69-28.4 15.69-47.03 0-36.92-23.274-64.564-49.095-64.564-2.8 0-4.505-.137-4.844-.093zm-51.438 12.155c-31.38 8.964-53.063 27.96-53.063 49.97 0 21.927 21.53 40.935 52.72 49.936-18.212-11.908-29.875-29.898-29.875-49.936.003-20.153 11.82-38.06 30.22-49.97zm112.156 0c18.398 11.91 30.216 29.816 30.22 49.97 0 20.037-11.664 38.027-29.876 49.936 31.19-9 52.72-28.008 52.72-49.936-.002-22.01-21.686-41.005-53.064-49.97z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-axe-in-stump tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.53 19.688V61.03c72.043 13.54 136.044 34.786 205.126 63.907v.032c12.827 4.56 21.984 12.106 26.844 21.186 4.94 9.23 5.268 19.71 1.75 28.563-6.227 15.67-24.807 25.573-45.78 20.374-10.345 19.927-23.93 39.623-42.407 58.937 11.14 7.005 22.513 13.16 34.187 18.532H307.5c20.216-54.396 32.977-109.693 38.344-160.937-104.518-15.22-203.62-46.673-297.813-91.938h-29.5zm317.095 229c-2.58 8.03-5.326 16.08-8.22 24.093h28.94v18.69h-161.69v-.22h-.593l-1.843-.844c-16.61-7.513-32.607-16.53-48.126-27.062l-3.156-2.125c-10.943 4.44-19.705 9.41-25.563 14.342-7.023 5.915-9.563 11.066-9.563 15.594 0 4.53 2.54 9.71 9.563 15.625 7.023 5.916 18.168 11.9 32.313 16.94 28.29 10.075 68.477 16.56 112.906 16.56 44.428 0 84.648-6.485 112.937-16.56 14.146-5.04 25.29-11.024 32.314-16.94 7.023-5.913 9.562-11.095 9.562-15.624 0-4.527-2.54-9.68-9.562-15.594-7.024-5.914-18.168-11.9-32.313-16.937-10.984-3.913-23.774-7.277-37.905-9.938zm-234.03 70.843c-5.044 82.403-40.128 102.984-71.44 125.095 20.57 4.536 43.68 8.43 66.94 7.563 25.204-9.846 51.443-36.288 70.405-57.47-8.154 19.774-19.6 39.024-34.563 58.376L106.97 492.53c44.538-7.387 86.41-17.235 129.25-46.374-7.942-20.833-13.978-41.123-18.22-61.187 16.816 26.81 35.478 52.765 57.125 76.655.03.033.064.06.094.094l31.967 30.655c25.176-31.428 43.748-65.536 58.563-99.875-.153 15.875-1.45 32.3-5 49.594 43.973 9.924 87.933 3.585 131.906 2.53-44.83-18.237-70.754-54.62-75.344-123.093-9.53 7.867-22.24 14.347-37.5 19.783-31.12 11.084-72.99 17.656-119.218 17.656-46.227 0-88.068-6.573-119.188-17.658-15.56-5.542-28.473-12.174-38.062-20.25-.6-.504-1.175-1.01-1.75-1.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-axe-swing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M231.97 25.5c-82.09.7-162.87 37.735-213.314 103.625 26.08-22.208 57.052-38.305 90.063-47.5-62.24 53.704-94.583 139.09-79.626 225.28 1.09-28.258 7.8-55.66 19.28-80.655 1.154 51.488 18.492 102.143 52.22 143.344-38.003-76.004-22.756-193.02 39.844-240.313 11.657-5.955 24.047-10.833 37.093-14.436C284.597 85.27 394.467 151.13 423.157 261.5c16.562 63.723 2.315 128.343-33.25 177.313-4.68 4.68-9.852 8.942-15.47 12.875-5.947-1.8-11.324-4.187-16.03-7.22-12.01-7.737-19.51-19.947-20.656-33.624-2.096-24.99 14.13-53.014 46.53-80.53l-29.717-22.095c-16.038 39.73-38.954 61.946-64.188 65.186-13.836 1.777-27.648-2.677-39.03-11.844-8.41-6.77-15.634-16.017-21.5-27.406-16.69 19.306-20.72 43.155-16 67.28 5.483 28.04 23.502 55.683 47.28 72.252 21.973 15.312 49.595 21.202 74.813 16.375 9.043-1.732 17.75-4.832 25.843-9.344 18.055-8.925 34.396-20.126 47.25-35 65.17-57.975 96.26-151.12 72.47-242.658C453.52 95.415 358.743 24.782 255.47 25.875c-1.612.017-3.23.042-4.845.094-6.22-.368-12.44-.523-18.656-.47zm-90.657 145.125c-12.53-.06-18.07 15.934-6.063 23.656l188.688 133.032c4.29-6.45 8.42-14.145 12.25-23.187L150.968 173.53c-3.503-2.022-6.764-2.89-9.655-2.905z" fill="#fff"/></svg>
<svg class="tc-image-originals-babyfoot-players tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M128 29.5c-6.557 0-12.898 3.62-18.146 10.924C104.604 47.728 101 58.51 101 70.596c0 12.085 3.605 22.866 8.854 30.17 5.248 7.303 11.59 10.923 18.146 10.923 6.557 0 12.898-3.62 18.146-10.924 5.25-7.304 8.854-18.085 8.854-30.17 0-12.086-3.605-22.868-8.854-30.172C140.898 33.12 134.556 29.5 128 29.5zm256 0c-6.557 0-12.898 3.62-18.146 10.924C360.604 47.728 357 58.51 357 70.596c0 12.085 3.605 22.866 8.854 30.17 5.248 7.303 11.59 10.923 18.146 10.923 6.557 0 12.898-3.62 18.146-10.924 5.25-7.304 8.854-18.085 8.854-30.17 0-12.086-3.605-22.868-8.854-30.172C396.898 33.12 390.556 29.5 384 29.5zm-235.736 93.912c-5.99 3.932-12.87 6.277-20.264 6.277-7.25 0-13.996-2.26-19.902-6.053l-2.67 2.67c.905 4.4 3.467 9.56 7.77 15.298 3.93 5.24 9.223 10.835 14.802 16.532 5.58-5.697 10.87-11.292 14.8-16.532 4.402-5.868 6.963-11.122 7.81-15.584l-2.346-2.608zm215.472 0l-2.345 2.61c.846 4.46 3.408 9.715 7.81 15.583 3.93 5.24 9.22 10.835 14.8 16.532 5.58-5.697 10.87-11.292 14.8-16.532 4.305-5.74 6.867-10.9 7.772-15.298l-2.67-2.67c-5.906 3.792-12.653 6.052-19.902 6.052-7.395 0-14.273-2.346-20.264-6.278zM88.998 134.826l-31.93 10.643c.077 28.387 1.13 55.42 13.496 82.132 43.338 13.938 71.534 13.938 114.872 0 12.367-26.712 13.42-53.745 13.496-82.133l-31.93-10.644c-2.11 6.28-5.692 12.1-9.803 17.58-6.577 8.768-14.837 16.963-22.837 24.963L128 183.733l-6.363-6.365c-8-8-16.26-16.196-22.836-24.964-4.11-5.48-7.693-11.3-9.802-17.58zm256 0l-31.93 10.643c.077 28.387 1.13 55.42 13.496 82.132 43.338 13.938 71.534 13.938 114.872 0 12.367-26.712 13.42-53.745 13.496-82.133l-31.93-10.644c-2.11 6.28-5.692 12.1-9.803 17.58-6.577 8.768-14.837 16.963-22.837 24.963L384 183.733l-6.363-6.365c-8-8-16.26-16.196-22.836-24.964-4.11-5.48-7.693-11.3-9.802-17.58zM18 146.5v36h22.44c-1.203-12.188-1.39-24.202-1.422-36H18zm198.982 0c-.03 11.798-.22 23.812-1.42 36h80.878c-1.203-12.188-1.39-24.202-1.422-36h-78.036zm256 0c-.03 11.798-.22 23.812-1.42 36H494v-36h-21.018zM73 247.24v63.45c5.94 4.56 14.298 7.316 23 7.316 8.627 0 17.07-2.6 23-7.086v-27.914h18v27.914c5.93 4.487 14.373 7.086 23 7.086 8.702 0 17.06-2.757 23-7.317v-63.45c-39.33 11.437-70.67 11.437-110 0zm256 0v63.45c5.94 4.56 14.298 7.316 23 7.316 8.627 0 17.07-2.6 23-7.086v-27.914h18v27.914c5.93 4.487 14.373 7.086 23 7.086 8.702 0 17.06-2.757 23-7.317v-63.45c-39.33 11.437-70.67 11.437-110 0zm-210 84.252c-7.228 3.056-15.142 4.514-23 4.514-7.847 0-15.77-1.42-23-4.45v27.364c5.93 4.487 14.373 7.086 23 7.086s17.07-2.6 23-7.086v-27.428zm18 0v27.428c5.93 4.487 14.373 7.086 23 7.086s17.07-2.6 23-7.086v-27.363c-7.23 3.03-15.153 4.45-23 4.45-7.858 0-15.772-1.46-23-4.515zm238 0c-7.228 3.056-15.142 4.514-23 4.514-7.847 0-15.77-1.42-23-4.45v27.364c5.93 4.487 14.373 7.086 23 7.086s17.07-2.6 23-7.086v-27.428zm18 0v27.428c5.93 4.487 14.373 7.086 23 7.086s17.07-2.6 23-7.086v-27.363c-7.23 3.03-15.153 4.45-23 4.45-7.858 0-15.772-1.46-23-4.515zm-274 48c-7.228 3.056-15.142 4.514-23 4.514-6.4 0-12.813-1.076-18.898-3.068 1.1 3.693 2.132 7.308 3.437 11.222 2.93 8.792 6.073 17.492 7.564 25.846H119v-38.514zm18 0v24.373c4.736-7.94 11.14-14.775 18.723-20.02-6.43-.438-12.806-1.85-18.723-4.353zm238 0c-7.228 3.056-15.142 4.514-23 4.514-6.4 0-12.813-1.076-18.898-3.068 1.1 3.693 2.132 7.308 3.437 11.222 2.93 8.792 6.073 17.492 7.564 25.846H375v-38.514zm18 0v38.514h30.896c1.49-8.354 4.634-17.054 7.565-25.846 1.306-3.914 2.34-7.53 3.438-11.223-6.085 1.993-12.497 3.07-18.898 3.07-7.858 0-15.772-1.46-23-4.515zM192 390.5c-25.512 0-46 20.488-46 46s20.488 46 46 46 46-20.488 46-46-20.488-46-46-46zM89 436.006v44h56.156C134.526 468.57 128 453.274 128 436.5c0-.166.01-.33.012-.494H89zm256 0v44h78v-44h-78z"/></svg>
<svg class="tc-image-originals-back-forth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M241.844 28.625l-21.188 5.063L33.25 78.53l-9.594 2.282 2.813 9.47 54.718 184.03 6.156 20.782 10.875-18.75 36.624-63.125 39.344 22.655 9.375-16.188-47.47-27.312L128 187.72l-4.656 8.06-30.406 52.47-45.75-153.844 156.625-37.47-30.344 52.345-4.69 8.126 8.126 4.656L332.75 211.75l-17.594 30.344 16.22 9.312 22.25-38.375 4.687-8.124-8.125-4.656-155.844-89.688 36.594-63.093 10.906-18.845zm-28.25 176.47l-57.438 99.31 155.22 89.5 8.093 4.658-4.69 8.093-44.06 76.25 218.81-52.5-63.874-215.47-44.094 76.25-4.656 8.064-8.094-4.656-155.218-89.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-back-pain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M200.094 21.094l13.875 143.72L83.72 58.343l72.624 139.906-77.72-29.47 34.282 62.126-82.062-2.062L135.874 297 31.75 327.03l109.438 21.158c8.39-48.802 49.597-85.194 97.75-105.344 28.916-12.1 60.67-18.762 90.75-18.594 19.237.108 37.776 3.024 54.437 9.063l48-119.375L350 196.5l19.22-161.78-41.876 95.968L313.47 92.03l-32.69 83.5-80.686-154.436zm255.78 190.687c-17.883-.093-38.852 9.04-55.937 26.126-5.31 5.31-9.823 11.022-13.562 16.875-29.252-17.627-72.375-16.805-113.28-3.905-9.17 2.484-18.214 5.537-26.94 9.188-43.676 18.277-78.503 49.837-86.218 89.625-6.61 30.108 5.37 63.223 47.438 94.843H88.062l-26.437 47.75H318.78l-88.467-103.25c24.27-26.707 67.457-43.703 97-45.06 13.792 45.096 36.233 113.496 71.718 148.31h60.876c-43.07-46.546-76.57-109.087-81.97-179.842 1.617 3.235 3.72 6.188 6.314 8.78 18.664 18.664 55.945 11.618 83.28-15.718 27.337-27.336 34.384-64.618 15.72-83.28-7-7-16.645-10.382-27.375-10.44z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-backbone-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M350.148 19.816c-28.856.343-81.178 43.613-70.99 117.393-11.75 3.556-23.11 7.433-34.092 11.642-2.044 0-4.05-.207-6.01-.565 11.855 18.155 33.627 26.273 56.46 21.793l.064.332c-8.75 4.98-18.414 8-28.006 8.662-10.993.758-21.794-1.37-31.482-7.13-12.896-11.232-21.986-27.285-24.352-46.84-2.687-7.845-2.174-16.588 3.06-24.51 10.896-16.49 5.866-35.218-5.39-40.56-25-11.863-83.03 52.778-46.385 131.704-9.862 6.913-19.258 14.316-28.19 22.235-3.142 1.37-6.406 2.202-9.685 2.58 2.62 1.873 5.44 3.547 8.454 4.986 12.867 6.144 28.7 7.72 42.625 3.735-9.923 6.737-21.38 10.825-32.738 11.608-11.48.79-22.75-1.566-32.763-7.918-9.07-7.48-16.252-17.27-19.982-28.988-3.01-5.363-4.288-11.727-2.96-18.684 3.71-19.414-8.14-34.76-20.583-35.36-27.666-1.334-56.377 80.825 8.063 139.58-24.882 40.724-43.246 89.936-55.21 149.27-12.743 63.2 35.528 78.345 66.065 18.82h-.002c18.494-36.046 35.247-60.415 53.997-77.277 51.374-56.885 124.32-104.723 183.916-130.773 28.824-12.6 54.142-20.394 74.182-20.73 2.863-.05 5.617.054 8.26.318 10.57 1.056 20.64 5.55 25.308 14.885 4.168 8.335 3.434 18.108-.414 28.98 1.176-11.953-6.686-23.948-24.544-24.98-.685-.107-1.408-.207-2.21-.287-6.736-.673-16.59.506-28.464 3.408 30.354 16.232 39.272 42.704 16.19 58.83 9.243-21.19-20.22-43.083-47.45-48.802-4.36 1.688-8.82 3.51-13.374 5.502-1.642.717-3.316 1.484-4.98 2.238 20.57 21.127 23.983 44.763.868 54.36 10.16-14.01-.816-32.898-17.61-46.354-7.125 3.584-14.388 7.458-21.733 11.592 9.532 15.205 4.29 29.373-19.706 38.925 9.546-8.792 9.017-19.24 2.164-28.642-24.193 14.753-48.698 32.04-71.375 51.02 32.222-8.367 73.068-10.78 130.11-15.61 211.037-17.87 207.005-209.554 48.82-210.818-2.703-.022-5.47.033-8.262.125-.774-.258-1.53-.545-2.274-.854 1.57 4.127 3.633 8.076 6.144 11.807 8.655 12.86 22.707 22.82 38.67 27.113-13.042 1.57-26.28-.54-37.444-5.998-8.158-3.99-15.206-9.624-20.523-16.98-6.906-12.792-10.19-27.72-8.32-43.24-1.593-9.765 1.216-19.895 9.962-26.926 15.404-12.378 16.324-31.748 7.234-40.27-3.19-2.988-7.746-4.41-13.116-4.348zm62.674 156.55l-.103.51c-.54-.11-1.078-.23-1.615-.35.573-.046 1.145-.102 1.717-.16zm-228.052 65.71l.033.096c-.124.042-.248.08-.37.12.112-.07.224-.143.337-.216z"/></svg>
<svg class="tc-image-originals-backgammon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M64 32L16 496h96L64 32zm48 464h48c-20.053 0-37.38-12.205-44.943-29.55L112 496zm48 0h48l-3.057-29.547C197.38 483.798 180.053 496 160 496zm48 0h48c-20.052 0-37.38-12.202-44.943-29.547L208 496zm48 0h48l-3.057-29.55C293.38 483.794 276.053 496 256 496zm48 0h96L352 32l-48 464zm96 0h48c-20.053 0-37.38-12.205-44.943-29.55L400 496zm48 0h48l-3.057-29.55C485.38 483.794 468.053 496 448 496zM160 32l-28.914 279.512c8.12-5.97 18.12-9.512 28.914-9.512s20.795 3.542 28.914 9.512L160 32zm96 0l-40.016 386.82C224.877 406.25 239.516 398 256 398c16.486 0 31.123 8.254 40.016 20.826L256 32zm192 0l-18.373 177.605C435.31 207.288 441.51 206 448 206c6.49 0 12.69 1.288 18.373 3.605L448 32zm0 192c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31zm-27.273 71.648l-1.64 15.858c5.583-4.105 12.058-7.062 19.07-8.506-6.336-1.305-12.232-3.846-17.43-7.352zm54.546 0c-5.198 3.506-11.094 6.047-17.43 7.352 7.012 1.444 13.487 4.4 19.07 8.506l-1.64-15.858zM448 320c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31zm-324.387 63.732l-3.63 35.08c7.077-9.997 17.788-17.26 30.173-19.812-10.42-2.146-19.66-7.627-26.543-15.268zm72.774 0c-6.884 7.64-16.122 13.122-26.543 15.268 12.384 2.55 23.096 9.813 30.172 19.81l-3.63-35.078zm215.226 0l-3.63 35.08c7.077-9.997 17.788-17.26 30.173-19.812-10.42-2.146-19.66-7.627-26.543-15.268zm72.774 0c-6.884 7.64-16.122 13.122-26.543 15.268 12.385 2.55 23.096 9.815 30.172 19.813l-3.63-35.08zM448 416c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31z"/></svg>
<svg class="tc-image-originals-backpack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M186.438 20.56l-13.184 26.365c6.8-.26 13.626-.488 20.47-.686l3.84-7.68h116.874l3.77 7.54c6.838.187 13.658.408 20.456.66l-13.102-26.2H186.437zm69.56 42.742c-45.757.056-91.452 1.566-135.38 4.363-3.24 50.58-8.4 100.987-.786 145.824 89.297 12.395 180.102 12.985 272.764-.054 7.055-30.988 5.117-84.68-1.04-145.89-43.974-2.893-89.73-4.3-135.558-4.244zm153.783 5.54c6.42 64.12 9.113 119.825-1.135 155.22l-1.61 5.56-5.726.842c-98.8 14.528-195.613 13.81-290.605.002l-6.285-.914-1.246-6.23c-9.89-49.49-4.085-102.785-.664-154.42-4.89.354-9.765.72-14.602 1.107-8.596 58.568-9.39 116.957-.05 175.292 110.24 12.088 222.275 12.205 336.203-.01 8.502-57.83 8.29-116.25-.017-175.313-4.725-.4-9.485-.776-14.262-1.14zM255.966 92.3c32.526-.025 65.067 2.746 97.574 8.39l7.46 1.295v7.572c0 15.554 1.683 35.105-12.69 50.25-9.912 10.444-25.655 17.337-51.31 20.585v18.164h-82v-18.452c-23.992-3.37-39.352-10.175-49.363-20.185C150.807 145.093 151 125.56 151 109.56v-7.594l7.484-1.278c32.444-5.54 64.955-8.362 97.48-8.386zm.012 17.994c-28.96.022-57.913 2.444-86.858 6.996.265 12.28 1.635 22.296 9.243 29.904 5.914 5.914 16.952 11.416 36.637 14.582v-29.22h82v29.51c21.367-3.115 32.66-8.755 38.254-14.65 7.033-7.41 7.696-17.502 7.73-30.124-29-4.63-58.006-7.02-87.007-6.998zM233 150.56v30h46v-30h-46zm209.674 92.42c-.503 3.625-1.042 7.25-1.61 10.87.214 2.352.42 4.706.63 7.06L471 290.213v-22.24l-28.326-24.995zm-373.485.12L41 267.973v22.24l29.318-29.318c.205-2.327.406-4.655.616-6.982-.618-3.605-1.202-7.21-1.745-10.813zm354.634 20.397c-10.29 1.09-20.564 2.076-30.824 2.967v74.095h16v66h-16v80.615c10.318-.633 20.63-1.313 30.928-2.082 9.445-74.01 6.478-147.698-.104-221.596zm-335.576.03C81.725 338.09 78.58 412.1 88.06 485.1c10.324.79 20.638 1.504 30.94 2.145V406.56h-16v-66h16v-74.024c-10.266-.902-20.517-1.903-30.752-3.01zm286.752 4.4c-10.014.76-20.014 1.424-30 1.992v70.64h30v-72.632zm-238 .085v72.547h30v-70.55c-10.015-.568-20.014-1.237-30-1.997zm190 2.825c-47.65 2.173-94.984 2.19-142 .078v19.314c23.95-5.165 47.8-7.652 71.516-7.59 23.638.06 47.145 2.654 70.484 7.626v-19.43zM68.05 288.62L41 315.67v56.89h23.06c.376-27.987 1.88-55.975 3.99-83.94zm375.948.047c2.12 27.872 3.61 55.83 3.957 83.892H471v-56.89l-27.002-27.003zm-187.52 11.95c-23.68-.063-47.487 2.577-71.478 8.052v31.89h16v18.443c17.033 5.346 31.73 8.493 46 9.426v-2.87h18v2.868c14.27-.932 28.967-4.08 46-9.425V340.56h16v-31.866c-23.42-5.267-46.907-8.016-70.523-8.078zM121 358.558v30h22v-23h18v23h22v-30h-62zm208 0v30h22v-23h18v23h22v-30h-62zM201 377.8v28.76h-16v15.857c48.528 10.865 95.713 10.664 142 .045V406.56h-16V377.8c-16.332 4.747-31.283 7.52-46 8.326v11.433h-18v-11.434c-14.717-.806-29.668-3.58-46-8.326zM41 390.56v14h23.14c-.09-4.667-.143-9.334-.163-14H41zm407.012 0c-.027 4.663-.083 9.33-.18 14H471v-14h-22.988zM137 406.56v19.798c6.137 7.214 11.222 9.77 14.934 9.844 3.734.075 8.697-2.122 15.066-9.79V406.56h-6v7h-18v-7h-6zm208 0v19.798c6.137 7.214 11.222 9.77 14.934 9.844 3.734.075 8.697-2.122 15.066-9.79V406.56h-6v7h-18v-7h-6zm-304 16v35.154c5.596 5.51 8.677 8.25 11.846 9.306 2.454.818 7.713 1.15 15.045 1.317-1.544-15.25-2.586-30.51-3.204-45.778H41zm406.27 0c-.628 15.224-1.674 30.483-3.21 45.78 7.358-.168 12.635-.5 15.094-1.32 3.17-1.056 6.25-3.795 11.846-9.306V422.56h-23.73zM185 440.842v49.498c47.55 1.51 94.877 1.446 142-.074V440.9c-46.316 10.03-93.74 10.185-142-.057zm-48 9.123v38.318c10.01.54 20.01 1.008 30 1.408v-39.678c-4.86 2.786-10.01 4.293-15.43 4.184-5.192-.104-10.036-1.624-14.57-4.232zm208 0v39.654c10.01-.403 20.01-.878 30-1.412v-38.194c-4.86 2.786-10.01 4.293-15.43 4.184-5.192-.104-10.036-1.624-14.57-4.232z"/></svg>
<svg class="tc-image-originals-backstab tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M180.75 22.97l-17.72 5.968 25.345 75.406 17.72-6.03-25.345-75.345zm73.906 78.56L149.97 137.157l10.155 29.875c8.316-9.75 17.78-17.498 28.125-23.374 7.232 27.494 16.666 54.12 27.813 79.906 13-5.56 26.423-10.197 39.906-13.718-6.967-26.727-15.822-53.187-26.345-79.313 11.295-1.24 23.1-.91 35.22.94l-10.19-29.94zm191.688 88.22c-19.464-.103-42.28 9.843-60.875 28.438-5.778 5.776-10.684 11.978-14.75 18.343-28.734-17.313-69.766-18.263-110.22-7.968-.02-.093-.04-.187-.063-.28-12.357 3.134-24.726 7.248-36.687 12.312l.188.406c-87.328 37.506-151.902 123.99-48.032 202.063H46.03L17.25 495.03h279.875l-96.28-112.374c26.414-29.067 73.41-47.584 105.56-49.062C321.42 382.674 345.85 457.11 384.47 495h66.25c-46.88-50.664-83.318-118.734-89.19-195.75 1.76 3.523 4.022 6.77 6.845 9.594 20.312 20.312 60.906 12.657 90.656-17.094 29.752-29.75 37.407-70.344 17.095-90.656-7.617-7.617-18.103-11.282-29.78-11.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-backup tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M164.594 21.625c-.537.012-1.068.028-1.563.094-29.656 3.852-52.56 35.847-52.56 74.75 0 21.55 7.307 41.193 18.686 54.905-61.678 11.594-66.563 115.158-66.562 188.063h43.218l11.094 152.437h63.063L168.905 340.03h21.47l11.343 152.158h108.686l10.03-152.157h21.627l-9.907 151.845h63.063l10.53-152.438h40.28c0-73.107 1.407-178.78-65.967-189.218 10.89-13.646 18.093-32.734 18.093-53.75 0-41.496-26.52-74.75-59-74.75-2.03 0-4.43-.263-6.406 0-9.4 1.22-17.562 5.455-25.125 11.686 16.388 13.303 27.468 36.433 27.47 63.063 0 21.016-7.236 40.104-18.126 53.75 67.373 10.438 66 116.11 66 189.218h-21.94c.008-73.086 1.29-178.215-65.905-188.625 10.89-13.647 17.906-32.61 17.906-53.625 0-41.497-26.457-75-58.936-75-2.03 0-4.117-.262-6.094 0-29.657 3.85-52.813 36.095-52.813 75 0 21.547 7.373 40.788 18.75 54.5-61.514 11.563-66.318 114.874-66.343 187.75H126.25c-.002-72.905 4.322-176.47 66-188.063-11.38-13.712-18.687-33.356-18.688-54.906 0-26.575 11.138-49.632 27.438-63.064-9.148-7.425-19.896-11.687-31.53-11.687-1.525 0-3.267-.132-4.876-.095z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-ball-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M357.764 39.938c-46.68.725-94.32 23.907-122.787 73.214C193.064-4.618 15.5 25.915 19.992 166.705c4.682 146.597 214.475 232.04 237.055 316.313 20.666-77.113 240.768-175.822 236.36-316.313h-.003c-2.512-80.032-65.21-125.75-131.127-126.768-1.503-.023-3.008-.023-4.513 0zM239.09 134.762c7.63 0 15.092.733 22.326 2.117-44.857 20.45-76.123 66.123-76.123 118.995 0 52.848 31.237 98.505 76.06 118.97-7.214 1.377-14.654 2.106-22.263 2.106-66.03 0-119.56-54.215-119.56-121.095s53.53-121.093 119.56-121.093zm51.715 11.884c40.137 19.533 67.847 61.094 67.847 109.21 0 48.14-27.736 89.716-67.904 109.238-49.632-10.863-86.766-55.504-86.766-109.22 0-53.735 37.162-98.387 86.823-109.228z"/></svg>
<svg class="tc-image-originals-ballista tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M58.076 315.052l24.923 23.666-20.873 7.685-40.947-38.87 13.729-14.465.633.602 10.24 25.64zm212.883-27.218c-32.144 11.865-49.901 46.32-40.914 79.375 8.987 33.053 41.738 53.748 75.463 47.709 33.725-6.04 57.258-36.815 54.215-70.933-3.043-34.12-31.654-60.27-65.918-60.243a66.2 66.2 0 0 0-22.846 4.092zm81 3.115l-10.894-29.575-24.341 8.962a82.941 82.941 0 0 1 35.255 20.644zM224.851 304.2L30.858 375.636l14.34 39.015 165.884-61.082a83.076 83.076 0 0 1 13.77-49.368zm246.84-46.574L457.32 218.6l-33.085 12.202 14.372 39.025zm19.129-133.348l-54.754-2.415 11.59 9.086-53.564 21.486 6.995 17.552 53.937-21.631-2.15 14.538zM202.255 229.161L52.368 293.996l2.966 6.43 153.484-55.023a32.909 32.909 0 0 1-6.553-16.294zM356.88 96l-51.923 19.128 11.994 32.577 23.656-11.268 16.429-7.82 6.303 17.063 21.029 56.949 6.303 17.061-17.57 4.736-25.38 6.833 40.167 109.162 51.923-19.128zm11.88 112.392l-124.252 33.5c-2.092.569-4.25.858-6.417.863-8.308 0-15.743-4.424-18.402-11.642-3.333-9.034 1.787-19.533 11.86-24.33l116.182-55.34zm-126.401 16.2c-.53-5.94-7.973-8.276-11.804-3.708-3.83 4.569-.233 11.49 5.708 10.977a6.698 6.698 0 0 0 6.096-7.27z" fill="#fff"/></svg>
<svg class="tc-image-originals-balloons tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M153.03 23.656c-7.817.13-15.85 1.054-24 2.875C28.356 49.033 26.89 199.884 165.563 248.595l-24.875 26.125 50.032 23.592 1.78-43.562c29.715 12.604 48.848 25.695 60.563 39 14.296 16.238 18.538 32.814 18.25 52.75-.043 2.955-.21 5.976-.47 9.063-41.823-7.816-76.908 9.98-93.156 36.343-9.494 15.405-12.62 34.01-6.5 51.188 6.12 17.177 21.345 32.088 45.344 40.937L223 466.5c-20.147-7.43-30.196-18.396-34.22-29.688-4.02-11.29-2.144-23.753 4.845-35.093 12.075-19.593 39.196-34.915 74.75-27.72-5.81 33.572-18.25 73.787-19.03 120.844h18.686c.84-42.738 12.676-80.404 18.626-115.375 41.503 15.78 78.795 8.483 102.906-11.626 17.17-14.32 27.544-35.056 28.532-57.28l17.844 30.936 26.375-35.563-40.22-14c93.154-102.85 24.31-230.453-69.906-205.25-95.71 25.604-114.367 160.712 46.97 213.657 2.425 20.61-5.843 40.045-21.563 53.156-18.773 15.656-48.37 22.47-85.063 8.25-1.106-.43-2.21-.826-3.31-1.22.438-4.627.714-9.23.78-13.78.333-23.017-5.476-45.547-22.906-65.344-14.603-16.585-36.784-31.238-69.375-44.78 104.097-113.053 43.227-214.435-44.69-212.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-banana tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M427.57 54.615c-4.773.013-9.93.85-15.435 2.463 7.124 11.402 14.392 17.782 21.183 20.358 7.1 2.692 14.442 2.11 24.21-3.114l.638-.342c-6.927-13.113-17.29-19.4-30.596-19.365zm-24.523 20.862c-12.602 295.63-306.84 281.777-335.295 289.378-14.47 3.56-31.018 31.265-14.47 42.502 82.09 51.034 216.597 69.742 303.84 7.633 95.49-67.98 106.744-188.064 86.814-274.863.874-19.633 5.535-29.782 12.642-45.852-10.057 3.348-20.258 3.55-29.642-.01-9.04-3.428-16.906-9.885-23.89-18.788zm37.92 99.753c9.244 107.602-23.91 182.22-89.215 220.768-65.306 38.547-160.146 41.243-273.94 12.732l4.376-17.46c111.22 27.865 201.442 24.037 260.414-10.772 58.972-34.81 89.31-100.377 80.43-203.728l17.935-1.54z"/></svg>
<svg class="tc-image-originals-banana-peel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M179.004 28.59c-27.103-.228-59.62 3.852-85.3 11.76-13.603 4.19-25.234 9.464-32.825 15.035-7.592 5.57-10.564 10.6-10.603 15.332-.28 34.684 6.272 74.84 15.356 109.914 8.183 31.6 18.565 58.72 26.967 74.063l367.086-70.306c-1.167-5.557-3.892-15.144-10.04-30.635-2.507-6.32-12.206-13.61-28.44-18.856-16.236-5.245-37.98-8.552-61.41-9.914-46.86-2.722-100.836 2.32-133.308 11.666l-9.408 2.71-.023-.116c-4.746 3.855-8.45 8.89-9.192 13.295l-1.496 8.875-17.75-2.99 1.495-8.875c2.28-13.532 12.047-23.497 22.963-29.34-1.27-5.404-2.737-11.043-4.39-16.828l-2.668-.148c-8.39-.46-15.76 2.225-23.487 7.608-7.727 5.383-15.46 13.517-23.156 22.846l-5.73 6.943-13.883-11.456 5.728-6.944c8.155-9.885 16.756-19.196 26.752-26.16 8.978-6.254 19.37-10.56 30.828-10.855-2.477-7.444-5.162-14.87-7.988-22.043l-4.242.182c-21.626.93-29.778 3.125-48.686 19.216l-6.853 5.832-11.666-13.707 6.853-5.834c19.92-16.95 35.208-22.107 57.094-23.354-2.817-6.128-5.696-11.84-8.58-16.916zM459.02 202.842l-208.19 39.875 12.865 12.582 193.785-36.78 1.54-15.678zM209.26 250.68l-111.04 21.267 2.555 14.272 106.74-20.26 1.745-15.28zm6.898 67.187c-1.93.008-3.322.324-4.496.645 1.007 12.28 1.89 21.67 2.22 26.802.135 2.085.15 3.93.138 5.784 5.136-1.573 10.24-2.392 15.253-2.528 1.41-5.27 4.942-11.547 12.27-19.783.183-.285.252-.444.257-.375.006.09.015-.237-.63-1.074-1.287-1.674-5.192-4.53-10.03-6.442-4.838-1.91-10.546-3.048-14.98-3.03zm-153.174 46.27c-.936.143-1.622.452-2.5 1.345-1.18 1.202-2.628 3.658-3.654 7.282-2.052 7.246-2.28 18.665-.166 30.36 2.114 11.693 6.475 23.732 12.395 32.85 2.324 3.58 4.842 6.625 7.505 9.112 15.763-4.76 32.333-8.89 47.444-11.45-24.98-15.224-38.57-30.71-46.569-43.736-5.478-8.922-8.535-16.58-10.925-21.113-1.99-3.773-2.544-4.354-3.53-4.65zm168.97 1.773c-6.16-.012-12.7 1.703-19.94 5.326-2.462 1.232-4.116 3.314-5.463 7.98-1.348 4.664-1.838 11.484-1.476 19.26.724 15.547 4.603 34.716 7.23 51.08l2.882 17.936-16.014-8.572c-18.284-9.787-35.306-11.132-54.543-9.754-20.922 1.498-52.502 9.324-78.234 18.08-12.865 4.378-24.37 9.007-32.316 12.98-3.467 1.734-5.86 3.234-7.635 4.467 1.764 2.986 4.14 4.224 8.172 5.217 5.598 1.38 14.486.904 24.733-1.045 20.493-3.897 45.75-13.088 67.92-14.85 35.257-2.805 75.38 10.294 97.177 11.417 7.785.4 17.53 1.202 24.658.332 3.565-.435 6.33-1.335 7.64-2.14 1.097-.67 1.298-.95 1.478-1.755-.266-1.334-.757-3.473-1.473-6.292-1.533-6.03-3.872-14.574-6.338-23.683-4.93-18.22-10.373-37.42-11.28-48.15l17.165-4.48c14.838 32.71 20.124 55.845 23.88 69.555 1.88 6.855 3.6 11.144 4.57 12.47.967 1.328.13 1.122 3.237 1.122h.49l.48.053c7.68.833 28.17-2.197 45.196-5.883 17.027-3.686 31.438-7.666 31.438-7.666l.5-.137.51-.08c34.406-5.364 65.797 8.805 88.408 17.04 11.305 4.118 20.553 6.367 24.81 5.844 2.13-.262 2.894-.67 3.95-1.836.543-.6 1.174-1.598 1.79-3.04-19.358-13.836-68.408-45.78-102.544-49.49-11.62-1.264-25.05-1.387-36.828.805-11.777 2.193-21.532 6.655-27.288 13.49l-9.603 11.405-5.62-13.81c-12.367-30.39-27.037-55.573-42.538-69.596-9.69-8.765-18.912-13.582-29.182-13.602zm241.204 19.565c-19.144 11.233-45.09 23.978-73.46 36.513 10.647 2.604 21.453 6.62 31.908 11.352 32.338-10.455 41.97-22.153 44.207-30.647 1.52-5.77-.156-11.773-2.654-17.218z"/></svg>
<svg class="tc-image-originals-bandage-roll tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M127.188 18.313c-8.222 0-16.5 3.85-25.032 12.437-8.533 8.587-16.84 21.775-23.875 38.5-14.066 33.45-23.093 80.826-23.093 133.156 0 52.33 9.027 99.706 23.094 133.156 7.035 16.726 15.343 29.914 23.876 38.5 8.533 8.587 16.81 12.47 25.03 12.47v-.094l94.376-.313c-18.79-47.396-26.065-99.457-23.562-153.25 3.1-66.628-19.302-124.256-39.97-144.03-5.878-5.628-10.952-7.44-15.655-7.314-4.703.126-9.867 2.34-15.563 7.97-11.39 11.257-22.954 36.056-28.312 72.22-4.08 27.54-3.72 58.607.53 84.874 4.254 26.267 13.205 47.6 21.814 55.25 3.035 2.697 5.07 3.17 6.937 3.03 1.87-.14 4.35-1.137 7.44-4.343 5.937-6.163 12.586-20.27 15.75-41-.034.033-.062.064-.095.095 1.357-6.102 2.156-13.236 2.156-20.906 0-22.24-6.582-40.282-14.686-40.282-7.717 0-14.007 16.364-14.594 37.125-1.525-7.025-2.406-14.984-2.406-23.438 0-28.282 9.638-51.22 21.53-51.22 3.08 0 6.008 1.545 8.657 4.314.024.018.042.042.064.06 10.234 8.79 14.545 23.184 17.375 39.69 2.92 17.036 3.31 36.562.874 54.56-3.327 24.59-10.434 42.807-21.188 53.97-5.377 5.58-12.07 9.44-19.5 10-7.43.56-14.833-2.46-20.72-7.688-15.272-13.57-23.25-37.857-27.842-66.218-4.592-28.362-4.96-60.907-.563-90.594 5.727-38.64 17.375-66.752 33.626-82.813 8.126-8.03 17.88-13.068 28.25-13.343 10.37-.276 20.508 4.343 29.03 12.5 28.06 26.85 49.026 87.37 45.72 158.406-2.993 64.328 8.4 124.96 37.25 177.563 9.598 16.877 21.162 32.794 34.656 47.437.095.103.187.21.282.313l33.03 36.875 13.907-12.5-8.53-9.5 13.594-12.063-14.813-16.656c6.013-2.02 12.352-3.612 18.94-4.97 1.095 1.165 2.424 2.65 4.06 4.438 3.54 3.866 8.06 8.854 12.47 13.78 8.82 9.854 17.28 19.438 17.28 19.438l14-12.375s-8.506-9.59-17.374-19.5c-2.563-2.863-5.104-5.673-7.53-8.374.135.076.205.11.343.188 5.966 3.335 13.645 7.65 21.217 11.937 15.145 8.573 29.875 16.97 29.875 16.97l8.844-15.53c13.01 7.373 26.22 14.874 26.22 14.874l9.28-16.25s-14.762-8.41-29.937-17c-4.854-2.747-9.15-5.17-13.626-7.688 4.505-1.526 8.917-3.26 13.22-5.28l52.217 1.843.626-18.69L456.97 402c-49.716-10.47-87.035-74.35-88.69-145.563 2.41-17.077 3.72-35.217 3.72-54.03 0-51.184-9.69-97.434-24.875-130.532-15.143-33.01-35.198-51.554-54.375-52.938l-165.563-.53v-.095z" fill="#fff"/></svg>
<svg class="tc-image-originals-bandaged tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M243.47 20.938c-.43.002-.78 0-1.064.03-24.635 2.647-45.48 20.252-54.03 44.407l111.81-18C288.274 31.26 269.767 21 249.096 21c-2.406 0-4.337-.07-5.625-.063zm66.093 43.874L184.406 84.94c-.104 1.602-.187 3.21-.187 4.843 0 12.11 3.082 23.387 8.343 33.22l121.312-29.938c.05-1.083.094-2.184.094-3.28 0-8.85-1.583-17.25-4.408-24.97zm.406 48.438L204.5 139.28c.21.217.41.445.625.657l13.063 13.032-18.22 2.81c-11.08 1.724-20.266 5.504-28.124 11.032l179.125 21.032c-2.535-4.082-5.316-7.858-8.376-11.25-10.392-11.523-23.76-19.223-43-21.688l-18.47-2.344 12.907-13.406c6.954-7.205 12.48-16.027 15.94-25.906zm-154.94 70.406c-7.154 9.81-12.79 21.855-17.124 35.375l170.75-17.343-153.625-18.03zM363 214.97l-230.22 23.374c-4.68 21.507-6.833 45.063-7.75 67.906l248.064-28.813c-1.21-19.302-3.536-38.297-8.03-55.312-.645-2.434-1.333-4.816-2.064-7.156zm10.97 81.186L136.81 323.72l186.157 22.905.374-4.594.687-8.624h50.376c-.006-12-.047-24.575-.437-37.25zm-195.283 51.53l6.313 70.44 130.438 23.093 6.062-75.94-142.813-17.592zm8.063 89.752l4.906 54.5h119.72l2.562-32-127.188-22.5z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bank tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25.6L52 134.4h170v-56h68v55.094c2.53.258 5.04.567 7.54.906H460L256 25.6zm-16 70.8v57.38l-6.248 2.005c-14.24 4.573-26.103 11.94-36.07 22.322-17.686 18.425-26.735 43.597-26.735 77.368 0 33.38 8.89 58.507 26.282 77.144 10.118 10.787 22.11 18.3 36.477 22.83l6.293 1.984V420.4h32v-59.85l8.373-.587c9.6-.67 18.958-2.145 28.092-4.45 11.206-2.827 22.043-6.956 32.588-12.26V252.11h-61.035v19.974h30.955v49.576l-5.403 2.356c-4.373 1.906-9.156 3.264-14.322 4.152l-.08.014-.08.013c-5.003.768-10.33 1.133-15.988 1.133-21.365 0-39.558-7.483-51.834-22.228-11.08-13.308-17.89-27.01-17.89-51.625 0-24.844 7.066-38.687 18.532-51.912h.002c12.767-14.722 31.483-22.09 53.56-22.09 11.836 0 23.63 1.875 35.264 5.574 7.058 2.227 14.08 5.21 21.075 8.764v-32.35a138.957 138.957 0 0 0-26.992-9.155h-.006l-.008-.002c-8.43-1.94-17.185-3.16-26.287-3.65l-8.517-.458V96.4h-32zm-192 54v18h25v206H48v18h96v-18h-25v-206h25v-18H48zm320 0v18h25v206h-25v18h96v-18h-25v-206h25v-18h-96zm-327 258v30h181v-30H41zm249 0v30h181v-30H290zm-265 48v30h462v-30H25z"/></svg>
<svg class="tc-image-originals-banknote tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M23 119v274h466V119H23zm16 16h434v242H39V135zm72.285 18A64 64 0 0 1 57 207.297v97.418A64 64 0 0 1 111.297 359h289.418A64 64 0 0 1 455 304.703v-97.418A64 64 0 0 1 400.703 153H111.285zM256 176a48 80 0 0 1 48 80 48 80 0 0 1-48 80 48 80 0 0 1-48-80 48 80 0 0 1 48-80zm-9 32v14.057c-5.37 1.576-9.96 4.136-13.766 7.685-6.848 6.386-10.27 15.146-10.27 26.28 0 11.014 3.36 19.744 10.085 26.19 3.86 3.685 8.513 6.305 13.95 7.874V304h18v-12.32c3.475-.23 6.878-.712 10.203-1.463 4.78-1.08 9.392-2.698 13.834-4.858v-33.223h-27.762v11.937h10.873v13.418c-1.264.494-2.698.865-4.302 1.112-1.574.215-3.286.324-5.137.324-6.818 0-12.077-1.99-15.778-5.97-3.702-3.978-5.553-9.624-5.553-16.935 0-7.372 1.91-13.034 5.735-16.982 3.856-3.978 9.333-5.968 16.428-5.968 3.825 0 7.634.542 11.428 1.62 3.826 1.08 7.666 2.716 11.522 4.906v-14.3c-3.732-1.696-7.71-2.975-11.937-3.84-3.077-.632-6.263-1.03-9.555-1.198V208h-18zm-119 32a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm256 0a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16z"/></svg>
<svg class="tc-image-originals-barbarian tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M197.584 23.28c-18.284.166-34.4 4.378-48.488 12.285C120.92 51.38 102.008 80.7 87.62 117.445c-.637 1.623-1.254 3.282-1.874 4.936a433.13 433.13 0 0 0 16.73 6.654c.628-1.69 1.26-3.378 1.905-5.028 13.612-34.757 30.7-59.935 53.524-72.746 11.413-6.405 24.546-10.037 40.137-10.136 15.592-.1 33.64 3.335 54.884 11.06L256 53.3l3.076-1.116c42.486-15.45 72.195-13.735 95.02-.924 22.824 12.81 39.912 37.99 53.523 72.746.645 1.65 1.276 3.338 1.905 5.028a433.14 433.14 0 0 0 16.73-6.653c-.62-1.653-1.238-3.312-1.874-4.936-14.388-36.743-33.3-66.065-61.476-81.88C335.38 20.117 300.046 18.895 256 34.27c-21.502-7.506-40.977-11.15-58.416-10.99zm-16.145 85.35c-4.77 5.446-9.19 11.48-13.268 18.068-3.655 5.905-7 12.262-10.037 19.01l.16.035c.235-.005.47-.018.705-.018a32.61 32.61 0 0 1 13.77 3.05 439.41 439.41 0 0 0 49.494 6.62c-15.17-15.56-29.05-32.14-40.825-46.764zm157.474 10.652c-9.547 9.597-17.313 20.762-23.076 33.34a438.226 438.226 0 0 0 23.387-3.846 32.61 32.61 0 0 1 13.775-3.05c.236 0 .47.012.705.017l.16-.035c-3.036-6.748-6.382-13.105-10.037-19.01a147.53 147.53 0 0 0-4.914-7.416zM37.727 138.725l22.34 22.34 7.445-22.34zm406.76 0l7.447 22.34 22.34-22.34zM85.526 141.61l-10.187 30.564c17.367 6.233 34.72 11.564 52.062 16.002-.906-3-1.4-6.17-1.4-9.45 0-7.88 2.816-15.144 7.486-20.84a453.046 453.046 0 0 1-47.96-16.276zm340.95 0a452.977 452.977 0 0 1-47.967 16.267c4.673 5.7 7.492 12.966 7.492 20.848 0 3.276-.492 6.444-1.396 9.44a579.07 579.07 0 0 0 52.058-15.99zM159 163.725c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm194 0c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm-31.78 6.184a454.296 454.296 0 0 1-12.21 1.585c-2.643 9.64-4.27 19.926-4.8 30.808a509.808 509.808 0 0 0 23.265-2.752c-4.663-5.694-7.475-12.953-7.475-20.825 0-3.05.43-6.005 1.22-8.816zm-130.433.014a32.614 32.614 0 0 1 1.213 8.8c0 7.875-2.813 15.136-7.48 20.83a510.61 510.61 0 0 0 34.617 3.73c.32-6.48-3.405-30.475-3.405-30.475a456.76 456.76 0 0 1-24.945-2.886zm51.604 4.64l-8.644 6.897 13.88 83.265h16.75L275.4 198.57c-11.192-6.3-22.285-14.618-33.01-24.007zM66.28 188.16c-15.22 63.397-26.077 137.993-43.05 211.542l-1.8 7.804 7.543 2.696a14845.52 14845.52 0 0 0 43.41 15.453 417.662 417.662 0 0 1 12.77-4.47c5.114-1.703 10.176-3.32 15.11-4.903-17.488-6.054-36.565-12.83-57.777-20.403C58.5 324.755 69.37 253.65 83.47 194.134a613.683 613.683 0 0 1-17.19-5.974zm379.44 0a613.688 613.688 0 0 1-17.19 5.975c14.1 59.517 24.97 130.62 40.984 201.744-21.212 7.57-40.29 14.348-57.776 20.402 4.933 1.582 9.995 3.2 15.108 4.904a417.657 417.657 0 0 1 12.77 4.47c13.545-4.79 27.904-9.916 43.41-15.454l7.544-2.696-1.8-7.804c-16.973-73.55-27.83-148.145-43.05-211.54zm-305.408 21.694c-2.188 15.23-3.312 31.277-3.312 47.87 0 48 .646 86.742 14.814 111.536 7.085 12.397 17.22 21.812 33.647 28.657 16.428 6.844 39.29 10.808 70.54 10.808 31.25 0 54.112-3.964 70.54-10.808 16.426-6.845 26.56-16.26 33.646-28.657C374.354 344.466 375 305.725 375 257.725c0-16.594-1.124-32.64-3.313-47.87-27.274 6.046-54.568 9.943-81.87 11.71l-2.413 14.484c21.605 2.345 46.537-6.993 77.395-18.737l6.4 16.824c-7.816 2.975-15.448 5.92-22.948 8.63 4.365 3.607 7.7 8.663 7.7 14.958 0 8.2-5.652 14.307-11.88 17.834-6.228 3.526-13.82 5.31-22.095 5.31-8.275 0-15.868-1.784-22.096-5.31-6.227-3.528-11.88-9.635-11.88-17.835 0-1.182.13-2.316.35-3.41a79.073 79.073 0 0 1-3.92-.416l-4.805 28.825h-47.25L227.57 253.9c-1.305.168-2.612.31-3.92.415.22 1.094.35 2.228.35 3.41 0 8.2-5.653 14.307-11.88 17.834-6.23 3.526-13.822 5.31-22.097 5.31-8.274 0-15.867-1.784-22.095-5.31-6.228-3.528-11.88-9.635-11.88-17.835 0-6.295 3.335-11.35 7.7-14.96-7.5-2.707-15.132-5.653-22.95-8.628l6.403-16.824c30.86 11.744 55.79 21.082 77.396 18.736l-2.414-14.485c-27.3-1.767-54.595-5.664-81.87-11.71zm-36.177 6.512c-.22.01-.53.215-.754.254-9.218 30.762-5.474 47.118.24 66.853l15.38 7.69v-62.618c-4.425-6.463-8.398-9.97-11.084-11.224-1.486-.692-2.616-1.015-3.78-.954zm303.73 0c-1.165-.06-2.295.262-3.78.955-2.687 1.254-6.66 4.762-11.085 11.225v62.618l15.38-7.69c5.715-19.735 9.458-36.09.24-66.853-.226-.04-.535-.243-.755-.254zM190.023 252.58c-5.52 0-10.413 1.38-13.224 2.973-2.023 1.145-2.54 1.945-2.68 2.172.14.227.657 1.027 2.68 2.172 2.81 1.592 7.704 2.973 13.223 2.973 5.52 0 10.415-1.38 13.227-2.973 2.022-1.145 2.538-1.945 2.68-2.172-.142-.227-.658-1.027-2.68-2.172-2.812-1.592-7.707-2.972-13.227-2.972zm15.907 5.145c.055.09.07.11.07 0s-.015-.09-.07 0zm-31.81 0c-.056-.09-.07-.11-.07 0s.014.09.07 0zm147.857-5.144c-5.52 0-10.415 1.38-13.227 2.973-2.022 1.145-2.538 1.945-2.68 2.172.142.227.658 1.027 2.68 2.172 2.812 1.592 7.707 2.973 13.227 2.973 5.52 0 10.413-1.38 13.224-2.973 2.023-1.145 2.54-1.945 2.68-2.172-.14-.227-.657-1.027-2.68-2.172-2.81-1.592-7.704-2.972-13.223-2.972zm15.904 5.145c.056.09.07.11.07 0s-.014-.09-.07 0zm-31.81 0c-.055-.09-.07-.11-.07 0s.015.09.07 0zm-91.07 32h18s.124 6.12 3.05 11.975c2.927 5.853 6.95 11.025 19.95 11.025s17.023-5.172 19.95-11.025c2.926-5.854 3.05-11.975 3.05-11.975h18s.124 9.88-4.95 20.026c-5.073 10.147-17.05 20.975-36.05 20.975-19 0-30.977-10.828-36.05-20.974-5.074-10.146-4.95-20.025-4.95-20.025zm41 53.178c21.138 0 42.276 4.093 66.846 12.283l-5.692 17.078c-46.86-15.62-75.447-15.62-122.308 0l-5.692-17.078c24.57-8.19 45.708-12.283 66.846-12.283zm-94.244 62.674a30.333 30.333 0 0 1-1.297 1.53c-5.123 5.61-11.71 9.69-19.056 13.228-14.692 7.073-32.843 12.024-50.558 17.93-17.716 5.904-34.85 12.754-46.82 22.064-9.73 7.565-16.135 16.173-18.22 28.395H173.81c12.59-6.51 23.538-11.936 30.553-17.66 7.39-6.03 10.754-11.19 10.635-21.232l18-.215c.18 15.237-7.198 27.185-17.256 35.392a81.47 81.47 0 0 1-4.953 3.715h90.42a81.47 81.47 0 0 1-4.954-3.715c-10.058-8.207-17.436-20.155-17.256-35.392l18 .215c-.12 10.042 3.246 15.203 10.635 21.232 7.015 5.724 17.962 11.15 30.553 17.66h148.007c-2.086-12.222-8.492-20.83-18.22-28.396-11.97-9.31-29.105-16.16-46.82-22.066-17.716-5.905-35.867-10.856-50.56-17.93-7.345-3.536-13.932-7.618-19.054-13.228-.45-.493-.878-1.006-1.296-1.53-5.047 3.394-10.633 6.395-16.783 8.958-19.572 8.155-44.71 12.19-77.46 12.19-32.75 0-57.888-4.035-77.46-12.19-6.15-2.563-11.737-5.564-16.784-8.957z"/></svg>
<svg class="tc-image-originals-barbed-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21.97 18.22C33.98 35.186 46.79 52.53 60.25 70.187l-20.5 41.156L77.5 92.53c12.847 16.405 26.235 33.033 40.094 49.814L94.03 189.656l44.564-22.22c15.17 17.934 30.83 36.032 46.906 54.158l-28.47 57.156 55.157-27.47c16.596 18.27 33.554 36.568 50.813 54.782l-27.28 54.75 53.968-26.875c21.59 22.316 43.56 44.45 65.75 66.282-38.372 1.44-74.363-2.4-107.125-10.72 65.27 60.235 151.623 99.225 246.593 103.688-4.313-95.196-43.473-181.33-103.687-246.594 7.904 31.405 11.808 65.622 10.874 102.125-5.587-5.622-11.185-11.248-16.844-16.908-15.622-15.62-31.41-31.093-47.28-46.406l26.655-53.5-54.313 27.063c-18.653-17.625-37.395-34.933-56.125-51.876L279.5 156.28l-52.75 26.282c-18.68-16.527-37.304-32.64-55.78-48.218l21.436-43.063-45.75 22.782C129.6 100.008 112.72 86.45 96.062 73.44l18.282-36.688-40 19.938c-17.8-13.548-35.308-26.4-52.375-38.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-barbed-coil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M229.195 18.336l-6.136 5.717C179.44 64.683 107.984 67.313 49.08 63.27l-11.434-.782 1.534 11.356c3.176 23.53.144 49.397-6.97 71.486-3.667 11.39-8.49 21.723-13.85 30.236v29.47c13.92-12.55 24.515-31.852 31.64-53.977 1.84-5.715 3.425-11.63 4.742-17.67l54.096-2.97 5.23-47.86c28.946-1.867 58.22-7.387 84.36-19.843l39.45 32.355 26.995-30.095c17.072 7.668 35.674 12.29 54.395 12.1l13.285 37.196 37.568-2.105c2.62 4.83 5.44 9.524 8.533 14.03 8.222 11.973 18.57 22.563 31.68 30.5l-2.184 29.505 21.922 2.56c.716 11.336 2.415 22.242 5.717 32.598 3.367 10.56 8.515 20.493 15.698 29.486l-20.1 19.695 15.567 11.587c-19.55 25.202-25.823 52.407-22.892 77.6l-20.866 3.023 3.444 23.5c-25.575 7.253-48.054 24.84-60.755 47.52l-28.033-14.534-4.805 24.766c-21.564-3.42-44.95-2.798-66.553 4.902l-15.656-28.968-26.04 21.968c-11.697-12.98-26.314-23.074-41.8-30.535-10.662-5.138-21.746-9.067-32.752-11.91l10.473-42.353-37.488 6.043c1.46-9.002 2.273-18.416 2-28.004-.357-12.56-2.78-25.446-8.074-37.658l42.194-27.38-35.582-19.337c17.68-16.924 28.663-37.382 34.168-57.465l44.18 5.77-6.73-30.694c5.086-.156 10.2-.625 15.313-1.497 11.882-2.026 23.697-6.396 34.564-13.783l19.47 30.923 18.35-31.884c6.124 2.22 12.208 3.47 18.105 3.9 4.278.31 8.44.235 12.462-.11l6.04 37.213 24.945-18.46c4.642 6.47 9.96 11.776 15.78 16.03 4.166 3.046 8.527 5.55 13.007 7.658l-12.826 33.79 31.798-3.625c.55 5.017 1.72 9.738 3.393 14.12 1.06 2.78 2.29 5.395 3.618 7.907l-31.76 14.286 26.83 21.338c-3.22 4.784-5.793 9.856-7.626 15.22-2.276 6.657-3.39 13.654-3.47 20.897l-22.573-8.56 3.944 34.603c-3.05 1.36-6.086 2.86-9.07 4.54-4.806 2.703-9.484 5.83-13.815 9.395l-21.163-25.92-14.28 32.845c-10.648-1.994-21.21-1.4-31.15 1.543l-7.748-21.234-20.266 15.127c-7.58-7.81-16.224-14.18-25.274-19.24l20.153-27.97-37.08-2.81c1.386-7.51 1.8-14.976.908-22.296l27.364-4.445-16.877-19.648c2.735-2.06 5.208-4.3 7.408-6.837 4.817-5.554 7.608-12.365 9.086-20.145 6.7 1.57 13.59 1.738 20.2-.104 7.73-2.152 14.777-6.836 20.647-13.44 12.89 10.738 27.118 19.195 42.127 23.35-1.74 6.15-2.863 12.55-2.463 19.286.326 5.467 1.777 11.024 4.374 16.437-10.616 1.583-21.12 4.792-30.984 10.478-8.818-14.487-21.95-25.25-43.19-29.018 12.74 21.87 26.735 43.31 28.424 69.004l13.844-16.37c14.343-13.007 30.4-16.52 49.133-16.696l22.385-.213-15.892-15.766c-6.916-6.86-9.06-12.622-9.436-18.968-.377-6.345 1.496-13.65 4.674-21.707l4.425-11.214-11.963-1.488c-16.325-2.03-34.528-12.643-50.514-27.652l-8.59-8.065-5.896 10.202c-4.697 8.125-10.353 12.23-16.117 13.836-5.764 1.605-12.037.81-18.545-2.93l-13.87-7.97-.13 15.997c-.09 11.138-1.874 16.334-5.842 20.908-3.968 4.575-11.59 9.097-24.363 14.715l-9.98 4.39 5.863 9.188c11.05 17.326 7.687 36.29-3.59 60.26l-4.99 10.603 11.45 2.502c23.45 5.125 50.265 20.1 63.223 45.34l5.398 10.51 8.984-7.673c18.65-15.926 40.245-18.322 64.52-1.343l9.365 6.55 4.56-10.48c4.162-9.57 13.527-18.272 24.663-24.538 11.135-6.267 23.917-10.005 32.86-10.703l11.837-.925-3.678-11.287c-4.923-15.106-5.105-27.778-1.335-38.807 3.77-11.027 11.645-20.89 24.78-29.745l8.2-5.527-5.982-7.873c-7.57-9.963-14.707-18.948-18.285-28.317-3.578-9.368-4.39-19.1 1.607-33.7l4.303-10.477-11.1-2.234c-14.066-2.83-26.617-6.643-36.613-13.95-9.995-7.305-18.06-18.072-23.1-37.364l-2.505-9.596-9.43 3.072c-10.72 3.493-22.306 6.504-33.863 5.662-11.557-.84-23.303-5.095-35.986-17.963l-7.714-7.826-6.485 8.874c-12.83 17.56-27.953 25.104-44.8 27.977-16.846 2.874-35.435.53-52.908-3.23l-12.31-2.652 1.03 12.55c2.668 32.523-13.95 81.392-65.45 103.993l-14.863 6.525 13.104 9.576c22.49 16.438 29.74 37.69 30.39 60.458.646 22.767-6.106 46.534-12.523 64.14l-4.712 12.93 13.756-.39c20.778-.587 48.07 4.407 71.813 15.847 23.744 11.44 43.72 28.96 52.545 53.22l4.425 12.16h1.938l8.922-8.647c32.266-31.274 84.04-27.856 119.17-14.06l10.605 4.165 2.008-11.215c6.465-36.093 49.167-67.625 87.977-61.863l18.13 2.693-8.47-16.254c-18.214-34.945-17.52-78.27 32.552-117.664l8.943-7.037v-1.748l-9.55-6.344c-16.542-10.985-25.41-23.998-30.487-39.924-5.078-15.927-5.987-34.958-4.983-56.395l.356-7.593-7.365-1.892c-22.168-5.702-36.212-17.687-47.543-34.188-11.33-16.5-19.403-37.625-27.68-59.812l-3.552-9.524-9.19 4.34c-39.024 18.422-87.22.938-117.966-26.682l-6.237-5.602h-.242zm200.157 364.246l.03.092c-.11.003-.223.013-.335.017l.305-.108z"/></svg>
<svg class="tc-image-originals-barbed-nails tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M14.922 14.21V197.01c105.426 65.67 171.442 156.49 109.213 299.017 71.456-76.97 99.707-180.437 72.418-273.904l-43.217 28.034c-8.593-32.65-25.23-63.915-44.04-88.097-18.808-24.182-35.91-41.747-54.142-58.317l12.57-13.83c26.36 23.958 50.918 50.426 71.26 81.727 122.584 56.688 209.387 144.066 155.1 301.027 65.208-82.512 85.325-187.03 50.81-277.992l-41.466 30.37c-9.225-26.42-23.88-51.128-43.455-74.562-31.626-34.863-68.584-59.443-108.29-79.904l8.56-16.61c46.226 23.82 90.127 53.793 126.312 98.87C399.033 189.56 479.498 260.64 456.44 409.59c49.442-93.163 50.723-200.15.585-283.248l-35.04 38.547C379.276 89.6 288.66 35.463 159.76 14.21H14.924z"/></svg>
<svg class="tc-image-originals-barbed-spear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.156 14.938l1.188 109.812 19.5 17.22c15.49-23.43 36.69-41.66 65.094-51.47l-80.5-75.563h-5.282zm168.125 53.78c-.396 44.894-10.642 82.204-31.155 111.5C272.262 286.142 455.438 453.28 455.438 464.407c-11.175 0-197.844-161.162-316.75-264.594-25.878 25.887-62.488 43.38-110.313 52 68.746 39.904 126.46 57.79 191.594 69.282-19.723 11.207-43.54 19.43-71.157 24.406 67.254 39.04 123.215 55.186 187.687 65.906-16.78 9.55-36.457 17.074-59.97 21.313C354.206 477.804 413.56 487 498.314 497.5v-.03c-18.824-85.7-40.233-141.38-96.625-209.845-.202 22.858-3.87 42.68-10.594 60.5-19.436-63.145-45.6-114.738-94.438-174.03-.235 26.606-4.35 50.287-12.094 71.093-20.53-63.15-48.564-116.11-98.28-176.47zm-68.936 37.126c-29.56 7.767-49.585 24.63-64.406 48.53l30.312 26.75c7.968-26.825 21.017-51.348 34.094-75.28zm15.062 11.406c-13.92 25.673-26.966 50.952-33.562 77.656l9.844 8.688c19.153-15.05 40.11-42.41 47.906-63.656l-24.188-22.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-barbed-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M253.352 19.617l-52.18 115.475 27.2.002-24.257 74.123-65.638.156 6.18-19.02L18.69 204.286l93.718 85.324 7.63-23.48 53.017 38.708-21.047 65.28-15.735-11.43-25.652 124.097 110.103-62.744-21.946-15.942 55.584-40.213 60.472 43.748-17.08 12.408 110.102 62.745-25.65-124.098-23.638 17.172-22.898-71.022 53.016-38.707 7.628 23.48 93.717-85.323-125.966-13.935 6.18 19.02-65.64-.155-24.256-74.12 25.205.003-52.2-115.483zm-5.317 115.48h12.654l30.373 92.747 85.253.217 6.288 19.352-68.854 50.29 28.914 89.712-11.94 8.674-76.363-55.233-71.475 51.698-14.977-10.88 27.065-83.972-68.856-50.288 6.287-19.35 85.256-.218 30.375-92.748zm6.338 41.76l-13.69 41.81c4.38-1.018 8.932-1.575 13.614-1.575 4.74 0 9.347.57 13.777 1.615l-13.7-41.85zm-.076 58.93c-23.097 0-41.62 18.52-41.62 41.617 0 23.097 18.523 41.617 41.62 41.617 23.096 0 41.617-18.52 41.617-41.616s-18.52-41.617-41.617-41.617zm-51.518 10.336l-43.878.104 35.336 25.794c.84-9.41 3.85-18.214 8.54-25.897zm103.032 0c4.71 7.712 7.722 16.555 8.55 26.006l35.482-25.903-44.03-.104zm-5.888 70.61c-5.968 6.912-13.462 12.47-21.96 16.12l35.413 25.606-13.453-41.726zm-91.143.13l-13.41 41.596 35.353-25.565c-8.484-3.628-15.97-9.155-21.942-16.032z"/></svg>
<svg class="tc-image-originals-barbed-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M296.03 12.742c-8.175 10.024-15.62 32.142-20.735 56.78-3.86-.373-7.738-.633-11.63-.764-1.526-.052-3.054-.086-4.583-.1-19.25-.178-38.79 2.634-57.988 8.69-10.223-23.05-22.23-43.093-32.293-51.176-2.068 12.775 2.546 35.67 10.442 59.578-23.396 10.692-43.644 25.71-60.156 43.73-20.387-14.86-40.818-26.22-53.58-28.19 4.598 12.105 20.058 29.64 38.865 46.405-14.49 20.423-24.804 43.577-30.294 68.008-10.005-1.068-19.74-1.653-28.59-1.67-13.356-.026-24.705 1.234-31.95 4.047 10.033 8.18 32.178 15.633 56.84 20.748-2.36 24.396.04 49.565 7.79 74.172-23.062 10.225-43.112 22.24-51.2 32.31 12.78 2.068 35.683-2.55 59.596-10.45 10.705 23.446 25.752 43.734 43.81 60.27-14.82 20.13-26.266 40.39-28.286 53.474 12.83-4.873 30.2-20.173 46.623-38.682 20.405 14.446 43.53 24.724 67.93 30.193-2.772 24.845-2.557 48.113 2.233 60.455 8.667-10.627 16.056-32.535 21.023-56.754 24.295 2.32 49.352-.082 73.854-7.785 10.018 22.885 21.83 42.907 32.146 51.193 2.192-13.53-2.36-36.185-10.16-59.63 23.44-10.708 43.72-25.754 60.252-43.812 20.11 14.802 40.34 26.226 53.41 28.243-4.868-12.818-20.142-30.167-38.627-46.576 14.454-20.42 24.734-43.56 30.2-67.972 24.82 2.764 48.062 2.546 60.395-2.24-10.62-8.66-32.507-16.04-56.703-21.006 2.314-24.306-.094-49.373-7.81-73.882 22.872-10.016 42.883-21.824 51.166-32.135-2.085-.338-4.385-.515-6.872-.545-13.65-.167-32.907 4.112-52.73 10.705-10.695-23.394-25.72-43.64-43.74-60.15 14.836-20.365 26.175-40.765 28.142-53.512-12.092 4.594-29.603 20.027-46.353 38.808-20.437-14.5-43.61-24.818-68.06-30.303 2.674-25.076 2.296-48.44-2.376-60.473zm-37.032 74.545c1.378.012 2.753.04 4.127.086 2.966.098 5.92.276 8.865.53-1.01 6.593-1.837 13.192-2.447 19.642-2.382-.196-4.77-.356-7.168-.438-1.214-.04-2.43-.066-3.646-.078-14.618-.138-29.444 1.886-44.04 6.255-1.93-6.155-4.115-12.405-6.47-18.603 16.837-5.148 33.936-7.536 50.778-7.395zm36.926 4.42c20.965 4.893 40.844 13.743 58.506 26.055-4.18 5.213-8.204 10.524-11.963 15.814-15.226-10.483-32.288-18.078-50.262-22.394 1.416-6.336 2.655-12.886 3.72-19.475zm-110.326 11.68c2.41 6.177 4.977 12.27 7.658 18.127-17.103 8.11-32.037 19.16-44.432 32.29-4.764-4.38-9.797-8.713-14.953-12.915 14.34-15.316 31.735-28.155 51.728-37.503zm73.047 22.287c1.065.01 2.13.03 3.19.066 2.196.072 4.38.22 6.56.403-.394 15.126.757 28.186 3.943 36.396 5.737-7.035 10.904-19.037 15.19-33.356 15.994 3.776 31.165 10.522 44.667 19.892-7.91 12.912-13.45 24.807-14.793 33.516 8.493-3.226 18.98-11.046 29.862-21.317 11.705 11.02 21.522 24.366 28.697 39.68-13.383 7.34-24.122 14.923-29.517 21.64 8.522 1.38 21.555-.222 36.377-3.777 4.914 16.198 6.533 32.702 5.196 48.74-1.52-.035-3.025-.06-4.498-.062-13.357-.026-24.705 1.234-31.95 4.047 6.7 5.463 18.812 10.602 33.455 14.937-3.765 16.077-10.545 31.324-19.96 44.89-13.068-7.938-25.02-13.45-33.545-14.765 3.07 8.082 10.99 18.586 21.502 29.663-11.06 11.787-24.465 21.674-39.866 28.884-7.34-13.382-14.923-24.11-21.638-29.504-1.38 8.518.22 21.544 3.77 36.358-16.197 4.91-32.7 6.523-48.735 5.182.338-15.28-.865-28.377-3.986-36.415-5.46 6.694-10.59 18.795-14.925 33.422-16.075-3.767-31.318-10.548-44.88-19.96 7.925-13.056 13.425-24.995 14.74-33.512-8.073 3.066-18.565 10.974-29.63 21.47-11.742-11.016-21.6-24.36-28.804-39.687 13.263-7.21 23.97-14.725 29.475-21.578-2.083-.338-4.383-.515-6.87-.545-8.193-.1-18.406 1.4-29.55 4.04-4.9-16.19-6.51-32.68-5.17-48.706 15.12.392 28.176-.76 36.384-3.946-7.033-5.734-19.02-10.905-33.334-15.19 3.778-15.988 10.536-31.15 19.904-44.646 12.9 7.9 24.78 13.43 33.483 14.773-3.223-8.486-11.03-18.962-21.287-29.832 10.976-11.66 24.256-21.448 39.494-28.615 7.213 13.27 14.73 23.98 21.586 29.486 1.45-8.952-.07-21.912-3.512-36.437 12.928-3.92 26.052-5.743 38.977-5.636zm114.623 7.34c15.328 14.347 28.18 31.755 37.53 51.765-6.184 2.44-12.276 5.048-18.124 7.76-8.117-17.15-19.183-32.12-32.344-44.54 4.387-4.774 8.728-9.82 12.938-14.986zm-254.65 26.71c5.203 4.17 10.503 8.188 15.782 11.938-10.48 15.222-18.085 32.28-22.402 50.248-6.324-1.413-12.86-2.658-19.436-3.72 4.898-20.95 13.75-40.816 26.055-58.465zm138.704 30.413c-2.253.01-4.528.133-6.818.375-36.65 3.86-63.052 36.478-59.19 73.127 3.86 36.647 36.477 63.048 73.125 59.188 36.648-3.86 63.05-36.478 59.19-73.127-3.618-34.357-32.512-59.71-66.308-59.563zm162.164 17.258c6.455 21.126 8.57 42.665 6.793 63.587-6.606-.983-13.213-1.775-19.66-2.353 1.475-18.062-.323-36.618-5.776-54.816 6.157-1.92 12.42-4.08 18.642-6.42zM88.754 242.127c6.578 1.006 13.163 1.835 19.598 2.443-1.49 18.07.297 36.64 5.744 54.852-6.152 1.93-12.394 4.1-18.588 6.453-6.464-21.183-8.563-42.776-6.754-63.748zM403.03 291.13c6.33 1.422 12.875 2.69 19.474 3.782-4.874 20.98-13.716 40.877-26.018 58.557-5.238-4.163-10.572-8.156-15.877-11.886 10.51-15.283 18.122-32.412 22.42-50.455zm-280.708 29.716c8.15 17.197 19.268 32.205 32.49 44.642-4.382 4.753-8.736 9.766-12.966 14.916-15.383-14.375-28.274-31.83-37.65-51.9 6.178-2.41 12.27-4.978 18.126-7.658zm243.994 38.478c4.762 4.39 9.783 8.75 14.942 12.987-14.384 15.395-31.85 28.297-51.938 37.674-2.442-6.184-5.048-12.27-7.76-18.117 17.245-8.156 32.292-19.29 44.756-32.543zM172.55 379.78c15.276 10.507 32.4 18.12 50.436 22.42-1.422 6.323-2.69 12.86-3.78 19.45-20.97-4.878-40.852-13.72-58.52-26.017 4.154-5.232 8.14-10.557 11.863-15.854zm127.74 20.25c1.92 6.155 4.077 12.415 6.415 18.636-21.124 6.445-42.656 8.55-63.574 6.766.983-6.6 1.77-13.198 2.347-19.64 18.06 1.48 36.614-.312 54.812-5.76z"/></svg>
<svg class="tc-image-originals-barbed-wire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M109.813 23.5l1.468 24.844c-7.493 3.44-14.667 7.408-21.436 11.968C77.932 54.117 29.25 24.376 29.25 24.376l26.438 68.563c-18.827 25.903-24.476 56.148-20.5 87.5-3.977 10.418-6.756 21.36-8.157 32.75-4.28 34.82 4.443 73.208 29.564 111.78-11.01 17.4-35.188 53.344-35.188 53.344l61.22-19.875c1.98 2.18 3.998 4.36 6.093 6.532 31.825 33.022 64.816 56.735 97.343 72.436-1.357 21.98-4.532 59.906-4.532 59.906l40.532-45.656c34.34 10.635 67.452 12.538 97.282 7.22 8.957 1.915 17.79 3.232 26.437 3.874 26.46 1.964 51.463-2.464 72.283-15.5 1.94-1.214 3.83-2.482 5.687-3.844 15.444 4.942 64.094 23.25 64.094 23.25l-34.906-57.062c4.48-8.064 8.3-17.044 11.375-26.97 9.51-30.692 13.66-59.886 13.375-87.374.002-.02-.003-.042 0-.063 4.158-29.67.89-60.38-8.282-89.562-3.357-10.683-7.5-21.157-12.375-31.344 15.212-13.58 32.595-28.75 32.595-28.75l-47.5 2.032c-8.474-13.175-18.222-25.552-29.094-36.843 5.347-17.464 21.908-64.907 21.908-64.907l-55.25 36.343c-.262-.183-.52-.38-.782-.562-24.558-17.015-52.748-28.888-83.125-33.25.924-11.743 1.72-21.625 1.72-21.625l-17.406 19.593c-31.27-10.284-63.304-15.307-93.656-14.47-21.283.588-41.732 4.05-60.532 10.595C117.282 32.32 109.812 23.5 109.812 23.5zm84.75 28.28c8.26.09 16.652.658 25.125 1.626-23.352 6.245-43.81 15.013-61.438 25.75-1.82-1.457-9.677-10.352-18.53-20.594 15.102-4.23 31.386-6.447 48.31-6.75 2.168-.038 4.345-.055 6.532-.03zm68.687 13.5l-11.938 13.44c-11.938-2.62-23.83-4.183-35.562-4.75 4.397-1.344 8.9-2.63 13.563-3.782 11.515-2.845 22.86-4.438 33.937-4.907zM112.5 69.126l1.53 26.344c-3.972 2.043-7.848 4.195-11.624 6.5-19.415 11.843-36.164 27.058-49 44.843 2.444-17.23 9.253-33.295 21.157-47.72C84.933 86.528 97.823 76.6 112.5 69.126zm181.438 3.406c10.36 4.18 20.567 8.97 30.53 14.345l-4.562 19.28c-8.983-5.375-18.067-10.048-27.22-14.03.283-5.274.724-12.21 1.252-19.594zm-81.782 19.69c33.724 1.065 69.257 11.17 103.25 32.874l-4.656 19.594s6.89-5.636 15.22-12.438c21.385 15.353 42.013 35.488 61 61.094 6.913 9.325 12.885 18.596 18.03 27.75-11.63 10.287-22.28 19.594-22.28 19.594l31.5-1.344c7.023 15.705 11.562 31.02 13.905 45.72-16.35 8.71-59 29.373-59 29.373l59.625 13.875c-3.29 23.663-12.567 44.827-26.53 62.375-19.992 15.673-45.71 28.626-78.095 37.625-14.812-16.555-37.688-43.125-37.688-43.125l2.594 45.032c-31.706-11.987-64.888-30.877-95.874-54.283 6.14-19.402 20.97-61.843 20.97-61.843l-53.314 35.062c-26.48-23.94-50.176-50.712-68.562-78.156-.16-.976-.29-1.96-.438-2.938 21.096-4.256 50.813-9.75 50.813-9.75l-52.938-28.75c.747-17.35 3.87-34.413 9.532-50.625l24.186 7.75-17.625-23.718c.764-1.607 1.526-3.2 2.345-4.782 12.316-23.79 30.94-45.024 57.156-61.563 1.988-.446 3.987-.868 6-1.25 15.965 10.75 53.22 37.75 53.22 37.75L212.156 92.22zm144.844 15c31.624 22.824 58.832 52.246 77.188 87.5-3.304 3.178-8.728 8.14-14.907 13.686-5.072-8.723-10.825-17.47-17.31-26.22-18.905-25.494-39.566-45.996-61.158-62.03 5.793-4.68 11.46-9.222 16.188-12.937zm-243.78 10.093c-7.726 9.096-14.342 18.774-19.876 28.906l-6.688-9c7.668-7.166 16.218-13.62 25.5-19.282.35-.214.71-.414 1.063-.626zm-50.876 49.843l19.062 6.094c-6.742 19.452-10.13 39.89-10.53 60.47-.04-.085-.086-.168-.126-.25-8.156-17.232-13.81-34.135-16.53-50.376 2.316-5.497 5.046-10.808 8.124-15.938zm-17.25 53.188c2.547 7.06 5.468 14.125 8.78 21.125 5.833 12.32 12.784 24.582 20.657 36.655 1.037 5.655 2.27 11.273 3.72 16.844 4.947 18.99 12.275 37.433 21.72 54.655-43.19-45.79-58.08-90.447-54.876-129.28zm406.03 17.437c4.823 17.464 7.594 36 7.938 55.532-2.115 14.63-6.24 28.865-12.562 42.375.395-2.295.74-4.602 1.03-6.937 3.503-28.023-.497-58.67-13.374-90.25l16.97-.72zM106.72 320.688c21.512 24.926 46.452 48.21 73 68.5 24.674 18.86 50.713 35.157 76.81 47.625-32.876-2.213-62.096-14.434-86.81-33.28-27.445-20.928-49.14-50.188-63-82.844zM449 368.47c-.796 2.857-1.636 5.734-2.53 8.624-8.284 26.728-21.605 43.83-38.345 54.312-12.555 7.862-27.34 12.04-43.875 12.906 6.02-2.95 11.794-6.245 17.313-9.875 12.958-8.522 24.402-18.87 34.03-30.687 13.3-10.688 24.41-22.53 33.407-35.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-barbute tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.406 17.75C189.313 39.42 124.536 85.124 79.03 150.344c21.238 57.44 32.72 94.314 32.72 131.375 0 36.493-11.52 73.723-32.125 129.655 49.72 36.73 100.08 58.95 150.313 64.938-5.052-60.378-9.83-120.748 1.593-181.125-30.644-3.28-61.384-13.286-92.03-30.72v-71.312c80.67 42.255 158.908 41.547 242.063 0v71.313c-30.06 14.376-60.192 24.722-90.25 29.28 8.684 60.46 7.723 120.915 2.03 181.375 46.386-7.335 92.89-28.824 139.032-64.312-33.966-112.954-34.03-145.933.594-260.47C391.162 84.844 317.924 39.89 255.405 17.75zm-75.125 212c-11.16-.13-19.646 3.174-21.25 9.156-2.33 8.7 10.778 19.76 29.282 24.72 18.505 4.957 35.388 1.92 37.72-6.782 2.33-8.7-10.775-19.76-29.282-24.72-5.783-1.55-11.396-2.315-16.47-2.374zm160.69 0c-5.074.06-10.687.825-16.47 2.375-18.507 4.96-31.613 16.018-29.28 24.72 2.33 8.7 19.213 11.738 37.717 6.78 18.505-4.958 31.613-16.018 29.282-24.72-1.604-5.98-10.09-9.286-21.25-9.155z" fill="#fff"/></svg>
<svg class="tc-image-originals-barefoot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M44.156 19.47c40.24 103.666 45.06 254.208 5.22 367.28-28.324 80.378 9.553 105.938 66.25 105.938l31.374.28c63.568-40.225 127.15-23.413 190.72 1.813l110.78 1.033c77.705 0 54.114-80.826-18.594-69.125L278.53 349.5C212.117 277.39 222.04 85.354 241.407 20l-197.25-.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-barn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23.38L89.844 89.845l-64.9 162.254 14.85 5.943c20.312-50.766 40.62-101.535 60.93-152.304l1.432-3.58L256 40.616l153.844 61.54 1.43 3.58 60.93 152.305 14.853-5.942-64.9-162.254C366.77 67.69 311.386 45.534 256 23.38zm0 36.624l-139.996 55.998L72.8 224h.2v263h78V329h-39v-18h297v176h30V224h.2c-14.402-36-28.802-72-43.204-107.998L256 60.004zM151 135h210v114H151V135zm23.563 18L199 201.873V153h-24.438zM313 153v48.873L337.438 153H313zm-144 29.127V231h24.438L169 182.127zm174 0L318.562 231H343v-48.873zm-98.73 18.69c-1.207-.02-2.31.02-3.288.128-2.823.31-10.76 3.708-16.86 7.3-2.796 1.645-5.23 3.22-7.122 4.484V231h78v-16.97c-4.193-1.675-10.334-4.02-17.578-6.368-11.206-3.63-24.71-6.71-33.152-6.846zM160 263h192v18H160v-18zm15.16 66L208 389.205 240.84 329h-65.68zm144 0L352 389.205 384.84 329h-65.68zM169 355.295v105.41L197.748 408 169 355.295zm78 0L218.252 408 247 460.705v-105.41zm66 0v105.41L341.748 408 313 355.295zm78 0L362.252 408 391 460.705v-105.41zm-183 71.5L175.16 487h65.68L208 426.795zm144 0L319.16 487h65.68L352 426.795z"/></svg>
<svg class="tc-image-originals-barrel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 41c-43.696 0-83.28 3.58-111.37 9.197-14.047 2.81-25.26 6.196-32.21 9.483-3.476 1.643-5.842 3.293-6.88 4.306l-.013.014.014.014c1.038 1.013 3.404 2.663 6.88 4.306 6.95 3.287 18.163 6.674 32.21 9.483C172.72 83.42 212.303 87 256 87s83.28-3.58 111.37-9.197c14.047-2.81 25.26-6.196 32.21-9.483 3.476-1.643 5.842-3.293 6.88-4.306l.013-.014-.014-.014c-1.038-1.013-3.404-2.663-6.88-4.306-6.95-3.287-18.163-6.674-32.21-9.483C339.28 44.58 299.697 41 256 41zm-80 15a32 8 0 0 1 32 8 32 8 0 0 1-32 8 32 8 0 0 1-32-8 32 8 0 0 1 32-8zm-75.168 26.594c-2.832 12.035-7.414 32.162-12.05 55.28 16.735 4.338 33.52 7.99 50.327 10.995 2.988-17.203 6.707-34.438 11.27-51.708-3.186-.547-6.3-1.113-9.282-1.71-14.91-2.98-27.13-6.49-36.37-10.86-1.363-.644-2.656-1.307-3.896-1.998zm310.336 0c-1.24.69-2.533 1.354-3.895 1.998-9.24 4.37-21.462 7.88-36.37 10.86-2.93.587-5.99 1.142-9.116 1.68 5.27 16.954 9.544 34.033 12.953 51.22 16.26-2.983 32.412-6.568 48.424-10.754-4.617-23-9.175-43.017-11.996-55.004zm-67.4 17.238c-23.065 2.982-49.9 4.803-78.768 5.117v54.198c30.885-.445 61.603-3.05 91.975-7.773-3.45-17.334-7.805-34.523-13.207-51.543zm-175.475.008c-4.647 17.345-8.416 34.67-11.426 51.98 30.062 4.54 60.16 6.967 90.133 7.354V104.95c-28.842-.314-55.656-2.133-78.707-5.11zm-84.38 55.277l-5.518 30.088c128.542 30.936 239.89 29.948 353.384.137l-4.98-30.172c-110.776 28.798-228.035 29.785-342.886-.053zm350.634 48.176c-16.95 4.406-33.876 8.174-50.83 11.312 3.656 47.603 1.776 95.87-3.55 144.49 18.6-3.803 36.796-8.527 54.468-14.17C439.592 314.762 439 291.606 439 256c0-14.915-1.77-33.334-4.453-52.707zm-357.13.256C74.758 222.827 73 241.15 73 256c0 23.794 4.678 57.228 10.424 89.404 16.604 4.828 33.386 8.97 50.27 12.418-4.532-47.516-6.03-95.247-2.577-143.222-17.624-3.063-35.507-6.74-53.7-11.05zm71.546 13.944c-3.336 47.978-1.63 95.883 3.164 143.813 31.553 5.49 63.348 8.592 94.873 9.33V225.94c-31.995-.576-64.57-3.38-98.037-8.446zm216.902.19c-33.303 5.275-66.792 8.068-100.865 8.34V370.8c32.816-.174 65.224-2.93 96.64-8.25 5.61-49.032 7.722-97.417 4.225-144.866zM86.66 364.93l8.29 31.9c104.15 32.39 225.75 32.428 326.077.733l8.272-32.264c-106.024 31.367-228.01 31.34-342.64-.37zm11.236 51.666c3.816 16.945 6.585 28.183 6.704 28.662.792 2.185 4.694 6.427 12.96 10.37 7.587 3.616 18.215 6.947 30.77 9.704-2.132-12.566-4.142-25.147-6.016-37.74-15.03-3.066-29.865-6.733-44.418-10.996zm318.366 1.31c-14.934 4.36-30.254 8.052-45.852 11.086-2.007 12.08-4.16 24.172-6.43 36.272 12.422-2.745 22.935-6.05 30.46-9.637 8.376-3.994 12.302-8.315 13.02-10.473 3.26-9.78 6.178-18.815 8.802-27.248zm-255.217 13.18c1.917 12.574 3.97 25.154 6.144 37.74 23.637 3.684 51.525 5.748 79.81 6.11V439.24c-28.815-.644-57.66-3.36-85.955-8.154zm190.55 1.223c-28.306 4.484-57.373 6.847-86.595 7.07v35.556c28.358-.363 56.317-2.437 79.994-6.14 2.33-12.19 4.538-24.353 6.602-36.487z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M196.14 78.192c-11.98 26.54-14.398 45.97-11.355 59.664 3.357 15.106 12.85 24.708 27.24 31.903l11.168 5.583-8.83 8.828c-.94.942-2.235 4.514-1.224 10.9 1.01 6.39 4.1 14.61 8.626 22.335 5.75 9.82 13.835 18.326 21.62 23.235L256 221.77l12.52 18.926c7.814-4.9 15.94-13.433 21.714-23.29 4.526-7.727 7.617-15.947 8.627-22.335 1.012-6.386-.282-9.958-1.223-10.9l-8.83-8.827 11.168-5.584c14.39-7.196 23.883-16.798 27.24-31.904 3.043-13.694.626-33.125-11.354-59.664-25.09 13.792-37.177 28.03-51.32 70.46L256 174.27l-8.54-25.617c-14.143-42.43-26.23-56.67-51.32-70.46zM96 97.808c-3.376 19.912-5.288 41.53 10.314 58.623C53.46 233.354 16 377.273 16 433.81c5.024-10.05 13.206-23.25 23.055-35.647 1.14-66.82 33.374-161.227 81.228-240.983l4.63-7.717 7.718 4.63c20.08 12.047 41.164 20.96 62.73 26.745-7.74-5.074-14.54-11.42-19.673-19.15-17.93-7.796-34.227-18.417-47.687-31.877-18.968-1.448-25.344-16.872-32-32zm320 0c-6.656 15.128-13.032 30.552-32 32-13.46 13.46-29.756 24.08-47.688 31.877-5.133 7.73-11.93 14.076-19.673 19.15 21.566-5.785 42.65-14.698 62.73-26.744l7.718-4.63 4.63 7.717c47.853 79.756 80.088 174.163 81.227 240.984 9.85 12.397 18.03 25.6 23.055 35.648 0-56.536-37.46-200.455-90.314-277.377 15.602-17.093 13.69-38.71 10.314-58.622zm-192 80c11.588 8.65 18.698 11.698 32 16 13.302-4.302 20.412-7.35 32-16 2.458 4.566 0 16 0 16-11.948 5.447-21.853 2.208-32 0-10.147 2.208-20.052 5.447-32 0 0 0-2.458-11.434 0-16zm-71.854 6.525c1.817 4.383 3.522 9.017 5.143 13.88 5.98 17.942 10.558 38.886 13.62 60.32 5.243 36.7 6.394 74.3.945 101.388 8.74-.234 17.477 2.767 26.21 8.274L166.41 392.56l20.268-4.795-8.55 33.595L208 403.77l1.057 20.8 13.615-34.794c.632.695 1.264 1.432 1.896 2.145-4.088-5.556-7.65-12.068-10.78-19.37-9.34-21.792-14.788-50.772-14.788-82.742 0-22.842 2.793-44.14 7.787-62.397-.18-.302-.375-.603-.553-.907-5.21-8.898-9-18.256-10.636-27.26-14.738-3.625-29.273-8.592-43.452-14.91zm207.708 0c-14.18 6.318-28.714 11.285-43.452 14.91-1.637 9.004-5.425 18.362-10.636 27.26-.178.304-.372.605-.553.908C310.207 245.67 313 266.967 313 289.81c0 31.97-5.448 60.95-14.787 82.742-2.734 6.378-5.807 12.136-9.262 17.2.085-.095.17-.198.253-.292l13.74 35.11L304 403.772l29.87 17.59-8.548-33.595 20.268 4.795-32.195-24.782c8.94-5.75 17.842-8.698 26.73-7.957-5.425-27.08-4.27-64.633.965-101.286 3.062-21.435 7.64-42.38 13.62-60.322 1.622-4.862 3.327-9.496 5.144-13.88zm-227.268.64c-12.714 64.79-23.21 127.977-15.46 180.256 12.15-9.62 24.292-10.477 36.362-5.83 4.968-22.784 4.842-61.64-.398-98.32-2.938-20.563-7.36-40.62-12.88-57.177-2.344-7.035-4.942-13.425-7.624-18.93zm246.828 0c-2.682 5.505-5.28 11.895-7.625 18.93-5.52 16.557-9.942 36.614-12.88 57.178-5.19 36.34-5.364 74.816-.537 97.683 12.897-3.96 24.765-2.81 36.5 6.468 7.75-52.28-2.745-115.467-15.46-180.256zm-271.6 33.74c-26.35 55.316-44.32 113.17-49.365 158.712 13.07-11.5 27.16-18.727 39.995-15.59-5.553-44.21.388-93.13 9.368-143.123zm296.374 0c8.98 49.993 14.92 98.912 9.367 143.122 12.835-3.137 26.925 4.09 39.996 15.59-5.044-45.542-23.014-103.396-49.363-158.713zm-183.22 27.466c-2.517 13.256-3.968 28.045-3.968 43.628 0 6.126.233 12.123.656 17.963 1.642 22.645 6.29 42.786 12.676 57.688 4.017 9.372 8.73 16.627 13.307 21.143 4.575 4.517 8.57 6.208 12.36 6.208 3.79 0 7.785-1.69 12.36-6.207 4.577-4.515 9.29-11.77 13.308-21.142 6.386-14.902 11.034-35.043 12.676-57.687.423-5.84.656-11.836.656-17.962 0-15.583-1.45-30.372-3.97-43.63-9.624 9.87-21.444 16.92-35.03 16.92-13.586 0-25.406-7.05-35.03-16.92zm9.805 153.007c8.413 10.265 16.82 22.012 25.227 34.62 8.136-12.204 16.2-23.596 24.207-33.636-6.772 6.394-15.1 10.638-24.207 10.638-9.465 0-18.096-4.578-25.006-11.397-.074-.072-.147-.15-.22-.223z"/></svg>
<svg class="tc-image-originals-bat-blade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M45.22 13.625L14.28 44.563c39.586 19.998 73.144 48.452 94.032 94.624L48.72 198.75l34.655 34.188C123.503 170.29 172.6 120.353 233.25 81.905l-33.844-33.844-59.562 59.563c-40.364-16.63-71.13-49.256-94.625-94zm388.31 2.656c17.42 49.948-19.026 99.73-74.467 51.407 25.734 56.216-28.74 91.255-66.032 58.532 17.576 57.064-16.684 77.635-51.905 73.593l-60.438-54.438c-11.745 10.696-22.922 22.032-33.593 34.03l56.062 62.407c3.207 35-17.616 68.268-73.78 50.782 32.726 37.702-2.315 92.766-58.532 66.75 48.32 56.05-1.434 92.89-51.375 75.28 97.106 69.59 204.846 89.13 277.436-3.624-77.69-16.78-80.996-84.097-52.656-143.438l106.03 118 38.783 15.47c-11.025 6.88-23.685 12.158-37.97 15.78l143.47 55.594-55.594-143.47c-3.76 14.828-9.293 27.874-16.564 39.19l-15.594-39.095L287.344 241.44c58.87-28.72 125.93-25.695 142.594 52.312 91.744-72.588 72.423-180.36 3.593-277.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-bat-wing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M23.25 19.875c38.22 44.005 38.98 90.112 16 132.344 75.61-33.06 158.24-45.382 238.844-45.407 2.933 0 5.854 0 8.78.03 45.98.49 91.18 4.898 133.938 11.626C295.842 26.31 154.954 21.397 23.25 19.874zm251.5 105.75c-75.736.388-152.785 11.91-223.03 41.563 39.527 25.086 44.946 85.016 30.78 130.156 81.86-82.396 213.783-137.65 326.688-161.72-43.14-6.38-88.547-10.234-134.438-10zm139.28 28.094C303.25 177.412 172.427 233.127 94.44 312c59.466-5.64 111.354 40.075 96.25 97.844C256.44 302.84 326.538 224.834 414.03 153.72zm11.126 15.06c-84.76 68.95-152.326 143.842-216.187 247 86.224-47.916 190.35-14.365 189.405 76.126h89.53L362.096 328.78l-3.345-4.31 2.156-5.064 64.25-150.625zm10.313 23.407L380.25 321.72l113.875 147.655V435.03c-59.59-92.815-68.082-170.762-58.656-242.842z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-baton tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M435.41 33.52c25 0 42.87 30.9 16.52 56.46-6.54 6.34-105.07 98.47-190.71 181.84l-32.14-31.76C307.73 156.21 395.73 59.28 407.73 46.8c9-9.39 18.8-13.28 27.68-13.28zM219.82 249.89l31.71 31.35-9.66 9.49-31.33-31 9.28-9.84zm-18.57 19.7l31 30.62-9.63 9.5-30.68-30.32 9.31-9.8zm-18.64 19.59L213 319.25c-3.234 3.233-6.41 6.42-9.53 9.56l-30.23-29.88c3.066-3.18 6.19-6.43 9.37-9.75zm-18.78 19.47l30.12 29.77c-3.255 3.286-6.41 6.5-9.47 9.64l-30.09-29.74c3.06-3.113 6.206-6.337 9.44-9.67zm-18.94 19.29l30.18 29.83c-5.46 5.66-10.49 10.97-15.01 15.85a15.83 15.83 0 0 1-11.91 5.26c-15.92 0-33.28-21.54-18.86-35.51a981.663 981.663 0 0 0 15.6-15.43zm-26.98 52.41A44.59 44.59 0 0 0 131 390.59a786.394 786.394 0 0 0-4.93 12.73c-6.44 17.13-21 17.2-31.6 17.25-12.69.06-22.71.11-30.42 19-1.94 4.77-.72 7.3.73 9.16 8.84 11.29 45.88 16.94 79.27 12.08 19.61-2.86 27.68-8.16 28.51-10.26 0 0 .33-1.69-2.82-6.67a145.34 145.34 0 0 0-10.9-14c-3.28-3.9-6.66-7.93-9.54-11.89-4.33-6-5.8-14.54-5.83-23.42a34.21 34.21 0 0 0 4.63.32 32 32 0 0 0 11.4-2.08c-.31 10.19 1.68 14.31 2.74 15.76 2.55 3.51 5.75 7.32 8.85 11 10.81 12.87 21 25 16.37 36.82-2.72 6.91-12.06 16-41.1 20.26a192 192 0 0 1-27 1.83c-25.93 0-55.43-4.85-67.19-19.88-3.9-5.04-7.61-13.44-2.89-25.06 11.75-28.81 31.86-28.9 45.16-29 11.46-.05 14.37-.7 16.7-6.88s4.66-12.13 6.77-17.31z"/></svg>
<svg class="tc-image-originals-battered-axe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M27.47 15.344c62.946 25.422 108.824 61.313 115.843 132.03v.188c52.31 30.132 92.605 72.538 104.28 119.938 1.792 7.272 2.84 14.637 3.126 22.03 31.737-3.283 64-20.935 87.843-46.624 26.42-28.467 42.056-65.91 36.843-103.03-15.205 1.917-30.855.922-46.5-2.314-50.282-10.398-101.7-42.974-148.562-77.875-4.79-4.21-9.93-8.084-15.406-11.656-34.787-22.69-82.864-32.686-137.47-32.686zM234.687 41.25l-15.72 23c19.23 13.107 38.792 25.095 58.126 34.72l13.437-19.25c-12.406-18.774-34.986-32.363-55.842-38.47zm239.375 21.375c-16.886 31.464-37.035 52.625-59.72 64.875-6.702 3.62-13.573 6.434-20.593 8.53 6.67 44.027-11.746 87.505-41.5 119.564-27.275 29.387-64.424 49.947-102.53 52.844-4.482 31.48-23.408 62.858-59.75 90.312 40.743 9.164 78.742 9.05 113.436 1.906l7.72-49.03 2.937-18.595 13.03 13.595L359 379.875c27.795-16.753 64.71-44.308 83.22-67.906L413.31 262l-11.468-19.78 22.03 6.093 47.938 13.25c13.232-23.865 21.327-60.527 21.47-98.875.13-34.855-6.22-70.88-19.22-100.063zM146.092 170.97L20.564 354.75l.812 110.625 175.53-251.5c-13.78-15.612-31.054-30.19-50.81-42.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-batteries tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M168.063 21.844c-25.008 0-47.713 5.09-64.97 13.968-16.938 8.716-29.722 21.962-30.187 38.626h-.03v93.625C59.258 180.325 46.9 197.92 37.75 219.032c-9.94 22.934-14.284 45.82-13 65.187 1.25 18.84 8.173 35.74 23 42.905l.344.156c.302.143.598.274.906.408l23.875 10.343v108.814h.03c.675 16.458 13.396 29.547 30.19 38.187 17.257 8.88 39.97 13.97 64.968 13.97 24.996 0 47.71-5.09 64.968-13.97 16.794-8.64 29.515-21.728 30.19-38.186h.03V420.56l42.844 18.563.22.094 74.56 32.31 7.72 3.345.844.375v-.03c15.48 6.212 32.73-.264 47.468-12.345 15.01-12.302 28.71-31.118 38.656-54.063 9.946-22.944 14.315-45.823 13.032-65.187-1.26-19.01-8.33-36.01-23.438-43.063v-.03l-8.562-3.72L382.03 264.5l-118.78-51.47V76.97c.025-.53.03-1.06.03-1.595 0-.315-.02-.625-.03-.938-.465-16.663-13.248-29.91-30.188-38.624-17.256-8.88-39.992-13.97-65-13.97zM140.25 43.062c.03-.005.064.006.094 0-6.743 3.237-10.906 7.637-10.906 12.5 0 9.93 17.292 17.97 38.625 17.97 21.332 0 38.625-8.04 38.625-17.97 0-4.863-4.164-9.263-10.907-12.5 11.11 2.093 20.927 5.366 28.72 9.376 13.818 7.11 20.094 15.646 20.094 22.937 0 7.29-6.276 15.797-20.094 22.906-13.818 7.11-34.028 11.907-56.438 11.907-22.41 0-42.62-4.797-56.437-11.906-13.818-7.108-20.063-15.614-20.063-22.905 0-7.29 6.245-15.828 20.063-22.938 7.772-3.998 17.554-7.28 28.625-9.374zM72.875 195.656v122l-16.438-7.125c-6.678-2.894-12.003-12.02-13.03-27.53-1.03-15.51 2.593-35.983 11.5-56.53 5.082-11.73 11.316-22.17 17.968-30.814zm171.688 1.75V445.47c0 7.278-6.24 15.825-20.063 22.936-13.822 7.112-34.042 11.906-56.438 11.906-22.395 0-42.615-4.794-56.437-11.906-13.822-7.11-20.063-15.658-20.063-22.937V200.31L145.375 280l-36.844 12.875L229.75 420.25l-51.72-105.78 23.907-11.845-40.156-84.188c2.082.073 4.168.125 6.282.125 24.997 0 47.71-5.09 64.97-13.968 4.134-2.128 8.008-4.537 11.53-7.188zm18.687 36l79 34.25-79 14.78v-49.03zm187.97 82.78c2.094.035 3.983.433 5.655 1.158 6.69 2.9 12.035 12.026 13.063 27.53.577 8.715-.333 18.995-2.813 29.97-.305-7.425-2.682-12.95-7.125-14.875-9.11-3.95-23.39 8.707-31.875 28.28-8.484 19.573-7.953 38.645 1.156 42.594 4.45 1.928 10.12-.104 15.75-4.97-6.316 9.33-13.207 17.023-19.967 22.563-12.02 9.85-22.342 12.18-29.032 9.282-6.688-2.9-12.034-12.027-13.06-27.533-1.03-15.505 2.618-35.94 11.53-56.5 8.912-20.56 21.357-37.21 33.375-47.062 9.014-7.388 17.058-10.537 23.344-10.438zm-153.5 8.658c-.9 1.89-1.78 3.8-2.626 5.75-9.94 22.935-14.315 45.79-13.03 65.156.307 4.65.966 9.173 1.998 13.47l-20.812-9v-74.126l34.47-1.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-battery-pack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M230.218 16c-14.245 0-51.563 11.946-51.563 26.718v26.718h-51.093C99.072 69.436 76 93.326 76 122.874V442.56C76 472.11 99.072 496 127.563 496h256.875c28.49-.002 51.562-23.892 51.562-53.44V122.874c0-29.547-23.072-53.437-51.563-53.437h-51.093V42.718c0-14.774-37.317-26.718-51.562-26.718H230.22zM256 122.875V256h102.657L256 442.563V309.438H153.343L256 122.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-battery-pack-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M226 16c-24.93 0-45 13.38-45 30v15h-45c-29.547 0-60 30.453-60 60v315c0 29.547 30.453 60 60 60h240c29.547 0 60-30.453 60-60V121c0-29.547-30.453-60-60-60h-45V46c0-16.62-20.07-30-45-30h-60zm-90 105h240v315H136V121zm120 30v105h-75l75 150V301h75l-75-150z" fill="#fff"/></svg>
<svg class="tc-image-originals-battle-axe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M240.094 19.594c-56.69.364-110.882 29.054-151.594 72.344-53.428 56.81-81.948 137.907-61.03 210.093 16.33-8.797 32.757-15.987 48.936-21.374-6.327-123.16 89.247-210.922 200.03-210.344 4.255-13.365 10.268-27.308 18.127-41.874-16.323-5.43-32.736-8.36-48.97-8.782-1.833-.047-3.67-.074-5.5-.062zM271.28 88.97C173.724 90.715 91.367 166.07 94.907 275.28c10.986-2.73 21.788-4.582 32.28-5.436 14.59-1.187 28.69-.463 41.783 2.437L278.312 162.94c-5.26-12.1-8.473-25.024-9.344-38.75-.716-11.256.14-22.983 2.592-35.22-.093.002-.187 0-.28 0zm60.845 60.718l-16.875 16.875L345.75 197l16.813-16.813-30.438-30.5zm-37.125 23L175.625 292.063l44.625 44.562 119.313-119.313L295 172.688zm189.875 46.093c-14.466 7.808-28.318 13.807-41.594 18.064.75 111.013-87.243 206.8-210.686 200.28-5.39 16.104-12.552 32.462-21.313 48.72 72.19 20.922 153.313-7.6 210.126-61.03 57.045-53.65 88.516-130.72 63.47-206.033zm-136 15.657L240.687 342.625c3.23 13.563 4.086 28.245 2.844 43.47-.862 10.58-2.752 21.476-5.53 32.56 109.585 3.718 185.128-79.008 186.594-176.905-12.342 2.506-24.16 3.403-35.5 2.688-14.287-.9-27.698-4.347-40.22-10zM169.5 312.313L20.094 461.72V494H48.75l151.188-151.188-30.438-30.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-battle-gear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M262.406 17.188c-27.22 8.822-54.017 28.012-72.375 55.53 17.544 47.898 17.544 57.26 0 105.157 19.92 15.463 40.304 24.76 60.782 27.47-2.063-25.563-3.63-51.13 1.125-76.69-13.625-1.483-23.374-5.995-37-13.874V82.563c35.866 19.096 61.84 18.777 98.813 0v32.22c-13.364 6.497-21.886 11.16-35.25 13.218 3.614 25.568 3.48 51.15 1.375 76.72 18.644-3.265 37.236-12.113 55.5-26.845-14.353-47.897-14.355-57.26 0-105.156-16.982-28.008-47.453-46.633-72.97-55.532zm-129.594 8.218c-25.906 110.414-27.35 215.33-27.4 330.922-18.84-1.537-37.582-5.12-56.027-11.12v28.554h69.066c8.715 35.025 6.472 70.052-1.036 105.078h28.13c-7.195-35.026-8.237-70.053-.872-105.078h68.904v-28.555c-18.49 4.942-37.256 8.552-56.097 10.46.082-114.94 2.496-223.068-24.667-330.26zm89.47 202.375c0 117.27 25.517 233.342 120.155 257.97C446.62 464.716 462.72 345.374 462.72 227.78H222.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-batwing-emblem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M15.406 25.938c41.737 42.61 52.607 128.648 13.438 174.78 63.818 10.74 75.725 61.317 64.47 137.5 32.67-20.39 72.694-12.612 98.25 27.688-6.63 11.324-10.44 24.48-10.44 38.5 0 42.143 34.358 76.5 76.5 76.5 42.144 0 76.5-34.357 76.5-76.5 0-14.02-3.81-27.176-10.437-38.5 25.555-40.3 65.58-48.078 98.25-27.687-11.256-76.185.65-126.763 64.47-137.5-39.17-46.134-28.3-132.173 13.437-174.782C415.536 43.782 344.188 113 309.97 197.718c51.49 41.114 32.28 114.232-20.626 137.095-9.675-4.44-20.41-6.938-31.72-6.938-11.31 0-22.043 2.5-31.718 6.938C173 311.95 153.79 238.832 205.28 197.72 171.063 113 99.715 43.782 15.407 25.937zm242.22 320.625c4.094 0 8.087.416 11.937 1.218-17.75 3.756-31.063 19.507-31.063 38.376 0 21.666 17.553 39.25 39.22 39.25 17.49 0 32.312-11.47 37.374-27.28.22 2.06.344 4.16.344 6.28 0 32.043-25.77 57.813-57.813 57.813-32.043 0-57.813-25.77-57.813-57.814 0-32.042 25.77-57.844 57.813-57.844z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-beach-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M419.342 92.658c-19.385-19.384-41.348-34.593-64.774-45.654 5.495 16.957 8.61 35.46 9.608 55.062 9.96 3.927 19.435 10.016 27.59 18.17 8.152 8.153 14.24 17.628 18.168 27.588 19.603.998 38.105 4.113 55.062 9.608-11.06-23.426-26.27-45.39-45.654-64.774zm-87.78-55.034c-71.617-24.758-152.93-13.23-215.513 34.574 66.248-7.507 129.063 7.865 181.537 39.157 13.207-11.618 30.53-16.084 47.92-14.037-1.66-22.127-6.228-42.3-13.945-59.694zm142.814 142.814c-17.395-7.717-37.567-12.286-59.694-13.945 2.047 17.39-2.42 34.713-14.037 47.92 31.292 52.474 46.664 115.29 39.157 181.538 47.805-62.583 59.332-143.895 34.574-215.512zm-95.34-47.475c-22.037-22.037-53.94-23.84-71.417-6.364-17.478 17.476-15.675 49.38 6.363 71.417 22.038 22.038 53.94 23.84 71.418 6.364 17.477-17.475 15.674-49.38-6.363-71.417zm-92.83-7.903c-55.91-32.438-124.11-45.696-195.368-30.534C33.31 153.34 13.453 235.118 31.28 309.788c68.307-65.43 158.964-116.716 246.164-143.015.388-.117.776-.227 1.164-.344-2.113-14.518.293-29.09 7.597-41.37zM386.94 225.795c-12.28 7.304-26.852 9.71-41.37 7.597-.116.388-.226.776-.343 1.164-26.3 87.2-77.585 177.857-143.015 246.164 74.67 17.827 156.45-2.03 215.262-59.558 15.162-71.26 1.904-139.458-30.534-195.367zm-103.606-41.992c-.232.07-.463.133-.695.203-87.23 26.307-179.15 79.17-245.73 145.435 10.996 32.845 29.57 63.723 55.748 89.902 26.18 26.18 57.057 44.752 89.9 55.75 66.267-66.582 119.13-158.503 145.436-245.73.07-.233.133-.464.203-.696-9.724-3.935-18.965-9.944-26.942-17.92-7.977-7.978-13.986-17.22-17.92-26.943z"/></svg>
<svg class="tc-image-originals-beam-wake tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M47.656 19.97c-15.964 0-28.906 12.94-28.906 28.905 0 15.965 12.942 28.906 28.906 28.906 4.246 0 8.275-.917 11.907-2.56L375.53 493.405l-.374.28 116.28.002.002-110.75-417-323.094c1.387-3.382 2.124-7.087 2.124-10.97 0-15.966-12.94-28.905-28.906-28.905zm58.22 9.31c7.078 9.45 8.665 22.35 5.186 35.314l15.907 12.312c3.774-15.038 1.037-29.898-8.845-39.78-3.49-3.48-7.744-6.105-12.25-7.845zM150.5 54.845c9.09 12.127 11.09 28.725 6.563 45.375l20.312 15.75c4.93-19.31 1.442-38.407-11.25-51.095-4.46-4.452-9.858-7.815-15.625-10.03zM206.188 88c11.382 15.19 13.947 35.934 8.375 56.78l25.562 19.814c6.065-24.19 1.68-48.067-14.22-63.97-5.61-5.607-12.46-9.826-19.718-12.624zM30.344 104.813c1.736 4.51 4.356 8.762 7.843 12.25 9.24 9.24 22.8 12.233 36.813 9.5l-12.063-15.938c-12.032 2.572-23.81.77-32.593-5.813zm238.25 10.374c15.574 20.783 18.137 49.774 8.78 78.282l32.563 25.218c10.155-32.8 5.246-65.912-16.312-87.47-7.122-7.12-15.818-12.483-25.03-16.03zM53.97 151.375c2.22 5.762 5.547 11.17 10 15.625 12.5 12.502 31.208 16.073 50.218 11.47L98.78 158.062c-16.458 4.34-32.818 2.3-44.81-6.688zm282.874 2.156c18.692 24.938 21.697 59.767 10.312 93.97L386 277.625c12.347-39.343 6.545-79.11-19.313-104.97-8.5-8.496-18.845-14.893-29.843-19.124zM419 197.407c22.85 30.49 26.252 73.21 11.906 115l47 36.406c15.53-48 8.715-96.753-22.844-128.312-10.267-10.266-22.778-17.977-36.062-23.094zM84.656 209.562c2.794 7.26 7.017 14.074 12.625 19.688 16.28 16.28 40.943 20.53 65.72 13.813l-19.47-25.75c-21.54 6.328-43.178 4.012-58.874-7.75zm29.688 59.938c3.547 9.2 8.89 17.89 16 25 20.905 20.907 52.686 26.178 84.5 17.22l-24.688-32.69c-27.7 8.435-55.624 5.59-75.812-9.53zm38.312 68.22c4.233 11.003 10.624 21.374 19.125 29.874 24.95 24.95 62.847 31.21 100.814 20.53l-29.47-38.968c-33.065 10.054-66.37 6.623-90.468-11.437zm43.875 82.155c5.116 13.284 12.827 25.795 23.095 36.063 30.346 30.342 76.566 37.836 122.75 24.562l-35.594-47.125c-40.253 12.498-80.914 8.483-110.25-13.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-beams-aura tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.594 20.625c-13.394 0-25.824 7.217-35.47 20.188-9.644 12.97-15.968 31.547-15.968 52.25 0 20.702 6.324 39.248 15.97 52.218 9.644 12.972 22.074 20.19 35.468 20.19 13.393 0 25.855-7.218 35.5-20.19 9.645-12.97 15.97-31.516 15.97-52.218-.002-20.702-6.325-39.28-15.97-52.25-9.645-12.97-22.107-20.187-35.5-20.187zM153.188 25l-16.563 8.625 60.5 116.063c2.778-1.51 5.673-2.87 8.72-4.032-7.715-13.314-12.578-29.542-13.845-46.187L153.187 25zM374 25l-39.313 75.438c-1.316 15.668-5.802 31.003-12.843 43.78 3.2 1.052 6.26 2.264 9.187 3.657l59.564-114.25L374 25zM102.687 64.844l-13.874 12.53 84.124 93.19c3.88-4.996 8.217-9.51 13.063-13.44l-83.313-92.28zm321.844 0l-81.467 90.22c4.357 3.202 8.283 6.853 11.78 10.874.59.677 1.185 1.366 1.75 2.062l81.813-90.625-13.875-12.53zM63.064 117.688L53 133.438l103.875 66.406c2.283-5.967 4.938-11.697 7.97-17.063L63.062 117.688zm401.093 0l-98.875 63.25c3.01 5.416 5.56 11.208 7.72 17.25l101.22-64.75-10.064-15.75zm-153.28 42.78c-12.165 14.36-28.78 23.688-47.282 23.688-18.056 0-34.3-8.885-46.375-22.656-25.124 6.894-38.6 27.533-46.94 57.344-8.19 29.287-9.914 66.253-10.155 101.562h26l-3.5-67.72 18.688-.936 4.125 80 11.218 163.78h38V362.97h18.688v132.56h40.812l9.97-164.467 4.093-79.313 18.655.938-3.5 67.718h23.813c-.02-35.714-.425-73.276-7.844-102.812-4.032-16.05-10.072-29.544-18.625-39.375-7.528-8.652-16.887-14.755-29.845-17.75zM36.968 180.032l-5.314 17.907 116.28 34.532c1.187-6.24 2.613-12.345 4.25-18.25L36.97 180.03zm453.28 0l-112.688 33.44c1.485 5.964 2.715 12.113 3.72 18.405l114.28-33.938-5.312-17.906zM26.22 247.688v18.688h117.218c.54-6.298 1.224-12.532 2.062-18.688H26.22zm357.124 0c.645 6.16 1.106 12.402 1.47 18.688h116.155v-18.688H383.343zm-241.03 35.594L31.654 316.126l5.313 17.938 104.593-31.032c.148-6.562.41-13.16.75-19.75zm243.217.19c.185 6.568.27 13.104.314 19.624l104.406 30.97 5.313-17.94L385.53 283.47zm-244.186 40.686L53 380.656l10.063 15.72 89.562-57.282h-11.313v-9.344c0-1.844.026-3.733.032-5.594zm244.562.03v14.908h-11.312l89.562 57.28 10.063-15.718-88.314-56.47zm-208.97 14.908L88.814 436.72l13.876 12.53 85.562-94.78-1.063-15.376h-10.25zm165.44 0l-1.095 17.937 83.25 92.22 13.876-12.53-88.125-97.626h-7.905zm-152.5 39.156l-53.25 102.188 16.56 8.656 39.158-75.125-2.47-35.72zm149.843 4.594l-2.19 36.25 36.47 70 16.594-8.656-50.875-97.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-beanstalk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M277.625 18.28l-.03.19c43.815 5.928 65.818 46.853 56.405 83.093-2.896 4.01-5.93 7.953-9.125 11.812-3.104 3.75-6.334 7.45-9.688 11.094 6.68-.152 13.668.15 20.875.624 9.283.61 19.004 1.59 28.844 2.562 26.745-9.698 50.2-28.826 64.063-49.937 13.548-20.635 17.76-41.997 10-59.314h-72.44c-1.88 18.198-6.547 34.794-13.405 50.188-3.814-19.43-14.214-37.48-30-50.313h-45.5zm181.25.126c6.692 22.627-.026 47.854-14.28 69.563-10.697 16.286-25.69 31.1-43.47 42.5l.875.03c21.978.764 42.687-1.078 58.813-8.656 15.16-7.125 26.88-18.75 33.875-40.656V18.406h-35.813zM196.53 61.47c-1.478-.006-2.935.045-4.374.155-20.14 1.544-35.922 13.995-41.47 30.25-6.338 18.577 2.098 41.598 26.19 53.97l8.53-16.626c-17.98-9.234-20.494-21.165-17.03-31.314 3.462-10.15 14.346-18.986 31.155-17.625 22.357 1.813 37.36 13.07 45.064 32.407 7.483 18.79 7.26 46.055-5.156 78.75-2.05 1.637-4.052 3.255-6.125 4.907-6.142 4.893-12.406 9.9-18.72 14.97 5.213-.747 10.338-1.144 15.376-1.22 1.482-.023 2.968-.028 4.436 0 11.748.222 23.045 2.02 34 4.437 37.61 8.3 71.348 23.35 116.094 15.157 22.666-5.32 41.84-16.25 58.22-31.125 22.16-20.127 38.942-47.686 50.56-77.812-7.16 7.816-15.474 13.776-24.53 18.03-20.514 9.64-44.072 11.188-67.406 10.376-11.56-.402-23.12-1.424-34.25-2.5-.312.102-.625.213-.938.313l-.125-.407c-10.95-1.065-21.484-2.174-31.186-2.813-19.856-1.308-35.957-.013-44.063 4.875l-.03-.063c-8.127 7.4-16.694 14.732-25.594 22.094 5.29-24.71 4.016-46.79-3.187-64.875-10.062-25.258-32.55-41.824-60.94-44.124-1.518-.123-3.02-.183-4.5-.187zm33.845 167.28c-8.852.132-17.864 1.37-27.344 4.188-10.568 3.14-21.832 8.313-34.06 16.343-12.443 10.887-24.955 22.415-37.376 34.75.008-2.096-.117-4.168-.344-6.186-1.712-15.185-10.186-27.355-21.188-35.063-11-7.707-24.638-11.676-37.968-11.186-13.33.49-26.343 5.43-36.03 15.47-18.76 19.434-19.104 43.565-6.44 57.186 12.666 13.62 36.54 14.862 55.345-1.875l-12.407-13.97c-13.2 11.75-23.73 9.063-29.25 3.126-5.52-5.936-7.83-16.975 6.187-31.5 11.472-11.885 35.21-12.22 49.844-1.967 7.317 5.126 12.254 12.21 13.344 21.875 1.004 8.913-1.393 20.632-10.5 35.218-3.974 4.497-7.923 9.098-11.844 13.813 22.05-8.594 43.864-9.63 66.22-10.533 42.668-1.724 88.234-2.342 152.28-48.593 13.46-3.538 24.74-3.17 32.937-.313 10.874 3.792 16.97 11.038 18.533 22.783 1.088 8.183-2.835 12.686-7.282 14.312-4.445 1.626-9.816 1.293-15.217-7.875l-16.094 9.5c8.898 15.105 25.03 20.576 37.717 15.938 12.687-4.64 21.516-18.457 19.407-34.313-2.384-17.922-14.236-32.156-30.906-37.97-4.707-1.64-9.77-2.682-15.094-3.124-.02 0-.042.003-.063 0-25.17-3.576-47.403-11.364-68.405-16-11.5-2.537-22.618-4.2-34-4.03zm41.438 84.625c-23.824 11.1-45.46 16.75-65.25 19.78-8.886 26.954-37.427 47.482-70.47 61.626-33.138 14.187-71.51 21.632-103.437 17.19-4.55 7.932-9.002 16.1-13.343 24.56v57.25H90.28c53.69-26.358 106.106-70.88 143.69-124.374 11.174-20.2 23.99-38.768 37.843-56.03zm-87.157 22.28c-9.562.76-18.652 1.12-27.344 1.47-23.177.937-43.168 2.06-62.562 10.188-12.78 5.356-25.608 13.84-39.156 27.875-4.182 6.178-8.318 12.53-12.375 19.062 25.817 1.616 58.038-4.857 85.53-16.625 25.574-10.947 46.53-26.7 56.03-41.97-.04.005-.083-.002-.124 0zM333.75 364.5c-1.094-.003-2.182.024-3.28.063-17.584.616-35.97 6.193-54.126 15.093-24.357 11.94-48.364 29.917-68.906 51.188.05-.157.106-.313.156-.47-23.996 24.686-50.768 46.182-78.72 63.407h65.032c.874-7.292 1.98-14.4 3.25-21.374 22.468-31.78 55.39-60.272 87.406-75.97 16.41-8.044 32.53-12.694 46.563-13.186 14.034-.492 25.78 2.896 35.313 11 15.122 12.856 14.897 31.182 6.312 44.5-8.585 13.318-24.29 21.298-46.78 10l-8.376 16.72c29.54 14.837 57.8 3.69 70.875-16.595 13.075-20.284 12.206-50.05-9.94-68.875-12.62-10.73-28.374-15.46-44.78-15.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-beard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M319 35.375c-27.305-.247-52.415 19.47-62.063 46.094-9.726-26.856-35.196-46.656-62.78-46.064-15.11.325-30.85 6.764-45 21.532-11.47 11.968-17.863 27.782-24.407 43.75-15 22.49-35.066 39.27-64.156 45.874 7 6.374 14.63 9.69 22.656 11.063-14.192 7.828-33.583 12.154-61.28 10.78 20.528 26.327 52.643 35.282 86.28 34.532 60.716-2.34 91.448-33.326 109.438-64.875l16.218 9.25c-20.387 35.754-59.15 71.513-127.28 74.094-.002.24 0 .48 0 .72 0 6.067 1.32 13.4 3.686 21.686l-.25-.468 29.5 114.875 4.625-38.626c17.095 31.46 37.67 64.792 56.532 93.97l1.624-46.127c5.83 38.514 20.68 73.426 39.062 106.97 9.337 13.507 15.25 21.78 15.25 21.78s6.953-9.693 17.875-25.562c.07-.1.152-.213.22-.313 20.76-32.818 38.056-67.256 46.438-105.906l-1.063 37.438c9.342-14.666 18.923-30.088 28.156-45.656v28.468l40.533-104.125c9.877-21.585 16.512-40.562 17.656-54.342-65.713-7.917-111.206-41.86-132.314-78.875l16.22-9.25c19.702 34.552 66.54 68.93 138.312 71.062 15.085-.3 29.905-3.623 45.593-11.313-14.823.118-27.478-1.08-38.53-3.437 23.34-5.136 43.576-16.795 56.125-37.97-102.54 21.26-90.343-61.02-127.188-99.468-14.37-14.994-30.37-21.424-45.687-21.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-beast-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M230.844 47.688c-28.215.083-58.57 2.925-91 8.78C339.666 41.874 441.95 144.504 495.938 292.75c0-143.316-92.67-245.57-265.094-245.063zm-2.656 33.624c-56.703 22.374-97.407 81.194-97.407 150.844 0 49.006 20.153 92.64 51.845 122 22.64 8.588 46.563 10.904 71.406 9.563-26.212-96.096-8.522-185.37 32.5-271-18.534-6.51-37.96-10.382-58.342-11.407zm-41.844 1.782c-43.318 5.686-90.65 23.297-142.5 54.53 24.987 97.103 56.545 155.038 92.78 187.97-15.558-27.26-24.53-59.27-24.53-93.438 0-61.93 29.422-116.84 74.25-149.062zm134.156 25c1.552 6.27 2.92 12.552 4.156 18.844-1.776-.353-3.62-.532-5.5-.532-15.486 0-28.03 12.55-28.03 28.03 0 15.483 12.544 28.033 28.03 28.033 4.33 0 8.432-.967 12.094-2.72 3.26 62.225-9.635 123.823-41.03 179.844 32.597-5.38 66.42-14.65 100.78-22.406 22.463-28.085 36.094-64.734 36.094-105.032 0-8.02-.553-15.9-1.594-23.594-31.27-44.417-66.02-78.693-105-100.468zm-301.875 48.47C36.78 459.957 249.36 479.842 493.063 343.717 306.578 348.125 115.88 532.286 18.625 156.56zm427 82.75c-1.25 33.993-11.342 65.633-27.938 92.28 23.992-4.595 48.14-7.793 72.22-7.813-13.924-30.585-28.636-58.848-44.282-84.467zm41.53 129.81c-127.06 79.076-267.344 111.63-421.03 39.126 130.246 115.856 342.11 82.373 421.03-39.125z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bed tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M239.802 74.44v.19h12.275v29.433h.004v31.265c-3.326-.562-6.698-.92-10.095-1.084-26.8-1.293-55.033 8.738-73.23 13.36l-7.545 1.92.582 5.564c-.46-.176-.917-.356-1.387-.525l-.705-.256-.74-.135c-4.097-.747-8.27-1.193-12.48-1.39-29.477-1.372-60.834 9.463-81.174 14.523l-7.612 1.892.836 7.8c.605 5.644 1.218 11.59 2.774 17.493-10.642 13.072-10.078 18.35-8.417 27.184l211.14 73.916v74.053C184.03 336.45 106.252 295.828 25.582 264.49v-170h18v.125h12.374v34.77l165.848-21.414V74.44zm-2.088 77.845c1.203-.013 2.39 0 3.564.04 2.818.095 5.505.396 8.09.84 13.548 5.197 20.296 12.637 24.25 21.462-23.255 9.644-44.174 13.507-62.515 15.736-5.277-1.15-9.503-2.466-12.944-3.894-3.802-7.298-9.183-14.244-16.522-20.16-.21-1.08-.405-2.186-.584-3.33 17.414-4.63 38.614-10.504 56.66-10.695zm-94.35 18.528c1.38-.014 2.743 0 4.09.046 3.218.11 6.296.446 9.26.95 15.757 5.89 23.546 14.435 28.002 24.526-26.44 10.85-50.22 15.162-70.965 17.62-17.42-3.692-25.116-8.99-29.17-14.665-3.072-4.302-4.524-9.753-5.53-16.518 19.495-5.077 43.62-11.753 64.314-11.96zM291.8 186.295l26.406 7.453c-59.194 10.41-125.095 28.732-165.18 45.766l-27.443-9.17c21.235-3.146 45.785-8.753 72.568-20.846l5.29-2.39c1.72.44 3.5.853 5.35 1.232l1.42.29 1.44-.17c21.562-2.54 47.905-7.294 77.15-20.782zm68.797 19.418l51.336 14.49-147.905 38.377v17.6l-82.517-27.147-1.77-.59c49.176-17.717 124.438-36.303 180.857-42.73zm127.79 13.68v90.57L283.69 372.127v-99.62zM23.613 282.45L60.837 299v14.674L39.98 322.13l-16.366-10.57zm463.26 49.243v34.995l-21.91 9.515-16.367-7.4v-25.487zm-234.453 52.49l11.608 5.16 9.442 4.196 19.342-6.87v40.848l-22.704 10.043-17.687-12.685z"/></svg>
<svg class="tc-image-originals-bee tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M273.625 17.438l3.313 19.406L258.53 40l-3.717-21.594c-11.894 1.303-21.9 3.848-30.188 7.344L238.5 43.375l-14.688 11.563-15.343-19.5c-9.837 8.29-15.64 18.988-17.657 32.156l24.375-1.344 1.03 18.656-12.812.72c36.685 31.72 70.686 71.3 102.125 122.718 3.52-.453 7.054-.697 10.564-.72 2.396-.014 4.774.055 7.156.25 3.744.31 7.462.914 11.125 1.782 10.252-71.962-6.85-130.822-38.5-191.062-7.863-.71-15.335-1.137-22.25-1.157zM78.905 27.813C72.95 32.37 67.494 36.937 62.5 41.5l18.47 17.875-13 13.406-18.657-18.03c-9.15 10.155-16.053 20.23-20.907 30.125l20.125 4.72-4.28 18.218-22.438-5.282c-.528 2.05-.986 4.073-1.343 6.095-2.264 12.796-1.332 25.318 2.593 37.47l22.968-11.19 8.157 16.814-23.53 11.436c4.11 7.18 9.307 14.198 15.562 21.063 3.188 3.5 6.67 6.913 10.405 10.28l15.125-16.28 13.688 12.75-14.25 15.31c10.718 7.82 22.952 15.15 36.562 21.814l10.47-20.125 16.56 8.624-10 19.22c9.974 4.158 20.545 7.945 31.657 11.405l6.657-19.407 17.687 6.062-6.343 18.5c10.976 2.874 22.408 5.395 34.25 7.53l3.157-19.03 18.437 3.063-3.155 18.937c22.212 3.138 45.688 4.95 70.188 5.188l-.188 18.687c-20.204-.195-39.78-1.404-58.594-3.5-1.978 7.395-3.443 15.514-4.25 24.438-99.17-72.015-189.613 29.593-213.843 140 96.828 62.17 166.47 12.61 216.094-69.844l17.532 40.125 17.125-7.5-23.156-52.97c4.207-7.892 8.265-16.012 12.157-24.28 7.755 11.174 16.53 18.968 25.688 23.655l1.03 32.97.126 4.25 3.314 2.686 38.406 31.314 11.813-14.5-35.094-28.625-.72-22.75c11.463.746 22.9-2.88 33.125-10.345l.72 26.906.186 6.19 5.783 2.25 62.28 24.092 6.75-17.437-56.468-21.813-1.094-39.625c2.924-4.387 5.622-9.2 8-14.468 14.34 60.238 86.187 63.25 103.126 7.936 11.726-38.29-19.33-72.846-52.562-72l-10.156-47.25c29.243 7.773 54.154 23.793 73.906 55.906l15.906-9.78c-25.456-41.388-61.373-60.69-100.375-67.595l-13.688-2.406 2.938 13.564 13.25 61.812c-.644.294-1.298.58-1.938.906l-.062.032c-2.39.595-4.74 1.456-7 2.656-4.883 2.592-8.73 6.348-11.625 10.78-9.013-28.358-34.47-46.61-61.406-49.31 3.698 6.412 7.374 12.98 11 19.75l-16.47 8.81C243.755 130.22 169.122 70.843 78.907 27.813zM402.282 276.75c.325-.002.638.013.97.03 2.656.148 5.576.97 8.75 2.564 6.348 3.188 13.04 9.53 17.656 18.22 4.617 8.686 6.13 17.77 5.22 24.81-.912 7.04-3.827 11.552-7.97 13.75-4.142 2.2-9.527 2.096-15.875-1.093-6.347-3.187-13.038-9.53-17.655-18.217-4.617-8.688-6.13-17.773-5.22-24.813.912-7.04 3.827-11.55 7.97-13.75 1.812-.962 3.89-1.485 6.156-1.5z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-beech tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M222.156 20.72c-1.423.01-2.843.065-4.25.155-20.084 1.29-37.527 10.342-46.375 27.03l17.626 12.532h-29.312c-10.333-5.256.412-.266-11.375-5.28-23.158-13.118-48.787-9.64-67.25 2.812-20.062 13.527-30.734 35.806-20.25 60.093l3.093 7.156-6.47 4.31c-21.435 14.36-32.997 30.393-37.124 48.126C16.34 195.39 19.65 215.64 31 238.5l2.47 5.03-3.25 4.564c-13.796 19.38-8.88 38.668 5.968 51.03 10.043 8.364 19.48 9.982 29.656 7.407 10.177-2.574 21.15-10.15 30.72-21.874l2.655-3.25 4.155-.187c27.728-1.2 49.69-11.635 63.97-27.72 14.28-16.085 21.22-37.98 17.718-63.906L184.03 182l7.25-2.5c8.066-2.768 14.73-8.15 18.814-15.53l5.28-9.564 8.626 6.72c6.39 4.976 22.988 8.397 31.375 5.968l10.28-2.97 1.564 10.595c4.3 29.362 24.393 52.534 50.06 60.155l8.25 2.438-1.75 8.437c-3.162 14.99 1.497 26.075 10.44 33.406 8.94 7.332 22.793 10.683 38.75 6.438l6.217-1.656 3.782 5.25c13.513 18.845 29.945 28.087 46.342 29.562 16.398 1.475 33.29-4.745 48.032-19.594 12.624-12.716 16.654-26.51 15.062-40.437-1.59-13.93-9.318-28.12-21.75-39.533l-8.5-7.812 9.406-6.688c7.878-5.6 10.74-15.92 8.907-25.5-1.833-9.58-7.527-16.677-16.345-17.78l-9.375-1.157 1.28-9.375c5.842-42.567-13.62-77.648-45.342-97.656-31.723-20.01-75.673-24.486-118.782-3.095l-6.72 3.344-4.717-5.876c-13.464-16.796-34.023-25.768-54.033-26.782-1.43-.072-2.857-.104-4.28-.093zm-1.22 160.31c-4.003 4.804-8.867 8.724-14.25 11.782 11.968 29.99 18.83 60.783 23.033 93.532-4.555 11.237-9.676 22.38-15.5 33.437l-.157.064c-8.54-19.537-18.073-38.957-31.188-55.75-.51.607-1.035 1.218-1.563 1.812-3.628 4.088-7.652 7.838-12 11.25 12.034 15.867 21.048 34.83 29.72 54.938 7.724 43.39 6.386 91.267-2.782 134.812-26.727 5.073-55.198 15.22-88.594 30.5h252.938c-32.428-15.282-60.268-25.46-86.688-30.53-13.95-24.116-21.036-50.13-23.25-76 9.692-45.174 28.504-71.692 57-99.282-19.276 7.68-37.422 17.31-52.687 31.937.702-3.41 1.488-6.766 2.31-10.092 9.476-24.123 23.87-45.82 42.94-65.407-5.784-2.705-11.25-5.994-16.283-9.874-12.71 13.552-23.555 28.128-32.312 43.78 7.156-19.187 12.88-38.422 18.063-57.592-5.443-6.556-10.03-13.933-13.563-21.938-4.167 16.03-8.512 31.946-13.5 47.72-4.637-23.334-11.12-46.08-20.375-68.47-.438-.204-.88-.41-1.313-.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-beehive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21.332L75.168 136.406l-7.594 4.832 9.664 15.188 7.594-4.832L256 42.668l171.168 108.926 7.594 4.832 9.664-15.188-7.594-4.832L256 21.332zm-144.908 5.74l-8.485 13.567 15.26 9.544 8.487-13.565-15.262-9.548zM72.212 44.02L58.963 56.2l10.825 11.78L83.04 55.8 72.212 44.02zm305.13 10.818l-17.856 2.277 2.024 15.87 17.855-2.276-2.023-15.872zM256 58.668l-148.127 94.264L99.34 183h312.994l-8.97-30.553L256 58.667zm0 43.846l57 19V169H199v-47.486l57-19zm0 18.972l-39 13V151h78v-16.514l-39-13zm-84.826 18.72l7.363 14.206-15.98 8.283-7.364-14.205 15.98-8.283zm266.724 45.745l-7.002 16.585 14.74 6.223 7.003-16.582-14.742-6.225zM120.258 201l-17.07 69h312.994l-17.137-69H120.258zM151 231h210v18H151v-18zm-93.36 40.188l-17.58 3.863 3.434 15.628 17.58-3.864-3.433-15.627zM122.187 288l-20.922 78H417.79l-20.997-78H122.186zm203.714 9.682l14.817 10.222-9.088 13.17-14.816-10.224 9.086-13.168zM151 327h210v18H151v-18zm302.44 18.64l-9.086 13.17 14.814 10.223 9.088-13.17-14.817-10.222zM122.185 384l-20.922 78H417.79l-20.997-78H122.186zm103.683 3.213l8.49 13.56-15.255 9.553-8.492-13.558 15.256-9.555zM77.65 398.646l-6.744 14.51 16.323 7.588 6.743-14.508-16.323-7.59zm303.14.815l7.312 14.23-16.012 8.228-7.31-14.232 16.01-8.225zM151 423h210v18H151v-18zm-23 57v16h48v-16h-48zm208 0v16h48v-16h-48z"/></svg>
<svg class="tc-image-originals-beer-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M200 23v18h21.895l-14.31 123.303c-14.473 8.144-25.962 16.414-34.18 25.265-9.02 9.712-14.405 20.57-14.405 31.97V445.54c0 11.4 5.042 21.877 12.348 29.794 7.305 7.917 17.208 13.666 28.35 13.666H312c11.23 0 21.24-5.72 28.596-13.645C347.953 467.432 353 456.94 353 445.54v-224c0-11.402-5.386-22.26-14.404-31.972-8.22-8.85-19.708-17.12-34.18-25.265L290.106 41H312V23H200zm40.016 18h31.968l8.094 69.727c-2.328-.97-4.98-1.573-8.078-1.573-10.342 0-17.062 6.425-22.15 10.772-5.09 4.346-5.982 7.135-9.85 6.46-4.685-.82-6.447-6.444-8.57-11.41L240.016 41zm31.25 86.113c.235.003.48.016.734.04 5.087.508 7.665 5.963 11.2 10.476l1.212 10.438a9.6 10.338 0 0 0-9.213-7.453 9.6 10.338 0 0 0-9.6 10.338 9.6 10.338 0 0 0 9.6 10.338 9.6 10.338 0 0 0 9.585-10.01l2.817 24.265 4.13 2.225c15.45 8.318 26.69 16.527 33.672 24.046 6.982 7.52 9.596 13.893 9.596 19.723v42.69h-25.568A64 94.77 0 0 0 256 221.54a64 94.77 0 0 0-53.416 42.69H177v-42.69c0-5.83 2.614-12.204 9.596-19.724s18.223-15.728 33.672-24.046l4.13-2.225 4.047-34.856c3.09 2.163 6.88 3.695 11.555 3.695 10.237 0 16.543-6.503 21.54-10.772 4.686-4.002 6.196-6.534 9.726-6.5zM256 166.4a9.6 10.338 0 0 0-9.6 10.338 9.6 10.338 0 0 0 9.6 10.338 9.6 10.338 0 0 0 9.6-10.338A9.6 10.338 0 0 0 256 166.4zm19.2 15.57a9.6 10.338 0 0 0-9.6 10.337 9.6 10.338 0 0 0 9.6 10.338 9.6 10.338 0 0 0 9.6-10.338 9.6 10.338 0 0 0-9.6-10.338zM256 247c13.42 0 23.9 9.857 30.578 22.445 1.962 3.698 3.663 7.726 5.098 12.016H336v18h-40.156c.757 5.4 1.156 11.038 1.156 16.85 0 12.354-1.775 23.944-5.06 34.075H336v18h-52.535c-6.64 9.987-15.97 17.23-27.465 17.23-11.496 0-20.825-7.243-27.465-17.23H176v-18h44.06c-3.285-10.13-5.06-21.72-5.06-34.076 0-5.812.4-11.45 1.156-16.85H176v-18h44.324c1.435-4.29 3.136-8.317 5.098-12.015C232.102 256.857 242.58 247 256 247zm0 18c-4.253 0-9.775 3.644-14.678 12.883-4.902 9.24-8.322 23.063-8.322 38.426 0 15.362 3.42 29.183 8.322 38.422 4.903 9.24 10.425 12.883 14.678 12.883s9.775-3.643 14.678-12.883c4.902-9.24 8.322-23.06 8.322-38.423 0-15.364-3.42-29.188-8.322-38.427C265.775 268.643 260.253 265 256 265zm-79 120.615h35.47a64 94.77 0 0 0 43.53 25.46 64 94.77 0 0 0 43.572-25.46H335v59.924c0 5.83-2.953 12.567-7.596 17.567-4.643 5-10.635 7.893-15.404 7.893H199.697c-4.555 0-10.502-2.867-15.12-7.873-4.62-5.006-7.577-11.758-7.577-17.588v-59.925z"/></svg>
<svg class="tc-image-originals-beer-stein tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.094 19.438c-18.092-.063-35.548 9.82-43.125 28.437v9.688l-11.376-2.5c-14.316-3.17-25.792-1.15-33.375 3.843-7.585 4.994-12.174 12.898-12.345 25.438-.13 9.54 1.93 15.82 4.813 20 2.882 4.18 6.673 6.672 11.906 8.062 10.465 2.78 26.67-.357 41.094-8.75l5.968-3.47 5.063 4.658c8.405 7.744 14.51 11.07 20.56 12.25 6.052 1.18 13.046.318 23.44-2.875l9.842-3.032 2.063 10.093c2.695 13.158 14.91 23.407 29.125 23.407 13.237 0 23.67-9.028 27.313-21.468l2.218-7.532 7.783.843c8.855.99 19.41-4.045 25-10.343l6-6.75 6.968 5.782c18.61 15.487 35.46 16.96 47.283 11.468 11.82-5.494 20.18-18.602 19.25-38.782-.88-18.827-10.97-30.448-25.5-35.812-14.532-5.364-33.76-3.61-51.282 8.218l-7.436 5.032-5.344-7.25c-7.038-9.585-17.09-15.485-26.72-17-9.628-1.516-18.487.928-25.374 8.406l-7.406 8.03-6.78-8.56c-10.443-13.165-25.214-19.482-39.626-19.532zM65.22 119.968C37.8 203.65 25.784 289.07 28.812 376.19c39.55 17.23 81.422 18.105 123.437 18 2.353-11.073 4.555-22.54 6.594-34.22-32.102 1.678-64.094 2.52-94.313-9.124-2.33-66.88 6.917-121.622 28-187.03 27.318 6.5 55.01 8.61 83.25 7.467-.07-11.715-.387-22.556-1.03-32.31-37.168-1.726-73.593-8.642-109.53-19zm148 2.97c-6.57 3.29-13.37 5.82-20.19 7.406 3.092 33.456 1.947 78.392-2.186 127.094-4.777 56.28-13.866 116.5-26.438 166.718H434.25c-9.932-52.565-18.812-111.61-23.594-166.72-3.87-44.618-5.233-86.115-2.03-119.717-10.777-1.282-22.047-5.642-32.938-13.22-7.498 5.988-16.954 10.145-27.25 10.75-7.46 16.247-23.42 28.125-42.688 28.125-19.644 0-36.84-11.86-44.344-28.938-8.26 1.885-15.993 2.507-23.72 1-8.57-1.67-16.468-6.014-24.467-12.5zm-78.376 319.906L116.22 491.25h358.686l-21.72-48.406H134.846z" fill="#fff"/></svg>
<svg class="tc-image-originals-beetle-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M247.125 21.375l-11.25 2.375C142.28 43.37 68.75 129.098 54.562 212.188c-7.093 41.544 1.26 83.252 30.876 114 8.703 9.036 19.153 17.05 31.406 23.875 1.122-6.105 3.542-12.028 7.062-17.563-9.857-5.69-18.156-12.176-25-19.28C73.88 287.234 66.646 252.554 73 215.343c3.844-22.515 12.893-45.62 25.97-67.406v134.437h18.686v-161.25c7.472-9.315 15.676-18.182 24.53-26.406v152.31h18.69V81.563l-.032-1.874c8.804-6.883 14.865-11.25 24.562-16.72v135.25h18.688V53.657c7.917-3.45 16.046-6.394 24.344-8.718V189.28c6.49-4.71 12.773-8.648 18.687-11.718V21.376zm22.28 0v158.062c5.867 3.51 12.16 7.84 18.69 12.782V44.937c9.61 2.69 19 6.186 28.092 10.374V198.22h18.688V65.124c8.526 5.037 16.72 10.676 24.53 16.813V247.03h18.69V98.28c8.91 8.634 17.116 17.903 24.53 27.626v156.47h18.688V154.343c11.076 19.874 18.78 40.685 22.25 61 6.353 37.21-.88 71.89-25.907 97.875-6.83 7.09-15.105 13.568-24.937 19.25 3.52 5.527 5.964 11.432 7.092 17.53 12.215-6.812 22.632-14.8 31.313-23.813 29.614-30.747 37.938-72.455 30.844-114-5.474-32.052-19.783-64.483-40.658-93.375v-.062h-.03c-33.238-45.977-83.128-82.953-140.594-95l-11.282-2.375zM256.69 193.75c-15.76 8.1-39.794 27.3-59.72 50.625-15.213 17.81-28.01 38.034-34.562 56.97 26.188-12.528 60.838-19.376 95.906-19.376 34.875 0 69.334 6.76 95.47 19.155-6.77-18.23-19.757-37.767-35.22-55.188-20.632-23.245-45.335-42.818-61.875-52.187zm1.625 106.906c-33.5 0-66.99 7.09-89.75 18.47-11.412 5.705-20.224 12.447-25.782 19.155-5.556 6.71-7.968 13.25-7.968 19.47 0 6.168 2.382 12.66 7.844 19.313l.125.156c5.56 6.707 14.37 13.45 25.782 19.155.918.46 1.893.9 2.844 1.344 4.422-4.217 9.587-8.036 15.313-11.376l.124-.063c19.388-11.27 45.188-17.342 71.375-17.342 26.185 0 52.017 6.072 71.405 17.343l.063.033c5.777 3.364 10.985 7.215 15.437 11.468.995-.462 2.01-.926 2.97-1.405 11.41-5.706 20.223-12.448 25.78-19.156 5.557-6.71 7.97-13.25 7.97-19.47 0-6.18-2.394-12.68-7.876-19.344l-.095-.125c-5.558-6.707-14.37-13.45-25.78-19.155-22.762-11.38-56.282-18.47-89.783-18.47zm-.094 86.97c-23.206 0-46.467 5.78-62 14.812-15.536 9.03-22.972 20.745-22.97 30.687-.002 9.942 7.434 21.657 22.97 30.688 15.533 9.03 38.794 14.812 62 14.812 23.204 0 46.495-5.782 62.03-14.813 15.535-9.03 22.97-20.745 22.97-30.687s-7.435-21.657-22.97-30.688c-15.535-9.03-38.826-14.812-62.03-14.812zM146.124 409.03c-6.868 0-14.037 2.97-18.875 7.845-4.838 4.875-7.77 12.038-7.72 18.906v.158c-.05 6.853 2.87 14 7.69 18.875l.03.03c4.838 4.876 12.007 7.844 18.875 7.844 5.603 0 11.402-1.968 15.97-5.343-4.805-7.435-7.535-15.616-7.532-24.22-.002-7.09 1.85-13.91 5.187-20.25-4.124-2.43-8.934-3.843-13.625-3.843zm224.406 0c-4.744 0-9.625 1.424-13.78 3.908 3.315 6.32 5.158 13.12 5.156 20.187.002 8.552-2.687 16.694-7.437 24.094 4.584 3.427 10.41 5.467 16.06 5.467 6.855 0 14.007-2.955 18.845-7.812l.03-.03c4.84-4.876 7.74-12.04 7.69-18.908v-.156c.05-6.867-2.85-14.03-7.69-18.905-4.837-4.875-12.005-7.844-18.874-7.844z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-behold tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.625 20.063c-51.034 0-97.18 20.68-130.53 54.124l52.31 59.22c21.788-16.468 48.9-26.25 78.25-26.25 3.183 0 6.345.117 9.47.343l12.625-86.125c-7.253-.866-14.636-1.313-22.125-1.313zm40.563 4.5l-12.532 85.656c20.72 4.56 39.58 14.055 55.313 27.218l54.967-54.97c-25.21-28.606-59.195-49.264-97.75-57.906zM112.53 88.186c-22.864 28.146-37.62 63.17-40.624 101.532l58.813 11.405c6.124-21.19 17.494-40.175 32.624-55.438l-50.813-57.5zm293.095 9.032l-53.22 53.218c20.675 23.03 33.283 53.436 33.283 86.75 0 4.513-.237 8.978-.688 13.375l46.47 9.03c5.458-17.434 8.405-35.997 8.405-55.25 0-39.973-12.685-76.948-34.25-107.124zm-149.97 28.624c-61.6 0-111.343 49.744-111.343 111.344 0 61.6 49.744 111.343 111.344 111.343 61.6 0 111.344-49.74 111.344-111.342s-49.744-111.344-111.344-111.344zm-7.968 30.562c-2.3 4.783-3.593 10.12-3.593 15.78 0 20.168 16.334 36.533 36.5 36.533 17.387 0 31.945-12.164 35.625-28.44 11.16 12.827 17.936 29.572 17.936 47.907 0 40.333-32.7 73.032-73.03 73.032-40.333 0-73.032-32.7-73.032-73.033 0-35.74 25.682-65.47 59.594-71.78zm-176.28 52.25c1.224 53.382 25.094 101.11 62.374 133.97l22.126-22.126c-18.893-22.58-30.28-51.635-30.28-83.313 0-6.022.42-11.943 1.218-17.75l-55.438-10.78zm186.062 15.938c-13.11 0-23.75 10.61-23.75 23.72 0 13.107 10.64 23.75 23.75 23.75 13.107-.002 23.717-10.643 23.717-23.752 0-13.108-10.61-23.718-23.718-23.718zm124.28 44.375c-5.648 22.405-17.124 42.488-32.72 58.592l19.72 22.313c24.33-18.93 43.757-43.84 56.125-72.53l-43.125-8.376zm-212.844 64.967L148.5 354.344c22.11 15.8 47.866 26.825 75.78 31.594l3.19-21.813c-22.183-4.92-42.22-15.516-58.564-30.188zm166.22 6.094c-21.992 17.033-49.565 27.19-79.47 27.19-3.244 0-6.47-.11-9.656-.345l-3.125 21.28c4.214.288 8.463.44 12.75.44 35.905 0 69.38-10.26 97.688-27.97l-18.188-20.594zm62.968 8.75c-9.7 9.57-20.358 18.152-31.813 25.626 9.59 31.085 5.36 58.494-.56 85.406 26.337-33.84 45.837-68.974 32.374-111.03zm-284.875.095c-13.406 42.016 6.087 77.122 32.405 110.938-5.915-26.885-10.123-54.267-.563-85.313-11.468-7.47-22.132-16.058-31.843-25.625zm237.624 34.688c-10.554 5.625-21.66 10.32-33.22 14.03 7.275 30.903 5.854 58.197 2.438 83.126 21.553-27.808 34.204-59.827 30.782-97.158zm-190.344.03c-3.412 37.318 9.235 69.327 30.78 97.126-3.413-24.922-4.828-52.206 2.44-83.095-11.562-3.706-22.66-8.41-33.22-14.03zm139.75 18.75c-10.256 2.307-20.818 3.816-31.594 4.5 5.044 29.757 6.38 59.014 5.28 87.938 12.296-29.813 22.206-60.306 26.314-92.436zm-89.125.032c4.11 32.118 13.99 62.603 26.28 92.406-1.098-28.914.265-58.16 5.314-87.905-10.777-.678-21.337-2.2-31.595-4.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-bell-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M251.79 7.44l.812 12.54c-20.013 2.6-38.16 26.078-38.16 56.477 0 16.752 5.8 31.567 14.3 41.81l10.14 12.217-15.603 2.934c-11.05 2.077-19.15 7.913-26.075 17.418-6.925 9.505-12.22 22.747-15.93 38.008-6.718 27.648-8.196 61.408-8.43 91.166h36.718l10.082 135.19c25.605 5.78 52.943 5.577 77.603.023l8.92-135.213h34.96c-.023-30.122-.408-64.348-6.495-92.207-3.356-15.36-8.444-28.583-15.453-37.98-7.01-9.395-15.485-15.198-27.89-17.12l-15.925-2.467 10.053-12.595c8.133-10.19 13.646-24.836 13.646-41.183 0-32.41-20.262-56.398-42.312-56.398-2.57 0-4.05-.094-4.147-.08l-.814-12.54zm-65.636 16.61C109.122 77.813 19.734 258.04 19.734 425.31l.012.004c-.016.285-.035.57-.035.85 0 6.595 4.41 14.217 15.565 22.463s28.377 16.31 50.016 23.076c43.28 13.533 104.143 22.13 171.364 22.13 67.222 0 128.088-8.597 171.366-22.13 21.638-6.766 38.86-14.83 50.015-23.076 11.154-8.246 15.565-15.868 15.565-22.463 0-1.174-.147-2.38-.44-3.617-.975-166.49-89.788-345.03-166.396-398.496v.003c60.047 76.632 86.457 246.055 72.918 419.148-33.413 13.417-85.056 22.025-143.02 22.025-58.204 0-110.04-8.678-143.44-22.19C99.713 270 126.127 100.66 186.155 24.053v-.002z"/></svg>
<svg class="tc-image-originals-belt-buckles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M174.063 42.594v22.968h143.843V107.095c16.17 1.71 26.84 14.544 26.72 27.5-.123 12.946-10.77 25.608-26.72 27.312v40.625H174.062v23.626H360.97V42.594H174.06zM20.22 84.187v18.688h279V84.25H155.374v-.063H20.22zm359.436 0v18.688h116.47V84.187h-116.47zm37.094 37.22c-6.575 0-11.72 5.113-11.72 11.687 0 6.573 5.147 11.72 11.72 11.72s11.688-5.147 11.688-11.72c0-6.57-5.115-11.688-11.688-11.688zm66.03 0c-6.573 0-11.686 5.113-11.686 11.687 0 6.573 5.114 11.72 11.687 11.72 6.575 0 11.72-5.147 11.72-11.72 0-6.57-5.145-11.688-11.72-11.688zm-240.53 4.187c-11.12 0-13.166 4.982-13.188 8.97-.02 3.985 1.82 8.842 13.188 8.842h71.97c9.785 0 11.677-4.68 11.717-9 .04-4.32-1.488-8.812-11.718-8.812h-71.97zM20.22 164.97v18.686h279V164.97h-279zm359.436 0v18.686h116.47V164.97h-116.47zm-262.25 118.436v22.97H261.25v40.593c15.548 2.168 25.745 14.72 25.625 27.374-.12 12.638-10.297 24.963-25.625 27.125v41.874H117.406v23.625h186.906V283.405H117.406zm-94.78 42.5v97.656H242.56v-21.75H184.5c-18.88 0-31.953-13.374-31.875-27.625.078-14.25 13.144-27.53 31.875-27.53h58.063v-20.75H22.625zm300.374 0v97.656h172.344v-97.656H323zm44.094 31.844c9.36 0 16.937 7.61 16.937 16.97s-7.575 16.936-16.936 16.936c-9.362 0-16.97-7.576-16.97-16.937 0-9.363 7.608-16.97 16.97-16.97zm77.28 0c9.363 0 16.938 7.61 16.938 16.97s-7.575 16.936-16.937 16.936c-9.362 0-16.97-7.576-16.97-16.937 0-9.363 7.608-16.97 16.97-16.97zM184.5 365.344c-11.12 0-13.166 4.95-13.188 8.937-.02 3.988 1.82 8.845 13.188 8.845h71.938c9.786 0 11.71-4.65 11.75-8.97.04-4.318-1.52-8.81-11.75-8.81H184.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-bestial-fangs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M361.906 25.938c-49.615.102-110.022 18.8-154.25 37.593-12.605-7.315-27.254-11.622-43.156-12.28-18.84-.78-39.426 3.525-60.47 13.875l-1.468.72-.093.03C51.863 87.46 22.14 140.77 19.062 200.625c91.48-18.65 15.3 110.685 57.968 156.406C181.473 441.578 284.58 484.333 390 487.53c44.707 0 67.482-12.576 70.156-40.53 14.36-46.12 15.182-98.99 13.22-148.47-12.752 42.9-25.627 85.79-47.72 128.095-5.745.157-12.06.025-18.906-.47-10.324 19.953-21.38 36.51-39.656 46.876 12.73-16.588 19.968-35.21 26-61.186 7.956-39.902 11.877-79.818 14.75-119.72L351.72 415.5c-2.474-.752-4.988-1.567-7.533-2.406-65.917-52.54-93.99-102.854-92.125-151.625 1.773-46.336 31.03-93.828 86.375-142 1.643-.338 3.29-.69 4.907-1 19.63 45.61 34.845 90.96 48.22 136.186 6.728-44.3 5.344-89.092-2.377-134.28-4.977-19.72-11.31-34.776-21.5-48.44 17.483 8.524 31.02 20.368 40.5 40.126 5.347 0 10.41.133 15.125.376 35.996 39.062 52.935 82.938 65.032 129.187 6.042-68.832-11.477-131.56-53.78-187.844l-3.752-6.81c-16.255-15.21-40.84-21.09-68.906-21.032zm-200.97 43.75c.903.005 1.8.026 2.69.062 12.338.5 23.395 3.804 33 9.094-9.716 15.956-24.405 26.127-42.064 32.03-16.195 5.416-34.8 6.806-53.125 5.157 6.505-11.26 12.63-23.118 15.094-35.936 15.916-7.18 30.878-10.494 44.407-10.406zm140.22 59.093c-42.165 42.782-66.048 86.653-67.78 131.97-1.766 46.156 19.81 91.9 65.25 136.97-32.14-11.12-66.783-24.655-94.688-44.033-33.387-18.577-59.818-42.03-73.625-71.062-15.45-32.487-13.78-71.5 10.468-113.344l16.157 9.376c-22.003 37.97-22.593 68.932-9.75 95.938 1.137 2.39 2.386 4.76 3.75 7.094-1.75-7.86-2.657-16.212-2.562-25.125.702-65.966 83.636-107.434 152.78-127.782z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-beveled-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M320.188 23.375l-69.25 103.063 3.687 54.062 24.563-36.375 15.156-22.47 1.906 27.032 2.97 42.282 29.436-43.814-8.47-123.78zM88.155 85.655l54.688 111.626 48.03 23.532-19.405-39.156-12.25-24.72 24.75 12.19 39.343 19.374-23.625-48.188L88.156 85.656zm191.375 91.376l-25.842 38.282-4.563 6.75-7.313-3.593-41.343-20.376 20.25 40.875 3.624 7.343-6.78 4.562-38.408 25.875 46.22 3.03 8.124.533.563 8.156 3.218 45.717 25.25-38.03 4.533-6.844 7.375 3.625L316 313.406l-20.344-41.594-3.594-7.343 6.813-4.533 37.938-25.25-45.344-2.906-8.158-.53-.562-8.156-3.22-46.063zm86.533 7.69l-45.032 30.25 44.564 2.874 27.625 1.78-23.033 15.314-35.812 23.843 52.688 3.595 102.968-69.22-123.967-8.436zm-237.407 63.593l-103 69.218 124 8.44 44-29.564-43.03-2.844-27.282-1.78L146.03 276.5l36.407-24.5-53.78-3.688zm197.03 42.375l19.127 39.093 12 24.564-24.532-12.063-39.217-19.342 23.562 48.125 111.5 54.625-54.688-111.625-47.75-23.375zm-108.217 28.28l-30.157 44.876 8.468 123.78 69.25-103.062-3.592-52.937-23.782 35.75L222.5 390.25l-1.938-27.375-3.093-43.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-biceps tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M211.832 39.06c-15.022 15.31-15.894 22.83-23.473 43.903 2.69 9.14 5.154 16.927 9.148 25.117 5.158.283 10.765.47 15.342.43-6.11-10.208-8.276-19.32-4.733-35.274 4.3 19.05 12.847 29.993 21.203 34.332 3.032-.334 5.957-.714 8.776-1.146-6.255-10.337-8.494-19.47-4.914-35.588 3.897 17.27 11.287 27.876 18.86 32.94 4.658-1.043 9.283-2.243 13.927-3.534-5.517-9.69-7.36-18.692-3.97-33.957 3.357 14.876 9.307 24.81 15.732 30.516 5.095-1.57 9.296-2.898 13.852-4.347-.685-5.782-.416-12.187 1.064-19.115l1.883-8.8 17.603 3.76-1.88 8.804c-3.636 17.008 1.324 24.42 7.306 28.666 5.98 4.244 14.69 3.46 16.03 2.6l7.576-4.86 9.72 15.15c-3.857 2.34-7.9 5.44-11.822 7.06 18.65 27.678 32.183 61.465 24.756 93.55-2.365 9.474-6.03 18.243-11.715 24.986 12.725 12.13 21.215 22.026 31.032 34.5-3.713-2.387-7.586-4.844-11.692-7.37-11.397-7.01-23.832-14.214-34.98-19.802-16.012-7.8-31.367-18.205-47.73-20.523-22.552-2.967-46.27 4.797-73.32 21.06 7.872 8.72 13.282 15.474 20.312 24.288-6.98-4.338-14.652-9.07-23.16-14.23-32.554-17.48-65.39-48.227-100.438-49.99-30.56-1.092-59.952 14.955-89.677 38.568L18 254.293V494h31.963c45.184-17.437 80.287-57.654 97.03-94.52l.25-.564.325-.52c9.463-15.252 11.148-29.688 16.79-44.732 5.645-15.044 16.907-29.718 41.884-38.756 4.353-2.16 5.07-1.415 8.633 1.395 30.468 24.01 57.29 32.02 83.24 32.35 32.61-1.557 58.442-9.882 85.682-19.38-3.966 3.528-8.77 7.21-13.986 10.762-15.323 10.436-34.217 19.928-46.304 24.8-14.716 2.006-28.36 2.416-41.967.616-9.96 12.09-25.574 20.358-37.35 26.673 63.92 14.023 115.88.91 167.386-22.896-9.522-1.817-19.008-3.692-27.994-5.42 31.634-4.422 64.984-3.766 94.705-3.53 4.084-.02 7.213-.453 8.7-.886 14.167-51.072-4.095-97.893-34.294-145.216-30.263-47.425-72.18-94.107-101.896-143.04-21.1-17.257-48.6-31.455-77.522-46.175-20.386 4.25-41.026 9.336-61.443 14.1zm85.385 70.49c-11.678 3.6-23.71 7.425-33.852 10.012 2.527 4.93 3.735 10.664 3.395 16.202 11.028.877 21.082-2.018 28.965-6.356 4.845-2.666 8.74-6.048 11.414-8.96-3.854-2.735-7.26-6.41-9.923-10.9zm-54.213 14.698c-11.76 1.143-24.59 2.362-35.06 2.236 2.39 4.772 3.78 12.067 8.51 14.84 11.18 1.164 20.6 1.997 29.91-1.746 5.435-3.214 1.818-15.058-3.36-15.33zm-34.98 209.332c-17.593 7.233-22.586 15.14-26.813 26.406-3.998 10.66-6.227 25.076-14.48 41.014 32.29-6.38 69.625-21.23 93.852-40.088-17.017-5.098-34.553-13.852-52.557-27.332zm9.318 71.385c-18.723 7.237-40.836 16.144-59.696 14.062C143.774 446.68 124.012 474.03 91.762 494h84.68c21.564-29.798 38.067-56.575 40.9-89.035z"/></svg>
<svg class="tc-image-originals-big-egg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C166 16 76 196 76 316c0 90 60 180 180 180s180-90 180-180c0-120-90-300-180-300z" fill="#fff"/></svg>
<svg class="tc-image-originals-big-wave tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M319.406 75.156c-50.542.49-104.39 20.876-150.094 72.844-10.232 9.65-19.88 19.59-29.187 29.313-20.516 21.433-39.694 41.877-60.22 56.468-18.484 13.142-37.73 21.617-61 22.75v89.876c53.93-32.793 59.934-67.832 115.595-136.312 6.38-6.524 12.727-13.19 19.125-19.875 9.96-10.407 20.016-20.803 30.563-30.657 46.422-36.83 92.022-27.93 107.218 2.5 4.6-49.27 57.958-30.564 66.813 18.875 6.91-33.696 20.327-44.354 34.03-31.625-28.136 49.585-26.61 110.87-8.406 164.937 20.51 60.915 61.743 114.13 110.344 133.75v-20.563c-38.34-19.194-74.662-65.71-92.657-119.156-15.937-47.336-17.777-99.07 2.75-141.655 8.492 16.92 16.342 43.406 21.94 79.53 17.992-84.587 54.762-72.463 56.624-10.593 42.998-66.287-52.197-161.48-163.438-160.406zm-35.656 95.78C194.225 181.69 66.158 359.648 43.625 494.97h91.25c1.02-133.954 71.114-282.045 148.875-324.033zm32.406 13.69c-76.76 49.056-114.574 208.732-109.812 310.343h78.437c-41.213-80.74-23.207-252.666 31.376-310.345zm21.875 26.218c-34.686 82.23-25.705 191.077 25.158 284.125h78c-75.605-53.774-120.09-190.455-103.157-284.126z" fill="#fff"/></svg>
<svg class="tc-image-originals-bindle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M459.03 42.48c-2.55-.025-5.894.37-9.842 1.18-11.325 11.974-22.63 23.982-33.936 35.99 9.132-1.408 19.102-2.543 29.178-3.183 1.767-.112 3.53-.204 5.29-.28 6.668-7.36 13.322-14.714 19.958-22.068-.224-5.638-1.588-8.51-3.414-9.86-1.075-.794-3.04-1.545-6.188-1.742-.33-.02-.68-.034-1.045-.038zM300.396 62.234c-5.184-.05-9.115.76-11.852 2.032 1.86 10.065 11.133 23.568 26.262 33.168 9.702 6.156 21.45 10.673 34.35 12.328 1.83-10.858 7.36-20.503 15.236-27.108-9.046-4.71-19.862-9.646-30.77-13.404-11.056-3.81-22.124-6.455-30.927-6.94-.79-.043-1.558-.068-2.298-.076zm88.697 29.29c-12.05 0-22.606 11.1-22.606 26.117 0 2.084.21 4.088.592 6 7.943-3.524 15.51-9.308 22.336-15.247 4.76-4.14 9.056-8.22 13.36-11.55-3.855-3.367-8.636-5.32-13.682-5.32zm69.502 2.45c-4.225.02-8.608.177-13.024.458-7.024.446-14.114 1.217-20.838 2.154 3.172 6.314 4.965 13.51 4.965 21.055 0 .088-.005.175-.006.262 9.91.117 19.423-1.054 27.94-3.193 9.94-2.498 18.488-6.28 24.524-10.378 2.99-2.03 5.274-4.132 6.918-6.06-2.74-1.208-6.496-2.405-11.256-3.124-4.463-.674-9.58-1.04-15.054-1.144-1.37-.026-2.76-.035-4.168-.03zm-47.24 19.102c-2.818 2.398-6.25 5.526-10.124 8.895-6.77 5.89-14.976 12.635-24.794 17.317 3.663 2.844 8.05 4.47 12.656 4.47 12.05 0 22.605-11.1 22.605-26.116 0-1.567-.122-3.09-.342-4.564zm-65.08 39.9c-24.567 26.112-49.153 52.204-73.844 78.165-.207.578-.386 1.057-.592 1.633-3.1 8.662-6.002 16.934-6.002 16.934l-8.33-2.922c-19.385 20.305-38.846 40.505-58.393 60.588.314-4.198 1.113-8.584 2.54-13.29l-17.22-5.23c-3.96 13.04-4.087 25.034-2.287 35.905-39.558 40.36-79.537 80.127-120.208 118.904 4.97.714 9.293 2.395 13.003 4.975 5.108 3.55 8.363 8.17 10.45 13.04 17.98-18.18 35.817-36.342 53.516-54.488l-4.406-10.23s8.09-3.484 16.627-7.1c2.732-1.155 5.238-2.195 7.82-3.272 52.52-54.117 103.84-108.087 154.162-161.932 3.956-8.16 7.978-16.437 11.972-24.802 7.444-15.593 14.738-31.41 21.19-46.88zm19.255.565c-7.26 17.985-15.68 36.216-24.204 54.07-17.833 37.354-36.067 73.075-44.787 99.236-6.393 19.176 4.528 44.254 24.772 64.843C341.558 392.28 370.296 407 392 407c21.62 0 50.51-15.045 70.83-35.828s31.132-45.893 24.682-64.178c-13.708-38.856-51.462-87.162-76.266-152.404-1.886 1.344-3.88 2.53-5.975 3.52-3.163 31.98 9.366 64.71-13.27 65.89-23.425 1.22-21.09-35.15-21.027-66.877-1.91-1.04-3.726-2.243-5.444-3.582zm78.28 117.245c11.813 15.312 17.416 32.482 16.237 49.293-1.255 17.897-10.14 34.967-25.26 48.758l-11.293-12.38c2.583-3.106 4.936-6.212 7.053-9.327 4.492-5.66 7.63-11.578 9.512-17.618.723-1.79 1.4-3.586 1.993-5.4 5.532-16.914 5.167-34.305 1.756-53.327zm-129.246 41.688c.034.038.066.078.1.117 6.64 7.516 16.95 14.62 33.078 22.3 4.968 2.965 11.132 5.073 18.106 7.962l-6.89 16.628c-7.56-3.13-17.076-5.836-25.897-12.894-8.488-6.792-15.337-17.694-18.496-34.113zM55.784 461.215c-3.93.045-9.178 1-16.087 3.478-1.082 1.016-2.16 2.037-3.242 3.05 2.886 4.915 6.124 8.473 9.877 10.587 4.718 2.658 11.108 3.672 21.414 1.17.98-.988 1.952-1.974 2.932-2.96-.754-5.7-2.693-10.818-6.012-13.126-1.75-1.216-4.526-2.25-8.88-2.2z"/></svg>
<svg class="tc-image-originals-binoculars tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M186.436 86.738c-9.044 0-19.112 5.87-26.735 21.114l-6.807 13.62c2.48-.203 4.968-.31 7.455-.31 18.02 0 36.005 5.363 51.87 15.977v-30.984c-7.5-13.917-17.102-19.418-25.782-19.418zm139.128 0c-8.68 0-18.28 5.5-25.78 19.418v30.994c18.064-12.06 38.895-17.28 59.345-15.638l-6.83-13.66c-7.624-15.245-17.692-21.114-26.736-21.114zm-165.216 51.926c-19.05 0-38.08 7.693-53.74 23l-37.38 65.418c14.492-6.743 30.633-10.518 47.64-10.518 39.96 0 75.16 20.792 95.35 52.124V159.846c-15.293-14.115-33.58-21.182-51.87-21.182zm192.433.033c-18.662-.306-37.39 6.74-52.997 21.145v108.845c20.19-31.33 55.39-52.123 95.348-52.123 17.01 0 33.15 3.775 47.643 10.518l-37.38-65.418c-15.35-15.003-33.95-22.66-52.612-22.967zM256 151.957c-5.113 0-11.882 2.775-25.783 9.627v133.014c7.246-5.314 16.164-8.467 25.783-8.467 9.62 0 18.537 3.154 25.783 8.468V161.584c-13.9-6.852-20.67-9.627-25.783-9.627zm-139.13 82.607c-52.767 0-95.35 42.582-95.35 95.348s42.583 95.35 95.35 95.35c52.765 0 95.347-42.584 95.347-95.35 0-52.766-42.582-95.348-95.348-95.348zm278.26 0c-52.765 0-95.347 42.582-95.347 95.348s42.582 95.35 95.348 95.35c52.767 0 95.35-42.584 95.35-95.35 0-52.766-42.583-95.348-95.35-95.348zm-279.827 19.004c1.223-.018 2.448-.008 3.674.03 7.344.225 14.694 1.462 21.77 3.816 36.842 11.343 59.745 51.664 50.622 89.11-7.652 37.743-45.455 64.51-83.595 59.17-38.748-3.865-69.376-39.578-67.16-78.483.167-11.41 3.133-22.336 8.2-32.124A26.087 26.087 0 0 0 73.39 312.52a26.087 26.087 0 0 0 26.09-26.084 26.087 26.087 0 0 0-17.447-24.584c9.058-4.694 19.097-7.594 29.606-8.147 1.218-.072 2.44-.118 3.663-.137zm278.26 0c1.223-.018 2.448-.008 3.673.03 7.344.225 14.696 1.462 21.774 3.816 36.84 11.343 59.742 51.664 50.62 89.11-7.652 37.742-45.453 64.51-83.59 59.173-38.75-3.865-69.38-39.582-67.163-78.488.167-11.41 3.133-22.334 8.2-32.122a26.087 26.087 0 0 0 24.575 17.433 26.087 26.087 0 0 0 26.086-26.084 26.087 26.087 0 0 0-17.443-24.584c9.057-4.694 19.095-7.594 29.603-8.147 1.22-.072 2.44-.118 3.664-.137zM256 304.13c-14.346 0-25.783 11.436-25.783 25.782s11.437 25.783 25.783 25.783c14.346 0 25.783-11.437 25.783-25.783 0-14.346-11.437-25.78-25.783-25.78z"/></svg>
<svg class="tc-image-originals-biohazard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M158.03 41.656c-19.755 22.934-31.78 52.76-31.78 85.406 0 23.544 6.228 45.667 17.125 64.782-22.02.108-44.312 5.78-64.72 17.562-28.266 16.32-48.113 41.64-58.093 70.22 9.484-15.492 23.012-28.562 39.844-38.282 23.238-13.417 49.246-17.604 73.813-13.72-2.547 9.988-3.907 20.45-3.907 31.22 0 57.436 38.516 106.03 91.062 121.375-9.005 22.822-25.49 42.892-48.406 56.124-16.838 9.722-35.253 14.313-53.407 14.78 29.763 5.674 61.89 1.723 90.187-14.624 20.317-11.732 36.307-28.117 47.406-47.03 11.1 18.922 27.08 35.325 47.406 47.06 28.296 16.35 60.422 20.268 90.188 14.595-18.163-.466-36.574-5.03-53.406-14.75-22.99-13.275-39.514-33.43-48.5-56.344 52.175-15.572 90.312-64.01 90.312-121.186 0-10.714-1.356-21.122-3.875-31.063 24.812-4.113 51.127.025 74.626 13.595 16.832 9.725 30.362 22.788 39.844 38.28-9.978-28.58-29.826-53.896-58.094-70.217-20.29-11.718-42.444-17.393-64.344-17.563 10.906-19.12 17.157-41.258 17.157-64.813 0-32.68-12.678-62.462-32.47-85.406 8.668 15.962 13.906 34.184 13.906 53.625 0 27.412-9.775 52.516-26.03 72.032-22.69-21.61-53.39-34.906-87.126-34.906-33.412 0-63.84 13.036-86.47 34.28-15.94-19.424-25.5-44.29-25.5-71.405 0-19.44 4.58-37.662 13.25-53.624zm98.72 109.438c28.748 0 54.833 11.19 74.125 29.47-17.373 14.994-39.375 24.76-63.594 26.874v19.812c12.912 3.6 22.283 15.35 22.283 29.47 0 2.39-.272 4.708-.782 6.936l17.44 9.5c14.018-19.577 33.415-33.477 54.967-40.844 2.14 8.485 3.282 17.372 3.282 26.532 0 48.918-32.41 90.075-76.97 103.28-5.058-23.923-2.37-49.563 9.125-72.905l-17.438-9.5c-5.385 4.726-12.45 7.592-20.25 7.592-8.056 0-15.342-3.05-20.78-8.062l-20.032 10.78c11.2 23.207 13.728 48.628 8.656 72.345-44.973-12.95-77.78-54.324-77.78-103.53 0-9.25 1.163-18.223 3.344-26.783 22.14 7.39 42.055 21.663 56.28 41.875l20.345-10.968c-.414-2.02-.626-4.103-.626-6.25 0-13.38 8.396-24.635 20.25-28.845V207.53c-24.962-1.917-47.63-11.958-65.375-27.5 19.238-17.95 45.074-28.936 73.53-28.936z" fill="#fff"/></svg>
<svg class="tc-image-originals-bird-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.313 14.53v69.5c56.5 26.487 139.512 124.756 121.718 153.626-19.937 9.72-41.66 17.936-66.28 26-2.74.592-5.4 1.456-7.938 2.563-.2.063-.393.122-.593.186l.06.063c-16.915 7.643-28.78 25.936-29.53 44.436-1.172 1.432-2.247 2.977-3.22 4.656-12.052 20.84-19.215 46.52-11.31 70.313 7.903 23.793 31.383 43.1 73.28 50.344l30.438 5.28-22.407-21.25c-20.598-19.52-23.79-44.37-15.655-63.563 18.564-2.293 33.263-17.314 38.72-34.906.024-.082.036-.166.06-.25 8.305-21.175 21.293-40.217 41.876-46.686 22.197-6.978 89.432 19.79 122.907 75.75 3.1 9.693 9.968 18.606 21.594 25.03 6.867 3.795 13.592 5.702 19.97 6.126 8.03 7.63 16.105 17.703 22 28.75 8.26 15.478 12.246 32.53 8.22 48.22l-7.69 29.936L375.5 468c31.637-28.45 41.573-57.794 37.438-83.563-3.873-24.125-18.826-44.065-34.813-59.562-1.898-12.118-8.972-23.538-22.813-31.188-8.148-4.503-16.148-6.32-23.656-6.062-1.087.037-2.153.128-3.22.25-15.68.117-33.815-2.788-50.155-8.656-22.188-15.804-20.717-30.904-2.405-40.72 27.434-2.626 54.565 6.108 76 17.22 1.972 1.488 4.116 2.886 6.47 4.186 22.067 12.198 42.575 5.148 55.31-9.344 7.79 1.084 15.55 4.598 23.126 10.188 11.023 8.13 21.213 20.634 28.75 34.78l10.314 19.376 6.812-20.875c13.164-40.43 7.03-70.206-10.312-88.31-15.176-15.843-37.005-22.188-58.344-22.907-1.065-.036-2.126-.026-3.188-.032-2.17-1.725-4.56-3.342-7.218-4.81-8.15-4.505-16.15-6.32-23.656-6.064-5.92.203-11.534 1.71-16.657 4.188v-.063c-31.524 15.287-62.228 22.54-93.155 28.032-8.008-3.035-10.557-9.02-5.03-19.437 18.92-18.164 41.107-32.81 63.53-40.375 14.174-1.885 26.066-11.202 33.25-23.375 8.486-2.544 18.056-4.173 27.375-4.094 15.366.133 29.59 4.525 39.406 15.19l21.25 23.093-5.156-30.938C437.927 83.1 420.128 60.11 397.812 51.22c-8.368-3.336-17.006-4.73-25.625-4.782-12.06-.075-24.05 2.494-35.125 6.093-4.27-1.392-8.473-2.1-12.53-2.186-19.13-.41-35.312 12.694-42.876 29.437-.007.023-.023.042-.03.064-1.04 2.307-1.898 4.674-2.595 7.094-5.9 15.37-13 29.872-21.217 43.5-34.96 31.232-68.095 19.003-93.688-15.5C144.333 86.56 126.908 49.45 116.97 14.53H16.312zm355.562 50.72c6.738 0 13.2 1.02 19.03 3.344 11.852 4.722 22.592 14.762 29.783 35.687-9.974-4.213-20.77-6.096-31.282-6.186-13.213-.113-26.044 2.423-37.344 6.375-7.2 2.276-11.68 4.717-13.687 5.78-1.934 1.022-1.256 1.004-3.313-.97-2.056-1.972-4.744-6.765-5.968-12.28-1.225-5.515-1.122-11.635.344-16.094 1.465-4.458 3.59-7.103 7.812-8.656h.03v-.03c11.348-4.18 23.366-6.97 34.595-6.97zm37.594 136.22c19.194-.013 38.09 5.407 49.374 17.186 9.58 10.002 15.108 25.212 11.03 49.344-6.486-8.54-13.78-16.22-22-22.28-13.878-10.24-30.478-16.22-47.687-13.595-3.116.475-4.042-.14-5.78-2.375-1.74-2.234-3.21-6.56-3.22-11.094-.01-4.532 1.365-9.054 3.657-12.03 2.292-2.978 5.123-4.878 10.78-5.095 1.28-.048 2.565-.06 3.845-.06zM59.22 317.624c3.08.093 6.475 1.018 9.5 2.625 4.03 2.143 7.17 5.456 8.31 8 1.142 2.544 1.28 3.574-.624 6.063-16 20.908-19.083 50.772-5.78 76.843-20.013-7.685-29.596-18.962-33.657-31.187-5.486-16.512-.514-37.32 9.75-55.064 2.824-4.885 5.83-6.467 9.56-7.094.934-.156 1.912-.218 2.94-.187zm294.56 14.28c2.927-.057 5.47.902 8.376 3.595 15.526 14.38 29.208 32.532 32.313 51.875 2.357 14.692-.622 30.766-14.658 48.875-1.51-12.203-5.664-23.978-11.312-34.563-9.762-18.294-23.688-33.48-37.156-43.062-2.18-1.55-2.332-2.312-1.656-5.78.675-3.47 3.433-8.554 7.468-12.626 4.035-4.074 9.182-7.07 13.53-7.94 1.09-.216 2.12-.354 3.095-.374z" fill="#fff"/></svg>
<svg class="tc-image-originals-bird-limb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M129.5 21.25l-.406 79.72L52.5 94.905l61.094 64.03-92.906 29.314s65.592 16.927 109.062 30.375l50.22-17.094-20.157-39.686-6.938-13.656 15.313.062 40.906.188c-10.145-13.34-18.836-26.114-25.22-37.094C165.518 79.764 129.5 21.25 129.5 21.25zM183.406 167l18.125 35.688 4.876 9.593-10.22 3.47-36.81 12.53c32.72 11.145 64.403 23.95 92.56 42.157l-8.81-31.78-3.22-11.626 12.063-.218 30.124-.562c-19.93-16.5-40.332-37.76-58.063-59.03l-40.624-.22zm215.875 44.53c-.764.014-1.543.03-2.31.064l-42.783 43.156c-12.067 5.72-28.657.866-46.937-10.28l-42.906.81 11.97 43.157c11.953 10.085 23.01 21.54 32.905 34.782.007.01.02.018.03.03l.28.406c31.367 45.788 37.903 122.127-37.155 137.938 71.063 33.236 111.556-45.42 95.594-98.375 33.45 35.653 40.736 89.985-16.126 127.374 96.784 10.962 97.8-108.47 47.687-159.53 45.487 8.812 78.87 53.29 48.783 116.78 90.99-35.057 30.803-137.264-44.438-162.75-3.958 7.772-8.396 14.785-13.688 20.78-5.473 3.44-11.014 5.093-17.187 5.595-7.543.612-16.202-.73-26.03-3.845 10.357-.54 17.71-3.67 24.31-9.28 5.25-4.463 9.99-10.76 14.376-18.75 9.424-27.246 47.878-38.25 99.188 1.405 3.77-30.594-37.373-70.267-85.563-69.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-bird-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.03 23.063c-99.206 0-179.624 58.963-179.624 131.687 0 56.668 48.844 104.963 117.344 123.53 11.835 62.23 64.47 215.376 64.47 215.376s53.39-155.335 64.718-216.687c66.074-19.45 112.718-66.83 112.718-122.22 0-72.724-80.418-131.688-179.625-131.688zM163 85.436c39.656 0 71.625 31.97 71.625 71.626 0 39.655-31.97 71.625-71.625 71.625-39.656 0-71.625-31.97-71.625-71.625 0-39.656 31.97-71.625 71.625-71.625zm179.625 0c39.656 0 71.625 31.97 71.625 71.626 0 39.655-31.97 71.625-71.625 71.625-39.656 0-71.625-31.97-71.625-71.625 0-39.656 31.97-71.625 71.625-71.625zM166.97 107.626c-16.7 0-31.318 8.487-39.814 21.406 7.02-3.855 15.08-6.06 23.656-6.06 8.815 0 17.094 2.316 24.25 6.374-9.975.464-17.937 8.69-17.937 18.78 0 10.39 8.425 18.814 18.813 18.814 9.81 0 17.855-7.507 18.718-17.094 3.425 6.707 5.375 14.295 5.375 22.344 0 7.735-1.82 15.05-5 21.562 11.856-8.632 19.532-22.62 19.532-38.5 0-26.407-21.19-47.625-47.593-47.625zm180 0c-16.463 0-30.924 8.233-39.47 20.844 6.774-3.514 14.437-5.5 22.594-5.5 8.804 0 17.068 2.324 24.22 6.374-10.114.314-18.22 8.592-18.22 18.78 0 10.39 8.424 18.814 18.812 18.814 10 0 18.154-7.806 18.75-17.657 3.605 6.844 5.656 14.636 5.656 22.907 0 8.033-1.93 15.615-5.343 22.313 12.455-8.558 20.592-22.9 20.592-39.25 0-26.407-21.19-47.625-47.593-47.625zM220.374 228.03c6.606-.04 13.12 7.952 15.375 19.595 2.577 13.314 1.656 83.5 1.656 83.5s-26.173-60.157-28.75-73.47c-2.577-13.31 1.396-26.32 8.875-29.092.936-.347 1.9-.526 2.845-.532zm66.844 1.376c.942.006 1.908.185 2.842.53 7.48 2.775 11.453 15.813 8.875 29.126-2.577 13.314-28.75 73.438-28.75 73.438s-.92-70.184 1.657-83.5c2.255-11.643 8.77-19.634 15.375-19.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-bird-twitter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M77.313 28.438l36.406 51.25L44.874 98.25l34.688 18.53c-37.62 38-62.482 102.735-57.532 198.94V493h147.314v-.188H269.75c-13.74-59.032-15.368-110.625-5.563-149.875-16.954-7.98-25.126-17.362-32.75-30.375 51.348 21.135 127.618 35.582 200.47 18.594-23.227-10.096-47.07-22.578-70.094-37.156-.013-.007-.02-.024-.032-.03-17.996-10.514-34.942-22.247-49.967-36.376-9.385-7.88-18.41-16.142-26.907-24.78 36.074-25.505 77.297-40.297 118.656-46.876-7.72 5.104-15.336 10.82-22.687 16.937-18.272 15.207-34.737 32.736-45.313 50.656 4.9 3.986 10.02 7.785 15.313 11.44 9.017-15.524 24.43-33.122 41.97-47.72 24.26-20.193 52.937-34.698 70.06-35.375h.126c10.89.214 21.608.935 32.064 2.125-10.838-7.647-21.748-14.487-32.72-20.563v-.25c-.145.006-.29.025-.437.032-54.844-30.266-111.23-41.295-168.03-36.72-21.272-24.23-49.025-40.62-78.657-47.875L77.312 28.437zm74.343 107.312c4.67 0 9.16.754 13.375 2.125-8.493 2.716-14.655 10.667-14.655 20.063 0 11.634 9.428 21.062 21.063 21.062 9.84 0 18.122-6.754 20.437-15.875 1.934 4.905 3 10.252 3 15.844 0 23.867-19.35 43.218-43.22 43.218-23.867 0-43.218-19.35-43.218-43.22 0-23.867 19.35-43.218 43.22-43.218z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-black-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M341.28 22.813L254 123.843l-11.094 5.907-113.094-83.125L154.22 177.03l-47.907 25.564-89.72 24.22 36.938 19.624-30.968 82.625-2.843 7.687 7.218 3.844 79.406 42.25-19.47 44.844L144 402.906l32.22 17.156 4.405 2.344 4.375-2.344 47.844-25.468L287.75 497.97l37.78-139.876L467.94 384.75l-60.907-82.875 74.814-39.844 7.25-3.842-2.906-7.688-20.625-54.594 26.218-22.625-35.28-1.405-3.906-10.344-1.25-3.25-3.03-1.655-103.97-56.53-3.063-77.282zM321.595 109l107.97 58.688-237.47 125.718-108.625-57.5L321.593 109zm42.78 44.563l-171.718 90.062-41.562-22.188-25.313 13.407 66.876 35.656 197.28-103.906-25.56-13.03zm76.313 29.406l25.125 66.436L193.656 394.28l5.78-83.624 241.25-127.687zM71.813 250.874l109.032 57.75-6.188 89.438L42.97 327.938l28.843-77.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-black-cat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M198.313 56.688l-8.438 14.28-22.938 38.844c-18.317-4.358-35.37-5.354-55.375.126l-41.687-41.47-8.375-8.312-6.156 10.063C19.29 128.875 14.09 177.377 33.437 212.28c9.654 17.415 24.894 30.734 44.094 40.157-4.407 32.957.132 71.53 10.657 108.625l1.938 6.782h97.156c.022 13.4 3.196 26.253 8.72 37.875 18.2 38.29 59.696 64.798 98.625 67.624 42.657 3.095 79.943-12.74 110.156-36.438 30.215-23.696 53.762-55.214 70.533-84.937 27.083-48.002 23.293-97.405-.72-133.22-22.51-33.576-62.396-55.233-108.906-54.844-3.1.026-6.218.15-9.375.375-33.52 2.39-70.68 16.482-108.218 44.97-5.187-3.536-10.218-6.792-15.156-9.813 9.13-31.093 2.846-72.824-26.782-128.125l-7.844-14.624zM65.405 90.374l36.844 36.656 4.063 4.032 5.406-1.75c21.994-7.123 36.01-5.824 57.28.094l6.906 1.938 3.625-6.188 17.657-29.844c11.94 25.023 18.157 45.963 20.157 63.5-29.35-13.022-46.757 3.998-49.438 31.157 23.753 11.46 38.94 9.244 48.563-1.907-1.185 5.91-2.98 11.267-5.282 16.093-11.72 24.558-37.484 38.487-65.75 46.22-46.488-3.5-80.715-20.203-95.657-47.157-14.135-25.5-12.516-62.744 15.626-112.845zm26.875 63.97c-8.15-.045-17.81 2.947-28.874 9.81 7.008 29.103 23.402 43.218 59.47 25.814-2.045-20.708-12.664-35.53-30.595-35.626zm273.564 28.25c40.662-.374 74.304 18.35 93.22 46.56 20.174 30.093 24.05 70.946-.033 113.626-15.854 28.103-38.213 57.787-65.78 79.408-27.567 21.62-59.918 35.21-97.25 32.5-31.075-2.256-68.383-25.954-83.125-56.97-7.37-15.507-9.546-32.477-3.656-50.624 5.89-18.147 20.176-37.867 47.374-57.406 21.33-15.324 36.078-10.8 42.437-3.625 3.18 3.587 4.542 8.016 3.595 12.968-.947 4.953-4.324 10.816-12.625 16.283-25.07 16.512-36.64 35.432-35.5 53.312 1.14 17.88 15.07 31.54 32.53 37 34.927 10.922 86.795-8.394 110.314-77.75l-17.72-6c-3.582 10.567-7.777 19.537-12.343 27.313h-87.436c4.227-5.682 10.68-11.854 20.437-18.282 11.62-7.65 18.666-17.773 20.69-28.344 2.02-10.57-1.13-21.222-7.94-28.906-13.62-15.367-40.788-18.203-67.342.875-29.526 21.213-46.817 43.975-54.22 66.783-.85 2.62-1.538 5.236-2.124 7.843H104.5c-7.996-30.958-10.887-62.56-8.313-89.156 15.005 4.93 31.685 7.97 49.5 9.188l1.532.093 1.5-.374c30.016-7.953 60.795-22.987 76.936-52.062 5.58 3.466 11.348 7.264 17.344 11.5l5.72 4.03 5.5-4.343c37.01-29.482 72.603-42.928 103.405-45.124 2.77-.197 5.508-.287 8.22-.312zm-92.656 185.28h80.25c-20.555 21.655-44.696 24.956-60.844 19.906-11.815-3.693-18.643-11.213-19.406-19.905z" fill="#fff"/></svg>
<svg class="tc-image-originals-black-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 22.438c-130.314 0-235.97 105.654-235.97 235.968 0 130.315 105.656 235.938 235.97 235.938 1.483 0 2.96-.004 4.438-.03l80.75-202.94C144.107 203.56 256.543 420.788 38.906 313.5c9.302-40.373 31.205-131.175 51.157-161.47 220.625 108.762 105.205-113.935 313.812-16.25 3.196-4.52 7.158-7.076 10.875-7.905 7.96-1.777 14.27 4.87 9.938 17.53l-137.75 346.908c115.697-15.15 205-114.077 205-233.907 0-130.314-105.624-235.97-235.938-235.97zm139.625 132.03c-36.11 16.943-57.968 83.92-47.28 118.845l47.28-118.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-black-hand-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M51.67 24.377c0 215.76 44.432 429.318 209.21 474.63 181.394-38.7 209.446-258.276 209.446-474.63H51.67zM276.482 44.79c1.448.018 2.916.13 4.375.34l.07.01c6.26.92 12.11 3.844 15.452 6.77L275.18 180.922l17.607 5.646L352.07 66.25c4.27-.31 10.41.832 16.05 3.863 5.992 3.22 10.74 8.133 12.995 12.658l-56.13 116.24 15.218 10.48 76.664-81.246c4.1 1.16 9.34 4.344 13.65 9.195 4.623 5.2 7.66 11.762 8.53 16.882L337.624 263.916l.135-.143c-14.347 14.864-16.183 38.756-12.852 68.202 3.173 28.047 11.84 62.157 23.774 100.28-25.156 24.603-55.416 40.65-85.72 47.116-28.74-10.175-50.453-19.478-72.64-39.227 20.222-52.778 24.746-101.603 23.157-140.637 6.284 2.99 12.498 5.453 18.69 7.197 15.103 4.253 30.777 3.893 44.453-4.392l-9.687-15.988c-8.748 5.3-17.79 5.74-29.7 2.387-11.91-3.355-25.99-10.902-41.486-20.733-28.876-18.32-62.683-44.228-101.223-63.307 4.407-8.026 9.135-12.05 13.983-13.96 6.228-2.456 14.186-1.912 24.166 1.56 15.198 5.29 33.493 17.21 52.21 28.808l16.007-9.14-.754-3.508c-.613-.38-1.218-.745-1.83-1.127L167.284 65.877c3.303-3.966 9.28-8.136 15.986-10.318 6.207-2.02 12.423-2.145 16.595-1.113l25.715 116.66 18.36-.543 19.59-123.007c3.058-1.567 7.08-2.622 11.513-2.756.477-.014.957-.017 1.44-.01z"/></svg>
<svg class="tc-image-originals-black-hole-bolas tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M393.5 19.53c-2.858-.01-5.743.193-8.656.626-31.08 4.62-52.53 33.582-47.906 64.688 4.623 31.106 33.576 52.588 64.656 47.97 2.053-.307 4.066-.74 6.03-1.25 9.68 23.89 14.992 46.253 16.657 66.967-12.318 4.327-20.24 16.91-18.25 30.314 1.366 9.18 7.072 16.623 14.72 20.594-3.375 14.428-8.705 27.7-15.594 39.75-9.627 16.838-22.426 31.345-37.375 43.187 13.33-22.265 19.333-49.11 15.22-76.78-4.372-29.416-19.408-54.588-40.594-72.22-33.633-35.776-80.33-58.405-130.312-58.22-45.336.17-92.873 19.486-134.625 63.376-7.308-3.943-15.91-5.657-24.75-4.343-21.767 3.236-36.77 23.528-33.532 45.313 3.238 21.785 23.483 36.83 45.25 33.594 21.766-3.236 36.8-23.528 33.562-45.313-.93-6.26-3.28-11.97-6.656-16.843 38.472-40.475 80.822-56.944 120.844-57.093 21.038-.08 41.558 4.455 60.562 12.687-1.344-.05-2.678-.087-4.03-.093-5.835-.024-11.742.398-17.69 1.282-16.537 2.457-31.73 8.308-45 16.718-38.298 20.656-69.638 53.2-86.686 93.312-14.32 33.692-18.302 72.74-8 113.813-16.41 6.933-28.73 22.277-30.906 41.25-3.215 28.02 16.88 53.32 44.874 56.53 27.996 3.213 53.317-16.886 56.532-44.906 3.215-28.017-16.88-53.35-44.875-56.562-2.508-.288-4.99-.357-7.44-.28-9.626-37.47-5.866-72.288 7-102.564 5.206-12.245 11.944-23.753 19.94-34.342-4.43 15.467-5.71 32.107-3.19 49.062.354 2.373.794 4.715 1.282 7.03 7.884 58.165 40.39 112.06 91.97 141.658 45.803 26.28 106.342 32.7 175.75 6.75 8.357 11.38 22.54 17.875 37.468 15.656 21.484-3.194 36.32-23.216 33.125-44.72-3.196-21.5-23.203-36.35-44.688-33.155-21.484 3.192-36.32 23.215-33.125 44.717.015.096.048.187.063.282-64.737 24.18-118.595 17.612-159.313-5.75-23.945-13.74-43.422-33.523-57.625-56.783 23.992 18.134 54.95 26.988 87.032 22.22 8.252-1.228 16.172-3.316 23.686-6.126 46.562-11.748 88.206-40.568 112.5-83.06 8.058-14.095 14.142-29.657 17.844-46.5 14.273-3.006 23.925-16.652 21.75-31.282-1.56-10.494-8.8-18.77-18.125-22.125-1.686-23.377-7.498-48.395-18.156-74.657 17.774-11.842 28.13-33.24 24.78-55.78-4.19-28.19-28.373-48.48-56-48.595zM268.437 185.47l12.063 54 46.625-29.564-29.375 46.313 53.594 12.03-53.875 12.063 29.686 46.75-46.687-29.625-12.033 53.75-12-53.594-46.468 29.5 29.655-46.78-54-12.064 53.72-12.03-29.376-46.314 46.436 29.438 12.03-53.875zm-.156 71.28c-6.89 0-12.25 5.39-12.25 12.28 0 6.894 5.36 12.283 12.25 12.283 6.892 0 12.283-5.39 12.283-12.282 0-6.89-5.39-12.28-12.282-12.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-black-knight-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-36.446 0-73.264 13.433-139.97 40h279.94C329.263 29.433 292.445 16 256 16zM95.344 72L64 448c56 28 112 31.5 168 31.938V240H112v-48h288v48H280v239.938C336 479.5 392 476 448 448L416.656 72H95.344zm64.875 88a8 8 0 0 1 7.78 8 8 8 0 0 1-16 0 8 8 0 0 1 8.22-8zm48 0a8 8 0 0 1 7.78 8 8 8 0 0 1-16 0 8 8 0 0 1 8.22-8zm48 0a8 8 0 0 1 7.78 8 8 8 0 0 1-16 0 8 8 0 0 1 8.22-8zm48 0a8 8 0 0 1 7.78 8 8 8 0 0 1-16 0 8 8 0 0 1 8.22-8zm48 0a8 8 0 0 1 7.78 8 8 8 0 0 1-16 0 8 8 0 0 1 8.22-8zM248 240v240c2.667.002 5.333 0 8 0s5.333.002 8 0V240h-16zm-120 48h16v16h-16v-16zm32 0h16v16h-16v-16zm32 0h16v16h-16v-16zm112 0h16v16h-16v-16zm32 0h16v16h-16v-16zm32 0h16v16h-16v-16zm-240 32h16v16h-16v-16zm32 0h16v16h-16v-16zm32 0h16v16h-16v-16zm112 0h16v16h-16v-16zm32 0h16v16h-16v-16zm32 0h16v16h-16v-16zm-240 32h16v16h-16v-16zm32 0h16v16h-16v-16zm32 0h16v16h-16v-16zm112 0h16v16h-16v-16zm32 0h16v16h-16v-16zm32 0h16v16h-16v-16z" fill="#fff"/></svg>
<svg class="tc-image-originals-blackball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.47 18C126.98 18 20.905 124.07 20.905 254.563c0 130.488 106.073 236.53 236.563 236.53 130.488 0 236.53-106.042 236.53-236.53C494 124.07 387.955 18 257.47 18zm0 18.094c120.384 0 217.31 98.078 217.31 218.47 0 120.386-96.922 217.307-217.31 217.31C137.08 471.875 39 374.95 39 254.563c0-120.39 98.083-218.468 218.47-218.468zm1.717 21.25c-18.068 0-35.54 2.455-52.156 7.03 16.04-.083 32.227 2.136 48.157 6.5-6.804 5.03-11.218 13.106-11.218 22.22 0 15.27 12.386 27.656 27.655 27.656 8.454 0 16.02-3.8 21.094-9.78 1.078 10.63 7.69 19.62 16.905 24.06-14.048 11.31-23.03 28.656-23.03 48.095 0 34.062 27.593 61.656 61.655 61.656 24.52 0 45.712-14.28 55.656-35 26.612 67.256 20.158 139.174-14.625 190.314 40.465-35.917 66-88.296 66-146.656 0-108.285-87.81-196.094-196.092-196.094zm39.72 31.312c.134.074.27.145.406.22-.104.126-.212.246-.313.374-.028-.2-.062-.396-.094-.594zm-55.813 129.406c-16.633 0-30.094 13.493-30.094 30.125 0 16.633 13.46 30.094 30.094 30.094 16.633 0 30.125-13.46 30.125-30.092 0-16.633-13.493-30.125-30.126-30.125zm83.28 60.032c-22.61 0-40.937 18.327-40.937 40.937 0 22.61 18.328 40.94 40.938 40.94 22.61 0 40.938-18.33 40.938-40.94s-18.328-40.936-40.938-40.936zm-97.562 33.97c-16.632-.002-30.093 13.46-30.093 30.092 0 16.633 13.46 30.125 30.093 30.125 16.632 0 30.125-13.49 30.125-30.124 0-16.633-13.493-30.094-30.125-30.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-blackcurrant tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21.594 18.563V58.53c7.485 2.273 14.984 4.845 22.468 7.69L68.5 114.874c5.683 26.117 11.908 54.147 17.813 79.97-21.55 8.027-33.854 31.305-27.782 53.968 3.206 11.96 10.9 21.496 20.814 27.28 7.937 10.297 21.637 15.43 34.906 11.876 11.538-3.093 20.058-12.052 23.22-22.814.002-.01-.004-.02 0-.03 8.537-10.803 12.055-25.367 8.218-39.688-5.156-19.24-21.998-32.203-40.844-33.344-5.366-23.444-10.99-48.83-16.28-73.03l-1.22-33.408c30.25 15.585 60.09 35.02 88.875 56.875l4.343 55.69c-6.83 35.67-10.075 73.427-10.407 113.093-21.993 3.015-38.937 21.866-38.937 44.687 0 9.47 2.92 18.242 7.905 25.5.99 17.338 15.524 31.28 33.094 31.28 13.61 0 25.384-8.357 30.468-20.186 11.36-8.193 18.78-21.517 18.78-36.594 0-20.566-13.775-37.908-32.593-43.344.313-45.45 4.485-88.007 13.5-127.406l9.47-14.03c21.597 18.362 42.378 37.815 62.06 57.655 11.742 14.26 23.233 28.653 34.314 43.28l.717 27.845c-13.258 26.784-22.87 56.604-29.812 88.97-.136-.002-.27 0-.406 0-24.92 0-45.126 20.204-45.126 45.124 0 10.433 3.554 20.045 9.5 27.687 3.22 14.917 16.58 26.22 32.406 26.22 12.197 0 22.93-6.717 28.688-16.625 11.876-8.127 19.656-21.804 19.656-37.28 0-18.263-10.862-33.994-26.47-41.095 7.347-34.23 17.694-65.003 32-91.844 24.256 34.71 45.723 71.097 62.407 110.563-9.073 8.254-14.78 20.166-14.78 33.405 0 24.918 20.174 45.125 45.094 45.125 6.448 0 12.577-1.344 18.125-3.78.57.03 1.138.03 1.717.03 18.203 0 33.157-14.955 33.157-33.156 0-9.67-4.22-18.42-10.906-24.5C457.652 411.98 441.267 400 422.094 400c-4.895 0-9.588.808-14 2.25-27.012-63.12-65.47-118.074-107.406-170.156-.865-1.34-1.753-2.665-2.625-4l11.28-.22c35.023 11.645 69.823 29.045 104.782 51.22-7.48 8.053-12.063 18.83-12.063 30.687 0 19.23 12.026 35.63 28.97 42.126 6.072 8.022 15.686 13.25 26.437 13.25 18.2 0 33.155-14.955 33.155-33.156 0-2.52-.3-4.98-.844-7.344 1.63-4.662 2.5-9.657 2.5-14.875 0-24.917-20.173-45.124-45.092-45.124-5.735 0-11.204 1.08-16.25 3.03-40.628-26.45-81.445-47.002-123.094-59.905l-35.625-17.31c-22.56-31.125-47.177-60.864-74.283-88.907l33.125-3.594c36.963 3.423 73.42 8.288 108.875 17.124-2.533 5.64-3.937 11.886-3.937 18.47 0 21.402 14.91 39.306 34.906 43.936 5.554 4.192 12.44 6.688 19.875 6.688 18.203 0 33.19-14.955 33.19-33.157 0-.968-.074-1.924-.158-2.874 1.57-4.584 2.438-9.478 2.438-14.594 0-24.917-20.205-45.125-45.125-45.125-10.99 0-21.048 3.938-28.875 10.47-42.296-11.308-85.51-16.73-128.75-20.438l-65.813-15.657c-17.245-15.39-35.4-30.16-54.562-44.25h-81.53zm369.187 118c8.103 0 14.47 6.367 14.47 14.468 0 8.102-6.367 14.47-14.47 14.47-8.1 0-14.467-6.368-14.467-14.47 0-8.1 6.366-14.468 14.468-14.468zM106.095 241.438c6.262.14 11.842 4.33 13.562 10.75 2.097 7.824-2.424 15.62-10.25 17.718-7.826 2.097-15.622-2.394-17.72-10.22-2.095-7.825 2.425-15.62 10.25-17.717.98-.263 1.94-.44 2.908-.5.422-.028.832-.042 1.25-.032zM457.47 317.53c8.1 0 14.467 6.37 14.467 14.47 0 8.1-6.366 14.47-14.468 14.47-8.103 0-14.47-6.37-14.47-14.47 0-8.102 6.367-14.47 14.47-14.47zm-285.25 47.626c8.1 0 14.468 6.368 14.468 14.47 0 8.1-6.367 14.468-14.47 14.468-8.1 0-14.468-6.368-14.468-14.47 0-8.1 6.367-14.468 14.47-14.468zm269.717 73.72c8.102 0 14.47 6.367 14.47 14.468 0 8.1-6.367 14.47-14.47 14.47-8.102-.002-14.468-6.37-14.468-14.47 0-8.102 6.365-14.47 14.467-14.47zm-166.437 1.5c8.102 0 14.47 6.367 14.47 14.468 0 8.1-6.368 14.47-14.47 14.47-8.102-.002-14.47-6.37-14.47-14.47 0-8.102 6.368-14.47 14.47-14.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-blade-bite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M269.156 20.313C234.83 20.68 200.582 27.262 166.72 39l-38 157.406h69.343c-15.01 36.837-4.96 78.375 10.687 106.875l18.656-53.092 20.688 57.75 21.344-53.188 21.343 53.875 21.345-58.438 18.656 53.75c17.64-32.01 20.863-75.52 10.69-107.53h68.686L372.126 39c-34.235-13.207-68.643-19.055-102.97-18.688zm-92.03 89.968c30.03 6.412 54.695 19.975 68.468 48.064l-80.438 7.22 11.97-55.283zm184.968 0l11.97 55.282-80.47-7.218c15.057-26.116 39.92-39.524 68.5-48.063zm-92.53 64.69l7.436 9.81 24.875 32.845-14.906 11.28-17.408-23-17.406 23-14.906-11.28 24.875-32.844 7.438-9.81zm-111.22 88.56c-8.722.466-15.596 7.306-16.375 15.75-7.667 15.248-13.552 32.2-17.282 49.595-20.84-14.368-45.416-17.32-72.47-12.688-2.37-6.773-8.79-11.656-16.374-11.656-9.596 0-17.375 7.783-17.375 17.376 0 9.596 7.778 17.375 17.374 17.375 4.55 0 8.684-1.762 11.78-4.624 22.983 15.99 47.52 21.57 73.314 18.688-2.213 23.685-.2 47.158 7 67.437.003.085-.005.167 0 .25.51 9.583 8.7 16.95 18.28 16.44 9.583-.512 16.918-8.7 16.407-18.283-.51-9.58-8.668-16.948-18.25-16.437-.687.037-1.37.137-2.03.25-2.313-10.577-3.27-22.23-3-34.313 104.047 15.61 281.137 29.332 353.936-46.656l-78.874-7.186c-82.512 16.06-176.916 16.633-268.656 8.28 2.278-8.837 5.128-17.454 8.5-25.593 1.87.563 3.876.83 5.938.72 9.58-.51 16.916-8.7 16.406-18.28-.51-9.583-8.668-16.95-18.25-16.44zm49.875 130.44c-18.96 23.825-18.032 45.48-18.282 71.467 55.972 21.582 108.007 19.906 160.406 0 2.66-28.217-2.896-51.03-19.688-70.843l-17 54.344-23.375-51.875-20.842 59.906-20.844-59.25-24.78 51.217-15.595-54.968z" fill="#fff"/></svg>
<svg class="tc-image-originals-blade-fall tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M54.512 19.813c-6.547 32.78-19.9 70.58-34.106 104.984v46.748C40.716 127.41 64.322 69.462 73.56 19.813H54.513zm74.5 0c22.56 35.574 18.172 82.51-2.012 137.5-2.705 7.368-5.71 14.843-8.938 22.437 12.545-14.4 24.547-29.442 35.876-45.094 11.626-42.126 13.067-81.54-3.493-114.844h-21.433zm110.627 2.332l-4.888 12.607c-41.35 106.68-121.474 184.064-214.346 257.242v23.73c94.86-73.644 180.07-152.22 226.418-261.423 23.175 23.64 33.75 46.74 35.65 69.93 2.15 26.197-6.92 53.415-24.54 81.793-9.492 15.287-21.457 30.79-35.21 46.448 13.744-6.51 27.234-13.38 40.442-20.648 3.775-5.305 7.34-10.617 10.645-15.94 18.93-30.487 29.875-61.68 27.292-93.18-2.584-31.498-18.924-62.402-51.4-91.53l-10.063-9.027zm149.385 139.882l-9.548 9.342c-86.4 84.533-239.1 139.537-359.07 171.884v19.353c117.657-31.354 268.492-83.666 362.054-168.65 11.76 31.088 12.15 56.57 4.515 78.613-6.997 20.205-21.062 38.035-40.907 54.135 14.332-5.104 28.256-10.505 41.64-16.207 7.233-9.837 12.977-20.406 16.927-31.812 10.342-29.865 7.858-64.733-10.108-104.487l-5.502-12.173zm94.467 121.496l-11.02 7.256c-30.058 19.787-71.21 37.43-117.55 52.736.05-.04.1-.077.148-.116-.942.34-1.898.67-2.843 1.008-107.727 35.22-242.655 57.856-331.82 65.418v60.258c110.1-7.688 421.87-16.575 452.6-144.56 2.993 27.035-1.627 48.604-11.92 66.538-13.25 23.092-36.547 40.79-67.66 54.6-61.893 27.472-153.5 38.454-245.808 48.213h143.655c40.623-7.394 78.154-17.114 109.735-31.13 33.36-14.808 60.393-34.683 76.287-62.38 15.894-27.696 19.93-62.633 9.38-105.037l-3.185-12.805zm-335.4 230.04l.006.056c.177-.02.355-.04.533-.058h-.538z" fill="#fff"/></svg>
<svg class="tc-image-originals-blast tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-72 0-120 48.094-120 96.093 0 48.416 24.277 66.635 51.563 112.5-3.476 47.475-3.75 111.834-3.75 199.218 15.588-51.96 28.137-91.943 38.437-121.406C236.71 347.18 249.23 407.97 256 495.997c6.77-88.027 19.288-148.818 33.75-193.593 10.3 29.462 22.85 69.444 38.438 121.407 0-87.915-.21-152.607-3.75-200.156C351.563 178.276 376 160.274 376 112.09 376 64.09 328 16 256 16zm0 47.813c39.765 0 72.188 26.863 72.188 60 0 13.097-5.516 25.29-14.063 35.156-10.095-33.71-27.39-46.876-58.125-46.876s-48.03 13.167-58.125 46.875c-8.547-9.866-14.063-22.06-14.063-35.158 0-33.136 32.423-60 72.188-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-blaster tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 136c60 75-45 45-165 45 51.292 17.097 90.22 30.17 118.125 41.25C164.385 236.653 103.75 249.25 16 256c87.75 6.75 148.386 19.347 193.125 33.75C181.22 300.83 142.293 313.903 91 331c120 0 225-30 165 45 19.66-9.83 42.34-19.584 64.218-30.468C345.538 362.998 364.79 376 399.906 376c48 0 96.093-48 96.093-120s-48.096-120-96.094-120c-35.35 0-54.58 12.824-80.157 30.468-21.765-10.81-44.206-20.695-63.75-30.468zm132.188 47.813c33.136 0 60 32.422 60 72.187s-26.864 72.188-60 72.188c-9.062 0-17.61-2.715-25.313-7.032C388.008 303.676 406 282.742 406 256c0-26.743-17.992-47.68-43.125-65.158 7.702-4.316 16.25-7.032 25.313-7.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-bleeding-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.344 28.938c-89.18-.037-174.996 44.27-222.656 133 21.242 38.834 45.078 64.08 54.374 100v49.968C73.3 322.043 66 329.11 66 340.312c0 9.09 11.63 18.094 21.03 18.094 9.198 0 21.597-9.677 21.595-19.25 0-11.367-7.31-17.81-11.875-27.03v-32.282c16.002-32.16 81.357-9.403 105.844 45.625v80.592c-6.364 10.477-13.625 16.953-13.625 28.875 0 17.885 11.763 24.5 23.936 24.5 11.907 0 21.594-5.66 21.594-24.5 0-9.298-7.442-16.634-13.22-31.062V325.72c15.678-36.473 54.92-20.136 71.657 31.25v74.842c-5.41 10.498-11.718 19.456-11.718 32.313 0 12.927 10.045 22.188 21.03 22.188 10.744 0 22.188-9.728 22.188-23.344 0-14.448-7.098-23.414-12.813-34.564v-84.562h-.22c15.34-65.977 52.293-101.43 68.75-52.594v59.78c-4.457 8.957-9.56 17.375-9.56 29.595 0 13.944 9.553 23.938 18.686 23.938 9.338 0 18.095-9.543 18.095-22.782 0-10.83-4.347-19.014-8.53-27.56V284.31c19.988-69.842 66.447-87.325 90.31-122.375-61.083-88.583-153.632-132.963-242.81-133zm.437 22c81.74-.606 166.08 37.776 216.126 115.906-149.813 108.407-280.244 108.6-412.969-4.938 40.834-73.15 117.62-110.38 196.844-110.97zm4.69 16.03c-44.972 0-81.407 36.468-81.407 81.438s36.435 81.406 81.406 81.406c44.97 0 81.436-36.434 81.436-81.406 0-44.97-36.467-81.437-81.437-81.437zm-.532 49.063c16.13 0 29.187 13.06 29.187 29.19 0 16.13-13.057 29.218-29.188 29.218-16.13 0-29.218-13.09-29.218-29.22s13.087-29.187 29.218-29.187z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bleeding-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M227.438 18.594L207.313 87.97c-51.705 15-93.266 51.876-115.188 99.06l-73.406 9.814 58 43.094c-1.834 13.845-2.095 28.103-.626 42.593 1.892 18.672 6.55 36.403 13.5 52.845l-33.563 63.22 62.69-15.97c10.04 11.805 21.53 22.302 34.155 31.22l4.063 72 44.656-47.5c3.523 1.154 7.08 2.212 10.687 3.155v51.094h18.69v-47.25c9.448 1.436 19.105 2.11 28.905 2.03v45.22h18.688V446.28c16.735-1.836 32.71-5.878 47.656-11.81l48.31 30.5 1.814 2.186v25.438h18.687V460.5l-2.092-2.563-12.594-15.437-8.47-34.344c19.613-15.464 35.89-34.777 47.813-56.687l67.438 2.655-49.313-51.406c3.958-18.31 5.146-37.53 3.157-57.158-1.816-17.9-6.148-34.947-12.626-50.812l.75 1.063 45.094-59.063-73.094 12.03c-33.67-41.52-84.87-67.627-140.97-68.06l-32.687-62.126zm31.343 80.78c18.82 0 37.02 3.223 54.033 9.157l4.625 40.595 34.187-20.97c38.577 26.43 65.657 69.033 70.75 119.282.18 1.775.346 3.546.47 5.313l-48.283 16.125 45.188 29.03c-8.816 42.143-33.876 78.896-68.97 102.626V235.75c1.017-6.205 1.21-12.552.408-19.03-7.203-58.14-80.477-59.517-100.844-6.75-36.378-45.1-100.77-19.982-93.656 37.186 3.574 28.718 29.094 49.678 55.593 67.22v107.78C157.405 406.133 113.557 362.12 99 305l29.72-24.97-34.814-21.405c.983-31.41 10.888-60.917 27.47-85.813l41.31 3.782-15.81-33.625c25.302-23.35 58.116-39.006 95.06-42.75 5.663-.575 11.276-.845 16.845-.845zm73.314 178.94v133.123c-16.367 8.158-34.377 13.722-53.53 16.063l-.002-79.063c10.236-20.103 35.553-43.51 53.532-70.125zM230.97 326.31c10.877 6.818 21.026 13.216 28.905 19.5v82.907c-9.82.093-19.493-.698-28.906-2.283V326.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-bleeding-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M26.996 47.947c11.726 44.806 56.176 129.96 67.496 242.934-6.597 76.494-22.66 98.81-22.66 152.74 0 27.602 11.33 38.038 23.254 38.038 11.662 0 23.72-11.823 23.72-40.896 0-56.606-16.937-73.84-23.283-151.65 6.472-83.65 59.715-45.933 59.715 2.765 0-112.652 101.99-85.16 116.024-34.77-5.164 35.11-15.028 45.947-15.028 75.368 0 16.633 8.51 28.86 16.74 28.86 8.416 0 16.41-11.433 16.41-27.226 0-27.953-9.303-41.066-14.515-75.825 15.447-37.68 115.544-34.583 115.845-1.754-3.41 26.414-12.764 32.13-12.764 51.16 0 9.714 6.58 16.855 12.943 16.855 6.506 0 12.685-6.677 12.685-15.9 0-18.435-9.164-25.838-12.596-52.854 14.138-49.16 86.57-19.867 92.008-73.298-51.22 45.91-357.175 26.76-455.994-134.545zm128.85 266.22c-4.676 31.802-17.635 40.28-17.635 61.724 0 10.642 8.592 18.346 17.636 18.346 8.844 0 17.988-8.24 17.988-19.45 0-22.338-13.464-28.757-17.988-60.62z"/></svg>
<svg class="tc-image-originals-blindfold tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M295.568 31.755c-88.873 1.013-164.237 83.15-146.14 154.222 3.112 1.68 6.114 3.713 8.976 6.012 94.364-20.635 186.207-37.25 274.717-69.38-4.396-11.362-8.926-26.62-15.104-32.857-38.564-42.043-81.91-58.46-122.448-57.998zm162.787 100.527c-92.984 36.365-188.555 54.132-285.513 75.08 3 4.306 5.436 8.95 6.91 13.865 16.698.56 33.29.95 49.81 1.188 2.315-11.524 9.915-22.267 22.616-27.496l.338-.14.347-.11c4.037-1.292 8.075-1.804 11.944-1.66 3.87.14 7.57.94 10.93 2.268 6.725 2.66 12.12 7.126 16.605 12.01 4.4 4.79 8.038 10.1 11.054 15.06 56.644-.994 112.656-4.228 168.79-10.304-.018-3.805-.042-7.543-.096-11.22-16.977-1.565-36.94-.35-64.217 7.667 22.82-11.948 39.826-19.518 60.78-19.31 1.03.01 2.07.038 3.122.086-.45-10.747-1.432-20.984-3.654-30.824-33.557 19.84-62.436 23.53-105.98 26.362 50.238-10.525 79.007-24.07 102.546-38.356-1.695-4.802-3.77-9.52-6.33-14.166zM132.56 199.17c-.682-.004-1.15.09-1.45.194-4.756 2.414-9.748 9.214-12.018 17.453-2.215 8.037-1.57 16.664.984 21.662 4.615 4.572 14.302 6.43 24.166 4.493 9.68-1.9 17.22-7.725 18.862-10.728.035-5.966-4.99-16.103-12.74-23.406-4.08-3.848-8.656-6.877-12.417-8.417-1.88-.77-3.444-1.11-4.63-1.217-.277-.025-.53-.036-.756-.037zm131.753 11.76c-1.675-.076-3.475.16-5.56.786-8.19 3.47-11.016 8.43-11.85 16.082-.843 7.75 1.63 18.15 6.663 27.836 5.034 9.685 12.528 18.6 20.133 23.953 7.604 5.353 14.49 6.963 20.238 5.017l5.77 17.05c-12.697 4.3-25.788.1-36.37-7.348-10.582-7.45-19.485-18.33-25.744-30.372-3.893-7.49-6.8-15.45-8.108-23.474-16.447-.24-32.96-.625-49.57-1.178-2.164 5.224-5.78 9.34-10.246 12.565 5.82 11.84 12.81 22.992 21.11 33.396l2.597 3.252-.795 4.084c-6.046 31.008-13.87 62.623-36.97 82.58 31.778 52.62 70.812 94.726 150.777 102.636 7.516-26.908 14.15-57.853 60.483-89.71l2.422-1.663 2.937.084c40.79 1.18 61.765-5.75 71.61-18.506 4.322-5.6 7.014-13.152 8.17-22.847l-39.04-.797.366-17.996 39.19.8c-.368-8.815-1.513-18.807-3.42-30.08l-1.745-10.327 36.203-.586c-1.14-6.856-3.99-16.375-8.29-25.238-6.218-12.83-15.555-24.903-19.124-27.382l-2.123-1.477c-50.237 4.848-100.406 7.483-151.02 8.347-7.65 3.924-5.706 2.888-7.813 4.068-4.162-7.43-9.574-17.904-16.11-25.02-3.27-3.56-6.693-6.154-9.968-7.45-1.584-.625-3.133-1.01-4.807-1.086zm-157.125 40.21c-6.954 14.03-14.456 30.194-22.5 46.296-9.06 18.146-18.786 36.2-29.49 51.268-8.14 11.457-16.796 21.348-26.764 27.975 9.864 13.877 17.987 25.48 24.654 35.674 4.344-12.038 9.388-24.587 14.734-37.382 11.19-26.778 23.637-54.487 33.354-79.553 5.43-14.012 9.954-27.268 12.98-38.853-2.502-1.455-4.845-3.25-6.97-5.428zm38.093 9.92c-4.485.71-9.156.97-13.766.61-3.28 12.524-8.04 26.025-13.555 40.255-9.972 25.724-22.472 53.52-33.53 79.986-11.06 26.467-20.645 51.69-24.836 71.397-2.096 9.855-2.788 18.303-2.033 24.456.114.927.3 1.68.463 2.492 3.097-2.28 6.465-4.24 10.29-5.897 10.15-4.394 22.763-7.508 35.332-9.756 12.568-2.247 24.964-3.555 34.462-3.857.97-.03 1.77-.006 2.674-.018-10.392-58.63-2.174-142.745 4.5-199.666z"/></svg>
<svg class="tc-image-originals-block-house tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M375 32v41H100.326l-49.6 62h410.547l-49.6-62H393V32h-18zM85.727 153L96 163.273 106.273 153H85.727zm64 0L160 163.273 170.273 153h-20.546zm64 0L224 163.273 234.273 153h-20.546zm64 0l11.185 11.186L300.645 153h-22.918zm64 0L352 163.273 362.273 153h-20.546zm64 0L416 163.273 426.273 153h-20.546zM128 156.727L108.727 176 128 195.273 147.273 176 128 156.727zm64 0L172.727 176 192 195.273 211.273 176 192 156.727zm64 0L236.727 176l19.42 19.422 19.736-18.813L256 156.726zm128 0L364.727 176 384 195.273 403.273 176 384 156.727zm-62.623 1.377l-19.732 18.814L320 195.273 339.273 176l-17.896-17.896zM73 165.727v20.546L83.273 176 73 165.727zm366 0L428.727 176 439 186.273v-20.546zm-343 23L85.727 199h20.546L96 188.727zm64 0L149.727 199h20.546L160 188.727zm64 0L213.727 199h20.546L224 188.727zm128 0L341.727 199h20.546L352 188.727zm64 0L405.727 199h20.546L416 188.727zm-127.387.613l-10.13 9.66h19.79l-9.66-9.66zM73 217v126h366V217H73zm23 39h80v32H96v-32zm112 0h96v32h-96v-32zm128 0h80v32h-80v-32zM75.5 361l43.5 58v-30l-21-28H75.5zm61.5 0v126h23v-71h48v71h167V361H137zm277 0l-21 28v30l43.5-58H414zm-174 55h32v32h-32v-32zm64 0h32v32h-32v-32z" fill="#fff"/></svg>
<svg class="tc-image-originals-blood tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v229.88c22.044 9.644 49.156-17.056 37.773-38.415-9.77-18.333-28.462-64.016 2.426-62.99 28.694.953-6.267 51.97 28.515 57.074 34.492 3.933 27.964-35.193 22.09-56.23-.83-24.395 41.38-26.67 43.338-2.185 8.49 38.33 1.755 77.958-10.797 114.553-6.183 26.524 23.463 53.067 48.754 40.68 21.484-8.98 27.2-37.24 15.63-56.155-9.393-21.09-14.358-46.482-7.056-68.848 15.266-17.564 34.26-2.558 31.67 19.4-2.603 22.057 34.583 31.325 47.707 12.366 12.132-13.536-3.528-44.482 25.866-38.55 24.315 8.45 20.396 42.19 23.975 63.074 1.875 57.63-4.794 115.585-17.48 171.766-6.737 21.168-15.6 49.026 4.77 65.818 20.44 19.52 57 2.728 57.87-24.834.22-41.152-14.95-80.59-16.593-121.685-1.99-51.07-6.23-102.407-1.945-153.452-1.35-22.65 26.44-52.9 47.29-33.247 14.973 22.996-3.973 48.37-2.218 71.568 2.93 38.73 64.42 11.456 42.328-19.217-15.696-21.732 21.673-62.3 29.37-24.413 9.04 28.41 11.366 62.216-2.663 88.127-10.492 19.376-17.404 46.694 5.806 56.666 7.55 3.914 15.26 3.6 19.574-.25V18zm58.988 120.832c21.007 14.74 2.246 37.2 10.23 48.88 1.113 2.357 9.44 7.467 7.966 7.622-27.937-2.57-17.47-21.197-16.758-39.598-1.642-9.125-3.514-16.687-1.438-16.904zm83.46 9.176c15.11 37.11 14.654 71.48.814 107.937-7.613 16.268 12.677 35.28 19.03 39.336-27.713-3.024-36.51-30.838-25.93-52.378 9.564-30.688 12.476-54.2 6.085-94.894zm79.997 28.32c-.87 14.396 8.95 22.896 30.348 29.96-17.49 11.152-43.003-10.59-30.348-29.96zm167.602 13.215c1.624-.008 3.56 2.88 5.043 10.062 3.194 15.478 16.705 9.406 26.406.688.426 17.666-31.39 25.417-34.154 3.49-1.372-8.03.33-14.228 2.705-14.24zm78.185 14.55a.422.422 0 0 1 .147.013c.786 6.186 1.374 13.183 1.243 19.416 3.29 24.09-15.953 44.724-7.834 67.03 4.092 11.247 3.7 18.713-7.085 10.108-13.438-12.492-2.112-35.942 4.592-52.05 6.498-9.613 5.937-44.258 8.935-44.518zm-150.543 59.9c4.252 13.3 1.957 33.317 3.156 48.777-1.066 44.92-10.64 87.364-14.39 131.2-.59 6.89 13.26 28.558-1.274 20.708-17.077-9.554-10.357-31.603-7.137-46.46 13.697-50.267 17.806-102.36 19.644-154.226z"/></svg>
<svg class="tc-image-originals-bloody-stash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M244.188 21.97C347.89 119.18 428.1 216.274 494.717 304.06V191.656c-7.062-6.39-14.155-12.677-21.343-18.844 2.986-3.465 4.813-7.972 4.813-12.906 0-10.927-8.855-19.78-19.782-19.78-6.285 0-11.875 2.96-15.5 7.53-43.25-34.448-88.287-64.956-134-91.312 1.006-2.025 1.594-4.274 1.594-6.688 0-8.35-6.773-15.125-15.125-15.125-5.416 0-10.142 2.848-12.813 7.126-12.764-6.883-25.567-13.452-38.375-19.687zM104.625 40.093c5.11 5.177 10.18 10.36 15.22 15.593-4.225 1.173-7.38 4.29-8.345 9-1.812 8.844 4.727 19.92 14.625 24.72 3.642 1.766 7.237 2.42 10.406 2.124-2.535 4.11-4 8.974-4 14.157 0 14.89 12.05 26.938 26.94 26.938 8.68 0 16.41-4.097 21.343-10.47 88.686 101.2 165.598 208.4 235.156 306.72-7.4 6.047-12.126 15.23-12.126 25.53 0 18.213 14.756 32.97 32.97 32.97 6.274 0 12.13-1.77 17.123-4.813 3.086 4.354 6.193 8.76 9.25 13.063h31.532V381.28c-41.357-69.223-154.77-193.34-184.533-213.31 24.14 33.4 45.1 64.336 64.813 94.03-87.49-95.75-183.443-179.588-270.375-221.906zm-28.22 15.25c-1.868.086-3.736.548-5.53 1.406-7.176 3.433-10.214 12.042-6.78 19.22 3.432 7.175 12.04 10.213 19.218 6.78 7.176-3.433 10.214-12.042 6.78-19.22-2.574-5.38-8.08-8.445-13.687-8.186zm355.75 20.375c-1.454.05-2.858.357-4.155.968-6.918 3.256-8.265 13.625-3 23.156 5.265 9.53 15.144 14.632 22.063 11.375 6.918-3.258 8.264-13.627 3-23.157-4.278-7.744-11.6-12.56-17.907-12.344zm-151.124 35.25c-1.983.123-3.845.72-5.436 1.78-6.366 4.236-6.168 14.688.437 23.344 6.607 8.655 17.104 12.236 23.47 8 6.366-4.236 6.168-14.688-.438-23.344-4.954-6.492-12.078-10.155-18.03-9.78zM25.19 149.28c91.018 100.043 158.696 190.397 212 271.595-8.48-1.364-18.445 4.948-20.25 13.594-6.22 29.777 12.896 53.913 47.593 61.155H390.19c-97.972-139.74-234.782-282.95-365-346.344zm30.03 101.845c-3.807.078-7.195 1.333-9.406 3.844-5.052 5.738-2.15 15.785 6.47 22.436 8.62 6.65 19.697 7.396 24.75 1.656 5.052-5.74 2.182-15.786-6.438-22.437-4.85-3.74-10.48-5.6-15.375-5.5zm47.188 38.125c-14.89 0-26.937 12.048-26.937 26.938 0 14.89 12.047 26.968 26.936 26.968 14.89 0 26.97-12.08 26.97-26.97 0-14.888-12.08-26.936-26.97-26.936zm79.72 103.47c-10.928 0-19.782 8.853-19.782 19.78 0 10.927 8.854 19.78 19.78 19.78 10.928 0 19.782-8.853 19.782-19.78 0-10.927-8.854-19.78-19.78-19.78z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bloody-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M35.143 35.8c-5.796-.14-11.483 2.82-14.575 8.212-4.497 7.84-1.8 17.85 6.026 22.355 4.804 2.767 10.42 2.805 15.086.615l68.558 39.375-29.797 51.957 28.51 16.49c6.374-49.47 27.945-90.184 68.726-119.837l-28.51-16.492-29.63 51.67-68.522-39.352c-.44-5.166-3.31-10.04-8.135-12.818-2.446-1.408-5.103-2.113-7.737-2.176zm153.093 71.632l-37.892.642 251.484 144.74-9.322 16.198-253.45-145.87 19.89 35.135c3.916 1.873 29.888 14.392 59.775 33.858 30.715 20.005 64.022 44.997 74.397 74.703 4.567 2.27 31.488 15.496 69.58 27.764 37.96 12.224 84.088 21.654 119.912 15.58-12.992-35.507-44.6-70.15-74.456-95.995-27.686-23.965-52.14-39.656-59.117-43.998-30.91 5.99-69.19-10.66-101.86-27.53-31.63-16.333-55.295-32.69-58.94-35.228zm-26.992 72.9c5.623 17.433 10.356 39.574 14.51 64.59v77.287h18.687v-42.12c14.672-28.54 40.948-3.137 50.7 53.53v161.003h18.688V335.87c12.62-13.188 27.91 3.7 38.975 32.24v35.175h18.69v-25.707c17.057-20.727 46.446-5.688 59.93 49.102v66.888h18.688v-67.07c17.575-58.125 49.153-84.382 74.394-96.3-38.7 3.766-81.725-6.276-117.537-17.81-42.97-13.838-75.7-30.45-75.7-30.45l-3.72-1.887-1.078-4.027c-5.46-20.368-36.988-48.063-67.95-68.228-18.276-11.905-35.828-21.51-47.276-27.463zm23.854 181.48c-11.643 0-21.08 9.438-21.08 21.08 0 11.644 9.437 21.08 21.08 21.08 11.643 0 21.08-9.436 21.08-21.08 0-11.642-9.437-21.08-21.08-21.08zm283.754 7.53s-21.08 52.667-21.08 64.31 9.437 21.08 21.08 21.08c11.643 0 21.08-9.437 21.08-21.08 0-11.643-21.08-64.31-21.08-64.31zM312.15 426.11c-11.643 0-21.082 9.436-21.082 21.08 0 11.642 9.44 21.08 21.082 21.08 11.643 0 21.08-9.438 21.08-21.08 0-11.644-9.437-21.08-21.08-21.08z"/></svg>
<svg class="tc-image-originals-blunderbuss tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M375.563 15.344c-3.744-.036-7.46.797-10.875 2.906-6.406 3.954-9.283 10.876-10.188 17.875v.03c-58.905 99.84-141.287 150.724-234.53 208.19-17.742 7.012-29.062 20.612-34.19 35.155-15.89-5.312-23.478-17.805-22.968-25.313l-18.656-1.28c-1.278 18.792 13.092 36.91 35.688 44.312l-1.656.5c-36.15 26.775-70.78 89.097-39.688 163.31 6.443 15.38 17.065 24.21 29.625 28.908 12.56 4.697 27.19 4.848 40 1.468 12.81-3.38 23.52-10.32 28.813-18.094 5.29-7.773 6.53-15.74.062-27.03-13.84-24.154-28.63-50.166-24.5-77.282 28.037 16.267 58.335 11.598 77.156-5.563 19.28-17.577 26.135-48.276 10.125-77.593 79.474-47.578 156.44-86.004 256.064-92.094 3.965.776 8.044.766 11.906-.53.022-.01.04-.025.063-.032.688-.024 1.37-.042 2.062-.063l-.375-.594c.75-.336 1.494-.707 2.22-1.155 6.83-4.218 9.65-11.82 10.342-19.28.693-7.463-.39-15.725-2.687-24.907-4.592-18.366-14.277-40.386-28.125-62.782-13.848-22.396-29.212-40.93-43.594-53.25-7.19-6.16-14.108-10.812-21.094-13.53-3.492-1.36-7.256-2.246-11-2.282zM375.188 34c.148-.01.326-.01.53 0 .82.043 2.094.296 4.063 1.063 3.94 1.532 9.573 5.047 15.72 10.312 12.293 10.53 26.843 27.85 39.844 48.875 13 21.026 21.982 41.773 25.906 57.47 1.962 7.846 2.61 14.454 2.22 18.655-.39 4.2-1.468 5.066-1.564 5.125-.095.06-1.343.595-5.28-.938-3.94-1.532-9.542-5.047-15.688-10.312-12.294-10.53-26.874-27.85-39.875-48.875-13.002-21.026-21.983-41.773-25.907-57.47-1.962-7.846-2.577-14.454-2.187-18.655.39-4.2 1.435-5.035 1.53-5.094.036-.022.24-.125.688-.156zM187.155 302.875c7.386 19.413 1.56 36.125-10.094 46.75-13.57 12.373-35.423 16.472-58.468 1.156 4.427-8.25 11.1-16.105 20.22-23.217 11.695-9.123 27.59-17.28 48.342-24.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-bo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M473.79 38.21c-1.853-1.85-3.902-3.5-6.066-4.89l-5.703 10.304 2.416-12.152c-5.255-2.56-10.94-3.467-16.103-1.746l-.79.79c.696 7.73 4.943 16.09 11.396 22.544 6.453 6.454 14.814 10.7 22.545 11.396l.79-.79c2.827-8.484-1.415-18.384-8.486-25.455zm-41.087 7.145L277.92 200.14l6.71 6.71 40.306-40.306-31.498 49.112 18.423 18.424L466.645 79.297c-1.877-.724-3.712-1.558-5.5-2.488l-26.51 13.664 18.61-18.613c-2.49-1.847-4.845-3.884-7.032-6.072-5.808-5.807-10.56-12.777-13.51-20.433zm-167.51 167.512l-16.22 16.22 48.656 16.217-32.438-32.437zm20.46 47.42l-50.91-16.97-11.226 11.225 50.912 16.97 11.224-11.225zM260.2 285.743l-17.85-5.95-10.92 34.72 28.77-28.77zm-34.93-11.643l-15.98-5.328-11.88 11.88 19.628 19.63 8.232-26.182zm-6.513 53.13l-7.81-7.583-26.266-26.267L29.725 448.333c-3.395 10.185 3.4 22.4 13.044 29.324l61.006-61.006-53.14 65.167c4.35 1.522 8.86 1.847 13.03.457l155.09-155.044z"/></svg>
<svg class="tc-image-originals-boar-tusks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M179 121.563c-12.274 0-22.25 9.944-22.25 22.218 0 12.275 9.976 22.25 22.25 22.25s22.22-9.975 22.22-22.25c0-12.273-9.946-22.218-22.22-22.218zm163.125 0c-12.274 0-22.22 9.944-22.22 22.218 0 12.275 9.946 22.25 22.22 22.25s22.22-9.975 22.22-22.25c0-12.273-9.946-22.218-22.22-22.218zm-85.156 62.312c-23.045 0-33.798 12.104-47.44 29.188-13.64 17.083-28.726 38.97-57.31 48.593-13.173 4.435-18.553 11.14-20.876 19.97-2.324 8.827-.713 20.65 4.53 32.937 10.488 24.57 35.417 49.49 57.157 55.906 42.063 12.412 84.4 12.683 127.94 0 28.555-8.322 49.03-32.707 56.5-56.72 3.733-12.007 4.11-23.718 1.374-32.78-2.738-9.064-7.992-15.624-17.625-19.533-27.88-11.31-43.253-32.79-57.19-49.437-13.934-16.646-24.976-28.125-47.06-28.125zM66.905 214.28C7.44 271.357 3.186 341.1 64.28 390.845c52.883 43.054 111.193 30 143.314 2.562-6.635-1.387-13.253-3.055-19.844-5-21.202-6.257-40.77-22.238-54.875-41.656-51.514 4.825-93.266-52.765-65.97-132.47zm378.813 0c26.9 78.553-13.272 135.643-63.75 132.657-12.593 18.7-31.603 34.424-55.783 41.47-7.003 2.04-13.984 3.767-20.968 5.187 32.17 27.31 90.363 40.206 143.124-2.75 61.096-49.746 56.84-119.488-2.625-176.563zM230.06 228.063c.314.013.62.048.907.125 18.405 4.934 26.124 123.375-32.782 123.375-57.986 0 12.113-124.317 31.875-123.5zm52.75 0c19.762-.817 89.83 123.5 31.844 123.5-58.906 0-51.156-118.44-32.75-123.375.288-.077.593-.112.906-.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-body-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M384 22.545L307.271 99.27l25.458 25.458L366 91.457v329.086l-33.271-33.272-25.458 25.458L384 489.455l76.729-76.726-25.458-25.458L402 420.543V91.457l33.271 33.272L460.73 99.27 384 22.545zm-242.443.258c-23.366 3.035-44.553 30.444-44.553 65.935 0 19.558 6.771 36.856 16.695 48.815l11.84 14.263-18.217 3.424c-12.9 2.425-22.358 9.24-30.443 20.336-8.085 11.097-14.266 26.558-18.598 44.375-7.843 32.28-9.568 71.693-9.842 106.436h42.868l11.771 157.836c29.894 6.748 61.811 6.51 90.602.025l10.414-157.861h40.816c-.027-35.168-.477-75.125-7.584-107.65-3.918-17.933-9.858-33.371-18.04-44.342-8.185-10.97-18.08-17.745-32.563-19.989l-18.592-2.88 11.736-14.704c9.495-11.897 15.932-28.997 15.932-48.082 0-37.838-23.655-65.844-49.399-65.844l-4.843-.093z"/></svg>
<svg class="tc-image-originals-body-swapping tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M130.375 18.438c-19.615 0-36.445 9.542-47.594 24-11.147 14.457-17.093 33.652-17.093 54.25 0 17.877 4.543 35.74 12.626 50.124-11.008 4.402-20.228 11.397-27.5 20.125-9.997 11.997-16.583 27.02-21.126 43.5-9.085 32.964-10.125 72.204-10.125 107.594v9.345H61.595l9.968 154.78.563 8.75h116.53l.564-8.75 9.936-154.78h42.063v-9.344c0-35.39-1.04-74.63-10.126-107.592-4.543-16.482-11.13-31.504-21.125-43.5-7.27-8.723-16.504-15.723-27.5-20.125 8.08-14.385 12.624-32.25 12.624-50.125 0-20.598-5.977-39.793-17.125-54.25-11.15-14.458-27.98-24-47.595-24zm247.406 0c-19.614 0-36.444 9.542-47.592 24-11.15 14.457-17.094 33.652-17.094 54.25 0 17.877 4.542 35.74 12.625 50.124-11.01 4.402-20.228 11.397-27.5 20.125-9.998 11.997-16.584 27.02-21.126 43.5-9.086 32.964-10.156 72.204-10.156 107.594v9.345H309l9.938 154.78.562 8.75h116.438l.656-8.624 11.875-154.905h40.155v-9.344c0-35.39-1.07-74.63-10.156-107.592-4.544-16.482-11.13-31.504-21.126-43.5-7.273-8.73-16.493-15.724-27.5-20.125 8.082-14.386 12.625-32.248 12.625-50.125 0-20.598-5.947-39.793-17.095-54.25-11.148-14.458-27.98-24-47.594-24zM130.376 37.124c13.76 0 24.63 6.107 32.813 16.72 8.183 10.61 13.218 25.89 13.218 42.843 0 18.663-6.887 38.59-15.97 49.53l-10.124 12.188 15.594 2.938c12.812 2.408 22.058 8.406 29.688 17.562 6.238 7.487 11.222 17.262 15.062 28.656l-13.22 101.125h-14.75l-12.217-97.312-19.845 163.53-21.03-163.53-18.69 155.938L90.47 211.375l-11.72 97.313H61.812l-12.53-98.563c3.937-12.5 9.17-23.174 15.874-31.22 7.63-9.155 16.907-15.153 29.72-17.56l15.593-2.94-10.126-12.218c-9.083-10.94-15.97-30.836-15.97-49.5 0-16.95 5.037-32.23 13.22-42.843 8.182-10.612 19.02-16.72 32.78-16.72zM457.97 207.313c.888 2.62 1.73 5.307 2.5 8.093 7.436 26.984 9.094 60.96 9.342 93.28l-24.78.002 12.937-101.375zm-120.033 4.062l20.157 155.938 18.97-155.938 20.748 163.53L418 211.376l12.813 102.03-.313 3.908-11.875 154.906H337.03l-9.936-154.783-.563-8.75h-.436l11.844-97.312zM296 212.22l12.75 96.468h-23c.248-32.322 1.906-66.298 9.344-93.282.296-1.074.592-2.137.906-3.187z" fill="#fff"/></svg>
<svg class="tc-image-originals-boiling-bubbles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196.78 78.688c-96.69 0-175.343 78.72-175.343 175.468 0 12.63 6.202 24.213 15.813 33.75 9.61 9.537 22.727 17.488 38.53 24.125 31.61 13.275 74.124 21.158 121 21.158 8.047 0 15.966-.236 23.72-.688 1.125 1.65 2.437 3.157 3.844 4.5 4.3 4.107 9.682 7.19 15.937 9.72 12.512 5.056 28.642 7.874 46.407 7.874 17.766 0 33.865-2.818 46.375-7.875 6.256-2.53 11.67-5.613 15.97-9.72 4.3-4.107 7.656-9.77 7.656-16.28 0-9.865-2.202-19.213-6.125-27.658 2.032-1.67 3.957-3.378 5.75-5.156 3.39-3.363 6.33-6.984 8.75-10.812.988.01 1.974.03 2.968.03 31.826 0 60.67-5.25 82.408-14.28 10.868-4.516 20.016-9.954 26.875-16.688 6.858-6.734 11.562-15.283 11.562-24.72 0-66.047-54.29-119.75-120.844-119.75-22.145 0-42.93 5.945-60.81 16.314-30.172-24.555-68.606-39.313-110.44-39.313zm0 18.687c86.573 0 156.657 70.14 156.657 156.78 0 6.61-3.084 13.33-10.28 20.47-.885.878-1.81 1.783-2.813 2.656-12.89-14.89-32.22-24.342-53.656-24.342-36.025 0-66.126 26.71-69.657 61.03-6.635.352-13.385.532-20.25.532-44.753 0-85.266-7.727-113.75-19.688-14.24-5.98-25.427-13.046-32.624-20.187-7.196-7.14-10.28-13.86-10.28-20.47 0-86.642 70.083-156.78 156.655-156.78zm171.25 23c56.543 0 102.158 45.226 102.158 101.063 0 3.35-1.538 7.024-5.97 11.375-4.43 4.35-11.623 8.88-20.937 12.75-17.818 7.404-43.217 12.42-71.405 12.843.155-1.403.25-2.818.25-4.25 0-31.565-8.36-61.223-23-86.844 13.78-3.103 23.656-11.57 23.656-21.5 0-11.298-12.783-20.666-29.56-22.437 7.942-1.955 16.246-3 24.81-3zm-193.967 5.875c-36.642 0-66.344 18.525-66.344 41.344 0 22.818 29.7 41.312 66.343 41.312 36.64 0 66.343-18.494 66.343-41.312 0-22.82-29.702-41.344-66.344-41.344zm320.312 137c-30.4 23.526-70.607 32.934-110.406 36.53l-12.814 1.158 5.063 11.843c7.44 17.37 4.932 28.445-3.22 38.19-8.152 9.742-23.698 17.64-42.844 21.874-38.29 8.47-89.822 1.9-118.094-17.47l-2.906-1.968-3.47.406c-60.5 7.144-128.014-12.125-186.56-44.968v185.22l118.905-.002c-2.954-8.158-2.075-17.375 2.626-24.906-18.91 7.375-41.197 3.46-56.47-11.812-20.595-20.597-20.595-53.997 0-74.594 10.3-10.298 23.785-15.438 37.283-15.438 13.496 0 26.982 5.14 37.28 15.438 20.2 20.2 20.575 52.7 1.156 73.375 8.9-1.583 18.404 1.03 25.28 7.906 8.12 8.12 10.332 19.903 6.658 30.033h302.53V263.25zm-207.688 8.375c28.617 0 51.313 22.084 51.313 49.094 0 .256-.033 1.02-1.875 2.78-1.842 1.76-5.337 3.965-10.063 5.875-9.45 3.82-23.653 6.53-39.375 6.53-15.72 0-29.956-2.71-39.406-6.53-4.724-1.91-8.188-4.115-10.03-5.875-1.842-1.76-1.906-2.524-1.906-2.78 0-9.827 3.014-18.993 8.22-26.69 4.427 5.18 12.748 8.69 22.28 8.69 14.18 0 25.656-7.73 25.656-17.25 0-5.527-3.887-10.44-9.906-13.595 1.678-.157 3.37-.25 5.094-.25zm131.47 107.688c8.272 0 16.53 3.157 22.843 9.468 12.623 12.625 12.623 33.097 0 45.72-12.623 12.623-33.064 12.623-45.688 0-12.623-12.623-12.623-33.095 0-45.72 6.312-6.31 14.572-9.467 22.844-9.467zm-200.032 28.75c5.92 0 11.828 2.265 16.344 6.78 9.03 9.033 9.03 23.656 0 32.688-9.033 9.033-23.688 9.033-32.72 0-9.032-9.03-9.032-23.654 0-32.686 4.516-4.516 10.456-6.78 16.375-6.78z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bolas tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M213.43 21.54c-46.155.27-91.59 9.917-126.184 27.747 35.44-4.564 67.766-4.785 96.442-1.312-14.38 5.39-28.077 12.13-40.72 20.013 45.897-11.947 96.025-13.915 138.58-4.474-39.536 4.256-73.158 12.716-100.536 24.37 70.373-10.442 131.843 17.4 167.558 73.458 6.998-9.104 15.812-17.02 26.29-23.135 13.58-7.923 28.375-11.89 43.064-12.26 2.498-.063 4.993-.008 7.478.135-24.215-41.376-57.388-67.313-93.865-80.943-19.67-8.972-41.355-15.86-64.205-19.525l.004-.015c-17.675-2.837-35.846-4.167-53.906-4.06zM420.912 144.49c-.8-.005-1.6.004-2.4.026-11.645.32-23.394 3.506-34.233 9.83-20.347 11.87-32.83 32.164-35.635 54.002 2.672-.85 5.51-1.31 8.447-1.31 15.503 0 28.27 12.77 28.27 28.273 0 13.33-9.44 24.63-21.94 27.54 21.866 28.454 61.394 36.848 93.125 18.334 34.684-20.236 46.558-64.938 26.494-100.058-13.363-23.393-37.35-36.482-62.128-36.638zm-63.82 81.238c-1.88 0-3.6.52-5.057 1.41l-30.672 10.604 6.037 17.686 30.592-10.578c4.96-.436 8.682-4.44 8.682-9.54 0-5.402-4.18-9.582-9.582-9.582zm-53.39 18.122l-36.835 12.736 6.037 17.687 36.834-12.738-6.037-17.685zM91.005 259.385c-.8-.005-1.6.003-2.4.025-11.646.32-23.394 3.504-34.233 9.828-34.684 20.237-46.558 64.94-26.494 100.06 10.792 18.892 28.517 31.05 47.99 35.114 17.308 17.118 36.44 31.05 56.63 42.098 20.84 14.38 43.545 22.827 66.818 26.23-30.582-20.555-50.59-46.054-52.867-69.185 53.748 60.732 145.74 81.982 216.568 61.55 32.046-11.658 57.986-29.305 73.025-51.087-61.803 27.515-125.787 31.27-181.826 16.44 19.368-5.92 36.6-13.626 51.6-22.862-58.266 9.763-109.74-12.115-144.66-59.055 3.792-17.256 1.442-35.952-8.022-52.52-13.364-23.39-37.35-36.48-62.13-36.635zm158.197 3.31l-34.383 11.89 6.037 17.686 34.383-11.887-6.037-17.688zM197.16 280.69l-26.17 9.05c2.952 5.635 5.264 11.454 6.96 17.37l25.247-8.73-6.037-17.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-bolt-saw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M118.262 17.338l-.004.002 14.6 33.287L34.74 64.645l46.723 45.552L14.3 183.783l43.804 16.936-9.344 105.706 48.474-8.176 51.393 121.475 26.28-29.786 95.197 94.61 2.335-36.208 112.714 44.967-19.27-43.218 104.538-15.184-42.633-40.883 66.577-72.418-50.224-19.27 8.76-106.876-52.56 8.76L348.946 81.58l-25.695 29.785-89.354-88.77-2.337 39.714-113.298-44.97zm144.8 100.435l52.75 54.9 10.428-26.282 25.125 84.682 19.008-13.43-14.63 63.073 35.02-2.336-50.077 50.225 36.066 17.518.006-.002-.002.005-.004-.002-63.086 14.6 17.443 24.53-79.653-25.698 4.516 32.123-51.422-53.147-11.575 28.618-24.38-82.93-26.116 18.688 17.448-74.754-37.942 2.336 49.354-49.64-35.043-16.938 72.998-16.935-19.215-26.866 76.87 25.113-3.89-27.45zm-23.345 95.846c-14.81 0-18.424 16.9-8.074 37.75 10.35 20.848 30.742 37.747 45.55 37.747 14.81 0 18.424-16.9 8.075-37.748-10.35-20.85-30.742-37.75-45.55-37.75z"/></svg>
<svg class="tc-image-originals-bolt-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M104.53 75.188l.064 11.75C105.387 196.84 154.647 306.933 252 401l6.5 6.28L265 401c96.765-93.853 146.975-204.032 147.844-314.063l.094-11.718-11.47 2.53c-80.262 17.713-205.254 17.923-285.468 0l-11.47-2.563zm33.907 32.468l11.438 2.563c60.965 13.62 156.674 13.463 217.688 0l11.468-2.532-.092 11.718c-.67 84.917-39.46 169.857-113.907 242.063l-6.467 6.28-6.5-6.28C177.16 289.095 139.113 204.213 138.5 119.405l-.063-11.75zm221.407 22.97c-60.417 11.242-141.785 11.386-202.25.03 3.59 73.105 36.766 146.23 100.937 210.844 63.845-64.506 97.625-137.755 101.314-210.875zm-340.22 136.5L123 433.468l17.906-51.314 96.188 88.156L133.72 303.97l-17.907 51.31-96.188-88.155zm470.532 0l-96.22 88.155-17.873-51.31L272.656 470.31l96.188-88.156 17.906 51.313 103.406-166.345z" fill="#fff"/></svg>
<svg class="tc-image-originals-bolter-gun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M406.125 71.563v28.812h-285.25L68.312 153.5v76.97L22 403.312l94.438 25.312 12.062-45.03-37.125-9.97 26.844-59h148.936v.094h174.53l.002-214.345h-16.875V71.562h-18.688zm54.25 55.968v52.814h34.156V127.53h-34.155zm-161.406 8.064h108.81v32.97H298.97v-32.97zM152.75 238.78h25.438l34.187 41.345 6.125-41.344h48.656v57.157H126.75l26-57.156zm143.72 94.47v38.938h114.155V333.25h-17.063v23.53h-18.687v-23.53h-42.28v23.53h-18.69v-23.53H296.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-bomber tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M220.3 22.738S90.967 121.512 87.466 156.875c-2.045 20.625 15.52 99.266 15.52 99.266s-17.602 39.467-33.96 79.432C59.515 358.81 51 434.418 51 434.418s75.3-8.543 98.44-18.092c39.8-16.428 79.11-34.11 79.11-34.11s78.57 18.053 99.235 15.966C363 394.622 461 264.424 461 264.424L220.3 22.738zm87.993 19.094l-18.39 18.473 14.71 14.77 18.397-18.468-14.717-14.775zm114.023 3.71L348.762 119.4l14.71 14.774 73.56-73.856-14.716-14.777zm-66.203 7.38l-36.775 36.935 14.71 14.772 36.784-36.933-14.72-14.775zm58.85 59.098l-36.772 36.927 14.708 14.776 36.782-36.93-14.717-14.773zm11.043 48.01l-18.387 18.468 14.706 14.773 18.395-18.467-14.714-14.774zM176.502 287.987c5.502.13 10.354 1.896 13.89 5.446 10.288 10.33 5.537 31.85-10.61 48.068-16.147 16.21-37.578 20.982-47.864 10.656-10.29-10.334-5.536-31.853 10.613-48.066 10.597-10.64 23.468-16.353 33.972-16.104zm57.076 104.024c-4.956-.228-11.433 5.645-15.42 14.416-4.557 10.023-4.135 20.03.94 22.357 5.073 2.324 12.88-3.912 17.437-13.935 4.556-10.022 4.136-20.032-.937-22.358-.635-.29-1.312-.448-2.02-.48zm22.506 41.355c-4.955-.226-11.432 5.647-15.418 14.416-4.558 10.023-4.137 20.033.936 22.36 5.075 2.324 12.883-3.915 17.44-13.936 4.555-10.023 4.134-20.037-.94-22.36-.635-.292-1.31-.448-2.018-.48zM295.027 452c-4.955-.227-11.43 5.646-15.42 14.416-4.556 10.022-4.135 20.033.94 22.36 5.073 2.324 12.882-3.916 17.437-13.938 4.557-10.022 4.136-20.032-.937-22.358-.634-.29-1.312-.448-2.02-.48z"/></svg>
<svg class="tc-image-originals-bombing-run tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M288.625 19.625C252.95 45.54 233.16 81.95 226.655 126.938l41.095 23.687c9.348-5.82 17.33-12.415 24.22-19.656 4.383 22.757 20.633 45.578 39.874 56.686l65.5 37.813c24.465 14.124 54.433 9.697 73.812-8.907l7.97 4.593 17.312-30-7.938-4.594c6.426-26.087-4.752-54.28-29.22-68.406l-65.5-37.812c-19.76-11.41-48.63-13.89-70.78-5.53 2.947-10.077 5.108-20.605 6.688-31.47l-41.063-23.72zm12.313 174.97c-49.957 19.17-84.558 55.62-106.313 106.31l40.688 40.72c12.79-3.888 24.24-9.11 34.593-15.438-2 28.05 9.847 59.878 28.906 78.938l64.907 64.906c24.242 24.245 60.782 28.477 89.342 12.75l7.875 7.876 29.72-29.72-7.844-7.873c15.736-28.564 11.465-65.097-12.782-89.344l-64.905-64.908c-19.58-19.58-52.628-31.56-81.22-28.718 6.62-10.884 12.457-22.543 17.72-34.78l-40.688-40.72zm-182.157.655c-35.453-.015-68.357 12.318-99 35.22l12.72 47.468c11.113 2.584 21.805 3.602 32.156 3.343-13.452 19.88-18.267 48.465-12.312 70.69l20.28 75.686c7.576 28.27 32.77 46.972 60.595 47.53l2.468 9.19 34.656-9.282-2.47-9.188c23.81-14.4 36.262-43.205 28.69-71.47l-20.25-75.686c-6.117-22.822-25.445-45.77-47.783-55.875 9.534-5.22 18.83-11.36 27.94-18.156l-12.72-47.44c-8.458-1.34-16.787-2.027-24.97-2.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-bone-gnawer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.406 25.25c-53.57 0-90.066 33.57-115.156 81.75-23.194 44.54-34.806 100.79-37.063 148.22 26.123 2.757 45.766 14.07 58.126 29.936 12.692 16.293 17.88 36.347 18.468 55.72 9.407 5.46 19.76 10.03 30.69 13.062h.03c14.85 4.12 30.2 6.435 45.656 6.437 15.73.002 31.35-1.854 45.188-5.844 7.06-2.034 13.7-5.864 20.75-10.124.093-20.396 6.206-41.224 19.406-58 12.854-16.336 32.718-28.246 58.063-31.156-.64-49.996-10.638-106.593-32.5-150.625C343.568 57.31 308.635 25.25 255.406 25.25zM193.25 143.063c17.563-.287 33.737 10.977 39.094 28.343-28.23 12.215-48.326 30.26-54.688 48.344-10.918-4.715-19.433-13.754-22.75-26.094-5.765-21.452 6.984-43.44 28.5-49.187 3.286-.88 6.592-1.355 9.844-1.407zm121.656 0c.546-.014 1.108-.01 1.656 0 3.253.052 6.558.528 9.844 1.406 21.516 5.745 34.266 27.734 28.5 49.186-3.315 12.34-11.832 21.38-22.75 26.094-6.36-18.085-26.458-36.13-54.687-48.344 5.188-16.823 20.515-27.927 37.436-28.344zm-61.094 65.718c14.73 0 24.193 78.65 31.97 117.97-13.414-4.58-26.956-12.172-31.5-33.78-4.55 21.633-16.33 28.29-32.407 33.78 5.754-39.32 17.235-117.97 31.938-117.97zM46.375 331.407C9.583 331.053 3.903 395.39 66.78 406.28c-72.944 1.354-52.437 85.506 0 61.908 47.74-21.483 90.994-35.076 133-41.344l11.407-24.438 10.188 21.844c7.45-.672 14.887-1.132 22.313-1.344l9.562-20.5 9.563 20.47c7.28.174 14.584.58 21.906 1.187l10.092-21.657 11.188 24c45.318 6.223 92.342 20.365 145.094 41.78 49.435 20.07 62.43-57.17 0-59.873 60.048-6.45 42.832-88.05 0-71.032-45.525 18.088-85.473 32.16-122.844 40.97l-11 23.563-8.656-19.407c-8.595 1.626-17.09 2.993-25.5 4l-9.313 19.97-8.56-18.313c-7.857.517-15.662.704-23.47.625l-8.25 17.687-8.53-18.313c-9.46-.633-18.937-1.703-28.5-3.28l-7.94 17.03-9.56-20.468c-34.953-7.84-71.42-22.163-112.19-44.063-7.52-4.04-14.385-5.816-20.405-5.874zm273.813 118.25c-45.352 13.05-91.374 15.045-137.22.594v32.438c45.794 14.123 91.237 13.55 137.22-.063v-32.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-bone-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M81.875 17.375c-6.078.165-12.153 2.38-17.094 6.688-9.804 8.546-11.978 22.59-5.936 33.53-10.02-7.47-24.227-7.263-34.032 1.282-11.293 9.843-12.472 26.992-2.625 38.28 6.045 6.93 14.84 10.06 23.344 9.157l63.19-54.406c2.403-8.518.597-18.05-5.657-25.218-5.54-6.35-13.373-9.525-21.188-9.313zM110.22 75.25L71.624 108.5c5.35 3.492 10.94 7.496 16.656 11.97l33.626-20.94c-4.268-7.612-8.187-15.678-11.687-24.28zm21.53 40.156l-28.344 17.688c6.735 5.947 13.518 12.4 20.22 19.187l21.624-19.25c-.196-.126-.398-.246-.594-.374-4.53-5.505-8.826-11.246-12.906-17.25zm30.344 27.625l-29.22 26.032c5.28 11.427 9.843 22.932 12.69 33.938l43.874-46.97c-9.375-3.84-18.516-8.185-27.344-13zm46.344 20l-59.75 64c-.29 31.004 20.253 46.52 34.156 46.75 7.01.117 12.22-2.365 15.812-10.25 3.592-7.883 4.758-22.46-2.03-44.592l-6.095-19.875 18.907 8.625c30.374 13.842 47.987 4.07 52.532-5.75 2.27-4.91 2.154-10.26-2.064-16.25-4.218-5.992-13.203-12.525-29.094-16.313-7.53-1.796-14.994-3.922-22.375-6.344zm45.375 67.47c-9.954 3.04-21.965 3.365-35.125.125 2.97 16.655 1.766 30.126-3.032 40.656-.087.193-.19.374-.28.564 29.997 31.006 42.134 75.278 21.186 116.875 38.333 69.668 145.578 127.334 256.844 96.217-180.024-73.33-116.315-159.68-239.594-254.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-book-aura tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M105.063 18.03c71.2 31.42 129.344 86.117 152.5 155.75 23.155-69.633 78.953-124.33 150.03-155.75h-36.156c-53.802 15.416-89.834 45.46-107.25 92 2.238-52.074 18.275-78.34 40.25-92H203.094c21.98 13.66 38.044 39.926 40.28 92-17.415-46.54-53.446-76.584-107.25-92h-31.06zm386.968 4.157c-16.65 228.426-81.874 410.467-209.06 398.907 41.547 39.438 83.78 62.385 122.342 72.22l86.72-.002v-32.968c-27.303 13.718-52.895 14.545-130.938-13.438 68.627.614 101.042-14.37 130.937-51.656v-46.063c-20.77 32.913-58.994 60.416-130.936 75.438 64.71-34.947 107.585-89.884 130.937-180.844V22.188zM18.69 71.344V255.47c23.96 84.017 65.86 135.732 127.75 169.155-68.45-14.292-106.347-39.89-127.75-70.688v45.125c29.053 34.484 61.523 48.437 127.75 47.844-75.03 26.903-101.557 27.177-127.75 14.97v31.437h82.28c38.562-9.834 80.796-32.78 122.344-72.22-117.915 10.718-182.556-144.97-204.625-349.75zm113.687 82.406v176.28l4.875 2.658 112.063 60.875 4.468 2.406 4.44-2.408 112.06-60.875 4.908-2.656V153.75H356.5v165.188l-102.75 55.78-102.688-55.78V153.75h-18.687zm37.53.188v151.406l73.532 41.437V198.5l-73.53-44.563zm167.72 0l-75.5 45.78v148.188l75.5-42.562V153.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-book-cover tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M102.53 26.063l90 345.75 289.22 23.25-90.03-345.72-289.19-23.28zm-18.968 1.406c-30.44 11.894-55.62 53.07-49.687 75.28l3.25 11.813c.654-1.722 1.345-3.44 2.063-5.157C49.102 85.688 65.734 62.636 89.56 50.5l-6-23.03zM94.44 69.187c-16.66 10.016-29.916 28.1-38 47.437-5.2 12.44-8 25.417-8.75 36.25v.03L112.56 388.5c.305-.572.593-1.148.907-1.72 10.585-19.223 27.804-37.623 51.06-48.405L94.438 69.187zM154 107.968l239.78 16.188-1.28 18.625-239.75-16.155L154 107.97zm46.03 34.407l5.657 8.875 14.188 22.313 39.03-15.25 7.595-2.938 3.97 7.094 16.28 29.124 4.313 7.72-7.438 4.717c-10.267 6.524-17.392 12.284-21.75 16.782-3.03 3.13-4.247 5.232-4.906 6.594 1.38.303 3.433.577 6.624.28 18.268-1.69 56.285-19.964 79-61.592l5.47-10.03 8.748 7.374 46 38.812 11.532 9.72-13.844 6-33.28 14.374c5.447 4.925 11.436 5.916 18.436 5.406 9.95-.724 21.427-6.07 29.125-11.063l10.158 15.657c-9.41 6.1-22.867 12.934-37.938 14.03-15.07 1.098-32.27-5.296-42.594-23.155l-5.25-9.095 9.625-4.156 30.44-13.157-26.033-22c-25.716 40.294-62.68 59.168-87.843 61.5-6.78.628-12.945.26-18.594-2.688-5.65-2.95-9.984-10.6-9-17.406.984-6.806 4.838-12.4 10.688-18.44 4.385-4.526 10.612-9.367 17.875-14.436l-8.188-14.656L219.5 193.75l-7.156 2.78-4.125-6.468L196 170.875c-6.308 7.158-9.485 14.528-9 21.406.654 9.28 7.854 21.054 30.594 33.69l-9.094 16.343c-25.688-14.273-38.877-31.016-40.125-48.72-1.248-17.703 9.393-33.013 23.5-44.562l8.156-6.655zm-5.968 118.188l239.782 16.156-1.25 18.655-239.78-16.188 1.25-18.625zm-24.75 96.25c-17.637 9.072-31.065 23.708-39.468 38.968-4.49 8.153-7.307 16.452-8.72 23.876l11.626 42.156 1.688.157c-3.824-27.514 11.358-60.383 41.187-80.97l-6.313-24.188zm26.22 34c-32.403 17.28-46.273 52.303-41.657 72.78l289.78 24.532c-5.298-7.743-8.625-17.827-8.592-28.313l-22.47-9.03 46.626-7.313-13.69-13.064c5.552-6.838 13.54-12.915 24.47-17.53l-274.47-22.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-book-storm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.313 29.844c-16.47-.022-32.95 2.724-49.282 8.343l5.69 16.563L17.53 123l6.19 17.656L231.405 68.03l-5.562-15.905c19.548-4.75 38.93-4.86 58.5-.5l-5.72 16.406 207.688 72.626L492.47 123 299.624 55.562l5.906-17.374c-16.29-5.517-32.75-8.322-49.217-8.344zm-.657 49.593L46.25 152.844l42.406 29.53c70.69-11.9 160.54 31.24 166.906-90.25 2.175 32.524 10.254 53.188 22.282 66.282 6.658 7.576 14.5 12.432 23.687 15.688.04.015.086.016.126.03.216.077.44.145.656.22 33.978 12.23 80.744 1.187 121.344 8.03l41.406-29.155-209.406-73.782zm.47 81.032c-.263.413-.516.842-.782 1.25-12.194 18.6-29.79 28.466-48.656 33.03-3.486.843-7.013 1.528-10.594 2.094l41.437 74.094-67.25 16.78 31.345 61.594-61.813-54L283.938 496.75l-61.875-143.625 52.438 69.5L235.03 320l58.5-10.094-17.092-52.75 93.468 141.28-81.47-196.748 56.845 83.406L323 197.75c-5.9-.68-11.71-1.63-17.375-3-18.865-4.564-36.494-14.43-48.688-33.03-.27-.413-.548-.832-.812-1.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bookmark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M161.22 19.563l-2.5 5.375-106.44 225.5-1 2.093c-24.493 28.208-34.917 58.587-33.593 88.19 1.38 30.852 15.12 60.388 36.376 86.81l2.812 3.5h49.72c4.817-3.836 8.93-7.817 12.405-12.03 1.758-2.132 3.38-4.358 4.875-6.656H65.97c-17.813-23.187-28.526-47.848-29.626-72.438-1.123-25.11 7.337-50.594 29.937-76.125H498.157l-5.25-12.874-91.844-225.5-2.375-5.843H161.22zm11.843 18.687h177.343l52.656 41.594 38.407 94.28-58.845 70.94H75.47L173.062 38.25zM75.156 282.625c-15.31 18.98-20.975 37.778-20.125 56.438.84 18.398 8.276 36.95 20.5 54.468h57.19c4.392-13.517 6.344-29.847 6.78-50.436h-16.188v-18.688h16.313v-.187h115.749v.186h17.156v18.688h-17.25c-.287 17.8-1.447 34.638-4 50.437h221.626c-9.034-36.872-9.112-74.006-.03-110.905H75.155zm83 60.28c-.77 37.698-6.46 65.83-24.72 87.97-14.595 17.7-36.19 30.747-67.28 42.813 8.69 1.658 17.214 3.225 26.53 5.25 14.048 3.052 27.912 6.338 39.033 9.25 5.56 1.455 10.44 2.826 14.374 4.062 1.94.61 3.533 1.074 5.03 1.625 35.245-13.464 55.78-32.897 68.345-58.72 11.944-24.55 16.287-55.713 16.936-92.25h-78.25zm89.25 69.44c-1.632 6.425-3.532 12.668-5.812 18.686h257.03v-18.686H247.407z" fill="#fff"/></svg>
<svg class="tc-image-originals-bookmarklet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M57.594 43v242.563l80 30.53V292c-22.504-3.217-45.065-8.633-62.53-26.844l13.5-12.937c12.15 12.667 29.032 17.263 48.28 20.374L110.656 55.03C93.3 51.725 75.492 48.1 57.594 43zm397.125.03c-65.178 17.392-138.354.102-191.22 70.814v208.812c19.795-29.15 45.443-40.866 70.72-46.53 33.914-7.603 66.18-7.163 91.5-27.626l11.75 14.53c-31.256 25.263-68.25 24.386-99.158 31.314-29.295 6.566-53.978 17.63-72.25 63.187l188.657-71.967V43.03zM128.81 49.28l27.407 228.157.06.563V494.906l19.94-39.28 20.468 38.155V296.814L168.563 57.5l-39.75-8.22zm60.47 24.25l25.593 217.782c4.175 2.3 8.258 4.96 12.188 8.063 6.452 5.097 12.412 11.36 17.75 18.97V109.5c-15.496-17.475-34.402-28.327-55.532-35.97zM20.5 74.376v239.813l6.125 2.25 110.97 40.78v-19.906l-98.407-36.156V74.376H20.5zm452.594.03v226.75l-216.938 79.69-40.78-14.97v38.28c23.21 8.03 58.078 6.813 86.25-2.53v-17.563l184.03-67.625 6.125-2.25V74.407h-18.686zm-257.72 239.532v31.813l27.564 10.53c-7.04-20.847-16.565-33.66-27.438-42.25-.04-.03-.084-.06-.125-.092z" fill="#fff"/></svg>
<svg class="tc-image-originals-bookshelf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 57v430h78V57h-78zM25 105v190h46V105H25zm158 23h18v320h-18V128zm128.725 7.69l-45.276 8.124 61.825 344.497 45.276-8.124-61.825-344.497zM89 153v270h62V153H89zm281.502 28.68l-27.594 11.773 5.494 12.877 27.594-11.773-5.494-12.877zm12.56 29.433l-27.597 11.772 5.494 12.877 27.593-11.772-5.492-12.877zm12.555 29.434l-27.594 11.77 99.674 233.628 27.594-11.773-99.673-233.625zM25 313v30h46v-30H25zm190 7h18v128h-18V320zM25 361v126h46V361H25zm64 80v46h62v-46H89z"/></svg>
<svg class="tc-image-originals-boomerang tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M444.824 74.726C413.17 41.73 286.208 42.686 184.298 60.023l6.463 70.695c59.96-4.478 124.03-3.225 160.113 33.527 34.967 37.816 33.125 101.87 25.757 161.544l70.3 9.868c22.24-100.955 29.322-227.723-2.106-260.932zM164.077 63.752c-5.497 1.092-10.92 2.236-16.186 3.42l6.106 66.803c5.36-.526 10.806-1.05 16.332-1.56l-6.25-68.663zM442.23 355.675l-68.283-9.56c-.776 5.496-1.562 10.91-2.346 16.24l66.43 9.322c1.44-5.204 2.843-10.564 4.2-16.002zM127.81 72.07c-48.305 12.787-81.697 29.542-79.757 47.244 2.445 22.298 38.3 21.037 85.574 16.623L127.81 72.07zM432.17 391.5l-63.512-8.896c-6.69 47.005-9.682 82.76 12.472 86.277 17.588 2.794 35.935-29.75 51.04-77.38z" fill="#fff"/></svg>
<svg class="tc-image-originals-boomerang-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M215.2 24.13c-.505.02-1.22.143-2.165.378h-.002c-20.152 5-132.385 52.22-134.738 94.728-2.353 42.51 81.636 64.576 125.324 75.315 43.687 10.74 60.602-8.53 49.423-32.36-11.18-23.83-84.137-28.537-94.14-62.958-9.532-32.807 66.59-75.5 56.298-75.1zm87.593 10.12c-5.402.094-10.28 1.096-14.447 3.203v-.002c-38.1 19.27-15.002 102.82-2.352 145.92 12.65 43.1 37.95 47.953 52.953 26.478s-17.8-86.492 7.06-112.38c24.86-25.887 106.792 23.83 92.378 8.827-12.838-13.362-91.602-72.812-135.592-72.045zm143.68 138.74c-35.658.516-83.103 48.973-109.29 76.278-31.04 32.36-22.655 56.044 3.528 58.25 26.184 2.205 66.342-58.103 101.202-49.424 34.86 8.68 32.51 104.143 38.244 84.136 5.736-20.005 20.444-140.91-15.297-164.156-5.586-3.63-11.784-5.18-18.387-5.084zm-415.54 2.336c-.443.013-.92.873-1.472 2.748-5.884 20.004-21.034 140.77 14.71 164.158 35.744 23.39 97.082-38.244 128.266-70.605 31.183-32.36 22.653-56.483-3.53-58.838-26.182-2.356-66.34 58.102-101.2 49.423-31.594-7.865-32.503-87.007-36.774-86.887zm223.71 44.438c-22.517 0-40.77 18.232-40.77 40.722 0 22.49 18.253 40.72 40.77 40.72 22.516 0 40.77-18.23 40.77-40.72s-18.254-40.722-40.77-40.722zm-64.108 78.61c-7.227.118-14.24 4.564-19.865 12.673-15.003 21.623 17.36 86.64-7.65 112.38-25.006 25.742-106.79-24.418-92.375-9.413 14.414 15.005 111.938 88.697 150.037 69.43 38.098-19.27 14.858-103.41 2.353-146.508-7.815-26.938-20.455-38.76-32.5-38.563zm93.24 24.34c-27.113-.31-36.284 16.04-27.2 35.403 11.18 23.83 83.696 28.39 93.552 62.957 9.856 34.567-74.283 80.314-54.13 75.313 20.15-5 132.384-52.66 134.737-95.317 2.353-42.656-81.785-64.574-125.326-75.312-8.164-2.014-15.376-2.974-21.633-3.045z"/></svg>
<svg class="tc-image-originals-boot-prints tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M111.512 21.176c-6.65.088-13.7 1.088-21.162 3.088-87.625 23.48-77.956 222.752-9.297 310.984l.002-.002 99.513-26.664c-3.273-35.578.003-76.04 19.313-113.947 2.605-89.97-24.095-174.31-88.368-173.46zm294.38 0c-64.273-.852-90.972 83.488-88.37 173.46 19.31 37.905 22.587 78.368 19.314 113.946l99.514 26.664.002.002c68.658-88.232 78.327-287.505-9.297-310.984-7.463-2-14.513-3-21.162-3.088zM188.878 350.06l-101.26 27.13c5.495 191.896 200.51 104.13 101.26-27.13zm139.65 0c-99.25 131.26 95.767 219.026 101.262 27.13l-101.263-27.13z" fill="#fff"/></svg>
<svg class="tc-image-originals-boot-stomp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M216.012 36.703c-6.348.01-13.056.447-20.006 1.32-34.6 4.347-75.144 19.348-107.408 47.303l33.47 190.197.33 10.1c42.262 15.79 100.808 24.565 152.873 24.272 27.192-.154 52.657-2.762 72.982-7.8 20.325-5.04 35.188-12.803 41.803-20.917l.433.353c-14.317-48.847-60.635-88.597-135.474-56.27-12.09 5.612-24.333 12.902-36.332 21.685 11.24-16.29 23.786-29.055 36.76-38.453l.013-.12-27.066-14.183-35.343 25-10.793-15.256L209.8 184.45l-27.5-14.41 8.67-16.554 35.964 18.842 34.57-24.457 1.62-16.186-30.2-17.918-35.16 22.433-10.05-15.757 27.208-17.36-27.97-16.595 9.538-16.072 36.08 21.408 37.088-23.664c1.453-20.61-21.48-31.51-53.646-31.457zm51.082 55.262l-16.522 10.54 14.602 8.665 1.92-19.205zm-8.053 80.54l-13.517 9.563 11.936 6.254 1.58-15.816zm135.57 129.91c-10.84 8.135-25.243 13.7-41.86 17.82-22.375 5.546-49.07 8.188-77.373 8.347-21.232.12-43.344-1.15-65.117-3.76l12.463 22.137c80.16 9.438 141.51-1.205 172.035-21.796.718-7.44.658-15.098-.15-22.75zm-271.553 3.312l.996 30.464 58.595 8.456 9.58-22.312c-24.54-3.827-48.202-9.383-69.17-16.607zm-33.13 21.56c-2.51.75-4.906 1.515-7.175 2.3H35.236l24.928 11.085-44.28 25.63 45.677-4.822c2.33 1.773 5.212 3.498 8.62 5.166l-29.19 44.532 64.785-32.977c4.21.968 8.64 1.892 13.27 2.773l-10.733 66.783 61.413-59.744c5.432.527 10.985 1.008 16.67 1.435l11.673 77.528 50.93-75.073c2.03.013 4.05.034 6.096.034 2.436 0 4.85-.022 7.265-.04l56.216 76.782 6.903-79.364c5.663-.437 11.218-.92 16.625-1.457l60.782 59.9-10.762-66.976c4.528-.872 8.86-1.787 12.98-2.743l65.102 33.14-29.437-44.913c3.135-1.58 5.808-3.21 7.984-4.88l46.562 4.915-44.253-25.613 24.966-11.1h-48.592c-2.223-.77-4.564-1.52-7.016-2.253 5.408 3.254 8.34 6.724 8.34 10.326 0 18.587-77.737 33.652-173.627 33.652-95.89 0-173.627-15.065-173.627-33.652 0-3.62 2.96-7.105 8.418-10.373z" fill="#fff"/></svg>
<svg class="tc-image-originals-boots tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M334.5 85.22c-31.403.523-69.44 13.372-100.563 42.81l17.594 215.407-6.468 77.657h58.125l15.282-37.72 21.124 37.72h151.53c7.896-58.587-44.23-130.167-74.53-130.375l-16.53 1.124c-36.103 7.265-49.647 27.03-66.314 49.78l-4.28 5.845-6.72-2.69-13.03-5.25-14.283 36.595-17.406-6.78 14.376-36.783-11.906-4.78-8.563-3.438 3.313-8.594c7.98-20.727 20.735-40.35 38.906-54.156 14.907-11.326 33.593-18.483 55.156-18.688 1.438-.013 2.88.014 4.344.063 1.917.063 3.856.167 5.813.343l2.5-18.157c-26.083-16.097-67.526-14.873-103.72-.72l-6.78-17.405c20.11-7.864 41.785-12.5 62.655-12.56 17.98-.054 35.357 3.307 50.563 10.874l5.593-40.656c-31.286-27.418-77.42-24.612-119.374-.594l-9.28-16.22c23.566-13.49 49.485-21.265 74.312-21.31 20.46-.04 40.183 5.176 57.28 16.78l2.188-15.844c.354-1.526.61-3.013.78-4.47.002-.02 0-.04.002-.06.357-10.548-4.066-18.356-12.938-25-9.483-7.103-24.383-11.937-42.03-12.657-2.207-.09-4.44-.132-6.72-.094zm-194.406 77.31c-.838.01-1.678.03-2.5.064-13.162.537-24.16 4.175-30.938 9.25-6.776 5.075-9.702 10.64-8.937 18.844l-.595.062c.132 1.234.324 2.514.625 3.813l2.313 16.718c10.807-7.494 23.1-11.163 35.53-11.093 17.786.102 35.61 7.284 51.782 19.25l-11.094 15c-13.73-10.16-28.064-15.49-40.81-15.562-11.988-.068-22.776 4.042-32.407 14.344l4.406 31.843c8.974-4.182 18.787-6.078 28.843-6.063 14.792.022 30.092 4.157 44 11.188l-8.438 16.687c-21.797-11.02-45.487-12.505-61.688-2l2.032 14.72c.837-.03 1.677-.058 2.5-.064 14.633-.1 27.16 4.06 37.343 11.25 14.48 10.227 24.226 25.514 32.625 41.595l4.28 8.25-8.218 4.344-8.47 4.467L186 394.875l-16.438 8.875-13.812-25.594-9.156 4.844-6.344 3.344-4.875-5.25c-16.32-17.62-29.136-32.608-60.406-35.188l-9-.75c-32.087 15.312-47.556 38.284-42.44 76.25h190.44l-5.095-59.687-.03-.064 13.593-162.625c-24.97-26.094-56.98-36.796-82.344-36.5zm229.344 99.032c-17.593.075-31.926 5.756-43.97 14.907-12.36 9.39-22.03 22.778-29 37.592l26.657 10.72c14.056-18.898 30.816-38.795 61.813-48.344l-8.032-14.47c-1.3-.105-2.638-.295-3.906-.343-1.202-.045-2.39-.067-3.563-.063zM116.594 318c-4.288-.028-9.038.543-14.28 1.625l-9 10.656c23.388 6.11 38.254 19.727 50.75 32.94l10.655-5.626 8.843-4.688c-6.628-11.382-13.846-20.917-22.282-26.875-6.494-4.586-13.685-7.535-22.874-7.967-.593-.028-1.2-.06-1.812-.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-bordered-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M50.807 26.285c-1.105 42.86 2.978 85.91 11.98 128.55l50.606-11.388c-2.658-19.543-4.11-39.265-3.6-59.002l.236-9.103h49.402V26.285H50.807zm306.607 0v49.057h45.904l.23 9.107c.498 19.563-.492 39.338-3.058 59l50.086 11.34c9.048-42.643 13.05-85.63 11.96-128.505H357.415zm-131.65 1.354v45.786h65.056V27.64h-65.056zM178.12 43.335V94.03H128.48c.084 18.322 1.696 36.784 4.56 55.216l1.34 8.633-50.216 11.298c3.15 13.61 6.88 27.174 11.172 40.677l41.1-6.197 50.804 107.07-31.744 28.473c7.095 11.418 14.626 22.74 22.615 33.952l42.496-31.466 5.634 6.912c9.656 11.84 19.914 23.57 30.766 34.93 10.873-11.26 21.116-22.59 30.664-34.335l5.625-6.922 41.82 30.886c8.05-11.315 15.64-22.748 22.788-34.277l-31.383-28.15 50.803-107.072 40.627 6.127c4.308-13.503 8.054-27.07 11.22-40.68l-49.636-11.24 1.347-8.627c2.855-18.264 4.06-36.774 4.023-55.207h-46.183V43.337h-29.22v48.78h-102.43v-48.78h-28.958zm-13.915 79.252h185.41l.22 9.12c1.746 73.04-27.91 137.976-86.116 199.905l-6.798 7.23-6.81-7.216c-58.558-62.066-87.895-126.956-86.128-199.92l.22-9.12zm18.48 18.69c.818 61.19 25.098 115.615 74.213 170.062 48.85-54.348 73.37-108.852 74.23-170.063H182.685zm-57.18 82.93l-54.216 8.173 52.335 110.306 40.752-36.553-38.873-81.926zm262.76 0l-38.874 81.925 40.753 36.553L442.48 232.38l-54.216-8.173zM217.52 367.227l-42.704 31.62c23.914 32.71 51.31 64.504 82.15 95.236 30.733-30.743 57.7-62.44 81.548-95.19l-42.15-31.128c-10.264 12.222-20.992 24.175-32.792 35.978l-6.597 6.598-6.608-6.586c-11.93-11.89-22.64-24.246-32.846-36.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-boss-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.015 20.5L242.74 60.324c4.35-.543 8.78-.824 13.275-.824 4.495 0 8.926.28 13.275.824L256.015 20.5zM148.68 28.072C55.504 47.13-4.34 183.455 158.426 200.892c-4.778-11.793-7.41-24.65-7.41-38.11 0-15.162 3.337-29.562 9.322-42.534-56.593-23.726-61.02-55.15-11.656-92.176zm214.638 0c49.358 37.02 44.94 68.44-11.63 92.164 5.988 12.976 9.327 27.38 9.327 42.545 0 13.46-2.63 26.316-7.408 38.11 162.726-17.453 102.883-153.76 9.71-172.818zM256.015 77.5c-48.242 0-87 38.164-87 85.28 0 47.12 38.758 85.282 87 85.282 48.243 0 87-38.163 87-85.28 0-47.118-38.757-85.282-87-85.282zm-9 23h18v7.758c14.666 2.49 26.297 10.812 35.363 19.88 10.85 10.847 19.06 23.06 26 30l6.366 6.362-6.366 6.363c-6.94 6.94-15.15 19.152-26 30-9.066 9.067-20.697 17.39-35.363 19.88v7.757h-18v-7.758c-14.666-2.49-26.297-10.812-35.363-19.88-10.85-10.847-19.06-23.06-26-30l-6.365-6.362 6.365-6.363c6.94-6.94 15.15-19.152 26-30 9.066-9.067 20.697-17.39 35.363-19.88V100.5zm0 26.082c-8.644 2.155-15.736 7.38-22.637 14.28-7.135 7.137-13.458 15.84-20.185 23.638 6.727 7.8 13.05 16.5 20.185 23.637 6.9 6.9 13.993 12.126 22.637 14.28v-7.02c-13.348-3.93-23.2-16.34-23.2-30.897 0-14.556 9.852-26.966 23.2-30.896v-7.022zm18 0v7.022c13.348 3.93 23.2 16.34 23.2 30.896 0 14.556-9.852 26.966-23.2 30.896v7.022c8.644-2.155 15.736-7.38 22.637-14.28 7.136-7.137 13.458-15.84 20.185-23.638-6.727-7.8-13.05-16.5-20.185-23.637-6.9-6.9-13.993-12.126-22.637-14.28zm-9 23.72c-7.948 0-14.2 6.25-14.2 14.198s6.252 14.2 14.2 14.2c7.95 0 14.2-6.252 14.2-14.2 0-7.948-6.25-14.2-14.2-14.2zm-23 113.255V299.5h46v-35.943c-7.407 1.636-15.104 2.505-23 2.505-7.896 0-15.592-.87-23-2.505zm9.414 53.943v164.916c1.444 2.708 5.645 9.084 13.585 9.084 7.897 0 12.445-6.447 14.06-9.236l.042-164.764H242.43zm45.667 78l-.004 18h31.922v-18h-31.918zm-.008 32l-.005 18h15.93v-18H288.09zm-.01 32l-.003 18h31.938v-18H288.08z"/></svg>
<svg class="tc-image-originals-bottle-vapors tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M126.432 21.703C98.68 21.46 75.306 45.737 71.037 98.338c18.902-39.768 56.02-37.664 90.242-10.684-21.53 3.334-45.143 20.344-64.755 54.547 55.164-33.098 94.772-13.63 125.823 34.79 1.478 4.1 2.862 8.27 4.123 12.512.947 6.396 2.175 12.978 3.745 19.766-26.753-28.924-74.47-36.722-109.543-4.444 32.49-1.888 59.49 7.64 82.44 25.598 15.252-3.835 31.282-6.008 47.34-6.285 1.053-.02 2.107-.006 3.16-.008 3.113-103.32 38.217-159.337 86.663-132.75 23.023 12.632 19.488 44.942-7.33 53.854 55.25-11.45 64.983-62.343 12.108-92.87-44.98-25.97-111.334 6.87-119.967 88.54-18.207-76.27-62.206-118.883-98.654-119.2zm320.822 2.203c-.63-.007-1.267-.006-1.91.004-10.92.172-23.576 2.88-37.9 8.71 80.755-13.584 53.78 108.933-10.61 123.8 39.666-29.354 31.538-57.157 15.918-83.12-5.8 83.094-100.58 103.93-144.225 151.337 9.65.71 19.206 2.147 28.502 4.35 19.623-14.667 44.268-25.297 73.234-31.868C510.48 165.305 527.36 24.83 447.254 23.905zm-126.717 78.942c-29.023-.357-36.66 48.594 3.772 42.158-14.98-5.534-16.07-27.595.66-41.735-1.527-.267-3.006-.405-4.433-.422zM21.75 172.275c-23.62 69.475 37.823 92.292 81.938 42.848-41.72 8.173-72.115-1.308-81.938-42.848zm233.67 71.11c-1.623-.013-3.248-.005-4.873.023-25.75.45-51.578 5.98-72.942 15.655 20.642 34.628 35.932 78.964 35.932 129.195v7.586l-7.426 1.558c-42.726 8.963-67.727 45.533-75.682 94.598h192.416c-2.138-33.135-14.294-58.505-44.528-78.97 42.66 2.888 67.743 47.175 72.92 78.97h19.313c-8.08-48.734-34.184-85.43-76.786-94.607l-7.377-1.59v-7.545c0-53.404 16.483-95.637 37.23-129.69-7.127-3.66-14.8-6.613-22.826-8.92-16.314 37.33-30.004 83.224-33.06 141.864-3.023-58.476.62-108.805 7.83-146.87-6.633-.782-13.37-1.205-20.14-1.257z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bottled-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M108.875 32.688v56.5H415.03v-56.5H108.876zm19.688 75.187c-.782 5.333-2.006 8.77-3.282 11.063-2.115 3.802-4.57 5.415-8.968 8.562-4.396 3.147-10.553 7.908-14.656 16.22-4.103 8.31-6.28 19.467-6.28 36.28v251.406C95.375 463.746 121.66 490 154 490h213.47c32.338 0 58.592-26.255 58.592-58.594V180c0-17.668-2.004-29.225-5.812-37.813-3.808-8.587-9.777-13.66-14.094-16.812-4.317-3.153-6.54-4.544-8.437-7.906-1.096-1.94-2.172-4.94-2.908-9.595H375.97c.916 7.868 2.717 13.91 5.467 18.78 4.132 7.32 9.966 11.095 13.688 13.814 3.722 2.718 5.81 4.27 8.03 9.28 2.223 5.01 4.22 14.06 4.22 30.25v251.406c0 22.355-17.55 39.906-39.906 39.906H154c-22.355 0-39.938-17.55-39.938-39.906V180c0-15.155 2.098-23.42 4.376-28.03 2.277-4.614 4.64-6.31 8.75-9.25 4.11-2.943 10.142-7.028 14.406-14.69 2.898-5.206 4.827-11.705 5.78-20.155h-18.81zm184.812 2.28l-173.5 184.095H247.28l-59.218 159.28 195.5-208.936h-117l46.813-134.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-bottom-right-3d-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M126.47 18.25l273.81 229.344 39.314-39.313 23.47 205.095-205.095-23.438 37.467-37.468L20.594 58.655v99.28l195.25 235.126 5.437 6.532-6.03 6.03-45.97 45.97 323.033 38.344-38.375-323-48.313 48.312-6 6-6.563-5.438L155.032 18.25h-28.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-bowen-knot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M108.975 26c-1.51-.005-3.015.032-4.518.11-20.042 1.03-39.484 9.332-54.25 24.097C26.582 73.832 19.5 109.432 32.287 140.3c12.786 30.866 42.965 51.032 76.375 51.032h194.006v-18H191.332v-64.67c0-33.41-20.166-63.59-51.033-76.375-10.13-4.195-20.768-6.252-31.325-6.287zm295.556.01c-11.05-.165-22.218 1.882-32.83 6.277-30.866 12.786-51.032 42.965-51.032 76.375v194.006h18V191.332h64.67c33.41 0 63.59-20.166 76.375-51.033 4.795-11.576 6.795-23.818 6.178-35.843-1.03-20.042-9.332-39.484-24.097-54.25-15.504-15.504-36.166-23.882-57.262-24.197zM107.718 43.99c8.64-.125 17.378 1.482 25.693 4.926 24.19 10.02 39.922 33.564 39.922 59.746v64.67h-64.67c-26.182 0-49.727-15.733-59.746-39.922-10.02-24.19-4.494-51.96 14.02-70.474 12.15-12.15 28.286-18.706 44.78-18.946zm296.566 0c16.495.24 32.632 6.796 44.78 18.946 18.515 18.513 24.04 46.285 14.02 70.474-10.018 24.19-33.563 39.922-59.745 39.922h-64.67v-64.67c0-26.182 15.733-49.727 39.922-59.746 8.315-3.444 17.053-5.05 25.693-4.926zm-230.95 165.342v111.336h-64.67c-33.41 0-63.59 20.166-76.376 51.033-4.795 11.576-6.795 23.818-6.178 35.843 1.03 20.042 9.332 39.484 24.097 54.25 23.625 23.625 59.225 30.706 90.092 17.92 30.866-12.786 51.032-42.965 51.032-76.375V209.332h-18zm36 111.336v18h111.335v64.67c0 33.41 20.166 63.59 51.033 76.375 11.576 4.795 23.818 6.795 35.843 6.178 20.042-1.03 39.484-9.332 54.25-24.097 23.625-23.625 30.706-59.225 17.92-90.092-12.786-30.866-42.965-51.032-76.375-51.032H209.332zm-100.67 18h64.67v64.67c0 26.182-15.734 49.727-39.923 59.746-24.19 10.02-51.96 4.494-70.474-14.02-18.514-18.513-24.04-46.285-14.02-70.474 10.02-24.19 33.564-39.922 59.746-39.922zm230.005 0h64.67c26.182 0 49.727 15.733 59.746 39.922 10.02 24.19 4.494 51.96-14.02 70.474-18.513 18.514-46.285 24.04-70.474 14.02-24.19-10.02-39.922-33.564-39.922-59.746v-64.67z"/></svg>
<svg class="tc-image-originals-bowie-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M59.938 17.75L15.78 61.906l32.064 32.032L92 49.78 59.937 17.75zM93.218 75L74.376 93.844c17.814 31.92 50.57 65.266 80.78 83.812l21.72-21.72C157.975 125.16 124.423 92.678 93.22 75zM240 119.25L112.812 246.438l13.313 13.312 127.188-127.188L240 119.25zm4.938 48.844l-74.97 74.97 11.97 11.967c5.18-4.87 11.826-7.28 18.468-7.28 6.903 0 13.8 2.61 19.063 7.875 10.32 10.324 10.515 26.965.593 37.53l132.718 132.72c35.123 35.124 93.42 77.742 141.72 66.75-23.436-21.284-81.765-106.71-71.656-146.188l-40.688 7.25 7.656-40.062-40.562 7.156 8.094-39.592-40.063 7.625 7.626-40.063-40.53 7.156 7.75-40.625-47.188-47.186z" fill="#fff"/></svg>
<svg class="tc-image-originals-bowl-spiral tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M205.625 34.563c8.22 21.345 11.89 48.323 11.906 75.53.02 27.25-3.636 54.304-11.905 75.75 16.036-1.14 29.94-4.13 41.813-8.5 11.268-12.86 22.237-28.278 31.625-44.562 7.876-13.663 14.656-27.974 19.875-41.78-9.13-27.716-38.906-52.6-93.313-56.438zm122.063 21.593c-3.722 26.903-16.014 57.48-32.438 85.97-16.442 28.52-36.79 54.54-58.344 71.28 16.63 8.312 32.295 13.67 46.813 16.563 20.317-6.42 42.256-16.24 62.905-28.19 16.776-9.705 32.75-20.827 46.563-32.374 0-.01-.002-.02 0-.03 5.895-34.385-11.328-77.505-65.5-113.22zm-177.313 8.47c-15.173-.127-32.815 3.85-52.438 13.218 15.736 13.046 30.362 32.077 42.376 52.875 12.03 20.825 21.264 43.11 24.687 63.374 10.463-7.207 18.94-14.772 25.688-22.47 5.21-17.335 8.17-39.47 8.156-61.53-.006-8.946-.508-17.893-1.438-26.53-10.02-10.69-24.988-17.99-44.03-18.845-.99-.046-1.99-.087-3-.095zm-53.906 58.28c-.588.007-1.19.035-1.782.063-18.18.86-38.95 11.885-57.407 37.936 16.93 3.252 35.248 11.057 52.47 21 17.252 9.96 33.207 21.976 44.53 35.094 5.23-11.422 8.218-21.994 9.44-31.625-4.08-14.306-10.955-30.324-19.595-45.28-2.63-4.556-5.435-9.006-8.344-13.314-5.834-2.556-12.365-3.957-19.31-3.874zm342.467 26.5c-19 25.112-49.458 49.192-82.937 68.563-33.507 19.385-69.66 33.86-101.063 37.75 11.48 17.685 23.697 32.08 36.22 43.5 24.492 5.62 52.87 8.573 81.187 8.53 24.004-.036 48.026-2.23 69.687-6.344 24.64-32.096 30.827-85.508-3.092-152zM66.78 190.97c-18.664 1.095-38.328 17.025-42.436 53.468 13.29-4.236 28.886-6.027 44.625-6.032 15.766-.005 31.398 1.807 44.75 6.063-1.363-11.844-4.384-21.53-8.5-29.25-7.417-6.087-15.91-11.985-24.814-17.126-4.465-2.58-9.04-4.953-13.625-7.125zm2.19 66.124c-4.687 0-9.367.24-13.94.656-10.867 7.7-18.518 23.42-15.186 48.063 10.193-6.277 22.46-11.147 35.312-14.594 12.887-3.457 25.968-5.347 38-5-5.37-12.994-12.395-21.786-19.906-27.19-7.648-1.24-15.975-1.94-24.28-1.936zm426.467 48.156c-33.182 14.47-78.016 21.12-123.062 21.188-45.076.068-89.997-6.457-123.313-21 5.06 111.108 65.082 163.31 123.094 163.437 58.027.126 118.125-51.796 123.28-163.625zm-401.593 1.094c-4.58.72-9.273 1.672-13.875 2.906-5.394 1.446-10.698 3.26-15.657 5.28-.45 3.156-.198 7.113 1.124 12.033 2.07 7.703 6.983 17.308 15.532 27.937 3.705-7.192 8.923-13.89 14.874-19.844 5.96-5.962 12.688-11.185 19.906-14.906-7.986-6.396-15.42-10.76-21.906-13.406zm25.625 33.062c-3.586 2.35-7.17 5.23-10.407 8.47-2.845 2.845-5.397 5.95-7.563 9.093 17.968 12.058 40.552 7.024 58.5-5.314-16.893 1.393-31.168-4.46-40.53-12.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-bowling-propulsion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M155.68.252l-.012.016h.03l-.018-.016zM86.924 18.955C74.384 30.29 66.502 46.685 66.502 64.92c0 34.21 27.732 61.945 61.943 61.945 26.94 0 49.85-17.2 58.38-41.215.754 5.132 1.15 10.38 1.15 15.725 0 59.227-47.884 107.11-107.112 107.11-22.086 0-42.535-6.67-59.572-18.108v21.78c17.75 9.562 38.054 15.015 59.573 15.015 69.34 0 125.8-56.458 125.8-125.797 0-31.478-11.624-60.325-30.802-82.42H86.925zm115.562 0c17.02 23.856 27.02 52.967 27.02 84.484 0 80.68-65.484 146-146.43 146-22.106 0-43.014-4.89-61.785-13.626v20.366c19.1 7.697 39.97 11.95 61.786 11.95 1.133 0 2.26-.02 3.39-.044l71.083 98.89-12.052-88.488 120.53 215.72h21.408L163.922 273.142l172.012 221.064H496.56V339.145L307.17 197.165l130.154 43.056-169.207-113.745 68.66 6.615-89.08-42.438c-2.012-26.043-10.118-50.43-22.884-71.697h-22.324zM41.27 108.52c-7.723 0-14.743 2.99-19.98 7.87v42.903c5.237 4.88 12.257 7.87 19.98 7.87 16.193 0 29.32-13.13 29.32-29.323 0-16.193-13.127-29.32-29.32-29.32z" fill="#fff"/></svg>
<svg class="tc-image-originals-bowman tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M281.28 15.28l-4.655 7.5-56.28 90.44c-7.312-18.505-21.67-30.9-37.126-30.44-.66.02-1.308.06-1.97.126-21.174 2.14-35.927 27.865-32.938 57.47 1.005 9.948 3.91 19.074 8.094 26.718-44.558 1.188-76.495 11.61-92.812 38.25 20.32 19.086 59.816 22.993 91.844 18.625l4.843 3.124.126.094 18.906 51.375-52.78 212.718h34.156l61.125-168.905L332 491.28h33.563L261.438 292.19l97.156 62.53c-.08.262-.17.52-.25.782.173-.202.328-.422.5-.625l6.937 4.47 9 5.78 4.533-9.656c32.03-68.4 40.24-134.49 25.843-192.064l23.938-4.812 6.187 23.812 55.408-46.656-73.875-24.313 7.562 29.032-24.563 4.968C381.796 93.172 343.996 49.38 289.033 19.5l-7.75-4.22zm3.408 29.907c31.818 30.565 54.66 66.986 69.093 106.094l-136.686 21.25c5.196-8.662 8.24-19.857 8.28-32.06l59.314-95.282zm77.5 132.688c13.773 51.64 13.89 106.532 1.562 157.906l-113.625-73.124-4.125-61.72 116.188-23.06z" fill="#fff"/></svg>
<svg class="tc-image-originals-box-trap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M246.253 280.552l71.99 97.834-166.207 48.293zm.274-37.243L138.877 97.006 21 279.83l107.65 146.3 114.21-177.108zm162.63 9.728l34.46-53.457-38.665 11.226v33.426zm-115.097-2.12l-10.515-4.89-18.56 5.388-7.17 11.126 77.33 105.143 31.99-49.628-20.28-42.88zm45.55-88.33h65.405v27.44l44.9-13.06L342.254 30.566 154.83 85.02l107.712 146.39 77.055-22.45v-46.373zm45.45 86.06v-66.105h-25.507v49.49l-13.533-5.1-34.012 10.277 49.89 22.937 104.62 221.287 24.482-7.11z"/></svg>
<svg class="tc-image-originals-boxing-glove tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M141.977 56.943c-.635.004-1.27.02-1.905.053-2.903.145-5.805.58-8.7 1.326-28.33 7.294-56.425 29.248-77.058 57.844-20.632 28.596-33.67 63.593-33.554 95.455.06 16.533 6.94 27.84 18.886 36.927 7.29 5.544 16.59 9.97 27.032 13.23-1.023-14.32-.482-29.776 3.957-42.71l16.844 5.783c-15.886 57.862 18.713 102.134 69.65 142.007-2.305-28.866 2.355-59.986 15.7-91.345-1.265-7.76-1.14-16.392.57-25.664 4.65-25.21 20.01-56.115 49.88-93.414l14.59 11.68c-28.65 35.777-42.302 64.575-46.09 85.122-3.79 20.548 1.342 31.848 10.048 38.176 8.706 6.328 23.24 8.047 40.315 2.526 17.073-5.522 36.13-18.136 52.42-38.405 40.154-49.957 56.8-91.026 58.064-120.484 1.265-29.46-11.115-47.414-32.752-56.937C276.602 59.067 191.21 80.82 119.7 162.938l-14.095-12.272c26.81-30.786 55.632-54.11 84.143-70.29-15.18-14.578-31.464-23.538-47.77-23.433zm230.76 85.89c-.65-.005-1.303.005-1.956.01-3.553 34.283-22.66 75.888-61.65 124.397-18.358 22.844-40.163 37.666-61.237 44.48-21.075 6.816-41.974 5.77-57.053-5.19-2.737-1.99-5.203-4.298-7.387-6.887-20.753 63.805-2.12 122.793 34.906 158.587 25.613 24.76 60.005 38.354 97.472 34.727 37.467-3.627 78.5-24.527 116.943-70.998 84.462-102.102 71.214-199.61 19.823-247.646-21.08-19.702-48.703-31.302-79.862-31.482z" fill="#fff"/></svg>
<svg class="tc-image-originals-boxing-glove-surprise tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M341.807 17.3c-1.277-.016-2.548-.01-3.81.018-18.372.41-35.26 5.555-49.32 14.317-18.344 11.432-32.1 29.096-38.36 51.594 24.907 10.08 51.71 32.767 79.558 70.805 13.58 18.548 20.433 38.126 21.328 55.672.895 17.546-4.17 33.633-16.05 43.248-1.19.966-2.447 1.84-3.753 2.633 41.928 25.786 87.288 23.21 119.86 3.662 23.078-13.85 39.664-36.213 44.338-64.227 4.673-28.013-2.49-62.165-29.194-99.74-39.138-55.07-85.023-77.456-124.597-77.982zM221.383 95.69c-12.703-.13-22.506 5.377-30.367 15.17-21.875 27.25-23.21 94.428 23.35 163.587l-15.503 10.438c-17.032-25.3-28.58-50.642-35.18-74.547-15.05 9.706-24.45 21.697-24.587 35.734-.215 21.893 10.295 46.824 27.238 67.606 16.943 20.782 40.118 37.223 63.328 43.353 11.713 3.095 20.69.45 29.438-6.323 4.165-3.224 8.125-7.508 11.763-12.54-9.652-2.18-19.454-5.556-27.427-10.923l9.865-14.66c38.854 22.092 77.664 6.252 116.458-22.43-21.522-4.28-43.243-13.897-63.477-29.603-6.136-.683-12.585-2.543-19.11-5.648-18.35-8.73-38.495-26.603-60.46-56.492l15.06-11.066c20.808 28.315 39.362 43.99 53.43 50.683 14.067 6.694 22.44 5.06 28.195.403 5.754-4.66 9.825-14.425 9.144-27.772-.682-13.346-6.116-29.7-17.745-45.582-29.048-39.676-56.076-59.94-77.11-66.556-5.917-1.86-11.332-2.777-16.302-2.83zM122.73 292.034l-17.548 6.428c12.46 34.02 51.773 60.176 93.242 66.065-17.385-9.35-33.123-22.758-45.926-38.27-14.29-9.822-25.304-22.036-29.768-34.222zM86.393 328.37l-17.55 6.43c13.716 37.442 59.96 65.366 105.803 67.22l.754-18.672C137.12 381.8 96.147 355 86.393 328.37zm-36.34 36.35l-17.55 6.426c13.713 37.44 59.957 65.36 105.8 67.213l.754-18.673c-38.28-1.547-79.254-28.347-89.004-54.968zm-29.576 49.007v27.976c21.152 19.09 51.29 31.774 81.484 32.996l.757-18.673c-32.206-1.303-66.66-20.214-82.24-42.3zm0 66.418v13.546H68.8c-16.377-.737-33.352-5.736-48.323-13.545zm47.85 32.236l.097.007v-.006h-.098z" fill="#fff"/></svg>
<svg class="tc-image-originals-bracer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M412.6 27.246c-62.483 12.864-108.973 44.93-148.62 82.2-8.492 8.785-16.66 17.994-24.543 27.56 4.898 1.954 9.432 4.115 13.304 7.09.313-.395.7-.9 1.005-1.286 6.282-7.98 10.457-13.283 13.182-16.123l12.988 12.46c-.528.552-5.826 6.92-12.025 14.796-6.2 7.875-13.92 17.864-21.528 27.89-7.608 10.023-15.113 20.094-20.86 28.094-2.872 4-5.31 7.49-7.062 10.13-1.75 2.64-2.987 5.184-2.582 4.134l-16.793-6.48c1.2-3.11 2.415-4.648 4.375-7.603 1.082-1.63 2.37-3.5 3.774-5.506-3.99-2.19-8.23-4.21-12.563-5.67-11.845 18.36-23.12 37.345-34.032 56.61 4.74.9 9.385 2.15 13.65 4.094.547.25 1.095.51 1.64.785 2.275-3.822 4.35-7.24 6.07-9.948 1.923-3.023 3.048-4.9 4.93-6.988l13.374 12.047c.304-.336-1.358 1.838-3.113 4.598-1.756 2.76-4.004 6.458-6.542 10.745-3.152 5.323-6.773 11.605-10.516 18.203-.92 1.636-1.87 3.322-2.918 5.16-1.333 2.37-2.672 4.758-4.006 7.156-6.112 10.993-12.096 22.043-16.634 30.797-2.27 4.376-4.18 8.187-5.537 11.06-1.358 2.872-2.233 5.552-1.993 4.53l-17.52-4.128c.747-3.167 1.722-4.885 3.237-8.092 1.01-2.133 2.29-4.694 3.677-7.428-.176-.093-.336-.185-.563-.29-1.398-.654-3.906-1.24-7.11-1.456-2.58-.174-5.55-.114-8.714.024-6.96 13.054-13.88 26.046-20.812 38.855 24.224-3.728 49.8.884 72.717 11.266 25.21 11.42 47.412 29.837 61.177 52.778 9.69-11.386 19.125-22.82 28.346-34.295-6.03-7.047-12.925-13.504-20.574-19.506-3.778 5.388-12.217 17.41-12.217 17.41l-14.744-10.328s15.805-22.57 31.834-45.36c8.014-11.396 16.084-22.845 22.27-31.57 3.092-4.363 5.712-8.043 7.632-10.71.96-1.336 1.74-2.415 2.34-3.228.3-.406.554-.742.788-1.047.234-.304.034-.217 1.11-1.293l12.726 12.73c.31-.31.315-.324.395-.41-.113.145-.295.383-.54.714-.517.702-1.273 1.743-2.21 3.044-1.872 2.603-4.478 6.263-7.558 10.608-.47.662-1.203 1.71-1.693 2.402 8.655 6.093 16.436 13.453 22.96 21.498 14.668-19.693 28.886-39.478 42.85-59.322-6.27-7.52-13.506-14.377-21.59-20.72-3.778 5.388-12.22 17.408-12.22 17.408l-14.742-10.327s15.806-22.568 31.834-45.36c8.015-11.395 16.084-22.846 22.27-31.57 3.093-4.364 5.713-8.044 7.633-10.712.96-1.335 1.74-2.412 2.34-3.225.302-.406.552-.742.787-1.047.234-.304.033-.217 1.11-1.293l12.727 12.73c.305-.307.31-.32.39-.407-.112.146-.292.382-.535.71-.52.703-1.275 1.744-2.21 3.045-1.874 2.603-4.48 6.263-7.56 10.608-.47.662-1.203 1.708-1.693 2.4 8.053 5.668 15.35 12.433 21.58 19.826 14.802-21.625 29.52-43.287 44.39-64.95-8.163-14.727-13.61-35.985-17.267-59.9-3.51-22.94-4.823-47.863-3.476-70.616zm-24.935 23.988l.033 12.432c.068 26.335.24 57.675 8.26 81.712l4.045 12.127-12.78-.28c-21.215-.467-41.945-6.482-58.818-14.827-16.872-8.345-30.143-18.334-35.918-30.986l-2.78-6.09 5.032-4.412c21.065-18.48 51.315-35.886 81.126-45.766zm-17.883 25.353c-20.675 8.326-41.308 20.34-56.947 32.725 4.763 5.217 13.01 11.738 23.55 16.95 11.334 5.607 25.01 9.99 38.96 11.904-4.7-20.446-5.428-42.064-5.563-61.58zm-155.35 72.47l-19.294 31.21c8.46 2.03 15.834 5.644 22.017 9.223 2.87-4.034 5.655-7.918 11.22-15.912 3.968-5.703 7.908-11.442 10.737-15.727.11-.165.144-.23.25-.39-2.897-1.764-6.678-3.825-10.644-5.292-5.795-2.144-11.265-2.857-14.287-3.112zm143.58 69.394L338.99 246.3c14.875 11.8 27.542 25.663 36.984 42.082l15.574-23.535c-4.002-15.06-17.05-34.1-33.535-46.394zm-214.28 53.458c-2.03-.036-2.87.123-4.33.203l-17.692 36.36c3.37-.127 6.782-.277 10.246-.043 4.495.304 9.07 1.028 13.52 3.108.237.11.463.28.7.4 2.856-4.895 4.654-7.948 9.272-15.957 3.72-6.452 7.428-12.932 10.15-17.8.505-.906.755-1.39 1.186-2.17-2.534-1.152-6.38-2.25-10.494-2.98-4.125-.734-8.703-1.053-12.56-1.12zm129.925 62.125l-19.023 27.847c14.875 11.8 27.542 25.663 36.984 42.082l15.576-23.537c-4.002-15.06-17.052-34.097-33.537-46.392zM96.634 384.427c-3.352.813-6.633 1.826-9.82 3.06l-8.155 3.153c1.374 45.12 28.474 76.875 60.952 88.8 30.687 11.27 66.89 4.883 89.315-21.724l-3.803-8.79c-1.42-3.28-3.08-6.498-4.943-9.645-16.81 27.018-47.216 33.235-74.363 23.266-27.302-10.025-50.384-36.346-49.183-78.12z"/></svg>
<svg class="tc-image-originals-bracers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M334.557 181.26l7.807 17.594-12.497 13.763-21.31-32 2.373-2.62zM475.2 89.4c-1.13-25.254-3.39-49.626-4.622-62.26-13.04 1.38-38.576 4.193-64.892 7.775-67.514 9.175-80.17 15.14-82.35 16.587l-6.022 7.808c16.7 3.187 37.683 13.785 60.112 30.79l7.91 5.967-46.147 50.847 7.91 17.785 23.4 3.22 42.236-46.564 6.69 7.57c18.214 20.61 30.248 40.44 34.8 56.666l14.17-13.085v-.08l.566-2.18 1.525-1.66c.746-.883 7.864-10.815 4.712-79.187zM121.903 386.4l-7.99 8.802-28.744 31.254c-21.266-16.17-34.825-18.27-37.706-17.084-.61 2.35.554 9.627 8.79 21.977 7.65 11.558 18.87 23.524 31.48 33.693 23.616 19.085 38.735 21.548 41.808 20.27.61-2.35-.554-9.626-8.79-21.976a126.552 126.552 0 0 0-7.73-10.34l25.695-29.083-.226-.27 5.99-6.6-2.87-26.44zm17.163-18.915l-3.118 3.39 3.57.757zm39.062 12.43l26.27-28.994-25.66-27.208-23.436 25.83 2.837 26.08zm-17.436 19.208l3.39-3.728-3.876-.825zm143.253-240.29l13.864-15.29-13.558-30.507a9.042 9.042 0 1 1 16.53-7.333l10.294 23.22 27.38-30.18c-27.12-18.927-46.396-23.627-54.543-22.057l-34.678 44.983 23.73 35.67zM60.322 392.727a90.394 90.394 0 0 1 22.27 10.17l18.87-20.803-7.23-1.548a9.04 9.04 0 1 1 3.774-17.683l17.502 3.74 20.95-23.096-1.865-17.152a9.042 9.042 0 0 1 17.977-1.955l.136 1.2 13.56-14.995-23.493-24.86zM438.07 200.436c1.005-9.163-6.532-28.124-25.763-51.796l-20.226 22.294 22.216 3.062a9.04 9.04 0 0 1-1.243 18 9.164 9.164 0 0 1-1.243-.09l-34.463-4.746-13.717 15.13 13.56 30.677a9.04 9.04 0 1 1-16.52 7.333l-10.362-23.367-10.17 11.21 25.853 38.812zm-239.546 183.85l9.672 2.07a9.04 9.04 0 1 1-3.728 17.67l-19.944-4.26-21.186 23.402 1.684 15.525a9.04 9.04 0 0 1-17.91 2.362l-11.22 12.43a86.18 86.18 0 0 1 9.254 17.547l92.18-85.13-20.463-21.694zM192.592 39.14c-2.26-1.425-14.407-6.555-72.62-10.238-24.045-1.526-47.22-2.26-58.17-2.497-3.39 10.033-10.17 30.97-15.965 52.925-14.96 57.017-8.486 65.988-8.204 66.34l1.413 1.75.418 2.26v.08l301.838 320.018c10.17-21.107 49.57-63.276 89.977-72.316zM366.138 463.81c-9.04 11.762-10.746 18.937-10.294 21.322 2.102 1.05 10.396.632 23.92-5.91l-13.22-15.966zm76.835-48.734c-2.53-1.266-13.988-.418-32.768 10.644l15.582 18.802c2.475-2.69 4.768-5.4 6.86-8.102 9.095-11.785 10.756-18.96 10.315-21.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-brain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M241.063 54.406c-2.31.008-4.61.032-6.907.094-1.805.05-3.61.106-5.406.188-8.814 1.567-12.884 5.426-15.094 9.843-2.435 4.87-2.34 11.423.375 17.25 2.717 5.83 7.7 10.596 14.657 12.376 6.958 1.78 16.536.86 29.125-7.187l10.063 15.75c-15.818 10.11-31.124 12.777-43.813 9.53-12.688-3.247-22.103-12.123-26.968-22.563-4.584-9.836-5.426-21.376-1.03-31.624-42.917 6.94-81.777 23.398-111.626 46.562-9.81 10.688-10.77 23.11-6.47 31.594 4.83 9.526 16.21 16.48 38.97 9.28l5.656 17.813c-28.58 9.04-52.137-.588-61.28-18.625-2.23-4.397-3.592-9.156-4.127-14.063-4.814 5.712-9.16 11.658-13 17.844l.126.06c-8.614 19.616-8.81 33.203-5.376 42.032 3.436 8.83 10.635 14.44 21.72 17.532 22.168 6.18 58.065-1.277 83.343-20.156 10.82-8.08 21.077-27.677 21.97-42.875.445-7.6-1.165-13.604-4.345-17.438-3.18-3.834-8.272-6.703-18.813-6.594l-.187-18.686c14.487-.15 26.25 4.754 33.375 13.344 7.124 8.59 9.26 19.652 8.625 30.468-1.27 21.633-12.595 44.172-29.438 56.75-29.876 22.314-69.336 31.606-99.53 23.188-13.988-3.9-26.37-12.386-32.75-25.53-9.546 45.446 4.323 87.66 30.718 116.874 3.45 3.82 7.122 7.43 10.97 10.78-2.754-7.887-4.016-16.1-3.72-24.093.53-14.325 6.082-28.346 17.22-38.03 9.134-7.946 21.752-12.53 36.843-12.5 1.006 0 2.034.018 3.062.06 2.35.1 4.763.304 7.22.626l-2.44 18.532c-15.588-2.048-25.705 1.522-32.436 7.375-6.73 5.854-10.443 14.614-10.813 24.625-.74 20.024 12.07 43.406 39.69 50.188l-.032.188c27.192 5.19 57.536.372 88-18.22.018-.012.043-.017.062-.03 6.34-4.45 9.755-8.808 11.438-12.563 1.985-4.432 1.943-8.292.53-12.438-2.824-8.29-12.94-16.812-22.218-19.187-15.002-3.84-24.532 1.436-29 7.72-4.468 6.28-4.74 12.45 2.156 17.81l-11.47 14.75c-14.187-11.033-15.092-30.487-5.905-43.405 6.892-9.688 18.985-16.326 33.564-16.75.607-.018 1.228-.036 1.844-.03 4.306.03 8.79.622 13.437 1.81 15.505 3.97 29.84 15.277 35.28 31.25 1.416 4.155 2.09 8.69 1.876 13.314 16.71-8.538 34.332-16.12 52.282-21.814 30.156-13.78 43.23-37.938 42.72-58.28-.515-20.493-13.187-37.74-42.376-40.626l1.844-18.594c36.666 3.626 58.462 29.848 59.188 58.75.422 16.84-5.754 34.363-18.188 49.28 16.072-1.8 32.044-1.495 47.53 1.627-3.152-6.472-4.68-13.478-4.467-20.438.677-22.036 19.42-42.593 48.875-42.906 1.963-.022 3.974.053 6.03.218l-1.5 18.625c-24.927-1.998-34.3 11.086-34.718 24.656-.412 13.42 8.545 28.442 34.22 30.436 28.3.25 48.588-15.098 58.53-37.906 13.31-30.536 6.997-76.317-34.844-118.188-.792-.793-1.578-1.593-2.375-2.375-.444 3.792-1.424 7.443-2.842 10.844-7.25 17.39-24.233 29.128-41.875 32.407-24.335 4.522-44.29-5.347-53.5-20.406-9.21-15.057-6.792-36.35 9.78-47.56l10.47 15.5c-8.913 6.028-9.28 14.19-4.313 22.31 4.967 8.122 16.17 15.156 34.156 11.814 11.306-2.102 23.896-11.33 28.03-21.25 2.07-4.96 2.47-9.862.408-15.47-1.675-4.555-5.187-9.764-11.72-15.25l-.187-.155c-27.316-20.587-56.338-35.393-85.75-45.157.018.032.045.06.063.093 6.684 12.22 7.18 26.082 3.063 38.344-8.233 24.525-34.07 43.848-66.032 42.78-6.948-.23-13.56 3.12-19.186 9.657-5.627 6.537-9.735 16.113-10.688 26.313-1.905 20.4 6.923 42.886 41.344 54L277 258.28c-41.083-13.264-56.83-45.546-54.22-73.5 1.307-13.975 6.706-26.962 15.157-36.78 8.452-9.818 20.475-16.603 33.97-16.156 24.04.802 42.323-14.084 47.687-30.063 2.682-7.988 2.335-15.937-1.75-23.405-3.968-7.252-11.83-14.423-25.906-19.656-17.114-2.967-34.16-4.367-50.875-4.314zM342.28 306.344c-41.915 3.41-87.366 23.4-125.28 46.562-55.98 34.198-114.89 26.733-156.688-4.28 16.444 58.844 74.712 70.788 135.5 55.905 6.083-2.285 12.06-6.538 17.157-12.03 7.057-7.607 12.17-17.47 13.78-25.625l18.344 3.625c-2.445 12.383-9.078 24.666-18.406 34.72-8.95 9.645-20.61 17.35-34.094 19.374-6.766 15.07-12.334 29.68-14.594 39.906-3.55 16.06 14.206 22.225 22.156 6.03 19.022-38.743 45.87-73.23 79.406-102.967 26.064-17.153 48.406-38.303 62.72-61.22z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-brain-freeze tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.97 17.375c-103.018 0-188.532 105.858-188.532 238.813 0 55.877 15.12 106.972 40.28 147.437 42.148 18.042 95.884 27.67 149.75 27.72 51.97.047 103.873-8.805 145.438-25.658 25.932-40.785 41.563-92.667 41.563-149.5 0-132.954-85.484-238.812-188.5-238.812zm1.75 18.75c80.747 0 146.03 65.252 146.03 146s-65.283 146.03-146.03 146.03c-80.75 0-146-65.282-146-146.03s65.25-146 146-146zm-.345 19.563l-4.72 2.718-41.936 24.282 21.968 37.78c-5.85 2.394-11.28 5.59-16.157 9.47l-22-37.875-41.218 23.843-4.687 2.72.03 5.405.157 48.782h43.22c-.424 3.037-.657 6.13-.657 9.282 0 3.196.222 6.33.656 9.406h-43.155l.156 48.156v5.375l4.626 2.69 41.188 24 21.75-37.44c4.876 3.87 10.31 7.053 16.156 9.44L209 281.124l42.375 24.72 4.688 2.75 4.687-2.72 41.97-24.28-22-37.845c5.846-2.382 11.277-5.572 16.155-9.438l22.03 37.907 41.22-23.845 4.656-2.72v-5.405l-.155-48.75h-43.188c.435-3.076.688-6.21.688-9.406 0-3.152-.233-6.246-.656-9.28h43.092l-.156-48.22v-5.344l-4.625-2.688-41.155-24-21.72 37.344c-4.87-3.866-10.285-7.05-16.124-9.437l21.69-37.345-42.408-24.72-4.687-2.718zm-86.22 278.75c18.365 0 33.157 14.84 33.157 33.5s-14.792 33.53-33.156 33.53c-18.364 0-33.125-14.87-33.125-33.53 0-18.66 14.762-33.5 33.126-33.5zm165.532 0c18.365 0 33.125 14.84 33.125 33.5s-14.76 33.53-33.125 33.53c-18.364 0-33.156-14.87-33.156-33.53 0-18.66 14.793-33.5 33.158-33.5zm-208.687 97c11.517 13.484 24.36 25.147 38.22 34.687l-7.095-26.375c-10.68-2.355-21.077-5.124-31.125-8.313zm254.594 1.53c-8.895 2.675-18.044 5.03-27.406 7.063L346.75 464c12.174-8.752 23.526-19.176 33.844-31.03zm-203.03 10.75l9.592 35.782c11.34 5.465 23.184 9.572 35.406 12.188l-5.062-43.125c-13.51-1.048-26.87-2.656-39.938-4.844zm155.217.22c-10.152 1.668-20.503 2.99-30.936 3.968l-4.813 40.813c9.134-2.722 18.008-6.313 26.595-10.658l9.156-34.125zm-49.905 5.343c-9.106.492-18.26.76-27.406.75-6.36-.005-12.72-.128-19.064-.374l5.313 44.844c4.052.333 8.135.53 12.25.53 8.026 0 15.935-.656 23.718-1.905l5.187-43.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-brain-stem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M211.563 18.25c-.488.007-.992.037-1.5.063l-.25.03h-.22c-9.283 0-17.057 3.042-20.343 6.876-3.08 3.593-4.738 8.46.063 19.186 5.252 8.088 9.415 19.063 13.03 33.125l-18.093 4.657c-6.1-23.728-13.714-33-18.47-35.093-2.376-1.047-4.654-1.143-8.31-.032-3.66 1.112-8.36 3.675-13.5 7.47-7.858 5.798-12.62 13.214-12.345 19.25.212 4.64 3.06 10.822 13.438 17.75.984.547 1.96 1.082 2.968 1.656l-.093.156c2.512 1.51 5.364 3.062 8.657 4.625l-8.03 16.874c-4.56-2.164-8.668-4.455-12.345-6.844-13.36-7.31-23.12-10.412-28.032-10-2.613.22-4.057.85-6.032 2.813-1.975 1.963-4.286 5.647-6.406 11.562-3.54 9.877-4.03 17.713-1.53 21.78 1.988 3.24 7.208 6.964 20.093 8.25 3.243.073 6.68.21 10.437.376v.095c.35 0 .674.003 1.03 0l.19 18.688c-3.745.035-7.255-.097-10.595-.344-11.04-.077-17.656.83-20.156 2.093-1.55.78-2.033 1.25-2.907 3.03-.875 1.78-1.776 5.05-2.376 9.938-.547 4.472-.156 7.656.72 9.782.875 2.127 2.082 3.65 5.312 5.375 6.457 3.45 21.635 5.8 47.186 3.625l1.594 18.625c-17.282 1.47-30.78 1.482-41.594-.468 4.703 15.06 14.56 21.905 25.72 21.905h94.155c10.546 0 19.79-7.745 23.407-22.125l8.063-32.063 9.906 31.563c4.653 14.806 14.243 22.625 23.53 22.625h94.19c11.196 0 21.038-6.896 25.718-22.063-10.95 2.103-24.684 2.134-42.406.625L367 195.063c25.55 2.175 40.73-.175 47.188-3.625 3.23-1.725 4.436-3.248 5.312-5.375.876-2.126 1.266-5.31.72-9.78-.6-4.888-1.47-8.158-2.345-9.938-.874-1.78-1.36-2.25-2.906-3.03-2.5-1.264-9.116-2.17-20.158-2.095-3.338.246-6.85.378-10.593.343l.155-18.688c.37.003.702 0 1.063 0v-.094c3.754-.165 7.17-.302 10.406-.374 12.892-1.287 18.135-5.01 20.125-8.25 2.498-4.068 2.007-11.904-1.533-21.78-2.12-5.916-4.43-9.6-6.406-11.564-1.974-1.963-3.418-2.593-6.03-2.812-4.932-.413-14.747 2.72-28.188 10.094-3.644 2.358-7.714 4.612-12.218 6.75l-8-16.875c3.277-1.557 6.122-3.092 8.625-4.595l-.095-.188c1.083-.615 2.132-1.195 3.188-1.78 10.228-6.878 13.04-13.013 13.25-17.626.275-6.034-4.52-13.45-12.375-19.25-5.14-3.793-9.812-6.356-13.47-7.468-3.657-1.11-5.965-1.015-8.343.032-1.647.724-3.63 2.344-5.78 5.093-.393.903-.804 1.81-1.25 2.72l-.533-.282c-3.6 5.498-7.486 14.26-10.906 27.563l-18.094-4.657c4.052-15.76 8.777-27.655 14.97-35.936 3.316-8.79 1.733-13.113-1.063-16.375-3.287-3.835-11.03-6.876-20.314-6.876h-.25l-.22-.032c-8.136-.408-13.506 1.53-17.967 4.875-4.463 3.345-8.076 8.497-10.845 15C266.588 51.195 265 69.102 265 82.22v.06l-.156 30.845v.125h-18.688v-.125l-.187-30.844v-.06c0-13.12-1.59-31.025-7.126-44.032-2.77-6.504-6.382-11.656-10.844-15-4.183-3.136-9.13-5.05-16.438-4.938zm44.218 217.906c-7.85 10.703-19.43 17.656-32.75 17.656h-42.936c2.046 4.275 5.368 8.15 10.062 11.75 13.724 10.526 38.908 16.903 64.063 16.782 25.153-.122 50.134-6.77 63.593-17.594 4.192-3.372 7.266-6.975 9.28-10.938h-39.156c-12.98 0-24.2-6.99-32.156-17.656zm23.407 63.03c-8.13 1.216-16.506 1.805-24.875 1.845-8.494.042-16.987-.492-25.25-1.655l.907 17.78h-18.314v18.69h19.28l.94 17.905h43.936l1.094-17.906h19.03l.002-18.688h-17.875l1.125-17.97zm-46.343 73.252l.906 17.656h-15.313v18.687h16.282l.843 16h35.875l.968-16h14.625v-18.686h-13.467l1.093-17.656h-41.812zm3.687 71.03l.814 15.407h-14.5v18.688h15.437l.814 15.437h28.125l.967-15.438h16.563v-18.687h-15.406l.937-15.406h-33.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-brainstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M209.5 21.094c-.55.008-1.115.033-1.688.062H207.345c-10.422 0-19.238 3.402-23.125 7.938-3.646 4.252-5.472 10.1-.095 22.156 5.748 8.803 10.352 20.848 14.344 36.375l-18.126 4.656c-6.755-26.27-15.17-36.83-20.875-39.343-2.854-1.255-5.655-1.367-9.845-.093s-9.438 4.185-15.156 8.406c-8.817 6.506-14.327 14.915-14 22.03.25 5.477 3.61 12.565 15.25 20.345 1.096.61 2.187 1.205 3.31 1.844l-.093.186c2.797 1.684 5.95 3.396 9.594 5.125l-8.03 16.876c-5.075-2.408-9.628-4.944-13.688-7.594-14.715-8.047-25.54-11.577-31.312-11.093-3.078.257-4.93 1.067-7.25 3.374-2.32 2.306-4.914 6.49-7.28 13.094-3.94 10.99-4.602 19.98-1.595 24.874 2.392 3.895 8.464 8.087 22.844 9.532 3.59.074 7.412.22 11.593.406v.125c.4 0 .776.004 1.187 0l.156 18.688c-4.292.04-8.302-.11-12.094-.407-11.966-.073-19.223.894-22.218 2.406-1.876.947-2.586 1.665-3.625 3.782-1.04 2.116-2.022 5.81-2.69 11.25-.615 5.033-.204 8.733.845 11.28 1.05 2.55 2.562 4.42 6.28 6.407 7.44 3.975 24.322 6.5 52.564 4.095l1.593 18.625c-21.627 1.84-37.814 1.534-50.313-1.563-.853 3.737-.672 6.658.03 9.125.12.412.257.82.407 1.22.012.03.02.062.032.093 1.71 3.198 3.952 5.995 6.874 8.438.018.013.044.017.062.03 7.05 5.22 18.622 8.188 25.47 8.188h103.81c12.11 0 22.62-8.916 26.69-25.092l8.06-32.063 9.94 31.563c5.216 16.602 16.087 25.593 26.843 25.593h103.81c6.26 0 18.37-3.946 25.595-10.25.903-.787 1.747-1.608 2.5-2.436.142-.157.27-.31.406-.47.02-.022.046-.038.064-.06 1.5-1.915 2.716-4 3.75-6.25.126-.346.274-.686.375-1.033.612-2.107.84-4.314.436-6.874-12.646 3.365-29.16 3.74-51.437 1.844l1.592-18.625c28.243 2.404 45.093-.12 52.532-4.094 3.72-1.986 5.232-3.857 6.28-6.405 1.05-2.548 1.492-6.248.876-11.28-.667-5.442-1.68-9.135-2.72-11.25-1.038-2.118-1.748-2.835-3.624-3.782-2.995-1.513-10.252-2.48-22.22-2.407-3.79.296-7.8.447-12.092.406l.187-18.687c.412.004.787 0 1.19 0v-.125c4.18-.185 8-.332 11.592-.406 14.38-1.445 20.452-5.637 22.844-9.53 3.007-4.897 2.345-13.885-1.594-24.876-2.366-6.605-4.992-10.788-7.312-13.094-2.32-2.307-4.172-3.117-7.25-3.375-5.772-.485-16.57 3.045-31.28 11.093-4.066 2.654-8.636 5.18-13.72 7.593l-8-16.875c3.644-1.728 6.797-3.44 9.594-5.124l-.125-.187c1.185-.676 2.343-1.297 3.5-1.94 11.52-7.74 14.843-14.796 15.092-20.25.326-7.115-5.185-15.524-14-22.03-5.718-4.22-10.966-7.132-15.156-8.406-4.19-1.274-6.99-1.162-9.844.093-1.98.872-4.294 2.745-6.75 5.876-.453 1.054-.944 2.124-1.468 3.187l-.594-.28c-4.042 6.21-8.336 15.944-12.094 30.56l-18.094-4.655c4.456-17.33 9.653-30.324 16.375-39.313 3.834-10.083 2.083-15.33-1.25-19.218-3.887-4.536-12.703-7.938-23.125-7.938H308.094c-9.16-.46-15.315 1.746-20.406 5.563-5.092 3.816-9.184 9.628-12.282 16.905-6.195 14.554-7.937 34.38-7.937 48.906v.064l-.19 34.03v.095h-18.686v-.095l-.188-34.03v-.064c0-14.525-1.71-34.35-7.906-48.905-3.098-7.277-7.19-13.09-12.28-16.906-4.775-3.58-10.477-5.75-18.72-5.626zm48.78 239.47c-8.486 12.207-21.288 20.186-36.092 20.186H181.53l98.126 80.625-82.22 1.28 217.408 133.44L342.28 387.78l55.126 4.75-76.03-111.78h-27.657c-14.393 0-26.788-8.02-35.44-20.188z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-branch-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M95.053 18.096l.002.004v-.004h-.002zm.002.004L88.43 75.234l64.943 69.444c22.73-80.96-33.616-62.34-58.318-126.578zM76.307 89.633l-59.713 6.924c73.505 19.88 58.272 84.583 122.982 60.728l-63.27-67.652zm193.775 25.39c-59.893 27.56-58.306 75.928 3.877 110.715 39.215-50.06-20.79-53.14-3.878-110.715zm-103.77 42.375l-13.14 13.29c30.208 29.86 63.767 58.348 98.982 83.347l54.108 81.645 64.763 51.605c2.657-5.314 5.914-9.756 9.95-13.38.516-.465 1.045-.9 1.578-1.33l-42.22-33.643.692-.233c-4.833-14.35-4.43-28.26.516-42.946l-17.71-5.965c-3.46 10.272-5.133 20.8-4.78 31.353l-53.19-80.256-1.43-1.01c-34.845-24.603-68.176-52.88-98.12-82.48zM244.52 301.4c-16.637-.16-33.458 13.866-46.784 44.596 49.157-22.96 48.114 35.165 92.475-4.058-12.595-26.026-29.05-40.376-45.69-40.538zm200.507 43.03l-15.737 27.808 30.877 87.125-89.932-31.867-27.494 13.393 152.524 54.606-50.24-151.066zm-32.426 36.668c-8.966.967-14.955 2.948-19.14 6.71-4.377 3.93-8.102 11.308-10.782 24.27l46.775 16.574-16.853-47.554z" fill="#fff"/></svg>
<svg class="tc-image-originals-brandy-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M266.875 24.063c-2.522-.003-5.034.055-7.563.156l-8.718 32.5c3.663 2.907 7.336 5.594 11.03 8.093L246 123.186c-23.23 4.79-42.712 18.31-48.406 39.532-2.364 8.808-1.918 17.855.562 26.468-54.066 17.11-99.966 64.29-117.062 128.03-9.622 35.868-8.768 71.706.53 103.75L82.5 424l2.53 1.875c70.782 52.46 150.308 80.236 240.907 64.313l2.813-.47 2.063-2c23.965-23.08 42.722-53.81 52.312-89.562 17.19-64.1 1.024-128.3-37.72-170.125 6.28-6.01 11.225-13.345 13.564-22.06 5.643-21.047-4.445-42.12-21.814-57.75l15.688-58.44c5.257-.234 10.624-.685 16.094-1.343l8.718-32.53C341.814 35.622 304.71 24.1 266.876 24.062zm11.47 50.624c17.548 8.903 35.742 13.642 55.217 14.907L317.625 149l-1.594 5.97 4.845 3.81c16.433 12.885 23.708 28.638 20.03 42.345-1.937 7.223-6.92 13.34-14.5 18.313l-9.905 6.53 8.656 8.126c26.297 24.67 42.998 60.937 45.72 101.125h-32.688l-8.157 30.436-2.124 7.844-8-1.406c-7.09-1.26-12.636-.398-17.187 2.094-4.553 2.49-8.465 6.782-11.44 14.03l-2.967 7.22-7.532-2L180.314 366.5l-7.938-2.125 1.53-8.063c1.475-7.82-1.11-15.543-6.374-21.093H96.126c.833-4.38 1.82-8.763 3-13.158 16.49-61.473 62.41-105.173 113.594-117.562l11.53-2.78-5.406-10.564c-4.1-7.998-5.22-16.137-3.22-23.594 3.725-13.88 18.204-24.22 39.126-27.03l6.188-.845 1.593-6 15.814-59zm-62.22 186.688c-7.797 13.166-22.23 21.34-37.563 21.188l-8.718 32.406c13.257 7.37 21.91 21.207 22.156 36.342l86.375 23.125c4.037-6.84 9.4-12.254 15.844-15.78 6.232-3.413 13.287-4.913 20.624-4.782l8.75-32.656c-12.928-7.65-21.025-21.7-21.188-36.72l-86.28-23.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-brass-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.295 19.137C174.005 18.97 94.94 61.107 51.33 136.643c-64.91 112.426-26.51 255.934 85.918 320.843 112.427 64.91 255.91 26.41 320.818-86.015 64.91-112.426 26.474-255.873-85.953-320.783-36.89-21.298-77.12-31.47-116.818-31.55zm72.264 104.44c23.888.1 47.577 6.047 69.118 18.476 72.557 41.867 93.585 141.627 46.838 222.55C396.77 445.52 299.768 477.276 227.21 435.41c-72.556-41.867-93.54-141.7-46.794-222.62 32.87-56.9 90.563-89.453 147.143-89.214zm69.854 42.398c13.708 22.326 19.042 51.598 15.473 82.795-6.7-12.15-16.443-22.473-28.955-29.676-40.07-23.07-93.725-5.624-119.54 38.965-25.818 44.586-14.2 99.74 25.872 122.807 10.52 6.057 21.984 9.31 33.634 10.014-36.447 22.57-77.037 27.46-108.996 9.016-1.976-1.14-3.884-2.363-5.738-3.646 8.023 8.542 17.338 16.016 27.9 22.11 64.273 37.087 149.69 9.063 191.098-62.618 39.038-67.578 24.853-149.527-30.748-189.767zm-53.11 62.04c10.274.123 20.466 2.733 29.776 8.092 31.778 18.295 40.878 61.486 20.404 96.846-20.473 35.36-62.59 49.197-94.37 30.902-27.558-15.865-38.003-50.53-26.94-82.52 4.262 16.973 19.722 29.677 37.957 29.677 21.485 0 39.085-17.632 39.085-39.11 0-19.34-14.273-35.523-32.803-38.552 8.006-3.33 16.43-5.157 24.838-5.327.685-.013 1.37-.016 2.055-.007z" fill="#fff"/></svg>
<svg class="tc-image-originals-brass-knuckles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M88.378 188.66c-31.81 31.81-31.955 83.642-.234 115.363.274.274.576.5.854.77-14.1 3.428-27.48 10.542-38.46 21.52-31.81 31.812-31.954 83.644-.232 115.365 31.72 31.72 83.552 31.577 115.362-.234 12.868-12.867 20.55-29.01 23.042-45.77 6.402 8.115 9.714 15.05 11.262 20.885 2.16 8.14 1.225 14.523-.87 20.81-2.097 6.288-5.552 12.04-8.36 18.42-1.403 3.19-2.79 6.64-2.957 11.166-.168 4.526 1.81 10.212 5.425 13.827 5.53 5.53 13.326 5.175 18.73 3.636 5.407-1.54 10.51-4.284 16.2-7.884 11.38-7.2 24.775-18.077 39.45-31.025 29.348-25.894 63.45-60.017 90.677-87.243 27.226-27.226 61.348-61.33 87.244-90.678 12.95-14.675 23.826-28.07 31.026-39.45 3.6-5.69 6.345-10.793 7.883-16.2 1.538-5.404 1.894-13.2-3.637-18.73-3.615-3.616-9.3-5.593-13.827-5.425-4.525.167-7.976 1.554-11.167 2.957-6.38 2.808-12.132 6.263-18.42 8.36-6.287 2.095-12.67 3.03-20.81.87-5.836-1.548-12.77-4.86-20.887-11.262 16.762-2.492 32.904-10.174 45.77-23.04 31.812-31.812 31.955-83.643.235-115.364-31.72-31.722-83.553-31.58-115.364.232-10.98 10.98-18.093 24.36-21.52 38.46-.27-.278-.497-.58-.77-.854-31.722-31.72-83.553-31.577-115.364.234-21.418 21.418-28.415 51.9-21.062 79.22-27.32-7.353-57.802-.356-79.22 21.062zm15.314 15.315c23.573-23.573 61.328-23.64 84.734-.234 23.406 23.406 23.34 61.162-.233 84.736-23.573 23.574-61.33 23.64-84.735.232-23.405-23.405-23.34-61.16.234-84.733zm100.283-100.283c23.573-23.573 61.328-23.64 84.733-.234 23.407 23.405 23.34 61.162-.232 84.735-23.574 23.574-61.33 23.64-84.735.233-23.405-23.405-23.338-61.16.235-84.734zM65.853 341.628c23.573-23.574 61.33-23.64 84.735-.233 23.405 23.406 23.34 61.16-.234 84.734-23.573 23.572-61.328 23.638-84.734.233-23.406-23.405-23.34-61.16.233-84.735zM341.628 65.853c23.574-23.574 61.33-23.64 84.735-.233 23.405 23.406 23.34 61.16-.234 84.734-23.574 23.573-61.33 23.64-84.735.234-23.406-23.405-23.34-61.16.233-84.735zM224.57 224.57c27.32 7.354 57.802.356 79.22-21.062 4.917-4.916 9.05-10.317 12.433-16.046 33.158 12.788 52.924 30.103 57.914 50.063 5.467 21.87-5.235 52.252-44.797 91.815-39.563 39.562-69.945 50.264-91.815 44.797-19.96-4.99-37.275-24.756-50.063-57.914 5.73-3.382 11.13-7.516 16.046-12.433 21.418-21.418 28.416-51.9 21.062-79.22zm-59.52 100.74c.208-.05.415-.11.623-.163l.177.887c-.26-.252-.54-.47-.8-.724zm160.26-160.26c.252.26.472.54.724.8l-.887-.177c.052-.208.112-.415.163-.624z"/></svg>
<svg class="tc-image-originals-bread tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M439.037 70.988c-.863.015-1.87.09-3.025.256-4.62.668-11.12 2.598-18.8 5.764-15.356 6.332-35.49 17.488-58.085 32.056-10.66 6.874-21.892 14.53-33.48 22.78 10.542 1.434 21.866 4.025 32.61 7.295 13.316 4.05 25.552 8.98 34.42 14.663 4.432 2.842 8.204 5.667 10.84 10.35 1.316 2.34 2.297 5.443 1.917 8.794-.38 3.352-2.178 6.43-4.3 8.51-8.985 8.797-21.99 10.87-35.734 10.88-13.745.01-28.705-2.57-42.283-6.702-13.578-4.132-25.66-9.55-34.033-16.967-1.918-1.698-3.696-3.562-5.182-5.647-12.937 10.092-26.03 20.69-39.058 31.636 13.723 1.595 30.11 5.017 45.906 9.217 15.972 4.247 31.2 9.237 42.393 14.174 5.595 2.468 10.117 4.77 13.834 7.762 1.858 1.494 3.706 3.09 5.08 6.24 1.373 3.147.824 8.837-1.67 11.794l-.063.074-.064.072c-9.658 10.965-24.988 14.673-41.48 15.645-16.493.97-34.706-1.22-51.31-5.46-16.602-4.24-31.486-10.272-41.71-18.745-3.056-2.533-5.797-5.367-7.832-8.655-11.588 10.454-22.92 21.07-33.858 31.705 3.804.238 7.784.764 11.934 1.514 13.726 2.48 29.222 7.414 43.584 13.4 14.362 5.984 27.44 12.87 36.582 20.155 4.57 3.642 8.357 7.21 10.637 12.444 1.14 2.617 1.822 5.92 1.12 9.33-.705 3.412-2.815 6.448-5.245 8.46-10.528 8.725-25.07 9.825-40.282 8.405-15.21-1.42-31.55-5.902-46.17-11.995-14.62-6.092-27.44-13.526-35.783-22.62-2.49-2.712-4.678-5.668-6.158-8.98-12.3 12.98-23.7 25.79-33.927 38.192 2.974 1.324 6.326 2.778 10.225 4.416 10.34 4.345 23.245 9.548 35.516 14.53 12.27 4.98 23.877 9.728 31.904 13.294 4.013 1.784 6.97 3.142 9.402 4.598.608.364 1.188.723 1.944 1.328.755.605 2.044.798 3.318 4.643.637 1.922.535 5.66-1.16 8.107-1.435 2.072-2.972 2.808-4.147 3.244-9.86 8.365-23.137 10.813-36.383 10.158-14.2-.7-28.93-4.89-41.896-10.94-12.967-6.05-24.194-13.735-31.11-23.372-.09-.125-.173-.257-.26-.383-1.19 1.71-2.36 3.41-3.484 5.092-13.493 20.18-22.052 38.325-24.396 51.848-2.266 13.074-.056 20.56 8.332 26.537 27.173 9.512 68.542-3.463 113.99-32.473 46-29.36 95.61-73.934 139.207-121.496 43.6-47.562 81.272-98.21 103.74-139.24 11.235-20.515 18.607-38.696 21.18-52.12 1.287-6.714 1.34-12.173.547-15.96-.76-3.624-2.037-5.587-4.006-7.15-.15-.068-.588-.24-1.63-.362-.577-.067-1.296-.112-2.16-.098zM309.3 148.638c-2.248.014-4.24.143-5.882.378-.615.087-1.15.2-1.645.318-1.166.877-2.333 1.76-3.503 2.646.392.687 1.174 1.82 2.746 3.213 4.83 4.278 15.34 9.57 27.34 13.223 12.003 3.652 25.61 5.93 37.03 5.922 8.56-.006 15.623-1.592 19.878-3.613-.705-.58-1.298-1.125-2.3-1.768-6.332-4.058-17.682-8.866-29.946-12.598-12.265-3.733-25.61-6.527-36.29-7.42-2.672-.22-5.178-.32-7.427-.303zm-79.116 63.08c-1.102.005-2.105.042-2.996.108-1.53.114-2.527.43-3.11.625l-1.197 1.05c-.515.858-.555 1.393-.413 2.023.225 1 1.515 3.343 4.78 6.047 6.526 5.41 19.736 11.35 34.677 15.166 14.94 3.816 31.724 5.76 45.797 4.93 9.23-.544 16.816-2.534 22.28-5.12-1.302-.668-2.52-1.323-4.12-2.03-9.73-4.29-24.446-9.178-39.755-13.248-15.31-4.07-31.336-7.372-43.785-8.788-3.113-.353-6.01-.583-8.574-.69-1.283-.055-2.48-.08-3.582-.073zm-60.93 64.622c-.52.004-1.02.02-1.496.043-3.812.194-5.854 1.242-5.852 1.24-2.023 1.676-1.628 1.627-1.578 2.225.05.597.81 2.758 3.38 5.558 5.14 5.6 16.37 12.726 29.444 18.174 13.074 5.448 28.073 9.49 40.92 10.688 10.977 1.024 19.784-.492 24.715-3.026-.896-1.007-2.168-2.29-3.834-3.617-6.77-5.395-18.957-12.064-32.29-17.62-13.33-5.555-27.958-10.148-39.86-12.298-5.208-.94-9.903-1.398-13.55-1.367zm-68.772 65.744c.314 1.124.86 2.463 2.116 4.21 3.898 5.432 13.047 12.403 24.097 17.56 11.05 5.156 23.983 8.722 35.176 9.275 4.2.206 7.93-.144 11.382-.755-7.07-3.01-14.585-6.175-23.92-9.965-12.24-4.97-25.176-10.182-35.717-14.61-5.057-2.126-9.463-4.037-13.133-5.716zm92.657 21.596c-.023 0-.1.026-.122.027l.625.033c-.062-.003-.165-.072-.504-.06z"/></svg>
<svg class="tc-image-originals-breastplate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M324.344 67.25c-44.475 19.314-91.03 25.953-136.656 1.938v39.53c45.86 22.493 90.487 21.026 136.656-.28V67.25zM133.72 74.22c-6.81.035-13.448.378-19.876 1-3.125 24.06 6.117 52.095 24.625 73.78 7.23-4.935 13.748-10.28 19.53-15.72-6.15-19.57-10.293-38.917-11.625-58.718-2.14-.095-4.324-.27-6.438-.312-2.082-.04-4.165-.042-6.218-.03zm245.343 0c-2.054-.012-4.136-.01-6.22.03-2.107.042-4.27.218-6.406.313-1.33 19.8-5.475 39.148-11.625 58.718 5.783 5.44 12.3 10.785 19.532 15.72 18.507-21.685 27.75-49.72 24.625-73.78-6.442-.624-13.086-.965-19.908-1zM94.75 78.062c-13.698 2.862-26.024 7.367-36.406 13.593-.193 29.268 13.016 59.952 33.156 77.22l-1.22 1.405c11.587-2.66 22.214-6.694 31.876-11.624-19.18-23.47-29.492-52.762-27.406-80.594zm323.313 0c2.086 27.83-8.227 57.123-27.407 80.593 9.663 4.93 20.29 8.964 31.875 11.625l-1.217-1.405c20.146-17.273 33.33-47.973 33.125-77.25-10.376-6.215-22.686-10.704-36.375-13.563zm-377.657 28c-13.318 14.436-20.88 34.407-20.53 62.406 17.887 4.688 34.462 6.026 49.686 4.936-16.07-18.11-26.396-42.29-29.156-67.344zm432 0c-2.76 25.052-13.084 49.234-29.156 67.343 15.225 1.09 31.8-.248 49.688-4.937.35-28-7.214-47.97-20.532-62.407zm-133.72 16.406l-.873.436c-24.024 11.837-48.424 18.767-72.907 20.28v214.095c73.59-26.01 122.813-81.045 122.813-144.25 0-13.11-2.14-25.886-6.158-38.155-17.663-9.017-32.466-20.5-44-32.063l-4.093-4.093 1.842-5.47c1.205-3.623 2.32-7.217 3.375-10.78zm-164.436.436c1.018 3.422 2.094 6.87 3.25 10.344l1.813 5.47-4.063 4.093c-12.424 12.456-28.62 24.84-48.125 34.125-3.644 11.637-5.563 23.723-5.563 36.093 0 63.404 50.45 118.71 124.657 144.595V143.28c-24.095-1.254-48.185-7.88-71.97-20.374zM157 326.72c-5.933 4.816-11.396 9.827-16.5 15 22.033 17.485 50.57 35.567 79.5 43.374 5.045-5.72 10.61-11.164 16.78-16.313L157 326.72zm197.906 0l-79.78 42.06c6.348 5.3 12.058 10.913 17.218 16.814 29.006-7.38 57.734-25.302 80.062-42.844-5.387-5.534-11.177-10.898-17.5-16.03zm-226.97 28.905c-6.25 7.537-11.945 15.36-17.25 23.375 23.228 18.444 53.698 37.554 84.25 44.594 3.68-7.79 7.9-15.355 12.783-22.594-30.46-9.71-58.2-28.08-79.782-45.375zm256.97 1.094c-21.83 17.33-49.757 35.53-80.312 44.874 4.804 7.193 8.967 14.706 12.594 22.437 30.588-6.498 61.223-25.386 84.78-43.874-5.26-8.024-10.874-15.883-17.062-23.437zM100.72 394.936c-5.853 9.823-11.394 19.87-16.97 30.032 28.236 27.185 59.256 42.295 95.28 45.78 2.33-10.074 5.165-19.994 8.657-29.656-33.072-8.298-63.446-27.63-86.968-46.156zm311.186 1.22c-23.8 18.54-54.345 37.583-87.5 45.406 3.415 9.513 6.18 19.277 8.47 29.187 36.024-3.485 67.044-18.595 95.28-45.78-5.346-9.746-10.664-19.378-16.25-28.814z" fill="#fff"/></svg>
<svg class="tc-image-originals-brick-pile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M233.986 85.262l-63.37 21.11L334.32 160.9l63.373-21.11-163.707-54.53zm-82.85 33.593v58.088l174.184 58.02v-58.086l-174.183-58.022zm-18 50.215l-53.71 17.89 162.63 54.175 22.417-7.467-125.18-41.7a9 9 0 0 1-6.156-8.536V169.07zm-73.19 30.375v58.088l122.286 40.733v-30.71a9 9 0 0 1 .018-.357 9 9 0 0 1 .01-.192 9 9 0 0 1 .07-.697 9 9 0 0 1 .03-.205 9 9 0 0 1 .134-.66 9 9 0 0 1 .06-.236 9 9 0 0 1 .19-.616 9 9 0 0 1 .092-.248 9 9 0 0 1 .238-.567 9 9 0 0 1 .135-.282 9 9 0 0 1 .265-.488 9 9 0 0 1 .197-.32 9 9 0 0 1 .28-.41 9 9 0 0 1 .26-.342 9 9 0 0 1 .288-.344 9 9 0 0 1 .318-.342 9 9 0 0 1 .3-.29 9 9 0 0 1 .374-.33 9 9 0 0 1 .3-.237 9 9 0 0 1 .438-.315 9 9 0 0 1 .286-.182 9 9 0 0 1 .502-.29 9 9 0 0 1 .26-.133 9 9 0 0 1 .59-.262 9 9 0 0 1 .21-.082 9 9 0 0 1 .317-.122l25.18-8.387-153.628-51.175zm364.847 27.352l-87.63 29.19a9 9 0 0 1-.247.07 9 9 0 0 1-.355.1 9 9 0 0 1-.443.1 9 9 0 0 1-.47.085 9 9 0 0 1-.4.05 9 9 0 0 1-.49.038 9 9 0 0 1-.423.007 9 9 0 0 1-.48-.01 9 9 0 0 1-.397-.03 9 9 0 0 1-.504-.06 9 9 0 0 1-.38-.07 9 9 0 0 1-.52-.117 9 9 0 0 1-.31-.087 9 9 0 0 1-.268-.077l-38.526-12.834-73.23 24.395 63.368 21.11 163.707-54.532-22.002-7.328zm-224.56 53.242v58.085l73.85 24.602v-36.225l.005.002V304.63l-2.752-.915-.014.004-71.09-23.68zm-85.174 14.82L58.57 313.68l63.373 21.11 56.485-18.817-63.37-21.11zM39.095 326.17v58.088l73.85 24.6v-58.088l-73.85-24.6zm390.207 9.816l-63.375 21.112 36.283 12.086 63.374-21.112-36.28-12.086zM219.03 363.36v21.86l174.183 58.022v-58.088L337.45 366.58l-51.516 17.162a9 9 0 0 1-.19.053 9 9 0 0 1-.467.133 9 9 0 0 1-.332.074 9 9 0 0 1-.588.107 9 9 0 0 1-.253.03 9 9 0 0 1-.674.053 9 9 0 0 1-.196.004 9 9 0 0 1-.693-.013 9 9 0 0 1-.206-.016 9 9 0 0 1-.723-.09 9 9 0 0 1-.122-.02 9 9 0 0 1-.795-.18 9 9 0 0 1-.025-.007 9 9 0 0 1-.432-.122l-61.207-20.39z" fill="#fff" fill-rule="evenodd" stroke-linejoin="round"/></svg>
<svg class="tc-image-originals-brick-wall tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18 0v.51l101-.104V0H18zm119 0v.387L375 .14V0H137zm256 0v.123L494 .02V0H393zm101 18.02l-101 .103V119h101V18.02zm-119 .12l-238 .247V119h238V18.14zm-256 .266L18 18.51V119h101V18.406zM18 137v110h229V137H18zm247 0v110h229V137H265zM18 265v110h101V265H18zm119 0v110h238V265H137zm256 0v110h101V265H393zM18 393v100.98l229-.236V393H18zm247 0v100.727l229-.237V393H265z" fill="#fff" fill-rule="evenodd" stroke-linejoin="round"/></svg>
<svg class="tc-image-originals-bridge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.063 18.25L209.97 140c-49.033 13.39-90.27 48.118-114.876 94.594h-56.25v93.125h112.5c3.17-59.343 48.313-106.44 103.72-106.44 55.404 0 100.547 47.1 103.717 106.44h112.5v-93.126h-56.25c-24.6-46.47-65.85-81.2-114.874-94.594L255.063 18.25zM38.843 344.313v150.25H151.47v-150.25H38.843zm319.813 0v150.25H471.28v-150.25H358.657z" fill="#fff"/></svg>
<svg class="tc-image-originals-briefcase tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224.05 95.703c-7.08-.04-11.694 4.704-14.484 8.793-2.79 4.09-4.604 8.582-6.086 12.932-1.16 3.41-2.072 6.75-2.76 9.572h18.63c.357-1.242.74-2.505 1.17-3.77 1.185-3.48 2.706-6.816 3.916-8.59.498-.73.652-.846.712-.93l61.676.337c.063.084.25.225.764.97 1.208 1.755 2.72 5.04 3.904 8.467.407 1.18.768 2.356 1.11 3.516h18.656c-.69-2.773-1.597-6.045-2.75-9.387-1.484-4.3-3.304-8.75-6.096-12.804-2.792-4.055-7.357-8.72-14.363-8.757l-64-.35zM96 145c-5 0-11.05 2.777-15.637 7.363C75.777 156.95 73 163 73 168v21.275L132.816 279h12.758v-16h50v16H311v-16h50v16h18.184L439 189.275V168c0-5-2.777-11.05-7.363-15.637C427.05 147.777 421 145 416 145H96zm-23 76.725V376c0 5 2.777 11.05 7.363 15.637C84.95 396.223 91 399 96 399h320c5 0 11.05-2.777 15.637-7.363C436.223 387.05 439 381 439 376V221.725L388.816 297H361v41.188h-50V297H195.574v41.188h-50V297h-22.39L73 221.725zM163.574 281v39.188h14V281h-14zM329 281v39.188h14V281h-14z"/></svg>
<svg class="tc-image-originals-bright-explosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M328.547 19.115c-30.61 99.22-47.583 151.205-86.88 156.778-18.626 2.642-42.988-19.225-70.16-50.29 15.47 30.702 21.275 55.265 10.845 61.348-15.787 9.21-51.095-6.94-106.815-30.837 31.653 20.827 83.667 50.18 77.358 58.63-8.074 10.81-77.23-4.706-130.866-13.163 89.224 25.398 137.61 55.572 137.61 82.387 0 18.423-48.845 62.18-71.888 83.928 19.558-11.397 64.736-24.44 76.777-2.99 13.335 23.758-6.577 61.6-28.5 128.027 31.39-46.19 73.363-108.122 90.734-106.49 12.248 1.15-4.805 60.692-10.47 98.71 21.547-80.082 46.534-132.5 90.153-131.015 29.665 1.01 58.022 30.762 88.99 52.047-16.188-19.81-45.975-47.99-39.55-53.243 8.9-7.276 56.48 12.547 94.224 25.726-24.982-17.962-68.644-43.88-61.653-50.852 10.417-10.387 72.436 1.332 117.49 7.178-87.746-30.728-136.846-44.187-147.33-78.533-5.283-17.31 10.853-40.3 40.89-68.038-31.377 17.197-54.588 28.694-63.737 12.392-11.576-20.622 11.374-65.883 35.238-126.06-21.135 32.47-48.532 83.487-55.254 77.174-8.972-8.425 5.598-77.597 12.795-132.813h-.003zM20.45 19.27v23.36c48.52 27.437 95.253 62.39 141.333 102.786-33.768-41.685-67.34-83.79-94.025-126.146H20.45zm175.79 0c18.465 37.356 34.503 76.96 48.475 117.97-5.007-39.79-9.898-79.367-12.264-117.97h-36.21zm160.022 0c-7.18 26.672-15.416 53.437-25.116 80.593 15.405-27.34 30.698-54.514 46.723-80.593H356.26zm105.123 0c-27.895 50.718-63.73 99.873-105.707 147.755 46.514-37.68 92.9-75.343 140.164-103.37V19.27h-34.457zm34.455 160.02c-36.077 17.98-74.843 34.036-115.635 47.89 38.908-6.17 77.882-12.105 115.635-15.77v-32.12zm-206.266 42.868c9.35 0 16.93 7.58 16.93 16.932 0 9.35-7.58 16.93-16.93 16.93s-16.93-7.58-16.93-16.93 7.58-16.932 16.93-16.932zm-52.06 1.598c15.508 0 28.082 12.57 28.082 28.08 0 9.718-4.938 18.28-12.44 23.322 3.614 3.843 5.842 9.002 5.842 14.694 0 11.86-9.613 21.474-21.473 21.474s-21.474-9.615-21.474-21.474c0-5.687 2.228-10.842 5.837-14.684-7.51-5.04-12.453-13.608-12.453-23.332 0-15.51 12.57-28.08 28.08-28.08zM20.45 235.078v38.547c31.87-4.584 64.46-5.693 97.532-4.09-33.727-10.19-67.407-20.35-97.53-34.457zm265.82 28.377c9.35 0 16.93 7.58 16.93 16.932 0 9.35-7.58 16.93-16.93 16.93s-16.932-7.58-16.932-16.93 7.58-16.932 16.932-16.932zM128.494 295.05c-36.153 11.99-72.24 20.293-108.043 24.313v51.393c30.994-28.64 69.426-52.264 108.044-75.703v-.002zm5.84 88.645c-37.923 30.72-75.607 61.482-113.885 87.02v23.943h29.784c24.02-37.76 52.365-74.765 84.1-110.963zm202.07 11.096c26.807 33.093 53.226 66.414 76.508 99.87h59.568c-46.586-27.078-91.877-61.12-136.074-99.87h-.002zm-52.562 9.93c-3.175 30.26-6.39 60.5-10.512 89.94h20.44c-4.51-29.083-7.904-59.17-9.926-89.94h-.002zm26.865 13.432c11.346 25.473 22.374 51.18 32.705 76.508h23.36c-19.395-23.9-38.105-49.64-56.065-76.508z"/></svg>
<svg class="tc-image-originals-broad-dagger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M62.936 16.73L19.72 59.95c1.622 12.54 7.583 26.894 19.39 41.904l65.974-65.973C90.058 24.2 75.52 18.26 62.937 16.73zM96.1 71.295L74.895 92.5c6.34 11.07 15.39 23.783 26.533 36.965l25.197-36.94c-10.865-8.725-21.27-15.93-30.525-21.23zM258.627 88.26l19.406 19.408L112.15 273.55l-19.408-19.405 34.88 101.255 54.08-12.298-51.913-51.91 165.884-165.883 51.908 51.907 12.3-54.08L258.628 88.26zm-117.682 16.435L114.25 143.83c2.63 2.796 5.335 5.595 8.125 8.385 1.305 1.305 2.612 2.592 3.92 3.863l38.05-28.486c-2.757-2.94-5.6-5.883-8.532-8.817-4.95-4.95-9.925-9.645-14.868-14.08zm35.877 36.903l-36.564 27.37c9.672 8.487 19.167 15.894 28.04 22.005l26.266-26.266c-5.07-7.363-11.01-15.144-17.742-23.11zm101.34 27.652l-22.967 22.967c54.55 55.23 93.45 99.893 117.893 132.922 13.023 17.596 21.977 31.83 27.18 43.22 2.6 5.695 4.322 10.65 4.923 15.554.603 4.903-.024 10.743-4.266 15.025-4.243 4.28-10.11 4.957-15.014 4.373-4.905-.585-9.854-2.296-15.54-4.887-11.375-5.182-25.592-14.118-43.183-27.135-33.02-24.434-77.71-63.365-133.044-118.02l-21.457 21.457c78.36 65.017 223.158 187.35 324.5 219.406-36.243-99.91-155.985-246.05-219.024-324.883zm-36.183 36.184l-34.623 34.62c54.882 54.197 99.09 92.638 130.948 116.214 16.98 12.565 30.55 20.932 39.812 25.152 3.486 1.588 6.076 2.39 8.057 2.863-.476-2-1.294-4.627-2.906-8.158-4.244-9.292-12.63-22.88-25.202-39.87-23.586-31.868-61.997-76.044-116.087-130.82z"/></svg>
<svg class="tc-image-originals-broadhead-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.656 20.688v36.437L73.5 110.97c6.515-14.93 17.988-27.23 32.313-34.814L50.25 20.686l-30.594.002zm119.47 65.906c-29.312 0-52.876 23.533-52.876 52.844 0 21.654 12.868 40.178 31.406 48.375 1.88-37.477 32.825-67.482 70.656-67.907-7.734-19.565-26.786-33.312-49.187-33.312zm213.843 44.25L312.06 145.47l97.032 253.436 7.5 19.625L397 410.97l-253.28-97.533-14.345 40.97L492.28 494.312l-139.31-363.47zm-163.845 7.72c-29.31 0-52.875 23.563-52.875 52.874 0 24.35 16.282 44.705 38.594 50.906 2.935-34.576 30.61-62.252 65.187-65.188-6.2-22.312-26.553-38.594-50.905-38.594zm113.5 34.53L278.75 273.688l-1.344 5.625-5.625 1.312-100.124 23.53L384.156 386l-81.53-212.906zm-56.5 22.47c-29.31 0-52.875 23.563-52.875 52.874 0 10.896 3.28 20.983 8.875 29.375l59.78-14.063 14.033-59.03c-8.473-5.784-18.724-9.157-29.813-9.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-broadsword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M491.844 22.533l-83.42 14.865L196.572 249.25c3.262 4.815 5.37 10.72 5.37 16.932 0 5.863-1.71 11.35-4.643 15.996-5.065-1.606-10.448-2.477-16.027-2.477-15.724 0-29.904 6.89-39.69 17.796l-9.112-9.113 17.237-17.237c-4.515-5.772-8.907-11.645-13.19-17.6l-19.443 19.44-13.215-13.215 21.828-21.827c-4.403-6.59-8.67-13.278-12.792-20.068l-40.802 40.803 58.314 58.314c-1.613 5.075-2.49 10.47-2.49 16.063 0 7.666 1.65 14.96 4.592 21.564l-72.14 72.14-14.56-14.56L21.013 437l14.558 14.56-8.607 8.608 27.246 27.246 8.606-8.61 14.56 14.56 24.798-24.8-14.557-14.556 72.158-72.16c6.586 2.922 13.858 4.562 21.498 4.562 5.593 0 10.988-.877 16.063-2.49l58.363 58.363L296.5 401.48c-6.797-4.127-13.486-8.395-20.068-12.793l-21.83 21.83L241.39 397.3l19.442-19.44c-5.962-4.29-11.835-8.683-17.603-13.194l-17.238 17.238-9.16-9.16c10.905-9.785 17.795-23.965 17.795-39.69 0-5.346-.806-10.51-2.285-15.39 4.703-3.04 10.288-4.817 16.265-4.816 6.21 0 11.776 1.77 16.52 4.955L476.98 105.95l14.864-83.417zm-66.227 53.012l13.215 13.215-191.684 191.68-13.214-13.213L425.617 75.545zM181.273 298.39c19.257 0 34.665 15.41 34.665 34.665 0 19.256-15.408 34.666-34.665 34.666-19.256 0-34.666-15.41-34.666-34.665s15.41-34.666 34.666-34.666z" fill="#fff"/></svg>
<svg class="tc-image-originals-brodie-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 74.246c-87.892 0-159.154 61.235-159.154 136.786 0 33.817 88.216 54.075 171.766 54.075 75.156 0 146.49-16.393 146.49-54.075.05-70.7-71.208-136.786-159.1-136.786zm172.12 107.03a124.91 124.91 0 0 1 3.657 29.703c0 17.66-9.82 41.857-56.59 56.984-27.346 8.84-65.194 13.715-106.565 13.715-44.06 0-88.442-5.467-121.782-15.005-18.7-5.34-33.6-11.843-44.383-19.333-10.14-7.044-22.224-19.075-22.224-36.363a135.414 135.414 0 0 1 3.263-29.59C50.74 195.395 31 213.275 31 232.797c0 44.216 100.776 80.07 225 80.07 124.226 0 225-35.812 225-80.07 0-19.605-19.894-37.59-52.88-51.52zM118.613 313.46c20.176 64.746 73.618 111.165 136.213 111.165 62.336 0 115.675-46.066 136.006-110.46a416.83 416.83 0 0 1-19.096 4.384c-20.145 52.662-64.963 89.42-116.91 89.42-52.133 0-97.1-37.016-117.11-90.002a413.867 413.867 0 0 1-19.103-4.508z" fill="#fff"/></svg>
<svg class="tc-image-originals-broken-bone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M301.486 20.37l-33.19 134.755 15.306 49.895 43.55-103.81-25.666-80.84zM161.324 43.46l2.03 110.69 90.68 36.516-92.71-147.207zm180.358 126.73l-29.532 40.572 85.268-39.008-55.736-1.563zm-99.346 39.134c-59.628 41.982-124.36 74.982-199.207 81.297-13.185 1.113-21.704 8.3-26.302 15.185-13.788 20.652 8.285 51.02 54.332 33.37-55.518 33.324-8.274 81.184 25.113 43.495 34.24-38.648 74.95-74.53 117.74-91.58l12.696-28.235-32.81 6.272 48.436-59.803zm59.62 21.973l120.356 61.736-8.443-53.13-111.913-8.606zm-19.214 25.398l5.78 34.688-40.055-13.627c70.405 49.457 118.18 111.73 161.883 190.79 22.65 40.976 71.903 6.46 34.275-34.278 41.4 33.974 78.094-24.99 40.883-40.883-63.653-27.187-118.033-62.682-150.73-109.434h-.003l-52.033-27.255zm-53.697 46.844v.003l.002-.004h-.002zm0 .003l-60.248 79.27 46.773-10.303 13.475-68.967zm18.963.934l18.996 118.392 36.414-19.62-55.41-98.773z" fill="#fff"/></svg>
<svg class="tc-image-originals-broken-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M384.47 9.938L320.436 26.03 181.03 165.438c-46.298 46.3 1.17 87.987-48.25 137.407l-81.593 81.594c-1.23-.054-2.468-.058-3.718.03-5.936.42-13.572 2.884-19.94 9.25-6.365 6.367-8.423 13.597-8.843 19.532-.418 5.935.87 11.557 2.907 17.47 4.076 11.823 12.242 24.43 23.718 35.905 11.477 11.476 24.05 19.642 35.875 23.72 5.912 2.037 11.565 3.324 17.5 2.905 5.936-.42 12.915-2.727 19.282-9.094 6.365-6.366 9.048-13.752 9.467-19.687.27-3.817-.147-7.53-1.03-11.25l78.374-78.376c49.42-49.42 91.108-1.95 137.407-48.25l160.938-160.938-107 12.156 7.78-101.593L327.47 104c3.406-34.72 23.273-64.073 57-94.063zm1.217 218.906l13.438 13.437-65.344 65.314c-25.316 25.317-51.6 25.56-73.874 25.656-22.274.098-40.82-.075-63.5 22.594l-77.625 78.5c-2.994-5.3-6.705-10.628-11.093-15.813l75.282-76.124c26.74-26.74 54.44-27.996 76.936-28.094 22.495-.097 39.457.857 60.438-20.125l65.343-65.343zm-344.78 175.5c2.838-.034 7.036.442 11.28 1.906 9.702 3.345 21.423 10.86 32.032 21.47 10.608 10.608 18.123 22.328 21.467 32.03 1.673 4.85 1.79 9.35 1.594 12.125-.28 1.417-.234 1.427-1.593 1.625-2.774.196-6.9-.327-11.75-2-9.696-3.343-21.395-10.9-32-21.5-10.608-10.61-18.155-22.33-21.5-32.03-1.672-4.852-2.446-9.195-2.25-11.97.038-1.55.02-1.547 1.594-1.625.348-.025.72-.026 1.126-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-broken-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M373.47 25.5c-33.475-.064-67.614 13.444-94.44 43.156l37.22 145.156-33.437.032 35.343 132.093-116.718-188.375 50.03 5.375L202.5 47.312C120.437-1.43 4.756 40.396 8.5 158.156c4.402 138.44 191.196 184.6 247.406 331.625 59.376-147.035 251.26-184.33 246.656-331.624-2.564-82.042-64.6-132.532-129.093-132.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-broken-heart-zone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M160.45 21.785c-50.2.096-98.177 39.404-99.67 103.264h-.003C58.094 239.693 207.683 268.72 254.8 383.163c42.852-114.436 187.95-150.36 190.53-258.115 2.293-95.77-96.364-127.004-160.037-80.736l39.533 114.553-44.945-11.256 26.802 109.964-89.325-149.008 52.3 5.848-50.92-73.105c-17.913-13.358-38.275-19.563-58.288-19.525zM105.3 331.24c-51.466 16.674-84.68 41.936-84.68 69.955 0 50.166 104.813 91.108 234.19 91.106 129.374 0 234.19-40.94 234.19-91.105 0-28.02-33.215-53.28-84.682-69.955 27.147 12.916 43.8 29.23 43.8 47.18 0 41.414-86.502 74.836-193.31 74.836-106.805 0-193.31-33.422-193.31-74.836 0-17.95 16.656-34.264 43.803-47.18zm68.915 13.828c-28.252 9.053-46.72 22.11-46.72 37.418 0 27.24 57.065 49.62 127.314 49.62 70.247 0 127.315-22.38 127.315-49.62 0-15.31-18.47-28.365-46.72-37.418 14.94 7.037 24.527 15.398 24.527 25.217 0 22.488-47.13 40.672-105.123 40.672-57.994 0-105.124-18.186-105.124-40.672 0-9.82 9.59-18.18 24.53-25.217z"/></svg>
<svg class="tc-image-originals-broken-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M45.906 23.625v9.344c0 102.68 10.49 205.087 41.125 288.155 30.637 83.068 82.364 147.415 163.75 169.78l2.22.626 2.22-.5C344.49 472 396.864 407.39 425.593 323.47c28.728-83.92 35.25-187.777 35.25-290.5v-9.345H45.906zM64.72 42.313H442.06c-.413 98.8-7.497 197.342-34.125 275.125-27.21 79.487-73.39 136.637-154.375 154.78-73.28-21.03-119.914-78.696-149-157.562-28.475-77.212-39.206-174.13-39.843-272.344zm18.81 18.75c.807 84.13 12.486 172.823 39.314 244.812 7.825 20.998 16.874 40.495 27.25 58.063l45.844-38.438-40.75-75.063-5.47-10.062 10.97-3.344s38.865-11.786 60.406-18.25l20.437-7.25-94.843-150.468H83.53zm160.25 0l45.782 91.5 132.407-43.157c.69-16.205 1.053-32.366 1.155-48.344H243.78zm177.157 68.343L298.031 169.47l24.908 49.78 25.875 48.72 53.28-1.845c10.245-42.834 16.03-89.664 18.844-136.72zM310.908 236.47l-30.75 10.374 67.25 145.187c17.813-23.2 31.737-51.6 42.624-83.686 2.578-7.595 4.966-15.39 7.19-23.344l-53.626 1.844-5.844.22-2.75-5.158-24.094-45.437zm-99.22 4.686c-13.133 3.972-27.346 8.262-34.625 10.47L216 323.28l3.625 6.72-5.844 4.906-53.56 44.906c24.67 35.91 55.887 61.828 94.655 73.125 30.34-6.91 55.36-21.496 76.03-42.062L211.69 241.155z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-broken-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M206.875 27.03l-3 2.064c-14.3 9.87-22.835 28.048-25.344 52.375-19.293 11.407-37.976 13.766-50.843 10.905-4.06 4.988-6.62 10.712-8.937 16.938 20.462 6.71 47.52 2.697 73.688-14.344l3.906-2.532.312-4.657c1.392-21.138 7.59-34.313 15.25-41.186l22.344 3.093c-1.668 18.234-1.372 38.198 7.53 60.376l2.657 6.562 7.032-.78c23.817-2.638 31.686-3.652 54.81.405l7.533 1.313 2.78-7.126c3.936-10.084 7.778-18.638 12.376-25.968 6.878 6.72 15.8 12.09 25.31 16.093 11.845 4.985 24.8 8.13 36.595 5.093-3.235-5.86-7.044-12.416-10.97-18-5.35-.25-11.948-1.607-18.374-4.312-11.263-4.742-21.638-13.227-24.686-18.75L330.47 53.03l-8.783 9.876c-8.824 9.927-14.54 21.44-19.687 33.907-16.88-2.398-28.733-2-45.188-.282-6.25-19.213-5.357-36.077-3.156-53.75l1.125-9.124-9.124-1.28-35.187-4.845-3.595-.5zm171.094 6.845L367.686 49.78c17.986 12.885 30.035 27.273 40.375 47.814l3.282 6.53-4.28 5.94c-6.31 8.73-11.433 19.695-15.908 32.374 4.09 11.243 6.268 24.716 6.28 35.968l.033 14.188-14.033-2.28L354 185.5l-26.594 29.188-11.97 13.125-7.78-15.938-16.594-34.03c-10.396 12.86-19.287 23.182-30.593 30.936-15.34 10.52-34.276 14.385-61 12.564l-8.126-.563-2.5-7.75L177.78 179l-40.624 7.844-11.937 2.344-2.19-12s-2.258-12.142-6.31-25.532c-2.028-6.695-4.507-13.658-7.157-19.156-2.65-5.498-5.83-9.36-6.75-10.03l-6.47-4.72 1.876-7.813c4.586-19.172 17.198-36 37.218-50.374l-10.72-19.813C56.08 95.554 25.5 197.82 24.095 296.344c43.835 22.98 73.8 47.83 92.28 74.844 17.738 25.923 24.46 53.747 23.407 81.562 11.497 6.293 22.977 11.934 35.69 15.344 21.81 5.85 45.39 8.69 69.78 8.687 24.396-.003 49.41-2.844 72.375-8.717 18.33-4.69 35.105-11.838 50.656-20.47 1.95-55.263 35.304-110.082 118.814-151.468-1.55-97.394-34.025-206.568-109.125-262.25zM202.436 250.063c6.002 3.154 11.246 7.896 14.625 13.75 12.22 21.162-.962 51.59-29.218 67.906-28.256 16.313-61.282 12.128-73.5-9.033-6.974-12.077-5.45-27.048 2.156-40.812 12.835-.22 27.956-2.805 44.25-9.03 15.522-5.93 30.078-14.063 41.688-22.783zm106.22 0c11.61 8.72 26.164 16.852 41.687 22.78 16.294 6.227 31.415 8.812 44.25 9.032 7.607 13.764 9.13 28.735 2.156 40.813-12.218 21.16-45.213 25.346-73.47 9.03-28.255-16.314-41.436-46.743-29.217-67.906 3.38-5.853 8.592-10.595 14.593-13.75zm-53.063 75.625c18.53 36.128 33.233 72.246 40.53 108.375-27.02-8.244-54.042-9.343-81.062 0 9.866-36.13 21.727-72.247 40.532-108.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-broken-tablet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.156 23.688l11.22 37.156-34.72-32.97-92.562 43.876 37 102.47-48.47 35.468-12.874 179.718 102.563 34.156-9.375-31 36.312 34.47 151.188-76.157 32.468-94.656-62.25-10.064 70.688-14.53 33.844-98.69-215.032-109.25zM66.22 57.124L28.405 105.25l52.625 54.344 31.72-59.344-46.53-43.125zm162.155 21.563l140.688 99.843-10.813 15.25-140.688-99.843 10.813-15.25zm-21.688 31.562l112.688 79.97 17.188 12.186-20.563 4.53c-25.486 5.633-45.376 14.116-60.406 24.626 31.188 5.15 50.3 18.783 57.344 36.938 8.38 21.597-1.696 45.65-20.907 61.53l-11.905-14.405c14.65-12.11 20.17-27.987 15.375-40.344-4.74-12.213-20.912-24.79-58.563-26.936-5.286 6.23-9.412 12.884-12.468 19.844-12.038 27.414-8.065 61.404 11.593 97.187l-16.375 8.97c-21.57-39.264-27.277-79.646-12.344-113.658 13.06-29.744 41.485-53.265 84.97-66.78l-96.44-68.438 10.814-15.22zm280.594 15.875l-1.81 5.22-39.314 114.686 11.97 22.44 32.093-93.283-2.94-49.062zm-463 1.75l-5.124 36.47 56.75 58.624-1.344-43.157-50.28-51.938zM118.595 129l-25.406 47.47 1.28 41.186 25.5-50.875-1.374-37.78zm319.25 141.188l-30.72 89.562 1.095 53.78 41.592-120.936-11.968-22.406zM388.72 372.656l-151.095 76.156-2.656 1.344L229 487.22l160.72-64.283-1-50.28zm-277.97 36.78l10.22 50.377 89.093 27.687 6.875-42.688-106.188-35.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-broom tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M153.654 18l52.57 134.734c1.698 3.994 4.05 5.83 7.243 6.977 3.2 1.15 7.36 1.2 11.058.17 3.698-1.03 6.71-3.146 7.996-4.915 1.288-1.77 1.634-2.564.505-5.24l-.046-.112L181.57 18h-27.916zm94.168 120.143l1.88 4.81-.09-.223c3.346 7.937 1.828 16.822-2.532 22.82-4.36 5.996-10.773 9.734-17.723 11.67-6.95 1.937-14.653 2.065-21.98-.57-7.327-2.634-14.155-8.447-17.742-16.923l-.05-.118-1.757-4.5c-31.31 19.804-42.47 42.026-35.367 68.89 1.24 4.681 3.422 12.364 5.964 22.13 74.37-5.274 139.945-23.872 199.808-51.6-10.297-13.867-22.5-25.83-38.232-34.53-20.505-11.34-47.652-20.157-72.178-21.857zm120.557 71.52c-61.497 28.81-129.173 48.378-205.575 54.196 2.03 8.683 4.08 18.28 5.95 28.495 89.592-10.084 163.043-26.22 217.755-48.767-5.743-11.72-11.593-23.19-18.13-33.924zm26.04 50.16c-57.093 23.772-131.99 40.087-222.73 50.322C180.697 371.423 179.614 446.752 128 480c16.27 0 31.892-.152 46.926-.45 17.84-25.554 31.27-66.222 32.08-86.146 8.27 16.793 3.297 59.32-5.36 85.434 2.735-.093 5.435-.193 8.127-.297 11.824-12.397 11.724-28.632 14.72-47.284 3.324 14.92 7 32.967 9.505 46.156 11.273-.616 22.152-1.34 32.606-2.183 16.38-20.358 21.65-49.604 18.63-85.48 4.226 29.1 9.116 62.138 11.873 82.55 9.662-1.083 18.925-2.29 27.807-3.614 5.04-18.787-4.1-48.444-2.072-69.54 11.123 43.113 22.247 55.45 33.37 64.043 5.42-1.115 10.655-2.293 15.733-3.526-4.7-13.95 1.573-22.497 1.18-39.986 5.647 18.99 14.625 26.958 24.428 32.816 6.506-2.1 12.66-4.336 18.492-6.697-10.538-6.57-10.113-26.374-12.38-42.926 5.954 21.703 14.413 32.418 24.083 37.816 29.124-13.8 48.69-31.534 60.398-53.657-9.078-3.82-18.674-13.002-28.068-20.092 13.214 7.477 23.684 10.614 32.37 10.93 1.323-3.206 2.514-6.49 3.552-9.868-56.326-19.528-80.07-64.018-101.58-108.178z"/></svg>
<svg class="tc-image-originals-brutal-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 34.162c-.135.22-.175.203-.314.447-1.975 3.46-4.37 9.255-6.72 16.347-4.703 14.183-9.438 33.67-13.575 53.223-4.137 19.553-7.708 39.222-10.238 54.084-1.264 7.43-2.27 13.66-2.957 18.07-.343 2.204-.606 3.957-.78 5.158-.07.47-.112.778-.15 1.065.095 1.402 1.882 4.45 8.008 7.433 6.302 3.07 15.98 5.293 26.727 5.293 10.748 0 20.425-2.223 26.727-5.293 6.126-2.984 7.913-6.03 8.01-7.433l-.15-1.065c-.176-1.2-.44-2.954-.782-5.158-.687-4.41-1.693-10.64-2.957-18.07-2.53-14.862-6.1-34.53-10.24-54.084-4.136-19.554-8.87-39.04-13.573-53.223-2.35-7.092-4.746-12.886-6.72-16.348-.14-.245-.18-.23-.315-.448zM87.066 53.222c-39.793 29.842-65.173 69.95-65.173 114.284 0 30.934 11.92 59.887 32.646 84.695l27.13-78.23c-11.335-17.452-17.668-36.89-17.668-57.384 0-22.984 8.953-44.332 23.064-63.363zm337.883.016c14.094 19.032 23.064 40.38 23.064 63.364 0 20.493-6.333 39.928-17.664 57.377l27.123 78.208c20.718-24.805 32.634-53.753 32.634-84.682 0-44.333-25.38-84.443-65.158-114.268zM214.26 129.043c-36.194 9.176-61.82 31.89-80.563 70.234-24.892 50.927-35.985 130.406-36.304 239.645 43.728 24.578 91.336 38.24 139.99 40.765-.34-38.18-6.926-98.547-11.704-137.69-66.903-5.935-95.838-29.493-95.838-29.493s3.777-27.682 6.396-39.936c38.412 12.937 78.856 19.46 119.776 19.22 40.904.223 81.347-6.283 119.76-19.22 2.618 12.254 6.398 39.936 6.398 39.936s-27.968 24-95.875 29.648c-4.778 39.148-11.345 99.41-11.687 137.536 48.655-2.526 96.263-16.188 139.99-40.766-.318-109.24-11.41-188.718-36.302-239.645-18.74-38.345-44.368-61.058-80.562-70.234 1.763 9.38 3.32 18.147 4.617 25.748.345.185.697.36 1.036.55 12.55 6.98 21.67 17.51 23.542 30.355l6.01 41.295-.815 1.998c-5.284 12.98-18.74 20.31-33.104 25.653-14.363 5.344-30.252 8.233-42.947 8.356h-.158c-12.69-.13-28.578-3.02-42.94-8.36-14.365-5.342-27.82-12.666-33.105-25.648l-.814-1.998 6.008-41.295c1.87-12.844 10.99-23.374 23.54-30.355.34-.19.692-.365 1.037-.55 1.297-7.6 2.854-16.367 4.617-25.747zm-112.41 35.178l-41.44 119.49 29.695 13.71c6.08-42.11 15.602-77.018 29.332-105.11 3.33-6.817 6.94-13.21 10.814-19.2l-28.402-8.89zm308.312 0l-28.416 8.895c3.874 5.986 7.482 12.38 10.813 19.194 13.732 28.093 23.256 63.002 29.335 105.116l29.71-13.717-41.44-119.49zm-208.066 19.147c-.652 1.524-1.097 3.067-1.323 4.615l-5.287 36.332c2.948 4.908 11.57 11.185 23.02 15.442 12.417 4.617 27.205 7.245 37.496 7.363 10.286-.112 25.07-2.738 37.486-7.356 11.45-4.26 20.074-10.54 23.022-15.45l-5.287-36.332c-.226-1.548-.67-3.09-1.323-4.615-1.095.378-2.223.747-3.37 1.112-.98 9.068-8.33 15.628-16.854 19.78-9.16 4.462-20.84 6.896-33.678 6.896-12.84 0-24.52-2.434-33.678-6.896-8.523-4.152-15.873-10.712-16.853-19.78-1.15-.366-2.277-.735-3.372-1.113z" fill="#fff"/></svg>
<svg class="tc-image-originals-bubble-field tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.906 13.47c-132.42 0-240.03 107.578-240.03 240 0 132.42 107.61 240.03 240.03 240.03 132.42 0 240-107.61 240-240.03 0-132.422-107.58-240-240-240zm-9.375 23.25v18.093c3.11-.146 6.233-.22 9.376-.22 3.123 0 6.226.076 9.313.22V36.718c13.066.55 25.82 2.243 38.186 5l-4.687 17.53c6.108 1.352 12.117 2.97 18 4.875l4.717-17.563c12.366 3.906 24.24 8.896 35.532 14.844L345.81 77.25c5.522 2.91 10.898 6.065 16.094 9.47l9.188-15.94c10.828 6.956 20.983 14.85 30.375 23.564l-13.126 13.125c4.56 4.244 8.92 8.718 13.062 13.374l13.22-13.22c8.58 9.458 16.335 19.694 23.155 30.564l-16.342 9.437c3.29 5.275 6.333 10.72 9.125 16.313l16.468-9.5c5.78 11.266 10.587 23.13 14.345 35.437l-18.53 4.97c1.792 5.94 3.328 11.99 4.56 18.155l18.658-5c2.607 12.257 4.173 24.884 4.625 37.813h-19.532c.062 2.034.094 4.074.094 6.125 0 4.22-.145 8.407-.406 12.562h19.72c-.644 12.87-2.405 25.447-5.19 37.625l-19.28-5.156c-1.423 6.096-3.15 12.102-5.125 17.967l19.436 5.22c-3.912 12.15-8.86 23.832-14.75 34.937l-17.625-10.188c-2.947 5.513-6.15 10.847-9.592 16.03l17.78 10.252c-6.872 10.634-14.644 20.632-23.218 29.875l-14.656-14.657c-4.25 4.565-8.713 8.917-13.375 13.063l14.75 14.75c-9.316 8.453-19.377 16.096-30.064 22.842l-10.47-18.156c-5.246 3.317-10.65 6.4-16.217 9.22l10.5 18.187c-11.097 5.734-22.73 10.57-34.845 14.343l-5.47-20.406c-5.9 1.855-11.936 3.45-18.06 4.75l5.467 20.406c-12.102 2.646-24.572 4.275-37.343 4.813v-21.126c-3.088.143-6.19.22-9.314.22-3.143-.002-6.267-.075-9.375-.22v21.125c-12.76-.542-25.216-2.198-37.31-4.845L212.687 445c-6.126-1.3-12.162-2.895-18.063-4.75l-5.47 20.375c-12.103-3.77-23.755-8.583-34.843-14.313l10.5-18.187c-5.58-2.826-10.99-5.925-16.25-9.25l-10.468 18.156c-10.68-6.744-20.723-14.392-30.03-22.842l14.717-14.72c-4.663-4.147-9.09-8.525-13.343-13.093L94.78 401.03c-8.568-9.237-16.348-19.214-23.218-29.842l17.782-10.282c-3.434-5.174-6.65-10.498-9.594-16l-17.625 10.188c-5.888-11.104-10.838-22.79-14.75-34.938l19.438-5.22c-1.974-5.864-3.67-11.87-5.094-17.967l-19.314 5.155c-2.784-12.183-4.543-24.754-5.187-37.625h19.718c-.262-4.155-.407-8.34-.407-12.563 0-2.05.033-4.09.095-6.125h-19.53C37.54 232.89 39.08 220.25 41.687 208l18.687 5c1.233-6.165 2.77-12.214 4.563-18.156l-18.532-4.97c3.763-12.313 8.56-24.164 14.344-35.436l16.47 9.5c2.79-5.594 5.832-11.038 9.124-16.313L70 138.187c6.82-10.864 14.577-21.077 23.156-30.53l13.22 13.218c4.142-4.66 8.47-9.158 13.03-13.406l-13.094-13.095c9.385-8.708 19.526-16.61 30.344-23.563l9.188 15.938c5.207-3.413 10.59-6.582 16.125-9.5l-9.157-15.844c11.278-5.94 23.152-10.91 35.5-14.812l4.718 17.562c5.895-1.91 11.91-3.55 18.032-4.906l-4.687-17.5c12.358-2.756 25.097-4.478 38.156-5.03zm-13.343 42.56l-28 176.25-76.093 23.376V242.03h-18.688v108h18.688v-17.967h68.187l22.626 22.406h-19.47v41.686h110.908V354.47h-19.5l22.625-22.408h68.25v17.97h18.686v-108H380.72v36.874l-76.126-23.375-28-176.25h-45.406zM253.875 166c12.892.016 25.78 24.938 25.78 74.688h-51.56c0-49.816 12.888-74.704 25.78-74.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-bubbles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M82.055 26.807c-33.127 0-60.182 27.057-60.182 60.183 0 33.126 27.055 60.182 60.182 60.182 33.126 0 60.18-27.056 60.18-60.182 0-33.127-27.054-60.183-60.18-60.183zm13.85 21.043c16.15 5.665 27.64 20.98 27.64 39.14 0 23.025-18.465 41.49-41.49 41.49-23.025 0-41.49-18.465-41.49-41.49 0-.55.02-1.097.04-1.642 6.067 8.444 15.966 13.95 27.157 13.95 18.46 0 33.425-14.966 33.425-33.427 0-6.638-1.943-12.82-5.28-18.02zm158.058 11.855c-58.15.002-105.123 47.627-105.123 105.71 0 48.528 32.96 89.51 77.738 101.726-8.41 17.653-13.498 37.277-13.498 58.294 0 76.485 62.51 138.998 138.996 138.998h.004c76.485 0 138.412-62.562 138.412-138.998 0-38.083-15.76-72.427-40.658-97.454 16.358-14.68 26.643-36.147 26.643-59.648 0-43.695-35.733-79.426-79.428-79.426-20.743 0-39.395 8.335-53.43 21.41-18.555-30.156-51.717-50.61-89.657-50.61zm0 18.69c34.466 0 64.11 20.527 78.127 49.697-2.174 5.54-3.38 11.563-3.38 17.873 0 27.04 21.918 48.96 48.958 48.96s48.96-21.92 48.96-48.96c0-14.81-6.586-28.073-16.978-37.05 27.496 5.802 48.137 30.194 48.137 59.417 0 21.225-10.98 40.403-27.336 51.186l-10.354 6.826 9.418 8.07c25.745 22.062 42.29 54.548 42.29 91.02 0 66.374-53.402 120.308-119.724 120.308h-.004c-57.162 0-105.154-40.103-117.322-93.642 15.684 22.5 41.747 37.226 71.254 37.226 47.94 0 86.8-38.862 86.8-86.8 0-47.94-38.86-86.8-86.8-86.8-28.382 0-53.578 13.625-69.416 34.688-39.414-8.176-69.063-43.066-69.063-85 0-.494.01-.985.017-1.476 9.545 23.694 32.734 40.425 59.846 40.425 35.627 0 64.51-28.88 64.51-64.508 0-28.533-18.534-52.723-44.214-61.232 2.07-.148 4.162-.228 6.273-.228zm-148.018 163.44c-7.16-.028-14.436.883-21.668 2.82C40.2 256.47 14.415 302.08 26.203 346.076c6.57 24.52 23.502 43.28 44.84 53.198-6.084 12.932-7.977 27.963-3.982 42.87 9.028 33.693 44.24 53.447 77.813 44.45 33.573-8.995 53.595-43.677 44.6-77.25-3.488-13.016-10.86-23.98-20.496-32.017 16.684-19.844 24.108-47.014 16.87-74.027v-.003c-9.596-35.817-41.55-59.943-76.84-61.395-1.017-.042-2.04-.064-3.062-.068zm0 18.665c.794.002 1.586.018 2.375.05 27.367 1.083 52.01 19.727 59.475 47.585 6.445 24.055-2.003 47.964-19.39 63.7l-9.663 8.743 11.383 6.346c10.19 5.68 18.04 15.104 21.295 27.256 6.393 23.86-7.526 47.97-31.383 54.36-20.92 5.606-42.49-4.383-51.775-22.935 6.85 3.057 14.754 3.877 22.564 1.784 18.086-4.847 28.82-23.438 23.973-41.525-4.847-18.085-23.437-28.816-41.523-23.97-2.766.74-5.36 1.807-7.752 3.14-19.715-6.628-35.476-22.17-41.27-43.797-.678-2.524-1.18-5.05-1.548-7.572 10.962 18.105 32.915 27.61 54.387 21.857 26.044-6.978 41.5-33.75 34.52-59.796-4.7-17.548-18.392-30.275-34.788-34.586 3.055-.432 6.1-.647 9.12-.64z" fill="#fff"/></svg>
<svg class="tc-image-originals-bubbling-beam tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M17.607 15.518v72.9L225.837 278.5 114.91 254.926l144.863 114.262c1.57-15.168 14.386-27 29.97-27 16.642 0 30.136 13.49 30.136 30.134 0 16.64-13.49 30.135-30.136 30.135-10.836 0-20.334-5.722-25.644-14.31l-105.08-2.928 156.667 71.807-124.75 22.85 43.122 15.246h121.036c.962-5.602 2.166-11.124 3.597-16.555-13.39-4.216-23.105-16.73-23.105-31.515 0-18.244 14.79-33.037 33.04-33.037 6.266 0 12.127 1.746 17.12 4.777 5.93-8.855 12.5-17.16 19.61-24.81-4.832-4.24-8.404-9.88-10.07-16.294-3.96 3.357-9.082 5.386-14.68 5.386-12.543 0-22.713-10.167-22.713-22.713 0-12.543 10.167-22.713 22.712-22.713 8.763 0 16.365 4.965 20.153 12.235 5.95-7.925 15.426-13.053 26.1-13.053 12.914 0 24.075 7.504 29.363 18.39 12.128-6.168 24.79-10.725 37.685-13.425v-67.293l-7.635-65.463-38.052 105.1-38.988-164.658-28.673 111.69-93.04-160.578 10.25 119.818L99.375 15.518H17.606zm268.09 241.447c8.683 0 16.033 5.703 18.512 13.568 5.346-4.592 12.292-7.373 19.894-7.373 16.875 0 30.56 13.68 30.56 30.56 0 16.875-13.68 30.56-30.56 30.56-16.744 0-30.337-13.47-30.55-30.167-2.403 1.066-5.058 1.67-7.857 1.67-10.718 0-19.408-8.69-19.408-19.41 0-10.718 8.686-19.408 19.407-19.408zm112.25 25.084c10.72 0 19.41 8.688 19.41 19.41 0 10.717-8.69 19.407-19.41 19.407-10.718 0-19.408-8.687-19.408-19.408 0-10.72 8.686-19.41 19.407-19.41z"/></svg>
<svg class="tc-image-originals-bubbling-bowl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M267.982 22.29c-17.095 0-30.953 13.86-30.953 30.954 0 17.096 13.857 30.953 30.952 30.953 17.096 0 30.954-13.857 30.954-30.953 0-17.095-13.858-30.953-30.954-30.953zm-2.77 9.33c-1.963.883-3.61 2.304-5.22 3.915-7.128 7.128-7.344 18.743-.217 25.87 7.128 7.13 18.96 7.13 26.088 0 1.707-1.705 2.808-3.775 3.698-5.87-.526 4.734-2.46 9.416-6.087 13.043-8.487 8.487-22.166 8.268-30.653-.217h-.002c-8.484-8.483-8.703-22.166-.216-30.65 3.48-3.48 8.08-5.463 12.61-6.09zm-89.09 2.294c-23.916 0-43.302 19.384-43.302 43.3 0 23.914 19.386 43.3 43.3 43.3 3.23 0 6.375-.365 9.403-1.035 1.283 15.915 14.596 28.434 30.842 28.434 17.096 0 30.953-13.858 30.953-30.953 0-16.374-12.717-29.77-28.812-30.87.597-2.866.916-5.834.916-8.877 0-23.915-19.386-43.3-43.3-43.3zm-6.476 15.88c-2.674 1.203-4.917 3.14-7.11 5.333-9.717 9.716-10.012 25.55-.298 35.266 9.715 9.716 25.845 9.716 35.56 0 2.328-2.327 3.827-5.15 5.04-8.002-.718 6.454-3.354 12.837-8.3 17.782-11.565 11.568-30.216 11.27-41.782-.297h-.002c-11.566-11.566-11.863-30.22-.295-41.785 4.742-4.743 11.014-7.443 17.186-8.297zM324.49 87.196c-32.255 0-58.402 26.147-58.402 58.403 0 32.255 26.147 58.402 58.402 58.402 32.256 0 58.403-26.147 58.403-58.402 0-32.256-26.147-58.403-58.403-58.403zm-111.57 11.74c-1.85.83-3.4 2.17-4.918 3.688-6.72 6.72-6.926 17.668-.207 24.387 6.718 6.718 17.873 6.718 24.594 0 1.608-1.61 2.642-3.56 3.48-5.533-.494 4.46-2.317 8.873-5.735 12.293-8 8-20.896 7.794-28.895-.205-7.998-7.998-8.206-20.895-.207-28.894 3.28-3.28 7.618-5.15 11.887-5.738zm104.89 2.717c-3.913 1.76-7.193 4.592-10.404 7.803-14.21 14.21-14.644 37.37-.433 51.582 14.21 14.21 37.803 14.21 52.013 0 3.402-3.404 5.596-7.53 7.37-11.704-1.05 9.438-4.905 18.773-12.137 26.006-16.92 16.92-44.2 16.485-61.118-.434-16.92-16.92-17.353-44.198-.434-61.117 6.937-6.936 16.11-10.887 25.14-12.136zm-96.124 68.07c-23.87 0-43.22 19.348-43.22 43.217 0 23.87 19.35 43.22 43.22 43.22 23.87 0 43.216-19.35 43.216-43.22 0-23.868-19.347-43.215-43.216-43.215zm-3.52 11.803c-2.824 1.27-5.192 3.316-7.512 5.633-10.262 10.262-10.572 26.98-.31 37.242 10.262 10.262 27.294 10.262 37.554 0 2.456-2.457 4.04-5.436 5.32-8.45-.756 6.815-3.54 13.555-8.763 18.778-12.215 12.215-31.912 11.903-44.127-.312h-.002c-12.215-12.215-12.53-31.914-.312-44.13 5.008-5.007 11.632-7.86 18.152-8.76zm82.322 68.106c-14.153 0-26.078 9.5-29.767 22.47-5.014-.097-10.057-.166-15.154-.166-64.15 0-122.217 7.86-165.02 20.92-21.403 6.53-39.006 14.3-51.93 23.623-14.435 12.847-25.627 24.45-20.85 42.916 5.49 36.45 32.217 68.37 70.718 91.483 43.34 26.017 102.216 41.702 167.08 41.702 64.865 0 123.74-15.685 167.08-41.703 38.48-23.103 65.2-55 70.71-91.427.707-4.507 1.486-9.716.51-14-2.14-11.28-10.294-21-21.344-28.973-12.925-9.324-30.528-17.092-51.93-23.623-25.175-7.682-55.657-13.545-89.524-17.087-2.313-14.808-15.12-26.137-30.578-26.137zm-1.26 11.597c-1.85.832-3.4 2.17-4.92 3.688-6.718 6.72-6.923 17.668-.204 24.387 6.718 6.718 17.87 6.718 24.59 0 1.61-1.61 2.647-3.56 3.486-5.534-.496 4.464-2.32 8.876-5.74 12.296-7.997 8-20.894 7.794-28.893-.205-8-7.997-8.204-20.894-.205-28.893 3.28-3.28 7.618-5.148 11.887-5.737zm-43.662 29.405c5.286 0 10.512.074 15.707.183 4.226 12.065 15.707 20.72 29.215 20.72 12.17 0 22.69-7.023 27.748-17.235 33.278 3.444 62.996 9.144 86.897 16.437 20.132 6.144 36.143 13.47 46.447 20.903 9.27 6.687 13.307 12.79 14.027 17.976-.107 1.926-.283 3.845-.54 5.755-1.483 4.648-5.58 9.927-13.487 15.63-2.407 1.737-5.137 3.468-8.146 5.18-60.55-67.602-319.786-71.505-397.23-.867-2.423-1.428-4.647-2.867-6.65-4.312-7.927-5.72-12.026-11.013-13.5-15.67-.25-1.888-.423-3.784-.53-5.688.708-5.192 4.744-11.306 14.03-18.005 10.305-7.434 26.315-14.76 46.448-20.903 40.265-12.287 96.956-20.105 159.564-20.105zM52.376 394.617c10.775 5.7 23.588 10.725 38.17 15.174 42.803 13.063 100.87 20.92 165.02 20.92s122.22-7.857 165.024-20.92c14.576-4.447 27.384-9.47 38.158-15.167-10.695 14.855-26.175 28.496-45.725 40.232-39.745 23.86-95.63 39.04-157.46 39.04-61.828 0-117.714-15.18-157.46-39.04-19.552-11.737-35.033-25.38-45.728-40.238z"/></svg>
<svg class="tc-image-originals-bubbling-flask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M186.22 21.25c1.304 7.696 2.775 14.91 4.436 21.625h-24.999l10.53 14.78s13.66 19.322 21.75 43.814c4.047 12.245 6.576 25.603 5.595 38-.98 12.394-5.132 23.72-15.093 33.718-20.252 20.325-47.89 40.234-70.968 64.406-23.08 24.17-41.844 53.534-41.845 91.656 0 2.038.002 39.462-.03 76.813-.018 18.675-.04 37.337-.064 51.593-.01 7.13-.017 13.167-.03 17.53-.013 4.366-.07 7.62-.063 7.345l-.28 9.564 9.562.062 312.53 2.28 9.75.064-.344-9.75c.007.21-.043-3.14-.062-7.594-.02-4.454-.046-10.56-.063-17.78-.033-14.443-.068-33.324-.092-52.188-.05-37.73-.063-75.526-.063-77.938 0-38.97-19.523-68.73-43.53-93.03-24.01-24.302-52.733-44.122-73.75-64.407-9.965-9.617-13.824-20.463-14.408-32.563-.583-12.1 2.526-25.324 7.188-37.5 9.003-23.515 23.025-42.038 24-43.313l15.53-15.562h-32.53c1.647-6.712 3.142-13.924 4.438-21.625H186.22zM217 99.78c14.52 15.522 31.15 15.58 45.656.064-4.346 12.522-7.3 26.29-6.625 40.312.764 15.827 6.586 32.085 20.064 45.094v.03c22.692 21.903 51.186 41.51 73.47 64.064 22.28 22.555 38.123 47.073 38.123 79.906 0 2.55.014 40.232.063 77.97.024 18.867.06 37.73.094 52.186.016 6.595.045 11.937.062 16.28l-293.719-2.155c.013-4.24.02-9.396.032-15.842.023-14.266.044-32.948.06-51.625.035-37.356.032-74.663.032-76.813 0-32.095 15.238-56.318 36.657-78.75 21.417-22.432 48.81-42.17 70.686-64.125 13.238-13.287 19.274-29.548 20.53-45.438 1.135-14.317-1.343-28.396-5.186-41.156zm34.47 98.782c-17.31 0-31.532 14.224-31.532 31.532 0 17.307 14.223 31.53 31.53 31.53 17.308 0 31.532-14.223 31.532-31.53 0-17.308-14.224-31.53-31.53-31.53zm0 18.688c7.206 0 12.843 5.636 12.843 12.844 0 7.207-5.637 12.844-12.844 12.844-7.21 0-12.845-5.637-12.845-12.844 0-7.208 5.636-12.844 12.844-12.844zM131.5 277.625c-10.615 14.95-18.094 31.583-18.094 52 0 5.323-.142 119.566-.344 124.72l256.094 3.81c-.304-6.364-.53-121.892-.53-128.53 0-20.39-7.51-37.15-18.126-52h-37c3.193 5.568 5.03 12.007 5.03 18.844 0 20.968-17.215 38.186-38.186 38.186-20.97 0-38.156-17.217-38.156-38.187 0-6.838 1.842-13.277 5.03-18.845H131.5zm144 0c-8.475 2.115-14.625 9.648-14.625 18.844 0 10.87 8.597 19.5 19.47 19.5 10.87 0 19.5-8.632 19.5-19.5 0-9.197-6.175-16.73-14.658-18.845H275.5zM211.344 319.5c18.92 0 34.437 15.518 34.437 34.438 0 18.918-15.516 34.468-34.436 34.468s-34.47-15.55-34.47-34.47c0-18.918 15.55-34.436 34.47-34.436zm0 18.688c-8.82 0-15.78 6.93-15.78 15.75s6.96 15.78 15.78 15.78 15.75-6.96 15.75-15.78-6.93-15.75-15.75-15.75zm92.97 10.125c25.53 0 46.436 20.905 46.436 46.437 0 25.53-20.905 46.438-46.438 46.438-25.532 0-46.437-20.906-46.437-46.438 0-25.532 20.905-46.438 46.438-46.438zM304.31 367c-15.433 0-27.75 12.317-27.75 27.75s12.317 27.75 27.75 27.75 27.75-12.32 27.75-27.75c0-15.433-12.316-27.75-27.75-27.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-bud tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M384.125 18.97c-70.015 129.283-252.07 74.705-332.5 193.757l38.88 103.666c22.01-21.787 47.782-40.787 79.567-54.06l9.258-3.868 3.2 9.51c12.575 37.39 23.49 94.565 26.86 147.505l102.616-30.894c22.346-120.723 64.364-227.22 179.244-188.4-.588-.9-1.215-1.802-1.844-2.686-25.24-32.43-76.745-57.15-126.562-53.344-7.054 6.68-14.54 13.147-22.156 19.75-41.628 36.097-88.005 75.316-100.375 170.75l-18.563-2.406c13.072-100.845 65.095-146.402 106.688-182.47 20.796-18.032 38.698-33.91 49.125-53 10.15-18.584 14.12-40.507 6.562-73.81zm99.906 61.968c-25.515 2.268-52.788 3.074-82.03 1.624-2.063 6.823-4.76 13.198-8.03 19.188-3.806 6.966-8.29 13.374-13.25 19.438 22.365.908 44.225 6.32 63.905 15.124l39.406-55.375zM92.966 112.686c-24.006 18.624-41.328 40.01-55.32 62.77l6.193 16.51c15.573-19.714 34.12-34.565 54.695-46.66l-5.568-32.62zm-65.36 89.218c-9.833 47.09-12.01 104.668-2.27 155.688 11.808 61.856 40.106 112.43 90.153 127.283 34.535 10.248 83.65 10.54 126.72-4.996 38.26-13.802 71.604-39.362 88.542-81.42l-120.473 36.27c.24 8.67.253 17.144-.004 25.293l-18.68-.587c1.737-55.24-9.873-129.092-23.745-175.46-39.45 18.767-68.732 47.248-94.04 79.536l-14.71-11.53c5.46-6.967 11.147-13.825 17.107-20.503l-48.6-129.576z" fill="#fff"/></svg>
<svg class="tc-image-originals-bugle-call tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M340.53 16.47l-19.25 89.374L391.94 16.47H340.53zm151.283 18.686L372.063 167.75l119.75-47.906V35.156zM185.375 80.25c-.652.01-1.293.034-1.938.063-9.51.422-18.37 2.635-25.687 7.593-16.964 11.492-11.295 37.156-22.78 63.094C95.73 239.616 56.09 303.885 21.062 351.313v103.375c61.582-21.345 153.303-43.464 287.343-47.907 28.125-.93 49.728 12.582 66.594 1.158 41.638-28.207 26.563-122.468-33.28-210.813-3.74-5.52-7.224-11.14-11.126-16.344-46.8-62.426-104.125-101.083-145.22-100.53zM180 104.75c-6.756 13.893-.412 43.86 15.938 80.75-5.16-18.626-4.688-32.142 2.687-36.625 16.125-9.802 59.054 27.175 95.875 82.594 36.82 55.417 53.593 108.29 37.47 118.093-6.634 4.032-17.81.138-31.22-9.688 27.717 28.092 52.734 44.51 68.094 43.656-1.785 3.17-3.675 6.244-6.5 8.158-26.9 18.225-91.755-30.25-144.656-108.344-52.902-78.094-73.87-156.34-46.97-174.563 2.757-1.866 5.784-3.525 9.282-4.03zm311.813 115.563l-84.688 27.437 84.688 12.844v-40.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bulb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M313.3 17.086c-13.082 12.09-26.162 25.898-39.24 42.238-40.78 61.662-59.706 130.838-39.908 213.328-35.99-92.217-15.31-164.737 29.243-228.96-1.796-8.394-4.97-16.178-9.848-23.335-18.883 65.377-89.362 100.41-147.62 146.344-32.994 28.667-51.81 58.787-57.06 89.454-4.766 27.835 1.33 56.803 19.78 87.094 10.802-34.31 26.768-63.865 46.324-84.49l9.24-9.744 5.927 12.048c32.275 65.613 71.142 112.01 114.412 140.842 10.374-18.086 14.635-36.342 19.333-55.845l2.474-10.277 9.895 3.715c22.212 8.34 44.04 18.5 61.678 35.14 18.183-38.612 27.566-85.392 23.783-142.236l-.797-11.978 11.81 2.168c22.627 4.154 45.408 14.432 65.753 30.54 3.233-10.887 3.598-21.046 1.475-30.638-2.42-10.94-8.185-21.423-17.627-31.346-55.215-43.087-121.203-82.3-109.03-174.062zM459.16 223.828c1.99 13.81.06 28.272-5.61 42.79 14.545 14.657 27.26 32.713 36.968 54.05 6.42-42.19-8.148-71.86-31.358-96.84zm-78.387 19.922c3.938 117.992-48.892 196.586-118.076 246.203 41.487-1.66 82.776-11.07 118.708-28.603 38.565-59.352 53.18-120.09 21.737-183.485 41.182 56.464 37.983 108.683 14.457 161.6 29.275-21.75 52.308-50.63 64.94-86.918-18.195-60.55-60.133-96.758-101.767-108.797zm-351.93 23.576c-6.177 20.626-8.39 44.052-5.187 71.22 3.357 28.463 14.477 53.087 31.186 73.73 1.48-15.455 3.942-30.564 7.295-45.065-23.806-33.228-35.06-67.02-33.294-99.884zm91.03 14.627c-25.597 33.54-44.708 89.362-47.594 148.688 25.046 22.66 57.76 39.022 93.898 48.803-34.22-40.04-60.895-91.9-43.45-151.37-9.138 65.866 35.742 116.368 82.06 159.146 8.045 1.097 16.177 1.884 24.355 2.382 21.233-12.672 41.274-27.57 59.058-45.157-65.71-22.84-123.458-76.94-168.325-162.492zm159.564 79.024c-4.064 16.386-8.998 33.45-18.932 50.656 13.564 7.528 27.518 13.412 41.795 17.732 9.843-11.415 18.77-23.84 26.56-37.367-13.084-13.78-30.284-23.143-49.424-31.02z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M68.596 28.182c-86.767 50.67-51.027 136.884 123.35 136.884l2.835-70.433c-71.07 14-169.105 15.57-126.184-66.45zm378.455 0c42.92 82.022-55.114 80.45-126.185 66.45l2.836 70.434c174.378 0 210.117-86.213 123.35-136.884zM174.206 220.768c-3.798.104-7.758.785-11.816 2.087-1.887 29.822 11.63 50.308 48.516 39.88-.462-26.26-16.194-42.53-36.7-41.967zm167.213 0c-20.507-.563-36.24 15.707-36.7 41.966 36.886 10.43 50.404-10.057 48.518-39.88-4.058-1.3-8.02-1.982-11.818-2.086zm-53.123 162.7l-10.793 15.266c15.535 10.978 19.19 32.196 8.21 47.73C274.736 462 253.533 465.64 238 454.663c-15.535-10.978-19.19-32.193-8.21-47.728 2.03-2.875 4.483-5.42 7.288-7.543l-11.263-14.894c-4.34 3.283-8.153 7.203-11.292 11.645-16.805 23.784-11.098 56.982 12.685 73.788 23.784 16.806 56.956 11.098 73.762-12.686 16.806-23.783 11.11-56.967-12.672-73.773z" fill="#fff"/></svg>
<svg class="tc-image-originals-bull-horns tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M73.813 39.28c70.517 36.34 49.052 103.816 8.374 138.22-88.595 74.925-82.78 199.22 48.25 244.563-10.524-32.924-9.554-66.272 2.063-99.063-30.195-25.72-38.378-63.247 11.906-135.656 30.388-43.758 23.922-140.87-70.594-148.063zm361.5 0c-94.516 7.193-100.982 104.306-70.594 148.064 47.774 68.795 42.742 106.107 16.217 131.72 7.033 17.736 12.06 35.84 13.282 54.467.963 14.702-.57 29.68-5.25 44.72 120.973-48.166 124.15-167.84 37.936-240.75-40.677-34.404-62.11-101.88 8.406-138.22zm-79.875 268.345c-66.123 9.62-131.398 17.49-196.22.688-23.464 45.56-24.194 89.256.47 134.656 65.572-6.135 131.11-5.805 196.593.06 15.795-23.503 20.762-45.73 19.283-68.28-1.44-21.957-9.355-44.356-20.125-67.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-bullets tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M162.322 17.943l-28.316 105.682 18.053 4.838 4.194-15.654 169.764 45.487 11.28-42.088-169.872-45.105 4.838-18.052 169.87 45.103 4.038-15.066L176.404 37.6l3.97-14.82-18.052-4.837zM361.336 98.7l-14.453 53.943c53.99 13.97 102.986 20.59 150.95 10.964-37.1-32.648-82.453-50.034-136.497-64.906zM128.676 145l-41.82 101.104 17.27 7.142 6.216-15.023L272.75 305.4l16.36-39.556-162.43-67.12 7.142-17.27 162.432 67.118 6.254-15.12-162.406-67.18 5.843-14.13-17.27-7.142zm186.818 105.95l-21.344 51.605c51.717 20.872 99.435 33.81 148.24 30.502-32.538-37.196-75.244-60.332-126.896-82.106zM77.107 266.067l-54.705 94.752 16.186 9.346 8.133-14.086 152.23 87.893 20.472-35.452L66.988 320.97l9.344-16.183 152.434 87.545 9.117-15.79L85.65 288.647l7.643-13.238-16.186-9.344zM248.46 395.594l-27.92 48.363c48.526 27.46 94.13 46.532 142.942 49.647-27.38-41.132-66.678-69.662-115.02-98.01z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-bullseye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M311.133 257.95a15.074 15.074 0 0 1-12.845 17.026l-147.248 20.61-21.33 32.522-82.637 11.57 21.33-32.568-24.547 3.44c-.278 0-.555.12-.843.165a15.218 15.218 0 0 1-2.108.144 15.074 15.074 0 0 1-2.074-30.016c.29 0 .567 0 .855-.078l24.547-3.438-29.45-25.512 82.582-11.547 29.45 25.51 147.26-20.608a15.196 15.196 0 0 1 2.107-.145 15.085 15.085 0 0 1 14.953 12.923zm-36.704-38.546a32.4 32.4 0 0 1 10.847-10.326 23.427 23.427 0 0 1 13.422-3.04 27.875 27.875 0 0 1 13.542 5.047 44.557 44.557 0 0 1 11.924 12.59 66.342 66.342 0 0 1 8.386 19.134 77.48 77.48 0 0 1 2.562 21.995 67.895 67.895 0 0 1-3.494 19.966 46.132 46.132 0 0 1-8.54 15.352 28.163 28.163 0 0 1-12.402 8.552 23.382 23.382 0 0 1-13.765.255 32.012 32.012 0 0 1-12.512-7.122 45.478 45.478 0 0 1-5.734-6.2l-32.278 4.514a131.154 131.154 0 0 0 7.1 15.973 104.566 104.566 0 0 0 18.656 25.512 69.016 69.016 0 0 0 23.893 15.806 48.373 48.373 0 0 0 27.597 2.22 53.43 53.43 0 0 0 26.31-14.876c7.898-7.853 14.42-18.258 19.112-30.514a131.997 131.997 0 0 0 8.32-41.995 153.26 153.26 0 0 0-5.48-46.92 128.758 128.758 0 0 0-18.49-39.932c-7.6-10.726-16.417-18.946-25.78-24.403a52.998 52.998 0 0 0-27.962-7.62 48.573 48.573 0 0 0-26.278 8.718 69.88 69.88 0 0 0-20.165 21.897 107.505 107.505 0 0 0-11.99 29.516A137.144 137.144 0 0 0 237.68 235l31.192-4.37a49.172 49.172 0 0 1 5.557-11.226zm198.305-34.984c-10.926-35.274-27.287-64.757-46.842-87.374-18.557-21.518-39.544-36.26-61.118-44.213-20.155-7.41-40.564-8.74-59.953-4.248-18.058 4.204-35.196 13.466-50.603 27.62-14.42 13.21-26.09 29.626-35.185 47.807a233.224 233.224 0 0 0-19.29 56.57 286.023 286.023 0 0 0-5.856 60.674l22.582-3.16a209.143 209.143 0 0 1 5.047-40.344 166.26 166.26 0 0 1 15.972-42.926c7.365-13.4 16.716-25.124 27.997-34.087 11.89-9.44 24.88-14.986 38.3-16.64 14.165-1.774 28.773.744 42.938 7.51 14.863 7.1 29.084 18.78 41.485 34.774 12.856 16.572 23.515 37.46 30.66 61.917a225.515 225.515 0 0 1 8.74 74.65c-1.254 24.05-6.4 46.422-14.72 65.656-8.042 18.58-18.857 33.887-31.824 44.88-12.313 10.47-26.345 16.915-41.463 18.656a76.226 76.226 0 0 1-41.163-7.1c-12.313-5.722-23.826-14.485-34.03-25.51a162.212 162.212 0 0 1-25.724-37.637 204.584 204.584 0 0 1-14.542-38.578l-22.484 3.106a280.965 280.965 0 0 0 19.966 57.823 228.2 228.2 0 0 0 32.168 50.092c12.99 15.186 27.82 27.83 43.914 36.793 17.18 9.574 36.027 15.064 55.705 14.865 21.263-.21 41.44-7.022 59.52-19.778 19.356-13.654 36.005-33.897 48.617-59.432 13.244-26.82 21.697-58.788 24.048-93.64a300.742 300.742 0 0 0-12.856-108.76z" fill="#fff"/></svg>
<svg class="tc-image-originals-buoy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M332.53 21.45l-38.774 56.273 14.422 2.027 6.93.975-1.948 13.863-31.687-4.455-1.256 8.912-4.45 31.652-.007.037-.004.037-7.654 54.427-31.03-4.363-1.79 8.14-40.817 185.604c6.63-.623 12.886-1.17 18.79-1.63l3.35-15.24 134.624 18.93-.984 15.587c5.568 2.076 11.38 4.294 17.61 6.732L380.33 200.98l-31.027-4.363 13.367-95.066-31.69-4.456 1.95-13.862 21.353 3.002L332.53 21.45zM174.007 71.224c-15.522 3.527-31.163 14.648-45.994 28.476C113.687 86.316 99.334 76.17 82.475 71.35l-4.95 17.304c15.107 4.32 28.602 14.202 44.112 29.71L128 124.73l6.363-6.367c15.35-15.35 32.643-27.09 43.63-29.588l-3.987-17.55zm142.03 42.213c1.16-.012 2.337.063 3.526.23 12.685 1.784 21.358 13.294 19.575 25.978-1.784 12.685-13.292 21.356-25.977 19.573-12.684-1.785-21.36-13.295-19.576-25.98 1.616-11.495 11.224-19.694 22.45-19.803zm-27.17 53.355c5.884 5.357 13.364 9.068 21.786 10.252 8.424 1.184 16.637-.32 23.77-3.848l-2.943 20.912-45.552-6.405 2.94-20.912zm-17.95 36.978l70.7 9.943-38.762 20.06-31.938-30.002zm-21.457 4.544l36.442 34.23-49.617 25.68 13.174-59.91zm111.384 15.717l-3.82 60.624-40.256-37.812 44.076-22.81zm-61.028 31.583l38.8 36.444-85.886-12.077 47.086-24.367zm-69.423 39.405l124.873 17.558-2.9 46.045-131.882-18.544 9.91-45.058zm21.962 93.798c-23.248-.01-51.884 3.056-95.332 7.653L95.807 494h320.386l-18.384-63.674c-72.987-29.56-100.19-40.694-140.874-41.467-1.505-.03-3.03-.043-4.58-.044z"/></svg>
<svg class="tc-image-originals-burn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C121 16 16 76 16 136c0 30 15 45 30 60-15 15-30 54.417-30 75v165c0 30 30 60 60 60h360c30 0 60-15 60-60V256c0-18.957-15-45-30-60 15-15 30-30 30-60 0-60-105-120-240-120zm0 60c105 0 180 15 180 60 0 15-15 45-30 60 15 15 30 60 30 75v165H76V271c0-15 15-60 30-75-15-15-30-45-30-60 0-45 75-60 180-60zm-10.375 27.125a15 15 0 0 0-10.844 4.375L107.5 234.78a15 15 0 0 0 0 21.22l10.625 10.594a15 15 0 0 0 21.22 0l127.28-127.28a15 15 0 0 0 0-21.19L256 107.5a15 15 0 0 0-10.375-4.375zm100.75 37.125a15 15 0 0 0-10.813 4.375L144.625 335.563a15 15 0 0 0 0 21.187l10.625 10.625a15 15 0 0 0 21.22 0l190.905-190.938a15 15 0 0 0 0-21.187l-10.594-10.625a15 15 0 0 0-10.405-4.375zM383.5 241a15 15 0 0 0-10.813 4.406l-127.28 127.28a15 15 0 0 0 0 21.19L256 404.5a15 15 0 0 0 21.22 0L404.5 277.22a15 15 0 0 0 0-21.22l-10.594-10.594A15 15 0 0 0 383.5 241z" fill="#fff"/></svg>
<svg class="tc-image-originals-burning-blobs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M30.936 23.332c-.97 100.412 10.37 192.13 100.757 231.064 109.81 47.303 46.883 118.85-58.246 83.002 76.11 65.222 145.665 141.652 200.928 159.985 6.78 2.995 14.26 4.674 22.12 4.674 11.404 0 22.023-3.508 30.835-9.495 31.55 8.544 59.065 11.345 82.4 9.23 19.94-.195 38.412-6.676 53.524-17.556 49.986-33.49 55.46-109.83 11.715-201.34 1.573-8.565 1.077-16.997-1.154-25.322-1.973-9.506-6.227-18.195-12.152-25.476-28.97-42.765-97.358-83.18-159.58-124.506 77.79 99.205 67.214 143.1 10.635 94.234 1.09-7.624-1.225-15.174-6.103-23.178-1.8-3.4-4.032-6.54-6.625-9.343-17.988-22.57-52.22-49.85-87.02-92.078 38.056 186.15-97.83 83.32-182.036-53.895zM267.79 173.836c14.032 0 25.208 11.176 25.208 25.21 0 14.032-11.175 25.208-25.21 25.208-14.032 0-25.208-11.176-25.208-25.21 0-14.032 11.175-25.208 25.21-25.208zm147.575 54.834c22.756 0 41.004 18.248 41.004 41.004 0 22.756-18.248 41.004-41.005 41.004-5.145 0-10.056-.942-14.582-2.65-.746-19.392-10.64-36.512-25.476-47.16 3.997-18.478 20.328-32.198 40.058-32.198zm-75.45 39.473c23.44 0 42.24 18.802 42.24 42.242 0 23.44-18.8 42.242-42.24 42.242s-42.243-18.802-42.243-42.242c0-23.44 18.8-42.242 42.242-42.242zm68.886 65.464c41.396 0 74.755 33.36 74.755 74.754 0 41.397-33.357 74.755-74.754 74.755-23.397 0-44.22-10.662-57.91-27.404.458-2.85.704-5.772.704-8.75 0-15.814-6.752-30.113-17.506-40.183.268-12.963 3.804-25.092 9.828-35.61 23.163-1.518 42.872-16.092 51.803-36.403 4.247-.746 8.613-1.157 13.08-1.157zm-145.53 10.59c12.626 0 22.662 10.038 22.662 22.664 0 12.628-10.035 22.663-22.662 22.663-12.627 0-22.663-10.035-22.663-22.662 0-12.625 10.035-22.663 22.663-22.663zm33.226 66.35c20.22 0 36.414 16.194 36.414 36.414 0 20.222-16.192 36.413-36.414 36.413-20.22 0-36.412-16.192-36.412-36.412s16.19-36.413 36.412-36.413z"/></svg>
<svg class="tc-image-originals-burning-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.813 18.594c-50.387 12.75-80.69 66.325-50.813 111.22 22.477 33.773 44.967 61.167 8.75 79.06-23.353 11.54-50.027-16.454-46.125-49.28 4.812-40.485-18.705-79.927-46.125-88.188 46.237 106.42-43.46 176.998-24.53 77.094-30.286 16.095-32.784 59.017-11.25 122.72-40.372-17.2-55.07-66.767-38.282-120.564-35.866 28.35-53.3 130.904-14.626 183.47C136.425 464.08 248.156 496.343 268 496.343c21.144 0 117.334-33.716 189.594-115.125 41.782-47.074 50.926-168.9 9.22-243.658 5.98 25.335-6.117 76.786-33.845 94.032 4.998-57.774-3.913-140.944-36.69-171.53 32.622 172.802-93.01 152.202-48.374 99.53 29.51-34.825-.17-102.5-17.5-112.375 10.894 42.12-14.24 69.676-54.72 61.436-27.252-5.547-44.743-44.957-11.873-90.062zm-115.157 211.47h18.688V395.25l102.72 55.813L372.78 395.25V230.094h18.69v176.28l-4.908 2.657L274.5 469.876l-4.438 2.438-4.468-2.438L153.53 409.03l-4.874-2.655V230.062zm37.53.217l73.533 44.532v148.313l-73.533-41.438V230.28zm167.72 0v151.407l-75.5 42.563V276.03l75.5-45.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-burning-dot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M53.813 48.094c69.06 40.8 122.263 96.67 124.937 153.312-49.83.664-72.508-14.408-101.97-51 17.725 93.07 55.393 143.855 100.72 156.563-22.006 26.968-60.902 30.456-97.625 25.342 35.897 33.924 95.12 70.913 149.094 84.75-17.05 15.34-38.742 24.516-68 29.157 269.316 114.287 386.556 10.27 295.217-277.376-12.035 25.526-29.11 41.112-60.343 57.5-7.906-55.298-31.41-152.12-95.656-171.75 24.362 41.713 21.98 99.445-4 138.937C268.363 122.72 161.85 54.283 53.813 48.095zm308.28 236.656c26.127-.13 52.073 11.014 70.157 32.72 32.15 38.584 26.96 95.63-11.625 127.78-38.586 32.15-95.632 26.96-127.78-11.625-32.15-38.586-26.962-95.632 11.624-127.78 16.88-14.067 37.303-20.994 57.624-21.095z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-burning-embers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M239.344 24.063c-9.56 0-17.313 7.754-17.313 17.312 0 9.558 7.755 17.313 17.314 17.313 9.558 0 17.28-7.755 17.28-17.313 0-9.56-7.722-17.313-17.28-17.313zM39.594 35.75c-10.393 0-18.813 8.42-18.813 18.813 0 10.39 8.42 18.812 18.814 18.812 10.393 0 18.812-8.42 18.812-18.813 0-10.392-8.42-18.812-18.812-18.812zM188.47 51.156c-14.34 0-25.97 11.6-25.97 25.938 0 14.336 11.63 25.97 25.97 25.97 14.337 0 25.968-11.634 25.968-25.97 0-14.338-11.63-25.938-25.97-25.938zm116.25 2.563c26.45 67.124-59.23 117.28-57 35.218-40.215 36.923-12.817 84.228 4.78 121.874 13.34 28.545 12.342 53.843-10.125 63.47-16.035 6.87-33.87-11.593-39.625-30.532-1.254-4.128-1.663-9.237-1.47-15.375 9.652-.805 17.22-8.892 17.22-18.75 0-10.393-8.42-18.813-18.813-18.813-10.392 0-18.812 8.42-18.812 18.813 0 7.014 3.84 13.14 9.53 16.375-18.82 20.668-37.66 10.494-25.186-51.78-59.608 67.83-38.06 198.86 45.03 238.874-12.994-25.466-20.146-57.053-14.25-84 36.35 78.815 121.1 1.41 126.03-69.094 13.49 44.606 11.636 109.75-10.78 156.47 90.405-35.317 110.666-171.47 63-239.47-5.868 82.112-70.492 50.032-44.03-58.406 6.495-26.622-12.05-57.205-25.5-64.875zM54.5 90.78c-9.56 0-17.313 7.756-17.313 17.314 0 9.557 7.754 17.312 17.313 17.312 9.56 0 17.313-7.755 17.313-17.312 0-9.56-7.754-17.313-17.313-17.313zm66.625 5.157c-11.525 0-20.844 9.352-20.844 20.876 0 2.88.57 5.628 1.626 8.124-11.332 2.75-19.75 12.98-19.75 25.157 0 14.284 11.59 25.875 25.875 25.875 14.287 0 25.876-11.592 25.876-25.876 0-5.263-1.582-10.166-4.28-14.25 7.284-3.256 12.374-10.537 12.374-19.03 0-11.526-9.35-20.876-20.875-20.876zm258.28 22.376c-9.557 0-17.28 7.754-17.28 17.312 0 9.558 7.723 17.313 17.28 17.313 9.56 0 17.314-7.755 17.314-17.313 0-9.56-7.755-17.313-17.314-17.313zM99.814 196.5c-9.56 0-17.313 7.755-17.313 17.313 0 9.557 7.754 17.312 17.313 17.312 9.558 0 17.312-7.755 17.312-17.313S109.37 196.5 99.812 196.5zm1.406 168c-50.154 13.628-82.564 33.797-82.564 56.188 0 41.017 106.546 74.375 237.72 74.375 131.172 0 237.687-33.358 237.687-74.375 0-22.31-32.125-42.562-81.97-56.188 17.232 8.88 27.5 19.243 27.5 30.438 0 32.13-82.28 58.562-183.218 58.562-100.937 0-182.688-26.435-182.688-58.563 0-11.254 10.125-21.528 27.532-30.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-burning-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M235.094 17.844C60.934 66.176 249.458 163.35 184.72 198.22c-32.796 17.66-86.03 15.048-64.657-73.876-106.688 86.723-75.665 284.316 48.093 349.5-27.153-25.674-44.125-62.01-44.125-102.25 0-77.624 63.128-140.75 140.75-140.75 77.625 0 140.75 63.128 140.75 140.75 0 37.55-14.77 71.708-38.81 96.97 150.706-76.96 122.903-288.475 22.5-342.533 23.96 56.174 11.553 99.36-18.22 123.44C385.64 57.762 174.494 135.013 235.094 17.843zM264.78 249.53c-67.523 0-122.06 54.54-122.06 122.064s54.54 122.062 122.06 122.062c67.523 0 122.064-54.538 122.064-122.062 0-67.522-54.54-122.063-122.063-122.063zm0 53.782c46.983 0 85.283 38.3 85.283 85.282s-38.3 85.25-85.282 85.25c-46.98 0-85.25-38.268-85.25-85.25s38.27-85.28 85.25-85.28zm0 18.688c-36.88 0-66.56 29.712-66.56 66.594 0 36.88 29.68 66.562 66.56 66.562 36.882 0 66.595-29.68 66.595-66.562 0-36.88-29.712-66.594-66.594-66.594zm0 18.656c26.45 0 47.876 21.457 47.876 47.906 0 26.45-21.426 47.875-47.875 47.875-26.447 0-47.905-21.425-47.905-47.875 0-8.41 2.19-16.315 6-23.187 1.84 12.334 12.466 21.813 25.313 21.813 14.14 0 25.593-11.486 25.593-25.625 0-8.62-4.25-16.236-10.78-20.875.59-.022 1.185-.032 1.78-.032z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-burning-meteor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M107.5 18c40.728 58.21-63.708 25.914-88.03 2.47 1.058 40.082 100.03 99.633 147.374 72.124C195.904 75.71 136.984 22.936 107.5 18zm97.75 57.28l.875 1.47c120.364 99-4.023 175.247-64.97 48.78 15.823 82.506-78.425 44.2-89.655-30.655C-13.17 230.463 172.715 231.293 178.438 324c3.23 52.3-77.82 19.908-113.875-48.844C308.49 797.09 814.024 262.64 205.25 75.28zm134.97 136.376c44.577 0 85.52 18.708 109.56 52.5 43.656 75.614-63.777 27.4-70.717-8.844-21.45 58.675 101.883 114.72 16 170.375 25.962-34.188 2.345-113.552-87.875-109.125 116.512 72.473 42.326 206.9-19.688 93.157 1.306 35.083 11.99 54.83 27.156 64.436-60.89-11.955-107.03-65.528-107.03-129.906 0-39.06 16.94-74.22 43.874-98.5 1.674 61.897 83.61 37.656 115.97 62.344-11.544-60.34-56.022-59.933-82.72-84.28 16.883-7.803 35.67-12.158 55.47-12.158zM234.72 309c-1.386.015-2.724.112-4.064.25 26.032 6.737 74.684 83.827 33.875 61.75 3.41 14.6 43.038 41.75 57.5 21.156 18.816-26.79-44.374-83.634-87.31-83.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-burning-passion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.844 18.75v2.72c64.27 50.956 95.31 115.847 89.437 179.25-10.604-55.003-41.756-104.8-89.436-138.907v23.53c55.244 45.177 82.41 114.314 72.97 185.25-.398 2.332-.76 4.664-1.064 7-.085.513-.16 1.02-.25 1.532h.063c-6.553 53.797 11.2 108.566 49.593 156.03 6.405 11.073 13.982 21.804 22.688 32.126C95.248 406.656 59.077 335.534 53.22 262.407c-11.112 83.002 15.11 163.21 90.686 230.22H188.5c.033.028.06.063.094.093h130.47c.032-.03.06-.065.092-.095h43.625c75.578-67.008 101.8-147.217 90.69-230.22-5.75 71.774-40.697 141.62-106.845 201.5 9.558-11.752 17.677-24.018 24.28-36.686 34.1-45.58 49.597-97.276 43.408-148.095-.004-.02.003-.042 0-.063-.405-3.31-.91-6.606-1.5-9.906-9.365-74.246 21.308-146.348 82.312-190.875V55.626c-52.75 34.073-87.21 86.497-98.53 144.844-5.85-64.208 26.103-129.92 92.124-181.126l-.47-.594h-28.063c-72.054 64.343-99.845 149.67-72.5 228.063 2.893 8.292 5.105 16.676 6.657 25.093.005.043.026.083.03.125.44 3.435.933 6.876 1.532 10.314h.03c2.304 19.373 1.12 38.894-3.405 58.156-.044-28.376-6.778-57.15-20.436-85.063-40.06-81.862-20.768-171.425 52.406-236.687h-31.03c-50.145 46.623-66.324 91.56-57.44 151.094-21.488-59.165-19.415-103.58 20.69-151.094H152c40.104 47.514 42.177 91.93 20.688 151.094 8.885-59.535-7.266-104.47-57.407-151.094H83.157c73.174 65.262 92.465 154.825 52.406 236.688-14.898 30.448-21.52 61.915-20.25 92.78-6.146-21.747-8.016-43.91-5.406-65.874.6-3.436 1.123-6.88 1.563-10.313 1.552-8.458 3.78-16.884 6.686-25.217 27.346-78.394-.446-163.72-72.5-228.063H19.844zm234.25 19.688c16.4 0 27.024 6.18 34.72 16.593 7.693 10.413 11.967 25.726 11.967 43 0 18.664-6.886 38.56-15.967 49.5l-10.125 12.22 15.593 2.938c12.522 2.353 21.72 8.774 29.44 19 7.718 10.225 13.572 24.36 17.686 40.687 7.522 29.843 9.135 66.52 9.375 99.344h-23.31l-.814-70.5-18.687.218.967 86.437-7.75 111.625c47.057-43.67 71.99-94.302 76.157-146.313 8.212 61.338-11.15 120.606-67 170.125H295.53v.22h-32.937V333.81h-18.687v139.72H212.624v-.22h-9.655c-55.852-49.52-75.244-108.787-67.032-170.125 4.13 51.56 28.66 101.776 74.937 145.188L203.78 345.72l2.595-94.126-18.688-.53-1.937 70.655h-24.375c.24-32.826 1.885-69.502 9.406-99.345 4.116-16.326 9.97-30.462 17.69-40.688 7.718-10.225 16.915-16.646 29.436-19l15.594-2.937-10.125-12.22c-9.083-10.94-15.97-30.835-15.97-49.5 0-17.274 4.276-32.587 11.97-43 7.694-10.41 18.32-16.593 34.72-16.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-burning-round-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M51 24.656c-66.505 105.062 49.65 121.762 116.97 130.563 84.404 11.032 37.33 166.2-71.814 84.405.045 58.045 58.398 82.567 95.063 94.625 40.878 13.43-3.76 79.175-83.25 61.22 327.925 246.796 476.227-18.285 340.905-223-22.38-33.857-73.925-67.47-126.72-63.47 126.32 83.08-47.533 116.238-80.436-6.563-20.76-77.47-143.593 17.79-190.72-77.78zm309.188 218.47l24.968 47.124-20.906 42.47-82.5-58.626c20.543-19.186 48.118-30.937 78.438-30.97zm22.25 2.155c52.99 10.323 93 56.96 93 112.97 0 3.995-.197 7.953-.594 11.844l-50.938 28.25 12.25-46.5.938-3.53-1.72-3.22-52.937-99.813zM269.125 288l35.75 25.406-59.375 53.28c-.202-2.783-.313-5.6-.313-8.436 0-26.456 8.937-50.81 23.938-70.25zm126.813 22.625l21.218 40-15.875 60.25-18.655 10.344L350 403.936l45.938-93.312zm-75.47 13.875l35.407 25.188-22.406 45.5-14.94-7.907-8.436-4.5-4.28 8.564-25.064 50.125c-14.917-14.267-26.003-32.49-31.563-53l71.282-63.97zm149.188 69.844c-15.138 45.91-58.363 79.03-109.344 79.03-26.287 0-50.495-8.827-69.875-23.655l5.657 2.842 22.156-44.28 60.094 31.843 4.47 2.375 4.436-2.47 82.406-45.686z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-burning-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M209.906 16.125c-18.31 47.87-56.033 104.995-70.72 39.438-16.274 27.416-10.256 53.922 9.064 82.218 42.266 61.903-39.984 76.248-60.594 6.345-50.57 94.417 82.135 93.904 18.594 155.5 22.12 20.493 56.106 34.44 88.438 42.156-9.14-39.964-36.95-78.658-53.75-105.56l-17.875-28.564 30.03 15.28L192.407 243l-6.344-32.5-5-25.72 20.157 16.75 45.374 37.72 24.375-53.188 14.31-31.218 3.5 34.156 7.22 70.97 39.094-16.408 12.937-5.437V254.688l-1.217 2.156c-14.27 24.902-32.285 55.24-43.032 85.75 50.648-11.874 103.977-41.077 124.533-94.188-43.47 45.328-60.434 16.79-33.844-2.594 36.068-26.292 43.75-77.024 28.25-118.937-13.63 68.1-92.673 52.044-65.033-22.656-20.067 28.493-36.314 3.203-31.125-16.22 7.113-26.62 51.107-3.21 40.563-66.47-13.164 38.42-72.515 37.995-64-3.03-59.663 23.75 3.063 49.98-28.156 90.22-28.584 36.84-64.516-32.764-65.064-92.595zM416 20.47c-32.896 66.95 36.964 63.44 33.906 143.06C519.983 76.167 425.87 79.393 416 20.47zM102.03 58.5C16.29 86.946 2.42 139.407 60.47 224.97c-11.16-60.34 4.22-118.607 41.56-166.47zm171.626 166.563l-15.125 33.062-5.092 11.094-9.375-7.783-34.625-28.812 4.968 25.625 3.656 18.813-17.062-8.72-25.563-13.03c17.91 28.255 37.988 64.358 40.688 103.437 1.87 27.082-5.253 55.706-27.125 81.938-15.725 18.86-38.942 36.497-71.375 52.562h228.22c-21.07-11.225-36.772-24.016-47.94-38.125-17.764-22.447-23.52-47.973-21.874-72.97 2.615-39.672 22.45-78.424 40.783-110.655l-25.22 10.563-11.624 4.906-1.283-12.564-5.03-49.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-burst-blob tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M347.23 23.738c-30.88.348-54.187 33.782-38.234 65.9 27.51 55.38-8.916 128.376-33.87 127.078-22.65 3.18-23.026 2.874-39.174 1.213-16.244 1.693-49.453-53.98-31.032-89.866 13.22-25.754-10.464-53.07-36.617-45.154-30.397 9.2-28.025 44.015-11.676 55.166 32.177 21.946 45.407 84.595 23.582 100.34-1.68 1.116-3.327 2.28-4.954 3.465 22.32 22.08 50.217 36.42 82.742 38.708 42.065 2.96 73.905-8.254 94.627-27.026-2.628-2.502-5.35-4.905-8.168-7.197l.467.162c-.466-.28-.918-.583-1.367-.888-1.047-.838-2.105-1.66-3.176-2.468-29.222-25.908-16.064-108.42 33.96-138.356 24.04-14.386 29.526-66.077-13.504-79.1-4.628-1.4-9.194-2.027-13.606-1.978zM56.977 58.86c-.834-.016-1.664-.006-2.49.033-6.615.306-12.97 2.392-18.26 6.044-10.443 7.21-17.63 21.37-16.288 37.245 1.343 15.876 10.833 33.877 35.806 48.824 59.178 35.422 83.054 111.95 65.617 174.63v.003c-13.175 47.362-.92 88.896 24.944 119.317 25.862 30.42 65.612 49.268 107.082 49.268 49.833 0 86.897-23.327 111.188-53.412 24.29-30.085 34.85-67.278 31.51-91.217-4.508-32.312-6.234-57.578-1.65-77.62 4.583-20.04 17.547-34.925 37.638-40.415 45.54-12.445 60.74-33.136 62.78-51.156 2.038-18.02-9.91-36.214-25.96-43.63-26.064-12.042-68.95 9.33-69.312 53.54-.506 61.757-55.606 115.057-142.898 108.917-45.827-3.224-83.848-27.697-110.668-62.26-26.82-34.566-42.89-79.244-45.998-124.628-1.855-27.076-13.025-41.893-25.704-48.82-5.547-3.03-11.505-4.537-17.34-4.66z" fill="#fff"/></svg>
<svg class="tc-image-originals-butterfly tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M222.97 43.094l-17.72 5.937c18.246 54.362 27.075 112.164 24.406 174.47l-.875 20.5 16.032-12.78c47.213-37.597 81.827-86.216 102.282-146.095l-17.688-6.063c-17.04 49.88-44.08 90.906-80.656 124.22.156-56.652-8.915-109.937-25.78-160.188zM53.812 51.22C51.09 160.79 110.03 244.245 208.75 273c2.573-110.1-55.144-193.608-154.938-221.78zm335.156 150.374c-58.436-.03-115.656 25.943-163.5 76.094 90.775 49.848 192.148 32.407 268.217-47.563-34.172-19.135-69.658-28.513-104.718-28.53zM136.936 277.03c-52.45.582-94.1 32.36-116.687 91.25 82.336 33.03 151.56 4.26 182.72-77.374-23.333-9.574-45.51-14.102-66.032-13.875zm81.97 19.47c-37.76 80.056-8.793 149.03 75.343 183.094 37.786-80.46 9.994-149.316-75.344-183.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-butterfly-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M492.997 22.277c-26.511 13.835-46.459 23.883-80.37 29.6l-149.47 169c.284.262.566.525.841.8 5.444 5.444 8.24 12.592 8.403 19.791 7.199.164 14.347 2.959 19.79 8.403.092.091.177.187.266.28 75.387-70.48 208.445-166.137 200.54-227.874zM221.707 207.58l-12.728 12.728 7.262 7.262 7.199-6.238a28.54 28.54 0 0 1 7.03-4.989zm21.83 23.566c-2.78 0-5.56 1.085-7.734 3.258-4.346 4.346-4.346 11.122 0 15.469 4.346 4.346 11.12 4.344 15.467-.002 4.346-4.347 4.346-11.119 0-15.465-2.173-2.173-4.952-3.26-7.733-3.26zm-27.359 20.297L45.68 399.21l46.877 9.375 139.79-139.79a28.577 28.577 0 0 1-16.168-17.352zm55.553 7.897c-2.78 0-5.56 1.086-7.733 3.26-4.345 4.346-4.348 11.12-.002 15.466 4.347 4.346 11.123 4.346 15.47 0 4.346-4.346 4.344-11.12-.003-15.467-2.173-2.173-4.953-3.26-7.732-3.26zm-26.656 22.183l-139.79 139.79 9.376 46.876 147.765-170.498a28.577 28.577 0 0 1-17.351-16.168zm52.45 1.877a28.538 28.538 0 0 1-4.987 7.03l-6.239 7.199 7.262 7.261 12.728-12.726zM31.396 369.7l-12.729 12.726 8.774 8.774 13.637-11.818zm-2.924 44.424l-4.137 3.586c-.14.124-.137-.033-.181.638-.048.712.14 2.267.908 4.264 1.536 3.995 5.278 9.47 9.857 14.049 4.58 4.58 10.054 8.32 14.05 9.857 1.997.769 3.553.956 4.265.908.712-.047.504-.022.676-.193l23.351-23.351zm61.518 22.486l-23.352 23.352c-.171.17-.144-.035-.191.677-.048.712.138 2.268.906 4.266 1.536 3.995 5.28 9.468 9.86 14.047 4.579 4.58 10.051 8.323 14.046 9.86 1.998.768 3.554.953 4.266.906.669-.045.514-.04.637-.18l3.585-4.137z"/></svg>
<svg class="tc-image-originals-butterfly-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.656 19.78c-30.5.17-59.177 22.708-80.125 62.97-.06.12-.124.224-.186.344L46.656 311.814l-.25.405c-24.31 38.264-29.428 74.37-14.343 100.874 15.08 26.497 48.628 40.094 93.5 37.875v.03h265.093v-.03c44.888 2.226 78.446-11.373 93.53-37.876 15.09-26.51 9.927-62.627-14.405-100.906l-.217-.375L337.219 81.938h-.033c-20.512-40.02-49.058-62.324-79.53-62.157zm-.062 18.876c13.575-.13 26.545 6.444 38.187 17.75 11.565 11.23 22.36 27.28 33.064 48.22.073.142.145.26.22.405L445.56 307.22l.063.092.156.282c12.062 18.924 20.543 35.996 24.876 51.53 4.362 15.64 4.54 30.2-1.5 42.438-6.04 12.24-17.97 20.882-33.75 25.72-15.668 4.803-35.544 6.348-60.375 5.093v.03H141.22v-.03c-22.915 1.16-41.99-.127-57.44-4.47-15.558-4.372-27.84-12.177-34.75-23.936-6.906-11.76-7.785-26.4-3.874-42.408 3.884-15.898 12.374-33.677 25.282-53.937l.25-.406 115.218-201.533c.063-.12.125-.222.188-.343C196.946 84.452 207.864 68.346 219.47 57c11.672-11.412 24.55-18.212 38.124-18.344zm.187 18.688c-7.502.073-15.764 3.727-25.25 13-9.484 9.273-19.69 23.974-30.03 43.937l-.094.157-.094.188-87.343 152.78c13.76-5.03 27.72-7.523 41.56-7.53 34.365-.018 68.02 15.233 96.157 44.688-49.69 27.25-104.785 20.256-148.25-18.72l-17.78 31.063-.094.188-.126.187C74.076 336.63 66.477 353.044 63.314 366c-3.166 12.957-2.053 21.95 1.812 28.53 3.865 6.58 11.153 11.845 23.72 15.376 12.565 3.532 30.023 4.95 51.874 3.813h70.436c-14.237-41.996 3.346-77.317 49.188-95.44 18.38 38.924 9.88 73.377-21.656 95.44H375.5c23.735 1.233 41.894-.468 54.438-4.314 12.543-3.845 19.11-9.29 22.468-16.094 3.358-6.803 3.848-16.257.25-29.156-3.598-12.898-11.28-28.78-22.844-46.875l-.125-.155-.125-.188-69.968-121.5c-8.44 48.982-40.586 85.365-88.97 99.438-1.364-58.31 26.12-103.905 74.563-124.438l-32.53-56.5-.126-.187-.124-.22c-10.195-20.008-20.282-34.614-29.656-43.718-9.374-9.103-17.465-12.54-24.97-12.468zm-2.655 105.875l17.72 5.968c-10.588 31.498-15.707 64.94-14.158 101.062l.875 20.47-16.03-12.75c-28.31-22.513-49.124-51.743-61.376-87.564l17.688-6.062c8.81 25.758 22.248 47.273 40.094 65.25.81-30.364 6.037-59.15 15.187-86.375zm54.063 140.28c31.794-.467 57.084 18.255 70.656 53.594-48.42 19.4-89.145 2.506-107.47-45.438 12.96-5.31 25.313-7.987 36.813-8.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-button-finger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 18v206c0 25.43 10.438 43.384 26.525 55.896C211.613 292.41 233.75 299 256 299s44.387-6.59 60.475-19.104C332.562 267.384 343 249.43 343 224V18H169zM80 32L28.027 93.102l116.586 125.015L80 32zm352 0l-64.613 186.117L483.973 93.102 432 32zm-240 7h128v18H192V39zm16 32h96v18h-96V71zm48 68.178c21.138 0 42.276 4.093 66.846 12.283l6.154 2.054V224c0 16-11.186 28.156-24.975 35.05-13.788 6.895-30.9 9.95-48.025 9.95s-34.237-3.055-48.025-9.95C194.185 252.157 183 240 183 224v-70.486l6.154-2.053c24.57-8.19 45.708-12.282 66.846-12.282zm0 17.644c-17.133 0-34.442 3.394-55 9.838V224c0 8 4.814 13.844 15.025 18.95 10.212 5.105 25.1 8.05 39.975 8.05s29.763-2.945 39.975-8.05C306.185 237.843 311 232 311 224v-57.34c-20.558-6.444-37.867-9.838-55-9.838zm-237.104 24.07l2.81 36.522 99.028 14.75-101.838-51.27zm474.208 0l-101.838 51.272 99.03-14.75 2.808-36.52zm-340.317 61.762a168.22 168.22 0 0 0-10.807 4.983C113.406 262.11 98 280.863 98 299.417c0 18.556 15.406 37.308 43.98 51.78C170.555 365.67 211.116 375 256 375s85.445-9.33 114.02-23.803c28.574-14.472 43.98-33.224 43.98-51.78 0-18.554-15.406-37.308-43.98-51.78a168.22 168.22 0 0 0-10.807-4.983c-4.294 21.785-16.024 39.266-31.688 51.45C307.613 309.59 281.75 317 256 317c-25.75 0-51.613-7.41-71.525-22.896-15.664-12.184-27.394-29.665-31.688-51.45zm279.176 67.657v53.108c0 18.27-9.684 35.238-25.434 49.057-15.75 13.818-37.74 24.997-64.526 32.832-53.573 15.668-118.452 15.668-172.025 0-26.788-7.835-48.777-19.014-64.527-32.832-15.586-13.676-25.227-30.438-25.426-48.49h-.18v-53.58C40.076 330.146 18 355.583 18 381.006c0 26.53 24.032 53.084 67.143 73.155C128.253 474.23 188.925 487 256 487s127.747-12.77 170.857-32.84C469.967 434.09 494 407.535 494 381.004c0-25.463-22.147-50.94-62.037-70.693zm-334.117 30.8v22.308h.172c0 11.95 6.228 24.05 19.306 35.525 13.078 11.475 32.832 21.81 57.707 29.086 49.75 14.55 112.17 14.55 161.92 0 24.876-7.276 44.63-17.612 57.708-29.087 13.078-11.475 19.305-23.575 19.305-35.525V341.32c-9.224 9.965-21.516 18.697-35.81 25.936C346.288 383.396 303.35 393 256 393s-90.287-9.604-122.154-25.744c-14.393-7.29-26.756-16.093-36-26.145z"/></svg>
<svg class="tc-image-originals-cactus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M348.77 14.06l-5.854 17.163C332.126 22.93 318.623 18.01 304 18c-15.35.016-29.457 5.454-40.496 14.512l-15.602-13.567-11.81 13.584 15.228 13.238c-5.303 7.707-8.958 16.64-10.465 26.306h-23.263v18H240V192h-16.023c-24.42 0-31.977-5.767-31.977-31.857v-26.127h9.064v-18h-10.59c-1.455-5.342-3.874-9.798-6.947-13.358l-7.373 13.358h-3.334l-13.203-7.286 8.63-15.636c-9.775-2.624-20.645-.482-28.624 6.412l-13.264-11.53-11.81 13.583 15.31 13.31c-1.187 3.886-1.86 8.254-1.86 13.13v21.71h-19.46v18H128V192c0 31.09 6.727 48.742 24.484 57.33L141.5 267.068l15.303 9.477 13.62-21.99c6.328.98 13.464 1.445 21.522 1.445 21.323-.077 42.648.162 63.97 0l.17 18s-8.49.07-16.085.137v75.052h-25.68v18H240v60.587h-15.488v18H240v49.368h128v-12.057h13.7v-18H368v-26.48h23.572v-18H368V316.62h-25.99v-18H368v-15.71h14.97v-18H368v-28.89h25.504v-18H368V137h16v-18h-16V88.008h-23.488v-18h22.314c-1.662-8.766-5.116-16.88-9.945-23.975l8.927-26.16-17.036-5.812zM309.35 43.093l.875 31.986-17.994.492-.876-31.988 17.994-.49zm-46.627 61.306h32v18h-32v-18zm53.852 69.182h32v18h-32v-18zm-169.717 11.035h32v18h-32v-18zm88.553 30.184h32v18h-32v-18zm230.022 12.733l-9.116 20.48c-.105 0-.21-.013-.314-.013-6.622 0-13.238 2.44-17.844 7.313l-12.76-11.094-11.81 13.583L432 273.813v46.275c0 12.18-7.97 15.912-16.395 15.912H386v48h32.994l.12 19.742 18-.11-.12-19.786C465.712 382.176 480 366.232 480 336v-18.223h16.512v-18H480V272c0-7.636-2.736-13.446-6.898-17.438l8.773-19.71-16.445-7.32zm-19.61 83.985l18 .113-.2 32-18-.112.2-32zm-152.472 19.574l.875 31.986-17.994.492-.876-31.988 17.994-.49zm26.312 49.496h32v18h-32v-18zm-62.574 32.453h32v18h-32v-18z" fill="#fff" fill-rule="evenodd" stroke-linecap="square"/></svg>
<svg class="tc-image-originals-caged-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.875 19.844c-1.324.008-2.646.032-3.97.062-80.788 1.83-158.746 44.508-202.06 119.53-66.005 114.324-26.792 260.78 87.53 326.783 113.07 65.28 257.552 27.596 324.563-83.845.176-.28.357-.56.53-.844.586-.948 1.16-1.904 1.72-2.874.016-.028.015-.065.03-.094.124-.214.223-.44.344-.656C527.237 266.72 491.675 125.454 384.5 57.28c-2.514-1.772-5.102-3.447-7.78-5.03-.333-.21-.658-.426-1-.625-.022-.012-.043-.02-.064-.03-3.28-1.893-6.628-3.617-10.03-5.157-.022-.01-.042-.022-.063-.032-35.29-18.215-73.225-26.79-110.688-26.562zm.03 18.593c8.52-.046 17.063.42 25.595 1.376-14.054 3.2-28.19 8.286-42.063 15.062-10.908 5.328-21.7 11.714-32.25 19.063-5.684-.47-11.313-.756-16.875-.844-6.752-.107-13.408.047-19.937.5-15.732 1.09-30.787 3.865-44.813 8.28 36.827-27.32 81.255-42.37 126.688-43.374 1.22-.027 2.436-.056 3.656-.063zm58.876 16c6.41-.043 12.687.44 18.814 1.438-13.077 7-27.032 18.002-41.78 32.313-1.414 1.37-2.826 2.787-4.252 4.218-17.287-6.485-34.585-11.345-51.593-14.562 3.887-2.212 7.78-4.28 11.686-6.188C268.2 61.133 289.68 55.304 310 54.53c1.27-.047 2.52-.084 3.78-.093zm46.69 11.907c1.348.024 2.54.2 3.592.5.732.41 1.46.83 2.188 1.25.693.4 1.375.812 2.063 1.22 3.107 3.064 5.642 9.087 6.343 19.374.816 11.973-1.102 28.56-5.844 48-9.69-7.032-19.94-13.67-30.687-19.875-10.81-6.24-21.755-11.79-32.75-16.688C319.85 86.282 333.245 76.285 344.03 71c5.586-2.736 10.168-4.122 13.845-4.53.92-.104 1.785-.14 2.594-.126zm33 24.594c17.128 20.884 27.14 49.38 29.436 82.468.3 4.334.472 8.748.5 13.22-11.328-13.157-24.222-25.744-38.53-37.5.522-1.94 1.053-3.854 1.53-5.75 5.03-19.976 7.555-37.59 7.063-52.44zm-210.22.812c-13.043 11.278-25.534 24.094-37.188 38.313-1.82-.49-3.62-.988-5.406-1.438-16.18-4.075-30.817-6.51-43.687-7.03-2.976-.122-5.85-.12-8.626-.032 20.87-17.052 49.306-27.024 82.312-29.313 4.132-.287 8.334-.46 12.594-.5zm28.125 1.47c19.78 2.192 40.388 6.858 61.125 14.03-10.127 11.24-20.47 23.885-30.813 37.656-10.784 1.26-21.106 3.994-30.78 8-15.75-6.685-30.92-12.403-45.22-17.03 14.302-16.54 29.73-30.864 45.688-42.657zm79.938 21.186c12.563 5.266 25.103 11.486 37.468 18.625 12.29 7.097 23.874 14.806 34.658 23-3.59 11.717-8.03 24.21-13.22 37.25-19.175-27.13-49.672-45.65-84.624-48.718 8.726-11.044 17.347-21.17 25.72-30.156zM433.5 128.094c33.04 44.775 47.975 100.707 41.656 156-3.193-14.28-8.333-28.622-15.22-42.72-5.262-10.775-11.545-21.443-18.78-31.874 1.08-12.782 1.213-25.29.375-37.375-1.07-15.44-3.76-30.233-8.03-44.03zM90.844 140.188c1.705-.017 3.498.014 5.344.093 10.482.45 23.215 2.406 37.5 5.876-6.985 9.65-13.61 19.84-19.782 30.53-6.24 10.81-11.792 21.76-16.687 32.75-13.74-14.396-23.65-27.734-28.907-38.467-5.04-10.29-5.5-17.162-3.75-21.282.17-.302.326-.606.5-.907.206-.356.414-.707.624-1.06 2.7-3.564 8.876-6.567 20.282-7.345 1.55-.106 3.168-.17 4.874-.188zM153 151.5c11.53 3.52 23.83 7.868 36.656 12.938-27.28 18.723-46.158 48.766-49.844 83.375-10.337-8.24-19.826-16.396-28.312-24.313 5.26-12.565 11.454-25.103 18.594-37.47 7.068-12.24 14.75-23.78 22.906-34.53zm226.063 17.25c16.602 14.382 30.97 29.898 42.78 45.938-2.23 19.72-6.927 40.244-14.093 60.906-11.137-10.046-23.654-20.298-37.28-30.563-1.422-10.85-4.33-21.243-8.533-30.936 6.724-15.785 12.468-31.004 17.125-45.344zM53.156 182.344c7 13.098 18.01 27.102 32.344 41.875 1.3 1.34 2.644 2.678 4 4.03-6.49 17.306-11.343 34.627-14.563 51.656-2.15-3.795-4.17-7.595-6.03-11.406-14.56-29.81-20.148-59.498-15.75-86.156zm-16.28 51.53c3.193 14.306 8.318 28.688 15.218 42.814 5.29 10.832 11.62 21.548 18.906 32.03-1.03 12.555-1.136 24.84-.313 36.72 1.108 15.97 3.938 31.266 8.47 45.468-33.52-44.96-48.68-101.33-42.282-157.03zm400.312 4.376c2.13 3.763 4.123 7.534 5.968 11.313 14.527 29.74 20.122 59.358 15.78 85.968-7-13.083-17.992-27.053-32.31-41.81-1.307-1.347-2.64-2.706-4-4.064 6.48-17.214 11.322-34.46 14.562-51.406zm-332.844 4.063c10.607 9.567 22.465 19.317 35.344 29.093 1.185 12.435 4.33 24.303 9.125 35.28-6.202 14.807-11.542 29.093-15.907 42.595-16.518-14.31-30.823-29.754-42.594-45.717 2.184-19.824 6.852-40.464 14.032-61.25zm266.78 26.875c10.776 8.544 20.675 16.984 29.47 25.187-5.233 12.46-11.39 24.894-18.47 37.156-7.147 12.383-14.926 24.022-23.187 34.876-11.066-3.385-22.833-7.526-35.093-12.344 26.622-19.483 44.63-50.037 47.28-84.875zm43.75 39.25c13.757 14.41 23.676 27.79 28.938 38.53 5.13 10.473 5.488 17.38 3.625 21.47-.124.272-.263.533-.406.78-.01.02-.018.043-.03.063-.007.014-.024.02-.03.033-.05.085-.108.164-.158.25-.083.135-.156.274-.25.406-2.614 3.658-8.803 6.8-20.437 7.592-11.942.815-28.47-1.098-47.844-5.812 7.078-9.75 13.787-20.057 20.033-30.875 6.18-10.706 11.698-21.55 16.562-32.438zm-254.28 19.093c19.028 26.737 49.11 45.06 83.562 48.345-8.058 10.062-16.008 19.338-23.75 27.625-12.45-5.23-24.87-11.363-37.125-18.438-12.328-7.118-23.934-14.84-34.75-23.062 3.315-10.874 7.366-22.43 12.064-34.47zm-71.72 4.158c11.258 13.038 24.068 25.525 38.25 37.187-.477 1.78-.966 3.536-1.405 5.28-5.024 19.946-7.546 37.514-7.064 52.345-17.06-20.873-27.022-49.32-29.312-82.344-.284-4.09-.427-8.254-.47-12.47zM303.47 366c14.88 6.26 29.238 11.63 42.81 16.03-14.4 16.61-29.962 30.95-46.03 42.75-19.77-2.22-40.348-6.908-61.063-14.092 9.487-10.502 19.152-22.233 28.844-34.97 12.514-1.363 24.442-4.702 35.44-9.718zm-160.283 15.313c9.71 7.05 19.976 13.717 30.75 19.937 10.685 6.17 21.51 11.674 32.375 16.53-14.317 13.638-27.567 23.487-38.25 28.72-10.396 5.093-17.3 5.5-21.406 3.688-.03-.014-.064-.018-.094-.032-.24-.136-.48-.268-.718-.406-.272-.157-.543-.31-.813-.47-.034-.024-.057-.067-.093-.092-3.614-2.658-6.714-8.822-7.5-20.344-.81-11.877 1.09-28.294 5.75-47.53zm222.657 6.53c1.883.508 3.75 1.005 5.594 1.47 19.975 5.03 37.588 7.554 52.437 7.062-20.884 17.13-49.38 27.143-82.47 29.438-4.272.296-8.623.467-13.03.5 13.148-11.308 25.72-24.18 37.47-38.47zm-140.72 37.688c17.228 6.488 34.48 11.353 51.44 14.595-3.66 2.063-7.33 3.988-11.002 5.78-29.8 14.556-59.474 20.14-86.125 15.75 13.095-6.998 27.072-18.01 41.844-32.342 1.276-1.237 2.56-2.496 3.845-3.782zm162.282 10.72c-45.09 33.444-101.58 48.482-157.344 41.875 14.608-3.174 29.294-8.392 43.72-15.438 10.68-5.216 21.254-11.44 31.593-18.593 12.76 1.076 25.247 1.212 37.313.375 15.692-1.09 30.724-3.83 44.718-8.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-cake-slice tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M224.375 19.5c-.627.005-1.25.035-1.875.063-22.916 1.004-39.905 16.736-45.063 35.093-4.796 17.07-.468 35.99 21.688 49.907-24.784 5.082-44.582 24.197-50.625 48.624L28.22 266.125l344.75-48.688c-4.686-11.665-7.433-24.554-7.72-37.875-12.373 3.495-25.437 1.82-35.688-4.843-12.483-8.115-19.316-24.395-15.156-42.97-11-3.865-20.314-11.138-28.937-20.156-2.67 1.933-5.597 3.722-8.876 5.47-4.904 2.61-10.448 4.996-16.406 7.03-5.415-5.783-11.86-10.583-19.032-14.125 2.016-.402 4.02-.877 6-1.407 7.72-2.07 14.993-4.985 20.656-8 5.664-3.016 9.72-6.49 10.657-7.75l7.03-9.438 7.625 9c11.86 14.042 21.687 21.77 34.406 23.53l12.22 1.69-4.938 11.31c-7.348 16.822-2.72 25.15 4.938 30.126 7.657 4.978 20.167 5.28 29.938-2.03l17.718-13.28-2.844 21.968c-4.23 32.48 11.383 64.938 31.844 77.875 10.23 6.468 21.06 8.458 32.78 4.53 11.724-3.927 24.924-14.41 37.533-35.405 21.685-36.113-15.126-77.975-47.376-66.625l-12.75 4.5.312-13.532c.912-37.316-34.334-67.822-74.344-59.03l-8.437 1.844-2.53-8.25c-3.99-13.03-12.2-21.695-21.19-25.25-8.988-3.556-18.85-2.703-29.155 5.625l-7.97 6.436-5.686-8.53C264.252 29.87 243.812 19.34 224.374 19.5zM212.28 121.906c1.566 0 3.102.072 4.626.22-8.18 3.796-13.844 12.073-13.844 21.686 0 13.204 10.703 23.907 23.907 23.907 13.203 0 23.905-10.704 23.905-23.907 0-.646-.044-1.274-.094-1.907 5.35 7.632 8.5 16.92 8.5 27 0 6.146-1.19 12.007-3.31 17.375-26.588 19.077-53.165 20.028-79.75 12.845-6.835-8.157-10.94-18.68-10.94-30.22 0-26.063 20.937-47 47-47zm169.845 113.156L19.97 286.156v16.594l374.436-52.844c-4.555-4.38-8.67-9.372-12.28-14.844zm97.156 16.375c-6.23 5.497-12.678 9.638-19.28 12.5l-.75 169.125 11.625-1.187 8.406-.844V251.44zm-60.56 13.907L19.97 321.656v52.75l30.843-17.156 4.593-2.563 4.563 2.625c16.475 9.383 28.455 10.95 40.155 7.813 11.7-3.138 23.93-11.893 37.875-25.875l3.875-3.875 5.28 1.5c24.013 6.806 38.055 9.512 49.064 7.625 11.008-1.887 21.244-8.403 38.218-23.78l6.28-5.69 6.25 5.69c7.754 7.03 11.293 7.7 12.47 7.655 1.176-.045 3.25-1.242 7.937-4.344 4.688-3.1 11.853-7.25 21.53-7.655 8.286-.346 18.054 2.04 29.97 7.688 8.374-7.562 15.014-12.59 23.75-13.594 8.592-.99 15.815 2.258 24.906 7.092 6.724-5.367 13.502-8.383 20.033-9.156 8.26-.978 15.21 1.12 21 2.75 5.79 1.63 10.514 2.88 15.312 2.563 4.656-.31 9.9-1.895 17.25-7.5l.156-37.658c-7.78.51-15.41-.668-22.56-3.218zm-27.533 61.53c-.486.013-.968.04-1.437.095-3.75.443-7.92 2.043-14.313 8.467l-4.906 4.938-6.155-3.313c-11.897-6.416-17.156-8.315-19.625-8.03-2.47.283-7.388 3.3-17.906 13.03l-4.906 4.532-5.875-3.156c-13.036-7.02-21.216-8.59-26.375-8.375-5.16.215-8 1.883-12 4.53-4.002 2.648-9.25 7.153-17.532 7.47-6.335.24-12.545-2.27-19.312-7.25-14.828 12.75-27.21 20.65-41.47 23.093-14.998 2.57-30.607-.71-52.186-6.687-13.58 13.024-26.973 22.878-42.22 26.967-15.368 4.123-31.947 1.747-49.5-7.156l-35.5 19.75v17.69c31.86-14.53 63.46-14.035 95.844-5.5 10.952-15 24.617-25.098 41.813-27.783 17.11-2.67 36.716 1.77 60.53 11.688 4.384-9.426 9.76-15.932 16.532-19.656 8.8-4.84 18.007-4.127 25.844-3.033 15.676 2.19 27.35 6.595 43.19-6.437l4.25-3.5 5.124 2.03c23.357 9.21 50.61 11.247 73.625-7.5l5.81-4.717 5.876 4.625c15.268 11.986 29.62 11.267 42.5 1.906l.125-27.5c-5.555 2.605-10.908 3.948-15.936 4.28-8.64.573-15.835-1.597-21.594-3.218-5.04-1.418-8.91-2.363-12.313-2.28zm1.72 45.626c-26.39 18.067-56.995 16.428-81.844 7.813-20.187 13.676-40.456 9.14-53.094 7.375-6.793-.95-11.016-.873-14.25.906-3.237 1.78-7.39 6.21-11.532 18.47l-3.313 9.81-9.438-4.28c-26.59-12.11-45.507-16.066-58.937-13.97-13.43 2.098-22.934 9.533-32.813 25.032l-3.78 5.938-6.75-2c-35.05-10.37-64.65-11.103-97.188 6.75v43.375l10.28-1.033 410.313-41.718.25-58.44c-15.042 6.07-32.325 5.435-47.907-4.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-caldera tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M322.906 60.906l-7.72 1.47-63.592 12.093-3.22.624-2.124 2.47c-7.074 8.218-17.59 13.896-28.97 14.655-11.38.758-23.822-3.012-36.093-15.19l-5.718-5.655-6.47 4.78-55.5 41.407-2.53 1.876-.876 3C98.38 162.385 64.634 244.3 17.97 312.688v32.03C73.347 271.667 112.546 178.6 127.03 130.75l47.032-35.03c14.115 11.464 29.877 16.128 44.47 15.155 15.478-1.033 29.394-8.116 39.5-18.594l52.937-10.093 11.374 30.032 1.812 4.78 5 1.03c25.286 5.29 57.767 17.538 83.47 41.564 7.697 82.853 28.944 142.817 80.624 194.28v-27.312c-39.61-45.515-55.92-97.534-62.438-172.375l-.28-3.437-2.5-2.438c-27.842-27.25-62.216-40.858-89.97-47.343l-12.375-32.72-2.78-7.344zm-59.562 70.156c-38.16 0-72.7 6.43-96.844 16.282-12.072 4.926-21.48 10.752-27.438 16.5-3.952 3.813-6.323 7.357-7.468 10.75-.042.123-.087.252-.125.375-12.766 37.944-29.76 75.897-49.126 113.843 24.3-23.393 44.42-49.902 56.75-77.813l-13.656 59.375-44.626 122-1.718 4.688 2.937 4.03 26.126 36.063-25.25 57.813h20.406l24.094-55.25 2.156-4.908-3.125-4.312-26.374-36.375 7.687-20.97 70.72-156.905c22.04 7.065 50.196 11.578 80.905 11.938l9.03 114.75 28.564 125.968-5.126-131.687 14.72-73.876 26.498 37.812-1.03-80.437c10.397-2.448 19.878-5.417 28.124-8.782 5.128-2.093 9.762-4.352 13.875-6.688 7.416 37.274 29.225 72.748 60.064 108.25-17.907-42.653-36.687-88.07-38.656-130.063.32-1.282.468-2.536.468-3.78 0-4.904-2.323-10.065-8.28-15.813-5.96-5.748-15.398-11.574-27.47-16.5-24.143-9.853-58.652-16.28-96.812-16.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-calendar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M119 31v66h18V31h-18zm256 0v66h18V31h-18zM73 89v30h366V89h-28v26h-54V89H155v26h-54V89H73zm0 48v302h366V137H73zm110 14h18v32h46v-32h18v32h46v-32h18v32h46v-32h18v32h32v18h-32v46h32v18h-32v46h32v18h-32v46h32v18H265v32h-18v-32h-46v32h-18v-32h-46v32h-18v-32H87v-18h32v-46H87v-18h32v-46H87v-18h32v-46H87v-18h96v-32zm-46 50v46h46v-46h-46zm64 0v46h46v-46h-46zm64 0v46h46v-46h-46zm64 0v46h46v-46h-46zm-192 64v46h46v-46h-46zm64 0v46h46v-46h-46zm64 0v13.27c2.545-5.936 7.334-10.725 13.27-13.27H265zm32.73 0c5.936 2.545 10.725 7.334 13.27 13.27V265h-13.27zm31.27 0v46h46v-46h-46zm-41 16c-3.973 0-7 3.027-7 7s3.027 7 7 7 7-3.027 7-7-3.027-7-7-7zm-23 16.73V311h13.27c-5.936-2.545-10.725-7.334-13.27-13.27zm46 0c-2.545 5.936-7.334 10.725-13.27 13.27H311v-13.27zM137 329v46h46v-46h-46zm64 0v46h46v-46h-46zm64 0v46h46v-46h-46zm64 0v46h46v-46h-46z"/></svg>
<svg class="tc-image-originals-camel-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M34.26 54.05c-3.674-.052-7.343.22-11.016.766.984 18.973 2.226 39.808 8.106 56.516 6.682 18.99 17.358 32.218 42.87 35.504l3.964.51 19.552 28.15c-11.674 19.768-24.757 40.383-27.453 64.24C66.53 277.26 94.98 310.503 94.39 350.273 93.877 384.61 55.533 408.33 18 419.865V494h191.1c5.815-59.63 3.997-142.295 46.45-193.568-.098-.082-.193-.158-.292-.24-36.887 13.005-67.608 15.536-91.19 5.884-7.885-3.227-14.73-7.882-20.49-13.763-9.234-16.563-10.896-32.02-1.967-42.104 4.063 20.628 13.888 32.91 29.277 39.208 35.125 6.58 61.317.294 87.974-9.633 37.367 28.99 77.208 43.628 120.232 47.863 3.3 19.667 13.757 35.763 30.412 40.163 14.11 3.496 31.643.26 43.44-5.744 17.47-8.89 27.032-33.07 17.07-59.71-48.152-2.008-100.698-13.49-133.68-42.907 16.136 3.43 33.54 6.376 47.3 8.034 26.324 12.59 51.317 13.888 90.546 17.073 8.062-5.743 13.12-10.632 15.63-14.584 2.774-4.368 3.313-7.532 2.51-12.754-3.09-11.252-11.807-15.73-21.478-14.93-15.433-39.633-39.394-82.483-70.715-97.464-36.225-8.937-73.532 1.93-105.856 11.54 3.448-14.18-1.07-18.407-6.27-28.366-19.06-19.503-39.63-11.05-57.38-18.498-14.267-8.968-15.308-35.744-28.94-42.57-11.082-4.523-26.49-4.93-40.848-1.68-14.36 3.25-27.51 10.208-34.336 17.787l-4.785 5.312-6.257-3.46C86.786 69.037 60.437 54.407 34.26 54.048zm16.054 24.41C63.134 80.113 76.65 87.74 89.31 96.5c12.66 8.757 23.642 18.164 29.495 27.225l-15.12 9.767c-2.81-4.348-13.225-14.31-24.617-22.19-11.392-7.88-24.586-14.155-31.052-14.987zm183.827 80.66c6.545.052 14.645 1.008 28.33 2.614 4.758 1.464 4.267 10.61-2.6 15.733-26.57 9.943-38.235 14.125-64.15-9.88 20.924-6.123 27.513-8.55 38.42-8.466zm172.116 24.28c20.81 7.5 30.964 29.094 38.154 47.196l-16.75 6.59c-4.683-10.115-13.924-33.156-25.414-36.24z"/></svg>
<svg class="tc-image-originals-campfire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M281.53 23.438c48.44 71.504-18.447 145.556-63.655 58.968 27.295 144.502-65.22 166.347-74.75 74.75-73.554 65.057-59.358 147.17-20.438 210.75l45.844-26.344c-12.004-18.318-17.995-42.502-15.31-66.218 25.688 39.43 106.855 10.088 97.124-59.938 10.695 32.074 37.802 28.97 65.78-20.5C278.07 297.622 337.95 364.248 378.032 333.5c1.47 11.97-2.95 25.657-10.592 38.063l46.968 12.53c55.122-47.503 79.71-135.97-3.812-175.53 39.08 60.478-13.1 105.064-60.72 41.468-38.546-72.133 82.366-113.394-68.343-226.593zM173.876 48.124c-64.128 32.333-14.642 60.51-14.03 92.344 44.122-38.935-3.722-53.508 14.03-92.345zm74.47 269.094L75 416.874c2.71 18.39 8.98 34.417 18.813 48.5l92-44.063-78.688 59.875c3.39 3.38 7.033 6.62 10.938 9.75L192.78 448c-.023-.738-.06-1.475-.06-2.22 0-37.22 30.495-67.56 67.81-67.56 10.53 0 20.527 2.413 29.44 6.717-2.323-13.414-7.28-27.104-14.72-39.28l-94.938 40.124 82.47-56.467c-4.34-4.55-9.166-8.64-14.438-12.094zm58.874 57.624c1.61 7.148 2.6 14.315 2.967 21.312l.22 3.938c11.13 12.042 17.937 28.09 17.937 45.687 0 7.795-1.356 15.276-3.813 22.25l91.345 24.376c4.642-6.327 8.588-12.768 11.844-19.375l-63.158-24.686 70.125 6.844c.866-2.948 1.61-5.923 2.22-8.938l-97.063-34.22L439 427.5c.156-5.772-.103-11.67-.813-17.72L307.22 374.845zm-46.69 22.062c-27.26 0-49.124 21.8-49.124 48.875 0 27.078 21.864 48.876 49.125 48.876 27.263 0 49.126-21.798 49.126-48.875 0-27.075-21.863-48.874-49.125-48.874zm-4.936 11.78c43.778.002 58.435 71.595 0 71.595 26.622-23.113 29.81-46.888 0-71.592zm.187 9.845c-21.616 17.916-19.304 35.177 0 51.94-42.375 0-31.745-51.94 0-51.94z" fill="#fff"/></svg>
<svg class="tc-image-originals-cancel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C123.45 16 16 123.45 16 256s107.45 240 240 240 240-107.45 240-240S388.55 16 256 16zm0 60c99.41 0 180 80.59 180 180s-80.59 180-180 180S76 355.41 76 256 156.59 76 256 76zm-80.625 60c-.97-.005-2.006.112-3.063.313v-.032c-18.297 3.436-45.264 34.743-33.375 46.626l73.157 73.125-73.156 73.126c-14.63 14.625 29.275 58.534 43.906 43.906L256 299.906l73.156 73.156c14.63 14.628 58.537-29.28 43.906-43.906l-73.156-73.125 73.156-73.124c14.63-14.625-29.275-58.5-43.906-43.875L256 212.157l-73.156-73.125c-2.06-2.046-4.56-3.015-7.47-3.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-candle-flame tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M334.656 17.125c-39.668 10.85-74.78 27.46-100.75 51.97-.7-12.52-4.5-25.147-13.28-38.032-.99 44.914-50.315 103.934-30.5 153.53.003.01-.005.023 0 .032 7.68 30.364 37.266 53.535 65.468 58.313-2.05-19.67-7.09-37.707-14.47-54.72l17.157-7.437c8.366 19.287 13.92 39.993 16 62.47 23.252-3.66 41.33-23.623 38.283-67.594-3.658-52.788-.63-114.802 22.093-158.53zM209.53 258.72c-31.372.18-59.653 7.37-81.81 19.936-22.914 12.996-39.443 32.518-44.376 55.5-2.557 8.937-4.03 19.326-4.03 30.406 0 32.55 12.64 59.1 28.5 60.532V489.5h301.155v-18.47c1.204.15 2.44.22 3.686.22 16.484 0 29.844-13.362 29.844-29.844 0-15.464-11.78-28.173-26.844-29.687-2.632-46.515-15.848-80.1-41.875-103.47-23.49-21.094-56.093-33.432-98.592-41.78-.3 21.733-3.715 45.06-10.75 70.28l-18.032-5.03c7.006-25.113 10.208-47.738 10.22-68.533-4.84-.782-9.746-1.537-14.813-2.25-11.03-1.55-21.824-2.28-32.282-2.218zm-103.186 79.186h18.687c0 5.588 2.556 11.307 8.69 17.5 6.13 6.194 15.744 12.395 28.06 17.656 24.636 10.524 59.83 17.375 98.75 17.375 49.15 0 92.438-11.197 115.845-26.312l10.125 15.72c-28.443 18.366-74.097 29.28-125.97 29.28-41.077 0-78.3-7.003-106.092-18.875-13.897-5.936-25.473-13.075-34-21.688-8.528-8.612-14.094-19.157-14.094-30.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-candle-holder tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M290.75 14.625c-14.073 0-47.344 43.993-47.344 79.97 0 26.674 11.15 44.41 38.375 46.81 3.648-21.18 3.137-42.01-3-62.874l17.908-5.28c6.65 22.616 7.458 45.273 4.093 67.625 27.623-3.88 37.283-20.537 37.283-46.28 0-35.977-33.655-79.97-47.313-79.97zm-45.188 140.063v11.843l-.187-3.905c.774 26.386-17.415 28.686-17.125 48.156.227 15.365 12.172 20.084 17.313 12.69v145.75h97.156v-83.5c6.51 7.5 19.83 1.552 20.092-16.22.31-20.772-16.87-25.295-20.093-48.22v-66.593c-32.392 10.276-65.8 9.795-97.158 0zM113.625 285.344c-19.435.005-37.23 10.322-48.094 26.125-14.485 21.068-17.477 52.02-.81 81.405 7.814 13.78 4.407 25.93-2.126 32.28-6.533 6.352-15.494 8.594-27.563-2.53l-12.655 13.72c17.56 16.183 40.3 14.805 53.25 2.217 12.95-12.587 16.81-34.69 5.344-54.906-13.474-23.753-10.43-46.47-.032-61.594 10.398-15.124 27.313-22.524 45.968-15.593 23.738 8.82 34.46 29.795 32.813 48.124-1.355 15.062-9.978 28.618-30.095 33.437h-25.688c3.313 6.736 7.145 13.262 11.407 19.533l.03 1c.213-.006.415-.025.626-.032 10.88 15.772 24.687 29.972 41.063 42.158H443c23.286-17.327 41.907-38.453 53.75-62.657H164.28c8.205-9.01 13.02-20.162 14.064-31.78 2.414-26.863-13.754-55.694-44.938-67.28-6.646-2.47-13.303-3.628-19.78-3.626z" fill="#fff"/></svg>
<svg class="tc-image-originals-candle-light tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.75 23.563c-27.913 0-93.875 87.237-93.875 158.593 0 59.35 29.018 79.715 68.625 94.875-15.47-15.607-26.03-43.75-26.03-76.186 0-49.232 31.292-89.188 53.25-89.188 21.132 0 53.25 39.955 53.25 89.188 0 30.39-9.41 56.833-23.283 72.937 36.097-18.016 61.938-35.72 61.938-91.624 0-71.356-66.786-158.594-93.875-158.594zm6.72 175.906l-18.5 2.686c5.764 39.366 6.665 69.034 4.25 97.875-24.957-.97-49.677-5.972-73.69-14.75v95.47c-3.295 25.668-22.434 30.526-22.093 53.47.29 19.547 14.998 26.003 22.094 17.624v36.28h164.69v-88.343c8.615 10.89 27.17 3.06 27.53-21.31.432-29.117-24.597-34.605-27.53-68.814V285.28c-23.916 8.88-48.17 13.702-72.314 14.72 2.337-29.752 1.383-60.792-4.437-100.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-candle-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.104 22.578c-20.107 0-36.407 24.864-36.407 55.54 0 14.627 3.712 27.924 9.77 37.843-.797-3.59-1.227-7.4-1.227-11.353 0-21.304 12.457-38.572 27.822-38.572 15.366 0 27.825 17.27 27.825 38.572 0 4.027-.448 7.908-1.274 11.557 6.133-9.94 9.897-23.318 9.897-38.047 0-30.672-16.3-55.54-36.406-55.54zm-8.625 79.795c-3.055 12.47-6.142 26.436-3.298 40.94-8.287-1.01-16.575-2.958-24.862-5.82 9.937 28.745 14.647 57.702 3.748 87.278-16 14.62-32.728 27.616-47.52 38.335-9.616 6.97-8.897 18.14-4.433 22.663 2.232 2.26 5.295 3.785 11.748 2.43 6.453-1.357 16.117-6.333 27.883-17.92 5.477-5.395 12.057-7.237 20.416-9.216 8.36-1.978 18.263-3.21 28.584-3.304 20.642-.19 43.666 3.353 56.88 19.592 7.75 9.527 14.644 12.63 19.724 13.14 5.08.51 9.04-1.392 11.892-4.53 2.853-3.14 4.186-7.386 3.487-11.25-.7-3.866-3.072-8.03-10.7-11.653-17.862-8.484-35.915-21.494-51.493-37.217-12.106-29.452-8.637-58.902 3.578-88.348-9.837 3.664-19.674 5.752-29.51 6.4-3.613-11.36-1.362-23.237 2.026-37.074l-18.15-4.445zm12.438 174.072c-8.915.083-17.664 1.196-24.453 2.803-6.79 1.607-11.856 4.59-11.606 4.344-13.444 13.24-25.725 20.493-37.153 22.894-10.256 2.156-19.96-.205-26.695-5.627-21.038 17.212-33.722 40.734-32.33 71.636 2.607 57.89 28.36 96.284 58.69 113.104 28.96 16.058 61.78 13.472 87.425-11.93l-11.3-42.274 18.054-4.826 8.218 30.74c20.986-3.343 42.087-5.46 63.275-5.664 1.523-.014 3.048-.02 4.572-.013 19.34.07 38.748 1.778 58.203 5.63 1.013-31.385-.38-62.404-7.734-89.658l-29.46-4.492c2.29-18.12 21.336-32.636 38.835-35.996l-53.68-29.41c-.235.275-.464.555-.708.822-6.503 7.155-16.556 11.662-27.59 10.554-11.033-1.108-22.353-7.65-32.353-19.94-6.595-8.104-24.38-12.864-42.212-12.7zm-19.36 23.43l13.84 12.555c-13.42 14.796-24.91 36.053-24.787 61.01 15.837 2.025 31.16 7.527 42.18 20.964l-14.452 11.852c-8.717-10.63-21.02-14.297-37.256-15.133l-8.03-.412-.788-8c-3.423-34.676 11.938-63.7 29.293-82.835zm50.487 26.36c19.1-.178 43.927 16.05 46.56 36.872l-64.568 10.04c-11.24-33.82 1.155-46.753 18.008-46.91zm80.846 44.974l15.98 58.38-22.43-19.973-7.682 21.2c-8.4-21.78-15.746-44.162 14.133-59.608zM344.93 470.4c-5.53.124-11.065.404-16.608.784l3.592 24.076h13.664l-.648-24.86zm18.7.12l.642 24.74h13.367l-.12-23.924c-4.626-.38-9.256-.652-13.89-.817zm-53.948 2.376c-6.34.727-12.693 1.6-19.055 2.582l5.29 19.782h17.1l-3.335-22.364zm86.537.606l.11 21.758h13.323c.488-6.335.924-12.712 1.3-19.102-4.908-1.025-9.82-1.915-14.733-2.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-candlebright tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.5 20.563c24.226 185.95-94.27 281.193-69.688 372.937 3.67 13.694 10.22 26.198 18.907 37.375-2.572-7.143-4.053-14.664-4.22-22.5-1.053-49.328 50.494-92.216 87.344-161.25 11.533 31.27 23.798 68.703 16.75 116.28 62.933-18.27 110.746-66.518 121.187-117.655 37.003 66.223 41.693 141.46.876 196.78-.134-3.025-.612-6.104-1.53-9.186-6.996-23.464-39.652-36.488-72.688-28.03-61.143 15.66-69.61 98.658 16.625 85.217.44-.068.896-.144 1.343-.217 24.446-3.723 47.13-12.838 64.906-28.063C510.78 335.102 388.185 103.572 182.5 20.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-candlestick-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M320.9 19.054c-39.32 0-71 31.68-71 71s31.68 71 71 71 71-31.68 71-71-31.68-71-71-71zm0 30c22.537 0 41 18.463 41 41s-18.463 41-41 41-41-18.463-41-41 18.463-41 41-41zM146.5 64.42a37.825 37.825 0 0 0-8.3.83c-29.027 6.162-49.944 25.765-62.878 51.578-12.934 25.812-18.633 57.932-19.178 91.888-1.09 67.913 18.283 143.263 49.238 190.287 10.45 15.873 24.974 24.52 41.96 28.866 6.516 1.665 13.427 2.814 20.827 3.713a57.1 57.1 0 0 1-.27-5.53c0-4.142.572-8.306 1.642-12.485-6.597-.813-12.504-1.8-17.738-3.14-14.19-3.63-23.288-9.02-31.387-21.323-27.905-42.392-47.307-115.925-46.277-180.1.515-32.087 6.1-61.815 17.275-84.115 11.175-22.3 27.19-37.078 50.522-42.03 6.646-1.412 10.758-.17 15.23 3.33 4.473 3.503 8.925 9.938 12.633 18.57 6.386 14.87 10.5 35.725 13.035 56.294h18.133c-2.558-22.05-6.74-45.028-14.63-63.396-4.43-10.315-10.045-19.352-18.073-25.64-6.02-4.714-13.61-7.504-21.764-7.6zm174.4 2.634c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm-23 108.977v137.75c.14 3.726 1.945 6.4 6.222 9.108 4.293 2.717 10.887 4.59 17.405 4.78 6.517.19 12.843-1.326 16.732-3.762 3.888-2.436 5.64-4.806 5.64-9.852V176.03a88.702 88.702 0 0 1-23 3.024c-7.95 0-15.66-1.055-23-3.023zm-127.315 3.024c1.274 18.84 3.492 61.976-.802 88.442-2.047 12.612-7.35 26.95-11.577 37.558h69.385c-4.224-10.61-9.528-24.946-11.575-37.558-4.295-26.466-2.076-69.603-.803-88.442h-44.627zm63.315 16v30h46v-30h-46zm-89 126v18h96v-18h-96zm138.736 5.96c-27.298 14.694-51.16 32.19-68.373 49.403-19.15 19.152-29.363 38.137-29.363 49.637 0 13.182 5.877 23.69 16.293 33.068 10.415 9.378 25.387 17.005 41.552 22.393 45.724 15.24 108.584 15.24 154.307 0 16.166-5.388 31.137-13.015 41.553-22.393 10.416-9.377 16.295-19.886 16.295-33.068 0-21-10.155-38.33-29.022-55.31-16.857-15.172-40.628-29.394-68.123-43.57a30.515 30.515 0 0 1-10.94 11.988c-.07.042-.14.08-.208.123 17.422 2.965 33.142 8.79 45.972 16.875 19.12 12.05 32.32 29.83 32.32 50.394 0 20.566-13.2 38.345-32.32 50.395-19.12 12.048-44.638 19.104-72.68 19.104-28.043 0-53.562-7.056-72.682-19.105-19.12-12.05-32.318-29.83-32.318-50.396 0-20.565 13.2-38.345 32.318-50.394 13.266-8.36 29.617-14.31 47.75-17.174a42.995 42.995 0 0 1-1.47-.89c-4.3-2.72-8.18-6.5-10.862-11.08zm37.264 28.04c-24.977 0-47.46 6.487-63.084 16.334-15.626 9.848-23.916 22.32-23.916 35.166 0 12.848 8.29 25.32 23.916 35.166 15.625 9.848 38.107 16.334 63.084 16.334 15.375 0 29.797-2.465 42.263-6.652-4.685-3.872-9.765-8.13-14.255-12.965-3.65-3.93-6.973-8.283-9.022-13.594-2.05-5.31-2.506-11.822-.262-17.904l16.887 6.23c-.707 1.917-.64 3.096.17 5.195.81 2.098 2.68 4.874 5.42 7.824 5.012 5.398 12.588 11.12 19.345 17.054.86-.5 1.714-1.005 2.537-1.524 15.625-9.847 23.918-22.318 23.918-35.166 0-12.847-8.293-25.318-23.918-35.166-15.626-9.847-38.105-16.334-63.082-16.334zm-8.584 11.076h16v18h-16v-18zm38.006 5.383h16v18h-16v-18zm-72.506 3.137h16v18h-16v-18zm-27.98 26.404h16v18h-16v-18zm125.876 0h16v18h-16v-18zm-97.943 19.512h16v18h-16v-18zm34.782 8.762h16v18h-16v-18z"/></svg>
<svg class="tc-image-originals-candy-canes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M109.963 27.656c-1.013.005-2.027.027-3.04.067-13.518.53-27.035 4.183-39.286 10.425L86.703 75.57c4.186-2.133 8.78-3.46 13.524-3.955l21.203-43.22c-3.796-.507-7.627-.755-11.467-.74zm292.074 0c-3.84-.016-7.67.232-11.467.74l21.203 43.22c4.745.493 9.338 1.82 13.524 3.954l19.066-37.422c-12.25-6.242-25.768-9.896-39.285-10.425-1.014-.04-2.028-.062-3.04-.067zm-247.72 13.028l-22.874 40.742c1.904 1.6 3.724 3.39 5.432 5.39l52.996-.402-5.22-10.246c-8.267-16.226-18.694-27.738-30.332-35.484zm203.365 0c-11.638 7.746-22.065 19.258-30.332 35.484l-5.22 10.246 52.995.402c1.708-2 3.528-3.79 5.432-5.39l-22.875-40.742zM31.54 70.19c-2.985 4.592-5.52 9.46-7.52 14.566-7.667 19.602-7.898 42.69 4.593 68.385l37.258-32.427c-.79-4.082-1.006-8.072-.718-11.904L31.54 70.19zm448.92 0l-33.612 38.62c.288 3.83.073 7.82-.72 11.903l37.26 32.428c12.49-25.695 12.26-48.782 4.59-68.384-1.997-5.105-4.533-9.974-7.517-14.567zM204.4 114.925l-51.427.39 14.53 28.514 51.428-.39-14.53-28.514zm103.204 0l-14.53 28.513 51.428.39 14.53-28.514-51.428-.39zM78.887 150.54L43.12 181.67l1.023 2.004c9.08 17.82 22.505 18.836 32.752 13.615 10.246-5.222 17.314-16.68 8.234-34.5l-6.243-12.25zm354.226 0l-6.242 12.25c-9.08 17.82-2.01 29.278 8.235 34.5 10.247 5.22 23.673 4.204 32.752-13.616l1.022-2.004-35.767-31.13zm-199.658 21.41l-51.428.392 14.528 28.512 51.427-.39-14.527-28.513zm45.09 0l-12.443 24.423 2.1 4.12 47.243.36 14.528-28.51-51.428-.392zm-16.035 57.025l-51.428.39 14.527 28.514 51.43-.392-14.53-28.513zm20.332.254l9.072 17.805 9.004-17.67-18.076-.136zm8.724 56.77l-51.427.39 14.526 28.512 51.428-.39L291.566 286zm-71.48.684l-14.18 27.828 28.47.217-14.29-28.046zm-28.707 56.34l-14.528 28.513 51.427.39 14.527-28.513-51.428-.39zm129.24 0l-51.427.39 14.528 28.514 51.428-.39-14.527-28.515zm-158.298 57.025l-14.527 28.51 51.43.39 14.527-28.51-51.43-.39zm187.356 0l-51.43.39 14.527 28.51 51.43-.39-14.527-28.51zm-214.805 57.034c-2.852 13.29 3.405 21.407 11.54 25.318 10.083 4.848 23.95 3.192 33.062-14.69l5.222-10.25-49.824-.378zm242.254 0l-49.824.38 5.222 10.247c9.112 17.884 22.98 19.54 33.06 14.692 8.137-3.91 14.394-12.03 11.542-25.318z" fill="#fff" /></svg>
<svg class="tc-image-originals-cannister tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M336.438 20.375c-.93-.01-1.855.01-2.782.03-23.67.532-46.656 11.083-62.437 29.907l143.06 82.594c13.666-37.527-1.125-80.59-36.905-101.25-12.925-7.463-27.007-11.128-40.938-11.28zm-88.72 37.97l-9.812 17 44.22 25.53c10.07 5.815 16.038 16.205 19.374 27 3.336 10.795 4.395 22.475-1.375 32.47l-47.063 81.53c-5.4 9.354-14.777 15.994-25.53 19.313-10.754 3.318-23.383 3.12-34.47-3.282l-45.437-26.22L79.187 350.22l168.875 97.53 23.094-40-45.906-26.594-8.063-4.687 4.657-8.064L336.72 168.75l4.655-8.125 8.125 4.72 46.125 26.718 20.938-36.25-168.844-97.47zm-74.343 1.03l-9.344 16.188 17.095 9.874-52.906 91.72-17.126-9.876-9.344 16.19 17.125 9.874-.063.125 83.594 48.25c5.86 3.38 12.94 3.655 19.625 1.593 6.686-2.063 12.448-6.63 14.845-10.782L283.938 151c1.39-2.408 2.03-10.11-.282-17.594-2.313-7.484-7.217-14.232-10.875-16.344l-16.467-9.5.125-.218-83.063-47.97zm45.375 54.094c4.968.015 10.01 1.284 14.656 3.968 14.163 8.176 18.958 26.024 10.78 40.187-8.176 14.163-26.02 18.928-40.186 10.75-14.163-8.177-18.958-25.993-10.78-40.156 5.11-8.853 14.003-14.04 23.405-14.69.705-.047 1.415-.064 2.125-.06zm-52.156 51.624c2.72.05 5.505.8 8.125 2.312 7.982 4.61 10.583 14.204 6.28 21.656-4.303 7.454-13.92 10.017-21.906 5.407-7.984-4.61-10.553-14.205-6.25-21.657 2.69-4.658 7.452-7.41 12.594-7.688.385-.02.767-.038 1.156-.03zm181.656 21.094L242.687 369.625l41.125 23.844 105.563-183.44-41.125-23.843zm-137.313 4.5c2.727.05 5.537.8 8.157 2.312 7.983 4.61 10.553 14.204 6.25 21.656-4.303 7.453-13.89 10.017-21.875 5.406-7.976-4.604-10.565-14.175-6.282-21.625v-.03c2.69-4.66 7.45-7.41 12.593-7.688.387-.022.768-.04 1.157-.032zM83.313 374.217c-17.224 38.714-2.76 84.968 34.75 106.626 37.522 21.664 84.817 11.05 109.72-23.25L83.31 374.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-cannon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M142.373 116.285l-15.92 9.79 19.223 31.257c-17.208 13.06-28.326 33.725-28.326 56.994 0 21.555 9.55 40.866 24.632 53.977l-71.76 92.16L20.66 379.69v17.828h71.834l73.588-95.78h8.22c-5.383 42.56 21.434 83.807 63.995 95.21 46.448 12.447 94.437-15.26 106.883-61.708 3.015-11.253 3.667-22.595 2.273-33.502h35.3v-30.61l109.858-7.968v-96.365l-286.655-21.91c-5.48-1.345-11.2-2.072-17.094-2.072-9.53 0-18.62 1.88-26.934 5.265l-19.553-31.793zM260.637 244.04c5.936-.01 11.978.757 17.998 2.37 36.692 9.832 58.323 47.3 48.492 83.992-9.832 36.692-47.3 58.326-83.992 48.494-36.692-9.83-58.326-47.3-48.494-83.992 7.99-29.812 34.222-49.684 63.46-50.814.843-.033 1.69-.05 2.537-.05zm3.633 19.747l-8.225 30.697-22.47-22.47-13.216 13.215 22.47 22.47-30.695 8.226 4.838 18.053 30.695-8.226-8.225 30.695 18.053 4.835 8.225-30.693 22.47 22.47 13.214-13.216-22.468-22.47 30.695-8.226-4.837-18.052-30.695 8.224 8.224-30.697-18.052-4.838z" fill="#fff"/></svg>
<svg class="tc-image-originals-cannon-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.22 19.22V144.5l24.186 19c1.022-5.31 2.845-10.79 5.313-16.47 7.362-16.94 20.597-35.66 38.218-53.28 17.62-17.618 36.308-30.855 53.25-38.22 5.45-2.368 10.722-4.144 15.843-5.186L129.595 19.22H18.22zM164.062 68c-4.292.152-10.423 1.652-17.407 4.688-13.968 6.07-31.286 18.07-47.5 34.28-16.213 16.212-28.21 33.533-34.28 47.5-3.036 6.985-4.537 13.116-4.69 17.407-.123 3.537.467 5.46 1.283 6.625l16.5 12.938c.577.833 1.217 1.624 1.968 2.375 4.802 4.802 11.537 5.95 17.5 5.375 5.962-.575 11.964-2.654 18.312-5.72 12.696-6.13 26.736-16.486 40.22-29.968 13.48-13.482 23.836-27.554 29.968-40.25 3.065-6.348 5.144-12.32 5.718-18.28.574-5.963-.54-12.7-5.344-17.5-.9-.902-1.854-1.66-2.875-2.314-.01-.007-.02-.023-.03-.03l-13.063-16.032-.063-.03c-1.194-.688-3.05-1.176-6.218-1.064zM173 100.563c-.002-.01.014.045.094.124.132.133.117.11-.063.063.067.265.176.914.032 2.406-.253 2.636-1.514 6.952-3.937 11.97-4.847 10.034-14.138 22.918-26.375 35.155-12.237 12.238-25.09 21.53-35.125 26.376-5.018 2.423-9.364 3.653-12 3.906-1.492.144-2.14.035-2.406-.03.05.202.074.2-.064.062s-.14-.113.063-.063c-.067-.264-.176-.913-.032-2.405.253-2.636 1.514-6.95 3.937-11.97 4.847-10.034 14.138-22.887 26.375-35.124 12.237-12.236 25.09-21.527 35.125-26.374 5.018-2.423 9.333-3.683 11.97-3.937 1.542-.15 2.183-.034 2.436.03-.02-.086-.03-.18-.03-.188zm17.594 102.53l91.625 137.5-54.908 4.782 84.657 75.563-41.283 16.125c80.9 53.383 172.416 74.49 205.157 41.75 32.74-32.74 16.355-131.523-35.72-185.47l-4.155 41.813-59.283-89.187-7.625 57.06-178.468-99.936zM432.5 395.47c21.818 0 39.28 17.46 39.28 39.28 0 21.818-17.462 39.313-39.28 39.313s-39.313-17.495-39.313-39.313 17.495-39.28 39.313-39.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-cannon-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M168.875 11.395l86.455 98.443c2.175-1.122 4.337-2.206 6.47-3.215 14.37-6.805 27.684-11.083 39.76-12.103.75-.064 1.498-.113 2.243-.15L242.69 11.396h-73.815zM18.348 64.145v27.722l.21-.25 128.432 107.3c3.262-3.764 6.643-7.526 10.127-11.276L18.347 64.147zm287.896 48.835c-.982.017-2.017.07-3.11.163-8.734.738-20.327 4.21-33.337 10.37-.564.268-1.146.567-1.715.844l30.996 35.295c1.406-.72 2.808-1.43 4.193-2.1 13.245-6.395 25.504-10.477 36.683-11.554.592-.057 1.183-.1 1.774-.14l-21.385-29.032-.344.344c-2.62-2.62-6.88-4.304-13.754-4.19zm-287.896 2.817V264.15l69.13 47.274c.036-.995.088-1.993.172-2.996 1.02-12.077 5.298-25.392 12.104-39.762 8.213-17.34 20.215-36.21 35.324-55.348l-116.73-97.52zm326.18 48.625c-.875.025-1.802.083-2.784.178-7.853.756-18.432 4.027-30.346 9.78-23.826 11.508-53.028 32.712-80.87 60.554-27.843 27.84-49.048 57.044-60.555 80.87-5.754 11.914-9.025 22.494-9.782 30.346-.755 7.853.795 12.184 3.197 14.586 2.402 2.402 6.735 3.952 14.588 3.196 7.852-.757 18.432-4.028 30.345-9.782 7.81-3.77 16.202-8.6 24.928-14.347-17.195 39.23-28.067 89.333-34.394 153.564 37.517-129.093 80.838-109.43 114.544-6.287-18.62-109.564 99.38-61.623 185.008 5.397-66.417-101.782-124.625-177.518 4.55-188.135-124.058-5.07-140.995-44.53-21.876-102.653-58.372 6.19-105.555 15.9-143.54 32.65 4.806-7.536 8.915-14.8 12.206-21.613 5.754-11.914 9.023-22.494 9.78-30.346.756-7.852-.794-12.183-3.196-14.585-1.8-1.8-4.688-3.122-9.332-3.352-.774-.038-1.596-.046-2.47-.02zm-173.442 35.65c-3.353 3.61-6.6 7.226-9.734 10.842l37.066 30.97c2.84-3.234 5.753-6.464 8.768-9.687l-36.1-32.125zm142.27 1.117c3.84.122 6.953 1.23 9.142 3.42 6.837 6.836 3.118 22.676-8.182 41.52-29.24 17.088-52.02 39.92-69.58 70.706-20.12 12.694-37.26 17.173-44.45 9.984-11.437-11.437 6.648-48.066 40.396-81.814 26.365-26.366 54.49-43.17 70.986-43.81.577-.02 1.14-.024 1.69-.007zm-163.9 24.138c-14.242 18.11-25.428 35.748-32.81 51.338-6.163 13.01-9.634 24.602-10.373 33.336-.738 8.734 1.033 13.87 4.026 16.86l-.1.1 31.152 21.304c.034-1.296.112-2.6.238-3.91 1.076-11.177 5.158-23.437 11.555-36.68 7.777-16.104 19.084-33.65 33.275-51.465l-36.965-30.882z" fill="#fff"/></svg>
<svg class="tc-image-originals-cape tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M257.055 18.465c-6.748 6.738-12.414 14.552-20.684 22.603-8.015 7.805-18.674 15.146-34.327 20.377 30.746 36.184 75.62 72.38 107.738 86.87 72.752 6.333 110.862-6.825 133.464-24.528 17.934-14.046 26.634-31.438 34.9-47.322-76.99-5.892-155.816-11.885-221.09-58zM224.957 111.1c-18.848 38.29-40.983 72.178-65.06 100.218C119.13 258.795 72.87 290.02 27.23 296.576c4.79 19.176 8.57 35.284 12.14 46.79 4.224 13.625 8.425 21.46 13.702 25.802 5.278 4.343 12.843 6.6 27.123 6.504 11.26-.077 26.285-1.765 45.783-4.633 49.05-9.608 75.085-23.605 91.684-40.503 16.12-16.41 24.06-36.67 34.242-60.91-2.002 35.15-13.275 56.615-27.713 72.422-12.38 13.55-27.5 22.814-41.904 31.72-5.32 2.13-10.992 4.148-17.085 6.048 1.747 2.31 3.242 4.804 4.588 7.405 5.002 9.667 8.175 21.123 11.602 32.13 3.426 11.004 7.12 21.496 11.542 28.274 4.344 6.656 7.96 9.432 14.555 9.402 13.547-1.69 30.984-11.664 49.05-23.833 18.278-12.31 37.19-26.49 56.468-34.61 1.78-.75 3.57-1.427 5.365-2.066 55.37-29.35 65.337-73.985 67.02-85.48-.62 15.536-2.896 28.007-5.916 38.355-4.655 15.945-11.1 26.942-16.804 37.195-2.8 2.697-5.768 5.367-8.96 7.984 6.205 2 12.186 5.423 17.557 10.358 15.25 14.01 26.382 38.883 34.715 79.847 15.255-14.025 33.218-35.4 48.15-60.118 18.82-31.148 32.85-67.483 32.86-100.445-.262-38.83-16.955-76.41-26.525-118.207-4.974-21.72-7.683-44.744-4.602-69.285-.506.41-1.007.825-1.526 1.232-27.166 21.277-71.19 35.115-147.744 28.19l-1.46-.133-1.345-.588c-24.328-10.67-52.84-30.727-78.838-54.326zm44.84 160.392l.724.307c-.303.715-.592 1.42-.893 2.136.063-.81.117-1.625.17-2.444zm133.623 38.1l.264.02s-.094.92-.342 2.5c.034-.827.052-1.68.078-2.52z"/></svg>
<svg class="tc-image-originals-capitol tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.594 19.406l-15.78 59.125c5.184-.58 10.44-.874 15.78-.874 5.338 0 10.595.293 15.78.875l-15.78-59.124zm0 76.97c-57.894 0-106.156 40.154-118.656 94.186H374.25c-12.5-54.032-60.762-94.187-118.656-94.187zM19.406 209.25v33.53h472.406v-33.53H19.406zM71.5 261.47v159.124h50.406V261.47H71.5zm105.97 0v159.124h50.405V261.47H177.47zm105.936 0v159.124h50.406V261.47h-50.406zm105.938 0v159.124h50.406V261.47h-50.406zm-161.78 177.655l-31.658 56.656h120.5l-32.062-56.655h-56.78zm-208.158.156v33.533h167.938l18.72-33.532H19.405zm286.531 0l18.97 33.533h166.906V439.28H305.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-car-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M285.628 42.475c-39.602 0-73 28.513-73 65 0 18.43 8.528 34.82 22.066 46.533l8.473-16.67c-7.876-8.202-12.54-18.667-12.54-29.863 0-25.37 23.91-47 55-47s55 21.63 55 47c0 17.403-11.253 33.046-28.356 41.154l-7.482 21.556c1.9-.462 3.774-.986 5.613-1.58l9.158 16.013c-10.326 7.263-20.32 16.266-31.034 27.472l81.35 179.392c50.265 2.318 98.764-24.335 123.754-68.01L385.8 158.635c-20.166 4.027-36.39 9.054-50.875 16.598l-8.09-14.144c19.057-11.615 31.793-31.09 31.793-53.613 0-36.487-33.398-65-73-65zm-122.666 5.947c-2.66.03-5.454.47-8.152 1.348-6.17 2.004-11.39 6.134-13.66 10.59l-.288.57-64.904 92.297c-2.135 4.452-2.382 10.947-.457 16.97 1.97 6.157 6.045 11.305 10.202 13.422l143.682 73.16c4.072 2.075 10.59 2.405 16.648.427 5.945-1.94 10.996-5.885 13.403-10.492l25.36-74.26c.05 0 .1.003.15.004l6.327-18.23c-.086.008-.175.01-.26.018l4.905-14.365.29-.568c2.27-4.456 2.54-11.12.55-17.282-1.99-6.162-6.1-11.355-10.434-13.562l-32.078-16.333c-6.543 8.178-8.55 19.868-.346 30.87l2.11 3.532 10.288 5.4-8.256 16.214-.146-.07-8.118 15.97c.045.023.09.043.135.065l-6.303 12.376-101.59-51.728 18.606-36.538 4.082-8.02 30.854 15.712c1.556-9.81 4.922-19.248 10.335-28.404L172.103 50.31c-2.514-1.28-5.72-1.925-9.14-1.888zm217.928 131.38l24.082 43.82-71.864 39.49-19.748-35.93-4.334-7.887 71.864-39.492zm-7.106 24.444L333.472 226.4l6.742 12.27 40.312-22.154-6.742-12.27zM114.5 218.482L93.63 259.475l69.508 35.392 20.873-40.992-69.51-35.393zm297.214 17.41l24.08 43.817-71.863 39.49-19.745-35.93-4.334-7.887 71.864-39.492zm-7.106 24.442l-40.314 22.154 6.744 12.27 40.313-22.154-6.742-12.27zM99.72 282.774h-.002L18.372 442.53l6.123 18.83 77.264-151.737 16.038 8.168-77.262 151.735 22.375-7.275 12.968-4.217-6.986-21.556 21.496-6.97L83.392 408l21.52-6.998-5.37-16.504 41.17-80.852-40.992-20.873z"/></svg>
<svg class="tc-image-originals-card-discard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M150.79 479.797l-85.27-185.08c-3.13-6.79-.15-14.862 6.634-17.993l129.163-59.51c6.783-3.12 14.862-.15 17.987 6.646l85.283 185.067c3.13 6.802.15 14.863-6.646 18L168.79 486.43c-6.795 3.144-14.868.15-18-6.633zm26.17-69.31l15.318-44.522 44.522 15.32 7.66-22.253-44.523-15.318 15.325-44.522-22.252-7.66-15.325 44.516-44.515-15.324-7.66 22.258 44.516 15.324-15.324 44.522zm106.07-211.05c47.9-85.625-53.11-105.304-102.586-62.593l-38.9 51.353C105.95 210 97.853 175.98 109.226 158.424l54.106-73.515 97.158-52.146c7.108-5.2 17.838-8.133 32.767-8.445l194.467 1.463.866 112.044-107.304-7.725c1.818 43.394-42.734 53.08-66.683 106.905l-13.813 46.38c-30.217-10.16-41.29-34.367-17.76-83.95zm-129.828-3.077l39.046-51.33c12.434-10.477 29.51-17.675 46.92-17.375-15.264 16.008-20.158 25.557-23.475 39.046-8 19.775-17.74 29.69-30.366 23.296-10.712 10.322-21.412 14.87-32.125 6.364z"/></svg>
<svg class="tc-image-originals-card-draw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M209.955 488.202l-121.242-46.62c-11.308-4.34-11.643-12.087-.79-17.288L204.8 469.236c15.024 5.777 37.23 4.92 51.774-1.96l161.522-76.6c10.014 4.436 9.864 11.818-.67 16.798L250.43 486.668c-10.983 5.195-29.128 5.902-40.477 1.534zm0-32.37L88.713 409.21C79.09 405.52 77.41 399.36 83.81 394.4l120.99 46.517c15.024 5.776 37.23 4.92 51.774-1.96l165.393-78.433c5.855 4.417 4.38 10.36-4.542 14.58l-166.993 79.193c-10.983 5.196-29.128 5.903-40.477 1.534zm0-28.314L88.713 380.892c-9.624-3.69-11.302-9.85-4.902-14.813l120.99 46.523c15.024 5.77 37.23 4.914 51.774-1.96l165.393-78.438c5.855 4.416 4.38 10.36-4.542 14.58l-166.993 79.2c-10.983 5.194-29.128 5.895-40.477 1.533zm0-28.32L88.713 352.572c-9.624-3.69-11.302-9.85-4.902-14.812l120.99 46.524c15.024 5.776 37.23 4.92 51.774-1.96l165.393-78.44c5.855 4.424 4.38 10.368-4.542 14.586l-166.993 79.194c-10.983 5.196-29.128 5.897-40.477 1.534zm0-28.32L88.713 324.26c-11.35-4.355-11.643-12.15-.66-17.353l87.236-41.376 34.826 18.323c15.365 8.09 37.937 7.06 52.5-2.39l65.74-42.672 88.404 34.007c11.344 4.357 11.65 12.16.665 17.354l-166.993 79.195c-10.983 5.195-29.128 5.902-40.477 1.534zm6.85-99.73L93.44 206.22c-10.767-5.67-11.217-15.647-1.018-22.268l105.11-68.228h25.845l.015 64.962h58.664v-64.962H332.2l-27.487-41.39 118.91 62.584c10.763 5.67 11.212 15.646 1.013 22.268L254.803 269.418c-10.2 6.62-27.23 7.4-37.997 1.73zm21.637-105.523V100.67h-34.845l49.13-79.74 49.12 79.74H267v64.955h-28.558z"/></svg>
<svg class="tc-image-originals-card-pick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M331.088 488.95l-101.23-47.053c-6.698-3.122-9.62-11.094-6.503-17.815l71.63-154.11c3.117-6.71 11.1-9.624 17.804-6.508l101.23 47.066c6.71 3.115 9.62 11.088 6.51 17.797l-71.64 154.11c-3.12 6.714-11.098 9.618-17.802 6.514zM86.8 472.134L19.596 316.04c-2.927-6.797.218-14.686 7.004-17.607l33.275-14.328 41.578 156.25c3.99 14.937 19.32 23.84 34.267 19.864l33.14-8.823-64.445 27.752c-6.798 2.92-14.687-.22-17.614-7.017zm28.774-35.535L71.87 272.362c-1.905-7.152 2.362-14.498 9.502-16.398l28.89-7.683-3.475 25.864c-2.06 15.313 8.68 29.423 24.01 31.488l67.774 9.135-27.586 92.934c-2.845 9.578-.313 19.486 5.83 26.472l-44.847 11.926c-7.146 1.906-14.493-2.35-16.393-9.5zm92.055-4.043l-13.603-4.042c-7.1-2.112-11.14-9.565-9.034-16.664l48.364-162.92c2.112-7.1 9.577-11.14 16.658-9.04l41.667 12.38.006-.006.112.035-.118-.03c-4.19 2.76-7.677 6.68-9.937 11.547L210.1 417.944c-2.194 4.733-2.96 9.772-2.47 14.61zm-4.846-131.957l-70.033-9.44c-7.328-.992-12.48-7.743-11.494-15.078l22.695-168.43c.987-7.33 7.75-12.48 15.06-11.496l110.65 14.912c7.322.99 12.48 7.748 11.488 15.07l-13.96 103.622-13.02-3.866c-14.828-4.408-30.412 4.066-34.808 18.878l-16.576 55.828zm253.322-8.668l-7.253-15.94 37.418-16.98 7.23 15.95-37.394 16.97zm-9.353-27.805l-32.792-72.222c11.484-2.738 22.354-7.624 32.026-14.41l32.726 72.133-31.96 14.5zm-83.41-88.155c-41.006-16.174-61.152-62.585-44.977-103.603 16.18-40.993 62.603-61.15 103.603-44.977 41.01 16.18 61.15 62.604 44.982 103.62-16.187 40.995-62.604 61.147-103.61 44.96zm86.378-51.78c12.434-31.488-3.038-67.135-34.55-79.563-31.493-12.427-67.14 3.045-79.58 34.544-12.427 31.5 3.05 67.16 34.557 79.58 31.5 12.43 67.146-3.043 79.574-34.56zm-30.106-16.96c1.96-22.547-12.634-42.758-33.676-48.653 3.86-.732 7.9-.956 12.014-.602 24.27 2.1 42.292 23.492 40.197 47.768-2.078 23.94-22.914 41.79-46.766 40.274 15.366-6.48 26.702-21.03 28.23-38.787z"/></svg>
<svg class="tc-image-originals-card-random tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M386.688 487.75l-119.236-55.423c-7.898-3.673-11.334-13.065-7.66-20.976l84.374-181.523c3.667-7.904 13.07-11.334 20.963-7.667l119.24 55.434c7.9 3.673 11.33 13.065 7.656 20.964l-84.37 181.524c-3.678 7.904-13.076 11.334-20.968 7.667zM98.95 467.945L19.79 284.09c-3.448-8.007.255-17.302 8.25-20.744l39.196-16.872 48.975 184.044c4.694 17.588 22.755 28.078 40.36 23.39l39.032-10.386-75.907 32.686c-8.007 3.443-17.296-.255-20.744-8.262zm33.89-41.86L81.362 232.638c-2.24-8.42 2.78-17.078 11.19-19.312l34.033-9.052-4.098 30.465c-2.422 18.036 10.224 34.652 28.285 37.087l79.828 10.758-32.497 109.467c-3.345 11.28-.37 22.948 6.866 31.18l-52.82 14.05c-8.42 2.24-17.07-2.77-19.31-11.196zm108.428-4.76l-16.02-4.76c-8.36-2.49-13.12-11.267-10.644-19.627l56.97-191.9c2.484-8.36 11.28-13.12 19.622-10.65l49.073 14.583.008-.005.12.044-.133-.034c-4.93 3.254-9.04 7.868-11.705 13.605l-84.38 181.53c-2.587 5.586-3.486 11.517-2.915 17.218zm-5.707-155.43l-82.486-11.117c-8.633-1.166-14.704-9.12-13.538-17.758l26.73-198.39c1.16-8.633 9.125-14.698 17.74-13.538l130.327 17.563c8.627 1.166 14.692 9.125 13.532 17.752L311.42 182.46l-15.33-4.552c-17.467-5.197-35.826 4.784-41.004 22.232l-19.525 65.755zm-5.19-31.46c4.67-3.055 7.474-7.438 8.42-13.145.936-5.633-.357-10.617-3.866-14.945-3.51-4.414-8.39-7.14-14.656-8.178-6.344-1.057-11.93-.073-16.75 2.956-4.826 3.03-7.692 7.316-8.615 12.87-.898 5.386.425 10.42 3.97 15.082 3.565 4.504 8.525 7.285 14.863 8.34 6.35 1.057 11.893.062 16.634-2.98zm25.978-81.243c4.693-2.726 8.888-5.434 12.598-8.117 3.703-2.684 6.915-5.586 9.635-8.725 2.72-3.13 4.967-6.573 6.733-10.307 1.76-3.74 3.048-8.032 3.85-12.865 1.262-7.62 1.02-14.358-.735-20.234-1.75-5.87-4.693-10.94-8.833-15.22-4.135-4.27-9.24-7.753-15.318-10.43-6.07-2.684-12.804-4.633-20.174-5.86-7.692-1.28-15.3-1.602-22.815-.977-7.516.614-14.63 2.247-21.346 4.88l-5.95 35.802c6.813-4.25 13.77-7.104 20.855-8.567 7.09-1.475 13.726-1.7 19.913-.668 21.467 4.092 19.44 24.898 8.76 34.03-5.652 4.473-11.334 8.802-15.942 11.345-10.48 5.914-27.69 23.125-22.542 45.145l31.284 5.202c-7.11-17.757 11.663-29.462 20.028-34.434z"/></svg>
<svg class="tc-image-originals-cardboard-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M185.424 52.607L30.404 130.04l55.375 55.317 155.017-77.43-55.373-55.32zm141.152 0l-55.373 55.32 155.018 77.43 55.376-55.316-155.02-77.433zM256 120.45l-9 4.497v142.715l9 4.496 9-4.496V124.947l-9-4.496zM86.482 207.605l-57.59 71.917 139.545 77.45 72.358-72.286-154.313-77.08zm339.036 0l-154.313 77.08 72.358 72.287 139.544-77.45-57.59-71.916zM247 303.93l-75.436 75.36-78.562-43.6v44.058L247 456.67V303.93zm18 0v152.74l153.998-76.922v-44.06l-78.562 43.603L265 303.93z"/></svg>
<svg class="tc-image-originals-cargo-crane tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M306.875 18.22c-.47-.002-.935.014-1.406.03-.158.005-.313.024-.47.03-1.583.056-3.176.204-4.78.47-3.61.597-7.01 1.7-10.158 3.22L49.595 120.062c-.918.42-1.808.877-2.688 1.343-.598.318-1.2.63-1.78.97-13.697 7.67-22.918 21.836-24.188 37.655-.058.635-.094 1.27-.125 1.907-.363 7.292.943 14.76 4.156 21.844 10.908 24.058 39.464 34.588 64.25 23.407l.093-.03L321.375 90.968l.156-.095.158-.063c19.685-8.925 28.3-31.436 19.656-50.5-6.28-13.85-19.92-22.07-34.47-22.093zm.28 18.718c8.924.308 16.542 6.77 18.064 15.968 1.737 10.51-5.208 20.23-15.72 21.97-10.512 1.738-20.2-5.21-21.938-15.72-1.738-10.51 5.208-20.23 15.72-21.968 1.313-.218 2.6-.295 3.874-.25zM354 86.656c-5.762 8.854-14.006 16.267-24.28 21-.108.05-.206.108-.314.156l-16.47 8.25 57.533 97.907c7.09-11.768 19.637-19.107 33.06-19.845 1.59-.087 3.18-.07 4.783.03L354 86.656zM67.906 135.03c.484-.005.96.015 1.438.032 13.393.478 24.876 10.217 27.156 24 2.606 15.75-7.873 30.426-23.625 33.032-15.752 2.606-30.426-7.906-33.03-23.656-2.607-15.75 7.903-30.395 23.655-33 1.477-.245 2.955-.387 4.406-.407zm60.188 73.595l-16.813 8.438 7.814 21.625-50.78-8.22-.064-.187c-7.272-.066-14.432-1.293-21.22-3.593l59.5 163.344-.405.783.75.187 16.906 46.406c4.612-4.79 9.704-9.125 15.22-12.875l-10.28-28.217 51.624 12.562h.03c3.962-.504 8-.78 12.095-.78 2.655 0 5.272.128 7.874.342l-72.25-199.812zm277.437 4.094c-.365 0-.73.012-1.092.03-8.72.434-16.66 5.983-19.844 14.78-4.244 11.733 1.706 24.414 13.437 28.657 11.733 4.244 24.445-1.705 28.69-13.437 4.243-11.734-1.707-24.412-13.44-28.656-2.565-.93-5.186-1.376-7.75-1.375zm39.158 9.81c2.728 8.395 2.806 17.714-.407 26.595-.456 1.264-.994 2.497-1.56 3.688l27.936 5-4.375 51.25-19.405 11.562 9.563 16.063 23.53-14.032 4.126-2.437.406-4.783 6.313-73.937.937-10.78-2.03.124-45.033-8.313zm-80.094 12.376l-44 26.78-.094.033v.03l-.063.03.157.158 4.47 9.5 31.498 67.187 2.032 4.344 4.72.874 26.905 5 3.436-18.375-22.22-4.126-21.467-45.813 26.842-16.186c-7.77-7.738-12.248-18.393-12.218-29.438zM75.656 250.594l35.156 5.687-18.593 39.845-16.564-45.53zm52.406 12.906l18.344 50.78-37.812-9.06 19.47-41.72zm-26.093 59.344l35.31 8.47-19.03 36.31-16.28-44.78zm52.968 15.03l18.093 49.97-39.28-9.53 21.188-40.44zm37.53 88.907c-39.29 0-71.475 29.325-76.062 67.345h22.5c4.46-25.5 26.83-45.03 53.563-45.03 26.73 0 49.074 19.53 53.53 45.03h22.5c-4.587-38.02-36.74-67.344-76.03-67.344zm0 41c-16.555 0-30.22 11.145-34.312 26.345h68.594c-4.092-15.2-17.725-26.344-34.28-26.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-carillon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M385.094 18.03l4.25 37.814h-.22l3.063 27.343h.22L438.25 492.25h66.563V364.344L427.156 18.03h-42.062zm-296.625.095L10.812 364.47v127.905h66.562L123.25 83.187h.03l3.064-27.343h-.03l4.217-37.72H88.47zm56.718 37.72l-3.063 27.343h105.75v32c-10.452 4.037-17.97 14.21-17.97 26 0 4.962 1.337 9.633 3.657 13.687-9.215 3.742-16.44 10.183-23.375 19.97-12.268 17.314-22.33 46.215-33.406 87.56-9.713 36.27-23.063 54.097-32.81 66.908-9.75 12.81-15.285 19-15.282 40.03 0 3.104 1.746 6.535 7.78 10.938 6.036 4.405 15.845 8.82 28.126 12.408 24.56 7.173 58.89 11.304 94.594 11.312 35.703.008 70.067-4.083 94.625-11.25 12.278-3.583 22.092-8.004 28.125-12.406 6.032-4.402 7.75-7.86 7.75-10.97-.004-21.03-5.53-27.217-15.282-40.03-9.75-12.813-23.118-30.638-32.844-66.906-11.087-41.35-21.13-70.242-33.406-87.563-7.51-10.597-15.365-17.26-25.72-20.844 2.032-3.853 3.19-8.22 3.19-12.843 0-12.21-8.035-22.717-19.063-26.437V83.187h106.812l-3.063-27.343H145.188zM257.78 132c5.17 0 9.158 4.017 9.158 9.188 0 5.17-3.987 9.156-9.157 9.156s-9.155-3.986-9.155-9.156S252.61 132 257.78 132zm9.75 35.25c29.084 10.748 41.874 57.507 49.283 89.406 15.208 65.5 48.59 77.5 48.53 110.188-2.848 2.364-7.698 5.03-13.75 7.156-7.64 2.684-16.88 4.66-25.812 6.094 3.806-40.826-29.81-52.602-29.31-104.594.522-54.635-14.517-90.058-33.658-106.938 1.63-.302 3.2-.736 4.72-1.312zm17.345 254.78c-8.423.444-17.01.66-25.688.658-7.31-.002-14.548-.182-21.687-.5.75 12.437 11.06 22.28 23.688 22.28 12.683.003 23.022-9.923 23.687-22.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-carnivore-mouth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M35.344 47.063c3.72 50.664 10.165 99.533 100.28 92.656-2.466-81.82-50.998-87.873-100.28-92.657zm412.094 8.78l-4.188 84.938c66.643-15.697 37.995-78.956 4.188-84.936zM285.875 170.47c-.567-.002-1.14.013-1.72.06-1.54.13-3.135.45-4.75.907-12.91 3.67-26.198 18.925-24.5 39.125.694 8.22 11.438 30.375 22.44 48.094 4.454 7.176 8.508 13.076 12.186 18.47 2.647-6.54 5.605-13.978 8.69-22.688 3.656-10.332 7.185-21.38 9.467-31.125 2.283-9.746 3.055-18.44 2.438-22.188-2.44-14.78-7.734-22.812-13.063-26.813-3.497-2.625-7.216-3.837-11.187-3.843zm68.72 2.25c-3.975-.05-7.713 1.114-11.22 3.686-5.345 3.92-10.69 11.883-13.25 26.625-.65 3.734.05 12.412 2.25 22.19 2.2 9.776 5.617 20.9 9.188 31.28 3.017 8.774 5.967 16.262 8.562 22.844 3.72-5.338 7.776-11.18 12.28-18.28 11.138-17.554 22.068-39.538 22.845-47.752v-.062c1.868-20.184-11.325-35.658-24.22-39.5-1.61-.48-3.178-.79-4.717-.938-.578-.055-1.152-.086-1.72-.093zm75.686 18.75c-.54-.02-1.09-.005-1.624.03-1.424.094-2.836.37-4.22.844-5.527 1.89-11.996 7.37-17.436 20.625-1.08 2.63-2.367 13.09-2.156 25.343.21 12.252 1.36 26.844 2.812 40.75 1.258 12.043 2.666 22.74 3.938 31.937 4.414-5.49 8.972-11.096 14.28-18.063 14.252-18.7 29.51-41.82 32.095-50.03 5.855-18.6-3.784-38.863-16-47.157-4.01-2.72-7.91-4.156-11.69-4.28zm-219.436 3.31c-3.782.075-7.695 1.464-11.72 4.126-12.262 8.112-22.052 28.226-16.343 46.906 1.13 3.7 5.977 12.356 12.564 21.657 6.586 9.3 14.868 19.74 22.937 29.436 6.238 7.496 11.668 13.632 16.814 19.47.62-9.29 1.314-19.916 1.78-31.97.55-14.162.813-28.992.376-41.5-.437-12.508-2.057-23.222-3.28-26.28-5.332-13.334-11.754-18.905-17.282-20.876-1.383-.493-2.795-.793-4.22-.906-.533-.043-1.084-.073-1.624-.063zm-66.375 32.407c-2.453.017-5.087.63-7.94 1.875-11.406 4.987-22.748 20.613-20.686 37.188.77 6.195 10.784 23.992 21.062 37.813 3.69 4.96 6.898 8.8 10.063 12.687 2.096-5.953 4.4-12.534 6.78-20.28 2.916-9.493 5.668-19.585 7.375-28.345 1.703-8.74 2.02-16.468 1.47-19.125-.002-.006 0-.025 0-.03-2.577-12.177-7.183-17.677-11.345-20.032-2.083-1.18-4.33-1.767-6.78-1.75zm24.155 121.282c-3.992 2.06-7.825 3.972-12.53 6.655-14.032 8-29.33 19.6-32.157 24.344-7.848 13.17-3.97 30.466 3.812 38.78 3.89 4.157 7.944 5.888 12.25 5.438 4.306-.45 10.18-3.32 16.906-12.72v-.03c1.37-1.912 4.006-8.585 5.813-16.688 1.806-8.103 3.206-17.8 4.25-27 .805-7.108 1.236-13.094 1.655-18.78zm223.844 5.686c-.895 7.812-1.907 16.832-2.75 27.156-.983 12-1.712 24.705-1.72 35.625-.008 10.92.98 20.412 2.188 24.032 4.544 13.623 10.658 19.552 16.062 21.842 5.404 2.29 11.33 1.567 17.688-2.125 12.714-7.383 23.674-26.89 19.062-45.875l-.063-.218c-.91-3.428-5.07-10.897-11.156-18.75-6.19-7.99-14.148-16.756-21.967-24.78-6.416-6.585-12.142-12.018-17.344-16.908zm-163.97 17c-5.757 4.13-12.516 9.088-19.688 14.813-8.564 6.835-17.29 14.394-24.062 21.436-6.77 7.042-11.36 13.99-12.22 16.97-5.408 18.723 4.71 38.753 17.126 46.75 6.208 3.997 12.142 4.993 17.625 2.968 5.485-2.026 11.82-7.648 16.94-21.03 2.968-7.76 4.864-34.22 4.81-56.69-.02-9.613-.282-17.953-.53-25.218zm49.5 14.03c-3.595 5.436-7.53 11.398-11.875 18.627-10.72 17.833-21.096 40.096-21.656 48.312-1.385 20.22 12.17 35.375 25.155 38.906 6.492 1.767 12.315.985 17.563-3.06 5.247-4.048 10.42-12.138 12.625-26.94.56-3.742-.38-12.405-2.813-22.124-2.434-9.72-6.086-20.772-9.906-31.062-3.232-8.706-6.34-16.137-9.094-22.656zm62.28.845c-2.487 6.602-5.313 14.09-8.186 22.876-3.407 10.416-6.642 21.58-8.688 31.375-2.045 9.798-2.614 18.49-1.906 22.22 2.793 14.716 8.295 22.628 13.72 26.5 5.422 3.872 11.278 4.457 17.686 2.47 12.816-3.98 25.754-19.555 23.563-39.72-.89-8.187-12.166-30.082-23.595-47.53-4.625-7.063-8.786-12.887-12.594-18.19z" fill="#fff"/></svg>
<svg class="tc-image-originals-carnivorous-plant tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M260.252 29.83c-1.173-.01-2.345-.003-3.516.018-15.608.282-30.968 3.33-44.71 10.203-29.86 14.93-47.942 38.91-53.255 61.995-4.703 20.442-.065 39.793 15.7 54.012 44.847-57.15 108.49-91.395 155.475-109.645-13.033-6.054-28.6-11.46-45.144-14.312-8.09-1.396-16.34-2.203-24.548-2.27zm95.853 26.29l-1.26.42c-4.97 1.656-10.29 3.558-15.868 5.694l33.955 28.65c-5.9-12.806-12.63-26.41-16.827-34.765zm-41.98 16.566c-6.224 2.856-12.62 5.986-19.113 9.375l26.267 21.928-7.155-31.302zm20.648 9.556l8.018 35.078c7.872-2.74 15.732-5.547 23.585-8.414l-31.602-26.664zm-63.11 13.002c-7.805 4.763-15.627 9.92-23.352 15.48l28.053 16.176-4.7-31.656zm19.208 6.807l4.566 30.747c7.82-2.373 15.625-4.84 23.416-7.39l-27.98-23.356zm87.528 21.507c-60.87 22.443-122.75 41.984-187.195 51.957 11.394 13.965 29.036 23.11 49.475 27.61 25.326 5.58 54.222 3.755 76.476-3.663 22.008-7.335 40.552-22.244 51.358-38.452 8.73-13.097 12.104-26.365 9.886-37.45zm-139.275 2.65l-4.018 22.69c10.154-2.305 20.27-4.81 30.346-7.51l-26.327-15.18zm-19.668 7.846c-7.66 6.975-15.054 14.41-22.023 22.35 6.243-1.06 12.467-2.212 18.675-3.446l3.348-18.904zm-39.037 56.703c-2.14 5.79-4.03 11.735-5.47 17.728-2.922 12.143-4.647 24.74.17 37.76 6.585 17.802 22.853 28.142 37.896 31.912 15.042 3.77 30.214 3.44 44.193 3.442 13.98 0 26.77.376 34.5 2.474 7.153 1.942 8.95 2.96 10.61 7.922-.072.134-.01-.04-.174.264-.903 1.663-3.53 5.016-7.598 8.676-5.883 5.29-14.55 11.262-24.162 17.035-24.288.58-30.506-5.795-41.12-14.107l-11.097 14.17c6.312 4.943 14 10.76 25.473 14.406-8.186 4.046-15.986 7.626-22.626 10.56h77.357c7.303-4.77 14.19-9.85 20.247-15.3 5.977-5.374 11.27-11.087 15.17-18.276 3.9-7.19 6.304-16.948 3.477-26.522-5.36-18.145-21.255-29.536-36.125-33.572-14.87-4.036-29.893-3.73-43.93-3.732-14.035 0-27.078-.265-35.442-2.362-8.365-2.096-10.693-3.555-12.885-9.48-.578-1.563-1-8.258 1.066-16.85.355-1.478.783-3.02 1.24-4.582-11.666-5.26-22.25-12.368-30.772-21.568zm156.96 40.207c-.638-.004-1.283.014-1.937.055-6.265.39-12.135 2.447-17.614 5.336 6.668 3.108 13.134 7.306 18.84 12.64 1.62.002 9.167 2.677 15.008 6.348 5.937 3.73 10.566 7.574 10.566 7.574l11.52-13.832s-5.42-4.53-12.508-8.982c-6.644-4.176-14.322-9.08-23.875-9.14zm-237.04 33.152l-8.676 15.77s11.36 6.268 25.512 11.525c14.15 5.257 30.98 10.82 46.072 4.985 7.326-2.833 12.883-8.033 17.408-14.047-4.894-3.69-9.435-8.087-13.338-13.248-4.013 5.412-8.07 9.542-10.562 10.505-5.42 2.096-20.59-.342-33.31-5.068-12.722-4.725-23.106-10.422-23.106-10.422zM137 361v30h238v-30H137zm33.623 48l13.002 78h144.75l13.002-78H170.623z"/></svg>
<svg class="tc-image-originals-carrion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M323.625 96.625c12.83 15.365 21.246 32.45 24.063 49.844.007.01.023.018.03.03 4.098 6.483 7.3 13.663 9.376 21.406 3.872 14.452 3.23 28.98-.906 42.406 5.385-.137 10.753.234 16.03 1.063 20.337-50.824-1.366-99.53-48.593-114.75zm-229.03 6.313c-3.192-.04-6.272.958-8.75 2.78-7.217 5.303-9.528 17.636 3.874 31.5-31.695-23-53.314 13.355-23.47 23.5 38.186 12.98 62.297 37.852 91.03 66.657 4.5-8.95 9.99-16.856 16.22-23.72-29.31-29.85-48.34-53.623-62.5-87.686-3.777-9.087-10.316-12.96-16.406-13.032zm311.03 15.843c16.36 35.31 14.957 72.632-10.094 99.5 5.688 2.547 11.118 5.665 16.158 9.282 4.792 3.44 9.254 7.362 13.28 11.72 30.32-43.23 21.423-94.163-19.343-120.5zm-130.094 7.97c-5.81.065-11.757.88-17.686 2.47-36.142 9.682-56.886 44.88-47.97 78.155 4.906 18.306 17.715 31.888 34.72 39.375l4.125 1.813 1.155 4.312 10.72 40.03 77.31-20.686-10.75-40.033-1.155-4.343 2.656-3.625c10.983-14.988 15.28-33.163 10.375-51.47-7.223-26.964-32.437-45.255-61.03-45.97-.825-.02-1.64-.04-2.47-.03zm27.595 41.78c.43-.015.854-.016 1.28 0 7.4.296 14.078 5.348 16.095 12.876 2.483 9.266-3.013 18.798-12.28 21.28-9.27 2.485-18.8-3.014-21.283-12.28-2.482-9.266 3.014-18.798 12.282-21.28 1.302-.35 2.613-.546 3.905-.595zm165.594 3.19c6.195 35.648-2.874 68.998-29.22 89.155 5.5 11.813 8.25 25.165 7.25 39.406 49.058-33.438 56.908-89.938 21.97-128.56zm-222.064 12.218c7.486.204 14.276 5.273 16.313 12.875 2.482 9.266-3.015 18.797-12.283 21.28-9.267 2.484-18.798-3.014-21.28-12.28-2.484-9.267 3.013-18.798 12.28-21.282 1.16-.31 2.317-.492 3.47-.56.503-.032 1-.046 1.5-.032zm31.53 21.843l23.095 28.69-27.56 6.655 4.467-35.344zm-86.592 5.595c-11.07 10.506-19.91 24.784-24.78 43.25 14.297 7.06 26.344 16.036 35.686 27.063 13.265 15.656 20.738 35.304 21.75 57.78 4.04-.872 8.185-1.363 12.375-1.437 17.238-.304 35.058 6.446 47.875 22.658l-14.656 11.593c-14.735-18.635-37.164-19.036-53.53-10.186-8.185 4.425-14.354 11.116-17.033 18.594-.06.173-.096.356-.155.53L180 380.5c.418-2.084.98-4.12 1.688-6.094 4.274-11.932 13.145-21.438 23.968-27.75.413-21.826-5.678-39.026-17.437-52.906-11.62-13.713-29.194-24.297-52.626-31.22-2.038-.3-3.986-.457-5.813-.467-2.086-.012-4.026.152-5.843.468-7.266 1.268-12.8 4.773-17.5 10.75-9.398 11.958-14.07 34.817-10.406 61.845l3.907 28.688-19.937-21c-11.16-11.77-22.013-14.838-31.72-13.782-9.704 1.057-18.63 6.773-24.218 14.75-5.587 7.98-7.745 17.722-4.718 27.283 1.668 5.27 4.98 10.753 10.75 15.968 11.96 15.804 46.246 32.908 102.937 43.595-15.04 4.874-24.75 12.64-24.75 21.375 0 14.755 27.74 26.72 61.97 26.72 34.23 0 61.97-11.965 61.97-26.72 0-4.09-2.126-7.972-5.94-11.438 11.142.44 22.745.657 34.814.657 119.344 0 216.955-20.41 224.28-46.22 25.16-46.828-19.41-82.85-47.03-74.72l-15.313 4.5 3.564-15.56c6.54-28.536-5.674-52.045-25.813-66.5-15.23-10.935-34.772-16.04-53.53-12.907-.324.52-.633 1.048-.97 1.562l12.064 45.03 2.437 9.033-9.03 2.437-95.344 25.53-9.03 2.408-2.407-9-12.064-45.063c-19.58-9.923-35.08-27.09-41.094-49.53-.075-.283-.146-.563-.218-.845zM401.094 455c-15.935 0-28.875 5.57-28.875 12.438s12.94 12.437 28.874 12.437c15.935 0 28.844-5.57 28.844-12.438S417.027 455 401.094 455zM78.72 470.313c-15.936 0-28.845 5.568-28.845 12.437 0 6.87 12.91 12.438 28.844 12.438 15.934 0 28.843-5.57 28.843-12.438 0-6.87-12.91-12.438-28.844-12.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-carrot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M228.063 16.72a9 9 0 0 0-2.47.5c-16.076 5.625-27.55 10.77-36.155 21.81-6.477 8.313-10.984 18.854-16.063 34.407-11.313-12.292-26.732-22.486-43.875-30.812-23.817-11.568-51.083-19.46-76.156-22.78a9 9 0 0 0-6.282 16.343c21.685 14.934 40.525 29.268 53.407 43.687 9.964 11.155 16.21 22.01 18.436 33.53-32.89-3.705-62.75 3.47-99.406 23.25a9 9 0 0 0 5.125 16.907c34.352-3.265 69.484-3.808 96.563.625 13.54 2.217 25.007 5.723 33.218 10.25 3.168 1.747 5.82 3.57 8 5.532 5.365-8.13 12.033-15.638 19.438-22.22 13.09-11.637 28.792-20.638 45.03-24.094-11.326-18.24-14.138-30.23-12.843-41.5 1.588-13.813 10.567-28.893 22.564-52.344a9 9 0 0 0-8.53-13.093zm13.906 123.436c-.527-.003-1.062.016-1.595.03-14.925.428-32.515 8.518-46.594 21.033-16.088 14.3-26.977 33.817-26.78 50 .39 32.175 18.688 67.77 47.344 102.124 28.655 34.354 67.3 67.31 106.375 94.72 39.073 27.406 78.66 49.316 108.78 61.936 15.06 6.31 27.857 10.275 36.313 11.5 3.958.574 6.797.448 8.187.188.065-.798.153-1.837.063-3.22-.205-3.113-.814-7.504-1.844-12.75-2.06-10.49-5.772-24.554-10.97-40.812-10.397-32.516-26.75-73.9-47.688-114.937-13.56-26.58-29.085-53.016-46.093-76.814-14.193 17.317-12.034 17.985-49.72 36.72l-7.125-14.313c39.43-19.6 30.222-15.247 47.063-35.594-6.235-8.066-12.65-15.74-19.22-22.907-3.278-3.578-6.59-7.04-9.937-10.344-24.116 33.382-44.493 41.374-76.436 55.124l-7.125-16.53c32.963-14.19 47.585-18.322 70.218-50.814-21.94-18.66-45.057-30.964-68.594-34.03-1.505-.197-3.047-.304-4.625-.314z" fill="#fff"/></svg>
<svg class="tc-image-originals-cartwheel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.75 18.72C150.05 19.84 55.67 89.402 27.5 194.53-6.415 321.106 68.582 451.023 195.156 484.94c126.574 33.915 256.49-41.083 290.406-167.657C519.478 190.708 444.48 60.79 317.906 26.876c-19.777-5.3-39.657-7.957-59.22-8.156-1.65-.018-3.29-.02-4.936 0zm2.313 53.81c12.822-.048 25.848 1.247 38.843 4.032 1.034.222 2.06.48 3.094.72.488.115.98.223 1.47.343.51.123 1.018.247 1.53.375 1.004.255 1.994.512 3 .78 3.028.812 6.018 1.674 8.97 2.626 41.44 13.382 75.138 40.527 97.374 74.906.1.158.21.312.312.47.742 1.153 1.473 2.33 2.188 3.5.812 1.33 1.596 2.65 2.375 4 .733 1.27 1.452 2.555 2.155 3.843.594 1.09 1.177 2.18 1.75 3.28.107.207.206.42.313.626.08.16.17.312.25.47 18.66 36.453 25.32 79.192 16.187 121.78-.323 1.508-.7 3.026-1.063 4.533-.374 1.525-.747 3.037-1.156 4.562-.81 3.028-1.672 6.018-2.625 8.97-13.38 41.44-40.526 75.138-74.905 97.374-.157.1-.31.21-.47.31-1.153.743-2.33 1.474-3.5 2.19-1.328.81-2.65 1.595-4 2.374-1.27.734-2.554 1.453-3.842 2.156-1.09.594-2.18 1.177-3.282 1.75-.205.107-.417.206-.624.313-.157.08-.31.17-.47.25-36.452 18.66-79.19 25.32-121.78 16.187-1.507-.323-3.025-.693-4.53-1.063-.01-.002-.022.003-.032 0-1.516-.37-3.016-.75-4.53-1.156-3.03-.81-6.02-1.67-8.97-2.624-41.49-13.398-75.107-40.577-97.22-75-.068-.107-.15-.205-.218-.312-.773-1.21-1.505-2.43-2.25-3.656-.015-.025-.047-.04-.062-.063-.34-.56-.666-1.124-1-1.688-1.16-1.956-2.29-3.938-3.375-5.937-.7-1.287-1.395-2.57-2.064-3.875-.113-.22-.232-.436-.344-.656-18.464-36.382-24.94-79.035-15.812-121.533.324-1.506.693-3.025 1.063-4.53.002-.01-.003-.022 0-.032.37-1.516.75-3.017 1.156-4.53.33-1.242.672-2.463 1.03-3.69.08-.272.17-.54.25-.81.437-1.473.875-2.952 1.344-4.407.007-.022.024-.04.03-.063 13.345-41.36 40.262-75.04 74.44-97.313 1.284-.837 2.567-1.662 3.874-2.468.02-.012.042-.02.062-.03.99-.612 1.998-1.222 3-1.814.342-.202.688-.394 1.03-.594.687-.4 1.373-.797 2.064-1.187.485-.275.98-.544 1.47-.814.23-.13.453-.278.686-.406 1.314-.72 2.638-1.407 3.97-2.094 23.324-12.032 49.244-19.11 76.093-20.22 2.247-.09 4.49-.146 6.75-.155zm33.968 22.157l-25.75 96.188c3.07.368 6.15.96 9.22 1.78 3.062.822 6.01 1.85 8.844 3.064l25.78-96.22c-2.947-.97-5.933-1.874-8.968-2.688-3.038-.814-6.083-1.49-9.125-2.124zM182.5 109c-5.56 2.83-10.95 5.965-16.156 9.406l49.72 86.094c4.922-3.863 10.38-7.01 16.186-9.344L182.5 109zm211.72 56.594l-86.25 49.812c3.865 4.92 7.037 10.383 9.374 16.188l86.25-49.813c-2.812-5.572-5.953-10.965-9.375-16.186zM100.686 204.47c-.97 2.948-1.873 5.93-2.687 8.968-.81 3.025-1.522 6.065-2.156 9.093l95.687 25.626c.367-3.058.932-6.13 1.75-9.187.825-3.074 1.875-6.033 3.095-8.876l-95.688-25.625zM255.25 209c-20.188.584-38.553 14.304-44.03 34.75-6.68 24.925 8.23 50.79 33.155 57.47 24.925 6.677 50.79-8.233 57.47-33.158 6.677-24.924-8.233-50.79-33.158-57.468-3.115-.835-6.27-1.35-9.375-1.53-1.358-.08-2.716-.103-4.062-.064zm1.688 18.625c.408.008.807.037 1.218.063 1.88.117 3.792.43 5.688.937 15.17 4.065 24.033 19.424 19.97 34.594-4.066 15.17-19.425 24.032-34.595 19.967-15.17-4.064-24.035-19.423-19.97-34.593 3.446-12.86 15.01-21.206 27.688-20.97zm64.656 36.03c-.365 3.07-.928 6.152-1.75 9.22-.822 3.066-1.877 6.006-3.094 8.844l96.188 25.78c.97-2.948 1.874-5.934 2.687-8.97.81-3.025 1.524-6.063 2.156-9.092l-96.186-25.782zM195.78 280.22l-86.093 49.686c2.787 5.577 5.884 10.995 9.282 16.22l86.124-49.72c-3.857-4.922-6.983-10.384-9.313-16.187zm101.25 27.155c-4.92 3.86-10.383 7.01-16.186 9.344l49.812 86.25c5.566-2.81 10.942-5.96 16.156-9.376l-49.78-86.22zm-66.31 8.75l-25.782 96.188c2.947.97 5.933 1.874 8.968 2.687 3.026.81 6.065 1.524 9.094 2.156l25.78-96.187c-3.057-.367-6.128-.932-9.186-1.75-3.076-.825-6.03-1.873-8.875-3.095z" fill="#fff"/></svg>
<svg class="tc-image-originals-cash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.813 20.5c-.78-.008-1.558.003-2.344.03-11.005.39-22.285 5.142-32.376 17.814l-5.156 6.468-7.063-4.343c-13.67-8.436-30.948-11.566-45.5-8.75-14.552 2.814-26.03 10.716-31.344 25.374l-3.624 9.968L115 62.22c-16.243-8.34-24.717-8.468-31.75-5.314-5.606 2.515-11.456 8.555-18.094 17.375L147.594 138c12.92 4.168 31.79 4.086 50.75-.813 18.95-4.895 37.863-14.44 51.625-27.406l31.124-76.905c-6.596-6.452-16.42-11.52-26.938-12.28-.778-.058-1.563-.087-2.344-.095zM265 121.28l-.594.595c-16.8 16.497-39.04 27.636-61.375 33.406-6.883 1.78-13.784 3.075-20.56 3.814-3.682 6.112-6.727 12.262-9.19 18.47l.532-.033c1.4 24.178 11.835 42.98 26.75 60.876l-14.343 11.97c-8.29-9.947-15.738-20.762-21.282-32.814-.92 23.227 4.222 47.218 12.78 72.22l-17.687 6.062c-15.615-45.618-20.942-92.383 1-136.375-7.386-.588-14.426-1.96-20.905-4.25l-.344-.126c-4.26 4.08-8.35 8.368-12.25 12.875-31.64 36.583-49.03 85.3-39.936 123.25 4.87 20.324 13.632 39.513 26.156 55.874 3.653-.298 7.256-.49 10.78-.53 11.585-.138 22.4 1.094 32.032 3.623 3.04.798 5.98 1.776 8.813 2.875 7.484-.797 15.245-1.218 23.22-1.218 28.474 0 54.303 5.297 73.843 14.47 7.586 3.56 14.44 7.848 20 12.81-.047-.742-.063-1.493-.063-2.25 0-4.568.85-8.905 2.438-13-8.938-8.382-14.532-18.546-14.532-30.187 0-16.12 10.75-29.346 26.22-39 .012-4.624.893-9.02 2.53-13.156-10.165-8.73-16.655-19.555-16.655-32.092 0-7.917 2.594-15.142 7.063-21.594-4.47-6.452-7.063-13.677-7.063-21.594 0-3.813.598-7.456 1.72-10.938-9.688-8.603-15.814-19.182-15.814-31.375 0-12.108 6.054-22.594 15.626-31.156-5.94-4.6-12.232-8.505-18.906-11.5zm111.438 2.345c-26.022 0-49.507 5.433-65.688 13.563-16.18 8.13-23.78 18.062-23.78 26.75 0 8.687 7.6 18.65 23.78 26.78 16.18 8.13 39.666 13.532 65.688 13.532 11.222 0 21.978-1.018 31.875-2.813v-17.03c13.862-2.068 25.41-5.9 32.812-10.782v17.563c.328-.16.678-.307 1-.47 16.18-8.13 23.813-18.093 23.813-26.78 0-8.687-7.632-18.62-23.813-26.75-16.18-8.13-39.666-13.563-65.688-13.563zm96.5 67.625c-3.334 3.582-7.283 6.86-11.657 9.844l.25 29.03c12.545-7.523 18.5-16.197 18.5-23.874 0-4.788-2.31-9.965-7.092-15zm-171.844 15.47c.265 8.576 7.887 18.325 23.78 26.31 16.182 8.13 39.667 13.532 65.688 13.532 16.316 0 31.636-2.13 44.782-5.718l.625-27.28c-17.166 6.025-37.58 9.374-59.533 9.374-28.558 0-54.474-5.69-74.062-15.532-.435-.218-.852-.464-1.28-.687zm1.97 34.81c-1.345 2.694-2.002 5.352-2.002 7.907 0 8.688 7.632 18.652 23.813 26.782 16.18 8.13 39.666 13.53 65.688 13.53 13.194 0 25.73-1.384 37-3.813v-24.062c-11.556 2.212-24.002 3.375-37 3.375-28.56 0-54.506-5.69-74.094-15.53-4.828-2.426-9.34-5.17-13.408-8.19zm174.967 0c-4.067 3.02-8.58 5.764-13.405 8.19-1.382.693-2.806 1.346-4.25 2V274c13.335-7.677 19.656-16.654 19.656-24.563 0-2.548-.662-5.218-2-7.906zm7.5 36.75c-2.03 2.028-4.236 3.956-6.624 5.783v32.468c10.314-7.004 15.25-14.77 15.25-21.75 0-5.266-2.816-10.994-8.625-16.5zm-170.124 14.064c-.13.817-.22 1.64-.22 2.437.002 8.69 7.633 18.62 23.814 26.75 16.18 8.13 39.666 13.564 65.688 13.564 14.953 0 29.064-1.775 41.437-4.844v-29.875c-16.304 5.196-35.265 8.063-55.563 8.063-28.558 0-54.505-5.69-74.093-15.532-.36-.18-.708-.378-1.064-.562zm-13.594 21.312c-8.665 6.538-12.843 13.626-12.843 20.03 0 8.69 7.63 18.653 23.81 26.783 16.182 8.13 39.667 13.53 65.69 13.53 9.54 0 18.72-.71 27.342-2.03v-18.19c-.377.003-.747 0-1.125 0-28.558 0-54.505-5.688-74.093-15.53-12.46-6.26-22.86-14.558-28.78-24.594zm162.532 30.688c-7.93 2.796-16.566 5.006-25.72 6.594V363c1.92-.813 3.78-1.65 5.532-2.53 9.82-4.935 16.47-10.537 20.188-16.126zM473.5 362.5c-3.77 3.77-8.21 7.184-13.125 10.25v28.688c13.335-7.678 19.656-16.655 19.656-24.563 0-4.59-2.138-9.537-6.53-14.375zm-348.72 2.813c-10.14.115-21.222 1.413-32.624 4.062-22.803 5.3-42.462 15.006-55.25 25.688-12.788 10.68-17.74 21.388-16.28 29.125 1.46 7.736 9.393 14.833 24.78 18.875 15.388 4.04 36.854 4.204 59.657-1.094 9.19-2.136 17.857-4.97 25.78-8.314V413.03c14.53-6.486 25.467-14.375 30.376-21.905V415.5c12.102-10.422 16.83-20.828 15.405-28.375-1.46-7.735-9.425-14.802-24.813-18.844-7.693-2.02-16.89-3.083-27.03-2.967zm64.657 5.218c2.71 3.895 4.61 8.28 5.532 13.158 1.128 5.983.634 11.85-1.126 17.53 9.822 2.56 18.812 6.073 26.656 10.47 4.39 2.46 8.47 5.268 12.125 8.343 9.022-2.163 16.573-5.152 21.938-8.686v20.53c16.183-7.61 23.5-16.89 23.5-24.312 0-7.43-7.334-16.726-23.563-24.343-16.054-7.537-39.295-12.58-65.063-12.69zm111.72 4.94c-.044.467-.094.944-.094 1.405 0 8.688 7.63 18.65 23.812 26.78 16.18 8.13 39.666 13.533 65.688 13.533 13.194 0 25.73-1.384 37-3.813V386.53c-14.77 4-31.43 6.19-49.094 6.19-28.56 0-54.507-5.72-74.095-15.564-1.086-.546-2.165-1.11-3.22-1.687zM304 412.81c-1.958 3.257-2.938 6.484-2.938 9.563 0 8.688 7.632 18.65 23.813 26.78 16.18 8.13 39.666 13.533 65.688 13.533 13.194 0 25.73-1.384 37-3.813V432.5c-11.556 2.212-24.002 3.375-37 3.375-28.56 0-54.506-5.69-74.094-15.53-4.47-2.246-8.643-4.777-12.47-7.533zm173.125 0c-3.832 2.762-8.025 5.283-12.5 7.532-1.382.694-2.806 1.347-4.25 2v24.594c13.335-7.678 19.656-16.655 19.656-24.563 0-3.077-.953-6.308-2.905-9.563zM184.5 418.22c-3.47 4.383-7.572 8.55-12.188 12.405-15.66 13.082-37.66 23.643-63 29.53-9.14 2.125-18.11 3.472-26.75 4.126 3.2 5.317 8.83 10.542 17.063 15.158 13.698 7.677 33.69 12.843 55.875 12.843 10.077 0 19.68-1.084 28.47-2.967v-20.844c13.858-2.068 25.41-5.903 32.81-10.783v18.407c10.023-6.95 14.845-14.89 14.845-22.375 0-8.723-6.552-18.043-20.25-25.72-7.35-4.12-16.532-7.518-26.875-9.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-castle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.25 15.344c-132.537 0-240.188 107.62-240.188 240.156 0 132.537 107.65 240.188 240.188 240.188 132.537 0 240.156-107.65 240.156-240.188 0-132.537-107.62-240.156-240.156-240.156zm0 18.687c122.436 0 221.47 99.034 221.47 221.47 0 65.65-28.465 124.583-73.75 165.125V238.75l14-22.78h-7.595L364 101.5l-43.813 114.47h-8.156l14.595 22.78v33.875h-36.813v-88.188l14.625-22.78h-7.593l-44.406-114.47-44.375 114.47h-7.594l14.03 22.78v123.22h-37.375v-18.094l14.594-22.782h-8.19l-43.78-114.467L95.344 266.78H87.75l14.03 22.783V416.25C59.25 375.9 32.75 318.83 32.75 255.5c0-122.436 99.064-221.47 221.5-221.47zm1.094 160.532h18.687v36.344h-18.686v-36.344zm110.156 87.97h18.688v36.312H365.5V282.53zm-246.656 22.03h18.687v36.344h-18.686v-36.344zm50.875 29.407h18.686v36.342H169.72V333.97zm170.81 30.5h18.69v36.342h-18.69V364.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-catapult tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M197.746 30.38l-9.898 30.905-40.485 18.194-28.79 28.055 30.855 35.512 47.486-4.596 36.06 8.35 30.83-33.52-4.263-56.7-61.794-26.2zM25.902 133.32c-13.472 25.957-6.665 67.412 30.356 96.746 37.04 29.35 78.807 26.396 100.855 7.223L25.903 133.32zm359.174 68.99l-34.152 11.38 7.217 21.65-227.6 147.94c12.527 4.355 23.416 12.25 31.466 22.484L369.904 270.63l36.303 108.913c16.727.414 31.995 6.866 43.7 17.264l-64.83-194.498zM171.484 248.67c-9.358 9.058-21.296 15.425-34.656 18.715l63.496 49.064L232.3 295.67l-60.816-46.996zM292.66 342.31l-31.976 20.784L317.504 407h32.183c3.296-4.39 7.104-8.377 11.336-11.865L292.66 342.31zM108.166 397.5c-27.997 0-50.5 22.503-50.5 50.5s22.503 50.5 50.5 50.5 50.5-22.503 50.5-50.5-22.503-50.5-50.5-50.5zm296.334 0c-27.997 0-50.5 22.503-50.5 50.5s22.503 50.5 50.5 50.5S455 475.997 455 448s-22.503-50.5-50.5-50.5zM25 425v46h18.66c-2.58-7.196-3.994-14.937-3.994-23s1.415-15.804 3.994-23H25zm147.672 0c2.58 7.196 3.994 14.937 3.994 23s-1.415 15.804-3.994 23h167.322c-2.58-7.196-3.994-14.937-3.994-23s1.415-15.804 3.994-23H172.672zm296.334 0c2.58 7.196 3.994 14.937 3.994 23s-1.415 15.804-3.994 23H487v-46h-17.994zm-360.84 3.166A19.833 19.833 0 0 1 128 448a19.833 19.833 0 0 1-19.834 19.834A19.833 19.833 0 0 1 88.334 448a19.833 19.833 0 0 1 19.832-19.834zm296.334 0A19.833 19.833 0 0 1 424.334 448a19.833 19.833 0 0 1-19.834 19.834A19.833 19.833 0 0 1 384.666 448a19.833 19.833 0 0 1 19.834-19.834z"/></svg>
<svg class="tc-image-originals-cauldron tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.063 25.094c-56.045 0-106.836 9.775-144.438 26.125-18.8 8.174-34.34 17.96-45.594 29.53-11.254 11.57-18.28 25.338-18.28 40.188 0 9.936 3.17 19.388 8.625 28.03-10.218 21.883-15.844 45.794-15.844 70.782 0 103.158 95.757 187.844 215.532 187.844 119.776 0 215.563-84.686 215.563-187.844 0-24.99-5.653-48.897-15.875-70.78 5.454-8.644 8.625-18.096 8.625-28.032 0-14.85-7.026-28.617-18.28-40.188-11.256-11.57-26.825-21.356-45.626-29.53-37.603-16.35-88.363-26.126-144.408-26.126zm0 18.687c53.848 0 102.554 9.6 136.968 24.564 17.208 7.482 30.775 16.306 39.658 25.437 8.882 9.133 13 18.115 13 27.157 0 9.043-4.118 18.057-13 27.188-8.883 9.13-22.45 17.956-39.657 25.438-34.413 14.963-83.12 24.562-136.967 24.562-53.85 0-102.555-9.6-136.97-24.563-17.206-7.48-30.804-16.306-39.687-25.437-8.882-9.13-12.97-18.145-12.97-27.188 0-9.042 4.088-18.024 12.97-27.156 8.883-9.13 22.48-17.954 39.688-25.436 34.414-14.964 83.12-24.563 136.97-24.563zm-7.782 17.282c-80.57 0-146 26.008-146 57.844 0 31.836 65.43 57.81 146 57.813 40.04 0 76.404-6.613 102.782-16.94-21.316 3.34-45.064 5.845-70.656 5.845-86.066 0-155.937-21.656-155.937-47.906s69.868-47.282 155.936-47.282c20.43 0 39.926.725 57.813 2.906-24.816-7.704-55.957-12.28-89.94-12.28zM87.657 360.5c-9.916 19.897-14.758 36.638-15.78 49.03-1.23 14.906 2.752 22.238 6.655 24.626 3.905 2.388 11.497 2.48 23.376-5.75 9.25-6.41 20.16-17.73 31.375-34.406-16.778-9.432-32.1-20.71-45.624-33.5zm342.75.063c-13.532 12.782-28.872 24.043-45.656 33.468 11.21 16.666 22.13 27.97 31.375 34.376 11.88 8.23 19.472 8.138 23.375 5.75 3.903-2.388 7.886-9.72 6.656-24.625-1.022-12.38-5.855-29.098-15.75-48.967zm-199.25 64.25c1.36 21.275 5.296 37.554 10.344 48.468 6.272 13.56 13.26 17.82 17.72 17.908 4.457.088 11.14-3.683 17.374-16.907 5.133-10.89 9.165-27.52 10.437-49.467-9.175.965-18.51 1.468-27.967 1.468-9.437 0-18.75-.506-27.907-1.467z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-cavalry tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M258.962 29.14c-3.21.063-6.68 1.158-10.303 3.4-5.798 3.584-11.47 10.14-14.872 18.715-3.4 8.575-3.767 17.236-2.004 23.82 1.763 6.585 5.248 10.765 9.83 12.583 4.582 1.817 9.986 1.165 15.784-2.42 5.797-3.586 11.467-10.143 14.87-18.717 3.4-8.573 3.767-17.235 2.005-23.82-1.763-6.584-5.25-10.764-9.832-12.58-1.718-.683-3.55-1.018-5.478-.98zm83.428 36.012c-8.823 13.437-17.545 27.577-36.268 45.2l-1.615 1.52-2.137.596c-9.165 2.554-19 3.7-28.863 4.48-.54 5.822-1.76 11.47-3.492 16.946 14.814.187 28.827-.778 41.297-4.62 18.26-17.188 36.623-35.375 44.685-56.7l-13.607-7.422zm-133.135 31.58c-.172 0-.348.005-.527.02-1.248.117-2.846.825-5.022 2.126-11.898 12.29-14.007 33.196-.867 57.082 5.73 10.42 18.094 18.277 33.66 23.58 13.165 4.485 28.138 7.013 41.808 8.51l3.71-13.443c-6.24-1.808-14.008-3.65-22.142-6.082-11.813-3.53-24.576-8.437-34.355-18.432l-.343-.35-.303-.388c-5.047-6.43-5.557-13.842-5.6-22.496-.037-7.045.813-15.254 2.02-24.023-3.345-2.203-6.258-4.21-8.39-5.088-1.395-.575-2.445-1.008-3.65-1.018zm29.242 12.676c-.806 6.653-1.25 12.573-1.226 17.36.035 6.717 1.526 10.814 1.69 11.21 1.988 1.936 4.304 3.67 6.87 5.24 4.536-8.52 8.03-16.96 9.363-25.23l-16.696-8.58zm202.955 36.5c-38.698.407-97.748 25.527-127.31 46.75l21.93 26.664c23.08-25.157 50.67-42.282 78.29-49.248 28.02-7.068 56.45-3.25 78.33 13.597 1.784-1.8 2.504-3.56 2.694-5.432.305-3.01-.998-7.446-4.865-12.283-7.734-9.675-24.947-19.342-45.388-20.008-1.204-.04-2.43-.052-3.68-.04zm-259.16 8.734c-6.568 16.39-10.208 33.35-7.805 47.883 2.263 13.104 8.145 17.46 18.125 21.94 9.99 4.483 23.807 7.117 36.907 14.036l6.466 3.417-2.022 7.03c-5.67 19.72-14.65 38.776-28.312 56.41 8.66 10.85 24.016 19.95 40.84 29.016l6.138-10.893-17.434-29.078 4.14-4.914c10.787-12.804 16.836-38.882 20.882-55.754-7.692-7.7-25.79-16.08-42.803-28.55l-6.36-4.66 3.784-6.917c.52-.952 1.076-1.906 1.62-2.86-12.188-5.97-22.86-14.237-29.39-26.11-1.823-3.313-3.407-6.652-4.778-9.995zm260.135 29.922c-7.587-.093-15.517.908-23.664 2.963-26.07 6.576-53.767 24.346-75.986 51.377l-6.952 8.457-33.34-40.54c-1.77.288-3.426.55-5.21.842 9.908 16.11 16.95 31.17 25.693 40.888 5.715 6.352 11.743 10.584 20.38 12.742 8.025 2.006 18.66 2.104 33.263-1.126-2.695-7.855-2.26-16.004-.318-23.077 2.52-9.172 7.08-17.28 10.78-24.534l16.035 8.184c-2.167 4.244-4.322 8.392-6.112 12.324 5.102-.272 13.1-.745 20.61-1.246 8.984-.6 14.34-.982 17.38-1.197 1.703-3.57 3.562-6.718 5.905-9.497 3.513-4.17 8.686-7.383 14.256-8.108 1.392-.18 2.764-.257 4.13-.234 6.8.114 13.423 2.692 21.293 6.686 1.867-6.108 3.71-12.142 5.54-18.045-12.05-11.18-27.044-16.652-43.683-16.856zM277.92 210.86c-4.448.743-8.952 1.51-13.448 2.27 5.022 3.758 9.534 8.032 13.05 13.293l2.204 3.297-.948 3.852c-3.357 13.658-7.853 41.85-21.802 62.15l16.474 27.48-14.802 26.26c6.94-1.8 13.538-4.246 19.607-7.447l11-5.8 2.074 12.26c5.978 35.36-13.102 68.48-22.475 99.294 6.508 9.05 12.247 14.98 17.275 20.388 4.097 4.407 8.004 9.006 10.654 14.683h28.254c-1.863-9.857-5.227-15.497-17.834-26.75l-5.578-4.98 3.87-6.396c15.287-25.248 24.903-82.92 28.925-111.46l.92-6.526 6.503-1.092c10.253-1.72 16.833-5.857 22.162-11.826 5.33-5.97 9.233-14.076 12.258-23.29 1.334-4.067 2.448-8.31 3.478-12.62-16.163 3.494-29.45 3.68-40.754.855-12.36-3.088-21.957-9.893-29.4-18.164-12.948-14.39-20.65-32.733-31.665-49.73zm-108.337 19.524c-14.047 2.79-27.408 5.57-39.43 8.29-12.594 4.275-20.655 10.807-26.92 19.765-6.32 9.03-10.644 20.798-14.083 34.75-6.85 27.778-10.026 63.737-23.073 100.858l-17.465 65.434c3.948 3.74 7.722 6.273 11.717 9.855 3.488 3.13 6.69 7.757 8.58 13.504h23.447c.593-9.5-2.71-19.834-10.856-26.5l-5.18-4.235 26.142-62.953 5.35-.537c21.24-2.133 40.548-26.11 51.19-40.262l3.75-4.982 5.982 1.758c22.6 6.637 49.11 10.156 73.326 7.377-21.107-11.086-43.545-22.54-55.405-43.017l-3.175-5.483 4.09-4.84c12.58-14.873 20.877-30.868 26.6-47.8-8.712-3.39-18.953-6.002-28.93-10.48-5.508-2.472-10.967-5.897-15.657-10.5zm288.38.46c-.19-.005-.353.002-.493.02-1.118.146-1.406.185-2.817 1.858-1.352 1.604-3.214 4.944-5.216 9.785-1.614 5.982-.063 10.297 4.242 15.903 2.565 3.34 6.158 6.746 10.16 10.117 4.106-10.06 7.79-20.716 11.25-31.467-9.026-4.414-14.86-6.17-17.128-6.217zm-340.25 13.26c-.02 0-.32.076-.358.08.37.02.43-.086.36-.08zm313.353 4.83c-4.126.288-5.917.422-12.262.845-10.82.72-21.303 1.44-26.12 1.497.313 2.1 1.08 4.127 2.41 6.265l.532.854.33.95c.627 1.807 1.2 3.502 1.744 5.15 2.49 4.435 9.938 11.22 20.264 16.535 10.333 5.317 23.014 9.548 34.29 11.682 1.334-2.325 2.624-4.727 3.876-7.19-5.863-4.615-11.877-9.832-16.727-16.148-4.34-5.652-7.67-12.72-8.337-20.44zm-347.57 7.306c-5.687 2.507-11.285 5.163-16.114 7.74-6.134 3.273-10.633 6.54-12.37 8.03-4.556 15.79-6.52 30.088-11.78 44.884-4.72 13.276-12.487 26.58-26.66 40.11 11.624 10 23.234 16.21 37.47 15.316 8.202-29.22 11.38-58.08 17.63-83.44 2.888-11.71 6.472-22.743 11.825-32.64zm320.41 37.61c.224 5.742-.135 11.87-.944 19.608-.05 6.863 3.644 11.33 9.248 12.71 5.623 1.388 14.58-.295 24.822-12.622l.204-.244.22-.23c1.315-1.372 2.59-2.824 3.836-4.324-10.776-2.654-21.76-6.668-31.562-11.71-1.99-1.025-3.925-2.093-5.825-3.19zm-27.463 33.017c-6.36 6.718-14.816 11.936-25.082 14.857-.01.077-.026.17-.037.248l15.336 17.203-8.665 25.655-14.53 3.216c-1.706 8.07-3.678 16.264-5.95 24.278.423.08.85.17 1.27.246 10.442 1.892 19.172 1.915 26.915-1.684 17.515-18.86 28.118-31.565 31.95-53.44-1.87-7.903-10.127-20.008-19.666-29.138-.512-.49-1.026-.967-1.54-1.44zm-210.993 42.66c-5.333 6.792-12.013 14.51-20.16 21.164 16.307 31.444 34.568 62.892 57.48 92.173h26.753c-28.96-35.58-47.84-75.123-64.073-113.336z"/></svg>
<svg class="tc-image-originals-cctv-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M109.285 30.402c-14.82-.007-30.414 2.144-46.822 6.932a9.5 9.5 0 0 0-.145.05 9.5 9.5 0 0 0-.496.173 9.5 9.5 0 0 0-.39.152 9.5 9.5 0 0 0-.47.218 9.5 9.5 0 0 0-.384.193 9.5 9.5 0 0 0-.463.273 9.5 9.5 0 0 0-.342.22 9.5 9.5 0 0 0-.435.32 9.5 9.5 0 0 0-.324.256 9.5 9.5 0 0 0-.397.357 9.5 9.5 0 0 0-.297.29 9.5 9.5 0 0 0-.37.405 9.5 9.5 0 0 0-.247.293 9.5 9.5 0 0 0-.342.463 9.5 9.5 0 0 0-.215.315 9.5 9.5 0 0 0-.282.472 9.5 9.5 0 0 0-.193.354 9.5 9.5 0 0 0-.233.497 9.5 9.5 0 0 0-.156.367 9.5 9.5 0 0 0-.178.512 9.5 9.5 0 0 0-.122.386 9.5 9.5 0 0 0-.17.688L33.42 156.55a9.5 9.5 0 0 0 5.625 10.614l82.023 34.578 31.62 162.133-116.534 25.313a9.5 9.5 0 0 0-7.5 9.156l-1.062 76.47a9.5 9.5 0 0 0 12.375 9.186l146.468-46.813 24.123-4.677c.177.003.353.015.53.015 9.956 0 19.332-4.742 25.88-12.472 6.543-7.724 9.966-17.79 9.956-28.16v-.026c.006-6.574-1.372-13.037-4.045-18.855l-25.273-130.57 125.774 53.02a9.5 9.5 0 0 0 .155.058 9.5 9.5 0 0 0 .545.197 9.5 9.5 0 0 0 .35.11 9.5 9.5 0 0 0 .543.138 9.5 9.5 0 0 0 .416.086 9.5 9.5 0 0 0 .483.073 9.5 9.5 0 0 0 .482.05 9.5 9.5 0 0 0 .43.02 9.5 9.5 0 0 0 .54.004 9.5 9.5 0 0 0 .363-.01l83.406-5.28a9.5 9.5 0 0 0 7.97-5.438l50.522-106.954.008-.014a9.5 9.5 0 0 0 0-.002 9.5 9.5 0 0 0 .02-.047 9.5 9.5 0 0 0-5.51-13.137c-7.787-4.27-15.802-7.26-23.956-9.148L152.273 36.688a9.5 9.5 0 0 0-.802-.268c-13.317-3.843-27.364-6.01-42.185-6.018zM82.938 44.125a9.5 9.5 0 0 1 3.687.72l290.75 116.53a9.508 9.508 0 0 1 5.77 10.79 9.5 9.5 0 0 0-.707 1.46l-.836 2.07a9.508 9.508 0 0 1-11.29 3.336L79.563 62.47a9.5 9.5 0 0 1 3.376-18.345zm357.308 128.367c4.4.038 8.75.508 13.068 1.404l14.74 5.72-23.67 50.114c.912-4.058 1.378-8.082 1.335-11.855-.1-8.732-2.94-15.95-7.845-19.563-4.905-3.613-11.688-3.48-18.375.25-1.65.92-3.305 2.063-4.906 3.375.614-.822 1.19-1.72 1.687-2.687 1.417-2.757 2.248-5.952 2.22-8.78-.032-2.835-.945-5.243-2.563-6.47-.808-.613-1.74-.922-2.75-.906-1.01.016-2.102.332-3.156.937-2.107 1.212-4.08 3.52-5.5 6.282-1.417 2.764-2.25 5.948-2.217 8.782.03 2.833.945 5.242 2.562 6.47 1.617 1.225 3.798 1.147 5.906-.064-3.416 3.562-6.546 7.9-9.092 12.72-4.608 8.716-7.226 18.798-7.125 27.53.1 8.732 3 15.98 7.906 19.594 4.904 3.614 11.624 3.45 18.31-.28 4.178-2.332 8.29-6.018 11.91-10.582l-8.41 17.8-62.75 4 37.253-92.39c14.635-7.746 28.272-11.513 41.463-11.4zm-298.078 38.145l16.014 6.752 29.732 139.555c-3.005-.917-6.143-1.41-9.342-1.41-2.724 0-5.4.366-7.988 1.037l-28.416-145.935zm37.353 15.748l17.017 7.174 23 118.83c-2.732-.75-5.564-1.156-8.447-1.156-1.643 0-3.266.14-4.865.39l-26.704-125.24zM211.09 370.3c3.863 0 8.258 1.978 11.472 5.772 3.215 3.795 5.433 9.89 5.424 15.795a9.47 9.532 0 0 0 0 .026c.01 5.905-2.21 12-5.423 15.795-1.525 1.8-3.316 3.177-5.188 4.142l-6.143 1.19c2.106-5.273 3.184-11.002 3.178-16.827v-.025c.004-3.773-.452-7.51-1.342-11.107a9.5 9.5 0 0 0-.193-2.248l-2.656-12.458c.29-.022.583-.055.87-.055zm-32.518 4.3c3.864 0 8.26 1.978 11.475 5.773 3.214 3.795 5.43 9.89 5.422 15.795a9.47 9.532 0 0 0 0 .025c.008 5.905-2.21 12-5.423 15.795-3.215 3.795-7.61 5.774-11.475 5.774-3.863 0-8.233-1.98-11.447-5.774-3.214-3.794-5.458-9.89-5.45-15.795a9.47 9.532 0 0 0 0-.025c-.008-5.905 2.236-12 5.45-15.795s7.584-5.773 11.447-5.773zm-34.496 10.59c-.87 3.56-1.316 7.25-1.312 10.978v.025c-.01 10.37 3.41 20.437 9.953 28.16.838.99 1.723 1.93 2.648 2.817L46.78 461.875l.782-55.72 96.514-20.966z" fill="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg class="tc-image-originals-ceiling-barnacle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M30.867 18c12.65 11.06 31.3 26.2 44.985 32.2 17.032 7.47 38.4 1.287 54.988 9.59-5.477-8.777-8.41-17.61-9.207-26.09-.515-5.483-.15-10.734.805-15.7h-91.57zm110.022 0c-1.246 4.476-1.79 9.165-1.335 14.018.818 8.717 4.722 18.385 15.29 29.267.32.33.63.667.926 1.01l.193-.113c.255.437.532.888.793 1.33a25.45 25.45 0 0 1 2.74 4.508c5.69 9.12 12.674 18.614 21.805 25.728 11.105 8.652 25.032 14.21 45.923 11.79l2.07 17.882c-25.174 2.916-44.854-4.41-59.055-15.473-4.365-3.4-8.24-7.116-11.707-10.955-3.803 10.373-8.874 20.164-9.628 24.29-2.652 14.53-9.086 27.746-13.47 39.945-4.385 12.2-6.614 22.717-3.668 32.267 4.606 14.934 14.197 28.927 26.466 40.906 9.46-14.322 24.7-23.213 40.327-26.728a70.313 70.313 0 0 1 12.548-1.676c11.136-.452 22.084 1.948 31.04 7.988 14.714 2.962 28.41 3.4 41.11 1.766 17.47-3.79 30.232-8.383 40.212-13.375 9.084-5.11 12.158-7.887 19.762-15.072l11.31 14.486c-5.327 5.032-4.732 4.77-10.815 8.98 6.572 8.777 10.043 19.63 11.36 30.986.504 4.332.71 8.777.68 13.295 5.377-.733 10.593-1.358 15.053-2.378 7.49-1.714 11.58-3.946 13.387-7.748 3.456-7.267 3.06-14.07.008-22.61-3.052-8.538-9.047-18.164-15.76-28.248-13.425-20.167-30.778-42.58-26.732-68.818 1.815-11.767 10.355-18.66 16.682-24.264 6.328-5.602 10.496-10 11.17-13.714.68-3.745-1.33-6.83-4.736-13.61a40.06 40.06 0 0 1-1.795-4.146 53.576 53.576 0 0 1-15.38 6.826c-13.728 3.666-28.27 2.59-41.812-.22-13.54-2.812-26.147-7.455-35.946-11.727-9.798-4.273-15.97-7.58-19.377-9.938l10.246-14.8c.2.138 7.356 4.326 16.328 8.238 8.97 3.912 20.578 8.146 32.41 10.603 11.832 2.457 23.82 3.04 33.508.453 9.562-2.554 16.974-7.552 22.328-18.247 2.03-6.903.398-14.886-3.094-22.703H140.89zm240.673 0c3.49 10.68 4.348 22.59-1.428 34.084-3.22 6.41-1.924 8.107.783 13.494 1.664 3.31 4.448 7.73 5.88 13.242 8.43-7.886 31.92-28.96 48.272-34.545 11.597-3.96 26.696 6.013 36.75-.994 6.514-7.855 6.166-16.655 10.682-25.28h-100.94zM283.06 133.574c10.816.026 22.858 3.918 33.096 7.557 10.238 3.64 18.332 7.28 18.332 7.28l-7.38 16.418s-7.488-3.362-16.98-6.736c-9.494-3.374-21.332-6.504-27.11-6.518-8.447-.02-24.147 4.163-36.834 8.604-12.688 4.44-22.704 8.883-22.704 8.883l-7.3-16.453s10.622-4.715 24.056-9.418c13.435-4.703 29.34-9.648 42.825-9.616zM118.187 208.62c-9.852 38.733 2.81 83.295 19.835 120.958 6.99-22.215 8.133-50.082 17.472-69.916-.072-1.11-.133-2.227-.18-3.35-15.91-13.017-29.21-29.15-37.126-47.693zm209.78 11.47c-8.96 4.17-19.533 7.938-32.35 11.174 20.208 38.092 21.473 71.305 23.624 103.172 5.584-14.437 11.1-31.037 14.617-47.545 3.29-15.437 4.793-30.625 3.35-43.06-1.172-10.1-4.204-17.948-9.24-23.74zm-113.93 3.945a45.573 45.573 0 0 0-2.358.018c-2.995.098-6.08.484-9.172 1.18-11.658 2.622-22.74 9.42-29.197 19.134-1.078 31.31 7.395 55.407 20.983 80.217 7.8 14.24 17.38 28.777 27.523 44.478-8.355-58.696-7.032-103.982 6.873-141.943-4.166-1.893-9.21-2.982-14.655-3.085zm31.665 8.85c-4.467 12.118-7.57 25.227-9.352 39.646 17.637 1.544 36.295-.585 55.267-4.112-3.334-10.953-8.054-22.24-14.888-34.12-9.927.655-20.282.235-31.026-1.413zm155.622 17.808a41.73 41.73 0 0 1-.86 1.96c-5.166 10.862-15.987 15.36-25.63 17.566-6.32 1.445-12.623 2.186-18.2 2.942 11.612 18.383 11.028 43.545 9.985 70.98 31.542-36.217 41.67-65.675 34.705-93.45zM278.598 289.12c-5.986.832-11.994 1.465-18.004 1.83 4.76 32.818 13.655 69.713 12.058 101.798-1.38 22.25-11.16 57.128-20.697 85.732a932.855 932.855 0 0 1-5.34 15.52h19.074c1.1-3.185 2.216-6.454 3.34-9.828 9.73-29.186 19.966-64.19 21.587-90.31.043-36.722-5.454-72.72-12.02-104.743zm-108.422 76.628s-16.99 38.27-10.7 56.09c1.55 4.398 6.118 8.588 10.518 8.488 4.957-.112 9.903-5.077 11.527-10.092 5.71-17.614-11.344-54.486-11.344-54.486zm147.113 44.607s-21.92 49.688-12.642 72.34c2.29 5.59 8.713 10.814 14.748 10.535 6.8-.313 13.405-6.853 15.452-13.343 7.19-22.798-17.56-69.532-17.56-69.532z"/></svg>
<svg class="tc-image-originals-celebration-fire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M290.72 13.396c-79.94 38.87 9.013 152.854-74.402 191.567 21.946-43.348 30.93-118.453-39.69-169.342v.003c57.41 92.152-39.578 101.073 10.68 235.037.884 2.098 1.724 4.216 2.467 6.383-.86-2.16-1.682-4.286-2.468-6.383-17.056-40.42-58.356-69.442-47.875-146.558-92.397 139.136 61.726 179.234 39.968 296.226-20.22-52.322-96.068-38.077-65.88-94.582-81.617 64.483 68 99.77-25.282 168.19h349.006c-44.892-35.722-38.733-108.488-9.29-92.71-14.63-42.75-54.515-10.383-56.477 22.604-15.55-101.866 86.23-108.78 74.388-226.197-19.395 67.794-73.366 65.522-92.71 55.322 68.964-32.598 91.818-125.04 17.15-161.248 23.033 28.635 15.785 123.762-33.243 84.998-18.193-14.385-70.182-60.235-46.34-163.31zm-165.656 4.778c-6.35.16-12.967 2.232-19.62 6.578 38.005 7.337 57.7 61.682 52.892 122.08 34.38-59.225 5.54-129.638-33.272-128.658zm218.29 44.633c8.507 47.444-17.105 75.028-38.82 30.52 22.306 83.01 95.766 93.25 38.82-30.52zm103.84 93.88c35.616 36.454 25.294 104.74-14.133 160.057 81.137-36.52 81.26-153.81 14.133-160.057zm-379.22 78.917c19.553 54.61-90.043 56.077 5.62 157.767-38.953-68.595 67.41-69.424-5.62-157.766z"/></svg>
<svg class="tc-image-originals-cement-shoes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M348.963 291.017h-20.2l-3.26-86.73-15.38-.154-.65 67.563 4.643 90.473c-.424 4.654-8.926 6.93-17.8 6.93-9.972 0-20.44-2.866-20.512-8.42l-8.367-87.422h-19.55l-12.08 86.305c0 5.885-11.13 8.926-21.722 8.926-9.31 0-18.287-2.39-18.72-7.303l5.595-89.47.062-67.584-15.298.155-3.29 86.72H162.97C149.635 220.092 165.884 142 221.977 133.3c-9.072-11.378-14.895-27.172-14.895-44.683 0-34.59 22.02-62.517 49.06-62.517.95 0 1.922-.082 2.884-.103h.952a10.22 10.22 0 0 1 1.23.103c24.69 3.207 43.97 30.09 43.97 62.516 0 17.955-6.144 33.977-15.62 45.406 51.376 9.67 74.515 84.164 59.403 156.99zm20.81 57.416c-9.308-6.6-23.55-12.008-40.607-15.99 0 0 1.613 23.427 1.437 31.236-.093 4.2-2.772 14.48-16.745 19.33a54.923 54.923 0 0 1-17.584 2.65 59.092 59.092 0 0 1-19.653-3.104c-10.435-3.806-16.88-11.502-17.396-20.687l-2.876-29.996-4.137 29.406c-.444 5.337-3.298 15.298-17.696 20.562a61.398 61.398 0 0 1-20.45 3.26 56.888 56.888 0 0 1-18.172-2.742c-14.243-4.986-16.964-15.38-17.036-19.653-.124-7.478 1.676-29.85 1.676-29.85-29.872 7.322-45.356 17.873-47.176 25.734-1.17 5.07 5.09 10.344 8.926 13.085 29.344 20.76 106.96 29.727 169.486 19.59 42.822-6.94 64.677-20.262 66.86-29.706 1.24-5.11-5.027-10.396-8.865-13.127zM164.48 462.21c4.85 11.275 39.16 23.79 91.537 23.79 53.786 0 87.61-14.222 91.094-22.983 4.677-14.77 16.87-54.034 21.412-68.66-57.147 27.142-172.455 26.108-225.02-.247 4.85 15.753 16.436 53.392 20.977 68.09z" fill="#fff"/></svg>
<svg class="tc-image-originals-centipede tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M103.12 15.697l-30.364 10.07c2.132 3.412 3.902 7.116 5.223 11.098.693 2.094 1.228 4.2 1.643 6.31l29.38-9.74-5.884-17.738zm-80.975 3.25c-1.438.126-2.884.317-4.336.567v129.812c4.642 3.457 10.744 5.995 17.336 7.317 1.792-2.69 3.824-5.25 6.067-7.664 3.214 5.766 6.57 11.448 10.055 17.047-8.84 12.366-9.92 28.358-1.98 40.64 5.96 9.215 15.91 14.655 26.802 15.536 1.91-4.064 4.302-7.973 7.166-11.642 4.07 4.942 8.252 9.784 12.54 14.526-10.71 16.322-8.597 37.015 4.847 48.705 8.243 7.17 19.245 9.643 29.908 7.52.592-6.093 2.13-12.2 4.65-18.09 5.02 4.246 10.14 8.37 15.355 12.362-5.245 17.902 1.975 36.393 17.36 44.117 8.827 4.43 18.888 4.585 27.98 1.103-.452-4.9-.29-9.918.49-14.932 5.874 3.315 11.832 6.476 17.87 9.472-.06 15.63 8.735 29.594 22.772 34.785 9.716 3.593 20.26 2.36 29.19-2.684-.755-3.713-1.154-7.538-1.197-11.418 6.297 2.03 12.652 3.897 19.064 5.577 2.214 15.41 12.886 27.908 27.47 31.04 10.786 2.314 21.726-.918 30.067-8.074-1.587-4.19-2.685-8.627-3.227-13.252 6.336.617 12.71 1.045 19.115 1.305 3.928 18.824 21.574 32.055 42.64 30.36 4.906-.397 9.55-1.593 13.815-3.427 50.857 41.905 57.015 94.14-26.582 113.084 94.115 2.325 106.816-72.573 45.854-129.438 4.343-6.848 6.654-14.918 6.168-23.337-.187-3.25-.78-6.37-1.713-9.326 73.82-44.358 76.68-122.575-17.778-137.824 78.128 32.182 63.177 84.56 2.39 117.61-7.312-4.797-16.425-7.286-26.294-6.49-14.564 1.172-26.844 9.335-33.633 20.653-6.755-.22-13.48-.655-20.166-1.31 1.882-4.65 4.353-9.032 7.325-13.053-4.956-7.48-12.43-12.924-21.377-14.844-2.396-.515-4.8-.756-7.18-.74-12.55.08-24.468 7.27-31.345 18.964-6.12-1.66-12.19-3.492-18.203-5.496 2.96-5.945 6.824-11.273 11.367-15.8-3.922-7.43-10.26-13.31-18.326-16.294-4.022-1.488-8.19-2.147-12.324-2.053-.59.015-1.18.043-1.77.087-9.92.743-19.512 5.808-26.358 14.192-5.603-2.85-11.136-5.844-16.59-8.988 3.493-4.782 7.612-8.966 12.187-12.437-3.116-7.598-8.68-13.954-16.203-17.73-4.38-2.2-9.066-3.347-13.787-3.518-.443-.016-.885-.025-1.328-.024-7.363.017-14.74 2.405-21.13 6.832-5.063-3.875-10.032-7.883-14.903-12.015 3.476-2.892 7.23-5.365 11.185-7.365-1.5-7.214-5.16-13.83-10.887-18.81-5.55-4.826-12.35-7.527-19.456-8.13-.74-.063-1.482-.104-2.228-.12-4.187-.098-8.445.522-12.583 1.852-4.45-4.82-8.78-9.755-12.984-14.8 4.905-2.315 10.048-3.945 15.27-4.84 1.405-8.398-.12-17.03-4.85-24.344-6.653-10.292-18.283-15.88-30.647-15.662-3.625.065-7.313.632-10.957 1.722-3.356-5.388-6.58-10.86-9.665-16.41 6.697-2.53 13.666-3.813 20.55-3.895.234-.003.468.012.704.012 2.56-8.096 2.275-16.83-1.353-24.714-5.758-12.515-18.612-20.043-32.78-20.168-.946-.008-1.896.016-2.85.074-2.167.132-4.355.447-6.544.934-2.233-5.84-4.31-11.743-6.24-17.7 5.77-1.484 11.626-2.09 17.37-1.873 1.985.076 3.956.254 5.906.524 3.1-7.53 3.635-15.884 1.01-23.8-4.48-13.518-17.1-22.556-31.787-23.8h-6.308zm101.837 54.176L94.928 86.49c2.497 3.156 4.662 6.643 6.416 10.453.922 2.004 1.69 4.04 2.336 6.09L131.793 90.1l-7.81-16.977zm26.405 53.55l-26.87 17.372c2.95 2.786 5.613 5.958 7.91 9.512 1.18 1.822 2.213 3.696 3.134 5.6l25.973-16.792-10.146-15.693zm25.342 42.343l-20.97 24.113c3.544 1.84 6.923 4.12 10.064 6.852 1.688 1.468 3.242 3.03 4.692 4.66l20.314-23.363-14.1-12.264zm38.915 30.623l-14.313 28.51c3.895.907 7.74 2.263 11.465 4.133 1.996 1.002 3.886 2.13 5.69 3.346l13.86-27.607-16.702-8.384zm-186.46 6.048l-10.376 6.708v22.254l19.612-12.68c-1.36-1.623-2.646-3.334-3.824-5.157-2.3-3.555-4.085-7.29-5.414-11.125zM270 225.494l-11.102 30.02c4.038.46 8.078 1.403 12.053 2.873 2.03.75 3.976 1.627 5.85 2.597l10.727-29.007L270 225.494zm56.537 19.194l-6.695 31.195c.375-.01.75-.03 1.127-.03 3.665-.02 7.383.353 11.11 1.153 2.15.46 4.23 1.065 6.254 1.773l6.477-30.17-18.273-3.923zM80.203 278.865l-21.912 25.2 14.103 12.263 21.25-24.437c-1.813-1.21-3.577-2.53-5.264-3.997-3.144-2.734-5.86-5.772-8.177-9.028zm69.164 50.81L134.35 359.59l16.703 8.385 14.56-29.008c-2.053-.722-4.086-1.565-6.082-2.567-3.724-1.87-7.11-4.142-10.163-6.724zm70.158 32.305l-11.6 31.374 17.526 6.482 11.224-30.348c-2.053-.482-4.1-1.082-6.127-1.832-3.98-1.47-7.653-3.396-11.022-5.676zm76.487 24.928l-7.033 32.764 18.27 3.922 6.81-31.733c-2.134-.183-4.278-.487-6.427-.948-4.11-.882-7.99-2.25-11.62-4.004z" fill="#fff"/></svg>
<svg class="tc-image-originals-chained-arrow-heads tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M97.53 20.705v.002l6.425 82.932-86.434-6.427v53.73l207.912 74.754L151.26 20.705H97.53zm-80.01.002v31.537L72.42 72.102 53.73 20.707H17.52zM237.366 45.21l15.754 207.743L45.374 237.2l300.363 108.374L237.368 45.21h-.003zm117.342 171.927l.002.008v-.008h-.003zm.002.008l11.272 148.67-148.68-11.272 214.968 77.562-77.56-214.96zm87.493 137.65l.002.008v-.008h-.002zm.002.008l7.158 94.396-94.404-7.16 136.49 49.247-49.245-136.484z"/></svg>
<svg class="tc-image-originals-chained-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.08 11.29l-9.232 1.437-62.868 9.765 3.586 23.08C175.62 49.84 163.09 55.3 151.15 61.875l-14.51-18.03-7.28 5.86-49.56 39.89 14.163 17.594C84.847 117.31 76.6 128.367 69.39 140.3l-20.78-8.046-3.374 8.715-22.976 59.325 20.26 7.846c-2.96 13.812-4.544 27.692-4.805 41.47l-21.02 3.267 11.2 72.1 20.634-3.206c4.347 13.326 9.955 26.213 16.74 38.474l-16.165 13.012 45.75 56.84 15.858-12.764c10.425 9.35 21.846 17.776 34.183 25.104l-7.27 18.773 68.042 26.347 7.266-18.76c14.02 2.89 28.103 4.36 42.074 4.482l3.115 20.05 72.1-11.2-3.168-20.386c13.326-4.498 26.2-10.26 38.433-17.205l13.075 16.24 56.84-45.747-13.315-16.543c9.093-10.365 17.275-21.698 24.394-33.906l20.11 7.787 26.35-68.038-20.63-7.988c2.71-13.685 4.057-27.422 4.133-41.05l22.29-3.462-1.434-9.234-9.765-62.866-22.85 3.55c-4.413-12.947-10.017-25.466-16.746-37.378l18.103-14.57-5.86-7.28-39.89-49.56-18.28 14.715c-10.058-8.863-21.032-16.864-32.835-23.868l8.562-22.112-8.713-3.375L309.7 16.88 301.136 39c-13.31-2.74-26.68-4.21-39.95-4.45-.166-.004-.33-.002-.494-.005l-3.61-23.252zm-15.598 21.337l3.108 20.008-35.164 5.463-3.11-20.006 35.166-5.465zm78.897 8.43l33.184 12.85-7.312 18.882-33.184-12.853 7.31-18.88zM263.6 53.27c10.2.34 20.456 1.458 30.687 3.406l-5.4 13.94 68.042 26.35 5.402-13.952c8.848 5.43 17.16 11.487 24.91 18.08l-11.842 9.53 45.75 56.84 12.098-9.735c4.986 9.14 9.272 18.65 12.787 28.45l-15.443 2.398 11.2 72.1 15.98-2.483c-.226 10.394-1.278 20.852-3.174 31.29l-15.395-5.964-3.373 8.714-22.977 59.327 15.975 6.188c-5.567 9.24-11.81 17.91-18.633 25.97l-10.926-13.575-7.278 5.86-49.56 39.89 11.24 13.964c-9.47 5.195-19.338 9.627-29.514 13.24l-2.78-17.908-9.235 1.433-62.866 9.766 2.828 18.202c-10.74-.272-21.548-1.413-32.328-3.47l6.7-17.3-8.713-3.375-59.327-22.974-6.695 17.29c-9.38-5.763-18.16-12.224-26.3-19.286l14.302-11.512-5.86-7.28-39.888-49.56-14.02 11.285c-5.058-9.483-9.343-19.362-12.826-29.53l17.688-2.75-1.436-9.232-9.765-62.867-17.182 2.67c.385-10.546 1.607-21.15 3.715-31.723l15.826 6.128 26.35-68.04-15.258-5.91c5.624-8.986 11.9-17.41 18.726-25.24l10.118 12.57 56.84-45.75-9.778-12.147c9.155-4.854 18.672-8.996 28.465-12.387l2.366 15.234 72.1-11.202-2.324-14.96zM133.8 70.124l12.694 15.772-27.723 22.312-12.694-15.77L133.8 70.122zm283.653 30.648l22.313 27.722-15.774 12.696-22.312-27.72 15.773-12.697zm-84.244 42c-1.918-.015-3.84.045-5.76.187-23.033 1.7-45.933 15.003-61.29 44.006l-7.906 14.933-8.445-14.636c-20.227-35.054-56.5-47.824-87.093-41.81-30.592 6.012-55.328 29.383-53.947 72.85 1.278 40.24 29.05 67.447 63.59 97.54 30.045 26.176 64.672 53.784 85.763 93.478 22.093-39.507 57.856-65.95 88.133-91.453 17.386-14.644 33.017-28.982 43.86-44.736 10.846-15.755 17.13-32.66 16.456-54.243-1.262-40.46-26.58-66.478-56.316-73.916-5.576-1.394-11.296-2.148-17.047-2.2zM59.286 156.433l18.88 7.31-12.85 33.186-18.88-7.31 12.85-33.186zm412.65 44.636l5.463 35.164-20.01 3.11-5.462-35.164 20.01-3.11zm-413.9 64.3l5.465 35.165-20.006 3.108-5.465-35.163 20.007-3.11zm391.846 42.33l18.88 7.312-12.85 33.185-18.88-7.312 12.85-33.186zM91.156 363.4l22.313 27.723-15.775 12.695-22.312-27.722L91.156 363.4zm305.274 33.02l12.695 15.77-27.723 22.316-12.695-15.774 27.723-22.312zm-227.315 35.23l33.186 12.852-7.31 18.88-33.185-12.85 7.31-18.882zm136.662 14.873l3.11 20.01-35.164 5.463-3.11-20.008 35.164-5.465z" fill="#fff"/></svg>
<svg class="tc-image-originals-chaingun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-39.764 0-72 32.236-72 72s32.236 72 72 72 72-32.236 72-72-32.236-72-72-72zm0 48c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm-147.03 36c-24.314.545-47.766 13.4-60.814 36-19.882 34.437-8.093 78.462 26.344 98.344 34.437 19.882 78.493 8.093 98.375-26.344 19.882-34.437 8.062-78.462-26.375-98.344-11.838-6.834-24.796-9.94-37.53-9.656zm290.592 0c-11.606.3-23.3 3.443-34.062 9.656-34.437 19.882-46.257 63.907-26.375 98.344 19.882 34.437 63.938 46.226 98.375 26.344 34.437-19.882 46.226-63.907 26.344-98.344-13.67-23.675-38.748-36.663-64.28-36zM110 148c4.245-.095 8.554.94 12.5 3.22 11.48 6.626 15.41 21.3 8.78 32.78-6.626 11.48-21.3 15.41-32.78 8.78-11.48-6.626-15.41-21.3-8.78-32.78 4.348-7.533 12.176-11.818 20.28-12zm290.844 0c8.51-.22 16.88 4.108 21.437 12 6.63 11.48 2.7 26.154-8.78 32.78-11.48 6.63-26.154 2.7-32.78-8.78-6.63-11.48-2.7-26.154 8.78-32.78 3.587-2.072 7.475-3.12 11.344-3.22zm-143.438 60.03A48 48 0 0 0 208 256a48 48 0 0 0 96 0 48 48 0 0 0-46.594-47.97zM108.562 268c-11.606.3-23.3 3.443-34.062 9.656C40.063 297.538 28.274 341.563 48.156 376c19.882 34.437 63.907 46.226 98.344 26.344 34.437-19.882 46.257-63.907 26.375-98.344-13.67-23.675-38.78-36.663-64.313-36zm291.375 0c-24.312.545-47.764 13.4-60.812 36-19.882 34.437-8.062 78.462 26.375 98.344 34.437 19.882 78.462 8.093 98.344-26.344 19.882-34.437 8.093-78.462-26.344-98.344-11.838-6.834-24.827-9.94-37.563-9.656zm-290.062 48c8.51-.22 16.85 4.108 21.406 12 6.63 11.48 2.7 26.154-8.78 32.78-11.48 6.63-26.154 2.7-32.78-8.78-6.63-11.48-2.7-26.154 8.78-32.78 3.587-2.072 7.506-3.12 11.375-3.22zm291.094 0c4.244-.095 8.584.94 12.53 3.22 11.48 6.626 15.41 21.3 8.78 32.78-6.626 11.48-21.3 15.41-32.78 8.78-11.48-6.626-15.41-21.3-8.78-32.78 4.348-7.533 12.145-11.818 20.25-12zM256 352c-39.764 0-72 32.236-72 72s32.236 72 72 72 72-32.236 72-72-32.236-72-72-72zm0 48c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z" fill="#fff"/></svg>
<svg class="tc-image-originals-chainsaw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M415.01 24.54l-11.534 15.874-6.784-12.55-6.052 20.284-10.82-10.822V59.59l4.927-4.928c1.285-1.285 2.6-2.472 3.938-3.572l1.548-1.55 1.752-.946c3.075-2.14 6.244-3.83 9.452-5.108l1.56-.843 1.385-.22c4.262-1.358 8.56-2.017 12.76-2.034 4.26-.02 8.418.626 12.337 1.84l1.277.19.728.488c4.625 1.7 8.865 4.218 12.475 7.428l.02-.03.08.116c.51.458 1.013.927 1.498 1.412 9.712 9.712 14.015 24.82 9.85 39.69l-.067.763.098.008-.664 1.295c-1.39 4.16-3.46 8.28-6.277 12.238l-.002.002 14.234 7.305-6.69-20.785 15.238 1.345-14.136-16.873 14.986-4.27-18.652-10.384 12.31-8.625-21.447-3.773 8.095-12.086-21.213 4.193 2.28-15.225-16.255 12.022-2.236-14.133zm-46.505 24.1v22.264l11.133-11.133-11.133-11.13zm48.902 8.983c-6.054-.044-12.86 2.697-19.93 9.768l-90.437 90.434-61.594 61.594 32.528 32.527L430 99.918c14.143-14.142 10.963-27.224 2.83-35.356-4.065-4.065-9.368-6.895-15.423-6.94zm-60.215 2.332v22.262l11.13-11.13-11.13-11.132zm-11.314 11.313V93.53l11.13-11.13-11.13-11.132zm69.412 2.67a8.745 8.745 0 0 1 8.744 8.748 8.745 8.745 0 0 1-8.744 8.744 8.745 8.745 0 0 1-8.744-8.744 8.745 8.745 0 0 1 8.744-8.747zm-80.727 8.644v22.264l11.133-11.133-11.133-11.13zM323.25 93.895v22.263l11.132-11.13-11.13-11.133zm-11.313 11.314v22.263l11.13-11.13-11.13-11.134zm136.464.75c-1.64 2.29-3.515 4.53-5.67 6.685l-4.924 4.923 10.595 10.596V105.96zm-264.524 7.02l-15.45 9.23 33.032 55.286-.246 28.295h-23.346c4.726 6.403 9.315 12.9 13.76 19.472l6.004-8.407 16.598 16.598 4.95-14.848-.08-.08.403-45.925-35.624-59.622zm116.746 3.543v22.264l11.133-11.133-11.133-11.13zm136.465 1.764l-10.594 10.594 10.594 10.597v-21.19zm-147.777 9.55V150.1l5.002-5.002 6.128-6.13-11.13-11.132zm136.464 1.763l-10.595 10.595 10.594 10.596V129.6zm-147.78 9.55v22.264l11.134-11.133-11.133-11.13zm136.466 1.764l-10.596 10.596 10.596 10.595v-21.19zm-147.777 9.55v22.263l11.13-11.13-11.13-11.134zm136.463 1.765l-10.594 10.592 10.594 10.596v-21.19zm-147.778 9.547v22.264L266.5 172.91l-11.132-11.13zm136.465 1.764l-10.596 10.597 10.596 10.595v-21.19zm-272.45.925l-9.898 9.896c51.183 53.098 93.407 120.56 116.97 183.82l8.632-8.633c-21.83-62.468-64.416-131.767-115.705-185.082zm124.67 8.627v22.263l11.134-11.132-11.133-11.13zm136.466 1.763l-10.597 10.596 10.596 10.597v-21.192zm-147.78 9.55v22.263l11.132-11.13-11.13-11.134zm136.464 1.765l-10.594 10.594 10.594 10.595v-21.19zm-272.746.342c-7.49 13.277-9.05 27.2-5.568 40.146 2.025 7.532 5.466 14.662 9.906 21.446l13.152-13.153c-2.605-4.405-4.542-8.754-5.676-12.968-1.974-7.342-2.096-14.397.91-21.74-4.177-4.68-8.418-9.265-12.724-13.73zm261.434 10.97l-10.596 10.596 10.596 10.596v-21.192zm-11.315 11.315l-10.596 10.596 10.597 10.593v-21.19zm-11.312 11.312l-10.596 10.595 10.595 10.596v-21.19zm-11.315 11.314l-10.596 10.596 10.596 10.595v-21.19zm-90.54 1.412l-4.952 14.848 27.33 27.33-20.035 28.05c4.44 9.612 8.486 19.194 12.127 28.688 11.856-17.912 22.027-37.11 30.435-54.01l-6.705-6.705-38.2-38.2zm-95.042 3.152l-32.703 32.703-.9 11.392 17.115 1.13-2.522 38.145-17.603-1.164-.65 8.22c6.142 19.093 14.25 36.545 24.17 48.837 10.192 12.628 21.517 19.733 35.677 20.13 18.773.53 36.16-8.02 52.067-22.02-2.85-8.232-6.06-16.588-9.61-25.018l-8.622 12.072.248-.365c-5.264 8.19-14.726 12.155-23.21 11.388-8.482-.767-16.196-4.998-22.764-10.97-13.138-11.947-22.39-32.392-15.39-53.386l.427-1.283 26.754-37.46c-7.085-10.993-14.606-21.814-22.486-32.352zm174.268 6.75l-10.596 10.596 10.596 10.594v-21.19zm-11.313 11.313l-10.595 10.596 10.595 10.596v-21.19zm-90.66 1.294c5.73 9.71 11.107 19.502 16.12 29.308l5.495-7.693-21.615-21.616zM55.396 274.426l-2.67 45.176 17.968 1.062.803-13.603 30.516 1.805 1.187-17.963-30.64-1.81.804-13.606-17.968-1.06zm115.732 10.496l-20.62 28.87c-3.68 12.636 2.224 25.683 10.663 33.356 4.334 3.94 9.138 6.08 12.278 6.364 3.14.284 4.405-.02 6.446-3.196l.12-.185 14.874-20.823c-7.017-14.794-14.985-29.68-23.76-44.385zm-83.762 57.055l-47.494 59.37 47.842 86.112 74.078-74.077c-.45-.005-.895.003-1.346-.01-5.527-.156-10.785-1.093-15.765-2.68l-49.01 49.01-33.06-63.266 31.582-37.97c-2.48-5.315-4.752-10.83-6.826-16.49z"/></svg>
<svg class="tc-image-originals-chalice-drops tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M206.47 19.5c-4.53 42.503-28.564 74.22-28.564 95.53.004 10.575 15.696 23.5 30.344 23.5 4.005 0 7.924-.994 11.47-2.686-2.032 5.148-3.804 10.014-5.19 14.625-14.796 1.954-28.22 4.893-39.655 8.655-10.928 3.596-20.086 7.868-27.125 13.344-7.04 5.474-12.5 12.918-12.5 21.905 0 1.2.096 2.357.28 3.5h-.06c0 71.244 44.097 130.45 101.936 141.97-8.37 41.925-29.252 79.813-58.344 110.092-8.084 4.503-12.75 9.735-12.75 15.344 0 16.683 41.04 30.22 91.625 30.22s91.657-13.537 91.657-30.22c0-5.672-4.772-10.962-13.03-15.5-29.02-30.266-49.46-68.122-57.627-110C336.594 328.085 380.5 268.967 380.5 197.876h-.094c.187-1.143.28-2.3.28-3.5.002-8.987-5.49-16.43-12.53-21.906-7.04-5.477-16.196-9.75-27.125-13.345-16.012-5.27-35.905-8.914-58.03-10.5-7.514-27.144-27.472-62.53-34.656-104.22-2.246 21.072-8.228 40.076-14.72 57.064-5.578-21.2-21.483-49.06-27.155-81.97zm110.81 9.438c-4.078 38.274-25.717 66.84-25.717 86.03 0 9.523 14.153 21.157 27.343 21.157 12.9 0 24.626-11.597 24.625-21.625 0-19.986-20.012-49.374-26.25-85.563zm-31.405 138.656c19.192 1.662 36.208 4.97 49.313 9.28 9.588 3.156 17.065 6.895 21.5 10.345 4.434 3.45 5.312 5.84 5.312 7.155 0 1.314-.877 3.675-5.313 7.125-4.435 3.45-11.91 7.22-21.5 10.375-19.176 6.31-46.743 10.438-77.218 10.438-30.477 0-58.075-4.128-77.25-10.438-9.59-3.155-17.066-6.925-21.5-10.375-4.436-3.45-5.282-5.81-5.282-7.125 0-1.314.846-3.706 5.28-7.156 4.436-3.45 11.913-7.19 21.5-10.345 8.754-2.88 19.266-5.3 31-7.094 2 13.153 21.07 28.064 38.938 28.064 18.173 0 34.696-16.06 35.22-30.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-charm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M146.47 21.594c-19.843.39-40.255 13.992-46.94 38.937-36.28-36.277-90.65-8.066-79 41.595 11.826 50.403 99.55 64.537 114.25 90 0-32.133 66.5-82.522 54.19-135.125-5.728-24.468-23.862-35.773-42.5-35.406zM237 154.47c-35.243.73-68.834 22.932-79.688 69.31C133.202 326.807 263.438 425.5 263.438 488.44c28.8-49.877 200.592-77.563 223.75-176.282 22.82-97.274-83.624-152.5-154.687-81.437-13.49-50.343-55.558-77.08-95.5-76.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-checkbox-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.28 106.28V250h-77.186v-56.25H22.47V319.406h149.624v-50.719h77.187v148.407h18.69V357.22h71.686v50.718H489.28V282.28H339.657v56.251H267.97V189.407h71.686v50.72H489.28V114.47H339.657V170.718H267.97v-64.44h-18.69zm109.064 26.876h112.25v88.28h-112.25v-88.28zm-317.188 79.28h112.25v88.283H41.156v-88.283zm317.188 88.533h112.25v88.28h-112.25v-88.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-checked-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M48.906 19.656v10.782c0 103.173 10.53 206.07 41.313 289.53 30.78 83.463 82.763 148.094 164.53 170.563l2.188.626 2.25-.5c89.686-19.12 142.322-84.028 171.187-168.344 28.865-84.315 35.406-188.656 35.406-291.875v-10.78l-10.655 1.53C323.26 39.954 191.452 40 59.595 21.188l-10.69-1.53zM67.75 41.03c63.242 8.536 126.495 12.792 189.75 12.782v184.532h174.78c-4.905 27.572-11.31 53.747-19.592 77.937-27.348 79.884-73.757 137.33-155.157 155.564-.008-.003-.02.003-.03 0v-233.5H86.53c-12.87-60.99-18.277-128.81-18.78-197.313z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-checkered-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M375.697 20.15l-15.605 3.532 1.765 7.802 14.66 64.803c-7.155-1.095-14.76-2.31-23.326-3.674-3.814-.608-7.236-1.14-10.692-1.68l6.522 28.83c7.156 1.093 14.762 2.308 23.328 3.673 3.815.607 7.237 1.14 10.693 1.68l7.6 33.595 20.645 91.253 7.6 33.592c-7.156-1.095-14.76-2.31-23.326-3.674-3.816-.607-7.238-1.14-10.695-1.68l6.522 28.83c7.156 1.094 14.763 2.308 23.328 3.673 3.815.608 7.237 1.142 10.693 1.682l38.836 171.662 1.766 7.803 15.605-3.532-1.765-7.802L377.463 27.953l-1.766-7.803zm15.69 286.88c-12.89-1.973-23.93-3.458-33.723-4.046l7.447 32.92c.147.016.278.027.425.043h.002c1.622.173 3.302.366 5.043.578 1.742.213 3.545.446 5.416.696h.002c1.87.25 3.807.52 5.817.807h.002c4.02.574 8.326 1.218 12.957 1.932h.002c1.308.2 2.85.45 4.21.663l-7.6-33.594zm-33.723-4.046l-6.676-29.502c-14.35-1.517-24.162-1.484-32.707.45l7.062 31.21c10.32-2.334 20.547-2.864 32.322-2.158zm-32.322 2.16c-10.32 2.333-19.777 6.257-30.102 11.963l7.403 32.715c12.203-7.364 21.088-11.507 29.595-13.43l.084-.02.082-.018-7.062-31.21zm-30.102 11.963l-6.674-29.503c-7.81 4.79-17.164 11.053-28.546 18.84l6.523 28.83c10.786-7.33 20.11-13.42 28.697-18.167zm-28.697 18.166c-5.988 4.07-12.33 8.44-19.475 13.358-3.18 2.192-6.04 4.147-8.927 6.122l7.514 33.213c5.592-3.852 11.555-8.02 18.16-12.625 3.643-2.478 6.957-4.72 10.225-6.926l-7.497-33.14zm-28.402 19.48l-6.523-28.83c-10.786 7.327-20.11 13.42-28.697 18.167l6.674 29.502c7.81-4.79 17.164-11.054 28.547-18.84zm-28.546 18.84c-12.3 7.545-21.17 11.74-29.715 13.673l7.06 31.207c10.332-2.357 19.774-6.333 30.068-12.11l-7.414-32.77zm-29.715 13.673l-7.064-31.213c-10.32 2.335-20.544 2.864-32.32 2.158l6.676 29.503c14.35 1.517 24.162 1.486 32.707-.447zm-32.708.447c-9.11-.963-20.25-2.588-33.877-4.717l7.6 33.592s16.044 2.92 33.724 4.043l-7.448-32.917zm-33.877-4.717l-6.522-28.83c-7.156-1.095-14.763-2.31-23.328-3.674-3.815-.608-7.237-1.142-10.693-1.68l6.523 28.83c7.156 1.093 14.76 2.308 23.327 3.672 3.815.608 7.237 1.142 10.693 1.682zm-6.522-28.83c12.89 1.972 23.93 3.457 33.723 4.045l-7.447-32.92c-9.112-.962-20.252-2.587-33.878-4.716l7.6 33.592zm-7.6-33.592l-6.523-28.83c-7.156-1.095-14.76-2.31-23.326-3.674-3.815-.608-7.237-1.14-10.693-1.68l6.522 28.83c7.156 1.093 14.763 2.308 23.328 3.673 3.815.608 7.236 1.14 10.692 1.68zm-6.523-28.83c12.89 1.972 23.93 3.458 33.725 4.045l-7.45-32.92c-9.11-.964-20.25-2.59-33.874-4.718l7.6 33.592zm-7.6-33.592l-6.523-28.83c-7.156-1.094-14.76-2.31-23.326-3.674-3.814-.607-7.236-1.14-10.692-1.68l6.52 28.83c7.157 1.094 14.764 2.306 23.33 3.67 3.814.61 7.236 1.144 10.693 1.684zm-6.523-28.83c12.89 1.972 23.93 3.458 33.725 4.045l-7.447-32.92c-9.11-.963-20.252-2.59-33.877-4.718l7.6 33.592zm-7.6-33.593l-6.52-28.832c-7.157-1.094-14.764-2.31-23.33-3.673-3.814-.608-7.236-1.142-10.692-1.682l6.523 28.83c7.156 1.095 14.76 2.31 23.326 3.674 3.815.608 7.237 1.142 10.694 1.682zm-6.52-28.832c12.89 1.972 23.928 3.458 33.722 4.045l-7.448-32.92c-.147-.016-.278-.025-.426-.04h-.002c-.81-.087-1.68-.195-2.52-.292-.84-.095-1.65-.18-2.52-.288-1.742-.212-3.545-.445-5.415-.695h-.003c-1.87-.25-3.807-.518-5.817-.805h-.002c-5.156-.735-10.992-1.63-17.172-2.595l7.6 33.59zm33.722 4.045l6.675 29.504c14.35 1.517 24.162 1.484 32.707-.45l-7.06-31.21c-10.32 2.335-20.548 2.863-32.323 2.156zm32.32-2.156c10.32-2.335 19.778-6.258 30.103-11.965l-7.45-32.92c-12.3 7.547-21.17 11.74-29.714 13.672l7.06 31.213zm-7.06-31.213v-.004l-.074.02.073-.016zm37.163 19.248l6.674 29.502c7.81-4.79 17.164-11.053 28.546-18.84l-6.523-28.83c-10.786 7.33-20.11 13.422-28.697 18.168zm28.697-18.168c5.988-4.068 12.33-8.438 19.475-13.357 3.18-2.19 6.04-4.146 8.927-6.12l-7.6-33.593c-5.987 4.068-12.33 8.44-19.474 13.357-3.182 2.192-6.04 4.147-8.928 6.123l7.6 33.59zm28.402-19.478l6.524 28.83c10.786-7.33 20.11-13.42 28.697-18.166l-6.674-29.502c-7.81 4.79-17.165 11.05-28.548 18.838zm28.547-18.838c12.3-7.547 21.17-11.74 29.714-13.674l-7.06-31.207-.082.016c-10.288 2.337-19.723 6.256-30.02 11.947l7.447 32.918zm29.714-13.674l7.063 31.21c10.32-2.334 20.544-2.864 32.32-2.157l-6.676-29.502c-14.35-1.517-24.16-1.484-32.706.45zm32.707-.45c9.112.964 20.252 2.59 33.878 4.718l-7.6-33.592s-16.047-2.912-33.72-4.03l7.443 32.905zm6.677 29.503l7.447 32.92c9.11.963 20.25 2.59 33.875 4.718l-7.6-33.593c-12.89-1.972-23.93-3.458-33.723-4.045zm41.322 37.638l6.523 28.83c7.156 1.093 14.76 2.308 23.326 3.672 3.814.608 7.236 1.144 10.692 1.684l-6.52-28.83c-7.157-1.094-14.764-2.308-23.33-3.673-3.814-.608-7.236-1.142-10.693-1.682zm6.523 28.83c-12.89-1.973-23.93-3.46-33.725-4.046l7.45 32.92c9.11.964 20.248 2.59 33.874 4.717l-7.6-33.593zm7.6 33.592l6.523 28.83c7.156 1.095 14.76 2.31 23.326 3.674 3.815.61 7.237 1.143 10.693 1.683l-6.523-28.83c-7.156-1.095-14.76-2.31-23.326-3.674-3.815-.61-7.237-1.143-10.694-1.683zm6.523 28.83c-12.89-1.97-23.93-3.457-33.725-4.045l7.448 32.92c9.11.963 20.252 2.59 33.877 4.717l-7.6-33.593zm-33.725-4.045l-6.673-29.5c-14.35-1.518-24.162-1.487-32.707.446l7.06 31.213c10.32-2.334 20.546-2.864 32.32-2.157zm-32.32 2.16c-10.32 2.333-19.776 6.255-30.1 11.962l7.446 32.92c12.3-7.547 21.17-11.74 29.715-13.672l-7.06-31.21zm-30.1 11.962l-6.677-29.502c-7.81 4.79-17.164 11.053-28.547 18.84l6.524 28.83c10.786-7.33 20.112-13.422 28.7-18.168zm-28.7 18.168c-5.988 4.068-12.33 8.438-19.475 13.357-3.182 2.19-6.04 4.145-8.927 6.12l7.6 33.592c5.987-4.068 12.33-8.44 19.474-13.358 3.182-2.19 6.04-4.146 8.928-6.12l-7.6-33.592zm-28.402 19.478l-6.522-28.83c-10.786 7.33-20.112 13.42-28.7 18.166l6.675 29.504c7.81-4.79 17.165-11.054 28.548-18.84zm-28.547 18.84c-12.3 7.547-21.17 11.74-29.714 13.672l7.06 31.21c10.32-2.334 19.78-6.256 30.104-11.962l-7.45-32.92zm-29.714 13.672l-7.06-31.21c-10.32 2.334-20.546 2.863-32.32 2.157l6.673 29.5c14.35 1.518 24.16 1.485 32.706-.448zm-7.06-31.21c10.32-2.336 19.776-6.26 30.1-11.966l-7.446-32.92c-12.3 7.547-21.172 11.74-29.717 13.674l7.062 31.21zm-7.063-31.212l-7.06-31.21c-10.32 2.334-20.546 2.864-32.32 2.157l6.673 29.502c14.35 1.516 24.162 1.483 32.707-.45zm-7.06-31.21c10.32-2.336 19.776-6.26 30.1-11.966l-7.446-32.92c-12.3 7.547-21.17 11.74-29.715 13.674l7.06 31.21zm30.1-11.966l6.677 29.502c7.81-4.79 17.162-11.053 28.545-18.84l-6.522-28.83c-10.786 7.33-20.112 13.422-28.7 18.168zm28.7-18.168c5.988-4.068 12.33-8.437 19.475-13.355 3.18-2.19 6.04-4.145 8.927-6.12l-7.6-33.594c-5.987 4.068-12.33 8.44-19.474 13.357-3.18 2.19-6.04 4.146-8.927 6.12l7.6 33.593zm28.402-19.476l6.522 28.83c10.786-7.33 20.112-13.422 28.7-18.168l-6.675-29.502c-7.81 4.79-17.164 11.053-28.547 18.84zm28.547-18.84c12.3-7.547 21.17-11.74 29.715-13.674l-7.06-31.21c-10.32 2.334-19.78 6.258-30.104 11.964l7.45 32.92zm29.715-13.674l7.06 31.21c10.32-2.334 20.546-2.864 32.32-2.157l-6.673-29.503c-14.35-1.517-24.162-1.484-32.707.45zm7.06 31.21c-10.32 2.336-19.776 6.26-30.1 11.966l7.446 32.92c12.3-7.547 21.172-11.74 29.717-13.674l-7.062-31.21zm-58.8 30.134c-5.988 4.068-12.33 8.436-19.473 13.355-3.182 2.19-6.042 4.146-8.93 6.12l7.602 33.595c5.988-4.068 12.33-8.44 19.473-13.357 3.18-2.19 6.04-4.146 8.926-6.122l-7.6-33.59z"/></svg>
<svg class="tc-image-originals-cheerful tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M147.886 34.688c-10.106-.02-20.147 1.212-29.89 3.646-51.954 12.984-95.682 59.773-97.782 126.98-1.12 35.802 9.933 65.568 27.54 91.12 17.61 25.552 41.55 47.156 66.847 68.44 50.597 42.573 106.392 83.872 132.4 148.294l8.903 22.05 8.49-22.212c24.648-64.483 78.63-107.776 128.604-151.27 49.974-43.493 96.634-88.202 98.783-155.833 2.275-71.536-42.364-116.7-95.523-127.137-49-9.622-105.34 9.122-140.23 57.744-27.546-42.14-68.33-61.74-108.14-61.822zm108.43 90.36l92.414 115.144c-17.518-4.413-34.638-7.367-51.426-9.104l-40.988-51.068-41.475 51.678c-17.227 1.92-34.183 4.84-50.938 8.496zm10.964 104.22c3.744.203 7.524.536 11.338.998 23.128 58.72 94.71 72.16 144.393 37.942-12.702 13.278-27.086 26.205-42.282 39.43-13.117 11.417-26.774 23.008-40.272 35.16-38.64-3.292-79.145-49.547-73.176-113.53zm-22.613.21c5.097 64.43-37.687 112.014-77.23 115.173-13.762-11.76-27.61-22.97-40.805-34.073-14.815-12.465-28.802-24.828-41.06-37.637 49.857 39.712 124.645 21.8 147.51-42.287 3.834-.497 7.693-.895 11.585-1.174z" fill="#fff"/></svg>
<svg class="tc-image-originals-cheese-wedge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.625 44.094c-11.92-.006-23.856.406-35.72 1.28l-8.75 7.407c10.17 6.262 17 15.568 18.782 26.064 1.987 11.69-2.516 24.07-12.125 33.562-19.217 18.984-51.41 23.684-75.718 11.344-3.116-1.582-5.967-3.43-8.53-5.5L16.75 225.28l73.844-19.374c7.536-18.897 26.34-33.647 48.312-37.594 3.574-.64 7.115-.964 10.563-.968 10.34-.013 19.93 2.784 27.655 8.125 2.484 1.716 4.762 3.703 6.78 5.936l292.376-76.72c-44.976-39.156-127.223-60.55-210.655-60.592zm224.97 74.687l-298.22 77.72c1.1 3.658 1.72 7.54 1.72 11.563 0 27.05-23.283 50.49-51.876 55.625-14.298 2.567-27.89-.067-38.19-7.188-10.298-7.12-16.968-19.036-16.968-32.563L19.69 241.5v95.375c.307-.08.527-.21.843-.28 14.397-3.31 28.193-1.258 38.69 5.592 10.495 6.85 17.25 18.793 17.25 32.407 0 27.227-23.146 51.74-51.876 58.344-1.705.39-3.29.547-4.907.75v13.218l202.563-52.812c-2.63-5.602-4.063-11.73-4.063-18.156 0-26.515 24.672-48.032 55.125-48.032 26.018 0 47.824 15.708 53.625 36.813 1.365.34 2.746.686 4.125 1.06l159.532-41.092V118.78zm-341.126 67.25c-2.306.005-4.726.204-7.25.657-20.205 3.63-36.47 21.794-36.47 37.25 0 7.73 3.215 13.253 8.906 17.188 5.69 3.935 14.148 5.97 24.25 4.156 20.204-3.628 36.5-21.76 36.5-37.218 0-7.728-3.215-13.283-8.906-17.218-4.268-2.952-10.118-4.823-17.03-4.813zm247.468 64.032c20.694 0 38.843 15.04 38.843 35.032 0 19.992-18.148 35.062-38.842 35.062-20.695 0-38.875-15.07-38.875-35.062 0-19.992 18.18-35.03 38.875-35.03zm0 18.688c-11.896 0-20.188 7.946-20.188 16.344 0 8.397 8.292 16.344 20.188 16.344 11.895 0 20.156-7.947 20.156-16.344 0-8.398-8.26-16.344-20.156-16.344z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-chef-toque tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M268.608 25.48c-26.47.197-43.568 5.534-55.357 13.75-13.473 9.39-21.036 23.152-27.08 40.974 2.562 20.932 23.94 48.19 19.657 70.38-16.48-28.212-33.466-67.988-63.31-76.116-17.075-4.62-36.54-5.802-43.54-1.436-8.273 5.16-13.81 14.76-16.943 26.854-3.132 12.095-3.66 26.237-2.69 38.285 2.432 30.134 24.784 74.997 46.92 111.093 16.58 27.035 32.78 49.416 39.87 58.953a263.647 263.647 0 0 1 22.85-5.62c-1.538-18.02 1.384-34.673.828-53.947 4.206 18.19 7.84 34.576 14.275 51.36 12.383-1.772 25.42-2.8 38.85-2.82a262.144 262.144 0 0 1 28.256 1.463l14.22-41.562-2.373 43.103c17.118 2.644 34.412 7.158 51.38 13.978 12.21-12.758 16.877-27.402 24.99-41.186.398 16.003-4.507 31.896-15.052 45.464 8.902 4.1 17.684 8.87 26.268 14.38 41.514-67.15 66.69-133.49 61.885-198.7-1.497-20.33-6.088-38.187-12.69-51.105-6.6-12.92-14.827-20.444-23.493-22.704-6.985-1.822-24.825 2.828-39.44 9.496-26.947 10.81-48.5 45.717-55.894 69.53-.253-11.64 3.003-44.39 15.947-60.698-3.98-12.57-6.914-26.394-12.085-36.362-10.442-16.115-20.236-16.91-36.247-16.806zm-26.836 289.85c-25.985.123-50.39 4.192-70.77 10.214l-11.626 98.96c10.16-5.65 22.32-9.144 35.318-11.17 9.958-1.553 20.53-2.233 31.362-2.17 1.547.01 3.1.034 4.658.073 12.457.313 25.19 1.57 37.674 3.582 24.965 4.023 48.854 11.044 67.463 20.175 7.344 3.604 14.094 7.5 19.717 11.9l8.33-96.945c-38.464-25.67-82.153-34.81-122.125-34.62zm-15.84 113.86c-10.017-.06-19.652.554-28.464 1.928-16.116 2.513-29.044 7.62-37.168 14.707 50.417 46.585 123.38 52.03 190.373 22.225-3.786-4.99-11.387-11.32-22.752-16.897-16.367-8.032-38.93-14.78-62.398-18.562-13.2-2.127-26.71-3.32-39.59-3.4z"/></svg>
<svg class="tc-image-originals-chemical-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M65.28 17.906c-4.534.112-8.9 1.748-11.874 4.938L78.188 47.53c3.6-2.498 6.062-6.59 6.062-12.374 0-11.547-9.8-17.476-18.97-17.25zm50.907 47.25c-5.456.135-10.72 2.086-14.312 5.906l100.094 99.563c6.396-3.838 10.874-10.576 10.874-20.406 0-15.813-11.598-24.957-24.125-26.907 2.274-4.11 3.593-9.1 3.593-15 0-30.203-34.627-40.495-54.063-28.313-2.82-10-12.71-15.074-22.063-14.844zm185.125 4.5c-8.09.2-15.687 5.2-15.687 15.344 0 21.643 34.656 23.643 34.656 1.906 0-11.547-9.798-17.476-18.967-17.25zM38 70.97c-8.036 3.474-14.03 10.785-14.03 22.155 0 25.048 29 33.652 45.06 23.344-.02.356-.03.722-.03 1.093 0 21.643 34.656 23.642 34.656 1.906 0-16.772-20.605-21.663-30.03-13.095L38 70.97zm285.28 50.624c-5.445-.06-11.186 1.354-16.905 4.656-36.6 21.133.49 77.543 36.938 56.5.29-.168.562-.36.843-.53 3.576 10.24 20.815 13.49 24.28.686 2.364-8.723-4.358-15.083-11.436-16.22 6.43-19.766-11.307-44.84-33.72-45.092zM47.69 157.344c-8.09.2-15.72 5.17-15.72 15.312 0 21.642 34.657 23.643 34.657 1.906 0-11.547-9.768-17.444-18.938-17.218zm83.156 5.937c-6.61 4.913-11.063 12.715-11.063 23.532 0 18.466 12.97 29.59 27.532 32.688-.978 3.754-1.53 7.847-1.53 12.313 0 32.11 27.323 48.72 52.937 48.156 3.2 15.24 16.224 24.036 29.936 25.842-.203 1.525-.312 3.114-.312 4.782 0 8.336 2.636 15.158 6.875 20.437-10.43-1.978-21.4-.696-30.345 3.97 2.996-14.892-20.645-22.33-24.72-7.125-2.556 9.508 5.674 16.226 13.376 16.406-4.655 5.905-7.53 13.667-7.53 23.376 0 35.93 39.046 49.723 64.156 38.28-.05.78-.094 1.565-.094 2.377 0 35.293 47.376 43.74 62.72 20.656 6.813 5.087 15.516 7.62 23.968 7.467-1.963 4.567-3.094 9.853-3.094 15.907 0 45.924 63.77 55.7 80.72 22.812 19.862 23.187 63.74 25.98 73.624-10.906 6.62-24.708-8.318-43.653-27.344-51.25 17.534-1.69 33.188-13.284 33.188-35.594 0-19.965-12.55-32.753-27.75-37.812.12-1.355.187-2.748.187-4.188 0-6.354-1.24-11.99-3.374-16.937 6.76-2.78 11.844-8.816 11.844-18.345 0-6.834-2.624-12.166-6.594-15.938.665-.247 1.322-.517 2-.906 13.934-7.994 2.29-31.03-11.625-23-6.915 3.988-7.51 11.67-4.655 17.408-5.89-.726-11.958.447-16.594 3.625-2.23-18.2-17.765-28.094-33.342-28.97.942-2.997 1.468-6.33 1.468-10.03 0-41.226-64.075-45.623-67.312-6.813-11.85-3.468-24.845-3.02-35.75 1.5.933-3.418 1.437-7.176 1.437-11.28 0-42.605-54.43-53.9-76.092-29.5l99.593 99.06c-1.305 1.31-2.334 3.038-2.936 5.283-4.166 15.5 20.3 23.54 24.5 8.03 1.77-6.54-1.58-11.727-6.344-14.406 9.1-10.287 23.79-29.242 31.844-52.093 38.66 53.382 76.884 131.425 73.875 200.97-69.06-4.08-152.798-36.757-206.126-72.314 48.474-22.737 60.437-36.688 60.437-36.688l-94.905-94.406c4.782-2.24 8.28-6.774 8.28-13.687 0-18.36-24.72-22.504-32.405-10.314l-52.656-52.375zm303.219 39.595c-8.09.2-15.688 5.17-15.688 15.313 0 21.643 34.656 23.674 34.656 1.937 0-11.548-9.798-17.476-18.967-17.25zm-328.282 88.78c-7.082.193-14.056 4.065-16.343 12.595-4.212 15.72 13.806 23.61 25.47 17.813.85 23.095 40.252 28.895 47.25 2.78 6.222-23.22-23.28-34.08-38.657-21.906-2.103-7.306-9.983-11.49-17.72-11.28zm85.595 137.5c-4.7.043-9.128 2.557-10.688 8.376-2.88 10.71 7.893 17.846 16.22 16.126.83 27.68 45.468 30.024 45.468 1.75 0-21.135-24.955-27.91-37.906-18.47-2.365-4.844-7.892-7.825-13.095-7.78zm114.656 24.908c-1.76.058-3.627.59-5.53 1.687-13.904 8.014-2.31 30.964 11.625 22.97 11.757-6.747 5.32-24.193-5.344-24.658-.246-.01-.497-.008-.75 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-chemical-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M39.344 15c-.778 0-1.554.045-2.344.125-12.645 1.288-21.85 12.573-20.563 25.22 1.288 12.644 12.574 21.85 25.22 20.56C54.3 59.62 63.506 48.334 62.218 35.688 61.01 23.832 51.01 14.997 39.343 15zm121.187 9.125c-.46 0-.937.015-1.405.063-7.48.76-12.918 7.457-12.156 14.937.76 7.48 7.456 12.918 14.936 12.156 7.48-.76 12.918-7.425 12.156-14.905-.714-7.013-6.63-12.252-13.53-12.25zM84.72 42.063c-.46 0-.91.014-1.376.062-7.48.762-12.95 7.457-12.188 14.938.762 7.48 7.457 12.918 14.938 12.156 7.48-.763 12.918-7.427 12.156-14.907-.714-7.013-6.63-12.252-13.53-12.25zm109.718 11.812c-.747 0-1.492.017-2.25.094-12.136 1.235-20.986 12.082-19.75 24.218 1.235 12.135 12.083 20.985 24.218 19.75 12.135-1.236 20.955-12.084 19.72-24.22-1.16-11.376-10.744-19.846-21.94-19.843zM119.53 77.72c-1.322 0-2.654.05-4 .186-7.677.782-14.606 3.768-20.25 8.22-5.088-4.18-11.774-6.408-18.843-5.69-14.072 1.435-24.34 13.99-22.906 28.064 1.434 14.073 14.022 24.308 28.095 22.875.483-.05.964-.112 1.438-.188 4.48 11.417 14.082 20.036 25.75 23.344-1.302 3.463-1.838 7.26-1.438 11.19 1.385 13.598 13.557 23.51 27.156 22.124 13.6-1.385 23.48-13.526 22.095-27.125-.692-6.8-4.06-12.686-8.97-16.69 7.707-8.002 11.996-19.206 10.782-31.124-2.053-20.166-19.062-35.193-38.906-35.187zm108.876 43.405c-1.983 0-3.984.076-6 .28-32.25 3.286-55.722 32.094-52.437 64.345.494 4.868 1.572 9.53 3.155 13.938-16.95 7.738-27.9 25.62-25.906 45.187 2.5 24.564 24.434 42.44 49 39.938 4.128-.42 8.062-1.405 11.75-2.844.047 1.358.14 2.72.28 4.092 3.11 30.542 28.016 53.592 57.72 55.282-4.984 15.2-6.945 31.654-5.22 48.594.05.49.1.98.156 1.468-.312.024-.624.03-.937.063-19.733 2.008-34.073 19.642-32.064 39.374 2.01 19.73 19.612 34.103 39.344 32.094 7.937-.81 15.016-4.143 20.5-9.125 24.262 28.84 61.9 45.574 102.22 41.468 64.763-6.594 111.907-64.453 105.31-129.217-4.034-39.622-27.25-72.647-59.5-90.813 1.907-7.465 2.546-15.39 1.72-23.5-3.77-37.03-36.846-63.99-73.875-60.22-25.248 2.572-45.788 18.78-55.125 40.564-9.945-8.12-22.39-13.146-35.813-13.813 10.245-11.804 15.77-27.628 14.063-44.405-3.08-30.236-28.592-52.758-58.344-52.75zm108.78 1.72c-.994 0-1.987.052-2.998.155-16.18 1.648-27.96 16.1-26.313 32.28 1.648 16.182 16.1 27.962 32.28 26.314 16.182-1.648 27.962-16.1 26.314-32.28-1.546-15.17-14.356-26.474-29.283-26.47zm59.564 26.343c-.46 0-.94.046-1.406.093-7.48.763-12.918 7.427-12.156 14.907.76 7.48 7.457 12.92 14.937 12.157 7.48-.762 12.918-7.426 12.156-14.906-.713-7.013-6.63-12.252-13.53-12.25zM61.562 202.375c-.46 0-.907.015-1.374.063-7.48.76-12.95 7.425-12.188 14.906.635 6.24 5.41 11.045 11.313 12.03-.555 2.602-.722 5.338-.438 8.126 1.465 14.388 14.3 24.87 28.688 23.406 14.387-1.465 24.87-14.33 23.406-28.72-1.466-14.386-14.3-24.87-28.69-23.405-2.86.293-5.572 1.042-8.06 2.157-2.028-5.095-7.024-8.564-12.657-8.562zm44.126 75.906c-.67 0-1.352.026-2.032.095-10.883 1.108-18.796 10.835-17.687 21.72 1.107 10.882 10.834 18.795 21.718 17.686 10.883-1.107 18.795-10.803 17.687-21.686-1.04-10.203-9.648-17.815-19.688-17.813zm48.78 37.25c-1.467.002-2.945.068-4.437.22-23.873 2.43-41.243 23.782-38.81 47.656 2.43 23.874 23.75 41.244 47.624 38.813 10.225-1.043 19.265-5.562 26.062-12.25 5.16 2.962 11.255 4.397 17.625 3.75 16.182-1.65 27.962-16.102 26.314-32.283-1.648-16.18-16.1-27.96-32.28-26.312-1.783.18-3.495.523-5.158 1-7.74-12.493-21.584-20.598-36.937-20.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-chemical-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M433.814 68.664c-2.74.05-5.495.423-8.242 1.152-8.47 2.25-15.3 7.512-20.44 14.49C292.905 120.865 186.494 154.58 75.276 190.4c-39.714 12.79-64.6 51.163-53.006 86.784 11.597 35.62 54.342 52.277 94.035 39.277l-.002.002c109.41-35.827 214.424-69.036 325.12-104.656.56.212 1.13.39 1.694.58-2.62 2.935-4.226 6.796-4.226 11.04 0 9.164 7.43 16.593 16.594 16.593 9.165 0 16.596-7.43 16.596-16.593 0-4.32-1.664-8.24-4.367-11.192 12.75-4.865 21.353-16.866 25.535-30.898 4.547-15.257 4.504-33.654-.584-52.48-5.088-18.828-14.327-34.77-25.94-45.712-8.712-8.206-19.263-13.79-30.175-14.43-.91-.052-1.822-.07-2.736-.054zm.497 18.68c.455-.007.914.005 1.377.035 5.567.358 11.818 3.34 18.22 9.37 8.535 8.04 16.44 21.165 20.716 36.986 3.622 13.4 4 26.397 2.012 36.852h-52.783c-3.517-6.207-6.512-13.352-8.622-21.158-4.276-15.822-4.046-31.094-.716-42.266 3.33-11.172 9.122-17.497 15.855-19.285 1.262-.336 2.578-.517 3.94-.536zm-38.414 17.043c-3.815 14.734-3.516 32.133 1.29 49.92 1.544 5.707 3.472 11.143 5.728 16.26h-151.22c-64.405 20.742-125.856 40.507-163.35 52.59-23.24 7.486-35.353 27.407-30.406 42.593 4.946 15.188 26.582 24.333 49.75 16.75 66.89-21.89 199.01-64.39 302.822-97.803 3.76 5.807 7.998 10.967 12.62 15.323.066.06.135.118.2.18-104.876 33.753-241.66 77.74-309.83 100.05-30.827 10.09-64.424-1.334-73.344-28.72-8.92-27.385 11.603-56.22 42.438-66.155 68.055-21.93 208.2-66.996 313.302-100.988zm59.58 180.205c-16.948 63.255-40.507 54.472-40.507 91.5 0 22.36 18.146 40.508 40.507 40.508 22.36 0 40.507-18.147 40.507-40.508 0-39.97-23.256-27.12-40.507-91.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-chemical-tank tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M99.5 18.406V92.22h321.594V18.405H99.5zm24.75 92.5v288.531h18.688v-288.53H124.25zm253.406 0v288.531h18.688v-288.53h-18.688zm-216.47 58.53v230l199.033.002v-230h-43.5c-.717 8.933-8.194 15.937-17.314 15.937s-16.596-7.004-17.312-15.938H267.75c.968 3.02 1.5 6.223 1.5 9.563 0 17.317-14.058 31.344-31.375 31.344S206.53 196.317 206.53 179c0-3.34.535-6.542 1.5-9.563h-46.843zm138.095 30.845c24.18 0 43.783 19.603 43.783 43.782 0 24.18-19.602 43.782-43.782 43.782-24.178 0-43.78-19.602-43.78-43.78 0-24.18 19.602-43.783 43.78-43.783zm-81.25 20.814c14.265 0 25.814 11.58 25.814 25.844 0 14.264-11.55 25.812-25.813 25.812-14.263 0-25.843-11.548-25.843-25.813 0-14.264 11.58-25.843 25.844-25.843zm68.564 79.344c14.264 0 25.844 11.58 25.844 25.843 0 14.265-11.58 25.814-25.844 25.814-14.264 0-25.813-11.55-25.813-25.813 0-14.263 11.55-25.842 25.814-25.842zM99.5 418.125v73.844h321.594v-73.845H99.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-cherry tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M278.814 35.137c-3.87 29.372 2.21 62.917 23.563 91.277 24.7 32.807 70.077 59.506 146.49 64.467-10.864-53.306-31.943-84.387-60.87-107.415-23.07-18.367-51.784-31.734-84.02-45.96 29.838 36.785 60.63 73.392 105.382 92.694l-7.13 16.527c-55.713-24.03-90.292-70.698-123.416-111.59zM259.2 46.79c-42.613 88.792-88.927 175.71-147.975 257.08-1.967-1.61-3.77-3.225-5.454-4.725-4.98-4.436-9.11-7.99-15.42-10.407-2.338-.896-4.675-1.33-7.02-1.326-7.035.01-14.15 3.948-21.65 11.11-10 9.553-18.946 24.412-23.893 37.62-14.318 38.227 4.955 80.574 43.186 94.89 38.23 14.32 80.582-4.952 94.9-43.178 4.94-13.187 8.024-30.42 6.8-44.243-.61-6.91-2.283-12.897-4.786-17.208-2.503-4.31-5.532-7.033-10.21-8.627-4.466-1.52-10.517-1.707-17.765-1.85-6.83-.133-14.742-.297-22.97-3.064 53.342-73.767 96.236-151.695 135.23-230.99-7.14 56.593-14.18 114.543-29.91 170.29-7.03-.83-12.847-3.195-17.887-5.144-6.222-2.407-11.337-4.285-18.094-4.336-10.013-.077-17.4 6.766-23.415 19.216-5.06 10.48-8.094 24.21-8.93 36.708 3.11.388 6.3 1.027 9.544 2.132 8.872 3.023 15.68 9.234 19.973 16.627 4.293 7.394 6.374 15.88 7.15 24.662.775 8.75.267 17.862-1.156 26.727 11.08 6.646 24.062 10.47 37.967 10.47 40.825 0 73.725-32.898 73.725-73.718 0-14.08-3.156-31.3-9.15-43.817-2.997-6.257-6.663-11.276-10.52-14.435-3.856-3.16-7.648-4.648-12.59-4.5-4.713.142-10.445 2.09-17.282 4.498-3.142 1.107-6.54 2.286-10.188 3.25 11.84-43.77 18.6-88.247 24.276-131.803C263.302 95.443 258.402 70.4 259.2 46.79zm46.732 110.605c1.617 5.452 3.26 10.96 4.945 16.554 20.44 67.845 45.324 144.313 68.207 195.255-4.537.18-8.715-.204-12.46-.52-6.65-.564-12.083-.93-18.583.917-9.63 2.738-14.8 11.38-17.075 25.017-2.275 13.638-.524 30.894 3.437 44.43 11.464 39.178 52.28 61.515 91.463 50.052 39.182-11.464 61.52-52.276 50.057-91.454-3.955-13.514-11.82-29.155-21.086-39.484-4.634-5.164-9.564-8.953-14.152-10.902-2.295-.975-4.456-1.554-6.63-1.698-2.177-.143-4.368.15-6.718.915-4.485 1.458-9.44 4.937-15.324 9.168-4.337 3.118-9.218 6.61-15.076 9.29-21.51-47.232-46.358-122.123-66.762-189.375-9.007-5.556-17.075-11.646-24.242-18.168z"/></svg>
<svg class="tc-image-originals-chess-bishop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M406.02 476.915h-300v-60h300v60zm-83.46-181H189.48v17.65h133.08v-17.65zm11.78-77.69a200 200 0 0 1-9.39 61.69H187.09a200 200 0 0 1-9.39-61.69c0-59.09 23.82-109 56.41-124.67a33.34 33.34 0 1 1 43.82 0c32.59 15.71 56.41 65.58 56.41 124.67zm-51.07-48.91h-19.25v-23.92h-16v23.92h-19.26v16h19.26v51.54h16v-51.54h19.25v-16zm38.15 180.69v-20.44h-130.8v20.44H93.29v.11l49.46 49.46h82.08l31.15-36 31.15 36h82.44l48.87-48.87.27-.69h-97.29z" fill="#fff"/></svg>
<svg class="tc-image-originals-chess-king tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M405.995 477.15h-300v-60h300v60zm-10.3-107.13h-279.4a96.88 96.88 0 0 1 6.65 31.12h266.1a96.88 96.88 0 0 1 6.65-31.12zm-139.7-241.06a35.76 35.76 0 0 0-35.76 35.76c0 50.16 35.76 99.34 35.76 99.34s35.76-49.18 35.76-99.34a35.76 35.76 0 0 0-35.76-35.76zm8-15.38V94.24h18.36v-16h-18.36V54.85h-16v23.39h-18.36v16h18.36v19.38a51.9 51.9 0 0 1 16-.04zm81.64 51.36a98.74 98.74 0 0 0-38.13 7.61c-3.23 51.75-37.07 98.85-38.58 100.93l-4.93 6.76V354h140c16.57-26.15 40.78-42.41 40.78-90a99.13 99.13 0 0 0-99.14-99.07zm-141.16 7.61a99.16 99.16 0 0 0-137.25 91.51c0 47.55 24.21 63.82 40.78 90h139.99v-73.82l-4.94-6.79c-1.51-2.05-35.34-49.15-38.58-100.9z" fill="#fff"/></svg>
<svg class="tc-image-originals-chess-knight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/>id="defs4976" /><path d="M60.81 476.91h300v-60h-300v60zm233.79-347.3l13.94 7.39c31.88-43.62 61.34-31.85 61.34-31.85l-21.62 53 35.64 19 2.87 33 64.42 108.75-43.55 29.37s-26.82-36.39-39.65-43.66c-10.66-6-41.22-10.25-56.17-12l-67.54-76.91-12 10.56 37.15 42.31c-.13.18-.25.37-.38.57-35.78 58.17 23 105.69 68.49 131.78H84.14C93 85 294.6 129.61 294.6 129.61z" fill="#fff"/></svg>
<svg class="tc-image-originals-chess-pawn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M312.07 194.46A56.07 56.07 0 1 1 256 138.39a56.07 56.07 0 0 1 56.07 56.07zM406 418.01H106v60h300v-60zM282.33 261.52a71.81 71.81 0 0 1-52.15.2c-.73 58.91-62.35 114.06-96.75 140.28H378.9c-34.09-26.33-95.44-81.78-96.57-140.48z" fill="#fff"/></svg>
<svg class="tc-image-originals-chess-queen tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M477.518 181.966a25 25 0 0 1-34.91 23l-62.29 150.26h-248.92l-62.24-150.19a25 25 0 1 1 9.73-7.29l87 71.2 20.92-126.4a25 25 0 1 1 14.7-1.85l54.31 117 54.42-117.3a25 25 0 1 1 14.58 2.08l20.93 126.42 87.26-71.3a25 25 0 1 1 44.51-15.63zm-71.66 241.25h-300v60h300v-60zm-27.75-52h-244.22v36h244.22v-36z"/></svg>
<svg class="tc-image-originals-chess-rook tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M406 484.7H106v-60h300v60zm-56.67-330.83h-50.05V91.3h-82.39v62.57h-54.22V91.3h-54.23v113.67h295.12V91.3h-54.23v62.57zm23.35 67.23H139.32v187.6h233.36V221.1z"/></svg>
<svg class="tc-image-originals-chest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M58.553 89L42.27 211.8H79V89H58.553zM97 89v122.8h38V89H97zm56 0v122.8h56.666v-17.6h92.668v17.6H359V89H153zm224 0v122.8h38V89h-38zm56 0v122.8h36.73L453.446 89H433zM227.666 212.2v105.2h56.668V212.2h-56.668zM256 223.794a18.667 16.103 0 0 1 18.666 16.1 18.667 16.103 0 0 1-9.666 14.09v37.214h-18V254a18.667 16.103 0 0 1-9.666-14.106 18.667 16.103 0 0 1 18.666-16.1zM41 229.8v127.915l19.334 18.23V229.8H41zm37.334 0v158h355.332v-158H302.334v105.6h-92.668V229.8H78.334zm373.332 0v146.145L471 357.715V229.8h-19.334zM41 382.456V423h43.002L41 382.455zm430 0L427.998 423H471v-40.545zM92 405.8l18.24 17.2h291.52L420 405.8H92z"/></svg>
<svg class="tc-image-originals-chewed-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M371.148 21.422c-47.943.474-94.522 30.346-106.605 84.855 23.308 25.97 35.25 59.46 30.36 94.453l-18.51-2.585c6.01-43.03-18.18-83.975-60.573-106.483-30.015-13.248-62.242-15.24-91.802-8.28l-6.82 1.147c.035.21.058.394.093.603-.275.08-.552.152-.827.232.297.04.59.09.887.135 3.047 18.48 3.43 30.233 1.01 38.135-2.465 8.044-7.604 13.897-19.858 21.88l-10.947 7.13 10.287 8.056c21.587 16.905 26.17 33.387 22.36 44.382-3.81 10.995-17.38 20.564-42.932 20.02l-11.91-.254 2.59 11.627c3.902 17.518 2.97 29.854-.3 37.894s-8.532 12.52-16.617 15.308l.006.015-7.91 2.555C112.05 394.053 302.19 431.686 337.77 493.3c0-88.87 183.898-228.256 149.855-373.734-15.838-67.674-66.885-98.634-116.475-98.144zm-233.69 72.246c21.017 14.63 31.41 45.175 15.14 71.9 96.352-16.05 73.76 120.85 5.703 101.38-19.06 41.176-62.37 43.628-87.2 32.82 5.938-4.656 10.792-10.806 13.863-18.36 4.23-10.4 5.16-23.078 3.094-37.998 25.026-2.268 43.544-14.152 49.802-32.21 6.223-17.957-.74-38.94-19.358-57.192 8.663-7.18 14.733-15.126 17.727-24.897 3.145-10.27 3.022-21.51 1.227-35.442z"/></svg>
<svg class="tc-image-originals-chicken tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M365.852 31.858c-10.152 2.474-24.915 7.073-37.437 13.602-9.2 4.797-17.277 10.575-21.928 16.19-4.65 5.618-6.05 9.96-4.416 15.587l3.556 12.254-12.736-.76c-3.048-.183-4.944-.117-7.364-.262-2.42-.146-5.405-.706-8.27-1.87-3.86-1.568-9.082-4.65-16.085-8.91-.366 4.63-.58 10.108-.407 16.006.38 12.915 2.02 27.945 4.82 41.17 1.328 6.27 3.007 12.134 4.805 17.13 2.992-4.705 6.264-9.202 9.84-13.368 17.022-19.818 40.47-41.586 69.867-43.697 14.423-1.037 29.333 5.324 42.554 12.41 3.997-7.635 10.257-13.963 16.617-19.67 6.403-5.748 13.146-11.018 18.95-15.97-9.552-6.72-16.81-10.074-23.02-10.855-7.936-.998-16.028 1.45-28.835 8.828l-15.21 8.762 4.7-46.577zm-12.796 80.995a16.57 16.57 0 0 0-1.672.03c-20.817 1.494-41.72 19.098-57.5 37.47-13.842 16.117-23.36 41.13-28.65 61.556 6.866 1.127 14.21 2.21 21.564 2.43 10.95.33 20.46-1.593 25.334-5.83l7.04-6.114 5.862 7.25c4.956 6.128 10.802 14.087 14.32 23.476 1.78 4.75 2.88 10.128 2.698 15.607 12.487-2.64 23.93-7.162 28.884-12.86l5.256-6.043 6.614 4.52c10.006 6.838 19.827 14.582 26.634 25.236 1.033-3.752 1.935-7.666 2.416-11.75 1.503-12.738-.18-25.93-6.636-35.494-10.232-11.257-22.116-22.055-24.93-37.03-1.066-5.675.69-10.02 2.78-14.29 2.092-4.27 4.972-8.467 8.35-12.593 3.803-4.644 8.228-9.1 12.948-13.05-4.015-2.658-8.39-5.55-13.877-8.665-12.77-7.256-28.594-13.592-37.434-13.86zM48.52 128.626c-6.353-.037-9.976.466-9.976 1.576 2.82 12.857 7.998 26.53 15.432 39.48 26.005-3.718 53.01-5.705 80.652-5.488 26.75 8.66 54.68 16.02 80.83 25.338-25.477-4.52-50.737-6.842-75.512-7.3a489.987 489.987 0 0 0-11.82-.073c-28.5.16-56.26 2.772-82.938 7.17 4.785 32.48 20.097 79.06 50.397 120.476 32.95 45.036 82.958 84.022 156.976 94.457 58.185 8.202 107.473-4.926 132.47-31.346 12.5-13.21 19.395-29.548 19.23-49.768-.157-18.958-6.877-41.526-22.327-67.106-1.133-.884-2.3-1.766-3.52-2.654-13.164 10.368-31.666 13.752-47.895 15.322l-18.392 1.78 9.94-15.58c2.974-4.66 2.76-9.265.433-15.474-1.486-3.962-4.016-8.048-6.75-11.992-9.13 4.418-19.634 5.185-29.495 4.887-12.977-.392-25.546-2.913-33.66-4.262l-9.268-1.538 1.936-9.193c2.894-13.746 7.735-30.663 15.19-46.902-46.584-23.24-175.11-41.595-211.933-41.812zm303.762.088c8.852 0 16.186 7.384 16.186 16.213 0 8.83-7.334 16.213-16.186 16.213-8.85 0-16.187-7.384-16.187-16.213 0-8.83 7.336-16.213 16.187-16.213zm73.906 13.47l-1.707.936c-5.958 3.275-13.704 10.08-19.133 16.71-2.715 3.316-4.887 6.612-6.11 9.108-.885 1.807-1.032 3.154-1.13 3.35 1.295 5.8 10.486 16.914 20.966 28.522l.387.427.326.473a54.88 54.88 0 0 1 4.754 8.342c11.47.563 23.966-.753 38.652-3.727l-41.35-30.937s37.437.748 51.126-1.635c4.696-.818-25.494-22.228-46.78-31.57zM160.52 231.076l17.516 4.15c-1.628 6.866-6.334 11.36-11.355 15.008-5.02 3.65-10.874 6.607-17 9.354-5.37 2.408-10.923 4.598-16.195 6.698 17.247 7.16 39.738 12.514 57.944 7.756l8.135-2.127 2.672 7.975c2.102 6.27.8 12.92-1.97 18.097-2.766 5.176-6.815 9.438-11.452 13.343-4.408 3.713-9.428 7.075-14.636 10.11 1.512.4 2.75.78 4.413 1.185 16.154 3.923 39.21 7.99 62.21 9.678 22.997 1.688 46.086.824 61.544-4.053 7.728-2.44 13.347-5.8 16.605-9.553 3.26-3.753 4.8-7.815 4.16-14.64l17.922-1.678c1.02 10.888-2.2 20.873-8.49 28.12-6.29 7.245-15.014 11.835-24.78 14.917-19.536 6.163-44.068 6.615-68.28 4.837-24.213-1.778-47.956-5.964-65.14-10.137-8.59-2.087-15.446-4.112-20.384-6.105-2.47-.997-4.277-1.582-6.817-3.805-1.27-1.112-3.838-3.195-3.59-8.084.122-2.444 1.414-4.847 2.696-6.168 1.28-1.32 2.438-1.895 3.368-2.295 9.76-4.196 20.562-10.17 27.602-16.098a41.493 41.493 0 0 0 3.95-3.828c-28.726 2.026-57.113-10.163-73.773-20.45l-13.646-8.425 14.302-7.258c9.833-4.99 23.145-9.453 34.26-14.44 5.56-2.492 10.508-5.107 13.787-7.49 3.277-2.38 4.37-4.38 4.42-4.597zM132.378 373.31c-9.94 10.178-24.66 20.105-40.18 28.05-6.34-7.936-13.154-15.46-20.445-22.242L59.495 392.3c5.485 5.1 10.75 10.778 15.762 16.814-5.725 2.31-11.364 4.275-16.715 5.793l4.914 17.315c6.655-1.89 13.604-4.25 20.605-7.035-.004 16.89-1.79 35.74-6.532 48.816l16.92 6.14c3.645-10.05 5.755-21.453 6.826-32.9 4.775 8.44 9.016 16.875 12.606 24.934l16.443-7.326c-6.96-15.626-16.04-32.46-26.976-48.42 16.785-8.633 32.574-19.633 43.97-32.488a244.225 244.225 0 0 1-14.94-10.632zm301.435 35.127c-15.158.19-32.163 7.857-49.21 18.494a196.634 196.634 0 0 0-20.456 14.66c-6.71-5.158-13.73-10.692-20.86-16.23a1086.232 1086.232 0 0 0-7.88-6.062c-7.882 1.91-16.138 3.324-24.705 4.232 7.053 4.96 14.317 10.433 21.545 16.047 6.184 4.802 12.332 9.672 18.37 14.354-4.958 5.056-9.45 10.33-13.243 15.735l14.734 10.34c3.507-4.998 7.984-10.123 13.076-15.117 5.09 3.68 10.056 7.083 14.82 9.965l9.317-15.4a143.322 143.322 0 0 1-4.667-2.96c19.407-2.33 39.054-.35 52.653 2.676l3.91-17.57c-10.58-2.356-23.95-4.223-38.416-4.275l-.19.002c13.615-7.218 26.607-11.223 33.21-10.857l1-17.97a44.232 44.232 0 0 0-3.007-.063z"/></svg>
<svg class="tc-image-originals-chicken-leg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M395.938 20.78c-2.006-.015-4.02.047-6.063.19-20.603 1.434-43.834 11.255-68.156 33.374 4.478 1.835 8.86 4.388 13.092 7.718 34.186 26.906 13.31 54.375-13.156 48.094 35.578 39.36.977 69.643-36.97 49.625 9.69 25.352-20.15 40.428-47.155 17.845-19.576 41.963-23.738 70.97-24.53 95.094-.367 11.177 1.214 16.963 2.438 19.186 1.223 2.223 1.6 2.25 4.312 2.97 2.712.717 7.356.912 13 2.937 4.195 1.504 8.805 4.67 12.25 9.375 38.097 2.08 94.528 3.21 171.78-36.72 44.882-23.197 67.256-59.045 74.25-96.937 6.997-37.89-2.012-77.89-21.124-107.218-17.917-27.495-43.88-45.288-73.97-45.53zm64.187 69.44c25.656 51.76 6.995 94.552-63.844 126.218 35.36-38.065 64.82-79.05 63.845-126.22zm11.47 99C433.257 241.533 370.29 291.44 281 289.124c65.092-22.673 133.782-58.816 190.594-99.906zM200.06 302.562c-43.083 40.035-103.853 84.81-128.687 94.062-25.69 9.57-34.904.96-49.156 18.313-13.558 16.133 12.31 53.08 41.28 32.78-26.414 41.35 26.314 74.03 42.375 16.063 12.69-47.362 76.407-102.028 125.313-143.155l-.313-.688c-1.52-3.575-2.215-3.734-4.438-4.53-2.222-.798-6.236-1.084-11.468-2.47-4.804-1.27-10.963-4.467-14.907-10.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-church tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M163.5 22.754l-68.178 170.16h136.356L163.5 22.754zm-73.328 186.16v280.332H131.5v-72c20.034-22.093 41.16-25.61 64 0v72h40V208.914H90.172zm33.328 16.332h16v32h-16v-32zm32 0h16v32h-16v-32zm32 0h16v32h-16v-32zm64 47.715v216.286h48V324.264c-2.595-2.982-13.49-15.47-26.64-29.56-7.4-7.93-15.062-15.85-21.22-21.622-.055-.052-.084-.07-.14-.12zm-177.328 1.267c-5.95 5.658-13.084 13.03-20.033 20.476-13.15 14.09-24.045 26.58-26.64 29.56v164.983h46.672v-215.02zm89.328 7.35c30.933 0 56.186 24.12 56.186 53.67 0 29.547-25.253 53.67-56.186 53.67s-56.186-24.123-56.186-53.67c0-29.55 25.253-53.67 56.186-53.67zm-9 16.614c-4.782 1.046-9.23 2.898-13.172 5.415l13.172 12.957v-18.37zm18 0v19.847l15.14-13.088c-4.407-3.203-9.544-5.536-15.14-6.76zm-42.61 16.605c-2.68 4.026-4.588 8.57-5.53 13.45h19.2l-13.67-13.45zm68.485 2.025l-13.217 11.426h17.48c-.785-4.078-2.24-7.923-4.263-11.426zM315.5 330.246v30h156.27l-30-30H315.5zm-190.135 16c.993 3.174 2.404 6.17 4.176 8.932l10.33-8.932h-14.505zm59.31 0l11.278 11.096c2.486-3.335 4.422-7.07 5.682-11.096h-16.96zM154.5 354.75l-13.662 11.813c4.064 2.68 8.68 4.65 13.662 5.738v-17.55zm18 1.965V372.3c4.084-.892 7.924-2.373 11.414-4.357L172.5 356.715zm143 21.53v110h169v-110h-169zm25 23h18v32h-18v-32zm32 0h18v32h-18v-32zm32 0h18v32h-18v-32zm32 0h18v32h-18v-32z" fill="#fff"/></svg>
<svg class="tc-image-originals-cigarette tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224 32c9.036 24.71 106.984 58.72 156.096 64-37.096 7.89-53.042 10.52-57.545 32-13.076 62.384 191.477 60.478 115.73 152.223 69.11-15.788 57.922-116.197 15.887-129.84-27.237-8.84-63.75-11.67-47.75-38.383C425.962 88.104 503.57 59.74 448 32zM28.096 292v64h87v-64zm105 0v64h274v-64zm292 0v64h16v-64zm34 0v64h17v-64z"/></svg>
<svg class="tc-image-originals-circle-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M229.832 24.166C169.087 23.868 108.817 50.45 68.12 101.72c-70.4 88.68-55.578 217.634 33.1 288.032 1.39 1.104 2.817 2.195 4.26 3.27.286.303.575.618.86.916-.118-.177-.23-.355-.348-.532 5.055 3.744 10.36 7.29 15.504 10.475-15.073-15.153-27.356-32.234-36.783-50.52-26.065-64.267-15.236-129.285 32.96-161.24 58.434-38.76 151.118-15.176 215.06 51.675-3.942-5.902-8.413-12.113-13.016-17.834-63.682-79.235-166.368-109.6-229.362-67.817-1.072.71-2.122 1.442-3.158 2.185 5.43-9.825 11.74-19.333 18.953-28.418 65.31-82.274 181.148-100.695 268.36-46.756-5.63-5.66-11.95-11.454-18.358-16.54-37.412-29.7-81.992-44.23-126.32-44.448zm160.617 82.277c45.104 42.614 67.29 102.166 63.886 161.223-5.603 29.51-20.302 57.597-44.16 80.174-58.436 55.31-151.12 57.978-215.063 9.238 3.944 4.784 8.413 9.73 13.016 14.145 49.375 47.45 122.196 58.87 181.786 33.818-65.28 61.195-164.122 72.983-242.467 27.83 5.804 5.48 12.3 11.075 18.863 15.96 90.822 67.61 219.257 48.797 286.867-42.03 67.61-90.822 48.795-219.255-42.028-286.866-6.56-4.887-13.782-9.5-20.703-13.49z"/></svg>
<svg class="tc-image-originals-circle-sparks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.78 26.78c64.677 55.957 77.348 94.384 60.564 122.876 7.63-3.893 15.673-6.72 24.094-8.375-20.88 26.902-34.827 59.457-39.157 94.94-14.255-1.084-27.752-2.986-39.874-5.782 14.74 7.424 27.45 15.042 38.563 23.125-.068 2.083-.126 4.18-.126 6.28 0 68.626 35.813 128.96 89.75 163.344-4.345 10.808-11.01 21.467-20.438 32.813 11.536-7.713 26.68-14.666 43.313-20.313 24.644 11.384 52.065 17.75 80.968 17.75 16.69 0 32.885-2.11 48.343-6.093.406 14.503-.08 31.072-1.436 50.125 36.338-88.305 101.418-88.803 181-30.25-64.756-68.336-59.635-134.57-4.75-218.845-10.708 5.996-20.526 11.01-29.563 15.094.023-1.206.033-2.416.033-3.626 0-43.22-14.223-83.164-38.22-115.406 18.41-29.47 40.28-49.624 65.5-65.125-53.525 15.19-87.8 7.226-130.312-22.75 16.446 15.918 26.668 33.556 32.47 53.874-33.47-27.61-76.354-44.218-123.063-44.218-23.376 0-45.805 4.134-66.562 11.75 1.722-13.855 6.552-27.61 14.438-41.75C156.097 67.09 98.216 75.61 20.78 26.78zm104.095 48.782C137.17 75.62 152 81.5 162.313 91.22c13.75 12.957 14.257 27.825 1.156 33.218-13.103 5.392-34.876-.73-48.626-13.688s-14.257-27.827-1.156-33.22c3.275-1.347 7.09-1.987 11.187-1.968zm133.563 9.344c50.846 0 96.557 21.633 128.5 56.188 1.667 19.017.924 40.15-1.282 63.97 5.51-15.935 11.532-30.1 18.063-42.783 18.732 27.863 29.655 61.414 29.655 97.564 0 3.784-.14 7.526-.375 11.25-80.95 27.872-84.574-38.09-98.344-141.625-23.972 143.895-73.68 188.616-175.375 185.5 91.03 29.217 138.164 30.064 146.345 113.342-15.008 4.183-30.833 6.438-47.188 6.438-17.69 0-34.758-2.634-50.843-7.5 15.95-3.575 32.116-5.82 46.906-6.375-51.752-8.56-83.084-24.313-96.906-62.97 3.475 17.54 4.497 32.484 2.25 46.47-43.702-29.84-73.13-78.987-76.063-135.25 22.45 21.294 36.885 46.538 49 80.188-11.563-57.488 17.535-92.766 79.064-127.97C175.184 232.57 127.964 238.29 85 237.19c4.827-37.463 21.455-71.18 46.063-97.313 34.22 2.712 73.92 23.22 119.03 67.22-36.212-42.28-55.61-76.564-58.53-108.97 20.597-8.515 43.173-13.22 66.875-13.22zm66.906 197.813c30.63 0 68.568 26.42 84.72 59 16.15 32.58 4.408 59-26.22 59-30.63 0-68.568-26.42-84.72-59-16.15-32.58-4.41-59 26.22-59z" fill="#fff"/></svg>
<svg class="tc-image-originals-circuitry tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M413.72 19.395v98.64l-46.116 46.117-34.198-34.2-6.607 6.61-141.52 141.516 113.513 113.51-52.775 52.773.002 50.31h18.687v-42.568l47.3-47.3 21.4 21.4 148.122-148.124-60.165-60.164 67.447-67.45V19.395h-18.687v123.33l-61.975 61.975-27.332-27.333 51.59-51.59V19.395H413.72zM19.36 30.303V48.99h186.607l44.254 44.254c-2.56 4.393-4.032 9.496-4.032 14.947 0 16.422 13.312 29.736 29.732 29.736s29.732-13.314 29.732-29.735c0-16.42-13.312-29.73-29.732-29.73-4.143 0-8.088.85-11.672 2.382l-50.54-50.54H19.36zm0 55.478v18.69l131.126.003 44.254 44.254c-2.56 4.392-4.035 9.496-4.035 14.947 0 16.42 13.312 29.732 29.732 29.732s29.733-13.312 29.733-29.732-13.312-29.733-29.732-29.733c-4.144 0-8.088.85-11.672 2.382l-50.54-50.54H19.362zm83.386 55.482l-83.385.002v18.69l75.646-.003 44.254 44.26c-2.56 4.39-4.033 9.496-4.033 14.946 0 16.42 13.312 29.733 29.732 29.733s29.73-13.313 29.73-29.734c0-16.42-13.31-29.734-29.73-29.734-4.145 0-8.09.85-11.675 2.383l-50.54-50.543zm230.66 15.12L455.1 278.08 333.406 399.77 211.71 278.08l121.696-121.695zm-1.254 27.388l-94.574 94.574 95.012 95.015 13.215-13.214-81.797-81.8 81.36-81.362-13.216-13.214zm-312.79 21.558v51.207l160.13 160.13v78.005h18.69V384.146L19.362 205.328zm346.51 8.397L352.66 226.94l51.48 51.482-51.77 51.77 13.218 13.214 64.982-64.984-64.695-64.697zm-29.93 33.16c-17.45 0-31.592 14.147-31.592 31.594 0 17.445 14.143 31.59 31.59 31.59 17.45 0 31.593-14.145 31.593-31.59 0-17.45-14.143-31.595-31.592-31.595zM19.36 295.35v51.207l94.886 94.88v53.233h18.688v-85.75L19.362 295.35zm427.378 73.154c-16.42 0-29.732 13.312-29.732 29.732s13.312 29.735 29.732 29.735c3.994 0 7.802-.794 11.28-2.222l36.62 36.615v-26.427l-22.402-22.4c2.688-4.47 4.237-9.704 4.237-15.3 0-16.42-13.314-29.732-29.735-29.732zM19.36 386.19V437.4l31.294 31.29-.002 25.982H69.34l.006-58.496L19.36 386.19zm371.902 37.796c-16.42 0-29.733 13.312-29.733 29.733 0 16.42 13.31 29.73 29.732 29.73 3.513 0 6.882-.612 10.01-1.73l12.955 12.95h26.43l-24.58-24.578c3.104-4.697 4.917-10.322 4.917-16.373 0-16.422-13.312-29.734-29.732-29.734z" fill="#fff"/></svg>
<svg class="tc-image-originals-circular-saw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16v72H88l48 48L16 256h72v168l48-48 120 120v-72h168l-48-48 120-120h-72V88l-48 48L256 16zm0 120c66.274 0 120 53.726 120 120s-53.726 120-120 120-120-53.726-120-120 53.726-120 120-120zm1.406 72.03A48 48 0 0 0 208 256a48 48 0 0 0 96 0 48 48 0 0 0-46.594-47.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-circular-sawblade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M226.25 21.22c-7.37-.076-14.458.815-21.594 2.936 29.88 18.046 40.87 41.507 35.03 63.063-45.987-37.932-112.6-41.75-146.592-5.845 34.904.688 55.595 15.218 61.312 36.813-58.69-9.694-118.192 20.31-129.656 68.312 30.896-17.035 56.737-14.552 72.438 1.75-55.758 20.907-92.336 76.467-78.25 123.813 18.253-30.226 41.895-41.334 63.656-35.032-38.078 45.996-42.39 112.556-6.438 146.595.694-35.202 15.48-56.406 37.375-61.906-9.707 58.698 19.74 118.19 67.75 129.655-17.033-30.896-14.553-56.737 1.75-72.438 20.867 55.836 76.43 92.94 123.814 78.844-30.186-18.228-41.28-41.916-35.03-63.655 45.984 37.86 112.595 41.724 146.56 5.844-34.904-.69-56.188-15.188-61.905-36.783 58.698 9.71 118.19-20.332 129.655-68.343-30.69 16.922-56.674 14.852-72.406-1.156 55.868-20.85 92.945-77.005 78.842-124.407-18.036 29.867-41.514 41.448-63.062 35.626 37.86-45.985 41.132-112.625 5.25-146.594-.688 34.905-15.22 55.627-36.813 61.344 9.71-58.7-20.3-118.19-68.312-129.656 16.923 30.69 14.82 56.674-1.188 72.406-17.744-47.38-60.633-80.79-102.187-81.187zm28.875 82.124c40.494-.113 81.018 15.362 111.97 46.312 48.312 48.312 58.91 119.93 31.374 178.406 10.386-48.018-9.547-107.827-55.75-154.03-46.205-46.205-106.014-66.138-154.033-55.75 21.016-9.896 43.722-14.875 66.438-14.938zm.813 55.812c25.955.08 51.88 10.1 71.718 29.938 31.206 31.206 38.067 77.45 20.28 115.22 6.71-31.015-6.188-69.658-36.03-99.502-29.842-29.843-68.453-42.71-99.47-36 12.985-6.113 26.97-9.322 41-9.625.84-.018 1.664-.033 2.5-.03zm-142.813 34.688c-10.387 48.018 9.11 108.233 55.313 154.437 46.203 46.205 106.45 65.732 154.468 55.345-58.476 27.536-130.5 17.343-178.812-30.97-48.314-48.31-58.505-120.335-30.97-178.81zm157.688 10.844l3.812 3.812 33.594 33.594 3.81 3.812-1.405 5.22L298.345 297l-1.408 5.22-5.218 1.405-45.876 12.28-5.22 1.408-3.81-3.813-33.595-33.594-3.814-3.812 1.406-5.22L213.125 225l1.375-5.22 5.22-1.405 45.874-12.28 5.22-1.407zm-107.188 12.937c-6.71 31.016 5.875 69.908 35.72 99.75 29.843 29.842 68.764 42.46 99.78 35.75-37.77 17.786-84.296 11.206-115.5-20-31.204-31.206-37.784-77.73-20-115.5zm101.594 7.906l-35.47 9.5-9.47 35.5 25.907 25.908 35.5-9.47 9.5-35.468-25.968-25.97z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-city-car tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M188.287 169.428c-28.644-.076-60.908 2.228-98.457 8.01-4.432.62-47.132 24.977-58.644 41.788-11.512 16.812-15.45 48.813-15.45 48.813-3.108 13.105-1.22 34.766-.353 36.872 1.17 4.56 7.78 8.387 19.133 11.154C35.84 295.008 53.29 278.6 74.39 278.574c22.092 0 40 17.91 40 40-.014 1.764-.145 3.525-.392 5.272.59.008 1.26.024 1.82.03l239.266 1.99c-.453-2.405-.685-4.845-.693-7.292 0-22.09 17.91-40 40-40 22.092 0 40 17.91 40 40 0 2.668-.266 5.33-.796 7.944l62.186.517c1.318-22.812 6.86-46.77-7.024-66.72-5.456-7.84-31.93-22.038-99.03-32.66-34.668-17.41-68.503-37.15-105.35-48.462-28.41-5.635-59.26-9.668-96.09-9.765zm-17.197 11.984c5.998.044 11.5.29 16.014.81l7.287 48.352c-41.43-5.093-83.647-9.663-105.964-27.5.35-5.5 7.96-13.462 16.506-16.506 4.84-1.724 40.167-5.346 66.158-5.156zm34.625.348c25.012.264 62.032 2.69 87.502 13.94 12.202 5.65 35.174 18.874 50.537 30.55l-6.35 10.535c-41.706-1.88-97.288-4.203-120.1-6.78l-11.59-48.245zM74.39 294.574a24 24 0 0 0-24 24 24 24 0 0 0 24 24 24 24 0 0 0 24-24 24 24 0 0 0-24-24zm320 0a24 24 0 0 0-24 24 24 24 0 0 0 24 24 24 24 0 0 0 24-24 24 24 0 0 0-24-24z"/></svg>
<svg class="tc-image-originals-clapperboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M419.682 26.2l-8.66 2.452L32.915 135.81 55.27 214.7l386.77-109.608L419.683 26.2zm-12.41 22.224l9.074 32.014-41.086-22.942 32.013-9.072zM350.77 64.438l56.8 31.714-37.084 10.51-56.8-31.715 37.084-10.51zm-61.577 17.45l56.803 31.716-37.084 10.51-56.8-31.718 37.08-10.51zm-61.574 17.45l56.802 31.715-37.084 10.51-56.803-31.715 37.084-10.51zm-61.577 17.45l56.803 31.716-37.084 10.51-56.8-31.717 37.08-10.51zm-61.574 17.45l56.8 31.715-37.083 10.51-56.802-31.715 37.084-10.51zm-45.86 26.227l41.085 22.94-32.01 9.072-9.074-32.012zM55 215v274h402V215H55zm18 18h33.273L73 266.273V233zm58.727 0h38.546l-46 46H85.727l46-46zm64 0h38.546l-46 46h-38.546l46-46zm64 0h38.546l-46 46h-38.546l46-46zm64 0h38.546l-46 46h-38.546l46-46zm64 0h38.546l-46 46h-38.546l46-46zM439 245.727V279h-33.273L439 245.727zM73 297h366v174H73V297zm248.635 46.57l-192.44.703.067 18 192.44-.703-.067-18zM130.7 391.33l-.134 17.998 92.707.703.137-18-92.71-.7zm127.155.7l-.2 18 63.913.702.2-17.998-63.913-.703z"/></svg>
<svg class="tc-image-originals-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C106 76 46 226 46 226c0 45 60 90 90 90 90 0 180-195 135-285l-15-15zm45 15c30 60 0 135 0 135 120 30 120 180 75 330 75-75 90-150 90-210 0-90-15-225-165-255z" fill="#fff"/></svg>
<svg class="tc-image-originals-claw-hammer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M215.97 27.813c-2.218.04-4.35.177-6.407.375l-.532.062c-2.774.266-5.796 1.01-9.124 1.844-4.418 1.11-8.096 2.607-11.125 4.406l77.782 59.313 7.375 5.656-5.593 7.405-13.72 18.156 67.595 51.626 14.217-18.812 9.47-12.53 6.5 14.342 19.656 43.47 60.593-80.095-47.187-7.124-15.533-2.312 9.47-12.563 14.28-18.843-67.593-51.624L310.78 50.78l-5.03 6.657-7.188-4.25c-28.635-16.917-58.02-25.157-80.343-25.374-.757-.008-1.512-.014-2.25 0zM453 127.124l-71.47 94.438 34.564 26.187c44.24-20.22 64.01-52.594 71.312-94.625l-34.406-26zm-193.688 25.03c-27.17 33.09-55.308 64.706-82.812 96.22l47.406 39.875c23.11-35.343 46.336-71.61 71.938-108.22l-36.53-27.874zM164.25 262.47c-11.355 13.115-22.564 26.254-33.5 39.5l48.375 52.717c11.707-16.6 23.107-33.515 34.438-50.687l-49.313-41.53zm-45.438 54.124c-7.884 9.808-15.59 19.71-23.093 29.72l33.468 73.842c13.586-16.22 26.434-32.893 38.843-49.937l-49.218-53.626zm-35.75 47.03c-12.108 16.978-23.57 34.335-34.124 52.282L98.53 454.47c5.882-6.166 11.622-12.4 17.22-18.72l-32.688-72.125zm-43.437 68.688c-5.185 9.492-10.105 19.145-14.75 29l37.375 28.313c7.976-7.11 15.672-14.348 23.125-21.72l-45.75-35.592z" fill="#fff"/></svg>
<svg class="tc-image-originals-claw-slashes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.338 22.55c152.455 20.22 254.7 176.264 228.928 258.163-34.76-89.215-143.516-189.588-300.207-196.15C255.855 103.772 355.365 245.5 342.92 329.856c-9.85.97-20.79.927-32.852-.24-41.436-84.32-146.004-172.382-292.437-178.513 142.546 18.907 241.2 156.557 232.36 241.316-15.664-.633-33.447-3.34-53.48-8.46 18.37 8.188 35.514 14.817 51.502 20.067-10.614 44.085-55.285 69.374-144.93 46.47C250 515.968 319.647 483.338 328.736 419.743c56.24 1.254 85.915-24.86 92.856-63.008 164.112-19.88 36.806-322.627-239.254-334.185zm132.808 318.083c7.97 2.704 15.666 5.077 23.07 7.11-3.122 7.893-7.546 14.993-13.35 21.095-2.393-9.222-5.635-18.663-9.72-28.205z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-claw-string tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M274.447 19.12c-17.958.18-36.188 2.602-54.342 7.466-9.843 2.637-19.214 6.007-28.287 9.8l5.29 19.74c2.59-1.316 5.35-2.385 8.26-3.165 2.847-.762 5.707-1.216 8.546-1.382 19.872-1.16 38.653 11.795 43.994 31.73.475 1.77.816 3.546 1.057 5.32 87.235-15.12 173.745 20.262 226.34 87.056C457.39 80.406 369.778 18.164 274.447 19.12zm-57.27 51.056c-.696-.017-1.398-.003-2.103.04-1.612.102-3.242.364-4.87.8-13.016 3.488-20.6 16.627-17.11 29.656.5 1.862 1.2 3.61 2.066 5.232H195.213c13.762 0 27.248 1.195 40.37 3.46 4.52-5.764 6.334-13.51 4.27-21.22-2.865-10.687-12.22-17.714-22.675-17.968zm-21.968 54.418c-10.19-.002-20.113.828-29.858 2.142v20.46c2.836-.596 5.772-.915 8.78-.915 23.58 0 42.895 19.326 42.895 42.91 0 1.825-.127 3.62-.35 5.384 88.18 7.97 162.592 64.54 196.11 142.674-2.736-117.953-99.018-212.654-217.576-212.654zm-21.08 40.38c-13.476 0-24.202 10.73-24.202 24.217 0 4.034.963 7.817 2.668 11.144 2.23.514 4.457 1.06 6.672 1.652 8.99 2.41 17.71 5.322 26.158 8.672 7.707-4.027 12.91-12.076 12.91-21.467 0-13.487-10.73-24.215-24.205-24.215zm-49.503 49.383l-5.268 19.72c.133.008.266.01.4.017 2.84.166 5.7.62 8.55 1.383 22.777 6.103 36.43 29.767 30.327 52.548-.473 1.764-1.062 3.466-1.737 5.116 83.235 30.547 140.54 104.665 152.614 188.944 28.2-114.796-40.39-231.314-155.084-262.045-9.838-2.637-19.902-4.422-29.803-5.683zm-8.13 38.334c-10.454.256-19.81 7.283-22.675 17.97-1.054 3.934-1.09 7.877-.28 11.563 3.34 1.69 6.667 3.472 9.972 5.38 6.885 3.976 13.484 8.254 19.804 12.795 8.148-2.102 14.907-8.413 17.264-17.21 3.49-13.03-4.094-26.17-17.11-29.657-1.628-.435-3.26-.697-4.87-.798-.706-.044-1.407-.058-2.104-.04zm-49.255 38.374l-10.19 17.66c2.67.892 5.285 2.055 7.81 3.512 20.422 11.79 27.486 38.182 15.693 58.608-.858 1.486-1.803 2.892-2.807 4.234 42.503 30.033 72.314 72.438 87.86 119.184h36.75c.635-75.88-37.814-149.84-108.19-190.473-8.707-5.03-17.735-9.063-26.926-12.726zm-23.795 34.07c-.584-.004-1.166.016-1.746.055-7.734.532-15.04 4.804-19.255 12.105-6.744 11.68-2.82 26.338 8.852 33.076 11.67 6.74 26.326 2.81 33.07-8.872 6.744-11.68 2.82-26.336-8.85-33.074-3.83-2.21-7.983-3.274-12.07-3.29z"/></svg>
<svg class="tc-image-originals-cloak-dagger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.07 19.707c-56.303 28.998-106.297 107.317-122.64 168.707 32.445 2.11 58.63 12.963 78.638 30.848l9.334-10.198c-13.336-13.056-30.596-23.9-52.994-34.707 12.68-31.542 32.01-79.29 56.598-82.07 9.62-1.088 19.92 4.722 31.13 21.068 35.08-58.334 68.394 18.705 87.727 61.002-21.94 11.897-39.132 22.82-52.63 36.024l8.68 9.76c19.68-17.732 45.72-29.358 78.55-31.673C358.24 127.335 311.515 50.14 254.07 19.707zM219.617 144.57c-8.894 0-16.103 3.952-16.103 8.826 0 4.875 7.21 8.827 16.103 8.827 8.894 0 16.106-3.95 16.106-8.827 0-4.874-7.212-8.826-16.106-8.826zm68.965 0c-8.894 0-16.105 3.952-16.105 8.826 0 4.875 7.21 8.827 16.105 8.827 8.894 0 16.106-3.95 16.106-8.827 0-4.874-7.212-8.826-16.106-8.826zm-118.894 70.88c-2.19 3.672-4.343 7.497-6.444 11.52-25.587 48.98-43.26 123.643-43.896 223.48 32.776 18.89 64.322 31.324 95.707 36.988-35.5-24.36-60.375-80.893-60.375-146.754 0-45.97 12.12-87.39 31.51-116.506-5.098-3.372-10.583-6.29-16.502-8.727zm168.933.35c-5.852 2.477-11.27 5.412-16.298 8.764 19.24 29.095 31.254 70.354 31.254 116.12 0 65.82-24.844 122.322-60.306 146.707 30.88-5.598 62.44-17.812 95.656-36.947-.638-99.57-18.31-174.163-43.9-223.177-2.088-4.002-4.228-7.81-6.405-11.467zm-97.665 23.61c7.026 22.543 9.128 45.086.98 67.63h-41.552v18.513c10.057-3.24 20.25-5.39 30.502-6.594.066 50.215 1.313 96.574 19.82 145.435l4.193 11.074 4.485-10.962c19.48-47.615 18.045-95.297 17.933-145.024 10.257 1.333 20.463 3.4 30.545 6.07v-18.515h-41.374c-6.888-22.544-5.932-45.087.803-67.63h-26.335z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-clockwork tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M137.71 18.326L17.866 138.166l29.582 29.582c23.04-53.698 66.14-96.802 119.84-119.842l-29.58-29.58zm238.286.04L346.44 47.92c53.693 23.048 96.79 66.155 119.822 119.857l29.576-29.575-119.842-119.84zm-133.27 37.04C137.405 62.64 54.448 150.126 54.448 257.31c0 111.93 90.466 202.397 202.398 202.397 32.75 0 63.66-7.757 91.007-21.52l-22.26-15.78c-21.173 8.84-44.394 13.734-68.745 13.734-98.652 0-178.827-80.172-178.827-178.824 0-90.942 68.133-166.178 156.065-177.382l8.637-24.528zm29.432.076l8.555 24.604c87.397 11.69 154.96 86.67 154.96 177.23 0 48.234-19.17 92.043-50.29 124.23l8.633 24.686c40.12-36.963 65.23-89.96 65.23-148.923 0-106.782-82.332-194.023-187.088-201.828zm-14.75 14.49l-32.3 91.706h18.925v45.068c4.35-1.182 8.917-1.824 13.63-1.824 4.36 0 8.596.547 12.65 1.564v-44.808h18.98L257.408 69.97zm71.82 44.42l-17.197 29.79c-3.446-1.657-6.983-3.158-10.596-4.5l14.144 40.683h-26.576v35.057c12.702 9.562 20.95 24.756 20.95 41.793 0 8.697-2.16 16.91-5.956 24.142l40.705 54.186 19.466-14.662 4.924 14.08 20.603 11.897c3.477-5.153 6.657-10.522 9.526-16.08l-29.35-16.945c6.967-13.842 11.447-29.152 12.86-45.348h33.862c.253-3.69.392-7.412.392-11.168 0-2.52-.066-5.026-.18-7.52h-33.82c-.98-16.423-5.11-31.993-11.796-46.112l29.45-17.002c-2.76-5.616-5.835-11.046-9.208-16.266l-29.48 17.02c-8.97-13.35-20.434-24.88-33.73-33.922l17.153-29.71c-5.178-3.438-10.566-6.585-16.144-9.41zm-145.38.313c-5.567 2.85-10.94 6.023-16.104 9.483l17.62 30.523c-12.89 9.09-23.988 20.545-32.67 33.737l-30.645-17.695c-3.362 5.228-6.422 10.667-9.167 16.29l30.73 17.74c-6.385 13.828-10.33 29.016-11.285 45.015H96.895c-.115 2.493-.182 4.998-.182 7.52 0 3.755.14 7.477.392 11.167h35.477c1.377 15.775 5.664 30.708 12.324 44.264l-30.613 17.674c2.855 5.565 6.028 10.938 9.492 16.1l30.592-17.663c8.745 12.622 19.743 23.56 32.418 32.236l-17.527 30.353c5.202 3.4 10.616 6.505 16.216 9.292l17.473-30.265c13.535 6.554 28.428 10.746 44.147 12.052v34.62c3.224.193 6.472.303 9.746.303 3 0 5.98-.09 8.94-.252v-34.497c6.595-.42 13.048-1.358 19.325-2.756l10.682-8.047-47.52-63.257c-24.326-4.454-42.908-25.862-42.908-51.428 0-16.593 7.833-31.43 19.976-41.026v-35.825h-26.63l14.196-40.31c-3.934 1.5-7.777 3.184-11.51 5.056l-17.554-30.405zm73.814 108.906c-18.67 0-33.605 14.935-33.605 33.605 0 18.67 14.936 33.603 33.605 33.603 18.67 0 33.604-14.934 33.604-33.603 0-18.67-14.934-33.604-33.604-33.604zm34.363 72.927c-5.978 5.234-13.142 9.14-21.03 11.233l50.952 67.828-14.578 10.984 79.74 56.525-32.137-91.902-13.975 10.525-48.973-65.193zm174.223 50.33c-14.203 33.102-36.037 62.167-63.27 84.998l9.7 27.733 83.15-83.15-29.58-29.58zM47.46 346.9l-29.585 29.586 119.84 119.84 29.603-29.603C113.616 443.69 70.508 400.593 47.46 346.9zm323.343 107.553c-7.848 4.552-15.992 8.65-24.395 12.254l29.58 29.58 22.33-22.33-27.515-19.504z" fill="#fff"/></svg>
<svg class="tc-image-originals-closed-doors tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 57.545c-29.212 2.622-71.312 17.137-106.37 38.172-19.394 11.637-36.707 25.19-48.83 39.178C79.68 148.882 73 163 73 176v263h174v-78h-46v16h-66v-16h-32v-66h32v-16h66v16h46V57.545zm18 0V295h46v-16h66v16h32v66h-32v16h-66v-16h-46v78h174V176c0-13-6.678-27.118-18.8-41.105-12.123-13.988-29.436-27.54-48.83-39.178C336.31 74.682 294.21 60.167 265 57.545zM153 297v62h30v-62h-30zm176 0v62h30v-62h-30zm-208 16v30h14v-30h-14zm80 0v30h110v-30H201zm176 0v30h14v-30h-14zM73 457v30h174v-30H73zm192 0v30h174v-30H265z"/></svg>
<svg class="tc-image-originals-cloud-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M245.22 31.387c-70.06.15-134.335 31.794-168.1 90.28-5.223 9.045-8.83 18.417-12.24 28C122.157 70.996 219.372 40.6 292.07 82.57c78.822 45.506 98.658 158.253 44.405 252.223-25.855 44.782-63.857 77.026-105.15 93.723 95.38 29.26 195.698-.307 240.96-78.704 54.027-93.574 8.905-220.773-100.055-283.68-40.858-23.59-84.976-34.837-127.01-34.747zm-24.763 49.945c-40.357.123-84.108 16.545-122.254 49.408C19.45 198.588-6.02 311.192 41.32 382.244c4.577 6.87 9.9 12.55 15.434 18.137C20.79 331.21 31.144 244.728 83.69 199.46c56.97-49.083 141.443-31.06 188.98 40.292 22.654 34.003 32.705 73.913 30.926 111.78 51.07-67.13 63.006-155.83 23.347-215.356h-.002C302.534 99.54 263.42 81.2 220.458 81.332zm-63.36 107.71c-26.76.083-53.228 9.95-73.05 29.65-48.848 48.55-47.855 142.19 1.144 205.94 49 63.75 128.323 76.074 177.17 27.524-47.107 29.645-84.88 26.3-128.778-20.916-39.45-42.43-24.435-122.8 24.62-171.554 23.376-23.234 51.128-35.812 77.675-37.696-21.48-22.033-50.296-33.034-78.78-32.947z" fill="#fff"/></svg>
<svg class="tc-image-originals-cloudy-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.012 13.912c-35.27.5-72.71 29.525-72.71 66.174 0 39.68 36.478 83.723 99.893 117.853 101.13 54.43 72.602 179.66-36.256 179.66-42.733 0-72.187-39.64-74.362-77.31-.128-.663-.21-1.343-.238-2.04-.464-12.076 14.837-24.335 34.176-27.383 19.34-3.05 35.39 4.267 35.855 16.344h.003c.463 12.078-14.84 24.336-34.18 27.384-2.914.46-5.75.68-8.474.687 3.456 1.195 7.087 2.206 10.876 2.988 30.905 6.373 60.155-4.38 65.33-24.014h.002c5.176-19.634-15.682-40.717-46.586-47.09-11.74-2.42-23.238-2.365-33.272-.295.107-.077.207-.158.315-.233C6.66 278.06 70.908 496.213 235.605 496.213c189.383 0 235.943-179.11 169.05-266.756-10.69-14.007-23.185-25.6-36.55-35.752-45.053-44.06-63.563-96.312-24.972-152.35-46.768 9.864-64.43 59.03-58.05 101.315-22.383-13.896-41.988-29.116-54.257-50.365-19.586-33.927-3.52-70.383 43.434-71.643-8.666-4.792-18.372-6.89-28.248-6.75zm-94.506 7.78c-33.04.204-62.758 24.05-59.543 55.503v.002c6.14 60.084 68.852 116.43 162.83 126.99-58.058-23.48-92.455-60.586-110.734-112.87-11.944-34.16 3.377-61.222 28.182-66.555-6.878-2.138-13.88-3.113-20.736-3.07zm67.096 192.326c-11.45-.047-24.08 1.058-37.97 3.535l.003.002c81.43 3.067 110.127 50.344 107.463 79.85-2.83 31.378-51.59 52.93-90.506 35.38 35.285 42.01 94.344 22.24 110.416-7.045 18.97-34.563 3.837-111.34-89.406-111.722z" fill="#fff"/></svg>
<svg class="tc-image-originals-clout tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M33.107 27.95l145.817 205.456L58.3 236.428l127.833 107.056-99.274 18.84 188.798 64.412c-27.16-26.503-51.394-55.114-71.83-84.88l15.406-10.577c39.313 57.257 93.652 110.5 155.83 151.78 26.423-5.435 52.822-21.64 73.036-42.826 20.17-21.14 33.822-46.97 36.597-70.004-43.09-60.1-94.658-111.11-156.87-151.148l10.112-15.717c30.99 19.946 59.436 42.53 85.55 67.483L378.963 86.6l-39.83 97.197L249.395 60.35l-3.14 124.414L33.108 27.95zm398.788 304.42l10.552 15.425c-34.503 23.6-64.288 57.193-90.49 92.758l-15.045-11.086c26.87-36.472 57.815-71.673 94.983-97.096z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-clover tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M105.186 26.426c-38.314.06-62.13 26.334-31.37 72.994C6.192 97.785-9.36 188.75 62.29 218.39c54.838 22.684 82.008-6.012 142.985 15.008-64.015-7.88-119.143 21.696-153.814 66.6-38.507 49.87-24.104 120.148 40.41 100.332-9.024 67.12 62.385 100.137 103.907 47.166 35.793-45.66 15.51-103.756 41.842-182.885 7.1 61.706-5.617 108.762 11.573 166.478 21.393 71.83 103.075 75.605 118.537 6.34 55.84 51.31 95.82-9.41 75.754-76.643-17.993-60.285-90.76-98.2-167.65-118.703 72.808-3.032 108.846 44.51 167.78 30.084 72.446-17.734 64.365-108.426-10.823-128.922 45.767-54.918-19.446-110.047-87.18-93.117-57.113 14.275-90.85 71.977-101.928 143.33-5.55-65.618-28.823-120.138-81.03-150.316-19.64-11.353-40.05-16.74-57.466-16.714z" fill="#fff"/></svg>
<svg class="tc-image-originals-clover-spiked tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-24 72-72 72-72 96s48 48 72 48 72-24 72-48-48-24-72-96zM112 184c-24 0-24 48-96 72 72 24 72 72 96 72s48-48 48-72-24-72-48-72zm288 0c-24 0-48 48-48 72s24 72 48 72 24-48 96-72c-72-24-72-72-96-72zm-141.906.03A72 72 0 0 0 184 256a72 72 0 0 0 144 0 72 72 0 0 0-69.906-71.97zM256 352c-24 0-72 24-72 48s48 24 72 96c24-72 72-72 72-96s-48-48-72-48z" fill="#fff"/></svg>
<svg class="tc-image-originals-cluster-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M108.844 20.438c-1.123-.004-2.255.022-3.375.062-31.373 1.107-62.048 19.857-83.75 54.063l15.78 10c21.905-34.525 51.05-48.46 79.094-44.907 18.49 2.344 37.197 12.58 53.22 31.594l-52.97 30.594 37.03 64.187c-54.02 59.836-65.993 150.21-23.53 223.814 52.703 91.357 168.712 122.463 260 69.72 91.288-52.746 123.174-169.328 70.47-260.69-40.2-69.672-117.545-104.362-192.533-93.53l-39.374-68.25-42.75 24.687c-19.06-23.673-42.603-37.566-67.22-40.686-3.363-.427-6.725-.645-10.092-.657zm60.344 99.062c34.395 1.276 59.808 12.09 74.25 32.438 4.89 6.89 8.42 14.64 10.75 23.156l27.406-15.844 26.844 46.563c51.126-7.386 103.876 16.27 131.28 63.78 35.935 62.294 14.18 141.757-48.062 177.72-62.24 35.962-141.317 14.76-177.25-47.532-28.95-50.187-20.77-111.797 16.063-152.592l-25.25-43.782 32.03-18.53c-1.737-8.716-4.777-16.09-9.063-22.126-10.35-14.58-28.73-23.446-59.687-24.594l.688-18.656zm110 139.188c-11.59-.084-23.672 4.737-33.938 14l12.53 13.875c10.593-9.557 20.598-10.993 28.69-7.75 3.54 1.418 6.98 3.91 9.936 7.625l-13.312 7.718 13.844 24.03c-20.225 22.402-24.71 56.225-8.813 83.783 19.73 34.204 63.168 45.872 97.344 26.124 34.175-19.748 46.105-63.39 26.374-97.594-15.048-26.09-43.99-39.087-72.063-35.03l-14.75-25.564-12.405 7.188c-5.072-7.207-11.6-12.585-19.188-15.625-3.83-1.537-7.844-2.426-11.937-2.69-.767-.048-1.54-.087-2.313-.092z" fill="#fff"/></svg>
<svg class="tc-image-originals-cobweb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.906 19.47v13.06l52.47 43.782c-18.59 8.194-37.292 21.438-52.47 38.626v46.718l64.844 83.906c-22.512 12.66-46.072 25.83-64.844 46.313v51.313l32.25 77.687c-10.96-.21-21.82.928-32.25 3.906v19.626c12.22-4.52 25.812-5.72 40.188-4.47l21.843 52.595h20.25l-23.812-57.28c33.198-26.434 75.174-43.6 118.97-44.03l70.186 90.81c-25.262 1.352-53.216 3.176-76.75 10.5h109.5c36.556-59.526 75.08-101.77 136.126-111.31l1.156-.19 55.688 46.47v-24.313l-49.563-41.375c-3.51-68.954 17.13-117.865 41.563-151.937l8 4.063V193l-9.406-4.78c-7.975-20.378-13.113-46.816-12.594-73.126.545-27.638 7.255-54.91 22-75.78V19.56l-1.22-.093H223.564l138.03 9.718c-5.974 15.41-11.84 31.435-15.124 47.874-2.744 13.728-3.56 27.898-.908 41.907L205.906 48.062l-.062-.313c-2.395-10.304-4.36-19.593-3.97-28.28h-18.75c-.207 6.083.417 12.008 1.407 17.718l-34.874-17.72H91.594C84.78 30.98 79.902 43.786 77.78 58.126L31.47 19.47H17.905zm94.563 2.06l69.31 35.22c-11.52 20.26-20.766 43.4-22.28 69.563L95.156 72.624c.28-20.504 6.67-36.544 17.313-51.094zm268.655 9.032l89.438 6.282c-13.69 23.26-19.467 50.864-20 77.906-.423 21.443 2.425 42.576 7.625 61.438l-89.532-45.47c-7.22-15.734-7.397-32.218-3.844-50 3.24-16.206 9.7-33.166 16.313-50.156zM198.405 65.19l145.282 73.78c-29.922 27.36-43.496 62.79-46.468 102.282l-119.126-99.406-.094-1.656c-1.616-28.068 7.587-52.724 20.406-75zM86.596 89.844l64.31 53.656c-24.23 21.376-46.41 48.638-59.218 83.063l-68.343-88.407c16.546-23.173 41.518-40.834 63.25-48.312zm275 58.22l104.967 53.342c-23.712 33.93-43.643 81.373-43.875 144.563l-107.593-89.783c.374-44.46 12.72-80.628 46.5-108.125zm-196.25 7.5L291.094 260.5c-39.41 22.472-74.696 53.83-94.126 102.28l-91.564-118.467c10.816-37.3 33.875-66.287 59.938-88.75zM94.312 260.5l87.25 112.906C139.972 376.732 100.97 393.182 69 417.47L25.25 312.155c17.573-22.888 42.682-36.75 69.063-51.656zm212.062 12.72l110.844 92.5c-58.205 14.32-97.363 57.494-131.5 111.842l-75.314-97.406c17.372-52.73 53.33-83.937 95.97-106.937zm-18.28 238l.467.592.782-.593h-1.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-coffee-beans tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M203.043 26.648c-8.893.062-17.672 1.326-26.193 3.873-8.454 2.53-16.242 6.197-23.31 10.867 7.722 19.622 27.435 44.53 50.27 65.793 23.842 22.202 51.18 41.065 68.835 49.572l.207.1.203.103c16.224 8.335 27.71 21.453 34.34 35.924 4.27 9.318 6.757 19.078 8.207 29 13-10.14 26.704-18.26 40.636-24.153-1.06-18.31-5.088-37.51-12.424-56.735-15.386-40.32-42.26-72.78-72.695-92.576-21.875-14.228-45.35-21.926-68.077-21.768zm-76.408 42.305c-5.113 7.934-9.306 16.78-12.492 26.387-10.64 32.074-9.777 72.308 5.61 112.63 9.312 24.403 22.837 45.92 38.81 63.5 15.736 4.708 31.3 11.982 45.92 21.852 11.296 7.627 21.362 16.357 30.085 25.852 2.847.692 5.695 1.282 8.54 1.746 5.42-14.138 12.455-28.204 21.124-41.85 5.353-8.424 11.116-16.354 17.21-23.757.072-5.192.03-10.223-.217-15.026-.67-12.99-2.75-24.1-6.56-32.414-3.808-8.314-8.77-14.122-18.06-18.894l.41.202c-22.878-11.025-51.447-31.172-77.74-55.655-20.9-19.46-40.288-41.258-52.64-64.574zm279.752 135.725c-13.507.11-27.796 3.247-42.252 9.248-30.84 12.802-61.806 38.75-84.71 74.797-11.717 18.442-20.137 37.67-25.372 56.523 20.55 34.478 25.597 74.082 10.793 107.342 2.417 3.444 5.08 6.657 7.986 9.613 21.644-18.674 46.588-34.143 64.316-50.028 9.69-8.68 17.027-17.275 21.104-25.46 4.077-8.187 5.48-15.697 3.36-25.923l-.124-.595-.082-.6c-8.053-58.294 6.075-92.552 26.664-113.51 16.556-16.85 33.036-25.725 44.405-37.442-8.214-2.73-16.972-4.04-26.088-3.965zm56.746 23.953c-16.63 20.67-37.133 30.217-49.383 42.686-14.076 14.328-23.793 31.575-16.715 83.104 3.408 17.52.413 34.346-6.558 48.342-7.097 14.247-17.71 25.832-29.305 36.222-17.613 15.782-37.93 29.296-54.926 42.48 19.275 5.007 41.22 2.584 63.565-6.693 30.84-12.8 61.808-38.75 84.71-74.797 22.905-36.048 33.24-75.107 31.728-108.463-1.156-25.51-9.035-47.368-23.115-62.88zm-66.098 125.79c-.06-.315-.108-.628-.174-.943l.208 1.193c-.01-.085-.02-.165-.033-.25zm-280.223-71.424c-18.383-.166-35.7 3.865-50.275 11.807.1.003.187.01.287.013 8.63.305 19.464-.713 31.938.99 12.473 1.704 27.085 7.368 38.154 19.893 11.07 12.524 18.66 30.28 23.947 55.78l.125.594.082.602c2.453 17.792 13.786 28.085 33.434 37.722 16.764 8.223 38.287 14.095 58.717 20.073 9.15-41-12.56-91.006-58.81-122.23-24.938-16.836-52.274-25.015-77.597-25.244zm-81.078 41.447c-25.27 43.53-5.004 107.405 50.106 144.612 54.225 36.61 119.786 32.276 151.34-5.7-18.436-5.254-39.336-11.22-58.53-20.634-24.75-12.14-48.34-32.54-53.1-64.222-4.533-21.7-10.59-33.28-15.61-38.96-5.04-5.707-8.97-7.095-16.05-8.06-7.08-.968-16.81-.277-28.333-.683-8.98-.316-19.516-1.605-29.823-6.352zm89.817 54.055c.022.1.044.192.065.293l-.207-1.196c.042.304.097.6.143.904z"/></svg>
<svg class="tc-image-originals-coffee-cup tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M144 32S94.11 69.4 96 96c1.604 22.57 44.375 25.665 48 48 1.91 11.772-16 32-16 32s48-25.373 48-48-42.8-25.978-48-48c-3.875-16.414 16-48 16-48zm80 0s-49.89 37.4-48 64c1.604 22.57 44.375 25.665 48 48 1.91 11.772-16 32-16 32s48-25.373 48-48-42.8-25.978-48-48c-3.875-16.414 16-48 16-48zm80 0s-49.89 37.4-48 64c1.604 22.57 44.375 25.665 48 48 1.91 11.772-16 32-16 32s48-25.373 48-48-42.8-25.978-48-48c-3.875-16.414 16-48 16-48zM73.293 201c1.43 63.948 18.943 179.432 74.707 238h152c55.764-58.568 73.278-174.052 74.707-238H73.293zm319.598.445c-.186 9.152-.652 19.252-1.472 30.057C419.312 235.162 441 259.142 441 288c0 31.374-25.626 57-57 57-4.387 0-8.656-.517-12.764-1.465-2.912 9.62-6.176 19.165-9.84 28.51C368.602 373.97 376.176 375 384 375c48.155 0 87-38.845 87-87 0-45.153-34.153-82.12-78.11-86.555zM42.763 457c1.507 5.193 3.854 11.2 6.955 16.37 2.637 4.394 5.69 8.207 8.428 10.58C60.882 486.32 63 487 64 487h320c1 0 3.118-.678 5.855-3.05 2.738-2.373 5.79-6.186 8.428-10.58 3.1-5.17 5.448-11.177 6.955-16.37H42.762z" fill="#fff" /></svg>
<svg class="tc-image-originals-coffee-mug tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M221.97 54.406c-40.375 0-77.013 8.01-104.345 21.563C90.293 89.52 70.937 109.51 70.937 134c0 2.57.213 5.094.626 7.563l-.032 5.875c-.555 82.898 16.25 164.612 14.97 244.718-.372 23.295 14.294 43.908 38 57.594s56.797 21.5 97.125 21.5c40.357 0 71.338-8.024 92.906-22.03 21.57-14.008 33.408-34.712 33.408-56.908 0-3.17.054-6.345.125-9.53 42.143-1.114 75.316-23.45 97.125-52.563 22.235-29.684 34.027-66.306 34.687-99.626.66-33.32-9.983-66.91-39.156-80.594-14.588-6.842-30.593-6.573-49.25-1.125-6.16 1.798-12.548 4.25-19.126 7.375.07-2.93.125-5.86.125-8.75v-6.72c.33-2.214.5-4.484.5-6.78 0-24.49-19.357-44.478-46.69-58.03-27.33-13.554-63.937-21.564-104.31-21.564zm0 18.688c37.87 0 72.087 7.752 96.03 19.625 23.943 11.87 36.28 26.974 36.28 41.28 0 14.306-12.337 29.44-36.28 41.313-23.943 11.87-58.16 19.593-96.03 19.593-37.87 0-72.09-7.722-96.032-19.594-23.943-11.87-36.313-27.006-36.313-41.312 0-14.306 12.37-29.41 36.313-41.28 23.942-11.874 58.16-19.626 96.03-19.626zm-69.657 39.03c-23.19 6.707-37.907 16.684-37.907 27.814 0 20.193 48.398 36.562 108.094 36.562 59.696 0 108.063-16.37 108.063-36.563 0-10.264-12.52-19.546-32.657-26.187 5.266 4.105 8.22 8.692 8.22 13.563 0 17.186-36.765 31.124-82.126 31.124-45.36 0-82.125-13.938-82.125-31.125 0-5.518 3.788-10.693 10.438-15.187zm263.312 68.282c4.34-.023 7.825.793 10.53 2.063 10.826 5.076 18.406 22.81 17.908 48.124-.5 25.313-9.714 55.51-26.844 78.375-16.296 21.75-38.106 36.352-67.126 37.905 4.352-49.843 14.23-100.49 19.28-147.844 20.724-13.842 35.894-18.567 46.25-18.624z" fill="#fff"/></svg>
<svg class="tc-image-originals-coffin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M312.094 21.97l59.094 119.686h52.093L362.595 22l-50.5-.03zM173 22.687l-63.594 127.218 65.844 345.75 114.688.094L354.467 150 291.626 22.75 173 22.687zm16.063 76.28h88.78v18.688h-88.78V98.97zm0 36.22h88.78v18.687h-88.78v-18.688zm182.5 25.156L309 495.438l47.25.03 68.313-335.124h-53z" fill="#fff"/></svg>
<svg class="tc-image-originals-cog tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M234.875 18.78c-26.087 2.367-51.557 8.56-74.875 18.782 15.37 32.763 14.222 66.706-6.72 82.407-20.835 15.617-54.055 7.965-81.124-15.69-16.246 19.452-29.336 41.36-38.875 65.626 33.83 12.333 56.635 37.665 52.94 63.5-3.698 25.835-32.697 43.74-68.626 46.094 2.338 25.796 8.91 50.778 18.937 73.875 17.81-8.182 35.793-11.09 51.095-8.938 13.032 1.87 23.927 7.015 31.156 16.657 15.817 21.097 7.603 54.713-16.78 81.97 19.516 16.35 42.216 29.444 66.594 39.03 12.33-33.828 37.655-56.634 63.5-52.938 25.844 3.697 43.74 32.696 46.094 68.625 26.087-2.365 51.557-8.555 74.875-18.78-15.766-32.997-14.26-67.588 6.843-83.406 9.64-7.23 22.568-9.022 35.594-7.125 15.112 2.16 31.19 10.25 45.563 22.78 16.088-19.345 29.4-41.51 38.875-65.594-33.83-12.332-56.635-37.653-52.938-63.5 3.697-25.846 32.665-43.772 68.594-46.125-2.36-25.944-8.774-50.663-18.906-73.874-32.612 15.117-66.66 13.145-82.282-7.687-15.696-20.944-7.252-53.86 16.688-81-19.52-16.352-42.248-29.447-66.625-39.032-12.332 33.828-37.657 56.66-63.5 52.968-25.846-3.693-43.744-32.696-46.095-68.625zm21.656 95.126c79.626 0 144.376 64.752 144.376 144.375 0 79.626-64.75 144.376-144.375 144.376-79.624 0-144.374-64.75-144.374-144.375 0-79.624 64.75-144.374 144.375-144.374zm0 18.688c-69.524 0-125.686 56.162-125.686 125.687 0 69.526 56.162 125.69 125.687 125.69 69.526 0 125.69-56.164 125.69-125.69 0-69.522-56.164-125.686-125.69-125.686zm.033 15.125c61.094 0 110.625 49.53 110.625 110.624 0 61.095-49.53 110.625-110.625 110.625s-110.625-49.53-110.625-110.626c0-61.095 49.53-110.625 110.625-110.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-cog-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.922 20.86c-38.28 0-74.42 9.152-106.36 25.376l11.967 20.73c29.084-15.037 62.08-23.538 97.044-23.538 35.998 0 69.908 9.015 99.613 24.892l10.727-18.58c-33.535-18.404-72.04-28.88-112.992-28.88zM131.246 55.356C66.09 95.27 21.88 166.017 18.902 247.297h25.97c2.682-71.938 41.318-134.77 98.45-171.022l-12.076-20.918zm251.682 4.028l-10.662 18.467c55.79 36.48 93.37 98.538 96.01 169.447h20.67c-2.88-78.62-44.34-147.377-106.018-187.915zm-133.62 2.88C184.307 64.66 127.58 99.067 94.4 150.218l46.106 26.618c-3.475 5.153-6.612 10.552-9.393 16.158L85 166.373c-13.8 26.61-21.603 56.844-21.603 88.926 0 32.418 7.97 62.948 22.042 89.76l45.917-26.51c2.802 5.594 5.962 10.98 9.457 16.12L94.92 361.166c33.25 50.713 89.725 84.778 154.393 87.162v-52.113c2.685.152 5.39.238 8.112.238 3.56 0 7.085-.133 10.578-.392v52.07c63.662-3.702 118.987-38.127 151.375-88.706l-44.652-25.78c3.45-5.17 6.565-10.58 9.318-16.2l44.64 25.77c13.475-26.36 21.074-56.24 21.074-87.915 0-31.34-7.447-60.917-20.656-87.073l-44.82 25.875c-2.73-5.632-5.83-11.05-9.26-16.233l44.857-25.897c-32.316-51.016-87.88-85.79-151.877-89.512v52.544c-3.492-.26-7.018-.395-10.576-.395-2.724 0-5.428.085-8.113.238V62.264zm-37.177 69.422l20.276 35.145c7.914-2.2 16.253-3.383 24.867-3.383 8.623 0 16.97 1.184 24.89 3.388l20.278-35.15 40.14 23.078-20.355 35.283c11.824 11.63 20.54 26.41 24.785 42.985h40.722v46.156h-40.74c-4.253 16.56-12.974 31.322-24.795 42.94l20.383 35.33-40.14 23.077-20.315-35.213c-7.91 2.198-16.242 3.38-24.852 3.38-8.6 0-16.927-1.18-24.83-3.374l-20.312 35.207-40.136-23.078 20.37-35.312c-11.828-11.62-20.554-26.39-24.81-42.957H126.84v-46.155h40.697c4.246-16.583 12.967-31.37 24.8-43.006l-20.343-35.264 40.137-23.078zm-193.185 134.3c3.365 80.998 47.677 151.42 112.797 191.085l12.725-22.04c-57.045-35.686-95.94-97.754-99.492-169.046h-26.03zm449.23 0c-3.5 70.267-41.33 131.58-97.036 167.5l11.3 19.572C444.08 412.763 485.646 344.327 488.9 265.987h-20.726zm-113.18 176.915c-29.42 15.485-62.903 24.264-98.42 24.264-34.484 0-67.055-8.27-95.846-22.922l-12.646 21.9c31.814 16.06 67.766 25.116 105.838 25.116 40.746 0 79.07-10.366 112.484-28.596l-11.41-19.762z" fill="#fff"/></svg>
<svg class="tc-image-originals-cogsplosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M161.186 30.88c-7.18.168-14.257 2.57-19.573 7.888-4.494 4.494-6.902 10.25-7.642 16.26-6.008.74-11.76 3.148-16.255 7.642-4.59 4.59-6.997 10.49-7.682 16.637-6.15.683-12.055 3.098-16.646 7.69-7.088 7.087-9 17.303-7.338 26.724 1.66 9.42 6.648 18.663 14.38 26.395 5.303 5.304 11.318 9.313 17.613 11.846-.032 3.08-.987 5.26-2.463 6.735-1.986 1.987-5.24 3.035-10.264 2.15-5.022-.888-11.193-3.96-16.425-9.193l-13.214 13.215c7.732 7.732 16.974 12.72 26.394 14.38 9.42 1.663 19.637-.25 26.725-7.337 4.686-4.686 7.1-10.742 7.723-17.03 6.288-.623 12.344-3.035 17.03-7.722 4.592-4.59 7-10.496 7.684-16.646 6.15-.684 12.053-3.092 16.643-7.682 7.088-7.088 9-17.304 7.338-26.725-1.663-9.42-6.647-18.662-14.38-26.394-5.523-5.523-11.82-9.636-18.4-12.146.23-2.475 1.112-4.298 2.395-5.582 1.987-1.987 5.242-3.034 10.264-2.148 5.022.886 11.193 3.96 16.426 9.19l13.214-13.213c-7.73-7.73-16.972-12.718-26.392-14.38-2.355-.416-4.76-.607-7.154-.55zm182.798 20.308l-18.052 4.837 3.36 12.538c-3.326 2.186-6.22 5.04-8.452 8.42l-12.518-3.352-4.836 18.054 12.614 3.38c.28 3.99 1.37 7.847 3.152 11.35l-9.32 9.318 13.214 13.217 9.38-9.382c1.68.825 3.454 1.504 5.322 2.004 1.964.527 3.94.837 5.9.948l3.45 12.875 18.052-4.838-3.477-12.98c3.193-2.12 5.982-4.856 8.164-8.09l12.922 3.464 4.835-18.052-12.828-3.437c-.236-3.945-1.27-7.766-2.978-11.25l9.36-9.362-13.213-13.215-9.22 9.22c-1.793-.915-3.702-1.66-5.717-2.2-1.918-.514-3.846-.82-5.76-.938l-3.356-12.528zm-206.236 22.23c1.042-.005 2.188.095 3.443.316 5.024.887 11.197 3.96 16.43 9.192 5.23 5.232 8.302 11.405 9.19 16.428.885 5.022-.163 8.277-2.15 10.263-1.986 1.987-5.24 3.035-10.262 2.15-5.022-.888-11.195-3.96-16.427-9.193-5.23-5.232-8.304-11.405-9.19-16.428-.887-5.022.16-8.275 2.148-10.26 1.49-1.492 3.693-2.454 6.82-2.468zm207.258 8.906c1.065-.035 2.16.087 3.258.38 5.854 1.57 9.188 7.344 7.62 13.198-1.57 5.855-7.344 9.188-13.198 7.62-5.855-1.57-9.188-7.343-7.62-13.198 1.177-4.39 4.718-7.364 8.885-7.914.348-.046.7-.074 1.056-.086zm-232.252 15.45c2.522 6.44 6.586 12.6 12.002 18.015 5.414 5.413 11.57 9.474 18.008 11.997-.142 2.77-1.05 4.777-2.43 6.156-1.986 1.987-5.24 3.035-10.264 2.15-5.022-.888-11.193-3.96-16.425-9.193-5.233-5.232-8.306-11.403-9.192-16.425-.886-5.023.162-8.278 2.15-10.264 1.38-1.38 3.38-2.296 6.15-2.437zm183.232 48.744L125.53 302.695l.966-103.943-66.363 66.922-38.184-101.03v329.45h258.923L199.37 473.54l161.5-30.372.038.14 1.848-.494 11.617-2.185c2.095 2.893 4.688 5.36 7.62 7.308l-3.475 12.976 18.05 4.838 3.452-12.875c1.96-.11 3.935-.42 5.9-.947 1.867-.5 3.643-1.18 5.32-2.004l9.38 9.38 13.214-13.216-9.32-9.32c1.78-3.5 2.872-7.36 3.152-11.348l12.615-3.38-4.837-18.054-12.517 3.354c-2.233-3.383-5.126-6.236-8.45-8.422l3.358-12.537-18.05-4.838-3.358 12.527c-1.915.118-3.842.424-5.76.938-2.014.54-3.923 1.285-5.715 2.2l-9.22-9.22-13.214 13.215 9.36 9.36c-1.708 3.487-2.74 7.307-2.978 11.253l-12.828 3.438 2.104 7.85-99.274.8 73.254-70.363-36.738 2.8 50.22-60.863 2.977-2.308c4.462 4.433 9.56 8.315 15.217 11.515l-5.547 13.596 17.305 7.06 5.56-13.628c6.274 1.64 12.624 2.412 18.903 2.344l2.007 14.626 18.515-2.54-2.017-14.72c6.12-1.693 11.997-4.177 17.474-7.39l9.134 11.773 14.766-11.458-9.13-11.77c4.4-4.437 8.25-9.506 11.436-15.12l13.823 5.64 7.06-17.305-13.83-5.643c1.637-6.237 2.396-12.55 2.34-18.795l14.827-2.032-2.537-18.516-14.873 2.04c-1.675-6.102-4.132-11.97-7.317-17.438l11.85-9.193-11.455-14.765-11.795 9.15c-4.424-4.415-9.48-8.283-15.086-11.484l5.63-13.794-17.306-7.06-5.613 13.76c-6.25-1.663-12.58-2.453-18.842-2.415l-2.013-14.686-18.516 2.537 2.012 14.675c-6.143 1.668-12.045 4.144-17.547 7.342l-9.058-11.674-14.767 11.455 9.01 11.615c-4.445 4.447-8.34 9.534-11.56 15.174l-13.577-5.54-7.06 17.304 13.54 5.526c-1.667 6.29-2.44 12.66-2.385 18.96L312.7 254.28l2.423 17.68-108.488 38.93 89.35-164.372zm102.73 51.714c6.96-.078 14.056 1.208 20.93 4.012 19.95 8.14 32.303 26.768 33.293 46.88l-23.085-2.913c-1.867-9.957-8.572-18.837-18.568-22.915-3.904-1.593-7.962-2.313-11.953-2.252-11.532.176-22.486 6.88-27.55 17.836l-23.5-2.968c.454-1.444.956-2.884 1.538-4.312 8.412-20.617 28.02-33.13 48.895-33.368zm.772 41.44c1.567-.01 3.174.29 4.74.928 6.266 2.556 9.162 9.445 6.606 15.71-2.556 6.266-9.448 9.164-15.713 6.608-6.264-2.556-9.16-9.448-6.604-15.713 1.917-4.7 6.27-7.503 10.972-7.533zm-53.607 14.77l23.636 2.986c1.898 9.908 8.59 18.733 18.545 22.795 15.15 6.18 32.623-.79 39.473-15.47l23.035 2.91c-.46 1.474-.97 2.945-1.566 4.403-11.216 27.49-42.334 40.572-69.822 29.356-19.985-8.154-32.344-26.83-33.3-46.98zm52.88 158.238c.355.01.707.04 1.054.086 4.168.55 7.71 3.523 8.887 7.914 1.57 5.855-1.763 11.63-7.618 13.2-5.855 1.568-11.628-1.767-13.197-7.622-1.57-5.855 1.764-11.63 7.62-13.197 1.097-.294 2.19-.415 3.255-.38z" fill="#fff"/></svg>
<svg class="tc-image-originals-coiling-curl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M216.426 21.45c-9.01-.09-17.29 5.892-19.73 15-2.893 10.793 3.513 21.887 14.306 24.78 8.14 2.18 16.45-.933 21.283-7.224 9.466 9.2 13.93 22.49 9.85 36.14-8.996 30.09-44.5 48.927-79.537 40.516l-.088.365c-12.23-10.777-27.803-17.094-43.787-17.793-3.432-.15-6.88-.038-10.32.34-2.928-.322-5.96-.122-8.977.686-13.015 3.487-20.742 16.864-17.254 29.88 3.488 13.017 16.868 20.742 29.883 17.255 9.397-2.518 16.033-10.195 17.685-19.166 13.99 7.358 24.745 19.618 28.295 34.9 8.933 38.465-17.574 75.64-61.683 84.895-1.333-.014-2.662-.01-3.983.04-21.65.79-41.642 9.912-56.24 24.29-5.626 3.647-9.975 9.307-11.847 16.293-4.015 14.983 4.877 30.386 19.862 34.4 14.984 4.016 30.385-4.876 34.4-19.86 2.118-7.905.642-15.927-3.426-22.333 9.834-2.506 20.602-2.697 31.536.14 46.16 11.974 73.234 57.08 61.598 101.388-18.687 12.508-32.605 31.33-38.484 52.96-1.51 3.035-2.554 6.365-3.01 9.915-2.193 17.075 9.872 32.696 26.95 34.888 17.076 2.193 32.695-9.874 34.888-26.95 2.056-16.015-8.43-30.754-23.832-34.33 14.293-13.754 35.227-21.91 58.406-19.063 44.915 5.52 78.457 38.818 84.78 79.103h35.802c-6.39-56.884-50.945-104.217-110.145-111.818-3.356-.43-6.682-.685-9.97-.77-7.993-.206-15.766.587-23.208 2.246 3.77-45.372-20.65-88.8-61.114-109.306 36.756-20.608 56.423-64.348 45.018-106.914-.543-2.027-1.166-4.004-1.863-5.932 30.477 1.577 59.432-14.282 74.625-40.508 25.812 16.777 59.85 15.988 84.87-2.4 4.75 25.586 22.105 47.382 46.03 57.78-19.54 25.358-22.862 59.27-9.975 87.515-17.43 5.26-32.04 17.116-40.92 32.645-13.003-14.153-30.88-22.4-49.45-23.607 6.52-10.755 9.737-23.15 9.42-35.565 5.582.053 11.052-.886 16.193-2.685 1.328 6.412 4.61 12.503 9.767 17.242 10.66 9.797 26.83 9.418 36.29-.394l-13.456-12.97c-1.926 1.997-6.73 2.783-10.187-.396-5.358-4.924-5.956-12.072-2.14-17.127 4.708-5.342 8.293-11.804 10.25-19.115 5.213-19.46-5.823-38.71-23.24-44.816-1.438-1.07-3.088-1.9-4.923-2.393-7.783-2.086-15.784 2.532-17.87 10.316-2.085 7.783 2.534 15.783 10.317 17.87 4.952 1.325 9.985-.068 13.533-3.257 3.923 4.375 5.925 10.747 4.13 17.444-1 3.738-2.672 7.1-4.84 10.002-.81.853-1.552 1.743-2.24 2.66-6.28 6.58-15.458 9.978-24.91 8.684-2.132-6.366-5.275-12.503-9.5-18.16-10.563-14.138-26.767-20.836-42.497-20.09-7.353.35-14.6 2.332-21.12 5.935-2.592.527-5.112 1.598-7.37 3.286-8.178 6.11-9.856 17.693-3.746 25.872 6.11 8.178 17.693 9.855 25.87 3.746 6.396-4.778 8.793-12.9 6.622-20.127 9.89-.684 20.367 3.33 27.267 12.565 15.36 20.56 11.184 49.395-9.375 64.754l.18.24c-4.645 1.542-9.202 3.567-13.598 6.115-18.29 10.602-27.93 29.54-28.066 48.394-2.04 5.2-1.793 11.24 1.217 16.454 5.25 9.09 16.873 12.206 25.964 6.957 9.09-5.247 12.203-16.872 6.955-25.962-2.975-5.15-7.996-8.376-13.443-9.255 2.754-8.148 8.33-15.54 16.745-20.418 25.512-14.787 57.77-6.643 73.468 18.26-.965 4.636-1.476 9.433-1.476 14.347 0 28.977 22.382 51.46 48.54 53.666 2.19.863 4.567 1.353 7.063 1.353 10.653 0 19.29-8.634 19.29-19.288 0-10.653-8.637-19.29-19.29-19.29-9.02 0-16.57 6.2-18.68 14.564-10.48-5.772-18.234-17.08-18.234-31.004 0-25.208 17.8-46.064 41.578-50.764 2.207 2.845 4.616 5.58 7.232 8.188 26.068 25.977 67.117 24.58 90.885.894l-.288-.29c6.49-8.575 5.83-20.81-1.995-28.608-8.564-8.534-22.462-8.52-31.043.03-7.515 7.49-8.457 19.043-2.822 27.53-14.143 2.676-29.844-1.133-41.547-12.795-4.037-4.023-7.447-8.428-10.24-13.093v-1.54c-.29 0-.576.017-.865.02-14.124-25.077-10.68-57.194 10.375-78.883.815.122 1.634.234 2.46.33 31.64 3.67 59.1-17.51 65.397-45.495.53-1.462.908-3.003 1.098-4.613 1.335-11.306-6.782-21.54-18.13-22.857-11.35-1.317-21.633 6.782-22.968 18.088-1.144 9.692 4.66 18.594 13.492 21.767-8.378 9.998-21.72 16.287-36.736 14.545h-.002c-32.375-3.758-55.473-32.148-52.853-64.215 11.406-19.467 10.01-43.72-2.447-61.232-.93-3.068-2.6-5.958-5.025-8.383-7.864-7.864-20.616-7.865-28.48 0-7.865 7.865-7.864 20.617 0 28.48 6.498 6.5 16.328 7.612 23.986 3.37 2.926 12.12-.03 25.965-10.252 36.187-19.897 19.897-50.78 21.736-72.71 5.522.218-.73.428-1.46.626-2.2 8.265-30.846-8.12-61.135-34.438-72.545-2.472-2.58-5.642-4.555-9.345-5.547-1.687-.452-3.38-.677-5.05-.694z" fill="#fff"/></svg>
<svg class="tc-image-originals-coins tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M136 25c-16.457 0-31.287 3.45-41.23 8.422C84.826 38.394 81 44.027 81 48c0 3.973 3.826 9.606 13.77 14.578C104.713 67.55 119.543 71 136 71c16.457 0 31.287-3.45 41.23-8.422C187.174 57.606 191 51.973 191 48c0-3.973-3.826-9.606-13.77-14.578C167.287 28.45 152.457 25 136 25zm160 32c-16.457 0-31.287 3.45-41.23 8.422C244.826 70.394 241 76.027 241 80c0 3.973 3.826 9.606 13.77 14.578C264.713 99.55 279.543 103 296 103c4.55 0 8.967-.27 13.2-.758 4.32-5.534 10.53-10.092 17.52-13.588 7.064-3.53 15.262-6.227 24.24-7.98.025-.23.04-.455.04-.674 0-3.973-3.826-9.606-13.77-14.578C327.287 60.45 312.457 57 296 57zM81 75.445V80c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87C189.716 85.574 191 82.515 191 80v-4.555c-1.832 1.158-3.74 2.243-5.72 3.233C172.06 85.288 154.89 89 136 89s-36.06-3.712-49.28-10.322c-1.98-.99-3.888-2.075-5.72-3.233zM376 96.33c-16.457 0-31.287 3.452-41.23 8.424-9.944 4.972-13.77 10.603-13.77 14.576 0 3.973 3.826 9.606 13.77 14.578 9.943 4.972 24.773 8.422 41.23 8.422 16.457 0 31.287-3.45 41.23-8.422 9.944-4.972 13.77-10.605 13.77-14.578 0-3.973-3.826-9.604-13.77-14.576-9.943-4.972-24.773-8.424-41.23-8.424zm-135 11.115v2.313c2.9 1.073 5.67 2.26 8.28 3.564 9.037 4.52 16.8 10.794 20.81 18.69 10.174 2.46 21.72 3.366 32.91 2.718v-13.917c-2.305.116-4.636.187-7 .187-18.89 0-36.06-3.712-49.28-10.322-1.98-.99-3.888-2.075-5.72-3.233zm-160 .024V112c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 6.83 1.972 14.433 3.186 22.216 3.654 1.988-5.227 5.6-9.806 10.19-13.712-12.785.277-25.663-1.26-37.4-4.65-7.796-2.25-14.69-5.2-20.503-8.89zM200 121c-16.457 0-31.287 3.45-41.23 8.422C148.826 134.394 145 140.027 145 144c0 3.973 3.826 9.606 13.77 14.578C168.713 163.55 183.543 167 200 167c16.457 0 31.287-3.45 41.23-8.422C251.174 153.606 255 147.973 255 144c0-3.973-3.826-9.606-13.77-14.578C231.287 124.45 216.457 121 200 121zM81 139.47V144c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 6.328 1.826 13.32 2.993 20.503 3.53V152.75c-8.772-.594-17.406-2.057-25.496-4.393-7.797-2.25-14.69-5.203-20.504-8.89zm240 7.305v4.555c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.285 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.585 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.555c-1.832 1.158-3.74 2.243-5.72 3.233-13.22 6.61-30.39 10.322-49.28 10.322s-36.06-3.712-49.28-10.322c-1.98-.99-3.888-2.075-5.72-3.233zm-48 4.246v13.65c9.435 1.962 19.865 2.647 30 2.06v-13.878c-10.064.53-20.263-.08-30-1.83zm-128 20.425V176c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.555c-1.832 1.158-3.74 2.243-5.72 3.233C236.06 181.288 218.89 185 200 185s-36.06-3.712-49.28-10.322c-1.98-.99-3.888-2.075-5.72-3.233zm-64 .024V176c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 6.328 1.826 13.32 2.993 20.503 3.53V184.75c-8.772-.594-17.406-2.057-25.496-4.393-7.797-2.25-14.69-5.203-20.504-8.89zm240 7.33v4.53c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.285 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.585 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.688-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.202-20.504-8.89zm-48 4.22v13.65c9.435 1.962 19.865 2.647 30 2.06v-13.878c-10.064.53-20.263-.08-30-1.83zM81 203.47V208c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 6.328 1.826 13.32 2.993 20.503 3.53V216.75c-8.772-.594-17.406-2.057-25.496-4.393-7.797-2.25-14.69-5.203-20.504-8.89zm64 0V208c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm176 7.33v4.53c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.285 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.585 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.688-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.202-20.504-8.89zm-48 4.22v13.65c9.435 1.962 19.865 2.647 30 2.06v-13.878c-10.064.53-20.263-.08-30-1.83zm-128 20.45v2.288c2.9 1.073 5.67 2.26 8.28 3.564 9.038 4.52 16.802 10.795 20.812 18.692 17.338 4.196 38.678 3.883 55.412-.948 8.954-2.585 15.845-6.245 20.03-9.87 4.183-3.622 5.466-6.68 5.466-9.196v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm176 7.33v4.53c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.285 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.585 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.688-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.202-20.504-8.89zm-48 4.22v13.65c9.435 1.962 19.865 2.647 30 2.06v-13.878c-10.064.53-20.263-.08-30-1.83zM104 249c-16.457 0-31.287 3.45-41.23 8.422C52.826 262.394 49 268.027 49 272c0 3.973 3.826 9.606 13.77 14.578C72.713 291.55 87.543 295 104 295c16.457 0 31.287-3.45 41.23-8.422C155.174 281.606 159 275.973 159 272c0-3.973-3.826-9.606-13.77-14.578C135.287 252.45 120.457 249 104 249zm151 18.47c-5.813 3.687-12.707 6.64-20.504 8.89-17.97 5.187-38.608 6.05-57.496 2.642v13.664c16.775 3.494 36.694 2.964 52.504-1.6 8.954-2.585 15.845-6.245 20.03-9.87 4.183-3.622 5.466-6.68 5.466-9.196v-4.53zm66 7.33v4.53c0 2.515 1.283 5.574 5.467 9.197 4.045 3.503 10.64 7.03 19.162 9.598 3.74-3.428 8.228-6.37 13.09-8.803 1.152-.575 2.344-1.12 3.553-1.652-7.14-.744-14.137-2.066-20.77-3.98-7.796-2.25-14.69-5.202-20.503-8.89zm110 0c-2.84 1.8-5.938 3.422-9.27 4.876 3.1.31 6.13.734 9.082 1.252.12-.553.188-1.09.188-1.598v-4.53zm-158 4.22v13.62c6.997 1.482 14.783 2.36 23 2.36 2.374 0 4.705-.087 7-.227v-13.92c-10.064.53-20.263-.082-30-1.832zM408 297c-16.457 0-31.287 3.45-41.23 8.422C356.826 310.394 353 316.027 353 320c0 3.973 3.826 9.606 13.77 14.578C376.713 339.55 391.543 343 408 343c16.457 0 31.287-3.45 41.23-8.422C459.174 329.606 463 323.973 463 320c0-3.973-3.826-9.606-13.77-14.578C439.287 300.45 424.457 297 408 297zm-359 2.445V304c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.555c-1.832 1.158-3.74 2.243-5.72 3.233C140.06 309.288 122.89 313 104 313s-36.06-3.712-49.28-10.322c-1.98-.99-3.888-2.075-5.72-3.233zm206 .024c-5.813 3.687-12.707 6.64-20.504 8.89-17.97 5.187-38.608 6.05-57.496 2.642v13.664c16.775 3.494 36.694 2.964 52.504-1.6 8.954-2.585 15.845-6.245 20.03-9.87 4.183-3.622 5.466-6.68 5.466-9.196v-4.53zm66 7.33v4.53c0 3.973 3.826 9.606 13.77 14.578.074.037.155.073.23.11V313.56c-5.168-1.89-9.862-4.135-14-6.76zM49 331.47V336c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zM177 343v13.648c4.885 1.032 10.16 1.767 15.697 2.114 1.985-5.246 5.602-9.84 10.207-13.756-8.726.19-17.487-.487-25.904-2.006zM264 345c-16.457 0-31.287 3.45-41.23 8.422C212.826 358.394 209 364.027 209 368c0 3.973 3.826 9.606 13.77 14.578C232.713 387.55 247.543 391 264 391c16.457 0 31.287-3.45 41.23-8.422C315.174 377.606 319 371.973 319 368c0-3.973-3.826-9.606-13.77-14.578C295.287 348.45 280.457 345 264 345zm89 2.445V352c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.555c-1.832 1.158-3.74 2.243-5.72 3.233C444.06 357.288 426.89 361 408 361s-36.06-3.712-49.28-10.322c-1.98-.99-3.888-2.075-5.72-3.233zM49 363.47V368c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm304 16V384c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm-144 15.975V400c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.555c-1.832 1.158-3.74 2.243-5.72 3.233C300.06 405.288 282.89 409 264 409s-36.06-3.712-49.28-10.322c-1.98-.99-3.888-2.075-5.72-3.233zm-160 .024V400c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm304 16V416c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm-304 16V432c0 2.515 1.283 5.574 5.467 9.197 4.184 3.624 11.075 7.284 20.03 9.87 17.908 5.17 41.098 5.17 59.007 0 8.954-2.586 15.845-6.246 20.03-9.87 4.183-3.623 5.466-6.682 5.466-9.197v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm160 0V432c0 3.973 3.826 9.606 13.77 14.578C232.713 451.55 247.543 455 264 455c16.457 0 31.287-3.45 41.23-8.422C315.174 441.606 319 435.973 319 432v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm144 16V448c0 3.973 3.826 9.606 13.77 14.578C376.713 467.55 391.543 471 408 471c16.457 0 31.287-3.45 41.23-8.422C459.174 457.606 463 451.973 463 448v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89zm-304 16V464c0 3.973 3.826 9.606 13.77 14.578C72.713 483.55 87.543 487 104 487c16.457 0 31.287-3.45 41.23-8.422C155.174 473.606 159 467.973 159 464v-4.53c-5.813 3.687-12.707 6.64-20.504 8.89-21.694 6.262-47.298 6.262-68.992 0-7.797-2.25-14.69-5.203-20.504-8.89z"/></svg>
<svg class="tc-image-originals-cold-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M319.006 19.88L280.51 30.192l-10.315 38.495 14.366 14.365-44.04 11.8 3.86 14.4-14.403 14.405 9.523 35.537c-6.727-3.505-13.903-5.83-21.195-6.89l-6.37-23.774-19.75-5.292-3.86-14.4-44.128 11.824 5.272-19.676-28.183-28.18L82.79 83.12l-10.313 38.497 28.18 28.182 19.78-5.302-11.796 44.02 14.413 3.86 5.27 19.673 19.333 5.18c-.234 6.7.35 13.298 1.584 19.774l-25.713-6.89-14.46 14.46-14.413-3.86-11.814 44.09-14.512-14.51-38.496 10.313-10.316 38.497 28.18 28.18 38.497-10.313 5.328-19.882 32.382 32.383 10.563-10.56 19.72 5.283 32.077-32.076c3.693 5.467 7.297 10.755 10.63 15.8l-29.497 29.5 5.28 19.702-10.562 10.56 32.35 32.35-19.834 5.316-10.316 38.496 28.18 28.18 38.496-10.315 10.315-38.494-14.676-14.678 44.188-11.84-3.824-14.265 14.46-14.46-11.054-41.257c5.476-2.7 11.17-5.46 17.1-8.383l12.016 44.842 19.673 5.27 3.822 14.27 44.095-11.817-5.357 19.996 28.182 28.18 38.496-10.314 10.314-38.496-28.18-28.182-19.898 5.332 11.846-44.21-14.252-3.817-5.29-19.75-27.593-7.395c4.258-5.043 7.94-10.498 10.867-16.433l21.6 5.787 14.402-14.403 14.254 3.818 11.826-44.13 14.528 14.526 38.496-10.314 10.316-38.496-28.182-28.182-38.496 10.315-5.302 19.79-32.204-32.204-10.425 10.423-19.705-5.28-17.827 17.827c-6.376-3.127-13.32-5.12-20.533-5.896l25.14-25.14-5.284-19.72 10.424-10.423-32.233-32.235 19.834-5.315 10.316-38.496-28.18-28.18zm-110.77 150.438c1.198-.015 2.403.014 3.612.086 19.263 1.154 39.154 14.41 46.09 39.83l-5.772 21.537-19.912-19.91-13.213 13.214 19.913 19.912-27.2 7.287 4.837 18.053 27.2-7.287-7.29 27.198 18.053 4.838 7.29-27.203 19.91 19.912 13.216-13.215-19.913-19.91 27.2-7.29-4.835-18.05-27.203 7.29 6.684-24.952c18.676-16.51 39.705-17.307 55.352-9.117 16.562 8.67 27.495 27.23 21.273 53.75-6.026 25.684-33.025 44.145-63.003 59.603-14.99 7.728-30.364 14.645-43.517 21.795-6.316 3.432-12.16 6.844-17.27 10.644-2.464-6.242-5.88-12.455-9.69-18.805-7.628-12.707-17.248-25.98-26.21-39.757-17.925-27.558-32.38-56.28-25.936-83.83 5.883-25.135 22.363-35.392 40.332-35.622z" fill="#fff"/></svg>
<svg class="tc-image-originals-coma tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M264.438 17.094c-65.792 0-122.042 41.78-145.625 93.406-20.03 34.082-31.844 74.992-31.844 118 0 73.852 20.417 140.625 52.81 188.406 32.395 47.78 76.155 76.28 123.845 76.28 47.69.002 91.45-28.5 123.844-76.28 32.393-47.78 52.81-114.555 52.81-188.406 0-41.823-10.428-80.8-28.31-113.53-22.305-53.66-79.854-97.876-147.533-97.876zm0 18.687c72.458 0 132.256 60.305 138.25 117.564H267.063l-6.22-22.625-9-32.782-9 32.78-10.5 38.22-16.843-61.282-9.03-32.78-9 32.78L185 152.97h-58.813c6.22-57.147 65.95-117.19 138.25-117.19zm-57.97 109.657l16.845 61.25 9.03 32.782 9-32.782 10.5-38.25 1 3.593h149.812c-5.967 55.655-64.63 101.032-138.22 101.032-73.752 0-132.567-45.58-138.31-101.406h73.124l1.906-6.875 5.313-19.343zm-71.78 139.407c18.355 18.096 37.527 26.734 55.718 27.53 18.192.798 35.928-6.095 52.125-21.5l12.876 13.563c-19.213 18.273-42.28 27.657-65.844 26.625-23.562-1.03-47.1-12.333-68-32.937l13.126-13.28zm264.75 0l13.125 13.28c-20.898 20.605-44.438 31.907-68 32.938-23.563 1.032-46.63-8.352-65.844-26.625l12.874-13.562c16.198 15.404 33.965 22.297 52.156 21.5 18.19-.797 37.333-9.435 55.688-27.53zM266.53 419.594c26.456-.068 52.92 3.186 79.345 10.03l-4.688 18.095c-49.808-12.902-99.402-12.4-149.375.03l-4.53-18.125c26.343-6.552 52.795-9.964 79.25-10.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-comb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M447.25 113.53c-.697.022-1.397.065-2.125.126C299.132 126.026 155.697 158.49 36.47 223.28c-10.362 5.632-15.204 13.98-16.845 26.345-1.64 12.366.834 28.467 6.72 45.844 11.216 33.12 34.585 70.496 59.374 98.124l17.593-4.72L66.374 251l18.03-4.813 36.94 137.844 21.03-5.655-36.938-137.813 18.032-4.843 36.936 137.81 18.78-5.03-36.905-137.813 18.064-4.843 36.906 137.78 20.28-5.437-36.936-137.78 18.062-4.845 36.906 137.782 21.032-5.656-36.906-137.75 18.03-4.844 36.907 137.75 21.03-5.625-36.905-137.75 18.03-4.845 36.94 137.72 19.53-5.22-36.906-137.72 18.03-4.843 36.907 137.688 22.47-6.03-36.875-137.69 18.063-4.843 36.875 137.688 21-5.625-36.875-137.688L394 163.22l36.875 137.655 20.28-5.438-36.874-137.625 18.033-4.843 36.875 137.624 17.687-4.75c7.676-36.4 9.244-81.307 2.406-116.03-3.586-18.218-9.55-33.498-17.06-43.158-6.574-8.452-13.485-12.827-22.908-13.125-.673-.02-1.365-.02-2.062 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-comet-spark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M20.916 15.648c147.945 202 202.556 312.645-3.146 252.438 201.76 82.926 225.515 176.51 49.13 180.76 190.922 51.156 315.057 60.258 377.16 10.43 67.76-54.368 62.6-177.648 13.31-361.6-.002 179.943-88.34 149.935-171.18-39.96 60.246 191.39-81.408 116.353-265.274-42.068zM457.37 97.676v-.008.008zm-79.792 150.84c5.457.054 10.994.79 16.508 2.267 3.763 1.01 7.352 2.34 10.77 3.924-.053-.058-.102-.12-.155-.178 51.248 21.08 79.986 77.264 65.253 132.25-16.008 59.742-77.174 95.054-136.914 79.046-59.29-15.886-94.507-76.24-79.395-135.547 1.144 7.843 3.71 15.465 7.808 22.564 15.038 26.045 46.48 37.745 78.735 32.334 8.387-.382 17.33-2.932 25.75-7.793 22.18-12.807 32.317-36.774 22.642-53.53-9.676-16.76-35.5-19.966-57.682-7.16-7.3 4.214-13.283 9.64-17.697 15.618-3.05-11-3.31-22.928-.14-34.75 7.978-29.778 35.053-49.34 64.518-49.047z"/></svg>
<svg class="tc-image-originals-compact-disc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M336.77 30.56A240 240 0 0 0 137.145 48 240 240 0 0 0 20.162 298.94l142.405-25.665c-6.87-38.47 10.598-78.89 46.42-99.323 25.063-14.296 53.977-15.877 79.228-6.808L336.77 30.56zm52.936 26.914l-80.56 120.245c11.773 7.904 21.943 18.56 29.43 31.683 25.942 45.482 10.03 103.645-35.452 129.588-43.752 24.957-99.236 11.178-126.487-30.395L55.644 388a240 240 0 0 0 319.322 76.943 240 240 0 0 0 89.56-327.382 240 240 0 0 0-74.82-80.086zM290.19 187.387c-22.148-10.942-49.142-11-72.286 2.2-30.09 17.163-44.195 51.33-37.098 83.402 1.637 7.4 4.404 14.687 8.364 21.63 21.123 37.033 68.003 49.86 105.035 28.737s49.858-68.003 28.736-105.035c-7.92-13.887-19.463-24.37-32.75-30.935zm-15.607 33.635a40 40 0 0 1 16.218 15.632 40 40 0 0 1-14.927 54.563 40 40 0 0 1-54.56-14.927 40 40 0 0 1-4.31-11.153 40 40 0 0 1 19.232-43.41 40 40 0 0 1 38.348-.705zm-109.206 63.764L27.33 327.966a240 240 0 0 0 13.3 34.151L170.765 298.3c-2.17-4.418-3.96-8.937-5.388-13.514z"/></svg>
<svg class="tc-image-originals-compass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.97 23l-18.032 4.844 11.656 43.468c-25.837 8.076-50.32 21.653-71.594 40.75L94.53 80.594l-13.218 13.22 31.376 31.374c-19.467 21.125-33.414 45.53-41.813 71.343l-42.313-11.343-4.843 18.063 42.25 11.313c-6.057 27.3-6.157 55.656-.345 83L23.72 308.78l4.843 18.064 41.812-11.22c6.693 21.225 17.114 41.525 31.25 59.876l-29.97 52.688-16.81 29.593 29.56-16.842 52.657-29.97c18.41 14.216 38.784 24.69 60.094 31.407l-11.22 41.844 18.033 4.81 11.218-41.905c27.345 5.808 55.698 5.686 83-.375l11.312 42.28 18.063-4.81-11.344-42.376c25.812-8.4 50.217-22.315 71.342-41.78l31.375 31.373 13.22-13.218-31.47-31.47c19.09-21.266 32.643-45.738 40.72-71.563l43.53 11.657 4.813-18.063-43.625-11.686c5.68-27.044 5.576-55.06-.344-82.063l43.97-11.78-4.813-18.063L440.908 197c-6.73-20.866-17.08-40.79-31.032-58.844l29.97-52.656 16.842-29.563-29.593 16.844-52.656 29.97c-17.998-13.875-37.874-24.198-58.657-30.906l11.783-44L309.5 23l-11.78 43.97c-27-5.925-55.02-6.05-82.064-.376L203.97 23zm201.56 85L297.25 298.313l-.75.437-40.844-40.875-148.72 148.72-2.186 1.25 109.125-191.75 41.78 41.78L405.532 108zm-149.686 10.594c21.858 0 43.717 5.166 63.594 15.47l-116.625 66.342-2.22 1.28-1.28 2.22-66.25 116.406c-26.942-52.04-18.616-117.603 25.03-161.25 26.99-26.988 62.38-40.468 97.75-40.468zm122.72 74.594c26.994 52.054 18.67 117.672-25.002 161.343-43.66 43.662-109.263 52.005-161.312 25.033l116.438-66.282 2.25-1.25 1.25-2.25 66.375-116.592z" fill="#fff"/></svg>
<svg class="tc-image-originals-computer-fan tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21.688C126.7 21.688 21.687 126.698 21.687 256 21.688 385.3 126.7 490.313 256 490.313c129.3 0 234.313-105.012 234.313-234.313C490.313 126.7 385.3 21.687 256 21.687zm-201.47 9A22.53 22.53 0 0 0 32 53.218 22.53 22.53 0 0 0 54.53 75.75a22.53 22.53 0 0 0 22.532-22.53 22.53 22.53 0 0 0-22.53-22.532zm404.25 0a22.53 22.53 0 0 0-22.53 22.53 22.53 22.53 0 0 0 22.53 22.532 22.53 22.53 0 0 0 22.533-22.53 22.53 22.53 0 0 0-22.532-22.532zm-202.78 9c119.573 0 216.313 96.74 216.313 216.312 0 119.573-96.74 216.313-216.313 216.313S39.687 375.572 39.687 256 136.428 39.687 256 39.687zm43.684 22.433c-.485-.01-.955-.008-1.41.003-6.047.15-9.43 2.236-8.545 6.738 10.475 42.195 11.75 85.79-5.087 124.314 12.714 5.83 23.38 15.397 30.556 27.297 28.976-24.022 58.114-55.318 76.618-79.786 26.14-34.564-61.598-77.91-92.134-78.563zm-98.278 4.392c-40.03-.548-110.755 59.8-90.63 66.685 41.8 12.03 80.21 32.736 105.154 66.608 11.014-7.883 24.416-12.613 38.882-12.86-6.316-37.106-18.853-77.99-30.79-106.25-4.202-9.947-12.412-14.044-22.616-14.183zM438.22 190.227c-1.095.02-2.198.483-3.298 1.443-31.292 30.16-68.396 53.055-110.16 57.748.206 2.168.322 4.36.322 6.582 0 12.156-3.18 23.588-8.732 33.53 35.294 13.084 76.97 22.67 107.416 26.462 49.867 6.21 33.393-126.102 14.453-125.765zm-353.636 5.58c-48.158.507-27.205 141.674-7.564 124.533 31.307-30.175 68.43-53.08 110.218-57.756-.207-2.17-.322-4.363-.322-6.584 0-12.144 3.174-23.567 8.717-33.502-35.305-13.093-77.003-22.687-107.46-26.48-1.238-.154-2.433-.224-3.59-.21zM256 204.917c-11.406 0-21.907 3.696-30.387 9.958 1.986 3.567 3.84 7.256 5.55 11.074 6.763-5.608 15.427-8.99 24.837-8.99.844 0 1.68.035 2.51.09-.264-3.93-.632-7.967-1.108-12.1-.467-.01-.932-.034-1.402-.034zm20.42 4.22c-2.088 3.49-4.345 6.925-6.785 10.302 9.298 3.5 16.938 10.46 21.336 19.29 3.297-2.21 6.634-4.567 10-7.066-5.402-10.007-14.048-17.97-24.55-22.527zm-63.98 20.088c-4.77 7.775-7.524 16.938-7.524 26.775 0 1.94.116 3.85.324 5.73 4.05.066 8.14.303 12.268.727-.355-2.103-.55-4.258-.55-6.457 0-7.987 2.44-15.436 6.606-21.643-3.563-1.75-7.273-3.464-11.123-5.132zM256 234.96c-11.728 0-21.04 9.312-21.04 21.04s9.312 21.04 21.04 21.04 21.04-9.312 21.04-21.04-9.312-21.04-21.04-21.04zm38.494 14.6c.353 2.098.547 4.247.547 6.44 0 8-2.446 15.46-6.624 21.672 3.564 1.75 7.275 3.465 11.125 5.133 4.785-7.782 7.544-16.955 7.544-26.805 0-1.935-.115-3.84-.322-5.72-4.05-.062-8.14-.297-12.268-.72zm-73.478 23.686c-3.297 2.21-6.633 4.567-10 7.065 5.394 10.005 14.03 17.97 24.52 22.534 2.09-3.488 4.346-6.925 6.786-10.3-9.287-3.51-16.918-10.472-21.306-19.298zm59.773 12.846c-6.758 5.583-15.403 8.95-24.79 8.95-.865 0-1.72-.04-2.572-.097.264 3.93.632 7.968 1.107 12.102.488.013.974.037 1.465.037 11.385 0 21.867-3.684 30.338-9.924-1.986-3.565-3.84-7.252-5.55-11.068zm-84.005 5.408c-28.992 24.028-58.15 55.347-76.664 79.828-32.065 42.4 107.234 98.014 102.09 71.82-10.48-42.204-11.75-85.81 5.1-124.343-12.704-5.837-23.356-15.407-30.525-27.305zm99.242 20.727c-11.02 7.875-24.43 12.594-38.902 12.828 6.316 37.11 18.854 77.997 30.793 106.26 20.686 48.97 138.5-43.86 113.242-52.5-41.79-12.027-80.187-32.73-105.133-66.588zM52.803 436.25a22.53 22.53 0 0 0-22.532 22.53 22.53 22.53 0 0 0 22.533 22.533 22.53 22.53 0 0 0 22.53-22.532 22.53 22.53 0 0 0-22.53-22.53zm406.156 0a22.53 22.53 0 0 0-22.532 22.53 22.53 22.53 0 0 0 22.53 22.533 22.53 22.53 0 0 0 22.532-22.532 22.53 22.53 0 0 0-22.53-22.53z"/></svg>
<svg class="tc-image-originals-computing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M83.014 30.53c-14.8 0-26.118 5.868-33.96 17.6-7.782 11.675-11.673 28.656-11.673 50.942 0 22.228 3.892 39.207 11.675 50.94 7.84 11.674 19.16 17.51 33.96 17.51 14.797 0 26.09-5.836 33.872-17.51 7.84-11.733 11.76-28.712 11.76-50.94 0-22.286-3.92-39.267-11.76-50.94-7.783-11.734-19.075-17.6-33.873-17.6zm230.648 0c-14.8 0-26.12 5.868-33.96 17.6-7.783 11.675-11.675 28.656-11.675 50.942 0 22.228 3.892 39.207 11.674 50.94 7.843 11.674 19.163 17.51 33.962 17.51 14.8 0 26.09-5.836 33.87-17.51 7.843-11.733 11.765-28.712 11.765-50.94 0-22.286-3.922-39.267-11.764-50.94-7.782-11.734-19.072-17.6-33.87-17.6zm115.324 0c-14.798 0-26.12 5.868-33.96 17.6-7.783 11.675-11.674 28.656-11.674 50.942 0 22.228 3.89 39.207 11.673 50.94 7.842 11.674 19.163 17.51 33.96 17.51 14.8 0 26.09-5.836 33.872-17.51 7.842-11.733 11.762-28.712 11.762-50.94 0-22.286-3.92-39.267-11.763-50.94-7.782-11.734-19.072-17.6-33.87-17.6zm-236.75 2.39l-31.572 6.367V55.56l31.748-6.367v100.73H163.23v15.036h76.055v-15.036H210.1V32.92h-17.864zM83.014 44.682c9.256 0 16.184 4.54 20.783 13.62 4.658 9.02 6.986 22.61 6.986 40.77 0 18.1-2.328 31.69-6.986 40.77-4.6 9.02-11.527 13.53-20.783 13.53-9.198 0-16.124-4.51-20.782-13.53-4.598-9.08-6.898-22.67-6.898-40.77 0-18.16 2.3-31.75 6.898-40.77 4.658-9.08 11.584-13.62 20.782-13.62zm230.648 0c9.257 0 16.185 4.54 20.783 13.62 4.658 9.02 6.987 22.61 6.987 40.77 0 18.1-2.33 31.69-6.987 40.77-4.598 9.02-11.526 13.53-20.783 13.53-9.197 0-16.125-4.51-20.783-13.53-4.6-9.08-6.9-22.67-6.9-40.77 0-18.16 2.3-31.75 6.9-40.77 4.657-9.08 11.585-13.62 20.782-13.62zm115.324 0c9.257 0 16.185 4.54 20.784 13.62 4.657 9.02 6.986 22.61 6.986 40.77 0 18.1-2.33 31.69-6.986 40.77-4.6 9.02-11.527 13.53-20.784 13.53-9.197 0-16.125-4.51-20.783-13.53-4.6-9.08-6.898-22.67-6.898-40.77 0-18.16 2.3-31.75 6.898-40.77 4.658-9.08 11.586-13.62 20.783-13.62zM83.014 187.504c-14.8 0-26.118 5.867-33.96 17.6-7.782 11.673-11.673 28.654-11.673 50.94 0 22.228 3.892 39.208 11.675 50.94 7.84 11.674 19.16 17.512 33.96 17.512 14.797 0 26.09-5.838 33.872-17.512 7.84-11.732 11.76-28.712 11.76-50.94 0-22.286-3.92-39.267-11.76-50.94-7.783-11.733-19.075-17.6-33.873-17.6zm115.324 0c-14.8 0-26.12 5.867-33.96 17.6-7.784 11.673-11.675 28.654-11.675 50.94 0 22.228 3.89 39.208 11.674 50.94 7.84 11.674 19.162 17.512 33.96 17.512 14.8 0 26.09-5.838 33.874-17.512 7.842-11.732 11.763-28.712 11.763-50.94 0-22.286-3.92-39.267-11.762-50.94-7.782-11.733-19.073-17.6-33.872-17.6zm109.223 2.39l-31.574 6.366v16.273l31.75-6.37v100.733h-29.183v15.036h76.056v-15.036h-29.186V189.893H307.56zm115.323 0l-31.572 6.366v16.273l31.75-6.37v100.733h-29.185v15.036h76.057v-15.036h-29.184V189.893h-17.865zm-339.87 11.76c9.257 0 16.185 4.54 20.784 13.62 4.658 9.02 6.986 22.612 6.986 40.77 0 18.1-2.328 31.69-6.986 40.77-4.6 9.02-11.527 13.532-20.783 13.532-9.198 0-16.124-4.51-20.782-13.532-4.598-9.08-6.898-22.67-6.898-40.77 0-18.158 2.3-31.75 6.898-40.77 4.658-9.08 11.584-13.62 20.782-13.62zm115.325 0c9.256 0 16.184 4.54 20.783 13.62 4.66 9.02 6.987 22.612 6.987 40.77 0 18.1-2.328 31.69-6.986 40.77-4.598 9.02-11.526 13.532-20.782 13.532-9.198 0-16.126-4.51-20.783-13.532-4.6-9.08-6.9-22.67-6.9-40.77 0-18.158 2.3-31.75 6.9-40.77 4.657-9.08 11.585-13.62 20.783-13.62zm0 142.823c-14.8 0-26.12 5.866-33.96 17.6-7.784 11.673-11.675 28.652-11.675 50.94 0 22.226 3.89 39.207 11.674 50.94 7.84 11.674 19.162 17.512 33.96 17.512 14.8 0 26.09-5.84 33.874-17.513 7.842-11.733 11.763-28.714 11.763-50.94 0-22.288-3.92-39.267-11.762-50.94-7.782-11.734-19.073-17.6-33.872-17.6zm115.324 0c-14.8 0-26.12 5.866-33.96 17.6-7.783 11.673-11.675 28.652-11.675 50.94 0 22.226 3.892 39.207 11.674 50.94 7.843 11.674 19.163 17.512 33.962 17.512 14.8 0 26.09-5.84 33.87-17.513 7.843-11.733 11.765-28.714 11.765-50.94 0-22.288-3.922-39.267-11.764-50.94-7.782-11.734-19.072-17.6-33.87-17.6zm-236.75 2.388l-31.572 6.367v16.272l31.75-6.367V463.87H47.904V478.9h76.057V463.87H94.778V346.864H76.912zm345.97 0l-31.57 6.367v16.272l31.75-6.367V463.87h-29.187V478.9h76.057V463.87h-29.184V346.864h-17.865zM198.34 358.627c9.256 0 16.184 4.54 20.783 13.62 4.66 9.02 6.987 22.61 6.987 40.77 0 18.1-2.328 31.69-6.986 40.77-4.598 9.02-11.526 13.53-20.782 13.53-9.198 0-16.126-4.51-20.783-13.53-4.6-9.08-6.9-22.67-6.9-40.77 0-18.16 2.3-31.75 6.9-40.77 4.657-9.08 11.585-13.62 20.783-13.62zm115.324 0c9.257 0 16.185 4.54 20.783 13.62 4.658 9.02 6.987 22.61 6.987 40.77 0 18.1-2.33 31.69-6.987 40.77-4.598 9.02-11.526 13.53-20.783 13.53-9.197 0-16.125-4.51-20.783-13.53-4.6-9.08-6.9-22.67-6.9-40.77 0-18.16 2.3-31.75 6.9-40.77 4.657-9.08 11.585-13.62 20.782-13.62z"/></svg>
<svg class="tc-image-originals-concentration-orb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M163.5 17.75c-125.028 2.135-223.03 231.994-9.188 461.625-197.34-240.608 9.41-548.496 174.157-289.03C287.353 66.332 222.42 16.744 163.5 17.75zm201.78 4.656c197.34 240.608-9.41 548.528-174.155 289.063C319.482 698.622 679.9 360.254 365.28 22.405zm-98.31 155.75c-42.422 0-76.814 34.392-76.814 76.813 0 42.42 34.392 76.81 76.813 76.81 42.42 0 76.81-34.39 76.81-76.81 0-42.422-34.39-76.814-76.81-76.814z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-concentric-crescents tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M251.19 25.684c-127.62 0-231.272 103.653-231.272 231.27 0 127.62 103.653 231.275 231.27 231.275 127.62 0 231.275-103.657 231.275-231.275 0-127.618-103.656-231.27-231.274-231.27zm0 18.693c117.515 0 212.58 95.063 212.58 212.578s-95.065 212.58-212.58 212.58c-89.756 0-166.407-55.458-197.616-134.017 33.247 63.767 99.96 107.316 176.842 107.316l-.002.004c110.068 0 199.316-89.248 199.316-199.317 0-106.046-82.85-192.754-187.345-198.948 2.92-.118 5.854-.195 8.804-.195zm-25.362 1.508c83.624 11.428 148.188 83.327 148.188 170.062 0 94.667-77.078 171.172-171.746 171.172-76.475 0-141.293-50.118-163.385-119.288-.18-3.603-.274-7.23-.274-10.877 0-14.34 1.426-28.34 4.124-41.877 1.82 83.566 70.14 150.768 154.145 150.768 3.84 0 7.782-.17 11.552-.446-68.53-5.156-122.64-62.572-122.64-132.412 0-73.23 59.625-132.412 132.858-132.412 68.655 0 125.172 52.213 131.97 119.082.15-2.702.444-5.262.444-8 0-85.145-69.038-154.185-154.183-154.185-8.306 0-16.454.663-24.403 1.927 16.828-6.7 34.718-11.306 53.35-13.515zm-6.955 73.553c-2.86 0-5.794.132-8.6.332 51.024 3.838 91.31 46.586 91.31 98.587 0 54.524-44.395 98.588-98.92 98.588-51.118 0-93.194-38.875-98.257-88.664-.112 2.012-.332 3.92-.332 5.956 0 63.396 51.404 114.8 114.8 114.8 63.394 0 114.798-51.404 114.798-114.8 0-63.395-51.404-114.798-114.8-114.798zm-23.328 11.13l-.002.002c-44.363 0-80.336 35.973-80.336 80.336s35.973 80.334 80.336 80.334c2 0 4.055-.094 6.02-.232-35.705-2.686-63.897-32.602-63.897-68.99 0-38.155 31.066-68.99 69.223-68.99 35.77 0 65.215 27.2 68.758 62.042.075-1.407.23-2.74.23-4.166 0-44.363-35.97-80.336-80.333-80.336z"/></svg>
<svg class="tc-image-originals-condor-emblem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.094 18.97c-62.468 0-118.465 27.977-156.156 72.06l-81.47-41.06v20.905l108.344 54.688c-1.48 4.984-2.718 10.26-2.718 16.25 0 39.773 32.436 72.7 76.437 87.687l10.064 3.438 2.094-10.438c3.905-19.485 11.652-31.05 14.062-48.22 2.126-15.148-1.23-32.572-14.938-58.81 26.516-6.19 48.084-9.652 63.875-9.22 15.152.41 24.52 3.87 30.407 10.03 4.568 4.783 7.74 12.163 8.97 23.282-9.478-.515-17.648.654-24.502 3.875-9.504 4.467-15.757 13.442-17.125 23.157-2.735 19.43 8.925 40.936 29.282 60.75l4.124 4 5.437-1.844c43.805-15.058 75.814-48.076 75.814-87.688 0-5.863-.848-11.406-2.22-16.78L492.75 70.843V49.906l-81.625 41c-37.69-44.003-93.632-71.937-156.03-71.937zm0 18.686c55.19 0 104.713 23.89 138.875 61.875l-21.845 10.97c-29.683-30.45-71.15-49.375-117.03-49.375-45.976 0-87.503 19.003-117.19 49.563l-21.874-11c34.17-38.09 83.787-62.032 139.064-62.032zm237.656 54.97l-84.344 41.718 84.344-10.594V92.625zm-475.28.405v30.814l83.468 10.5-83.47-41.313zm475.28 56.25l-82.156 8.44 82.156 17.936V149.28zm-475.28.095v26.094l81.28-17.75-81.28-8.345zm91.718 33.5l-91.72 17.28v29.94l91.72-47.22zm290.968 0l92.594 47.688v-30.22l-92.594-17.468zM121.28 205.75l-98.218 53.53c-1.868-.97-3.727-1.96-5.593-2.967v21.125c15.252 7.814 30.53 14.44 45.593 19.812 18.658 49.066 55.574 89.2 102.437 112l-54.375 83.344h22.313l95.625-146.53 3.812-5.877-4.563-5.312c-8.21-9.584-15.13-24.033-19-40.97l-2.468-10.842-10.25 4.312c-7.145 2.992-15.388 5.094-24.5 6.313l-11.906-54.594-16.47 55.625c-8.554-.403-17.552-1.388-26.874-2.97l22.062-70.625-52.594 63.625c-9.076-2.608-18.31-5.755-27.656-9.375l62.625-69.625zm266.783 0l62.875 69.875c-9.384 3.61-18.677 6.698-27.782 9.28l-52.72-63.78 22.064 70.688c-9.356 1.54-18.367 2.5-26.938 2.843l-16.406-55.562-11.844 54.28c-8.573-1.223-16.375-3.22-23.187-6.03l-10.156-4.188-2.5 10.72c-3.92 16.84-11.178 31.31-19.564 40.968l-4.625 5.312 3.876 5.906 95.594 146.532h22.313l-54.407-83.375c46.896-22.805 83.875-62.9 102.53-112 15.045-5.358 30.317-11.973 45.564-19.783v-21.156c-2.022 1.09-4.04 2.172-6.063 3.22l-98.625-53.75zm35.687 98.844c-18.555 39.012-50.223 70.545-89.344 88.906l-12.875-19.688c29.82-13.29 54.936-35.26 72.126-62.687 9.8-1.55 19.856-3.73 30.094-6.53zm-337.344.03c10.273 2.825 20.386 5.028 30.22 6.595 17.176 27.377 42.23 49.314 72 62.592l-12.845 19.72c-39.127-18.36-70.814-49.89-89.374-88.907zm157.938 84.907L215.78 492.595h28.564V389.53zm21.5 0v103.064h28.562L265.844 389.53zm-42.813 3.908l-64.31 99.156h36.56l27.75-99.156zm64.126 0l27.75 99.156h36.563l-64.314-99.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-condylura-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M124.813 31.5L21.593 134.688 150.44 263.53l4.687-27.28 18.438 3.156-19.875 115.78c.314-.073.62-.14.937-.217l36.03 26.53 10-129.406 18.626 1.437-10.874 141.032 38.188 28.125v-164.28l-31-84.563 40.344 15.406 40.343-15.438-31 84.563v164.313l38.22-28.157-10.906-141 18.625-1.436L321.25 381.5l36.094-26.594c.355.09.71.166 1.062.25l-20.094-115.72 18.407-3.186 4.75 27.25 128.81-128.813L387.095 31.5 255.938 74.78 124.813 31.5zm14.843 45.813l36.438 112.624L73.47 147.03l66.186-69.718zm229.72 0l66.187 69.718-102.625 42.907 36.437-112.625zm-.063 231.406l8.343 48.124c18.14-1.61 34.37-13.527 52.125-41.625-20.87 3.008-40.78.415-60.467-6.5zm-226.625.06c-19.613 6.86-39.458 9.437-60.25 6.44 17.718 28.036 33.906 39.973 52 41.624l8.25-48.063zm221.375 64.376l-37.032 27.28c14.147 15.196 34.73 19.897 70.845 11.752-14.33-10.72-25.298-23.82-33.813-39.032zm-215.813.344c-8.737 16.542-20.235 30.682-35.53 42.125 38.18 8.612 59.01 2.917 73.218-14.406L148.25 373.5zm54 39.75c.29 24.56-2.662 48.25-9.78 71.406 25.805-11.198 41.003-24.887 49.155-42.437l-39.375-28.97zm106.156.875l-39.562 29.156c8.114 17.697 23.35 31.485 49.312 42.75-7.17-23.32-10.098-47.167-9.75-71.905z" fill="#fff"/></svg>
<svg class="tc-image-originals-confrontation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v29.75l36.09 31.578c13.506-3.722 27.044-6.596 40.193-8.146L47.75 18zm89.25 0l34.172 54.676c19.488 4.303 38.114 12.753 55.457 25.668L166.75 18zm120.656 0l28.092 129.424S278.068 45.746 284.092 18zm117.344 0l-30.13 80.344c17.344-12.915 35.97-21.365 55.458-25.668L404.75 18zm119 0l-46.533 53.182c13.15 1.55 26.687 4.424 40.193 8.146L494 47.75V18zM118.736 88.04c-1.488-.026-2.997-.025-4.525.003-28.57.524-63.666 10.44-96.21 22.7v143.114c2.86-7.516 7.632-14.432 13.44-20.22 7.7-7.675 17.647-13.693 28.706-14.117.79-.03 1.586-.032 2.387-.004.8.028 1.607.086 2.418.175 7.908.875 13.682 5.74 18.136 10.994 4.454 5.252 7.902 11.385 10.74 17.312 5.676 11.853 8.844 23.21 8.844 23.21l-17.326 4.878s-2.89-10.16-7.754-20.315c-2.432-5.078-5.373-10.072-8.233-13.444-2.86-3.372-5.325-4.627-6.382-4.744-5.24-.58-12.662 2.66-18.83 8.805-6.165 6.145-10.49 14.778-10.98 20.923-1.776 22.332 7.533 36.257 18.413 45.745 5.44 4.743 11.306 8.183 16.06 10.357 2.375 1.087 4.48 1.858 6.012 2.32 1.534.462 2.868.52 1.875.512l-.146 18c-2.76-.022-4.48-.542-6.92-1.277-2.44-.736-5.233-1.78-8.308-3.186-6.148-2.81-13.41-7.06-20.402-13.16-8.955-7.808-17.41-18.972-21.75-33.386V427.39c24.102 26.71 51.126 51.064 81.078 61.965 12.463 4.536 28.87 3.676 40.942-2.03.215-.717.515-2.225.86-4.427.74-4.75 2.008-13.206 9.718-18.332 6.447-4.286 12.678-4.82 15.756-5.78-3.493-7.43-10.868-26.54-6.184-48.735 3.417-16.19 15.896-29.056 30.18-35.605 7.14-3.274 14.995-4.98 22.87-3.648 3.937.667 7.822 2.23 11.307 4.615 3.25-4.3 6.502-8.302 8.506-11.1l3.62-5.054 4.005 1.594c4.42 1.172 6.194 1.58 6.215 1.703.18-.15.412-.382.828-.793.182-.354 2.685-9.4.513-20.692-2.187-11.373-5.665-25.125-15.215-37.41-5.235.462-10.274.937-14.357 1.643-5.597.966-9.288 2.814-9.607 3.125l-12.566-12.887c3.454-3.367 7.37-5.176 11.527-6.354-5.143-1.766-10.087-2.734-15.598-2.49l-.792-17.983c15.547-.686 27.433 5.062 39.65 10.902-7.522-7.768-13.75-15.06-19.606-20.476-7.838-7.25-14.08-10.976-23.085-10.95-1.806.007-4.95 2.097-9.334 6.88-4.386 4.784-8.75 11.637-17.673 14.957l-6.278-16.87c1.232-.46 5.672-4.788 10.68-10.25 5.006-5.463 11.842-12.683 22.548-12.716 14.558-.043 26.002 7.077 35.36 15.732 5.22 4.825 10.085 10.18 15.134 15.62 5.293-23.545 9.614-46.54 8.076-69.415-31.038-64.935-71.1-95.532-115.53-103.06-4.063-.613-8.346-.945-12.812-1.026zm274.528 0c-4.466.082-8.75.414-12.813 1.026-44.428 7.53-84.49 38.126-115.528 103.06-1.538 22.876 2.783 45.87 8.076 69.417 5.05-5.44 9.915-10.796 15.133-15.62 9.36-8.656 20.804-15.776 35.362-15.732 10.706.034 17.542 7.254 22.55 12.716 5.006 5.463 9.446 9.79 10.68 10.25l-6.28 16.87c-8.92-3.32-13.286-10.172-17.67-14.956-4.385-4.783-7.53-6.873-9.334-6.88-9.006-.026-15.248 3.7-23.086 10.95-5.856 5.414-12.084 12.707-19.606 20.475 12.217-5.84 24.103-11.588 39.65-10.902l-.792 17.982c-5.51-.243-10.455.725-15.598 2.49 4.157 1.18 8.073 2.988 11.527 6.356l-12.566 12.888c-.32-.31-4.01-2.158-9.608-3.125-4.084-.705-9.123-1.18-14.358-1.643-9.55 12.285-13.028 26.037-15.215 37.41-2.172 11.293.33 20.338.512 20.692.415.41.646.642.827.793.02-.122 1.794-.53 6.215-1.703l4.006-1.594 3.62 5.053c2.003 2.8 5.255 6.802 8.505 11.102 3.485-2.384 7.37-3.948 11.308-4.615 7.875-1.333 15.73.374 22.87 3.648 14.284 6.55 26.763 19.415 30.18 35.606 4.684 22.195-2.69 41.306-6.184 48.735 3.078.96 9.31 1.495 15.756 5.78 7.71 5.127 8.978 13.582 9.72 18.333.343 2.202.643 3.71.858 4.428 12.073 5.705 28.48 6.565 40.942 2.03 29.952-10.902 56.976-35.257 81.078-61.965V293.235c-4.34 14.414-12.795 25.578-21.75 33.387-6.993 6.1-14.254 10.35-20.402 13.16-3.075 1.407-5.867 2.45-8.307 3.187-2.44.735-4.16 1.255-6.92 1.277l-.145-18c-.993.008.34-.05 1.875-.512 1.533-.462 3.637-1.233 6.013-2.32 4.753-2.174 10.62-5.613 16.06-10.357 10.88-9.488 20.188-23.413 18.41-45.744-.488-6.145-4.813-14.778-10.98-20.923-6.166-6.146-13.59-9.384-18.828-8.805-1.057.117-3.523 1.372-6.382 4.744-2.86 3.372-5.8 8.366-8.233 13.444-4.863 10.155-7.754 20.314-7.754 20.314l-17.326-4.88s3.168-11.355 8.844-23.208c2.838-5.927 6.286-12.06 10.74-17.312 4.454-5.253 10.228-10.12 18.135-10.993.81-.088 1.616-.146 2.417-.174.8-.03 1.597-.027 2.387.004 11.06.424 21.006 6.443 28.707 14.117 5.808 5.788 10.58 12.705 13.44 20.22V110.743c-32.544-12.26-67.64-22.175-96.21-22.7-1.53-.027-3.038-.028-4.526 0zM207.568 388.366c-2.844.06-6.23.844-9.716 2.442-.61.28-1.218.587-1.823.914l15.636 9.07s2.62-4.082 5.238-8.237c-1.925-2.575-3.95-3.546-6.69-4.01-.81-.137-1.698-.198-2.646-.178zm96.864 0c-.948-.02-1.836.04-2.647.178-2.738.464-4.764 1.435-6.69 4.01 2.62 4.155 5.24 8.238 5.24 8.238l15.636-9.07c-.604-.326-1.212-.634-1.822-.913-3.485-1.598-6.872-2.382-9.716-2.442zM176.795 427.13c.727 14.314 6.52 25.452 6.945 26.253 4.71-1.988 8.2-3.552 8.26-3.867.104-.54-7.425-11.492-15.205-22.387zm158.41 0c-7.78 10.894-15.31 21.847-15.205 22.386.06.315 3.55 1.88 8.26 3.867.425-.8 6.218-11.94 6.945-26.254zM18 454.503V494h49.19C49.272 483.442 32.927 469.57 18 454.504zm476 0c-14.928 15.066-31.273 28.938-49.19 39.496H494z"/></svg>
<svg class="tc-image-originals-console-controller tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M380.95 114.46c-62.946-13.147-63.32 32.04-124.868 32.04-53.25 0-55.247-44.675-124.87-32.04C17.207 135.072-.32 385.9 60.16 399.045c33.578 7.295 50.495-31.644 94.89-59.593a51.562 51.562 0 0 0 79.77-25.78 243.665 243.665 0 0 1 21.24-.91c7.466 0 14.44.32 21.126.898a51.573 51.573 0 0 0 79.82 25.717c44.45 27.95 61.367 66.93 94.955 59.626 60.47-13.104 42.496-260.845-71.01-284.543zM147.47 242.703h-26.144V216.12H94.73v-26.143h26.594v-26.593h26.144v26.582h26.582v26.144h-26.582v26.582zm38.223 89.615a34.336 34.336 0 1 1 34.337-34.336 34.336 34.336 0 0 1-34.325 34.346zm140.602 0a34.336 34.336 0 1 1 34.367-34.325 34.336 34.336 0 0 1-34.368 34.335zM349.98 220.36A17.323 17.323 0 1 1 367.3 203.04a17.323 17.323 0 0 1-17.323 17.323zm37.518 37.52a17.323 17.323 0 1 1 17.322-17.324 17.323 17.323 0 0 1-17.365 17.334zm0-75.048a17.323 17.323 0 1 1 17.322-17.323 17.323 17.323 0 0 1-17.365 17.333zm37.518 37.518a17.323 17.323 0 1 1 17.323-17.323 17.323 17.323 0 0 1-17.367 17.334z" fill="#fff"/></svg>
<svg class="tc-image-originals-conversation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M211.313 21.094c-51.776 0-98.754 12.252-133.5 32.718C43.066 74.28 19.874 103.78 19.874 137.69c0 33.54 22.692 62.81 56.813 83.25L48.156 327.094l96.97-79.844c20.65 4.58 42.924 7.063 66.186 7.063 51.776 0 98.786-12.252 133.532-32.72 34.746-20.466 57.937-49.997 57.937-83.905s-23.19-63.41-57.936-83.875c-34.746-20.467-81.756-32.72-133.53-32.72zm0 18.687c48.8 0 92.866 11.77 124.03 30.126 31.165 18.357 48.75 42.447 48.75 67.78 0 25.338-17.585 49.457-48.75 67.814-31.164 18.357-75.23 30.125-124.03 30.125S118.445 223.857 87.28 205.5c-31.163-18.357-48.718-42.476-48.718-67.813 0-25.336 17.555-49.424 48.72-67.78C118.445 51.55 162.51 39.78 211.31 39.78zM96.53 89.938v18.688h93.126V89.937H96.53zm111.814 0v18.688h28.094V89.937h-28.094zm46.78 0v18.688h71.97V89.937h-71.97zM96.532 129.844v18.72h29.657v-18.72H96.53zm48.345 0v18.72h65.938v-18.72h-65.938zm84.656 0v18.72h38.095v-18.72H229.53zm56.782 0v18.72h40.782v-18.72h-40.78zM96.532 166.78v18.69h70.874v-18.69H96.53zm89.562 0v18.69h57.03v-18.69h-57.03zm75.72 0l-.002 18.69h65.282v-18.69h-65.28zm92.342 90.25c-74.88 0-135.594 41.762-135.594 93.283 0 51.52 60.716 93.28 135.594 93.28 18.23 0 35.623-2.48 51.5-6.968l68.53 51.156-24.873-71.03c24.947-16.918 40.437-40.432 40.437-66.438 0-51.518-60.714-93.28-135.594-93.28zm-70.344 42.345h32.907v18.688H283.81v-18.688zm51.594 0h90.344v18.688h-90.344v-18.688zm-78.97 41.75h78.314v18.688h-78.313v-18.688zm97.002 0h20.968v18.688h-20.97l.002-18.688zm39.656 0h51v18.688h-51v-18.688zm-109.28 39h79.06v18.688h-79.062v-18.688zm97.748 0h44.188v18.688h-44.188v-18.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-convict tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M185 25v14h142V25H185zm0 32v14h142V57H185zm2.512 32c-1.626 7.3-2.512 15-2.512 23 0 48.966 32.654 87 71 87s71-38.034 71-87c0-8-.886-15.7-2.512-23H187.512zm21.027 118.72c-22.123 6.853-39.915 18.596-54.614 33.583-.142.145-.28.294-.422.44 30.324 4.354 58.944 6.987 86.484 7.907l-31.45-41.93zm94.92 0l-31.667 42.223c29.804-.46 58.58-3.033 87.186-7.697-.304-.314-.6-.633-.906-.943-14.7-14.987-32.49-26.73-54.613-33.584zm-67.437 6.645L256 241.002l19.977-26.637A76.84 76.84 0 0 1 256 217a76.84 76.84 0 0 1-19.977-2.635zm-106.914 60.05c-3.84 6.633-7.324 13.557-10.493 20.685l28.81 7.203c110.47 15.786 106.675 15.786 217.147 0l28.81-7.203c-3.15-7.085-6.61-13.97-10.423-20.565-79.61 15.326-159.822 15.182-253.85-.12zm-22.905 54.69a326.24 326.24 0 0 0-1.533 5.303 362.76 362.76 0 0 0-4.926 19.975L135 363.195v-26.89l-28.795-7.2zm299.59 0l-28.795 7.2v26.37l34.857-10.048a360.236 360.236 0 0 0-4.53-18.22 326.34 326.34 0 0 0-1.532-5.302zM153 339.46v27.95c73.738 14.2 132.264 14.196 206-.004V339.46c-96.875 13.752-109.125 13.752-206 0zm265.188 48.806L377 400.14v27.055l44.227-11.056a528.943 528.943 0 0 0-3.04-27.874zM93.59 389.95a531.613 531.613 0 0 0-2.817 26.19L135 427.194v-26.89L93.59 389.95zM153 404.04v27.173c88.597 14.452 132.463 14.508 206 .205v-27.38c-72.118 13.164-133.882 13.164-206 0zm-64.152 48.726c-.356 14.784-.125 26.056.027 34.234H135v-22.695l-46.152-11.54zm334.304 0L377 464.306V487h46.125c.152-8.178.383-19.45.027-34.234zM153 467.696V487h206v-18.94c-71.098 13.194-121.477 13.04-206-.365z"/></svg>
<svg class="tc-image-originals-convince tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v207.053c19.25 18.903 53.07 37.274 84.973 47.933 28.11 9.392 46.653 12.82 66.886 5.338 15.865-5.866 34.172-10.222 46.44-18.12 12.266-7.896 19.334-16.98 15.82-39.366l-.036-.233-.023-.234c-.327-3.16-.745-6.478-1.208-9.866-.18.048-.353.1-.536.146-10.828 2.783-26.286 4.28-45.757.356-1.35.83-2.715 1.64-4.107 2.41l-7.877 4.355-8.71-15.75 7.874-4.356c19.52-10.796 36.083-31.545 46.055-47.434-.362-1.25-.745-2.51-1.12-3.765-12.854 8.896-31.028 13.176-52.173 4.945l-8.387-3.265 6.53-16.774 8.386 3.265c19.01 7.4 29.868 2.503 39.136-5.938 7.444-6.78 12.796-16.308 16.33-23.72C200.162 74.25 174.97 45.817 150.072 18zm184.098 0c9.883 14.11 23.515 29.61 39.943 44.97 2.322-.828 4.714-1.657 7.226-2.462 12.116-3.887 25.88-7.772 38.888-7.238 4.336.177 8.587.846 12.664 2.17l8.56 2.78-5.556 17.118-8.56-2.777c-7.706-2.5-25.637.32-40.498 5.086-8.86 2.842-16.452 5.906-21.157 7.924 3.427 3.978 6.868 7.985 10.336 12.045l3.65 4.27-2.234 5.154c-1.224 2.822-2.9 6.616-5.104 10.833 10.92 13.352 26.323 27.074 37.03 34.844 17.4 12.628 42.365 27.795 61.884 31.898 9.76 2.052 17.528 1.385 23.1-1.996 5.572-3.382 10.426-9.972 12.86-24.143l1.524-8.872 17.74 3.05-1.525 8.868c-.04.223-.086.436-.126.657 31.894 13.803 62.577 22.355 87.45 22.82 4.85.09 9.452-.125 13.806-.633V106.63c-8.336 6.688-18.94 14.612-32.676 24.112l-10.24-14.803C472.05 101.436 485.12 90.98 494 82.956V18zm-140.23 1.408c11.063.573 118.618 57.055 88.53 46.65-1.587-.548-9.626-1.652-20.597-2.624 2.99 5.485 4.843 11.576 5.403 17.86.696 7.81-.678 14.718-4.043 19.93-3.365 5.21-9.344 8.953-17.078 7.756-7.734-1.196-14.553-6.918-18.953-13.33-4.4-6.41-7.063-13.943-7.76-21.752-.393-4.423-.122-8.556.798-12.255-22.742.214-43.964 2.89-48.23 11.275L61.11 19.53c.148-.1.404-.14.76-.122zm48.243 45.004c-.487-.075-1.508.018-2.813 2.04-1.305 2.02-2.272 5.74-1.87 10.237.4 4.497 2.065 8.626 3.772 11.113 1.706 2.487 2.772 2.905 3.26 2.98.49.076 1.512-.02 2.817-2.04 1.305-2.022 2.272-5.74 1.87-10.24-.4-4.497-2.065-8.623-3.772-11.11-1.707-2.487-2.775-2.905-3.264-2.98zm189.033 24.102c.576.01 1.155.03 1.736.064 18.6 1.05 37.856 12.446 57.638 33.215l-13.036 12.414c-17.96-18.858-33.937-27-45.617-27.658-11.68-.66-20.613 4.674-28.44 18.493l-15.66-8.87c9.8-17.305 25.495-27.965 43.378-27.66zm-75.247 84.984c-5.424 7.34-11.826 14.886-19.17 21.854 8.736.288 15.768-.762 21.112-2.135.762-.196 1.43-.396 2.115-.596-1.153-6.153-2.514-12.555-4.057-19.122zm163.516 6.063c-2.47 5.277-5.564 9.725-9.225 13.303 31.756 24.712 60.36 54.72 77.924 91.237l.894 1.857c30.018 39.74 39.6 93.688 31.875 140.422l-.427 2.585-1.75 1.95c-27.812 31.048-73.822 47.28-115.084 53.597-20.632 3.157-40.1 3.763-55.972 1.95-15.872-1.815-28.883-4.708-35.914-15.536l-1.035-1.594-.302-1.875c-1.843-11.445-2.61-22.47-3.927-33.252-17.095 19.167-29.632 38.814-36.216 59.795H494V202.477c-4.6.443-9.322.61-14.143.52-28.046-.525-59.884-9.43-92.445-23.436zM18 248.92v50.342c9.123 6.8 33.478 24.938 62.78 46.496 17.705 13.026 35.537 26.052 49.144 35.785 6.146 4.396 11.06 7.835 15.04 10.557.42-1.207.71-1.858 1.173-3.27 2.58-7.876 5.727-18.634 8.748-29.394 4.688-16.703 8.28-30.408 10.013-37.067-1.166-7.074-1.57-14.938-1.146-23.665-21.102 4.21-42.043-.48-66.484-8.646-28.234-9.435-57.335-23.897-79.268-41.14zm408.607 31.94c-.558-.018-1.087-.027-1.503.005-4.856.37-6.203 2.073-8.16 4.252-1.303 1.453-2.563 3.47-4.815 5.963-2.253 2.492-6.56 5.677-11.724 5.91-4.653.21-8.815-1.813-11.35-3.65-2.534-1.837-4.092-3.443-5.46-4.496-2.736-2.106-3.71-3.362-11.24-1.64-3.17.724-3.98 2.038-5.827 5.558-.923 1.76-1.817 3.907-3.128 6.324-1.31 2.417-3.092 5.53-7.095 7.713-2.902 1.58-5.935 1.408-7.737 1.026-1.8-.38-2.926-.905-3.955-1.365-2.057-.92-3.683-1.764-5.547-2.413-3.728-1.3-7.94-2.22-15.793.848-6.544 2.557-6.794 4.043-7.48 5.79-.343.874-.54 1.99-1.217 4.106-.677 2.117-2.908 6.577-7.324 8.29-3.775 1.464-7.653 1.175-10.342.604-2.69-.572-4.63-1.286-6.558-1.766-3.856-.96-7.658-1.625-15.57.95-4.61 1.5-9.89 8.046-12.335 16.86-2.4 8.648-1.578 18.425 1.157 23.342 30.118 34.035 28.01 69.583 32.198 98.74 2.26 1.604 9.918 5.4 21.886 6.766 5.613.642 11.98.935 18.855.864 1.086-34.234-7.61-76.94-20.19-104.827l16.405-7.404c13.87 30.74 22.888 73.896 21.845 111.273 4.66-.436 9.442-1.022 14.29-1.764 9.362-1.434 18.96-3.473 28.46-6.107-6.532-36.43-12.015-75.947-31.57-109.668l15.57-9.03c21.366 36.845 27.08 77.85 33.293 113.18 8.396-3.052 16.54-6.588 24.184-10.607-1.915-42.748-7.087-79.433-24.318-106.14l15.125-9.76c18.78 29.108 24.406 65.356 26.676 105.17 5.61-4.036 10.723-8.41 15.184-13.115 7.132-48.38-6.747-105.394-43.217-139.723-.53-.01-1.117-.04-1.676-.06zM18 321.7V494h201.545c7.798-28.846 25.177-54.816 48.295-79.12l-64.578-39.228-.065-.04c-9.837-6.207-19.81-13.738-27.28-24.73-1.19 4.364-2.42 8.847-3.702 13.42-3.056 10.885-6.236 21.773-8.973 30.132-1.368 4.18-2.605 7.693-3.787 10.5-.59 1.403-1.124 2.597-1.935 3.93-.406.668-.84 1.376-1.8 2.355-.963.978-2.718 2.94-6.853 2.94-2.477 0-2.973-.462-3.56-.69-.588-.23-.965-.42-1.33-.607-.73-.376-1.366-.752-2.098-1.2-1.464-.898-3.24-2.067-5.405-3.534-4.33-2.936-10.154-7.034-17.022-11.946-13.735-9.825-31.6-22.878-49.34-35.928C49.467 345.066 31.506 331.74 18 321.7z"/></svg>
<svg class="tc-image-originals-cooking-pot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 100c-8 0-16 4-32 12l10.848 32.543C179.665 147.226 112.76 160.04 98.68 183h314.625c-7.012-11.422-27.093-20.334-52.305-26.738V135h-18v17.266c-21.203-4.107-44.4-6.68-65.848-7.723L288 112c-16-8-24-12-32-12zM96 201v14H55v18h41v151c0 16 16 32 32 32h256c16 0 32-16 32-32V233h41v-18h-41v-14H96z"/></svg>
<svg class="tc-image-originals-cool-spices tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M170.344 13.625l-17 22.72 17 22.718 17.03-22.72-17.03-22.718zM375.25 21.22l-22.313 29.75 22.313 29.78 22.28-29.78-22.28-29.75zm-130.28 18.5l-22.282 29.75 22.28 29.75 22.313-29.75-22.31-29.75zM54.03 43.093l-17 22.718 17 22.72 17.032-22.72-17.03-22.718zm391.126 24.843l-13.594 29.407-29.437 13.594 29.438 14.156 13.593 28.844 13.563-29.407 29.436-13.593-28.875-13.593-14.124-29.406zm-300.812 13.22l-17.063 36.968-36.968 17.063 36.97 17.78 17.062 36.25 17.03-36.968 36.97-17.063-36.25-17.062-17.75-36.97zm208.594 9.218l-22.313 29.75 22.313 29.78 22.28-29.78-22.28-29.75zM252.78 153.5l-18.5 24.688 18.5 24.718 18.5-24.72-18.5-24.686zm103.032 31.063l-14 30.375-30.375 14 30.375 14.593 14 29.814 14.032-30.375 30.375-14.032-29.783-14-14.625-30.375zM85.406 191.53l-17.03 22.69 17.03 22.718 17-22.72-17-22.687zm94.125 27.064l-17 22.72 17 22.717 17.032-22.717-17.03-22.72zm72.657 24.062c-7.673.11-14.296 4.334-21.687 10.03-46.035 35.503-104.323 87.027-105.03 115.814-8.237.98-15.564 5.264-15.564 12.813 0 11.258 15.384 15.297 26.625 12.25-.138.687-.218 1.404-.218 2.156 0 16.076 31.4 17.454 37.25 4.467 34.6 9.25 77.038 10.805 115.813 6.157 2.352 14.95 33.956 15.173 37.688 1.03 10.247 7.523 28.91 7.963 40.218 1.376 10.675 6.772 32.408 3.443 32.408-9.813 0-1.963-.465-3.7-1.313-5.218 5.86-2.54 10.063-6.99 10.063-13.376 0-14.332-21.145-18.725-34.72-13.594-4.536-31.173-59.7-84.754-100.874-115.688-8.093-6.08-14.688-8.492-20.656-8.406zM76.72 355.062c-10.75.023-21.5 5.02-21.5 14.907 0 19.773 43 19.4 43 0 0-9.978-10.753-14.93-21.5-14.908zm390.436 13.032c-9.547.042-19.094 4.416-19.094 13.03 0 17.73 38.188 17.568 38.188 0 0-8.783-9.547-13.072-19.094-13.03zm-428.75 15.72c-9.547.018-19.093 4.434-19.093 13.217 0 17.57 38.187 17.234 38.187 0 0-8.862-9.547-13.237-19.094-13.217zm411.72 23.498c-10.75.023-21.5 5.02-21.5 14.907 0 19.775 42.968 19.4 42.968 0 0-9.98-10.72-14.93-21.47-14.908zm-273.845 6.594c-6 .013-11.994 1.765-15.624 5.25-11.234-4.884-29.875-1.086-29.875 11.188 0 14.306 25.317 16.71 34.72 7.812 11.234 4.8 29.875 1.01 29.875-11.03 0-8.864-9.547-13.24-19.094-13.22zm87.22 1.594c-9.547.042-19.094 4.415-19.094 13.03 0 17.727 38.188 17.57 38.188 0 0-8.782-9.547-13.072-19.094-13.03zm-192 9.375c-9.547.02-19.094 4.435-19.094 13.22 0 17.566 38.188 17.23 38.188 0 0-8.865-9.547-13.24-19.094-13.22zM370 438.063c-9.547.04-19.094 4.446-19.094 13.062 0 9.873 11.848 14.203 22.344 13.063-.717 1.552-1.094 3.284-1.094 5.187 0 18.818 36.526 20.522 43.75 5.53 10.313.833 21.625-3.56 21.625-13.124 0-14.715-26.8-16.88-35.5-7.06-4.325-.91-9.065-.96-13.467-.19.345-1.054.53-2.18.53-3.405 0-8.784-9.546-13.104-19.093-13.063zm-150.906 3.5c-10.948.048-21.875 5.09-21.875 14.968 0 20.33 43.78 20.146 43.78 0 0-10.07-10.958-15.016-21.906-14.967zm100.594 17.687c-12.55.026-25.094 5.86-25.094 17.406 0 23.09 50.187 22.65 50.187 0 0-11.65-12.544-17.432-25.092-17.406zm-153 6.72c-10.948.047-21.907 5.087-21.907 14.967 0 20.328 43.782 20.145 43.782 0 0-10.072-10.927-15.016-21.875-14.968z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-corked-tube tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M342.072 9.492l7.877 4.55c-3.83 6.624-18.15 31.747-25.464 57.745-3.656 13-5.433 26.102-3.857 36.58 1.574 10.478 5.677 18.082 15.31 23.637 9.382 5.408 17.99 5.178 27.902 1.336 9.913-3.842 20.485-11.84 30.06-21.403 19.138-19.113 34.27-44.025 38.127-50.695L342.07 9.492zm-31.006 30.912l-4.656 8.102c-65.54 114.04-127.84 220.083-192.724 331.85-21.68 37.343-14.265 83.987 19.226 103.228 33.492 19.242 77.81 2.41 99.324-35.072 64.292-111.995 126.706-217.98 192.727-331.852l4.705-8.117-5.225-3.002c-5.17 6.54-10.985 13.28-17.334 19.62-4.526 4.52-9.317 8.85-14.376 12.748C334.977 237.35 256.794 371.864 218.814 438c-16.704 29.078-50.333 43.54-76.033 28.78-12.85-7.38-20.423-20.697-22.5-35.155-2.075-14.458 1.03-30.36 9.44-44.844 37.22-64.13 114.514-197.106 172.124-296.608.803-7.887 2.495-15.78 4.652-23.445 2.366-8.41 5.33-16.568 8.43-24.106l-3.86-2.216zm-57.03 169.48c-42.186 72.684-83.947 144.55-108.16 186.272-6.41 11.04-8.512 22.943-7.095 32.813 1.42 9.868 6.04 17.415 13.314 21.592 14.55 8.357 37.802.232 50.5-21.875 28.334-49.335 78.162-135.183 126.732-218.804h-75.29z" fill="#fff"/></svg>
<svg class="tc-image-originals-corn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M130.543 39.226l13.316 66.134c2.8-3.765 5.596-7.473 8.384-11.048l17.066-21.885-.974 27.736c-.69 19.64-1.247 39.345-1.49 58.973 6.94-3.547 14.11-7.24 21.494-11.108 14.69-7.69 29.31-15.51 41.242-22.017-3-6.667-6.218-13.2-9.916-19.5-15.624-26.61-39.145-50.258-89.123-67.284zm300.03 3.724c-1.405.014-2.832.088-4.28.22 4.59 6.668 9.32 12.88 14.29 18.708l12.968-12.967c-6.443-3.9-14.258-6.046-22.978-5.96zm-22.645 4.828c-2.824 1.143-5.69 2.488-8.586 4.07-1.83.996-3.664 1.98-5.495 2.973.78 1.247 1.562 2.483 2.348 3.7 4.43-2.915 8.834-5.77 13.195-8.533-.49-.726-.975-1.473-1.462-2.21zm58.35 13.86L452.874 75.04c5.875 5.755 12.12 11.16 18.86 16.336 1.55-11.45-.575-21.67-5.458-29.738zm-88.18 1.705c-6.794 3.656-13.59 7.3-20.38 10.94 1.52 2.57 3.05 5.077 4.588 7.52 6.406-4.58 12.767-9.032 19.073-13.343-1.103-1.678-2.194-3.39-3.28-5.117zm41.884 1.25c-4.455 2.814-8.952 5.716-13.488 8.7 3.288 4.364 6.66 8.533 10.156 12.52l11.403-11.404c-2.757-3.173-5.44-6.446-8.07-9.817zm-78.05 18.178c-7.558 4.073-15.095 8.16-22.594 12.27 2.482 4.546 4.97 8.91 7.482 13.096 7.037-5.412 14.042-10.692 21.006-15.828-1.99-3.093-3.95-6.277-5.893-9.537zm49.808.426c-6.383 4.367-12.83 8.883-19.33 13.54 4.776 6.542 9.727 12.63 14.96 18.357l16.766-16.768c-4.287-4.812-8.406-9.844-12.396-15.13zm48.656 4.323l-11.29 11.288c3.424 3.257 6.974 6.402 10.673 9.46 3.202-4.148 6.437-8.332 9.593-12.415-3.074-2.71-6.07-5.48-8.977-8.334zM303.61 103.73c-7.378 4.124-14.707 8.288-21.975 12.503 3.508 6.854 7.005 13.322 10.537 19.414 6.827-5.588 13.643-11.066 20.443-16.435-3.05-4.946-6.043-10.105-9.004-15.48zm54.442 3.437c-7.102 5.25-14.255 10.65-21.445 16.195 5.945 8.62 12.127 16.47 18.762 23.73l19.507-19.507c-5.9-6.388-11.475-13.17-16.824-20.418zm105.27.074c-3.028 3.92-6.133 7.937-9.207 11.92 1.775 1.244 3.59 2.477 5.432 3.702 1.267-2.337 2.52-4.68 3.795-7.015 1.153-2.115 2.177-4.21 3.095-6.287-1.047-.77-2.087-1.54-3.115-2.32zm-46.695 4.048l-16.532 16.53c4.718 4.312 9.686 8.43 14.946 12.417 4.7-6.056 9.32-12.013 13.925-17.97-4.273-3.543-8.383-7.19-12.338-10.977zM266.2 125.565c-.83.906-1.07.793-1.485 1.09-.558.4-1.1.752-1.735 1.153-1.268.8-2.864 1.753-4.828 2.892-2.413 1.4-5.514 3.145-8.904 5.033-2.702 1.698-5.397 3.405-8.074 5.125 3.755 8.345 8.797 16.637 15.002 25.17 7.333-6.372 14.678-12.64 22.025-18.8-4.073-6.815-8.057-14.03-12-21.663zm-116.65 2.803C90.93 211.753 34.103 335.944 40.22 432.138c5.696 6.334 12.39 12.947 19.215 17.95 7.61 5.582 15.156 8.76 19.907 8.76h.45l139.268 13.926c-68.43-92.97-72.94-220.298-69.51-344.406zm293.692 4.87c-4.444 5.752-8.902 11.505-13.44 17.357 3.562 2.317 7.27 4.602 11.106 6.87 3.373-6.288 6.746-12.58 10.13-18.874-2.65-1.763-5.263-3.542-7.796-5.353zm-120.662 1.107c-6.922 5.48-13.865 11.083-20.822 16.8 6.816 10.3 13.91 19.52 21.61 27.948l19.51-19.508c-7.19-7.783-13.896-16.15-20.298-25.24zm65.023 5.966l-19.508 19.51c6.02 5.5 12.446 10.686 19.374 15.687 5.624-7.137 11.186-14.23 16.686-21.283-5.807-4.458-11.314-9.074-16.553-13.912zm-162.52 8.6c-6.484 3.484-13.3 7.11-20.3 10.802 4.492 10.944 11.093 22.845 19.223 35.006 6.07-5.553 12.16-11.05 18.27-16.48-7.103-9.59-12.857-19.13-17.192-29.327zm62.9 13.685c-6.882 5.788-13.763 11.678-20.638 17.658 7.596 9.074 16.32 18.562 26.073 28.79l17.46-17.458c-8.167-8.842-15.714-18.43-22.894-28.99zm130.845 2.115c-5.385 6.91-10.834 13.864-16.346 20.865 5.56 3.47 11.445 6.88 17.672 10.28 4.108-7.497 8.183-15.046 12.254-22.602-4.7-2.8-9.226-5.642-13.58-8.543zm-230.043 3.377c-7.095 3.687-13.966 7.22-20.463 10.51 3.642 13.868 11.777 30.123 22.885 46.923 6.346-6.118 12.732-12.185 19.158-18.193-9.026-13.173-16.406-26.366-21.58-39.24zm166.818 4.225l-19.508 19.507c7.207 6.583 14.993 12.72 23.534 18.624 5.666-7.013 11.274-14.016 16.823-20.994-7.41-5.446-14.336-11.123-20.85-17.138zM253.58 192.354c-6.36 5.658-12.702 11.39-19.02 17.184 8.084 10.67 17.152 21.326 26.858 31.506l19.263-19.264c-10.142-10.567-19.194-20.173-27.1-29.426zm137.777 7.317c-5.434 6.843-10.926 13.71-16.48 20.595 7.44 4.473 15.463 8.87 24.092 13.287 4.212-7.266 8.368-14.596 12.49-21.973-7.073-3.895-13.765-7.85-20.103-11.91zm-67.754 4.642l-17.46 17.458c8.36 7.97 17.038 15.497 25.783 22.417 5.536-6.632 11.016-13.27 16.447-19.91-8.91-6.3-17.12-12.9-24.77-19.965zM167.437 221.79c.31 8.662.715 17.282 1.262 25.836 3.052-3.06 6.117-6.108 9.198-9.145-3.788-5.568-7.284-11.143-10.46-16.69zm53.653.22c-6.492 6.08-12.944 12.228-19.352 18.423 8.29 11.04 17.64 22.08 27.68 32.61l19.263-19.263c-9.95-10.366-19.25-21.02-27.59-31.77zm142.412 12.268c-5.642 6.908-11.343 13.822-17.106 20.73.95.67 1.9 1.326 2.848 1.98 11.135-5.043 21.08-9.175 29.514-11.823.806-.253 1.553-.48 2.33-.723-6.137-3.337-12.01-6.713-17.586-10.164zm-70.094.23l-19.264 19.262c9.262 8.83 18.92 17.118 28.62 24.633 5.875-6.745 11.693-13.52 17.456-20.314-9.126-7.32-18.12-15.24-26.812-23.583zM188.6 253.257c-6.066 5.994-12.07 12.037-18.024 18.104.08.84.16 1.677.242 2.514 8.02 10.558 16.996 21.096 26.6 31.168l19.263-19.264c-10.078-10.5-19.56-21.436-28.08-32.52zm207.175 6.792c1.045.547-4.21-.04-11.627 2.29-7.62 2.39-17.802 6.602-29.472 11.934-23.342 10.665-52.773 25.796-82.73 40.12-29.96 14.327-60.4 27.873-86.608 35.478-.61.177-1.208.335-1.815.506 9.725 39.354 24.64 75.796 47.09 107.666 10.53-.556 19.844-2.732 28.217-6.078 18.345-7.332 32.617-20.42 44.62-35.205 12.005-14.786 21.526-31.097 30.673-44.343 4.573-6.623 9.025-12.513 14.183-17.188 5.16-4.675 11.558-8.383 19.036-8.383 16.213 0 30.66 10.89 45.064 26.074 9.18 9.68 18.34 21.64 27.37 34.79 2.69-28.988 8.2-55.247 7.468-77.426-.482-14.58-3.403-27.167-10.916-38.607-7.486-11.398-19.84-22.032-40.553-31.627zm-134.367 6.457l-19.264 19.263c5.433 5.18 11.003 10.173 16.637 14.94 1.8-.852 3.6-1.694 5.4-2.555 7.132-3.41 14.244-6.875 21.275-10.324-8.177-6.68-16.235-13.824-24.047-21.323zm-32 32l-19.264 19.263c1.084 1.034 2.176 2.056 3.27 3.075 8.875-3.585 18.068-7.574 27.39-11.795-3.846-3.427-7.648-6.946-11.396-10.543zm-54.406 8.834c.887 5.78 1.856 11.515 2.922 17.198l6.757-6.758c-3.296-3.435-6.522-6.92-9.678-10.44z"/></svg>
<svg class="tc-image-originals-corner-explosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M293.324 20.738l-5.256 162.94L141.478 60.45l47.157 112.16L67.86 91.446 189.37 221.64 21.17 158.567 174.77 304.57l-113.885 2.92 160.02 77.09-127.9 14.602L196.91 435.81l-39.666 10.676 124.395 30.37-36.208 20.44h244.12v-91.835l-74.345-188.675 74.346 107.865v-44.025l-20.112-154.42-17.323 84.563L403.12 55.193 377.33 141 343.295 35.92l6.68 106.877-56.65-122.06zm12.133 116.823l73.764 121.56 15.376-30.233 38.836 141.656-73.946-103.967 9.682 76.022-77.018-20.64 102.518 91.044-33.8 6.584 93.515 53.76-202.012-61.412 64.49-21.9-113.56-57.97 74.012 13.08L156.25 242.18l126.86 37.164-19.96-60.555 69.795 44.25-27.488-125.48z"/></svg>
<svg class="tc-image-originals-corporal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.978 93.103C226.38 140.78 161.383 218.66 106 257.6v52.892c53.113-38.92 105.113-92.537 140.56-145.71l9.44-14.158 9.44 14.16c35.333 53 87.963 106.296 140.56 145.47v-52.593c-56.39-38.937-120.654-116.944-150.022-164.557zm0 108.403C226.38 249.183 161.384 327.066 106 366.01v52.887c53.113-38.92 105.113-92.537 140.56-145.71L256 259.03l9.44 14.158c35.333 53 87.963 106.298 140.56 145.473v-52.594c-56.39-38.937-120.654-116.947-150.022-164.56z" fill="#fff"/></svg>
<svg class="tc-image-originals-corset tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M144.338 41.857a56.97 56.97 0 0 0-3.11.077c-8.137.423-15.005 2.59-20.763 5.88-23.03 13.16-30.536 47.917-16.414 76.16 1.852 3.704 4.176 8.36 6.755 13.64l.09-.093c17.297 16.677 39.81 20.348 65.273 17.753 23.326-2.376 48.32-10.295 70.832-17.767v-37.73c-30.213-29.67-56.348-46.09-77.4-53.256-9.48-3.227-17.864-4.643-25.262-4.663zm223.326 0c-7.4.02-15.785 1.436-25.264 4.663-21.052 7.166-47.187 23.585-77.4 53.257v37.73c22.51 7.47 47.506 15.39 70.832 17.766 25.464 2.595 47.976-1.076 65.273-17.752l.09.095c2.58-5.28 4.903-9.937 6.754-13.64 14.12-28.244 6.616-63-16.415-76.16-6.477-3.702-14.358-5.983-23.87-5.958zM247 156.47c-21.26 7.003-45.164 14.283-69.008 16.712-18.156 1.85-36.632.733-53.365-5.875 5.4 12.258 10.946 25.775 15.86 39.697 12.245 34.696 21.475 71.573 12.052 99.842-8.95 26.846-29.95 47.313-47.575 68.853C87.34 397.24 73 419 73 448c0 4.25 2.587 8.662 9.543 13.72.254.186.525.37.79.553 6-7.805 12.843-17.922 18.8-28.644C111.748 416.32 119 397 119 384h18c0 19-8.748 39.678-19.133 58.37-5.844 10.52-12.22 20.262-18.29 28.386 4.05 1.66 8.443 3.22 13.07 4.642 5.606 1.726 11.565 3.253 17.68 4.6C154.508 450.405 167 409.304 167 368h18c0 41.506-11.394 83.17-34.78 115.648C165.033 485.86 179.73 487 192 487c5 0 16.16-3.256 27.008-10.488 10.385-6.924 20.808-17.23 27.992-30.723V406.56l-34.975 17.49-8.05-16.103L235.873 392l-31.898-15.95 8.05-16.1L247 377.437v-52.45l-51.84 19.44-6.32-16.856L230.365 312l-41.525-15.572 6.32-16.856 51.84 19.44v-60.45l-50.975 25.49-8.05-16.103L235.873 224l-47.898-23.95 8.05-16.1L247 209.437v-52.97zm18 0v52.968l50.975-25.49 8.05 16.103L276.127 224l47.898 23.95-8.05 16.1L265 238.563v60.45l51.84-19.44 6.32 16.856L281.635 312l41.525 15.572-6.32 16.856-51.84-19.44v52.45l34.975-17.49 8.05 16.103L276.127 392l31.898 15.95-8.05 16.1L265 406.563v39.227c7.184 13.49 17.607 23.798 27.992 30.722C303.84 483.744 315 487 320 487c12.27 0 26.968-1.14 41.78-3.352C338.393 451.168 327 409.506 327 368h18c0 41.304 12.493 82.405 36.672 111.998 6.116-1.347 12.075-2.874 17.682-4.6 4.626-1.423 9.018-2.983 13.07-4.642-6.072-8.124-12.447-17.865-18.29-28.385C383.747 423.68 375 403 375 384h18c0 13 7.252 32.322 16.867 49.63 5.957 10.72 12.8 20.838 18.8 28.643.265-.184.536-.367.79-.552 6.956-5.058 9.543-9.47 9.543-13.72 0-29-14.34-50.76-31.965-72.3-17.624-21.54-38.625-42.008-47.574-68.854-9.422-28.27-.192-65.146 12.054-99.842 4.913-13.922 10.46-27.44 15.86-39.697-16.734 6.608-35.21 7.724-53.366 5.875-23.844-2.43-47.75-9.71-69.008-16.713z"/></svg>
<svg class="tc-image-originals-cowboy-boot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M186.04 28.48a129.5 129.5 0 0 0-5.07.054c-49.926 1.53-75.597 31.9-74.4 57.398.89 18.922 2.416 37.83 4.444 56.733 19.092-4.165 37.502-6.347 55.134-6.797 11.13-.284 21.945.136 32.434 1.166-2.545-36.064-5.777-72.215-8.744-108.45-1.275-.045-2.55-.094-3.797-.105zm21.972 1.466c3.003 36.432 6.283 72.948 8.824 109.553 37.808 6.546 70.754 21.334 97.615 40.987a3378.23 3378.23 0 0 0 17.077-73.777c-9.38 2.87-18.88 7.747-24.04 16.015l-13.88 22.23-2.707-26.065c-3.884-37.403-15.315-58.383-31.798-71.15-13.105-10.15-30.336-15.402-51.09-17.794zm-33.04 123.758a247.963 247.963 0 0 0-3.66.004c-18.41.157-37.85 2.365-58.22 6.947 7.097 57.442 18.488 114.89 30.615 172.664 20.94 1.16 38.01 2.942 54.818 7.325 6.488-61.598 5.21-123.43 1.288-185.515a240.542 240.542 0 0 0-24.842-1.426zm43.08 4.182c3.85 62.53 4.95 125.308-2.007 188.322 13.285 4.984 27.21 11.94 43.518 21.807l2.67 1.617 1.097 2.922c12.882 34.34 25.885 69.15 31.828 104.648 68.924-1.1 149.596 3.353 197.332-3.967-40-52.644-101.235-64.218-147.013-70.672-9.992-.196-18.673.505-31.99 1.596 6.397-6.884 10.99-11.14 16.503-13.43l-54.908-63.407 1.387-4.717c11.695-39.76 22.927-81.474 33.292-123.058-24.73-19.558-55.586-34.706-91.71-41.662zM69.51 279.98l-8.883 26.654c-.452.173-.897.36-1.336.56l-25.136-12.568 12.57 25.137c-.2.438-.388.884-.562 1.336l-26.652 8.88 26.652 8.886c.174.452.362.895.56 1.334l-12.568 25.137L59.29 352.77c.44.2.885.385 1.337.56l8.883 26.65 8.885-26.65c.45-.175.895-.36 1.334-.56l25.135 12.567L92.3 340.2c.074-.166.138-.338.21-.506 17.088 5.487 30.27 8.56 48.287 11.533.157-9.57 2.457-14.43 2.775-17.867-15.31-1.792-29.058-6.342-44.04-10.197l-6.675-2.065c-.173-.45-.36-.897-.558-1.335l12.565-25.137-25.136 12.568c-.44-.2-.884-.387-1.335-.56L69.51 279.98zm0 38.638c6.356 0 11.363 5.007 11.363 11.363 0 6.358-5.007 11.365-11.363 11.365-6.357 0-11.364-5.007-11.364-11.364 0-6.355 5.007-11.362 11.364-11.362zm71.39 32.57c-11.994 19.473-18.548 50.984-24.37 71.516 34.156 6.413 72.87 2.2 100.835 11.896 19.624 6.545 38.616 17.945 57.326 31.65-6.132-27.707-16.43-55.875-27.102-84.362-41.578-24.765-63.012-28.43-106.688-30.7zm-22.96 89.72c5.37 14.482 15.01 27.736 29.4 41.347 10.983 1.942 24.74 1.31 37.1.396 2.596-11.198 7.043-22.792 14.148-33.626-27.144-4.143-53.522-5.665-80.65-8.117z"/></svg>
<svg class="tc-image-originals-cowled tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.453 18.648c-81.376 0-231.45 155.81-171.668 300.672 7.978 25.267 27.867 50.345 49.205 77.076 24.453 30.633 51.61 63.238 68.668 96.885h20.584c-18.13-39.8-48.558-75.86-74.646-108.542-27.415-34.343-48.813-65.267-48.815-87.95.002-3.61.377-7.333 1.09-11.136l-.12-.027c.287-1.23.598-2.455.924-3.674.913-3.757 2.14-7.578 3.68-11.436 23.075-61.4 94.16-106.3 146.552-135.014l3.594-1.97 3.906 1.345c60.932 20.9 131.302 66.756 155.967 135.77 1.134 3.01 2.114 6.012 2.914 8.998.41 1.413.81 2.832 1.182 4.263l-.156.04c1.1 5.15 1.68 10.232 1.678 15.177v.002c0 22.304-24.448 53.49-55.04 87.512-29.063 32.318-62.31 67.554-79.997 106.644h20.59c16.756-32.134 46.205-64.013 73.303-94.147 23.14-25.733 45.285-49.998 54.867-74.945 52.844-124.03-99.228-305.54-178.262-305.54zm.797 135.32c-38.68 21.5-85.036 52.22-113.623 88.212 9.72 83.004 58.994 146.164 118.31 146.164 59.117 0 108.24-62.733 118.19-145.323-28.928-42.097-78.05-72.91-122.877-89.05zM193 237c.814-.013 1.624-.006 2.438 0 13.02.102 26.043 2.687 39.062 7.438-16.848 40.6-58.98 41.963-78.125 0 12.206-4.835 24.42-7.24 36.625-7.438zm124.906 0c13.02-.102 26.043 2.28 39.063 7.438-19.148 41.963-61.28 40.6-78.126 0 13.02-4.75 26.043-7.336 39.062-7.438zm-112.82 274.97l.135.32h86.844l.13-.32h-87.108z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crab tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M269.03 60.03C168.74 59.907 68.5 103.35 19.564 202.563c58.543-9.985 113.65 6.082 165.75 34 70.184-39.588 144.73-44.868 214.5-18.875 10.514-41.038 42.6-63.99 89.468-74.5-54.013-53.032-137.15-83.052-220.25-83.156zm72.126 163.407c-11.402 0-20.594 9.247-20.594 21.094 0 11.85 9.193 21.096 20.594 21.096 11.4 0 20.594-9.246 20.594-21.094 0-11.846-9.192-21.093-20.594-21.093zm-82.812 4.188c-11.402 0-20.594 9.246-20.594 21.094 0 11.845 9.193 21.092 20.594 21.092 11.4 0 20.594-9.247 20.594-21.094 0-11.85-9.192-21.095-20.594-21.095zm201.47 4.188c-4.164.11-8.78 1.334-13.94 3.812-11.792 5.665-25.755 18.744-38.624 40.813L404 282l-6.344-1.063c-27.112-4.514-46.836-.19-64.062 11.813-13.355 9.305-25.297 23.88-36.594 43.375 21.91-4.96 44.527-8.67 68.5-8.313l1.625.032c7.183-5.527 14.684-12.313 22.75-20.813-5.452 13.003-10.846 26.15-17.938 37.91-.017.032-.044.06-.062.092-10.86 19.943-33.42 36.072-55.594 49.72 30.027 21.8 61.94 26.562 90 18.906 31.256-8.527 57.875-32.584 70.565-67.656 10.892-30.1 14.177-55.068 12.562-73.625-1.614-18.557-8.06-30.293-15.47-35.875-3.703-2.79-7.76-4.426-12.373-4.656-.577-.03-1.156-.047-1.75-.03zM52.31 268.406c-16.702.463-26.298 6.886-31.28 17.25-5.316 11.055-5.09 28.77 4.812 50.906 9.902 22.137 29.235 48.22 59.843 74.938 35.545 31.025 79.76 41.25 119.563 31.28 36.588-9.163 69.667-35.298 89.125-79.905-20.686-.45-39.67-1.264-56.656-6.28-.13-.03-.25-.065-.376-.095-30.142-7.197-48.195-22.108-71.22-44.906 17.366 9.184 32.465 14.25 46 16.594l.127-.063c25.762-15.026 38.305-20.79 59.5-27.156-48.484-31.7-90.278-26.67-129.22-3.284l-2.218 1.344h-5.344l-2.314-1.467c-31.643-20.31-58.067-28.794-76.906-29.157-1.177-.022-2.324-.03-3.438 0z" fill-rule="evenodd" fill="#fff"/></svg>
<svg class="tc-image-originals-crab-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M175.656 22.375l-48.47 82.094c-23.017 4.384-43.547 11.782-60.124 22.374-24.436 15.613-40.572 37.414-45.5 67.875-4.79 29.62 1.568 68.087 24.125 116.093 93.162 22.88 184.08-10.908 257.25-18.813 37.138-4.012 71.196-.898 96.344 22.97 22.33 21.19 36.21 56.808 41.908 113.436 29.246-35.682 44.538-69.065 49.343-99.594 5.543-35.207-2.526-66.97-20.31-95.593-8.52-13.708-19.368-26.618-32-38.626l14.217-33-41.218 10.625c-8.637-6.278-17.765-12.217-27.314-17.782l-7.03-59.782-38.157 37.406c-12.418-5.186-25.184-9.804-38.158-13.812l-8.375-71.28-57.625 56.5c-9.344-1.316-18.625-2.333-27.812-2.97l-31.094-78.125zM222 325.345c-39.146 7.525-82.183 14.312-127.156 11.686 47.403 113.454 207.056 224.082 260.125 87-101.18 33.84-95.303-49.595-132.97-98.686z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-cracked-ball-dunk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M195.938 20.438C96.6 21.47-5.517 164.667 29.813 458.938c7.368-370.195 187-461.348 252.875-248.782-.724.372-1.448.762-2.157 1.156l-80.78-58L248 246.188c-2.173 4.416-3.97 9.074-5.438 13.907L120.22 255.28l119.06 47.814c.304 2.26.674 4.534 1.126 6.812.383 1.928.837 3.83 1.313 5.72l-76.44 85.25L268.157 365c.916 1.003 1.864 1.974 2.813 2.938l-16.97 116 72.97-87.313c4.53.546 9.093.754 13.717.53l78.094 97.595-25.592-122.375c1.513-1.67 2.965-3.387 4.343-5.188l101.095-4.03-82.813-46.75c.43-7.072.143-14.343-.937-21.72l78.063-67.968-94.344 23.75c-2.162-3.464-4.484-6.8-6.97-9.97l30.938-91.063-66.937 61.532c-1.885-.926-3.785-1.803-5.72-2.595C328.46 84.762 264.238 21.238 198.282 20.437c-.78-.01-1.56-.008-2.343 0zM316 220.594c.584-.012 1.168-.005 1.75 0 21.907.178 43.736 12.245 59 31.47l-45.938 25.53-13.187-16.625-5.47-6.908-7.217 5.063-47.907 33.78c-2.07-38.124 20.407-68.303 53.72-71.967 1.74-.192 3.498-.31 5.25-.344zm70.906 47.22c3.957 7.708 6.95 16.112 8.72 25.03 1.7 8.574 2.16 16.875 1.562 24.72l-39.72-6.345-.593-.75-14.28-18.033 44.31-24.625zm-78.437 11.686l29.967 37.844-28.843 55.03c-22.418-10.077-41.54-31.73-49.156-59l48.03-33.874zm44.717 49.97l40.407 6.467c-7.628 23.216-26 39.61-50 42.25-5.258.58-10.54.418-15.78-.375l25.373-48.343z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-cracked-disc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.344 20.063c-10.24 0-20.324.65-30.22 1.906l28.532 69.093 44.844 33.124 68.25-11.53-42.625 30.468 42.938 31.75-84.313-13.344 27.125 65.657 70.844 36.25-66.095-1.28-50.656.843 10.342 21.906 45.032 32.188-32.406-5.47 59.843 126.72-84.81-88.53-50.126 22.936 33.312-40.5-49-51.156-76.875 35.156 51.095-62.094-61.22-63.906 90.907 5.72L114.188 68C56.94 111.312 20 180.002 20 257.406c0 131.19 106.154 237.344 237.344 237.344s237.344-106.154 237.344-237.344S388.533 20.062 257.344 20.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-cracked-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.188 17.406L74.624 68.72l4.938 2.155L119 88.03l48.844-70.624H19.188zm171.406 0L136.5 95.626l38.063 16.53 1.875.813 1.343 1.5 62.157 69.218 25.532 25.968 8-25.53-.095-.032L303.97 82.72l-19.626-65.314h-93.75zm113.28 0l17.407 58.063 105.345-21.5-7.313-36.564H303.875zm134.5 0l8.407 42.032 1.814 9.124-9.125 1.844-119.626 24.406-16.47 54.626 47.72 56.062 142.625-95.938V17.406h-55.345zM18.907 42.594v168.03l69.03-26.03L68 87.75l-.156.188-48.938-45.344zm69.72 52.593l18.468 89.626 51.22 19.312 35.624-43.656-28.72-32-76.593-33.282zm405.093 36.876L337.53 237.188l-13.717 10.53 169.906 105.845v-221.5zm-396.533 69l-78.28 29.53v166.938l181.5-103.874 47.124-33.344-37.843-16.968-.03.094-57.47-21.657-4.03-1.155-2.282-1.22-48.688-18.343zm242.875 78.78l-5.406 5.782-44.5 47.625-4.844 57.313 68.813 92.562L493.72 423v-47.406l-153.658-95.75zm-151.375 42.094l-65.593 37.532L224.28 492.22h113.314l-69.375-93.376-2.095-2.813.28-3.53 4.033-47.72-81.75-22.842zm-81.968 46.875l-87.814 50.25v73.157H200.78L106.72 368.81zm387 74.532L380.25 492.22h113.47v-48.876z" fill="#fff"/></svg>
<svg class="tc-image-originals-cracked-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 23.03c-20.017 6.62-39.933 15.483-59.25 26.407l80.97 62.813-22.19 22.344 79.657 60.562-149.406-46.47 30.595-29.405-81.28-25.686c-20.255 18.034-38.886 38.7-55.032 61.812 21.454 57.967 32.843 94.84 32.843 132.094 0 36.768-11.184 73.342-32.094 130C131.52 455 182.796 476.72 234 482.03c17.09-74.624 14.146-149.25 1.03-223.874-31.348 3.477-62.62 13.448-94.28 30.03v-71.31c34.855-9.803 71.26-13.905 107.438-14.157 46.513-.325 92.643 5.714 134.593 14.155v71.313c-31.484-15.732-62.28-25.594-92.75-29.5-11.7 74.133-11.706 148.24 1.376 222.375 47.406-6.535 94.89-27.41 142.094-63.72-34.54-114.55-34.35-146.13.656-261.812C392.203 90.048 318.514 45.07 256 23.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-cracked-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.25 19.656c-34.16 0-66.38 9.506-94.75 26.344l68.188 47.844-15.313 42.53 82.03 93.407L183.5 156.313l.22-54.968-66.845-23.625c-28.81 28.75-50.6 66.493-61.97 109.436-6.075 34.104 5.67 67.812 29.22 90.75-1.25-7.402-1-15.176 1.063-22.875 6.26-23.364 27.1-39.113 50.124-40.06.665-.03 1.332-.03 2-.032 4.05-.018 8.156.408 12.25 1.343l.032-.093c61.34 16.437 98.998 77.615 87.28 139.032 6.477-.402 12.953-.626 19.44-.626 4.295 0 8.58.105 12.873.28-11.51-61.3 26.12-122.28 87.344-138.687l.033.125c3.422-.79 6.852-1.263 10.25-1.375.67-.02 1.333-.037 2-.03.666.006 1.335.034 2 .062 23.023.947 43.895 16.696 50.156 40.06 2.062 7.7 2.315 15.474 1.06 22.876 20.526-19.993 32.086-48.167 30.69-77.656C430.923 96.642 349.435 19.656 252.25 19.656zM46.062 255.906C46.1 311.113 62.733 361.88 90.5 402.062c39.134-24.48 82.53-39.502 126.875-45.03 8.79-35.65-2.307-71.59-26.438-96 1.086 7.14.763 14.604-1.218 22-7.707 28.757-37.525 45.955-66.282 38.25-1.42-.38-2.796-.828-4.157-1.313-33.404-10.436-59.297-34.338-73.218-64.064zm412.344 3.47C444.122 287.518 418.93 309.99 386.78 320c-1.34.476-2.696.907-4.092 1.28-28.758 7.707-58.545-9.49-66.25-38.25-1.985-7.404-2.31-14.88-1.22-22.03-23.965 24.24-35.08 59.87-26.624 95.28 44.495 4.587 88.188 18.693 127.78 42.283 25.778-38.76 41.338-86.902 42.032-139.188zM256.312 373.187c-53.683-.005-107.364 14.603-154.593 43.843 37.623 46.002 91.143 74.75 150.53 74.75 60.783 0 115.42-30.124 153.156-78.03-45.88-27.037-97.478-40.558-149.094-40.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-cracked-saber tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M494.72 14.25C464 45.883 422.17 77.54 379.5 100.875c.595 7.333.68 14.613.28 21.813l76.908 67.062c23.812-50.01 37.816-108.077 38.03-175.5zM361.31 110.313c-33.945 16.532-67.536 27.05-95.562 27.343.437 68.376-140.326 159.185-251.938 213.438v50.844c101.23-32.865 193.023-77.914 256.563-130.782 58.435-48.62 92.51-102.763 90.938-160.844zm15.657 34.718c-5.71 29.013-19.22 56.772-38.814 82.876l3.156 28 83.97-12.25c8.167-11.697 15.735-23.928 22.656-36.72l-70.97-61.905zm-55.345 102.94c-11.674 12.995-24.837 25.543-39.28 37.56-24.68 20.535-53.16 39.722-84.47 57.47l60.563 44.438c25.585-14.042 50.32-29.836 73.53-47.625l-10.343-91.844zm87.78 16.905l-66 9.625 5.814 51.47c21.875-18.363 42.155-38.643 60.186-61.095zm-229.592 88.063c-9.147 4.86-18.51 9.6-28.063 14.218l16 62.063c24.345-9.377 48.614-20.028 72.313-32.095l-60.25-44.188zM134.53 375.28c-37.93 17.356-78.593 32.814-120.718 46.25v52.533c42.832-9.02 89.48-21.387 136.344-38.282l-15.625-60.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-cracked-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M53.156 25.78c30.55 26.034 52.813 95.137 52.813 176.47 0 44.36-6.922 84.657-17.814 116.688 31.134 71.43 85.946 122.39 179.906 175.28 91.558-48.747 144.024-96.565 173.75-167.593-12.5-33.06-20.28-76.47-20.28-124.375 0-81.333 22.262-150.436 52.812-176.47-41.924 9.324-83.858 16.318-125.78 20.595L277.904 181.72l46.47 20.655L209.312 391.72l41.468-169.595-22.53-10.25-71.375 19.938 59.406-50.22L259.938 51.22c-68.92.347-137.86-7.508-206.78-25.44z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crags tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.375 17.47c-132.537 0-240.188 107.618-240.188 240.155s107.65 240.188 240.188 240.188c132.537 0 240.188-107.65 240.188-240.188 0-132.537-107.65-240.156-240.188-240.156zm0 18.686c60.246 0 114.816 23.992 154.72 62.938l-61.626 29.875-21 263.217-.5 6.313-6.033 1.875-96.312 30.063-12.063 44.53c-6.15-1.202-12.23-2.644-18.187-4.343l13.563-50 1.343-4.97 4.876-1.53 21.344-6.656 30.594-247.19.937-7.593 7.595-.593L329.22 148l2.06-25.875.44-5.344 4.81-2.31 10.22-4.94-58.938-21.905-69.437 41-20.78 138.094-.97 6.592-6.563 1.22-10.875 2.03-28.593 175.782c-5.914-3.216-11.647-6.714-17.22-10.438L153.5 318.25l-81.875 5.125L58.845 358c-15.325-30.126-23.97-64.225-23.97-100.375 0-122.436 99.064-221.47 221.5-221.47zm71.344 130.688l-43.033 3.28-28.562 231.22 54.22-16.938 17.374-217.562zm133.342 5.97c2.374 5.73 4.512 11.568 6.407 17.53l-49.408 19.78-30.125 225.75c-5.78 4.273-11.776 8.266-17.968 11.97l-2.44-.313 32.72-245.31.72-5.407 5.06-2.032 55.033-21.968zm-277.75 63.405l-61.343 1.124-14.69 65.062 49.282-3.094 5.25-32.25 1.032-6.5 6.47-1.187 10.81-2 3.19-21.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-crenulated-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M45.063 17.406v99.938l63.656 60.312 2.936 2.78v185.25c33.96 43.39 82.572 83.76 148.906 122.627 67.823-39.784 116.793-81.943 150.688-126.094V180.436l2.906-2.78 63.656-60.282v-99.97h-58.968V85.157h-66v-67.75h-58.97v67.75H228.47v-67.75h-59v67.75H104.06v-67.75h-59zm56.656 100.47h160.03v152.75H148.437v-108.97l-46.718-43.78zM262.312 271.81h112.156v73.813c-24.952 33.1-61.87 64.714-112.158 94.03V271.814z" fill="#fff"/></svg>
<svg class="tc-image-originals-crescent-blade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M275.28 21.063c-24.122.484-47.878 3.458-70.842 12.03-37.63 19.32-62.66 47.922-77.25 80.657-17.92 40.2-19.778 86.857-7.907 129.375 11.872 42.518 37.413 80.685 73.564 104.344 36.15 23.658 82.9 33.273 139.437 18.124 49.788-13.34 84.084-39.724 105.22-72.5-40.578 39.626-87.157 50.514-129.72 42.53.355 4.273-1.045 8.797-5.03 12.782-14.993 14.994-37.682-6.296-25.47-21.937-7.792-3.25-15.333-7.136-22.56-11.564.353 6.09-1.747 12.496-7.407 18.156-22.827 22.825-57.854-11.836-34.844-34.843 3.755-3.758 7.824-5.972 11.905-6.94-5.89-5.733-11.39-11.848-16.406-18.342-1.197 3.838-3.45 7.635-6.97 11.156-24.527 24.53-62.16-12.715-37.438-37.438 5.795-5.794 12.287-8.178 18.5-8.094 1.947.027 3.855.303 5.72.782-3.78-8.418-6.798-17.15-9-26.094-.315.346-.63.69-.97 1.03-22.037 22.04-55.838-11.442-33.625-33.655 4.86-4.86 10.264-7.043 15.5-7.25 5.404-.213 10.646 1.668 14.938 4.875.096-10.918 1.498-21.948 4.375-32.97-21.187 10.068-46.195-18.74-26.375-38.56 4.835-4.836 10.195-7.014 15.406-7.22 9.807-.388 19.05 6.17 23.095 14.97 3.705-6.967 8.047-13.87 13.125-20.657-11.227-8.926-16.18-25.978-2.78-39.376 5.405-5.406 11.422-7.832 17.25-8.062 14.305-.566 27.54 12.086 28.186 26.28.002.01-.002.023 0 .032.672 3.81.56 7.835-.53 11.813-6.884 12.19-10.845 26.23-10.845 41.188 0 46.38 37.808 84.187 84.19 84.187 46.38 0 84.186-37.807 84.186-84.188 0-24.64-10.668-46.84-27.625-62.25-.04-.042-.083-.082-.124-.124-26.91-28.15-59.756-40.408-100.875-42.25zm-119.405 22.75c-22.716 11.384-44.986 27.36-66.22 48.593-25.695 25.696-43.75 52.932-55.28 80.625.032.002.062 0 .094 0 25.795.353 47.928 33.98 24.06 57.845-12.584 12.586-27.892 12.384-39.593 5.594-1.814 22.698.213 45.16 5.438 66.81 1.98-3.397 4.517-6.735 7.72-9.936 9.432-9.433 20.01-13.294 30.124-13.156 33.04.45 61.38 43.525 30.81 74.093C79.11 368.203 62.59 369.9 48.688 364.5c12.18 21.532 27.608 41.346 45.438 58.688-.082-11.887 4.515-24.266 15.594-35.344 11.174-11.175 23.672-15.757 35.655-15.594 39.145.534 72.78 51.565 36.563 87.78-5.612 5.613-11.576 9.534-17.657 12.033 24.31 11.47 50.393 18.92 77.22 21.343-14.23-17.857-17.477-44.147 3.875-65.5 10.965-10.965 23.21-15.44 34.97-15.28 33.07.45 62.117 37.616 46.874 70.624 18.357-6.228 36.57-15.218 54.31-27.28-22.052-10.2-35.482-40.3-12.655-63.126 7.933-7.934 16.763-11.506 25.313-11.844 17.53-.693 33.94 12.152 39.437 28.53 8.946-10.213 16.767-20.635 23.5-31.217-17.517-3.728-30.638-26.613-13.78-43.47 5.604-5.605 11.894-7.894 17.905-7.812 6.565.09 12.795 3.036 17.53 7.564 15.517-42.757 15.835-86.495 5.033-127.188-.453 2.866-1.018 5.728-1.657 8.594-.002.02.002.042 0 .063-6.593 73.12-52.39 142.77-145.03 167.593-61.007 16.346-114.068 5.92-154.532-20.562-40.464-26.482-68.357-68.535-81.313-114.938-12.955-46.403-11.056-97.354 8.845-142 10.286-23.076 25.48-44.397 45.75-62.344zM319.72 60.218c36.278 0 65.5 29.188 65.5 65.468s-29.222 65.5-65.5 65.5c-36.28 0-65.5-29.22-65.5-65.5s29.22-65.47 65.5-65.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-crested-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M207.47 18.875l35.968 162.25c.29 1.087.86 1.863 2.562 2.813 1.7.95 4.433 1.66 7.22 1.656 2.785-.003 5.543-.703 7.25-1.656 1.704-.954 2.276-1.75 2.56-2.813L299 18.875h-91.53zm88.936 98.03l-15.22 68.657-.06.22-.032.187c-1.747 6.52-6.404 11.432-11.5 14.28-5.096 2.848-10.738 4.026-16.344 4.03-5.606.007-11.24-1.15-16.344-4-5.104-2.847-9.782-7.784-11.53-14.31l-.032-.19-.063-.218-14.686-66.218C175 133.818 147.157 164.56 135.53 202.97c8.044 4.25 19.254 9.84 32.314 15.468 26.527 11.43 60.506 22.55 88.5 22.406 28.003-.145 61.81-11.56 88.156-23.22 13.467-5.96 24.914-11.872 32.938-16.25-12.624-39.968-42.853-71.398-81.032-84.468zm88.97 101.376c-8.365 4.538-19.865 10.487-33.313 16.44-27.522 12.18-62.797 24.673-95.625 24.843-32.838.17-68.293-12-96-23.938-13.614-5.866-25.276-11.744-33.72-16.22-.51 70.485-3.647 138.64 9.626 188.376 7.135 26.737 18.683 47.874 37.375 62.595 12.092 9.525 27.443 16.584 47.25 20.375V330.125c-28.654 16.12-67.847 2.81-81.064-30.625 8.825-22.322 30.127-33.074 50.78-33 24.583.087 48.224 15.532 48.876 45.094h.094v89h36.03l.002-87.72c-.01-.01-.023-.018-.032-.03 0-.422.022-.834.03-1.25.655-29.562 24.327-45.007 48.908-45.094 20.654-.074 41.926 10.678 50.75 33-13.204 33.403-52.324 46.702-80.97 30.656v160.47c19.544-3.867 34.6-11 46.438-20.595 18.396-14.908 29.6-36.337 36.375-63.342 12.59-50.184 8.804-118.532 8.188-188.407z" fill="#fff"/></svg>
<svg class="tc-image-originals-croc-jaws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M145.53 23.844L21.47 42.937v391.47l81.155-21.157 15.25 34.844L193.75 418l20.375 40.75 67.03-29.47 19.064 37.345 73.81-29 28.626 45.438 78.28-78.563-34.592.813-7.28.156-1.94-7.033L425.5 356.22l-.813.467-.406-1.062-52.717 40.25-11.844 9.03-2.97-14.592-8.78-43.188-46.5 36.5-11.47 9-3.406-14.188-11.25-47.406-52.53 25.69-10.283 5-2.874-11.033-9.28-35.468-34.876 17.124-9.22 4.562-3.624-9.625-49.78-131.436 17.468-6.625 10.53 27.81 43.626-21.436 54.28-31.28 5.407-3.126 4.938 3.812 33.344 25.656 35.25-31.687 6.25-5.626 6.28 5.625 29.97 27.06 25.124-24.28 6.28-6.094 6.5 5.875 30.938 28.032 28.157-32.312 5.717-6.53 6.938 5.186 32.97 24.625 5.936-35.5-51.655-69.75-17.625 28.314-42-53.563-28.375 45.845-125.72-16.406 30.75 28.374-12.655 13.75-105.97-97.75zm-.28 37.656l.344.438.094-.094 52.78 59.812-14 12.375-37.343-42.343-46.25 29.97-53.75-32.126L145.25 61.5zm310.375 114.563l-26.53 30.406 35.842 49.25 23.313-55.282-32.625-24.375zM313.97 178.5l-32.314 29.063 21.47 27.5 34.187-35.5-23.344-21.063zm68.092 2.75l-25.125 24.313-1.03 1 25.624 41.593 27.75-42.22-27.217-24.686zm-149.343 2.375l-26 15 20.81 37.5 32.44-31.53-27.25-20.97zm-45.282 65.188l-32.72 31.156L166.5 311.06l34.063-16.78-13.125-45.47zM259 264.342l-44.03 32.813.593 2.25 9.28 35.5 47.845-23.375L259 264.345zm74.094 12.282l-42.97 35.78.688 2.97 10.594 44.53 42.813-33.624-11.126-49.655zm66.562 14l-36.5 37.563.094.375 8.844 43.375 45.28-34.532-17.718-46.78zm86.406 29.47l-43.937 26.186 11.063 40.158 32.312-.75.563-65.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-croc-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M59.563 22.22c-19.707 5.93-33.054 18.817-39.407 39.436 52.72 22.56 98.5 67.61 122.188 119.97L83.75 240.218l14.47 14.436 155.968-155.97L239.75 84.22l-60.188 60.186c-25.63-11.673-49.807-28.375-70.218-48.78C87.88 74.167 71.057 49.08 59.564 22.218zm172.062 125.436l-36.47 36.47 58.126 58.905 61.94 61.94 62.374 61.56 61.125 61.94 56.967 56.217V411.72L231.625 147.655zm-52.156 52.156l-31.345 31.375 262.438 262.438h24.343l-9.406-51.938-52.438-9.5-9.093-52.03-52.47-9.5-9.47-52.47-52.467-9.5-9.5-52.437-52.032-9.094-8.56-47.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-croissant tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 99.633c-37.26 0-74.595 11.18-119.844 33.328 1.565 57.322 29.767 114.884 57.942 145.362C211.383 271.182 233.625 268 256 268s44.617 3.18 61.902 10.322c28.175-30.478 56.377-88.04 57.942-145.36C330.594 110.813 293.26 99.63 256 99.63zm-134.422 54.135c-25.185 6.602-40.16 20.58-49.844 40.697-5.602 34.042-.223 57 10.98 74.916 10.892 17.424 27.93 30.347 47.21 42.335 10.962-1.166 21.316-2.24 30.152-5.563 8.206-3.086 15.32-8.034 21.715-17.27-27.815-30.238-53.7-80.825-60.212-135.114zm268.844 0c-6.513 54.29-32.397 104.876-60.213 135.115 6.393 9.235 13.508 14.183 21.714 17.27 8.836 3.322 19.19 4.396 30.152 5.562 19.28-11.988 36.318-24.91 47.21-42.334 11.203-17.915 16.582-40.873 10.98-74.915-9.684-20.118-24.66-34.095-49.844-40.697zM54.33 234.014C36.35 260.292 24 289.6 24 320c0 21.623 1.848 42.626 6.418 58.707 4.57 16.08 11.55 26.322 20.512 29.85 13.776 4.573 33.902-22.085 45.773-41.323 3.23-6.184 6.993-13.896 10.555-21.39 5.296-11.145 8.708-18.703 10.545-22.787-18.77-11.952-36.496-25.745-48.657-45.194-7.68-12.283-12.92-26.732-14.816-43.85zm403.34 0c-1.897 17.117-7.137 31.566-14.816 43.85-12.16 19.448-29.886 33.24-48.657 45.193 1.837 4.084 5.25 11.642 10.545 22.787 3.562 7.494 7.326 15.206 10.555 21.39 7.403 14.066 26.39 45.016 45.773 41.323 8.96-3.528 15.942-13.77 20.512-29.85C486.152 362.627 488 341.623 488 320c0-30.4-12.35-59.708-30.33-85.986z" fill="#fff"/></svg>
<svg class="tc-image-originals-croissants-pupil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M322.22 15.652c-32.935-.256-65.31 9.997-94.51 28.452 17.21-1.707 34.93-.567 52.395 4.113 84.13 22.544 132.785 114.77 108.247 206.346-24.54 91.574-112.952 147.74-197.082 125.197-17.026-4.562-32.677-12.003-46.465-21.715 22.407 41.78 57.54 73.65 102.855 85.79 97.857 26.223 203.028-47.557 234.28-164.194 31.254-116.637-23.102-232.5-120.96-258.72-12.9-3.457-25.874-5.167-38.76-5.268zM221.1 60.797c-84.45.538-165.777 68.667-192.635 168.9-31.253 116.638 22.94 233.118 120.797 259.34 45.316 12.142 91.676 2.11 131.972-22.87-16.797 1.518-34.072.135-51.097-4.427-84.13-22.544-132.617-115.39-108.078-206.965 24.537-91.574 112.786-147.12 196.917-124.578 17.464 4.68 33.383 12.554 47.433 22.637-22.348-42.55-57.957-74.423-103.828-86.715v-.003c-13.76-3.687-27.663-5.408-41.482-5.32zm25.79 95.812c-50.71 4.208-90.386 46.535-90.386 98.355 0 52.2 40.26 94.77 91.504 98.443-12.674-23.658-20.74-60.063-20.74-100.346 0-38.898 7.64-73.19 19.62-96.453zm21.27.492c4.848 9.527 8.958 20.897 12.14 33.628-13.203.543-23.743 11.413-23.743 24.75 0 13.684 11.093 24.778 24.777 24.778 2.024 0 3.99-.25 5.873-.707.206 4.436.32 8.94.32 13.512 0 40.035-7.97 76.238-20.51 99.907 49.03-5.814 86.897-47.38 86.897-98.005 0-50.232-37.28-91.545-85.754-97.863z"/></svg>
<svg class="tc-image-originals-cross-mark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M105.367 18.328c23.14 15.444 46.098 31.27 68.55 47.572-45.055-20.895-94.51-35.918-149.37-44.246 46.697 26.72 91.596 55.58 135.705 85.524-37.203-18.033-77.48-32.22-121.602-41.37 58.218 34.322 109.368 72.465 154.71 114.206C136.02 227.227 86.295 284.717 45.79 354.18c27.11-24.29 54.91-47.545 82.868-70.68C81.942 339.36 45.05 405.01 20.2 482.135c20.36-24.62 40.988-48.203 61.905-70.817 44.7-67.485 89.567-147.11 148.856-170.418-29.61 30.708-63.36 75.164-98.25 118.145 40.99-40.437 83.09-77.46 126.415-111.512 61.598 70.49 110.757 149.38 152.145 235.873-6.738-44.794-16.796-87.384-30.03-127.666l46.444 65.53s-26.037-72.69-43.66-101.987c40.76 55.91 78.208 114.428 112.328 175.205-18.674-89.454-50.512-169.772-98.893-238.224 34.906 34.69 68.637 71.1 100.93 109.045C465.048 288.827 423.58 221.82 372.214 167c40.224-25.887 81.48-49.73 123.863-71.783-32.025 5.56-62.49 12.92-92.006 21.934 21.836-16.173 44.41-32.124 67.024-47.523-37.987 11.91-74.633 25.775-109.067 41.433 42.668-27.673 86.32-53.668 131.004-78.602h-.003c-67.47 18.055-130.83 42.19-188.998 73.548-56.294-41.79-122.01-71.787-198.663-87.68z"/></svg>
<svg class="tc-image-originals-crossbow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M89.594 18.094l-10.75 10.75.03.03 27.532 333.563-83.03 92.938 33.25 33.25 90.155-80.563 336.19 24.907c.06.062.124.124.186.186l.156-.156h.032v-.03l10.562-10.564c-1.676-1.676-3.122-3.437-4.687-5.156-21.332-25.55-25.416-63.24-35.47-109.125-8.323-37.99-21.225-81.042-53.094-125.03l-38.062 50.81c.005.008-.005.026 0 .032 28.988 36.074 46.027 67.766 59.72 96.25 15.017 31.247 26.122 59 44.467 83.688L165.314 391.5 337.53 237.594l64.376-85.97-41.53-41.53-85.907 64.312L122.81 344.094 98.156 45.25c24.68 18.33 52.425 29.426 83.656 44.438 28.49 13.693 60.2 30.72 96.282 59.718l50.812-38.062c-43.99-31.86-87.04-44.736-125.03-53.063C157.987 48.224 120.3 44.113 94.75 22.78c-1.72-1.564-3.48-3.01-5.156-4.686zm317.03.312c-3.385.028-6.862.406-10.28.97-4.558.75-8.992 1.837-12.813 3.093-3.82 1.254-6.776 2.302-9.717 4.624a7.184 7.184 0 0 0-2.72 6.187l5.032 62.345a7.184 7.184 0 0 0 2.063 4.53l33.656 33.626a7.184 7.184 0 0 0 4.5 2.095l62.344 5.03a7.184 7.184 0 0 0 6.218-2.718c2.335-2.944 3.367-5.895 4.625-9.718 1.26-3.824 2.343-8.255 3.095-12.814.752-4.56 1.18-9.198.875-13.625-.305-4.425-1.012-8.99-4.844-12.81L422.78 23.343c-3.822-3.824-8.384-4.54-12.81-4.844-1.108-.076-2.216-.103-3.345-.094zm.126 14.375c.8-.006 1.563.016 2.25.064 2.404.165 3.74.915 3.72.78l65.655 65.657c-.138-.023.616 1.318.78 3.72.19 2.746-.062 6.526-.686 10.313-.626 3.786-1.595 7.62-2.595 10.656-.412 1.25-.524 1.272-.938 2.186l-54.78-4.375-29.938-29.936-4.376-54.813c.913-.41.94-.495 2.187-.905 3.037-.998 6.872-1.97 10.658-2.594 2.84-.466 5.662-.728 8.062-.75zm-47.97 120.44l-18.936 31.593-204.5 204.468-8.844-.655-1.188-14.563 201.875-201.906 31.594-18.937z" fill="#fff"/></svg>
<svg class="tc-image-originals-crossed-air-flows tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21 18.035v5.088c109.998 50.032 220.054 122.967 293.453 201.82-2.054 3.538-4.134 7.048-6.23 10.54C218.595 169.884 117.723 122.586 21 92.822v77.1c75.186 16.99 155.106 46.088 231.27 89.356-54.09-19.95-113.754-32.143-175.204-33.876 59.19 20.343 123.45 46.638 184.955 78.492-65.03 85.433-145.31 149.098-239.266 174.39C141.178 511.62 307.632 481.4 414 401.755c30.91 25.406 58.157 52.78 79.965 82.025v-5.17c-10.706-36.043-26.167-71.84-45.272-106.794 12.84-12.864 24.225-26.682 33.852-41.416-56.283 49.778-128.067 78.627-216.725 105.834 78.377-44.805 146.055-100.623 199.133-159.6 10.04-11.92 19.72-24.115 29.012-36.52v-38.41c-75.202 99.392-188.794 188.773-302.738 236.14 122.326-68.48 252.93-199.788 297.607-323.684-38.43 54.704-84.59 103.334-133.86 144.86 57.522-73.943 108.355-152.33 138.99-216.06V18.036h-90.03c-20.39 65.42-46.51 128.732-78.065 186.61-72.37-77.783-156.326-143.35-233.247-186.61H21zM186.703 439.5h.492c-.32.13-.64.265-.96.395.156-.13.313-.265.468-.395z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crossed-axes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M200.074 29.666c-30.957 17.548-57.03 29.997-80.568 32.37-8.09.815-15.88.187-23.242-1.888-14.33 19.58-15.942 46.004-8.905 72.016 5.656 20.91 17.103 40.95 30.66 55.205.534-7.142 1.38-14.058 2.56-20.56 3.43-18.88 8.727-34.898 21.342-43.316 6.307-4.21 15.02-5.268 22.69-2.363 5.742 2.176 11.038 6.017 16.312 11.458l58.79-34.05-39.64-68.872zm112.29 0l-39.64 68.873 58.79 34.048c5.274-5.44 10.57-9.282 16.312-11.457 7.67-2.904 16.384-1.845 22.692 2.364 12.614 8.418 17.91 24.437 21.34 43.317 1.18 6.502 2.025 13.418 2.558 20.56 13.558-14.257 25.005-34.297 30.662-55.206 7.038-26.012 5.425-52.436-8.904-72.016-7.364 2.075-15.153 2.703-23.242 1.887-23.538-2.372-49.612-14.82-80.57-32.37zM61.015 34.178C38.83 49.144 26.708 68.034 21.654 89.166c-5.597 23.406-2.263 49.864 7.836 75.576 17.58 44.754 55.84 86.336 97.332 104.54-5.72-17.565-8.727-37.628-9.33-57.278-22.436-16.898-40.02-44.822-48.174-74.96-7.755-28.663-6.69-60.166 9.768-84.94-6.607-4.49-12.676-10.455-18.07-17.926zm390.406 0c-5.394 7.47-11.464 13.435-18.07 17.926 16.46 24.773 17.523 56.276 9.767 84.94-8.155 30.138-25.74 58.062-48.175 74.96-.603 19.65-3.61 39.713-9.33 57.277 41.49-18.202 79.753-59.784 97.332-104.538 10.1-25.712 13.433-52.17 7.836-75.576-5.053-21.132-17.175-40.022-39.36-54.988zm-215.442 88.12l-29.177 16.9c52.91 100.2 83.55 209.812 152.734 295.685l33.492-25.19c-42.77-47.338-67.302-93.227-88.528-140.478-20.82-46.346-38.85-93.978-68.522-146.918zm40.48.003c-3.352 5.985-6.566 11.906-9.644 17.76 6.85 13.446 13.045 26.533 18.856 39.333 6.362-13.51 12.975-26.933 19.973-40.192l-29.184-16.9zm-49.624 103.52c-6.314 14.66-12.478 29.098-18.9 43.395-21.226 47.25-45.76 93.14-88.528 140.478l33.494 25.192c39.84-49.448 66.89-106.773 92.778-165.635-6.305-14.493-12.536-28.998-18.844-43.43zM98.976 417.71l-17.44 23.08 50.562 38.026 17.44-23.078-50.56-38.027zm314.485 0L362.9 455.74l17.44 23.078 50.562-38.027-17.44-23.08z" fill="#fff"/></svg>
<svg class="tc-image-originals-crossed-bones tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M407.406 22.53c-9.832.353-19.334 5.774-25.03 18C310.03 195.818 206.43 320.097 49.405 373.47c-59.39 20.186-15.982 92.874 47.094 47.092-53.34 55.186 19.308 97.326 42.22 42.22 60.94-146.596 186.387-265.928 332.967-332.97 50.467-23.082 7.442-85.442-40.843-40.843 28.943-35.27 1.69-67.337-23.438-66.44zm-301.094.5c-24.643.51-50.094 31.967-21.78 66.47-48.286-44.598-91.28 17.76-40.813 40.844 63.846 29.2 123.663 68.308 175.905 115.28l25.25-25.25c-44.19-52-80.892-112.838-111.875-179.343-6.013-12.905-16.282-18.214-26.688-18zm188.344 249.032l-24.344 24.344c44.515 49.72 81.008 105.93 106.344 166.875 22.91 55.108 95.56 12.968 42.22-42.217 63.075 45.78 106.485-26.876 47.093-47.063-65.995-22.43-122.55-57.414-171.314-101.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-crossed-chains tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.023 19.676v27.2L75.48 104.32l24.842-24.843-58.804-59.8H19.023zm65.41 3.498c-4.468.09-8.392.9-11.83 2.244L189.15 141.963c2.893-7.395 3.085-17.245-.146-29.094-4.61-16.908-16.108-36.597-33.408-53.895-17.3-17.3-36.99-28.8-53.897-33.41-6.34-1.73-12.125-2.495-17.265-2.39zm-63.09 53.51c-2.894 7.394-3.088 17.243.143 29.09 4.61 16.908 16.11 36.598 33.41 53.898 17.3 17.3 36.988 28.797 53.895 33.408 11.85 3.232 21.7 3.04 29.095.147L21.342 76.684zm107.07 30.96l-24.716 24.717 119.545 119.546 24.717-24.717-119.546-119.545zm366 56.57c-7.766 2.724-15.67 6.186-23.36 10.626-20.332 11.738-35.756 27.138-44.106 41.637-5.734 9.956-7.942 18.928-7.213 26.365l74.68-42.953v-35.675zm-257.07 11.87c-4.466.09-8.39.9-11.827 2.246l73.62 73.62c10.648-5.168 21.366-8.972 31.78-11.358-5.744-9.727-13.255-19.55-22.41-28.705-17.3-17.3-36.99-28.8-53.897-33.41-6.34-1.73-12.126-2.497-17.266-2.393zm-62.677 53.096c-2.894 7.394-3.085 17.244.147 29.093 4.61 16.907 16.11 36.597 33.41 53.897 6.408 6.408 13.144 12.014 19.945 16.775 1.55-7.685 4.687-15.44 9.016-22.86 1.705-2.925 3.62-5.822 5.7-8.69l-68.218-68.215zm304.063.668L338.36 311.03l16.425 28.75 137.88-79.628v-6.12l-13.936-24.184zm-122.783 26.406c-16.79.075-37.91 5.84-58.258 17.588-20.348 11.747-35.902 27.155-44.362 41.658-5.79 9.93-8.063 18.86-7.39 26.26l136.445-78.776c-6.074-4.282-14.942-6.78-26.436-6.73zm138.467 23.637l-39.684 22.936c3.228 2.31 7.23 4.13 12.22 5.32 7.53 1.793 17.022 1.925 27.464.307V279.89zm-75.32 43.643l-136.448 78.78c6.073 4.283 14.943 6.78 26.438 6.728 16.79-.074 37.912-5.84 58.26-17.587 20.347-11.747 35.9-27.154 44.36-41.658 5.793-9.93 8.063-18.86 7.39-26.262zM296.53 334.19l-10.686 6.167-.037-.037-12.73 7.35.09.008-116.956 67.525 16.472 28.53 140.32-81.012-16.473-28.53zm138.993 7.558c-1.74 5.896-4.36 11.778-7.675 17.463-2.508 4.3-5.44 8.55-8.743 12.71l68.754 68.754c2.892-7.394 3.084-17.244-.147-29.092-4.61-16.906-16.108-36.595-33.408-53.894-6.042-6.042-12.377-11.36-18.782-15.94zM177.44 360.326c-16.79.075-37.91 5.84-58.258 17.588C98.834 389.66 83.28 405.07 74.82 419.572c-5.79 9.928-8.062 18.86-7.39 26.26l136.445-78.775c-6.073-4.283-14.942-6.782-26.436-6.73zM427.2 406.61l-24.67 24.29 62.49 62.996h27.644V472.07L427.2 406.61zm-66.124 8.982c-10.614 4.73-21.244 8.11-31.514 10.076 5.956 10.888 14.173 22.015 24.458 32.3 17.298 17.3 36.987 28.8 53.894 33.41 11.85 3.233 21.7 3.04 29.096.147l-75.934-75.933zM239.09 427.674l-114.528 66.123h65.815c18.962-11.586 33.505-26.31 41.502-40.193 5.648-9.81 7.863-18.622 7.21-25.93zm-114.854 7.144L21.73 493.896h65.452l53.392-30.86-16.338-28.218z" fill="#fff"/></svg>
<svg class="tc-image-originals-crossed-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.453 19.705v245.13c4.412-17.67 14.42-34.115 27.492-47.702 12.698-13.2 28.387-23.823 45.4-30.082 12.868-6.873 23.85-14.545 31.89-23.404 9.75-10.736 15.592-22.933 16.154-39.316-1.656-23.427 5.156-47.68 17.508-68.144 8.895-14.738 20.753-27.626 34.87-36.48H19.453zm215.035 6.215c-5.724-.02-11.28.912-16.675 2.59-17.264 5.368-33.076 19.375-43.915 37.334-10.84 17.958-16.528 39.624-14.724 58.93 1.62 17.348 8.724 32.643 23.82 43.712l31.033-28.47-6.61 45.058c2.833 2.213 5.588 4.5 8.26 6.863l37.093-18.232-18.836 37.006c3.236 3.88 6.3 7.91 9.2 12.08l41.372-9.536-27.45 33.256c2.04 4.16 3.95 8.422 5.712 12.797l40.853-2.43-32.007 29.693c1.23 4.84 2.32 9.78 3.27 14.826l41.31 4.756-37.52 23.68c.538 6.54.875 13.23 1.01 20.063l40.796 11.113-41.38 17.777c-.26 4.49-.596 9.03-1.01 13.627l39.984 13.582-43.467 15.115c-.246 1.63-.497 3.263-.76 4.906l-.095-.016c-2.115 20.453-5.49 41.9-10.14 64.314 26.924-20.296 50.692-45.74 70.003-74.527l-.865-.603c75.188-107.848 76.028-266.003-57.973-373.15-14.29-11.425-27.695-16.07-40.29-16.114zM124.195 199.57c-3.522.076-7.08.433-10.666 1.043-19.117 3.255-38.574 14.36-53.116 29.477-14.542 15.117-23.98 34.013-24.7 52.076-.717 18.063 6.375 35.746 27.81 51.52 67.433 49.626 139.796 66.25 195.744 59.224 4.17-43.893.952-81.86-9.14-113.54l-12.825 18.442-1.82-38.984c-5.46-1.862-10.803-3.962-16.02-6.305l-27.98 25.754 6.87-36.97c-3.73-2.31-7.376-4.763-10.947-7.352l-38.388 19.236 16.87-37.415c-12.557-11.8-26.784-16.527-41.693-16.205zm369.475 7.31c-21.533 10.837-42.396 20.03-62.555 27.593l-2.613 42.492-23.047-33.64c-1.282.404-2.56.795-3.834 1.183 1.383 32.623-2.928 65.035-12.2 95.873 46.435-34.513 83.29-81.657 104.25-133.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-crossed-pistols tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M151.975 27.45L115.607 69.85l207.53 178.013c3.992 3.426 7.737 6.802 11.275 10.14-9.11 10.77-14.737 21.438-16.695 32.28-1.995 11.046.054 21.91 4.777 31.83 8.896 18.685 26.413 35.06 47.666 53.413-10.29 17.038-26.74 30.657-42.906 42.528-10.355 7.605-12.406 15.25-10.744 24.378 1.66 9.13 8.534 19.705 18.746 27.89 10.212 8.186 23.484 13.902 36.7 14.688 13.218.786 26.327-2.924 38.306-14.24 58.46-55.225 51.443-126.42 28.968-164.854l-11.576-19.797 22.116 6.07c20.454 5.61 30.968 1.247 36.492-6.052 4.46-5.893 6.093-15.657 3.404-27.207-9.253 2.936-20.322 5.495-32.64 5.336-16.77-.218-35.753-5.815-53.835-21.325L151.976 27.452zm206.433 0l-88.865 76.226 42.898 36.797 82.335-70.625-36.367-42.397zM197.943 165.095l-90.752 77.844c-18.08 15.51-37.062 21.106-53.835 21.324-12.316.16-23.385-2.4-32.638-5.336-2.69 11.55-1.055 21.314 3.404 27.207 5.525 7.3 16.04 11.663 36.493 6.05l22.116-6.068-11.578 19.797c-22.475 38.433-29.49 109.63 28.97 164.854 11.978 11.316 25.087 15.026 38.304 14.24 13.217-.786 26.49-6.502 36.7-14.688 10.213-8.185 17.085-18.76 18.747-27.89 1.662-9.13-.39-16.773-10.744-24.377-16.166-11.87-32.615-25.49-42.905-42.527 21.252-18.352 38.77-34.728 47.666-53.412 4.724-9.92 6.77-20.784 4.776-31.83-1.958-10.842-7.585-21.51-16.695-32.28 3.538-3.338 7.284-6.714 11.276-10.14l53.594-45.97-42.897-36.796zm-35.158 106.27c6.904 8.463 10.32 15.766 11.49 22.238 1.252 6.928.173 13.266-3.26 20.476-6.01 12.628-20.036 27.048-38.69 43.527-.613-2.15-1.14-4.345-1.542-6.595-4.18-23.354 4.67-49.706 32.002-79.647zm184.813 0c27.33 29.94 36.185 56.292 32.004 79.646-.403 2.25-.93 4.446-1.543 6.597-18.655-16.48-32.68-30.9-38.693-43.53-3.432-7.21-4.51-13.547-3.26-20.475 1.17-6.472 4.587-13.775 11.49-22.24z" fill="#fff"/></svg>
<svg class="tc-image-originals-crossed-sabres tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M27.084 18.248C-17.903 146.478 143.15 277.92 314.496 381.074c-4.645 13.767-5.585 27.628-3.394 40.635 4.44 26.355 20.974 48.997 42.86 62.425 21.884 13.428 49.776 17.57 75.645 5.765 25.87-11.804 48.69-38.923 62.737-84.654l-17.865-5.488c-13 42.318-32.806 64.094-52.63 73.14-19.825 9.047-40.69 5.998-58.116-4.693-17.425-10.69-30.75-29.095-34.205-49.6-3.455-20.507 2.232-43.318 24.677-65.218 20.743-20.24 32.068-41.615 30.434-61.24l-18.622 1.552c.74 8.89-4.35 22.76-16.684 37.486C222.057 230.8 73.838 128.622 27.084 18.248zm458.05 0C451.34 98.03 364.527 173.53 270.93 247.166c19.492 15.878 39.56 31.622 59.195 45.012 110.756-84.836 187.878-180.243 155.01-273.93zM127.58 292.146c-1.634 19.626 9.69 41 30.434 61.24 22.445 21.9 28.132 44.712 24.677 65.218-3.455 20.506-16.78 38.91-34.206 49.6-17.425 10.692-38.29 13.74-58.115 4.694-19.825-9.046-39.632-30.822-52.63-73.14l-17.865 5.488c14.046 45.73 36.867 72.85 62.736 84.654 25.87 11.805 53.763 7.663 75.648-5.765 21.885-13.428 38.42-36.07 42.86-62.426 2.19-13.005 1.25-26.863-3.393-40.628 13.986-8.42 27.905-17.022 41.648-25.803l-56.967-39.387c-6.55 5.103-13.063 10.2-19.52 15.293C150.55 316.46 145.46 302.59 146.2 293.7l-18.622-1.554zm18.1 73.614c-26.1 8.6-62.087 36.255-77.104 60.324 4.948 8.63 10.393 15.223 16.05 20.14 25.846-8.953 59.85-37.406 74.733-60.257-3.007-6.6-7.454-13.386-13.68-20.207zm220.863 0c-6.225 6.822-10.67 13.61-13.68 20.21 14.886 22.85 48.89 51.3 74.736 60.255 5.656-4.918 11.1-11.51 16.05-20.14-15.018-24.07-51.004-51.724-77.105-60.325z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crossed-slashes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M174.844 14.875c47.1 42.275 78.124 90.35 95.312 138.063C200.613 126.285 119.028 114.165 32 129.155c96.11-8.437 180.524 13 245.625 47.72 43.035 161.78-70.46 307.352-250.97 192.155 112.67 95.877 201.475 101.817 254.94 60.908 307.477 77.54 238.903-156.1 27.374-260.094-25.886-55.805-69.74-110.694-134.126-154.97zM323 205.345c123.386 90.75 139.423 227.623-38.656 222.436C336.51 385.317 353.196 296.868 323 205.345z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crossed-swords tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.75 14.438c59.538 112.29 142.51 202.35 232.28 292.718l3.626 3.75.063-.062c21.827 21.93 44.04 43.923 66.405 66.25-18.856 14.813-38.974 28.2-59.938 40.312l28.532 28.53 68.717-68.717c42.337 27.636 76.286 63.646 104.094 105.81l28.064-28.06c-42.47-27.493-79.74-60.206-106.03-103.876l68.936-68.938-28.53-28.53c-11.115 21.853-24.413 42.015-39.47 60.593-43.852-43.8-86.462-85.842-130.125-125.47-.224-.203-.432-.422-.656-.625C183.624 122.75 108.515 63.91 19.75 14.437zm471.875 0c-83.038 46.28-154.122 100.78-221.97 161.156l22.814 21.562 56.81-56.812 13.22 13.187-56.438 56.44 24.594 23.186c61.802-66.92 117.6-136.92 160.97-218.72zm-329.53 125.906l200.56 200.53c-4.36 4.443-8.84 8.793-13.405 13.032L148.875 153.53l13.22-13.186zm-76.69 113.28l-28.5 28.532 68.907 68.906c-26.29 43.673-63.53 76.414-106 103.907l28.063 28.06c27.807-42.164 61.758-78.174 104.094-105.81l68.718 68.717 28.53-28.53c-20.962-12.113-41.08-25.5-59.937-40.313 17.865-17.83 35.61-35.433 53.157-52.97l-24.843-25.655-55.47 55.467c-4.565-4.238-9.014-8.62-13.374-13.062l55.844-55.844-24.53-25.374c-18.28 17.856-36.602 36.06-55.158 54.594-15.068-18.587-28.38-38.758-39.5-60.625z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crosshair tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 32v23.21C143.25 59.8 59.798 143.25 55.21 247H32v18h23.21C59.8 368.75 143.25 452.202 247 456.79V480h18v-23.21C368.75 452.2 452.202 368.75 456.79 265H480v-18h-23.21C452.2 143.25 368.75 59.798 265 55.21V32h-18zm0 41.223V128h18V73.223C359 77.76 434.24 153 438.777 247H384v18h54.777C434.24 359 359 434.24 265 438.777V384h-18v54.777C153 434.24 77.76 359 73.223 265H128v-18H73.223C77.76 153 153 77.76 247 73.223zM247 224v23h-23v18h23v23h18v-23h23v-18h-23v-23h-18z"/></svg>
<svg class="tc-image-originals-crosshair-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M101.86 17.793l-18.532 2.41 9.42 72.475-72.478-9.42-2.41 18.533 96.55 12.55-12.55-96.547zm47.744 47.742l-18.532 2.408 9.42 72.48-72.476-9.42-2.41 18.532 96.548 12.55-12.55-96.55zm139.97 44.377v70.28c-19.16 1.463-37.088 7.392-52.756 16.734l13.655 13.654c11.836-6.306 25.055-10.376 39.1-11.635v37.643c-3.646.527-7.197 1.36-10.626 2.467l15.742 15.74c1.39-.123 2.796-.197 4.22-.197 25.845 0 46.596 20.75 46.596 46.595 0 1.424-.074 2.83-.197 4.22l15.74 15.743c1.096-3.39 1.922-6.9 2.45-10.506h38.006c-1.237 14.124-5.315 27.414-11.652 39.31l13.652 13.65c9.374-15.723 15.31-33.723 16.746-52.96h65.57v-18.687h-65.6c-4.64-59.564-52.367-107.23-111.958-111.772v-70.278h-18.69zm-93.01 2.584l-18.53 2.408 9.42 72.48-72.477-9.423-2.41 18.534 81.357 10.576L395.38 408.523l22.472 8.7-8.33-20.987-17.043-17.043c.025-.032.054-.063.08-.095l-13.214-13.217-.08.1-27.12-27.117.077-.103-13.407-13.408c-.022.037-.047.072-.07.11l-64.103-64.103c.037-.023.072-.048.11-.07l-13.407-13.407-.104.076-26.79-26.792c.033-.027.065-.055.1-.082l-13.22-13.217c-.033.026-.063.056-.096.083l-14.095-14.096-10.576-81.36zm111.7 86.447c49.447 4.42 88.692 43.6 93.207 93.02h-37.94c-4.075-28.546-26.737-51.245-55.266-55.373v-37.647zm-111.59 36.705c-10.65 16.48-17.43 35.683-19.037 56.315h-69.535v18.687h69.505c4.463 59.74 52.256 107.6 111.967 112.163v63.812h18.69v-63.813c20.71-1.578 39.985-8.37 56.52-19.054l-13.513-13.512c-12.804 7.553-27.395 12.42-43.006 13.815v-38.263c5.09-.737 9.99-2.075 14.636-3.922l-14.96-14.96c-2.92.567-5.937.872-9.03.872-25.844 0-46.594-20.75-46.594-46.594 0-3.092.306-6.11.873-9.03l-14.96-14.958c-1.86 4.682-3.206 9.623-3.94 14.758h-37.9c1.418-15.535 6.273-30.055 13.794-42.805l-13.51-13.51zm-.32 75.002h37.966c4.163 28.446 26.792 51.04 55.254 55.15v38.26c-49.568-4.44-88.878-43.813-93.22-93.41zm249.55 51.235l-21.412 21.412 26.514 66.793-67.272-26.037-21.78 21.78 129.46 45.505-45.51-129.453z"/></svg>
<svg class="tc-image-originals-crow-dive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M270.713 12.61c6.643 39.436 26.262 70.82 50.46 104.41-26.216-22.16-49.542-51.885-66.99-85.893 1.347 33.463 14.174 58.902 30.5 85.467-18.768-14.65-35.86-33.73-47.558-57.805 5.06 30.615 24.262 60.356 40.176 83.886-14.308-11.715-33.218-31.112-47.34-46.424 16.406 28.247 21.683 48.16 21.634 63.977 7.965 6.568 16.083 13.796 24.334 21.596 16.744 15.827 30.91 36.685 43.49 58.51-7.446-10.075-16.69-20.75-27.95-32.012h-.003c-30.543-30.543-77.793-54.475-116.057-70.408-26.277-34.84-39.484-73.923-52.322-119.918l-9.713 39.732L85.12 27.71l2.65 40.614-33.995-11.916 11.48 34.432-40.175-3.09 30.902 27.37-41.498 10.603c41.23 14.726 84.974 23.305 119.118 48.482 15.908 38.907 40.43 88.373 72.02 119.963 9.87 9.867 19.278 18.166 28.237 25.086-20.32-11.927-39.594-25.195-54.88-40.48-8.6-8.6-16.3-16.744-23.142-24.5-15.544-.32-35.038-5.788-62.29-21.616 15.314 14.12 34.712 33.033 46.43 47.342-23.534-15.914-53.277-35.118-83.898-40.178 24.08 11.698 43.16 28.79 57.813 47.557-26.566-16.326-52.006-29.152-85.47-30.5 34.01 17.45 63.736 40.777 85.897 66.995-33.59-24.2-64.975-43.82-104.414-50.465 68.028 50.728 136.373 93.22 188 172.06 69.836 106.64 132.95 16.87 88.62-13.396-51.68-35.28-36.602-84.41-2.993-86.83 5.078 1.163 9.893 1.72 14.438 1.705.137.04.27.073.407.114l-.117-.12c4.32-.036 8.394-.586 12.22-1.604 1.428 9.75 6.59 20.066 15.143 28.62 10.646 10.645 24.022 16.04 35.64 15.52l43.376 17.862-17.824-43.274c.578-11.653-4.816-25.1-15.51-35.793-8.562-8.563-18.892-13.726-28.652-15.148 1.01-3.81 1.552-7.865 1.588-12.166l.12.118c-.04-.136-.074-.27-.114-.406.014-4.542-.54-9.355-1.703-14.43 2.412-33.615 51.544-48.698 86.828 2.985 30.266 44.33 120.04-18.788 13.397-88.622C363.934 148.98 321.44 80.635 270.713 12.61zm139.043 350.73l-.006.008.012.01-.006-.018zm.006.017l18.36 67.55-67.58-18.35c19.076 18.56 60.155 34.722 92.632 43.425-9.707-36.232-23.735-74.074-43.412-92.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-crow-nest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M204.34 32l-4.2 215h44.4l-4.2-215zm-19.123 2.615C138.694 43.565 84.74 71.663 29.66 103.07c55.44 5.404 110.725 12.245 154.174 37.74zm145.11 43.916c-7.32 0-14.18 3.754-19.69 10.898-5.51 7.144-9.235 17.565-9.235 29.265s3.724 22.124 9.235 29.268c5.51 7.145 12.37 10.897 19.69 10.897 7.322 0 14.182-3.752 19.693-10.896 5.51-7.143 9.234-17.567 9.234-29.267s-3.724-22.12-9.234-29.265c-5.51-7.144-12.37-10.897-19.692-10.897zM464.34 98v11h-87.738c.42 3.16.652 6.394.652 9.693 0 2.817-.162 5.59-.47 8.307 30.437-.032 59.455.005 87.556 0v11h18V98zm-43.244 46.984c-1.398.002-1.39 0-2.813.002-6.143.01-12.254.028-17.152.05l-10.81 22.693-44.84 6.014c-4.726 1.99-9.82 3.113-15.152 3.113-6.93 0-13.46-1.882-19.29-5.126L279.802 247h72.715l-4.663-37.492-18.46 2.18-2.11-17.877 2.186-.257.067.492 72.84-9.774zM90.526 265l14.154 46h53.015l-7.076-46zm78.304 0l7.076 46h92.867l7.077-46zm125.23 0l-7.076 46H340l14.154-46zm-183.843 64l14.154 46h43.17l-7.075-46zm68.46 0l7.075 46h73.176l7.076-46zm105.538 0l-7.076 46h43.17l14.153-46zM129.91 393l19.076 22h30.864l-9.54-22zm58.61 0l9.54 22h48.56l9.538-22zm85.85 0l-9.54 22h30.863l19.077-22zm-78.643 40l-.41 61h54.046l-.41-61z"/></svg>
<svg class="tc-image-originals-crowbar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M417.186 30.744c12.997 11.133 42.59 56.346 39.306 97.635-1.062 43.45-8.042 83.123-20.326 115.91l-53.443 63.673c-11.52 28.003-20.44 60.487-33.024 84.76l-15.93-8.383c13.343-29.754 23.773-60.04 33.152-85.55l53.416-63.644c27.66-74.695 20.835-130.908 2.615-166.083-46.748-89.71-131.486 12.928-167.7 64.822l-95.968 132.588s9.633 11.59 16.127 19.236c14.846-20.453 67.174-89.815 104.817-133.747 27.56-32.168 71.878-85.727 102.04-69.326 8.757 4.65 9.267 9.775 14.37 27.263 5.104 17.49 4.986 106.234-14.238 145.098l-30.47 38.74-31.23 97.5 21.19 17.35 19.985-3.47 51.7-71.854-16.33 59.623-7.423 27.404-10.047 4.75 26.957 5.345 5.518-5.537c8.46-13.59 35.28-53.34 44.082-83.32l4.414-82.33c27.852-64.092 49.867-167.234-21.46-219.372-10.932-6.942-10.954-6.95-22.102-9.082zm-55.82 73.03c-23.088 10.194-39.402 27.09-66.65 58.675-43.976 50.97 0 0-104.378 133.34 8.856 3.515 21.662 8.974 21.662 8.974 45.562-49.32 113.515-196.82 184.64-194.864-1.83-3.83-4.207-6.543-6.68-8.35-9.062-5.913-19.99-2.063-28.593 2.225zm-211.68 174.828L18 460.734V494h57.52l128.47-177.686-32.297-11.544z"/></svg>
<svg class="tc-image-originals-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M408.256 119.46l-37.7 52.165 19.57 44.426 34.8-37.214-16.67-59.375zm86.074 12.513L384.44 249.498 334.01 135.02l-75.162 132.947-86.948-131.78-33.334 114.122L17.922 132.83l39.3 127.6c1.945-.348 3.94-.54 5.98-.54 18.812 0 34.26 15.452 34.26 34.262 0 13.823-8.346 25.822-20.235 31.22l5.337 17.33c12.425 25.466 71.863 45.152 176.582 47.206 110.805 2.174 178.12-17.54 189.854-47.207h-.002l4.357-20.26c-16.836-2.114-30.02-16.612-30.02-33.986 0-18.81 15.45-34.262 34.263-34.262 3.513 0 6.91.54 10.11 1.54l26.622-123.762zm-391.77 2.04l1.22 56.337 25.56 24.89 9.592-32.842-36.37-48.386zm150.585 2.91l-24.483 51.36 28.955 43.885 24.922-44.08-29.395-51.166zm204.453 135.962c-8.712 0-15.575 6.862-15.575 15.572 0 8.71 6.863 15.574 15.575 15.574s15.572-6.863 15.572-15.573-6.86-15.572-15.572-15.572zM63.2 278.58c-8.71 0-15.573 6.864-15.573 15.574s6.862 15.573 15.574 15.573c8.713 0 15.573-6.862 15.573-15.573 0-8.71-6.86-15.574-15.572-15.574zm130.33 17.842c18.812 0 34.26 15.45 34.26 34.262 0 18.81-15.448 34.26-34.26 34.26-18.813 0-34.262-15.45-34.262-34.26s15.45-34.262 34.26-34.262zm131.234 0c18.812 0 34.26 15.45 34.26 34.262 0 18.81-15.448 34.26-34.26 34.26-18.813 0-34.262-15.45-34.262-34.26s15.45-34.262 34.262-34.262zm-131.235 18.69c-8.713 0-15.573 6.86-15.573 15.572 0 8.71 6.86 15.574 15.572 15.574 8.71 0 15.572-6.864 15.572-15.574s-6.86-15.573-15.573-15.573zm131.234 0c-8.712 0-15.573 6.86-15.573 15.572 0 8.71 6.862 15.574 15.574 15.574s15.574-6.864 15.574-15.574-6.862-15.573-15.574-15.573z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crown-coin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.95 71.932c-65.823 0-125.256 18.536-167.708 47.875-42.452 29.338-67.637 68.846-67.637 111.89 0 43.045 25.184 82.552 67.635 111.89 42.452 29.34 101.886 47.874 167.71 47.874 65.826 0 125.26-18.533 167.712-47.872 42.452-29.34 67.64-68.846 67.64-111.89 0-43.045-25.188-82.553-67.64-111.89-42.452-29.34-101.886-47.876-167.71-47.876zm1.704 21.187h.153l1.084.01-.154 18.686-1.002-.007-4.937.038-.043.002-5.063.125h-.026l-4.88.203-2.11.12-1.076-18.657 2.2-.126.075-.004.076-.004 5.1-.21.075-.003.078-.002 5.133-.126.076-.002h.076l5.166-.043zm20.373.646l.702.04.077.005.076.004 5.027.375.076.003.077.008 4.988.454.08.008.075.008 4.947.53.078.01.077.01 2.937.366-2.307 18.545-2.878-.357-.06-.007-4.64-.498-.046-.004-4.927-.448-.016-.002-4.802-.355-.617-.036 1.077-18.658zm-57.66 1.552l2.307 18.547-4.1.51-.02.002-4.63.654-4.586.728-.055.01-4.623.812-3.234-18.408 4.678-.822.076-.014.078-.012 4.818-.763.078-.01.076-.013 4.864-.685.078-.012.076-.01 4.12-.512zm95.95 3.29l2.693.523.078.015.076.017 4.676.984.078.018.078.018 4.623 1.056.077.018.078.02 4.57 1.128.08.02.077.02 1.662.44-4.793 18.065-1.503-.4-.027-.01-4.47-1.1-4.526-1.036-.016-.004-4.433-.933-2.622-.506 3.545-18.35zm-133.766 3.69l4.48 18.143-.407.103-.027.006-4.285 1.138-4.22 1.197h-.002l-4.242 1.285-.045.014-4.075 1.316-5.74-17.787 4.12-1.33.08-.026.08-.023 4.403-1.336.078-.023.08-.024 4.46-1.264.08-.024.077-.02 4.516-1.2.077-.018.08-.02.434-.107zm171.137 6.165l2.456.842.082.027.078.03 4.222 1.533.08.03.08.028 4.16 1.598.08.03.08.033 4.093 1.66.082.032.08.035 2.51 1.072-7.344 17.186-2.348-1.004-.04-.018-3.892-1.578-.058-.023-4.074-1.563-.026-.01-3.974-1.44-2.385-.817 6.058-17.682zm-208.003 6.1l7.343 17.185-3.343 1.428-.045.02-3.85 1.732-3.685 1.744-3.587 1.785-.055.027-1.692.885-8.66-16.56 1.747-.915.082-.043.083-.04 3.815-1.902.084-.04.082-.04 3.887-1.84.083-.04.082-.036 3.96-1.78.08-.038.08-.035 3.51-1.498zm243.587 9.248l.08.042.084.044.082.045 3.67 2.015.084.047.082.05 3.593 2.067.084.048.083.05 3.516 2.126.083.052.086.053 3.432 2.177.086.055.086.056 1.744 1.16-10.35 15.563-1.667-1.108-3.31-2.098-.03-.02-3.282-1.982-3.43-1.975-3.453-1.896-.016-.007-.09-.05 2.386-4.34 6.365-12.172zm-277.98 8.78l6.73 10.613 3.388 5.098-3.27 2.177-3.103 2.162-3.062 2.243-.034.023-2.84 2.184-2.05 1.65-11.73-14.55 2.133-1.72.086-.068.087-.068 3.102-2.38.084-.067.088-.065 3.188-2.332.086-.062.086-.06 3.27-2.282.087-.06.085-.057 3.354-2.232.085-.056.085-.055.06-.037zm310.696 13.123l2.14 1.81.087.075.086.076 2.835 2.525.088.077.086.082 2.743 2.568.088.084.087.084 2.65 2.615.088.087.086.09 2.555 2.656.088.092.086.094.62.682-13.818 12.582-.54-.592-2.384-2.478-2.455-2.424-2.555-2.395-2.74-2.437-.037-.033-1.962-1.66 12.078-14.262zM78.72 157.648l13.47 12.954-.8.834-2.275 2.5-2.164 2.515-2.093 2.577-1.98 2.588-1.71 2.375-15.173-10.912 1.777-2.47.082-.114.085-.11 2.16-2.82.08-.11.087-.104 2.26-2.782.083-.103.088-.1 2.36-2.742.084-.098.087-.095 2.46-2.7.083-.095.087-.092.862-.895zm185.735 4.248l1.55 1.833 35.733 71.135-37.28-44.043-27.35 32.307-15.858-10.19 36.074-42.618 7.13-8.426zM122.81 173.748l8.147 3.397 89.818 57.7-68.3-28.478 26.457 85.422 85.527 6.265 85.895-6.23-9.384 19.42-76.517 5.548-99.6-7.295-42.042-135.75zm284.19.096l-.67 2.164-54.47 112.71 25.533-82.447-57.243 23.615-8.412-16.746L407 173.843zm39.854 1.256l1.01 1.498.08.12.08.124 1.845 2.933.077.125.076.13 1.74 2.968.075.13.072.136 1.63 3.002.073.136.07.14 1.518 3.036.07.14.068.147 1.32 2.88-16.99 7.784-1.246-2.718-1.385-2.77-1.49-2.747-1.59-2.715-1.646-2.617-.955-1.42 15.5-10.443zM55.707 190.78L72.7 198.56l-.93 2.028-1.166 2.803-1.04 2.767-.953 2.84-.848 2.873-.69 2.71-18.11-4.622.733-2.876.043-.168.05-.166.94-3.186.05-.164.052-.162 1.06-3.158.053-.16.06-.156 1.175-3.13.058-.154.063-.152 1.29-3.1.062-.148.07-.148.985-2.153zm407.344 21.634l.317 1.463.037.174.032.175.574 3.263.03.178.024.178.45 3.287.025.18.017.18.322 3.31.016.18.012.182.196 3.332.01.182.003.183.065 3.353.004.182-.004.18-.01.542-18.686-.363.006-.354-.056-2.984-.176-3.008-.29-2.94-.402-2.94-.5-2.84-.287-1.336 18.27-3.938zM46.315 230.59l18.686.363-.027 1.442.056 2.976.175 3.005.29 2.953.403 2.94.502 2.85.055.26-18.27 3.938-.087-.404-.037-.174-.03-.175-.575-3.264-.03-.177-.025-.178-.45-3.287-.024-.18-.018-.18-.322-3.31-.018-.18-.01-.18-.197-3.335-.008-.182-.004-.18-.065-3.354-.004-.18.003-.183.03-1.623zm398.24 18.904l18.27 3.938-.156.718-.037.172-.042.17-.82 3.213-.04.168-.052.166-.94 3.185-.048.164-.053.16-1.06 3.157-.054.16-.057.158-1.176 3.13-.058.154-.064.15-1.293 3.1-.062.15-.066.147-.537 1.17-16.99-7.785.476-1.043 1.16-2.786 1.055-2.803.946-2.82.85-2.876.732-2.875.117-.546zM71.505 263.56l.267.643 1.28 2.797 1.375 2.748 1.488 2.744 1.605 2.74 1.652 2.622.334.496-15.5 10.443-.404-.602-.082-.12-.08-.125-1.844-2.93-.078-.128-.077-.13-1.737-2.966-.076-.132-.072-.133-1.63-3.002-.073-.138-.07-.14-1.518-3.034-.07-.142-.067-.144-1.406-3.067-.066-.148-.062-.15-.338-.81 17.252-7.19zm359.244 16.585l15.5 10.443-.338.5-.08.117-.082.115-2.057 2.86-.082.113-.083.11-2.158 2.822-.085.107-.086.107-2.26 2.78-.085.104-.085.1-2.36 2.742-.086.098-.088.095-2.457 2.7-.087.092-.088.092-.11.115-10.98-10.557-2.556-2.326.06-.07.03-.028 2.27-2.495 2.2-2.553 2.087-2.572 2.004-2.617 1.872-2.602.268-.395zm-340.594 11.85l1.27 1.394 2.38 2.475 2.454 2.42 2.597 2.434 2.66 2.364 1.213 1.03-12.078 14.263-1.312-1.11-.088-.078-.086-.077-2.836-2.523-.088-.08-.086-.08-2.744-2.57-.088-.083-.086-.086-2.65-2.612-.088-.086-.086-.09-2.555-2.658-.09-.092-.084-.093-1.35-1.482 13.82-12.584zM19.52 300.64c1.657 12.822 5.554 25.25 11.478 37.098v-20.302c-4.22-5.423-8.05-11.03-11.478-16.795zm468.863.006c-4.43 7.45-9.534 14.63-15.27 21.497v22.634c8.07-13.928 13.28-28.747 15.27-44.13zm-81.127 4.72l11.73 14.552-2.976 2.398-.086.07-.088.067-3.102 2.383-.086.066-.087.063-3.187 2.334-.086.06-.086.062-3.27 2.28-.086.06-.086.058-2.512 1.67-10.35-15.562 2.432-1.615 3.06-2.135 3.012-2.203 2.963-2.276 2.893-2.333zm-290.49 9.363l2.568 1.707 3.246 2.06 3.338 2.017 3.465 1.996 2.69 1.476-8.995 16.383-2.8-1.538-.083-.047-.084-.047-3.59-2.07-.086-.05-.082-.05-3.516-2.125-.086-.05-.084-.053-3.436-2.178-.085-.055-.084-.056-2.644-1.757 10.35-15.564zm260.884 10.188l8.66 16.56-2.705 1.415-.082.043-.084.043-3.817 1.897-.082.04-.08.04-3.89 1.842-.08.038-.084.037-3.957 1.78-.08.038-.083.034-2.512 1.074-7.345-17.185 2.48-1.06.03-.014 3.732-1.68 3.682-1.743 3.724-1.853.033-.018 2.54-1.328zm-229.605 6.848l3.47 1.482.034.014 3.88 1.572.05.02 3.915 1.5 4.056 1.474 1.363.467-6.057 17.68-1.436-.493-.08-.027-.08-.03-4.22-1.53-.083-.03-.08-.03-4.158-1.597-.08-.03-.08-.034-4.095-1.658-.08-.034-.082-.035-3.504-1.496 7.345-17.184zm-98.357 6.203v27.827c5.04 5.95 10.644 11.676 16.77 17.146v-30.66c-5.92-4.545-11.517-9.326-16.77-14.314zm294.917 1.024l6.057 17.682-.803.275-.08.03-.08.024-4.345 1.402-.078.026-.08.023-4.402 1.334-.08.024-.078.022-4.46 1.268-.08.02-.077.022-3.903 1.036-4.793-18.065 3.744-.992.053-.016 4.382-1.245.027-.008 4.23-1.285.015-.004 4.11-1.326.72-.248zm109.82 2.48c-5.276 4.76-10.873 9.318-16.77 13.65v31.118c6.078-5.145 11.676-10.533 16.77-16.133v-28.635zm-272.376 2.09l2.675.707.03.01 4.337 1.068 4.387 1.006.034.007 4.554.962 1.563.3-3.544 18.35-1.633-.314-.078-.015-.076-.016-4.677-.986-.078-.015-.076-.018-4.626-1.056-.078-.02-.078-.016-4.57-1.13-.08-.02-.077-.02-2.704-.717 4.793-18.065zm127.66 4.47l3.544 18.35-.97.186-.075.016-.08.014-4.77.837-.08.014-.077.013-4.818.764-.076.01-.08.013-4.863.688-.076.01-.077.01-3.043.378-2.307-18.545 2.89-.358.018-.002 4.787-.678.058-.008 4.51-.715.055-.01 4.68-.823.036-.006.813-.157zm-92.255 2.49l3.95.49.058.007 4.64.5.057.007 4.776.436.02.002 4.632.344-1.383 18.637-4.652-.345-.076-.008-.08-.006-4.985-.455-.078-.006-.076-.008-4.95-.534-.076-.008-.076-.01-4.01-.498 2.31-18.547zm56.414 1.904l1.075 18.658-3.28.19-.077.003-.076.003-5.1.21-.076.003-.076.002-5.133.125-.078.002-.077.002-5.166.04-.077-9.343-.076 9.344-2.162-.018.154-18.687 2.084.017 4.936-.04.043-.002 4.935-.12h.01l5.023-.207 3.19-.182zM85.145 365.21v32.49c.367.258.725.52 1.094.775 5.838 4.034 12.007 7.855 18.46 11.46v-33.69c-6.772-3.45-13.3-7.132-19.554-11.034zm333.82 2.33c-6.267 3.756-12.793 7.296-19.552 10.61v33.862c6.84-3.666 13.367-7.58 19.55-11.717V367.54zm-295.58 17.388v34.445c6.74 3.066 13.728 5.906 20.944 8.5v-35.06c-7.17-2.402-14.16-5.032-20.943-7.885zm257.34 1.55c-6.793 2.745-13.78 5.27-20.943 7.57v35.155c7.205-2.477 14.193-5.194 20.942-8.14V386.48zm-217.708 11.96v35.453c6.6 1.89 13.352 3.588 20.248 5.07v-35.774c-6.872-1.388-13.626-2.973-20.248-4.748zm178.076.996c-6.625 1.69-13.38 3.188-20.246 4.494v35.812c6.885-1.392 13.643-2.986 20.246-4.783v-35.523zm-139.14 6.99v35.967c6.87 1.06 13.854 1.92 20.942 2.56v-36.118c-7.074-.6-14.058-1.41-20.943-2.408zm100.204.525c-7.34.983-14.785 1.758-22.332 2.29v36.135c7.557-.566 15.01-1.37 22.332-2.412V406.95zm-60.572 2.988v36.19c4.094.146 8.217.22 12.365.22 2.406 0 4.8-.033 7.187-.082v-36.192c-2.388.046-4.782.074-7.186.074-4.144 0-8.266-.074-12.364-.21z" fill="#fff"/></svg>
<svg class="tc-image-originals-crown-of-thorns tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.094 24.875c-16.73 9.388-34.47 42.043-41.688 59.47-14.608-2.407-28.87-3.664-42.562-3.75-11.446-.074-22.49.68-33.03 2.218-16.34-8.284-34.766-29.065-42.626-50-9.324 15.704-9.558 42.313-5.782 64.593-19.443 9.72-35.107 23.633-45.53 41.688-7.262 12.577-11.5 26.34-12.97 40.875 13.294-25.904 35-46.957 65.656-54.345-34.99 31.783-59.85 87.186-51.5 129.406-1.2 22.87-9.48 37.647-24.75 44.595 16.335 4.59 35.497 3.343 49.438-1.28 24.94 34.82 60.818 67.882 105.063 94.342-6.952 17.613-16.677 49.21-16.47 66.032 10.846-13.178 37.433-40.585 61.72-42.783 23.656 10.27 47.35 17.698 70.312 22.313 12.423 17.25 12.895 38.867 7.375 53.594 16.402-9.2 33.82-33.187 39.938-48 47.1 1.423 88.046-10.534 114.718-35.563 17.536 5.52 30.744 15.707 39.813 30.5.243-19.578-8.05-44.353-18-60.31 13.42-28.268 12.786-61.81.5-96.158l.405.47c9.976-11.804 18.304-33.19 18.063-52.907-8.535 10.373-20.727 15.14-36.75 14.188-13.56-22.597-31.81-44.812-54.032-65.375 10.56-19.27 30.402-36.43 44.156-47.97-18.985-5.337-67.794 5.2-80.78 17.782l5.906 8.5c5.637 11.99 9.503 24.423 11.093 37.063-26.323-37.275-70.72-74.72-114.905-95.625-15.894-25.424-19.322-56.118-12.78-73.563zm-82.875 97.063c1.13-.015 2.258-.008 3.405 0 31.56.2 68.888 8.842 107 25.656-8.8 20.095-14.74 44.482-10 61.344 13.33-18.637 37.313-34.22 55.406-37.5 55.904 34.315 96.215 78.718 111.658 118.718l.093.22c16.088 37.88 13.36 85.186-26.56 117.312 4.79-11.41 7.986-23.828 9.5-36.438-14.078 10.012-33.524 15.304-56.314 15.97-1.954-17.242-9.117-52.874-22.28-65.72 1.565 16.122-8.11 46.272-26.22 61.063-31.916-6.495-66.794-19.67-101.03-39.438-9.538-5.506-18.65-11.307-27.314-17.344-3.444-23.614 7.842-53.562 20.563-64.03-18.967-.234-46.71 22.156-59.313 32.75-40.974-38.47-64.14-81.11-61.25-115 16.275-1.708 36.144.927 51.72 8-3.92-15.382-18.553-31.733-34.407-44.344 14.757-13.826 37.7-20.852 65.344-21.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-crowned-explosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M62.807 19.26l90.134 94.617c-7.47 4.86-14.578 10.294-21.243 16.264l-65.623-22.02 32.908 61.53c-8.18 13.58-14.62 28.507-18.923 44.57-4.86 18.13-6.635 36.365-5.67 54.157L21.235 308.38l62.576 7.647c2.362 6.76 5.138 13.354 8.3 19.754L19.187 366.8v95.864l90.562-98.44c6.094 8.002 12.892 15.492 20.334 22.366l-22.56 53.06 61.316-26.072c7.367 3.747 15.082 6.997 23.11 9.707l-42.32 71.25h104.403l-7.083-62.082c9.308.03 18.522-.696 27.567-2.135l34.037 50.45 14.497-65.72c13.49-6.544 26.11-14.82 37.517-24.614l57.032 19.367-23.44-58.245c3.51-5.562 6.714-11.366 9.602-17.385l90.705 63.125V282.977l-75.67 2.757c1.153-7.366 1.815-14.72 2.012-22.023l61.95-35.968-68.333-15.312c-8.706-30.973-25.91-59.104-49.635-80.97l112.818-112.2h-92.88l-42.305 94.758c-6.592-4.318-13.524-8.22-20.777-11.647l-8.18-66.954-39.41 52.36c-11.226-1.748-22.423-2.37-33.457-1.926-14.58.586-28.874 3.028-42.588 7.136l-15.01-73.726H62.808zm184.183 85.11c13.38-.028 26.987 1.692 40.54 5.323 17.33 4.643 33.165 12.047 47.18 21.596l-24.153 54.1 41.023-40.798c8.817 8.017 16.632 16.997 23.328 26.722l-30.863 41.897 50.47-2.345c7.795 23.73 9.918 49.584 5.214 75.565l-61.357 2.236 49.832 34.68c-25.574 56.255-82.33 91.57-143.39 90.422l-7.606-66.68-35.476 59.724c-32.962-10.183-60.193-30.463-79.187-56.5l41.523-45.134-54.834 23.32c-4.775-9.507-8.585-19.513-11.326-29.867l58.7-32.435-62.712-25.29c.874-7.27 2.262-14.567 4.213-21.848 10.62-39.625 35.624-71.486 67.886-91.477l49.668 52.14-13.932-68.437c12.698-3.938 25.978-6.264 39.54-6.797 1.9-.074 3.807-.113 5.718-.117zm5.23 82.88c-39.546 0-71.607 32.062-71.607 71.61 0 39.546 32.06 71.607 71.608 71.607s71.608-32.06 71.608-71.608c0-39.55-32.06-71.61-71.607-71.61z" fill="#fff"/></svg>
<svg class="tc-image-originals-crowned-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M402.75 23l-89.344 68.938-63.062-67.188-63.094 67.188L105.5 28.25l32.688 126.156h230.125L402.75 23zM250.156 83.375L274.906 106l-24.75 32.53-24.75-32.53 24.75-22.625zm-85.187 22.03c8.495 0 15.186 6.69 15.186 15.19 0 8.493-6.69 15.155-15.187 15.155-8.498 0-15.19-6.662-15.19-15.156s6.693-15.188 15.19-15.188zm175.75 0c8.495 0 15.186 6.69 15.186 15.19 0 8.493-6.69 15.155-15.187 15.155-8.498 0-15.19-6.662-15.19-15.156s6.693-15.188 15.19-15.188zm-2.626 67.75c-30.447 0-57.398 15.37-73.5 38.75-3.405 4.224-6.59 8.79-9.47 13.75-47.705-89.566-166.746-56.19-169.718 38.47-3.167 100.887 128.862 126.438 169.72 227.156 30.69-79.906 117.94-116.335 154.186-175.342 11.27-14.935 17.97-33.502 17.97-53.594 0-12.793-2.745-24.955-7.626-35.97-.07-.19-.146-.372-.22-.56-.018-.044-.042-.084-.06-.126-9.253-24.158-28.222-40.056-50.563-47.063l-.094-.03c-9.557-3.51-19.876-5.44-30.626-5.44zm0 18.69c39.046 0 70.5 31.453 70.5 70.5 0 24.645-12.53 46.278-31.594 58.874 10.26-20.05 8.604-48.964-6.375-74.908-17.312-29.985-47.004-46.536-72.063-42.406 11.263-7.618 24.858-12.062 39.532-12.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-crowned-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M92.406 13.02l-.164 156.353c3.064.507 6.208 1.38 9.39 2.627 36.496 14.306 74.214 22.435 111.864 25.473l43.402-60.416 42.317 58.906c36.808-4.127 72.566-12.502 105.967-24.09 3.754-1.302 7.368-2.18 10.818-2.6l1.523-156.252-75.82 95.552-34.084-95.55-53.724 103.74-53.722-103.74-35.442 95.55-72.32-95.55h-.006zm164.492 156.07l-28.636 39.86 28.634 39.86 28.637-39.86-28.635-39.86zM86.762 187.55c-2.173-.08-3.84.274-5.012.762-2.345.977-3.173 2.19-3.496 4.196-.645 4.01 2.825 14.35 23.03 21.36 41.7 14.468 84.262 23.748 126.778 26.833l-17.75-24.704c-38.773-3.285-77.69-11.775-115.5-26.596-3.197-1.253-5.877-1.77-8.05-1.85zm333.275.19c-2.156.052-5.048.512-8.728 1.79-33.582 11.65-69.487 20.215-106.523 24.646l-19.264 26.818c40.427-2.602 80.433-11.287 119.22-26.96 15.913-6.43 21.46-17.81 21.36-22.362-.052-2.276-.278-2.566-1.753-3.274-.738-.353-2.157-.71-4.313-.658zm-18.117 47.438c-42.5 15.87-86.26 23.856-130.262 25.117l-14.76 20.547-14.878-20.71c-44.985-1.745-89.98-10.23-133.905-24.306-12.78 28.51-18.94 61.14-19.603 93.44 37.52 17.497 62.135 39.817 75.556 64.63C177 417.8 179.282 443.62 174.184 467.98c7.72 5.007 16.126 9.144 24.98 12.432l5.557-47.89 18.563 2.154-5.935 51.156c9.57 2.21 19.443 3.53 29.377 3.982v-54.67h18.69v54.49c9.903-.638 19.705-2.128 29.155-4.484l-5.857-50.474 18.564-2.155 5.436 46.852c8.747-3.422 17.004-7.643 24.506-12.69-5.758-24.413-3.77-49.666 9.01-72.988 13.28-24.234 37.718-46 74.803-64.29-.62-33.526-6.687-66.122-19.113-94.23zm-266.733 47.006c34.602.23 68.407 12.236 101.358 36.867-46.604 33.147-129.794 34.372-108.29-36.755 2.315-.09 4.626-.127 6.933-.11zm242.825 0c2.307-.016 4.617.022 6.93.11 21.506 71.128-61.684 69.903-108.288 36.757 32.95-24.63 66.756-36.637 101.358-36.866zM255.164 332.14c11.77 21.725 19.193 43.452 25.367 65.178h-50.737c4.57-21.726 13.77-43.45 25.37-65.18z" fill="#fff"/></svg>
<svg class="tc-image-originals-crucifix tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M369.842 28.045l-56.086 69.44 33.695 21.06 55.35-68.527-32.957-21.973zM194.64 44.265h.002L172.63 77.28l240.73 150.455 22.01-33.015-73.81-46.132zM407 92.843v-20.52l-46 53.653 12.887 8.283zm-238 3.394v26.774l67.117 41.948 14.37-17.792L169 96.238zm96.863 60.54L45.2 429.983l32.958 21.973L299.56 177.838l-33.697-21.06zm56.29 35.18v26.774L407 271.763v-26.774l-84.848-53.03zM304 204.614L88.848 470.38v18.462L304 224v-19.387zm135 17.112l-14 21v15.55l14-21zM41 448.816V475.1l30 19.375v-25.66z"/></svg>
<svg class="tc-image-originals-crumbling-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M212.35 19.563l-23.57 47.19 48.46 65.106 60.102-39.3-.112-50.39-84.88-22.608zm-94.153 3.04l-54.62 42.58 110.32 62.264-9.47-62.586-24.892 7.824-21.338-50.082zm243.633.17l-49.43 1.31 27.137 72.308 22.293-73.615v-.002zm5.025 53.07l2.38 82.17 20.122-6.51c-.053-.027-.106-.055-.16-.08l2.694-.74 26.52-8.585 1.412-40.37v-.003l-52.967-25.88zm-336.818 1.99l-5.752 57.774 77.332-12.078L30.04 77.833h-.003zm282.412 55.622c-1.97-.015-3.94.002-5.91.053-28.67.734-57.562 8.42-84.112 23.75-7.943 4.586-15.38 9.71-22.328 15.275l8.824 16.903c7.018-5.886 14.638-11.252 22.85-15.993 5.598-3.232 11.313-6.072 17.11-8.556l38.436 37.586-3.28 66.824-51.624 21.582-75.504-18.253c.982-3.923 2.12-7.806 3.397-11.645l-18.404-3.44c-14.558 45.97-10.54 97.66 15.43 142.642 49.052 84.96 157.965 114.143 242.926 65.09 84.96-49.05 114.143-157.962 65.092-242.922-13.897-24.07-32.6-43.657-54.2-58.262l-23.343 7.556c3.88 2.123 7.68 4.406 11.385 6.858l-38.515 22.994-57.057-9.223-35.113-34.332c12.727-3.574 25.687-5.497 38.594-5.838 1.763-.046 3.526-.063 5.287-.05 12.9.09 25.7 1.758 38.12 4.916l-.557-19.218c-12.277-2.74-24.85-4.2-37.504-4.297zm-186.15 1.223L86.67 177.525l14.178 53.332 120.363 22.498-39.415-75.505-55.494-43.172zm288.97 55.996c11.98 10.34 22.6 22.64 31.347 36.77l-67.42 21.05-5.53-32.982 41.603-24.838zm-109.682 20.85l49.808 8.052 13.745 81.934-66.42-31.6 2.868-58.387zm-248.04 2.033L20.67 247.582l14.28 41.813 77.872.19-55.273-76.028zm235.255 72.332l37.068 17.633-36.04 66.075-56.238-3.63 1.525-57.634 53.686-22.445zm-139.362 5.124l67.01 16.2-1.616 61.09-47.477 18.65c-16.474-30.425-22.034-63.934-17.916-95.94zM90.61 327.82l-53.57 7.64 28.44 37.657 49.198-10.95L90.61 327.82z"/></svg>
<svg class="tc-image-originals-crush tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M46 16c-15 0-30 15-30 30v240h60l60 60 60-60 60 60 60-60 60 60 60-60h60V46c0-15-15-30-30-30H46zm211.75 360.03A60 60 0 0 0 196 436a60 60 0 0 0 120 0 60 60 0 0 0-58.25-59.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-cryo-chamber tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M23.113 18c3.425 32.11 13.432 59.227 28.08 82.438 20.956 33.203 50.994 58.33 83.807 80.37v-21.865c-27.563-19.53-51.623-41.236-68.584-68.11C53.43 70.252 44.41 46.607 41.136 18H23.112zM105 18v39.512L145.46 71h59.194L183 45.285V18h-78zm96 0v20.715L228.188 71h55.625L311 38.715V18H201zm128 0v27.285L307.346 71h59.193L407 57.514V18h-78zM153 89v334h206V89h-30.527a16 16 0 0 1-15.973 15.25A16 16 0 0 1 296.537 89H186.064c4.35 15.944 7.01 31.603 13.13 42.752 4 7.287 8.96 12.664 17.085 16.357 2.936 1.334 6.36 2.437 10.345 3.226a29.68 39.572 0 0 1-.305-5.336A29.68 39.572 0 0 1 256 106.428 29.68 39.572 0 0 1 285.68 146a29.68 39.572 0 0 1-21.186 37.885c5.498.232 11.014.828 16.32 1.914 8.974 1.39 15.104 5.588 20.174 12.384 5.07 6.797 8.75 16.362 11.178 27.472 4.403 20.152 4.68 44.91 4.697 66.7h-25.287l-6.453 97.806c-17.838 4.018-37.613 4.163-56.135-.017l-7.293-97.79h-26.558c.17-21.525 1.238-45.946 6.097-65.945 2.684-11.04 6.515-20.62 11.524-27.494 5.01-6.875 10.868-11.097 18.86-12.6a155.5 155.5 0 0 1 16.698-2.142 29.68 39.572 0 0 1-15.66-13.863c-9.147-.758-17.02-2.72-23.824-5.814-11.886-5.402-20.042-14.295-25.414-24.082-9.082-16.545-11.715-35.59-16.172-51.414H153zm341 8.44c-5.896 14.547-12.162 28.405-19.1 41.1-22.9 41.908-51.386 70.866-97.9 75.806v18.074c54.012-5.202 89.058-40.16 113.695-85.248a322.96 322.96 0 0 0 3.305-6.23v-43.5zM333.242 114.9a13.02 13.02 0 0 1 13.022 13.022 13.02 13.02 0 0 1-13.022 13.02 13.02 13.02 0 0 1-13.02-13.02 13.02 13.02 0 0 1 13.02-13.022zm-26.535 33.3a9.047 9.047 0 0 1 9.047 9.048 9.047 9.047 0 0 1-9.047 9.047 9.047 9.047 0 0 1-9.047-9.047 9.047 9.047 0 0 1 9.047-9.047zM494 224.036c-10.438 26.16-21.8 49.85-33.584 69-15.506 25.197-31.98 42.045-45.44 47.106-6.732 2.53-12.46 2.607-18.732.048-5.882-2.4-12.438-7.535-19.244-16.57v25.87c3.984 3.133 8.124 5.6 12.44 7.364 10.418 4.25 21.64 3.984 31.87.138 20.456-7.69 37.942-27.718 54.436-54.52 6.28-10.205 12.38-21.468 18.254-33.542v-44.893zM105 441v18h142v-18H105zm160 0v18h142v-18H265zM73 477v17h174v-17H73zm192 0v17h174v-17H265z"/></svg>
<svg class="tc-image-originals-crystal-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.563 20.75c-42.96 0-85.918 16.387-118.688 49.156-65.54 65.54-65.852 172.15-.313 237.688 65.54 65.54 172.15 65.226 237.688-.313 65.54-65.538 65.54-171.835 0-237.374-32.77-32.77-75.728-49.156-118.688-49.156zm-.157 18.47c25.68.053 51.363 6.724 74.313 19.968-13.573-3.984-26.266-2.455-34.22 5.5-14.437 14.437-7.796 44.485 14.813 67.093 22.608 22.61 52.625 29.22 67.062 14.782 8.523-8.522 9.706-22.468 4.594-37.125 36.352 57.684 29.586 134.6-20.69 184.875-29.158 29.16-67.353 43.773-105.56 43.813 9.436-2.3 17.762-6.732 24.436-13.406 28.885-28.886 15.64-88.954-29.594-134.19-45.234-45.233-105.302-58.51-134.187-29.624-4.052 4.052-7.266 8.723-9.688 13.875 3.092-33.537 17.473-66.222 43.157-91.905 29.198-29.2 67.384-43.737 105.562-43.656zM386.97 319.28c-.205.206-.39.422-.595.626-72.78 72.78-191.252 73.155-264.03.375-.278-.275-.54-.565-.814-.842-11.987 9.483-18.81 20.384-18.81 32 0 36.523 67.315 66.125 151.343 66.125 84.027 0 152.093-29.6 152.093-66.125 0-11.68-6.97-22.637-19.187-32.157zm39.717 54.564c-22.225 32.29-91.192 55.906-172.625 55.906-81.172 0-149.954-23.46-172.406-55.594-12.638 11.3-19.72 24.052-19.72 37.563.002 46.928 85.546 85.03 192.064 85.03 106.518 0 192.97-38.1 192.97-85.03 0-13.637-7.313-26.498-20.283-37.876z" fill="#fff"/></svg>
<svg class="tc-image-originals-crystal-bars tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196.844 14.125l-8.75 2.906-43.22 13.44-3.5 1.155-1.75 2.938L30.75 206.593l-14 21.032 5.344 15.156L41.5 308.47l2.344 7 7.594-.595 74.156-4.687 6.437-.563 1.75-5.844 77.095-239.436 1.156-2.938-1.155-2.906-11.125-35.625-2.03-6.094-.032-.25h-.032l-.812-2.405zm123.812 5.25l-2.906 5.844-18.125 40.874-1.75 3.5 1.188 4.094L383.156 274l1.75 4.656 4.657 1.188 64.843 14.03 7.594 1.157V295l2.906-7 26.875-60.72 1.75-4.092-1.75-4.094L390.157 28.688l-2.343-4.657-5.25-.592-55.47-3.5-6.437-.563zM184.594 37.47l7.562 23.936-.906 2.844-89.594 174.125 23.625 31.094-6.874 21.31-32.78-42.5-42.563-.842L38 230.188l1-1.563 46.094.938L183.72 37.75l.874-.28zm147.156 1.75l16.47.874 76.343 153.22 36.5 8.374 11.53 21.718-48.468-10.656-7.22 53.438-18.436-3.844L407.093 201l-77.53-156.72 2.186-5.06zm-79.437 85.28l-5.25 3.5-37.375 25.094-3.5 2.344-.594 4.093L166.47 416.5l-.564 5.25 4.063 3.5 76.53 63.656 6.406 5.282 5.844-5.282 75.344-66.562 4.094-2.938-.594-4.656-28.625-251.125-.564-4.094-4.093-2.342-46.72-29.782-5.28-2.906zm.562 22.53l19.5 12.095 12.25 202.406 30.844 24.908 2.843 24.812-.875.78-40.594-32.905-75.156 48.188-15.094-12.47 79.437-50.687-13.155-217.125zm108.438 148.345l-7.5 37.563 32.218 94 33.595 14.968 19.438-39.375-48.094-85.155-29.657-22zM108.625 350.5l-29.687 10.813L32 431.47l2.625 34.593 31.188-12.75 46.937-70.188-4.125-32.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-crystal-cluster tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.563 19.063l-53.875 59.562v90.063l-34.75-60.188-35.563-17.594-9.344 43.53 48.376 83.783-19.97-5.345-28.75 10.5 19.658 23.5 30.28 8.125-59.155 15.844-23.407 27.97 34.25 12.498 66.875-17.937-27.875 48.28 5.562 62.72 33.813-15.72v33.126l46.812 66.626 46.78-66.625v-72.81l21.626 68.092 35.875 27.344 13.564-43.03-32.688-102.97 42.875 11.5 26.876-13.78-17.78-20.22-64.595-17.312-.092-.25 82.25-22.03 21.125-24.064-31.97-16.406-73.656 19.75 39-67.594-3.562-55.25-58.844 18.97V78.624l-39.717-59.563zm-5.72 109.562l22.438 115.03 39.876 12.032-39.875 12.032-22.436 115.03-22.375-114.53-41.595-12.533 41.594-12.53 22.374-114.532z" fill="#fff"/></svg>
<svg class="tc-image-originals-crystal-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M168.03 118.875c-13.335.037-26.66.754-40 2.094-3.81.382-7.625.83-11.436 1.31-1.906.243-3.813.486-5.72.75-7.623 1.064-15.25 2.314-22.874 3.75-3.813.72-7.624 1.474-11.438 2.282-1.708.363-3.415.746-5.124 1.125-.553.123-1.104.25-1.657.375-1.3.294-2.603.572-3.905.875-.25.06-.5.13-.75.188-.958.225-1.917.457-2.875.688-.948.227-1.895.454-2.844.687-13.315 3.27-26.62 7.033-39.937 11.25 5.585 48.63 19.624 88.445 39.936 120.22v-.25c20.904 32.82 48.428 57.043 80.188 73.56-21.5-25.38-34.5-58.194-34.5-94 0-52.93 28.358-99.354 70.687-124.843-2.58-.044-5.167-.07-7.75-.062zm47.626 2.906c-3.812 1.09-7.563 2.324-11.22 3.75l28.845 63.5L310 201.188l36.875-36.156c-43.75-24.067-87.483-37.74-131.22-43.25zm-28.094 11.814c-38.147 21.86-63.78 62.972-63.78 110.187 0 11.558 1.557 22.744 4.437 33.376L179.687 267l36.218-71.03-28.344-62.376zm172.094 45.062l-37.03 36.313 11.843 74.593L362.405 304c9.655-17.91 15.156-38.406 15.156-60.22 0-23.828-6.526-46.094-17.906-65.124zm25.875 10.375c6.89 16.912 10.72 35.392 10.72 54.75 0 44.952-20.46 85.213-52.563 111.94 27.568-6.378 55.03-15.792 81.563-27.94v.408c24.174-11.05 47.57-24.363 69.53-39.75-23.174-26.64-46.354-49.616-69.53-69.313v.594c-13.244-11.28-26.48-21.496-39.72-30.69zM230.94 207.595l-33.72 66.22 52.532 52.53 66.28-33.75-11.624-73.375-73.47-11.626zM182.5 285.53l-48 9.44c12.203 27.734 34.035 50.223 61.28 63.28 14.396 3.322 29.258 5.446 44.44 6.47l-.532-22.033-57.188-57.156zm145.72 21.845l-69.845 35.594.5 22.467c10.614.083 21.356-.34 32.156-1.28 24.707-8.264 45.998-23.925 61.283-44.344l-24.094-12.438z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crystal-growth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.844 15.563l-79.916 84.11 2.27 58.81 50.61 36.22 31.88 181.965 10.78-26.89 11.876-235.35 18.666.94-9.135 181.007 28.373-70.773 8.15-107.99.924-17.938-74.478-84.112zm138.965 50.57L346.194 116.9l-3.857 51.104 10.52-26.24 30.406-13.618 9.545-62.013zm60.31 51.205l-85.727 38.394L264.81 411.62l14.585 83.25h7.81l147.613-293.083 16.692 8.406L308.13 494.87h24.41l146.585-291.802-26.006-85.73zM112.923 136.18L58.79 235.29l69.087 259.58h93.596l-51.118-274.724 18.374-3.417 51.752 278.14h19.938l-50.7-289.417-96.796-69.273zm345.463 232.193L405.44 391.38l-49.825 99.186 69.748-36.662v-.002l33.024-85.53zm-423.15.225l42.47 126.72h30.95L80.603 389.902l-45.366-21.304zm48.732 145.408l.096.29 1.65-.29h-1.747z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-crystal-shine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.396 21.375l-17.503 64.1c-1.133 2.452-1.782 5.172-1.782 8.05 0 10.634 8.62 19.256 19.255 19.256 10.634 0 19.256-8.62 19.256-19.255 0-.72-.045-1.426-.122-2.125h.022l-.05-.18c-.23-1.917-.737-3.746-1.488-5.45l-17.586-64.395zm118.21 31.494l-46.21 45.77c-6.03 3.254-10.126 9.626-10.126 16.956 0 10.633 8.622 19.254 19.255 19.254.668 0 1.327-.034 1.977-.1 7.608 5.175 14.85 11.125 21.6 17.875 57.872 57.872 57.87 151.418 0 209.29-6.75 6.747-13.99 12.694-21.594 17.868-.65-.066-1.308-.1-1.975-.1-10.634 0-19.256 8.623-19.256 19.256 0 7.006 3.757 13.12 9.352 16.49l46.694 46.252-18.545-70.55c6.468-4.81 12.67-10.137 18.536-16.003l6.608-6.61-.334-.332c3.252-3.637 6.305-7.388 9.183-11.23l71.057 18.68-51.63-52.126c6.54-15.08 10.757-30.926 12.636-46.996l70.61-19.282-70.56-19.267c-1.82-15.925-5.937-31.633-12.343-46.59l51.234-51.727-70.318 18.483c-4.842-6.536-10.22-12.8-16.144-18.723-5.794-5.794-11.916-11.063-18.298-15.824l18.587-70.717zm-236.307.005l17.112 65.107c.218 1.76.662 3.45 1.322 5.032l.153.582c-6.38 4.76-12.498 10.023-18.29 15.814-5.92 5.92-11.294 12.18-16.136 18.715L54.024 139.61l51.31 51.802c-6.41 14.945-10.535 30.64-12.376 46.553l-70.562 19.27L92.95 276.5c1.856 16.108 6.06 31.994 12.595 47.105l-51.574 52.07 70.952-18.648c4.722 6.312 9.94 12.368 15.676 18.102 5.815 5.814 11.96 11.102 18.367 15.876-1.004 2.215-1.613 4.646-1.707 7.213l-16.678 63.456 48.91-48.447-.037-.08c3.86-3.52 6.297-8.575 6.297-14.21 0-10.634-8.622-19.256-19.256-19.256-.395 0-.786.015-1.176.04-7.573-5.16-14.783-11.088-21.506-17.81-57.872-57.872-57.872-151.417 0-209.29 6.725-6.723 13.938-12.65 21.514-17.81.39.022.782.036 1.178.036 10.634 0 19.254-8.62 19.254-19.254 0-6.22-2.963-11.736-7.54-15.256L140.3 52.875zm127.436 89.87v49.02l33.602 19.292 46.18-25.045-79.782-43.268zm-18.69.312l-79.722 42.957 46.31 24.955 33.413-19.062v-48.85zM159.9 202.164v114.012l46.346-24.975v-64.063L159.9 202.164zm196.985.027l-46.342 25.134v63.7l46.342 25.136V202.19zm-98.367 5.83l-33.584 19.158v64.285l33.584 19.162 33.336-19.145v-64.318l-33.336-19.14zm43.082 99.416l-33.864 19.445v47.056l78.24-42.432-44.376-24.068zm-86.24.084l-44.495 23.976 78.182 42.127v-46.885L215.36 307.52zm43.005 94.234c-10.634 0-19.254 8.622-19.254 19.256 0 2.74.582 5.342 1.615 7.703l17.67 64.713 17.787-65.12c.57-1.39.965-2.86 1.197-4.388l.06-.23h-.026c.122-.878.207-1.767.207-2.678 0-10.634-8.62-19.256-19.255-19.256z" fill="#fff"/></svg>
<svg class="tc-image-originals-crystal-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M377.154 21.04l4.06 50.167 54.32 2.856 2.677 54.306 50.173 3.898-7.994-102.88-103.236-8.35zM359.31 32.267L245.954 145.623l44.086 3.566 72.837-72.842-3.566-44.08zm16.696 57.38l-72.98 72.983 2.19 41.692 41.526 2.05 73.004-73.01L417.7 91.84l-41.694-2.192zm56.836 57.05l-72.457 72.46 3.433 44.213 113.24-113.237-44.216-3.436zm-196.213 16.92l7.483 92.525-43.234-43.235c-.846 7.773-2.35 14.887-4.5 21.356l78.48 78.482c6.443-2.176 13.52-3.72 21.244-4.613l-42.5-42.5 92.203 7.164-3.723-47.943-54.648-2.696-2.868-54.662-47.94-3.877zm-48.855 88.472c-4.9 7.32-11.07 13.37-18.474 18.187l69.585 69.584c4.836-7.382 10.892-13.547 18.2-18.458l-69.31-69.312zm-36.392 26.7c-6.41 2.14-13.407 3.69-20.983 4.66l29.25 29.25.34-.34 13.215 13.216-.34.34 52.697 52.697c1.007-7.542 2.585-14.51 4.75-20.894l-78.93-78.93zM135.53 315.01L17.09 433.094v22.17l129.348-129.348-10.905-10.904zm24.12 24.12L17.088 481.69V495h53.73l122.35-122.35-33.518-33.517z" fill="#fff"/></svg>
<svg class="tc-image-originals-crystalize tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.785 37.605l-2.242 6.14s-17.637 48.195-43.14 94.23c-25.83 46.624-27.81 45.724-59.56 91.02-21.79 31.088-45.966 65.665-45.966 110.42 0 86.952 70.57 158.216 157.445 158.218 86.877.002 157.446-71.266 157.444-158.22 0-44.647-24.275-79.385-45.955-110.407-31.968-45.738-34.803-46.012-60.623-92.617C278.693 90.37 262.13 43.82 262.13 43.82l-2.21-6.217h-13.135zm14.553 53.91c6.923 15.817 15.76 34.54 26.502 53.93 2.427 4.382 4.61 8.263 6.693 11.932-8.75-5.492-17.206-7.09-23.43-3.498-12.884 7.438-11.325 34.263 3.483 59.91 14.808 25.65 37.26 40.412 50.144 32.974 7.982-4.61 10.415-16.658 7.596-31.256 4.793 6.682 10.236 14.287 17.166 24.203 3.74 5.353 7.452 10.707 11.047 16.095l-32.55 28.63-96.86-48.087 30.208-144.834zm-21.535 11.717L215.457 219.96c-2.022-3.156-4.77-4.95-8.22-5.028-13.51-.304-32.587 25.708-42.6 58.093-10.013 32.386-7.177 58.89 6.336 59.194 3.61.08 7.62-1.734 11.748-5.033l-7.93 25.036-59.503-24.89c3.816-32.54 22.478-59.962 41.858-87.61 31.478-44.904 34.522-45.61 60.605-92.692 8.453-15.256 15.815-30.24 22.053-43.798zm-14.412 151.13l41.05 20.382c-23.878 4.858-41.848 25.972-41.848 51.287 0 28.91 23.433 52.343 52.34 52.343 15.083 0 28.667-6.387 38.218-16.596l-3.572 32.907-76.04 22.18-44.308-54.653 34.16-107.847zm145.258 17.44c4.188 7.078 8.015 14.266 11.22 21.653-1.008-.193-2.032-.305-3.073-.305-14.32 0-25.932 18.828-25.932 42.047 0 23.22 11.61 42.047 25.932 42.047 3.078 0 6.03-.876 8.77-2.473-3.75 14.402-9.734 27.906-17.56 40.11l-39.808-18.534 10.674-98.352 29.778-26.19zm-255.85 75.587l49.354 20.64c-9.514 3.844-16.23 13.162-16.23 24.052 0 14.32 11.61 25.932 25.932 25.932 11.32 0 20.94-7.258 24.478-17.37l21.62 26.667-8.634 45.104c-53.702-17.164-93.218-66.33-96.52-125.025zm219.294 71.383l24.54 11.428c-25.442 29.812-63.17 48.744-105.31 48.743-8.128 0-16.09-.71-23.834-2.062l7.867-41.08 30.368-8.857c-6.227 4.895-10.264 10.065-10.762 14.573-1.096 9.93 15.284 12.87 36.585 6.57 21.246-6.285 39.364-19.39 40.547-29.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-cubeforce tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.664 27.143l-120.826 69.76V236.42l120.826 69.758 120.824-69.758V96.902l-120.824-69.76zm0 21.58l97.207 56.125-94.868 54.77-97.21-56.12 94.872-54.775zm.79 47.554c-16.622 0-31.888 5.78-43.923 15.426l46.052 26.58 43.564-25.11c-12.29-10.524-28.24-16.896-45.69-16.896zM157.528 120.88l93.96 54.25v104.747l-93.96-54.246V120.88zm204.274 2.7v102.05l-91.624 52.9V176.48l91.625-52.9zm-171.216 35.252c-.28 2.547-.436 5.13-.436 7.752 0 29.456 18.122 54.667 43.82 65.13v-47.876l-43.384-25.006zm139.94 2.24l-42.83 24.516v45.826c25.3-10.644 43.068-35.66 43.068-64.83 0-1.857-.095-3.69-.237-5.512zM116.57 227.39l-91.615 52.895V419.8l120.826 69.76 111.548-64.404 111.547 64.403L489.7 419.8V280.287l-86.944-50.2v19.48l-1.818 1.05 65.146 37.613L371.214 343l-65.148-37.613-18.69 10.79 73.323 42.332V463.26l-93.962-54.248v-80.916l-7.074 4.084-11.746-6.782v83.614l-91.625 52.9v-102.05l75.66-43.68-18.69-10.79L148.12 343 50.91 286.88l65.66-37.91v-21.58zm30.002 52.268c-16.623 0-31.888 5.783-43.924 15.428l46.05 26.578 43.566-25.11c-12.29-10.524-28.242-16.896-45.692-16.896zm223.094 0c-16.623 0-31.887 5.783-43.922 15.428l46.05 26.578 43.565-25.11c-12.29-10.524-28.244-16.896-45.694-16.896zm-326.02 24.606l93.958 54.248V463.26l-93.96-54.248V304.264zm427.366 2.7V409.01L379.39 461.91V359.86l91.622-52.897zm-394.31 35.25c-.28 2.546-.436 5.13-.436 7.75 0 29.457 18.12 54.668 43.818 65.13V367.22L76.7 342.212zm223.093 0c-.28 2.546-.436 5.13-.436 7.75 0 29.456 18.122 54.665 43.818 65.128V367.22l-43.383-25.007zm-83.152 2.24l-42.83 24.517v45.825c25.3-10.644 43.066-35.66 43.066-64.83 0-1.857-.096-3.69-.237-5.512zm223.095 0l-42.83 24.517v45.825c25.3-10.644 43.065-35.66 43.065-64.83 0-1.857-.093-3.69-.235-5.512z" fill="#fff"/></svg>
<svg class="tc-image-originals-cubes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M388.53 21.53c-38.006 30.546-63.492 66.122-83.952 103.687 12.746 7.812 25.587 14.923 38.516 21.38l88.744 34.04c13.746 3.8 27.583 6.995 41.51 9.625 13.493-42.908 19.872-85.824 19.433-128.73l-104.25-40zm-266.813 3.88l15.133 64.967 68.95 16.38-12.993-64.525-71.09-16.822zm-17.594 6.848L66.896 79.803l12.358 62.025 39.494-46.785-14.625-62.785zm27.783 76.148l-37.094 43.97 52.165 7.718c7.243-2.11 14.482-4.097 21.716-5.967l27.62-30.408-64.407-15.314zm170.57 37.346l8.776 58.912c5.91 6.06 11.636 12.256 17.13 18.615l89.024 34.157 45.317-50.218c-54.72-11.1-108.31-30.82-160.248-61.468zm-70.09 13.482c-49.324 9.35-98.335 21.9-147.224 42.645 40.825 34.878 76.848 72.364 105.988 113.538l149.204-44.686c-26.533-41.862-66.002-77.02-107.97-111.498zM65.71 209.848C45.093 260.13 28.07 311.115 24.24 367.025c24.535 52.892 70.202 90.623 110.764 119.72l42.476-158.45c-29.975-42.853-68.05-81.942-111.77-118.447zM351.07 287.03L195.39 333.66l-42.146 157.22c52.167-7.854 103.99-21.873 155.822-48.26 24.952-53.52 30.504-99.728 42.002-155.587z" fill="#fff"/></svg>
<svg class="tc-image-originals-cultist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M258.495 20.105C176.67 77.45 133.118 142.24 128 207.63l92.155 54.124-55.14-56.092c3.663-46.824 34.847-93.22 93.44-134.283 58.593 41.06 89.594 87.573 93.257 134.393l-55.15 55.957 92.162-53.947C383.61 142.397 340.32 77.45 258.494 20.105zM221.72 165.123c-7.276 0-14.467 5.39-21.096 13.498 13.207 15.957 29.007 16.098 42.19 0-6.682-8.27-13.746-13.5-21.094-13.497zm70.484 0c-7.275 0-14.467 5.39-21.096 13.498 13.208 15.957 29.01 16.098 42.194 0-6.683-8.27-13.75-13.5-21.098-13.497zm-154.47 73.31l-1.89 1.758c-.005-.03-.015-.06-.02-.09l-.13.232-65.703 61.172c23.93 63.466 22.342 126.924 19.86 190.39h37.96c-6.974-34.9-14.004-77.445-14.817-121.09 9.11 6.8 20.807 11.917 34.938 14.743-11.63-10.79-17.805-24.947-15.8-39.158 15.38 7.1 32.653 9.094 50.66 4.612-18.75-8-34.94-23.658-43.06-43.756 26.933 14.15 55.292 18.642 79.36 9.774-36.237-8.91-74.074-37.57-82.896-75.346.505-1.084 1.015-2.165 1.54-3.24zm236.533 0c.302.62.59 1.247.886 1.87l-.11-.203c-8.12 38.556-46.53 67.887-83.27 76.92 25.592 9.43 56.036 3.753 84.458-12.58-7.7 21.447-24.524 38.192-44.14 46.562 16.47 4.1 32.326 2.785 46.682-2.9 1.297 13.63-4.84 27.088-16.003 37.445 14.82-2.964 26.97-8.446 36.258-15.748-.722 43.995-7.808 86.924-14.836 122.095h37.96c-2.484-63.467-4.072-126.925 19.857-190.39l-67.743-63.07z"/></svg>
<svg class="tc-image-originals-cupcake tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M236.854 43.83c-20.16 13.472-36.99 24.95-45.3 34.426-4.717 5.377-6.786 9.82-7.056 13.88-.27 4.057 1.052 8.634 5.95 14.97l1.128 1.458c18.455-3.476 39.757-5.143 62.834-4.593 31.04.74 60.438 5.363 85.147 12.778-1.497-2.823-2.983-5.458-4.604-7.744-5.866-8.274-11.98-13.49-30.498-12.436l-.514.03-.51-.037c-32.236-2.307-48.314-12.643-56.16-25.792-5.796-9.718-7.625-19.235-10.416-26.938zm14.03 76.106c-33.25-.134-62.172 4.695-82.003 12.46-10.576 4.142-18.52 9.15-23.18 14.196-4.658 5.047-5.933 9.63-5.083 13.92.713 3.6 3.05 7.485 7.738 11.78 25.135-9.197 55.557-16.22 89.254-20.02 48.777-5.503 95.2-3.222 131.65 5.238 7.676 1.78 14.91 3.834 21.654 6.174-1.476-3.516-4.52-7.305-9.797-11.487-6.712-5.317-16.727-10.752-29.053-15.44-24.65-9.373-58.415-15.87-94.474-16.728-2.254-.054-4.49-.086-6.705-.094zm43.085 44.937c-16.56-.05-33.91.863-51.58 2.856-47.114 5.313-87.534 17.302-114.218 31.905-13.342 7.3-23.203 15.28-28.82 22.926-4.695 6.39-6.384 12.186-5.698 17.534 3.86-1.397 7.875-2.74 12.057-4.028 39.064-12.02 91.923-19.22 150.29-19.22 58.367 0 111.226 7.2 150.29 19.22 1.26.388 2.505.782 3.737 1.18 4.37-3.597 7.91-7.223 10.522-10.777 5.616-7.647 6.945-14.448 5.03-20.64s-7.217-12.243-17.025-18.148c-9.808-5.906-23.772-11.197-40.578-15.098-21.008-4.876-46.41-7.63-74.008-7.71zM256 231.153c-56.508 0-107.65 7.127-143.867 18.27-18.11 5.573-32.444 12.176-41.77 18.96-9.325 6.784-13.42 13.294-13.42 19.617s4.095 12.833 13.42 19.617c.07.05.144.1.213.15l57.447-28.722 63.22 32.01 64.827-32.012 62.36 32.012 65.615-31.977 57.38 28.69c.068-.05.143-.1.212-.15 9.325-6.785 13.42-13.295 13.42-19.618 0-6.323-4.095-12.833-13.42-19.617-9.326-6.784-23.66-13.387-41.77-18.96-36.218-11.143-87.36-18.27-143.867-18.27zm127.955 65.77L327.51 324.43 311.938 449l-15.875-2 15.205-121.635-55.338-28.408-55.332 27.326L215.938 447l-15.875 2-15.42-123.352-56.666-28.693-54.022 27.012L133.605 488h244.79l59.65-164.033-54.09-27.045z" fill="#fff"/></svg>
<svg class="tc-image-originals-cupidon-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.188 22.906v26.72l55.374 54.03c4.672-5.725 9.81-10.895 15.313-15.47L22 22.907h-3.813zm323.03 57.875c-33.02.364-67.89 19.083-88.468 59.032L244.406 156l-8.28-16.22c-26.002-50.874-67.868-64.366-104.157-53.874C95.68 96.4 64.62 131.9 63.874 185.97c-.792 57.587 33.99 92.34 73.313 130.686 34.784 33.92 72.897 70.298 85.812 125.313 25.558-33.53 54.225-61.36 81.72-86.658l-77.564-75.406h-.03v-.03c-6.18-6.055-8.758-14.43-7.69-21.72 1.07-7.29 4.987-13.397 10-18.03 5.016-4.635 11.31-7.964 18.408-8.876 1.774-.228 3.61-.282 5.47-.125 5.57.47 11.283 2.727 15.75 7.094.005.005.024-.007.03 0l77.812 75.655.063.063.03.03c.452.453.897.87 1.344 1.313.984-.926 1.995-1.855 2.97-2.78 43.534-41.35 74.882-79.595 75.655-133.78.826-57.986-30.668-89.133-68.22-96.376-4.694-.906-9.494-1.41-14.344-1.53-1.06-.028-2.122-.044-3.187-.033zm-90.124 168.907c-.28.018-.565.054-.875.094-2.48.32-5.677 1.83-8.095 4.064-2.418 2.234-3.896 5.01-4.188 7-.29 1.978-.197 3.274 2.22 5.656l.03.03 77.844 75.658.033.03c27.01 26.466 41.222 44.93 40.906 64.157-.16 9.614-4.967 18.253-12.033 24.844-3.662 3.415-7.95 6.473-12.78 9.374C377.94 466.61 439.006 489.682 491.25 495c-1.076-50.902-26.66-107.724-55.156-150.97-1.19 2.483-2.446 4.96-3.906 7.314-4.697 7.568-11.49 14.616-21.22 17.25-9.727 2.633-20.91.464-33.28-6.188-12.35-6.638-26.502-17.825-43.813-35.125l-.094-.092-77.75-75.594H256c-1.606-1.574-2.94-2.032-4.906-1.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-curled-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M65.406 22.438C-32.612 123.463 45.7 279.385 140 313.03c110.753 39.518 281.45-48.678 329.688 68.314 2.887 11.273 2.674 21.795.312 31.47-4.584 18.77-17.86 34.842-35.094 45.405-17.233 10.562-38.186 15.343-56.875 12.25-18.688-3.095-35.237-13.374-46.06-34.845-7.256-14.418-7.834-25.936-5.25-34.72 2.582-8.782 8.476-15.232 16.092-19.06 15.233-7.66 36.52-4.87 49.22 17.624 7.496 13.276 2.582 22.546-3.782 26.53-3.182 1.992-6.634 2.58-10.313 1.375-3.678-1.206-8.1-4.4-12.062-12.156l-16.625 8.5c5.66 11.08 13.76 18.427 22.844 21.405 9.084 2.978 18.624 1.375 26.062-3.28 14.877-9.314 21.654-31.144 10.125-51.564-17.02-30.146-50.187-37.035-73.874-25.124-11.843 5.956-21.537 16.6-25.625 30.5-4.087 13.9-2.42 30.645 6.5 48.375 13.307 26.393 35.835 40.927 59.69 44.876 23.852 3.95 48.938-2.013 69.717-14.75 20.78-12.736 37.512-32.51 43.47-56.906 4.178-17.11 2.728-36.26-5.844-55.844.012-.196.02-.397.03-.594-.86-1.67-1.738-3.302-2.624-4.906-3.296-6.525-7.39-13.095-12.345-19.625l-.22.158c-15.118-20.04-33.1-33.376-53.624-43.282-29.513-14.245-64.506-20.966-102.374-27.937-75.736-13.944-163.31-29.618-236.344-115.533l14.22-12.093c69.026 81.2 149.666 95.258 225.5 109.22 37.916 6.98 74.522 13.763 107.124 29.5 22.7 10.955 43.322 26.472 60.406 48.967C464.098 111.956 141.36 206.986 65.406 22.44z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-curled-tentacle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M309.822 19.695c-91.36.614-193.674 54.694-233.935 133.168-58.023 113.09-28.643 221.764 35.04 336.393l190.57-.002c.726.028 1.463.042 2.222.02.142-.002.28-.015.423-.02h53.826c-10.486-3.502-20.882-7.894-31.085-13.047 10.072-16.983 2.354-44.398-23.168-43.71-10.64.29-18.18 5.295-22.633 12.222-9.458-8.397-18.286-17.478-26.467-27.068 14.902-15.993 8.335-49.138-19.69-48.38-4.657.125-8.716 1.157-12.187 2.855-5.633-9.91-10.662-20.057-15.035-30.328 19.106-14.293 13.695-52.217-16.244-51.435-1.302-6.297-2.35-12.564-3.124-18.773-.55-4.415-.957-8.795-1.234-13.135 27.28-5.747 28.78-46.347 4.5-54.635 2.133-8.412 4.962-16.413 8.507-23.892l.038-.08c3.723 2.18 8.316 3.415 13.788 3.267 24.495-.642 31.46-28.02 20.904-43.215 4.208-3.165 8.632-6.252 13.332-9.234 1.612-1.023 3.26-1.98 4.932-2.897 2.136 11.04 10.508 20.495 25.126 20.1 19.36-.506 27.768-17.725 25.23-32.423 10.7-.52 20.69.4 29.788 2.475-3.264 13.06 3.77 28.85 21.106 28.38 7.844-.205 13.576-3.63 17.203-8.513 1.39 1.358 2.702 2.763 3.927 4.208 5.093 6.01 8.785 12.684 10.91 19.893-16.187 5.228-16.828 29.973-1.92 35.932-3.047 8.154-7.957 16.63-15.078 25.203-2.402-2.767-6.02-4.564-10.86-4.433-13.943.38-17.764 16.166-11.48 24.613-7.052 4.543-13.68 7.366-19.712 8.86.646-5.998-2.903-12.428-10.666-12.22-7.328.2-10.9 6.108-10.737 11.784-.245-.09-.493-.178-.733-.273-3.894-2.125-7.526-5.38-10.77-10.09 10-2.95 10.16-18.5.458-21.31 1.414-3.197 3.41-6.582 6.097-10.094 2.516 1.67 6.553 2.795 12.133 2.72 12.562-.16 17.35-6.17 14.387-10.68.03.004.058.005.088.007-.056-.047-.113-.09-.168-.137-.805-1.158-2.132-2.21-3.975-3.03-9.49-6.445-20.606-8.778-30.73-7.298l-.29-.275c-.12.126-.23.253-.35.38-20.527 3.34-36.708 22.448-26.394 54.75 38.275 119.87 242.354 18.336 199.733-111.55-26.183-79.795-79.363-114.193-151.262-115.053v.01c-1.444-.017-2.892-.02-4.342-.012zm10.998 54.41c14.242.315 19.363 14.59 15.375 25.27-8.943-1.925-18.474-2.888-28.455-2.764-1.802.024-3.62.087-5.45.18-1.875-10.222 3.933-22.308 17.437-22.68.37-.01.734-.012 1.093-.005zm-89.662 19.678c10.26.227 15.777 7.702 16.578 15.856-10.812 4.692-20.504 10.55-29.088 17.374-11.32-9.146-7.527-32.72 11.416-33.227.37-.01.735-.012 1.094-.004zM399.52 117.52c20.92.463 22.177 31.056 3.753 36.11-2.97-8.64-7.556-16.664-13.53-23.714-1.64-1.933-3.376-3.795-5.206-5.584 2.952-3.906 7.578-6.64 13.89-6.81.37-.01.734-.01 1.093-.002zm-220.913 47.916c2.688.06 5.046.62 7.084 1.556-.853 1.626-1.68 3.27-2.467 4.932-4.48 9.448-7.923 19.466-10.397 29.908-18.905-3.996-17.358-35.804 4.688-36.394.37-.01.734-.01 1.093-.002zm224.227 36.566c17.194 5.42 15.09 35.413-6.303 35.97-5.064.137-9.04-1.437-11.94-4 8.517-10.48 14.57-21.238 18.244-31.97zM164.51 255.506c.713.016 1.403.067 2.078.14.545.32 1.106.618 1.685.897.292 5.745.794 11.534 1.518 17.355.948 7.61 2.286 15.275 3.946 22.957-.64.555-1.246 1.14-1.824 1.75-2.54 1.096-5.447 1.763-8.738 1.848-28.972.78-28.968-44.158-.002-44.943.452-.012.9-.014 1.338-.004zm193.303 2.953c3.933 8.724-.404 21.676-13.012 22.007-7.69.208-12.293-4.443-13.83-10.127 8.665-2.06 17.738-5.972 26.842-11.88zm-170.31 88.552c.675.062 1.36.11 2.06.13 5.634 13.552 12.316 26.887 19.998 39.79-.043.115-.084.23-.126.347-3.702 3.412-8.744 5.656-15.157 5.822-27.942.752-30.193-39.013-6.773-46.09zm49.524 78.914c11.59 14.01 24.498 27.076 38.655 38.8-4.436 7.024-12.017 12.112-22.752 12.39-29.78.806-35.312-36.62-16.627-51.134.243-.016.484-.035.724-.056z" fill="#fff"/></svg>
<svg class="tc-image-originals-curling-vines tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M436.906 21.22c-8.032.064-17.54 1.217-28.625 3.718 65.616 3.342 39.668 48.252 1.22 68.28-30.932 7.564-54.88 22.71-66.5 38.376-2.99 4.032-5.277 8.21-6.22 12.97-.53 2.684-.515 5.703.22 8.592-6.823 3.036-12.114 7.732-15.156 13.656-9.608 18.713 2.705 45.254 44.687 44.375-34.522-5.522-29.87-50.62 11.876-38.625l.03-.093c1.246.472 2.52.912 3.845 1.343 45.603 14.805 58.067 43.665 54.876 61.468-1.595 8.903-6.564 15.18-14.594 17.97-8.03 2.79-20.23 2.052-36.28-7.438v.032c-8.874-5.603-18.476-9.237-28.25-10.53-12.003-1.59-24.365.628-35.032 6.967l-.125-.155c-38.065 24.243-55.985-19.317-23.22-34.97-42.085 11.47-39.62 37.586-24.53 53.407 4.892 5.124 10.563 8.736 17.063 10.282-36.324 28.3-79.572 37.478-107.438 30.187-14.514-3.796-24.514-11.35-29.438-22.655-4.053-9.307-4.848-22.003.22-38.656 1.896 3.908 4.593 7.465 7.968 10.686 15.818 15.086 41.93 17.587 53.406-24.5-15.655 32.763-59.243 14.81-35-23.25l-.03-.03c4.996-4.574 10.544-9.182 16.718-13.782 10.74-8.004 18.083-17.94 22.25-28.72 2.012 1.835 4.17 3.4 6.437 4.69 9.027 5.12 19.622 5.314 28.47 1.467 17.667-7.68 28.613-29.98 22.625-56.593-.01-.04-.022-.083-.03-.124-5.912-43.874 40.72-42.28 41.655-6.126 5.23-33.76-8.847-46.27-25.094-46.624-.568-.013-1.145-.018-1.72 0-4.01.12-8.11.97-12.06 2.374-17.992 6.408-29.057 23.388-21 54.532 4.526 19.948-3.854 31.975-11.813 35.436-3.98 1.73-7.777 1.697-11.813-.594-4.036-2.29-8.63-7.37-11.813-17.312h-.03c-1.884-19.53-11.59-38.89-26.188-55.813-25.823-29.93-67.592-52.936-113.5-53-1.482-.002-2.98.017-4.47.063-6.807.21-13.724.936-20.656 2.22-13.555 2.508-24.055 7.9-31.032 15.5-6.976 7.596-10.06 17.516-8.687 26.905 2.748 18.778 21.662 33.518 48.625 34.563v-.094c41.574 6.197 28.145 49.054-6 40.844 39.224 17.305 53.466-4.186 51.75-25.594C113.003 98.216 100.52 84.458 69.47 83c-20.802-.806-29.742-10.816-30.876-18.563-.567-3.873.413-7.656 4-11.562 3.586-3.906 10.122-7.83 20.656-9.78 30.994-5.738 61.606 1.86 86.5 16.25-5.135 1.856-9.706 5.045-13.75 9.28-15.09 15.822-17.59 41.935 24.5 53.406-32.767-15.65-14.846-59.21 23.22-34.968l.03-.03c.184.21.38.413.563.624 13.186 15.286 20.987 32.277 21.906 47.25.917 14.973-4.115 27.985-18.814 38.938-27.91 20.8-45.612 42.505-54.562 63.47-7.02 13.366-14.7 18.375-21.53 19.75-7.01 1.407-14.38-1.003-20.72-6.345-6.34-5.343-11.104-13.51-12.25-21.657-1.146-8.15.727-16.13 8.25-23.75l-.063-.063c16.246-17.097 28.458-11.82 25.907 16.625 15.532-26.902 2.804-42.35-13.843-42.344-8.604.004-18.237 4.128-25.563 12.94-11.183 11.493-15.03 26.1-13.186 39.218 1.092 7.766 3.983 15.04 8.156 21.406-14.864 3.695-24.072 15.795-27.28 29-5.74 23.643 6.367 50.204 53.31 37.844-40.282 3.147-45.326-60.28 2.564-45.188l.03-.094c5.846 1.6 12.07 1.987 18.376.72 3.726-.75 7.375-2.075 10.906-3.97.655 20.03 10.09 37.605 25.438 48.875 8.294 6.09 18.098 10.423 29 12.75 28.34 10.235 37.578 33.04 34.125 52.69-3.65 20.763-20.855 38.536-55.064 33.717v-.03c-45.96-10.195-27.063-55.586 8.656-42.97-12.347-7.056-22.527-9.82-30.718-9.625-18.022.428-26.378 15.295-26.75 30.97-.39 16.733 7.874 30.675 30.062 37.593 33.648 23.994-11.885 60.06-37.22 30.438 24.93 42.746 52.786 32.332 65.69 11.156 6.8-11.167 9.034-25.468 2.5-38.283 11.814-.413 22.282-3.384 31.093-8.218.79 12.907 7.522 21.706 17.78 27.31 18.752 10.243 44.032 5.985 44.22-36.655-6.485 34.86-52.068 29.015-38.94-12.938 3.5-5.966 5.905-12.478 7.095-19.25 3.327-18.93-2.59-39.604-17.563-55.125 18.313-2.714 38.102-10.17 58.125-23.125.013.438.004.878.032 1.313.87 13.752 8.91 25.195 19.436 32.53 10.525 7.337 23.78 11.064 37.03 9.44 13.254-1.627 26.493-9.203 34.69-23.19l-.095-.06c12.408-20.99 2.617-45.45-15.28-44.783-7.3.273-15.954 4.732-24.97 15.313 26.82-12.334 35.98-1.915 24.376 20.156l-.156-.094c-5.414 9.24-12.676 13.092-20.844 14.094-8.168 1.002-17.262-1.447-24.062-6.187-6.8-4.74-11.048-11.274-11.5-18.408-.396-6.242 1.856-13.876 10.344-22.78.03-.032.064-.063.093-.094 2.884-2.667 5.762-5.46 8.626-8.375 22.778-17.49 48.374-15.892 68.688-2.438 18.207 12.06 31.616 33.958 32 61.72-.846 15.68-5.114 33.148-14.125 52.124l-.095-.064c-25.81 39.867-90.637 65.517-75.22-6.5-42.27 80.47 23.97 85.655 71.22 33.594-41.535 69.815 9.265 100.4 48.156 59.156-38.243 16.99-51.414-20.927-30.967-70.594h.03c4.744-9.025 8.524-17.868 11.47-26.5l.25.094c20.84-40.023 58.14-11.25 37.593 18.688 30.71-30.977 15.506-52.346-5.47-58.5-8.32-2.436-16.504-2.296-24.155 1.28.027-1.988-.01-3.956-.092-5.905v-.158c.444-24.372-6.092-45.647-16.782-62.25 5.33-.002 10.372-.817 15.03-2.437 14.478-5.032 24.225-17.692 26.845-32.313.413-2.3.667-4.654.75-7.03.002-.02 0-.043 0-.063 6.647-22.772 24.25-23.93 36.533 2.56-.003-35.37-25.383-40.707-41.75-27.936-8.972-20.076-29.596-39.217-63-50.063-10.21-3.313-14.798-7.486-16.438-10.405-1.64-2.92-1.608-5.352.375-9.313 3.876-7.74 17.467-17.59 32.563-19.968.158-.023.31-.04.468-.063 54.322-7.65 88.576 15.056 61.97 47.97 49.906-26.893 33.498-83.894-44.688-61.844 54.705-28.146 70.82-81.647 14.594-81.187z" fill="#fff"/></svg>
<svg class="tc-image-originals-curly-wing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M28.375 21.72c6.463 186.873 211.64 185.96 332.47 279.624-78.192-33.86-206.354-26.42-299.126-86.594 43.276 140.637 197.64 94.335 311 132.563-67.51-6.592-156.55 31.527-240.72 1.375 74.328 117.156 170.745 38.902 264.156 39.593-47.114 12.005-95.76 64.52-160.812 59.595 79.27 76.296 120.778 2.205 177.562-26.188-.07.084-.15.166-.22.25 2.22-1.165 4.625-2.058 7.19-2.625 1.936-.427 3.872-.658 5.78-.687 13.36-.206 25.476 9.006 28.47 22.563 1.32 5.986.66 11.957-1.532 17.218-.083-.604-.18-1.206-.313-1.812-2.682-12.156-14.718-19.84-26.874-17.156-12.156 2.683-19.84 14.72-17.156 26.875.374 1.692.945 3.277 1.656 4.78-.185-.126-.38-.244-.562-.374.558.9 1.158 1.77 1.78 2.624 1.213 1.946 2.702 3.687 4.407 5.156 7.127 7.04 16.797 11.55 27.595 12.03 23.13 1.032 42.72-16.9 43.75-40.03.837-18.794-10.812-35.25-27.625-41.313-.01-.003-.022.004-.03 0-9.58-5.346-17.946-11.836-25-19.062 16.04 7.166 35.522 3.674 48.03-10 15.627-17.084 14.46-43.592-2.625-59.22-9.736-8.904-22.52-12.34-34.625-10.5-3.198.18-6.39 1.124-9.28 2.97-8.988 5.736-11.612 17.67-5.876 26.656 5.736 8.988 17.67 11.612 26.656 5.876 4.744-3.028 7.687-7.768 8.594-12.906 2.496 11.418-2.164 23.686-12.594 30.344-13.374 8.536-31.15 4.623-39.688-8.75-2.726-4.272-4.158-8.993-4.437-13.72-.002-.03-.03-.062-.03-.093-.348-2.14-.608-4.283-.75-6.405-9.925-146.86-254.66-165.998-379.22-312.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-cursed-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.125 16.938L216.22 128.094 97.343 164.25l106.53-4.22-36.436 94.407L270.156 106.25l50.22 64.406-61.25-153.72zm50.406 63.687l36.376 102.28-102.344-6.75 172.063 53.876-46.5 67.126 128.47-104.28-116.94-7.69-71.124-104.56zm-123.467 98.97L20.97 190.437l87.936 71.375-.375 127.125 27.75-104.907 82.345 66.845L109.345 207.5l76.718-27.906zm71.156 18.968c-22.404 0-44.817 25.943-67.22 77.875 43.462 77.53 88.133 86.365 134.438 0-22.403-51.93-44.816-77.875-67.22-77.875zm.405 15.687c11.05 8.62 19 30.54 19 56.438 0 25.896-7.95 47.818-19 56.437-11.05-8.62-19-30.54-19-56.438 0-25.896 7.95-47.818 19-56.437zm82.53 10.594l5.19 180.22-78.595-22.064 140.47 87.438-30.408-111.313 73.563-103.47-82.875 69.376-27.344-100.186zM152.94 309.03l-43.594 159.595 98.906-61.53 120.656 39.436-90.5-58.217 87.094-54.188-171.22 56.53-1.343-81.624z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-curvy-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M57.656 16.156C42.71 16.533 31.24 29.793 24.5 44.813 6.05 85.91 32.88 81.803 71.156 90.374 79.272 66.585 86.96 48.042 94.72 31.53 87.197 27.1 79.315 22.944 71 19.126c-4.708-2.162-9.158-3.074-13.344-2.97zm52.907 25.5c-7.026 15.13-13.945 32.076-21.344 53.688 10.168 3.41 20.723 8.157 31.155 15.094 11.68-12.212 23.456-21.498 35.28-29.063-13.287-14.6-28.152-27.967-45.093-39.72zm57.28 53.97c-11.064 6.804-21.837 15.1-32.718 26.343 11.416 10.345 22.372 23.944 32.125 42.124 7.94-13.026 16.59-23.73 25.625-33.125-7.722-12.28-15.997-24.11-25.03-35.345zm104.876 6.655c-21.823 9.456-42.608 20.63-59.908 35.126-.123.117-.25.227-.375.344-13.47 12.74-25.593 27.446-36.28 48.72-2.3 5.677-4.237 11.678-5.72 18.03 21.49 66.477 64.75 126.913 119.5 172.094 33.212 37.003 79.484 67.087 129.47 89.03C300.828 433.35 196.2 335.897 155.124 217.563c-13.287 6.835-27.93 11.178-42.03 11.625 77.753 185.39 256.893 319.184 382.28 238.657-161.46-55.25-192.335-204.99-257.28-326.344 12.505-8.307 26.713-15.444 42.06-22.094l-7.436-17.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-cut-diamond tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M92.906 94.813l60.438 79.75 78.125-79.75H92.905zm189.25 0L359.25 173.5l58.688-78.688H282.155zm-25.344.843l-84.718 86.47H341.53l-84.717-86.47zm177.907 7.906l-58.626 78.563H494.53l-59.81-78.563zm-358.064.75l-57.78 77.813h116.78l-59-77.813zm-58.5 96.5L226.562 429.22 143.344 200.81H18.156zm145.063 0l93.593 256.844 93.593-256.844H163.22zm207.06 0L287.064 429.22 495.469 200.81H370.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-cut-palm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M320.977 18.703c-.496-.01-.984-.007-1.463.008-1.358.09-2.045.27-3.057.4L220.38 169.796c1.53 6.565 3.088 13.04 4.778 19.226l-18.027 4.926c-9.073-33.212-15.026-70.992-26.538-94.735-5.757-11.872-12.47-19.702-20.625-23.246-6.714-2.92-15.483-3.28-27.63.6 17.258 50.103 24.184 102.383 33.495 143.826 4.933 21.958 10.617 40.805 18.21 54.317 7.59 13.51 16.324 21.482 29.108 24.625l-4.463 18.148c-18.367-4.515-31.723-17.217-40.94-33.62-4.192-7.46-7.682-15.74-10.726-24.673-30.794 33.74-75.13 70.583-137.602 98.473v135.72h140.437c22.443-42.52 44.626-79.104 66.23-105.74 22.48-27.712 44.393-46.065 68.247-46.47l-.19.006 2.985-.112-28.434-81.853 21.164-7.057-33.67-79.035 68.99 92.844-27.9 7.52 31.3 66.41 149.417-5.558c4.266-5.493 7.614-14.578 8.1-23.91.467-8.97-1.767-17.213-5.073-22.166l-119.5 3.42c.137-8.21-.404-16.456-1.55-24.627l130.184-45.302c2.502-6.403 2.67-15.49-.002-24.108-2.58-8.326-7.588-15.26-12.38-18.79l-130.13 43.943c-3.504-8.287-7.594-16.232-12.177-23.694l108.244-77.542c.024-6.105-2.634-14.563-7.788-21.476-5.365-7.196-12.655-12.406-19.1-14.172l-109.396 79.31c-6.44-5.683-13.267-10.506-20.36-14.316L358.24 39.23c-2.26-4.454-6.892-9.397-13.256-13.218-7.39-4.438-16.575-7.177-24.007-7.31zm-8.975 336.23c-3.66 51.045-31.82 66.58-31.82 95.014 0 14.116 15.503 26.684 31.82 26.684 15.958 0 32.457-12.494 32.457-27.357 0-29.613-27.877-43.213-32.458-94.34z" fill="#fff"/></svg>
<svg class="tc-image-originals-cycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.314 19.957c-72.036.363-142.99 33.534-189.18 95.97-69.83 94.39-59.125 223.32 19.85 304.993l-37.238 50.332 151.22-22.613L174.35 297.42l-43.137 58.308c-44.08-54.382-47.723-133.646-4.16-192.53 30.676-41.466 77.863-63.504 125.758-63.753 16.344-.085 32.766 2.382 48.645 7.467l-6.963-46.55c-23.858-4.86-47.908-5.026-71.017-.997-59.232 7.322-113.994 39.918-148.157 91.215 35.65-65.89 103.774-105.918 176.043-107.744 1.673-.042 3.347-.063 5.023-.065 14.8-.01 29.748 1.596 44.597 4.905l48.608-7.268c-31.14-13.906-64.32-20.62-97.274-20.453zm212.93 22.055l-151.217 22.61 22.614 151.22 41.126-55.588c42.204 54.29 45.092 132.048 2.187 190.043-40.22 54.367-108.82 75.32-170.19 57.566l6.522 43.598c28.726 5.533 58.236 4.414 86.203-3.07 37.448-5.957 73.34-22.05 103.16-47.728-49.196 54.65-122.615 77.514-191.744 64.34l-55.8 8.344c99.03 43.7 218.402 14.77 285.51-75.938 69.13-93.445 59.34-220.743-17.483-302.53l39.114-52.866z" fill="#fff"/></svg>
<svg class="tc-image-originals-cyclops tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.943 19.56c-48.746 0-93.137 25.71-125.85 68.436C101.82 127.54 81.96 181.56 79.167 241.744c4.252-7.944 11.468-13.637 21.397-13.637-14.08 20.83-16.54 41.658 0 62.487-9.812 0-16.714-4.63-20.91-11.365 4.14 56.884 23.546 107.807 52.44 145.547 32.713 42.728 77.104 68.44 125.85 68.44 48.747 0 93.137-25.712 125.85-68.44 28.806-37.625 48.187-88.35 52.406-145.027-4.225 6.453-11.028 10.844-20.587 10.844 16.54-20.83 14.08-41.658 0-62.487 9.685 0 16.79 5.416 21.078 13.055-2.892-59.95-22.72-113.75-52.897-153.166C351.08 45.27 306.69 19.56 257.943 19.56zm.057 80.944c69.594 0 128.227 46.16 149.412 109.76C317.6 99.23 196.635 100.256 107.318 213.05 127.71 148.043 187.42 100.503 258 100.503zm3.053 49.658c53.01 0 104.59 36.343 142.87 105.04.65 1.066.575.917.768 1.198l1.624 1.473v6.533l-2.177 3.983-.016.026c-38.297 68.92-89.963 105.374-143.06 105.373-53.096-.002-104.763-36.455-143.064-105.37l.295.494c-.437-.685-.244-.513-.444-.955l-4.475-3.972 4.605-8.418.013-.03c38.3-68.92 89.968-105.377 143.065-105.378zm0 18.69c-43.918 0-89.205 29.812-125.182 93.123 16.145 28.407 34.167 50.05 53.095 65.302-9.445-13.807-14.977-30.503-14.977-48.494 0-47.502 38.51-86.01 86.012-86.01 10.01 0 19.62 1.716 28.555 4.86-19.658 2.195-34.944 18.86-34.944 39.103 0 .963.05 1.914.117 2.86-25.64 4.19-45.354 26.554-45.354 53.336 0 29.742 24.312 54.054 54.055 54.054s54.054-24.312 54.054-54.054c0-7.705-1.643-15.04-4.578-21.688 12.173-6.693 20.424-19.635 20.424-34.508 0-1.687-.12-3.346-.326-4.978 8.846 13.517 14.008 29.664 14.008 47.025 0 19.657-6.607 37.763-17.703 52.248 20.696-15.367 40.42-38.227 57.935-69.05-35.977-63.316-81.27-93.13-125.19-93.128zm1.375 88.718c19.642 0 35.365 15.72 35.365 35.362 0 19.642-15.723 35.365-35.365 35.365-19.642 0-35.365-15.723-35.365-35.365 0-19.642 15.722-35.362 35.365-35.362zm-155.742 52.426c89.507 113.245 211.43 113.973 301.36 2.23C387.327 376.658 328.18 423.097 258 423.097c-71.007 0-131.28-47.486-151.314-113.102z" fill="#fff"/></svg>
<svg class="tc-image-originals-daemon-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M142.026 16.89C94.242 38.888 62.71 74.257 62.71 113.927c0 26.11 13.42 50.288 36.22 70.04-11.664 25.398-18.99 53.91-20.81 84.212 17.194.562 33.53 4.205 48.192 11.7 41.566 21.25 61.083 66.944 57.787 121.093 7.566 1.83 15.284 3.355 23.122 4.58.894-16.76.83-33.468-.496-50.122l18.63-1.485c1.438 18.035 1.466 36.014.458 53.938 8.022.76 16.14 1.21 24.322 1.382v-56.235h18.687v56.13c7.83-.25 15.693-.755 23.565-1.514-.995-17.845-.96-35.745.47-53.7l18.63 1.485c-1.323 16.597-1.39 33.247-.504 49.95 7.307-1.07 14.6-2.355 21.863-3.843-3.467-54.395 16.04-100.333 57.748-121.656 14.66-7.497 30.998-11.142 48.19-11.702-1.843-30.716-9.343-59.594-21.284-85.252 22.08-19.56 35.044-43.346 35.044-69 0-39.67-31.532-75.04-79.316-97.035C386.283 33.46 394.32 53.31 394.32 74.27c0 42.688-31.51 79.614-77.026 97.146l-6.14-14.3c11.148-4.44 21.233-10.197 29.876-16.964 10.1-7.905 18.202-17.087 23.91-27.154-29.85-25.333-66.642-40.283-106.488-40.283-40.34 0-77.554 15.314-107.6 41.223 5.674 9.7 13.588 18.555 23.372 26.214 9.67 7.57 21.145 13.877 33.894 18.49l-6.125 14.264c-47.677-16.863-81.06-54.696-81.06-98.636 0-20.96 8.038-40.81 21.093-57.377zm10.286 183.128c.054-.004.1.004.127.037 18.414 23.35 51.93 39.697 91.086 43.162-5.892 19.698-26.99 34.53-52.67 34.53-30.21 0-55.148-20.584-55.148-45.517.002-12.465 6.205-23.997 16.11-32.173.083.094.33-.027.494-.04zm211.668.002c.053-.003.1.006.138.04 9.907 8.175 16.112 19.707 16.112 32.173 0 24.93-24.937 45.515-55.15 45.515-25.68 0-46.776-14.83-52.67-34.53 39.156-3.466 72.673-19.813 91.087-43.16.112.085.322-.03.483-.038zM258.4 244.174c5.625 27.42 13.928 54.84 32.91 82.26-20.274 5.432-44.818 5.627-65.82 0 17.968-27.42 26.834-54.84 32.91-82.26zm-76.31 175.54c-2.34 15.4-6.413 31.3-12.25 47.372 8.786 5.74 18.037 10.645 27.663 14.637 3.627-19.225 6.537-38.376 8.33-57.455-8.02-1.22-15.944-2.733-23.744-4.553zm152.802.48c-7.48 1.504-14.995 2.807-22.526 3.888 1.777 18.972 4.655 38.015 8.248 57.13 9.192-3.897 18.035-8.63 26.452-14.126-5.776-15.906-9.824-31.644-12.174-46.893zm-41.094 6.115c-8.335.8-16.668 1.323-24.975 1.58v65.694c11.644-.764 23.006-2.806 33.973-6.01-3.898-20.343-7.058-40.766-8.998-61.265zm-69.402.237c-1.953 20.54-5.13 41.002-9.043 61.385 11.227 3.18 22.86 5.146 34.783 5.773v-65.713c-8.642-.172-17.234-.645-25.74-1.445z"/></svg>
<svg class="tc-image-originals-dagger-rose tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M62.522 17.166c-.412-.005-.826 0-1.243.012l-.003-.002c-9.747.288-20.823 5.23-29.843 14.25C16.242 46.62 12.596 67.62 23.31 78.334c7.99 7.988 21.715 8.026 34.47 1.22 16.166 30.05 42.153 57.687 71.437 76.374-18.77 24.156-29.97 54.48-29.97 87.375h18.69c0-28.9 9.826-55.474 26.342-76.53l2.156 39.405c2.91 2.622 5.82 5.224 8.732 7.832 4.356-12.66 10.49-24.082 18.785-33.344l13.057-14.578 2.568 19.4c3.6 27.192 6.476 50.554 9.908 67.99 15.483 13.69 30.924 27.27 46.223 40.555 5.405-2.125 11.38-3.683 17.63-5.1 18.31-4.148 40.412-6.538 60.058-9.835-37.685-43.742-77.43-88.55-117.246-132.668l-38.968-2.125c20.764-15.68 46.636-24.966 74.718-24.97v-18.69c-32.2.003-61.944 10.726-85.843 28.78-18.697-29.382-46.39-55.48-76.53-71.685 6.794-12.748 6.796-26.422-1.188-34.406-4.08-4.08-9.646-6.094-15.82-6.168zm319.773 2.682l-51.34 54.99 27.06 85.992L419.642 176l16.407-49.58-45.104-23.934-8.447 23.213 15.62 9.597 2.673-11.535 14.618 7.54-5.765 27.046-49.16-27.498L384 78l43.107 24.766 17.795-57.682-62.607-25.236zM203.79 32.305c-23.41 22.86-38.652 47.65-46.438 71.302.95 1.23 1.894 2.47 2.818 3.72 19.074-11.54 40.616-18.787 62.72-21.53-8.528-18.76-16.008-37.234-19.1-53.492zm139.29 3.027c-2.256.45-43.49 8.084-53.945 9.863l-13.783 97.078 75.595 85.483 116.612-14.272 24.63-100.953-44.635-18.63-4.655 15.092 12.768 8.856-26.49 79.732-85.477-21.86-31.407-99.814 30.787-40.574zm-99.756 99.93c-8.035.007-15.983.746-23.94 2.43a9462.44 9462.44 0 0 1 40.825 45.27c-.502-13.06-6.45-29.622-14.358-47.657-.843-.015-1.687-.044-2.528-.043zm49.067 53.3a233.982 233.982 0 0 0-15.814 12.737 6065.473 6065.473 0 0 1 40.684 46.173c13-2.56 26.228-6.366 38.982-11.928-21.436-4.717-51.77-8.685-60.724-26.168a234.736 234.736 0 0 1 9.285-6.922c-2.27-2.522-2.445-2.703-4.967-5.52-2.645-2.954-4.985-5.603-7.445-8.374zm-117.267 24.686c-7.373 17.72-11.074 40.45-10.783 63.322.422 33.24 5.29 63.63 16.855 79.524-18.443 39.608-40.69 81.563-69.343 102.687h-.004c-26.502 18.904-51.61 14.405-63.866.624-6.127-6.89-9.442-16.274-7.98-28.258 1.45-11.88 7.926-26.43 22.246-42.21 11.966-10.248 21.69-14.276 28.156-14.954 6.552-.687 9.854 1.214 12.336 4.327 4.963 6.226 5.048 20.812-7.48 31.327l12.013 14.316c19.1-16.03 22.676-41.487 10.082-57.29-6.297-7.9-17.036-12.51-28.9-11.268-11.865 1.245-24.787 7.553-38.885 19.76l-.41.357-.365.4c-16.57 18.11-25.296 36.22-27.34 52.973-2.045 16.753 2.874 32.043 12.564 42.94 19.38 21.79 56.224 25.322 88.68 2.175l.003-.002a160.698 160.698 0 0 0 16.992-13.967c29.887-7.726 58.962-10.74 92.3-37.436-21.193.977-40.373-1.7-53.542-15.13 13.405-25.285 23.347-52.815 34.78-79.87 4.153-9.833 8.482-19.624 13.212-29.285a8956.346 8956.346 0 0 1-13.22-11.605 47.82 47.82 0 0 1-1.582-.322l-5.325 15.978c-7.244-2.413-12.01-8.344-15.4-15.106-3.39-6.763-5.785-14.94-7.92-24.63-2.96-13.43-5.385-30.65-7.875-49.376zm192.2 78.113c-.95 3.686-2.002 7.268-3.15 10.75a3912.925 3912.925 0 0 1 38.073 45.722c15.284-8.49 29.937-19.356 42.938-32.674-23-3.926-50.907-14.148-77.862-23.797zm-19.044 1.066c-26.425 7.104-58.293 8.925-80.964 14.062-13.756 3.117-23.042 7.92-25.418 11.51-1.187 1.795-1.65 3.264-.867 6.848.784 3.583 3.327 9.055 8.585 16.04l.004.005.003.007c15.597 20.782 35.098 23.19 55.207 12.3 17.34-9.387 34.29-30.29 43.45-60.77zm9.195 26.633c-8.447 18.075-19.744 32.47-32.63 42.465 62.56 52.325 120.89 98.433 169.995 133.31-34.996-50.882-83.143-111.51-137.365-175.776z"/></svg>
<svg class="tc-image-originals-daggers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.844 19.156c-9.972.074-19.945 2.48-29.406 6.844v14.156h58.78V25.938c-9.4-4.524-19.348-6.855-29.374-6.782zM65.03 33.376c-16.145.014-31.578 5.59-44.093 16.343l3.688 13.75 56.78-15.22-3.655-13.656c-4.262-.735-8.505-1.223-12.72-1.22zm381.72 0c-4.21-.005-8.46.484-12.72 1.218l-3.655 13.656 56.78 15.22 3.69-13.75c-12.52-10.765-27.94-16.33-44.095-16.345zM240.72 57.187v99.156c-.49 1.148-.96 2.312-1.44 3.47h32.25c-.21-.51-.41-1.024-.624-1.533V57.188H240.72zM71.97 68.406L42.812 76.22 69 173.905c-.072.532-.118 1.062-.188 1.594l31.126-8.375c-.756-.985-1.517-1.963-2.282-2.938L71.97 68.407zm367.81 0l-25.655 95.78c-.77.983-1.52 1.978-2.28 2.97l31.092 8.313c-.067-.512-.118-1.02-.187-1.532l26.188-97.72-29.157-7.812zM229.5 178.5c-7.172 13.366-21.99 22.273-39.375 25.625v10.844c13.028-1.903 26.05-3.19 39.063-3.907 4.143-10.668 14.568-18.313 26.625-18.313 12.114 0 22.585 7.72 26.687 18.47 13.02.772 26.03 2.067 39.03 3.843v-10.938c-17.397-3.348-32.228-12.252-39.405-25.625H229.5zm-115.313 4.188l-50.78 13.593c-3.46 14.788-15.46 27.258-31.407 35l2.813 10.532c12.1-5.08 24.338-9.69 36.718-13.812 1.183-11.44 9.276-21.616 20.97-24.75 1.888-.506 3.77-.797 5.656-.906 9.736-.563 19.087 3.99 24.75 11.72 12.77-2.685 25.69-4.84 38.78-6.376l-2.78-10.438c-17.686 1.27-34.327-3.484-44.72-14.563zm283.375 0c-10.385 11.072-27.013 15.825-44.687 14.562l-2.813 10.438c13.095 1.537 26.007 3.69 38.782 6.375 5.663-7.728 15.014-12.282 24.75-11.72 1.885.11 3.8.4 5.687.907 11.696 3.134 19.79 13.31 20.97 24.75 12.384 4.122 24.616 8.73 36.72 13.813l2.81-10.532c-15.944-7.742-27.946-20.212-31.405-35l-50.813-13.593zm-141.75 28.75c-5.538 0-9.812 4.275-9.812 9.812 0 5.537 4.273 9.844 9.813 9.844 5.54 0 9.843-4.307 9.843-9.844 0-5.54-4.304-9.813-9.844-9.813zm-155.5 9.5c-.322-.012-.64.008-.968.03-.66.047-1.332.165-2 .345-5.35 1.433-8.403 6.68-6.97 12.03 1.434 5.35 6.682 8.372 12.032 6.938 5.35-1.432 8.402-6.682 6.97-12.03-1.076-4.01-4.293-6.72-8.095-7.22-.316-.04-.645-.08-.968-.093zm311.157.03c-.325.01-.653.022-.97.063-3.802.5-7.02 3.21-8.094 7.22-1.433 5.348 1.587 10.598 6.938 12.03 5.35 1.435 10.598-1.588 12.03-6.936 1.435-5.35-1.586-10.598-6.937-12.03-1.003-.27-1.996-.374-2.968-.345zm-182.908 8.75c-3.42.202-6.833.436-10.25.72-17.21 88.982-4.777 187.617 37.344 262.625 42.076-85.616 55.17-175.81 37.563-262.407-3.418-.29-6.837-.53-10.25-.75-2.75 8.496-9.41 15.323-17.814 18.28V410.25H246.47V248.187c-8.47-2.98-15.2-9.88-17.907-18.468zm-90.062.25c-3.4.615-6.778 1.28-10.156 1.97-.39 8.99-5.07 17.366-12.47 22.437l41.94 156.563-18.033 4.843-41.968-156.56c-8.893-.682-17.094-5.546-21.937-13.064-3.252 1.088-6.488 2.21-9.72 3.375 5.4 88.204 41.413 171.937 104.22 243.75 21.27-83.35 7.772-181.827-31.875-263.31zm234.78 0c-39.657 81.486-53.177 179.96-31.905 263.313 62.81-71.815 98.79-155.544 104.188-243.75-3.22-1.16-6.45-2.286-9.688-3.374-4.846 7.503-13.02 12.376-21.906 13.063L372 415.78l-18.063-4.842 41.97-156.563c-7.412-5.07-12.11-13.438-12.5-22.438-3.37-.688-6.734-1.355-10.126-1.968z" fill="#fff"/></svg>
<svg class="tc-image-originals-daisy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M212.83 35.623c-12.82 10.724-20.543 21.83-24.217 32.926 3.66 2.266 7.202 4.716 10.61 7.356 18.394 14.256 32.84 33.77 42.568 57.57.972-.22 1.963-.41 2.964-.585-2.212-21.11 3.236-40.853 14.096-57.337 1.524-2.314 3.15-4.565 4.863-6.758-11.44-14.252-29.128-26.33-50.883-33.172zm125.287 6.354c-26.847 8.092-50.514 23.9-63.662 43.857-9.01 13.676-13.484 29.048-11.176 46.25 4.738.386 9.173 1.22 13.27 2.428 12.39-24.598 34.287-41.71 59.39-52.16 5.786-2.41 11.758-4.485 17.843-6.29-1.09-10.29-5.892-21.675-15.666-34.085zM116.123 67.334c-.91-.007-1.826-.006-2.746.004-1.5.016-3.07.174-4.594.234-.117 11.4 1.592 21.513 4.848 30.502 38.23 2.13 75.456 18.376 105.675 46.004 1.578-1.3 3.28-2.518 5.09-3.642-8.563-21-21.034-37.68-36.62-49.758-19.26-14.926-43.407-23.125-71.652-23.344zM422.81 85.48c-27.095.03-55.827 4.193-79.69 14.125-22.266 9.27-40.026 22.904-49.92 43.176 3.183 2.446 5.876 5.22 8.032 8.238 27.672-18.518 58.118-30.99 88.71-35.586 10.19-1.532 20.412-2.172 30.538-1.852 2.562.08 5.117.23 7.665.434 5.175-8.07 8.955-17.33 11.046-27.987-5.368-.328-10.815-.552-16.38-.547zM104.7 116.168c-22.183.178-44.555 5.983-65.792 17.78 9.143 9.83 19.125 18.12 29.762 24.94 14.156-5.566 29.43-8.977 45.142-10.386 5.212-.467 10.478-.723 15.782-.77 25.76-.224 52.377 4.47 77.63 13.495.237-.727.51-1.442.797-2.153-28.37-26.775-63.216-41.948-98.885-42.867-1.477-.038-2.955-.05-4.434-.04zm311.804 15.984c-7.835-.04-15.78.557-23.783 1.76-27.66 4.157-55.845 15.743-81.618 33.08 24.37-5.826 48.43-8.58 71.13-7.785 11.106.388 21.887 1.623 32.22 3.76 15.675 3.242 30.358 8.704 43.413 16.46 11.013-6.62 20.737-15.16 28.772-25.755-20.2-13.863-42.91-20.774-66.782-21.463-1.114-.033-2.232-.052-3.35-.058zM257.13 150.518c-22.345 0-32.115 11.656-32.796 19.69-.34 4.015.887 7.646 5.518 11.255 4.63 3.61 13.214 6.853 26.773 6.853 12.317 0 20.56-3.133 25.43-6.884 4.87-3.752 6.607-7.93 6.588-11.97-.04-8.076-7.755-18.944-31.514-18.944zm-127.386 15.914c-4.81.036-9.572.263-14.262.683-33.576 3.012-63.03 15.752-82.605 39.364 17.717 7.944 35.93 13.317 54.13 15.97 11.21-11.392 24.728-20.34 39.485-26.915 23.284-10.375 49.654-15.345 75.932-16.09-23.713-8.652-48.803-13.192-72.68-13.013zm246.81 11.388c-19.757-.16-40.94 2.546-62.544 7.815 23.82 3.452 48.044 10.302 68.724 21.763 15.92 8.824 29.708 20.93 38.948 36.178 21.276.118 42.66-3.086 62.81-9.41-14.576-29.192-40.39-45.983-73.826-52.898-9.192-1.902-18.933-3.005-29.082-3.344-1.666-.056-3.342-.09-5.03-.104zm-169.427 20.268c-25.65.306-51.39 4.876-73.027 14.517-27.956 12.457-48.87 32.61-56.768 63.96 21.466 1.763 43.832.622 64.572-3.913 1.705-12.368 6.455-23.946 13.725-34.168 12.202-17.157 30.626-30.815 52.446-40.396-.316.002-.632-.004-.95 0zm91.437 4.652c20.04 12.812 36.38 29.854 45.06 49.475 4.064 9.19 6.334 19.062 6.25 29.096 20.956 6.728 44.18 10.073 65.216 10.665 2.086-33.004-14.98-53.578-41.416-68.23-21.428-11.875-48.99-18.513-75.11-21.005zm-33.76 3.764c-17.39 19.093-19.03 41.607-10.767 63.982 8.28 22.426 27.31 43.556 50.207 55.633 13.745-10.66 21.566-21.53 24.875-31.948 3.663-11.537 2.477-22.944-2.59-34.397-9.5-21.48-33.72-41.952-61.727-53.27zm-23.335.053c-30.815 7.842-56.89 23.47-70.61 42.76-14.353 20.18-16.877 43.598 1.372 71.857 26.172-8.027 50.603-22.318 65.99-39.89-.6-1.433-1.18-2.873-1.716-4.325-8.413-22.785-8.062-48.412 4.963-70.403zm17.874 107.927c5.694 38.748-4.567 80.96-25.375 120.893 5.392 7.847 10.07 17.2 13.932 28.287 3.788-15.917 9.673-28.874 17.184-39.434 4.933-6.935 10.515-12.77 16.494-17.744 6.97-21.758 10.256-43.97 9.47-66.148-11.907-6.877-22.667-15.703-31.706-25.854zm-72.496 25.49c-8.437 19.543-15.834 38.15-19.994 55.083 5.614 1.292 11.38 2.758 17.19 4.62 12.478 4.003 25.248 10.06 36.52 20.286 7.346-15.275 12.976-30.73 16.618-45.955-4.204-2.083-8.448-4.198-12.737-6.46-13.07-6.898-26.355-15.24-37.597-27.573zm167.007.887c-14.568 11.836-30.004 19.29-44.974 25.847-.833 8.358-2.174 16.687-4 24.96 2.764-1.35 5.542-2.61 8.32-3.776 15.086-6.33 30.286-10.436 43.484-15-.236-10.133-1.33-20.85-2.83-32.03zm42.967 32.417c-8.044 6.504-17.504 11.094-27.226 14.815-16.096 6.16-33.432 10.43-49.164 17.03-15.733 6.602-29.654 15.23-40.118 29.942-9.41 13.232-16.26 31.88-18.03 59.622 68.802.31 104.793-16.823 122.09-40.94 15.153-21.125 17.282-49.698 12.448-80.47zm-285.867 23.5c-.722 28.213 4.302 52.75 19.178 69.725 17.094 19.505 48.977 31.41 106.346 27.035-4.808-25.246-12.665-41.697-21.85-52.814-10.345-12.518-22.577-18.85-36.296-23.248-13.72-4.4-28.75-6.516-43.334-10.575-8.268-2.3-16.524-5.418-24.045-10.123z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-dark-squad tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M369.125 21.22c-19.202 0-36.247 10.628-47.938 26.468-11.69 15.84-18.562 37.035-18.562 60.28 0 21.092 5.688 40.5 15.47 55.75-5.742 1.63-11.027 3.86-15.908 6.626-10.21-8.504-22.543-13.688-35.937-13.688-19.202 0-36.247 10.63-47.938 26.47-4.687 6.35-8.587 13.57-11.593 21.436-4.79-2.327-9.94-4.228-15.47-5.593 9.352-15.08 14.75-34.073 14.75-54.657 0-23.246-6.872-44.442-18.563-60.282-11.69-15.838-28.735-26.5-47.937-26.5-19.202 0-36.247 10.662-47.938 26.5C79.873 99.87 73 121.068 73 144.313c0 21.092 5.688 40.5 15.47 55.75-32.07 9.102-50.29 37.17-59.44 70.063-9.79 35.2-10.874 77.304-10.874 115.594v9.342h45.5l6.782 99.375h18.75l-7.282-106.5-4.094-80-18.656.97 3.47 67.468H36.968c.238-35.193 1.972-72.026 10.093-101.22 8.777-31.554 23.32-52.712 51.25-58.186l4.687-.064c10.32 8.79 22.855 14.188 36.5 14.188 14.054 0 26.948-5.706 37.438-14.97l4.53-.06c7.826 1.267 14.422 3.538 20.126 6.75-1.223 6.623-1.844 13.526-1.844 20.624 0 21.1 5.68 40.5 15.47 55.75-32.07 9.1-50.29 37.17-59.44 70.062-9.79 35.2-10.874 77.273-10.874 115.563v9.343h45.5l.03.28 18.72.002-.5-7.375-4.094-80-18.687.968 3.47 67.44h-25.626c.24-35.19 1.942-72.03 10.06-101.22 8.765-31.507 23.31-52.642 51.157-58.156l4.844-.063c10.315 8.784 22.84 14.19 36.47 14.19 14.054 0 26.948-5.73 37.438-15l4.375-.064c15.467 2.48 26.172 8.898 34.562 18.594 8.474 9.794 14.47 23.278 18.47 39.28 7.352 29.44 7.73 66.845 7.75 102.44h-23.44l3.47-67.44-18.656-.967-4.22 82-.313 5.375h18.72l.03-.282H387.562v-9.344c0-38.132.566-80.645-8.343-116.312-4.456-17.833-11.316-34.115-22.44-46.97-9.66-11.166-22.666-19.465-38.78-23.436 9.36-15.078 14.75-34.062 14.75-54.656 0-22.552-6.47-43.2-17.53-58.875 3.9-1.722 8.13-3.04 12.717-3.938l4.688-.063c10.32 8.79 22.854 14.188 36.5 14.188 14.054 0 26.926-5.706 37.406-14.97l4.533-.06c15.394 2.495 26.072 8.925 34.437 18.593 8.474 9.793 14.47 23.246 18.47 39.25 7.353 29.44 7.73 66.872 7.75 102.468h-23.44l3.47-67.467-18.656-.97-4.094 79.75-8.594 143.094h18.72l8.155-135.718h43.158v-9.345c0-38.133.565-80.646-8.344-116.313-4.455-17.833-11.347-34.114-22.47-46.968-9.66-11.167-22.666-19.49-38.78-23.47 9.35-15.08 14.75-34.07 14.75-54.655 0-23.247-6.872-44.443-18.563-60.282-11.69-15.84-28.703-26.47-47.905-26.47zm0 18.686c12.36 0 23.882 6.69 32.875 18.875 8.993 12.186 14.906 29.67 14.906 49.19 0 19.516-5.913 37.032-14.906 49.218-8.993 12.185-20.516 18.875-32.875 18.875-12.36 0-23.913-6.69-32.906-18.875-8.994-12.185-14.908-29.7-14.908-49.22 0-19.518 5.914-37.002 14.907-49.187 8.992-12.184 20.546-18.874 32.905-18.874zM139.5 76.22c12.36 0 23.913 6.72 32.906 18.905 8.993 12.185 14.906 29.67 14.906 49.188 0 19.517-5.912 37.033-14.906 49.218-8.993 12.186-20.547 18.876-32.906 18.876-12.36 0-23.882-6.69-32.875-18.875-8.993-12.184-14.938-29.7-14.938-49.218 0-19.518 5.945-37.002 14.938-49.187C115.618 82.94 127.14 76.22 139.5 76.22zm197.813 22.343v18.687h22.437V98.562h-22.438zm41.125 0v18.687h22.468V98.562h-22.47zm-270.72 36.343v18.688h22.438v-18.688H107.72zm41.126 0v18.688h22.437v-18.688h-22.436zm117.406 40.438c12.36 0 23.882 6.69 32.875 18.875 8.993 12.184 14.938 29.7 14.938 49.218 0 19.517-5.945 37.002-14.938 49.187-8.993 12.185-20.516 18.906-32.875 18.906-12.36 0-23.913-6.72-32.906-18.905-8.993-12.185-14.906-29.67-14.906-49.188s5.913-37.033 14.906-49.218c8.993-12.186 20.547-18.876 32.906-18.876zM234.47 234v18.688h22.436V234H234.47zm41.124 0v18.688h22.437V234h-22.436zm-83.906 279.125l.03.28h8.72l134.03.095h8.782l.03-.375H191.69z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-dead-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.352 8.924L238.037 59.98c-42.626 4.47-81.168 22.782-111.04 50.36l-16.64-16.64-13.214 13.216 16.744 16.744c-26.084 29.167-43.485 66.252-48.117 107.174L17.826 251.79l47.717 20.853c4.285 42.03 22.02 80.115 48.836 109.87L97.144 399.75l13.214 13.215 17.18-17.18c30.096 27.574 68.902 45.784 111.78 49.992l21.034 48.125 21.224-48.558c40.46-4.83 77.114-22.153 106.002-47.988l15.61 15.61 13.214-13.216-15.504-15.504c27.326-29.6 45.554-67.712 50.235-109.875l51.666-22.583-51.907-22.687c-5.02-41.053-22.904-78.167-49.49-107.184l15-15L403.19 93.7l-15.055 15.056c-28.666-25.833-65.062-43.238-105.266-48.31L260.35 8.923zM238.9 78.676l21.452 49.078 21.26-48.64c35.623 4.698 67.85 20.064 93.368 42.796l-18.664 18.664c4.716 4.08 9.17 8.457 13.342 13.088l18.606-18.605c23.548 25.954 39.397 59.022 43.996 95.625l-48.287 21.105 48.52 21.207c-4.306 37.634-20.492 71.617-44.733 98.11l-17.45-17.452c-4.145 4.66-8.575 9.057-13.263 13.168l17.38 17.38c-25.155 22.216-56.75 37.313-91.66 42.152l-22.413-51.282-22.618 51.746c-37.173-4.36-70.762-20.32-97.054-44.175l17.172-17.17c-4.632-4.175-9.005-8.63-13.086-13.345l-17.235 17.234c-23.037-25.86-38.51-58.61-42.978-94.8l52.1-22.77-51.852-22.663c4.74-35.168 19.882-67 42.238-92.313l18.374 18.374c4.112-4.69 8.51-9.116 13.17-13.26l-18.45-18.45c26.647-24.38 60.872-40.61 98.766-44.802zm22.555 69.2c-58.85 0-106.355 47.504-106.355 106.353 0 58.847 47.506 106.354 106.355 106.354 58.85 0 106.356-47.507 106.356-106.355 0-58.85-47.506-106.355-106.355-106.355zm-1.596 41.235c6.653 0 13.077 1.015 19.13 2.89-9.224 1.827-16.944 7.813-21.138 15.924-24.378 1.245-43.942 21.578-43.942 46.25 0 25.466 20.844 46.312 46.31 46.312 25.467 0 46.313-20.846 46.313-46.312 0-3.337-.365-6.59-1.045-9.733 6.114-5.575 9.95-13.606 9.95-22.534 0-.49-.015-.977-.038-1.46 5.98 9.822 9.43 21.34 9.43 33.634 0 35.772-29.2 64.97-64.97 64.97-35.772 0-64.97-29.198-64.97-64.97s29.198-64.97 64.97-64.97zm-4.964 37.95c2.45 14.385 14.968 25.34 30.05 25.34.953 0 1.896-.05 2.827-.136.043.63.07 1.267.07 1.91 0 15.366-12.256 27.623-27.622 27.623s-27.62-12.257-27.62-27.623c0-13.542 9.52-24.663 22.296-27.113z" fill="#fff"/></svg>
<svg class="tc-image-originals-dead-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 19.313c-44.404 0-85.098 25.433-115.248 68.123C110.6 130.126 91.594 189.846 91.594 256c0 66.152 19.005 125.87 49.156 168.563 30.15 42.69 70.845 68.125 115.25 68.125 44.402 0 85.07-25.435 115.22-68.125 30.15-42.69 49.186-102.41 49.186-168.563 0-66.152-19.037-125.87-49.19-168.564-30.15-42.69-70.812-68.124-115.214-68.124H256zM204.23 213.88l14.99 9.966-20.074 30.19 30.192 20.073-9.965 14.99-30.19-20.073-20.074 30.192-14.99-9.966 20.07-30.192L144 238.99l9.965-14.99 30.19 20.072 20.074-30.19zm103.54 0l20.074 30.192L358.034 224 368 238.99l-30.19 20.072 20.07 30.192-14.99 9.965-20.072-30.193-30.19 20.073-9.966-14.99 30.192-20.073-20.073-30.19 14.99-9.966zM256 367c26 0 52.242 8.515 70.363 26.637l-12.726 12.726c-3.28-3.28-7.006-6.198-11.067-8.75-.06 1.55-.142 3.128-.27 4.737-.46 5.693-1.33 11.654-3.568 17.257-2.236 5.603-6.655 11.875-14.228 13.487-8.496 1.807-15.982-2.58-21.13-7.59-5.146-5.01-9.12-11.24-12.495-17.422-4.78-8.754-8.213-17.494-9.83-21.902-16.58 2.595-31.98 9.477-42.687 20.183l-12.726-12.726C203.757 375.515 230 367 256 367zm3.945 18.084c1.67 4.095 3.972 9.312 6.735 14.373 2.885 5.286 6.303 10.28 9.25 13.147 2.8 2.724 4.114 2.98 4.728 2.896.056-.07.543-.523 1.358-2.564 1.098-2.752 1.965-7.354 2.34-12.032.333-4.114.343-8.192.257-11.523-7.827-2.495-16.192-3.952-24.668-4.296z"/></svg>
<svg class="tc-image-originals-dead-wood tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M290.78 9.563l-19.5 72.53 70.033 26.813-39.282 40.813c-15.52 8.456-27.103 8.22-37.31 2.124-.014-.008-.02-.024-.033-.03l-5.093-11.064 41.844-33.5-49.375 17.22-29.875-64.626 14.406-31.375-31.656 22.56V51l-91.344-20.094 90.75 37.844 11.53 24.938-62.25 13.25-33.31-41.626 15.78 45.344-26.156 5.563L50.25 77.843l26.344 30.062-39.906 31.938 52.03-18.125 13.907 15.843 80.563-16.938-3.22 43.75 20.782-47.438 23.656-4.968 23.406 50.624c1.88 9.953 2.716 19.126 2.282 27.125l-45.188-17.657 41.188 35.562c-6.098 12.943-19.27 18.24-41.344 11.594l-75.344-49.97-27.97 18.53-16.405-37.343 3.376 46-9.53 6.313-65.157-49.344 61.5 74.938 54.186-35.938c10.9 7.49 21.867 14.905 32.844 22.28l-12.125 41.72-48.75 20.22 63.97-3.782 13.593-47.03c5.696 3.787 11.38 7.58 17.093 11.342 49.537 75.88 57.073 189.32 1.97 176.688 9.086 38.633-24.273 67.905-54.844 81.062h28.03l-.03-.062c25.217-7.956 40.217-20.772 55.906-45.813.113 17.364-7.4 33.346-20.875 45.876h66c-17.686-16.632-27.36-43.79-15.062-88.53 2.454 40.996 14.77 72.124 53.156 88.5v.03h25.97c-69.106-37.694-84.94-111.418-50.094-182.53l36.28-43.47 62.158 17.25-38.188-24.28 18.156-45.72-32.156 36.813-14.22-9.064-13.842 16.53c-7.277-7.843-9.635-21.475-7.78-38.405 2.074-18.954 9.395-40.43 17.123-56.25l15.938-16.405 41.53 25.97 13.408 57.28 79.75 21.938L401 219.22l-10.438-45.782 26.97-12.594L461.187 209l-26.72-56.063 9.813-4.593 50.47-2.875-34.656-13 19.437-52.19-40.374 49.845-59.406 27.72-36.28-22.72 24.124-24.844 42.437-33.968-52.31 18.22-5.408-2.094L392.75 13.31l-58.063 72.313-43.906-16.938V9.563zm-13.5 224.687c.254 15.565 4.228 30.356 15 40.594l-12.186 14.562c-9.453-13.425-9.047-33.08-2.813-55.156zm-53.78 14.28c26.69 17.688 39.887 60.23 23.75 88.595-3.706-24.886-12.738-58.882-25.688-85.188l1.938-3.406z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-deadly-strike tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M196.38 16.29l12.018 214.677-69.382-213.75h-19.65l70.52 217.25c-17.16-18.22-34.434-44.74-52.243-80.246 18.864 62.058 35.573 139.067 40.552 192.04L19.38 62.393v38.277l144.89 258.98c-33.493-21.316-67.86-56.375-97.918-92.87 26.712 52.73 55.26 104.847 73.076 160.54L19.378 289.453v28.46l107.997 124.026C99 434.69 70.625 422.05 42.25 408.165c38.03 26.607 62.036 50.897 84.234 85.82H230.84l-6.785-91.082H197.77c0-44.845 2.87-108.728 40.767-115.86-6.993-8.433-11.533-20.27-11.533-33.523 0-23.93 14.228-43.758 32.45-46.127h.005c.303-.038.61-.056.923-.063.934-.02 1.895.063 2.83.063 19.957 0 36.205 20.602 36.205 46.128 0 12.928-4.304 24.595-10.996 32.99 41.4 6.42 40.496 71.424 40.496 116.394h-24.94l-6.003 91.082h90.96c19.418-30.77 60.864-56.727 96.524-75.234-38.585 10.67-75.927 17.602-109.66 21.02l117.97-86.97v-23.218l-125.78 92.728c24.4-49.363 55.902-88.075 90.164-122.648-40.56 27.323-73.25 37.7-107.027 43.785L493.77 158.7v-30.58L339.297 328.19c1.19-51.24 16.946-114.427 39.156-171.047-17.383 25.054-33.876 46.073-49.713 62.742l56.406-202.668h-19.398l-53.412 191.906 3.832-192.834h-119.79z"/></svg>
<svg class="tc-image-originals-death-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M294.254 53.596l-81.14.242-79.557 70.584 18.345 70.474 49.118-7.927-25.782 74.764 38.688-22.482 10.933 35.945 30.224-37.072 30.217 38.783 18.452-38.474 31.764 21.03-25.465-71.884 46.448 6.09 18.897-67.102-81.14-72.972zm-88.758 61.177c13.326-.112 28.287 8.99 35.945 26.98l-61.948 9.386c-2.103-24.275 10.9-36.24 26.004-36.367zm104.498 0c15.103.128 28.107 12.092 26.004 36.366l-61.95-9.386c7.66-17.99 22.62-27.093 35.946-26.98zm-54.533 38.483l25.66 56.723H233.18l22.283-56.724zM93.26 288.466l-41.963 29.23 207.34 72.683 207.338-73.034-40.993-28.88c-54.665 9.214-120.616-14.354-150.67 31.845h-31.415c-29.753-46.172-94.98-22.633-149.637-31.845zM29 329.763l-6.168 17.64L213.5 414.082v17.816h91.553v-18.69h-.05l188.17-65.804-6.17-17.64-205.655 71.92 4.03 11.525h-54.75l4.028-11.526L29 329.764zm230.43 38.187c-.36 3.167-.664 6.443-.893 9.868-.22-3.273-.51-6.404-.846-9.44l.75 1.325.99-1.752z" fill="#fff"/></svg>
<svg class="tc-image-originals-death-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.997 16.004c-120 0-239.997 60-239.997 149.998C16 226.002 61 256 61 316c0 45-15 45-15 75 0 14.998 48.01 32.002 89.998 44.998v60h239.997v-60s90.567-27.957 90-45c-.933-27.947-15-30-15-74.998 0-30 45.642-91.42 44.998-149.998 0-90-119.998-149.998-239.996-149.998zm-90 179.997c33.137 0 60 26.864 60 60 0 33.136-26.863 60-60 60C132.863 316 106 289.136 106 256c0-33.136 26.862-60 59.998-60zm179.998 0c33.136 0 60 26.864 60 60 0 33.136-26.864 60-60 60-33.136 0-60-26.864-60-60 0-33.136 26.864-60 60-60zm-89.998 105c15 0 45 60 45 75 0 29.998 0 29.998-15 29.998h-60c-15 0-15 0-15-30 0-15 30-74.998 45-74.998z" fill="#fff"/></svg>
<svg class="tc-image-originals-death-zone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.566 20.055c-59.624 0-99.147 26.426-125.21 65.767-25.084 37.862-36.733 88.14-37.583 136.746 35.068 17.25 55.994 35.297 65.088 54.416 8.03 16.882 4.974 34.41-5.042 47.96 22.02 19.97 59.516 32.352 98.135 32.972 38.86.624 77.95-10.4 102.942-33.174-5.034-5.972-8.774-12.36-10.582-19.37-2.54-9.836-.836-20.485 4.687-30.134 10.514-18.37 33.286-34.804 70.354-52.71-.878-46.03-12.275-96.24-37.225-134.714-25.985-40.068-65.52-67.76-125.564-67.76zm-75.748 125.982c46.19 10.87 94.98 10.703 145.752.205-25.867 37.59-123.918 37.62-145.752-.205zm-20.312 13.53c7.698 30.39 30.63 47.76 73.336 45.984l-1.112 33.59c-39.39 20.126-72.635 1.99-103.71-19.048h-.002c-4.848-30.567-.204-54.706 31.488-60.526zm186.69 0c31.69 5.82 36.333 29.958 31.486 60.525h-.002c-31.076 21.04-64.32 39.174-103.71 19.047l-1.11-33.59c42.707 1.776 65.637-15.594 73.335-45.984zM250.97 252.19c12.102 21.818 21.704 43.634 26.47 65.45-13.016 9.698-36.32 11.107-52.938 0 6.443-21.816 14.19-43.632 26.47-65.45zM100.405 353.108c-50.152 13.628-82.55 33.813-82.55 56.204 0 41.018 106.523 74.352 237.697 74.352s237.698-33.334 237.698-74.35c0-22.312-32.12-42.58-81.965-56.205 17.23 8.88 27.518 19.25 27.518 30.444 0 32.13-82.31 58.546-183.247 58.546-100.937 0-182.662-26.418-182.662-58.545 0-11.253 10.112-21.534 27.518-30.443h-.004zm62.54 2.637l-14.903 23.41c6.624 5.312 14.328 9.978 22.855 13.955l10.898-28.796c-6.58-2.48-12.888-5.336-18.848-8.57zm177.605.53c-5.772 3.14-11.804 5.894-18.038 8.28l10.703 28.477c8.005-3.6 15.612-7.817 22.666-12.676l-15.33-24.08zm-140.905 13.673L188.3 399.924c9.524 3.093 19.698 5.462 30.253 7.064l3.87-32.513c-7.754-1.09-15.377-2.6-22.778-4.528zm105.04.287c-7.468 1.95-15.113 3.434-22.85 4.48l3.823 32.126c10.274-1.605 20.384-3.967 30.112-7.11l-11.086-29.496zm-63.654 6.045l-3.893 32.712c9.87.637 19.92.623 29.947-.07l-3.873-32.535c-4.52.206-9.045.287-13.558.215-2.878-.047-5.752-.167-8.62-.323z" fill="#fff"/></svg>
<svg class="tc-image-originals-deathcab tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M270.2 18.8c-68.96 0-117.89 37.757-150.52 83.475-32.63 45.72-47.784 100.002-47.784 126.096 0 7.612 3.726 15.27 12.31 23.292 8.586 8.023 21.87 15.846 38.74 22.432 18.64 7.276 41.623 13.058 67.406 16.79l-.33 3.72 18.62 1.646 9.516-107.686-18.615-1.646-2.754 31.148c-31.007-14.07-53.424-41.094-54.054-83.242-.85-56.927 64.165-87.918 127.287-87.795 59.298.115 116.925 27.69 116.713 87.01-.098 27.788-14.5 50.374-36.256 66.63l-6.384-24.307-18.076 4.748 29.334 111.667 18.076-4.748-1.9-7.23c7.77-2.243 15.084-4.69 21.824-7.33 17.102-6.698 30.64-14.594 39.404-22.587 8.764-7.994 12.486-15.507 12.486-22.512v-.034c-.01-26.633-12.86-80.858-41.45-126.53-28.605-45.69-71.63-83.007-133.595-83.007zm67.036 64.294c-5.587-.138-13.008 2.493-23.076 8.93-58.69 37.536-5.446 55.464 43.567 29.122-3.91-19.254-6.212-37.7-20.49-38.052zM192.313 94.902c-20.66-.172-18.595 21.602-18.366 44.854 57.036 16.586 108.632-13.985 39.002-40.106-8.627-3.235-15.37-4.704-20.637-4.748zm75.87 39.088c-14.55 13.363-24.763 37.98 1.538 38.473 31.216.58 13.18-24.787-1.538-38.473zm34.672 52.354l-18.45 2.974 17.702 109.8 18.452-2.973-17.705-109.8zm-41.558 6.03l-18.688.272 1.507 103.58 18.686-.27-1.506-103.58zM298.11 312.68c-13.058 1.063-26.557 1.62-40.37 1.62-11.565 0-22.874-.394-33.894-1.114-1.046 2.546-2.07 5.125-3.06 7.744-9.086 24.038-15.855 50.798-18.893 74.26-3.04 23.465-1.766 43.903 2.466 53.273 9.582 21.216 24.987 33.124 42.806 39.103 17.82 5.978 38.156 5.56 55.707.673 17.55-4.887 32.02-14.397 38.58-24.24 6.56-9.843 7.395-18.81-3.062-31.353-37.982-45.556-40.875-87.474-40.3-119.045.006-.32.015-.603.02-.92z" fill="#fff"/></svg>
<svg class="tc-image-originals-decapitation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M316.938 18.406c-16.917.16-35.992 8.394-51.344 23.813-25.855 25.966-31.416 62.47-12.438 81.53 18.978 19.06 55.332 13.468 81.188-12.5C360.2 85.282 365.76 48.78 346.78 29.72c-7.71-7.745-18.268-11.422-29.842-11.314zM26.125 33.344C68.1 93.84 134.52 136.714 204.188 163.874c.768.296 1.542.584 2.312.876 74.676 28.292 158.988 40.7 228.22 31.875.072-.013.144-.018.217-.03 73.4-13.258 89.237-60.577-38.562-134.25 163.392 147.973-242.187 125.144-370.25-29zM220.28 189.688c-3.947 2.137-7.548 4.605-10.874 7.375-12.204 10.163-20.78 24.71-26.75 42.187-10.988 32.16-12.56 73.362-13.375 109.563h40.064l.625 8.656 10.218 136.467h86.687l9.03-136.406.595-8.717h38.53c1.694-40.387-.062-81.073-12.25-111.594-3.295-8.256-7.23-15.796-12-22.5-36.92-4.4-74.495-12.92-110.5-25.032z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-defensive-wall tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M25 41v110h462V41h-21v55h-36V41h-60v55h-36V41h-60v55h-36V41h-60v55h-36V41H82v55H46V41H25zm0 128v206h62v-46H64v-18h71v-46H96v-18h96v18h-39v46h71v18h-7v46h270V169h-30v39h-18v-39H329v39h-18v-39H201v39h-18v-39H73v39H55v-39H25zm247 78h176v18h-87v55h-18v-55h-71v-18zm-167 82v46h94v-46h-94zm-80 64v94h47.973l14.297-57.184 17.46 4.368L91.527 487h328.946l-13.203-52.816 17.46-4.368L439.027 487H487v-94H346.98l13.846 69.234-17.652 3.532L328.62 393H183.38l-14.554 72.766-17.652-3.532L165.02 393H25z"/></svg>
<svg class="tc-image-originals-defibrilate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M84.557 20.31c46.3 37.518 62.25 65.617 53.53 93.102C100.49 84.18 60.77 67.422 20.666 52.908v36.608c36.057 8.926 71.558 21.116 104.804 46.54-13.053 16.635-34.362 33.918-62.75 53.73l81.99 35.407c-.453 3.38-.642 6.85-.507 10.407.573 15.082 7.218 28.014 16.3 38.914 7.177 8.615 15.9 16.206 25.077 23.468l-63.877 46.57-101.037-58.72v45.738c112.43 11.546 144.12 112.475 0 135.832v26.547h22.818l115.01-54.788c-46.436-55.056-3.446-101.025 44.4-127.89 20.244 15.41 39.46 30.752 47.838 48.93l8.487 18.41 8.485-18.41c3.777-8.196 9.772-15.81 17.055-23.118l15.303 115.51c49.028-28.366 133.015 6.997 141.394 41.355h52.85v-4.72l-68.87-83.24c-66.362 44.197-111.586-5.474-118.148-88.37 5.94-4.64 12.094-9.252 18.2-13.913 10.46-7.983 20.702-16.163 29.213-25.492 35.543 15.528 46.467 41.64 24.895 79.65l114.71-8.654V306.01l-80.105 17.2c-5.02-24.163-5.625-41.7 22.13-65.864-21.682-3.325-43.248-5.917-64.68-7.045 1.468-4.655 2.386-9.55 2.58-14.7v-.002c.28-7.325-.764-14.305-2.848-20.81 33.3-10.236 64.53-23.598 93.912-39.75l-94.375-56.003c37.818-26.36 78.284-37.675 123.385-49.07V20.31H423.63c-19.42 39.684-67.117 76.64-126.712 112.08 38.692 3.463 133.353 27.43 62.64 61.05-9.054-10.854-21.457-18.803-34.85-22.495-13.712-3.78-28.856-3.107-42.388 3.856-8.82 4.54-16.73 11.757-23.1 21.516-6.373-9.76-14.283-16.977-23.103-21.515-6.766-3.48-13.933-5.39-21.125-5.954-7.19-.566-14.406.21-21.262 2.1-16.032 4.418-30.65 14.93-39.792 29.236l-36.323-17.405c29.32-43.383 61.55-71.547 96.914-85.156-35.393-27.574-58.06-45.938-73.206-77.31H84.557zM209.79 187.333c1.23-.02 2.453.02 3.67.113 4.87.377 9.63 1.668 14.106 3.97 8.953 4.607 17.226 13.358 22.86 29.026l8.793 24.455 8.792-24.455c5.633-15.668 13.907-24.42 22.86-29.025 8.95-4.606 19.04-5.164 28.87-2.455 19.66 5.418 36.654 23.902 35.82 45.928-.386 10.132-4.602 18.803-11.982 27.66-7.38 8.86-17.894 17.5-29.428 26.302-18.87 14.403-40.57 29.167-54.933 49.314-14.363-20.146-36.062-34.91-54.933-49.314-11.533-8.803-22.048-17.443-29.428-26.3-7.38-8.86-11.597-17.53-11.98-27.66-.836-22.026 16.156-40.51 35.815-45.93 3.686-1.015 7.41-1.572 11.096-1.628z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-delighted tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M156.758 79.496l-21.91 58.547-58.444 21.87 58.512 21.898 21.842 58.364 21.846-58.375 58.478-21.886-58.408-21.857-21.916-58.56zm200.078 0l-21.91 58.547-58.444 21.87 58.512 21.9 21.842 58.36 21.848-58.374 58.476-21.886-58.408-21.857-21.916-58.56zM18.31 146.64C29.355 228.693 56.92 300.99 94.772 354.77l28.454-18.157-9.784 41.906c11.358 13.222 22.843 24.945 35.567 34.92l29.338-32.825 5.336 55.175c14.397 7.164 29.938 11.868 45.34 14.666l27.564-42.602 27.564 42.605c15.327-2.782 30.14-8.25 44.457-15.365l6.224-57.272 31.12 33.526c11.965-9.67 23.065-20.945 33.788-33.526l-8.892-41.205 27.564 17.46c37.164-53.263 64.38-124.482 75.574-205.336-15.07 38.645-40.1 72.62-72.017 99.176l5.335 44.002-40.008-20.256c-9.04 5.286-17.826 10.484-27.565 14.668l-5.334 48.89-40.01-34.224c-10.922 2.44-22.366 3.86-33.786 4.89l-24.008 39.81-23.117-39.112c-12.508-1.095-24.546-3.516-36.454-6.285l-38.232 32.824-5.335-46.793c-10.032-4.307-19.162-9.194-28.45-14.668l-39.122 20.256 6.224-43.305c-32.864-27.114-58.722-62.13-73.798-101.966z" fill="#fff"/></svg>
<svg class="tc-image-originals-demolish tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M122.717 22.137v84.37l44.033 54.585v171.564l8.086 6.47 48.78-159.35 56.56 171.35 57.043-70.876 26.452 74.793V161.09l44.03-54.584v-84.37h-48.915v39.798h-29.775V22.137h-49.448v39.797H250.32V22.137h-49.447v39.797H171.63V22.137zm101.404 218.68L184.298 370.9l-74.445-59.556 30.625 89.43-88.96 4.042 40.665 40.664-40.17 47.807h91.31l18.223-17.185-17.01-47.257 56.608 20.6 28.673-83.944 32.73 93.148 57.112-43.054 2.055 65.552 63.96-7.13-13.712 19.27h91.034l-64.685-49.722 45.72-64.255-83.635 21.515-29.354-82.99-57.79 71.81z" fill="#fff"/></svg>
<svg class="tc-image-originals-dervish-swords tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M107.688 17.094c-4.176.038-7.723 1.706-8.938 4.625-.413.99-.5 2.04-.344 3.093h-.03c-9.677.39-17.714 4.79-19.782 11.625-2.046 6.762 2.318 14.026 10.312 18.656-15.296 33.985-20.856 75.19-19.875 114.5 4.658-4.73 10.484-8.162 17.25-9.406 1.492-.275 2.965-.418 4.44-.47 5.344-.185 10.54 1.055 15.343 3.313-5.568-33.484-4.603-70.263.53-103.186 10.516.146 19.485-4.344 21.688-11.625 1.775-5.865-1.292-12.082-7.343-16.657.475-.52.89-1.107 1.157-1.75 1.767-4.246-2.03-9.48-8.47-11.72-2.01-.7-4.038-1.017-5.936-1zm301.343 0c-1.897-.018-3.956.3-5.967 1-6.438 2.238-10.205 7.473-8.438 11.718.154.37.337.733.563 1.063-6.663 4.624-10.113 11.187-8.25 17.344 2.123 7.017 10.54 11.413 20.562 11.593 5.143 32.96 6.118 69.793.53 103.312 4.288-2.052 8.904-3.272 13.658-3.406.64-.02 1.292-.024 1.937 0 1.474.05 2.978.193 4.47.468 6.646 1.222 12.36 4.557 16.967 9.156.954-39.05-4.525-79.96-19.625-113.78 8.54-4.598 13.307-12.124 11.188-19.127-1.965-6.494-9.318-10.785-18.344-11.53.18-1.083.083-2.167-.342-3.188-1.215-2.92-4.73-4.588-8.907-4.626zM171.095 176.406l-44.03 6.875c3.87 6.632 6.715 14.286 8.25 22.626.597 3.257.96 6.475 1.124 9.656 15.313 2.683 30.237 8.75 43.53 18.532l-8.874-57.688zm173.03 0l-8.874 57.688c13.04-9.597 27.65-15.586 42.656-18.344.156-3.242.515-6.523 1.125-9.844 1.544-8.39 4.406-16.09 8.314-22.75l-43.22-6.75zm-252.687 1.97c-.604.02-1.193.078-1.78.186-4.704.866-9.01 4.48-12.094 11.375-3.086 6.896-4.378 16.688-2.47 27.063l.032.156c1.927 10.305 6.597 18.93 11.906 24.25 5.338 5.347 10.642 7.178 15.345 6.313 4.703-.866 9.008-4.48 12.094-11.376 3.084-6.896 4.376-16.687 2.468-27.063-1.91-10.374-6.6-19.058-11.938-24.405-4.003-4.01-7.993-6.037-11.72-6.438-.62-.066-1.238-.083-1.843-.062zm330.563 0c-.306.01-.627.028-.938.06-3.725.402-7.715 2.43-11.718 6.44-5.337 5.346-9.998 14.03-11.906 24.405-1.91 10.377-.617 20.168 2.468 27.064 3.086 6.895 7.36 10.51 12.063 11.375 4.702.864 10.005-.967 15.342-6.314 5.338-5.346 10.03-14.03 11.938-24.406 1.908-10.375.617-20.167-2.47-27.063-3.084-6.895-7.39-10.51-12.092-11.375-.882-.162-1.77-.22-2.688-.187zm35.594 15.718c1.657 8.185 1.713 17.137.03 26.28-.627 3.415-1.457 6.713-2.5 9.876 11.337 6.967 21.427 16.068 29.47 27.125l8.906-57.688-35.906-5.593zm-400.875.125l-35 5.468 8.905 57.687c7.88-10.83 17.724-19.777 28.78-26.688-1.112-3.296-2.03-6.738-2.686-10.312-1.674-9.097-1.633-18.005 0-26.156zm325.124 47.343C330.998 382.873 208.514 462.268 16.5 437.375c113.218 81.753 233.292 64.953 317.688-4.72.667-.52 1.34-1.035 2-1.56-.033-.01-.062-.025-.094-.033 50.656-42.57 88.153-104.327 103.156-175.187-8.334 7.73-19.34 12.3-30.656 10.22-11.924-2.194-20.852-11.148-25.75-22.095-.356-.794-.68-1.62-1-2.438zm-249.72 1.03c-.193.47-.387.947-.593 1.407-4.897 10.947-13.857 19.9-25.78 22.094-11.923 2.193-23.465-3.012-31.938-11.5 13.17 63.342 44.32 119.488 86.813 161.25 26.506-5.336 54.813-14.98 79.03-27.844-49.324-34.38-85.212-84.014-107.53-145.406zM359.44 435.97c-21.79 19.47-48.244 36.61-75.282 49.655 66.544 15.796 141.17 3.617 213-48.25-50.78 6.584-96.69 5.82-137.72-1.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-desert-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M150.906 58.938c-13.37-.01-29.125 14.14-29.125 41.406 0 18.72-4.71 34.642-12.56 46.47-7.852 11.825-19.205 19.82-31.94 20.717-12.732.9-25.585-5.956-34.593-18.874-6.01-8.618-10.554-20.166-13.624-34.406-7.895 13.74-11.263 27.425-10.813 40.53.645 18.79 8.978 36.824 24.47 52.314 40.785 40.785 141.155 6.742 141.155-79.313 0-25.746-4.91-43.316-11.28-53.936-6.37-10.62-13.595-14.398-20.407-14.875-.426-.03-.85-.032-1.282-.032zm208.656.718c-.43 0-.855.002-1.28.032-6.813.476-14.037 4.255-20.407 14.874-6.37 10.62-11.28 28.19-11.28 53.938 0 86.055 100.337 120.066 141.124 79.28 15.49-15.49 23.854-33.524 24.5-52.31.45-13.113-2.943-26.786-10.845-40.532-3.07 14.243-7.583 25.786-13.594 34.406-9.006 12.917-21.89 19.804-34.624 18.906-12.733-.898-24.055-8.893-31.906-20.72-6.492-9.778-10.66-22.48-11.97-37.124h-.592v-9.344c0-27.266-15.755-41.414-29.125-41.406zm-102.937 6.032c-19.596.01-39.624 8.368-57.594 26.093 2.274 10.362 3.532 22.31 3.532 36 0 47.166-25.996 82.428-59.25 100.97-.542 4.463-1.023 9.008-1.437 13.656-2.55 9.437-3.55 20.09-2.844 31.406 1.057 16.895 5.766 32.224 13.126 44 5.864 9.383 13.855 17 23.53 19.72 15.358 36.078 21.356 78.76 21.69 128.156 6.88 6.182 13.75 11.12 20.624 14.875 2.45-30.97-.93-61.794-1.97-93.875l-1.06-32.157 18.124 26.595 20.5 30.094 21.78-30.75 17.595-24.814-.626 30.406c-.65 31.64-3.01 62.71-1.656 93.25 6.645-3.634 13.345-8.202 20.093-13.78.16-37.35 2.333-71.957 11.25-103.063 2.356-8.215 5.213-16.185 8.626-23.876 12.878-.31 23.332-9.213 30.563-20.78 7.36-11.778 12.068-27.107 13.124-44.002.73-11.703-.35-22.704-3.094-32.375-.32-3.5-.67-6.948-1.063-10.343-34.684-18.06-62.28-54.012-62.28-102.594 0-14.95 1.495-27.82 4.187-38.813-17.418-16.315-36.64-24.01-55.47-24zM176.375 226.5c4.22 0 10.084 3.516 15.406 12.03 5.323 8.517 9.434 21.212 10.314 35.282.88 14.07-1.665 26.643-5.78 34.875-4.118 8.233-8.688 11.25-12.908 11.25-4.22 0-10.084-3.515-15.406-12.03-5.322-8.516-9.433-21.21-10.313-35.282-.88-14.07 1.665-26.642 5.782-34.875 4.115-8.233 8.685-11.25 12.905-11.25zm160.625 0c4.22 0 8.79 3.017 12.906 11.25 4.117 8.233 6.66 20.804 5.78 34.875-.878 14.07-4.99 26.766-10.31 35.28-5.323 8.517-11.187 12.033-15.407 12.033-4.22 0-8.79-3.018-12.908-11.25-4.116-8.233-6.66-20.805-5.78-34.875.88-14.07 4.99-26.766 10.312-35.282 5.322-8.514 11.186-12.03 15.406-12.03zm-64.375 190.188L261.062 433l-7.78 10.97-7.563-11.126L236.28 419c1.243 22.403 2.268 45.11-.155 68.75 5.675 1.436 11.347 2.132 17.03 2.094 6.335-.043 12.755-1 19.25-2.875-1.508-23.73-.675-47.114.22-70.283z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-desk-lamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M240.773 20.104c-.61-.008-1.23.007-1.857.04-15.516.834-35.207 15.23-44.97 32.137-6.504 11.26-10.173 25.99-9.446 38.597.727 12.605 5.244 22.306 14.195 27.475l.006.003 92.12 53.075.647 4.498c3.078 21.393 12.524 43.082 27.717 61.888L417.127 68.22c-24.05-3.842-47.666-1.36-67.758 6.743l-4.22 1.7-92.13-53.083-.004-.002c-4.076-2.352-7.966-3.424-12.243-3.474zm252.66 45.117L418.75 104.3c3.552 5.182 6.424 10.766 8.578 16.602l66.104-34.59v-21.09zm-85.804 56.815l-47.194 81.72c18.223-1.227 35.486-11.235 45.347-28.308 9.863-17.076 9.9-37.025 1.846-53.412zm24.33 22.086c.257 6.207-.247 12.472-1.556 18.655l63.028 1.506V145.59l-61.47-1.467zm-215.796 8.308c-3.224 7.154-6.25 14.267-9.113 21.363l27.462 10.48c2.57-6.304 5.277-12.635 8.152-19.016l-1.922-1.11-24.578-11.716zm207.854 28.545c-.648 1.284-1.325 2.56-2.053 3.822-2.45 4.24-5.262 8.138-8.36 11.707l79.827 49.93V224.39l-69.414-43.417zm-223.676 10.26c-2.805 7.698-5.41 15.39-7.822 23.105l28.236 7.75c2.167-6.8 4.496-13.592 6.994-20.397l-27.408-10.456zm202.36 15.544c-4.995 3.838-10.415 7.015-16.126 9.477l60.166 112.976 16.494-8.783-60.535-113.67zm-33.37 14.598c-6.15 1.06-12.443 1.368-18.728.88l-4.256 124.18 18.677.637 4.307-125.697zM187.277 232.28c-2.01 7.358-3.86 14.752-5.548 22.202l28.477 6.204c1.59-6.94 3.334-13.826 5.23-20.678l-28.16-7.727zm324.844 3.798v.36l.163-.258-.162-.102zm-334.194 36.705c-1.402 7.375-2.665 14.822-3.787 22.36l28.962 3.072c.982-6.485 2.07-12.894 3.273-19.236l-28.45-6.197zm-6.252 40.893c-.872 7.397-1.628 14.89-2.266 22.504l29.098 1.525c.596-7.102 1.293-14.087 2.103-20.963l-28.936-3.066zm-3.588 41.15c-.482 8.173-.85 16.484-1.104 24.963l29.217-.49c.23-7.81.558-15.454.99-22.948l-29.104-1.526zm27.74 43.172l-29.222.488c-.064 5.69-.09 11.447-.067 17.293 9.735-1.78 19.476-3.276 29.22-4.462-.006-4.502.023-8.93.07-13.32zm53.908 28.54c-38.182.184-76.4 5.572-114.73 15.42-4.874 14.74-8.905 32.345-11.65 52.423h252.478c-2.72-20.157-6.654-37.867-11.502-52.597-38.217-10.472-76.39-15.43-114.596-15.246zm-166.5 20.22c-20.576-.1-41.188 3.148-64.34 9.285v19.394c34.263-9.54 60.572-12.25 89.885-7.58 1.33-6.48 2.808-12.666 4.41-18.56-10.162-1.65-20.057-2.49-29.956-2.54z" fill="#fff"/></svg>
<svg class="tc-image-originals-despair tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M45.215 19.162v438.443l18.687-27.334V19.163H45.215zm50.21 0v408.082h18.688V19.162H95.426zm54.07 0V294.11h3.21c4.71-5.543 9.902-10.77 15.48-15.684V19.162h-18.69zm50.21 0v236.98c6.047-3.43 12.296-6.582 18.69-9.44V19.16h-18.69zm50.21 0v216.033c6.18-1.787 12.42-3.34 18.69-4.625V19.162h-18.69zm48.923 0v207.262c5.177-.357 10.33-.54 15.432-.512 1.088.006 2.17.03 3.255.055V19.162h-18.687zm54.07 0v211.12c4.172.978 8.25 2.142 12.237 3.46 1.688-2.06 3.45-4.088 5.31-6.07.376-.4.763-.78 1.143-1.174V19.162h-18.69zm50.21 0v184.172c6.14-2.986 12.41-5.27 18.69-6.81V19.16h-18.69zm50.208 0v176.336c6.655 1.35 12.978 3.786 18.69 7.395V19.163h-18.69zM440.61 212.85c-3.508-.006-7.176.35-10.97 1.074-15.174 2.895-31.835 11.907-45.554 26.533-4.884 5.208-9.023 10.747-12.434 16.412-93.246-57.583-331.013 75.585-179.697 189.32H72.64l-26.453 47.744h257.165l-88.48-103.25c24.272-26.71 67.455-43.708 96.997-45.067 13.792 45.098 36.248 113.5 71.734 148.315h60.865c-43.9-47.444-77.84-111.502-82.236-183.94 1.887 5.67 4.938 10.597 9.137 14.55 9.046 8.518 22.192 11.497 37.366 8.603 15.175-2.895 31.838-11.905 45.557-26.532 13.72-14.626 21.666-31.854 23.61-47.22 1.943-15.367-1.85-28.35-10.895-36.868-6.784-6.387-15.875-9.66-26.4-9.675z" fill="#fff"/></svg>
<svg class="tc-image-originals-detour tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M486.945 25.055L347.49 52.945l23.78 23.784L390.544 96l-56.793 56.795c-27.393-22.7-57.978-32.844-86.97-32.06-33.838.918-64.92 15.95-87.858 38.888-22.94 22.94-38.084 54.114-39.406 88.178-1.138 29.306 8.49 60.407 30.742 88.485L19.27 467.27l25.46 25.46 155.48-155.484-12.476-12.726c-24.72-25.22-33.185-51.125-32.246-75.323.94-24.198 11.9-47.13 28.89-64.12 16.988-16.988 39.66-27.71 63.38-28.352 23.72-.643 49.04 8.152 73.633 33.5l12.727 13.115L416 121.457l43.055 43.053 27.89-139.455zM256 192a64 64 0 0 0-64 64 64 64 0 0 0 64 64 64 64 0 0 0 64-64 64 64 0 0 0-64-64z"/></svg>
<svg class="tc-image-originals-diablo-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.717 15.525s-34.385 56.154-34.385 75.143c0 12.812 5.063 22.368 12.436 28.5 5.633 4.823 12.896 7.8 20.896 8.04 17.535.9 35.436-10.866 35.436-36.54.002-18.993-34.383-75.143-34.383-75.143zM206.17 79.94c-23.862 9.82-40.335 27.916-52.5 52.656-18.018 36.645-24.874 88.532-25.535 146.586h62.68c-2.794 14.47-3.947 30.726-4.07 47.943-1.695 14.567 8.944 76.447 8.944 76.447s30.256-50.032 35.736-66.283c6.153 24 22.82 68.677 22.82 68.677s16.506-44.24 22.73-68.324c5.796 16.617 35.618 65.93 35.618 65.93s10.947-63.662 8.865-77.04c-.147-16.997-1.304-33.047-4.067-47.35h62.156c-.662-58.055-7.518-109.942-25.536-146.587-11.04-22.452-25.63-39.43-46.065-49.72.723 3.455 1.107 7.03 1.107 10.692 0 28.803-23.55 52.354-52.354 52.354-28.803 0-52.353-23.55-52.353-52.354 0-4.71.64-9.277 1.82-13.627zm-47.895 4.93c-1.13-.015-2.26-.015-3.384 0C68.12 86.09-3.26 175.69 25.03 269.714c12.356 41.064 72.85 67.43 104.263 50.228-59.21.1-76.798-64.22-58.488-108.835 10.297-25.09 27.425-40.573 50.732-44.042 3.926-15.375 8.962-29.7 15.36-42.713 7.417-15.08 16.88-28.326 28.488-39.192-2.38-.162-4.75-.26-7.11-.29zm193.286 0c-3.013.037-6.045.19-9.09.446 11.53 10.836 20.936 24.027 28.315 39.034 6.358 12.93 11.37 27.156 15.285 42.418 24.447 2.792 42.338 18.452 52.96 44.337 18.31 44.614.72 108.935-58.49 108.836 31.413 17.204 91.91-9.163 104.267-50.227 28.29-94.024-43.09-183.622-129.862-184.842-1.125-.015-2.254-.015-3.384 0zm-25.937 80.847c11.335 4.365 19.38 15.354 19.38 28.226 0 16.704-13.54 30.244-30.24 30.244-15.347 0-28.017-11.434-29.974-26.248 20.755-5.506 33.46-17.012 40.833-32.223zm-143.562.01c7.38 15.212 20.09 26.717 40.858 32.218-1.96 14.81-14.63 26.243-29.973 26.243-16.7 0-30.242-13.54-30.242-30.245 0-12.865 8.035-23.845 19.358-28.216zm108.48 74.513l-36.698 76.045-36.7-76.043 36.698 25.143 36.7-25.145zM170.483 360.002s-51.736 72.637-56.19 89.27c-11.81 44.068 49.134 57.507 60.22 16.136 4.455-16.63-4.03-105.406-4.03-105.406zm165.327 0s-8.488 88.776-4.033 105.406c11.086 41.37 72.033 27.932 60.223-16.137-4.455-16.63-56.19-89.268-56.19-89.268zM228.14 383.73s-29.39 58.982-30.724 71.635c-3.538 33.527 42.495 36.31 45.816 4.836 1.336-12.652-15.09-76.47-15.09-76.47zm51.788 0s-16.43 63.818-15.094 76.47c3.32 31.475 49.356 28.692 45.818-4.835-1.333-12.653-30.724-71.636-30.724-71.636z" fill="#fff"/></svg>
<svg class="tc-image-originals-diagram tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M146.24 120.334c-23.036 0-52.223 9.79-76.38 31.71-22.6 20.513-40.276 52.013-42.4 94.956H22v18h36v-18H45.48c2.032-38.054 17.27-64.194 36.48-81.627 20.686-18.774 46.56-27.04 64.28-27.04s43.56 8.264 64.233 27.038c15.496 14.073 28.41 33.83 33.908 60.94 3.676-1.484 7.677-2.31 11.86-2.31 2.078 0 4.11.208 6.082.594-6.12-31.684-21.29-55.785-39.748-72.547-24.138-21.92-53.298-31.713-76.334-31.713zm-9 40.088V247H130v18h36v-18h-10.76v-86.578h-18zm119 81.578c-7.838 0-14 6.16-14 14s6.162 14 14 14c7.84 0 14-6.16 14-14s-6.16-14-14-14zM76 247v18h36v-18H76zm108 0v18h36v-18h-36zm108 0v18h36v-18h-36zm54 0v18h11.24v86.078h18V265H382v-18h-36zm54 0v18h36v-18h-36zm54 0v18h13c-2.032 38.053-17.27 64.192-36.48 81.625-20.686 18.774-46.56 27.04-64.28 27.04-17.718 0-43.56-8.263-64.232-27.038-15.496-14.073-28.41-33.827-33.908-60.938-3.676 1.484-7.677 2.31-11.86 2.31-2.078 0-4.11-.208-6.082-.594 6.12 31.683 21.292 55.785 39.75 72.547 24.138 21.92 53.297 31.713 76.332 31.713 23.036 0 52.224-9.79 76.38-31.71 22.6-20.513 40.276-52.014 42.4-94.956H490v-18h-36z"/></svg>
<svg class="tc-image-originals-diamond-hard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M78.594 20.313c-20.396-.083-40.037 3.83-57.78 12.468C126.016 63.043 213.21 117.8 289.185 187.813c-9.978-45.738-40.414-87.43-79.375-117.78-11.143 8.35-27.725 8.505-41.156.75-13.402-7.74-21.53-22.143-19.906-35.938-23.19-9.237-47.145-14.438-70.156-14.532zm101.625 6.625c-5.215.166-9.516 2.475-11.532 5.968-3.442 5.962-.55 15.975 9.343 21.688 9.894 5.713 19.997 3.212 23.44-2.75 3.44-5.962.58-16.006-9.314-21.72-3.71-2.14-7.465-3.108-10.875-3.186-.354-.01-.714-.012-1.06 0zm-43.25 73.906L31.75 283.188c5.972 8.454 13.093 14.29 25.125 15.062l105.47-182.78c-8.03-5.31-16.5-10.178-25.376-14.626zm194.78 6.25l-17.406 10.78-10.22 66.657 38.313-59.124-10.687-18.312zm-140.344 61.72l-21.844 13.467 14.375 17.314 86.157-4.75-78.688-26.03zm209.75.686l-3.78 1.156-181.095 55.906-3.75 1.188-1.81 3.5-42.314 82.875-3.625 7.125 6.47 4.688 216.53 157.25 10.126 7.343 4.156-11.81 88.563-251.44 2.656-7.5-7-3.81-81.655-44.564-3.47-1.906zm-2.03 20.188l63.28 34.562-65.97 20.344-33.248-43.813 35.937-11.093zm-54.97 16.968l33.28 43.813L279 280.843l2.78-54.938 62.376-19.25zM262.78 231.78L260 286.72l-67.22 20.75 32.782-64.19 37.22-11.5zm202.5 11.126L400 428.312l4.063-166.5 61.218-18.906zm-80.06 24.72l-4.064 166.5-98.812-134.72 102.875-31.78zm-121.783 37.593L364.75 443.374 201.062 324.5l62.375-19.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-diamond-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M191.02 25.346l-22.9 34.35h30.714l22.9-34.35H191.02zm52.347 0l-22.898 34.35h71.06l-22.897-34.35h-25.266zm46.9 0l22.9 34.35h30.714l-22.9-34.35h-30.714zm-117.234 52.35l50.115 50.115-25.058-50.115h-25.057zm45.182 0L256 153.265l37.785-75.57h-75.57zm95.695 0l-25.058 50.115 50.115-50.115H313.91zm-134.435 31.898C109.163 139.5 59.693 209.29 59.693 290.348c0 108.185 88.122 196.306 196.307 196.306 108.185 0 196.307-88.12 196.307-196.306 0-81.057-49.47-150.848-119.782-180.754l-30.517 30.517c64.397 19.592 111.037 79.292 111.037 150.238 0 86.966-70.08 157.045-157.045 157.045-86.966 0-157.045-70.08-157.045-157.045 0-70.946 46.64-130.646 111.037-150.237l-30.517-30.516z"/></svg>
<svg class="tc-image-originals-diamonds-smile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M115.877 46.832c-23.13.06-46.282 9.02-63.975 26.87-35.385 35.702-35.533 93.438-.33 128.956 14.105 14.23 31.746 22.73 50.1 25.518-10.1-3.56-19.568-9.39-27.604-17.496-28.77-29.03-28.628-76.343.24-105.467 14.432-14.562 33.43-21.878 52.417-21.926 18.986-.048 37.96 7.174 52.345 21.69 18.258 18.42 24.854 44.2 19.873 68.027 13.803-33.148 7.414-72.75-19.228-99.63-17.602-17.76-40.708-26.602-63.838-26.542zm282.79 0c-23.13-.06-46.235 8.782-63.837 26.54-26.642 26.88-33.03 66.484-19.228 99.632-4.98-23.826 1.615-49.606 19.873-68.027 14.385-14.516 33.36-21.738 52.345-21.69 18.987.048 37.985 7.364 52.418 21.926 28.867 29.124 29.01 76.437.24 105.467-8.037 8.107-17.504 13.935-27.605 17.496 18.354-2.787 35.995-11.287 50.1-25.518 35.203-35.518 35.055-93.254-.33-128.955-17.693-17.85-40.845-26.81-63.975-26.87zm-271.915 54.99c-14.127.04-28.275 5.553-39.172 16.547-21.793 21.987-21.863 57.334-.238 79.153 21.625 21.82 56.423 21.75 78.217-.238 21.792-21.988 21.862-57.335.237-79.154-10.813-10.91-24.918-16.346-39.045-16.308zm261.04 0c-14.126-.038-28.232 5.4-39.044 16.31-21.625 21.818-21.555 57.165.238 79.153 21.794 21.988 56.592 22.058 78.217.238s21.555-57.166-.238-79.154c-10.897-10.995-25.045-16.51-39.172-16.548zm-6.214 17.873c-5.868 5.834-9.502 13.913-9.502 22.842 0 17.79 14.42 32.21 32.21 32.21 9.17 0 17.44-3.836 23.306-9.985-1.113 8.36-4.84 16.422-11.196 22.834-15.46 15.6-40.596 15.538-56.14-.145-15.545-15.682-15.61-41.037-.147-56.64 6.057-6.11 13.6-9.808 21.468-11.115zm-264.564.61c-5.52 5.78-8.914 13.607-8.914 22.232 0 17.79 14.42 32.21 32.213 32.21 10.407 0 19.656-4.94 25.544-12.597-.717 9.212-4.567 18.238-11.568 25.3-15.545 15.684-40.68 15.745-56.142.146-15.46-15.6-15.4-40.958.145-56.64 5.362-5.41 11.867-8.96 18.72-10.65zM15.95 266.4v41.93l28.204-9.066 10.29-27.93c-12.823-1.508-25.654-3.14-38.493-4.934zm480.066.686c-17.328 2.382-34.67 4.487-52.022 6.348l.272 30.765 51.75 25.517v-62.63zm-422.448 6.4l-11.152 30.268L91.64 341.46l38.07-28.452 4.538-34.11c-20.207-1.45-40.434-3.253-60.68-5.412zm351.752 1.852c-24.378 2.35-48.78 4.185-73.21 5.504l-3.256 40.017 38.218 31.533 38.555-42.32-.307-34.735zm-272.384 4.805l-4.624 34.742 36.15 52.756 29.972-33.017-2.682-51.885c-19.588-.53-39.194-1.398-58.816-2.595zm180.35 1.62c-34.215 1.475-68.48 1.93-102.8 1.372l2.393 46.29 59.516 33.682 37.567-40.53 3.324-40.813zm-284.048 35.5L15.95 327.958v14.42c19.996 14.487 40.67 27.61 62.04 39.626V354.36l-28.752-37.098zm390.205 5.397l-40.61 44.572 3.935 36.21c32.464-15.395 62.304-32.803 91.048-53.973l-54.373-26.81zm-302.69 8.416l-40.073 29.95v31.107c25.3 13.236 51.554 25.073 78.806 35.887l-1.853-43.12-36.88-53.824zm204.01 7.338l-37.972 40.97-3.093 64.73c30.68-10.36 58.82-20.91 85.158-32.5l-4.396-40.45-39.696-32.75zm-113.156 9.502l-35.193 38.766 2.094 48.666c20.89 7.812 42.347 15.1 64.396 22.025 7.42-2.33 14.646-4.65 21.784-6.97l3.37-70.542-56.45-31.944z"/></svg>
<svg class="tc-image-originals-dig-dug tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M117.438 17.844l-6.626 6.593-82.624 82.657-5.688 6.97c3.867 4.493 8.093 8.654 12.28 12.842l.22-.22c16.628 14.57 35.413 24.03 53.656 27.626 15.337 3.024 30.693 1.763 43.344-4.75 29.25 28.932 58.204 58.293 87 87.907l22.22-22.22-87.595-87.563c6.256-12.54 7.415-27.678 4.438-42.78-4.1-20.787-15.827-42.265-34.032-60.47l-6.593-6.593zm125.03 9.468c-9.23.047-18.426.932-27.5 2.688 117.12 70.5 204.607 164.72 273.626 273.72 2.783-59.206-21.15-120.177-59.25-169.75-15.046 5.5-33.565.622-46.406-12.22-12.84-12.84-17.723-31.34-12.22-46.375-39.324-29.88-84.317-48.284-128.25-48.063zM128.407 60.188c5.696 9.542 9.522 19.263 11.313 28.343 3.247 16.477.143 30.107-8.595 38.845-8.738 8.738-22.368 11.842-38.844 8.594-9.08-1.79-18.8-5.61-28.343-11.314l64.47-64.47zm275.406 11.156c-.443.012-.878.023-1.312.062-4.168.378-7.882 1.976-10.563 4.656-7.146 7.148-6.605 21.644 4.22 32.47 10.824 10.824 25.353 11.396 32.5 4.25 7.146-7.148 6.574-21.645-4.25-32.47-6.343-6.342-13.946-9.157-20.594-8.968zm-68.218 75.937L22.313 460.657c4.17 11.583 10.724 20.44 24.53 24.906l313.5-313.593c-7.58-8.636-15.85-16.846-24.75-24.69zm-43.22 119.126L269.25 289.53c32.586 34.005 65.03 68.236 97.47 102.47-15.605 14.54-31.686 27.208-46.564 36.125 55.963 55.963 124.942 78.085 162.063 54.47 22.77-37.32 1.083-106.51-54.47-162.064-9.69 14.926-22.003 30.647-35.594 45.658l-99.78-99.782z" fill="#fff"/></svg>
<svg class="tc-image-originals-dig-hole tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M443.805 69.348a3.472 3.472 0 0 0-.487.012c-12.998 1.235-31.783 19.242-24.832 30.295 3.356 5.336 13.305-.725 18.375-4.47 6.51-4.808 13.783-12.883 12.417-20.858-.41-2.39-3.026-4.878-5.472-4.98zm-57.483 5.647c-8.19.032-26.684 20.257-25 33.406.65 5.08 7.206 9.603 12.31 9.195 7.353-.59 12.785-8.993 15.395-15.89 3.123-8.252 6.932-23.048-1.213-26.44a3.82 3.82 0 0 0-1.492-.27zm2.477 56.144a57.016 57.016 0 0 0-12.344 1.283c-11.92 2.58-22.49 8.992-27.15 16.5-.004.008-.008-.008-.013-.012.02.03.06.12.176.61.257 1.092 1.213 3.267 2.598 5.862 2.77 5.19 8.083 12.27 6.315 22.35-2.377 13.553-12.455 21.748-19.912 28.853-.475.453-.902.88-1.353 1.318.2 1.22.36 2.456.485 3.707.876 8.88.196 18.3-3.415 26.436.867.716 1.735 1.27 2.56 1.588 6.51 2.502 18.693-1.57 27.11-7.795 5.37-3.972 9.217-10.368 12.973-18.44 3.756-8.073 7.244-17.554 13.272-26.32 2.182-3.176 4.618-5.91 7.054-8.39-2.554-7.28-3.338-15.11-1.02-22.623 2.335-7.574 7.147-14.296 13.2-19.853-.148-.11-.296-.23-.445-.32-5.107-3.06-12.35-4.71-20.09-4.754zm50.073 9.36a9.34 9.34 0 0 0-1.268.077c-2.357.28-5.852 1.578-9.335 3.766-6.967 4.376-13.556 12.553-14.936 17.03-.77 2.498-.33 9.123 1.82 13.91 1.78 3.962 3.69 5.435 4.83 5.944.358-.657.826-1.468 1.366-3.304 1.39-4.735 2.083-11.754 5.396-18.637 3.4-7.062 8.74-12.182 11.736-16.395.878-1.234.954-1.58 1.315-2.305a6.222 6.222 0 0 0-.924-.084zm-153.338 14.913l-58.824 44.12c4.327 11.118 10.304 31.646 10.304 31.646l-9.834 13.342-11.237-15.45-8.927-27.895h-12.682l-29.252 43.877 5.912 28.966-36.85-32.242-92.828 75.52 10.75 23.457 50.147-6.326 53.844-31.335 50.834 8.187 8.366 1.236-4.215-3.51 1.274-5.413c2.75-11.698 11.897-22.636 24.286-35.38 12.388-12.743 28.288-26.233 45.093-37.98a323.56 323.56 0 0 1 3.48-2.398c1.75-8.443 6.424-16.227 11.29-23.008 3.573-4.98 7.436-9.29 11.496-12.556 2.03-1.632 4.086-3.034 6.636-4.066 1.275-.516 2.804-1.003 4.523-1.15a11.955 11.955 0 0 1 5.664.897c1.68.7 3.09 1.605 4.29 2.643.523-.515 1.1-1.06 1.6-1.564l-45.14-33.62zm32.867 51.695c-2.15 1.888-4.826 4.748-7.314 8.215-5.457 7.604-8.88 17.797-8.47 21.383.04-.004.265.43.935.904.947.67 2.482 1.108 2.832 1.12 3.006.098 9.538-4.113 11.176-7.58 1.623-3.435 2.762-11.358 2.13-17.77a30.344 30.344 0 0 0-1.288-6.272zm-15.785 29.598c-.016.002-.01.06.024.25-.013-.074-.014-.17-.023-.25zm95.99-3.38c1.572 7.582 1.293 16.09.032 24.747-2.49 17.077-9.143 36.21-17.658 54.863a337.355 337.355 0 0 1-11.28 22.405l20.52 3.032 91.26 22.767-8.523-55.903-21.483-36.92-23.43 7.81-16.154 28.796 9.13-43.545 21.145-9.063-2.758-4.738-40.803-14.252zm-17.293 6.812c-1.985 2.21-4.208 4.292-6.752 6.173-11.307 8.364-27.884 16.426-44.275 10.124a32.986 32.986 0 0 1-7.887-4.365c-4.762 3.095-10.425 4.853-16.607 4.65-4.77-.157-8.94-1.797-12.645-4.42-1.752-1.24-3.452-2.775-4.875-4.637-14.494 10.46-28.23 22.263-38.765 33.1-8.307 8.545-14.397 16.95-17.475 22.306l23.22 19.34c6.954-6.846 16.983-15.512 27.226-23.692 6.957-5.558 13.793-10.65 19.657-14.303 2.93-1.827 5.555-3.305 8.357-4.373 1.4-.534 2.837-1.008 4.82-1.168 1.984-.16 5.106.007 7.963 2.387s3.588 5.42 3.79 7.4c.2 1.98-.008 3.48-.28 4.954-.544 2.95-1.522 5.796-2.79 9.01-2.533 6.427-6.304 14.07-10.513 21.92-6.194 11.55-12.904 22.982-18.38 31.058l23.222 19.342c4.713-3.996 11.878-11.504 18.78-21.22 9.503-13.375 19.466-30.66 27.5-48.264 8.037-17.603 14.128-35.618 16.22-49.983.88-6.043.977-11.16.488-15.34zM302.88 305.75a292.33 292.33 0 0 0-9.167 7.032c-12.01 9.593-24.005 20.703-28.615 25.584.282 4.886 1.298 8.09 2.254 9.133 1.01 1.1 3.36 2.304 10.28 1.31 3.964-5.413 12.724-19.223 19.99-32.772a292.287 292.287 0 0 0 5.257-10.287zm-45.734 41.66l-78.2 93.886c6.896.442 13.966.79 21.19 1.052l70.038-84.085-13.028-10.852zm-32.03 10.333c-15.156.146-29.902.68-44.052 1.568l-12.21 15.84-4.856-14.565c-21.108 1.803-40.613 4.395-57.873 7.61l-1.336 47.68-11.593-45.073a350.03 350.03 0 0 0-7.463 1.72c-18.672 4.534-33.576 9.968-43.076 15.422-9.5 5.454-12.14 10.133-12.14 12.233 0 2.1 2.64 6.778 12.14 12.232 9.5 5.453 24.404 10.887 43.076 15.42 20 4.857 44.368 8.75 71.565 11.33l67.815-81.417zm125.075 8.602c-9.647 13.38-18.383 23.522-28.817 28.09l-5.094 2.23-32.274-26.883-60.647 72.81c3.367.04 6.75.063 10.158.063 57.95 0 110.438-5.756 147.783-14.824 18.673-4.533 33.577-9.967 43.077-15.42 9.5-5.455 12.14-10.133 12.14-12.233 0-2.1-2.64-6.78-12.14-12.233-9.5-5.454-24.404-10.888-43.076-15.422-1.168-.283-2.395-.555-3.593-.832l-14.178 50.64-1.727-53.964a481.776 481.776 0 0 0-11.612-2.02z"/></svg>
<svg class="tc-image-originals-dinosaur-bones tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M236.375 34.5l-18.53 2.406 5.06 39.407c-9.114 1.973-18.22 4.657-27.28 8.062l-9.5-40.156-18.188 4.31 10.25 43.345c-8.443 4.105-16.825 8.87-25.093 14.344l-17.28-42.876-17.314 6.968 19.03 47.22c-5.018 4.003-9.758 8.155-14.25 12.468L89.47 89.625l-14.345 12 35.22 42.063c-4.675 5.425-9.01 11.022-12.97 16.78L53.47 133.5l-9.782 15.938 43.874 26.906c-3.705 6.694-6.962 13.558-9.812 20.53l-47.53-12.81-4.845 18.06L71.5 214.532c-3.59 11.932-6.03 24.1-7.344 36.345l-39.656-2.25-1.03 18.688 39.56 2.218c-.18 11.804.654 23.588 2.47 35.19L31.375 311l3.375 18.375 34.47-6.344c2.885 11.524 6.74 22.782 11.56 33.595l-26.31 11.97 7.75 17 27-12.283c5.96 10.538 12.905 20.534 20.78 29.813l-20.53 16.813 11.843 14.468 21.5-17.625c8.905 8.594 18.724 16.354 29.406 23.126L141.53 456l15.564 10.344 11.437-17.22c11.12 5.558 23.014 10.1 35.626 13.47l3.563-17.72c-10.315-2.77-20.055-6.39-29.19-10.812l7.47-11.25-15.563-10.343-8.28 12.467c-9.12-5.807-17.506-12.456-25.157-19.78l13.906-11.407-11.844-14.438-14.843 12.157c-6.764-8.09-12.778-16.756-18-25.908l22.5-10.25-7.75-17-23.19 10.563c-4.193-9.428-7.62-19.208-10.218-29.22l32.313-5.967-3.375-18.375-32.72 6.03c-1.586-10.158-2.347-20.456-2.25-30.78l40.032 2.25 1.063-18.657-39.97-2.25c.73-6.54 1.805-13.07 3.25-19.53 4.226.572 9.16 1.176 15.064 1.843 14.326 1.616 32.835 3.446 51.155 5.186 29.98 2.848 49.638 4.533 59.375 5.375l-33.063 72.345-5.78 12.656 1.343.064L234.563 365l9.406-16.156-29.94-17.375 51.782 2.092.75-18.687-49.343-2 33.593-13.22-6.844-17.405-35.407 13.938L234 240.53l5.5-12.06-13.22-1.126s-35.88-3.062-72.405-6.53c-18.263-1.736-36.696-3.565-50.813-5.158-4.618-.52-8.52-1.014-12.03-1.47 9.83-29.017 27.474-56.23 53.812-78.5l20.937 52 17.345-7-22.875-56.75c.296-.202.578-.42.875-.624 7.11-4.84 14.278-9.096 21.47-12.812l18.874 79.906 18.186-4.28-19.72-83.5c8.432-3.326 16.87-5.95 25.314-7.876l11.78 91.75 18.532-2.375-11.875-92.53c8.964-1.012 17.896-1.247 26.75-.814l3 96.19 18.688-.595-.344-11.25 34.22 39.28-37.28 17.064 7.78 17 32.313-14.782-15.688 32.343 16.813 8.19L353.344 226l2.72-5.563-4.064-4.656-41.375-47.468 50.53-47.843c23.78 15.006 45.428 35.18 63.533 59.343-23.814 6.14-44.022 24.153-50.688 53.718l47 103.064 16.875-2.406-26.938-68.625 17.407-6.844 28.562 72.75 34.813-5-8.408-138.626c-11.76-6.55-24.637-9.992-37.312-10.375-4.585-6.65-9.41-13.05-14.47-19.19l18.564-18.686-13.25-13.156-17.72 17.812c-5.074-5.355-10.35-10.44-15.78-15.28l18.125-27.314-15.595-10.312-17 25.656c-6.047-4.625-12.28-8.927-18.656-12.906l10.56-31.844-17.75-5.875-9.374 28.28c-7.146-3.664-14.46-6.923-21.906-9.75l3.156-33.686-18.625-1.75-2.75 29.5c-8.182-2.25-16.497-3.956-24.905-5.126l-.938-30.188L269 44.22l.875 27.936c-1.664-.064-3.33-.105-5-.125-1.19-.013-2.37-.007-3.563 0-6.633.05-13.29.455-19.968 1.22l-4.97-38.75zm52.844 58.22c7.597 1.222 15.11 2.952 22.53 5.155l-4.438 47.406.407.032-16.376 15.5-2.125-68.093zm40.717 11.56c4.807 1.977 9.565 4.156 14.25 6.532l-16.312 15.438 2.063-21.97zM441.5 195.5c.786-.023 1.572.006 2.375.063 12.852.9 22.34 11.843 21.438 24.687-.902 12.84-11.836 22.34-24.688 21.438-12.852-.902-22.34-11.848-21.438-24.688.845-12.037 10.52-21.152 22.313-21.5zM328.25 439.563c-5.288 1.61-10.488 3.022-15.625 4.28l4 18.282c5.63-1.356 11.322-2.9 17.094-4.656l-5.47-17.908zm-33.906 8.093c-7.15 1.227-14.145 2.1-20.97 2.656l.376 18.532c8.005-.56 16.202-1.516 24.563-2.938l-3.97-18.25zM226 448.75l-3.594 17.78c10.464 1.76 21.356 2.75 32.656 2.876l-.375-18.344c-9.96-.06-19.515-.87-28.687-2.312z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-dinosaur-egg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M304.813 31c-2.68 0-5.374.062-8.063.188-12.293.574-24.667 2.45-36.97 5.75-49.2 13.2-116.718 54.886-166.967 106.406-50.25 51.52-82.375 112.03-68.97 162.125 13.725 51.285 64.74 99.784 125.563 131.217 60.823 31.434 130.982 45.438 179.094 32.532 48.112-12.908 96.36-58.455 128.156-114.595 31.795-56.14 46.91-122.3 33.03-174.156C465.62 90.534 387.885 30.977 304.815 31zm-13.875 32.156c23.905.353 42.986 8.247 51.593 23.563 17.217 30.63-14.003 79.414-69.75 108.968-55.745 29.553-114.908 28.66-132.124-1.97-17.215-30.63 14.035-79.415 69.78-108.968 27.875-14.777 56.596-21.947 80.5-21.594zm175.968 122.656c25.964 97.013-56.265 238.79-147.094 263.157-55.228 14.817-136.132-7.745-196.906-49.5 136.662 62.11 320.135 11.945 344-213.658zM96.75 205.75c20.858 0 37.75 16.89 37.75 37.75s-16.89 37.78-37.75 37.78-37.78-16.92-37.78-37.78 16.922-37.75 37.78-37.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-dinosaur-rex tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.03 20.844c-15.316.043-30.757 3.48-44 9.187-7.74-.592-15.25-.91-22.5-.905-90.62.073-143.082 46.573-163.968 126.313v340.218h189.313c-5.18-54.53 5.24-114.066 27.28-154.625-28.882-4.973-57.912-8.197-85.843-9.217l-7.656-.282-1.22-7.592c-9.48-58.97-10.128-119.04 22.064-176.47l16.313 9.126c-28.177 50.266-29 102.555-20.97 157.062 81.76 4.08 170.21 25.267 239.376 54.844 22.725-5.73 33.816-29.686 41.842-65.5l-31.968 21.625-10.03-44.438-45.69 30.907-10.78-47.72-43.25 29.22-10.688-47.313-43.812 29.626-15-66.406 70.844-47.906 10.687 47.344 43.813-29.625 10.78 47.718 43.25-29.25 10.032 44.407 45.656-30.875 7.688 34.063c20.848-26.98 35.224-66.535 14.406-85.28-25.446-22.914-52.26-43.34-79.406-60.564-6.566-24.932-61.027-77.113-93.75-47.874-14.44-21.414-38.472-29.88-62.813-29.812zm2.19 21.625c18.102 0 32.593 14.55 32.593 32.78 0 3.19-.453 6.25-1.282 9.156-3.084-6.24-9.503-10.562-16.936-10.562-10.436 0-18.906 8.47-18.906 18.906 0 6.22 3.018 11.713 7.656 15.156-1.03.097-2.07.125-3.125.125-18.104 0-32.626-14.55-32.626-32.78s14.522-32.78 32.625-32.78z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-direction-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M66.26 62.5c-4.533 0-9.11.862-11.564 1.906-.914.39-1.142.617-1.377.797v32.26l26.488.287-.47-32.488c-.237-.183-.513-.445-1.47-.85C75.382 63.36 70.795 62.5 66.26 62.5zM365.22 78.293c-.528.005-1.08.022-1.65.05-2.287.117-4.886.428-7.47.968-5.167 1.08-10.42 3.023-13.677 4.973-2.754 1.65-3.064 2.87-3.095 2.225l.143 20.05 29.85.323V78.585c-.124-.03-.017-.013-.16-.04-.998-.18-2.358-.267-3.94-.25zM19.413 115.1l.56 54.732 11.036 8.027-4.257 66.695 132.46 8.416-133.66 6.99-3.5 44.987 361.22-1.93 48.19-36.52.257-12.01 60.867-41.66-39.547-40.106-56.44-6.484 39.544-5.52-58.74-35.747zM369.32 321.092l-27.723.148 1.63 167.76h26.092V370.074l-9.272-4.303 9.27-5.23zm-286.428 1.53l-29.573.16V489h31.867z"/></svg>
<svg class="tc-image-originals-disintegrate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.844 20.625v129.5l73.375 66.25c36.57 38.36 55.757 94.852 27.624 145.625l.72-.844-4.626 7.97 8.093 4.687 122.407 70.656 8.094 4.655 3.97-6.875c27.733-26.382 63.19-7.125 102.28 16.53l41.126 37.126h92.22V408.78l-44.063-43.967c-22.454-28.274-35.613-54.52-32.032-84.5 17.85-59.055-4.958-140.538-25.78-160.47-7.902-7.752-16.606-14.816-27.03-20.406-21.165-12.22-46.998-15.218-70.376-14.468-16.582.53-33.126 4.057-48.844 10.093-36.71 8.396-67.358-7.433-101.406-35.282l-39.22-39.155h-86.53zm280 83.313c2.78-.026 5.55.05 8.312.218-.036.097-.09.183-.125.28-6.752 18.694 38.538 37.97 49.126 14.97 55.007 34.127 69.07 117.013 36.063 174.188-.71 1.227-1.45 2.403-2.22 3.53l-6.313 6.845c7.46 4.334 12.742 11.783 12.157 21.31-.003.043.002.084 0 .126 5.824.896 11.176 5.245 10.78 11.656-.795 12.97-13.8 14.244-20.655 8.875-15.525 11.663-43.697 1.44-43.595-19.343-1.955.698-3.88 1.38-5.875 2.094l-27.125-27.594-13.344 13.094 21.564 21.937c-10.82 4.87-21.477 11.133-30.875 20.53l-.876.876-.625 1.064-6.658 11.5-14.812-8.563 10.313-17.874-16.188-9.344-10.313 17.875-13.656-7.875 10.313-17.875-16.19-9.343-10.31 17.875-13.94-8.064 10.314-17.875-16.188-9.342-10.312 17.875-15.25-8.782 6.656-11.5c5.53-12.61 4.07-28.693 2.938-39.31l30.25 7.81 4.687-18.092-38.03-9.813c-.616-3.4-1.223-6.765-1.782-10.063-2.202-12.97-3.66-24.87-2-36.156l5.218-16.687c.482-.96.98-1.922 1.532-2.876 9.726-16.845 23.427-31.258 39.375-42.438 1.944 19.517 29.105 28.628 44.188 17.063 7.884 12.587 33.59 13.47 34.97-8.97.8-13.03-14.17-20.428-25.376-16.875-.847-5.087-3.442-9.416-7.064-12.78 8.94-2.295 18.048-3.697 27.125-4.064 1.272-.05 2.545-.08 3.814-.093zm6.22 57.343c-6.418-.064-12.71 3.813-13.283 13.157-.918 14.96 26.277 19.934 27.5 0 .49-7.946-6.946-13.082-14.217-13.156zm-81.783 4.782c-9.155.277-18.194 4.64-25.124 14.938-19.17 28.49 33.978 72.874 60.688 38.28 7.888 4.022 19.703 1.605 20.5-11.374.534-8.688-8.413-14.002-16.25-13.03-5.094-15.572-22.663-29.33-39.813-28.814zm115.25 66.094c-9.155.276-18.194 4.607-25.124 14.906-19.576 29.093 36.255 74.772 62.344 36 14.376-21.366-11.905-51.67-37.22-50.906zm-56.5 8.875l-49.342 34.69 43.968 25.405 5.375-60.094zM164 324.97l15.25 8.78-11.156 19.313 16.187 9.343 11.157-19.312 13.938 8.062-11.156 19.313 16.186 9.342 11.156-19.312 13.657 7.875-11.157 19.313 16.187 9.343 11.156-19.31 14.813 8.56-21.564 37.314-106.22-61.313L164 324.97zm182.53 37.06c9.127-.25 17.758 10.78 12.19 19.19-3.474 5.245-8.023 6.81-12.22 6.155 2.446 6.643 2.232 14.06-2.156 20.688-21.842 32.983-63.58-2.503-47.188-27.25 10.818-16.336 26.53-15.88 37.625-8.25.216-1.442.723-2.856 1.626-4.22 2.904-4.384 6.554-6.213 10.125-6.312zm46.908.72c10.303.104 20.848 7.365 20.156 18.625-1.735 28.246-40.24 21.197-38.938 0 .813-13.24 9.69-18.717 18.78-18.625zm44.875 33.156c6.555.066 13.284 4.68 12.843 11.844-1.102 17.97-25.61 13.486-24.78 0 .516-8.42 6.153-11.902 11.937-11.844zm-59.407 15.875c6.555.067 13.285 4.682 12.844 11.845-1.103 17.97-25.642 13.486-24.813 0 .517-8.42 6.185-11.902 11.97-11.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-distraction tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M114.938 22.844L83.5 93.624l-60.906-44.06 41.062 56.405-43.343-4.595 50.375 22.375-31.782 78.75 47.657-61.062L121.906 202l-13.875-61.75 94.94 10.063-85.345-37.907 30.406-38.5-40.186 15.907 7.094-66.97zm291.28 22.094c-19.627.28-40.815 11.495-61.75 31.843-23.783 23.117-71.204 21.85-78.53 56.158C379.428 87.395 403.99 165.45 316.5 179.75 198.353 199.06 142.72 345.227 21.188 348.22c20.53 25.438 106.22 51.04 199.625 50.468l27.656 68.53c-21.106 2.08-41.81 10.63-56.5 27.282h229.56c-13.726-17.922-41.577-28.49-69.936-27.75l-32.125-79.47c18.65-4.504 36.797-10.47 53.936-18.124 81.08-36.2 137.183-123.264 106.188-238.937-15.96-59.563-42.756-85.727-73.375-85.282zm-11.905 23.968c9.13 0 15.875 7.338 15.875 16.47 0 9.13-6.745 16.437-15.875 16.437-9.13 0-16.47-7.307-16.47-16.438 0-9.13 7.34-16.47 16.47-16.47zM300.75 391.313l31.438 77.78c-8.766 1.93-17.27 5.064-25.094 9.532-10.98-6.175-24.303-10.146-38.28-11.437l-27.876-69.032c19.95-.934 40.083-3.135 59.812-6.843z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-divergence tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.594 13.75l-8.03 13.438-80.69 135.187-8.436 14.125H220.435v208.75l-69.092-86.188 36.25-29 12.875-10.28-15.407-5.75-147.47-55.188-14.656-5.47 2.125 15.5L46.5 364.845l2.25 16.28 12.844-10.28 30.062-24.03 116.75 145.842h32.656l-138.156-178.78-40.125 32.093-7.405-53.94c6.306 5.892 14.752 9.5 24.063 9.5 19.49 0 35.312-15.79 35.312-35.28 0-7.974-2.665-15.34-7.125-21.25l55.438 20.75-45.563 36.47L248.72 472V157.812h-54.345l29.28-49.03c1.594 18.015 16.697 32.124 35.126 32.124 18.23 0 33.26-13.796 35.126-31.53l28.906 48.436h-55.406v317l133.5-172.718-45.437-36.344 53.124-19.875c-4.073 5.754-6.47 12.79-6.47 20.375 0 19.49 15.792 35.28 35.282 35.28 10.322 0 19.61-4.434 26.063-11.5l-7.69 55.94-40.28-32.22-138.25 178.906h32.78L426.814 346.75l30.125 24.094 12.875 10.28 2.218-16.28 21.44-155.97 2.124-15.5-14.656 5.47L333.5 254.03l-15.406 5.75 12.844 10.283L367.125 299l-70.438 87.875V176.5h59.033l-8.44-14.125-80.655-135.188-8.03-13.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-divert tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M237.688 20.25L18.344 288.344l174.625 63.094c-8.217 8.152-18.068 15.154-29.876 20.78L276.5 399.282c-10.966 11.894-24.456 22.08-41 30.22l125.563 12.406c-16.877 21.158-38.8 38.795-67.063 52.03l204.688-29.623L412.5 273.125c-1.632 34.214-5.993 66.51-14.688 95.813L320 270.03c-1.03 21.615-3.57 42.188-8.438 61.22l-80.843-72.47c-1.363 11.97-3.38 23.5-6.25 34.408l-45.94-28.657L496.69 20.25h-90.75l-284.72 250.844 158.313 87.03-211.655-76.78L318.5 20.25h-80.813z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-divided-spiral tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.406 21.406c-14.586.572-28.81 2.492-42.594 5.594l9.5 35.438c10.742-2.328 21.784-3.8 33.094-4.313v-36.72zm18.688 0v36.72c11.26.532 22.273 2.01 32.97 4.343l9.53-35.532c-13.753-3.082-27.95-4.97-42.5-5.532zm60.562 10.313l-9.53 35.593c10.674 3.416 20.973 7.725 30.78 12.812l18.47-31.97c-12.604-6.63-25.893-12.154-39.72-16.436zm-139.875.06c-13.773 4.28-27.004 9.798-39.56 16.407l18.343 31.75c9.796-5.057 20.06-9.327 30.718-12.718l-9.5-35.44zM381.5 57.5l-18.47 32c9.345 6.022 18.162 12.792 26.345 20.25l26.156-26.156c-10.5-9.696-21.89-18.423-34.03-26.094zm-251.47.063c-12.167 7.697-23.573 16.455-34.093 26.187l25.876 25.875c8.233-7.492 17.125-14.273 26.53-20.313l-18.312-31.75zM255.626 75.97c-99.678 0-180.656 81.01-180.656 180.686 0 99.65 80.977 180.656 180.655 180.656 99.677 0 180.688-80.98 180.688-180.656 0-45.944-17.214-87.905-45.532-119.812-1.284-1.8-2.583-3.594-3.936-5.344l-.563.438c-32.917-34.474-79.306-55.97-130.655-55.97zm0 18.686c47.59 0 90.35 20.44 119.97 53.03 13.164 18.447 22.208 39.743 25.842 62 10.112 61.704-26.617 129.948-91.062 139.533-41.483 6.182-87.313-18.815-93.03-61.94-1.765-13.308 1.52-27.713 8.686-38.78 7.17-11.067 17.735-18.72 31.44-20.28 7.977-.908 16.773 1.222 23.342 5.593 6.57 4.37 10.854 10.442 11.594 18.437v.03c.094.995.085 2.022 0 3.064-3.712-3.68-8.798-5.938-14.437-5.938-11.344 0-20.564 9.19-20.564 20.53 0 11.344 9.22 20.533 20.563 20.533 3.624 0 7.01-.946 9.967-2.595 7.022-2.2 12.792-6.888 16.625-12.47 5-7.275 7.294-16.084 6.47-24.874-1.3-14.016-9.433-25.333-19.876-32.28-10.442-6.947-23.257-10.05-35.812-8.625-19.64 2.238-35.302 13.744-45 28.72-9.698 14.973-13.907 33.487-11.53 51.405 7.274 54.863 63.562 85.533 114.31 77.97 54.573-8.117 91.783-50.963 104.157-100.75-5.308 84.757-75.54 151.686-161.655 151.686-89.58 0-161.97-72.445-161.97-162 0-89.583 72.39-162 161.97-162zm173.094 2.156L402.56 122.97c7.467 8.202 14.288 17.005 20.313 26.374l32-18.47c-7.685-12.147-16.443-23.556-26.156-34.06zm-345.97.157c-9.647 10.453-18.36 21.797-26 33.874l31.656 18.28c6.015-9.322 12.775-18.114 20.22-26.28L82.75 96.97zm-35.375 50.06c-6.64 12.616-12.183 25.91-16.47 39.75l35.25 9.44c3.43-10.743 7.755-21.076 12.876-30.94l-31.655-18.25zm416.875 0l-32.063 18.5c5.08 9.818 9.376 20.097 12.782 30.782l35.75-9.562c-4.285-13.826-9.838-27.117-16.47-39.72zM26.125 204.813c-3.075 13.723-4.964 27.89-5.53 42.407H57c.53-11.257 2.016-22.28 4.344-32.97l-35.22-9.438zm459.375 0l-35.72 9.563c2.313 10.652 3.787 21.632 4.314 32.844h36.937c-.566-14.518-2.455-28.685-5.53-42.407zM20.594 265.906c.566 14.585 2.466 28.81 5.562 42.594l35.188-9.406C59 288.328 57.52 277.244 57 265.906H20.594zm433.5 0c-.517 11.294-1.986 22.336-4.313 33.063l35.69 9.56c3.1-13.79 4.995-28.03 5.56-42.624h-36.936zm-9.125 51.125c-3.386 10.626-7.648 20.86-12.69 30.626l32 18.47c6.6-12.55 12.103-25.772 16.376-39.532l-35.687-9.563zm-378.814.095l-35.22 9.438c4.277 13.774 9.832 27.003 16.44 39.562l31.562-18.22c-5.082-9.812-9.373-20.1-12.782-30.78zm356.813 46.72c-6.05 9.426-12.87 18.31-20.376 26.56l26.062 26.064c9.76-10.55 18.567-21.983 26.28-34.19l-31.967-18.436zm-334.69.25L56.688 382.31c7.672 12.136 16.43 23.503 26.126 34l25.812-25.812c-7.483-8.21-14.307-17.027-20.344-26.406zm301.126 39.53c-8.177 7.454-17.007 14.198-26.344 20.22l18.407 31.905c12.124-7.66 23.476-16.413 33.967-26.094l-26.03-26.03zm-267.594.094l-25.78 25.78c10.514 9.72 21.903 18.5 34.062 26.188l18.25-31.625c-9.412-6.044-18.294-12.846-26.53-20.344zm225.125 29.53c-9.812 5.092-20.13 9.363-30.812 12.78l9.5 35.47c13.816-4.278 27.093-9.815 39.688-16.438l-18.375-31.812zm-182.406.188l-18.25 31.625c12.54 6.595 25.75 12.103 39.5 16.375l9.47-35.313c-10.655-3.392-20.926-7.63-30.72-12.688zm133.564 17.437c-10.706 2.337-21.728 3.81-33 4.344v36.592c14.54-.562 28.724-2.453 42.47-5.53l-9.47-35.407zm-84.78.063l-9.47 35.28c13.773 3.1 27.988 5.023 42.562 5.594V455.25c-11.31-.512-22.353-1.985-33.094-4.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-diving-dagger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.156 18.813v17.375l133.25 133.28c-3.947 6.433-5.944 13.352-6.28 20.126L18.155 62.624v35.75l191.406 191.407c-3.244 5.633-6.27 11.428-9.062 17.376L18.156 124.78v39.032l171.25 171.25c-2.217 6.73-4.147 13.593-5.844 20.594L18.156 190.25v33.594l158.28 157.562 2.126-2.125-.03.126 13.874-2.875c26.105-5.42 50.127-14.95 71.906-27.405 66.73 65.97 119.54 102.987 210.407 135.094l16.75 5.936L486.874 473c-24.79-92.525-69.195-136.412-139.28-206.438 13.416-22.543 23.46-47.406 29.03-74.875l2.75-13.656 1.78-1.78L224.032 18.812h-35l164.626 164.594c-6.974 1.734-13.807 3.702-20.47 5.97L162.657 18.81h-39.47L305.25 200.906c-5.862 2.862-11.584 5.938-17.125 9.25L96.75 18.812H59.594L189.53 148.75c-1.358-.064-2.724-.064-4.093 0-5.936.276-11.93 1.78-17.53 4.813L33.156 18.813h-15zm168.688 148.25c5.16-.136 10.33 1.564 15.03 4.343 4.703 2.78 8.48 6.743 10.376 10.438 1.896 3.695 2.083 6.59.875 9.406l-3.25 7.563L217 203c17.685 10.39 31.39 22.173 44.625 37.844l5.875 6.937 7.125-5.686c22.758-18.256 49.68-31.677 80.063-39.688-5.998 22.075-14.888 42.274-26.625 60.656L324 269.406l5.313 5.313c68.304 68.307 109.312 106.854 134.28 185.31-79.978-30.526-127.43-65.333-191.124-129.03l-5.22-5.22-6.28 3.845c-17.574 10.758-36.96 19.163-57.814 24.938 7.753-29.216 20.29-55.668 37.375-77.844l5.47-7.095-6.844-5.75c-16.432-13.823-31.395-27.756-41.406-45.156l-3.344-5.845-6.594 1.344c-8.22 1.67-17.083-3.534-21.53-12-4.45-8.47-4.81-18.55 5.562-28.532 4.694-4.518 9.84-6.49 15-6.625zm99.062 98.78l-16.625 17.844c41.408 43.6 112.356 108.88 157.814 140.657-32.02-45.922-97.425-116.987-141.188-158.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-diving-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21c-17.065 0-32.536 1.784-43.072 4.418-3.267.817-5.818 1.714-7.95 2.582 2.132.868 4.683 1.765 7.95 2.582C223.464 33.216 238.935 35 256 35s32.536-1.784 43.072-4.418c3.267-.817 5.818-1.714 7.95-2.582-2.132-.868-4.683-1.765-7.95-2.582C288.536 22.784 273.065 21 256 21zm-72.203 11.64c-4.585 1.973-8.24 4.05-10.682 5.973C169.51 41.455 169 43.23 169 44c0 .77.51 2.545 4.115 5.387 3.606 2.842 9.813 6.025 17.848 8.703C207.033 63.446 230.3 67 256 67c25.7 0 48.967-3.554 65.037-8.91 8.035-2.678 14.242-5.86 17.848-8.703C342.49 46.545 343 44.77 343 44c0-.77-.51-2.545-4.115-5.387-2.44-1.923-6.097-4-10.682-5.974-1.58 4.39-5.256 7.33-8.652 9.337-4.474 2.645-9.8 4.49-16.112 6.068C290.81 51.202 274.28 53 256 53c-18.28 0-34.81-1.798-47.438-4.955-6.313-1.578-11.638-3.423-16.113-6.068-3.397-2.008-7.074-4.948-8.653-9.338zM347.99 65.032c-5.785 4.093-12.926 7.354-21.26 10.133C308.052 81.39 283.32 85 256 85c-27.32 0-52.053-3.61-70.73-9.834-8.33-2.777-15.467-6.036-21.25-10.125-24.608 16.21-45.61 38.716-61.21 65.64 3.276 5.266 5.99 11.497 8.356 18.59 4.585 13.756 7.744 30.802 9.094 49.742L140.27 179h19.072c16.006-37.578 53.313-64 96.658-64s80.652 26.422 96.658 64h34.026v82h-34.026c-16.006 37.578-53.313 64-96.658 64s-80.652-26.422-96.658-64h-19.07l-20.012-20.012c-1.35 18.94-4.51 35.986-9.094 49.74-3.113 9.338-6.826 17.19-11.64 23.3-3.33 4.225-7.537 7.852-12.483 9.69 6.29 17.048 14.535 32.926 24.414 47.282H151v-32h50v32h110v-32h50v32h39.543c9.88-14.356 18.123-30.234 24.414-47.283-4.946-1.837-9.152-5.464-12.482-9.69-4.815-6.11-8.528-13.96-11.64-23.298C394.608 272.052 391 247.32 391 220c0-27.32 3.61-52.053 9.834-70.73 2.362-7.085 5.073-13.31 8.346-18.573-15.604-26.92-36.58-49.456-61.19-65.664zM80 133c-.77 0-2.545.51-5.387 4.115-1.923 2.44-4 6.097-5.974 10.682 4.39 1.58 7.33 5.256 9.337 8.652 2.645 4.474 4.49 9.8 6.068 16.113C87.202 185.19 89 201.72 89 220c0 18.28-1.798 34.81-4.955 47.438-1.578 6.313-3.423 11.638-6.068 16.113-2.008 3.397-4.948 7.074-9.338 8.653 1.973 4.585 4.05 8.24 5.973 10.682C77.455 306.49 79.23 307 80 307c.77 0 2.545-.51 5.387-4.115 2.842-3.606 6.025-9.813 8.703-17.848C99.446 268.967 103 245.7 103 220c0-25.7-3.554-48.967-8.91-65.037-2.678-8.035-5.86-14.242-8.703-17.848C82.545 133.51 80.77 133 80 133zm176 0c-40.18 0-73.872 27.046-83.932 63.977h-21.2V197h-3.14l-23 23 23 23H151v-.022h21.057C182.1 279.932 215.804 307 256 307s73.9-27.068 83.943-64.02H361v.02h7.684v-.02h.025v-46.003H339.93C329.872 160.047 296.18 133 256 133zm176 0c-.77 0-2.545.51-5.387 4.115-2.842 3.606-6.025 9.813-8.703 17.848C412.554 171.033 409 194.3 409 220c0 25.7 3.554 48.967 8.91 65.037 2.678 8.035 5.86 14.242 8.703 17.848C429.455 306.49 431.23 307 432 307c.77 0 2.545-.51 5.387-4.115 1.923-2.44 4-6.097 5.974-10.682-4.39-1.58-7.33-5.256-9.337-8.652-2.645-4.474-4.49-9.8-6.068-16.112C424.798 254.81 423 238.28 423 220c0-18.28 1.798-34.81 4.955-47.438 1.578-6.313 3.423-11.638 6.068-16.113 2.008-3.397 4.948-7.074 9.338-8.653-1.973-4.585-4.05-8.24-5.973-10.682C434.545 133.51 432.77 133 432 133zm-176 14c40.21 0 73 32.79 73 73s-32.79 73-73 73-73-32.79-73-73 32.79-73 73-73zm0 18c-2.643 0-5.236.196-7.777.553L256 173.33l7.777-7.777c-2.54-.357-5.134-.553-7.777-.553zm-192 3.98c-.868 2.13-1.765 4.68-2.582 7.948C58.784 187.464 57 202.935 57 220s1.784 32.536 4.418 43.072c.817 3.267 1.714 5.818 2.582 7.95.868-2.132 1.765-4.683 2.582-7.95C69.216 252.536 71 237.065 71 220s-1.784-32.536-4.418-43.072c-.817-3.267-1.714-5.818-2.582-7.95zm384 0c-.868 2.13-1.765 4.68-2.582 7.948C442.784 187.464 441 202.935 441 220s1.784 32.536 4.418 43.072c.817 3.267 1.714 5.818 2.582 7.95.868-2.132 1.765-4.683 2.582-7.95C453.216 252.536 455 237.065 455 220s-1.784-32.536-4.418-43.072c-.817-3.267-1.714-5.818-2.582-7.95zm-218.84 2.967c-8.897 4.96-16.252 12.316-21.213 21.213l14.112 14.11 21.21-21.21-14.11-14.113zm53.68 0l-14.11 14.112 21.21 21.21 14.113-14.11c-4.96-8.897-12.316-16.252-21.213-21.213zM256 198.787L234.787 220 256 241.213 277.213 220 256 198.787zm-54.447 13.436c-.357 2.54-.553 5.134-.553 7.777s.196 5.236.553 7.777L209.33 220l-7.777-7.777zm108.894 0L302.67 220l7.777 7.777c.357-2.54.553-5.134.553-7.777s-.196-5.236-.553-7.777zM222.06 232.73l-14.113 14.11c4.96 8.897 12.316 16.252 21.213 21.213l14.11-14.112-21.21-21.21zm67.88 0l-21.21 21.21 14.11 14.113c8.897-4.96 16.252-12.316 21.213-21.213l-14.112-14.11zM256 266.67l-7.777 7.777c2.54.357 5.134.553 7.777.553s5.236-.196 7.777-.553L256 266.67zM169 357v14h14v-14h-14zm160 0v14h14v-14h-14zm-208 32v30h270v-30H121zm-93.6 48c2.473 5.036 6.916 10.005 14.315 15.078 11.75 8.058 29.705 15.387 51.603 21.227C137.116 484.985 196.6 491 256 491c59.4 0 118.884-6.016 162.682-17.695 21.898-5.84 39.852-13.17 51.603-21.227 7.4-5.073 11.842-10.042 14.315-15.078H27.4z"/></svg>
<svg class="tc-image-originals-dna1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M121.844 18.22c-10.248 46.5-5.753 86.598 7.562 121 31.722 35.503 74.78 60.367 119.5 84.405-15.144-14.727-29.5-29.294-41.97-44.188h72.94c5.318-6.197 10.267-12.425 14.812-18.687H192.5c-4.946-7.035-9.397-14.18-13.25-21.5-2.036-3.867-3.926-7.78-5.656-11.75h140.594c2.73-6.087 5.032-12.27 6.875-18.688h-154.22c-3.453-12.16-5.326-25.127-5.218-39.437h164.25c-.176-5.948-.708-12.168-1.656-18.72H162.843c1.202-10.093 3.29-20.866 6.437-32.436h-47.436zm216.03 0c10.033 36.836 9.616 65.44 2.47 90.593h-.156c-3.215 13.34-8.158 25.723-14.375 37.53-15.708 29.833-40.195 56.197-67.094 82.532 12.75 6.806 25.567 13.607 38.25 20.625 26.73-26.167 52.8-54.185 71.03-88.813 20.463-38.87 29.83-85.945 17.375-142.468h-47.5zm-129 253.81c-20.338 21.212-39.452 44.344-53.936 71.69-21.326 40.26-31.11 89.958-19.438 149.467h45.625c-5.036-22.15-6.48-42.845-5.03-62 .458-7.468 1.38-14.606 2.75-21.468H179c1.278-6.435 2.896-12.663 4.813-18.69.024-.07.038-.145.062-.217 3.025-9.47 6.796-18.44 11.188-26.875 14.96-28.73 35.86-51.34 56.5-71.813-14.107-6.74-28.446-13.326-42.688-20.094zm47.595 22.47c14.437 14.55 27.88 29.196 39.186 44.563h-61.812c-4.798 5.982-9.337 12.195-13.53 18.687h87.75c1.445 2.45 2.832 4.94 4.155 7.438 4.388 8.287 8.147 16.85 11.155 25.843H203.5c-2.184 5.98-4.007 12.218-5.47 18.69h130.314c2.428 12.173 3.525 25.21 2.937 39.436H194.19c.137 6.05.58 12.28 1.375 18.688h134.062c-1.072 8.062-2.65 16.496-4.75 25.344h46.813c9.533-48.618 4.736-90.682-8.97-126.407-28.443-31.848-66.276-52.97-106.25-72.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-dna2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M415.03 17.563c-4.89 3.61-9.423 7.793-13.5 12.656-13.096 15.624-20.828 37.513-21.436 66.78-20.397-11.956-42.823-16.838-64.563-16.03-22.81.845-44.876 7.946-63 19.655-20.71 13.382-36.663 33-42.5 56.625-4.722 19.12-2.484 40.57 8.44 62.188-5.803-.375-11.44-.567-16.907-.563-1.642 0-3.265.027-4.875.063-38.65.848-68.484 11.434-87.438 31.906-22.476 24.275-27.11 60.72-14.28 104.406-25.94-6.293-52.112-5.46-75.907 5.406v40.906c5.85-4.94 13.04-9.213 21.562-12.687h.03l81.22 55.094c.02.76.032 1.53.03 2.28-.014 13.522-2.952 24.835-8.78 34.375l-94.063-65.03v22.717l78.907 54.532h29.374c8.707-13.213 13.23-29.072 13.25-46.563.02-18.367-4.637-38.573-13.813-60.436 51.663 16.18 97.765 3.348 123.782-26.344 25.218-28.78 30.145-72.742 5.657-115.875 34.87 5.496 64.61 4.11 88.28-4.344l.22.314 1.092-.78c8.527-3.17 16.258-7.26 23.125-12.314 25.508-18.77 36.86-50.167 33.094-89.625 28.385 18.706 61.257 21.906 92.314 18.813V81.25l-23.25-63.688H415.03zm37.19 2.875l36.53 99.937c-8.585.79-17.944.76-28-.063l-33.938-88.218c7.333-5.274 15.906-9.045 25.407-11.657zM412.436 46.75l27.22 70.78c-12.692-2.245-26.26-5.58-40.657-10.155-1.062-28.198 4.344-47.378 13.438-60.625zm-75.625 69.688c13.4.654 28.175 2.68 44.094 6.093 4.365 21.814 4.248 39.968.156 54.75l-44.25-60.843zm-22.906.28l58.22 80.032c-3.88 5.663-8.634 10.555-14.25 14.688-2.198 1.616-4.555 3.106-7.063 4.5l-66.625-93.313c8.662-3.01 18.59-5.016 29.718-5.906zm-46.812 14.126L333 223.188c-9.03 2.58-19.307 4.134-30.75 4.593L247.094 152c4.302-7.57 10.024-13.915 17.062-19.094.95-.7 1.93-1.403 2.938-2.062zm-27.688 42.406l39.313 54.03c-10.835-.848-22.472-2.53-34.876-5.093l-.063-.156-1.53-.186c-.314-.067-.623-.12-.938-.188-.203-.305-.394-.6-.593-.906-3.555-18.387-3.9-34.173-1.314-47.5zm-38.25 64.406c8.99-.016 18.71.588 28.938 1.688 5.57 15.795 8.692 29.98 9.594 42.625l-46.625-44.126c1.414-.063 2.832-.123 4.28-.156 1.254-.03 2.53-.03 3.813-.032zm-32.312 2.97l69.5 65.78c-2.33 11.467-7.14 21.086-14.156 28.875l-86.532-83.405c8.55-5.023 18.955-8.837 31.188-11.25zm-45.938 22.968l86.625 83.53c-7.925 4.71-17.485 8.373-28.655 10.813l-71.03-67.25-1.47 1.563c2.475-11.374 7.402-20.933 14.53-28.656zm-16.312 49.78l50.437 47.75c-12.246.736-25.866.352-40.81-1.28-6.097-17.403-9.2-32.877-9.626-46.47zm-3.78 65.126c7.247 14.534 12.34 28.058 15.436 40.438l-54.375-36.844c11.462-2.273 24.45-3.53 38.938-3.594zm-83.75 91.563l-.002 22.03 1.22.75h35.437l-36.657-22.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-doctor-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M109.188 16.97c-30.585 42.85-52.13 98.9-60.594 161.686-16.643 18.724-26.782 43.358-26.782 70.313 0 29.16 11.835 55.63 30.97 74.81 13.634 69.297 43.534 128.57 83.874 168.376H371.22c39.903-39.248 69.744-97.442 83.75-165.5 20.893-19.37 34-47.025 34-77.687 0-28.417-11.253-54.263-29.533-73.314C450.7 114.08 429.317 59.14 399.22 16.97h-21.69c28.847 36.455 50.745 85.78 61.533 142.124C422.788 148.904 403.57 143 383 143c-46.32 0-85.788 29.902-100.156 71.406H227.97C213.59 172.902 174.102 143 127.78 143c-21.72 0-41.92 6.582-58.75 17.844 10.667-57.073 32.7-107.042 61.845-143.875h-21.688zm18.624 145.624c47.585 0 86.344 38.76 86.344 86.344 0 47.584-38.76 86.375-86.344 86.375-47.584 0-86.374-38.79-86.374-86.375s38.79-86.344 86.374-86.344zm255.157 0c47.584 0 86.374 38.76 86.374 86.344 0 47.584-38.79 86.375-86.375 86.375-47.586 0-86.345-38.79-86.345-86.375s38.76-86.344 86.344-86.344zm-255.158 18.72c-37.484 0-67.687 30.14-67.687 67.624 0 37.484 30.203 67.687 67.688 67.687 37.484 0 67.656-30.203 67.656-67.688 0-37.484-30.173-67.625-67.657-67.625zm255.375.342c-37.484 0-67.656 30.172-67.656 67.656 0 37.485 30.173 67.688 67.658 67.688 37.484 0 67.687-30.203 67.687-67.688 0-37.484-30.203-67.656-67.688-67.656zm-150.593 51.438h45.625c-.782 5.177-1.19 10.484-1.19 15.875 0 4.8.317 9.522.94 14.155h-45.126c.622-4.633.937-9.356.937-14.156 0-5.392-.405-10.7-1.186-15.876zm-4.03 48.72l53.686-.002c13.86 42.397 53.79 73.125 100.75 73.125 18.256 0 35.455-4.644 50.47-12.812-4.286 16.46-9.537 32.2-15.658 47.03-102.478-39.222-215.515-47.744-327.062.845-6.435-15.576-11.932-32.152-16.344-49.53 15.688 9.188 33.924 14.467 53.375 14.467 46.96 0 86.913-30.728 100.782-73.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-dodging tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M396.082 17.326c-.166-.025-1.922.108-4.977.108-21.975 0-42.158 18.904-49.437 46.595l75.713 12.61-78.526 13.085c.564 16.248 5.55 30.99 13.062 42.367l54.39 9.603-41.277 7.29.484.607-15.91 2.47c-15.262 2.366-25.866 9.63-34.46 21.165-2.534 3.4-4.848 7.198-6.962 11.328l90.798 13.2-100.976 14.684c-.576 2.25-1.118 4.542-1.627 6.874-1.662 7.613-2.953 15.622-3.982 23.854l115.275 14.107-117.81 14.418c-.525 9.083-.84 18.236-1.022 27.31l114.07 16.407-113.304 16.3h40.826l2.144 32.532 82.026 11.38-80.54 11.173 2.512 38.14 75.582 10.897-74.158 10.69 2.938 44.59h96.306l11.875-159.403h43.983c-.228-36.033-1.914-77.32-10.137-111.194-4.462-18.384-10.84-34.42-19.314-46.063-8.472-11.642-18.583-18.958-32.248-21.53l-15.59-2.933 10.124-12.213c10.435-12.587 17.49-30.688 17.49-51.127 0-37.056-22.084-66.04-47.127-69.295l-.106-.013-.108-.016zm-53.535 5.055L16.785 45.968l304.93 22.082c3.073-17.672 10.43-33.57 20.832-45.67zm-22.402 62.114L16.783 106.46l312.28 22.612c-5.686-12.618-8.96-27.047-8.96-42.422 0-.722.027-1.437.042-2.156zm-2.612 60.688L16.783 166.96l269.96 19.546c3.583-8.906 7.975-17.144 13.415-24.445 4.868-6.532 10.676-12.254 17.375-16.878zm-37.79 63.228l-262.96 19.04L273.19 246.02c1.18-10.497 2.77-20.808 4.927-30.69.51-2.33 1.05-4.635 1.625-6.918zm-8.327 57.803L16.783 284.65l253.225 18.336c.18-12.057.585-24.438 1.408-36.773zm-1.562 60.605l-253.07 18.325 297.22 21.52-1.072-16.267H269.86v-9.343c0-4.62-.01-9.38-.006-14.235zm45.294 57.22L16.783 405.64l301.227 21.81-2.862-43.413zm3.97 60.202L16.782 466.13l305.233 22.102-2.9-43.992z" fill="#fff"/></svg>
<svg class="tc-image-originals-dolphin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M123.22 47.23c29.498 15.152 55.025 36.05 55.53 67.366-93.62 83.867-83.862 179.356-97.002 270.34-67.68 55.552-67.57 90.948-60.9 101.227 3.94.743 29.11-25.94 48.326-30.397 14.23-4.094 12.284-15.99 16.273-25.275 2.438 14.55 7.17 22.612 17.133 25.485 12.874 3.36 44.932 28.15 51.53 25.504 1.374-20.382-26.01-63.854-48.028-90.087 41.012-63.28 81.365-136.458 211.162-207.77-3.21-3.706-6.216-6.45-8.8-7.986l9.198-15.472c11.617 6.907 20.522 19.56 29.248 35.033 5.94 10.532 11.528 22.644 16.96 35.117 15.682-32.87 22.983-66.406 16.402-90.254l17.35-4.786a87.287 87.287 0 0 1 1.927 8.83c33.29-4.253 55.718-13.083 85.11-29.322 3.744-2.068 19.054-13.012-.117-16.03 12.62-9.017 7.54-12.063 1.973-15.152-6.486-3.6-20.302-8.948-35.758-8.556-12.124-27.863-39.63-47.772-82.225-47.696-28.532.052-63.842 9.086-105.828 30.688C217.895 27.64 164.92 20.468 123.22 47.23zm286.942 28.74a9 9 0 1 1 0 18 9 9 0 0 1 0-18z"/></svg>
<svg class="tc-image-originals-domino-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M413.28 123.063C366.787 123.317 306.08 143 255.845 143c-56.868 0-124.174-23.704-171-19.156-23.414 2.274-40.642 10.16-52.28 30.937-11.64 20.78-17.23 56.337-10.97 113.19 8.578 77.917 73.225 118.973 128.656 99.405 11.513-4.064 30.972-25.256 49-46.125 9.014-10.434 17.993-20.687 27.03-28.72 9.04-8.03 18.23-14.624 29.564-14.624 11.335 0 20.493 6.594 29.53 14.625 9.04 8.033 18.018 18.286 27.032 28.72 18.028 20.87 37.487 42.06 49 46.125 55.45 19.574 118.93-21.672 128.688-99.563 7.137-56.986 1.753-92.528-9.938-113.28-11.69-20.754-29.346-28.665-53.22-30.907-2.983-.28-6.05-.46-9.186-.53-1.47-.035-2.97-.04-4.47-.032zM135.064 181.72c22.378-.2 44.746 10.556 67.125 30.78-43.4 54.67-108.488 37.044-130.188 0 21.022-20.738 42.04-30.594 63.063-30.78zm234.625 0c.7-.016 1.394-.007 2.093 0 21.023.186 42.073 10.042 63.095 30.78-21.7 37.044-86.82 54.67-130.22 0 21.68-19.592 43.354-30.312 65.033-30.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-donkey tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M363.426 18.516s-43.17 34.89-62 89.74c-7.55 22.02-12.52 43.05-14.77 60.69-25 5.23-70.76 33.85-70.76 33.85l-35-3.79 12.08 18.29-36.08 5.71 15.83 14.89-30.37-1.35 3.37 12.82-27-.68 2.7 20.798-23.63-4.548 2.7 23.62-18.9-3.77-.67 19.288-29.7-4.72 2.7 22.27L18 332.085V494h178.46l67.597-115.734-36-45.782 12.63-9.82 44.43 56.53c4.5 4.47 9.25 8.63 12.5 10 17.69 7.47 53.25 8.35 69.69 18.21 9.25 5.52 20.38 26.832 30.52 30.522 1.76.516 3.595.742 5.43.67 8.88 0 22.65-3.112 22.65-3.112l12.49 12.16 11.66-10-30.59-31.32 11.44-11.19 32.38 33.09 2.19-1.548s9.76-54.132 3.2-70.512c-7.79-19.47-45.732-43.81-57.232-61.35-9.47-14.4-16.998-49.51-27.468-63.18-10.17-13.32-31.17-33.618-52.17-47.618 8.99-15.24 17.91-34.76 25.41-56.62 18.83-54.88 6.21-108.88 6.21-108.88zm65.79 21.7s-22 11.37-45.94 33.8a214.075 214.075 0 0 1-10.92 58.61c-5.43 16.018-12.002 31.63-19.66 46.71 3.28 2.51 6.47 5.1 9.58 7.71a357.567 357.567 0 0 0 32.94-43.892c31.32-48.77 34-102.94 34-102.94zm-86.43 214.01c13.597 0 20.403 16.437 10.79 26.05-9.613 9.612-26.05 2.805-26.05-10.792 0-8.427 6.833-15.26 15.26-15.26zm106.98 101.92c2.69 0 4.88 7 4.88 15.7s-2.19 15.7-4.88 15.7-4.88-7.03-4.88-15.7c0-8.67 2.19-15.7 4.88-15.7z"/></svg>
<svg class="tc-image-originals-double-dragon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M239.03 21.875c-1.406-.007-2.842.01-4.28.03-19.1.284-40.94 3.138-66.97 9.72 57.367 4.75 94.558 22.836 116.283 46.406-24.045-5.13-49.508-7.01-75.438-5.81-65.45 3.02-133.1 25.878-186.28 66.56v352.814h69.25c24.58-124.19 150.084-151.697 204.593-123.313-6.39 7.464-14.14 14.026-22.875 19.564l117.593 103.47c11.426-9.222 22.02-19.048 31.97-29.345 3.555-6.757 5.15-14.46 5.437-23.157-6.92 9.63-16.32 16.047-29.844 21.812-23.843-10.546-35.178-38.2-25.314-62.53 7.544-18.608 25.33-29.97 44.22-30.25 6.295-.095 12.734 1.048 18.937 3.56 7.767 3.15 14.286 8.074 19.25 14.126-1.87 17.62-5.607 29.942-14.094 40.314 8.26-2.506 15.254-5.98 20.843-11.094 11.06-15.077 21.41-30.684 31.375-46.562-140.284-55.405-112.67-123.29-262.97-165.844 40.218 27.884 63.98 55.072 75.532 80.062-81.775-31.722-164.477-34.046-229.03 8.813 42.262-102.17 173.387-141.1 226.093-117.72-1.64 4.707-3.617 9.282-5.907 13.656L450.97 217.97c5.305-13.755 9.585-27.614 13.06-41.564-.354-7.532-2.824-14.89-6.874-22.468-1.17 11.726-6.002 21.958-14.718 33.625-26.015 2.93-49.773-15.384-53.407-41.47-3.693-26.515 14.8-50.992 41.314-54.687 2.486-.28 4.94-.468 7.375-.468 5.688.075 11.183 1.165 16.31 3.093 7.24 16.273 10.207 28.856 8.033 42.126 5.872-6.27 10.144-12.753 12.437-19.937 2.063-18.68 3.243-37.46 3.938-56.282-121.62 18.065-150.75-37.62-239.407-38.063zm89.75 48.375v.063c7.988-.298 15.062 5.507 16.19 13.593 1.2 8.625-4.813 16.585-13.44 17.782-8.624 1.2-16.61-4.813-17.81-13.438-1.203-8.625 4.842-16.616 13.468-17.812.54-.187 1.06-.17 1.593-.188zm22.533 230.22c2.048-.04 4.138.333 6.156 1.155 8.07 3.272 11.958 12.462 8.686 20.53-3.272 8.073-12.49 11.96-20.562 8.69-8.07-3.274-11.96-12.463-8.688-20.532 2.454-6.054 8.262-9.844 14.407-9.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-double-face-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M276.44 20.63v473.227c43.08-1.258 82.452-26.44 111.833-68.043 30.15-42.69 49.18-102.418 49.18-168.57 0-66.152-19.027-125.88-49.178-168.57C358.895 47.072 319.52 21.89 276.44 20.63zM156.07 227.194c-10.05.02-20.717.973-31.93 2.67-.857 98.74 54.765 57.68 122.387 65.075-14.887-50.39-46.9-67.83-90.457-67.745zm231.46 0c10.05.02 20.717.973 31.93 2.67.855 98.74-54.767 57.68-122.39 65.075 14.887-50.39 46.903-67.83 90.46-67.745z" fill="#fff"/></svg>
<svg class="tc-image-originals-double-quaver tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M451.125 25.625l-12.156 3.813-262.064 82.624-6.53 2.063V397.06c-1.257-.497-2.526-.96-3.845-1.375-6.973-2.185-14.84-3.302-23.374-3.343-8.533-.042-17.724 1.01-27.312 3.125-19.176 4.228-36.465 12.1-49.5 21.936-13.035 9.836-22.75 21.828-22.75 36.125 0 7.15 3.008 13.937 7.718 18.845 4.71 4.908 10.87 8.22 17.844 10.406 13.95 4.373 31.543 4.45 50.72.22 19.175-4.23 36.464-12.102 49.5-21.938 13.034-9.835 22.718-21.858 22.718-36.156 0-4.324-1.12-8.504-3.03-12.22V225.22l243.374-76.69v142.407c-1.265-.5-2.547-.958-3.875-1.375-6.975-2.185-14.842-3.302-23.375-3.343-8.534-.043-17.725.978-27.313 3.092-19.176 4.23-36.465 12.103-49.5 21.938-13.035 9.835-22.72 21.86-22.72 36.156 0 7.15 2.978 13.936 7.69 18.844 4.71 4.908 10.868 8.19 17.842 10.375 13.95 4.372 31.543 4.48 50.72.25 19.175-4.23 36.464-12.102 49.5-21.938 13.034-9.835 22.718-21.858 22.718-36.156 0-4.302-1.105-8.476-3-12.186V25.624zm-18.688 25.5v29.188L189.063 157v-29.188l243.375-76.687zm0 48.78v29l-243.375 76.72v-29l243.375-76.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-double-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M414.834 18.08c-29.377.15-59.012 16.6-73.164 58.87-18.758 56.028 67.407 137.784 33.57 221.206l48.215 41.87c35.646-92.954-52.048-200.4-34.2-251.44 12.36-35.35 35.672-38.21 56.05-26.44 19.942 11.51 30.406 30.664 17.974 54.99 33.043-12.62 37.255-51.444 9.52-77.197-3.96-3.68-9.02-7.016-14.277-10.05-12.984-7.496-28.3-11.89-43.69-11.81zm-80.77 32.01L65.937 62.16l-12.52 268.254c6.35-3.422 12.764-6.356 19.128-8.965L83.81 80.063l240.33-10.82c2.91-6.817 6.27-13.176 9.924-19.154zM104.686 87.955l324.392 330.04c-4.34 4.466-8.884 8.73-13.62 12.8L91.132 100.825l-.268.267L389.03 450.41c-14.866 9.56-31 17.84-48.122 25.12l116.04 19.41-7.018-44.188 44.187 7.02L474.71 341.73c-5.74 17.768-13.425 33.603-22.753 47.803L104.687 87.955zm-6.608 248.54c-.862-.012-1.718-.007-2.57.015-5.58.14-10.955.986-16.106 2.71-64.408 21.564-68.868 79.083-47.06 116.854 24.26 42.03 72.824 42.517 87.244 4.76-24.33 12.43-43.474 1.958-54.99-17.98-11.763-20.378-8.91-43.69 26.435-56.045 50.177-17.548 154.964 66.773 248.366 34.237l-40.757-47.75c-73.316 27.468-146.275-36.113-200.562-36.803z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-doubled tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M304.833 16c-261.69 0-320.71 387.657-62.343 387.657 86.284 0 86.955-129.375 0-129.375-139.947 0-99.134-202.896 62.343-258.282zm-30.938 92.343c-86.283 0-86.955 129.375 0 129.375 139.95 0 88.353 202.896-73.125 258.282 261.69 0 331.49-387.657 73.125-387.657z" fill="#fff"/></svg>
<svg class="tc-image-originals-dough-roller tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M468.166 24.156c-13.8-.31-30.977 9.192-42.46 16.883-22.597 15.13-45.255 67.882-45.255 67.882s-17.292-5.333-22.626 0c-5.333 5.333 0 22.627 0 22.627l-4.95 4.948 22.628 22.63 4.95-4.952s17.293 5.333 22.626 0c5.333-5.334 0-22.627 0-22.627s52.75-22.66 67.883-45.255c10.7-15.978 24.91-42.97 11.313-56.568-3.824-3.825-8.707-5.45-14.107-5.57zM312.568 121.65L121.65 312.568l77.782 77.782L390.35 199.432l-77.782-77.782zm-176.07 231.223l-4.95 4.95s-17.293-5.332-22.626 0c-5.333 5.335 0 22.628 0 22.628s-52.75 22.66-67.883 45.255c-10.7 15.978-24.91 42.97-11.313 56.568 13.597 13.598 40.59-.612 56.568-11.312 22.596-15.13 45.254-67.882 45.254-67.882s17.292 5.333 22.626 0c5.333-5.333 0-22.627 0-22.627l4.95-4.948-22.628-22.63z"/></svg>
<svg class="tc-image-originals-dove tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M38.643 17.275L32.215 59.47c20.354 23.085 48.127 40.682 79.195 56-29.677-4.055-58.635-12.142-84.64-24.868-.292 8.613-.584 26.252.896 35.58 23.024 8.994 48.88 14.026 75.95 16.728-23.698 5.377-47.716 7.58-71.425 6.95 2.665 9.36 7.325 22.24 11.26 31.675 22.547-1.977 45.912-7.504 69.36-15.47-18.785 14.27-39.05 26.146-60.185 35.322l28.877 30.056 17.144-9.898-5.978 22.312c6.788 6.61 20.498 15.434 27.56 20.623l13.268-11.662-.338 20.2c19.91 13.99 41.056 12.083 61.15 1.718-.804 6.438-1.308 13.29-1.482 20.56C132.47 314.7 66.666 320.958 70.59 348.222l34.553 6.947-34.108 18.04c1.503 7.398 3.84 15.003 7.73 22.677L120.1 379.56 92.17 416.226c4.726 6.13 14.61 14.823 20.537 20.515l39.47-46.24-17.962 63.475c6.238 4.326 19.387 9.33 26.273 12.87l43.313-71.076-14.138 80.248c17.225 3.487 20.708 4.81 39.82 3.19l18.186-75.66 20.297 71.852c7.333-2.51 23.21-9.526 29.976-12.664l-11.794-59.3 35.372 45.14c7.232-5.076 18.943-11.587 24.316-17.328l-17.994-37.326 31.973 18.19c25.568-17.19-44.333-57.458-86.944-100.22 6.416-8.725 11.636-17.086 15.786-25.042 19.45 27.668 44.75 39.74 75.84 29.93l-1.176-21.815 16.002 14.943c7.52-4.34 15.072-10.137 22.48-16.166l-6.99-19.133 18.694 8.745c12.732-6.638 22.917-17.1 33.08-27.59-16.19-12.562-32.92-27.903-47.49-40.242 17.74 9.162 38.718 17.52 56.892 23.95 4.27-7.49 12.045-21.063 15.463-28.7-19.626-4.04-39.435-11.263-58.413-20.58 23.383 2.56 45.728 3.05 66.367-1.138 2.805-8.642 9.82-22.678 11.123-30.996-23.616 6.897-49.242 8.78-74.923 7.03 28.832-9.016 55.294-21.066 75.56-39.81L485.69 93c-84.44 76.087-173.95 30.858-210.133 83.916-5.043-1.298-10.115-1.43-14.932-.56-14.7-80.695-139.033-53.424-221.982-159.083zM293 226.155l-9.643 45.806-23.623-44.347c10.196 4.382 20.545 8.023 33.266-1.457z" fill="#fff"/></svg>
<svg class="tc-image-originals-dozen tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M64.865 21.293c-11.48 0-20.785 10.696-20.785 23.887 0 8.72 4.068 16.345 10.14 20.515H15.308v18.688h40.228v23.365l-24.56 49.422 16.736 8.318 17.17-34.547 17.167 34.548 16.736-8.318-24.56-49.422V84.383h40.228V65.695H75.51c6.072-4.17 10.14-11.796 10.14-20.515 0-13.193-9.305-23.887-20.785-23.887zm126.895 0c-11.48 0-20.785 10.696-20.785 23.887 0 8.72 4.068 16.345 10.14 20.515H142.2v18.688h40.23v23.365l-24.56 49.422 16.735 8.318 17.168-34.547 17.168 34.548 16.738-8.318-24.56-49.422V84.383h40.228V65.695h-38.942c6.073-4.17 10.14-11.796 10.14-20.515 0-13.193-9.305-23.887-20.784-23.887zm123.244 0c-11.48 0-20.785 10.696-20.785 23.887 0 8.72 4.067 16.345 10.14 20.515h-38.913v18.688h40.227v23.365l-24.56 49.422 16.736 8.318 17.17-34.55 17.168 34.55 16.734-8.318-24.56-49.418v-23.37h40.228V65.696h-38.94c6.073-4.17 10.14-11.796 10.14-20.515 0-13.193-9.307-23.887-20.786-23.887zm122.164 0c-11.48 0-20.785 10.696-20.785 23.887 0 8.72 4.068 16.345 10.14 20.515H387.61v18.688h40.228v23.365l-24.56 49.422 16.736 8.318 17.168-34.547 17.168 34.548 16.736-8.318-24.56-49.418v-23.37h40.228V65.696h-38.94c6.073-4.17 10.14-11.796 10.14-20.515 0-13.193-9.307-23.887-20.786-23.887zM64.865 187.153c-11.48 0-20.785 10.697-20.785 23.888 0 8.72 4.067 16.344 10.14 20.515H15.306v18.69h40.228v23.364l-24.56 49.42 16.736 8.318L64.88 296.8l17.167 34.548 16.736-8.317-24.56-49.42v-23.366h40.228v-18.69H75.513c6.07-4.17 10.138-11.794 10.138-20.513 0-13.192-9.305-23.886-20.785-23.886zm126.895 0c-11.48 0-20.785 10.697-20.785 23.888 0 8.72 4.067 16.344 10.138 20.515H142.2v18.69h40.23v23.364l-24.56 49.42 16.735 8.318 17.168-34.547 17.168 34.548 16.738-8.317-24.56-49.42v-23.366h40.228v-18.69h-38.94c6.072-4.17 10.14-11.794 10.14-20.513 0-13.192-9.307-23.886-20.786-23.886zm123.244 0c-11.48 0-20.785 10.697-20.785 23.888 0 8.72 4.066 16.344 10.137 20.515h-38.91v18.69h40.227v23.364l-24.56 49.42 16.736 8.318 17.17-34.547 17.168 34.548 16.734-8.317-24.56-49.417v-23.37h40.228v-18.688h-38.938c6.072-4.17 10.14-11.795 10.14-20.514 0-13.192-9.31-23.886-20.788-23.886zm122.164 0c-11.48 0-20.785 10.697-20.785 23.888 0 8.72 4.067 16.344 10.138 20.515h-38.91v18.69h40.228v23.364l-24.56 49.42 16.736 8.318 17.168-34.547 17.168 34.548 16.736-8.317-24.56-49.417v-23.37h40.228v-18.688h-38.938c6.072-4.17 10.14-11.795 10.14-20.514 0-13.192-9.31-23.886-20.788-23.886zM64.865 352.43c-11.48 0-20.785 10.695-20.785 23.886 0 8.72 4.067 16.345 10.14 20.516H15.306v18.69h40.228v23.365l-24.56 49.422 16.736 8.315 17.17-34.547 17.167 34.547 16.736-8.316-24.56-49.423V415.52h40.228v-18.688H75.513c6.07-4.17 10.138-11.797 10.138-20.516 0-13.192-9.305-23.886-20.785-23.886zm126.895 0c-11.48 0-20.785 10.695-20.785 23.886 0 8.72 4.067 16.345 10.138 20.516H142.2v18.69h40.23v23.365l-24.56 49.422 16.735 8.315 17.168-34.547 17.168 34.547 16.738-8.316-24.56-49.423V415.52h40.228v-18.688h-38.94c6.072-4.17 10.14-11.797 10.14-20.516 0-13.192-9.307-23.886-20.786-23.886zm123.244 0c-11.48 0-20.785 10.695-20.785 23.886 0 8.72 4.066 16.345 10.137 20.516h-38.91v18.69h40.227v23.365l-24.56 49.422 16.736 8.315 17.17-34.547 17.168 34.547 16.734-8.316-24.56-49.42v-23.37h40.228v-18.688h-38.938c6.072-4.17 10.14-11.797 10.14-20.516 0-13.192-9.31-23.886-20.788-23.886zm122.164 0c-11.48 0-20.785 10.695-20.785 23.886 0 8.72 4.067 16.345 10.138 20.516h-38.91v18.69h40.228v23.365l-24.56 49.422 16.736 8.315 17.168-34.547 17.168 34.547 16.736-8.316-24.56-49.42v-23.37h40.228v-18.688h-38.938c6.072-4.17 10.14-11.797 10.14-20.516 0-13.192-9.31-23.886-20.788-23.886z" fill="#fff"/></svg>
<svg class="tc-image-originals-dragon-balls tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M324.582 17.393c-93.624 0-169.723 76.094-169.723 169.72 0 93.627 76.098 169.725 169.722 169.725 93.624 0 169.725-76.098 169.725-169.725 0-93.624-76.1-169.72-169.725-169.72zm0 18.69c83.523 0 151.033 67.507 151.033 151.03 0 83.525-67.51 151.033-151.033 151.033-83.523 0-151.03-67.508-151.03-151.033 0-83.525 67.507-151.03 151.03-151.03zM356.54 62.01c-4.802-.08-9.63.392-14.448 1.474-34.385 7.73-39.338 45.97.678 50.385 30.042 3.316 51.002 53.078 45.642 90.703-6.692 46.976 45.08 44.456 59.164-2.53 18.33-61.148-34.38-139.084-91.037-140.032zm-33.093 65.316l-15.857 42.883-31-5.303 22.71 27.352-21.933 26.414 29.07-4.97 17.01 46.005 17.008-45.992 29.375 5.023-21.988-26.48 22.765-27.418-31.306 5.353-15.853-42.866zm-297.633 67.56c-1.02.027-2.096.09-3.23.206h-.002v.002c-1.107.114-2.162.268-3.193.437v19.075c1.79-.417 3.474-.755 5.108-.923 1.993-.206 4.99.048 8.97.048 48.645 0 88.188 39.026 88.188 87.602S82.11 388.936 33.47 388.936c-4.908 0-9.516-.402-14.08-1.172v18.896c4.576.628 9.247.965 14.08.965 58.69 0 106.874-47.533 106.874-106.293 0-58.76-48.184-106.29-106.875-106.29-1.366 0-2.954-.105-4.767-.15-.906-.024-1.87-.034-2.89-.007zM49.8 238.282c-3.21-.066-6.43.286-9.618 1.11-18.975 4.897-24.602 31.424-2.22 32.938v-.004c17.73 1.2 23.966 21.076 22.374 41.6-1.972 25.428 34.927 23.09 41.713-2.442 8.68-32.663-21.24-72.554-52.25-73.2zm146.815 115.413c-37.322 0-67.78 30.457-67.78 67.78s30.458 67.78 67.78 67.78 67.78-30.457 67.78-67.78-30.458-67.78-67.78-67.78zm0 18.69c27.222 0 49.09 21.868 49.09 49.09 0 27.222-21.868 49.09-49.09 49.09-27.222 0-49.09-21.868-49.09-49.09 0-27.223 21.868-49.09 49.09-49.09zm3.627 17.55c-1.13 0-2.265.104-3.402.323-10.146 1.957-13.307 13.24-2.44 17.844 6.05 2.562 13.452 9.213 10.127 23.478-3.156 13.546 17.432 13.867 21.98.225 6.02-18.053-9.33-41.855-26.265-41.87z" fill="#fff"/></svg>
<svg class="tc-image-originals-dragon-breath tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M15.327 12.997v61.32c76.696 54.194 157.847 147.575 64.827 125.566 57.116 55.067 104.12 26.786 174.037 135.492 30.42 47.297 7.473 80.54-29.785 90.524-47.88 12.828-114.353-30.45-57.82-54.314-59.296-1.45-66.954 47.977-38.727 80.237-27.93-9.635-46.01-34.308-43.034-60.605-36.043 48.278-5.362 93.284 54.313 102.43h357.42v-344.57c-15.752-70.31-94.876-87.764-103.372-3.504 14.61-36.423 50.96-20.625 84.1 18.688-11.28-7.498-24.24-11.49-36.21-11.097-19.73.65-37.36 12.086-41.466 36.794 55.902-46.113 84.628 34.717 61.74 76.876-24.744 45.582-94.89-20.467-95.03-75.71-27.974 31.235-7.813 108.298 52.37 122.548C304.635 301.29 342.743 182.92 295.655 157.84 324.383 285.473 121.728 62.26 66.137 13h-50.81z" fill="#fff"/></svg>
<svg class="tc-image-originals-dragon-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M200.947 18.686c-6.98.087-14.64.774-22.85 1.9 27.57 20.468 51.098 45.25 67.594 70.527 1.66 0 3.312.012 4.958.047 18.066.39 35.487 2.906 53.217 7.2-15.695-28.457-29.935-50.19-47.45-63.22-13.817-10.278-30.063-16.168-52.52-16.454-.967-.013-1.95-.013-2.948 0zm-91.66 22.96c-.73-.002-1.46.006-2.195.022-14.045.31-29.36 3.92-46.86 11.13 56.18 18.807 106.985 50.468 133.907 83.585 18.377-5.13 29.44-14.72 36.454-28.817C195.84 78.18 168.118 56.19 140.65 46.96c-10.168-3.418-20.433-5.306-31.363-5.315zm-.203 52.786c-39.42 6.758-74.73 31.854-87.822 74.19v322.345h212.73C100.352 442.58 61.19 206.49 187.115 230.104c5.838-14.164 9.92-28.027 11.018-41.465l18.627 1.522c-1.684 20.592-8.828 40.49-18.033 59.943-.732 2.035-1.472 4.12-2.186 6.063 32.842 85.24 113.77 160.69 169.495 168.197.915.033 1.905-.002 2.953-.09 17.016 1.035 35.86-4.222 52.21-22.304l7.984-8.83-10.473-5.658c-6.507-3.515-14.29-7.094-18.167-10.925-1.938-1.916-2.793-3.47-3.074-5.194-.282-1.725-.13-4.227 2.23-8.578l10.673-19.656-21.484 6.222c-6.304 1.825-17.305-3.032-23.224-10.71-2.96-3.84-4.408-7.907-4.387-10.843.02-2.938.72-5.125 4.747-8.05l19.453-14.125-23.884-2.72c-9.974-1.137-16.37-6.658-19.17-12.294-2.802-5.634-2.312-10.084 1.375-13.31l12.204-10.677-15.358-5.205c-6.717-2.276-10.296-7.555-10.357-10.633-.028-1.373.238-2.666 1.843-4.476 10.93-2.39 21.258-.45 28.088 6.374 6.154 6.146 8.35 15.128 6.977 24.832 8.55-2.254 16.985-1.616 24.112 2.494 9.34 5.387 14.647 15.692 15.67 27.965 15.212-10.132 32.152-12.725 45.262-5.164 15.467 8.92 21.36 29.513 16.805 51.75 23.992-33.355 34.588-75.717 5.617-120.43-46.726-4.442-81.693-30.676-93.293-67.64-5.026-16.016-21.284-28.67-42-37.904l-.08.217c-29.74-10.823-55.575-17.35-82.604-18.733l.08.155c-2.294-.093-4.56-.16-6.762-.172-9.537 22.874-28.662 39.9-57.436 46.054l-5.906 1.262-3.576-4.864c-14.216-19.33-41.23-40.452-74.002-58.074zm156.215 65.26c27.927-.073 44.874 11.617 42.09 44.45-35.844 3.39-51.933-16.683-63.074-42.632 7.507-1.155 14.538-1.8 20.983-1.817zm48.407 66.363c3.708.07 7.14.994 10.014 2.812-1.51 1.102-2.898 2.28-4.16 3.543-5.246 5.24-8.087 12.122-7.956 18.742.183 9.322 5.27 17.184 12.68 22.56-3.14 8.103-2.452 17.455 1.407 25.22 3.813 7.668 10.54 14.273 19.302 18.398-1.445 3.366-2.375 6.862-2.4 10.33-.062 8.407 3.38 16.042 8.273 22.39 6.792 8.81 16.862 15.936 28.026 17.91-.183 2.18-.204 4.333.133 6.407 1.05 6.444 4.515 11.66 8.38 15.48 3.41 3.37 7.19 5.892 10.798 7.993-6.345 4.792-12.414 7.056-18.618 7.79-6.515-7.937-9.71-19.084-9.41-31.454-11.767 6.177-24.21 7.156-34.12 1.44-14.668-8.46-19.393-29.036-13.187-50.33-11.336 2.77-22.13.92-29.187-6.132-8.875-8.865-9.535-23.626-3.094-37.95-3.676-.615-6.963-2.166-9.525-4.725-8.808-8.798-5.773-26.09 6.776-38.626 7.843-7.835 17.546-11.957 25.87-11.8z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-dragon-spiral tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M215.125 17.188C142.557 18.134 72.68 64.075 40.187 132.25c-56.91 119.42 7.05 260.175 122.313 314.406 53.513 25.185 114.67 31.57 172.563 19.78l9.625 21.845 152.75-34.03c-.64-13.024-1.892-29.087-3.407-45.97-3.353 6.146-8.283 11.545-14.655 15.5-19.667 12.21-45.51 6.137-57.72-13.53-12.208-19.667-6.165-45.51 13.5-57.72 6.762-4.196 14.274-6.21 21.69-6.28 12.278-.118 24.32 5.173 32.53 15-4.06-38.385-8.03-70.97-8.03-70.97-58.49 31.19-115.34 47.06-174.47 60.408v-.375c-46.538 12.515-126.428 1.26-156.5-30.22 18.292 40.602 81.708 65.04 149.313 65.844l8.343 18.938c-24.334 9.436-50.313 14.416-76.374 14.313l-14.22-17.97L194.72 415.5c-13.017-2.59-25.656-6.54-37.69-11.72l-9.56-23.186-23.876 4.656c-7.174-4.967-13.972-10.416-20.375-16.28l-.564-24.126-26.344-6.5c-3.69-5.284-7.09-10.758-10.187-16.406L74.97 295l-23.657-9.47c-1.876-6.79-3.32-13.74-4.313-20.81l13.875-21.564-14.125-21.844c.057-.448.095-.894.156-1.343.87-6.424 2.175-12.74 3.844-18.94l20.188-13.25-6.594-20.686c3.268-6 6.91-11.757 10.906-17.25l25.688-5.406 3.093-24.625c5.754-4.555 11.836-8.695 18.19-12.313l22.718 6.78 9.812-20.124c9.6-2.523 19.57-3.957 29.78-4.187l20.845 15.25 20.063-9.376c50.687 16.437 88.647 65.967 80.53 121.594-2.905 19.914-12.198 38.33-25.437 52.437 3.03-20.242-10.88-43.178-35.092-55-28.472-13.902-60.35-7.162-71.188 15.03-10.836 22.194 3.466 51.443 31.938 65.345 4.653 2.272 9.396 3.995 14.125 5.188 57.96 18.97 121.378-12.46 147.593-66.063 36.94-75.536-3.372-165.134-76.125-200.22-23.733-11.444-48.587-16.803-73.186-16.968-1.153-.007-2.317-.015-3.47 0zM396.47 348.375l-1.626 37.188-60.53-10.657 62.155-26.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-dragonfly tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M131.613 21.576c-.667-.002-1.334.015-1.998.05-1.517.082-3.025.263-4.52.55-11.974 2.296-21.052 13.1-23.2 26.908-1.396 8.968-.708 19.472 2.136 31.824-2.445-1.106-4.86-2.102-7.227-2.967-7.13-2.6-14-4.21-20.438-4.467-6.437-.257-12.443.842-17.84 3.662-10.794 5.64-16.044 18.626-14.44 32.8 1.602 14.17 8.625 30.916 21.837 51.21C85.398 191.062 114.3 228.23 144.48 253.7c14.917 12.59 30.117 22.445 45.584 26.738-.845-6.264-.584-12.854.627-19.44-10.287-3.848-22.168-11.46-34.16-21.58-27.774-23.44-56.247-59.745-74.946-88.47-12.245-18.808-17.856-33.625-18.93-43.116-1.073-9.49.955-12.268 4.528-14.135 3.572-1.866 11.803-2.362 23.216 1.8 6.458 2.357 13.792 6.067 21.65 11.18 11.93 32.113 30.72 71.88 53.518 102.02 9.756 12.898 20.218 24.092 31.672 32.06 2.543-5.522 5.687-10.984 9.403-16.294-8.655-6.367-17.628-15.747-26.17-27.04-14.347-18.968-27.52-43.103-38.09-66.32 32.386 29.372 52.07 54.056 72.23 83.198 1.764-2.008 3.61-3.984 5.544-5.917 2.6-2.6 5.276-5.035 8.008-7.324-22.464-32.146-45.464-60.11-85.05-94.265-5.26-4.537-10.46-8.602-15.573-12.21-6.9-19.66-8.5-34.132-7.18-42.628 1.36-8.733 3.763-10.564 8.255-11.426 4.493-.86 13.276 1.01 23.797 7.91 10.52 6.9 22.59 18.372 34.285 34.187 30.384 41.094 45.308 71.17 59.217 106.19 5.643-3.123 11.385-5.618 17.12-7.444-14.292-35.772-30.187-67.765-61.31-109.857-12.76-17.26-26.134-30.224-39.062-38.704-10.605-6.955-21.034-11.202-31.05-11.236zM292.355 122.99c-5.678 0-11.355 2.166-15.687 6.498-8.665 8.665-8.665 22.715 0 31.38 4.917 4.918 11.566 7.04 17.982 6.378-4.65 11.852-2.165 25.768 7.47 35.404 9.343 9.343 22.71 11.97 34.316 7.885-.43 6.184 1.71 12.515 6.437 17.242 8.665 8.666 22.714 8.665 31.38 0 8.664-8.665 8.664-22.715 0-31.38-4.767-4.766-11.16-6.905-17.392-6.428 3.984-11.56 1.338-24.823-7.95-34.11-6.5-6.5-14.947-9.75-23.394-9.75-3.78 0-7.56.657-11.164 1.958.86-6.598-1.238-13.51-6.307-18.58-4.333-4.333-10.01-6.498-15.69-6.498zm-15.388 74.147c-.846.145-1.703.31-2.574.5-13.036 2.85-28.087 11.024-41.024 23.96-12.937 12.938-21.11 27.99-23.96 41.026-2.175 9.95-1.36 18.227 1.922 24.367-46.51 35.78-149.555 119.44-185.19 139.307-14.113 46.802-2.547 79.386 57.16 57.16 18.846-36.327 105.196-141.11 141.325-185.81 5.487 1.66 12.187 1.78 19.898.093 13.036-2.85 28.087-11.024 41.024-23.96 12.935-12.938 21.108-27.99 23.958-41.026.304-1.394.537-2.747.726-4.074-7.817-2.393-15.17-6.658-21.328-12.815-5.468-5.47-9.44-11.885-11.94-18.728zm48.976 46.455c-1.79 5.75-4.26 11.512-7.357 17.176 38.903 14.977 70.47 29.76 114.947 62.648 15.813 11.693 27.286 23.765 34.186 34.285 6.9 10.522 8.767 19.307 7.905 23.8-.862 4.493-2.693 6.895-11.426 8.254-8.733 1.36-23.76-.352-44.264-7.748-1.815-.655-3.667-1.343-5.54-2.05-2.504-3.28-5.182-6.587-8.058-9.92-36.56-42.378-66.137-65.798-101.258-89.868-1.997 2.32-4.094 4.603-6.316 6.826-2.326 2.326-4.716 4.514-7.15 6.592 29.87 20.288 54.574 39.032 83.163 69.332-19.92-9.646-39.86-21.038-56.037-33.275-14.147-10.703-25.3-22.084-31.267-32.666-5.08 3.958-10.33 7.383-15.67 10.246 7.99 13.694 20.677 25.987 35.664 37.324 28.014 21.192 64.35 38.923 95.127 50.902 7.14 9.994 12.13 19.315 15.04 27.298 4.164 11.414 3.668 19.646 1.802 23.22-1.867 3.572-4.645 5.6-14.135 4.526-9.49-1.073-24.304-6.685-43.113-18.93-28.722-18.7-65.025-47.176-88.464-74.953-11.72-13.887-20.09-27.632-23.127-38.92-.19-.702-.362-1.39-.518-2.067-.52.125-1.04.262-1.56.375-5.727 1.252-11.486 1.777-17.063 1.512.29 1.687.645 3.37 1.094 5.035 4.21 15.65 14.155 31.03 26.89 46.12 25.468 30.18 62.636 59.084 92.55 78.562 20.293 13.21 37.04 20.234 51.21 21.837 14.173 1.604 27.16-3.65 32.8-14.443 5.64-10.793 4.393-24.016-.81-38.276-1.363-3.74-3.038-7.587-5.008-11.516 14.58 3.888 26.72 4.976 36.89 3.393 13.807-2.148 24.612-11.228 26.908-23.2 2.297-11.973-2.156-24.64-10.634-37.567-8.48-12.928-21.443-26.302-38.7-39.064-45.53-33.667-79.24-49.524-118.703-64.798z" fill="#fff"/></svg>
<svg class="tc-image-originals-drakkar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M248.672 23.266l-64 32 61.566 15.39V87h19.524V23.266h-17.09zM146.334 105c13.692 21.145 20.243 47.388 20.164 73.742-.08 26.744-6.98 53.69-20.805 75.793h234.23c16.93-18.827 26.41-46.276 26.677-74.15.267-27.947-8.674-55.727-26.647-75.385h-233.62zM416 155.244L441 231h62v-14h-39v-18h39v-1.438l-32-16v-15.076l-55-11.242zm-371.492 6.61c-6.67.12-13.668 2.495-18.922 7.833-9.12 9.27-9.382 21.518-7.256 29.637 2.126 8.12 6.344 13.905 6.344 13.905l14.652-10.46s-2.4-3.49-3.584-8.006c-1.183-4.518-1.444-8.27 2.672-12.452 1.932-1.962 4.236-2.685 7.53-2.43 3.293.257 7.228 1.863 10.148 4.263s4.68 5.353 5.068 8.025c.388 2.67-.034 5.552-3.86 9.822l-.06.065-.054.064c-19.097 22.143-25.463 40.51-25.323 78.704.14 38.193.465 69.313 40.77 97.133l-56.87 48.746 11.714 13.666 61.35-52.585c2.307 1.25 4.674 2.5 7.173 3.75 7.86.786 15.04 1.502 22.164 2.21l-38.45 32.958 11.714 13.666 51.55-44.186c11.823 1.147 22.805 2.183 32.77 3.06l-32.035 27.46 11.715 13.665 45.582-39.07c12.314.895 23.462 1.514 34.158 1.87l-27.455 23.533 11.715 13.666 43.027-36.882c12.13-.13 24.454-.622 38.07-1.482l-28.812 24.697 11.715 13.666 47.427-40.653c12.838-1.1 27.384-2.48 43.473-4.053l-37.316 30.943 11.49 13.858 57.848-47.967c3.278-.327 6.228-.62 9.65-.963 50.065-50.065 60.964-100.13 63.338-142.535H441.68c-13.08 22.76-22.973 42.718-48.78 57.828 3.594 6.09 5.67 13.167 5.67 20.707 0 22.537-18.463 41-41 41-12.906 0-24.468-6.062-32-15.47-7.53 9.408-19.094 15.47-32 15.47-12.906 0-24.468-6.062-32-15.47-7.53 9.408-19.094 15.47-32 15.47-14.623 0-27.523-7.777-34.785-19.392-7.262 11.615-20.162 19.392-34.785 19.392-22.537 0-41-18.463-41-41 0-.17.012-.338.014-.508-29.774-3.39-49.577-21.213-64.58-42.46-5.57-7.888-4.7-17.596-4.704-25.907-.005-11.62 3.798-24.738 21.084-44.78l-.113.128c6.645-7.412 9.443-16.39 8.275-24.428-1.17-8.04-5.742-14.646-11.455-19.342-5.714-4.695-12.713-7.72-20.18-8.3-.934-.073-1.88-.102-2.832-.084zm201.73 110.68v17.59c6.004 2.7 11.26 6.794 15.332 11.88 1.282-1.6 2.69-3.096 4.192-4.49v-24.98h-19.524zm-86.238 32c-12.81 0-23 10.192-23 23 0 12.81 10.19 23 23 23s23-10.19 23-23c0-12.808-10.19-23-23-23zm69.57 0c-12.81 0-23 10.192-23 23 0 12.81 10.19 23 23 23s23-10.19 23-23c0-12.808-10.19-23-23-23zm64 0c-12.81 0-23 10.192-23 23 0 12.81 10.19 23 23 23s23-10.19 23-23c0-12.808-10.19-23-23-23zm64 0c-12.81 0-23 10.192-23 23 0 12.81 10.19 23 23 23s23-10.19 23-23c0-12.808-10.19-23-23-23z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-drama-masks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M418.813 30.625c-21.178 26.27-49.712 50.982-84.125 70.844-36.778 21.225-75.064 33.62-110.313 38.06 2.048 6.063 4.316 12.15 6.813 18.25 16.01.277 29.366-.434 36.406-1.5l9.47-1.53 8.436-1.28.22 10.186c-.17 6.172-.535 12.41-1.095 18.72l56.625 8.843c.86-.095 1.713-.15 2.563-.157 11.188-.114 21.44 7.29 24.468 18.593.657 2.448.922 4.903.845 7.313 5.972-2.075 11.753-4.305 17.28-6.72l9.595-4.188 2.313 10.22c3.483 15.308 6.028 31.385 7.375 48.062C438.29 247.836 468.438 225.71 493 197.5c-3.22-36.73-16.154-78.04-39.125-117.813-.735-1.272-1.47-2.526-2.22-3.78l-27.56 71.374c5.154.762 10.123 3.158 14.092 7.126 9.81 9.807 9.813 25.69 0 35.5-9.812 9.81-25.722 9.807-35.53 0-8.86-8.858-9.69-22.68-2.532-32.5l38.938-100.844c-6.45-9.18-13.215-17.83-20.25-25.937zM51.842 118.72c-8.46 17.373-15.76 36.198-21.187 56.436-14.108 52.617-13.96 103.682-2.812 143.438 13.3-2.605 26.442-3.96 39.312-4.03 1.855-.012 3.688.02 5.53.06 20.857.48 40.98 4.332 59.97 11.5-1.08-11.156-1.656-22.574-1.656-34.218 0-27.8 3.135-54.377 9-78.937l2.47-10.407 9.655 4.562c29.467 13.98 66.194 23.424 106.28 25.22 5.136-20.05 8.19-39.78 9.408-58.75-35.198 4.83-75.387 2.766-116.407-8.22-38.363-10.272-72.314-26.78-99.562-46.656zm230.594 82.218c-1.535 10.452-3.615 21.03-6.218 31.687 15.873-.193 31.286-1.594 46-3.97-1.056-1.84-1.895-3.822-2.47-5.968-1.455-5.432-1-10.925.938-15.78l-38.25-5.97zM105 201.375l4.156 18.22-21.594 4.905c8.75 5.174 13.353 15.703 10.594 26-3.32 12.394-16.045 19.758-28.437 16.438-12.394-3.32-19.76-16.075-16.44-28.47.676-2.517 1.756-4.82 3.126-6.874l-21.062 4.78-4.125-18.218 73.78-16.78zm388.594 22.813c-25.53 25.46-55.306 45.445-86.906 60.5.05 2.397.093 4.8.093 7.218 0 9.188-.354 18.232-1.03 27.125 16.635 1.33 32.045-1.7 45.344-9.374 25.925-14.962 40.608-45.694 42.5-85.47zm-338.844 3c-4.03 19.993-6.33 41.31-6.406 63.593l.125-.342c30.568 10.174 62.622 17.572 95.25 21.375l7.5.875.718 7.5 5.687 60.125-18.625 1.75-2.53-26.75c-4.547 1.875-9.726 2.34-14.845.968-12.393-3.32-19.76-16.042-16.438-28.436.285-1.06.647-2.08 1.063-3.063-19.535-3.727-38.736-8.592-57.406-14.53 2.69 49.62 16.154 94.04 36.094 126.656 22.366 36.588 52.13 57.78 83.968 57.78 31.838.003 61.602-21.19 83.97-57.78 19.536-31.96 32.846-75.244 35.905-123.656-15.773 4.657-31.894 8.552-48.25 11.656 1.914 4.57 2.415 9.78 1.033 14.938-3.322 12.394-16.045 19.758-28.438 16.437-.732-.195-1.43-.427-2.125-.686l-2.5 26.47-18.594-1.752 5.688-60.125.72-7.5 7.498-.875c29.245-3.407 57.995-9.717 85.657-18.312v-1.594c0-21.573-2.27-42.23-6.064-61.75C351.132 242.653 313.092 250 272.312 250c-43.59 0-83.986-8.658-117.562-22.813zm-87.5 105.968c-10.87.102-21.995 1.22-33.375 3.313 12.695 31.62 33.117 53.07 59 60 16.9 4.523 34.896 2.536 52.813-5.25-4.382-13.89-7.874-28.606-10.344-43.97-21.115-9.623-43.934-14.32-68.094-14.094zm137.5 80.22h130.813c-40.082 44.594-92.623 42.844-130.813 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-dread-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M220.09 25.297c-34.308 4.9-67.18 17.336-94.668 37.256l69.03 139.824-109.487-99.363c-28.304 39.302-42.5 93.27-31.61 163.675l15.22 94.37 70.474-13.275 3.458 18.365-15.444 2.91 44.65 127.653H197.2l-7.827-62.03 18.533-2.34 8.123 64.37h29.72V431.22h18.688v65.493h29.724l8.12-64.37 18.536 2.34-7.828 62.03h25.578l44.465-127.135-18.195-3.428 3.46-18.365 70.362 13.252 18.28-94.455c10.763-69.744-3.717-123.52-32.372-162.865l-108.713 98.66L384.36 63.613c-27.52-20.056-60.386-32.763-94.653-37.982l-34.52 164.485L220.09 25.297zm-92.182 192.266c4.232.063 8.63.81 13.186 2.208-7.603 6.918-12.375 16.89-12.375 27.978 0 20.887 16.93 37.816 37.813 37.816 15.928 0 29.548-9.85 35.12-23.793l29.136 22.365-81.8 26.383-.226.062c-15.9 4.26-30.327.71-40.15-7.498-9.82-8.21-15.218-20.12-17.12-32.207-1.902-12.086-.44-24.64 5.342-35.068 5.78-10.43 17.11-18.454 31.072-18.244zm216.53 16.656c-1.612 4.2-2.502 8.76-2.502 13.528 0 20.887 16.93 37.816 37.814 37.816s37.814-16.93 37.814-37.816c0-.565-.018-1.125-.043-1.684 2.2 7.927 2.488 16.48 1.177 24.81-1.902 12.087-7.3 24-17.12 32.208-9.823 8.21-24.248 11.76-40.15 7.498l-.226-.062-81.8-26.383 65.038-49.916zm-89.21 57.173l40.026 101.834-17.07 7.064-22.957-35.558-22.957 35.56-17.66-7.065 40.617-101.834z"/></svg>
<svg class="tc-image-originals-dress tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M342.842 462.946c-2.029 31.63-171.708 29.834-173.863 0-6.223-162.824 18.646-224.226 26.506-280.24 1.902-13.533-14.843-37.589-19.016-54.323-8.917-35.36 3.856-66.262-8.917-95.42L185.977 26C196.373 66.568 223.8 95.547 256 95.547c32.201 0 59.627-28.979 70.023-69.547l18.425 6.962c-12.773 29.159 0 60.06-8.917 95.42-4.226 16.735-20.96 40.79-19.016 54.324 7.68 56.025 32.55 117.427 26.327 280.24z" fill="#fff"/></svg>
<svg class="tc-image-originals-drill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M190.72 17.688c-1.236 0-2.475 0-3.72.03-1.184.03-2.37.096-3.563.157-.915.047-1.83.093-2.75.156-1.544.104-3.096.227-4.656.376-39.78 3.82-84.005 22.38-113.593 53.938-.914.975-1.807 1.97-2.687 2.97-.63.715-1.26 1.427-1.875 2.155-.353.418-.684.858-1.03 1.28-.54.653-1.07 1.307-1.595 1.97-.068.085-.15.162-.22.25-.772.98-1.536 1.967-2.28 2.968-.907 1.22-1.794 2.442-2.656 3.687-.18.26-.354.52-.532.78-.803 1.177-1.58 2.367-2.343 3.564-.067.1-.124.21-.19.31-.86 1.356-1.718 2.716-2.53 4.095-.004.008.004.024 0 .03-.78 1.325-1.547 2.657-2.28 4-.212.386-.42.77-.626 1.157-.398.744-.772 1.5-1.157 2.25-.35.685-.69 1.374-1.03 2.063-.048.097-.11.185-.157.28-.545 1.11-1.077 2.225-1.594 3.345-.58 1.26-1.143 2.51-1.687 3.78-.423.985-.82 1.98-1.22 2.97-.458 1.132-.913 2.266-1.344 3.406-.43 1.142-.846 2.29-1.25 3.438-.004.012-.027.018-.03.03-.4 1.137-.753 2.265-1.126 3.407-.38 1.165-.74 2.332-1.094 3.5-.31 1.032-.647 2.06-.937 3.095-.138.488-.244.98-.376 1.47-.43 1.59-.837 3.183-1.22 4.78-.136.572-.275 1.146-.405 1.72-.05.207-.11.415-.157.624-2.8 12.473-4.125 25.047-4.157 37.155-.03 11.863 1.123 23.42 3.532 34.094.023.103.038.207.062.31.107.47.232.94.344 1.407.19.794.388 1.593.593 2.375.35 1.33.736 2.642 1.125 3.938.023.073.04.146.063.22.38 1.254.768 2.494 1.188 3.718.384 1.12.8 2.22 1.218 3.312.1.26.182.524.282.78.38.972.78 1.93 1.188 2.876.248.575.492 1.154.75 1.72.297.65.596 1.3.906 1.936.087.18.194.354.282.532.545 1.1 1.102 2.19 1.687 3.25.615 1.114 1.246 2.183 1.906 3.25.514.828 1.055 1.64 1.595 2.437.152.225.284.467.438.69.224.322.458.65.687.968.486.675.993 1.35 1.5 2 .248.318.497.625.75.937.272.336.535.67.813 1 .2.238.42.454.624.688.44.504.89 1.012 1.344 1.5l.5.53c.486.51.97 1.013 1.47 1.5.542.53 1.095 1.028 1.656 1.532.066.06.12.128.188.188.29.257.58.498.875.75.218.186.433.38.655.562.402.332.807.65 1.22.97.466.362.926.714 1.405 1.06.193.14.4.27.594.408.468.33.927.685 1.406 1 .108.07.235.117.344.187.7.452 1.4.894 2.125 1.313l.124.093.125.063 99.53 53.06c-11.733-14.704-21.437-29.708-29.125-44.905L51.25 227.187c-6.087-12.578-9.955-29.526-9.906-48.25.02-8.307.757-16.89 2.25-25.468l63.718 44.624c-.48-5.756-.666-11.52-.593-17.28.623-49.355 21.55-97.852 60.593-142.408 3.543-.597 7.045-1.074 10.5-1.406 5.788-.556 11.42-.72 16.78-.53-45.482 45.9-68.563 95.274-69.187 144.56-.133 10.51.757 21.066 2.688 31.626l101.72 71.22c-.78-6.672-1.146-13.35-1.064-20.032.606-49.25 24.488-97.445 68.625-140.22l-34.25-64.25c-2.42-8.248-6.81-15.287-12.5-21.093-.698-.71-1.42-1.418-2.156-2.093-1.375-1.256-2.785-2.44-4.282-3.562-.125-.093-.25-.19-.375-.28-.71-.527-1.452-1.037-2.188-1.532-.106-.072-.206-.15-.313-.22-.762-.506-1.524-.994-2.312-1.468-.084-.05-.166-.106-.25-.156-.816-.487-1.66-.957-2.5-1.407-.06-.033-.126-.062-.188-.094-.87-.464-1.76-.89-2.656-1.314-.033-.016-.06-.046-.094-.062-.93-.44-1.858-.85-2.812-1.25-1.16-.486-2.337-.942-3.53-1.375-.252-.092-.5-.194-.75-.282-.072-.025-.15-.038-.22-.063-.66-.23-1.33-.472-2-.688-.104-.033-.208-.06-.313-.093-1.548-.493-3.12-.932-4.718-1.344-.586-.15-1.19-.298-1.782-.438-.22-.052-.436-.105-.657-.156-.55-.126-1.097-.257-1.655-.375-.258-.053-.523-.103-.78-.155-.527-.106-1.065-.214-1.595-.313-6.937-1.284-14.234-1.876-21.78-1.875zm174.905 95.624l36.938 157.282 87.062 181.03-11.563-92.374 14.844-124.53-27.062 54.343L436 131.03l.75 130.5-71.125-148.217zm-59.094 27.532c-38.92 39.08-58.576 81.213-59.092 123.22-.143 11.61 1.172 23.29 4 34.967l78.125 54.75c-.123-2.452-.185-4.92-.157-7.374.365-32.055 13.53-63.464 37.78-91.812l-60.655-113.75zm70.126 131.562c-18.83 23.913-28.277 49.114-28.562 74.22-.082 7.153.6 14.333 2.03 21.53l60.72 42.53c.746-16.27 5.657-32.273 14.312-47.31l-48.5-90.97zm-215.28 17.313c12.68 18.31 28.792 36.394 48.53 54.092l58.53 31.22c-9.277-12.315-16.937-24.87-22.967-37.594l-84.095-47.72zM54.655 318l46.657 54.094 71.874 14L54.657 318zm93.28 25.5l148.314 99.72-148.313-15 144.75 36.217-52.875 19.844 115-5.06 101.907 12.75L147.936 343.5zm129.408 12.03c10.717 15.65 24.408 31.098 41.22 46.22l32.623 17.375c-6.16-9.804-11.007-19.812-14.562-29.938l-59.28-33.656zm158.594 28.064c-4.23 10.11-6.4 20.418-6.5 30.72-.194 19.67 7.015 39.694 23.03 58.81l16.438 8.75 27.063 14.438-14.408-27.093-45.625-85.626zm-71.625 21.312c7.277 12.51 17.08 24.897 29.593 37l25.625 13.656c-3.39-7.683-5.788-15.514-7.217-23.406l-48-27.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-drink-me tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M367.844 24.188c-2.995.07-5.916.408-8.688 1.03L343.72 56.657l-6.314-4.437-10.094-7.095-4.093 11.625-16.814 47.688-1.22 3.468.033.094c-22.914 35.49-54.143 58.155-88.75 75.094-42.497 20.8-89.883 32.402-131.25 47.094-22.233 7.895-36.518 24.47-42.72 44.28-6.202 19.81-5.122 42.612.594 65.657 11.43 46.09 41.39 93.763 78.625 119.938 37.233 26.174 92.217 38.243 139.468 33.406 23.625-2.42 45.452-9.12 62-21.658 16.547-12.538 27.34-31.594 27.25-55.187-.172-43.895-5.293-92.393-.094-139.406 4.3-38.89 15.366-76.49 41.906-110.47l1.28-1.063 15.75-12.843v90.97c-13.467 4.385-23.325 17.07-23.436 31.905-.512 4.607-.25 9.738 1.03 15.5l.032.124.03.125 22.377 117.31 67.718-22.5-22.874-119.75c-2.23-11.095-7.69-17.16-14.875-20.717-3.383-1.676-7.24-2.71-11.31-3.063V137.625l4.75-3.875 9.56-7.78-10.092-7.095-5.157-3.625 24.376-25.188c0-30.925-48.225-66.712-83.562-65.874zM336.75 74.594l74.594 52.47-1.47 1.186h-.593v.5l-24.342 19.813c-30.565-4.34-48.466-18.5-59.594-41.657l11.406-32.312zm-21.688 52.062c12.428 18.638 30.934 32.057 55.438 38.188-23.95 34.7-34.592 72.706-38.75 110.312-.167 1.512-.32 3.02-.47 4.53-6.62-4.037-16.198-8.078-27.936-11.56-26.956-8-65.25-13.157-107.53-13.157-42.282 0-80.546 5.156-107.5 13.155-11.706 3.473-21.257 7.505-27.876 11.53 4.798-14.994 14.042-25.84 31.03-31.874 40-14.204 88.293-25.884 133.22-47.874 33.82-16.553 65.86-39.264 90.375-73.25zm104.594 134.22c8.455 0 15.094 6.636 15.094 15.093 0 8.453-6.64 15.124-15.094 15.124s-15.125-6.67-15.125-15.125 6.672-15.095 15.126-15.095zM57.062 301.75c.2.144.355.29.563.438 6.575 4.613 17.21 9.406 30.688 13.406 26.955 8 65.22 13.156 107.5 13.156s80.575-5.156 107.53-13.156c10.82-3.21 19.756-6.927 26.282-10.656-.258 7.08-.352 14.132-.344 21.125-6.165 2.74-13.052 5.19-20.624 7.437-29.44 8.737-69.065 13.938-112.844 13.938-43.778 0-83.402-5.2-112.843-13.938-9.018-2.676-17.087-5.64-24.095-9.03-1.346-7.904-1.953-15.534-1.813-22.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-blade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.406 17.156V54.97c79.545 34.337 178.924 73.75 261.906 97.343-53.787-54.16-125.17-103.693-179.218-135.157H17.406zm118.813 0c59.04 36.955 129.675 89.52 179.218 146.5l19.28 22.22-28.562-7C218.233 157.345 106.5 113.523 17.406 75.28v41.47c168.198 73.64 345.253 128.555 476.344 151.5-37.757-41.128-76.177-78.16-114.25-111.5C314.105 99.484 250 53.816 192.03 17.156h-55.81zM42.843 148c17.93 33.19 29.747 103.934 20.125 139.938-2.986 11.166-19.064 40.526-19.064 53.812 0 18.01 14.468 32.664 32.47 32.22 18-.446 32.435-16.15 32.436-34.158 0-13.366-16.692-41.73-19.75-52.78-10.666-38.56 6.714-92.154 31.626-107.782-25.94-9.94-51.947-20.35-77.844-31.25zm169.312 64.375c43.138 48.155 51.117 154.67 39.375 197.5C248.288 421.71 231 453.25 231 467.438c0 19.116 14.893 33.87 34 33.718 19.107-.15 34.688-15.164 34.688-34.28 0-14.103-15.892-45.715-19.813-57.22-14.753-43.3-3.968-143.785 21.25-141.187 22.02 2.264 25.332 49.124 16.28 79.936-2.083 7.093-12.028 25.58-12.03 34.125 0 11.517 9.02 20.468 20.53 20.376 11.512-.093 20.53-9.203 20.533-20.72 0-8.494-8.95-26.975-11.313-33.905-8.155-23.937 3.22-74.906 20.906-91.967-45.956-12.332-94.36-27.076-143.874-43.938zm173 51.53c18.477 25.58 24.733 78.443 12.78 123.158-3.71 13.88-23.684 50.358-23.686 66.875 0 22.387 17.997 40.613 40.375 40.062 22.378-.55 40.344-20.05 40.344-42.438 0-16.616-20.764-51.887-24.564-65.625-13.298-48.074 7.292-89.676 35.906-103.78-25.73-5.033-52.903-11.147-81.156-18.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-goo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.844 17.28c-54.286 0-103.57 14.478-139.875 38.5-36.305 24.025-60 58.306-60 96.94 0 24.244 9.323 46.797 25.25 66.155 20.198 41.592 34.85 102.377 20.5 144.594-3.513 10.328-19 38.088-19 50.717 0 17.12 17.632 37.563 34.75 37.563 17.116 0 34.778-20.442 34.78-37.563 0-12.706-15.123-40.142-18.03-50.718-11.415-41.524-10.246-93.93 17.593-94.97 13.083 5.394 27.145 9.777 41.937 13.03 22.872 10.78 33.56 52.68 21.844 69.564-2.73 3.936-13.75 15.01-13.75 25.906 0 11.105 9.8 23.47 24.062 23.47 13.314 0 24.063-10.57 24.063-23.47 0-12.69-12.177-21.875-14.44-25.906-8.562-18.992-6.686-51.025 18.782-52.406 29.17-1.583 42.28 83.25 25.22 107.843-4.535 6.537-23.376 27.08-23.376 46.533 0 19.87 15.403 41.283 39.875 41.28 24.95 0 39.845-23.902 39.845-41.28 0-16.962-20.308-39.84-24.063-46.532-16.427-29.282-9.22-119.687 28.875-130.717 1.352-.473 2.338-.91 3.063-1.344 4.343-1.437 8.586-2.988 12.75-4.626.018-.007.044.007.063 0 39.218-5.213 35.794 40.094 55.468 40.094 17.347 0 9.824-61.536 28.69-105.5 9.592-15.822 15-33.27 15-51.72 0-38.632-23.666-72.913-59.97-96.937-36.304-24.022-85.62-38.5-139.906-38.5zM193.5 43.626c-44.808 19.875-74.47 54.414-74.47 93.688 0 61.603 72.957 111.53 162.94 111.53 71.58 0 132.346-31.623 154.217-75.562-6.408 23.038-23.457 44.077-48.75 60.814-24.52 16.226-56.552 28.032-92.562 32.906-19.593 1.22-41.32 4.405-63.375 1.22-40.332-3.84-76.304-16.316-103.22-34.126-32.654-21.61-51.624-50.374-51.624-81.375 0-31.002 18.97-59.736 51.625-81.345 18.12-11.99 40.33-21.593 65.22-27.75zM416.125 329.03c-15.707 0-28.438 12.732-28.438 28.44 0 15.705 12.73 28.436 28.438 28.436 15.707 0 28.438-12.73 28.438-28.437 0-15.708-12.73-28.44-28.438-28.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-honey tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M307.813 23.344l-3.782 3.78-34.5 34.47-44.78-11.782-5.188-1.374-3.812 3.812-36.594 36.53-45.53-12-5.19-1.343-3.78 3.782-38.78 38.718-3.814 3.812 1.376 5.188 13.187 49.874-35.438 35.407-3.812 3.78 1.375 5.22 13.906 52.593 1.375 5.28 1.407.376c19.81 10.976 38.706 97.624 28.094 137.31-2.606 9.753-16.655 35.4-16.655 47 0 15.728 12.652 28.515 28.375 28.126 15.723-.392 28.344-14.088 28.344-29.812 0-11.673-14.58-36.445-17.25-46.094-6.06-21.895.922-48.96 13.22-68.875l4.936 1.28 52.656 13.876 5.188 1.376 3.812-3.812 21.688-21.625c7.984 19.473 9.73 48.845 2.906 74.374-2.573 9.623-16.438 34.895-16.438 46.344 0 15.517 12.483 28.162 28 27.78 15.518-.373 27.967-13.92 27.97-29.437 0-11.518-14.397-35.946-17.032-45.467-11.366-41.077 12.977-75.36 39.438-75.5l.593.156.126-.126c.147.002.29-.005.438 0-.087-.057-.193-.1-.28-.156l3.53-3.5L332 297.844l4.125 1.125c1.173 12.203.642 23.632-2.188 31.936-2.463 7.227-11.812 26.517-11.812 35.375 0 12.01 9.4 21.408 21.406 21.595 12.01.095 21.438-9.243 21.44-21.25 0-8.914-10.39-28.197-12.564-35.594-2.596-8.834-4.21-18.916-4.72-28.967l33.97 9.125 5.188 1.375 3.812-3.782 5.47-5.436c4.175 31.496 3.13 68.988-4.563 91.562-4.09 11.998-20.688 44.982-20.688 59.688 0 19.933 16.258 35.563 36.188 35.75 19.93.157 35.468-15.253 35.468-35.188 0-14.794-18.052-47.69-21.436-60.03-5.96-21.737-6.115-69.13.406-116.938l9.625-9.532 3.875-3.844-1.438-5.25-5.312-19.5c5.808-26.393 13.877-50.716 24.344-68.25l2.875-2.875-1.376-5.218-13.906-52.595-1.375-5.28-5.282-1.376-48.967-12.907-12.22-46.313-1.406-5.28-5.25-1.376L313 24.72l-5.188-1.376zm5.625 20.812l42.218 11.125 11.125 42.157-31.186 31.126-38.875-10.25-12-45.47 28.717-28.687zm-88.25 25.094L264.03 79.5 276 124.75l-28.875 28.844-42-11.063L194 100.407l31.188-31.156zm-91.157 27l42.25 11.125 11.126 42.125-31.156 31.125L114 169.5l-11.125-42.094L134.03 96.25zm66.44 67.28l40.843 10.75 11.437 43.314-30.28 30.28-42.032-11.093-11.125-42.124 31.156-31.125zm65.25 67.814l40.967 10.78L318.375 285l-30.688 30.656-42.218-11.125-11.064-41.936 31.313-31.25zm104.905 16.28c9.275.22 16.596 13.983 21.406 33.5l-10.717 10.626-33.157-8.875c1.985-18.728 8.707-33.897 21.25-35.188.41-.042.815-.072 1.22-.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M490.906 15c-15.93 27.59-38.93 49.68-66.125 65.906-1.656 22.7-13.066 44.383-30.655 63.844-24.774 27.41-61.863 51.865-104.78 73.906-84.056 43.17-190.69 76.712-270.75 97.656v53.875c7.514-2.44 15.065-4.847 22.624-7.25 18.695.008 39.45 7.253 46.25 50.282C80.952 445.75 64 453.105 64 477c0 12.348 12.224 21.406 24.03 21.406 12.074 0 23.532-8.464 23.532-20.187 0-23.002-16.374-32.466-23-65.283 9.795-76.6 133.782-117.104 133.782-71.75 0 11.632-12.813 21.018-12.813 31.625 0 12.752 11.694 21.75 24.032 21.75 12.068 0 24.657-10.1 24.657-23.53 0-13.43-14-20.934-14-31.75 0-71.077 114.83-78.082 132.686-16.782-13.16 56.997-42.03 75.01-42.03 116.844 0 22.04 21.583 38 44.28 38 22.2 0 45.125-17.067 45.125-40.28 0-43.735-30.165-58.033-43.06-115.19 23.29-129.734 61.263-121.692 88.31-176.03.036-.06.06-.127.095-.188C490.395 109.56 498.903 66.81 490.905 15zm-86.53 76.656c-37.166 17.086-80.115 24.428-123 21.28C221.435 153.363 107.803 206.662 18.593 225v71.97c78.706-20.824 182.013-53.747 262.219-94.94 41.78-21.456 77.22-45.23 99.437-69.81 12.273-13.58 20.51-26.965 24.125-40.564zm54.28 102.125c-7.41 43.062-29.47 51.75-29.47 81.94.002 15.146 14.987 26.28 29.47 26.28 14.81 0 28.875-10.4 28.875-24.78 0-28.982-21.217-40.46-28.874-83.44z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-dripping-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M366.938 19.688l-23.563 17.375-80.75 58.812L181.72 36.78l-23.47-16.936 8.844 27.656 31.25 95.28-81.188 58.564-23.344 16.97 28.907-.25 100-.345 31 95.718 8.843 27.656 8.656-27.688 30.874-95.5 100.187.313 28.876-.22-23.47-16.938-81.155-58.687 31.064-94.813 9.344-27.874zm-35.782 49.25l-24.375 74.437-2.124 6.656 5.656 3.845 63.344 45.563-78.312-.094-6.78.03-1.908 6.22-23.97 74.687-23.936-74.717-2.47-6.47-6.78.032-77.875.125 63.313-45.188 5.28-4.28-1.78-6.688L194 69.22l63.063 46.03 5.687 3.813 5.03-3.844 63.376-46.282zM92 242.063s-36 73.02-36 92.906C56 354.852 72.115 371 92 371s36.03-16.147 36.03-36.03c0-19.905-36.03-92.908-36.03-92.908zm340.906 0s-36.03 73.02-36.03 92.906c0 19.883 16.146 36.03 36.03 36.03 19.885 0 36-16.147 36-36.03 0-19.905-36-92.908-36-92.908zM262.47 363.342s-36.033 73.022-36.033 92.907c0 19.885 16.147 36.03 36.032 36.03 19.883 0 36-16.145 36-36.03 0-19.903-36-92.906-36-92.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-stone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M344.875 19.844l-155.78 7.343-33.97 88.032-1.938 5-5.28.843-43.563 7.093L59.438 230l40.218 31 252.688.72 69.594-34.22-17.72-146.28-11-.032v.03l-73.874 1.063-43.406 63.5-15.438-10.53 46.125-67.53 2.75-4 4.844-.064 49.155-.687-18.5-43.126zm69.875 232l-48.438 23.844c12.5 17.007 19.983 47.156 13.344 69.593-2.448 8.275-14.728 29.75-14.937 39.69-.283 13.39 15.325 29.372 28.717 29.374 13.393.002 25.406-15.983 25.688-29.375.207-9.88-11.454-31.608-14.03-39.69-8.56-26.84-1.968-63.266 9.655-93.436zm-351.125 5c13.52 36.223 8.293 83.594 22.188 83.594 14.32 0 13.963-49.785 35.406-60.688l-24.782-.063-3.188-.03-2.5-1.907-27.125-20.906zm84.875 23c27.784 7.302 54.07 75.815 40.875 94.094-2.84 3.935-14.162 15.01-14.47 25.906-.31 11.105 9.113 23.47 23.376 23.47 13.315-.002 24.357-10.57 24.72-23.47.357-12.692-11.54-21.875-13.688-25.906-8.028-18.992-4.63-73.682 20.875-75.063 29.213-1.583 39.942 83.25 22.188 107.844-4.717 6.534-24.14 27.11-24.688 46.56-.558 19.87 14.247 41.284 38.72 41.283 24.947 0 40.51-23.903 41-41.282.478-16.96-19.185-39.87-22.75-46.56-14.323-26.88-7.27-105.226 23.687-126.44l-159.844-.436zm-60.813 101.03c-12.466 0-22.562 10.13-22.562 22.595 0 12.465 10.096 22.56 22.563 22.56 12.466 0 22.562-10.095 22.562-22.56 0-12.467-10.096-22.595-22.563-22.595z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M495.52 21.816l-11.305 1.043-82.805 7.644-258.045 258.053c-15.554-22.716-27.955-46.57-35.414-70.16l-4.098-12.96-10.633 8.47c-19.564 15.59-31.423 31.095-36.855 46.65-5.43 15.554-3.958 30.888 1.717 44.084 9.88 22.977 30.975 40.096 51.26 52.862-24.534 31.35-52.64 56.51-82.09 80.21l-3.486 2.808v4.474c0 14.772 4.732 27.31 13.584 35.684 8.85 8.375 21.067 12.126 34.222 12.125h4.7l2.802-3.774c22.927-30.88 48.28-59.133 79.71-82.04 10.91 17.653 26.147 38.022 48.323 48.664 12.948 6.214 28.392 8.625 44.922 4.35 16.53-4.275 33.916-14.868 52.42-33.373l10.88-10.88-14.672-4.637c-25.307-7.998-49.583-21.334-72.77-37.787l32.987-32.988c-.656.765-1.31 1.558-1.963 2.412l3.89-4.34 2.78-2.78c16.614-13.837 33.616 1.5 43.3 59.98 6.67-64.68 35.053-74.725 38.56-47.342V502.98h18.687V316.715l.175 1.828c4.48-49.957 29.634-39.048 33.996 24.996v152.835h18.69v-69.408c5.9-43.874 38.74-54.97 47.68-10.248l-.295 84.575 18.688.066 1.36-390.126 9.097-89.418zm-20.89 20.696l-6.53 64.162L199.223 375.56l8.58 6.467c22.645 17.077 46.745 31.5 72.267 41.534-12.25 10.186-23.203 15.888-32.72 18.35-12.33 3.19-22.537 1.512-32.16-3.105-19.24-9.235-35.212-31.906-45.618-49.928l-5.017-8.69-8.31 5.624c-36.06 24.4-64.17 55.143-88.975 88.002-7.447-.676-13.15-2.994-17.075-6.708-4.023-3.807-6.73-9.497-7.435-17.99 31.122-25.274 61.537-52.874 87.783-88.485l6.2-8.413-9.05-5.225c-21.07-12.165-44.11-30.36-52.443-49.736-4.166-9.688-5.14-19.37-1.242-30.537 3.067-8.784 9.632-18.68 20.832-29.36 9.388 24.544 23.015 48.677 39.63 71.308l6.44 8.775 268.942-268.95 64.777-5.98zM428.57 75.064L164.334 339.3l13.215 13.216L441.786 88.28l-13.215-13.216zM450.75 200.75c7.306 0 14.617 7.55 14.617 18.78s-7.308 18.78-14.617 18.78c-7.306 0-14.617-7.552-14.617-18.78 0-11.23 7.308-18.78 14.617-18.78zm-20.535 49.844c3.373 0 7.69 2.54 11.73 9.53 4.042 6.987 6.955 17.67 6.955 29.595 0 11.923-2.912 22.607-6.953 29.594-4.04 6.988-8.357 9.53-11.732 9.53-3.373 0-7.69-2.542-11.73-9.53-4.042-6.988-6.956-17.67-6.956-29.595 0-11.926 2.913-22.61 6.954-29.597 4.042-6.988 8.356-9.53 11.73-9.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-dripping-tube tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M276.95 18.752c-17.61.005-29.2 5.172-33.776 13.1-5.232 9.06-2.762 24.25 9.775 42.494 12.536 18.243 34.302 38.05 61.864 53.963 27.562 15.91 55.6 24.856 77.666 26.592 22.068 1.736 36.456-3.72 41.688-12.78 5.23-9.06 2.762-24.25-9.775-42.493-12.538-18.244-34.303-38.05-61.866-53.964-27.562-15.913-55.598-24.858-77.666-26.594-2.757-.217-5.395-.32-7.91-.32zm9.818 21.453c16.105.134 40.723 8.224 65.804 22.705 38.22 22.067 63.046 50.616 55.453 63.768-7.593 13.152-44.732 5.925-82.95-16.14-38.22-22.068-63.047-50.618-55.454-63.77 2.61-4.52 8.71-6.633 17.148-6.563zm-50.784 42.352L79.594 392.385c-10.137 17.762-10.692 36.284-4.504 51.6 6.224 15.41 18.583 27.613 33.222 35.6 14.64 7.99 31.752 11.89 48.39 9.743 16.64-2.145 32.87-10.827 43.554-27.033l.01-.018L388.914 173.33c-6.485-.61-13.232-1.71-20.172-3.29l-32.846 50.308c-.272-.25-.55-.5-.878-.77-3.27-2.697-8.986-5.776-16.44-8.377-14.908-5.2-36.63-8.684-60.63-8.684-23.997 0-45.72 3.484-60.628 8.685-2.427.848-4.65 1.748-6.683 2.667l57.967-114.84c-4.098-4.665-7.81-9.377-11.055-14.097-.542-.788-1.047-1.582-1.566-2.373zM415.03 184.553l-8.794 33.5c-7.48 28.495-19.135 51.737-29.22 71.646-10.085 19.908-19.258 36.267-19.14 53.5.217 31.9 26.61 57.75 58.634 57.505l-.008.002c32.01-.217 58.057-26.384 57.836-58.29-.076-11.126-4-21.653-9.54-32.974-.62-1.593-1.43-3.186-2.41-4.797-2.39-4.645-4.986-9.447-7.656-14.505-10.25-19.42-22.206-42.452-30.453-72.21l-9.25-33.377zm-232.85 46.07c3.385 2.44 8.59 5.096 15.14 7.38 14.908 5.202 36.63 8.685 60.63 8.685 23.998 0 45.72-3.483 60.628-8.684 2.914-1.017 5.552-2.107 7.893-3.22l-16.365 25.068c-15.16 3.556-32.977 5.53-52.156 5.53-25.762 0-49.088-3.553-66.788-9.728-6.642-2.317-12.488-4.99-17.47-8.215l8.488-16.817zm233.242 19.498c.32.83.65 1.62.973 2.437-1.073 34.75-13.116 59.906-8.944 75.015 4.384 15.93 20.963 25.358 36.974 20.852 4.253-1.17 8.036-3.197 11.226-5.83.126 21.712-17.307 39.275-39.275 39.424h-.007c-21.97.167-39.654-17.217-39.8-38.944v-.002c-.067-9.577 7.017-24.98 17.12-44.927 6.888-13.598 14.798-29.615 21.735-48.024zm-191.04 29.74c9.492 0 17.186 7.697 17.186 17.19 0 9.49-7.694 17.184-17.185 17.184-9.49 0-17.186-7.694-17.186-17.185 0-9.493 7.695-17.19 17.186-17.19zm-54.35 13.44c12.148 0 21.997 9.85 21.997 22s-9.85 21.997-22 21.997c-12.147 0-21.997-9.848-21.997-21.996 0-12.15 9.85-22 21.998-22zm22.007 57.81c13.287 0 24.058 10.775 24.058 24.064 0 13.287-10.77 24.058-24.06 24.058-13.286 0-24.06-10.77-24.06-24.058 0-13.29 10.774-24.063 24.06-24.063z"/></svg>
<svg class="tc-image-originals-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.844 40.344C234.1 213.202 145.594 248.03 145.594 369.22c0 60.804 60.106 105.5 118.25 105.5 59.45 0 115.937-41.803 115.937-99.533 0-116.332-85.2-162.312-115.936-334.843zm-58.28 217.094c-27.963 75.53-5.105 154.567 54.25 179.375 15.185 6.348 31.724 7.714 47.905 6.28-116.134 49.787-185.836-79.816-102.158-185.656z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-drop-weapon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M189.016 17.783l-15.74 2.78 13.788 78.38 15.74-2.772-13.788-78.387zm89 17.82c-6.39 8.14-8.592 14.91-8.272 20.84.39 7.21 4.47 14.56 11.89 22.31 11.35 11.84 29.86 23.54 48.11 35.68l-2 13.658-3.77.802-8.26 1.72.052.06-133.79 29c-2.68 5-4.14 12.78-3.25 20.39.84 7.26 3.74 13.59 7 17.13l116.838-25.25 5.79 13.74-103.58 69a27.76 27.76 0 0 0 2.312 13.26c.2.47.41.92.63 1.38a35.37 35.37 0 0 0 2.3 4.02c3.84 5.92 9.55 10.43 14.19 12.15l108.358-73 10.13 11.08-84.678 104.03c1.35 4.61 5.27 10.37 11 14.69 5.92 4.49 13 6.94 18.66 6.84l82.17-99.38 12.898 7.69-42 103.72c2.83 3.9 8.44 7.86 15.38 10 7.23 2.22 15.1 2.21 20.52.49l57.192-137.58.05-.13c7.24-18.3 28-29.86 56.26-39.19 1.26-.417 2.558-.82 3.854-1.227V56.51a330.06 330.06 0 0 1-83.836 49.562l-.05.05a120.22 120.22 0 0 1 15.902 15.21c9.89 11.66 15.79 25.43 14 40.7l-15-1.75c1.22-10.62-2.382-19.54-10.532-29.15s-20.92-19.28-36.27-29.27c-28.99-18.84-66.898-38.92-100.198-66.26zm-201.14 31.63l-10.462 12.1 62.07 53.66 10.46-12.1-62.07-53.66zm-44.04 110.31l-.31 16 70.138 1.4.28-16.05-70.108-1.35zm91.97 55.607a27.75 27.75 0 0 0-21.63 44.893l-52.862 161.31a27.87 27.87 0 1 0 28.522 9.37l52.71-160.86a27.75 27.75 0 0 0 1.47-53.53 27.75 27.75 0 0 0-8.21-1.183zM18 273.093v51.217l14.756 4.822a8.52 8.52 0 1 1-5.3 16.19L18 342.232v53.26l23.016 7.55 36.21-110.49L18 273.092zm115.115 60.78l-22.62 69 14.14 4.63 22.62-69-14.14-4.63zm29.34 9.62l-22.62 69 14.18 4.63 22.62-69-14.18-4.63zm29.34 9.61l-22.62 69 14.14 4.63 22.62-69-14.14-4.63zm29.43 9.61l-22.62 69 14.14 4.628 22.62-69-14.14-4.628zm29.26 9.62l-22.62 69 14.22 4.61 22.62-69-14.22-4.61zm29.43 9.61l-22.62 69 14.14 4.63 22.62-69-14.14-4.63zm29.31 9.61l-22.62 69 14.14 4.63 22.62-69-14.14-4.63zm31.89 1.57l-29.25 89.27a47 47 0 1 0 29.25-89.27z" fill="#fff"/></svg>
<svg class="tc-image-originals-droplet-splash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M247.563 19.813c-13.458 0-24.344 10.917-24.344 24.375 0 13.457 10.885 24.343 24.343 24.343 13.457 0 24.375-10.888 24.375-24.343 0-13.454-10.918-24.374-24.375-24.374zm.937 70.312c-4.414 85.037-23.308 149.063-46.156 149.063-5.667 0-11.307-4.22-16.344-11.438 1.29 41.965-4.895 68.787-19.844 67.625-5.412-.42-11.71-4.443-18.125-11.406 20.254 50.4 58.82 84.75 103.376 84.75 44.556 0 83.122-34.35 103.375-84.75-6.413 6.962-12.678 10.985-18.092 11.405-16.276 1.265-22.873-29.93-19.875-78.563-6.6 13.806-14.202 22.375-22.188 22.375-22.85 0-41.71-64.025-46.125-149.062zM104.25 314.53c-51.466 16.677-84.688 41.948-84.688 69.97 0 50.166 104.813 91.096 234.188 91.094 129.375-.002 234.188-40.928 234.188-91.094 0-28.02-33.222-53.293-84.688-69.97 27.147 12.92 43.813 29.24 43.813 47.19 0 41.413-86.506 74.81-193.313 74.81-106.805.002-193.313-33.397-193.313-74.81 0-17.95 16.666-34.273 43.813-47.19zm68.906 13.814c-28.25 9.053-46.72 22.128-46.72 37.437 0 27.24 57.065 49.626 127.314 49.626 70.248 0 127.313-22.386 127.313-49.625 0-15.308-18.468-28.383-46.72-37.436 14.94 7.036 24.532 15.4 24.532 25.22 0 22.485-47.132 40.686-105.125 40.686s-105.125-18.2-105.125-40.688c0-9.818 9.592-18.182 24.53-25.218z" fill="#fff"/></svg>
<svg class="tc-image-originals-droplets tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M107.156 17.72c-22.515 130.852-89.5 157.227-89.5 248.968 0 46.03 45.485 79.843 89.5 79.843 1.7 0 3.402-.066 5.094-.155.82-6.47 1.875-12.74 3.125-18.844-2.962.39-5.995.595-9.063.595-38.51 0-69.656-31.488-69.656-70.72 0-39.23 31.145-70.717 69.656-70.717.576 0 1.147.017 1.72.03-17.205 9.417-28.876 28.2-28.876 49.5 0 27.927 20.063 51.5 46.344 55.345 10.542-29.276 25.437-55.543 41.125-83.125 3.053-5.368 6.148-10.822 9.25-16.344-20.93-44.947-53.572-89.35-68.72-174.375zm296.531 0c-14.905 86.624-49.318 127.455-70.875 171.78 4.337 8.4 8.666 16.6 12.907 24.625.27.514.54 1.018.81 1.53 12.664-17.583 33.143-28.968 56.283-28.968.585 0 1.167.017 1.75.032-17.214 9.413-28.907 28.192-28.907 49.5 0 30.555 24.045 55.905 53.938 55.905 16.704 0 31.57-7.9 41.437-20.22-6.557 32.216-34.585 56.22-68.217 56.22-3.16 0-6.266-.245-9.313-.656 1.425 6.11 2.654 12.378 3.656 18.78 2.18.163 4.354.28 6.53.28 45.005 0 87.752-31.642 87.752-75.342 0-88.064-64.484-122.863-87.75-253.47zM256.72 52.47c-18.814 73.33-47.047 123.11-71.69 166.436-29.68 52.186-53.686 94.326-53.686 161.313 0 31.412 15.432 58.706 39.094 78.624 23.66 19.917 55.448 31.906 86.125 31.906 31.66 0 62.733-11.278 85.468-29.906 22.736-18.628 37.095-44.098 37.095-73.78 0-64.192-23.26-108.428-52.125-163.064-23.955-45.34-51.36-97.692-70.28-171.53zm-1.5 212.56c6.448 0 12.75.62 18.874 1.75-31.1 8.977-53.844 38.675-53.844 73.5 0 41.822 32.78 76.314 73.47 76.314 28.857 0 53.72-17.368 65.75-42.375-1.763 57.015-47.717 102.374-104.25 102.374-57.654 0-104.314-47.18-104.314-105.78 0-58.603 46.66-105.783 104.313-105.783z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-drowning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M195.78 21.25c.558 3.56 1.4 7.026 2.5 10.375-10.494 7.93-17.31 20.482-17.31 34.563 0 23.834 19.54 43.374 43.374 43.374 21.168 0 38.917-15.417 42.625-35.562 25.962-4.582 46.306-26.02 50.436-52.75h-19c-4.337 20.21-21.453 35-41.812 35-20.36 0-37.476-14.79-41.813-35h-19zm175.064 13.938c-25.434 0-46.25 20.815-46.25 46.25 0 19.075 11.697 35.546 28.28 42.593-7.11 9.418-11.312 21.134-11.312 33.782 0 7.75 1.605 15.145 4.47 21.875-12.57 5.384-21.438 17.91-21.438 32.375 0 19.32 15.837 35.157 35.156 35.157 18.684 0 34.16-14.802 35.156-33.25.955.048 1.908.06 2.875.06 30.937 0 56.22-25.28 56.22-56.218 0-26.182-18.118-48.315-42.438-54.5 3.53-6.522 5.532-13.976 5.532-21.874 0-25.434-20.816-46.25-46.25-46.25zm-163.97 13.5c9.535 13.508 24.047 23.037 40.814 25.562-3.3 9.72-12.44 16.625-23.344 16.625-13.734 0-24.688-10.953-24.688-24.688 0-6.883 2.746-13.05 7.22-17.5zm157.657 5.906c-1.73 2.925-2.75 6.323-2.75 9.968 0 10.838 8.79 19.626 19.626 19.626 6.814 0 12.826-3.478 16.344-8.75.42 1.927.656 3.938.656 6 0 8.38-3.65 15.838-9.47 20.874-6.774 1.082-13.154 3.37-18.905 6.657-14.95-.423-26.75-12.47-26.75-27.532 0-13.163 9.002-24.028 21.25-26.844zm-77.31 53.812c-19.32 0-35.19 15.868-35.19 35.188s15.87 35.187 35.19 35.187c19.318 0 35.186-15.867 35.186-35.186 0-19.32-15.868-35.188-35.187-35.188zm110.56 11.875c3.978 0 7.788.622 11.376 1.75-8.97 3.188-15.406 11.75-15.406 21.814 0 12.78 10.376 23.125 23.156 23.125 7.517 0 14.18-3.574 18.406-9.126-.016 20.82-16.705 37.5-37.53 37.5-2.595 0-5.122-.257-7.563-.75-5.147-8.898-14.05-15.376-24.5-17.188-3.473-5.694-5.47-12.39-5.47-19.594 0-12.556 6.06-23.605 15.438-30.406 7.315-.77 14.12-3.26 20.03-7.062.685-.037 1.37-.063 2.063-.063zm-110.56 6.845c9.217 0 16.5 7.25 16.5 16.47 0 9.218-7.282 16.5-16.5 16.5-9.22 0-16.5-7.282-16.5-16.5 0-9.22 7.28-16.47 16.5-16.47zM193.936 154.5c-28.534 0-51.875 23.34-51.875 51.875 0 27.282 21.344 49.764 48.157 51.688-9.678 17.452-15.47 39.067-15.47 62.5-.002 30.41 9.606 58.155 24.844 77.25l10.03 12.562-15.874 2.5c-31.947 5.028-52.09 14.733-65.375 28.344-11.19 11.464-17.854 26.476-21.97 45.342H400.75c-4.88-18.106-12.076-32.644-23.156-43.906-13.31-13.53-32.53-23.205-61.656-28.687l-15.594-2.94 10.156-12.186c15.99-19.265 26.47-47.184 26.47-78.28 0-29.982-9.56-56.965-24.5-76.095-14.943-19.132-34.85-30.314-56.626-30.314-3.65 0-7.25.324-10.78.938.484-2.84.75-5.747.75-8.72 0-28.534-23.34-51.874-51.876-51.874zm-9.156 19.938c-1.747 3.255-2.75 6.982-2.75 10.937 0 12.78 10.377 23.125 23.157 23.125 8.837 0 16.508-4.938 20.407-12.22 1 3.18 1.53 6.57 1.53 10.095 0 6.337-1.743 12.238-4.78 17.25-6.165 3.686-11.928 8.405-17.22 14-3.486 1.23-7.257 1.906-11.186 1.906-18.435 0-33.157-14.72-33.157-33.155 0-15.252 10.084-27.995 24-31.938zm171.75 21.437c5.43 5.877 12.062 10.598 19.533 13.75.114.795.187 1.607.187 2.438 0 9.218-7.28 16.468-16.5 16.468-9.22 0-16.47-7.25-16.47-16.468 0-8.112 5.623-14.716 13.25-16.187zM224.47 266.75c4.943.072 9.195 2.03 11.343 5.75 3.818 6.613-.49 16.256-9.625 21.53-9.137 5.276-19.62 4.208-23.438-2.405-3.817-6.612.49-16.256 9.625-21.53 3.997-2.31 8.248-3.4 12.094-3.345zm60.81 0c3.847-.056 8.13 1.036 12.126 3.344 9.136 5.275 13.443 14.92 9.625 21.53-3.817 6.614-14.33 7.682-23.467 2.407-9.137-5.274-13.444-14.917-9.625-21.53 2.147-3.72 6.4-5.678 11.343-5.75zm-30.56 58.97c22.9-.08 45.62 14.087 54.31 42.75-36.916-23.654-71.587-24.153-109.624 0 9.35-28.35 32.412-42.673 55.313-42.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-drum tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M476.865 25.514L282.941 145.422l19.32 9.215L486.333 40.822l-9.467-15.308zM73.6 65.508l-7.748 16.246 286.595 136.709 1.389 2.715c3.244 6.346 9.677 12.524 17.723 16.373l.003.002.004.002c8.566 4.084 17.188 5.364 23.63 4.373 6.443-.992 10.352-3.63 12.523-8.18 2.17-4.55 1.665-8.39-1.725-13.603-3.39-5.213-10.122-10.882-18.935-15.086-8.063-3.843-16.927-4.961-23.91-3.487l-2.983.63L73.6 65.507zm121.097 97.65c-40.936 2.913-77.435 8.644-106.084 16.283-21.165 5.644-38.06 12.392-48.953 19.26C28.767 205.57 25 211.723 25 216c0 4.277 3.767 10.43 14.66 17.299 10.894 6.868 27.788 13.616 48.953 19.26C130.943 263.847 190.374 271 256 271c49.18 0 94.88-4.017 132.512-10.781-8.123-.325-16.546-2.53-24.703-6.422l-.002-.002-.004-.002c-10.2-4.878-18.614-12.38-24.135-21.484l-72.705-34.68-36.498 22.566c-4.5 9.65-12.051 18.021-21.662 23.977l-.002.002-.004.002c-10.715 6.625-22.297 10.072-33.281 9.588-10.985-.484-21.794-5.485-27.856-15.29-6.062-9.803-5.366-21.696-.515-31.294 4.85-9.598 13.3-17.76 23.785-24.243l.002-.001h.002c9.63-5.951 20.504-8.973 31.16-8.688l6.904-4.27-14.3-6.82zm127.432.36l-.545.336 41.3 19.7c10.563-1.44 21.702.385 31.92 5.257h.005c11.125 5.306 20.412 12.504 26.275 21.52 5.863 9.014 7.844 20.763 2.88 31.167-3.08 6.457-8.178 11.27-14.2 14.395 4.699-1.07 9.273-2.174 13.623-3.334 21.165-5.644 38.06-12.392 48.953-19.26C483.233 226.43 487 220.277 487 216c0-4.277-3.767-10.43-14.66-17.299-10.894-6.868-27.788-13.616-48.953-19.26-27.516-7.337-62.286-12.91-101.258-15.923zm-93.81 15.677l-21.499 13.293-3.033-.3c-7.102-.708-15.793 1.364-23.39 6.058l-.002.002c-8.305 5.135-14.382 11.502-17.186 17.05-2.804 5.55-2.89 9.422-.238 13.71 2.651 4.288 6.822 6.486 13.336 6.773 6.513.287 14.949-1.923 23.023-6.916 7.58-4.699 13.305-11.538 15.842-18.199l1.086-2.85 31.383-19.404-19.323-9.217zM39.642 253.912l26.941 44.9 33.31-24.982a408.545 408.545 0 0 1-15.92-3.879c-17.352-4.627-32.253-9.928-44.331-16.039zm432.714 0c-12.078 6.11-26.98 11.412-44.332 16.04-6.926 1.846-14.283 3.565-21.949 5.175l38.926 24.377 27.355-45.592zM487 264.492l-17.576 29.293a90.955 90.955 0 0 0 2.209-.97c5.948-2.72 10.255-5.583 12.627-7.944 2.371-2.361 2.74-3.683 2.74-4.871v-15.508zm-462 .002V280c0 1.188.369 2.51 2.74 4.871 2.372 2.361 6.679 5.224 12.627 7.943.712.326 1.45.65 2.207.971L25 264.495zm98.639 14.027l-36.737 27.553c1.874.36 3.74.72 5.674 1.065 21.728 3.862 47.224 6.792 74.612 8.775l-36.143-36.143a573.54 573.54 0 0 1-7.406-1.25zm233.996 4.538c-23.345 2.877-48.603 4.787-75.155 5.552l37.08 27.809 38.075-33.361zm27.261.045l-37.195 32.59c26.286-1.979 50.764-4.83 71.723-8.555 1.011-.18 1.972-.373 2.967-.557l-37.495-23.478zm-224.369.697l32.317 32.316 36.676-27.506c-24.226-.698-47.389-2.342-68.993-4.81zM256 291.25l-36.322 27.242c12.024.332 24.171.508 36.322.508 12.15 0 24.298-.176 36.322-.508L256 291.25zM25 305.121V440c0 5.5 4.3 11.699 16.09 18.436 3.953 2.259 8.63 4.452 13.91 6.554V317.13c-8.28-2.377-15.693-5.007-22.117-7.943-2.813-1.287-5.44-2.63-7.883-4.065zm462 0c-2.443 1.435-5.07 2.778-7.883 4.065-6.424 2.936-13.838 5.566-22.117 7.943V464.99c5.28-2.103 9.957-4.295 13.91-6.554C482.7 451.699 487 445.5 487 440V305.121zM73 321.63v149.488c6.196 1.816 12.868 3.523 19.953 5.098 25.716 5.714 56.789 9.79 90.047 12.2V334.978c-34.264-1.945-66.46-5.297-93.576-10.118A430.035 430.035 0 0 1 73 321.63zm366 0a430.032 430.032 0 0 1-16.424 3.232c-27.115 4.82-59.312 8.173-93.576 10.118v153.435c33.258-2.409 64.331-6.485 90.047-12.2 7.085-1.574 13.757-3.281 19.953-5.097V321.63zM201 335.87v153.684c18.028.96 36.517 1.445 55 1.445 18.483 0 36.972-.485 55-1.445V335.87c-18.053.752-36.52 1.129-55 1.129-18.48 0-36.947-.377-55-1.129z"/></svg>
<svg class="tc-image-originals-duality tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M137.703 23.605c-1.176.038-2.058.133-2.642.133-.98 0-1.952.032-2.92.088v-.088c-6.42 0-12.584 1.54-18.324 4.414-.876.366-1.743.747-2.595 1.15l.096.202c-5.578 3.252-10.708 7.805-15.197 13.53-9.665 12.324-15.956 29.914-15.956 49.618 0 19.875 7.628 45.94 16.648 57.248l10.045 12.594-15.918 2.467c-15.464 2.398-26.127 9.174-34.622 19.63-8.495 10.456-14.537 24.92-18.55 41.89-7.39 31.243-7.78 70.335-7.8 106.206h41.438L81.918 496.21H194.63l10.515-163.524h42.046v-9.346c0-35.39-1.044-74.64-10.13-107.604-4.542-16.48-11.126-31.5-21.123-43.496-7.27-8.725-16.5-15.703-27.5-20.105 8.084-14.387 12.618-32.26 12.618-50.14 0-41.227-25.068-73.777-58.948-78.18h-.003c-1.757-.227-3.226-.247-4.4-.21zm242.193 0c-1.176-.037-2.645-.018-4.404.21-33.88 4.403-58.947 36.953-58.947 78.18 0 17.88 4.532 35.753 12.617 50.14-11.002 4.402-20.23 11.38-27.5 20.105-9.997 11.997-16.58 27.015-21.123 43.496-9.086 32.963-10.132 72.213-10.132 107.604v9.346h42.047L322.97 496.21H435.68l10.513-163.524h41.438c-.02-35.87-.41-74.963-7.8-106.207-4.013-16.97-10.055-31.434-18.55-41.89-8.495-10.456-19.157-17.232-34.62-19.63l-15.92-2.466 10.044-12.594c9.02-11.31 16.65-37.373 16.65-57.248 0-19.704-6.29-37.294-15.955-49.62-4.49-5.724-9.62-10.278-15.2-13.53l.095-.2c-.842-.398-1.697-.775-2.563-1.136-5.747-2.885-11.923-4.428-18.353-4.428v.088c-.967-.056-1.94-.088-2.92-.088-.585 0-1.467-.095-2.644-.133zM139.693 42.35h.004c23.37 3.034 42.668 25.778 42.668 59.646 0 18.664-6.866 38.574-15.95 49.516l-10.142 12.218 15.606 2.934c12.81 2.408 22.07 8.382 29.7 17.54 7.63 9.156 13.387 21.71 17.463 36.5 7.437 26.983 9.096 60.97 9.344 93.292h-40.77L177.105 477.52H132.14V42.58c.975-.09 1.95-.15 2.92-.15 2.75 0 4.335-.117 4.633-.078zm238.21 0h.003c.3-.04 1.884.078 4.633.078.97 0 1.945.06 2.92.15V477.52h-44.966l-10.512-163.524h-40.77c.25-32.322 1.907-66.31 9.345-93.293 4.076-14.79 9.833-27.343 17.463-36.5 7.63-9.157 16.89-15.13 29.7-17.54l15.606-2.933-10.142-12.218c-9.083-10.942-15.952-30.852-15.952-49.516 0-33.868 19.3-56.612 42.67-59.646z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-duality-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M65.44 18.39l-2.327 9.717C53.95 66.384 49.07 107.884 49.07 151.293c0 93.415 23.097 178.085 61.047 240.014 17.218 28.096 37.652 51.6 60.447 68.92 26.69 21.257 56.353 32.962 87.377 32.962.364 0 1.147-.12 1.927-.25.623.008 1.247.02 1.87.02 60.13 0 113.67-39.724 151.62-101.653 37.95-61.93 61.047-146.598 61.047-240.014 0-41.557-4.858-81.203-13.256-118.012l-2.324-10.19-9.582 4.176c-50.92 22.196-113.98 35.705-182.086 35.713-2.014-.022-4.01-.06-6.002-.103V62.8c-1.296 0-2.586-.017-3.88-.03-69.783-2.053-125.493-18.078-182.545-40.698l-9.29-3.683zm380.816 28.747c6.792 32.774 10.824 67.647 10.824 104.156 0 90.547-22.596 172.38-58.494 230.963-35.9 58.582-84.36 93.38-136.848 93.38-.195 0-.39-.006-.584-.007v-63.987c-2.64.023-5.28-.03-7.914-.163-55.358-2.77-109.316-38.91-122.03-99.742l-2.355-11.256h94.895l37.404 14.207V80.206c1.946.042 3.896.078 5.862.098h.087c66.168 0 127.672-12.383 179.152-33.168zm-279.53 98.12c35.365 0 64.036 13.248 64.036 29.59 0 16.34-28.668 29.585-64.035 29.585-35.365 0-64.036-13.246-64.036-29.586 0-16.34 28.67-29.588 64.037-29.588zm186.282 0c-35.367 0-64.035 13.248-64.035 29.59 0 16.34 28.67 29.585 64.035 29.585 35.367 0 64.035-13.246 64.035-29.586 0-16.34-28.67-29.588-64.035-29.588zM152.572 319.17c14.72 45.053 57.247 71.428 101.602 73.646 44.8 2.24 90.238-19.45 110.416-73.646h-57.447l-44.204 16.187-42.62-16.187h-67.748z"/></svg>
<svg class="tc-image-originals-duck tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M319.398 26.76c-9.51-.074-19.237 2.177-28.966 8.615-75.118 49.7-18.154 114.97-2.026 166.176 11.882 2.75 26.068 3.496 40.574 1.786 17.012-2.006 34.346-7.262 49.022-15.365-6.18-11.668 3.62-29.6 9.035-38.728l83.396-8.392c12.108-7.608 21.486-19.257 4.055-24.213l-82.885-11.448c7.013-28.32-22.403-65.608-41.035-71.92-9.898-3.354-20.393-6.427-31.17-6.51zm29.043 49.21c8.286 0 15 6.716 15 15 0 8.285-6.714 15-15 15-8.283 0-15-6.715-15-15 0-8.284 6.717-15 15-15zm43.038 125.055c-18.094 11.122-39.446 17.72-60.388 20.188-14.264 1.682-28.372 1.5-41.283-.82-77.015 18.895-133.99 36.876-211.24 36.876-24.21-3.115-31.616-11.996-50.368-20.08 16.237 56.88 3.742 95.626 64.382 131.193 105.145 50.197 218.445 51.527 320 0 21.96-11.142 33.838-103.735 17.986-127.114-8.27-12.196-27.656-30.114-39.09-40.245zm-28.93 55.27c.275 28.072-13.338 50.968-33.58 67.04-20.24 16.074-46.96 26.048-75.013 30.925-28.053 4.876-57.493 4.613-83.498-.717-26.005-5.33-48.854-15.582-62.87-32.49l13.856-11.487c9.996 12.058 29.158 21.53 52.63 26.342 23.47 4.81 50.974 5.107 76.8.617s49.922-13.804 66.902-27.287c16.98-13.483 26.994-30.408 26.774-52.765l17.997-.178zM176.17 416.35l-.266 44.437c-11.283 5.013-20.25 12.844-27.486 24.455h144c-14.892-14.892-33.408-29.823-64.274-31.777l.188-29.123c-5.886-.56-11.912-1.25-17.986-2.06l-.204 31.265c-5.774.325-11.17.92-16.205 1.844l.21-35.566c-6.128-1.044-12.176-2.194-17.978-3.474z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-duel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M76 16v110.625s21.708-11.927 32.343-9.843c15.5 1.78 28.554 14.896 30.468 24.375-12.995 2.602-22.967 16.39-22.967 32.812 0 18.283 12.508 33.28 27.657 33.28 1.462 0 4.692.73 6.093.47l37.968 158.906V496h51.094V108.345l-25.313 18.282s-8.972-27.62-34.686-55.312C152.94 43.624 75.997 16.002 75.997 16.002zm197.343 0v387.657l25.312-18.282s8.973 27.62 34.688 55.313C359.057 468.38 436 496 436 496V385.375s-21.708 11.927-32.343 9.843c-15.5-1.78-28.554-14.896-30.468-24.375 12.995-2.603 22.967-16.39 22.967-32.813 0-18.283-12.508-33.28-27.657-33.28-1.462 0-4.692-.73-6.093-.47L324.44 145.375V16h-51.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-dust-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M157.28 20.156c49.034 80.853 158.543 191.31 280.314 282.72-12.952-21.306-30.14-44.73-50.656-69.313 28.743-10.15 24.95-58.844-11.344-58.844-13.48 0-22.456 6.72-26.97 15.686C295.36 133.576 228.32 73.53 157.282 20.156zm149.5 19.657c-28.475 0-28.49 42.656 0 42.656 28.494 0 28.477-42.657 0-42.657zM96.814 53.718c-28.476 0-28.493 42.655 0 42.655 1.2 0 2.337-.074 3.437-.22 11.16 20.95 24.392 43.76 30.094 54.72-34.91-27.997-71.838-55.12-110.375-80.03 45.8 69.48 95.23 131.372 148.343 187.468-44.29-39.876-94.253-78.585-147.157-113.282 46.907 90.757 163.835 205.804 299 294.345-18.66-35.987-48.926-76.256-86.437-116.813 39.578 36.5 81.035 70.486 124.405 102.532-26.27 2.126-25.556 42.562 2.188 42.562 16.258 0 23.203-13.887 20.906-25.812 27.366 19.495 55.49 38.282 84.374 56.5-17.89-46.96-52.54-103.187-97.938-161.188 30.526 24.99 63.348 48.99 97.594 71.094-40.95-88.83-150.568-199.87-279.72-283.344 6.852 14.92 15.627 30.436 26.095 46.344-32.12-28.783-65.672-55.986-99.75-80.563 11.906-11.61 6.894-36.968-15.063-36.968zm-4.188 236.405c-28.476 0-28.493 42.656 0 42.656s28.476-42.655 0-42.655zm15.313 79.25c-28.476 0-28.493 42.656 0 42.656 28.492 0 28.475-42.655 0-42.655zm70.906 12.53c-48.87 0-48.9 73.22 0 73.22 48.898 0 48.87-73.22 0-73.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-dwarf-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M144 14.363c-64.694 104.413-4.668 124.562 32.555 148.147 6.503-16.14 13.96-30.746 23.834-44.38C155.053 95.97 146.91 47.894 144 14.364zm224 0c-2.91 33.53-11.054 81.606-56.39 103.768 9.874 13.634 17.332 28.24 23.835 44.38 37.223-23.585 97.25-43.734 32.555-148.147zM256 89.465c-39.382 27.615-54.255 54.46-68.348 94.822 41.83 11.72 94.865 11.72 136.696 0-14.093-40.363-28.966-67.207-68.348-94.822zM147.02 287.88l6.066-7.278 6.31-7.57 5.803 5.804c.886-25.65 4.967-52.82 15.76-77.516-2.635-.766-5.244-1.564-7.806-2.418l-8.54-2.847c-4.614 10.308-17.4 74.702-17.594 91.826zm200.365-91.825l-8.54 2.847c-2.56.854-5.17 1.652-7.804 2.418 10.793 24.696 14.874 51.867 15.76 77.516l5.805-5.805 12.375 14.85c9.107-12.404-12.98-81.517-17.595-91.825zM186.31 226.98l-5.695 17.075 8.54 2.847 11.53 3.844c-.283 1.185-.427 2.4-.433 3.617 0 8.837 7.163 16 16 16 6.34-.004 12.078-3.75 14.633-9.55l6.27 2.09 8.536 2.845 5.695-17.076-8.54-2.848-48-16zm139.38 0l-8.536 2.844-48 16-8.54 2.848 5.695 17.076 8.536-2.846 6.7-2.232c2.518 5.874 8.293 9.686 14.684 9.693 8.837 0 16-7.163 16-16-.006-1.27-.163-2.533-.468-3.765l11.084-3.696 8.54-2.847zm-165.085 72.715l-61.39 73.668h41.27l-15.997 48h50.075l-12.795 25.59 32.664-10.887L256 497.636l61.568-61.57 32.664 10.887-12.794-25.59h50.074l-15.998-48h41.27l-61.39-73.668-49.86 49.862-19.096-38.194h-52.875l-19.098 38.194zM240 325.363h32v18h-32z"/></svg>
<svg class="tc-image-originals-dynamite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M288.486 65.154c-4.03-.012-6.848 1.054-8.445 2.617-2.837 2.78-4.187 9.457-.782 20.04 3.405 10.584 11.316 23.592 22.83 35.35 11.514 11.76 24.354 19.94 34.863 23.567 10.51 3.626 17.214 2.418 20.052-.362 2.838-2.78 4.186-9.452.78-20.035-3.404-10.583-11.313-23.595-22.827-35.353-11.514-11.76-24.356-19.94-34.865-23.565-4.598-1.586-8.468-2.248-11.604-2.258zm80.604.776c-4.032-.012-6.853 1.053-8.45 2.617-2.838 2.78-4.183 9.456-.78 20.04 3.406 10.582 11.315 23.59 22.83 35.35 11.514 11.757 24.353 19.94 34.863 23.565 10.51 3.626 17.212 2.418 20.05-.36 2.84-2.78 4.187-9.457.782-20.04-3.405-10.584-11.316-23.592-22.83-35.35-11.514-11.76-24.352-19.94-34.862-23.566-4.598-1.587-8.467-2.247-11.603-2.256zM260.432 86.975l-31.258 30.607c5.788 17.413 13.473 32.68 24.185 44.813 12.826 14.526 29.924 24.947 55.134 29.666l1.547.29 27.35-26.782c-2.107-.5-4.218-1.104-6.31-1.826-13.972-4.82-28.638-14.492-41.853-27.988-13.216-13.496-22.576-28.362-27.102-42.432-.678-2.107-1.238-4.23-1.693-6.347zm-58.295 57.084L81.3 262.384c5.703 16.54 13.196 31.068 23.475 42.71 12.827 14.525 29.925 24.946 55.135 29.665l3.947.738 118.028-115.576c-37.01-11.376-62.938-38.592-79.748-75.863zm179.955 13.827c-4.03-.012-6.85 1.053-8.447 2.617-2.84 2.78-4.187 9.454-.782 20.037 3.405 10.584 11.316 23.594 22.83 35.353 11.515 11.758 24.354 19.94 34.864 23.566 10.51 3.625 17.21 2.417 20.048-.362.71-.696 1.33-1.635 1.8-2.82 13.218 11.37 24.29 26.203 25.34 35.833 1.27 11.666-3.506 21.664-12.89 32.37-9.387 10.703-23.192 21.244-37.308 31.977s-28.55 21.646-39.303 34.48c-10.754 12.83-17.9 28.62-14.7 46.32 2.824 15.628 11.277 31.794 25.02 42.99 13.744 11.198 33.482 16.712 55.157 9.655l8.56-2.787L456.704 450l-8.557 2.787c-16.327 5.316-28.412 1.494-38.214-6.492-9.803-7.987-16.62-20.85-18.678-32.24-2.084-11.53 1.97-21.04 10.783-31.557 8.813-10.518 22.32-21.006 36.4-31.713 14.083-10.707 28.73-21.645 39.95-34.44 11.216-12.794 19.193-28.317 17.25-46.18-2.223-20.41-18.936-37.77-35.61-50.938-4.033-3.187-8.103-6.08-12.09-8.623-4.204-8.643-10.786-18.118-19.38-26.895-11.516-11.76-24.357-19.94-34.867-23.565-4.598-1.587-8.466-2.25-11.6-2.258zm-28.057 21.816l-27.35 26.783.256 1.555c4.19 25.305 14.25 42.618 28.503 55.747 11.904 10.965 27.008 18.968 44.295 25.12l31.258-30.608c-2.11-.5-4.218-1.103-6.31-1.825-13.972-4.82-28.638-14.493-41.854-27.99-13.216-13.495-22.577-28.36-27.103-42.43-.68-2.11-1.24-4.232-1.695-6.352zm-55.445 54.293L180.5 349.636l.656 3.962c4.19 25.303 14.25 42.615 28.502 55.744 11.423 10.52 25.79 18.317 42.207 24.367l120.01-117.517c-36.728-17.825-63.1-44.612-73.285-82.197zM55.68 287.47l-33.522 32.827.07.07c-.304.214-.59.436-.833.676-2.84 2.78-4.187 9.456-.782 20.04 3.405 10.582 11.316 23.59 22.83 35.35 11.515 11.757 24.354 19.94 34.864 23.565 10.51 3.626 17.21 2.418 20.048-.36.245-.24.475-.52.696-.818l.07.07 35.804-35.06c-36.806-11.614-62.575-38.98-79.244-76.36zm95.158 91.21l-35.076 34.347.07.07c-.303.215-.587.438-.832.678-2.838 2.78-4.188 9.454-.783 20.038 3.405 10.583 11.316 23.593 22.83 35.35 11.514 11.76 24.354 19.94 34.863 23.567 10.51 3.627 17.213 2.42 20.05-.36.246-.24.474-.52.694-.817l6.366 6.5-6.295-6.432 31.713-31.054c-36.792-17.74-63.268-44.425-73.6-81.886z"/></svg>
<svg class="tc-image-originals-eagle-emblem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M35.31 22.3C27.498 42.766 22.138 64.643 20 87.378l103.705 27.79-4.838 18.052-99.873-26.763c-.012.954-.035 1.905-.035 2.86 0 14.055 1.196 27.83 3.48 41.23h94.146v18.687H26.393c3.368 13.324 7.83 26.207 13.29 38.547l79.184-21.216 4.838 18.05-75.64 20.27c5.994 11.096 12.817 21.67 20.396 31.636l61.933-35.756 9.343 16.183-59.22 34.192c7.782 8.728 16.18 16.885 25.132 24.4l44.73-44.726 13.214 13.215-43.055 43.052c8.963 6.406 18.374 12.215 28.186 17.357l28.734-49.772 16.186 9.346-27.987 48.472c12.545 5.367 25.63 9.697 39.156 12.87.99 3.566 2.08 7.103 3.25 10.593-12.36 9.993-24.163 20.49-35.12 31.728-4.458-2.16-9.46-3.373-14.75-3.373-18.707 0-33.874 15.164-33.874 33.873 0 1.715.13 3.402.377 5.05 2.02-11.514 12.06-20.265 24.153-20.265 3.103 0 6.068.582 8.8 1.633-10.103 12.102-19.193 25.08-26.906 39.23 13.897-7.544 27.684-15.755 41.15-24.764.96 2.63 1.485 5.468 1.485 8.43 0 12.122-8.796 22.184-20.352 24.168 1.685.258 3.412.393 5.168.393 18.71 0 33.873-15.168 33.873-33.875 0-4.17-.757-8.16-2.134-11.848 10.033-7.467 19.823-15.43 29.26-23.984 2.978 5.705 6.203 11.034 9.65 15.818l-43.53 87.17c48.267 22.47 115.7 22.76 157.872 0l-42.13-84.36c3.722-4.81 7.21-10.25 10.426-16.14 8.577 7.617 17.428 14.77 26.483 21.508-1.375 3.685-2.13 7.67-2.13 11.836 0 18.707 15.165 33.873 33.874 33.873 1.758 0 3.486-.132 5.172-.39-11.56-1.983-20.355-12.045-20.355-24.168 0-2.964.525-5.805 1.49-8.435 13.464 9.006 27.247 17.223 41.143 24.767-7.71-14.148-16.78-27.136-26.877-39.238 2.726-1.045 5.682-1.623 8.775-1.623 12.09 0 22.13 8.75 24.15 20.262.246-1.647.377-3.332.377-5.047 0-18.71-15.166-33.873-33.875-33.873-5.275 0-10.268 1.205-14.72 3.355-10.007-10.27-20.74-19.908-31.946-29.12 1.938-5.52 3.658-11.18 5.132-16.886 7.91-2.368 15.65-5.14 23.2-8.283l-28.497-49.356 16.186-9.346 29.34 50.816c9.98-5.11 19.555-10.9 28.672-17.308l-44.146-44.147 13.215-13.216 45.926 45.922c9.145-7.557 17.72-15.785 25.666-24.6l-60.95-35.19 9.343-16.182 63.748 36.804c7.76-10.087 14.746-20.807 20.87-32.07l-77.93-20.883 4.837-18.05 81.534 21.847c5.588-12.533 10.157-25.625 13.584-39.178h-92.836v-18.687h96.777c2.282-13.4 3.48-27.174 3.48-41.23 0-1.19-.025-2.376-.044-3.563L397.652 133.22l-4.836-18.054L499.09 86.69c-2.18-22.49-7.52-44.13-15.254-64.39h-.004C457.315 63.81 400.24 96.234 329.068 109.32c12.67 15.603 20.442 35.52 20.442 57.233 0 31.196-15.723 58.718-39.604 75-21.27-12.407-42.907-28.878-45.52-43.814l17.653-3.81-2.235-10.352c15.67-11.335 33.936-9.138 53.433-.01l-18.302-40.414-41.903 9.04-2.846-13.188V139l-80.87 17.453 20.458 30.266c-8.595 19.678-2.717 41.68 5.45 58.56-27.204-15.57-45.592-44.998-45.592-78.73 0-21.713 7.772-41.63 20.44-57.232C118.904 96.234 61.83 63.81 35.312 22.3zm216.45 132.567c5.244-.056 9.98 3.573 11.13 8.9 1.312 6.085-2.557 12.084-8.644 13.397-6.087 1.313-12.085-2.556-13.398-8.643-1.314-6.085 2.556-12.086 8.642-13.4.76-.163 1.52-.245 2.27-.253z" fill="#fff"/></svg>
<svg class="tc-image-originals-earth-africa-europe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 32A224 224 0 0 0 32 256a224 224 0 0 0 224 224 224 224 0 0 0 223.672-217.45c-15.468 4.148-.306.22-16.467 4.51-9.1-2.965-28.42 10.264-29.197 10.264-1.756 0-14.65-49.66-14.65-49.66L381.08 208H368l-1.316 6.32 30.2 28.444-47.76 20.718-35.466-49.162-5.24 2.328 11.21 36.3 42.84 23.177-42.84 50.568 1.403 35.82-31.276 67.182-52.168-6.716-16-88.843-3.094-33.43-71.517-3.838-9.258-60.77 32.314-35.827 54.782-6.32 40.034 21.772 36.93-9.72c-1.112-18.374.05-12.54-1.112-18.374l-19.666-.7-1.053-10.184-5.97-2.107-2.81 12.64-9.48-.526-11.94-26.514-8.43 2.81 10.185 22.475-9.13 3.16-13.694-20.718-8.428-1.406-21.773 2.81-18.26 23.177-18.613 1.406-1.405-34.064 24.23-1.757 2.108-10.184-5.795-5.618-.174-3.69 16.182-7.94 11.56-2.944 19.665-6.848 6.32-7.375 3.512 7.375 22.474 2.81 8.78-9.13 5.97-24.582-6.673-2.81-11.238 16.857-8.43-9.834-11.586 14.75-14.4 2.458-.7-10.184 11.236-23.88 31.606-13.694 43.894-3.16 3.864 13.344s-4.916 13.344-5.97 13.695c-.138.045.428 1.754 1.464 4.565h31.195l14.047-11.59 29.484-9.138A224 224 0 0 0 256 32zM145.098 69.465l6.144 1.053s1.756 8.076.352 10.007c-1.405 1.932-10.885 7.903-10.885 7.903l-6.148-12.115 10.536-6.848zm41.086 11.588l8.252 19.49 3.337 16.68s-11.588 5.793-12.466 6.496c-.878.7-6.147-8.077-6.147-8.077l-1.93-17.91 2.81-15.1 6.144-1.58zm-12.116 22.474v16.155l-10.007 3.86-2.107-7.724 12.115-12.29zm189.104 238.618l-7.365 61.798-16.164 3.166s4.868-50.492 7.326-53.3l16.202-11.665z"/></svg>
<svg class="tc-image-originals-earth-america tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 32c-37.764.086-74.894 9.72-107.938 28.002l27.52 19.36 40.033-13.694 24.582 5.62 8.78 49.864 15.1-11.588 41.087-14.046 18.26 27.742-35.82 18.963-22.473 16.152-2.458 22.475-24.932 21.07-7.023 34.064-14.047 1.053 7.023-38.63-53.027-2.807-12.64 18.61-.1-.01v26.644l25.824 1.986 23.838 16.885-1.986 25.328 33.77 5.96-.36.76 53.004-30.558 90.88 59.098-20.51 48.548-32.685 20.156-61.143 77.965-13.498-3.845L262.216 365l-42.213-42.213 7.853-13.86-25.732-9.482-25.326-30.79-21.853-4.967L116.422 208H112l-5.117 26.746-3.64-39.146 5.267-29.147-.7-23.178L97.247 98.2C55.516 140.12 32.06 196.847 32 256c0 123.712 100.288 224 224 224 82.413-.028 158.155-45.308 197.195-117.887L442.82 298.14l-5.62-36.17-34.06-27.392 6.67-37.926 15.803-20.367 37.555-5.05C428.766 87.086 346.913 32.072 256 32zm89.047 48H368v48l-32 16v-23.836zm-122.76 166.518l29.85 4.918-4.213 6.32-24.23-4.916z"/></svg>
<svg class="tc-image-originals-earth-asia-oceania tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 32A224 224 0 0 0 99.596 95.68l11.12-2.66 38.24-13.41 44.198-8.44 17.383 17.38 27.81-15.892 32.778.498 5.96 7.946 48.17-10.43 73.005 22.35-33.77 13.904 8.442 34.763-16.885 10.925-10.43-52.144-22.844 1.987-3.476 25.824-23.838 9.933 2.48 33.77-14.897 2.484-10.926-19.37-5.463 15.397 12.416 22.844-39.73 40.725-3.973 12.414 6.457 17.878s-15.892 23.343-18.375 22.846c-2.484-.495-44.698-37.743-44.698-37.743l-26.32 15.395-20.86-31.288-18.375 1.49-24.83 69.032-17.88 4.967-38.454-52.088A224 224 0 0 0 256 480a224 224 0 0 0 224-224A224 224 0 0 0 256 32zm75.217 112.67l9.93 15.394-14.897 22.348-2.484 15.893-7.946-4.967h1.49l4.47-42.213 9.437-6.455zm-18.873 56.117l11.422 1.49-.993 11.422-29.796 5.462-.995-7.945 20.362-10.43zm-39.233 26.818l14.9 4.47-2.483 21.355-17.382-12.416 4.966-13.41zm-9.434 45.69l2.482 18.87H245.3l-.993-13.407 19.37-5.463zm39.728 3.476l33.772 8.94 16.885 20.858-45.193-11.918-11.918 4.965-19.866-21.85 26.32-.994zM198.12 289.685l27.316 8.443 33.77 17.38s-20.86 4.47-23.84 3.477c-2.98-.993-43.702-19.37-43.702-19.37l6.457-9.93zm116.21 10.43l10.43 24.83 22.347 13.906-4.966 34.763-25.326 23.342-26.322-21.355-27.314 8.94-19.367 13.903L230.9 369.64s8.442-26.82 10.428-27.812l19.37-5.96 8.443-19.366 7.448 12.912 25.326-6.457 12.416-22.844zm86.91 49.66l4.965 2.484-10.926 15.396-3.475-8.94 9.435-8.94zm-11.422 19.867s6.456 4.47 4.47 5.96c-1.987 1.49-27.81 19.367-27.81 19.367l-10.927-5.463 23.343-17.38 10.925-2.483zm-82.44 32.28l12.415.498-10.428 9.932-1.988-10.43z"/></svg>
<svg class="tc-image-originals-earth-crack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M156.777 16.248l21.832 149.004-83.165-78.248 40.946 125.732-74.765-6.927 39.33 68.112h71.87l-11.512-38.73 28.125 15.234 1.17-49.223 44.537 51.568 14.064-78.52 17.58 60.94 57.425-39.846-17.58 58.597 55.082-22.266-30.912 42.248h80.834l37.17-63.13-51.26 6.845 20.565-85.008-70.873 48.905L395.61 69.693l-95.25 51.473-12.266-100.908-51.576 104.803-32.53-87.51-18.517 18.18-28.693-39.482zm57.23 259.61l-48.064 34.892 20.48 27.527L59.384 355l8.42 66.527-.506 2.99-48.087 20.126V491.7h34.42l47.1-46.206-18.678-74.63 46.343-6.1 3.358 54.933 1.685.75 39.685 32.815-18.117 38.437h54.185L215 432.284l-65.352-26.19-2.673-43.777 73.43-9.666-28.182-37.886 53.593-38.91h-31.81zm60.124 0l49.722 58.437-74.63 35.61-4.355.222 52.588 62.935L266.69 491.7h72.033l-2.315-73.403L282.78 374.6l58.706-28.014 73.418 17.262-45.13 72.213 41.003 55.112.19.527h69.838l-78.51-55.122 14.45-35.62 77.86 30.75v-34.606l-68.937-15.215 18.912-30.26-101.807-23.934-44.103-51.836h-24.54z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-earth-spit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M332.594 201.938l-44.188 84.468 109.063 9.188 62.124-7.938-35.53 20.5 13.53 9.188 56.937 10.562v-92.5l-39.31-29.53 7.5 33.718-62.845-24.688 4.188 26.125-71.47-39.093zm-129.063.593L74.157 242.97l20.625-35.25-72.874 27.686v217.47l88.75-46.97 10.47-44.5h-40.75l49.56-20.75 43.408-26.03L203.53 202.53zm143.126 107.532l-27.812 29.594 34.062 40.313 67.75 20.717 56.656 12.844-51.25 15.376 68.47 20.25v-102.25l-62.313-11.562-1.908-.375-1.625-1.095-28.437-19.313-53.594-4.5zM184.97 329.406l-43.22 25.938-13.875 59-.97 4.125-3.75 1.967-101.25 53.594v17.845h472.626v-23.22l-88.124-26.06-11.594-3.44 6.25-10.342 7.407-12.313-62.345-19.063-12.53 14.063 59.53 68.53-107.844-52.28 17.75-26.656-25.624-17.406-80.53 85.625 27.53-56.907-65.812-12.594 79-14.625 23.625-48.843-76.25-6.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-earwig tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M55.836 28.59c-.682-.008-1.352-.004-2.008.012-10.49.253-17.153 3.2-21.37 7.668-4.215 4.468-6.71 11.194-6.27 21.564.442 10.37 4.09 24.004 11.785 40.047 4.768 9.94 11.075 20.797 19.007 32.442l71.176-76.4C116.16 47.008 105.028 41.594 94.88 37.6c-15.573-6.132-28.808-8.897-39.044-9.01zm119.836.494l79.33 205.252 24.078 22.43c14.3-12.52 32.123-19.167 50.156-19.817 3.852-.14 7.713-.004 11.55.405-1.73-5.99-3.855-12.23-6.427-18.73-18.454-46.654-59-104.866-126.89-168.29-10.213-9.538-20.985-16.37-31.798-21.25zm119.254 7.545L265.6 82.5c4.45 4.89 8.744 9.745 12.877 14.56l32.2-50.363-15.75-10.068zM144.418 63.884l-76.29 81.888c8.823 11.61 19.148 23.878 31.024 36.696l14.483 4.503 72.816-78.16-7.927-20.51c-11.908-9.288-23.304-17.418-34.105-24.418zm201.94 29.912l-46.004 30.27c3.87 5.092 7.54 10.127 11.044 15.11l45.237-29.765-10.276-15.615zm-152.42 34.396l-60.5 64.94 97.294 30.256-36.793-95.197zm191.576 47.416l-48.77 4.24c3.298 6.104 6.31 12.102 9.02 17.98l41.37-3.598-1.62-18.623zM34.704 182c5.583 9.95 12.94 19.732 23 29.13 68.28 63.786 129.182 100.34 176.872 115.49 6.404 2.036 12.54 3.68 18.41 4.966-3.772-20.823.685-42.925 13.55-60.963L239.9 245.81 34.705 182zm298.155 73.48c-.987-.013-1.974-.002-2.96.034-15.772.57-31.336 7.165-43.002 19.66-17.816 19.083-21.222 46.203-10.712 68.306 3.685-2.48 7.783-4.47 12.236-5.834 3.05-.934 6.13-1.535 9.193-1.824 1.34-.126 2.68-.192 4.012-.2 19.983-.13 38.644 12.792 44.777 32.814.827 2.698 1.378 5.416 1.698 8.128 10.76-2.912 20.876-8.764 29.068-17.54 7.844-8.4 12.884-18.363 15.187-28.768-16.542-3.03-30.933-14.942-36.173-32.05-3.824-12.48-2.057-25.4 3.837-36.048-8.54-4.342-17.844-6.57-27.16-6.68zm67.535 1.385c-.8.01-1.602.052-2.407.13-1.84.18-3.693.548-5.537 1.112-14.746 4.517-22.904 19.878-18.387 34.623 4.516 14.746 19.88 22.904 34.626 18.387 14.747-4.516 22.905-19.878 18.388-34.623-3.705-12.096-14.708-19.758-26.683-19.63zm-307.672 9.29L54.73 294.42l11.16 14.998 42.17-31.37c-5.062-3.803-10.178-7.78-15.337-11.892zm46.193 33.6l-23.516 41.92 16.3 9.145 23.052-41.09c-5.21-3.145-10.49-6.47-15.836-9.974zM490.01 315.23l-77.64 2.504c-.098 11.22-2.542 22.43-7.33 32.85 21.634-4.112 46.81 3.183 66.524 21.508 10.075 9.364 17.117 20.466 21.54 31.957l-3.094-88.82zm-289.567 18.385l-.658 41.322 18.69.297.545-34.168c-6.05-2.187-12.25-4.678-18.577-7.45zm101.4 20.668c-.8.01-1.602.052-2.407.13-1.84.18-3.694.548-5.538 1.112-14.747 4.517-22.905 19.878-18.388 34.623 4.516 14.746 19.88 22.906 34.627 18.39 14.747-4.517 22.905-19.88 18.388-34.626-3.705-12.096-14.708-19.758-26.683-19.63zm59.927 37.32c-10.896 4.32-22.572 6.188-34.155 5.577l3.088 88.683 89.608-3.845.002-.002c-11.84-3.584-23.366-9.783-33.47-19.176-21.715-20.182-30.53-47.91-25.072-71.236z"/></svg>
<svg class="tc-image-originals-echo-ripples tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M490.594 16.5C475.867 89.867 453.31 155.58 422.5 214.063c-21.152 25.636-62.322 41.665-103.53 34.375 43.72-60.817 65.875-137.485 56.75-217.813-16.566 59.05-35.182 107.876-58.876 150.063-15.774 16.782-43.006 26.035-71.03 17.562 32.043-43.75 48.387-99.21 41.78-157.375-10.346 33.145-23.852 63.82-40.313 92.094-14.07 15.776-39.033 24.72-64.843 17.186 21.468-29.682 32.4-67.153 27.938-106.437-8.185 18.823-17.562 36.73-28.063 53.718-13.755 11.638-44.94 9.03-68.406.906l-1.03-.78c12.087-18.074 16.897-41.415 11.655-66.783-4.187 11.166-9.265 21.824-15.186 31.94-10.587 17.13-38.888 3.862-57.5-8.782 15.907 14.915 32.82 40.912 17.375 58.53-8.39 7.818-17.43 15.142-27.095 21.938 23.353-.655 43.408-8.87 58.125-22.22 22.488 19.768 27.623 50.15 16.688 65.876-12.735 12.155-26.297 23.565-40.657 34.188 37.302-4.225 69.916-21.612 93.75-47l1.407 1.125c11.843 22.98 8.502 48.584-3.718 65.188-23.105 21.13-48.766 40.03-76.876 56.687 57.276-6.488 107.018-34.138 142.344-74.25l1.03.813c13.878 25.61 10.338 54.48-3.312 73.062-35.078 31.465-77.614 59.935-130.312 88.625 80.3-9.095 150.015-47.894 199.437-104.22 19.344 39.258 12.064 82.842-10.25 109.47-49.987 43.37-108.914 79.872-177.217 109.97C348.12 465.035 517.375 252.265 490.592 16.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-eclipse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M135.688 18.5c-6.798 74.842-23.842 85.39-107.907 59.656 84.85 52.022 73.57 64.954-6.843 96.938 87.743-10.27 103.29 4.89 70.75 87.594 17.805-27.56 32.5-44.498 46.282-54.47-11.813 28.26-18.345 59.274-18.345 91.813 0 84.184 43.71 157.96 109.656 200.376-41.624-43.834-67.686-102.7-67.686-167.875 0-134.923 109.45-244.405 244.375-244.405 30.92 0 60.76 5.762 88 16.25-38.584-26.87-85.517-42.625-136.064-42.625-55.257 0-106.14 18.802-146.562 50.375 4.627-18.783 17.39-38.073 41.03-60.906C190.18 90.942 153.53 95.634 135.69 18.5zm10.03 77.188c5.67.002 11.428 1.247 16.876 3.874 14.506 6.998 22.72 21.81 22 36.938-10.26 10.87-19.507 22.696-27.594 35.344-9.035 2.753-19.075 2.27-28.25-2.156-19.37-9.343-27.5-32.6-18.156-51.97 6.715-13.92 20.638-22.036 35.125-22.03z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-eclipse-flare tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M253.924 31.56l-6.252 41.475c-40.904 1.6-81.38 16.64-114.233 45.137l-81.67-60.63 60.593 82.1c-28.1 33.614-42.45 74.828-43.054 116.206l-47.24 6.984 47.573 7.17c2.384 38.934 16.966 77.26 43.765 108.758l-61.635 83.51 83.33-61.864c32.178 27.257 71.444 41.798 111.19 43.647l7.63 50.635 7.473-50.55c.853-.03 1.707-.052 2.56-.093-.843-.038-1.683-.09-2.524-.14l16.193-109.53c6.984-2.27 13.52-5.526 19.445-9.61l44.186 24.788L316.32 305.6c3.976-5.716 7.175-12.006 9.463-18.72L485.78 262.83l-45.147-6.654c-.54-42.053-15.258-83.957-44.194-117.907l59.556-80.22h-.002l-80.392 59.333C342.312 88.88 301.33 74.08 260.045 72.96l-6.12-41.4zm17.605 74.522c43.267 0 86.536 16.507 119.548 49.52 28.136 28.136 44.273 63.723 48.428 100.41l-113.322-16.705c-2.254-6.995-5.493-13.544-9.565-19.483l24.636-43.424-43.223 24.522c-6.234-4.44-13.163-7.962-20.603-10.358l-12.47-84.343c2.19-.084 4.38-.138 6.57-.138zm-29.22 2.54l-12.412 82.34c-6.844 2.33-13.244 5.61-19.046 9.69l-42.748-24.254 24.107 42.975c-4.184 6.01-7.52 12.652-9.83 19.76l-78.146 11.553c5.06-34.793 20.974-68.312 47.746-95.084 25.55-25.55 57.246-41.206 90.33-46.98zM102.462 274.948l80.318 12.105c2.36 6.865 5.676 13.28 9.796 19.09l-24.826 43.76 43.963-24.942c5.514 3.763 11.558 6.803 17.988 9.012l16.325 108.306c-34.42-5.222-67.54-21.073-94.045-47.58-33.063-33.062-49.568-76.415-49.517-119.75z"/></svg>
<svg class="tc-image-originals-edge-crack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M117.938 50.5l2.53 99.906 105.313 58.97L117.938 50.5zm260.906 22.594l-97.438 35.97L302.344 280l76.5-206.906zm115.22 78.75L360.154 211.78l67.563 119.75 5.655 10.064-11 3.47-82.063 25.78 57.438 49.25 23.75 20.375-31.03-4-254.22-32.814-35.406-4.562 33.094-13.375 127.187-51.345L173.5 295.03 19.75 363.907v130.656h474.313V151.844zm-357.783 50.47l-96.53 22.655 246.844 72.343-150.313-95z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-edged-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M460.406 22.125l-10.47 1.25c-132.005 15.758-263.716 19.22-395.248.03L54 23.282H44v9.345c0 103.06 10.502 205.848 41.25 289.22 30.748 83.37 82.665 147.96 164.344 170.405l2.22.594 2.217-.47c89.592-19.1 142.168-83.93 171-168.155 28.835-84.225 35.376-188.492 35.376-291.595v-10.5zm-18.78 20.906c-.265 56.583-2.753 113.052-9.813 165.595l-97.282 41.28L417.22 285c-2.957 11.405-6.22 22.478-9.876 33.156-22.214 64.89-57.017 114.956-112.97 141.188l-41.843-98.375-40.75 95.842c-50.813-28.117-85.577-77.93-109-141.437-3.886-10.54-7.41-21.46-10.655-32.688l77.188-32.78-93.657-41.376c-8.595-52.263-12.39-108.494-12.812-165.186 49.124 6.71 98.217 10.326 147.28 11.406l42.595 100.188 42.843-100.782c48.718-1.684 97.41-5.558 146.062-11.125zM86.218 66.78c0 43.91 2.32 87.696 7.968 129.157l122.937 54.313-101.344 43.03c18.374 55.7 46.708 101.438 88.75 129.033l48.19-113.375 49.468 116.375c46.042-26.184 74.48-72.526 91.75-129.563l-107.22-45.5 126.313-53.625c4.576-41.822 6.064-85.915 6.064-129.844-36.633 4.374-73.274 7.63-109.906 9.44l-56.47 132.874L196.5 76.874c-36.768-1.483-73.514-4.73-110.28-10.093z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-egg-clutch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M191.75 36c-.61 0-1.205.03-1.813.063-19.428 1.067-38.773 19.964-52.562 50-6.317 13.76-11.322 29.556-14.72 46.156 17.484 7.632 32.42 23.69 44.314 43.624.655-1.813 1.332-3.606 2.03-5.375 13.44-34.055 35.15-61.243 65.094-64.532 1.87-.206 3.745-.3 5.594-.313 7.764-.057 15.32 1.54 22.593 4.5-4.258-10.827-9.193-21.016-14.655-30.125-16.466-27.458-36.948-43.967-55.875-44zm134.406 8.53c-1.23-.007-2.447.06-3.656.19-18.168 1.93-35.45 19.565-47.625 47.124 5 10.974 9.278 22.676 12.75 34.75 8.72 7.852 16.788 17.48 24.03 28.187 10.013 14.803 18.648 31.955 25.376 50.25 2.528-4.694 5.17-9.243 7.94-13.593 16.88-26.52 38.59-47.037 63.186-51.718-6.524-19.918-15.44-38.63-25.78-54.032-17.27-25.726-37.78-41.04-56.22-41.157zm-86.344 79.814c-1.23-.004-2.447.054-3.656.187-19.34 2.126-37.618 22.04-49.75 52.782-3.89 9.86-7.104 20.677-9.53 32.032 29.68.523 53.856 24.966 70.75 57 4.535 8.602 8.58 17.865 12.093 27.562 3.923-7.238 8.14-14.132 12.624-20.562 14.788-21.204 32.794-38.133 52.625-44.938-6.728-23.306-16.828-45.436-28.814-63.156-17.36-25.664-37.906-40.857-56.344-40.906zm-139.78 21.75c-13.674 0-27.782 8.808-40.313 24.187l25.655 14.845 5.72 3.28-1.19 6.47-4.155 22.875 11.094 10.594-12.875 13.53-14.782-14.06-3.626-3.5.907-4.94L70.343 198 49.03 185.687c-1.436 2.404-2.854 4.883-4.218 7.47-15.416 29.233-25.218 68.456-25.218 105.155 0 36.32 23.966 65.417 57.312 74.72 1.153-37.705 11.2-76.254 27.25-106.688 13.374-25.36 31.34-45.97 52.97-53.72.685-3.718 1.438-7.396 2.28-11.03-1.338-2.893-2.717-5.71-4.156-8.438-15.416-29.233-35.76-47.062-55.22-47.062zm318 11.344c-19.202.582-40.093 16.975-57.313 44.03-4.662 7.324-9.003 15.338-12.94 23.845.935.067 1.88.165 2.814.28 29.895 3.718 51.205 31.196 64.156 65.438 11.4 30.14 16.72 66.696 14.47 102.064 33.922-8.08 60.06-36.513 62.936-71.72 3.093-37.845-3.716-79.103-17.156-110.562-13.44-31.458-32.94-51.63-53.156-53.28-1.264-.104-2.533-.133-3.813-.095zM175.905 228.03c-19.458 0-39.802 17.8-55.22 47.032-15.415 29.234-25.217 68.49-25.217 105.188 0 44.28 35.612 77.875 80.436 77.875 24.69 0 46.663-10.8 61.375-27.656-5.878-14.5-8.246-30.682-6.155-47.5 2.715-21.84 8.586-43.758 16.813-64.064-4.268-15.86-9.988-30.842-16.844-43.844-15.417-29.233-35.73-47.03-55.188-47.03zm168.72 15.876c-1.23-.015-2.47.038-3.72.156-17.48 1.666-36.676 16.25-53.22 39.97-18.904 27.107-33.47 64.832-37.998 101.25-5.464 43.944 25.704 81.687 70.187 87.218 44.293 5.508 84.182-25.098 89.438-67.375 4.527-36.418-.34-76.556-12.032-107.47-.635-1.682-1.294-3.317-1.967-4.936l-30.094 24.342 7.092 7.594-13.656 12.75L344.72 322.5l-6.845-7.344 7.813-6.312 41.093-33.28c-10.798-18.223-24.287-29.64-38.5-31.408-1.206-.15-2.425-.234-3.655-.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-egg-defense tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M187.53 19.813c-7.494.11-15.638 1.296-24.343 3.656C107.48 38.57 50.07 95.98 34.97 151.687c-15.102 55.708 17.82 88.632 73.53 73.53C164.21 210.12 221.618 152.71 236.72 97c12.74-47.004-8.713-77.787-49.19-77.188zm106.064.25c17.368 69.213-3.744 149.306-61.813 207.375-57.893 57.894-137.616 78.902-206.686 61.812 75.073 36.3 167.67 23.735 229.937-38.53 62.39-62.39 75.13-155.505 38.564-230.657zm75.78 17.406c15.67 62.43 5.623 132.136-29.405 192.81l46.936 46.657-66-17.875c-5.573 7.407-11.568 14.613-17.97 21.594l33.377 57.438-57.875-33.625c-4.864 4.196-9.85 8.19-14.907 12l19.126 70.56-50-50.28C172.688 370.7 104.12 380.333 42.53 365.094c58.39 28.233 125.507 32.17 186.126 11.562l110.25 110.875-35.156-129.624 117.688 68.375-74.125-127.56 141.937 38.467L379.625 228.22c22.275-61.897 18.833-130.98-10.25-190.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-egg-pod tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-67.5 0-105 120-105 210 0 45 45 90 105 90s105-45 105-90c0-90-37.5-210-105-210zM136 271c0 90 45 75 45 135 0 90-75 60-75 90h300c0-30-75 0-75-90 0-60 45-45 45-135-90 105-150 105-240 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-elderberry tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M58.576 29.404c-40.888-1.14-53.564 70.543-6.728 70.688v.004c37.58.117 70.66 6.477 100.36 17.787 8.646 83.748-16.3 168.856-68.78 232.12-4.372-1.542-9.154-2.13-14.065-1.524-16.997 2.09-29.08 17.585-26.984 34.61 2.093 17.025 17.57 29.128 34.567 27.037 16.997-2.09 29.08-17.585 26.987-34.61-.657-5.333-2.628-10.184-5.547-14.267 25.99-31.51 45.522-67.927 58.008-106.826 10.044 47.533 12.96 97.372 8.417 142.71-17.478 2.5-29.817 18.56-27.648 36.192 2.196 17.85 18.426 30.54 36.246 28.348 17.82-2.193 30.49-18.437 28.293-36.287-1.413-11.486-8.642-20.83-18.363-25.453 6.096-58.798.078-123.915-17.162-183.442 5.808-29.49 7.716-59.895 5.513-90.26 9.94 4.74 19.49 10.056 28.7 15.893 12.64 47.223 11.675 92.14 9.204 137.854 16.453-39.2 20.673-79.568 17.25-119.003 15.312 12.155 29.7 25.788 43.435 40.584l1.454 8.67c9.375 55.83 1.86 111.615-15.7 165.243-.74-.053-1.484-.09-2.237-.09-17.125 0-31.01 13.903-31.01 31.056s13.885 31.056 31.01 31.056 31.01-13.903 31.01-31.057c0-9.69-4.434-18.344-11.38-24.04 16.417-49.76 24.738-101.978 19.428-154.87 14.344 17.527 28.09 36.245 41.608 55.708l.777 7.196c4.844 44.835 2.982 89.25-2.258 133.62-18.948 2.78-33.5 19.12-33.5 38.87 0 21.702 17.567 39.293 39.233 39.293 21.666 0 39.23-17.59 39.23-39.293 0-17.18-11.013-31.774-26.35-37.113 4.5-38.298 6.568-76.987 4.032-116.214 25.97 21.178 45.51 44.763 66.672 68.65-2.312 4.347-3.628 9.304-3.628 14.572 0 17.154 13.885 31.057 31.01 31.057s31.01-13.903 31.01-31.057c0-17.15-13.885-31.056-31.01-31.056-5.053 0-9.818 1.218-14.034 3.365-22.4-25.39-44.186-51.934-75.277-75.7-11.335-19.128-23.13-37.694-35.5-55.548 35.69 14.514 74.107 34.817 101.357 56.458-1.533 3.916-2.383 8.174-2.383 12.635 0 19.134 15.487 34.642 34.59 34.642 19.102 0 34.59-15.508 34.59-34.642 0-19.132-15.488-34.643-34.59-34.643-7.707 0-14.823 2.525-20.573 6.793-36.876-30.005-89.47-54.557-133.137-68.998-13.875-18.21-28.465-35.533-43.893-51.81 47.205-10.508 96.006-9.74 135.895 2.312-.835 3.162-1.284 6.48-1.284 9.906 0 21.355 17.285 38.664 38.605 38.664 21.32 0 38.605-17.31 38.605-38.664 0-21.352-17.285-38.662-38.605-38.662-11.034 0-20.978 4.644-28.014 12.077-25.67-8.318-54.27-12.187-83.776-11.744-.383.006-.767.022-1.15.03 10.446-9.026 21.284-16.437 32.43-23.65 4.025 2.793 8.91 4.435 14.18 4.435 13.768 0 24.93-11.18 24.93-24.973 0-13.79-11.162-24.97-24.93-24.97-13.77 0-24.935 11.178-24.935 24.97 0 1.68.166 3.32.482 4.906-16.988 10.997-34.407 23.23-50.918 41.15-15.644 1.734-31.348 4.637-46.824 8.68-49.1-47.832-106.518-85.246-175.96-107.43-3.85-1.23-7.52-1.85-10.984-1.946z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-electric tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M376 211H256V16L136 301h120v195z" fill="#fff"/></svg>
<svg class="tc-image-originals-electric-whip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.484 39.262c49.142 2.758 98.444 7.823 147.96 15.924l-6.188-37.095L298.61 124.75l8.177-41.976L421.17 255.672l32.39-29.328-4.658 171.826 45.943 6.657-128.062 62.762 28.438 25.59-234.395-2.697c405.34-23.83 225.85-392.453-143.335-451.22z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-electrical-crescent tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M239.172 27.03l-.004.005-66.578 25.697 50.226 2.918-.584 24.53c.726 12.525 5.523 14.74 18.106 12.85l83.516-15.186-56.65 39.13c-19.067 12.847-2.43 27.668 24.53 28.034l112.13 10.512-87.6 33.287c-23.595 8.37-10.043 38.75 12.263 49.642l86.434 39.712-89.94 2.92c-30.218.486-35.565 13.945-15.768 33.873l99.87 96.363-126.15-68.914c-25.672-12.57-41.764-.86-36.208 18.104l22.775 66.578-56.65-59.568c-12.143-13.383-38.997-16.92-40.296.578l-6.424 63.074-19.857-67.746c-3.372-15.715-31.885-25.995-38.545-11.68L79.152 406.64l3.504-65.994c2.903-14.986-8.96-28.388-24.53-14.6L32.43 345.32l-15.184-49.056 2.918 68.914 35.625-9.346 6.425 103.955 58.4-65.992 54.315 97.53 22.777-89.354 110.377 89.352-15.768-95.777 197.397 79.426-124.395-157.685 117.973-19.27-136.075-90.525 121.476-51.392-152.426-43.22 74.17-65.41-147.172 22.194-4.09-42.633zM137.42 91.446c8.008 3.085 15.954 6.974 23.695 11.692 54.57 33.253 78.314 94.91 53.03 137.715-25.28 42.802-90.01 50.54-144.58 17.286-22.038-13.43-39.044-31.49-49.83-51.072 1.372 6.19 3.247 12.407 5.628 18.604 12.02 31.28 36.836 61.6 71.633 82.863 34.798 21.262 72.684 29.257 105.334 25.348 32.65-3.91 59.756-19.373 75.002-45.254 15.247-25.884 15.917-57.697 3.898-88.978-12.018-31.28-36.833-61.6-71.63-82.863-23.506-14.364-48.42-22.668-72.18-25.343z"/></svg>
<svg class="tc-image-originals-elephant-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M137.057 36.698c-2.614 0-5.23.162-7.827.52-25.68 3.542-67.16 25.9-97.54 52.824 10.785-5.202 24.81-11.394 39.464-16.28 13.623-4.54 27.76-8.077 41.006-8.306 1.893-.033 3.767.002 5.62.11 7.407.437 14.596 2.11 20.863 5.99 1.865 1.154 3.62 2.523 5.234 4.074 6.646-10.978 14.16-22.022 23.152-33.076-7.964-2.88-17.548-5.41-27.362-5.803-.87-.034-1.74-.052-2.61-.052zm237.886 0c-.87 0-1.742.018-2.61.053-9.815.395-19.4 2.925-27.362 5.804 8.993 11.054 16.507 22.098 23.153 33.076 1.615-1.55 3.37-2.92 5.234-4.074 6.267-3.88 13.456-5.553 20.864-5.99 1.853-.108 3.727-.143 5.62-.11 13.246.23 27.383 3.766 41.006 8.307 14.655 4.885 28.68 11.077 39.465 16.28-30.38-26.925-71.86-49.283-97.54-52.825-2.596-.358-5.213-.52-7.827-.52zm-179.45 1.02c-28.343 29.284-43.33 58.435-58.462 88.687.01 8.366.11 22.473 1.9 36.78 1.905 15.244 6.6 29.882 11.412 34.722l24.36 22.395H185v58.437l17.742 8.87 3.963-11.888-7.53-37.655 17.65-3.53 15.415 77.077c5.957 4.855 14.755 7.688 23.76 7.688s17.803-2.833 23.76-7.688l15.414-77.078 17.652 3.53-7.53 37.656 3.962 11.888L327 278.74V220.3h12.273l22.364-22.364c4.818-4.818 9.525-19.486 11.433-34.753 1.79-14.307 1.89-28.414 1.9-36.78-15.11-30.204-30.076-59.31-58.33-88.55-44.585 6.62-77.05 5.087-121.148-.137zm16.532 30.533c29.854 14.928 58.096 14.928 87.95 0l8.05 16.103c-34.146 17.073-69.904 17.073-104.05 0l8.05-16.102zM114.67 83.463c-10.478-.157-24.295 2.87-37.824 7.38-20.06 6.686-39.25 16.184-49.223 21.42.863 2.71 1.833 5.585 2.973 8.682C36.2 136.18 44.9 155.478 54.386 174.24c9.488 18.764 19.8 37.067 28.524 50.38 4.362 6.657 8.365 12.083 11.387 15.483.827.93 1.26 1.252 1.887 1.843 21.254-11.455 29.27-22.205 38.695-34.36-8.99-11.137-11.9-26.9-13.81-42.167C118.98 148.685 119 132.3 119 124.3v-2.125l.95-1.9c4.604-9.21 9.277-18.53 14.362-27.915-1.285-2.52-2.94-4.14-5.142-5.502-2.92-1.808-7.107-3.01-12.45-3.324-.667-.04-1.352-.064-2.05-.074zm282.66 0c-.698.01-1.383.035-2.05.074-5.343.314-9.53 1.516-12.45 3.324-2.2 1.363-3.857 2.982-5.142 5.502 5.085 9.386 9.758 18.704 14.363 27.914l.95 1.9v2.126c0 8 .02 24.384-2.07 41.117-1.91 15.266-4.82 31.03-13.81 42.167 9.425 12.154 17.442 22.904 38.696 34.36.626-.592 1.06-.914 1.887-1.844 3.022-3.4 7.025-8.826 11.387-15.483 8.723-13.313 19.036-31.616 28.523-50.38 9.488-18.762 18.186-38.06 23.79-53.296 1.14-3.097 2.11-5.973 2.974-8.683-9.974-5.234-29.162-14.732-49.223-21.42-13.53-4.51-27.346-7.535-37.824-7.378zm-203.68 54.695c3.49.06 6.937.312 10.287.727 8.934 1.105 17.267 3.408 24.286 6.838 7.02 3.43 13.198 7.86 16.138 15.252l-9.405 3.744c.567 5.67 1.005 11.785 1.188 17.922.375 12.586.037 24.885-3.723 34.84l-16.84-6.358c1.873-4.96 2.914-16.396 2.57-27.947-.237-7.954-.968-16.098-1.824-22.973-4.19-1.547-9.244-2.793-14.6-3.455-14.394-1.78-30.602.868-40.052 8.54l-11.348-13.972c11.352-9.216 25.78-12.845 39.824-13.15 1.17-.025 2.337-.027 3.5-.008zm124.7 0c1.163-.02 2.33-.017 3.5.008 14.043.305 28.472 3.934 39.824 13.15l-11.348 13.973c-9.45-7.673-25.658-10.32-40.053-8.54-5.355.662-10.41 1.907-14.6 3.454-.855 6.875-1.586 15.02-1.823 22.973-.345 11.55.697 22.987 2.57 27.947l-16.84 6.36c-3.76-9.957-4.098-22.255-3.723-34.842.183-6.137.62-12.25 1.188-17.922l-9.406-3.744c2.94-7.39 9.118-11.822 16.137-15.252 7.02-3.43 15.352-5.733 24.285-6.838 3.35-.414 6.8-.668 10.288-.727zm-140.582 27.32c9.89 1.982 19.044 2.465 27.94.122l4.585 17.405c-12.44 3.277-24.618 2.413-36.06.12l3.535-17.647zm156.464 0l3.536 17.65c-11.443 2.29-23.622 3.155-36.06-.122l4.585-17.406c8.895 2.342 18.05 1.86 27.94-.122zM149.484 221.57c-3.926 18.077-11.744 56.325-12.488 79.027-.338 10.32.083 22.752.97 36.025 9.928-15.62 19.44-33.406 29.034-54.307V237.67l-17.516-16.1zm210.11 3.865L345 240.028v42.285c9.74 21.218 19.397 39.22 29.49 55.01.838-13.487 1.126-26.103.526-36.502-1.178-20.39-9.878-54.958-15.422-75.385zM180.12 296.427c-27.3 57.515-55.76 93.404-93.753 125.43 25.12.802 41.352-8.37 56.606-25.72 17.816-20.268 33.22-52.94 52.918-91.825l-15.77-7.885zm151.76 0l-15.77 7.885c19.696 38.886 35.1 71.557 52.917 91.824 15.254 17.352 31.487 26.523 56.606 25.72-37.994-32.025-66.454-67.914-93.754-125.43zm-118.06 14.87l-.564 1.696-1.266-.633c-19.548 38.716-34.844 72.163-55.5 95.66-3.083 3.508-6.326 6.758-9.728 9.75 2.473 17.93 4.636 31.68 5.355 36.155 17.846 7.732 41.202 10.51 62.938 8.283-.035-.626-.055-1.26-.055-1.906v-143.11l-1.18-5.894zm84.36 0l-1.18 5.895v143.11c0 .645-.02 1.28-.055 1.906 21.757 2.23 45.136-.556 62.99-8.305.75-4.39 3.04-18.03 5.626-35.853-3.52-3.068-6.87-6.412-10.05-10.03-20.656-23.497-35.952-56.944-55.5-95.66l-1.266.633-.564-1.695zM233 332.854v11.363c5.93 4.487 14.373 7.086 23 7.086s17.07-2.6 23-7.086v-11.363c-7.23 3.03-15.153 4.45-23 4.45-7.847 0-15.77-1.42-23-4.45zm0 32v11.363c5.93 4.487 14.373 7.086 23 7.086s17.07-2.6 23-7.086v-11.363c-7.23 3.03-15.153 4.45-23 4.45-7.847 0-15.77-1.42-23-4.45zm0 32v63.45c0 20 46 20 46 0v-63.45c-7.23 3.03-15.153 4.45-23 4.45-7.847 0-15.77-1.42-23-4.45z"/></svg>
<svg class="tc-image-originals-elf-ear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M397.063 35.625c-.457-.016-1.004.003-1.625.03-3.728.168-10.345 1.242-18.313 3.876-10.624 3.514-23.957 9.298-38.813 16.782-29.71 14.97-65.58 36.7-100 60.813-34.42 24.112-67.443 50.63-91.593 74.875-23.258 23.347-37.07 45.37-38.19 56.813 12.647 31.888 32.353 64.766 23.72 110.812l-.063.313-.062.28c-6.6 25.567-2.835 44.212 4.47 53.626 7.303 9.414 17.606 12.227 33.155 5.03 1.985-.917 4.3-2 6.75-3.155-2.486-10.81-7.07-21.55-12.375-30a9 9 0 0 1-.22-.376 9 9 0 0 1 1.22-11.188 9 9 0 0 1 4.125-2.344 9 9 0 0 1 1-.187c2.646-.604 5.262-.946 7.875-.97 8.826-.075 17.342 2.934 24.625 7.69 5.605 3.658 10.678 8.318 15.156 13.624 23.114-16.29 48.865-40.562 68.844-77.158 32.997-60.45 66.407-123.794 89-175.593 13.73-31.47 23.427-58.843 26.688-77.75 1.63-9.455 1.47-16.734.343-20.657-1.126-3.924-1.658-4.41-4.624-5.063-.27-.06-.637-.11-1.094-.125zm-59.094 53.47c5.087-.17 10.11 1.105 13.936 4.56 5.103 4.61 6.45 11.296 6.156 17.595-.294 6.3-2.115 13.014-5.125 20.406a9.012 9.012 0 0 1-16.687-6.812c2.493-6.125 3.694-11.232 3.844-14.438.102-2.183-.234-3.068-.344-3.344-.283-.06-1.086-.154-3.188.282-3.422.71-9.126 3.035-16.375 7.53-10.088 6.26-23.188 16.672-39.25 31.907 2.553.783 4.967 2.106 6.844 3.97 6.717 6.667 6.88 15.32 6.314 25.5-.565 10.18-2.784 22.688-6.156 37.75a9 9 0 1 1-17.563-3.938c3.27-14.602 5.288-26.493 5.75-34.812.41-7.41-.96-10.778-.938-11.188-.906.116-2.742.554-5.5 1.907-5.415 2.655-13.532 8.252-23.875 16.905-23.02 25.275-49.96 57.655-80.812 98.313 11.047 9.275 20.027 18.605 24.313 29.25 2.58 6.405 3.118 14.112-.25 20.75-3.37 6.637-9.644 11.313-17.844 14.78a9 9 0 1 1-7.032-16.562c5.844-2.472 8.12-4.95 8.843-6.375.725-1.424.874-2.696-.405-5.874-2.56-6.355-12.36-17.034-25.625-27.47a9 9 0 0 1-1.625-12.498c31.042-41.276 58.145-74.417 81.656-100.72a9 9 0 0 1 2.626-3.437c.716-.62 1.395-1.182 2.094-1.78 33.625-37.063 59.61-59.7 78.938-71.688 8.363-5.187 15.527-8.456 22.218-9.843 1.673-.348 3.367-.57 5.063-.626zM186.75 390.31c4.65 10.366 8.14 21.8 9.313 33.5 1.473 14.686-.817 30.045-9.47 42.438 8.513 8.398 14.487 9.757 18.626 8.938 4.937-.98 10.24-6.094 13.686-12.313 5.635-10.16 2.592-31.96-7.625-49.156-5.107-8.6-11.703-15.928-18.374-20.283-2.1-1.37-4.13-2.333-6.156-3.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-ember-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M105.113 21.303c-1.034-.015-2.07-.013-3.105.006v-.003c-9.466.168-19.305 1.977-28.83 5.19 52.08 2.52 85.738 22.703 96.87 58.812C109.856 51.663 23.21 50.762 17.825 218.503c4.654-24.187 12.24-42.658 21.91-56.506 1.452 60.194 39.912 153.326 126.848 191.432C25.53 238.15 46.6 12.83 226.555 190.828c-17.528 3.248-33.786 13.22-46.705 28.832 40.82 3.046 79.194 32.62 114.744 86.49-13.16-10.622-39.578-4.165-52.47 4.038 34.233 13.687 60.515 46.612 63.425 80.722 2.653 31.13 9.728 52.008 24.436 64.543 16.382 19.37 40.845 31.7 68.116 31.7 44.674 0 81.825-33.08 88.226-76.014 13.92-59.877-7.103-150.928-42.392-205.32-1.33 33.756-9.516 48.257-24.795 64.004 4.843-45.456-4.917-82.556-37.48-127.43-2.958 20.896-6.127 41.78-23.062 50.74-17.134-47.644-70.686-97.153-122.24-140.113 16.883 28.56 35.38 56.712 39.785 92.257C232.59 88.597 170.257 22.23 105.113 21.303zM323.387 222.07c9.62 0 17.422 7.8 17.422 17.422s-7.802 17.422-17.423 17.422c-9.622 0-17.42-7.8-17.42-17.422 0-9.62 7.798-17.422 17.42-17.422zm50.71 11.39c12.203 0 22.094 9.893 22.094 22.095 0 12.202-9.89 22.093-22.092 22.093-12.202 0-22.092-9.89-22.092-22.093 0-12.202 9.89-22.094 22.092-22.094zm-35.95 50.07c10.45 0 19.38 6.474 23.02 15.626 6.004-6.568 14.64-10.69 24.24-10.69 18.13 0 32.83 14.7 32.83 32.83 0 3.02-.417 5.944-1.18 8.722 29.79 8.246 51.56 35.455 51.56 67.933 0 39.056-31.462 70.515-70.515 70.515s-70.514-31.46-70.514-70.514c0-24.234 12.122-45.538 30.65-58.22-2.384-3.508-4.11-7.498-4.992-11.796-4.18 3.22-9.415 5.14-15.1 5.14-13.68 0-24.77-11.09-24.77-24.77 0-13.682 11.09-24.773 24.77-24.773zm109.052 8.038c9.62 0 17.42 7.8 17.42 17.422s-7.8 17.422-17.42 17.422c-9.622 0-17.423-7.8-17.423-17.422 0-9.62 7.8-17.422 17.422-17.422z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-embrassed-energy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M179.813 20.72v81.25L135.78 75.624l17.564 46.938-115.656-20.938 84.718 49.906H20v27.345l110.47 14.875 96.593-29.188c-11.303-11.87-18.594-30.743-18.594-52 0-35.926 20.87-65.062 46.624-65.062 25.753 0 46.625 29.136 46.625 65.063 0 20.847-7.038 39.375-17.97 51.28l99.03 29.907 112.5-15.156V151.53H394.19l84.718-49.905-120.437 21.78 17.874-47.718-48.656 29.126V20.72H179.813zM495.28 223.343l-112.5 22.437-55.405-13.124-28.03 118.313 16.592 145h51.688L329.25 351.22l46.53 27.842-21.31-56.937 124.436 22.5-91.125-53.688h107.5v-67.593zM20 223.75v67.188h108.813l-91.125 53.687L157.31 322.97 136.345 379l38.47-23-28.595 139.97h48.155L207.28 351.56 185.595 232.72l-55.125 13.06L20 223.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-embryo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M155.438 19.5C68.19 19.8-9.625 69.345 35.844 201.97 32.27 496.225 347.166 562.74 464.563 436.905c53.174-56.998 23.19-140.387-24.25-169.375-62.327-38.087-139.313 16.983-97.72 79.19.018.025.014.066.032.092 1.02 2.665 2.776 5.37 5.156 7.75 6.42 6.42 15.11 8.14 19.408 3.844 4.296-4.296 2.576-12.986-3.844-19.406-5.192-5.192-11.864-7.308-16.5-5.656.23-50.15 44.233-67.99 77.72-46.813 47.97 30.337 50.553 115.56 5.842 139.564-30.397 16.32-59.684 21.25-87.03 18.187-5.354 12.634-15.922 22.59-28 25.97v-.03c21.02-26.908 18.78-49.063 5.312-63.564-2.165-1.51-4.628-2.734-7.344-3.625-11.528 25.217-42.772 32.596-62.438 21.533 38.703-4.754 51.6-26.596 48.25-49.75-5.023-26.47-26.048-48.604-51.75-60.063-23.187 2.71-46.4 1.498-66.062-3.313-.21.082-.417.166-.625.25-.076-.146-.146-.29-.22-.437-8.983-2.256-17.182-5.287-24.28-9.03 6.056.94 12.24 1.436 18.56 1.436 39.97 0 75.368-19.515 97.22-49.53-.238-.132-.482-.24-.72-.376-19.607-11.367-22.72-38.466-10.5-59.72 8.88-15.44 24.498-25.406 39.908-25.343.497.003 1.003.01 1.5.032 4.08.188 8.113 1.107 12 2.81 63.24-82.44-54.468-152.387-158.75-152.03zm26.78 142.625c29.348 0 53.345 23.997 53.345 53.344 0 29.346-23.997 53.343-53.344 53.343-29.348 0-53.345-23.997-53.345-53.344 0-29.348 23.997-53.345 53.344-53.345zm0 18.688c-19.246 0-34.655 15.41-34.655 34.656s15.41 34.655 34.656 34.655 34.655-15.41 34.655-34.656c0-19.248-15.41-34.657-34.656-34.657zm118.657 6.656c-8.09-.138-17.748 5.165-23.906 15.874-8.212 14.278-4.986 29.24 3.655 34.25 8.64 5.008 23.1.372 31.313-13.906 8.21-14.28 4.952-29.242-3.688-34.25-2.16-1.253-4.678-1.924-7.375-1.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-emerald tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M310.375 16.75L89.405 75.72l58.126 50.905L282.563 90.28l2.032-.53 25.78-73zm17.063 7.844l-27.157 76.812 91.69 91.875 95.624-8.78L327.438 24.594zm-41.813 12.062l-8.594 33.657c-.28-15.516-38.03-17.018-107.56-4.376l116.155-29.28zm51.063 14.625l123.5 123.407-58.844 7.563c16.2-21.37-32.277-91.112-64.656-130.97zM74.75 87.72L15.594 308.405l79-31.47 37.28-139.155L74.75 87.72zm207.438 22l-133.032 35.81-35.72 133.376 97.25 97.53 133.064-35.81 35.72-133.376-97.283-97.53zm-201.72 5.686l32.844 30.5-30.156 118.97-39.03 15.812c50.817-30.543 65.667-130.132 36.343-165.282zm195.876 14.78L359 213.377l-30.156 113.81-44.688 11.97c119.527-107.872-34.816-238.375-131.5-140.875l9.875-37.405 113.814-30.688zM490.564 203l-92.877 8.53-35.968 134.19 71.342 71.842L490.563 203zm-17.283 13.875L444.03 333.03c6.73-68.874-.03-90.85-30.655-111.5l59.906-4.655zm-371.155 77.188L20.22 326.688l161.75 161.468 17.31-96.72-97.155-97.373zm.094 20l78.124 82.437-7.438 61.375c-5.23-44.565-28.34-85.92-70.687-143.813zm246.124 44.687l-130.53 35.125-17.564 98.188 221.688-59.157-73.594-74.156zm18.625 42.5l24.28 24.844-115.22 32.72c61.28-26.446 83.34-37.418 90.94-57.564z" fill="#fff"/></svg>
<svg class="tc-image-originals-empty-chessboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21 21v58.75h58.75V21H21zm58.75 58.75v58.75h58.75V79.75H79.75zm58.75 0h58.75V21H138.5v58.75zm58.75 0v58.75H256V79.75h-58.75zm58.75 0h58.75V21H256v58.75zm58.75 0v58.75h58.75V79.75h-58.75zm58.75 0h58.75V21H373.5v58.75zm58.75 0v58.75H491V79.75h-58.75zm0 58.75H373.5v58.75h58.75V138.5zm0 58.75V256H491v-58.75h-58.75zm0 58.75H373.5v58.75h58.75V256zm0 58.75v58.75H491v-58.75h-58.75zm0 58.75H373.5v58.75h58.75V373.5zm0 58.75V491H491v-58.75h-58.75zm-58.75 0h-58.75V491h58.75v-58.75zm-58.75 0V373.5H256v58.75h58.75zm-58.75 0h-58.75V491H256v-58.75zm-58.75 0V373.5H138.5v58.75h58.75zm-58.75 0H79.75V491h58.75v-58.75zm-58.75 0V373.5H21v58.75h58.75zm0-58.75h58.75v-58.75H79.75v58.75zm0-58.75V256H21v58.75h58.75zm0-58.75h58.75v-58.75H79.75V256zm0-58.75V138.5H21v58.75h58.75zm58.75 0h58.75V138.5H138.5v58.75zm58.75 0V256H256v-58.75h-58.75zm58.75 0h58.75V138.5H256v58.75zm58.75 0V256h58.75v-58.75h-58.75zm0 58.75H256v58.75h58.75V256zm0 58.75v58.75h58.75v-58.75h-58.75zm-58.75 0h-58.75v58.75H256v-58.75zm-58.75 0V256H138.5v58.75h58.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-empty-hourglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M388.656 21.406L76.876 72.063 80.56 95l311.813-50.656-3.72-22.938zM375.312 66.03l-18.437 3 16.25 100.282c-7.01 4.713-11.034 13.208-9.594 22.094.474 2.913 1.5 5.587 2.94 7.97 5.55-4.228 12.173-7.207 19.5-8.407h.06c2.25-.367 4.475-.546 6.69-.564.737-.006 1.485 0 2.217.03 4.273.182 8.436.995 12.375 2.345.62-2.72.724-5.61.25-8.53-1.433-8.843-7.885-15.59-15.968-17.875L375.314 66.03zM332.406 73L148.25 102.938c9.082 42.138 25.73 78.544 45.72 103.843 22.553 28.546 48.246 42.31 71.874 38.47 23.628-3.84 43.653-25.027 56.03-59.25 10.974-30.34 15.237-70.14 10.532-113zM123 107.03l-18.438 3 16.344 100.72c-6.837 4.75-10.734 13.14-9.312 21.906.457 2.82 1.446 5.43 2.812 7.75 5.593-4.288 12.283-7.297 19.688-8.5 2.25-.365 4.474-.545 6.687-.562.74-.006 1.488 0 2.22.03 4.293.183 8.482.983 12.438 2.345.56-2.633.644-5.403.187-8.22-1.456-8.977-8.087-15.82-16.344-18L123 107.03zm269.938 102.032c-1.288.012-2.592.13-3.907.344-14.024 2.28-23.4 15.275-21.124 29.313 2.276 14.036 15.257 23.403 29.28 21.124 14.026-2.28 23.402-15.275 21.127-29.313-1.992-12.282-12.182-20.98-24.094-21.436-.427-.017-.853-.035-1.283-.03zM141 250c-1.287.012-2.59.13-3.906.344-14.025 2.28-23.4 15.275-21.125 29.312 2.275 14.038 15.255 23.404 29.28 21.125 14.025-2.278 23.4-15.274 21.125-29.31-1.99-12.284-12.182-20.982-24.094-21.44-.424-.015-.85-.034-1.28-.03zm134.656 13.844c-2.244.054-4.472.265-6.687.625-23.63 3.84-43.654 25.057-56.033 59.28-11.165 30.868-15.416 71.534-10.312 115.25L387 409.062c-8.967-43.092-25.812-80.345-46.156-106.093-19.735-24.98-41.883-38.67-62.938-39.126-.752-.017-1.502-.018-2.25 0zm144.094 6.03c-5.567 4.238-12.213 7.213-19.563 8.407-7.386 1.2-14.665.472-21.312-1.81-.606 2.7-.72 5.57-.25 8.467 1.447 8.927 7.996 15.75 16.188 17.97l16.562 102.187 18.438-3-16.594-102.313c6.896-4.736 10.864-13.16 9.436-21.967-.47-2.896-1.477-5.567-2.906-7.938zm-252.063 41.032c-5.54 4.187-12.143 7.128-19.437 8.313-7.352 1.193-14.597.476-21.22-1.783-.666 2.79-.83 5.742-.343 8.75 1.427 8.8 7.816 15.528 15.844 17.844l16.532 102.064 18.438-3-16.53-101.875c7.103-4.692 11.2-13.24 9.75-22.19-.484-2.975-1.542-5.71-3.032-8.124zM452.844 417.28L141.063 467.94l3.687 22.937 311.813-50.656-3.72-22.94z" fill="#fff"/></svg>
<svg class="tc-image-originals-energise tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M280.938 19.22l-21.094 64.468L204.78 48l6.47 87.313-85.094-55.97 47.78-14.874-72.06-43.75h-79.47v63.343l96.938 46.093-58.78 17.5L189.5 225.78 94.594 229l73.906 47.125-102.75 41.813 84 24.812-66.78 78.22 96.56-25.283 11.19 98.188 65.093-76.72 47.375 76.126 18.343-72.842 47.564 24.718-10.563-117 84.626 51.28-50.47 7.252L492.5 456.03l1.03-82.5-63.31-53.436 54.967-4.594-100.906-66.375 85.158-38.656-72.282-24.314 70.47-34.625-57.907-20.06 44.53-51.5-80.906 14.343 5.97-70.657-61.158 58.5-37.22-62.937zm-1.407 72.25l9 2.405 68.22 18.28 9.03 2.44-2.405 9.03-2.28 8.5L383.03 138l9.033 2.406-2.438 9.03-65.03 242.75-2.408 9.033-9.03-2.44L183 363.907l-9.03-2.406 2.405-9.03 65.063-242.75 2.406-9 9.03 2.405 21.94 5.875 2.28-8.5 2.437-9.03zm13.064 22.75l-4.78 17.78-17.877-4.78.032-.126-12.908-3.47-60.218 224.657 112.094 30.033 60.218-224.657-12.906-3.47-.03.158-17.908-4.813 4.782-17.78-50.5-13.53zm-22.125 32.5l75.5 20.218-27.033 100.812-23.78-10.72 17.624-33.717-55.874-25.938 13.563-50.656zm-27.72 103.405l24.22 10.938-13.595 25.687 52.844 28.438-10.72 40-75.47-20.22 22.72-84.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-energy-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M84.066 17.832l9.3 55.445-43.282-40.412h-.002L36.064 46.88l38.424 41.155-52.37-8.252 52.695 76.11 58.958-4.364 166.484 178.314-48.95-9.89 77.725 61.44-117.69-14.316 84.664 35.246-42.86 16.95 64.217 19.97-33.862 25.36 182.43 20.84 28.435 8.845-5.28-16.98-4.808-15.464-20.51-182.217-25.894 32.993-18.518-59.56-17.04 43.1-35.177-93.468-1.87 110.494-63.757-91.374 10.5 55.594-155.776-145.44 4.596-62.093-76.762-52.045zM268.27 71.254l142.714 156.144 30.81 14.963-10.304-62.438L268.27 71.254zm-62.377 12.81l92.97 115.235 36.477-.935-14.836-35.195-114.61-79.106zM42.018 212.884L160.42 419.7l55.393 19.765-8.333-36.324L42.018 212.884zm92.117 23.08l46.824 83.112 47.577 18.723-17.23-41.66-77.172-60.175zm283.107 73.255l48.72 156.665-156.665-48.72 77.36-30.59 30.585-77.356z" fill="#fff"/></svg>
<svg class="tc-image-originals-energy-breath tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M21.094 18.738l2.648 324.412c18.77-2.59 45.98-7.852 64.945-12.642-64.106-101.55-51.257-197.104 2.327-249.63 53.662-52.602 146.447-59.914 233.177 7.337 4.84-9.857 10.42-22.838 16.794-36.006 5.47-11.3 11.646-22.644 18.895-32.767l-338.786-.705zm474.963 4.528v.004c0-.002 0-.003.002-.004h-.003zm0 .004c-61.196 95.76-153.25 141.768-246.823 130.314l.018-.09c-44.04-8.138-80.08-48.272-88.258-90.97l-5.1.978c-4.382 1.34-8.652 2.905-12.804 4.674 5.02 23.956 17.053 46.75 34.045 64.994-23.395-10.524-46.4-24.868-68.545-43.14-1.53 1.363-3.03 2.76-4.494 4.195-10.57 10.36-19.463 22.714-26.19 36.744 78.998 89.616 102.237 198.926 67.586 288.587a19.04 19.04 0 0 1 .024 0 19.04 19.04 0 0 1 18.494 19.04 19.04 19.04 0 0 1-33.54 12.434c-8.678 15.057-19.207 29.335-31.603 42.613h87.746c39.76-99.513 23.982-199.025-19.246-298.538 67.318 99.592 90.826 196.925 82.403 298.538h40.86c6.338-49.1-1.414-99.91-17.83-151.262 27.98 51.95 42.662 101.905 46.167 151.263h80.418c-7.116-82.67-59.353-161.448-136.016-238.282 51.847 37.27 99.116 74.24 137.67 113.58a28.06 28.06 0 0 1 26.353-16.5 28.06 28.06 0 0 1 27.253 28.064 28.06 28.06 0 0 1-19.53 26.857c21.467 27.107 38.57 55.61 50.107 86.283h10.834v-251.73c-90.946 14.794-178.154.85-267.36-51.786 28.81 10.04 57.617 17.515 86.426 21.637a15.033 15.033 0 0 1-.81-4.73 15.033 15.033 0 0 1 15.472-15.026 15.033 15.033 0 0 1 14.594 15.027 15.033 15.033 0 0 1-2.124 7.608c51.267 3.417 102.534-4.68 153.8-28.997V132.79c-13.638 7.018-27.81 13.495-42.56 19.394a19.04 19.04 0 0 1-32.117 11.59c-23.378 7.59-48.116 13.84-74.41 18.585 23.985-9.113 46.94-19.303 68.655-30.768a19.04 19.04 0 0 1-.072-1.617 19.04 19.04 0 0 1 19.588-19.04 19.04 19.04 0 0 1 10.442 3.51c17.903-11.117 34.778-23.286 50.475-36.648V23.27zM195.8 57.664c-5.448-.005-10.796.308-16.036.904l95.56 65.895 18.936-34.887c-34.17-22.12-67.845-31.884-98.46-31.912zM63.72 196.322c.062 32.42 9.328 68.888 30.667 107.545l22.33-13.244-52.996-94.3zm329.33 88.944a19.04 19.04 0 0 1 18.493 19.043 19.04 19.04 0 1 1-38.082 0 19.04 19.04 0 0 1 19.59-19.044z"/></svg>
<svg class="tc-image-originals-energy-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.31 17.707C210.816 17.31 166 23.734 127.038 36.57l-6.42 2.116v60.978l-76.463 41.822 1.54 6.866c25.895 115.578 95.61 228.743 205.44 333.564l6.473 6.178 6.452-6.2C370.945 379.166 438.893 267.838 463.43 152.12l1.388-6.552-77.142-45.82V42.072l-6-2.3c-37.692-14.448-81.87-21.668-126.365-22.065zM244.8 36.77v63.642l-52.33 30.5-53.163-30.644v-47.89c5.96-1.814 12.082-3.46 18.318-4.964-1.59 4.072-2.473 8.498-2.473 13.133 0 19.957 16.18 36.135 36.137 36.135 19.956 0 36.134-16.178 36.134-36.135 0-8.574-2.993-16.447-7.983-22.643 8.414-.628 16.883-1.005 25.36-1.133zm18.69.12c8.22.235 16.405.72 24.514 1.438-4.788 6.13-7.65 13.84-7.65 22.22 0 19.956 16.18 36.134 36.136 36.134 19.957 0 36.137-16.178 36.137-36.135 0-3.88-.62-7.61-1.75-11.113 6.194 1.72 12.248 3.607 18.11 5.683v45.264l-52.454 30.237-53.043-30.912V36.89zm88.828 94.67c-4.048 6.168-6.41 13.54-6.41 21.47 0 21.642 17.546 39.19 39.19 39.19 21.643 0 39.19-17.548 39.19-39.19 0-3.705-.527-7.284-1.487-10.68l20.82 12.365c-10.61 46.76-28.647 92.954-53.91 138.265v-48.597l-63.11-36.78v-61.216l25.718-14.826zm-194.37 1.024l24.76 14.273v61.454l-61.894 36.073v44.388c-25.66-45.406-44.112-91.46-55.2-137.72l22.382-12.24c-1.72 4.41-2.672 9.2-2.672 14.22 0 21.642 17.546 39.19 39.19 39.19 21.643 0 39.19-17.548 39.19-39.19 0-7.494-2.107-14.493-5.755-20.446zm65.234 2.06c-2.228 4.693-3.48 9.94-3.48 15.48 0 19.956 16.18 36.134 36.136 36.134 19.957 0 36.137-16.178 36.137-36.135 0-4.878-.973-9.528-2.725-13.773l17.844 10.398v62.04l-51.832 30.208-53.666-31.277v-60.495l21.586-12.58zM161.436 242.34c-2.12 4.637-3.313 9.79-3.313 15.22 0 20.238 16.407 36.645 36.645 36.645 20.237 0 36.644-16.407 36.644-36.644 0-4.21-.717-8.25-2.023-12.013l16.428 9.576v56.035L188 344.814v41.61c-17.932-22.006-34.1-44.252-48.498-66.682v-64.62l21.934-12.782zm123.822.806c-1.895 4.425-2.95 9.296-2.95 14.415 0 20.238 16.407 36.645 36.645 36.645 20.238 0 36.645-16.407 36.645-36.644 0-4.487-.81-8.784-2.286-12.757l17.71 10.32v69.123c-14.053 22.063-29.835 43.898-47.333 65.463v-44.896l-58.983-34.332v-55.36l20.55-11.976zm-57.56 100.184c-2.492 4.65-3.91 9.962-3.91 15.608 0 18.27 14.813 33.082 33.083 33.082 18.27 0 33.083-14.812 33.083-33.082 0-4.976-1.106-9.69-3.074-13.924L305 355.56v56.323c-14.762 16.9-30.56 33.627-47.44 50.158-18.152-17.645-35.098-35.5-50.873-53.526V355.56l21.012-12.23z" fill="#fff"/></svg>
<svg class="tc-image-originals-energy-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M491.313 21.406C331.102 120.193 194.688 226.866 70 350.906c29.11-21.616 63.387-37.86 103.875-49.28 40.95-60.157 100.923-106.7 170.844-130.157-23.522 69.8-70.747 130.135-131.314 171.25-9.76 38.353-26.835 69.38-48 96.374C289.153 314.63 403.748 181.7 491.312 21.406zM132.656 345.5v.344c-30.526 52.844-71.12 87.318-115.437 115.47-4.89 28.29 9.777 39.067 34.75 34.56 30.594-51.69 68.69-88.052 115.436-115.468 0-19.56-12.363-34.906-34.75-34.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-engagement-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M208.938 17.97c-13.894.144-26.622 4.908-40.188 15.75 7.633 73.023 19.398 143.54 37.875 209.936-10.574.948-21.165 1.938-31.75 2.938-33.053-48.484-54.967-99.41-79.625-149.688-9.44-1.246-22.32 1.357-33.156 7.313-11.402 6.266-19.932 15.677-22.438 25.343C71.46 196.07 111.698 266.145 154 327.28c9.054 11.43 17.052 23.375 24.875 35.25l2.875 4.064-.28-.125c6.728 10.225 13.405 20.334 20.593 29.905l-14.938 11.22c-14.106-18.783-25.76-38.085-38.5-55.97-38.74-17.315-76.235-28.38-99.406-25.656-11.762 1.382-19.233 5.41-24.19 13.405-4.422 7.136-6.682 18.965-5.124 36.22 79.18 19.67 123.834 59.914 154.406 86.186 12.823 11.02 25.426 21.245 40.875 29.876h123.907c31.69-13.563 55.702-35.645 61.187-62.594 4.722-23.186 16.166-62.177 21.658-85.53 8.962-38.116 26.388-84.71 41.875-121.813 7.743-18.553 14.995-34.673 20.5-46.157 2.752-5.743 5.072-10.326 6.875-13.594.196-.358.347-.582.53-.907-4.203-10.426-12.018-20.034-21.25-26.125-9.175-6.056-18.988-8.51-27.218-6.813-22.354 39.967-42.723 81.287-57.344 129.28-8.878-3.5-17.872-6.378-27-8.717-.572-13.23-.715-26.318-.437-39.25l-63.283-6.657c-.43 12.35-.513 24.76-.25 37.22-8.34-.305-16.75-.336-25.187-.188C252.074 167.83 240.845 96.008 238.062 24c-9.497-3.54-18.01-5.662-26.03-5.97-.103-.003-.21-.027-.313-.03-.94-.03-1.856-.04-2.782-.03zm133.28 5.593c-8.137-.057-15.44 1.7-20.343 4.75-9.082 35.02-16.254 70.32-20.938 106l62.844 6.625c4.51-33.684 11.667-66.423 20.876-98.344-6.824-8.614-18.617-15.165-30.97-17.782-3.885-.823-7.768-1.224-11.467-1.25zm-55.624 128.093c-.466-.016-.91-.002-1.313.03-2.424.2-3.8 1.24-5.31 2.97-2.017 2.31-3.667 6.495-4 11.094-.336 4.6.67 9.41 2.374 12.47 1.703 3.058 3.323 4.302 6.156 4.624l85.438 9h.125l.125.03c4.954.658 7.17-.55 9.343-2.81 2.173-2.264 3.885-6.28 4.25-10.75.367-4.472-.633-9.162-2.5-12.283-1.83-3.063-3.906-4.732-7.592-5.25l-.188-.03-85.313-8.97h-.093c-.545-.06-1.034-.107-1.5-.124z" fill="#fff"/></svg>
<svg class="tc-image-originals-enlightenment tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M251.828 15.982l-29.2 136.08-56.74-75.652 7.78 90.4-49.154-24.68 22.19 49.643-67.16-13.433 57.817 70.668-55.48-10.514 35.634 26.608c29.894.77 62.017-2.565 90.597 4.35 18.697 4.522 36.167 14.302 48.255 32.74.414.632.82 1.274 1.22 1.923.402-.65.806-1.29 1.22-1.922 12.088-18.44 29.558-28.22 48.254-32.742 27.64-6.685 58.596-3.782 87.643-4.28l35.25-26.676-42.05 8.178 41.468-80.596-59.507 19.852 19.092-77.352-57.234 59.867 6.055-109.607-46.232 97.31-39.715-140.164zM92.236 281.787L50.27 311.02l207.343 72.68L464.95 310.67l-40.99-28.88c-42.595 7.18-92.04-5.54-126.02 10.345l-.116.05-.013.008c-5.226 2.37-9.962 5.418-14.255 9.382-7.564 6.774-13.817 16.048-18.36 28.694l-7.777 13.763-7.158-12.67c-5.434-15.833-13.453-26.5-23.324-33.637-.157-.114-.316-.22-.473-.332-.63-.446-1.267-.883-1.912-1.302-33.565-21.772-86.63-6.6-132.314-14.3zm-64.26 41.3L21.81 340.73l190.67 66.674v17.817h91.55v-18.687h-.055L492.15 340.73l-6.168-17.642-205.658 71.918 4.03 11.527h-54.75l4.03-11.527-205.657-71.918z"/></svg>
<svg class="tc-image-originals-ent-mouth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.873 17.254v476.558h176.373L315.14 355.4l-137.83 63.075 70.667-108.043-31.43 16.517c13.426-76.567 48.536-132.702 102.05-197.208l-11.85 112.803 71.17-140.2-6.72 151.587L470.27 77.254c12.35-17.27 20.207-38 24.748-60H17.873zm216.71 55.97L213.02 179.57l73.123-103.343-21.637 93.414c-35.604 51.076-59.427 102.66-68.56 168.135l-62.436 32.81 63.072-89.355-117.97 56.065-37.962-65.992c10.632-76.265 43.808-139.937 99.284-191.56l94.648-6.518z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-entry-door tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M217 28.098v455.804l142-42.597V70.697zM119 55v160h18V73h62V55zm257.98.03l.02 2.275V87h16V55zM377 105v16h16v-16zm0 34v236h16V139zm-276.564 58.727L42.162 256l58.274 58.273V279h96v-46h-96zM244 232c6.627 0 12 10.745 12 24s-5.373 24-12 24-12-10.745-12-24 5.373-24 12-24zm-125 65v151h18V297zm258 96v14h16v-14zm0 32v23h16v-23zM32 471v18h167v-18zm290.652 0l-60 18H480v-18z"/></svg>
<svg class="tc-image-originals-envelope tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.78 80.125c3.367 19.498 10.608 52.67 19.126 84.813 8.126 30.663 17.73 60.122 25.063 75.062 57.968-.962 148.212-16.707 252.343-46.344-91.756-70.023-188.486-99.376-296.532-113.53zM164.657 85c-65.62 51.243-106.43 120.106-138.5 196.25 54.866-38.51 111.644-60.42 169.313-70.906-3.995-12.636-7.88-26.486-11.626-40.625-8.425-31.79-15.554-64.12-19.188-84.72zm322.281 125.906c-74.123 21.218-141.43 35.68-196.25 42.813 24.018 51.794 36.448 106.688 43.688 160.936 70.634-58.76 125.36-118.495 152.563-203.75zM201.53 228.28c-56.563 9.917-111.78 30.946-165.56 68.907 89.478 61.396 189.91 97.037 279.874 119.844-7.362-55.057-20.104-109.997-44.75-161.03-18.39 1.897-35.134 2.875-49.938 2.875h-5.344l-2.718-4.625c-3.898-6.69-7.77-15.598-11.563-25.97z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-erlenmeyer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196.27 22.814c-8.29 0-14.194 5.093-17.91 10.163-3.713 5.07-6.032 10.492-6.032 16.814 0 6.323 2.16 11.873 5.668 17.433 3.51 5.56 9.108 11.85 18.275 11.85h-.202l6.63.142v122.002C150.973 267.087 50.5 395.497 50.5 395.497l-.402.513-.325.562c-5.1 8.808-10.02 21.052-10.02 35.635 0 35.53 29.48 64.827 64.827 64.828h299.6c35.253 0 64.828-28.916 64.828-64.828 0-16.296-7.106-28.625-11.197-35.652l-.334-.576-151.412-191.287V79.21c2.597-.066 3.062-.134 6.336-.136h.088c9.168 0 14.767-6.292 18.276-11.85 1.137-1.804 2.07-3.617 2.896-5.445l1.4-1.397h-.814c1.352-3.372 2.186-6.84 2.186-10.592 0-6.32-2.317-11.744-6.032-16.813-3.714-5.07-9.62-10.163-17.912-10.163h-116.22zm0 18.688h116.222c-.094 0 1.3.423 2.836 2.52 1.536 2.096 2.42 5.492 2.42 5.77 0 .276-1.043 4.696-2.785 7.456-1.736 2.75-3.422 3.132-2.475 3.135-6.836 0-12.118.197-14.302.285v-.207h-96.948v.03l-4.865-.105h-.102c.972 0-.727-.377-2.47-3.137-1.74-2.76-2.784-7.18-2.784-7.457 0-.276.883-3.672 2.42-5.77 1.536-2.095 2.93-2.518 2.835-2.518zm25.115 37.646h65.996v75.07h-.044v52.497l.045.058v4.422L441.948 406.47c3.908 6.738 8.373 15.1 8.373 25.737 0 25.66-21.09 46.14-46.138 46.14h-299.6c-24.953-.002-46.14-21.018-46.14-46.14 0-3.557.43-6.963 1.146-10.184l.055.084c.754-3.474 1.845-6.648 3.084-9.513l-.174.242c.977-2.32 2.05-4.496 3.17-6.465.668-.854 102.782-131.362 153.668-196.155l1.995-2.54v-1.155c.023-.03.07-.088.092-.118v-52.185h-.092v-75.07zm18.78 75.07v58.618l-1.99 2.537C204.078 258.886 82.596 415.245 81.714 416.38c-2.38 4.202-4.48 9.69-4.48 15.817 0 15.208 12.87 27.98 27.898 27.98h298.995c15.124 0 27.898-12.386 27.898-27.98 0-6.278-2.624-11.274-5.203-15.736L268.646 213.13v-58.913h-28.48zm-4.048 119.73c21.015 0 38.25 17.236 38.25 38.25 0 21.017-17.235 38.253-38.25 38.253s-38.252-17.236-38.252-38.25c0-21.016 17.237-38.253 38.252-38.253zm0 18.69c-10.913 0-19.562 8.648-19.562 19.56 0 10.915 8.65 19.564 19.562 19.564 10.914 0 19.563-8.647 19.563-19.563 0-10.914-8.65-19.563-19.563-19.563zm-60.293 54.817c21.015 0 38.252 17.237 38.252 38.252 0 21.016-17.237 38.252-38.252 38.252-21.015 0-38.252-17.238-38.252-38.253s17.237-38.252 38.252-38.252zm96.623 10.71c24.664 0 44.858 20.197 44.858 44.86 0 24.665-20.195 44.858-44.858 44.858-24.663 0-44.86-20.194-44.86-44.858 0-24.663 20.197-44.86 44.86-44.86zm-96.623 7.98c-10.913 0-19.562 8.65-19.562 19.562 0 10.914 8.65 19.563 19.562 19.563 10.914 0 19.563-8.648 19.563-19.563 0-10.913-8.65-19.562-19.563-19.562zm96.623 10.71c-14.562 0-26.17 11.608-26.17 26.17 0 14.563 11.608 26.17 26.17 26.17 14.564 0 26.17-11.605 26.17-26.17 0-14.562-11.607-26.17-26.17-26.17z" fill="#fff"/></svg>
<svg class="tc-image-originals-ermine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 24l-32 64 32 48 32-48-32-64zm-64 96l-64 32 64 32 48-32-48-32zm128 0l-48 32 48 32 64-32-64-32zm-64 32c-32 128-64 192-128 256 16 0 48 0 64-16 0 16-16 48-32 64 16 0 48 0 64-16 16 16 16 16 32 48 16-32 16-32 32-48 16.847 12.064 48 16 64 16-16-16-32-48-32-64 16 16 48 16 64 16-64-64-96-128-128-256z"/></svg>
<svg class="tc-image-originals-eruption tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M50.125 18.844C39.392 34.837 29.345 54.284 20 76.906v55.344C35.626 81.983 54.123 43.486 73.188 18.844H50.124zm123.563 0c28.514 38.154 58.302 111.444 80.687 224.406l-27.688-20.375c10.34 42.642 9.49 86.734 5.282 129.656-9.68-5.064-18.39-10.242-26.407-15.592 7.303-2.39 12.593-9.273 12.593-17.375 0-10.088-8.194-18.25-18.28-18.25-9.81 0-17.787 7.734-18.22 17.437-18.992-16.48-34.353-35.148-51.312-57.906 21.86 55.484 37.576 110.95 43.22 166.437-21.468-10.502-42.212-27.485-62.408-47.874C77.776 320.05 46.846 278.314 20 248.376V277c23.004 27.92 48.843 64.944 76.563 114.625l23.843 70.125c-22.777 4.44-45.535-4.1-68.312-12.844l28.593 41.47h389.938L495 425.905c-19.11 10.21-59.843 22.84-84.344 27.656 14.49-50.7 26.913-95.425 50.5-145.406-21.43 23.53-55.894 46.943-82.156 60.03 13.352-53.8 29.45-91.128 45.97-113.373 12.695-17.098 25.094-24.963 36.25-26.594 10.992-1.61 22.193 2.343 34.25 13.218v-23.25c-9.64-5.85-19.91-9.082-30.345-8.97-2.193.024-4.39.21-6.594.532-17.625 2.577-34.014 14.346-48.56 33.938-15.714 21.16-29.94 51.864-42.095 93.28-8.64-73.057-7.37-149.966.75-219.78-14.467 43.082-22.59 78.36-50.22 107.437-10.972-19.324-19.403-38.584-26.217-57.844 2.658 1.103 5.568 1.72 8.625 1.72 12.463 0 22.562-10.128 22.562-22.594 0-12.465-10.1-22.562-22.563-22.562-5.348 0-10.257 1.86-14.125 4.97l-9.125-109.47h-35c11.422 56.565 17.434 116.837 20.5 175.062C244.06 113.393 220.92 55.986 196.5 18.844h-22.813zm237.78 6.656c-14.29 0-25.874 11.584-25.874 25.875 0 .723.035 1.417.094 2.125-.373-.023-.747-.063-1.125-.063-10.087 0-18.25 8.163-18.25 18.25s8.163 18.282 18.25 18.282c8.746 0 16.055-6.165 17.843-14.376 2.82 1.054 5.876 1.656 9.063 1.656 14.288 0 25.874-11.584 25.874-25.875 0-14.29-11.586-25.875-25.875-25.875zM103.032 38.72c-10.085 0-18.28 8.16-18.28 18.25 0 10.085 8.195 18.28 18.28 18.28 10.088 0 18.25-8.193 18.25-18.28 0-10.09-8.162-18.25-18.25-18.25zm350.533 76.624c-10.087 0-18.25 8.162-18.25 18.25 0 10.086 8.163 18.28 18.25 18.28 10.086 0 18.28-8.192 18.28-18.28 0-10.088-8.194-18.25-18.28-18.25zm-299.844 8c-15.972 0-28.907 12.965-28.907 28.937 0 15.972 12.935 28.907 28.906 28.907 15.97 0 28.936-12.933 28.936-28.906 0-15.97-12.967-28.936-28.937-28.936zM87.624 207.22c-10.087 0-18.25 8.16-18.25 18.25 0 10.085 8.163 18.28 18.25 18.28s18.25-8.193 18.25-18.28c0-10.09-8.163-18.25-18.25-18.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-eskimo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.912 19.12c-1.538-.043-3.12.126-4.658.126-32.843 0-59.584 33.906-59.584 75.918 0 21.273 7.082 40.47 18.096 54.287-56.102 8.702-75.978 74.546-72.207 145.62 3.592-1.208 7.427-1.873 11.41-1.873 6.244 0 12.135 1.614 17.28 4.442l-.61-61.974 18.688-.184.44 44.66h56.462V173.108c3.217.747 6.555 1.155 10.002 1.155 2.98 0 5.88-.306 8.688-.867l-.002 106.748h56.428l.44-44.66 18.687.183-.606 61.8c5.068-2.718 10.842-4.27 16.957-4.27 4.55 0 8.91.865 12.932 2.423 3.46-71.845-21.24-135.553-72.88-145.282.025-.037.047-.076.07-.113 11.458-13.873 18.894-33.305 18.894-55.06 0-39.39-23.415-72.02-53.406-75.92-.5-.074-1.01-.112-1.522-.126zm154.518 6.04l-6.543 24.418-17.875-17.875-13.215 13.215 17.875 17.875-24.416 6.54 4.836 18.054 24.418-6.54-6.543 24.415 18.05 4.838 6.544-24.418 17.876 17.875 13.214-13.215-17.875-17.875 24.418-6.54-4.836-18.054-24.418 6.54L434.48 30 416.43 25.16zM96.31 65.998l-11.08 41.354-30.273-30.274L41.74 90.293l30.272 30.27-41.348 11.08 4.836 18.052 41.352-11.078-11.08 41.352 18.05 4.837 11.08-41.35 30.27 30.27 13.215-13.215-30.27-30.272 41.352-11.078-4.837-18.053-41.352 11.078 11.08-41.352-18.05-4.838zm160.922 2.426c12.15 0 23.74 9.425 29.342 24.03h-58.68c5.602-14.604 17.19-24.03 29.338-24.03zm-32.824 42.72h65.65c.005.284.018.566.018.854 0 25.2-15.88 43.576-32.844 43.576s-32.84-18.377-32.84-43.576c0-.288.012-.57.016-.855zm222.737 111.88l-18.053 4.84 6.543 24.417-24.42-6.542-4.836 18.053 24.415 6.542-17.875 17.875 13.215 13.215 17.877-17.875 6.543 24.418 18.052-4.838-6.543-24.416 24.416 6.542 4.836-18.053-24.416-6.542 17.875-17.875-13.214-13.215-17.873 17.873-6.542-24.415zm-374.717 66.08l-6.54 24.417-17.876-17.874-13.215 13.215 17.875 17.876-24.42 6.543 4.838 18.052 24.418-6.543-6.543 24.417 18.053 4.836 6.54-24.418L93.435 367.5l13.214-13.215-17.873-17.875 24.416-6.54-4.836-18.054-24.416 6.543 6.542-24.42-18.052-4.835zm118.523 9.726l.626 63.557 2.207 33.51h53.428v-76.444h18.69v76.443h51.707l4.088-54.89h.053l.082-8.31c-.103-1.102-.162-2.216-.162-3.342 0-1.366.084-2.712.234-4.04l.26-26.484h-131.21zm-35.98 13.055c-9.76 0-17.47 7.712-17.47 17.47 0 9.755 7.71 17.467 17.47 17.467 9.757 0 17.466-7.712 17.466-17.468 0-9.76-7.708-17.47-17.467-17.47zm202.854 0c-9.758 0-17.467 7.712-17.467 17.47 0 9.755 7.71 17.467 17.467 17.467 9.76 0 17.47-7.712 17.47-17.468 0-9.76-7.71-17.47-17.47-17.47zm35.283 73.426l-8.203 33.588L359.916 395l-12.918 13.506 24.986 23.896-33.19 9.692 5.237 17.94 33.195-9.692-8.205 33.59 18.156 4.433 8.203-33.588 24.985 23.897 12.918-13.506-24.986-23.898 33.19-9.69-5.24-17.94-33.188 9.692 8.202-33.588-18.155-4.433zm-198.09 29.274l2.647 40.184h49.547v-40.184h-52.194zm70.883 0v40.184h47.32l2.995-40.184H265.9zm-67.005 58.873l1.423 21.59h46.893v-21.59h-48.315zm67.005 0v21.59h44.32l1.608-21.59H265.9z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-european-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 46.305l-9.404 19.054-21.03 3.056 15.217 14.832-3.592 20.945L256 94.305l18.81 9.888-3.593-20.945 15.217-14.832-21.03-3.057L256 46.304zM167.566 72.63l-9.404 19.056-21.03 3.056 15.218 14.832-3.592 20.946 18.808-9.89 18.81 9.89-3.593-20.946L198 94.742l-21.03-3.056-9.404-19.055zm176.868 0l-9.405 19.056L314 94.742l15.217 14.832-3.592 20.946 18.81-9.89 18.807 9.89-3.592-20.946 15.217-14.832-21.03-3.056-9.403-19.055zm-243.868 67.425l-9.404 19.054-21.03 3.056 15.218 14.832-3.592 20.945 18.808-9.888 18.81 9.888-3.593-20.945L131 162.166l-21.03-3.057-9.404-19.055zm310.868 0l-9.405 19.054-21.03 3.056 15.217 14.832-3.592 20.945 18.81-9.888 18.807 9.888-3.592-20.945 15.217-14.832-21.03-3.057-9.403-19.055zM76.566 228.55l-9.404 19.054-21.03 3.056 15.218 14.832-3.592 20.945 18.808-9.888 18.81 9.887-3.593-20.945L107 250.66l-21.03-3.056-9.404-19.055zm358.868 0l-9.405 19.054L405 250.66l15.217 14.832-3.592 20.945 18.81-9.888 18.807 9.887-3.592-20.945 15.217-14.832-21.03-3.056-9.403-19.055zm-334.868 89.897l-9.404 19.055-21.03 3.057 15.218 14.83-3.592 20.946 18.808-9.89 18.81 9.89-3.593-20.945L131 340.56l-21.03-3.058-9.404-19.055zm310.868 0l-9.405 19.055L381 340.56l15.217 14.83-3.592 20.946 18.81-9.89 18.807 9.89-3.592-20.945 15.217-14.83-21.03-3.058-9.403-19.055zm-243.868 65.746l-9.404 19.055-21.03 3.057 15.218 14.832-3.592 20.945 18.808-9.89 18.81 9.89-3.593-20.945L198 406.305l-21.03-3.057-9.404-19.055zm176.868 0l-9.405 19.055-21.03 3.057 15.217 14.832-3.592 20.945 18.81-9.89 18.807 9.89-3.592-20.945 15.217-14.832-21.03-3.057-9.403-19.055zm-88.61 23.614l-9.404 19.056-21.03 3.055 15.217 14.834-3.59 20.943.385-.203-.035.203L256 455.898l18.633 9.797-.035-.203.386.203-3.59-20.943 15.215-14.834-21.03-3.055-9.404-19.056-.176.355-.176-.355z"/></svg>
<svg class="tc-image-originals-evil-bat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M200.87 39.725C44.31 80.87-16.78 302.325 36.948 433.995 23.912 307.28 59.464 188.886 126.674 116.51c-22.972 99.05-25 194.382 10.353 258.826-18.214-78.32-11.397-174.74 18.254-239.406-1.843 54.862 7.87 111.337 31.788 155.718-12.736-108.023 47.59-42.41 65.168-8.06 4.94 15.805 3.993 29.124-.433 40.47-5.83 14.942-18.294 26.96-34.018 34.897-35.8 18.074-54.695 40.503-60.52 62.78-5.824 22.28 1.996 43.443 16.5 56.396 14.5 12.952 36.138 18.04 56.32 9.233 16.745-7.305 31.693-23.562 41.895-50.072 8.293 6.156 15.268 13.8 20.868 23 .4-33.196 9.715-61.208 23.945-86.364-34.537 9.54-63.36 25.552-88.33 45.94 9.908 1.663 18.956 4.295 27.123 7.92-8.903 24.836-21.404 37.37-32.984 42.42-13.44 5.866-26.794 2.587-36.39-5.985-9.598-8.57-14.97-22.088-10.878-37.74 4.092-15.65 18.256-34.373 50.883-50.845 18.94-9.56 35.138-24.64 42.998-44.787 7-17.947 6.885-39.556-2.85-62.885 23.456-33.637 66.618-69.27 55.658 23.683 23.918-44.38 33.632-100.856 31.788-155.718 29.652 64.666 36.466 161.086 18.252 239.406 35.354-64.444 33.326-159.775 10.354-258.826 67.21 72.377 102.764 190.772 89.73 317.488C525.87 302.324 464.78 80.87 308.22 39.726h-.003c31.215 86.954 42.704 157.88-53.672 190.813-96.376-32.935-84.888-103.86-53.672-190.815h-.002zm16.083 57.62c-4.84 10.928-8.443 22.143-8.443 34.83 0 33.612 18.97 61.84 46.437 77.044 27.21-15.274 45.383-43.624 45.383-77.046 0-12.776-3.644-23.793-8.443-34.83 0 0-21.217 54.584-36.94 67.68-15.87-13.032-37.994-67.68-37.994-67.68z"/></svg>
<svg class="tc-image-originals-evil-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M93.998 27.8c-24.004-.13-42.94 15.268-54.732 32.778C27.094 78.653 20.66 98.816 24.684 115.1l.01.04 81.476 318.186c.11-9.534 2.292-19.376 6.22-28.596 4.24-9.948 10.73-19.412 19.245-27.21 7.477-7.44 17.398-13.343 29.234-16.575.002 0 .004 0 .007-.002 4.364-1.292 8.962-2.224 13.787-2.74l.658-.07 323.2 11.25-126.975-328.56-275.21-12.96c-.786-.037-1.565-.058-2.34-.062zm-.107 18.69c.52.003 1.043.017 1.567.04L358.504 58.92l112.408 290.867-299.46-9.77-.653.07c-26.13 2.814-47.677 15.802-60.554 33.823l-67.42-263.29v-.003c-1.57-6.362 2.12-25.013 11.942-39.6 9.516-14.132 23.03-24.603 39.123-24.525zm17.426 17.403L93.35 69.037l73.06 255.193 17.967-5.142-73.06-255.195zm52.48 19.2c3.22 62.57 46.11 84.672 81.54 87.507l9.07-16.85-43.873-19.943 15.91-8.95c-24.727-2.388-42.9-24.437-62.648-41.765zm180.157 2.948c-10.863 18.29-18.594 40.613-39.375 46.132l10.31 13.844-24.808 16.07 14.943 13.84c29.995-7.382 59.367-33.122 38.93-89.885zm44.406 88.26l-33.432 59.067-18.184-40.082-25.455 50.627-50.07-37.266-8.277 35.157-76.937-59.768 46.058 99.145 13.426-21.8 45.862 59.07 19.857-46.41 41.196 47.108 17.785-52.03 20.13 28.827 8.04-121.644zM176.214 376.866c-23.563 2.688-39.208 17.766-46.63 35.19-6.863 16.106-5.658 33.007 1.804 42.7l315.006 10.862c-2.514-13.553-1.82-27.43 2.32-41.203l-21.546-6.818 34.252-20.055c2.305-3.522 4.85-7.02 7.658-10.48l-292.865-10.195z" fill="#fff"/></svg>
<svg class="tc-image-originals-evil-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.313 21.813l-8.563 19.75-17.688 40.75-5.656 13.062h23.25v118.47c-13.75.87-27.51 4.044-41.125 9.75v-80.94h22.064l-5.688-13.06-17.656-40.75-8.594-19.75-8.562 19.75-17.688 40.75-5.656 13.06h23.094V254.22l13.844-7.626c15.526-8.545 30.754-13.26 45.968-14.47v111.783l11.906-3.375c63.584-18.07 107.505-12.832 134.063 1.25 26.558 14.085 36.504 36.483 34.063 56.97-2.442 20.487-17.308 39.61-46 46.625-28.693 7.016-71.885 1.21-128.063-32.094-29.367-17.408-66.103-38.01-104.5-43.655-23.335-3.43-47.54-.667-69.844 11.75-9.52-11.33-17.738-24.647-24.686-39.875C34.937 387.392 22.432 437.344 22 493.28c32.185-31.62 70.666-57.006 120.563-71.03-18.796-5.505-35.13-14.682-49.188-27.344 17.083-8.407 35.181-9.553 54.03-6.78 33.512 4.926 68.725 24.047 97.69 41.218 58.958 34.95 106.907 42.776 142.03 34.187 35.123-8.587 56.756-34.316 60.125-62.592 3.37-28.277-11.556-58.518-43.875-75.657-30.33-16.082-75.513-20.825-136.03-5.717v-87.157c15.117 1.588 30.324 6.463 45.905 14.344l13.563 6.875v-110.97H348.875l-5.657-13.06-17.69-40.75-8.56-19.75-8.595 19.75-17.656 40.75-5.69 13.06h23.095v81.376c-13.46-5.4-27.093-8.785-40.78-9.968V95.376h21.905l-5.688-13.063-17.687-40.75-8.563-19.75zM143.438 59.937C118.564 61.831 94.734 77.45 74.53 102 30.083 156.017 4.637 251.026 32.438 327.063c-.4-70.025 48.94-105.56 67.688-39.032 1.38-48.89 41.444-78.51 68.313-42.686v-64.03c-32.01-10.637-47.006-60.076-25-121.376zm227.562 0c22.006 61.3 7.01 110.74-25 121.376v64.03c26.87-35.822 66.933-6.203 68.313 42.688 18.746-66.526 68.09-30.992 67.687 39.033 27.8-76.037 2.386-171.046-42.063-225.063C419.733 77.45 395.873 61.83 371 59.937z" fill="#fff"/></svg>
<svg class="tc-image-originals-evil-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M165.98 47.744l-25.32 143.443c-28.823 29.04-82.26 43.33-117.54 49.016l.132 218.645.006-.002C60.214 406.14 115.74 321.79 177.84 291.51c87.926-6.233 189.035 1.018 269.29 122.01l-30.286-111.768-114.03-33.826c38.234-48.656 116.253-23.912 190.39 29.45l-63.015-80.312-133.442-13.59c22.58-50.88 108.657-59.573 185.336-7.413L407.95 115.75c-105.138 37.836-182.9 34.318-190.315 9.33-2.432 3.567-4.53 7.19-6.29 10.854-13.455 27.973-8.834 59.176 11.362 86.75l-15.078 11.043c-23.475-32.05-29.726-71.382-13.128-105.893 15.343-31.902 49.35-58.73 103.26-73.768l-131.782-6.32z"/></svg>
<svg class="tc-image-originals-evil-moon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.938 19.938C124.514 19.938 17.78 126.67 17.78 258.094c0 131.422 106.735 238.156 238.157 238.156 131.423 0 238.157-106.734 238.157-238.156 0-131.422-106.734-238.156-238.156-238.156zm0 18.687c121.322 0 219.468 98.147 219.468 219.47 0 26.08-4.548 51.085-12.875 74.28-20.99 8.188-43.686 12.75-67.624 12.75-22.242 0-43.584-3.855-63.406-10.938l12.094 44.594-71.75-12.467 18.844 51.562c-57.855 7.1-108.19-15.432-130.47-49.28l81.313 1.78-23.56-48.438 72.436-8.062.688.063c-16.83-11.135-31.777-24.876-44.22-40.688 30.674-18.014 66.44-28.814 102.782-22.844-43.234-49.45-95.713-64.09-139.437-57.437-2.188-11.438-3.345-23.236-3.345-35.314 0-45.286 16.2-86.562 42.938-118.937 2.04-.057 4.072-.095 6.125-.095zM139.188 180.78c.638-.006 1.268-.013 1.906 0 19.467.437 38.24 10.748 48.687 28.845 15.923 27.577 6.48 62.83-21.093 78.75-27.572 15.92-62.828 6.483-78.75-21.094-15.92-27.576-6.478-62.86 21.094-78.78 8.887-5.13 18.58-7.615 28.157-7.72zm-.063 21.064c-20.26 0-36.906 16.643-36.906 36.906 0 20.263 16.644 36.875 36.905 36.875 20.26 0 36.875-16.612 36.875-36.875s-16.614-36.906-36.875-36.906zm0 18.687c10.16 0 18.188 8.058 18.188 18.22 0 10.162-8.028 18.188-18.188 18.188-10.16 0-18.22-8.026-18.22-18.188 0-10.162 8.06-18.22 18.22-18.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-evil-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.97 18.72v203.374c1.97 8.137 9.515 16.478 18.343 19.22 9.033 2.803 19.03 1.506 29.624-12.22l7.376-9.563 7.406 9.564c13.88 17.906 26.524 25.565 39.5 28.844-12.174-43.782-37.342-85.398-69.44-126.157l-1.25-1.56-.468-1.94-4-16.03 15.782 4.813 94.187 28.78L173.095 31.25l.03-.313c-.025-.113-.035-.23-.06-.343-1.01-4.396-1.874-8.33-2.658-11.875H19.97zm169.593 0c.578 2.59 1.065 4.87 1.718 7.718.34 1.476.69 2.91 1.032 4.375l53.813 85.53 105.22-63.624 19.874-12.032-6 22.437-15.94 59.625 99.408-36.906 33.875-12.563-23.532 27.407c-34.498 40.204-69.485 88.29-86.374 144.563 1.133-.06 2.266-.147 3.375-.28 13.968-1.688 25.42-8.223 31.626-23.032l4.97-11.813 9.718 8.313c12.73 10.89 23.158 14.587 34.812 13.968 10.603-.563 23.034-5.48 37.938-14.344V18.72H189.563zm-1.5 40.436L174.03 159.25l-.03.28-3.625 42.72-18.625-1.594 3.03-35.97-70.06-21.405c34.196 47.813 58.943 98.312 63.468 153.657 4.905 60.013-14.372 124.86-68.688 195.813h323.938c-15.638-23.64-27.798-46.566-36.97-68.75l-24.812 44.22-1.875-45.72-42.905 49.938-14.563-45.313-25.593-6.75-36.158 52.406-6.625-45.31-43.593 44.81 43.75-175.842 14.344 87.093 24.187-61.592 16.313 63.968L290 322.656l15.813 38.47 17.062-42.345 2.438 46.876 23.156-.97c-5.878-30.507-6.18-59.377-2.25-86.498l-46-2.782 43.53-35.844-13.875-13.843 39.188-23.845c14.53-32.037 33.787-60.806 53.906-86.563l-82.345 30.563-18.406 26.438-15.345-10.688 20.563-29.5 13.718-51.438-85.187 51.563 27.686 50.28-16.375 9.032-28.592-51.968-3.47-5.53-47.155-74.908zm15.312 112.188l51.75 54.562-22.344 9.5 36.876 44.156-94.594-25.156 36.313-35.125-8-47.936z" fill="#fff"/></svg>
<svg class="tc-image-originals-evil-wings tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.63 16.006a1.638 1.638 0 0 0-.458 3.21C67.085 36.2 103.825 46.242 128.215 53.68c12.195 3.718 21.318 6.8 27.34 9.687 3.01 1.442 5.25 2.862 6.69 4.185 1.442 1.323 2.06 2.463 2.2 3.636.134 1.174-.194 2.553-1.285 4.28-1.09 1.726-2.934 3.73-5.467 6.02-5.07 4.574-12.948 10.22-23.492 17.385-21.087 14.33-52.77 34.77-94.057 65.573a1.638 1.638 0 0 0 1.772 2.75c42.71-23.665 75.725-43.042 99.098-55.46 11.686-6.207 20.992-10.673 27.768-13.046 3.39-1.186 6.155-1.86 8.188-1.986 2.03-.12 3.178.26 3.82.855.64.595 1.056 1.63.977 3.607-.075 1.98-.716 4.766-1.955 8.25-2.48 6.97-7.344 16.806-14.57 29.7C150.78 164.905 126.922 203 93.755 255.963a1.638 1.638 0 0 0 2.688 1.864c36.023-46.894 60.25-82.6 76.768-105.234 8.26-11.317 14.63-19.377 19.398-23.833 2.385-2.23 4.386-3.515 5.805-3.942 1.42-.428 2.142-.252 3.115.672 1.947 1.848 3.942 7.85 5.316 17.875 1.373 10.025 2.373 24.045 3.513 42.198 2.278 36.306 5.1 89.202 12.554 160.386a1.64 1.64 0 0 0 3.27-.245c-4.848-154.91 4.55-249.915 4.55-249.915a1.638 1.638 0 0 0-1.07-1.712s-7.132-2.425-15.702-10.846c-8.57-8.423-18.46-22.76-23.49-46.536a1.638 1.638 0 0 0-1.773-1.284c-53.747 6.25-103.183-.908-170.583-19.34a1.638 1.638 0 0 0-.49-.06zm476.675 0a1.638 1.638 0 0 0-.428.06c-67.4 18.435-116.835 25.592-170.58 19.34a1.638 1.638 0 0 0-1.773 1.285c-5.032 23.778-14.922 38.115-23.49 46.537-8.57 8.423-15.703 10.847-15.703 10.847a1.638 1.638 0 0 0-1.07 1.71s9.4 95.007 4.552 249.916a1.64 1.64 0 0 0 3.27.245c7.452-71.186 10.275-124.08 12.554-160.386 1.14-18.154 2.14-32.175 3.513-42.2 1.37-10.024 3.368-16.025 5.315-17.875.973-.924 1.698-1.1 3.115-.672 1.42.428 3.42 1.713 5.805 3.942 4.77 4.457 11.138 12.516 19.398 23.834 16.52 22.632 40.746 58.338 76.767 105.233a1.638 1.638 0 0 0 2.688-1.865c-33.166-52.963-57.027-91.057-71.482-116.845-7.23-12.894-12.09-22.73-14.57-29.7-1.242-3.485-1.876-6.272-1.956-8.25-.075-1.98.338-3.012.978-3.606.64-.594 1.787-.983 3.82-.855 2.03.12 4.798.8 8.186 1.986 6.776 2.373 16.082 6.838 27.768 13.047 23.373 12.418 56.39 31.794 99.098 55.458a1.638 1.638 0 0 0 1.77-2.75c-41.286-30.802-72.968-51.243-94.056-65.572-10.544-7.163-18.423-12.81-23.492-17.386-2.535-2.287-4.378-4.293-5.47-6.02-1.09-1.726-1.42-3.104-1.283-4.277.134-1.173.757-2.313 2.198-3.636 1.442-1.322 3.68-2.743 6.69-4.186 6.023-2.886 15.146-5.967 27.34-9.687 24.39-7.437 61.13-17.48 111.043-34.467a1.638 1.638 0 0 0-.518-3.208zM257.342 66.943c-2.55 0-5.02.23-7.18 1.712-2.157 1.48-3.74 4.054-4.856 8.128-2.232 8.145-2.988 22.776-2.75 50.295.478 55.038 5.225 161.43 12.587 367.28a1.65 1.65 0 0 0 3.3 0c6.815-205.847 11.85-312.252 12.738-367.28.447-27.513-.104-42.126-2.138-50.263-1.017-4.07-2.472-6.663-4.582-8.16-2.11-1.494-4.566-1.71-7.118-1.71z" fill="#fff"/></svg>
<svg class="tc-image-originals-exit-door tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M217 28.098v455.804l142-42.597V70.697zm159.938 26.88l.062 2.327V87h16V55zM119 55v117.27h18V73h62V55zm258 50v16h16v-16zm0 34v236h16V139zm-240 58.727V233H41v46h96v35.273L195.273 256zM244 232c6.627 0 12 10.745 12 24s-5.373 24-12 24-12-10.745-12-24 5.373-24 12-24zM137 339.73h-18V448h18zM377 393v14h16v-14zm0 32v23h16v-23zM32 471v18h167v-18zm290.652 0l-60 18H480v-18z"/></svg>
<svg class="tc-image-originals-expander tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.625 16c-1.74.052-2.956.394-3.594 1.03-10.2 10.203 58.65 170.85 76.5 178.5 5.02 2.152 15.865-3.563 28.72-13.28h.03L196 256l-73.72 73.75c-12.863-9.726-23.728-15.433-28.75-13.28-17.85 7.65-86.7 168.297-76.5 178.5 10.203 10.2 170.85-58.65 178.5-76.5 2.153-5.022-3.554-15.887-13.28-28.75L256 316l73.75 73.75c-9.717 12.855-15.432 23.7-13.28 28.72 7.65 17.85 168.297 86.7 178.5 76.5 10.2-10.203-58.65-170.85-76.5-178.5-5.02-2.152-15.865 3.563-28.72 13.28L316 256l73.75-73.75c12.855 9.717 23.7 15.432 28.72 13.28 17.85-7.65 86.7-168.297 76.5-178.5-10.203-10.2-170.85 58.65-178.5 76.5-2.153 5.022 3.554 15.887 13.28 28.75L256 196l-73.75-73.72c.005-.006-.005-.023 0-.03 9.717-12.855 15.432-23.7 13.28-28.72C188.36 76.796 46.71 15.225 20.626 16z" fill="#fff"/></svg>
<svg class="tc-image-originals-explosion-rays tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M54.184 19.512l116.02 144.838c-11.806 9.74-21.4 22.066-27.923 36.095L20.493 142.73v62.993l113.983 19.172c-1.12 6.056-1.707 12.295-1.707 18.67 0 3.502.177 6.965.52 10.378l-72.376 27.7 79.467.687c4.165 10.173 9.917 19.534 16.948 27.775L20.492 441.7v52.484h47.336l105.87-168.65c11.644 8.795 25.212 15.165 39.945 18.366l-23.7 150.284H294.22L253.25 344.69c8.668-1.524 16.964-4.14 24.744-7.7l37.262 42.268-21.326-51.365c6.885-4.792 13.16-10.402 18.68-16.692l182.533 146.61V348.556L329.43 284.865c4.29-9.722 7.118-20.227 8.195-31.238l84.7-25.93-86.78-7.008c-2.26-9.89-5.955-19.242-10.852-27.825l170.452-87.398V23.924L311.918 175.15c-5.33-5.95-11.342-11.28-17.912-15.86l15.533-38.382-29.968 29.967c-9.608-4.595-20.034-7.74-30.996-9.148L269.89 19.512h-40.12l1.27 121.478c-19.017.808-36.716 6.816-51.706 16.64L94.102 19.51H54.184z"/></svg>
<svg class="tc-image-originals-explosive-materials tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.504 12.025v151.26l54.93 177.096c-.248.088-.49.187-.737.276l90.278 47.748-32.21 40.035 28.817 38.04 89.61 27.946H361.08l-196.783-37.424c2.446-3.86 4.57-7.94 6.326-12.22l325.95 18.11V413.25l-321.627 17.313c.957-4.734 1.49-9.623 1.563-14.627l320.062-60.504v-50.81l-320.8 99.216c-.693-5.032-1.873-9.9-3.463-14.578l324.263-170.49v-65.41L167.35 377.767c-2.26-4.262-4.905-8.283-7.88-12.032L496.567 62.836v-50.81l-.002.005H456.27L148.533 354.456c-3.74-3.154-7.778-5.96-12.068-8.38L364.578 12.032H298l-172.725 328.83c-3.336-1.24-6.783-2.25-10.318-3.037l101.28-325.793H168.35l-60.963 324.473c-3.043-.37-6.14-.567-9.282-.584l17.1-323.89h-44.97l17.812 324.466c-3.38.41-6.693 1.03-9.926 1.85L16.505 12.025zm22.642 349.84c-12.633 13.97-20.314 32.506-20.314 52.897 0 43.655 35.188 78.843 78.844 78.843 19.185 0 36.72-6.81 50.36-18.136l-54.415-39.784 29.425-32.424-83.9-41.397z" fill="#fff"/></svg>
<svg class="tc-image-originals-explosive-meeting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M313.732 3.545l-60.166 157.62-58.42-48.454 9.838 78.962c-47.68-32.87-93.904-83.845-135.062-172.408H18.57v119.3c41.344 41.93 97.152 66.44 156.826 90.963L23.976 287.33l132.655 9.65-55.253 85.65 116.94-57.478L224.8 462.93l66.706-144.633 65.75 84.558-5.15-83.675c51.68 38.82 96.87 92.806 126.013 175.474h15.84v-149.33c-33.083-36.708-68.22-57.787-104.755-73.648l66.895-29.57-91.668-15.907 113.02-117.993-152.67 47.258-11.05-151.92zM258.6 198.807c5.412-.05 11.044.265 16.832.992 23.154 2.905 44.133 11.763 58.836 23.202 14.702 11.44 22.656 25.008 22.656 37.295 0 12.287-7.196 22.387-21.276 29.807-14.08 7.42-34.734 11.078-57.886 8.17-23.154-2.905-44.132-11.76-58.834-23.198-14.703-11.44-22.658-25.007-22.658-37.295 0-.665.03-1.32.072-1.973l42.642 11.113-8.52 12.11 87.563 13.265-38.8-26.672 15.82-14.785-68.963-26.606c9.236-3.335 20.317-5.312 32.516-5.425z"/></svg>
<svg class="tc-image-originals-extra-lucid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M115.703 19.684C74.03 56.01 47.746 108.598 47.746 167.047c0 59.615 27.327 113.03 70.47 149.428-2.24-9.474-3.615-19.306-4.03-29.4-29.71-31.86-47.75-73.932-47.75-120.028 0-60.944 31.49-114.743 79.876-147.363h-30.61zm245.98 0c48.38 32.614 79.874 86.417 79.874 147.363 0 44.114-16.52 84.543-43.98 115.863-.15 10.162-1.272 20.075-3.272 29.645 40.52-36.26 65.94-88.003 65.94-145.508 0-58.446-26.263-111.034-67.93-147.363h-30.633zM259.616 21.13c-1.22.046-2.1.16-2.627.16-22.966 0-42.474 13.933-54.28 34.743 5.434-2.258 11.378-3.512 17.602-3.512 2.635 0 5.216.238 7.733.667 8.205-8.343 18.363-13.208 28.945-13.208 2.87 0 4.478-.11 4.53-.103l.09.014.09.012c8.883 1.155 17.385 5.918 24.452 13.31 2.568-.448 5.204-.69 7.895-.69 6.14 0 12.004 1.224 17.377 3.423-10.47-18.69-27.132-31.908-47.215-34.556-1.847-.27-3.393-.303-4.593-.26zm-58.758.925C139.302 43.72 95.366 100.54 95.366 167.23c0 26.838 7.12 52.075 19.633 74.07 4.785-43.393 27.372-81.088 59.895-104.857-4.985-11.973-7.76-25.238-7.76-39.2 0-30.428 13.17-57.555 33.724-75.188zm112.966.884c19.968 17.648 32.7 44.38 32.7 74.304 0 14.4-2.955 28.06-8.24 40.324 31.91 23.98 53.94 61.508 58.454 104.57 12.815-22.19 20.12-47.727 20.12-74.908 0-65.8-42.768-121.992-103.034-144.29zm-93.514 48.27c-15.31 0-27.52 12.21-27.52 27.522 0 15.31 12.21 27.522 27.52 27.522 15.31 0 27.524-12.21 27.524-27.522 0-15.31-12.213-27.523-27.524-27.523zm73.735 0c-15.31 0-27.522 12.21-27.522 27.522 0 15.31 12.21 27.522 27.522 27.522 15.31 0 27.523-12.21 27.523-27.522 0-15.31-12.212-27.523-27.523-27.523zm-96.818 67.495c1.458 3.72 3.135 7.29 5.014 10.688-28.76 10.036-47.118 36.23-56.088 67.806-10.313 36.304-9.78 80.714-1.82 123.044l1.432 7.617h38.28l.354 5.406.04 4.084.23-.002 9.09 137.91h122.584l10.408-139.71.385.003.038-5.708.148-1.98h40.32l1.543-7.446c9.072-43.706 8.052-87.865-3.38-123.508-9.866-30.763-28.282-55.794-54.945-66.185 2.144-3.686 4.042-7.593 5.68-11.678-6.67 3.75-14.344 5.898-22.498 5.898-.516 0-1.025-.03-1.537-.047-1.22 1.83-2.504 3.576-3.858 5.21l-10.125 12.212 15.59 2.934c25.758 4.847 43.76 25.75 53.9 57.363 9.523 29.697 11.076 68.077 4.198 106.557h-24.893l.64-91.475-18.687-.13-.78 111.488L299 476.568h-33.332V342.19H246.98V476.57h-35.72l-8.174-124.025-1.133-115.002-18.69.185.903 91.447h-22.713c-6.188-37.77-5.89-76.687 2.682-106.865 9.15-32.208 26.076-53.426 54.59-57.848l15.91-2.47L224.6 149.4c-1.133-1.42-2.22-2.92-3.256-4.488-.345.008-.685.03-1.03.03-8.396 0-16.28-2.28-23.085-6.237z" fill="#fff"/></svg>
<svg class="tc-image-originals-eye-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M46.188 19.22c0 69.06 2.795 131.737 12.624 188.5l.032-.032c15.57-13.874 31.41-26.022 47.437-36.5 17.764-63.536 74.074-111.048 142-115.5V34.75c-68.267-.423-136.35-5.625-202.093-15.53zm421.562 0c-65.506 9.935-133.13 15.052-200.78 15.5v20.81c68.906 3.564 126.267 51.43 144.217 115.657 15.123 9.88 30.002 21.25 44.594 34.032 9.36-56 11.97-117.804 11.97-186zM258.72 74c-56.667 0-105.38 33.662-127.283 82.188 42.275-22.723 85.645-33.93 128.907-33.625 42.567.298 84.795 11.728 125.594 33.624C364.04 107.67 315.38 74 258.717 74zm0 68.28c-39.587 0-71.5 31.95-71.5 71.657 0 39.707 31.913 71.688 71.5 71.688 39.584 0 71.5-31.98 71.5-71.688 0-39.706-31.916-71.656-71.5-71.656zm-63.94 8.032c-38.83 11.04-77.54 32.272-115.405 64.344 37.397 31.567 76.353 52.478 115.72 63.25-16.407-16.38-26.564-39.013-26.564-63.97 0-24.788 10.037-47.277 26.25-63.624zm127.94.063c16.176 16.34 26.186 38.805 26.186 63.563 0 24.94-10.143 47.56-26.53 63.937 39.67-10.875 78.655-31.95 115.687-63.188-37.422-31.688-76.133-53.13-115.344-64.312zm-64 17.53c25.27 0 45.936 20.707 45.936 46 0 25.295-20.666 46.032-45.937 46.032-25.273 0-45.94-20.737-45.94-46.03 0-25.295 20.667-46 45.94-46zm0 18.69c-15.15 0-27.25 12.095-27.25 27.31 0 15.217 12.1 27.345 27.25 27.345 15.148 0 27.25-12.128 27.25-27.344 0-15.216-12.102-27.312-27.25-27.312zm-196.783 37.78c22.21 109.62 73.43 196.387 186.344 263.78V372.22c-67.4-4.42-123.376-51.26-141.593-114.064-15.19-9.743-30.137-21.016-44.75-33.78zm389.625 3.406c-13.31 11.332-26.91 21.458-40.78 30.345-18.4 63.513-75.42 110.712-143.813 114.25V487.22c111.535-67.022 162.336-152.06 184.592-259.44zm-66.156 45.064c-40.57 21.2-82.873 32.18-125.437 32.406-43.1.227-86.288-10.57-127.97-32.375 22.16 47.888 70.52 81.03 126.72 81.03 56.206 0 104.54-33.16 126.686-81.06z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-eyeball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.242 19.143c-1.3.007-2.598.026-3.896.054-8.782.195-17.528.884-26.198 2.053l13.957 18.725L276.9 68.008l-48.474-11.682-22.586-31.424c-24.033 5.413-47.187 14.583-68.522 27.258l4.67 19.35 58.403 10.51-2.335 50.812-17.522-35.623-53.728-9.347-6.063-24.886C105.56 73.832 91.536 86.61 79.064 101.203l13.866 45.06 54.898 8.176-68.33 13.433-14.633-48.287c-3.82 5.484-7.44 11.173-10.844 17.068-12.047 20.868-20.527 42.807-25.64 65.114l49.368 23.92 49.06-.58-49.06 21.607-18.105-8.81v25.747h30.37l-49.058 18.69v-53.526l-16.13-7.847c-5.85 41.047-.63 82.657 14.546 120.55l21.44-23.553 12.37 11.498 34.103-12.99-21.453 24.75 16.443 15.285-40.296-12.264-14.17 15.908c9.358 18.52 21.22 35.9 35.44 51.586l40.896-.158-28.047 13.262c13.04 12.287 27.692 23.278 43.89 32.63 112.427 64.91 255.91 26.462 320.82-85.964 64.91-112.427 26.464-255.91-85.962-320.82-21.172-12.224-43.447-20.773-66.09-25.862l9.207 25.723-29.07-29.292c-10.874-1.472-21.782-2.176-32.648-2.115zm81.076 126.125c21.167.245 42.198 5.62 61.43 16.72 65.644 37.893 83.97 127.31 42.557 199.026-41.41 71.71-128.022 100.554-193.666 62.662-65.645-37.893-83.97-127.31-42.558-199.026 28.47-49.303 78.305-78.34 128.002-79.363 1.412-.03 2.823-.036 4.234-.02zm-.59 18.67c-1.217-.013-2.435-.004-3.654.023-18.408.41-36.93 5.29-54.09 14.185l34.21 53.44c-5.373 3.022-10.486 6.663-15.227 10.874l-34.947-54.59c-16.317 11.548-30.75 27.068-41.754 46.126-.784 1.358-1.534 2.723-2.27 4.092l62.068 24.504c-.47.76-.93 1.525-1.38 2.303-2.737 4.728-4.987 9.607-6.79 14.564l-61.72-24.366c-10.588 27.475-12.18 56.18-5.824 81.922l62.4-21.23c.464 6.36 1.638 12.59 3.516 18.544l-60.073 20.44c9.103 21.78 24.502 40.32 45.436 52.51l30.73-45c4.197 4.524 9.037 8.537 14.5 11.904l-28.08 41.12c20.49 7.43 42.64 8.273 64.046 3.23l.31-33.95c6.27.064 12.55-.674 18.71-2.166l-.276 30.12c12.81-5.225 25.06-12.622 36.186-22.013l-11.71-18.29c5.255-3.254 10.23-7.108 14.808-11.53l10.613 16.578c6.93-7.642 13.213-16.193 18.654-25.615 1.91-3.307 3.67-6.652 5.294-10.023l-16.094-6.354c2.808-5.71 4.987-11.582 6.504-17.522l16.633 6.566c5.45-16.308 7.792-32.934 7.25-49.018l-22.186 7.55c-.993-6.236-2.702-12.283-5.09-18.01l25.246-8.588c-3.6-19.748-11.75-38.048-24.008-53.122l-22.637 33.147c-2.68-2.13-5.547-4.092-8.602-5.852-2.448-1.408-4.95-2.642-7.487-3.725l25.425-37.23c-4.898-4.2-10.218-7.997-15.96-11.31-9.707-5.605-20.006-9.5-30.587-11.784l-.502 54.96c-2.52-.213-5.05-.3-7.58-.248-3.716.073-7.43.437-11.115 1.06l.532-58.135c-1.14-.046-2.28-.078-3.423-.09zm15.786 75.83c3.027.026 6.037.308 9.006.84-7.354 7.116-12.168 18.937-12.168 32.326 0 21.752 12.7 39.384 28.367 39.384 12.172 0 22.55-10.647 26.577-25.597 2.1 14.36-.655 30.18-9.07 44.72-18.287 31.595-55.212 43.19-82.24 27.623-27.03-15.567-35.414-53.21-17.128-84.805 12.57-21.722 33.953-33.99 54.872-34.477.595-.013 1.188-.018 1.782-.012z" fill="#fff"/></svg>
<svg class="tc-image-originals-eyedropper tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M72.156 21.906c-19.51-.096-34.187 10.357-43.47 26.47-14.848 25.778-10.262 56.354 29.845 79.56 26.354 15.25 61.527 23.54 86.75 20.126l-11.374 19.72 15.25 8.812 49.688-86.25-15.25-8.813-10.5 18.22c-9.66-23.603-34.394-49.968-60.75-65.22-15.04-8.703-28.482-12.566-40.188-12.624zm134.375 92.53l-9.343 16.22 171.75 99.375h-56.25l-129.562-75-9.344 16.19L382.53 292l3.376 1.97 3.75-1.033c3.705-1.014 10.983-.39 18.344 1.844 7.36 2.237 14.843 5.778 19.656 8.564l2.188 1.25h.72c.224.082.458.145.686.22-.38 1.393-.594 2.858-.594 4.373 0 9.165 7.43 16.594 16.594 16.594 9.165 0 16.594-7.428 16.594-16.592 0-6.497-3.75-12.09-9.188-14.813 1.873-3.64 2.85-7.855 2.156-12.406-.77-5.067-4.173-10.32-9.187-13.22-10.71-6.198-25.414-17.442-27.97-27.688l-.967-3.843-3.438-1.97-208.72-120.813zm242.94 235.47c-18.66 69.634-44.595 59.99-44.595 100.75 0 24.617 19.98 44.563 44.594 44.563 24.613 0 44.592-19.947 44.592-44.564 0-44.002-25.602-29.875-44.593-100.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-eyestalk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M185.406 23.47c-78.922 0-138.307 50.764-158.28 135.905-8.76 37.333-9.587 81.344-.407 130.25 1.816-37.236 11.74-69.584 27.186-94.875 20.416-33.43 50.967-54.726 84.78-56.875 30.294-1.925 62.146 11.8 89.97 42.625 22.277-40.89 63.09-70.28 111.094-76.78-7.82-7.432-15.102-14.942-22.25-22.157-31.29-31.59-59.965-58.094-132.094-58.094zm174.5 97.593c-72.283 0-130.687 58.404-130.687 130.687 0 72.283 58.403 130.656 130.686 130.656 72.283 0 130.688-58.373 130.688-130.656 0-72.283-58.405-130.688-130.688-130.688zm-225.22 36c-24.812 3.417-48.044 19.93-64.842 47.437-27.832 45.572-36.802 120.953-1.72 208.97 12.318 26.01 27.18 52.793 44.845 80.155h138.686c-59.71-60.655-100.7-123.075-123.53-177.688-24.853-59.45-29.822-109.966-10.095-140.562 4.91-7.616 10.552-13.75 16.657-18.313zm219.22 37.28c19.71.01 36.912 23.623 51 45.876 18.844 29.76 45.263 22.187 69.938 2.968 5.653 31.518-37.48 48.25-70.188 54.187-32.318 5.866-42.882 37.9-43.78 71.688-24.61-21.58-18.043-56.82-2.72-93.22 15.028-35.698 3.963-61.935-19.812-76.5 5.338-3.48 10.538-5.002 15.562-5z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-factory tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M384 64l.387 256H368l-96-128-16 128-96-128-16 128-96-128-16 128v160h448V64h-32v256h-32V64h-32zM64 352h48v32H64v-32zm80 0h48v32h-48v-32zm80 0h48v32h-48v-32zm80 0h48v32h-48v-32zM64 416h48v32H64v-32zm80 0h48v32h-48v-32zm80 0h48v32h-48v-32zm80 0h48v32h-48v-32z"/></svg>
<svg class="tc-image-originals-fairy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M58.03 24.5C23.27 94.19 12.043 159.392 21.813 208.344c9.777 48.98 38.724 81.862 88.157 91.562.273 7.875 1.34 15.623 3.155 23.156.002.01-.002.022 0 .032-28.127 27.637-42.97 61.425-43.5 97.03 48.38 13.457 82.514 3.99 106.563-18.905 6.406 3.07 13.175 5.595 20.28 7.5 7.128 1.91 14.27 3.113 21.376 3.655.156.957.32 1.9.5 2.844C225.29 452 247.24 480.26 292.53 491.81c17.09-29.536 21.327-63.994 10.94-107.906 5.174-4.5 9.967-9.482 14.31-14.875 22.468 14.3 43.262 19.52 62.158 17.595 19.33-1.97 37.185-11.402 53.218-28.28 31.266-32.916 54.233-94.763 59.906-176.876-24.374-11.548-48.163-16.737-71-16.657-24.58.086-48.055 6.17-70.03 16.593-16.08 7.626-31.292 17.67-45.313 29.47-13.61-12.85-30.473-22.608-49.783-27.782-11.663-3.125-23.398-4.37-34.875-3.906-6.836.276-13.57 1.18-20.156 2.625C178.323 111.115 129.416 47.12 58.03 24.5zm23.94 66.688c18.666 0 33.593 14.926 33.593 33.593 0 18.672-14.926 33.595-33.594 33.595-18.67 0-33.626-14.926-33.626-33.594 0-18.666 14.957-33.593 33.625-33.593zm-24.376 82.53c10.23 0 18.312 8.116 18.312 18.345 0 10.228-8.083 18.312-18.312 18.312-10.23 0-18.313-8.08-18.313-18.313 0-10.228 8.085-18.343 18.314-18.343zm156.156 24.876c-32.586 12.06-55.813 43.41-55.813 80.187 0 47.21 38.26 85.5 85.47 85.5 37.43 0 69.24-24.062 80.812-57.56-.55 4.852-1.448 9.728-2.75 14.592-14.055 52.448-67.71 83.43-120.158 69.375-52.447-14.053-83.428-67.74-69.375-120.187 10.592-39.528 43.698-66.854 81.813-71.906zm215.938 16.47c18.667 0 33.593 14.956 33.593 33.624 0 18.67-14.924 33.593-33.592 33.593s-33.625-14.925-33.625-33.592c0-18.668 14.957-33.625 33.625-33.625zm-354.75 13.155c8.86 0 15.843 6.982 15.843 15.843 0 8.86-6.982 15.843-15.843 15.843-8.86 0-15.843-6.98-15.843-15.844 0-8.86 6.983-15.843 15.843-15.843zm341.093 71.874c10.23 0 18.314 8.083 18.314 18.312 0 10.232-8.083 18.344-18.313 18.344-10.228 0-18.31-8.115-18.31-18.344 0-10.23 8.082-18.312 18.31-18.312zm-41.31 37.156c8.86 0 15.874 6.983 15.874 15.844 0 8.863-7.014 15.844-15.875 15.844-8.862 0-15.845-6.984-15.845-15.844s6.983-15.844 15.844-15.844zm-265.533 37.594c8.86 0 15.844 6.983 15.844 15.844 0 8.862-6.98 15.843-15.843 15.843-8.86 0-15.843-6.982-15.843-15.842s6.983-15.844 15.844-15.844zm163.532 52.03c8.86 0 15.874 6.984 15.874 15.845 0 8.862-7.014 15.842-15.875 15.842-8.862 0-15.845-6.983-15.845-15.843 0-8.862 6.983-15.845 15.844-15.845z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fairy-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.53 22.03c-57.055 45.157-80.673 37.81-100.31.22 16.598 61.517 10.408 66.415-44.72 116.594 67.324-35.666 96.206-34.238 130.97 7.187-34.906-53.112-30.954-75.35 14.06-124zm18.407.126l11.688 114.938-99.875 58.094 97.75 21.093c-9.58 8.352-20.214 19.028-31.28 30.095l-.032.03L18.563 472.438v19.438h32.156L273.343 272.5c10.26-10.263 18.902-19.538 25.78-27.75l18.938 87.75 58.094-99.875 114.938 11.688-77.03-86.094 46.655-105.69-105.69 46.657-86.092-77.03zM26.875 55.938c33.765 27.66 35.21 42.767 30.75 87.78 18.975-53.73 27.964-67.297 64.5-82C82.972 71.094 66.21 73 26.875 55.94zm54.75 102.406c24.955 27.012 26.97 43.684 24.25 72.062 14.775-34.45 22.072-45.66 55.625-64.312-34.56 11.183-45.5 10.22-79.875-7.75zm325.594 95c9.27 51.694-4.61 73.708-32.845 106.687 43.3-37.043 57.852-44.284 96.844-38.75-38.597-11.457-47.426-20.624-64-67.936zm-55.658 72.812c-18.705 68.79-45.304 83.944-107.625 70.125 54.126 20.1 56.34 21.07 53.532 85.25 24.757-55.42 46.49-52.217 95.06-37.217-41.775-31.838-45.71-48.97-40.967-118.157zm109.344 55.97c-15.32 17.994-22.932 17.49-43.812 9.343 22.828 18.444 17.596 34.024 10.844 59.405 16.05-19.12 23.516-25.237 50.312-12.688-22.86-21.342-27.13-29.857-17.344-56.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-falcon-moon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M245.26 35.38a240 240 0 0 0-105.744 24.713A320 320 0 0 1 445.26 379.38a320 320 0 0 1-1.547 30.906A240 240 0 0 0 485.26 275.38a240 240 0 0 0-240-240zM129.277 140.017c-14.264-.07-34.752 4.185-54.246 11.367-18.38 6.772-36.08 15.964-48.29 24.045a456.28 456.28 0 0 1 30.795 12.674c12.88-4.53 26.8-7.557 41.256-9.81-8.62 5.73-17.867 10.836-25.874 17.182a421.206 421.206 0 0 1 21.53 11.658c11.68-6.89 24.65-12.53 38.284-17.526-8.468 8.432-17.93 16.2-24.976 25.58 23.664 14.888 47.283 32.917 71.924 55.196-19.853 24.114-34.97 49.79-62.63 83.342-12.216 14.818-35.192 22.92-56.864 31.802-10.836 4.442-21.304 8.76-29.418 12.965-.422.218-.75.44-1.157.658 2.923.585 5.162.886 8.376 1.654 15.46 3.69 33.263 8.75 44.54 20.03 11.28 11.278 16.338 29.08 20.03 44.538.764 3.205 1.065 5.437 1.647 8.354.214-.397.428-.716.64-1.125 4.21-8.12 8.54-18.597 12.99-29.44 8.904-21.69 17.01-44.663 31.804-56.85 33.62-27.697 59.25-42.79 83.34-62.627 22.277 24.64 40.306 48.258 55.193 71.92 9.38-7.043 17.15-16.507 25.58-24.975-4.997 13.635-10.636 26.606-17.525 38.283a421.156 421.156 0 0 1 11.658 21.534c6.346-8.006 11.452-17.252 17.18-25.875-2.25 14.454-5.277 28.374-9.807 41.25a456.25 456.25 0 0 1 12.676 30.8c8.08-12.21 17.27-29.91 24.043-48.293 9.575-25.99 13.945-53.75 9.806-66.168-4.327-12.987-22.966-32.91-46.425-50.85-13.265-10.145-27.97-19.92-42.24-28.497 22.97-27.682 47.46-61.673 47.46-61.673l.15-.21.162-.202a54.577 54.577 0 0 0 2.974-4.06c11.392-3.6 15.795 2.058 26.286 13.382-.222-24.04-10.287-37.62-23.93-45.166a26.21 26.21 0 0 0-3.462-4.278c-4.285-4.285-10.097-7.222-16.945-7.386-6.85-.164-14.738 2.444-23.18 9.252l-.2.162-.21.15s-33.993 24.492-61.675 47.46c-8.577-14.268-18.35-28.973-28.494-42.24-17.938-23.458-37.865-42.098-50.85-46.427-3.105-1.035-7.168-1.538-11.923-1.56z"/></svg>
<svg class="tc-image-originals-fall-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.75 16.03A60 60 0 0 0 196 76a60 60 0 0 0 120 0 60 60 0 0 0-58.25-59.97zM250.72 166c-24.72.11-24.72 1.875-24.72 30v210h-60l90 90 90-90h-60V196c0-30 0-30-30-30-1.875 0-3.633-.007-5.28 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-falling tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M221.313 16a23.682 23.695 0 0 0-23.688 23.688v106.406a23.682 23.695 0 0 0 2.156 9.72 23.682 23.695 0 0 0 3.157 13.81l41.75 71.626-79 55.438 6.094-48.625a23.682 23.695 0 0 0-8.186-20.97l-66.28-81.937a23.682 23.695 0 0 0-33.314-3.5l-9.188 7.438a23.682 23.695 0 0 0-3.53 33.344l59.78 73.906-11.25 89.937a23.682 23.695 0 0 0 12.47 23.876l37.468 53.47a23.695 23.682 1.57 0 0 2.344 2.812 23.682 23.695 0 0 0 13.594 20.062L262 491.53a23.682 23.695 0 0 0 9.97 2.22 23.682 23.695 0 0 0 23.53-2.063l87.156-60.937a23.682 23.695 0 0 0 5.844-33l-6.78-9.688a23.682 23.695 0 0 0-32.97-5.875l-72.406 50.657-59.063-27.625 120.595-84.626a23.695 23.682 1.57 0 0 5.53-5.5 23.682 23.695 0 0 0 14.626-13.594l37.22-91.53 87.813-44.845a23.694 23.682 1.18 0 0 10.312-31.875L488 122.687a23.694 23.682 1.18 0 0-31.875-10.343l-94.688 48.375a23.694 23.682 1.18 0 0-9.843 9.436 23.682 23.695 0 0 0-8.344 10.47l-27.375 67.31-5.22-7.436a23.682 23.695 0 0 0-3-8.844l-50.81-87.094V39.688A23.682 23.695 0 0 0 233.154 16h-11.843zM77.75 376A59.994 60 0 0 0 16 436a59.994 60 0 1 0 120 0 59.994 60 0 0 0-58.25-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-falling-blob tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M227.54 25.87l128.997 177.28-219.59-169.19L259.07 198.92 20.78 26.128h-.005l180.06 232.19L35.878 129.186l169.19 225.433L20.17 219.052l210.703 228.224c59.994 56.81 154.88 55.822 213.664-2.963 58.782-58.783 59.77-153.668 2.962-213.664L227.54 25.87zm128.448 222.855c27.394 0 54.786 10.45 75.686 31.35 41.8 41.8 41.8 109.574 0 151.374s-109.573 41.8-151.373 0c-41.8-41.802-41.8-109.575 0-151.376 20.9-20.9 48.295-31.35 75.688-31.35zm-6.734 20.734c-17.067.057-36.98 7.253-52.576 20.872-13.134 11.468-20.463 25.015-22.217 36.897-1.753 11.88 1.438 21.776 10.216 29.11 17.555 14.667 55.232 11.185 81.5-11.752 13.134-11.47 20.462-25.015 22.217-36.897 1.754-11.88-1.438-21.776-10.215-29.11-7.132-5.96-17.247-9.16-28.924-9.12zm47.572 124.368c-8.597.03-19.063 3.706-27.14 10.65-6.803 5.848-10.36 12.6-11.172 18.01-.812 5.41.45 9.185 4.314 12.364 7.73 6.357 27.337 5.207 40.942-6.49 6.802-5.846 10.36-12.597 11.17-18.008.813-5.412-.45-9.187-4.313-12.366-3.14-2.582-7.918-4.18-13.8-4.16z"/></svg>
<svg class="tc-image-originals-falling-boulder tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M130.81 21.785v245.95H43.84L256 489.382l212.158-221.644H381.19V21.786h-39.118v301.028c.263 2.756.403 5.547.403 8.37 0 48.275-39.334 87.61-87.61 87.61-46.467 0-84.644-36.446-87.44-82.228h-.288V21.786zm127.018 8.485L230.33 261.984 212.82 133.98c-3.592 63.362-25.266 134.536-25.365 196.592 0 37.12 30.29 67.408 67.408 67.408 37.117 0 67.408-30.288 67.408-67.408 0-1.938-.1-3.854-.262-5.752-6.334-49.764-13.546-100.753-20.408-150.924l-13.422 98.135c-.587-.335-1.176-.667-1.774-.985zm-2.965 251.572c27.027 0 48.73 21.703 48.73 48.73 0 27.026-21.707 48.733-48.73 48.733-27.027 0-48.73-21.706-48.73-48.733 0-27.026 21.708-48.73 48.73-48.73z" fill="#fff"/></svg>
<svg class="tc-image-originals-falling-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M24.125 18.188V52.28c19.25 10.525 39.96 17.387 60.97 27.19 8.898 11.16 16.083 23.254 23.624 36.468 1.815 3.182 3.69 6.504 5.56 9.812-30.467-30.112-61.69-37.87-90.155-46.906v19.53C44.277 104.613 63.183 110.03 82.063 123c-19.367-5.92-38.3-7.623-55.97-6.063 54.125 10.056 102.062 42.67 142.188 113.25-38.976-26.92-65.89-90.347-125.374-73 74.948 8.296 49.57 56.472 118.813 95.75-53.81-13.977-83.554-37.983-98.532-69 3.723 35.31 31.906 72.197 102.093 92.97 12.69-39.8 39.216-75.278 77.532-98.563-37.38-44.148-36.596-98.092-4.375-143.125-31.336 28.753-47.78 63.83-46.687 102.843-.52-1.188-1.034-2.355-1.563-3.563-15.782-36.087-36.253-80.377-94.656-116.313H55.72c58.02 26.452 84.18 58.21 101.25 89.782-20.093-20.724-40.8-33.848-60.657-43.75-14.506-16.99-33.368-32.573-61.407-46.032h-10.78zm97.28 82.374c26.6 19.535 52.623 49.98 75.657 104.876-38.426-36.268-54.93-68.65-72.125-98.782-1.165-2.042-2.347-4.07-3.53-6.094zm214.876 70.376c-27.354.126-55.035 7.165-80.405 21.812-77.318 44.64-103.67 142.995-59.03 220.313 44.638 77.317 142.962 103.64 220.28 59 77.318-44.64 104.358-143.37 59.72-220.688-29.994-51.948-84.55-80.696-140.564-80.438zm39.97 102.75c1.525-.023 3.085.004 4.625.062 49.282 1.86 87.958 45.053 85.875 95.906-2.083 50.852-44.155 90.33-93.438 88.47-49.28-1.86-87.988-44.366-85.906-95.22 2.018-49.264 41.568-88.506 88.844-89.22zm.156 18.812c-37.7.563-68.514 31.79-70.125 71.125-1.662 40.603 28.466 74.233 67.814 75.72 39.347 1.484 72.118-29.776 73.78-70.376 1.664-40.604-28.432-74.953-67.78-76.44-1.23-.045-2.472-.048-3.688-.03zm-3.062 31.5c-1.654 6.88-.365 15.318 4.156 23.25 8.17 14.333 23.836 21.577 35 16.156 7.46-3.622 10.99-11.987 10.094-21.406 5.262 8.08 8.165 17.93 7.72 28.344-1.09 25.394-21.62 44.953-46.283 44.062-24.662-.89-43.462-21.855-42.374-47.25.863-20.13 13.995-37.336 31.688-43.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-falling-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M427.313 26.188c-4.8.012-9.63 1.264-14.032 3.406 9.05 78.836 5.48 143.09-43.217 231.844 63.85-73.5 80.035-178.61 74.75-228.344-5.21-4.886-11.33-6.922-17.5-6.907zm-91.032 48.75c-98.73 2.416-95.504 294.125-310.155 346.812C229.537 547.755 623.41 365.046 450.03 152.812c-.923 2.79-1.863 5.586-2.81 8.407 10.803 52.818 6.81 110.217-20.44 172.874 3.956-40.244 3.315-78.758-2.905-115.656-7.34 14.28-16.703 28.132-26.28 42.062 1.357 40.016-6.12 82.247-25.72 127.313 3.143-32.007 2.588-62.875-.563-92.875-12.835 14.593-27.163 28.624-43.218 41.468-3.802 25.377-10.96 51.658-22.78 78.844 2.12-21.604 2.46-42.944 1.748-63.656C271.472 375.8 229.21 395.157 178 405.906c43.122-24.2 77.516-49.167 105.688-74.75-18.532-3.86-37.607-6.38-56.657-8.156 25.186-6.363 50.08-8.858 74.19-8.188 17.226-17.617 31.62-35.325 43.217-53.718-32.133-5.78-64.654-7.476-97.53-5.28 37.746-18.268 75.352-24.643 112.718-22.19 9.655-19.872 16.26-40.42 21.03-61.31-28.417-2.687-59.37 4.05-94.624 12.842 31.834-29.16 66.23-41.838 100.44-45.562 1.778-14.472 2.736-28.956 2.905-43.906-19.706-14.02-36.318-20.438-50.75-20.75-.79-.018-1.566-.02-2.344 0z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-falling-ovoid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M184.97 21.875l66.718 179.03L27 25l178.344 216.406L23.22 163.22l175.186 146.56L49.5 298.595l183.594 85.72-88.875 38.936 154.155 18.094-21.063 56.22 96.22-34.814 32.968 35.22 28.22-56.22 56.06-17.438L462.5 385l40.875-85-55.344 10.563-7.686-146.063-44.406 77.5-74.313-181.188 1.125 140.313-137.78-179.25zm95.874 237.03c16.315-.184 40.993 12.932 63 34.94 29.342 29.34 42.85 63.397 30.156 76.092-12.695 12.696-46.783-.782-76.125-30.125-29.342-29.342-42.85-63.43-30.156-76.125 3.173-3.173 7.685-4.72 13.124-4.78zm96.72 37.345c37.93 3.08 67.592 34.657 67.592 73.406 0 40.8-32.887 73.656-73.687 73.656-40.057 0-72.43-31.67-73.595-71.437 8.263 23.457 30.67 40.375 56.875 40.375 33.176 0 60.25-27.106 60.25-60.28 0-25.107-15.517-46.69-37.438-55.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-falling-rocks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M156.115 34.48l-36.94.586 10.02 28.995 27.258-2.324zM18 37.727V494h297.682L304 448l-64-64-48-160-88.055-80L96 64zM219.076 98.58L160 112l16.38 30.342 17.65 5.394-1.223 19.672L244.664 144zm34.656 60.99l-19.56 21.05 27.508 12.61 12.855-20.804zm50.907 90.002l-34.38 25.012-11.766 58.662 100.53 22.97-4.163-98.218zm107.475 62.373l-20.886 3.465-15.988 20.033 4.873 21.23 40.848-15.55zm-43.62 95.996l-44.32 5.87 6.858 29.422 36.875-1.396zm37.573 59.982l-32.103 5.375L340.113 494h79.508z"/></svg>
<svg class="tc-image-originals-famas tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M466.674 16.34L435.78 47.232l14.326 14.326L481 30.664 466.674 16.34zM34.418 445.184l46.577 46.577a13.32 13.32 0 0 0 20.618-2.213l60.15-93.456 51.144-21.74s2.487-22.322 3.033-30.12c.763-10.805 3.966-22.05 11.633-29.718l162.948-162.95a21.086 21.086 0 0 0 0-29.82l-42.563-42.564a17.516 17.516 0 0 0-24.772 0l-170.87 170.87a10.736 10.736 0 0 0 0 15.184l22.775 22.775L34.427 428.675a11.67 11.67 0 0 0-.01 16.51zm153.614-182.737c-5.962-5.963-4.907-16.68 2.392-23.98l125.273-125.274c7.262-7.262 18.018-8.354 23.98-2.392l6.31 6.31L194.344 268.76l-6.31-6.31zm118.933 97.288l20.41-20.41 12.416-32.892-18.385-55.515 7.328-7.33 20.364 61.488a4.636 4.636 0 0 1-.057 3.09l-13.31 35.405a4.636 4.636 0 0 1-1.063 1.65l-22.512 22.51c-.282.283-23.952 18.885-23.952 18.885-22.107-10.37-32.467-38.345-26.12-56.56 2.827-8.12.04-12.98-4.643-15.194l20.798-20.797zm-78.224 30.47l39.353 39.353-28.228 44.617-61.817-61.817zM423.837 65.375l8.13 8.13-29.737 29.734-8.13-8.128 29.708-29.708z"/></svg>
<svg class="tc-image-originals-fanged-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.28 20.47c-77.526 0-145.72 67.908-175.06 167.5 46.895-20.557 78.628-49.975 107.843-87.782l14.812 11.406c-37.143 48.068-80.887 85.143-150.78 106.625 36.597 44.54 50.448 71.076 67.374 104.593 21.57-19.75 47.474-29.015 73-31.813l2.03 18.594c-20.132 2.207-39.486 8.55-56.406 21.844 7.788 15.57 14.405 31.608 19.875 48.312 61.633-28.76 136.57-28.723 196.686-.688 5.932-16.325 13.092-32.58 21.438-48.656-16.6-12.593-35.457-18.663-55.063-20.812L319.095 291c25.53 2.8 51.395 12.085 72.97 31.844 16.933-33.533 30.795-60.07 67.405-104.625-69.896-21.483-113.64-58.558-150.783-106.626l14.782-11.406c28.32 36.65 58.99 65.422 103.56 85.874C397.215 87.513 328.884 20.47 251.28 20.47zm-72.343 166.5l38.938 22.093L212 259.25c-29.007-5.152-72.863-1.908-97.125 10.656 14.706-41.107 38.44-66.103 64.063-82.937zm154.938 0c25.624 16.833 49.388 41.83 64.094 82.936-24.263-12.564-68.12-15.808-97.126-10.656l-5.875-50.188 38.905-22.093zm-78.844 52.436c17.432 29.764 29.146 60.467 37.25 91.78-14.67-4.69-32.994-15.165-36.967-31.498-6.46 16.56-23.07 26.95-37.563 31.5 9.438-33.41 19.7-62.215 37.28-91.782zm-2.124 137.53c-4.236.01-8.483.162-12.72.408v44.03h22.095v-44.25c-3.12-.12-6.245-.194-9.374-.187zm28.063 1.69v42.75H301V382.03c-6.593-1.44-13.277-2.577-20.03-3.405zm-59.47.562c-7.067 1-14.08 2.326-21 4v38.187h21v-42.188zM319.688 387v37.563c5.01 20.54 7.053 40.984 6.218 61.75 13.892-28.968 20.355-58.257 22.22-87.75-9.064-4.575-18.594-8.434-28.438-11.563zm-137.875 1.625c-9.826 3.35-19.375 7.414-28.5 12.22 2.043 28.72 8.497 57.247 22.03 85.467-.846-21.07 1.293-41.81 6.47-62.656v-35.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-fangs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path class="cls-2" d="M169.57 106.12c-1.882-14.48-28.184-30.424-41.092-30.424-2.54 0-4.56.612-5.773 1.974-21.81 24.385 14.225 81.262 14.225 81.262s35.746-28.785 32.64-52.812zm128.832 60.524s34.315-54.186 13.544-77.36c-1.155-1.292-3.083-1.88-5.496-1.88-12.308 0-37.352 15.183-39.142 28.98-2.967 22.78 31.094 50.26 31.094 50.26zm-53.724-50.352c-1.79-13.798-26.845-28.98-39.14-28.98-2.414 0-4.343.588-5.497 1.88-20.782 23.22 13.544 77.36 13.544 77.36s34.06-27.387 31.094-50.26zM58.128 58.896a16.546 16.546 0 0 0-1.664.08c-87.75 8.937 11.373 286.056 40.55 304.484 0 0-16.984-151.636 2.795-244.236 7.238-34.107-24.006-60.328-41.683-60.328zm397.394.08a16.465 16.465 0 0 0-1.663-.08c-17.678 0-48.968 26.198-41.682 60.328 19.778 92.6 2.794 244.236 2.794 244.236 29.223-18.416 128.312-295.535 40.55-304.483zm-72.013 16.72c-12.92 0-39.258 15.945-41.094 30.424-3.106 23.97 32.652 52.823 32.652 52.823s36.024-56.888 14.225-81.26c-1.224-1.375-3.244-1.987-5.784-1.987zm-148.3 348.98c-2.032-11.37-25.598-35.353-25.598-35.353s-20.54 23.97-20.32 33.727c0 2.147-1.155 23.092 2.03 26 2.876 2.645 12.84 4.043 22.62 4.043 9.468 0 18.75-1.305 21.268-4.042 2.31-2.47.335-22.733 0-24.373zm-60.04-24.35c-12.065-20.69-19.155-51.01-23.092-73.733-3.094-17.966-4.19-31.174-4.19-31.174-15.127 11.81-44.292 137.675 2.54 137.675a30.02 30.02 0 0 0 4.952-.428c4.62-.762 10.46-4.295 15.01-9.236 5.935-6.43 9.456-15.17 4.78-23.103zm188.85-104.93s-1.006 12.03-3.777 28.738c-3.81 22.965-10.98 54.74-23.485 76.204-3.764 6.466-2.136 13.417 1.744 19.236 4.618 6.86 12.308 12.135 18.035 13.082a30.124 30.124 0 0 0 4.953.427c46.912-.046 17.677-125.91 2.563-137.734zm-41.406 127.7c.22-9.757-20.32-33.726-20.32-33.726s-23.532 23.935-25.518 35.307c-.254 1.444-2.563 21.592 0 24.386 2.564 2.794 11.812 4.04 21.268 4.04 9.78 0 19.744-1.396 22.62-4.04 4.387-4.088 1.962-25.286 1.985-26.002zm-143.726 5.496l.243.115v-.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-fast-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M20.91 20.002v32.29l357.793 338.9L20.91 101.407v58.942l355.942 250.224-86.89-17.527 26.913 30.947-70.502 3.008 245.633 64.603-65.502-249.054-15.352 92.36-27.3-31.46 16.683 60.464L161.26 20.002h-22.37l142.276 208.935L109.496 42.17l98.975 138.547L45.194 20.002H20.91zm433 92.186l-32.234 38.482 55.19 208.21 15.286-217.794-38.242-28.9zm-231.88 327.89l-24.975 23.47 21.674 27.62 149.225-12.78-145.926-38.31z"/></svg>
<svg class="tc-image-originals-feather tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M470.72 20L368.186 49.813l41.563-28.094c-26.254 5.922-59.36 17.502-100.97 36.186l-67.874 70.78L264.97 79.25c-23.247 12.958-47.95 29.99-71.814 49.844l-15.78 64.312L174 145.844c-23.55 21.548-45.624 45.6-63.875 70.812-19.25 26.59-34.28 54.506-41.813 82.438L40.19 280.28c6.138 19.613 11.892 39.232 22.906 58.845.032 1.468.1 2.944.187 4.406L29.657 333.19c11.227 18.284 23.577 35.893 43 49.125.45 1.003.953 1.973 1.438 2.968-11.838 33.33-20.568 67.004-26.53 101.69l18.405 3.155c4.952-28.808 11.836-56.842 20.905-84.563.04.053.084.105.125.157 44.277-156.11 142.813-266.846 287.03-324l6.876 17.374c-129.048 51.143-219.303 145.15-265.78 279.062 18.106.102 35.796-2.088 52.218-6.22l4.875-60.967 13.093 55.5c10.84-3.922 20.88-8.762 29.812-14.376l-20.688-43.47 32.782 34.813c7.944-6.468 14.613-13.678 19.624-21.53 30.308-47.507 62.195-94.728 124.75-134.188l-45.72-16.25 70.157 2.124c2.044-1.085 4.087-2.18 6.19-3.25 9.087-4.63 17.916-10.182 26.31-16.375L378.814 150l74.718-17.625c5.788-5.81 11.174-11.836 16.033-17.97 17.384-21.94 29.034-44.784 26.28-65.56-1.376-10.39-7.556-20.154-17.624-25.626-2.333-1.27-4.832-2.337-7.5-3.22zM106.25 406c-.89 3.06-1.778 6.122-2.625 9.22l2.625-9.22z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-feather-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M15.258 23.994C28.83 47.05 58.626 88.46 89.648 116.95l92.844 62.818-119.47-50.465-1.92-.315c24.343 38.854 55.535 70.026 92.005 93.282l127.3 60.376L155.9 253.238c40.5 39.53 100.607 75.72 151.4 98.698l63.925 24.37-82.89-11.066-.208.016c52.34 51.69 149.044 110.424 207.45 130.998-1.585-13.49-4.593-28.014-8.82-42.758-16.24-34.366-48.9-49.708-83.413-61.435 2.364-.095 4.702-.14 7.017-.126 22.757.123 43.142 5.6 60.71 18.603-13.84-30.897-32.514-59.165-54.246-76.754l.39.037c-26.092-21.573-56.34-40.94-89.81-58.67 46.746 9.337 102.14 38.655 136.29 63.16l.122.01c-34.19-46.3-90.762-97.425-140.103-130.974L208.53 148.023l136.18 37.754c-41.767-26.197-80.66-45.64-123.83-61.582L108.19 87.82l122.273 13.176C176.465 68.613 75.36 38.786 15.26 23.994h-.002z"/></svg>
<svg class="tc-image-originals-feathered-wing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M22.472 28.76c107.552 68.108 207.02 121.53 322.01 133.68 40.707 4.3 47.814 34.94 31.675 70.102-26.52 57.774 16.43 143.547 112.342 195.465-5.983 27.987-46.316 51.545-71.16 43.272-20.682-43.168-52.9-88.738-87.806-76.376-71.394 25.286-144.915 30.663-194.836 3.448 66.227-8.987 129.273-26.595 184.8-54.342C219.18 359.013 100.407 359.4 55.4 309.038c91.057 3.638 164.862-5.6 247.26-26.224C192.912 272.707 72.247 252.64 38.277 185.35c80.977 25.247 189.57 34.646 263.032 35.158C186.86 191.675 32.936 112.722 22.47 28.76z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fedora tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M239.125 97.438c-8.085.263-14.998 3.486-22.125 9.062-10.136 7.93-19.822 21.153-28.906 36.47-12.06 20.333-22.702 43.987-35.188 63.686l1.156.72c-.418.68-.383.62-.25 1.374.134.754.767 2.354 2.407 4.5 3.277 4.293 10.342 10.21 19.936 16.156 19.188 11.89 48.29 24.49 78.813 34.906 30.52 10.418 62.6 18.744 87.874 22.625 12.637 1.94 23.6 2.753 31.406 2.313 6.83-.385 10.57-2.374 11.094-2.47 2.313-12.74 5.12-26.273 7.437-40.03 5.32-31.57 7.318-63.1-.686-79.188-7.48-15.038-17.617-20.69-29.03-22.375-7.012-1.034-14.537-.068-21.627 1.97 8.783 5.46 18.177 9.676 28.594 11.624l-3.436 18.376c-29.7-5.554-51.25-24.54-69.344-42-18.093-17.46-33.43-33.012-47.156-36.437-3.314-.828-6.41-1.236-9.344-1.282-.55-.01-1.086-.018-1.625 0zM51.72 172.156c-3.565.077-6.743.487-9.532 1.22-11.158 2.926-17.707 9.42-21.282 27.343-5.598 28.066 2.315 52.298 19.938 74.874 17.622 22.576 45.243 42.83 77.625 59.937 62.247 32.887 141.57 54.053 199.155 63.19l7.594-18.064 4.342-10.28 9.344 6.062 54.25 35.062c32.376 2.315 60.15-1.828 77.78-10.563 9.02-4.468 15.296-9.976 18.94-16.062 3.642-6.086 5.003-12.87 3.437-21.72-4.446-25.12-12.418-39.6-23.375-49.31-10.958-9.712-25.828-15.125-45.313-19.22-6.452-1.356-13.402-2.563-20.75-3.75-2.82 16.205-4.812 30.047-4.188 38.344.416 5.53-2.52 11.542-6.625 14.717-4.104 3.176-8.748 4.535-13.843 5.407-10.19 1.743-22.893 1.178-37.908-.75-30.03-3.857-68.82-13.617-106.125-26.375-37.304-12.76-72.902-28.365-96.687-44.908-11.892-8.27-21.073-16.588-25.813-26.78-2.37-5.097-3.465-10.944-2.28-16.688 1.183-5.744 4.534-10.91 9.156-15.094 5.593-5.063 11.163-12.628 16.78-21.625-15.758-6.912-30.355-12.82-43.468-17.125-16.417-5.39-30.464-8.075-41.156-7.844zm88.968 51.47c-2.743 3.246-5.603 6.26-8.594 8.968-2.423 2.193-3.146 3.77-3.406 5.03-.26 1.262-.158 2.677.937 5.032 2.19 4.71 9.037 11.992 19.563 19.313 21.05 14.64 55.74 30.15 92.03 42.56 36.292 12.413 74.398 21.896 102.47 25.5 14.035 1.804 25.686 2.02 32.375.876 2.73-.467 4.262-1.1 4.968-1.47-.39-6.627.103-14.072 1.095-22.123-2.2.287-4.467.46-6.813.593-9.955.562-21.878-.436-35.312-2.5-26.868-4.126-59.644-12.682-91.063-23.406-31.418-10.724-61.326-23.52-82.625-36.72-10.65-6.598-19.196-13.17-24.937-20.686-.24-.316-.456-.648-.688-.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 25.438c-17.84 0-35.582 3.547-52.063 10.375-16.48 6.827-31.512 16.853-44.125 29.468-12.612 12.617-22.645 27.675-29.468 44.157C123.52 125.92 119.994 143.66 120 161.5c.005 17.832 3.547 35.558 10.375 52.03 6.828 16.474 16.858 31.488 29.47 44.095 12.61 12.607 27.65 22.646 44.124 29.47l.218.092c10.032 4.135 20.52 7.02 31.218 8.657l.125 18.906.314 49.188H165.97v40h70.124l.375 62.875.124 20 40-.25-.125-20-.376-62.625h69.937v-40h-70.186l-.313-49.438-.124-18.47c11.188-1.61 22.154-4.6 32.625-8.936 16.476-6.823 31.515-16.862 44.126-29.47 12.61-12.606 22.64-27.62 29.47-44.093 6.827-16.472 10.37-34.198 10.374-52.03.005-17.84-3.52-35.58-10.344-52.063-6.823-16.482-16.856-31.54-29.47-44.156-12.61-12.614-27.643-22.64-44.123-29.468-16.48-6.827-34.224-10.374-52.063-10.374zm0 40c12.536 0 25.17 2.514 36.75 7.312 11.58 4.798 22.294 11.947 31.156 20.813 8.863 8.865 15.987 19.573 20.78 31.156 4.796 11.58 7.318 24.213 7.314 36.75-.004 12.53-2.515 25.173-7.313 36.75-4.797 11.575-11.95 22.264-20.812 31.124-8.862 8.86-19.58 16.018-31.156 20.812-11.58 4.795-24.19 7.28-36.72 7.28-12.53.002-25.14-2.485-36.72-7.28-11.576-4.794-22.293-11.953-31.155-20.812-8.862-8.86-16.015-19.55-20.813-31.125-4.797-11.577-7.308-24.22-7.312-36.75-.004-12.537 2.518-25.17 7.313-36.75 4.794-11.584 11.918-22.292 20.78-31.157 8.863-8.866 19.576-16.015 31.157-20.813 11.58-4.798 24.214-7.313 36.75-7.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-fetus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M486.078 255.922C486.078 382.99 383.092 486 256 486S25.922 382.93 25.922 255.922C25.922 131.537 124.633 30.215 247.99 26c-10.155 16.538-30.154 34.273-57.984 50.786l-1.545.935-.275.167c-22.022 13.712-28.62 33.926-18.106 55.457 4.227 8.646 13.376 20.286 32.069 20.286 7.365 0 16.202-1.808 26.8-6.311l1.102-.467c2.718-.934 5.041-2.85 10.083-6.994 6.562-5.4 20.226-16.633 27.794-17.268 5.617-.467 6.79.36 14.37 5.784 2.61 1.868 5.712 4.084 9.58 6.634a61.073 61.073 0 0 0 1.617 73.983c9.077 12.885 18.142 24.992 7.796 53.05-13.077 35.446.108 36.595-9.245 49.552-7.185 9.94-13.616-2-37.458-4.658a78.64 78.64 0 1 0-14.394 156.227 8.466 8.466 0 0 0 1.832.216c40.105-.168 76.737-22.837 82.305-34.895 5.568-12.06 16.502-18.718 23.46-20.358 58.45-14.203 163.124-172.442 38.99-277.883a61.277 61.277 0 0 0-18.046-13.819l-.096-.06a61.073 61.073 0 0 0-62.75 4.862c-5.34-3.329-9.292-6.143-12.466-8.383-8.718-6.215-14.478-10.322-27.1-9.28-12.621 1.042-25.806 11.22-38.32 21.555-1.796 1.473-3.988 3.281-4.97 3.976l-1.532.634c-23.376 9.928-30.537 2.683-34.165-4.79-6.192-12.681-2.803-22.178 11.017-30.776l.3-.191 1.197-.695c22.86-13.568 56.977-37.721 69.839-67.06 120.66 7.04 216.39 107.2 216.39 229.706z" fill="#fff"/></svg>
<svg class="tc-image-originals-field tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.625 16.75c-132.32 0-239.78 107.46-239.78 239.78s107.46 239.783 239.78 239.783 239.78-107.462 239.78-239.782-107.46-239.78-239.78-239.78zm0 17.906c58.24 0 111.19 22.37 150.75 59-53.35-22.728-121.28 4.247-156.97-18.594 15.65 28.19 42.047 29.17 74.032 27.438 22.816 27.9 61.838 17.83 106.782 17 17.17 21.857 30.288 47.033 38.31 74.406-23.755 6.825-72.6 4.008-92.374-.875 8.236 8.03 19.117 12.027 32.094 14.595-48.222 1.067-94.365 5.457-124.375-11.688 8.84 14.213 20.115 23.206 33.28 28.625-19.962-.433-38.48-3.21-54.905-11.093 26.83 30.444 69.098 30.62 114.47 26.28 31.063 11.3 66.71 13.98 100.717 12.375.03 1.47.063 2.93.063 4.406 0 19.2-2.428 37.834-7 55.595-9.933-2.477-20.396-4.745-31.313-6.78l6.907-25.44-18.03-4.874-7.377 27.126c-14.308-2.26-29.233-4.163-44.593-5.75l3.344-31.375-18.594-2-3.375 31.626c-17.664-1.49-35.795-2.55-54.095-3.22l1.375-34.623-18.656-.75-1.406 34.812c-11.082-.238-22.19-.33-33.282-.28-6.816.03-13.623.142-20.406.28l-1.5-37.72-18.656.75 1.5 37.47c-17.666.618-35.106 1.605-52.03 2.938l-4.033-37.688-18.56 1.97 3.968 37.342c-14.93 1.44-29.428 3.16-43.22 5.157l-8.812-32.5-18.03 4.906 8.28 30.5c-13.984 2.39-27.106 5.07-39.187 8.063-4.562-17.742-6.97-36.357-6.97-55.532 0-30.21 6.03-58.983 16.938-85.217 45.587 15.482 137.805-12.232 208.062 16.468-13.577-12.7-29.093-20.01-45.53-24.53 42.76 4.614 101.767-13.058 162.343 11.688-13.39-12.526-28.787-19.426-44.97-23.97-31.258-26.39-71.34-28.437-109.812-27.437-36.037-25.845-82.634-23.168-124.31-21.655 40.3-41.466 96.683-67.22 159.155-67.22zm-4.22 275.125c10.84-.048 21.707.064 32.532.283l-1 24.75c-16.738-.202-33.458-.102-50.156.312l-1-25.094c6.533-.125 13.063-.22 19.626-.25zm-38.31.783l1 25.156c-16.37.62-32.73 1.506-49.064 2.655l-2.686-25.094c16.482-1.244 33.504-2.136 50.75-2.717zm89.53.03c17.893.626 35.6 1.606 52.813 3l-2.563 23.97c-17.098-1.158-34.168-1.956-51.22-2.407l.97-24.562zm-158.906 4.25l2.655 24.97c-12.164.997-24.323 2.114-36.47 3.375l-6.436-23.75c12.845-1.773 26.32-3.3 40.25-4.594zm230.343.438c14.38 1.44 28.335 3.135 41.687 5.158l-6.063 22.343c-12.733-1.48-25.45-2.752-38.156-3.81l2.533-23.69zm-289.188 6.97l6.22 23c-12.295 1.406-24.567 2.948-36.845 4.594-2.99-6.453-5.692-13.073-8.063-19.844 11.808-2.878 24.784-5.464 38.688-7.75zm349.375 1.28c10.804 1.955 21.1 4.112 30.813 6.5-2.303 6.576-4.926 13.008-7.813 19.283-9.63-1.538-19.232-2.94-28.844-4.22l5.844-21.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-finger-print tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M238.986 26.47c-.825-.01-1.648-.008-2.47.003-7.52.096-14.927.958-22.188 2.578-58.085 12.96-102.088 73.253-116.93 166.41l17.776 2.833c14.167-88.922 54.783-140.9 103.074-151.674 48.29-10.776 108.966 18.458 165.854 102.81l14.923-10.065C348.077 63.82 290.963 26.958 238.985 26.47zm-7.363 42.24c-.82.008-1.638.028-2.453.06-7.827.32-15.446 1.826-22.76 4.642-19.504 7.51-36.01 23.927-49.05 48.692l15.93 8.384c11.668-22.164 25.08-34.694 39.587-40.28 14.506-5.584 30.932-4.625 50.006 3.032 38.147 15.314 84.798 58.2 132.805 120.473l14.255-10.99C360.977 139.203 313.59 94.2 269.588 76.535c-12.89-5.175-25.67-7.935-37.965-7.824zm-.592 39.466c-6.247-.03-12.35 1.114-17.99 3.853-8.596 4.174-15.492 11.964-19.933 22.44l16.575 7.024c3.164-7.466 6.913-11.18 11.22-13.273 4.308-2.09 9.795-2.65 16.82-1.382 14.05 2.538 33.037 12.87 51.923 26.805 37.77 27.872 76.124 69.76 87.81 84.947l14.266-10.977c-13.402-17.418-51.44-58.976-91.388-88.455-19.974-14.74-40.18-26.56-59.41-30.035-2.404-.434-4.812-.73-7.205-.865-.898-.05-1.793-.078-2.686-.082zm-81.47 32.566c-4.498 8.93-10.762 28.084-16.716 46.45-5.954 18.37-11.03 34.984-11.03 34.984l17.215 5.258s5.04-16.497 10.937-34.69c5.897-18.193 13.22-39.045 15.668-43.906l-16.076-8.096zm33.135 10.406c-11.62 24.464-19.368 51.84-11.992 78.483 12.94 46.74 44.042 99.694 95.953 113.173l4.524-17.422c-42.188-10.953-71.27-57.717-83.13-100.552-5.63-20.338.214-43.448 10.905-65.957l-16.26-7.722zm62.535 5.106c-.892-.006-1.79.03-2.687.105-5.386.452-10.798 2.364-15.58 5.724-6.377 4.48-11.795 11.174-16.85 20.187-8.915 15.9-7.64 33.784-.644 49.748 6.996 15.963 19.326 30.832 33.776 44.326 28.9 26.987 66.05 48.325 90.55 56.088l5.438-17.16c-20.146-6.384-57.082-27.224-83.703-52.083-13.31-12.43-24.097-25.9-29.575-38.4-5.478-12.498-6.038-23.2-.143-33.714 4.197-7.484 8.21-11.952 11.497-14.262 3.286-2.31 5.69-2.816 8.82-2.507 6.26.616 16.157 6.88 27.296 17.298 22.278 20.836 48.945 55.515 83.428 71.965l7.75-16.246c-28.587-13.637-54.798-46.34-78.883-68.865-12.042-11.264-23.702-20.677-37.825-22.067-.883-.087-1.772-.134-2.665-.14zm5.364 40.775l-16.776 6.53c2.782 7.147 8.363 13.638 16.41 22.764 8.044 9.127 18.362 19.68 29.506 29.973 11.145 10.292 23.087 20.304 34.475 28.307 11.387 8.002 21.89 14.153 32.185 16.255l3.6-17.635c-5.244-1.072-14.994-6.01-25.436-13.348-10.443-7.338-21.91-16.918-32.613-26.803-10.703-9.885-20.672-20.095-28.217-28.654-7.545-8.56-12.858-16.675-13.136-17.39zM88.127 220.474c-2.7 20.7-.85 50.2 3.195 78.19 4.047 27.99 9.704 53.42 17.936 67.9l15.648-8.893c-5.04-8.866-11.88-34.672-15.77-61.584-3.89-26.912-5.418-55.978-3.16-73.283l-17.85-2.33zm73.61 25.02l-17.7 3.27c2.796 15.14 14.096 38.007 29.256 60.63 15.16 22.626 33.31 44.284 54.36 51.572l5.89-17.01c-12.623-4.37-31.124-23.427-45.297-44.58-14.173-21.153-24.89-45.124-26.508-53.88zm252.634 5.062c-2.82 33.908-22.99 91.907-48.016 123.775l14.156 11.117c28.46-36.242 48.56-94.502 51.8-133.4l-17.94-1.493zm-281.52.52l-17.68 3.378c1.068 5.59 5.258 22.92 10.605 41.943 5.348 19.023 10.998 38.17 17.39 48.89l15.46-9.22c-3.356-5.627-10.293-25.942-15.52-44.54-5.23-18.6-9.606-37.052-10.255-40.45zm248.185 2.534c-1.81 9.433-8.274 30.502-16.16 50.767-7.886 20.265-17.88 40.592-24.223 48.08l13.735 11.635c9.955-11.752 19.076-32.155 27.26-53.188 8.186-21.032 14.75-41.828 17.066-53.902l-17.678-3.39zm-92.95 78.95l-5.456 17.155 38.75 12.33 5.46-17.154-38.754-12.33zm-107.954 15.557c-11.333 2.277-25.168 9.124-37.747 16.14-6.29 3.506-12.093 7.053-16.697 10.175-2.303 1.56-4.3 3.005-5.997 4.384-1.698 1.38-2.99 2.174-4.71 4.936l15.282 9.51c-.908 1.46-.3.4.78-.477 1.078-.877 2.734-2.093 4.743-3.455 4.018-2.724 9.477-6.068 15.365-9.35 11.776-6.568 25.96-12.897 32.526-14.216l-3.545-17.647zm74.585 22.2c-36.986-.37-71.186 11.506-107.762 36.814l10.242 14.804c55.303-38.266 98.21-43.222 162.315-20.97l5.902-17.003c-25.312-8.786-48.506-13.418-70.697-13.642zm86.65 13.43l-8.676 15.773 23.486 12.916 8.676-15.772-23.487-12.916zm-75 15.56c-1.832-.01-3.68.02-5.545.09-26.098.99-55.397 9.924-90.466 30.898l9.238 15.447c37.99-22.72 66.52-29.49 91.373-28.312 24.852 1.177 46.713 10.534 70.77 22.2l7.855-16.198c-24.482-11.87-48.933-22.616-77.774-23.983-1.802-.086-3.618-.134-5.45-.143zm-.982 30.425c-5.37-.054-10.583.356-15.57 1.15-22.792 3.62-40.893 14.478-51.016 25.975l13.51 11.895c6.516-7.4 21.822-17.154 40.334-20.096 18.512-2.942 40.22.146 62.45 17.33l11.01-14.24c-19.497-15.07-39.837-21.312-58.405-21.96-.773-.028-1.545-.046-2.312-.054zm2.635 37.336c-1.556-.014-3.112.017-4.668.096-12.448.633-24.804 4.333-35.22 12.51l11.116 14.158c13.707-10.76 36.382-10.437 53.49-3.95l6.38-16.83c-9.433-3.577-20.212-5.886-31.098-5.984z"/></svg>
<svg class="tc-image-originals-fire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-52.5 252.632-210 277.845 0 454.688C466 293.845 308.5 268.63 256 16zM124.75 167.407C98.5 243.197 46 294.117 46 369.907S151 496 229.75 496c-157.5-126.317-105-202.278-105-328.593zm262.5 0c0 126.317 52.5 202.278-105 328.593C361 496 466 445.696 466 369.907c0-75.79-52.5-126.71-78.75-202.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-ace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.344 17.25l-8.47 22.094C227.7 89.27 185.52 123.008 146.095 157.156c-39.426 34.148-76.808 69.704-78.53 123.656-1.82 56.95 34.185 93.41 76.874 101.75 38.584 7.54 82.765-6.755 110.812-43.843 27.75 40.234 71.347 53.59 109.28 44.155 41.744-10.382 76.882-47.91 78.564-101.47.896-28.52-8.002-52.38-22.063-72.686-14.06-20.307-33.06-37.34-53.03-54.064-39.94-33.445-83.52-65.632-103.75-115.5l-8.906-21.906zm.47 47.563C280.483 109.94 321.313 139.954 356 169c18.616 15.588 35.503 30.922 47.72 47.656-15.248-15.34-36.617-25.87-62.814-27.78 14.24 7.433 22.045 20.73 25.625 41.25-22.92-22.078-45.28-23.984-70.217-3.345 25.26-5.27 45.018 23.237 28.062 43.532-17.233 20.63-51.305.477-52.563-28.937-17.415 10.73-14.48 45.57-41.843 41.72 6.936-31.95-1.667-52.925-30.126-64.658 4.436 7.454 5.53 17.462 3.344 26.75-4.07 17.258-19.666 28.24-35.125 23.407-18.04-5.553-23.724-24.72-18.375-48.5 3.51-15.598 12.686-27.463 23.968-35.125-18.27.81-34.315 6.753-47.562 16.124 9.7-9.987 20.65-19.767 32.25-29.813 34.406-29.8 73.928-61.16 97.47-106.468zm24.717 108.53c-24.21.433-40.19 22.44-32.342 55.25 14.05-38.053 44.226-41.72 81.437-30.405-17.092-17.59-34.568-25.103-49.094-24.844zM256.845 366.22l-60.03 119.25h120.06l-60.03-119.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-axe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M145.75 19.78L107.906 116l43.03 31.938 48.814-96.97-54-31.187zm77.094 26.907L152.47 186.5l86.468 49.938 88.53-129.344-104.624-60.406zm112.187 82.376L262.376 235.28c17.46 28.874 29.09 63.707 35.375 103.126 56.317-31.27 107.836-85.753 135.28-152.75l-98-56.594zm114.345 66.03c-30.433 72.7-86.892 130.64-148.938 163.063 2.02 18.153 3.012 37.162 3 56.906 71.107-23.5 159.603-92.374 187.907-195.75l-41.97-24.218zm-289.094 17.5c-39.7 79.313-78.154 159.572-137.905 237.157v44.78H66.72c41.425-87.972 93.64-170.09 145.53-251.936l-51.97-30z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fire-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M108.938 32.188c-16.757.062-32.684 5.93-45.907 15.375-33.85 24.18-50.405 74.845-18.686 117.968C69.32 199.486 58.5 243.86 32.656 268.907L45.5 282.344c31.974-30.99 45.087-85.642 14-127.906-25.943-35.27-12.438-72.78 14.03-91.688 13.236-9.452 29.788-13.753 46.126-10.53 15.666 3.088 31.67 13.164 46.063 34.593l-59.095 34.218 24.125 41.876c-49.458 63.36-58.507 153.055-15.906 227.063 55.97 97.234 179.88 130.564 276.75 74.468 96.87-56.096 130.002-180.39 74.03-277.625-42.52-73.87-124.233-110.863-203.53-99.782L237.906 45l-56.03 32.47c-16.75-25.338-37.47-39.752-58.688-43.94-4.776-.94-9.56-1.36-14.25-1.342zm147.625 95.03c93.497 43.5 111.52 101.61 74.718 169.25 33.92-18.19 48.58-45.006 34.314-83.968 32.75 21.997 50.043 65.77 49.312 113-.972 62.85-33.36 102.228-74.562 119.03 8.57-13.104 13.687-29.526 13.687-47.374 0-40.277-25.984-73.374-59.217-77.156 13.385 8.105 22.312 22.803 22.312 39.594 0 25.546-20.703 46.25-46.25 46.25-21.17 0-39.004-14.218-44.5-33.625-2.248 7.825-3.5 16.212-3.5 24.936 0 16.41 4.325 31.624 11.688 44.157-39.222-18.57-69.606-57.46-70.875-115.813-.993-45.67 16.568-75.766 56.718-97.75-15.158 28.373-9.246 61.335 6.906 75.125-10.62-69.398 94.788-106.956 29.25-175.594v-.06z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M414.875 20.625L408.28 27.5l-6.155 6.375 72.47 72.47L481.06 100l6.72-6.594-6.688-6.656-59.47-59.406-6.75-6.72zm-42.438 10L339.47 63.563 442.874 166.97 475.813 134 372.438 30.625zM219.22 88.875c-1.15 0-2.29.013-3.44.03-50.362.818-100.432 20.43-138.874 58.845-78.645 78.614-78.63 206.058.03 284.688 78.665 78.63 206.195 78.65 284.845 0 66.53-66.5 76.702-167.79 30.595-245.157l22.375-22-13.22-13.218-27.467 27-5.438 5.344 4.156 6.406c29.643 45.634 36.865 101.44 21.626 152-16.766-1.182-31.593-14.78-36.125-34-3.035-12.897-1.504-26.806 4.658-37.156-39.524 16.293-51.447 45.442-41.813 89.813-38.003 5.345-33.94-43.066-58.125-57.97-1.747 40.85-49.1 68.87-73.03 40.22-23.55-28.187 3.92-67.758 39-60.44-34.632-28.662-65.7-26.033-97.532 4.626 4.97-28.496 15.814-46.957 35.593-57.28C102.417 235.333 56.08 279.655 41.376 332c-14.042-59.465 2.182-124.513 48.72-171.03 26.516-26.5 59.07-43.166 93.186-50-1.638 2.04-2.81 4.325-3.468 6.78-5.217 19.473 24.254 44.27 65.813 55.406 41.56 11.136 79.47 4.38 84.688-15.094 1.552-5.795-.005-12.072-4-18.312l4.187-4.344 26.656-27.72-13.25-13.25-21.812 22.69c-31.632-18.792-67.267-28.222-102.875-28.25zM249 209.03c-19.79.31-43.318 10.84-66.313 34.5 51.676-15.715 93.58-10.627 113.094 42.22 10.9-45.567-11.252-76.12-44.874-76.72-.63-.01-1.268-.01-1.906 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-bowl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M282.344 15.5C205.347 26.1 179.64 117.517 196.47 178.188c21.46 77.357-72.35 84.35-51.876-38.5-27.153 44.283-34.75 83.65-29.28 116.843.016.096.043.188.06.283 6.086 32.673 23.263 58.04 46.595 76.562 14.994 11.903 32.572 20.854 51.25 26.688-59.82-145.108 153.65-144.51 89.593 3.875 20.82-4.818 39.963-13.81 55.312-27 20.46-17.582 34.67-42.43 37.688-76.313 1.43-24.45-2.34-53.204-12.875-86.563-26.74 103.853-85.32 79.05-31.344-53.03-95.86 83.26-108.066-17.42-69.25-105.532zm130.53 258.063c-1.06 6.353-2.47 12.473-4.25 18.312 14.737 5.447 26.477 11.677 34.376 17.938 9.02 7.148 12.5 13.61 12.5 19.28 0 5.673-3.48 12.164-12.5 19.313-9.02 7.15-23.072 14.23-40.844 20.188-35.544 11.915-85.786 19.53-141.25 19.53s-105.674-7.615-141.22-19.53c-17.77-5.958-31.822-13.04-40.842-20.188-9.02-7.15-12.5-13.64-12.5-19.312 0-5.672 3.48-12.133 12.5-19.28 6.886-5.46 16.706-10.874 28.875-15.783-2.562-5.59-4.816-11.407-6.69-17.467-13.486 5.386-24.878 11.545-33.81 18.625-10.75 8.52-18.33 18.99-19.407 30.968h-.157v9.344c0 44.85 24.787 85.116 63.47 113.625 38.68 28.51 91.436 45.78 149.5 45.78 58.062 0 110.817-17.27 149.5-45.78 38.68-28.51 63.468-68.774 63.468-113.625h-.063c.416-2.088.658-4.224.658-6.406 0-13.205-7.945-24.7-19.563-33.906-10.634-8.43-24.763-15.56-41.75-21.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-breath tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.563 17.5l1.718 345.656c15.677 8.52 35.932 6.66 49.75-1.625 7.5-4.494 12.795-10.567 14.97-17.03 2.175-6.463 1.855-13.602-3.625-22.688-58.988-97.785-45.843-189.42 5.688-240.843 51.53-51.424 140.25-61.073 224.687-1.626 13.64 9.602 20.366 9.61 24.594 7.656 4.227-1.954 8.902-8.547 12.594-18.72 3.69-10.17 6.408-22.988 9.312-34.81 1.32-5.38 2.57-10.488 4.156-15.282L19.562 17.5zm172.625 39.28c-4.418.057-8.753.3-13.032.75l98.97 66.69 16.53-34.595c-35.624-23.28-70.743-33.247-102.47-32.844zm-65.72 17.94c-9.217 5.424-17.68 11.976-25.218 19.5-12.852 12.824-23.157 28.612-30 46.78 71.867 74.02 173.938 182.317 76.313 160.344 30.6 28.633 137.543 49.855 149.593 98.094 10.005 40.048-25.533 71.875-55.78 71.875-40.617 0-82.835-32.52-44.876-70.157-24.106 4.008-35.584 21.004-36.22 40.25-.633 19.247 9.704 40.793 29.345 54.063h303.03V170c-7.068-59.46-121.172-84.22-119.03 3.47 23.285-55.158 65.423 9.63 52.906 56.343-9.737 36.35-42.167 58.896-88.31 29.218-106.057-68.21-78.403-101.62-132.126-157.342 17.683 74.736-32.005 32.17-79.625-26.97zM61.845 195c.08 32.478 9.46 69.05 31.093 107.844l22.126-13.125L61.843 195z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-dash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M273.857 21.904c-24.193.012-51.198 5.552-81.1 17.467 143.7 12.608 150.35 129.263 84.032 132.814-85.27 4.565-53.232-57.217-133.34-103.03C200.445 201.48 94.44 190.33 21.054 59.23c12.805 85.755 24.28 116.942 78.26 153.596C261.996 323.294 94.618 347.8 36.82 245.53c14.568 93.454 68.364 132.803 131.707 139.93-42.753 24.49-99.452 32.49-143.01 25.556 51.025 42.317 131.606 40.94 193.515 8.576-37.137 36.123-97.446 70.644-116.803 74.728H276.36C517 405.563 530.305 232.45 454.827 124.492c-2.433 26.21-10.08 49.507-25.545 70.23-18.48-102.394-69.02-172.86-155.426-172.818zm2.82 184.666l141.384 52.155c.286-3.207.86-6.495 1.747-9.807 5.62-20.973 21.605-34.913 35.705-31.135 14.1 3.778 20.973 23.842 15.353 44.815-5.62 20.974-21.603 34.914-35.703 31.136-.725-.194-1.427-.442-2.113-.72l-60.58 49.394 70.637 19.584-140.023 84.71 65.848-68.866-31.32-7.006-150.335 122.58 158.06-196.89-137.39-41.137 137.006 5.654-68.275-54.467z"/></svg>
<svg class="tc-image-originals-fire-punch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M112.063 18.313c-35.217 1.23-60.2 14.463-75.188 33.593-14.988 19.13-19.97 43.266-18.75 65.906 1.754 32.57 9.408 54.908 21.22 70.47 11.81 15.56 27.39 23.635 42.468 28.905 15.078 5.27 29.9 8.127 41.874 12.844 11.974 4.72 20.766 10.552 26.75 22.5 6.285 12.55 6.178 22.293 3.094 30.064-3.082 7.77-9.616 13.965-18.155 17.656-17.078 7.382-40.54 4.336-54.5-17l-17-26-.156 31.063c-.488 101.54 66.703 164.85 144.874 189.843 78.17 24.993 168.216 14.294 219.094-32.5l.093-.094.095-.093c39.756-38.7 61.687-98.01 66.47-157.345 4.78-59.336-7.446-119.122-39.595-159.063l-14.406-17.875-2.188 22.844c-1.345 14.065-5.615 21.673-9.156 24.814-3.54 3.14-6.268 3.302-10.313 1.53-8.09-3.542-18.968-19.604-13.687-44.78 4.81-22.926-5.764-46.93-27.25-61.72s-53.64-20.68-92.97-10.53l-21 5.437 18.376 11.532c26.615 16.705 35.238 34.796 34.844 48.97-.394 14.173-9.663 26.144-25.063 31.562-16.158 5.685-32.666 3.894-42.75-2.188-10.083-6.08-14.88-14.515-10.156-29.53 4.062-12.907 3.277-24.84-1.655-34.22-4.932-9.38-13.362-15.72-22.563-19.812-18.4-8.183-40.61-8.668-57.28-4.875l-15.188 3.468 10.22 11.75c20.052 23.17 15.79 48.66 3.405 64.218-6.194 7.78-14.342 12.618-22.282 13.5-7.94.883-16.144-1.522-24.75-10.937-13.343-14.597-18.417-30.135-16.782-46.595 1.636-16.46 10.417-34.24 26.97-51.5l15.155-15.813h-22.218zM90.53 39.843C80.93 54.007 75.048 68.81 73.563 83.75c-2.15 21.656 5.202 43.165 21.563 61.063 11.864 12.978 26.808 18.44 40.625 16.906 13.817-1.537 26.06-9.407 34.844-20.44 14.907-18.723 20.004-47.827 5.625-74.25 10.56-.178 22.284 1.282 31 5.157 6.548 2.913 11.155 6.77 13.593 11.407 2.437 4.637 3.352 10.54.406 19.906-6.84 21.73 2.3 41.5 18.31 51.156 16.013 9.657 37.74 11.16 58.626 3.813 21.647-7.617 36.914-26.402 37.53-48.657.483-17.332-7.973-35.715-25.998-52 25.156-2.76 44.54 2.538 57.468 11.437 16.217 11.163 22.697 27.442 19.53 42.53-6.64 31.668 5.32 57.306 24.533 65.72 9.606 4.207 21.628 2.934 30.186-4.656 4.28-3.796 7.717-8.793 10.28-14.97 19.573 34.312 27.843 81.467 24.033 128.75-4.483 55.614-25.494 110.9-60.69 145.282l-.03.03c-43.612 40.08-128.142 51.643-200.72 28.44-66.173-21.158-121.51-69.148-130.468-148.188 18.327 12.028 41.005 12.984 58.97 5.218 12.408-5.364 22.972-14.95 28.124-27.937 5.153-12.987 4.428-28.983-3.75-45.314-8.355-16.684-22.304-25.87-36.594-31.5-14.29-5.63-29.262-8.434-42.593-13.094-13.332-4.66-24.78-10.774-33.75-22.593-8.972-11.82-15.816-30.03-17.44-60.157-1.03-19.168 3.328-38.716 14.814-53.376C60.02 52.68 72.344 44.1 90.53 39.844zM360.157 160.97l-105.312 48.624c-4.956 21.11 4.13 36.688 22.47 48.656l105.31-48.625c-1.136-19.137-3.203-37.863-22.468-48.656zm26.906 72.905c-12.008.01-22.032 6.96-30.593 18.97l38.686 112.56c17.528 1.515 34.735 2.114 45.625-15.686l-38.686-112.564c-5.343-2.235-10.333-3.285-15.03-3.28zm-60.937 28.656c-12.008.01-22.032 6.962-30.594 18.97l45.845 128.625c17.525 1.51 34.74 2.12 45.625-15.688l-45.844-128.625c-5.34-2.234-10.332-3.284-15.03-3.28zm-62.25 24.94c-12.007.008-22.03 6.96-30.594 18.967l45.376 126.907c17.524 1.51 34.732 2.146 45.625-15.656L278.94 290.75c-5.342-2.236-10.364-3.285-15.063-3.28zm-63.625 22.405c-11.925.254-22.003 7-30.75 18.47l36.125 105.092c17.37 1.065 34.45 1.283 45.625-15.687l-36.125-105.063c-5.26-1.993-10.21-2.91-14.875-2.812z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M312.344 16.813c5.096 53.015-76.687 71.94 3.812 131-21.002-67.855 39.96-80.94-3.812-131zm-173.47 43.124c2.864 58.907-7.995 100.984-34.093 136.97l-.5.28c1.42-28.968-14.337-52.78-32.093-75.906 2.882 39.21-3.964 78.4-20.156 117.564-20.79 23.86-32.718 51.704-32.718 81.437 0 88.458 105.59 160.158 235.875 160.158s235.907-71.7 235.907-160.157c0-10.08-1.377-19.935-4-29.5-6.37-30.335-7.76-49.572-.313-59.155 12.078-15.54 11.654-39.39-2.405-62.406-7.558 48.062-39.085 30.124-63.063-53.72-27.96 94.983-72.27-4.392-58.406-53.156-26.26 21.598-29.623 69.962-28.22 107.125-5.712-1.39-11.528-2.66-17.436-3.75-44.64-15.223-78.633-56.624-62.375-86.814-22.038 10.264-24.77 32.17-16.375 57.22 19.214 57.337-56.703-10.13-53.72-56.064l-17.093 72.688c-.154-34.474-5.844-73.924-28.812-92.813zM255.19 197c109.056 0 197.468 60.017 197.468 134.063 0 22.193-7.938 43.127-22 61.562-15.436 6.877-24-22.344-25.53-41.47-16.12 20.592-.576 58.922-17.407 75.064-2.128-10.244-11.962-22.962-25.345-30.75 2.11 22.203-4.025 43.33-29.72 58.936-31.15 5.69-44.428-28.71-49.56-54.22-4.033 33.512-16.028 58.988-49.97 64.095-4.066-.306-8.107-.683-12.094-1.155-30.51-18.392-20.632-49.433-24.25-78.594-2.93 29.505-24.438 65.4-39 56.158-25.677-16.295 10.893-33.548-9.53-63.657-2.415 30.193-21.75 31.483-42.03 29.876.94-14.196 1.723-28.353-2.75-41.25-9.138 7.68-18.04 15.838-34.564 9.938-7.223-13.934-11.156-28.92-11.156-44.53C57.75 257.017 146.13 197 255.188 197z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M51.063 24.28v11.282c0 100.82 9.297 189.164 39.28 264.563 29.985 75.4 80.96 137.547 162.5 184.625l4.688 2.72 4.69-2.72C341.9 438.745 392.977 376.788 423.56 301.22c30.585-75.57 40.97-164.495 40.97-265.658V24.407l-11 1.97c-127.69 22.82-256.29 25.504-391.407 0L51.062 24.28zm394.625 22.25c-.756 95.204-11.306 178.18-39.438 247.69-28.608 70.684-75.067 127.792-148.72 171.56-75.508-44.82-121.81-102.07-149.842-172.56-27.53-69.23-37.117-151.615-37.813-246.5 129.47 23.027 253.39 20.565 375.813-.19zM287.563 95.126c-89.104 26.58-40.383 91.028-63.063 125.438-23.757 36.044-72.72 29.163-56.656-64.5-70.924 81.05-2.55 220.42 54.844 256.53-16.13-14.81-26.75-40.03-26.75-68.656 0-8.276.91-16.274 2.562-23.812 7.277 19.842 24.264 33.78 44.063 33.78 26.426 0 47.843-24.79 47.843-55.374 0-10.14-2.356-19.636-6.47-27.81 19.228 13.78 32.345 41.39 32.345 73.217 0 24.946-8.07 47.3-20.81 62.438C347.752 374.36 394.957 294.442 348 199.28c-20.957 107.846-108.105-45.925-60.438-104.155z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fire-silhouette tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M272.95 16.707c-151.29 47.714 57.322 110.88-26.536 131.344C190.7 161.648 137.3 96.283 192.947 45.313c-90.766 32.524-66.292 89.67-12.396 113.25 34.31 15.01 31.884 61.38 8.643 64.637 46.37-54.285-116.637-44.737-86.03-147.47-126.44 158.063 132.535 163.37 51.6 273.194 16.4-51.26-51.074-33.42-65.52-77.88-48.557 115.975 86.87 96.047 107.81 222.95h36.394l-7.375-108.703H196.93c0-49.724 3.178-108.336 45.2-116.245-7.75-9.352-12.786-24.51-12.786-39.207 0-26.536 15.774-48.523 35.98-51.15h.002c1.348-.17 2.78 0 4.164 0 22.13 0 40.145 22.846 40.145 51.15 0 14.334-4.772 29.304-12.192 38.613 45.905 7.12 44.903 66.976 44.903 116.84H314.69l-6.524 108.704h36.752c14.29-138.24 137.056-121.245 77.576-235.742 9.728 46.034-32.646 93.67-53.514 52.13-19.04-37.903 125.515-105.092 70.21-215.175 4.588 81.484-114.155 120.303-118.663 65.824 52.768 23.022 73.61-45.905 30.02-71.985-40.69-24.346-116.444-36.76-77.596-72.338zm69.488 20.635c44.895 15.685 63.888 78.675 48.73 110.674 18.238-3.568 70.807-106.98-48.73-110.674z"/></svg>
<svg class="tc-image-originals-fire-tail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M158.256 36.47c2.22 49.155 45.426 31.47 81.68 62.66-30.405-53.095-58.346-36.28-81.68-62.66zm152.37 22.743c-13.924 49.15 27.75 38.738 54.208 100.21 4.956-65.19-34.792-64.58-54.21-100.21zm-160.038 34.39c-12.396.072-25.558 1.038-39.578 2.918 44.21 11.542 58.108 22.066 85.29 42.896C134.302 128.24 82.323 123.44 7.85 179.13c100.65-23.06 168.2-8.253 227.08 22.58-12.79 1.896-24.61 14.406-30.127 22.946 38.377 2.05 77.634 23.985 110.93 64.72-12.35-7.992-42.33-3.547-56.196 6.128 37.242 9.056 75.687 49.523 90.388 81.35 7.484 16.204 17.74 31.434 29.85 43.304.29.29.586.568.88.852.617.59 1.236 1.178 1.862 1.752.333.304.67.604 1.005.902 18.724 16.745 41.42 25.36 65.057 17.654 50.29-16.395 54.6-72.206 48.867-113.69-8.09-58.54-29.06-92.95-43.65-119.01 2.673 27.62-6.556 45.437-20.847 56.835-1.056-43.277-11.183-61.67-43.662-96.086.833 20.694-2.812 29.525-17.337 40.526-1.172-43.655-51.075-89.232-110.564-112.553v.002c19.306 21.608 32.916 42.774 36.967 69.78-36.27-48.287-80.83-73.92-147.77-73.52zm258.844 12.206c-28.72 35.415 15.06 53.01 23.328 99.5 9.73-57.558-21.908-65.23-23.328-99.5zm-341.036 1.477c-20.846-.04-35.705 8.377-56.01 1.582 25.778 40.33 56.76 4.1 102.47 12.737-19.29-11.226-33.952-14.295-46.46-14.32zm60.727 80.856c-21.19.374-42.96 8.55-60.262 32.492 40.094-19.363 84.84 36.146 117.017-18.182-14.96-7.26-35.565-14.685-56.754-14.31zm76.467 55.242c-9.53-.13-18.925 2.26-28.596 6.635 41.05 3.358 27.72 37.944 79.283 17.513-18.547-16.713-34.805-23.93-50.687-24.148zm-23.85 40.195c26.456 60.895 74.973 30.56 118.375 76.615-45.78-76.544-85.973-47.214-118.375-76.615zm246.822.22c6.257 1.843 12.41 4.995 18.25 9.374 13.202 9.9 24.376 26.025 29.713 45.91 5.337 19.884 3.734 39.42-2.74 54.582-6.474 15.16-17.43 25.74-31.437 29.486-14.007 3.747-28.804.054-42.008-9.847-13.204-9.9-24.378-26.024-29.715-45.91-2.57-9.574-3.517-19.065-3.1-28.03 18.53 19.584 41.6 28.266 57.48 19.73 19.717-10.604 21.098-43.87 3.558-75.296z"/></svg>
<svg class="tc-image-originals-fire-wave tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M328.5 30.156c-99.58-.03-191.647 52.414-271.156 151.438 9.912-28.743 47.544-88.772 70.28-108.094-41.265 15.076-87.27 63.656-106.5 114.5v61.53c18.558-26.168 38.798-47.69 65.25-71.78-26.49 44.543-52.15 119.388-65.25 176.688v141.937h26.72c19.804-93.475 48.162-162.69 100.406-233-19.15 60.202-24.366 124.175-20.906 195.188 9.994-45.116 32.146-93.158 73.094-142.657-18.344 65.052-21.955 124.932-4.813 180.47h57.188c-2.562-32.025 1.113-56.394 14.062-80.938-.532 13.048.643 26.58 3.875 40.875 5.996-34.556 17.585-64.022 37.5-93.657-7.526 40.626-5.283 84.21 10.375 133.72h88.688c-5.158-31.55-2.596-66.12 8.218-107 1.704 39.91 11.515 75.754 32.47 107h51.563v-86.438c-7.074 13.913-10.72 29.376-12.97 44.968-7.695-43.873-9.963-84.805-7-122.062-23.246 21.267-34.008 65.82-35.624 120.312-20.16-86.008-18.087-166.31 12.28-239.437-70.757 23.94-117.454 140.15-126.75 257.53-12.338-113.425 14.68-207.775 68.344-279.156-35.215 9.957-67.622 43.803-94.625 89.375 21.048-68.622 56.62-123.21 101.624-164.72-113.59-3.315-207.167 93.895-261.063 216.094 17.013-71.856 50.828-131.208 96.376-178.125-83.605 13.105-129.81 80.075-168.28 191.874C106.93 174.272 207.072 79.45 377.968 34.406c-16.676-2.84-33.175-4.245-49.47-4.25zM190.125 108c-30.494 21.716-78.727 81.786-113.313 141.875C95 180.18 131.58 121.033 190.125 108zm264.594 64.5c-21.134.42-43.392 17.915-54.94 52.97 29.15-23.528 58.873-32.432 91.064-32.845-9.516-13.632-22.58-20.395-36.125-20.125zm-162.095 40.406C250.05 291.598 224.94 381.348 211.97 478.78c-19.036-107.454 13.613-221.943 80.655-265.874z" fill="#fff"/></svg>
<svg class="tc-image-originals-fire-zone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M310.764 27.086c35.65 52.304 28.718 138.494 1.23 202.857.814-37.525-4.488-79.686-18.12-124.634 9.56 106.27-74.502 226.382-113.556 176.323-18.965-24.314-25.796-96.042 7.48-148.52-20.36 12.828-36.114 34.506-46.052 60.358C89.2 293.815 127.04 411.82 248.318 411.82c154.426 0 249.604-250.51 62.446-384.732zM225.67 132.773c-11.55 1.477-24.57 13.962-33.502 34.973-14.002 32.94-13.464 74.536.64 92.914 10.576 13.785 25.695 10.895 38.678-5.465l.004-.004c4.328-5.45 8.49-12.35 11.99-20.588.11-.262.002-.618.112-.88-10.898 12.023-23.323 14.096-32.006 2.782-12.374-16.126-12.36-52.928-.074-81.832 4.055-9.54 8.972-16.68 14.158-21.9zm141.492 80.635c-11.895 181.347-175.84 187.74-203.445 106.76h.002c51.202 34.305 111.037 8.255 128.913-60.43l6.043 51.364c31.064-29.207 49.024-50.36 68.486-97.694zM99.722 363.936C49.57 377.563 17.175 397.75 17.175 420.14c0 41.018 106.522 74.352 237.695 74.352 131.172 0 237.696-33.334 237.696-74.35 0-22.312-32.12-42.58-81.964-56.206 17.23 8.88 27.517 19.25 27.517 30.445 0 32.13-82.312 58.546-183.25 58.546-100.936 0-182.66-26.418-182.66-58.545 0-11.253 10.11-21.536 27.517-30.444h-.004z"/></svg>
<svg class="tc-image-originals-fireball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M108.28 18.78c-1.2 6.05 1.1 13.32 9.095 19.876 15.883 13.01 36.716-3.12 27.875-19.875h-36.97zm174.564 0c13.572 15.575 25.36 48.026 21.687 77.22-3.915 31.118-22.083 59.048-73.624 67.094v.094c-1.964.284-3.904.743-5.812 1.343 4.17.89 8.657 2.86 13.344 6.22 24.482 17.577 3.918 55.804-26.125 36.47-8.196-5.266-12.213-12.31-13.032-19.19-4.615 11.776-2.376 25.68 12.47 37.126 42.122 32.48 76.872-19.863 48.844-50.437 35.076-12.994 54.042-38.53 60.594-65.97 17.85 2.145 40.616 8.678 58.156 22.22 19.867 15.337 34.025 38.73 29.844 79.25l-.032.405v.406c-.43 27.1 3.257 52.267 13.906 77.314-.175-.088-.355-.164-.53-.25 10.834 28.695-4.215 77.915-32.094 76.375-1.608-.09-3.144-.24-4.625-.47 10.87-3.895 19.736-14.11 20.187-31.47.57-21.935-30.486-31.816-48.688-21.28 1.853-10.077 5.738-19.852 11.125-27.53 2.282-2.24 4.347-4.612 6.188-7.095.204.627.43 1.27.72 1.906 9.98 22.058 34.89 7.416 25.186-11.405-4.35-8.457-11.074-10.648-16.686-9.03 3.504-11.767 3.415-24.225.406-35.72-3.952-15.098-13.013-28.82-26.625-37.03-7.976-4.812-17.48-7.51-27.844-7.44-.69.006-1.394.034-2.092.064-5.57.233-11.385 1.277-17.313 3.186-5.246.927-10.17 3.588-14.03 8.438-23.005 28.896 14.76 74.018 41.967 39.687 8.61-10.862 8.926-21.705 4.813-30.374 1.69.692 3.303 1.508 4.844 2.438 8.787 5.3 15.35 14.822 18.217 25.78 2.87 10.96 1.946 23.044-3.312 33.126-4.384 8.406-11.626 15.654-23.28 20.28-1.272.41-2.53.853-3.783 1.314 18.878 44.79-9.97 58.624-46.03 37.156-6.794 10.808-11.198 22.857-13.25 35.47 9.883-4.887 23.666-6.502 41.687-2.595 28.884 6.263 33.747 41 18.75 61.906.643-2.984 1.033-6.202 1.124-9.686.48-18.44-18.605-29.432-37-29.156-17.28.258-33.966 10.457-33.28 33.75.14 4.844 1.124 9.19 2.748 13.03-4.827-1.217-9.4-2.263-13.593-3.312-20.567-5.145-33.424-9.23-50.25-42.22-11.65-22.837-13.746-44.61-9.657-62.717.35-1.55.75-3.07 1.187-4.564.887-2.386 2.22-4.867 4.063-7.437 14.096-19.637 44.76-3.16 29.25 20.936-1.586 2.468-3.375 4.467-5.282 6.03 10.913-.16 22-6.1 29.69-20.56 13.784-25.93-8.35-51.58-31.5-51.688-1.84-.01-3.696.173-5.532.5-3.696-10.15-11.607-14.724-19.125-14.657-11.395.103-21.84 10.833-15.063 28.814 1.5 3.97 3.765 6.996 6.438 9.187-15.838 24.13-20.18 58.28-6.22 93.376-28.655 4.51-48 1-62.25-6.375-16.074-8.32-26.524-22.114-35.718-38.124-9.194-16.01-16.705-33.956-27.813-48.97-9.438-12.754-22.502-23.363-40.28-26.686v19c10.905 2.694 18.18 9.218 25.28 18.813 9.153 12.37 16.656 29.85 26.594 47.156 9.94 17.305 22.74 34.724 43.376 45.405 19.365 10.023 44.896 13.558 79.28 7.28 17.85 31.407 38.335 40.456 59 45.626 20.14 5.04 40.485 7.83 68.376 28.97 1.97 1.66 3.995 3.258 6.032 4.78.594.49 1.18.965 1.78 1.47l.095-.094c44.505 32.063 102.997 31.564 138.467-3.906 38.87-38.87 35.765-105.384-6.187-150.844-26.624-35.576-33.77-66.875-33.156-105.562h-.03c4.428-45.38-13.045-76.668-37.033-95.188-21.172-16.346-46.585-23.457-67-25.875 1.496-26.37-5.78-52.345-17.717-71.5h-23.22zM88.438 52.688c-3.178 0-6.483.374-9.907 1.188-5.71 1.356-10.715 4.073-15 7.75-.027.024-.064.038-.093.063-2.25 1.463-4.222 3.494-5.75 6.093-.033.058-.092.1-.124.157-2.415 4.2-3.617 9.88-2.907 17.063 2.628 26.407 40.834 27.546 39.313-3.875-.388-8.14-3.673-14.105-8.19-17.813 15.426 4.92 26.523 22.082 16.72 48.063-10.34 27.408-41.76 29.372-55.47 12.313 5.018 20.444 20.162 35.828 46.44 29.656 14.73-3.46 24.825-11.138 31-20.78.233 17.556-5.215 34.5-14.782 47.967-18.347 25.828-50.26 39.48-90.782 19.126v20.375c40.907 16.38 78.436 3.814 100.875-22.155 19.068 10 28.71 30.633 27.782 48.344-.462 8.83-3.42 16.56-8.75 22.25 1.273-11.394-3.145-22.947-14.906-28.064-35.92-15.636-71.766 35.453-29.125 53.906 2.805 1.213 5.5 2.042 8.095 2.563v.03c.085.01.165.024.25.033 3.398.657 6.63.743 9.625.375 14.957-.285 27.384-4.945 36.375-12.844 10.904-9.582 16.36-23.27 17.094-37.283 1.275-24.38-11.26-50.987-35.69-64.78 6.762-12.177 10.956-25.986 12.157-40.313 5.06 2.946 10.495 4.818 15.97 5.656 12.77 1.955 25.603-1.35 36.312-7.844 10.708-6.493 19.516-16.308 23.75-28.437 3.2-9.173 3.47-19.695-.032-30.064-3.167-14.78-14.114-27.622-29.438-27.625-2.21 0-4.495.248-6.875.814-30.3 7.19-32.07 68.89 1.625 70.062-7.1 3.967-15.24 5.71-22.53 4.594-7.578-1.16-14.436-4.948-20.095-13.906-2.58-13.888-8.185-27.66-17.25-40.344-7.554-12.997-20.047-22.31-35.688-22.313zm157.156 57.75c-4.71.03-9.694 2.802-13.156 9.532-9.705 18.82 15.205 33.46 25.187 11.405 5.02-11.105-3.04-20.995-12.03-20.938zm48.437 145.5c-19.927.602-18.62 25.754-.717 27.532 24.093 2.383 23.874-26.494 2.718-27.5-.686-.035-1.356-.052-2-.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-fireflake tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.938 16s-.116 5.61 0 14.47c.116-8.86 0-14.47 0-14.47zm0 14.47c-.465 35.427-4.82 125.15-36.594 138.31-31.437 13.024-95.04-50.706-120.28-77.905 24.6 27.913 82.115 97.995 69.092 129.438-13.138 31.722-100.9 35.99-135.78 36.437 34.88.446 122.638 4.747 135.78 36.47 13.2 31.863-46.11 97.757-70.125 122.624 24.537-24.197 89.464-83.88 121.314-70.688 31.777 13.162 36.13 101.667 36.594 136.594.453-34.932 4.746-123.502 36.562-136.594 32.305-13.293 106.245 48.2 132.844 71.72-26.05-24.104-94.274-91.384-80.906-123.657 13.058-31.53 101.93-35.98 138.125-36.47-36.192-.488-125.06-4.9-138.125-36.438-13.227-31.924 53.26-103.695 79.937-130.718-27.322 26.44-99.95 92.406-131.875 79.187-31.777-13.156-36.1-102.882-36.563-138.31zm168.437 59.124c6.673-6.457 10.72-10.656 10.72-10.656s-4.193 4.044-10.72 10.656zm58.188 167.156c9.406.127 15.437 0 15.437 0s-6.03-.128-15.438 0zm-57.22 160.125c6.012 5.562 9.75 8.844 9.75 8.844s-3.61-3.417-9.75-8.845zM253.938 481.75c-.113 8.723 0 14.25 0 14.25s.116-5.518 0-14.25zM96.03 415.844c-6.063 5.98-9.78 9.875-9.78 9.875s3.86-3.744 9.78-9.876zM30.376 256.75c-8.796-.113-14.375 0-14.375 0s5.58.113 14.375 0zM97.063 90.875c-6.478-7.35-10.813-11.938-10.813-11.938s4.162 4.772 10.813 11.938zM333.719 68.28s-.176-.063-27.314 29.376c-8.554 9.28-13.223 35.225-1.47 40.094 11.756 4.868 27.006-16.758 27.377-29.375 1.173-40.035 1.406-40.094 1.406-40.094zm-155.5.032s-.196.077 1.436 40.094c.515 12.61 15.59 34.212 27.344 29.344 11.754-4.87 7.253-30.91-1.406-40.094-27.48-29.137-27.375-29.344-27.375-29.344zm265.5 109.938s-.032.263-40.064 1.438c-3.154.09-6.9 1.12-10.625 2.78-11.17 4.987-22.43 15.748-18.78 24.563 4.87 11.755 30.844 7.117 40.125-1.436 29.445-27.14 29.344-27.344 29.344-27.344zm-375.44.03s-.075.206 29.376 27.345c9.28 8.553 35.226 13.16 40.094 1.406 3.804-9.182-8.583-20.478-20.188-25.155-3.248-1.31-6.396-2.075-9.156-2.156-40.033-1.173-40.125-1.44-40.125-1.44zm187.22 3.22c9.68-.074 19.532 1.752 29.03 5.688 38 15.74 56.024 59.345 40.283 97.343-15.74 38-59.315 56.056-97.313 40.314-37.998-15.74-56.086-59.346-40.344-97.344 11.806-28.5 39.307-45.78 68.344-46zm.5 15.72c-32.468 0-58.78 26.314-58.78 58.78 0 32.467 26.314 58.78 58.78 58.78 32.467 0 58.78-26.314 58.78-58.78 0-32.468-26.314-58.78-58.78-58.78zM122.312 297.905c-5.516.075-11.556 1.42-16.593 3.563-3.225 1.37-6.024 3.073-8.032 4.967C68.55 333.918 68.31 333.75 68.31 333.75s.113.224 40.126-1.406c12.61-.515 34.18-15.59 29.312-27.344-2.14-5.165-8.345-7.19-15.438-7.094zm266.125 0c-3.208.077-6.177.622-8.625 1.72-2.554 1.144-4.535 2.895-5.562 5.374-4.868 11.754 16.764 26.83 29.375 27.344 40.01 1.63 40.094 1.406 40.094 1.406s-.237.166-29.376-27.313c-2.295-2.164-5.63-4.104-9.438-5.562-5.133-1.965-11.12-3.097-16.47-2.97zM203.03 373.562c-1.343.054-2.71.358-4.06.907-9.645 3.92-18.913 19.3-19.314 29.155-1.63 40.01-1.437 40.063-1.437 40.063s-.11-.205 27.374-29.344c8.66-9.183 13.16-35.226 1.406-40.094-1.286-.533-2.625-.74-3.97-.688zm105.314 0c-1.148.02-2.273.263-3.375.72-11.755 4.868-7.118 30.78 1.436 40.062 27.14 29.445 27.313 29.344 27.313 29.344s-.235-.034-1.408-40.063c-.335-11.434-12.873-30.26-23.968-30.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-firework-rocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M487.375 26.906L356.5 56.47c-23.13 58.833 39.11 126.32 101.313 101.5l29.562-131.064zm-143.5 99.125L237.78 232.5c-3.703 22.683 2.47 38.328 16.94 46.47l10.718 6.03-8.688 8.72L57.625 492.686H83.78l314.19-317.28c-23.152-9.146-42.645-27.243-54.095-49.376zM218.75 233.126l-113.53 18.72 97.436 5.968-121.97 51.156 105.158-9.47-67.313 61.688 62.564-18.282 54.844-54.812c-13.938-12.937-19.78-32.964-17.188-54.97zM16.844 245.063v32.312l84.937-15.563-84.936-16.75zm263.75 75.437l-42.688 43.063-.875 67.75L280.595 320.5zm-161.97 2.625L16.845 341.5v44.094l101.78-62.47zm8.157 61.25l-110.124 47.22v65.124H27.22l1.28-1.283 41.03-41.03 57.25-70.032zm85.314 15.22l-39.156 97.217h38.78l.376-97.218zm58.78 1.967l-10.718 95.25h26.156l-15.437-95.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-fish-corpse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M435.125 19.72c-2.52.003-5.002.024-7.47.06-66.318 1.013-117.573 12.795-180.874 39.376-35.44 52.333-24.53 139.625 5.5 202.063 15.218 31.635 35.318 56.506 53.657 67 9.17 5.245 17.488 7.007 25.22 5.53 7.73-1.477 15.614-6.244 23.656-16.813l.375-.5.437-.437c39.966-40.123 69.86-81.484 91.344-124.03l-13.72-33.376-26.156 52-20.53-40.75-40.22 74-18.47-30.344-49.187 46.156 49.938-91.187 18.844 31.03 26.28-87.313 28.656 38.75 30.563-73.78 33 71.093c15.2-41.172 23.373-83.366 25.967-126.5-20.24-1.287-39.178-2.06-56.812-2.03zM300.44 63.17a38.648 55.07 27.484 0 1 23.156 69.732 38.648 55.07 27.484 0 1-68.672-35.476A38.648 55.07 27.484 0 1 300.44 63.17zM93.564 122.406c28.366 36.35 50.67 75.307 69.562 115.72-10.936 12.19-21.54 24.897-31.72 37.905-18.43-22.897-46.54-42.48-90.75-58.155 27.937 28.82 50.546 56.503 70.314 85.438-7.738 10.786-15.144 21.625-22.157 32.437-13.103-12.897-31.868-23.74-59.688-31.97 17.43 19.285 31.776 37.524 44.97 55.564-8.043 13.375-15.393 26.5-21.97 39.156-8.645-3.69-19.512-6.08-33.344-8.313 8.2 8.02 16.466 16.23 25.126 24.688-14.698 30.534-24.126 57.313-26.5 76.25 10.822-19.19 24.69-40.377 40.844-62.406 8.145 7.74 16.782 15.72 26.188 24.03-3.135-18.866-7.292-31.496-13.938-40.344 6.96-9.036 14.267-18.166 21.875-27.312 10.99 15.793 21.803 31.7 33.72 48.25-4.94-24.664-8.18-47.663-17.032-67.813 7.888-8.99 16.045-17.93 24.406-26.78 13.917 23.576 26.725 48.49 39.593 75.875-4.698-35.502-8.05-68.197-18.72-97.28 9.948-9.89 20.124-19.562 30.47-28.908 14.92 37.328 27.988 75.47 41.125 113.563-1.928-46.754-2.054-94.115-12.844-137.906 4.92-4.03 9.854-8.007 14.812-11.844-7.81-19.14-14.064-39.805-18-60.906-6.216 5.488-12.37 11.21-18.47 17.156-18.918-33.25-49.116-62.76-97.874-86.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-fishbone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M190.406 51.97c-4.104 29.047-7.13 44.833-6.72 58.53-8.64 1.623-17.247 4.38-25.75 8.375-25.746-38.28-86.43-44.672-139.06-13.5 27.12 33.838 44.53 50.06 88.468 49.094-23.64 40.44-16.737 66.468-3.094 106.405 50.213-29.74 75.816-83.433 61.906-125.22 6.763-3.156 13.588-5.373 20.47-6.75 3.344 11.76 9.795 25.62 20.75 48.032 5.394-22.616 8.44-37.168 9.03-48.906 10.954 1.452 21.88 4.78 32.688 9.657-5.85 16.68-9.962 35.86-13.25 60.688 17.36-16.772 29.677-31.288 38.844-46.188 5.488 3.756 10.908 7.874 16.25 12.313 4.39 3.648 8.69 7.515 12.906 11.563-17.963 19.995-33.863 41.93-46.688 65.218 24.165-10.115 46.634-25.15 67.156-43.28 8.397 9.983 16.248 20.567 23.344 31.5-26.33 17.278-50.652 37.486-70.375 59.844 28.77-5.146 58.07-17.09 85.908-33.156 5.354 10.33 9.97 20.708 13.75 30.906-30.085 15.35-57.335 37.104-81.75 65.28 47.72 50.605 103.617 99.44 170 110.25 2.28-5.74 4.45-11.502 6.5-17.312-60.357-19.627-109.66-52.267-145.563-89.156l13.406-13.03c33.782 34.707 80.56 65.736 137.97 84.405 16.732-55.238 20.843-112.648-1.844-167.217-29.13 2.03-56.363 8.342-81.72 18.906-4.096-10.92-9.036-21.94-14.717-32.845 30.638-19.792 58.958-44.156 82.092-69.313-31.87 8.903-65.846 23.524-97.718 42.47-7.725-11.933-16.287-23.498-25.53-34.376 26.697-26.486 49.666-57.987 68.186-90.03-31.647 16.955-62.495 40.003-89.563 67.343-4.5-4.3-9.1-8.428-13.812-12.345-6.253-5.197-12.734-10.033-19.375-14.438 10.292-22.438 15.372-47.604 20.875-83.437-22.557 26.39-37.655 45.848-48.28 68.344-13.42-5.92-27.255-9.89-41.22-11.313-3.22-14.055-11.237-28.646-24.47-57.31zM426.25 302.187c11.947-.273 23.58 6.173 29.375 17.53 8.063 15.802 1.77 35.125-14.03 43.188-15.803 8.063-35.126 1.802-43.19-14-8.062-15.8-1.8-35.156 14-43.22 4.445-2.266 9.17-3.392 13.845-3.498z" fill="#fff"/></svg>
<svg class="tc-image-originals-fishhook-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M22.408 18.39v60.587S198.19 236.165 317.504 334.035c-9.2 3.815-19.898 5.503-31.102 5.277 52.274 39.08 103.82 79.553 163.178 105.01-28.328-60.655-63.28-112.895-103.516-167.015 1.993 14.567.067 26.324-4.67 35.523-76.207-91.106-195.03-202.617-296.402-294.44H22.408zm121.678 0C251.25 104.46 357.514 189.502 429.088 284.7c-5.74 10.573-18.106 14.794-31.537 11.68l101.62 115.052c-7.606-173.11-135.933-294.98-266.897-393.043h-88.187zM22.61 171.4v.004-.004zm0 .004v93.44C154.905 380.347 288.107 475.25 425 498.45L308.193 389.825c.88 12.204-1.625 22.48-10.51 22.778-98.07-71.302-191.387-152.64-275.072-241.198z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fishing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M455 32v198.47a16 16 0 0 0-7 13.208 16 16 0 0 0 7 13.226v66.774c0 5.75-1.877 8.85-4.262 10.836-2.384 1.987-5.657 2.887-9.258 2.287-7.16-1.193-16.37-8.05-16.474-28.77h15.533l-31.606-42.997-1.914 42.645H407c0 .106.005.21.006.316l-.002.035h.002c.128 26.794 14.79 43.74 31.514 46.527 8.4 1.4 17.126-.702 23.742-6.215C468.877 342.83 473 333.928 473 323.678v-66.79a16 16 0 0 0 7-13.21 16 16 0 0 0-7-13.227V32h-18zM191.97 142.678l-14.505.052 6.484 12.97c11.004 22.014 13.562 44.94 6.306 70.484 16.372-7.893 32.52-14.514 47.04-19.09 17.127-5.4 34.613-8.823 52.304-10.633-9.637-11.92-19.864-24.137-33.348-34.056-16.005-11.772-36.664-19.825-64.283-19.726zM321.173 212.9c-26.903-.003-53.246 3.41-78.47 11.362-29.805 9.395-69.467 29.167-100.985 50.238-15.76 10.536-29.53 21.437-38.99 31.195-9.458 9.76-13.73 18.572-13.73 21.983 0 1.115.658 3.355 3.328 6.55 2.67 3.192 7.133 7.02 12.975 10.918 11.683 7.798 28.768 15.954 48.064 23.338 10.86 4.156 22.445 8.07 34.225 11.647 4.63-5.44 9.13-10.773 13.082-15.685 4.6-5.715 8.51-10.923 11.09-14.957 1.933-3.025 2.8-5.784 3.103-6.27.1-.164.138-.074.133.343l18 .235c-.085 6.563-2.86 10.362-6.07 15.387-3.212 5.024-7.426 10.575-12.233 16.548-4.236 5.265-9.016 10.898-13.816 16.536 17.5-3.984 36.32-7.97 52.87-12.55 12.883-3.567 24.274-7.546 31.738-11.62 7.465-4.075 9.47-7.418 9.518-8.744l17.988.654c-.408 11.207-9.133 18.567-18.883 23.89-9.6 5.24-21.69 9.302-34.956 12.995 4.813.746 9.442 1.37 13.81 1.84 28.785 3.106 68.376 3.102 102.03-1.568 16.827-2.335 32.197-5.863 43.777-10.45 5.082-2.014 9.168-4.26 12.53-6.534-12.215-3.44-26.56-7.368-41.294-13.414-20.51-8.417-40.92-20.97-46.713-43.135-3.522-13.476 2.455-25.923 10.693-35.452 8.24-9.53 19.04-17.607 28.994-25.555s18.976-15.81 23.584-22.865c3.85-5.896 5.066-10.28 2.94-16.24-27.796-6.15-55.635-10.113-82.942-10.573-1.798-.03-3.595-.044-5.388-.045zm-307.55 24.39l11.028 15.585c25.106 35.484 28.82 103.86 19.66 151.705L41.4 419.783l14.653-4.99c31.135-10.605 49.9-25.726 63.056-41.373-8.873-4.267-16.915-8.706-23.8-13.3-6.772-4.52-12.463-9.17-16.792-14.35C74.188 340.594 71 334.563 71 327.68c0-12.59 7.967-23.33 18.807-34.512 4.653-4.8 10.03-9.647 15.92-14.486-18.32-23.38-43.376-37.776-73.06-39.977l-19.042-1.412zm332.317 10.388a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16z"/></svg>
<svg class="tc-image-originals-fishing-hook tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196.375 18.25c3.91 19.165-.907 37.814-14.72 55.5-15.853 20.302-44.172 38.85-84.81 51.188-34.84 10.577-58.396 29.203-71 50.937-12.606 21.734-14.02 46.364-5.72 67.5 14.824 37.743 60.4 62.92 121.28 47.438 12.883-4.053 27.47-10 38.97-17.188 2.51-1.568 4.828-3.18 6.938-4.813-2.885-2.7-5.43-5.853-7.5-9.437-.683-1.182-1.297-2.385-1.844-3.594-13.048 8.047-29.743 16.232-51.532 19.376-47.934 8.963-78.497-12.01-88.938-38.594-6.257-15.93-5.374-34.287 4.5-51.312 9.874-17.025 29.002-32.94 60.28-42.438 43.283-13.14 75.046-33.17 94.095-57.562 15.77-20.194 22.4-43.702 18.906-67h-18.905zm17.844 151.47c-.788 0-1.588 0-2.376.03-11.464.415-23.03 3.582-33.656 9.72-26.423 15.252-39.106 44.164-34.25 72.25 12.21-4.294 22.097-10.274 30.906-16.157 1.418-11.078 7.93-21.27 18.72-27.5 6.337-3.66 13.285-5.464 20.124-5.5 13.055-.07 25.668 6.304 32.656 18.406 10.648 18.44 4.066 42.974-14.375 53.624-8.564 4.945-18.115 5.99-26.97 3.844-4.427 4.08-9.466 7.747-14.72 11.03-5.286 3.306-10.918 6.29-16.655 8.97 15.17 10.68 33.97 15.17 52.25 12.125h.03l72.376 125.406c17.27 29.907 42.53 48.207 68.783 54.467 26.25 6.26 52.74 1.16 74.25-12.03 43.02-26.38 66.36-87.515 33.53-144.376l-16.53-28.655-.157-.28c-19.615-36.032-45.045-60.504-75.344-75.283 12.778 45.916 17.4 91.832 16.094 137.75l28.688-34 4.906-3L443 348.72c21.954 38.025 3.593 72.716-21.125 87.874-35.704 16.537-62.567 12.018-84.625-23.125l-71.78-124.376c20.72-22.425 25.7-57.052 9.78-84.625-13-22.517-36.637-34.833-61.03-34.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-fishing-net tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M161.906 17.313c-32.745-.026-63.754 8.217-88.97 24.187-28.815 18.25-49.85 47.08-55.842 84.156-5.992 37.076 2.83 81.875 31.25 133 19.833 35.678 44.25 63.807 59.656 93.53 7.02 13.544 12.32 27.284 14.78 42.47-.248.354-.503.703-.75 1.063l1.032.717c1.41 9.635 1.69 19.878.5 31-14.638 2.828-25.687 15.692-25.687 31.157 0 17.536 14.214 31.78 31.75 31.78s31.75-14.244 31.75-31.78c0-13.152-8.01-24.43-19.406-29.25 1.015-10.198.995-19.882.093-29.094 9.192-10.817 19.95-16.3 33.25-18.188 14.68-2.083 32.725.776 53.312 8.125 5.1 9.744 9.704 20.06 13.656 31.125-9.14 5.408-15.28 15.362-15.28 26.75 0 17.143 13.89 31.032 31.03 31.032 17.143 0 31.033-13.89 31.033-31.03 0-16.272-12.507-29.653-28.438-30.97-4.033-11.586-8.723-22.412-13.906-32.625 10.14-9.82 27.46-16.622 47.593-20.564 21.96-4.3 46.653-5.426 67.406-6 7.023 6.407 13.902 13.15 20.624 20.25-.554 2.26-.844 4.63-.844 7.063 0 16.353 13.27 29.624 29.625 29.624 16.354 0 29.594-13.27 29.594-29.625s-13.24-29.595-29.595-29.595c-6.93 0-13.296 2.39-18.344 6.375-6.466-6.684-13.058-13.027-19.75-19.094-.99-49.135 13.3-87.584 37.814-119.187 8.865-2.254 17.997-5.46 27.406-9.72 5.738 5.698 13.623 9.22 22.344 9.22 17.536 0 31.75-14.247 31.75-31.782 0-17.536-14.214-31.75-31.75-31.75s-31.75 14.214-31.75 31.75c0 2.092.207 4.144.594 6.125-7.807 3.503-15.286 6.152-22.47 8.03-15.493-19.9-16.902-35.523-12.593-52.812 4.592-18.42 17.344-38.57 29.97-61.874 6.295-4.02 11.915-8.884 16.686-14.625 5.46 4.167 12.292 6.626 19.69 6.626 17.93 0 32.467-14.538 32.467-32.47 0-17.93-14.538-32.467-32.468-32.467-17.93 0-32.47 14.537-32.47 32.468 0 3.396.532 6.672 1.5 9.75-11.25 16.83-32.785 26.225-58.875 26.687-26.548.47-57.05-8.564-82.688-27.25-39.195-28.567-84.18-42.28-126.28-42.313zm46.78 25c18.58 4.78 37.096 12.455 54.69 23.218l.093 14.75c-1.47-1.145-2.925-2.297-4.408-3.436-15.724-12.086-32.228-23.704-49.906-32.72l-.47-1.812zm-66.874 3.156c1.707-.03 3.375.002 5.063.06l4.594 15.782c-11.176-5.2-22.895-9.356-35.282-12.093 8.822-2.413 17.346-3.618 25.624-3.75zm25.313 2.78c3.358.77 6.683 1.666 10 2.72 5.455 1.73 10.838 3.877 16.188 6.31l9.78 36.94c-9.146-7.268-18.607-14.132-28.468-20.282l-7.5-25.688zm-62.813 17.78c18.473 3.034 35.487 9.685 51.563 18.72l-10.78 18.625c-13.16-12.905-26.647-25.49-40.782-37.344zm111.532 3.345c10.785 6.643 21.38 14.263 31.812 22.28 5.356 4.118 10.66 8.332 15.938 12.564l.28 44.093c-11.714-10.653-23.57-21.905-35.843-32.907l-12.186-46.03zm66.312 8.844c12.675 8.534 26.206 15.083 39.938 19.624l.656 28.25c-12.96-8.724-26.472-19.59-40.5-30.875l-.094-17zm-192.25.186c15.62 13.022 30.56 27.285 45.344 42.063l-13.813 23.905c-12.677-18.902-23.343-40.514-31.53-65.97zm-16.78 8.72c.08.238.168.48.25.718l-.314-.03c.02-.232.042-.458.063-.69zm98.655 7.5c13.71 9.25 26.823 20 39.72 31.343l.47 1.75-16.532 26.405c-12.24-12.262-24.36-24.72-36.625-37.063l12.968-22.437zm224.69 7.843c-8.197 14.607-15.786 28.98-19.845 44.25-11.2.21-22.797-3.228-34.938-9.345l-.78-34.594c10.233 2.024 20.412 2.957 30.28 2.782 8.688-.153 17.206-1.167 25.282-3.093zM53.593 110.5c.298 21.83 3.718 41.284 9.406 58.938L46.75 166c-.628-16.01 1.42-34.248 6.844-55.5zm32.375 8.688c6.464 13.66 13.775 26.172 21.75 37.75l-13.564 5.718c-4.862-12.975-7.796-27.29-8.187-43.47zm196.436.124c10.612 8.432 21.17 16.52 31.78 23.532 3.016 1.99 6.047 3.876 9.095 5.687l1.064 45.69c-14.144-7.665-27.906-17.834-41.656-29.376l-.282-45.53zm-133.53 14.938c11.913 12.154 23.853 24.5 36.06 36.688L168.5 197.25c-12.586-11.07-24.318-23.042-34.97-36.406l15.345-26.594zm77.75 5.28c11.33 10.35 22.596 20.897 34.06 31 .78.686 1.566 1.352 2.345 2.032l-17.155 28.625c-12.688-10.636-24.86-21.932-36.813-33.562l17.563-28.094zm115.56 18.626c10.332 4.298 20.897 6.985 31.752 7.22-.26 14.074 3.538 28.752 12.875 43.624-10.956.798-21.3-.18-31.25-2.53-4.163-.985-8.277-2.217-12.344-3.69l-1.033-44.624zm-223.03 14.188c9.934 12.457 20.683 23.774 32.063 34.25l-22.75 8c-9.365-9.56-17.67-19.842-24.345-31.156-.74-1.256-1.454-2.532-2.156-3.813l17.186-7.28zm79.438 12c11.992 11.56 24.347 22.837 37.312 33.5L223.53 238.47c-1.34-.892-2.698-1.762-4.03-2.657-12.663-8.513-24.893-17.225-36.53-26.47l15.624-25zm78.937.437c13.99 11.308 28.45 21.434 43.94 29.032l-16.283 28.532c-15.786-8.608-30.537-18.528-44.593-29.344l16.937-28.22zm-228.56.782l22.093 4.657c5.328 11.68 11.658 22.567 18.718 32.874l-27.53-1.906c-6.037-10.696-10.69-22.35-13.28-35.625zm118.53 35.125c11.417 9.363 23.3 18.083 35.47 26.438l-24.22 8.156c-4.48-3.073-8.934-6.18-13.313-9.374C158 240.482 150.78 234.88 143.907 229l23.593-8.313zm171.344.375c4.06 1.392 8.19 2.597 12.406 3.594 10.908 2.58 22.295 3.69 34.188 3.03-7.686 12.092-14.103 25.11-19.063 39.095-15.766-4.158-30.533-9.576-44.47-16.03l16.94-29.688zm-88.156 8.438c14.17 10.696 29.1 20.58 45.125 29.25L285 277.688c-15.492-9.92-30.87-19.428-45.813-29l11.5-19.188zm-126.938 6.563c9.727 8.983 20.107 17.22 30.688 24.937.768.56 1.542 1.1 2.312 1.656l-6.72 2.25c-3.186-3.26-6.345-6.497-9.436-9.75-5.978-6.29-11.742-12.572-17.25-18.937l.406-.157zm-48.25 4.78l27.094 1.876 1.937.124.095-.03c7.116 8.703 14.652 17.057 22.406 25.217.062.065.128.125.19.19l-25.782.936c-6.93-6.744-13.552-13.51-19.594-20.562-2.188-2.554-4.294-5.13-6.344-7.75zm147.125 19.407c15.054 9.785 30.377 19.298 45.72 29.063l-24.064 10.812c-1.623-1.25-3.274-2.485-4.936-3.72-12.823-9.517-26.84-18.663-41-28l24.28-8.155zm89.906 6.906c15.11 7.027 31.187 12.984 48.408 17.563-3.353 13.355-5.455 27.517-6.157 42.5-17.718-14.475-35.907-27.327-54.092-39.345l11.843-20.72zm-136.624 8.78c17.136 11.522 34.034 22.214 48.844 32.94l-22.938 10.312c-12.137-14.002-24.795-26.934-37.187-39.47l11.28-3.78zm-31.187 10.314c11.533 11.7 23.195 23.38 34.405 35.656h-24.813c-10.704-12.562-22.383-23.846-33.937-34.75l23.5-.875.844-.03zm-50.876 1.906c11.723 11.343 23.668 22.268 34.75 33.75H112c-7.176-11.327-14.92-22.363-22.656-33.594l4.5-.156zm193.22 13.25c18.212 11.954 36.277 24.547 53.748 38.625-16.11.81-33.44 2.303-50.093 5.564-1.535.3-3.073.607-4.595.937-6.098-12.332-15.16-23.118-25.938-33.06l26.875-12.064zm-45.627 20.47c11.254 9.566 20.28 19.334 26.188 29.718-11.305 3.824-21.674 8.988-30.156 16.156-7.19-12.018-15.053-23.145-23.314-33.625l27.28-12.25zM122.97 340.593h22.218c6.33 7.897 12.09 16.232 16.968 25.25-8.672 2.552-16.765 6.687-24.03 12.437-3.2-12.29-7.883-23.786-13.532-34.686-.524-1.012-1.087-1.997-1.625-3zm45.686 0h26.688c6.775 8.27 13.25 16.9 19.312 26.03-11.515-2.81-22.573-4.233-33.094-3.843-3.835-7.878-8.18-15.253-12.906-22.186z" fill="#fff"/></svg>
<svg class="tc-image-originals-fishing-pole tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M459.36 43.126c-52.275 8.712-112.776 46.666-171.8 96.906-52.19 44.424-102.796 98.724-142.838 152.305l18.672 15.12c13.228-17.734 27.73-35.612 43.078-53.196l-7.84-8.214 13.02-12.43c4.962 5.48 10.23 10.624 15.588 15.98-11.517 38.772-39.2 79.74-72.682 112.528 4.815 3.77 9.285 9.016 11.818 13.726 36.024-34.846 65.698-78.494 78.332-122.087 43.844-16.906 66.78-48.94 89.637-90.875 59.482-8.695 102.554-40.688 126.98-69.985 5.128 13.79 10.162 27.596 12.97 41.098 3.867 18.583 3.758 36.084-4.987 53.32-15.826 31.187-45.75 46.012-69.05 61.634-11.65 7.81-22.287 15.994-26.587 28.74-4.3 12.746-.336 27.582 11.634 44.29 12.763 17.813 31.426 30.763 44.025 43.56 3.362 3.415 6.242 6.77 8.558 10.064 2.087-.42 4.24-.644 6.445-.644 5.573 0 10.836 1.412 15.457 3.888-.13-.373-.255-.748-.394-1.117-3.633-9.606-10.07-17.534-17.24-24.818-14.343-14.568-32.06-27.236-42.22-41.418-10.282-14.353-11.195-22.164-9.208-28.054 1.987-5.89 8.8-12.334 19.553-19.543 21.504-14.418 56.188-31.21 75.08-68.44 10.993-21.667 10.92-44.166 6.56-65.128-7.15-32.718-19.584-59.43-32.56-87.21zm-12.798 13.172l7.666 16.46c-19.566 27.352-61.308 63.002-121.12 72.202l-4.183-7.598c37.565-29.052 74.82-51.47 106.934-63.097l-4.896-11.07zm-138.37 82.662c3.517 5.194 7.076 10.895 9.946 16.133-21.795 39.982-40.676 66.46-78.537 81.41l-8.94-8.94c22.38-23.795 48.04-48.565 71.984-69.115l-5.57-7.723zM132.14 305.31l-8.81 10.88 23.316 18.88 8.808-10.882zM112 330.18L17.338 447.088c.033.307.18 1.134.828 2.404 1.395 2.734 4.697 6.665 8.582 9.812 3.886 3.146 8.42 5.56 11.383 6.355 1.378.37 2.216.34 2.524.307l49.72-61.403c-2.815-11.952-.31-25.042 7.965-35.26 8.273-10.218 20.556-15.395 32.833-15.127l4.143-5.115zm17.99 41.866c-6.608.054-13.126 2.98-17.66 8.58-8.06 9.955-6.555 24.29 3.4 32.35 9.955 8.06 24.29 6.552 32.35-3.403.47-.58.904-1.178 1.31-1.787l17.537 3.23-7.062 38.354 17.7 3.26 10.325-56.057-35.19-6.48c-1.09-4.877-3.79-9.44-8.023-12.868-4.355-3.526-9.548-5.222-14.687-5.18zm314.343 20.918c-8.39 0-15 6.61-15 15 0 5.16 2.507 9.642 6.385 12.332-.485 4.442-1.343 9.902-2.932 15.05-3.453 10.063-8.195 17.16-17.492 15.186-7.036-2.698-7.764-9.982-7.37-16.176l12.636-.213-26.694-40.82c-1.9 6.86-5.49 34.502-3.615 50.008.625 4.574 2.016 9.724 5.355 14.466 3.338 4.742 8.884 8.768 15.767 10.304 10.428 2.328 20.3-.8 26.63-6.65 6.33-5.85 9.723-13.474 11.984-20.795 2.397-7.764 3.458-15.483 3.94-21.088 3.32-2.733 5.407-6.887 5.407-11.603 0-8.39-6.61-15-15-15z"/></svg>
<svg class="tc-image-originals-fission tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M77.637 19.54l108.717 144.544C145.316 176.7 91.09 152.704 40.102 132.53c40.576 32.116 110.02 65.16 103.662 97.53-6.637 33.79-75.205 49.33-121.065 72.52 46.032-5.046 91.778-21.09 120.15-9.78L18.38 347.136v20.39l138.388-60.41c2.133 14.26-9.665 37.273-22.043 55.985 22.007-10.08 46.61-21.938 65.523-22.06l-88.396 153.774h21.554l85.24-148.283c.553.434 1.093.892 1.616 1.382 33.55 31.47 34.284 87.542 43.888 141.225 9.885-54.016 13.682-119.31 41.846-138.094 16.562-11.047 96.26 29.193 143.596 57.07-22.238-21.752-82.32-73.64-85.68-95.812l129.744 65.993v-20.967L373.928 296.43c15.57-11.084 41.937-10.558 69.68-9.85-24.522-9.618-58.892-23.885-65.766-41.35l115.814-14.85v-18.843L380.154 226.09c14.736-32.777 66.75-61.05 108.05-93.555-49.74 19.266-106.767 55.532-135.92 41.254L493.655 31.177v-11.64H478.88L338.847 160.8c-18.24-30.214-6.765-92.786-3.715-141.26h-1.612C310.903 69.054 293.7 132.87 265 145.722c-17.43 7.805-35.296-38.196-47.615-67.204-2.256 29.66.042 60.142-14.79 76.07L101.022 19.54H77.638zM264.99 164.856c14.46-.133 28.89 7.536 38.207 19.274l-37.6 39.634-32.01-42.682c8.894-11.298 20.157-16.12 31.403-16.225zm-63.12 19.854l27.67 36.79-24.913 14.285 11.115 25.197-41.054 17.92c-7.104-35.84-1.95-70.025 27.18-94.19zm123.444 5.81c13.297 3.537 23.613 20.006 22.25 32.79h-.002l-40.875 12.2-14.755 1.892 33.382-46.882zm-27.04 60.994l60.404 1.707c3.703 9.603.78 23.42-6.65 32.07l-33.456-17.015-20.3-16.76zm-57.426 18.9l-32.82 57.094c-15.34-7.173-26.714-18.043-29.585-29.854l62.405-27.24zm21.537.027l52.084 28.67c-20.86 34.903-58.097 41.72-88.45 34.593l36.365-63.262z"/></svg>
<svg class="tc-image-originals-fist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M227.227 21.777c-1.845 0-3.704.05-5.567.157-15.314.875-30.76 5.305-39.494 10.863l-.008 73.15c2.884-.094 5.777-.147 8.676-.142 23.382.036 47.104 3.286 68.47 9.513l.01-87.507c-7.034-3.518-19.178-6.03-32.087-6.033zm80.74 9.16c-11.925.15-23.077 2.364-29.967 5.596l-.008 77.602v7.658c38.486 15.67 64.814 42.48 58.735 78.764l-.96 5.73-5.562 1.674c-17.45 5.253-34.872 9.703-52.225 13.335V246.53c25.562-.704 51.327-2.687 77.145-6.098l.02-197.928c-8.284-5.563-23.508-10.243-38.842-11.328-2.792-.198-5.584-.273-8.336-.238zM143.223 46.294c-1.176-.015-2.374-.01-3.588.02-4.175.1-8.533.468-12.903 1.152-15.67 2.454-31.477 8.565-40.406 15.402l-.01 72.955c18.808-15.81 46.704-25.143 77.15-28.54l.007-57.966c-4.82-1.752-12.018-2.916-20.25-3.023zm258.394 3.46c-10.804.117-20.722 1.93-27.043 4.655l-.02 183.182c25.074-4.02 50.16-9.412 75.122-16.358l1.99-158.447c-8.352-5.9-23.648-11.025-39.05-12.553-3.698-.366-7.398-.517-11-.478zm-222.775 74.202c-53.72.702-101.407 20.365-97.887 66.6 15.836-3.918 30.84-5.893 44.94-6.1 34.84-.51 64.213 9.704 87.318 27.613 34.608-3.11 69.852-10 105.412-20.314.14-41.287-74.098-68.657-139.783-67.8zm-48.877 78.65c-1.296-.003-2.603.012-3.92.045-17.256.436-36.45 4.03-57.566 11.037 5.79 53.808 26.325 106.41 58.5 143.346 6.226 7.15 12.856 13.712 19.875 19.615 29.303 9.282 69.26 12.917 110.534 12.14 3.777-55.805-8.717-108.357-36.193-142.74-21.265-26.61-51.064-43.39-91.232-43.444zm129.326 22.282c-9.358 1.637-18.69 3.016-27.995 4.15 1.54 1.74 3.043 3.52 4.502 5.346 3.146 3.937 6.094 8.062 8.873 12.334 9.916.144 19.868.125 29.857-.106H259.29v-21.723zm191.817 15.343c-65.406 17.826-131.462 25.41-195.85 25.315 16.998 35.144 23.828 78.093 21.013 122.6 42.482-2.08 85.03-8.23 118.187-15.983 26.693-32.78 47.37-77.118 56.65-131.932zM400.51 389.9c-38.334 9.145-87.95 16.056-136.873 17.454-47.67 1.36-94.336-2.228-129.448-15.262l-.01 78.93c27.187 12.568 76.414 20.205 127.318 20.298 51.224.094 104.214-7.173 139-20.773l.012-80.647z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fizzing-flask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M365.47 18.727c-11.353-.18-21.053 7.365-24.786 20.058h-.002c-24.423-7.6-57.52-4.092-68.328 19.856-15.69-20.86-47.866-13.98-55.194 9.85-7.328 23.828 13.462 49.474 44.68 48.55-3.078 33.98 44.304 54.69 81.764 39.132-.473 19.307 8.312 41.853 30.37 44.97-6.395 18.11 3.104 42.047 28.614 42.047 31.47 0 38.024-36.316 21.025-53.145 9.474-10.39 12.832-25.167 11.096-39.13 17.282 12.104 34.59-6.52 33.767-20.08-1.516-24.97-20.366-35.97-33.768-24.3-8.8-27.616-37.243-32.007-52.562-16.353 1.35-7.425.2-13.105-5.255-19.274 22.605-5.702 18.913-37.698 4.68-46.904-5.44-3.517-10.942-5.195-16.102-5.277zm68.37 5.13c-22.7 0-22.882 34.655 0 34.655s22.7-34.655 0-34.655zM177.672 74.842c-22.7 0-22.882 34.654 0 34.654s22.7-34.654 0-34.654zm64.695 59.38c-1.695.06-3.792.895-5.877 2.887-4.765 4.554-8.11 13.804-1.814 24.216 1.365 2.257 2.837 4.486 4.408 6.672l-14.21 26.414-34.43 59.637-153.62 87.682-.008.006c-11.038 6.375-16.508 14.786-17.537 24.037-1.03 9.254 2.46 20.22 13.083 31.508 45.295 48.134 101.19 77.71 164.907 95.106 15.645 4.267 26.47 2.614 33.156-2.1 6.686-4.712 11.047-13.382 11.047-28.413v-.006l.214-177.61 38.008-65.832c-14.036-3.907-26.16-10.638-36.332-18.932l8.967-16.67c13.568 12.152 31.753 20.64 55.14 20.645 11.536-.03 18.363-7.457 20.046-13.542.84-3.044.414-5.247-.604-6.73-1.018-1.48-3.004-3.204-8.754-3.66-31.006-2.452-53.782-15.764-68.293-39.714-2.816-4.65-5-5.413-6.797-5.584-.224-.02-.46-.028-.7-.02zm234.053 39.305c-22.7 0-22.882 34.655 0 34.655s22.7-34.655 0-34.655zm-44.668 86.022c-35.27 0-35.553 53.837 0 53.837s35.27-53.838 0-53.838zm-235.256 8.337l9.367 16.172-136.506 79.06-.005.003c-4 2.31-4.756 3.894-5.043 5.127-.29 1.233-.127 3.423 1.852 7.027.543.988 1.228 2.044 2.024 3.15l-.416-.193c18.068 27.077 54.2 61.967 89.34 80.934-23.56-10.45-50.91-25.15-72.737-40.756C69.11 407.5 56.51 396.524 49.78 384.272c-3.363-6.124-5.332-13.14-3.673-20.262 1.66-7.123 6.93-13.046 13.9-17.07l136.49-79.053zm-88.068 88.87c18.55 6.4 52.894 25.26 80.154 46.013 13.63 10.375 25.305 20.885 32.086 31.998 3.022 4.952 5.264 10.303 5.2 16.203l-20.626-9.488c-9.495-11.61-23.806-22.776-35.75-29.517-24.435-17.28-54.436-33.15-67.16-37.54l6.096-17.667z" fill="#fff"/></svg>
<svg class="tc-image-originals-flake tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M463.788 376c-22.562 39.09-132.242-79.382-171.32-56.815C253.394 341.752 301.123 496 256 496c-45.121 0 2.607-154.248-36.47-176.815C180.454 296.617 70.774 415.087 48.213 376 25.65 336.91 183.06 301.135 183.06 256c0-45.135-157.407-80.91-134.847-120 22.56-39.088 132.24 79.38 171.317 56.814C258.607 170.247 210.88 16 256 16c45.121 0-2.607 154.246 36.47 176.814C331.546 215.38 441.226 96.91 463.786 136c22.562 39.089-134.846 74.865-134.846 120 0 45.135 157.41 80.912 134.848 120z" fill="#fff"/></svg>
<svg class="tc-image-originals-flame tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M245.05 15.514c34.29 48.815-23.535 320.54-90.302 136.72C106.796 325.11 38.956 332.518 38.876 252.55c-71.6 79.31 43.824 220.767 87.376 243.935h52.127c-45.92-40.016-76.784-78-82.176-135.968 47.312 9.423 71.855 20.96 81.263-62.048 60.736 86.59 100.944-49.376 137.184-107.12-1.647 40.32-3.343 93.456 22.848 129.888 8.736 12.143 33.232 16.11 54.736 15.807-9.92 16.08-44.848 69.376-17.008 89.2 27.84 19.824 33.072-.384 25.856 16.176-13.264 20.88-22.992 39.375-59.072 54.063h56.064c59.44-18.72 111.807-91.663 94.607-135.535-22.015 18.657-43.774 30.897-61.294 29.537 49.12-72.08 37.84-145.903 14.752-221.342-20.224 72.383-33.488 82.495-54.576 99.52 29.104-68.657-85.44-214.448-146.51-253.15z" fill="#fff"/></svg>
<svg class="tc-image-originals-flame-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M151.512 37.035c-51.69-.214-100.824 7.018-132.326 22.772v66.297C97.35 78.58 182.403 43.256 328.416 70.896c-43.063-21.588-111.993-33.592-176.904-33.86zM307.248 93.44c-77.33.35-160.005 27.954-205.504 87.87 75.424-45.314 199.523-62.583 245.283 17.522-46.407-7.71-82.8-6.316-126.73 9.928 31.797 3.033 63.397 5.74 95.195 23.945-48.323-2.583-111.592-.39-152.88 19.434 57.407 10.062 120.95 41.456 165.97 78.637-85.807-12.592-191.26-7.8-281.738 37.42 147.54-18.767 285.34 3.414 352.164 69.498.828-40-16.497-76.03-45.354-99.666 40.57 3.4 98.484 15.67 138.227 35.53-20.002-56.736-78.51-99.523-141.347-136.767 40.244-10.064 97.665.616 130.604 23.945-16.55-46.084-64.71-102.122-134.692-119.724 46.795.355 90.846 3.826 123.813 11.68-30.703-38.65-94.776-59.56-163.01-59.253zm-141.852 4.94c-49.193 1.105-117.985 34.643-146.21 63.087V351.49c51.654-34.19 105.756-46.647 201.11-55.125C181.4 280.323 110.727 273.22 58.52 278.26c43.494-41 96.033-74.77 175.79-99.87-59.8-3.655-142.87 21.983-198.566 62.493 29.648-61.1 75.048-121.208 129.652-142.502zm-31.173 290.306c-50.335-.024-98.084 5.944-115.037 16.255v87.87H87.47c79.706-81.166 199.482-60.815 167.866-10.136 52.605-10.438 60.93-45.24 12.848-72.418-25.947-14.98-81.353-21.546-133.96-21.57zm165.578 17.6c23.984 20.695 57.554 49.106 41.833 84.185 59.816-26.543 22.823-63.73-41.832-84.185z"/></svg>
<svg class="tc-image-originals-flame-spin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M363.344 19.563c28.18 47.964 33.504 103.075 19.344 152.875-29.288-27.994-66.822-50.915-105.532-71.75 57.858 75.817 58.09 128.63 53.313 183.437-24.622-87.035-113.16-131.873-189.095-102.03 53.576-2.22 104.1 31.922 118.813 84.75 16.9 60.696-18.662 124.96-81.157 138.124-30.186 6.36-58.903 1.052-84.218-12.22.2.006.396-.004.594 0-37.887-20.587-49.083-55.72-34.22-80.594 1.497-3.44 3.63-6.78 6.345-9.78 9.608-10.62 22.967-12.86 29.845-5 6.88 7.86 4.67 22.847-4.938 33.468-6.724 7.433-15.293 10.774-22.187 9.406 3.63 9.943 10.306 19.64 20.47 27.813 39.12-11.2 52.29-56.493 33.343-89.844 37.375 27.693 26.975 83.01-14.75 101.092 5.763 2.593 12.172 4.813 19.25 6.563 24.292-10.83 44.386-33.704 52.437-63.53 13.322-49.36-11.364-99.003-55.125-110.876-28.197-7.65-57.425 2.284-78.22 23.5-13.636 12.943-23.1 30.112-27 51.468l.314-.375c-1.794 8.906-2.396 17.758-1.876 26.343-4.006 99.012 56.25 148.94 159.22 176.875 64.095 17.385 133.002 1.828 183.81-35.905 97.612-63.963 151.2-188.13 121.657-305.25-5.23 20.13-12.662 39.088-21.936 56.75C466 132.1 430.22 59.497 363.344 19.562zm-226.78 83.906c-53.644-.37-105.26 31.506-116 135.624 14.563-21.117 35.932-36.335 61.123-44.656C88.478 139.8 136.322 107.712 192.03 114c-17.617-6.318-36.67-10.402-55.468-10.53zm287.124 42.936c43.41 86.672-9.364 222.056-84.875 277.875-47.28 39.394-120.826 54.736-210.907 21.876C373.584 467.682 416.692 295.718 337 161.126c42.183 42.98 60.72 93.294 59.875 140.436 21.902-49.214 32.34-104.697 26.813-155.156zm-315.375 80.97c34.658.506 66.722 28.08 55.53 91.78-.894-53.99-72.808-112.305-126.312-29.062 3.39-39.784 38.225-63.196 70.782-62.72zm184.468 41.53c57.214 46.582 14.283 155.733-98.155 152.844 58.078-8.234 124.46-89.278 98.156-152.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-flame-tunnel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M112.594 45.688c-33.65.38-66.873 11.23-93.688 27.562v420.78h475.281V220.564c-22.427-21.996-48.835-40.333-78.062-53.813 20.372 18.498 36.818 41.463 47.28 67.156-7.398-2.135-14.91-3.816-22.467-5.094 18.725 24.8 32.064 56.215 23.75 86.657-2.34-37.387-38.97-79.515-86.032-87.814-25.21 3.386-48.432 11.49-66.5 23.78 82.662-22.643 148.576 60.104 139.594 127.314-6.846-30.505-28.463-55.342-56.656-68.344 42.71 43.83 7.048 110.55-37.97 121.47 39.824-47.29 27.57-128.508-24.155-148.845 33.853 44.02 7.497 96.7-33.658 124.908 2.238-18.616 2.303-41.183-19.843-47.875 16.594 30.952-15.67 62.437-40.908 55.375-38.57-10.795-44.1-36.156-24.53-64.157-45.01 10.912-46.928 51.066-19.845 82.345-66.985-17.842-48.462-88.564-10.562-108.47-31.97-1.894-63.28 18.24-77.625 55.908 3.132-59.047 40.505-103.71 96.938-86.407-46.002-22.388-81.956-25.457-118-4.187-23.804 16.268-42.135 37.688-50.876 60.686 1.174-34.59 18.755-64.902 42.813-89.562 4.994-18.475 12.938-35.995 23.28-52.22-19.257 16.16-36.18 34.696-50.218 54.907 7.364-64.532 52.083-114.94 110.97-128.5-8.616-.54-17.493-.672-26.282 0-29.56 2.277-59.468 11.258-85.97 24.19C88.998 90.69 164.76 53.416 226.22 99.093c-31.36-38.968-72.808-53.87-113.626-53.406zm340.937 23.5c-43.96-.238-87.865 13.166-117.124 60.093 44.61-36.372 101.66-33.48 157.78 11.345l.002-67.844c-13.263-2.117-26.96-3.518-40.657-3.593zM349.19 162.875c-24.07-.18-46.58 12.584-54.282 41.375 35.84-18.384 83.33-20.903 128.125 24.53-4.907-41.085-40.858-65.657-73.842-65.905zm-80 121.813c-6.022-.038-12.407.797-19.063 2.687 36.172 14.942 57.26 42.38 64.938 77.938 20.873-36.532-3.725-80.364-45.875-80.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-flamed-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M407.47 20.85c10.26 16.748 17.462 36.09 19.856 56.65-32.396-44.636-58-40.276-96.36-25.697 65.992 9.776 101.33 67.377 96.36 140.75 48.848-61.72 34.92-160.814-19.857-171.703zm-276.167 2.896c-.987-.002-1.985.006-2.994.024h-.003c-34.522.598-107.756 26.213-104.54 101.037 21.08-55.636 65.886-58.685 104.54-32.123 46.407 31.894 22.075 98.348-16.936 100.45 11.637-17.33 17.04-40.65 2.974-55.29-24.895-25.91-54.777 4.487-55.533 29.594-1.403 46.62 45.44 68.116 75.336 60.738 30.192-7.45 50.092 12.416 36.795 51.976-15.056 44.795-121.114 75.948-133.155-8.173 1.7 88.73 43.248 129.87 104.54 98.114 41.467-21.487 78.87 18.96 74.17 54.896-32.792-37.747-82.098 17.986-38.544 40.883 78.98 41.522 199.4 40.194 265.73-23.945 64.735-62.6 60.833-175.215 12.263-259.89-5.614 26.608-28.43 52.367-74.17 67.163 59.262-77.482 2.572-206.85-129.652-174.036 84.2 4.683 73.567 108.248 5.257 105.123-62.264-2.848-.79-156.296-126.074-156.54zM277.508 230.22c-56.683 51.454 15.914 153.65 88.95 141.837-33.543-9.43-64.745-51.995-54.833-100.05 31.558 66.125 129.923 66.127 137.49-16.85 29.98 68.665 13.327 147.842-36.478 182.18-58.45 40.295-156.124 24.466-181.955-58.83 19.527 19.775 58.78 32.23 82.654 28.722-92.908-26.93-106.546-145.142-35.828-177.01zM24.68 355.77c-16.486 116.72 99.137 117.28 130.425 29.306-48.323 24.538-100.24 29.99-130.425-29.305z"/></svg>
<svg class="tc-image-originals-flamer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M166 121c0 90 90 105 90 180 0 30-30 75-75 75s-75-45-45-120c-45 30-60 60-60 90 0 75 75 150 180 150s180-45 180-135c.67-133.125-153.4-177.596-195-240-30-45-15-75 15-105-60 15-90 57-90 105z" fill="#fff"/></svg>
<svg class="tc-image-originals-flaming-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M57.875 21.28l10.78 10.782.25-.25 235.282 235.313 5.157-25.188 1.062-5.187 5-1.78 22.625-7.907 8.564-3 3.25 8.468 67.062 174 7.563 19.626-19.626-7.53-174.25-66.813-8.53-3.282 3.092-8.592 8.188-22.907 1.75-4.936 5.156-1.063 29.406-6.03L32.686 68.03l.064-.03-15.625-15.625v26.438l92.156 92.156c-30.99 4.08-64.743-6.566-88-41.25-5.772 45.12 27.467 71.417 67.595 90.093 142.86 66.488 62.58 154.315-21 68.312C91.465 422.337 345.872 515.98 446.22 443.03c81.28-59.088 28.39-317.88-124.564-357.342 35.845 25.814 3.98 39.604-35.844 34.906 33.436 18.52 53.9 43.222 28.188 65.687-25.476 22.26-62.792-19.648-67.75-56.78-7.816-58.527-13.53-89.41-90.53-86.125 31.365 24.65 36.576 52.646 26.843 76.188L84.313 21.28H57.874zm277.78 226.407l-9.06 3.188-11.94 58.188-1.217 6.062-6.032 1.22-58.25 11.936-3.344 9.376 146.094 55.97-56.25-145.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-flaming-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M286.344 15.22c35.747 36.387 36.18 94.69-1.875 112.78-41.352 19.655-99.47-5.62-72.876-74.813-74.166 45.167-89.234 119.982-63.656 192.125-30.293-23.512-90.362-67.5-47.875-117.375-57 11.348-71.862 59.875-42.063 90.532 49.228 50.64 13.02 118.883-28.03 46.718-24.442 123.094 153.718 150.67 155.343 231.28h18.53C195.46 427.78 141.368 388.31 83.282 340l30.25-93.406c.142 1.064.294 2.08.44 3.125-1.64 46.587 15.002 127.502 78.468 121.843-14.43-6.617-26.087-15.86-35.563-26.47 20.738-4.194 38.623-63.316 32.28-156.374l88.126-31.564c-64.46 43.87-78.115 117.557-39.436 154.563l44.72-103.94 85.498-22.343c-64.875 41.348-105.853 95.667-73 144.688l57.875-80.906L458.158 265c-125.27 21.775-157.203 101.965-173.626 176.28 3.107 17.593 10.72 36.258 20.283 55.19h13.656C272.694 372.424 453 363.083 480.843 287.97c26.825-72.37 7.37-109.43-52-157.69 48.237 78.413-19.87 116.58-38.53 85.845-38.098-62.747 70.19-152.574-103.97-200.906z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-flaming-sheet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M24.166 23.232c116.99 107.29-18.116 238.47 74.078 372.57 52.184 75.908 147.17 102.4 243.346 84.335 194.435-36.52 200.32-374.53-35.19-419.387 125.407 74.345 79.727 167.43 23.26 148.422-76.64-25.798 20.428-110.758-86.38-169.635 46.188 92.978-76.363 78.585-77.63 1.684-46.87 58.817 70.296 132.955 78.15 200.3 12.26 105.106-118.33 77.03-90.874-41.3 15.427-66.49-34.056-127.147-128.76-176.988zM306.4 60.75l-.015-.01-.002.006c.006 0 .01.003.017.004zm121.5 107.36c63.56 104.515 30.592 218.67-28.675 262.94-78.796 58.85-223.393 37.198-282.73-53.755 165.648 102.247 286.603 19.317 205.067-93.95 8.496 46.942-17.793 82.583-65.267 97.444 36.227-29.967 46.49-96.22 2.195-200.245 91.593 139.73 203.597 100.275 169.41-12.436zM108.508 192.2C99.93 291.45 166.6 362.974 249.166 355.396 151.45 423.405 42.668 308.272 108.508 192.2zm291.82 96.036c-19.58 0-35.453 15.873-35.453 35.453 0 19.58 15.873 35.453 35.453 35.453 19.58 0 35.45-15.873 35.45-35.454 0-19.58-15.87-35.454-35.45-35.454zm-286.38 85.034c.192.112.385.215.577.328-.153-.05-.307-.096-.46-.145-.04-.062-.08-.12-.118-.183zm265.202 4.474c-10.747 0-19.46 8.71-19.46 19.46 0 10.747 8.713 19.46 19.46 19.46 10.747 0 19.46-8.713 19.46-19.46 0-10.75-8.712-19.46-19.46-19.46z"/></svg>
<svg class="tc-image-originals-flaming-trident tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M103.03 16.438C87.39 31.415 72.88 78.322 91.095 110.874c74.192 132.596-2.636 198.3-39.5 92.72-27.98 89.637 6.844 197.69 101.22 252.186l56.03-56.03-17.22-17.47c-22.326-22.272-23.116-58.42-.81-80.686l41.06-41.063-8.968-8.936 57.344-21.125-21.156 57.218-8.75-8.72-40.97 40.376c-12.485 12.463-12.53 31.874 0 44.375l17.75 17.75 73.69-73.69-13.72-13.686 75.812-27.938-27.97 75.656-15.56-15.53-73.876 73.562 18.72 18.72c12.524 12.468 31.873 12.473 44.374-.002l44.312-44.312-8.78-8.78 57.343-21.126-21.158 57.22-9.156-9.127-44.03 44.688c-22.32 22.267-59.14 22.234-81.47 0L227.03 418.22l-50 49.75c33.226 14.468 72.478 22.905 117.69 22.905 250.694 0 238.78-311.425 86-351.813 34.115 37.6 2.513 82.866-51.44 75.72-66.704-8.838-71.872-73.31-58.874-99.47 24.57-49.455-17.56-101.51-93.156-96.843 103.54 77.253-53.127 162.6-74.22-2.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-flanged-mace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M487.666 24.334c-24.62 11.186-45.546 18.608-63.14 21.9l41.24 41.24c3.292-17.594 10.714-38.52 21.9-63.14zm-86.082 24.414c-32.088 11.49-60.035 12.74-84.406 4.617l-9.674-3.222-1.998 9.996c-10.117 50.582-18.887 83.28-36.71 121.694l61.37 61.37c38.413-17.823 71.112-26.593 121.695-36.71l9.997-1.998-3.222-9.674c-8.124-24.37-6.873-52.318 4.617-84.406zm2.025 18.148c-13.847 11.685-29.848 19.95-55.34 19.95h-5.56l-2.487 4.974c-18.768 37.536-37.835 74.907-55.494 98.27 17.45-37.59 26.875-71.046 36.4-117.088 25.205 6.06 52.813 3.84 82.48-6.106zm7.902 16.276L303.65 194.957c17.364-24.354 33.734-57.204 50.276-90.32 24.903-1.193 42.88-10.125 57.586-21.465zm17.316 17.316c-11.34 14.707-20.272 32.683-21.465 57.586-33.116 16.542-65.966 32.912-90.32 50.276zm16.276 7.903c-9.945 29.667-12.166 57.275-6.106 82.48-46.042 9.525-79.5 18.95-117.088 36.4 23.363-17.658 60.734-36.725 98.27-55.493l4.974-2.488v-5.56c0-25.492 8.265-41.493 19.95-55.34zm-192.292 82.915l-12.728 12.728 67.883 67.883 12.728-12.728-7.67-7.67-52.543-52.543zm-6.363 41.718l-43.843 43.842 32.528 32.528 43.842-43.842zm-67.884 45.256l-12.728 12.728 55.154 55.154 12.73-12.728zm-14.142 36.77l-41.012 41.01 32.527 32.528 41.01-41.012zM99.37 357.474l-12.727 12.728 55.154 55.154 12.728-12.728zm-14.14 36.77L18 461.472V494h32.527l67.23-67.23z"/></svg>
<svg class="tc-image-originals-flash-grenade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M279.31 24.574l-9.34 16.188 26.34 15.2 9.348-16.185-26.347-15.203zm55.692 1.77l-23.04 39.88c8.697 3.117 17.316 7.09 25.716 11.936 9.207 5.313 17.637 11.378 25.215 18.024l23.287-40.31-51.178-29.53zm-71.49 50.017c-4.798.02-9.493.35-14.04.984-24.26 3.384-44.065 15.097-55.01 34.043l-28.89 50.01 16.758 9.67 22.945-40.14 16.225 9.276-22.982 40.203 48.847 28.188 22.774-39.84 16.223 9.275-22.81 39.906 56.992 32.886 22.58-39.506 16.227 9.274-22.62 39.572 14.88 8.586 28.894-50.018c10.945-18.946 11.19-41.94 1.994-64.626-9.195-22.687-27.957-44.635-54.162-59.756-19.655-11.34-40.545-17.14-59.996-17.9-1.62-.064-3.23-.093-4.83-.087zM389.207 87.99l-9.348 16.184 53.646 30.957c-4.74 3.604-8.798 8.41-12.006 13.83-6.885 11.636-10.73 26.704-10.73 43.216s3.845 31.582 10.73 43.217c6.885 11.634 17.644 20.515 30.8 20.515 13.153 0 23.913-8.88 30.798-20.515 6.884-11.635 10.726-26.705 10.726-43.217s-3.842-31.58-10.726-43.215c-4.96-8.38-11.934-15.308-20.36-18.542l-73.53-42.43zm63.092 59.147c.85 0 1.724.113 2.614.345l5.164 2.98.12-.206c2.308 1.833 4.62 4.52 6.814 8.225 4.763 8.048 8.123 20.172 8.123 33.696 0 13.523-3.36 25.65-8.123 33.7-4.763 8.048-10.093 11.343-14.713 11.343-4.62 0-9.953-3.296-14.716-11.345-4.763-8.05-8.123-20.176-8.123-33.7 0-13.523 3.36-25.647 8.124-33.696 4.763-8.05 10.095-11.345 14.715-11.345zM174.66 188.217L112.25 296.254l148.63 85.764 62.41-108.036-148.628-85.765zM84.467 301.8l-28.895 50.016c-10.946 18.948-11.19 41.943-1.996 64.63 9.193 22.68 27.948 44.62 54.143 59.74.006.004.013.01.02.013h.002c26.206 15.12 54.607 20.388 78.865 17.003 24.26-3.384 44.064-15.096 55.01-34.043l28.89-50.01-16.595-9.576-25.855 45.235-16.227-9.277 25.895-45.3-56.993-32.885-25.662 44.894-16.226-9.275 25.7-44.96-48.847-28.187-25.494 44.598-16.224-9.275 25.53-44.663-15.043-8.68z" fill="#fff"/></svg>
<svg class="tc-image-originals-flashlight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M340.162 18.186c-9.86.138-17.596 2.957-22.69 8.052-9.06 9.058-10.928 26.47-3.318 49.3 7.61 22.832 24.437 49.604 48.57 73.737 24.134 24.134 50.906 40.96 73.737 48.57 22.832 7.61 40.244 5.744 49.302-3.314 6.863-6.862 9.587-18.53 7.2-33.71-1.16 5.313-3.534 10.246-7.442 14.155-5.97 5.968-14.318 8.374-22.776 8.31-8.458-.063-17.446-2.342-26.898-6.234-18.906-7.784-39.76-22.21-59.22-41.673-19.463-19.462-33.89-40.317-41.675-59.223-3.89-9.452-6.17-18.438-6.233-26.896-.01-1.117.03-2.232.11-3.34a78.697 32.79 45 0 0 35.736 55.848 78.697 32.79 45 0 0 78.832 32.46 78.697 32.79 45 0 0-32.46-78.833 78.697 32.79 45 0 0-66.003-37.06c-1.638-.112-3.234-.17-4.77-.147zm-48.767 32.1c-6.988 6.83-13.964 14.17-18.243 20.107-5.328 7.392-11.51 14.412-15.722 21.066-4.212 6.653-6.17 12.26-5.323 17.483 11.187 68.933 82.017 139.763 150.95 150.95 5.223.847 10.83-1.11 17.484-5.323 6.655-4.212 13.675-10.394 21.067-15.722 5.936-4.28 13.276-11.255 20.108-18.243-9.795-.105-20.302-2.133-30.945-5.68-26.306-8.77-54.92-27.068-80.772-52.92-25.853-25.854-44.15-54.47-52.92-80.775-3.548-10.643-5.578-21.15-5.683-30.945zm-47.39 96.247L49.244 359.31c17.678 44.414 59.03 85.767 103.446 103.446l212.777-194.76c-53.32-20.988-100.475-68.143-121.463-121.463zm-16.806 97.6c.597.03 1.22.094 1.87.197 9.537 1.506 17.898 6.978 24.76 13.84 6.862 6.862 12.334 15.223 13.84 24.76.82 5.203-.81 8.604-2.547 12.187-1.736 3.583-4.078 7.227-6.89 11.088-5.626 7.723-13.153 16.222-21.196 24.266-8.043 8.044-16.545 15.573-24.267 21.198-3.862 2.813-7.505 5.155-11.088 6.89-3.583 1.736-6.985 3.37-12.188 2.547-9.536-1.505-17.897-6.977-24.76-13.84-6.862-6.862-12.334-15.222-13.84-24.76-.82-5.202.812-8.604 2.547-12.187 1.737-3.583 4.08-7.226 6.892-11.088 5.625-7.722 13.154-16.224 21.197-24.267s16.542-15.57 24.265-21.195c3.86-2.813 7.505-5.155 11.088-6.89 2.687-1.303 5.272-2.547 8.592-2.74.553-.034 1.126-.036 1.724-.005zm-.936 17.976c.275.043.563.103.86.173.084-.04-.152-.062-.86-.174zm.86.173c-.138.064-1.118.174-2.395.793-2.075 1.005-5.04 2.838-8.337 5.24-6.597 4.805-14.624 11.862-22.137 19.375-3.71 3.71-7.303 7.542-10.572 11.267l29.36 29.36c3.724-3.27 7.556-6.864 11.265-10.573 7.512-7.513 14.57-15.54 19.374-22.137 2.402-3.298 4.235-6.262 5.24-8.336.62-1.276.73-2.256.793-2.393-.927-3.9-4.15-9.512-8.615-13.98-4.467-4.465-10.08-7.687-13.98-8.614zm22.593 22.594c.07.296.13.584.174.86-.11-.71-.134-.945-.173-.86zm-77.192 28.375c-1.24 1.893-2.246 3.595-2.884 4.912-.616 1.272-.73 2.247-.792 2.39.925 3.9 4.147 9.515 8.615 13.983s10.082 7.69 13.982 8.615c.144-.063 1.12-.176 2.39-.793 1.318-.64 3.02-1.644 4.913-2.885l-26.223-26.223zm18.92 29.9c-.09.04.143.06.856.172-.273-.043-.56-.102-.855-.172zm-22.597-22.597c-.07-.295-.13-.582-.172-.856.112.712.132.945.172.855zM35.895 373.893L19.742 391.54c11.654 49.472 51.246 89.064 100.72 100.718l17.645-16.153C94.302 456.21 55.79 417.698 35.895 373.893z"/></svg>
<svg class="tc-image-originals-flat-hammer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M132.813 27.625l29.593 134.125c4.547 3.588 9.68 4.188 18.063 1.97l5.186-1.376 3.813 3.812 84.218 84.188 3.78 3.78-1.343 5.19c-2.42 9.36-1.483 15.047 3.375 19.905l13.53 13.53 97.533-97.563-13.532-13.53c-3.538-3.54-9.39-4.415-19.655-1.438l-5.313 1.53-3.906-3.906-86.187-86.188-1.626-3.28-1.094-3.314V64.376c-.013-.02-.018-.044-.03-.063L132.81 27.626zM310.592 85.5l-14.156 14.188 43.782 43.78 14.186-14.155L310.594 85.5zm120.25 95.844l-159.968 159.97 37.063 37.123 160-160-37.094-37.093zM196.5 199.594l-175 175v87.594l218.813-218.782-43.813-43.812z" fill="#fff"/></svg>
<svg class="tc-image-originals-flat-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M16.076 67.537L144.82 235.373l-45.326 130.8L277.96 341.92l215.024 107.277L364.242 281.36l46.184-130.618-177.946 24.67L16.076 67.537zm149.23 100.42l62.15 13.113c-11.693.526-22.448 3.494-31.317 9.64-9.893 6.852-15.327 17.176-16.605 28.442l-14.23-51.195zm116.85 24.654l54.97 11.6 13.044 46.92c-6.8-12.757-17.554-25.255-31.71-36.583-11.34-9.076-23.714-16.437-36.304-21.936zm-49.168 7.204c5.38.072 11.194.718 17.274 2 18.528 3.91 39.11 13.393 56.52 27.327 17.41 13.934 28.062 29.583 31.566 42.188 3.504 12.606 1.27 20.912-7.63 27.08-8.903 6.168-24.952 8.17-43.48 4.26-18.528-3.91-39.11-13.395-56.52-27.328-17.41-13.934-28.062-29.58-31.566-42.186-3.504-12.605-1.27-20.914 7.63-27.082 5.565-3.855 13.92-6.08 23.927-6.254.75-.013 1.51-.014 2.278-.004zm-42.37 59.207c6.783 10.78 16.37 21.272 28.42 30.916 8.68 6.946 17.966 12.89 27.49 17.765l-45.018-9.497-10.893-39.182zM358.26 280.24l15.072 54.22-55.748-11.765c8.772-1.275 16.852-4.12 23.777-8.92 11.367-7.875 16.85-20.33 16.9-33.535z"/></svg>
<svg class="tc-image-originals-fleshy-mass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M193.24 19.008c-39.99.03-90.725 18.933-136.98 73.293-42.623 50.09-43.956 96.654-26.955 130.233 16.154 31.91 49.733 51.928 83.863 50.05.817-1.036 1.644-2.064 2.49-3.075 1.606-1.92 3.267-3.794 4.973-5.63l9.415-13.358c-11.113-4.64-20.094-11.292-26.785-19.377-10.676-12.9-15.37-29.04-15.246-45.217.244-32.353 18.907-65.897 50.19-81.666 11.97-6.034 24.344-8.83 36.542-9.024 17.343-.273 34.322 4.732 49.28 13.174 6.798-22.15 22.078-39.673 41.333-51.707-2.25-8.447-8.483-16.68-18.71-23.467-12.038-7.987-29.3-13.57-49.574-14.173-1.267-.038-2.546-.056-3.836-.055zm147.996 35.508c-22.5.316-44.8 5.874-62.57 15.996-19.727 11.237-33.782 27.5-38.28 49.093 12.067 9.827 22.26 21.963 29.555 35.385 2.558-3.954 5.64-7.448 9.134-10.39 11.407-9.61 26.41-13.88 41.313-13.82 14.902.062 29.985 4.45 41.77 13.773 8.204 6.49 14.6 15.655 17.564 26.703 16.263-15.822 37.02-23.22 57.08-23.04 4.85.044 9.654.546 14.348 1.462-.035-27.86-9.53-48.44-24.28-63.62-17.65-18.17-43.575-28.536-70.86-30.99-3.41-.306-6.84-.488-10.27-.547-1.5-.024-3.002-.025-4.502-.004zm-165.87 59.28c-9.606.146-19.3 2.388-28.75 7.15-24.218 12.21-39.725 40.084-39.915 65.12-.094 12.52 3.43 24.066 10.956 33.16 7.526 9.095 19.21 16.14 37.235 18.83h.003c39.574 5.908 82.127 9.612 116.025 27.868 33.898 18.255 57.493 52.813 56.3 112.822-.868 43.678 24.482 67.034 59.085 69.498h.002c19.04 1.36 39.016-14.747 46.504-32.055 3.742-8.654 4.214-16.855 1.68-22.807-2.534-5.952-7.93-11.126-20.965-13.76l.024-.12c-6.08-1.215-11.806-3.26-17.07-6.023-16.734-8.785-28.737-24.21-35.093-41.584-6.357-17.372-7.19-36.947-.66-54.644 6.528-17.697 20.85-33.24 42.79-41.17 8.17-2.953 16.144-4.486 23.797-4.805 23.534-.98 44.027 9.512 57.936 25.38 13.79-23.95 7.996-59.225-13.37-77.257h-.003c-24.878-20.997-72.19-18.427-93.607 25.56-3.247 9.45-8.724 17.39-15.586 23.38-10.917 9.528-24.99 14.332-39.108 14.64-14.118.31-28.494-3.886-39.974-13.093-11.48-9.208-19.725-23.583-21.36-41.75 0-.017-.002-.033-.004-.05-4.264-22.568-20.17-45.425-41.107-59.532-13.99-9.43-29.756-15.005-45.765-14.76zM320.31 149.47c-11.18-.045-22.01 3.368-29.197 9.423-7.188 6.054-11.454 14.276-10.258 27.568v.003c1.228 13.645 6.782 22.704 14.44 28.846 7.658 6.14 17.763 9.208 27.873 8.987 10.11-.22 20.013-3.74 27.227-10.037 7.213-6.296 12.077-15.165 12.435-28.06.347-12.515-4.45-20.804-12.27-26.99-7.818-6.184-19.07-9.693-30.25-9.74zm111.083 100.186c-6.72.005-13.922 1.254-21.526 4.002-17.23 6.23-26.834 17.125-31.607 30.063-4.773 12.94-4.285 28.194.678 41.757 4.962 13.562 14.274 25.18 26.23 31.457 11.956 6.277 26.617 7.814 44.85.226 18.36-7.642 28.286-19.104 32.937-31.795 4.65-12.69 3.814-27.015-1.46-39.84-7.91-19.237-24.69-34.61-47.253-35.795-.94-.05-1.89-.074-2.85-.074zm-274.05 7.643c-10.213 6.585-19.498 14.807-27.35 24.196-17.158 20.52-27.33 46.345-26.304 71.936 1.027 25.59 12.765 51.3 41.572 73.33 28.917 22.114 57.135 27.782 82.322 23.398 25.187-4.384 47.588-19.206 63.344-39.63 7.505-9.727 13.508-20.607 17.605-32.128v-.027c1.1-55.318-17.576-80.434-46.476-95.998-27.654-14.893-66.18-19.45-104.715-25.078zm-119.345 6.647c-17.504 21.283-15.83 46.66-4.68 66.543 11.265 20.09 31.345 32.706 51.97 28.002-.116-1.437-.215-2.875-.272-4.31-.89-22.146 5.054-43.816 15.732-63.008-23.247-1.824-45.287-11.65-62.75-27.227zm275.188 147.24c-2.31 3.714-4.8 7.308-7.46 10.758-16.392 21.247-39.18 37.576-65.53 44.557 7.864 17.405 27.497 26.744 48.827 26.312 23.31-.47 46.56-12.385 55.635-39.52-14.386-9.634-25.56-23.998-31.472-42.106z" fill="#fff"/></svg>
<svg class="tc-image-originals-fleur-de-lys tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 24c-31.466 48-62.932 96-62.932 160 0 56.794 37.144 113.568 45.514 148h34.836c8.37-34.432 45.514-91.206 45.514-148 0-64-31.466-112-62.932-160zM98.637 206c-47.2 0-78.664 32-78.664 80 0 32 22.115 63.526 62.93 64-15.732-16 .002-64 31.468-64 31.89 0 56.58 21.916 69.253 46h33.828c-13.744-47.52-49.108-126-118.813-126zm314.726 0c-69.705 0-105.07 78.48-118.814 126h33.827c12.673-24.084 37.362-46 69.252-46 31.465 0 47.2 48 31.466 64 40.816-.474 62.93-32 62.93-64 0-48-31.464-80-78.663-80zM153.076 350c-38.705 0-54.44 16-54.44 48 0 16 15.734 48 47.2 48 35.4 0 61.948-27 73.01-54h-35.682c-4.657 3.57-11.5 6-21.596 6-15.733 0-31.464-32-8.492-48zm37.694 0c.017.064.03.127.048.19-13.29 2.16-12.694 23.343 1.793 23.79v.02H319.39l-.003-.02c14.486-.447 15.083-21.63 1.792-23.79.017-.063.03-.126.048-.19H190.77zm168.154 0c22.972 16 7.24 48-8.492 48-10.096 0-16.94-2.43-21.596-6h-35.682c11.062 27 37.61 54 73.01 54 31.466 0 47.2-32 47.2-48 0-32-15.735-48-54.44-48zm-118.656 42c-15.733 16-15.734 48-31.467 64l31.468-16c0 16 0 32 15.732 48 15.733-16 15.732-32 15.732-48l31.467 16c-15.734-16-15.735-48-31.468-64h-31.464z"/></svg>
<svg class="tc-image-originals-flexible-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M144.938 18.063l8.437 19.187c17.36 39.43 27.86 79.965 32.563 120.313-50.01 4.028-99.724 4.15-144.688 1.656l-21.188-1.19L33.5 174.438c42.232 51.6 93.612 82.498 148.438 110.907-12.137 69.664-39.726 134.1-77.282 185.312L92 487.906l21.25-2.437c99.754-11.457 177.9-51.146 236.688-106.064 33.06 23.513 65.993 52.01 98.093 88.97l15.095 17.374 1.28-22.97c3.558-63.803-8.63-128.11-33.655-187.53 37.76-67.647 57.985-143.224 63.563-214.656l2-25.532-17.97 18.22c-35.647 36.18-86.34 61.284-143.468 78.124-46.935-47.74-104.638-85.32-170.03-106.812l-19.907-6.532zm82.75 65.312c10.37.018 23.587 4.884 39.312 14.47 16.552 11.965 32.193 25.124 46.813 39.31-35.065 8.896-72.027 14.882-109.188 18.626-1.033-8.865-2.353-17.75-3.938-26.624-.003-.02.004-.042 0-.062-.856-30.68 8.666-45.75 27-45.72zm183.062 46.688c30.66-.583 46.988 17.807 38.875 56.343-7.78 22.997-17.28 45.628-28.594 67.47-18.614-38.538-42.71-74.62-71.436-106.75 12.818-4.06 25.32-8.585 37.437-13.564 8.605-2.196 16.553-3.363 23.72-3.5zm-81.313 22.968c33.327 35.83 60.508 77.187 80.282 121.47-9.032 15.405-19.007 30.317-30 44.563-7.257 9.4-15.006 18.48-23.158 27.25-21.106-6.102-43.19-14.988-60.812-23-.074-.034-.144-.06-.22-.094-19.852-11.155-39.46-21.245-58.624-30.908-11.675-5.886-22.84-11.594-34.125-17.343 4.355-30.108 5.87-61.04 4.126-92.283 25.76-7.15 54.416-13.28 78.313-19.25 14.972-2.99 29.75-6.43 44.217-10.406zm-39.843 32.657c-.847-.002-1.68.018-2.5.063-6.556.363-12.224 2.22-16.813 5.125-9.177 5.81-15.155 16.127-15.155 32.063 0 31.87 28.156 70.8 61 82.812 16.422 6.007 29.822 4.435 39-1.375s15.156-16.127 15.156-32.063c0-31.87-28.124-70.767-60.967-82.78-7.185-2.63-13.79-3.828-19.72-3.845zm-101.22 2.532c1.17 26.25-.064 52.25-3.374 77.686-8.285-4.346-16.454-8.732-24.47-13.25-45.842-30.138-18.07-49.58 27.845-64.437zm11.095 106.03c9.662 4.89 19.185 9.8 29 14.75 34.664 17.48 70.195 36.024 105.686 59.625-6.714 6.15-13.702 12.07-20.937 17.78-66.568 32.47-115.528 2.77-118.25-70.78 1.656-7.067 3.155-14.187 4.5-21.375zm219.124 1.53c3.838 9.98 7.273 20.084 10.344 30.283 3.064 27.392-20.972 31.225-51.75 25.312 6.026-6.788 11.806-13.74 17.312-20.875 8.65-11.207 16.628-22.84 24.094-34.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-floating-crystal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M320.94 24.86v55.654l45.31 58.49v66.27l41.24-64.038L320.94 24.86zm-56.706 16.263l-76.77 94.758 87.09 27.778 64.58-29.146-24.81-32.024-50.09-61.365zm-143.074 88.5l-82.674 96.035 82.674 26.858V129.623zm226.403 21.588l-62.307 28.122v238.334l62.176-28.875V234.5l.13-.203V151.21zm-165.907 2.436v237.258l84.912 27.766V180.73l-84.912-27.084zM44.85 247.376l76.31 102.368v-77.58l-76.31-24.79zm331.31 4.413v154.415l82.752-13.533L376.16 251.79zm73.412 161.347L376.16 425.14v46.768l73.412-58.77zm-256.267 1.238l70.93 79.78 70.738-78.973-57.516 26.713-84.152-27.52z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-flower-pot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M267.375 14.688c-17.09 6.94-30.576 17.288-38.75 29.593l-14.813-27.593c-9.017 49.344-12.52 95.085 32 109.563-10.734 36.94-17.187 73.9-20.687 110.813l-20.563-38.344c-2.848-14.713-9.618-30.698-17.343-47l-17.376 74.124c-7.214-22.468-16.496-44.677-28.47-66.47 24.46-43.217 16.134-70.568-31.093-79.28-.515 3.04-.56 9.344-.56 9.344l-19.876-8.75L87.5 100.53l-9.344-4.655c-5.433 42.254-.12 74.946 46.625 72.094 3.705 6.717 7.128 13.47 10.314 20.28L29.22 156.312c31.263 45.247 64.173 82.76 112.53 47.094 10.985 26.656 18.485 53.944 23.75 81.72l-64.78-40.188c12.872 36.068 28.203 67.286 66.936 52.437 1.237 7.446 2.306 14.926 3.28 22.438h18.876c-2.757-21.95-6.533-43.82-11.906-65.5 8.208-4.095 14.35-8.853 18.75-14.188 3.693 11.197 11.61 19.643 26.438 23.594-1.097 18.71-1.506 37.414-1.438 56.092h18.688c-.014-4.07-.003-8.12.03-12.187 41.888-6.813 39.48-42.478 32.407-81.188l-31.967 59.625c.765-23.7 2.492-47.326 5.593-70.906 52.515 5.043 61.144-38.783 65.125-87.78l-61.81 65.843c3.47-20.563 8.06-41.09 14-61.564 37.544 4.596 76.884-35.765 75.28-70l-12.438 7.72c-1.053-11.96-6.674-25.51-17.125-40.69-7.535 5.354-14.003 12.573-19.843 20.44L285.5 31.03l-11.688 14.595c-.32-10.47-2.17-20.77-6.437-30.938zm182.22 99.25c-4.994.008-10.98.86-18.25 2.906-13.336 3.754-27.52 12.25-22.376 37.625-24.488 13.127-45.408 31.122-62.25 53.155h-.19c.03.045.067.08.095.125-.8 1.05-1.593 2.09-2.375 3.156l23.063-76.344c-45.938 31.743-83.94 65.165-45.438 114.75-9.69 21.296-16.536 44.94-20.313 70.5h38.032c24.53-7.376 29.6-36.436 32.187-68.25l-48.155 51.282c6.766-30.55 18.424-57.235 34.406-79.47 36.727 42.145 77.18 14.898 118.033-19.81l-104.594 3.28c13.094-14.284 28.35-26.198 45.56-35.5 11.388 14.74 28.402 14.172 40.595 7.812 25.338-13.216 17.442-27.84 38.28-45.906-20.892 5.264-19.352-19.358-46.31-19.313zM152.936 338.5l26.032 154.594h143.593L348.969 338.5H152.936z" fill="#fff"/></svg>
<svg class="tc-image-originals-flower-twirl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M277.15 15.205C156.242 16.415 55.302 138.49 97.855 259.738c.236-.898.495-1.78.74-2.672 2.014-44.925 29.754-87.052 72.382-111.033C240.472 96.4 349.52 103.243 482.07 207.91 441.497 139.717 395.89 98.6 331.764 64.86c25.326 1.366 52.64 1.44 83.797 6.826-44.575-40.27-92.906-56.936-138.41-56.48zM125.822 52.412c-137.746 41.46-140.07 297.526-7.592 355.668-26.982-5.33-52.944-14.213-75.92-26.867 70.023 139.78 335.9 106.928 329.42-81.266-17.214 37.204-52.435 67.6-97.572 79.705-35.122 9.42-70.577 6.236-100.363-6.76-98.026-39.283-154.31-188.008-47.97-320.48h-.003zm123.96 91.914c-12.187-.084-24.737 1.472-37.323 4.848-67.128 18.003-107.523 80.338-91.952 138.502 7.036 26.283 24.393 47.58 47.498 61.373 17.175 6.946 35.95 9.88 54.303 8.15 50.952-4.81 95.722-48.554 90.434-100.952-3.738-37.02-35.686-69.512-73.648-65.363-26.23 2.867-49.247 25.63-46.123 52.295 2.097 17.902 17.716 33.58 35.705 31.297h.002c11.602-1.472 21.745-11.662 20.197-23.002-.194-1.424-.618-2.803-1.21-4.096-2.036 2.385-4.785 4.204-8.044 5.077-8.567 2.296-17.376-2.79-19.672-11.357-2.294-8.568 2.79-17.373 11.36-19.668.49-.132.984-.235 1.477-.32l-.002-.01c.044-.007.087-.01.13-.016h.005c17.875-2.566 32.265 11.716 34.47 27.86h-.003c3.123 22.877-15.39 41.404-36.358 44.064-29.462 3.737-53.413-20.335-56.614-47.656-4.464-38.11 26.966-69.14 62.65-73.042 3.085-.337 6.134-.493 9.14-.478 45.104.222 80.722 38.92 85.126 82.54 4.628 45.855-21.593 85.602-59.184 106.435 65.427-18.976 104.47-80.37 89.12-137.714-12.652-47.26-58.668-78.407-111.485-78.77zm79.74 5.326c23.968 16.104 42.048 39.66 49.798 68.612.908 3.39 1.65 6.79 2.243 10.187 26.737 85.357-5.167 199.845-63.8 261.392C379.27 473.715 425.278 417.11 441.6 353.756c12.557 44.178 15.743 89.788 7.02 128.187 93.862-152.582 29.32-296.865-119.097-332.29z"/></svg>
<svg class="tc-image-originals-flowers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M86.838 20.422c-29.217.373-53.398 25.41-42.61 70.22l40.24 11.413c5.147-13.795 16.636-25.02 31.854-29.1 1.185-.318 2.372-.572 3.56-.793l1.897-40.46c-11.212-7.76-23.464-11.427-34.942-11.28zm87.732 1.793c-10.123-.103-21.806 3.615-34.21 12.252l-1.784 38.02c14.74 3.29 27.496 13.587 33.428 28.107l32.348-11.844c14.85-35.758-1.285-66.247-29.782-66.535zm230.28 1.06c-9.608-.095-19.477 4.95-16.297 15.592 6.02 20.145 23.767 16.734 31.03-.336 4.222-9.92-5.126-15.16-14.733-15.255zm-112.23 5.65c-12.452-.145-24.19 11.893-12.89 35.548-34.188-.71-21.3 46.873 4.36 33.504-13.39 41.327 40.743 47.828 33.523 4.898 32.285 20.344 46.882-12.12 14.662-27.3 42.23-9.177 7.444-59.05-19.806-23.93-.05-15.122-10.166-22.606-19.85-22.72zm10.288 39.202c6.265 0 11.344 5.08 11.344 11.344 0 6.267-5.08 11.344-11.344 11.344-6.264 0-11.344-5.077-11.344-11.343 0-6.265 5.08-11.343 11.344-11.343zm138.072 1.31c-17.36-.108-28.32 22.492 6.075 35.823l-.004.008c-18.252 24.743 32.73 47.3 24.47 5.435 42.727-1.302 17.174-56.758-8.06-26.582-6.68-10.547-15.15-14.64-22.48-14.684zM128.088 90.02c-.41.01-.822.027-1.234.052-1.885.118-3.79.426-5.692.936-15.215 4.08-24.107 19.483-20.03 34.705 4.075 15.222 19.466 24.11 34.68 20.03 15.217-4.08 24.11-19.484 20.034-34.706-3.455-12.903-15.042-21.255-27.758-21.016zm84.387 15.658l-37.004 13.55c-.232 11.523-4.734 22.48-12.33 30.836l28.235 28.803c43.737 3.567 62.383-49.22 21.1-73.19zm-178.65 1.437c-36.192 29.177 5.828 104.825 44.183 91.903l23.504-42.207c-8.744-6.122-15.474-15.21-18.434-26.263-.883-3.298-1.378-6.612-1.533-9.897l-47.72-13.535zm367.232 20.658c-14.982.243-31.716 9.85-46.463 32.012l11.44 49.283c1.507-.025 3.012.008 4.51.116 12.477.893 24.467 6.36 33.335 15.656l39.413-27.71c5.398-39.892-14.834-68.726-40.793-69.35-.48-.012-.96-.014-1.443-.007zm79.183 28.122c-21.017.598-22.312 18.624-7.705 30.058 16.984 13.293 29.913-30.692 7.705-30.058zM314.877 159.4c-40.034.352-74.266 32.268-43.348 88.356l46.115.19c3.172-13.074 11.44-24.89 23.94-32.11 2.002-1.156 4.054-2.15 6.138-3.004l-11.774-50.71c-6.993-1.883-14.12-2.783-21.073-2.722zm-166.996 1.795c-2.3 1.045-4.71 1.923-7.228 2.598-7.404 1.985-14.89 2.053-21.933.533l-22.21 39.877c35.416 42.364 66.968 18.707 77.86-15.988l-26.49-27.02zm297.983 56.973l-31.8 22.355c4.872 11.832 4.94 24.766.876 36.31l35.98 21.247c51.595-7.404 55.444-71.524-5.057-79.912zm-78.888 9.484c-5.438.02-10.96 1.43-16.043 4.368-15.496 8.95-20.735 28.5-11.79 43.998 8.946 15.498 28.483 20.733 43.98 11.783 15.497-8.95 20.733-28.498 11.788-43.997-5.59-9.687-15.318-15.364-25.61-16.074-.773-.055-1.55-.08-2.325-.078zM81.39 239.082c-34.73.54-57.755 31.94-33.27 81.633l53.17 16.71c7.688-13.977 21.333-24.253 37.46-27.37l-2.902-48.74C117.66 245.77 98.163 238.82 81.39 239.08zm113.98 2.797c-13.108.22-27.65 6.908-40.624 22.427l2.707 45.406c13.364 2.09 25.15 9.077 33.457 19.057l39.21-22.13c15.072-35.715-6.503-65.235-34.75-64.76zm73.062 24.552c-30.79 56.358 24.864 96.28 68.175 80.716l11.317-40.136c-10.167-4.104-19.092-11.474-24.967-21.653-3.428-5.94-5.506-12.304-6.344-18.73l-48.18-.198zm137.193 26.603c-3.642 4.265-8.043 7.995-13.158 10.95-8.234 4.755-17.277 6.922-26.18 6.77l-12.023 42.638c33.61 37.99 90.653 1.21 86.574-39.563l-35.213-20.795zm-170.875 32.45l-34.51 19.478c2.117 5.8 3.276 12.05 3.276 18.56 0 10.603-3.078 20.513-8.368 28.903l30.182 31.656c67.613-28.103 48.493-74.875 9.42-98.596zm-85.697 2.26c-19.868 0-35.776 15.91-35.776 35.778 0 19.87 15.907 35.776 35.776 35.776 19.868 0 35.773-15.908 35.773-35.777 0-19.87-15.905-35.777-35.773-35.777zm-106.885 10.69c-36.703 38.242-22.952 115.13 44 109.487l25.93-44.485c-10.75-9.963-17.51-24.18-17.51-39.914 0-2.857.227-5.664.656-8.406l-53.076-16.68zm426.023 21.948c-15.52.168-41.495 23.15-13.82 29.03-3.312 37.943 49.157 5.48 23.064-14.036 2-11.068-2.69-15.065-9.243-14.994zM348.964 384.8c-7.97.042-16.24 7.06-19.36 25.384-23.89-30.674-58.175 4.596-20.525 26.834-47.55 24.345 2.655 56.935 21.938 27.476 4.25 49.467 60.75 18.172 29.115-10.816 40.15 6.587 40.073-32.17.952-30.975 13.618-18.657 1.166-37.97-12.12-37.902zm-166.365 21.542c-9.263 7.28-20.913 11.644-33.545 11.644-7.538 0-14.727-1.55-21.27-4.347L98.807 463.35c21.65 51.43 121.512 27.185 120.416-20.534l-.97.924-35.655-37.4zm156.406 20.738c6.264 0 11.344 5.08 11.344 11.344 0 6.266-5.08 11.346-11.344 11.346-6.265 0-11.344-5.08-11.344-11.346s5.08-11.344 11.344-11.344zm108.107 7.03c-12.226-.44-16.166 20.116 6.423 32.91-21.557 28.787 29.408 50.67 23.77 6.822 36.732 6.987 9.592-36.157-8.47-20.707h-.003c-7.8-13.584-15.747-18.808-21.72-19.024z" fill="#fff"/></svg>
<svg class="tc-image-originals-fluffy-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M225.438 18.156c-15.105.14-32.56 2.526-52.407 7.844-35.26 9.45-65.035 28.973-88.374 54.844-17.668 13.755-36.98 46.39-51.437 85.97-16.415 55.046-16.447 120.304-2.157 188.155C34.84 372.91 44.14 385.08 57.5 392.093c13.36 7.01 31.353 8.776 52.688 3.062 13.473-3.608 23.028-12.44 28.812-22.75 5.784-10.31 7.226-22.05 5.313-29.187-4.335-16.17-19.078-25.202-32.313-21.658-9.02 2.417-13.433 10.27-13.5 16.97-.034 3.35.976 6.065 2.75 7.968 1.774 1.903 4.493 3.497 10 3.594l-.344 18.687c-9.57-.168-17.87-3.693-23.312-9.53s-7.856-13.482-7.78-20.906c.148-14.85 10.064-30.185 27.342-34.813 24.03-6.434 48.515 9.84 55.22 34.845 3.605 13.45.802 29.11-7.095 43.188-7.896 14.077-21.48 26.63-40.25 31.656-4.174 1.117-8.282 1.972-12.343 2.624 98.875 90.13 248.893 110.83 349.344 9.72 18.164-18.283 31.29-40.735 38.595-65.127.02-.063.044-.124.063-.187 9.94-40.298 4.91-84.342-17.5-123.156-44.153-76.474-142.198-106.276-193.094-78.28-57.27 23.11-71.688 56.892-76.625 81.874-21.635 61.008 4.65 135.55 67.686 156.375 43.724 14.443 97.45-5.348 111.656-51.25 9.364-30.262-4.29-66.992-35.437-75.532-9.543-2.616-20.58-1.58-29.438 2.658-8.858 4.237-15.41 11.2-17.78 21.093-1.297 5.42-.55 11.935 1.906 16.814 2.455 4.88 5.99 8.01 11.25 8.97 1.883.342 4.31-.074 6.28-.845-2.017-.512-3.482-1.562-4.343-2.345-1.39-1.288-3.168-3.693-3.656-6.563-.78-4.998 2.214-9.82 5.03-11.906 2.818-2.086 5.51-2.925 8.845-2.906 6.21.034 11.453 3.97 14.03 8.125 2.577 4.154 3.51 8.625 2.97 13.28v.033c-.982 8.283-6.386 14.75-12.533 18.187-6.146 3.438-13.153 4.556-19.968 3.313-11.435-2.087-20.017-9.842-24.595-18.938-4.578-9.096-5.78-19.644-3.406-29.563 3.774-15.756 14.824-27.336 27.905-33.593 13.08-6.257 28.324-7.683 42.438-3.813 42.675 11.702 60.497 59.787 48.343 99.064-17.637 56.99-82.493 80.936-135.375 63.47-68.184-22.526-99.163-97.1-84.28-163.44-18.918-16.436-34.28-39.526-40.47-62.624-14.74-55.014 32.67-114.382 82.19-130.563 42.26-13.775 79.575 5.404 60.124 39.094 33.446-28.243 15.37-79.8-57.406-79.124z" fill="#fff"/></svg>
<svg class="tc-image-originals-fluffy-flame tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M92.043 24.678c-2.944.002-5.89.177-8.828.535C36.212 30.937 9.05 81.023 22.537 137.08c3.273 13.606 8.647 26.307 15.57 37.668-.006-.09-.007-.177-.013-.266 1.35 2.25 2.966 4.417 4.85 6.438 11.252 12.063 27.762 13.945 36.796 4.672 9.034-9.273 7.16-26.484-4.09-38.547-1.41 7.565-7.797 13.434-15.77 13.434-8.998 0-16.35-7.356-16.35-16.355 0-1.885.26-3.35.824-4.92C54 117.51 73.796 100.763 98.912 96.082c30.028-5.596 59.188 7.624 75.38 31.316 4.616 13.202 6.077 24.766 5.616 35.514-.84 19.612-8.37 37.303-17.142 57.244-12.184 27.692-26.016 59.814-22.526 104.215 1.285 57.826 31.464 113.704 84.887 145.392 82.36 48.853 188.73 21.7 237.592-60.64 48.86-82.338 21.713-188.687-60.648-237.54-13.1-7.77-26.807-13.61-40.795-17.617 45.042 34.597 60.388 96.118 36.68 147.875-.532-4.287-1.34-8.593-2.44-12.897-13.92-54.505-68.97-88.07-123.476-74.158-8.882 2.263-16.897 6.52-24.515 10.807 35.86-5.066 70.14 16.573 79.31 52.47 9.83 38.507-13.138 77.213-51.657 87.04-9.925 2.535-19.965 2.87-29.563 1.326-7.373-2.62-14.602-5.98-21.586-10.123-14.722-8.732-26.925-20.077-36.413-33.076-16.793-32.11-20.372-62.952-8.217-94.378l-.035-.014.508-1.154c8.797-19.996 17.684-40.13 18.707-63.97.397-9.248-.45-18.94-2.855-29.228-.53-5.94-1.51-12-2.987-18.136-12.644-52.555-56.53-91.7-100.695-91.672zm282.39 57.53c-28.528-.353-54.46 19.41-67.154 61.7 30.764-33.286 128.965-6.368 182.1 96.524C476.72 139.258 421.974 82.794 374.43 82.207z"/></svg>
<svg class="tc-image-originals-fluffy-swirl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M306.72 22.688c-87.212.763-181.58 53.14-238.19 140.406-.944 1.46-1.677 3.068-2.593 4.53.455-.397.86-.917 1.313-1.31-40.253 56.984-35.183 136.503 15.813 187.5 54.553 54.552 141.745 56.65 199.093 6.78-4.676 6.576-9.916 13.137-15.812 19.03-57 57-149.53 57-206.53 0-17.814-17.81-30.103-38.73-36.783-61.312 2.928 65.605 34.97 122.74 93.907 151.97 103.593 51.374 250.2-2.8 326.875-121C510.904 245.856 502.47 127.374 429.938 65c-10.36-8.91-22.206-16.483-35.156-22.906-25.897-12.844-54.454-19.11-83.905-19.407-1.38-.013-2.772-.012-4.156 0zm1.06 62.406c47.14-.705 82.63 23.414 90.376 58.906v.03c1.417 6.492 1.806 13.565 1.344 21.032-3.682 59.742-68.786 126.655-145.438 149.563-.945.282-1.872.422-2.812.688l.938-.47c-37.843 12.718-74.086-.708-84.438-33.624-7.03-22.36-.468-48.544 15.25-70.408-1.695 7.2-.05 13.91 5.344 18.375 10.643 8.816 31.83 5.575 47.312-7.25 15.483-12.824 19.394-30.37 8.75-39.187-6.294-5.214-16.287-6.21-26.594-3.5.178-.103.353-.21.532-.313-.755.257-1.52.54-2.28.813-.344.123-.69.217-1.033.344-2.682.876-5.37 1.984-8 3.344-.656.307-1.315.61-1.968.937-42.374 21.24-83.226 68.335-71.656 105.125 3.616 11.497 10.213 20.614 19.094 27.094-30.253-10.44-48.35-34.526-46.563-68.53 3.682-70.837 83.193-133.31 159.844-156.22 14.673-4.385 28.802-6.553 42-6.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-fluffy-wing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M160.53 20.906c-22.075.207-39.973 9.138-54.218 23.782C89.507 61.962 78.3 87.6 74.876 115.624c-6.847 56.05 16.55 119.953 82.094 146.625l-7.032 17.313c-64.128-26.096-93.275-84.757-94.782-141-17.36 10.866-27.608 27.05-32.343 46.437-5.728 23.448-2.727 51.54 7.906 77.844 21.264 52.61 71.37 96.856 138.436 87.594l2.563 18.53c-48.795 6.74-90.183-11.576-119.907-41.03-8.152 16.216-7.504 32.264-.657 48.312 8.472 19.854 27.498 39.252 52.875 53.594 47.085 26.61 114.8 35.554 173.19 5.094-5.43-20.99-2.652-45.074 11.342-69.313 22.71-39.332 60.78-49.83 88.375-38.688 13.798 5.572 25.08 16.555 29.875 31.157 4.796 14.6 2.836 32.303-7.375 50.312-11.8 20.81-34.144 27.877-51.25 22.22-8.552-2.83-16.22-9.437-18.875-18.876-2.653-9.44-.142-20.366 7.063-31.313l15.594 10.282c-5.238 7.955-5.5 13.08-4.69 15.967.813 2.888 2.84 4.895 6.75 6.188 7.822 2.587 21.483-.152 29.158-13.688 8.188-14.44 8.82-26.183 5.843-35.25-2.976-9.066-9.846-15.954-19.092-19.687-18.493-7.467-46.14-2.273-65.188 30.72-14.024 24.29-14.373 45.376-6.72 63.436l2.814 4.375c-.197.13-.397.25-.594.376.256.497.513 1.008.78 1.5 1.945 3.565 4.218 7.007 6.814 10.28.1.13.21.25.312.377.395.49.81.984 1.22 1.468 11.508 13.657 28.358 24.378 47.312 30.283 24.26 7.557 51.596 7.146 74.843-3.75 23.248-10.897 42.935-31.972 52.69-68.375 3.323-12.406 5.08-23.776 5.5-34.313.01-.418.023-.832.03-1.25.087-5.1-.088-10.246-.563-15.406-.037-.407-.084-.814-.125-1.22-.032-.27-.06-.544-.093-.813-3.295-25.79-15.823-46.16-34.345-64.437-29.635-29.24-75.698-51.638-122.75-74.125-47.052-22.487-95.112-45.1-128.875-77.656-31.683-30.553-49.926-71.185-40.313-124.814-.72-.01-1.444-.006-2.156 0z" fill-rule="evenodd" fill="#fff"/></svg>
<svg class="tc-image-originals-flying-dagger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M133.53 10.47c51.747 30.872 96.318 71.166 131.94 119.093C199.33 72.05 115.217 33.942 19.22 21.406c12.584 96.38 50.948 180.807 108.843 247.063-47.45-35.09-87.475-78.907-118.313-129.783v31.219C65.264 272.953 147.488 356.6 249.28 413.812 159.164 375.9 78.843 322.91 10.813 257.375l-.468 38.125C134.828 408.824 300.18 479.697 493.75 494.688c-14.992-193.573-85.27-358.92-198.594-483.407l-41.812.44c64.677 66.753 117.25 145.417 155.28 233.624-57.55-99.84-140.81-180.403-242.937-234.875H133.53zm22.22 149.5c36.29 16.732 71.624 40.59 103.97 68.343l60.717-60.157 34.47 34.438-37.376 23.375c58.01 69.636 105.07 147.97 134.908 230.686-82.466-29.758-160.62-76.55-230.094-134.312l-23.938 36.78-35.062-34.468 60.75-60.72c-27.75-32.335-51.607-67.668-68.344-103.967z" fill="#fff"/></svg>
<svg class="tc-image-originals-flying-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M356.688 19.188c-6.83-.032-12.837.64-18.125 1.843-24.178 5.495-36.437 21.983-50.938 41.157-14.5 19.175-31.317 40.993-62.78 47.47C195.08 115.78 154.27 108.253 91.25 78.5c-10.013 44.88-33.406 128.62-60.906 178.656 60.093 28.5 97.245 34.926 121 30.875.01 0 .02.004.03 0 21.59-5.827 34.487-20.094 47.876-43.092 17.014-29.227 32.563-72.198 60.25-123.188l16.406 8.938c-16.69 30.735-28.802 58.617-40 82.937 8.552-6.512 18.633-11.77 31.063-14.594 27.71-6.296 65.053-.495 121.655 24.75-6.932-29.276-1.885-61.913 9.875-92.218 12.686-32.69 33.038-62.907 56.28-84.03-42.595-19.553-73.152-27.554-95.124-28.282-1.01-.033-1.993-.058-2.97-.063zm127.54 14.144c-.858-.025-1.752.062-2.664.266-4.378.977-8.94 4.424-12.084 11.097L289.53 497.31h23.61L490.972 49.368c3.475-10.153-.75-15.86-6.746-16.035z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-flying-fox tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M46.244 18l170.172 72.932 7.586 18.982L242.18 155.4l26.775 11.487-4.412 49.513c3.896-2.256 7.913-4.446 12.102-6.49l.685-.334.733-.215a38.637 38.637 0 0 1 5.28-1.15l3.018-33.858 21.488 9.216 64.54-25.793L494 209.895v-19.583L352.756 129.78c10.44-5.566 17.607-16.574 17.607-29.145 0-18.12-14.88-33-33-33-8.92 0-17.05 3.61-23.01 9.433 0-.145.01-.288.01-.433 0-18.12-14.88-33-33-33-18.12 0-33 14.88-33 33 0 3.096.443 6.093 1.254 8.94L91.937 18H46.245zm235.12 43.635c8.39 0 15 6.61 15 15s-6.61 15-15 15c-8.392 0-15-6.61-15-15s6.608-15 15-15zm56 24c8.39 0 15 6.61 15 15s-6.61 15-15 15c-8.392 0-15-6.61-15-15s6.608-15 15-15zm-32.99 14.566c0 .146-.01.29-.01.435 0 3.096.442 6.093 1.253 8.94l-8.86-3.796a33.383 33.383 0 0 0 7.618-5.58zm-55.595 23.212l77.7 33.328-18.388 7.348-51.965-22.29-7.348-18.386zm-88.813 44.465c-1.564.03-3.078.278-4.53.736-5.804 1.835-10.49 6.994-13.12 15.508-2.627 8.515-2.697 19.943.974 31.56 3.672 11.617 10.297 20.93 17.34 26.386 7.045 5.457 13.845 6.983 19.65 5.15 5.804-1.836 10.49-6.993 13.118-15.507 2.63-8.515 2.7-19.943-.972-31.56-3.672-11.617-10.296-20.927-17.34-26.384-5.283-4.093-10.428-5.977-15.12-5.89zm128.265 57.992c-1.4.004-2.946.266-4.543.68-16.685 8.293-31.973 20.153-49.28 29.423-17.458 9.35-37.674 15.72-61.853 10.865-11.962-1.176-16.464 4.17-17.71 9.943-1.218 5.632.82 12.564 11.155 16.76 55.347 5.065 101.237-31.265 126.685-52.144.002 0 0-.002.002-.003 4.028-3.38 5.42-6.192 5.8-7.913.38-1.72.105-2.63-.76-3.83-1.296-1.8-4.77-3.796-9.498-3.78zm-115.675 40.968c.095.01.18.01.277.02l-.883-.137c.204.043.404.077.607.118zm104.746 9.178c-5.806 4.074-12.11 8.176-18.862 12.086 4.013 9.28 7.354 19.894 9.945 31.99 1.61.113 3.294.26 4.955.398l3.963-44.474zm-34.82 20.457c-20.36 9.566-43.922 16.344-69.917 15.54 2.902 4.44 6.194 8.82 9.725 13.038 5.8 6.925 12.3 13.454 18.59 19.218 7.647-1.047 19.705-4.422 30-9.143 6.385-2.927 12.267-6.335 16.405-9.57a29.504 29.504 0 0 0 3.274-2.98c-2.216-10.03-4.95-18.662-8.078-26.102zm17.345 42.033c-.493.404-.95.832-1.457 1.228-5.738 4.487-12.654 8.39-19.985 11.752-6.59 3.022-13.37 5.63-19.96 7.563 5.682 4.404 9.88 7.312 11.093 8.052 8.19 5.004 20.968 8.01 34.627 9.54 3.935-12.394.912-24.61-4.317-38.136zm19.342.512c4.085 12.243 6.466 25.26 3.312 38.824 2.596.06 5.167.077 7.684.05 21.71-.245 39.418-2.925 39.418-2.925l14.576-2.213-4.693 13.976c-7.496 22.323-10.164 38.087-17.156 59.038l55.614 24.933 9.418-18.973-39.594-16.97 4.678-8.667c3.575-6.625 9.348-20.202 13.79-33.983 3.962-12.288 6.61-24.973 6.827-32.623-.047-.03-.026-.033-.076-.062-1.7-1.004-4.682-2.357-8.45-3.71-7.535-2.71-18.256-5.546-30.214-8.087-17.38-3.692-37.464-6.792-55.133-8.607zm32.142 55.933c-5.626.428-12.035.78-18.986.905l-26.097 43.653 35.194 11.67 1.342-3.64a265.75 265.75 0 0 0 4.83-14.364l-14.076-5.15 17.793-33.073z"/></svg>
<svg class="tc-image-originals-foam tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M118.125 18.285c-50.616 0-91.848 41.234-91.848 91.85 0 16.783 4.538 32.53 12.444 46.09-2.017 6.705-3.103 13.82-3.103 21.203 0 31.782 20.04 58.905 48.158 69.44-5.863 6.96-9.414 15.922-9.414 25.67 0 11.727 5.138 22.323 13.267 29.657-36.275 7.53-63.67 39.773-63.67 78.23 0 44.01 35.88 79.89 79.893 79.89 16.252 0 31.387-4.903 44.025-13.292 13.485 18.495 35.304 30.53 59.928 30.53 33.308 0 61.144-22.157 70.482-52.414.16-.083.323-.16.483-.244 22.43-2.07 43.35-9.045 61.685-19.955 10.443 15.996 27.664 27.192 47.527 29.44-.067 1.042-.113 2.09-.113 3.147 0 26.61 21.773 48.38 48.383 48.38 26.61 0 48.383-21.77 48.383-48.38 0-19.492-11.69-36.377-28.4-44.02 2.197-5.482 3.677-11.32 4.314-17.405 15.134-13.576 24.666-33.272 24.666-55.188 0-15.132-4.552-29.203-12.346-40.937 16.048-11.97 26.48-31.09 26.48-52.563 0-29.132-19.203-53.93-45.587-62.412 1.016-4.86 1.558-9.9 1.558-15.076 0-4.87-.485-9.624-1.382-14.233 8.977-8.883 14.562-21.19 14.562-34.74 0-26.915-22.02-48.937-48.937-48.937-9.968 0-19.263 3.025-27.02 8.197-5.598-14.962-20.073-25.705-36.913-25.705-21.643 0-39.39 17.746-39.39 39.39 0 10.1 3.865 19.347 10.185 26.342-9.428 10.497-15.918 23.71-18.18 38.326-13.648-4.188-28.03-6.576-43.045-6.576-6.49 0-12.86.38-19.13 1.197-.972-30.35-20.245-56.103-47.122-66.638-15.555-28.71-45.962-48.265-80.82-48.265zm0 18.69c7.544 0 14.814 1.134 21.652 3.238-1.293-.11-2.598-.178-3.92-.178-25.298 0-45.804 20.505-45.804 45.803s20.506 45.805 45.804 45.805c25.3 0 45.805-20.507 45.805-45.805 0-6.236-1.25-12.176-3.508-17.594 8.273 11.855 13.133 26.283 13.133 41.89 0 40.517-32.645 73.16-73.162 73.16s-73.16-32.643-73.16-73.16c0-40.515 32.643-73.16 73.16-73.16zm237.502 16.22c.9 0 1.784.062 2.652.17-5.003 1.46-8.66 6.072-8.66 11.545 0 6.646 5.387 12.033 12.032 12.033 6.646 0 12.034-5.387 12.034-12.033 0-.45-.03-.894-.08-1.332 1.726 3.03 2.722 6.542 2.722 10.32 0 11.545-9.158 20.702-20.7 20.702-11.546 0-20.702-9.158-20.702-20.702 0-11.544 9.157-20.703 20.7-20.703zm63.934 17.508c3.39 0 6.637.554 9.67 1.563-9.974.273-17.978 8.425-17.978 18.464 0 10.212 8.276 18.49 18.488 18.49 10.064 0 18.233-8.043 18.47-18.05 1.032 3.064 1.6 6.352 1.6 9.783 0 16.818-13.434 30.248-30.25 30.248-16.817 0-30.248-13.43-30.248-30.247s13.433-30.25 30.25-30.25zm-95.078 88.19c3.62 0 7.13.426 10.502 1.21-15.534.07-28.107 12.68-28.107 28.23 0 15.596 12.643 28.237 28.238 28.237 15.596 0 28.237-12.64 28.237-28.236 0-4.11-.885-8.01-2.463-11.53 5.914 7.717 9.428 17.387 9.428 27.925 0 25.424-20.41 45.834-45.836 45.834-25.425 0-45.836-20.41-45.836-45.835 0-25.427 20.41-45.837 45.836-45.837zm109.32 21.668c1.165 0 2.317.057 3.462.14-10.243 5.013-17.3 15.533-17.3 27.706 0 17.03 13.805 30.836 30.835 30.836 13.4 0 24.8-8.552 29.052-20.494.52 2.808.804 5.7.804 8.666 0 25.988-20.867 46.854-46.855 46.854-25.987 0-46.855-20.866-46.855-46.854 0-25.987 20.868-46.853 46.856-46.853zM230.03 241.41c.642 0 1.282.012 1.92.026-26.22 6.906-45.556 30.77-45.556 59.158 0 33.79 27.39 61.18 61.182 61.18 33.79 0 61.18-27.39 61.18-61.18 0-4.832-.578-9.525-1.637-14.033 7.13 12.744 11.194 27.45 11.194 43.13 0 48.87-39.414 88.285-88.283 88.285-48.868 0-88.284-39.415-88.284-88.284 0-48.867 39.416-88.282 88.285-88.282zm-115.692 9.84c3.25 0 6.312.71 9.05 1.98-.377-.036-.757-.058-1.144-.058-6.776 0-12.27 5.492-12.27 12.268 0 6.775 5.494 12.267 12.27 12.267 6.71 0 12.15-5.387 12.258-12.07.726 2.16 1.125 4.478 1.125 6.902 0 11.87-9.422 21.29-21.29 21.29-11.87 0-21.29-9.422-21.29-21.29 0-11.87 9.422-21.29 21.29-21.29zm-10.49 67.973c5.03 0 9.91.615 14.582 1.75-.343-.01-.683-.03-1.028-.03-23.42 0-42.406 18.986-42.406 42.406 0 23.42 18.986 42.406 42.406 42.406 10.767 0 20.59-4.02 28.07-10.63 3.814 4.918 8.044 9.5 12.643 13.685-10.198 19.537-30.616 32.82-54.267 32.82-33.913 0-61.204-27.29-61.204-61.203 0-33.913 27.29-61.203 61.204-61.203zm291.513 3.186c2.17 0 4.3.158 6.387.44-12.363 3.926-21.322 15.492-21.322 29.156 0 16.895 13.696 30.59 30.592 30.59 14.714 0 26.997-10.39 29.923-24.233.826 3.496 1.276 7.143 1.276 10.902 0 7.137-1.584 13.883-4.406 19.922-.52-.017-1.04-.04-1.564-.04-18.91 0-35.365 11-43.313 26.91-24.85-1.25-44.43-21.618-44.43-46.792 0-25.988 20.868-46.856 46.856-46.856zm40.887 85.428c1.986 0 3.92.196 5.793.56-7.416 1.746-12.94 8.388-12.94 16.336 0 9.28 7.52 16.8 16.797 16.8 9.28 0 16.8-7.52 16.8-16.8 0-.294-.03-.58-.046-.873 2.1 4.084 3.29 8.726 3.29 13.67 0 16.51-13.184 29.694-29.694 29.694-16.51 0-29.693-13.183-29.693-29.693s13.183-29.693 29.693-29.693z" fill="#fff"/></svg>
<svg class="tc-image-originals-focused-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.594 18.125V104.5l210.094 181.78-84.97 178.22 230.938-92.188-39.875 117.032 94.47-35.813 67.594 44.533-34.594-106.344-59.75 27.5 76.75-168.25-198.03 99.093 76.5-122.75L238.186 18.125H121.813L312.406 244.72 218.47 393.75l58.28-142.813L43.72 18.125H19.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-folded-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M210.28 18.344c-21.362 43.312-84.904 72.3-146.968 101.78L181.22 156.94 54.312 142.5c28.592 58.053 71.69 113.348 120.968 157.75l99.314 29.906L179 323.312c-35.158 32.766-95.2 70.74-161.5 91.782 88.447 40.53 161.28 46.956 280.344 77.25C378.36 453.12 415.57 425.644 470.094 382l-149.25-42.438 147.47 18.938c-49.763-45.25-89.572-102.69-115.47-161.438L227.53 165.125l141.064 13.594c55.096-20.42 85.08-49.28 124.53-102.282-97.707-20.988-177.93-45.69-282.843-58.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-food-chain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M316.5 70.25c-.72 6.95-1.734 13.736-3 20.344 12.315 10.112 23.644 22.72 33.375 38.53-12.47-9.09-25.16-14.98-38.28-18.405-1.58 5.215-3.355 10.31-5.376 15.25 8.883 4.326 17.547 9.732 25.874 16.436-11.392-1.21-22.253-1.648-32.844-1.72-2.29 4.25-4.795 8.353-7.5 12.345 37.188 5.378 74.36 17.742 111.03 37.376-.772-36.935-26.11-81.666-83.28-120.156zM15.47 93.125c8.837 10.885 16.473 22.046 22.686 33.53 23.477 5.784 47.696 16.287 72.03 34-21.74-6.466-41.183-7.49-59.5-4.436 2.955 9.607 4.9 19.456 5.752 29.56l28.406 8.126-28.125 11c-.637 12.014-2.822 24.396-6.69 37.188 10.02 2.278 20.572 2.518 31.97.28-13.162 9.942-26.297 16.16-39.22 19.657-3.955 9.28-8.777 18.785-14.53 28.5 55.874-11.275 92.37-27.547 113.47-46.03-6.286-3.173-12.748-6.244-19.407-9.25-8.642-3.9-15.25-8.45-19.72-14.375-4.47-5.925-6.265-13.815-4.343-20.75 3.844-13.87 17.296-22.617 35.78-29.53 6.17-2.31 12.36-4.42 18.564-6.345-22.876-33.16-75.31-61.603-137.125-71.125zm231.155 74.438c-49.666-.092-99.264 12.687-145.938 37.562 10.067 4.313 19.585 8.538 28.626 12.75.233.11.446.204.687.313 39.04 18.24 69.042 36.415 94.75 61.75l24.03-12.438 8.595 16.594L234 296.188c9.052 8.52 19.78 14.486 31.688 18.625-18.848 2.345-37.715 1.337-56.563-5.72l-22.438 11.626c31.974 17.63 71.257 20.563 97.25 5.28l9.47 16.094c-6.117 3.596-12.608 6.41-19.376 8.47 7.396 15.617 18.3 31.395 32.75 48.092 35.162 40.627 80.495 48.148 99.064 3.875-14.172 10.394-39.122 9.802-51.313 1.19-25.038-17.697-11.577-52.194 2.5-78.126 11.844-21.817 42-34.654 57.908-25.47 12.553 7.248 15.24 24.905 8.437 42.532 16.457-9.064 33.79-9.677 43.53.78 7.308 7.84 8.207 19.94 4.158 32.252 46.384-47.552 5.884-114.95-47.625-149.032-55.533-39.73-116.22-58.982-176.813-59.094zm145.563 63.75c.45-.02.892-.012 1.343 0 3.284.084 6.583.962 9.626 2.718 9.737 5.623 13.092 18.074 7.47 27.814-5.623 9.737-18.077 13.06-27.813 7.437-9.737-5.62-13.09-18.074-7.47-27.81 3.624-6.277 10.1-9.886 16.844-10.157zm68.187 163.875c-8.3 25.18-29.67 34.388-52.344 42l41.158 6.406c2.32 32.026 10.377 48.196 39.53 43.53 11.6-26.25.588-45.847-26.562-55.25l-1.78-36.687z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-foot-plaster tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M43.12 18l13.946 121.818c51.795 18.367 110.16 2.117 146.756-11.197L197.552 18H43.12zm178.394 104.672l1.033 18.232-6.18 2.334C178.31 157.604 109 180.324 45.412 154.78l-4.976-1.997-2.743-23.94-.05.04c-6.823 5.494-11.255 11.322-13.114 15.88-1.65 4.042-1.544 6.487-.364 8.725 24.097 21.185 79.74 25.714 129.445 18.842 25.163-3.48 48.764-9.534 65.656-16.334 8.445-3.4 15.213-7.032 19.425-10.205 3.857-2.903 4.75-4.973 4.876-5.1-.33-3.84-3.246-8.01-11.12-12.725-3.074-1.842-6.764-3.617-10.932-5.293zm18.752 43.37c-4.28 2.34-9.043 4.543-14.28 6.65-18.806 7.573-43.477 13.814-69.91 17.468-19.318 2.67-39.59 4.136-59.11 3.467-16.87 13.56-39.095 27.05-60.882 34.435 2.138 18.11 3.646 37.887 4.168 61.16 82.547-24.995 136.176-62.393 199.572-97.058.148-8.782.297-17.082.442-26.12zm-211.95 12.054c1.935 10.436 3.735 20.875 5.338 31.71 11.99-4.484 24.688-11.25 36.102-18.7-15.194-2.408-29.33-6.563-41.44-13.01zm211.157 34.816c-60.008 33.52-115.123 70.45-199.02 95.018-.002 17.76-.527 37.457-1.707 59.765l-.047.87-.212.84c-2.055 8.21-3.527 15.688-4.494 22.507.302-.104.58-.194.893-.307 6.485-2.336 15.45-6.38 25.804-11.572 20.71-10.383 47.118-25.36 73.25-40.974 26.135-15.614 52.034-31.88 71.888-44.88 9.927-6.5 18.352-12.19 24.48-16.532 3.065-2.17 5.56-4.008 7.317-5.382.336-.263.575-.482.865-.73.314-19.22.645-38.997.983-58.624zm-1.336 81.223c-6.08 4.244-13.64 9.338-22.448 15.105-12.728 8.334-27.848 17.95-43.917 27.88 25.2 20.31 54.754 32.147 84.836 45.835 15.352-14.047 37.583-23.992 67.956-27.767-27.123-8.056-53.87-16.52-80.562-25.03l-6.354-2.025.088-6.668c.122-9.2.26-18.256.4-27.33zm-82.565 52.904c-4.114 2.495-8.247 4.99-12.398 7.47-11.33 6.77-22.687 13.397-33.682 19.636 12 33.453 38.326 66.337 61.53 93.85 17.01.247 34.857.683 53.11 1.936 3.28.225 6.505.386 9.694.505-6.277-24.386-4.454-51.29 10.47-73.283-29.89-13.406-61.288-26.33-88.724-50.115zm195.815 24.474c-44.467.338-71.494 12.427-86.37 28.416-18.025 19.375-20.142 46.255-12.476 70.617 4.113-.11 8.137-.306 12.077-.584-1.25-5.176-2.09-11.09-2.328-17.43-.52-13.83 1.628-29.78 10.57-42.78l.25-.362.285-.335c10.372-12.303 26.925-18.544 45.57-22.323 18.645-3.78 39.776-4.836 60.164-4.453.84.015 1.668.05 2.505.07-.425-2.54-.735-4.752-1.158-6.48-.34-1.393-.703-2.385-1.065-3.14-10.02-.885-19.366-1.282-28.025-1.216zM93.555 383.05c-8.76 4.8-17.12 9.227-24.795 13.075-10.71 5.37-20.082 9.643-27.774 12.414-3.03 1.09-5.78 1.947-8.408 2.54.058 10.436 1.71 18.686 4.547 25.078 5.88 13.254 16.68 20.465 33.914 25.156 19.31 5.257 45.883 5.99 76.206 6.373-20.3-24.53-41.888-53.246-53.69-84.636zm277.9 17.157c-17.14.01-34.337 1.212-48.914 4.166-16.43 3.33-29.083 9.153-35.075 16.01-5.437 8.188-7.605 20.41-7.19 31.474.21 5.62 1.035 10.896 2.096 14.936.46 1.75 1.034 3.146 1.538 4.324 3.578.465 6.97.89 10.244 1.29l9.026-10.958s9.738 8.013 22.345 16.124c12.608 8.11 28.636 15.7 36.723 16.01 7.663.292 20.613-6.435 30.707-14.285 4.964-3.862 9.23-7.732 12.31-10.69-2.514-3.37-5.95-7.78-10.02-12.376-8.338-9.415-19.717-18.643-25.766-20.04-18.542-4.276-31.368-.657-31.368-.657l-4.792-17.35s9.855-2.68 24.352-1.812c4.832.29 10.182.973 15.853 2.28 6.73 1.553 12.768 4.925 18.24 9.122L388.5 410.8c2.918-.56 5.838-.842 8.736-.87 8.925-.09 17.646 2.23 25.5 6.23 5.592-5.686 12.22-8.89 18.79-9.976-2.917-.537-6.13-1.074-9.618-1.588-14.625-2.158-33.607-3.954-53.117-4.32-2.438-.047-4.886-.07-7.335-.07zm100.176 15.908c4.142 3.49 7.597 7.442 10.32 11.28 3.63 5.117 4.5 10.938 3.99 16.4 1.502-2.272 2.808-5.056 3.464-7.695.92-3.696.55-6.74-.367-8.37-3.055-5.438-9.574-9.522-17.406-11.615zm-26.716 7.106c-2.454-.023-4.805.856-7.44 3.333 3.722 3.502 6.993 7.41 9.67 11.582 4.22 6.577 6.55 14.585 6.106 22.498 4.017-1.784 7.18-3.608 8.553-5.117 2.28-2.508 4.705-6.78 5.69-10.49.987-3.708.513-6.174-.225-7.215-3.778-5.324-10.985-11.623-17.06-13.546-1.9-.6-3.62-1.027-5.294-1.043zm-48.863 4.833c-1.196.027-2.37.135-3.515.322 6.054 4.776 11.404 10.53 16.184 15.926 9.258 10.455 15.774 20.25 15.774 20.25l3.822 5.737c2.072-1.158 3.61-2.305 4.387-3.35 2.667-3.58 2.452-14.158-.707-19.082-6.828-10.642-21.86-19.522-34.74-19.802-.404-.01-.806-.01-1.205 0z"/></svg>
<svg class="tc-image-originals-foot-trip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.184 20.438V85.28c59.784 30.143 127.947 55.057 210.533 74.077-31.71-36.525-60.99-68.18-89.227-96.8 6.367 12.655 11.006 27.283 14.395 44.904-53.547-19.78-84.892-48.78-116.98-87.022h-18.72zm267.673.246c-22.315 31.524-48.202 61.03-75.712 89.248 16.454 18.16 33.494 37.59 51.363 58.64l17.558 20.682-26.57-5.484c-33.474-6.91-64.738-14.737-94.137-23.436-26.238 24.524-52.843 48.348-78.362 71.99l.34-.045c2.687 19.993 14 43.568 30.77 62.896 16.767 19.328 38.787 34.328 62.01 39.037l5.933 1.203 1.327 5.908c8.72 38.83 40.225 72.713 81.742 93.37 38.61 19.21 85.43 26.714 128.683 16.986-2.273-10.32-7.216-20.79-14.424-29.133-31.11-33.678-56.284-72.403-74.218-113.858-28.463-2.496-46.867 8.613-71.127 25.195l-10.545-15.43c22.512-15.387 44.72-28.565 74.05-28.744-2.307-6.2-4.458-12.45-6.44-18.745-26.75-9.675-47.364-3.717-75.018 5.998l-6.195-17.63c18.554-6.52 36.657-11.973 55.955-11.724 7.425.095 15.028 1.043 22.9 3.09 2.322-3.465 4.734-6.903 7.23-10.31-18.026-14.307-38.087-17.633-58.665-18.124l.445-18.682c22.394.535 47.575 4.742 69.678 22.074 8.265-10.045 17.24-19.77 26.74-29.13-15.804-17.233-31.818-36.77-48.746-59.553l-14.615-19.67 24 4.945c37.017 7.626 69.67 15.866 99.21 24.832 33.186-23.086 68.577-41.592 101.955-53.67V20.684H285.857zm27.303 125.37c10.444 13.26 20.557 25.25 30.55 36.257l-.224-.128 93.29 121.527-12.57-50.4c20.554 14.263 42.67 27.353 67.788 41.01v-43.08c-40.85-13.435-65.915-26.845-98.795-65.527 22.163-.41 41.016.42 57.75 2.324-38.986-15.8-83.21-29.64-137.79-41.984zM64.22 247.043c-8.06 7.607-15.976 15.208-23.695 22.82 8.767 29.856 31.006 68.292 66.934 88.683l32.05-16.92c-16.164-8.44-30.58-20.443-42.518-34.203-15.8-18.212-27.433-39.442-32.77-60.38zm75.462 94.675l3.107 10.934c16.594 58.413 65.493 102.965 124.8 125.227 33.94 12.74 71.068 18.028 107.03 14.583 10.16-2.584 15.664-11.107 17.17-21.865-47.083 9.794-96.675 1.386-137.995-19.172-43.536-21.66-78.302-57.094-90.18-100.385-8.315-2.186-16.317-5.36-23.933-9.32z" fill="#fff"/></svg>
<svg class="tc-image-originals-footprint tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.625 18.375c-11.817-.153-23.918 8.608-29.375 22.438-6.716 17.02-.85 35.28 13.094 40.78 13.943 5.502 30.69-3.822 37.406-20.843 6.716-17.02.85-35.28-13.094-40.78-2.614-1.033-5.304-1.56-8.03-1.595zm74.75 15.938c-10.97.006-22.743 6.024-30.78 16.874-12.25 16.534-11.2 38.06 2.342 48.094 13.544 10.035 34.44 4.754 46.688-11.78 12.25-16.534 11.2-38.06-2.344-48.094-4.654-3.45-10.16-5.097-15.905-5.093zm67.25 37.53c-10.336-.127-21.542 4.263-30.47 12.907-15.87 15.368-18.525 38.344-5.936 51.344 12.587 13 35.66 11.086 51.53-4.28 15.87-15.37 18.526-38.345 5.938-51.345-5.508-5.69-13.024-8.527-21.063-8.626zm-156.438 32.063c-22.51-.28-44.378 6.893-63.5 24C107.65 182.513 48.192 261.012 28.28 386.97 5.023 534.1 186.257 507.523 168.313 428.936c-22.922-100.387 34.13-141.11 108-124.156 32.838 7.54 66.54-4.9 86-40.436 23.402-42.733-7.428-106.817-62.875-139.625-21.61-12.79-44.74-20.534-67.25-20.814zM449.438 134c-10.52.022-21.654 2.82-32.093 8.625-27.837 15.48-40.15 46.51-27.47 69.313 12.682 22.802 45.54 28.73 73.376 13.25 27.837-15.48 40.118-46.51 27.438-69.313-7.926-14.252-23.717-21.91-41.25-21.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-footsteps tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M145.454 182.99c16.485-8.948 34.84 9.218 46.38 32.816.153 12.414 4.804 23.314 10.484 32.06l-22.083 20.402c-29.716-13.468-59.267-63.634-39.823-81.6a25.137 25.137 0 0 1 5.054-3.667zm64.64 74.46l-22.486 20.76c27.48 48.827 65.94-.32 22.485-20.76zm87.67 113.92a25.136 25.136 0 0 0-5.054 3.668c-19.444 17.965 10.106 68.13 39.823 81.598l22.083-20.402c-5.68-8.746-10.32-19.645-10.486-32.06-11.538-23.597-29.893-41.763-46.38-32.816zm64.64 74.462l-22.487 20.757c27.48 48.804 65.942-.332 22.474-20.758zM297.23 207.9c-14.674 11.68-5.112 35.667 12.095 55.502 11.36 4.994 19.586 13.527 25.42 22.166l27.433-12.367c-.805-32.616-35.444-79.41-59.575-68.52a25.136 25.136 0 0 0-5.35 3.218zm43.315 88.58c1.846 47.988 62.107 31.763 27.88-12.593zm-206.7-263.423c-11.314 14.957 3.893 35.774 25.443 50.768 12.25 2.012 22.332 8.284 30.12 15.172l23.478-18.78c-8.816-31.398-53.977-68.19-74.65-51.623a25.136 25.136 0 0 0-4.392 4.438zm63.905 75.064c13.68 46.036 68.048 15.385 23.894-19.112l-23.882 19.112z"/></svg>
<svg class="tc-image-originals-forearm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M470.92 53.162c21.738 76.755-126.736 189.16-213.57 251.49 4.21 19.66 2.796 37.915 0 55.825 20.223 32.576.83 44.814 2.76 82.5-1.05 13.887-23.797 12.58-28.066-8.576 4.852-31.07-2.95-57.924-15.472-54.243l-31.933 43.23-47.61 67.04c-5.897 5.975-27.768 1.664-22.4-12.69l39.123-71.307-3.784-2.538-74.42 79c-6.056 6.26-26.28-7.956-19.953-16.503l69.72-74.202-3.783-1.925-66.576 44.227c-7.596 5.33-22.805-10.34-12.628-17.663l63.976-50.98-43.874 22.025c-6.156 2.1-12.68-10.355-5.976-13.335l50.997-32.6c26.468-21.393 58.785-57.834 94.072-65.2 55.417-83.656 104.97-167.018 175.057-253.61 26.274-13.577 86.7 8.58 94.34 30.035z"/></svg>
<svg class="tc-image-originals-forest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M169.92 15.654c-10.512 16.697-22.392 34.058-41.688 50.473.46.447.934.89 1.405 1.336l23.55-.406-3.527 10.7c-.505 1.53-1.065 3.048-1.678 4.552 2.803 1.945 5.745 3.875 8.872 5.788l25.052 15.33-45.99-.793c-1.954 2.474-4.06 4.9-6.305 7.275 8.8 11.517 22.045 22.713 38.675 32.766l-12.404-.365-.015 5.678c8.53 6.358 17.792 12.448 27.162 18.48 18.11-11.568 31.79-24.5 39.51-37.616l-57.353.99 25.052-15.33c8.97-5.488 16.525-11.115 23.082-16.867-5.098-5.475-9-10.962-11.257-16.69l-4.04-10.246 29.742-1.823C205.14 54.41 182.44 38.31 169.92 15.654zm234.605 13.223c-6.537 12.962-13.88 29.016-23.638 44.63 10.927 18.367 24.428 35.997 46.773 52.382l20.42 14.97-52.51-1.085c6.956 12.136 19.936 26.858 34.58 40.047 19.157 17.254 40.928 32.572 53.907 39.914l11.34 6.418c.005-4.163.005-7.382.015-13.972-17.176-11.938-29.767-25.795-36.322-42.2l-4.115-10.298 43.605-2.58c-9.91-4.358-19.747-8.263-28.723-12.06-8.498-3.594-16.23-7.107-22.724-11.23-6.495-4.122-12.102-8.954-14.858-15.943l-3.93-9.962 36.077-3.178c-24.245-20.226-47.223-48.756-59.897-75.853zM84.027 34.62c-12.52 22.656-35.22 38.757-57.843 53.234l29.738 1.822-4.037 10.244c-4.78 12.125-16.815 24.123-33.182 36.873-.295 11.21-.392 17.66-.385 17.732.005.044.19 1.1.29 3.127.038.742.04 3.177.066 4.358l13.828.797-.004.55-3.906 9.778c-1.18 2.955-2.498 6.07-4.16 9.232l11.525-7.05c37.376-22.87 50.42-48.163 67.395-74.833l-.233 6.366 4.474-1.875c-1.277-2.702-2.382-5.452-3.305-8.25l-3.528-10.7 26.582.46C107.068 69.66 94.836 51.787 84.027 34.618zM263.06 61.036c-10.808 17.168-23.04 35.04-43.314 51.86l26.582-.458-3.527 10.7c-6.657 20.188-22.772 37.89-44.874 52.91l17.916 11.573 18.273.688-4.127 10.5c-2.305 5.863-5.355 11.4-9.01 16.65l8.737-6.19c17.913-12.69 36.773-27.495 51.8-41.534 10.026-9.365 17.978-18.52 23.083-25.914l-50.537-3.715 16.5-12.773c10.37-8.027 20.973-15.94 30.924-24.178-15.49-11.246-29.53-24.024-38.423-40.12zm93.07.68c-12.76 26.805-36.227 46.04-59.107 63.506l31.39 2.306-3.194 9.726c-4.503 13.7-16.983 27.412-32.783 42.172-10.794 10.083-23.245 20.29-35.896 29.926l49.278 3.494-3.26 9.78c-11.273 33.806-46.845 56.924-75.816 75.597 13.487 8.056 27.67 15.44 39.813 22.318 68.34 18.82 147.594 6.972 200.924-16-13.19-7.554-23.844-14.547-32.748-23.006-11.805-11.216-20.072-24.96-26.377-44.183l-3.017-9.208 51.97-6.61c-11.874-8.21-25.17-18.39-37.867-29.825-20.11-18.113-38.394-38.003-43.915-58.067L372.68 123.3l27.867.577c-21.174-20.07-33.542-41.485-44.416-62.16zM108.78 121.84c-10.807 17.168-23.038 35.04-43.313 51.86l26.582-.456-3.53 10.697c-8.24 24.998-30.974 46.186-61.625 63.185l52.94 1.99-4.126 10.496c-11.05 28.11-29.76 52.974-61.038 71.585 73.885 22.566 156.574 31.568 231.582-3.572-12.908-7.055-26.9-14.653-40.33-23.56-18.07-11.983-34.525-25.736-41.71-43.713l-4.116-10.3 48.4-2.864c-11.828-7.625-23.415-15.48-33.557-23.383-16.245-12.663-29.06-24.086-34.02-36.664l-4.04-10.247 29.74-1.823c-22.62-14.476-45.318-30.576-57.84-53.23zM68.26 189.656l-49.016.844c-.168.218-.32.44-.492.656-.276 21.495-.448 33.384-.502 42.38 23.342-13.057 40.863-28.338 50.01-43.88zm105.674 12.403c3.27 2.968 6.883 6.035 10.845 9.124 3.52 2.743 7.266 5.524 11.14 8.308 5.44-5.177 10.084-10.545 13.692-16.092l-35.678-1.34zm41.658 20.428c-1.87 2.225-3.865 4.388-5.947 6.504 9.277 6.192 18.952 12.242 28.38 17.815l17.645 10.427c11.34-9.42 21.135-19.423 27.215-29.972l-67.293-4.774zm279.803 10.334l-68.383 8.698c4.666 11.45 10.047 19.75 17.28 26.992l-.21-9.6c17.455-.996 34.705-3.352 51.4-7.363-.065-7.174-.084-12.42-.087-18.728zm-243.96 27.852l-66.394 3.928c3.903 5.187 9.085 10.326 15.097 15.314 6.417 1.284 12.905 2.463 19.455 3.504 10.638-7.12 21.72-14.713 31.842-22.746zm-219.744 2.64l-.29 35.618c10.746-10.37 18.692-21.97 24.83-34.694l-24.54-.924zm413.947 66.534c-14.262 4.577-29.517 8.396-45.38 11.222l5.55 132.18h42.978l-3.148-143.402zm-181.83 7.002c-2.663 1.404-5.337 2.75-8.018 4.046l-.927 114.274h52.682l-2.426-110.496c-13.946-1.552-27.788-4.123-41.313-7.824zm120.54 6.693c-15.085 1.992-30.582 3.05-46.18 2.994l-.386 139.742h52.56l-5.994-142.737zm-353.38 9.146l-.924 114.04H74.31l1.975-104.398c-15.362-2.464-30.51-5.75-45.318-9.643zm174.72 6.27c-11.576 2.87-23.226 4.935-34.898 6.284l3.915 66.195h33.065l-2.084-72.48zm-113.443 5.628l-2.508 132.56 72.692-2.287-7.584-128.21c-20.97 1.29-41.936.424-62.6-2.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-forward-field tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.5 22.406c-129.203 0-233.938 104.734-233.938 233.938 0 45.56 13.034 88.074 35.563 124.03-11.252-26.148-17.5-54.945-17.5-85.218 0-119.205 96.64-215.844 215.844-215.844s215.843 96.637 215.843 215.844c0 30.397-6.318 59.298-17.657 85.53 22.654-36.024 35.78-78.644 35.78-124.342C489.44 127.138 384.704 22.406 255.5 22.406zm-.03 90.22l-67.72 198.093-27.094-7.533v-63.03H141.97v57.812l-56.095-15.595V479.03l72.656-76.78 37.657 29 13.875 60.563h90.844l13.875-60.594 37.626-28.97 72.656 76.78V282.376L368.97 297.97v-57.814h-18.69v63.03l-27.092 7.533-67.72-198.095zm0 124.436c16.905.022 33.81 32.695 33.81 97.938h-67.624c0-65.33 16.906-97.96 33.813-97.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-forward-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M71.683 379.582c-68.196-68.225-68.196-178.94 0-247.16 68.225-68.202 178.95-68.202 247.174 0 20.782 20.798 35.22 45.538 43.34 71.797h41.432v-22.185c0-10.53 6.103-13.057 13.58-5.645l68.635 67.962c7.492 7.412 7.492 19.453 0 26.865l-68.64 67.962c-7.494 7.404-13.576 4.87-13.576-5.675v-22.148h-42.573c-8.303 24.923-22.375 48.378-42.2 68.225-68.225 68.196-178.95 68.196-247.174 0zm137.443 5.77v-45.647h-27.128v45.646h27.128zm-94.513-27.917l32.27-32.29-19.177-19.17-32.276 32.29 19.183 19.17zm161.89 0l19.17-19.183-32.277-32.276-19.168 19.168 32.276 32.29zM241.41 302.28c25.47-25.44 25.47-66.77 0-92.22-25.442-25.448-66.773-25.448-92.22 0-25.45 25.45-25.45 66.78 0 92.22 25.447 25.464 66.778 25.464 92.22 0zm-128.243-31.406V243.76h-45.64v27.114h45.64zm210.4 0V243.76h-45.64v27.114h45.64zm-195.86-62.215l19.16-19.17-32.27-32.29-19.167 19.168 32.276 32.29zm135.69 0l32.275-32.3-19.176-19.168-32.283 32.284 19.183 19.183zm-54.293-33.738v-45.646H181.99v45.646h27.114z"/></svg>
<svg class="tc-image-originals-fossil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M337.268 21.412L97.643 43.66 17.125 159.672l30.592 194.662.25.088L60.9 439.168l166.438 56.05 119.598-10.36 127.832-60.915 5.377-84.605 7.605-85.133-10.02-31.236-35.45-10.642.548-96.982.276-.328-.872-2.717-104.964-90.888zM221.338 58.39c27.232.292 53.762 7.89 75.67 21.313 26.706 16.363 46.742 41.84 51.01 73.23 2.406 17.697-1.08 35.415-9.15 51.063 24.128 7.656 41.976 13.968 55.943 25.027 16.303 12.91 25.883 31.77 34.08 62.31l1.483 5.534-4.256 3.834c-35.05 31.564-81.466 52.728-131.297 58.57-51.316 6.02-103.156-5.577-144.302-30.446-41.147-24.87-71.802-63.446-78.82-110.922C60.755 143.87 116.99 68.67 203.38 59.264c4.17-.454 8.342-.732 12.503-.836 1.82-.046 3.64-.06 5.455-.04zm-.215 18.702c-1.592-.02-3.186-.01-4.78.027-3.648.086-7.298.325-10.94.722-20.212 2.2-38.422 8.412-54.114 17.515 4.263 22.597 19.14 36.716 41.003 46.123 9.088-7.047 20.425-11.79 33.28-12.925h.003c1.504-.133 3.006-.202 4.504-.225-.274-17.968 4.715-33.666 11.166-49.455-6.608-1.082-13.345-1.7-20.123-1.783zm38.535 6.13c-7.05 16.748-11.816 30.916-10.82 47.737 5.064 1.534 9.877 3.708 14.264 6.487 5.04 3.194 9.55 7.294 13.09 12.127l48.736-11.43c-6.917-17.315-20.272-31.837-37.684-42.505-8.4-5.148-17.72-9.33-27.586-12.417zM134.906 106.62c-33.29 26.87-50.667 68.3-44.72 108.548v.002c.183 1.24.39 2.472.61 3.7 28.092 10.36 52.05 12.284 85.534-3.616-3.505-6.465-5.89-13.582-6.828-21.24-1.658-13.547 1.935-27.047 9.443-38.258-20.607-10.497-37.12-26.62-44.04-49.137zm289.108 31.18l-.39 68.927-45.843-13.76 46.234-55.168zm-193.323 9.216c-1.16.003-2.32.054-3.473.156-.523.046-1.033.114-1.547.176l14.02 20.65c8.896-1.71 18.57.49 25.402 6.56.172-1.28.212-2.564.078-3.826-.75-7.038-5.032-13.038-12.072-17.5-5.28-3.346-12.004-5.54-18.932-6.084-1.155-.09-2.315-.135-3.475-.132zm-23.323 6.644c-13.68 8.462-21.077 23.678-19.314 38.082v.002c.393 3.216 1.172 6.306 2.27 9.27l28.066-11.325c.303-4.362 1.994-8.657 5.05-12.356l-16.073-23.674zm122.217 2.588l-46.068 10.805c.085.564.177 1.125.238 1.7.645 6.055-.246 12.067-2.377 17.55l34.928 18.935c10.45-14.344 15.387-31.86 13.28-48.99zm-59.127 45.393c-.254.215-.518.416-.777.624-1.303 2.125-3 4.114-5.096 5.88-2.283 1.923-4.854 3.426-7.588 4.518l-2.793 24.46c1.878-.047 3.758-.13 5.63-.317 17.064-1.695 31.717-8.165 43.165-17.522l-32.54-17.642zm-45.07 5.38l-24.764 9.992c3.253 3.334 7.042 6.348 11.293 8.994 6.95 4.326 15.077 7.51 23.678 9.353l2.45-21.467c-4.424-1.106-8.586-3.194-12.02-6.272-.218-.196-.427-.4-.637-.6zm102.855 13.234c-15.41 18.853-38.614 32.373-66.562 35.148-.73.073-1.46.116-2.192.172 8.186 18.072 10.37 32.67 6.744 46.588-3.447 13.235-11.147 24.704-21.238 38.715 15.69 1.695 31.723 1.702 47.65-.166 43.894-5.146 84.95-23.416 116.46-50.16-7.193-24.805-14.51-37.858-25.895-46.874-11.237-8.897-28.577-15.043-54.968-23.422zm-140.53 10.22c-33.997 16.75-62.925 17.738-90.94 9.962 11.302 29.815 33.998 54.615 63.412 72.392 19.095 11.54 40.97 20 64.074 24.785 12.61-17.636 21.18-29.762 23.888-40.162 2.844-10.915 1.06-22.145-9.806-42.554-13.078-1.858-25.54-6.326-36.3-13.023-5.22-3.25-10.053-7.073-14.327-11.398zm272.32 130.657l-3.22 50.667-97.4 46.414 14.133-62.933 86.488-34.146zm-392.083.352l143.605 50.743 6.398 60.113-140.297-47.246-9.707-63.61zm285.304 38.854l-14.936 66.51-101.224 8.77-6.54-61.454 122.7-13.826z" fill="#fff"/></svg>
<svg class="tc-image-originals-fountain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M288.875 16.594c-23.342 22.17-40.225 48.12-50.5 77.906-9.354-18.433-21.854-35.043-37.438-49.844 9.606 23.365 16.495 48.275 19.688 73.78-21.13-23.87-50.358-37.07-87.344-40 20.613 12.106 38.503 27.737 51.5 46.658-41.81-13.675-85.358-15.232-130.874-5.344 28.394 2.768 55.846 8.35 81.28 17.438-37.564 4.487-74.492 15.51-110.56 34.093 39.224-6.523 78.482-7.64 115.655-3.593-49.523 25.295-90.26 62.703-122.124 112.25 28.508-23.452 59.035-43.244 90.656-58.03-24.99 43.303-38.51 91.956-41.062 145.218 11.335-30.223 25.73-59.34 42.47-85.188-7.78 41.418-6.463 84.636 3.124 128.782 5.07-52.127 18.546-101.855 40.5-144.564.826 32.724 6.57 65.49 17.937 98.625-.928-47.574 9.546-96.23 29.69-136.405 51.69-62.853 50.093 218.18-49.814 265.25H371.47c-100.415-47.31-102.88-309.304-65-265.438 20.203 40.213 30.742 88.945 29.81 136.594 11.368-33.135 17.08-65.9 17.908-98.624 21.953 42.71 35.43 92.437 40.5 144.563 9.587-44.147 10.903-87.365 3.125-128.783 16.74 25.847 31.134 54.965 42.468 85.188-2.552-53.262-16.07-101.915-41.06-145.22 31.62 14.788 62.147 34.58 90.655 58.032-31.864-49.547-72.6-86.955-122.125-112.25 37.173-4.046 76.43-2.93 115.656 3.594-36.07-18.58-72.996-29.605-110.562-34.093 25.435-9.088 52.887-14.67 81.28-17.437-45.515-9.888-89.062-8.33-130.874 5.344 12.998-18.92 30.888-34.552 51.5-46.656-26.998 2.137-49.872 9.727-68.47 22.968 19.373-25.332 42.246-47.79 67.064-66.937-40.257 9.683-75.303 28.49-104.97 56.686 3.657-25.754 10.774-50.903 20.5-74.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-fountain-pen tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18 20.813v124.062c29.144 25.523 57.37 49.464 84.375 71.563 5.023-1.894 14.962-7.8 25.688-16.188 11.8-9.23 25.18-21.31 37.875-34.03 12.693-12.724 24.73-26.115 33.906-37.876 8.405-10.775 14.297-20.736 16.094-25.563-21.434-26.277-44.613-53.706-69.313-81.968H18zm211.03 98.156c-3.632 6.475-8.583 13.33-14.468 20.874-9.812 12.578-22.258 26.385-35.406 39.562-13.147 13.178-26.967 25.687-39.594 35.563-7.574 5.923-14.48 10.928-21.03 14.593 8.046 6.48 16.013 12.785 23.812 18.906l-.47-1.75c3.795-1.018 13.79-6.738 24.595-15.19 10.804-8.45 23.076-19.55 34.718-31.218 11.64-11.668 22.69-23.948 31.093-34.718 8.055-10.325 13.58-19.86 14.876-23.813-5.867-7.486-11.93-15.095-18.125-22.81zm31 39.436c-3.33 5.84-7.777 11.954-13.03 18.688-9.04 11.587-20.498 24.314-32.594 36.437-12.095 12.125-24.805 23.622-36.437 32.72-7.382 5.773-14.058 10.626-20.44 14.063 7.35 5.662 14.597 11.165 21.69 16.468 4.76-2.366 12.16-6.993 20-13.124 10.512-8.222 22.447-19.016 33.78-30.375 11.333-11.357 22.075-23.3 30.25-33.78 6.05-7.755 10.62-15.072 12.97-19.75-5.22-6.982-10.627-14.106-16.19-21.344zm26.658 40.813c-2.536 3.743-5.462 7.644-8.688 11.78-8.812 11.296-19.964 23.687-31.75 35.5-11.786 11.813-24.192 23.006-35.53 31.875-4.06 3.174-7.9 6.046-11.595 8.563l94.28 141.28c43.757-7.75 105.398 16.894 158.595 66.063l14.438-14.436L347.094 360.5c-11.034 5.484-24.775 3.663-33.97-5.53-11.517-11.52-11.517-30.202 0-41.72 11.52-11.518 30.202-11.518 41.72 0 9.218 9.218 11.038 23.014 5.5 34.063l119.312 119.312 14.47-14.47c-49.17-53.196-73.847-114.806-66.095-158.56L286.69 199.218z" fill="#fff"/></svg>
<svg class="tc-image-originals-fox-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M141.22 16.563c3.515 67.68 1 131.198-4.126 193.78l-23.625-12.312 14.374 41.595L66.5 215.47l53.03 54.093-41.28 2.78c30.542 19.568 68.55 32.376 90.72 59.532 27.797 39.67 43.262 79.654 44.75 155.625 22.76 10.636 51.078 10.06 71.593 0 4.882-78.093 15.104-113.097 43.03-154.78.038-.056.09-.102.126-.158 22.083-27.63 60.45-40.486 91.25-60.218l-41.25-2.78 53-54.095-61.314 24.155 14.375-41.594-22.25 11.626c-10.843-61.14-19.04-122.3-16.436-183.437-28.406 44.014-51.705 99.365-63.78 150.5l-18.19-4.282c3.06-12.948 6.76-26.1 11.063-39.25-17.632-2.987-35.196-3.496-52.812-1.125 4.92 12.803 9.39 26.1 13.28 40l-18 5.03C200.25 115.816 171.18 66.398 141.22 16.564zm46.75 244.375c9.412-.07 19.09 5.25 28.718 15.25 18.017 18.714 14.723 47.67-.907 70.53 2.77-40.466-15.15-63.874-51.905-72.5 7.7-8.95 15.788-13.218 24.094-13.28zm126.593 0c7.47.056 14.662 3.535 21.375 10.75l-.688 3.25c-35.184 9.16-53.046 32.384-51.938 71.78-14.707-22.86-16.835-51.816 1.938-70.53 10.03-10 19.902-15.32 29.313-15.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-fox-tail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M144.734 22.04c-5.61-.035-11.163.12-16.634.456-43.77 2.7-82.904 17.003-103.862 44.996-7.506 10.027-5.682 23.91 2.95 31.42 8.635 7.51 23.004 8.053 36.234-.52 22.84-14.805 47.933-9.572 64.27 6.172 16.34 15.745 23.736 41.453 7.54 71.145-19.17 35.143-32.716 96.153-20.146 156.526 12.57 60.374 52.968 119.76 139.728 145.772 33.476 10.036 78.825 16.75 121.645 7.666 44.507-8.788 95.85-34.758 106.892-63.11-9.25 8.885-19.44 15.14-30.202 19.79 18.306-20.92 31.735-49.732 36.79-88.174l2.53-19.24-16.322 10.496c-10.503 6.755-20.585 13.403-30.093 18.396 2.638-5.872 5.038-13.22 7.73-22.777-11.097 15.19-23.73 25.355-38.598 31.472-9.234-.503-18.353-4.867-29.21-16.097-11.358-11.747-18.12-32.095-22.463-57.666-4.344-25.572-6.46-55.927-10.668-86.877-8.42-61.902-25.912-127.873-89.74-161.035-36.955-19.2-79.092-28.577-118.372-28.813zm-.123 18.01c36.462.255 76.11 9.065 110.197 26.774 56.393 29.3 71.994 87.14 80.203 147.488 4.104 30.175 6.186 60.554 10.758 87.465 1.316 7.753 2.835 15.242 4.693 22.385-15.448.04-27.254-8.307-41.704-24.717 7.385 30.41 11.99 36.534 25.705 55.55-28.22-8.235-60.64-34.74-80.95-64.063-3.274 40.047 20.223 71.574 33.275 83.93-25.176-14.196-60.713-41.536-84.623-88.655-1.016 41.426 11.93 87.732 36.45 116.465-34.515-11.536-64.97-99.472-85.42-127.633-13.04 33.217-2.948 89.085 16.072 130.122-19.628-22.838-30.887-49.375-36.555-76.596-11.524-55.342 1.75-113.847 18.325-144.238 19.55-35.842 10.915-71.75-10.85-92.726-21.768-20.976-56.854-27.564-86.554-8.315-8.56 5.55-12.688 3.732-14.626 2.045-1.94-1.687-2.76-3.84-.356-7.053 16.106-21.514 50.135-35.324 90.56-37.817 5.052-.312 10.195-.45 15.403-.414z" fill="#fff"/></svg>
<svg class="tc-image-originals-fragmented-meteor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M21.89 14.13L219.02 248.454l-168.37-153.8 166.03 190.222-52.178 3.793 70.33 46.832-50.58 13.225 44.18 5.152-59.264 43.962 95.676-4.9-19.037 66.435 64.646-52.75 18.363 83.873 18.744-56.713 9.96 35.684 5.628-50.855 53.253 49.696-12.945-80.61 65.406 8.312-39.702-45.69 65.54-41.302-77.66-3.057 36.023-36.22-54.777 23.732 10.576-69.498-54.497 42.585-27.457-71.253-11.863 44.592L111.715 45.004 212.557 183.22 21.893 14.13h-.002zm305.016 181.18v-.005h-.002l.002.004zm34.596 101.266l36.87 45.13-36.026 13.85 1.306-23.154-52.257-16.94 50.107-18.886zm-41.326 35.05l-2.127 49.288-41.003-12.37 8.736-27.437 34.393-9.48zm17.543 37.212l42.135 14.045-40.798 20.734-1.338-34.78z"/></svg>
<svg class="tc-image-originals-fragmented-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M50.348 19.37c-.616.02-1.23.066-1.852.16h-.002c-17.38 2.646-29.2 14.79-29.2 36.208 35.305 18.283 66.755 42.684 85.85 85.266L64.85 199.406l25.697 25.114c7.188-14.017 15.388-27.635 25.113-40.883l68.33-67.746c14.346-10.816 28.963-20.67 44.385-28.615L203.26 62.162l-61.906 42.633C103.76 87.532 75.44 61.048 56.088 19.53c-2.035 0-3.892-.21-5.74-.16zm164.18 97.23c-5.02 3.18-10.268 6.81-15.632 10.8l60.284 60.252-40.946 6.702-43.068-42.05-46.137 43.094.275.295c-3.707 4.943-7.09 9.848-10.035 14.645l255.986 255.85 116.955 20.496L469.7 371.64 214.526 116.6zm-39.647 61.543l37.054 36.177 21.148-3.46 6.56 39.745-46.695 6.95-49.8-49.774 31.734-29.637zm100.58 25.783l88.198 88.152-15.986 36.54-33.373-33.175-61.554 21.877L209.402 274l51.768-7.705-9.645-58.453 23.936-3.916zm102.39 102.338l74.603 74.564 16.193 82.752-35.314-6.19-7.635-51.206-63.808-63.432 15.96-36.488zm-68.38 10.73l98.657 98.074 5.803 38.922-29.635-5.193-116.91-116.846 42.084-14.956z"/></svg>
<svg class="tc-image-originals-fragrance tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M231.645 20.488c-20.69 8.84-38.014 18.377-51.856 28.223-.156-6.016-5.073-10.85-11.128-10.85-6.152 0-11.14 4.988-11.14 11.14 0 5.174 3.533 9.513 8.314 10.766-36.054 32.193-35.402 66.126 7.076 89.08-1.02 2.088-1.61 4.425-1.61 6.906 0 8.716 7.068 15.783 15.784 15.783 6.967 0 12.87-4.52 14.963-10.785 19.075 5.936 42.643 10.463 70.93 13.13.657.063 1.306.133 1.96.198 61.806 10.37 76.9 45.655 66.06 85.117 27.126-22.623 28.948-44.287 18.38-62.88 34.483 19.89 33.625 50.662-36.59 87.435 10.135.36 19.835.414 29.087.186 66.92-11.71 77.4-46.377 58.684-62.34 47.91 6.44 41.262 36.17 8.21 53.65 35.227-9.873 53.265-27.65 48.05-51.422 3.034-1.99 5.04-5.417 5.04-9.316 0-6.152-4.987-11.14-11.14-11.14-1.27 0-2.486.222-3.624.614-2.72-4.334-5.435-8.16-8.18-11.544-3.162-3.598-6.754-7.282-10.76-11.045-9.925-8.322-20.794-12.855-34.16-17.14-23.02-7.382-53.336-12.837-92.652-31.956-53.474-23.85-58.654-43.222-33.834-58.22 1.025 5.093 5.524 8.93 10.92 8.93 6.152 0 11.14-4.99 11.14-11.142 0-2.553-.87-4.898-2.314-6.777 41.773-14.924 117.26-24.23 199.724-28.057V20.49H231.645zM129.86 49.615c-5.838 0-10.62 4.493-11.094 10.207-.672-.098-1.354-.166-2.053-.166-7.826 0-14.17 6.346-14.17 14.172 0 7.826 6.344 14.17 14.17 14.17s14.17-6.344 14.17-14.17c0-.672-.062-1.33-.153-1.976 5.744-.446 10.268-5.238 10.268-11.096 0-6.152-4.986-11.14-11.14-11.14zm356.624 1.97c-79.575-.35-175.28 17.336-167.953 54.42-4.79 1.247-8.333 5.59-8.333 10.77 0 6.153 4.99 11.14 11.14 11.14 4.64 0 8.617-2.838 10.292-6.872 31.273 13.618 55.956 18.32 78.073 25.412.53.17 1.05.355 1.578.53-3.853-16.51 4.33-33.433 25.064-44.604 1.39 4.57 5.635 7.895 10.658 7.895 6.152 0 11.14-4.986 11.14-11.138 0-1.692-.387-3.29-1.062-4.727 11.237-2.98 24.51-4.76 39.9-4.904V51.74c-3.46-.086-6.962-.138-10.496-.154zM233.742 55.3c-29.453 24.135-33.892 78.445 46.295 91.235-50.294 11.002-83.52-8.546-93.103-32.514.81.19 1.65.296 2.515.296 6.15 0 11.14-4.986 11.14-11.138 0-6.153-4.99-11.14-11.14-11.14-1.723 0-3.348.4-4.804 1.1 3.072-17.085 18.668-32.697 49.096-37.84zM473.184 110.6c-6.153 0-11.14 4.988-11.14 11.14 0 4.355 2.505 8.115 6.147 9.947-.994 1.982-1.567 4.214-1.567 6.583 0 8.125 6.587 14.71 14.71 14.71 8.125 0 14.714-6.585 14.714-14.71 0-7.17-5.135-13.135-11.926-14.44.13-.677.204-1.375.204-2.09 0-6.153-4.988-11.14-11.14-11.14zm-350.18 9.308c-6.152 0-11.14 4.99-11.14 11.14 0 6.153 4.988 11.14 11.14 11.14s11.14-4.987 11.14-11.14c0-6.152-4.988-11.14-11.14-11.14zm317.238 6.447c-6.152 0-11.14 4.987-11.14 11.14 0 6.15 4.988 11.14 11.14 11.14s11.14-4.99 11.14-11.14c0-6.153-4.988-11.14-11.14-11.14zm-193.35 60.15c-6.152 0-11.14 4.987-11.14 11.14 0 6.152 4.988 11.14 11.14 11.14 6.153 0 11.14-4.988 11.14-11.14 0-6.153-4.987-11.14-11.14-11.14zm-57.01 24.407c-.74-.028-1.49-.025-2.25.008-2.023.088-4.118.392-6.286.898-8.675 2.024-18.16 7.71-26.037 16.237l-4.244 4.59-5.86-2.167c-14.527-5.37-22.593-3.663-26.417-.644-3.825 3.02-6.157 9.336-4.257 20.078 2.157 12.19 10.328 28.35 25.082 44.588 12.768-16.185 32.53-26.62 54.66-26.62 9.317 0 18.21 1.86 26.346 5.208.405-31.986-7.51-49.643-16.565-56.858-4.296-3.422-8.998-5.124-14.174-5.318zm105.425 22.582c-7.717-.06-17.306 1.996-27.46 7.297-12.956 6.764-26.685 18.603-38.585 36.582 14.012 8.196 24.936 21.133 30.52 36.596 29.35-20.23 45.412-38.237 51.81-51.372 3.805-7.813 4.304-13.638 3.44-17.57-.866-3.933-2.865-6.51-6.634-8.633-2.826-1.593-6.8-2.644-11.574-2.86-.497-.022-1.003-.035-1.517-.04zM468.46 277.04c-6.15 0-11.14 4.987-11.14 11.14 0 6.152 4.99 11.138 11.14 11.138 6.153 0 11.14-4.986 11.14-11.138 0-6.153-4.987-11.14-11.14-11.14zM66.573 284.07c-12.2.132-20.13 2.703-24.13 5.47-4.003 2.77-4.84 4.915-4.588 8.792.505 7.754 11.362 23.518 34.646 35.738 13.916 7.304 31.904 13.47 53.502 17.024-.877-4.4-1.346-8.944-1.346-13.594 0-9.1 1.78-17.796 4.983-25.777-6.67-6.793-12.36-13.73-17.08-20.66-19.05-5.045-34.38-7.12-45.988-6.993zm127.703 2.506c-5.13 0-10.07.758-14.73 2.152l4.152 34.88-25.707-21.913c-8.914 9.034-14.444 21.405-14.62 35.13l34.396 4.087L149.36 361.6c6.848 12.8 19.008 22.277 33.583 25.56l10.768-35.873 15.51 34.93c14.567-4.43 26.315-15.178 32.09-29.092l-27.103-13.975 30.857-9.203c-.753-11.04-4.974-21.084-11.605-29.054l-27.01 17.357 7.558-31.738c-6.062-2.533-12.726-3.934-19.733-3.934zm128.774 17.436c-1.24-.002-2.512.032-3.814.103-6.348.35-13.44 1.618-21.21 4.065-9.32 8.29-20.664 16.88-34.22 25.748.06 1.183.09 2.374.09 3.572 0 14.957-4.776 28.83-12.86 40.2 31.408 12.195 57.268 19.153 77.273 21.913 24.497 3.38 40.48.482 47.903-3.756 3.71-2.12 5.303-4.235 6.074-6.317.77-2.082.862-4.568-.377-8.076-2.478-7.017-11.105-17.17-26.283-25.88l-10.477-6.01 8.45-8.632c5.392-5.508 6.526-11.094 5.078-16.8-1.448-5.703-6.014-11.707-14.34-15.74-5.464-2.645-12.61-4.382-21.29-4.39zM86.76 360.516c-8.795 2.64-16.58 5.424-23.354 8.3-22.97 9.753-34.525 20.675-37.85 27.774-1.662 3.55-1.65 5.87-.906 8.11.746 2.237 2.57 4.755 6.303 7.232 7.467 4.952 22.298 8.71 41.99 7.242l14.62-1.09-5.186 13.713c-6.277 16.594-3.912 26.063.665 31.394 4.577 5.333 13.265 8.087 24.54 5.99 21.045-3.915 48.297-25.026 56.038-69.205-12.78-6.308-23.36-16.42-30.258-28.846-17.34-2.126-32.928-5.824-46.603-10.614zm150.21 31.888c-5.4 4.213-11.43 7.65-17.927 10.14 19.73 36.77 38.192 60.258 53.092 72.876 9.516 8.06 17.496 11.62 22.748 12.367 5.252.748 7.575-.363 9.945-3.14 4.74-5.556 7.29-23.453-2.164-47.475-3.312-8.416-7.985-17.506-14.125-26.985-15.45-4.288-32.62-10.147-51.567-17.783zM181.53 405.93c-4.556 23.238-14.088 41.612-26.01 55.068 1.023 3.767 2.212 7.158 3.54 10.16 8.382 18.94 19.942 23.523 31.57 21.207 11.626-2.316 24.605-13.56 30.714-33.63 1.072-3.525 1.923-7.32 2.51-11.368-7.766-11.55-15.728-24.997-23.823-40.5-1.9.157-3.815.258-5.755.258-4.353 0-8.61-.424-12.746-1.195z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-frankenstein-creature tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.03 18.906c-27.872 0-53.334 14.366-72.31 38.625-4.504 5.757-8.61 12.07-12.265 18.847l22.856 1.55 16.27-32.16 7.795 33.794 28.01 1.9 13.527-30.103 8.844 31.62 26.535 1.8 9.505-33.548 15.7 35.256 23.827 1.618c-4.853-11.426-10.913-21.81-17.924-30.836-14.966-19.272-33.975-32.294-55.015-36.883-5.016-.975-10.14-1.48-15.352-1.48zM162.19 94.56c-6.697 17.794-10.502 37.84-10.502 59.065 0 39.172 13.372 74.36 33.656 98.813l10.125 12.218-.677.127c16.8 15.398 36.98 24.15 58.617 24.15 27.744 0 53.088-14.385 71.988-38.722 18.9-24.336 30.913-58.52 30.913-96.472 0-16.34-2.232-31.98-6.277-46.437l-30.926-2.097-9.142 32.268-15.1-33.91-26.326-1.787-16.09 35.803-10.518-37.607-25.883-1.757-16.892 33.387-8.092-35.082-28.875-1.96zm-68.565 92.627v71.032h18.688v-25.345h38.542c-2.913-5.98-5.51-12.22-7.76-18.688h-30.782v-27H93.624zm295.406 0v27h-21.497c-2.15 6.463-4.645 12.702-7.467 18.688h28.965v25.344h18.69v-71.033h-18.69zm-52.723 79.225c-21.44 25.248-50.626 41.21-82.897 41.21-31.14 0-59.41-14.863-80.617-38.59-14.19 3.05-26.44 6.908-37.08 11.61l23.767 27.612 33.268-4.828-19.107 21.28 19.995 23.23 32.318-11.088-17.305 28.53 20.16 23.42 34.008-15.92-16.81 35.903 20.678 24.027 36.53-17.104-18.056 38.567 30.028 34.886h38.158v-68.312h18.687v68.312h78.94c-.015-65.304-.462-117.143-14.158-153.094-14.12-37.066-40.573-59.58-100.505-69.65zm-217.48 23.244c-18.722 12.042-31.002 28.007-39.67 48.406-15.068 35.456-17.94 86.204-18.188 151.094h79.093v-68.312h18.687v68.312h131.79l-21.476-24.95-26.986 12.636 13.34-28.49-24.232-28.153-29.508 13.814 14.586-31.153-20.97-24.362-36.68 12.584 19.642-32.38-17.918-20.817-43.81 6.357 25.16-28.023-22.862-26.564z" fill="#fff"/></svg>
<svg class="tc-image-originals-frayed-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M20.795 22.313v146.882c55.798 46.488 119.15 83.37 184.63 117.045-68.898-9.21-127.42-27.277-176.08-56.648 25.434 36.314 76.9 75.687 123.05 93.105 5.342-.26 10.686-.385 16.035-.36 59.215.29 118.975 18.028 182.593 51.007-73.04-10.31-146.083-16.405-219.125-9.024l-31.84 8.106c137.858 15.975 273.397 44.77 399.2 127.383L330.693 117.4c4.486 88.07 27.066 170.91 59.79 252.354C310.604 277.09 276.607 167.96 273.126 63.37c-9.615 54.178-6.77 117.06 5.514 180.732-42.698-79.1-60.54-156.684-54.908-221.79H118.29c20.587 101.514 94.966 212.595 191.64 303.282C177.518 247.214 109.7 132.916 64.518 22.313H20.795z"/></svg>
<svg class="tc-image-originals-freedom-dove tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M44.094 71.03C39.67 125.24 76.33 159.79 184.97 214.188 128.61 204.07 74.66 182.808 23.124 150.47v.03c7.09 53.776 49.718 75.458 166.063 93.28-56.77 8.355-113.546 5.1-170.313-9.718 17.55 48.114 61.012 56.474 169.22 38.813-50.19 23.392-102.518 36.867-157 40.47 27.647 41.79 72.765 34.776 178.53-20.158 2.372 3.08 5.015 5.913 7.938 8.47L163 365.436l11.188 40.844 38.625-11.155 17.718-84.813c5.557 2.716 11.617 4.56 17.97 5.407l-17.625 84.217 26.656 31.094 28.408-32.155-19.063-83.594c6.32-1.156 12.297-3.33 17.75-6.342l19.97 87.593 36.78 11.5 10.156-43.186-55.436-64.156c2.592-2.383 4.96-4.976 7.094-7.782 106.15 55.19 151.367 62.3 179.062 20.438-54.483-3.602-106.81-17.077-157-40.47 108.207 17.662 151.67 9.302 169.22-38.812-56.758 14.816-113.524 18.067-170.283 9.72 116.344-17.824 158.94-39.506 166.032-93.282v-.03c-51.547 32.342-105.476 53.6-161.845 63.718 108.64-54.397 145.297-88.95 140.875-143.157-52.904 58.692-112.837 102.316-179.844 130.845 4.598-6.468 7.28-14.398 7.28-22.938.002-21.868-17.724-39.593-39.592-39.593-21.87 0-39.594 17.725-39.594 39.594 0 8.757 2.842 16.88 7.656 23.437-67.49-28.517-127.842-72.302-181.062-131.344zM236.22 222.5l20.905 45.563 20.563-44.782c11.325 7.093 18.812 19.662 18.812 34.095 0 22.32-17.9 40.188-40.22 40.188-22.318 0-40.217-17.87-40.217-40.188 0-14.993 8.088-27.957 20.156-34.875z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-freemasonry tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25c-12.537 0-23 10.735-23 24.79 0 2.614.363 5.113 1.033 7.45l30.492-30.492C261.878 25.62 259 25 256 25zm21.043 14.684l-31.96 31.96c3.262 1.88 6.988 2.934 10.917 2.934 12.537 0 23-10.734 23-24.79 0-3.633-.703-7.043-1.957-10.104zm16.78 26.548C287.65 81.57 273.127 92.578 256 92.578c-1.528 0-3.033-.093-4.516-.264l231.92 386.536L293.822 66.232zm-77.09 3.147L28.595 478.85l216.908-361.516-28.772-47.955zM74.98 196.335L19.826 251.49l9.9 9.9 27.577-27.577 6.363-6.364 12.73 12.726-6.365 6.365-27.577 27.577 9.9 9.9 16.264-16.263 6.363-6.363 12.73 12.727-6.366 6.365-16.262 16.264 9.898 9.9 23.915-23.914 19.67-42.812-43.585-43.584zm362.04 0l-43.584 43.584 19.67 42.812 23.914 23.913 9.898-9.9-16.262-16.263-6.365-6.365 12.73-12.726 6.363 6.364 16.263 16.264 9.9-9.9-27.577-27.577-6.365-6.364 12.73-12.727 6.362 6.363 27.576 27.578 9.9-9.9-55.153-55.154zm-271.97 90.07l-31.013 51.692 13.775-13.776 6.364-6.363 12.728 12.726-6.363 6.365-27.575 27.58 9.898 9.897 16.264-16.263 6.363-6.364 12.73 12.727-6.366 6.365-16.264 16.262 9.9 9.9 27.578-27.576 6.364-6.365 12.728 12.728-6.365 6.365-27.576 27.578 9.897 9.898 16.264-16.262 6.366-6.364 12.727 12.73-6.364 6.362-16.264 16.264 9.9 9.9 27.576-27.578 6.364-6.363L256 419.78l11.314-11.31 6.364 6.362 27.576 27.578 9.9-9.9-16.263-16.264-6.363-6.363 12.727-12.73 6.365 6.365 16.263 16.263 9.898-9.897-27.575-27.578-6.365-6.364 12.728-12.727 6.364 6.365 27.578 27.576 9.9-9.9-16.264-16.262-6.365-6.365 12.73-12.727 6.363 6.364 16.264 16.263 9.898-9.898-27.576-27.58-6.364-6.364 12.728-12.727 6.363 6.362 13.776 13.774-31.014-51.69-90.95 90.95-90.95-90.95zM256 422.61l-4.95 4.95-27.577 27.577L256 487.664l32.527-32.527-27.578-27.576-4.95-4.95z"/></svg>
<svg class="tc-image-originals-fried-eggs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M378.014 37.379c-60.947.647-130.417 65.73-196.215 73.627-36.738 4.409-83.001-26.792-110.951-2.041-18.268 16.177-3.648 49.433-8.996 73.517-8.624 38.837-56.107 78.637-36.985 113.34 35.366 64.182 149.872 9.808 210.908 49.012 45.77 29.398 46.969 126.738 100.957 129.678 66.818 3.638 122.247-80.385 140.94-146.016 26.089-91.598 20.473-229.637-58.975-279.775-13.006-8.209-26.619-11.491-40.683-11.342zM171.72 141.252c34.716 0 62.857 25.092 62.857 56.045 0 30.953-28.141 47.732-62.857 47.732s-62.86-16.78-62.86-47.732c0-30.953 28.144-56.045 62.86-56.045zm-9.203 13.182c-21.338 7.89-48.289 29.583-30.061 62.777.305-20.013 6.097-35.458 30.06-62.777zm207.61 51.35c36.074 0 65.317 30.186 65.317 67.423s-29.243 57.424-65.316 57.424c-36.074 0-65.317-20.187-65.317-57.424 0-37.237 29.243-67.424 65.317-67.424zm-9.64 15.45c-22.172 9.492-50.176 35.59-31.236 75.524.317-24.076 6.336-42.658 31.236-75.524z"/></svg>
<svg class="tc-image-originals-frog tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M335.7 88.94c-4.742.194-9.563 1.486-14.204 4.165-38.934 22.48-89.77 21.953-127.79.002-6.09-3.516-12.285-4.61-18.145-3.892 5.914 7.778 9.438 17.572 9.438 28.09 0 23.15-17.037 42.83-39.176 45.095-12.775 14.92-21.553 31.807-24.386 49.983 44.73-23.79 90.947-35.572 137.064-35.508 46.15.064 92.197 11.987 136.56 35.62-2.69-18.15-11.216-35.043-23.794-49.92-.585.026-1.17.048-1.76.048-24.18 0-43.447-20.7-43.447-45.318 0-10.64 3.6-20.543 9.64-28.364zm-194.15 3.216c-12.67 0-23.277 10.85-23.277 25.15 0 14.297 10.608 25.147 23.278 25.147 12.67 0 23.276-10.85 23.276-25.148s-10.606-25.15-23.275-25.15zm227.956 0c-12.67 0-23.277 10.85-23.277 25.15 0 14.297 10.607 25.147 23.276 25.147 12.67 0 23.277-10.85 23.277-25.148s-10.608-25.15-23.277-25.15zm67.572 93.367c-8.525.088-17.893 1.546-27.853 4.243 6.926 19.457 8.57 40.725 2.695 62.656-4.26 15.896.933 37.475 11.7 54.758l4.69 7.53-7.02 5.43c-19.765 15.28-36.44 25.107-46.104 35.264-9.664 10.158-13.887 19.59-10.915 40.875l1.525 10.91c3.596 4.7 7.678 9.43 12.142 14.06 19.876-14.55 36.01-23.887 68.344-4.094-6.738-18.804 15.938-29.762 46.72-29.78-36.91-15.88-64.98-25.62-86.438-30.376 67.492-72.188 97.182-127.96 66-159.188-8.172-8.183-19.356-12.034-33.28-12.28-.73-.014-1.463-.016-2.204-.01zm-361.617.002c-.806-.01-1.606-.008-2.397.006-13.925.248-25.14 4.1-33.313 12.282-31.182 31.227-1.492 87 66 159.188-21.456 4.756-49.528 14.497-86.438 30.375 30.782.02 53.458 10.977 46.72 29.78 32.332-19.792 48.468-10.454 68.343 4.095 6.713-6.962 12.572-14.146 17.188-21.12l.537-3.85c2.972-21.283-1.25-30.716-10.914-40.874-9.664-10.157-26.34-19.984-46.106-35.265l-7.02-5.427 4.692-7.53c10.73-17.228 15.858-39.233 11.7-54.76-5.782-21.572-4.185-42.44 2.536-61.56-11.336-3.388-21.954-5.216-31.527-5.338zm183.038 9.66c-46.096-.065-92.3 12.827-137.574 38.846.47 4.387 1.292 8.825 2.494 13.31v.002c5.453 20.354.593 42.93-9.484 62.297 15.89 11.634 30.343 20.526 41.478 32.23 10.36 10.89 16.795 25.132 16.955 43.712-1.096 16.308-9.157 39.273-22.347 59.244 24.59-14.237 42.134-15.333 45.29 3.492 14.097-17.783 25.698-20.386 38.985-8.035-3.745-31.452-11.117-52.887-17.258-65.097-14.896-36.567-42.816-61.484-73.742-83.424l11.36-16.014c38.788 27.517 76.798 62.663 89.124 119.566 9.628.705 19.25.65 28.85-.16 12.362-56.81 50.334-91.918 89.085-119.408l11.36 16.016c-31.19 22.127-59.333 47.28-74.13 84.363-6.045 12.357-13.14 33.493-16.793 64.158 13.29-12.35 24.89-9.748 38.987 8.035 3.153-18.825 20.697-17.73 45.288-3.492-13.51-20.455-21.645-44.058-22.42-60.424.415-18.01 6.81-31.872 16.95-42.533 11.135-11.705 25.586-20.595 41.474-32.23-10.064-19.29-14.99-41.736-9.48-62.302 1.198-4.467 2.028-8.89 2.51-13.266-44.85-25.79-90.852-38.82-136.964-38.886z" fill="#fff"/></svg>
<svg class="tc-image-originals-front-teeth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M68.094 17.906c-.167 11.805-.686 21.837-1.625 30.907 2.535-1.122 5.19-1.935 7.936-2.407 1.378-.236 2.76-.374 4.156-.406 9.774-.22 19.76 4.52 26.376 13.47 4.792 6.48 8.067 14.87 9.624 25.186 7.324-7.493 16.408-12.4 26.032-14 1.59-.264 3.2-.43 4.812-.5 11.283-.486 22.86 3.803 31.188 13.156 4.374 4.915 7.817 11.037 10.187 18.313 7.492-8.843 17.553-14.636 28.282-16.313 1.565-.244 3.164-.4 4.75-.468 11.108-.47 22.53 3.426 31.188 12.125 1.99 2 3.815 4.237 5.47 6.686 2.47-5.145 5.545-9.59 9.186-13.25 8.658-8.7 20.112-12.625 31.22-12.156 1.586.067 3.154.224 4.718.47 10.564 1.65 20.484 7.29 27.937 15.905 2.322-6.265 5.474-11.617 9.376-16 8.327-9.354 19.905-13.674 31.188-13.188 1.612.07 3.223.268 4.812.532 9.454 1.57 18.4 6.322 25.656 13.593 1.73-10.233 5.26-18.544 10.344-24.938 6.655-8.368 16.14-12.877 25.625-13.22.634-.022 1.276-.013 1.908 0 1.443.034 2.89.18 4.312.407 1.146.184 2.286.427 3.406.72-.7-7.625-1.14-15.727-1.312-24.626H68.094zM436.906 60.03c-.316.004-.627.01-.937.032-3.727.287-7.168 2.106-10.44 6.22-4.36 5.484-8.117 15.924-7.436 32.843 1.3 32.283 8.82 51.064 21.094 67.156 11.796-14.268 16.28-31.97 20.875-63.53h-.032c3.952-27.157-9.74-40.827-20.217-42.5-.983-.157-1.958-.228-2.907-.22zM80.03 64.595c-.8-.003-1.635.076-2.468.22-8.878 1.523-21.985 15.113-18 42.5 2.75 18.896 4.472 33.375 7.563 44.467 2.1 7.537 4.74 13.436 8.75 18.845 12.178-16.047 19.675-34.765 20.97-66.906.683-17.018-2.902-27.666-6.94-33.126-3.027-4.095-5.94-5.735-9.093-5.97-.262-.02-.514-.03-.78-.03zm287.876 19.47c-.43 0-.858.006-1.28.03-5.082.29-9.718 2.438-13.75 6.97-5.38 6.04-9.807 17.21-9.126 35.592 1.288 34.78 13.587 58.906 27.563 77.813 13.626-16.595 22.755-38.282 27.28-72.064 3.952-29.502-12.472-45.66-26.75-48.03-1.338-.223-2.65-.317-3.937-.314zM147.594 88.75c-1.288.005-2.6.12-3.938.344-14.277 2.372-30.7 18.497-26.75 48 4.526 33.784 13.654 55.5 27.28 72.094 13.977-18.908 26.276-43.064 27.564-77.844.68-18.383-3.747-29.553-9.125-35.594-4.033-4.53-8.67-6.68-13.75-6.97-.423-.023-.852-.032-1.28-.03zm147.094 8.125c-.443 0-.875.006-1.313.03-5.257.306-10.222 2.422-14.47 6.69-5.66 5.688-10.39 15.864-10.436 32.81-.087 32.22 11.103 54.473 24.25 72 14.505-15.557 24.516-35.81 30.405-67.53 5.036-27.12-9.986-41.434-24.406-43.688-1.353-.21-2.706-.313-4.033-.312zm-74.032 6.594c-.89.04-1.786.14-2.687.28-14.42 2.253-29.475 16.566-24.44 43.688 5.89 31.71 15.908 52.006 30.407 67.562 13.156-17.533 24.336-39.76 24.25-72-.045-16.947-4.775-27.155-10.437-32.844-4.246-4.267-9.18-6.352-14.438-6.656-.876-.05-1.764-.07-2.656-.03zm192.094 55.155c-6.976 29.334-18.83 50.566-35.375 67.03l-.125.126c1.01 13.095 2.378 26.17 4.188 39.22l6.312 6.375c9.664 9.708 17.555 20.81 24.063 33.813 4.036-29.98 13.75-51.635 27.187-69.72-2.12-15.354-3.754-30.718-4.813-46.093l-2.437-2.75c-7.396-8.283-13.847-17.378-19-28zm-310.188 3.78c-5.214 10.953-11.797 20.296-19.374 28.782l-6.313 7.063-.75-.688c-.845 10.397-1.92 20.8-3.25 31.188 14.2 18.672 24.38 41.12 28.375 72.688 6.127-11.402 13.41-21.31 22.125-30.063l6.125-6.125c1.833-13.178 3.202-26.37 4.22-39.594-14.4-15.952-24.843-36.158-31.157-63.25zM58.97 241.282c-14.953 17.382-21.94 38.804-27.25 76.22l-.095.656c-4.582 32.572 11.943 49.68 25.28 51.813 6.67 1.066 12.776-.797 18.22-7.658 5.444-6.86 9.91-19.563 9.125-39.718-1.52-39.13-10.587-61.85-25.28-81.313zm394.905 5.376c-14.694 19.462-23.76 42.186-25.28 81.313-.785 20.154 3.68 32.857 9.124 39.717 5.443 6.86 11.548 8.724 18.217 7.657 13.34-2.134 29.864-19.24 25.282-51.813-5.328-37.86-12.29-59.382-27.345-76.874zM129.47 292.5c-15.783 19.343-25.593 45.156-32.376 84.97-4.224 24.79 14.138 43.388 32 47.374 8.93 1.993 16.827.462 22.78-5.125 5.955-5.588 10.9-16.38 10.126-35.845-1.63-41.025-16.197-69.36-32.53-91.375zm252.186 0c-16.338 22.015-30.89 50.35-32.5 91.375-.775 19.72 4.165 30.595 10.094 36.156 5.93 5.562 13.78 7.01 22.72 4.94 17.875-4.143 36.265-23.048 32.06-47.47-6.85-39.814-16.61-65.66-32.374-85zM293 332.625c-15.42 19.878-28.774 45.228-28.656 82.156.05 16 5.024 24.632 11.375 29.595 6.35 4.963 15.132 6.568 24.217 4.906 9.086-1.66 17.998-6.69 23.563-13.53 5.565-6.84 8.185-15 5.563-25.594-8.987-36.304-19.436-59.906-36.063-77.53zm-77.406 2.406c-16.88 17.65-27.9 41.02-36 77.345-2.76 12.37.066 20.9 5.47 27.406 5.4 6.507 14.024 10.81 23.06 11.876 9.038 1.067 18.13-1.085 24.72-6.375 6.588-5.288 11.388-13.684 11.437-28.06.128-36.95-13.253-62.305-28.686-82.19zm-179.47 46c13.316 33.37 22.888 73.817 24.313 110.876h375.125c1.47-32.617 10.447-66.34 25.657-98.562-.773.17-1.532.343-2.314.47-8.706 1.392-17.864-.46-25.72-5.408-1.798 28.015-23.56 49.35-46.998 54.78-13.618 3.157-28.727.78-39.72-9.53-.16-.15-.31-.315-.468-.47-1.86 5.3-4.592 10.158-8 14.345-8.75 10.753-21.397 17.69-34.72 20.126-13.32 2.437-27.77.286-39.092-8.562-3.68-2.875-6.897-6.45-9.594-10.625-2.797 4.453-6.197 8.27-10.063 11.374-11.083 8.9-25.254 11.953-38.624 10.375-13.37-1.58-26.305-7.767-35.22-18.5-3.82-4.602-6.757-10.087-8.592-16.19-10.68 8.433-24.502 10.374-37.094 7.564-24.66-5.503-47.492-28.657-47.188-58.97-7.427 4.13-15.835 5.6-23.874 4.313-6.352-1.016-12.39-3.557-17.813-7.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-frontal-lobe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M214.156 20.813c-.608.008-1.242.03-1.875.062l-.218.03h-.25c-11.497 0-21.325 3.677-25.78 8.876-4.235 4.94-6.13 11.863.093 25.532 6.06 9.42 10.98 22.273 15.25 38.876l-18.094 4.656c-7.37-28.672-16.613-40.406-23.218-43.313-3.302-1.452-6.556-1.55-11.25-.124-4.693 1.427-10.484 4.595-16.75 9.22-9.72 7.174-15.934 16.55-15.562 24.686.29 6.318 4.227 14.314 17.313 22.97 1.1.612 2.186 1.203 3.312 1.843l-.094.188c3.064 1.842 6.5 3.71 10.47 5.593l-8.03 16.906c-5.413-2.568-10.266-5.282-14.595-8.093-16.192-8.893-28.146-12.87-34.78-12.314-3.52.295-5.73 1.276-8.376 3.906-2.647 2.63-5.526 7.308-8.126 14.563-4.317 12.045-5.144 22.04-1.656 27.72 2.788 4.54 9.68 9.21 25.656 10.78 3.855.08 7.95.24 12.437.438v.125c.458 0 .878.004 1.345 0l.188 18.687c-4.722.045-9.132-.107-13.282-.438-12.98-.08-20.925.962-24.405 2.72-2.186 1.103-3.117 2.034-4.313 4.468-1.195 2.434-2.3 6.568-3.03 12.53-.682 5.566-.214 9.71 1 12.657 1.212 2.947 3.035 5.14 7.218 7.375 8.365 4.47 26.81 7.183 57.594 4.563l1.594 18.625c-23.947 2.038-41.727 1.667-55.282-1.844-1.168 4.557-.977 8.102-.125 11.095 1.156 4.055 3.732 7.52 7.626 10.594 7.79 6.147 21.05 9.56 28.906 9.56H227.97c13.584 0 25.346-10.03 29.843-27.905l8.062-32.063 9.906 31.532c5.752 18.3 17.86 28.437 30 28.437H418.69c7.072 0 20.338-4.332 28.375-11.342 4.018-3.506 6.778-7.437 7.968-11.532.77-2.64 1.005-5.44.345-8.72-13.707 3.824-31.838 4.29-56.53 2.19l1.592-18.626c30.786 2.62 49.23-.094 57.594-4.563 4.184-2.234 6.007-4.428 7.22-7.375 1.213-2.946 1.682-7.09 1-12.656-.73-5.963-1.835-10.097-3.03-12.53-1.197-2.435-2.127-3.366-4.314-4.47-3.48-1.757-11.423-2.8-24.406-2.72-4.15.332-8.56.484-13.28.44l.186-18.69c.467.006.887 0 1.344 0v-.124c4.488-.198 8.583-.358 12.438-.437 15.975-1.57 22.867-6.24 25.656-10.78 3.487-5.68 2.66-15.675-1.656-27.72-2.6-7.255-5.48-11.932-8.125-14.563-2.647-2.63-4.857-3.61-8.375-3.906-6.636-.556-18.59 3.42-34.782 12.313-4.328 2.81-9.18 5.524-14.594 8.093l-8.03-16.907c3.97-1.884 7.405-3.75 10.468-5.594l-.094-.187c1.126-.64 2.213-1.23 3.313-1.844 13.085-8.654 17.022-16.65 17.31-22.968.373-8.137-5.84-17.512-15.56-24.687-6.266-4.624-12.058-7.792-16.75-9.22-4.695-1.426-7.95-1.327-11.25.126-2.31 1.018-4.932 3.136-7.69 6.657-.507 1.188-1.063 2.393-1.655 3.594l-.656-.31c-4.452 6.866-9.112 17.516-13.19 33.374l-18.124-4.656c4.843-18.84 10.51-32.857 17.75-42.5 4.325-11.303 2.404-17.425-1.437-21.907-4.457-5.198-14.317-8.874-25.814-8.874h-.22l-.248-.03c-10.128-.51-17.03 1.954-22.72 6.218-5.687 4.264-10.215 10.742-13.624 18.75-6.818 16.015-8.688 37.643-8.688 53.5v.062l-.187 37.03v.095h-18.69v-.093l-.217-37.03v-.062c0-15.858-1.87-37.486-8.688-53.5-3.41-8.01-7.906-14.487-13.594-18.75-5.33-4-11.746-6.415-20.874-6.282zm53.063 259.875c-9.075 13.634-23.052 22.53-39.25 22.53H115.062c-12.312 0-28.024-3.77-40.47-13.593-2.153-1.7-4.197-3.62-6.062-5.75 12.33 91.778 42.41 159.598 81.626 203.313l2.78 3.093h227.285l2.78-3.092c39.775-44.203 70.367-113.023 82.563-206.313-1.888 2.345-4 4.47-6.22 6.406-12.092 10.55-27.56 15.94-40.656 15.94H305.781c-15.713 0-29.264-8.94-38.56-22.533zM164.544 318.86c25.405.424 52.918 18.043 63.33 50.92-18.84 33.4-94.952 30.596-104.97-29.31 8.96-14.128 23.55-21.168 39.19-21.595.813-.022 1.63-.027 2.45-.014zm201.05.015c16.37-.13 31.822 6.878 41.155 21.594-10.017 59.906-86.16 62.71-105 29.31 10.48-33.09 38.302-50.703 63.844-50.905zM174.936 340.28c-8.748 0-15.656 6.907-15.656 15.658 0 8.75 6.91 15.625 15.657 15.625 8.75 0 15.625-6.875 15.625-15.625 0-8.748-6.877-15.657-15.625-15.657zm180.72 0c-8.75 0-15.657 6.907-15.657 15.658 0 8.75 6.908 15.625 15.656 15.625 8.75 0 15.625-6.875 15.625-15.625 0-8.748-6.876-15.657-15.624-15.657z" fill="#fff"/></svg>
<svg class="tc-image-originals-frostfire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M131.5 23.906c-70.56 2.47-100.474 70.008-101.063 104.53-2.2 129.255 153.66 66.31 156.532 129.064 3.123 68.31-100.445 78.95-105.126-5.25-27.54 110.96 59.15 168.72 133.53 149.406l-.78-.47v-54.936h56.062c-.74-3.815-1.125-7.757-1.125-11.78 0-2.337.122-4.637.376-6.908h-55.312v-63.53l49.906-28.813 29.063 50.343c4.896-3.81 10.38-6.91 16.28-9.125l-29.156-50.563 52.688-30.406L387 226.437l-29.844 51.656c5.724 2.623 10.99 6.094 15.625 10.25l30.376-52.594 48.97 28.28v63.533h-59.032c.254 2.27.375 4.57.375 6.906 0 4.023-.386 7.965-1.126 11.78h59.78v54.938l-52.687 30.406-28.53-49.375c-4.782 3.953-10.182 7.2-16 9.592l28.374 49.125-49.905 28.813-49-28.28 27.78-48.158c-6.003-1.986-11.612-4.88-16.655-8.5l-27.313 47.313-27.75-16.03c-14.41 23.334-32.845 35.984-51.718 39.967 84.677 48.568 197.274 52.484 259.874-12.25 64.14-66.327 61.303-174.725 20.47-254.062-28.28 56.73-123.93 13.764-92.283-47.313 7.413-14.303 10.865-27.54 10.658-39.437l27.156-7.28-7.813 29.155 18.033 4.813 7.812-29.094 21.313 21.312 13.218-13.22-21.312-21.31 29.125-7.814-4.845-18.062L441 69.313l7.813-29.126-18.063-4.843-7.813 29.125-21.312-21.314-13.22 13.22 21.314 21.312-25.908 6.968c-11.268-28.337-48.504-45.664-105.156-46.75 84.123 12.04 52.984 118.1 8.188 133.156-39.562 13.3-59.797-6.677-52-36.78 10.018-38.682-12.282-60.445-37.47-63.876l-18.53-3.344 13.906-16.437-14.28-12.063-13.876 16.376-7.22-20.188-17.593 6.28L147 61.28l-21.125-3.81-3.344 18.374 21.126 3.844-13.906 16.406L144 108.188l13.875-16.407 7.22 20.22 17.624-6.28-7.25-20.282 18.468 3.343c29.282 50.18-56.84 94.55-94.563 39.657-26.562-38.65-23.513-83.452 32.125-104.53zM323 292.03c-8.926 1.76-16.83 6.225-22.844 12.533L323 317.75v-25.72zm18.688.345v25.375l21.75-12.563c-5.71-6.233-13.224-10.775-21.75-12.812zM290.5 320.563c-1.465 4.36-2.28 9.033-2.28 13.906 0 4.546.684 8.92 1.967 13.03l23.5-13.563-23.187-13.375zm82.28.812l-21.717 12.563 22 12.687c1.115-3.856 1.718-7.927 1.718-12.156 0-4.573-.702-8.967-2-13.095zM323 350.125l-23.5 13.563c6.09 6.676 14.247 11.395 23.5 13.218v-26.78zm18.688 0v26.438c8.843-2.113 16.594-6.937 22.375-13.532l-22.375-12.905zM73.563 394.78l-18.032 4.845 7.657 28.594-28.624-7.658-4.844 18.063 28.624 7.688-20.938 20.937 13.22 13.22 20.937-20.94 7.656 28.595 18.06-4.844-7.686-28.624 28.656 7.688 4.813-18.063-28.626-7.655 20.97-20.97-13.22-13.186-20.937 20.936-7.688-28.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-frozen-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.375 29.063V52l176.938 102.28 51.718-37.874 7.19-5.25 5.593 6.906 161.75 199.75 15.343 18.907-24.062-3.814-159.906-25.375.156-.842h-5.47l-88.81-14.094-8.845-1.375 1-8.908 7.5-65.156-140.095-81.094v63.563l24.5 141.03L66.938 189.97l22.187 106 17.344-83.408 25.53 14.75L122.062 312l.282.03 22.844 124.283 10.687-58.47 19.97 117 28.405-167.468 21.594 117.438 20.312-111.157 17.72 36 16-32.656 18.843 3 22.06 132.938 20.814-126.157 12.812 2.033 24.53 62.968 14.752-38.092 18.093 98.375 17.595-96.313 16.78 23.5 22.97-32.28 25.53 4.03-15.155-18.656.22-.28-.44-.002L256.97 78.406l-68.345 50.22L16.375 29.06zm0 44.53V114.5l154.75 89.53 5.313 3.095-.72 6.063-7.124 62.375 221.125 35.062-44.876-55.406-9.625 31.31-20.408-66.124-13.28 46.53-19.282-72.28-16.28 79.094-27.94-110.22-15.53 51.876-13.906-46.53-12.406 67.655-12.125-66L16.375 73.595z" fill="#fff"/></svg>
<svg class="tc-image-originals-frozen-block tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.625 30.75L25.345 126.5l.968.406v104.188l5.78 2.375 6.938 2.843 15.407 186.812 14.438-174.563 17.813 7.313v233.53h18.687v-198.25l13.063 120.095 13.5-123.813 22.312 201.125 21.22-196.218.093.03 11.125 115.22 10.25-106.438 57.968 23.78 3.53 1.44.377-.157 14.656 156.155 15.81-168.594 37.564-15.405v191.438h18.687V312.75l2.314-22.97 41.687-17.06 4.126 50.53v166.563h18.688V263.375l1.25-.5 11.78 105.97 12.938-116.095 8.688-3.563 20.97 188.157 22.967-206.125.282-.126V126.78l.686-.28-233.28-95.75zM472.53 134.47v84.06l-27.56 11.282h-.126v.063l-4.156 1.688L450.5 143.5l22.03-9.03zM77.19 147.78l13.187 5.407 9.406 86.688h-2.874L70.47 229.03l6.718-81.25zm304.125 24.126l6.625 81.25L350 268.72l8.875-87.626 22.438-9.188zm-237.188 3.344l20.97 8.625 8.436 87.438-38.155-15.657 8.75-80.406zm174.063 22.563l8.187 80.562-35.125 14.375 8.188-87.25 18.75-7.688zm-111.594 3.093l42.062 17.25 8.22 87.375-58.063-23.842 7.78-80.782z" fill="#fff"/></svg>
<svg class="tc-image-originals-frozen-orb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.063 15.47c-131.508 0-238.657 107.12-238.657 238.624S123.558 491.75 255.062 491.75c131.505 0 238.625-106.15 238.625-237.656 0-131.504-107.117-238.625-238.625-238.625zm0 18.343c121.407 0 219.28 98.877 219.28 220.28 0 121.408-97.877 219.313-219.28 219.313-121.404 0-219.313-97.91-219.313-219.312 0-121.404 97.905-220.28 219.313-220.28zm-.032 19.28c-110.986 0-200.75 89.763-200.75 200.75 0 110.988 89.764 200.75 200.75 200.75 110.99 0 200.75-89.762 200.75-200.75 0-110.987-89.76-200.75-200.75-200.75zm-.843 16.532l12.313 62.72 51-21.095-46.094 46.094 6.22 31.687-12.5 3.345L273 221.72l29.313-7.876-3.25-12.094 31.343-10.72 16.813-62.81 7.217 54.56 60.313-20.624-48.313 42.156 42.375 33-61.625-16.187-24.25 21.156-10.03-10.03-21.47 21.5 21.47 21.47 9.218-9.22 24.688 21.563L409.5 270.78l-43.563 33.47 48.22 42.063-60.97-20.844-7.406 53.186-16.81-61.5-30.22-10.312 3.563-13.313L273 285.657 265.125 315l12.5 3.344-6.22 31.625 46.095 46.06-51-21.06-12.313 62.75-12.375-63.033-49.593 20.125 44.686-45.093-6.125-31.19 13.157-3.53-7.875-29.344-29.343 7.875 3.624 13.533-29.28 10.03L164.28 378.5l-7.374-53.156L96 346.188l48.188-42.063-43.594-33.5 62.75 16.813 24.03-20.97 8.75 8.75 21.47-21.468-21.47-21.5-9.593 9.594-23.56-20.563-61.72 16.22 42.47-33.03-48.345-42.19 60.28 20.626 7.19-54.53 16.81 62.75 30.376 10.374-3.31 12.344 29.343 7.875 7.875-29.345-13.188-3.53 6.156-31.25-44.687-45.126 49.593 20.124 12.375-62.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-fruit-bowl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M150.902 268.233h-42.1a23.347 23.347 0 0 1 42.1 0zm67.359-13.292a114.847 114.847 0 0 1 1.203-16.31 23.335 23.335 0 0 0-18.68 29.602h18.295a113.38 113.38 0 0 1-.77-13.292zm-94.532-86.027c-15.637-15.637-36.638-32.164-55.162-32.164h-1.54l.975 19.246c8.913-.433 23.287 8.3 39.489 24.056q1.528 1.48 2.995 2.972a42.58 42.58 0 0 1 8.083-.95 42.34 42.34 0 0 1 5.208-13.172zm24.37-18.933a68.706 68.706 0 0 0 6.928-9.743 71.172 71.172 0 0 0 7.11-16.55 70.174 70.174 0 0 0 2.706-17.695 67.72 67.72 0 0 0-1.672-16.575 69.043 69.043 0 0 0-2.01-7 63.499 63.499 0 0 0-2.236-5.594 53.963 53.963 0 0 0-1.889-3.728c-.228-.433-.469-.782-.601-1.01l-.217-.35-.36.18c-.241.121-.614.302-1.035.542a52.092 52.092 0 0 0-3.609 2.177 52.07 52.07 0 0 0-4.811 3.609 69.031 69.031 0 0 0-5.377 4.907 67.72 67.72 0 0 0-10.104 13.232 70.174 70.174 0 0 0-6.964 16.49 71.16 71.16 0 0 0-2.719 17.779 68.562 68.562 0 0 0 1.672 16.575 66.337 66.337 0 0 0 4.234 12.546c.47 1.058.927 1.96 1.336 2.718a42.713 42.713 0 0 1 19.666-12.522zm342.413-43.903c-.228-.133-.59-.35-1.022-.578a43.443 43.443 0 0 0-3.777-1.804c-1.6-.674-3.5-1.42-5.641-2.105a69.031 69.031 0 0 0-7.049-1.84 67.72 67.72 0 0 0-16.611-1.263 70.174 70.174 0 0 0-17.634 3.127 71.172 71.172 0 0 0-16.31 7.41 68.562 68.562 0 0 0-13.003 10.428l-.542.578a69.633 69.633 0 0 1 12.618 22.168 68.67 68.67 0 0 0 11.307.421 71.16 71.16 0 0 0 17.646-3.091 70.174 70.174 0 0 0 16.322-7.362 67.72 67.72 0 0 0 13.003-10.428 69.02 69.02 0 0 0 4.811-5.497c1.384-1.78 2.55-3.44 3.477-4.932.926-1.492 1.635-2.718 2.093-3.609.24-.433.409-.817.517-1.058l.18-.373zm-85.642-66.06c-.433-1.697-.854-3.296-.986-4.018l-18.981 3.488c.252 1.384.685 3.043 1.275 5.329 2.814 10.898 9.298 36.013 1.48 58.23a69.97 69.97 0 0 1 16.165 11.595c12.787-28.928 4.511-61.032.999-74.625zM180.179 476h122.618a159.112 159.112 0 0 0 159.112-159.112v-29.41H21.103V316.9A159.112 159.112 0 0 0 180.179 476zm245.163-221.059a93.545 93.545 0 0 0-26.03-64.845 50.4 50.4 0 1 0-94.05-25.26 93.822 93.822 0 0 0-66.745 103.445h185.839a94.604 94.604 0 0 0 .986-13.34zm-244.718 6.748a42.412 42.412 0 0 1 10.609-28.074 23.383 23.383 0 0 0-43.555 6.014 42.81 42.81 0 0 1 23.492 28.28 23.287 23.287 0 0 0 9.622-2.407 43.845 43.845 0 0 1-.168-3.813zm-79.388-14.963a23.383 23.383 0 0 0-41.522 21.495h28.688a42.665 42.665 0 0 1 12.822-21.495zm79.845-66.686a23.371 23.371 0 0 0-43.543 5.642 42.905 42.905 0 0 1 19.51 18.427 42.292 42.292 0 0 1 11.44-2.153 42.653 42.653 0 0 1 12.58-21.916zm29 7.819a23.383 23.383 0 0 0-22.685 17.537 42.905 42.905 0 0 1 19.534 16.924 42.316 42.316 0 0 1 16.335-3.271h.854a111.36 111.36 0 0 1 7.373-17.177 23.383 23.383 0 0 0-21.41-14.013zm-69.524 26.402a23.36 23.36 0 0 0-43.483 4.174 42.905 42.905 0 0 1 20.966 18.945 42.557 42.557 0 0 1 10.826-1.648 42.593 42.593 0 0 1 11.691-21.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-fruiting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M183.625 18.625c14.87 30 48.802 61.854 94.625 69.813-.92.074-1.844.157-2.78.25-120.804 11.912-47.283 183.807 16.467 124.906 72.576 57.343 121.264-114.676 8.75-125.156.896-1.462 1.836-2.847 2.844-4.157 9.85-12.794 25.548-19.246 42.876-19.093 34.656.308 73.688 26.587 73.688 82.094 0 25.625-6.817 44.11-18.375 58.845-11.56 14.736-28.308 25.84-48.876 34.688-41.137 17.695-96.796 25.78-149.438 38.562-6.806 1.653-13.36 3.46-19.687 5.406 1.525-5.413 1.8-11.35.374-17.842-3.726-16.97-17.056-28.657-35.78-28.72-6.243-.02-13.09 1.268-20.376 4.063 35.376 4.074 54.748 36.824 13.562 59.22-38.89 19.51-64.424 45.92-77.063 75.688-15.853 37.34-10.746 78.968 11.376 115.968H223.25c-39.562-34.53-49.422-78.006-30.063-119.625 34.61-56.74 113.376-65.356 120.907 4.283 4.367 40.096-32.934 42.928-56.063 18.125 8.312 30.084 34.22 37.283 55.376 27.843 19.453-8.68 22.78-32.91 20.47-51.342-5.843-46.6-35.67-68.998-69.407-68.25-2.554.056-5.13.272-7.72.593 18.125-12.167 39.6-23.373 64.406-33.217 13.658-3.896 26.794-8.317 39.063-13.594 22.377-9.628 42.07-22.244 56.217-40.283.05-.063.107-.123.157-.187l.125.063c32.98-36.512 60.553-9.002 55.25 26.78 18.34-25.255 9.634-46.69-10.94-57.343-9.6-4.973-18.7-5.787-27.124-3.72 3.16-10.856 4.875-22.835 4.875-36 0-64.522-47.85-100.387-92.186-100.78-22.168-.197-44.005 8.353-57.875 26.375-.322.417-.627.855-.94 1.28-16.542-41.594-64.536-55.71-104.155-55.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-fulguro-punch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M62.47 19.156c13.14 31.823 32.193 62.18 56.874 88.063-11.85 10.762-22.447 22.84-31.594 36.03-21.292-29.564-45.02-57.614-66.78-80.813v118.438c12.978 5.168 26.796 9.27 41.31 12.125-5.44 15.432-9.145 31.695-10.843 48.53-10.186-4.116-20.337-7.584-30.468-10.31v71.218c10.492-2.71 21.038-5.896 31.56-9.657 2.62 18.31 7.565 35.868 14.595 52.345-16.343 2.983-32.122 6.41-46.156 9.844v92.155c26.926-13.143 49.837-34.07 70-60.22 9.276 12.652 19.935 24.22 31.75 34.5-26.53 22.142-47.847 47.28-63.19 73h92.595c7.958-12.727 14.725-26.335 20.5-40.655 14.284 6.6 29.427 11.637 45.22 14.906-2.747 8.596-4.954 17.188-6.657 25.75h71.875c-1.942-7.296-4.26-14.625-6.938-21.97 16.495-1.207 32.463-4.318 47.688-9.123 2.684 10.814 6.03 21.202 10.03 31.093h115.813c-23.84-19.925-47.823-38.786-71.875-57.125 12.516-8.426 24.06-18.15 34.47-29 25.58 24.163 52.782 43.8 84 64v-90.124c-17.742-8.918-33.945-15.385-50.22-20.344 9.954-18.584 17.19-38.836 21.19-60.218 9.756 2.242 19.454 3.836 29.03 4.78v-80.437c-9.193 1.4-18.433 3.515-27.688 6.25-2.908-19.878-8.58-38.86-16.656-56.53 15.598-2.51 30.427-6.222 44.344-11.376V72.845c-26.48 12.112-52.134 30.69-74.125 55.5-7.378-8.85-15.472-17.06-24.188-24.594 29.456-23.952 52.59-51.62 66.625-84.594H350.875C344.37 33.453 338.83 49.05 333.97 65.78c-13.245-4.94-27.122-8.56-41.47-10.75 5.04-11.997 8.417-23.91 10.156-35.874h-91.25c5.198 12.036 9.282 24.276 12.97 36.563-20.538 3.574-40.058 10.134-58.095 19.218.863-18.856 2.546-37.14 6-55.782H62.47zm221.436 53.532c15.717 1.902 30.857 5.723 45.156 11.187-5.604 22.29-10.235 46.36-14.437 71.97 24.754-12.34 47.75-25.702 68.25-40.532 9.987 8.286 19.13 17.59 27.25 27.718-8.474 11.214-16.246 23.475-23.094 36.782 15.655.24 30.835-.28 45.44-1.687 9.135 18.536 15.367 38.786 18.092 60.125-20.3 7.672-40.714 18.08-61.187 30.313 19.462 12.528 39.614 21.787 59.75 28.125-3.828 21.506-11.21 41.754-21.563 60.125-21.15-5.05-43.417-8.204-70.187-11.407 13.78 18.952 27.526 35.257 41.656 49.844-11.004 11.5-23.43 21.617-37 30.094-15.012-11.3-30.045-22.448-45.092-33.53-.895 18.467.216 36.25 3.03 53.155-16.226 5.274-33.403 8.442-51.218 9.186-6.473-14.724-14.24-29.49-23.063-44.25-8.664 13.46-15.733 27.18-21.375 41-15.862-3.034-31.045-8.007-45.25-14.687 6.427-19.07 11.392-39.227 15.25-60.19-20.634 9.633-39.58 21.047-56.687 33.69-13.398-11.228-25.254-24.26-35.156-38.72 7.19-10.558 14.04-21.775 20.593-33.53-12.062.98-24.544 2.525-36.97 4.436-7.907-17.455-13.265-36.334-15.624-56.125 11.61-4.926 23.126-10.618 34.468-17.217C93.12 261.5 81.323 255.126 69.56 249.53c1.28-18.735 5.23-36.73 11.5-53.593 13.34 1.555 27.166 2.064 41.407 1.375-6.995-12.546-14.884-25.17-23.314-37.656 9.352-14.623 20.64-27.89 33.5-39.437 10.033 9.138 20.835 17.568 32.438 25.124.2-17.244.225-33.383.53-48.938C185.06 85.3 206.64 77.54 229.595 73.812c4.884 17.445 9.602 34.82 16.094 51.688 16.128-18.296 28.83-35.744 38.218-52.813zM205.5 156.094L173.47 275.78l30.686 8.25 32.094-119.686-30.75-8.25zm48.78 13.094l-32.06 119.687 30.686 8.22L285 177.404l-30.72-8.218zm48.75 13.03l-32.06 119.688 30.686 8.22 32.094-119.688-30.72-8.22zm48.75 13.063l-32.06 119.69 30.717 8.25 32.094-119.69-30.75-8.25zM134.407 262l-11.03 41.188L240.5 334.563l5.375-20.032-28.5-7.624-9.03-2.437-9-2.408-39.75-10.656-9.032-2.406 2.406-9.03 3.25-12.126L134.405 262z" fill="#fff"/></svg>
<svg class="tc-image-originals-full-motorcycle-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M294.396 52.127c-17.944.066-35.777 1.834-52.886 4.746-86.727 14.76-135.612 53.467-161.99 107.824 31.215-2.434 62.002-5.024 91.966-4.838 24.114.15 47.696 2.097 70.54 7.37 15.15 3.5 24.652 16.647 27.607 31.735 2.954 15.088.858 32.92-5.055 51.553l-.287.904-.468.826c-7.762 13.64-24.263 24.498-45.295 35.994-21.032 11.497-46.695 22.693-72.27 32.428-25.574 9.735-51.012 17.98-71.575 23.437-7.254 1.925-13.85 3.48-19.735 4.657 2.275 31.13 6.562 63.38 12.008 95.98 140.118-38.25 273.5-79.888 403.51-123.254 25.935-44.457 29.927-86.448 16.967-126.734-22.393-69.605-60.9-107.048-105.215-126.168-27.696-11.95-57.913-16.57-87.82-16.46zM130.184 179.205c-9.06.51-18.265 1.156-27.532 1.836L59.31 329.386c3.384-.79 6.936-1.663 10.754-2.676 4.004-1.063 8.27-2.27 12.66-3.554 10.022-31.07 43.3-131.415 47.46-143.95zm-46.7 3.262c-10.868.826-21.824 1.654-32.908 2.37-.32.445-.714.947-1.318 2.267-1.58 3.45-3.375 9.418-4.912 16.724-3.075 14.612-5.37 34.727-6.705 54.877-1.333 20.15-1.73 40.438-1.193 55.582.268 7.572.79 13.905 1.442 17.96.048.306.078.312.13.59.46-.01 1.033-.044 1.546-.064l43.918-150.306zM224 183c-15.596 0-28.66 12.582-28.66 28.152s13.064 28.155 28.66 28.155 28.66-12.584 28.66-28.155c0-15.57-13.064-28.152-28.66-28.152zm0 18c6.12 0 10.66 4.567 10.66 10.152 0 5.586-4.54 10.155-10.66 10.155s-10.66-4.57-10.66-10.155c0-5.585 4.54-10.152 10.66-10.152zm230.19 144.865C330.383 386.852 203.285 426.23 70.054 462.56c.413 2.317.81 4.63 1.232 6.948 147.607-26.65 255.974-68.965 371.36-109.164 4.118-4.857 7.947-9.68 11.546-14.48z"/></svg>
<svg class="tc-image-originals-galleon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M222.03 20.53v58.25L165.938 99l6.344 17.563 49.75-17.938v96.156l-87.155 33.845 6.75 17.406 80.406-31.218v141.97h-61.655l-1.438-7.594-4.687-25.063H95.812v-142.47l60.157-21.686-6.345-17.595-53.813 19.406V78.345H77.126v90.187l-52 18.75 6.344 17.564 45.655-16.47v135.75H26.437c5.565 54.4 27.327 108.08 66.782 143.595H375.56c9.543-51.545 39.83-95.146 73.688-136.44h-.063L494.594 299l-10.813-15.25-66.874 47.53H367.25V219.314l62.188-22.438-6.313-17.563-55.875 20.157v-67.032h-18.688v73.78l-49.937 18 6.313 17.563 43.625-15.75v121.595l-4.907 5.844-2.812 3.31H240.72V207.564l87.155-33.844-6.78-17.407-80.376 31.218V91.907l56.06-20.22-6.342-17.592-49.72 17.937v-51.5h-18.687z" fill="#fff"/></svg>
<svg class="tc-image-originals-gamepad tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M155.084 125.945c-.46 0-.926.01-1.397.034-5.646.285-12.097 2.464-20.707 8.204-21.824 14.55-51.912 60.395-67.834 110.005-15.92 49.61-18.046 102.25 5.936 132.966 4.142 5.306 13.387 8.93 23.756 8.846 10.216-.084 20.682-3.838 26.482-9.44 1.022-1.47 9.296-13.336 21.39-27.404 12.863-14.96 28.716-31.686 45.835-38.777 41.863-17.34 93.024-17.34 134.887 0 17.118 7.092 32.97 23.818 45.834 38.778 12.095 14.068 20.37 25.933 21.39 27.404 5.8 5.602 16.267 9.356 26.483 9.44 10.368.085 19.612-3.54 23.755-8.846 23.973-30.704 21.885-83.575 5.978-133.287-15.907-49.713-46.054-95.526-67.783-109.624-11.498-7.46-19.198-8.73-26.285-7.64-7.088 1.093-14.347 5.197-22.866 11.07-17.038 11.746-38.898 30.02-73.952 30.02-35.212 0-57.115-18.514-74.13-30.356-8.505-5.92-15.73-10.025-22.743-11.078-1.315-.198-2.65-.312-4.03-.317zm212.904 48.75a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zM135 183h18v32h32v18h-32v32h-18v-32h-32v-18h32v-32zm200.988 23.695a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm64 0a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm-32 32a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm-160 7h32v18h-32v-18zm64 0h27.897v18h-27.897v-18z" fill="#fff" /></svg>
<svg class="tc-image-originals-gamepad-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M176.938 24.03V75.44c-52.96 6.715-94.96 48.652-101.72 101.593H24.564v160.096h50.75c7.034 52.62 48.895 94.247 101.624 100.938V489.5H337v-51.374c53.01-6.453 95.158-48.183 102.22-101h50.811V177.03h-50.717C432.526 123.893 390.238 81.85 337 75.376V24.03H176.938zm18.687 18.69h122.688v139.75L257.25 243.5l-61.625-61.625V42.72zm61.656 17.436c-24.524 0-44.405 19.88-44.405 44.407 0 24.525 19.88 44.406 44.406 44.406 24.524 0 44.376-19.882 44.376-44.407 0-24.526-19.85-44.407-44.375-44.407zM43.25 195.72h139.78l61.032 61.03-61.718 61.688H43.25v-122.72zm288.25 0h139.844v122.718H332.188L270.5 256.75l61-61.03zm-226.406 16.624c-24.525 0-44.406 19.88-44.406 44.406 0 24.525 19.88 44.406 44.406 44.406 24.525 0 44.406-19.88 44.406-44.406 0-24.523-19.88-44.406-44.406-44.406zm304.344 0c-24.526 0-44.407 19.88-44.407 44.406 0 24.525 19.882 44.406 44.408 44.406 24.525 0 44.406-19.88 44.406-44.406 0-24.523-19.88-44.406-44.406-44.406zM257.25 269.938L318.313 331v139.813H195.625v-139.22l61.625-61.656zm.03 94.562c-24.524 0-44.405 19.88-44.405 44.406 0 24.525 19.88 44.406 44.406 44.406 24.524 0 44.376-19.88 44.376-44.406 0-24.525-19.85-44.406-44.375-44.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-garlic tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M217.465 30.803c.44 3.92.913 8.674 1.346 14.052 1.125.166 2.477.33 4.444.395 5.563.184 13.298-.154 20.976-.777 7.68-.624 15.374-1.525 21.084-2.383.567-.085 1.003-.165 1.518-.248-1.307-4.46-2.39-8.283-3.15-11.04h-46.217zm54.695 28.412c-1.284.226-2.667.45-4.17.676-6.22.936-14.203 1.866-22.303 2.524-8.1.658-16.247 1.05-23.03.826-.953-.03-1.87-.078-2.77-.135.818 20.64.435 44.035-6.3 61.342-17.575 45.157-66.902 73.035-107.907 101.145-20.503 14.055-39.06 28.076-51.016 42.9-11.957 14.824-17.565 29.58-14.092 48.414 6.058 32.85 30.452 59.058 63.908 78.32-.022-.24-.055-.473-.076-.714-3.172-36.897 16.3-86.13 81.88-149.852l6.454-6.27.768.79c-8.855 12.142-18.185 25.893-27.13 40.142-17.995 28.67-34.205 58.318-40.185 81.686-3.66 12.195-4.637 22.83-3.852 31.963 2.508 29.174 23.125 45.873 37.35 52.19 5.175 2.3 15.564 2.78 27.724.822 12.16-1.956 26.032-5.952 38.97-10.435 3.276-1.136 6.485-2.3 9.597-3.467-3.832-4.028-7.412-8.3-10.666-12.803-19.302-26.713-26.122-63.153-2.99-97.353l2.18-3.22c-3.023 12.43-3.065 25.998-1.805 38.528.615 6.122 1.6 12.02 2.85 17.526 1.443 12.024 6.71 23.398 14.354 33.976 16.224 22.453 44.278 39.448 66.64 43.524 9.313 1.697 28.067-4.016 42.567-13.348-1.83-.94-3.624-1.93-5.358-2.988-12.064-7.356-21.86-17.95-25.182-31.697l-2.113-8.748 17.496-4.23 2.113 8.75c1.918 7.936 7.8 14.91 17.057 20.556 9.258 5.645 21.636 9.6 34.467 11.176 25.66 3.147 51.865-4.003 60.808-17.683 12.51-19.135 15.126-41.138 4.844-65.693-4.297-10.263-10.992-20.956-20.353-31.797-4.007-6.106-8.56-12.323-13.445-18.547-13.093-16.688-28.437-33.323-40.713-46.147l.463-.752 7.662 4.722c37.088 22.842 62.097 47.366 76.338 72.17 2.34-6.142 4-12.51 4.887-19.094 2.413-17.91-2.877-32.225-13.664-46.293-10.787-14.068-27.304-27.283-45.934-40.342-28.536-20.002-62.008-39.37-86.62-64.515 7.872 20.72 17.83 41.59 26.538 56.11l3.602 6.003c-13.978-8.353-34.964-25.746-50.873-65.638v-.007c-5.19-15.058-9.082-29.94-10.605-42.948l-.234-1.994C284.27 95.3 278.82 79.757 274.23 65.7c-.762-2.336-1.39-4.346-2.07-6.485zm-30.06 265.22l.177.12-.306.453c.042-.193.087-.383.13-.574zm11.552 123.21c.155 10.235-2.71 21.145-1.578 36.994l.64 8.975 17.954-1.283-.64-8.977c-.61-8.53.723-16.336 1.45-24.587-6.115-3.178-12.104-6.907-17.826-11.122zm-15.773 2.918c-1.847.67-3.713 1.335-5.607 1.992-4.143 1.435-8.394 2.82-12.687 4.132-.022 1.37-.033 2.713-.035 4.012-.01 6.718.014 12.64-1.67 20.55l-1.876 8.803 17.605 3.75 1.874-8.803c2.088-9.802 2.056-17.623 2.067-24.27.007-3.6.034-6.84.33-10.168zm-29.835 9.388c-5.978 1.548-11.95 2.867-17.774 3.804-.85.137-1.69.246-2.534.37-1.356 3.462-3.08 6.86-5.414 10.233l-5.12 7.403L192.007 492l5.12-7.402c5.803-8.388 8.91-16.698 10.92-24.647zm74.96 4.09c1.13 7.544 3.048 14.03 4.233 20.944l1.522 8.87 17.742-3.04-1.522-8.873c-.796-4.645-1.706-8.522-2.535-12.145-6.41-1.23-12.944-3.172-19.44-5.756zm47.16 3.89c-6.298 1.833-12.626 2.846-18.76 2.783 1.82 3.967 3.888 7.702 5.687 12.064l3.43 8.32 16.642-6.86-3.432-8.32c-1.264-3.067-2.46-5.643-3.566-7.987z"/></svg>
<svg class="tc-image-originals-gas-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M364.563 27.5c-24.54 10.796-66.057 18.094-113.875 18.094-47.3 0-89.258-6.898-113.907-17.5C107.477 64.73 97.12 118.44 107 177c10.73 63.596 50.354 119.6 85.688 155.78 17.285-4.952 36.943-7.717 57.843-7.717 20.725 0 40.228 2.72 57.407 7.593 35.5-36.38 75.654-92.59 86.407-155.656 10.04-58.882-.233-112.842-29.78-149.5zm-187.625 80.03c10.768.263 21.255 4.955 29.937 12.282 11.577 9.77 20.607 24.33 25.25 41.657 4.643 17.326 4.078 34.437-1.063 48.686-5.14 14.25-15.398 26.053-29.78 29.906-14.384 3.854-29.174-1.23-40.75-11-11.577-9.77-20.608-24.328-25.25-41.656-4.644-17.327-4.08-34.47 1.062-48.72 5.14-14.248 15.398-26.02 29.78-29.874 3.597-.963 7.224-1.368 10.814-1.28zm146.75 0c3.59-.086 7.216.32 10.812 1.282 14.383 3.854 24.64 15.626 29.78 29.876 5.142 14.25 5.707 31.39 1.064 48.718-4.643 17.328-13.674 31.887-25.25 41.656-11.577 9.77-26.367 14.854-40.75 11-14.383-3.853-24.64-15.657-29.78-29.906-5.142-14.25-5.707-31.36-1.064-48.687 4.643-17.33 13.673-31.888 25.25-41.657 8.682-7.328 19.17-12.02 29.938-12.282zm-148.47 18.657c-1.44.063-2.867.286-4.25.657-7.374 1.976-13.434 8.13-17.062 18.187-3.628 10.058-4.295 23.6-.562 37.532 3.733 13.933 11.08 25.324 19.25 32.22 8.17 6.894 16.47 9.194 23.844 7.218 4.996-1.34 9.37-4.6 12.812-9.688-.557.206-1.108.376-1.688.532-14.782 3.96-31.402-10.042-37.093-31.28-5.692-21.24 1.685-41.665 16.468-45.626 3.214-.862 6.526-.853 9.78-.125-.63-.595-1.265-1.178-1.905-1.72-6.128-5.17-12.326-7.766-18.157-7.905-.486-.012-.957-.02-1.437 0zm148.75 0c-5.83.14-12.028 2.736-18.156 7.907-8.17 6.895-15.516 18.255-19.25 32.187-3.733 13.934-3.065 27.476.563 37.532 3.628 10.057 9.657 16.212 17.03 18.188 7.376 1.976 15.706-.324 23.876-7.22.87-.732 1.748-1.51 2.595-2.343-3.923 1.263-7.97 1.453-11.875.407-14.783-3.96-22.13-24.386-16.438-45.625 5.692-21.24 22.28-35.244 37.063-31.282 1.253.335 2.45.812 3.594 1.375-3.514-5.533-8.07-9.064-13.314-10.47-1.843-.493-3.744-.702-5.687-.656zm-73.437 217.594c-30.047 0-57.177 6.322-76 15.94-18.82 9.616-28.155 21.615-28.155 32.686 0 2.838.615 5.752 1.844 8.656 5.233-4.285 11.252-8.117 17.81-11.468 22.253-11.37 51.873-18 84.5-18 32.63 0 62.25 6.63 84.5 18 6.547 3.344 12.56 7.163 17.783 11.437 1.22-2.894 1.843-5.794 1.843-8.624 0-11.07-9.334-23.07-28.156-32.687-18.822-9.618-45.92-15.94-75.97-15.94zm0 46.5c-30.047 0-57.177 6.322-76 15.94-18.82 9.616-28.155 21.615-28.155 32.686 0 11.07 9.334 23.07 28.156 32.688 18.823 9.617 45.953 15.97 76 15.97 30.05-.002 57.148-6.353 75.97-15.97 18.822-9.617 28.156-21.617 28.156-32.688 0-11.07-9.334-23.07-28.156-32.687-18.822-9.618-45.92-15.94-75.97-15.94zm0 28.19c15.2 0 28.952 2.186 39.75 6.186 5.4 2 10.118 4.412 14 7.813 3.884 3.4 7.25 8.417 7.25 14.467 0 6.05-3.366 11.07-7.25 14.47-3.882 3.4-8.6 5.812-14 7.812-10.798 4-24.55 6.186-39.75 6.186-15.197 0-28.98-2.187-39.78-6.187-5.4-2-10.086-4.413-13.97-7.814-3.882-3.4-7.25-8.418-7.25-14.47 0-6.05 3.368-11.067 7.25-14.467 3.884-3.402 8.57-5.814 13.97-7.814 10.8-4 24.583-6.187 39.78-6.187zm0 18.686c-13.327 0-25.384 2.107-33.28 5.03-3.948 1.464-6.812 3.168-8.156 4.345-.292.256-.263.258-.406.408.143.15.114.15.406.406 1.344 1.177 4.208 2.913 8.156 4.375 7.896 2.923 19.953 5 33.28 5 13.33 0 25.387-2.077 33.282-5 3.948-1.463 6.812-3.2 8.157-4.376.29-.255.26-.257.405-.406-.144-.15-.115-.152-.406-.407-1.346-1.176-4.21-2.88-8.158-4.342-7.895-2.925-19.953-5.032-33.28-5.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-gas-pump tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M372.533 21.966L362.7 39.524l24.878 36.62-8.488 44.453 34.125 50.234 19.025-12.923-2.898 61.932.1.003-9.272 173.553c-1.28 17.17-8.718 21.912-14.123 21.93-5.393.02-13.577-5.053-15.95-22.354l-15.988-223.815-.03-.234c-1.673-13.444-7.012-24.765-17.11-31.393-8.642-5.673-19.398-7.853-32.822-8.365v-7.13c0-23.016-3.88-36.357-11.302-43.844-7.42-7.487-20.523-11.384-43.608-11.156H141.148c-23 0-36.182 3.91-43.636 11.363-7.455 7.455-11.364 20.637-11.364 43.637v320h-25v48h288v-48h-25V147.208c11.228.57 18.628 2.538 22.944 5.37 5.138 3.374 7.793 8.046 9.105 18.466l15.994 223.912.04.28c3.114 23.126 17.402 38.15 33.883 38.09 16.48-.06 30.304-15.588 32.01-38.628l.008-.092 9.407-176.086-.113-.006 3.428-73.25-1.334-9.974-76.985-113.324zm29.35 75.236l27.69 40.756-11.583 7.87-19.82-29.18 3.713-19.446zm-292.735 8.832h192v80h-192v-80zm16 103h160v18h-160v-18zm0 32h160v18h-160v-18z"/></svg>
<svg class="tc-image-originals-gate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M248 88v32.652c-5.287.834-10.615 2.448-16 4.63V104h-16v29.16c-1.698.96-3.402 1.953-5.115 2.98-3.598 2.16-7.23 4.48-10.885 6.905V120h-16v34.19c-5.324 3.85-10.664 7.826-16 11.822V152h-16v25.965c-5.402 4.008-10.75 7.9-16 11.592V168h-16v32.213c-1.04.647-2.09 1.312-3.115 1.928-4.448 2.67-8.766 5.003-12.885 6.962V200H88V214.973c-2.89.67-5.575 1.027-8 1.027h-8v-32H24v304h48V232h8c2.658 0 5.324-.23 8-.652V488h16V226.717c5.272-2.138 10.6-4.82 16-7.877V488h16V208.955c5.294-3.512 10.637-7.264 16-11.144V488h16V344h16v144h16V162.443c5.462-3.838 10.81-7.427 16-10.656V296h16V142.898c5.793-2.754 11.188-4.755 16-5.87V296h16V137.027c4.812 1.116 10.207 3.117 16 5.87V296h16V151.787c5.19 3.23 10.538 6.818 16 10.656V488h16V344h16v144h16V197.81c5.363 3.88 10.706 7.633 16 11.145V488h16V218.84c5.4 3.056 10.728 5.74 16 7.877V488h16V231.348c2.676.422 5.342.652 8 .652h8v256h48V184h-48v32h-8c-2.425 0-5.11-.357-8-1.027V200h-16v9.102c-4.12-1.96-8.437-4.292-12.885-6.96-1.026-.617-2.075-1.282-3.115-1.93V168h-16V189.557c-5.252-3.69-10.598-7.584-16-11.592V152h-16v14.012c-5.336-3.996-10.676-7.97-16-11.823V120h-16v23.045c-3.654-2.424-7.287-4.746-10.885-6.904-1.713-1.027-3.417-2.02-5.115-2.98V104h-16v21.283c-5.385-2.183-10.713-3.797-16-4.63V88h-16zM48 120c-13.35 0-24 10.65-24 24s10.65 24 24 24 24-10.65 24-24-10.65-24-24-24zm416 0c-13.35 0-24 10.65-24 24s10.65 24 24 24 24-10.65 24-24-10.65-24-24-24zm-280 54.035V328h-16V185.988c1.6-1.198 3.203-2.39 4.8-3.588 3.75-2.81 7.484-5.608 11.2-8.365zm144 0c3.716 2.757 7.45 5.555 11.2 8.365 1.597 1.2 3.2 2.39 4.8 3.588V328h-16V174.035zM216 312v32h80v-32h-80zm0 48v128h16V360h-16zm32 0v128h16V360h-16zm32 0v128h16V360h-16z"/></svg>
<svg class="tc-image-originals-gauls-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 65.492l-24.902 41.502c8.093-.556 16.385-.857 24.902-.857s16.81.3 24.902.857L256 65.492zM33.535 119.486L57 190.123c4.686-5.92 9.72-11.603 15.115-17.018 10.638-10.673 22.646-20.283 35.98-28.68l-74.56-24.94zm444.93 0l-74.56 24.938c13.334 8.398 25.342 18.008 35.98 28.68 5.396 5.416 10.43 11.1 15.115 17.02l23.465-70.638zM256 124.136c-77.012 0-133.54 23.952-171.135 61.675-35.603 35.726-54.268 84.258-56.168 138.03h454.606c-1.9-53.772-20.565-102.304-56.168-138.03C389.54 148.09 333.012 124.138 256 124.138zm-138.063 86.956c26.667 0 48.448 21.874 48.448 48.582 0 26.708-21.78 48.584-48.447 48.584S69.49 286.382 69.49 259.674c0-26.708 21.78-48.582 48.448-48.582zm138.063 0c26.666 0 48.447 21.874 48.447 48.582 0 26.708-21.78 48.584-48.447 48.584-26.666 0-48.447-21.876-48.447-48.584 0-26.708 21.78-48.582 48.447-48.582zm138.063 0c26.666 0 48.447 21.874 48.447 48.582 0 26.708-21.78 48.584-48.447 48.584s-48.448-21.876-48.448-48.584c0-26.708 21.78-48.582 48.447-48.582zm-276.125 18c-16.905 0-30.448 13.568-30.448 30.582 0 17.013 13.543 30.584 30.448 30.584 16.904 0 30.447-13.57 30.447-30.584s-13.543-30.582-30.447-30.582zm138.062 0c-16.905 0-30.447 13.568-30.447 30.582 0 17.013 13.542 30.584 30.447 30.584s30.447-13.57 30.447-30.584-13.542-30.582-30.447-30.582zm138.063 0c-16.905 0-30.448 13.568-30.448 30.582 0 17.013 13.543 30.584 30.447 30.584 16.905 0 30.448-13.57 30.448-30.584s-13.543-30.582-30.447-30.582zM28.32 341.84v61.164h139.787V341.84H28.32zm157.787 0v61.164h139.786V341.84H186.107zm157.786 0v61.164H483.68V341.84H343.893z"/></svg>
<svg class="tc-image-originals-gavel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M129.75 24.47L21.625 211.655l55.78 32.188L185.532 56.656 129.75 24.47zm55.97 69.25l-75.626 130.874L326.47 349.47l75.592-130.876L185.72 93.72zm83.468.686l-11.22 19.438 84.97 49.03 11.25-19.468-85-49zM434.25 200.22L326.156 387.405l55.78 32.188 108.095-187.188-55.78-32.187zm-270.53 76.905l-11.282 19.53 84.968 49 11.25-19.5-84.937-49.03zm-3.095 45.844L61.312 494.81h67.157l82.28-142.968-50.125-28.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-gaze tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M160.72 18.188v52.718c-7.084 7.197-13.702 15.14-19.782 23.75C115.436 130.766 98.88 178.512 95.5 231.5c-15.843 6.807-32.368 11.327-46.938 12.563H19v18.687h27.938c15.03 1.032 32.302 5.66 48.812 12.78 3.888 51.552 20.265 97.963 45.188 133.25 6.08 8.61 12.698 16.554 19.78 23.75v58.94h18.72v-42.533c22.546 16.858 48.51 26.625 76.25 26.625 27.717 0 53.653-9.76 76.187-26.593v42.5h18.688v-58.845c7.118-7.222 13.767-15.197 19.875-23.844 24.917-35.28 41.27-81.68 45.156-133.217 16.448-7.143 33.71-11.776 48.75-12.813h27.937v-18.688h-29.53c-14.582-1.237-31.113-5.763-46.906-12.593-3.38-52.977-19.91-100.712-45.406-136.814-6.108-8.647-12.757-16.622-19.875-23.844V18.188h-18.688v36.28c-22.534-16.832-48.47-26.593-76.188-26.593-27.74 0-53.703 9.767-76.25 26.625V18.187H160.72zm94.968 28.375c27.81 0 53.952 11.57 76.187 32.093v90.188c-3.3 28.337-37.34 58.837-76.22 58.812-40.656 0-75.936-33.853-75.936-63.25h-.282v-85.72c22.25-20.54 48.427-32.124 76.25-32.124zm-.063 18.75c-30.798 0-57.844 32.254-57.844 74.562s27.047 74.594 57.845 74.594 57.844-32.287 57.844-74.595-27.047-74.563-57.845-74.563zm94.938 33.906c1.56 2.024 3.092 4.09 4.593 6.218 21.458 30.382 36.4 70.79 41.063 116.093-25.535-15.01-45.376-35.753-45.376-57.124h-.28l-.002-65.187zm-189.844.093v69.656c-2.597 19.8-21.665 38.734-45.626 52.686 4.648-45.354 19.616-85.808 41.094-116.22 1.48-2.094 2.994-4.127 4.53-6.124zm6.874 124.062c19.914.01 41.186 8.716 64 27.156l.25 5.564c-22.345 18.332-43.445 27.15-63.406 27.25-21.094.106-42.096-9.34-63.72-30.03 21.138-20.45 41.848-29.948 62.876-29.94zm170.625 0c20.928.01 43.357 9.603 67.5 30.03-23.548 20.184-45.702 29.833-66.626 29.94-19.773.098-39.455-8.202-59.656-26.283l.312-7.843c19.62-17.622 38.9-25.853 58.47-25.845zm-167.908 12c-9.548 0-17.28 7.766-17.28 17.313 0 9.546 7.732 17.28 17.28 17.28 9.548 0 17.313-7.734 17.313-17.28 0-9.548-7.764-17.313-17.313-17.313zm170.657 0c-9.55 0-17.283 7.766-17.283 17.313 0 9.546 7.734 17.28 17.282 17.28 9.547 0 17.28-7.734 17.28-17.28 0-9.548-7.733-17.313-17.28-17.313zm-85.314 43.875c38.88 0 72.918 30.507 76.22 58.844v86.687c-22.236 20.525-48.38 32.095-76.188 32.095-27.823 0-54-11.582-76.25-32.125v-82.22h.28c0-29.396 35.28-63.256 75.938-63.28zM115.47 285.5c23.788 13.933 42.672 32.765 45.25 52.47v66.155c-1.538-1.997-3.053-4.03-4.532-6.125-20.89-29.58-35.642-68.653-40.72-112.5zm280.405.125c-5.09 43.797-19.848 82.824-40.72 112.375-1.5 2.126-3.033 4.194-4.592 6.22v-61.69h.28c0-21.27 19.672-41.91 45.032-56.905z" fill="#fff"/></svg>
<svg class="tc-image-originals-gear-hammer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.344 17.5l-4.188 25.313c-17.994-.1-35.62 2.066-52.562 6.28l-9.438-25.062-55.125 20.75 9.907 26.282c-15.008 8.587-28.96 18.95-41.5 30.876L90 83.53l-37.375 45.5L75.75 148c-8.54 14.428-15.47 30.036-20.5 46.594l-30.063-4.97-9.593 58.095L46 252.75c-.374 17.218 1.313 34.127 4.906 50.438L22 314.063l20.75 55.125 28.625-10.782c8.07 15.027 17.91 29.046 29.28 41.75L81.688 423.25l45.532 37.344 18.343-22.344c14.386 9.118 30.04 16.577 46.687 22.125l-4.53 27.5 58.093 9.594 4.343-26.283c18.046.874 35.764-.54 52.875-4.03l8.97 23.78 55.094-20.75-8.53-22.656c16.126-8.343 31.134-18.683 44.655-30.78l17.936 14.72 37.344-45.533-17.188-14.093c9.733-15.35 17.606-32.125 23.25-50.03l21.407 3.53 9.56-58.094-21.06-3.47c.608-18.84-1.282-37.305-5.408-55.06l19.844-7.47-20.75-55.125-20.187 7.594c-8.89-16.114-19.817-31.033-32.5-44.376l14.155-17.25-45.5-37.375-14.72 17.936c-15.396-9.116-32.13-16.37-49.936-21.47l3.967-24.092-58.093-9.594zm-8.03 47.938c11.136-.15 22.437.685 33.81 2.562C395.113 85.164 465.665 183.606 448.5 287.594 431.336 391.58 332.894 462.134 228.906 444.97 124.92 427.803 54.366 329.36 71.53 225.374c15.02-90.99 92.292-156.386 181.032-159.813 1.585-.06 3.16-.103 4.75-.124zm.217 18.687c-1.437.018-2.88.04-4.31.094-80.154 3.037-149.672 61.917-163.25 144.186-15.52 94.022 47.977 182.606 142 198.125 94.02 15.52 182.573-47.977 198.093-142 15.52-94.02-47.947-182.573-141.97-198.092-10.283-1.698-20.496-2.44-30.562-2.313zm.408 18.156c9-.116 18.145.546 27.343 2.064 84.096 13.88 140.85 93.092 126.97 177.187-13.88 84.096-93.06 140.85-177.156 126.97-25.808-4.26-49.03-14.68-68.438-29.5l109.688-133.625 52.844 43.375 58.437-71.188-108.22-88.78-101.842 35.53 71 58.25L140.78 353.938c-26.985-33.066-40.165-77.126-32.655-122.625 12.146-73.583 74.283-126.223 145.97-128.937 1.28-.048 2.557-.077 3.843-.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-gears tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M179.625 22.313L163.22 58.937c-3.258-.384-6.498-.604-9.72-.624-10.577-.066-20.857 1.808-30.47 5.28L99.78 31.032 55.75 63.188l24.063 33.657c-7.21 10.412-12.3 22.5-14.5 35.75l-42.72 4.687 5.345 54.25 45.468-5c5.082 10.2 12.078 19.372 20.594 26.97l-19.406 43.375 49.375 22.094 19.5-43.564c11.656 1.242 23.08.128 33.75-3l28.124 38.53 31.72-23.186 11.655 20.156C234.014 279.138 220.873 292.3 209.624 307l-49.22-28.344-25.718 46.72 48.125 27.937c-7.068 16.934-11.967 34.975-14.343 53.812H112.5v53.72h56.22c1.66 12.053 4.372 23.753 8.03 35.06h169.312c-23.915-10.758-40.562-34.788-40.562-62.717 0-37.964 30.754-68.75 68.72-68.75 37.963 0 68.75 30.786 68.75 68.75 0 27.93-16.67 51.96-40.595 62.718h91.5V200.375l-11.688-6.406L454.594 242c-16.842-7.204-34.808-12.234-53.594-14.72v-55.53h-53.72v55.47c-18.303 2.377-35.83 7.183-52.31 14.03l-27.126-47.28-36 20.25-9.25-12.97c7.08-9.223 12.43-19.93 15.5-31.72l44.437-4.843-5.342-54.25-42.25 4.157c-4.92-12.618-12.648-23.953-22.563-33.094L229 44.406l-49.375-22.093zm-27.344 84.25c23.3-.24 42.94 17.827 44.376 41.343 1.48 24.275-17.004 45.144-41.28 46.625-24.278 1.483-45.145-16.974-46.626-41.25-1.48-24.274 16.973-45.142 41.25-46.624.76-.046 1.53-.086 2.28-.094z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-gecko tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M439.313 23.094c-14.073-.124-34.5 9.153-60.25 28.875-.54-.5-1.12-.986-1.72-1.44-9.96-7.527-24.127-5.554-31.656 4.407-7.408 9.803-5.613 23.7 3.938 31.313-4.674 14.337-1.07 28.65 7.094 40.125-.335 6.702-2.71 12.345-9.97 18-9.175 7.148-18.937 16.258-28.688 26.97-22.286-11.36-39.37-29.202-54-49.595l2.094-.875c36.75-15.54 22.554-40.264-11.03-26.063-6.733-15.916-14.667-22.693-20.75-22.843-8.893-.22-13.83 13.717-5.314 33.874-41.17 17.408-28.02 42.575 11.032 26.062l1.812-.78c14.265 27.902 33.188 47.988 57.5 62.81-17.14 22.89-32.872 50.29-43.47 80.095-14.762-11.55-29.08-16.705-43.467-16.624-19.66.11-39.445 9.975-60.564 26.47l-.594-.938c-22.67-35.828-47.807-22.65-23.906 15.125-31.142 19.703-20.793 46.652 15.156 23.906 19.496 30.818 45.243 18.597 23.907-15.126l-1.97-3.125c36.48-16.268 63.367-10.887 79.313 20.75-1.173 9.542-1.683 19.22-1.47 28.936-31.58 54.99-83.526 108.47-139.905 74.72C56.43 400.583 31.08 290.24 86.03 264.812c-88.86 14-72.12 158.155-11.343 202.093 68.89 49.802 177.1 9.79 226.47-67.5 9.23-9.248 18.042-19.363 26.343-30.125 28.19 9.79 47.533 34.53 54.78 66.564l-1.842-.125c-39.833-2.513-38.174 25.95-1.782 28.25-2.676 42.446 25.93 38.56 28.25 1.78 44.61 2.818 44.1-25.58 1.78-28.25l-3.436-.22c2.32-47.622-21.094-79.984-52.594-105.592 10.95-19.048 20.074-39.302 26.75-60.032 14.804 17.315 36.6 20.202 65.844 11.125 15.61 38.424 42.24 30.015 25.97-11.25 34.28-13.522 29.2-41.947-10.376-26.342-13.374-33.928-40.953-26.72-26.313 10.406l1.97 4.97c-27.402 6.667-38.812-5.483-47.938-26.127 3.577-21.29 4.258-42.663 1.375-63.375-1.377-9.886 5.03-15.268 11.875-20.437 8.062-.07 16.09-2.327 23.313-7.344 9.9 6.767 23.476 4.636 30.78-5.03 7.53-9.96 5.556-24.128-4.405-31.656-.673-.51-1.385-.984-2.094-1.406C469.22 52.58 464.05 23.31 439.312 23.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-gem-chain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M145.28 17.156c-10.722 0-20.276 5.363-26.124 13.532-3.28-.298-6.57-.46-9.844-.5-6.41-.078-12.785.354-18.968 1.28-4.17.625-8.302 1.507-12.313 2.657-5.9-6.62-14.484-10.813-23.968-10.813-17.63 0-32.124 14.496-32.124 32.126 0 9.798 4.494 18.62 11.5 24.53-2.013 10.177-1.95 19.485-.25 27.907-8.033 5.853-13.282 15.32-13.282 25.938 0 17.63 14.496 32.125 32.125 32.125 8.108 0 15.544-3.07 21.22-8.094 4.63 3.03 9.4 5.94 14.22 8.812-.23 1.54-.345 3.12-.345 4.72 0 17.628 14.464 32.124 32.094 32.124 5.696 0 11.058-1.512 15.718-4.156 3.63 3.45 6.945 7.12 9.937 11.03-5.673 5.806-9.188 13.726-9.188 22.407 0 15.196 10.77 28.05 25.032 31.314-.285 6.97-1.24 14.578-2.94 22.906-7.71 7.632-12.5 18.213-12.5 29.844 0 11.37 4.592 21.723 12 29.312L143.876 459.5l24.75-36.344.125-1.03 8.844-74.907.625-5.22 4.78-2.188 23.813-10.937 3.78-1.72 3.813 1.626 66.375 28.595 5.033 2.156 41.218-2.03-97.717-42.063c-.428-12.813-6.67-24.214-16.157-31.656 6.108-12.412 12.582-22.46 19.5-30.717 3.886 1.686 8.145 2.625 12.625 2.625 17.63 0 32.126-14.497 32.126-32.125 0-.858-.026-1.72-.094-2.563 7.24-3.022 14.84-5.583 22.782-8.063 5.75 8.83 15.705 14.72 26.937 14.72 17.63 0 32.095-14.497 32.095-32.126 0-.248.006-.5 0-.75 7.466-2.73 15.06-5.84 22.78-9.468 5.912 6.92 14.68 11.344 24.408 11.344 17.63 0 32.125-14.496 32.125-32.125 0-4.883-1.11-9.525-3.094-13.686 1.988-1.696 3.977-3.442 5.97-5.25 4.47-4.062 8.36-8.21 11.717-12.406 2.9.868 5.958 1.343 9.126 1.343 17.63 0 32.125-14.464 32.125-32.093 0-17.1-13.623-31.258-30.53-32.093-.815-1.418-1.703-2.782-2.688-4.094-10.114-13.47-27.91-19.66-46.812-15.906-5.88-7.822-15.236-12.907-25.688-12.907-17.63 0-32.125 14.496-32.125 32.126 0 2.676.34 5.288.97 7.78-4.606 1.48-9.358 2.69-14.22 3.688-4.69-11.954-16.39-20.5-29.937-20.5-14.21 0-26.375 9.404-30.563 22.282-.49-.056-.977-.096-1.468-.156-7.364-.893-14.776-2.13-22.19-3.656-.644-17.076-14.868-30.875-32.092-30.875-10.565 0-20.007 5.2-25.875 13.156-8.143-3.288-16.077-6.82-23.688-10.56.02-.475.03-.96.03-1.44 0-17.628-14.494-32.124-32.124-32.124zm0 18.688c7.53 0 13.44 5.907 13.44 13.437 0 7.53-5.91 13.44-13.44 13.44-7.53 0-13.436-5.91-13.436-13.44 0-7.53 5.907-13.436 13.437-13.436zM54.063 42c7.53 0 13.438 5.907 13.438 13.438 0 7.528-5.908 13.437-13.438 13.437s-13.437-5.907-13.437-13.438c0-7.53 5.907-13.437 13.438-13.437zm51.438 6.938c2.534-.042 5.086.012 7.656.156v.187c0 17.63 14.496 32.126 32.125 32.126 10.5 0 19.906-5.118 25.782-13 7.672 3.723 15.626 7.253 23.782 10.53-.017.424-.03.857-.03 1.283 0 17.628 14.494 32.124 32.124 32.124 11.45 0 21.556-6.134 27.25-15.25 8.235 1.716 16.52 3.09 24.78 4.094 1.16.14 2.31.28 3.47.406 3.92 13.317 16.293 23.156 30.812 23.156 15.15 0 27.97-10.707 31.28-24.906 7.855-1.49 15.507-3.508 22.908-6.156 5.663 4.973 13.065 8 21.125 8 17.63 0 32.125-14.497 32.125-32.126 0-.582 0-1.174-.032-1.75 10.226-1.395 18.642 2.073 23.938 7.813-8.74 5.766-14.563 15.65-14.563 26.813 0 7.753 2.798 14.9 7.44 20.468-2.504 2.893-5.383 5.845-8.72 8.875-1.994 1.812-3.984 3.533-5.97 5.22-4.828-2.915-10.462-4.594-16.467-4.594-17.63 0-32.125 14.496-32.125 32.125 0 1.254.076 2.503.218 3.72-7.127 3.36-14.19 6.254-21.187 8.813-5.832-8.236-15.414-13.657-26.19-13.657-17.44 0-31.82 14.187-32.124 31.563-8.24 2.576-16.358 5.483-24.312 8.936-5.9-7.545-15.073-12.437-25.313-12.437-17.628 0-32.093 14.463-32.093 32.093 0 6.62 2.02 12.802 5.5 17.937-8.06 9.418-15.562 20.688-22.375 34.313-2.903-.642-5.91-1-9-1-3.03 0-5.99.318-8.843.937.5-4.477.787-8.82.874-13 12.003-4.67 20.594-16.393 20.594-29.97 0-17.628-14.496-32.124-32.125-32.124-2.17 0-4.29.207-6.344.625-4.093-5.693-8.677-10.813-13.595-15.5 2.208-4.344 3.47-9.233 3.47-14.405 0-17.63-14.497-32.125-32.126-32.125-9.288 0-17.685 4.022-23.564 10.406-4.358-2.647-8.565-5.262-12.53-7.875.66-2.548 1.03-5.223 1.03-7.968 0-17.63-14.495-32.093-32.125-32.093-.508 0-1.026.006-1.53.03-.54-4.26-.41-8.98.47-14.344 1.013.1 2.054.156 3.093.156 17.63 0 32.124-14.496 32.124-32.124 0-1.384-.108-2.755-.28-4.094 2.323-.556 4.722-1.032 7.218-1.407 3.992-.598 8.15-.93 12.375-1zm283.063 7.187c7.53 0 13.437 5.907 13.437 13.438C402 77.09 396.092 83 388.562 83s-13.437-5.907-13.437-13.438c0-7.53 5.907-13.437 13.438-13.437zM226.938 66.813c7.53 0 13.406 5.876 13.406 13.406 0 7.527-5.877 13.436-13.406 13.436-7.53 0-13.438-5.907-13.438-13.437 0-7.53 5.907-13.407 13.438-13.407zM313.25 79.22c7.53 0 13.438 5.875 13.438 13.405 0 7.53-5.908 13.438-13.438 13.438s-13.438-5.908-13.438-13.438S305.72 79.22 313.25 79.22zM462.156 89c7.53 0 13.438 5.907 13.438 13.438 0 7.528-5.908 13.406-13.438 13.406s-13.406-5.876-13.406-13.406S454.626 89 462.156 89zM52.03 120.406c7.53 0 13.44 5.876 13.44 13.406s-5.91 13.438-13.44 13.438c-7.53 0-13.436-5.907-13.436-13.438 0-7.53 5.907-13.406 13.437-13.406zm354.283 30.688c7.53 0 13.437 5.907 13.437 13.437 0 7.53-5.908 13.44-13.438 13.44s-13.437-5.91-13.437-13.44c0-7.53 5.907-13.436 13.438-13.436zm-287.094 6.844c7.53 0 13.436 5.907 13.436 13.437 0 7.53-5.908 13.438-13.437 13.438-7.53 0-13.407-5.908-13.407-13.438s5.876-13.438 13.406-13.438zm207.81 24.187c7.53 0 13.408 5.876 13.408 13.406s-5.877 13.44-13.407 13.44-13.436-5.91-13.436-13.44c0-7.53 5.907-13.405 13.437-13.405zm-81.75 28.03c7.53 0 13.44 5.877 13.44 13.407S252.81 237 245.28 237c-7.53 0-13.405-5.907-13.405-13.438 0-7.53 5.876-13.406 13.406-13.406zm-77.468 9.19c7.53 0 13.438 5.906 13.438 13.436s-5.908 13.44-13.438 13.44-13.437-5.91-13.437-13.44c0-7.53 5.907-13.436 13.438-13.436zm19.5 74.155c9.223 0 17.102 5.21 20.907 12.875l-1.157-.5-42.375 16.78c-.466-1.853-.72-3.8-.72-5.81 0-8.078 3.988-15.13 10.126-19.314l.47.126c.04-.17.083-.33.124-.5 3.628-2.314 7.95-3.656 12.625-3.656zm23.5 54.094l-15.28 7-7.063 59.906 52.374 3.156 23.47-47.03-53.502-23.032zm129.22 28l-58.75 2.906-24.907 49.906 30.22 54.28 53.436-107.092zm-155.5 57.375l-34.626 50.874 119.97 7.25-30.47-54.813-54.875-3.31z" fill="#fff"/></svg>
<svg class="tc-image-originals-gem-necklace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M26.537 18.69c-5.14 13.737 1.93 32.374 21.42 32.374 1.11 0 2.175-.07 3.205-.185-14.21 12.198-9.28 41.503 15.158 41.503 3.21 0 6.075-.513 8.612-1.418-7.113 13.846-.416 34.93 20.31 34.93 5.08 0 9.312-1.273 12.71-3.39-5.43 13.773 1.582 32.77 21.26 32.77 3.985 0 7.446-.785 10.395-2.142-2.018 11.57 3.74 24.662 17.375 27.35l-55.47 76.296 169.78 233.525L441.067 256.78 364.97 152.11c13.87-2.34 19.88-15.235 18.147-26.84 1.81.403 3.756.625 5.852.625 20.725 0 27.42-21.084 20.307-34.93 2.537.905 5.403 1.418 8.612 1.418 24.436 0 29.365-29.305 15.157-41.504 1.03.115 2.095.184 3.205.184 19.49 0 26.56-18.637 21.42-32.375h-42.84c-3.445 9.207-1.397 20.607 6.19 27.13-1.007-.113-2.05-.175-3.133-.175-20.563 0-27.425 21.08-20.367 34.925-2.524-.904-5.373-1.414-8.554-1.414-17 0-24.62 14.408-22.767 27.225-1.804-.404-3.745-.628-5.832-.628-10.137 0-16.94 5.126-20.39 11.982L298.366 60.5 271.29 23.256l-7.558 10.394-81.398 111.96c-3.543-6.543-10.237-11.366-20.068-11.366-3.973 0-7.43.792-10.38 2.162 2.21-12.973-5.388-27.87-22.673-27.87-5.053 0-9.275 1.28-12.67 3.405 5.38-13.772-1.77-32.784-21.3-32.784-3.184 0-6.034.51-8.56 1.416 7.06-13.846.2-34.927-20.363-34.927-1.084 0-2.126.062-3.134.175 7.588-6.523 9.636-17.923 6.19-27.13h-42.84zm271.83 73.59l38.38 52.788L326 185.18c-2.728-.513-5.523-.795-8.377-.795-3.85 0-7.593.504-11.203 1.422l-20.498-76.41 12.445-17.118zm-26.578 36.558l17.48 65.16c-4.572 3.337-8.695 7.403-12.225 12.022-3.006 3.932-5.625 8.27-7.824 12.927l-44.646-25.168 47.215-64.942zm79.095 35.68l32.416 44.587-17.308 9.772c-2.192-4.632-4.8-8.947-7.79-12.86-4.17-5.453-9.16-10.144-14.75-13.76l7.433-27.74zm-33.262 38.554c9.644 0 18.64 5.02 25.73 14.297 7.092 9.277 11.81 22.688 11.81 37.696 0 15.01-4.72 28.42-11.81 37.7-7.094 9.278-16.086 14.296-25.73 14.296-9.644 0-18.638-5.018-25.73-14.296-7.092-9.28-11.813-22.69-11.813-37.7 0-15.007 4.72-28.42 11.813-37.697 7.092-9.28 16.086-14.298 25.73-14.298zm-104.11 5.924l49.716 28.03c-1.198 5.775-1.84 11.817-1.84 18.04 0 7.44.913 14.623 2.606 21.395L213.72 304.85l-34.947-48.07 34.74-47.782zm180.85 15.324l23.598 32.46-23.73 32.642-22.982-12.955c1.694-6.774 2.606-13.958 2.606-21.4 0-6.252-.647-12.32-1.854-18.12l22.363-12.627zm-123.666 69.82c1.87 3.546 3.988 6.888 6.348 9.975 3.883 5.08 8.48 9.495 13.607 13l-18.314 68.36-47.555-65.41 45.914-25.924zm93.85.003l18.62 10.498-32.774 45.08-8.313-30.988c6.148-3.716 11.614-8.72 16.12-14.617 2.36-3.087 4.478-6.428 6.347-9.972zm-56.576 30.55c3.13.682 6.352 1.06 9.653 1.06 2.323 0 4.604-.2 6.846-.542l11.79 43.948-37.893 52.12-11.89-16.356 21.494-80.23z" fill="#fff"/></svg>
<svg class="tc-image-originals-gem-pendant tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M29.018 18.875c-2.63 10.297.047 21.72 8.044 29.72 10.035 10.034 25.46 11.696 37.29 5 5.914 5.346 11.686 10.373 17.357 15.12-.338 1.818-.522 3.687-.522 5.597 0 17.024 14.008 31 31.03 31 4.917 0 9.576-1.17 13.72-3.24 5.755 3.91 11.562 7.715 17.482 11.48-.474 2.142-.732 4.36-.732 6.635 0 17.024 14.008 31 31.03 31 7.577 0 14.55-2.772 19.964-7.345l13.873 8.125c-.263 1.535-.414 3.113-.414 4.732v38.904L114.07 255.27v160.064l138.284 80.053 138.283-80.053V255.27l-104.047-60.233V156.7c0-.983-.067-1.946-.172-2.897 5.393-3.07 10.655-6.08 15.697-8.994 5.226 3.992 11.736 6.377 18.762 6.377 17.023 0 31-13.976 31-31 0-1.867-.176-3.695-.498-5.476 6.047-3.987 12.012-8.058 17.978-12.298 3.97 1.855 8.38 2.9 13.02 2.9 17.023 0 31.03-13.976 31.03-31 0-1.973-.194-3.903-.553-5.78 5.273-4.45 10.697-9.14 16.318-14.116 11.6 5.714 26.135 3.778 35.736-5.822 7.998-7.998 10.675-19.42 8.045-29.72h-20.413c4.018 4.888 3.736 11.916-.85 16.5-4.887 4.888-12.55 4.89-17.437 0-4.585-4.585-4.867-11.614-.85-16.5h-20.414c-1.915 7.5-1 15.592 2.72 22.528-4.12 3.636-8.123 7.105-12.034 10.434-5.575-5.288-13.083-8.555-21.297-8.555-17.024 0-31.03 14.01-31.03 31.032 0 5.45 1.438 10.583 3.948 15.05-4.245 2.958-8.5 5.84-12.797 8.673-5.6-5.48-13.24-8.88-21.62-8.88-17.025 0-31.032 14.01-31.032 31.032 0 3.166.484 6.225 1.383 9.11-4.23 2.445-8.744 5.028-13.247 7.605-1.028-.994-2.112-1.91-3.246-2.716-6.692-4.768-14.72-6.882-22.714-7.014-7.996-.132-16.15 1.718-22.97 6.504-.807.565-1.586 1.186-2.337 1.85-4.367-2.573-8.764-5.164-12.947-7.622.642-2.47.984-5.056.984-7.716 0-17.024-14.007-31.032-31.03-31.032-7.977 0-15.29 3.075-20.812 8.094-4.47-2.838-8.894-5.69-13.248-8.596 2.267-4.297 3.56-9.178 3.56-14.34 0-17.025-13.977-31.033-31-31.033-8.26 0-15.804 3.304-21.388 8.642-4.515-3.827-9.1-7.833-13.79-12.067 3.063-6.575 3.715-14.03 1.94-20.98H68.568c4.018 4.887 3.736 11.915-.85 16.5-4.887 4.887-12.55 4.888-17.437 0-4.584-4.586-4.865-11.615-.848-16.5H29.018zm93.2 43.094c6.924 0 12.313 5.42 12.313 12.343s-5.387 12.312-12.31 12.312c-6.926 0-12.345-5.39-12.345-12.313 0-6.923 5.42-12.343 12.344-12.343zm260.157 0c6.924 0 12.344 5.42 12.344 12.343s-5.42 12.312-12.345 12.312c-6.924 0-12.344-5.39-12.344-12.313 0-6.923 5.42-12.343 12.345-12.343zM183.72 107.843c6.922 0 12.343 5.42 12.343 12.344 0 6.923-5.42 12.312-12.344 12.312-6.926 0-12.345-5.39-12.345-12.313 0-6.923 5.42-12.343 12.344-12.343zm137.155 0c6.924 0 12.313 5.42 12.313 12.344 0 6.923-5.39 12.312-12.313 12.312-6.924 0-12.344-5.39-12.344-12.313 0-6.923 5.42-12.343 12.345-12.343zm-69.164 38.013c4.695.078 9.355 1.536 12.18 3.55 2.826 2.012 4.01 3.805 4.01 7.292v27.52l-15.546-9-16.526 9.565V156.7c0-4.09 1.258-5.835 3.953-7.725 2.696-1.89 7.237-3.195 11.93-3.118zm-8.122 56.03v32.728l-74.182 43.21-28.558-16.462 102.74-59.476zm18.687.67l102.16 59.138-28.624 16.502-73.533-42.83-.002-32.81zm-9.988 48.62l72.256 42.085-.002 84.316-72.253 42.086-72.256-42.086.003-84.314 72.254-42.088zm.465 18.33l-56.883 98.15v.724l56.566 32.977L309 368.38v-66.085l-56.248-32.79zm-119.994 8.764l28.586 16.48v84.027l-28.586 16.48V278.272zm239.19.668l-.003 115.648-28.715-16.553v-82.54l28.717-16.555zM333.493 393.99l28.414 16.38-99.63 57.677v-32.574l71.216-41.483zm-161.77.375l71.864 41.86v32.494l-100.21-58.013 28.345-16.342z" fill="#fff"/></svg>
<svg class="tc-image-originals-gems tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M303.2 19.338l-161.966 93.51 93.512 161.966 161.967-93.51-4.674-8.093-4.874-8.44-4.127-7.54-.188.07-79.65-137.962zm-20.62 33.486l-50.27 90.14c-19.184-7.687-37.887-17.28-56.165-28.69l106.435-61.45zm19.914 2.664l63.235 109.528c-40.568 2.1-78.993-3.29-115.658-15.536l52.422-93.992zm-251.61 25.68L23.032 167.99l74.302 51.123 27.854-86.822-5.723-3.936-68.578-47.186zm10.118 29.646l32.295 22.22-44.233 14.99 11.938-37.21zm385.836 22.33l-46.143 17.418 9.06 16.557 20.165-7.614 2.992 43.463-39.94 15.077-.878-12.748-18.016 10.4 1.977 28.71 76.457-28.865-5.674-82.402zm-270.55 3.045c31.896 18.617 65.316 32.12 100.267 39.964l-39.52 65.25L176.29 136.19zm-76.604 14.414l-12.467 38.863-33.73-23.207 46.197-15.656zm196.437 29.318c19.028 3.07 38.496 4.478 58.403 4.158l-93.675 54.084 35.273-58.242zM21.187 224.744l1.96 14.336 21.672 158.522 167.026 49.484-1.994-14.59-23.522-12.463L79.99 388.53l59.563-26.098 34.398-54.528 6.943 50.77 16.082-20.33-8.766-64.114-167.024-49.486zm22.435 26.14l121.497 35.997-38.314 60.733-66 28.92-17.182-125.65zm313.064 5.206l-88.914 23.824-1.916 2.395-89.266 111.594 197.365 102.963 118.662-187.66-135.93-53.117zm-13.6 22.988l31.3 55.317-86.09 22.673 2.505-63.978 52.284-14.012zm21.582.193l88.18 34.46-59.778 15.743-28.402-50.202zm-93.035 25.734l-2.232 57.04-54.978 14.48 57.21-71.52zm184.313 27.234l-73.545 116.31 13.94-100.61 59.605-15.7zm-79.185 20.856L362.762 454.11l-67.342-79.594 81.338-21.422zM275.402 379.79l67.532 79.817-124.325-64.86 56.792-14.958z" fill="#fff"/></svg>
<svg class="tc-image-originals-ghost tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M373.688 22.063c-1.245-.014-2.498 0-3.75.03-31.364.748-65.528 15.414-96.938 47.313-88.264 89.642-154.092 171.18-242.938 174.03 23.65 18.21 54.87 31.21 85.25 36.783-24.375 29.26-50.877 47.65-93.437 64.842 37.915 9.124 74.452 6.5 109.813-2.343-27.29 34.35-62.118 65.85-107.47 95.78 60.376-.392 136.226-12.138 181.626-47.906-4.842 30.69-16.186 65.125-43.22 100.47 70.74-18.73 117.115-42.386 146.595-83.533 2.905 27.513-.94 45.098-11.095 80.595 78.006-66.3 150.857-164.775 182.78-270.97C513.44 108.94 452.066 22.89 373.69 22.063zM371.03 96.47c5.76 0 11.1 1.732 15.564 4.686-7.706.283-13.875 6.6-13.875 14.375 0 7.956 6.45 14.407 14.405 14.407 5.118 0 9.6-2.665 12.156-6.687.028.503.033 1.022.033 1.53 0 15.633-12.648 28.314-28.282 28.314-15.632 0-28.31-12.68-28.31-28.313 0-15.63 12.678-28.31 28.31-28.31zm67.376 34.874c4.462 0 8.683 1.035 12.438 2.875-5.734 1.9-9.875 7.284-9.875 13.655 0 7.955 6.45 14.406 14.405 14.406 4.54 0 8.547-2.093 11.188-5.374.086.902.156 1.826.156 2.75 0 15.632-12.68 28.313-28.314 28.313-15.633 0-28.312-12.682-28.312-28.314s12.68-28.312 28.312-28.312zm-111.5 32.47l4.906 45.155 29.782-25.032 4.625 42.53 31.31-26.343 4.314 39.75 30.312-25.47 5.97 55.032-43.938 36.938-4.313-39.75-30.313 25.47-4.625-42.533-31.312 26.344-4.906-45.156-29.783 25.03-5.968-55.03 43.936-36.938z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-gibbet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M82.063 22.97v55.468h10.624v-.157h85.907v.157h67.22L356.5 189.03v303.876h88.313V22.97H82.063zm225.125 55.468H356.5v49.28l-49.313-49.28zm-188.47 18.53v119.313c-6.382 11.06-15.59 27.544-23.374 45.032-7.905 17.757-14.563 36.232-14.563 52.782 0 15.672 4.607 30.03 12.657 40.906 8.05 10.876 20.057 18.438 33.688 18.438 13.63 0 25.637-7.562 33.688-18.438 8.05-10.876 12.687-25.234 12.687-40.906 0-16.68-6.99-35.573-15.03-53.563-7.144-15.975-15.21-30.695-21.032-40.905V96.97h-18.72zm8.126 143.188h.562c4.58 8.437 9.43 17.778 14 28 7.59 16.977 13.406 35.015 13.406 45.938 0 11.93-3.682 22.556-9.03 29.78-5.35 7.226-11.856 10.876-18.657 10.876-6.8 0-13.308-3.65-18.656-10.875-5.35-7.225-9-17.85-9-29.78 0-11.054 5.498-28.48 12.936-45.19 4.603-10.34 9.635-19.947 14.438-28.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-gift-of-knowledge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M375.344 18.438c-1.137-.01-2.276.007-3.438.03-13.273.27-28.187 2.787-45.562 8.126-22.4 6.883-38.08 27.877-35.844 50.312 1.62 16.34 15.186 34.143 30.875 45.625 24.664 18.046 42.29 36.65 54.375 54.44l7.625 48.843 18.47-2.907-5.064-32.437c-1.34-23-7.98-45.714-22.342-69.095 14.54 8.79 27.36 18.46 38.03 28.156l28.22 55.72 16.656-8.438-26.53-52.406c-7.148-17.347-17.845-33.647-33.783-49.03 15.97 4.774 30.48 10.84 42.97 17.436l39.906 45.22 14-12.376-40.5-45.875-.094.095C441.37 85.048 426.1 72.19 406.063 61.687v-.093c-.278-.243-.558.187-.812.187-25.3-1.83-47.73-.167-62.28 3.69 13.373-10.633 34.805-18.547 64.592-21.25l47.375 18.31 6.75-17.436-41.375-16-.093-.032c-13.467-6.492-27.824-10.464-44.876-10.625zm-237.688.03c-16.838.232-31.037 4.164-44.375 10.595l-41.468 16.03 6.72 17.438 47.406-18.31c29.77 2.706 51.224 10.62 64.593 21.25-14.55-3.857-36.98-5.52-62.28-3.69-.254 0-.534-.43-.813-.186v.093C87.4 72.192 72.132 85.047 60.188 99.876l-.124-.094-40.5 45.876 14.03 12.375L73.5 112.813c12.49-6.596 27-12.662 42.97-17.437-15.94 15.384-26.668 31.684-33.814 49.03l-26.53 52.407 16.687 8.438L101 149.53c10.672-9.694 23.49-19.366 38.03-28.155-14.36 23.38-21 46.095-22.343 69.094l-5.03 32.436 18.468 2.906 7.594-48.78c12.084-17.806 29.684-36.437 54.374-54.5 15.69-11.483 29.254-29.286 30.875-45.626 2.234-22.435-13.414-43.43-35.814-50.312-19.113-5.873-35.252-8.32-49.5-8.125zM307.72 235.814c-11.41 0-24.272 4.91-40.22 22.718v130.814c19.24-13.898 38.485-19.628 56.563-19.844 22.987-.275 43.643 7.632 61.562 15.438 17.92 7.805 33.542 15.33 44.156 16.468 5.308.57 9.002-.088 12.564-2.312 3.187-1.99 6.62-5.816 10-12.53L431.688 256.81c-10.648 7.425-20.88 11.553-30.72 12.688-13.806 1.592-26.063-2.53-36.75-7.97-21.37-10.875-38.164-25.762-56.5-25.717zm-99.376 5c-18.118-.082-35.583 15.45-57.406 27.093-10.912 5.822-23.348 10.394-37.407 9.156-10.018-.88-20.423-4.782-31.186-12.156L62.906 393.47c13.616 13.096 25.344 15.566 38.594 13.842 14.267-1.855 30.332-9.854 47.406-18.093 17.074-8.24 35.31-16.776 55.438-17.22 14.575-.32 29.73 4.21 44.47 15.344V259.47c-16.255-18.45-24.774-18.62-40.47-18.658zM45.438 278.875l-24.782 158.22 194.906 13v19h83.563v-18.97l195.53-13.03-24.78-158.22-15.53 1.22 16.936 106.5.44 2.78-1.158 2.53c-4.76 10.555-10.745 18.306-18.312 23.033-3.66 2.285-7.59 3.727-11.594 4.53l.03.188-1.998.188c-.084.012-.167.02-.25.03-.958.136-1.915.217-2.875.282h-.125L258.563 437.28l-.782.064-.75-.063-158.467-10.967h-.094c-4.606.203-9.278-.1-13.97-.97-.03-.005-.063.006-.094 0-13.02-2.434-26.164-9.29-38.25-22.124l-3.125-3.314.69-4.5 17.405-115.312-15.688-1.22zM324.28 388.188c-18.502.22-37.827 6.678-59.436 27.625l-2.344 2.28 124.563-12.03c-2.944-1.34-5.893-2.688-8.907-4-17.257-7.518-35.372-14.096-53.875-13.875zm-119.53 2.5c-14.906.328-30.94 7.28-47.72 15.375-3.318 1.6-6.69 3.246-10.06 4.875L254 418.344l-2.72-3.125c-17.09-19.683-31.624-24.86-46.53-24.533z" fill="#fff"/></svg>
<svg class="tc-image-originals-gift-trap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M137 98.656c-16.695.23-30.792 4.135-44.03 10.47L51.155 125.31l6.72 17.407 47.374-18.314c29.788 2.705 51.25 10.618 64.625 21.25-14.55-3.855-36.98-5.487-62.28-3.656-.255 0-.535-.43-.814-.188v.063c-20.038 10.504-35.305 23.39-47.25 38.22l-.124-.126-40.468 45.874 14 12.375 39.968-45.25c12.475-6.585 26.963-12.64 42.906-17.407-16.033 15.476-26.79 31.88-33.937 49.343L55.47 277.03l16.686 8.44 28.188-55.72c10.678-9.705 23.508-19.39 38.062-28.188-14.368 23.392-21.037 46.116-22.375 69.125L111 303.125 129.47 306l7.593-48.78c12.085-17.806 29.716-36.438 54.406-54.5 15.688-11.484 29.222-29.287 30.843-45.626 2.235-22.436-13.413-43.398-35.813-50.28-19.113-5.874-35.252-8.353-49.5-8.158zm235.5 0c-13.583.133-28.894 2.65-46.813 8.156-22.4 6.884-38.078 27.846-35.843 50.282 1.62 16.34 15.186 34.142 30.875 45.625 24.662 18.042 42.29 36.65 54.374 54.436L382.72 306l18.467-2.875-5.03-32.25c-1.313-23.073-7.968-45.858-22.376-69.313 14.557 8.8 27.385 18.482 38.064 28.188l28.187 55.72 16.658-8.44-26.5-52.405c-7.147-17.362-17.863-33.667-33.813-49.063 15.943 4.768 30.43 10.823 42.906 17.407l39.97 45.25 14-12.376-40.5-45.875-.125.093c-11.94-14.814-27.195-27.692-47.22-38.188v-.063c-.277-.242-.557.188-.81.188-25.302-1.83-47.732-.2-62.283 3.656 13.38-10.636 34.82-18.548 64.625-21.25l47.344 18.313 6.75-17.407-41.81-16.188c-13.24-6.334-27.337-10.24-44.033-10.47-.89-.01-1.78-.008-2.687 0zM256.406 213.25l-29.875 16.063c17.367 18.545 21.357 38.456 20.845 55.906-7.2-4.745-14.84-9.365-22.03-12.5-42.413-18.495-76.576 29.284-76.25 78.092.324 48.81 26.526 95.435 68.936 103.907 10.856 2.167 32.447-3.007 38.814-20.626 8.826 17.087 29.49 22.085 40.312 19.687 42.293-9.345 64.763-56.715 69.906-105.25h.032c4.502-42.497-33.786-100.522-80.875-76.436-6.1 3.12-12.72 7.05-19.095 11.187 2.077-24.64-2.11-50.12-10.72-70.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-gladius tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" class="cls-2" d="M124.812 388.907a60.718 60.718 0 0 0 16.564 11.588L107.28 435.07a48.756 48.756 0 0 0-28.35-28.006l34.16-34.576a61.093 61.093 0 0 0 11.722 16.42zm209.598-276.44c-32.754 33.14-57.813 79.127-103.008 124.853-9.13 9.245-40.292 37.355-58.303 53.555l49.223 48.64c15.98-18.24 43.727-49.744 52.858-58.978 45.154-45.726 90.828-71.39 123.57-104.477C452.683 121.485 481 28.492 481 28.492s-92.67 29.4-146.59 83.976zM83.656 430.594a30.92 30.92 0 1 0 .26 43.727 30.817 30.817 0 0 0-.26-43.727zm91.13-40.603c11.16 0 20.822-2.81 24.497-6.56l20.885-21.103-69.88-69.047-20.823 21.135c-7.964 8.068-11.233 43.06 7.85 61.905 10.12 10.026 24.79 13.66 37.47 13.66z"/></svg>
<svg class="tc-image-originals-glass-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M371.28 18.906c-40.78.092-82.526 21.026-110.624 65.813-35.57-51.667-93.288-71.73-143.5-61.47-54.427 11.12-99.783 58.946-97.47 134.688 2.17 70.978 43.028 120.858 91.25 168.53 48.225 47.674 104.27 94.2 141.97 159.5L261 500l8.094-14.03c37.55-65.042 95.404-109.375 144.625-156.064 49.22-46.69 90.167-97.202 87.905-172.53C499.49 86.238 455.06 36.64 401.875 22.81c-9.972-2.593-20.252-3.93-30.594-3.906zm-.06 18.532c8.754.06 17.462 1.233 25.936 3.437 45.197 11.753 83.9 53.345 85.813 117.063 2.054 68.423-33.94 112.727-82.095 158.406-44.992 42.678-100.275 85.296-139.844 147-39.266-61.85-92.684-106.41-136.936-150.156-47.363-46.823-83.76-91.68-85.72-155.813C36.29 89.075 74.47 51.05 120.907 41.562c46.437-9.487 101.338 10.72 131.938 65.844l8.5 15.375 8-15.655C294.42 57.898 333.28 37.17 371.22 37.437zM358.81 58.343c-1.67-.023-3.264.033-4.78.156-6.066.49-10.737 2.085-13.782 4.156-3.045 2.07-4.678 4.384-5.5 8-1.644 7.233 2.136 19.413 12.188 32.03 10.05 12.62 25.672 25.346 43.937 34.44 18.265 9.092 35.618 12.667 47.75 11.686 6.066-.49 10.705-2.085 13.75-4.156 3.045-2.07 4.71-4.384 5.53-8 1.645-7.232-2.166-19.38-12.217-32-10.052-12.62-25.642-25.345-43.907-34.437-15.98-7.957-31.27-11.718-42.967-11.876zm-210 .03c-1.315-.017-2.565.03-3.75.126-4.736.38-8.26 1.594-10.437 3.063-2.176 1.468-3.208 2.934-3.78 5.437-1.148 5.006 1.59 14.41 9.593 24.375 8 9.964 20.55 20.132 35.218 27.375 14.667 7.243 28.56 10.04 38.03 9.28 4.738-.378 8.263-1.624 10.44-3.093 2.175-1.468 3.207-2.934 3.78-5.437 1.147-5.006-1.592-14.41-9.594-24.375-8-9.964-20.55-20.1-35.218-27.344-12.834-6.336-25.076-9.28-34.28-9.405zm114.313 130c-54.47 0-103.808 4.458-138.938 11.5-17.564 3.523-31.616 7.76-40.5 11.97-4.44 2.105-7.545 4.263-9.062 5.75-.73.715-1.024 1.135-1.156 1.344.13.215.424.658 1.155 1.375 1.517 1.486 4.62 3.613 9.063 5.718 8.883 4.212 22.935 8.448 40.5 11.97 35.13 7.043 84.466 11.53 138.937 11.53 54.47 0 103.808-4.487 138.938-11.53 17.564-3.522 31.616-7.758 40.5-11.97 4.44-2.104 7.545-4.23 9.062-5.718.73-.716 1.024-1.16 1.156-1.375-.13-.208-.425-.628-1.155-1.343-1.517-1.487-4.62-3.645-9.063-5.75-8.883-4.21-22.935-8.447-40.5-11.97-35.13-7.042-84.466-11.5-138.937-11.5zM452.78 218.94c.144.225.095.203.095 0 0-.204.048-.232-.094 0zm-379.31 0c-.143-.232-.095-.204-.095 0 0 .203-.05.225.094 0zm364.592 29c-9.2 3.16-20.002 5.93-32.343 8.406-36.928 7.403-87.112 11.875-142.595 11.875-55.483 0-105.7-4.473-142.625-11.876-11.487-2.303-21.663-4.86-30.438-7.75 43.797 57.35 119.452 106.2 170.688 184.937 28.976-43.9 66.72-77.32 101.78-108.374 29.198-25.858 56.307-50.194 75.533-77.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-glass-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.53 27.375c-48.39 0-92.187 5.807-124.655 15.53-16.234 4.863-29.648 10.643-39.688 17.75-10.04 7.11-17.5 16.403-17.5 27.75 0 1.172.097 2.312.25 3.44h-.187l1 10.25 32.875 339.592h.03c.536 9.302 7.122 16.108 15.064 21.22 8.123 5.228 18.688 9.385 31.436 12.937 25.497 7.103 59.68 11.406 97.438 11.406 37.76 0 71.92-4.304 97.437-11.406 12.76-3.55 23.357-7.718 31.5-12.938 7.934-5.085 14.494-11.798 15.158-21.03h.03l39.25-339.595.47-4.093c1.244-3.065 1.937-6.327 1.937-9.78 0-11.35-7.46-20.642-17.5-27.75-10.04-7.11-23.453-12.89-39.688-17.75-32.468-9.725-76.265-15.532-124.656-15.532zm0 18.688c46.88 0 89.348 5.775 119.314 14.75 14.983 4.487 26.83 9.84 34.25 15.093 7.42 5.254 9.594 9.582 9.594 12.5 0 2.918-2.175 7.216-9.594 12.47-7.42 5.252-19.267 10.605-34.25 15.093-29.966 8.973-72.434 14.75-119.313 14.75-46.878 0-89.314-5.777-119.28-14.75-14.983-4.49-26.83-9.842-34.25-15.095-7.42-5.253-9.625-9.55-9.625-12.47 0-2.917 2.206-7.245 9.625-12.5 7.42-5.252 19.267-10.605 34.25-15.093 29.966-8.974 72.402-14.75 119.28-14.75zM96.126 118.75c9.51 5.925 21.563 10.876 35.75 15.125 32.468 9.724 76.265 15.53 124.656 15.53 34.11 0 65.91-2.89 93.095-8l-4 76.25c-25.53-4.724-57.128-7.5-91.344-7.5-68.924 0-127.24 11.32-146.686 26.94L96.124 118.75zm319.03 1.094l-13.624 117.72c-4.28-3.6-10.63-6.96-18.686-10.033l9.187-97.186c8.758-3.123 16.52-6.593 23.126-10.5zm-16.405 141.72l-9.53 82.498c-3.96 9.04-10.745 16.984-19.658 23.813L378.72 271c8.322-2.87 15.116-6.047 20.03-9.438zm-288.78.092c21.506 14.704 78 25.22 144.31 25.22 32.79 0 63.15-2.597 88.095-6.97l-5.5 105.188c-73.98 27.105-197.158 14.24-219.094-42.625l-7.81-80.814z" fill="#fff"/></svg>
<svg class="tc-image-originals-glider tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M247.989 307.923l.88.88-118.47 118.42c-22.74 22.79-76.09 54.47-76.09 54.47a17.21 17.21 0 0 1-22.18-26.16l181.72-181.71zm231.86-275.77a17.21 17.21 0 0 0-24.33 0l-181.72 181.72 34.1 34.1.88.88 118.42-118.43c22.74-22.74 54.47-76.09 54.47-76.09a17.21 17.21 0 0 0-1.82-22.18zm-52.44 319.24a32.78 32.78 0 0 0-23.25 9.62l-43.17 43.17a32.89 32.89 0 0 0 0 46.51l6 6 89.69-89.68-6-6a32.78 32.78 0 0 0-23.27-9.62zm-46.8 10.55l-18.69 18.69c-40.87-40.64-64.22-62-102.66-84l-39.27-39.32c-64-64-65.14-86.41-57.12-94.44 1.91-1.91 4.76-3.29 9-3.29 12.64 0 37.47 12.43 85.46 60.41l39.29 39.29c21.95 38.47 43.37 61.8 83.99 102.66zm-156.89-162.82c-34.3-29.84-49.85-33.11-53.79-29.17-2.7 2.7-1.91 8.38 2.33 16.9 4.91 9.84 13.88 22.21 26.79 36.94z" fill="#fff"/></svg>
<svg class="tc-image-originals-globe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M322.02 20.184l-17.13 42.273c7.053 2.776 13.857 6.04 20.372 9.758l8.62-13.274 15.675 10.18-8.637 13.296c.85.628 1.692 1.266 2.53 1.91l-19.745 22.735c4.994 3.747 9.706 7.85 14.1 12.268l19.754-22.746c.187.184.38.366.567.55l11.795-10.618 12.504 13.89-11.79 10.614c4.71 5.887 9.005 12.117 12.846 18.648l14.114-7.19 8.482 16.653-14.092 7.177c3.015 6.877 5.555 14.007 7.578 21.353l15.452-3.283 3.884 18.28-15.445 3.282c1.114 7.374 1.71 14.918 1.77 22.59l15.777.827-.98 18.664-15.74-.825c-.835 7.61-2.214 15.056-4.09 22.303l14.947 4.857-5.777 17.774-14.922-4.85c-2.767 7.09-6.03 13.934-9.75 20.486l13.142 8.537-10.18 15.674-13.13-8.528c-4.493 6.108-9.418 11.877-14.725 17.273l10.46 11.617-13.89 12.506-10.437-11.594c-5.9 4.734-12.14 9.062-18.69 12.924l7.05 13.838-16.65 8.484-7.033-13.803c-6.898 3.034-14.055 5.585-21.427 7.62l3.213 15.123-18.28 3.884-3.21-15.107c-7.405 1.125-14.978 1.735-22.682 1.797l-.808 15.41-18.662-.98.807-15.368c-7.645-.834-15.127-2.208-22.405-4.092l-4.738 14.58-17.773-5.777 4.73-14.55c-7.124-2.78-13.997-6.063-20.575-9.803l-8.328 12.822-15.672-10.18 8.33-12.824c-.93-.685-1.848-1.384-2.762-2.088l19.848-22.853c-4.997-3.743-9.71-7.842-14.108-12.257l-19.848 22.853c-.156-.152-.314-.302-.47-.455l-11.356 10.226-12.504-13.89 11.347-10.216c-4.563-5.7-8.737-11.725-12.49-18.03l-38.9 23.71c9.515 15.894 21.132 30.386 34.472 43.088l-20.575 23.69 14.112 12.255 20.575-23.693c34.76 27.522 78.7 43.96 126.482 43.96 1.365 0 2.726-.023 4.084-.05v19.473c-34.134 15.356-59.115 36.682-79.753 59.906h197.54c-19.674-24.32-44.835-43.993-80.784-59.712V409.41c92.908-19.004 162.8-101.184 162.8-199.68 0-58.094-24.315-110.51-63.323-147.636l20.58-23.698-14.11-12.253-20.584 23.7c-15.464-12.24-32.75-22.278-51.376-29.66zm-75.108 82.664c-59.132 0-106.838 47.692-106.838 106.8 0 59.11 47.706 106.8 106.838 106.8 59.132 0 106.838-47.69 106.838-106.8 0-9.375-1.203-18.462-3.46-27.12-10.244 25.087-23.08 45.15-45.905 66.95-16.887-1.487-29.712-8.08-40.643-19.966 6.048-8.86 13.09-17.22 27.096-22.102-12.564-28.283-18.19-56.568-21.393-84.85 12.464 4.59 20.16 11.93 29.235 24.954 7.712 1.697 16.863-6.856 23.27-13.975-19.274-18.99-45.752-30.692-75.038-30.692zm-32.48 65.03c17.62 12.56 32.407 31.486 38.03 52.517-11.065 9.256-16.907 21.124-19.92 34.406 16.957 8.23 30.048 21.297 41.65 36.22v.007c-34.438-3.405-68.245-9.135-98.696-27.164-12.172-20.824-19.107-41.65-19.92-62.474 16.6-7.525 33.2-4.936 49.8.895 9.222-11.47 9.186-20.922 9.056-34.408z" fill="#fff"/></svg>
<svg class="tc-image-originals-gloop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M269.72 25.25c-20.685.89-19.476 33.216 3.624 39.406 19.492 5.224 36.934-30.34 3.5-38.594-2.61-.643-4.986-.904-7.125-.812zm199.874 28.22c-.622-.01-1.237.006-1.844.03-5.825.232-10.737 1.87-13.344 4.063-37.138 31.23 31.965 87.49 23.22 132.375-10.5 53.877-53.34 33.006-80.126 3.468-95.4-105.203-3.794.134-19.156 74.313-10.45 50.462-79.218 19.385-112.03 1.75-45.73-24.58-94.984-79.11-145.72-70.845-51.317 8.36-41.142 57.17-8.125 49.344 45.008-10.67 86.46-1.112 90.56 59.81 3.26 48.403-27.546 88.857-83.655 59.095-13.368-7.09-26.66-13.795-47.594 2.313-25.808 19.858-21.48 49.347-4.968 65.937 34.994 23.726 93.02 21.262 143.875 9.813-42.93 28.815-123.516 38.457-167.437 6.5-11.355 3.064-22.198 2.79-28.313 3.812v40.625H363.72c54.36-22.173 83.55-72.752 98.624-123.688 15.573 31.363-.37 83.37-35.5 123.688h68.78V69.75c-5.867-12.236-16.7-16.158-26.03-16.28zm-145.28 17.25c-5.316-.007-11.49 2.23-18.377 7.53-30.563 23.516 2.462 68.16 30.938 47.22 17.69-13.01 10.467-54.726-12.563-54.75zM446 239.187c33.445-.51 33.692 49.848 7.47 60.78-39.907 16.635-69.676-37.073-26.595-56.03 7.28-3.204 13.652-4.667 19.125-4.75zm-111.656 71.906c41.722-.37 83.516 15.24 82.78 54.97-1.046 56.614-87.026-1-112.405 34.217-38.934 54.023-88.553 10.63-68.314-36.592 23.35-44.777 104.963-28.658 145.97-5.438-15.22-21.573-40.67-38.884-69.126-45.594 6.892-.95 13.987-1.5 21.094-1.562z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-glowing-hands tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M104.748 18.654l49.537 95.77c-2.842 2.11-5.612 4.31-8.322 6.578L96.35 93.346l27.603 49.515c-23.207 27.374-38.42 61.737-42.035 99.488l-53.672 15.25 53.29 15.142c2.714 38.4 17.42 73.486 40.384 101.55l-9.27 16.628-93.978 89.217v13.795h12.61l93.935-89.17 16.94-9.446c28.21 24.968 64.26 41.267 104 44.72l14.052 49.456 13.972-49.174c20.024-1.333 39.16-5.918 56.877-13.24l32.15 66.854h20.735l-36.006-74.87c11.583-6.262 22.403-13.756 32.29-22.298l44.143 24.607-24.654-44.227c24.54-28.775 40.23-65.33 42.833-105.455l49.588-14.09-49.947-14.192c-.628-6.983-1.64-13.856-3.037-20.588l54.793-20.605v-19.967l-59.577 22.404c-7.712-24.122-20.35-46.036-36.725-64.574l26.164-46.935-47.45 26.452c-4.984-4.07-10.19-7.883-15.598-11.412l61.673-89.526h-22.693l-55.18 80.1C323.59 87.98 300.23 81.204 275.492 79.38L260.21 25.597 244.84 79.678c-27.16 2.56-52.57 11.12-74.897 24.343L125.79 18.655h-21.042zm80.846 148.838l32.418 66.22c2.915 2.22 5.857 4.2 8.96 5.774l8.485-39.52 18.272 3.923-11.437 53.253c-.877 6.204-2.08 11.73-3.57 16.632l-.207.963-.088-.02c-10.842 34.21-36.004 37.086-61.21 26.79l-74.59-18.977 4.606-18.112 53.29 13.56c.475-2.618 1.07-5.195 1.798-7.718l-59.506-32.723 9.006-16.377 57.885 31.832c1.276-2.172 2.645-4.256 4.115-6.226l-46.256-45.905L140.73 187.6l46.487 46.13c2.515-1.71 5.16-3.137 7.898-4.283L168.81 175.71l16.784-8.218zm153.21 0l16.784 8.217-26.307 53.735c2.74 1.146 5.384 2.574 7.9 4.284l46.486-46.132 13.164 13.263-46.258 45.906c1.47 1.97 2.84 4.054 4.117 6.226l57.884-31.832 9.006 16.377-59.506 32.723c.727 2.523 1.323 5.1 1.797 7.717l53.288-13.56 4.61 18.114-74.584 18.976c-30.147 12.315-60.23 5.795-65.83-50.63L270.69 204l18.224-4.145 8.96 39.39c2.934-1.535 5.736-3.42 8.51-5.53l32.42-66.223z" fill="#fff"/></svg>
<svg class="tc-image-originals-gluttonous-smile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M108.156 34.375c-27.67 0-50.25 23.22-50.25 52.53 0 29.313 22.58 52.564 50.25 52.564 27.672 0 50.25-23.252 50.25-52.564s-22.578-52.53-50.25-52.53zM421.22 47.438c-1.695-.01-3.407.078-5.126.25-6.14.61-11.648 2.435-16.75 5.093 27.534 22.946 44.814 53.08 55.594 86.282 11.516-10.587 18.16-26.445 16.406-44.062-2.72-27.316-24.72-47.412-50.125-47.563zM282.655 165.406c-.42 0-.847.015-1.28.03-11.443.446-27.712 7.003-49.313 24.408 3.852 7.27 6.62 15.613 8.53 24.687 2.33 11.068 3.43 23.334 3.282 36.19 23.447 22.623 38.49 54.107 46.063 86.343 19.412-35.968 30.116-91.95 24.28-129.813-3.462-22.468-11.877-36.76-23.75-40.656-2.272-.746-4.87-1.183-7.812-1.188zm83.875 8.53c-10.16.148-22.587 3.764-37.967 12.5 1.81 5.687 3.164 11.74 4.125 17.97 2.027 13.157 2.496 27.62 1.562 42.5 27.008 25.5 44.98 63.76 53.063 102.28 21.11-29.6 31.86-83.457 24.75-123.28-4.04-22.628-13.36-39.843-26.438-47.28-5.313-3.023-11.585-4.797-19.094-4.69zm-171.75 9.283c-10.523-.005-26.665 7.468-47.843 30.28 1.396 2.663 2.618 5.483 3.657 8.438 4.85 13.788 6.375 30.772 4.156 48.656.005.007-.005.024 0 .03 20.29 29.695 33.403 56.712 40.78 80.313 25.516-39.497 34.364-96.395 26.75-132.562-2.155-10.246-5.57-18.72-9.655-24.563-4.086-5.842-8.458-8.987-13.625-10.156-1.292-.292-2.69-.437-4.22-.437zm231.75 9.25c-1.692.008-3.404.142-5.155.374 4.212 9.048 7.168 19.17 9.063 29.78 1.913 10.714 2.828 22.07 2.78 33.626 26.028 31.95 37.214 78.36 35.907 121.125 24.203-32.054 28.19-77.965 18.28-116.438-5.933-23.04-16.852-43.023-30.03-55.062-9.472-8.653-19.55-13.467-30.844-13.406zM114.5 210.937c-7.918.4-21.825 7.95-38.78 29.625 22.127 29.55 34.963 56.85 40.843 80.406 20.408-31.727 24.01-71.195 16.406-92.814-2.2-6.255-5.194-10.882-8.282-13.594-3.09-2.71-6.038-3.834-10.188-3.625zm-69.594 37.406c-28.81.64-36.923 38.846-21.125 71.437 14.767-12.608 27.463-34.552 27.282-71.03-2.146-.317-4.2-.45-6.156-.406zm24 14.906c-2.85 30.697-14.558 52.92-29.53 67.344 10.64 27.8 23.558 43.408 33.593 49.312 5.353 3.15 9.6 3.735 13 3.094 3.398-.64 6.405-2.5 9.25-6.5 5.686-8.002 9.202-25.093 3.78-48.656-4.194-18.226-13.6-40.227-30.094-64.594zm262.563 8.25c-5.632 34.715-18.428 69.16-36.908 92.813 1.994 18.698 1.557 36.885-1.218 52.937-1.902 11-4.996 21.338-9.47 30.125 31.07 20.183 51.32 21.203 64.282 14.125 13.17-7.19 22.067-25.338 24.594-50.22 4.402-43.336-11.6-103.207-41.28-139.78zm-89.533 5.25c-4.72 34.618-18.057 70.647-40.656 98 3.4 20.416 1.988 37.567-4.093 50.594 12.106 13.154 22.842 21.475 31.657 25.937 9.418 4.77 16.263 5.222 21.72 3.626 10.91-3.192 20.378-17.73 24.374-40.844 6.888-39.846-4.113-99.3-33-137.312zm188.938 10.03c-5.11 33.988-18.502 66.466-39.813 86.533 1.413 13.79 1.527 27.27.25 39.843-1.764 17.37-6.273 33.478-14.406 46 18.41 9.376 31.363 7.765 42.188.47 12.215-8.235 22.194-26.186 27.28-49.188 8.365-37.82 3.207-87.827-15.5-123.657zm-281.78 9.408c-5.674 17.677-15.082 35.198-28.626 50.53.655 16.203-2.648 29.77-9.47 39.813 14.73 23.188 29.776 36.13 41.344 40.876 12.63 5.183 19.813 2.853 25.656-5.906 5.843-8.76 8.93-26.624 3.28-51.72-4.58-20.35-14.7-45.29-32.186-73.592z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-gluttony tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257 18.47c-53.396 0-105.417 36.548-146.25 90.124C69.917 162.17 40.823 232.14 32.562 294.78c-7.835 59.417 30.29 108.143 86.407 143.25 56.115 35.11 129.43 54.94 184.843 54.94 55.596 0 92.91-17.248 117.562-49.47 21.724-28.396 33.66-69.565 36.188-122.313-9.7 10.265-21.406 18.867-34.47 25.688-28.145 14.696-62.67 21.5-98.78 20.125-72.224-2.75-151.406-38.52-196.688-113.656l-.156-.25-.157-.28c-4.687-9.138-10.08-22.02-10.844-35.533-.383-6.756.442-13.89 3.905-20.405 3.463-6.515 9.75-11.956 17.906-14.875 63.234-22.534 118.354-31.668 167.782-31.844 3.296-.01 6.568.027 9.813.094 41.23.845 78.467 7.92 113.22 18.47-6.096-14.093-13.064-27.765-20.75-40.75-7.927 6.703-18.15 10.75-29.283 10.75-25.014 0-45.5-20.47-45.5-45.47 0-14.39 6.782-27.255 17.313-35.594C322.4 33.214 290.277 18.47 257 18.47zm-30.47 29.218c25.014 0 45.5 20.467 45.5 45.468 0 25-20.484 45.438-45.5 45.438-25.013 0-45.5-20.437-45.5-45.438 0-25 20.488-45.47 45.5-45.47zm0 18.687c-14.923 0-26.81 11.89-26.81 26.78 0 14.893 11.888 26.75 26.81 26.75 14.925 0 26.814-11.857 26.814-26.75 0-14.89-11.888-26.78-26.813-26.78zm152.532.125c-14.924 0-26.812 11.858-26.812 26.75s11.89 26.78 26.813 26.78c14.923 0 26.78-11.888 26.78-26.78 0-14.892-11.856-26.75-26.78-26.75zm-71.437 102.094l63.063 79.22 24.406-69c-27.274-6.38-56.13-10.22-87.47-10.22zm-14.28.28c-30.34 1.115-63.008 5.835-98.783 15.22l55.282 68.062 43.5-83.28zm108.217 11.5l50.907 63.47c-3.408-17.608-8.288-35.338-14.5-52.688-11.876-4.022-23.982-7.667-36.408-10.78zM181 187.815c-10.21 2.95-20.68 6.272-31.406 10l19.062 31.717L181 187.813zm11.313 51.405l-31.407 29c12.806 15.688 27.42 28.98 43.188 39.936l-11.78-68.937zm226.468 22.374L399.44 337.03c5.223-1.993 10.246-4.236 15-6.717 17.763-9.276 31.938-21.72 41.25-37.188l-36.907-31.53zm-144.217 4.625l-54.844 51.81c23.976 13.818 49.92 22.772 75.718 27.19l-20.875-79zm77.593.56l-43.562 80.283c5.51.617 10.995 1.073 16.437 1.28 22.865.872 44.853-1.86 64.376-7.843l-37.25-73.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-gold-mine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M403.818 33.117l-369.554 15.4v46.012L426.97 79.425l-23.152-46.31zM385.334 99.04l-30.408 1.17 9.78 185.806 38.554-7.71L385.334 99.04zm-135.152 5.198l-18.39.71-2.694 15.61-26.578 18.75.13.866-.273-.047-3.063 17.738 6.188 1.07 4.617 30.395 31.532 5.445 14.543-27.088 6.186 1.07 3.063-17.74-.273-.046.416-.773-18.75-26.578 3.346-19.382zm-77.444 2.98l-22.82.878-39.47 54.775-1.692 33.138 63.982-88.79zm-77.625 2.985l-31.275 1.203-28.72 272.832 45.66 6.733 14.335-280.767zM236.928 128.1l14.457 20.49-34.947-6.035 20.49-14.455zm-20.516 32.718l28.87 4.985-7.012 13.064-19.63-3.39-2.228-14.66zM437.12 289.89l-76.434 15.288-44.99-14.998-28.706 28.703h169.457L437.12 289.89zm-260.05 2.268l-9.42 20.725h-16.386v18h8.205l-7.275 16h-22.93v18h14.75l-8.183 18h-26.568v18h18.386l-13.636 30h-24.75v18h16.568l-8.762 19.275 16.387 7.45 12.147-26.725h143.423l-6.75-18H133.785l13.637-30h103.605l-6.75-18h-88.673l8.18-18h73.74l-6.75-18h-58.807l7.273-16h45.535l-4.498-12h41.258l6-6h-80.113l6.035-13.276-16.387-7.45zm69.182 44.725l40.36 107.635c6.022-8.242 15.748-13.635 26.652-13.635 11.916 0 22.43 6.438 28.234 16h55.53c5.804-9.562 16.32-16 28.236-16 10.424 0 19.768 4.93 25.832 12.564l26.64-106.564H246.252zm67.012 112c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm112 0c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15z"/></svg>
<svg class="tc-image-originals-gold-scarab tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M211.375 16.85c-23.61 23.413-25.858 60.333-6.746 86.322 3.767-5.196 8.21-9.834 13.184-13.78-11.825-18.498-9.592-43.096 6.72-59.273l-13.16-13.27zm94.705 0l-13.158 13.27c16.353 16.215 18.555 40.89 6.633 59.403 4.947 3.986 9.356 8.665 13.08 13.907 19.317-26.003 17.134-63.09-6.555-86.58zm-47.365 76.822c-26.81.002-49.127 22.936-49.127 51.996 0 .572.277 2.22.488 4.746l.045.53c13.05 5.81 29.927 9.52 47.06 9.88 17.555.37 35.25-2.72 49.56-9.28l.096-1.136c.213-2.527.488-4.144.488-4.74 0-29.156-21.795-51.994-48.605-51.996h-.005zm-125.97 12.11C89.104 131.18 59.02 176.25 59.02 257.987v9.344h76.572c2.31-6.463 5.042-12.702 8.158-18.69H77.904c2.018-70.906 26.967-105.015 64.24-126.704l-9.398-16.153zm252.18 0l-9.4 16.154c37.274 21.69 62.224 55.798 64.243 126.705h-66.082c3.115 5.988 5.848 12.227 8.16 18.69h76.808v-9.344c0-81.736-30.085-126.807-73.728-152.203zm-190.302 58.35c-22.655 11.32-35.68 27.848-35.68 44.534 0 8.485 2.916 16.418 8.948 24.04l3.665 4.632c25.47 13.425 56.948 21.68 88.804 27.752 29.126-3.376 57.303-15.203 86-28.36l3.185-4.025c6.033-7.622 8.945-15.553 8.945-24.04 0-16.67-13.054-33.065-35.728-44.358-19.17 11.306-42.908 15.686-65.975 15.2-22.74-.477-44.964-5.612-62.164-15.374zm160.445 89.173c-27.678 12.757-56.164 25.115-87.045 29.67v161.83c57.948-5.264 104.043-59.22 104.043-125.618 0-24.385-6.208-46.76-16.998-65.882zm-192.843.252c-10.702 19.068-16.858 41.352-16.858 65.63 0 66.37 46.056 120.307 103.97 125.61V282.002c-30.427-6.124-60.91-14.45-87.112-28.445zM35.568 292.09v9.344c0 55.27 14.616 114.355 47.99 159.775l15.06-11.067c-28.5-38.785-42.464-90.177-44.046-139.366h72.352c.337-6.353 1.033-12.594 2.105-18.687H35.567zm352.836 0c1.073 6.093 1.77 12.334 2.106 18.687h71.33c-1.582 49.19-15.546 100.58-44.045 139.366l15.06 11.066c33.373-45.42 47.99-104.505 47.99-159.776v-9.344h-92.44zM87.03 337.988v9.344c0 34.454 16.72 67.14 40.255 92.555 23.536 25.414 54.022 43.91 84.088 49.18l3.225-18.41c-24.705-4.328-52.526-20.71-73.602-43.47-18.76-20.257-32.003-45.286-34.703-70.51h24.904c-1.495-6.09-2.638-12.327-3.398-18.69H87.03zm302.605 0c-.76 6.362-1.904 12.6-3.4 18.688h25.144c-2.7 25.225-15.946 50.254-34.706 70.512-21.076 22.758-48.897 39.14-73.602 43.47l3.227 18.408c30.065-5.268 60.55-23.765 84.087-49.18 23.536-25.414 40.254-58.1 40.254-92.554v-9.344h-41.005z" fill="#fff"/></svg>
<svg class="tc-image-originals-gold-stack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M313.824 61.625l-67.865 118.24L176 96l-4.08 129.77L56.162 105.264 112 272l-81.986-63.115 19.865 113.77L18 311.724V391h7.514l16-48h40l16-48h40l16-48h40l16-48h92.972l16 48h40l16 48h40l16 48h40l16 48H494V241.285l-77.783 39.547L480 144l-125.797 83.758L400 128l-74.926 66.87zM222.486 217l-10 30h87.028l-10-30zm-56 48l-10 30h87.028l-10-30zm86 0L256 275.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm-168 48l-10 30h87.028l-10-30zm86 0L200 323.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L312 323.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm-280 48l-10 30h87.028l-10-30zm86 0L144 371.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L256 371.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L368 371.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zM18 409v30h57.514l-10-30zm66.486 0L88 419.54 91.514 409zm26 0l-10 30h87.028l-10-30zm86 0L200 419.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L312 419.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L424 419.54l3.514-10.54zm26 0l-10 30H494v-30zm-418 48L32 467.54 35.514 457zm26 0l-10 30h87.028l-10-30zm86 0L144 467.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0L256 467.54l3.514-10.54zm26 0l-10 30h87.028l-10-30zm86 0l3.344 10.033.342-.01L371.514 457zm26 0l-10 30h87.028l-10-30zm86 0l2.287 6.863 2.477-.07 2.264-6.793z"/></svg>
<svg class="tc-image-originals-goo-explosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M333.906 18.5c-14.948 0-26.875 11.925-26.875 26.875S318.96 72.25 333.907 72.25c14.947 0 26.875-11.928 26.875-26.875S348.854 18.5 333.907 18.5zm-231.937.22c29.583 37.7 52.166 72.266 66.468 100.936 8.118 16.275 13.732 30.693 16.687 43.188 2.955 12.495 3.61 23.21-.375 32.47-3.986 9.257-14.202 15.07-24.906 14.874-10.705-.196-22.65-4.38-37.22-12.157-26.083-13.923-60.59-40.088-104.686-81.155v87.22c17.217.47 33.334 1.874 48.28 4.093 6.49-6.09 15.193-9.844 24.72-9.844 16.02 0 29.742 10.606 34.468 25.125.34.135.694.267 1.03.405 29.738 12.147 50.185 28.877 55.095 50.28 2.456 10.703.282 22.157-6.093 32.283-6.374 10.125-16.616 19.196-30.687 27.437-26.885 15.746-68.287 28.618-126.813 36.906v120.97H40c30.353-48.064 58.883-82.285 83.97-105.094 25.865-23.52 47.85-35.416 66.436-37 9.794-.834 19.75 1.757 27.188 8.5 7.436 6.743 12.01 16.822 14.03 29.5 3.723 23.354-.613 56.84-15.25 104.094H246.5c-1.138-26.128 1.06-49.335 5.97-67.188 2.77-10.076 6.276-18.543 10.905-25.187 4.63-6.644 10.912-12.056 19.094-12.844 8.387-.806 15.275 3.7 21.186 9.5 5.912 5.804 11.454 13.664 17.094 23.408 10.504 18.145 21.15 43.102 31.375 72.312h37.53c-31.368-41.546-53.334-78.49-65.217-107.656-6.656-16.336-10.304-30.176-10.188-42.03.058-5.93 1.087-11.484 3.78-16.408 2.696-4.924 7.307-8.932 12.69-10.875 8.4-3.03 17.73-1.85 28.342 1.75 10.612 3.6 22.802 9.9 37.032 19.126C421.09 351.864 452.794 377.842 491 414v-94.313c-5.02-.2-9.91-.48-14.72-.78-9.716 12.95-25.184 21.374-42.53 21.374-23.575 0-43.66-15.557-50.563-36.905-3.77-1.22-7.396-2.503-10.843-3.844-30.306-11.79-49.777-29.047-51.563-51.374-1.784-22.326 14.164-43.95 43.47-64.28 28.192-19.56 70.115-38.664 126.75-56.282V18.72h-46.72c-25.482 53.29-51.333 94.012-75.124 121.968-24.602 28.91-46.417 45.424-67.47 45.75-10.524.163-20.573-5.326-26.467-14.407-5.895-9.08-8.614-21.047-9.095-36.03-.89-27.712 6.29-66.52 23.22-117.28h-34.94c2.344 37.833 1.71 68.807-1.81 91.53-1.92 12.386-4.58 22.43-8.47 30.375-3.89 7.944-9.516 14.6-17.875 16.5-8.36 1.9-16.53-1.977-23.188-8.063-6.657-6.085-12.917-14.847-19.437-26.687-12.414-22.543-25.64-56.773-39.438-103.656H101.97zm137.718 182c20.268.125 42.61 25.397 52.093 60.53 10.465 38.767 1.316 74.878-20.405 80.656-21.72 5.778-47.786-20.983-58.25-59.75-10.464-38.767-1.346-74.878 20.375-80.656 2.036-.542 4.09-.794 6.188-.78zm-148.75 16.31c-9.787 0-17.532 7.746-17.532 17.532 0 9.787 7.745 17.5 17.53 17.5 9.788 0 17.533-7.713 17.533-17.5 0-9.786-7.746-17.53-17.532-17.53zm342.812 35.626c-19.142 0-34.438 15.327-34.438 34.47 0 19.14 15.296 34.468 34.438 34.468 19.142 0 34.47-15.327 34.47-34.47 0-19.14-15.328-34.468-34.47-34.468zM40.72 269.594c-12.37 0-22.19 9.82-22.19 22.187 0 12.37 9.82 22.19 22.19 22.19 12.367 0 22.186-9.82 22.186-22.19 0-12.367-9.82-22.186-22.187-22.186zm362.655 153c-11.4 0-20.438 9.036-20.438 20.437 0 11.403 9.038 20.47 20.438 20.47 11.4 0 20.438-9.07 20.438-20.47 0-11.398-9.04-20.436-20.438-20.436z" fill="#fff"/></svg>
<svg class="tc-image-originals-goo-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.313 20.313c-75.614 0-136.907 61.323-136.907 136.937 0 46.158 22.847 86.95 57.844 111.75-15.582 15.662-28.663 29.187-32.375 34.156-5.435 7.278-2.287 19.75 6.125 26.03 8.227 6.144 21.526 6.04 27.25-1.623 4.064-5.44 14.078-23.306 25.25-43.97 4.615 1.93 9.364 3.64 14.22 5.063-7.324 22.19-13.396 41.497-14.532 47.875-1.593 8.942 6.82 18.67 17.156 20.5 10.107 1.8 21.947-4.27 23.625-13.686 1.172-6.58 2.1-26.513 2.81-49.53 3.15.215 6.33.342 9.532.342 3.207 0 6.38-.127 9.532-.344.71 23.02 1.608 42.95 2.78 49.532 1.68 9.415 13.55 15.485 23.657 13.687 10.338-1.83 18.72-11.558 17.126-20.5-1.137-6.38-7.203-25.7-14.53-47.905 4.854-1.423 9.603-3.1 14.218-5.03 11.173 20.663 21.217 38.527 25.28 43.967 5.725 7.663 19.024 7.768 27.25 1.625 8.413-6.28 11.56-18.753 6.126-26.03-3.712-4.97-16.793-18.495-32.375-34.157 34.997-24.8 57.844-65.592 57.844-111.75 0-75.614-61.294-136.938-136.908-136.938zm-51.375 160.53c17.635 0 31.906 14.303 31.906 31.938 0 17.637-14.27 31.907-31.906 31.907S173 230.417 173 212.78c0-17.634 14.302-31.936 31.938-31.936zm102.78 0c17.636 0 31.907 14.303 31.907 31.938 0 17.637-14.27 31.907-31.906 31.907-17.637 0-31.94-14.27-31.94-31.906 0-17.634 14.303-31.936 31.94-31.936zm-51.624 28.876c2.947 32.89 20.875 30.354 20.875 49.405 0 9.56-10.61 17.594-20.876 17.594-10.498 0-20.47-8.108-20.47-17.19 0-18.29 18.117-16.972 20.47-49.81zM132.874 299c-37.946 14.59-57.852 15.18-73.093 12.563-8.57-1.458-17.046-3.85-25.468.28-15.173 7.446-21.568 26.105-14.124 41.282 7.443 15.177 25.89 21.1 41.062 13.656 7.588-3.723 11.408-10.67 15.344-17.436 7.84-13.49 20.302-29.372 56.28-50.344zm246.876 0c35.98 20.972 48.44 36.854 56.28 50.344 3.937 6.767 7.757 13.713 15.345 17.437 15.173 7.445 33.62 1.522 41.063-13.655 7.443-15.177 1.048-33.836-14.125-41.28-8.422-4.133-16.928-1.74-25.5-.283-15.24 2.617-35.116 2.028-73.063-12.562zm-194.72 47.875c-26.62 36.766-44.868 49.426-60.718 56.28-8.912 3.855-18.327 6.784-23.687 15.783-9.658 16.212-4.245 37.59 11.97 47.25 16.213 9.66 37.09 3.93 46.75-12.282 4.82-8.11 4.164-16.925 3.718-25.656-.886-17.405 1.086-39.823 21.968-81.375zm142.314 0c20.882 41.552 22.886 63.97 22 81.375-.447 8.73-1.103 17.547 3.72 25.656 9.66 16.213 30.503 21.942 46.717 12.28 16.215-9.66 21.628-31.036 11.97-47.248-5.36-9-14.775-11.928-23.688-15.782-15.85-6.855-34.098-19.515-60.718-56.28zm-72.5 7.344c-3.325 46.384-13.114 66.658-22.78 81.155-4.855 7.275-9.908 14.53-9.908 23.97 0 18.872 15 34.436 33.875 34.436 18.877 0 34.44-15.563 34.44-34.436 0-10.473-6.568-17.846-12.25-25.72-10.11-14-19.325-34.192-23.376-79.405z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-goo-spurt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M164.22 19.97c-55.872.782-107.155 22.6-138.345 76.25 70.746-35.597 126.136-16.29 156.97 39-9.19-32.183-15.546-61.18 15.342-43.345 99.626 57.518 82.717 175.182 93.157 288.125 6.47 69.99 73.38 113.886 126.625 100.53 51.757-12.98 89.914-78.05 62.75-136.405-39.485-84.82-106.24-150.306-169.595-223.844-26.82-31.13 37.58-16.983 87.72 6.314C348.42 68.75 254.338 20.817 169.624 19.97c-1.81-.02-3.604-.027-5.406 0zm113.967 134.843c39.97 42.606 64.192 101.616 63.032 177.968-.426 27.78 12.714 60.507 31.405 77.19 29.71 26.514 65.718 27.143 92.78-4.75-20.674 36.025-59.665 68.922-112.593 35.936-23.882-14.883-41.382-51.668-40.125-83 1.71-42.56 9.185-146.958-34.5-203.344zm-77.718 13.03c-12.77.383-21.4 16.095-19.595 36.813 1.926 22.1 15.008 41.518 29.187 43.344 14.18 1.826 24.114-14.62 22.188-36.72-1.926-22.098-15.008-41.486-29.188-43.31-.886-.115-1.742-.152-2.593-.126z" fill="#fff"/></svg>
<svg class="tc-image-originals-gooey-daemon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M266.78 18.313c-68.048 0-127.277 27.268-162.092 65.343C80.53 76.33 63.895 56.038 59.438 23c-25.998 37.61-19.67 83.373 17.437 106.5-2.58 7.738-4.23 15.62-4.844 23.563-2.707 35.132-8.182 136.093 9.626 136.093 19.603 0 17.328-66.96 49.625-32.72 21.764 23.074 33.943 79.104 22.782 95.19-2.73 3.935-13.435 14.822-13.437 25.718 0 11.106 9.707 23.344 23.97 23.344 13.312 0 23.936-10.442 23.936-23.344 0-12.69-12.333-21.686-14.593-25.72-8.563-18.99-6.78-51.177 18.688-52.562 29.17-1.588 42.75 83.47 25.688 108.063-4.534 6.534-23.375 26.674-23.375 46.125 0 19.87 15.246 41.47 39.718 41.47 24.948 0 39.72-24.09 39.72-41.47 0-16.96-20.186-39.434-23.938-46.125-16.237-28.945-16.605-112.295 21.75-119.28 29.234-5.328.435 102.186 30.156 102.186 35.964 0-12.588-126.686 41.344-126.686 42.254 0-8.23 87.354 22.375 90.625 42.572 4.55-6.924-90.94 24.78-90.94 17.33 0 24.814 42.414 14.688 79.25h-.03c-2.467 8.98-15.156 24.6-15.156 43.22 0 21.245 14.657 31.563 29.187 31.563 14.532 0 29.783-13.116 29.783-31.563 0-17.436-13.363-34.452-16.344-43.22-14.397-42.347 8.27-102.557 21.28-140.155 11.683-33.76 11.757-62.707 3.375-87 21.43-24.834 21.923-61.223.563-92.125-3.173 23.514-12.518 40.563-26.344 51.094-36.776-37.514-100.65-55.78-165.063-55.78zM192.907 97c26.34-.544 68.91 27.705 81.188 64.344-43.674 5.63-105.783 5.352-102.656-43.844.893-14.063 9.496-20.253 21.468-20.5zm214.625.188l23.44 37.53c.202-.092.39-.187.592-.28-10.917 32.222-62.78 31.796-100.718 26.906 11.602-34.62 50.242-61.73 76.687-64.156zm9.408 84.968L430.5 195.03l-39.625 41.814-5.094 5.375-6.405-3.75-31.25-18.314-39.97 37.47-6.25 5.843-6.374-5.72-34.31-30.78-35.908 21.905L219 252.72l-5.188-5.25-49.375-49.72 13.25-13.156 44.188 44.5 35.53-21.72 5.94-3.624 5.155 4.656 33.125 29.72 38.813-36.376 5.093-4.78 6.033 3.53 30.875 18.094 34.5-36.438zM83.688 311.312c-12.09 0-21.876 9.787-21.876 21.875 0 12.09 9.787 21.875 21.876 21.875 12.088 0 21.874-9.786 21.874-21.875 0-12.088-9.786-21.875-21.874-21.875zm218.812 96.97c-9.583 0-17.344 7.76-17.344 17.343s7.76 17.344 17.344 17.344c9.583 0 17.344-7.762 17.344-17.345 0-9.583-7.76-17.344-17.344-17.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-gooey-eyed-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M273.75 22.156c-17.335.085-32.11 13.28-33.813 30.907-1.01 10.464 2.8 20.284 9.625 27.25l10.313 25.874-3.72 38.72-6.53 10.155c-18.054.746-34.962 5.93-49.656 14.5l-10.282-4.78-35.5-45.595-3.5-18.593c1.68-7.84.025-16.34-5.282-23.156-5.653-7.263-14.174-10.978-22.72-10.813-5.845.113-11.717 2.038-16.686 5.906-12.23 9.523-14.428 27.177-4.906 39.407 5.307 6.818 13.143 10.522 21.156 10.813l17.22 7.97 35.405 45.5L177 187.5c-9.233 9.476-16.74 20.644-22 33l-11.03 2.406L88.25 208l-13.938-12.625c-3.39-7.27-9.836-13.05-18.187-15.28-2.808-.752-5.616-1.05-8.375-.94-11.955.484-22.747 8.647-26 20.814-4.003 14.973 4.9 30.37 19.875 34.374 8.453 2.26 17.028.392 23.625-4.344l18.156-3.938 55.72 14.875 8.25 7.5c-.614 4.652-.907 9.4-.907 14.22 0 14.202 2.753 27.74 7.75 40.156l-6.032 8.937-38.313 21.094-35.78 1c-4.75-1.87-9.86-2.84-15-2.813-6.47.037-13 1.632-19.064 4.97-19.405 10.682-26.493 35.094-15.81 54.5 10.68 19.406 35.092 26.463 54.5 15.78 10.816-5.953 17.784-16.17 20-27.405l19.81-29.438 38.626-21.28 11.28-.313c10.212 13.403 23.482 24.33 38.783 31.75l1.75 11.47-18.376 54.655-13.406 13.03c-7.494 2.914-13.678 9-16.438 17.22-4.935 14.692 2.963 30.595 17.656 35.53 14.694 4.935 30.627-2.994 35.563-17.688 2.788-8.303 1.446-16.993-2.876-23.875l-2.78-18.28 18.342-54.688 8.53-8.283c6.162 1.09 12.502 1.657 18.97 1.657 6.773 0 13.39-.647 19.813-1.844l8.717 8.47 25.594 76.217-1.75 11.563c-3.5 5.666-4.566 12.788-2.28 19.594 4.078 12.14 17.234 18.67 29.375 14.594 12.14-4.078 18.672-17.234 14.594-29.375-2.278-6.78-7.383-11.81-13.564-14.22l-8.812-8.593-25.47-75.72 1.845-12c12.603-6.298 23.81-15 33-25.5l12.467 1.376 45.282 30.03 14.25 25.502c1.122 9.742 6.376 18.942 15.186 24.78 15.845 10.502 37.187 6.158 47.688-9.687 10.5-15.844 6.188-37.216-9.656-47.717-5.942-3.938-12.684-5.778-19.313-5.72-3.266.03-6.506.534-9.625 1.47l-26.22-2.907-47.31-31.344-6.22-11.125c6.47-13.832 10.094-29.25 10.094-45.53 0-1.99-.05-3.973-.156-5.938l10.28-8.19 56.626-11.31 18.03 5.124c6.26 5.044 14.63 7.387 23.126 5.687 15.2-3.04 25.073-17.83 22.03-33.03-2.66-13.3-14.32-22.506-27.374-22.563-1.865-.008-3.756.152-5.656.532-8.525 1.705-15.384 7.12-19.22 14.218l-14.655 11.687-56.5 11.313-12.813-3.657c-3.345-9.405-7.913-18.224-13.593-26.218l4.124-12.406 41.22-40.25 17.748-5.437c8.06.885 16.434-1.738 22.688-7.845 11.09-10.83 11.297-28.597.47-39.688-5.754-5.89-13.467-8.71-21.095-8.437-6.73.24-13.395 2.893-18.594 7.97-6.237 6.09-9.017 14.377-8.342 22.436l-5.875 17.625-41.282 40.314-12 3.656c-12.1-9.6-26.326-16.648-41.842-20.344l-4.438-11.187 3.78-39.19 14.783-22.968c8.045-5.524 13.674-14.426 14.687-24.906 1.817-18.8-11.95-35.526-30.75-37.343-1.175-.114-2.344-.162-3.5-.157zM253.53 212.22c.92-.017 1.833-.017 2.75 0 29.392.494 57.826 16.55 81.25 44.78l4.97 6-4.97 5.97c-25.895 30.954-54.887 47.158-84.06 46.81-29.175-.346-56.753-17.266-79.814-47.092l-4.47-5.813 4.564-5.72c23.272-29.172 51.33-44.46 79.78-44.936zm13.095 19.75c13.107 4.84 22.47 17.46 22.47 32.25 0 13.52-7.83 25.205-19.19 30.81 15.592-4.102 31.748-14.45 47.876-32.06-16.222-17.543-33.73-27.82-51.155-31zm-24.156.124c-16.672 3.24-33.372 13.162-49.157 31 15.107 17.754 30.93 28.328 46.843 32.25-11.698-5.48-19.78-17.354-19.78-31.125 0-14.66 9.166-27.193 22.093-32.126z" fill="#fff"/></svg>
<svg class="tc-image-originals-gooey-impact tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M298.428 20.486c-21.447 48.03-44.188 75.236-77.115 79.91-28.136 3.99-64.568-29.074-105.614-75.998 23.366 46.372 31.96 83.573 16.204 92.762-18.627 10.866-55.943-1.943-111.203-25.144v10.615c38.017 24.128 73.04 47.683 66.5 56.442-5.742 7.687-31.92 6.356-66.5 1.682v27.383c50.014 25.265 77.116 51.172 77.116 75.437 0 20.872-41.68 63.48-77.115 97.233v16.207c31.98-10.475 71.2-14.545 84.382 8.94 13.445 23.952 4.417 57.878-12.853 107.292h29.618c31.378-42.384 61.21-76.374 77.113-74.88 11.266 1.066 6.004 35.664-1.675 74.88h8.942c27.94-77.643 62.367-125.236 113.437-123.498 44.812 1.533 87.334 46.643 134.113 78.793-24.452-29.92-69.5-72.534-59.793-80.466 10.208-8.352 53.968 6.926 99.47 23.47v-14.53c-29.854-20.367-57.317-39.94-50.294-46.94 6.313-6.296 25.576-7.315 50.293-5.588v-29.058c-53.67-21.397-85.278-41.364-94.998-73.203-7.98-26.144 16.097-60.923 61.47-102.82-47.4 25.978-82.294 43.625-96.116 18.997-12.413-22.108 1.488-63.554 23.467-117.908H371.63c-17.527 27.747-32.458 48.79-38 43.588-4.828-4.536-4.882-20.853-2.792-43.588h-32.412l.002-.008zm7.265 32.06c-5.53 42.43-16.73 95.59-9.834 102.063 5.165 4.85 26.22-34.356 42.462-59.31-18.34 46.248-35.978 81.03-27.082 96.878 7.03 12.525 24.87 3.69 48.985-9.524-23.083 21.316-35.483 38.987-31.424 52.285 8.057 26.395 45.79 36.738 113.22 60.353-34.623-4.49-82.283-13.5-90.288-5.518-5.37 5.358 28.182 25.277 47.38 39.08-29.005-10.13-65.573-25.36-72.41-19.77-4.938 4.04 17.957 25.693 30.396 40.92-23.8-16.357-45.59-39.233-68.39-40-33.52-1.14-52.724 39.145-69.282 100.686 4.352-29.214 17.456-74.98 8.045-75.858-13.35-1.256-45.605 46.34-69.728 81.836 16.846-51.048 32.15-80.128 21.9-98.387-9.252-16.482-43.968-6.46-59 2.3 17.71-16.713 55.245-50.34 55.245-64.498 0-20.606-37.184-43.794-105.752-63.314 41.22 6.498 94.365 18.422 100.57 10.115 4.85-6.494-35.124-29.052-59.45-45.055 42.82 18.364 69.956 30.773 82.087 23.697 8.015-4.675 3.556-23.55-8.332-47.144 20.882 23.872 39.604 40.68 53.918 38.647 30.2-4.283 43.242-44.233 66.765-120.482z" fill="#fff"/></svg>
<svg class="tc-image-originals-gooey-molecule tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M115.248 15.242c-6.71.062-13.772 2.19-21.44 5.856-16.522 7.9-22.95 30.435-5.84 54.898 27.473 39.282 51.255 33.15 86.434 73 7.825 8.864 13.88 34.267 5.84 42.05-10.477 10.145-33.53 10.34-74.754-16.353-25.01-16.193-22.335-44.923-43.802-58.984-13.122-8.598-36.792-8.48-44.385 5.253-7.592 13.734-1.066 39.194 13.434 48.475 19.786 12.66 37.92 2.57 64.243 19.27 65.212 41.377 71.546 91.154 9.343 147.175-26.21 23.603-48.852 11.47-75.338 30.37-16.913 12.066-16.822 33.317-9.343 43.8 7.313 10.252 23.652 23.224 41.465 10.513 27.766-19.81 29.837-46.434 57.233-67.164 15.618-11.818 35.334-7.048 45.555 5.256 12.872 15.5 6.642 70.79-22.78 134.908C172.84 448.53 203.8 404.843 230.47 384.94c29.958-22.36 55.635 18.38 71.833 56.376-4.353-44.678-14.81-87.855 25.113-73.896 8.857 3.097 20.136 11.22 30.953 19.855 38.628 30.837 26.928 63.923 56.066 94.612 15.505 16.332 44.323 20.74 56.648 8.76 12.325-11.976 12.08-35.586-4.672-51.393-27.728-26.168-66.728-37.086-92.275-64.242-49.604-52.724 55.685-50.42 119.138-44.967-85.866-25.572-130.043-45.688-140.746-70.082-6.116-13.934-.508-45.57 26.28-61.322 40.682-23.923 51.81-9.098 91.106-27.45 24.732-11.546 29.933-38.4 22.777-53.73-7-14.99-26.512-32.02-52.562-19.855-41.783 19.51-34.94 63.352-74.753 85.266-37.618 20.708-54.327-32.963-43.217-157.1-24.59 109.814-39.16 140.04-77.09 145.42-11.75 1.668-40.537-9.848-50.81-28.032-25.562-45.252-16.246-65.546-44.97-106.29-10.194-14.462-20.86-21.225-32.704-21.608v-.002c-.444-.015-.89-.02-1.338-.016zm129.318 173.996c8.76 0 17.52 3.34 24.202 10.024 4.848 4.848 7.93 10.79 9.257 17.03-3.76-.48-7.692.713-10.58 3.6-4.953 4.954-4.953 12.987 0 17.94 4.954 4.953 12.984 4.953 17.938 0 4.37-4.37 4.878-11.134 1.537-16.068 9.924-4.267 21.866-2.356 29.97 5.748 10.62 10.62 10.62 27.836 0 38.455-4.044 4.044-9.045 6.544-14.275 7.508 16.35 20.97 14.897 51.312-4.386 70.595-20.874 20.872-54.715 20.87-75.587-.002-12.096-12.095-17.166-28.544-15.243-44.302-9.945 5.362-22.618 3.848-31.017-4.55-10.253-10.254-10.253-26.877 0-37.13 10.253-10.253 26.876-10.253 37.13 0 3.61 3.612 5.945 8.015 7.012 12.65.682-.764 1.384-1.518 2.118-2.252 2.03-2.03 4.19-3.848 6.44-5.48.793 1.74 1.886 3.377 3.317 4.808 3.807 3.807 9.016 5.333 13.963 4.618-2.76 7.186-2.212 15.347 1.645 22.144-5.824-1.045-12.046.67-16.547 5.172-7.304 7.305-7.304 19.148 0 26.453 7.306 7.304 19.15 7.304 26.454 0 5.37-5.372 6.777-13.192 4.25-19.862 9.095 3.12 19.575 1.058 26.832-6.2 10.15-10.148 10.148-26.603-.002-36.753-7.753-7.753-19.183-9.577-28.674-5.485.49-4.744-1.077-9.66-4.713-13.295-6.408-6.408-16.798-6.408-23.207 0-2.47 2.47-3.976 5.53-4.543 8.727-2.683-1.5-5.208-3.388-7.49-5.67-13.365-13.365-13.365-35.035 0-48.4 6.683-6.683 15.44-10.024 24.2-10.024z"/></svg>
<svg class="tc-image-originals-gooey-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M159.977 20.63c78.967 153.842 60.076 197.813-140.143 27.124v71.185C48.22 134 72.317 147.707 92.607 160.23c-23.095.797-27.865 26.2 6.827 50.518 34.105 23.908 59.087 13.718 54.964-6.256 75.656 67.92-15.78 85.644-134.564 105.58v62.512c125.702-58.524 142.942-36.168 37.998 123.324h58.27c100.945-258.564 155.41-177.483 125.953 0h33.115c8.185-107.59 37.76-129.26 60.62 0h45.493c-141.196-219.314-28.308-204.87 113.828-140.215V309.8c-239.157-11.635-236.9-101.798 0-133.443V85.813c-72.386 39.545-74.392 15.146-7.327-65.182h-30.396c-141.87 206.317-167.428 173.33-114.166 0H297.82c-26.108 98.248-72.014 80.678-90.902 0h-46.94zm-21.49 55.854c-12.85-.12-17.734 15.212-.45 35.832 27.02 32.236 54.07 12.942 27.088-19.246-9.712-11.586-19.428-16.518-26.637-16.586zM293.226 90.48c2.17.067 4.405.65 6.636 1.866 17.85 9.735-.25 40.7-18.1 30.963-15.646-8.534-3.72-33.294 11.465-32.83zm-52.766 12.207c9.52 0 17.24 7.72 17.24 17.24 0 5.46-2.544 10.315-6.5 13.473l5.82 41.4 49.345-6.94 6.96 49.476-18.51 2.6-4.354-30.967-20.23 2.844c14.463 68.143 18.467 141.156 9.012 201.95-25.853-55.827-42.906-127.008-47.84-196.49l-19.964 2.808 4.355 30.97-18.506 2.602-6.96-49.478 48.19-6.776-5.93-42.144c-5.558-2.86-9.368-8.644-9.368-15.328 0-9.523 7.718-17.24 17.24-17.24zm202.01 23.862c.564.007 1.116.028 1.655.057 8.632.48 13.786 3.577 15.94 6.46 2.156 2.882 2.776 5.828-.133 11.367-2.91 5.538-10.27 12.996-23.912 19.81-13.666 6.827-25.43 9.032-34.06 8.553-8.63-.48-13.785-3.578-15.94-6.46-2.156-2.884-2.775-5.834.134-11.372 2.91-5.538 10.27-12.995 23.91-19.807 12.81-6.4 23.952-8.736 32.407-8.61zM182.167 293.11c.517.002 1.022.02 1.518.05 4.754.292 8.485 1.81 10.763 3.774 3.038 2.62 4.42 5.677 3.496 10.87-.923 5.194-4.94 12.75-14.824 21.057-19.795 16.637-35.19 14.16-40.83 8.855-2.822-2.653-4.21-6.063-3.21-11.46 1-5.395 4.96-12.846 14.28-20.775 10.906-9.276 21.052-12.416 28.806-12.37zm186.98 47.52c-25.603.182-26.42 26.004 20.002 60.106 72.344 53.145 114.972 20.073 42.516-33.146-25.997-19.098-48.157-27.064-62.52-26.96z" fill="#fff"/></svg>
<svg class="tc-image-originals-gps tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M25 57v398h462V57H25zm30 30h306v338H55V87zm78.94 18l10.042 27.62L73 122.48v18.182l77.957 11.14 36.223 99.612 24.806-37.12L172.244 105H133.94zM278 105v18h64v-18h-64zm0 32v18h64v-18h-64zm106 39h82v48h-82v-48zm18 18v12h46v-12h-46zm-59 28.666l-115.803 22.107 7.26 16.936L343 240.99v-18.324zM384 240h82v48h-82v-48zm-174.178 9.928l-57.314 85.77 48.18-11.243 49.18 18.893-40.046-93.42zM402 258v12h46v-12h-46zm23.646 53c22.538 0 41 18.463 41 41s-18.462 41-41 41c-22.537 0-41-18.463-41-41s18.463-41 41-41zm0 18c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm-226.25 14.24l-17.777 4.15L176.2 407h36.146l5.164-56.8-18.115-6.96z"/></svg>
<svg class="tc-image-originals-grab tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M243.512 23.29c-27.105 18.337-53.533 32.92-82.274 45.337-2.843 17.364-3.948 34.497-4.05 51.584 28.913 15.41 56.096 32.85 83.33 49.634l7.045 4.344-3.432 7.482c-12.12 26.572-24.33 47.087-46.245 70.3l-5.184 5.512-6.46-3.904c-32.974-19.974-74.472-38.724-113.373-53.95l6.826-17.374c36.79 14.4 75.11 32.32 108.153 51.504 15.396-17.198 25.326-33.354 34.713-52.89-43.44-26.91-86.13-53.51-134.69-70.632-23.012 20.357-37.705 45.243-51.942 70.74 8.324 25.495 6.596 53.376-6.596 77.46 48.58-.593 97.994 2.23 150.666 10.26l5.658.837 1.787 5.44c8.85 26.46 11.79 54.41 8.325 83.588l-.987 8.432-8.466-.187c-40.508-.864-80.175-2.138-118.17.234 1.634 15.94-2.31 30.972-7.724 45.025 13.427 28.54 27.38 55.8 48.29 79.39 41.27-19.05 73.564-31.288 115.93-42.85-3.407-13.72-6.918-26.36-11.097-33.62-5.122-8.9-10.207-13.057-17.85-15.256-15.284-4.4-44.533 2.293-92.894 19.454l-6.243-17.594c48.907-17.354 79.702-26.894 104.283-19.82 9.133 2.628 16.884 8.004 23.066 15.46 14.487-7.627 28.415-16.79 42.053-26.996 12.34-45.92 37.29-81.42 66.626-112.107-7.226-13.52-13.208-27.204-20.563-40.613l-3.394-6.168 5-4.965c23.275-23.13 47.34-40.157 71.87-52.487l8.395 16.716c-20.952 10.53-41.503 25.913-61.795 45.152 12.41 23.91 22.263 45.5 39.457 64.826 37.488-27.124 74.943-51.39 116.84-74.938-13.96-30.473-31.345-58.357-56.286-79.462-32.2 13.38-62.527 17.39-92.61 12.29-14.223 13.25-30.094 22.23-48.756 23.337-29.017 1.722-60.74-15.74-99.174-57.672l6.858-6.295.017-.028.006.006 6.88-6.314c36.702 40.043 63.74 52.87 84.32 51.65 18.514-1.1 35.03-14.95 51.684-35.406-28.827-31.81-64.174-59.94-97.822-84.465zM39.324 277.884c-6.06.022-12.104.098-18.142.223 1.673 26.288 5.512 51.288 14.052 73.732 45.88-5.82 93.308-4.96 141.15-3.87 1.518-21.27-.253-41.69-6.058-61.212-45.528-6.565-88.59-9.03-131.002-8.873z" fill="#fff"/></svg>
<svg class="tc-image-originals-graduate-cap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 89.61L22.486 177.18 256 293.937l111.22-55.61-104.337-31.9A16 16 0 0 1 256 208a16 16 0 0 1-16-16 16 16 0 0 1 16-16l-2.646 8.602 18.537 5.703a16 16 0 0 1 .008.056l27.354 8.365L455 246.645v12.146a16 16 0 0 0-7 13.21 16 16 0 0 0 7.293 13.406C448.01 312.932 448 375.383 448 400c16 10.395 16 10.775 32 0 0-24.614-.008-87.053-7.29-114.584A16 16 0 0 0 480 272a16 16 0 0 0-7-13.227v-25.42L413.676 215.1l75.838-37.92L256 89.61zM119.623 249L106.5 327.74c26.175 3.423 57.486 18.637 86.27 36.627 16.37 10.232 31.703 21.463 44.156 32.36 7.612 6.66 13.977 13.05 19.074 19.337 5.097-6.288 11.462-12.677 19.074-19.337 12.453-10.897 27.785-22.128 44.156-32.36 28.784-17.99 60.095-33.204 86.27-36.627L392.375 249h-6.25L256 314.063 125.873 249h-6.25z"/></svg>
<svg class="tc-image-originals-grapes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M277.28 18.094c2.42 33.67-.094 66.692-8.967 99.187-.552-2.168-1.15-4.308-1.813-6.436-9.355-30.034-29.53-55.765-61.313-75.313-21.642-16.548-60.26-23.695-113.437-8.343 2.25 22.26 45.452 24.822 60.156 26.844C123.012 60.4 91.11 85.214 48.53 90.25c39.324 20.744 92.66 4.396 129.064-11.688-1.873 17.715-13.69 29.033-24.53 59.594 47.832-11.062 70.85-37.418 72.155-62.562 11.173 12.212 18.763 25.81 23.436 40.812 3.505 11.25 5.34 23.392 5.594 36.344 3.873 4.97 6.9 10.635 8.813 16.78 5.315-3.01 11.198-5.134 17.437-6.155 6.107-14.92 12.983-27.09 20.53-36.156 14.88-17.87 30.967-24.548 53.5-20.19l.033-.155c32.603 22.698 24.114 60.97 12.25 89.375 21.587-6.676 33.4-19.928 33.437-42.97 17.947 11.77 25.423 31.093 30.563 52.064 7.22-21.503 5.772-44.784-12.782-64.844l43.345 16.5c-27.924-33.363-54.318-68.923-105.28-68.688-26.457-4.45-49.91 4.967-67.376 24.563 7.41-31.25 9.436-62.938 7.28-94.78h-18.72zM212.53 150.97c-19.002 0-34.218 15.184-34.218 34.186 0 6.81 1.963 13.127 5.344 18.438 3.66-.807 7.452-1.25 11.344-1.25 13.056 0 25.03 4.807 34.28 12.72 10.44-5.836 17.44-17.008 17.44-29.908 0-19.002-15.186-34.187-34.19-34.187zm-58.405 18.686c-19.003 0-34.22 15.185-34.22 34.188 0 15.977 10.75 29.295 25.47 33.125 4.004-10.795 11.44-19.943 20.97-26.126-4.267-7.615-6.72-16.384-6.72-25.688 0-5.082.74-9.997 2.094-14.656-2.44-.544-4.984-.844-7.595-.844zm134.906 11.688c-19.002 0-34.217 15.185-34.217 34.187 0 3.495.51 6.866 1.468 10.032 4.125-1.04 8.44-1.593 12.876-1.593 16.203 0 30.745 7.38 40.47 18.936 8.274-6.225 13.593-16.133 13.593-27.375 0-19-15.186-34.186-34.19-34.186zM195 221.03c-19.003 0-34.22 15.218-34.22 34.22S176 289.47 195 289.47s34.22-15.218 34.22-34.22-15.217-34.22-34.22-34.22zm147.156 7.032c-.594 0-1.195.002-1.78.032-3.13 12.737-10.908 23.675-21.407 30.937 2.01 5.575 3.092 11.566 3.092 17.814 0 4.15-.523 8.182-1.437 12.062 5.863 4.74 13.34 7.563 21.53 7.563 19.004 0 34.22-15.218 34.22-34.22s-15.216-34.188-34.22-34.188zm-73 14.594c-8.17 0-15.644 2.82-21.5 7.53.16 1.673.25 3.352.25 5.064 0 12.203-4.18 23.462-11.187 32.438 4.49 13.63 17.23 23.375 32.436 23.375 19.003 0 34.22-15.217 34.22-34.22 0-19.002-15.217-34.187-34.22-34.187zm-144.25 11.094c-19.003 0-34.187 15.216-34.187 34.22 0 11.956 6.024 22.397 15.218 28.5 4.38-20.14 20.305-36.045 40.437-40.44-2.357-5.47-3.817-11.402-4.188-17.624-5.063-2.95-10.953-4.656-17.28-4.656zm32.72 39.72c-19.004 0-34.22 15.184-34.22 34.186 0 19.003 15.217 34.22 34.22 34.22 19 0 34.186-15.217 34.186-34.22 0-7.704-2.484-14.777-6.718-20.47-10.17-1.946-19.338-6.793-26.563-13.686-.3-.008-.603-.03-.905-.03zM222 300.686c-4.825 2.887-10.135 5.02-15.78 6.25 2.737 6.375 4.28 13.366 4.28 20.72 0 10.833-3.3 20.933-8.938 29.343 6.227 6.618 15.09 10.72 24.97 10.72 19.002 0 34.218-15.218 34.218-34.22 0-1.527-.122-3.028-.313-4.5-16.79-2.815-30.95-13.604-38.437-28.313zm91.03 5.657c-7.686 11.375-19.688 19.607-33.592 22.375 5.016 12.622 17.287 21.467 31.78 21.467 19.003 0 34.22-15.185 34.22-34.187 0-.313-.024-.627-.032-.938-1.075.066-2.16.094-3.25.094-10.745 0-20.76-3.25-29.125-8.812zm-38 48.125c-4.6 10.558-12.534 19.36-22.467 25.03 3.98 14.483 17.154 25 32.968 25 19.004 0 34.19-15.185 34.19-34.188 0-.71-.022-1.425-.064-2.125-2.75.445-5.567.688-8.437.688-13.967 0-26.708-5.495-36.19-14.406zm-86.31 15.936c-5.773 4.222-12.433 7.27-19.626 8.875-.816 2.942-1.28 6.036-1.28 9.25 0 19.004 15.184 34.19 34.186 34.19 19.002 0 34.22-15.186 34.22-34.19 0-1.006-.042-2.015-.126-3-3.103.575-6.3.876-9.563.876-14.775 0-28.19-6.147-37.81-16zm-61.282.625c-2.582 4.822-4.032 10.332-4.032 16.22 0 19.002 15.217 34.188 34.22 34.188.992 0 1.966-.044 2.936-.125-7.16-9.024-11.437-20.424-11.437-32.782 0-2.914.26-5.77.72-8.56-8.234-1.228-15.854-4.355-22.407-8.94zm122.968 38.72c-1.208 2.733-2.647 5.342-4.28 7.813 10.19 8.923 16.945 21.68 17.968 35.968 17.506-.66 31.472-14.26 32.75-31.592-3.65.802-7.43 1.25-11.313 1.25-13.452 0-25.763-5.1-35.124-13.438zm-17.094 21.313c-8.777 6.49-19.612 10.343-31.312 10.343-6.638 0-12.98-1.245-18.844-3.5-3.78 5.503-6 12.167-6 19.406 0 19.003 15.185 34.22 34.188 34.22 19.002 0 34.22-15.217 34.22-34.22 0-10.61-4.755-19.998-12.25-26.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-grapple tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M337.63 24.242l-86.044 87.965 61.283-21.33 1.532 19.115.112-.01 5.218 62.72-18.625 1.548-.002-.03-25.53 25.48 25.857 25.83 25.21-25.16 2.317-17.567 59.02 7.787-.03.213 28.118 3.46-19.656 44.573 94.922-68.018-63.275-12.964-.01.042-51.67-10.414 3.69-18.32 22.975 4.63 16.137-57.24-53.256 19.56 3.234 28.138-18.566 2.135-3.787-32.948-9.176-69.195zM231.616 128.156L183.05 210.96l66.036-42.683 24.453 7.05 25.536-25.487-.256-3.074-67.205-18.61zm117.53 76.16l-19.237 19.198 4.492 11.006-49.308 73.593 90.35-55.24-17.077-47.34-9.22-1.217zm-79.098 16.276c-2.71 43.464-37.206 77.36-79.184 77.353-54.24-.01-98.053 45.767-98.043 101.56.008 43.487-31.728 78.71-72.072 82.524v13.052h25.897c37.86-14.145 64.87-51.776 64.863-95.58-.008-46.077 35.614-82.876 79.35-82.867h.003c46.896.007 85.98-34.213 95.71-79.537l-16.523-16.506z"/></svg>
<svg class="tc-image-originals-grasping-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M233.156 36.156c-6.48-.048-13.395 1.184-20.47 3.625-16.957 5.854-33.577 18.887-43.467 36.157 77.39 68.916 107.53 126.832 108.06 219.25 43.458-77.778 36.565-167.55-17.217-248.218-6.928-7.206-16.306-10.736-26.907-10.814zm93.78 35.375c-6.478-.047-13.393 1.185-20.467 3.626-2.493.86-4.982 1.902-7.44 3.063 14.802 31.958 23.134 65.038 24.75 97.936 32.99 45.06 46.945 91.825 47.314 154.375 43.432-77.787 36.5-167.58-17.313-248.25-6.92-7.15-16.28-10.67-26.842-10.75zm70.783 49.564c-.51-.004-1.018.02-1.533.03 19.362 45.11 25.912 92.202 19.032 137.75 18.285 35.42 26.38 73.767 26.655 121.22 43.436-77.79 36.502-167.58-17.313-248.25-6.92-7.15-16.282-10.672-26.843-10.75zM86.905 235.064c-9.708.257-19.153 2.586-27.125 6.467-14.347 6.987-22.985 17.96-22.81 30.595 8.884 44.736 21.04 77.706 40.718 100.688 16.145 18.856 37.66 31.635 68.406 39.156-39.886-58.353-46.966-90.635-41.688-175.033-4.366-1.084-8.854-1.69-13.312-1.843-1.394-.05-2.8-.068-4.188-.03z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-grass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18 494l36.35-330.4c6.728 107.62 4.086 231.82 35.556 295.67 11.205-84.926 15.707-168.18 10.562-249.01 15.225 71.69 35.543 141.68 39.468 217.14 7.395-55.935 12.667-111.52 31.798-169.41-.76 65.19-17.16 124.9 12.677 157.47 14.433-51.01 28.992-101.9 31.46-164.88 21.27 61.862 18.342 135.82 24.948 205.02 8.417-68.06 15.28-257.84 46.907-318.17-3.11 124.98-3.862 223.94 27.398 274.23 30.897-38.673 33.566-114.44 34.28-186.34 21.812 61.75 36.457 132.1 37.857 218.34 8.626-71.955 18.667-143.91 43.39-215.86-5.748 88.29-1.284 156.95 19.525 194.17 13.76-55.55 25.504-111.1 29.12-166.66 18.42 82.78 13 159.59 16.706 238.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-graveyard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M128 73c-25.495 0-44.07 6.4-55.97 13.86C60.134 94.32 56 103.84 56 104.63v40.274c6.343 2.532 12.03 5.422 17.023 8.545C89.79 163.94 100 175.957 100 189.542v59.57c8.63-1.35 17.956-2.113 28-2.113s19.37.764 28 2.113v-59.57c0-13.585 10.21-25.604 26.977-36.094 4.992-3.124 10.68-6.014 17.023-8.546V104.63c0-.792-4.133-10.31-16.03-17.77C172.07 79.4 153.494 73 128 73zm256 0c-25.495 0-44.07 6.4-55.97 13.86C316.134 94.32 312 103.84 312 104.63v40.274c6.343 2.532 12.03 5.422 17.023 8.545C345.79 163.94 356 175.957 356 189.542v59.57c8.63-1.35 17.956-2.113 28-2.113s19.37.764 28 2.113v-59.57c0-13.585 10.21-25.604 26.977-36.094 4.992-3.124 10.68-6.014 17.023-8.546V104.63c0-.792-4.133-10.31-16.03-17.77C428.07 79.4 409.494 73 384 73zM119 91.086h18v31.63h45v18h-45v99.34h-18v-99.34H74v-18h45v-31.63zm256 0h18v31.63h45v18h-45v99.34h-18v-99.34h-45v-18h45v-31.63zM256 153c-28.832 0-49.91 7.222-63.477 15.71C178.958 177.195 174 187.946 174 189.542v63.494c12.076 3.43 22.355 8.07 30.77 13.33C222.37 277.367 233 290 233 304v58.715h46V304c0-14 10.63-26.632 28.23-37.633 8.415-5.26 18.694-9.9 30.77-13.33v-63.494c0-1.596-4.958-12.347-18.523-20.834C305.91 160.22 284.832 153 256 153zm-238 1.016v56.888h42.666v18H18v133.81h5V304c0-14 10.63-26.632 28.23-37.633 8.415-5.26 18.694-9.9 30.77-13.33v-63.494c0-1.596-4.958-12.347-18.523-20.834C52.917 162.1 37.78 156.28 18 154.015zm476 0c-19.78 2.263-34.916 8.086-45.477 14.693C434.958 177.195 430 187.946 430 189.542v63.494c12.076 3.43 22.355 8.07 30.77 13.33C478.37 277.367 489 290 489 304v58.715h5v-133.81h-42.666v-18H494v-56.89zM247 174.36h18v36.544h51.666v18H265v112.448h-18V228.904h-51.666v-18H247V174.36zM128 265c-30.5 0-52.83 7.633-67.23 16.633C46.37 290.633 41 302 41 304v183h174V304c0-2-5.37-13.368-19.77-22.367-14.4-9-36.73-16.633-67.23-16.633zm256 0c-30.5 0-52.83 7.633-67.23 16.633C302.37 290.633 297 302 297 304v183h174V304c0-2-5.37-13.368-19.77-22.367-14.4-9-36.73-16.633-67.23-16.633zm-265 23h18v39h55v18h-55v119h-18V345H64v-18h55v-39zm256 0h18v39h55v18h-55v119h-18V345h-55v-18h55v-39z"/></svg>
<svg class="tc-image-originals-grease-trap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.535 21.3l-9.03 33.848c-10.657 39.96-25.893 69.12-38.827 93.19-12.935 24.07-24.328 43.162-24.328 64.254 0 39.893 32.407 72.474 72.185 72.474 39.778 0 72.186-32.582 72.186-72.474 0-21.092-11.393-40.174-24.325-64.238-12.933-24.065-28.167-53.222-38.83-93.206l-9.03-33.85zm-.39 68.688c-5.008 47.814-20.54 90.294-16.987 109.873 3.727 20.527 23.308 34.156 43.738 30.447 12.198-2.215 21.937-10.11 27.014-20.48.077.936.12 1.86.12 2.765 0 29.838-23.864 53.787-53.495 53.787-29.63 0-53.498-23.95-53.498-53.788 0-13.773 9.087-31.185 22.104-55.408 9.702-18.053 21.152-39.86 31.006-67.196zM56.642 251.658L20.243 354.725 200.2 418.988c-.24-8.912 1.54-18.022 5.607-26.607 7.022-14.824 19.55-25.363 33.914-30.204l-24.445-53.87-19.11 54.108-32.997-72.717-19.11 54.11-32.997-72.717-19.956 56.514-34.463-75.946zm399.79 0l-34.463 75.946-19.957-56.514-32.998 72.717-19.11-54.11-32.998 72.717-19.11-54.11-31.97 70.458c-2.28-.526-4.582-.837-6.877-.924-14.764-.56-29.253 7.772-36.25 22.543-9.33 19.696-1.384 42.648 17.475 51.665 18.86 9.017 41.51.767 50.838-18.928 1.13-2.384 2-4.815 2.635-7.263l199.183-71.13L456.43 251.66zM256.406 398.906c9.678 0 17.52 7.846 17.52 17.522 0 9.676-7.844 17.52-17.52 17.52-9.676 0-17.52-7.842-17.52-17.52s7.842-17.522 17.52-17.522z" fill="#fff"/></svg>
<svg class="tc-image-originals-greaves tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M144 37.28c-25.883 0-63.05 25.96-65.22 82.845l65.345 28.47 71.625-28.626C213.124 63.69 169.852 37.28 144 37.28zm224 0c-25.852 0-69.124 26.412-71.75 82.69l71.625 28.624 65.344-28.47c-2.17-56.883-39.337-82.843-65.22-82.843zM76.594 136.626c-10.887 40.29-12.11 90.026-9.844 141.03 46.136 10.675 93.357 7.68 141.406.44 8.464-50.25 12.923-99.296 3.625-139.314l-64.81 25.907-3.095 1.25-3.063-1.343-64.218-27.97zm358.812 0l-64.22 27.97-3.06 1.343-3.095-1.25-64.81-25.907c-9.3 40.02-4.84 89.064 3.624 139.314 48.05 7.242 95.27 10.236 141.406-.438 2.266-51.005 1.043-100.74-9.844-141.03zm-250.25 160.72c-31.678 3.654-63.5 4.865-95.25.75 12.238 12.217 23.424 24.845 35.47 36.217 2.198 2.077 4.425 4.107 6.686 6.094 18.086-12.095 35.813-26.27 53.094-43.062zm141.688 0c17.28 16.792 35.008 30.966 53.094 43.06 2.26-1.986 4.488-4.016 6.687-6.092 12.045-11.373 23.23-24 35.47-36.22-31.752 4.117-63.573 2.906-95.25-.75zm-258.97 1.842c1.515 24.774 3.633 49.29 5.69 73.188 15.054-6.598 29.912-14.187 44.53-23.03-1.24-1.13-2.477-2.264-3.688-3.408-16.52-15.597-30.655-32.307-46.53-46.75zm376.25 0c-15.875 14.443-30.01 31.153-46.53 46.75-1.21 1.144-2.448 2.278-3.688 3.407 14.618 8.844 29.476 16.433 44.53 23.03 2.057-23.897 4.175-48.413 5.69-73.187zm-240.093 1.844c-19.095 19.538-38.774 35.968-58.936 49.845 12.672 9.234 27 16.825 44.78 21.625 4.59-23.255 9.642-47.365 14.157-71.47zm103.94 0c4.514 24.105 9.566 48.215 14.155 71.47 17.78-4.8 32.11-12.39 44.78-21.625-20.16-13.877-39.84-30.307-58.936-49.844zM130.936 360.19c-15.606 9.753-31.47 18.076-47.5 25.28 11.79 18.345 27.05 33.88 44.282 47.97 18.94-13.89 36.69-28.745 51.124-47.532-18.94-6.09-34.415-15.227-47.906-25.72zm250.125 0c-13.49 10.49-28.966 19.628-47.906 25.718 14.435 18.787 32.183 33.642 51.125 47.53 17.234-14.087 32.494-29.623 44.283-47.967-16.03-7.206-31.894-15.53-47.5-25.283zM76.125 403.125c1.866 23.033 3.352 44.754 3.75 64.22 11.39-8.415 22.977-16.29 34.313-24.25-14.114-11.857-27.09-24.923-38.063-39.97zm359.75 0c-10.973 15.047-23.95 28.113-38.063 39.97 11.336 7.96 22.924 15.835 34.313 24.25.398-19.466 1.884-41.187 3.75-64.22zm-252.156 2.063c-12.975 14.874-27.61 27.23-42.75 38.53 11.24 8.348 23.104 16.282 35.218 24.126.75-19.013 3.624-40.192 7.53-62.656zm144.56 0c3.908 22.464 6.783 43.643 7.533 62.656 12.113-7.844 23.977-15.778 35.218-24.125-15.14-11.303-29.775-23.658-42.75-38.533zm-200.967 48.375c-13.318 9.394-26.726 18.344-39.47 27.812 26.524 12.555 53.04 11.06 79.563-.156-13.63-8.813-27.194-17.85-40.094-27.658zm257.375 0c-12.9 9.808-26.464 18.844-40.094 27.656 26.523 11.214 53.04 12.71 79.562.155-12.743-9.468-26.15-18.418-39.47-27.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-greek-temple tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 26.2L52 135h408L256 26.2zM73 153v14h366v-14H73zm16 32v206h30V185H89zm101.334 0v206h30V185h-30zm101.332 0v206h30V185h-30zM393 185v206h30V185h-30zM73 409v30h366v-30H73zm-32 48v30h430v-30H41z"/></svg>
<svg class="tc-image-originals-grenade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.713 25.463l-4.16 15.523C147.833 33.02 69.483 164.754 40.46 273.08l11.374 57.45C105.83 169.524 184.77 82.474 254.436 83.35l136.16 36.486 14.424-53.828-151.307-40.543zm164.695 62.78l-4.836 18.05 24.246 6.498c-1.23 1.64-2.35 3.376-3.353 5.175-5.413 9.698-8.35 22.035-8.35 35.55 0 13.513 2.937 25.85 8.35 35.548s14.18 17.628 25.46 17.628c11.278 0 20.043-7.93 25.456-17.627 5.414-9.7 8.352-22.035 8.352-35.55 0-13.512-2.938-25.848-8.35-35.546-4.145-7.425-10.26-13.8-17.956-16.387l.05-.19L418.41 88.24zm-162.88 14.017c-16.805 5.265-33.33 14.11-48.827 26.033l43.484 11.652c8.062-12.484 16.437-23.367 24.978-32.424l-19.635-5.26zm40.638 10.888c-8.584 7.96-17.527 18.798-26.414 32.04l66.496 17.818c-1.075-15.91-3.4-29.77-6.855-40.953l-33.227-8.905zm163.758 5.877c2.23 0 5.697 1.883 9.14 8.05 3.44 6.166 5.98 15.744 5.98 26.44 0 10.694-2.54 20.274-5.98 26.44-3.443 6.166-6.91 8.05-9.14 8.05-2.23 0-5.7-1.884-9.14-8.05-3.442-6.166-5.98-15.746-5.98-26.44 0-10.697 2.538-20.277 5.98-26.443 3.44-6.166 6.91-8.047 9.14-8.047zm-109.528 8.655c2.87 12.113 4.678 25.725 5.418 40.568l48.528 13.004c-7.46-18.074-17.346-33.997-29.266-46.96l-24.68-6.612zm-160.75 15.392c-18.056 17.506-34.11 39.42-46.763 64.79l66.03 17.695c9.335-25.593 19.883-48.854 31.226-68.955l-50.495-13.53zm69.762 18.694c-11.404 19.538-22.43 42.79-32.164 68.703l103.178 27.643c4.528-27.308 6.605-52.958 6.498-75.58l-77.512-20.767zm96.778 25.93c-.228 23.08-2.723 48.5-7.436 75.33l71.076 19.044c1.728-28.298-1.217-55.304-8.1-79.492l-55.54-14.88zm-221.15 37.413c-4.475 10.84-8.35 22.21-11.522 34.048-2.768 10.33-4.893 20.618-6.416 30.797l68.04 18.23c2.17-10.04 4.624-20.227 7.385-30.533 3.164-11.807 6.598-23.282 10.254-34.392l-67.74-18.15zm85.93 23.023c-3.733 11.077-7.225 22.543-10.39 34.355-2.762 10.308-5.183 20.513-7.29 30.56l106.593 28.56c3.198-9.752 6.204-19.8 8.966-30.108 3.165-11.813 5.877-23.488 8.183-34.947l-106.065-28.42zm124.247 33.293c-2.39 11.45-5.15 23.103-8.315 34.91-2.76 10.305-5.73 20.357-8.87 30.137l73.085 19.582c3.77-9.577 7.072-19.547 9.84-29.877 3.173-11.84 5.5-23.623 7.043-35.25l-72.783-19.502zm-230.256 27.3c-2 25.508-.197 50.033 4.86 72.49L173.51 395.6c.822-21.46 3.467-44.693 7.943-69.057l-66.498-17.818zm84.8 22.723c-4.306 24.693-6.634 48.122-7.153 69.267l82.693 22.158c10.122-18.572 19.82-40.026 28.437-63.564l-103.976-27.86zm122.28 32.763c-8.305 23.338-17.63 44.783-27.646 63.78l58.74 15.737c15.605-16.92 29.43-37.258 40.45-60.347l-71.543-19.17zM125.65 402.125c7.774 23.043 19.257 43.167 33.743 58.918l19.636 5.262c-3.55-15.012-5.47-32.33-5.76-51.42l-47.62-12.76zm66.998 17.953c.63 20.52 3.166 38.184 7.387 51.856l33.217 8.9c10.492-9.73 21.52-23.758 32.326-41.215l-72.93-19.542zm92.31 24.733c-9.796 16.388-20.118 30.428-30.698 41.653l24.68 6.613c20.423-6.398 40.43-18.082 58.683-34.152l-52.666-14.113z" fill="#fff"/></svg>
<svg class="tc-image-originals-grim-reaper tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.53 21.03c-62.334.34-123.514 15.678-165 39.44l-6.155 2.06c19.528 58.267 48.163 98.687 80.938 132.376l-1.72 67.47 64.5 30.437c-19 58.985-34.515 128.892-50.405 197.656h191.125c-10.308-47.13-20.516-94.494-32.157-138.72 23.774 28.113 46.51 61.63 67.063 104.313l16.842-8.094c-22.568-46.87-47.938-83.34-74.312-113.626l31.125-24.28-47.47-104.377 48.22-33.75c-18.963-35.457-37.446-71.306-72.28-92.656-32.51 19.993-52 56.712-72.22 92.5l-29.22 34.69c-28.89-25.67-54.975-53.34-76.093-90.532C192.195 60.42 315.858 47.172 419.656 72.56 373.43 35.602 309.392 20.69 246.53 21.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-ground-sprout tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M166.83 19.52c-28.898.023-61.718 16.366-86.002 55.16 70.773-24.38 69.905 19.077 130.02 36.95 12.785 18.24 21.513 41.086 27.45 72.214 1.056 9.14 1.425 18.935 1.495 29.078.16 23.53-1.74 48.726-3.072 69.72v.008c-.405 6.982 2.976 17.98 9.282 29.364 2.745 4.956 6.048 9.978 9.584 14.9 2.945-59.286 1.044-113.128 11.27-161.432 7.12-19.412 16.723-35.71 28.833-49.156 67.6-14.804 59.14-58.506 140.966-33.137-32.607-39-72.186-55.092-104.357-54.516-43.914.786-74.014 32.628-53.743 79.654-11.398 13.628-20.738 29.502-27.87 47.6-5.473-19.157-12.575-35.512-21.55-49.703 14.37-51.287-19.7-86.736-62.307-86.704zm35.234 169.918l-75.488 1.767-69.416 94.99 72.125 67.22 89.992-8.677-89.04 36.268-57.38-54.893 37.702 84.155 110.41 28.816-99.382-4.197 5.566 12.425L294.17 494.85 422 423.97v-.01l-31.676-45.116-94.816 42.367 99.135-72.116 28.097 41.947 1.78-79.19-66.54-78.248-55.644-12.608-24.406 36.445 6.95 26.154-9.353 14.8c-.525 15.73-1.216 31.995-2.38 48.768l23.2 32.524-36.1 41.71 15.515 31.862-37.116-35.465 33.95-39.223-11.094-15.55-4.88-5.268c-10.016-10.814-19.717-23.594-26.968-36.682-4.9-8.843-8.81-17.798-10.6-26.716l-18.118-36.536L216.27 217.8l.554-.048-14.76-28.315z"/></svg>
<svg class="tc-image-originals-groundbreaker tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M267.785 16.48L203.56 67.027l75.544 159.854L359.057 34.18 267.785 16.48zm-126.988 1.965L95.7 27.595l157.327 213.89-112.23-223.04zm-96.57 9.842L17.865 65.135l207.877 180.478L44.227 28.287zm383.63 29.95L366.324 88.56l-56.822 144.817L453.72 98.367l-25.863-40.13zm54.235 44.972l-64.012 83.163 74.236-38.38-10.224-44.784zm-452.2 45.636l-11.35 58.642 195.21 58.627L112.5 184.158l-13.242 30.9-69.365-66.212zM493 188.518l-81.836 38.34 23.11 53.92-13.274 51.67 72 8.835V188.518zM19.863 234.83l.9 39.863 104.135-1.816L19.863 234.83zm25.45 63.164L28.81 342.65l171.92-41.332-155.416-3.324zm335.36 48.334l-42.708 46.11 33.232 35.515-97.865 2.7 12.658 62.208h207.008V360.114l-112.326-13.785zM133.85 356.783L19.697 410.266v82.595h107.51l45.453-87.233-38.81-48.844zm65.158 38.686l.015.007-50.744 97.384h118.64l-15.916-78.208-51.996-19.183z" fill="#fff"/></svg>
<svg class="tc-image-originals-grouped-drops tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M104.18 23.01c50.773 35.662 91.356 76.39 126.09 114.9 15.712 7.966 31.16 15.66 46.236 23.158 70.055 34.845 132.168 65.335 176.383 101.315 11.834-7.294 21.912-16.734 28.385-27.945h.002c21.716-37.61.99-95.137-34.04-115.36C377.433 78.776 241.073 77.803 104.18 23.01zM54.69 59.322c54.132 74.474 92.96 150.218 125.718 217.496 39.944 82.037 71.7 151.4 110.4 190.104 4.584 4.582 10.223 8.635 16.647 12.115 19.253 13.242 42.552 21.006 67.63 21.006 35.297 0 67.07-15.37 88.99-39.764.15-.146.302-.288.448-.434 8.423-8.423 14.915-18.703 19.547-30.088 6.85-15.06 10.67-31.78 10.67-49.373 0-21.644-5.777-41.964-15.87-59.5l-.007-.01c-5.087-10.377-11.434-19.62-18.847-27.033-40.63-40.636-110.23-75.453-191.832-116.04-66.27-32.963-140.4-70.142-213.493-118.48zm-32.493 51.916c65.29 140.548 59.79 276.762 98.48 343.778 19.21 33.254 83.92 50.075 122.38 27.873 8-4.62 14.782-10.983 20.316-18.47-35.87-43.368-64.494-106.976-99.768-179.42-8.823-18.12-18.076-36.82-27.878-55.867-37.73-33.986-77.67-72.304-113.53-117.895zm379.1 7.5c7.485-.1 15.752 1.51 24.002 4.86-6.418.384-11.73 2.948-14.42 7.61-5.412 9.372 1.8 23.665 16.102 31.923 14.304 8.26 30.285 7.357 35.696-2.015.135-.234.255-.473.375-.713 2.4 7.59 2.116 15.02-1.44 21.178-9.05 15.676-35.78 17.185-59.705 3.37-23.924-13.813-35.983-37.72-26.933-53.395 4.807-8.328 14.606-12.66 26.322-12.817zm-28.203 155.774c8.974-.12 18.76 1.522 28.638 4.97-9.448.138-17.347 3.635-21.226 10.354-7.312 12.665 2.43 31.978 21.762 43.14 19.33 11.16 40.928 9.94 48.24-2.726 2.553-4.423 3.022-9.656 1.734-15.07 14.86 17.575 23.807 40.32 23.807 65.205 0 55.87-45.093 100.967-100.964 100.967-38.8 0-72.395-21.75-89.307-53.752 17.13 15.03 39.58 24.146 64.16 24.146 47.412 0 86.9-33.9 95.562-78.783-17.104 10.354-45.526 8.41-71.56-6.62-33.183-19.16-49.908-52.316-37.356-74.058 6.668-11.55 20.257-17.554 36.508-17.773z"/></svg>
<svg class="tc-image-originals-guarded-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M71.604 21.99v111.12l61.156 75.814v188.654H93.408l-28.7 92.836h151.1l-6.103-92.613h.043l-1.17-119.35-18.687.185.848 86.545h-22.92c-13.43-71.44 4.462-150.097 60.967-158.86-9.133-11.458-15.006-27.38-15.006-45.02 0-34.844 22.177-62.962 49.413-62.962 1.703 0 3.466-.262 5.123 0h.002c24.873 3.23 44.29 30.293 44.29 62.96 0 18.09-6.196 34.244-15.74 45.755 51.727 9.73 76.564 84.763 61.333 158.127h-24.616l.85-86.545-18.688-.184-1.115 113.64-7.323 98.324h146.54l-28.702-92.836H385.79V208.924l61.155-75.813V21.99H382.52v52.414h-39.213V21.99h-65.123v52.414H239.67V21.99h-65.125v52.414h-38.512V21.99h-64.43zm180.652 326.62v142.245h18.69V348.61h-18.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-guards tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M72.877 31.904c-.99-.014-1.958.006-2.988.098C43.67 35.408 22.545 61.005 18 93.775v26.15c2.296 16.266 8.804 30.665 17.848 41.565-6.58 1.237-12.504 3.53-17.848 6.717v23.813c22.983.386 43.265 14.03 57.31 34.318C89.56 246.92 98 274.598 98 305c0 30.402-8.44 58.08-22.69 78.662C61.266 403.95 40.984 417.592 18 417.98v8.577L23.03 494h7.67l108.204-161.824L140 304c.732-41.132 16.536-59.598 32-48 4.26 3.195 8.3 6.024 12.135 8.533l23.574-35.258c-21.607-17.4-59.103-43.23-90.68-68.658 10.89-13.647 17.894-32.612 17.894-53.627C134.924 65.494 108.478 32 76 32c-1.12-.036-2.133-.082-3.123-.096zm366.246 0c-.99.014-2.002.06-3.123.096-32.478 0-58.924 33.494-58.924 74.99 0 21.015 7.005 39.98 17.895 53.627-31.577 25.43-69.073 51.26-90.68 68.658l23.577 35.258A232.03 232.03 0 0 0 340 256c15.464-11.598 31.268 6.868 32 48l1.096 28.174L481.3 494h7.67l5.03-67.443v-8.578c-22.983-.388-43.265-14.03-57.31-34.318C422.44 363.08 414 335.402 414 305c0-30.402 8.44-58.08 22.69-78.662 14.045-20.288 34.327-33.932 57.31-34.318v-23.813c-5.344-3.187-11.27-5.48-17.848-6.717 9.044-10.9 15.552-25.3 17.848-41.566v-26.15c-4.546-32.77-25.67-58.366-51.89-61.772a28.52 28.52 0 0 0-2.987-.098zM148.758 46.758l40.068 110.215 47.34-31.653zm214.484 0l-87.408 78.562 47.34 31.653zM230.25 150.93l-16.625 11.117L435.588 494h24.057zm51.5 0l-14.922 22.316 12.03 17.99 19.517-29.19zM18 210.018v189.964c15.993-.38 30.943-9.855 42.512-26.566C72.322 356.356 80 332.036 80 305c0-27.035-7.678-51.357-19.488-68.416-11.57-16.71-26.52-26.186-42.512-26.566zm476 0c-15.993.38-30.943 9.855-42.512 26.566C439.678 253.644 432 277.964 432 305c0 27.035 7.678 51.357 19.488 68.416 11.57 16.71 26.52 26.186 42.512 26.566zM233.145 223.62L52.355 494h24.057l168.762-252.39zm-98.397 215.52L98.066 494h34.55zm242.504 0l2.13 54.86h34.552z"/></svg>
<svg class="tc-image-originals-guillotine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M159.375 30.72v94.186l205.25-51.062V30.72h-205.25zm-45.125.06v448.47h27.78V30.78h-27.78zm266.53 0v448.47h27.783V30.78H380.78zm-16.155 61.25l-205.25 51.064v45.062l205.25-51.656V92.03zm-205.25 279.69v45.217h67.72c3.82-17.578 18.53-30.687 36.093-30.687 17.56 0 32.24 13.11 36.062 30.688h65.375v-44.22l-205.25-1zm0 62.874v43.875h205.25v-43.876h-65.25c-3.668 17.8-18.48 31.125-36.188 31.125-17.708 0-32.52-13.326-36.187-31.126h-67.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-guitar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M491.938 18.813l-17.72 2.375-89.374 11.968-6.22.844-1.562 6.094-18.5 72.156-136.187 137.28c-2.094-4.4-4.324-8.708-6.875-12.843-7.317-11.86-18.338-22.357-34.844-25.687-6.457-1.303-12.664-1.702-18.53-1.28-17.602 1.26-32.182 9.775-41.69 22.5-10.95 14.654-15.87 34.054-15.31 54.405-36.16 4.516-66.336 31.382-80.657 64.313-15.608 35.885-11.856 80.956 24.655 111.156 43.28 35.8 88.28 31.622 119.875 11.22 28.593-18.467 47.778-48.14 50.813-74.752 18.615-2.81 38.424-9.03 56.375-17.968 20.474-10.195 38.536-23.433 48.406-40.063l7.625-12.874-14.908-1.22c-34.56-2.818-53.76-12.87-66.406-26.217l146-147.22 18.938 1.375 6.156.438 2.813-5.5 6.125-11.907 25.03 11.906L464 132.438l-24.53-11.656 7.655-14.874 25.844 12.28 8.03-16.874-25.313-12.03L464 73.155 491.03 86l8.033-16.875L472.53 56.53l11.22-21.81 8.188-15.907zm-124.532 111l13.22 13.093-200.22 201.875c-1.556-1.983-3.227-3.898-5.062-5.717-2.65-2.628-5.493-4.96-8.47-7l200.532-202.25zm-235.47 210.093c10.914-.046 21.837 4.094 30.25 12.438 16.834 16.69 16.938 43.576.25 60.406-16.685 16.83-43.573 16.94-60.405.25-16.83-16.69-16.936-43.576-.25-60.406 8.345-8.415 19.245-12.64 30.157-12.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-gunshot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M33.385 18.482l179.818 179.82c15.992-12.5 32.854-21.332 49.008-25.884 6.11-1.722 12.21-2.827 18.142-3.232L129.646 18.482h-96.26zM18.1 94.508v22.414l143.933 143.933c2.284-4.853 4.898-9.714 7.87-14.544L18.1 94.51zm0 48.844v21.718l133.513 133.514c.357-6.05 1.454-12.282 3.192-18.527L18.1 143.352zm267.76 44.308c-5.534-.06-11.76.824-18.58 2.746-18.187 5.125-39.366 17.645-58.06 36.338-18.693 18.693-31.214 39.874-36.34 58.06-5.124 18.187-2.865 32.154 4.983 40.003 7.848 7.848 21.816 10.107 40.002 4.982 2.79-.787 5.657-1.767 8.57-2.897-4.446 35.305 2.834 81.353 22.27 137.377 7.042-107.06 40.21-77.135 84.346 18.867-25.618-105.636 50.953-72.313 151.733 8.195-82.658-96.046-104.87-162.764 10.524-134.658-113.18-40.95-130.87-81.878-33.092-84.97-63.505-23.373-114.68-32.166-153.004-27.345 1.2-3.05 2.23-6.05 3.054-8.97 5.124-18.186 2.867-32.155-4.98-40.003-4.906-4.905-12.203-7.627-21.425-7.727zm-15.63 20.928c7.007.084 13.038 2.182 17.358 6.502 7.242 7.242 8.227 19.295 3.96 32.7-32.244 8.713-52.945 29.435-61.653 61.358-13.234 4.11-25.11 3.073-32.274-4.09-13.822-13.824-4.888-45.17 19.956-70.013 17.08-17.08 37.233-26.642 52.653-26.457z" fill="#fff"/></svg>
<svg class="tc-image-originals-halberd tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M235.03 28.875l-56.718 24.72 104.75 104.75c20.144 20.136 20.144 53.105 0 73.25-20.142 20.142-53.11 20.14-73.25 0l-104.437-104.44-20.688 51.782C113.004 210 131.48 257.957 135 307.375c1.212 17.01.622 34.248-2.094 50.97 149.04-19.577 267.116-137.07 285.531-283.47-17.79 3.418-36.113 4.446-54.156 3.406-49.99-2.88-98.137-21.155-129.25-49.405zm258 12.344c-16.42 13.404-35.253 22.85-55.217 28.905-16.75 160.278-146.32 289.245-309.063 307.563 0 .002-.03-.003-.03 0-5.427 19.857-14.23 38.525-27 54.625 77.81-1.162 148.893-22.316 208.5-58.688l106.655 6.563L419 273.625c46.883-64.243 73.995-144.145 74.03-232.406zm-289.405 64.124l-46.875 46.75 44.406 44.406 46.875-46.75-44.405-44.406zM90.155 218.53L19.97 288.563v88.782l93.25-93.063c-4.38-23.864-12.445-46.66-23.064-65.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-halberd-shuriken tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M491.094 26.142L252.386 90.54c31.89 10.63 59.996 24.876 84.25 43.577-9.27 42.608-46.607 74.566-91.996 74.566-52.386 0-94.903-42.517-94.903-94.903 0-25.446 9.823-48.803 26.148-65.85-35.796 10.842-69.043 30.307-97.323 58.586-28.28 28.28-48.228 62.013-59.07 97.807 17.094-16.605 40.637-26.63 66.334-26.63 26.194 0 49.64 10.905 66.818 28.082 17.176 17.177 28.083 40.625 28.083 66.82 0 52.385-42.517 94.902-94.903 94.902-25.695 0-49.24-10.025-66.335-26.632 10.842 35.802 30.303 70.008 58.586 98.29 28.283 28.284 62.49 47.747 98.29 58.588-16.604-17.093-26.63-40.638-26.63-66.335 0-52.386 42.516-94.903 94.902-94.903 26.194 0 49.64 10.907 66.82 28.084 17.178 17.175 28.083 40.624 28.083 66.818 0 25.697-10.024 49.24-26.63 66.335 35.795-10.843 69.526-30.793 97.806-59.07 28.28-28.28 47.744-61.53 58.587-97.324-17.048 16.322-40.403 26.147-65.85 26.147-52.387 0-94.904-42.517-94.904-94.903 0-45.17 31.762-82.017 74.08-91.512 18.417 24.114 33.132 51.887 44.063 83.766L491.09 26.14z" fill="#fff"/></svg>
<svg class="tc-image-originals-half-body-crawling tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M384.932 45.57c-3.286.244-7.88 2.403-15.094 14.546-5.056 15.957-.322 25.086 5.06 38.496l2.307 5.744-55.96 51.87c4.376 8.594 7.407 18.226 8.78 28.44l80.254-80.214c-4.114-10.653-8.672-18.525-12.147-27.168-3.263-8.116-4.76-17.495-2.795-28.32-4.347-2.066-8.086-3.564-10.406-3.393zm-119.604 91.15c-25.092.105-47.134 26.142-46.957 60.414.178 34.27 22.487 60.12 47.58 60.013 25.092-.105 47.133-26.14 46.956-60.412-.177-34.272-22.485-60.12-47.578-60.015zm190.053 84.296c-5.97-.085-11.825.86-16.946 2.87-10.125 15.2-8.244 19.567-11.067 36.418l-.71 4.25-3.758 2.11c-21.674 12.172-42.448 22.542-62.93 39.315l-3.632 2.974-4.516-1.275s-12.793-3.613-25.804-7.423c-6.506-1.905-13.063-3.858-18.168-5.455-2.553-.8-4.73-1.505-6.45-2.106-.86-.3-1.59-.567-2.318-.867-.363-.15-.72-.302-1.197-.544-.47-.238-.912-.218-2.463-1.732l-.096.1-12.922-17.024c-5.195 1.613-10.67 2.493-16.36 2.517-21.26.09-39.657-11.704-51.53-29.73-56.886 37.057-116.74 79.386-150.313 123.28l8.283 24.558 55.025-15.826 20.713 46.717c42.768-26.075 84.4-51.742 116.833-74.634-6.47-2-12.324-4.36-17.36-7.163l8.754-15.726c9.89 5.505 29.343 10.33 51.204 12.707 20.935 2.277 44.212 2.546 64.754.84 24.303-20.896 54.028-46.405 72.838-65.997 1.26-7.008 3.54-13.69 7.895-19.768l.44-.617.538-.533c3.732-3.7 8.657-6.304 13.737-6.272 5.08.032 9.018 2.307 11.968 4.506 2.687 2.002 4.914 4.12 6.993 6.09l8.677-13.134c-3.495-8.958-11.785-16.096-22.45-20.12-5.596-2.11-11.687-3.225-17.66-3.31zM36.79 381.1l-2.56 17.82c-.555-.08-.808-.126-1.085-.173.112.03.233.054.32.092.617.265 1.608.72 2.838 1.303 2.46 1.168 5.905 2.864 9.95 4.89 3.966 1.987 8.656 4.375 13.52 6.86L51.57 387.58c-2.886-1.436-5.518-2.733-7.546-3.696-1.338-.635-2.458-1.152-3.418-1.567-.96-.415-.327-.715-3.817-1.217zm68.374 21.485l-40.7 11.707.026.014-15.095 13.234c-4.943-2.555-9.69-4.996-13.698-7.024-3.356-1.698-6.226-3.125-8.427-4.18-1.1-.53-2.026-.962-2.84-1.318-.815-.356-.077-.615-3.537-1.125L18.27 431.7c-.503-.074-.715-.114-.996-.162.475.21 1.24.56 2.21 1.025 1.987.953 4.79 2.35 8.086 4.016 2.155 1.09 4.764 2.433 7.272 3.72L20.78 452.628l11.867 13.535 19.37-16.982c16.705 8.704 32.9 17.262 32.9 17.262l8.413-15.912s-12.692-6.693-26.802-14.07l15.158-13.29c18.2 9.415 34.89 18.137 34.89 18.137l8.352-15.947s-13.362-6.973-28.71-14.93zm-87.89 28.953l-.053-.025c-.395-.173-1.407-.226.054.025z"/></svg>
<svg class="tc-image-originals-half-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M367.844 23.563c-1.25-.007-2.497 0-3.75.03-39.558 1.014-80.216 21.152-108.656 61.938-35.39-50.06-91.964-68.935-140.938-58.905C61.602 37.46 17.574 83.133 19.844 154.188c2.375 74.366 56.072 131.622 109.844 179.968 26.885 24.173 54.033 46.28 75.468 67 21.435 20.72 36.758 40.126 41.313 57.125l9.03 33.69 9-33.69c3.988-14.88 19.58-34.12 41.594-55.03 22.014-20.91 49.996-43.803 77.47-68.78 54.944-49.96 109.165-108.878 106.905-180.876-2.19-69.696-45.2-115.576-96.75-127.125-8.46-1.896-17.126-2.865-25.876-2.907zm-227.97 19.125c39.622-.274 81.748 20.09 107.532 64.75l7.75 13.437V239.75c-1.484-.18-2.968-.28-4.5-.28-20.714 0-37.53 16.784-37.53 37.5 0 20.715 16.816 37.5 37.53 37.5 1.533 0 3.016-.104 4.5-.283v117.657c-8.78-15.032-21.796-29.428-37-44.125-1.05-1.015-2.117-2.047-3.187-3.064 13.682-2.09 24.186-13.89 24.186-28.156 0-15.744-12.788-28.5-28.53-28.5-15.304 0-27.784 12.052-28.47 27.188-13.032-11.32-26.6-22.92-39.97-34.938-52.87-47.538-101.56-101.075-103.655-166.656-2.022-63.343 34.622-99.42 79.72-108.656 7.047-1.444 14.288-2.2 21.625-2.25zm40.75 41.75c-20.713 0-37.5 16.785-37.5 37.5 0 4.616.85 9.04 2.376 13.124-.136-.002-.27 0-.406 0-12.153 0-22 9.848-22 22 0 12.154 9.847 22 22 22 12.152 0 22-9.846 22-22v-.125c4.197 1.624 8.76 2.5 13.53 2.5 20.715 0 37.5-16.783 37.5-37.5 0-20.716-16.785-37.5-37.5-37.5zm26.314 83.687c-10.834.55-19.438 9.53-19.438 20.5 0 11.325 9.176 20.5 20.5 20.5s20.5-9.175 20.5-20.5-9.176-20.5-20.5-20.5c-.354 0-.713-.018-1.063 0zm-33.844 52.438c-14.362 0-26 11.636-26 26 0 14.363 11.638 26.03 26 26.03s26.03-11.67 26.03-26.03c0-14.364-11.668-26-26.03-26z" fill="#fff"/></svg>
<svg class="tc-image-originals-half-tornado tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M226.156 40.938c-46.454-.08-96.45 19.73-137.47 58.812C39.464 146.653 15.052 209.82 18.627 267c9.67-40.365 31.79-80.226 65.56-112.406C162.24 80.224 272.514 74.9 330.346 142.72c5.225 6.127 9.85 12.63 13.875 19.436-46.88-21.615-109.684-9.01-157.22 36.28-38.973 37.136-58.27 87.135-55.438 132.408 7.657-31.96 25.136-63.49 51.875-88.97C239.012 188.923 315.226 180.17 363.313 218c.042.304.085.602.125.906.042-.24.085-.478.125-.72 5.293 4.19 10.24 8.958 14.782 14.283 4.636 5.437 8.65 11.236 12.094 17.343-35.916-13.992-82.265-3.594-117.72 30.187-30.336 28.904-45.357 67.82-43.156 103.063 5.96-24.877 19.56-49.45 40.375-69.282 41.144-39.2 96.825-47.264 134.375-22.624.08.544.178 1.08.25 1.625.077-.438.147-.872.22-1.31 6.167 4.108 11.846 9.102 16.874 15 5.932 6.954 10.594 14.685 14.03 22.967-28.21-13.206-66.125-5.706-94.81 21.625-23.427 22.322-35.047 52.38-33.345 79.594 4.604-19.21 15.115-38.153 31.19-53.47 37.144-35.39 89.632-37.932 117.155-5.655 4.622 5.422 8.245 11.444 10.906 17.908-21.254-8.385-48.76-2.248-69.78 17.78-17.93 17.084-26.803 40.08-25.5 60.907 3.523-14.702 11.574-29.216 23.875-40.938 28.43-27.09 68.59-29.015 89.656-4.312 6.714 7.872 10.696 17.402 12.064 27.75 3.046-17.547-.535-34.938-11.406-47.688-3.694-4.33-7.977-7.816-12.688-10.5.04-17.47-5.24-34.025-16.25-46.937-3.854-4.52-8.207-8.355-12.938-11.5.146-22.794-6.676-44.415-21.03-61.25-4.852-5.69-10.323-10.493-16.25-14.5-1.593-25.722-10.332-49.84-26.75-69.094-4.257-4.99-8.856-9.486-13.782-13.47-1.945-32.638-12.992-63.268-33.813-87.686-26.816-31.447-65.042-46.992-106.03-47.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-halt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M389.917 128.73v100.836h-22.802v-158.5a17.11 17.11 0 0 0-17.11-17.11h-11.863a17.11 17.11 0 0 0-17.11 17.11v158.5h-22.698V46.993a17.11 17.11 0 0 0-17.11-17.11h-11.863a17.11 17.11 0 0 0-17.11 17.11v182.573H229.5V77.33a17.11 17.11 0 0 0-17.108-17.11h-11.864a17.11 17.11 0 0 0-17.11 17.11v263.873l-63.858-51.14a23.385 23.385 0 0 0-30.743 1.32l-5.567 5.31a23.385 23.385 0 0 0-2.01 31.678l102.19 125.647a72.028 72.028 0 0 0 57.092 28.1h60.85A134.637 134.637 0 0 0 436 347.5V128.73a17.11 17.11 0 0 0-17.11-17.108h-11.864a17.11 17.11 0 0 0-17.11 17.11z"/></svg>
<svg class="tc-image-originals-ham-shank tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M475.346 189.398a27.276 27.276 0 0 1-38.433-19.066l-30.05 14.232a63.31 63.31 0 0 0-3.586-11.274 59.572 59.572 0 0 0-9.853-15.827l29.222-13.836a27.358 27.358 0 1 1 45.713-5.905 27.358 27.358 0 0 1 6.986 51.676zm-295.59 74.107c13.17 31.015 17.61 63.416 12.508 91.217-4.845 26.39-17.738 45.27-36.303 53.155-18.564 7.885-41.112 4.053-63.46-10.797-23.55-15.63-43.816-41.333-56.942-72.372-13.126-31.038-17.61-63.404-12.497-91.204 4.846-26.392 17.74-45.27 36.304-53.156a51.245 51.245 0 0 1 20.15-4.006c13.718 0 28.556 5.008 43.312 14.803 23.538 15.64 43.757 41.345 56.93 72.36zm-48.79 20.708c-8.29-19.53-25.446-30.922-38.328-25.46-12.88 5.463-16.596 25.728-8.304 45.26 8.293 19.53 25.448 30.92 38.33 25.46 12.88-5.464 16.596-25.73 8.303-45.248zm255.12-103.655c-7.174-16.9-23.21-25.297-40.646-25.297a58.105 58.105 0 0 0-16.736 2.517c-25.75 7.757-51.152 10.482-75.598 10.482-56.22 0-107.347-14.315-146.037-14.315-10.483 0-20.045 1.06-28.547 3.727 17.644-.233 36.337 5.824 54.587 17.948 26.555 17.633 49.196 46.26 63.777 80.594 14.582 34.335 19.508 70.532 13.685 101.885-4.332 23.618-14.29 42.568-28.697 55.204 66.572-20.312 96.748-133.028 185.18-177.762 19.917-10.04 27.732-34.474 19.032-54.96z" fill="#fff"/></svg>
<svg class="tc-image-originals-hammer-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.5 12.28c88.718 14.188 164.126 68.854 216.78 159.314C191.738 127.057 146.123 88.34 94.626 61.75c32.85 23.08 62.377 54.866 90.844 94.656C134.237 105.183 81.956 62.756 18.187 41.28v35.314c60.134 16.64 118.398 62.562 163.968 129.312l-.125.063 22.19 38.405 157.936-91.188-22.187-38.406-.064.032c-38.38-69.37-83.042-95.124-106.72-102.53H190.47c62.75 22.53 105.37 69.704 133.78 142.28-50.118-70.19-122.52-123.542-202.656-142.28H19.5zm153.97 40.47c52.194 21.552 97.93 66.563 110.843 121.594L173.47 52.75zM348.5 182.656l-111.97 64.656L321.25 394l111.97-64.656-84.72-146.688zm72.97 33.563l-24 13.843 19.78 34.28 24-13.874-19.78-34.25zm-168.345 97.186L83.47 411.344l19.81 34.312 169.626-97.97-19.78-34.28zM465.53 332.22l-157.936 91.186 22.22 38.47 157.936-91.188-22.22-38.47zM62.72 412.81l-35.94 20.75 28.907 50.063 35.938-20.75-28.906-50.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-hammer-nails tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M170.375 18.594c-1.155 0-2.32.014-3.47.03-25.176.37-49.134 5.08-68.78 13.94 84.13 7.937 156.965 61.77 119.28 122.53-2.017 3.254-4.033 6.445-6.03 9.625l.47.186c-.933 2.4-.566 5.203 2.343 9.53 2.908 4.33 8.322 9.22 14.75 12.97 6.427 3.752 13.838 6.392 20.28 7.22 5.992.768 10.808-.054 14-1.94 1.7-2.696 3.416-5.415 5.157-8.155 21.695-8.632 57.903 11.51 65.22 29.22 1.34-14.225 6.522-29.91 15.342-45.188 6.697-11.598 14.627-21.517 23.157-29.25-20.304 7.277-30.037-6.764-38.563-34.187-8.197-26.38-36.394-47.365-58.155-59.844-31.287-17.92-69.206-26.65-105-26.686zm239.03 121.937c-4.01-.034-9.278 1.558-15.592 5.564-9.622 6.103-20.325 17.327-28.688 31.812-8.363 14.486-12.713 29.366-13.188 40.75-.474 11.385 2.692 17.85 6.688 20.156 3.996 2.307 11.222 1.823 20.844-4.28 9.62-6.104 20.323-17.297 28.686-31.782s12.713-29.365 13.188-40.75c.474-11.385-2.693-17.88-6.688-20.188-.998-.576-2.206-.973-3.594-1.156-.52-.068-1.083-.12-1.656-.125zm-210.81 44.282C80.93 367.197 4.35 418.813 21.937 462.875c8.065 20.204 31.467 36.36 55.218 28.78 49.34-15.74 59.974-94.006 173.094-278.124-1.138-.075-2.278-.198-3.406-.343-9.516-1.22-18.924-4.76-27.313-9.656-8.387-4.895-15.804-11.11-20.874-18.655-.016-.024-.046-.04-.062-.063zM492 256.97l-110.438 22.436 51.313 15.53 31.47 148.94 18.31-3.845-31.467-148.81L492 256.97zm-200.125 15.874l-80 79.375 51.438-15.19 68.093 67.564L308.28 489.5l18.064 4.906 20.312-74.656 24.72 24.5L384.53 431l-32.217-31.97 14-51.5 52.125-12.56-108.97-28.75 38.75 36.56-11.187 41.095-60.467-60 15.312-51.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-hammer-sickle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M257.316 21.44C434.586 160.414 438.15 262.89 384.48 315.87l55.65 55.648c81.846-100.582 74.738-275.933-182.814-350.08zm-37.92 21.664c-16.713 4.847-34.67 7.066-50.61 6.75-13.684-.27-25.71-1.44-34.936-6.41L21.13 156.163l55.15 55.156L231.946 55.656l-12.55-12.552zm-41.29 91.85l-43.84 43.84L442 486.523c3.005 3.007 6.436 3.516 12.582 1.646 6.146-1.87 13.72-6.735 19.943-12.957 6.223-6.223 11.087-13.8 12.957-19.945 1.87-6.146 1.363-9.577-1.642-12.582L178.105 134.953zm-8.665 179.735l-40.75 37.124 50.814 50.346c59.746 49.805 126.245 53.237 182.033 29.36l-75.273-75.274c-43.74 2.716-88.647-10.463-116.823-41.557zm-58.936 45.873c-5.525 1.065-8.977 2.957-11.315 5.25-1.957 1.922-3.25 4.556-4.25 7.564l55.19 52.844c5.467-1.007 9.262-2.795 11.278-4.687 1.997-1.872 3.096-3.863 3.096-7.53l-54-53.44zm-24.72 30.314L30.16 441.562c-16.737 27 14.694 61.2 51.094 44.66l51.53-50.28-47-45.063v-.003z"/></svg>
<svg class="tc-image-originals-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M309.752 35.514c-3.784.046-7.807.454-12.004 1.082-27.198 61.067-49.85 122.007-65.45 182.775-9.293-4.313-18.634-8.57-27.962-12.845-3.95-53.137 1.876-103.13 5.33-153.757-6.696-5.06-17.54-8.82-28.596-8.98-11.573-.166-22.304 3.33-28.537 9.513-5.44 70.22-5.258 147.354 1.133 217.475 21.926 29.733 45.877 59.903 52.305 103.64l-18.49 2.716c-4.24-28.837-17.583-51.34-33.238-73.51l-7.582-10.55c-5.01-6.862-10.134-13.79-15.185-20.945-21.397-28.51-44.094-51.49-62.155-59.22-9.81-4.196-17.273-4.385-24.632-.442-6.486 3.474-13.52 11.49-20.043 25.387 53.41 51.674 70.576 104.044 82.718 138.664 5.79 16.507 11.08 31.523 21.274 47.025 15.614 23.746 49.446 42.91 84.066 49.51 34.62 6.598 68.69.712 86.87-19.833 14.36-16.227 41.232-41.87 56.195-57.787 24.524-26.085 59.485-54.964 88.597-77.248 14.556-11.142 27.62-20.598 37.197-27.178 4.79-3.29 8.68-5.848 11.612-7.625.197-.12.34-.182.527-.294 1.31-9.873-.448-20.663-4.804-29.375-4.358-8.718-10.787-14.658-17.763-17.015-35.707 21.283-70.62 44.438-103.877 75.438-5.745-7.274-11.933-14.06-18.5-20.424 30.747-58.815 69.992-107.75 114.28-150.41-1.56-9.55-7.76-19.814-16.114-27.32-8.4-7.55-18.526-11.7-25.852-11.623-45.615 46.382-85.864 96.907-117.5 154.463-6.918-4.36-14.023-8.513-21.27-12.51 18.893-64.715 42.99-126.426 73.5-184.392-12.757-15.245-25.477-23.335-42.347-24.324-1.205-.07-2.44-.096-3.7-.08z"/></svg>
<svg class="tc-image-originals-hand-grip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 24.97c-34.037 0-62.75 23.497-70.766 55.1l-.234-.053-32 144 17.572 3.906 21.188-95.346c9.768 18.037 26.917 31.52 47.347 36.393h-37.236l-3.902 18h134.23l9.102 40.953 17.57-3.906-19.707-88.684c-3.55 7.233-8.086 14.218-13.717 21.25l2.752 12.387h-55.306c20.366-4.858 37.473-18.27 47.257-36.223l.11.49c6.44-10.535 9.595-21.02 10.767-34.52l-4.156-18.7-.111.025C318.734 48.453 290.027 24.97 256 24.97zm0 18c30.482 0 55 24.517 55 55 0 30.482-24.518 55-55 55s-55-24.518-55-55c0-30.483 24.518-55 55-55zM139.785 241.005c4.99 5.864 9.887 12.434 13.496 19.482 3.77 7.364 6.449 15.528 4.631 24.178-1.817 8.65-7.555 15.044-13.97 20.268-6.416 5.223-13.91 9.413-21.128 12.859-4.81 2.297-9.304 4.12-13.462 5.717 3.164 3.135 6.544 6.615 10.023 10.654 5.22 6.06 10.393 12.91 14.164 20.274 3.77 7.363 6.45 15.525 4.633 24.175-1.818 8.65-7.556 15.047-13.97 20.27-6.416 5.223-13.91 9.413-21.128 12.86-5.394 2.575-10.414 4.573-14.916 6.263 8.492 9.54 17.355 19.241 25.131 29.547 9.035 11.973 16.588 24.97 18.408 39.478a44.316 44.316 0 0 0 4.633-.718c3.908-.838 6.89-2.164 8.662-3.497 1.771-1.332 2.44-2.371 2.799-4.084l47.498-226.064-55.504-11.662zm232.43 0l-55.504 11.662 47.498 226.064c.36 1.713 1.028 2.752 2.799 4.084 1.771 1.333 4.754 2.659 8.662 3.497 1.437.307 2.99.546 4.633.718 1.82-14.509 9.373-27.505 18.408-39.478 7.776-10.306 16.64-20.007 25.13-29.547-4.501-1.69-9.521-3.688-14.915-6.264-7.218-3.446-14.712-7.636-21.127-12.86-6.415-5.222-12.153-11.617-13.97-20.267-1.818-8.65.861-16.814 4.632-24.177 3.77-7.364 8.944-14.214 14.164-20.274 3.48-4.039 6.86-7.52 10.023-10.654-4.158-1.597-8.653-3.42-13.462-5.717-7.218-3.446-14.712-7.636-21.127-12.86-6.416-5.223-12.154-11.617-13.971-20.267-1.818-8.65.86-16.814 4.63-24.178 3.61-7.048 8.506-13.618 13.497-19.482zM117.53 243.41l-13.187 62.766c3.358-1.324 7-2.856 10.715-4.63 6.412-3.06 12.838-6.764 17.517-10.573 4.68-3.81 7.212-7.588 7.72-10.01.51-2.422-.288-6.9-3.038-12.272-2.75-5.37-7.142-11.347-11.78-16.73-2.686-3.119-5.404-5.987-7.947-8.55zm276.938 0c-2.543 2.564-5.26 5.432-7.948 8.55-4.637 5.384-9.029 11.36-11.779 16.731-2.75 5.371-3.548 9.85-3.039 12.272.509 2.422 3.042 6.2 7.72 10.01 4.68 3.81 11.106 7.512 17.518 10.574 3.715 1.773 7.357 3.305 10.715 4.629L394.47 243.41zM97.79 337.361l-13.187 62.765c3.358-1.323 7-2.855 10.714-4.629 6.412-3.062 12.839-6.764 17.518-10.574 4.68-3.81 7.212-7.59 7.72-10.012.51-2.422-.288-6.899-3.038-12.27-2.75-5.37-7.142-11.346-11.78-16.73-2.686-3.119-5.405-5.987-7.947-8.55zm316.418 0c-2.542 2.563-5.26 5.431-7.947 8.55-4.638 5.384-9.03 11.36-11.78 16.73-2.75 5.371-3.548 9.848-3.039 12.27.51 2.422 3.042 6.202 7.721 10.012 4.68 3.81 11.106 7.512 17.518 10.574 3.714 1.774 7.356 3.306 10.714 4.629L414.21 337.36zM77.613 433.39l-6.156 29.301c-.36 1.713-.167 2.933.918 4.866 1.085 1.932 3.281 4.346 6.521 6.685 6.481 4.68 16.878 8.885 27.643 11.147 2.266.476 4.549.847 6.818 1.152-1.861-9.02-7.05-18.358-14.437-28.148-6.156-8.16-13.69-16.476-21.307-25.002zm356.774 0c-7.618 8.527-15.15 16.844-21.307 25.003-7.387 9.79-12.576 19.129-14.437 28.148a93.946 93.946 0 0 0 6.818-1.152c10.765-2.262 21.162-6.468 27.643-11.147 3.24-2.34 5.436-4.753 6.521-6.685 1.085-1.933 1.278-3.153.918-4.866l-6.156-29.3z"/></svg>
<svg class="tc-image-originals-hand-of-god tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M387.29 19.115c-.677 24.348-8.15 49.273-22.194 71.834-36.935 59.335-110.622 86.083-178.93 70.61 4.218-1.997 8.274-4.09 12.098-6.292 39.055-22.5 57.282-55.456 54.312-91.69-7.387 21.813-24.63 41.317-50.226 56.067-48.05 27.68-118.013 31.686-187.47 16.935v37.377c36.274 13.19 81.88 12.965 122.397 3.98 3.21 2.057 6.526 4.02 9.98 5.872 76.52 40.974 174.19 17.537 220.173-51.855 40.442 14.673 84.808 19.944 127.32 16.393v-39.13c-36.858 3.595-75.196.774-111.385-9.015 9.5-26.662 10.486-54.666 3.924-81.088zm30.265 159.975c-28.534 12.307-59.168 14.074-87.434 10.355-19.252 10.658-41.5 18.6-64.68 23.393-44.056 9.11-91.918 6.655-129.426-14.018l78.47 175.914c11.298 12.252 24.03 25.506 42.043 41.3l.168.15.162.154c1.618 1.562 2.678 1.823 5.122 1.555 2.442-.27 5.967-1.672 9.325-4.012 3.358-2.34 6.532-5.546 8.62-8.542 1.157-1.658 1.87-3.22 2.304-4.4l-39.67-38.292 12.98-13.445 45.558 43.978.002.002c.225.22.092.432 2.248.006 2.162-.428 5.725-2.03 9.26-4.557 6.005-4.294 11.807-11.445 14.244-16.282l-39.188-37.828 12.98-13.446 45.098 43.533c11.69-2.624 21.136-10.836 25.237-20.322l-50-48.264 12.98-13.446 105.813 102.143c5.053 4.877 9.384 6.113 13.122 5.99 3.737-.123 7.224-1.832 9.85-4.63 5.25-5.598 7.5-13.944-1.985-23.1l-146.72-141.63 12.98-13.445 23.177 22.373c25.815-2.733 47.54-9.893 60.996-18.345 7.11-4.466 11.78-9.26 13.92-13.186 2.14-3.923 2.322-6.51.795-10.078-1.122-2.613-3.768-5.992-8.353-9.576z" fill="#fff"/></svg>
<svg class="tc-image-originals-hand-saw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M430 34.438l-296.563 238.5 20 20.437 3.844 3.906-1.718 5.22-6.718 20.22 42.906 46.374 32.78-34.97 5.75-27.937 26.532-6.468 4.063-24.814 24.188-5.312 1.593-22.156 26.22-7.532 3.03-20.78 22.125-6.064 6.47-21.562 21.75-8.5 6.25-18.28 17.5-7.095 4.22-16.125 17.53-7.063 3.5-15.5 17.28-6.624 3.845-17.188 15.844-3.813 2.5-17.187 14.5-.97 16.874-18L430 34.438zM113.03 277.813L28.938 339c15.382 51.32 48.128 92.382 86.876 130.906l71.656-78.875L132 331.064l-3.594-3.907 1.656-5.062 6.688-20.063-23.72-24.217zm-17.78 32.093l5.25 5.688 63.78 69.375 5.657 6.124-5.718 6.094-37.814 40.53-13.187 14.094-2.314-19.156c-4.643-38.057-20.223-65.16-52.875-81.406l-13.81-6.875L57 335.72l31.844-21.5 6.406-4.314z" fill="#fff"/></svg>
<svg class="tc-image-originals-handcuffs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M147.406 20.03c-1.046-.002-2.094.05-3.156.157-4.238.433-8.576 1.774-12.656 4.125-.008.005-.023-.004-.03 0l-29.783 17.22c-7.858 4.534-12.662 12.15-13.874 19.78-1.212 7.63.62 15.126 4.22 21.47.11.197.227.397.343.593l-11.72 40.22c-1.79 1.224-3.467 2.613-5 4.124-5.196 5.117-9.01 11.83-9.844 19.56-.835 7.732 1.923 16.39 8.406 22.876L98.626 194.5c6.633 6.63 15.296 9.602 23.188 9.03 4.63-.333 8.935-1.755 12.78-3.905l7.095 6.688c-2.305 2.97-4.1 6.49-5.157 10.437l-1.624 6.03 18.063 4.845 1.624-6.063c1.06-3.953 2.712-5.37 5.125-6.437 1.205-.533 2.67-.867 4.28-.938 1.61-.07 3.366.126 5.063.594 3.393.938 6.375 2.963 7.968 5.157 1.594 2.195 2.284 4.266 1.282 8l-1.625 6.032 18.063 4.843 1.625-6.032c2.35-8.762.32-17.56-4.22-23.81-4.537-6.253-11.093-10.28-18.124-12.22-3.514-.97-7.204-1.417-10.905-1.25-1.67.075-3.34.28-5 .625l-10.344-9.75c2.06-3.75 3.42-7.944 3.75-12.438.586-7.917-2.42-16.574-9.093-23.25l-24.343-24.312c-4.677-4.68-10.516-7.357-16.313-8.156l6.157-21.095c.177.072.353.15.532.22 7.25 2.806 16.336 2.394 24.28-2.19l29.813-17.186c6.104-3.528 10.526-8.694 12.968-14.345l21.095 5.938c-.88 3.745-1.122 7.688-.5 11.687 1.194 7.683 6.06 15.35 14 19.938l29.813 17.218c3.8 2.195 7.813 3.47 11.78 3.97L255 140.78c-2.735 1.553-5.224 3.477-7.438 5.657-5.195 5.12-8.977 11.833-9.812 19.563-.835 7.73 1.89 16.39 8.375 22.875l4.22 4.22 13.218-13.22-4.22-4.22c-2.893-2.893-3.314-5.032-3.03-7.655.283-2.623 1.867-5.78 4.375-8.25 2.507-2.47 5.77-4.06 8.468-4.344.337-.035.68-.052 1-.062 2.252-.07 4.17.544 6.563 2.937v.032l4.217 4.188 13.188-13.188-4.188-4.218c-4.76-4.763-10.75-7.442-16.656-8.188l-3.25-18.28c4.92-2.895 8.87-7.066 11.658-11.845 3.74-6.412 5.516-14.137 4.03-21.936-1.484-7.8-6.637-15.374-14.812-20.094l-29.78-17.188c-3.93-2.27-8.145-3.506-12.282-3.812-4.137-.306-8.206.305-11.813 1.688-4.304 1.65-8.01 4.21-11.093 7.343l-29.093-8.186c-.762-3.026-1.937-5.915-3.47-8.594-3.684-6.445-9.47-11.856-16.968-14.47-2.81-.98-5.862-1.488-9-1.5zm-.187 18.564c1.063.03 2.05.252 3.03.593 2.614.912 5.225 3.153 6.906 6.094 1.682 2.942 2.312 6.365 1.78 9.126-.528 2.756-1.805 5.11-5.717 7.375-.01.006-.024-.004-.032 0l-29.782 17.19c-3.545 2.044-5.726 1.89-8.187.936-.648-.25-1.318-.603-1.97-1.03l.094-.345-.906-.25c-1.53-1.183-2.977-2.804-4.063-4.718-1.737-3.06-2.425-6.634-2-9.312.425-2.678 1.4-4.598 4.75-6.53v-.032l29.78-17.188h.032c2.02-1.166 3.688-1.72 5.188-1.875.375-.038.74-.04 1.094-.03zM226.5 62.22c.31-.02.618-.024.938 0 1.276.09 2.637.53 4.312 1.5v.03l29.813 17.188c4.04 2.332 5.294 4.686 5.812 7.406.518 2.72-.138 6.105-1.844 9.03-1.705 2.927-4.343 5.174-7 6.095-2.654.92-5.316 1.02-9.25-1.25L219.47 85c-3.544-2.048-4.47-3.985-4.876-6.594-.406-2.608.28-6.09 2.062-9.125 1.783-3.034 4.532-5.435 7.063-6.405.948-.364 1.85-.598 2.78-.656zM98.344 136.624c2.246-.065 4.14.575 6.53 2.97l24.345 24.31c3.296 3.3 3.89 5.896 3.686 8.657-.204 2.762-1.688 5.865-4.094 8.25-2.405 2.386-5.54 3.892-8.343 4.094-2.805.203-5.415-.415-8.626-3.625L87.53 156.97c-2.89-2.895-3.313-5.065-3.03-7.69.283-2.622 1.867-5.778 4.375-8.25 2.508-2.47 5.773-4.06 8.47-4.343.336-.035.678-.053 1-.062zM320 149.875l-62.094 62.094 48.844 48.843 26.938-26.938.343.344c.976-1.104 1.977-2.196 3.033-3.25 27.69-27.693 72.59-27.693 100.28 0 27.205 27.203 27.684 71.022 1.438 98.81-.004.014-.025.02-.03.033-1.03 2.514-1.372 4.965-1.28 7.343.18 4.757 2.415 9.505 5.936 13.063 3.52 3.556 8.17 5.75 12.875 5.936 3.614.144 7.41-.73 11.47-3.625 37.58-42.338 36.114-107.29-4.438-147.842-29.2-29.2-71.177-37.894-108.062-26.563l-5.375 1.656-3.97-3.968L320 149.875zm-11.75 40.688l18.313 18.312-13.22 13.22-18.312-18.314 13.22-13.218zm-186.53 48l-17.876 66.78 36.78 9.844-.124.47c1.445.292 2.9.612 4.344 1 37.828 10.135 60.26 49.015 50.125 86.843-9.962 37.175-47.675 59.485-84.876 50.625-2.695.375-4.986 1.326-7 2.594-4.03 2.533-7.024 6.796-8.344 11.624-1.32 4.828-.908 9.988 1.28 14.156 1.686 3.206 4.35 6.085 8.907 8.156 55.445 11.366 110.96-22.407 125.813-77.78.003-.01-.003-.022 0-.032 10.673-39.878-2.783-80.572-31.03-106.844l-4.126-3.844 1.437-5.437 9.5-35.44-84.81-22.717zm159.655 23.28c-6.083 33.48 3.736 69.08 29.72 95.063 36.204 36.205 91.507 41.554 133.06 15.625-5.342-2.01-10.13-5.214-14.06-9.186-5.135-5.186-8.89-11.79-10.47-19.156-26.67 13.713-60.22 9.406-82.563-12.938-14.735-14.735-21.633-34.33-20.687-53.625l-3 3-6.625 6.625-6.594-6.625-18.78-18.78zm-131.656 4.094l18.06 4.844-6.686 25.033-18.063-4.844 6.69-25.033zm-59.47 17.938c-32.02 11.48-57.93 37.8-67.438 73.28-13.252 49.46 9.77 100.012 53 123.033-.936-5.626-.568-11.36.907-16.75 1.923-7.036 5.783-13.63 11.374-18.688C62.872 428.512 49.82 397.34 58 366.812c5.395-20.134 18.935-35.924 36.125-44.75L90 320.97l-9.03-2.44 2.405-9.03 6.875-25.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-hanging-spider tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M245.625 14.656v141.53c-27.713 6.03-48.875 38.405-48.875 77.47 0 15.552 3.366 30.034 9.156 42.22-3.25-3.28-6.404-6.91-9.406-10.97-33.54-45.34-33.54-121.904 0-167.25l-15-11.125c-39.288 53.12-39.292 136.387 0 189.5 2.543 3.44 5.202 6.67 7.97 9.69-55.29-22.365-93.407-72.152-93.407-129.408H77.374c0 61.73 38.437 115.01 94.438 141.938-21.208 7.248-40.477 17.198-57 29.344-36.29 26.675-59.594 64.432-59.594 106.5h18.686c0-35.19 19.332-67.448 51.97-91.438 16.31-11.99 35.903-21.796 57.75-28.594-2.178 2.024-4.292 4.167-6.345 6.407-42.477 46.365-42.477 120.787 0 167.155L191.063 475c-32.263-35.218-35.342-90.954-9.25-130.094 4.213 13.518 16.883 23.438 31.72 23.438 3.25 0 6.396-.49 9.374-1.375.453 1.81 1.043 3.564 1.78 5.25-4.572 6.227-7.28 13.926-7.28 22.25 0 14.788 8.532 27.58 20.938 33.717-.826-4.1-1.28-8.56-1.28-13.25 0-19.7 8.013-35.687 17.905-35.687 9.89 0 17.905 15.987 17.905 35.688 0 4.69-.456 9.15-1.28 13.25 12.404-6.14 20.936-18.93 20.936-33.72 0-8.215-2.657-15.814-7.124-22 .776-1.73 1.402-3.54 1.875-5.406 2.88.824 5.904 1.282 9.033 1.282 14.87 0 27.566-9.965 31.75-23.53 26.16 39.143 23.102 94.94-9.188 130.186l13.78 12.625c42.48-46.368 42.48-120.79 0-167.156-2.05-2.24-4.166-4.384-6.342-6.408 21.845 6.798 41.438 16.604 57.75 28.594 32.637 23.99 51.968 56.25 51.968 91.438h18.69c0-42.068-23.305-79.825-59.595-106.5-16.524-12.146-35.792-22.096-57-29.344 56-26.93 94.438-80.208 94.438-141.938h-18.688c0 57.256-38.118 107.043-93.406 129.407 2.765-3.02 5.424-6.25 7.967-9.69 39.292-53.11 39.292-136.38 0-189.5l-15 11.126c33.542 45.345 33.54 121.913 0 167.25-2.987 4.04-6.14 7.64-9.375 10.906 5.77-12.18 9.125-26.627 9.125-42.156 0-39.065-21.162-71.44-48.875-77.47V14.657h-18.687zm9.47 281.5c8.137 0 14.53 6.398 14.53 14.53 0 8.135-6.393 14.533-14.53 14.533-8.14 0-14.5-6.398-14.5-14.533 0-8.133 6.366-14.53 14.5-14.53zm-41.564 24.438c8.14 0 14.532 6.398 14.532 14.53 0 8.134-6.393 14.532-14.53 14.532-8.14 0-14.532-6.396-14.532-14.53s6.398-14.532 14.53-14.532zm82.782 0c8.138 0 14.532 6.398 14.532 14.53 0 8.134-6.394 14.532-14.53 14.532-8.14 0-14.533-6.396-14.533-14.53s6.4-14.532 14.533-14.532zm-41.218 23.875c8.138 0 14.53 6.397 14.53 14.53s-6.392 14.53-14.53 14.53c-8.138 0-14.5-6.395-14.5-14.53 0-8.133 6.367-14.53 14.5-14.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-harpoon-chain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.094 18.156V31.75l6.78 6.813c-2.67 4.788-4.186 10.295-4.186 16.124C20.688 72.98 35.706 88 54 88c5.832 0 11.34-1.515 16.125-4.188l14.25 14.25c-2.672 4.786-4.188 10.294-4.188 16.126 0 18.293 15.02 33.312 33.313 33.312 5.83 0 11.336-1.517 16.125-4.188l13.78 13.75c-2.67 4.786-4.186 10.294-4.186 16.125 0 18.294 15.017 33.344 33.31 33.344 5.834 0 11.34-1.54 16.126-4.218l14.75 14.782c-2.67 4.79-4.187 10.295-4.187 16.125 0 18.292 15.017 33.31 33.31 33.31 5.83 0 11.337-1.516 16.126-4.186l14.906 14.906c-16.72 11.7-38.614 12.733-56.28 3.156 34.39 49.475 187.846 52.137 28.687 137.094l259.5 78.813-78.845-259.47c-84.275 157.888-87.562 8.106-135.906-27.874 8.852 17.46 7.534 38.734-3.94 55.06l-14.967-14.967c2.58-4.72 4.062-10.128 4.062-15.844 0-18.294-15.05-33.345-33.344-33.345-5.716 0-11.124 1.483-15.843 4.063l-14.875-14.907c2.575-4.722 4.032-10.126 4.032-15.843 0-18.293-15.02-33.312-33.313-33.312-5.716 0-11.124 1.456-15.843 4.03l-13.906-13.874c2.58-4.718 4.064-10.126 4.064-15.843 0-18.293-15.05-33.312-33.344-33.312-5.717 0-11.125 1.456-15.844 4.03L83.28 70.532c2.576-4.718 4.032-10.126 4.032-15.843 0-18.293-15.018-33.343-33.312-33.343-5.717 0-11.125 1.483-15.844 4.062l-7.25-7.25H18.094zM54 40.03c8.194 0 14.625 6.464 14.625 14.657 0 8.194-6.432 14.626-14.625 14.626-8.194 0-14.625-6.432-14.625-14.626 0-8.193 6.43-14.656 14.625-14.656zm59.5 59.532c8.194 0 14.656 6.432 14.656 14.626 0 8.193-6.463 14.624-14.656 14.624-8.194 0-14.625-6.43-14.625-14.625 0-8.193 6.43-14.624 14.625-14.624zm59.03 59c8.196 0 14.626 6.432 14.626 14.625 0 8.194-6.432 14.657-14.625 14.657s-14.624-6.463-14.624-14.656c0-8.194 6.43-14.625 14.625-14.625zm60 60c8.196 0 14.657 6.463 14.657 14.657 0 8.192-6.463 14.624-14.656 14.624-8.193 0-14.624-6.432-14.624-14.625 0-8.195 6.43-14.657 14.625-14.657zm174.22 80.657l37.344 122.686-95.03-95.03c29.376 7.006 50.25-4.847 57.686-27.657zm-81 50.78l95.313 95.313-122.938-37.47c22.854-7.453 34.712-28.386 27.625-57.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-harpoon-trident tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M15.156 20.188v31.53l184.25 184.25c-41.923 39.194-88.97 72.054-140.78 98.97 36.513 36.514 75.78 66.42 115.06 88.937l-12.78 18.188c30.91 17.08 63.24 26.78 94.47 29.062l-6.75 18.438c45.523 11.287 89.863 6.127 124.093-13.407-62.906-12.69-145.827-62.325-221.283-137.78L218 271.812l51 38.875-15.53 15.53 78.655 41.282-11.875 11.875 110.438 57.97c.036-.038.088-.058.125-.095.036-.037.057-.088.093-.125l-57.97-110.438-12.436 12.438-41.313-78.656-14.937 14.936-38.844-50.97 66.563-66.56c75.934 75.934 125.71 159.42 138 222.468 21.26-34.686 27.21-80.535 15.53-127.656l-18.344 6.687c-2.28-31.238-11.977-63.578-29.062-94.5l-20.97 14.75c-22.483-39.11-52.267-78.206-88.624-114.563-27.512 52.326-60.066 98.53-97.344 138.938L47.876 20.187h-32.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-harpy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M70.25 25.156c-9.534.026-19.4.69-29.594 2.063 37.04 18.14 77.455 39.872 103.656 77.093-42.086-18.35-90.85-15.685-124.187 6.812 38.56 4.19 82.368 10.888 113 45.313C89.588 159.524 49.492 182.046 29.78 215c37.55-12.856 81.306-25.936 124.626-5.844-34.405 19.978-56.927 56.212-57.47 90.97 23.575-27.027 44.39-42.424 87.94-51.188-13.29 32.114-14.62 66.87 1.343 95.53 4.972-25.352 11.62-53.844 32.78-74.218 15.704 34.76 17.93 62.692 9.906 93.406-.007.043-.024.083-.03.125-.998 6.035-2.967 11.853-5.69 17.345-.012.03-.016.063-.03.094-.126.252-.246.497-.375.75-10.12 21.077-38.94 45.172-62.686 37.342-30.43-10.034-10.885-61.85 34.5-30.78 5.253-5.17 9.495-11.027 12.344-17.063-38.38-32.647-85.48-12.166-91.125 18-14.53 77.672 99.637 84.122 143.656-5.94 19.15-39.18 27.615-72.167 29.53-112.686 20.68 20.33 27.264 48.52 32.188 73.625 15.963-28.662 14.6-63.418 1.312-95.533 43.55 8.765 64.364 24.162 87.938 51.188-.542-34.757-23.064-70.99-57.47-90.97 43.32-20.09 87.077-7.01 124.626 5.845-19.71-32.954-59.807-55.475-103.344-58.563 30.632-34.424 74.44-41.122 113-45.312-33.337-22.497-82.1-25.16-124.188-6.813C389.264 67.093 429.68 45.36 466.72 27.22c-10.196-1.375-20.06-2.038-29.595-2.064-66.735-.178-117.07 30.86-148.438 67.47-26.07 30.428-19.924 66.023 3.157 71.968C323.5 172.43 323.967 203.41 296.97 232c-.007.012-.027.02-.033.03-7.724 17.173-23.107 29.345-41.718 29.345-16.34 0-30.196-9.374-38.564-23.28-33.125-30.134-35.02-65.104-1.094-73.5 23.08-5.946 29.196-41.54 3.125-71.97-31.367-36.608-81.702-67.647-148.437-67.47zM255.22 170.75c-14.788 0-28.407 15.146-28.407 35.97 0 20.82 13.62 35.968 28.406 35.968 14.785 0 28.405-15.147 28.405-35.97 0-20.822-13.62-35.968-28.406-35.968zM368.5 339c-3.884.01-7.718.44-11.438 1.28l38.188 28.595c-18.614.916-38.706 9.088-55.438 25.03 26.763-6.42 67.554-9.593 85.97 23.25 1.065 3.78 1.57 7.564 1.624 11.283.19 13.188-5.824 26.105-14.344 34.625-11.354 11.355-34.622 13.454-63.468 4.656-28.268-8.623-60.507-27.193-87.875-52.314-3.757 4.937-7.836 9.736-12.126 14.25 29.224 26.708 63.134 46.362 94.53 55.938 32.224 9.828 63.248 9.598 82.157-9.313 11.968-11.965 20.086-29.24 19.814-48.092-.045-3.06-.343-6.15-.875-9.25.672-45.095-40.392-80.024-76.72-79.938z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-harry-potter-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.16 15.822c-74.685 0-124.825 36.292-157.865 90.487C66.36 158.692 51.637 228.053 50.68 294.954c44.44 12.795 73.834 28.683 90.46 50.123 15.804 20.383 18.445 45.188 12.157 71.963 23.635 7.218 62.826 11.32 100.986 10.905 38.28-.416 76.213-5.67 96.373-13.44-4.608-25.936-.182-50.215 16.983-70.07 17.928-20.738 48.197-36.53 93.4-49.488-.972-63.406-15.24-132.688-46.868-185.92-20.367-34.277-47.386-61.936-82.97-77.972-62.555 14.347-113.232 44.996-143.62 84.12 25.38 8.96 46.088 21.593 65.35 34.583l10.742 7.244-10.266 7.906c-26.884 20.705-46.28 43.707-65.26 67.48 28.468 22.27 47.56 52.2 29.02 65.186-33.572 23.518-170.713 1.396-119.002-78.754 6.006-9.31 15.307-13.314 26.2-13.496 14.635-.244 32.144 6.414 48.4 16.37 17.11-21.452 35.198-43.144 59.1-63.32-18.538-11.88-37.98-22.425-61.975-29.265l-12.29-3.503 7.066-10.65c28.184-42.48 75.737-75.727 134.613-94.523-13.362-3.012-27.71-4.612-43.118-4.612h-.002zm126.594 189.502c10.892.182 20.19 4.187 26.197 13.496 51.712 80.15-85.427 102.272-119 78.754-31.496-22.06 45.603-93.04 92.804-92.25zM252.2 309.057c13.922 0 38.53 68.05 30.277 79.51-6.48 8.996-54.935 8.617-60.555 0-7.197-11.034 16.31-79.51 30.277-79.51zM354.71 433.13c-10.557 3.91-23.223 6.832-37.17 8.952l5.94 48.89h53.416l-22.185-57.84zm-207.888 1.57l-18.5 56.273h47.092l5.914-48.684c-12.764-1.877-24.484-4.38-34.506-7.59zm152.17 9.667c-13.13 1.28-26.996 1.98-41.078 2.21v44.396h46.74l-5.662-46.606zm-99.107.14l-5.647 46.466h44.99V446.6c-13.444-.204-26.714-.894-39.343-2.094z"/></svg>
<svg class="tc-image-originals-hasty-grave tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M416.62 213.555l-282.14-28.67 6.78-66.7 282.14 28.67zM79.38 492.185h353.24s-72.39-55.05-177-55.05c-52.38 0-112.77 13.76-176.24 55.05zm205.27-69.68l20.16-204.23-66.66-6.77-20.92 212a313.48 313.48 0 0 1 38.35-2.36c9.99-.01 19.69.48 29.07 1.36zm39.1-396.11l-66.68-6.58-9.2 93.17 66.66 6.77z" fill="#fff"/></svg>
<svg class="tc-image-originals-hatchets tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M210.344 37.688C143.984 44.13 79.87 60.181 25.406 82.28c34.89 96.964 53.863 196.424 58.625 298.283 11.597-16.34 22.7-32.904 33.282-49.75-11.147-47.785-18.01-95.617-22.75-147.282-.032-.205-.03-.387-.062-.593-2.006-13.367.3-24.896 5.938-33.406 5.722-8.64 14.723-13.84 24.093-14.874 16.566-1.828 33.768 9.877 39 30.625 11.84-.146 24.04.525 36.72 2.25 10.272-25.918 19.5-52.398 27.625-79.468-4.062-17.09-9.867-33.89-17.53-50.374zm33.062 63.25C211.936 202.874 165.2 296.67 104.812 383.406c20.268-6.85 40.233-14.247 59.907-22.25 20.403-47.25 44.55-91.493 73.093-137.687.103-.197.24-.34.343-.532 6.43-11.87 15.17-19.72 24.78-23.125 9.77-3.462 20.08-2.185 28.19 2.625 14.333 8.503 21.04 28.18 12.75 47.906 9.522 6.987 18.858 14.834 27.937 23.812 20.263-13.157 40.12-27.132 59.593-41.937l7.094-5.407 2.28 2.718c7.482-16.733 13.267-34.34 17.22-52.905-56.9-34.774-117.79-60.575-174.594-75.688zm152 151.593c-98.643 73.604-207.298 126.464-325 161.376 2.707 25.087 9.24 40.237 30.03 54.406 70.145-52.36 138.253-87.52 218.283-120.125.19-.078.37-.17.56-.25v.032c12.2-5.808 23.878-7.014 33.658-4.095 9.93 2.964 17.533 10.085 21.25 18.75 6.57 15.317.383 35.172-17.938 46.22 6.7 21.078 11.115 44.2 11.75 70.56 46.653-10.584 88.176-30.81 123.906-62.842-25.487-61.64-59.505-118.334-96.5-164.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-haunting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M272.375 17.75c-3.073.063-6.2.27-9.344.594l-.467.062c-50.047 5.388-85.223 42.445-81.25 80.875 2.455 23.772 18.7 43.2 43.312 54.095l1.97.875 1.374 1.625 16.81 19.813 71.75-5.72 8.376-22.905 1-2.72 2.344-1.655c21.862-15.694 33.8-38.044 31.344-61.813-3.736-36.142-41.12-64.063-87.22-63.125zm46.5 48.656c13.252 0 24 10.717 24 23.97 0 13.25-10.748 24-24 24s-24-10.75-24-24c0-13.253 10.748-23.97 24-23.97zm-86.47 9.5c13.253 0 24 10.717 24 23.97 0 13.25-10.747 24-24 24-13.25 0-24-10.75-24-24 0-13.253 10.75-23.97 24-23.97zm41.407 35.438l23.907 38.875-41.5 3.06 17.592-41.936zm-164.468 7.22c-53.418-.164-65.813 17.017-89.844 27.342 7.457 62.138 33.86 128.37 17.5 232.438 19.145-14.237 59.438-96.563 59.438-96.563l-7.626 82.064 51.313-92 4.906 45.78 28.845-45.187c-1.093 24.925-4.462 51.423-21.25 74.782C114.293 400.553 99.5 477.06 99.5 477.06l46.72-50.5-20.44 66.844c37.762-30.703 55.564-65.578 66.907-102.187l6.5 101.03 26.594-60.156L261 491.656c-.13-24.413-3.5-47.555 5.75-70.094 8.515 29.13 55.87 51.816 80.406 42.657-40.048-39.82-69.453-161.727 9.906-204.408 2.53 22.436-3.683 44.846-18.843 67.282 26.68-11.406 44.907-27.785 54.78-50.688l-9.97 114.813c23.782-37.54 43.916-82.23 45.22-114.19 10.45 28.937 8.05 75.348 5.375 110.283 50.06-53.433 50.658-106.84 53.813-220.375-33.91-26.452-73.682-40.823-117.844-43.907-6.46 12.55-16.095 23.77-28 32.845l-9.563 26.156-.874 2.376 2.72 32.28-18.626 1.564-2.47-29.22-21.03 1.69 2.53 30.218-18.592 1.562-2.563-30.313-18.906 1.5 2.593 30.782-18.594 1.56-2.75-32.468-1.845-2.156-18.72-22.03c-20.886-9.807-37.6-25.673-46.218-45.5-24.256-3.692-43.582-5.266-59.343-5.314z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-hazard-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.97 34.75c-30.48-.167-59.02 22.12-79.532 62.156-.075.146-.176.26-.25.406L43.063 326.783l-.22.343C18.5 365.413 13.377 401.515 28.47 428.03c15.08 26.498 48.627 40.126 93.5 37.908H387.063c44.887 2.227 78.445-11.404 93.53-37.907 15.09-26.51 9.956-62.595-14.375-100.874l-.22-.375L335.28 98.064c-.06-.12-.124-.225-.186-.344-20.948-40.263-49.626-62.803-80.125-62.97zm.06 18.844c13.576.13 26.453 6.93 38.126 18.343 11.606 11.347 22.554 27.453 33.406 48.344.063.122.125.224.188.345l115.22 201.563c.033.053.058.102.092.156l.125.22c12.92 20.274 21.395 38.06 25.282 53.967 3.91 16.01 3.063 30.648-3.845 42.408-6.908 11.76-19.222 19.533-34.78 23.906-15.444 4.34-34.508 5.656-57.408 4.5H137.625c-24.845 1.258-44.73-.32-60.405-5.125-15.78-4.84-27.68-13.45-33.72-25.69-6.04-12.237-5.862-26.797-1.5-42.436 4.333-15.535 12.815-32.608 24.875-51.53l.22-.377L183.562 120c.08-.157.17-.28.25-.438C194.51 98.644 205.32 82.6 216.875 71.376c11.642-11.307 24.58-17.913 38.156-17.78zm47.657 62.093l-28.53 224.032h-41.844L204.438 120.5c-1.404 2.556-2.81 5.205-4.22 7.97l-.093.218-.125.218-116.938 202.97-.093.187-.126.187C71.28 350.346 63.598 366.226 60 379.125c-3.598 12.9-3.108 22.322.25 29.125 3.358 6.803 9.925 12.28 22.47 16.125 12.542 3.845 30.67 5.547 54.405 4.313l.25-.032h234.313l.25.03c21.85 1.138 39.308-.28 51.875-3.81 12.566-3.533 19.822-8.827 23.687-15.407 3.865-6.58 4.978-15.545 1.813-28.5-3.166-12.958-10.732-29.374-23.094-48.72l-.126-.188-.125-.218-115.658-202.28-.093-.158-.064-.187c-2.5-4.828-4.99-9.326-7.47-13.532zM231.28 361.875h43.907v43.906H231.28v-43.905z" fill="#fff"/></svg>
<svg class="tc-image-originals-head-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-30.6 0-59.243 9.113-82.97 24.844l44.064 44.062c24.486-11.704 53.326-11.704 77.812 0l44.063-44.062C315.242 25.114 286.597 16 256 16zM130.844 83.03C115.114 106.758 106 135.402 106 166c0 30.6 9.113 59.245 24.844 82.97l44.062-44.064c-11.704-24.484-11.704-53.326 0-77.812L130.844 83.03zm250.312 0l-44.062 44.064c11.704 24.486 11.704 53.328 0 77.812l44.062 44.063C396.886 225.242 406 196.598 406 166c0-30.6-9.113-59.245-24.844-82.97zm-123.844 38a45 45 0 0 0-46.312 45 45 45 0 0 0 90 0 45 45 0 0 0-43.688-45zm-40.218 126.064l-44.063 44.062C196.758 306.886 225.402 316 256 316c30.6 0 59.243-9.113 82.97-24.844l-44.064-44.062c-24.486 11.704-53.326 11.704-77.812 0zM256 316H46c-15 0-30 15-30 30v60c0 30 45 30 60 90h360c15-60 60-60 60-90v-60c0-15-15-30-30-30H256z" fill="#fff"/></svg>
<svg class="tc-image-originals-headphones tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 51c-54.994 0-107.32 25.053-148.22 66.826l16.525 8.264C163.22 88.012 210.558 65 256 65c45.45 0 92.803 22.997 131.725 61.074l16.496-8.248C363.32 76.053 310.995 51 256 51zM95.178 131.652C54.13 180.022 27.215 246.514 25.195 321h14.022c2.225-70.647 30.325-133.29 69.992-178.906.695-.8 1.403-1.583 2.106-2.373l-16.138-8.068zm321.644 0l-16.107 8.055c.692.778 1.39 1.548 2.076 2.336C442.46 187.646 470.56 250.29 472.784 321h14.022c-2.02-74.486-28.935-140.978-69.983-189.348zM128.042 262.8c-3.485-.013-6.98 1.078-7.042 3.415V458c0 4 14 4 14 0V266c0-2.074-3.473-3.19-6.96-3.2zm255.917 0c-3.487.01-6.96 1.126-6.96 3.2v192c0 4 14 4 14 0V266.215c-.06-2.337-3.557-3.428-7.04-3.416zM103 275.73c-15.623 2.393-25.644 11.16-33.133 24.64C61.022 316.294 57 339 57 362s4.022 45.707 12.867 61.63c7.49 13.48 17.51 22.247 33.133 24.64V275.73zm306 0v172.54c15.623-2.393 25.644-11.16 33.133-24.64C450.978 407.706 455 385 455 362s-4.022-45.707-12.867-61.63c-7.49-13.48-17.51-22.247-33.133-24.64zM25 339v46h14v-46H25zm448 0v46h14v-46h-14z"/></svg>
<svg class="tc-image-originals-headshot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M364.656 17.125l7.22 27-58.188 14.625c3.298 5.667 6.192 11.376 8.625 17.094l54.406-13.688 7.56 28.313 78.533-60.376-98.157-12.97zm-130.5 7.22c-.89-.005-1.776-.002-2.656.03-5.235.19-10.23 1.107-14.594 2.906.073.114-1.306 1.3-4.47 3.126-13.95 8.048-22.286 23.685-23.5 42.032l30.814-8.25c5.387-1.447 10.49-2.095 15.25-1.97 4.76.127 9.176 1.01 13.125 2.626 7.897 3.23 13.85 9.614 15.938 17.28 2.086 7.668.163 16.203-5.063 22.97-5.226 6.767-13.5 11.933-24.344 14.844l-28.687 7.687c9.082 12.388 20.716 21.374 32.78 26.75L255.875 162l-16.406 9.094c-13.034 7.208-20.893 17.79-25.72 31.844-4.827 14.052-6.2 31.546-5.063 50.687 2.098 35.29 12.573 75.595 22 110.78l33.22-9 11-3 .75 11.408 8.5 128.812h100.78l9.157-165.53.375-6.75 6.56-1.75 36.376-9.69c-9.556-37.034-19.253-81.292-35.75-114.936-8.91-18.17-19.682-32.927-32.72-42-13.035-9.076-28.278-13.115-49.03-9.44l-16.125 2.876 5.75-15.344c6.438-17.216 1.314-40.236-13.717-64.843-15.132-24.773-38.14-39.68-58.97-40.814-.9-.05-1.796-.06-2.687-.062zm.313 56.56c-2.74-.07-6.023.28-9.876 1.314l-103.78 27.874-33.19-18.813-71.874 19.25 46.5 26.845-26.844 46.5 71.313-19.125 20.374-35.28 102.72-27.595c7.8-2.094 12.25-5.398 14.405-8.188 2.153-2.79 2.286-4.91 1.81-6.656-.474-1.745-1.714-3.53-5-4.874-1.64-.672-3.822-1.18-6.56-1.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-health-decrease tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196 16c-16.62 0-30 13.38-30 30v120H46c-16.62 0-30 13.38-30 30v120c0 16.62 13.38 30 30 30h120v120c0 16.62 13.38 30 30 30h120c16.62 0 30-13.38 30-30V346h120c16.62 0 30-13.38 30-30V196c0-16.62-13.38-30-30-30H346V46c0-16.62-13.38-30-30-30zm0 135h120l-60 60zm0 75h120l-60 60zm0 75h120l-60 60z" fill="#fff"/></svg>
<svg class="tc-image-originals-health-increase tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196 496c-16.62 0-30-13.38-30-30V346H46c-16.62 0-30-13.38-30-30V196c0-16.62 13.38-30 30-30h120V46c0-16.62 13.38-30 30-30h120c16.62 0 30 13.38 30 30v120h120c16.62 0 30 13.38 30 30v120c0 16.62-13.38 30-30 30H346v120c0 16.62-13.38 30-30 30zm0-135h120l-60-60zm0-75h120l-60-60zm0-75h120l-60-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-health-normal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196 16a30 30 0 0 0-30 30v120H46a30 30 0 0 0-30 30v120a30 30 0 0 0 30 30h120v120a30 30 0 0 0 30 30h120a30 30 0 0 0 30-30V346h120a30 30 0 0 0 30-30V196a30 30 0 0 0-30-30H346V46a30 30 0 0 0-30-30H196z" fill="#fff"/></svg>
<svg class="tc-image-originals-heart-beats tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M366.688 30.027c-1.01-.01-2.022-.01-3.034.004h.002c-41.495.563-83.634 22.155-110.844 69.282-41.912-117.77-236.49-76.29-232 64.5.64 20.068 5.132 38.987 12.454 56.917h76.45l21.22-74.126 26.375 90.134 18.46-64.312 17.238 48.303H328.1l21.222-74.126 26.375 90.13 18.46-64.308 17.238 48.303h72.517c7.097-18.183 10.927-37.136 10.307-56.917-2.61-83.04-63.874-133.082-127.533-133.786zM131.125 211.34l-7.842 27.39h-81.58c54.51 103.006 197.737 172.59 216.172 241.395 16.782-62.62 165.07-139.482 217.855-241.396h-77.023l-2.69-7.542-20.154 70.208-26.353-90.054-7.84 27.387H180.32l-2.69-7.54-20.15 70.206-26.355-90.056z"/></svg>
<svg class="tc-image-originals-heart-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.875 24.25l-11.53 42.906 141.218 37.875 11.5-42.905L252.875 24.25zm.78 65.563l-6.843 25.468-18.375-4.936c-42.78-11.464-87.073 13.496-98.562 56.375L80 352.843c-11.49 42.88 14.12 87.232 57 98.72l143.438 38.436c42.88 11.49 86.63-14.376 98.093-57.156l49.876-186.156c11.462-42.78-13.752-86.44-56.53-97.907v-.03l-19.032-5.094 6.812-25.437-18.03-4.845-9.25 34.5-2.407 9 .124.03c-9.833 28.888 56.393 96.208 82.312 64.69.418 6.612-.198 13.437-2.03 20.28l-2.75 10.22h-45.72c9.88 13.787 13.913 32.493 7.656 53.155-9.313 30.756-36.22 45.28-62.687 58.125-26.467 12.846-53.43 24.8-70.28 47.97L222.687 430.5 219.78 407c-3.545-28.56-21.868-51.723-38.78-75.813-8.456-12.044-16.508-24.29-21.406-37.968-4.487-12.53-6.085-26.434-2.563-41.126h-30.686l21.594-80.563c8.87-33.105 42.48-52.054 75.687-43.155l27.406 7.344 9 2.436 2.44-9.03 9.25-34.47-18.064-4.844zM217.47 220.188c-17.402.35-34.707 10.976-41.44 33.25-3.707 12.27-2.716 22.65 1.157 33.468 3.874 10.817 10.928 21.855 19.125 33.53 13.337 18.998 29.728 39.8 37.782 65.69 19.37-18.71 43.527-29.34 64.594-39.563 25.93-12.587 46.112-23.974 53-46.72 7.507-24.79-2.893-40.962-19.344-49-16.45-8.037-39.098-6.47-56.156 10.5l-11.907 11.844-3.81-16.375c-5.908-25.504-23.357-36.304-41.314-36.625-.56-.01-1.126-.01-1.687 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-heart-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M145.25 56.72c-61.374.112-120.404 46.204-122.844 121.093-4.38 134.45 178.216 168.506 234.72 302.718 53.49-134.2 231.247-176.35 235.437-302.717 4.18-126.053-147.904-156.787-221.438-70.657-7.116 15.426-7.685 30.843-5.406 39.344 21.644 80.778 64.56 103.038 64.56 167.375 0 36.398-35.61 62.72-73.092 62.72-36.658 0-74.563-28.165-74.563-66.5 0-67.058 43.713-80.063 66.188-163.94 2.656-9.91-1.38-32.71-14.563-50.968-.03-.032-.063-.06-.094-.093-25.38-26.418-57.45-38.433-88.906-38.375zm128.344 195.06c8.576 8.258 13.937 19.843 13.937 32.69 0 25.066-20.337 45.374-45.405 45.374-4.06 0-8.005-.533-11.75-1.53 5.736-4.15 9.594-11.757 9.594-20.44 0-13.13-8.817-23.75-19.657-23.75s-19.625 10.62-19.625 23.75c0 4.104.864 7.976 2.375 11.345 6.368 23.624 27.828 40.905 53.53 40.905 30.76 0 55.5-24.74 55.5-55.5 0-24.82-16.12-45.704-38.5-52.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-heart-inside tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M303.25 20.813c-19.18.348-39.962 9.117-56.5 25.656-22.422 22.42-30.52 52.633-22.75 76.093-65.983-30.33-59.733-32.19-123.344-73-10.072-6.463-19.472-9.42-27.844-9.813-.872-.04-1.743-.045-2.593-.03-12.75.2-22.962 6.374-29.532 14.936C29.474 69.27 28.334 90.84 51.656 109.094c31.026 24.285 58.81 41.01 79 59.437 20.19 18.43 32.648 40.622 28.344 70.064-3.158 21.608-13.658 37.998-26.438 51.47-12.78 13.47-27.778 24.454-41.468 36.655-27.38 24.4-50.33 51.783-45.063 114.28 3.328 39.483 34.19 55.117 59.69 52.375 12.748-1.37 23.477-7.368 29.374-17.5 5.896-10.132 7.696-25.406-1.03-47.72-7.595-19.415 3.133-40.834 18.374-57.092 15.24-16.26 36.798-28.82 58.843-25 6.177 1.07 11.454 4.72 15.064 9.156 3.61 4.434 5.964 9.587 7.937 15.217 3.948 11.262 6.27 24.706 9.126 38.594 5.712 27.78 13.663 55.97 33.063 68.47 37.963 24.468 75.257 17.39 91.905.438 8.324-8.477 11.914-18.828 9.125-31.125-2.79-12.298-12.677-27.19-34.25-41.875-23.664-16.11-32.655-48.258-33.844-80.094-1.19-31.836 5.287-64.078 20.125-84.03 6.88-9.25 17.516-13.15 29.626-17.44 12.11-4.288 26.207-8.474 40.75-14.686 29.086-12.426 59.667-32.198 79.156-76.782 17.078-39.068 3.342-64.286-15.312-73.47-9.327-4.59-20.13-5.16-30.438-.655-10.307 4.507-20.43 14.22-27.437 31.782-13.14 32.934-39.188 51.677-70.406 56.407-8.096 1.225-16.526 1.577-25.22 1.155 7.504-4.07 14.71-9.367 21.25-15.906 29.4-29.402 34.242-72.228 10.844-95.626-10.237-10.237-24.176-15.053-39.094-14.782zm-87.688 129.343c15.512-.115 31.634 10.905 35.813 30.75 28.278-25.368 67.325-2.347 56.72 33.906-10.762 36.783-76.172 43.73-88.064 61.97 1.293-23.756-45.864-63.673-34.655-102.063 4.877-16.708 17.335-24.468 30.188-24.564z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-heart-organ tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M289.188 22.72c-6.5.162-12.792 2.26-17.594 7.124-.483.488-.916.983-1.344 1.5l-.188-.188c-17.848 22.67-35.71 51.21-45.718 83.094-11.197 35.67-12.8 74.75 5.687 114.78l-16.968 7.845c-14.305-30.974-17.807-61.916-14.53-90.97-8.475 4.99-16.412 11.178-23.688 18.314-22.368-29.2-49.978-56.593-76.5-76-1.404-1.4-2.996-2.655-4.813-3.69-3.378-1.922-6.98-2.86-10.624-3.03-.38-.018-.745-.032-1.125-.03-.38 0-.774.016-1.155.03-5.33.203-10.67 1.93-15.438 4.563-8.72 4.816-16.545 12.77-22.5 22.937-5.954 10.168-9.036 20.86-8.906 30.78.132 9.922 3.896 20.06 12.907 25.19.368.208.753.375 1.126.56l-.126.25c27.298 16.83 63.364 39.376 86.626 67.626-6.582 22.99-7.837 46.735-2.625 67.406 15.303 60.707 62.425 115.8 113.03 150.657 25.304 17.427 51.403 29.785 74.22 35.5 22.816 5.713 41.874 4.546 53.906-2.658 27.152-16.25 45.328-45.636 56.312-80.53-6.824 4.01-14.074 7.32-21.625 9.874-35.777 12.102-78.105 8.732-113.624-10.062-35.52-18.794-64.105-53.724-70.53-103.22l18.53-2.405c5.673 43.69 29.907 72.772 60.75 89.092 30.844 16.32 68.41 19.18 98.875 8.875 30.465-10.304 53.67-32.64 59.033-68.906 4.434-29.985-3.865-70.527-33.844-121.374-19.14 2.18-38.67 6.368-56.626 11.563l-5.188-17.94c12.73-3.682 26.192-6.87 39.875-9.28 2.63.22 5.328.024 8.033-.72 1.02-.28 1.996-.63 2.937-1.03.032-.005.062-.027.094-.03-.005-.008.004-.025 0-.032 8.222-3.55 13.437-11.472 15.906-20.032 2.76-9.57 2.698-20.724-.28-32.125-2.98-11.4-8.362-21.14-15.47-28.06-5.33-5.193-12.214-9.005-19.53-9.44-2.236-.13-4.497.065-6.783.626l-.093-.406c-16.036 5.84-33.733 13.757-51 24.125-8.947 11.378-15.964 22.483-20.5 33.375-7.047 16.92-8.512 33.12-2.438 51.438l-17.72 5.906c-7.46-22.5-5.505-44.333 2.908-64.53 7.425-17.828 19.73-34.594 34.656-51.376l-.156-.157c.622-.507 1.232-1.036 1.812-1.624 7.286-7.377 8.24-18.11 5.844-27.78-2.395-9.67-8.032-19.274-16.313-27.657l-.062-.032c-8.27-8.358-17.777-14.095-27.375-16.532-2.404-.61-4.868-.992-7.344-1.125-.464-.024-.942-.055-1.406-.06-.435-.007-.88-.012-1.313 0zm.656 18.624c.36 0 .755 0 1.156.03 1.07.084 2.28.308 3.656.657 5.51 1.4 12.564 5.332 18.72 11.564 6.154 6.23 10.07 13.385 11.468 19.03 1.398 5.647.36 8.778-1 10.157-1.362 1.38-4.27 2.37-9.78.97-5.512-1.4-12.565-5.362-18.72-11.594-6.155-6.23-10.07-13.385-11.47-19.03-1.398-5.647-.36-8.747 1-10.126.895-.905 2.445-1.648 4.97-1.656zm-208.156 58.78c1.09.03 1.962.298 2.593.657 1.685.96 3.395 3.504 3.47 9.19.075 5.684-1.918 13.503-6.344 21.06-4.426 7.56-10.314 13.22-15.406 16.032-5.092 2.813-8.378 2.615-10.063 1.657-1.684-.96-3.393-3.504-3.468-9.19-.076-5.684 1.916-13.535 6.343-21.093 4.426-7.557 10.314-13.187 15.406-16 2.545-1.406 4.643-2.064 6.31-2.25.418-.046.794-.072 1.157-.062zm109.937 1.282c-13 .075-26.444 5.487-34 14.125 6.848 7.143 13.47 14.445 19.78 21.876 7.846-5.784 16.262-10.73 25.19-14.594 1.14-4.79 2.448-9.514 3.905-14.156.432-1.375.887-2.73 1.344-4.094-4.97-2.18-10.548-3.188-16.22-3.156zm203.125 15.78c.272-.02.57-.02.875 0 1.826.14 4.258 1.214 7.313 4.19 4.072 3.966 8.222 10.9 10.437 19.374 2.215 8.474 2.018 16.63.406 22.22-1.61 5.588-4.068 7.798-5.936 8.31-1.87.514-4.865-.095-8.938-4.06-4.072-3.968-8.223-10.902-10.437-19.376-2.216-8.474-2.02-16.63-.408-22.22 1.612-5.588 4.07-7.798 5.938-8.31.234-.066.478-.106.75-.126z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-heart-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M67.813 23.03v111.126l61.156 75.813v188.655H89.624l-28.72 92.813h389.158l-28.72-92.813H382V209.97l61.156-75.814V23.03H378.72v52.407h-39.19V23.032h-65.124v52.407h-38.53V23.032H170.75v52.407h-38.5V23.032H67.812zm132.343 143.907c20.707-.04 41.94 10.97 55.156 35.782 32.476-55.953 118.296-42.723 116.094 26.218-2.067 64.67-89.716 86.23-116.094 154.906-27.862-68.683-117.91-86.106-115.75-154.906 1.203-38.326 30.33-61.943 60.594-62zm113.78 20.657c-5.106 0-9.948 1.022-14.373 2.844 12.334 1.777 25.138 10.802 33.28 24.906 7.318 12.674 9.206 26.573 6.157 37.656 7.633-6.842 12.406-16.793 12.406-27.938 0-20.81-16.657-37.468-37.47-37.468z" fill="#fff"/></svg>
<svg class="tc-image-originals-heart-wings tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M54.53 118.73c-15.623 74.884 20.42 123.6 64.126 150.56-33.063-7.81-65.052-19.483-98.25-36.845 25.5 77.488 81.165 95.816 129.906 90.75-26.933 14.252-55.392 25.302-83.937 32.782 69.446 43.143 120.11 16.458 148.27-21.317a586.15 586.15 0 0 0-6.217-5.498c-5.193-3.697-10.128-7.95-14.778-12.71-5.968-5.095-12.045-10.295-18.173-15.73-33.648-29.837-67.978-65.614-69.43-112.83-.002-.05 0-.1-.002-.15-19.147-22.057-36.472-45.304-51.514-69.013zm402.94 0c-15.04 23.705-32.368 46.943-51.515 68.993 0 .026.003.05.004.078 1.388 45.967-33.476 82.66-67.968 113.386-13.87 12.355-27.86 23.824-39.904 34.44 28.298 37.26 78.683 63.125 147.54 20.35-28.543-7.48-56.98-18.53-83.91-32.78 48.737 5.056 104.38-13.28 129.876-90.75-33.197 17.363-65.187 29.036-98.25 36.845 43.705-26.962 79.75-75.675 64.125-150.56zm-132.42 3.977c-22.146.17-45.395 11.85-61.025 38.36l-7.783 13.2-7.736-13.228c-19.473-33.286-54.394-43.623-82.15-35.75h-.01c-24.486 6.947-43.386 26.957-42.307 62.048 1.187 38.61 30.602 70.852 63.38 99.918 16.39 14.533 33.36 28.123 47.412 41.52 8.357 7.968 15.777 15.842 21.332 24.142 5.568-7.718 12.923-15.143 21.217-22.86 14.382-13.384 31.856-27.363 48.64-42.314 33.567-29.9 63.045-63.115 61.95-99.398-1.118-36.974-22.723-58.38-48.618-64.127a63.71 63.71 0 0 0-14.303-1.513z"/></svg>
<svg class="tc-image-originals-heartburn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.53 18.063c-23.24.42-47.45 10.39-67.124 31.218 54.09-11.145 69.053 9.38 78.844 43.22 16.83 58.176-66.19 70.523-60.156-10.53-25.37 15.966-34.08 52.878 0 85.28 22.675 21.555 13.393 52.563-13.406 52.563-44.735.186-107.775-75.315-59.594-139.594-35.413 13.593-59.442 25.662-67.72 59.593-7.1-29.47 6.47-55.563 31.532-68.344-101.978 7.38-74.16 112.918-.594 134.31 65.69 19.1 4.9 108.815-49.062 29.782-5.833 112.267 64.145 131.99 136.094 181.063 31.776 21.673 46.344 34.713 46.344 55.25 0 35.486 52.656 35.953 52.656-3.156 0-21.18 18.167-34.655 53.406-56.783 57.705-36.23 102.22-91.155 102.22-130.218 0-69.113-42.904-90.754-107.158-118.658 53.15 59.41-40.205 83.995-57.718 42.282-15.19-36.18 6.475-59.857 33.656-61.406 69.004-3.936 92.73-81.274 43.03-116.844C371.78 48.09 366.377 70.98 347.94 87.22c-8.468-43.942-42.84-68.846-80.157-69.157-.746-.007-1.5-.014-2.25 0zm193.595 48.312c-69.183 65.477 18.182 64.61-2 159.625 84.92-109.75-14.143-112.042 2-159.625zm-140.53 177.063c1.255-.01 2.5.026 3.75.093 3.396.185 6.76.636 10.06 1.376 26.422 5.92 48.41 29.86 49.5 64.656 1.15 36.58-25.886 65.358-52.06 89.157-13.09 11.898-26.29 22.706-36.47 32.374-10.18 9.668-16.868 18.497-18.25 23.656l-9.03 33.688-9-33.688c-1.71-6.376-8.278-15.138-18.158-24.688-9.88-9.55-22.696-19.988-35.5-31.5-25.607-23.023-52.243-51-53.437-88.406-1.135-35.56 21.576-59.654 48.594-65.187 23.2-4.753 49.572 3.38 67.47 24.624 14.32-17.327 33.69-26.03 52.53-26.156zm-20.064 65.687c-11.997.282-24.43 6.9-32.5 20.875-19.384-33.576-68.84-24.852-67.56 15.28 1.333 41.796 61.125 66.135 67.56 90.158 5.894-21.984 68.665-50.103 67.408-90.157-.736-23.43-17.37-36.567-34.907-36.155z" fill="#fff"/></svg>
<svg class="tc-image-originals-heat-haze tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M328.094 16.28c-418.547 189.59 58.108 230.146-86.313 473.533C566.646 247.035 59.723 256.837 328.095 16.28zm10.844 32.44C154.714 186.1 475.226 253.64 369.717 409.06 561.48 253.028 248.215 203.768 338.94 48.72zM141 102.25c-174.244 135.025 104.332 215.754 61.063 367C307.03 285.77 42.887 268.31 141 102.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-heavy-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M60.344 17.594l4.75 45.718-45.063-2.874 41.157 49.812-11.406 243.156c-.03.02-.06.043-.093.063-.03.02-.06.04-.093.06-37.928 26.657-38.036 71.926-19.844 103.44 24.263 42.024 72.83 42.51 87.25 4.75-24.33 12.43-43.486 1.97-55-17.97-11.764-20.378-8.908-43.704 26.438-56.063C134.162 371.7 225.256 440.334 311.75 428l-11.875-55.344c-83.384 34.902-166.713-51.397-223.063-32.53l-.468.155c-2.46.97-4.918 1.967-7.344 3.033L79.063 127.47l32.687-5.907 196.563 207.906 1.218 1.28 26.75 124.438 1.283 5.906 5.875 1.25 136.375 29.344 14.156 3.03-3.064-14.156-29.312-136.343-1.28-5.908-5.908-1.28-124.5-26.75-1.53-1.5-205.563-195.688L129 78.814l213.47-9.626c-.25.52-.51 1.036-.75 1.562-.04.085-.087.165-.126.25-.885 2.202-1.71 4.482-2.5 6.844-18.86 56.333 68.363 138.695 33 222.594l56.03 12c11.78-85.565-57.487-177.073-41.437-222.97 12.36-35.345 35.654-38.203 56.032-26.437 19.94 11.513 30.4 30.674 17.967 55 33.042-12.617 37.266-51.432 9.532-77.186-3.96-3.682-9.025-7.03-14.283-10.063-12.983-7.495-28.3-11.89-43.687-11.81-19.84.1-39.804 7.626-55.03 25.53-1.293 1.813-2.548 3.646-3.783 5.5L113.5 60.813l-53.156-43.22zM328.28 329.03l97.126 20.876-47.25 25.063-2.53 1.342-1.345 2.532-25.124 47.344-20.875-97.157zm117.626 31.158l23.72 110.187-110.22-23.688 30.03-56.53 56.47-29.97z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-heavy-fall tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21.25 19.03v53.25c64.79 65.858 124.522 170.327 154.156 274.5l-49.78-65.655C97.592 216.785 60.5 158.113 21.25 114v28.906c27.632 34.17 53.875 75.99 75.813 121.47l29.156 125.25-83.064-44.72L90 436.5l-63.188-5.688 56.094 55.407H173.5l-28.625-41.814 49.094 12.938 1.718-64.594 40.468 46.5 40.47-80.97-.845 90.44 41.345-31-29.375 68.5h138.125l66.72-100.126-85.19 23.437 52.533-104.374-104.375 32.656 57.312-193.843-128.78 158.436C260.76 197.538 207.368 90.266 150.81 19.03h-24.218c41.91 49.386 83.752 122.4 112.75 199.97l-8.25 41.125c-35.752-93.2-90.41-180.8-139.938-241.094H21.25zm369.656 49.126l-60 56.03-2.125 78.533 49.345-74.25 12.78-60.314zm103.688 241.406l-34.438 56.657 34.438-16.94v-39.717z" fill="#fff"/></svg>
<svg class="tc-image-originals-heavy-fighter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M215.076 20.037L100.752 135.693l52.135 79.313L41.662 378.65 21 491.963l112.848-20.742 162.974-111.69 79.42 52.784L491 297.09 215.076 20.037zm100.87 21.885l-21.083 21.176L311.73 80.03l21.086-21.17-16.87-16.938zm130.71 4.252l-84.32 84.668 16.86 16.937 84.33-84.667-16.87-16.94zm-75.892 8.463l-42.16 42.336 16.867 16.935 42.165-42.334-16.87-16.937zm67.46 67.746l-42.154 42.33 16.862 16.935 42.166-42.332-16.873-16.933zm12.66 55.035l-21.08 21.17 16.862 16.935 21.088-21.168-16.87-16.937zM244.36 244.285c6.307.15 11.87 2.173 15.923 6.242 11.793 11.843 6.347 36.51-12.162 55.098-18.51 18.585-43.077 24.058-54.87 12.22-11.793-11.845-6.347-36.515 12.166-55.1 12.146-12.198 26.902-18.746 38.943-18.46z"/></svg>
<svg class="tc-image-originals-heavy-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M211.094 18.22l17.78 206.718c1.396 4.615 4.75 8.424 10.282 11.437 5.727 3.118 13.512 4.998 21.313 5.094 7.8.094 15.58-1.622 21.28-4.657 5.534-2.947 8.975-6.744 10.5-11.907L312.438 18.22H211.094zM85.25 63.062c-40.11 30.075-64.656 70.49-64.656 115.187 0 31.222 11.98 60.44 32.843 85.47L80.5 185.686C68.655 167.852 62 147.913 62 126.907c0-23.173 9.034-44.668 23.25-63.844zm341.625 0c14.216 19.176 23.25 40.67 23.25 63.843 0 19.982-6.033 39-16.813 56.156l27.438 79.063c20.204-24.675 31.813-53.31 31.813-83.875 0-44.694-25.58-85.112-65.688-115.188zm-224.906 67.25c-35.98 34.695-59.156 62.41-73.782 94.937-21.686 48.224-26.258 110.186-26.407 225.625 40.794 21.668 83.415 34.732 126.032 39.313L240.845 337c-30.494-1.353-61.36-6.13-93.78-14.813l-10.283-2.75 4.032-9.843 10.22-24.906 3.124-7.594 7.938 2.125c64.732 17.335 129.757 16.785 192.437 0l8.126-2.19 3 7.876 9.53 24.906 3.72 9.688-10.03 2.688c-30.79 8.245-60.544 13.044-90.313 14.625L292 490.655c44.065-4.092 87.078-17.352 126.906-39.625-.21-109.113-6.404-168.732-29.03-217.655-14.74-31.87-37.205-60.405-70.313-95.656l-8.813 90.06-.063.782-.218.75c-2.947 10.986-10.776 19.12-19.94 24-9.162 4.88-19.768 6.973-30.28 6.844-10.512-.128-21.015-2.466-30.03-7.375-9.017-4.908-16.738-12.812-19.595-23.468l-.22-.812-.06-.813-8.376-97.375zm-98.532 46.28L62.5 294.657l26.188 12.094c4.09-35.45 10.974-63.666 22.437-89.156 5.163-11.48 11.203-22.296 18.25-32.875l-25.938-8.126zm307.843 0l-27.655 8.657c9.077 13.12 16.76 26.313 23.22 40.28 10.882 23.532 18.13 48.933 22.842 79.532l22.563-10.406-40.97-118.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-heavy-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M20.517 14.64v112.715l44.386 28.033-44.97 78.26 96.948 49.056-9.343 32.705 78.843 35.04-32.122 96.947 174.623 46.14-112.714-69.5 22.778-50.226 257.55 113.885-282.08-203.82 29.2-90.525 47.89 52.562 83.515-40.88-44.386 87.016 164.693 108.628-106.292-126.148 22.778-40.296 74.754 56.648-84.68-151.26-71.837 27.45L227.263 14.64H20.52zm77.09 161.19l42.633 26.865-14.6 50.81-52.56-34.458 24.528-43.217z"/></svg>
<svg class="tc-image-originals-heavy-rain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M50.656 22.125c24.862 31.888 280 358.568 341.063 411.72 76.902 66.936 132.718-3.814 73-73-52.197-60.47-369.484-308.088-408.814-338.72h-5.25zm188.656 0c45.33 61.388 132.53 178.237 165.25 206.72 53.745 46.78 93.142-3.023 51.407-51.376C429.4 146.69 326.902 69.273 263.25 22.124h-23.938zm131.375 0C385.11 38.203 397.84 51.793 404 57.155c41.042 35.724 71.142 1.755 46.125-35.03h-79.438zM17.375 132.5v54.313c42.702 54.933 87.407 110.516 108.03 128.468 53.748 46.783 93.143-2.456 51.407-50.81-21.41-24.807-95.776-83.243-159.437-131.97zm0 165.844V355c45.978 54.937 90.37 107.056 106.28 120.906 47.652 41.476 81.973-2.693 44.97-45.562-16.444-19.05-84.786-76.927-151.25-132z" fill="#fff"/></svg>
<svg class="tc-image-originals-heavy-thorny-triskelion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M237.834 13.717l-40.846 29.52c-23.934-7.692-50.298-9.083-77.023-1.923-5.382 1.442-10.62 3.103-15.705 4.963L65.012 17.79l.308 49.112c-39.727 29.366-59.55 77.5-42.646 140.57 2.513 9.37 6.41 17.367 11.277 24.09l-13.128 52.764 52.282-26.793c36.802 9.035 77.35-11.2 67.5-49.672-.614-4.86-2.157-9.735-4.71-14.118-7.56-12.984-20.91-16.713-29.81-8.328-8.57 8.073-9.89 24.43-3.23 37.225-18.462-2.822-33.808-20.554-37.75-46.087-.98-6.36-1.378-12.445-1.278-18.26l46.028-12.03-35.25-28.41c13.075-22.536 36.64-36.615 63.04-40.87l18.493 38.75 19.867-38.085c12.308 2.39 24.46 6.903 35.767 13.663 7.216 4.314 13.948 9.286 20.185 14.81l-8.715 35.077 30.506-10.736c11.034 15.565 19.234 33.475 24.21 52.76-4.846.373-9.845 1.096-14.89 2.094-83.534-4.835-131.693 77.346-123.427 154.793l-44.816 27.498 52.705 7.532c6.627 18.74 17.08 36.274 31.745 51.086 8.308 8.39 18.798 15.997 30.83 22.62l-8.412 42.667 41.815-28.12c56.9 19.33 129.987 20.13 178.236-10.47l47.01 16.807-17.87-42.94c26.17-32.11 26.375-64.496 12.934-87.705l15.65-43.764-42.866 17.838c-7.22-3.753-15.16-6.234-23.475-7.17-49.566-5.578-96.453 39.226-57.68 86.63-6.475-35.262 24.55-61.392 46.998-45.497 21.584 15.283 20.68 52.725-9.707 69.507-14.853 8.203-32.247 13.43-50.603 15.83l-22.14-46.39-12.136 47.663c-32.19-1.678-64.39-11.253-88.893-27.992l24.217-49.978-50.202 25.457c-8.848-11.906-14.673-25.712-16.314-41.33-1.278-12.164-1.077-23.8.393-34.883l48.313 1.133-39.988-33.4c9.364-23.903 24.996-44.312 44.11-60.72 1.672 3.497 3.39 6.748 5.228 9.85 14.5 36.474 50.215 57.068 89.613 63.127l5.11 27.3 26.464-25.515c43.328-1.636 85.566-19.82 104.637-52.923 21.68-37.63 28.823-98.665 8.97-146.484l22.116-49.756-45.06 13.88c-.064-.066-.125-.135-.188-.202-27.5-28.858-70.672-17.828-98.254 10.703l-46.083-6.61 25.05 39.64c-3.6 9.712-5.463 20.1-5.074 30.78-.15 5.91.564 12.176 2.26 18.504 6.73 25.115 26.296 41.693 43.7 37.03 17.403-4.664 26.057-28.804 19.328-53.918-1.937-7.232-4.946-13.746-8.656-19.256-13.543 8.343-19.248 20.646-20.756 36.363-5.15-25.078-1.298-39.476 18.092-50.612l.02-.012c12.22-7.95 24.733-10.52 33.86-3.832 31.646 23.18 33.057 72.366 12.888 111.14l-38.9-2.99 12.69 36.247c-11.066 9.36-24.205 16.267-39.107 19.37-24.11 5.02-52.627 1.885-78.157-8.307 5.45-6.928 9.17-15.153 11.613-23.705 22.52-63.04-7.424-128.015-58.726-161.71l5.664-46.4z"/></svg>
<svg class="tc-image-originals-heavy-timer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M25.563 18.344C111.623 205.977 310.53 404.92 498.219 491 412.14 303.367 213.25 104.405 25.56 18.344zm233.218.312c-10.107 20.728-14.86 46.41-14.28 71.813-15.772 1.7-31.34 5.638-46.188 11.843 5.73 4.408 11.444 8.887 17.125 13.437 9.92-3.34 20.137-5.587 30.438-6.75 1.915 14.952 5.78 29.334 11.53 42.03.66.582 1.312 1.17 1.97 1.75 6.285-13.29 10.402-28.54 12.375-44.405 16.632 1.05 33.113 4.906 48.688 11.594-6.722 15.56-11.044 31.775-12.125 47.25 13.05-8.806 25.095-20.867 35.312-34.72 8.055 5.35 15.706 11.58 22.813 18.688 5.105 5.105 9.738 10.51 13.937 16.125-14.324 10.39-26.802 22.724-35.844 36.125 16.357-1.143 33.54-5.89 49.908-13.282 7.71 15.614 12.458 32.306 14.28 49.25-17.628 1.644-34.678 5.926-49.374 12.813.753.84 1.5 1.687 2.25 2.53 14.29 6.336 30.652 10.278 47.53 11.813-.937 12.132-3.4 24.164-7.343 35.812 4.543 5.688 9.04 11.39 13.44 17.125 7.026-16.736 11.175-34.384 12.467-52.22 23.276-.292 46.424-5.053 65.407-14.31-19.094-9.313-42.4-14.07-65.813-14.314-1.95-19.638-7.352-39.006-16.28-57.062 20.534-11.98 38.688-27.967 50.75-45.844-21.718 1.517-44.895 9.384-65.688 21.375-4.918-6.693-10.386-13.106-16.437-19.156-8.01-8.01-16.624-15.04-25.72-21.064C366.3 95.8 374.454 72.146 376 50c-18.6 12.55-35.16 31.694-47.28 53.25-17.77-7.727-36.628-12.197-55.658-13.406.488-25.2-4.255-50.63-14.28-71.188zM109.564 191.062c-6.392 15.302-10.39 31.39-12 47.657-1.793-.055-3.58-.095-5.376-.095-24.04 0-48.083 4.783-67.687 14.344 20.957 10.22 46.978 14.954 72.656 14.25 1.352 18.746 5.878 37.285 13.563 54.78-22.225 12.198-42.04 29.117-54.907 48.188 22.76-1.583 47.09-10.154 68.624-23.125 5.965 8.947 12.892 17.454 20.782 25.343 5.925 5.927 12.205 11.285 18.75 16.125-12.562 21.234-20.848 45.084-22.407 67.408 18.357-12.387 34.734-31.193 46.812-52.407 17.742 8.846 36.757 14.286 56.063 16.376.04 23.938 4.824 47.856 14.343 67.375 9.438-19.348 14.222-43.02 14.345-66.75 18.31-1.175 36.447-5.383 53.625-12.592-5.738-4.4-11.467-8.864-17.156-13.407-12.14 4.104-24.692 6.595-37.344 7.44-1.77-17.947-6.252-35.266-13.47-50.064-7.132 14.626-11.594 31.715-13.405 49.438-16.742-1.95-33.215-6.794-48.625-14.5 6.94-15.83 11.4-32.36 12.5-48.125-12.898 8.7-24.798 20.598-34.938 34.25-5.53-4.154-10.84-8.748-15.875-13.783-7.034-7.034-13.217-14.597-18.53-22.562 13.182-9.96 24.66-21.578 33.124-34.125-14.906 1.037-30.498 5.075-45.53 11.375-6.7-15.384-10.63-31.677-11.813-48.125 15.835-2.107 31.014-6.356 44.188-12.78-13.07-6.375-28.114-10.595-43.813-12.72 1.105-10.857 3.42-21.618 6.938-32.063-4.55-5.68-9.03-11.394-13.438-17.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-helicopter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M279.27 114.408l-2.297 9.184H87v18h185.473l-7.5 30h46.054l-7.5-30H489v-18H299.027l-2.297-9.184h-17.46zM26.623 173.592l14.62 87.724-12.757 38.276H44.27l32.548-32.547L197.94 284.35l2.11 4.216c7.196 14.39 18.094 25.306 28.942 32.538C239.84 328.334 251 331.592 256 331.592h128c23 0 46.04-3.978 62.346-11.225 8.152-3.623 14.546-8.035 18.63-12.703 1.744-1.993 3.066-3.993 4.034-6.072H314.066l-48-112H259l-64 48H74.437l-32-64H26.623zm259.025 16l40.286 94h44.418l-40.286-94h-44.418zm64.2.47l40.086 93.53h79.138c-7.773-34.538-24.96-56.882-47.127-71.49-20.674-13.625-46.067-20.328-72.097-22.04zm46.525 159.186c-4.108.223-8.24.344-12.373.344h-6.488l10 30h-87.024l10-30h-18.976l-10 30H199v18h251.967l24.02-17.764 7.236-5.35-10.703-14.474-7.237 5.35-19.25 14.238h-38.545l-10.115-30.344z"/></svg>
<svg class="tc-image-originals-helicopter-tail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M41.918 27.688l5.035 18.48 59.123 10.2 46.766 153.976-56.938 15.496 2.748 10.09.967 3.55-1.794 3.208c-24.027 42.99-40.35 87.134-76.77 132.066 7.738 9.582 25.567 30.68 49.098 52.12 31.787 28.96 73.7 57.357 111.283 58.76 93.952 3.503 163.51-70.954 163.51-70.954l2.754-2.98 146.3 3.247v-72.783l-124.207-4.56-2.338-4.946c-45.31-95.853-150.475-223.65-223.66-287.746zm10.256 37.646l38.998 143.14 39.06-10.632L92.078 72.22zM192 236.524c63.776 0 115.477 51.7 115.477 115.476 0 63.776-51.7 115.477-115.477 115.477-63.776 0-115.477-51.7-115.477-115.477 0-63.776 51.7-115.477 115.477-115.477zm.785 18.47a96.87 96.87 0 0 0-21.89 2.33c-52.185 11.633-85.204 63.597-73.57 115.78 11.632 52.186 63.596 85.205 115.78 73.572 52.185-11.633 85.204-63.597 73.57-115.78-9.996-44.847-49.78-75.54-93.89-75.902zm-.904 17.985a78.604 78.604 0 0 1 33.35 7.305l-25.248 39.735a32.75 32.75 0 0 0-6.1-.946l-10.175-45.642a78.932 78.932 0 0 1 8.174-.453zm-25.743 4.368l10.175 45.642a32.725 32.725 0 0 0-4.21 2.73L133.244 296c8.866-10.27 19.363-13.997 32.893-18.654zm74.467 12.304a78.612 78.612 0 0 1 26.048 36.485l-45.642 10.176a32.877 32.877 0 0 0-5.408-7.31zm-118.57 25.578l39.22 24.922a32.924 32.924 0 0 0-2.18 9.967l-45.642 10.173c-1.72-15.995 1.516-31.58 8.603-45.063zm148.534 28.477a78.584 78.584 0 0 1-6.384 40.523l-39.94-25.378c.352-1.627.58-3.288.682-4.97zm-107.578 23.98a32.767 32.767 0 0 0 3.45 5.122l-25.25 39.733a78.573 78.573 0 0 1-23.842-34.68zm52.795 7.116l39.22 24.92c-9.197 12.142-21.93 21.693-37.142 26.93l-10.175-45.643a32.928 32.928 0 0 0 8.097-6.207zm-34.58 8.332a32.878 32.878 0 0 0 8.914 1.79l10.173 45.643a78.613 78.613 0 0 1-44.094-8.082z"/></svg>
<svg class="tc-image-originals-hell-crosses tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M112 64c17.48 40.785 28.587 87.938 33.336 136.818C110.51 194.896 69.158 186.632 16 176v160c53.158-10.632 94.51-18.896 129.336-24.818C140.586 360.062 129.48 407.215 112 448h128c-18.493-43.15-29.852-93.428-34.096-145.338 34.994-3.54 65.198-3.54 100.192 0C301.852 354.572 290.493 404.85 272 448h128c-17.48-40.785-28.587-87.938-33.336-136.818C401.49 317.104 442.842 325.368 496 336V176c-53.158 10.632-94.51 18.896-129.336 24.818C371.414 151.938 382.52 104.785 400 64H272c18.493 43.15 29.852 93.428 34.096 145.338-34.994 3.54-65.198 3.54-100.192 0C210.148 157.428 221.507 107.15 240 64H112z"/></svg>
<svg class="tc-image-originals-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 76C123.45 76 16 183.452 16 316c0 43.716 11.453 84.698 31.875 120H196l31.875-64.688C191.868 359.546 166 325.938 166 286c0-49.706 40.294-90 90-90s90 40.294 90 90v30h150c0-132.548-107.45-240-240-240zm-4.218 150A60 60 0 0 0 196 286a60 60 0 0 0 120 0 60 60 0 0 0-64.218-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-helmet-head-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M73.98 19.324l36.696 67.596L20.3 33.506v.058L122.427 139.94 20.298 93.67v.3l53.856 60.932-53.855-4.072v.014l196.608 95.675-68.502 34.29 76.547 18.104-42.896 55.227 72.892-11.634c5.323-8.462 9.98-16.897 13.958-25.48-18.586-11.336-30.994-31.8-30.994-55.165 0-35.66 28.91-64.57 64.572-64.57 22.323 0 41.986 11.335 53.58 28.556l36.55 2.15 35.013-37.644-59.405 9.334 23.363-78.582-63.15 59.25L306.935 67.96l-21.354 110.425-48.256-53.547 6.737 61.11L74.498 19.325h-.52zm231.106 222.244c-2.274 61.787-26.61 106.513-68.617 156.828l75.126 82.96 41.545-116.155c-6.507 2.467-13.803 3.007-20.984 1.083-18.23-4.885-29.204-23.86-24.32-42.086.206-.77.444-1.522.7-2.265l1.452-22.514 77.674-3.506h.004l65.41 41.467-11.62 24.1c-5.448 17.396-23.93 27.675-41.698 22.915-6.818-1.827-12.62-5.626-16.957-10.618l-22.757 119.707L464.55 459.52c-13.598-67.112-8.595-114.53 21.227-169.622l-83.105-42.59-97.586-5.74zm35.48 75.85c-6.786.15-12.81 4.683-14.668 11.62-2.265 8.455 2.62 16.913 11.098 19.185 8.48 2.272 16.937-2.61 19.203-11.067 2.265-8.456-2.62-16.913-11.098-19.185-1.06-.283-2.12-.455-3.168-.523-.46-.03-.915-.04-1.368-.03zm67.604 18.11c-6.786.15-12.81 4.682-14.67 11.618-2.266 8.456 2.618 16.914 11.098 19.186 8.48 2.272 16.937-2.61 19.203-11.066 2.267-8.456-2.617-16.914-11.097-19.186-1.06-.284-2.12-.456-3.166-.523-.458-.03-.915-.04-1.367-.03z"/></svg>
<svg class="tc-image-originals-help tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C123.45 16 16 123.45 16 256s107.45 240 240 240 240-107.45 240-240S388.55 16 256 16zm0 60c99.41 0 180 80.59 180 180s-80.59 180-180 180S76 355.41 76 256 156.59 76 256 76zm0 30c-66.274 0-120 40.294-120 90 0 30 60 30 60 0 0-16.57 26.862-30 60-30 33.138 0 60 13.43 60 30s-30 15-60 30c-1.875.938-3.478 2.126-4.688 3.28C226.53 244.986 226 271.926 226 286v15c0 16.62 13.38 30 30 30 16.62 0 30-13.38 30-30v-15c0-45 90-40.294 90-90s-53.726-90-120-90zm0 240a30 30 0 0 0-30 30 30 30 0 0 0 30 30 30 30 0 0 0 30-30 30 30 0 0 0-30-30z" fill="#fff"/></svg>
<svg class="tc-image-originals-hexagonal-nut tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 31.365L29.44 123.697v179.9L256 395.926l226.56-92.33v-179.9L256 31.365zm0 73.93c38.765 0 74.22 10.93 100.89 29.756 26.72 18.864 45.11 46.74 45.11 78.596s-18.39 59.733-45.11 78.596C330.22 311.067 294.764 322 256 322s-74.22-10.933-100.89-29.758C128.39 273.38 110 245.502 110 213.646c0-31.855 18.39-59.732 45.11-78.595 26.67-18.824 62.125-29.755 100.89-29.755zm0 18c-35.36 0-67.328 10.1-90.51 26.463-21.357 15.076-35.23 35.528-37.23 58.207 7.18-14.2 18.19-26.816 31.83-37.047C185.01 152.228 218.83 141 256 141c37.17 0 70.99 11.227 95.91 29.918 13.64 10.23 24.65 22.846 31.83 37.047-2-22.68-15.873-43.13-37.23-58.207-23.182-16.364-55.15-26.463-90.51-26.463zM256 159c-33.522 0-63.704 10.264-85.11 26.318-16.03 12.024-27.058 27.025-31.585 43.573 5.897-7.35 12.9-14.06 20.785-19.972C185.01 190.228 218.83 179 256 179c37.17 0 70.99 11.227 95.91 29.918 7.884 5.913 14.888 12.622 20.785 19.973-4.527-16.547-15.554-31.548-31.586-43.572C319.703 169.264 289.52 159 256 159zm0 38c-33.522 0-63.704 10.264-85.11 26.318-12.542 9.407-22.014 20.638-27.714 33.004.83 1.093 1.7 2.168 2.59 3.233 4.355-4.525 9.147-8.754 14.324-12.637C185.01 228.228 218.83 217 256 217c37.17 0 70.99 11.227 95.91 29.918 5.177 3.883 9.97 8.112 14.324 12.637.89-1.065 1.76-2.14 2.59-3.233-5.7-12.366-15.172-23.597-27.715-33.004C319.703 207.264 289.52 197 256 197zM29.44 323.033v70.916L247 482.612v-70.916L29.44 323.033zm453.12 0L265 411.7v70.913l217.56-88.664v-70.917z"/></svg>
<svg class="tc-image-originals-hexes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18 18v61.193l25.22-7.142L56.886 18zm56.643 0L59.91 76.28l53.06 51.58 71.16-20.15L202.27 36l-18.5-18zm133.845 0l5.782 5.62L234.123 18zm104.27 0l42.453 41.27 71.158-20.15L431.715 18zm136.701 0l-6.43 25.33L494 92.842V18zm-159.328 2l-71.16 20.18-18.16 71.74 53 51.57 71.25-20.16 18.138-71.71zm140.988 35.69l-71.228 20.15-18.131 71.71 53.05 51.58L465.98 179l18.14-71.74zM47.891 88.62L18 97.083v133.191l64.81-18.355 18.13-71.71zm140.99 35.65l-71.192 20.16-18.18 71.71 53.061 51.58 71.17-20.14 18.14-71.74zM494 138.408L482.68 183.2 494 194.203zM329.74 159.9L258.57 180l-18.14 71.74 53 51.57 71.19-20.16 18.19-71.67zm140.93 35.65l-71.19 20.15-18.13 71.71L434.41 339 494 322.125V218.227zM87.49 228.49L18 248.168v91.406l33.23 32.276 71.18-20.07 18.13-71.71zm140.95 35.65l-71.19 20.16-18.14 71.7 53.06 51.58 71.16-20.15 18.14-71.74zm140.9 35.62l-71.16 20.15-18.14 71.74 53 51.57 71.19-20.16 18.14-71.71zM494 340.018l-54.92 15.543-18.13 71.709 53.06 51.58 19.99-5.657zm-476 23.63v93.233l3.09-.881 18.14-71.71zm109.07 4.702L55.93 388.5l-18.12 71.74L72.515 494h81.154l8.332-2.36 18.13-71.71zM268.03 404l-71.22 20.15L179.185 494H311.36l9.72-38.44zm140.91 35.62l-71.13 20.15-8.677 34.23h132.162l.705-2.79zM25.81 472.59L18 474.8V494h29.824zM494 487.73l-15.92 4.5-.447 1.77H494z" fill="#fff"/></svg>
<svg class="tc-image-originals-hidden tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.375 17.22v94.28l20.47 14.25 6.374-32.063 50.468 33.22L71.844 37.03l29.53 14.032L91.22 17.22H16.374zm119.72 0l19.843 42.03-42.032 46.72H155l4.656 39.718L180.686 120l10.408 61.938 38.75-56.72 25.22 32.657 24.186-91.156 33.78 21.124.595-50.78 47.656 24.436-3.03 67.5 28.438-41.813 12.78 22.126 60.157-64.25 1.188 44.187 33.875-42.625V17.22H136.094zM85.468 186.03c-16.63.038-34.107 1.616-52.345 4.376l-7.906 1.188-.064 7.97c-.35 40.24 4.84 67.31 16.125 85.936 11.287 18.627 29.17 27.313 48.626 29.938 6.937.935 14.17 1.266 21.656 1.218v-92.47c-18.67 4.285-32.593 20.996-32.593 40.97 0 12.76 5.68 24.195 14.655 31.906-.407-.048-.817-.102-1.22-.156-16.03-2.162-26.822-7.34-35.155-21.094-7.72-12.74-12.852-34.287-13.313-67.968 14.533-1.918 28.44-3.073 41.47-3.094 25.72-.042 48.403 3.894 67.593 12.78 27.768 12.86 49.145 36.087 63.406 75.626-23.567-1.313-45.838.293-65.906 1.97 7.748-7.628 12.563-18.238 12.563-29.97 0-20.04-14.044-36.785-32.813-41v91.75c29.98-2.004 63.35-7.024 98.438-3.187l13.968 1.53-4-13.47c-15.143-51.256-42.066-83.663-77.812-100.217-22.342-10.347-47.66-14.594-75.375-14.532zm347.624 0c-27.716-.06-53.034 4.186-75.375 14.532-35.748 16.555-62.67 48.962-77.814 100.22l-3.97 13.468 13.94-1.53c35.57-3.89 69.386 1.335 99.687 3.28v-92.125c-19.397 3.735-34.063 20.795-34.063 41.28 0 11.726 4.822 22.344 12.563 29.97-20.063-1.682-42.327-3.31-65.875-2 14.26-39.522 35.645-62.737 63.406-75.594 19.19-8.886 41.87-12.822 67.594-12.78 13.038.022 26.924 1.173 41.468 3.094-.46 33.68-5.624 55.228-13.344 67.97-8.333 13.753-19.093 18.93-35.125 21.092-.41.056-.832.107-1.25.156 8.984-7.71 14.688-19.137 14.688-31.906 0-19.525-13.332-35.927-31.375-40.656v92.156c7.04.004 13.86-.335 20.406-1.22 19.458-2.623 37.37-11.31 48.656-29.936 11.287-18.627 16.443-45.695 16.094-85.938l-.062-7.968-7.875-1.188c-18.24-2.76-35.747-4.338-52.376-4.375zm37.937 139.19l-2.717 35.124-80.407-4.063 78.375 66.25-39.874 9.44 68.28 27.03.002-105.406-23.657-28.375zm-131.124 12.03L274.5 422.53l-12.28-42.06-29.19 96.936-50.218-67.72-14.593 85.845h257.53l-6.406-34.467-53.156 19.875-9.344-53.157-16.938 13.44V337.25zm-300.78 15.188l-22.75 19.843v123.25h130.06l-16.186-76.5-13.875 16.72-24.688-54.125-33.28 54.344-19.282-83.533z" fill="#fff"/></svg>
<svg class="tc-image-originals-high-five tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M126.254 16.098l23.18 134.29-131.55-20.595 94.78 110.596L28.2 318.08l108.71 24.42-39.797 88.447 71.364-19.014c7.904-20.18 13.607-40.676 16.42-60.008l-.05-.03h-.003c-1.802-1.04-2.872-2.744-4.06-6.74-1.19-3.997-1.868-9.5-3.942-15.412-7.033-20.052-17.384-51.137-48.155-81.834 3.305-6.314 6.61-9.692 9.186-11.074 3.247-1.742 6.19-1.775 11.293.422 9.35 4.025 22.63 17.193 35.174 33.816 3.368 5.048 6.267 10.15 8.683 15.31l16.918-7.927c-3.936-8.406-8.884-16.523-14.74-24.376l9.32-23.635-.418-90.175c2.948-2.112 7.593-3.54 12.92-3.43 5.064.107 10.178 1.73 13.52 3.673l-.794 88.818c7.553 3.465 15.125 6.91 22.62 10.44l37.04-106.385c5.665.22 10.842.688 15.03 2.063 4.6 1.51 8.553 3.855 12.53 8.248L275.595 251.41c6.797 3.69 13.394 7.6 19.693 11.84l66.916-91.31c3.036.616 7.123 2.416 10.7 5.632 4.143 3.726 7.06 8.725 8.054 13.123l-64.625 89.3c5.508 5.266 10.58 11.007 15.107 17.357l55.83-41.67c6.377 2.98 12.275 10.69 12.25 18.377-9.137 6.16-54.367 37.145-81.29 65.783-8.748 9.303-24.697 24.49-33.496 34.43v.003h-.002c-2.977 3.366-7 6.718-11.402 9.39l-18.947 101.192 39.596-62 63.627 56.252 4.73-121.537 134.604 11.57-76.7-95.417 64.414-92.664-90.34-12.062L435.23 51.324l-122.185 69.744-31.375-103.822-53.75 96.108-101.668-97.256z"/></svg>
<svg class="tc-image-originals-high-grass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M461.563 38.938C313.435 165.053 232.49 371.144 210.313 492.5h77.218c31.597-122.495 51.135-263.494 174.033-453.563zM78.375 91.374c52.397 62.796 102.31 132.45 142.094 199.28 7.298 12.263 14.236 24.417 20.81 36.408 7.833-19.184 16.525-38.697 26.095-58.282-51.817-71.23-113.464-135.005-189-177.405zm391.188 133.72c-51.588 46.498-78.856 114.453-90.594 190.655 13.775 25.835 26.704 51.295 38.936 75.875h39.375c-25.25-71.46-11.537-162.36 12.283-266.53zM67 240.437c72.962 73.26 120.794 188.6 80.094 250.78h45c4.494-25.12 11.34-53.633 20.687-84.25C194.338 322.68 131.42 242.927 67 240.44zm-32.875 87.937C87.145 409.31 95.83 453.34 75.063 490.97h67.5c-13.1-72.02-31.444-116.305-108.438-162.595zm300.938 45.594c-10.65 41.36-19.188 80.437-28.813 118.25h91.72c-19.144-38.286-39.92-78.392-62.908-118.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-high-heel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M95.605 53.618C59.398 91.634-.277 129.436 23.022 165.38c29.725 42.452 55.624 70.193 100.27 95.33 33.935 20.864 52.875 61.208 67.35 93.078 8.437 19.378 14.978 35.68 22.847 47.905 3.68 5.72 16.17 10.824 33.27 14.64 19.66 4.387 45.662 6.826 73.856 8.027 55.43 2.362 119.31.07 163.98.313 10.655-18.24 6.73-26.878-2.402-30.22-46.818-17.135-97.9-23.76-133.024-68.236-17.576 7.758-51.442 6.62-72.373-5.514C183.724 266.746 153.233 145.19 95.605 53.618zM50.725 227.55c38.173 105.505 31.883 229.52 35.69 230.832h18.07c.865-9.313-7.227-140.064 9.887-182.422-25.577-14.43-45.698-30.095-63.647-48.41zM230.74 430.493c22.236 32 33.7 26.59 40.543 27.89h195.404l8.528-16.058c-43.404.074-102.725 1.926-155.352-.316-28.733-1.224-55.45-3.637-76.95-8.434-4.238-.946-8.304-1.96-12.173-3.082z"/></svg>
<svg class="tc-image-originals-high-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M492.656 20.406l-118.594 56.22L413.875 86l-86.97 86.97-305.5 259.374.69.687 104.75-47.467-46.376 105.843.905.906 272.5-319.875 73.22-73.218 9.342 39.81 56.22-118.624zm-473.25.063c-1.347 23.43 5 39.947 16.563 52.218l24.093 302.28 17.562-14.874-21.72-272.438c57.975 31.954 169.096 25.165 216.907 106.72l66.625-56.564 1.22-1.218C292.74 38.666 86.01 99.716 19.406 20.47zm359.531 151.56l-1.156 1.157-57.25 67.188c82.006 47.945 75.587 159.267 107.283 218.03l-272.157-24.5-14.812 17.408 301.562 27.125c12.48 12.283 29.4 19.084 53.688 17.687-79.95-67.2-18.36-275.754-117.156-324.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-hill-conquest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 55v203.248c-3.565-.103-7.126-.164-10.68-.154-62.774.18-123.48 18.017-170.16 55.783-18.406 14.89-34.696 32.91-48.16 54.28V494h208.92c43.583-100.15 136.274-151 230.414-151 2.962 0 5.926.056 8.89.156-1.515-1.36-3.045-2.705-4.59-4.035-53.44-45.953-125.055-74.07-196.634-79.884v-99.66c27.09-2.53 46.44-15.576 71-15.576 27.195 0 48 16 80 16V80c-32 0-48-16-80-16-28.854 0-44.703 13.005-71 15.563V55zm210.334 306c-85.44 0-168.606 43.956-210.47 133H494V363.73c-12.176-1.816-24.436-2.73-36.666-2.73z"/></svg>
<svg class="tc-image-originals-hills tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M416.104 18A88 84.324 0 0 0 494 99.674V18h-77.896zM128 137c-42.657 0-79.727 10.965-110 25.322v128.002c30.184-5.45 59.138-8.394 86.82-9.08 50.9-1.26 97.525 5.05 139.744 17.12 42.768-27.11 86.74-52.815 134.387-73.048C304.435 169.018 211.563 137 128 137zm366 71.98c-85.695 15.81-157.66 53.443-226.953 96.485 22.08 7.666 42.85 16.937 62.283 27.537 73.712 40.21 128.137 99.163 162.81 160.998H494V208.98zm-373.03 90.008c-5.196-.034-10.44.016-15.738.15-27.682.703-56.767 3.78-87.232 9.5V494h453.242c-33.246-55.78-83.587-108.678-150.53-145.195-55.257-30.142-121.817-49.31-199.743-49.817z"/></svg>
<svg class="tc-image-originals-hive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196 16s-60 20.07-60 45h-15c-33.24 0-60 20.07-60 45 0 11.496 5.61 22.062 15 30-33.24 0-60 30.915-60 60s26.76 45 60 45h30.47C111.154 160.246 153.625 93.326 211 69.906V16h-15zm105 0v53.906c57.372 23.42 99.844 90.34 104.53 171.094H436c33.24 0 60-15.915 60-45s-26.76-60-60-60c9.392-7.938 15-18.504 15-30 0-24.93-26.76-45-60-45h-15c0-24.93-60-45-60-45h-15zm-44.156 105a30 30 0 0 0-30.875 29.97 30 30 0 0 0 60 0A30 30 0 0 0 256.843 121zm.5 90.063a45 45 0 0 0-46.313 44.968 45 45 0 0 0 90 0 45 45 0 0 0-43.686-44.967zM151.844 226a30 30 0 0 0-30.875 29.97 30 30 0 0 0 60 0A30 30 0 0 0 151.843 226zm210 0a30 30 0 0 0-30.875 29.97 30 30 0 0 0 60 0A30 30 0 0 0 361.843 226zM76 271c-33.24 0-60 15.915-60 45s26.76 60 60 60c-9.39 7.938-15 18.504-15 30 0 24.93 26.76 45 60 45h15c0 24.93 60 45 60 45h15v-53.906c-57.372-23.42-99.844-90.34-104.53-171.094H76zm329.53 0c-4.685 80.754-47.156 147.674-104.53 171.094V496h15s60-20.07 60-45h15c33.24 0 60-20.07 60-45 0-11.496-5.608-22.062-15-30 33.24 0 60-30.915 60-60s-26.76-45-60-45h-30.47zm-148.686 60a30 30 0 0 0-30.875 29.97 30 30 0 0 0 60 0A30 30 0 0 0 256.843 331z" fill="#fff"/></svg>
<svg class="tc-image-originals-hole-ladder tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M88.125 31.344c-13.054.25-26.12 5.152-32.906 13.843L87.28 221.78c-19.708 13.59-35.83 29.68-47.25 47.657-12.288 19.35-18.983 40.904-18.968 62.688v.03c-.015 21.785 6.68 43.308 18.97 62.658 12.296 19.36 30.06 36.565 51.874 50.78 21.815 14.216 47.62 25.404 75.656 32.97 28.036 7.566 58.217 11.5 88.438 11.5 30.22 0 60.402-3.934 88.438-11.5 28.035-7.566 53.873-18.754 75.687-32.97 21.814-14.215 39.547-31.42 51.844-50.78 12.288-19.35 18.983-40.873 18.967-62.657v-.03c.016-21.758-6.676-43.263-18.937-62.595l-.03-.092c-11.426-17.99-27.557-34.094-47.283-47.688L456.72 45.187c-10.86-13.906-37.754-18.04-55.033-9.062l-10.25 66.656H120.5l-10.22-66.686c-6.478-3.367-14.323-4.9-22.155-4.75zm39.844 120.094h256l-6.94 45.125c-10.437-4.176-21.325-7.835-32.592-10.875-28.036-7.566-58.217-11.47-88.438-11.47-30.22 0-60.402 3.904-88.438 11.47-11.29 3.047-22.198 6.72-32.656 10.906l-6.937-45.156zM256 196.78c28.71 0 57.438 3.75 83.844 10.876 11.757 3.173 23.078 7.005 33.75 11.438l-7.906 51.406H146.25l-7.875-51.375c10.684-4.44 22.01-8.292 33.78-11.47 26.407-7.125 55.135-10.874 83.845-10.874zm164.406 48.595c15.023 11.292 27.036 24.022 35.438 37.25 10.226 16.1 15.236 32.92 15.22 49.5l-.002.03c.018 16.58-4.992 33.37-15.218 49.47-10.227 16.1-25.784 31.476-45.625 44.406-19.843 12.93-43.97 23.438-70.376 30.564C313.438 463.72 284.71 467.47 256 467.47c-28.71 0-57.438-3.75-83.844-10.876-26.405-7.126-50.502-17.633-70.344-30.563-19.84-12.93-35.43-28.304-45.656-44.405-10.226-16.1-15.236-32.89-15.218-49.47v-.03c-.018-16.58 4.992-33.4 15.218-49.5 8.395-13.218 20.4-25.934 35.407-37.22l30.812 169.69c13.39 10.178 31.056 16.062 49.344 21.342l-4.407-28.78h177.312l-4.406 28.78c18.287-5.28 35.984-11.164 49.374-21.343l30.812-169.72zM151.437 304.28H360.5l-12.188 79.533H163.656l-12.22-79.532z" fill="#fff"/></svg>
<svg class="tc-image-originals-holosphere tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 48c-29.077 0-56.755 5.975-81.887 16.75h163.774C312.755 53.975 285.077 48 256 48zM130.34 90.25c-10.07 7.646-19.424 16.18-27.938 25.5h307.196c-8.514-9.32-17.87-17.854-27.938-25.5H130.34zm-47.834 51c-5.38 8.12-10.21 16.635-14.428 25.5h375.844c-4.218-8.865-9.048-17.38-14.43-25.5H82.506zm-24.54 51c-2.665 8.286-4.826 16.797-6.443 25.5H460.48c-1.62-8.703-3.782-17.214-6.447-25.5H57.967zm-9.566 51c-.255 4.22-.4 8.467-.4 12.75 0 4.283.145 8.53.4 12.75h415.2c.255-4.22.4-8.467.4-12.75 0-4.283-.146-8.53-.4-12.75H48.4zm3.123 51c1.618 8.703 3.78 17.214 6.444 25.5h396.066c2.665-8.286 4.826-16.797 6.444-25.5H51.523zm16.555 51c4.218 8.864 9.05 17.38 14.43 25.5h346.986c5.382-8.12 10.212-16.636 14.43-25.5H68.078zm34.324 51c8.514 9.32 17.87 17.854 27.94 25.5H381.66c10.068-7.646 19.424-16.18 27.938-25.5H102.402zm71.71 51C199.246 458.025 226.923 464 256 464c29.076 0 56.755-5.975 81.887-16.75H174.113z"/></svg>
<svg class="tc-image-originals-holy-grail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M54.125 102.188c-15.624 74.885 20.42 123.6 64.125 150.562-33.063-7.81-65.052-19.482-98.25-36.844 25.5 77.488 81.164 95.816 129.906 90.75-26.933 14.252-55.392 25.3-83.937 32.78 70.04 43.512 120.987 16.005 149-22.28-30.186-17.833-52.692-53.794-63.032-98.344-38-34.814-71.414-75.012-97.813-116.625zm402.938 0c-26.397 41.608-59.816 81.786-97.813 116.593-10.338 44.564-32.84 80.54-63.03 98.376 28.01 38.285 78.957 65.792 149 22.28-28.542-7.48-56.978-18.53-83.908-32.78 48.736 5.055 104.38-13.28 129.875-90.75-33.197 17.362-65.187 29.035-98.25 36.844 43.705-26.963 79.75-75.677 64.125-150.563zm-201.47 26.187c-23.56 0-44.93 3.576-61.218 9.844-8.145 3.133-15.045 6.906-20.438 11.81-5.392 4.907-9.5 11.53-9.5 19.157 0 .89.05 1.765.157 2.625 2.62 64.952 32.08 117.553 67.28 133.188l6.94 3.094-1.595 7.406c-8.645 40.282-20.575 63.61-40.94 77.03-11.193 7.378-14.184 13.215-14.374 15.126-.19 1.91.765 4.2 6.844 7.906 12.158 7.41 39.925 13.157 66.844 13.157 26.872 0 53.258-5.944 64.687-13.408 5.716-3.73 6.812-6.22 6.626-8.53-.186-2.312-2.937-7.934-13.094-15.22-19.326-13.862-31.327-36.107-39.843-76.062l-1.595-7.406 6.938-3.094c35.2-15.635 64.662-68.236 67.28-133.188h-.03c.106-.86.156-1.735.156-2.625 0-7.626-4.077-14.25-9.47-19.156-5.393-4.905-12.324-8.677-20.47-11.81-16.288-6.27-37.627-9.845-61.186-9.845zm0 18.688c21.617 0 41.154 3.47 54.47 8.593 6.657 2.562 11.708 5.563 14.593 8.188 2.886 2.625 3.375 4.28 3.375 5.344 0 1.063-.488 2.718-3.374 5.343-2.885 2.626-7.936 5.627-14.594 8.19-13.315 5.122-32.852 8.593-54.468 8.593-21.616 0-41.184-3.47-54.5-8.594-6.658-2.563-11.708-5.564-14.594-8.19-2.886-2.624-3.375-4.28-3.375-5.343 0-1.063.49-2.718 3.375-5.343 2.886-2.625 7.936-5.626 14.594-8.188 13.316-5.123 32.884-8.594 54.5-8.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-holy-hand-grenade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M233 17.44v56.12h-64v46h64v56.57c7.523-1.028 15.2-1.57 23-1.57 7.8 0 15.477.542 23 1.57v-56.57h64v-46h-64V17.44h-46zm23 54.89c13.7 0 25 11.3 25 25s-11.3 25-25 25-25-11.3-25-25 11.3-25 25-25zm0 18c-3.973 0-7 3.027-7 7s3.027 7 7 7 7-3.027 7-7-3.027-7-7-7zm-7.545 102.416c-5.226.256-10.383.778-15.455 1.55v12.536c2.85-6.65 8.516-11.855 15.455-14.086zm15.09 0c6.94 2.23 12.605 7.437 15.455 14.086v-12.535c-5.072-.773-10.23-1.295-15.455-1.55zM215 198.18c-56.035 15.73-98.793 62.918-108.1 121.38H215V198.18zm82 0v121.38h108.1C395.793 261.1 353.035 213.91 297 198.18zm-41 11.38c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm-23 16.73v28.542c2.934-6.843 8.85-12.156 16.066-14.27-7.217-2.117-13.132-7.43-16.066-14.273zm46 0c-2.934 6.842-8.85 12.155-16.066 14.27 7.217 2.116 13.132 7.43 16.066 14.272V226.29zm-23 31.27c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm-23 16.73v28.542c2.934-6.843 8.85-12.156 16.066-14.27-7.217-2.117-13.132-7.43-16.066-14.273zm46 0c-2.934 6.842-8.85 12.155-16.066 14.27 7.217 2.116 13.132 7.43 16.066 14.272V274.29zm-23 31.27c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm-23 16.73v15.27h-15.27c6.842 2.934 12.155 8.85 14.27 16.067 2.395-8.173 8.894-14.67 17.066-17.066-7.217-2.115-13.132-7.428-16.066-14.27zm46 0c-2.934 6.842-8.85 12.155-16.066 14.27 8.172 2.396 14.67 8.894 17.066 17.067 2.115-7.217 7.428-13.133 14.27-16.066H279v-15.27zm-157.27 15.27c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm48 0c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm144 0c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm48 0c6.842 2.934 12.155 8.85 14.27 16.067 2.115-7.217 7.428-13.133 14.27-16.066h-28.54zm-249.73 16c-2.882 0-5.26 1.597-6.352 3.99.23 2.498.52 4.978.868 7.44 1.264 1.583 3.22 2.57 5.484 2.57 3.973 0 7-3.027 7-7 0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7s7-3.027 7-7c0-3.972-3.027-7-7-7zm48 0c-3.973 0-7 3.028-7 7 0 3.973 3.027 7 7 7 2.265 0 4.22-.987 5.484-2.57.35-2.462.64-4.942.868-7.44-1.093-2.393-3.47-3.99-6.352-3.99zm-264 13.934c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zm48 0c-2.115 7.217-7.428 13.133-14.27 16.067h28.54c-6.842-2.933-12.155-8.85-14.27-16.066zM116.518 401.56c22.702 54.647 76.542 93 139.482 93s116.78-38.353 139.482-93H116.518z"/></svg>
<svg class="tc-image-originals-holy-symbol tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.47 23.406c-66.354 0-120.158 53.415-120.158 119.313 0 18.87 4.427 36.7 12.282 52.56h-.094l1.938 3.564c.212.395.408.795.625 1.187l45.343 84.19-89.53-47.595v214.5l61.343-32.625 77.405-162.125c-17.123-32.793-48.563-96.2-48.563-119.938 0-32.592 26.59-59 59.407-59 32.816 0 59.436 26.41 59.436 59 0 30.663-51.987 126.665-58.22 138.063L196.97 403.78l.436-.25-2.906 5.376-39.875 83.563h210.813l-47.907-88.94 89.564 47.595v-214.5l-61.688 32.78-96.594 166.658h41.907v18.687h-74.346l8.126-14.03 122.72-211.626 15.874-29.5 2.344-4.313h-.094c7.85-15.86 12.25-33.694 12.25-52.56 0-65.896-53.772-119.314-120.125-119.314zm0 72.78c-22.19 0-39.908 17.658-39.908 39.595 0 21.94 17.717 39.564 39.907 39.564 22.19 0 39.936-17.625 39.936-39.563 0-21.936-17.747-39.593-39.937-39.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-holy-water tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M300.56 39.29c-2.418.023-5.135 1.13-7.27 3.065-2.137 1.935-3.507 4.53-3.77 6.932-.26 2.402.174 4.782 3.033 7.94l6.037 6.67 40.35 44.56 6.042 6.672c2.86 3.156 5.184 3.824 7.6 3.802 2.416-.023 5.135-1.13 7.272-3.065 2.136-1.934 3.506-4.53 3.767-6.93.262-2.404-.17-4.783-3.03-7.94L308.16 43.09c-2.86-3.158-5.185-3.823-7.6-3.8zm-15.31 36.69l-38.604 34.952-6.04-6.672c-23.138-25.555-36.56-26.794-53.106-27.586L23.285 225.364 151.018 366.43 315.23 217.74c.85-16.544.946-30.02-22.193-55.576l-6.04-6.672 38.6-34.953-40.347-44.56zm-112.146 54.276l33.86 37.396 37.397-33.86 19.66 21.714-37.393 33.86 33.86 37.396-21.714 19.662-33.86-37.397-95.3 86.29-19.664-21.713 95.302-86.29-33.86-37.396 21.712-19.662zm197.378 4.363s-25.86 52.77-16 73.81c6.237 13.306 25.764 13.306 32 0 9.862-21.04-16-73.81-16-73.81zm2.196 103.02l-5.655 46.28c1.168-.316 2.47-.504 3.967-.504 2.408 0 4.445.504 6.23 1.307l-4.542-47.082zm-58.967 15l28.087 66.067c2.457-5.83 5.08-11.178 7.744-15.855l-35.83-50.213zm117.536 1.497l-37.244 49.48c2.66 4.666 5.212 9.943 7.568 15.662l29.676-65.143zM270.143 295.11l63.375 47.704c.57-2.11 1.164-4.208 1.8-6.275 1.07-3.48 2.227-6.874 3.446-10.17l-68.62-31.26zm203.572 2.595l-69.135 29.39c1.103 3.1 2.144 6.29 3.104 9.546.665 2.257 1.273 4.55 1.855 6.858l64.175-45.793zm-102.32 4.95c-1.514 1.696-3.56 4.516-5.706 8.193-4.528 7.762-9.47 18.968-13.167 30.984-3.697 12.016-6.155 24.906-6.185 35.992-.03 11.087 2.422 19.947 6.97 25.225 2.532 2.935 9.886 5.884 17.682 5.884 7.796 0 15.153-2.95 17.684-5.885 4.597-5.335 7.19-14.28 7.344-25.376.154-11.097-2.07-23.966-5.6-35.945-3.53-11.98-8.384-23.133-12.965-30.798-2.252-3.768-4.46-6.66-6.058-8.276zm-38.727 43.402l-79.022 7.62 75.75 9.26c.754-5.654 1.88-11.318 3.272-16.88zm77.754 1.045c1.273 5.56 2.263 11.213 2.88 16.845l75.413-7.275-78.293-9.57zm-81.756 22.716l-60.02 42.828 60.15-25.57c-.322-3.063-.467-6.175-.458-9.303.007-2.63.122-5.286.328-7.955zm85.225 1.516c.107 2.21.156 4.41.126 6.59-.05 3.527-.286 7.03-.752 10.46l58.957 26.856-58.33-43.906zm-79.935 34.746l-22.84 50.135 30-39.858c-.494-.498-.973-1.016-1.44-1.556-2.315-2.685-4.193-5.616-5.72-8.72zm73.358 1.434c-1.403 2.574-3.05 5.02-5.004 7.287-.782.907-1.615 1.737-2.474 2.526l28.816 40.385-21.34-50.196zm-42.073 19.144l4.444 46.05 5.613-45.92c-1.436.1-2.876.146-4.307.146-1.912 0-3.835-.094-5.75-.276z"/></svg>
<svg class="tc-image-originals-honeycomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M451.47 49.25l-70.22.125-5.47-.03L373.064 54l-34.344 58.875-58.876.125-31.188-53.375-2.625-4.72-5.468-.06-70.218.124-5.5-.032-2.688 4.656-34 58.312-65.562.125-5.47-.03-2.718 4.656-35.093 60.188-2.688 4.656 2.78 4.688 31.126 53.28-33.75 57.938-2.718 4.656 2.782 4.688 35.125 60.094 2.593 4.75 5.5.03 67.812-.124 31.03 53.03 2.595 4.75 5.5.033 67.594-.125 31.187 53.375 2.626 4.718 5.47.064 70.218-.125 5.312.092 2.72-4.656 34.155-58.375 65.564-.124 5.312.094 2.688-4.656 35.28-60.25 2.688-4.656-2.78-4.688-35.126-60.094-2.594-4.72-5.5-.06-67.593.124-27.19-46.5 32.94-56.344 61.53-.125 5.313.095 2.687-4.656 35.25-60.25 2.72-4.657-2.783-4.688-35.125-60.094-2.593-4.718-5.5-.062zm-5.345 18.656l29.5 51.094-29.53 50.688-59.47.093L357 118.876l29.656-50.906 59.47-.064zM127.47 136.562l29.5 51.094-29.532 50.688-59.47.094-29.624-50.907L68 136.626l59.47-.063zm106.905 58l28.53 49.5-30.374 52.125-57.78.094-29.5-50.717 29.656-50.907 59.47-.094zm105.313 57.344l29.375 50.938-29.532 50.72-59.467.06-28.72-49.343L281.907 252l57.78-.094zm106.78 57.875l29.5 51.095-29.53 50.688-59.47.062-29.624-50.875L387 309.844l59.47-.063zm-214.53 5.19l29.406 50.967-29.53 50.688-59.47.063-29.625-50.907 29.56-50.717 59.657-.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-honeypot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M364 17.813c-.432-.006-.873.014-1.313.03-13.198.513-29.286 10.91-39.312 39.344-11.644 33.027-28.367 90.578-42.22 139.938h48.97c21.46-44.054 44.146-93.113 55.28-125.22 5.54-15.966 4.97-28.47 1.658-37.155-3.314-8.686-9.204-13.82-16.22-15.906-1.753-.522-3.615-.852-5.562-.97-.425-.025-.848-.056-1.28-.06zm-231.656 198c-16.26 0-28.594 12.7-28.594 26.875 0 13.975 11.863 25.413 28.188 25.687l16.218.28-8.375 13.908c-18.02 29.867-29.624 81.602-29.624 113.718 0 38.314 14.436 60.732 38.78 75.5 7.684 4.662 16.452 8.46 26.126 11.47-3.293-19.43-5.733-38.928-6.906-58.5-13.36-45.998-10.5-92.002-11.094-138h83.657c-9.532 37.813-15.867 75.656-17.907 113.47.77 30.555 4.657 61.25 10.406 92.092 5.025.212 10.15.313 15.343.313 39.902 0 75.31-6.074 99.656-20.844 24.345-14.768 38.78-37.186 38.78-75.5 0-32.042-11.652-83.854-29.625-113.75l-8.344-13.905 16.19-.25c16.318-.263 28.186-11.71 28.186-25.688 0-14.173-12.365-26.875-28.625-26.875H232.376c-6.61 17.393-3.29 34.82 5 52.25H162.75c-19.19-18.17-19.75-35.388-5.594-52.25h-24.812zm67.562 112.78c-6.417 31.022-10.93 62.043-13.187 93.063 1.222 22.06 4.177 44.204 8.218 66.47 6.093 1.15 12.454 2.052 19 2.75-6.922-38.418-10.998-77.052-9.72-115.876-2.874-15.466-3.93-30.943-4.312-46.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-hood tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.375 32.03C139.957 87.197 42.343 247.886 17.5 367.75c71.742 0 124.22 22.845 162.094 63.03l10.47-11.436c-28.06-28.873-64.935-52.446-113.564-75.906 26.142-65.033 66.028-163.458 116.72-169.188 19.835-2.243 41.05 9.735 64.155 43.438 72.33-120.27 141.014 38.54 180.875 125.75-47.687 25.854-84.5 49.463-112.97 78.718l9.25 10.406c37.335-39.758 89.657-64.812 162.72-64.812C467.784 249.384 377.24 90.37 257.375 32.03zm-79.72 243.314c-15.3-.083-26.405 6.436-26.405 16.656 0 12.58 16.834 26.038 37.594 30.063 20.76 4.024 37.594-2.92 37.594-15.5s-16.835-26.038-37.594-30.063c-3.893-.755-7.657-1.137-11.188-1.156zm156.345 0c-3.53.02-7.295.4-11.188 1.156-20.76 4.025-37.593 17.483-37.593 30.063 0 12.58 16.833 19.524 37.592 15.5 20.76-4.025 37.594-17.484 37.594-30.063 0-10.22-11.105-16.74-26.406-16.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-hoof tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M142.813 19.97c.048 56.36-28.065 101.353-64.188 136.81l39.47 4.564 14.936 1.72-8.186 12.655-33.563 51.843c30.768 3.768 54.396-1.36 88.25-14.97l12.626-5.062.22 13.595.718 44.906c20.064-13.115 36.285-30.203 50.28-50.124l4.94-7.062 7.436 4.375 54.594 32.03 10.156-30.375 3.938-11.844 10.25 7.126c30.46 21.155 66.024 31.13 102.218 34.125l-51.937-57.56-14.408-15.97 21.532.375 31.437.563c-17.77-17.895-35.47-39.554-49.56-62.97-16.887-28.06-28.705-58.756-27.97-88.75H142.812zm191.656 212.06l-10.064 30.064-3.625 10.937-9.967-5.842-40.907-24c10.515 32.963 18.264 78.16 24.563 123.843 6.117 44.372 10.706 88.847 14.31 121.814 14.294-4.76 27.926-11.046 40.408-18.594-.672-36.365-8.715-72.732-19.282-109.094 18.077 30.067 32.476 61.168 40.563 94.063 13.43-11.014 24.69-23.64 32.874-37.345-2.963-22.86-13.432-52.61-25.47-73.656 14.353 12.85 27.138 31.72 36.47 48.81 2.426-8.295 3.72-16.823 3.72-25.5-.002-32.12-15.122-77.045-40.19-115.842-14.964-4.858-29.543-11.293-43.405-19.657zm-160.564 2.69c-13.698 4.926-26.492 8.458-39.25 10.5-27.508 40.184-44.25 88.358-44.25 122.31 0 29.434 14.637 57.26 37.97 79.69 6.713-23.524 18.778-45.87 34.06-67.533-8.636 28.1-14.79 56.182-13.624 84.282 16.037 11.214 34.474 20.235 54.157 26.342 3.555-33.222 8.24-78.5 14.624-124.187 5.93-42.437 13.105-84.325 22.47-116.156-14.5 16.064-31.413 30.002-51.75 40.56l-13.408 6.97-.25-15.094-.75-47.687zm82.125 27.874c-7.814 29.17-14.536 67.482-19.936 106.125-5.968 42.7-10.45 85.298-13.938 118.03 18.716-6.198 35.124-8.003 48.72-7.03 6.917.493 13.055 1.684 18.437 3.374-3.48-32.118-7.78-72.96-13.375-113.53-5.358-38.854-12.008-77.447-19.907-106.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-horn-internal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.813 22.47c-8.663-.028-17.42.734-26.188 2.28-.03.005-.064-.005-.094 0-2.45.224-4.96.54-7.5.938C85.51 45.672 13.217 187.65 46.72 312.688 80.22 437.725 209.4 512.317 334.436 478.813c79.17-21.214 130.815-52.148 149.782-94.532-94.212 57.032-205.346 19.985-223.283-36.717-60.108-3.05-114.777-39.585-139.875-95.688 34.093 53.034 99.78 80.55 163.875 63.375 79.34-21.26 126.572-103.035 105.313-182.375-17.273-64.464-74.524-107.727-137.938-110.28-1.83-.075-3.66-.12-5.5-.126zm17.75 19.905c50.192 7.036 93.66 43.192 107.625 95.313 18.644 69.584-22.51 140.886-92.094 159.53-44.968 12.05-90.625-.88-122.344-30.312 26.946-4.947 53.78 2.713 73.75 19.22-19.866-27.787-54.214-42.64-89.125-36.25-9.786-12.992-17.307-28.052-21.78-44.75-.462-1.72-.863-3.438-1.25-5.157 18.06-5.557 37.843-6.52 57.28-1.314 33.74 9.04 58.603 34.25 69.938 64.688-4.076-41.848-32.763-79.42-75.75-90.938-18.48-4.952-37.42-4.297-54.688.5-.265-20.476 4.33-40.36 12.97-58.22 40.108-10.7 84.804-.724 116.06 30.533 28.44 28.437 39.13 67.968 32.907 104.843 20.027-44.072 12.45-97.646-23.78-133.875-27.967-27.967-66.544-39.424-102.907-33.938 7.713-8.227 16.546-15.5 26.344-21.563 64.076-13.72 128.855 24.893 146 88.876 10.784 40.253.07 81.35-24.626 111.218 40.804-29.172 61.648-81.278 47.906-132.56-11.38-42.47-43.437-73.673-82.438-85.845z" fill="#fff"/></svg>
<svg class="tc-image-originals-horned-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M69.313 18.75c-1.574 2.353-3.376 4.513-4.813 7C29.19 86.9 50.184 165.194 111.344 200.5c.822.475 1.64.92 2.47 1.375 6.942-20.223 16.297-38.746 27.592-54.844-46.972-27.407-73.09-77.42-72.094-128.28zm366.218 0c1 51.074-25.34 101.293-72.686 128.625-.06.035-.128.06-.188.094 11.25 16.126 20.54 34.673 27.438 54.905 1.143-.615 2.275-1.222 3.406-1.875 61.16-35.306 82.154-113.6 46.844-174.75-1.437-2.487-3.24-4.647-4.813-7zm-183.655 83.063c-49.747 0-94.34 38.94-117.188 97.687 34.868-8.738 76.5-12.77 118.282-12.78 40.775-.013 81.443 3.814 115.843 12.124-22.932-58.378-67.38-97.03-116.938-97.03zm1.094 103.593c-61.1.017-122.17 10.173-156.44 27.875v59.69c38.836-8.845 89.384-13.424 140.626-14.158L219.28 395h59.97l-17.875-116.22c55.228.506 109.26 5.38 148.25 14.158V233.28c-34.38-17.77-95.545-27.89-156.656-27.874zm-61.064 94.78c-11.582.002-20.094 8.333-20.094 18.002 0 9.668 8.512 18 20.094 18 11.583 0 20.125-8.332 20.125-18 0-9.67-8.54-18-20.124-18zm114.688.002c-11.583 0-20.094 8.33-20.094 18 0 9.668 8.51 18 20.094 18 11.582 0 20.125-8.332 20.125-18 0-9.67-8.544-18-20.126-18zm44.625 2.625L300.06 493.938l81.844-21.25V306.75c-9.6-1.504-19.885-2.81-30.687-3.938zm-203.25.593c-10.817 1.254-21.174 2.733-30.845 4.438v164.844l81.844 21.25-51-190.532z" fill="#fff"/></svg>
<svg class="tc-image-originals-horned-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M162.406 17.094l-2.5 5.468c-1.764 3.854-3.21 7.755-4.406 11.688-57.697 7.858-100.454 43.757-120.938 91.938-24.72 58.145-17.926 133.66 28.313 199.968l18.75 26.875-1.875-32.717c-2.258-39.849 6.348-76.108 24.813-105.125 1.163 4.493 3.05 8.937 5.5 13.125 6.947 11.873 18.43 22.89 33.124 31.375 10.822 6.247 21.975 10.296 32.594 12.03l-16.655 153.594-.625 5.72 4.813 3.124 88.187 57.25 5.063 3.28 5.093-3.28 88.78-57.22 4.845-3.123-.624-5.75-16.625-153.438c10.954-1.626 22.518-5.72 33.72-12.188 14.695-8.484 26.177-19.5 33.125-31.375 2.217-3.788 3.975-7.79 5.156-11.843 17.908 28.798 26.226 64.58 24 103.843l-1.842 32.718 18.75-26.874c46.238-66.307 53-141.823 28.28-199.97-20.405-47.997-62.914-83.802-120.28-91.842-1.454-4.184-3.2-8.282-5.282-12.25l-2.625-5H162.406zm12.28 18.687h164.75c12.584 29.53 5.358 68.857-19.28 104.47l-7.437 10.78 12.592 3.564c18.38 5.154 33.995 12.365 45.407 20.53-12.85.732-26.853 5.117-40.345 12.907-14.695 8.486-26.208 19.502-33.156 31.376-.412.702-.81 1.41-1.19 2.125l-.03-.03c-23.524 44.524-31.757 128.354-22.656 218.156l17.812-11.5c-5.25-63.274-1.185-123.153 9.188-164.156 5.136 4.396 11.757 6.967 18.875 8.063l16.217 149.562-2.718 1.75.092.125-71.093 45.844-5.095 3.28-5.063-3.28-70.625-45.844.094-.125-2.718-1.75L194.5 272.22c7.398-.96 14.313-3.467 19.688-7.908 10.354 41.11 14.392 101.066 9.093 164.375l17.782 11.563c8.678-84.91 1.864-164.532-18.718-210.75-1.156-3.452-2.728-6.85-4.625-10.094-6.95-11.874-18.43-22.89-33.126-31.375-13.383-7.725-27.268-12.09-40.03-12.874 11.265-7.91 26.54-14.9 44.5-20L200.186 152l-5.438-10.22c-21.613-40.676-31.158-75.677-20.063-106zm-22.905 17.626c-2.428 27.328 6.36 56.236 20.876 85.938-31.03 11.238-56.185 29.474-74.562 52.875l14.312-45-38.437 32.03 7.843-49.125-31.344 50.53-4.845-30.374c1.69-5.79 3.72-11.403 6.03-16.843 17.48-41.113 51.72-71.697 100.126-80.03zm211.657.282c47.646 8.687 81.383 39.045 98.688 79.75 3.03 7.128 5.544 14.595 7.5 22.312l-37.906-31.53 25.967 57.155-60.5-42 33.47 46.28-31.688-11.56c-3.664-3.396-7.514-6.615-11.533-9.69-.028-.022-.065-.038-.093-.06-6.315-5.24-13.66-9.945-21.844-14.126-.128-.067-.247-.155-.375-.22-.326-.175-.672-.326-1-.5-6.875-3.64-14.113-6.9-21.72-9.72 16.575-27.99 24.514-58.36 21.033-86.093zm-222.718 140c9.668.056 22.326 3.454 34.53 10.5 12.204 7.045 21.46 16.31 26.344 24.656 4.883 8.345 5.113 14.647 2.906 18.47-2.207 3.82-7.77 6.742-17.438 6.686-2.976-.017-6.245-.34-9.687-1 2.584-3.356 4.125-7.53 4.125-12.094 0-10.982-8.893-19.906-19.875-19.906-9.475 0-17.41 6.63-19.406 15.5-7.13-5.62-12.642-11.83-16.032-17.625-2.257-3.856-3.513-7.278-4-10.22h.093c0-3.024.52-6.028 1.532-9.03 2.49-3.437 7.905-5.99 16.907-5.938zm233.5 0c9.046-.053 14.496 2.505 16.967 5.968.005.007-.004.025 0 .03.99 2.987 1.47 5.978 1.47 8.97h.093c-.488 2.94-1.744 6.363-4 10.22-3.583 6.122-9.553 12.697-17.28 18.56-1.64-9.33-9.762-16.436-19.564-16.436-10.982 0-19.875 8.924-19.875 19.906 0 4.653 1.606 8.894 4.283 12.28-2.986.512-5.822.8-8.438.814-9.67.056-15.23-2.866-17.438-6.688-2.206-3.82-1.976-10.123 2.907-18.468 4.883-8.346 14.17-17.61 26.375-24.656 12.203-7.046 24.83-10.444 34.5-10.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-horse-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M236.156 19.906c-27 .295-52.444 5.788-75.75 15.938L210.22 141.5c9.623-5.683 20.014-10.723 31.186-15.03L258.47 20.843c-3.67-.34-7.32-.598-10.94-.75-3.815-.16-7.615-.23-11.374-.188zm40.813 3.407l-15.564 96.468c16.898-4.827 35.387-8.166 55.53-9.81l2.377-.19 68.03-41.843c-37.876-23.798-75.08-38.45-110.374-44.624zM143.655 44.156C124.946 54.62 107.858 68.31 92.812 84.97c-8.682 9.613-16.686 20.277-23.937 31.905l85.813 74.28c11.058-14.742 24.28-27.958 39.78-39.28l-50.812-107.72zm170 84.97c-98.41 9.502-148.772 59.09-172.437 127.718-23.358 67.732-18.883 154.58-1.814 235.97l232.22-.002c-13.15-51.313-36.813-75.542-55.532-96.53-10.04-11.257-19.156-21.87-22.75-35.97-2.973-11.657-1.41-24.738 5.156-40-11.903-3.81-26.067-3.973-43.125.188l-4.406-18.156c29.26-7.137 55.266-3.473 74.874 11.28 18.24 13.725 30.198 36.15 36.437 65.188 26.094 4.41 55.303 7.784 89.595 9.5 4.537-30.6 15.487-60.877 30.875-90.875-66.84-50.032-120.642-107.877-169.094-168.312zm-254.25 4.28c-12.305 23.56-21.735 50.528-27.75 80.563l93.28 32.968c5.143-14.15 11.484-27.632 19.19-40.22l-84.72-73.312zm220.938 42.344c13.897 0 25.156 11.26 25.156 25.156 0 13.898-11.26 25.156-25.156 25.156-13.897 0-25.156-11.258-25.156-25.156 0-13.897 11.26-25.156 25.156-25.156zM28.406 232.625c-3.147 21.435-4.62 44.283-4.218 68.438l84.75 16.375c2.073-18.17 5.39-35.827 10.218-52.72l-90.75-32.093zm-3.5 87.594c.968 17.276 2.856 35.174 5.75 53.655l75.688 1.47c-.246-13.2.05-26.307.906-39.19L24.906 320.22zm9 72.405c3.113 16.454 7.015 33.356 11.72 50.656l65.25-6.842c-1.765-14.152-3.054-28.315-3.814-42.407l-73.156-1.405zm79.53 62.344l-62.592 6.56c3.033 10.104 6.315 20.325 9.906 30.69h59.344c-2.515-12.318-4.75-24.754-6.656-37.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-horseshoe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.188 28.538c-202.97 2.955-190.282 230.2-126.782 409.47-14.678 9.41-17.29 6.385-15.75 17.062 1.105 7.65 12.483 23.233 17.563 25.844s9.372 2.85 17.03 2.343 60.337-8.77 49.22-22.625c-48-67.4-126.572-365.46 63.53-374.062 190.102 8.603 111.53 306.66 63.53 374.062-11.117 13.855 41.562 22.117 49.22 22.625s11.95.267 17.03-2.343 16.46-18.194 17.564-25.844c1.54-10.678-1.072-7.65-15.75-17.063 63.5-179.27 76.187-406.514-126.78-409.469-1.6-.023-3.19-.005-4.814 0-1.625-.004-3.214-.023-4.813 0zm-45.625 22.157c6.903 0 12.5 5.596 12.5 12.5s-5.597 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.596-12.5 12.5-12.5zm100.875 0c6.903 0 12.5 5.596 12.5 12.5s-5.597 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.596-12.5 12.5-12.5zM135.594 109.32c6.903 0 12.5 5.596 12.5 12.5s-5.597 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.596-12.5 12.5-12.5zm240.812 0c6.904 0 12.5 5.596 12.5 12.5s-5.596 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.597-12.5 12.5-12.5zm-266.844 96c6.904 0 12.5 5.596 12.5 12.5s-5.596 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.597-12.5 12.5-12.5zm292.875 0c6.904 0 12.5 5.596 12.5 12.5s-5.596 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.597-12.5 12.5-12.5zM118.22 307.82c6.902 0 12.5 5.596 12.5 12.5s-5.598 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.595-12.5 12.5-12.5zm275.56 0c6.905 0 12.5 5.596 12.5 12.5s-5.595 12.5-12.5 12.5-12.5-5.597-12.5-12.5 5.598-12.5 12.5-12.5zm-254.936 84.062c6.903 0 12.5 5.597 12.5 12.5s-5.597 12.5-12.5 12.5-12.5-5.596-12.5-12.5 5.596-12.5 12.5-12.5zm234.312 0c6.904 0 12.5 5.597 12.5 12.5s-5.596 12.5-12.5 12.5-12.5-5.596-12.5-12.5 5.597-12.5 12.5-12.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-horus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M277.624 38.408c-7.81-.103-15.53.265-23.12 1.088C146.945 51.153 88.41 120.082 55.96 193.286c-32.45 73.206-37.25 151.473-35.46 172.5L29.64 472.96h83.052c2.987-20.775 8.425-44.826 14.432-66.658 6.773-24.616 13.672-45.437 19.188-56.08 3.55-6.85 9.925-11.152 17.18-14.154 7.253-3.002 15.78-4.843 25.404-6.012 19.247-2.338 42.932-1.864 67.83.342 41.348 3.664 85.415 12.046 116.613 21.74-3.103-9.512-6.747-18.227-15.826-27.18l-6.86-6.767 7.216-6.382c41.488-36.703 55.892-68.598 60.574-101.785a34.638 34.638 0 0 1-3.75 2.34c-5.243 2.81-12.72 4.038-19.382 1.064-3.91-1.744-6.676-5.02-8.305-8.437a418.06 418.06 0 0 0-1.982 4.213c-4.96 10.71-9.424 21.096-13.99 29.642-4.565 8.546-8.3 16.154-17.554 19.418l-5.99-16.974c-.75.264 3.682-3.465 7.667-10.925 3.986-7.46 8.454-17.75 13.536-28.725 7.072-15.275 15.12-32.093 26.317-45.343 8.35-15.976 21.708-32.293 40.418-43.366-46.955-50.933-104.408-73.816-157.8-74.522zm-1.973 16.767c34.993.315 59.796 11.808 87.982 22.827-41.173-4.475-50.934 10.716-56.666 27.875-5.742 17.188-8.66 56.935 56.238 73.34-66.237 32.508-78.25-41.584-102.46-36.774-65.627 13.04-22.852 87.197 52.146 150.477-85.838-22.04-135.18-59-143.645-127.668-11.355-92.11 33.67-102.256 81.276-108.485 7.69-1.006 14.896-1.508 21.713-1.588 1.15-.014 2.29-.015 3.418-.005zm80.455 34.262c18.118 0 33 14.88 33 33 0 18.12-14.882 33-33 33-18.12 0-33-14.88-33-33 0-18.12 14.88-33 33-33zM147.02 104.7c1.827 78.895-5.86 176.468 170.354 205.132-35.884 7.95-163.52-14.975-186.05 24.732-21 37.013-27.095 81.05-34.323 118.063H46.227c-5.9-31.87-6.893-67.81-5.057-102.018 5.815-108.383 49.044-195.796 105.85-245.91zm209.085 2.737c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm95.265 17.467c-20.89 9.8-35.54 28.292-42.982 45-3.784 8.495-5.637 16.516-5.793 21.834-.078 2.66.305 4.597.603 5.38.006.017-.002 0 .004.015.837.296 1.337.248 2.985-.635 2.018-1.082 4.982-3.68 7.98-6.908s6.048-6.978 9.416-10.348c3.368-3.37 7.016-7.4 14.176-7.596 4.878-.134 7.48 1.684 10.155 3.365 2.677 1.683 5.25 3.72 7.96 5.996 5.425 4.55 11.326 10.074 17.01 14.832 5.686 4.757 11.365 8.648 14.513 9.855 1.132.434 1.2.36 1.343.38 3.358-6.057 3.95-14.14 1.892-23.6-2.093-9.62-6.883-20.22-12.758-29.624-5.874-9.404-12.868-17.66-18.687-22.745-2.91-2.542-5.56-4.264-7.127-4.97-.51-.227-.543-.2-.69-.23zM209.872 346.636c-6.783.18-13.112.597-18.808 1.29-8.58 1.042-15.737 2.725-20.692 4.775-4.954 2.05-7.314 4.328-8.08 5.806a48.273 48.273 0 0 0-1.012 2.115c5.434 40.466 11.302 79.708 29.27 112.99h49.246c-17.794-39.21-30.354-80.875-29.924-126.974z"/></svg>
<svg class="tc-image-originals-hospital-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M174.688 28.063v71.625h-80.75v81.374H22.313v160.094h71.625v80.72h80.75v71.655H334.75v-71.655h81.375v-80.72h71.656V181.063h-71.655V99.688H334.75V28.064H174.688zm18.687 18.687h122.688v153H469.093v122.72H316.062V474.843H193.375V322.47H41V199.75h152.375v-153z" fill="#fff"/></svg>
<svg class="tc-image-originals-hot-spices tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M207.375 13.78v.064c83.385 68.488-50.732 105.97-37.22 175.22-20.55-13.762-28.066-46.66-8.78-74.97-51.085 21.935-73.42 51.99-72.156 97.562.945 34.13 14.638 61.58 35.843 82.188-9.787-27.448-12.016-55.74-5.188-79.813 35.742 49.332 137.785-19.994 147.094-79.28-.044 63.674 63.996 118.35 112.717 52.375 8.932 36.97 6.638 75.307-3.218 105.688 19.407-20.337 31.706-47.33 32.374-81.157.93-47.127-21.048-90.8-62.72-112.75 18.15 38.878-.498 65.598-43.655 83.75 40.28-67.494 16.386-154.454-95.095-168.875zm42.938 226.314c-5.97-.086-12.564 2.295-20.657 8.375-38.238 28.725-88.54 77.01-99.156 108.718-18.667-4.37-43.156 2.323-43.156 20.53 0 2.01.32 3.89.875 5.626-9.91-.4-20.22 3.9-20.22 13.03 0 16.998 35.74 17.686 38.063 1.657 10.356 2.978 22.947 2.34 32.218-2.03-.75 1.842-1.155 3.867-1.155 6.094 0 22.752 42.915 25.947 54.25 9.094 9.533 6.947 29.795 4.92 32.844-6.25 15.97 1.403 32.385 1.755 48.436.968 8.543 5.77 24.793 4.8 30.625-3 12.788-1.938 25.004-4.72 36.158-8.406 1.9 16.216 38.093 15.92 38.093-1.344 0-.75-.047-1.47-.186-2.156 11.238 3.032 26.594-1 26.594-12.25 0-11.025-15.614-15.103-26.875-12.03.36-28.628-58.605-80.767-105.063-116.595-7.39-5.698-14.014-9.92-21.688-10.03zM440 352.5c-9.547-.042-19.094 4.28-19.094 13.063 0 17.567 38.188 17.727 38.188 0 0-8.617-9.547-13.02-19.094-13.063zm-403.344 10c-9.547-.042-19.093 4.28-19.093 13.063 0 17.567 38.187 17.727 38.187 0 0-8.616-9.547-13.02-19.094-13.063zm430.563 20.406c-9.548-.042-19.095 4.28-19.095 13.063 0 17.566 38.188 17.725 38.188 0 0-8.618-9.547-13.022-19.094-13.064zm-49.69 25.438c-10.747-.047-21.5 4.8-21.5 14.687 0 19.776 43 19.955 43 0 0-9.7-10.75-14.64-21.5-14.686zm-79.967 2.97c-9.548-.02-19.094 4.385-19.094 13.248 0 12.037 18.638 15.825 29.874 11.032 9.403 8.896 34.72 6.462 34.72-7.844-.002-12.274-18.61-16.01-29.845-11.125-3.628-3.506-9.637-5.3-15.658-5.313zm-87.22 1.623c-9.546-.04-19.093 4.248-19.093 13.032 0 17.566 38.188 17.725 38.188 0 0-8.618-9.547-12.99-19.094-13.033zm-129.124 14.72c-11.25-.024-22.5 5.12-22.5 15.562 0 12.422 16.83 17.38 29.905 14.624 8.686 9.834 35.5 7.69 35.5-7.03 0-9.57-11.34-13.963-21.656-13.127-3.226-6.658-12.237-10.012-21.25-10.03zM294.75 439c-8.405-.037-16.8 2.873-20.25 8.78-14.795-4.1-35.25 1.04-35.25 15.783 0 21.294 42.68 23.124 49.313 5 12.56 2.32 28.093-2.493 28.093-14.594 0-9.88-10.958-14.922-21.906-14.97zm-97 22.656c-10.748-.047-21.47 4.8-21.47 14.688 0 19.776 42.97 19.955 42.97 0 0-9.7-10.752-14.64-21.5-14.688zm228.125 1.406c-9.547-.04-19.094 4.28-19.094 13.063 0 17.567 38.19 17.726 38.19 0 0-8.616-9.548-13.02-19.095-13.063z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-hot-surface tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M106 53.5c45 150-45 150 0 300h60c-45-150 45-150 0-300h-60zm120 0c45 150-45 150 0 300h60c-45-150 45-150 0-300h-60zm120 0c45 150-45 150 0 300h60c-45-150 45-150 0-300h-60zm-270 315c-15 0-30 30-30 30-30 0-30 0-30 30v30h480v-30c0-30 0-30-30-30 0 0-15-30-30-30-30 0-30 45-60 45s-30-45-60-45-30 45-60 45-30-45-60-45-30 45-60 45-30-45-60-45z" fill="#fff"/></svg>
<svg class="tc-image-originals-hound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M137.75 17.28l-15.313 78.782 20.313 56.876h45.97L137.75 17.28zM74.5 19L20 378.156v116.156h208L210.125 386.5H113.28l-2.218-6.156-25.78-71.594 17.562-6.344 23.562 65.406h90.344l230.688-2.968 9.812-33.406H278.5V312.75h184.22l7.374-25.156L415.53 209.5H291.47l-20.345-37.594h-75.28l-.095-.28h-46.313L159.563 200l-17.593 6.28-26.532-74.25-.126.72L74.5 19zm133.375 178.22h56.094l21.405 38.874-26.094-.438-51.405-38.437zm230.47 12.28l38.53 55.094L493.03 209.5h-54.686zm-82.814 15.938c6.613 0 11.97 5.356 11.97 11.968 0 6.613-5.357 11.97-11.97 11.97-6.61 0-11.967-5.357-11.967-11.97 0-6.612 5.356-11.97 11.968-11.97zm44.595 0c6.612 0 12 5.356 12 11.968 0 6.613-5.388 11.97-12 11.97s-11.97-5.357-11.97-11.97c0-6.612 5.358-11.97 11.97-11.97zm-66.188 29.187c6.612 0 11.97 5.356 11.97 11.97 0 6.61-5.358 11.967-11.97 11.967-6.61 0-11.968-5.356-11.968-11.968 0-6.613 5.356-11.97 11.967-11.97zm43.125 0c6.612 0 12 5.356 12 11.97 0 6.61-5.388 11.967-12 11.967-6.61 0-11.968-5.356-11.968-11.968 0-6.613 5.357-11.97 11.97-11.97zm42.063 0c6.612 0 11.97 5.356 11.97 11.97 0 6.61-5.358 11.967-11.97 11.967-6.612 0-11.97-5.356-11.97-11.968 0-6.613 5.358-11.97 11.97-11.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-hourglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M92.656 19.188v41.5h331.72v-41.5H92.655zM119.5 79.374V433.53h22.28V79.376H119.5zm46.594 0c3.212 43.324 13.312 82.022 27.78 110.906 17.685 35.304 40.845 54.75 64.064 54.75 23.218 0 46.346-19.446 64.03-54.75 14.47-28.883 24.57-67.58 27.782-110.905H166.094zm209.156 0V433.53h22.28V79.376h-22.28zm-117.313 185.22c-23.218 0-46.378 19.415-64.062 54.717-14.835 29.614-25.098 69.562-28.03 114.22H350c-2.933-44.658-13.197-84.606-28.03-114.22-17.686-35.302-40.814-54.718-64.033-54.718zM92.657 452.218v41.467h331.718V452.22H92.655z" fill="#fff"/></svg>
<svg class="tc-image-originals-house tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 19.27L25.637 249.638 19.27 256 32 268.73l6.363-6.367L256 44.727l217.637 217.636L480 268.73 492.73 256l-6.367-6.363zM96 48v107.273l64-64.002V48zm160 20.727l-192 192V486h64V320h96v166h224V260.727zM288 320h96v80h-96z"/></svg>
<svg class="tc-image-originals-human-ear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M273.063 47.188c-1.974.032-3.98.123-6 .25-60.62 3.805-100.33 35.933-123.563 83.78-22.862 47.083-28.442 109.71-17.125 172.47l1.75 1.75-1.406 5.718c-3.43 14.203-1.17 31.297 4.28 45.97 5.45 14.67 14.52 26.75 20.594 30.78l5.03 3.344-.374 6c-1.355 21.968 6.887 38.96 18.438 50.688 11.55 11.726 26.687 17.447 36.593 16.843 10.25-.623 15.605-3.796 21.25-10 5.648-6.202 10.894-16.054 17.064-28.28 12.34-24.452 28.935-57.856 68.094-87.094 63.353-47.305 82.793-122.987 70-185.656-6.397-31.334-20.867-59.136-41.407-78.313-17.97-16.78-40.38-27.204-67.374-28.187-1.928-.07-3.87-.095-5.844-.063zm-6.875 54.156c1.282-.03 2.564-.024 3.843 0 26.317.48 51.695 12.228 69.314 35.437A9 9 0 1 1 325 147.657c-25.65-33.79-69.065-37.748-104.344-12.437-18.275 13.11-34.26 34.452-43.312 64.343 12.93-13.697 27.912-27.055 44.5-35.532 9.905-5.06 20.616-8.356 31.656-8.405 3.68-.016 7.393.332 11.125 1.094 14.928 3.046 29.34 12.706 42.188 29.686a9.003 9.003 0 1 1-14.375 10.844c-10.987-14.52-21.443-20.872-31.407-22.906-9.962-2.034-20.222.21-31 5.72-21.54 11.006-43.38 35.2-59.5 54.686-1.83 18.726-1.345 39.794 2.126 63.25 12.828.502 23.317 3.768 30.97 9.72 9.264 7.204 13.86 17.8 14.53 28.25 1.343 20.897-10.62 42.6-30.625 51.06a9.01 9.01 0 0 1-7.03-16.592c11.446-4.842 20.493-20.77 19.688-33.313-.403-6.27-2.644-11.314-7.625-15.188-4.982-3.873-13.416-6.82-27.22-6.062a9 9 0 0 1-9.374-7.47c-16.06-93.725 12.22-157.702 54.186-187.81 17.214-12.35 36.787-18.802 56.03-19.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-hunting-horn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M239.156 37.75c-10.482 0-18.78 8.3-18.78 18.78 0 10.483 8.298 18.75 18.78 18.75 10.482 0 18.78-8.267 18.78-18.75.002-10.48-8.298-18.78-18.78-18.78zm30.78 40.03c-3.68 5.29-8.692 9.602-14.53 12.44l68.875 128.155 11.44-18.188L269.936 77.78zm-61.342.282l-86.656 161.25 16.468 8.875 84.78-157.843c-5.847-2.782-10.873-7.042-14.592-12.28zM45.188 160.406l-24.97 3.313 3.563 45.186 29.845-3.25-8.438-45.25zm317.968 32.125l-35.03 52.814L442.75 364.75l54.875-32.156-134.47-140.063zM53.376 224.5l-17.22 1.875c2.953 19.654 8.28 38.592 15.657 56.47l31.593-29.72c-11.057-8.548-21.156-18.13-30.03-28.625zM109.78 254l-60.624 57 13.875 23.72 72.814-66.69L109.78 254zm215.845 14.625c-57.23 35.417-124.366 37.77-181.72 17.375l-58.843 53.844c41.063 52.304 103.08 86.312 172.938 86.312 65.384.002 123.118-19.914 161.875-59.406l-10.47-10.906c-15.392 12.397-35.67 22.09-54.75 25.375 11.426-8.788 24.36-20.352 35.064-31.876-32.882 22.27-73.838 35.722-101.283 32.344 31.562-8.1 70.43-32.47 90.407-57.657l-24.375-25.374c-18.687 9.08-42.456 13.885-63.033 12 15.763-6.55 34.606-16.258 49.25-26.344l-15.062-15.687z" fill="#fff"/></svg>
<svg class="tc-image-originals-hydra tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M345.594 20.28c-11.443.087-23.37 1.194-36.094 3.845 33.485 7.004 54.532 21.844 65.844 39.22-15.476-2.647-30.64-4.472-45.47-5.532L311 40.374l-19.28 16.438c-7.537.167-14.98.55-22.314 1.156L239.97 41.78l-14.907 22.814c-8.1 1.775-16.05 3.846-23.844 6.22l-29.47-14.97-11.313 30.75c-8.783 4.197-17.31 8.868-25.593 13.937l-32.688-5.31-.47 29.03c-6.313 5.248-12.44 10.808-18.374 16.656H48l3.563 36.656c-4.38 5.908-8.603 12.045-12.688 18.375L18.47 192.25v39.5c-.012.02-.022.042-.032.063V493.28h18.5c23.523-92.965 94.565-130.4 168.968-85.25 42.127 25.566 93.783 62.296 149.063 41.158-.9 7.955-3.276 15.623-6.908 22.562l95.344 19.188c2.99-7.75 5.584-15.712 7.625-23.563-3.557 2.29-10.352 4.79-19.78 3.313-41.302-6.47-33.15-54.034-.53-58.407 10.915-1.456 21.15 3.22 27.56 11.25l18.283-38.874c-68.1 6.078-129.61-30.834-197.47-16.687 35.468 7.415 56.983 23.64 67.75 42.342-7.332.564-14.425.598-21.28.157l-10.813-10.25-13.625 6.436c-5.98-1.52-11.737-3.448-17.313-5.75l-7.718-15.47-10.906 5.97c-7.152-4.38-13.924-9.414-20.344-15.062l-1.813-26.75-19.436 5.03c-7.508-7.63-15.15-13.68-22.875-18.343l-1.282-19.75-23.875 9.408c-11.712-2.7-23.455-2.622-35.063-.25 44.223-90.392 134.06-92.4 180.813-64.563-5.227 5.68-11.388 10.355-18.125 13.78l66.562 70.908c6.928-4.58 13.63-9.564 19.844-14.782-4.228-.204-14.15-5.01-17.47-8.06-34.53-31.74 7.1-63.854 32.876-48.626 9.484 5.603 15.366 14.898 15.938 25.156l34.75-23.875c-59.015-34.522-85.098-97.445-148.594-125.25 23.092 24.968 31.707 49.115 30.97 69.75-8.93-6.752-18.606-12.1-28.845-16.188l-13.845-21.25-18.188 12.75c-5.18-.755-10.455-1.246-15.78-1.5l-19.094-18.093-15.25 19.687c-7.918 1.068-15.884 2.592-23.844 4.564l-15.75-13-9.75 20.812c-6.988 2.552-13.936 5.42-20.782 8.594l-23.594-8.28-8.625 25.874c-12.263 7.768-23.966 16.49-34.876 26.062C124.307 122.443 296.518 88.99 384.938 108.562c-1.12 6.798-3.333 13.35-6.47 19.344l95.344 19.188c2.99-7.75 5.585-15.71 7.625-23.563-3.558 2.29-7.502 5.33-11.968 4.72-46.308-6.31-43.81-54.725-8.345-59.813 10.903-1.57 21.15 3.193 27.563 11.22 1-10.184 1.808-35.654 2.187-45.907-55.332 4.938-95.695-13.84-145.28-13.47z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-hydra-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M25.438 20.063c-6.856-.07-11.186 7.654-3.063 15.78l315.53 346.688c-4.782 6.952-10.63 12.444-16.5 16.783l81.69 94.875c11.577-6.95 22.384-14.636 32.592-22.907-6.568.54-13.36-.86-19.5-4.405-16.038-9.26-21.54-29.743-12.28-45.78 6.076-10.526 16.99-16.53 28.312-16.783 5.93-.132 11.986 1.317 17.5 4.5 12.5 7.218 18.583 21.275 16.28 34.72 11.174-11.344 21.762-23.25 32.03-35.47l-189.874-160.28c18.826 26.837 29.97 49.297 35.688 68.124L34.063 24.156c-2.86-2.858-5.943-4.067-8.626-4.093zm60.843 1.312c-10.29.46-13.115 12.897.44 16.53l254.468 98.876c-.642 8.503-3 16.25-5.938 23l118.156 41.314c6.554-11.81 12.07-23.886 16.78-36.156-5.424 3.762-11.995 5.968-19.092 5.968-18.52 0-33.53-15.01-33.53-33.53-.002-18.52 15.01-33.532 33.53-33.532 14.444 0 26.773 9.132 31.5 21.937 4.012-15.413 7.215-31.028 10-46.75L248 35.157c30.608 14.242 51.855 28.52 66.25 42.344L90.97 21.937c-1.303-.348-2.508-.527-3.657-.562-.348-.01-.7-.015-1.032 0zM367.595 77.25l49.125 10.28L401.186 108l-33.593-30.75zm-344.75.094c-4.748.095-8.76 4.893-6.157 13.5l53.75 268.937c-8.64 5.273-17.805 7.86-26.25 9.095l27.22 122.22C84.91 490.43 98.08 488.76 111 486.28c-6.06-2.62-11.41-7.057-15.156-13.092-9.77-15.734-4.953-36.388 10.78-46.157 5.41-3.357 11.412-5.004 17.345-5.06 11.324-.11 22.432 5.517 28.843 15.842 7.63 12.293 6.337 27.606-2.094 38.375 15.226-4.732 30.186-10.284 45.03-16.218l-91.72-230.94c3.786 31.363 3.21 55.78-.28 74.782L32.5 86.063c-1.82-6.018-5.963-8.793-9.656-8.718zm360.312 263.969l37.406 33.5-23.656 9.937-13.75-43.438zm-259.625 6.875l15.657 47.718-24.218-2.156 8.56-45.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-hypersonic-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M13.03 14.156V60.47l119.782 144c10.884-12.14 22.31-24.247 34.282-36.22 11.13-11.13 22.32-21.773 33.53-31.938L54.065 14.156H13.03zm432.533 5.97c-2.307.043-4.7.183-7.188.405-19.907 1.777-44.893 9.52-72.656 22.782-45.372 21.676-98.133 57.952-150.564 105.126l-.03-.032c-.96.864-1.918 1.754-2.876 2.625-1.927 1.75-3.856 3.504-5.78 5.282-.034.03-.063.064-.095.094-2.795 2.583-5.585 5.17-8.375 7.813-.107.1-.205.21-.313.31-2.9 2.75-5.796 5.562-8.687 8.376-2.902 2.825-5.797 5.674-8.688 8.563-.078.077-.17.14-.25.218l-.812.812C116.164 245.746 68.015 312.14 41.5 367.53c-13.316 27.82-21.125 52.866-22.938 72.814-1.812 19.948 2.15 34.025 10.97 42.844 8.818 8.818 22.895 12.78 42.843 10.968 19.948-1.812 44.995-9.59 72.813-22.906 36.475-17.46 77.708-44.312 119.687-78.625l-13-15.625c-76.125 63.634-142.623 97.127-161.97 77.78-21.25-21.25 21.226-99.45 97.407-184.75l.344.408c12.673-14.077 26.176-28.306 40.438-42.563 12.84-12.838 25.715-25.043 38.47-36.594l-.408-.343c86.176-77.464 165.56-120.875 187-99.437 19.556 19.554-14.89 87.342-79.875 164.5l15.658 13.03c35.244-42.798 62.73-84.904 80.468-122.03 13.264-27.763 21.037-52.75 22.813-72.656 1.775-19.907-2.235-33.953-11.064-42.78-7.725-7.726-19.446-11.746-35.594-11.44zM281.03 203.343c-13.175 11.87-26.468 24.473-39.75 37.75-14.714 14.71-28.594 29.393-41.56 43.875l66.436 79.874c-.017.014-.045.016-.062.03l13.125 15.75.03-.03 46.03 55.344c-25.77 6.714-52.722 5.31-77.03-7.657 4.94 6.544 9.707 13.083 15.72 19.095 58.928 58.93 146.78 66.75 196.092 17.438 49.314-49.314 41.523-137.165-17.406-196.094-3.683-3.685-6.796-7.407-10.687-10.69-2.463-2.075-5.342-3.71-7.876-5.624 14.742 25.24 16.597 52.502 9.625 78.22L281.03 203.343z" fill="#fff"/></svg>
<svg class="tc-image-originals-hypersonic-melon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M244.393 21.71c70.753 227.078 24.39 255.256-145.288 70.667 156.26 211.317 138.91 236.826-81.835 168.78 214.48 98.327 221.15 141.145 7.117 174.622 153.197-4.492 206.012 2.427 252.03 13.958-11.106-18.2-24.713-62.328-31.007-84.205-26.17-90.946 26.588-148.03 123.346-121.476 25.575 7.02 64.28 25.216 84.375 39.295-8.897-41.512-14.905-88.61-17.196-260.473-32.59 227.458-93.39 223.505-191.54-1.17zM359.535 287.83c-19.69.214-38.302 7.122-52.213 21.033-31.798 31.8-27.006 88.142 10.698 125.845 14.87 14.87 32.64 24.598 50.658 29.004-1.573.255-3.155.485-4.752.675-25.398 3.016-49.814-2.738-70.028-15.207 21.832 34.076 61.802 54.41 104.664 49.318 59.76-7.098 102.735-60.99 95.635-120.752-4.098-34.5-23.785-63.52-51.304-80.36 8.688 13.488 14.65 29.253 16.67 46.25.777 6.546.952 13.02.572 19.374-5.05-15.512-14.085-30.57-26.967-43.45-21.21-21.21-48.315-32.004-73.633-31.73z"/></svg>
<svg class="tc-image-originals-hypodermic-test tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M429.125 19.313l-103.22 117.812-29.5-25.938-7-6.156-6.155 7-157.125 177.845c-1.513-12.86-7.577-25.217-18.03-34.375-11.208-9.816-25.404-14.166-39.25-13.25-13.85.916-27.342 7.106-37.157 18.313-19.632 22.413-17.35 56.773 5.062 76.406 20.25 17.736 50.262 17.596 70.344.874l18.28 16.062L63.19 424.5 27.28 393.094c-43.194 49.26 52.96 137.527 98.19 85.937l-35.72-31.25 62.094-70.624 15.656 13.75c-13.85 22.104-10.03 51.822 10.188 69.53 22.412 19.634 56.774 17.353 76.406-5.06 19.63-22.415 17.35-56.775-5.063-76.407-9.838-8.62-21.997-13.02-34.186-13.345l155.97-176.594 6.186-7.03-7.03-6.156-30-26.375L443.155 31.624l-14.03-12.313zM448 59.374c0 68.735-44.594 97.895-44.594 138.656 0 24.618 19.98 44.564 44.594 44.564 24.615 0 44.594-19.946 44.594-44.563 0-44-44.594-67.328-44.594-138.655zM196.656 238.28l59.594 52.19-14.28 16.155-59.595-52.188 14.28-16.156zM71.75 260.72c8.49-.152 17.087 2.76 24.03 8.842 14.816 12.978 16.29 35.216 3.314 50.032-12.977 14.816-35.216 16.29-50.03 3.312-14.817-12.977-16.29-35.215-3.314-50.03 6.49-7.41 15.277-11.497 24.313-12.095.564-.036 1.12-.05 1.687-.06zm99.97 5.78l17.31 15.188-1.968 2.218-49.312 55.97-17.375-15.25L171.72 266.5zm43.718 38.313l15.875 13.906-51.407 58.186-15.72-13.812 51.25-58.28zm-2.75 79.375c8.49-.155 17.086 2.73 24.03 8.812 14.816 12.977 16.29 35.246 3.313 50.063-12.976 14.816-35.215 16.29-50.03 3.312-12.956-11.35-15.692-29.794-7.5-44.156.005-.01-.005-.025 0-.033l5.25-5.906 4.594-5.186c5.547-4.108 12.037-6.406 18.656-6.844.565-.037 1.12-.052 1.688-.063z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-i-beam tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M39.557 19L323.44 273h149.003L188.56 19H39.558zM25 30.13v25.847L311 311.87V286.024L25 30.13zm64 107.263v34.584L375 427.87v-84.843l-64-13.002L89 137.393zM77.555 185.89l-42.9 10.723 287.79 257.498 42.9-10.723L77.556 185.89zM25 212.13v23.847L311 491.87v-23.847L25 212.13zM329 291v21.973l64 16v126.054l-64 16V493h158v-21.973l-64-16V328.973l64-16V291H329zm112 135.865v14.108l21.88 5.47L441 426.865z"/></svg>
<svg class="tc-image-originals-ice-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.094 18.125v43.53l76.156 9.407-29.97-52.937H18.095zm117.437 0l57 34.125-13.186-34.125H135.53zm121.22.156l-19.938 7.314 60.344 61.468-19.844-52.218L256.75 18.28zM114.812 35.188l18.97 59.157 58.155 25.625.22 63.56 36.75-8.28-33.5-92.938-80.595-47.124zm94.47 7.126l48.843 138.656 3.625-61.626 29.53-3.78-82-73.25zm118.655 6.562l-8.406 23.344 60.345 61.468L350.5 51.906l-22.563-3.03zm-285.5 42.75l54.657 47.5 4.094-44.875-58.75-2.625zm353.97 2.938l9.937 67.187-27.97 54.625 31.626-30 18.563-46.28-32.157-45.532zM18.093 106.78v67.5l21.843 11.97 62.657.28-84.5-79.75zm314.656 18.19l-6.594 6.624-40.78 40.75 13.218 13.22 24.812-24.814v28.22l-12.625 12.624 12.626 52.97v2.217l-31.094 17.94-2-1.158-39.5-37.343-17.218 4.593-24.438-14.094 33.875-9.064-4.843-18.062L182.53 214.5l-9.03 2.438 2.406 9.03 14.938 55.657 18.03-4.844-9.093-33.874 24.44 14.125 4.624 17.22 52.125 15.53 1.842 1.064v36.062l-1.843 1.063-52.126 15.53-4.625 17.22-24.44 14.124 9.095-33.875-18.063-4.845-14.906 55.688-2.406 9 9.03 2.437 55.657 14.906 4.844-18.062-33.874-9.063 24.438-14.124 17.22 4.625 39.56-37.405 1.845-1.063 31.186 18v2.125l-12.625 52.97 12.626 12.624V457l-24.812-24.813-13.22 13.22 40.782 40.75 6.594 6.624 6.594-6.624 40.78-40.75-13.218-13.22-24.812 24.814v-28.22l12.625-12.624-12.626-52.97v-2.28l31.03-17.937 2 1.155 39.563 37.406 17.22-4.624 24.437 14.125-33.875 9.064 4.842 18.062L483 403.25l9-2.438-2.406-9-14.906-55.687-18.063 4.844 9.094 33.874-24.44-14.125-4.624-17.22-52.125-15.53-2.155-1.25v-35.69l2.156-1.25 52.126-15.53 4.625-17.22 24.44-14.124-9.095 33.875 18.063 4.845 14.906-55.656 2.406-9.032-9-2.438-55.688-14.906-4.843 18.062 33.874 9.063-24.438 14.093-17.22-4.594-39.498 37.343-2.157 1.25-30.936-17.875v-2.375l12.625-52.97-12.626-12.624v-28.22l24.812 24.813 13.22-13.22-40.782-40.75-6.594-6.624zm-203.47 1.124l-17.56 35.156 46.843 33.97 14.062-53.876-43.344-15.25zm-66.874 76.25l56.657 85.844 40.562 13.218-14.72-80.5-14.624-14.625-18.31 15.814-49.564-19.75zm-23.468 28.594l-7.688 27.5 35.094 18.625 1.344-27.875-28.75-18.25zm293.656 42.093l31.094 17.94v35.874l-31.094 17.97-31.094-17.97V290.97l31.094-17.94zM93.5 304.47l31.906 56.905 32.78 7.28 11.44-39.405L93.5 304.47zm-25.75 53.624l16.094 46.72 66.72-8.127-82.814-38.593zm78.375 66.97L117 453.717l95.844-20.533-66.72-8.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-ice-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M102.594 25.25c-.672 0-1.33.013-2 .03-16.057.432-31.337 6.06-44.03 15.126-33.852 24.18-50.126 74.626-18.408 117.75C63.13 192.11 52.25 236.92 26.406 261.97l13 13.436c31.974-30.99 44.87-86.05 13.782-128.312-25.944-35.273-12.25-72.562 14.218-91.47C80.64 46.172 96.88 41.747 113.22 44.97c15.68 3.092 31.976 13.18 46.405 34.655l-59.22 34.28 24.126 41.907c-49.46 63.358-58.506 153.024-15.905 227.032 55.97 97.235 179.88 130.596 276.75 74.5 96.87-56.096 130.033-180.39 74.063-277.625-37.606-65.33-105.866-101.82-176-101.72-9.166.013-18.365.66-27.532 1.938l-24.22-42.063-55.842 32.344c-16.773-25.376-37.755-39.373-59-43.564-4.776-.942-9.55-1.403-14.25-1.406zM285.78 137.5l56.783 32.78-28.063 48.564c5.73 2.402 11.203 5.505 16.22 9.312l28.03-48.53 56.688 32.718v65.53h-55.97c.807 6.256.804 12.516.032 18.688h55.938v65.5l-56.72 32.75-27.874-48.312c-2.508 1.91-5.135 3.694-7.938 5.313-2.683 1.548-5.438 2.88-8.22 4.062l27.877 48.28-56.782 32.783-56.686-32.75L256.906 356c-5.728-2.398-11.172-5.51-16.187-9.313l-27.814 48.157-56.78-32.78V296.56h55.718c-.773-6.25-.707-12.525.094-18.687h-55.813v-65.53l56.75-32.75 28 48.436c2.408-1.812 4.948-3.516 7.625-5.06 2.805-1.62 5.683-3.003 8.594-4.22l-28-48.53 56.687-32.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-ice-cream-cone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25c-27.517 0-50.167 19.982-54.314 46.293C203.77 71.113 205.87 71 208 71c18.356 0 35.153 6.846 48 18.1C268.85 77.848 285.645 71 304 71c2.13 0 4.23.113 6.314.293C306.167 44.983 283.517 25 256 25zm-48 64c-30.482 0-55 24.518-55 55 0 15.277 6.16 29.055 16.14 39h73.225C235.183 171.704 231 158.33 231 144c0-15.433 4.844-29.762 13.07-41.574C234.428 94.06 221.833 89 208 89zm96 0c-30.482 0-55 24.518-55 55 0 15.277 6.16 29.055 16.14 39h77.72c9.98-9.945 16.14-23.723 16.14-39 0-30.482-24.518-55-55-55zm-92.912 112L256 217.332 300.912 201h-89.824zm-37.315 5.586l10.995 36.648 44.894-16.324-55.89-20.324zm164.454 0l-55.89 20.322 44.895 16.326 10.995-36.648zM256 236.486l-55.96 20.35 55.96 24.87 55.96-24.87-55.96-20.35zm-62.055 37.338l9.387 31.29 30.508-13.56-39.895-17.73zm124.11 0l-39.895 17.73 30.508 13.56 9.387-31.29zM256 301.404l-42.916 19.075L256 341.936l42.916-21.458L256 301.403zm-41.863 39.727l5.67 18.903L235.873 352l-21.736-10.87zm83.726 0L276.127 352l16.066 8.033 5.67-18.902zM256 362.064l-30.943 15.472 4.564 15.213 26.38 13.19 26.38-13.19 4.563-15.213L256 362.062zm0 64l-14.248 7.123L256 480.678l14.248-47.492L256 426.063z"/></svg>
<svg class="tc-image-originals-ice-cube tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M238.406 26.844c-9.653.12-18.926 2.69-30.437 7.062l-157.282 57c-20.984 7.65-21.587 11.834-22.344 33.28L20.937 358.22c-1.207 27.514-.654 33.187 23.25 43.56L229.97 483.19c19.34 8.29 31.906 7.655 45.186 3.218l181.938-56.53c21.95-7.295 25.04-9.627 25.875-36.845l7.686-250.155c.662-17.37-5.667-24.695-18.78-29.625L271.062 34.375c-12.977-5.344-23.003-7.653-32.657-7.53zm.813 24.875c23.637-.053 45.564 8.434 87.874 24.874 95.545 37.123 131.71 53.8 69.687 77.937-74.002 28.802-128.175 45.115-172.28 25.814L113.47 131.75c-34.57-15.127-44.69-27.46 17.843-50.094 55.64-20.14 82.742-29.882 107.906-29.937zm44.718 43.75c-38.284.402-55.285 21.205-56.813 38.936-.873 10.132 2.95 19.6 12.406 26.25 9.456 6.65 25.355 10.56 48.97 5.938 35.817-7.01 61.536-15.056 77.5-22.844 7.982-3.894 13.464-7.737 16.5-10.844 3.036-3.107 3.453-4.942 3.438-6-.016-1.057-.44-2.675-3.313-5.406-2.873-2.73-8.03-6.04-15.22-9.156-14.378-6.233-36.757-11.877-65.717-15.72-6.355-.842-12.28-1.213-17.75-1.155zM59.25 134c10.372-.29 29.217 7.2 63.906 22.656 140.925 62.786 140.52 65.876 130.97 200.656-7.783 109.81-8.797 109.85-128.47 59.282-73.15-30.91-86.806-40.853-85.187-88.97l5.468-162.937c.674-20.034 1.557-30.358 13.312-30.687zm381.938 30.906c29.172-.384 29.1 28.075 26.75 105.25-4.118 135.132-9.05 140.184-120.375 173.72-70.42 21.21-81.49 25.614-78.97-12.032l11-164.156c3.217-48.034 7.588-51.508 94.813-83.907 31.323-11.633 52.534-18.686 66.78-18.874zm-20.438 40.688c-.332-.002-.674.015-1 .03-5.22.263-10.226 2.77-14.188 8.407-3.96 5.638-6.81 14.71-5.687 27.907 1.448 17.033-4.507 38.11-15.156 56.938-10.65 18.827-26.502 35.91-47.814 38.813-29.127 3.968-42.41 23.58-43.5 42.062-.545 9.24 2.108 18.03 7.688 24.594s14.088 11.335 27.187 12.03c41.146 2.185 71.336-10.766 91.595-39.155 20.26-28.39 30.396-73.76 25.875-136.595-1.876-26.076-14.708-34.977-25-35.03zm-246.25 8.844c-.644 0-1.218.063-1.72.187-2.003.494-3.685 1.53-5.655 4.813-1.913 3.186-3.688 8.618-4.406 16.343l-.064.657c-1.388 16.732-8.098 28.602-17.844 35.063-9.745 6.46-20.794 7.808-31.125 9.094-10.33 1.286-20.177 2.39-28.156 5.75-7.977 3.36-14.36 8.38-19.468 19.78-7.2 16.076-7.143 28.027-3.124 38.563 4.018 10.537 12.688 20.106 24.687 28.75 23.998 17.29 60.27 29.956 88.906 41.844 11.386 4.727 20.496 6.484 27.282 6.126 6.787-.358 11.278-2.423 15.375-6.562 8.195-8.28 14.057-27.692 15-57.344 2.024-63.623-18.84-110.284-38.656-130.875-8.668-9.008-16.52-12.193-21.03-12.188zm184.22 6.812c-.95-.003-1.927.035-2.97.094-35.464 1.99-48.477 12.867-52.5 24.062-4.023 11.196.826 27.07 10.844 39.78 11.488 14.58 20.59 15.736 30.437 12.283 9.848-3.455 20.542-14.108 27.376-26.908s9.512-27.397 7.188-36.28c-1.163-4.443-3.144-7.422-6.47-9.626-2.908-1.928-7.274-3.388-13.905-3.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-ice-pop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 16.5c-18.8 0-37.597 3.918-50.766 10.94C192.066 34.465 185 43.25 185 55.5v239.582c0 5.285 2.807 11.398 7.406 16.014 4.6 4.616 10.67 7.404 15.836 7.404h95.516c5.165 0 11.246-2.793 15.847-7.395 4.602-4.6 7.395-10.682 7.395-15.847V55.5c0-12.25-7.066-21.036-20.234-28.06C293.598 20.42 274.8 16.5 256 16.5zm-24 320v135c0 32 48 32 48 0v-135h-48z"/></svg>
<svg class="tc-image-originals-ice-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.303 23.195C191.17 23.188 122.745 33.57 54.896 54.732l-6.12 2.825-.303 6.52c0 95.313 9.696 178.568 40.297 249.96 30.6 71.392 82.32 130.185 165.277 174.62l4.672 2.337 4.087-2.336C343.87 445.236 396.29 386.753 427.5 315.205c31.21-71.547 41.465-155.484 41.465-251.13V57.07l-6.424-2.336c-67.16-21.138-135.104-31.53-203.237-31.537zm0 18.69c63.658.006 127.43 10.16 190.388 29.2-.554 91.083-10.827 170.314-39.71 236.528-29.03 66.545-76.342 120.412-151.26 161.772-77.04-42.382-124.524-95.885-153.015-162.356-28.282-65.985-37.458-145.078-37.96-235.944 63.81-19.192 127.7-29.208 191.558-29.2zm2.385 38.52l-55.875 32.44 30.125 52.218c-5.717 2.35-11.042 5.44-15.844 9.187l-30.125-52.188-55.782 32.376v63.812h60.53c-.418 3.04-.655 6.156-.655 9.313 0 3.177.232 6.305.656 9.375h-60.532V301.5l55.718 32.344 30.313-52.5c4.787 3.774 10.088 6.905 15.78 9.28l-30.25 52.438 55.938 32.47 55.906-32.376-30.344-52.53c5.696-2.38 10.99-5.534 15.78-9.313L333.44 334l55.25-32v-65.063H328.5c.424-3.07.656-6.197.656-9.375 0-3.156-.237-6.27-.656-9.312h60.188v-64.344l-55.313-32-30.22 52.375c-4.803-3.75-10.123-6.864-15.842-9.218l30.218-52.343-55.842-32.314zm-.094 97.97c27.22 0 49.22 21.964 49.22 49.188-.002 27.224-21.996 49.187-49.22 49.187s-49.188-21.966-49.188-49.188c0-27.22 21.967-49.187 49.188-49.187z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-ice-spear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M22.063 20.72v44.03L96.22 98.03l-4.657 29.22 44.968 46.72-26.28 64.81 168.78 55.5v.564l-41.467 12.28 32.687 74.75-40.28-37.374-32.72-4.094-54.875-37.97 39.125 61.908 43.78-.563 52.564 47.876 33.312-7 186.28 94.594-42.623-87-29.188-127.906-38.563-37.375-9.343-48.47-34.44-32.72 12.25 74.19 56.064 63.06-11.094 39.126L386.344 301l-35.5-15.25-26.063 18.625 54.095 32.53-84.094-21.592 18.126-38.563-62.812-47.656-23.406-144.47-48.125-15.186 9.937 65.406 28.03 3.937-44.968 35.5-21.03-110.124-48.47-11.094-7.468-32.343h-72.53zm95.656 0l5.624 13.155 68.97 18.97-32.75-32.126h-41.845zm75.5 0l32.53 37.093-.813-37.094H193.22zm67.655 2.624l-15 38.5 6.72 33.562 23.25-33.562-14.97-38.5zm107.688 2.03L332.03 33.22l14.314 36.81 22.22-44.655zm-3.875 56.532l-7.47 36.188L388.126 112l-23.438-30.094zm-342.625 6.25v41.406L85 115.438l-62.938-27.28zm251.343 9.75l.125 33.813 56.94 54.593-23.22-83.22-33.844-5.187zm-202.03 38.438l-37.97 12.625 74.625 26.686-36.655-39.312zm197.5 19.344l9.53 68.062 56.406 40.656-5.156-53.437-60.78-55.282zm-245 7.75L89.75 235.28l12.344-40.686-78.22-31.156zm8.5 54.218l-11.688 39.72 41.374-14.126-29.687-25.594zM70.75 253.78l-17.094 28.25 32.063 13.94 69.686-25.19-84.656-17zm132.594 32.845l-52.438 1.25 51.125 36.344 24.032-2.47-22.718-35.125zM47.688 300.22l-19.626 28.374 37.22 1.812-17.594-30.187zm52.468 25.53l20.313 30.875 17.56-26.156-37.874-4.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-iceberg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M304.28 29.19l-12.523 80.56 8.06 55.25h165.347l-8.61-97.642-35.503 19.42 5.786 51.58L411.94 83.1l-38.042-40.565zM121 43.144v84.408h28.246c-5.08-29.13-12.29-58.546-28.246-84.407zm135.28 58.695l-16 61.808-.243 1.354h53.313l-12.674-45.357zM61.362 145.55l8.7 21.45h85.648l17.4-21.45zM18 183v18h476v-18zm212.39 36l-6.11 34.19 7.308 39.683-39.31 64.613 16 71.705 32-16 14.656-22.713 3.584-13.707-7.264-53.698 24.447 49.52-3.528 51.95 16.107 36.65L336 489.68l19.69-31.145 4.47-41.22 13.32 54.576 37.813-9.452-6.934-167.79 14.988 99.475 28.93-28.932 23.507-144-.258-2.19h-73.912l1.44 6.71-23.49 101.577 7.693-96.355L372.252 219zm50.807 10.096l23.34 17.877 4.967 17.382-9.436 44.2-5.463-49.662z"/></svg>
<svg class="tc-image-originals-icebergs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.406 17.656c-132.32 0-239.78 107.462-239.78 239.78 0 132.32 107.46 239.783 239.78 239.783 39.422 0 76.644-9.546 109.47-26.44 34.317-14.445 59.8-37.046 78.062-64 .03-.042.064-.08.093-.124 32.635-40.965 52.158-92.835 52.158-149.22 0-132.318-107.462-239.78-239.782-239.78zm0 17.875c79.25 0 148.696 41.435 187.938 103.845l-48.97 39.5-12.093-38.688-1.342-4.343-4.282-1.625-56.062-21.032-9.72-3.626-2.624 10.032-18.875 72.75-46.938-79.813-6-10.186-8.53 8.187-53.313 51.25-27.438-24.593-4.22-3.78-5.28 2-56.062 21-3.938 1.468-1.5 3.906-42.25 108.782c-.252-4.34-.406-8.72-.406-13.125 0-122.653 99.253-221.906 221.906-221.906zm-21.094 100.095l46.063 78.313-79.47 142.03 33.407-220.343zm130.97 14.28l.53.19 15.72 50.31 38.562 155.376-16.938 60.75-36.78-24.53 15.155-61.906-13.467-9.344L383.03 253l-18.31-3.78-12.345 60L337 298.56l29.28-148.656zm-224.594 6.564l27.875 25 3.03 2.718-13.718 44.28-30.97 9.345 16.94 36.812-12.25 39.125-25.72-57.25 34.813-100.03zm323.718 26.25c8.33 23.34 12.875 48.494 12.875 74.718 0 24.476-3.98 48.023-11.28 70.03l-24.875-75.624L454.375 232l-2.344-25.125 13.376-24.156zM56.812 354.593l136.813 12.156-20 42.594 121.97 36.844 54.342-39.125 42.688 25.593c-37.584 29.247-84.843 46.656-136.22 46.656-2.23 0-4.44-.028-6.655-.093l30.03-21.626-113.624 2.625c-47.723-21.237-86.527-58.794-109.344-105.626z" fill="#fff"/></svg>
<svg class="tc-image-originals-icicles-fence tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M310.395 18.275l.582 30.954 61.322 113.3-4.09-128.485-8.763-15.77h-49.052zm134.71 2.47l-40.814 171.74c-16.327 2.13-32.17 5.827-47.372 10.94L235.45 74.834l49.745 166.524c-14.27 10.795-27.37 23.062-39.056 36.585L77.19 227.48l126.46 119.456c-6.737 16.35-11.818 33.546-15 51.392l-169.625 40.31L202.3 482.196l183.095-43.513-153.565-36.495c2.488-12.733 6.122-25.05 10.8-36.837l152.005 45.406-113.684-107.39c8.694-9.737 18.285-18.652 28.648-26.618L418.664 392.21l-44.53-149.077c11.256-3.536 22.927-6.144 34.923-7.742l36.03 151.616 43.53-183.166-43.512-183.094zM66.043 66.913l67.238 109.156 109.19 67.258-67.238-109.158-109.19-67.256zm-47.658 234.62v47.882l19.27 10.512 128.486 3.506-112.714-60.74-35.04-1.16z"/></svg>
<svg class="tc-image-originals-idea tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.016 17.172c-103.018 0-188.532 105.858-188.532 238.812 0 55.877 15.122 106.973 40.282 147.438 96.796 34.218 203.558 38.207 295.187 2.062 25.932-40.785 41.563-92.667 41.563-149.5 0-132.953-85.483-238.81-188.498-238.812zm1.752 18.75c80.747 0 146.03 65.252 146.03 146s-65.283 146.03-146.03 146.03c-80.75 0-146-65.282-146-146.03s65.25-146 146-146zm.484 25.562c-42.402 0-76.92 28.05-76.92 70.264 0 23.897 8.254 35.09 17.447 49.672 6.13 9.725 12.446 20.9 15.988 36.953h86.46c3.524-16.437 9.903-27.82 16.086-37.64 9.207-14.622 17.448-25.615 17.448-48.983 0-42.242-34.107-70.264-76.51-70.264zm-40.87 176.555v30.368h81.33v-30.37zm11.18 48.976v18h58.97v-18zm-57.36 47.218c18.365 0 33.157 14.84 33.157 33.5s-14.793 33.532-33.157 33.532c-18.364 0-33.125-14.872-33.125-33.532 0-18.66 14.76-33.5 33.123-33.5zm165.292.307c18.26 0 33.06 14.803 33.06 33.062 0 18.26-14.8 33.062-33.06 33.062s-33.06-14.803-33.06-33.062c0-18.26 14.8-33.06 33.06-33.06zm-208.447 96.694c11.517 13.484 24.36 25.148 38.22 34.688l-7.095-26.375c-10.68-2.355-21.077-5.124-31.125-8.313zm254.594 1.532a361.784 361.784 0 0 1-27.406 7.062l-6.437 23.97c12.174-8.753 23.526-19.176 33.844-31.03zm-203.03 10.75l9.593 35.78c11.34 5.466 23.184 9.572 35.406 12.188l-5.063-43.125c-13.51-1.05-26.868-2.657-39.936-4.844zm155.22.216l-.002.002a450.38 450.38 0 0 1-30.935 3.97l-4.815 40.812c9.134-2.722 18.01-6.314 26.596-10.66zm-49.91 5.346c-16.24.828-31.392.948-46.467.375l5.313 44.846c4.052.332 8.135.528 12.25.528a149.5 149.5 0 0 0 23.718-1.904z"/></svg>
<svg class="tc-image-originals-ifrit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.25 19.28c-13.905 0-26.786 7.33-36.688 20.345-9.9 13.015-16.343 31.59-16.343 52.313 0 20.72 6.44 39.297 16.343 52.312 9.9 13.015 22.782 20.344 36.687 20.344 13.905 0 26.755-7.33 36.656-20.344 9.9-13.015 16.375-31.59 16.375-52.313 0-20.72-6.473-39.297-16.374-52.312-9.9-13.015-22.75-20.344-36.656-20.344zM458 62.688c-12.144.097-24.223 6.945-28.5 22.094l-22.844 58.876-84.812-28.625-1.72 2.564c-3.273 14.37-9.258 27.34-17.343 37.97-12.673 16.66-30.986 27.717-51.53 27.717s-38.888-11.057-51.563-27.718c-8.236-10.827-14.277-24.087-17.5-38.78l-1.156-1.75-84.843 28.624L73.344 84.78c-4.442-15.73-17.307-22.494-29.906-22.06-17.266.59-34.024 14.718-27.938 37.81l40.094 112.657 108.437-27.593c55.63 82.465 57.87 164.886 18.782 247.28-.897-59.192-32.693-109.31-12.093-143.562-56.293 56.476-5.773 107.04-66.75 171.282 2.864-26.386-1.006-52.772-9.907-79.156 3.018 38.405 4.197 76.575-64.97 106.312h121.72c-.03.043-.065.082-.094.125h204.25c-.025-.04-.04-.085-.064-.125h126.5c-78.297-44.57-24.935-76.987-71.062-113.813 14.31 18.935-6.456 46.304-8.563 78.657-57.428-47.286-55.368-102.286-51.342-157.53-16.372 52.345-22.614 104.683-14.97 157.03-43.72-88.616-51.953-177.227 6-265.844l105.813 26.938 40.095-112.657c6.25-23.716-11.626-37.983-29.375-37.843zM213.156 95H244v18.688h-30.844V95zm45.03 0h30.845v18.688H258.19V95zm145.72 214.78c-37.668 6.744-45.553 52.718-8.53 67.283-9.3-23.13-6.25-45.49 8.53-67.282z" fill="#fff"/></svg>
<svg class="tc-image-originals-igloo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M199 145.352c-33.778 2.616-65.61 19.78-92.652 45.648H199v-45.648zm18 0V191h92.652c-27.043-25.867-58.874-43.032-92.652-45.648zM89.45 209c-3.435 4.065-6.77 8.27-9.99 12.604C71.65 232.106 64.55 243.328 58.243 255h61.272c1.59-16.988 6.785-32.926 17.127-46H89.45zm73.26 0c-16.243 11.155-23.242 26.376-25.17 46h141.05c-2.07-23.905-11.88-35.922-25.516-46H162.71zm116.206 0c9.25 11.384 16.004 26.23 17.676 46h18.164c3.207-.653 6.575-1 10.086-1h32.363c-6.17-11.312-13.08-22.195-20.664-32.396-3.22-4.334-6.555-8.54-9.99-12.604h-47.634zm45.926 63c-9.818 0-15.875 3.1-21.098 8.705-5.222 5.606-9.274 14.27-12.015 24.76-1.12 4.285-2.01 8.835-2.73 13.535h56.86c.863-5.833 1.973-11.595 3.44-17.145 2.923-11.07 7.23-21.466 14.122-29.855h-38.58zM400 272c-9.82 0-15.926 4.105-21.186 9.715-5.26 5.61-9.346 14.262-12.113 24.738-1.05 3.976-1.903 8.19-2.602 12.547H414.7c.86-5.818 1.972-11.598 3.433-17.203 2.87-11.01 7.197-21.308 13.867-29.797h-32zm-350.69 1c-6.818 15.013-12.323 30.516-16.34 46H52.92c-1.98-15.856 1.467-31.648 7.224-46H49.31zm30.477 0c-7.02 14.97-11.066 31.184-8.65 46H199v-46H79.787zM217 273v46h53.766c.874-6.153 2.02-12.236 3.548-18.086 2.672-10.223 6.512-19.877 12.48-27.914H217zm247 0c-9.497 0-14.68 2.513-18.77 6.922C459.365 286.245 466.4 329.21 467.66 367h19.2c-.075-18.384-.448-40.858-3.73-59.893-1.898-10.998-4.83-20.522-8.35-26.382-3.517-5.86-6.23-7.725-10.782-7.725zM28.975 337c-1.868 10.144-3.07 20.194-3.528 30H119v-30H28.975zM137 337v30h130.922c.1-9.242.28-19.5 1-30H137zm150.06 0c-.704 9.832-.954 19.77-1.083 29h57.043c.042-9.034.21-18.912.92-29h-56.88zm75 0c-.732 9.824-.955 19.765-1.025 29h50.848c.034-8.864.192-18.78.908-29h-50.73z"/></svg>
<svg class="tc-image-originals-imbricated-arrows tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M24.406 26.844l86.72 153.906 52.093-19 17.155-47.03-155.97-87.876zm194.656 36.25l-36.25 99.5 60.032 70.875 13.906-38.064-37.688-132.312zm84.375 59.062L260.25 240.312l65.375 77.157 18.72-51.314-40.908-144zm94.344 52.03L342.5 325.72l102.406 120.874-122.53-103.813-146.813 53.564 310.625 88.437L397.78 174.19zm-233.186 6.97l-100.03 36.5 132.25 37.688 38.655-14.125-70.876-60.064zm77.72 77.438L123.5 302.03l144.063 40.908L319.5 324l-77.188-65.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-imp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M192 22.406c-1.116.01-2.227.032-3.344.063C110.036 24.667 31.22 78.444 22.78 166.72c36.28-57.542 111.226-39.602 97.532 32.374 34.528-48.998 108-6.56 91.126 36.875-6.546 6.625-11.585 14.91-14.375 24.436-1.938-.243-3.866-.38-5.75-.406-.56-.007-1.103-.012-1.657 0-8.31.174-16.004 2.5-22.47 6.78-9.193 6.09-15.415 16.174-16.78 27.814-.663 5.657-.217 11.64 1.344 17.78l-44 42.126 82.72-11.22-16.345-24.78c-.004-.008.004-.023 0-.03-4.59-8.555-5.833-15.946-5.156-21.72.773-6.605 3.817-11.285 8.53-14.406 4.195-2.78 10.137-4.337 17.25-3.5.706 19.904 11.67 38.224 29 48.22-1.963 8.995-5.146 15.323-9.03 20.123-5.837 7.212-13.817 11.578-24.032 15.125-20.43 7.096-49.176 9.42-73.094 28.938-16.534 13.492-23.706 30.644-22.75 46.625.955 15.98 9.375 30.28 21.312 40.156 11.938 9.877 27.78 15.568 44.188 13.376 12.81-1.71 25.544-8.47 36.187-20.625 8.264 5.754 16 13.057 23.25 21.845 5.466-33.608 4.89-68.43-4.624-105.063-15.498 26.303-36.19 49.6-66.344 67.5 10.966.254 21.27 2.46 30.97 6.5-7.102 7.112-14.607 10.37-21.907 11.344-10.573 1.413-21.425-2.31-29.813-9.25-8.387-6.94-13.963-16.862-14.562-26.875-.6-10.01 3.11-20.618 15.906-31.06 18.563-15.15 43.676-17.5 67.438-25.75 11.88-4.128 23.607-10.13 32.406-21 5.415-6.693 9.51-15.02 12.094-25.25 11.967 2.42 23.922.925 34.47-3.626 8.432 12.26 16.06 23.816 17.123 31.312.633 4.466.138 7.127-3.625 11.125-2.183 2.322-5.808 4.95-11.187 7.595l-.03-.22-43.94 14.47 54.876 54.22-7.842-49.283c9.445-3.92 16.556-8.45 21.75-13.968 7.212-7.663 9.788-17.69 8.53-26.563-2.07-14.607-11.246-27.07-19.78-38.81 5.926-5.317 10.807-11.9 14.187-19.47 30.866-38.44 82.993-1.49 63.25 55.438 50.463-53.127 91.272-7.716 78.844 43.218C506.964 296.638 515.542 149.092 417 86.72c5.394 96.634-39.326 133.366-86.813 130.56 8.533-4.576 15.234-12.534 17.938-22.624 1.302-4.857 1.563-9.752.906-14.437 6.56-6.188 11.527-14.246 14.033-23.595 4.568-17.04-.135-33.9-11.282-45.97 1.728 6.93 1.88 14.3-.217 22.126-2.748 10.25-8.54 18.718-15.75 24.157-3.824-3.078-8.328-5.43-13.375-6.78-9.164-2.455-18.458-1.168-26.25 2.905-7.454-9.137-10.465-23.08-6.75-36.937 2.004-7.478 5.384-13.74 10.03-18.78-15.03 5.186-27.51 17.173-31.937 33.686-4.38 16.344.032 33.082 10.283 45.157-2.08 8.068-1.267 16.22 1.78 23.344-7.003-4.675-13.64-10.19-19.687-16.468-37.63-39.066-31.36-98.562 29.188-129.656-28.218-21.218-62.49-31.3-97.094-31z" fill="#fff"/></svg>
<svg class="tc-image-originals-imp-laugh tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M61.5 20.313S35.274 174.364 44.187 218.5c11.368 56.304 43.725 84.982 71.657 86.78 28.856 61.26 81.21 126.335 141.562 186.69 63.627-63.63 114.57-127.272 142.5-186.72 27.856-2.006 60.022-30.67 71.344-86.75 8.913-44.135-17.313-198.188-17.313-198.188s-25.825 44.997-50.968 93.313c-59.33-121.507-231.224-122.252-290.533-.03C87.297 65.286 61.5 20.312 61.5 20.312zm93.125 116.406c27.414-.006 49.235 14.294 66.156 41.155-32.622 17.113-60.617-1.23-86.06-38.844 6.93-1.547 13.58-2.31 19.905-2.31zm205.125 0c6.326 0 12.944.763 19.875 2.31-25.445 37.616-53.408 55.958-86.03 38.845 16.92-26.86 38.74-41.16 66.155-41.156zm-158.125 74.5l31.094 84.593 26.624-84.594 27.094 85.874 30.25-82.438 25.468 84.72 30.97-77.876c20.487 43.275-12.03 117.294-41.595 154.125l-22.56-62.72-22.064 118.658-23.812-102.657-26.78 94.656-24.564-99.218-22.563 58.125c-40.972-55.047-53.096-112.023-32.625-160.97l21.657 66.47 23.405-76.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-impact-point tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M97.594 11.22c48.787 64.184 76.194 134.662 96.812 220.093H117.03l12.47 15.25 28.438 34.78 94.437 118.25 23.313-29.437 101.03-123.594 12.47-15.25h-74.782C335.026 145.88 362.43 75.405 411.22 11.22h-79.5C289.51 81.954 276.86 157.277 266.03 250h83.75l-96.655 118.25L156.437 250h86.25c-10.64-92.823-25.208-168.993-66.875-238.78H97.594zm4.875 362.56c-6.58 1.665-12.87 3.424-18.814 5.283-21.64 6.766-38.845 14.815-50 23.062-11.154 8.247-15.562 15.873-15.562 22.47 0 6.595 4.408 14.22 15.562 22.467 11.155 8.247 28.36 16.296 50 23.063 43.278 13.533 104.154 22.125 171.375 22.125 67.223 0 128.098-8.592 171.376-22.125 21.64-6.767 38.846-14.816 50-23.063 11.155-8.246 15.563-15.872 15.563-22.468s-4.41-14.222-15.564-22.47c-11.154-8.246-28.36-16.295-50-23.062-5.944-1.858-12.233-3.617-18.812-5.28 18.853 9.14 29.844 20.06 29.844 31.812 0 32.066-81.665 58.062-182.407 58.062-100.74 0-182.405-25.996-182.405-58.062 0-11.75 10.99-22.673 29.844-31.813zm63.936 5.72c-4.875 1.173-9.513 2.437-13.812 3.78-12.82 4.01-22.933 8.807-29.156 13.408-6.224 4.6-7.907 8.205-7.907 10.593 0 2.39 1.684 5.994 7.907 10.595 6.224 4.6 16.336 9.397 29.157 13.406 25.642 8.02 62.127 13.19 102.437 13.19 40.31 0 76.828-5.17 102.47-13.19 12.82-4.008 22.902-8.804 29.125-13.405 6.223-4.6 7.906-8.205 7.906-10.594 0-2.387-1.682-5.992-7.905-10.592-6.223-4.6-16.304-9.398-29.125-13.407-4.308-1.346-8.956-2.605-13.844-3.78 8.692 4.787 13.688 10.355 13.688 16.28 0 17.987-45.808 32.564-102.313 32.564-56.504 0-102.31-14.577-102.31-32.563 0-5.923 5.002-11.494 13.686-16.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-implosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M141.938 20.53l18.656 38.095c-10.876 9-17.813 22.59-17.813 37.813 0 27.092 21.94 49.062 49.032 49.062 3.677 0 7.242-.42 10.688-1.188l14.97 30.563c3.612-1.96 7.35-3.715 11.218-5.22l-8.813-32.968c12.695-8.868 21-23.59 21-40.25 0-25.664-19.704-46.724-44.813-48.874l-7.218-27.032h-46.906zm131.468 0L263.75 163h.47c4.14 0 8.21.25 12.217.75L315.25 20.53h-41.844zm143.78 0L327.97 153.126c-3.414-1.275-7.114-1.97-10.97-1.97-17.306 0-31.344 14.04-31.344 31.345 0 .71.047 1.426.094 2.125-6.846-1.905-14.065-2.938-21.53-2.938-44.14 0-79.72 35.58-79.72 79.72 0 44.138 35.58 79.718 79.72 79.718 44.138 0 79.717-35.58 79.717-79.72 0-18.592-6.33-35.65-16.937-49.186 12.403-4.175 21.344-15.91 21.344-29.72 0-6.46-1.93-12.48-5.28-17.47l66.186-66.218c4.046 13.82 16.808 23.907 31.938 23.907 18.384 0 33.312-14.898 33.312-33.282 0-15.13-10.11-27.892-23.938-31.938l36.97-36.97h-70.344zm-398.81 3.564v70.312l165 111c2.22-3.194 4.614-6.252 7.186-9.156L18.375 24.094zm474.218 119.312L350.124 213.5c2.486 4.435 4.655 9.084 6.438 13.906l136.032-36.156v-47.844zM88.47 169.436c-18.386 0-33.314 14.898-33.314 33.283 0 1.18.068 2.35.188 3.5l-36.97-9.97v41.875l148.282 10.28c.523-3.935 1.274-7.816 2.25-11.593l-53.594-14.437c4.032-5.51 6.438-12.308 6.438-19.656 0-18.386-14.897-33.282-33.28-33.282zm363.25 57.814c-15.483 0-28.033 12.55-28.033 28.03 0 6.234 2.028 12.003 5.47 16.657l-66.72-4.625c-.314 5.29-1.034 10.466-2.156 15.5l132.314 35.75v-42.218l-20.875-1.438c4.962-5.057 8.03-11.98 8.03-19.625 0-15.48-12.55-28.03-28.03-28.03zm-283.533 55.625l-149.812 39.75v46.313L171.47 294.25c-1.316-3.698-2.414-7.49-3.282-11.375zm174.72 37.563c-3.12 4.147-6.56 8.02-10.282 11.625l159.97 159.968v-70.905l-149.69-100.688zm-153.157 5.187l-45.188 45.063c-7.893-4.645-17.086-7.313-26.906-7.313-29.35 0-53.125 23.806-53.125 53.156 0 9.758 2.634 18.895 7.22 26.75l-51.594 51.47h71.438l17.28-25.844c2.858.475 5.79.75 8.782.75 25.063 0 46.083-17.343 51.688-40.687 5.664 3.56 12.378 5.624 19.562 5.624 8.667 0 16.62-3.013 22.906-8.03l-18.28 68.186h41.624l9.53-136.875c-4.607-.932-9.083-2.196-13.436-3.75l-8.094 30.188C217.783 370.66 204.47 361 188.906 361c-2.9 0-5.73.335-8.437.97l18.218-27.22c-3.173-2.838-6.155-5.903-8.938-9.125zm108.813 28c-4.685 1.752-9.512 3.162-14.5 4.188l36.156 136.937h47.217l-8.375-17.188c1.273.148 2.564.25 3.875.25 18.385 0 33.282-14.928 33.282-33.312 0-18.384-14.898-33.28-33.283-33.28-12.055 0-22.63 6.405-28.468 16l-35.908-73.595z" fill="#fff"/></svg>
<svg class="tc-image-originals-imprisoned tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M81 17.656v15.22c-11.175 4.177-18.906 15.608-18.906 28.343 0 12.734 7.73 24.165 18.906 28.343v23.374c-11.175 4.178-18.906 15.61-18.906 28.344 0 12.736 7.73 24.167 18.906 28.345v24.47c-11.175 4.177-18.906 15.607-18.906 28.343 0 12.735 7.73 24.165 18.906 28.343v20.407l-15.875-4.03-43.063 120.906c-.01.034-.022.06-.03.093-2.42 9.276-.887 15.685 2.374 20.656 3.274 4.99 8.77 8.62 15.063 10.188 6.292 1.567 13.143.948 18.686-1.844 5.544-2.79 10.056-7.47 12.438-15.906l.125-.438.155-.406 26.28-67.75 3.064-7.875 8.155 2.25 54.875 15.19 5.656 1.56 1.063 5.72 26.624 143.625h15.5v.063h89.594v-.063h15.406L343.72 349.5l1.06-5.72 5.658-1.56 54.875-15.19 8.156-2.25 3.06 7.876 26.283 67.75.156.406.124.438c2.382 8.437 6.862 13.115 12.406 15.906 5.544 2.792 12.425 3.41 18.72 1.844 6.292-1.567 11.787-5.198 15.06-10.188 3.263-4.97 4.797-11.38 2.376-20.656l-.03-.094-43.063-120.906-14.563 3.72V250.78c11.184-4.177 18.938-15.607 18.938-28.343 0-12.735-7.754-24.165-18.938-28.343v-24.47c11.184-4.177 18.938-15.608 18.938-28.343 0-12.734-7.754-24.165-18.938-28.343V89.564c11.184-4.178 18.938-15.61 18.938-28.344 0-12.736-7.754-24.167-18.938-28.345v-15.22h-18.688v15.22c-11.175 4.178-18.906 15.61-18.906 28.344 0 12.734 7.73 24.165 18.906 28.343v23.374c-11.175 4.178-18.906 15.61-18.906 28.344 0 12.736 7.73 24.167 18.906 28.345v24.47c-11.175 4.177-18.906 15.607-18.906 28.343 0 12.735 7.73 24.165 18.906 28.343v24.845l-84.093 21.438c.79 4.353 1.217 8.83 1.217 13.406 0 41.343-33.718 75.06-75.062 75.06-41.344 0-75.063-33.717-75.063-75.06 0-4.49.426-8.88 1.188-13.158l-84.406-21.5h.594v-25.03c11.183-4.18 18.937-15.61 18.937-28.345s-7.754-24.165-18.938-28.343v-24.47c11.184-4.177 18.938-15.608 18.938-28.343 0-12.734-7.754-24.165-18.938-28.343V89.564c11.184-4.178 18.938-15.61 18.938-28.344 0-12.736-7.754-24.167-18.938-28.345v-15.22H81zm9.344 32.22c4.922 0 9.594 4.528 9.594 11.343 0 6.813-4.673 11.343-9.594 11.343-4.92 0-9.563-4.53-9.563-11.344 0-6.816 4.642-11.345 9.564-11.345zm334.312 0c4.922 0 9.594 4.528 9.594 11.343 0 6.813-4.673 11.343-9.594 11.343-4.92 0-9.562-4.53-9.562-11.344 0-6.816 4.64-11.345 9.562-11.345zm-334.312 80.06c4.922 0 9.594 4.53 9.594 11.345 0 6.816-4.673 11.345-9.594 11.345-4.92 0-9.563-4.53-9.563-11.344 0-6.813 4.642-11.343 9.564-11.343zm334.312 0c4.922 0 9.594 4.53 9.594 11.345 0 6.816-4.673 11.345-9.594 11.345-4.92 0-9.562-4.53-9.562-11.344 0-6.813 4.64-11.343 9.562-11.343zM90.344 211.096c4.922 0 9.594 4.53 9.594 11.344 0 6.814-4.673 11.343-9.594 11.343-4.92 0-9.563-4.528-9.563-11.343 0-6.814 4.642-11.343 9.564-11.343zm334.312 0c4.922 0 9.594 4.53 9.594 11.344 0 6.814-4.673 11.343-9.594 11.343-4.92 0-9.562-4.528-9.562-11.343 0-6.814 4.64-11.343 9.562-11.343zm-167.28 43c-31.245 0-56.376 25.13-56.376 56.375 0 19.348 9.646 36.356 24.406 46.5v-19.626h18.688v27.906c4.257 1.02 8.702 1.594 13.28 1.594 4.782 0 9.418-.61 13.845-1.72v-27.78h18.686v19.22c14.44-10.188 23.844-26.995 23.844-46.095 0-31.245-25.13-56.376-56.375-56.376z" fill="#fff"/></svg>
<svg class="tc-image-originals-incense tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M269.906 19.72c-22.584-.18-45.068 9.882-58.312 28.186-3.3 4.56-4.866 9.216-6.656 14.125 25.218-19.082 64.92-21.07 98.218-2.25 12.284 6.944 22.95 15.317 30.03 25.22 2.872-21.77-7.173-43.926-29.03-56.28-10.58-5.982-22.42-8.907-34.25-9zM114.312 45.437c-40.88 5.144-62.494 44.206-26.843 81.28C152.784 194.645 228 62.014 314.72 105.75c-54.142-84.613-115.572 4.63-184.19-3-24.45-2.717-40.31-32.677-16.218-57.313zM43.5 89.344c-34.748 69.57 57.006 143.258 132.72 81.5-52.88 9.79-134.675-13.864-132.72-81.5zM273.094 121c-5.932.124-11.34.998-17.063 1.813 45.095 13.808 81.135 51.81 85.845 95.624 1.736 16.162.317 31.597-6.03 44.344 29.547-9.814 48.652-32.612 45.56-61.374-4.35-40.505-50.376-76.533-102.186-80.25-2.12-.152-4.15-.197-6.126-.156zm-22.53 24.094C203.9 145.02 172.617 233.492 110 219.97c56.5 55.534 85.024-29.184 137.5-38.25 18.698-3.233 36.24 17.154 23.063 42.124 29.402-13.135 37.966-49.082 4.343-70.78-8.663-5.592-16.708-7.958-24.344-7.97zm65.31 58.625c-5.028 26.196-26.83 45.418-55.25 45.436-10.483.01-20.755-1.84-29.718-6.47 9.124 18.374 25.843 31.3 44.5 31.283 26.275-.027 45.844-25.345 43.625-56.22-.36-5.046-1.753-9.382-3.155-14.03zm82.688 29c-29.075 66.98-116.227 78.57-179.28 46.686 16.795 62.373 84.312 74.884 132.218 48-6.773 23.07-23.636 48.122-54.72 67.72 72.137-13.203 112.966-93.837 101.783-162.407zm-210 28.718c-1.34 3.298-2.475 6.55-3.468 9.78-41.677 61.148-27.868 144.897 32.156 189.25 61.47 45.42 148.236 32.407 193.656-29.062 33.926-45.914 35.248-105.948 8.125-152.312 3.956 47.482-42.914 125.878-99.03 137.344-53.372 10.904-109.618-17.097-128.563-73.532 23.022 40.5 77.285 56.485 114.032 21.47-64.08 21.732-110.737-49.515-116.908-102.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-incisors tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.72 18.97c-28.924-.952-61.06 76.206-61.907 181.686 33.953-1.45 69.937-2.307 107.437-2.625-1.177-127.187-22.312-178.298-45.53-179.06zm109.374 0c-21.54.943-41.12 52.085-42.22 179.03 34.8-.056 68.26.51 99.876 1.594-.947-105.09-30.825-181.802-57.656-180.625zM77.156 48.28C50.104 47.703 20.683 117.8 18.594 208c.11.946.45 1.722.562 2.656 21.85-3.812 58.996-6.717 102.78-8.937-4.15-109.758-23.74-152.988-44.78-153.44zm360.938.064c-21.14.226-40.853 42.942-45.156 151.78 44.583 2.027 81.885 5.516 103.375 10.532.112-.945.45-1.703.562-2.656-2.084-89.998-31.6-159.947-58.78-159.656zM19.156 310.53c-.112.917-.452 1.633-.562 2.564 3.713 156.09 93.857 250.325 103.344 6.125-43.786-2.164-80.93-4.98-102.782-8.69zm477.156 0c-21.49 4.883-58.79 8.248-103.375 10.22 9.836 242.16 100.234 148.085 103.938-7.656-.112-.935-.45-1.65-.563-2.563zm-354.5 9.72c1.53 185.105 104.795 280.58 107.438 2.563-37.5-.318-73.484-1.145-107.438-2.563zm228.938 1.03c-31.615 1.048-65.077 1.607-99.875 1.533 2.467 277.488 98.167 182.874 99.875-1.532z" fill="#fff"/></svg>
<svg class="tc-image-originals-incoming-rocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18.36 18.336V93.59l317.51 262.287-52.917.53 82.58 63.884-71.963.394 80.102 32.728-17.404 15.14c34.87 16.374 70.587 22.075 135.648 22.718l.008-.002c-.314-44.892-11.583-91.282-28.666-126.69l-12.5 25.762-43.65-104.975-8.303 72.656-53.752-70.182 5.8 55.584L85.86 18.336h-67.5zm148.736 0L336.303 271.23 232.88 18.336h-65.784zm123.34 0l50.753 183.898 2.468-183.898h-53.22zM18.363 160.074v82.963l241.853 99.272L18.36 160.073zm0 141.29v57.396l201.552-4.795-201.55-52.6zm357.154 77.212c41.388 7.493 81.473 39.554 93.138 89.248-30.75-5.512-52.902-16.592-67.86-31.74-14.722-14.907-22.987-34.03-25.278-57.508z"/></svg>
<svg class="tc-image-originals-indian-palace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 27.88c-8.97 10.574-20.842 21.506-33.637 33.347-16.767 15.515-34.995 32.31-49.45 49.656-14.453 17.345-24.872 35.13-27.25 51.994-2.265 16.054 1.912 31.8 18.275 49.244h184.125c16.362-17.444 20.54-33.19 18.275-49.243-2.38-16.865-12.798-34.65-27.252-51.994-14.454-17.345-32.682-34.14-49.45-49.656C276.843 49.387 264.97 38.454 256 27.88zM32 68.12c-16 16-16 32-16 48h7v71h-7v18h7v279h18v-279h7v-18h-7v-71h7c0-16 0-32-16-48zm448 0c-16 16-16 32-16 48h7v71h-7v18h7v279h18v-279h7v-18h-7v-71h7c0-16 0-32-16-48zm-368 137c-16 16-32 32-32 48v23h64v-23c0-16-16-32-32-48zm288 0c-16 16-32 32-32 48v23h64v-23c0-16-16-32-32-48zm-231 25v14h174v-14zm0 32v222h39v-135c0-16 32-48 48-64 16 16 48 48 48 64v135h39v-222zm-96 32v190h78v-190zm288 0v190h78v-190zm-249 7s16 8.234 16 16v32H96v-32c0-7.766 16-16 16-16zm288 5.464s16 8.233 16 16v32h-32v-32c0-7.767 16-16 16-16zM112 365.12s16 8.234 16 16v32H96v-32c0-7.766 16-16 16-16zm288 0s16 8.234 16 16v32h-32v-32c0-7.766 16-16 16-16zm-288 64s16 8.234 16 16v32H96v-32c0-7.766 16-16 16-16zm288 0s16 8.234 16 16v32h-32v-32c0-7.766 16-16 16-16z"/></svg>
<svg class="tc-image-originals-infested-mass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M233.656 22.094c-13.884.19-28.38 2.95-42.97 8.843 30 .765 65.91 7.887 84.97 31.22 8.688 10.636 11.745 27.18 10 44.062 1.995 1.7 3.902 3.464 5.72 5.28 3.9 3.9 7.358 8.075 10.374 12.47 2.473-.76 5.003-1.38 7.563-1.845 4.732-.858 9.63-1.285 14.593-1.28 3.103 0 6.236.192 9.375.53 10.447-50.18-36.918-98.625-96.842-99.28-.92-.01-1.856-.014-2.782 0zM203.186 95c-15.846.105-29.938 4.536-39.31 13.906-10.155 10.152-13.038 23.736-10.75 39.188.014.05.015.105.03.156 3.632 12.436 9.568 22.548 18.563 29.47 9.19 7.07 21.93 11.32 40.81 10.31 24.243-1.287 44.017 5.027 58.157 16.157 7.786-4.726 16.25-8.435 25.157-10.906 6.824-23.556.928-49.983-17.688-68.593-13.622-13.617-36.4-24.738-58.656-28.374-5.564-.91-11.03-1.348-16.313-1.313zm-67.092 26.125c-36.665 3.137-65.013 16.806-77.188 58.313-7.66 26.115-8.875 48.963-37 42.312 13.805 21.97 35.546 21.773 51.938-.656 2.116-31.247 23.968-60.177 60.22-77-.498-7.816.06-15.584 2.03-22.97zm187.75 18.47c-3.887-.025-7.656.296-11.188.936-.622.114-1.24.247-1.844.376 5.944 14.818 7.712 30.933 5.313 46.53L318.47 190c1.865-.037 3.74-.044 5.592.03 14.12.574 27.756 4.417 39.907 10.97 6.124-8.08 14.654-13.623 24-16.188-4.018-16.57-14.876-28.428-28.75-36.062-10.943-6.02-23.716-9.085-35.376-9.156zm111.094 15.718c-10.65-.035-22.264 3.12-34.47 9.75 2.88 5.69 5.06 11.92 6.376 18.656 5.33.822 10.604 2.593 15.53 5.436.342.197.667.42 1 .625 31.248-10.763 50.928 7.43 70.126 41.282-3.826-47.476-26.85-75.648-58.563-75.75zm-296.407 7.562c-34.192 17.036-49.508 44.107-45.624 71.188 6.8 47.39 54.347 88.916 127.906 80.375 40.473-4.73 57.84-33.015 56.625-59.282-.606-13.133-6.022-25.582-16.312-34.625-10.29-9.04-25.668-15.007-47.594-13.843-22.24 1.19-40.093-4.082-53.186-14.156-10.115-7.78-17.108-18.17-21.813-29.655zm261.376 38.906c-.635 0-1.275.02-1.906.064-7.11.492-13.873 3.88-18.563 9.687 12.788 10.704 22.776 24.935 28.25 41.75 6.082-1.892 11.504-5.998 14.97-12 7.316-12.67 3.046-28.624-9.626-35.936-4.157-2.4-8.675-3.548-13.124-3.563zm-79.22 6.814c-6.33-.01-12.773.812-19.186 2.53-6.16 1.652-12.062 4.055-17.594 7.095 7.51 10.74 11.598 23.335 12.188 36.093.61 13.195-2.598 26.637-9.344 38.625 14.722 8.054 24.75 23.693 24.75 41.562 0 12.122-4.618 23.225-12.188 31.625 15.78 8.356 32.223 11.792 45.907 8.125 18.044-4.835 32.42-21.747 40.81-43.688 8.393-21.94 10.268-48.213 5.033-67.75-8.508-31.746-36.493-52.947-67.657-54.156-.9-.035-1.814-.06-2.72-.062zm105.377 56.062c-4.356 3.1-9.218 5.382-14.313 6.78 1.583 11.985 1.287 24.688-.688 37.252 25.354 13.418 30.89 27.678 22.657 54.937-16.6 54.96 19.597 83.604 54.56 65.125-32.506-9.75-28.104-27.133-20.56-58.188 12.61-51.91-4.718-81.086-41.658-105.906zM85 269.5c-5.774 1.98-11.213 5.275-15.844 9.906-16.14 16.137-16.142 42.08 0 58.22 2.552 2.55 5.35 4.694 8.313 6.437 9.93-14.787 20.88-29.138 34.874-40.657C100.827 293.713 91.594 282.19 85 269.5zm190.438 38.625c-9.886 10.296-23.166 18.38-39.657 22.53-.166 1.262-.28 2.536-.28 3.845-.002 15.91 12.732 28.657 28.656 28.656 15.925 0 28.656-12.743 28.656-28.656.002-11.91-7.12-22.03-17.375-26.375zm-138.563 11.313c-6.775 36.136 8.59 62.088 28.938 72.75 13.032 6.828 28.22 7.607 43 .28 8.532-4.23 17.05-11.36 24.656-22.03-10.166-8.704-16.66-21.6-16.657-35.938v-.875l-.032-.03c-30.54 2.5-57.68-3.067-79.905-14.158zm-19.313 4.437c-11.573 11.33-21.445 25.583-31.25 40.75-18.82 36.482-17.525 82.327 20.657 111.47 31.69 24.19 77.54 21.817 99.968 5.405 19.914-14.573 25.155-45.586 6.812-68.97 4.42 16.066-4.613 41.808-18.5 49.345-16.21 8.8-38.286 7.45-56.625-12.656-21.554-23.633-18.893-43.104-3.625-58.876-13.2-16.448-20.353-39.638-17.438-66.47zm169.032 56.656c-11.754 43.65 16.39 92.464 79.156 95.5-31.95-16.928-51.635-50.344-46.813-82.936-11.11-2.13-22.064-6.57-32.343-12.563z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-info tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21C126.426 21 21 126.426 21 256s105.426 235 235 235 235-105.426 235-235S385.574 21 256 21zm0 36c110.118 0 199 88.882 199 199s-88.882 199-199 199S57 366.118 57 256 145.882 57 256 57zm-7.352 36.744c-8.227 0-15.317 2.976-21.27 8.928-5.776 5.952-8.665 12.955-8.665 21.008 0 8.227 2.89 15.23 8.666 21.006 5.95 5.776 13.04 8.666 21.268 8.666 8.228 0 15.23-2.89 21.006-8.666 5.777-5.777 8.666-12.78 8.666-21.006 0-8.053-2.976-15.056-8.927-21.008-5.777-5.952-12.692-8.928-20.745-8.928zm-62.757 82.453v28.096h46.215v186.13H185.89v27.833h140.22v-27.834h-45.69V176.197h-94.53z"/></svg>
<svg class="tc-image-originals-ink-swirl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M262.97 19.438c-3.533.036-7.074.17-10.595.375 37.426 5.91 74.12 23.423 102.188 49.624-55.762-26.124-129.46-27.253-186.875-3.5 10.37-9.73 21.777-17.51 33.875-23.343C48.768 80.06-6.44 197.116 56.72 343.938c-16.45-26.78-29.106-55.588-35.626-84.688-5.23 74.055 32.02 134.952 102.47 197.406.06.063.124.126.186.188 12.107 12.125 24.238 22.045 32.875 27.03 64.588 37.292 121.345-63.365 57.78-100.062-11.465-6.62-33.518-14.218-56.56-18.875-76.657-36.295-93.91-155.886-20.282-240.687-6.654 16.82-11.594 34.836-14.844 53.375 76.21-134.99 312.3-129.124 324.124 72.063-10.722-61.622-53.708-113.837-121.03-135.344 56.69 23.942 96.28 79.752 96.28 145.25 0 94.252-72.826 148.403-154.594 165.625 42.582 2.34 94.684-13.826 125.438-36.314-23.357 39.58-72.146 67.082-123.25 81.594 72.736-2.804 136.515-41.146 175.406-97.375-10.316 11.652-22.718 22.04-36.78 30.97 46.54-55.267 70.795-137.97 61.31-210.25 8.428 16.284 13.583 33.51 15.782 51.374C485.26 97.63 372.46 18.3 262.97 19.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-inner-self tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.28 18.47c-1.164.028-2.346.124-3.5.124-32.842 0-59.592 33.925-59.592 75.937 0 21.274 7.08 40.466 18.093 54.282-68.132 10.567-82.852 105.422-66.655 191.563h23.563l-1.032-105.344 18.688-.186 1.25 126.687 8.75 132.876h46.875V318.812h18.686v175.594h44.313l11.5-154.03h.03l1.063-105.532 18.687.187-1.063 105.345h24.532c18.362-88.46-4.724-178.95-67.095-190.688 11.507-13.88 18.97-33.344 18.97-55.156 0-39.387-23.416-72.038-53.408-75.936-.5-.075-.987-.11-1.5-.125-.384-.012-.767-.01-1.156 0zm-4.717 137.686c11.48 0 20.78 10.683 20.78 23.875 0 8.73-4.072 16.365-10.156 20.532h38.907v18.688h-40.22v23.344l24.563 49.437-16.75 8.314-17.156-34.53-17.155 34.53-16.75-8.313 24.563-49.436V219.25h-40.22v-18.688h38.97c-6.084-4.167-10.157-11.802-10.157-20.53 0-13.192 9.303-23.876 20.782-23.876z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-insect-jaws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M141.063 54.72c-5.572-.08-10.61 1.583-14.25 5.124-8.962 8.715-5.958 25.523 6.718 37.53 12.677 12.01 30.228 14.685 39.19 5.97 8.96-8.715 5.925-25.524-6.75-37.53-7.528-7.13-16.765-10.978-24.907-11.095zm231.156 0c-8.144.116-17.412 3.963-24.94 11.093-12.675 12.007-15.68 28.816-6.717 37.53 8.96 8.716 26.51 6.04 39.187-5.968 12.676-12.008 15.68-28.816 6.72-37.53-3.642-3.542-8.68-5.206-14.25-5.126zm-182.94 67.31c-8.27.095-15.847 2.3-20.81 6.626-9.93 8.654-5.566 22.475 9.75 30.844 15.314 8.37 35.79 8.123 45.718-.53 9.928-8.655 5.533-22.445-9.782-30.814-7.657-4.184-16.603-6.218-24.875-6.125zm134.69 0c-8.273-.092-17.22 1.942-24.876 6.126-15.315 8.37-19.68 22.16-9.75 30.813 9.93 8.653 30.403 8.9 45.72.53 15.314-8.37 19.677-22.19 9.748-30.844-4.964-4.327-12.57-6.53-20.843-6.625zm-183.064 53.407c-5.683 10.385-14.37 20.635-25.937 29.75-24.016 18.923-54.28 28.154-79.5 26.657-2.37 12.198-3.376 24.48-3.376 37.312 0 92.572 63.884 171.475 153.094 199.25-27.045-21.037-26.52-70.76-6.782-95.53-81.704-65.275-54.32-135.304 19.688-168.438-19.968-5.9-38.035-14.754-53.25-25.97-1.34-.988-2.64-2.004-3.938-3.03zm230.875.47c-1.103.864-2.206 1.724-3.342 2.562-13.708 10.102-29.73 18.318-47.375 24.155 71.14 31.96 85.985 108.537 12.968 170.25 25.12 24.56 14.598 73.843-6.78 95.53 89.21-27.774 153.938-106.677 153.938-199.25 0-12.83-1.85-25.113-4.22-37.31-25.22 1.496-55.484-7.735-79.5-26.657-11.393-8.978-20-19.06-25.687-29.282zm-62.967 30.312c-12.046 3.114-24.722 5.158-37.844 6.03 10.544 7.982 17.967 27.3 17.967 49.875 0 20.02-5.85 37.46-14.53 46.72 26.775-6.865 46.687-32.65 46.687-63.44 0-14.72-4.595-28.276-12.28-39.186zm-98.25 1.468c-7.088 10.652-11.313 23.643-11.313 37.718 0 30.754 19.887 56.54 46.625 63.438-8.672-9.264-14.5-26.71-14.5-46.72 0-22.244 7.23-41.34 17.53-49.53-13.255-.472-26.1-2.15-38.343-4.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-interdiction tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.22 24.594C174.977 24.444 95.923 66.54 52.374 141.97c-64.817 112.266-26.36 255.744 85.906 320.56 112.268 64.818 255.747 26.362 320.564-85.905 64.817-112.267 26.36-255.745-85.906-320.563-36.838-21.268-77.044-31.395-116.72-31.468zm-.126 45.562c31.98.056 64.38 8.237 94.062 25.375 82.963 47.9 115.894 149.142 80.5 235.376L184 84.25c22.816-9.31 47.322-14.137 72.094-14.094zm-117.125 40.22l265.53 265.53c-9.55 12.227-20.382 23.04-32.22 32.313L106.69 142.624c9.556-12.224 20.435-22.984 32.28-32.25zm-58.407 77.28L327.25 434.344c-52.287 21.37-113.55 19.208-166.25-11.22-82.987-47.912-115.88-149.212-80.438-235.468z" fill="#fff"/></svg>
<svg class="tc-image-originals-interlaced-tentacles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M309.014 25.014c-23.568.1-44.934 5.207-60.383 15.144-14.905 9.588-25.017 23.102-27.68 42.838.827.05 1.65.112 2.474.176 25.06-19.447 60.447-23.536 92.1-18.772 20.404 3.072 39.644 9.75 54.843 19.106l.278-.416c23.215 15.532 37.425 30.063 43.492 45.81 6.067 15.748 2.28 31.98-7.215 45.56-18.992 27.157-58.648 49.897-103.516 77.784-2.518 1.565-5.102 3.196-7.65 4.79 10.143 4.06 20.443 8.352 30.762 12.966 9.08 4.06 18.176 8.382 27.193 12.984 33.81-20.84 66.768-39.722 89.993-60.554 24.847-22.287 38.456-45.19 33.977-77.64-4.544-32.923-23.75-60.02-50.557-80.352-26.806-20.334-61.115-33.512-93.945-37.852-8.208-1.085-16.31-1.606-24.164-1.572zm-95.89 76.455c-1.223-.017-2.45-.016-3.685 0-6.577.092-13.303.65-20.065 1.67-27.05 4.09-54.462 15.528-74.797 32.592-20.335 17.065-33.595 39.232-34.338 66.258-.73 26.587 12.66 45.837 35.547 64.514 22.886 18.677 54.888 35.46 87.39 54.426 32.5 18.965 65.604 40.2 90.624 69.19 16.576 19.203 29.33 42.048 35.682 69.275 3.974-26.167-1.076-47.67-11.445-66.975-14.675-27.324-41.03-50.18-69.455-71.3-28.424-21.118-58.69-40.352-80.686-62.352-21.995-22-35.936-48.92-27.003-80.432l.05.014c2.402-11.49 10.965-21.01 21.676-28.418 12.418-8.59 28.5-14.85 45.898-18.026 26.118-4.766 56-2.45 78.94 12.588-4.537-14.195-13.64-24.224-26.005-31.363-13.038-7.528-30.003-11.43-48.33-11.66zm184.802 38.03c-2.875 7.71-8.12 14.696-14.764 20.61-11.546 10.275-27.447 18.74-46.318 27.195-30.636 13.725-69.24 27.188-108.647 43.98 14.082 5.43 29.61 11.113 45.862 17.3 6.587-4.173 13.103-8.248 19.48-12.212 45.03-27.987 83.65-52.007 98.067-72.623 6.244-8.93 8.348-16.06 6.32-24.25zM161.51 219.652c4.17 8.77 10.877 17.174 19.603 25.903 19.714 19.717 49.5 38.93 78.616 60.564 29.114 21.632 57.785 45.835 74.77 77.458 16.173 30.112 20.78 67.03 4.98 111.215h143.217c-.466-56.115-19.36-97.476-48.385-129.98-30.6-34.266-72.642-58.623-115.423-77.752-42.782-19.13-86.084-32.968-119.335-47.164-14.927-6.372-27.85-12.76-38.045-20.244zm-42.846 72.395c-17.003 13.064-32.44 27.7-45.414 44.28-30.797 39.36-48.285 89.58-40.56 158.466h50.654c4.796-63.304 34.116-113.686 72.7-154.37 5.162-5.44 10.488-10.716 15.946-15.84-18.737-10.664-37.06-21.14-53.326-32.536zm70.334 42.28c-6.704 6.107-13.19 12.418-19.393 18.956-36.282 38.255-62.823 83.734-67.52 141.51H213.86c-4.61-50.868 9.03-91.18 32.585-123.242-16.34-12.562-34.394-23.805-52.687-34.48-1.585-.924-3.173-1.827-4.76-2.744z"/></svg>
<svg class="tc-image-originals-internal-injury tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.47 19.03c-1.234.04-2.47.126-3.69.126-38.983 0-70.75 33.895-70.75 75.906 0 21.274 8.43 40.465 21.5 54.282-80.868 10.566-98.35 105.42-79.124 191.562h31.656l-1.03-105.344 18.687-.187 1.25 129.25 10.218 130.313h55.53V319.344h18.688v175.594h56.22l12.687-143.313 1.125-116.25 18.687.188-1.03 105.343h33.5c21.795-88.46-5.595-178.95-79.626-190.687 13.658-13.88 22.53-33.346 22.53-55.157 0-39.39-27.808-72.008-63.406-75.907-1.187-.15-2.393-.162-3.625-.125zM248.28 36.5l12.25 35.03 25.095-27-18.594 44.845 44.22-9.125-29.094 19.313 21.594 12.28-34.47 1.75 20.908 38.563-26.375-15.78-10.907 20.03 15.22 27.844 42.343-12.28-29.94 35.874 57-9.063-39.217 34.47 18.5 42.47-22.782-5.19 22.345 104.876-53.656-101.97-62.095 67.814 35.813-90.28-32.813 10 22.22-34.94-49.814-24 54.72.345-27.28-31.78 37.28 9.686.625-52.06-25.125 3.686L241.844 99 211 74.406l31.438 3.563 5.843-41.47z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-internal-organ tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M326.78 18.72c6.46 13.506 7.87 29.775 4.94 45.686-3.504 19.017-13.202 37.958-28.69 52.25l2.25 1.5c9.883 4.933 19.126 10.383 27.69 16.28 3.686-27.3 19.256-54.748 39.405-77.905 12.86-14.777 27.536-27.85 42.844-37.81h-88.44zM139.157 19c12.773 12.03 24.17 26.366 32.625 40.844 6.53 11.18 11.317 22.402 13.345 33.156.213 1.127.384 2.246.53 3.375 7.196-1.952 14.92-3.137 23.126-3.438.858-.03 1.728-.018 2.595-.03-2.124-2.135-4.023-4.486-5.688-6.97-5.29-7.89-8.625-17.228-10.593-26.874-2.79-13.674-3.13-27.843-.25-40.063h-55.688zm314.22 0c-14.606 36.104-43.01 79.36-75.032 111.75-16.91 17.103-34.727 31.146-52.72 39.063-17.99 7.916-37.322 9.495-53.343-.594l9.97-15.814c9.742 6.135 21.243 5.737 35.844-.687 1.63-.72 3.294-1.508 4.97-2.376-22.53-15.707-50.637-28.256-83.783-35.72-10.917-2.457-20.806-3.396-29.75-3.093-14.903.507-27.167 4.487-37.124 10.72-11.57 7.245-20.222 17.774-25.906 30.375 5.518 2.052 10.838 3.677 15.875 4.844 14.97 3.468 26.99 2.66 34.813-1.657l9.03 16.375c-13.683 7.55-30.446 7.55-48.062 3.468-17.615-4.082-36.5-12.42-55.437-23.562-30.115-17.72-60.192-42.528-83.814-69.47v88.564c24.622-4.884 58.445-2.227 90.78 5.656 19.126 4.662 37.468 11.29 52.408 20.156 14.94 8.867 27.01 20.166 31.25 35.156l-17.97 5.094c-2.287-8.088-10.18-16.69-22.81-24.188-3.913-2.32-8.223-4.503-12.845-6.562 4.08 28.99 19.643 58.363 47.28 77.47l-10.656 15.374c-20.736-14.335-35.69-33.434-45-54.28-41.857 52.08 3.743 170.083 101.312 150.56-6.696-6.154-14.234-12.452-22.78-19l11.374-14.843c55.814 42.757 74.897 81.865 79.188 132.25h125.968c-27.98-25.526-52.253-51.017-69-78.686-20.326-33.583-29.493-70.83-20.75-112.875l18.28 3.81c-2.135 10.277-3.1 20.096-2.998 29.564 1.583-1.585 3.127-3.172 4.593-4.78 23.425-25.727 32.506-54.315 30.033-82.627-1.45-16.6-7.06-33.208-16.47-48.937-.734 1.74-1.395 3.46-1.968 5.188-4.448 13.407-4.265 26.174 1.844 39.218l-16.94 7.906c-8.134-17.37-8.35-35.835-2.655-53 5.695-17.164 16.975-33.19 31.72-47.78 28.02-27.73 68.84-50.444 111.78-64V19h-40.5zm40.062 184.875c-30.608 19.412-64.055 25.41-92.282 20.688 2.004 7.327 3.345 14.75 4 22.25.283 3.24.42 6.5.438 9.75 27.857-8.366 58.94-7.692 87.844 6.656v-59.345zm-182.25 107.313c2.956 14.85 4.755 27.457 5.406 38.125 25.255 108.866 7.434 110.33-53.344 23.375-6.55-6.855-13.592-15.437-21.313-25.844l15-11.125c11.724 15.802 21.758 26.8 29.125 32.75 3.684 2.972 6.697 4.625 8.375 5.186.596.2.9.277 1.094.313.172-.22.52-.725.94-1.876.768-2.113 1.47-5.907 1.655-11.063.368-10.31-1.255-25.963-5.28-46.186l18.342-3.656zm-207.063 23.218c-28.22 7.457-56.7 11.148-85.438 8.688v78.687c30.875-26.967 62.133-50.02 93.938-68-3.35-6.25-6.192-12.733-8.5-19.374z" fill="#fff"/></svg>
<svg class="tc-image-originals-interstellar-path tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.625 18.406c-19.833 0-35.688 15.888-35.688 35.72 0 19.833 15.854 35.687 35.688 35.687 19.83 0 35.72-15.857 35.72-35.688 0-19.834-15.89-35.72-35.72-35.72zM93.97 65.25c-5.68 13.142-8.94 26.858-8.94 41.5 0 45.29 29.44 85.21 74.157 108.625L15.75 494.5h77.28l123.564-390.813-37.406 72.813c-50.628-20.564-85.22-61.99-85.22-109.75 0-.505-.007-.977 0-1.5zm315.405 0c.007.505 0 .977 0 1.5 0 46.98-33.468 87.856-82.75 108.75l-39.063-76 129.688 395h73.344L346.47 214.125c43.408-23.57 71.842-62.875 71.842-107.375 0-14.626-3.272-28.37-8.937-41.5zm-173.97 40.938L112.626 494.5h75.47l47.31-388.313zm36.032 4.156L318.25 494.5h79.313L271.438 110.344zm-18.28 4.5L206.906 494.5h92.5l-46.25-379.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-invisible tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M262.53 12.22l-2.936 18.468 2.72.437 2.155.5 2.124.625h.03l1.595.563.155.062.344.125 1.936.813.125.062 2.033 1 1.312.72 9.03-16.345-1.78-1-.22-.125-.217-.094-2.532-1.218-.22-.093-.248-.126-2.563-1.063-.25-.092-.25-.094-2.594-.906-.28-.094-.25-.063-2.656-.78-.28-.063-.252-.062-2.718-.594-.28-.06-.283-.064-2.75-.437zm-12.06.092l-2.376.22-.313.03-.28.032-2.938.5-.28.03-.282.063-2.906.657-.28.062-.283.094-2.81.844-.282.062-.282.094-2.78 1-.25.094-.25.125-2.75 1.155-.25.125-.22.125-1.344.656L237.688 35l.844-.438.064-.03 2.156-.938 2.78-1 2.282-.657 1.75-.406h.063l2.688-.436.156-.032 1.78-.156-1.78-18.593zm-38.564 18.75l-.812.813-.156.156-.157.19-2.124 2.343-.156.156-.156.155-2.03 2.5-.126.156-.125.157-1.97 2.594-.124.19-.126.155-1.844 2.72-.094.186-.125.157-1.75 2.844-.093.157-.093.188-.656 1.156 16.312 9.126.438-.812.218-.344 1.313-2.125.06-.094.157-.25 1.375-2.03.188-.25.063-.094 1.437-1.906 2-2.438.03-.03 1.532-1.688.313-.313.5-.5-13.22-13.218zm88.22 1.875l-14 12.376 1.312 1.468.28.314 1.376 1.718.03.063.22.25 1.562 2.156 1.28 1.907.22.313 1.438 2.344L295 57.937l.188.313.218.438 16.656-8.5-.406-.782-.094-.156-.093-.156-1.533-2.75-.093-.157-.094-.187-1.656-2.656-.094-.157-.125-.156-1.72-2.56-.092-.157-.125-.157-1.813-2.468-.125-.157-.125-.155-1.906-2.344-.126-.155-.125-.156-1.595-1.782zM191.187 67l-.22.688-.062.187-.062.188-.906 3.468-.063.19-.03.186-.782 3.53-.063.19-.03.186-.657 3.626-.032.187-.03.188-.5 3.656-.03.186-.032.188-.313 3.344 18.594 1.843.28-2.936.47-3.344.06-.344.595-3.25.625-2.812.063-.25.03-.125.72-2.75.218-.69L191.188 67zm128.28 2.25l-11.093 3.188-6.938 1.718.063.25.03.094.626 2.625.656 3 .032.22.03.124.438 2.75.063.343.375 2.78.03.313v.03l.25 2.814v.125l.033.25.062.906 18.656-1.06-.092-1.25v-.345l-.344-3.53v-.157l-.03-.188-.47-3.47v-.155l-.03-.188-.595-3.406-.033-.186-.03-.156-.688-3.376-.033-.156-.062-.187-.813-3.282-.03-.188-.063-.156v-.094zm-113.25 36.53l-18.562 1.94.094.968v.187l.03.188.564 3.75.03.187.032.188.688 3.656.03.187.032.19.844 3.593.03.187.064.188.97 3.5.03.187.062.188.875 2.75 17.814-5.688-.875-2.75-.782-2.78-.032-.19-.062-.186-.72-3.22-.56-2.906-.033-.188-.03-.187-.406-2.97-.063-.375-.06-.594zm97.282 1.72l-.375 2.53-.03.157-.033.22-.656 3.343-.687 2.906-.033.094-.062.28-.813 2.814-1.156 3.5-.125.344L317 130.31l.28-.75.064-.187.062-.188 1.156-3.468.063-.19.063-.186 1-3.594.062-.188.063-.187.875-3.656.03-.19.032-.218.72-3.718.06-.188.033-.22.437-2.905-18.5-2.78zm-86.844 29.438l-6.094 3.843-1.156.19-.187.03-.19.063-3.03.656-.22.03-.186.063-2.906.78.718 2.688-2.562 1.595 1.5 2.375.125.188.093.156 1.906 2.75.124.156.125.156.968 1.313 1.78 6.686 2.532-.687.28-.064.126-.03 2.25-.5.375-.064 2.72-.5 15.094-2.656-9.28-12.187-1.72-2.282-.125-.157-.126-.186-1.438-2.03-.187-.314-.032-.03-1.282-2.032zm75.47 1.625l-.688 1.093-.25.344-1.5 2.063-.25.343-1.813 2.28-9.375 11.845 14.78 3.095 2.47.53.375.095 2.03.5h.033l.343.094 2 .594.25.093.126.032 1.125.407 3.126-9.032 1.688-2.375.125-.157.124-.187.937-1.44-1.186-.78 1.28-3.688-1.5-.53-.155-.063-.22-.064-2.72-.812-.186-.063-.188-.03-2.812-.72-.188-.03-.187-.063-2.845-.593-.063.28-4.687-3.06zm-109.063 12.75l-1.625 1.03-.157.095-.155.125-2.375 1.656-.156.093-.156.125-2.282 1.75-.156.125-.156.125-2.22 1.843-.155.126-.126.125-2.156 1.94-.157.124-.124.125-2.062 2.03-.156.125-.125.125-1.594 1.688 13.56 12.875 1.345-1.438.156-.156.095-.095 1.563-1.53.28-.25 1.595-1.44.03-.03.25-.22 1.626-1.343.155-.125.156-.125 1.657-1.28.25-.188.063-.03 1.72-1.19.343-.218 1.28-.812-10.03-15.78zm143.78 2.75L315.97 169.25l1.467 1.03.25.19.032.03 1.655 1.313.28.218 1.626 1.345.22.188.063.062 1.593 1.438.25.25 1.563 1.53 1.78 1.845.22.218 1.31 1.47 13.908-12.47-1.5-1.687-.094-.126-.125-.094-2-2.094-.095-.125-.125-.124-2.063-1.97-.125-.124-.125-.125-2.093-1.906-.125-.124-.158-.094-2.156-1.812-.125-.125-.155-.125-2.22-1.72-.155-.093-.125-.125-1.78-1.25zM154.564 181.5l-1.5 2.594-.063.125-.063.124-1.5 2.75-.062.125-.063.124-1.406 2.844-.03.093-.064.126-1.343 2.906-.064.125-.03.094-1.282 3-.063.095-.03.125-1.094 2.72 17.344 6.968 1-2.532.094-.187v-.032l1.094-2.532.093-.22 1.126-2.436.125-.25 1.157-2.344.032-.03.093-.22 1.218-2.28.126-.25 1.375-2.345-16.218-9.28zm199.656 3.22l-16.25 9.218 1.374 2.437.125.22 1.25 2.343.092.218 1.22 2.406.093.22 1.156 2.5.095.218 1.125 2.563.094.187 1 2.406 17.28-7.062-1.062-2.625-.062-.095-.03-.094-1.314-3-.03-.093-.063-.093-1.344-2.938-.064-.094-.062-.093-1.406-2.845-.063-.125-.063-.094-1.468-2.78-.063-.126-.06-.094-1.5-2.687zM139.874 218.5l-.5 1.97-.03.06v.095l-.814 3.438v.093l-.03.094-.72 3.47-.03.093v.093l-.688 3.53v.064l-.03.094-.595 3.562-.03.094v.063l-.345 2.343 18.47 2.844.312-2.188.03-.156.564-3.25.03-.156.595-3.188.03-.187.72-3.313.687-3.062.063-.188.437-1.78-18.125-4.532zm229.22 2.97l-18.064 4.78.533 1.97.03.155.782 3.094h-.03l.75 3.28.03.188.656 3.187v.03l.033.126.593 3.25.03.157.345 2 18.44-3.093-.376-2.156v-.094l-.03-.063-.658-3.56v-.095l-.03-.094-.72-3.5-.03-.093v-.093l-.782-3.47-.03-.093-.002-.06-.843-3.44-.033-.093-.03-.093-.563-2.125zm-235.158 35.5l-.093 1.342v.126l-.22 3.843v.126l-.186 3.844v.125l-.094 3.875v.125l-.063 3.906v2.032l18.69.032v-1.907l.06-3.78H152l.125-3.594v-.157l.156-3.562v-.156l.22-3.532v-.156l.094-1.188-18.656-1.343zm241.625 2.967l-18.625 1.5.125 1.375h-.03l.25 3.657v.155l.187 3.563v.156l.124 3.594v.125l.062 3.625v.156l.03 1.53 18.69-.062-.032-1.687v-.125l-.063-3.906v-.157l-.124-3.875v-.093l-.03-.064-.188-3.844v-.157l-.25-3.812v-.157l-.125-1.5zM152.5 294.47l-18.656 1.06.187 3.158v.125l.032.125.625 8 .032.093v.126l.78 7.438 18.594-1.97-.75-7.218-.03-.22-.626-7.78-.188-2.937zm204.625 2.905l-.25 3.53h.03l-.342 3.783v.125l-.375 3.78-.032.157-.406 3.78-.03.126-.345 2.78 18.53 2.377.376-2.907v-.125l.47-4.06v-.064l.03-.094.376-4.03.03-.063.002-.095.343-4.03v-.124l.25-3.533-18.655-1.312zm-208.594 31.47v3.092l-10.28 1.813 1.063 6.063 1.375 7.718h20.343v-18.686h-12.5zm31.19 0v9.967h-.126l.125 1.907v6.81h.436l.063.75 18.655-1.25-.625-9.436-.563-8.75H179.72zm130.03 0l-.656 8.655-.75 10.25 18.625 1.406.75-10.25-.908-.062v-10H309.75zm35.75 0v18.686h23.156l1.5-7.5.625-3.124-9.78-1.97v-6.092h-15.5zm-145.375 36.842l-18.656 1.22 1.218 18.656 18.656-1.22-1.22-18.656zm106.813.72l-1.375 18.624 18.625 1.408 1.406-18.657-18.656-1.374zm-60.282 11.906V397h18.688v-18.688h-18.688zM202.562 403l-18.656 1.22 1.25 18.655 18.625-1.25L202.563 403zm101.594.688l-1.375 18.625 18.626 1.375 1.406-18.625-18.656-1.375zm-57.5 12v18.687h18.688v-18.688h-18.688zM205.03 440.28l-18.655 1.22 1.22 18.656 18.655-1.22-1.22-18.655zm96.345.658L300 459.594l18.625 1.375 1.406-18.626-18.655-1.406zm-54.72 12.125v18.687h18.69v-18.688h-18.69zm-39.186 24.53l-18.626 1.22.75 11.656.594 8.717h15.75v-9.812l2.312-.156-.78-11.626zm91.155.626l-.813 10.936 1.563.125v9.908h16.406l.658-8.657.812-10.936-18.625-1.375zm-74 2.28v18.688h18.688V480.5h-18.688zm37.375 0v18.688h18.688V480.5H262z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-invisible-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.47 19.188c-38.454 1.225-74.12 17.995-102.876 44.874h143.25L251.5 19.188h-.03zM277 20.625l106.156 118.03a9.007 9.007 0 0 1 .656.814h31.625C389.93 75.593 337.993 29.355 277 20.624zM131.594 82.063c-13.968 16.764-25.626 36.19-34.344 57.406h262.406L308.03 82.062H131.595zm290.125 75.124a9 9 0 0 1-2.314.282H92.594a9 9 0 0 1-1.844-.157c-2.44 7.667-4.496 15.526-6.156 23.53 10.116-3.31 20.786-4.79 30.562-4.78 28.234.03 58.968 1.987 82.875 12.5 8.163 3.59 15.634 8.29 21.626 14.437h72.688c5.992-6.146 13.463-10.848 21.625-14.438 23.906-10.512 54.64-12.47 82.874-12.5 9.866-.01 20.644 1.5 30.844 4.875-1.6-8.103-3.596-16.038-5.97-23.75zm-303.25 36.875c-7.975.024-14.797.522-19.157 1.594-12.054 36.836-.837 77.202 8.218 112.72.656.762 11.178 4.697 19.282 4.53-7.954-23.88 13.606-98.775 35.344-115.53-13.86-2.1-30.398-3.353-43.687-3.314zm271.436.063c-21.518.234-46.257 2.96-58.812 7.28-12.053 36.837-1.15 70.11 7.906 105.626.655.765 11.052 5.23 19.156 5.064-7.954-23.882 14.262-101.213 36-117.97-1.402-.006-2.814-.015-4.25 0zm-156.375 38.78c.71 6.47.392 13.46-1.03 20.907-2.746 14.383-7.356 26.488-13.344 36.5h73.688c-5.988-10.012-10.598-22.117-13.344-36.5-1.422-7.447-1.74-14.438-1.03-20.906h-44.94zm-28.81 75.407c-3.555 3.317-7.33 6.224-11.282 8.72-18.483 11.666-40 14.714-59.844 14.343-16.54-.31-30.828-4.272-42.78-10.72 3.945 15.8 8.843 30.875 14.624 45.064h301.125c5.777-14.182 10.68-29.272 14.625-45.064-11.954 6.447-26.243 10.41-42.782 10.72-19.844.37-41.36-2.678-59.844-14.345-3.952-2.494-7.727-5.4-11.28-8.717H204.718zm-91.282 75.407c5.733 11.796 12.095 22.846 19 33.03 6.078 8.966 12.546 17.27 19.375 24.813a9 9 0 0 1 2.718-.407h202.94a9 9 0 0 1 2.717.375c6.823-7.537 13.3-15.82 19.375-24.78 6.905-10.184 13.267-21.234 19-33.03H113.438zm94.718 18.842a9 9 0 0 1 .625 0h94.44a9 9 0 1 1 0 18h-94.44a9.005 9.005 0 0 1-.624-18zM170 459.156c25.64 21.635 54.99 33.72 86 33.72 31.01 0 60.36-12.085 86-33.72H170z" fill="#fff"/></svg>
<svg class="tc-image-originals-ion-cannon-blast tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M19.01 18.54v34.09l262.992 262.99c7.32 7.32 14.19 9.506 20.45 9.302 6.262-.204 12.246-3.097 16.755-7.742 9.017-9.29 12.41-23.63-1.363-37.403L56.604 18.54H19.01zm406.86 199.636c-8.665-.085-17.745.958-27.01 3.008l9.28 17.21c6.013-1.06 11.738-1.59 17.108-1.564 15.373.074 27.91 4.55 36.51 13.15 13.76 13.76 16.965 37.6 8.467 67.002-.572 1.977-1.2 3.974-1.877 5.987l-22.125-52.392-9.045 67.264-33.51-46.225-1.564 58.94-37.875-18.31c11.532-14.72 19.73-30.216 24.026-45.077 5.89-20.378 4.493-40.825-8.75-54.068-8.277-8.278-19.37-11.928-31.498-12.063-7.278-.082-14.93 1.103-22.57 3.312-8.423 2.434-17.047 6.135-25.622 10.968l13.827 13.826c5.848-2.976 11.57-5.28 16.982-6.845 6.194-1.79 11.807-2.624 16.76-2.613 8.255.02 14.678 2.394 18.91 6.625 6.77 6.77 8.786 19.153 4.012 35.67-4.775 16.518-16.318 35.902-33.477 53.06-17.16 17.16-36.545 28.703-53.062 33.478-16.518 4.774-28.898 2.76-35.668-4.012-6.77-6.77-8.786-19.15-4.012-35.668 1.615-5.59 4.024-11.51 7.144-17.56l-13.812-13.81c-4.99 8.758-8.794 17.577-11.28 26.182-5.892 20.38-4.497 40.825 8.747 54.07 13.243 13.242 33.69 14.637 54.068 8.747 14.724-4.257 30.072-12.345 44.672-23.71l19.342 40.008-62.718 1.662 46.227 33.513-67.26 9.045 50.255 21.223c-.227.068-.456.14-.682.206-29.4 8.498-53.245 5.292-67.004-8.467-11.603-11.603-15.7-30.377-11.604-53.606l-17.198-9.272c-6.594 29.83-2.75 57.757 15.586 76.092 20.234 20.234 52.145 22.822 85.408 13.207 33.264-9.613 69.147-31.45 100.948-63.25 31.8-31.8 53.635-67.685 63.25-100.948 9.614-33.263 7.028-65.175-13.205-85.408-12.646-12.646-29.856-18.4-49.104-18.588z"/></svg>
<svg class="tc-image-originals-ionic-column tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M137 41v16.828c84.313 17.835 157.15 13.99 238 .348V41zm128 105.512c19.367-2.58 41.85-11.815 64.47-20.95 22.046-8.905 44.324-19.27 65.885-18.144 10.81.564 22.064 5.04 30.637 10.24 28.702 17.556 41.142 56.438 22.207 86.21-14.93 23.473-47.34 33.593-71.794 17.155-18.602-12.504-26.55-39.04-12.386-58.642 10.274-14.217 31.507-20.235 46.64-8.017 5.145 4.154 8.53 9.938 9.652 16.432 1.122 6.494-.45 14.17-5.81 19.734-3.35 3.476-7.535 5.53-12.44 6.01-4.904.478-11.24-1.43-14.904-6.47 4.576-2.843 16.11-12.02 15.426-16.203-.334-1.935-1.69-4.25-3.223-5.486-6.104-4.928-15.96-2.098-20.764 4.552-7.58 10.49-2.957 25.878 7.843 33.138 15.324 10.302 36.736 3.615 46.583-11.87 13.114-20.618 4.17-48.587-16.414-61.177-7.815-4.78-16.398-7.617-25.006-7.35-8.258.254-17.547 2.213-26.84 6.013-10.4 4.252-18.874 12.83-24.805 22.86-19.115 32.318-5.055 74.713 26.97 93.2 38.652 22.313 88.847 5.406 110.478-32.932 25.616-45.4 5.766-103.877-39.133-128.802-17.23-9.623-30.26-13.436-49.216-11.737-37.342 3.348-69.34 13.7-124.06 14.55l-18-.01c-54.814-.904-84.714-10.723-124.016-14.764-17.376-1.786-35.734 4.564-49.26 11.962-44.898 24.925-64.748 83.402-39.132 128.802 21.63 38.338 71.826 55.245 110.478 32.932 32.025-18.487 46.085-60.882 26.97-93.2-5.93-10.03-14.404-18.608-24.804-22.86-9.293-3.8-18.582-5.76-26.84-6.014-8.608-.266-17.19 2.572-25.005 7.35-20.583 12.59-29.527 40.56-16.413 61.18 9.847 15.483 31.26 22.17 46.584 11.868 10.8-7.26 15.425-22.647 7.844-33.138-4.804-6.65-14.66-9.48-20.765-4.55-1.533 1.235-2.89 3.55-3.224 5.485-.082 6.955 9.04 11.55 15.426 16.203-3.664 5.04-10 6.948-14.904 6.47-4.905-.48-9.09-2.534-12.44-6.01-5.36-5.564-6.932-13.24-5.81-19.735 1.12-6.494 4.507-12.278 9.652-16.432 15.133-12.218 36.366-6.2 46.64 8.018 14.164 19.602 6.216 46.14-12.386 58.643C111.14 237.46 78.73 227.34 63.8 203.867c-18.934-29.77-6.494-68.653 22.208-86.21 9.37-6.07 19.283-9.443 30.637-10.24 21.537-1.51 43.84 9.24 65.884 18.144 22.62 9.137 45.103 18.372 64.47 20.952zm-76.287.98c9.008 16.32 11.675 34.306 9.12 51.508h116.335c-2.556-17.202.11-35.19 9.12-51.508-19.145 7.748-38.797 15.19-58.288 17.217h-18c-19.49-2.03-39.144-9.47-58.287-17.218zM193.135 217c-3.398 9.055-8.266 17.59-14.416 25.193l13.05 40.493L211.84 217zm43.025 0L256 281.934 275.84 217zm64 0L320 281.934l12.45-40.752c-5.765-7.344-10.34-15.53-13.585-24.182zM224 238.8L201.94 311h44.12zm64 0L265.94 311h44.12zm58.826 16.934L329.94 311h37.007l-1.91-43.963c-2.393-1.12-4.762-2.34-7.098-3.687-3.927-2.267-7.635-4.82-11.114-7.616zm-182.45.635c-3.247 2.546-6.688 4.886-10.315 6.98-2.335 1.348-4.704 2.566-7.097 3.687L145.053 311h36.93zM144.27 329l-6.87 158h21.846l3.758-135.25 17.992.5L177.254 487h25.87L205 351.875l18 .25L221.127 487H247V352h18v135h25.873L289 352.125l18-.25L308.877 487h25.87l-3.743-134.75 17.992-.5L352.754 487H374.6l-6.87-158z"/></svg>
<svg class="tc-image-originals-iron-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M486 371.316V142.75a399.056 399.056 0 0 1-185.685 69.28 399.135 399.135 0 0 1 70.973-186.002H142.72A399.056 399.056 0 0 1 212 211.714 399.135 399.135 0 0 1 26 140.74V369.31a399.056 399.056 0 0 1 185.685-69.28 399.135 399.135 0 0 1-70.973 185.944H369.28A399.056 399.056 0 0 1 300 300.342a399.135 399.135 0 0 1 186 70.974z"/></svg>
<svg class="tc-image-originals-iron-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.25 18.25c-31.81 0-61.71 14.253-86.906 39.438L191 246.905h35.125c19.944 0 19.7 37.852.688 38.75v64.156h59.218v-64.187c-20.043-1.644-19.334-38.72 1.376-38.72h34.75L343.78 58.313C318.455 32.74 288.323 18.25 256.25 18.25zM152.687 76.813c-2.375 3.118-4.68 6.353-6.937 9.687-29.025 42.865-47.375 102.888-47.375 169.375s18.35 126.542 47.375 169.406c26.88 39.698 62.346 64.383 101.156 67.814v-63.97H212.53c-21.46 0-21.18-38.78 0-38.78h88.5c20.185 0 19.697 38.78 0 38.78h-35.436v63.97c38.81-3.43 74.276-28.116 101.156-67.813 29.025-42.863 47.375-102.918 47.375-169.405S395.775 129.365 366.75 86.5c-2.077-3.067-4.198-6.053-6.375-8.938L340.97 246.906h34.936c20.184 0 19.696 38.78 0 38.78l-71.187.002V368.5h-96.596v-82.814l-70.5.002c-21.462 0-21.18-38.782 0-38.782h34.563l-19.5-170.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-island tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M80.87 28.32c-10.027.162-20.065 3.47-29.706 11.055C79.26 31.458 116.008 60.67 128.582 94.5c-33.088 2.865-77.492 21.193-92.373 60.79 45.182-35.396 77.437-49.508 97.192-28.644-20.36 20.232-37.693 49.855-34.722 77.06 8.497-19.502 30.642-47.206 53.763-56.956-.017.246-.03.493-.037.74 0 9.698 7.86 17.56 17.56 17.56 5.507-.01 10.692-2.603 14.003-7.005 43.084 62.306 46.703 103.963 46.99 171.13 1.22 3.765 3.31 13.657 8.712 13.323 2.138-.15 7.886-4.198 9.24-14.906-.658-72.08-6.662-120.87-59.648-192.89.088-.437.17-.88.244-1.335 12.77-25.514 63.138-12.534 85.207-7.342-19.952-24.276-63.064-33.383-91.26-30.154 6.987-23.99 41.58-35.786 79.522-39.88-35.283-14.532-83.623-2.6-108.498 18.582-18.92-23.63-46.22-46.692-73.61-46.252zM316.444 88.3c-14.417-.27-30.606 5.297-47.838 19.68 55.587-9.758 66.225 13.936 65.26 41.247-27.864-3.965-65.48 2.288-83.724 24.488 15.247-3.588 43.993-5.876 64.527 1.6-2.136 2.976-3.288 6.547-3.293 10.21 0 9.697 7.86 17.558 17.557 17.56 1.158-.007 2.312-.127 3.447-.36-29.184 40.13-43.586 77.41-49.65 109.765 5.913.638 11.845 1.472 17.78 2.49 6.267-33.1 22.157-72.1 56.822-115.246 3.327 3.807 8.134 5.994 13.19 6.002 8.54-.01 15.833-6.162 17.283-14.578 24.362 2.404 52.773 19.613 66.91 34.192-6.48-25.342-31.1-46.236-56.117-58.325 20.007-20.112 64.557-27.84 85.123-26.85-48.212-22.24-87.34-20.276-110.062-9.238-9.94-21.647-30.544-42.133-57.213-42.636zM18 327v18h100.234c14.542-6.786 29.8-12.894 45.434-18zm330.69 0c15.736 5.106 31.102 11.213 45.736 18H494v-18zm-81.858 2.29c-1.966 17.012-11.84 30.178-25.898 31.165-17.093-1.086-24.48-13.605-27.6-27.437-33.38 5.94-67.274 18.015-97.31 33.033-36.807 18.405-67.758 41.478-84.942 61.233 4.887 1.483 10.322 3.123 17 4.844 16.234 4.183 36.103 7.82 47.176 6.904 8.815-.73 18.05-5.583 28.39-11.27 10.34-5.687 21.82-12.22 35.834-13.026 19-1.092 36.012 5.71 51.84 12.04 15.828 6.332 30.557 12.207 44.69 12.226 8.875.012 18.36-3.293 28.83-7.22 10.47-3.925 21.902-8.468 34.943-8.778 30.896-.735 56.652 15.618 80.36 16 14.596.235 38.53-3.61 58.222-7.625 8.712-1.776 16.05-3.47 22.18-4.91-16.61-19.392-47.196-42.19-83.774-60.38-39.91-19.846-86.81-34.618-129.94-36.798zm-97.768 109.66c-17.693.86-35.45 8.61-51.22 16.005-9.012 4.226-17.343 8.447-24.168 11.486C86.85 469.48 81.11 471 80 471c-25.66 0-48.943-12.707-62-21.492v21.472C33.352 479.837 55.207 489 80 489c7.268 0 13.51-2.78 20.998-6.115 7.488-3.335 15.8-7.56 24.488-11.633 17.376-8.147 36.382-15.234 49.875-14.275 8.73.62 17.46 6.266 27.45 13.51 9.993 7.246 21.062 16.013 35.75 18.396 21.05 3.416 40.977-2.01 59.72-7.215 18.745-5.204 36.403-10.194 52.91-8.705 6 .54 11.362 3.603 18.867 7.564C377.562 484.487 387.252 489 400 489c14.94 0 38.64-4.13 59.537-8.164 15.083-2.91 28.2-5.772 34.463-7.166v-18.39l-.012-.05c0-.002-17.313 3.968-37.863 7.934C435.575 467.13 411.277 471 400 471c-8.694 0-14.606-2.73-21.54-6.39-6.936-3.66-14.852-8.6-25.65-9.573-21.053-1.898-40.784 4.134-59.343 9.287-18.56 5.153-35.852 9.418-52.026 6.793-8.856-1.437-17.89-7.824-28.063-15.2-10.174-7.378-21.676-15.823-36.738-16.894-2.6-.177-5.16-.19-7.576-.074z"/></svg>
<svg class="tc-image-originals-james-bond-aperture tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M146 18.094l-.313 2.125c64.282 9.015 122.25 41.02 164.344 87.686-9.73-1.683-19.447-2.82-29.124-3.437 45.892 39.742 64.438 103.857 45.97 162.374 26.065-18.722 45.427-46.68 52.905-79.875-29.19-77.723-91.352-139.304-168.31-168.876H146zm267.78 0c28.61 77.52 19.385 160.333-18.905 227.5-1.373-9.452-3.22-18.753-5.5-27.875-20.32 47.344-63.415 81.5-113.844 90.655-5.864 1.514-12.016 2.313-18.342 2.313-.555 0-1.105-.02-1.657-.032-2.6.123-5.215.168-7.843.156 25.274 19.373 57.267 29.974 91.032 28 94.646-74.5 135.222-202.835 94.842-320.718h-19.78zm-165.06 86.22c-97.237 5.22-186.08 62.143-230.845 150.03v49.687c21.42-69.797 70.205-124.258 131.344-154.624-4.47 8.54-8.434 17.232-11.94 26.03 25.29-16.378 54.372-24.586 83.47-24.592 30.712-.007 61.428 9.12 87.688 27.375-9.977-30.14-30.508-56.787-59.72-73.907zM216.47 169.5c-32.51 1.025-64.696 13.76-89.782 38.188-27.114 103.46 7.454 216.188 92.468 286.312h31.03c-66.612-45.443-105.777-116.463-112.81-191.22 6.657 7.13 13.634 13.815 20.874 20.095-12.595-57.668 9.992-117.64 58.22-153.375zm40.718 12.844c-30.39 0-54.813 24.448-54.813 54.844 0 30.39 24.423 54.812 54.813 54.812 30.39 0 54.843-24.417 54.843-54.813 0-30.395-24.453-54.843-54.842-54.843zm-75.688 63c-11.335 30.52-11.2 65.08 2.656 97.437 91.515 61.988 214.54 64.646 309.625.25v-23c-59.34 44.63-131.816 59.77-199.75 47.69 6.565-3.436 12.957-7.097 19.158-10.97-61.614-7.084-114.196-50.884-131.688-111.406zm63.063 267.344c.157.102.31.21.468.312l.19-.313h-.657z" fill="#fff"/></svg>
<svg class="tc-image-originals-jawbone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M141.53 27.5c-14.402.24-28.773 4.045-40.905 11.47 8.326 73.258-10.335 120.874-81 185.593 85.145 69.732 181.182 175.762 224.47 258.593 47.95 5.71 96.32 3.736 125.468-23.03-5.976-1.694-11.99-5.062-17.625-10.095-8.674-7.743-14.29-14.773-15.313-23.03-8.506.522-17.522-1.747-25.844-7.25-9.755-6.45-15.376-15.956-15.75-25.344-2.813.698-5.658 1.168-8.53 1.375-9.563.69-19.818-1.6-27.063-9.124-7.212-7.49-9.103-17.77-8.187-27.344.06-.64.165-1.267.25-1.906-2.99.838-6.055 1.407-9.125 1.688-9.548.872-19.862-1.21-27.25-8.594-7.244-7.24-9.356-17.286-8.72-26.75-.567.193-1.144.39-1.718.563-9.18 2.76-19.693 2.792-28.406-2.97-8.673-5.734-12.74-15.362-13.936-24.906-.764-6.09-.422-12.364.937-18.437-41.346-51.493-38.973-107.49 51.376-170.688 6.717-53.757-33.305-80.477-73.125-79.812zm140.064 64.53c-2.196-.06-5.02.324-8.375 1.44-6.71 2.23-14.523 7.06-20.5 12.936-5.98 5.875-9.918 12.704-10.69 18-.77 5.296.138 9.312 7.032 14.563 7.08 5.39 11.66 5.345 16.875 3.28 5.216-2.065 10.985-7.466 15.313-14.563 4.328-7.096 7.163-15.705 7.72-22.53.554-6.827-1.18-10.71-2.75-11.907v-.03c-.85-.648-2.43-1.127-4.626-1.19zm49.5 24.25c-.523 0-1.09.034-1.688.095-2.396.244-5.368 1.01-8.72 2.563-6.7 3.106-14.132 8.858-19.498 15.312-5.367 6.454-8.43 13.528-8.532 18.438-.102 4.91 1.103 8.356 8.906 12.5 8.01 4.252 13.158 3.627 18.407.843 5.248-2.782 10.415-8.78 13.905-16.124 3.49-7.342 5.238-15.888 4.938-22.344-.3-6.455-2.302-9.592-4.188-10.593-.76-.405-1.964-.682-3.53-.69zm49.187 21.5c-.237.007-.49.01-.75.032-3.107.28-7.608 1.803-12.405 5.094-6.397 4.388-12.886 11.342-17.094 18.438-4.206 7.095-5.817 14.167-5.03 18.28.787 4.115 2.45 6.984 11.563 9.25 9.34 2.325 15.205.483 20.218-3.343 5.015-3.825 8.982-10.39 11.064-17.81 2.082-7.423 2.152-15.524.625-21.19-1.53-5.664-3.776-7.953-6.345-8.593-.51-.127-1.128-.173-1.844-.156zm37.783 21.407c-2.654.066-3.784.61-5.313 2.032-3.057 2.84-6.715 11.768-8.875 25.343-3.315 20.835-4.277 51.186-8.78 84.718 18.245-21.454 32.614-43.518 40.31-62.25 5.227-12.716 7.254-23.8 6.283-31.405-.972-7.606-3.66-11.774-10.875-15.03-5.824-2.63-10.097-3.473-12.75-3.407zM465 179.53c-.654.01-.64.14-.875.345-.63.545-2.953 5.552-3.375 13.97-.74 14.724 2.303 36.59 3.47 55.78 1.436-.566 3.107-1.515 5.28-3.28 5.153-4.188 10.808-11.842 14.438-20.407 3.63-8.566 5.238-17.936 4-25.47-1.24-7.532-4.517-13.262-12.72-17.593-4.49-2.372-7.7-3.21-9.312-3.313-.403-.025-.688-.034-.906-.03zm-267.03 84.282c-.453-.002-.894.02-1.314.063-1.12.116-2.15.4-3.094.75-3.773 1.4-7.424 5.167-9.906 10.813-2.48 5.645-3.515 12.83-2.78 18.687.733 5.858 3.044 9.858 5.718 11.625 2.797 1.85 7.215 2.31 12.72.656 5.502-1.654 11.483-5.457 15.56-10.03 4.08-4.575 6.087-9.547 5.845-13.72-.244-4.173-2.178-8.713-10.22-14.03-5.403-3.573-9.372-4.796-12.53-4.813zm47.78 34.375c-.812-.016-1.598.072-2.344.188-3.976.618-8.316 3.588-11.875 8.625-3.557 5.037-5.987 11.863-6.436 17.75-.45 5.887.983 10.265 3.25 12.53 2.372 2.372 6.62 3.712 12.344 3.19 5.722-.524 12.34-3.052 17.25-6.72 4.91-3.668 7.873-8.144 8.468-12.28.596-4.14-.4-8.998-7.22-15.814-5.234-5.233-9.263-7.076-12.623-7.406-.28-.028-.542-.057-.813-.063zm44.47 36.782c-.526.014-1.034.056-1.533.124-3.987.54-8.376 3.44-12.03 8.406-3.655 4.967-6.25 11.716-6.813 17.594-.563 5.878.808 10.284 3.03 12.594 2.327 2.415 6.55 3.85 12.282 3.437 5.732-.413 12.397-2.833 17.375-6.406 4.98-3.575 8.014-7.97 8.69-12.095.673-4.125-.22-8.992-6.908-15.938-5.134-5.332-9.115-7.26-12.468-7.656-.56-.065-1.1-.076-1.625-.06zm83.28 8.342c-15.947 8.505-34.427 19.674-46.563 30.782-7.694 7.043-12.323 14.02-13.156 18.22-.83 4.196-.528 6.71 7.283 11.873 7.89 5.218 13.697 5.385 19.875 3.063 6.177-2.322 12.78-8.142 18.312-16.438 8.636-12.948 14.052-31.514 14.25-47.5zm22.625 63.907c-14.205 5.428-29.29 9.312-36.625 13.467-2.15 1.218-3.486 2.372-4 3-.514.63-.376.427-.375.594 0 .337 1.343 4.753 9.25 11.814 7.362 6.574 12.22 7.246 16.156 6.406 3.937-.84 8.107-4.084 11.376-9.313 3.27-5.228 5.32-12.16 5.438-18.062.062-3.134-.426-5.76-1.22-7.906z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-jeep tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M155.605 114.634l-14.31 7.154 3.576 7.156 13.423 26.844-57.578 57.578h22.625l42.494-42.494 21.248 42.494h17.89l-45.788-91.578-3.58-7.154zm132.422 2.732v24c0 11.313 5.527 24.452 12.13 39.47 6.345 14.432 13.97 29.757 19.87 42.33v54.2h-93.765l-16-48H80.027v80h2.623c5.445-11.528 14.993-20.257 26.176-26.092 12.89-6.725 28.058-9.908 43.2-9.908 15.144 0 30.31 3.183 43.203 9.908 11.18 5.835 20.73 14.564 26.174 26.092h117.344c10.22-23.39 31.87-35.904 54.555-37.967 23.296-2.118 47.98 5.742 65.738 21.966h7.222l10.666-32h-28.9v-48H333.09c-5.778-12.2-12.63-26.108-18.285-38.97-6.367-14.482-10.778-28.342-10.778-33.03v-24h-16zm-256.054 72v80h32v-80h-32zm432.054 23.88v32h16v-32h-16zm-231.568 32.12l5.333 16h50.234v-16H232.46zm-184.433 40v24.303h16v-24.304h-16zm104 16a48 48 0 0 0-48 48 48 48 0 0 0 48 48 48 48 0 0 0 48-48 48 48 0 0 0-48-48zm253.557 0a48 48 0 0 0-48 48 48 48 0 0 0 48 48 48 48 0 0 0 48-48 48 48 0 0 0-48-48zm-173.557 24v16h96v-16h-96zm-80 8a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16zm253.557 0a16 16 0 0 1 16 16 16 16 0 0 1-16 16 16 16 0 0 1-16-16 16 16 0 0 1 16-16z"/></svg>
<svg class="tc-image-originals-jellyfish tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.25 19.594c-76.095.492-152.275 42.48-171.844 139.812-2.706 13.46.208 22.172 7.406 30.063 6.18 6.774 16.286 12.65 29.313 17.155 8.87-6.015 17.417-19.395 20.47-34.156 1.136 15.568 7.102 33.066 17.28 42.53 12.807 1.726 26.597 2.752 40.78 3.188C205.5 123.968 313.99 114.71 323.22 208.5c11.655-2.437 22.868-5.327 33.28-8.656 11.107-15.656 7.692-26.07 5.03-41 8.16 11.035 11.332 22.095 28.314 27.25 9.952-5.37 18.034-11.312 23.687-17.5 8.163-8.936 11.494-17.695 9.97-28.47-10.676-75.457-84.34-119.695-161.625-120.53-1.208-.013-2.417-.008-3.625 0zm-29.22 23.093c24.367 0 44.126 19.73 44.126 44.094 0 24.367-19.76 44.126-44.125 44.126-2.338 0-4.633-.18-6.874-.53-3.684 14.55-16.865 25.343-32.562 25.343-18.552 0-33.594-15.044-33.594-33.595 0-16.984 12.604-31.03 28.97-33.28-.032-.682-.032-1.375-.032-2.064 0-24.365 19.727-44.093 44.093-44.093zm95.345 55.97c10.8 0 19.563 8.764 19.563 19.562 0 10.797-8.764 19.53-19.563 19.53-10.8 0-19.53-8.733-19.53-19.53 0-10.8 8.73-19.564 19.53-19.564zm77.156 102.312c-5.32 3-11.025 5.787-17.03 8.374 12.71 15.545 19.88 34.71 22.75 54.25 4.855 33.055-4.353 66.41-16.813 78.97-24.31 24.5-30.547 57.464-23.125 88.248 5.573 23.115 18.495 45.298 36.938 63.407h29.03c-24.623-17.53-41.752-42.65-47.81-67.783-6.2-25.704-1.406-50.908 18.25-70.718 19.685-19.842 27.573-57.107 22.03-94.845-3.062-20.85-10.79-42.05-24.22-59.906zm-41.06 17.25c-5.997 1.886-12.2 3.595-18.533 5.186 8.91 16.314 14.04 30.545 15.625 43.063 2.682 21.173-3.548 38.124-20.187 56.592-23.118 25.66-24.01 54.512-27.563 82.625-3.5 27.702-9.055 55.82-38.812 88.532h24.344c23.8-31.292 29.794-60.816 33-86.19 3.687-29.18 4.24-51.718 22.906-72.436 19.127-21.23 28.188-45.065 24.844-71.47-1.838-14.506-7.098-29.6-15.625-45.905zm-39.75 9.905c-21.83 4.216-44.707 6.853-67.033 8.03-16.476.87-33.335 1.24-49.875.845-14.306 14.035-26.07 29.54-33.78 45.813-12.875 27.174-13.776 57.767 5.562 82.812.295.382.57.788.844 1.188-10.236 6.08-21.41 11.5-33.25 16.75-23.037 10.21-48.35 19.324-72.813 31.125 6.505-27.637 17.068-49.704 29.188-62.063 16.996-17.333 35.44-32.76 46-57.844 6.838-16.245 9.966-35.98 7.75-61.905-6.59-1.016-12.964-2.276-19.094-3.72 2.97 26.23.066 44.26-5.876 58.376-8.568 20.355-24.4 33.955-42.125 52.033-18.482 18.845-31.744 49.66-37.814 86.75-9.37 5.463-18.45 11.502-27.062 18.406v24.936c7.454-7.247 15.6-13.632 24.25-19.406-1.067 14.096-1.178 28.833-.22 43.97h18.75c-1.257-19.685-.448-38.66 1.94-56.158 26.77-14.288 56.505-24.9 84.717-37.406 10.524-4.664 20.864-9.69 30.72-15.375-.125 10.524-4.077 23.175-12.344 37.19-14.266 24.18-40.91 50.666-77.344 71.75h34.344c26.386-19.128 46.457-40.83 59.094-62.25 11.775-19.96 17.327-40.537 13.906-58.095 21.25-15.403 38.72-35.33 48.28-63.47 9.112 1.75 18.513.996 25.314-2.124.256-.116.5-.252.75-.374-7.986 68.863-42.73 137.217-112.313 186.313h30.72c69.553-58.027 100.686-136.855 102.03-213.033 18.65-7.55 31.337-26.797 26.782-53.062zM211.75 255.72c1.172 3.966 3.024 7.484 5.375 10.718l2.938 4.03-1.72 4.688c-3.335 9.118-1.49 15.308 3.5 21.375 2.123 2.58 4.95 4.976 8.25 7.064-7.543 23.296-20.897 39.753-38.124 52.844-.512-.75-1.034-1.492-1.595-2.22-14.877-19.267-14.336-40.467-3.47-63.406 5.618-11.855 14.223-23.8 24.845-35.093z" fill="#fff"/></svg>
<svg class="tc-image-originals-jerrycan tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M374.014 53.123c-.72-.008-1.435.002-2.15.033-1.758.076-3.503.267-5.235.57-13.857 2.41-27.79 12.364-38.913 30.905-13.823 23.04-37.3 32.308-61.654 35.438-23.677 3.043-49.05 1.085-72.016.97L105 165.564V487h302V67.955c-11.04-10.112-22.205-14.706-32.986-14.832zM201.514 55l-16.873 50.617 5.235-2.617H192c4.122 0 8.278.064 12.44.145L214.485 73h99.285c4.337-6.844 9.166-12.885 14.41-18H201.514zm173.884 22.354l17.204 5.292L329 289.352v109.625l60.123 41.623-10.246 14.8-90.133-62.4H176v-.775l-40.512 60.767-14.976-9.984L183 349.275V242.068l-60.21-42.728 10.42-14.68L221.052 247H323.2l52.198-169.646zM144.713 96.602l-41.576 19.68 12.836 27.116 41.576-19.68L144.712 96.6zM201 265v110h110V265H201z"/></svg>
<svg class="tc-image-originals-jester-hat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M281.49 19.312c-25.16.153-60.41 33.046-86.097 68.937 3.964 3.373 7.804 7.028 11.492 10.948 9.436 10.03 18.148 21.76 26.144 34.612 11.52-18.005 23.463-33.81 35.724-46.87 19.07-20.313 39.165-34.398 60.04-38.75-12.726-17.32-28.263-28.186-47.304-28.878zm62.834 45.406c-.83.004-1.664.017-2.506.04l-.062.003-.063.003c-18.105.263-38.738 12.047-59.816 34.498-21.08 22.452-42.23 55.034-61.672 94.063-28.845 57.905-53.972 129.98-71.225 204.586 5.495 10.445 12.004 20.354 20.075 29.96 4.482-18.25 14.135-38.246 32.02-51.773l11.165-8.445 3.05 13.664c1.618 7.257 7.71 21.177 15.42 34.185 5.756 9.713 12.564 19.186 18.634 25.864 13.73-16.182 20.832-43.925 28.193-62.412l4.42-11.097 9.45 7.308c10.392 8.04 19.526 19.733 26.765 31.813 3.71 6.193 6.887 12.395 9.336 18.402 12.077-14.887 20.38-32.92 27.04-51.215-5.102-12.048-10.1-24.147-14.43-36.09-6.996-19.307-12.32-38.26-13.337-56.4-1.015-18.14 2.522-35.792 13.533-50.525 7.97-10.666 18.658-17.79 30.794-17.98 12.137-.187 23.963 6.146 35.348 17.265 18.01 17.59 36.405 48.284 55.545 94.338 1.338-54.69-3.184-113.508-17.436-161.142-8.99-30.052-21.805-55.49-38.615-72.785-16.285-16.753-35.92-26.245-61.626-26.125zm-205.11 18.18c-4.463.04-8.997.646-13.614 1.85-47.61 12.428-68.494 50.477-77.536 97.667-4.09 21.355-5.4 44.255-5.253 66.65 1.557.036 3.092.16 4.602.368 1.754-6.153 3.62-12.048 5.688-17.498 4.876-12.862 10.612-23.867 19.453-31.336 8.84-7.47 21.574-9.996 34.144-5.492 26.76 9.59 40.14 35.794 45.24 66.176 2.492 14.844 3.214 31.024 2.723 47.744 14.29-44.75 31.076-86.877 49.434-123.73 5.95-11.945 12.066-23.322 18.32-34.076-8.792-15.234-18.415-28.824-28.64-39.692-15.944-16.95-32.47-27.154-50.124-28.486-1.47-.11-2.95-.16-4.437-.146zm232.173 148.27c-5.544.085-10.803 2.923-16.655 10.753-1.167 1.564-2.213 3.172-3.164 4.817 7.204 9.21 14.374 19.512 21.377 30.682 3.887-1.5 8.052-2.428 12.393-2.665-1.107-12.588-2.46-26.452-4.14-40.98-3.758-1.902-7.04-2.65-9.81-2.608zm-329.56 35.87c-12.81 0-23 10.19-23 23s10.19 23 23 23c12.808 0 23-10.19 23-23s-10.192-23-23-23zm345.75 25.652c-12.808 0-23 10.19-23 23s10.192 23 23 23c12.81 0 23-10.19 23-23s-10.19-23-23-23zm82.597 56.465c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm-99.31 32.643c-8.713 23.945-20.526 48.82-41.428 67.93l-12.512 11.437-2.465-16.77c-.916-6.226-5.35-17.525-11.728-28.167-3.786-6.32-8.287-12.394-12.898-17.62-6.213 19.202-14.643 45.832-34.68 62.348l-5.763 4.75-5.73-4.787c-10.268-8.58-20.073-22.133-28.435-36.24-5.068-8.55-9.358-17.036-12.623-24.948-11.832 14.45-17.72 34.36-18.62 48.398l-1.246 19.457-14-13.568c-18.337-17.774-30.744-36.71-40.152-56.956l-11.453 48.67c-.337 5.734-.657 12.613-.34 18.48.332 6.097 2.332 10.952 1.98 10.55 4.148 4.767 20.086 11.37 42.304 14.553 22.218 3.185 50.507 4.065 80.176 2.844 59.338-2.44 124.766-13.612 159.164-29.15 4.968-2.245 13.87-15.99.5-35.91l-.014-.02z"/></svg>
<svg class="tc-image-originals-jet-fighter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M467.355 31.004c-2.028.042-4.03.415-5.898.848-4.98 1.153-10.307 3.38-16.338 6.396-12.062 6.03-26.718 15.322-42.14 26.12-26.718 18.7-55.462 41.765-74.97 59.894l39.82 19.908 19.908 39.82c18.13-19.508 41.193-48.252 59.895-74.97 10.797-15.422 20.088-30.078 26.12-42.14 3.014-6.03 5.242-11.357 6.395-16.337 1.154-4.98 1.878-10.923-2.945-15.746-2.41-2.412-5.103-3.437-7.814-3.715-.68-.07-1.358-.092-2.035-.078zm-32.376 29.59c4.388.09 8.607 1.52 11.756 4.67 4.8 4.8 5.607 12.078 3.762 18.668-1.845 6.59-6.102 13.264-12.902 20.064l-42.217 42.22-29.595-29.595 42.22-42.218c6.8-6.8 13.474-11.055 20.063-12.9 1.648-.46 3.338-.756 5.022-.865.63-.04 1.26-.056 1.89-.043zM80 96l-48 64 48-64zm103.154 13.486L161.938 130.7l43.873 4.876 1.717-1.717v-24.374h-24.373zm129.965 25.22l-43.516 21.757-153.05 200.14 13.764 13.764 91.838-91.836 5.656-5.657 11.315 11.315-5.658 5.656-91.837 91.838 13.763 13.763 200.14-153.05 21.76-43.514-21.392-42.784-42.785-21.39zm-256.565.386l7.388 22.164 121 83.578 64.473-84.314-192.86-21.428zm38.14 62.85l-13.123 13.124 24.373 24.375 17.582-17.58-28.832-19.917zm260.785 64.642l-84.314 64.473 83.578 121 22.164 7.388-21.428-192.86zm-190.88 4.852L53.62 276.45 31 299.073l82.402 35.315 51.198-66.95zm212.086 41.125l4.61 41.502 17.13-17.128V308.56h-21.74zM244.564 347.4l-66.95 51.198L212.927 481l22.62-22.62 9.016-110.98zm-138.62 21.22l-13.057 13.06 37.433 37.433 13.06-13.058-37.435-37.434zm188.197 19.853l-17.58 17.582 24.374 24.373 13.123-13.123-19.916-28.832z"/></svg>
<svg class="tc-image-originals-jet-pack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C178.857 16 76 192.867 76 268.657c0 25.263 103.128 25.223 180 25.313 76.874.09 180-.046 180-25.313C436 192.867 333.144 16 256 16zm-90 303.282c-29.772 0-59.312 4.894-63.282 15C94.778 354.492 150.12 496 166 496c15.88 0 71.22-141.51 63.282-161.718-3.97-10.105-33.51-15-63.282-15zm180 0c-29.772 0-59.312 4.894-63.282 15C274.778 354.492 330.12 496 346 496c15.88 0 71.22-141.51 63.282-161.718-3.97-10.105-33.508-15-63.282-15z" fill="#fff"/></svg>
<svg class="tc-image-originals-jetpack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M316.78 22.875c-39.934 7.73-68.166 23.587-85.06 45.594l56.686 32.718c7.082-3.366 14.852-5.288 22.97-5.407 4.6-.066 9.312.447 14.062 1.595 3.55-21.452.93-46.382-8.657-74.5zm-97.155 60.188l-86.97 150.562 93.126 53.813 21.876-37.875c-9.93-9.794-14.08-24.695-14.594-40.22-.63-18.986 3.98-40.098 12.563-59.187 6.37-14.167 14.91-27.294 25.72-37.22l-51.72-29.874zM426.095 86c-29.394 5.69-52.423 15.795-69.283 29.5 9.33 9.8 14.302 21.758 15.282 34.03l56.53 32.626c10.69-25.678 10.483-57.99-2.53-96.156zM64.968 94.063L27.03 159.78l102 42.75 60.814-105.31L64.97 94.062zm246.624 19.968c-6.535.105-12.59 2.26-18.563 5.845-11.942 7.17-22.876 21.332-30.342 37.938-7.467 16.605-11.48 35.512-10.97 50.906.51 15.377 5.323 26.064 12.813 30.405.008.004.026-.004.033 0 7.503 4.316 19.15 3.152 32.718-4.094 13.584-7.253 27.95-20.167 38.595-34.936 10.645-14.77 17.45-31.35 17.688-45.28.237-13.933-4.683-25.242-20.5-34.376-7.91-4.568-14.935-6.51-21.47-6.407zm58.812 56.126c-3.198 14.315-10.297 28.28-19.375 40.875-12.236 16.98-28.18 31.522-44.936 40.47-13.74 7.338-28.795 11.2-42.28 7.438l-21.845 37.812 93.124 53.78L422 199.94l-51.594-29.782zm54.22 62.625l-60.782 105.345 88.03 67 37.938-65.75-65.187-106.594zm-276.657 31.282c-22.477 9.84-39.73 23.148-51.814 39.344l87.5 50.53c8.04-18.58 11.052-40.098 8.5-64.342l-44.187-25.53zM87.874 320.22L18.22 440.78v37.345l85.843-148.563-16.188-9.343zm169.406 6.967c-22.48 9.84-39.725 23.143-51.81 39.344l87.5 50.533c8.042-18.59 11.056-40.12 8.5-64.375l-44.19-25.5zM122.19 340.031l-90 154.876H53.81l84.594-145.5-16.22-9.375zm34.437 19.876l-77.78 135h21.56l72.376-125.656-16.155-9.344zM197.47 383.5l-63.22 111.406h21.5l57.906-102.062-16.187-9.344zm34.436 19.906l-51.062 91.5h21.375l45.874-82.187-16.188-9.314zm34.438 19.875l-38.938 71.626h21.313l33.843-62.28-16.22-9.345z" fill="#fff"/></svg>
<svg class="tc-image-originals-jeweled-chalice tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.938 16.28c-44.12 0-84.047 5.327-113.72 14.282-14.835 4.478-27.12 9.802-36.374 16.407-9.238 6.59-16.223 15.3-16.25 26l-.03.03c0 13.315 1.05 26.348 3.03 39 3.29-1.478 6.858-2.368 10.562-2.5 1.437-.05 2.874.004 4.344.188 11.763 1.47 21.494 9.193 28.688 19.187 7.193 9.994 12.08 22.69 13.437 36.375 1.357 13.686-1.013 26.1-7.063 35.594-2.544 3.994-5.964 7.404-9.937 9.937 30.266 41.24 74.044 67.345 123.313 67.345 48.71 0 92.033-25.536 122.25-65.97-4.95-2.59-9.168-6.572-12.188-11.31-6.05-9.495-8.42-21.91-7.063-35.595 1.357-13.686 6.276-26.38 13.47-36.375 7.193-9.994 16.893-17.718 28.656-19.188.735-.09 1.464-.157 2.187-.187.723-.03 1.438-.026 2.156 0 4.872.174 9.506 1.677 13.594 4.094 2.143-13.137 3.28-26.702 3.28-40.563V73c-.012-10.712-7.002-19.433-16.25-26.03-9.254-6.606-21.538-11.93-36.374-16.407-29.672-8.956-69.6-14.282-113.72-14.282zM152.78 48.72c-4.477 3.726-6.936 7.742-6.936 11.936 0 19.348 51.99 35.032 116.094 35.032C326.04 95.688 378 80 378 60.656c0-4.2-2.48-8.206-6.97-11.937 13.2 4.046 23.653 8.826 30.158 13.468 6.634 4.734 8.406 8.483 8.406 10.843 0 2.36-1.772 6.11-8.406 10.845-6.635 4.734-17.36 9.62-30.938 13.72-27.155 8.194-65.717 13.468-108.313 13.468-42.595 0-81.157-5.274-108.312-13.47-13.577-4.097-24.303-8.984-30.938-13.718-6.634-4.734-8.406-8.484-8.406-10.844 0-2.36 1.773-6.108 8.407-10.843 6.495-4.634 16.922-9.425 30.094-13.468zm-43.25 79.405c-.522-.007-1.012.024-1.5.094-2.917.418-5.155 2.195-7.5 5.874-3.124 4.904-5.242 13.385-4.218 23.72.818 8.25 3.468 16.2 7.094 22.686 1.035-8.94 8.625-15.875 17.844-15.875 6.984 0 13.026 3.994 16 9.813.1-2.316.036-4.772-.22-7.344-1.023-10.334-4.93-20.226-10.03-27.313-5.1-7.086-11.195-10.953-15.813-11.53-.577-.072-1.133-.118-1.656-.125zm301.5 0c-.522.007-1.078.053-1.655.125-4.618.577-10.71 4.444-15.813 11.53-5.1 7.088-9.006 16.98-10.03 27.314-.158 1.58-.234 3.105-.25 4.594 3.29-4.295 8.456-7.063 14.28-7.063 9.926 0 17.97 8.043 17.97 17.97 0 .23-.023.457-.032.686 4.477-6.908 7.81-15.998 8.75-25.468 1.024-10.333-1.094-18.814-4.22-23.718-2.342-3.68-4.58-5.456-7.5-5.875-.485-.07-.976-.102-1.5-.095zm-148.905 11.813c11.85 0 22.082 6.965 28.75 16.53 6.668 9.566 10.406 21.998 10.406 35.563 0 13.566-3.737 25.998-10.405 35.564-6.668 9.565-16.9 16.53-28.75 16.53-11.85 0-22.05-6.965-28.72-16.53C226.74 218.028 223 205.597 223 192.03c0-13.564 3.74-25.996 10.406-35.56 6.668-9.567 16.868-16.532 28.72-16.532zm0 18.687c-4.606 0-9.29 2.624-13.406 8.53-4.12 5.908-7.032 14.83-7.032 24.876 0 4.65.64 9.052 1.718 13.032 1.935-7.837 8.97-13.656 17.406-13.656 9.926 0 17.97 8.043 17.97 17.97 0 .62-.033 1.24-.094 1.843 2.38-5.356 3.906-11.975 3.906-19.19 0-10.044-2.945-18.967-7.063-24.874-4.116-5.907-8.8-8.53-13.405-8.53zm-39.22 128.72c-1.274 6.034-2.6 11.995-4 17.81.5.183 1.005.357 1.532.533 9.685 3.217 24.14 5.437 40.125 5.437 15.77 0 30.07-2.166 39.75-5.313-1.495-5.43-2.922-10.995-4.312-16.625-9.97 2.145-21.07 3.344-32.78 3.344-14.76 0-28.546-1.884-40.314-5.186zm-8.655 35.967c-11.726 42.656-26.91 77.18-44.656 95.375.498 1.15 1.65 2.71 4.125 4.72 3.802 3.088 10.298 6.512 18.718 9.406 16.838 5.787 41.21 9.625 68.125 9.625 26.913 0 51.317-3.838 68.156-9.625 8.418-2.894 14.914-6.318 18.717-9.407 3.163-2.568 4.162-4.385 4.407-5.562-17.226-18.314-33.287-52.22-46.28-94.094-12.233 3.898-27.832 6.063-45.002 6.063-17.664 0-33.65-2.294-46.03-6.407-.096-.03-.187-.062-.282-.094zm152.563 106.25c-2 3.152-4.644 5.948-7.594 8.344-6.39 5.19-14.64 9.226-24.44 12.594-19.6 6.737-45.566 10.625-74.217 10.625-28.652 0-54.588-3.888-74.188-10.625-9.8-3.368-18.05-7.405-24.438-12.594-2.89-2.348-5.484-5.082-7.468-8.156-.4.18-.788.398-1.19.563-11.745 4.817-21.073 11.418-23.468 21.53-4.48 18.93 58.848 38.31 131.875 38.313 73.028.002 132.407-17.273 132.407-38.312 0-8.636-11.4-13.37-27.28-22.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-jigsaw-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M348.125 20.78l-141.75 20.345 23.188 39.094c25.64-1.58 46.48 9.678 55.625 25.5 4.95 8.564 6.226 19.507.937 28.5-3.466 5.89-9.315 10.183-16.75 13.093l17.406 29.28 47.564-7 6.062-.874 3.22 5.186c14.998 23.98 34.436 31.593 42.03 30.375 3.798-.608 4.902-1.42 5.75-5.436.848-4.018-.1-12.352-6.406-24.03l-6.344-11.72 13.22-1.938 35.655-5.25L348.126 20.78zm-160.03 22.97l-90.47 12.97 2.22 3.78 112.78 192.438 90.22-12.657-55.783-93.968-7.156-12.03 13.844-2c10.52-1.512 14.83-5.065 16.28-7.532 1.452-2.467 1.485-5.305-1.03-9.656-5.03-8.702-21.297-19.017-43.188-15.875l-6.187.905-3.188-5.375-29.78-50.156 1.437-.844zM95.25 89.656l-23.906 94.906L103 237.875l2.28 3.813-1.56 4.187c-8.138 22.007-2.404 47.465 6.374 60.938 4.388 6.736 9.347 9.5 10.75 9.625.7.062.827.15 1.906-.75 1.08-.9 2.866-3.158 4.53-7.407l6.907-17.592 9.782 16.156 40.343 66.47 94.593-13.908 25-100.406L209 272.313l-6.188.875-3.156-5.407L95.25 89.657zm342.5 83.625l-30.97 4.564c3.37 9.13 4.477 17.406 2.908 24.844-2.228 10.55-11.093 18.432-21.063 20.03-18.65 2.99-40.13-9.126-57.28-33.78L297.094 194l27.81 46.813 1.97 3.312-.938 3.72-27.03 108.624L334 351.31c7.904-30.733 26.995-47.928 46.75-48.625 10.58-.373 20.995 4.5 27.375 13.438 4.443 6.225 6.8 14.196 7.125 23.25l25.406-3.75 27.156-107.78L445.5 186.5l-7.75-13.22zM64.875 210.25L45.78 285.97 148.53 460.5l19.595-77.78-32.5-53.595c-.313.288-.58.634-.906.906-4.368 3.642-10.184 5.483-15.564 5-10.76-.963-18.567-8.588-24.72-18.03-11.66-17.898-17.97-45.82-9.592-73.094l-19.97-33.656zm316.53 111.125c-9.7.342-25.098 10.585-30.717 40.03l-1.25 6.533-6.563.968-157.813 23.156-23.968 95.063-1.03 4.03L410.5 455.22l25.188-99.97-29 4.28-12.625 1.845 2.03-12.594c1.738-10.7-.286-17.716-3.187-21.78-2.9-4.064-6.65-5.796-11.5-5.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-jigsaw-piece tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M234.72 26.594c-.753-.008-1.514.01-2.282.03-5.09.147-10.548.97-16.375 2.532-62.162 16.66-38.924 89.862-13.97 94.72 4.963.964 15.1 29.773 5.407 47.968L102.25 200.03l28.063 104.75c-4.66 18.956-34.61 21.788-51.438 8-13.04-10.692-68.983 9.403-54.78 62.408 14.2 53.004 76.607 33.183 80.75 11.906 1.016-5.245 28.51-24.732 45.405-7.844l28.125 104.938 114.594-30.72c29.46-14.44 5.724-35.85-14.376-43.437-15.9-5.987-26.554-64.91 26.844-79.217 5.005-1.342 9.676-1.97 14-2.032 41.79-.61 51.995 53.516 37.062 66.5-4.135 3.595-13.396 43.19 15.844 36.876l5.312-1.5c-.927.323-1.822.6-2.687.844l118.186-31.656-30.344-113.313c-14.378-18.138-42.185-4.923-49.687 15-5.993 15.91-50.688 24.518-65-28.874-14.312-53.39 32.484-60.992 49.25-47 14.26 11.905 51.205 11.807 40.375-30.47l5.438 18.095-26.157-97.593-138.75 37.188c-19.11-8.485-25.912-31.455-10.405-44.438 27.632-23.133 14.2-81.373-33.156-81.843zm137.624 405.562l-3.844 1.094 6.28-1.688c-.837.233-1.653.425-2.436.594zm63.437-243.562c.775 2.288 1.436 4.482 1.97 6.562l-1.97-6.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-joint tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v50.31l45.38 45.38C136 190 126.54 263.74 155.51 287.91a50.35 50.35 0 0 0 32.35 11.6 51.48 51.48 0 0 0 51.47-47.26 14 14 0 0 1 12.92-12.92 51.27 51.27 0 0 0 33.93-16.74c16.99-18.71 18.25-47.94 1.73-67.07-28.8-33.36-83.82-15.7-174.22-92.13L68.3 18H18zm298.16 165.96c.1 1.91.13 3.82.07 5.75a68.72 68.72 0 0 1-17.73 44 67.89 67.89 0 0 1-42.8 21.99 68.11 68.11 0 0 1-67.83 60.44c-1.35 0-2.7-.06-4-.14.32.4.65.81 1 1.2 28.8 33.36 83.82 15.7 174.22 92.13L443.71 494H494v-50.314L409.33 359c-72.63-76.33-63.16-150-92.12-174.2-.34-.29-.7-.56-1.05-.84z"/></svg>
<svg class="tc-image-originals-journey tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M424.188 85.594c.33.05-.86.094-3.313.094-18.512 0-35.78 20.06-35.78 47.5 0 13.83 4.712 26.208 11.624 34.78l10.217 12.626-16.062 2.47c-10.56 1.617-17.663 6.432-23.625 14.342s-10.344 19.18-13.25 32.344c-5.186 23.492-5.59 52.425-5.625 78.156h30.438l.593 8.72 7.094 106.593h65.813l8.03-106.69.657-8.624h32c-.24-25.383-1.62-53.933-7.344-77.25-3.213-13.086-7.783-24.354-13.687-32.375-5.905-8.02-12.7-12.85-22.064-14.593l-15.72-2.937 10.283-12.25c7.228-8.623 12.186-21.138 12.186-35.313 0-25.74-15.5-45.406-32.28-47.562l-.188-.03zm-244.75 3.375c-45.9.006-99.844 5.373-161.625 17.905V126c268.018-37.648 341.545 38.15 226.25 79.344-117.327 41.92-210.503 252.258 159.406 270.594 4.362.438 8.85.687 13.436.687 22.28 0 42.34-5.452 56.125-13.594 13.787-8.14 20.595-18.14 20.595-27.905s-6.808-19.764-20.594-27.906c-.23-.138-.482-.272-.717-.408l-2 26.47-.657 8.656H369l-.563-8.75-3.28-49.5c-128.194 2.8-163.256-100.51-80.094-130.47 20.385-7.344 37.086-15.836 50.187-25.03.17-.822.32-1.655.5-2.47 3.262-14.774 8.256-28.498 16.594-39.562 4.946-6.563 11.24-12.07 18.72-15.97-3.124-42.547-68.335-81.236-191.627-81.217z" fill="#fff"/></svg>
<svg class="tc-image-originals-joystick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M307.723 39.623c-25.627-.292-48.63 17.365-54.246 43.44-6.418 29.8 12.39 58.93 42.19 65.347 29.798 6.417 58.927-12.39 65.345-42.19 6.417-29.798-12.39-58.928-42.188-65.345-3.725-.802-7.44-1.21-11.1-1.252zm-37.543 117.88L237.123 311h47.055l30.97-143.81c-7.584.836-15.418.507-23.27-1.184-7.854-1.69-15.13-4.617-21.698-8.502zM198.486 329l-10 30h135.028l-10-30H198.486zM73 377v30h30v-30H73zm93.486 0l-10 30h199.028l-10-30H166.486zM409 377v30h30v-30h-30zM57 425v62h398v-62H57z"/></svg>
<svg class="tc-image-originals-jug tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M188.087 55v18h110V55h-110zm18.916 36c13.267 48.186 13.05 107.504-20.51 156.113l-.232.336-.26.312c-38.645 46.375-45.757 87.258-41.964 123.297 3.5 33.254 16.698 61.922 25.33 85.94h147.44c8.632-24.018 21.83-52.686 25.33-85.94 3.793-36.04-3.317-76.923-41.963-123.298l-.308-.37-.266-.4C268.13 199.788 266.15 139.572 279.23 91h-72.23zm90.428.953c-1.627 5.645-3.022 11.488-4.163 17.48 20.632 4.508 34.043 12.905 42.808 23.31 10.8 12.822 15.037 29.498 14.78 48.196-.354 25.68-9.735 54.496-20.463 77.36 4.116 6.255 7.75 12.46 10.935 18.6 13.874-25.895 27.054-61.406 27.526-95.712.297-21.615-4.74-43.095-19.012-60.04-11.544-13.706-28.812-23.915-52.41-29.195z"/></svg>
<svg class="tc-image-originals-juggler tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M282.063 20.938c-18.876 0-33.875 15.56-33.875 34.437 0 18.877 15 33.875 33.875 33.875s33.875-14.998 33.875-33.875c0-18.875-15-34.438-33.875-34.438zM129.905 82.094c-18.875 0-33.875 15.59-33.875 34.47 0 18.876 15 33.874 33.876 33.874 18.875 0 33.875-14.998 33.875-33.875 0-18.876-15-34.47-33.874-34.47zm284.281 22.656c-18.875 0-33.875 15.59-33.875 34.47 0 18.876 15 33.874 33.875 33.874 18.876 0 33.875-14.998 33.875-33.875 0-18.877-15-34.47-33.875-34.47zm-162.25 57.563c-3.24-.003-6.51.42-9.718 1.28-25.657 6.875-39.12 39.755-30.095 73.438 3.502 13.072 9.883 24.315 17.875 32.814-19.225 4.532-34.137 13.467-40.5 24.5l-.406-.094-41.594 64.438-50.688-21.938c-29.376-16.12-61.575 24-30.624 41.688l94.468 44.062 38.03-50.063c21.493 38.735 15.748 77.484-25.124 116.25H342.75c-39.82-38.2-42.438-76.424-23.28-114.625l36.81 48.438 94.47-44.063c11.635-6.65 14.334-16.47 11.625-25.28-8.184 5.26-17.915 8.343-28.344 8.343-14.224 0-27.118-5.72-36.592-14.938l-28 12.125-41.594-64.437h-.03c-5.48-9.417-17.226-17.278-32.533-22.188 11.58-14.222 15.924-36.9 9.75-59.937-7.896-29.473-30.4-49.798-53.092-49.813zm-164.125 61.03c-18.875 0-33.874 15.56-33.874 34.438 0 18.88 15 33.876 33.874 33.876 18.876 0 33.876-14.997 33.876-33.875 0-18.874-15-34.436-33.876-34.436zm346.22 51.126c-18.876 0-33.876 15.59-33.876 34.467 0 18.878 15 33.875 33.875 33.875 18.876 0 33.876-14.997 33.876-33.875 0-18.875-15-34.468-33.875-34.468z" fill="#fff"/></svg>
<svg class="tc-image-originals-jump-across tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M295.883 20.338c-14.656-.098-30.21 16.152-37.057 29.625-8.19 16.117-14.16 43.37-5.826 58.734l-13.63 6.483c-5.76-3.823-46.376-13.28-63.386-10.748-27.583 6.662-52.99 20.944-78.793 33.84l12.165 26.667c23.13-10.42 42.92-28.464 69.89-30.424 21.533-1.566 34.608 11.535 50.786 18.552-1.066 68.896-16.84 101.175-54.03 160.44-26.528 16.792-61.213 17.727-94.11 22.693l12.62 28.323c40.826-5.42 80.217-10.064 108.947-26.65 58.103-41.767 85.666-62.308 148.543-92.38 30.3 9.43 41.237 39.108 55.03 61.048l24.163-22.63c-12.5-27.36-44.15-61.68-79.193-84.066-22.694 7.043-44.088 17.01-64.133 30.01 6.64-24.67 6.65-44.777-1.678-69.448 18.79 6.873 36.892 10.287 54.28 10.137 27.537-20.4 42.684-46.306 62.66-70.066L384 84.564c-16.46 18.927-25.97 37.853-49.404 56.78-16.322-1.3-32.255-8.444-48.114-16.69l-2.732-7.615c15.41-6.64 30.163-24.084 35.334-38.8 6.553-18.647 1.573-50.056-17.004-56.804-2.03-.738-4.103-1.084-6.197-1.098zM18 384v110h142V384H18zm334 0v110h142V384H352z"/></svg>
<svg class="tc-image-originals-jupiter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.175 32A224 224 0 0 0 156.11 55.68h199.71A224 224 0 0 0 256.174 32zM104.247 91.68a224 224 0 0 0-30.668 34.84l355.482-12.694a224 224 0 0 0-21.065-22.146h-303.75zM54.093 160a224 224 0 0 0-6.987 16.303l420.797 7.41a224 224 0 0 0-9.59-23.713H54.093zm-13.037 34.2a224 224 0 0 0-6.168 28.894l441.386-8.024a224 224 0 0 0-2.976-13.257L41.056 194.2zm437.693 38.827L32.92 241.13a224 224 0 0 0-.745 14.87 224 224 0 0 0 1.43 23h251.5c-3.19 1.413-6.214 3.02-9.024 4.816-5.576 3.568-10.425 8.035-14.005 13.184H36.09a224 224 0 0 0 7.93 30H257.46c3.102 9.023 10.002 16.672 18.62 22.184 3.162 2.023 6.593 3.802 10.235 5.336l-225.2 11.058a224 224 0 0 0 11.017 17.67l359.785 11.244a224 224 0 0 0 29.268-48.56l-99.652 4.894c.93-.53 1.844-1.074 2.733-1.642 8.615-5.512 15.516-13.16 18.618-22.184h85.53a224 224 0 0 0 7.82-30h-97.964c-3.58-5.15-8.428-9.616-14.005-13.184-2.812-1.797-5.834-3.403-9.027-4.816H478.96a224 224 0 0 0 .865-15.945l-75.808-10.918s48.452-4.13 75.54-6.344a224 224 0 0 0-.808-12.766zM320.174 290c13.77 0 26.1 3.674 34.394 8.98 8.292 5.303 12.105 11.52 12.105 17.52s-3.813 12.217-12.106 17.52c-8.294 5.306-20.625 8.98-34.395 8.98-13.77 0-26.102-3.674-34.395-8.98-8.293-5.303-12.105-11.52-12.105-17.52s3.812-12.217 12.105-17.52c8.293-5.306 20.624-8.98 34.395-8.98zM96.493 413a224 224 0 0 0 18.897 17h281.693a224 224 0 0 0 18.59-17H96.493zm82.537 53a224 224 0 0 0 77.145 14 224 224 0 0 0 77.488-14H179.03z"/></svg>
<svg class="tc-image-originals-justice-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.438 25.78l-41.75 127.19 41.625 30 42.093-30.22-41.97-126.97zm-90.157 91.064c-16.33 0-29.374 13.043-29.374 29.375 0 16.33 13.044 29.374 29.375 29.374 16.333 0 29.345-13.044 29.345-29.375 0-16.333-13.012-29.376-29.344-29.376zm179.97.375c-16.332 0-29.375 13.042-29.375 29.374 0 16.33 13.043 29.344 29.375 29.344s29.375-13.013 29.375-29.344c0-16.332-13.043-29.375-29.375-29.375zM207.5 170.843c-5.795 9.65-14.895 17.124-25.688 20.844L197.595 241l2.062 6.438-5.47 3.968-49.06 35.813c5.772 7.404 9.438 16.525 10.06 26.436l59.658.28 6.75.033 2.094 6.405L243 379.188c4.37-1.32 8.996-2.032 13.78-2.032 4.652 0 9.145.69 13.408 1.938l19.5-58.97 2.093-6.405 6.75-.033 56.72-.156c.83-10.39 5.006-19.848 11.438-27.342l-48.032-35.22L313.22 247l2.092-6.406 15.625-48.5c-10.945-3.71-20.17-11.247-26-21.03l-43.187 31.03-5.47 3.906-5.467-3.906-43.313-31.25zm-44.375 23.78l-140.188.657 108.157 79 46.625-34-14.595-45.655zm186.53.25l-14.5 45.032 46.876 34.344c.24-.117.48-.23.72-.344l107.188-78.625-140.282-.405zm-242.405 92.44c-16.332-.002-29.375 13.042-29.375 29.373 0 16.332 13.043 29.375 29.375 29.375s29.375-13.043 29.375-29.375c0-16.33-13.043-29.375-29.375-29.375zm295.875.686c-16.332 0-29.375 13.043-29.375 29.375s13.043 29.375 29.375 29.375 29.375-13.043 29.375-29.375S419.457 288 403.125 288zm-46.594 44.22l-51.217.124-18.344 55.47 113.78 81.78-44.22-137.375zm-200.5.124l-43.905 137.25 113.906-82.188-18-54.812-52-.25zm100.75 63.5c-16.33 0-29.374 13.043-29.374 29.375 0 16.33 13.044 29.374 29.375 29.374 16.333 0 29.376-13.044 29.376-29.375 0-16.333-13.043-29.376-29.375-29.376z" fill="#fff"/></svg>
<svg class="tc-image-originals-kaleidoscope-pearls tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M198.47 23.563c-2.155.02-4.356.29-6.532.875-13.93 3.732-22.2 18.072-18.47 32 3.733 13.927 18.072 22.17 32 18.437 13.928-3.732 22.17-18.04 18.438-31.97-.69-2.574-1.75-4.945-3.094-7.093.148.816.22 1.643.22 2.5 0 7.455-5.817 13.548-13.157 14-.863-6.92-6.75-12.28-13.906-12.28-.296 0-.586.044-.876.062-.075-.586-.125-1.176-.125-1.782 0-7.133 5.328-13.014 12.218-13.906-2.168-.556-4.426-.866-6.72-.843zm99.78 48.124c-.444 0-.9.01-1.344.032-6.268.298-12.463 2.868-17.25 7.655-10.212 10.212-10.212 26.757 0 36.97 10.213 10.21 26.788 10.21 37 0 7.315-7.316 9.383-17.874 6.22-27.032-.622 6.858-6.184 12.288-13.095 12.718-.874-6.907-6.76-12.28-13.905-12.28-.295 0-.585.045-.875.063-.074-.586-.125-1.176-.125-1.782 0-7.738 6.265-14.013 14-14.03-3.37-1.52-6.996-2.3-10.625-2.313zm110.875 8.22c-6.682 0-13.37 2.526-18.47 7.624-10.194 10.197-10.195 26.743 0 36.94 10.197 10.194 26.743 10.194 36.94 0 8.31-8.313 9.833-20.848 4.592-30.72.033.392.063.787.063 1.188 0 7.465-5.833 13.562-13.188 14-.864-6.92-6.752-12.282-13.906-12.282-.29 0-.557.014-.844.03-.07-.574-.125-1.153-.125-1.75 0-7.208 5.44-13.144 12.438-13.936-2.444-.726-4.97-1.094-7.5-1.094zM220.062 90.75c-3.322.033-6.673.475-10.03 1.375-21.49 5.758-34.258 27.855-28.5 49.344 5.757 21.487 27.854 34.257 49.343 28.5 21.488-5.76 34.226-27.857 28.47-49.345-1.51-5.636-4.144-10.678-7.595-14.938.207 1.146.313 2.326.313 3.532 0 8.613-5.548 15.92-13.25 18.593.134-.93.187-1.878.187-2.844 0-10.877-8.812-19.69-19.688-19.69-2.272 0-4.437.387-6.468 1.095 1.016-6.995 5.742-12.78 12.094-15.375-1.608-.18-3.236-.266-4.875-.25zm-87.03 25.22c-2.158.02-4.352.32-6.532.905-13.95 3.738-22.238 18.082-18.5 32.03 3.738 13.95 18.082 22.24 32.03 18.5 13.952-3.737 22.24-18.08 18.5-32.03-.588-2.197-1.458-4.233-2.53-6.125.03.372.063.746.063 1.125 0 7.465-5.833 13.562-13.188 14-.865-6.92-6.752-12.28-13.906-12.28-.286 0-.565.045-.845.06-.074-.584-.125-1.174-.125-1.78 0-6.747 4.78-12.374 11.125-13.72-1.978-.456-4.018-.707-6.094-.686zm216.343 9.28c-10.31 0-20.603 3.947-28.47 11.813-15.73 15.73-15.73 41.237 0 56.968 15.732 15.732 41.24 15.732 56.97 0 13.43-13.427 15.374-33.985 5.875-49.5.16 1.01.25 2.042.25 3.095 0 8.614-5.548 15.922-13.25 18.594.134-.93.188-1.88.188-2.845 0-10.876-8.812-19.688-19.688-19.688-2.248 0-4.394.37-6.406 1.063 1.372-9.334 9.286-16.552 18.937-16.813-4.632-1.772-9.515-2.687-14.405-2.687zm-305.78 52.313c-11.122.442-21.125 8.027-24.157 19.343-3.733 13.93 4.54 28.268 18.468 32 13.928 3.732 28.237-4.54 31.97-18.47 1.638-6.116.954-12.32-1.5-17.655.008.21.03.416.03.626 0 7.455-5.816 13.547-13.156 14-.86-6.925-6.75-12.28-13.906-12.28-.295 0-.585.012-.875.03-.073-.575-.126-1.155-.126-1.75 0-7.686 6.182-13.93 13.843-14.03-.903-.355-1.822-.65-2.78-.907-2.612-.7-5.247-1.01-7.813-.907zm211.468 6.125c-33.887-.34-65.01 22.188-74.188 56.437-10.876 40.59 13.192 82.28 53.78 93.156 40.59 10.877 82.312-13.19 93.19-53.78 4.968-18.545 2.612-37.313-5.25-53.28.21 1.838.342 3.697.342 5.593 0 19.073-10.952 35.562-26.906 43.562 1.335-4.443 2.064-9.154 2.064-14.03 0-26.92-21.833-48.75-48.75-48.75-7.845 0-15.248 1.863-21.813 5.155 5.036-16.714 18.808-29.65 36-33.5-2.836-.352-5.66-.534-8.467-.563zm-128.532 1.53c-17.94-.178-34.422 11.744-39.28 29.876-5.758 21.49 6.98 43.586 28.47 49.344 21.487 5.757 43.584-7.01 49.343-28.5 3.633-13.56-.124-27.35-8.782-37.125.81 2.155 1.25 4.47 1.25 6.906 0 8.613-5.547 15.92-13.25 18.593.136-.93.19-1.878.19-2.844 0-10.877-8.813-19.69-19.69-19.69-2.25 0-4.39.4-6.405 1.095 1.248-8.543 7.946-15.35 16.47-16.656-2.786-.628-5.556-.974-8.314-1zm292.845 7.282c-11.646-.116-22.346 7.636-25.5 19.406-3.738 13.95 4.55 28.294 18.5 32.03 13.95 3.74 28.293-4.55 32.03-18.5 1.997-7.448.55-15-3.342-21 .038.423.062.85.062 1.283 0 7.464-5.833 13.56-13.188 14-.86-6.924-6.75-12.282-13.906-12.282-.293 0-.584.013-.874.03-.072-.575-.125-1.154-.125-1.75 0-5.93 3.697-11.01 8.908-13.062-.86-.095-1.713-.148-2.563-.156zm-35.438 61.844c-.497 0-1.005.01-1.5.03-17.158.684-32.603 12.385-37.28 29.845-5.76 21.488 6.98 43.585 28.468 49.342 21.488 5.758 43.586-7.01 49.344-28.5 3.378-12.61.367-25.404-7.033-35 .35 1.47.563 2.988.563 4.563 0 8.614-5.548 15.922-13.25 18.594.134-.93.188-1.88.188-2.845 0-10.876-8.812-19.688-19.688-19.688-2.262 0-4.414.423-6.438 1.125 1.184-8.208 7.426-14.798 15.47-16.468-2.964-.667-5.917-1.004-8.844-1zM89.22 280.97c-11.647-.117-22.347 7.634-25.5 19.405-3.74 13.95 4.55 28.293 18.5 32.03 13.948 3.74 28.292-4.55 32.03-18.5 1.76-6.562.87-13.22-2.03-18.81v.217c0 7.455-5.817 13.548-13.157 14-.865-6.92-6.753-12.28-13.907-12.28-.294 0-.585.013-.875.03-.07-.575-.124-1.154-.124-1.75 0-6.615 4.59-12.143 10.75-13.625-1.9-.444-3.81-.7-5.687-.718zm375.25 9.342c-11.147.42-21.214 8.008-24.25 19.344-3.733 13.93 4.54 28.237 18.467 31.97 13.928 3.73 28.237-4.54 31.97-18.47 2.246-8.384.13-16.886-4.938-23.156.115.727.186 1.46.186 2.22 0 7.454-5.816 13.546-13.156 14-.86-6.926-6.75-12.283-13.906-12.283-.295 0-.585.014-.875.032-.073-.577-.126-1.156-.126-1.75 0-5.03 2.65-9.43 6.625-11.908zm-303.876 23.72c-10.31 0-20.604 3.946-28.47 11.812-15.73 15.73-15.73 41.206 0 56.937 15.732 15.733 41.24 15.732 56.97 0 14.146-14.145 15.546-36.17 4.25-51.905.39 1.545.625 3.146.625 4.813 0 8.603-5.555 15.913-13.25 18.593.133-.928.186-1.876.186-2.842 0-10.876-8.81-19.688-19.687-19.688-2.264 0-4.415.392-6.44 1.094 1.332-9.168 8.97-16.292 18.376-16.813-4.074-1.333-8.32-2-12.562-2zm128.594 34.624c-3.323.033-6.674.476-10.032 1.375-21.49 5.76-34.257 27.857-28.5 49.345 5.758 21.488 27.855 34.227 49.344 28.47 21.49-5.76 34.226-27.825 28.47-49.314-.985-3.67-2.46-7.073-4.314-10.186.02.356.03.7.03 1.062.002 8.604-5.553 15.914-13.248 18.594.134-.93.187-1.878.187-2.844 0-10.876-8.812-19.687-19.688-19.687-2.255 0-4.42.395-6.437 1.092 1.187-8.165 7.385-14.703 15.375-16.406-3.596-1.006-7.36-1.538-11.188-1.5zm83.75 9.094c-1.578.127-3.17.39-4.75.813-13.95 3.738-22.238 18.08-18.5 32.03 3.737 13.95 18.08 22.24 32.03 18.5 13.95-3.737 22.24-18.08 18.5-32.03-1.194-4.46-3.465-8.34-6.468-11.438.38 1.275.594 2.633.594 4.03 0 7.467-5.833 13.564-13.188 14-.864-6.918-6.752-12.28-13.906-12.28-.284 0-.564.015-.844.03-.072-.574-.125-1.154-.125-1.75 0-5.037 2.67-9.43 6.658-11.905zm-271.875 30.188c-6.682 0-13.34 2.558-18.438 7.656-10.196 10.195-10.196 26.74 0 36.937s26.71 10.197 36.906 0c8.02-8.016 9.718-19.96 5.126-29.655-1.385 5.94-6.547 10.434-12.812 10.813-.865-6.92-6.72-12.282-13.875-12.282-.296 0-.586.014-.876.03-.072-.574-.125-1.153-.125-1.748 0-4.86 2.465-9.138 6.218-11.657-.71-.056-1.416-.093-2.126-.092zm108.624 13.906c-6.692 0-13.394 2.55-18.5 7.656-10.21 10.212-10.212 26.788 0 37 10.213 10.212 26.79 10.212 37 0 7.736-7.735 9.608-19.12 5.625-28.625-.24 7.25-5.96 13.102-13.156 13.53-.864-6.918-6.752-12.28-13.906-12.28-.284 0-.564.046-.844.063-.074-.586-.125-1.176-.125-1.782 0-7.36 5.67-13.38 12.876-13.97-2.892-1.05-5.93-1.592-8.97-1.592zm101.5 42.5c-2.153.02-4.355.292-6.53.875-13.93 3.73-22.17 18.04-18.438 31.967 3.73 13.928 18.04 22.2 31.967 18.47 13.93-3.733 22.17-18.042 18.438-31.97-.07-.266-.17-.52-.25-.78-1.377 5.96-6.528 10.472-12.813 10.843-.864-6.92-6.752-12.28-13.906-12.28-.284 0-.563.045-.844.06-.074-.584-.125-1.174-.125-1.78 0-6.935 5.046-12.678 11.657-13.813-2.896-1.056-5.983-1.625-9.156-1.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-katana tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M482.403 42.826c-10.537-8.76-24.84-4.167-43.264 11.643-76.1 65.307-202.78 179.14-282.432 269.103l21.07 21.07c82.21-87.285 203.37-205.524 304.625-301.817zm-338.477 293.42l-17.17 17.028 22.302 22.303c5.313-5.817 10.787-11.75 16.41-17.79zm-56.796.03l-12.728 12.728 79.196 79.196 12.728-12.728zm2.942 54.185l-60.475 60.475c.372 11.49 10.708 22.336 22.628 22.627l60.474-60.474-8.137-8.136c2.657 4.264 2.84 8.705.457 11.097-3.124 3.123-9.554 1.758-14.363-3.05 4.808 4.808 6.174 11.24 3.05 14.363-3.125 3.124-9.555 1.76-14.364-3.05 4.81 4.81 6.174 11.24 3.05 14.363-3.124 3.125-9.555 1.76-14.363-3.05 4.808 4.81 6.173 11.24 3.05 14.364-3.125 3.124-9.556 1.76-14.364-3.05 4.808 4.81 6.174 11.24 3.05 14.364-3.125 3.124-9.555 1.76-14.364-3.05-4.808-4.808-6.173-11.24-3.05-14.363 3.125-3.123 9.556-1.758 14.364 3.05-4.808-4.808-6.173-11.238-3.05-14.362 3.125-3.125 9.555-1.76 14.364 3.05-4.81-4.81-6.174-11.24-3.05-14.364 3.125-3.124 9.555-1.76 14.363 3.05-4.808-4.81-6.173-11.24-3.05-14.364 3.125-3.124 9.556-1.76 14.364 3.05-4.808-4.81-6.173-11.24-3.05-14.364 2.39-2.383 6.828-2.202 11.09.45z"/></svg>
<svg class="tc-image-originals-kevlar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M436 439.525V298.348c-30-28.235-60-56.47-60-84.706 0-56.47 30-141.176 120-169.41 0 0-30-28.237-60-28.237h-90c0 56.47-60 84.706-90 84.706s-90-28.234-90-84.705H76c-30 0-60 28.236-60 28.236 90 28.236 120 112.942 120 169.412 0 28.236-30 56.47-60 84.706v141.177c60 28.235 120 56.47 180 56.47s120-28.235 180-56.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-kevlar-vest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M350.29 21.113l-36.925 85.782 39.828 17.144 36.926-85.782-39.83-17.145zm-188.362.342l-40.115 16.46 35.453 86.4 40.115-16.46-35.452-86.4zm30.898 6.35l-8.133 3.402 28.77 70.133 6.6 16.094-16.08 6.556-40.112 16.46-16.093 6.6-6.6-16.09-28.564-69.59-11.1 4.644a112.952 112.952 0 0 1-18.093 154.4v36.47h93.51v78.048H83.42v14.265h93.51v78.158H83.42v38.338c16.8 16.8 94.695 25.194 172.592 25.194 77.896 0 155.792-8.394 172.592-25.194v-38.338h-93.512V349.21h93.512V334.93h-93.542v-78.147h93.508v-36.46a112.952 112.952 0 0 1-18.093-154.4l-11.34-4.75-30 69.686-6.883 15.986-15.984-6.883-39.774-17.06-15.984-6.883 6.883-15.985 29.683-68.97-7.892-3.26a72.275 72.275 0 0 1-126.36 0zM66 274.182v43.363h93.543v-43.363H66zm286.457 0v43.363H446v-43.363h-93.543zM66 366.605v43.364h93.543v-43.365H66zm286.457 0v43.364H446v-43.365h-93.543z"/></svg>
<svg class="tc-image-originals-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M356.5 16.375l-174.906 255.22 1.53 1.06 31.97 22.314 175.062-255.5L356.5 16.374zm90.063 62.22c-20.16 29.418-44.122 23.1-68.25 8.905l-48.688 72.875c21.278 16.55 36.46 35.645 18.594 61.72l42.967 29.468 28.907-42.157-14.72-9.156c-3.167 1.844-6.85 2.906-10.78 2.906-11.85 0-21.47-9.62-21.47-21.47 0-11.847 9.62-21.436 21.47-21.436s21.437 9.59 21.437 21.438c0 .195-.025.4-.03.593l15.906 9.907 17.938-26.218-37.688-23.5 11.03-17.72 14.94 9.313 10.093-16.188 24.25 15.094 17.092-24.94-43-29.436zM141.22 268.624c-.31.01-.628.023-.94.063-.827.104-1.652.284-2.53.562-3.51 1.11-7.4 4.066-10.125 7.938-2.724 3.87-4.16 8.487-4 12.125.16 3.637 1.257 6.338 5.25 9.125l76.594 53.468c3.283 2.293 5.727 2.35 9.124 1.156 3.396-1.192 7.323-4.26 10.125-8.218 2.8-3.96 4.352-8.66 4.31-12.188-.04-3.53-.89-5.787-4.374-8.22L148.03 270.97c-2.546-1.78-4.657-2.42-6.81-2.345zM84.28 312.78c-24.354.41-45.504 9.52-57.655 27.25-16.95 24.737-11.868 59.753 9.625 90.283-1.838 4.72-2.875 9.84-2.875 15.187 0 23.243 19.07 42.313 42.313 42.313 8.635 0 16.692-2.625 23.406-7.125 43.208 18.488 88.07 12.714 108.28-16.782 18.695-27.28 10.884-66.912-16.374-99.312l-63.094-44.03c-14.016-5.107-28.07-7.7-41.25-7.783-.792-.004-1.59-.012-2.375 0zm-8.593 109.126c13.143 0 23.594 10.45 23.594 23.594 0 13.143-10.45 23.625-23.593 23.625-13.142 0-23.624-10.482-23.624-23.625s10.482-23.594 23.624-23.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-keyboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 21.074c0 10.508 7.18 18.167 14.71 23.412 7.532 5.246 16.41 9.202 24.698 13.15 8.287 3.95 15.954 7.94 20.332 11.657 4.378 3.717 5.225 5.25 4.46 8.82-.497 2.315-1.215 3.316-2.612 4.46-1.397 1.146-3.766 2.287-7.15 3.107-6.77 1.64-17.084 1.778-27.94 1.722-10.856-.055-22.27-.272-32.76 1.975-10.49 2.246-21.296 8.173-25.252 19.7-2.59 7.548-.236 15.34 3.37 20.804 3.605 5.464 8.328 9.71 12.857 13.696 2.997 2.638 5.89 5.126 8.355 7.424h22.875c-1.575-3.354-3.862-6.223-6.168-8.754-4.138-4.544-8.918-8.44-13.17-12.182-4.25-3.74-7.917-7.357-9.726-10.1-1.81-2.74-1.9-3.496-1.368-5.044 1.518-4.425 4.565-6.35 11.996-7.94 7.43-1.593 18.006-1.633 28.898-1.578 10.892.056 22.087.24 32.27-2.228 5.09-1.234 10.058-3.184 14.322-6.678 4.264-3.494 7.53-8.68 8.8-14.61 2.275-10.606-3.357-20.327-10.41-26.314-7.052-5.987-15.765-10.15-24.238-14.185-8.472-4.037-16.733-7.896-22.152-11.67-5.42-3.775-6.998-6.34-6.998-8.643h-18zM41 169v174h430V169H41zm7 14h16v18H48v-18zm32 0h16v18H80v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm48 0h48v18h-48v-18zm96 0h32v18h-32v-18zM48 215h32v18H48v-18zm48 0h16v18H96v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h32v18h-32v-18zm48 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm-127.87 25h18v57h-25v-18h7v-39zM48 247h16v18H48v-18zm32 0h16v18H80v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm96 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm-96 16h16v18h-16v-18zM48 279h32v18H48v-18zm48 0h16v18H96v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm112 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zM48 311h16v18H48v-18zm32 0h16v18H80v-18zm32 0h144v18H112v-18zm160 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h16v18h-16v-18zm32 0h48v18h-48v-18zm64 0h16v18h-16v-18z"/></svg>
<svg class="tc-image-originals-kimono tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M192 24l-9.617 9.617c.586.598 1.085 1.276 1.484 2.012l72.596 130.67L328.11 35.673c.128-.237.266-.467.415-.692L320 24c-32 23.71-96 21.265-128 0zm-22.62 22.62L160 56c-16 0-48 16-64 32L16 248l80 48 48-112-9.158 87h64.195l47.195-86.05zm171.155 3.827L228.342 255H297v16h80.158L368 184l48 112 80-48-80-160c-13.322-12.132-48-32-71.154-32zM129.578 321l-9.982 94.84L171.613 321zm62.565 0l-76.868 135.88C114.277 458.763 112 488 112 488h288l-17.578-167h-79.86l48 96h-52.125L256 332.127 213.562 417h-52.087c15.955-32.003 31.827-64.05 47.884-96z"/></svg>
<svg class="tc-image-originals-kindle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M90.22 76.188c-23.537-.395-40.56 23.822-39.407 45.656 11.606-13.064 35.7-24.125 61.968-20.656l.22.03c36.8 6.922 61.98 19.407 76.406 34.126-15.61-6.265-40.292-11.3-68.562-12.813-31.165 11.44-53.88 28.06-71.53 49-43.782 3.015-31.844 53.116-9.314 68.69-4.214-16.57-3.44-43.53 18.03-58.595 18.087-8.644 40.996-16.134 66.72-20.47-22.005 16.524-37.147 35.075-47.813 55.69l-.062-.032c-36.585 9.073-29.07 50.357-7.188 67.468-3.492-18.15 3.39-45.343 25.313-61.124l-.22-.062c14.31-10.58 31.762-20.9 51.5-29.72-18.05 22.572-28.31 45.462-33.31 69.22-28.173 23.664-.407 55.613 28.093 60.75-12.228-13.827-19.776-39.568-8.657-62.375 16.032-20.168 39.514-40.78 72.75-59.283 19.115-10.637 37.1-28.298 41.188-46.312 5.61-24.734-9.26-50.143-33.313-60.938-43.077-19.33-73.57-20.176-101.75-11.5-7.355-4.564-14.467-6.64-21.06-6.75zm339.374 0c-6.595.11-13.676 2.185-21.03 6.75-28.187-8.685-58.69-7.837-101.783 11.5-24.05 10.794-38.89 36.203-33.28 60.937 4.09 18.014 22.073 35.675 41.188 46.313 33.177 18.468 56.657 39.023 72.687 59.156 11.2 22.835 3.623 48.65-8.625 62.5 28.5-5.137 56.272-37.085 28.094-60.75-5-23.758-15.263-46.648-33.313-69.22 19.733 8.816 37.227 19.113 51.533 29.69l-.25.092c21.923 15.78 28.805 42.975 25.312 61.125 21.882-17.11 29.397-58.394-7.188-67.467l-.062.03c-10.665-20.613-25.808-39.164-47.813-55.687 25.764 4.34 48.714 11.84 66.813 20.5 21.417 15.07 22.18 42.01 17.97 58.563 22.53-15.574 34.435-65.675-9.345-68.69-17.653-20.94-40.366-37.56-71.53-49-28.27 1.515-52.953 6.55-68.564 12.814 14.455-14.748 39.705-27.244 76.625-34.156 26.28-3.482 50.39 7.587 62 20.656 1.155-21.834-15.9-46.05-39.436-45.656zM238.97 220.563c-9.667.19-19.72 2.667-29.44 7.906 40.376-2.36 68.23 37.102 43.69 72.624-9.175 8.128-16.278 19.344-21.19 33.5-3.67-22.555-22.21-34.716-45.31-34.125 36.892 35.423 26.34 71.935 8.75 105.874-10.338 19.94-1.565 48.268 18.405 67.312-1.74-7.476-2.688-16.54-2.688-27.562 0-28.81 23.348-52.156 52.157-52.156 28.808 0 52.187 23.345 52.187 52.156 0 14.74-1.634 25.985-4.56 34.562 21.63-14.884 31.375-41.32 12.624-75.656-30.154-55.22-31.554-113.868 18.28-112.156-17.665-5.79-33.534-8.273-47.468-7.563 8.117-37.158-21.176-65.39-55.437-64.717zm24.374 211.28c-17.528 0-31.53 14.005-31.53 31.532s14.003 31.53 31.53 31.53 31.53-14.003 31.53-31.53-14.003-31.53-31.53-31.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-king tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.408 22.127l-23.082 62.035-31.017-57.707-11.542 59.15-44.002-55.543L154.26 110c27.263 27.263 178.638 27.663 206.3 0l5.772-79.936-44.002 55.543-11.54-59.15-31.02 56.986-22.36-61.313h-.002zm.45 129.094c-18.725 0-36.08 9.108-49.06 25.696-12.977 16.588-21.023 40.493-21.023 66.578 0 27.678 9.47 52.137 23.946 68.914l10.512 11.682-15.185 3.504c-40.28 9.177-59.512 28.283-70.666 57.818-10.383 27.496-12.014 65.42-12.263 110.38H393.35c-.047-45.15-.35-84.062-9.928-112.134-10.28-30.13-29.122-49.348-72.418-57.816l-15.186-2.92 9.928-12.266c13.574-16.684 22.193-40.46 22.193-67.162 0-26.085-8.048-49.99-21.026-66.578s-30.332-25.695-49.057-25.695z" fill="#fff"/></svg>
<svg class="tc-image-originals-kitchen-knives tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M140.78 28.03L131.907 54c43.253 8.353 84.735 22.207 124.063 42.406l8.874-25.937L140.78 28.03zm141.282 49.782l-8.343 24.407c5.582 11.184 6.648 25.473-.25 45.624 72.357 24.773 140.607 52.916 223.75 47.03-58.85-46.902-124.914-82.347-215.158-117.06zM130.095 99.094L105.22 131.53c50.832 28.482 96.958 63.293 137.5 105.407l24.843-32.375-137.47-105.468zm-74.656 2.656l-26.813 15.625c29.6 37.582 53.774 78.455 71.594 123.03L127 224.813 55.437 101.75zM279.78 219.344l-18.686 24.375c3.42 16.74-.533 35.585-18.375 58.843 77.76 59.655 149.145 121.704 252.53 148.53-52.672-81.572-118.975-152.038-215.47-231.75zm-145.217 22.72l-23.407 13.592c-3.13 13.372-12.31 26.05-32.594 37.844 41.332 71.09 76.94 142.002 148.625 195.78-14.802-79.716-43.58-155.194-92.625-247.217z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-kite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M272.56 37.535c-2.73 9.522-7.43 19.245-13.263 29.092-10.537 17.786-25.074 35.97-40.424 52.674-15.35 16.705-31.498 31.88-45.318 43.393-1.636 1.363-3.232 2.664-4.797 3.92 73.788-1.87 129.856-10.404 172.217-21.527-16.666-35.65-38.964-71.863-68.414-107.55zm25.792 3.518c25.297 32.908 44.98 66.205 60.097 99.062 20.755-6.355 37.728-13.287 51.486-20.166 23.195-11.598 37.367-23.02 45.66-31.313.56-.56 1.02-1.055 1.523-1.578-24.93-3.32-85.136-14.01-158.768-46.007zm171.416 58.832c-.47.488-.944.98-1.444 1.478-9.707 9.707-25.535 22.285-50.34 34.688-14.265 7.133-31.51 14.208-52.26 20.673C385.457 204.35 399.3 267.8 402.54 315.27c3.912 62.24-4.2 114.432-13.243 149.023 6.263-8.047 12.805-17.732 19.22-28.805 15.812-27.3 31.415-62.77 43.772-102.18 22.904-73.052 34.377-159.596 17.478-233.423zm-121.395 61.86c-45.878 12.342-106.803 21.565-187.478 23.042 31.007 29.097 61.39 64.16 89.17 100.188-26.307 30.073-54.772 57.992-82.956 82.58-3.816 3.33-7.626 6.592-11.424 9.797l-8.08-17.502-22.487 2.498 2.497 22.488 15.117 3.24c-12.492 10.146-24.77 19.552-36.617 28.13l-4.922-16.608-22.613-.762-.762 22.615 13.672 5.075c-6.067 4.17-11.992 8.106-17.724 11.766-6.105 3.9-12 7.478-17.66 10.76l.238-15.46-21.354-7.483-7.482 21.354 13.086 10.132c-13.478 6.994-24.8 11.673-32.82 13.678l4.367 17.46c3.664-.916 7.605-2.17 11.78-3.718l-.146-.582c2.415-.604 5.167-1.5 8.19-2.647 5.216-2.243 10.77-4.91 16.607-7.945l-.258 16.88 21.354 7.48 7.484-21.352-14.133-10.942c6.522-3.762 13.337-7.91 20.433-12.44 2.273-1.452 4.58-2.956 6.902-4.484 4.84-3.31 9.815-6.832 14.893-10.527l5.352 18.06 22.615.762.762-22.615-15.776-5.853c12.51-9.533 25.545-20.078 38.827-31.473l8.07 17.488 22.49-2.498-2.5-22.488-15.634-3.352c4.477-3.976 8.97-8.032 13.473-12.183 63.37-58.424 128.223-133.68 166.674-209.6-.408-.986-.81-1.97-1.227-2.956zm9.815 25.288c-23.644 43.21-54.687 85.363-88.528 124.104 10.784 14.773 21.07 29.505 30.692 43.85 21.597 32.21 39.898 62.39 53.326 86.656 6.17 11.15 11.17 20.653 15.084 28.812 9.33-31.65 20.007-87.328 15.814-154.055-2.504-39.857-10.188-83.775-26.39-129.367z"/></svg>
<svg class="tc-image-originals-klingon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M235.346 22.574c-5.96 35.582-13.117 77.584-21.662 121.918-7.5 38.915-15.677 77.15-24.065 107.836-4.195 15.343-8.43 28.79-12.766 39.652-2.938 7.36-5.758 13.412-9.125 18.405 24.825 31.515 48.93 62.82 71.237 93.572 1.542-2.86 3.284-5.918 5.244-9.21 7.523-12.628 17.837-28.182 28.075-43.165s20.388-29.365 27.457-39.402c1.39-1.972 1.965-2.817 3.092-4.424-1.702-2.13-2.99-4.47-4.357-7.19-4.268-8.48-8.444-20.64-12.918-35.93-8.95-30.578-18.674-73.233-27.585-117.132-8.912-43.9-16.986-88.975-22.516-124.127-.052-.32-.064-.484-.114-.803zM285.54 190.54c1.596 7.14 3.195 14.058 4.792 20.81 49.34 20.072 84.05 68.448 84.05 125.076 0 9.046-.892 17.88-2.58 26.424 5.21 3.43 10.684 6.607 16.307 9.52 2.785-11.53 4.273-23.566 4.273-35.944 0-68.312-44.955-126.273-106.844-145.885zm-100.196 2.745c-57.786 21.875-98.96 77.766-98.96 143.14 0 9.073.795 17.962 2.315 26.604 5.18-3.613 10.8-7.414 16.523-11.507-.55-4.956-.84-9.992-.84-15.097 0-53.53 31.014-99.69 76.084-121.535 1.638-6.997 3.265-14.208 4.877-21.605zM321.418 337.44l-56.398 86.833c39.054 17.92 85.905 23.705 124.843 19.36 20.97-2.34 39.59-7.577 53.176-14.774 8.204-4.346 14.152-9.32 18.32-14.585-5.27-.66-11.096-1.665-17.778-3.132-14.25-3.13-31.137-8.177-48.12-15.426-28.752-12.274-58.282-30.866-74.044-58.278zm-174.322 1.187c-15.578 18.596-36.585 31.004-50.184 40.613-24.06 17-34.61 34.96-40.346 57.27-3.65 14.193-4.978 30.99-5.927 49.058 16.385-17.526 40.027-33.05 66.325-44.75 31.124-13.845 66.08-22.098 97.45-18.26-8.044-10.21-18.08-22.807-28.61-35.933-19.204-23.937-33.05-41.01-38.71-47.998zm12.152 106.508c-6.906 1.738-13.816 3.867-20.627 6.344 26.933 23.612 62.197 37.946 100.763 37.946 33.2 0 63.95-10.624 89.05-28.643-8.773-1.142-17.566-2.727-26.283-4.77-18.743 9.84-40.092 15.413-62.767 15.413-30.03 0-57.735-9.766-80.135-26.29z"/></svg>
<svg class="tc-image-originals-knapsack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M230.125 18.156V247h49.313V18.156h-49.313zM78.812 21.438l-16 136.906c48.707 30.112 97.637 47.843 148.625 53.094V33.125c-44.244-1.822-88.46-5.89-132.625-11.688zm349.438.28c-43.398 6.814-86.784 10.647-130.125 11.97v175c46.732-7.458 95.816-24.375 148.438-50.844L428.25 21.72zm-1.938 166.532c-44.474 19.847-87.06 32.836-128.187 38.97V247h37.031v143.188h-37.031v8.718c0 34.41-20.516 56.084-43.25 56.28-22.734.2-43.438-21.34-43.438-56.28v-8.72l-27.656.002h-9.343V247h37.001v-17.188c-43.774-4.164-86.14-16.857-127.687-38.062 5.04 92.69 3.66 185.37-5.063 278.063 117.402 32.047 234.788 31.002 352.188 0-6.853-93.858-9.223-187.706-4.563-281.563zm-233.187 77.438V371.5H316.47V265.687H193.124zm20.47 18.156H296v67.5H213.594v-67.5zm18.686 18.687v30.126h45.032V302.53h-45.03zm-2.155 87.658v8.718c0 28.23 13.32 37.692 24.594 37.594 11.27-.098 24.718-10.018 24.718-37.594v-8.72l-49.313.002z" fill="#fff"/></svg>
<svg class="tc-image-originals-kneeling tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M373.773 42.58c-15.476-.073-32.25 4.32-48.15 13.15-18.172 10.09-32.025 24.21-39.816 39.635-4.937 9.773-7.42 20.355-6.534 30.48-142.235 35.935-140.19 127.28-148.97 211.997-8.83 85.21 31.418 103.056 84.02 110.176-75.802-1.733-65.734-.497-113.788-.364 0 0-45.96 45.96-49.496 48.79 52.562-2.26 344.12 23.87 345.276-31.32.793-37.823-78.186-55.176-135.845-74.976-21.276-7.306-29.62-92.502-.2-169.12 20.044 61.258 65.636 140.037 87.248 143.894 24.542.216 82.012-121.896 113.443-166.68-28.153-15.767-62.88 16.397-77.355 40.235.612 13.085 1.608 31.266 5.567 35.2l-40.947 42.313c-26.15-43.612-43.326-105.71-50.62-158.75-.257.126-.498.256-.75.383.185-.22.38-.437.567-.658 7.89 5.473 17.617 8.64 27.898 9.56 17.213 1.542 36.523-2.75 54.696-12.84 18.172-10.09 32.026-24.214 39.818-39.64 7.79-15.426 9.48-32.862 1.437-47.348-8.042-14.485-23.737-22.27-40.95-23.812-2.15-.193-4.336-.295-6.547-.305z"/></svg>
<svg class="tc-image-originals-knife-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M39.906 27.188c-9.118 13.907-11.366 30.99-7.843 50.718 4.2 23.526 16.91 50.038 35.28 75 36.742 49.925 96.05 93.082 148.813 99.625l3.688.47 2.375 2.844L416.374 490.22c19.352 4.624 31.847 1.745 38.344-4.69 6.547-6.484 9.566-19.005 4.717-38.874L39.908 27.187zM414.97 29.5L306.47 138c-12 11.998-12.104 25.2-5.908 39.625l2.563 5.97-4.688 4.5L262 222.844l29.594 29.593 34.594-36.532 4.5-4.75 5.968 2.594c15.165 6.535 29.546 6.267 40.688-4.875l108.5-108.5L471.75 86.28l-70.563 70.532L388 143.595l70.53-70.53L443.5 58.03l-70.53 70.532-13.22-13.218 70.53-70.53-15.31-15.314zM210.936 271.563L25.53 448.469c-4.575 18.95-1.644 30.787 4.532 36.905 6.178 6.118 18.128 8.927 36.844 4.406l173.22-182.967-29.19-35.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-knife-thrust tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M47.688 19.156c-.376-.003-.748.016-1.126.032-6.044.245-12.252 2.815-17.28 7.843-10.057 10.058-10.297 24.924-1.72 33.5 3.94 3.94 9.21 6.034 14.72 6.157l3.062-3.093L67.5 41.437l1.406-1.406c-.123-5.515-2.217-10.78-6.156-14.718-4.022-4.02-9.423-6.114-15.063-6.156zm28.28 40.25L63.063 72.313c13.653 33.245 37.167 56.274 67.438 73.718l18.75-18.75C130.385 97.324 105.988 74.1 75.97 59.407zm129.344 38.25L99.906 203.094l23.844 23.844c29.782-40.624 65.415-75.33 105.5-105.344l-23.938-23.938zm12.813 56.406c-22.467 18.703-43.183 39.077-61.875 61.438 34.053 43.905 76.278 82.775 122.406 112.375-20.858 1.702-40.402 1.278-58.562-1.28 34.15 24.845 71.227 45.65 110.25 61.155-28.237 2.647-54.58 2.25-78.97-1.188 72.535 52.773 155.472 91.19 243.064 107.47-20.59-94.733-58.107-178.44-109.844-249.094 3.565 24.952 4.537 52.326 2.47 82.312-16.075-41.127-36.744-78.823-61.564-112.72 2.653 18.574 3.49 38.852 2.22 60.94-29.64-47.287-66.485-88.237-109.595-121.408z" fill="#fff"/></svg>
<svg class="tc-image-originals-knockout tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M358.5 283.23c-22.89 3.1-52 5.23-88.72 6.48-23.3.79-49.43 1.19-77.68 1.19-35.57 0-67.27-.63-86.89-1.09a208.69 208.69 0 0 0 8.9 58.51c22.42 74.88 81.29 125.55 139.88 125.55a99 99 0 0 0 28.48-4.16c65-19.46 98.09-101.96 76.03-186.48zm-162.38 87.28l-13.58-8.25-6 10.53-15.74-9 6.27-10.93-14-8.5 9.42-15.5 13.58 8.25 6-10.53 15.74 9-6.27 10.93 14 8.5zm98.3-25.82l-13.58-8.25-6 10.53-15.74-9 6.24-10.97-14-8.49 9.45-15.51 13.58 8.25 6-10.53 15.74 9-6.27 10.93 14 8.5zm121.79-227.27l22 18.33 24.32-15.08-10.64 26.57 21.86 18.47-28.55-1.91-10.84 26.5-7-27.75-28.54-2.1 24.17-15.23zm-.22-78.84l2.08 17.88 17.62 3.67-16.36 7.5 2 17.89-12.21-13.24-16.41 7.39L401.53 64l-12.1-13.33 17.65 3.55zm-353.07-.45L81.35 60l26.59-10.58-15.13 24.32 18.28 22-27.78-6.87-15.32 24.19-2-28.54-27.74-7.07 26.52-10.76zm353.07 205.31c-4.56 12.66-25.56 26.15-146.72 30.27-25.88.88-52.47 1.18-77.14 1.18-41.91 0-121.2-1.21-121.2-1.21v-16s79.47 1.21 121.21 1.21c24.14 0 50.12-.29 75.43-1.14 38.77-1.29 69.93-3.69 92.62-7.11 34.07-5.15 39.81-11.23 40.63-12.44-.24-.57-1.22-2.35-4.86-5.23-10.14-8-28.53-16-53.3-23.44a202.41 202.41 0 0 0-16.56-21.22c2 .51 4 1 5.88 1.53 35.17 9.36 60 19.64 73.88 30.56 6.51 5.18 13.58 13.36 10.13 23.04zm-304.81-1.51c1.5-7.33 8.84-26.5 12.41-31.92 56.35 3.86 150.85-15.72 176.38-25.16 15.21 13.25 32.71 35.84 40.61 52.19-57.31 6.52-159.43 6.65-229.43 4.9zm19.4-72.09c-10.08-.6-33.73-2.07-42.65 2 11.87 11.21 75 12.46 128.23 4.92 57.06-8.08 110-21.46 141.07-42.63 12.94-8.82 19.78-21.71 18.54-27.43-6.3-29.16-174.12-39.46-174.12-39.46s178.29 3.69 179.61 39.45c1.42 38.36-82.14 67.8-162.44 80.33-76.27 11.9-149.39 12.73-145.6-18.73 2.2-18.28 51.33-14.87 72.59-12.45-4.22 2.91-11.95 10.56-15.26 14.01zm75.88-19.13a106.28 106.28 0 0 1 42.58 4.6c-12.73 3.12-58.29 9.31-85.16 10 21.21-12.93 38.79-14.14 42.55-14.59z" fill="#fff"/></svg>
<svg class="tc-image-originals-knot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M477.117 18C457.6 44.38 439.65 68.27 415.21 88.928c-15.7 12.244-31.265 25.085-48.462 35.24-21.145 9.22-67.885 12.887-85.982 33.89-4.144 6.577-4.672 21.27-.426 39.497 2.19 9.402 5.452 19.627 9.336 30.076 31.868-8.462 63.62-15.685 91.463-28.536 40.892-24.654 80.908-51.5 112.86-84.45V18zM357.02 31.525c-33.65-.228-66.15 9.832-92.483 24.846-49.43 28.184-75.595 70.35-77.52 111.778 4.164 64.606 43.112 132.717 66.805 192.104 2.548 10.03 2.465 16.768 1.39 20.924-1.073 4.156-2.447 7.318-9.92 12.984-16.58 12.57-36.338 18.16-55.183 18.52-21.65 19.993-43.452 37.977-58.51 62.84 49.255 18.357 109.13 12.447 157.187-23.983 18.045-13.68 31.005-32.49 36.137-52.348 5.13-19.86 3.125-39.177-1.32-56.667-13.03-27.867-27.52-54.832-38.08-77.933-9.39-20.7-18.016-42.777-22.715-62.95-3.56-15.276-5.318-29.72-2.06-42.03l-.21.05c3.195-13.178 12.41-25.205 39.66-40.742 15.886-9.058 43.24-14.957 65.228-13.875.06.003.116.01.176.012 23.127-17.927 45.37-34.14 64.326-54.17-6.39-3.96-13.038-7.25-19.797-9.766-17.54-6.533-35.484-9.475-53.112-9.595zM484.175 148.38c-25.8 23.374-55.54 43.16-83.633 60.134-3.578 4.857-8.3 9.415-14.478 14.166-27.818 18.522-53.976 27.9-83.054 36.832 12.767 27.812 26.775 52.712 33.896 64.93 32.422-11.29 69.055-26.576 93.043-44.682 22.875-17.587 42.53-43.012 49.262-75.155 4.235-20.227 5.874-38.967 4.964-56.226zm-312.73 41.52c-32.027 15.216-62.486 36.246-86.33 66.942-29.395 37.845-42.88 76.856-39.73 113.07.992 11.428 3.69 22.285 7.747 32.408 21.966-26.726 50.782-57.527 73-76.775 3.784-7.474 8.94-15.644 15.847-24.535 12.386-15.947 29.847-28.568 50.11-39-7.828-21.52-15.18-45.72-20.642-72.11zm33.134 103.715c-6.355 3.1-12.55 6.447-18.512 10.13-47.793 29.588-91.84 76.045-126.595 119.403C43.818 444.238 30.096 465.65 18 486.45V494h80.285c14.91-22.624 30.235-46.843 47.63-64.71 23.51-23.777 51.976-48.112 77.98-64.284 3.057-1.888 6.71-3.755 10.794-5.615-10.847-25.174-21.61-45.587-30.112-65.775z" fill="#fff"/></svg>
<svg class="tc-image-originals-ladder tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M121 17v30h270V17H121zm16 48v46h30V65h-30zm208 0v46h30V65h-30zm-224 64v30h270v-30H121zm16 48v46h30v-46h-30zm208 0v46h30v-46h-30zm-224 64v30h270v-30H121zm16 48v46h30v-46h-30zm208 0v46h30v-46h-30zm-224 64v30h270v-30H121zm16 48v46h30v-46h-30zm208 0v46h30v-46h-30zm-224 64v30h270v-30H121z"/></svg>
<svg class="tc-image-originals-lamellar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M158.094 75.156c-20.642 13.654-46.023 22.503-69.438 26.03 6.792 48.935 26.14 84.133 45.97 97.845 10.523 7.28 20.357 9.012 30.405 5.564 8.93-3.064 18.63-10.97 27.75-25.594-26.933-30.227-31.606-71.05-34.686-103.844zM355 75.25c-3.08 32.79-7.787 73.58-34.72 103.78 9.117 14.61 18.857 22.5 27.783 25.564 10.047 3.448 19.85 1.715 30.375-5.563 19.8-13.693 39.12-48.822 45.937-97.655-24.495-3.17-47.802-11.35-69.375-26.125zm-98.5 12.97c-31.2 0-58.752 6.99-75.47 17.655.988 5.463 2.15 10.912 3.564 16.25 16.138-6.942 42.334-11.47 71.937-11.47 29.604 0 55.8 4.528 71.94 11.47 1.412-5.338 2.575-10.787 3.56-16.25C315.31 95.203 287.716 88.22 256.5 88.22zM75.406 132.374l-47.72 45.47c29.75 37.184 63.04 56.826 86.47 58.718 1.145.092 2.253.135 3.344.156 1.792-7.583 3.963-15.05 6.5-22.345-21.724-15.023-39.014-43.736-48.594-82zm362.25 0c-9.59 38.26-26.87 66.978-48.594 82-.03.022-.062.04-.093.063 2.54 7.276 4.728 14.72 6.53 22.28 1.11-.02 2.24-.06 3.406-.155 23.434-1.892 56.75-21.525 86.5-58.72l-47.75-45.468zm-245 12.47c4.54 9.7 10.45 18.604 18.25 26.155l5.125 4.97-3.436 6.218c-1.8 3.292-3.672 6.388-5.594 9.312 32.592 11.965 67.862 11.136 98.938-.188-1.88-2.868-3.707-5.902-5.47-9.125l-3.406-6.218 5.094-4.97c7.53-7.29 13.308-15.846 17.78-25.156-43.627 10.534-85.4 8.503-127.28-1zm125.5 61.81c-38.403 15.68-83.03 16.82-123.406.157-7.3 7.37-15.218 12.574-23.656 15.47-9.922 3.404-20.24 3.312-30.063.374-6.907 20.592-10.78 42.597-10.78 64.406 0 7.314.562 14.825 1.656 22.47l122.406-29.907 2.22-.563 2.218.563 122.75 29.97c.886-7.647 1.344-15.173 1.344-22.533 0-21.79-3.89-43.792-10.844-64.375-9.812 2.928-20.122 2.995-30.03-.406-8.5-2.915-16.472-8.172-23.814-15.624zm158.47 8.564c-25.404 24.168-52.068 38.018-76.22 39.968-.427.034-.855.036-1.28.062 1.214 8.075 1.99 16.228 2.28 24.406 22.806 3.78 54.723.098 90-14.344l-14.78-50.093zm-440.188.03l-14.75 50.063c35.268 14.433 67.17 18.12 89.968 14.343.29-8.18 1.076-16.33 2.28-24.406-.425-.026-.852-.028-1.28-.063-24.146-1.95-50.82-15.777-76.22-39.937zm220.093 83.063l-121.06 29.593c1.972 8.128 4.51 16.35 7.5 24.625 33.536-7.734 71.23-11.506 108.5-11.78 2.784-.02 5.564-.018 8.343 0 40.257.264 79.61 4.576 112.28 12.25 2.622-8.343 4.8-16.65 6.47-24.875L256.53 298.312zm-4.905 61.406c-35.09.24-70.5 3.556-101.625 10.405 3.586 8.164 7.618 16.326 12.03 24.438 28.365-2.455 59.055-3.677 89.47-3.782 2.763-.008 5.525-.007 8.28 0 33.542.107 66.446 1.56 95.22 4.158 4.04-8.015 7.635-16.103 10.813-24.188-32.65-7.392-73.185-11.312-114.188-11.03zm-.063 49.81c-26.842.09-53.864 1.036-79.125 2.94 5.517 8.88 11.473 17.652 17.813 26.217 4.832 1.102 13.818 2.332 25.344 3.032 13.2.8 29.062 1.137 44.812 1.06 15.75-.074 31.41-.565 44.22-1.405 10.923-.716 19.234-1.848 23.468-2.72 6.205-8.426 11.88-17.067 17.062-25.81-28.492-2.267-60.905-3.422-93.594-3.314z" fill="#fff"/></svg>
<svg class="tc-image-originals-lamprey-mouth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.25 17.72c-11.843 0-23.692 4.534-32.78 13.624-16.698 16.697-18.037 42.692-4.064 60.906 8.4-17.542 23.4-27.876 39.28-28 14.61-.114 28.57 8.52 37.345 23.72 10.76-17.833 8.43-41.198-7-56.626-9.088-9.09-20.937-13.625-32.78-13.625zm64.438 38.405c.792 6.464.635 13.016-.5 19.438 15.272 5.223 29.668 12.314 42.906 21.03l9.844-15.78c-16.023-10.52-33.58-18.862-52.25-24.688zm-129.094 1.53c-17.492 5.935-33.955 14.127-49.03 24.22l9.81 15.78c12.432-8.364 25.903-15.317 40.19-20.593-1.286-6.39-1.61-12.936-.97-19.406zM102.97 81.75c-.356.012-.72.04-1.064.063-6 .398-10.73 2.832-14.094 6.25-6.45 6.553-9.122 18.372-1.25 33.78l92.782 57.72-57.72-92.75c-6.617-3.396-12.524-4.97-17.593-5.063-.36-.007-.707-.012-1.06 0zm303.81 0c-5.07.095-10.96 1.685-17.592 5.094l-57.75 92.75 92.812-57.75c7.873-15.41 5.202-27.228-1.25-33.78-3.365-3.42-8.094-5.853-14.094-6.25-.69-.047-1.4-.078-2.125-.064zm-149.936 1.188c-9.205.072-19.457 6.563-24.78 23.062l24.78 106.406 24.78-106.47c-5.437-16.876-15.58-23.07-24.78-23zm42.875 27.812l-4.25 18.188c12.622 3.824 24.45 9.446 35.186 16.593l9.813-15.78c-12.435-8.23-26.14-14.674-40.75-19zm-89.783 1c-13.962 4.485-27.045 10.945-38.937 19.03l9.844 15.814c11.307-7.76 23.886-13.81 37.344-17.813l-2.907-12.593c-1.836-1.374-3.628-2.84-5.343-4.437zM430.5 139.97l-15.78 9.843c8.265 12.352 15.12 25.73 20.342 39.906 2.915-.393 5.846-.595 8.782-.595 3.714 0 7.423.34 11.094.97-5.915-17.898-14.18-34.73-24.438-50.126zm-348.594 1c-9.814 14.913-17.76 31.165-23.53 48.405 1.96-.176 3.937-.25 5.905-.25 4.508 0 9.014.483 13.44 1.406 5.125-14.102 11.862-27.43 20-39.75l-15.814-9.81zm299.97 29.28l-15.813 9.813c7.83 11.142 13.975 23.547 18.125 36.843l7.593-1.78c1.834-2.454 3.837-4.805 6.064-7.032.77-.77 1.544-1.527 2.344-2.25-4.544-12.728-10.735-24.674-18.313-35.594zm-251.345.97c-7.992 11.708-14.397 24.585-18.905 38.31 1.68 1.788 3.216 3.672 4.656 5.595l12.22 2.844c4.035-13.317 10.095-25.746 17.813-36.94l-15.782-9.81zm-66.25 36.468c-11.84 0-23.69 4.535-32.78 13.625-18.18 18.18-18.18 47.383 0 65.562 15.418 15.418 38.743 17.765 56.563 7.03-15.176-8.782-23.77-22.774-23.657-37.374.125-15.882 10.434-30.88 27.97-39.28-8.293-6.364-18.184-9.563-28.095-9.563zm379.564 0c-9.91 0-19.826 3.198-28.125 9.562 17.54 8.4 27.874 23.398 28 39.28.113 14.6-8.505 28.593-23.69 37.376 17.828 10.734 41.177 8.387 56.595-7.03 18.18-18.18 18.18-47.384 0-65.563-9.09-9.09-20.94-13.625-32.78-13.625zm-337.688 24.218c-16.5 5.325-22.99 15.577-23.062 24.78-.072 9.212 6.14 19.35 23.062 24.783l106.375-24.783-106.374-24.78zm295.813 0l-106.376 24.78L401.97 281.47c16.92-5.435 23.133-15.572 23.06-24.783-.07-9.204-6.562-19.456-23.06-24.78zm-145.126 63.5l-24.78 106.406c5.323 16.5 15.575 22.99 24.78 23.063 9.2.072 19.343-6.122 24.78-23l-24.78-106.47zm-128.47.063l-17.655 4.124c-.152.154-.286.316-.44.47 4.316 14.604 10.754 28.315 18.97 40.748L145.03 331c-7.2-10.836-12.845-22.777-16.655-35.53zm255.97 1.092c-3.92 12.73-9.662 24.653-16.97 35.438l15.782 9.813c7.857-11.69 14.128-24.522 18.53-38.188-1.314-1.12-2.6-2.29-3.842-3.53-.17-.17-.334-.33-.5-.5l-13-3.033zM76.688 317.906c-6.37 1.23-12.875 1.46-19.313.78 5.847 18.42 14.17 35.743 24.594 51.564l15.78-9.844c-8.672-13.12-15.76-27.37-21-42.5-.02.004-.043-.004-.063 0zm379.218.063c-6.546 1.22-13.242 1.41-19.844.624-5.347 15.258-12.564 29.618-21.406 42.812l15.78 9.844c10.873-16.298 19.492-34.2 25.47-53.28zm-276.469 13.655l-92.78 57.72c-8.1 15.787-5.28 27.354 1.28 33.81 6.554 6.452 18.372 9.094 33.782 1.22l57.718-92.75zm151.97 0l57.687 92.72c15.428 7.896 27.253 5.268 33.812-1.19 6.56-6.456 9.35-18.023 1.25-33.81l-92.75-57.72zm-151.72 34.938l-9.812 15.78c10.925 7.574 22.895 13.743 35.625 18.282.88-.994 1.8-1.956 2.75-2.906 2.23-2.23 4.574-4.26 7.03-6.095l1.595-6.875c-13.42-4.143-25.952-10.304-37.188-18.188zm152.125 1.093c-10.662 7.258-22.45 12.992-35.03 16.938l2.968 12.656c.158.155.312.312.47.47 1.337 1.337 2.583 2.732 3.78 4.155 13.46-4.418 26.1-10.66 37.625-18.438l-9.813-15.78zM150.47 413.53l-9.814 15.783c15.174 10.146 31.76 18.348 49.375 24.28-.994-6.537-.99-13.21 0-19.75-14.052-5.237-27.31-12.078-39.56-20.312zM361 414.595c-13.078 8.6-27.28 15.648-42.344 20.844.832 6.562.69 13.228-.47 19.75 18.827-5.82 36.515-14.228 52.658-24.813L361 414.595zm-143.594 1c-13.973 18.21-12.634 44.178 4.063 60.875 18.178 18.178 47.382 18.178 65.56 0 15.43-15.43 17.76-38.77 7-56.595-8.773 15.19-22.735 23.802-37.342 23.688-15.883-.125-30.883-10.434-39.282-27.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-land-mine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M223.688 25.72l21.218 166.78h30.75l21.22-166.78h-73.188zm19.468 184.093v34.25h34.25v-34.25h-34.25zm17.156 79.968c-1.442 0-2.884.04-4.312.064-1.226.02-2.44.057-3.656.094l-1.063.03c-1.3.045-2.587.093-3.874.157-1.203.06-2.403.11-3.594.188-.217.012-.438.017-.656.03-39.48 2.43-74.968 12.954-101.22 25.938-15 7.42-26.97 15.677-34.78 23.25-7.808 7.576-10.78 14.353-10.78 17.314 0 2.96 2.228 7.307 9.686 12.594 7.46 5.286 19.353 10.675 34.407 15.187 30.106 9.025 72.746 14.844 119.843 14.844 47.096 0 89.767-5.82 119.875-14.845 15.053-4.512 26.947-9.9 34.406-15.188 7.46-5.286 9.687-9.633 9.687-12.593 0-2.96-2.972-9.738-10.78-17.313-7.808-7.573-19.78-15.83-34.78-23.25-26.25-12.983-61.764-23.507-101.25-25.936-.22-.015-.437-.017-.658-.03-1.19-.078-2.39-.13-3.593-.19-1.288-.063-2.576-.11-3.876-.155-.136-.006-.27-.028-.406-.033-.23-.007-.458.007-.688 0-1.195-.035-2.388-.074-3.594-.093-1.438-.024-2.89-.063-4.344-.063zm0 18.69c26.39 0 50.255 4.41 66.688 11.03 8.216 3.31 14.52 7.202 18.313 10.813 3.79 3.61 4.906 6.395 4.906 8.78 0 2.386-1.116 5.172-4.908 8.782-1.58 1.506-3.62 3.053-6.03 4.594-4.953-15.806-38.422-28.033-79-28.033-40.555 0-73.986 12.21-78.97 28-2.396-1.533-4.426-3.064-6-4.562-3.79-3.61-4.906-6.396-4.906-8.78 0-2.387 1.115-5.172 4.906-8.783 3.792-3.61 10.097-7.502 18.313-10.812 16.433-6.62 40.297-11.03 66.688-11.03zM77.75 358.25c-22.095 13.71-34.938 30.062-34.938 47.625 0 48.377 97.367 87.594 217.47 87.594 120.1 0 217.468-39.218 217.468-87.595 0-17.54-12.807-33.864-34.844-47.563-.61 10.722-7.856 19.54-17.5 26.375-10.08 7.144-23.57 12.956-39.875 17.844-32.61 9.777-76.607 15.626-125.217 15.626s-92.607-5.85-125.22-15.625c-16.305-4.887-29.764-10.7-39.843-17.842-9.662-6.848-16.915-15.69-17.5-26.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-lantern tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.25 23.375c-41.54 0-75.438 33.896-75.438 75.438 0 17.043 5.714 32.786 15.313 45.437-34.426 29.59-75.093 52.47-118.094 72.844H435.44c-44.283-20.26-85.17-43.21-118.782-71.938 10.015-12.8 16-28.89 16-46.344 0-41.54-33.865-75.437-75.406-75.437zm0 18.72c31.44 0 56.72 25.276 56.72 56.718 0 12.707-4.13 24.41-11.126 33.843-18.043-17.45-33.484-36.936-45.594-59.094-13.017 21.97-28.66 41.102-46.28 58.126-6.585-9.263-10.47-20.59-10.47-32.875 0-31.442 25.31-56.72 56.75-56.72zm-104.03 193.53v203.813h208.03V235.625H153.22zm103.5 18c.953-.008 1.92.007 2.874.03 13.893.35 27.9 4.052 40.75 11.47 41.115 23.738 55.27 76.604 31.53 117.72-23.737 41.114-76.57 55.268-117.687 31.53-41.115-23.738-55.268-76.572-31.53-117.688 15.81-27.383 44.494-42.824 74.062-43.062zm9.31 19.188v36.718h51.626c-5.71-11.41-14.736-21.335-26.656-28.217-7.946-4.588-16.426-7.372-24.97-8.5zm-18.686.156c-19.64 2.913-37.79 14.456-48.53 33.06-.67 1.157-1.285 2.325-1.876 3.5h50.406v-36.56zm-56.625 55.25c-1.64 9.37-1.235 18.9 1.03 27.936h55.594V328.22H190.72zm75.31 0v27.936h56.69c2.342-9.27 2.677-18.784 1.092-27.937h-57.78zm-66.467 46.624c5.7 9.358 13.775 17.458 23.968 23.344 7.592 4.382 15.664 7.12 23.814 8.343v-31.686h-47.78zm66.468 0v31.844c19.585-2.564 37.804-13.686 48.845-31.844H266.03zm-144.5 83.28v38.563H392.94v-38.562H121.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-lantern-flame tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.53 19.094c-28.53 0-51.842 23.313-51.842 51.843 0 13.565 5.28 25.95 13.875 35.22l-110.532 78.53h296.814l-110.594-78.25c8.755-9.297 14.156-21.8 14.156-35.5 0-28.53-23.344-51.843-51.875-51.843zm0 18.687c18.432 0 33.19 14.727 33.19 33.157 0 9.792-4.177 18.538-10.845 24.594l-22.72-16.06-22.25 15.81c-6.497-6.044-10.53-14.687-10.53-24.343 0-18.43 14.726-33.156 33.156-33.156zM96.44 204l3.343 11.875 65.376 232.75 1.906 6.813h178.876l1.937-6.813 65.375-232.75L416.594 204H96.437zm24.656 18.688h270.812L331.78 436.75H181.25l-60.156-214.063zm146.187 16.687c29.012 47.73-76.807 70.517-60.155 133.75 11.2 25 29.146 41.394 50.22 42.03 48.84 0 73.57-53.528 60.75-99.842-4.847 24.07-24.934 34.845-34.876 22.375-24.115-30.248 36.436-56.768-15.94-98.313zM127.25 473.72v18.686h258.594V473.72H127.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-large-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M128.648 17.008c109.003 34.557 192.306 71.064 219.7 149.158-58.572-74.49-153.467-123.28-298.842-144.98 117.47 34.102 183.435 69.43 217.81 144.527C210.64 99.858 124.57 59.073 12.512 66.82 224.765 98.88 309.19 333.65 246.664 504.285c34.37-49.026 53.516-92.46 64.922-135.967 6.433 48.942 6.577 95.272-10.29 140.573 31.854-58.362 64.562-150.973 53.526-239.745 34.39 87.13 34.71 152.248-1.875 223.523 67.038-82.263 78.11-105.023 87.188-174.656 13.478 29.99 16.32 58.098 9.595 96.12 95.74-140.367 26.28-275.754-80.074-326.415 59.778 43.85 92.914 121.168 90.96 217.254-31.8-165.58-108.18-265.18-331.968-287.962zm-106.185 107.1c72.06 35.308 129.12 88.086 164.693 147.62-29.827-37.263-75.784-70.606-138.41-98.876 112.746 90.495 170.86 215.24 153.012 321.96 87.7-207.514 3.01-348.097-179.295-370.705zm193.834 32.91c64.25 34.715 95.31 113.943 72.336 195.584 2.308-71.497-33.978-148.48-72.336-195.584z"/></svg>
<svg class="tc-image-originals-laser-blast tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.5 18.625v37.78l64.313 64.314 33.437-33.44-68.656-68.655H19.5zm55.53 0l55.44 55.438 13.218-13.25L101.5 18.624H75.03zM176.438 54.5L52.876 178.063 89.53 214.72 213.126 91.124 176.437 54.5zM19.5 82.844v23.625l39.28 39.28 11.814-11.813L19.5 82.844zm187.28 41.062l-84.905 84.906 24.344 24.375 84.905-84.937-24.344-24.344zm125.345 27.406c-6.366 0-12.706 2.423-17.563 7.282-9.713 9.717-9.713 25.47 0 35.187 9.714 9.718 25.444 9.718 35.157 0 9.713-9.717 9.712-25.47 0-35.186-4.858-4.86-11.23-7.28-17.595-7.28zm-87.844 10.25l-16.78 16.782c.252-.004.498-.03.75-.03 13.752 0 27.486 5.262 38.03 15.81 21.093 21.1 21.096 55.055 0 76.157-21.09 21.1-55 21.1-76.092 0l-.5-.53c-10.39-10.67-15.5-24.498-15.313-38.28l-16.78 16.78c2.906 12.924 9.352 25.194 19.374 35.22.235.235.48.454.718.686.136.156.267.315.406.47-8.723 9.11-8.618 23.566.344 32.53 9.082 9.086 23.823 9.086 32.906 0 2.04-2.04 3.626-4.36 4.75-6.844 22.125 7.47 43.827 4.068 73.687 12.5l29.783 29.782c-3.636 6.71-2.64 15.265 3.03 20.937 5.67 5.673 14.23 6.67 20.938 3.033L462.94 495.969h32.03V467L323.157 295.187c-5.594-15.51-7.705-28.616-9.406-40.656 6.178 2.096 13.263.677 18.188-4.25 6.91-6.912 6.91-18.118 0-25.03-6.542-6.544-16.924-6.847-23.875-1-3.867-12.71-10.74-25.536-25.188-40.406-1.645-1.692-3.408-3.25-5.22-4.688-9.666-9.018-21.237-14.86-33.374-17.594zM357.063 262.22c-3.525 0-7.028 1.34-9.718 4.03-5.38 5.382-5.38 14.118 0 19.5s14.09 5.382 19.47 0c5.38-5.382 5.378-14.118-.002-19.5-2.69-2.69-6.224-4.03-9.75-4.03zM227.595 335.31c-3.526 0-7.06 1.34-9.75 4.032-5.38 5.38-5.38 14.087 0 19.47 5.38 5.38 14.12 5.38 19.5-.002 5.38-5.382 5.38-14.087 0-19.468-2.69-2.69-6.224-4.03-9.75-4.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-laser-burst tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M291.17 299.252l109.093 150.173-21.76 15.786-109.07-150.16v72.135h-26.865V315.05l-109.07 150.16-21.74-15.795 109.07-150.163-68.6 22.287-8.307-25.555 68.602-22.287L36 216.348l8.307-25.565 176.533 57.362-42.404-58.36 21.686-15.776 42.446 58.36V46.79h26.864v185.58l42.446-58.36 21.74 15.795-42.404 58.36 176.48-57.382L476 216.337 299.467 273.71l68.602 22.286-8.308 25.554z" fill="#fff"/></svg>
<svg class="tc-image-originals-laser-gun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M238 16a12 12 0 0 0-12 12v50.5C140.87 92.783 76 166.81 76 256s64.87 163.217 150 177.5V484a12 12 0 0 0 12 12h36a12 12 0 0 0 12-12v-50.5c85.13-14.283 150-88.31 150-177.5S371.13 92.783 286 78.5V28a12 12 0 0 0-12-12h-36zm-12 155.125V199a12 12 0 0 0 12 12h36a12 12 0 0 0 12-12v-27.875c34.955 12.356 60 45.69 60 84.875 0 39.186-25.045 72.52-60 84.875V313a12 12 0 0 0-12-12h-36a12 12 0 0 0-12 12v27.875c-34.955-12.356-60-45.69-60-84.875 0-39.186 25.045-72.52 60-84.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-laser-sparks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M55.25 16.53l28.844 52.876 8.125 38.75-35.314-5.53-38.625-13.97v19.875l39.94 14.44 17.31 16.905-42.78 43.406 52-8.843 18.906 56.782-8.687 102.81-13.47 32.19-11.406-6.97-51.813-64.188v29.75l37.564 46.563L65.97 389.53 18 416.564l49.344 6.406-22 42.467 40.53-18.218 16.69 43.092 8.75-41.812 42.936 15.438-18.406-35.782 63.97 1.313-56-31.314L158 388.062l73.938-19.437 36.812-.156-46.03 72.75 77.25-41.5 33.124 91.874 22.812-83.813 56.22 54.19-13.22-82.564 53.375-2.562-45.936-37.906 81.406-53.594-86.813 4.562-14.187-89.5-39.844 80.25-44.594-64.844-22.062-98.468 84.625-18.72-15.938 26.095 38.188-13.032 10.188 45.75 24.78-36.407 39.438 18.44-14.405-36.532 38.594-10.47-43.564-19 20.406-33.874L422.22 51.47l-29.314-32.282-3.97 39.874-46.186-9.28 24.844 29.124-91.406 20.22-18.5-82.595H238.53l19.407 86.626-13.75 3.063-59.343 2 33-88.064-56.594 59.22L139.03 22l-11.905 65.97-23.47-21.69-27.124-49.75H55.25zM262 121.376l22.938 102.438-2.47 69.843-93.5-16.75 66.532 53.25-46.906 25.25-59.844 15.75-26.063-.25-9.187-34.156 9.813-116.125 15.5-32.875 39.343 33.438-5.062-45.25 58.625 16.812-42.94-41.656 56.126-25.938 17.094-3.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-laser-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.594 22.78c-30.506.17-59.178 22.692-80.125 62.97-.06.11-.13.2-.19.313L45.563 314.813l-.218.375C21.012 353.466 15.88 389.552 30.97 416.063c15.08 26.496 48.627 40.125 93.5 37.906h265.124c44.872 2.218 78.418-11.41 93.5-37.908 15.092-26.516 9.97-62.618-14.375-100.906l-.22-.344L336.375 85.345c-.075-.147-.175-.26-.25-.406-20.513-40.036-49.052-62.324-79.53-62.157zm-.28 18.845c13.573-.132 26.512 6.475 38.155 17.78 11.558 11.227 22.392 27.263 33.092 48.19L444.25 310.218l.22.342c12.067 18.934 20.57 36.022 24.905 51.563 4.362 15.64 4.54 30.2-1.5 42.438-6.04 12.238-17.97 20.85-33.75 25.687-15.675 4.806-35.56 6.383-60.406 5.125H139.905c-22.9 1.157-41.964-.16-57.406-4.5-15.56-4.373-27.874-12.147-34.78-23.906-6.91-11.76-7.756-26.4-3.845-42.408 3.886-15.904 12.366-33.698 25.28-53.968l115.47-201.938c.063-.12.125-.222.188-.344 10.85-20.89 21.77-36.997 33.375-48.343 11.673-11.413 24.55-18.213 38.125-18.345zm.186 18.688c-7.503.072-15.765 3.758-25.25 13.03-9.485 9.274-19.69 23.944-30.03 43.907l-.095.188-.094.156-70.718 123.687 61.625.19-31.25-18.032 9.344-16.188 51.064 29.5c1.282-1.427 2.68-2.77 4.125-4.03l-29.532-51.126 16.187-9.344 29.563 51.188c1.785-.586 3.63-1.04 5.5-1.407v-59.186h18.687v59.375c1.824.393 3.603.896 5.344 1.5l29.717-51.47 16.157 9.344-29.813 51.625c1.34 1.206 2.62 2.49 3.814 3.843l51.687-29.813 9.345 16.188-51.688 29.843c.566 1.702 1.04 3.44 1.407 5.22h59.656v18.688h-59.656c-.367 1.79-.84 3.538-1.406 5.25l51.687 29.812-9.344 16.156-51.624-29.78c-1.2 1.364-2.495 2.656-3.844 3.874l29.782 51.594-16.156 9.344L271 312.03c-1.75.608-3.54 1.105-5.375 1.5v59.283h-18.688v-59.094c-1.88-.375-3.74-.874-5.53-1.47l-29.532 51.188-16.188-9.344 29.563-51.188c-1.43-1.27-2.764-2.63-4.03-4.062l-51.19 29.562-9.343-16.156L191 294.75H99.75l-14.375 25.125-.125.22-.125.186C72.762 339.63 65.197 356.044 62.03 369c-3.164 12.957-2.05 21.92 1.814 28.5 3.865 6.58 11.153 11.875 23.718 15.406 12.567 3.532 30.025 4.95 51.876 3.813l.25-.033H373.968l.25.032c23.734 1.233 41.893-.468 54.436-4.314 12.544-3.845 19.08-9.322 22.438-16.125 3.358-6.802 3.88-16.225.28-29.124-3.597-12.898-11.31-28.78-22.874-46.875l-.094-.186-.125-.188-116.936-202.97-.094-.217-.125-.22c-10.195-20.01-20.283-34.584-29.656-43.688-9.375-9.103-17.467-12.572-24.97-12.5zm-.656 179.53c-10.807 0-20.39 6.403-25 15.376l-2.594 5.093-5.75-.032-102.438-.342-9.25 16.125H228.72l2.655 4.937c4.736 8.86 13.8 14.906 24.47 14.906 15.47 0 28.03-12.56 28.03-28.03 0-15.473-12.56-28.032-28.03-28.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-laserburn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M320.688 18.03l92.593 338.345-22.436-22.594 25.72 71.97-42.69-43.03 21 54.374-36.5-16.844 43.75 45.656c-77.97-7.228-136.785-18.17-168.155-30.5-9.618-3.78-16.582-7.697-20.407-10.97-3.826-3.27-4.07-4.86-4-5.78.07-.92 1.1-3.673 6.187-7.656 5.088-3.983 13.66-8.692 25.625-13.47 31.35-12.515 60.262-30.467 79.72-51.592 19.455-21.126 29.838-47.338 18.936-72.032-10.9-24.694-40.154-44.755-92.592-59.97-51.09-14.82-125.125-25.017-229.438-27.874v91.657c90.296-11.75 156.852 1.175 186.844 18.874 7.668 4.525 12.82 9.298 15.562 13.375 2.742 4.075 3.253 7.026 2.594 10.124-1.32 6.195-10.632 16.233-33.97 24.156-23.177 7.87-40.604 16.242-53.155 25.406-12.55 9.165-20.63 19.486-22.656 31.188-2.027 11.702 2.723 23.243 11.124 32.656 8.4 9.413 20.49 17.577 35.687 25.03 53.414 26.203 146.467 43.786 252.97 42.876 8.33 2.395 18.37 3.78 29.188 3.78 25.304.002 46.376-7.634 51.093-17.78v-8.594c-2.69-5.796-10.705-10.79-21.81-14l20.31-46.843-31.967 17.874 6.312-55.625-19.97 38.217-4.5-68.968-8.124 30.06-93.436-341.5h-19.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-lasso tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M337.094 16.063c-21.228.17-43.46 2.637-65.906 7.093-34.297 6.81-69.222 18.232-101.97 33.657-9.218-6.683-20.773-10.25-32.593-10.25-13.02 0-25.738 4.318-35.344 12.374-9.605 8.057-15.47 19.56-15.468 31.688.002 5.604 1.268 11.065 3.563 16.125-24.207 19.952-44.59 42.7-59 67.813-15.064 26.25-15.215 53.9-3.72 74.875 11.498 20.973 34.517 34.804 62.47 34.75 28.542-.056 59.887-15.612 93.156-33.875 33.27-18.264 68.27-39.706 101-53.313 31.18-12.96 85.634-17.866 129.97-27.688 22.168-4.91 42-10.9 56.25-21.593 7.125-5.347 12.92-12.15 15.875-20.5 2.954-8.353 2.842-17.892-.188-27.876-11.704-38.574-42.262-63.046-80.78-74.594-19.26-5.774-40.597-8.54-63.094-8.688-1.407-.01-2.804-.01-4.22 0zm.125 18.03c1.328-.01 2.65-.008 3.967 0 21.097.142 40.78 2.735 58.032 7.907 34.502 10.345 58.912 30.144 68.75 62.563 2.173 7.164 1.974 12.31.436 16.656-1.537 4.345-4.607 8.28-9.687 12.093-10.16 7.623-28.176 13.74-49.376 18.437-36.21 8.022-81.14 12.245-116.063 22.688-31.145-26.54-68.817-50.18-108.124-70.875 1.473-4.14 2.28-8.49 2.28-12.938.003-6.907-1.9-13.614-5.31-19.594 29.874-13.7 61.542-24.053 92.593-30.218 21.448-4.258 42.56-6.563 62.5-6.718zm-200.595 30.47c4.395 0 8.808.79 12.875 2.187-6.233 3.344-12.376 6.832-18.375 10.47-5.086-2.306-10.163-4.542-15.22-6.75 5.713-3.65 13.265-5.907 20.72-5.907zm29.22 14.343c2.358 3.726 3.593 7.82 3.593 11.72 0 1.498-.204 3.036-.563 4.56-5.803-2.908-11.64-5.746-17.47-8.53 4.743-2.675 9.56-5.252 14.44-7.75zm-61.25 6.28c2.83 1.222 5.66 2.435 8.5 3.69-2.96 2.033-5.874 4.11-8.75 6.218-.346-1.495-.532-3-.532-4.47 0-1.784.274-3.623.78-5.436zm28.25 12.658c8.508 3.954 17.008 8.064 25.468 12.28-5.81 4.018-13.81 6.564-21.688 6.564-7.877 0-15.88-2.546-21.688-6.563 5.788-4.233 11.76-8.34 17.907-12.28zm42.75 21.094c35.565 18.672 69.578 39.638 98.06 62.593-33.822 14.413-68.17 35.512-100.03 53-32.705 17.955-62.993 31.616-84.563 31.657-22.158.043-38.318-10.252-46.624-25.406-8.307-15.153-8.875-35.608 3.562-57.28 12.935-22.54 31.727-43.46 54.313-62.063.324.29.634.595.968.876 9.606 8.053 22.326 12.374 35.345 12.374 13.02 0 25.74-4.32 35.344-12.375 1.27-1.064 2.49-2.196 3.624-3.374zm144.686 80.156a9 9 0 0 0-5.936 15.937c55.87 47.83 85.364 85.454 96.75 125.157 11.386 39.704 5.165 83.09-13.813 143.657a9.01 9.01 0 1 0 17.19 5.406c19.374-61.833 26.758-109.32 13.936-154.03-12.822-44.713-45.345-85.056-102.375-133.876a9 9 0 0 0-5.75-2.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-laurel-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M134.594 73.375c-17.522 5.65-31.232 11.854-48.125 24.25-2.19 2.097-4.337 4.22-6.44 6.406.24.566.61 1.265 1.157 2.25 1.016 1.832 2.767 4.023 4.97 6.19-3.454 5.536-6.596 11.072-9.5 16.624-3.664-3.04-6.952-6.423-9.594-10.22-7.617 9.505-14.475 19.678-20.438 30.44.395 1.636 1.557 3.42 3.78 5.81 2.656 2.853 6.805 5.8 11.626 8.314-2.024 6.117-3.76 12.204-5.186 18.28-7.44-3.38-14.245-7.768-19.594-13.343-5.94 13.804-10.473 28.42-13.406 43.656 1.335 2.434 3.714 4.663 7.312 7.032 5.072 3.34 12.36 6.076 20.282 7.657-.045 6.437.25 12.822.812 19.124-11.407-1.673-22.405-5.248-31.375-11.156-.05-.034-.106-.06-.156-.094-1.31 15.59-.872 30.96 1.093 45.906 2.31 3.48 6.176 5.957 11.937 7.938 7.406 2.546 17.472 3.344 27.72 2.312 2 6.122 4.275 12.13 6.81 18-13.97 2.098-28.237 1.622-40.593-2.625-.337-.116-.665-.252-1-.375 3.978 15.49 9.66 30.37 16.844 44.406 3.553 2.804 8.35 4.216 14.72 4.656 9.3.644 21.144-1.73 32.438-6.343 3.712 5.257 7.63 10.34 11.75 15.25-14.57 6.715-30.36 10.675-45.063 9.75 9.952 14.602 21.638 27.964 34.844 39.75 4.26 1.446 9.3 1.465 15.374.28 9.6-1.873 20.855-7.404 31.03-15 .008.005.026-.005.032 0 5.154 3.978 10.476 7.75 15.906 11.25-11.976 9.91-25.625 17.696-39.53 21.22 11.654 7.88 24.148 14.67 37.343 20.186 4.937.423 10.29-.96 16.344-3.906 7.672-3.735 15.78-10.252 23.03-18.28 17.036 6.783 34.732 11.22 52.563 12.905l1.78-18.625c-14.268-1.35-28.584-4.77-42.562-9.938 6.883-11.108 11.61-23.173 12.94-33.437 1.178-9.114.083-16.157-3.782-21.438-8.08-1.58-15.89-3.94-23.375-7-.172 6.47-1.706 12.987-4.22 19.094-3.745 9.103-9.52 17.798-16.53 25.72-5.353-3.288-10.565-6.832-15.657-10.625 6.62-7.182 11.923-14.97 14.906-22.22 3.806-9.246 4.173-16.578.625-22.81-7.748-4.957-15.003-10.737-21.718-17.22-1.773 4.3-4.187 8.37-7.032 12.094-5.476 7.165-12.572 13.51-20.563 18.905-4.12-4.72-8.052-9.603-11.75-14.688 7.152-4.694 13.296-10.1 17.47-15.562 5.038-6.594 7.22-12.41 6.468-18.094-4.976-6.553-9.494-13.582-13.5-21-2.285 2.686-4.86 5.14-7.657 7.283-6.758 5.175-14.798 9.155-23.406 12.03-2.595-5.69-4.957-11.498-7-17.437 7.427-2.405 14.13-5.683 19.03-9.437 5.696-4.362 8.802-8.545 9.532-13.25-3.03-7.998-5.508-16.32-7.406-24.908-1.878 1.075-3.82 2.024-5.812 2.813-7.45 2.947-15.75 4.434-24.28 4.75-.662-6.16-1.027-12.403-1.033-18.72 6.957-.263 13.464-1.437 18.44-3.405 4.6-1.82 7.595-3.8 9.343-6.25-1.018-9.72-1.33-19.69-.813-29.813-.65.104-1.29.18-1.938.25-6.624.725-13.556.15-20.406-1.343 1.37-5.98 3.07-12.01 5.094-18.063 4.87.933 9.538 1.223 13.28.814 2.614-.286 4.532-.756 6-1.406 1.395-8.93 3.407-17.644 5.97-26.032-4.182-.736-8.284-2.092-12.25-3.875 2.834-5.457 5.926-10.928 9.344-16.405 2.414.963 4.716 1.665 6.687 1.97 1.107.17 2.023.265 2.782.28 1.946-4.64 4.022-9.17 6.282-13.563 5.898-11.802 12.415-24.25 17-37.937zm244.375 0c4.583 13.686 11.1 26.135 17 37.938 2.26 4.393 4.366 8.923 6.31 13.562.752-.016 1.66-.113 2.75-.28 1.98-.306 4.296-1 6.72-1.97 3.418 5.477 6.51 10.948 9.344 16.406-3.976 1.786-8.096 3.14-12.28 3.876 2.563 8.39 4.573 17.1 5.967 26.03 1.474.658 3.404 1.12 6.033 1.408 3.742.41 8.41.12 13.28-.813 2.026 6.063 3.692 12.104 5.063 18.095-6.837 1.487-13.762 2.036-20.375 1.313-.656-.072-1.308-.145-1.967-.25.517 10.124.236 20.092-.782 29.812 1.75 2.45 4.745 4.43 9.345 6.25 4.967 1.965 11.462 3.14 18.406 3.406-.006 6.316-.37 12.56-1.03 18.72-8.52-.32-16.808-1.808-24.25-4.75-1.994-.79-3.933-1.74-5.813-2.814-1.895 8.575-4.383 16.89-7.406 24.875.715 4.72 3.795 8.912 9.5 13.282 4.904 3.753 11.605 7.03 19.033 9.436-2.044 5.94-4.405 11.747-7 17.438-8.598-2.875-16.624-6.862-23.375-12.03-2.804-2.148-5.4-4.592-7.688-7.283-4.01 7.422-8.52 14.444-13.5 21-.76 5.682 1.43 11.502 6.47 18.095 4.168 5.457 10.313 10.87 17.467 15.563-3.697 5.085-7.63 9.966-11.75 14.687-7.99-5.396-15.086-11.74-20.562-18.906-2.838-3.715-5.234-7.778-7-12.064-6.71 6.478-13.976 12.236-21.72 17.188-3.547 6.233-3.18 13.565.626 22.812 2.985 7.25 8.288 15.037 14.908 22.22-5.095 3.795-10.333 7.334-15.688 10.624-7.003-7.922-12.754-16.617-16.5-25.72-2.513-6.106-4.047-12.623-4.22-19.092-7.497 3.064-15.313 5.418-23.405 7-3.873 5.28-4.96 12.324-3.78 21.437 1.327 10.264 6.08 22.33 12.967 33.438-13.974 5.168-28.293 8.587-42.562 9.937l1.75 18.625c17.84-1.687 35.546-6.116 52.594-12.906 7.25 8.028 15.358 14.545 23.03 18.28 6.056 2.947 11.408 4.33 16.345 3.906 13.2-5.517 25.684-12.302 37.342-20.187-13.896-3.52-27.562-11.293-39.53-21.19 5.442-3.504 10.74-7.293 15.906-11.28 10.18 7.604 21.456 13.126 31.062 15 6.056 1.182 11.09 1.185 15.344-.25 13.212-11.788 24.92-25.172 34.875-39.78-14.705.925-30.526-3.035-45.095-9.75 4.12-4.913 8.066-9.99 11.78-15.25 11.295 4.61 23.138 6.986 32.44 6.342 6.368-.44 11.166-1.852 14.717-4.656 7.183-14.036 12.867-28.917 16.844-44.406-.335.123-.663.26-1 .375-12.355 4.247-26.623 4.723-40.594 2.625 2.536-5.87 4.813-11.878 6.813-18 10.236 1.027 20.29.23 27.688-2.313 5.765-1.98 9.65-4.455 11.968-7.937 1.965-14.946 2.372-30.318 1.064-45.906-.043.028-.082.065-.125.094-8.97 5.908-19.97 9.483-31.376 11.156.563-6.302.856-12.687.812-19.125 7.92-1.582 15.21-4.317 20.28-7.657 3.593-2.366 5.946-4.604 7.283-7.032-2.934-15.234-7.47-29.852-13.408-43.655-5.347 5.57-12.133 9.96-19.562 13.344-1.427-6.078-3.162-12.165-5.188-18.282 4.805-2.513 8.942-5.464 11.594-8.313 2.212-2.376 3.402-4.15 3.813-5.78-5.97-10.774-12.814-20.955-20.44-30.47-2.642 3.796-5.93 7.18-9.592 10.22-2.905-5.553-6.047-11.09-9.5-16.626 2.208-2.166 3.953-4.36 4.968-6.19.538-.97.92-1.656 1.156-2.218-2.106-2.193-4.275-4.334-6.468-6.437-16.893-12.396-30.603-18.6-48.125-24.25zM152.81 134.313l24.094 129.718H341l22.906-124.5-57.937 63.5L261 135.845l-45 67.187-63.188-68.718zm27.563 148.406l3.563 19.217H334.03l3.533-19.218H180.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-laurels tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M234.406 18.875c-20.994.204-38.772 2.513-61.97 10.156-4.12 1.99-8.196 4.088-12.217 6.282.082.7.2 1.448.374 2.344.675 3.48 2.508 7.86 5.094 12.282-4.92 4.2-9.624 8.466-14.125 12.812-3.64-5.5-6.54-11.35-8.282-17.375-14.227 9.153-27.643 19.636-40.03 31.438.254 2.066 1.026 4.412 2.344 7.25 2.462 5.3 7.06 11.322 12.812 16.812-3.75 5.197-7.253 10.436-10.53 15.75-8.153-7.21-14.987-15.575-19.22-24.688-.006-.012-.025-.018-.03-.03C74.93 107.198 62.838 124.26 52.78 143c1.038 3.078 2.934 6.267 5.69 9.72 5.394 6.76 14.15 13.456 24.124 18.686-1.957 6.096-3.668 12.202-5.125 18.344-13.226-6.337-25.218-14.88-33.595-25.375-.297-.373-.556-.776-.844-1.156-8.69 20.085-14.71 40.67-18.218 61.374 2.068 4.086 5.57 7.838 10.47 11.53 8.717 6.572 21.692 11.736 35.5 14.376.08 6.414.415 12.8.968 19.156-17.653-2.733-34.73-8.835-47.72-18.625-.74-.558-1.47-1.156-2.186-1.75-1.65 22.29-.487 44.524 3.343 66.19 3.41 3.562 8.08 6.44 14.032 8.842 11.875 4.797 28.28 6.51 44.624 4.938 1.954 6.09 4.12 12.106 6.47 18.03-.554.073-1.104.155-1.658.22-19.7 2.324-39.804.843-56.437-5.875-.41-.166-.814-.358-1.22-.53 6.614 23.667 16.443 46.355 29.22 67.405 4.236 2.202 9.33 3.61 15.31 4.344 13.334 1.636 30.26-1.005 46.345-6.875 3.713 5.318 7.583 10.51 11.625 15.53-.364.148-.728.292-1.094.438-18.537 7.39-38.396 11.308-56.437 9.687 12.35 16.255 26.648 31.175 42.718 44.406 4.92 1.056 10.465 1.085 16.687.22 11.763-1.636 25.218-6.96 37.938-14.688 16.692 13.528 34.88 24.752 54.125 33.094l7.437-17.156c-16.007-6.94-31.317-16.184-45.594-27.28 13.276-10.896 24.32-24.018 30.25-36.5 4.633-9.75 6.31-18.457 4.47-26.283-10.724-5.69-20.58-12.555-29.53-20.375-2.564 7.583-6.86 14.73-12.25 21.063-8.268 9.712-19.11 18.113-31.22 24.938-4.03-4.837-7.918-9.846-11.625-15C150.93 391.82 161.08 384.128 168 376c7.28-8.553 10.957-16.73 10.5-25-8.91-10.316-16.57-21.762-22.906-34.094-3.718 4.5-8.17 8.512-13.094 11.906-9.64 6.647-21.16 11.548-33.438 14.813-2.4-5.792-4.603-11.66-6.593-17.625 11.284-2.868 21.645-7.222 29.436-12.594 7.534-5.193 12.477-10.764 14.656-17.062-4.27-11.528-7.497-23.62-9.625-36.094-3.793 2.408-7.92 4.392-12.218 5.906-10.424 3.672-22.125 5.214-34.095 5.063-.638-6.208-1.028-12.46-1.188-18.72 10.71.24 20.952-1.11 29.063-3.97 7.268-2.56 12.544-5.873 15.844-10.28-.823-12.615-.558-25.505.844-38.5-2.74.603-5.538.982-8.344 1.156-10.34.64-21.314-1.062-32.063-4.375 1.35-6.054 2.964-12.082 4.845-18.093 9.264 2.875 18.492 4.282 26.063 3.813 5.284-.327 9.454-1.313 12.687-3.063 2.727-13.632 6.68-27.292 12-40.78-.93-.14-1.867-.28-2.78-.47-8.474-1.77-16.932-5.42-24.845-10.28 3.223-5.27 6.703-10.468 10.438-15.626 6.274 3.737 12.7 6.474 18.218 7.626 2.68.56 4.973.8 6.97.75 5.722-11.6 12.29-22.526 19.56-32.687-5.17-2.72-10-6.365-14.405-10.595 4.415-4.28 9.052-8.508 13.907-12.656 3.257 2.983 6.617 5.433 9.657 6.968.96.484 1.814.842 2.625 1.156 4.562-5.397 9.33-10.563 14.25-15.438 11.515-11.683 23.998-23.865 34.686-38.28-1.43-.005-2.85-.015-4.25 0zm38.375 0c10.69 14.416 23.204 26.598 34.72 38.28 4.914 4.87 9.66 10.047 14.22 15.44.81-.315 1.663-.673 2.624-1.157 3.037-1.534 6.393-3.99 9.656-6.97 4.856 4.15 9.492 8.378 13.906 12.657-4.4 4.238-9.225 7.908-14.406 10.625 7.27 10.16 13.873 21.06 19.594 32.656 1.984.046 4.272-.193 6.937-.75 5.52-1.152 11.945-3.89 18.22-7.625 3.735 5.16 7.215 10.358 10.438 15.626-7.904 4.86-16.34 8.512-24.813 10.28-.924.195-1.873.33-2.813.47 5.325 13.5 9.336 27.168 12.063 40.813 3.224 1.727 7.374 2.705 12.625 3.03 7.563.47 16.8-.944 26.063-3.813 1.88 6.01 3.494 12.04 4.843 18.094-10.75 3.314-21.722 5.017-32.062 4.376-2.807-.174-5.603-.553-8.344-1.156 1.402 12.995 1.666 25.885.844 38.5 3.3 4.407 8.576 7.72 15.844 10.28 8.103 2.856 18.353 4.205 29.062 3.97-.16 6.26-.55 12.512-1.188 18.72-11.97.15-23.67-1.392-34.093-5.064-4.29-1.51-8.402-3.505-12.19-5.906-2.128 12.484-5.347 24.59-9.624 36.125 2.195 6.285 7.136 11.847 14.656 17.03 7.785 5.368 18.133 9.727 29.407 12.595-1.99 5.962-4.197 11.835-6.595 17.625-12.277-3.265-23.804-8.17-33.438-14.813-4.924-3.394-9.375-7.406-13.093-11.906-6.342 12.343-13.987 23.802-22.906 34.125-.447 8.26 3.23 16.428 10.5 24.97 6.914 8.123 17.072 15.822 28.625 22.063-3.706 5.154-7.564 10.163-11.594 15-12.122-6.827-22.98-15.22-31.25-24.938-5.393-6.334-9.69-13.48-12.25-21.063-8.956 7.824-18.802 14.683-29.533 20.375-1.83 7.826-.13 16.532 4.5 26.282 5.93 12.482 16.976 25.604 30.25 36.5-14.274 11.096-29.586 20.34-45.593 27.28L284 494.656c19.25-8.345 37.43-19.592 54.125-33.125 12.718 7.736 26.167 13.083 37.938 14.72 6.247.87 11.816.85 16.75-.22 16.062-13.227 30.34-28.156 42.687-44.405-18.05 1.63-37.92-2.29-56.47-9.688-.364-.145-.728-.29-1.092-.437 4.042-5.02 7.912-10.212 11.625-15.53 16.09 5.876 33.003 8.51 46.343 6.874 5.98-.734 11.075-2.142 15.313-4.344 12.77-21.042 22.603-43.717 29.217-67.375-.393.168-.79.34-1.187.5-16.633 6.718-36.738 8.2-56.438 5.875-.563-.066-1.124-.146-1.687-.22 2.35-5.924 4.515-11.94 6.47-18.03 16.354 1.577 32.77-.138 44.655-4.938 5.937-2.397 10.6-5.26 14-8.812 3.836-21.685 5.028-43.94 3.375-66.25-.726.602-1.465 1.213-2.22 1.78-12.987 9.79-30.065 15.893-47.717 18.626.552-6.355.888-12.742.968-19.156 13.813-2.638 26.776-7.8 35.5-14.375 4.9-3.693 8.402-7.445 10.47-11.53-3.507-20.706-9.53-41.29-18.22-61.376-.288.38-.546.782-.844 1.155-8.376 10.496-20.368 19.038-33.593 25.375-1.456-6.132-3.173-12.226-5.126-18.313 9.98-5.233 18.723-11.95 24.125-18.718 2.754-3.453 4.65-6.642 5.686-9.72-10.056-18.736-22.152-35.772-35.844-51.063-4.232 9.113-11.09 17.477-19.25 24.688-3.278-5.314-6.78-10.553-10.53-15.75 5.752-5.49 10.35-11.51 12.812-16.813 1.318-2.838 2.115-5.183 2.375-7.25-12.388-11.8-25.836-22.284-40.064-31.437-1.743 6.025-4.64 11.874-8.28 17.375-4.493-4.336-9.188-8.59-14.095-12.78 2.584-4.428 4.387-8.827 5.064-12.314.174-.896.29-1.644.375-2.343-4.02-2.193-8.07-4.295-12.19-6.282-24.742-8.152-43.36-10.22-66.25-10.155z" fill="#fff"/></svg>
<svg class="tc-image-originals-lava tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.188 45.875A44.867 44.867 0 0 0 211.28 91 44.867 44.867 0 1 0 301 91a44.867 44.867 0 0 0-43.813-45.125zM91.905 90.625A44.867 44.867 0 0 0 46 135.72a44.867 44.867 0 1 0 89.72 0 44.867 44.867 0 0 0-43.814-45.095zm330.281 0a44.867 44.867 0 0 0-45.906 45.094 44.867 44.867 0 1 0 89.72 0 44.867 44.867 0 0 0-43.813-45.095zM256.845 210.97A29.866 29.866 0 0 0 226.28 241a29.866 29.866 0 1 0 59.72 0 29.866 29.866 0 0 0-29.156-30.03zm-135 30A29.866 29.866 0 0 0 91.28 271a29.866 29.866 0 1 0 59.72 0 29.866 29.866 0 0 0-29.156-30.03zm270 0A29.866 29.866 0 0 0 361.28 271a29.866 29.866 0 1 0 59.72 0 29.866 29.866 0 0 0-29.156-30.03zm-135.5 89.81A15 15 0 0 0 241 345.876a15 15 0 1 0 30 0 15 15 0 0 0-14.656-15.094zm-120 15A15 15 0 0 0 121 360.876a15 15 0 1 0 30 0 15 15 0 0 0-14.656-15.094zm240 0A15 15 0 0 0 361 360.876a15 15 0 1 0 30 0 15 15 0 0 0-14.656-15.094zM76 375.876c-15 0-30 30-30 30-30 0-30 0-30 30v30h480v-30c0-30 0-30-30-30 0 0-15-30-30-30-30 0-30 45-60 45s-30-45-60-45-30 45-60 45-30-45-60-45-30 45-60 45-30-45-60-45z" fill="#fff"/></svg>
<svg class="tc-image-originals-law-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M308.53 22.844c-14.72-.147-28.23 9.623-32.217 24.5-3.06 11.418.25 23.036 7.75 31.093l-61.407 60.938-84.156-22.22c2.312-10.624-.677-22.176-8.938-30.436-12.907-12.91-33.842-12.91-46.75 0-12.907 12.906-12.907 33.84 0 46.75 8.48 8.477 20.43 11.377 31.282 8.718l22.062 83.687-61.812 62.313c-8.058-7.5-19.645-10.81-31.063-7.75-17.63 4.724-28.098 22.836-23.374 40.468 4.725 17.632 22.837 28.1 40.47 23.375 11.736-3.144 20.293-12.234 23.312-23.155l84.124 22.906 23 84.47c-10.784 3.093-19.728 11.592-22.843 23.22-4.726 17.63 5.71 35.743 23.343 40.467 17.63 4.725 35.775-5.71 40.5-23.343 3.096-11.556-.338-23.34-8.032-31.406l62.22-61.75 84.22 22.218c-2.797 10.937.063 23.033 8.624 31.594 12.907 12.907 33.842 12.907 46.75 0 12.907-12.907 12.907-33.843 0-46.75-8.342-8.342-20.04-11.284-30.75-8.844l-22.344-84.72 60.844-61.31c8.068 7.714 19.835 11.13 31.406 8.03 17.632-4.724 28.1-22.837 23.375-40.47-4.725-17.63-22.837-28.098-40.47-23.374-11.247 3.015-19.574 11.5-22.905 21.813l-83.906-22.844-22.78-83.593c10.447-3.265 19.05-11.643 22.092-23 4.725-17.63-5.743-35.744-23.375-40.468-2.754-.74-5.523-1.1-8.25-1.126zM234.814 152.78c-24.536 11.362-44.05 33.124-51.594 61.282-13.5 50.382 16.4 102.157 66.78 115.657 38.656 10.357 78.18-4.8 100.563-35.19-19.542 47.778-72.017 74.68-123.188 60.97-55.507-14.873-88.467-71.93-73.594-127.438 10.673-39.826 43.08-68.017 81.032-75.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-layered-armor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M129.656 21.188L37.936 79.78c3.54 26.805 8.915 53.547 16.127 80.126L240.72 39.594l-19.282-12.5c-31.28-.885-62.204-2.842-91.782-5.907zm253.47.625c-40.51 3.975-83.496 5.938-126.47 5.843l204.625 132.72c7.108-25.89 12.487-51.92 16.095-78.032l-94.25-60.53zM257.937 50.75L59.468 178.656c8.025 26.32 17.865 52.456 29.532 78.313l243.25-158-74.313-48.22zm91.468 59.344l-74.562 48.437 151.28 98.782c11.714-25.803 21.592-51.91 29.688-78.187l-106.406-69.03zm-91.687 59.562L97 274.062c12.202 25.17 26.14 50.064 41.844 74.563l196.094-128.53-77.22-50.44zM352 231.22l-77.53 50.843 101.405 67.187c15.822-24.6 29.895-49.584 42.22-74.875L352 231.22zm-94.53 61.968l-108.345 71.03c13.564 20.062 28.326 39.847 44.28 59.313l132.032-85.28-67.968-45.063zm84.967 56.312L274.5 393.406l47.03 30.375c15.845-19.342 30.513-38.993 44.033-58.936L342.438 349.5zm-84.968 54.875L205.5 437.97c16.233 18.933 33.614 37.54 52.156 55.78 18.385-18.152 35.637-36.678 51.78-55.53l-52.092-33.626.125-.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-lead-pipe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M440.783 22.424c-2.382.04-4.63.42-6.646 1.178l-148.725 93.875-125.28 165.15c.972 7.275 1.65 13.713 1.65 13.713L145.435 302 52.56 424.432a38.188 26.876 37.184 0 1 30.288 9.912 38.188 26.876 37.184 0 1 18.03 28.566l219.278-289.056-1.943-31.5 12.213 23.632 140.47-88.664c7.383-9.426 8.96-18.574 7.038-26.62l-15.998 5.54L472.48 39.27c-2.533-3.414-5.665-6.433-9.13-8.93-7.054-5.082-15.42-8.035-22.567-7.916zM52.705 438.676a30.876 21.73 37.184 0 0-1.857.023 30.876 21.73 37.184 0 0-14.244 6.763 30.876 21.73 37.184 0 0 11.464 35.974 30.876 21.73 37.184 0 0 37.735 1.348 30.876 21.73 37.184 0 0-11.47-35.973 30.876 21.73 37.184 0 0-21.628-8.136zm1.762 15.146a14.803 10.418 37.184 0 1 .004 0 14.803 10.418 37.184 0 1 11.26 3.89 14.803 10.418 37.184 0 1 5.497 17.247 14.803 10.418 37.184 0 1-18.09-.647 14.803 10.418 37.184 0 1-5.498-17.247 14.803 10.418 37.184 0 1 6.827-3.244z"/></svg>
<svg class="tc-image-originals-leaf-skeleton tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M53.688 23.97c-37.59 15.43-40.433 37.366-28.032 62.5 25.773 4.386 51.188 11.535 76.156 21.343-10.142 21.927-18.285 44.526-25.28 67.468l-.97.064c.047.89.103 1.77.157 2.656-7.916 26.324-14.373 53.068-20.595 79.75L73.313 262c2.89-12.39 5.822-24.726 8.906-36.97 4.453 20.118 10.942 39.045 19.218 56.75-3.136 18.215-6.048 36.444-8.907 54.626l18.47 2.906c1.612-10.254 3.212-20.5 4.875-30.718 6.42 10.422 13.55 20.324 21.28 29.72-3.45 16.922-6.79 33.822-10.06 50.717l18.343 3.564c2.385-12.32 4.784-24.632 7.25-36.938 8.928 9.16 18.487 17.74 28.656 25.72-2.143 11.517-4.194 23.033-6.156 34.562l18.437 3.125c1.445-8.49 2.933-16.973 4.47-25.438 10.66 7.275 21.856 13.95 33.53 20.063-1.88 9.805-3.7 19.61-5.5 29.406l18.375 3.375c1.486-8.085 2.995-16.175 4.53-24.25 10.957 5.008 22.293 9.574 33.94 13.624-1.088 6.006-2.166 12.02-3.283 18l18.375 3.437c.978-5.233 1.925-10.463 2.875-15.686 10.815 3.22 21.88 6.072 33.157 8.5-.696 7.412-1.243 14.862-1.594 22.375l18.656.874c.308-6.588.787-13.157 1.375-19.688 9.484 1.65 19.08 3.05 28.814 4.156-.223 7.96-.224 15.95-.03 23.938l18.686-.438c-.176-7.31-.186-14.563 0-21.75 8.232.635 16.537 1.09 24.906 1.344 2.173 8.67 3.923 17.34 5.25 26l18.47-2.812c-1.57-10.244-3.702-20.484-6.376-30.72 5.348-11.266 10.022-22.69 13.938-34.218 5.188 5.993 9.63 12.537 13.093 19.53l16.75-8.28c-5.953-12.024-14.062-22.73-23.624-31.937 3.078-11.772 5.374-23.624 6.906-35.47 4.16 2.397 8.272 4.996 12.344 7.844l10.688-15.313c-6.972-4.874-14.058-9.078-21.188-12.78.713-13.41.407-26.78-.97-40.03 5.702 1.882 11.422 3.97 17.19 6.217l6.812-17.406c-9.05-3.527-18.038-6.593-27-9.28-2.54-13.382-6.2-26.6-11.032-39.53 4.745.416 9.502.888 14.25 1.436l2.125-18.562c-8.202-.948-16.415-1.716-24.624-2.28-1.745-3.662-3.585-7.304-5.53-10.908-3.654-6.767-7.676-13.404-12.032-19.937 10.805-.828 21.594-1.27 32.375-1.282V172.5c-15.084.016-30.15.835-45.19 2.344-7.082-8.91-14.882-17.548-23.405-25.875 13.413-1.578 26.972-2.55 40.72-2.75l-.283-18.69c-20.013.295-39.536 2.135-58.687 5.032-9.338-7.75-19.393-15.185-30.156-22.25 12.464-1.9 25.048-3.158 37.81-3.593l-.624-18.657c-21.006.717-41.422 3.476-61.406 7.624-8.818-4.88-18.055-9.504-27.688-13.937 11.513-2.03 23.036-3.72 34.563-5.094l-2.22-18.562c-21.036 2.504-42.11 6.034-63.186 10.78-12.616-4.747-25.834-9.15-39.658-13.155 7.034-1.47 14.04-2.595 21-3.314l-1.937-18.593c-18.886 1.95-37.535 6.48-56 12.468-.512-.113-1.018-.23-1.53-.343l-.22.938c-16.2 5.338-32.25 11.774-48.188 18.53-27.93-15.956-55.79-29.693-82.75-41.436zm133.875 41.75c14.853 3.45 29.035 7.32 42.53 11.56C214.07 81.89 198.03 87.278 182 93.5c-8.425-5.602-16.896-10.98-25.375-16.156 10.37-4.202 20.692-8.15 30.938-11.625zm74.062 22.624c.01.003.022-.004.03 0 11.267 4.387 21.996 9.055 32.19 14-23.21 6.29-45.89 14.11-68.314 22.437-8.172-6.34-16.437-12.444-24.75-18.343 20.28-7.33 40.55-13.317 60.845-18.093zm-142.563 26.72c7.12 3.175 14.216 6.57 21.25 10.186-14.62 40.292-24.633 81.18-32.625 122.22-6.923-20.8-11.385-43.227-13.093-67.282 6.837-22.36 14.748-44.17 24.47-65.125zm199.5.374c11.695 6.762 22.554 13.94 32.625 21.437-28.995 5.763-57.234 13.598-85.156 21.906-7.703-6.996-15.52-13.762-23.436-20.31 25.147-9.094 50.344-17.252 75.97-23.032zM156.938 134.25c9.297 5.287 18.503 10.975 27.625 17.03-17.695 54.5-30.927 108.908-42.437 163.157-8.016-11.01-15.162-22.676-21.313-35.062 8.632-49.215 19.214-97.813 36.126-145.125zm213.438 18.156c9.15 8.064 17.508 16.463 25.063 25.125-30.125 4.353-60.155 11.352-90.094 20.157-7.65-8.273-15.492-16.25-23.47-24 29.29-8.518 58.597-16.22 88.5-21.28zm-169.72 9.97c11.142 8.042 22.134 16.678 32.97 25.874-22.08 56.622-36.777 114.317-48.28 172.313C175.26 352.09 165.867 343 157.25 333.28c11.817-57.12 25.252-114.07 43.406-170.905zm208.407 32.218c6.334 8.695 11.96 17.613 16.875 26.72.18.332.353.664.532 1-5.79-.157-11.582-.236-17.376-.19-25.536.208-51.115 2.44-76.688 6.94-4.34-5.4-8.76-10.707-13.25-15.908 30.063-8.46 60.038-14.912 89.906-18.562zm-160.468 6.812c9.638 8.772 19.11 18.027 28.47 27.72-17.9 55.27-30.75 110.418-41.69 165.405-11.767-6.403-22.943-13.457-33.5-21.092 11.23-58.282 25.396-115.842 46.72-172.032zM411.47 240.78c8-.025 16.02.158 24.03.532 4.867 11.61 8.69 23.474 11.5 35.532-26.15-6.084-52.332-8.79-79.438-8.625-2.064.01-4.14.046-6.218.092-5.154-7.66-10.488-15.125-15.938-22.437 22.01-3.362 44.02-5.02 66.063-5.094zm-119.75 4c10.398 11.495 20.623 23.543 30.624 36.19-18.485 44.613-27.665 90.6-35.97 136.186-11.612-4.13-22.858-8.732-33.687-13.844 10.437-52.982 22.532-105.82 39.032-158.53zm81.592 42.157c26.524.234 51.896 3.38 77.438 10.063 1.707 12.324 2.383 24.8 2.094 37.344-20.57-8.23-41.475-12.975-62.063-17-5.547-10.423-11.383-20.543-17.467-30.406zm-37.718 11.344c7.404 9.927 14.69 20.182 21.844 30.75-8.883 33.454-16.7 67.386-21.25 102.314-10.867-2.388-21.495-5.138-31.875-8.28 7.776-42.615 16.013-84.614 31.28-124.783zm65.97 40.376c17.145 3.763 33.866 8.385 50.03 15.438-1.083 10.398-2.832 20.818-5.22 31.22-9.76-6.797-20.437-12.273-31.5-16.377-4.19-10.328-8.608-20.434-13.312-30.28zm-30.283 11.47c7.133 11.214 14.152 22.75 21 34.624-5.405 17.798-8.452 35.95-9.936 54.28-9.388-1.09-18.66-2.45-27.78-4.06 3.665-28.62 9.653-56.796 16.717-84.845zm53.033 43.687c5.906 3.208 11.56 6.874 16.812 11-2.052 6.67-4.393 13.317-6.97 19.937-3.02-10.528-6.305-20.85-9.842-30.938zm-18.72 14.812c1.664 3.074 3.325 6.167 4.97 9.28 3.348 8.024 6.316 16.05 8.906 24.064-6.206-.26-12.354-.65-18.47-1.126.89-10.92 2.386-21.668 4.594-32.22z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-leaf-swirl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M72.125 18.688c-9.46 13.14-16.043 26.715-20.344 40.406-77.626 45.738-20.02 138.16 54.44 156.5C92.84 159.11 134.66 125.15 85.937 70.47c-8.967 20.638-14.905 43.45-12.72 59.03l-18.5 2.594c-4.168-29.71 10.02-65.347 25.657-91.97l.063.032c2.062-3.534 4.335-7.046 6.843-10.53l-15.155-10.94zM347.25 47.593c-2.45.03-4.947.108-7.5.28 60.054 73.07 59.996 109.712 27.875 136.595 27.75 8.257 52.752 7.666 73.188.78-4.254-15.946-14.26-34.174-27.938-42.813l9.97-15.78c21.69 13.696 33.306 38.822 37.467 59.812l-.093.03c4.044 13.375 5.324 26.87 2.686 40.313l18.344 3.593c4.417-22.507.312-44.035-8.438-64.344 23.963-23.15 31.486-59.877 13.5-97.75-36.238 43.52-63.132-21.646-139.062-20.718zm10.063 108.437c-107.724 16.108-77.38 85.577-148.813 51.657 8.637 24.32 19.064 44.07 31.344 59.125 15.183-13.762 20.977-25.165 29.062-42.718l16.97 7.812c-8.85 19.21-17.296 35.014-37.22 52.03-.086.075-.163.147-.25.22-15.116 14.143-33.605 24.908-53.22 27.72l2.658 18.5c27.763-3.98 51.817-19.937 70.03-39.188 31.32 18.082 70.952 15.045 119.22-9.97-32.857-24.236-69.882-45.273-29.78-125.187zm-226.188 39.564c-16.46 35.83 4.11 98.707 69.344 42.656-22.37-4.4-45.016-12.364-69.345-42.656zM34.97 198.78c-25.453 49.62-7.315 149.23 69.593 81.69-26.776-12.287-52.236-29.996-69.594-81.69zm445.217 62.72c-15.204 58.85-114.852 8.227-128.343 82.594 26.05-4.657 55.36-15.45 68.75-29.188l13.375 13.063c-20.942 21.483-57.817 32.097-88.44 36.03v-.094c-12.127 2.265-24.29 3.608-36.56 3.688l.124 18.687c16.406-.105 32.412-2.222 48.094-5.624 48.993 98.302 148.144-20.957 123-119.156zm-425.156 72l-16.843 8.156c8.867 18.3 26.883 37.096 49.626 51.28.83.52 1.687.996 2.53 1.502 17.297 105.905 167.944 75.538 183.22-21.5-42.678 38.96-130.002-78.15-176.407-19.344 14.625 15.48 44.454 29.52 69.5 36.03l-4.72 18.063c-26.692-6.94-57.662-19.817-76.842-39.562-14.042-11.11-24.918-24.006-30.063-34.625zm229.72 79.938c-56.055 51.053 20.728 137.41 75.47 31.156-43.082 14.07-68.174 1.94-75.47-31.156z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-leaky-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.594 24.875c-73.387 0-122.254 46.017-120.594 98.375.417 13.16 3.075 26.14 8.313 38.03 16.764 23.135 48.402 34.675 73.843 37.064l-47.72 6.937-13.092 32.814c7.57 7.656 15.72 14.35 24.312 20.062l11.688-41.53 17.97 5.03-12.94 46.125c10.326 5.106 21.102 8.94 32.095 11.533l3.936-46.063 18.625 1.594-4.093 47.625c11.22 1.202 22.543 1.17 33.75-.158l-4.125-47.468 18.594-1.625 4 45.718c10.06-2.495 19.942-6.05 29.438-10.657L319.5 221.657l17.97-5.03 11.874 42.155c7.726-5.052 15.104-10.888 22.03-17.5l-15.968-36.436-44.72-6.5c24.866-2.334 55.656-13.404 72.69-35.5 6.22-13.203 8.7-27.83 7.874-43.53-2.973-56.486-59.27-94.44-132.656-94.44zm-74.156 82.75c17.97 24.493 35.356 31.6 63.062 34.75-34.05 58.587-110.778 10.01-63.063-34.75zm168.03 0c47.716 44.76-29.01 93.337-63.062 34.75 27.706-3.15 45.094-10.257 63.063-34.75zm-84.53 45.656l23.03 53.72c-11.685 7.06-33.11 7-44.406 1.938l21.375-55.657zm95.593 118.407c-55.816 38.673-129.347 40.137-186.5 4.375l.97 219.625h18.688v-.187c8.22-40.85 36.346-34.88 45.5.188h20.562V417.03c5.387-68.955 34.254-62.802 38.875-13.717v92.375h18.688v-74.032c4.78-29.54 24.89-62.024 33.343 5.594l9.875-155.563zm-52.874 44.875c7.31 0 14.594 7.55 14.594 18.782 0 11.23-7.283 18.78-14.594 18.78-7.31 0-14.625-7.55-14.625-18.78s7.316-18.78 14.626-18.78zm-82.094 8.657c4.173 0 9.164 3.062 13.688 10.81 4.524 7.75 7.72 19.454 7.72 32.533 0 13.078-3.196 24.813-7.72 32.562-4.524 7.75-9.515 10.813-13.688 10.813-4.172 0-9.163-3.064-13.687-10.813-4.524-7.75-7.75-19.484-7.75-32.563 0-13.078 3.226-24.78 7.75-32.53s9.515-10.813 13.688-10.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-leather-boot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M230.313 18.22c-38.374 0-65.98 2.768-85.032 8.5-19.05 5.73-29.247 13.7-35.874 25.468-12.14 21.562-10.572 61.474-8.375 120.593 19.884-8.89 47.444-11.333 78.19-10.905 35.384.493 74.694 5.72 109.31 14.375 18.682-46.793 28.3-91.058 38-135.344.553 43.798.98 87.61-9.655 131.406 26.36 9.144 45.587 23.717 56.53 39.438 11.877-31.154 20.094-58.353 23.626-81.094 4.292-27.623 1.972-48.605-6.874-64.406-8.846-15.8-24.57-27.567-50.656-35.75-26.087-8.183-62.19-12.28-109.188-12.28zM171.97 180.53c-9.123.087-17.842.61-25.94 1.47-9.856 77.77-11.774 156.56-4.468 254.563 26.544 23.08 66.735 31.19 105.47 40.906-32.55 1.308-65.25.195-98.5-9.595 8.33 17.868 23.528 25.03 44 25.03H450.5c37.102 0 22.515-40.208 3.094-66.936-22.223-30.585-65.654-34.498-101.22-58.533l.126.22c-38.968-15.458-77.94.41-116.906 31.562 20.12-29.928 48.293-56.017 80.187-56.47 3.742-.053 7.544.276 11.376.97-3.076-8.267-5.614-16.393-7.656-24.376-33.092-22.49-73.682-16.99-118 2.5 22.384-19.514 49.346-35.1 75.438-35.625 13.233-.267 26.238 3.352 38.312 12.28-5.426-35.452-1.14-68.74 9.438-102.47-4.554-2.32-9.476-4.46-14.782-6.31l-12.375-2.126-2.717 9.656c-35.354-9.928-78.42-16.166-115.875-16.688-2.34-.032-4.674-.052-6.97-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-leather-vest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.375 19.656c-38.78 0-73.995 3.935-100.5 12.407-13.253 4.235-24.39 9.556-32.813 16.78-8.42 7.226-14.124 17.087-14.124 28.094 0 4.472.917 8.784 2.53 12.876 3.433 52.216-35.145 118.26-77.28 151.406 9.894 50.565 32.645 102.465 66.53 149.81 39.964 32.405 91.668 49.857 144.282 52.314v-33.75c-16.175-.15-31.88-.668-44.5-1.594l1.375-18.625c11.96.878 27.288 1.356 43.125 1.5V350.97c-15.294.57-29.984 2.542-41.063 5.936l-5.5-17.875c13.523-4.142 29.83-6.512 46.563-7.155v-33.5c-4.892.263-9.767.762-14.594 1.438-28.855 1.45-53.472 5.125-75.906 10.593l-.22-.28c28.03-20.89 64.05-31.314 100.064-31.313 36.015 0 72.034 10.425 100.062 31.312l-.125.188c-22.516-5.463-47.247-9.113-76.25-10.532-4.746-.656-9.533-1.148-14.342-1.405v33.5c16.734.643 33.04 3.013 46.562 7.156l-5.47 17.876c-11.084-3.396-25.787-5.366-41.092-5.937v39.905c15.843-.144 31.16-.622 43.125-1.5L312.188 408c-12.627.927-28.317 1.445-44.5 1.594v34c54.5-1.12 108.566-18.29 150.187-51.47 35.375-47.383 58.567-98.53 68.5-148.405-43.943-32.66-85.096-102.138-80.344-156 1.132-3.463 1.75-7.065 1.75-10.782 0-11.008-5.67-20.87-14.092-28.094-8.422-7.225-19.59-12.546-32.844-16.782-26.506-8.47-61.687-12.406-100.47-12.406zm0 18.688c37.48 0 71.312 4.03 94.78 11.53 11.736 3.752 20.793 8.394 26.345 13.157 5.552 4.765 7.594 8.92 7.594 13.907 0 2.495-.582 5.05-1.875 7.688-36.805-16.793-82.838-25.218-128.876-25.22-44.633 0-89.28 7.903-125.5 23.69-.83-2.1-1.22-4.145-1.22-6.157 0-4.99 2.042-9.143 7.595-13.907 5.55-4.762 14.608-9.404 26.343-13.155 23.47-7.5 57.334-11.53 94.812-11.53zm-2.03 40.468c41.273 0 82.56 6.716 115.186 20.188-5.193 3.626-11.645 7.13-19.155 10.28-23.424 9.827-56.93 16.22-94 16.22s-70.607-6.393-94.03-16.22c-8.22-3.446-15.152-7.322-20.564-11.31C177.984 85.2 218.167 78.81 258.345 78.812zm-35.908 63.25c6.253.724 12.667 1.266 19.22 1.625.814 5.004 1.705 10.514 2.624 16.688 2.72 18.253 5.47 39.27 5.47 52.875 0 15.196-5.87 28.974-16.03 39.594-10.163 10.62-24.316 18.284-41.25 23.28-18.763 5.537-41.102 7.852-66.032 6.72-23.82-3.486-42.194-13.06-59.97-27.656 48.897 11.737 91.53 11.613 120.72 3 14.638-4.32 25.797-10.72 33.03-18.282 7.235-7.56 10.845-16.048 10.845-26.656 0-10.86-2.608-32.175-5.282-50.125-1.202-8.075-2.384-15.295-3.343-21.063zm71.688.47c-.946 5.705-2.108 12.72-3.28 20.593-2.675 17.95-5.283 39.265-5.283 50.125 0 10.608 3.61 19.096 10.844 26.656 7.234 7.56 18.393 13.962 33.03 18.28 29.11 8.59 71.588 8.735 120.314-2.905-17.762 14.562-36.125 24.13-59.938 27.595-24.778 1.092-46.988-1.242-65.656-6.75-16.935-4.997-31.088-12.66-41.25-23.28-10.162-10.62-16.03-24.4-16.03-39.595 0-13.606 2.78-34.622 5.5-52.875.905-6.08 1.788-11.517 2.593-16.47 6.518-.276 12.915-.738 19.155-1.374zm121.25 274.655c-88.88 60.702-217.204 60.827-306.25.375l-2.375 39.188c6.073 8.603 23.877 18.598 49.406 25.094 27.31 6.95 62.423 10.798 98.313 11.125 35.888.326 72.623-2.834 103.374-9.47 28.162-6.078 51.078-15.495 63.47-26.03l-5.94-40.283z" fill="#fff"/></svg>
<svg class="tc-image-originals-led tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 20.5c-45.5 0-74.137 18.276-92.676 44.23C144.784 90.685 137 125 137 155.5v151h238v-151c0-30.5-7.785-64.815-26.324-90.77C330.136 38.776 301.5 20.5 256 20.5zm8.756 11.885c1.285 0 2.554.018 3.812.047A184 235.5 0 0 0 145.91 160.336c1.113-28.645 9.045-59.746 26.17-83.72 18.54-25.955 47.176-44.23 92.676-44.23zM105 324.5v46h302v-46H105zm78 64v39h-7v32h7v32h18v-32h7v-32h-7v-39h-18zm128 0v39h-7v32h7v32h18v-32h7v-32h-7v-39h-18z"/></svg>
<svg class="tc-image-originals-leeching-worm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M274.594 16.5c-2.147-.007-4.297-.006-6.438.03-15.81.278-31.407 1.78-46.53 4.47-40.333 7.173-77.33 22.934-104.876 47.656-27.545 24.723-45.385 58.75-46.53 100.25-1.453 52.56 27.335 87.403 51.06 117.344 11.864 14.97 22.504 28.927 28.532 43.188 6.03 14.26 7.908 28.588 2.313 46.937-10.285 33.726-36.38 49.367-64.844 52.97-26.328 3.33-53.875-5.06-68.78-19.47v83.875h240.875c91.64-44.99 89.13-179.822 10.156-252.47-25.676-10.105-55.58-12.25-85.686-12.25 48.363-22.474 115.757-16.348 142.97 21.5 5.27 9.6 12.273 17.978 20.998 24.626 19.64 14.966 44.538 17.114 67.282 8.813 22.743-8.302 43.76-26.614 58.656-52.564 29.79-51.9 25.625-117.1-13.656-147.03-.288-.22-.585-.412-.875-.626l.155-.188c-3.3-3.033-6.712-5.958-10.188-8.78-60.71-38.006-120.518 24.125-130.562 87.343-20.896-53.192 26.93-110.032 73.72-121.53-36.918-16.038-77.8-23.96-117.75-24.095zM417 89.344c8.427 23.52 7.12 45.02-.75 65.187 20.403-13.75 32.3-29.77 41.47-46.53 6.046 7.484 10.53 16.85 13.25 27.375-10.75 15.446-23.42 29.015-43.25 35.375 15.52 3.282 31.007 5.977 45.842.97-.972 10.445-3.355 21.135-7.25 31.624-15.414 1.304-30.94-2.482-46.53-8.72 6.592 16.14 17.788 27.9 31.5 37.25-9.654 13.64-21.19 23.85-33.094 30.25l-18.22-52.655c-2.674 19.456-11.002 39.586-20.906 59.874-7.05-1.372-13.75-4.35-19.937-9.063-4.595-3.5-8.605-7.846-12-12.874 13.926-14.232 25.73-30.607 33.094-51.625l-45.345 17.845c-1.42-10.01-1.43-20.735.125-31.656l44.094-11.25-35.75-19.064c2.007-4.827 4.328-9.594 7-14.25 3.587-6.25 7.566-11.914 11.812-17L392.78 148.5c1.72-18.385.54-35.324-4.217-50.5 3.528-1.974 7.1-3.608 10.656-4.906 6.022-2.2 11.98-3.458 17.78-3.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-letter-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M287.72 18.813l-65.314 84.25-56.094-59.907-22.437 71.25-68.156-22.25 36.343 77.125-82.688 30.282 74.75 54.907-84.78 85.968 95.436 9.906-39.03 90.312 108.063-35.094 4.156 90.594 68.53-70.406 48.72 58.156 26.967-61.937 84.22 54.124-17.97-89.125 71.938 20.81-36.906-79.5 61.5-9.467-44.75-50.094 41.905-42.658L441.97 213.5 477 131.437l-96.53 27.438 23.655-91.78-95.594 62.468-20.81-110.75zm-119.94 146.5c105.715 3.01 184.245 43.667 252 101.843l-179.842 13.72-72.157-115.563zm-15.593 10.312l44.907 71.875-75.28 36 30.374-107.875zm54.875 87.844l20.032 32.092 3 4.813 5.625-.438 48.593-3.718 31.375 80.624c-47.482-31.943-113.61-65.86-190.313-74.344l81.688-39.03zm212.125 22.436l-82.093 94.5-33.344-85.656 115.438-8.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-level-four tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16 16c48 96 24 120 72 168 0 0 44.864 0 69.53-21.688A135.765 135.765 0 0 0 120.25 256a135.765 135.765 0 0 0 271.5 0 135.765 135.765 0 0 0-36.375-92.906C380.22 183.997 424 184 424 184c48-48 24-72 72-168-96 48-120 24-168 72 0 0 .004 44.6 21.5 69.313a135.765 135.765 0 0 0-186.72-.344C183.987 132.19 184 88 184 88c-48-48-72-24-168-72zm72 312c-48 48-24 72-72 168 96-48 120-24 168-72 0 0 0-48-24-72s-72-24-72-24zm336 0s-48 0-72 24-24 72-24 72c48 48 72 24 168 72-48-96-24-120-72-168z" fill="#fff"/></svg>
<svg class="tc-image-originals-level-four-advanced tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16 16c48 96 24 120 72 168 0 0 48 0 72-24s24-72 24-72c-48-48-72-24-168-72zm144 144c-24.57 24.57-39.75 58.51-39.75 96s15.18 71.43 39.75 96c24.57 24.57 58.51 39.75 96 39.75s71.43-15.18 96-39.75c24.57-24.57 39.78-58.51 39.78-96s-15.21-71.43-39.78-96c-24.57-24.57-58.51-39.75-96-39.75s-71.43 15.18-96 39.75zm192 0c24 24 72 24 72 24 48-48 24-72 72-168-96 48-120 24-168 72 0 0 0 48 24 72zm0 192c-24 24-24 72-24 72 48 48 72 24 168 72-48-96-24-120-72-168 0 0-48 0-72 24zm-192 0c-24-24-72-24-72-24-48 48-24 72-72 168 96-48 120-24 168-72 0 0 0-48-24-72zm62.063-197.813h67.875v67.875h67.875v67.875h-67.875v67.875h-67.875v-67.875h-67.875v-67.875h67.875v-67.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-level-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 46c-27.713 84-55.438 84-55.438 140 0 0 27.725 28 55.438 28 27.712 0 55.438-28 55.438-28 0-56-27.726-56-55.438-140zm3.25 168.063A110.852 112 0 0 0 145.156 326a110.852 112 0 0 0 221.688 0A110.852 112 0 0 0 259.25 214.062zM108.28 347.5c-48 28-34.137 52.25-92.28 118.5 85.856-17.75 99.72 6.5 147.72-21.5 0 0 10.137-38.25-3.72-62.5-13.856-24.25-51.72-34.5-51.72-34.5zm295.44 0S365.856 357.75 352 382c-13.856 24.25-3.72 62.5-3.72 62.5 48 28 61.863 3.75 147.72 21.5-58.144-66.25-44.28-90.5-92.28-118.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-level-three-advanced tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 46c-27.713 84-55.438 84-55.438 140 0 0 27.725 28 55.438 28 27.712 0 55.438-28 55.438-28 0-56-27.726-56-55.438-140zm0 168c-61.22 0-110.844 50.143-110.844 112 0 20.287 5.353 39.307 14.688 55.72-13.986-24.05-51.563-34.22-51.563-34.22-48 28-34.137 52.25-92.28 118.5 85.856-17.75 99.72 6.5 147.72-21.5 0 0 10.076-38.055-3.626-62.313C179.287 415.56 215.047 438 256 438s76.713-22.44 95.906-55.813c-13.7 24.258-3.625 62.313-3.625 62.313 48 28 61.863 3.75 147.72 21.5-58.144-66.25-44.28-90.5-92.28-118.5 0 0-37.577 10.17-51.564 34.22 9.335-16.413 14.688-35.433 14.688-55.72 0-61.856-49.623-112-110.844-112zm-27.72 28h55.44v56h55.405v56H283.72v56h-55.44v-56h-55.405v-56h55.406v-56z" fill="#fff"/></svg>
<svg class="tc-image-originals-level-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-22.5 72-45 72-45 120 0 0 22.5 24 45 24s45-24 45-24c0-48-22.5-48-45-120zm2.625 144.03A90 96 0 0 0 166 256a90 96 0 0 0 180 0 90 96 0 0 0-87.375-95.97zM256 352c-22.5 0-45 24-45 24 0 48 22.5 48 45 120 22.5-72 45-72 45-120 0 0-22.5-24-45-24z" fill="#fff"/></svg>
<svg class="tc-image-originals-level-two-advanced tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-22.5 72-45 72-45 120 0 0 22.5 24 45 24s45-24 45-24c0-48-22.5-48-45-120zm0 144c-49.706 0-90 42.98-90 96s40.294 96 90 96c49.705 0 90-42.98 90-96s-40.295-96-90-96zm0 192c-22.5 0-45 24-45 24 0 48 22.5 48 45 120 22.5-72 45-72 45-120 0 0-22.5-24-45-24zm-22.5-168h45v48h45v48h-45v48h-45v-48h-45v-48h45v-48z" fill="#fff"/></svg>
<svg class="tc-image-originals-lever tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M235.344 31.188c-35.92.543-70.472 6.628-102.97 18l5.72 17.468c30.61-10.843 63.185-16.653 97.187-17.156l.064-18.313zm18.687.187l-.06 18.375c46.9 1.963 96.236 13.842 146.56 36.47l9.376-16.25C356.84 45.9 304.253 33.282 254.03 31.374zm-139.093 24.5c-20.133 8.42-39.376 18.953-57.562 31.5l8.813 16.53c17.207-12.117 35.41-22.284 54.468-30.436l-5.72-17.595zm312.97 20.25l-61.5 106.53 55.124 31.814 61.5-106.532-55.124-31.813zm-174.063 6.313l-.03 18.406c39.736 1.29 80.36 11.3 120.342 31.062l9.375-16.22c-42.846-21.33-86.708-32.012-129.686-33.25zm-18.688.062c-29.644 1.034-58.722 6.555-86.625 16.156l5.72 17.53c26.066-9.063 53.198-14.28 80.875-15.28l.03-18.406zM42.126 98.53c-8.205 6.396-16.177 13.24-23.876 20.5l9.97 16.345c7.376-7.136 15.013-13.842 22.874-20.125l-8.938-16.72h-.03zm88.905 6.72c-17.292 7.142-34.04 15.886-50.124 26.125l8.813 16.5c15.13-9.78 30.847-18.16 47.06-25l-5.75-17.625zm122.626 35.28l-.062 18.44c30.17 1.18 61.405 7.815 93.156 20.405l9.438-16.344c-34.7-14.046-69.15-21.353-102.532-22.5zm-18.687.032c-23.744.82-46.85 4.73-69 11.563l5.718 17.5c20.297-6.28 41.433-9.915 63.218-10.688l.063-18.375zm-169.626 1.375c-7.647 5.49-15.13 11.32-22.406 17.5l9.874 16.157c6.96-6.02 14.107-11.72 21.407-17.063l-8.876-16.593zm82.97 16.344c-14.515 5.62-28.545 12.503-42.033 20.595l8.782 16.406c12.534-7.633 25.55-14.124 39-19.436l-5.75-17.563zM90.53 189.03c-6.896 4.782-13.607 9.887-20.155 15.314l9.844 16.125c6.23-5.272 12.61-10.237 19.155-14.876L90.53 189.03zm279.19 17.126L292.28 340.25c11.3 3.162 22.027 7.753 31.94 13.563l75.31-130.47-29.81-17.187zm-114.033 147.78c-60.607.002-110.206 45.816-116.406 104.752h82.126c-2.206-4.67-3.437-9.87-3.437-15.344 0-19.872 16.315-36.156 36.186-36.156 19.872 0 36.188 16.284 36.188 36.156 0 5.475-1.23 10.674-3.438 15.344h85.188c-6.2-58.936-55.8-104.75-116.406-104.75zm-1.53 71.94c-9.773 0-17.5 7.696-17.5 17.468 0 6.678 3.626 12.39 9.03 15.344h16.938c5.404-2.955 9.03-8.666 9.03-15.344 0-9.772-7.727-17.47-17.5-17.47zm-153.47 51.5v15.687h303.344v-15.688H100.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-life-buoy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M367.35 80.512a208 208 0 0 0-222.64.074l54.33 69.853a120 120 0 0 1 113.893.035l54.416-69.963zm64.064 64.197l-69.853 54.33a120 120 0 0 1-.035 113.893l69.963 54.416a208 208 0 0 0-.074-222.64zm-280.94 54.357L80.513 144.65a208 208 0 0 0 .074 222.64l69.853-54.33a120 120 0 0 1 .035-113.893zM312.962 361.56a120 120 0 0 1-113.893-.035l-54.416 69.963a208 208 0 0 0 222.64-.074l-54.33-69.853z"/></svg>
<svg class="tc-image-originals-life-in-the-balance tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.03 22.313L209.19 72.156H132.28l-22.5-22.5L78.626 80.78l31.156 31.157 21.064-21.093h79.78l32.5 32.5V332.75h-.218c0 56.654-22.68 110.59-46.687 128.063-26.692 7.45-47.682 19.485-58.94 33.906h243.532c-11.076-14.24-31.834-26.13-58.156-33.595-22.125-16.208-44.998-65.613-47.687-118.188V123.313l32.467-32.468h78.375l21.094 21.094L438.03 80.78l-31.124-31.124-22.53 22.5h-75.5L259.03 22.312zM138.72 141.906c-11.43.448-22.967 6.792-30.25 20.47-18.616-32.072-67.794-24.488-66.532 15.03 1.184 37.068 51.412 49.448 66.53 88.813 15.97-39.372 67.584-49.38 66.344-88.814-.707-22.547-18.265-36.198-36.093-35.5zm305.81 46.78c-12.498-.098-24.312 3.91-35.75 10.94-24.375 14.98-22.752 50.796-72.467 63.655 56.016 32.366 90.476-55.05 148.218-60.842-14.287-9.422-27.5-13.65-40-13.75zm-103.624 34.126c-30.63-.368-36.37 22.524-11.406 36.938-7.054-13.125-2.727-27.236 14.47-36.813-1.04-.06-2.076-.113-3.064-.125zM18.75 283.72c0 21.618 42.385 39.155 94.656 39.155 52.27 0 94.625-17.537 94.625-39.156H18.75zm283.438 0c0 21.618 42.385 39.155 94.656 39.155 52.27 0 94.625-17.537 94.625-39.156H302.186z" fill="#fff"/></svg>
<svg class="tc-image-originals-life-support tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M374.688 33.78c-40.753-.25-82.475 21.226-109.22 71.782l-7.906 14.938-8.468-14.656c-32.643-56.628-91.52-77.628-141.406-67.813C57.801 47.848 17.09 87.075 19.31 157.126c1.276 40.232 18.886 72.314 44.876 102.063 7.425-19.163 12.86-40.794 16.218-64.844l.03-.188.033-.22c3.27-17.58 16.133-28.45 29.405-29.31 1.896-.124 3.8-.046 5.688.25 14.87 2.323 27.108 17.422 24.718 36.593v.06l-.03.064c-5.195 37.19-15.408 71.8-30.72 102.125 3.552 3.154 7.14 6.32 10.782 9.5 2.316 2.018 4.72 4.062 7.063 6.092 10.018-2.448 20.884-6.123 32.313-10.812.433.697.875 1.395 1.343 2.094l9.626 14.375c-8.86 3.69-17.542 6.848-25.97 9.374 42.482 36.955 86.22 77.407 112.75 132.437 16.882-33.235 40.17-60.668 65.502-85.124-1.818-1.453-3.493-3.138-4.97-5.062-8.02-10.457-7.668-24.424-2.718-37s14.513-24.804 27.563-34.813c13.05-10.008 27.32-16.04 40.75-17.56 3.357-.38 6.713-.476 10-.22 9.74.76 18.796 4.505 24.812 12.156 19.22-17.21 36.378-34.68 49.406-53.625 17.402-25.3 27.682-52.99 26.595-87.843-1.426-45.725-22.027-80.43-50.906-101.312-1.27 10.676-4.632 21.77-9.626 33.156-.075-.05-.144-.105-.22-.155l-15.874-10.53c5.078-12.455 7.72-23.76 7.563-33.25-7.31-3.52-14.927-6.292-22.75-8.25-9.104-2.28-18.47-3.506-27.875-3.564zm13.656 53.126c3.786-.046 10.03 1.552 17.875 6.75l17.092 11.313c12.656 8.387 12.5 16.663 10.97 19.28-.766 1.308-1.8 2.333-5.126 2.5-3.325.167-9.003-1.103-16.344-5.97l-17.062-11.31c-7.25-4.806-11.08-9.825-12.625-13.532-1.545-3.708-1.003-5.742-.344-6.813.66-1.07 1.778-2.172 5.564-2.22zM113.313 124.47c21.762.174 42.915 11.463 54.562 31.5 16.498 28.38 8.087 64.472-18.313 83.03l6.375-38.844c3.358-11.243 2.193-23.783-4.218-34.812-7.748-13.327-21.324-21.163-35.657-22.156-1.076-.075-2.17-.098-3.25-.094-7.57.023-15.222 1.952-22.282 6-12.853 7.37-20.63 19.956-22.155 33.437l-8.22 39.97c-.745-1.114-1.472-2.232-2.155-3.406-17.49-30.085-7.028-68.875 23.22-86.22 9.45-5.42 19.773-8.12 30-8.374.702-.018 1.39-.037 2.093-.03zm275.937 3.155l13.25 8.75c.805.534 1.607 1.013 2.406 1.5-7.525 10.237-15.925 20.55-25.03 30.844l-13.845-12.564c8.468-9.582 16.27-19.135 23.22-28.53zm-55.563 32.188c.66-.03 1.438.025 2.375.156 3.75.522 9.684 3.023 16.657 9.343l2.686 2.437 12.5 11.344c11.25 10.196 9.845 18.36 7.938 20.72-.954 1.177-2.125 2.02-5.438 1.686-3.312-.335-8.724-2.43-15.25-8.344l-15.187-13.75c-6.445-5.84-9.47-11.383-10.44-15.28-.97-3.9-.125-5.822.69-6.782.61-.72 1.487-1.443 3.467-1.53zM110.78 183.188c-4.597.032-9.852 2.955-11.936 14.156-9.634 68.432-36.04 121.17-79.03 153.25l-.002 26.562C76.6 342.28 110.698 278.136 121.75 199c1.323-11.076-3.913-14.852-9.063-15.656-.62-.097-1.25-.16-1.906-.156zM326.595 196.5c.27.252.536.5.812.75l13.063 11.813c-7.305 6.834-14.808 13.584-22.5 20.187-3.396 2.914-6.833 5.797-10.283 8.656L295.47 223.78c3.48-2.862 6.933-5.76 10.342-8.686 7.095-6.09 14.036-12.303 20.782-18.594zm-64.563 27.063c.826-.033 1.88.104 3.25.468 3.66.972 9.278 4.17 15.44 11.282l13.405 15.47c9.94 11.476 7.583 19.42 5.406 21.53-1.087 1.055-2.376 1.764-5.624 1.032-3.248-.732-8.36-3.47-14.125-10.125l-13.436-15.47c-5.694-6.574-8.007-12.42-8.5-16.406-.494-3.987.577-5.833 1.5-6.688.46-.427 1.023-.825 1.937-1 .23-.043.476-.083.75-.094zm-11.624 34.218c.585.732 1.182 1.46 1.813 2.19l10.686 12.31c-13.854 9.792-27.824 18.895-41.687 27.064-.605-1.04-1.25-2.066-1.94-3.094l-8.81-13.125c13.187-7.64 26.598-16.143 39.936-25.344zM174.5 275.69c.928-.06 2.182.136 3.938.843 3.51 1.416 8.668 5.277 13.906 13.095l11.406 17.03c8.45 12.615 5.14 20.207 2.72 22.033-1.21.912-2.586 1.438-5.72.312s-7.88-4.465-12.78-11.78l-11.407-17c-4.84-7.227-6.408-13.328-6.407-17.345.002-4.017 1.26-5.703 2.28-6.438.512-.367 1.136-.688 2.064-.75zm214.47 29.843c-1.06.03-2.157.12-3.314.25-9.257 1.05-20.83 5.685-31.47 13.845-10.638 8.16-18.118 18.144-21.53 26.813-3.412 8.668-2.755 14.985.156 18.78 2.912 3.796 8.806 6.048 18.063 5 1.926-.217 3.964-.6 6.063-1.124-3.063-8.48-2.586-17.12 1.03-24 5.506-10.474 16.72-16.732 28.72-16.375 5.37.158 10.643 1.827 15.468 4.717.667-1.31 1.253-2.612 1.75-3.875 3.412-8.67 2.755-14.954-.156-18.75-2.183-2.845-6.042-4.846-11.75-5.218-.95-.062-1.972-.092-3.03-.063zm-3.783 41.876c-4.623.21-8.865 2.97-10.656 6.375-1.897 3.613-2.527 8.145 4.064 15.69 27.222 28.585 69.735 53.89 116.28 64.28v-25.5c-39.302-10.528-75.917-32.2-98.5-55.844-3.69-3.612-7.17-4.908-10.25-5-.31-.01-.628-.014-.937 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-life-tap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M345.688 65.844c-35.618.5-72.53 18.186-98.813 55.594 10.073 20.198 14.32 42.84 11.063 66.156L239.405 185c6.576-47.067-22.98-91.607-72.97-112.28-69.356-23.26-149.8 17.77-146.842 110.5 4.334 135.738 198.593 214.873 219.5 292.905 7.42-27.684 42.628-58.402 82.687-93.188-2.85.51-5.782.782-8.78.782-33.258 0-58.156-32.542-58.156-70.19 0-37.646 24.9-70.155 58.156-70.155 15.437 0 29.067 7.034 39.25 18.313H380.312v-19.063H353.72v-18.688h71.905v18.688H399.03v19.063h34.439v3.843c15.718-25.613 25.388-52.978 24.467-82.31-2.326-74.106-53.54-116.433-108.812-117.376-1.146-.02-2.29-.016-3.438 0zM313 262.064c-20.678-.002-39.47 21.928-39.47 51.467 0 29.54 18.792 51.5 39.47 51.5 11.58 0 22.595-6.877 30.03-18.124h-16.217c-11.09 0-20.496-4.162-26.344-10.906-5.85-6.744-8.05-15.39-7.533-23.594.518-8.202 3.65-16.23 9.407-22.562 5.756-6.332 14.48-10.75 24.47-10.75h15.467c-7.414-10.596-18.078-17.03-29.28-17.03zm51.563 18.31v62.907h50.218v-62.905h-50.217zm-37.75 17.407c-4.823 0-8.008 1.747-10.625 4.626-2.618 2.88-4.337 7.11-4.594 11.188-.257 4.077.86 7.72 3 10.187 2.138 2.467 5.4 4.44 12.22 4.44h19.06v-30.44h-19.062zm106.656.158V328.5c10.466 1.267 15.374 7.182 15.374 18.75v34.25h30.437v-34.25c0-27.41-13.77-47.27-45.81-49.313zm29.967 103.218c-5.23 43.36-24.52 37.683-24.906 65-.167 12.38 11.43 22.625 25.814 22.625 14.382 0 26.25-10.24 26.25-22.624 0-27.455-21.384-21.81-27.156-65z" fill="#fff"/></svg>
<svg class="tc-image-originals-lift tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.125 25.095L86.563 125.625H150v271H86.563l171.53 100.563 171.563-100.562H366.22v-271h63.467L258.125 25.096zm2.125 69.687c.684-.028 1.34-.018 2 .094 17.524 2.275 31.665 19.426 34.656 41.375h-29.47l.002 18.688h29.218c-1.692 10.3-5.91 19.407-11.687 26.375 41.13 7.74 60.86 67.412 48.75 125.75h-33.033l-7.562 101.563h-72.5l-6.688-101.563h-31.593c-10.68-56.805 3.537-119.376 48.47-126.343-5.488-6.883-9.463-15.787-11.095-25.782h29.03V136.25H219.5c3.226-23.553 19.343-41.374 38.688-41.374.677 0 1.378-.066 2.062-.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-light-bulb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M247 18.656c-80.965 0-146.875 65.02-146.875 145.625 0 45.63 15.758 67 33.313 94.845 11.706 18.57 23.767 39.91 30.53 70.563h165.095c6.728-31.387 18.91-53.12 30.718-71.875 17.58-27.92 33.314-48.912 33.314-93.532 0-80.66-65.127-145.624-146.094-145.624zm-99.78 127.906L170.437 167 210 201.813l31.188-34.125 6.78-7.438 6.907 7.344 30.75 32.72 39.97-33.47 22.686-19-7.655 28.594L304.75 310.28l-18.063-4.842 28.22-105.25-24.032 20.125-6.78 5.656-6.033-6.44-29.906-31.78-30.562 33.438-6.188 6.78-6.875-6.062-23.25-20.437 27.94 104.218-18.064 4.812-35.937-134.063-8-29.875zm22.593 201.813V389.5L315 348.375H169.812zm153.593 17.063l-153.594 43.53v29.438l153.594-43.5v-29.47zm0 48.875L203.97 448.156h119.436v-33.844zm-132.562 52.53v20.533h113.282v-20.53h-113.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-light-fighter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M215.078 20.037L100.754 135.693l52.133 79.313L21 491.963 296.824 359.53l79.42 52.784L491 297.088 215.078 20.038zm102.037 21.885l-21.082 21.174 16.865 16.933 21.088-21.17-16.87-16.938zm130.71 4.252l-84.32 84.666 16.862 16.94 84.328-84.667-16.87-16.94zm-75.893 8.463l-42.157 42.336 16.864 16.933 42.165-42.334-16.873-16.935zm67.463 67.744l-42.155 42.33 16.862 16.938 42.164-42.334-16.87-16.933zm12.658 55.038l-21.08 21.17 16.863 16.933 21.088-21.166-16.87-16.936zm-206.526 66.865c6.308.15 11.87 2.175 15.924 6.244 11.794 11.843 6.35 36.51-12.16 55.098-18.51 18.585-43.08 24.056-54.872 12.22-11.793-11.847-6.345-36.517 12.168-55.1 12.146-12.2 26.9-18.747 38.94-18.462z"/></svg>
<svg class="tc-image-originals-light-sabers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M478.89 21.842c-6.434-.113-15.047 3.628-24.242 12.822L328.912 160.4c0-.007.003-.015.004-.023l-60.228 60.228.01.01-12.727 12.727-.01-.01-22.657 22.658.01.01-12.44 12.44-.01-.01-30.884 30.884c0 .005.002.01.004.014l-55.656 55.656 22.627 22.627 320.32-320.32c18.827-18.825 14.79-35.217 1.616-35.448zm-445.84.06c-13.176.232-17.213 16.623 1.614 35.45l185.912 185.912 22.658-22.66-44.164-44.16c0 .02 0 .038-.002.058L57.29 34.725C48.098 25.53 39.484 21.79 33.05 21.902zm234.538 36.39c-9.308 42.14-12.624 79.314-27.922 121.454-21.636-16.89-30.623-41.47-43.836-63.414.586 10.88 1.66 22.256 2.42 33.838l57.71 57.71 78.485-78.485a2474.362 2474.362 0 0 1 4.078-21.237c-21.27 28.796-42.452 44.68-71.396 73.475-6.752-45.418.278-77.923.46-123.34zM87.873 170.623c-.052.003-.08.017-.082.044-.258 5.25 104.427 78.357 96.222 83.578-13.465 8.55-57.975 31.11-83.508 44.914 19.72-3.345 53.538-7.933 72.18-8.002l35.453-35.453-63.655-63.652c-27.027-10.216-54.915-21.568-56.61-21.43zm245.143 56.144l-29.086 29.086 56.174 56.17c10.848.735 21.692 1.416 32.5 1.218-24.518-15.9-71.99-43.734-71.64-50.568.353-6.887 63.447-21.216 95.518-31.606-27.787-2.137-55.973 3.846-83.466-4.3zm-41.813 41.812l-22.656 22.656 86.437 86.438 22.627-22.627-44.473-44.475h.06l-41.994-41.992zm-35.098 35.098l-57.703 57.703c.408 14.207.21 28.454-.52 40.38 11.322-26.84 17.846-51.86 45.827-74.473 14.444 11.985 24.816 40.267 37.224 60.4-.91-19.042-6.873-52.002-5.03-64.214l-19.8-19.797zM111.7 354.984L98.974 367.71l45.256 45.257 12.725-12.73-45.252-45.253h-.002zm288.538.06l-45.254 45.253v.002l12.727 12.727 45.257-45.256-12.73-12.725zM94.023 385.39l-9.9 9.9 32.527 32.526 9.9-9.9-32.527-32.527zm323.893.06l-32.527 32.527 9.9 9.9 32.526-32.527-9.9-9.9zm-346.52 22.568L21.9 457.512l32.528 32.527 10.603-10.604 10.73 10.726 17.847-17.848-10.728-10.726 21.042-21.043-9.9-9.9-38.89 38.89-12.728-12.728 38.89-38.89-9.9-9.9zm369.15.06l-9.9 9.9 38.89 38.89-12.73 12.728-38.89-38.89-9.898 9.9 49.494 49.494 32.527-32.528-10.604-10.603 10.726-10.73-17.848-17.847-10.726 10.728-21.043-21.042z"/></svg>
<svg class="tc-image-originals-light-thorny-triskelion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M182.3 27.76c-41.66 1.55-71.98 12.64-87.075 33.57-14.996 20.793-19.073 42.025-14.512 60.627l-28.9 37.893 44.15-9.817c9.06 9.9 21.452 17.84 36.494 22.88l.002.003c6.794 2.277 14.524 2.72 22.747 1.652l27.195 35.223 1.9-44.196c11.947-5.58 23.89-13.31 34.718-22.432 26.5-22.323 49.584-22.368 71.337 1.05 8.008 8.618 13.16 22.295 14.002 39.376l-41.3 5.558 38.694 24.616c-2.876 13.822-8.135 28.82-16.234 44.478-7.02 9.738-17.588 11.617-29.06 14.27v-.01c-26.697 5.474-44.733 17.682-56.735 34.3l-40.295-8.962 27.004 35.408c-5.565 16.46-7.995 35.085-8.66 54.656-.776 22.924-8.376 38.922-21.374 49.168l-23.673-30.664-1.823 42.39c-3.77.893-7.728 1.58-11.877 2.054-32.66 3.72-53.188-13.49-57.886-43.522l42.24-17.642-41.546-13.07c8.317-36.64 45.123-44.226 84.47-14.94-10.21-30.046-37.793-46.61-64.24-43.11l-34.695-30.7 6.337 43.107c-16.922 13.644-28.333 37.456-27.002 68.472l.002-.002c1.07 24.91 8.987 44.425 21.97 58.442l-5.603 43.533 28.908-26.523c14.04 6.71 30.718 9.905 49.143 9.525 28.805-.594 50.39-11.277 65.258-28.512l44.166 9.822-28.107-36.85c4.906-12.356 7.854-26.206 8.905-40.978 2.993-42.106 10.98-67 49.666-81.19 22.4-4.78 31.46 11.123 44 25.118 11.763 14.17 24.682 26.702 38.36 36.576l-5.956 46.278 33.45-30.694c28.676 11.837 59.32 10.656 88.874-11.508l41.772 17.157-21.6-41.423c15.304-31.94 7.437-78.643-23.68-116.072l18.168-34.85-36.265 14.898c-25.836-30.966-33.752-64.36-31.635-98.392l36.506-1.57-32.885-25.386c3.827-19.143 10.12-38.337 17.535-57.274-36.752 33.445-53.902 87.657-45.008 138.612l-27.043 20.877 32.71 1.405c6.93 20.493 18.49 39.818 35.142 56.267 10.972 10.84 18.435 21.89 23.017 32.54l-38.93 24.767 44.52 5.993c-1.05 13.187-6.81 24.267-15.57 31.41-36.14 29.463-71.665 4.02-99.827-24.9l-.004-.004c-11.303-14.4-29.244-23.823-19.684-45.554.5-1 .98-2 1.46-2.998.315-.593.63-1.187.984-1.8.703-1.215 1.193-2.397 1.508-3.542 22.616-50.238 21.588-97.116 2.597-128.728l20.597-39.502-40.066 16.46c-18.2-15.797-38.248-19.94-58.718-15.907l-28.97-33.874.32 44.435c-6.61 3.508-13.192 7.694-19.704 12.452-23.043 16.84-39.83 25.03-52.455 19.934-28.463-11.493-35.17-30.53-29.707-49.676l41.922 9.323-27.156-35.606c13.57-16.16 33.6-29.476 52.71-34.197z"/></svg>
<svg class="tc-image-originals-lighthouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M136 40.938l-88 44V184h176V84.937l-88-44zM480 48l-240 80v32l240 64V48zM64 96h31.406l.313 64H64V96zm47.406 0h48l.313 64h-48l-.314-64zm64 0H208v64h-32.28l-.314-64zM79.312 201L19.094 487h233.812l-.094-.438.125.094c7.327-10.582 26.22-22.905 46.032-28.22 10.19 18.728 29.766 30.564 53.03 30.564h4.125l2.688-3.125c11.347-13.123 19.005-24.272 35.843-27.906C404.94 477.692 426.263 489 448 489h5.25l2.594-4.563c8.78-15.503 11.158-17.993 28.844-28.75l-9.375-15.375c-16.44 10-24.038 17.37-32.063 30.344-15.508-1.633-29.613-11.073-34.75-25.656l-2.344-6.625-7 .656c-26.106 2.45-39.755 18.452-51.062 31.72-17.555-1.233-29.83-10.616-35.688-25.97l-2.656-6.967-7.375 1.343c-20.77 3.78-40.482 13.32-54.094 25.813L192.688 201H79.313zM87 256h18v48H87v-48zm80 128h18v48h-18v-48z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-arc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M192.063 20.375l-44.625 98.563-36.344-13.657 40.312 47.22 29.47-50.656 17.093 159.437 88.874-159.936 7.906 138.22 74.72-140.408 32.905 9.094-32.594-57.28-58.75 91.343L300.657 27.28 216.75 153.657l-24.688-133.28zM61.25 100.813c-22.213 0-40.03 17.785-40.03 40 0 22.214 17.817 40.03 40.03 40.03.558 0 1.104-.04 1.656-.062l19.5 72.814-27.812 7.437 4.843 18.064 27.813-7.47 6.656 24.876-27.812 7.438L70.938 322l27.812-7.438 7.156 26.782-27.78 7.437 4.81 18.033 27.814-7.438 6.906 25.813-27.78 7.437 4.843 18.063 27.78-7.438 7.188 26.75-27.813 7.47 4.844 18.06 27.81-7.467 12.25 45.78h19.345l-13.563-50.593 27.813-7.47-4.844-18.06-27.81 7.467-7.157-26.78 27.78-7.438-4.812-18.064-27.81 7.438-6.907-25.813 27.78-7.436-4.812-18.063-27.81 7.47-7.157-26.78 27.78-7.44-4.843-18.06-27.78 7.436-6.657-24.875 27.78-7.436-4.843-18.03-27.78 7.436-19.564-73.03c12.173-6.842 20.344-19.858 20.344-34.907 0-22.215-17.787-40-40-40zm391.188 0c-22.213 0-40.032 17.785-40.032 40 0 15.052 8.19 28.066 20.375 34.906l-19.56 73.03-27.814-7.438-4.844 18.032 27.813 7.47-6.656 24.842-27.814-7.437-4.844 18.06 27.813 7.44-7.156 26.78-27.814-7.47-4.844 18.064 27.813 7.437-6.906 25.814-27.814-7.438-4.844 18.063 27.813 7.436-7.156 26.78-27.845-7.467-4.813 18.06 27.813 7.47-13.563 50.594h19.313l12.25-45.78 27.813 7.467 4.843-18.06-27.81-7.47 7.186-26.75 27.813 7.438 4.842-18.063L396 385.187l6.906-25.812 27.813 7.438 4.842-18.032-27.812-7.467 7.156-26.75L442.72 322l4.842-18.063-27.812-7.437 6.656-24.875 27.813 7.47 4.842-18.064-27.812-7.436 19.5-72.813c.562.024 1.12.064 1.688.064 22.212 0 40-17.817 40-40.03 0-22.216-17.788-40-40-40z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-bow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.97 17.375l47.436 75 8.47 13.688.03-.25L220.22 334l3.405-78.28 105.313 151.374 2.437-68.906 14.5 14.062 1.156 1.125 144.94 142.25-156.564-303.78-2.156 69.436-123.813-123.905-2.093 46.375L19.97 17.375zm446.5 1.53c-.523.005-1.063.03-1.595.064-6.066.372-12.796 2.708-19.906 7.75 6.678 2.253 13.083 5.75 18.842 9.936 10.075 7.32 18.823 17.062 23.594 28.282 10.19-16.118 6.488-29.96-1.75-38.157-4.738-4.713-11.36-7.923-19.187-7.874zM404.343 42.72L93.5 57.843l20.063 17.718L392.188 62c3.458-6.438 7.497-12.875 12.156-19.28zm23.78.093c-4.272 4.88-8.057 9.782-11.437 14.687 10.62 1.142 21.087 5.93 30 12.406 7.493 5.444 14.226 12.253 19.157 20 2.04-2.538 4.277-5.13 6.72-7.78-.48-9.738-8.59-22.29-19.72-30.376-8.186-5.947-17.27-9.09-24.72-8.938zm-16.28 33.25c-.486-.007-.965.01-1.438.03-1.798.08-3.505.395-5.062.876-16.464 34.053-16.13 67.398-17.25 95.03-.802 19.795-2.35 38.88-11.313 60.5l32 62.063c28.516-44.8 34.895-84.874 36.158-116 .877-21.643-.462-37.142 2.937-53.063 1.24-5.805 3.186-11.478 6.03-17.25-2.88-8.178-9.632-17.003-18.186-23.22-7.877-5.72-16.587-8.872-23.876-8.968zm-355 34.78L37.25 408.782c6.493-5.112 13.034-9.608 19.594-13.592L73.78 138.125l-16.936-27.28zm210.28 239.72c-31.528 18.55-59.427 23.91-88.437 28.28-28.43 4.283-59.555 7.39-90.875 21.094 7.244 4.844 13.495 11.588 18.407 19 6.118 9.236 10.55 19.92 11.843 30.75 3.73-1.565 7.482-2.922 11.28-4.093 18.75-5.782 38.11-7.495 62.22-11.125 31.644-4.766 68.924-12.73 109.375-36.314l-33.813-47.594zM66.25 411.219c-4.684 2.874-9.374 6.05-14.03 9.56 10.655 4.543 19.69 13.353 26.31 23.345 4.65 7.016 8.307 14.86 10.376 22.97 3.522-2.782 7.013-5.28 10.5-7.533.803-9.013-2.417-20.723-8.75-30.28-6.76-10.204-16.203-17.014-24.406-18.063zm-30.906 23.905c-1.157 1.104-2.316 2.222-3.47 3.375-18.448 18.448-14.666 35.774-4.186 46.156 10.098 10.005 26.772 13.74 44.218-2.25.107-8.647-3.138-19.216-8.937-27.97-7.648-11.54-18.73-18.76-27.564-18.186l-.062-1.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-branches tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M42.656 14.72C98.922 34.014 131.682 87.8 93.53 124.97c97.99 81.427 90.47 108.772 11.564 218.06C144.77 371 181.147 443.36 175.438 490.94H230.5c-32.26-22.573-43.393-49.275-48.563-74.72 29.67-3.367 57.124-.784 80.282 9.126 3.604 25.136 3.95 49.578 1.28 65.594h18.97c2.28-15.12 2.576-33.896.717-53.688 16.71 12.26 29.993 29.893 38.657 53.688h34.062c-30.534-30.354-48.743-63.438-64.562-97.063-5.033 1.243-9.97 2.304-14.813 3.22-3.77-15.606-8.914-30.76-15.56-44.19 14.544-19.12 21.514-36.89 20.874-54.53-.274-7.538-1.884-14.82-4.53-22.03 22.188-6.712 41.265-11.494 60.998-13.564 4.242 21.135 9.946 42.103 17.625 62.783l2.063 5.562 5.906.5c22.146 1.85 41.883 4.926 60.875 9.625 3.94 39.93-6.698 78.297-30.092 118.938 14.673 9.527 26.153 19.857 35.375 30.75h24.406c-40.497-24.248-32.673-75.68-8.22-102.375 21.968 11.687 36.194 23.99 47.844 41.5v-36.125c-26.635-3.933-42.61-21.916-51.22-47.657 16.828 5.22 33.48 11.873 51.157 20.283v-20.625c-19.077-8.64-37.455-15.373-56.31-20.532-4.706-27.01-3.845-59.278.03-91.875-28.84 7.984-57.094 11.11-83.906 10.157-4.173-24.797-6.5-49.993-7.75-75.5l-.656-13.156-12.22 4.97c-54.128 22.015-119.117 16.334-156.156-10.03C153.216 110.84 147.39 63.24 168 14.72H42.656zm285.531 167.03c1.283 20.255 3.302 40.46 6.47 60.53-52.267-5.78-97.91-27.234-130.063-58.186 37.293 11.99 82.246 11.504 123.594-2.344zm-121.53 50.094c13.693 7.486 27.002 14.627 38.374 24.47 11.47 16.32 17.658 29.84 18.126 42.748.49 13.534-4.895 27.892-20.437 46.875l-3.97 4.875 3 5.532c6.7 12.27 11.89 27.51 15.688 43.594-98.4 10.34-144.816-53.688-50.782-168.094zm152.78 29.812c12.68-.05 26.115 1.008 41.157 3.375 10.154 19.476 17.11 38.17 21.062 56.408-15.91-3.556-32.366-6.114-50.062-7.813-6.03-17.068-10.72-34.386-14.375-51.938.738-.01 1.474-.028 2.217-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-dissipation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M36.482 18.307l68.088 108.87-66.244 57.555 98.518 117.485-15.184 61.19 31.707 47.357c-7.105 4.968-13.8 10.476-20.04 16.463L68.268 346.8l30.278-15.138-80.19-122.713v78.92l25.94 34.96-17.662 31.54 33.834 33.485-24.6 37.483 60.45 54.406c-1.99 4.436-3.804 8.97-5.415 13.604h317.196c-1.926-5.546-4.137-10.952-6.604-16.213l64.03-65.492-51.272-58.762 2.412-9.872 17.65-35.838 38.887 29.164 20.445-24.053v-94.176l-37.71 64.083-35.904-31.76-35.458 145.218-38.77 15.212c-9.884-6.924-20.553-12.805-31.857-17.488l74.93-104.864-23.672-39.678 48.473-72.346-93.783 7.504 45.834-79.63 33.914 31.183 69.215-117.233h-21.7l-51.866 87.843-34.108-31.36-63.893 111.005-25.52 2.043 95.906-169.53h-134.18l-53.642 245.225 85.873-22.902-28.32 49.206-53.696 15.998 7.63 85.092c-7.638 2.81-15.008 6.158-22.07 10l-27.48-41.043 15.48-62.39-6.643-7.925-59.22-102.59 85.745-45.503-47.238-123.168H36.482zm283.875 207.755l-86 155.25c-8.45.748-16.718 2.11-24.752 4.057l-5.916-65.99 46.195-13.763 41.314-71.78 29.157-7.774zm33.332 39.946l12.873 21.576-71.024 99.395c-6.507-1.84-13.18-3.295-19.99-4.347l78.14-116.625zm55.14 109.084l31.264 35.83-47.92 49.014c-8.19-13.21-18.144-25.19-29.55-35.602l37.804-14.834 8.402-34.408zM74.018 401.268l43.662 43.212c-4.532 5.75-8.697 11.805-12.46 18.13l-44.927-40.43 13.725-20.912z"/></svg>
<svg class="tc-image-originals-lightning-electron tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M85.29 43.576C48.624 43.576 19.1 73.1 19.1 109.764c0 32.52 23.233 59.404 54.07 65.068l22.183 55.457-4.574 77.75 25.43-67.034 55.226-9.64-9.563 33.42-40.523 43.005 13.673 21.073-34.566 63.21 42.22 40.665-13.253-46.91 18.79-36.637 35.946 55.394-33.98-97.47 23.494-21.698 31.353 23.313c3.106-17.068 9.03-33.16 17.264-47.785l-23.878-5.95 7.818-29.7 52.002-9.076 16.733 14.202 28.564 25.223-12.37 14.01-31.537-27.846c-23.768 24.428-38.396 57.798-38.396 94.65 0 75.047 60.638 135.683 135.685 135.683 75.048 0 135.684-60.636 135.684-135.684 0-62.56-42.135-115.1-99.627-130.856l9.268 24.535 56.23 38.493-59.55 84.092-15.252-10.8 48.578-68.597-45.412-31.088-15.373-40.695c-.076-.008-.15-.018-.226-.025l-.55-2.03-5.584-14.78 43.95-11.47 24.723 30.344-5.058-55.688-67.59 16.438-5.533-20.354-106.79 4.165 3.104-14.223 37.72-40.457 47.858 3.623-49.888-30.36-50.307 48.028-67.222-1.027c-.297 6.424-1.317 12.665-2.974 18.645l65.802 1.004-7.5 34.38 116.063-4.526 10.23 37.64c-.008 0-.018.003-.028.003l16.553 48.63 40.404 28.473-36.286 50.028-15.13-10.973 25.163-34.69-29.887-21.066-19.857-58.34c-15.34 2.762-29.77 8.1-42.844 15.542l-26.13-22.18-52.185 9.108 6.605-25.094-39.216-8.52-47.223-14.714.024-.02-38.445-12.154 5.632-17.82 44.736 14.14c5.04-9.348 7.897-20.06 7.897-31.464 0-36.665-29.52-66.188-66.186-66.188zm26.454 126.887l26.526 8.264 44.187 14.123-5.31 18.548-64.704 11.293-18.906-47.266c6.403-.79 12.515-2.486 18.207-4.96z"/></svg>
<svg class="tc-image-originals-lightning-frequency tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M33.125 19.406L135.5 128.22l81-23.157 18.72-5.344-7.564 17.936-46.125 109.78 134.282-70 26.157-13.655L328.436 170 256.5 309.25l91.25-57.125 22.97-14.375-9.22 25.47-34.625 95.624 71-36.375 21.188-10.845L410.906 334l-33.937 93.063 45.124-6.688 4.53-.656 3.313 3.155 64.313 61.47-30.5-80.5 23.313-46.908-72.5 39.532 51.062-141.158-91.188 47.47 72.344-142.813-128.217 82.81L421.875 70.063 239.03 168.69l30.44-99.563-103.845 25.25-132.5-74.97zM18.155 30.78l77.876 108.25-31.124 75.532 94.125-46.78-98.905 166.812 190.25-99.656-101.03 185.406 140.25-79.063-46.94 102.22 106.5-53-45.655 92.28 86.5-14.467 93.47 31.562-63.158-60.344-56.125 8.314-15.53 2.312 5.374-14.75 31.158-85.437-70.907 36.31-21.124 10.814 8.094-22.313 33.47-92.436-97.22 60.875-28.938 18.092L224.22 331l74.06-143.344-131.06 68.313-22.97 12 10.03-23.908 48.626-115.687-67.75 19.375-5.5 1.563-3.875-4.157L18.157 30.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-helix tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.72 19.344v39.718l130.843 73.813L246.5 87.78l-95.53-68.436H20.72zm196.936.093L313 76.78l-45.5 21.657.03.063-96.03 45.625h-.03l-113.94 54.22 161.532 86.093 59.594-39.25-39.344-34.844 26.375-13.094.094.063 78.94-39.157-.095-.062 136.5-67.72L387.47 19.44H217.655zM361.936 170.5l-76.498 37.906 44.812 25.28-37.03 24.376-.064-.062-55.312 36.438.062.03-68.25 44.938 325.281 154.75L307.47 347l9.31-5.22-.03-.03 43.563-24.313-.032-.03 115.97-65.032L361.937 170.5zm13.19 160.063l-33.97 18.968 139.313 74.22-105.345-93.188z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-lightning-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M296.143 24.635l27.94 159.8-49.653-16.142 25.6 107.592-126.403-159.588 70.084 17.467-52.423-84.344c-13.778 10.68-26.45 24.165-37.666 40.045-30.15 42.69-49.177 102.418-49.177 168.57 0 66.152 19.028 125.877 49.178 168.57 30.152 42.69 70.825 68.102 115.228 68.102 44.403 0 85.074-25.412 115.224-68.103 30.15-42.692 49.178-102.417 49.178-168.57 0-66.15-19.027-125.878-49.178-168.57-23.847-33.765-54.278-56.706-87.93-64.83zM173.3 272.37c25.405.304 52.936 13.05 63.348 36.84-18.842 24.168-94.967 22.145-104.984-21.202 8.96-10.222 23.545-15.32 39.184-15.63.814-.015 1.63-.02 2.45-.01zm191.23 0c.82-.01 1.636-.007 2.45.01 15.64.308 30.223 5.406 39.184 15.628-10.017 43.347-86.142 45.37-104.984 21.203 10.412-23.79 37.943-36.536 63.35-36.84zm-98.41 92.653c1.604.016 3.213.052 4.82.106 41.875 1.414 111.476 12.976 89.94 64.24-11.586-20.46-47.418-35.624-89.94-35.624-42.52 0-77.675 15.24-89.352 35.625-12.623-46.682 34.766-64.838 84.53-64.347z"/></svg>
<svg class="tc-image-originals-lightning-saber tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M53.588 9.594l-45.426.59v34.808l61.945 65.485L152.7 82.16l18.878 33.037 23.248 3.875-20.558 47.28-4.46 6.214 18.03 21.952-44.455 77.384 29.174 31.877c4.798-4.18 9.5-8.29 14.074-12.305l-20.235-22.112 34.125-59.406 32.732 39.848c4.746-4.332 9.35-8.565 13.775-12.674l-53.664-65.33 34.428-47.952 70.312-4.5 11.69 55.26c4.892-5.432 9.38-10.62 13.41-15.546.65-.795 1.274-1.575 1.903-2.357l-10.9-51.53-.068.013-.97-7.688-123.89-1.77-11.798-59.585-89.673 34.808L53.59 9.598l-.002-.004zm433.5 21.717c-20.47 15.934-40.295 27.685-60.545 35.95 3.96 47.51-25.01 99.124-70.658 150.81-46.21 52.324-110.372 104.935-179.426 152.067L165.923 354.7c68.15-46.514 131.32-98.462 175.953-149 42.22-47.81 67.048-94.156 66.297-131.932-9.832 2.976-19.833 5.214-30.12 6.773-.49 27.362-11.265 54.746-40.388 90.353-32.157 39.316-86.64 90.12-176.682 167.738l-7.617 6.565-34.094-45.963-19.234 16.348c19.28 15.33 29.75 29.138 46.84 47.766l6.452 7.03-7.164 6.304c-24.68 21.712-50.044 41.688-76.758 60.162-5.077-3.61-11.26-5.746-17.908-5.746-17.062 0-31.094 14.032-31.094 31.093 0 17.06 14.032 31.093 31.094 31.093s31.094-14.032 31.094-31.094c0-2.58-.326-5.09-.93-7.493 26.655-20.534 54.276-39.37 82.285-58.246l7.198-4.848 5.368 6.818c16.493 20.95 32.353 43.3 48.01 66.34l20.156-17.422-45.942-52.59 8.565-5.96c131.204-91.3 210.172-166.176 250.75-226.72 36.76-54.847 42.27-96.536 29.033-130.757zm-43.92 180.997c-8.493 9.98-17.84 20.227-28.086 30.757l-57.637 94.442 59.53 92.6-54.91 65.912 14.36 11.962 63.684-76.447-60.614-94.285 25.96-42.535 32.49 2.754-9.878 70.8 70.487 13.335 3.474-18.364-52.993-10.025 10.145-72.703-42.842-3.63 26.13-42.817 32.08 20.58 38.048-10.06-4.778-18.07-30.1 7.96-25.51-16.366.024-.043-.154-.04-8.912-5.717zm-171.63 153.216c-5.31 3.943-10.75 7.927-16.26 11.934L312 412.385l-1.447 88.363 18.685.307 1.62-99.004-59.323-36.527zm-99.09 58.33l-21.65 37.592 26.21 46.526 16.28-9.173-20.983-37.25 12.285-21.33c-4.025-5.53-8.07-10.986-12.143-16.363zM51.5 449.79c6.96 0 12.4 5.44 12.4 12.4s-5.44 12.402-12.4 12.402S39.1 469.15 39.1 462.19c0-6.96 5.44-12.4 12.402-12.4z"/></svg>
<svg class="tc-image-originals-lightning-shadow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M54.03 18.307l78.24 70.582-59.465 63.23 47.46 32.337c-12.38 20.72-11.76 47.146 1.848 67.297-41.062 42.994-76.7 92.232-103.752 147.098v94.705h210.83l54.38-56.323-137.246-56.648 32.123-88.188-4.672 71.834 30.37 12.85 47.302-136.66-21.504-3.96c-3.048 7.756-7.685 15.022-13.935 21.272v.002c-21.728 21.727-55.685 24.084-80.098 7.12 4.4-4.59 8.858-9.117 13.383-13.563 16.895 10.054 38.918 7.807 53.5-6.773 3.475-3.476 6.236-7.38 8.312-11.532l-35.115-6.468c6.365-5.588 12.814-11.057 19.356-16.372l20.384 2.813c-.046-4.63-.845-9.25-2.357-13.685l19.854 2.588c.835 4.507 1.187 9.085 1.035 13.655l47.713 6.58-29.21 88.61 42.555-.16 114.817-3.378 22.093 87.492 61.4 14.402V256.568l-138.655-.603 71.486-67.25-14.372 42.08 81.54-22.33V54.56c-89.873 12.397-189.27 52.305-277.49 115.64-11.892-10.783-26.992-16.177-42.093-16.177-14.996 0-29.99 5.32-41.844 15.954l-30.798-20.987 57.553-61.197L81.93 18.307h-27.9zm120.015 154.29c9.39 0 18.772 3.02 26.64 9.038-8.005 6.092-15.902 12.386-23.68 18.87l-28.694-19.552c7.678-5.568 16.705-8.357 25.735-8.357zm-38.32 22.393l26.593 18.12c-9.11 8.048-18.04 16.353-26.744 24.943-7.49-13.372-7.44-29.73.15-43.063zm249.87 142.254l-94.335 22.953-5.52 2.442-45.588-13.68-10.433 31.65 102.098 41.197-10.045 71.75h18.87l5.736-40.965 66.087 40.965h35.472l-98.73-61.196 3.14-22.42-.063-.026 8.037-35.107 46.153 42.402-20.88-79.966zm8.88 99.127l93.53 57.187h5.624v-44.354l-99.155-12.832z"/></svg>
<svg class="tc-image-originals-lightning-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M464.188 21.844l-10.97 1.937C322.7 46.84 193.83 49.9 62.376 25.188c-17.847-.33-4.407-.276-19.063-.28l.376 8.062c0 20.07.373 39.718 1.187 58.81l.313 7.5 7.406 1.282c23.815 4.14 41.906 24.693 41.906 49.782 0 21.526-12.815 39.36-31.5 46.812L55.875 200l1.406 7.53C79.423 327.95 134.21 423.74 249.25 490.157l4.688 2.72 4.656-2.72C371.38 425.04 426.936 328.466 450 207l1.406-7.406-6.937-2.938c-18.255-7.72-31.095-25.293-31.095-46.312 0-25.048 18.128-45.617 41.906-49.78l7.376-1.283.344-7.468c.888-19.207 1.188-38.74 1.188-58.843V21.843zm-18.782 22.062c-.08 13.617-.337 26.97-.844 40.063-28.778 8.433-49.875 34.948-49.875 66.374 0 25.886 14.477 48.117 35.532 59.937C407.48 323.113 356.802 410 253.905 471.126 148.812 408.765 98.946 322.767 77.062 211.03c21.635-11.7 36.126-34.465 36.126-60.686 0-31.43-21.077-57.958-49.876-66.375-.476-13-.747-26.278-.843-39.782C138.186 58.14 213.08 62.986 287.812 60.28L196.03 182.25h51.69l-91.876 159.97 93.72-96.064h39.436l-95.53 147.156 183.093-184.625h-90.47l60.25-61.75H290l75.938-92.187c26.47-2.762 52.955-6.384 79.468-10.844z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-lightning-shout tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.094 20.313l1.718 345.656c15.676 8.518 35.93 6.658 49.75-1.626 7.5-4.496 12.794-10.568 14.97-17.03 2.175-6.465 1.855-13.604-3.626-22.69-58.988-97.785-45.843-189.42 5.688-240.843 51.53-51.42 140.25-61.102 224.687-1.655 13.64 9.602 20.336 9.61 24.564 7.656 4.227-1.952 8.902-8.514 12.594-18.686 3.69-10.172 6.408-22.99 9.312-34.813 1.32-5.375 2.57-10.487 4.156-15.28l-343.812-.688zm172.625 39.25c-5.728.072-11.355.485-16.845 1.218L276 135.657l18.97-42.687c-35.907-23.667-71.29-33.814-103.25-33.407zm-84.064 31.093c-2.36 2.033-4.667 4.14-6.875 6.344-12.168 12.143-22.05 26.945-28.874 43.906l144.25 76.125L208 298.626l-29.625 88.906-2.03 6.064 4.905 4.062 53.625 44.656-23.28 52.125h20.5l17.686-39.687 47.657 39.688h29.188l-128.5-107.063 24.094-72.28L319.124 347l39.188 147.438h135.75v-74.782l-117-114.28 70.906-25.25 46.092 29.624v-22.22l-39.875-25.592-3.875-2.5L446 261l-86.563 30.844-109.093-35.625-.313-46.47 111.407-4.47 4.75-.186 2.657-3.97 30.28-45.468 94.938-8.25v-18.78l-101 8.81-4.5.376-2.468 3.75-30.156 45.22-111.125 4.468-126.72-68.438-10.437-32.156zm-46 97.22c-1.952 34.125 6.586 73.24 29.313 115l33.468-21.688-62.782-93.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-slashes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M140.2 23.414c15.085 32.345 32.656 63.74 52.378 93.875l5.117 6.558-.023-34.914 71.494 120.16 12.21-30.672 62.49 111.574 10.792-23.053 46.98 65.72c28.694 19.943 58.638 37.808 89.563 53.27-9.573-53.755-22.974-106.946-46.167-158.7l-15.385 36.853-60.82-106.8-7.33 21.812-58.623-100.784-9.523 36.104-57.16-69.95-8.792 27.077-87.2-48.13zM32.905 30.65c.498 1.085 1.01 2.16 1.512 3.24l128.55 182.686-15.07 2.442 85.834 57.697-31.3 9.924 138.322 85.465-34.393 16.145 5.4 3.322c-.7-1.014-1.393-2.032-2.098-3.043 4.165 3.215 8.367 6.367 12.584 9.49l109.297 67.22c14.582 7.255 29.39 13.985 44.418 20.156-10.046-21.494-21.62-43.198-34.51-64.898l-83.413-116.693-12.685 27.093-61.118-109.127-11.734 29.474-56.094-94.275.014 21.255-48.426-62.06C123.39 81.91 77.68 52.7 32.904 30.65zM19.557 136.71l29.308 61.67-34.44-.745 81.34 67.69L60.59 275.1l123.84 95.517-44.7 3.76 148.02 83.487-32.973 12.033 117.977 27.077c-11.174-23.545-23.634-46.537-37.254-68.864l-68.41-42.074 34.47-16.183-143.597-88.726 33.185-10.52L98.2 208.132l30.69-4.97C94.145 177.7 57.52 155.358 19.556 136.71z"/></svg>
<svg class="tc-image-originals-lightning-storm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M386.97 17.688c-.678 24.347-8.144 49.282-22.19 71.843-37.465 60.192-112.748 86.84-181.874 69.907 5.208-2.31 10.233-4.83 15.03-7.593 39.057-22.5 57.284-55.454 54.314-91.688-7.388 21.814-24.62 41.314-50.22 56.063-48.047 27.68-118.01 31.687-187.468 16.936v37.375c41.04 8.176 82.086 9.6 118.563 3.47.365.25.726.503 1.094.75l.093-.03 3.28 2.124c32.687 21.385 79.955 25.336 123.75 16.28 43.797-9.054 83.514-31.274 101.126-57.343l4-5.905 6.75 2.28c39.1 13.354 75.938 17.096 119.06 14.94.718-.056 1.442-.098 2.158-.157v-39.125c-36.865 3.595-75.212.762-111.407-9.032 9.5-26.66 10.5-54.67 3.94-81.093zM323.75 191.28c-17.796 9.052-37.843 15.86-58.625 20.157-31.336 6.48-64.594 7.087-94.688-.53L251.28 305l-93.06 20.375L457.874 495.97 348.53 319.936l58.064-14.968-82.844-113.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-lightning-tear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.094 16.03l-18.688.032.063 33.282c-15.95.64-31.854 3.145-47.595 7.53l-10.22-33.28-17.874 5.468 10.345 33.594c-12.496 4.636-24.867 10.44-37.03 17.438l-19.126-30.5-15.814 9.906 19.063 30.47c-10.68 7.15-21.16 15.22-31.44 24.218L66.907 90.124l-12.75 13.688 24.875 23.124c-2.465 2.406-4.937 4.83-7.374 7.344l-6.28 6.5 6.28 6.5c54.467 56.233 116.508 85.097 178.906 85.095 62.4-.002 124.43-28.87 178.907-85.094l6.28-6.5-6.28-6.5c-2.38-2.455-4.782-4.835-7.19-7.186l25-23.28-12.717-13.69-26.032 24.22c-9.15-8.024-18.462-15.315-27.936-21.875l19.312-30.782-15.812-9.938-19.188 30.594c-12.823-7.665-25.888-14.007-39.094-19.03l10.313-33.533-17.875-5.468-10.156 33.063c-15.513-4.467-31.21-7.082-46.938-7.906l-.062-33.44zM250.53 70.25c39.147 0 70.69 31.51 70.69 70.656s-31.543 70.688-70.69 70.688c-39.145 0-70.655-31.542-70.655-70.688 0-39.145 31.51-70.656 70.656-70.656zm64.69 9.063c32.377 11.564 64.16 31.955 94.28 61.468-30.015 29.402-61.683 49.757-93.938 61.345 15.08-16.01 24.344-37.562 24.344-61.22 0-23.838-9.4-45.545-24.687-61.593zm-129.408.03c-15.27 16.045-24.656 37.74-24.656 61.563 0 23.64 9.25 45.18 24.313 61.188-32.218-11.596-63.837-31.944-93.814-61.313 30.092-29.474 61.823-49.863 94.156-61.436zm64.75 10.813c-27.99 0-50.687 22.696-50.687 50.688 0 27.99 22.696 50.656 50.688 50.656 27.99 0 50.687-22.667 50.687-50.656 0-27.992-22.696-50.688-50.688-50.688zm78.875 146.406c-25.884 9.117-52.37 13.72-78.875 13.72-16.853 0-33.69-1.897-50.375-5.595l59.594 51.125-93.686 2.5L419.53 492.188l-85.81-144.375 71.53-.718-75.813-110.53z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-lightning-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M19.84 19.947v57.305l70.31 28.326-1.896.434c12.213 53.392-5.893 155.87-30.828 212.508l-1.865 4.236 95.038 171.86h21.355l-53.166-96.143 70.908 11.306 49.078 84.835h21.59l-58.945-101.89-94.11-15.006-30.974-56.015c14.24-33.763 26.116-78.726 31.613-122.402 36.702 52.688 87.49 91.51 150.307 117.468l-42.524 56.25 110.696-3.39-20.938 107.442 36.47 17.543h43.112l-58.478-28.13 6.715-34.452 93.666 24.994 30.886 37.588h36.646v-20.68l-47.094-56.037c-23.62 1.667-48.992-5.188-70.86-20.316-.09-10.192.878-20.03 2.753-29.568l68.13-2.086 47.07 43.76V384.17l-39.97-37.156-70.252 2.15c5.574-16.8 13.888-32.684 24.07-47.945-43.356-22.47-72.41-50.796-90.066-82.745 21.43-2.416 42.896-6.837 64.38-13.75l47.82 74.295 64.02 9.26V269.4l-52.913-7.654-51.078-79.355-6.946 2.41c-60.644 21.063-121.398 20.804-182.894 10.532-50.274-52.162-36.778-108.118 6.07-129.256l100.938 60.31 96.457-11.402 90.366 109.04V194.74L412.043 95.23 311.81 107.078l-145.833-87.13H19.84zm218.752 229.84c.978-.007 1.95-.005 2.912.008 55.755.72 85.412 33.977 90.57 90.85l-1.982 10.177-75.91 2.323 33.88-44.815-11.656-4.426c-32.562-12.363-61.618-27.98-87.12-47.056 18.2-4.643 34.633-6.954 49.306-7.06z"/></svg>
<svg class="tc-image-originals-lightning-trio tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M292.53 20.5l19 40.594L66.314 28.75 362.03 158.125l-18.967-40.594 149.218 15.282L292.53 20.5zm-252 23.375L318.314 413.97 312.906 348l184.97 146.5L294 186.656l5.406 65.97L40.53 43.875zM20.907 76.22l36.5 316.405L83.03 351.75l68.095 139.344-9.594-241.125-25.624 40.843-95-214.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-lily-pads tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M223.588 20.262c-94.51.16-180.05 33.605-205.775 82.295 63.673 11.945 127.836 21.112 192.79 25.808-35.365-20.726-55.412-44.447-57.513-70.908 9.606 23.1 38.422 48.424 67.744 60.867-4.996-1.485 32.824-53.85 50.416-64.902-29.405 39.648-37.708 67.187-36.1 67.928 22.607-1.23 127.53-22.233 127.53-22.233-7.847 7.87-76.286 35.126-119.205 35.522 22.56 16.765 45.517 29.576 70.28 40.155-28.376-5.275-66.343-11.28-89.616-34.283-18.81 14.785-68.393 43.842-93.882 53.728 22.513-12.795 64.63-48.47 84.418-63.535-.27-.15-.53-.305-.8-.457-64.003 14.72-129.707 23.77-196.356 29.67 27.37 52.198 125.31 84.884 229.158 76.478 103.846-8.405 181.566-55.31 181.843-109.748.28-54.436-76.97-99.61-180.743-105.7-8.107-.474-16.18-.7-24.19-.686zm248.51 173.773c-42.225.14-83.063 17.878-96.717 42.38-14.094 25.29 5.113 50.01 44.964 57.87 9.19-18.766 20.915-34.35 39.265-48.875l-.006-.004c-18.332 3.757-37.205 11.32-56.114 11.615 14.78-2.85 29.676-12.61 43.7-16.5-14.416-5.666-11.947-8.55-25.7-15.452 17.615 5.508 18.616 7.213 37.572 11.21 5.925-8.022 4.172-16.43 8.487-25.098-1.652 8.444 2.323 16.434-.062 24.603 8.918-1.574 17.728-3.677 26.512-5.922v-34.22c-5.642-.873-11.59-1.416-17.813-1.564-1.364-.032-2.727-.045-4.09-.04zM494 236.533c-7.603 2.384-15.546 4.048-22.955 6.182 7.93 4.105 15.246 10.675 22.955 16.43v-22.612zm-34.37 8.887c-8.755 32.378-10.157 35.155-4.308 51.39 13.108-1.736 26.395-5.143 38.678-9.732v-23.736c-12.286-5.11-23.734-12.168-34.37-17.922zm-239 16.51c-2.96-.01-5.92.02-8.884.09-94.81 2.256-161.748 45.352-156.707 100.894 5.04 55.542 80.51 106.446 176.683 119.17 12.704-35.26 13.5-72.006 15.984-108.543-32.932 17.818-75.572 23.768-115.857 32.597 31.362-11.65 62.422-23.65 91.064-38.473-34.348-9.89-67.103-26.543-100.377-41 35.958 9.036 71.627 19.507 108.104 25.947-5.18-17.742-7.297-36.632-10.882-54.973 9.37 18.825 16.314 38.62 29.18 56.05 41.175-8.686 77.906-22.37 116.166-34.332-29.87 14.993-59.066 31.237-90.38 43.547 30.463 8.445 62.82 14.284 94.92 20.477-41.068-.64-82.065-1.71-121.88-9.868l-.014.008c24.498 35.384 51.502 70.77 85.287 106.154 86.556-17.07 128.27-70.762 97.656-125.695-29.656-53.218-118.352-91.745-210.064-92.05z"/></svg>
<svg class="tc-image-originals-linden-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M464.932 21.29C274.485 132.043-106.076-.603 69.61 354.474c11.676-12.52 24.432-24.32 37.908-35.48C67.722 262.93 54.24 199.74 90.232 154.392c-8.058 41.812 10.656 93.947 47.094 141.673 6.008-4.318 12.087-8.544 18.23-12.662 10.623-7.123 21.434-13.967 32.294-20.576-39.13-48.68-51.65-106.296-7.61-146.414-13.92 45.353 3.117 91.37 36.944 129.17 17.7-10.1 35.226-19.632 51.978-28.648-34.28-38.035-47.893-86.045-9.226-120.44-16.994 38.647.948 78.153 32.75 107.777 8.61-4.647 16.946-9.188 24.85-13.595 11.313-7.012 22.352-14.307 32.98-22.016-27.643-27.05-38.643-67.445 2.504-88.78-19.482 26.625-7.21 56.638 15.572 74.905 31.87-25.927 58.968-56.626 77.308-95.932-7.773 45.32-28.388 79.65-55.957 108.272 28.69 11.048 62.472 4.036 75.99-39.15-9.714 74.018-57.36 78.104-94.42 56.668-16.333 14.264-34.34 27.185-53.087 39.593 47.863 30.855 109.968 41.123 142.123 8.13-29.384 68.29-110.973 51.34-167.126 7.144-15.316 10.506-31.402 21.544-47.444 33.152 55.11 43.938 133.57 69.352 202.166 55.34-65.948 54.125-165.335 22.79-230.382-34.147-7.38 5.78-14.64 11.68-21.68 17.713-8.618 7.387-16.886 14.97-24.684 22.725 59.03 57.24 143.643 100.245 234.204 96.922-85.83 40.44-190.386-1.646-259.903-68.238-9.28 11.84-17.164 24.022-23.136 36.52-1.49 3.123-2.867 6.262-4.126 9.418C584.836 697.405 502.94 124.374 464.932 21.288zm-227.2 234.314c-24.016 13.397-48.39 27.648-71.77 43.324C94.374 346.923 33.86 406.27 23.024 485.322c5.26 3.375 14.588 7.464 26.88 9.916 13.06 2.605 29.48 3.515 47.915 1.71-12.04-37.794-7.385-73.55 7.88-105.505 16.808-35.178 45.69-66.18 78.222-94.062 17.278-14.808 35.602-28.676 53.81-41.776z"/></svg>
<svg class="tc-image-originals-linked-rings tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M323.512 17.348c-43.22 0-86.442 16.5-119.446 49.504-19.077 19.08-32.607 41.55-40.642 65.48 9.52-1.467 19.127-2.213 28.738-2.213 6.67 0 13.34.362 19.98 1.07 3.87-5.473 8.244-10.696 13.135-15.586 23.276-23.276 53.87-34.913 84.463-34.913 30.594 0 61.187 11.638 84.463 34.914 46.55 46.55 46.55 122.376 0 168.927-46.55 46.553-122.374 46.553-168.926 0-22.203-22.202-33.853-51.087-34.884-80.235-11.51 1.79-22.767 5.577-33.22 11.37 5.787 33.007 21.39 64.575 46.893 90.077 66.007 66.006 172.885 66.007 238.89 0 66.007-66.006 66.007-172.884 0-238.89-33.002-33.004-76.223-49.504-119.444-49.504zM193.668 148.715c-14.89-.132-29.792 1.695-44.293 5.48-3.51.917-6.995 1.947-10.45 3.092-1.728.572-3.448 1.173-5.16 1.803 0 0-.002 0-.003.002h-.002c-3.425 1.26-6.817 2.636-10.17 4.125-1.636.726-3.262 1.48-4.88 2.262l-.2.094c-3.22 1.56-6.4 3.23-9.537 5.008-.185.104-.368.21-.55.316-1.356.775-2.7 1.57-4.038 2.385-.218.133-.437.265-.655.4-2.996 1.843-5.948 3.79-8.85 5.84-.25.178-.5.36-.75.54-1.214.866-2.42 1.75-3.615 2.654-.255.193-.512.385-.767.58-2.798 2.14-5.544 4.375-8.234 6.713-.297.258-.592.52-.887.78-1.067.94-2.124 1.9-3.172 2.87-.293.272-.587.54-.88.815-1.298 1.22-2.587 2.458-3.856 3.728C25.276 245.645 11.932 314.2 32.687 373.518v.002c.452 1.288.92 2.573 1.402 3.853l.002.002c3.384 8.963 7.557 17.696 12.52 26.094 7.092 11.998 15.793 23.308 26.107 33.622 66.005 66.006 172.883 66.006 238.89 0 19.07-19.072 32.625-41.558 40.675-65.482-16.14 2.485-32.543 2.866-48.765 1.142-3.863 5.473-8.23 10.695-13.123 15.588-46.552 46.55-122.377 46.55-168.928 0v-.002c-.728-.727-1.445-1.46-2.15-2.2v-.003c-.704-.74-1.398-1.488-2.08-2.242v-.002c-.68-.754-1.352-1.515-2.01-2.283v-.002c-.66-.767-1.31-1.54-1.945-2.322v-.002c-.636-.78-1.26-1.565-1.875-2.358v-.002c-.613-.793-1.216-1.592-1.806-2.397v-.002c-.59-.803-1.17-1.612-1.74-2.428v-.002c-.567-.816-1.125-1.638-1.67-2.465v-.002c-.546-.827-1.08-1.66-1.602-2.496v-.002c-.523-.838-1.035-1.68-1.535-2.528v-.002c-.5-.847-.988-1.7-1.465-2.556v-.003c-.477-.857-.944-1.718-1.398-2.584v-.002c-.455-.865-.9-1.736-1.33-2.61v-.003c-.432-.875-.853-1.753-1.262-2.636-.41-.884-.807-1.77-1.194-2.66v-.003c-.386-.89-.76-1.786-1.125-2.684v-.002c-.727-1.796-1.408-3.61-2.045-5.433v-.002c-.318-.91-.626-1.826-.92-2.744-.297-.92-.58-1.84-.853-2.763v-.002c-.273-.923-.533-1.848-.783-2.777v-.002c-.25-.928-.49-1.858-.717-2.79v-.003c-.227-.933-.444-1.87-.648-2.807v-.002c-.205-.937-.397-1.877-.58-2.818v-.002c-.18-.94-.35-1.884-.51-2.828v-.002c-.16-.944-.307-1.89-.444-2.838v-.002c-.136-.947-.26-1.896-.375-2.846v-.002c-.113-.95-.215-1.9-.306-2.85v-.003c-.09-.952-.172-1.906-.24-2.86v-.002c-.07-.952-.125-1.905-.17-2.86v-.002c-.046-.954-.08-1.91-.102-2.865v-.002c-.023-.954-.035-1.91-.035-2.864v-.002c0-.956.012-1.91.035-2.866v-.002c.023-.955.056-1.91.102-2.865.045-.955.1-1.91.17-2.862v-.002c.068-.954.15-1.908.24-2.86v-.002c.09-.95.193-1.9.306-2.85v-.003c.114-.95.24-1.897.375-2.845v-.002c.137-.947.285-1.893.444-2.838v-.002c.16-.944.33-1.887.51-2.828v-.002c.183-.94.375-1.88.58-2.818v-.002c.204-.937.42-1.874.648-2.807v-.002c.227-.933.467-1.862.717-2.79v-.003c.25-.927.51-1.853.783-2.776v-.002c.273-.923.556-1.844.852-2.762v-.002c.295-.918.603-1.832.92-2.744v-.002c.638-1.824 1.32-3.636 2.046-5.434v-.002c.364-.898.74-1.792 1.125-2.683v-.002c.387-.89.785-1.776 1.194-2.66.41-.885.83-1.763 1.26-2.638v-.002c.433-.875.877-1.745 1.332-2.61v-.003c.454-.867.92-1.727 1.398-2.584v-.002c.477-.856.965-1.71 1.465-2.556v-.002c.5-.848 1.012-1.69 1.535-2.527v-.002c.522-.838 1.056-1.67 1.602-2.496v-.002c.545-.827 1.103-1.65 1.67-2.465v-.002c.57-.816 1.15-1.625 1.74-2.43v-.002c.59-.805 1.193-1.604 1.806-2.397v-.003c.614-.792 1.24-1.578 1.875-2.36.636-.78 1.285-1.555 1.944-2.323v-.002c.658-.768 1.33-1.53 2.01-2.283v-.003c.682-.755 1.376-1.5 2.08-2.243v-.002c.705-.74 1.422-1.474 2.15-2.2v-.003c.025-.027.05-.05.077-.077l26.113-21.768c10.24-5.893 34.254-13.07 58.272-13.07 14.34 0 28.682 2.558 42.27 7.672v.002c.906.34 1.808.69 2.706 1.054l.002.002c.898.363 1.793.737 2.684 1.123h.002c13.372 5.797 25.89 14.15 36.8 25.06 22.208 22.21 33.815 51.078 34.833 80.253 11.538-1.79 22.83-5.587 33.31-11.402-5.8-32.976-21.438-64.566-46.93-90.06l-.002-.002-.008-.008c-.963-.962-1.936-1.907-2.916-2.84-.276-.264-.555-.522-.832-.783-.696-.654-1.394-1.304-2.098-1.945-.366-.333-.734-.66-1.102-.99-.638-.57-1.28-1.138-1.925-1.697-.373-.323-.745-.646-1.12-.965-.69-.59-1.386-1.17-2.084-1.746-.338-.28-.675-.562-1.015-.838-.913-.742-1.83-1.472-2.756-2.192-.098-.076-.193-.154-.29-.23-.222-.17-.446-.336-.667-.506-.8-.614-1.603-1.223-2.412-1.82-.437-.323-.877-.64-1.317-.957-.628-.455-1.26-.907-1.892-1.353-.467-.328-.935-.652-1.404-.974-.59-.406-1.18-.807-1.772-1.204-.505-.34-1.01-.676-1.518-1.008-.602-.395-1.208-.78-1.814-1.166-.478-.304-.955-.612-1.436-.91-.667-.415-1.34-.82-2.01-1.223-.914-.55-1.83-1.09-2.75-1.62-.543-.314-1.084-.63-1.628-.937-.598-.336-1.2-.662-1.803-.99-.516-.28-1.03-.562-1.548-.838-.602-.32-1.205-.636-1.81-.95-.485-.25-.97-.498-1.457-.743-.707-.357-1.415-.71-2.125-1.057-.28-.136-.56-.268-.84-.402-2.903-1.394-5.834-2.704-8.795-3.922-.882-.363-1.768-.714-2.654-1.06-.265-.105-.53-.21-.796-.313-.863-.332-1.73-.656-2.596-.974-.23-.085-.462-.168-.693-.252-.924-.334-1.848-.663-2.776-.98l-.075-.026c-.073-.025-.147-.047-.22-.072-4.17-1.417-8.38-2.668-12.626-3.75-.093-.023-.184-.05-.276-.072-1.032-.262-2.066-.513-3.102-.754l-.097-.024c-.037-.01-.075-.016-.112-.025-5.463-1.265-10.977-2.257-16.52-2.974-6.723-.87-13.487-1.334-20.255-1.394z" fill="#fff"/></svg>
<svg class="tc-image-originals-lion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M123.885 20.447c-10.348.467-21.337 3.146-32.194 5.366l62.492 65.628-21.645.188c-29.376.187-75.695 6.154-103.555 22.303l31.756 51.576-40.625 21.098v56.577l46.54 26.32-46.54 40.076v32.268c28.217-1.233 60.63.636 89.135-8.907l31.902-10.658-21.828 25.586c-18.76 22-29.782 55.133-50.736 87.713 31.91-2.394 63.352-7.65 96.8-25.81l16.026-8.683-9.746 77.124c26.333-12.19 52.103-28.923 71.178-49.055 22.683-23.94 35.713-50.49 33.36-72.71l-.074-.75c-18.488-12.687-32.26-31.173-39.236-54.18-8.414-27.753-5.867-62.33 6.643-101.145-26.406-4.04-46.536-14.637-57.307-30.11-12.33-17.716-14.222-39.26-7.738-57.018 6.483-17.758 22.29-32.165 43.437-33.4 20.558-1.195 44.48 10.033 69.972 36.102 11.368 4.11 21.73 8.034 31.14 11.94 2.434-21.395-1.46-38.033-10.408-52.9-8.41-13.975-23.217-26.43-41.1-38.582l4.27 42.888-16.425-10.985C222.37 43.57 168.973 18.49 123.885 20.597l.002-.225zm100.387 77.997c-.436.008-.866 0-1.29 0h-.002c-13.54.785-22.545 9.105-26.937 21.135-4.393 12.03-3.243 27.353 5.51 39.93 8.755 12.576 25.128 23.158 53.548 24.784l12.595.69-4.344 11.827c-14.837 40.46-16.242 73.928-8.577 99.212 7.66 25.267 24.04 42.795 47.305 52.56h.037l108.59 38.474c5.65-11.9 11.672-23.813 17.988-35.71-4.997 2.188-10.513 3.41-16.32 3.41-22.52 0-40.78-18.262-40.78-40.782 0-22.518 18.26-40.78 40.78-40.78 20.66 0 37.697 15.373 40.373 35.3 10.666-18.062 21.885-36 33.48-53.683l-103.224-52.377-4.746-5.732c-3.93-13.556-11.515-23.32-26.39-33.324-14.876-10.002-37.034-19.57-67.784-30.623l-2.08-.767-1.53-1.607c-23.283-24.532-42.7-32.278-56.202-32.024zm119.04 89.93c8.272 0 14.657 6.387 14.657 14.657 0 8.274-6.387 14.688-14.658 14.688-8.27 0-14.687-6.414-14.687-14.687 0-8.27 6.416-14.655 14.687-14.655z" fill="#fff"/></svg>
<svg class="tc-image-originals-lips tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M166.844 112.344c-42.01 38.554-97.815 75.023-147.53 86.03 39.097 14.38 89.036 18.718 134.717 9.157 53.264 31.33 128.095 32.185 184.876 0 44.99 15.297 96.346 13.18 149.688-9.31-59.564-9.606-125.004-51.588-155.25-85.876-55.502 39.62-111 32.146-166.5 0zm-133.72 114.03c17.33 29.572 48.467 79.248 89.75 131.064 27.24 34.188 76.606 31.093 129.97 31.093 49.298 0 102.29.706 127.625-31.092 37.724-47.35 68.59-92.143 88.217-122-124.874 84.53-316.773 93.18-435.562-9.063z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-lit-candelabra tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.438 19.938c-12.487-.094-24.863 14.058-28.188 39.968-2.188 17.047 4.64 28.972 14.25 35.125-3.243-4.602-5.02-10.922-4.03-18.81 2.216-17.69 10.448-27.712 18.75-27.814 7.796-.096 15.655 8.56 18.655 27.813 1.305 8.378.14 14.725-2.438 19.218 8.516-5.808 13.958-17.446 11-35.532-4.45-27.22-16.27-39.88-28-39.968zm-115.625 8.03c-.406-.006-.814.01-1.22.032-11.437.61-22.756 12.442-27.155 37.75-2.942 16.92 2.337 27.784 10.718 33.25-1.762-4.28-2.41-9.893-1.312-16.938 2.903-18.63 10.36-27.357 17.906-27.812 8.55-.516 17.215 9.587 19.5 27.813.718 5.73-.048 10.632-1.75 14.656 8.2-6.214 13.617-16.725 11.625-30.97-3.35-23.948-15.755-37.58-28.313-37.78zM373.969 35.5c-.394-.008-.796.01-1.19.03-11.086.64-22.046 13.565-26.31 41.314-3.005 19.538 2.644 31.72 11.342 37.437-3.43-4.524-5.188-11.484-3.687-21.124 3-19.252 10.86-27.908 18.656-27.812 8.302.102 16.534 10.123 18.75 27.812 1.14 9.08-1.385 16.09-5.592 20.78 10.213-6.17 17.76-18.926 15.5-37.092-3.252-26.15-15.295-41.095-27.47-41.344zM256.843 83.97l-7.906 29c-4.147-.583-8.29-1.915-12.438-4.25v110.56h38.813V108.72c-3.604 1.357-7.21 2.523-10.813 3.343l-7.656-28.094zm-117.22 7.155l-8 29.313c-3.63-.79-7.272-1.978-10.905-3.532V219.28h38.81V116.907c-3.927 2.038-7.852 3.35-11.78 4.03l-8.125-29.81zM372.97 102.75l-7.783 28.5c-3.917-1.002-7.83-2.402-11.75-3.844v91.875h38.813v-91.874c-3.743 2.632-7.476 4.146-11.22 4.844l-8.06-29.5zM120.72 237.97v.03h-12.407c0 15.576 7.953 25.735 18.312 30.47v28.75c0 35.492 29.227 64.717 64.72 64.717h52.03v92.438c-22.13 3.525-41 15.434-41 35.688H312.72c0-20.314-18.847-32.19-40.97-35.688v-92.438h51.906c35.494 0 63.844-29.53 63.844-64.718v-28.5c10.6-4.616 18.813-14.846 18.813-30.72H392.25v-.03h-38.813v.03h-12.562c0 15.545 7.922 25.692 18.25 30.438v28.78c0 20.18-15.59 36.344-35.47 36.344H271.75v-64.968c10.464-4.672 18.53-14.86 18.53-30.594h-14.967v-.03H236.5v.03h-11.656c0 15.684 8.067 25.872 18.53 30.563v65h-52.03c-19.88 0-36.344-16.465-36.344-36.344v-28.533c10.57-4.627 18.75-14.845 18.75-30.687h-14.22v-.03h-38.81z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-lizard-tongue tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.438 22.813l2.656 324.406c18.762-2.59 45.968-7.837 64.937-12.626-64.105-101.55-51.24-197.13 2.345-249.656 53.66-52.602 146.458-59.904 233.188 7.343 4.837-9.855 10.408-22.83 16.78-36 5.467-11.292 11.663-22.63 18.907-32.75l-338.813-.718zM193.155 61.75c-2.916-.003-5.797.078-8.656.25l93.125 55.25 13.47-23.938c-33.99-21.88-67.484-31.535-97.94-31.562zm-48.125 8.688c-16.48 6.286-31.224 15.78-43.56 27.874-19.777 19.386-33.67 45.742-38.5 77 45.306 7.664 79.056 38.977 82.5 80.97 4.68 57.115 70.693 102.11 120.624 96.593 66.34-7.337 91.348 25.706 101.937 75.938 11.52 54.665 62.34 79.21 126.5 65.5-50.166-15.56-93.128-41.772-92.655-102.844.473-61.074-34.86-95.83-82.28-98.783-59.558-3.705-78.226-42.47-81.25-94.5-2.15-36.966-41.773-95.566-93.314-127.75zm-83.936 130c.064 32.407 9.32 68.854 30.656 107.5l22.313-13.25-52.97-94.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-lizardman tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.5 19.438c-44.403 0-85.068 25.433-115.22 68.124-10.09 14.288-18.944 30.48-26.25 48.188-10.71-4.62-21.43-9-32.155-13.188L72.062 140c25.816 10.078 51.322 20.963 76.376 34.22 30.466 16.78 59.304 36.763 80.375 58.374-20.213.33-37.827 1.154-54.094 2.812.113-1.08.186-2.172.186-3.28 0-17.046-13.8-30.876-30.844-30.876s-30.875 13.83-30.875 30.875c0 5.228 1.298 10.156 3.594 14.47-9.395 2.82-18.86 6.195-28.686 10.186.125 65.892 19.137 125.358 49.187 167.908 30.152 42.69 70.817 68.093 115.22 68.093 44.403 0 85.068-25.4 115.22-68.092 29.778-42.166 48.693-100.945 49.155-166.125-11.774-4.744-23.037-8.627-34.313-11.782 1.728-3.95 2.688-8.317 2.688-12.905 0-17.812-14.438-32.25-32.25-32.25-17.812 0-32.25 14.438-32.25 32.25 0 .724.015 1.444.063 2.156-15.164-1.317-31.518-2.01-49.938-2.31 29.974-30.743 74.994-58.278 118.875-78.564 12.154-5.344 24.38-10.35 36.688-15.156l-6.813-17.438c-8.886 3.47-17.776 7.06-26.656 10.813-7.108-16.777-15.617-32.17-25.25-45.813-30.152-42.69-70.817-68.124-115.22-68.124zm-27.03 239.968l31.968 74.563 29.437-65.908 19.97 69.657 39.717-49.564-.375 66 28.47-22.906-2.438 51.344h.03l-26.594 49.437-.97-49.092-25.28 41.187-12.812-47.53-19.563 53.28-21.436-62.375-13.03 66.28-30.283-61.842-11.905 59.406-31.53-44.22-12.97 59.157-30.78-59.905-.97-46.188L158.375 351l12.28-72 36.44 60.906 18.374-80.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-lob-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M269.03 14.47c-110.473 1.825-290.752 92.88-243.5 450.5 0-210.674 118.628-315.626 181.814-315.626 41.72 0 70.595 34.945 73.812 102.75h-40.592l7.218 13.687 114.94 218.283 8.25 15.687 8.28-15.688 114.938-218.28 7.218-13.688H441.97C438.38 104.607 361.12 15.24 274.25 14.47c-1.717-.017-3.465-.03-5.22 0zm-4.592 44.593c85.555-1.117 146.173 75.667 148.687 211.718h57.313L371 459.657 271.53 270.78h65.595c-2.322-140.208-60.25-201.84-171.72-180.25 35.16-20.848 68.674-31.07 99.032-31.468z" fill="#fff"/></svg>
<svg class="tc-image-originals-lock-picking tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M494 12.973L208.54 169.975 35.65 97.938a121.168 121.168 0 0 0-1.716 14.103l174.302 101.68L494 64.212zm-68.223 6.12S346.247 35.15 320 48c-45.024 22.044-98.655 84.697-98.655 84.697C288.43 88.467 344.922 48 425.777 19.092zm-319.953 6.063c-19.304 0-36.98 9.903-50.3 26.918-6.275 8.02-11.472 17.613-15.233 28.297l137.866 57.444c1.29-35.483-7.338-63.638-20.734-82.76-13.84-19.758-32.403-29.898-51.598-29.898zm-71.422 108c3.352 30.315 17.906 56.833 38.366 70.74l4.677 3.176L62.23 309.137l99.247 19.83-17.54-117.656a81.96 81.96 0 0 0 10.15-8.34zm300.895 57.03c-50.015 39.164-126.724 78.674-165.047 43.546 11.574 23.1 24.986 42.545 51.31 38.317 37.69-6.055 92.397-52.364 113.737-81.863zM59.572 326.962l-2.035 13.65L494 430.653v-16.888zm-4.7 31.513l-2.038 13.687L494 489.967v-17.55zm-4.71 31.605l-15.055 100.98H185.64l-10.06-67.49z"/></svg>
<svg class="tc-image-originals-lock-spy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23c-75.556 0-137 61.444-137 137v.008c.038 42.262 19.614 82.002 52.756 107.857L116.473 489h279.054l-55.35-221.402c33.076-25.838 52.76-65.38 52.823-107.584V160c0-75.556-61.444-137-137-137zm0 18c65.824 0 118.993 53.164 119 118.986-.06 38.516-18.74 74.6-50.154 96.88l-5.016 3.56L372.473 471H139.527l52.625-210.504-5.013-3.558C155.712 234.64 137.036 198.53 137 160v-.008C137.004 94.168 190.174 41 256 41zm14.508 44.69c-1.983-.01-3.966-.003-5.95.03-30.615.485-61.19 6.227-91.69 16.77-3.66 5.217-6.824 10.77-9.378 16.608-1.183 2.468-2.232 4.98-3.166 7.523 30.858-12.783 61.51-20.36 91.987-22.376-25.746 5.47-45.19 28.43-45.19 55.756 0 31.374 25.627 57 57 57 31.375 0 57-25.626 57-57 0-28.278-20.82-51.876-47.9-56.26 24.755.443 49.475 4.616 74.22 12.733-4.17-8.416-9.554-16.247-15.872-23.258-20.307-4.896-40.67-7.39-61.06-7.524zM264.12 121c21.647 0 39 17.354 39 39s-17.353 39-39 39c-21.645 0-39-17.354-39-39 0-4.494.76-8.8 2.14-12.807.83.772 1.705 1.465 2.597 2.037 4.008 2.572 8.673 3.77 13.676 3.77s9.67-1.198 13.676-3.77C261.215 146.66 265 142 265 136s-3.784-10.66-7.79-13.23c-.484-.31-.978-.597-1.48-.868 2.702-.585 5.507-.902 8.39-.902zm-102.915 72.994c3.308 9.103 7.833 17.772 13.428 25.645 36.963 15.02 72.75 24.08 107.156 25.694 10.122.475 20.12.278 29.972-.613 8.763-5.944 16.48-13.31 22.963-21.65-16.736 3.786-34.09 5.127-52.092 4.284-37.77-1.77-78.5-13.594-121.428-33.36z"/></svg>
<svg class="tc-image-originals-locked-chest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M146.857 20.842c-12.535-.036-24.268 2.86-37.285 9.424h.004C61.356 54.6 19.966 120.734 17.982 175.91l41.848 14.236c4.33-61.89 47.057-128.37 101.527-155.86h.002c4.423-2.23 8.822-4.162 13.185-5.8l-22.26-7.45c-1.83-.123-3.637-.19-5.428-.194zm59.34 20.19c-10.478-.09-22.832 3.093-36.424 9.943l.004-.004c-48.23 24.34-89.625 90.513-91.548 145.436l156.485 53.24c3.865-62.22 46.797-129.372 101.613-157.035h.002l.002-.003c4.303-2.168 8.584-4.056 12.832-5.666l-134.54-45.036c-2.652-.542-5.458-.847-8.427-.873zm174.97 58.323c-10.476-.09-22.83 3.092-36.42 9.94l-.005.002c-48.577 24.518-90.225 91.473-91.586 146.623l46.205 15.72c3.914-62.188 46.825-129.274 101.607-156.92 4.522-2.283 9.04-4.258 13.53-5.91l-26.544-8.884c-2.164-.35-4.423-.55-6.785-.57zm63.554 22.014c-10.267.093-22.094 3.353-35.333 10.034-47.158 23.8-87.777 87.587-91.362 141.75l174.55-73.726c-.404-39.01-10.754-61.304-24.415-71.082-2.347-1.68-4.867-3.057-7.55-4.137l-.01.034-4.735-1.584c-3.48-.887-7.195-1.327-11.144-1.29zM17.9 195.622l-.035 187.484L59.46 397.58V209.764L17.9 195.624zM78.15 216.12v187.962l156.282 54.37V269.288l-29.053-9.886v119.43l-101.054-34.082V225.025L78.15 216.12zm414.22 3.683L318.433 293.27v189.236l173.935-73.504v-189.2zm-369.354 11.582v99.947l63.675 21.477v-99.763l-63.674-21.662zm31.306 28.797c9.705 0 17.573 7.867 17.573 17.572 0 6.34-3.37 11.88-8.407 14.97v28.53h-18.69v-28.746c-4.838-3.13-8.048-8.562-8.048-14.754 0-9.705 7.867-17.572 17.572-17.572zm98.797 15.464v189.307l46.626 16.22V291.51l-46.627-15.864z" fill="#fff"/></svg>
<svg class="tc-image-originals-locked-fortress tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M102.78 20.625V113.5L149 165.22v183.03h-25.875L99.53 489.156h319.94L395.874 348.25H370.03V165.22l46.22-51.72V20.625h-53.938v43.97H329.47v-43.97h-53.94v43.97h-32.436v-43.97h-53.938v43.97H156.72v-43.97h-53.94zM263.813 157.72c30.17 0 54.625 24.455 54.625 54.624 0 20.84-11.65 38.946-28.812 48.156l27.625 140.25H210.375L238 260.5c-17.148-9.214-28.813-27.326-28.813-48.156 0-30.17 24.457-54.625 54.625-54.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-log tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M391.69 15.94c-16.368.073-31 5.07-41.975 16.044L73.83 307.87c4.225-.493 8.42-.613 12.56-.372 3.104.18 6.177.564 9.21 1.14 13.84 2.63 26.617 8.977 37.984 17.714 27.167-24.11 141.885-119.71 141.885-119.71-40.545 46.737-88.255 89.892-120.536 140.76.593.734 1.195 1.46 1.775 2.205 15.83 20.355 26.67 45.27 29.923 69.563.955 7.135 1.235 14.277.74 21.23l181.06-181.06-7.742-4.647c-.48.215-.962.43-1.493.647l-45.254 22.627 45.254-45.254c0 .09.02.18.026.27l.072-.12 43.52 26.114c1.272-5.898 3.794-11.413 7.824-16.05 4.662-5.37 11.21-9.078 19-10.74l-26.124-43.542 15.435-9.262 11.04 18.4 42.762-42.762c21.036-21.035 26.396-41.327 23.27-60.39-1.63-9.942-5.823-19.683-11.913-28.747l-72.876 72.875 63.522-84.697c-3.586-3.89-7.52-7.585-11.752-11.03-8.926-7.268-19.102-13.37-29.695-17.936.182.177.37.35.55.527l-56.567 33.942 21.668-43.337c-1.333-.107-2.66-.187-3.974-.233-1.106-.04-2.205-.055-3.297-.05zm43.593 233.36c-5.373.6-8.696 2.71-11.058 5.43-2.093 2.41-3.55 5.79-4.127 9.872 4.65-.945 7.952-2.652 10.228-4.928 2.3-2.3 4.02-5.645 4.957-10.375zM81.69 325.282c-15.297-.065-31.403 6.298-48.342 23.08-14.82 15.01-19.83 34.54-17.672 55.385 2.17 20.985 12 42.9 26.424 59.945 2.267 2.68 4.655 5.22 7.125 7.633 3.784-12.452 22.964-33.344 33.912-49.724-7.955 21.334-13.49 43.014-12.62 65.61 7.806 4.22 16.034 7.09 24.415 8.25 19.47 2.693 40.22-3.064 61.29-23.92 11.398-11.606 15.307-29.53 12.57-49.983-2.76-20.61-12.425-43.073-26.292-60.902-13.867-17.83-31.744-30.818-50.262-34.338-3.472-.66-6.987-1.022-10.547-1.037zm-8.21 19.8a73.833 55.395 45 0 1 60.14 26.034 73.833 55.395 45 0 1 13.038 91.377 73.833 55.395 45 0 1-46.732 11.692 61.463 48 45 0 0 29.154-11.608 61.463 48 45 0 0-9.52-77.4 61.463 48 45 0 0-77.402-9.522 61.463 48 45 0 0-11.62 29.147A73.833 55.395 45 0 1 42.24 358.08a73.833 55.395 45 0 1 31.237-12.998z"/></svg>
<svg class="tc-image-originals-logging tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M25 18.393v52.394l135.89 180.76c2.32 3.08 6.53 4.55 12.2 4.55 19.66 0 57-17.53 94.79-46 48.74-36.64 79.86-77.51 69.51-91.27L261.868 18.394zm259.55 205.324c-2.77 0-5.52 0-8.26.08l-2.73 2c3.87-.18 7.57-.27 11-.27 28.7 0 77.27 5.81 77.27 27.57s-48.57 27.57-77.27 27.57c-24 0-61.9-4.06-73.66-18.12a141 141 0 0 1-23.15 7.69c1.69.54 3.47 1.08 5.36 1.61 24.32 6.87 56.8 10.65 91.45 10.65 34.65 0 67.13-3.78 91.45-10.65 26.07-7.36 33-15.48 33-18.75 0-3.27-6.91-11.36-33.01-18.73-24.32-6.87-56.8-10.65-91.45-10.65zm0 17.83c-16.91 0-30.31 1.66-40.31 3.83-5.94 3.57-11.77 6.82-17.44 9.73h.03c7.72 4.07 27.01 9.58 57.72 9.58 36.13 0 56.46-7.57 60.75-11.57-4.29-3.99-24.62-11.57-60.75-11.57zm-.01 5.74c11.37 0 20.59 2.6 20.59 5.82s-9.22 5.82-20.59 5.82-20.59-2.61-20.59-5.82l.05.01c0-3.21 9.17-5.83 20.54-5.83zm125.17 27.99c-7.24 4.52-17.02 8.52-29.34 12-25.69 7.26-59.72 11.26-95.8 11.26s-70.1-4-95.8-11.26c-12.187-3.453-21.884-7.417-29.09-11.89-1.48 34.13-6.42 65.73-14.75 94.19-8.14 27.84-19.53 52.78-33.84 74.12a199.84 199.84 0 0 1-24.46 30l123.09-22.92 95.45 42.83 81.67-47.53L487 479.248a404.32 404.32 0 0 1-30.17-46.81c-19.68-35.75-42.77-90.72-47.12-157.16z"/></svg>
<svg class="tc-image-originals-long-antennae-bug tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M175.58 22.85c-2.174.007-4.353.138-6.525.388-34.765 4.01-67.404 36.405-81.116 87.473-7.775 28.958-22.882 44.807-37.352 51.49-11.51 5.318-22.383 4.86-30.11.702v20.04c11.742 3.31 25.265 2.08 37.946-3.776 20.222-9.34 38.646-30.388 47.566-63.61 12.287-45.76 40.885-70.947 65.207-73.753 12.16-1.403 23.476 2.11 33.547 12.02 9.938 9.78 18.513 26.304 22.695 50.91 5.74-2.34 11.79-4.07 18.07-5.104-4.787-26.406-14.444-46.124-27.658-59.126C205.844 28.69 190.8 22.794 175.58 22.85zm164.857 0c-15.218-.055-30.263 5.84-42.27 17.654-13.15 12.94-22.78 32.528-27.59 58.74 6.3.84 12.384 2.374 18.173 4.526 4.242-24.07 12.717-40.296 22.523-49.946 10.07-9.91 21.386-13.424 33.547-12.02 24.322 2.805 52.92 27.99 65.207 73.753 8.92 33.22 27.343 54.268 47.565 63.61 12.757 5.892 26.368 7.098 38.162 3.71v-20.084c-7.74 4.262-18.71 4.773-30.324-.592-14.47-6.683-29.58-22.532-37.354-51.49-13.71-51.067-46.35-83.46-81.115-87.472-2.172-.25-4.348-.38-6.522-.388zm-81.11 94.332c-36.628 0-66.12 29.49-66.12 66.117 0 7.254 1.174 14.22 3.314 20.743l6.876 3.97c34.858 20.124 80.19 19.712 114.334 0l3.8-2.197c2.53-7.023 3.913-14.602 3.913-22.517 0-36.628-29.49-66.118-66.117-66.118zm-55.692 111.96c-28.358 74.212-10.03 151.08 56.904 221.358 66.006-69.856 84.616-147.21 56.888-221.332-13.99 6.558-29.088 10.553-44.45 11.96-.28 60.717-4.582 121.43-11.962 182.143-6.524-60.676-10.983-121.354-11.73-182.032-15.687-1.294-31.2-5.304-45.65-12.095zm-114.15 4.64L66.362 272.89l-43.94 1.253.534 18.68 54.244-1.548 21.482-36.328 75.123 16.555c.755-6.16 1.79-12.313 3.123-18.447l-87.444-19.272zm333.97 0l-79.898 17.61c1.347 6.127 2.418 12.273 3.195 18.432l67.506-14.877 21.48 36.328 54.244 1.55.534-18.682-43.938-1.254-23.123-39.107zm-325.44 67.515L77.89 343.72l-45.005 9.774 3.967 18.264 53.982-11.725 18.78-39.578 64.552 2.53c-.853-6.248-1.408-12.508-1.672-18.77l-74.478-2.918zm316.91 0l-66.78 2.617c-.273 6.262-.837 12.523-1.69 18.772l56.873-2.23 18.777 39.577 53.983 11.725 3.967-18.264-45.002-9.773-20.13-42.423zm-233.1 55.95l-68.317 11.737-16.406 45.202-45.32 19.347 7.34 17.188 52.78-22.533 15.47-42.623 60.86-10.457c-2.407-5.927-4.545-11.883-6.408-17.86zm156.532 1.243c-1.893 5.976-4.052 11.928-6.48 17.85l53.69 9.224 15.472 42.623 52.78 22.534 7.338-17.187-45.32-19.347-16.406-45.202-61.075-10.494zm-138.072 41.97c-1.914 29.147 4.493 60.784 17.197 87.61 11.43-7.24 21.753-15.01 30.81-23.166-19.876-20.682-35.897-42.284-48.007-64.445zm116.59 6.306c-11.704 20.247-26.642 39.966-44.766 58.857 8.48 7.573 18.01 14.778 28.56 21.553 8.677-27.852 14.833-55.58 16.205-80.41z"/></svg>
<svg class="tc-image-originals-long-legged-spider tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M290.995 288.765a20.65 20.65 0 1 1-20.65-20.65 20.65 20.65 0 0 1 20.65 20.65zm-25.8 47.43l11.93 17-20.51-14.53.61-15.67a36.44 36.44 0 0 0 12.83 2.43zm32.53-23.1l10.57 12.2-6.19 22.77-2.28-19-13.92-7.11a36.84 36.84 0 0 0 11.82-8.84zm-27.38-61a36.69 36.69 0 0 0-36.54 34 48.07 48.07 0 0 1 7.89-92.77V29.765h16v163.55a48.06 48.06 0 0 1 35.84 67.11 36.48 36.48 0 0 0-23.19-8.29zm19-61.71l71.87-60-4.73 24.79-55.89 46.68a64.61 64.61 0 0 0-11.27-11.43zm155.79-15l-70.64-29.3 3.06-16.05 73.68 30.56zm-16.64 27.54l48.17 70.11-13.19 9.06-41.93-61zm-21.3 10.84l-94.74 14.11a63.54 63.54 0 0 0-5.29-15.39l106.6-15.87zm-193.34 80a63.9 63.9 0 0 0 15.08 7.51l-54.42 55-15.74-6.84zm-39.15 80l34.89 103.35-15.16 5.12-39.52-117.04zm23.46-95l-64.5 17-9.56-14 66-17.46a64 64 0 0 0 8.06 14.46zm-87.82 11.25l9.65 14.16-87 126.8-13.19-9.05zm-37.61 25.34l-14.27-7.24 51.13-100.74 5.22 25.06zm114.44-88.59a64 64 0 0 0-1.55 13.94c0 .92 0 1.82.07 2.73l-57.07-23.17-3.93-18.87zm-117.18-22.53l-8.12-13.77 69.12-40.93 1.67 17.6zm79.13-33.47l-2.08-21.94 58.34 45.66a64.51 64.51 0 0 0-10.09 12.42zm163.07 84a64 64 0 0 0 1.57-14.06v-1.87l73.23 7.73-8 15.2zm180 127.29l-13.07 9.22-86-121.93 8.35-15.92zm-112.36-73.56l-72.64-39.55c-.94 1.9-2 3.73-3.11 5.52a36.4 36.4 0 0 1 2.91 12.57l62.25 33.89zm6.85 16.61l16.42 118.12-15.85 2.2-14.47-104.07 1-1.13z" fill="#fff"/></svg>
<svg class="tc-image-originals-look-at tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M208 151c-28 0-60.378 17.102-90.992 37.512-30.615 20.41-58.84 44.594-75.37 61.125L35.27 256l6.367 6.363c16.53 16.53 44.756 40.716 75.37 61.125C147.623 343.898 180 361 208 361h3.73l2.633-2.637c8.644-8.643 15.787-18.62 21.49-29.47-20.47-1.078-36.916-10.11-47.767-23.13C176.512 291.872 171 273.874 171 256c0-17.875 5.512-35.873 17.086-49.762 10.85-13.02 27.297-22.053 47.768-23.13-5.704-10.85-12.847-20.828-21.49-29.47L211.728 151H208zm32 50c-17.6 0-29.66 6.65-38.086 16.762C193.488 227.872 189 241.875 189 256s4.488 28.127 12.914 38.238C210.34 304.348 222.4 311 240 311h3.7c1.89-5.276 3.485-10.685 4.796-16.182-2.5 1.36-5.324 2.182-8.496 2.182-9.282 0-15.65-6.92-19.363-14.348-3.715-7.428-5.637-16.6-5.637-26.652 0-10.053 1.922-19.224 5.637-26.652C224.35 221.918 230.717 215 240 215c3.172 0 5.995.822 8.496 2.182-1.31-5.497-2.905-10.906-4.797-16.182H240zm176 7v32h-96v32h96v32l48-48-48-48zm-168 16a8 16 0 0 0-8 16 8 16 0 0 0 8 16 8 16 0 0 0 8-16 8 16 0 0 0-8-16z"/></svg>
<svg class="tc-image-originals-lotus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.963 40.213c-37.634 31.356-62.038 67.976-77.916 109.394 8.544 12.5 16.607 25.44 24.228 38.594 15.642-5.553 32.468-8.587 49.995-8.587 17.886 0 35.046 3.156 50.96 8.93 9.07-14.52 18.652-28.856 28.89-42.66-15.736-38.504-39.406-74.025-76.157-105.67zM434.593 72.5c-46.74 28.5-83.334 74.49-114.616 123.826 21.934 11.372 40.696 28.023 54.636 48.244 23.212-22.514 48.206-44.643 75.58-66.82-.882-31.955-5.798-67.033-15.6-105.25zm-353.03 1.094c-9.435 37.96-14.433 72.695-15.74 104.27 23.62 20.078 45.453 40.406 65.78 61.603 13.77-18.29 31.614-33.345 52.194-43.774-28.336-48.245-62.472-92.77-102.234-122.1zm-54.59 96.7C9.708 278.34 31.295 358.165 72.27 411.517c22.427 29.2 50.77 50.62 82.128 64.363-20.892-35.934-25.973-76.777-16.613-116.112 4.668-19.617 12.848-38.864 24.274-57.09-38.14-48.11-82.083-90.01-135.087-132.383zm462.588.464c-59.87 45.918-108.408 90.682-151.36 138.615 9.625 17.744 16.24 36.16 19.722 54.732 7.08 37.78 1.012 76.134-18.31 109.926 32.2-14.254 62.005-35.988 86.51-65.214 44.98-53.64 72.394-132.675 63.44-238.058zM251.27 198.3c-44.09 0-83.025 21.667-106.764 54.954 9.898 10.856 19.428 21.973 28.64 33.42 18.55-24.415 43.224-46.48 73.372-64.422l5.072-3.02 4.906 3.286c30.383 20.345 54.374 44.323 71.65 70.185 10.638-11.774 21.61-23.376 33.012-34.85-23.354-35.875-63.803-59.552-109.888-59.552zm-.268 43.182c-51.58 32.272-84.19 77.032-95.035 122.612-10.94 45.97-.302 92.658 35.986 130.607h108.904c34.806-36.38 47.222-81.652 38.696-127.15-8.466-45.177-37.988-90.634-88.55-126.068z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-lotus-flower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M152.313 19.438C138.075 73.11 172.984 126.662 178.25 180.25c-28.744-16.01-71.286-25.18-88.656-43.656 9.36 29.558 51.055 44.096 77.094 66.312-57.236 1.556-101.637 65.75-148.125 79 54.52 31.628 111.427.296 167.437 23.875-27.654 34.76-47.284 67.888-57.97 107.283C148.787 384.2 174.07 351.39 198.72 326c-11.686 54.742 1.313 109.477 28.155 164.22 13.028-52.977 67.36-98.796 75.03-157.533 22.665 36.313 53.4 62.266 83.158 103.938-14.644-51.287-47.12-87.914-64.22-123.625 52.358 5.59 115.075 28.68 168.5 43.47-29.835-58.79-64.534-103.922-107.78-125.158 33.01.717 70.858 5.604 103.312 10.907-33.377-19.14-68.513-28.226-110-33.032 49.013-47.885 68.943-95.774 68.406-143.657-48.033 32.51-96.09 58.57-144.124 74.75 17.206-28.64 40.82-59.57 62-85.468-35.326 20.535-61.807 48.477-88.22 85.094-23.716-46.89-79.993-64.068-120.623-120.47zm35.625 72.937c8.325 26.55 49.006 61.23 63.718 91.625-7.935 2.196-15.188 5.65-21.437 10.063-9.67-33.43-46.513-71.114-42.282-101.688zm213.28 31.906c-20.144 34.656-47.403 60.806-83 86.72-2.394-7.408-7.083-13.755-13.124-18.563 31.454-17.384 66.972-44.313 96.125-68.156zm-129.812 75.814c6.66.108 12.638 1.57 17.375 3.97 7.22 3.653 11.376 8.906 12.345 15.436.97 6.53-1.55 13.663-7.53 20.188-5.983 6.524-15.326 12.01-26.283 14.218-10.956 2.208-21.094.686-28.312-2.97-7.218-3.653-11.374-8.906-12.344-15.436-.97-6.53 1.55-13.694 7.53-20.22 5.983-6.524 15.328-11.98 26.283-14.186 2.738-.552 5.424-.86 8.03-.97.977-.04 1.955-.046 2.906-.03zm-63.562 30.562c-.138 2.495-.034 5.02.344 7.563.983 6.622 3.748 12.55 7.718 17.56-36.236-7.654-91.958 24.29-125.062 10.157 34.23-.804 77.367-27.78 117-35.28zm107.5 10.25c43.444 16.685 78.393 35.883 108.406 65.72-39.556-17.844-87.918-37.4-126.563-45.47 3.768-2.62 7.204-5.558 10.188-8.812 3.177-3.465 5.884-7.328 7.97-11.438zM274.156 271.5l.22.03c-19.568 32.856-17.574 83.757-44.313 131.845 8.36-50.135 3.05-88.19 17.593-130.438 7.4 1.1 15.3.903 23.344-.718 1.07-.217 2.108-.46 3.156-.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-love-howl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M363.844 30.03C322.35 30.595 280.21 52.186 253 99.313c-41.913-117.77-236.493-76.29-232 64.5 1.226 38.39 16.562 72.577 38.875 103.657l106.47-35.5c-19.878-1.048-40.956-9.436-68.75-32.595 32.054-18.916 57.893-20.767 90.936-23.47 26.713-14.39 66.464-26.884 84.095-17.5 30.984-18.317 69.612-41.87 108.625-56.655 5.083 19.926 5.332 44.544 3.5 67.75l-10.5-14.03c-51.46 11.565-77.358 112.79-.594 70.686l10.53-16.937c1.766 15.882 3.392 30.556.002 43.78-34.038 24.007-68.83 43.753-103.375 59.594-17.754 15.61-52.626 65.57-62.844 108.937 19.995 20.072 34.94 39.36 40.093 58.595 20.665-77.113 240.783-175.82 236.375-316.313-2.648-84.358-65.862-134.66-130.594-133.78zm-104.03 147.532c-13.527.067-25.784 3.437-37.158 9.094 17.228 19.24 47.604 22.858 43.03-8.937-1.984-.13-3.94-.167-5.873-.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-love-injection tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M110.814 19.584C86.886 19.1 66.43 42.18 74.574 72.572 33.3 61.514 1.52 106.864 33.804 137.152c27.285 25.595 75.65 12.207 105.592 13.594l35.608 35.61-20.8 20.798c-5.792-2.507-11.9-3.718-17.956-3.72-1.102 0-2.2.038-3.297.117-14.61 1.05-28.493 9.07-36.325 22.636-12.533 21.7-5.02 49.73 16.682 62.26l9.343-16.186c-12.953-7.48-17.322-23.778-9.84-36.73 7.204-12.477 22.578-16.98 35.274-10.622l.79.79 165.18 165.185c22 22 51.77 20.233 71.514 6.043l89.446 89.447 13.215-13.213-89.543-89.545c5.476-7.808 8.98-17.067 9.432-27.056.633-13.987-5.028-29.007-17.884-41.863l-166.363-166.37.516-.298c-7.48-12.954-3.115-29.253 9.84-36.73 12.957-7.48 29.25-3.115 36.73 9.84l16.185-9.345c-7.83-13.564-21.715-21.583-36.325-22.63-1.095-.08-2.195-.12-3.297-.118-7.712.003-15.515 1.955-22.636 6.066-20.796 12.005-28.546 38.234-18.14 59.498l-18.528 18.53-34.986-34.986c-1.04-30.028 11.983-81.578-14.238-106.203-8.923-8.378-18.818-12.176-28.182-12.366zm107.64 149.752L375.837 326.73l-49.754 49.754-157.39-157.39 49.76-49.758zm.837 26.373l-13.214 13.214L336.584 339.43l13.215-13.215L219.29 195.71z"/></svg>
<svg class="tc-image-originals-love-song tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M117.375 25.938l10.094 22.718c33.116 74.398 61.213 153.6 79.186 235.406-20.196-6.522-45.85 4.468-54.25 31.032-30.905-33.787-80.476-10.8-72.062 33.937 8.54 45.403 86.184 61.497 98.28 84.783 1.276-28.646 62.544-70.93 53.657-118.313-.327-1.75-.75-3.423-1.218-5.03-12.258-65.38-31.13-129.108-54.093-190.22l176.405 83.563 42.938 132.625c-19.32-3.615-41.855 7.648-49.625 32.218-30.906-33.785-80.477-10.8-72.063 33.938 8.54 45.402 86.184 61.466 98.28 84.75 1.273-28.583 62.278-70.746 53.72-118l-.03-.063c-.016-.082-.017-.166-.033-.25-.873-4.658-2.255-8.807-4.062-12.467l-70.906-218.97-1.25-3.874-3.72-1.72-206.687-95.625-22.562-10.438zm36.906 37.656l180.782 83.656 10.407 32.156-178.25-84.47c-4.2-10.534-8.526-20.98-12.94-31.342z" fill="#fff"/></svg>
<svg class="tc-image-originals-luchador tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 24c-67.94 0-109.512 28.038-135.855 71.016-5.116 8.345-9.612 17.29-13.547 26.714l9.11 6.41s27.29 18.618 39.538 23.202c11.417 4.272 25.115 5.133 39.65 6.28 14.536 1.15 30.026 2.604 44.45 10.046 6.602 3.406 11.727 8.845 16.12 13.61.3.325.232.292.518.61.292-.325.224-.292.528-.622 4.396-4.782 9.52-10.24 16.203-13.627 14.53-7.363 30.093-8.45 44.623-9.3 14.53-.85 28.143-1.487 39.385-5.74 6.07-2.297 16.45-8.49 24.705-13.996 8.255-5.507 14.638-10.3 14.638-10.3l9.2-6.91c-3.903-9.3-8.356-18.132-13.41-26.378C365.51 52.038 323.94 24 256 24zM115.38 149.62c-8.117 24.86-13.518 46.368-14.284 64.882-.88 21.285 3.656 38.784 16.646 56.2 3.226 4.326 17.322 10.325 30.574 13.048 13.253 2.724 25.084 3.432 25.084 3.432l8.473.498v32.674l-3.096 2.69s-9.965 8.677-19.87 20.16C149 354.685 140.31 369.596 140.31 376.5c0 19.28 17.468 42.31 36.698 52.256 8.275 4.28 22.1 2.26 35.428-.78 4.93-1.126 10.668-5.18 17.472-9.935 6.805-4.754 15.124-10.374 26.092-10.374 10.968 0 19.287 5.62 26.092 10.375 6.804 4.756 12.542 8.81 17.472 9.935 13.328 3.04 27.153 5.06 35.428.78 19.23-9.945 36.697-32.976 36.697-52.255 0-6.903-8.69-21.814-18.596-33.297-9.906-11.482-19.87-20.16-19.87-20.16l-3.097-2.69V287.68l8.473-.498s11.83-.71 25.084-3.432c13.252-2.724 27.348-8.722 30.574-13.047 12.99-17.417 17.527-34.916 16.646-56.2-.764-18.455-6.134-39.886-14.207-64.642-2.327 1.64-2.307 1.735-5.28 3.718-8.706 5.807-19.11 12.37-28.323 15.858-14.986 5.67-30.463 6.04-44.703 6.873-14.24.832-27.125 2.108-37.54 7.385-1.994 1.01-7.263 5.59-11.088 9.752-3.826 4.16-6.637 7.8-6.637 7.8l-7.102 9.204-7.13-9.18s-2.824-3.63-6.66-7.79c-3.837-4.16-9.1-8.763-11.14-9.816-10.494-5.414-23.4-6.975-37.613-8.098-14.213-1.122-29.62-1.782-44.542-7.367-11.97-4.48-24.632-12.566-33.557-18.58zm52.4 34.956c16.23.14 33.973 5.41 47.93 11.174 8.774 3.623 16.51 11.337 20.145 20.084 5.14 12.37 9.497 30.7 0 40.166-23.74 23.668-76.98 23.668-100.72 0-14.244-14.2-14.244-46.05 0-60.25 8.31-8.284 20.02-11.282 32.644-11.174zm176.44 0c12.626-.108 24.336 2.89 32.645 11.174 14.244 14.2 14.244 46.05 0 60.25-23.74 23.668-76.98 23.668-100.72 0-9.497-9.467-5.14-27.796 0-40.166 3.634-8.747 11.37-16.46 20.144-20.084 13.957-5.764 31.7-11.035 47.93-11.174zM84.134 235.22c-.287 6.905-.432 13.838-.432 20.78 0 38.662 9.978 97.927 36.652 146.277C147.025 450.627 188.912 488 256 488c67.087 0 108.975-37.373 135.648-85.723 26.674-48.35 36.65-107.615 36.65-146.277 0-6.942-.144-13.875-.43-20.78-2.338 16.362-8.42 31.813-19.182 46.245-9.583 12.85-26.66 16.89-41.38 19.916-7.29 1.5-14.12 2.433-19.18 3v7.944c3.384 3.062 10.21 9.398 18.597 19.12 10.876 12.61 22.966 27.822 22.966 45.056 0 28.995-21.616 55.41-46.428 68.244-16.156 8.356-34.062 3.893-47.7.78-10.146-2.313-17.445-8.3-23.78-12.727-6.336-4.427-11.26-7.13-15.782-7.13-4.52 0-9.446 2.703-15.78 7.13-6.337 4.427-13.636 10.414-23.78 12.728-13.64 3.112-31.547 7.575-47.702-.78-24.812-12.834-46.427-39.25-46.427-68.245 0-17.234 12.09-32.447 22.967-45.055 8.388-9.723 15.213-16.06 18.596-19.12v-7.946c-5.06-.567-11.89-1.5-19.18-3-14.718-3.024-31.796-7.066-41.38-19.915-10.762-14.432-16.843-29.883-19.18-46.244zM256 256l60.434 60.25c-60.433 10.613-60.435 10.606-120.868 0L256 256zm0 85.354c25.18 0 50.36 5.02 80.576 15.062 20.144 20.083 20.144 40.168 0 40.168-60.433-20.083-100.72-20.083-161.152 0-20.144 0-20.144-20.085 0-40.168 30.216-10.042 55.396-15.062 80.576-15.062z"/></svg>
<svg class="tc-image-originals-lucifer-cannon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M376 76c30 60-120 30-210 75 150 0 270 15 270 105S316 361 166 361c90 45 240 15 210 75 90-15 120-120 120-180S466 91 376 76zm-95.625 105.938C216.005 182.577 127.562 203.5 16 256c255 120 390 75 390 0 0-42.188-42.865-74.886-125.625-74.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-luger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M42.652 136.716v32.494a24.107 24.107 0 0 0 8.168 18.1h270.5v-50.406a7.302 7.302 0 0 0-7.146-5.978h-81.512a19.33 19.33 0 0 0-18.172-12.768h-58.948c6.208 25.003-12.71 49.193-38.472 49.193S72.39 143.16 78.6 118.16H61.136c-10.223.035-18.49 8.335-18.485 18.558zm409.04 1.554l2.65-3.38 7.896-11.474c3.297-4.768 8.94-4.768 12.236 0l7.615 14.802h8.835v29.344H338.01V138.27h113.703zM39.074 396.064c18.09 15.597 51.33 13.933 71.643 1.366 21.22-13.127 4.11-31.993 32.13-67.606 8.595-10.932 31.41-42.446 51.47-71.06 6.174-8.814 18.035-3.522 43.602 6.607 6.363 1.39 14.48 1.79 18.578 2.132 19.016 0 42.086-17.687 44.218-32.423 2.173-15.016-6.757-19.388 2.828-21.993 3.328-.905 9.26-5.045 9.67-9.067h-41.027c8.512 4.59 14.145 12.518 14.145 21.49 0 14.186-13.99 25.68-31.295 25.68-17.306 0-31.294-11.474-31.294-25.68 0-8.993 5.633-16.9 14.145-21.49H77.754c23.19 20.206 11.09 43.812 2.806 55.412l-52.158 73.24c-14.555 20.452-5.557 49.4 10.672 63.392zm21.14-38.28c0-11.868 14.347-17.81 22.74-9.418 8.39 8.39 2.448 22.74-9.42 22.74-7.357 0-13.32-5.964-13.32-13.32zm188.2-117.13c-9.727-7.012-7.78-25.204-5.018-36.613h12.8c-7.575 8.55-11.452 27.26-7.783 36.615zM140.008 127.64c0 20.447-24.72 30.684-39.177 16.227-14.456-14.456-4.22-39.176 16.227-39.176 12.674 0 22.95 10.276 22.95 22.95z" fill="#fff"/></svg>
<svg class="tc-image-originals-lunar-module tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M144 23c-9.282 0-17 7.718-17 17 0 5.99 3.224 11.317 8 14.35v40.46l-15.156 7.38L91.68 228.93l76.5-12.75 15.238-91.434 48.268-77.014L153 86.047V54.35c4.776-3.033 8-8.36 8-14.35 0-9.282-7.718-17-17-17zm112 19.832L202.62 128h106.76L256 42.832zM416 45c-24.96 0-45 20.04-45 45s20.04 45 45 45 45-20.04 45-45-20.04-45-45-45zm-135.686 2.732l48.268 77.014 15.068 90.414 76.637 13.617-17.135-77.105C374.586 145.708 353 120.287 353 90c0-2.263.126-4.497.36-6.7l-73.046-35.568zM416 71c9.282 0 17 7.718 17 17s-7.718 17-17 17-17-7.718-17-17 7.718-17 17-17zm-288 48h32v18h-32v-18zm64 89l16 32h96l16-32H192zm149.88 25.13l-39.46 92.067 91.148-13.35 25.967-64.92-77.656-13.798zm-171.468.925L92.51 247.04l25.922 64.806 89.494 13.11-37.514-90.9zM198.942 256l29.71 71.992L256 331.998l25.527-3.74L312.494 256h-113.55zm-84.962 73.385L58.15 455H32v18h64v-18H77.85l6.543-14.72c.154-.06.285-.122.486-.18 1.41-.413 3.09-.958 5.097-1.637 4.014-1.358 9.296-3.25 15.464-5.514 12.34-4.53 28.187-10.538 43.86-16.546 18.96-7.267 34.964-13.486 46.782-18.093L247 436.5V471h-23v18h64v-18h-23v-34.5l50.918-38.19c11.818 4.608 27.82 10.827 46.78 18.094 15.675 6.008 31.523 12.017 43.86 16.545 6.17 2.263 11.45 4.155 15.465 5.513 2.007.68 3.687 1.224 5.098 1.637.202.058.333.12.487.18L434.15 455H416v18h64v-18h-26.15l-55.83-125.613-18.493 2.71 38.096 85.717c-1.6-.578-3.097-1.116-4.86-1.763-12.184-4.47-27.99-10.462-43.622-16.454-14.304-5.483-28.13-10.84-39.288-15.176l24.304-48.608-21.715 3.18L314.44 375H265v-26.13l-9 1.32-9-1.32V375h-49.438l-18.003-36.008-21.718-3.18 24.304 48.608c-11.156 4.337-24.983 9.693-39.287 15.176-15.633 5.992-31.44 11.983-43.622 16.455-1.764.648-3.26 1.186-4.86 1.764l38.095-85.72-18.493-2.71zM219 393h28v21l-28-21zm46 0h28l-28 21v-21z"/></svg>
<svg class="tc-image-originals-lunar-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M373 20c-46.737 0-87.087 26.806-106.564 65.912L206 98l48.11 36.082c-.067 1.632-.11 3.27-.11 4.918 0 20.94 5.387 40.592 14.842 57.666l8.803-22.008 6.17-5.388 16.44-4.11C295.592 154.367 293 142.48 293 130c0-46.01 35.158-84.016 80-88.547L414 34zm105 94l-7.453 25c-4.53 44.842-42.538 80-88.547 80-12.48 0-24.367-2.59-35.16-7.256l-4.11 16.44-5.388 6.17-22.008 8.804C332.408 252.613 352.06 258 373 258c1.648 0 3.286-.043 4.918-.11L414 306l12.088-60.436C465.194 226.087 492 185.737 492 139zm-140.37 60.37l-44.984 11.245-22.492 56.23 56.23-22.49zm-84.984 30.048l-16.503 16.504 16.425 16.426 8.037-20.09c-2.877-4.122-5.54-8.406-7.96-12.84zm-44.054 14.41c-7.608.515-12.517 2.56-15.584 5.63-3.068 3.067-5.114 7.975-5.63 15.583l84.8 84.8c7.608-.515 12.516-2.563 15.584-5.63 3.067-3.07 5.114-7.977 5.63-15.585zm86.154 32.565l-20.094 8.04 16.645 16.643 16.568-16.568c-4.534-2.46-8.91-5.177-13.12-8.115zm-105.273 16.2l-21.213 21.212 55.154 55.154 21.213-21.214zm-45.254 22.626l-21.214 21.212 77.78 77.78L222 368zm-22.628 45.253L18 439.063V494h55.373l103.373-103.373z"/></svg>
<svg class="tc-image-originals-lungs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.875 29.406A9 9 0 0 0 247 38.53v118.314l-15.188 18.97C232.602 181.416 233 186.87 233 192v11.156l23-28.75 23 28.75V192c0-5.13.398-10.583 1.188-16.188L265 156.845V38.53a9 9 0 0 0-9.125-9.124zM176 121c-4.204 0-14.86 3.97-26.688 12.063-11.828 8.094-25.28 19.814-38.125 33.468-25.688 27.31-48.756 62.726-54.343 91.19-7.464 38.02-11.432 81.626-11.532 119.342-.1 37.717 4.43 70.268 10.75 82.907.458.913 2.002 2.488 6.47 3.717 4.466 1.23 11.21 1.775 19.187 1.313 15.95-.925 36.805-5.69 57.06-13.406 20.257-7.717 40-18.395 54.126-30.438C207.033 409.113 215 396.25 215 384V192c0-13.92-4.043-33.063-11.375-47.625C196.293 129.813 186.832 121 176 121zm160 0c-10.832 0-20.293 8.813-27.625 23.375C301.043 158.937 297 178.08 297 192v192c0 12.25 7.967 25.113 22.094 37.156 14.127 12.043 33.87 22.72 54.125 30.438 20.255 7.716 41.11 12.48 57.06 13.406 7.977.462 14.722-.084 19.19-1.313 4.466-1.228 6.01-2.804 6.467-3.718 6.32-12.64 10.85-45.19 10.75-82.908-.1-37.716-4.067-81.32-11.53-119.343-5.588-28.464-28.656-63.88-54.344-91.19-12.845-13.653-26.297-25.374-38.125-33.468C350.858 124.97 340.204 121 336 121z" fill="#fff"/></svg>
<svg class="tc-image-originals-lynx-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M125.726 26c-16.287 0-25.427 39.444-23.978 58.852 1.317 17.655 6.607 38.365 13.272 53.654 3.822 13.796 8.49 26.93 13.775 37.282 4.028 7.888 8.492 13.96 12.585 17.735 5.46-7.754 11.74-15.612 19.065-23.035a143.73 143.73 0 0 1 8.827-8.223c-8.593-2.614-16.067-6.718-22.364-11.855-7.06-5.76-12.73-12.61-17.564-19.836-9.907-16.38-16.03-27.23-17.08-41.336-1.245-16.658-2.825-46.952 13.462-63.238zm260.578 0c16.286 16.286 14.706 46.58 13.463 63.238-1.053 14.106-7.175 24.955-17.08 41.336-4.837 7.226-10.506 14.077-17.566 19.836-6.31 5.148-13.8 9.258-22.416 11.87a144.383 144.383 0 0 1 8.958 8.347c7.286 7.39 13.535 15.205 18.972 22.91 4.097-3.775 8.567-9.85 12.6-17.75 5.287-10.352 9.953-23.485 13.776-37.28 6.664-15.29 11.954-36 13.272-53.655C411.73 65.444 402.59 26 386.304 26zM88.072 100.542c-8.82 42.72 3.21 85.19 31.705 128.973 3.27-5.985 6.925-12.78 11.495-20.405-7.722-6.027-13.627-14.868-18.795-24.988-6.558-12.843-11.777-28.11-15.96-43.795-3.59-13.463-6.4-27.14-8.445-39.785zm335.886 0c-2.045 12.645-4.855 26.322-8.446 39.785-4.182 15.685-9.402 30.952-15.96 43.795-5.168 10.122-11.074 18.965-18.8 24.992 4.592 7.648 8.244 14.44 11.5 20.4 28.497-43.782 40.525-86.253 31.706-128.972zm-167.943 48.622c-38.245 0-63.61 15.025-82.528 34.194-18.92 19.17-30.717 42.546-39.753 58.81-9.142 16.456-18.334 39.176-35.084 51.738-13.876 10.407-19.266 24.455-19.192 42.28.073 17.825 6.37 38.96 16.606 59.727C114.78 433.89 147.02 470.293 171.83 486c1.816-4.33 2.248-9.616 1.706-16.328-5.558-3.36-10.754-8.085-15.81-13.423-9.934-10.487-19.368-24.21-27.768-38.91-8.4-14.7-15.707-30.343-20.996-44.623-5.29-14.28-8.713-26.847-8.713-37.28 0 5.853 16.934 17.715 21.824 30.918 4.89 13.202 15.904 28.094 23.79 41.896 7.247 12.683 15.337 24.46 23.11 33.158-.62-3.813-1.16-7.678-1.483-11.565-1.12-13.43.756-28.464 12.364-39.077a42.21 42.21 0 0 1 1.947-1.666c-9.152-17.46-16.377-36.25-16.377-53.663 8.547-29.444 41.044-34.8 62.12-44.863l-4.524-20.1c-21.01 9.736-74.08.036-72.275-25.38.48-6.747 6.797-9.56 15.225-9.422 5.056.084 10.87 1.23 16.642 3.23 15.084 5.23 28.892 14.14 40.147 30.418l-7.365-32.713c-5.208-2.216-10.287-4.592-15.1-6.94-17.178-8.372-30.59-16.748-30.59-16.748l9.7-15.544s12.686 7.91 28.916 15.823c16.232 7.912 36.45 15.36 47.665 15.36 11.215 0 31.435-7.448 47.666-15.36 16.23-7.913 28.917-15.824 28.917-15.824l9.7 15.543s-13.412 8.375-30.59 16.748c-5.022 2.45-10.332 4.93-15.778 7.227l-7.176 33.202c11.352-16.78 25.367-25.882 40.694-31.194 5.77-2 11.585-3.147 16.642-3.23 8.427-.14 14.745 2.674 15.224 9.42 1.814 25.55-51.827 35.225-72.61 25.237l-4.357 20.16c21.446 7.972 60.697 23.412 62.29 44.947 0 17.412-7.225 36.204-16.378 53.663a42.21 42.21 0 0 1 1.945 1.666c11.608 10.613 13.483 25.646 12.364 39.077-.323 3.86-.86 7.7-1.472 11.485 7.75-8.69 15.815-20.434 23.04-33.077 7.886-13.8 18.9-28.693 23.79-41.895 4.89-13.203 21.823-25.065 21.823-30.918 0 10.433-3.42 23-8.71 37.28-5.29 14.28-12.597 29.924-20.996 44.624-8.4 14.7-17.834 28.423-27.767 38.91-5.04 5.317-10.214 10.028-15.75 13.386-.546 6.73-.117 12.026 1.702 16.364 24.72-15.67 56.953-52.07 75.688-90.05 10.25-20.774 16.566-41.924 16.654-59.758.088-17.833-5.29-31.88-19.163-42.286-16.872-12.653-25.803-35.032-35.084-51.737-8.937-16.088-20.73-39.46-39.68-58.678-18.948-19.218-44.37-34.328-82.6-34.328zm-20.207 94.697l8.867 39.388c3.79-1.137 7.446-1.76 11.34-1.76 3.824 0 7.417.602 11.135 1.7l8.467-39.186c-6.682 1.774-13.31 2.88-19.632 2.88-6.494 0-13.31-1.16-20.177-3.02zm-18.193 67.87c-.03.01-.062.013-.093.02-12.85 3.214-26.5 13.238-33.636 25.885.213 3.895.99 8.262 2.205 12.903 8.31 8.985 18.027 20.306 27.645 25.805 5.816 3.325 10.73 4.46 15.795 3.153 4.71-1.216 13.273-3.52 17.284-14.344 2.075-5.6 3.133-20.282-2.266-21.24-3.927-.786-8.18-2.954-11.296-6.07-5.545-5.544-9.2-13.11-15.636-26.11zm76.8 0c-6.438 13-10.093 20.568-15.637 26.112-3.115 3.116-7.37 5.284-11.296 6.07-4.87-.058-4.394 16.735-2.346 21.053 4.93 10.395 12.596 13.316 17.306 14.53 5.076 1.31 10 .172 15.82-3.154 9.65-5.51 19.39-16.87 27.69-25.86 1.206-4.62 1.98-8.966 2.19-12.845-7.134-12.647-20.784-22.67-33.635-25.884-.03-.007-.062-.01-.093-.02zm-38.438 71.22c-6.825 7.534-14.128 12.29-21.867 14.287-10.7 2.764-21.042-.172-29.47-4.99-.048-.028-.095-.06-.144-.087 9.026 15.1 19.2 28.293 25.424 34.517 5.983 5.983 15.916 9.53 26.095 9.53 10.18 0 20.11-3.547 26.095-9.53 6.227-6.228 16.41-19.437 25.44-34.55-.066.04-.13.084-.198.122-8.432 4.817-18.783 7.75-29.49 4.987-7.743-1.998-15.053-6.752-21.885-14.288z"/></svg>
<svg class="tc-image-originals-lyre tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M108.656 35.063c-15.053.138-33.413 5.378-46.97 15.812-10.75 8.276-18.777 19.27-21.186 34.438.21-.126.414-.252.625-.376-.843 2.816-1.313 5.786-1.313 8.876 0 17.087 13.85 30.937 30.938 30.937 14.293 0 26.324-9.705 29.875-22.875.028-.115.067-.23.094-.344.48-2.082.768-4.042.905-5.843.025-.327.017-.65.03-.968.005-.126.03-.25.032-.376.007-.182-.002-.353 0-.53 0-1.526-.098-3.036-.312-4.5-1.367-8.018-6.778-12.156-12.594-13.72-8.527-2.293-19.055.637-23.75 18.156l-.468-.125C62.04 74.12 72.213 63.885 83.94 60.78c2.476-.654 5.053-1.005 7.656-.968 9.072.13 18.445 4.88 24.562 17.126.087.173.165.355.25.53 5.208 15.233 2.11 43.32-3.344 57.626-7.288 18.753-22.376 40.504-47.687 65.5C6.99 258.252 4 329.824 39.97 388.814 75.936 447.8 152.13 493.56 254.437 493.56c102.306 0 178.47-45.76 214.437-104.75 35.882-58.848 32.982-130.225-25-187.812l-.406-.406h-.033c-25.31-24.996-40.367-46.747-47.656-65.5-5.23-16.453-9.09-42.988-2.655-57.625.058-.128.128-.25.188-.376.025-.05.037-.106.062-.156 6.117-12.246 15.49-16.996 24.563-17.126 2.602-.037 5.18.314 7.656.97 11.724 3.102 21.87 13.337 19.344 32.843l-.438.125c-4.694-17.52-15.222-20.45-23.75-18.156-4.41 1.185-8.603 3.85-10.97 8.562-.012.04-.017.085-.03.125-.975 3.007-1.5 6.203-1.5 9.532 0 17.088 13.85 30.938 30.938 30.938 17.087 0 30.937-13.85 30.937-30.938 0-4.355-.907-8.49-2.53-12.25-3.058-13.244-10.598-23.112-20.44-30.687-14.458-11.13-34.39-16.363-49.936-15.78-13.378.5-24.85 4.108-33.22 10.53-3.412 2.617-6.383 5.702-8.844 9.375-69.455 35.508-138.89 38.75-208.344-7.75-.642-.557-1.29-1.105-1.968-1.625-8.37-6.422-19.843-10.03-33.22-10.53-.97-.037-1.964-.042-2.968-.032zm52.78 53.124c6.338 2.648 12.666 4.987 19 7.032v313.06c-30.732-8.258-57.886-22.005-77.374-41.31-17.1-16.94-28.077-38.626-28.906-63.595-.828-24.97 8.274-52.702 28.97-82.625 41.323-59.752 57.163-103.6 58.31-132.563zm186.033 1.407c1.6 28.97 17.593 72.37 58.25 131.156 20.693 29.923 29.796 57.656 28.967 82.625-.828 24.97-11.807 46.654-28.906 63.594-19.023 18.846-45.374 32.4-75.217 40.717V94.844c5.636-1.606 11.27-3.35 16.906-5.25zm-35.595 10v312.53c-8.21 1.63-16.606 2.878-25.125 3.782V104.094c8.376-1.122 16.75-2.63 25.125-4.5zm-112.75.78c8.45 1.97 16.894 3.442 25.344 4.44v311.342c-8.59-.84-17.057-2.05-25.345-3.625V100.376zm68.938 5.564v311.375c-4.54.198-9.088.312-13.657.312-3.76 0-7.506-.053-11.25-.188V106.28c8.293.314 16.614.18 24.906-.343z" fill="#fff"/></svg>
<svg class="tc-image-originals-mace-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M220.53 17l-17.06 78.28c16.922-5.973 35.088-9.273 54-9.436L220.53 17zm229.345 72.906L316.595 147c-3.795 39.747 34.37 73.846 69.06 72.875l64.22-129.97zM258.937 104.5c-32.528 0-62.575 10.45-87 28.156l25.407 4.375h5.25l2.437 5.595c23.25 53.012-17.348 112.788-68.374 118.438l-5 .562-3.22-3.875-17-20.438c-.525 5.093-.78 10.267-.78 15.5 0 82.018 66.28 148.313 148.28 148.313 4.25 0 8.47-.182 12.627-.53l-33.75-26.533-3.97-3.125.438-5c3.68-43.274 44.822-80.43 90.126-80.656 10.455-.05 21.14 1.866 31.625 6.126l4.69 1.875.967 4.97 10.094 50.844c22.1-25.897 35.44-59.5 35.44-96.28 0-9.856-.957-19.47-2.783-28.783l-4.468 9.032-2.22 4.5-5 .625c-50.94 6.367-104.295-42.347-94-99.312l1.906-4.97 3.594-1.968 24.03-10.28C307.597 110.71 284.007 104.5 258.94 104.5zm-212.28 25.625l92.687 111.5c33.964-7.128 63.11-49.168 50.187-86.938L46.657 130.125zm45.312 122.063L17.093 295.03l85.437 16.22c-6.812-18.196-10.56-37.885-10.56-58.438 0-.208-.002-.416 0-.625zm333.5 12.5c-1.457 20.667-6.685 40.294-15 58.218L496.593 315l-71.125-50.313zm-101.158 39.53c-33.81.786-65.258 28.287-70.656 58.532l120.625 94.813-29.874-150.344c-6.665-2.114-13.417-3.156-20.094-3zM179.188 399.5l8.594 93.156 52.25-73.937c-21.83-2.47-42.38-9.143-60.843-19.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-machete tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M485.813 19.125l-85.594 28.563c5.54 36.314 1.39 77.714-19.095 122.937-25.507 56.312-75.953 118.53-163.53 186.22l-11.25-14.908c85.803-66.357 133.95-126.46 157.75-179 17.45-38.53 22.02-72.994 18.81-103.687L170.94 295.063l-22-29.125-14.907 11.25 23.095 30.562-.25.188 34.22 44.968c.022-.018.038-.044.06-.062l11.814 15.625.968 1.374 6.843 8.97-21 35.155 16.032 9.592L230.032 383l3.25-5.406-.126-.156c149.192-98.997 283.78-234.44 252.656-358.313zm-27.407 211.563c-3.195 44.583-12.58 64.095-21.875 78.03-4.663 6.994-9.53 13.964-9.53 23.032 0 18.143 14.388 33.094 32.53 33.094 18.144 0 33.126-14.95 33.126-33.094 0-10.064-6.316-17.154-11.78-24.72-9.717-13.458-18.577-32.888-22.47-76.342zm-85.03 83.156c-4.187 58.39-16.517 83.938-28.688 102.187-6.11 9.164-12.47 18.28-12.47 30.158 0 23.76 18.865 43.343 42.626 43.343 23.76 0 43.375-19.582 43.375-43.342 0-13.182-8.283-22.467-15.44-32.375-12.724-17.626-24.305-43.055-29.405-99.97zM142.03 319.28c-4.855 3.834-9.67 7.734-14.405 11.72 3.36 9.22 7.55 20.726 11.875 32.72 3.4 9.423 6.637 18.544 9.594 26.905 8.9-9.123 18.042-17.753 27.5-25.875l-34.563-45.47zm-29.53 24.876c-7.328 6.596-14.497 13.383-21.53 20.344l25 63.594c6.146-7.627 12.39-14.988 18.75-22.094-.052-.145-.075-.26-.126-.406-3.47-9.91-8.09-22.787-12.688-35.53-3.423-9.494-6.464-17.82-9.406-25.908zm-35.844 34.97c-8.362 8.813-16.52 17.888-24.47 27.218l32.19 64.28c6.026-8.72 12.082-17.21 18.25-25.405l-25.97-66.095zm-37.5 42.968c-6.48 8.057-12.824 16.29-19.03 24.687 2.195 26.79 25.804 46.102 46.093 51.064 2.042-3.18 4.103-6.317 6.155-9.438l-33.22-66.312z" fill="#fff"/></svg>
<svg class="tc-image-originals-mad-scientist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M311.406 34.53c38.542 34.197 66.87 98.28 74.875 174.72-11.743-12.09-28.16-19.625-46.342-19.625-31.736 0-58.082 22.898-63.532 53.063-8.41-4.385-17.872-6.64-27.344-6.72-8.31-.07-16.654 1.55-24.312 4.876-6.17-29.252-32.13-51.22-63.22-51.22-22.542 0-42.38 11.558-53.936 29.064C113.944 141.055 141.15 75.113 179 38.563c-19.415 11.684-37.058 28.147-52.156 48.5-31.764 42.817-51.75 102.623-51.75 168.875 0 66.25 19.986 126.057 51.75 168.875 18.93 25.516 41.84 44.93 67.25 56.468-45.36-32.216-78.958-104.326-86.375-191.28 11.57 17.39 31.35 28.844 53.81 28.844 33.153 0 60.45-24.968 64.157-57.125 15.126-10.57 37.57-8.8 50.657 3.81 5.34 30.3 31.764 53.314 63.594 53.314 18.094 0 34.454-7.425 46.187-19.406-9.26 85.518-43.967 155.398-89.906 184.875 28.267-10.987 53.744-31.607 74.436-59.5 31.764-42.818 51.78-102.624 51.78-168.875.002-66.252-20.016-126.058-51.78-168.875-16.92-22.81-37.022-40.748-59.25-52.532zM139.186 361.69c54.808 94.924 164.16 94.283 218.595 0-61.404 35.452-146.178 34.58-218.592 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-maggot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.125 21.313c-21.555.258-42.353 12.478-51.75 40.062-31.275-32.385-97.713 10.676-87.97 53.094-53.072-25.932-95.368 64.237-60.06 98.155-45.317 10.395-40.488 81.212-3.814 94.22-32.227 43.025-7.694 78.033 31.47 77.53 4.022 19.097 11.888 31.042 21.125 37.594l.094.06c8.953 4.856 24.56 2.825 37.093-4.842 6.776-4.146 12.083-9.32 15.187-15.188 3.102-5.867 3.896-12.004 1.75-18.688l.28-.093c-3.663-9.363-12.124-19-27.25-27.626 6.36-16.708 3.205-38.016-10.25-55.813 22.183-16.804 22.08-38.52 10.72-60.592 21.896-10.4 31.902-24.247 32.594-50.625 3.057-3.222 6.862-4.167 9.78 2.937 21.42 52.122 39.85 45.656 33.907-7.375-1.574-14.063 31.85-10.588 30.064 5.188-6.937 61.29 11.886 76.603 30.25 6 5.39-20.734 32.76-3.333 27.78 7.968-25.11 57.02-12.883 64.416 25.345 18 15.174-18.424 30.523 5.896 21.5 16.47-37.808 44.3-35.244 56.726 12.905 29.03.78-.447 1.596-.86 2.438-1.25 1.196-5.386 2.855-10.744 4.906-15.967 7.79-19.84 21.046-38.1 37.374-50.782 16.327-12.682 35.897-20.147 55.5-15.78 5.836 1.3 11.25 3.598 16.22 6.656 2.937-36.742-21.102-65.87-58.158-56.5 11.587-32.65-7.79-61.53-34.312-73.75-20.627-9.505-45.55-9.277-62.188 7.282-9.412-28.555-36.517-45.688-62.53-45.376zm190.264 179c-10.646-.037-22.24 4.617-33.1 13.052-13.366 10.382-25.04 26.086-31.538 42.635-6.5 16.55-8.142 33.837-2.336 47.305 5.806 13.467 18.623 24.63 44.385 30.37 24.453 5.446 40.05.467 50.81-9.345 10.764-9.81 16.735-25.48 18.105-43.22 1.37-17.738-2.04-37.027-9.344-51.975-7.3-14.95-17.58-25.315-29.784-28.033-2.334-.52-4.74-.78-7.197-.788zm-84.984 107.343c-21.303 28.16-18.983 73.03 11.406 110.875-19.538-46.616-9.817-72.812 8.907-83.717-8.846-6.922-15.272-15.27-19.25-24.5-.382-.882-.727-1.766-1.064-2.657zm117.97 36.47c-7.383 4.792-16.037 8.025-25.845 9.437 10.56 18.267 6.302 45.215-31.592 76.093 48.096-16.604 64.47-51.016 57.437-85.53zm-307.532 70.968c-4.994 7.542-11.88 13.7-19.625 18.437-2.052 1.256-4.16 2.413-6.345 3.47 39.006 31.386 91.033 41.48 120.25-15.438-34.71 27.772-69.927 15.69-94.28-6.468z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-gate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M43.72 13.844L18.155 64.97c27.97 13.658 58.89 24.446 91.53 32.436l-89.53 393.438H123.5l41.25-373.438 1.03-9.437 9.44 1.186c52.986 6.706 108.616 6.364 161.56-.594l9.44-1.218 1.06 9.47 41.25 374.03h103.314L402.156 96.75C433.81 88.828 463.8 78.25 491 64.97l-25.53-51.126c-112.422 54.9-309.332 54.9-421.75 0zm286 114.344c-14.14 1.644-28.428 2.836-42.783 3.562-21.804 10.4-32.54 26.267-35.312 54.406 27.25-30.575 55.034-36.127 81.188-29.906l-3.094-28.063zm-147.44.53l-10.03 90.97c8.553-37.432 27.04-73.21 54.875-87.625-15.038-.6-30.02-1.7-44.844-3.344zm64.97 13.313c-34.87 17.008-72.704 109.172-38.156 162.907-23.665 3.18-37.152-6.345-43.406-26l-4.313 39.125c9.257 32.188 30.822 44 56.844 44-12.7 21.47-47.05 23.77-62.94 11.188l-1.655 15.188c10.71 28.704 37.626 43.795 74.344 42.093-18.365 23.685-30.833 24.123-63.064 14 39.07 48.74 103.567 18.582 119.125-31.53 13.896 22.31-2.982 63.977-44.374 67.75 82.914 13.18 105.38-62.936 57.125-124.406 21.172 2.414 47.277 11.1 62.314 38.312l-10.813-98.22c-25.328-31.6-75.52-19.695-66.56-46.373 4.55-13.55 34.584-16.545 42.03 11.093 12.44-41.053-37.255-49.697-52.563-29.78 16.442-29.484 50.19-27.943 69.125-7.157l-5.03-45.5c-33.345-13.155-72.762 8.446-89.188 52.655-12.81-21.176-21.274-66.546 1.156-89.344zm92.03 255.22c9.187 42.963-7.44 81.635-44.81 93l75.217.25L363 429.875c-7.54-14.486-14.178-24.364-23.72-32.625zm-192.467 52.78l-4.5 40.845h67.843c-27.745-8.302-48.728-18.543-63.344-40.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-lamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.72 87.938c-2.082.017-4.18.31-6.282.874-13.45 3.608-21.412 17.53-17.782 31.094 1.384 5.172 4.235 9.52 8 12.75-31.85 15.446-53.498 45.172-59.28 78.72l-22.532 7.593c-11.235-2.877-21.416-4.2-30.53-4.095-14.696.167-26.65 4.02-35.908 10.97-18.518 13.896-23.316 38.02-19.53 60.655 3.784 22.636 15.81 45.127 34.343 59.344 18.532 14.216 44.715 18.96 71.03 4.875 4.43-2.373 8.776-4.81 12.813-6.97 2.993 10.772 14.018 17.16 24.75 14.28 10.253-2.75 16.547-12.963 14.656-23.31 16.984 10.05 34.495 15.674 52.186 17.405-14.094 20.893-32.316 39.57-53.97 54.78 27.754 27.726 224.764-24.853 229.626-61.592-26.89-2.484-52.525-9.935-75.562-21.563 67.995-43.983 128.655-133.27 160.656-234.563l-42.47 14.344c-44.11 67.313-122.214 103.81-167.155 28-16.198-7.454-34.36-10.948-53-9.593 1.656-4.69 1.95-9.913.564-15.093-3.063-11.443-13.392-18.998-24.625-18.906zM76.062 233.53c5.11-.027 10.865.51 17.312 1.75 18.656 36.728 39.31 63.938 61.188 82.845-.767.113-1.546.263-2.313.47-.146.038-.293.08-.438.124-2.846.324-5.588 1.044-8.218 1.936-9.64 3.27-18.73 9.084-27.156 13.594-20.655 11.056-36.95 7.41-50.844-3.25-13.895-10.66-24.256-29.5-27.28-47.594-3.027-18.094.948-34.097 12.31-42.625 5.683-4.263 13.943-7.186 25.438-7.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-palm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M245.813 23.188c-1.228-.006-2.455.027-3.657.093-10.103.56-19.646 3.682-30.156 11.25l20.72 196.782c-8.394 2.127-16.676 4.47-24.814 7.094L137.72 57.812c-7.032-1.706-17.442-.3-27.126 4.626-10.248 5.213-19.034 13.84-22.813 22.937L155.03 261.5c-7.414 4.345-14.59 9.137-21.5 14.47l-74.343-94.25c-16.34.698-34.965 14.455-37.562 32.655C28.89 222.693 93.978 297.77 126 357.405c10.3 19.184 29.543 50.725 39.188 70.064 5.83 11.693 16.004 24.238 27.843 32.342 11.84 8.104 24.7 11.82 37.907 8.282l112.907-30.22c5.493-1.47 9.196-5.39 13.22-11.937 4.02-6.545 7.535-15.137 12.905-23 20.61-30.185 50.432-76.085 115.186-112.062-2.696-15.053-7.405-24.57-12.72-29.563-6.03-5.667-13.198-7.372-23.686-5.843-18.062 2.63-43.498 17.063-69.594 36.874-1.68 1.39-3.318 2.802-4.937 4.22l-7-61.252 42.5-155.718c-4.478-7.355-13.806-13.258-24.845-15.97-10.874-2.67-22.506-1.698-30.28 1.595l-38.75 149.874c-9.365 1.58-18.732 3.17-28.064 4.812L273.69 27.5c-10.057-2.52-19.284-4.272-27.875-4.313zM234.343 255l30.157 56.625 54.406-33.906-33.78 54.186L341.562 362l-64.157-2.188 2.188 64.032-30.03-56.344-54.283 33.813 33.97-54.438-56.53-30.125 63.78 2.156L234.344 255z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-portal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M88.418 17.17l-66.12 475.242h18.866l66.12-475.242H88.42zm315.7 0l66.023 475.242h18.87L422.988 17.17h-18.87zm-56.26.24l-132.422.37c-59.343 41.506-78.325 97.982-61.596 168.03-22.324-31.34-32.747-63.248-33.59-98.234l-26.684 191.78c1.05-3.64 2.25-7.31 3.653-11.012l-3.843 12.385-4.934 35.454c.41 37.954 18.614 69.416 40.91 87.406-18.52-6.774-35.355-15.287-49.25-27.445l-9.207 66.152c43.032 20.635 88.614 24.346 120.56 17.78-33.542 18.813-71.344 29.428-125.382 16.886l-2.13 15.3h217.568c73.664-14.515 117.318-55.617 129.045-89.216 3.54 30.568-2.754 60.093-37.473 89.215h73.242l-41.553-299.11c-15.226-35.307-51.106-59.122-74.695-59.718 10.876-3.615 21.615-5.918 32.305-5.78 11.61.15 23.16 3.2 34.76 10.56l-4.207-30.278c-21.365-18.958-46.472-31.023-68.92-35.954 6.54-.477 13.043-.73 19.513-.685 15.23.104 30.273 1.868 45.18 6.21l-4.224-30.398C331.8 45.105 287.813 60.384 263.44 79.407c13.68-23.55 44.533-47.68 84.417-61.998zm-81.323 33.065c-68.785 37.085-71.87 82.26-36.1 122.146-7.626-69.52 80.94-110.016 118.96-59.032-40.867-20.17-77.79 7.84-76.21 47.723 23.234-23.997 98.678-13.267 79.795 36.19-11.3-33.297-56.74-30.094-63.648-13.77-14.75 34.866 64.34 14.582 98.117 66.284-18.85-10.875-47.74.482-39.22 14.59 32.28 53.45 84.53 113.185 13.3 147.025 23.57-38.677 10.786-65.734-21.85-81.43 25.644 66.744-5.1 163.717-103.81 133.19 62.83-11.442 78.355-62.576 57.263-83.425-23.617 60.37-122.14 97.174-181.444 38.453 58.693 22.535 99.285 7.31 120.644-26.39-35.89 21.435-95.375 6.933-113.994-42.977 28.694 29.187 67.102 37.963 91.195 20.356 13.217-9.658 8.303-25.06-8.55-29.402-24.53-6.32-61.988-12.852-76.563-36.588 21.722 6.003 43.444 10.698 65.166-3.375-33.985-22.07-81.546-50.75-50.348-100.278 1.008 35.15 17.23 56.557 53.197 48.254 9.285-2.142 16.8-15.472 8.55-23.373-61.138-58.54-47.58-160.406 65.548-174.168z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-potion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M409.248 29.684c3.828 12.413 9.872 22.882 19.256 31.27 10.446 9.34 25.473 16.427 47.517 19.835-8.642-26.622-29.204-43.506-66.772-51.106zm-14.38 13.21c-2.17 7.77-3.924 16.89-6.038 24.815 2.105 13.02 10.736 23.494 20.97 30.718 5.298 3.74 10.93 6.518 15.74 8.176 4.367 1.506 7.928 1.833 9.284 1.798 10.123-4.084 19.774-8.003 27.32-11.963-19.234-4.405-34.26-11.893-45.638-22.067-9.954-8.9-16.9-19.664-21.637-31.48zM359.087 66.98c1.425 19.454 7.056 35.45 18.18 47.17 12.518 13.19 32.85 22.053 65.656 23.135-.76-2.868-1.82-5.89-3.23-9.06-.303-.682-.633-1.37-.965-2.057l-.79.11c-5.922.82-11.746-.41-18.265-2.66-6.52-2.247-13.513-5.733-20.25-10.487-13.235-9.34-25.767-23.95-28.567-43.506-4.077-1.236-8.03-2.127-11.77-2.645zm-17.99.57c-5.79 1.495-10.09 4.375-12.754 8.302-4.722 6.955-4.81 17.894 1.217 31.45 6.024 13.554 18.04 28.607 34.45 40.827 16.41 12.22 33.933 19.162 48.136 20.67 14.204 1.51 24.04-2.167 28.762-9.122.896-1.32 1.622-2.784 2.174-4.38-36.37-1.108-62.263-11.254-78.873-28.755-14.836-15.63-21.543-36.268-23.114-58.99zm-112.367 40.42c-2.578.033-5.56.327-8.615.944-6.11 1.234-12.59 3.6-17.375 6.252-4.785 2.65-7.348 6.072-7.267 5.844l-.008.023-.01.026c-14.557 40.605-22.74 81.154-26.424 119.723.542-.242 1.075-.49 1.618-.73 15.643-6.942 32.042-13.412 48.895-18.987 4.993-36.947 12.116-72.98 17.67-110.75-.047-.224-.078-.57-.164-.668-.142-.156-.71-.64-2.142-1.06-1.433-.42-3.603-.648-6.18-.615zm27.684 11.63c-.792-.003-1.59.005-2.387.01-5.035 33.06-11.004 64.28-15.562 95.648 28.016-7.912 56.962-12.99 85.558-13.307 13.124-.146 26.172.726 39.024 2.766-.228-11.615-.755-23.75-1.584-36.415-2.54-1.658-5.067-3.41-7.568-5.274-14.78-11.005-26.613-23.993-34.71-37.487-18.547-2.153-37.928-5.467-59.02-5.897-1.244-.025-2.494-.04-3.75-.044zm-86.105 20.386c-16.768 8.332-34.632 19.79-53.812 35.375-48.44 39.358-67.29 89.586-68.45 136.283 7.318-5.54 16.118-11.827 26.325-18.603 20.598-13.675 46.584-29.165 75.834-43.457 2.675-35.187 8.91-72.17 20.102-109.598zm209.79 38.518c.546 10.29.91 20.28 1.056 29.924 4.237 1.074 8.445 2.28 12.62 3.648-1.557-10.684-2.98-20.677-3.868-29.697-3.254-1.11-6.53-2.41-9.808-3.874zm-50.864 41.637c-1.795-.017-3.594-.01-5.396.013-49.042.673-100.334 16.134-145.89 36.35-36.446 16.173-69.07 35.233-93.622 51.533-12.276 8.15-22.54 15.613-30.22 21.636-7.452 5.845-12.548 10.57-14.018 12.217-4.238 6.17-7.326 26.743-4.412 41.902 1.473 7.667 4.37 13.902 6.703 16.36 2.055 2.162 2.33 2.648 5.266 1.3 149.357-153.41 299.423-134.323 367.02-134.576.004-.17-.09-.05.006-.48.437-1.952.406-6.08-.447-10.51-.854-4.432-2.404-9.233-4.125-13.097-1.432-3.213-3.003-5.448-3.733-6.385-24.053-11.125-50.198-16.023-77.13-16.265zm29.772 64.052c-36.22.19-79.797 3.29-127.686 18.88.005 37.683 4.587 77.873 17.182 123.456 11.903-2.708 22.84-6.48 32.822-11.395-1.527-2.203-2.997-4.336-4.283-6.235-1.376-2.03-2.566-3.82-3.508-5.295-.942-1.475-1.398-1.8-2.38-4.257l16.712-6.686c-.315-.79-.302-.782-.11-.424.19.358.557 1.068.95 1.684.787 1.232 1.913 2.928 3.236 4.88 1.456 2.15 3.17 4.632 4.97 7.223 7.838-5.41 14.96-11.716 21.376-18.962 11.918-13.463 21.59-30.53 28.872-51.583l-11.77-2.277 3.42-17.672 13.555 2.624c2.72-10.468 4.934-21.78 6.64-33.96zm18.297.11c-1.76 13.298-4.115 25.725-7.073 37.308l12.125 2.346-3.42 17.67-13.806-2.67c-8.043 24.044-19.125 43.952-33.364 60.034-7.39 8.346-15.574 15.56-24.516 21.72 4.183 5.897 7.668 10.782 7.668 10.782l-14.63 10.488s-3.926-5.503-8.542-12.017c-11.684 5.995-24.44 10.53-38.203 13.738 2.102 6.75 4.38 13.617 6.84 20.61 35.275-9.565 69.29-27.967 97.933-53.252 36.618-32.324 44.638-79.417 43.202-126.274-7.524-.14-15.59-.348-24.213-.485zM213.52 309.398c-14.842 5.707-30.04 12.67-45.514 21.163.44 6.155.974 12.196 1.596 18.106 6.714 63.8 24.172 113.214 35.207 130.86.405.22.858.477 1.547.734 1.758.655 4.275 1.378 7.143 1.99 5.735 1.224 12.928 2.02 19.21 1.85 6.284-.17 11.603-1.674 13.202-2.766.8-.546.69-.58.715-.672.026-.09.234-.792-.525-2.85l-.004-.013-.006-.015c-23.465-64.19-31.912-118.596-32.572-168.387zm-62.77 31.225c-26.05 16.06-52.765 36.623-79.75 62.912 6.44 10.74 13.832 19.65 21.664 26.063l.154.125.15.132c25.377 22.736 55.29 35.62 86.716 40.108-2.678-6.23-5.332-13.262-7.9-21.026-8.723-.56-17.685-1.407-26.88-2.53l2.18-17.868c6.55.8 12.936 1.447 19.17 1.956-6.127-22.523-11.352-49.515-14.555-79.947-.345-3.27-.658-6.584-.95-9.927z"/></svg>
<svg class="tc-image-originals-magic-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M57.78 23.135c-1.517 29.085-2.193 55.608-2.266 80.316 6.56-2.716 13.703-4.333 21.228-4.333 31.245 0 56.883 25.64 56.883 56.887 0 31.246-25.777 56.3-56.883 56.3-6.068 0-11.95-1.003-17.488-2.77C71.906 332.82 108.064 376.35 147.668 401.9c20.677 13.34 42.986 21.7 64.268 33.245 17.444 9.463 34.177 21.525 47.42 40.127 13.23-18.597 29.925-30.658 47.324-40.122 21.226-11.545 43.46-19.904 64.064-33.242 39.46-25.543 75.488-69.07 88.135-192.324-5.32 1.708-10.974 2.723-16.907 2.723-31.107 0-56.88-25.058-56.88-56.3 0-31.244 25.634-56.888 56.88-56.888 7.63 0 14.745 1.697 21.23 4.508-.07-24.757-.745-51.334-2.265-80.49-59.488 13-130.78 19.266-201.5 19.888h-.163c-70.718-.62-142.008-6.888-201.496-19.888zm304.124 39.32l-27.117 93.18-17.945-5.22 11.504-39.532-85.116 63.646-11.19-14.97 129.864-97.105zm-205.394 1.01l81.732 59.512-11 15.107-34.338-25.004 34.79 103.514-17.714 5.955-53.47-159.085zm140.486 99.652l129.383 97.95-98.25-.48.09-18.69 42.15.208-84.653-64.087 11.28-14.9zm-122.357 37.71l10.83 15.228-36.206 25.754 104.898-.17.03 18.69-163.577.262 84.024-59.766zm117.79 21l17.806 5.675-49.39 155.008-31.248-96.46 17.777-5.76 13.324 41.124 31.73-99.586z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-swirl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M247.79 18.734C137.967 17.596 19.874 96.94 19.73 244.53l21.403-51.395c-9.485 72.28-7.75 147.236 38.79 202.502L38.2 377.355c39.24 69.774 126.333 90.976 200.855 92.51C124.11 429.9 67.87 342.277 63.912 246.492c-6.722-211.78 260.658-217.694 340.78-75.77-3.417-19.492-8.623-38.426-15.618-56.11 77.406 89.155 59.293 214.875-21.29 253.036-24.25 3.95-48.93 12.06-60.954 19-58.548 33.802-6.27 126.536 53.225 92.188 9.44-5.45 23.404-17.303 36.494-31.352 64.36-59.52 98.1-118.24 93.108-188.94-6.52 29.1-19.175 57.904-35.623 84.683 63.158-146.822 7.956-263.89-144.838-301.354 12.097 5.835 23.503 13.63 33.873 23.36-57.415-23.752-131.123-22.62-186.884 3.505 28.066-26.2 64.776-43.73 102.2-49.642-3.52-.205-7.054-.325-10.597-.362zm-19.74 160.202l-19.843 100.566c-2.958 3.81-5.64 6.852-9.033 9.94l-25.688-49.096-22.705 11.93 31.37 60.945c4.48 11.474 10.02 20.68 15.162 28.524 28.063 42.803 64.547 35.252 95.303 9.555l87.28-48.452-12.71-22.498-66.136 36.94c-1.517-3.154-3.266-6.552-5.056-9.51l67.818-64.96-17.54-18.695-66.47 63.762c-2.356-2.318-4.238-4.527-6.765-6.54l45.084-78.085-22.733-13.127-45.864 78.297c-3.79-1.31-7.72-2.2-11.595-2.745l15.656-81.896-25.533-4.854z" fill="#fff"/></svg>
<svg class="tc-image-originals-magic-trident tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M242.104 17.87l-102.96 205.92c15.477 17.84 29.092 50.475 36.428 112.638 62.163 7.336 94.8 20.95 112.64 36.427l205.92-102.96-159.827 31.966-77.022 25.675-12.137-60.68-60.68-12.138 25.673-77.022zm251.03.995l-244.52 189.63-18.5 36.997 30.33 6.065 6.064 30.326 36.998-18.498zM191.275 275.47l45.257 45.255-12.727 12.726-45.254-45.253zm-38.727 28.827L68.44 388.402l-17.87 60.3 107.535-107.536c-1.566-13.837-3.443-26.08-5.558-36.87zm18.287 49.598L63.297 461.43l60.3-17.87 84.106-84.107c-10.788-2.115-23.032-3.992-36.87-5.558zM41.76 415.085l-23.89 23.89v55.156h55.155l23.89-23.89-78.386 23.23z"/></svg>
<svg class="tc-image-originals-magick-trick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M313.203 25.94l-.133 24.67-18.12 16.743 24.67.132 16.743 18.12.133-24.67 18.12-16.743-24.67-.132-16.743-18.12zm91.58 50.12L385.47 91.41l-24.4-3.638 15.35 19.313-3.637 24.4 19.313-15.35 24.4 3.637-15.35-19.312 3.637-24.4zM39.87 80.206l-7.116 16.268 7.637 3.34 256 112 8.247 3.607-.1.227.61.266 7.214-16.492-8.243-3.607-44.113-19.298a102.607 43.83 0 0 1 52.088-6.13A102.607 43.83 0 0 1 414.7 214.22a102.607 43.83 0 0 1-102.608 43.83 102.607 43.83 0 0 1-102.608-43.83 102.607 43.83 0 0 1 8.262-17.162l-32.814-14.358c-12.552 5.49-22.514 11.71-29.192 17.96-7.646 7.16-10.802 13.782-10.802 20.134s3.156 12.975 10.802 20.133c7.646 7.158 19.596 14.274 34.81 20.3 30.43 12.047 73.71 19.835 121.542 19.835 47.832 0 91.11-7.788 121.54-19.836 15.215-6.025 27.165-13.14 34.81-20.3 7.647-7.157 10.804-13.78 10.804-20.132 0-6.352-3.157-12.975-10.803-20.133-7.646-7.16-19.596-14.275-34.81-20.3-30.43-12.048-73.71-19.836-121.54-19.836-26.422 0-51.44 2.386-73.683 6.543L48.117 83.813l-8.246-3.607zm204.903 4.31l.077 16.708-12.16 11.46 16.708-.076 11.46 12.16-.075-16.708L272.94 96.6l-16.706.075-11.46-12.16zM215.94 286.592c-.147 15.018-.44 29.74-1.038 44.308 67.544 29.705 126.598 29.746 194.383.113-.6-14.603-.894-29.364-1.043-44.42-27.33 7.925-60.396 12.467-96.15 12.467-35.756 0-68.82-4.54-96.15-12.467zm-2.004 63.467c-.555 8.977-1.254 17.925-2.13 26.877l.555.25c69.454 31.175 129.756 31.177 199.486-.006l.535-.238c-.874-8.92-1.572-17.838-2.126-26.785-66.975 27.646-129.55 27.616-196.318-.097zm200.552 45.595c-70.003 30.062-135.025 30.067-204.793.002-2.287 17.913-5.385 35.95-9.603 54.403 0 48 224 48 224 0-4.218-18.455-7.316-36.49-9.604-54.405z"/></svg>
<svg class="tc-image-originals-magnet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M146.063 25.656c-30.86.074-60.556 12.052-85.094 36.313C3.285 119 12.986 194.422 63.905 245.343c12.042 12.04 47.124 35.39 78.75 55.437l36.938-36.967c-23.064-18.33-46.265-37.235-54.375-45.344-38.193-38.193-42.604-75.96-13.44-105.126 29.167-29.166 66.482-24.61 105.126 14.03 8.09 8.09 26.932 31.048 45.22 53.907l37.03-37.03c-20.045-31.623-43.335-66.74-55.375-78.78-30.685-26.483-64.868-39.892-97.718-39.814zM309.375 160.47L273.845 196c13.103 16.54 24.525 31.2 29.5 37.656l31.53-31.53s-10.95-18.314-25.5-41.657zm54.125 33.124c-31.963 73.943-90.175 135.65-167.313 169.22 96.67-10.858 166.86-86.763 167.313-169.22zm58.438 0C378.812 293.36 300.23 376.616 196.155 421.906c130.426-14.648 225.167-117.06 225.78-228.312zm72.53 0C437.49 325.414 333.7 435.407 196.19 495.25c172.33-19.356 297.47-154.66 298.28-301.656zM194.345 275.5l-35.438 35.438c23.348 14.552 41.656 25.5 41.656 25.5l31.532-31.532c-6.443-4.963-21.143-16.33-37.75-29.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-magnet-blast tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M133.844 19.97c-28.18.03-55.19 11.19-77.875 33.624-26.88 26.58-37.526 56.483-36.095 85.875 1.43 29.39 15.237 58.516 39 82.28 9.592 9.593 44.044 33.04 74.78 52.563 1.14.723 2.104 1.293 3.22 2l44.344-44.344c-22.65-18.013-45.176-36.208-53.72-44.75h-.03c-24.88-24.882-22.98-56.233-5.626-73.032 17.354-16.8 48.748-18.29 73.25 5.937 8.61 8.51 26.702 30.837 44.656 53.313l38.438-38.407c-.71-1.12-1.305-2.073-2.032-3.218-19.468-30.66-42.827-64.955-52.47-74.656C195.738 33.16 165.59 20.706 136.564 20c-.91-.022-1.81-.032-2.718-.03zm190.312 77.25l-34.72 20.624c.836 1.31 1.673 2.633 2.502 3.937 19.683 31 36.406 59.032 36.406 59.032l3.75 6.25-5.156 5.157-46.313 46.31-7.47 7.47-6.5-8.344s-12.84-16.436-28.5-36.187l-28.843 28.843c19.79 15.62 36.22 28.437 36.22 28.437l8.374 6.47-7.5 7.5-52.344 52.374-5.156 5.156-6.25-3.75s-24.577-14.675-53.125-32.688l-19.78 48.22 36.375-14.344 15.156 81.718 28.126-55.28 60.406 63.25-15.718-86.126 51.875 6.28 2.624 1.345 4.03 47.344 77.595 11.092-12.095 52.375L403.47 492h86.624v-81.594l-50.375-29.22 10.092-41.31-96.718-3.032 14.094-44.313-42.157-29.967 2.345-21.094 52.344 17.06-31.126-69.75 42.72-22.53-65.44-20.063-1.718-48.968zm-35.78 54.03l-36.907 36.906c11.742 14.79 19.468 24.643 23.405 29.688l33.656-33.656c-3.222-5.365-10.39-17.252-20.155-32.938zm-92.407 92.406l-42.876 42.875c15.686 9.766 27.573 16.934 32.937 20.158l39.72-39.75c-5.06-3.934-14.962-11.59-29.78-23.282z" fill="#fff"/></svg>
<svg class="tc-image-originals-magnifying-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M333.78 20.188c-39.97 0-79.96 15.212-110.405 45.656-58.667 58.667-60.796 152.72-6.406 213.97l-15.782 15.748 13.25 13.25 15.75-15.78c61.248 54.39 155.3 52.26 213.968-6.407 60.887-60.886 60.888-159.894 0-220.78C413.713 35.4 373.753 20.187 333.78 20.187zm0 18.562c35.15 0 70.285 13.44 97.158 40.313 53.745 53.745 53.744 140.6 0 194.343-51.526 51.526-133.46 53.643-187.5 6.375l.218-.217c-2.35-2.05-4.668-4.17-6.906-6.407-2.207-2.206-4.288-4.496-6.313-6.812l-.218.22c-47.27-54.04-45.152-135.976 6.374-187.502C263.467 52.19 298.63 38.75 333.78 38.75zm0 18.813c-30.31 0-60.63 11.6-83.81 34.78-46.362 46.362-46.362 121.234 0 167.594 10.14 10.142 21.632 18.077 33.905 23.782-24.91-19.087-40.97-49.133-40.97-82.94 0-15.323 3.292-29.888 9.22-43-4.165 20.485.44 40.88 14.47 54.907 24.583 24.585 68.744 20.318 98.624-9.562 29.88-29.88 34.146-74.04 9.56-98.625-2.375-2.376-4.943-4.473-7.655-6.313 45.13 8.648 79.954 46.345 84.25 92.876 4.44-35.07-6.82-71.726-33.813-98.72-23.18-23.18-53.47-34.78-83.78-34.78zM176.907 297.688L42.094 432.5l34.562 34.563L211.47 332.25l-34.564-34.563zM40 456.813L24 472.78 37.22 486l15.968-16L40 456.812z" fill="#fff"/></svg>
<svg class="tc-image-originals-mail-shirt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.018 21.47c-2.272-.005-4.546.015-6.82.06-36.368.74-72.766 7.872-105.448 20.613l.145.37c-38.557 13.652-71.722 33.97-94.426 69.07-27.634 42.722-39.162 105.694-29.997 202.04l.533 5.604 5.2 2.148c32.755 13.53 63.133 8.315 90.624-2.256l7.85-3.02-2.178-8.123c-7.86-29.316-7.11-59.575-.234-82.346 5.06-16.763 13.07-28.685 22.47-34.7.83 45.51-.165 98.438-5.76 150.86l-.412.778c.102.054.21.105.313.16-4.056 37.617-10.484 74.95-20.335 109.07l-2.05 7.095 6.433 3.632c71.865 40.593 186.79 35.656 259.605 2.108l7.31-3.367-2.245-7.73c-22.162-76.22-22.934-183.8-25.002-265.046 9.762 7.228 17.977 19.765 23.14 36.418 7.185 23.17 8.103 53.197.25 82.485l-2.17 8.095 7.815 3.035c29.822 11.578 60.122 11.905 89.725 3.178l6.06-1.786.6-6.29c9.165-96.35-2.403-159.354-29.974-202.09-24.33-37.712-60.728-58.286-102.7-71.882l.14-.357c-4.814-1.922-9.98-3.69-14.513-5.152-26.585-8.516-55.18-12.623-83.95-12.674zm-.07 18.846c21.927.032 43.68 2.533 64.208 7.64-12.15 13.886-30.527 22.83-50.57 26.112l-5.38.883-10.513 28.634-11.644-28.752-5.284-.785c-20.07-2.98-38.043-11.573-49.928-25.733 22.378-5.293 45.837-8.03 69.11-7.998zm82.786 14.067c37.39 10.9 68.45 25.843 91.172 52.037l-10.732 19.818 14.898 27.512 12.543-23.164c18.33 33.59 27.677 82.064 23.764 153.37l-9.552-17.64-14.9 27.512 7.775 14.356c-16.283 2.02-32.397.686-48.693-4.473 6.492-29.867 5.23-59.657-2.424-84.337-8.38-27.028-24.725-48.86-48.373-54.988l-12.053-3.123.37 12.445c1.34 45.107 1.617 101.145 5.76 156.678-18.66 6.12-49.793 10.57-82.124 11.61l6.127-11.315-14.9-27.512-14.897 27.512 6.246 11.535c-34.712-.246-69.467-4.502-90.836-11.444 3.393-36.233 4.697-72.2 4.838-105.547l8.37 15.453 14.898-27.512-14.9-27.512-8.47 15.643c-.095-8.21-.235-16.27-.44-24.012l-.278-10.627-10.502 1.64c-23.77 3.71-39.984 25.23-48.045 51.933-7.37 24.41-8.426 54.278-1.883 84.166-20.88 7.07-41.23 9.415-63.838 1.57-7.876-90.523 3.685-147.407 27.504-184.232 23.22-35.898 58.63-54.383 103.037-67.312 14.094 20.29 36.406 32.362 60.432 37.06l25.92 63.997 14.343-39.07 9.304 17.182 14.9-27.512-8.783-16.217c21.568-5.738 41.358-17.422 54.42-35.48zm-15.21 40.306l-14.9 27.51 14.9 27.51 14.898-27.51zM119.52 110.04l-14.897 27.51 14.898 27.512 14.9-27.51zm197.917 57.34l-14.898 27.513 14.897 27.51 14.9-27.51zM77.97 168.67l-14.898 27.512 14.9 27.51 14.897-27.51zm180.407 4.262l-14.9 27.51 14.9 27.51 14.898-27.51zM432.53 190.6l-14.9 27.51 14.9 27.513 14.898-27.512zm-145.886 48.963l-14.9 27.51 14.9 27.513 14.9-27.512zm-69.156 5.554l-14.9 27.512 14.9 27.51 14.9-27.51zm114.588 25.238l-14.898 27.512 14.898 27.512 14.9-27.513zm20.83 79.383c.627 6.774 1.322 13.517 2.092 20.215-21.064 7.54-59.77 12.824-98.217 13.01-38.48.186-77.818-4.65-100.44-12.733.94-6.74 1.792-13.502 2.568-20.27 26.296 8.143 62.176 11.137 98.186 10.966 35.813-.17 70.754-3.4 95.812-11.188zm4.53 39.366c3.016 21.5 6.925 42.273 12.064 61.57-52.01 21.488-127.94 27.74-188.018 13.318l8.5-15.697-14.898-27.51-14.898 27.51 6.248 11.54c-9.19-2.9-17.885-6.342-25.91-10.36 5.285-19.45 9.54-39.696 12.94-60.28 15.244 5.214 34.004 8.556 54.315 10.453l-7.21 13.313 14.9 27.513 14.897-27.512-6.564-12.12c10.836.607 21.945.864 33.07.81 37.896-.183 74.855-3.797 100.563-12.546z" fill="#fff"/></svg>
<svg class="tc-image-originals-mailbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M375.4 17.744l-78 25.998V265.73l14-3.5V94.64l64-20zM433.3 126.31L329.4 152.282v124l-38.815 9.703-11.184 2.797v-124L207.29 182.81c5.175 3.946 9.705 8.82 13.513 14.323 10.15 14.657 16.29 33.678 20.427 54.357 7.38 36.9 8.056 78.79 8.125 110.252l238.012-59.504c-.043-31.71-.572-75.13-7.79-111.217-3.863-19.32-9.72-36.3-17.573-47.64-7.664-11.072-16.21-16.8-28.702-17.07zM176.4 190.255c-13.374 0-22.212 5.21-29.91 15.047-7.7 9.838-13.472 24.664-17.304 41.906-.835 3.755-1.572 7.622-2.236 11.558l93.107-18.622v-.002c-.45-1.635-.92-3.243-1.406-4.822-.48-1.562-.975-3.094-1.487-4.595l-.016-.05c-.013-.04-.028-.076-.04-.115-.478-1.393-.973-2.756-1.48-4.093l-.15-.402c-.522-1.366-1.055-2.705-1.607-4.008-.046-.108-.095-.212-.14-.32-.502-1.172-1.018-2.313-1.544-3.43l-.39-.826c-.17-.353-.34-.705-.514-1.052-.284-.57-.572-1.134-.863-1.688-.087-.162-.17-.33-.255-.49-.392-.734-.792-1.448-1.196-2.15-.12-.208-.24-.41-.36-.614-.305-.52-.614-1.032-.926-1.533-.128-.206-.257-.412-.386-.615-.427-.67-.858-1.328-1.297-1.963-7.852-11.344-16.6-17.124-29.6-17.124zm26.298 71.72l-87.723 17.544 43.862 14.933zm23.025 5.346l-63.758 47.21L89.4 289.827v68.332l141.607-24.414c-.562-21.47-1.945-44.85-5.284-66.422zm5.56 84.637l-37.273 6.427 37.338 4.668c-.01-3.564-.03-7.294-.064-11.096zm128.118.823l-30 7.5v133.973h30zm-226.378 16.12l-61.62 10.626v-6.612c-14.426 4.543-27.058 10.895-35.476 17.44-7.943 6.18-11.202 12.364-11.28 14.482-.04 1.06-.01 1.492 1.292 2.853 1.25 1.307 4.112 3.166 8.813 4.81 79.575 13.055 124.014-7.656 175.34-33.966z"/></svg>
<svg class="tc-image-originals-mailed-fist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M215.75 21.063c-1.306 0-2.582.045-3.813.125-1.964.127-3.778.385-5.5.718L171.47 82.5c4.257-1.103 8.72-1.688 13.31-1.688 21.424 0 39.93 12.778 48.407 31.094l39.188-67.844c-4.546-5.766-14.702-13.066-26.97-17.53-9.74-3.546-20.516-5.473-29.655-5.47zm85.72 17.53c-1.583-.03-3.07.047-4.47.188l-44.53 77.157c4.825-1.446 9.935-2.25 15.218-2.25 20.817 0 38.924 12.05 47.718 29.532l43.156-74.782c-4.125-6.924-13.916-15.663-25.78-21.532-10.44-5.163-22.204-8.138-31.313-8.312zm-162.5 29.344c-10.902.22-21.355 4.083-32.5 12.22C96.044 87.766 85.3 99.3 74.187 114.5L122 130.78l34.656-60.03c-5.398-1.782-10.563-2.693-15.5-2.813-.73-.017-1.46-.014-2.187 0zM370.312 85.5L325.5 163.156c5.325-1.817 11.015-2.844 16.938-2.844 20.334 0 38.045 11.61 46.906 28.532l36.97-64c-3.564-8.5-12.897-19.255-24.19-27.03C391.22 90.3 378.678 85.84 370.313 85.5zm-185.532 14c-19.27 0-34.718 15.448-34.718 34.75s15.45 34.75 34.72 34.75 34.687-15.445 34.687-34.75c0-19.302-15.418-34.75-34.69-34.75zM58.53 128.938C48.27 179.428 49.268 231.032 64.595 275c.186.536.372 1.06.562 1.594l.188-.22 7.125 10.22c.872 1.25 1.81 2.52 2.78 3.78-.837-41.212 10.51-89.245 37.438-143L58.53 128.94zm209.157 3.437c-19.27 0-34.687 15.416-34.687 34.72 0 19.3 15.417 34.75 34.688 34.75 19.27 0 34.718-15.446 34.718-34.75 0-19.304-15.448-34.72-34.72-34.72zm169.282 12.688l-41.783 72.375c-.048.614-.087 1.235-.156 1.843 4.283-1.206 8.784-1.874 13.44-1.874 21.296 0 39.572 13.55 46.717 32.438l36.532-63.25c-3.43-8.86-12.62-20.092-23.783-28.313-10.62-7.82-22.842-12.6-30.968-13.218zm-303.72 3.218C99.888 212.04 89.896 266.26 95.344 308.876c.133 1.044.286 2.063.437 3.094 20.05 17.924 47.18 35.918 76.25 51.717 40.17 21.83 84.096 39.88 118.064 50.125 42.028-15.246 84.304-46.497 119.156-96.468-.26.004-.52.03-.78.03-27.474 0-49.94-22.483-49.94-49.968 0-1.24.068-2.468.158-3.687-5.125 1.664-10.587 2.592-16.25 2.592-28.306 0-51.592-22.493-52.907-50.5-6.677 3.02-14.068 4.72-21.842 4.72-25.675 0-47.22-18.35-52.25-42.595-8.685 6.134-19.27 9.75-30.657 9.75-24.53 0-45.332-16.764-51.53-39.406zM342.438 179c-19.033 0-34.282 15.25-34.282 34.313 0 19.063 15.25 34.312 34.28 34.312 19.034 0 34.252-15.246 34.252-34.313 0-19.063-15.218-34.312-34.25-34.312zm66.03 57.125c-17.362 0-31.25 13.888-31.25 31.28 0 17.394 13.888 31.283 31.25 31.283 17.364 0 31.25-13.886 31.25-31.282 0-17.393-13.886-31.28-31.25-31.28zM64.907 307.25c-7.423 9.67-14.177 19.17-20.344 28.47 3.222 9.158 10.11 19.44 20.657 29.967 13.9 13.877 33.814 28.027 57.81 41.063 41.59 22.59 95.45 41.855 152.032 52.53 3.07-8.944 5.834-18.35 8.22-28.25-35.365-10.748-79.208-28.665-120.188-50.936-39.39-21.407-75.667-46.16-98.188-72.844zM32.72 354.563c-4.446 7.515-8.483 14.866-12.126 22.093 1.467 9.07 7.963 20.19 19.593 31.72 12.248 12.14 29.84 24.596 51.094 36.062 41.084 22.16 95.78 40.72 152.22 49.187h17.375c2.59-5.32 5.097-10.844 7.47-16.563-57.277-11.12-111.46-30.63-154.25-53.875-25.16-13.666-46.376-28.622-62.064-44.28-7.912-7.9-14.49-16.006-19.31-24.344zm-14.47 57.53v34.094c1.047 2.302 3.192 5.48 6.875 8.97 5.26 4.982 13.178 10.427 22.844 15.53 18.88 9.97 44.434 18.675 70.624 22.938H161c-28.807-9.095-55.546-20.318-78.594-32.75-22.413-12.09-41.336-25.303-55.375-39.22-3.173-3.145-6.107-6.326-8.78-9.56zm0 61.782v19.75h34.344c-4.66-2.048-9.133-4.183-13.344-6.406-7.93-4.19-15.012-8.627-21-13.345z" fill="#fff"/></svg>
<svg class="tc-image-originals-male tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M292.563 65.656v40h85.156l-81.658 82.656-12.937 13.125c-9.054-6.765-18.936-12.412-29.406-16.75-16.478-6.825-34.23-10.343-52.064-10.343-17.835 0-35.553 3.52-52.03 10.344-16.48 6.824-31.514 16.858-44.126 29.468-12.613 12.612-22.643 27.647-29.47 44.125-6.825 16.48-10.373 34.228-10.374 52.064 0 17.836 3.52 35.553 10.344 52.03 6.825 16.48 16.888 31.514 29.5 44.126 12.612 12.612 27.647 22.643 44.125 29.47 16.478 6.824 34.195 10.374 52.03 10.374 17.837 0 35.586-3.55 52.064-10.375 16.477-6.827 31.512-16.857 44.124-29.47 12.61-12.612 22.644-27.647 29.47-44.125 6.823-16.478 10.343-34.196 10.342-52.03 0-17.836-3.518-35.587-10.344-52.064-4.183-10.098-9.583-19.646-16.03-28.436l13.218-13.406 81.844-82.875v85.875h40V65.656H292.562zm-90.907 148.688c12.533 0 25.17 2.516 36.75 7.312 11.58 4.797 22.263 11.95 31.125 20.813 8.863 8.86 16.017 19.545 20.814 31.124 4.796 11.58 7.312 24.217 7.312 36.75 0 12.533-2.517 25.14-7.312 36.72-4.796 11.577-11.92 22.292-20.78 31.155-8.864 8.862-19.578 16.014-31.158 20.81-11.58 4.798-24.216 7.313-36.75 7.314-12.533 0-25.14-2.516-36.72-7.313-11.578-4.795-22.292-11.95-31.155-20.81-8.86-8.864-16.015-19.578-20.81-31.158-4.798-11.58-7.314-24.185-7.314-36.718 0-12.534 2.516-25.17 7.313-36.75l.093-.22c4.796-11.494 11.91-22.13 20.718-30.937 8.808-8.805 19.444-15.892 30.94-20.687l.218-.094c11.58-4.795 24.185-7.313 36.718-7.312z" fill="#fff"/></svg>
<svg class="tc-image-originals-manacles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M158.06 18.422c-36.695 0-69.95 6.1-94.865 16.498-12.458 5.2-22.882 11.456-30.625 19.096-7.742 7.64-12.924 17.156-12.924 27.62 0 .78.04 1.552.096 2.32h-.1v70.25c0 10.46 5.187 19.974 12.932 27.612 7.745 7.638 18.172 13.894 30.63 19.094 24.92 10.4 58.173 16.502 94.85 16.502 36.678 0 69.93-6.102 94.85-16.502 12.46-5.2 22.886-11.456 30.63-19.094 7.746-7.638 12.93-17.15 12.93-27.613v-20.703c9.27.424 17.71 1.55 25.307 3.23-.798 3.753-.985 7.68-.637 11.55.94 10.456 5.445 21.254 13.047 30.91 7.602 9.655 17.04 16.57 26.984 19.935 2.417.818 4.914 1.416 7.43 1.762-3.297 5.552-8.22 11.055-15.012 16.196-4.39-5.606-10.9-9.44-17.896-11.457-4.414-1.273-9.136-1.933-14.036-1.972-.7-.005-1.402.002-2.11.022-5.653.16-11.514 1.132-17.39 2.93-11.75 3.593-21.61 9.89-28.347 17.945-4.25 5.08-7.327 11.186-8.227 17.595-3.977.162-8.04.264-12.25.264-7.765 0-15.21.498-22.326 1.438-4.75-4.465-11.02-7.302-17.568-8.58-2.576-.503-5.235-.798-7.952-.885-1.018-.033-2.046-.036-3.08-.01-7.237.18-14.813 1.786-22.29 4.812-11.39 4.61-20.66 11.75-26.663 20.363-5.74 8.233-8.578 18.567-5.275 28.215-10.067 12.647-16.583 26.92-19.236 41.44-.624.295-1.245.608-1.854.96-9.362 5.405-13.828 15.76-14.393 26.244-.566 10.484 2.35 21.814 8.496 32.457 6.144 10.642 14.497 18.834 23.86 23.587 9.36 4.753 20.563 6.063 29.925.658.207-.12.397-.253.598-.377 11.812 4.73 25.68 7.51 41.473 7.867v12.76c0 10.462 5.187 19.975 12.933 27.614 7.745 7.637 18.17 13.892 30.63 19.092 24.92 10.4 58.173 16.504 94.85 16.504 36.677 0 69.93-6.104 94.848-16.504 12.46-5.2 22.888-11.455 30.634-19.093 7.745-7.64 12.93-17.153 12.93-27.615V361.11c0-.106.01-.21.01-.315 0-.105-.01-.21-.01-.315v-.396h-.012c-.23-10.182-5.338-19.442-12.905-26.908-7.743-7.64-18.167-13.897-30.625-19.096-24.916-10.4-58.168-16.498-94.863-16.498-36.696 0-69.95 6.1-94.866 16.498-12.458 5.2-22.882 11.456-30.625 19.096-7.744 7.64-12.927 17.156-12.927 27.62 0 .78.04 1.553.096 2.323h-.1v38.778c-11.41-.283-21.247-1.943-29.628-4.662 1.115-3.32 1.76-6.834 1.95-10.367.566-10.485-2.35-21.815-8.495-32.458-6.144-10.643-14.5-18.833-23.86-23.586-2.735-1.388-5.627-2.47-8.583-3.19 2.238-8.604 6.232-17.206 11.986-25.24 3.724 2.22 7.92 3.75 12.24 4.592 10.305 2.012 21.93.692 33.32-3.92 11.392-4.61 20.66-11.75 26.665-20.363 4.323-6.203 6.995-13.597 6.646-20.992 4.518-.398 9.198-.61 14.046-.61 5.697 0 11.203-.15 16.543-.425 4.364 6.35 11.35 10.637 18.898 12.812 10.088 2.908 21.785 2.614 33.537-.98 11.752-3.594 21.61-9.892 28.347-17.946 4.44-5.307 7.587-11.732 8.323-18.455 17.06-11.132 28.024-25.383 31.982-40.676 8.43-6.693 11.35-17.54 10.414-27.963-.938-10.456-5.444-21.254-13.046-30.91-7.602-9.655-17.04-16.57-26.984-19.935-3.73-1.262-7.645-2.008-11.53-2.096-1.297-.03-2.59.013-3.87.136-4.963.475-9.75 2.143-13.905 5.285-10.607-2.854-22.495-4.62-35.57-5.145V81.95c0-.106.01-.21.01-.315 0-.106-.01-.21-.01-.315v-.396h-.012c-.23-10.182-5.336-19.442-12.902-26.908-7.742-7.64-18.166-13.897-30.624-19.096-24.916-10.4-58.17-16.498-94.865-16.498zm0 18.69c34.588 0 65.87 5.96 87.667 15.056 10.898 4.55 19.377 9.9 24.697 15.15s7.36 9.904 7.36 14.317c0 4.412-2.04 9.065-7.36 14.314-2.635 2.6-6.05 5.224-10.145 7.765-25.566-12.5-61.797-19.834-102.223-19.834-40.424 0-76.645 7.32-102.217 19.833-4.094-2.54-7.508-5.164-10.143-7.764-5.32-5.25-7.36-9.903-7.36-14.315 0-4.413 2.04-9.067 7.36-14.317s13.797-10.6 24.696-15.15C92.19 43.07 123.473 37.11 158.06 37.11zm-.003 65.458c30.217 0 57.918 4.62 78.966 11.82-21.05 7.217-48.743 11.766-78.962 11.766-30.228 0-57.93-4.55-78.984-11.77 21.048-7.197 48.77-11.816 78.98-11.816zm191.517 30.582c1.67.07 3.59.435 5.774 1.174 5.826 1.972 12.726 6.725 18.293 13.795 5.568 7.072 8.568 14.894 9.118 21.02.55 6.127-1.038 9.786-3.442 11.678-2.403 1.893-6.333 2.578-12.16.606-5.826-1.972-12.726-6.723-18.293-13.793-5.567-7.07-8.567-14.894-9.117-21.02-.55-6.127 1.038-9.786 3.442-11.678 1.2-.947 2.785-1.59 4.796-1.752.503-.04 1.033-.05 1.59-.028zm-28.05 89.24c3.342.022 6.4.45 8.986 1.194 5.91 1.704 8.748 4.508 9.642 7.434.895 2.925.11 6.836-3.836 11.554-3.946 4.72-10.87 9.433-19.476 12.065-8.606 2.63-16.984 2.597-22.895.893-5.91-1.703-8.748-4.508-9.642-7.433-.895-2.926-.113-6.837 3.834-11.555 3.946-4.718 10.873-9.433 19.478-12.065 4.303-1.315 8.55-1.966 12.46-2.074.488-.013.97-.02 1.448-.015zm-116.596 30.702c1.762.047 3.414.225 4.924.52 6.037 1.178 9.11 3.722 10.257 6.558 1.147 2.836.71 6.8-2.807 11.848-3.518 5.046-10.003 10.35-18.344 13.726-8.343 3.377-16.692 4.077-22.73 2.9-6.037-1.18-9.107-3.724-10.255-6.56-1.148-2.836-.713-6.8 2.804-11.846s10.004-10.35 18.345-13.726c6.256-2.533 12.517-3.562 17.803-3.42zm150.53 63.177c34.59 0 65.87 5.96 87.667 15.058 10.9 4.55 19.376 9.9 24.695 15.15 5.32 5.25 7.364 9.905 7.364 14.317 0 4.412-2.044 9.065-7.364 14.314-2.636 2.6-6.052 5.226-10.148 7.767-25.56-12.48-61.792-19.834-102.217-19.834-40.052 0-76.002 7.23-101.517 19.488l.51 1.062c-4.625-2.763-8.467-5.636-11.352-8.483-5.32-5.25-7.364-9.903-7.364-14.315 0-4.412 2.044-9.067 7.364-14.316 5.32-5.25 13.796-10.603 24.695-15.152 21.8-9.097 53.08-15.057 87.67-15.057zm-214.036 29.033c2.013.127 4.382.795 7.125 2.187 5.485 2.785 11.635 8.472 16.135 16.266 4.5 7.793 6.35 15.965 6.02 22.107-.332 6.143-2.426 9.537-5.075 11.067-2.65 1.53-6.636 1.645-12.12-1.14-5.486-2.783-11.638-8.47-16.138-16.265-4.5-7.793-6.35-15.965-6.02-22.107.33-6.142 2.426-9.537 5.076-11.066 1.324-.765 2.982-1.177 4.996-1.05zm214.033 36.427c30.225 0 57.92 4.61 78.973 11.82-21.053 7.217-48.747 11.766-78.97 11.766-30.23 0-57.934-4.552-78.99-11.773 21.056-7.213 48.762-11.813 78.987-11.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-mantrap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M60.406 156.688L24 259.75 203.938 324c-.238-8.905 1.562-18.017 5.625-26.594 7.02-14.822 19.54-25.345 33.906-30.187l-24.44-53.908-19.124 54.125-33-72.718-19.094 54.093-33-72.72-19.968 56.532-34.438-75.938zm399.781 0l-34.468 75.937-19.97-56.53-33 72.718-19.094-54.094-33 72.718-19.125-54.125-31.936 70.468c-2.292-.53-4.602-.85-6.906-.936-.462-.018-.915-.03-1.375-.03-14.28-.007-28.097 8.283-34.875 22.592-9.33 19.695-1.36 42.64 17.5 51.656 18.86 9.017 41.483.758 50.812-18.937 1.127-2.38 1.99-4.805 2.625-7.25l199.22-71.125-36.408-103.063zM199.78 178.03v18.69h120.595v-18.69H199.78zm50.126 35.345v52.906h18.688v-52.905h-18.688zm10.25 90.563c9.678 0 17.53 7.824 17.53 17.5.002 9.675-7.854 17.53-17.53 17.53-9.676 0-17.53-7.853-17.53-17.53 0-9.678 7.852-17.5 17.53-17.5zM99.53 336.967c-50.15 13.628-82.56 33.83-82.56 56.22 0 41.017 106.544 74.343 237.718 74.343 131.173 0 237.687-33.327 237.687-74.342 0-22.313-32.124-42.595-81.97-56.22 17.232 8.878 27.533 19.275 27.533 30.47 0 32.127-82.313 58.53-183.25 58.53-100.938 0-182.657-26.403-182.657-58.53 0-11.257 10.095-21.56 27.5-30.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-maple-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M175.094 25.593c-37.263 98.702-18.844 171.333 29.812 231.78-55.864-32.94-102.02-39.746-176.562-29.5 36.104 103.52 114.96 147.68 199.53 147.72-11.347 26.98-13.91 56.395-4.374 88.938 36.643-23.08 58.91-47.936 68.906-78.468 35.98 50.032 94.496 84.814 134.625 96.844l14.595 4.687-2.344-15.187c-2.565-14.66-.2-24.85 5.845-35.063 6.046-10.21 15.88-20.01 28.03-30.937l21.032-18.688-28.03 2.344c-36.735 3.018-73.025-3.842-108.813-33.906 24.9-.342 49.864-6.29 84.843-16.157-18.744-22.37-40.422-35.795-64.468-42.594 51.884-67.147 81.588-166.79 52.936-233.063-82.263 37.32-123.16 89.803-138.75 152.406C280.17 141.16 244.118 77.825 175.094 25.592zm15.125 69.53c23.525 72.024 54.17 141.623 99.28 207.814C351.886 256.397 374.437 198.35 394.187 132c23.69 55.974-11.423 128.012-66.656 182.406 23.724 3.552 53.686 11.745 73.407 18.875-24.69 5.254-57.005 7.874-83.687 7.5 3.243 4.133 6.564 8.242 9.937 12.344l.563-.468c38.655 40.348 80.204 53.028 120.875 53.75-6.873 6.918-14.447 13.48-19.25 21.593-5.292 8.936-8.076 19.652-8.78 30.968-33.344-12.87-77.914-40.503-107.75-78.344l-.19.125c-9.727-12.486-18.972-24.776-27.718-36.938-5.692 29.708-28.95 66.377-48.406 88.625 9.978-28.618 19.846-65.56 23.376-98.72-69.03 10.948-128.245-7.166-162.562-64.28 55.824 29.773 106.504 51.892 161.906 36.594-42.415-66.643-67.75-132.218-69.03-210.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-marbles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M168.06 172.176c-67.24 0-121.943 54.7-121.943 121.94S100.82 416.058 168.06 416.058c30.25 0 57.962-11.08 79.3-29.386-2.293-6.27-4.08-12.784-5.32-19.485-18.83 19.065-44.995 30.87-73.98 30.87-22.815 0-43.88-7.312-61-19.716 27.834 4.814 73.39 10.32 98.645.48 11.155-4.346 23.33-14.317 34.578-25.62-.184-2.73-.285-5.485-.285-8.263 0-16.365 3.25-31.983 9.123-46.256-21.226 20.275-49.207 43.894-71.65 51.906-26.097 9.316-76.967 3.676-96.025 1.09-8.796-13.23-14.635-28.602-16.593-45.182 17.335-3.294 53.808-10.013 74.972-12.38 28.105-3.143 60.837 10.417 84.705-4.75 14.41-9.16 25.482-38.016 30.31-52.555 6.01 9.1 10.62 19.205 13.543 30.015 4.347-5.198 9.116-10.03 14.258-14.44-17.077-46.75-61.993-80.21-114.58-80.21v-.002zm0 18c23.778 0 45.656 7.943 63.147 21.318-4.465 16.817-14.462 46.984-30.303 54.39-24.788 11.588-53.316-25.293-79.904-18.825-23.882 5.807-40.093 27.904-56.88 46.827.122-57.405 46.505-103.71 103.94-103.71zM361.94 241c-7.227 0-14.278.736-21.085 2.13 1.372 8.875 3.195 21.44 4.88 35.89 3.145 26.965 5.8 59.057 3.076 82.04-1.855 15.656-8.527 35.703-14.693 52.483-4.735 12.888-9.166 23.55-10.996 27.873 11.99 4.814 25.09 7.467 38.82 7.467 6.415 0 12.69-.58 18.777-1.686 4.906-16.186 14.49-50.886 13.226-71.197-1.047-16.833-19.873-31.586-16-48 5.268-22.31 39.43-47.627 55.56-58.52-18.62-17.66-43.798-28.48-71.56-28.48h-.004zm-38.495 7.334c-5.635 2.24-11.025 4.96-16.123 8.11.75 17.962 2.2 61.956-.424 88.443-2.483 25.083-12.448 66.07-15.12 76.814 4.704 4.3 9.807 8.172 15.245 11.556 1.973-4.694 5.937-14.32 10.2-25.92 5.975-16.26 12.268-36.212 13.713-48.397 2.313-19.514.002-51.422-3.08-77.835-1.49-12.778-3.12-24.257-4.41-32.77zm-33.71 21.77C270.158 288.994 258 315.514 258 344.94c0 22.48 7.092 43.264 19.166 60.246 4.123-17.823 10.2-45.726 11.818-62.073 1.874-18.918 1.378-51.442.752-73.01h-.002zm162.052 22.462c-6.606 14.014-16.406 36.63-18.34 51.434-2.54 19.446 3.155 53.058 6.41 69.813 16.2-18.325 26.026-42.423 26.026-68.872 0-19.114-5.135-37.004-14.096-52.374z" fill="#fff"/></svg>
<svg class="tc-image-originals-marrow-drain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M415.03 38.906c-2.794.005-5.565.53-8.25 1.594-4.075 1.648-7.143 3.84-10.56 8.375-27.334 36.324-67.68 83.128-131.533 124.53l-12.28 18.75 18.312 5.595 11.03 3.344-5.563 10.094-9.125 16.562c2.385-1.362 5.07-3.048 8.25-5.188 15.275-10.276 38.768-18.713 62.75-25.812 15.215-4.503 30.475-8.303 43.563-11.156 31.948-9.55 60.308-14.5 83.625-17.156 52.326-5.95 22.144-83.66-32.094-55.594 37.618-27.9 8.9-73.98-18.125-73.938zm-346.655 45c-28.726.37-49.683 57.57-3.844 75.688-58.636-12.918-67.653 68.684-16.374 61.03 23.778-3.55 53.397-6.117 87.938-4.843 31.402-.33 63.477 2.57 92.47 11.22 6.33 1.89 11.21 3.374 15.155 4.344l10.53-19.094-19.22-5.844-11.936-3.625 6.844-10.436 11.562-17.688c-71.992-23.103-122.678-57.6-158.156-85.344-4.465-3.167-7.813-4.838-12.156-5.25-.94-.11-1.886-.168-2.813-.156zM354.22 211.594c-3.612.99-7.226 2.022-10.845 3.094-23.17 6.858-46.06 15.626-57.625 23.406-12.47 8.39-21.75 12.78-31.72 13.22-9.967.436-18.434-2.714-30.81-6.408-19.873-5.93-41.98-8.95-64.532-9.97l13.843 64.22 13.25-42.5 14.845 66.72 7.313 106.312 9.312 50.718 7.875-51.156 3.25-82.188 10.78-61.656 23.47 91.438 19.094-22.125 8.5 64.81 10.155 40.97 8.875-34.594L316.78 288l23.44 53.875 14-130.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-martini tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M382.313 17.156L347 80.594H58.937l13.657 15.53 172.03 195.5v155.063l-118.343 35.438v13.22h255.376v-13.22l-118.344-35.438V291.595l172-195.47 13.657-15.53h-80.595l30.28-54.344-16.342-9.094zM100.25 99.28h236.344l-12.25 21.97c-5.352-2.042-11.14-3.188-17.188-3.188-17.4 0-32.74 9.283-41.344 23.126H137.125L100.25 99.28zm257.72 0h49.686l-36.875 41.907h-22.31c-2.3-3.7-5.08-7.073-8.25-10.03l17.75-31.876zm-50.814 37.47c16.652 0 29.938 13.33 29.938 30s-13.286 29.97-29.938 29.97-29.97-13.3-29.97-29.97c.002-1.01.062-2.017.158-3 2.26 3.716 6.303 6.22 10.97 6.22 7.112 0 12.905-5.79 12.905-12.907 0-7.118-5.794-12.875-12.908-12.875-.35 0-.688.035-1.03.062 5.276-4.67 12.213-7.5 19.874-7.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-masked-spider tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.88 18.98c-23.81 0-48.425 22.043-66.732 53.043-18.306 31-29.69 69.843-29.69 96.06 0 32.048 16.078 60.385 40.77 77.575 14.4-17.246 33.924-28.357 55.647-28.357 21.725 0 41.25 11.113 55.65 28.362 24.695-17.19 40.774-45.528 40.774-77.58 0-26.217-11.386-65.058-29.693-96.06-18.306-31-42.92-53.043-66.728-53.043zM493.5 33.12l-73.746 173.946-95.787 57.327c2.867 5.447 5.36 11.24 7.45 17.318l103.163-61.737 58.92-138.97V33.12zm-475.244.005v47.877l58.922 138.98 103.226 61.508c2.102-6.07 4.607-11.855 7.483-17.295l-95.89-57.136-73.74-173.935zM-.434 36.8l-.043.018.043.102v-.12zm512.623 0v.12l.042-.102-.043-.017zM255.874 235.99c-16.893 0-32.575 9.335-44.592 25.865-12.017 16.53-19.816 40.063-19.816 66.243 0 15.354 2.698 29.784 7.342 42.44 3.13-5.468 9.03-9.163 15.807-9.163 10.046 0 18.194 8.1 18.194 18.096 0 9.993-8.147 18.096-18.193 18.096-.303 0-.6-.03-.898-.045 11.663 14.54 26.38 22.683 42.155 22.683 15.775 0 30.493-8.144 42.158-22.682-.3.016-.594.046-.896.046-10.047 0-18.194-8.103-18.194-18.095 0-9.992 8.147-18.095 18.194-18.095 6.776 0 12.677 3.692 15.808 9.158 4.642-12.654 7.338-27.082 7.338-42.435 0-26.18-7.797-49.712-19.814-66.243-12.018-16.53-27.702-25.865-44.595-25.865zm-237.62 1.64v23.858L82.75 312.67l90.06 12.527c.12-6.362.64-12.594 1.526-18.656L90.37 294.86l-72.114-57.23zm475.245 0l-72.12 57.233-83.956 11.73c.884 6.063 1.403 12.295 1.52 18.657l90.066-12.582 64.49-51.182V237.63zm-263.613 81.09c10.046 0 18.193 8.1 18.193 18.096 0 9.993-8.147 18.096-18.193 18.096-10.047 0-18.194-8.103-18.194-18.096 0-9.992 8.147-18.095 18.194-18.095zm51.98 0c10.046 0 18.194 8.1 18.194 18.096 0 9.993-8.147 18.096-18.193 18.096-10.046 0-18.193-8.103-18.193-18.096 0-9.992 8.147-18.095 18.193-18.095zm55.34 32.253c-.98 6.284-2.357 12.376-4.102 18.234l87.948 19.166 72.447 58.285v-23.984l-64.164-51.623-92.13-20.077zm-162.648.084L82.42 371.05 18.256 422.67v23.986l72.44-58.28 87.972-19.09c-1.748-5.855-3.127-11.947-4.11-18.23zm149.94 39.728c-2.654 5.165-5.635 10.03-8.916 14.543-.33.455-.667.902-1.004 1.35l67.865 36.015 27.487 50.983h21.228l-34.953-64.836-71.707-38.055zm-137.184.13l-71.763 37.917-34.957 64.844h21.23L129.31 442.7l67.95-35.903c-.368-.487-.734-.974-1.094-1.47-3.253-4.474-6.212-9.296-8.85-14.413zm20.276 27.47c-5.428 8.665-8.572 18.89-8.572 29.85 0 14.978 5.863 28.585 15.42 38.702-.017-.858-.03-1.718-.03-2.582 0-20.844 8.072-39.128 20.16-49.152-9.903-3.482-19.02-9.28-26.978-16.818zm96.564.002c-7.956 7.536-17.073 13.332-26.974 16.814 12.087 10.025 20.158 28.31 20.158 49.155 0 .863-.013 1.72-.03 2.58 9.554-10.118 15.417-23.724 15.417-38.7 0-10.96-3.144-21.183-8.57-29.848z" fill="#fff"/></svg>
<svg class="tc-image-originals-mass-driver tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M123.72 35.22c-30.363 19.964-56.875 46.728-76.282 80.343C28.03 149.178 18.108 185.502 16 221.78l149.72 8.782c.82-13.526 4.825-27.215 12.06-39.75 7.238-12.532 17.072-22.838 28.376-30.312L123.72 35.22zm264.56 0L305.845 160.5c11.304 7.474 21.138 17.778 28.375 30.313 7.235 12.532 11.24 26.222 12.06 39.75L496 221.78c-2.11-36.276-12.03-72.603-31.438-106.218-19.407-33.614-45.92-60.378-76.28-80.343zM256 175.75c-33.25 0-60.188 26.97-60.188 60.22 0 33.247 26.94 60.186 60.188 60.186 33.25 0 60.22-26.94 60.22-60.187 0-33.25-26.97-60.22-60.22-60.22zm-40.438 141.125l-67.28 134.03c32.47 16.315 68.904 25.876 107.718 25.876 38.814 0 75.248-9.562 107.72-25.874l-67.283-134.03c-12.124 6.05-25.964 9.405-40.437 9.405-14.473 0-28.313-3.353-40.438-9.405z" fill="#fff"/></svg>
<svg class="tc-image-originals-match-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M316.594 18.375c40.733 49.672 27.644 86.682 5.344 122.688.783-42.897-37.23-58.073-83.282-44.032 71.457.144 63.504 53.747 47.25 101.095-8.392 16.15-14.28 33.228-14.28 52.094 0 30.375 13.866 52.983 36.78 67.155-9.875-13.69-13.797-31.204-9.344-51.97 10.182-47.473 52.14-72.297 70.688-112.124 9.593 17.684 24.242 30.335 38.53 30.376 19.437.056 30.155-22.576 25.126-50.812 41.403 59.58 28.32 151.878-11.687 193.875 65.79-30.04 89.29-136.86 44.842-216.783.594 13.805-1.266 27.485-6.187 40.72-10.366-39.618-30.658-94.73-90.78-120.626l-.19-.06c-15.86-5.534-33.44-9.5-52.81-11.595zM358.5 238.53c-23.074 0-41.625 18.543-41.625 41.72S335.425 322 358.5 322c23.074 0 41.594-18.573 41.594-41.75s-18.52-41.72-41.594-41.72zm-88.188 75.75L17.75 468.657v23.938h59.97l237.718-148c-16.89-5.172-32.555-15.733-45.125-30.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-materials-science tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.977 22.395c-16.8 0-32.49 7.65-45.864 20.177-13.372 12.53-24.82 29.98-34.363 51.117-2 4.428-3.91 9.03-5.736 13.777-5.035-.793-9.986-1.442-14.83-1.926-5.77-.575-11.4-.932-16.87-1.06-16.42-.39-31.427 1.275-44.58 5.262-17.536 5.317-32.006 15.083-40.406 29.63-8.4 14.55-9.62 31.964-5.457 49.81 4.165 17.845 13.552 36.484 27.087 55.318 2.84 3.95 5.874 7.912 9.076 11.873-3.198 3.957-6.228 7.913-9.064 11.86-13.536 18.833-22.923 37.472-27.087 55.318-4.164 17.846-2.943 35.26 5.457 49.807 8.4 14.55 22.87 24.315 40.406 29.63 17.537 5.318 38.373 6.507 61.45 4.202 4.838-.484 9.78-1.13 14.808-1.922 1.83 4.755 3.743 9.366 5.746 13.802 9.543 21.14 20.99 38.587 34.363 51.116 13.373 12.528 29.065 20.18 45.864 20.18 16.798 0 32.49-7.652 45.863-20.18 13.372-12.53 24.82-29.977 34.363-51.116 2.003-4.436 3.916-9.045 5.746-13.8 5.022.79 9.96 1.437 14.794 1.92 23.078 2.304 43.915 1.115 61.45-4.202 17.538-5.316 32.008-15.082 40.408-29.63 8.4-14.55 9.62-31.962 5.457-49.807-4.165-17.845-13.553-36.484-27.087-55.318-2.837-3.946-5.867-7.902-9.065-11.86 3.202-3.96 6.237-7.92 9.076-11.872 13.535-18.834 22.922-37.473 27.086-55.318 4.164-17.846 2.943-35.26-5.457-49.81-8.4-14.547-22.87-24.313-40.406-29.63-13.152-3.987-28.16-5.652-44.578-5.263-5.474.128-11.105.485-16.874 1.06-4.84.484-9.787 1.133-14.817 1.925-1.828-4.746-3.738-9.347-5.737-13.776-9.543-21.14-20.99-38.59-34.363-51.118-13.373-12.528-29.065-20.177-45.863-20.177zm0 18.687c11.205 0 22.192 4.923 33.086 15.13 10.893 10.205 21.297 25.653 30.107 45.167 1.404 3.11 2.765 6.334 4.086 9.643-21.417 4.762-44.1 12.068-67.285 21.83-23.18-9.76-45.86-17.064-67.273-21.826 1.322-3.31 2.68-6.536 4.086-9.648 8.81-19.515 19.214-34.963 30.108-45.17 10.894-10.205 21.88-15.128 33.087-15.128zm-123.59 82.057c1.804-.018 3.637-.006 5.498.036 4.96.11 10.117.43 15.443.963 3.406.34 6.887.775 10.424 1.288-6.586 20.927-11.6 44.222-14.742 69.18-20.048 15.2-37.718 31.194-52.55 47.363-2.212-2.805-4.33-5.6-6.327-8.378-12.495-17.386-20.67-34.12-24.063-48.658-3.392-14.538-2.16-26.513 3.442-36.217 5.602-9.704 15.36-16.757 29.644-21.088 9.375-2.843 20.6-4.375 33.23-4.49zm247.168 0c12.63.115 23.855 1.647 33.23 4.49 14.286 4.33 24.04 11.383 29.643 21.087 5.602 9.704 6.835 21.68 3.443 36.217-3.39 14.537-11.57 31.272-24.063 48.658-1.997 2.778-4.113 5.573-6.325 8.38-14.83-16.167-32.495-32.157-52.537-47.355-3.14-24.962-8.16-48.26-14.746-69.19 3.533-.513 7.01-.95 10.413-1.288 5.326-.533 10.483-.853 15.444-.964 1.86-.042 3.693-.054 5.498-.037zm-49.92 5.64c4.97 15.438 9.085 32.472 12.156 50.7-9.716-6.567-19.876-12.932-30.446-19.035-10.565-6.1-21.15-11.713-31.69-16.843 17.32-6.455 34.127-11.407 49.98-14.82zm-147.317.003c15.85 3.414 32.655 8.366 49.97 14.82-10.54 5.13-21.125 10.743-31.69 16.842-10.566 6.1-20.72 12.462-30.434 19.024 3.07-18.223 7.184-35.253 12.154-50.687zm73.653 24.46c15.207 6.708 30.643 14.504 46.03 23.388 15.393 8.888 29.87 18.36 43.285 28.18 1.796 16.527 2.762 33.798 2.762 51.57 0 17.762-.963 35.026-2.758 51.546-13.415 9.818-27.89 19.288-43.278 28.174-15.39 8.885-30.83 16.684-46.04 23.392-15.212-6.708-30.652-14.507-46.042-23.392-15.385-8.883-29.854-18.35-43.264-28.164-1.795-16.523-2.76-33.79-2.76-51.557 0-17.775.965-35.048 2.762-51.577 13.413-9.817 27.885-19.288 43.273-28.172 15.388-8.883 30.824-16.68 46.03-23.386zm1.264 28.116l-53.502 33.017 53.502 33.02 53.502-33.02-53.502-33.018zm-110.76 39.134c-.827 11.698-1.257 23.68-1.257 35.885 0 12.198.43 24.172 1.258 35.864-14.25-11.77-26.943-23.85-37.827-35.873 10.884-12.022 23.577-24.104 37.827-35.876zm219.005.01c14.243 11.77 26.933 23.847 37.813 35.867-10.88 12.02-23.57 24.097-37.813 35.864.826-11.688 1.256-23.66 1.256-35.855 0-12.204-.43-24.18-1.257-35.876zm-173.8 8.394v65.198l56.19 34.677v-65.195l-56.19-34.68zm131.058.034l-56.177 34.67v65.164l56.178-34.67v-65.164zm-226.28 41.84c14.834 16.17 32.502 32.16 52.548 47.36 3.14 24.955 8.156 48.248 14.74 69.175-3.53.51-7.006.947-10.406 1.287-21.304 2.127-39.887.84-54.172-3.49-14.286-4.33-24.04-11.386-29.643-21.09-5.602-9.705-6.835-21.68-3.443-36.217 3.392-14.537 11.568-31.272 24.063-48.658 1.993-2.775 4.107-5.566 6.314-8.367zm319.024.003c2.207 2.8 4.32 5.59 6.313 8.364 12.494 17.385 20.67 34.12 24.062 48.657 3.392 14.537 2.162 26.512-3.44 36.217-5.604 9.704-15.36 16.76-29.646 21.09-14.284 4.33-32.864 5.617-54.168 3.49-3.397-.34-6.868-.775-10.395-1.285 6.585-20.932 11.6-44.23 14.74-69.19 20.04-15.196 37.706-31.182 52.535-47.345zm-73.687 62.483c-3.07 18.226-7.184 35.26-12.154 50.697-15.854-3.413-32.663-8.368-49.984-14.822 10.542-5.132 21.13-10.746 31.7-16.848 10.567-6.1 20.724-12.464 30.44-19.027zm-171.635.01c9.71 6.56 19.862 12.92 30.424 19.017 10.57 6.102 21.16 11.716 31.7 16.848-17.316 6.453-34.12 11.407-49.973 14.82-4.97-15.434-9.08-32.464-12.15-50.685zm86.37.85l.68.42.677-.42h-1.356zm-.56 45.767c23.19 9.76 45.874 17.065 67.294 21.826-1.324 3.32-2.686 6.55-4.094 9.67-8.81 19.513-19.214 34.96-30.108 45.167-10.893 10.206-21.88 15.13-33.085 15.13-11.206 0-22.193-4.924-33.086-15.13-10.893-10.206-21.297-25.654-30.107-45.168-1.408-3.12-2.77-6.352-4.095-9.67 21.416-4.762 44.098-12.066 67.283-21.825z" fill="#fff"/></svg>
<svg class="tc-image-originals-mayan-pyramid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M217 25v14h78V25h-78zm0 32v46h14V71h50v32h14V57h-78zm32 32v14h14V89h-14zm-64 32v46h30v-46h-30zm48 0v14h46v-14h-46zm64 0v46h30v-46h-30zm-64 32v14h46v-14h-46zm-80 32v46h62v-46h-62zm80 0v14h46v-14h-46zm64 0v46h62v-46h-62zm-64 32v14h46v-14h-46zm-112 32v46h94v-46h-94zm112 0v14h46v-14h-46zm64 0v46h94v-46h-94zm-64 32v14h46v-14h-46zM89 313v46h126v-46H89zm144 0v14h46v-14h-46zm64 0v46h126v-46H297zm-64 32v14h46v-14h-46zM57 377v46h158v-46H57zm176 0v14h46v-14h-46zm64 0v46h158v-46H297zm-64 32v14h46v-14h-46zM25 441v46h190v-46H25zm208 0v14h46v-14h-46zm64 0v46h190v-46H297zm-64 32v14h46v-14h-46z"/></svg>
<svg class="tc-image-originals-maze tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M212.125 20.156V59.72H39.53V188.56H69.846V293H39.623V483.03H204.687v-12.936H382v-45.5h95.281V264.53h-25.655V74.813H384.03V20.157H212.126zm18.688 18.688h134.53l-.03 35.968H297V153.938H378.28v46.625h18.69V135.25h-81.283V93.5h117.25v171.03H342V201.47H224.656v9.343l-.03 70.187v9.344h75.467v-18.688h-56.75v-51.5h79.97l-.002 126.78-185.937-.03V252.72h41.656v53.686h18.72V174.062h66.875v-18.687h-85.563v78.654h-60.375V293H88.53V188.562h57.44v-18.687H58.22v-91.47h153.905v30.94H111.437v18.686h119.375V38.845zM342 283.22h116.594v122.686H301.97v18.688h61.31v26.812H204.69v-48.812H110v18.687h76v43.064H58.312V311.72h60.376v53.874h9.343l114.782.03v65H261.5v-65H342v-31.529h66.75v33.844h18.688V315.406H342V283.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-maze-cornea tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.063 20.514c-60.516 0-121.033 23.085-167.204 69.256-38.092 38.09-60.454 85.947-67.12 135.51h47.252l-.002 18.69H33.486l-.002 37.335-13.62-.002c2.38 23.163 8.178 46.037 17.382 67.816l45.617-26.34 26.598 46.07-16.183 9.343-17.254-29.882-30.796 17.784C56.107 387 70.31 406.626 87.86 424.176c37.834 37.834 85.302 60.154 134.507 66.986l-.002-44.988h53.196v18.69h-34.507l.002 28.14c65.096 3.84 131.476-19.092 181.213-68.828 17.646-17.647 31.908-37.394 42.81-58.43l-26.174-15.113-17.254 29.883-16.183-9.344 26.597-46.068 40.97 23.654c8.037-19.108 13.455-39.053 16.247-59.295h-47.667V236.27h18.69v34.505h30.804c3.78-65.028-19.158-131.32-68.84-181.004-18.245-18.242-38.734-32.866-60.572-43.9l-15.62 27.054 29.882 17.254-9.344 16.183-46.068-26.596 24.072-41.694c-19.263-7.87-39.353-13.088-59.715-15.664l.002 47.81H231.71v-18.69h34.505l-.002-30.75c-3.715-.173-7.433-.262-11.15-.262zM180.647 53.39l9.344 16.184-29.883 17.254 12.546 21.73c25.148-13.818 53.054-20.736 80.963-20.736 43.077 0 86.156 16.46 119.077 49.38 6.106 6.107 11.644 12.566 16.617 19.306l43.207-24.95 26.6 46.07-16.184 9.343-17.254-29.882-26.118 15.08c37.227 64.406 28.278 148.047-26.867 203.19-4.195 4.197-8.558 8.122-13.062 11.783l7.803 13.51-29.885 17.254 18.67 32.33-16.186 9.346-26.473-45.85c-45.283 17.244-96.464 14.22-139.68-9.062l-15.195 26.312 29.882 17.254-9.343 16.184-46.07-26.598 24.78-42.918c-8.228-5.7-16.067-12.21-23.4-19.543C87.165 327.98 73.88 259.57 94.683 200.395l-46.91-27.082 9.347-16.185 32.33 18.667 17.255-29.883 13.38 7.73c4.404-5.71 9.22-11.205 14.456-16.44 6.993-6.992 14.446-13.234 22.257-18.74L134.58 79.985l46.068-26.597zm72.504 57.018c-37.152.095-74.26 14.304-102.572 42.615v.002h-.002c-56.824 56.827-56.825 149.187 0 206.012h.002v.002c56.825 56.824 149.19 56.824 206.014-.003 41.23-41.23 52.65-100.932 33.99-152.46l-8.295-22.9-5.946 14.663c-2.25 9.23-6.96 17.972-14.137 25.148-20.905 20.905-55.083 20.905-75.988 0-6.89-6.887-11.492-15.22-13.84-24.04-.027-.097-.055-.195-.08-.294-.16-.614-.31-1.23-.446-1.85l-.12-.548c-.118-.56-.23-1.12-.332-1.682-.047-.262-.087-.524-.13-.787-.086-.522-.17-1.044-.24-1.568-.03-.23-.055-.46-.083-.69-1.92-15.857 3.16-32.42 15.27-44.528 7.507-7.508 16.73-12.305 26.434-14.42 19.705-7.247 16.066-6.905-12.795-14.603-20.152-5.61-37.377-8.034-46.708-8.072zm.09 18.668c7.882-.013 15.756.77 23.533 2.213-1.27 1.106-2.548 2.198-3.767 3.417v.002c-20.038 20.04-25.754 49.133-17.162 74.347-.25-.004-.497-.02-.748-.02-26.44 0-47.87 21.434-47.87 47.873 0 26.44 21.43 47.87 47.87 47.87 26.44 0 47.87-21.43 47.87-47.87 0-.8-.02-1.595-.06-2.385 24.655 7.47 52.58 1.506 72-17.914 1.232-1.23 2.337-2.52 3.455-3.805 7.455 39.732-4.12 82.156-34.984 113.02h-.003c-49.69 49.69-129.894 49.69-179.582 0h-.002c-49.69-49.69-49.687-129.894 0-179.585l.002-.002c24.754-24.75 57.083-37.106 89.447-37.162zm70.97 21.32c-8.947 0-17.897 3.44-24.778 10.32-13.763 13.764-13.763 35.795 0 49.557 13.762 13.763 35.793 13.763 49.556 0 13.763-13.762 13.763-35.793 0-49.556-6.88-6.882-15.83-10.322-24.777-10.322z"/></svg>
<svg class="tc-image-originals-meat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M440.156 98.063c-4.05-.11-8.044 1.117-11.656 4-1.542 1.23-3.1 2.884-4.47 4.75-22.9 31.22-48.278 57.33-75.186 81-8.76 14.692 10.695 44.406 25.594 44.406 34.144-12.928 69.617-22.516 106.75-26.314 42.628-4.358 17.688-68.134-26.25-45.47 30.3-22.666 7.094-61.79-14.782-62.374zM310.47 108.156c-6.167-.108-12.215 1.172-17.595 4.28-1.576.912-3.042 1.948-4.406 3.095-.038-.056-.09-.13-.126-.186-79.912 66.402-116.334 73.468-158.22 86.844-6.886 2.2-12.27 7.18-16.5 15.5s-6.892 19.843-7.343 33.125c-.9 26.563 6.935 59.927 23.72 89.03 16.72 28.99 43.37 53.946 67.656 67.126 12.143 6.59 23.682 10.167 32.375 10.436 8.694.27 13.915-1.95 17.782-7.375 30.986-43.45 89.343-69.052 156.157-92.25-.005-.006.003-.023 0-.03 2.012-.663 3.967-1.51 5.842-2.594 8.2-4.738 13.535-12.897 16.282-22.125 2.747-9.227 3.22-19.75 2.03-31.25-.953-9.233-3.033-19.127-6.155-29.374-5.916 1.366-11.628 3.157-17.908 5.47 2.835 9.25 4.69 17.978 5.5 25.81 1.007 9.74.403 18.06-1.375 24.033-1.777 5.972-4.412 9.338-7.718 11.25-3.308 1.91-7.543 2.505-13.595 1.06-6.052-1.443-13.55-5.07-21.47-10.81-15.838-11.482-33.334-31.223-47.624-56-14.29-24.78-22.61-49.838-24.624-69.314-1.006-9.738-.403-18.027 1.375-24 1.78-5.973 4.414-9.37 7.72-11.28 1.653-.957 3.52-1.58 5.75-1.782.557-.05 1.147-.067 1.75-.063 1.81.014 3.824.272 6.094.814 6.05 1.444 13.518 5.04 21.437 10.78 8.218 5.957 16.884 14.166 25.314 24.126 5.07-4.055 9.34-8.25 13.406-13.188-8.97-10.46-18.366-19.26-27.75-26.062-9.354-6.78-18.733-11.61-28.094-13.844-2.34-.558-4.674-.935-7.03-1.125-.885-.07-1.776-.108-2.657-.124zm7.967 34.188c-.438.024-.86.063-1.28.125-17.327 2.54-14.97 36.035 5.03 74.56 20 38.528 50.52 67.576 67.844 65.032 5.995-.88 9.263-5.687 10.658-12.875-1.67 2.187-3.847 3.484-6.72 3.907-15.316 2.248-42.316-23.093-60-57.156-17.682-34.064-19.254-63.91-3.937-66.157 3.638-.53 7.69.417 12.345 2.782-8.68-6.8-17.353-10.583-23.938-10.218zM102 325.124c-16.555 1.844-35.304 3.26-57.063 4.376-49.128 2.523-25.555 71.576 30.094 52.22-49.365 29.9 3.86 86.927 26.97 46.75 10.362-18.016 21.88-33.79 34.375-47.814-8.42-9.644-16.078-20.224-22.563-31.47-4.52-7.835-8.462-15.898-11.812-24.06z" fill="#fff"/></svg>
<svg class="tc-image-originals-meat-cleaver tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M312.813 24.313L88.5 282.938l65.563 95.718c90.372-68.07 182.097-177.937 254.843-295.844l-96.094-58.5zm9.125 30.03c2.658.03 4.815.813 6.562 2 3.494 2.376 6.438 7.41 6.438 16.376 0 17.928-14.45 41.012-29.657 48.124-7.603 3.555-12.692 2.844-16.186.47-3.494-2.377-6.47-7.412-6.47-16.376 0-17.93 14.48-41.014 29.688-48.126 3.803-1.777 6.967-2.5 9.625-2.468zm102.937 38.188c-73.88 119.784-166.747 231.365-260.25 301.564l42.53 62.125c93.965-68.158 219.3-202.6 281.564-324.845L424.874 92.53zM73.5 294.126c-17.832 17.12-35.684 32.712-53.563 46.844V461.56c27.78-33.634 57.404-75.49 87.75-117.53L73.5 294.124z" fill="#fff"/></svg>
<svg class="tc-image-originals-meat-hook tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.125 18.656v6.032l54.438 53.906h.03v.03c2.217 2.217 3.63 2.42 6.063 2.032 2.434-.39 5.708-2.133 8.28-4.75 2.575-2.617 4.295-5.977 4.69-8.5.393-2.522.15-3.913-1.876-5.937L47.97 18.655H19.124zM82.47 26.72l21.5 21.53c4.92 4.92 7.263 11.428 7.405 17.594 6.714.273 13.716 3.122 19.22 8.625l17.468 17.468c.34-6.957-1.773-13.648-7.25-19.126l-36.782-36.78c-6.475-6.477-13.824-9.254-21.218-9.313-.113-.002-.23-.002-.343 0zm-42.907 44.5c.058 7.362 2.678 14.552 8.718 20.593l36.782 36.78c5.65 5.652 12.415 7.837 19.376 7.5l-17.72-17.718c-5.363-5.364-8.03-12.332-8.28-18.97-6.285-.08-12.954-2.5-18-7.53l-.032-.03-20.843-20.626zm70.968 13.25c-.31.01-.615.026-.936.06-2.572.284-5.678 1.858-8.125 4.407-2.45 2.55-4.063 5.91-4.345 8.688-.282 2.778.198 4.917 2.813 7.53l76.187 76.19c2.197 2.196 3.592 2.374 6.063 1.968 2.47-.407 5.784-2.178 8.406-4.844 2.62-2.667 4.4-6.098 4.812-8.657.412-2.56.16-3.933-1.844-5.938l-76.187-76.188c-2.667-2.666-4.665-3.29-6.844-3.218zm73.907 43.843l22.344 22.343c4.72 4.72 7.05 10.902 7.345 16.844 6.355.545 12.876 3.377 18.063 8.563l17.468 17.468c.34-6.953-1.772-13.646-7.25-19.124l-36.78-36.78c-6.46-6.46-13.816-9.24-21.19-9.314zm-43.28 44.468c.06 7.362 2.678 14.555 8.718 20.595l36.75 36.78c5.658 5.66 12.433 7.843 19.406 7.5l-17.718-17.718v-.03c-5.076-5.085-7.768-11.573-8.25-17.876-6.042-.275-12.34-2.682-17.156-7.5l-21.75-21.75zm70.937 13.282c-.312.01-.616.028-.938.063-2.572.283-5.677 1.857-8.125 4.406-2.446 2.55-4.03 5.88-4.31 8.657-.284 2.778.166 4.918 2.78 7.532l76.188 76.186c2.196 2.197 3.59 2.407 6.062 2 2.47-.407 5.816-2.177 8.438-4.844 2.62-2.666 4.37-6.097 4.78-8.656.412-2.56.193-3.933-1.812-5.937l-76.187-76.19c-2.668-2.666-4.692-3.29-6.876-3.218zm71.03 29.97c-3.313.05-6.626.415-9.905 1.062l35.124 35.156c6.147 6.147 8.275 14.778 7.094 22.125-1.182 7.347-4.958 13.717-9.938 18.78-4.98 5.066-11.316 8.97-18.72 10.19-7.4 1.218-16.1-1.008-22.31-7.22l-35.845-35.844c-4.095 17.737.565 36.847 14.094 50.376 11.374 11.376 26.703 16.47 41.843 15.375l.062.22c.365-.11.75-.205 1.125-.313 4.49-.42 8.953-1.393 13.28-2.906 30.926-4.998 78.05-2.65 108.783 13.25 37.49 19.398 53.545 58.738 35.843 87.845-17.13 28.168-59.12 36.55-96.25 12.53l26.688-12.155-68.938-31.156 9.125 22.03 23.095 69.407 111.53-5.31 7.97-28.314 27.875-7.97 5.75-111.53-154.313-50.937c3.607-17.396-1.155-35.938-14.375-49.158-10.587-10.587-24.592-15.75-38.687-15.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-mechanical-arm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M324.563 39.156c-1.138.025-2.285.144-3.438.407-9.223 2.097-15.004 11.275-12.906 20.5.006.032.022.06.03.093l-22.813 28.188-3.25 4 1.688 4.906 13.906 40.563-142.655 24.03c12.343 10.045 19.98 25.555 19.28 42.595-.146 3.584-.664 7.08-1.5 10.437l130.532-53.438-.125-.968c5.93 7.795 15.912 12.005 26.375 10.124 14.91-2.68 24.684-16.683 22.063-31.5-2.294-12.967-13.248-22.02-25.938-22.28-1.812-.04-3.636.1-5.5.436-3.173.57-6.11 1.66-8.75 3.156l-8.343-24.344 18.592-22.968c2.22.41 4.566.407 6.907-.125 9.223-2.1 15.003-11.277 12.905-20.5-1.835-8.07-9.098-13.487-17.063-13.314zm115 29.032c-1.277.04-2.56.218-3.844.562-4.19 1.123-7.587 3.714-9.814 7.063l-38.687-6.126-3.97-.624-3.188 2.437-38.656 29.688c6.234 2.39 11.882 6.11 16.53 10.874l30.314-23.28 37.656 5.968c3.954 5.975 11.386 9.05 18.688 7.094 9.138-2.45 14.542-11.83 12.094-20.97-1.99-7.422-8.55-12.396-15.844-12.686-.42-.017-.856-.014-1.28 0zm-39.188 57.906l-1.875.125-30.375 2.093c.874 2.415 1.57 4.92 2.03 7.53.66 3.716.842 7.42.595 11.032L397.938 145l28.03 9.5c.094.592.186 1.19.344 1.78 2.45 9.14 11.863 14.575 21 12.126 9.138-2.448 14.543-11.862 12.094-21-2.448-9.136-11.832-14.54-20.97-12.094-1.712.46-3.293 1.163-4.717 2.063l-31.564-10.688-1.78-.593zm-34.563 38.5c-2.905 5.672-6.976 10.723-11.937 14.78l42.594 23.564c-.117 1.813.065 3.678.56 5.53 2.45 9.14 11.832 14.574 20.97 12.126 9.138-2.45 14.542-11.862 12.094-21-2.448-9.136-11.833-14.542-20.97-12.094-.408.11-.793.238-1.187.375l-42.125-23.28zm-244.125 4.187c-15.272.178-28.172 10.388-32.156 24.532l63.626-4.125c-4.89-11.59-16.144-19.853-29.72-20.375-.584-.022-1.17-.037-1.75-.03zm33.626 39l-65.688 4.282c3.957 13.412 16.086 23.334 31 23.907 17.34.664 31.975-11.602 34.688-28.19zm8.53 26c-10.032 13.228-26.167 21.558-43.937 20.876-1.114-.043-2.217-.107-3.312-.22l53.47 84.19c8.282-19.396 26.015-33.782 47.155-37.532l-53.376-67.313zm63.813 85.064c-23.575.275-42.9 18.79-43.875 42.5-.28 6.824.998 13.33 3.5 19.187l71.907-49.217c-7.55-7.335-17.78-11.998-29.25-12.438-.768-.03-1.52-.04-2.28-.03zm41.844 28.03l-71.375 48.876c7.424 6.734 17.208 10.987 28.125 11.406 24.605.945 45.182-17.993 46.188-42.47.258-6.297-.803-12.316-2.938-17.81zm-86.406 60.188l-7.47 43.438H280l-9.03-41.563c-11.892 11.045-27.98 17.576-45.408 16.907-16.657-.64-31.6-7.736-42.468-18.78zm-38.53 62.125v24.75h169.374v-24.75H144.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-medal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M140.5 19.156V192.28l21.813 28.532h15.53V19.156H140.5zm56.03 0v201.656h122.064V19.156H196.53zm140.75 0v201.656h12.345l22.094-28.53V19.155h-34.44zM173.94 239.5v18.125H338.03V239.5H173.94zm30.78 36.813l8.032 10.53c-25.262 12.014-45.128 33.46-55.094 59.813l65.03 47.47 5.47 3.968-2.094 6.437-17.312 53.69 45.656-33.064 5.5-3.97 5.47 3.97 62.468 45.22c24.872-19.957 40.78-50.6 40.78-85.063 0-6.494-.573-12.854-1.655-19.032l-58.845 42.94-11-15.095L361.688 347c-10.683-28.55-32.932-51.392-61.125-62.78l6.125-7.908h-38.813l-25.5 78-17.75-5.812 23.594-72.188h-43.5zm-52.374 89.625c-1.123 6.286-1.72 12.76-1.72 19.375 0 32.163 13.84 61.008 35.907 80.937l19.69-61.03-53.876-39.283zm107.562 78.343l-51.53 37.314c15.266 8.124 32.707 12.72 51.25 12.72 18.673-.002 36.218-4.676 51.562-12.908l-51.282-37.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-medal-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M248.563 20.844c-43.486.112-87.294 4.423-131.563 13.843v53.97c93.527-27.524 193.554-20.19 277.844.75V34.968c-45.613-8.42-91.43-13.623-137.594-14.095-2.896-.03-5.788-.04-8.688-.03zm-3.657 68.5c-12.22.072-24.497.58-36.75 1.562V289.47c14.508-5.86 30.758-9.126 47.78-9.126 16.62 0 32.512 3.09 46.75 8.687l.002-196.936c-17.3-1.715-34.878-2.678-52.563-2.75-1.744-.007-3.473-.01-5.22 0zm-55.437 3.47c-14.55 1.76-29.064 4.18-43.407 7.436v180.72l33.156 25.467c3.22-2.642 6.652-5.084 10.25-7.375V92.813zm131.905 1.436v204.156c3.657 2.274 7.125 4.74 10.406 7.375l31.033-24.75V101.126c-13.522-2.72-27.365-5.028-41.438-6.875zm-65.438 204.78c-50.672 0-89.812 32.778-89.812 70.75 0 24.138 15.838 46.124 40.375 58.97l-17.406 60.156 17.937 5.188 12.47-43.03 24.53-.002v44.813h18.69v-44.813h25.06l12.47 43.032 17.938-5.188-16.813-58.156c26.797-12.478 44.344-35.544 44.344-60.97 0-37.972-39.11-70.75-89.783-70.75zm-55.343 41.033l44 48.406-52.063-6.94 8.064-41.467zm109.72 0l8.06 41.468-52.062 6.94 44-48.408zm-55.69 61.687l15.064 29.47h-30.125l15.062-29.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-medical-pack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M76 46c-33.24 0-60 26.76-60 60v300c0 33.24 26.76 60 60 60h360c33.24 0 60-26.76 60-60V106c0-33.24-26.76-60-60-60zm120 60h120v90h90v120h-90v90H196v-90h-90V196h90z" fill="#fff"/></svg>
<svg class="tc-image-originals-medical-pack-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M76 46c-33.24 0-60 26.76-60 60v300c0 33.24 26.76 60 60 60h360c33.24 0 60-26.76 60-60V106c0-33.24-26.76-60-60-60H76zm0 60h360v300H76V106zm150 60v60h-60v60h60v60h60v-60h60v-60h-60v-60h-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-medieval-gate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 22.604c-10.01 0-20.02 2.388-26.836 7.163-2.162 1.514-6.99 10.97-9.213 20.113-.69 2.84-1.016 5.075-1.446 7.516h74.992c-.43-2.44-.757-4.676-1.447-7.516-2.224-9.142-7.052-18.6-9.214-20.113-6.817-4.775-16.826-7.163-26.836-7.163zM80 26.626l-50.707 126.77h95.814l2.8-7zm352 0l-47.906 119.77 2.8 7h95.813zm-199 48.77v14h46v-14zm-19.438 32l-7 14h98.875l-7-14zm-63.468 32l-24.8 62h261.413l-24.8-62zM25 171.396v318h55v-39s4.074-32 16-32 16 32 16 32v39h80v-39c0-32 42.762-80 64-80 23.75 0 64 48 64 80v39h80v-39s4.074-32 16-32 16 32 16 32v39h55v-318h-92.906l19.2 48H393v183h-18v-135h-46v23h-18v-23h-46v23h-18v-23h-46v23h-18v-23h-46v135h-18v-183H98.707l19.2-48zm14 23h18v32H39zm416 0h18v32h-18zm-318 25v30h46v-7h18v7h46v-7h18v7h46v-7h18v7h46v-30zm-50 71h18v32H87zm320 0h18v32h-18zM256 312.91l2.846.946s24.722 8.202 49.69 22.766c12.483 7.282 25.14 16.154 35.077 26.918C353.55 374.304 361 387.396 361 402.396h-18c0-9-4.55-17.91-12.613-26.645-8.064-8.735-19.406-16.863-30.922-23.58-20.776-12.12-39.553-18.78-43.465-20.142-3.912 1.36-22.69 8.022-43.465 20.14-11.516 6.72-22.858 14.847-30.922 23.583C173.55 384.488 169 393.397 169 402.397h-18c0-15 7.45-28.092 17.387-38.856 9.936-10.764 22.594-19.636 35.078-26.918 24.967-14.564 49.69-22.766 49.69-22.766z"/></svg>
<svg class="tc-image-originals-medieval-pavilion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M238.15 27.912c-6.137-.1-11.52 1.41-13.684 6.233-14.05 31.318-79.7 23.9-79.7 23.9s69.36 30.762 80.006 7.746c3.323-7.183 12.94-3.388 21.86 2.32v14.083h18v-48h-.317v-.048s-14.45-6.044-26.166-6.233zM236.947 106c-11.675 10.48-24.022 20.88-36.828 31.14 7.543 1.584 15.372 2.845 23.365 3.778 4.96-11.815 9.51-23.587 13.463-34.918zm37.367 0c3.978 11.403 8.56 23.254 13.557 35.145 8.025-.903 15.902-2.166 23.516-3.81-12.893-10.323-25.324-20.788-37.073-31.335zm-18.683 1.307c-3.855 11.432-8.343 23.274-13.242 35.177 8.81.44 17.7.483 26.53.114-4.917-11.942-9.42-23.822-13.288-35.29zm-73.588 43.996c-46.038 35.3-96.618 68.54-143.285 97.12 1.217.248 2.053.476 3.333.723 11.547 2.236 25.905 4.6 40.728 6.577 27.893 3.718 58.116 5.65 72.39 3.785 14.247-15.19 33.37-45.538 50.37-79.537 3.562-7.122 7.01-14.403 10.337-21.736-11.72-1.634-23.104-3.952-33.873-6.93zm147.305.097c-10.862 3.144-22.245 5.487-33.89 7.082 3.293 7.25 6.702 14.447 10.223 21.49 17.19 34.378 36.56 65.054 50.855 80.065 12.622 3.79 43.378 2.474 71.686-2.014 16.737-2.653 32.776-6.15 45.017-9.15-46.827-28.652-97.645-62.024-143.89-97.473zm-94.566 8.844c-4.178 9.377-8.56 18.695-13.1 27.776-14.633 29.264-30.29 55.677-45 74.12 52.564 9.756 105.1 9.282 157.805-.113-14.684-18.437-30.307-44.803-44.91-74.007-4.512-9.026-8.87-18.287-13.024-27.606-13.897.935-27.96.852-41.772-.17zM45.14 268.016c1.51 3.31 3.41 6.715 5.756 9.92 6.94 9.49 16.894 17.332 30.103 19.36 12.877 1.98 31.776-2.842 46.542-10.376 5.164-2.635 9.784-5.57 13.52-8.43-17.68.154-39.405-2.097-60.62-4.926-12.575-1.676-24.687-3.616-35.302-5.548zm420.353 1.326c-10.35 2.248-22.076 4.497-34.453 6.46-19.848 3.145-40.16 5.757-57.58 5.046 3.05 2.086 6.51 4.158 10.262 6.072 14.766 7.534 33.665 12.355 46.543 10.377 13.21-2.03 23.16-9.87 30.103-19.36 2.034-2.78 3.725-5.707 5.125-8.595zm-141.68 12.787c-45.28 6.767-90.67 7.142-136.048.265 17.098 14.243 42.385 30.798 67.867 30.798 25.64 0 51.08-16.762 68.18-31.064zm-157.93 5.75l-26.17 183.202c2.46-2.586 5.07-5.418 7.88-8.648 12.418-14.272 27.746-34.338 42.54-56.64 16.338-24.63 31.832-52.305 42.44-77.603-28.778-7.38-52.738-26.782-66.69-40.31zm179.497 0c-13.95 13.528-37.91 32.93-66.69 40.31 10.61 25.3 26.103 52.974 42.442 77.605 14.793 22.3 30.12 42.367 42.54 56.64 2.81 3.23 5.42 6.06 7.88 8.647l-26.172-183.2zm-198.95 8.89c-3.338 2.178-6.917 4.25-10.708 6.185-17.234 8.794-38.335 15.072-57.457 12.135-2.14-.33-4.216-.772-6.233-1.307-.297 11.435-.76 22.815-1.502 34.088l1.15 2.292c4.487 8.96 12.6 14.342 24.655 16.565 11.153 2.055 25.404.882 40.648-3.834l9.446-66.123zm218.405 0l9.445 66.123c15.244 4.716 29.496 5.89 40.65 3.834 12.055-2.223 20.167-7.605 24.655-16.565l1.148-2.29c-.743-11.274-1.204-22.654-1.502-34.09-2.015.536-4.09.98-6.23 1.308-19.123 2.937-40.224-3.34-57.458-12.135-3.79-1.934-7.37-4.007-10.707-6.185zm-113.34 34.32c-11.326 28.27-28.61 57.89-46.363 84.654-7.84 11.82-15.797 22.984-23.465 33.11 49.686-10.67 98.99-11 147.875-.075-7.65-10.106-15.59-21.246-23.41-33.036-17.753-26.763-35.037-56.383-46.363-84.654-1.374.065-2.752.103-4.138.103-1.387 0-2.765-.038-4.137-.103zm-183.21 42.56c-3.772 34.142-10.874 66.95-24.282 97.034 18.45 6.217 51.83 15.22 75.713 13.09l14.49-101.436c-14.543 3.57-28.552 4.41-41.135 2.09-9.224-1.7-17.784-5.3-24.786-10.778zm374.694 0c-7.003 5.478-15.562 9.077-24.788 10.778-12.582 2.32-26.59 1.48-41.132-2.09l14.49 101.435c23.88 2.13 57.262-6.873 75.71-13.09-13.407-30.083-20.51-62.89-24.28-97.033z"/></svg>
<svg class="tc-image-originals-meditation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.375 19.375c-11.768 0-22.676 6.137-31.156 17.22-7.267 9.494-12.397 22.54-13.72 37.25 11.14-4.926 22.473-7.91 33.813-9V83.25c-10.965 1.377-22.008 5.008-33.157 11.03 1.968 12.487 6.703 23.502 13.063 31.814 8.48 11.082 19.387 17.22 31.155 17.22s22.707-6.138 31.188-17.22c6.167-8.06 10.783-18.667 12.843-30.688-12.07-6.832-24.194-10.997-36.406-12.344V64.75c12.676 1.087 25.22 4.516 37.344 10.188-1.155-15.158-6.336-28.614-13.78-38.344-8.482-11.082-19.42-17.22-31.19-17.22zm-46.594 117.25c-10.442 4.8-18.39 11.182-22.593 18.47l-.375-.095-41.625 64.438-50.656-21.97c-29.375-16.118-61.574 24-30.624 41.688l94.47 44.063 38.03-50.064c18.7 33.703 16.77 67.43-10.97 101.156-8.344-.642-16.37-.958-23.967-.906-40.312.278-68.942 10.254-73.907 28.78l.03.002c-4.44 16.58 10.992 36.67 39.126 55.28 55.675 29.297 95.38 38.468 156.968 42.344h1.562l.438.125c.424.026.823.07 1.25.094l-.032.314 92.063 28.72-22.19-53.72L183.595 375.5l5.875-17.72 71.81 23.845 71.845-23.844L339 375.5l-48.094 15.97 94.438 31.374c33.494-20.046 52.528-42.468 47.656-60.656-5.95-22.21-45.925-32.107-99.25-27.782-26.392-33.215-26.196-66.41-9.53-99.625L361 283.22l94.47-44.064c30.95-17.687-1.25-57.806-30.626-41.687l-50.688 21.968L332.562 155h-.062c-4.217-7.246-12.135-13.596-22.53-18.375-.2.27-.392.547-.595.813-11.268 14.725-27.633 24.562-46 24.562s-34.732-9.837-46-24.563c-.203-.265-.394-.543-.594-.812zm-63.686 311l-16.72 40.5 69.876-21.78c-17.624-4.574-34.93-10.634-53.156-18.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-meeple tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 54.99c-27 0-46.418 14.287-57.633 32.23-10.03 16.047-14.203 34.66-15.017 50.962-30.608 15.135-64.515 30.394-91.815 45.994-14.32 8.183-26.805 16.414-36.203 25.26C45.934 218.28 39 228.24 39 239.99c0 5 2.44 9.075 5.19 12.065 2.754 2.99 6.054 5.312 9.812 7.48 7.515 4.336 16.99 7.95 27.412 11.076 15.483 4.646 32.823 8.1 47.9 9.577-14.996 25.84-34.953 49.574-52.447 72.315C56.65 378.785 39 403.99 39 431.99c0 4-.044 7.123.31 10.26.355 3.137 1.256 7.053 4.41 10.156 3.155 3.104 7.017 3.938 10.163 4.28 3.146.345 6.315.304 10.38.304h111.542c8.097 0 14.026.492 20.125-3.43 6.1-3.92 8.324-9.275 12.67-17.275l.088-.16.08-.166s9.723-19.77 21.324-39.388c5.8-9.808 12.097-19.576 17.574-26.498 2.74-3.46 5.304-6.204 7.15-7.754.564-.472.82-.56 1.184-.76.363.2.62.288 1.184.76 1.846 1.55 4.41 4.294 7.15 7.754 5.477 6.922 11.774 16.69 17.574 26.498 11.6 19.618 21.324 39.387 21.324 39.387l.08.165.088.16c4.346 8 6.55 13.323 12.61 17.254 6.058 3.93 11.974 3.45 19.957 3.45H448c4 0 7.12.043 10.244-.304 3.123-.347 6.998-1.21 10.12-4.332 3.12-3.122 3.984-6.997 4.33-10.12.348-3.122.306-6.244.306-10.244 0-28-17.65-53.205-37.867-79.488-17.493-22.74-37.45-46.474-52.447-72.315 15.077-1.478 32.417-4.93 47.9-9.576 10.422-3.125 19.897-6.74 27.412-11.075 3.758-2.168 7.058-4.49 9.81-7.48 2.753-2.99 5.192-7.065 5.192-12.065 0-11.75-6.934-21.71-16.332-30.554-9.398-8.846-21.883-17.077-36.203-25.26-27.3-15.6-61.207-30.86-91.815-45.994-.814-16.3-4.988-34.915-15.017-50.96C302.418 69.276 283 54.99 256 54.99z"/></svg>
<svg class="tc-image-originals-megaphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M383.46 123.668l-4.66 17.387C430.868 155.005 467 202.095 467 256c0 53.904-36.133 100.994-88.2 114.945l4.66 17.387C443.31 372.295 485 317.962 485 256c0-61.963-41.69-116.295-101.54-132.332zM307 147.102c-38.21 31.665-62.18 50.07-92.316 59.488-30.27 9.46-65.937 10.324-129.684 10.4v78.02c63.747.076 99.415.94 129.684 10.4 30.136 9.418 54.107 27.823 92.316 59.488V147.102zm64.035 22.93l-4.658 17.388C397.46 195.748 419 223.822 419 256s-21.54 60.252-52.623 68.58l4.658 17.387C409.902 331.552 437 296.237 437 256c0-40.238-27.098-75.552-65.965-85.967zm-12.424 46.364l-4.657 17.387C364.05 236.49 371 245.547 371 256s-6.95 19.51-17.047 22.217l4.658 17.387c17.885-4.792 30.392-21.09 30.392-39.604 0-18.513-12.507-34.812-30.39-39.604zM67 216.998L60 217c-1.75 0-2.906.44-4.574 1.898-1.668 1.46-3.578 4.104-5.2 7.756C46.977 233.96 45 245 45 256s1.978 22.04 5.225 29.346c1.623 3.652 3.533 6.296 5.2 7.756C57.096 294.562 58.25 295 60 295l7 .002v-78.004zm258 17.316v43.372c3.018-.413 5.432-.966 6.975-1.737 2.39-1.196 3.554-2.3 4.8-5.104C338.022 268.04 339 263.25 339 256s-.978-12.04-2.225-14.846c-1.246-2.804-2.41-3.908-4.8-5.103-1.543-.77-3.957-1.323-6.975-1.736zM87.533 313.027L115.027 423h62.252c-3.437-10.215-11.674-22.83-20.997-38.37-11.1-18.5-22.693-41.56-24.824-71.13-12.897-.304-27.38-.428-43.927-.473z"/></svg>
<svg class="tc-image-originals-menhir tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M226.502 17.773c-44.12.506-112.97 320.03-100.887 386.12 10.002 54.708 84.118 85.005 133.518 89.68 49.062 4.644 114.82-14.037 126.773-100.86l-7.035 4.04c-.863 1.036-4.473 5.37-9.29 11.084-4.864 5.77-9.245 11.08-12.188 14.186l-.01.01c-.295.312-.594.627-.86.892.433-.43.698-.71.853-.88-.13.162-.287.38-.412.656-.39.86-.95 2.25-1.555 3.895-1.213 3.292-2.647 7.642-3.988 11.91-2.684 8.538-5.018 16.766-5.018 16.766l-2.334 8.232-34.18-7.846-22.105 19.13-38.524-7.142 31.445-10.533 24.308-21.038 26.528 6.088c.954-3.25 1.25-4.41 2.71-9.05 1.39-4.423 2.874-8.952 4.27-12.737.697-1.893 1.362-3.59 2.058-5.12.696-1.533.725-2.56 3.22-5.054.074-.077 6.704-7.657 12.022-13.964 5.318-6.307 10.27-12.252 10.27-12.252l1.035-1.238 20.566-11.817c.035-1.1.074-2.198.093-3.317.154-9.013-6.625-36.675-17.723-72.682l-.414 3.11-36.853 7.065-2.662 11.654-17.548-4.01 5.283-23.11 35.654-6.838 3.114-23.37 2.053.275c-5.364-15.942-11.263-32.673-17.592-49.64l-1.83 5.323-17.023-5.85 7.726-22.474 2.678.92c-10.27-26.297-21.314-52.413-32.593-75.998l-3.32 6.482 15.683 23.94-52.146 19.85 26.675-25.882-11.006-16.797 14.15-27.624c-7.455-14.38-14.925-27.348-22.248-38.298l-13.034 8.812.305-25.86c-10.21-11.97-19.914-18.937-28.61-18.837zm82.244 208.148l22.543 18.314-16.194 3.414-12.586 17.08-36.42-.568.28-17.998 27.15.423zm40.95 94.757l15.833 1.582-1.792 17.907-4.035-.402-17.22 31.104-30.75-20.13-31.03 7.79 31.545-28.964 23.877 15.63zM255.6 389.12l25.033 19-22.643 1.122-26.937 18.248-10.096-14.903z"/></svg>
<svg class="tc-image-originals-mesh-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.625 21.406c-9.43.1-18.883.785-28.313 2.032 16.53 3.31 33.2 9.07 49.563 17.062 11.578 5.655 23.043 12.428 34.25 20.22 6.24-.527 12.432-.842 18.53-.94 7.205-.113 14.287.05 21.25.532 18.135 1.258 35.424 4.61 51.376 10-40.077-30.755-88.92-47.736-138.905-48.843-1.307-.03-2.63-.057-3.938-.064-1.267-.007-2.543-.013-3.812 0zm-58.53 17.407c-1.527-.017-3.05-.007-4.564.03-6.165.155-12.213.775-18.124 1.844 14.393 7.383 29.855 19.437 46.25 35.344 1.53 1.484 3.082 3.014 4.625 4.564 19.142-7.216 38.315-12.535 57.126-16-4.56-2.63-9.134-5.074-13.72-7.313-24.374-11.904-48.703-18.224-71.592-18.468zm-50.532 12.75c-2.23.037-4.117.454-5.657 1.156-.308.14-.593.305-.875.468-.28.162-.567.334-.843.53-4.138 2.95-7.55 9.8-8.406 22.344-.888 13.053 1.234 31.09 6.44 52.22 10.584-7.72 21.785-15.014 33.56-21.813 11.772-6.797 23.68-12.853 35.657-18.157-15.693-15.072-30.22-25.964-41.968-31.72-6.024-2.95-11.025-4.43-15.064-4.874-1.01-.113-1.95-.173-2.844-.157zM110.03 76.686c-19.126 22.58-30.267 53.734-32.78 89.97-.352 5.073-.527 10.253-.53 15.5 12.403-14.554 26.62-28.475 42.436-41.438-.572-2.116-1.135-4.213-1.656-6.282-5.58-22.154-8.272-41.594-7.47-57.75zm222.064 1.75c15.036 12.812 29.39 27.554 42.72 44 2.817-.813 5.595-1.59 8.342-2.312 20.855-5.47 39.537-8.29 55.438-7.438.04.003.083-.002.125 0-22.667-19.712-54.264-31.164-91.095-33.718-5.082-.354-10.27-.53-15.53-.532zM303.97 80.03c-21.562 2.388-44.026 7.507-66.626 15.407 15.99 17.66 32.468 38.536 48.78 61.907 23.995-11.56 47.5-21.334 69.438-28.813-16.066-18.928-33.518-35.214-51.593-48.5zm-85.44 22.626c-13.546 5.663-27.074 12.303-40.405 20-13.326 7.694-25.858 16.07-37.53 24.97 7.092 23.307 17.243 49.447 30.093 77.03 22.672-15.747 46.71-30.66 70.968-44.187 9.165-5.113 18.372-10.008 27.53-14.69-17.127-24.312-34.34-45.67-50.655-63.124zm-149.905 11.28c-38.138 49.677-55.05 112.848-46.875 174.94 3.31-16.508 9.055-33.17 17.03-49.5 5.66-11.587 12.454-23.04 20.25-34.25-1.143-13.604-1.297-26.926-.405-39.782 1.258-18.144 4.608-35.45 10-51.406zm363.97 17.283c-12.153.062-27.47 2.45-44.69 6.968-.277.072-.563.175-.842.25 7.324 10.145 14.27 20.837 20.75 32.062 6.796 11.772 12.82 23.68 18.125 35.656 15.07-15.695 25.963-30.252 31.718-42 5.74-11.714 5.977-19.404 3.594-23.97-3.757-4.786-11.175-8.172-23.656-8.842-1.604-.086-3.264-.134-5-.125zM368 144.093c-22.03 7.154-46.267 17.008-71.22 28.906 9.52 14.358 18.94 29.516 28.095 45.375 9.8 16.972 18.748 33.787 26.844 50.25 22.99-16.374 43.228-32.814 59.905-48.406-5.658-13.54-12.31-27.055-20-40.376-7.307-12.656-15.224-24.584-23.625-35.75zm-243.03 16.22c-18.154 15.63-33.836 32.51-46.69 50 2.655 23.956 8.683 49.022 18.157 74.155 3.003-2.868 6.07-5.736 9.22-8.595 15.034-13.65 31.77-27.124 49.562-40.156-12.562-26.61-22.744-52.088-30.25-75.407zm348.624 13.75c-7.38 14.41-19.445 29.892-35.375 46.31-1.48 1.524-3.02 3.057-4.564 4.595 7.218 19.14 12.566 38.31 16.03 57.124 2.622-4.55 5.05-9.116 7.283-13.688 15.947-32.65 21.904-65.212 16.624-94.344zm-193.72 7.28c-9.68 4.906-19.428 10.06-29.124 15.47-24.617 13.727-49.004 28.972-71.844 44.967 7.554 15.228 15.883 30.787 24.938 46.47 10.09 17.478 20.52 34.067 31.03 49.625 16.8-8.184 34.047-17.31 51.44-27.344l.217-.124c17.484-10.094 34.09-20.518 49.658-31.03-8.224-16.88-17.413-34.185-27.5-51.657-9.384-16.254-19.05-31.77-28.813-46.376zm210.938 45.78c-3.31 16.504-9.054 33.14-17.03 49.47-5.66 11.585-12.45 23.038-20.25 34.25 1.144 13.603 1.297 26.925.406 39.78-1.26 18.17-4.627 35.492-10.032 51.47 38.154-49.677 55.077-112.87 46.906-174.97zm-427.937 6.75c-2.63 4.562-5.073 9.136-7.313 13.72-18.296 37.46-23.392 74.825-13.5 107C50.5 336.134 64.4 317.474 82 298.906c-8.804-21.764-15.182-43.624-19.125-65.03zm355.97 5.157c-16.91 15.315-36.763 31.083-58.94 46.72 11.38 24.628 20.673 48.224 27.658 69.938 18.16-15.637 33.83-32.536 46.687-50.032-2.39-21.56-7.51-44.027-15.406-66.625zM163.53 252.813c-16.314 12.067-31.604 24.464-45.31 36.907-4.935 4.478-9.62 8.988-14.095 13.467 4.927 11.044 10.53 22.057 16.813 32.938 7.698 13.334 16.065 25.883 24.968 37.563 21.845-6.648 46.165-16.024 71.844-27.75-10.192-15.228-20.275-31.392-30.063-48.344-8.714-15.094-16.78-30.074-24.156-44.78zM344.25 296.5c-15.242 10.203-31.404 20.296-48.375 30.094-16.96 9.792-33.77 18.75-50.22 26.844 16.375 22.975 32.79 43.233 48.376 59.906 13.544-5.66 27.05-12.306 40.376-20 13.34-7.702 25.88-16.092 37.563-25-6.65-21.833-16-46.182-27.72-71.844zM90.28 317.844c-19.393 21.894-32.452 42.998-36.718 60.812 3.484 3.39 9.91 6.103 20.782 6.844 13.06.89 31.105-1.287 52.25-6.5-7.722-10.582-15.047-21.76-21.844-33.53-5.272-9.132-10.095-18.36-14.47-27.626zm345.564 15.937c-12.417 14.567-26.635 28.496-42.47 41.47.576 2.125 1.134 4.234 1.657 6.313 5.584 22.167 8.28 41.618 7.47 57.78 19.145-22.583 30.298-53.746 32.813-90 .353-5.093.528-10.293.53-15.562zM228.5 361.626c-24.63 11.385-48.22 20.67-69.938 27.656 15.632 18.16 32.54 33.833 50.032 46.69 21.572-2.386 44.043-7.503 66.656-15.408-15.316-16.91-31.11-36.76-46.75-58.937zm148.813 26.063c-10.587 7.72-21.787 15.013-33.563 21.812-11.782 6.802-23.7 12.846-35.688 18.156 15.702 15.08 30.28 25.96 42.032 31.72 11.292 5.53 18.938 6.013 23.562 3.905.31-.14.594-.305.875-.467.283-.163.57-.335.845-.532 4.138-2.95 7.55-9.798 8.406-22.342.89-13.06-1.256-31.106-6.467-52.25zm-238.282 7.406c-2.124.574-4.233 1.133-6.31 1.656-22.17 5.582-41.62 8.277-57.782 7.47 22.584 19.135 53.75 30.266 90 32.78 5.083.353 10.273.527 15.53.53-14.555-12.406-28.468-26.62-41.437-42.436zm150.25 40.25c-19.134 7.22-38.286 12.56-57.092 16.03 4.553 2.625 9.11 5.078 13.687 7.313 32.65 15.948 65.213 21.903 94.344 16.625-14.412-7.38-29.895-19.444-46.314-35.375-1.534-1.488-3.077-3.038-4.625-4.593zm-177.06 10.312c49.682 38.15 112.863 55.098 174.968 46.906-16.515-3.308-33.158-9.08-49.5-17.062-11.59-5.66-23.063-12.446-34.282-20.25-13.603 1.147-26.925 1.298-39.78.406-18.145-1.258-35.452-4.608-51.407-10z" fill="#fff"/></svg>
<svg class="tc-image-originals-metal-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M322.248 85.684L61.432 224.717l-41.145 109.94 7.233 3.85 153.673 81.8 308.495-164.215-37.752-99.903-129.688-70.506zm119.035 95.187l25.11 66.45-102.56 54.594L430.39 186.64l10.893-5.77zm-89.576 47.417L284.957 343.9l-41.67 22.182 72.195-118.62 36.225-19.175zM72.38 248.78l28.21 14.933-54.012 54.012L72.38 248.78zm210.827 15.767L211.19 382.87l.26.16-17.208 9.16 5.795-83.618 83.17-44.025zm-165.334 8.312l16.963 8.98-60.445 60.445-16.93-9.012 60.413-60.414zM181.42 306.9l-6.174 89.07-54.1-28.798 60.274-60.272z" fill="#fff"/></svg>
<svg class="tc-image-originals-metal-disc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M279.53 17.594c-25.88 0-50.532 7.233-72.874 20.375L440.75 249.155c.064 2.51.125 5.03.125 7.563 0 48.374-11.77 92.984-31.375 128.905L126.656 130.5c18.283-38.372 48.536-73.165 79.97-92.53l-4.75-3.907h-23c-26.634 21.17-51.19 50.724-67.657 85.374l2.968.032 12.343 11.124c-4.922 10.525-9.25 21.577-12.905 33.125l277.438 250.25c-7.94 10.24-16.614 19.337-25.875 27.155L103.78 205.345c2.375-14.753 6.394-29.394 9.782-41.72L109 159.5H95.406c-3.734 12.13-6.807 24.154-9.125 37.094h7.69l9.78 8.844c-1.135 7.016-2.067 14.14-2.72 21.375l249.626 225.156c-10.244 6.75-21.046 12.017-32.312 15.655l-218.156-196.75c3.004 59.868 22.88 113.578 53.062 152.97 32.824 42.835 77.36 68.624 126.28 68.624 6.896 0 13.707-.53 20.408-1.533.166-.022.333-.04.5-.062.335-.05.665-.102 1-.156 41.91-6.194 79.226-31.575 106.812-68.533 31.904-42.742 51.312-101.145 51.313-165.468 0-17.144-1.398-33.854-4.032-49.97-.132-.816-.265-1.625-.405-2.438-7.573-45.756-25.125-86.527-49.313-118.093-32.823-42.838-77.36-68.626-126.28-68.626zm-76.092.812c-17.844 1.912-34.983 7.274-51.032 15.625h26.72c7.77-5.878 15.89-11.115 24.31-15.624zm-132.72 101c-6.665 12.61-12.44 26.114-17.187 40.375h41.72c4.374-14.114 9.698-27.613 15.875-40.374H70.72zm-26.78 77.03c-1.885 9.768-3.286 19.787-4.22 30h42.594c.874-10.188 2.2-20.2 3.97-30H43.937zm38.5 30.19c-1.088 11.86-1.082 21.727-1.344 32.343H38.438c.8 64.638 21.266 122.89 53.437 164.874 29.497 38.495 68.465 63.195 111.563 67.812-24.67-13.206-46.746-32.573-65.032-56.437-34.936-45.595-56.473-107.688-57.28-176.19h5.624l13.313 11.69c-1.658-13.463-.116-30.614 1.093-43.5l-.656-.595H82.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-metal-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M283.688 18.813c-38.33 25.823-51.42 66.972-57.282 113.437l57.938 2.97c-2.787-42.22-3.627-85.758-.656-116.407zm-98.313 4.375c-35.286 31.43-43.448 76.698-44.75 126.53l54.813-6.187c-6.11-43.135-10.502-88.38-10.063-120.343zm200.594 24.25c-28.798 31.16-56.436 70.27-67.658 113.5l59.438 13.187c1.11-42.06 3.945-91.463 8.22-126.688zM90.155 65.06c-30.32 35.04-33.082 79.895-28.312 128.375L114.812 180c-11.28-41.052-21.046-83.966-24.656-114.938zM229.97 151.19c-5.35 38.24-6.93 79.505-4.5 116.593l43.905-4.31c3.854-.38 7.62-.625 11.28-.72-2.135-38.26-4.094-73.888-4.624-109.22l-46.06-2.343zm-38.095 11.53l-44.594 5.063c-.775 37.416 1.78 75.885 6.782 107.032l48.625-4.78-10.812-107.313zm130.688 18.313c-7.007 27.123-12.36 56.088-15.782 83.72 17.464 3.32 31.8 10.584 42.876 20.97 2.85 2.67 5.467 5.517 7.875 8.53L367.44 191l-44.875-9.97zM112.78 199.813l-40.81 10.313c3.534 26.614 9.47 53.31 16.405 76.563 5.11-3.96 11.43-6.54 18.344-7.22l25.405-2.5-19.344-77.156zM490.94 262.72c-10.24 26.004-30.77 42.114-61.532 63.092l32.75 47c31.33-30.658 40.613-67.443 28.78-110.093zm-208.47 18.655c-3.582.068-7.336.302-11.25.688l-162.656 16c-4.92.484-7.92 2.12-10.718 5.218-2.797 3.1-5.212 8.038-6.78 14.75-3.14 13.427-2.588 33.404 1.06 55.19 6.962 41.56 24.88 89.976 42.314 118.686h30.5L138.375 330.25l18.438-3.03 27.062 164.686h32.438l-10.032-169.78L224.938 321l10.125 170.906h31.563l9.344-172.156 18.686 1.03-9.28 171.126h39.843c23.722-35.09 40.288-91.7 35.686-136.594-2.382-23.244-10.14-42.914-24.03-55.937-12.155-11.395-29.33-18.476-54.407-18zm135.626 60.844c-12.445 5.68-25.504 10.022-38.5 12.655 1.982 21.14.153 43.672-4.625 65.594 25.43-8.55 49.294-22.796 68.717-41.47l-25.593-36.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-metal-scales tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M38.676 18.352V122.57l129.047 129.045V18.352H79.727l.002 99.343H61.04V18.352H38.675zm147.734 0v244.793h141.496V18.352H186.41zm160.184 0v230.945L473.322 122.57V18.352h-19.818l.002 99.343h-18.69l-.002-99.343h-88.22zm83.152 174.224l-18.46 18.46.003 80.677H392.6l-.002-61.992-52.114 52.114h-13.632v122.47L429.746 301.41V192.576zm-347.492.002v108.834l104.408 104.406V281.834h-15.15l-51.627-51.625.002 61.503H101.2l-.003-80.192-18.943-18.942zm124.123 35.125h101.207v18.69H206.377v-18.69zm-1.027 54.13V413.91h102.816V281.834H205.35zm-83.55 85.558v126.346h80.026v-61.138H187.01l-28.08-28.08.002 65.443h-18.69l-.002-84.132-18.44-18.437zm268.343.055l-17.15 17.15v85.366h-18.688l-.002-66.677-29.315 29.315h-13.3v61.138h78.455v-126.29zm-164.106 9.52h64.953v18.687h-64.953v-18.687zm-5.52 55.633v61.138H293v-61.138h-72.484z"/></svg>
<svg class="tc-image-originals-meteor-impact tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M63.813 18.156L166.72 231.75l.436-.22c19.154 38.026 58.547 64.19 103.938 64.19 64.132 0 116.344-52.204 116.344-116.345 0-13.892-2.45-27.23-6.938-39.594l.25-.093-1.875-4.125c-1.206-2.955-2.532-5.827-3.97-8.656-.072-.145-.143-.292-.217-.437L325.156 18.155h-20.53l28.812 63.032c-9.563-6.095-20.072-10.8-31.25-13.907l-22.47-49.124h-20.5l20.657 45.22c-2.9-.22-5.828-.345-8.78-.345-6.296 0-12.474.502-18.5 1.47l-21.22-46.344h-20.53l23.28 50.907c-7.435 2.5-14.537 5.745-21.22 9.624l-27.686-60.53h-20.532L197.313 89.5c-7.408 6.096-14.07 13.09-19.782 20.813l-42.155-92.157h-20.5l51.03 111.656c-5.242 11.087-8.81 23.124-10.31 35.782L84.562 18.156h-20.75zm428.937 228.75l-65.406 3.22 17.687 19.186 47.72 36.594v-59zM20.53 266.28v68.5l72.376-35.842 39.5-26.344L20.53 266.28zm387 6.47l33.97 64 51.22 61.75.03-69.063-57.5-44.093-27.72-12.594zm-39.5 25.656l29.595 103.5.125-.062 41.875 92.72 53.094-.002v-66.75l-62.25-75.062-62.44-54.344zm-232.467 2.938l-19.25 6.844-95.782 47.468v98.125l84.345-103.655.03.03 30.657-48.81zm177.218 3.53l-.28 112.376 10.156 77.313h96.47l-38.407-85.032.092-.03-68.03-104.625zm-54.342 8.876L224.5 416.594l-10.25 77.97 89.53-.002-11.03-84.062-34.313-96.75zm-94.657 1.625L93.47 393.75l-71.064 87.313-1.875-1.532v15.033h81.94l40.5-104.063 20.81-75.125zm36.126 4.875l-35.062 65.563-.063.156-42.25 108.592h72.845l10.03-76.187-5.5-98.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-metroid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 20.5c-52.087 0-104.93 24.994-147.49 62.064s-75.085 86.41-85.332 137.155c-5.24 25.945.46 54.678 12.97 79.846 12.51 25.17 31.96 47.01 56.092 58.11 14.063 6.468 27.832.477 38.96-4.96 11.13-5.435 21.13-10.503 28.454-10.222 14.224.546 28.674 7.67 44.29 15.53 15.615 7.86 32.46 16.476 52.056 16.476 19.596 0 36.44-8.616 52.057-16.477 15.615-7.86 30.065-14.983 44.29-15.53 7.324-.28 17.323 4.788 28.452 10.224 11.128 5.436 24.897 11.427 38.96 4.96 24.133-11.1 43.58-32.942 56.092-58.11 12.51-25.17 18.21-53.902 12.97-79.848-10.247-50.746-42.77-100.085-85.332-137.156C360.93 45.494 308.087 20.5 256 20.5zm0 18c46.254 0 95.68 22.81 135.668 57.64s70.29 81.49 79.51 127.14c4.203 20.814-.43 46.114-11.444 68.273-11.015 22.16-28.288 40.938-47.494 49.77-5.916 2.722-13.158.292-23.54-4.78-10.384-5.072-22.397-12.6-37.046-12.037-19.482.748-36.166 9.626-51.69 17.44-15.527 7.817-29.83 14.554-43.964 14.554-14.135 0-28.437-6.737-43.963-14.553-15.525-7.815-32.21-16.693-51.69-17.44-14.65-.564-26.663 6.964-37.046 12.036-10.382 5.072-17.624 7.502-23.54 4.78-19.206-8.832-36.48-27.61-47.494-49.77-11.015-22.16-15.647-47.46-11.444-68.272 9.22-45.65 39.522-92.31 79.51-127.14C160.32 61.31 209.746 38.5 256 38.5zm-41.086 24.008c-30.41 10.608-82.5 24.41-150.65 152.054-10.288 19.27 20.285 34.36 24.23 24.23 24.537-62.98 76.895-147.606 126.42-176.284zM256 134.5c-30.482 0-55 24.518-55 55s24.518 55 55 55 55-24.518 55-55-24.518-55-55-55zm71.074 71.568c-6.293 26.936-27.556 48.203-54.49 54.502A48 48 0 0 0 320 301.5a48 48 0 0 0 48-48 48 48 0 0 0-40.926-47.432zm-142.144.016A48 48 0 0 0 144 253.5a48 48 0 0 0 48 48 48 48 0 0 0 47.432-40.926c-26.936-6.293-48.203-27.556-54.502-54.49zm259.295.05c-2.606 48.024-22.094 85.348-49.866 104.298 24.135-5.162 42.654-13.312 51.972-30.905 9.434-17.81 3.27-65.142-2.107-73.392zM161.717 358.167c-20.397.082-41.94 23.884-43.024 44.21-2.05 38.41 28.138 81.903 73.307 89.124-16-48-15.93-79.93 0-96 8.935-9.012-12.753-36.136-28.313-37.268a25.787 25.787 0 0 0-1.97-.066zm188.566 0c-.658-.003-1.316.02-1.97.066-15.56 1.132-37.248 28.256-28.313 37.268 15.93 16.07 16 48 0 96 45.17-7.22 75.357-50.713 73.307-89.125-1.085-20.325-22.627-44.127-43.024-44.21zM226.555 381.99c-11.75.047-24.163 13.762-24.787 25.47-1.18 22.13 16.21 47.187 42.232 51.347-9.218-27.654-9.178-46.05 0-55.307 5.148-5.192-7.346-20.82-16.31-21.47-.378-.028-.756-.04-1.135-.04zm58.89 0a14.55 14.55 0 0 0-1.134.04c-8.964.65-21.458 16.278-16.31 21.47 9.178 9.257 9.218 27.653 0 55.307 26.022-4.16 43.413-29.216 42.232-51.346-.624-11.708-13.036-25.423-24.787-25.47z"/></svg>
<svg class="tc-image-originals-microchip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M169.5 38.97l-2.406 9-4.313 16.093-34.936-9.344-3.375 12.53-26.75-7.156-4.845 18.03 26.78 7.19-2.874 10.655 34.94 9.343-12.25 45.718-34.94-9.343-3.31 12.282-26.75-7.157-4.845 18.062 26.75 7.156-2.906 10.907 34.936 9.344-12.53 46.69-34.907-9.345L78 240.75l-26.78-7.188-4.845 18.032 26.78 7.187-3.25 12.095 34.907 9.344-12 44.75-34.906-9.345-2.875 10.75-26.78-7.188-4.813 18.032 26.75 7.155-3.343 12.53 34.906 9.345-4.47 16.688-2.405 9.03 9.03 2.407 254.845 68.28 9.03 2.408 2.408-9.032 4.468-16.655 34.813 9.313 3.342-12.5 27.032 7.25 4.844-18.032-27.032-7.25 2.875-10.75-34.81-9.312 12-44.75 34.81 9.312 3.25-12.094 27.033 7.25 4.812-18.03-27.03-7.25 3-11.157-34.814-9.313 12.5-46.656 34.814 9.313L439 263.843l27.03 7.25 4.845-18.063-27.03-7.25 3.28-12.31-34.78-9.314 12.25-45.72 34.78 9.314 2.844-10.625 27.06 7.25 4.845-18.063-27.063-7.25 3.375-12.593-34.78-9.314 4.312-16.062 2.436-9.03-9.03-2.44-254.845-68.25-9.03-2.405zm13.188 22.874L419.53 125.28 334.564 442.19 97.75 378.75l84.938-316.906zM375.28 132.78L305.5 393.22l-175.313-47-4.843 18.06L309.72 413.69l9 2.406 2.436-9.03 72.188-269.44-18.063-4.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-microphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M388.938 29.47c-23.008 0-46.153 9.4-62.688 25.405 5.74 46.14 21.326 75.594 43.75 94.28 22.25 18.543 52.078 26.88 87.75 28.345 13.432-16.07 21.188-37.085 21.188-58 0-23.467-9.75-47.063-26.344-63.656C436 39.25 412.404 29.47 388.938 29.47zm-76.282 42.374c-8.808 14.244-13.75 30.986-13.75 47.656 0 23.467 9.782 47.063 26.375 63.656 16.595 16.594 40.19 26.375 63.658 26.375 18.678 0 37.44-6.196 52.687-17.093-31.55-3.2-59.626-12.46-81.875-31-23.277-19.397-39.553-48.64-47.094-89.593zm-27.78 67.72l-64.47 83.78c2.898 19.6 10.458 35.1 22.094 46.187 11.692 11.142 27.714 18.118 48.594 19.626l79.312-65.28c-21.2-3.826-41.14-14.11-56.437-29.407-14.927-14.927-25.057-34.286-29.095-54.907zM300 201.468a8 8 0 0 1 .03 0 8 8 0 0 1 .533 0 8 8 0 0 1 5.875 13.374l-34.313 38.78a8.004 8.004 0 1 1-12-10.593l34.313-38.78a8 8 0 0 1 5.562-2.78zM207.594 240L103 375.906c3.487 13.327 7.326 20.944 12.5 26.03 5.03 4.948 12.386 8.46 23.563 12.408l135.312-111.438c-17.067-3.61-31.595-11.003-42.906-21.78-11.346-10.81-19.323-24.827-23.876-41.126zM95.97 402.375c-9.12 5.382-17.37 14.08-23.126 24.406-9.656 17.317-11.52 37.236-2.25 50.47 6.665 4.337 10.566 4.81 13.844 4.344 1.794-.256 3.618-.954 5.624-1.875-3.18-9.575-6.3-20.93-2.5-33.314 3.03-9.87 10.323-19.044 23.47-27.5-2.406-1.65-4.644-3.49-6.75-5.562-3.217-3.163-5.94-6.78-8.313-10.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-microscope tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M367.717 25.318L325.94 63.475l49.953 38.296 26.002-50.247-34.178-26.205zm-62.71 41.608l-38.562 49.242 70.936 55.66 38.604-49.12-70.978-55.782zm-50.495 64.28l-58.035 73.85 118.628 88.885s3.513 2.384 5.48 5.904c2.02 3.612 1.81 6.935 1.81 6.935v128.544H297.14v-24.56H89.255v24.56H61.51v59.358H432.963V338.184c-9.25 4.65-19.462 7.077-29.817 7.084-36.706 0-66.463-29.758-66.462-66.465.034-23.723 12.71-45.63 33.26-57.48L254.51 131.206zM185 220.175l-68.21 87.103 112.83 1.668 27.495-34.984L185 220.175zm218.146 11.285a47.344 47.344 0 0 0-47.34 47.343 47.344 47.344 0 0 0 47.34 47.343 47.344 47.344 0 0 0 47.344-47.343 47.344 47.344 0 0 0-47.344-47.344zm0 17.67a29.674 29.674 0 0 1 29.676 29.673 29.674 29.674 0 0 1-29.676 29.674 29.674 29.674 0 0 1-29.673-29.674 29.674 29.674 0 0 1 29.673-29.674z"/></svg>
<svg class="tc-image-originals-microscope-lens tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M229.28 21.97v39.75c-30.905 1.29-61.546 9.284-89.53 23.905l21.406 37.063C184.2 110.92 210.32 104.28 238 104.28c93.408 0 168.938 75.53 168.938 168.94 0 26.766-6.234 52.056-17.282 74.53l-5.97-2.563-26.467-12.437c-21.125 44.53-66.495 75.313-119.064 75.313-8.49 0-16.8-.778-24.844-2.313l-7.375 33.375C127.89 424.178 69.03 355.665 69.03 273.22c0-26.843 6.267-52.2 17.376-74.72l-37.312-21.53c-40.207 78.3-28.27 175.748 33.937 242.093l-31.124 31.125 13.22 13.218L116.53 412c24.013 21.04 53.516 35.934 86.064 42.28l-6.938 31.44c1.515.333 3.016.636 4.53.936.01.002.023-.002.033 0 6.05 1.198 12.11 2.15 18.155 2.813.01 0 .02-.002.03 0 3.02.33 6.053.58 9.064.78 4.53.3 9.056.458 13.56.47 25.954.06 51.352-4.64 75.095-13.564 2.363-.888 4.734-1.81 7.063-2.78 9.477-3.953 18.656-8.6 27.468-13.876 2.518-1.508 5.014-3.076 7.47-4.688 1.227-.805 2.444-1.605 3.655-2.437 2.424-1.663 4.802-3.39 7.158-5.156 8.243-6.18 16.06-12.97 23.375-20.345 2.09-2.107 4.15-4.268 6.156-6.47 1.007-1.105 1.98-2.213 2.967-3.342.977-1.118 1.952-2.235 2.907-3.375.005-.007-.005-.026 0-.032.954-1.14 1.912-2.275 2.844-3.437.005-.008-.006-.026 0-.033.936-1.168 1.867-2.34 2.78-3.53 2.748-3.582 5.375-7.252 7.907-11.032.842-1.257 1.682-2.502 2.5-3.78 1.912-2.992 3.734-6.052 5.5-9.158l36.688 15.782 7.375-17.158-66.032-28.437c11.786-24.18 18.458-51.308 18.563-79.97h28.06c0-16.67-1.963-33.12-5.75-49.06L485.657 220l-2.187-18.563-43.876 5.188c-11.17-33.444-30.614-63.935-57-88.406-24.59-22.81-53.15-38.68-83.25-47.72L309.5 32.625l-18.03-4.844-10.22 38.126c-10.994-2.27-22.124-3.643-33.28-4.156V21.97h-18.69zM123.595 95c-10.347 6.634-20.245 14.223-29.53 22.813l30.28 30.312h.03c6.448-5.856 13.358-11.22 20.657-16.03L123.595 95zm-42.688 36.094c-8.512 9.367-15.998 19.302-22.53 29.656l37.187 21.47c4.692-7.334 9.95-14.283 15.687-20.782l-30.344-30.344zm83.688 61.062c-21.845 19.907-35.906 48.677-35.906 80.625 0 60.152 49.005 109.158 109.156 109.158 60.15 0 109.156-49.006 109.156-109.157h-18.688c0 50.038-40.43 90.47-90.468 90.47-50.037 0-90.47-40.432-90.47-90.47 0-26.47 11.628-50.238 29.814-66.81l-12.594-13.814zM239.25 215.5c-33.542 0-60.938 27.395-60.938 60.938 0 33.53 27.392 60.906 60.938 60.906 33.542 0 60.906-27.364 60.906-60.906 0-33.53-27.36-60.938-60.906-60.938zm0 18.688c23.443 0 42.22 18.82 42.22 42.25 0 5.505-1.05 10.754-2.94 15.562-3.377-10.958-13.59-18.906-25.655-18.906-14.82 0-26.844 12.023-26.844 26.844 0 7.082 2.736 13.516 7.22 18.312-20.575-2.883-36.25-20.418-36.25-41.813 0-23.446 18.803-42.25 42.25-42.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-middle-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M77.637 20.836l-.598 56.236-55.913.28 67.1 50.492 19.673-6.393 53.3 53.302-9.3-35.73-30.578-30.58 6.813-20.504-50.498-67.102zm338.855.818l-116.535 107.96-45.37-99.557-19.972 111.193-71.658-41.87 26.834 103.077-134.104 4.162 91.375 63.427-98.93 70.617 103.343-7.61L82.06 457.9l116.268-66.023-1.838 82.47 63.98-81.036 41.163 54.12 14.08-63.637 53.14 25.486-67.777-67.776c-10.955 6.72-22.698 11.65-34.62 14.172l.026.135c-1.48.27-2.95.495-4.412.682-33.335 5.352-58.06-10.3-64.695-37.465-3.09-10.107-3.674-21.624-1.465-33.785 8.17-44.95 48.8-85.58 93.75-93.75 5.62-1.02 11.1-1.447 16.37-1.304 6.487.174 12.644 1.225 18.345 3.072 26.107 6.87 41.242 30.692 36.727 62.78-.215 1.987-.503 3.996-.872 6.022l-.18-.033c-3.006 14.26-9.466 28.265-18.314 40.976l31.776 31.775 94.43-7.585-74.294-50.908 91.8-52.576-86.134-12.692 72.557-97.62-94.765 38.963 39.387-130.706zM247.06 234.178c-4.628 4.188-8.946 8.75-12.847 13.584L411.36 424.91l-48.223 26.666 129.7 45.11-45.118-129.694-24.158 43.69-66.933-66.932-.114-.406L330.37 317.2c-.046.05-.095.1-.14.15l-83.17-83.172z"/></svg>
<svg class="tc-image-originals-midnight-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.09 18.86c-130.132 0-235.623 105.494-235.623 235.626 0 84.973 44.984 159.43 112.43 200.88 14.953-22.123 13.717-21.136 48.6-77.26 21.414-38.628 20.04-74.27-22.66-88.32-13.658-.257-27.487.71-41.448 2.927-22.745 5.586-50.66-6.618-51.222-36.61-.024-1.276.017-2.514.092-3.73-21.47-22.6-32.702-54.923 12.898-92.437-6.554 20.953 3.874 42.603 17.756 57.77 15.2-3.285 32.288 1.147 41.88 13.657 15.223 13.387 35.603 23.558 57.18 29.81 10.085-.365 13.446-4.833 12.272-12.07-17.327-20.6-35.87-40.278-60.72-57.124l.044-.02c-9.16-6.218-15.632-16.466-15.898-30.747-.132-7.072 1.296-13.21 3.85-18.404-14.227-31.065-10.31-69.364 50.074-82.162-12.275 19.684-18.508 42.767-13.102 61.122 19.572.108 38.916 12.51 39.39 37.94.045 2.343-.08 4.58-.35 6.714.955 20.638 6.118 44.463 19.796 63.658 15.14 9.386 26.987 3.992 29.195-19.287-2.648-14.616-8.253-29.283-15.043-40.856-4.338-5.84-7.065-13.325-7.236-22.473-.346-18.527 9.996-30.658 23.357-36.117 8.393-26.624 25.813-51.97 62.09-51.82 9.562.04 20.432 1.85 32.79 5.876-24.775 6.92-40.92 31.886-47.98 54.547 5.902 6.206 9.753 14.85 9.962 26.01.213 11.37-3.444 20.278-9.3 26.73-27.204 48.83-18.264 110.228-3.57 123.715 13.62 12.504 33.32 13.96 52.594 11.05 18.115-4.19 39.13 2.665 46.962 21.167 19.762-3.8 37.956-19.148 44-44.406 22.82 62.056-13.624 84.83-50.19 86.776-13.702 15.047-39.383 16.668-55.782 4.897l-.016.062c-.13-.12-.256-.23-.387-.348-1.862-1.374-3.594-2.93-5.175-4.656-16.557-14.848-31.98-27.53-47.752-38.182-28.103-.547-64.258 100.626-62.58 155.586 9.446 1.152 19.062 1.757 28.82 1.757 130.132 0 235.625-105.492 235.625-235.624S385.222 18.86 255.09 18.86z"/></svg>
<svg class="tc-image-originals-mighty-boosh tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M267.156 36.313c-1.948-.013-3.908-.003-5.875.03C144.208 38.33 40.5 128.29 40.5 264.25c0 58.373 30.546 121.353 66.406 164.875 17.93 21.76 37.205 38.664 55.97 47.25 9.38 4.293 18.75 6.588 27.843 5.656 9.09-.93 17.84-5.443 24.468-13.342 4.834-5.763 6.082-13.302 5.78-20.563 32.327 3.188 62.82 4.282 92.376-11.938-.083 2.837-.08 5.606.062 8.282.48 8.97 2.35 17.882 8.656 24.124 6.002 5.94 14.113 8.044 21.813 7.156 7.7-.888 15.34-4.277 23.22-9.28 15.756-10.01 32.402-26.823 48.06-47.783 31.32-41.92 58.75-100.318 58.75-155.187a8.977 10.055 0 0 0-.06-1.03c-.22-67.034-21.418-124.35-58.72-164.376-36.325-38.978-87.584-61.39-147.97-61.78zm-.094 20.124c56.49.35 102.898 21.04 135.625 56.157 33.784 36.25 53.282 88.126 53.282 150.906 0 47.108-25.29 103.097-54.564 142.28-14.637 19.593-30.28 35.01-43.156 43.19-6.438 4.088-12.118 6.307-16.22 6.78-4.1.473-6.212-.357-8.092-2.22-.857-.846-2.284-3.85-2.625-10.25-.342-6.4.376-15.345 1.687-25.5 2.622-20.306 7.524-45.53 8.813-70.06 1.288-24.533-.828-49.328-14.875-67.314-14.048-17.986-38.615-26.05-75.813-20.78-37.107 5.254-59.41 19.057-70.094 39.218-10.684 20.16-8.677 43.836-3.374 65.906 5.303 22.07 14.155 43.6 19.844 60.844 2.844 8.62 4.873 16.186 5.438 21.47.564 5.28-.22 7.16-.844 7.905-3.747 4.465-7.715 6.457-13 7-5.286.54-11.952-.732-19.438-4.158-14.97-6.85-32.856-22.074-49.53-42.312-33.35-40.476-61.69-101.01-61.69-151.25.002-124.566 93.982-205.93 203.126-207.78 1.844-.032 3.678-.044 5.5-.032zm-88.53 101.844a50.5 50.5 0 0 0-51.97 50.47 50.5 50.5 0 0 0 101 0 50.5 50.5 0 0 0-49.03-50.47zm137.655 15.25A40.5 40.5 0 0 0 274.5 214a40.5 40.5 0 0 0 81 0 40.5 40.5 0 0 0-39.313-40.47zm-140.25 28.97a7.5 7 0 0 1 .032 0 7.5 7 0 0 1 .75 0 7.5 7 0 0 1 7.28 7 7.5 7 0 0 1-15 0 7.5 7 0 0 1 6.938-7zm138 6.5a7.5 7 0 0 1 .032 0 7.5 7 0 0 1 .75 0 7.5 7 0 0 1 7.28 7 7.5 7 0 0 1-15 0 7.5 7 0 0 1 6.938-7zm-11.5 121.875a8 8 0 0 1 7.907 6.625c1.052 5.487 1.68 11.097 1.97 16.813 3.916-1.73 7.73-3.662 11.436-5.782-.38 6.21-1.034 12.58-1.813 19-3.174 1.514-6.392 2.91-9.656 4.19-.33 7.15-1.005 14.406-1.842 21.686a8 8 0 1 1-15.875-1.812c.563-4.9 1.007-9.738 1.343-14.47-4.75 1.29-9.546 2.34-14.375 3.22.3 6.316.588 12.486 1.283 18.344a8 8 0 1 1-15.875 1.875c-.722-6.084-1.1-12.11-1.438-18-4.46.422-8.925.716-13.375.843.825 5.085 1.7 10.175 2.625 15.28a8.005 8.005 0 0 1-15.75 2.877c-1.1-6.075-2.155-12.172-3.125-18.313-4.632-.217-9.217-.57-13.75-1.063 1 5.755 2.098 11.5 3.22 17.282a8 8 0 1 1-15.69 3.06c-1.452-7.498-2.893-15.08-4.155-22.78-1.676-.308-3.32-.657-4.97-1-1.915-5.898-3.673-11.783-5.124-17.594 2.532.628 5.1 1.21 7.72 1.75-.836-7.236-1.428-14.62-1.626-22.187a8 8 0 0 1 7.656-8.314 8 8 0 0 1 8.344 7.875c.224 8.57 1.004 16.977 2.094 25.314 4.592.57 9.254 1.008 13.97 1.28-.916-7.417-1.643-14.89-2.064-22.437a8 8 0 0 1 8.22-8.562 8 8 0 0 1 7.78 7.688c.44 7.88 1.237 15.754 2.25 23.625 4.877-.1 9.782-.374 14.656-.844-.677-7.627-1.735-14.79-3.97-21.22a8 8 0 0 1 7.127-10.718 8 8 0 0 1 8 5.47c2.773 7.98 4.12 16.12 4.906 24.187 5.41-1.032 10.757-2.356 16-3.938-.1-6.915-.64-13.506-1.814-19.625a8 8 0 0 1 7.78-9.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-mine-explosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M287.586 15.297l3.504 110.963 31.537-110.963h-35.04zm-95.78.238l-1.75 236.047-170.533-43.33L130.486 377.69l-88.77-5.174 114.432 112.357-44.466-75.867L186.896 417l-51.748-109.94 110.114 79.956-12.635-185.23.002.003 75.212 170.57 75.816-89.95-6.62 154.582 60.173-39.978-20.388 79.486 75.756-142.787-75.924 1.94L487.32 155.87l-131.402 73.08-12.264-139.69-65.41 140.336-86.435-214.06h-.003zM45.503 44.095L39.355 75.94 154.285 218h.002l-77.6-166.836-31.185-7.07zm422.27 24.776l-31.184 7.07-43.738 107.37 81.068-82.59-6.147-31.85zM279.208 403.61c-40.176 0-72.708 32.537-72.708 72.71 0 5.725.636 10.706 1.887 16.05 7.25-32.545 36.097-56.655 70.82-56.655 34.82 0 63.673 23.97 70.82 56.656 1.218-5.277 1.888-10.404 1.888-16.05 0-40.175-32.536-72.71-72.71-72.71z"/></svg>
<svg class="tc-image-originals-mine-wagon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M365.906 60.844C347.218 62.03 327.732 73.3 307.72 87.5c-20.814 14.77-41.852 32.27-64.626 41.875a8 8 0 0 1-9.125-2.125c-15.01-17.31-38.15-30.55-73.22-27.28-19.124 1.78-32.252 10.625-43.688 23.655-5.264 6-9.998 12.975-14.53 20.375h322.624c-15.21-29.846-29.05-64.182-59.25-83.156zM40 160v44h416v-44H40zm18.375 60l49.344 186.563H118c3.087-6.592 7.31-12.684 12.563-17.938 11.916-11.916 28.63-18.906 45.843-18.906 17.214 0 33.897 6.99 45.813 18.905 5.252 5.254 9.467 11.346 12.56 17.938h42.97c3.104-6.47 7.282-12.44 12.406-17.563 11.927-11.926 28.384-18.75 45.25-18.75 16.867 0 33.324 6.824 45.25 18.75 5.124 5.124 9.303 11.092 12.406 17.563h6.032L438.156 220H58.376zM426.22 355l-6.064 29H456v-29h-29.78zm-249.814 31.563c-11.69 0-23.728 4.915-32.25 13.437-8.522 8.522-13.75 21.002-13.75 33.344 0 12.34 5.228 24.82 13.75 33.344 8.522 8.522 20.56 13.437 32.25 13.437 11.69 0 23.697-4.915 32.22-13.438 8.52-8.522 13.78-21.002 13.78-33.343 0-12.342-5.26-24.822-13.78-33.344-8.523-8.522-20.53-13.438-32.22-13.438zm159 1.28c-12.037 0-24.3 5.083-32.812 13.594C294.082 409.95 289 422.212 289 434.25c0 12.038 5.082 24.3 13.594 32.813 8.512 8.51 20.775 13.593 32.812 13.593 12.038 0 24.3-5.082 32.813-13.594 8.51-8.51 13.592-20.774 13.592-32.812 0-12.038-5.08-24.3-13.593-32.813-8.513-8.51-20.776-13.593-32.814-13.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-mineral-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.344 19.906L28.78 173.47 255.626 487.5 481.938 174 328.375 20.47l-72.75 72.75-73.28-73.314zm-.938 27.75L188 54.28l67.625 67.626L323.25 54.28l6.625-6.624 6.594 6.625L452.56 170.376l5.625 5.625-4.656 6.438-190.31 263.78-7.595 10.5-7.563-10.5L57.72 182.44 53.062 176l5.624-5.625L174.78 54.28l6.626-6.624zm0 26.438L77.53 177.97l178.095 246.81L433.72 177.97 329.874 74.093l-61 60.97 66 66 6.594 6.592-6.595 6.625-78.25 78.25-6.625 6.626-6.594-6.625-78.25-78.25 13.188-13.218L250 272.72l65.063-65.033-59.407-59.406-.03.032-6.595-6.593-67.624-67.626zm1.406 24.78l109.032 109.032-13.22 13.22-109.03-109.032 13.22-13.22zm147.97 0l81.437 81.407L399 193.5l-81.406-81.406 13.187-13.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-minerals tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M263.396 491.136l-21.303-131.13-13.116 127.847-44.258-24.593 49.024-168.947 41.122 67.33 19.665 91.792-31.134 37.7zm-153.69-3.88l-7.82-27.853-27.776-9.022 27.838-7.826 9.02-27.784 7.83 27.845 27.783 9.03-27.844 7.82-9.03 27.79zm60.94-55.476l-28.97-2.242-64.16-105.39-4.148-82.91 78.463 30.34 51.1 67.966-16.398 62.952-63.105-83.046 47.22 112.33zm145.663-28.756l-17.02-2.127-8.508-43.624-14.28-26.774 91.794-91.793 31.15 9.825-13.115 73.764-70.02 80.728zm18.348-41.894l27.27-32.52 9.98-40.923-25.183 32.52-12.067 40.923zM209.74 322.725l-38.527-51.62 22.13-109.025 77.046-95.052 63.105 85.227-6.55 105.735-59.012 60.64-37.7-57.373-20.493 61.468zm47.32-47.25l27.18-94.6 24.738-22.858-28.03 3.85-11.132-43.28-6.558 43.28-45.345 5.516 45.108 16.17-5.96 91.92zm-97.248-19.727l-27.876-44.267 9.84-93.413 31.143 62.286-13.108 75.395zm232.258-22.46l-9.87-35.175-35.077-11.393 35.153-9.887 11.393-35.076 9.886 35.16 35.076 11.402-35.153 9.87-11.41 35.1zm-213.9-97.943l-12.344-43.99-43.876-14.25 43.976-12.365 14.247-43.876L192.54 64.84l43.867 14.263-43.968 12.35-14.27 43.892z"/></svg>
<svg class="tc-image-originals-minigun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M66.793 194.227v38.177h95.234v52.21h31.422c-1.602 52-10.98 87.324-23.327 109.21-6.947 12.313-14.558 20.39-22.42 25.315-21.22-11.84-39.07-38.882-39.07-71.007h-18.69c0 53.26 38.992 97.638 82.565 96.084 21.786-.777 43.438-14.208 58.672-41.21 14.588-25.856 24.16-64.12 25.75-118.392h23.34v-90.388H66.793zm347.11 3.918v17.96H298.958v45.202H413.9v17.957h18.69v-17.957h23.53v17.957h18.687v-17.957h19.426v-45.203H474.81v-17.96h-18.69v17.96h-23.528v-17.96h-18.69zm-395.22 52.95v83.874H143.34v-83.876H18.682zm193.467 33.52h26.08c-1.602 52-10.98 87.323-23.328 109.21-12.94 22.936-28.18 31.183-43.062 31.714-4.085.145-8.238-.4-12.365-1.526 8.788-2.515 17.46-8.28 25.584-18.694.45-.76.9-1.53 1.34-2.312 14.59-25.857 24.16-64.12 25.75-118.393zM45.164 348.133c0 53.26 38.99 97.638 82.563 96.084 2.977-.106 5.953-.458 8.91-1.04-23.16-4.283-43.785-21.112-56.307-44.448-9.903-13.495-16.476-31.11-16.476-50.597h-18.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-mining tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M113.844 17.72c-8.426.04-16.812.833-25.094 2.436C195.65 84.503 275.473 170.516 338.47 270c2.526-53.76-19.07-109.13-53.533-154.25-14.097 5.298-31.477.742-43.468-11.25-11.98-11.98-16.558-29.347-11.282-43.438C194.46 34.105 153.68 17.52 113.844 17.72zm380.562 20.405L423.47 115.75l30.06 125.563-55.092 8.78-19.407 80.626 73.5 39.124-41.25 55.937 29.658 44.033-88.782-27.625 16.5-43.844L291.97 364.5l13.124-84.563-111.375 58.125-4.22 78.25-112.22-27.656-33.25 104.156h450.376V38.125zM261.156 58.72c-.388.01-.776.028-1.156.06-3.644.325-6.882 1.696-9.188 4-6.147 6.15-5.746 18.88 3.875 28.5 9.622 9.623 22.353 10.024 28.5 3.876 6.148-6.148 5.747-18.878-3.875-28.5-5.637-5.637-12.335-8.096-18.156-7.937zM196.5 127.593L25.28 298.874c4.273 11.926 11.027 21.05 25.25 25.626L221.97 153c-7.796-8.89-16.308-17.333-25.47-25.406zm158.78 11.625l9.314 84.686 27.437-84.687h-36.75zm-132.03 74.968l-20.156 35.937 92.687 7.375-72.53-43.313z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-minions tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.885 21.08c-31.185 0-58.496 32.517-58.496 75.092 0 42.575 27.31 75.09 58.495 75.09 31.186 0 58.498-32.515 58.498-75.09S286.07 21.08 254.885 21.08zm-32.262 52.078h18.69v45.723h-18.69V73.16zm43.803 0h18.69v45.723h-18.69V73.16zm43.943 88.28c-13.86 17.468-33.346 28.51-55.485 28.51-21.33 0-40.192-10.257-53.938-26.626-11.126 4.16-20.024 11.688-27.67 22.285-9.668 13.403-16.88 31.75-21.923 52.71-4.735 19.677-7.546 41.513-9.202 63.61 7.876 4.015 14.466 9.84 19.61 16.782 6.746 9.102 11.316 19.966 14.56 31.75 3.395-11.403 7.95-21.896 14.324-30.75 5.08-7.054 11.502-13.04 19.155-17.183-4.61-9.605-7.21-20.688-7.21-32.29 0-34.46 22.86-64.393 53.572-64.393 30.713 0 53.572 29.934 53.572 64.392 0 10.913-2.3 21.368-6.408 30.565 8.922 4.012 16.312 10.29 21.96 17.91 6.942 9.368 11.577 20.603 14.837 32.784 3.426-11.803 8.064-22.662 14.633-31.785 4.46-6.194 9.956-11.564 16.41-15.587-1.083-23.328-3.275-46.454-7.752-67.144-4.568-21.113-11.505-39.48-21.326-52.777-8.29-11.223-18.313-18.974-31.72-22.764zM89.95 224.532c-16.32 0-31.497 15.67-34.386 37.99H79.81v18.687H56.083c3.874 20.57 18.353 34.73 33.867 34.73 15.513 0 29.992-14.16 33.866-34.73H98.5V262.52h25.834c-2.888-22.32-18.066-37.99-34.385-37.99zm166.212 0c-16.32 0-31.496 15.67-34.385 37.99h24.16v18.687h-23.642c2.92 15.51 11.873 27.37 22.75 32.27-6.347.482-12.23 1.242-17.117 2.2l-.028.007-.027.005c-9.335 1.772-16.13 6.7-22.06 14.937-5.93 8.236-10.528 19.833-13.745 33.25-5.746 23.972-7.066 53.275-7.297 79.29h23.503V392.12h18.69v103.025h61.906V392.12h18.687v51.048h21.91c-.044-26.343-.5-56.035-5.776-80.164-2.947-13.486-7.4-25.042-13.42-33.166-6.02-8.124-13.142-13.033-23.68-14.682l-.194-.03-.19-.038c-5.24-1.045-11.492-1.713-18.09-2.01 10.496-5.12 19.068-16.76 21.913-31.87h-25.403V262.52h25.92c-2.888-22.32-18.066-37.99-34.385-37.99zm165.992 0c-16.32 0-31.496 15.67-34.384 37.99h24.296v18.687h-23.78c3.875 20.57 18.354 34.73 33.868 34.73 15.514 0 29.993-14.16 33.867-34.73h-25.266V262.52h25.785c-2.89-22.32-18.066-37.99-34.386-37.99zm-294.564 91.6c-9.507 11.333-22.63 18.493-37.64 18.493-13.795 0-25.996-6.05-35.263-15.824-4.983 2.6-9.165 6.523-12.984 11.827-5.93 8.236-10.528 19.833-13.744 33.25-5.747 23.972-7.067 53.275-7.298 79.29h23.252V392.12h18.688v103.025h61.906V392.12h18.69v51.048h22.745c-.043-26.342-.5-56.035-5.775-80.164-2.948-13.486-7.4-25.042-13.422-33.166-5.115-6.902-11.032-11.474-19.156-13.707zm331.344 1.013c-9.432 10.746-22.22 17.48-36.78 17.48-14.395 0-27.065-6.574-36.465-17.11-6.246 2.505-11.26 6.852-15.768 13.114-5.93 8.236-10.528 19.833-13.744 33.25-5.747 23.972-7.066 53.275-7.297 79.29h22.927V392.12h18.69v103.025H452.4V392.12h18.688v51.048h22.498c-.018-26.37-.353-56.076-5.504-80.21-2.88-13.486-7.266-25.037-13.23-33.147-4.393-5.972-9.388-10.195-15.92-12.667z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-minotaur tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M110 18.906c-3.766 9.014-2.938 15.91-2.938 28.032 0 26.995 24.076 48.413 52.563 52.562 19.28 2.807 39.315 4.758 59.594 5.813-8.56 7.39-13.907 18.092-13.907 35.124 0 17.576 6.436 37.856 16.562 52.97 10.126 15.112 23.233 24.374 36.03 24.374 12.8 0 25.906-9.26 36.033-24.374 10.126-15.113 16.562-35.392 16.562-52.97 0-17.186-5.43-27.946-14.125-35.342 19.053-1.09 37.854-2.952 56-5.594 28.487-4.147 51.47-23.72 52.563-52.563.368-9.723-1.637-18.74-2.938-28.03-2.943 27.71-26.205 45.69-54.313 49.656-59.833 8.443-123.54 8.443-183.375 0-28.107-3.966-51.37-21.945-54.312-49.657zm79.78 99.313c-248.928 7.213-200.628 194.293-22.124 242.5 40.812-39.456-6.55-101.937-43.72-57.033-23.22-43.474-20.674-82.77 4.5-95.03 48.72 27.067 83.566 88.52 86.126 148.405-33.595 23.148-59.625 63.032-59.625 63.032l26.344 38.78-41.31 23.5h82.124c-40.513-40.52-11.77-86.093 36.22-86.093 48.645 0 74.12 48.22 36.248 86.095h81.282l-40.47-23.5 26.345-38.78s-26.458-40.502-60.44-63.564c2.744-59.716 37.52-120.887 86.095-147.874 25.176 12.262 27.722 51.557 4.5 95.03-37.168-44.903-84.53 17.578-43.72 57.033 178.5-48.206 226.788-235.28-22.124-242.5 2.054 6.73 3.158 14.17 3.158 22.218 0 21.95-7.423 45.024-19.72 63.375-12.295 18.35-30.17 32.656-51.562 32.656-21.392 0-39.266-14.306-51.562-32.657-12.296-18.352-19.72-41.426-19.72-63.375 0-8.048 1.105-15.488 3.157-22.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-miracle-medecine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M175.246 21.422L107.7 60.462l13.984 24.25 24.837-14.357 43.263 75.016-15.336 8.864c-8.12-11.014-20.585-17.512-33.636-18.453-8.796-.633-17.854 1.252-26.013 5.968-21.757 12.575-29.29 40.725-16.733 62.498 12.557 21.773 40.702 29.325 62.46 16.75 8.14-4.705 14.287-11.59 18.138-19.504l91.973 159.48 20.86-12.056 33.67 58.385 11.755-6.794 55.09 95.523 16.19-9.34-55.098-95.538 11.203-6.474-33.67-58.383 20.86-12.057-89.382-154.986c9.45 1.12 19.314-.67 28.13-5.764 21.756-12.575 29.288-40.725 16.732-62.498-7.848-13.608-21.785-21.66-36.446-22.717-8.797-.633-17.855 1.25-26.014 5.967-18.31 10.583-26.544 32.196-21.21 51.756l-17.343 10.024L162.7 61.004l26.53-15.334-13.984-24.248zm166.79 65.197L315.19 211.13l51.998 90.18 98.197 12.633-84.182-53.832 85.135-7.583-48.7-38.593 74.635-70.862-84.156 28.23-4.273-63.06-52.858 75.756-8.95-97.38zm-74.684 3.038c.58-.003 1.16.015 1.738.055 7.698.526 14.96 4.785 19.164 12.074 6.725 11.662 2.815 26.265-8.824 32.992-11.64 6.727-26.2 2.823-32.926-8.84-6.726-11.66-2.815-26.263 8.826-32.99 3.82-2.208 7.953-3.272 12.022-3.292zm-36.168 53.37L325.977 307.4l-48.498 28.03-94.794-164.37 48.498-28.03zm-93.55 14.14c.58-.003 1.16.015 1.737.055 7.7.526 14.962 4.783 19.165 12.072 6.726 11.662 2.815 26.265-8.824 32.992-11.64 6.728-26.2 2.826-32.925-8.836-6.725-11.66-2.814-26.265 8.826-32.993 3.82-2.208 7.955-3.27 12.023-3.29zm-30.464 85.34l44.424 40.724-101.96 4.772 81.18 43.94-96.996 81.226 109.668-25.215-4.494 82.777 63.87-78.173 26.32 70.577 26.832-87.922L191.26 262.91l-84.09-20.402z" fill="#fff"/></svg>
<svg class="tc-image-originals-mirror-mirror tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.688 20.375c-38.528 0-74.835 12.49-107.282 34.813h-54.25V460.5H150.063c32.555 22.454 69.036 35.063 107.625 35.063 38.588 0 75.044-12.61 107.593-35.063h53.908V55.188h-54.219c-32.447-22.323-68.754-34.812-107.283-34.812zM123.155 84.28H392.28V432.157H123.157V84.28zm18.688 18.69v108.718l126.844-108.72H141.844zm200.437 0L141.845 274.78v56.626l231.75-198.687v-29.75H342.28zm31.314 140.093L174.53 413.469h46.532l152.532-128.376v-42.03zm0 66.468l-123.5 103.94h123.5V309.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-missile-mech tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M110.35 18.398l-80.952 61.74v47.173h162.524c-15.238 16.172-24.608 38.184-24.608 62.538 0 49.97 39.442 90.097 88.11 90.097s88.107-40.126 88.107-90.097c0-24.353-9.368-46.366-24.604-62.537h163.396V80.138l-80.95-61.74h-88.6v102.978c-5.696-4.987-12.02-9.24-18.84-12.623V52.494h-75.778v55.66c-6.942 3.308-13.392 7.51-19.205 12.47V18.397h-88.6zm10.67 18.688c7.38 0 13.156 5.776 13.156 13.152 0 7.38-5.777 13.158-13.156 13.158-7.38 0-13.16-5.778-13.16-13.158s5.78-13.152 13.16-13.152zm45.662 0c7.38 0 13.156 5.776 13.156 13.152 0 7.38-5.777 13.158-13.156 13.158-7.38 0-13.16-5.778-13.16-13.158s5.78-13.152 13.16-13.152zm177.86 0c7.38 0 13.155 5.773 13.155 13.152 0 7.38-5.776 13.158-13.156 13.158-7.38 0-13.155-5.778-13.155-13.158 0-7.376 5.776-13.152 13.156-13.152zm46.16 0c7.38 0 13.155 5.773 13.155 13.152 0 7.38-5.776 13.158-13.156 13.158-7.378 0-13.155-5.778-13.155-13.158 0-7.376 5.777-13.152 13.156-13.152zM61.25 82.088c7.38 0 13.156 5.776 13.156 13.152 0 7.38-5.776 13.158-13.156 13.158-7.38 0-13.156-5.778-13.156-13.158S53.87 82.088 61.25 82.088zm45.705 0c7.38 0 13.156 5.776 13.156 13.152 0 7.38-5.775 13.158-13.155 13.158-7.38 0-13.156-5.778-13.156-13.158s5.774-13.152 13.155-13.152zm45.662 0c7.38 0 13.158 5.776 13.158 13.152 0 7.38-5.778 13.158-13.158 13.158S139.46 102.62 139.46 95.24s5.776-13.152 13.157-13.152zm205.738 0c7.38 0 13.157 5.773 13.157 13.152 0 7.38-5.777 13.158-13.157 13.158S345.2 102.62 345.2 95.24c0-7.376 5.776-13.152 13.155-13.152zm46.41 0c7.38 0 13.155 5.773 13.155 13.152 0 7.38-5.777 13.158-13.156 13.158-7.38 0-13.157-5.778-13.157-13.158 0-7.376 5.777-13.152 13.157-13.152zm45.704 0c7.38 0 13.157 5.773 13.157 13.152 0 7.38-5.78 13.158-13.158 13.158-7.38 0-13.158-5.778-13.158-13.158 0-7.376 5.777-13.152 13.157-13.152zm-195.046 39.2c9.8 0 19.12 2.093 27.57 5.843l2.045 32.16c-8.006-7.307-18.012-11.77-29.257-11.77-10.234 0-19.45 3.69-27.064 9.855l2-31.434c7.673-2.994 15.997-4.65 24.704-4.65zm-44.172 16.267l-3.867 60.785c-7.05-1.798-14.102-3.95-21.153-6.445 0-21.858 9.737-41.39 25.02-54.34zm91.303 2.666c13.567 12.89 22.062 31.266 22.062 51.675-6.127 2.41-12.255 4.46-18.383 6.177l-3.68-57.85zm-205.22 22.87v54.44h54.806c-2.288-8.845-3.513-18.123-3.513-27.682 0-9.226 1.14-18.19 3.277-26.758h-54.57zm261.608 0c2.137 8.567 3.278 17.532 3.278 26.758 0 9.56-1.224 18.837-3.513 27.683h54.084v-54.44h-53.847zm-103.16 3.12c13.253 0 25.927 12.614 29.205 31.124h-58.41c3.278-18.51 15.952-31.125 29.205-31.125zm-143.887 70.01v62.032c5.21-2.606 10.862-4.078 16.874-4.078 6.013 0 11.666 1.472 16.876 4.08V236.22h-33.75zm252.58 0v62.034c5.21-2.607 10.863-4.08 16.876-4.08 6.012 0 11.665 1.473 16.875 4.08V236.22h-33.75zM128.77 312.862c-8.27 0-17.002 5.945-24.237 18.412-7.235 12.467-12.123 30.715-12.123 50.996 0 20.283 4.888 38.53 12.123 50.998 7.235 12.467 15.966 18.414 24.237 18.414 8.27 0 17.003-5.946 24.238-18.412 7.235-12.467 12.123-30.716 12.123-51 0-20.28-4.887-38.528-12.122-50.995-7.235-12.467-15.968-18.412-24.238-18.412zm252.582 0c-8.27 0-17.002 5.945-24.237 18.412-7.235 12.467-12.125 30.715-12.125 50.996 0 20.283 4.89 38.53 12.125 50.998 7.235 12.467 15.966 18.414 24.237 18.414 8.27 0 17-5.946 24.236-18.412 7.235-12.467 12.123-30.716 12.123-51 0-20.28-4.887-38.528-12.122-50.995-7.235-12.467-15.966-18.412-24.236-18.412zM98.664 456.4L65.21 489.855h127.12L158.875 456.4c-8.298 8.535-18.537 13.97-30.105 13.97-11.568 0-21.81-5.435-30.106-13.97zm252.582 0l-33.455 33.455h127.122L411.457 456.4c-8.298 8.535-18.537 13.97-30.105 13.97-11.568 0-21.808-5.435-30.106-13.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-missile-pod tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.28 19.938v358.156c3.317-8.267 8.434-16.15 15.47-23.188l91.125-91.156 13.22 13.22-91.157 91.155c-12.13 12.13-15.988 25.728-14.376 39.938 1.613 14.21 9.25 29.032 21.344 41.125l-.187.187 11.436 11.28.03.033c12.058 12.053 26.915 19.562 41.22 21.062 13.724 1.44 26.93-2.196 38.698-13.21-7.038-4.285-14.04-8.858-20.987-13.728-.86.248-1.722.496-2.58.71-17.25 4.34-34.876 2.385-46.55-9.29-11.677-11.676-13.623-29.307-9.276-46.554 4.348-17.248 14.865-35.155 30.464-50.754 20.472-20.473 44.794-32.403 66.656-32.58 11.45-.093 22.59 3.393 30.62 11.424 11.675 11.674 13.63 29.302 9.292 46.55-.198.787-.428 1.577-.652 2.366 4.89 6.997 9.483 14.055 13.79 21.15l56.364-56.37c-7.15-4.354-14.26-9.005-21.316-13.96-.63.175-1.262.36-1.89.52-17.25 4.338-34.877 2.383-46.552-9.292-11.674-11.674-13.63-29.302-9.29-46.55 4.338-17.25 14.847-35.158 30.447-50.758 20.476-20.477 44.825-32.403 66.687-32.58 11.45-.093 22.59 3.393 30.62 11.424 11.675 11.674 13.63 29.302 9.292 46.55-.256 1.017-.546 2.036-.846 3.057 4.81 6.9 9.336 13.857 13.58 20.85l55.48-55.485c-7.43-4.563-14.82-9.454-22.144-14.668-17.174 4.27-34.7 2.285-46.326-9.34-11.672-11.672-13.63-29.293-9.29-46.535 4.338-17.24 14.848-35.143 30.447-50.742 20.472-20.473 44.815-32.434 66.687-32.61 11.45-.094 22.59 3.392 30.62 11.423 11.677 11.676 13.624 29.307 9.277 46.554-.378 1.5-.818 3.006-1.29 4.514 4.677 6.68 9.082 13.417 13.227 20.187l1.055-1.054c12.112-12.115 15.967-25.784 14.342-40.095-1.623-14.298-9.25-29.174-21.312-41.25l-.03-.03-14.033-13.845c-11.52-10.493-25.123-17.107-38.218-18.594-14.21-1.613-27.81 2.246-39.94 14.375l-92.374 92.376-13.187-13.22 92.342-92.342c4.136-4.136 8.563-7.574 13.188-10.407H17.28zM398.085 83.9c-11.34 4.323-23.678 12.192-34.678 23.192-12.36 12.36-20.732 26.38-24.592 38.8 47.35 45.713 100.12 75.737 149.436 88.866-13.436-49.684-44.003-103.422-90.166-150.858zM251.75 135.906l13.188 13.22L150.313 263.75l-13.188-13.188L251.75 135.906zm20.33 74.953c-11.736 4.178-24.657 12.215-36.142 23.702-11.832 11.834-20.044 25.214-24.114 37.233 47.23 45.46 99.815 75.336 148.97 88.42-13.293-49.162-43.36-102.29-88.714-149.356zM145.156 338.15c-11.888 4.12-25.046 12.24-36.72 23.913-11.653 11.654-19.766 24.79-23.89 36.664 47.274 45.557 99.93 75.487 149.147 88.59-13.278-49.096-43.286-102.147-88.537-149.167z" fill="#fff"/></svg>
<svg class="tc-image-originals-missile-swarm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M45.773-1.58l-.072.275h1.09c-.337-.09-.682-.188-1.017-.275zm-28.43 18.963V51.46c19.897 34.454 44.06 69.077 77.686 99.577 6.936 24.534 23.59 43.637 46.226 53.85v-.008c-5.885-8.19-9.39-18.102-9.584-30.097 12.07.163 21.906 3.716 30.1 9.588-10.022-22.422-28.7-38.966-52.883-46.01C68.625 102.25 42.263 59.577 19.87 17.382h-2.526zm26.952 0C98.647 32.315 173.468 71.74 240.527 124.45l16.278-11.555C205.6 71.815 149.63 38.578 99.975 17.383h-55.68zm110.06 0c28.402 8.136 52.815 19.562 75.33 32.826 13.042 21.96 34.095 36.143 58.635 40.155-7.798-6.388-13.742-15.053-17.033-26.584 11.7-2.98 22.12-2.09 31.555 1.458-15.497-19.08-37.847-30.23-63.06-30.758-10.274-6.072-21-11.82-32.317-17.097h-53.11zM288.32 90.365l.012.01.002-.008c-.005 0-.01 0-.014-.002zm37.334-68.023l-4.633 49.273c-.014 0-.028-.004-.043-.006l-18.137 31.413c.037.05.076.097.113.147l-31.146 22.107-.073-.062-9.515 6.754 39.616 22.876.047-.018.006.004 38.305-13.883c37.3 28.674 84.672 43.582 133.49 39.767-21.153-44.63-57.795-78.24-101.46-96.04l-7.022-39.503-39.55-22.832zM194.91 148.834l-17.226 46.404-.045-.017-25.65 25.65c.022.055.046.11.07.165l-46.69 17.332 32.296 32.297 40.596-3.49c28.606 37.346 70.505 64.008 118.644 72.96-8.882-48.582-35.574-90.534-73.144-119.03l3.44-39.975-32.292-32.296zm123.332 19.943l-18.217 6.602-4.304-2.487c17.836 17.583 34.275 36.046 48.592 55.097 1.07 24.403 12.092 46.127 30.635 61.29-3.563-9.432-4.385-19.913-1.463-31.55 11.625 3.273 20.2 9.256 26.596 17.045-4.058-25.375-18.94-46.994-42.234-59.9-12.03-15.88-25.347-31.29-39.604-46.098zm-300.898 78.41v49.76c14.048 24.524 33.504 44.45 56.984 60.963 12.88 23.576 34.676 38.807 60.264 42.99-7.803-6.385-13.75-15.052-17.043-26.584 11.7-2.98 22.12-2.095 31.555 1.457-14.967-18.427-36.325-29.457-60.476-30.666-35.613-23.867-60.18-54.168-71.286-97.92zM134.592 400.9s.003 0 .004.002l.002-.002h-.006zm306.69-151.87l-28.647 40.355-.035-.026-31.414 18.138.023.182-49.587 4.66 22.834 39.55 40.115 7.13c17.964 43.483 51.537 80.08 95.723 101.185 3.997-49.232-10.932-96.66-39.85-133.908l13.67-37.72-22.834-39.548zm-269.366 83.84l-4.63 49.284c-.017 0-.032-.004-.048-.006l-18.136 31.414c.035.048.073.093.11.14l-40.61 28.82 39.552 22.843 38.305-13.877c37.297 28.67 84.672 43.58 133.49 39.766-21.153-44.63-57.796-78.24-101.462-96.04l-7.023-39.507-39.55-22.836z" fill="#fff"/></svg>
<svg class="tc-image-originals-mite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M148.938 62.313c-40.392.64-77.533 26.18-91.063 58.406 29.237-14.9 62.01-26.24 102.063-14.157-12.28 34.587-12.97 73.268 9.5 105.593l.062-.03c-3.206 7.243-5.79 14.955-7.656 23.03-27.112-17-40.46-47.814-43.688-81.187-.018-.904-.115-1.828-.25-2.75-.065-.824-.134-1.645-.187-2.47l-.314.03c-3.127-12.508-16.047-24.964-31.75-19.093-44.4 16.605-70.46 64.092-65.437 103.72 17.878-27.532 40.594-53.727 81.343-63.282 6.42 34.787 24.056 67.457 57.218 84.78-.29 3.658-.436 7.37-.436 11.126 0 2.775.098 5.443.25 8.033-25.757-5.683-47.636-23.653-64.125-46.813-.43-.692-.92-1.372-1.44-2.03-.478-.697-.966-1.39-1.436-2.095l-.25.156c-8.968-9.26-26.375-13.552-37.03-.624-30.152 36.58-29.008 90.75-4.814 122.53 1.717-32.775 8.262-66.844 38.78-95.498 19.006 22.293 43.946 39.482 73.19 43.843 2.405 9.377 6.14 17.173 10.968 23.75-20.756 2.423-42.643-2.44-63.22-11.842-.75-.403-1.527-.772-2.343-1.094-.728-.347-1.463-.674-2.188-1.03l-.124.28c-12.4-3.55-29.64 1.43-32.407 17.97-7.82 46.748 20.25 93.07 57.094 108.498-14.903-29.244-26.225-61.995-14.125-102.062 23.854 8.464 49.654 11.385 73.97 5.03 6.886 4.576 14.892 8.144 23.75 10.75-10.733 9.146-17.345 21.658-17.345 35.47 0 9.626 3.232 18.615 8.813 26.28-10.362 1.9-21.63 12.622-22.5 28.376-1.944 35.11 30.045 49.124 54.5 42.375-19.484-9.088-28.823-40.074-14.782-55.436 9.844 5.736 21.805 9.125 34.72 9.125 13.986 0 26.857-3.965 37.125-10.595-.054.41-.118.852-.156 1.28 14.282 15.3 4.966 46.5-14.595 55.626 24.454 6.75 56.444-7.264 54.5-42.374-.935-16.886-13.816-28.01-24.72-28.656 5.453-7.603 8.595-16.494 8.595-26 0-13.772-6.607-26.237-17.28-35.375 8.89-2.584 16.95-6.102 23.874-10.656 24.12 6.127 49.674 3.168 73.312-5.22 12.1 40.067.778 72.818-14.125 102.063 36.846-15.428 64.916-61.75 57.095-108.5-2.765-16.538-20.008-21.52-32.406-17.97l-.126-.28c-.758.374-1.52.73-2.28 1.093-.774.31-1.538.65-2.252 1.03-20.298 9.278-41.87 14.135-62.375 11.94 4.882-6.628 8.647-14.494 11.063-23.97 28.83-4.583 53.447-21.648 72.25-43.687 30.505 28.65 37.065 62.696 38.78 95.468 24.195-31.782 25.37-85.953-4.78-122.532-10.66-12.93-28.097-8.64-37.063.625l-.25-.155c-.51.767-1.04 1.525-1.562 2.28-.477.62-.945 1.26-1.344 1.907-16.287 22.86-37.82 40.637-63.155 46.532.143-2.522.22-5.117.22-7.813 0-3.916-.154-7.784-.47-11.592 32.593-17.44 49.98-49.836 56.344-84.313 40.75 9.555 63.463 35.75 81.342 63.28 5.024-39.626-21.005-87.113-65.406-103.718-15.704-5.872-28.655 6.584-31.78 19.094l-.282-.03c-.052.794-.125 1.584-.188 2.375-.143.954-.23 1.91-.25 2.844-3.196 33.04-16.328 63.586-42.906 80.686-1.922-8.17-4.582-15.97-7.875-23.28 21.922-32.167 21.173-70.504 9-104.814 40.05-12.08 72.794-.74 102.03 14.157-15.462-36.83-61.747-64.916-108.5-57.095-16.534 2.77-21.515 20.01-17.967 32.406l-.282.126c.368.745.707 1.5 1.063 2.25.324.817.687 1.594 1.092 2.344 13.876 30.404 17.78 63.67 3.032 91.906-18.117-26.304-45.696-42.906-76.125-42.906-30.717 0-58.52 16.92-76.626 43.656-15.216-28.396-11.375-61.98 2.625-92.656.414-.77.793-1.568 1.124-2.406.346-.728.673-1.464 1.03-2.188l-.28-.125c3.55-12.396-1.432-29.635-17.97-32.405-5.843-.978-11.666-1.404-17.436-1.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-mite-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M370.06 77.686c-10.644.085-21.42 1.936-31.816 5.86-14.63 5.53-17.103 17.274-12.506 23.895 14.11 29.535 18.452 62.364 3.78 90.1-17.168-25.923-43.89-42.415-73.518-42.415-29.626 0-56.347 16.496-73.516 42.42-14.672-27.734-10.335-60.56 3.772-90.09 4.606-6.62 2.138-18.37-12.5-23.894-41.58-15.69-89.25 1.756-110.16 32.82 30.66-8.7 66.99-27.915 103.05-7.155.675.39 1.342.735 1.997 1.045-13.33 33.103-15.584 70.885 5.423 102.39-3.543 7.674-6.336 15.914-8.263 24.588-26.844-17.095-39.352-48.493-41.52-81.71l-.17.01c-.018-8.626-13.526-18.352-30.46-12.02C52.03 159.1 27.61 203.606 32.32 240.76c17.003-26.187 38.658-65.485 77.91-74.688 4.368 35.197 20.396 69.337 53.086 87.086-.373 4.018-.572 8.1-.572 12.246 0 2.983.097 5.85.283 8.614-25.055-5.735-46.175-23.645-61.806-46.41-.038-.06-.084-.12-.124-.18-.353-.516-.72-1.02-1.067-1.54l-.08.05c-5.773-6.48-18.946-7.902-28.93 4.216-28.26 34.29-25.08 73.666-13.86 107.116 1.65-31.567 8.098-64.37 38.725-91.67 17.705 22.113 41.41 39.493 69.43 44.134 2.336 9.984 6.2 18.202 11.322 25.02-21.07 2.364-43.31-3.103-63.85-13.248l-.03.064c-7.296-3.463-17.49.828-19.402 16.125-5.475 43.83 14.19 87.256 39.99 101.73-13.334-23.954-23.805-58.905-13.8-98.31.023-.09.035-.177.057-.267 22.498 8.685 47.02 12.214 70.2 6.79 4.84 3.53 10.313 6.46 16.288 8.858-9.288 2.466-18.875 12.258-19.66 26.29-1.815 32.91 28.185 46.034 51.105 39.704-18.345-8.55-27.09-37.8-13.695-52.14-.348-3.926-1.426-6.985-3.006-9.262C231.57 343.6 243.418 344.8 256 344.8c13.92 0 26.943-1.463 38.55-4.556-1.927 2.343-3.25 5.674-3.646 10.106 13.395 14.34 4.652 43.59-13.693 52.14 22.92 6.33 52.92-6.795 51.104-39.705-.827-14.944-11.646-25.085-21.457-26.68 5.61-2.327 10.77-5.13 15.358-8.474 23.173 5.414 47.688 1.882 70.18-6.802.023.097.035.19.06.287 9.99 39.405-.466 74.34-13.8 98.31 25.8-14.46 45.465-57.885 39.99-101.73-1.912-15.3-12.11-19.59-19.405-16.123l-.04-.082c-20.533 10.14-42.762 15.61-63.825 13.252 5.114-6.814 8.976-15.025 11.31-25.002 28.02-4.637 51.726-22.026 69.43-44.14 30.627 27.3 37.074 60.104 38.725 91.656 11.22-33.45 14.4-72.81-13.86-107.115-9.984-12.11-23.157-10.683-28.93-4.2l-.08-.053c-.347.52-.713 1.025-1.066 1.54-.04.062-.086.12-.125.182-15.633 22.765-36.754 40.682-61.81 46.413.188-2.765.286-5.634.286-8.62 0-4.146-.2-8.233-.572-12.253 32.683-17.75 48.722-51.882 53.08-87.09 39.246 9.22 60.9 48.513 77.9 74.684 4.71-37.155-19.71-81.658-61.334-97.228-16.928-6.326-30.434 3.41-30.447 12.035l-.182-.01c-2.153 33.22-14.666 64.602-41.503 81.698-1.926-8.672-4.72-16.91-8.26-24.582 21.006-31.508 18.75-69.293 5.417-102.398.656-.31 1.324-.656 2-1.047 36.06-20.76 72.405-1.53 103.05 7.155-15.682-23.3-46.416-38.936-78.345-38.68zM210.58 244.42c19.455 0 35.22 15.766 35.22 35.22 0 19.44-15.765 35.22-35.22 35.22-19.44 0-35.22-15.764-35.22-35.22 0-19.44 15.765-35.22 35.22-35.22zm90.84 0c19.44 0 35.22 15.766 35.22 35.22 0 19.44-15.765 35.22-35.22 35.22-19.44 0-35.22-15.764-35.22-35.22 0-19.44 15.765-35.22 35.22-35.22zm-97.006 8.97c-9.72 0-17.61 7.89-17.61 17.61 0 9.72 7.89 17.61 17.61 17.61 9.72 0 17.61-7.89 17.61-17.61 0-9.72-7.89-17.61-17.61-17.61zm90.842 0c-9.72 0-17.61 7.89-17.61 17.61 0 9.72 7.89 17.61 17.61 17.61 9.72 0 17.61-7.89 17.61-17.61 0-9.72-7.89-17.61-17.61-17.61zm-69.182 35.43c-4.86 0-8.804 3.945-8.804 8.805 0 4.86 3.944 8.805 8.804 8.805s8.807-3.945 8.807-8.805c0-4.86-3.946-8.805-8.806-8.805zm90.84 0c-4.86 0-8.805 3.945-8.805 8.805 0 4.86 3.944 8.805 8.804 8.805s8.807-3.945 8.807-8.805c0-4.86-3.946-8.805-8.806-8.805z" fill="#fff"/></svg>
<svg class="tc-image-originals-moebius-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M138.656 49.53l-.03 114.814 37.03-21.406-.03-11.844-.064-16.22 14.063 8.095 128.22 73.936-.033-50.53-.906.53-4.687 2.72-4.658-2.72-50.78-29.312-.094.062L138.656 49.53zm236.094 0l-99.313 57.314 36.75 21.187 10.282-5.968 14.03-8.124v16.218l.063 147.375 43.03-24.874-.5-.312-4.28-2.75v-5.125l-.032-58.626v-60.72l-.03-45.78V49.53zm-180.406 97.72V153.72l-4.688 2.718-142.97 82.593-.03-.06L20.594 254 120 311.406l.125-43.344-10.688-5.937-14.437-8 14.28-8.25 127.907-73.906-42.843-24.72zm61.53 35.5l-52.124 30.125 50.938 31.406 52.125-32.155-50.938-29.375zm137.595 13.906l.03 42.72 9.094 5.843 12.875 8.28-13.25 7.688L273 335.813l44.813 25.843v-6.468l4.687-2.688 52.28-30.188v-.156L492.814 254l-99.344-57.344zm-75.626 30.625L272.5 255.25l45.375 27.97-.03-55.94zm-141.375 1.345l-43.5 25.156 1.06.595 4.845 2.688-.03 5.53-.22 71.344.03 124.532 99.095-57.19-36.938-21.31-10.25 5.936-14.03 8.156v-16.218l-.063-149.22zm18.686.875l.03 51.47 41.72-25.72-41.75-25.75zm59.53 36.72l-49.436 30.5 49.094 28.31 49.437-28.53-49.092-30.28zm-59.5 46.28l.033 49.094.905-.53 4.656-2.69 4.69 2.688 50.968 29.407.25-.126L374.75 458.47l.03-114.595L336.5 366l.03 11.844.064 16.22-14.063-8.127L195.19 312.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-moebius-triangle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M209.094 19.53L150.53 35.22l234.19 234.186 11.436 11.47-15.625 4.187-182.25 48.78L184 387.032l307.78-82.467.408-1.5L209.094 19.53zm-77.75 22.94L25.78 436.31l45.376 45.375 87.375-326.062 4.19-15.656 11.436 11.468 133.688 133.718 52.22-13.97L131.343 42.47zm41.062 133.655L87.53 492.845l381.126-102.126 17.53-65.314L173.22 409.28l-15.657 4.19 4.218-15.658 49.126-183.156-38.5-38.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-molecule tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M106.875 16l-4.656 2.688-69.907 40.218-4.688 2.688v91.281l4.688 2.688 64.468 37.093-.06 37.78c-15.19 3.762-26.564 17.585-26.564 33.876 0 19.15 15.725 34.875 34.875 34.875 19.152 0 34.876-15.724 34.876-34.875 0-15.55-10.35-28.863-24.5-33.312l.063-37.47 42.093-24.218L237 216.406v58.625l4.688 2.69 34.093 19.624v.25h.47l22 12.656-51.906 29.875-48.188-27.72c.227-1.367.375-2.754.375-4.186 0-14.102-11.43-25.533-25.53-25.533-14.1 0-25.53 11.43-25.53 25.532 0 14.1 11.43 25.53 25.53 25.53 5.86 0 11.254-1.994 15.563-5.313L237 356.313v23l-59.53-.156c-1.688-6.323-5.76-12.032-11.876-15.562-12.212-7.05-27.825-2.837-34.875 9.375-7.052 12.21-2.87 27.823 9.343 34.874 12.21 7.05 27.824 2.867 34.875-9.344.124-.215.226-.44.343-.656L237 398v27.78l-43.344 24.94c-4.61-4.55-10.95-7.376-17.937-7.376-14.102 0-25.532 11.43-25.532 25.53 0 14.102 11.43 25.532 25.53 25.532 14.1 0 25.532-11.43 25.532-25.53 0-.316-.02-.626-.03-.938l44.968-25.875 65.406 37.625 4.656 2.687 4.656-2.688 69.906-40.218 4.688-2.69V345.5l-4.688-2.688-56.562-32.562 56.563-32.53 4.687-2.69v-79.435l51.563-29.657c4.26 3.185 9.552 5.093 15.28 5.093 14.1 0 25.532-11.43 25.532-25.53 0-14.1-11.43-25.53-25.53-25.53-14.102 0-25.533 11.43-25.533 25.53 0 1.553.14 3.055.407 4.53l-50.158 28.876-61.625-35.47-.093-55.186c14.1-4.478 24.406-17.767 24.406-33.28 0-19.152-15.725-34.876-34.875-34.876S280 35.818 280 54.97c0 16.322 11.423 30.145 26.656 33.874l.094 54.78-42.594 24.532-78.03-45.97V61.596l-4.69-2.688L146.814 39l-.53-.938-.532.313-34.22-19.688L106.876 16zm0 21.563l20.188 11.624L71.97 81.094l-4.657 2.687v5.376l-.157 64.906-20.844-12V72.406l60.563-34.844zm208 1.218c9.05 0 16.188 7.138 16.188 16.19 0 9.05-7.137 16.186-16.188 16.186-9.05 0-16.188-7.137-16.188-16.187 0-9.052 7.137-16.19 16.188-16.19zM145.812 59.97l21.625 12.436v59.25L232.188 171l13.344 7.844-.218.125 18.25 11.06 52.688-30.31 20.188 11.624-55.813 32.312-4.656 2.688v5.375l-.126 64.093-20.156-11.594v-57.095l-97.97-59.47-50.843 29.25-21.03-12.093.155-70.25 59.813-34.593zm-20.218 38.968c-11.512 0-20.656 9.113-20.656 20.624 0 11.512 9.144 20.657 20.656 20.657 11.512 0 20.625-9.146 20.625-20.657 0-11.514-9.114-20.626-20.626-20.626zm229.53 83.156l21.688 12.47v69.655L316.25 299.06l-21.75-12.53.156-69.407 60.47-35.03zm-250.093 66.03c9.052 0 16.19 7.138 16.19 16.19 0 9.05-7.138 16.186-16.19 16.186-9.05 0-16.186-7.137-16.186-16.188 0-9.05 7.137-16.187 16.187-16.187zm211.22 73.345l60.563 34.874v69.625L316.25 460.81l-60.563-34.843V356.31l60.563-34.843zm-.406 31.31c-21.558 0-38.813 17.287-38.813 38.845s17.256 38.844 38.814 38.844 38.844-17.287 38.844-38.845c0-21.56-17.286-38.844-38.844-38.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-molotov tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M274.416 16.05c-13.347 2.888-35.426 19.905-27.508 51.26 9.262 36.67-75.52 36.213-41.63-24.058C183.646 58.92 167.17 55.08 161.8 23.148c-22.233 27.904-22.512 73.433-9.892 101.918 16.77 37.852-29.304 44.6-49.738 8.97 22.28 116.072-46.865 107.22-30.28 71.462 17.254-37.196 27.745-77.21-42.12-94.23 38.313 20.83 32.962 105.25.93 70.77-19.66 36.393 28.903 46.923 30.32 73.558 1.145 21.548-18.805 21.214-33.916 7.468 1.39 33.63 26.576 36.938 39.054 54.836 27.306 39.166-14.327 68.647-39.308 46.163 4.337 38.776 26.144 64.053 54.576 84.212C92.46 304.957 131.467 205.87 178.576 150.22c25.333-29.928 53.268-47.503 80.98-51.273 3.463-.47 6.913-.712 10.34-.726 21.053-.087 41.165 8.386 57.596 24.544 36.358-6.065 45.915-44.68 13.487-70.46 1.828 64.344-67.158 21.956-66.564-36.255zm104.12 3.993c-6.333.11-13.55 2.39-21.448 7.477 35.57 10.134 37.05 44.868 14.775 81.2 49.277-26.507 40.868-89.265 6.672-88.677zm-272.333 3.12C69.545 22.65 54.15 79.77 92.807 103.84c-11.116-31.483 5.797-61.904 27.802-77.71-5.083-1.97-9.905-2.9-14.407-2.964zm163.87 93.696c-2.633.034-5.3.237-8 .605-21.6 2.94-45.96 17.336-69.233 44.828-44.866 53.002-84.617 154.055-93.772 303.228 8.6-2.924 16.847-2.806 23.96-.305 5.363 1.885 10.034 4.62 14.37 7.623 5.066-72.095 13.248-143.837 30.592-214.016l.473.117-6.81 147.94.25.01c-2.782 26.187-4.914 52.54-6.655 79.008 7.317 4.79 14.645 8.118 23.81 8.262 9.88.156 22.915-3.568 40.856-15.93-16.913-92.954-21.596-183.95 3.97-268.86-.17-3.325.088-6.7.848-10.056 2.023-8.927 7.973-17.458 17.41-22.906l.003-.002 52.53-30.29 17.848-11.81c-12.794-12.023-27.02-17.653-42.45-17.447zm68.37 27.91c-3.02.173-4.934.53-6.95 1.69h-.007l-80.004 46.136c-5.395 3.116-7.58 6.683-8.523 10.847-.945 4.166-.275 9.192 1.894 13.848 4.337 9.313 13.166 15.533 22.32 13.08l6.924-1.852 57.933 100.294.036.063c8.55 15.338 10.57 28.975 8.63 40.664-1.936 11.688-7.168 20.96-11.337 29.63-4.17 8.67-7.43 16.607-7.702 26.346-.27 9.734 2.376 21.82 12.088 38.724l.01.02 17.71 30.353H493.27V326.61c-12.267-6.23-24.566-5.693-39.182-7.292-16.313-1.783-35.21-8.355-49.412-31.873l-.04-.066-49.236-84.71-53.31 30.78-9.346-16.186 53.264-30.752-.1-.172 7.2-4.895c3.907-2.655 5.554-5.617 6.26-9.334.704-3.715.116-8.287-1.74-12.64-3.708-8.707-11.835-15.106-19.18-14.7h-.005z" fill="#fff"/></svg>
<svg class="tc-image-originals-money-stack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M327.027 65.816L229.79 128.23l9.856 5.397 86.51-55.53 146.735 83.116-84.165 54.023 4.1 2.244v6.848l65.923-42.316 13.836 7.838-79.76 51.195v11.723l64.633-41.487 15.127 8.57-79.76 51.195v11.723l64.633-41.487 15.127 8.57-79.76 51.195v11.723l100.033-64.21-24.828-14.062 24.827-15.937-24.828-14.064 24.827-15.937-23.537-13.333 23.842-15.305-166.135-94.106zm31.067 44.74c-21.038 10.556-49.06 12.342-68.79 4.383l-38.57 24.757 126.903 69.47 36.582-23.48c-14.41-11.376-13.21-28.35 2.942-41.67l-59.068-33.46zM227.504 147.5l-70.688 46.094 135.61 78.066 1.33-.85c2.5-1.61 6.03-3.89 10.242-6.613 8.42-5.443 19.563-12.66 30.674-19.86 16.002-10.37 24.248-15.72 31.916-20.694L227.504 147.5zm115.467 1.17a8.583 14.437 82.068 0 1 .003 0 8.583 14.437 82.068 0 1 8.32 1.945 8.583 14.437 82.068 0 1-.87 12.282 8.583 14.437 82.068 0 1-20.273 1.29 8.583 14.437 82.068 0 1 .87-12.28 8.583 14.437 82.068 0 1 11.95-3.237zm-218.423 47.115L19.143 263.44l23.537 13.333-23.842 15.305 24.828 14.063-24.828 15.938 24.828 14.063-24.828 15.938 166.135 94.106L285.277 381.8V370.08l-99.433 63.824L39.11 350.787l14.255-9.15 131.608 74.547L285.277 351.8V340.08l-99.433 63.824L39.11 320.787l14.255-9.15 131.608 74.547L285.277 321.8V310.08l-99.433 63.824L39.11 290.787l13.27-8.52 132.9 75.28 99.997-64.188v-5.05l-5.48-3.154-93.65 60.11-146.73-83.116 94.76-60.824-9.63-5.543zm20.46 11.78l-46.92 30.115c14.41 11.374 13.21 28.348-2.942 41.67l59.068 33.46c21.037-10.557 49.057-12.342 68.787-4.384l45.965-29.504-123.96-71.358zm229.817 32.19c-8.044 5.217-15.138 9.822-30.363 19.688-11.112 7.203-22.258 14.42-30.69 19.873-4.217 2.725-7.755 5.01-10.278 6.632-.09.06-.127.08-.215.137v85.924l71.547-48.088v-84.166zm-200.99 17.48a8.583 14.437 82.068 0 1 8.32 1.947 8.583 14.437 82.068 0 1-.87 12.28 8.583 14.437 82.068 0 1-20.27 1.29 8.583 14.437 82.068 0 1 .87-12.28 8.583 14.437 82.068 0 1 11.95-3.236z"/></svg>
<svg class="tc-image-originals-monk-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 41c-29.03 0-56.162 11.49-78.38 31.12 1.61 1.512 3.192 3.022 4.714 4.49 9.823 9.47 18.386 17.234 26.963 18.484 5.004.73 11.068-1.446 18.715-4.95 7.647-3.503 16.566-8.274 27.62-8.294 11.163-.02 20.207 4.76 27.975 8.28 7.77 3.522 13.955 5.722 19.08 4.966 8.583-1.267 17.153-9.04 26.98-18.506 1.52-1.464 3.095-2.97 4.704-4.48C312.156 52.488 285.027 41 256 41zM143.572 72.99c-1.595-.076-5.878 2.043-9.21 5.373-4.138 4.14-8.75 9.024-11.485 13.395-2.736 4.37-3.203 7.102-2.465 9.043 3.604 9.48 12.928 14.148 27.156 17.555 14.228 3.408 31.67 4.636 46.905 8.99 20.49 5.857 41.04 10.94 61.052 10.968 20.34.026 41.222-5.056 62.012-10.97 15.233-4.332 32.672-5.563 46.897-8.974 14.224-3.412 23.55-8.088 27.154-17.57.738-1.94.27-4.672-2.465-9.042-2.736-4.37-7.347-9.256-11.486-13.395-3.33-3.33-7.614-5.45-9.21-5.373-8.463.402-16.603 7.244-26.273 16.56-9.67 9.317-20.536 20.948-36.84 23.354-11.4 1.683-21.038-2.707-29.138-6.38-8.1-3.67-14.97-6.685-20.51-6.674-5.422.01-12.174 3.002-20.156 6.66-7.983 3.657-17.506 8.043-28.807 6.396-16.317-2.377-27.19-14.016-36.86-23.34-9.672-9.323-17.813-16.174-26.27-16.576zm-8.437 60.555C126.11 155.883 121 181.13 121 208c0 67.545 32.248 124.872 78 151.332v-5.795h18v9s-.073 4.904 4.2 10.6c4.27 5.696 12.8 12.4 34.8 12.4 22 0 30.53-6.704 34.8-12.4 4.273-5.696 4.2-10.6 4.2-10.6v-9h18v5.795c45.752-26.46 78-83.787 78-151.332 0-26.865-5.11-52.11-14.13-74.443-2.73.888-5.49 1.657-8.24 2.316-16.316 3.913-33.775 5.26-46.167 8.783-21.193 6.028-43.652 11.687-66.96 11.656-22.997-.03-45.113-5.695-65.976-11.658-12.38-3.538-29.835-4.887-46.152-8.795-2.75-.66-5.51-1.428-8.24-2.315zm-29.02 37.197c-6.307 1.07-11.955 2.64-16.623 4.72-9.613 4.29-14.883 9.754-16.68 18.376-1.835 8.79 4.34 18.974 15.292 29.193 5.215 4.868 10.972 9.264 16.693 13.33-1.18-9.257-1.797-18.73-1.797-28.36 0-12.74 1.073-25.202 3.115-37.258zm299.77 0C407.927 182.798 409 195.262 409 208c0 9.63-.616 19.103-1.797 28.36 5.72-4.066 11.478-8.462 16.693-13.33 10.953-10.218 17.127-20.4 15.293-29.192-1.8-8.622-7.07-14.087-16.682-18.375-4.668-2.082-10.315-3.652-16.623-4.72zM151 179.428h82v18h-17.893C216.335 200.745 217 204.332 217 208c0 14.537-10.435 27.842-25 27.842S167 222.537 167 208c0-3.668.665-7.255 1.893-10.572H151v-18zm128 0h82v18h-17.893C344.335 200.745 345 204.332 345 208c0 14.537-10.435 27.842-25 27.842S295 222.537 295 208c0-3.668.665-7.255 1.893-10.572H279v-18zm-87 18.73c-3.11 0-7 3.566-7 9.842 0 6.276 3.89 9.842 7 9.842s7-3.566 7-9.842c0-6.276-3.89-9.842-7-9.842zm128 0c-3.11 0-7 3.566-7 9.842 0 6.276 3.89 9.842 7 9.842s7-3.566 7-9.842c0-6.276-3.89-9.842-7-9.842zm-96.615 29.13l6.664 6.048c10.193 9.253 18.694 12.328 26.63 12.053 7.936-.277 16.305-4.164 25.375-12.146l6.756-5.945 11.89 13.51-6.755 5.946c-11.043 9.72-23.294 16.16-36.64 16.623-13.347.462-26.79-5.312-39.354-16.716l-6.663-6.05 12.098-13.327zm-40.37 28.173l17.97 1.08c-.528 8.798-2.63 16.397-5.788 23.036 46.533 15.463 75.073 15.463 121.606 0-3.158-6.64-5.26-14.238-5.787-23.037l17.968-1.08c1.277 21.287 12.412 30.7 27.993 41.042l-9.954 14.996c-6.863-4.555-13.805-9.87-19.744-16.437l-4.434 1.48c-49.14 16.38-84.553 16.38-133.692 0l-4.433-1.48c-5.938 6.567-12.88 11.883-19.743 16.438l-9.954-14.996c15.58-10.34 26.716-19.755 27.993-41.04zm-53.247 57.112c-11.485 7.137-19.815 15.392-24.174 24.328 15.652 60.648 38.172 93.902 64.263 116.266 22.97 19.69 49.378 31.227 77.143 44.504V441h-32v-18h32v-19.86c-20.637-1.876-33.41-10.15-40.2-19.202-.244-.327-.46-.655-.69-.983-31.41-13.046-58.028-38.055-76.342-70.383zm252.464 0c-18.314 32.328-44.93 57.337-76.34 70.383-.23.328-.448.656-.693.983-6.79 9.053-19.563 17.326-40.2 19.2V423h32v18h-32v56.67c27.765-13.277 54.172-24.815 77.143-44.504 26.09-22.364 48.61-55.618 64.263-116.266-4.36-8.936-12.69-17.19-24.174-24.328zM231 327h50v18h-50v-18zM89.107 345.256c-19.795 1.35-39.674 8.244-54.736 16.61-6.51 3.618-12.106 7.51-16.37 11.148V494h37v-39h18v39h125.602c-13.88-7.477-27.505-16.063-40.46-27.166-28.365-24.313-52.697-60.595-69.035-121.578zm333.786 0c-16.338 60.983-40.67 97.265-69.036 121.578-12.954 11.103-26.58 19.69-40.46 27.166H439v-39h18v39h37V373.014c-4.264-3.637-9.86-7.53-16.37-11.147-15.063-8.367-34.942-15.262-54.737-16.61z"/></svg>
<svg class="tc-image-originals-monkey tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M199.53 19.03l-15.81 43.595-47.94-16.906 37.845 43.843c-21.482 15.605-38.455 37.07-48.563 62.062-8.8-3.472-18.373-5.406-28.406-5.406-.67 0-1.334-.018-2 0C52.702 147.284 19 181.725 19 224.062c0 43.008 34.775 77.875 77.656 77.875 19.056 0 36.493-6.887 50-18.313 7.23 6.66 15.522 12.337 24.656 17.063-12.712 16.714-20.686 37.255-21.875 59.593 5.168 5.635 12.93 11.145 23.344 16.033 20.91 9.81 50.94 16.25 84.157 16.25s63.25-6.44 84.157-16.25c10.434-4.897 18.2-10.418 23.375-16.063-1.196-22.333-9.156-42.884-21.876-59.594 9.118-4.72 17.405-10.38 24.625-17.03 13.513 11.425 30.974 18.312 50.03 18.312 42.88 0 77.625-34.867 77.625-77.875 0-43.01-34.744-77.844-77.625-77.844-.67 0-1.334-.018-2 0-9.32.236-18.242 2.122-26.47 5.374-6.306-15.583-15.302-29.785-26.374-42.063l30.563-6.56-63.25-20.75 19.655-28.314-66.438 10.97c-8.427-1.565-17.122-2.376-26-2.376-13.512 0-26.58 1.9-38.968 5.438L199.53 19.03zM95.75 166.75c7.83 0 15.652 1.623 22.938 4.813-1.315 5.45-2.33 11.013-3 16.687-15.55-8.79-35.502-6.516-48.782 6.813-15.997 16.057-15.997 41.915 0 57.968 15.946 16.003 41.523 16.055 57.53.157 2.378 5.172 5.193 10 8.345 14.532-22.403 19.146-56.314 18.1-77.468-3.126-22.243-22.322-22.242-58.768 0-81.094 11.122-11.162 25.784-16.75 40.438-16.75zm322.406 0c14.654 0 29.317 5.588 40.438 16.75 22.243 22.326 22.244 58.772 0 81.094-21.148 21.222-55.062 22.256-77.47 3.125 3.158-4.54 5.935-9.383 8.313-14.564 16.007 15.93 41.607 15.888 57.563-.125 15.997-16.052 15.998-41.91 0-57.968-13.28-13.328-33.232-15.602-48.78-6.812-.67-5.674-1.687-11.237-3-16.688 7.292-3.19 15.106-4.813 22.936-4.812zm-223.22 16.406c20.812 0 37.69 16.908 37.69 37.78 0 20.873-16.878 37.814-37.69 37.814-20.81 0-37.686-16.94-37.686-37.813 0-20.87 16.877-37.78 37.688-37.78zm125.533 3.125c19.97 0 36.155 16.25 36.155 36.282 0 20.032-16.184 36.282-36.156 36.282-19.974 0-36.19-16.25-36.19-36.28 0-20.033 16.216-36.283 36.19-36.283zm-91.158 79.314l18 4.97-9.78 35.498-18-4.968 9.78-35.5zm55.25 0l9.782 35.5-18 4.97-9.78-35.502 17.998-4.968zm78.094 120.156c-4.226 2.705-8.79 5.2-13.625 7.47-24.213 11.362-56.503 18.03-92.092 18.03-35.59 0-67.88-6.668-92.094-18.03-4.822-2.264-9.38-4.743-13.594-7.44 9.62 44.998 53.293 62.564 105.688 62.564 52.407 0 96.112-17.573 105.718-62.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-monkey-wrench tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M417.972 37.51c-1.67-.02-3.093.17-4.218.544l-20.127 6.71 63.95 63.948-22.628 22.627 21.212 21.212 27.576-27.578c6.01-6.01 7.04-13.12 4.383-23.152-2.655-10.033-9.698-21.883-18.933-32.438-9.235-10.554-20.62-19.874-31.123-25.603-7.878-4.297-15.083-6.214-20.092-6.27zM354.338 98.81l-45.952 45.95c5.99 1.255 12.28 2.304 18.506 2.534 12.166.45 23.204-1.815 32.397-11.008l6.362-6.363 17.64 17.64.073.073 4.914 4.914 9.9-9.9-43.842-43.84zm67.884 45.254l-21.214 21.215 21.212 21.213 21.213-21.214-21.21-21.214zm-56.57 14.156c-1.773 0-3.545.703-4.95 2.107-2.808 2.808-2.808 7.09 0 9.9 2.81 2.81 7.09 2.81 9.9 0 2.808-2.81 2.808-7.092 0-9.9-1.405-1.405-3.177-2.108-4.95-2.108zm-72.32 1.596l-28.09 28.09 93.516 93.513c1.927-.694 5.33-2.472 9.257-5.14 4.036-2.746 8.643-6.35 13.44-10.464-7.204 2.642-15.128 1.97-21.463-4.366l-33.942-33.94c-16.086-16.088 4.237-42.443 23.043-41.142 1.67.116 3.328.455 4.948 1.034-2.19-1.138-4.24-2.62-6.066-4.446-5.053-5.053-7.464-11.816-7.246-18.507-4.92.785-9.81 1.008-14.502.834-12.924-.478-24.25-3.404-32.894-5.466zm94.226 17.47c-1.107 2.04-2.513 3.953-4.228 5.668-7.18 7.18-17.813 9.033-26.78 5.573 1.688.903 3.32 2.09 4.856 3.624l33.94 33.94c6.817 6.816 7.093 15.475 3.722 23.093 8.43-8.698 16.1-17.75 21.014-24.975 2.67-3.925 4.45-7.328 5.144-9.256l-37.668-37.668zM254.3 202.42l-26.195 43.66 4.04 19.296 17.374 3.31 35.523-35.523L254.3 202.42zm93.024 1.96c-3.75.04-11.022 7.926-8.547 10.4l33.94 33.942c2.83 2.828 12.73-7.07 9.902-9.898l-33.943-33.942c-.353-.353-.817-.508-1.353-.502zm-38.24 52.824l-4.95 4.95c-7.424 7.424-10.522 14.256-11.244 19.304-.72 5.05.637 8.274 2.758 10.395 2.12 2.12 5.346 3.48 10.395 2.758 5.048-.72 11.88-3.82 19.304-11.244l4.95-4.95-21.213-21.212zm-95.91 5.4L47.7 428.076c4.836 1.544 9.377 4.213 13.188 8.024 3.812 3.813 6.48 8.357 8.024 13.192l165.215-165.215-17.143-3.265-3.81-18.21zM37.554 444.377c-3.82 0-7.638 1.485-10.605 4.45-5.934 5.935-5.934 15.28 0 21.214 5.932 5.934 15.28 5.934 21.212 0 5.933-5.933 5.933-15.28 0-21.213-2.967-2.967-6.788-4.452-10.608-4.452z"/></svg>
<svg class="tc-image-originals-monster-grasp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M108.777 256.058c.286 56.565 13.983 101.827 24.942 133.585C85.56 317.753 30.9 187.787 120.5 112.147c-42.56-4.31-92.374 25.796-95.78 71.213h-.19c-1.068 14.052 2.58 29.756 11.746 46.133C16.312 284.78 15.33 345.708 49.6 433.393c19.18 49.048 70.854 62.702 120.752 53.94 36.346-6.4 70.19-22.667 93.294-59.754 40.158-64.48 59.99-105.418 101.79-135.42 46.526-19.777 97.54-3.25 123.88 22.454-7.476-57.55-70.396-111.51-120.465-56.763-41.325 7.66-69.025 17.52-115.722 51.235 19.65-38.758 56.327-84.913 79.13-112.415 33.693-41.608 102.853-56.82 138.524-48.106-31.99-45.34-127.917-59.59-149.615 12.53-42.008 19.263-94.897 60.85-129.908 102.997 11.58-52.748 33.18-117.786 54.347-155.208 33.825-36.553 83.77-35.932 114.623-26.564-28.904-46.596-121.244-70.12-138.495 12.993-43.11 33.08-87.248 100.11-112.956 160.748z"/></svg>
<svg class="tc-image-originals-moon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.125 18.563c-131.53 0-238.375 106.813-238.375 238.343 0 131.53 106.846 238.344 238.375 238.344 131.53 0 238.344-106.815 238.344-238.344 0-131.528-106.816-238.344-238.345-238.344zm-23.938 52.093c40.517 0 77.988 12.904 108.532 34.813-5.597-.624-11.302-.97-17.064-.97-84.157 0-152.375 68.25-152.375 152.406 0 84.157 68.22 152.375 152.376 152.375 5.762 0 11.467-.313 17.063-.936-30.545 21.91-68.016 34.812-108.533 34.812-102.98 0-186.28-83.272-186.28-186.25 0-102.977 83.3-186.25 186.28-186.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-moon-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.893 25.73c-129.963 0-235.13 105.166-235.13 235.13 0 52.99 17.487 101.856 47.007 141.154 18.687-22.89 36.79-51.545 40.99-78.98l-60.55-123.81 102.927-67.675c-32.11 41.175-42.93 80.322-36.914 113.11 6.575 35.84 33.437 62.59 69.39 74.065l5.682-17.807c-30.667-9.787-51.42-30.922-56.688-59.63-.662-3.61-1.076-7.368-1.22-11.26 20.214 13.75 81.03-26.946 139.773-113.604l101.445 20.11c-87.707 2.83-148.702 57.44-137.615 108.94l109.625-63.956 92.942 26.306c-86.43.5-159.89 25.05-162.032 83.56l106.065-37.67 85.447 68.612c-128.788-47.823-210.17 2.972-273.937 56.713-14.598 27.523-21.196 63.61-24.002 100.435 26.848 10.654 56.13 16.515 86.795 16.515 129.962 0 235.13-105.168 235.13-235.13 0-129.964-105.168-235.13-235.13-235.13z" fill="#fff"/></svg>
<svg class="tc-image-originals-morbid-humour tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.95 17.338c-61.708 0-102.232 20.943-128.57 55.848-25.517 33.818-37.445 81.93-38.17 137.86 33.63 19.018 56.805 39.508 70.78 61.804 7.797 12.44 12.592 25.422 14.803 38.656l16.494 2.492-4.635 30.69c4.333 1.272 9.355 2.47 14.83 3.402.99.168 2.03.317 3.047.474l3.646-24.134 18.478 2.79-3.552 23.514c7.145.598 14.607.988 22.185 1.145v-20.5h18.688v20.417c7.532-.217 14.968-.652 22.09-1.318l-3.516-23.26 18.477-2.79 3.577 23.66c.388-.066.798-.124 1.183-.192 6.83-1.2 12.908-2.776 17.99-4.466l-4.445-29.434 17.785-2.685c8.21-38.67 34.413-73.048 85.563-100.422-.764-52.846-12.427-100.878-37.823-135.42C362.577 39.727 322.07 17.34 259.95 17.34zm-73.663 116.344c24.028-.286 46.155 15.473 52.942 39.556-3.906.72-7.97 1.394-11.933 2.453-37.542 10.045-65.257 32.45-72.463 55.626-9.722-7.055-17.098-16.803-20.45-29.287-7.768-28.947 9.456-58.735 38.444-66.49 4.495-1.203 9.01-1.805 13.46-1.858zm141.783 0c4.45.053 8.965.655 13.46 1.857 28.99 7.755 46.213 37.543 38.445 66.49-3.35 12.483-10.728 22.23-20.45 29.286-7.206-23.175-34.92-45.58-72.462-55.625-3.962-1.058-8.028-1.732-11.934-2.452 6.786-24.083 28.913-39.842 52.94-39.556zm-70.828 84.963c13.88 29.26 24.89 58.52 30.358 87.78-20.238-6.68-40.475-7.568-60.713 0 7.39-29.26 16.27-58.52 30.355-87.78zM166.44 362.84c-5.255 17.464-13.684 35.014-24.208 52.68 27.1 53.567 74.66 77.275 120.766 76.037 46.057-1.238 90.19-27.462 110.525-76.305-10.655-17.354-19.13-33.665-23.72-51.45-4.847 5.995-10.002 11.43-15.4 16.31l10.788 20.325-16.506 8.762-9.237-17.405c-4.638 3.094-9.402 5.822-14.267 8.172l6.025 19.41-17.85 5.54-5.662-18.243c-6.32 1.825-12.745 3.05-19.216 3.666v21.002h-18.69v-20.928c-7.14-.623-14.243-1.988-21.23-4.088l-5.77 18.59-17.85-5.54 6.192-19.944c-4.808-2.374-9.523-5.116-14.122-8.22l-9.55 17.987-16.507-8.762 11.13-20.967c-5.47-4.968-10.703-10.512-15.64-16.63z" fill="#fff"/></svg>
<svg class="tc-image-originals-mortar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M336.313 25.057l-42.536 73.45-1.718 28.036 45.754 26.498 23.463-15.446 42.535-73.448zm-50.3 118.785l-31.07 53.654 30.307 17.55c.91-.06 1.825-.103 2.75-.103 3.218 0 6.35.39 9.36 1.1l28.46-49.148zm-61.238 20.455l-4.63 7.72-33.665 56.106-11.09-7.19-7.55-4.9-9.795 15.102 7.55 4.896 11.618 7.538-5.068 8.448-4.63 7.716 15.434 9.262 4.63-7.72 48-80 4.63-7.715zm14.22 44.766l-31.07 53.652 53.655 31.072 2.623-4.53c-10.39-7.46-17.203-19.63-17.203-33.314 0-13.334 6.466-25.24 16.412-32.742zM288 232.942c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zM205.83 282.3l-78.078 134.827c5.496 5.717 8.967 13.386 9.223 21.816h31.298l77.364-133.59zm109.432 4.184c-3.484 3.116-7.498 5.644-11.885 7.436l89.393 161.023h16.01zM104 424.944c-8.39 0-15 6.608-15 15 0 8.39 6.61 15 15 15s15-6.61 15-15c0-8.392-6.61-15-15-15zm-63 32v30h35.498c5.765-4.327 12.842-6.912 20.772-8.764 9.43-2.204 20.05-3.237 30.675-3.237 10.626 0 21.22 1.03 30.608 3.24 7.86 1.847 14.873 4.418 20.568 8.76H215v-30h-82.766c-5.803 9.562-16.317 16-28.234 16-11.917 0-22.43-6.438-28.234-16zm336 16v14h94v-14z"/></svg>
<svg class="tc-image-originals-mountain-cave tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M195.344 71.438c-3.83.12-7.66 1.205-10.938 3.062-9.987 5.66-16.774 16.198-25.062 31.72-8.288 15.52-17.55 36.4-29.03 63.218C107.35 223.07 75.606 300.42 26.843 403.875a9.5 9.5 0 1 0 17.187 8.094c48.966-103.882 80.897-181.682 103.75-235.064 11.428-26.69 20.6-47.274 28.314-61.72 7.713-14.443 14.5-22.366 17.656-24.155 1.578-.893 1.773-.822 2.78-.56 1.01.26 3.136 1.348 6 4.155 5.732 5.614 13.667 17.43 23.314 34.438 19.077 33.636 45.742 87.6 87.28 159.03-4.364 10.616-9.077 21.89-14.25 33.876a9.5 9.5 0 1 0 17.438 7.53c20.076-46.524 33.676-83.107 44.188-106.47 5.256-11.68 9.878-20.06 13.22-24.093 1.445-1.745 2.452-2.466 2.874-2.718.654.36 4.928 3.886 9.937 12.468 5.162 8.84 11.398 22.197 18.845 40 14.893 35.605 34.786 89.108 63.313 162.656a9.503 9.503 0 1 0 17.718-6.875c-28.48-73.43-48.32-126.835-63.5-163.126-7.59-18.146-13.993-31.983-19.97-42.22-5.974-10.235-11.09-17.537-19.78-20.843-2.172-.825-4.596-1.186-7-1.124-2.403.062-4.778.553-6.875 1.47-4.192 1.83-7.355 4.77-10.186 8.186-5.664 6.836-10.42 16.147-15.938 28.407-6.044 13.432-12.834 30.485-20.97 50.624-37.043-64.58-61.375-113.65-79.81-146.156-9.925-17.5-17.96-30.198-26.564-38.626-4.3-4.213-8.923-7.548-14.53-9-1.403-.362-2.857-.563-4.313-.624-.547-.024-1.08-.018-1.626 0zm5.03 258.78c-39.944 0-72.31 39.03-72.31 87.188h144.624c0-48.16-32.368-87.187-72.313-87.187z" fill="#fff"/></svg>
<svg class="tc-image-originals-mountains tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.22 18.375c-132.32 0-239.783 107.43-239.783 239.75S123.9 497.905 256.22 497.905 496 390.446 496 258.126 388.54 18.375 256.22 18.375zm0 17.875c102.773 0 189.092 69.664 214.374 164.406l-79.313-81.47-6.967-7.155-6.688 7.47-77.22 86.438c-11.493-10.268-22.98-20.284-34.467-30.063l-6.563-5.625-6.125 6.156c-18.41 18.527-36.937 37.61-55.438 57.094l-76.437-83.375-6.875-7.5-6.875 7.5-71.188 77.313C51.364 119.34 143.983 36.25 256.22 36.25zm102.25 147.28l-3.845 35.376 21.563-32 10.75 16.688 9.968-8.47 27.188 26.814L417 187.344l19.5 5.062 39.188 40.25.843-.812c1.016 8.618 1.564 17.388 1.564 26.28 0 37.033-9.06 71.917-25.063 102.595-46.25-53.48-92.512-100.116-138.75-142.283l11-12.312 33.19-22.594zM138.31 206.28l26.438 18.782 20.22 22.032c-39.47 42.024-78.63 85.836-115.94 130.344-21.98-34.443-34.718-75.38-34.718-119.313v-.78l16.25-17.658 37.25-20.187-17.187 54.063 41.813-51.22 27.312 32.72-1.438-48.782zm141.375 61.657l53.157 60.938-7.688-54.563L386.312 315c18.918 19.863 37.83 40.733 56.75 62.78l.188-.186C403.853 439.216 334.868 480.03 256.22 480.03c-71.76 0-135.483-33.992-176.033-86.75 19.135-22.91 38.775-45.645 58.72-68.06l56.155-33.814-29.312 76.75 61.53-73.375 6.25 32.19 19.532-36.783 47.844 69.5-21.22-91.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-mountaintop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.813 14.47c-132.537 0-240.188 107.65-240.188 240.186 0 132.537 107.65 240.156 240.188 240.156C386.349 494.813 494 387.192 494 254.656S386.35 14.47 253.812 14.47zm0 18.686c122.436 0 221.5 99.064 221.5 221.5 0 17.96-2.133 35.412-6.157 52.125l-44.906-8.686-20.53-71.594-1.376-4.844-4.844-1.5-58.063-17.937-66.906-128.626-4.75-9.156-8.655 5.624-91.094 59.25-2.936 1.907-.97 3.374L116.19 301.97l-70.22 29.436c-8.82-23.91-13.656-49.753-13.656-76.75 0-122.436 99.064-221.5 221.5-221.5zm.812 62.125l-52.53 104.595 16.218 134.438 90.125-61.938v62.97l-23.563 6.25L305.72 470.03c-16.646 3.988-34.03 6.095-51.908 6.095-88.813 0-165.33-52.117-200.656-127.47l74.406-31.217 4.126-1.72 1.25-4.312 48.187-168.28 73.5-47.845z" fill="#fff"/></svg>
<svg class="tc-image-originals-mounted-knight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M222.776 64.76a16.1 16.1 0 0 1 4.22.56c8.45 2.29 13.88 11.15 14.57 22l-25.78 6 21.89 13.86c-4.93 10.47-13.67 17.3-22.34 17.3a16.1 16.1 0 0 1-4.22-.56c-11.68-3.16-17.59-18.85-13.2-35 3.87-14.26 14.43-24.16 24.86-24.16zm-20.29-9.44a38.78 38.78 0 0 1 9.18-4.65c-5.47-4.23-12.06-8.82-15.9-9.73-27.8-6.55-28.34 34.41-49.08 15.35 16.77 30.56 35.36-12.18 55.8-.96zm54 115.56c-6.437-14.24-23.208-20.557-37.44-14.1l23.34 51.55c14.246-6.438 20.57-23.21 14.12-37.45zm-69.52 35l-21.72-6.66-60.94 31 7.16 14.07zm29.88-65.41h-1.53c-2.836.002-5.66-.37-8.4-1.11a32.64 32.64 0 0 1-14.27-8.23l-19.49 53.78 47.69 14.63-10.68-23.59-14-2.64 9.69-7-8.01-17.51s17.52-7.83 19-8.33zm-132.65 143c-64.72-46.18 42-97.32-47.05-105.87 59.27 26.57-49.43 44.81-10.25 97.71 7.49 10.11 34.76 24.95 49.64 32.56a78.51 78.51 0 0 1 7.7-24.38zm132.79-63.26l2.31-4.42-10.29-3.15-49.91 25.39 68.65 26.47-48.34 40.09 40.63 26.55-6.5-23.93 45.41-49zm13.73-82c4.898.003 9.76.82 14.39 2.42l41.79-21.22a184.67 184.67 0 0 0-35.66-3.51c-5.68 11-14.35 19-24.17 22.51 1.21-.09 2.43-.16 3.65-.16zm182 124.37h-4.15c-5.37 0-11.36-.21-17.77-.63l12.66 18 25-7.33s-1.13-4.55-2.74-11.23a82.78 82.78 0 0 1-13.04 1.23zm-138.97-46.37c13.84-22.89 46.76-66.73 96-66.73 16.79 0 35.49 5.1 56 17.86l-11 19.83.21 21.93c-.43 3.25 3.4 21 7.08 36.9-6.65 1.15-23 1-43.18-1l-5.68-8.1c-16.16-9.55-28.75-15.76-28.75-15.76s.91 7.77 1.22 19.23c-23.06-4.18-46.85-10.67-64.84-20.13a81.992 81.992 0 0 1-7.06-4.03zm120.1-18.38c0 4.678 5.655 7.02 8.963 3.712 3.306-3.307.964-8.962-3.714-8.962a5.25 5.25 0 0 0-5.25 5.25zm-132.64-47.42a44.15 44.15 0 0 1 9.43 12.91l223.21-123.4v-9.4zm76.17 154.12c5.64-14.72 7.68-32.58 8.2-48a325.89 325.89 0 0 1-49-12.25 151.31 151.31 0 0 1-30.12-13.81l13.78 96.66-129 17.14-10.39-87.05c-4.26 1.77-8.45 3.64-12.54 5.64-58.81 28.68-29.46 96.18-29.46 96.18l-25 49.21 30.11 54.35v18.81h33.9l-15.74-22.83-14.48-52.57 48.87-46.4c27.89 1.26 102.44-11.49 134.52-17l83 4.55 22.88 29.29-16.85 12.55 29.55 13.9 9.37-18.45-19.23-49.28zm-51.22-131.12l-11.31 5.72a44.08 44.08 0 0 1-.07 7.38c3.46-4.32 7.23-8.75 11.38-13.1zm31.69 231.92l-5-45.44-20.89-1.14c-6.2 1.06-13.11 2.22-20.44 3.43l21.46 47.74 17.68 54.56-.63 17h31.67l-9.65-17.83zm-140.38 19.45l36.79-53.82c-21.33 2.95-51.31 5.07-51.47 5.07l2.93 7.61-19.1 41.87 47 44.07v11.75h28.65l-11.35-12.92z" fill="#fff"/></svg>
<svg class="tc-image-originals-mouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M34.938 16.906l-13.438 13C38.818 47.84 43.224 67.702 43.938 90.53c.713 22.83-2.914 47.96-.844 73.407 2.07 25.448 10.682 51.637 35.437 73.375 12.552 11.02 28.978 20.904 50.5 29.594-35.85 77.342 47.795 132.472 156 132.938C271.356 402 258.744 410.08 251.28 423c-13.113 22.707-5.338 51.734 17.376 64.844 22.714 13.11 51.76 5.332 64.875-17.375 4.172-7.224 6.21-15.09 6.345-22.876 35.374 15.605 85.978 19.85 137.156 7.687-13.672-51.014-42.848-92.966-74.624-115.624 6.57-4.002 12.257-9.682 16.375-16.812 13.115-22.707 5.34-51.734-17.374-64.844-22.712-13.11-51.76-5.332-64.875 17.375-6.807 11.79-7.995 25.29-4.374 37.375-54.145-91.83-145.59-133.942-193.812-62.313-21.142-8.312-36.498-17.526-47.5-27.187-20.946-18.393-27.29-38.276-29.125-60.844-1.837-22.567 1.69-47.38.905-72.47-.784-25.088-6.53-51.12-27.688-73.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-mouth-watering tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M87.75 30.72c-5.104.03-10.333.31-15.72.874 5.062 68.606 43.873 95.378 127.75 66.25-26.35-43.13-62.692-67.418-112.03-67.125zm343.906 0c-49.338-.294-85.65 23.993-112 67.124 83.878 29.128 122.69 2.356 127.75-66.25-5.386-.563-10.646-.845-15.75-.875zM13.844 146.437c-.826 4.546-1.156 9.206-1.156 13.875 0 46.09 41.19 86.706 104.124 111.062 23.478 13.02 30.98 83.94 19.688 117.156-2.47 7.262-12.906 26.75-12.906 35.626 0 12.032 9.75 21.97 21.78 21.97 12.033 0 21.75-9.938 21.75-21.97 0-8.93-11.05-28.19-13.093-35.625-8.77-31.912-10.39-102.854 18.157-101.186 25.43 5.13 52.85 7.945 81.438 8h.094c19.003 1.767 24.585 30.437 15.843 56.156-1.87 5.496-9.405 20.092-9.407 26.813 0 9.108 7.36 16.468 16.47 16.468 9.108 0 16.468-7.36 16.468-16.467 0-6.762-8.328-21.184-9.875-26.813-5.86-26.52-4.616-39.726 12.81-41.656 19.96-2.21 28.955 77.376 17.283 111.72-3.103 9.124-16 34-16 45.155 0 15.12 12.162 27.282 27.28 27.28 15.12-.002 27.28-12.16 27.282-27.28 0-11.226-13.9-35.817-16.47-45.158-11.062-40.25-6.928-130.344 18.533-138.093.02-.008.04-.026.062-.033.387-.097.77-.182 1.156-.28.013-.01.02-.023.03-.032 2.284-.584 4.54-1.19 6.783-1.813 52.234-11.767 35.948 18 56.06 18 16.277 0 5.717-34.745 31.314-59.03 29.47-22.375 46.906-50.01 46.906-79.97 0-4.668-.36-9.328-1.188-13.875-13.076 54.687-115.864 96.438-240.593 96.438-124.73 0-227.55-41.75-240.626-96.438zM418 341.938c-12.01 0-21.75 9.74-21.75 21.75s9.74 21.718 21.75 21.718 21.72-9.71 21.72-21.72c0-12.008-9.71-21.748-21.72-21.748z" fill="#fff"/></svg>
<svg class="tc-image-originals-movement-sensor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.75 18.03C176.355 17.888 96.154 60.586 52 137.063 7.275 214.53 11.082 306.688 53.938 378.375 27.51 311.467 33.587 226.695 77 151.5 120.44 76.26 190.892 28.59 262.094 18.062c-1.115-.017-2.23-.03-3.344-.03zm-.156 53.44c-63.895-.113-126.072 33.005-160.313 92.31-34.678 60.068-31.754 131.505 1.47 187.095-20.477-51.88-15.75-117.61 17.906-175.906 33.676-58.33 88.272-95.29 143.47-103.47-.843-.013-1.69-.03-2.532-.03zm-1.313 43.468c-48.386.374-95.35 25.61-121.25 70.468-38.886 67.355-15.73 153.738 51.626 192.625 67.355 38.89 153.738 15.762 192.625-51.592 38.89-67.356 15.73-153.77-51.624-192.657-21.048-12.15-43.95-18.232-66.687-18.81-1.564-.04-3.128-.045-4.69-.032zm-.436 18.593l-.625 29.44c-15.292.162-30.354 4.083-43.75 11.436l-14.97-24.78c18.08-10.315 38.536-15.868 59.344-16.095zm205.437.126c26.47 66.922 20.403 151.74-23.03 226.97-43.388 75.15-113.728 122.802-184.844 133.405 83.465 1.224 165.112-41.574 209.813-119 44.736-77.486 40.95-169.677-1.94-241.374zm-170.936 4.5c9.56 2.71 18.96 6.612 27.97 11.813 9.376 5.413 17.753 11.882 25.092 19.155l-21.812 20.906c-5.592-5.576-11.993-10.52-19.156-14.655-6.183-3.57-12.61-6.36-19.157-8.375l7.064-28.844zm125.062 22.97c20.533 51.897 15.84 117.688-17.844 176.03-33.63 58.248-88.13 95.19-143.25 103.438 64.702.924 127.973-32.262 162.625-92.28 34.698-60.1 31.742-131.587-1.53-187.19zm-246.344 9.843L190 191.75c-4.933 5.196-9.353 11.053-13.094 17.53-4.047 7.01-7.04 14.326-9.094 21.782l-27.843-6.843c2.72-10.083 6.774-19.988 12.25-29.47 5.087-8.814 11.1-16.765 17.843-23.78zm195.25 25.843c9.967 18.082 15.25 38.456 15.25 59.125l-30.812-.657c-.06-14.86-3.695-29.505-10.563-42.655l26.125-15.813zM135.782 258.5l28.78.625c.59 15.018 4.828 29.734 12.344 42.78l-24.844 15.033c-10.23-17.795-15.84-37.938-16.28-58.438zm209.937 24.22l29.936 7.342c-2.7 9.24-6.53 18.317-11.562 27.032-5.41 9.37-11.86 17.76-19.125 25.094L323.686 320c5.165-5.343 9.773-11.398 13.657-18.125 3.574-6.19 6.36-12.6 8.375-19.156zm-151.376 41c4.927 4.53 10.43 8.575 16.47 12.06 7.007 4.048 14.325 7.074 21.78 9.126l-7.094 28.906c-9.744-2.717-19.324-6.67-28.5-11.968-8.816-5.09-16.764-11.1-23.78-17.844l21.124-20.28zm107.437 13.03l15.814 26.156c-17.787 9.875-37.806 15.163-58.156 15.375l.625-30.124c14.59-.475 28.914-4.378 41.718-11.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-mp5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M421.938 24.406c-5.65.336-10.627 1.725-11.875 8.907l15.593 18.562-237.03 193.28c-.01 0-.022.004-.032 0-11.304-.278-16.79 7.678-18.563 11.5-9.31 20.08-15.027 41.64-26.905 61.97-36.13 33.16-81.964 64.002-110.75 98.313 17.28 23.824 40.84 44.52 61.25 66.78 8.26-.503 12.864-9.733 18.906-15.562 26.738-50.49 46.192-96.418 77.532-143.22 11.856-7.617 26.222-15.02 32.782-23.092a9.5 9.5 0 0 0 2.28.594c5.565.765 9.94 2.26 13.126 4.468 2.783 1.93 4.912 4.473 6.594 8.72-4.9 28.004 3.67 42.852 7.25 56.593a9.5 9.5 0 0 0 11.375 6.874l44.5-10.406a9.5 9.5 0 0 0 6-14.094c-7.66-12.86-11.664-31-15.095-50.625 17.508-5.41 28.902-18.48 39.125-28.908a4 4 0 0 0 .938-4l-8-25.156 16.187-13.47a9.5 9.5 0 0 0 1.97-2.28c33.177 23.91 67.84 45.264 107.717 57.688l9.282-24.5c-37.892-12.75-83.78-38.932-111.844-65.72l5.688-5.936 98.187-102.844 5.844-6.125-5.408-6.5-.625-.782L482.781 50l-8.53-8.53-18.53 15.968-33.783-33.032zM325.563 162.47l6.03 8.624-27 23a9.5 9.5 0 0 0-.03.03l-76.282 64.782-7.78-8.594 105.063-87.843zm-1.25 88.936l6.28 19.78c-9.665 9.944-19.265 20.217-33.093 24.814-1.076-6.458-2.143-13.02-3.28-19.563l30.092-25.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-mucous-pillar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M134.03 19.938c-1.902 9.598-3.692 19.185-5.374 28.78-17.01 60.474-23.59 125.95-18.594 185.844-.226 10.01-.312 20.024-.28 30.032C103.523 335 111.15 412.7 131.405 482.47c.817 4.12 1.668 8.252 2.53 12.374h51.47c-8.876-20.718-12.494-54.164-5.75-92.406 19.663 14.656 36.074 57.923 35.313 92.406h62.968c-5.56-16.518-9.622-44.473-11.657-77.75l-17.53 56.656c-13.64-27.468-22.648-100.036-24.5-183.406-4.885 34.097-13.57 67.383-26.28 97.53-49.444-53.084-39.555-175.16 11.093-285.562l16.937 80s12.138-103.81 22.78-148.687c-.005-.022-.024-.04-.03-.063h.03c-.003.02.006.044 0 .063 16.58 60.65 25.145 127.882 27.44 202.438 3.847-20.063 8.51-39.06 14.592-54.907 35.655 48.09 50.52 247.99 14.563 313.688h71.406c9.802-45.45 17.053-90.884 21.564-136.28 15.02-68.99 12.157-138.86.53-207.283-4.32-43.783-11.546-87.567-21.937-131.343h-38.062c4.322 39.652 4.63 113.673-10.5 166.032-30.267-41.15-47.72-111.623-48.656-166.032H134.03zm26.532 22.593c20.65 69.454 10.268 138.823-26.5 208.282-1.57-2.767-3.062-5.52-4.5-8.28-6.134-57.806-.59-122.652 15.375-182.47 4.745-5.884 9.943-11.737 15.625-17.53zm212.563 90.907c1.825 3.09 3.59 6.188 5.28 9.313 13.14 71.08 16.93 142.932 1.408 213.125-6.022 8.736-12.98 16.996-20.938 24.688-28.872-74.96-23.262-172.173 14.25-247.125zM126.97 287.781c29.516 56.466 37.825 128.855 21.218 185.19-16.653-59.234-24.03-124.576-21.22-185.19z" fill="#fff"/></svg>
<svg class="tc-image-originals-muscle-fat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M164.188 40.375c-168.48 35.59-220.94 167.97-17 187.47-13.147 35.014-21.172 74.948-22.22 114.218-35.694 33.01-59.593 66.343-59.593 66.343l47.72 47.72-39.345 26.218h113.28c-73.368-73.383-21.278-104.5 65.626-104.5 88.096 0 134.175 35.905 65.594 104.5h114.5l-40.563-26.22 47.72-47.718s-22.25-31.027-55.844-62.844c-.65-40.39-8.807-81.663-22.344-117.718 203.953-19.496 151.482-151.878-17-187.47-40.813 30.863 6.55 79.75 43.717 44.626 36.908 54.048 8.752 99.845-71.937 65.594-.02-.022-.042-.04-.063-.063-9.66 28.054-33.333 48.47-61.968 48.47-28.637 0-52.332-20.416-62-48.47l-.064.064C111.736 184.826 83.596 139.042 120.5 85c37.168 35.125 84.5-13.763 43.688-44.625zm90.28 24.063c-25.736 0-48 25.088-48 57.937 0 32.85 22.264 57.938 48 57.938 25.738 0 47.97-25.086 47.97-57.938 0-32.852-22.232-57.938-47.97-57.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-muscle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M165.906 18.688C15.593 59.28-42.187 198.55 92.72 245.375h-1.095c.635.086 1.274.186 1.906.28 8.985 3.077 18.83 5.733 29.532 7.94C173.36 273.35 209.74 321.22 212.69 368c-33.514 23.096-59.47 62.844-59.47 62.844L179.5 469.53 138.28 493h81.97c-40.425-40.435-11.76-85.906 36.125-85.906 48.54 0 73.945 48.112 36.156 85.906h81.126l-40.375-23.47 26.283-38.686s-26.376-40.4-60.282-63.406c3.204-46.602 39.5-94.167 89.595-113.844 10.706-2.207 20.546-4.86 29.53-7.938.633-.095 1.273-.195 1.908-.28h-1.125c134.927-46.82 77.163-186.094-73.157-226.69-40.722 39.37 6.54 101.683 43.626 56.877 36.9 69.08 8.603 127.587-72.28 83.406-11.88 24.492-34.213 41.374-60.688 41.374-26.703 0-49.168-17.167-60.97-42-81.774 45.38-110.512-13.372-73.437-82.78 37.09 44.805 84.35-17.508 43.626-56.876zm90.79 35.92c-27.388 0-51.33 27.556-51.33 63.61 0 36.056 23.942 62.995 51.33 62.995 27.387 0 51.327-26.94 51.327-62.994 0-36.058-23.94-63.61-51.328-63.61z" fill="#fff"/></svg>
<svg class="tc-image-originals-mushroom tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M243.156 33.438c-20.942-.063-42.734 2.257-65.187 7.437C126.963 52.643 68.322 107.47 42.53 162.72 29.636 190.342 25 217.58 31.25 238.937c5.222 17.848 17.492 32.643 41.625 42.28-6.435-11.346-11.127-23.515-13.594-35.437L77.595 242c3.298 15.935 12.104 33.888 23.75 47.375 16.41 3.68 34.136 6.598 52.625 8.875-6.342-14.927-6.5-28.125-6.282-39.344l18.687.375c-.273 13.994-.577 24.996 9.97 41.408 18.157 1.672 36.814 2.74 55.53 3.28-.398-14.217.6-27.983 1.875-41.5l18.594 1.75c-1.275 13.525-2.18 26.798-1.75 40.126 20.394.203 40.653-.242 60.187-1.22 2.538-14.65 4.195-27.985 5.876-41.53l18.563 2.312c-1.52 12.23-3.06 24.62-5.283 38.094 19.033-1.342 37.103-3.212 53.657-5.563 5.58-14.386 9.82-28.63 12.187-42.687l18.408 3.094C412.14 269 408.86 281.046 404.717 293c9.45-1.73 18.225-3.626 26.094-5.688 9.286-15.084 16.266-29.915 20.032-44.343l18.094 4.718c-2.556 9.79-6.28 19.428-10.907 28.968 19.744-11.594 28.6-28.806 30.064-49.687 1.953-27.843-11.252-62.942-37.25-95.376-42.248-52.705-116.938-97.886-207.688-98.156zm-57 287.156c-1.656 7.76-3.142 15.664-4.406 23.594-4.52 28.362-6.266 57.097-3.938 80.406 2.33 23.308 9.175 40.414 18.157 47.25 15.977 12.16 37.085 17.318 57.374 16.687 20.288-.63 39.502-7.255 50.844-16.5 9.073-7.394 16.467-30.6 17.187-60.655.647-27.003-3.187-59.006-10.5-89.094-40.29 2.05-83.374 1.668-124.72-1.686z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-mushroom-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M279.775 17.137c-18.823-.262-38.412 6.822-51.54 20.02l-5.858 5.89-6.535-5.127c-35.796-28.083-78.147-22.538-98.727 10.39l-3.465 5.547-6.398-1.357c-27.027-5.737-53.6 4.882-69.373 23.047-15.776 18.165-21.16 42.634-5.937 68.43l3.68 6.234-5.12 5.122c-7.12 7.122-9.71 16.235-8.956 26.824.753 10.59 5.242 22.277 12.04 31.98 6.8 9.705 15.853 17.3 24.67 20.634 8.82 3.333 16.93 3.112 25.68-2.877l6.626-4.538 5.48 5.868c18.752 20.07 63.427 19.456 81.504-9.315l4.967-7.906 7.91 4.96c9.652 6.05 21.095 6.628 32.078 3.243 10.983-3.384 21.017-10.924 26.445-19.56l8.34-13.272 7.707 13.648c5.984 10.6 21.754 20.7 39.238 24.517 17.485 3.818 35.716 1.47 46.955-7.793l7.116-5.863 5.96 7.036c13.405 15.834 34.384 19.713 51.292 15.234 8.453-2.24 15.61-6.562 20.1-11.894 4.49-5.332 6.64-11.394 5.548-19.36l-1.412-10.292 10.386-.317c14.28-.435 23.67-5.757 30.195-13.635 6.527-7.877 9.99-18.775 9.966-30.103-.05-22.658-12.994-45.11-39.104-48.66l-9.843-1.34 1.936-9.743c1.49-7.49-1.057-16.514-7.54-25.764-6.485-9.25-16.708-18.272-28.37-24.904-11.662-6.634-24.726-10.866-36.596-11.388-11.87-.522-22.266 2.385-30.62 9.863l-7.743 6.934-6.072-8.437c-10.336-14.36-27.786-21.715-46.61-21.976zm-23.13 207.613c-7.79 7.932-17.737 13.957-28.64 17.316-12.57 3.874-26.675 4.027-39.61-1.3-13.607 16.66-33.646 25.044-53.58 25.658.803 2.694 2.022 5.36 3.65 7.885 4.48 6.947 11.786 12.436 20.377 14.188 8.59 1.752 18.766.2 30.504-8.578l9.133-6.828 4.9 10.295c1.805 3.793 10.955 9.652 22.417 10.94 11.462 1.286 23.836-1.518 30.982-8.206l7.2-6.737 6.34 7.55c7.687 9.153 18.164 11.31 28.223 9.768 10.06-1.54 18.25-8.15 19.394-10.936l4.225-10.297 9.41 5.943c9.343 5.9 17.365 6.48 24.47 4.494 7.103-1.987 13.382-6.983 17.39-13.273 3.672-5.763 5.297-12.387 4.51-18.327-7.83-2.86-15.302-7.21-21.903-13.22-16.45 9.763-37.038 10.807-55.794 6.712-16.836-3.676-32.71-11.465-43.6-23.045zm5.767 80.373c-7.74 4.837-16.592 7.306-25.443 8.002v41.938c-39.484 1.013-74.942 4.618-102.22 10.093-16.214 3.255-29.515 7.07-39.53 11.844-5.01 2.387-9.234 4.994-12.69 8.406-3.454 3.412-6.343 8.197-6.343 13.75 0 5.553 2.866 10.328 6.313 13.75 3.447 3.422 7.682 6.03 12.688 8.438 10.01 4.818 23.314 8.72 39.53 12.03 20.218 4.13 44.93 7.244 72.438 9-15.85 21.005-36.292 38.707-56.937 50.438H364.5c-20.393-12.03-39.75-29.664-54.72-50.312 28.51-1.726 54.114-4.872 74.94-9.125 16.215-3.312 29.52-7.213 39.53-12.03 5.006-2.41 9.24-5.016 12.688-8.44 3.446-3.42 6.28-8.196 6.28-13.75 0-5.55-2.857-10.337-6.312-13.75-3.455-3.41-7.68-6.018-12.687-8.405-10.017-4.773-23.32-8.59-39.533-11.844-27.645-5.55-63.688-9.17-103.812-10.125v-40.776c-6.473-1.61-12.817-4.55-18.463-9.13zm19.12 68.596c38.834.986 73.608 4.558 99.468 9.75 15.31 3.072 27.538 6.774 35.156 10.405 3.81 1.815 6.438 3.64 7.625 4.813.298.293.28.317.408.468-.13.156-.123.188-.438.5-1.196 1.187-3.814 3.04-7.625 4.875-7.622 3.67-19.85 7.406-35.156 10.533-22.08 4.51-50.67 7.833-82.72 9.343-8.816-16.007-14.824-33.213-16.72-50.687zm-45.157.06c-1.88 17.484-8.158 34.644-17.28 50.533-31.217-1.555-59.056-4.838-80.657-9.25-15.308-3.127-27.534-6.863-35.157-10.532-3.81-1.833-6.428-3.686-7.624-4.874-.32-.318-.31-.344-.437-.5.126-.15.134-.17.436-.47 1.188-1.17 3.785-2.996 7.594-4.81 7.62-3.632 19.846-7.334 35.156-10.407 25.525-5.125 59.738-8.648 97.97-9.69z" fill="#fff"/></svg>
<svg class="tc-image-originals-mushroom-gills tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.502 23.338c-5.264-.017-10.602.064-16.01.248-43.932 1.49-108.495 9.014-156.07 34.525C60.634 70.868 41.228 87.856 29.7 110.58c-9.905 19.523-14.218 43.612-9.827 74.12 79.586-64.2 182.69-74.987 273.576-62.077 47.868 6.8 92.504 20.13 129.124 35.908 28.17 12.14 51.478 25.535 68.19 39.144 4.646-44.342-14.038-85.896-52.41-117.906-40.398-33.704-102.896-56.172-181.852-56.43zm-27.35 113.168c-72.544-.373-146.55 17.994-205.015 68.86 15.44 23.347 72.354 38.202 141.166 45.177 4.5-11.288 9.557-22.123 15.115-32.36-15.682 5.088-33.815 6.356-51.043 5.223-13.068-.86-25.607-3.256-36.28-7.28-10.675-4.026-19.932-9.497-25.032-18.657l16.343-9.095c1.584 2.844 6.904 7.122 15.28 10.28 8.38 3.16 19.37 5.336 30.908 6.095 21.135 1.39 44.096-2.553 57.01-10.303-9.4-5.153-17.12-11.833-21.542-20.76l16.75-8.28c2.68 5.406 9.784 11.377 20.47 15.905 3.946 1.673 8.327 3.147 13.01 4.397l57.778 3.286c18.18-2.502 34.71-8.302 44.836-17.06l12.22 14.126c-7.633 6.6-16.785 11.604-26.82 15.237 2.192 1.31 4.8 2.593 7.82 3.73 8.377 3.16 19.367 5.336 30.905 6.095 23.078 1.518 48.34-3.32 60.314-12.53l11.406 14.81c-18.577 14.295-46.802 18.095-72.938 16.376-13.067-.858-25.607-3.255-36.28-7.28-2.15-.81-4.23-1.69-6.243-2.64-.47 11.334-.645 22.946-.528 34.744 86.96-3 164.896-16.872 182.375-40.6-14.69-12.323-37.7-26.132-65.96-38.31-35.058-15.105-78.26-28.02-124.357-34.57-20.167-2.864-40.858-4.51-61.668-4.618zm-18.006 67.63c-45.666 65.347-67.017 176.985-37.548 259.09 4.526 12.61 15.112 21.154 29.945 26.465 14.833 5.313 33.477 6.814 50.97 4.92 17.49-1.895 33.836-7.28 43.893-14.122 5.03-3.42 8.39-7.112 10.073-10.467 1.68-3.353 2.067-6.28.87-10.338-22.968-77.82-32.768-171.644-28.024-251.555l-70.18-3.992z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-music-spell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M227.346 21.72C166.6 21.42 106.33 48.002 65.633 99.272c-70.398 88.68-55.576 217.634 33.103 288.032 6.407 5.09 13.482 9.924 20.276 14.13C46.694 328.73 38.35 211.73 103.664 129.462c65.31-82.275 181.147-100.695 268.36-46.756-5.63-5.66-11.952-11.454-18.358-16.54-37.412-29.7-81.993-44.23-126.32-44.448zm40.79 68.012c-17.173-.17-34.464 4.025-50.984 13.588l.13.237-3.91 1.95c32.484 65.062 44.2 140.54 37.956 217.565-16.43-21.657-45.042-39.13-74.498-43.38-40.71-5.87-67.6 15.738-60.06 48.265 7.542 32.527 46.656 63.654 87.365 69.525 33.316 4.805 57.36-8.8 60.87-31.726h.005c8.48-53.158 9.01-106.548.57-157.475 59.49-1.135 110.173 84.413 71.965 171.062 80.733-78.593 6.76-226.6-81.28-213.508-1.872-6.79-3.92-13.516-6.144-20.176 76.357-22.337 165.25 73.996 134.405 190.856C461.34 235.536 366.66 90.718 268.137 89.732zm119.83 14.264c74.538 70.422 86.508 187.106 23.778 271.363-62.724 84.26-177.937 106.267-266.78 55.062 5.804 5.48 12.3 11.076 18.862 15.96 90.823 67.61 219.258 48.798 286.867-42.028 67.612-90.823 48.798-219.256-42.025-286.868-6.56-4.887-13.783-9.498-20.703-13.49z"/></svg>
<svg class="tc-image-originals-mute tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M25.78 18v140.684c15.804 55.05 35.45 105.15 69.534 141.127 29.986 31.652 71.13 53.17 133.186 58.106-1.465-21.612-2.782-44.32-3.77-68.687-8.28 1.9-18.098 4.388-30.546 7.5l-4.368-17.46c13.796-3.45 24.812-6.15 34.26-8.112-.565-17.64-.957-36.102-1.068-55.773-24.658-2.122-51.63-6.376-86.008-12.608V208h-18v-32h18v5.81c39.205-4.887 66.136-8.12 89.102-9.67 3.264-9.885 9.035-18.425 17.01-24.765 11.33-9.01 26.565-13.45 44.077-12.875 2.5.082 5.05.267 7.64.555l7.383.822.594 7.402c.802 9.988 1.367 20.126 1.843 30.402 18.964 1.793 41.274 4.504 70.35 8.13V176h18v32h-18v-5.066c-26.533 5.123-48.64 8.784-68.684 11.082.872 20.248 2.045 41.043 4.444 62.418 3.592.882 7.386 1.826 11.424 2.836l-4.368 17.46c-1.735-.433-2.93-.728-4.568-1.138 2.71 18.324 6.478 37.062 11.902 56.242 40.524-9.445 70.1-27.748 93.098-52.023 34.084-35.977 53.73-86.076 69.533-141.126V18H325.4c2.027 10.094 3.343 20.117 3.596 29.764l-17.992.472c-.247-9.402-1.785-19.666-4.14-30.236H204.995C202.512 29.056 201 39.368 201 48h-18c0-9.32 1.253-19.484 3.355-30zm162.08 49.887c3.933-.04 7.64.68 10.935 2.092 7.532 3.227 12.568 8.657 17.568 13.657C226.363 93.637 235 103 256 103s29.637-9.363 39.637-19.363c5-5 10.036-10.43 17.568-13.658 7.532-3.23 17.21-2.836 26.82 1.97l-.004.007c5.888 2.693 10.056 8.65 10.056 15.467 0 9.282-7.718 17-17 17-8.693 0-16.01-6.77-16.906-15.252-2.246 1.778-4.84 4.224-7.807 7.19C298.363 106.363 283 121 256 121s-42.363-14.637-52.363-24.637c-2.968-2.967-5.56-5.413-7.807-7.19-.895 8.482-8.214 15.25-16.906 15.25-9.282 0-17-7.717-17-17 0-6.815 4.168-12.773 10.055-15.466l-.005-.008c4.805-2.403 9.627-3.703 14.19-4 .57-.036 1.135-.057 1.696-.063zm84.93 85.547c.27 22.19-.193 39.466 2.6 48.912 1.55 5.247 3.35 7.76 6.753 9.734 1.467.852 3.46 1.59 6.01 2.13-.92-21.412-1.5-41.967-2.825-61.53-4.22-.41-8.644.04-12.537.754zm-18.022 7.685c-.15.115-.307.227-.455.345C245.813 168.223 241 178.245 241 192v.045c-.466 92.33 4.96 159.972 9.81 223.818 20.016 4.087 36.912 7.04 51.19 9.352 13.76 2.227 24.982 3.81 34.55 5.326-35.895-71.67-44.2-138.057-47.505-197.91-6.045-.726-11.33-2.307-15.94-4.984-7.74-4.493-12.573-12.06-14.978-20.2-3.815-12.905-3.428-28.14-3.36-46.327zm-117.49 258.24c-6.108 7.06-11.408 19.73-15.366 34.786-3.253 12.375-5.668 26.162-7.873 39.854h33.308c-.47-20.78 5.12-37.688 24.004-39 71.475 12.15 148.648 12.283 207.306 30.576-.96-4.436-1.874-8.294-2.773-11.465-2.262-9.82-7.972-17.038-15.862-19.99-10.02-3.684-29.098-5.988-60.898-11.136-31.8-5.147-76.5-13.428-139.68-30.298-8.803-2.765-17.193 1.01-22.166 6.673zm-33.423 32.806c-4.966 1.588-10.514 4.09-15.714 7.324-12.333 7.672-21.705 18.87-22.072 30.05l.99 4.46h28.637c2.237-13.862 4.762-28.343 8.16-41.834zM162.328 494h190.93c-29.295-9.362-83.06-14.25-177.9-21.023-10.978.135-13.992 15.12-13.03 21.023z"/></svg>
<svg class="tc-image-originals-nailed-foot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M296.863 16.45c17.48 71.11 24.22 245.104-34.8 319.093l11.26 19.447.134.276c1.7 3.442 2.233 7.003 1.975 10.472l.148-.08-15.764 95.8-19.425-52.462v81.33h7.067c55.25-17.22 98.094-24.153 174.5-3.68 55.486 14.867 95.82-25.906 67.127-107.337-39.195-111.238-35.708-258.27 1.853-362.86H296.863zm-128.21 146.946c-13.198.006-30.01 4.504-46.2 13.805-16.19 9.302-28.502 21.534-35.094 32.882-6.592 11.348-7.234 20.674-3.626 26.893 3.61 6.22 12.106 10.362 25.303 10.357 13.197-.005 30.006-4.504 46.197-13.805 16.19-9.3 28.503-21.532 35.094-32.88 6.59-11.35 7.236-20.674 3.627-26.893-3.61-6.22-12.106-10.363-25.303-10.358zm14.626 73.37c-5.64 4.68-11.91 9.044-18.737 12.966-5.56 3.195-11.19 5.917-16.813 8.182l73.598 126.654.125.248c.69 1.37.927 1.63 4.81 1.397 3.88-.233 9.92-2.238 15.385-5.453 5.467-3.215 10.42-7.624 12.99-11.31 2.536-3.644 2.417-5.126 2.067-5.862L183.28 236.766zm12.197 140.51c-5.563 3.395-11.23 6.89-16.995 10.525-33.785 21.3-68.207 38.483-93.943 45.15-64.52-14.67-91.224 57.353-28.68 57.353l.005.023h165.838v-84.834l-14.1 35.766-4.728-51.25-7.398-12.73z" fill="#fff"/></svg>
<svg class="tc-image-originals-nailed-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M206.28 20.75l40.75 18.406v95.625l11 17.907 12.75-17.906V39.157l40.75-18.406H206.28zm-81.874 32.28L49.97 127.438l41.843-15.78 67.624 67.624 21.657 3.657-4.875-20.468-67.626-67.595 15.812-41.844zm264.281 0l15.782 41.845-67.626 67.594-4.875 20.468 21.686-3.657 67.594-67.624 41.844 15.78-74.406-74.405zM258.281 167.47c-18.774 0-35.987 9.647-49 26.28-13.01 16.633-21.374 40.158-21.374 66.313 0 27.096 9.278 51.387 23.188 68.156l10.125 12.217-15.595 2.938c-39.857 7.504-58.408 22.664-69.28 48.25-10.143 23.866-12.33 58.635-12.595 103.094h270.406c-.04-44.852-.605-80.457-9.812-104.626-9.865-25.894-27.82-41.064-71.28-47.906l-15.845-2.5 10-12.563c13.226-16.583 21.436-40.478 21.436-67.063 0-26.153-8.363-49.68-21.375-66.312-13.01-16.633-30.224-26.28-49-26.28zM35.407 206.78V312l18.438-40.75h95.594l17.906-12.72-17.906-11H53.844l-18.438-40.75zm446.97 0l-18.407 40.75h-95.626l-17.906 11 17.906 12.72h95.625L482.374 312V206.78z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-nails tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M131.656 49.656L22.312 159l12.344 12.344 46.813-28.906 32.686-32.688-.062-.063L144 62l-12.344-12.344zm247.688 0L367 62l26.906 43.563 37.688 37.687 44.75 28.094L488.688 159 379.344 49.656zm4.906 72.688L371.094 135.5l20.687 20.688-32.81-8.594-10.97 11 21.03 21.03-33.342-8.75-10.782 10.814 21.375 21.375-33.874-8.907L87.97 418.626 66.405 472.03l53.313-21.655L416 154.095l-31.75-31.75zm-256.875.625l-31.75 31.75 10.656 10.655 21-21-8.718 33.28 10.813 10.814 21.344-21.345-8.876 33.813 10.625 10.625 21.686-21.688-9.03 34.344 45.56 45.56 31.75-31.75-115.06-115.06zm172.938 172.905l-31.75 31.75 122.75 122.75 53.375 21.563-21.657-53.313-122.717-122.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-nautilus-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M141.49 361.44c10.6 2.434 16.243 2.523 27.81 1.153-8.665 41.136 46.103 47.286-16.42 118.757 21.354-80.17-25.916-60.54-11.39-119.91zm-40.532-20.274l25.917 13.68c-16.114 18.798-4.805 80.966-38.226 112.614-1.29-49.98-4.846-91.22 12.308-126.294zm264.044 115.452l1.547-33.994c-12.31-35.97-29.496-68.375-48.6-99.386 11.67-4.796 21.683-11.94 28.495-23.506 32.502 10.19 65.77 18.718 103.352 17.21 8.706 62.95-27.626 109.003-84.795 139.676zm-177.17-75.106l21.3-6.7c26.714-18.29 48.23-36.024 64.4-58.176 8.125 4.756 16.735 9.238 26.6 12.712 18.042 34.365 32.07 67.214 40.21 102.514-41.305 30.874-118.877 26.916-152.51-50.35zM68.98 315.588l21.233 23.216c-9.738 13.462-20.274 38.548-30.584 80.837-14.157-39.136-10.908-74.073 9.35-104.052zm-28.392-26.61l16.34 20.782c-8.996 10.657-19.41 30.97-30.697 65.73-9.398-33.655-4.456-62.724 14.358-86.512zm213.58-57.984c-2.62 9.73-3.756 19.307-1.724 28.343l9.61 41.426c-16.85 20.87-37.88 39.935-66.4 56.695-15.35-54.703 15.63-97.823 58.515-126.464zM68.82 296.95c-29.31-26.585-31.01-42.933-15.51-52.8.492-66.255 29.545-109.35 73.365-139.152l-4.28 43.345c3.748 43.708 23.925 80.24 57.62 133.243-9.31 21.354-14.227 45.24-8.23 66.988-38.17-10.616-81.022-29.278-102.965-51.624zm236.99 4.136l11.472-47.02c33.01 14.856 17.823 38.483-11.472 47.02zm183.787-.234l-33.188-11.6c-36.356 2.137-70.495-2.676-103.787-10.407 1.733-14.494-1.58-29.205-7.2-42.506 15.02-26.33 50.117-64.756 78.855-87.916 49.447 49.27 70.69 100.152 65.32 152.428zm-199.312-1.144l-8.85-4.257c-5.7-16.177-10.094-33.315-12.44-51.96 12.358-5.894 23.28-7.167 32.55-3.177l-11.26 59.395zM143.44 134.656c34.454-64.264 82.805-93.792 135.34-104.006l-20.323 42.547c-5.788 41.636-8.472 85.255 1.363 136.798-22.58 10.1-47.158 22.37-67.964 53.768-25.7-38.178-46.247-81.12-48.415-129.107zm136.96 75.96c-9.254-41.2-6.32-83.707-.63-135.815 67.086-10.962 125.078 3.436 167.4 43.137-13.842 3.007-26.305 7.892-38.163 13.64-30.52 28.012-55.25 60.264-77.217 94.468-15.26-8.682-32.672-13.333-51.39-15.43z"/></svg>
<svg class="tc-image-originals-neck-bite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v269.635c12.326-4.654 24.576-9.755 36.59-15.332 20.283-16.343 31.497-28.505 37.603-43.502 6.494-15.947 7.643-36.665 5.246-70.93l17.955-1.26c2.457 35.128 1.698 58.774-6.532 78.982-1.432 3.518-3.09 6.877-4.96 10.137.01-.006.02-.01.027-.017-6.666 16.806-47.957 57.937-85.932 84.416V494H494v-24.465c-57.7-4.972-120.788-12.223-178.53-37.746-71.53-31.618-133.716-92.173-162.952-207.93-1.824-7.22-.89-14.784.8-24.182 1.69-9.398 4.476-20.38 7.883-32.582 6.815-24.404 16.128-53.64 24.136-82.99 6.222-22.803 11.618-45.683 14.496-66.106H18zm253.326 43.703c-5.677.675-14.48 24.16-8.38 30.938 17.84 19.823 73.65 32.397 76.005 24.965 2.244-7.074-44.703-36.343-66.014-55.367-.168-.15-.344-.264-.522-.35-.345-.17-.71-.23-1.088-.185zm214.418 70.44c-28.44 2.68-83.598-1.59-85.988 5.435-2.51 7.38 49.885 30.35 76.004 24.967 9.524-1.963 16.673-29.287 10.615-30.38-.194-.035-.406-.043-.63-.022zm-207.848 69.11c-12.725 12.637-22.49 43.11-20.156 60.743l30.303-40.517 5.107 35.407 20.225-10.147 10.146 20.227 20.226-10.15 10.15 20.228 25.262-25.332.07 50.596c11.704-12.976 23.372-42.82 20.157-60.744-43.176-3.936-83.91-16.537-121.49-40.314zm-22.308 67.296c-12.334 12.812-16.927 26.04-14.172 43.76 32.817 31.52 75.394 45.256 121.73 39.577 13.217-12.527 15.9-26.378 14.168-43.766l-24.437 23.605-10.316-20.178-20.164 10.27-10.27-20.167-20.16 10.27-10.27-20.162-20.116 10.285-5.99-33.494h-.002zM128 272c4.836-.035 10.04 1.717 14.506 4.88 9.482 6.715 13.138 17.85 8.166 24.868-.158.21-.324.41-.496.61-4.204 30.237-4.278 40.477.77 70.716 2.155 20.262-6.275 19.11-6.946 19.842 0 0-14.647-.792-11.053-19.842 4.267-29.007 4.585-37.817 1.24-66.443-3.362-.732-6.7-2.225-9.685-4.33-9.482-6.715-13.138-17.848-8.166-24.868 2.433-3.435 6.64-5.394 11.664-5.43V272zm66.66 87.72c4.836-.033 10.04 1.716 14.506 4.88 9.482 6.715 13.138 17.85 8.166 24.87-.158.208-.324.41-.496.608-4.204 30.24-4.278 38.478.77 68.717 2.786 20.262-1.643 26.247-8.67 26.162-7.028-.084-12.924-7.112-9.33-26.162 4.267-29.007 4.586-35.817 1.242-64.443-3.363-.734-6.7-2.227-9.686-4.332-9.482-6.716-13.138-17.85-8.166-24.87 2.433-3.435 6.64-5.392 11.664-5.43z"/></svg>
<svg class="tc-image-originals-needle-drill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.97 19.03v145.69l19 13.155 74.28-17.563c-4.117-3.716-7.11-6.512-8.47-7.968-19.19-20.57-18.095-52.807 2.47-72 20.565-19.193 52.81-18.063 72 2.5 19.197 20.572 260.906 354.219 260.906 354.219s-17.017-14.22-27.437-22.938l.03.094-24.28 5.75L494.936 493l-67.53-97.5 5.312-15.47-12.345-20.75-.28-.092-5.908 17.218-11.312-16.344 6.75-18.906-12.406-20.875-7.44 20.876-13.405-19.344 8.344-22.593-12.314-20.72-9.03 24.53-15.626-22.53 9.625-27.28-12.406-20.94-10.345 29.282-19.75-28.53 11.563-31.938-12.344-20.78-12.28 33.874-23.095-33.375 13.436-37.438-12.375-20.844-14.124 39.407-37.22-53.687 17.376-42.906-12-20.188-18.093 44.72-49.064-70.845H20.97zm124.155 68.564c-13.444 0-24.344 10.9-24.344 24.344 0 13.443 10.9 24.343 24.345 24.343 13.444 0 24.344-10.9 24.344-24.343 0-13.445-10.9-24.343-24.345-24.343zm41.47 54c-4.218.177-8.317 1.77-11.532 4.812-7.35 6.956-7.29 18.925.125 26.688 7.413 7.763 128.468 107.937 128.468 107.937s-94.344-125.3-101.844-133.186c-4.17-4.367-9.797-6.478-15.218-6.25zm-55.19 33.875l-70.78 16.718 62.313 43.156 61.343-14.5c-20.956-17.847-39.128-33.397-52.874-45.375zm70.532 60.405l-58.312 13.78 39.563 27.407 52.687-12.437c-11.68-9.874-23.005-19.47-33.938-28.75zm51.688 43.75l-49.78 11.75L238 315.03l45-10.624c-9.817-8.27-19.6-16.53-29.375-24.78zm47.22 39.78l-42.158 9.97 27.282 18.875 38.405-9.063c-7.717-6.484-15.565-13.08-23.53-19.78zm41.374 34.783l-35.595 8.406 23.656 16.344 32.345-7.625c-6.937-5.82-12.952-10.867-20.406-17.125zm38.28 32.093l-29.563 7 17.875 12.345 27.125-6.406c-5.52-4.624-9.134-7.656-15.437-12.94z" fill="#fff"/></svg>
<svg class="tc-image-originals-needle-jaws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M30.168 102.43C-34.42 255.564 225.603 466 326.388 482.01c36.74 5.836 109.387-93.303 130.944-124.62-32.686 37.326-108.077 104.35-121.946 95.068-14.908-9.98 46.04-88.917 72.323-137.386-35.216 42.393-122.76 115.38-136.622 107.56-12.225-6.897 37.388-82.313 58.55-121.462-29.417 33.236-98.877 93.256-110.383 86.967-11.204-6.122 28.88-73.8 49.054-110.033-24.97 26.415-82.02 78.025-91.383 70.56-8.37-6.67 28.014-63.215 42.05-90.63-21.85 25.083-71.967 65.835-81.57 56.175-8.51-8.564 25.162-62.032 36.928-88.987-19.023 19.976-67.458 56.563-75.562 45.07-7.567-10.735 20.135-58.707 32.126-83.854-17.518 20.437-61.795 50.78-69.34 36.288-5.557-10.677 14.54-47.267 22.69-65.4-12.726 11.458-39.503 25.235-44.53 12.902 2.505-34.28 20.022-75.272 50.244-86.8 5.65 3.223 6.79 33.026 3.874 50.74 6.19-18.967 31.434-61.29 43.58-51.016 7.92 6.698 2.302 53.597 1.682 71.46 6.64-26.364 36.297-88.395 49.777-79.137 8.686 5.964 3.02 77.425-4.936 101.378 12.532-21.33 40.73-102.7 52.875-96.422 11.26 5.824 6.45 80.195 1.366 112.52 10.057-34.37 41.118-113.07 54.18-107.677 9.263 3.823 6.265 77.094-3.595 115.908 10.948-29.238 47.873-112.855 59.338-109.81 11.466 3.044 2.763 86.558-2.934 123.952 12.11-35.486 45.12-121.676 59.057-117.82 12.738 3.526 4.384 99.27-2.134 140.53 15.418-36.996 50.685-135.855 65.91-128.55 15.522 7.444-5.206 126.565-8.118 149.87 17.282-34.38 46.654-148.113 29.962-176.66-117.27-25.592-424.52-63.63-459.68 19.726z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-nested-eclipses tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.225 46.588c-26.494 0-47.772 21.275-47.772 47.77 0 26.495 21.278 47.775 47.772 47.775 26.493 0 47.77-21.28 47.77-47.774 0-26.497-21.276-47.772-47.77-47.772zm-69.67 5.285c-32.036 21.7-53.203 57.98-53.203 99.02 0 66.417 54.854 120.078 122.668 120.078 67.813 0 123.035-53.66 123.035-120.077 0-41.04-21.17-77.32-53.205-99.02 17.492 17.676 28.082 41.888 28.082 68.72 0 54.042-43.87 97.915-97.91 97.915-54.042 0-97.913-43.873-97.913-97.916 0-26.83 10.958-51.043 28.45-68.72h-.005zm-63.36 4.666C61.015 97.982 20.59 167.265 20.59 245.64c0 126.838 104.755 229.32 234.26 229.32 129.504 0 234.964-102.482 234.964-229.32 0-78.374-40.426-147.657-101.605-189.1 33.403 33.756 53.624 79.993 53.624 131.237 0 103.206-83.78 186.987-186.984 186.987-103.204 0-186.987-83.78-186.987-186.987 0-51.244 20.928-97.48 54.332-131.238z"/></svg>
<svg class="tc-image-originals-nested-hearts tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M147.887 25.734c-10.106-.02-20.148 1.213-29.89 3.647C66.04 42.366 22.312 89.155 20.212 156.36c-1.12 35.803 9.934 65.568 27.54 91.12 17.61 25.552 41.552 47.158 66.85 68.442 50.596 42.573 106.39 83.87 132.397 148.293l8.904 22.05 8.49-22.212c24.65-64.483 78.63-107.776 128.604-151.27 49.974-43.493 96.634-88.203 98.783-155.834 2.276-71.537-42.363-116.7-95.522-127.137-49-9.622-105.34 9.122-140.23 57.744-27.547-42.14-68.33-61.74-108.14-61.823zm2.168 17.975c38.356.402 73.808 24.73 93.14 56.956 3.06 4.91 12 18.78 12 18.78l7.334-10.35c16.673-26.633 42.103-48.728 72.284-58.325 40.247-13.228 90.467-2.59 117.055 32.314 24.617 32.027 27.77 76.852 14.025 113.666-17.43 43.71-53.837 75.718-88.553 105.793-46.72 39.376-94.345 81.183-121.916 136.86-5.064-9.63-10.672-18.98-16.9-27.9-40.44-59.624-104.682-96.256-153.725-147.608-33.198-30.908-52.584-77.653-45.26-123.08 5.82-52.31 53.85-97.206 106.794-97.07 1.243-.036 2.483-.05 3.72-.036zm64.457 123.925c-3.878-.008-7.732.466-11.47 1.4-19.938 4.983-36.72 22.938-37.524 48.73-.43 13.738 3.81 25.16 10.568 34.965 6.758 9.806 15.945 18.096 25.652 26.264 19.417 16.338 40.828 32.186 50.81 56.908l3.415 8.463 3.258-8.525c9.46-24.746 30.175-41.358 49.352-58.05 19.178-16.69 37.084-33.846 37.908-59.8.873-27.452-16.256-44.784-36.656-48.79-18.804-3.69-40.425 3.5-53.814 22.16-10.57-16.172-26.22-23.694-41.498-23.725z"/></svg>
<svg class="tc-image-originals-nested-hexagons tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21.52l-4.5 2.597L52.934 138.76v234.48L256 490.48l203.066-117.24V138.76L256 21.52zm0 20.783l185.066 106.85v213.695L256 469.698 70.934 362.847V149.152L256 42.302zm0 30.93l-4.5 2.597-153.78 88.785v182.77L256 438.768l158.28-91.383v-182.77L256 73.232zm0 20.783l140.28 80.992v161.984L256 417.984l-140.28-80.992V175.008L256 94.016zm0 30.93l-4.5 2.597-108.998 62.93v131.054L256 387.055l113.498-65.528V190.473L256 124.945zm0 20.783l95.498 55.135v110.27L256 366.27l-95.498-55.135v-110.27L256 145.73zm0 30.928l-4.5 2.598-64.213 37.072v79.344L256 335.342l68.713-39.67v-79.344L256 176.658zm0 20.783l50.713 29.28v58.56L256 314.56l-50.713-29.28v-58.56L256 197.44zm0 30.93l-4.5 2.6-19.428 11.216v27.628L256 283.63l23.928-13.816v-27.628L256 228.37z"/></svg>
<svg class="tc-image-originals-new-born tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 41c-20.794 0-44.2 5.78-63.58 17.39l.02-.097c-.22.156-.446.327-.667.484-6.127 3.73-11.838 8.045-16.923 12.955-23.71 19.373-47.905 44.71-60.37 72.948 8.37-4.155 16.365-9.44 24.41-14.576-7.315 12.505-12.044 25.924-11.728 40.148 5.928-5.75 14.24-14.91 23.656-23.375 1.76 12.773 5.742 26.938 12.49 42.68l1.772 4.138-14.135 24.522L176 243.273l17.398-17.4 24.973 37.46 7.51-53.526 92.542 51.045 59.848-59.848c6.983-28.36 2.508-55.906-8.856-80.26C347.812 74.447 299.554 41 256 41zm178.535 22.518l-67.35 19.24c7.213 9.367 13.49 19.55 18.54 30.375 4.977 10.666 8.705 21.998 10.947 33.763l58.512-43.18-57.584 2.608 36.935-42.806zM295.12 94.525l17.76 2.95s-1.25 7.662-4.126 16.035c-1.438 4.186-3.263 8.626-5.897 12.746-2.633 4.12-6.164 8.334-12.01 10.283-5.848 1.948-11.2.694-15.78-1.022-4.577-1.716-8.704-4.172-12.366-6.66-7.323-4.972-12.92-10.352-12.92-10.352l12.44-13.012s4.745 4.505 10.592 8.475c2.924 1.984 6.092 3.764 8.575 4.694 2.482.93 3.958.734 3.767.797-.19.064 1.108-.664 2.535-2.897 1.427-2.234 2.893-5.56 4.04-8.9 2.296-6.685 3.39-13.138 3.39-13.138zM384 220.727l-62.422 62.42-81.504-44.954-10.445 74.475-39.028-58.54-14.602 14.6-33.777-33.777-52.444 26.224c7.958 61.16 20 117.686 43.968 158.248C158.542 461.382 194.625 487 256 487c61.375 0 97.458-25.62 122.252-67.578 24.226-40.998 36.277-98.293 44.232-160.21L384 220.726z"/></svg>
<svg class="tc-image-originals-night-sky tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.813 15.625c-132.32 0-239.782 107.46-239.782 239.78s107.463 239.782 239.782 239.782c132.32 0 239.782-107.46 239.782-239.78S386.132 15.624 253.814 15.624zm0 17.906c122.653 0 221.906 99.223 221.906 221.876 0 30.738-6.26 59.99-17.533 86.594l-42.343-34.72c-49.613 13.98-110.337 9.033-138.906-60.874l-41.97 152.938c-8.837-45.53-23.35-81.28-47.905-115.22-19.71 13.855-32.352 32.63-39.72 50.97L88.94 237.03c-17.85 27.32-33.77 56.565-45.032 90.47-7.744-22.6-11.968-46.852-11.968-72.094 0-26.013 4.484-50.973 12.687-74.156 2.752 6.608 9.27 11.25 16.875 11.25 10.093 0 18.28-8.157 18.28-18.25s-8.187-18.28-18.28-18.28c-2.385 0-4.66.48-6.75 1.31 27.537-55.83 77.83-98.368 138.844-115.5-.558 1.938-.844 3.98-.844 6.095 0 12.146 9.823 22 21.97 22 12.144 0 22-9.854 22-22 0-4.99-1.67-9.59-4.47-13.28 7.092-.683 14.29-1.064 21.563-1.064zm18.75 27.657c-6.444 0-11.657 5.213-11.657 11.657 0 6.443 5.213 11.687 11.656 11.687 6.444 0 11.688-5.243 11.688-11.686 0-6.444-5.244-11.656-11.688-11.656zM198.03 90.22c-6.02.06-12.132.868-18.218 2.5-38.945 10.434-62.06 50.46-51.625 89.405 10.436 38.946 50.463 62.06 89.407 51.625 21.712-5.818 38.48-20.85 47.28-39.75-6.835 7.36-15.737 12.958-26.155 15.75-29.504 7.905-59.846-9.59-67.75-39.094-7.907-29.504 9.62-59.813 39.124-67.72 10.41-2.788 20.906-2.417 30.5.533-12.28-8.598-27.116-13.405-42.563-13.25zm155.282.81c-9.408 0-17.03 7.624-17.03 17.032 0 9.41 7.622 17.032 17.03 17.032 9.41 0 17.032-7.623 17.032-17.03 0-9.41-7.623-17.033-17.03-17.033zm-248.937 27.376c-6.443 0-11.656 5.244-11.656 11.688 0 6.443 5.212 11.656 11.655 11.656s11.656-5.213 11.656-11.656c0-6.444-5.212-11.688-11.655-11.688zm275.688 40.813l-.625 29.843-28.22 9.812 28.22 9.813.625 29.843 18.03-23.78 28.563 8.625-17.03-24.5 17.03-24.53L398.094 183l-18.03-23.78zm-72.094 11.593c-6.445 0-11.658 5.212-11.658 11.656 0 6.442 5.213 11.686 11.657 11.686 6.442 0 11.686-5.244 11.686-11.687 0-6.445-5.244-11.657-11.687-11.657zm139 74.75c-6.445 0-11.658 5.244-11.658 11.687s5.213 11.656 11.657 11.656c6.442 0 11.686-5.213 11.686-11.656 0-6.443-5.244-11.688-11.687-11.688zm-127.314 3.5c-6.443 0-11.656 5.244-11.656 11.687s5.213 11.656 11.656 11.656c6.444 0 11.656-5.213 11.656-11.656 0-6.443-5.212-11.688-11.656-11.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-night-vision tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 32a120 125 0 0 0-94.666 48.426A160 160 0 0 1 312.8 240a160 160 0 0 1-2.7 28.555A120 125 0 0 0 376 157 120 125 0 0 0 256 32zM82.77 325.59c-20.904.844-42.686 5.52-64.06 14.258C41.442 400.102 102.352 459.58 208 400c-11.572-32.98-37.17-55.623-69.445-66.71a11.164 13.258 0 0 0-3.733-.778 11.164 13.258 0 0 0-11.162 13.258 11.164 13.258 0 0 0 11.162 13.257 11.164 13.258 0 0 0 .317-.013c-3.8 27.26-9.967 50.298-15.478 50.662-12.182.507-29.582-40.02-36.892-84.086zm346.46 0c-7.31 44.066-24.71 84.593-36.892 84.086-5.727-.378-12.157-25.236-15.908-53.873a13.258 21.127 82.128 0 0 11.097.418 13.258 21.127 82.128 0 0 19.112-16.027 13.258 21.127 82.128 0 0-22.745-10.238 13.258 21.127 82.128 0 0-10.4 3.318c-32.3 11.08-57.916 33.73-69.495 66.727 105.647 59.58 166.557.102 189.29-60.152-21.374-8.74-43.156-13.414-64.06-14.258z"/></svg>
<svg class="tc-image-originals-ninja-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.063 21c-46.697 0-88.406 27.674-117.844 70.656-29.44 42.982-47.25 101.566-47.25 166.094 0 64.527 17.81 123.112 47.25 166.094 29.437 42.982 71.146 70.656 117.843 70.656 46.696 0 88.405-27.674 117.843-70.656 29.44-42.982 47.25-101.567 47.25-166.094 0-64.528-17.81-123.112-47.25-166.094C343.468 48.674 301.76 21 255.062 21zM396.28 200.344c3.365 18.28 5.19 37.527 5.19 57.406 0 18.535-1.594 36.522-4.533 53.688-37.91 12.904-87.436 20.812-141.656 20.812-54.45 0-104.125-8.235-142.186-21.313-2.884-17.014-4.438-34.833-4.438-53.187 0-19.868 1.827-39.103 5.188-57.375 37.903 14.565 87.35 23.25 141.47 23.25 54.136 0 103.183-8.707 140.967-23.28zM177.157 241c-15.137-.162-30.97 3.458-47.375 10.313 14.562 51.423 87.08 42.483 102.157 10.156-17.004-13.822-35.318-20.262-54.78-20.47zm155.75 0c-19.462.208-37.808 6.648-54.812 20.47 15.078 32.326 87.596 41.266 102.156-10.158-16.405-6.854-32.206-10.474-47.344-10.312z" fill="#fff"/></svg>
<svg class="tc-image-originals-ninja-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M277.95 333.754c-18.707 5.27-39.12 3.777-57.213-5.024-8.2 15.105-12.253 34.398-14.837 55.104L24.977 477.958c41.176-120.353 94.123-176.934 153.265-200.01-5.278-18.693-3.76-39.107 5.024-57.207-15.113-8.19-34.397-12.236-55.12-14.843L34.038 24.973c120.345 41.192 176.92 94.13 199.987 153.273 18.7-5.27 39.115-3.753 57.214 5.008 8.215-15.09 12.253-34.374 14.844-55.112l180.94-94.116c-41.193 120.37-94.148 176.95-153.29 200.02 5.27 18.7 3.777 39.113-5.016 57.213 15.113 8.215 34.398 12.236 55.112 14.828l94.14 180.94c-120.392-41.208-176.95-94.132-200.02-153.274zm-16.66-36.538c22.752-2.916 38.837-23.756 35.922-46.51-2.924-22.768-23.74-38.83-46.517-35.922-22.745 2.916-38.83 23.733-35.907 46.493 2.908 22.76 23.733 38.846 46.5 35.94z"/></svg>
<svg class="tc-image-originals-nodular tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16a90 90 0 0 0-15 178.593v48.75a60 60 0 0 0 0 115.782v49.688A45 45 0 0 0 256 496a45 45 0 0 0 15-87.188v-50.157a60 60 0 0 0 0-115.78V194.59a90 90 0 0 0-15-178.594zm-2.813 30A60 60 0 0 1 256 46a60 60 0 0 1 0 120 60.017 60.017 0 0 1-2.813-120z" fill="#fff"/></svg>
<svg class="tc-image-originals-nose-front tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M177.664 38c-6.95 103.71-7.898 212.628-46.676 270.396-25.073 37.353-38.137 65.895-42.94 88.59-4.8 22.695-.85 40.19 8.563 51.965 18.828 23.553 52.752 22.828 66.824 22.532a9 9 0 0 0 3.168-17.416 34.564 18.29 0 0 0 8.384-4.152c3.072 2.195 6.165 4.695 9.34 7.418 16.668 14.295 35.994 34.946 67.877 34.668 31.853-.277 55.89-20.32 76.385-34.81 3.45-2.44 6.8-4.708 10.055-6.764a34.564 17.756 0 0 0 7.925 3.29 9 9 0 0 0 1.998 17.766c14.072.296 47.996 1.02 66.823-22.53 9.412-11.776 13.363-29.27 8.56-51.966-4.8-22.695-17.865-51.237-42.938-88.59C342.234 250.628 341.286 141.71 334.336 38h-18.03c6.85 103.14 5.31 214.207 49.76 280.428 24.305 36.207 36.224 63.147 40.274 82.285 4.05 19.138.72 29.826-5.014 37-.917 1.147-1.948 2.204-3.058 3.195a34.564 17.756 0 0 0 .378-2.476 34.564 17.756 0 0 0-34.564-17.756 34.564 17.756 0 0 0-33.512 13.496c-4.18 2.597-8.28 5.428-12.373 8.32-21.223 15.004-42 31.298-66.15 31.508-24.12.21-38.228-15.087-56.004-30.332-5.378-4.613-11.062-9.184-17.445-12.902a34.564 18.29 0 0 0-31.02-10.246 34.564 18.29 0 0 0-34.562 18.29 34.564 18.29 0 0 0 .156 1.594c-.898-.844-1.736-1.738-2.498-2.69-5.735-7.175-9.063-17.863-5.014-37 4.05-19.14 15.97-46.08 40.274-82.286 44.45-66.22 42.91-177.288 49.76-280.428h-18.03z"/></svg>
<svg class="tc-image-originals-nose-side tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M21.307 21.307v469.386h202.83c-4.174-21.84-1.993-42.658 6.646-60.482 14.007-28.898 44.732-48.323 86.37-51.22l.19-.013.194-.004c13.59-.456 44.624-11.956 61.684-31.192 8.53-9.617 13.925-20.642 14.282-33.626.357-12.984-4.327-28.633-18.682-47.488-53.87-70.76-118.502-154.877-153.504-245.36zm112.767 248.937l16.998 5.926c-7.097 20.357-10.2 36.084-10.066 48.324.132 12.24 3.172 20.972 9.11 29.108 11.874 16.27 37.717 29.868 75.25 49.265l-8.264 15.992c-37.432-19.346-65.516-32.708-81.528-54.647-8.006-10.97-12.4-24.158-12.566-39.526-.167-15.367 3.568-32.934 11.066-54.443zM288.44 330.13c19.56-.24 33.37 5.704 36.013 15.497 1.73 6.472-1.583 14.065-9.324 21.38-5.33-15.247-27.126-21.834-49.005-14.812-20.975 6.755-34.747 23.72-31.6 38.928-13.273-1.856-22.015-7.213-24.076-14.754-3.99-14.79 18.3-33.662 49.78-42.15 9.55-2.576 19.25-3.982 28.21-4.09z"/></svg>
<svg class="tc-image-originals-nothing-to-say tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.156 56.938c-64.144 0-122.393 19.17-165.03 50.718-42.64 31.547-69.845 76.01-69.845 125.5 0 49.492 27.207 93.952 69.845 125.5 6.388 4.727 13.13 9.164 20.188 13.313l-12.657 95.905 90.594-65.75c21.226 4.708 43.67 7.25 66.906 7.25 64.144 0 122.362-19.17 165-50.72C461.794 327.11 489 282.65 489 233.156c0-49.49-27.206-93.95-69.844-125.5-42.638-31.546-100.856-50.718-165-50.718zM157 274.438c12.69 0 23 10.276 23 22.968 0 12.69-10.31 23-23 23s-22.97-10.31-22.97-23 10.28-22.97 22.97-22.97zm96.844 0c12.69 0 22.97 10.276 22.97 22.968-.002 12.69-10.28 23-22.97 23s-23-10.31-23-23 10.31-22.97 23-22.97zm99.844 0c12.69 0 22.968 10.276 22.968 22.968 0 12.69-10.278 23-22.97 23-12.69 0-22.998-10.31-22.998-23s10.31-22.97 23-22.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-nuclear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 31c-26.498 0-79.5 26.92-79.5 53.844S203.003 165.62 256 219.47c52.997-53.85 79.5-107.702 79.5-134.626C335.5 57.92 282.498 31 256 31zm1.53 215.406A52.997 53.847 0 0 0 203 300.25a52.997 53.847 0 0 0 106 0 52.997 53.847 0 0 0-51.47-53.844zm-166.155 80.47c-26.704.12-47.245 4.393-58.72 11.124-22.947 13.462-19.373 73.558-6.124 96.875 13.25 23.317 62.678 56.493 85.626 43.03 22.95-13.46 55.602-63.722 75-137.28-36.197-9.855-69.077-13.87-95.78-13.75zm329.25 0c-26.704-.122-59.584 3.894-95.78 13.75 19.397 73.557 52.05 123.818 75 137.28 22.947 13.462 72.375-19.714 85.624-43.03 13.248-23.318 16.822-83.414-6.126-96.876-11.474-6.73-32.015-11.004-58.72-11.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-nuclear-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M177.746 465.133a111.134 111.134 0 0 0 24.98 10.73 123.6 123.6 0 0 1-165.845-169.69c2.617 9.252 7.46 19.842 14.427 31.56 13.57 22.786 35.29 49.784 59.59 74.084 23.174 23.175 46.923 42.115 66.85 53.316zM317.31 21.616l-66.85 66.85 173.69 173.69 66.85-66.85zM259.29 162.62l89.473 89.474 44.895 5.958L254.095 118.49zm81.522 107.348c-15.575 34.527-65.865 141.216-108.848 184.222-37.728 37.73-206.412-143.08-174.746-174.746 42.772-42.772 149.977-91.478 185.478-106.866l97.342 97.343zM203.008 355.1a33.014 33.014 0 0 1-31.794-8.55l-24.77 24.77a68.022 68.022 0 0 0 65.56 17.663zm-40.24-40.472a33.014 33.014 0 0 1 23.457-23.34l-8.983-33.893a68.022 68.022 0 0 0-48.284 48.167zm41.86-1.43a14.238 14.238 0 1 0 0 20.136 14.238 14.238 0 0 0 0-20.196zm38.044-38.047l-24.77 24.77a33.014 33.014 0 0 1 8.503 31.96l33.847 9.16a68.022 68.022 0 0 0-17.592-65.947z"/></svg>
<svg class="tc-image-originals-nunchaku tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M317.096 24.062c-5.96-.065-11.61 1.097-16.576 3.46-2.844 1.352-5.54 3.216-7.788 5.53-.403-.21-.812-.41-1.222-.597-6.663-3.06-14.516-3.974-22.662-2.682-8.147 1.293-15.333 4.59-20.72 9.565-2.037 1.88-3.847 4.1-5.247 6.564-6.555-1.378-13.72-.858-20.835 1.502-7.83 2.598-14.383 7.017-18.893 12.8-4.183 5.363-6.702 12.536-5.017 19.657-5.716 2.527-10.943 6.68-15.26 12.136-3.33 4.207-5.778 8.764-7.252 13.445.43-.01.86-.034 1.29-.036 5.77-.025 11.553.883 17.1 2.524.763-1.585 1.745-3.205 2.977-4.762v-.002c3.106-3.925 6.97-6.464 9.924-7.422 1.108-.36 1.986-.517 2.682-.547 1.16-.05 1.814.252 2.19.55.605.48 1.38 1.646 1.128 4.743-.252 3.097-1.84 7.438-4.945 11.363-.387.49-.785.955-1.19 1.4 5.297 2.93 10.147 6.647 14.202 11.11.374-.437.743-.882 1.104-1.34 5.118-6.467 8.172-13.76 8.768-21.07.143-1.763.12-3.568-.077-5.362 2.33-.377 4.674-.952 7.014-1.73 7.83-2.597 14.386-7.016 18.896-12.798.905-1.16 1.727-2.407 2.45-3.718 5.426 1.51 11.403 1.79 17.548.814 8.146-1.293 15.332-4.59 20.72-9.562.604-.558 1.184-1.15 1.744-1.764 4.798 3.164 10.53 5.28 16.825 6.19 5.96.865 11.75.552 17.017-.905 2.08 6.164 5.987 11.935 11.37 16.81 3.32 3.005 6.922 5.413 10.68 7.165-.11.8-.19 1.6-.23 2.396-.383 7.323 1.673 14.957 5.885 22.05l.06.1c4.868-3.6 10.38-6.292 16.173-8.12-.257-.382-.515-.766-.756-1.172-2.557-4.305-3.55-8.82-3.387-11.922.006-.116.02-.21.027-.32 2.807-.41 5.552-1.292 8.045-2.735 2.478 1.582 5.233 4.258 7.352 7.826 1.12 1.886 1.923 3.805 2.477 5.635 2.363-.2 4.74-.28 7.112-.21 3.896.113 7.777.604 11.555 1.503-.662-5.44-2.587-10.924-5.672-16.118-3.44-5.793-7.886-10.495-13.003-13.75.444-3.374.175-6.83-.637-10.053-1.792-7.11-6.005-13.8-12.12-19.337-6.114-5.537-13.186-9.068-20.44-10.148-2.282-.34-4.653-.41-7-.162-1.52-3.352-3.822-6.33-6.493-8.73-5.455-4.9-12.682-8.1-20.846-9.284-2.04-.297-4.062-.456-6.048-.478zm-.153 18.022c1.167.004 2.38.09 3.62.27 4.954.717 9.087 2.782 11.398 4.86 2.312 2.075 2.555 3.455 2.444 4.217-.11.764-.733 2.02-3.54 3.355-2.804 1.335-7.355 2.14-12.31 1.422-4.954-.718-9.087-2.78-11.398-4.858-.85-.764-1.417-1.433-1.793-2.012l-.006-.045c-.135-.854-.334-1.677-.572-2.48.234-.77 1.02-1.87 3.467-3.036 2.104-1 5.19-1.706 8.69-1.693zm-41.66 5.15c3.5-.06 6.596.604 8.713 1.576 1.662.764 2.555 1.507 3.043 2.147.13.703.288 1.398.487 2.08-.184.796-.773 1.89-2.332 3.33-2.283 2.107-6.39 4.227-11.334 5.012-4.943.783-9.502.038-12.325-1.26-.24-.11-.442-.216-.65-.325-.668-1.71-1.55-3.27-2.604-4.674.336-.69.952-1.537 2.056-2.556 2.283-2.107 6.388-4.23 11.332-5.013 1.236-.195 2.448-.296 3.615-.316zm77.574 13.137c.555-.01 1.207.033 1.975.147 3.073.458 7.3 2.328 11.01 5.688s5.988 7.382 6.748 10.394c.112.443.187.84.246 1.21-2.575.352-5.115 1.17-7.498 2.586-.475.282-.927.583-1.367.897-2.415-.942-5.08-2.494-7.527-4.71-3.71-3.36-5.986-7.38-6.746-10.394-.76-3.013-.19-4.293.328-4.864.388-.428 1.17-.926 2.832-.955zm-116.752 2.82c1.502.038 2.853.23 3.977.538.545.15.997.31 1.408.477.656 1.55 1.496 2.988 2.48 4.312-.257.672-.706 1.484-1.478 2.473-1.91 2.45-5.618 5.21-10.37 6.785-4.75 1.577-9.372 1.582-12.368.76-2.996-.822-3.83-1.95-4.072-2.68-.243-.73-.25-2.132 1.662-4.582 1.91-2.45 5.62-5.208 10.37-6.785 2.97-.985 5.89-1.357 8.39-1.297zm-59.017 60.292c-3.486.012-6.73.665-9.764 1.637l-14.98 41.716c14.94-.53 30.592 4.598 43.185 15.844l15.087-42.016c-4.048-6.298-10.983-11.72-19.174-14.66-4.705-1.69-9.648-2.538-14.355-2.522zm218.244 5.137c-1.85.013-3.715.147-5.572.403-8.62 1.19-16.524 5.063-21.783 10.39l6.056 43.91c12.994-7.39 29.24-10.098 45.612-5.968l-6.1-44.224c-4.637-2.64-10.297-4.275-16.37-4.486-.61-.02-1.226-.03-1.843-.025zm-241.19 56.052c-2.94.025-5.81.362-8.552.974L94.25 328.62c15.76.55 31.143 6.467 43.572 14.772l51.006-142.04c-9.503-11.752-22.635-16.785-34.687-16.68zm249.655 8.53c-10.492.133-20.068 4.036-27.033 9.923l20.38 147.762c9.636-4.558 20.245-6.874 30.696-7.38 1.122-.054 2.244-.088 3.36-.1 3.868-.046 7.694.154 11.425.57l-20.27-146.973c-6.27-2.718-12.563-3.876-18.558-3.8zM97.385 347.1l4.88 25.26 21.296-16.432c-7.988-4.428-17.244-7.707-26.175-8.828zm335.185 14.537c-8.24.1-16.79 1.497-24.318 4.29l15.994 20.153 11.3-24.412c-.987-.026-1.978-.044-2.976-.03zm-350.523.966L69.453 397.68 86.31 384.67l-4.263-22.07zm43.723 14.357l-19.686 15.19 4.977 25.77 14.71-40.96zm321.664 1.88l-10.66 23.028 16.746 21.102-6.086-44.13zm-45.284 8.354l4.953 35.917 8.676-18.742-13.63-17.174zM90.13 404.46L71.75 418.64c4.486.312 9.058 1.267 13.574 2.89 3.167 1.136 6.146 2.543 8.906 4.183L90.13 404.46zm338.18 15.694l-11.498 24.832c4.772-2.43 10.122-4.116 15.85-4.906 3.81-.526 7.568-.622 11.203-.322l-15.556-19.604zm-358.726 16.42c-3.068-.114-5.913.254-8.322.996-4.818 1.484-7.593 4.06-8.737 7.244-1.144 3.186-.64 6.937 2.133 11.147 2.774 4.21 7.846 8.375 14.445 10.745 6.6 2.37 13.165 2.384 17.983.9 4.818-1.483 7.59-4.06 8.734-7.246 1.144-3.186.643-6.936-2.13-11.145-2.774-4.21-7.848-8.376-14.448-10.746-3.3-1.186-6.59-1.782-9.658-1.896zm370.627 21.03c-1.647-.03-3.35.066-5.087.306-6.947.958-12.77 3.986-16.352 7.533-3.58 3.548-4.846 7.116-4.383 10.47.462 3.352 2.646 6.444 7.054 8.89 4.41 2.445 10.834 3.784 17.78 2.826 6.947-.96 12.77-3.99 16.352-7.536 3.582-3.548 4.846-7.114 4.383-10.467-.462-3.353-2.644-6.445-7.053-8.89-3.306-1.835-7.747-3.047-12.69-3.134z"/></svg>
<svg class="tc-image-originals-oak tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M348.92 15.633c-1.387-.018-2.776.02-4.168.113l-.002.006c-13.368.9-26.782 7.143-39.715 19.27-20.056-5.876-37.08-10.614-57.232-.58-37.81-11.887-75.686-13.068-104.54 19.27-42.477-10.09-87.2 9.883-76.51 58.985-47.074 14.955-56.408 78.2-.58 73.586 7.938 46.78 41.118 55.937 83.514 40.883 19.41 24.008 46.462 39.182 77.282 46.443.28 5.105.085 10.33-.566 15.68-5.807 47.77-50.79 105.31-121.367 154.696L81.12 460.723l29.16-1.354c29.003-1.347 48.05-2.39 58.935-1.55-5.818 6.555-11.317 12.37-16.28 17.297L134.04 493.88l26.26-4.417c23.887-4.017 44.442-7.94 59.927-8.363 15.484-.423 24.434 2.174 29.916 9.552l7.33 9.864 6.597-10.368c6.53-10.26 13.576-12.87 27.227-12.257 13.65.613 32.84 6.013 57.043 13.3l29.69 8.94-21.036-22.782c-8.04-8.707-15.965-18.118-23.357-27.786 2.535.115 5.228.297 8.015.596 12.14 1.3 26.887 3.978 40.67 8.067l26.127 7.75-17.145-21.184c-32.25-39.843-64.6-69.885-69.768-104.74-2.584-17.43.916-36.76 15.28-61.374 1.952-3.342 4.124-6.783 6.49-10.31 7.932-2.277 15.826-4.915 23.634-7.913 27.094 24.058 78.02 4.07 50.812-27.45 58.72-14.457 105.89-59.625 26.865-95.196 46.613-36.08 17.39-90.36-40.297-88.188-14.636-21.026-34.603-33.72-55.4-33.987zm11.277 65.488c-42.59 32.678-48.978 37.184-53.506 65.825.317 3.472.597 7.013 1.103 10.11 3.153 19.296 10.22 32.648 21.43 39.89 11.21 7.243 24.752 7.554 38.814 5.344 3.876-.61 7.86-1.446 11.91-2.397-26.82 26.337-45.555 49.373-57.742 70.253-15.75 26.986-20.6 50.827-17.404 72.385 5.283 35.632 30.606 63.305 56.864 93.556-6.317-1.147-12.557-2.146-18.21-2.752-8.907-.955-16.085-1.496-22.225-1.018-15.78-23.394-27.137-46.75-28.396-64.013l-16.875 1.23c2.246 30.812 24.037 66.155 49.786 97.565-12.35-3.28-23.554-5.657-33.69-6.112-13.696-.614-26.363 3.152-35.763 12.244-9.7-7.222-22.628-9.424-36.527-9.044-11.164.304-23.902 2.172-37.366 4.402 44.064-49.242 105.015-137.42 104.04-226.442l-16.92.186c.81 73.714-47.797 152.037-88.25 201.336-11.867-3.388-25.73-3.414-44.05-2.566 60.184-46.96 99.88-99.595 105.98-149.77 3.418-28.11-4.46-55.45-25.085-78.033-16.147-17.684-39.853-32.51-71.576-44.105 7.55-1.88 14.953-4.365 21.462-9.18 6.738-4.988 11.306-13.447 12.117-23.892 4.84 5.99 9.412 10.25 15.808 12.004 3.987 1.093 8.89.41 12.398-1.818 1.18-.75 2.055-1.72 2.987-2.65 1.008 13.36 2.204 26.116 4.996 35.543 1.305 4.41 2.77 8.54 6.917 11.938 4.147 3.4 11.522 3.424 16.02.846 2.954-1.693 5.624-4.19 8.255-7.105.53 5.72 1.776 10.502 4.068 14.624 1.406 2.527 3.53 5.005 6.594 6.473 3.065 1.467 6.72 1.527 9.586.712 5.732-1.63 9.41-5.37 13.29-10.104 8.362-10.204 17.167-27.234 25.41-49.5-1.647-26.645-3.49-39.06-35.522-58.758 25.123 13.013 47.678 20.495 89.27-7.207z" fill="#fff"/></svg>
<svg class="tc-image-originals-oat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M253.787 24.672c-19.46.194-39.213 2.816-58.88 8.086C69.032 66.486-5.664 195.868 28.063 321.74 54.3 419.652 138.414 486.586 233.73 495.623c-2.958-41.58-1.013-83.51 3.913-125.894l18.564 2.155c-4.923 42.36-6.768 83.89-3.67 124.77 21.273.298 42.942-2.294 64.508-8.073 125.873-33.728 200.57-163.107 166.842-288.98-28.458-106.206-125.012-175.98-230.1-174.93zm16.275 20.44c14.34 29.823 20.8 57.25 20.018 78.46l-28.49 33.598-24.106-39.1c2.935-20.556 14.04-45.806 32.578-72.96zm-70.878 64.343c6.723 4.115 12.998 8.327 18.853 12.602l-.035.02 33.687 54.646-3.012 38.916-42.422-44.933c-4.54-17.19-7.108-37.92-7.072-61.252zm132.892 10.047c-3.324 22.093-8.647 41.478-15.303 57.404l-49.336 38.545 3.088-39.923 37.993-44.8c7.29-3.923 15.14-7.683 23.558-11.225zm-146.58 68.082c6.227 2.28 12.15 4.674 17.752 7.16L246.73 240.8l-3.173 41.01-37.19-20.933c-10.98-15.844-18.874-40.415-20.87-73.293zm152.74 11.465c-6.607 29.925-17.328 51.98-29.798 66.18l-46.223 17.692 3.27-42.23 44.452-34.73c8.73-2.622 18.176-4.946 28.3-6.913zM179.096 275.4c6.876.675 13.44 1.575 19.703 2.66l43.167 24.297-3.887 50.236c-21.094-5.566-43.688-30.975-58.984-77.194zm139.238 9.957c3.844-.022 7.784.04 11.812.185-22.9 46.967-50.93 69.05-73.464 68.892l3.937-50.894 46.718-17.883c3.573-.178 7.237-.28 10.996-.3z"/></svg>
<svg class="tc-image-originals-obelisk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 22.127L238.562 57h34.875L256 22.127zM233 75v268h46V75h-46zm-16 286v14h78v-14h-78zm-17.193 32l-13.43 94h139.246l-13.428-94H199.807z"/></svg>
<svg class="tc-image-originals-observatory tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M220.324 73.05c-5.148.102-10.244.408-15.28.925 38.583 92.843 40.53 149.816 41.948 194.722 13.665-.22 27.327-.79 40.985-1.726-.867-86.935-37.327-165.248-67.653-193.92zm40.545 3.663c27.632 13.237 52.446 35.57 72.437 60.955l18.207-12.98c-24.553-23.846-55.78-40.86-90.645-47.975zm-74.163.09C105.784 93.517 44.517 163.548 41.16 248.64c62.735 12.36 125.33 19.76 187.834 20.13-1.395-45.53-3.087-99.25-42.287-191.967zm244.068 14.543c-1.904-.045-3.733.247-5.462.853-5.536 1.94-10 7.087-12.463 15.51-2.464 8.425-2.434 19.664 1.22 30.987 3.655 11.323 10.147 20.295 16.994 25.455 6.848 5.16 13.388 6.453 18.924 4.512 5.536-1.94 9.998-7.087 12.46-15.512 2.464-8.424 2.437-19.663-1.218-30.986-1.744-5.406-4.14-10.268-6.91-14.443a15.318 9.72 76.94 0 0-6.146-7.575c-1.288-1.282-2.607-2.435-3.94-3.44-4.707-3.547-9.268-5.265-13.46-5.362zm5.805 8.857a28.954 18.568 76.585 0 1 3.45.305 15.318 9.72 76.94 0 0-2.934 17.04 15.318 9.72 76.94 0 0 13.416 11.14 15.318 9.72 76.94 0 0 5.744-12.774 28.954 18.568 76.585 0 1 2.34 6.106 28.954 18.568 76.585 0 1-9.225 34.36 28.954 18.568 76.585 0 1-25.64-21.05 28.954 18.568 76.585 0 1 9.223-34.357 28.954 18.568 76.585 0 1 3.627-.77zm-43.223 16.762l-13.67 9.744c-.292 19.73 3.38 31.84 8.604 41.048 5.153 9.08 12.31 15.71 20.147 23.537l16.1-9.61c-1.477-.884-2.917-1.846-4.305-2.892-10.227-7.708-18.465-19.618-23.152-34.14-3.023-9.367-4.227-18.796-3.723-27.688zm-31.265 22.29l-64.63 46.073c5.126 19.47 9.352 43.4 10.077 66.193l84.907-50.68c-6.756-6.63-14-13.953-19.812-24.2-5.47-9.64-9.332-21.66-10.543-37.386zm40.457 76.516l-22.27 13.292c2.23 8.957 3.495 17.38 3.683 24.963 7.63-1.557 15.26-3.232 22.89-5.056-.43-11.366-1.9-22.46-4.304-33.2zM41 266.794v30.127c122.077 29.426 243.923 29.426 366 0v-29.6c-122.274 28.494-244.39 23.097-366-.527zm0 48.646v157.04c17.678 3.434 35.344 6.476 53 9.106V426c4.292-6.5 12.224-9.7 20.72-9.865 12.42-.244 26.045 5.99 31.28 17.865v54.055c87.183 8.608 174.138 5.576 261-15.207v-157.41c-121.928 28.724-244.072 28.724-366 0zm329.984 87.73c6.89.014 13.016 3.185 13.016 10.185v32l-32 4v-32c0-9 10.125-14.203 18.984-14.185zm-81.486 11.783C296.968 414.955 304 418.5 304 426v32l-32 2v-32c0-8.5 9.03-13.05 17.498-13.047zM208 420c8 0 16 4 16 12v32h-32v-32c0-8 8-12 16-12z"/></svg>
<svg class="tc-image-originals-ocarina tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M439.088 50.27C295.73 49.974-39.922 265.802 61.39 388.523c51.407 62.274 112.452 65.694 170.964 36.868l-29.897-31.613a9.5 9.5 0 0 1-2.414-8.38c7.617-38.315 39.88-59.08 76.672-62.917a9.5 9.5 0 0 1 .834-.048 9.5 9.5 0 0 1 8.548 5.054l22.29 42.125C402.254 278.2 471.797 124.89 452.34 50.983c-4.203-.47-8.628-.703-13.252-.712zm-51.818 52.728a16.56 22.098 61.413 0 1 14.447 9.557 16.56 22.098 61.413 0 1-40.668 16.797 16.56 22.098 61.413 0 1 26.22-26.354zm-52.122 2.5a16.56 22.098 61.413 0 1 .002 0 16.56 22.098 61.413 0 1 14.446 9.557 16.56 22.098 61.413 0 1-40.668 16.797 16.56 22.098 61.413 0 1 26.22-26.354zm41.54 44.1a16.56 22.098 61.413 0 1 14.45 9.556 16.56 22.098 61.413 0 1-40.67 16.797 16.56 22.098 61.413 0 1 26.22-26.352zm-53.75 3.33a16.56 22.098 61.413 0 1 14.45 9.556 16.56 22.098 61.413 0 1-40.67 16.797 16.56 22.098 61.413 0 1 26.22-26.352zm-117.8 70.36a25.768 29.553 70.787 0 1 26.876 24.175 25.768 29.553 70.787 0 1-58.33 4.057 25.768 29.553 70.787 0 1 30.242-28.202 25.768 29.553 70.787 0 1 1.21-.03zm-60.05 39.82a25.767 29.553 46.864 0 1 21.766 13.92 25.768 29.553 46.864 1 1-51.676 27.363 25.767 29.553 46.864 0 1 29.91-41.283zm-21.39 66.933a25.767 29.553.983 0 1 7.59 1.476 25.767 29.553.983 0 1-16.33 56.144 25.767 29.553.983 0 1 7.67-57.615 25.767 29.553.983 0 1 1.07-.004zm148.765 12.306c-26.483 4.247-45.74 17.43-52.508 42.28l67.082 70.933c2.007-6.71 5.41-12.678 10.46-17.36 5.598-5.19 13.037-7.99 21.358-8.18l-46.392-87.674zm47.49 106.2c-4.262-.128-7.16 1.382-9.54 3.59-3.108 2.88-5.637 8.42-6.382 15.753 6.18-.332 10.884-1.732 14.124-4.09 3.598-2.617 6.407-6.84 8.022-14.13-2.36-.713-4.418-1.07-6.223-1.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-octogonal-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.018 22.963l-61.72 61.723c19.433-6.937 40.36-10.725 62.175-10.725 21.288 0 41.733 3.61 60.767 10.23l-61.222-61.227zM89.47 92.363v86.996c18.093-37.91 48.707-68.695 86.495-86.997H89.47zm247.51 0c37.723 18.27 68.3 48.98 86.403 86.8v-86.8H336.98zm-80.537 4.11C166.855 96.473 94 169.333 94 258.928c0 89.593 72.855 162.453 162.443 162.453 89.59 0 162.444-72.86 162.444-162.452 0-89.594-72.855-162.455-162.444-162.455zm0 21.062c56.318 0 104.84 32.766 127.588 80.315-26.38-29.476-71.3-49.262-122.634-50.473 4.36 7.187 8.307 14.898 11.797 23.047-11.635 7.206-19.388 20.083-19.388 34.775 0 21.123 16.023 38.503 36.578 40.654.245 4.43.377 8.905.377 13.42 0 42.575-11.1 81.19-29.35 111.185 51.34-1.216 96.266-21.01 122.64-50.497-22.74 47.57-71.272 80.357-127.607 80.357-56.247 0-104.718-32.683-127.504-80.134 26.407 29.37 71.254 49.07 122.482 50.273-18.323-29.996-29.33-68.48-29.33-111.187 0-42.716 11.012-81.802 29.342-111.896-51.22 1.2-96.063 20.89-122.475 50.252 22.793-47.43 71.253-80.095 127.483-80.095zM82.246 196.748l-62.17 62.172 62.166 62.172c-6.933-19.43-10.72-40.356-10.72-62.168 0-21.815 3.79-42.743 10.724-62.176zm348.502.14c6.903 19.394 10.674 40.273 10.674 62.036 0 21.76-3.77 42.636-10.67 62.027l62.025-62.03-62.03-62.03zM89.47 338.49v86.99h86.483c-37.782-18.302-68.392-49.084-86.482-86.99zm333.913.198c-18.102 37.815-48.674 68.52-86.39 86.793h86.39v-86.794zM194.31 433.164l61.708 61.715 61.212-61.22c-19.03 6.618-39.472 10.227-60.757 10.227-21.81 0-42.735-3.79-62.164-10.723z"/></svg>
<svg class="tc-image-originals-octopus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M150.25 19.97c-114.48-.574-139.972 184.95 20.563 212.124-29.5.534-55.382 8.11-91.75 25.97C-19.2 306.313.665 462.966 100.874 446c34.48-5.838 51.21-50.325.875-65.375 16.515 29.61-27.968 47.1-41.906 1.938-11.262-36.49 21.145-74.914 52.468-85 30.5-9.82 55.244-10.86 82.47-5.844-36.585 34.247-56.547 80.465-42.376 123.624 44.522 135.595 192.146 82.52 162.844-6.72-10.346-31.506-41.408-46.505-68-10.155 35.164-8.854 50.45 38.75 18.188 49.342-26.355 8.655-60.212-13.527-66.032-41.343-7.82-37.39 19.77-77.195 54.78-95.25 22.176 35.37 38.812 48.68 83.22 72.186 85.843 45.436 212.957-36.54 143.906-110.53-22.626-24.244-54.574-30.02-67.5 13.124 30.188-20.09 60.748 26.8 33.875 47.563-21.95 16.96-61.503 19.135-86.437 5.5-30.797-16.842-53.79-37.798-70.188-66.532 57.07 13.69 119.584-1.065 143-45.342 45.72-86.45-7.046-152.467-59.125-153.375-20.378-.356-40.654 9.237-54.875 31.5-17.85 27.946-9.815 61.533 35.157 59.124-29.11-21.628-1.9-63.623 26.717-45.343 23.378 14.932 22.494 51.88 9.75 77.28-15.165 30.23-60.573 50.738-95.062 24.657-3.008-5.71-5.563-11.683-7.78-17.843 8.99-6.49 14.874-17.028 14.874-28.875 0-17.772-13.252-32.64-30.345-35.218-9.763-47.134-23.34-92.648-84.844-112.594-13.64-4.424-26.437-6.472-38.28-6.53zm117.844 137.405c9.463 0 16.937 7.474 16.937 16.938 0 9.463-7.473 16.937-16.936 16.937-9.463 0-16.906-7.474-16.906-16.938 0-9.463 7.443-16.937 16.906-16.937zm-65.406 10.5c9.463 0 16.937 7.474 16.937 16.938 0 9.463-7.474 16.937-16.938 16.937-9.463 0-16.937-7.474-16.937-16.938 0-9.463 7.474-16.937 16.938-16.937z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-oil-drum tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M401.642 85.436v-15.08a21.548 21.548 0 0 1 5.696 8.903 31.363 31.363 0 0 1-5.696 6.176zM411 68.31v.725c0 25.923-53.59 46.933-155 46.933-106.453 0-155-21.057-155-46.933v-.725-.527c0-15.008 16.728-26.905 49.705-35.246 28.24-7.183 65.627-11.137 105.283-11.137 39.657 0 77.056 3.954 105.283 11.137 32.99 8.387 49.707 20.238 49.707 35.246.023.187 0 .35-.012.527zm-177.004-.527c0-4.13-13.184-7.487-29.444-7.487-16.26 0-29.444 3.346-29.444 7.487 0 4.14 13.183 7.487 29.444 7.487 16.26 0 29.42-3.346 29.42-7.475zm167.646 97.89V105.51q-12.997 9.92-39.634 16.705c-28.473 7.24-66.117 11.218-106.008 11.218-39.89 0-77.535-3.99-106.008-11.218q-26.614-6.762-39.634-16.705v60.163C104.135 170.96 101 176.856 101 183.35v1.122c0 25.91 48.547 46.968 155 46.968 101.41 0 155-21.057 155-46.933v-.655-.468c0-6.528-3.135-12.423-9.358-17.71zm0 128.89v-73.488q-12.997 9.92-39.634 16.705c-28.473 7.24-66.117 11.207-106.008 11.207-39.89 0-77.535-3.99-106.008-11.22q-26.614-6.76-39.634-16.703v73.546c-6.223 5.287-9.358 11.183-9.358 17.675v.89c0 25.887 48.547 46.944 155 46.944 101.41 0 155-21.058 155-46.934v-.514-.375c0-6.55-3.135-12.447-9.358-17.687zm8.878 145.396q-1.626-7.254-8.878-13.42v-76.587q-12.997 9.92-39.634 16.705c-28.46 7.24-66.117 11.22-106.008 11.22-39.89 0-77.547-3.99-106.008-11.22q-26.614-6.76-39.634-16.705v76.588q-7.24 6.154-8.878 13.42a14.786 14.786 0 0 0-.48 3.707v.56q0 8.448 7.02 15.537C124.98 477.754 172.79 490.6 256 490.6c60.245 0 103.598-7.417 128.89-18.87 17.336-7.498 26.11-16.646 26.11-27.513v-.293-.27a14.786 14.786 0 0 0-.48-3.695z"/></svg>
<svg class="tc-image-originals-oil-rig tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M291.17 16.975c-5.923.122-11.645 2.246-16.06 7.398-17.652 20.61-13.472 36.05-10.667 42.856 16.607-51.264 33.81-5.23 55.442-25.076 8.615-7.904-10.947-25.546-28.715-25.18zM208 67.107c-19.994.235-33.533 26.42-25.31 33.495 22.252 19.138 32.473-26.055 58.884-4.803-6.212-13.538-13.58-28.927-33.574-28.693zm93.832 8.967c-12.564.318-21.72 9.49-29.832 17.832 32-11.19 26.51 34.82 53.883 24.23 10.118-3.914 6.12-33.12-12.643-40.032-4.104-1.512-7.89-2.12-11.408-2.03zM247 106.107v32h-30.38l-6.4 32H199v18h7.62l-15.417 77.09-1.594.91H176v18h11.422l-34.8 174H128v18h256v-18h-24.62l-34.802-174H336v-18h-13.61l-1.593-.91-15.418-77.09H313v-18h-11.22l-6.4-32H265v-32h-18zm-15.62 50H247v14h-18.42l2.8-14zm33.62 0h15.62l2.8 14H265v-14zm-40.02 32H247v34.92l-26.03-14.875 4.01-20.045zm40.02 0h22.02l4.01 20.045L265 223.027v-34.92zm-47.752 38.65l20.61 11.778-25.928 14.82 5.318-26.597zm77.504 0l5.318 26.597-25.93-14.82 20.612-11.776zM247 254.046v12.062h-21.11L247 254.045zm18 0l21.11 12.062H265v-12.062zm-59.22 30.062H247v47.846l-47.615-15.87 6.394-31.976zm59.22 0h41.22l6.407 32.028L265 332.61v-48.503zm-69.172 49.762l33.38 11.126-38.253 13.234 4.873-24.36zm120.36.08l4.515 22.57-35.525-11.84 31.01-10.73zM265 356.925l48.54 16.18L265 399.58v-42.656zm-18 .963v41.692l-46.77-25.512L247 357.89zm-61.688 28.55l51.893 28.302-64.6 35.237 12.708-63.54zm141.375 0l12.708 63.54-64.598-35.238 51.89-28.303zM247 429.903v28.203h-51.705L247 429.904zm18 0l51.705 28.203H265v-28.203z"/></svg>
<svg class="tc-image-originals-old-wagon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M425.208 118.428c-9.115.04-17.29 2.663-25.45 5.927-9.33 3.732-18.268 8.75-27.847 12.13-6.67 2.356-14.156 3.768-21.694 2.615-22.832 71.052-27.844 149.083-28.654 219.9h68.322c-1.45-5.723-1.952-12.17-1.916-19.543.09-18.73 3.936-43.15 10.523-69.63 12.235-49.176 33.65-104.615 60.876-139.776-11.49-7.335-21.364-10.784-30.19-11.476-1.345-.105-2.666-.152-3.968-.146zM330.95 140.39c-12.268 3.536-23.886 8.28-38.29 10.81-17.517 3.073-38.528 1.747-67.245-9.64V359h78.14c.756-69.366 5.42-146.51 27.395-218.61zm-123.535 4.823c-17.95 11.885-33.58 18.606-50.568 18.578-16.442-.026-33.08-6.19-53.598-17.17 18.834 69.4 24.842 144.742 25.946 212.38h78.22V145.213zM84.7 147.055c-11.136 11.845-23.253 18.937-35.195 22.353-9.05 2.59-17.778 3.007-25.92 2.363 12.242 29.09 21.534 63.203 25.182 96.45 3.63 33.078 1.834 65.296-9.413 90.78h71.834c-1.15-68.14-7.4-143.78-26.488-211.945zM408.823 309c-.05.322-.105.65-.154.97l-2.667 27.608c-.014.66-.032 1.328-.035 1.965-.04 8.135.928 14.47 2.107 17.578.41 1.086.744 1.595.953 1.88h40.387v16h18v-34h-44v-32h-14.592zM33.415 377v46H47.99c2.265-18.264 11.31-34.465 24.538-46H33.415zm134.887 0c13.227 11.535 22.273 27.736 24.537 46h47.15c2.265-18.264 11.31-34.465 24.538-46h-96.226zm192 0c13.227 11.535 22.273 27.736 24.537 46h46.575v-14h57v-18h-57v-14h-71.113zm-248.887.738c-8.502 1.388-16.332 4.71-23.033 9.502l23.033 23.033v-32.535zm18 0v32.535l23.033-23.033c-6.7-4.793-14.53-8.114-23.033-9.502zm174 0c-8.502 1.388-16.332 4.71-23.033 9.502l23.033 23.033v-32.535zm18 0v32.535l23.033-23.033c-6.7-4.793-14.53-8.114-23.033-9.502zm-245.76 22.23c-4.793 6.7-8.114 14.53-9.502 23.032h32.535l-23.033-23.033zm89.52 0L142.142 423h32.535c-1.388-8.502-4.71-16.332-9.502-23.033zm102.48 0c-4.793 6.7-8.114 14.53-9.502 23.032h32.535l-23.033-23.033zm89.52 0L334.142 423h32.535c-1.388-8.502-4.71-16.332-9.502-23.033zM66.153 441c1.388 8.502 4.71 16.332 9.502 23.033L98.688 441H66.153zm75.99 0l23.032 23.033c4.793-6.7 8.114-14.53 9.502-23.033h-32.535zm116.01 0c1.388 8.502 4.71 16.332 9.502 23.033L290.688 441h-32.535zm75.99 0l23.032 23.033c4.793-6.7 8.114-14.53 9.502-23.033h-32.535zm-222.728 12.727L88.382 476.76c6.7 4.793 14.53 8.114 23.033 9.502v-32.535zm18 0v32.535c8.502-1.388 16.332-4.71 23.033-9.502l-23.033-23.033zm174 0l-23.033 23.033c6.7 4.793 14.53 8.114 23.033 9.502v-32.535zm18 0v32.535c8.502-1.388 16.332-4.71 23.033-9.502l-23.033-23.033z"/></svg>
<svg class="tc-image-originals-omega tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.05 73.105C155.53 73.105 71.2 163.14 71.2 274.65c0 42.674 12.272 82.822 33.265 115.45-24.44-13.235-48.45-29.26-72.4-48.92v95.108H206.87c-48-33.257-81.532-82.232-81.532-138.158 0-74.567 59.88-135.015 133.71-135.015 73.832 0 133.712 60.448 133.712 135.015 0 55.926-33.53 104.9-81.53 138.158h174.803V341.18c-24.02 19.865-48.295 36.2-73.052 49.57 21.297-32.77 33.92-73.09 33.92-116.1 0-111.51-84.33-201.545-187.85-201.545z" fill="#fff"/></svg>
<svg class="tc-image-originals-on-target tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M107.563 21.406c122.47 187.613 107.72 216.17-74.97 55.813 83.344 103.73 183.05 185.66 287.876 260.75-47.685 54.762-65.51 116.2-39.283 141.374 27.95 26.827 95.317 2.292 150.25-54.938 54.934-57.23 76.668-125.547 48.72-152.375-26.4-25.338-87.652-4.57-140.657 46.033C267.523 213.846 194.602 110.56 107.562 21.406zm324.906 266.781c9.865-.14 18.234 2.508 24.25 8.282 21.386 20.528 4.908 72.768-37.126 116.56-42.035 43.794-93.957 62.81-115.344 42.283-19.952-19.15-6.325-65.992 29.72-107.75 3.706 2.625 7.405 5.264 11.124 7.875-26.5 31.075-36.24 65.542-21.406 79.78 16.03 15.39 54.65 1.294 86.156-31.53 31.507-32.825 44-71.99 27.97-87.375-15.205-14.592-50.578-2.533-81.064 26.75-2.594-3.763-5.187-7.52-7.78-11.282 28.526-27.297 60.18-43.263 83.5-43.592zm-22.033 37.375c5.66-.08 10.457 1.44 13.907 4.75 12.267 11.774 2.827 41.758-21.28 66.875-24.11 25.118-53.89 36.024-66.158 24.25-11.245-10.793-3.876-36.93 16-60.562 5.976 4.173 11.97 8.327 17.97 12.47-9.746 11-14.027 22.66-9.563 27.124 4.904 4.903 18.483-.735 30.343-12.595 11.86-11.86 17.498-25.47 12.594-30.375-4.778-4.778-17.8.476-29.438 11.72-4.21-6.092-8.42-12.186-12.625-18.283 16.46-15.875 34.774-25.184 48.25-25.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-one-eyed tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.97 22.75c-44.405 0-85.1 25.434-115.25 68.125-30.152 42.69-49.157 102.41-49.157 168.563 0 66.152 19.005 125.87 49.156 168.562 30.15 42.69 70.845 68.125 115.25 68.125 44.402 0 85.067-25.434 115.218-68.125 30.15-42.69 49.187-102.41 49.187-168.563 0-66.152-19.037-125.87-49.188-168.562-30.15-42.69-70.815-68.125-115.218-68.125zm77.468 116.313c10.96 39.393 15.825 78.762 16.843 118.156 16.952-3.024 33.782-6.753 50.376-11.44-5.884 14.73-26.045 26.294-50.187 32.032-.282 44.07-4.86 88.15-10.595 132.22-7.335-42.81-13.62-85.628-16.094-128.438-22 1.092-44.25-2.78-60.31-13.313 19.79-1.902 39.66-3.972 59.467-6.75-1.156-40.83 1.515-81.637 10.5-122.467zm-176.22 95.5c1.883-.025 3.75-.008 5.626.062-6.855 5.274-11.28 13.558-11.28 22.875 0 15.93 12.91 28.844 28.842 28.844 15.932 0 28.844-12.913 28.844-28.844 0-4.615-1.073-8.976-3-12.844 13.33 5.66 26.475 13.614 39.438 23.625-37.067 62.158-128.797 25.067-137.188-22.5 16.552-7.404 32.767-11.01 48.72-11.218z" fill="#fff"/></svg>
<svg class="tc-image-originals-open-book tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M149.688 85.625c-1.234.005-2.465.033-3.72.063-33.913.806-75.48 10.704-127.25 33.718V362.78c60.77-28.82 106.718-37.067 144.22-33.092 33.502 3.55 59.685 16.66 83.562 31.187v-242.97c-23.217-17.744-50.195-30.04-85.97-32-3.52-.192-7.142-.296-10.843-.28zm211.968 0c-3.7-.016-7.322.088-10.844.28-35.773 1.96-62.75 14.256-85.968 32v242.97c23.876-14.527 50.06-27.637 83.562-31.188 37.502-3.974 83.45 4.272 144.22 33.094V119.407c-51.77-23.014-93.337-32.912-127.25-33.72-1.255-.028-2.486-.056-3.72-.06zm5.72 261.78c-1.038-.002-2.074.017-3.095.033-4.808.075-9.43.37-13.905.843-33.932 3.597-59.603 17.976-85.53 34.44v.28c-6.554-1.99-13.02-2.37-19.408-.97-25.566-16.177-51.003-30.202-84.468-33.75-5.595-.592-11.44-.883-17.564-.842-32.04.213-71.833 9.778-124.687 35.937v42.53c60.77-28.823 106.714-37.067 144.218-33.092 18.545 1.965 34.837 6.845 49.75 13.28-4.682 6.064-9.308 13.268-13.875 21.688h117.156c-5.93-8.22-11.798-15.414-17.626-21.56 14.996-6.503 31.39-11.43 50.062-13.408 37.503-3.974 83.448 4.27 144.22 33.094v-42.53c-53.16-26.31-93.115-35.863-125.25-35.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-open-chest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M457.03 213.037L416.514 100.24C425 77.232 433.27 68.075 437.527 64.633c3.162-2.563 5.922-3.534 8.185-2.904 4.134 1.168 8.775 7.7 12.278 17.456 11.266 31.347 10.377 87.094-.96 133.85zm-324.287-17.9l312.804 34.84-43.82-122.1L145.558 79.34c2.593 36.102-1.913 79.913-12.817 115.796zM128.98 77.5l-45.06-5.02 37.03 103.123c7.773-32.06 10.625-68.357 8.03-98.102zM101.46 27.19c-3.793 3.1-10.77 10.666-18.25 28.566L402.23 91.3c5.333-13.695 11.37-24.702 17.88-32.495L108.796 24.13c-2.573-.29-5.415 1.51-7.338 3.06zm280.63 283.338l.61 169.352 66.352-53.63-.61-169.35zM366.163 487.9L46.62 452.306 46 278.396l319.553 35.594zM216.726 337.648a9.777 9.777 0 0 0 5.168-9.405c-.248-6.367-5.364-12.092-11.43-12.857h-.125c-6.14-.693-10.904 3.927-10.646 10.335a13.973 13.973 0 0 0 5.767 10.543l-2.17 25.073 17.57 2.005zm219.28-91.983l-307.46-34.25v59.54l242.712 27.037zM58.31 263.13l54.34 6.058v-49.98z" fill="#fff"/></svg>
<svg class="tc-image-originals-open-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M25.78 23.28c61.782 111.395 55.21 154.466 51.032 223.5 70.268 1.46 114.547 29.972 118.094 97.376 38.46-33.043 96.49-11.086 109.094 38.5 31.264-29.574 93.164 19.897 45.688 56.594 54.568-1.55 93.348 14.294 141.53 52.344-11.326-44.81-11.612-95.993-.937-140.094-55.272-18.36-136.94-101.47-36.905-98.875-46.755-23.27-77.81-59.41-96.97-109.188-2.615 71.367-76.123 30.815-33.56.532-33.97-2.67-84.39-30.28-101.908-83.126C164.93 80.924 88.565 64.092 25.78 23.28zm52.345 63.126c63.466 8.197 119.972 22.837 173.75 67.906l-26.28 20.438c47.834 11.862 113.498 41.676 149.655 78.844l-46.72 4.375c76.467 49.034 112.748 92.225 142.345 197.092-38.338-63.113-105.822-116.04-172.53-128.437 23.604-15.956-23.102-56.196-93.126-47.25l55.405-31.625c-42.457-36.895-86.29-43.73-130.688-37.97 28.914-32.388 7.954-78.117-51.812-123.374zm275.813 4.97c-9.603 0-17.375 7.774-17.375 17.374 0 9.6 7.772 17.406 17.375 17.406 9.602 0 17.375-7.806 17.375-17.406 0-9.6-7.773-17.375-17.375-17.375z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-oppression tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.188 16.406V123.28l153.593 81.75-70.655-188.624H19.187zm109.812 0L248.125 161.22l5.25-144.814H129zm165.25 0l40.906 133.156 60.72-133.156H294.25zm140.188 0l-14.594 155.938 74.75-69.5V16.406h-60.156zM19.188 167.062v97.532l99.874 9.937L19.19 167.064zm409.406 40.313c-17.884-.094-38.853 9.07-55.938 26.156-5.305 5.307-9.826 10.998-13.562 16.845-93.737-56.476-329.936 76.333-179 189.78H60.78l-26.468 47.72H291.5L203 384.625c24.27-26.708 67.458-43.704 97-45.063 13.793 45.098 36.265 113.497 71.75 148.313h60.844c-43.07-46.547-76.538-109.09-81.938-179.844 1.616 3.237 3.72 6.19 6.313 8.783 18.662 18.663 55.944 11.648 83.28-15.688s34.35-64.618 15.688-83.28c-7-7-16.614-10.413-27.344-10.47zM19.188 323v59.563l77.687-23.938L19.187 323z" fill="#fff"/></svg>
<svg class="tc-image-originals-orange tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.355 15.997c-93.512.726-182.057 56.405-220.066 148.166-50.68 122.35 7.525 262.87 129.874 313.547 122.35 50.68 262.868-7.526 313.547-129.875 50.68-122.35-7.525-262.868-129.874-313.547-30.587-12.67-62.31-18.532-93.48-18.29zm1.325 24.342c33.248 0 66.497 14.247 56.998 42.745L270.822 218.74 338.23 93.165c13.433-26.868 47.018-13.433 70.528 10.077 23.51 23.51 36.946 57.095 10.078 70.53l-126.7 66.57L428.91 199.43c3.562-1.188 6.903-1.71 10.02-1.644 21.82.455 32.728 29.547 32.728 58.64 0 33.247-14.25 66.497-42.748 56.997l-135.385-42.267 125.233 67.072c3.358 1.68 6.088 3.674 8.246 5.924 15.107 15.75 2.25 44.034-18.322 64.605-23.51 23.51-57.095 36.947-70.53 10.078l-67.59-127.218c9.505-3.882 17.067-11.4 21.002-20.885 8.137-19.643-1.19-42.163-20.834-50.3-19.642-8.136-42.162 1.192-50.298 20.835-8.137 19.643 1.19 42.162 20.834 50.3 9.317 3.854 19.776 3.9 29.127.126L311.93 428.91c19 56.998-132.993 56.998-113.994 0l43.605-137.63-67.77 126.5c-26.867 53.736-134.343-53.74-80.606-80.61l124.156-66.243-134.232 41.748c-53.435 17.812-56.775-114.662-10.02-115.637 3.117-.065 6.458.456 10.02 1.643l135.914 41.188L94.146 173.77C43.768 148.583 135.08 52.548 168.83 84.92c2.25 2.157 4.245 4.887 5.924 8.245L239.54 217.95 198.683 83.085c-9.5-28.498 23.75-42.746 56.998-42.746z" fill="#fff"/></svg>
<svg class="tc-image-originals-orb-direction tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.78 21C128.098 21 23.47 125.628 23.47 253.313c0 127.685 104.627 230.78 232.31 230.78 127.685 0 230.782-103.095 230.782-230.78S383.466 21 255.782 21zm-1.06 82l117.374 117.97-23.938 25.093-65.406-37.938v172.47c79.295-13.13 139.78-81.987 139.78-165 0-39.265-13.54-75.368-36.186-103.907 37.702 35.365 61.22 85.81 61.22 141.625-.002 106.395-85.385 191.78-191.783 191.78-106.398 0-193.31-85.385-193.31-191.78 0-55.123 23.342-105.018 60.624-140.313-22.028 28.33-35.156 63.928-35.156 102.594 0 82.46 59.645 150.973 138.156 164.75v-168.72l-62.5 35.626-25.094-26.28L254.72 103z" fill="#fff"/></svg>
<svg class="tc-image-originals-orbital tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.25 20.656c-32.78 0-64.03 6.79-92.438 19-8.182-10.618-20.994-17.468-35.437-17.468-24.716 0-44.78 20.033-44.78 44.75 0 8.356 2.324 16.18 6.31 22.874-42.638 42.655-69.093 101.49-69.093 166.282 0 129.617 105.823 234.72 235.438 234.72 129.615-.002 234.72-105.103 234.72-234.72 0-129.618-105.105-235.438-234.72-235.438zm0 19.313c119.515 0 216.094 96.607 216.094 216.124s-96.58 216.094-216.094 216.094c-119.515 0-216.813-96.577-216.813-216.094 0-59.568 24.176-113.438 63.22-152.5 7.273 5.113 16.15 8.094 25.718 8.094 24.716 0 44.75-20.034 44.75-44.75 0-3.453-.385-6.804-1.125-10.032C197.91 46 226.396 39.97 256.25 39.97zm-.125 51.81c-91.3 0-165.875 74.575-165.875 165.876 0 91.3 74.576 165.406 165.875 165.406 35.12 0 67.708-10.965 94.5-29.656 7.13 4.23 15.45 6.656 24.344 6.656 26.396 0 47.81-21.384 47.81-47.78 0-12.763-5.005-24.366-13.155-32.938 7.677-19.067 11.906-39.884 11.906-61.688 0-91.3-74.106-165.875-165.405-165.875zm0 19.126c81.2 0 146.78 65.55 146.78 146.75 0 17.833-3.172 34.924-8.967 50.72-5.81-2.513-12.237-3.907-18.97-3.907-26.396 0-47.78 21.414-47.78 47.81 0 10.59 3.454 20.362 9.28 28.283-23.065 15.084-50.66 23.843-80.343 23.843-81.2 0-147.22-65.55-147.22-146.75s66.02-146.75 147.22-146.75zm-1.063 19.625c-7.462 31.99-21.767 62.112-42.906 83.25-21.14 21.14-48.73 32.913-80.72 40.376 31.99 7.462 62.112 21.736 83.25 42.875 21.14 21.14 32.914 48.764 40.376 80.75 7.463-31.986 19.204-59.61 40.344-80.75 21.14-21.138 51.262-35.412 83.25-42.874-32.236-7.428-59.455-19.11-80.72-40.375-21.262-21.263-35.446-51.013-42.873-83.25zm.094 86.564c20.498 0 37.125 16.627 37.125 37.125 0 20.496-16.626 37.124-37.124 37.124-20.497 0-37.125-16.628-37.125-37.125 0-20.5 16.63-37.126 37.126-37.126z" fill="#fff"/></svg>
<svg class="tc-image-originals-orc-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 51c-1.216 1.157-3.235 3.694-5.595 7.47-4.552 7.283-10.594 19.233-18.383 34.8v9.94c6.19 4.752 14.906 7.626 23.978 7.626 9.072 0 17.787-2.874 23.978-7.627v-9.94c-7.79-15.567-13.83-27.517-18.383-34.8-2.36-3.776-4.38-6.313-5.595-7.47zm-42.743 54.286c-28.17 6.895-55.87 20.62-82.175 41.132-16.04 80.706-31.2 175.83-16.89 254.565 6.188 2.322 12.687 4.44 19.403 6.398l-3.062-12.257-4.305-6.455 7.807-5.204c6.304-4.203 13.54-7.85 21.487-10.99-5.028-6.777-8.326-15.44-11.545-24.286-5.46-15.013-9.66-31.84-13.654-44.028l-9.792-29.87 24.565 19.616c24.47 19.543 49.132 32.704 82.918 56.314l10.07 7.037c5.944-.26 11.928-.39 17.917-.39 5.99 0 11.973.13 17.916.39l10.07-7.037c33.787-23.61 58.45-36.77 82.92-56.314l24.563-19.616-9.793 29.87c-3.995 12.19-8.193 29.015-13.654 44.028-3.22 8.847-6.517 17.51-11.545 24.287 7.948 3.138 15.183 6.786 21.487 10.99l7.807 5.203-4.305 6.455-3.062 12.258c6.716-1.956 13.215-4.075 19.402-6.397 14.31-78.736-.85-173.86-16.89-254.565-26.305-20.51-54.004-34.237-82.174-41.132v6.31l-2.75 2.746c-10.55 10.552-25.398 15.26-39.993 15.26-14.595 0-29.442-4.708-39.994-15.26l-2.75-2.746v-6.31zm75.98 55.876l13.39 13.145-6.572 6.695c-12.91 13.147-27.168 19.604-41.277 18.865-14.108-.74-26.793-8.077-38.39-18.442l-6.995-6.253 12.504-13.99 6.996 6.25c9.774 8.735 18.788 13.273 26.867 13.696 8.08.423 16.495-2.67 26.905-13.272l6.573-6.694zm-149.998 3.885c19.807 0 41.364 9.12 60.852 19.946 19.487 10.826 36.416 23.397 45.862 32.843l-13.268 13.267c-7.234-7.234-23.665-19.683-41.708-29.707-18.043-10.024-38.186-17.584-51.74-17.584v-18.765zm233.52 0v18.765c-13.552 0-33.695 7.56-51.738 17.584-18.043 10.024-34.474 22.473-41.708 29.707l-13.268-13.267c9.446-9.446 26.375-22.017 45.862-32.843 19.488-10.827 41.045-19.946 60.853-19.946zm-226.887 36.11c16.68 16.68 47.577 47.29 93.447 47.29v.316l16.757-24.214 16.603 24.475v-.578c45.87 0 76.767-30.61 93.447-47.29l13.268 13.266c-8.234 8.233-21.14 21.197-38.61 32.218 4.916 4.755 7.998 11.397 7.998 18.697 0 14.283-11.78 26.063-26.063 26.063-14.282 0-26.062-11.78-26.062-26.063 0-.183.01-.364.014-.546-3.9.798-7.922 1.415-12.06 1.828l28.074 41.386-3.79 5.315c-7.152 10.026-16.657 15.68-26.033 18.204-9.376 2.525-18.523 2.41-26.863 2.41s-17.496.107-26.944-2.4-19.065-8.05-26.67-17.95l-4.17-5.425 28.773-41.58c-4-.41-7.887-1.017-11.662-1.79.004.183.014.364.014.547 0 14.283-11.78 26.063-26.062 26.063-14.283 0-26.063-11.78-26.063-26.063 0-7.3 3.082-13.942 7.998-18.696-17.47-11.02-30.376-23.984-38.61-32.217l13.268-13.267zm-128.076 16.11c2.95 6.932 8.367 15.73 16.54 27.413 12.455 17.8 29.556 41.635 46.575 75.674 1.848 3.697 4.587 6.08 8.64 7.774.07-13.807.677-27.726 1.7-41.656l-24.876-21.55 12.286-14.184 14.638 12.68c.938-9.016 2.026-18.007 3.23-26.948-7.94-6.23-17.723-10.416-28.564-13.373-16.628-4.535-34.943-5.58-50.17-5.83zm476.406 0c-15.226.25-33.54 1.295-50.17 5.83-10.84 2.957-20.623 7.142-28.562 13.373 1.204 8.94 2.292 17.932 3.23 26.947l14.638-12.68 12.286 14.185-24.875 21.55c1.02 13.93 1.628 27.848 1.7 41.656 4.05-1.694 6.79-4.077 8.638-7.774 17.02-34.04 34.12-57.873 46.575-75.674 8.173-11.682 13.59-20.48 16.54-27.412zm-238.28 40.48L221.81 307.04c3.74 3.347 7.608 5.175 12.06 6.356 6.265 1.663 13.79 1.772 22.13 1.772s15.874-.117 21.982-1.762c4.345-1.17 8.01-2.94 11.476-6.216l-33.535-49.442zm-66.643.292c-4.142 0-7.298 3.155-7.298 7.297 0 4.14 3.156 7.297 7.298 7.297 4.14 0 7.297-3.156 7.297-7.297 0-4.142-3.156-7.298-7.297-7.298zm133.44 0c-4.14 0-7.297 3.155-7.297 7.297 0 4.14 3.156 7.297 7.297 7.297 4.142 0 7.298-3.156 7.298-7.297 0-4.142-3.156-7.298-7.298-7.298zm-166.322 67.34c1.684 5.604 3.355 11.28 5.214 16.392 4.053 11.14 9.25 19.18 12.498 22.424l27.458-9.153c-16.38-10.857-31.114-20.08-45.17-29.662zm199.204 0c-14.056 9.583-28.79 18.806-45.17 29.663l27.458 9.153c3.247-3.245 8.445-11.283 12.498-22.424 1.86-5.112 3.53-10.788 5.214-16.39zM256 375.634c-41.212 0-82.64 7.558-105.97 20.12l13.58 54.32c61.668 14.57 123.112 14.57 184.78 0l13.58-54.32c-23.33-12.562-64.758-20.12-105.97-20.12zm-.018 10.543c23.4-.08 46.826 4.167 70.074 13.005l8.77 3.334-6.67 17.542-8.77-3.336c-42.466-16.144-84.223-15.572-126.88.04l-8.814 3.226-6.448-17.623 8.81-3.223c23.152-8.473 46.527-12.883 69.928-12.964z"/></svg>
<svg class="tc-image-originals-ore tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M344.578 493.54l-117.214-2.024L118.9 338.536l14.355-51.353 35.264 9.38 40.145 42.033-17.467-59.874 23.836-35.358-42.748-104.034 43.165-79.45 72.434 22.468 46.26 80.46-29.474 5-38.478-35.017 22.568 48.064-.672 37.364-26.09 18.224 34.95 1.284 47.145 23.835 28.75-27.874 38.488 19.057 10.647 37.578-18.97-13.784-78.166 39.967-44.983-15.39 5.86-27.153-42.766 3.274 23.573 11.913-9.49 22.943 58.037 31.285 20.34 79.423-15.45 34.73 29.397-20.36 66.83-9.438-71.61 65.81zm-158.524-3.538l-53.48-2.296 27.663-64.006 34.38 49.695-8.563 16.607zm-86.78-37.04l-11.08-34.875-35.503-10.204 34.858-11.09 10.212-35.5 11.09 34.855 35.502 10.22-34.857 11.082-10.22 35.51zm252.983-33.208l-21.565-84.228 72.042-38.99 53.683 59.322-18.665 52.23-85.495 11.666zM169.47 280.677l-59.133-15.612-20.298-69.16 66.064-37.45 36.94 84.126-23.573 38.097zm172.106-38.972l-38.385-19.66 1.574-38.86 43.607-9.917 26.753 39.296-33.547 29.14zm58.845-47.23l-14.234-45.425-46.14-13.46 45.41-14.262 13.46-46.132 14.252 45.41 46.14 13.478-45.41 14.235-13.477 46.156zM327.01 124.9l-28.666-56.762-28.972-7.96 22.645-41.718 29.312 14.278 17.84 59.542-12.16 32.62z"/></svg>
<svg class="tc-image-originals-ouroboros tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M361.066 19.732c-10.544.158-22.568 2.455-36.455 7.622-51.68-7.935-149.35 1.07-219.3 67.445-18.193 15.515-33.99 34.47-46.415 56.622C.422 255.664 39.01 391.614 145.668 454.862c106.657 63.247 239.682 29.71 298.156-74.534 48.044-85.65 30.543-192.683-36.38-263.228-4.687-2.128-8.99-3.64-12.84-4.567-4.584-1.104-8.377-1.48-11.557-1.312l2.148 1.858.076.067.078.068 2.322 2.1-12.53 13.865-2.247-2.032-3.72-3.218-1.288-1.065c-1.283 4.36-1.58 10.16-.23 17.346 42.46 51.85 55.07 135.21 23.86 191.16-38.675 69.334-128.217 93.756-197.552 52.372-69.335-41.384-85.586-127.136-46.91-196.47 23.7-42.486 68.22-66.402 112.18-66.188 10.397.05 20.762 1.456 30.812 4.283-3.377-10.83-5.62-21.137-7.033-30.027l-1.078-6.78 6.148-3.054c9.405-4.673 17.726-11.592 25.22-20.53l-5.632-.73 2.408-18.533 5.895.766.1.012.1.016 6.098.928-1.05 6.906c.122-.182.245-.358.366-.54l15.61 10.274c-9.408 14.29-20.69 26.305-34.432 34.647 2.702 13.958 7.508 30.712 15.408 46.554 14.18 26.138 32.952 50.527 59.078 53.91-13.96-17.62-22.724-34.61-26.727-49.976-4.515-17.336-3.088-33.33 6.057-44.384 6.86-8.29 17.515-12.383 29.738-12.146 4.075.08 8.322.64 12.662 1.685 16.536 3.985 35.473 14.414 56.78 32.487 8.212-10.56 9.83-23.052 7.668-37.082-31.578-9.323-45.42-70.888-102.362-70.038zm2.97 16.33c4.357.122 9.314 1.2 14.323 3.297 13.085 5.48 21.578 15.845 18.97 23.154-2.607 7.307-15.328 8.79-28.414 3.31-13.086-5.48-21.58-15.848-18.973-23.156 1.467-4.11 6.134-6.378 12.266-6.6.595-.02 1.205-.023 1.827-.005zm-84.733 7.69h.107l.106.002 5.76.103.107.002.105.003 5.147.21-.758 18.673-5.055-.205-5.51-.1-5.54.03-1.942.05-.516-18.68 2.073-.057.105-.004h.108l5.703-.028zm-27.282 1.303l1.81 18.6-1.387.134-5.13.62-5.233.756-5.01.844-.87.168-3.538-18.35.977-.19.106-.02.11-.018 5.275-.89.108-.017.11-.015 5.34-.774.107-.015.11-.013 5.4-.652.11-.014.106-.01 1.5-.145zm-38.213 7.088l4.826 18.054-1.2.323-4.704 1.376-4.69 1.495-4.597 1.587-1.76.654-6.507-17.52 1.867-.692.102-.04.105-.034 4.816-1.66.104-.038.105-.033 4.883-1.556.106-.034.105-.03 4.95-1.45.106-.03.107-.03 1.274-.34zm-36.672 13.525l8.12 16.83-3.857 1.86-4.173 2.138-4.14 2.242-3.782 2.162-9.278-16.222 3.877-2.217.094-.054.096-.05 4.322-2.342.096-.05.095-.05 4.395-2.25.098-.05.1-.048 3.937-1.898zm-33.528 19.61l10.733 15.3-.885.62-.045.032-3.582 2.64-3.652 2.816-3.574 2.888-2.325 1.97L128.2 97.282l2.423-2.05.08-.066.082-.066 3.717-3.006.082-.067.084-.064 3.795-2.927.084-.066.086-.063 3.87-2.85.087-.064.088-.06.93-.653zm-29.683 25.31l13.3 13.13-1.244 1.26-3.08 3.262-3 3.322-2.925 3.385-1.692 2.047-14.406-11.906 1.74-2.106.065-.078.068-.078 3.066-3.55.07-.08.067-.075 3.15-3.487.07-.076.07-.077 3.236-3.423.07-.077.07-.074 1.304-1.318zm287.633 18.435l1.978 2.14.072.08.07.077 3.173 3.588.07.08.07.08 3.057 3.62.068.083.07.085 2.942 3.655.068.084.065.086.947 1.234-14.82 11.383-.864-1.123-2.824-3.506-2.932-3.475-3.045-3.44-1.883-2.034 13.717-12.697zM89.152 140.666l15.39 10.605-1.03 1.492-2.438 3.707-2.355 3.755-2.273 3.804-1.367 2.404-16.248-9.233 1.412-2.485.05-.088.052-.086 2.375-3.976.053-.085.053-.087 2.465-3.93.054-.086.056-.084 2.55-3.88.058-.087.056-.082 1.088-1.578zm336.278 19.262l1.382 2.2.06.09.056.096 2.283 3.83.058.092.054.096 2.176 3.854.055.095.05.1 2.073 3.874.05.098.05.097 1.27 2.513-16.69 8.414-1.22-2.418-1.95-3.65-2.026-3.593-.025-.04-2.21-3.706-1.316-2.093 15.82-9.95zM69.994 174.57l16.985 7.797-.552 1.196-.008.02-1.79 4.13-1.655 4.06-1.555 4.063-1.113 3.11-17.596-6.296 1.145-3.2.036-.096.038-.094 1.638-4.283.036-.094.04-.094 1.73-4.253.038-.094.04-.09 1.827-4.22.04-.092.042-.09.634-1.38zm372.912 20.303l.024.06.04.102.038.102 1.453 3.988.038.102.035.103 1.354 4.002.035.104.03.103 1.257 4.013.03.103.03.104 1.158 4.027.03.104.026.104.448 1.703-18.077 4.746-.418-1.588-1.103-3.845-1.2-3.832-1.263-3.74-1.368-3.756-.053-.145 6.163-2.246 11.293-4.417zm-385.85 16.44l18.08 4.736-.185.702-.01.04-.99 4.16-.91 4.237-.817 4.246-.692 4.097-18.426-3.115.71-4.197.016-.103.02-.1.86-4.47.02-.104.02-.1.96-4.452.02-.1.024-.102 1.06-4.434.022-.1.027-.1.194-.742zm395.905 21.494l.048.275.017.104.014.103.587 4.067.016.104.01.102.497 4.073.014.1.01.105.404 4.072.012.102.008.1.314 4.073.008.102.006.1.11 2.016-18.66 1.037-.106-1.93-.295-3.83-.39-3.923-.47-3.834-.562-3.893-.024-.142 18.43-3.083zm-402.048 17.23l18.662 1.01-.224 4.17-.135 4.355-.035 4.352.068 4.27.025.66-18.673.734-.03-.77-.006-.11-.002-.108-.07-4.538-.002-.11.002-.108.035-4.537v-.108l.004-.11.142-4.535.002-.108.006-.107.232-4.303zm385.59 21.094l18.664.95-.186 3.662-.003.098-.008.096-.29 4.035-.008.098-.008.096-.373 4.025-.007.093-.012.096-.452 4.013-.01.093-.013.094-.385 2.87-18.523-2.477.37-2.762.434-3.845.357-3.83.275-3.844.18-3.56zM70.697 286.587l.422 3.12.665 4.16.008.046.807 4.342.892 4.23.375 1.582-18.185 4.31-.4-1.692-.028-.114-.024-.113-.943-4.47-.025-.112-.02-.113-.832-4.485-.02-.113-.02-.113-.722-4.497-.017-.112-.015-.11-.437-3.232 18.52-2.512zm360.948 19.842l18.185 4.302-.598 2.53-.02.088-.023.088-1.004 3.896-.022.088-.025.086-1.077 3.875-.024.087-.028.088-1.15 3.85-.026.085-.027.086-1.224 3.826-.027.084-.03.084-.003.01-9.35-3.187-8.392-2.684.055-.17 1.14-3.565 1.077-3.6.01-.03 1.038-3.74.94-3.648.01-.04.59-2.49zM78.78 321.113l.796 2.303 1.537 4.1 1.655 4.095 1.79 4.124.846 1.82-16.945 7.882-.917-1.967-.05-.11-.048-.11-1.86-4.283-.048-.112-.045-.11-1.742-4.313-.045-.112-.04-.11-1.628-4.343-.043-.11-.04-.112-.835-2.42 17.66-6.112zm341.665 19.24l17.184 7.344-.536 1.252-.033.08-.037.077-1.642 3.653-.034.08-.037.078-1.712 3.62-.037.077-.037.078-1.775 3.584-.04.078-.04.08-1.84 3.545-.04.077-.04.076-.633 1.166-16.428-8.913.55-1.012.017-.03 1.81-3.488.016-.03 1.62-3.272.027-.053 1.66-3.518.023-.048 1.533-3.415.502-1.168zM93.668 353.22l1.377 2.305 2.46 3.883 2.518 3.76 2.723 3.84.723.965-14.962 11.2-.803-1.07-.072-.1-.07-.097-2.82-3.978-.07-.1-.068-.1-2.697-4.023-.068-.1-.065-.103-2.576-4.066-.065-.102-.063-.105-1.445-2.42 16.04-9.59zM403.58 371.7l15.53 10.392-2.167 3.24-.048.072-.05.07-2.27 3.26-.05.07-.05.07-2.33 3.214-.05.07-.052.07-2.385 3.165-.053.07-.054.07-1.78 2.276-14.713-11.527 1.675-2.137.032-.04 2.312-3.07.04-.054 2.167-2.992 2.203-3.164.024-.033 2.07-3.094zm-288.91 10l3.246 3.513 3.387 3.486 3.588 3.507 2.43 2.256-12.722 13.69-2.55-2.37-.087-.08-.083-.082-3.695-3.612-.084-.084-.084-.084-3.57-3.67-.083-.086-.08-.088-3.34-3.615 13.73-12.68zm266.736 18.034l13.553 12.868-1.44 1.517-.063.064-.062.064-2.758 2.795-.065.064-.064.065-2.81 2.736-.063.063-.067.063-2.857 2.678-.065.065-.07.06-2.903 2.618-.07.063-.07.06-.7.606-12.23-14.13.644-.56 2.783-2.508.036-.033 2.655-2.49 2.614-2.544.035-.035 2.698-2.735.024-.024 1.314-1.386zm-240.517 6.174l3.48 2.643 4.284 3.093 4.4 3.015 2.536 1.65-10.194 15.665-2.597-1.692-.095-.06-.092-.062-4.605-3.156-.092-.063-.092-.067-4.472-3.227-.092-.066-.092-.068-3.578-2.717 11.3-14.887zm213.827 17.17l10.732 15.3-3.052 2.14-.08.054-.08.055-3.215 2.156-.082.057-.083.053-3.255 2.086-.084.05-.084.054-3.297 2.014-.086.052-.085.05-2.906 1.69-9.4-16.154 2.79-1.62 3.17-1.938 2.99-1.914.04-.026 3.016-2.02.023-.017 3.027-2.122zm-183.643 2.463l1.006.56 5.104 2.683 5.248 2.61 4.78 2.246-7.95 16.913-4.905-2.307-.093-.043-.094-.047-5.41-2.69-.094-.048-.094-.05-5.273-2.77-.095-.05-.094-.052-1.106-.615 9.07-16.34zm152.815 15.103l7.55 17.095-.963.426-.098.043-.1.04-3.55 1.474-.1.042-.1.04-3.585 1.387-.1.04-.103.036-3.615 1.306-.104.037-.103.035-3.647 1.22-.105.035-.107.034-2.158.666-5.51-17.858 2.073-.64 3.398-1.137 3.432-1.24 3.383-1.31 3.326-1.382.885-.39zm-120.013.007l.783.307 5.844 2.16.03.01 6.01 2.082.05.015 3.933 1.263.196.057-5.254 17.935-.277-.08-.113-.033-.113-.037-4.13-1.324-.103-.033-.1-.036-6.24-2.158-.09-.032-.09-.033-6.103-2.254-.09-.032-.092-.035-.89-.35 6.84-17.393zm34.06 10.098l1.954.36 3.807.6 3.885.51 3.773.395 3.75.293.16.008-.978 18.664-.275-.015-.12-.006-.122-.01-4.02-.315-.12-.01-.122-.013-4.037-.423-.12-.012-.12-.015-4.05-.53-.12-.017-.12-.02-4.067-.64-.12-.018-.118-.023-2.086-.383 3.386-18.382zm52.413.137l3.296 18.394-2.17.388-.115.02-.114.02-3.838.59-.117.016-.114.014-3.863.494-.118.016-.117.012-3.885.396-.117.014-.12.008-3.907.298-.12.01-.12.006-.882.045-.95-18.664.782-.04 3.59-.275 3.726-.38 3.63-.465 3.616-.555 2.028-.363z" fill="#fff"/></svg>
<svg class="tc-image-originals-over-infinity tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.938 21.938c-8.8 0-17.504 5.467-24.625 16.406-7.122 10.938-11.938 26.954-11.938 44.78 0 17.828 4.816 33.813 11.938 44.75 7.12 10.94 15.825 16.407 24.625 16.407s17.503-5.467 24.625-16.405c7.12-10.938 11.937-26.923 11.937-44.75s-4.816-33.843-11.938-44.78c-7.12-10.94-15.825-16.407-24.625-16.407zm-92.907 53L24.845 263.313 164.03 451.719l93.282-126.283.063.063 89.063-120.563 7.53-10.187 7.5 10.188 46.407 62.78-15.03 11.126-38.876-52.625-85 115.03 81.624 110.47L489.78 263.31 350.595 74.938l-93.28 126.25-.127-.156-90.812 122.94-7.5 10.186-7.53-10.187-46.407-62.783 15.03-11.125 38.876 52.625 86.75-117.375L164.03 74.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-overdose tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M321.28 25.25c-5.283-.02-10.664.664-16 2.094-32.517 8.713-52.123 42.41-43.25 74.937 25.442 93.258 17.27 64.235 41.783 155.97 8.69 32.53 42.42 51.963 74.937 43.25 32.52-8.713 52.114-42.44 43.22-74.97-23.16-84.706-19.757-73.42-38.658-144.186h.032l-3.156-11.75c-7.08-26.42-30.626-44.21-56.657-45.28-.75-.032-1.494-.06-2.25-.064zm-.81 18.688c18.96-.337 36.327 12.095 41.592 31.218l.063.28c15.085 56.296 18.418 69.392 23.906 90-16.61 17.467-61.828 30.824-82 20.783-5.28-20-8.876-33.524-23.967-88.845-6.186-22.672 7.31-45.904 30.062-52 2.844-.762 5.677-1.202 8.5-1.375.615-.038 1.232-.052 1.844-.063zm-141.25 91.03c-13.855 0-27.704 5.274-38.22 15.782h-.03c-3.675 3.674-3.08 3.075-6.19 6.188l-9.75 9.75h.064c-31.984 32.104-33.768 34.17-82.656 82.562-21.185 20.97-21.068 55.495-.032 76.53 21.036 21.037 55.474 21.057 76.5 0 57.914-57.996 39.236-39.802 98.5-98.53 21.167-20.977 21.067-55.495.03-76.53-10.516-10.52-24.356-15.75-38.217-15.75zm0 18.563c9.04 0 18.087 3.465 25.03 10.407 13.886 13.886 13.943 36.244.03 50.032-35.797 35.473-44.024 43.716-57.03 56.81-18.86-2.615-44.693-29.792-50.313-49.374 13.315-13.35 21.23-21.447 57.25-57.47 6.943-6.942 15.99-10.405 25.032-10.405zM427.905 319c-5.457-.02-10.986.675-16.5 2.156-95.318 25.614-64.922 17.872-162.094 43.438-33.698 8.866-53.754 43.83-44.75 77.437 9.005 33.61 43.8 53.724 77.407 44.72 97.095-26.02 66.704-18.39 162.124-43.438 33.71-8.848 53.754-43.828 44.75-77.437-7.316-27.308-31.69-45.715-58.594-46.813-.776-.03-1.564-.06-2.344-.062zm-95.094 42.78c-12.75 21.474-1.198 70.14 19.657 86.533-15.047 4.102-32.154 8.81-75.314 20.375-23.84 6.387-48.144-7.63-54.53-31.47-6.39-23.84 7.615-48.263 31.436-54.53 46.026-12.11 63.028-16.65 78.75-20.907z" fill="#fff"/></svg>
<svg class="tc-image-originals-overdrive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M284.12 20.73c30.422 18.874 55.654 45.028 75.34 74.752-73.148-65.998-206.043-81.91-299.02-8.173 44.155-19.618 91.96-19.767 138.013-8.804C114.99 82.516 33.898 136.31 18.56 229.29c28.362-45.715 72.144-79.85 120.89-99.282C47.783 181.433-.934 307.458 68.2 403.91c-11.83-50.502-5.58-103.153 13.435-150.09-18.02 100.152 41.172 205.05 144.836 238.28-98.068-80.374-125.746-175.25-112.058-249.614 5.654-71.675 65.768-128.25 138.873-128.25 76.828 0 139.31 62.483 139.31 139.31 0 76.83-62.482 139.31-139.31 139.31-33.366 0-64.022-11.79-88.033-31.417 11.26 17.618 24.974 31.902 40.346 43.035C248.6 446.93 327.288 484.91 389.92 472.61c-25.058-9.186-46.515-19.935-62.965-34.66 51.524 2.73 109.75-8.742 145.904-40.294-20.596 3.584-39.757 5.23-57.48 3.602 38.675-26.044 68.16-66.24 76.653-117.72-28.363 45.713-72.145 79.848-120.892 99.28 91.67-51.423 140.387-177.448 71.25-273.902 11.83 50.502 5.583 103.155-13.433 150.092C454.1 158.858 399.182 39.712 284.12 20.728zm-30.835 112.196c-1.9 0-3.79.048-5.67.135l-1.404 18.954c-7.516.58-15.044 2.012-22.452 4.336l-8.38-17.364c-9.596 3.164-18.656 7.49-27.01 12.825l8.47 17.547c-6.47 4.394-12.31 9.447-17.463 15.026l-16.24-11.053c-6.62 7.437-12.33 15.7-16.96 24.62l16.376 11.146c-3.38 6.99-5.953 14.35-7.67 21.924l-19.837-1.47c-1.56 7.754-2.38 15.778-2.38 23.997 0 1.95.05 3.89.142 5.816l19.818 1.47c.552 7.587 1.97 15.19 4.297 22.67l-17.963 8.67c3.223 9.573 7.615 18.6 13.002 26.923l17.907-8.643c4.362 6.457 9.378 12.286 14.918 17.438l-11.117 16.34c7.48 6.568 15.78 12.228 24.732 16.8l11.043-16.227c6.985 3.405 14.342 6 21.914 7.74l-1.435 19.365c7.557 1.477 15.367 2.258 23.363 2.258 2.17 0 4.323-.06 6.463-.172l1.416-19.105c7.737-.54 15.49-1.976 23.117-4.36l8.265 17.122c9.552-3.275 18.558-7.716 26.85-13.15l-8.18-16.953c6.567-4.45 12.483-9.577 17.695-15.243l15.395 10.474c6.536-7.505 12.154-15.832 16.687-24.805l-15.31-10.418c3.354-6.974 5.907-14.31 7.607-21.86l18.327 1.358c1.496-7.602 2.287-15.46 2.287-23.508 0-2.118-.055-4.223-.162-6.315l-18.236-1.35c-.568-7.667-2.024-15.348-4.404-22.902l16.535-7.982c-3.216-9.575-7.602-18.606-12.983-26.932l-16.595 8.01c-4.482-6.58-9.648-12.5-15.353-17.713l10.414-15.302c-7.463-6.588-15.75-12.268-24.69-16.86l-10.53 15.47c-6.98-3.328-14.317-5.862-21.867-7.537l1.393-18.8c-7.798-1.578-15.87-2.407-24.14-2.407zm.746 41.803c16.696.232 32.51 5.838 45.427 15.413l-33.58 28.947c-2.867-1-5.846-1.623-8.857-1.846-8.768-.65-17.783 2.02-24.91 8.164-9.576 8.255-13.438 20.8-11.223 32.467l-37.08 31.97c-3.63-6.806-6.308-14.266-7.825-22.24-8.07-42.458 19.803-83.42 62.26-91.492 5.307-1.01 10.59-1.457 15.79-1.384zm68.734 43.084c3.19 6.35 5.576 13.232 6.968 20.56 8.072 42.456-19.802 83.418-62.26 91.49-21.682 4.12-42.962-1.148-59.683-12.93l37.733-32.532c10.626 2.85 22.457.597 31.35-7.07s12.865-19.036 11.61-29.965l34.28-29.553zm-68.606 17.915c.497-.013.994 0 1.488.036 3.96.293 7.806 2.123 10.653 5.425 5.693 6.606 4.974 16.294-1.63 21.988-6.605 5.693-16.292 4.974-21.986-1.63-5.694-6.606-4.976-16.292 1.63-21.986 2.888-2.49 6.367-3.753 9.844-3.833z" fill="#fff"/></svg>
<svg class="tc-image-originals-overkill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C123.45 16 16 123.45 16 256s107.45 240 240 240 240-107.45 240-240S388.55 16 256 16zm0 60c99.41 0 180 80.59 180 180s-80.59 180-180 180S76 355.41 76 256 156.59 76 256 76zM121.937 182.375A67.5 62.31 0 0 0 106 222.688a67.5 62.309 0 0 0 131.72 20.156 135 69.23 0 0 1-115.782-60.47zm268.125 0a135 69.23 0 0 1-115.78 60.47A67.5 62.31 0 0 0 406 222.687a67.5 62.309 0 0 0-15.938-40.313z" fill="#fff"/></svg>
<svg class="tc-image-originals-overlord-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M183.188 20.107c-19.58 65.304-41.643 129.72-30.362 186.127l.352 1.766-16.03 80.148 15.366 92.19L234.17 488.36l12.03-83.46L224 416c-16-32-16-64 0-80l-48-16v-64c10.394 10.394 34.29 27.534 54.146 38.273l-15.564-54.478.69-2.072-31.51-9.002-.575-208.613zM329 22.81v205.694l-32.27 9.22.688 2.07-15.564 54.48C301.71 283.533 325.606 266.393 336 256v64l-48 16c16 16 16 48 0 80l-22.21-11.104 12.048 84.32 81.644-108.86 15.37-92.208L358.822 208l.352-1.766C370.278 150.712 348.196 87.226 329 22.81zm-73 49.75l-7 56v64.9l-15.582 46.745L256 319.238l22.582-79.033L263 193.46v-64.9l-7-56zm25 110.89v7.09l10.03 30.09 19.97-5.704v-17.322c-12.287-6.115-21.97-10.802-30-14.153zm-50 .005c-7.888 3.29-17.36 7.866-29.324 13.815l.05 17.863 19.243 5.498L231 190.54v-7.085zM192 288v16l32 16-32-32zm128 0l-32 32 32-16v-16zM25.97 372.31c-4.88 23.452-7.363 47.226-4 72.872 10.904-5.418 22.286-8.96 33.968-10.907-12.438-17.27-22.396-38.742-29.97-61.966zm460.01 0c-7.575 23.223-17.532 44.695-29.97 61.965 11.68 1.947 23.063 5.49 33.97 10.907 3.36-25.646.877-49.42-4-72.873zm-396.01 9.833c-3.055 14.682-5.173 29.488-5.51 44.8 5.497-4.264 11.312-8.804 18.14-12.713-4.768-10.11-8.98-20.89-12.63-32.087zm332.01 0c-3.653 11.196-7.865 21.977-12.632 32.087 6.828 3.91 12.642 8.45 18.138 12.713-.336-15.312-2.453-30.118-5.507-44.8zm-290.37 41.654c-7.614.14-13.588 2.403-19.616 5.793-5.165 2.904-10.355 6.87-15.77 11.033l106.108 63.19-63.082-79.325c-2.088-.296-4.228-.656-6.094-.69-.523-.01-1.037-.01-1.545 0zm247.183 0c-1.866.035-4.007.394-6.096.69l-63.084 79.33 106.112-63.194c-5.415-4.163-10.607-8.13-15.772-11.033-6.43-3.616-12.796-5.95-21.16-5.793zm-301.2 26.69c-21.304.15-40.785 5.3-58.886 17.447l4.56 19.586 132.567 9.953-60.994-36.627.115-.03-8.922-5.312.008.058-8.448-5.074zm356.764 0l-8.45 5.077.007-.06-8.922 5.312.117.03-60.997 36.63 132.57-9.956 4.557-19.586c-18.1-12.148-37.58-17.298-58.883-17.446z"/></svg>
<svg class="tc-image-originals-overmind tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 25.063c-61.584 61.583-76.97 107.77-76.97 138.562 0 30.792 46.18 46.188 76.97 46.188 30.792 0 76.97-15.396 76.97-46.188S317.583 86.647 256 25.062zM132.72 204.125c-9.21-.108-20.947 1.46-36.72 5.688 11.27 42.062 24.604 49.77 37.938 57.468C147.27 274.98 168.3 269.335 176 256c7.698-13.333 2.053-34.365-11.28-42.063-8.334-4.81-16.654-9.632-32-9.812zm246.56 0c-15.346.18-23.666 5-32 9.813-13.332 7.697-18.978 28.73-11.28 42.062 7.698 13.333 28.73 18.98 42.063 11.28 13.333-7.697 26.667-15.405 37.937-57.467-15.774-4.227-27.51-5.796-36.72-5.688zM256 240.595c-34.01 0-61.594 27.58-61.594 61.593 0 34.01 27.583 61.593 61.594 61.593 34.01 0 61.594-27.58 61.594-61.592S290.01 240.594 256 240.594zm-144.03 60.218c-5.005.098-9.887 1.353-14.47 4C70.833 320.21 38.542 356.625 16 440.75c84.125 22.54 131.833 12.77 158.5-2.625 26.667-15.396 16.896-63.083 1.5-89.75-12.75-22.084-39.923-48.04-64.03-47.563zm286.686 0c-23.76.5-50.147 25.895-62.656 47.562-15.396 26.667-25.167 74.354 1.5 89.75s74.375 25.166 158.5 2.625c-22.54-84.126-54.833-120.54-81.5-135.938-5-2.886-10.36-4.115-15.844-4zM256 394.563c-15.396 0-30.78 15.385-30.78 30.78 0 15.397-.012 30.803 30.78 61.594 30.792-30.792 30.78-46.198 30.78-61.593 0-15.396-15.384-30.78-30.78-30.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-owl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M70.574 17.27l-4.87 18.044c24.228 6.543 46.02 15.573 65.478 26.704-21.276 15.76-35.307 42.705-35.307 73.314 0 13.593 2.77 26.463 7.707 37.955-21.82 20.365-35.004 49.398-35.004 87.504 0 70.68 42.857 131.724 104.85 161.005l-30.71 70.36h20.376l27.594-63.216c3.01 1.077 6.05 2.09 9.13 3.02 3.56 2.76 7.186 5.25 10.868 7.487l-13.03 52.71h19.28l10.945-44.32c6.856 2.546 13.842 4.224 20.9 5.007v39.312h18.69V452.8c7.872-.906 15.65-2.936 23.255-6.056l11.212 45.412h19.25l-13.44-54.418c3.4-2.222 6.75-4.66 10.036-7.343 3.22-1.07 6.398-2.226 9.537-3.456l28.46 65.216h20.376l-31.8-72.863c59.226-30.165 99.74-89.782 99.74-158.502 0-37.114-12.51-65.62-33.32-85.897 5.383-11.896 8.435-25.327 8.435-39.56 0-30.5-13.928-57.36-35.073-73.144 19.638-11.334 41.452-20.41 65.396-26.876l-4.87-18.043c-26.26 7.092-50.213 17.245-71.75 30-34.084-18.84-77.19-28.164-120.214-28.114-40.908.048-81.73 8.575-114.655 25.448-20.227-11.394-42.7-20.644-67.47-27.333zM252.707 38.67c36.446-.044 72.955 6.705 102.084 20.348-45.112 31.892-77.918 76.2-97.15 127.79C238.314 134.672 205 88.95 157.073 56.388c27.807-11.744 61.69-17.68 95.635-17.722zm-83.605 68.373c19.4 0 35.33 15.923 35.33 35.32 0 19.4-15.93 35.324-35.33 35.324S133.77 161.76 133.77 142.36c0-19.398 15.932-35.32 35.332-35.32zm179.44 0c19.4 0 35.33 15.923 35.33 35.32 0 19.4-15.93 35.324-35.33 35.324-19.402 0-35.333-15.923-35.333-35.323 0-19.398 15.93-35.32 35.33-35.32zm-110.378 80.69c4.052 10.347 7.523 21 10.424 31.913l9.03 33.964 9.03-33.964c2.895-10.888 6.368-21.472 10.405-31.72 14.39 21.47 37.346 35.386 63.236 35.386 14.44 0 27.964-4.346 39.608-11.896-4.003 70.85-18.94 124.726-39.34 161.416-23.964 43.104-54.35 62.274-83.537 61.836-29.184-.438-59.806-20.672-83.803-64.074-20.432-36.954-35.36-90.513-39.354-160.03C145.8 218.65 159.81 223.31 174.8 223.31c25.967 0 48.984-14 63.364-35.58zm-125.266 2.147c.433.61.864 1.22 1.31 1.816 2.165 81.335 18.39 144.056 42.653 187.942 3.655 6.61 7.513 12.784 11.538 18.55-48.72-28.262-81.132-79.294-81.132-137.394 0-32.026 9.226-54.484 25.632-70.913zm288.282 1.428c15.53 16.296 24.226 38.38 24.226 69.486 0 56.37-30.516 106.083-76.828 134.804 2.87-4.334 5.65-8.887 8.315-13.682 24.163-43.46 40.328-106.15 42.628-188.473.56-.707 1.122-1.41 1.66-2.135zm-237.496 59.052c-3.753 6.263-6.096 14.53-6.096 23.24 0 20.065 12.095 35.915 26.82 35.915 12.53 0 23.354-11.585 26.21-27.465-4.692 4.098-10.472 6.34-16.456 6.34-15.98 0-29.423-16.616-30.478-38.03zm185.912 2.477c-1.056 21.413-14.496 38.03-30.477 38.03-5.985 0-11.763-2.242-16.458-6.34 2.858 15.88 13.68 27.466 26.21 27.466 14.726 0 26.21-15.85 26.21-35.916 0-8.71-1.732-16.977-5.484-23.24h-.002zm-68.73 28.97c-3.51 13.094-14.307 23.18-24.53 23.18-9.984 0-20.61-10.057-23.943-22.507-.813 3.397-1.752 7.03-1.752 10.796 0 19.225 11.59 34.41 25.698 34.41s25.697-15.185 25.697-34.41c0-3.986-.26-7.9-1.168-11.47h-.002zm35.04 66.706c-3.435 16.552-14.208 29.013-27.45 29.013-8.24 0-15.752-4.6-21.024-12.146.738 18.326 12.065 33.062 25.697 33.062 14.107 0 25.696-15.862 25.696-35.086 0-5.407-1.303-10.277-2.92-14.844zm-115.636 1.347c-1.294 4.168-1.752 8.69-1.752 13.497 0 19.224 11.59 35.085 25.697 35.085 13.633 0 24.375-14.737 25.113-33.063-5.272 7.545-12.784 12.146-21.025 12.146-12.916 0-24.314-11.735-28.032-27.666z" fill="#fff"/></svg>
<svg class="tc-image-originals-oyster-pearl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 31.627c-14.76 0-34.807 3.467-51.89 10.71-17.08 7.245-30.695 18.046-35.674 31.43-.776 2.084-1.43 4.142-1.995 6.18-8.754 22.627 7.52 79.885 25.996 117.248-7.3-10.69-14.537-21.067-21.094-31.367-16.38-25.727-28.646-52.362-24.174-81.545-5.41-3.06-11.58-4.656-19.168-4.656-13 0-27.05 6.777-37.637 17.363C79.777 107.576 73 121.627 73 134.627c0 6.942 2.437 14.127 6.793 21.46 9.537 21.677 37.573 54.524 68.11 83.972-14.153-10.152-28.97-20.59-42.516-31.394-26.862-21.423-50.256-44.75-50.38-73.807-3.858 3.766-7.26 8.668-10.146 14.667-5.568 11.584-8.936 26.593-9.878 41.66-.94 15.068.532 30.22 3.914 41.946 3.383 11.724 8.886 19.32 13.13 21.443a9 9 0 0 1 .966.563c36.323 24.214 84.286 29.334 135.572 35.38-3.577-8.602-5.564-18.02-5.564-27.893 0-40.21 32.79-73 73-73s73 32.79 73 73c0 9.872-1.987 19.29-5.564 27.893 51.286-6.046 99.25-11.166 135.572-35.38a9 9 0 0 1 .967-.564c4.243-2.122 9.746-9.72 13.13-21.443 3.38-11.725 4.854-26.878 3.913-41.946-.942-15.067-4.31-30.076-9.88-41.66-2.884-6-6.287-10.9-10.144-14.668-.125 29.057-23.52 52.383-50.38 73.806-13.547 10.803-28.364 21.242-42.518 31.393 30.538-29.45 58.574-62.296 68.11-83.974 4.357-7.332 6.794-14.517 6.794-21.46 0-13-6.777-27.05-17.363-37.636C411.05 86.404 397 79.627 384 79.627c-7.588 0-13.757 1.595-19.168 4.656 4.472 29.183-7.794 55.818-24.174 81.545-6.557 10.3-13.793 20.678-21.094 31.367 18.477-37.363 34.75-94.62 25.995-117.248-.565-2.038-1.22-4.096-1.996-6.18-4.973-13.37-18.638-24.18-35.752-31.427C290.7 35.093 270.644 31.627 256 31.627zm1.07 177.3a55.75 55.75 0 0 0-55.752 55.75 55.75 55.75 0 0 0 26.368 47.3A62.673 62.986 0 0 1 224 290.893a62.673 62.986 0 0 1 62.674-62.985 62.673 62.986 0 0 1 13.562 1.54 55.75 55.75 0 0 0-43.166-20.522zm-62.174 93.536c-53.804 4.54-104.937 7.798-143.066 25.732a9 9 0 0 1-.836.342c-4.893 1.726-9.325 6.413-12.414 13.97-.016.038-.03.08-.047.12H39c0 4.625 3.054 11.025 8.984 18.324 5.458 6.718 12.94 13.94 20.438 21.386.994-1.02 2.02-2.023 3.08-3.006 9.385-8.71 21.622-16.514 35.082-24.088 18.298-10.296 38.886-20.127 57.06-29.62-35.542 22.593-71.37 50.668-83.212 68.618 6.93 5.644 16.974 12.653 27.804 18.453 12.78 6.844 27.035 12.523 38.885 15.227.523-2.765 1.268-5.477 2.24-8.106 4.566-12.322 13.075-23.213 22.892-34.09 8.025-8.894 16.996-17.84 25.826-27.097h.06c-15.392 19.018-30.88 50.23-33.695 72.135 29.607 13.775 75.866 14.865 91.557 14.865 15.924 0 62.742-.66 91.56-14.854-2.81-21.905-18.303-53.125-33.697-72.146h.06c8.83 9.256 17.8 18.203 25.825 27.096 9.817 10.878 18.326 21.77 22.89 34.09.968 2.612 1.71 5.306 2.23 8.052 11.302-2.71 24.53-8.31 36.76-15.105 11.067-6.148 21.47-13.233 29.37-19.367-12.39-17.978-47.654-45.53-82.643-67.772 18.175 9.495 38.763 19.326 57.06 29.622 13.46 7.574 25.698 15.378 35.083 24.088 1.06.983 2.086 1.985 3.08 3.006 7.497-7.446 14.98-14.668 20.438-21.385 5.93-7.298 8.984-13.698 8.984-18.323h.467c-.016-.04-.03-.082-.047-.12-3.09-7.557-7.52-12.244-12.414-13.97a9 9 0 0 1-.836-.342c-38.13-17.934-89.262-21.193-143.067-25.732-3.268 4.993-7.138 9.556-11.494 13.603 14.566 4.272 27.39 10.834 36.753 20.198l-12.726 12.726C316.82 336.172 286.5 327.627 256 327.627s-60.82 8.545-73.637 21.363l-12.726-12.726c9.36-9.362 22.182-15.924 36.744-20.196-4.353-4.046-8.216-8.614-11.484-13.605zm281.663 71.535c-6.796 8.062-14.844 15.64-22.197 22.992-.078.08-.166.162-.246.24 1.524 3.438 2.52 7.052 2.8 10.868 11.18-7.078 17.57-19.915 19.642-34.1zM35.44 374c2.072 14.185 8.464 27.02 19.642 34.098.277-3.77 1.252-7.343 2.744-10.743-.174-.234-.364-.468-.53-.703C50.032 389.405 42.13 381.94 35.44 374zm403.542 36.033c-8.17 6.124-17.99 12.56-28.61 18.46-12.728 7.072-26.367 13.33-39.774 16.616 3.988.905 8.403 1.4 13.402 1.4 13.883 0 28.352-5.085 38.812-12.465 10.46-7.38 16.188-16.654 16.188-23.69 0-.105-.015-.216-.018-.322zm-365.87 1.973c.8 6.792 6.413 15.222 16.075 22.04 10.46 7.38 24.93 12.464 38.813 12.464 4.914 0 9.264-.48 13.2-1.356-13.832-3.255-28.2-9.49-41.462-16.593-9.994-5.352-19.092-10.883-26.627-16.554zm95.005 39.564c4.277 7.724 17.898 15.987 35.06 21.12 17.356 5.194 37.666 7.683 52.823 7.683 15.043 0 35.36-2.49 52.746-7.684 17.012-5.083 30.57-13.24 34.99-20.876-33.462 12.25-73.52 11.813-87.736 11.813-14.454 0-54.23-.08-87.883-12.057z"/></svg>
<svg class="tc-image-originals-paddles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M55.984 10.73L10.73 55.984l12.73 12.73 45.253-45.255-12.73-12.73zm400.032 0l-12.73 12.73 45.255 45.253 12.73-12.73-45.254-45.253zM62.348 52.45l-9.9 9.898 265.167 265.166c13.718 13.718 25.277 22.427 33.258 26.724 2.435 1.31 4.362 2.074 5.973 2.608-.534-1.61-1.297-3.538-2.608-5.973-4.297-7.98-13.006-19.54-26.724-33.258L62.348 52.45zm387.304 0L268.73 233.372l9.897 9.898L459.55 62.35l-9.898-9.9zm-216.28 216.28l-48.886 48.885c-13.718 13.718-22.427 25.277-26.724 33.258-1.31 2.435-2.074 4.362-2.608 5.973 1.61-.534 3.538-1.297 5.973-2.608 7.98-4.297 19.54-13.006 33.258-26.724l48.886-48.887-9.897-9.898zm-55.25 9.094c-6.472 0-12.96.676-18.09 1.883-5.13 1.207-8.78 3.26-9.487 3.967L28.95 405.27c1.11 18.56 10.795 37.717 25.43 52.35 14.633 14.635 33.79 24.32 52.35 25.43l121.596-121.595c.707-.707 2.76-4.357 3.967-9.486 1.207-5.13 1.883-11.62 1.883-18.09 0-6.472-.676-12.963-1.883-18.093-.047-.2-.1-.38-.15-.574l-25.03 25.03c-14.566 14.566-27.05 24.24-37.453 29.843-5.202 2.8-9.863 4.644-14.572 5.316-4.71.673-10.378.02-14.443-4.047-4.066-4.065-4.72-9.734-4.047-14.443.672-4.71 2.515-9.37 5.316-14.572 5.602-10.404 15.277-22.887 29.844-37.453l25.03-25.03c-.195-.05-.376-.103-.575-.15-5.13-1.207-11.62-1.883-18.092-1.883zm155.757 0c-6.472 0-12.963.676-18.093 1.883-.2.047-.38.1-.574.15l25.03 25.03c14.566 14.566 24.24 27.05 29.843 37.453 2.8 5.202 4.644 9.863 5.316 14.572.673 4.71.02 10.378-4.047 14.443-4.065 4.066-9.734 4.72-14.443 4.047-4.71-.672-9.37-2.515-14.572-5.316-10.404-5.602-22.887-15.277-37.453-29.844l-25.03-25.03c-.05.195-.103.376-.15.575-1.207 5.13-1.883 11.62-1.883 18.092 0 6.47.676 12.96 1.883 18.09 1.207 5.128 3.26 8.778 3.967 9.485L405.27 483.05c18.56-1.11 37.717-10.795 52.35-25.43 14.635-14.633 24.32-33.79 25.43-52.35L361.456 283.674c-.707-.707-4.357-2.76-9.486-3.967-5.13-1.207-11.62-1.883-18.09-1.883z"/></svg>
<svg class="tc-image-originals-padlock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.28 17.313c-81.048 0-146.624 65.484-146.624 146.406V236h49.594v-69.094c0-53.658 43.47-97.187 97.03-97.187 53.563 0 97.032 44.744 97.032 97.186V236h49.594v-72.28c0-78.856-65.717-146.407-146.625-146.407zM85.157 254.688c-14.61 22.827-22.844 49.148-22.844 76.78 0 88.358 84.97 161.5 191.97 161.5 106.998 0 191.968-73.142 191.968-161.5 0-27.635-8.26-53.95-22.875-76.78H85.155zM254 278.625c22.34 0 40.875 17.94 40.875 40.28 0 16.756-10.6 31.23-25.125 37.376l32.72 98.126h-96.376l32.125-98.125c-14.526-6.145-24.532-20.62-24.532-37.374 0-22.338 17.972-40.28 40.312-40.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-paint-roller tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M87 20v130h8.596c-.196 2.517-.095 4.886.404 7 1.733 7.34 8.458 16 16 16s14.267-8.66 16-16c.5-2.114.6-4.483.404-7h101.27c-2.738 5.914-6.99 16.49-5.674 23 .846 4.188 4.13 9.127 7.814 9.127s6.967-4.94 7.813-9.127c1.315-6.51-2.936-17.086-5.674-23h102.14c1.85 7.268 8.477 15.67 15.907 15.67s14.056-8.402 15.908-15.67H425V94h14v85.99s.417 10.562-9.986 15.13c-.868.223-33.657 8.69-69.08 18.153-17.945 4.794-36.337 9.78-51.182 13.975-14.845 4.194-25.117 7.082-30.656 9.51-6.74 2.954-14.238 6.833-20.422 13.25C251.49 256.425 247 265.748 247 277v103h18V277c0-6.897 2.1-10.83 5.637-14.502 3.538-3.672 8.894-6.717 14.685-9.256 1.548-.678 13.63-4.52 28.324-8.672 14.696-4.15 33.033-9.127 50.932-13.908 35.798-9.562 69.844-18.35 69.844-18.35l.62-.162.59-.248C456.533 203.194 457 179.99 457 179.99V76h-32V20zm18 18h302v47.373c-7.212 4.035-14.646 14.71-23 15.627-21.86 2.4-42.026-16.844-64-16-16.853.647-32.418 22.454-48 16-11.018-4.564-4.686-28.23-16-32-22.627-7.542-40.21 30.31-64 32-16.823 1.196-31.135-16-48-16-12.762 0-28.045 1.332-39 7.906zm39 159s-19.875 31.586-16 48c1.733 7.34 8.458 16 16 16s14.267-8.66 16-16c3.875-16.414-16-48-16-48zm89 201v94h46v-94z" fill="#fff"/></svg>
<svg class="tc-image-originals-palette tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" fill-rule="evenodd" d="M274.174 41.604c-2.798-.01-5.576.056-8.332.195-96.67 4.85-177.38 86.93-217.842 192-40.462 105.06.914 239.97 90.336 237.48 89.42-2.5 18.09-99.6 65.486-146.12 24.345-23.9 58.852-15.48 94.207-5.64l-17.6-22.98-4.2-5.48c-1.38.06-2.79.102-4.26.09-8.24-.064-17.82-.54-25.25-7.347-13.89-12.73-14.4-31.304-14.08-47.908.32-16.605 1.12-32.375-4.05-42.587l-5.7-11.24 12.595-.37c1.046-.03 2.097-.05 3.15-.053 15.8-.073 32.304 2.776 46.914 9.03 15.584 6.67 29.254 17.44 36.154 33.053 4.18 9.46 3.665 20.116.623 29.768-.636 2.003-1.386 3.972-2.24 5.89l54.9 71.68c6.21-1.05 12.184-2.936 17.844-5.92 46.09-24.313 97.313-77.71 88.27-129.03-14.84-84.23-120.2-154.26-206.94-154.52zm60.79 39.888a34.152 39.804 15.878 0 1 17.913 7.06 34.152 39.804 15.878 0 1 4.666 54.87 34.152 39.804 15.878 0 1-48.72 9.77 34.152 39.804 15.878 0 1-4.665-54.87 34.152 39.804 15.878 0 1 30.805-16.83zm-119.85 4.467a39.307 30.27 71.565 0 1 34.603 35.56 39.307 30.27 71.565 0 1-23.213 41.31 39.307 30.27 71.565 0 1-37.678-35.47 39.307 30.27 71.565 0 1 23.213-41.31 39.307 30.27 71.565 0 1 3.07-.1zm-88.33 79.58a35.75 31.637 35.137 0 1 38.16 33.05 35.75 31.637 35.137 0 1-30.266 33.05 35.75 31.637 35.137 0 1-38.164-33.05 35.75 31.637 35.137 0 1 30.27-33.06zM421.256 170a34.25 40.436 25.644 0 1 20.41 9.578 34.25 40.436 25.644 0 1-2.914 55.51 34.25 40.436 25.644 0 1-50.107 3.966 34.25 40.436 25.644 0 1 2.916-55.51A34.25 40.436 25.644 0 1 421.26 170zm-174.152 27.95c2.982 12.774 1.784 26.197 1.548 38.275-.31 15.893.734 28.32 8.89 35.797 1.19 1.09 8.018 3.092 14.556 3.143 3.268.026 6.44-.22 8.718-.535 1.063-.146 1.874-.306 2.383-.425l13.02-9.362.02-.014c4.46-3.17 8.72-9.37 10.85-16.13 2.13-6.76 2.07-13.81 0-18.49-4.83-10.93-14.84-19.26-27.82-24.81-9.73-4.17-21-6.65-32.17-7.45zm67.455 83.808l-14.37 11L438.97 473.97l14.36-10.998-138.773-181.21zm-200.35 60.16a48.74 40.895 69.57 0 1 46.46 47.85 48.74 40.895 69.57 0 1-36.85 47.852 48.74 40.895 69.57 0 1-46.46-47.852 48.74 40.895 69.57 0 1 36.85-47.85z"/></svg>
<svg class="tc-image-originals-palisade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M112 144.836l-9 48V279h18v-86.164l-9-48zm36 0l-9 48V279h18v-86.164l-9-48zm216 0l-9 48V279h18v-86.164l-9-48zm36 0l-9 48V279h18v-86.164l-9-48zm-360 64l-9 48V279h18v-22.164l-9-48zm36 0l-9 48V279h18v-22.164l-9-48zm108 0l-9 48V279h18v-22.164l-9-48zm36 0l-9 48V279h18v-22.164l-9-48zm36 0l-9 48V279h18v-22.164l-9-48zm36 0l-9 48V279h18v-22.164l-9-48zm36 0l-9 48V279h18v-22.164l-9-48zm108 0l-9 48V279h18v-22.164l-9-48zm36 0l-9 48V279h18v-22.164l-9-48zM18 297v16h138.96v-16H18zm156.96 0v16h162.005v-16H174.96zm180.005 0v16H494v-16H354.965zM31 331v156h18V331H31zm36 0v156h18V331H67zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18zm36 0v156h18V331h-18z"/></svg>
<svg class="tc-image-originals-palm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.22 18.906c-1.887.027-3.794.16-5.69.438-8.594 1.26-16.57 5.35-20.874 9.656l26.125 158.688-17.593 5.656-73.03-148c-5.852-.847-14.302.584-22.063 4.75-8.054 4.322-14.445 11.026-17.22 17.375L190 210.374l-15.22 10.5L80.188 120.75c-5.81 1.17-13.124 5.42-19.062 12.094-6.188 6.955-10.208 15.767-11.063 22.72l124.688 134.53.125.125c16.778 17.487 19.067 46.66 15.03 83.06-3.703 33.413-13.688 73.89-27.405 118.376h193.22c-22.947-62.09-27.75-117.916-25.564-162.5-8.533 4.21-16.923 7.637-25.22 9.97-18.127 5.096-36.56 4.635-52.748-5.157l9.687-16c11.263 6.812 23.092 7.355 38.03 3.155 14.94-4.2 32.307-13.533 51.345-25.594 35.937-22.766 77.844-54.91 125.53-78.186-5.838-11.33-12.282-17.258-19.092-19.938-8.276-3.257-18.583-2.462-31.063 1.875-19.073 6.63-41.65 21.357-64.594 35.564l-14.25-9.28 1.033-4.626 2.312-10.125c-.033.005-.06.025-.094.03L387.19 46.25c-4.21-5.552-12.187-11.18-21.157-14.094-8.56-2.783-17.125-2.776-22.78-.906l-31.72 143.688-18.342-.563L269.03 23.062c-4.185-2.424-9.777-3.982-15.936-4.156-.623-.017-1.247-.01-1.875 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-pan-flute tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M25 49v38h30V49H25zm48 0v38h30V49H73zm48 0v38h30V49h-30zm48 0v38h30V49h-30zm48 0v38h30V49h-30zm48 0v38h30V49h-30zm48 0v38h30V49h-30zm48 0v38h30V49h-30zm48 0v38h30V49h-30zm48 0v38h30V49h-30zM25 105v30h462v-30H25zm0 48v264.824c7.76-8.745 17.86-18.918 30-30.197V153H25zm48 0v218.402c9.233-8.09 19.286-16.572 30-25.295V153H73zm48 0v178.73c9.595-7.523 19.615-15.16 30-22.843V153h-30zm48 0v142.795c5.223-3.735 10.506-7.468 15.87-11.19 4.66-3.233 9.38-6.454 14.13-9.666V153h-30zm48 0v109.975c9.866-6.444 19.878-12.792 30-18.998V153h-30zm48 0v80.164c9.938-5.843 19.95-11.515 30-16.97V153h-30zm48 0v53.67c10.002-5.138 20.014-10.032 30-14.63V153h-30zm48 0v31.078c10.065-4.28 20.08-8.24 30-11.805V153h-30zm48 0v13.2c10.142-3.19 20.155-5.935 30-8.18V153h-30zm78 16.24c-9.602.487-19.63 1.73-30 3.65V191h30v-21.76zm-48 7.56c-9.776 2.42-19.793 5.358-30 8.762V207h30v-30.2zm-48 15.167c-9.883 3.725-19.9 7.835-30 12.277V223h30v-31.033zm-48 20.51c-9.97 4.718-19.984 9.72-30 14.966V255h30v-42.523zm-48 24.656c-10.05 5.545-20.064 11.298-30 17.22V287h30v-49.867zm-48 28.176c-10.14 6.298-20.155 12.735-30 19.262V319h30v-53.69zm-48 31.424c-1.29.887-2.588 1.772-3.87 2.66-8.907 6.18-17.628 12.397-26.13 18.6V351h30v-54.266zm-48 34.62c-10.453 7.895-20.473 15.708-30 23.353V383h30v-51.646zm-48 38.087c-10.922 9.127-20.983 17.888-30 26.09V431h30v-61.56zm-48 43.08c-7.535 7.413-13.883 14.104-18.77 19.787-4.14 4.81-7.254 8.933-9.14 11.953-1.887 3.02-2.09 5.303-2.09 3.74v15h30v-50.48z"/></svg>
<svg class="tc-image-originals-panda tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M104.75 16.813c-24.29.552-47.924 8.42-62.844 26.03C29.71 57.24 27.212 75.418 31.126 93.438c3.912 18.02 13.678 36.518 26.25 55.063l.124.156C41.142 180.15 32 216.558 32 256c0 64 32 128 96 128 32 48 32 96 128 96s96-48 128-96c64 0 96-48 96-128 0-39.442-9.142-75.85-25.5-107.344l.125-.156c12.57-18.545 22.337-37.042 26.25-55.063 3.913-18.02 1.414-36.197-10.78-50.593-15.915-18.785-41.757-26.468-67.72-26.032-25.963.437-52.602 8.894-71.563 25.094l-1.593 1.344C306.473 35.923 281.892 32 256 32s-50.474 3.923-73.22 11.25l-1.593-1.344c-18.96-16.2-45.6-24.657-71.562-25.093-1.623-.028-3.256-.037-4.875 0zm.375 16c1.397-.034 2.808-.024 4.22 0 19.96.335 40.684 6.498 55.81 16.968C123.906 67.025 89.78 96 66.406 133.095c-9.75-15.32-16.81-30.108-19.624-43.063-3.203-14.755-1.46-26.517 7.314-36.874 10.937-12.91 30.08-19.842 51.03-20.343zm297.53 0c22.574-.38 43.585 6.572 55.25 20.343 8.775 10.357 10.518 22.12 7.314 36.875-2.814 12.956-9.874 27.743-19.626 43.064-23.372-37.096-57.5-66.07-98.75-83.313 15.127-10.47 35.85-16.632 55.812-16.968zM176 144c16 0 48 16 48 64 0 64-48 96-80 96s-48-64-48-96 64-64 80-64zm160 0c16 0 80 32 80 64s-16 96-48 96-80-32-80-96c0-48 32-64 48-64zm-143.53 80A16 16 0 0 0 176 240a16 16 0 0 0 32 0 16 16 0 0 0-15.53-16zm128 0A16 16 0 0 0 304 240a16 16 0 0 0 32 0 16 16 0 0 0-15.53-16zM256 340c12 0 24 4 48 12l-48 48-48-48c24-8 36-12 48-12zm-59.563 69.344C219.756 424.89 238.133 432 256 432c17.867 0 36.245-7.11 59.563-22.656l8.875 13.312C299.755 439.11 278.132 448 256 448c-22.133 0-43.755-8.89-68.438-25.344l8.875-13.312z" fill="#fff"/></svg>
<svg class="tc-image-originals-panzerfaust tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M227.752 139.172l51.998 54.29 13-12.45-52-54.29-12.998 12.45zM187.74 256.424l9.683 10.11 56.33-53.952-9.684-10.11-56.33 53.952zM385.14 72.18l-38.345 72.733 24.227 25.294 74.315-35.176-60.198-62.85zm15.994-9.322l54.207 56.595 7.832-35.195-26.54-27.708-35.498 6.308zM48.828 433.784l20.75 21.666 9.39-8.992-20.752-21.666-9.388 8.992zm22.388-21.442l20.75 21.665 264.318-253.164-20.75-21.666L71.215 412.342z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-paper-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M32.773 20.22l157.23 216.14c34.636 24.228 67.18 52.126 97.608 84.167-55.124-32.744-111.903-62.108-173.862-80.89l-26.373-7.252c-19.323-4.77-39.164-8.476-59.64-10.89l147.478 106.376c48.008 6.057 95.976 17.203 144.207 34.02-92.163-7.09-183.867-6.92-273.713 22.448 153.47 8.53 305.213 31.958 450.104 114.453L277.505 78.07c5.71 102.37 42.343 193.67 86.375 282.31-43.76-50.662-78.767-104.638-106.398-162.067L32.772 20.22z"/></svg>
<svg class="tc-image-originals-paper-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M125.572 15.45l-9.027 101.943-97.856-7.377 71.85 47.168-50.372 61.802 114.045-25.115-52.602-2.386 38.937-22.076-45.682-33.506 57.442 1.31-9.475-40.6 48.096 25.644L125.572 15.45zm43.168 134.443c-2.204-.014-4.422.065-6.648.242l1.752 18.687c18.025-1.43 35.682 5.91 49.64 17.52 4.52 3.76 8.582 7.946 12.073 12.385 4.943-4.04 10.08-7.792 15.388-11.24-4.41-5.73-9.527-11.03-15.195-15.745-15.57-12.95-35.7-21.722-57.01-21.85zm176.41 28.025c-.363 11.237 3.172 22.06 9.68 32.06 8.185 12.574 21.2 23.484 36.28 30.45 17.025-8.71 31.17-19.247 40.257-30.783-5.182-3.923-10.663-7.57-16.44-10.905-22.09-12.754-45.97-19.526-69.777-20.822zm-18.648.11c-44.34 2.887-86.685 24.588-114.772 61.81-3.842 10.378-2.588 21.484 3.165 33.976 6.852 14.88 20.466 30.877 38.46 45.342 33.628 27.032 82.323 48.626 127.647 53.16-5.187-33.235-17.857-67.864-41.178-100.185l-8.015-11.11 13.268-3.407c8.406-2.16 16.622-4.754 24.5-7.717-12.242-7.847-22.758-17.967-30.412-29.726-8.12-12.475-12.93-27.012-12.664-42.14zm119.133 43.837c-18.292 23.282-49.283 39.826-83.373 50.24 46.602 72.054 47.346 152.27 29.705 208.875 32.668-12.325 61.44-35.615 80.293-68.27 36.727-63.612 23.873-142.056-26.625-190.845zm-251.944 48.38c-28.1 62.35-12.124 135.174 37.652 180.185-1.068-37.06 8.803-75.31 31.717-101.32-7.553-4.867-14.73-10.014-21.414-15.387-19.6-15.756-35.126-33.415-43.726-52.092-1.72-3.73-3.13-7.54-4.23-11.384zm85.816 88.67c-22.994 24.486-32.67 68.06-28.186 106.864 2.274 1.472 4.596 2.895 6.97 4.265 35.18 20.312 74.9 25.46 111.63 17.46 10.085-25.972 15.988-59.78 13.267-96.232-35.616-2.798-72.1-14.98-103.68-32.357z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-paper-clip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M359.486 53.883c-18.533.924-36.916 8.152-52.168 23.404L50.463 334.143c-15.528 15.527-21.196 34.746-19.207 52.65 1.99 17.904 11.053 34.485 23.793 47.225 12.738 12.74 29.32 21.803 47.223 23.793 17.905 1.99 37.123-3.68 52.65-19.206l220.163-220.16c20.998-21 19.447-48.32 4.586-63.182-14.86-14.86-42.183-16.413-63.182 4.586L169.717 306.62l12.728 12.73L329.22 172.576c15.694-15.695 29.653-12.66 37.725-4.588 8.073 8.073 11.108 22.032-4.588 37.727l-220.16 220.16c-11.992 11.992-24.88 15.498-37.935 14.047-13.056-1.45-26.29-8.44-36.485-18.633-10.194-10.195-17.182-23.43-18.632-36.485-1.45-13.056 2.054-25.944 14.046-37.936L320.046 90.015c16.358-16.358 35.173-20.603 54.918-17.27 19.745 3.334 40.126 14.96 56.195 31.03 16.07 16.068 27.696 36.45 31.03 56.195 3.333 19.746-.912 38.56-17.27 54.92l-220.16 220.16 12.726 12.727 220.162-220.162c20.336-20.335 26.41-46.24 22.29-70.642-4.118-24.402-17.718-47.595-36.05-65.926-18.33-18.332-41.523-31.93-65.925-36.05-6.1-1.03-12.296-1.422-18.474-1.114z"/></svg>
<svg class="tc-image-originals-paper-lantern tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M48.316 20.402V44.87h99.842V20.4H48.316zm323.674 4.276c-.507.012-1.007.043-1.502.107v-.002c-29.657 3.852-52.81 36.086-52.81 74.99 0 21.547 7.388 40.79 18.765 54.5-61.678 11.595-66.34 115.444-66.34 188.348h30.325l-10.17-11.42c-.31-51.837 1.858-95.18 24.008-135.485l-1.543 146.906h.152l11.348 152.16h85.17l-65.01-11.813c-11.877-104.37-18.84-205.636-4.526-308.45 0 0 9.58-6.11 24.334-13.462-14.18-12.074-23.596-33.254-23.596-57.385 0-37.564 22.797-68.014 50.918-68.014 8.885 0 17.235 3.047 24.506 8.39-10.45-11.976-24.278-19.26-39.42-19.26-1.523 0-3.087-.144-4.608-.108zM43.24 63.558c-14.13 18.416-22.886 43.986-22.886 72.255 0 29.885 9.784 56.755 25.36 75.345H149.08c15.576-18.59 25.363-45.46 25.363-75.345 0-28.27-8.76-53.84-22.888-72.256H43.24zM441.18 195.98l1.687 147.22 22.322-.268c.308-51.837-1.86-106.648-24.01-146.952zM48.316 229.846v24.468h99.842v-24.468H48.316z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-paper-plane tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M480 40L32 296l112.148 37.383L448 72 209.404 355.135 320 392 480 40zM208 376l-16 96 49.932-83.863L208 376z"/></svg>
<svg class="tc-image-originals-paper-windmill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M456.94 42.332c-62.326 8.638-108.47 14.454-139.52 21.62-35.254 8.135-55.44 18.14-76.61 38.98-8.608 18.737-4.073 43.725 6.444 67.388 8.828 19.863 21.663 38.372 31.652 50.047L456.94 42.332zM42.33 55.062c8.638 62.324 14.454 108.468 21.62 139.518 8.135 35.254 18.14 55.44 38.98 76.61 18.737 8.608 43.725 4.073 67.388-6.444 19.863-8.828 38.372-21.663 50.047-31.652L42.332 55.06zm175.84 70.475l-35.004 35.004c-4.363 4.364-3.523 4.776-3.395 5.28.128.5 1.615 2.58 4.125 5.352l50.192 50.19c5.57-3.51 11.813-5.558 18.174-6.132-7.634-10.833-15.25-23.628-21.46-37.6-7.305-16.436-12.647-34.487-12.632-52.093zm129.14 53.61c-.086-.008-.16-.003-.226.007-.178.03-.298.105-.424.137-.498.128-2.58 1.62-5.346 4.122l-50.68 50.68c3.486 5.527 5.535 11.72 6.126 18.03 10.935-7.746 23.91-15.496 38.088-21.798 16.437-7.305 34.49-12.648 52.095-12.633L351.94 182.69c-2.862-2.864-4.025-3.488-4.627-3.542zM256 232.942c-5.867 0-11.735 2.265-16.264 6.793-9.057 9.058-9.057 23.47 0 32.528 9.058 9.057 23.47 9.057 32.528 0 9.057-9.058 9.057-23.47 0-32.528-4.53-4.528-10.397-6.793-16.264-6.793zm131.205 2.86c-14.236-.038-29.912 4.245-45.045 10.97-19.862 8.828-38.372 21.662-50.047 31.65L470.148 456.46c-8.637-62.326-14.453-108.47-21.62-139.52-8.134-35.253-18.138-55.44-38.975-76.61-6.756-3.104-14.32-4.506-22.348-4.527zM215.23 259.736c-10.833 7.634-23.628 15.25-37.6 21.46-16.436 7.305-34.487 12.647-52.093 12.632l35.004 35.004c4.364 4.363 4.776 3.523 5.28 3.395.5-.128 2.58-1.615 5.352-4.125l50.19-50.192c-3.51-5.57-5.558-11.813-6.132-18.174zm62.68 30.9c-5.57 3.512-11.813 5.562-18.174 6.135 7.634 10.835 15.25 23.628 21.46 37.6 7.305 16.436 12.647 34.487 12.632 52.093l35.004-35.004c4.363-4.364 3.523-4.776 3.395-5.28-.128-.5-1.615-2.58-4.125-5.352l-50.192-50.19zm-44.816.997L55.06 469.668c62.326-8.638 108.47-14.454 139.52-21.62 35.254-8.135 55.44-18.14 76.61-38.98 8.608-18.737 4.073-43.725-6.444-67.388-8.828-19.863-21.663-38.372-31.652-50.047zM265 437.838c-5.73 4.104-11.683 7.74-18 10.986V496h18v-58.162z"/></svg>
<svg class="tc-image-originals-papers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.906 18.06v369.23C112.4 252.618 269.43 157.82 430.37 133.76L228.42 18.06H18.906zM325.72 179.327C200.38 223.948 86.405 311.052 18.157 422.568v33.602c113.074-111.488 277-176.38 434.373-175.25L325.72 179.326zm25.56 128.682c-125.218 21.642-246.974 83.6-333.124 174.812v10.297h58.916c113.9-65.58 251.166-95.325 379.492-80.814L351.28 308.008zm-2.253 120.96c-80.122 5.884-160.432 27.957-232.61 64.15h266.42l-33.81-64.15z" fill="#fff"/></svg>
<svg class="tc-image-originals-parachute tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.406 18.438c-.594.005-1.188.016-1.78.03-4.582.54-10.147 4.075-16.407 12.626-6.845 9.348-13.726 24.012-19.595 42.562-11.095 35.068-18.797 84.06-20.875 139.156h115.97c-2.074-55.1-9.715-104.116-20.75-139.187-5.84-18.552-12.682-33.186-19.5-42.53-6.38-8.744-12.024-12.244-16.658-12.657h-.03c-.13-.012-.25.006-.376 0zm34.47 4.937c7.703 11.57 14.235 26.638 19.905 44.656 11.827 37.58 19.622 88.07 21.69 144.782h82.186c-5.11-53.913-23.635-101.762-50.53-136.25-20.543-26.34-45.61-44.862-73.25-53.187zm-70.938 1.313c-26.084 8.878-49.815 26.88-69.438 51.906-27.044 34.492-45.688 82.318-50.813 136.22H181c2.07-56.723 9.923-107.235 21.813-144.814 5.487-17.345 11.767-31.93 19.125-43.313zm-55.22 10.437C89.632 65.053 33.103 132.255 21.814 212.813H82.72c5.16-57.906 25.177-109.596 55.093-147.75 8.792-11.214 18.473-21.27 28.906-29.938zM357 39.405c8.533 7.657 16.522 16.26 23.875 25.69 29.76 38.16 49.604 89.83 54.75 147.718h55.188C480.065 135.882 428.495 71.15 357 39.405zM28.844 231.5L195.47 414.094c-1.38 5.163-2.126 10.57-2.126 16.156 0 34.666 28.303 62.97 62.97 62.97 34.664 0 62.967-28.304 62.967-62.97 0-5.585-.746-10.993-2.124-16.156L483.75 231.5h-25.28L308.78 395.53c-1.59-2.394-3.353-4.66-5.25-6.81l95.345-157.22H377.03l-87.967 145.03c-3.245-1.987-6.688-3.68-10.282-5.06L315.5 231.5h-19.313l-35.656 135.938c-1.4-.094-2.794-.157-4.217-.157-1.424 0-2.82.064-4.22.158L216.44 231.5h-19.344l36.75 139.97c-3.594 1.38-7.037 3.073-10.28 5.06l-87.97-145.03H113.72l95.374 157.22c-1.896 2.15-3.658 4.416-5.25 6.81L54.156 231.5H28.844zm218.812 155.313v33.5h-34.5c3.852-16.97 17.342-30.143 34.5-33.5zm18.688.312c16.494 3.782 29.378 16.678 33.125 33.188h-33.126v-33.188zM212.906 439h34.75v34.688c-17.56-3.437-31.276-17.14-34.75-34.688zm53.438 0h33.375c-3.383 17.08-16.484 30.5-33.376 34.375V439z" fill="#fff"/></svg>
<svg class="tc-image-originals-paranoia tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.47 18.156c-84.31 0-168.623 24.647-236.574 73.918v23.438c50.19-39.58 111.385-64.135 175.24-73.674-51.622 23.514-87.51 75.554-87.51 135.974 0 40.735 16.32 77.648 42.767 104.584-47.456-11.63-92.198-31.25-130.497-58.86v22.757c44.69 29.778 96.406 49.772 150.534 60.012 1.995-3.625 4.2-7.076 6.654-10.32 6.292-8.323 14.39-15.157 24.113-19.692-5.343-11.957-8.326-25.697-8.326-40.293 0-3.03.143-6.017.394-8.965-9.013-12.725-14.327-28.255-14.327-45.035 0-43.095 34.937-78.03 78.032-78.03 3.037 0 6.02.192 8.968.53-9.23 8.076-15.063 19.928-15.063 33.156 0 6.005 1.205 11.727 3.38 16.944.903-.048 1.81-.08 2.722-.08.833 0 1.66.028 2.484.068.068-.003.082-.007.15-.01 1.08-.038 2.476-.007 4.167.233 16.587 2.16 30.802 11.81 40.832 25.82 11.56-2.593 21.395-9.72 27.546-19.442C332.986 167.815 334 174.79 334 182c0 16.768-5.313 32.282-14.314 45.002.252 2.96.394 5.958.394 8.998 0 15.06-3.165 29.22-8.834 41.44 8.956 4.67 16.493 11.467 22.47 19.61 2.246 3.063 4.297 6.308 6.182 9.704 55.55-10.205 108.627-30.672 154.276-61.41V222.53c-38.516 28.083-83.647 48.018-131.56 59.796 26.408-26.93 42.7-63.814 42.7-104.514-.002-60.238-35.678-112.143-87.048-135.757 64.23 9.828 125.71 34.86 175.908 75.13v-23.59c-68.314-50.3-153.512-75.44-238.705-75.44zM.206 106.598c-.162.135-.326.267-.488.402l.487.586v-.988zm255.77 66.61c-11.795 0-22.754 6.205-31.28 17.437C216.172 201.875 210.56 218 210.56 236c0 18 5.612 34.123 14.137 45.354 8.526 11.23 19.485 17.433 31.28 17.433 11.795 0 22.75-6.203 31.277-17.433C295.78 270.124 301.39 254 301.39 236c0-18.002-5.61-34.127-14.136-45.357-8.526-11.23-19.482-17.434-31.277-17.434zm-18.248 40.394c5.636 0 10.206 10.467 10.206 23.378 0 12.912-4.57 23.38-10.207 23.38-5.64 0-10.21-10.468-10.21-23.38 0-12.91 4.57-23.378 10.21-23.378zm37.184 0c5.637 0 10.207 10.467 10.207 23.378 0 12.912-4.57 23.38-10.206 23.38-5.637 0-10.207-10.468-10.207-23.38 0-12.91 4.57-23.378 10.207-23.378zM.207 232.584l-.176.228.177.133v-.36zm209.42 59.812c-7.57 3.072-13.498 8.063-18.635 14.858-7.33 9.696-12.63 23.298-16.13 39.092-6.996 31.587-6.803 71.397-6.803 104.47V493.1h22.008v-99.274h18.69V493.1h93.666v-99.274h18.69V493.1h22.738v-42.284c0-32.736-1.074-72.096-8.71-103.533-3.82-15.718-9.29-29.36-16.494-39.176-4.895-6.67-10.388-11.61-17.052-14.773-11.274 14.492-27.46 24.14-45.62 24.14-18.447 0-34.87-9.945-46.163-24.822-.064-.083-.123-.172-.186-.256z" fill="#fff"/></svg>
<svg class="tc-image-originals-parmecia tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M305.105 21.24l-4.4.137-.156.006-.157.01-5.454.35-.155.01-.154.017-5.413.53-.153.014-.152.022-3.353.44 2.33 17.75c-5.88.717-11.674 1.738-17.34 3.042l-4.51-17.04-4.593 1.218-.142.037-.143.043-5.057 1.512-.14.04-.14.048-4.975 1.662-.14.047-.14.05-3.205 1.186 5.975 16.17c-5.655 1.98-11.12 4.246-16.334 6.786l-7.819-14.898-3.12 1.638-.137.073-.135.075-4.342 2.467-.137.076-.134.084-4.213 2.586-.14.084-.133.088-4.08 2.7-.137.093-.134.095-.274.196 9.56 13.386c-1.06.7-2.11 1.408-3.14 2.133-3.825 2.694-7.442 5.586-10.804 8.656l-11.266-11.59-3.305 3.21-.137.133-.13.14-3.135 3.306-.137.14-.13.15-2.954 3.392-.135.154-.128.16-2.767 3.473-.1.124-.094.127-.348.47 12.943 9.613c-3.468 4.682-6.368 9.65-8.592 14.866l-3.86-1.695-11.034-5.2-.034.07-.055.115-.05.115-.84 1.918-.052.117-.05.12-.782 1.93-.05.122-.046.123-.73 1.945-.044.125-.042.127-.67 1.96-.045.126-.04.13-.612 1.972-.04.13-.038.133-.55 1.985-.038.132-.033.137-.49 1.994-.034.14-.032.14-.427 2.005-.032.14-.025.14-.367 2.018-.026.143-.02.143-.003.004 9.37 1.407 7.32 1.333c-.182 1.355-.32 2.722-.41 4.1-.26 3.98-.103 8.003.454 12.05l-17.11 2.436.288 2.01.022.15.025.15.37 2.1.026.15.03.15.442 2.1.03.15.037.148.512 2.105.035.147.04.144.59 2.112.038.142.045.145.662 2.11.043.144.05.138.735 2.116.05.14.052.136.813 2.117.05.135.057.133.504 1.198 15.906-6.678c2.016 4.97 4.667 9.942 7.957 14.885l-13.622 9.9 1.172 1.61.072.1.074.097 1.618 2.106.072.095.076.094 1.7 2.1.075.092.077.088 1.787 2.096.075.088.076.086 1.874 2.09.076.084.076.082 1.96 2.084.076.08.078.078 2.047 2.08 6.683-6.586-6.56 6.707 1.19 1.164 11.26-11.51c3.796 3.988 8.03 7.935 12.73 11.82.316.26.645.54.962.803L209.36 205.52l2.626 2.52.024.023.023.02 10.936 10.34 12.012-12.704c4.512 3.977 9.152 8.175 13.868 12.528l-12.297 13.014 4.898 4.63.027.022 8.607 8.19 12.393-13.024c4.525 4.353 9.006 8.765 13.425 13.2l-12.484 12.7 7.65 7.52.057.057.008.007 4.572 4.584.053.053.808.825 12.483-12.252c.584.618 1.18 1.24 1.76 1.854 3.862 4.106 7.563 8.152 11.067 12.096l-12.582 11.566 3.314 3.603.052.06.04.04 3.69 4.134.03.035 3.348 3.883.037.045 1.527 1.846 12.89-10.666c1.753 2.182 3.42 4.31 4.94 6.337 2.577 3.438 4.74 6.727 6.492 9.633l-13.963 8.705.854 1.37.742 1.304.677 1.284.55 1.137.463 1.077.366.96.244.777.162.644.125.738.51 3.65.013.093.016.094.13.822 15.974-2.56c1.218 6.126 2.603 11.95 4.164 17.435l-16.104 4.384.63 2.307.026.103.03.1.986 3.327.03.104.034.103 1.047 3.252.033.105.036.103 1.105 3.176.037.107.04.107 1.163 3.098.04.107.044.107 1.03 2.54 15.567-6.29c.872 2.125 1.774 4.186 2.717 6.163 1.586 3.33 3.277 6.47 5.088 9.395l-1.06.695-13.106 8.033.1.163.075.124.08.12 1.576 2.397.082.128.088.123 1.62 2.302.09.13.094.124 1.664 2.203.098.13.104.127 1.707 2.1.107.134.113.13 1.748 1.998.12.135.12.13 1.79 1.893.126.135.133.13 1.49 1.46 11.7-11.954c3.04 2.732 6.347 4.986 9.978 6.664 1.13.522 2.287.952 3.46 1.33l-6.692 16.184.717.296.242.1.246.086 2.12.74.252.088.258.074 2.145.614.263.076.268.058 2.168.487.27.06.277.045 2.192.354.28.045.28.03 2.212.222.283.026.285.012 2.232.088.285.01.283-.007 2.252-.05.285-.005.28-.024 2.27-.186.282-.024.277-.04h.007l-1.344-9.378-.724-8.752c4.692-.622 9.423-2.18 13.975-4.626l8.97 15.51 1.104-.637.19-.11.184-.12 2.37-1.522.177-.114.173-.122 2.373-1.68.164-.117.158-.122 2.377-1.843.153-.118.146-.123 2.38-2.004.138-.117.135-.123 2.378-2.17.13-.117.122-.12 1.676-1.646-12.256-12.482c3.87-3.678 7.698-8.023 11.514-13.04l13.763 10.13.496-.674.075-.1.074-.106 2.345-3.377.07-.1.067-.103 2.336-3.557.064-.097.06-.1 2.325-3.74.058-.094.057-.096 2.313-3.923.052-.09.05-.09.257-.46-14.492-8.11c1.246-2.032 2.496-4.127 3.748-6.31v-.003c1.855-3.236 3.607-6.462 5.303-9.682l14.457 7.264 1.486-2.957.047-.095.045-.095 3.115-6.567.047-.096.043-.1 2.916-6.53.044-.1.043-.1.37-.884-14.622-6.125c2.56-5.707 4.883-11.382 6.963-17.016l14.638 5.328.397-1.09.04-.105.034-.108 2.148-6.38.038-.108.033-.11 1.965-6.338.034-.11.03-.113 1.134-4.003-14.79-4.185c1.718-5.954 3.176-11.854 4.386-17.698l14.937 3.032.56-2.75.023-.117.022-.12 1.078-6.112.02-.117.02-.118.907-6.065.017-.12.016-.12.436-3.518-15.072-1.864c.757-6.133 1.24-12.19 1.465-18.164l15.162.674.07-1.6.006-.123.003-.123.106-5.8v-.245l-.048-5.742-.002-.123-.004-.123-.193-5.545-15.2.53c-.31-6.098-.902-12.09-1.736-17.973l15.123-2.148-.52-3.658-.017-.123-.02-.122-.91-5.37-.02-.122-.024-.12-1.044-5.306-.024-.12-.027-.122-.906-4.04-14.984 3.36c-1.408-5.92-3.086-11.7-4.996-17.34l14.658-4.95-1.168-3.456-.04-.115-.04-.115-1.79-4.877-.044-.116-.045-.114-1.903-4.8-.045-.114-.047-.11-1.838-4.302-14.34 6.125c-2.484-5.54-5.198-10.912-8.138-16.096l13.733-7.614-1.002-1.805-.055-.102-.06-.102-2.54-4.32-.06-.102-.063-.1-2.637-4.236-.062-.1-.065-.1-2.73-4.147-.065-.097-.066-.096-.947-1.363-13.016 9.043c-3.48-4.964-7.168-9.715-11.043-14.244l12.18-10.406-2.706-3.168-.074-.09-.08-.085-3.235-3.604-.076-.085-.08-.084-3.312-3.504-.08-.084-.082-.084-3.383-3.41-.082-.08-.08-.08-.04-.038-7.994 8.334-3.322 3.295c-4.382-4.2-8.937-8.146-13.64-11.817l10.487-12.705-.21-.174-.09-.074-.093-.073-3.703-2.904-.092-.072-.094-.07-3.758-2.798-.095-.07-.096-.067-3.813-2.694-.096-.067-.097-.064-3.617-2.423-9.34 13.957c-3.88-2.42-7.827-4.674-11.84-6.736-1.223-.63-2.456-1.23-3.69-1.82l3.388-6.766 4.517-8.522-.005-.004-.095-.05-.098-.05-2.637-1.32-.086-.04-.087-.042-2.65-1.26-.086-.043-.086-.036-2.663-1.203-.086-.036-.087-.037-2.676-1.143-.086-.037-.086-.035-2.69-1.086-.086-.033-.088-.033-2.7-1.028-.085-.033-.088-.032-1.105-.396-5.955 16.642c-5.613-1.88-11.3-3.416-17.024-4.61l.67-3.155 3.332-14.384-.1-.024-.083-.02-.088-.017-2.758-.586-.086-.018-.086-.018-2.764-.53-.084-.017-.086-.015-2.765-.48-.084-.015-.085-.013-2.768-.428-.084-.014-.084-.01-2.77-.376-.084-.012-.084-.01-2.77-.326-.084-.01-.082-.008-1.752-.173-1.793 18.035c-5.854-.55-11.707-.765-17.522-.682l-.563-18.09zm3.127 37.12c20.786-.04 42.003 4.204 60.96 13.95 72.236 37.13 126.302 141.437 55.855 264.31-10.51 18.338-20.474 29.698-28.426 35.14-7.95 5.442-12.73 5.576-17.882 3.195-5.15-2.38-11.336-8.984-16.693-20.223-5.357-11.238-9.857-26.714-12.852-45.226-1.517-9.38-7.22-17.63-15.076-28.11-7.855-10.478-18.175-22.33-29.7-34.576-23.046-24.49-50.83-50.433-72.65-68.466-24.105-19.92-31.777-38.28-30.753-54.07 1.024-15.79 11.206-30.808 28.238-42.802 19.16-13.493 46.42-22.226 74.83-23.056 1.38-.04 2.765-.062 4.15-.065zM85.574 60.42l-.377.01-2.222.062-.4.012-.393.045-2.205.25-.307.034-.305.055-1.094.196-.206.04-.207.046-.61.14 3.83 16.766c-2.53.566-5.034 1.513-7.393 2.883-2.264 1.316-4.396 2.754-6.422 4.278l-9.9-14.037-1.17.823-.108.08-.107.08-1.622 1.212-.107.08-.105.084-1.563 1.24-.105.085-.106.088-1.505 1.27-.103.087-.102.09-1.447 1.295-.102.092-.1.095-1.39 1.32-.1.094-.096.098-1.334 1.342-.098.098-.094.1-1.277 1.366-.095.102-.09.103-1.222 1.387-.092.106-.09.107-1.15 1.39L55.42 96.75c-3.406 4.264-6.205 8.834-8.4 13.525l-15.94-5.85-.69 1.88-.093.254-.08.256-.947 3.133-.078.255-.062.26-.76 3.146-.062.257-.046.26-.576 3.152-.047.255-.03.258-.395 3.146-.033.255-.018.258-.22 3.133-.016.256-.004.256-.01.658 15.023.223c-1.12 5.943-1.325 11.885-.353 17.434l-11.707 3.775.553 1.716.08.25.094.244 1.042 2.704.096.248.11.244 1.18 2.607.113.25.126.24 1.316 2.506.13.247.145.24 1.447 2.395.148.246.164.238 1.57 2.274.17.246.185.232 1.693 2.145 8.912-7.04c.28.308.57.613.866.913 3.355 3.39 7.352 5.807 11.505 7.164l-7.952 11.424.502.35.198.138.205.127 1.62 1.007.218.137.227.123 1.602.88.237.13.246.117 1.584.752.26.123.265.106 1.567.627.278.113.285.094 1.55.508.296.097.302.08 1.53.39.312.08.318.058 1.51.277.326.06.328.036 1.492.164.332.037.334.014 1.473.057.336.014.334-.01 1.455-.048.332-.01.33-.034 1.437-.15.326-.034.32-.057.28-.048-2.317-13.216-.427-4.082c4.464-1.2 8.353-3.434 11.848-6.192l11.885 11.756.686-.693.108-.11.104-.11 1.166-1.26.096-.102.093-.107 1.145-1.314.086-.1.084-.102 1.127-1.368.114-.138.11-.145 2.19-2.883.13-.17.123-.177 2.11-3.06.107-.155.1-.158 2.028-3.21.09-.142.084-.144.68-1.166-12.64-7.37c3.72-4.93 6.93-10.24 9.603-15.443l11.95 5.056 1.37-3.233.032-.08.034-.08 1.44-3.592.03-.073.03-.072 1.355-3.55.026-.065.026-.07 1.267-3.48.023-.062.02-.062 1.183-3.39.03-.083.027-.084.066-.202-11.917-3.906c1.33-5.458.955-10.916-.643-15.99l15.42-3.045-.21-1.07-.07-.358-.1-.353-.602-2.146-.094-.33-.117-.327-.766-2.116-.11-.308-.133-.3-.922-2.08-.125-.283-.144-.276-1.07-2.032-.137-.262-.155-.254-1.207-1.98-.147-.242-.16-.233-1.337-1.92-.156-.226-.168-.214-1.458-1.853-.164-.21-.176-.2-1.014-1.145-12.103 10.68c-.092-.106-.18-.218-.272-.323-3.286-3.696-7.43-6.82-12.388-8.576l6.332-15.024-1.045-.442-.27-.113-.275-.095-2.188-.765-.29-.1-.293-.082-2.213-.615-.308-.086-.317-.065-2.227-.457-.332-.066-.337-.046-2.235-.29-.355-.048-.357-.017-2.233-.12-.38-.02zM256.06 94.205c-11.702.262-22.988 6.446-29.267 17.322-9.568 16.573-3.89 37.766 12.684 47.334 16.573 9.57 37.763 3.89 47.332-12.682 9.567-16.573 3.89-37.766-12.683-47.334-5.697-3.29-11.94-4.776-18.068-4.64zM86.31 96.043c.56-.005 1.1.09 1.694.244 1.583.408 3.56 1.608 5.31 3.576 3.5 3.938 4.988 10.4 3.873 13.54-3.142 8.85-10.42 22.592-17.844 30.284-3.712 3.847-7.315 5.93-9.444 6.348-2.13.42-3.296.496-6.603-2.846-2.97-3-4.967-11.83-1.933-22.21C64.4 114.602 71.78 103.678 83.07 97.12c1.07-.62 1.907-.932 2.676-1.036.192-.026.38-.04.567-.04zm259.86 16.828c-7.924 0-14.348 6.425-14.348 14.35 0 7.922 6.424 14.346 14.348 14.346s14.348-6.424 14.348-14.347c0-7.925-6.424-14.35-14.348-14.35zm38.062 60.85c-17.126.384-33.645 9.437-42.836 25.356-14.005 24.258-5.693 55.276 18.565 69.28 24.257 14.006 55.272 5.692 69.277-18.565 14.005-24.256 5.697-55.273-18.56-69.278-8.34-4.815-17.475-6.992-26.446-6.79zm-291.9 77.243l-1.898 17.396c-1.002-.17-2.018-.31-3.06-.405-1.41-.126-2.812-.144-4.2-.062-2.617.153-5.183.673-7.666 1.5l-5.885-15.534-1.66.628-.2.076-.2.086-1.885.817-.198.084-.193.096-1.864.91-.194.092-.187.104-1.834 1.002-.19.103-.182.112-1.803 1.094-.183.112-.178.12-1.766 1.186-.18.122-.17.128-1.73 1.28-.172.13-.168.135-1.683 1.373-.166.135-.163.145-1.588 1.424 11.114 12.414c-1.432 1.387-2.78 2.892-4.027 4.507-1.92 2.487-3.63 5.24-5.118 8.223l-4.647-2.125-10.375-5.318-.047.093-.095.186-.086.19-1.05 2.298-.087.188-.078.19-.967 2.392-.076.19-.07.193-.88 2.48-.066.19-.06.193-.788 2.574-.058.19-.05.193-.696 2.664-.05.188-.04.192-.596 2.756-.04.19-.034.187-.442 2.547 16.137 2.8c-.88 4.59-1.354 9.492-1.354 14.676v.025c.002.843.023 1.672.035 2.507l-15.792.563.164 4.63.004.104.006.104.3 5.19.006.107.008.105.412 5.1.01.107.01.108.386 3.72 15.528-1.615c.63 6.17 1.534 12.132 2.687 17.89l-15.21 3.06.395 1.96.02.113.027.112 1.035 4.556.025.113.028.113 1.13 4.467.03.11.03.114 1.226 4.377.03.114.036.11.842 2.74 14.81-4.55c1.836 5.89 3.944 11.53 6.31 16.91L46.5 400.11l.12.286.048.114.05.11 1.745 3.84.05.11.055.11 1.825 3.752.054.11.054.108 1.902 3.663.06.11.057.106 1.98 3.572.058.107.063.106.904 1.534 13.41-7.89c3.08 5.233 6.417 10.168 9.975 14.8l-12.262 9.61 1.998 2.55.077.098.078.095 2.445 2.955.078.094.082.094 2.504 2.867.08.094.084.09 2.56 2.78.085.09.087.09 2.613 2.692.086.087.088.086.197.193 10.87-11.12c4.27 4.298 8.746 8.245 13.387 11.84l-9.277 12.37 2.447 1.836.097.072.098.07 2.934 2.085.097.07.1.065 2.97 1.998.1.067.1.064 3.006 1.912.1.065.102.06 3.04 1.827.1.06.104.06 1.166.662 7.56-13.333c5.243 3.05 10.618 5.7 16.07 7.947l-5.773 14.047.84.345.107.044.11.04 3.21 1.23.107.04.112.04 3.226 1.142.11.037.11.036 3.24 1.057.11.037.112.033 3.254.97.11.034.113.03 3.262.89.114.03.11.026.714.176 3.603-14.67c5.892 1.507 11.806 2.554 17.678 3.144l-1.76 15.048.577.07.118.013.115.01 3.273.3.117.01.118.008 3.265.216.12.007.117.006 3.257.133.12.006.12.002 3.243.05h.24l3.232-.035h.12l.12-.006 1.81-.067-.555-15.408c5.897-.41 11.48-1.615 16.718-3.456l4.5 15.61.573-.165.123-.036.122-.04 1.812-.575.123-.04.12-.043 1.785-.62.12-.044.12-.045 1.754-.666.12-.045.118-.05 1.727-.71.118-.047.115-.05 1.697-.755.172-.076.17-.083 3.31-1.63.22-.11.218-.12 3.195-1.79.213-.12.207-.13 1.14-.72-9.042-14.335c4.726-3.124 9.035-6.76 12.867-10.744l12.37 11.852 1.136-1.186.147-.152.138-.158 2.37-2.71.137-.154.127-.16 2.25-2.812.125-.155.118-.162 2.13-2.907.114-.156.108-.162 2.008-2.996.107-.16.098-.162 1.38-2.248-14.365-8.8c3.165-4.96 5.774-10.148 7.81-15.41l15.304 5.74.123-.323.058-.158.055-.163 1.142-3.418.053-.16.05-.16 1.017-3.453.046-.16.04-.162.892-3.474.04-.16.038-.164.764-3.492.035-.162.03-.164.636-3.504.03-.164.024-.166.06-.412-16.005-2.318c.356-2.424.6-4.832.688-7.206.13-3.472.237-6.857.246-10.152l16.277-.676-.073-1.802-.008-.184-.016-.184-.274-3.377-.015-.187-.022-.188-.406-3.332-.023-.193-.032-.19-.54-3.28-.032-.198-.04-.197-.673-3.217-.043-.202-.05-.203-.807-3.15-.053-.208-.064-.207-.082-.27-14.506 4.438c-1.217-5.525-3.338-10.63-6.957-15.217l12.445-8.846-1.662-2.336-.166-.234-.18-.223-1.898-2.35-.186-.23-.2-.22-2.038-2.22-.154-.17-.165-.16-1.07-1.057-.11-.11-.113-.103-1.106-1.024-.114-.107-.12-.103-1.14-.986-.12-.103-.124-.1-1.176-.948-.125-.103-.128-.096-1.21-.91-.13-.096-.132-.092-1.246-.87-.133-.095-.136-.088-.6-.39-9.293 14.336c-4.15-2.082-8.96-3.663-14.467-4.86l2.894-17.575-1.558-.257-.15-.023-.15-.02-1.748-.23-.147-.02-.148-.016-1.785-.177-.145-.014-.144-.01-1.823-.125-.142-.01-.14-.005-1.86-.07-.14-.005-.14-.002-1.894-.015h-.137l-.135.003-1.93.04-.136.005-.133.006-1.97.097-.127.007-.13.012-2.005.153-.126.01-.125.013-2.044.215.918 8.755-.934-8.752-4.482.48-.194.018.862 8.074.558 6.755c-2.038-.12-4.117-.225-6.285-.3h-.003c-3.856-.137-8.278-.487-12.93-.995l.36-12.866-2.307-.065-3.486-.21-3.27-.31-3.185-.418-2.962-.504-1.656-.353-2.533 11.914c-7.163-1.337-13.957-2.947-19.416-4.705l3.342-5.956 4.22-6.567-1.94-1.246-1.59-1.17-1.422-1.194-1.305-1.254-1.208-1.328-1.082-1.37-.973-1.423-.505-.862-13.543 7.94c-1.607-4.72-2.758-10.69-4.2-17.005-.263-1.16-.546-2.34-.84-3.525l14.695-1.3-.22-2.505-.02-.213-.028-.212-.345-2.565-.03-.22-.04-.216-.454-2.47-.04-.223-.052-.223-.556-2.374-.053-.226-.065-.225-.656-2.28-.066-.23-.076-.228-.752-2.186-.08-.23-.092-.228-.844-2.09-.094-.232-.105-.226-.717-1.534-15.217 7.106c-.58-.962-1.204-1.914-1.89-2.85-2.073-2.823-4.76-5.348-7.95-7.423l3.688-5.663 6.515-8.88-.075-.055-.21-.152-.213-.143-1.618-1.053-.215-.14-.22-.127-1.667-.96-.22-.126-.225-.116-1.71-.865-.224-.113-.23-.1-1.75-.77-.226-.1-.23-.09-1.79-.676-.226-.086-.233-.075-1.822-.585-.228-.073-.233-.062-1.85-.49-.23-.06-.232-.05-1.88-.396-.228-.05-.23-.034-1.903-.305-.227-.035-.23-.026-1.32-.144zm-7.37 35.568c.25.006.5.018.745.04 6.672.598 8.936 2.396 11.198 5.477 2.262 3.08 4.006 8.334 5.483 14.805 1.477 6.47 2.717 13.97 5.655 21.42 2.938 7.452 8.144 15.186 16.898 19.617 17.77 8.99 46.593 12.724 66.6 13.426h.002c25.25.884 36.064 5.308 40.318 10.248 4.255 4.94 5.246 14.31 4.63 30.63-.41 10.887-5.686 25.306-14.796 36.486-9.11 11.18-21.474 19.12-36.592 19.865-52.21 2.57-119.89-40.345-120.15-137.56.002-12.446 3.49-21.685 7.816-27.292 4.06-5.258 8.424-7.226 12.193-7.162zm29.515 82.402c-7.925 0-14.35 6.424-14.35 14.347 0 7.923 6.425 14.347 14.35 14.347 7.922 0 14.346-6.424 14.346-14.348s-6.424-14.348-14.347-14.348zm63.73 17.6c-13.473 0-24.394 10.924-24.394 24.398s10.92 24.398 24.395 24.398 24.4-10.924 24.4-24.398-10.925-24.397-24.4-24.397z" fill="#fff" stroke-dasharray="18.68858, 18.68858"/></svg>
<svg class="tc-image-originals-parrot-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246 18.844c-2.157.02-4.292.068-6.406.156-73.28 3.064-120.385 46.286-139.406 94.094-11.706 29.42-12.328 60.463-1.813 84.78 10.515 24.32 31.522 42.552 66.906 47.845 18.85 2.818 37.402 5.89 55.314 9.5 59.88-25.15 71.217-72.16 86.625-115.19 7.735-21.602 16.277-42.437 33.874-56.655 12.758-10.31 29.792-16.212 52.47-16.563-28.51-20.475-62.022-35.544-99.095-43.093-17.22-3.507-33.372-5.024-48.47-4.876zm147.47 66.53c-19.04.243-31.413 5.12-40.626 12.564-12.818 10.356-20.528 27.42-28.03 48.374-13.216 36.904-26.567 85.154-75.752 115.282 42.035 10.47 78.926 24.997 105.188 47.5 21.364 18.306 35.342 42.586 37.406 72.75 1.54 22.492-3.3 47.973-15.25 77.187C477.462 385.23 506.27 291.847 488.844 209.75c-9.833-46.322-34.647-89.155-70.344-122.5-9.447-1.382-17.738-1.968-25.03-1.875zm-308.376 15.44c-20.48 6.425-42.002 17.384-64.28 33.655l-.002 359.155h230.875c11.166-23.298 19.82-46.743 26.188-69.97-34.545-1.148-67.374-12.59-94.563-31.06-48.912-33.232-80.487-89.767-72.25-149.22-13.442-10.208-23.455-23.32-29.843-38.094-12.89-29.806-11.65-65.73 1.624-99.093.717-1.802 1.46-3.587 2.25-5.374zm144.656 27.124c23.412 0 42.406 18.968 42.406 42.374 0 23.407-18.994 42.375-42.406 42.375s-42.375-18.968-42.375-42.375c0-23.406 18.963-42.375 42.375-42.375zM128.78 254.125c-3.5 48.926 23.382 94.734 65.032 123.03 44.693 30.365 105.29 39.94 162.657 9.658-6.057-.988-11.844-2.296-17.376-3.907-13.214-17.616-20.057-42.566-18.688-63.187.245-3.687.764-7.21 1.5-10.533-5.35-3.108-11.05-6.05-17.094-8.812-1.66 5.77-2.648 11.858-3.062 18.094-1.14 17.168 2.01 35.7 9.188 52.592-35.888-20.445-55.414-55.432-58.22-88.875-27.608-7.465-58.322-13.202-90.187-17.968-12.5-1.87-23.76-5.332-33.75-10.095z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-pauldrons tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M63.663 286.92a98.33 98.33 0 0 0 9.77 4.22c-12.28 14.08-26.31 27-36.45 27a10.07 10.07 0 0 1-4.11-.83c-12.34-5.44-11.64-33.63-8.24-59 4.29 4.33 8.3 7.85 11.16 10.23a146.19 146.19 0 0 0 27.87 18.38zm412.56-18.41a146.18 146.18 0 0 1-27.87 18.41 98.33 98.33 0 0 1-9.77 4.22c12.28 14.08 26.31 27 36.45 27a10.07 10.07 0 0 0 4.11-.83c12.34-5.44 11.64-33.63 8.24-59-4.28 4.3-8.29 7.82-11.16 10.2zM39.013 155.09c-11.92 33.89 56 102.76 90.88 111.14a70.65 70.65 0 0 0 15.37 1.45c13.49 0 29.49-2.7 34-10.09 16.72-27.66 3.12-108.64-23.37-127.16-7.4-5.18-20.11-7.54-34.51-7.54-33.24 0-75.44 12.56-82.37 32.2zm351.68-32.11c-14.4 0-27.1 2.35-34.53 7.48-26.59 18.38-41.83 100.62-23.37 127.16 5 7.16 21.21 10.57 34.6 10.57 5.84 0 11.15-.65 14.73-1.93 33.82-12 102.8-77.29 90.88-111.14-6.92-19.67-49.1-32.14-82.31-32.14zm-111 67.1l34.5-13a178.84 178.84 0 0 1 5.82-19.32l-63.17 23.79-65.36-24.28a182 182 0 0 1 5.65 19.17l36.88 13.7-32.47 12.24c.59 5.7.93 11.3 1 16.72l54.35-20.47 51.81 19.25c.14-6 .6-11.63 1.18-16.63zm-247.53 9c-1.2-2.21-2.29-4.38-3.29-6.53-7.41 8.19-13.12 16.61-12.45 22.63 2.67 24 50.41 64 77.5 64a21.54 21.54 0 0 0 6.45-.91 15.78 15.78 0 0 0 6.28-4.44c-12.87-7.03-24.64-16.63-31.81-23.02-17.83-15.89-33.42-34.75-42.67-51.75zm450.71-6.82c-5.74 11.85-14.58 24.41-26.31 37.35-15.94 17.59-35.15 33.47-52 43.42 2.35 2.65 4.73 4.55 7.06 5.29a21.54 21.54 0 0 0 6.45.91c27.09 0 74.84-40 77.5-64 .7-6.16-5.16-14.71-12.69-22.99zm-304.66 85.72c.4.9.8 1.81 1.2 2.74 8 18.89 10.85 66.07 7.41 107.29l15.94 1.33c3.83-45.94-.11-97.36-11.38-121.21a32.91 32.91 0 0 1-13.17 9.85zm143-9.27c-1.61 6.73-3.2 14.74-4.72 24.29a538 538 0 0 0-6.08 96.11l16-.53a522.15 522.15 0 0 1 5.75-92.17c1.06-6.78 2.16-12.71 3.26-17.89a36.42 36.42 0 0 1-14.26-9.85z" fill="#fff"/></svg>
<svg class="tc-image-originals-paw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M163.188 21.97c-7.297 26.986-10.203 53.018-7.938 78.436-14.85 7.285-25.906 20.114-25.813 37.438.283 52.65 14.304 78.17 27.75 103.28 13.548 25.303-13.83 40.578-25.812 11.626-9.234-22.314-15.026-41.954-32.938-67.78-9.084-13.102-22.705-17.43-36.124-15.75-11.94-18.19-21.904-36.186-30.188-56.282-7.62 29.437-8.15 53.222-.875 72.156-10.35 10.828-15.61 25.955-9.625 41.844 12.662 33.607 39.78 62.612 56.156 76.812 31.5 27.312 48.92 57.614 59.69 93.78L122.187 444l23.124-12.375-15.687 47.063 17.406-10.438c-1.464 10.67-4.858 19.785-9.843 29.156h220.094c-6.797-11.38-13.59-21.46-17.405-32.344l18.594 13.625-12.783-58.218 15.282 16.936.592-48.156c17.473-24.295 40.45-46.337 58.97-61.625 4.012-3.313 8.287-6.348 12.28-9.688 16.656-13.928 34.265-34.822 50.344-65.187 7.97-15.047 4.18-29.898-5.437-41.28 6.854-20.713 10.25-40.728 10.186-61.376l-39.03 43.03c-16.944-4.927-35.66-2.328-47.688 12.5-15.665 19.312-20.914 36.51-32.938 52.282-14.377 18.857-30.835 6.79-21.938-9.687 14.045-26.01 29.088-57.898 31.625-109.095 1.034-20.86-12.418-35.303-30.406-42.5 1.58-23.15-7.402-49.838-16.217-74.313-5.48 21.334-13.383 46.38-21.407 69.72-19.64 2.562-37.13 12.946-42.344 32.906-11.923 45.646-6.575 79.856-5.812 103.28.998 30.646-32.694 23.28-30.97 0 2.43-32.78 9.427-56.95-.655-103.937-3.872-18.04-18.63-27.624-35.688-30.093-6.52-25.415-18.27-48.343-31.25-72.218zm157.25 92.468c23.62.08 46.055 24.707 29.656 68.624-20.786 55.666-73.04 38.98-69.156-21.78 2.052-32.11 21.128-46.908 39.5-46.845zm-142.72 3.75c17.888-.42 38.083 16.814 40.188 49.156 3.6 55.282-52.667 63.817-64.78 15.28-10.868-43.537 5.55-63.99 24.593-64.436zM65.25 191.344c9.805-.166 20.597 5.605 27.594 18.28 30.027 54.392-16.39 80.447-39.625 41-21.794-36.994-6.688-58.965 12.03-59.28zm370.625 22.406c21.77-.634 42.792 24.326 19.844 51.125-35.94 41.97-80.713 30.29-44.564-34.844 6.206-11.18 15.527-16.012 24.72-16.28zM253.47 266.438c97.645 0 155.217 95.69 61.468 113.093-28.966 5.38-41.64-10.665-61.875-10.75-17.822 0-38.463 16.566-59.844 12.845-98.955-17.233-51.51-115.188 60.25-115.188z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-paw-front tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M241.094 26.625c-44.872 55.384-74.013 114.344-88.72 175-23.926-25.615-51.124-49.31-82.186-71.656-38.503 92.774-41.77 146.618-14.782 233.468 0 0 15.473-89.68 29.594-121.844 28.562 20.538 53.595 42.603 75.594 66.156 13.52-55.77 40.9-110.32 82.156-161.25 39.88 48.886 66.254 99.835 80.5 152.97 27.562-35.956 63.647-67.962 105.188-97.845C450.598 255.02 459.733 309.138 458 361.5c27.887-87.562 24.102-181.93-14.78-275.625-45.18 32.507-83.404 68.392-113.376 107.5-15.497-57.796-45.38-113.585-88.75-166.75zm2.125 163.688l-7.314 10.468c-59.163 84.862-58.717 188.233-.03 273.19l7.53 10.905 7.75-10.75c62.427-86.477 63.05-190.986-.156-273.656l-7.78-10.157zm.718 32.5c48.04 70.85 47.702 154.59-.188 228.843-44.7-72.84-44.905-156.184.188-228.844zm171.125 27.812l-9.688 7.094c-76.928 56.176-104.23 140.8-71.813 222.03l4.5 11.28 9.75-7.25c75.863-56.237 104.185-141.11 71.75-222l-4.5-11.155zm-8.625 29.97c21.208 65.843-.57 131.465-59.782 180.28-21.368-66.28-.27-131.54 59.78-180.28zm-310.032 1.03l-4.47 11.5c-26.705 68.612-3.334 140.714 59.126 188.406l9.875 7.533 4.5-11.594c26.69-68.88 4.15-140.792-59.187-188.44l-9.844-7.405zm8.813 30.53c46.374 39.877 62.857 92.506 47 146.19-45.747-39.944-62.724-92.844-47-146.19z" fill="#fff"/></svg>
<svg class="tc-image-originals-paw-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M363.656 30.03c-41.495.564-83.634 22.155-110.844 69.282-41.912-117.77-236.492-76.29-232 64.5 4.682 146.597 214.483 232.04 237.063 316.313 20.666-77.113 240.752-175.82 236.344-316.313-2.65-84.358-65.832-134.66-130.564-133.78zm-154.03 58.657c15.38 22.305 27.868 49.554 4.093 51.438-23.2 1.84-14.18-28.684-4.095-51.438zm97.186 0c10.087 22.754 19.136 53.28-4.062 51.438-23.776-1.884-11.318-29.133 4.063-51.438zm79.282 56.938c3.65 24.62 4.21 56.43-17.656 48.47-22.412-8.164-3.117-31.078 17.656-48.47zm-264.031 5.594c22.394 15.26 43.843 36.17 22.343 46.5-20.976 10.074-23.553-21.644-22.344-46.5zm99.28.624c12.818.15 24.67 14.076 27.157 32.625 2.652 19.784-6.356 37.34-20.125 39.186-13.77 1.846-27.098-12.715-29.75-32.5-2.652-19.785 6.388-37.31 20.156-39.156.862-.115 1.71-.166 2.564-.156zm73.782 0c.854-.01 1.702.04 2.563.156 13.768 1.846 22.776 19.37 20.125 39.156-2.652 19.785-15.95 34.346-29.72 32.5-13.768-1.845-22.776-19.402-20.124-39.187 2.485-18.55 14.338-32.477 27.155-32.626zM161.5 206.72c12.172-.038 25.272 10.956 31.47 27.56 7.343 19.68 2.194 39.797-11.5 44.907-13.697 5.11-30.75-6.695-38.095-26.375-7.344-19.68-2.195-39.795 11.5-44.906 2.14-.798 4.37-1.18 6.625-1.187zm191.406.53c1.796-.05 3.577.158 5.344.625 14.132 3.737 21.246 23.224 15.875 43.53-5.37 20.31-21.18 33.74-35.313 30-14.132-3.736-21.245-23.223-15.875-43.53 4.7-17.77 17.402-30.28 29.97-30.625zm-94.75 28.344c18.32 0 33.624 19.908 37.563 46.594.605.163 1.204.323 1.81.5 34.163 9.926 57.242 36.7 51.533 59.812-5.71 23.11-38.027 33.802-72.188 23.875-6.65-1.933-12.884-4.504-18.563-7.563-5.673 3.055-11.888 5.633-18.53 7.563-34.162 9.927-66.478-.764-72.188-23.875-5.71-23.11 17.338-49.886 51.5-59.813.482-.14.956-.274 1.437-.406 3.917-26.732 19.285-46.686 37.626-46.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-paw-print tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M258.53 16.727l-7.553 10.367s-14.79 20.28-29.64 44.75c-7.424 12.236-14.9 25.517-20.622 38.108-5.722 12.588-9.965 24.188-9.965 35.076 0 37.323 30.458 67.783 67.78 67.783 37.327 0 67.784-30.46 67.784-67.782 0-10.888-4.242-22.488-9.964-35.076-5.723-12.59-13.162-25.872-20.586-38.108-14.85-24.47-29.676-44.75-29.676-44.75l-7.557-10.367zm0 32.778c4.848 6.853 10.65 14.592 21.245 32.05 7.185 11.838 14.33 24.617 19.565 36.133 5.235 11.518 8.285 22.092 8.285 27.34 0 14.03-5.816 26.627-15.172 35.553 1.712-4.232 2.662-8.853 2.662-13.698 0-20.197-36.57-70.364-36.57-70.364s-36.572 50.167-36.572 70.364c0 4.86.955 9.492 2.675 13.734-9.377-8.928-15.21-21.54-15.21-35.588 0-5.248 3.087-15.822 8.322-27.34 5.234-11.516 12.38-24.295 19.564-36.133 10.594-17.457 16.36-25.195 21.207-32.05zM60.66 79.365l-3.285 12.374s-6.49 24.27-11.496 52.45c-2.503 14.09-4.652 29.19-5.44 42.998-.786 13.807-.538 26.13 3.395 36.28 13.484 34.803 52.873 52.214 87.676 38.73 34.803-13.486 52.21-52.913 38.728-87.713-3.933-10.153-12.09-19.383-21.974-29.055-9.884-9.67-21.653-19.38-32.996-28.105C92.578 99.875 71.463 86.3 71.463 86.3l-10.805-6.936zm394.725 0L444.578 86.3s-21.114 13.574-43.8 31.025c-11.344 8.726-23.114 18.434-33 28.105-9.883 9.672-18.002 18.902-21.936 29.055-13.483 34.8 3.888 74.227 38.69 87.713 34.804 13.484 74.23-3.927 87.714-38.73 3.934-10.15 4.145-22.473 3.358-36.28-.787-13.807-2.935-28.907-5.438-42.998-5.006-28.18-11.498-52.45-11.498-52.45l-3.285-12.376zm-11.826 30.55c2.042 8.137 4.64 17.446 8.213 37.56 2.42 13.636 4.46 28.142 5.18 40.772.72 12.63-.255 23.576-2.15 28.47-5.067 13.076-15.038 22.716-26.98 27.66 3.116-3.325 5.666-7.28 7.412-11.788 7.298-18.834-8.68-78.824-8.68-78.824s-52.227 33.564-59.523 52.395c-1.75 4.516-2.533 9.164-2.467 13.725-5.504-11.706-6.38-25.56-1.31-38.648 1.897-4.893 8.553-13.598 17.595-22.445 9.042-8.85 20.34-18.203 31.316-26.647 16.206-12.465 24.41-17.6 31.393-22.23zm-371.035.037c6.997 4.64 15.17 9.745 31.355 22.193 10.977 8.444 22.276 17.798 31.318 26.647 9.042 8.847 15.696 17.552 17.592 22.445 5.068 13.082 4.197 26.932-1.3 38.635.063-4.557-.722-9.2-2.47-13.71-7.295-18.832-59.523-52.396-59.523-52.396s-15.975 59.99-8.678 78.823c1.748 4.508 4.298 8.466 7.415 11.79-11.945-4.942-21.92-14.583-26.988-27.663-1.896-4.894-2.872-15.84-2.152-28.47.72-12.63 2.797-27.137 5.22-40.772 3.568-20.096 6.167-29.375 8.212-37.523zm184.294 122.39c-43.658 0-79.31 28.473-87.347 66.686-22.89 8.593-43.324 19.73-57.71 34.275-15.516 15.688-25.112 34.84-25.112 55.518 0 30.856 20.97 57.578 52.124 75.997 31.154 18.418 73.17 29.38 119.322 29.38s87.99-10.95 118.994-29.38c31.004-18.43 51.832-45.18 51.832-75.996 0-20.867-9.736-40.188-25.48-55.99-14.613-14.672-35.395-25.875-58.692-34.423-8.38-37.994-44.513-66.066-87.932-66.066zm0 18.686c37.094 0 66.64 24.44 71.178 54.936l.838 5.656 5.44 1.832c23.44 7.892 42.783 19.37 55.92 32.557 13.136 13.187 20.04 27.7 20.04 42.817 0 14.93-6.83 29.376-19.52 42.178 3.65-7.606 5.618-15.66 5.618-24.004 0-25.25-31.607-64.705-89.514-79.745.172-1.57.26-3.162.26-4.774 0-25.574-22.076-46.31-49.308-46.31-27.233 0-49.31 20.736-49.31 46.31 0 1.543.085 3.065.24 4.568-58.223 14.926-89.483 54.81-89.483 79.953h-.002c0 8.25 1.937 16.215 5.533 23.743-12.622-12.743-19.41-27.096-19.41-41.916 0-14.955 6.777-29.303 19.71-42.38C137.982 333.37 157.032 321.95 180.09 314l5.402-1.868.805-5.694c4.324-30.847 33.236-55.41 70.52-55.41z"/></svg>
<svg class="tc-image-originals-pawn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.875 19.47c-33.142 0-59.844 26.822-59.844 60.186 0 33.364 26.703 60.156 59.845 60.156 33.142 0 59.875-26.792 59.875-60.156S289.017 19.47 255.875 19.47zm-50.688 120.343c-2.908 1.23-5.658 2.53-8.187 3.937-14.467 8.046-21.47 17.86-21.47 27.094 0 9.234 7.003 19.08 21.47 27.125 14.467 8.044 35.51 13.436 58.875 13.436 23.365 0 44.408-5.392 58.875-13.437 14.467-8.047 21.47-17.892 21.47-27.126 0-9.234-7.003-19.048-21.47-27.094-2.53-1.406-5.28-2.708-8.188-3.938-13.696 11.647-31.392 18.688-50.687 18.688-19.3 0-36.996-7.034-50.688-18.688zm78.875 87.906c-8.948 1.54-18.394 2.374-28.187 2.374-9.315 0-18.316-.758-26.875-2.156 2.69 6.923 4.36 14.186 4.906 21.656 2.456 33.554-17.04 69.573-58.47 93.594l-.155.093-.155.095c-20.062 10.653-30.28 24.056-30.28 36.97 0 12.9 10.28 26.46 30.343 37.217 20.062 10.76 48.86 17.844 80.75 17.844s60.687-7.085 80.75-17.844c20.062-10.758 30.343-24.318 30.343-37.218 0-13.127-10.773-26.656-31.655-37.406l-.22-.125-.186-.094c-40.344-23.394-58.705-59.676-55.908-93.22.626-7.497 2.31-14.813 5-21.78zM128.845 395.655c-5.592 3.72-10.256 7.61-13.875 11.53-6.9 7.48-9.94 14.64-9.94 21.845 0 7.206 3.04 14.397 9.94 21.876 6.898 7.48 17.6 14.852 31.28 21.125 27.36 12.547 66.42 20.69 109.625 20.69 43.206 0 82.295-8.143 109.656-20.69 13.682-6.27 24.352-13.644 31.25-21.124 6.9-7.48 9.97-14.67 9.97-21.875 0-7.204-3.07-14.363-9.97-21.842-3.597-3.902-8.238-7.767-13.78-11.47-5.638 15.6-19.584 28.706-37.5 38.313-23.533 12.62-54.947 20.095-89.563 20.095-34.615 0-66.06-7.474-89.593-20.094-17.94-9.62-31.887-22.747-37.5-38.374z" fill="#fff"/></svg>
<svg class="tc-image-originals-pawprint tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M314.78 19.47c-18.84 33-23.783 72.886 5.876 69.56 24.07-2.696 16.35-40.304-5.875-69.56zm-122.217 4c-17.095 33.8-19.95 73.854 9.5 69.218 23.9-3.764 14.227-40.983-9.5-69.22zm222.125 75.343c-21.958 30.365-30.705 69.304-.813 69.687 24.262.312 20.163-37.94.813-69.688zm-318.063 3.25C79.9 134.972 79 173.245 103.25 171.22c29.88-2.498 17.868-40.543-6.625-69.157zm217.594 8.374c-55.61 2.262-50.322 118.727 2.592 116.594 52.018-2.088 52.118-118.81-2.593-116.593zm-107.095 1.844c-.828.016-1.648.084-2.5.157-55.42 4.785-43.925 120.847 8.813 116.313 51.033-4.38 45.872-117.42-6.313-116.47zm-82.875 83.44c-1.612-.02-3.242.065-4.938.28-55.146 6.99-38.225 122.506 14.25 115.875 49.975-6.31 40.645-115.58-9.312-116.156zm278.625 1.343c-55.653-1.027-58.487 115.502-5.53 116.5 52.054.986 60.284-115.482 5.53-116.5zm-145 67.218c-57.02 1.258-12.988 60.186-113.78 94.44-78.123 26.548-30.808 106.533 36.06 106.81 36.702.154 49.8-28.817 79.845-28.686 34.116.144 36.844 26.134 86.78 26.344 63.76.263 100.665-80.2 27.72-107.532-92.875-34.798-54-90.786-113.813-91.375-.957-.008-1.907-.02-2.812 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-pc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M29.65 117.89v276.22h124.62V117.89H29.65zm90.55 253.16a11 11 0 1 1 11-11 11 11 0 0 1-11 11zm18-189.16H45.56v-16h92.63v16zm0-32H45.56v-16h92.63v16zm153 188.51h73.1v39.71h41.74v16H249.48v-16h41.74V338.4zm-118-220.51V322.4h309.15V117.89H173.19zM466.35 306.4H189.19V133.89h277.16V306.4z" fill="#fff"/></svg>
<svg class="tc-image-originals-peaks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M245.795 19.12l-52.363 153.513 26.67 61.937 38.884-52.37 53.217 67.493 11.682-40.486-78.09-190.086zM101.172 193.69l-29.06 80.222 24.54-12.715 24.803 14.33 11.64-48.013-31.923-33.825zm83.267 5.308l-20.776 60.904-15.27-16.177-14.662 60.48-37.568-21.707-33.44 17.324L19.04 420.42l84.884 30.937 73.418-22.437 73.935 19.47 71.66-21.536 91.973 25.226 77.28-31.66-48.44-89.006-39.045 26.664-38.892-27.576-27.153 42.79-15.78-10.013 39.032-61.51-26.6-64.752-15.246 52.83-60.634-76.9-43.664 58.81-31.33-72.76zm223.06 65.81L375.84 314.7l29.066 20.61 29.865-20.394-27.27-50.11z" fill="#fff"/></svg>
<svg class="tc-image-originals-pear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M266.95 18.338c-3.947.023-10.478 1.91-20.565 8.836-7.298 40.94-.857 56.588 5.886 70.13 1.237.033 2.48.057 3.732.057 1.668 0 3.32-.038 4.957-.098-.676-9.13-3.08-16.483-2.7-27.447.404-11.67 4.89-25.824 17.053-47.036-1.846-2.035-3.736-3.653-6.034-4.2-.648-.154-1.42-.247-2.33-.242zm9.292 54.004c.127 6.694 2.01 13.31 2.666 22.947 6.93-1.344 12.858-3.294 17.082-5.714-.22 8.77-18.057 20.754-39.99 20.758-21.933-.003-39.768-11.985-39.99-20.756 3.93 2.252 9.348 4.09 15.664 5.416-2.054-5.518-3.862-11.984-5.004-19.734-31.958 12.787-54.188 51.445-66.67 138.82-144 160 0 280.84 96 279.572 96 .682 240-119.572 96-279.572-13.634-95.436-38.89-132.78-75.758-141.738zm-66.846 51.83c-9.33 19.17-8.802 83.413 2.82 89.557-21.74 23.22-92.49 128.855-52.216 224.35-32-32-68.22-128 27.78-224-2.346-36.07 11.173-83.697 21.616-89.908z"/></svg>
<svg class="tc-image-originals-pegasus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M329.2 317.16c-3 82.09-78.09 146-78.09 146L192 439.73c-27.57-11-37.86-28.56-50.31-55.49l-.06-.12 94.49 27.2-57.73-27.64c-41.53-19.88-58.87-47.12-76.76-89.55l134.47 52-126.2-76.23c-28.67-17.32-37.15-36.68-51.25-67.06l161.16 68.74-79-51.51C55.6 166.5 47.95 135.26 18.88 72.57l181 113.86c51.5 32.38 131.55 69.93 129.32 130.73zM493.12 216.5c0 6.87-17.51 20.85-20.35 20.62-3.7-.31-46.27-27.85-61.93-35.68-15-7.49-59.39 1.27-64.19-42.81-11 28 10.77 90.21 27.84 120.18 35.42 62.17-25.71 146.59-101.8 186A304.54 304.54 0 0 0 302 430.4a252.08 252.08 0 0 0 28.5-49.52c9-21.2 14-42.44 14.73-63.13a85.52 85.52 0 0 0-10.78-44.35c-6.49-12-15.74-23.4-28.28-34.93-21.84-20.09-50-36.91-74.92-51.74l-1.16-.69c-5.83-11-8.63-21.26-4.81-29.76 26.71-59.41 100.93-93.52 166.18-86.86 21.2-25.48 41.89-22.08 41.89-22.08l-11.9 25.33s20-11.19 23.11-7.29l-16.48 30.7L442 114.61s51.12 95.57 51.12 101.89zm-73.8-99.92a9.47 9.47 0 1 0-9.47 9.47 9.47 9.47 0 0 0 9.48-9.48z"/></svg>
<svg class="tc-image-originals-pencil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M429.548 30.836c-.307-.003-.6.005-.875.024-2.212.147-3.34.653-4.576 1.89l-27.58 27.58 55.156 55.154 27.578-27.58c1.238-1.236 1.744-2.363 1.89-4.575.15-2.21-.37-5.433-1.805-9.163-2.87-7.46-9.277-16.667-17.055-24.445-7.778-7.778-16.985-14.185-24.445-17.055-3.264-1.255-6.138-1.81-8.287-1.83zm-45.758 42.22l-9.9 9.9 9.9 9.9 12.727 12.727 9.9 9.9 12.727 12.728 9.9 9.9 9.9-9.9-55.155-55.155zm-22.627 22.626L72.665 384.186l9.898 9.897 288.5-288.5-9.9-9.9zm22.627 22.63L95.29 406.808l9.9 9.902 288.5-288.5-9.9-9.9zm22.63 22.626l-288.502 288.5 9.897 9.9 288.503-288.5-9.9-9.9zM63.223 400.198l-12.12 30.306 30.393 30.394 30.305-12.12-6.61-6.612L92.46 429.44l-9.9-9.9-12.73-12.728-6.61-6.612zm-19.395 48.488l-12.993 32.478 32.478-12.992-19.486-19.485z"/></svg>
<svg class="tc-image-originals-pendulum-swing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M160.113 18l-20.398 253.85a57.09 57.09 0 0 1 5.27-.254c4.362 0 8.606.51 12.69 1.447L178.17 18h-18.057zM254 18v261.723a56.894 56.894 0 0 1 9-.723c3.06 0 6.067.247 9 .717V18h-18zm96 0v261.717a56.86 56.86 0 0 1 18 0V18h-18zm96 0v261.717a56.86 56.86 0 0 1 9-.717c3.062 0 6.066.253 9 .723V18h-18zM46.727 225.266c4.836 26.24 14.8 45.795 33.556 68.322-17.71-3.873-38.847-20.713-53.068-37.97 6.053 23.69 30.466 50.84 48.613 68.017-14.17-1.282-41.672-13.72-56.185-23.375 6.067 14.415 37.752 46.36 56.537 51.074-23.762 3.01-44.836-8.756-51.973-11.7 6.418 13.096 22.893 28.957 88.756 36.055-15.053-10.283-24.977-27.574-24.977-47.094 0-21.774 12.348-40.77 30.39-50.364-26.667-9.646-51.795-25.765-71.65-52.966zm98.26 64.33c-21.646 0-39 17.354-39 39 0 21.645 17.354 39 39 39 21.645 0 39-17.355 39-39 0-21.646-17.355-39-39-39zM263 297c-21.646 0-39 17.354-39 39s17.354 39 39 39 39-17.354 39-39-17.354-39-39-39zm96 0c-21.646 0-39 17.354-39 39s17.354 39 39 39 39-17.354 39-39-17.354-39-39-39zm96 0c-21.646 0-39 17.354-39 39s17.354 39 39 39 39-17.354 39-39-17.354-39-39-39z"/></svg>
<svg class="tc-image-originals-pentagram-rose tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.658 33.29c-40.364 0-78.028 11.684-109.803 31.84L111.62 39.41l13.59 41.51c-45.212 37.708-74.017 94.442-74.017 157.834 0 18.146 2.37 35.742 6.8 52.508l-36.866 26.66 45.875-.1c29.36 70.23 96.61 120.75 176.115 125.94l14.928 46.29 8.892-27.574 6.1-18.912c78.268-6.19 144.272-56.354 173.28-125.75l48.644.106-39.192-28.344c4.146-16.258 6.355-33.286 6.355-50.824 0-62.37-27.886-118.298-71.846-155.998l14.19-43.348-36.53 26.662c-32.08-20.734-70.288-32.78-111.28-32.78zm8.62 18.868c31.497 1.427 60.94 10.632 86.466 25.735L334.3 90.623c-20.8-11-44.197-17.727-69.02-18.994V52.157zm-18.688.065v19.502c-23.637 1.418-45.953 7.788-65.932 18.076l-17.55-12.81c24.775-14.343 53.16-23.162 83.482-24.767zM368.498 89.23L332.94 197.853c-5.506-9.568-12.767-18.005-21.33-24.88l56.888-83.745zm-220.3.012l90.683 66.186c-11.297 2.333-21.81 6.847-31.083 13.074L148.2 89.242zm117.08 1.108c18.46 1.054 36 5.49 52.02 12.683l-52.02 37.97V90.35zm-18.688.093v47.48l-48.82-35.632c15.125-6.56 31.558-10.687 48.82-11.847zm-115.123 9.596l6.832 20.87c-16.81 17-29.99 37.592-38.28 60.512L80.9 175.27c10.506-29.136 28.042-54.893 50.567-75.23zm252.512 1.958c21.174 19.718 37.757 44.3 47.97 71.988l-19.08 6.14c-7.967-21.47-20.244-40.856-35.768-57.116l6.877-21.012zm-239.074 39.1l20.04 61.214-47.178-15.18c6.22-17.04 15.49-32.598 27.138-46.034zm225.512 2.332c10.435 12.55 18.843 26.845 24.69 42.41l-43.114 13.873 18.424-56.283zm-113.756 28.875c38.362 0 69.258 30.896 69.258 69.257 0 38.362-30.896 69.258-69.258 69.258-38.36 0-69.258-30.896-69.258-69.257 0-38.362 30.897-69.258 69.258-69.258zm180.867 19.52c3.87 14.992 5.93 30.718 5.93 46.93 0 13.372-1.417 26.404-4.08 38.974L421.09 264.5c1.39-8.65 2.13-17.517 2.13-26.555 0-13.77-1.69-27.15-4.853-39.955l19.164-6.166zM75.456 193.15l19.213 6.182c-2.952 12.396-4.524 25.323-4.524 38.613 0 9.653.828 19.115 2.41 28.32L74.31 279.464c-2.907-13.103-4.455-26.72-4.455-40.707 0-15.737 1.95-31.012 5.602-45.606zm325.1 10.57c2.595 10.984 3.976 22.44 3.976 34.225 0 4.756-.236 9.454-.674 14.094L356.6 217.862l43.955-14.142zm-288.063 1.346l44.768 14.405-47.573 34.405c-.56-5.233-.858-10.546-.858-15.93 0-11.304 1.27-22.307 3.662-32.88zm231.574 26.79l92.065 66.583-94.992-32.47c2.25-7.755 3.467-15.94 3.467-24.408 0-3.28-.186-6.517-.54-9.705zm-170.41 38.697c3.675 10.476 9.263 20.064 16.37 28.316l-109.76.24 93.39-28.557zm16.86 47l-27.745 34.666c-11.936-9.817-22.292-21.478-30.66-34.538l58.405-.13zm135.837.002l54.905.12c-7.876 12.292-17.516 23.34-28.574 32.78l-26.33-32.9zm76.48.168l23.163.05c-11.475 24.58-28.135 46.242-48.588 63.573l-13.117-16.39c15.56-13.202 28.666-29.212 38.54-47.233zm-292.308.006c10.316 18.827 24.158 35.46 40.643 48.99l-13.14 16.415c-21.426-17.618-38.836-39.927-50.706-65.356l23.203-.05zm182.153 4.05l-34.57 107.193v-99.485c12.292-.2 23.984-2.932 34.57-7.71zm17.76 5.798l27.287 34.092c-13.487 8.842-28.516 15.52-44.596 19.59l17.31-53.682zm-104.57.7l17.32 53.695c-16.274-3.76-31.52-10.182-45.235-18.813l27.916-34.883zm143.52 47.964l13.174 16.46c-24.23 16.688-52.602 27.8-83.28 31.495l7.222-22.396c22.93-4.16 44.24-13.023 62.885-25.558zm-183.12 1.516c18.88 12.246 40.385 20.774 63.474 24.543l7.166 22.22c-30.81-3.23-59.373-13.924-83.853-30.25l13.214-16.512z"/></svg>
<svg class="tc-image-originals-perfume-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.125 18.53c-43.358 0-78.25 34.79-78.25 77.907 0 43.118 34.892 77.907 78.25 77.907s78.28-34.79 78.28-77.906c0-43.118-34.922-77.907-78.28-77.907zm-88.5 117.314c-6.644 8.198-10.156 17.204-10.156 26.47 0 15.315 9.554 29.91 27.093 41.31 17.538 11.4 42.63 18.876 70.53 18.876s53.025-7.475 70.563-18.875c17.54-11.4 27.094-25.996 27.094-41.313 0-8.654-3.057-17.087-8.875-24.843-15.528 32.8-49.04 55.56-87.75 55.56-39.35 0-73.333-23.508-88.5-57.186zm-27.22 39.72c-44.97 28.067-73.686 72.15-73.686 121.03 0 83.262 83.312 152.594 188.374 152.594 105.06 0 188.375-69.332 188.375-152.594 0-48.867-28.708-92.93-73.658-121-4.323 17.498-16.962 32.665-33.968 43.72-21.18 13.765-49.568 21.874-80.75 21.874-31.183 0-59.54-8.11-80.72-21.875-17.015-11.06-29.65-26.24-33.968-43.75zM93.063 286.154h.032c14.633 56.066 82.046 98.406 163.125 98.406 81.077 0 147.834-42.338 162.467-98.406 2.013 7.54 3.938 15.033 3.938 23 0 66.954-74.647 121.344-166.406 121.344-91.76 0-166.44-54.39-166.44-121.344 0-7.967 1.27-15.46 3.282-23zM415.47 406.03c-38.153 37.933-95.66 61.845-159.376 61.845-63.68 0-121.16-23.885-159.313-61.78 5.558 20.953 20.806 40.113 43.595 55.374 29.125 19.503 70.212 31.967 115.75 31.967s86.594-12.464 115.72-31.968c22.81-15.277 38.07-34.46 43.624-55.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-perpendicular-rings tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M331.924 20.385c-36.708.887-82.53 60.972-116.063 147.972h.003c30.564-65.57 71.17-106.39 97.348-99.378 28.058 7.516 37.11 69.42 24.847 148.405-.895-.32-1.773-.642-2.672-.96.893.367 1.765.738 2.65 1.106-2.988 19.215-7.22 39.424-12.767 60.12-2.77 10.332-5.763 20.39-8.936 30.14-24.996-3.82-52.374-9.537-80.82-17.16-105.856-28.36-186.115-72.12-179.307-97.53 4.257-15.884 42.167-23.775 95.908-20.29-74.427-8.7-128.912-2.044-135.035 20.803-9.038 33.73 89.168 89.372 219.147 124.2 24.436 6.55 48.267 11.897 70.918 16.042-28.965 75.878-68.293 126.078-96.653 118.48-21.817-5.85-35.995-45.443-36.316-100.206-4.79 75.476 9.278 131.945 40.66 140.356 38.836 10.407 91.394-54.998 127.896-152.98 80.12 10.74 138.958 4.278 145.38-19.682 6.384-23.82-41.025-58.44-115.102-89.03 20.713-109.022 8.483-198.5-31.96-209.34-2.968-.796-6.013-1.144-9.124-1.07zm40.568 213.086c44.65 22.992 71.146 47.135 67.07 62.348-4.055 15.13-38.104 20.457-87.333 16.303 3.415-10.604 6.64-21.502 9.63-32.663 4.176-15.588 7.713-30.965 10.632-45.986z" fill="#fff"/></svg>
<svg class="tc-image-originals-pestle-mortar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M454.26 312.874C454.26 402.782 365.33 476 256 476c-109.33 0-198.26-73.17-198.26-163.126a136.787 136.787 0 0 1 11.16-53.956c7.295 20.99 25.277 40.055 52.422 55.05 34.442 19.043 80.042 29.533 128.384 29.533 48.343 0 93.943-10.49 128.385-29.53 34.442-19.043 54.29-44.805 55.963-72.71a139.07 139.07 0 0 1 20.206 71.614zM416.842 64.578c-12.99-11.33-27.49-20.506-39.813-25.174-11.215-4.265-19.826-4.53-23.606-.75l-.554.508-5.21 4.426a8.253 8.253 0 0 0-1.026 11.527 26.57 26.57 0 0 1-.495 34.487L177.18 283.135a58.106 58.106 0 0 0-13.693 28.92c26.027 8.53 55.674 13.015 86.254 13.015 9.637 0 19.33-.46 28.887-1.36l110.575-189.557a26.66 26.66 0 0 1 37.312-9.083l.68.427a8.242 8.242 0 0 0 11.043-2.087l7.988-10.916c4.876-6.478-4.957-26.638-29.382-47.916zm-148.164 85.76a309.78 309.78 0 0 0-18.893-.59c-45.277 0-87.706 9.672-119.462 27.227-30.027 16.598-46.568 38.038-46.568 60.434 0 22.395 16.54 43.8 46.568 60.434 4.968 2.743 10.224 5.28 15.687 7.63a76.4 76.4 0 0 1 17.29-34.476zm100.57 147.54c30.027-16.598 46.568-38.038 46.568-60.434 0-19.17-12.16-37.67-34.58-53.023l-79.454 136.13c25.21-4.425 48.262-12.125 67.408-22.706z" fill="#fff"/></svg>
<svg class="tc-image-originals-photo-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M41 122.496v14h62v-14zm154.73 0l-32 32H137v46h30.682C192.4 159.898 237.08 132.738 288 132.738c50.92 0 95.6 27.16 120.318 67.758H487v-46h-74.73l-32-32c-92.27-9-92.27-9-184.54 0zM288 150.738c-67.903 0-122.758 54.855-122.758 122.758 0 67.903 54.855 122.758 122.758 122.758 67.903 0 122.758-54.855 122.758-122.758 0-67.903-54.855-122.758-122.758-122.758zm-263 3.758v46h94v-46zm263 14.713c57.49 0 104.287 46.796 104.287 104.286S345.49 377.783 288 377.783c-57.49 0-104.287-46.797-104.287-104.287 0-57.49 46.797-104.287 104.287-104.287zm-21.787 22.042c-12.173.42-25.717 6.526-36.78 16.578-20.025 18.19-26.342 43.853-14.11 57.318 12.232 13.465 38.38 9.634 58.406-8.558 20.023-18.192 26.34-43.855 14.108-57.32-5-5.504-12.62-8.33-21.625-8.018zM25 218.496v142h94v-142zm112 0v142h40.412c-18.888-23.96-30.17-54.183-30.17-87 0-19.507 3.988-38.096 11.188-55zm280.57 0c7.2 16.904 11.188 35.493 11.188 55 0 32.817-11.282 63.04-30.17 87H487v-142zM25 378.496v14h94v-14zm112 0v14h75.89c-6.567-4.158-12.763-8.846-18.536-14zm244.646 0c-5.773 5.154-11.97 9.842-18.535 14H487v-14z"/></svg>
<svg class="tc-image-originals-phrygian-cap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M199.45 32.44c-63.218 0-97.076 8.656-114.048 20.824C68.43 65.43 65.354 81.3 64.442 103.804c-.812 20.078 8.487 32.24 24.682 41.27 16.196 9.032 39.41 13.367 62.327 13.367h27.754l-22.472 16.288c-2.394 1.735-11.645 10.576-21 21.288-9.356 10.712-19.584 23.787-26.778 35.492-3.597 5.852-6.422 11.378-8.02 15.8-1.6 4.423-1.673 7.632-1.497 8.338.175.706-.933.092 1.363.623 2.296.53 7.947.523 16.512-1.57l.27-.067.27-.05c83.994-15.137 126.637-7.487 149.456 8.866 22.82 16.352 21.69 41.345 21.115 48.693l-.05.64-.14.625c-12.597 56.263-24.612 98.315-29.312 126.227-2.348 13.956-2.662 24.34-1.245 30.242 1.417 5.903 2.746 7.397 8.162 8.887 6.885 1.893 12.493.396 19.32-4.405 6.824-4.8 14.048-13.155 20.93-23.227 13.646-19.97 25.85-46.075 38.04-64.22 1.832-4.053 5.175-7.714 9.247-9.214 4.652-1.714 8.946-1.15 12.778-.212 7.663 1.874 14.887 5.817 22.117 9.145 7.23 3.327 14.292 5.888 18.702 6.08 4.41.19 5.694.17 8.428-5.297 35.18-70.647 33.552-110.196 31.056-171.61-.086-2.124-.39-4.445-.88-6.913.164 2.162.248 4.346.248 6.548 0 47.872-39.13 87-87 87-47.872 0-87-39.128-87-87 0-47.87 39.128-87 87-87 19.53 0 37.6 6.517 52.156 17.478-11.785-14.373-26.098-28.97-42.278-42.65-46.514-39.325-108.31-70.827-169.25-70.827zm159.374 126c-31.658 0-57 25.343-57 57 0 31.66 25.342 57 57 57 31.657 0 57-25.34 57-57 0-31.657-25.343-57-57-57zm.627 25a32 32 0 0 1 32 32 32 32 0 0 1-32 32 32 32 0 0 1-32-32 32 32 0 0 1 32-32zm-188.697 82.214c-14.436 1.135-30.9 3.255-49.707 6.645-4.754 1.14-9.01 1.894-12.92 2.194 20.238 3.297 46.28 5.702 67.19 10.518 12.69 2.922 23.3 6.953 28.476 10.99 2.588 2.018 3.725 3.746 4.19 5.28.464 1.532.552 3.346-.844 6.708-11.368 27.287-21.213 45.022-29.477 61.402-8.263 16.383-14.97 31.61-19.042 52.313-2.154 10.95-1.99 20.398.752 28.338 2.742 7.94 8.684 14.38 16.272 16.832 15.176 4.905 31.928-4.025 46.705-21.652 7.955-9.49 15.508-18.52 22.64-27.965 3.66-16.793 8.668-36.578 14.25-59.37-13.51 31.78-29.954 51.042-50.685 75.772-12.24 14.6-23.366 17.382-27.375 16.086-2.004-.648-3.48-1.786-4.79-5.578-1.31-3.792-1.83-10.228-.106-18.988 3.684-18.72 9.43-31.778 17.454-47.68 8.022-15.903 18.298-34.453 30.023-62.598l.002-.004v-.006c2.605-6.27 3.24-12.908 1.448-18.828-1.792-5.92-5.716-10.645-10.345-14.256-9.258-7.22-21.703-11.16-35.506-14.338-2.813-.647-5.692-1.247-8.604-1.816z"/></svg>
<svg class="tc-image-originals-piano-keys tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M24 80v352h64V288H72V80H24zm96 0v208h-16v144h64V288h-16V80h-32zm80 0v208h-16v144h64V288h-16V80h-32zm80 0v208h-16v144h64V80h-48zm64 0v352h64V288h-16V80h-48zm96 0v208h-16v144h64V80h-48z" fill="#fff"/></svg>
<svg class="tc-image-originals-pickelhaube tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M460.283 403.386c0 9.601-14.032 27.556-26.827 32.24a32.948 32.948 0 0 1-10.44 1.37c-9.536 0-21.657-2.518-26.519-9.324-6.717-9.514-25.191-39.059-52.14-46.804-19.8-5.69-49.72-6.773-71.189-6.773-3.392 0-6.629 0-9.48.066q-7.436.1-15.048.1c-74.194 0-158.399-7.226-162.244-16.574 4.906 1.039 9.867 1.834 14.64 2.508a414.758 414.758 0 0 0 55.4 3.492h.121c20.165 0 52.859-1.315 85.597-8.155a53.035 53.035 0 1 0-18.695-61.565c-16.485 3.105-37.832 5.525-64.725 5.635h-2.21c-34.252 0-56.228-4.066-61.72-5.844a31.943 31.943 0 0 0-4.32-2.21c5.989-32.926 19.966-69.852 52.25-91.442 26.065-17.435 63.102-21.081 91.045-21.081 13.59 0 25.026.861 32.042 1.425 21.324 1.701 89.165 5.734 123.616 25.313 30.816 17.524 37.567 82.227 39.39 131.958.64 16.806 31.456 56.605 31.456 65.665zM97.18 381.089a75.41 75.41 0 0 1-14.242-4.364 28.948 28.948 0 0 1-7.458-4.696c-8.652 11.049-25.17 34.694-23.667 52.626.497 5.933 10.43 9.116 25.821 9.116 30.937 0 84.072-12.928 126.688-42.429l.254-.187c-24.01-.84-47.51-2.31-67.288-4.276-16.85-1.68-30.352-3.625-40.108-5.79zm170.01-218.251l4.564.353c7.845.597 18.783 1.437 31.147 2.807 5.403-18.938 15.469-18.982 15.734-22.772l.11-1.448a5.9 5.9 0 0 0-1.966-4.927c-18.65-15.922-30.286-52.074-28.43-93.762a5.68 5.68 0 0 0-5.104-6.077h-.387a5.712 5.712 0 0 0-5.524 5.281c-4.232 41.522-20.993 75.586-41.787 88.624a5.9 5.9 0 0 0-2.663 4.586l-.11 1.447c-.277 3.834 9.546 5.436 12.153 24.606 9.9.31 17.844.928 22.264 1.282zM69.194 332.462c3.79 2.873 11.48 7.072 34.34 10.287a396.66 396.66 0 0 0 52.947 3.315h.077a431.652 431.652 0 0 0 71.498-5.757 52.737 52.737 0 0 1-7.844-27.744 389.29 389.29 0 0 1-61.378 4.817h-2.276c-39.356 0-65.31-5.17-70.183-7.922a14.364 14.364 0 0 0-17.181 23.004zm204.009 15.469a35.357 35.357 0 1 0-35.357-35.357 35.357 35.357 0 0 0 35.368 35.302z" fill="#fff"/></svg>
<svg class="tc-image-originals-pie-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M290.352 13.213l-11.475 218.984 204.68-78.584a219.242 219.284 0 0 0-193.205-140.4zm-51.39 47.566A219.242 219.284 0 0 0 38.59 206.24a219.242 219.284 0 0 0 77.3 250.918 219.242 219.284 0 0 0 262.49-3.092 219.242 219.284 0 0 0 71.366-252.67l-204.682 78.583 12.24-218.943a219.242 219.284 0 0 0-18.34-.258z"/></svg>
<svg class="tc-image-originals-pie-slice tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.03 76.47c-12.332-.298-23.413 6.18-23.06 22.468L18.655 273l.282 6.938v178.998l11.468-2.686 155.906-36.563 5.438 17.688 29.72-3.344-3.407-21.81 69.312-16.25 8.844 10.25 21.842 1.624-.937-18.844 121.938-28.625v.03c1.36-.2 2.667-.52 3.937-.936.022-.01.04-.025.063-.033l20.812-4.875 7.22-1.687v-7.188l18.53-147.406c8.89-17.113-6.495-46.453-38.72-40.124 4.752-19.91-38.983-28.136-52.03-17.25 3.263-18.202-37.385-41.715-51.906-21.187 4.632-22.758-46.006-40.867-58.845-20.345-2.41-13.453-18.07-22.568-32.094-22.906zm-10.28 39.655c2.336 2.81 7.442 5.542 13.406 6.844 5.964 1.3 12.622 1.13 16.375.155l8.94-2.313 2.436 8.938c2.21 8.203 6.852 11.33 14.438 12.97 7.586 1.64 17.768.34 25.844-2.876l10.375-4.156 2.25 10.937c1 4.886 7.39 11.092 16.343 14.313 8.954 3.22 19.15 2.73 23.53 0l11.283-7.032 2.78 13c1.227 5.752 4.534 9.73 9.656 12.594 5.123 2.864 12.08 4.212 19.063 3.375l2.25 18.563c-10.635 1.274-21.384-.563-30.44-5.625-6.057-3.388-11.185-8.528-14.75-14.844-9.637 2.4-20.165.986-29.686-2.44-9.78-3.517-19.263-9.534-24.594-18.468-8.934 2.288-18.56 2.914-27.844.907-10.046-2.173-19.796-8.438-25.312-18.532-5.44.405-11.155.037-16.906-1.22-8.71-1.9-17.57-5.648-23.813-13.155l14.375-11.938zM434.78 232.28l.095.345c1.64-.385 1.946-.3 3.656 1.094 1.712 1.39 4.14 4.616 6.22 9.343 4.058 9.22 6.91 23.626 7.656 38.5v16c-.504 10.182-1.96 19.874-4.312 27.53-1.743 5.672-3.982 10.19-6.156 12.938-1.516 1.917-2.777 2.92-4 3.44L37.625 435.374V307.312c132.618-34.5 265.01-62.72 397.156-75.03zm-72.25 177.095l-26.436 3.063 14.562 21.312 24.97-4.438-13.095-19.937zm-62.78 25.03l-32 5.22 11.156 12.938 21.875 1.625-1.03-19.782zm-157.25 29.5l-1.625 14.908 22.47 2.937 8.436-15.313-29.28-2.53zm107.406 4.72l-24.312 3.156 1.75 16.158 31.687-2.75-9.124-16.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-piece-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M258.555 24.28c-85.44 0-154.703 57.376-154.703 128.154 0 26.275 9.552 50.7 25.927 71.03L95.665 257.58l52.828 52.826 30.447-30.447v93.46h40.177V315.51h18.694v57.906h41.49V315.51h18.69v57.906h40.178V279.79l30.627 30.626 52.826-52.826-34.218-34.22c16.33-20.312 25.854-44.7 25.854-70.936 0-70.778-69.26-128.153-154.7-128.153zm-78.125 98.4c25.714 0 46.56 20.846 46.56 46.558 0 25.715-20.846 46.56-46.56 46.56-25.715 0-46.56-20.845-46.56-46.56 0-25.712 20.845-46.558 46.56-46.558zm156.2 0c25.715 0 46.56 20.846 46.56 46.558 0 25.715-20.845 46.56-46.56 46.56-25.714 0-46.56-20.845-46.56-46.56 0-25.712 20.846-46.558 46.56-46.558zm-78.075 72.275l30.845 82.17h-61.693l30.848-82.17zm-79.614 197.15v104.194H338.17V392.103H297.99v66.134H279.3v-66.134h-41.49v66.134h-18.693v-66.134H178.94z"/></svg>
<svg class="tc-image-originals-pierced-body tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M242.5 21.5c-25.192 3.245-47.28 32.016-47.28 68.78 0 20.28 7.038 38.25 17.5 50.75l10.25 12.25-15.69 2.94c-6.058 1.128-11.42 3.163-16.25 6.093l50.907 29.343.22.125c10.092 5.547 17.387 12.847 21.687 20.72 4.332 7.932 5.865 16.78 2.562 24.75-3.302 7.97-12.133 13.29-21.687 13.344-9.457.054-20.02-3.703-32.345-11.5-.13-.082-.245-.136-.375-.22l-52.313-30.06c-1.536 4.65-2.918 9.51-4.156 14.56-8.238 33.626-9.925 74.615-10.155 110.407H189.5l.625 8.626 11.28 149.78 96.69.002L308.03 342.5l.564-8.72h42c-.013-36.18-.378-77.737-7.844-111.624-4.05-18.384-10.197-34.295-18.813-45.75-8.615-11.454-19.257-18.706-34.593-21.062l-16-2.438L283.5 140.25c10.008-12.437 16.72-30.183 16.72-49.97-.002-39.2-24.78-68.718-52.5-68.718-2.913 0-4.762-.12-5.22-.062zM20.812 85.78v21.626l200.875 115.5.188.094.188.125c10.573 6.74 18.416 8.805 22.53 8.78 4.115-.022 4.113-.724 4.563-1.81.45-1.09.63-4.324-1.72-8.626-2.348-4.304-7.01-9.363-14.436-13.407l-.094-.032-.094-.06-212-122.19zm396.97 187.626l-15.626 28.22-33.656-19.063c.355 8.144.576 16.234.688 24.187l22.906 13.03-15.47 27.94 114.97 15.124-73.813-89.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-pierced-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M492.063 21.47L353.375 43.312l43.188 19.406L360.5 85.03c5.877 6.705 10.767 14.518 14.344 23.282l37.844-23.406-2.094 50.906 81.47-114.343zM301.125 76.437c-1.608-.015-3.204.04-4.813.156-19.3 1.397-38.492 12.485-51.468 36.97l-7.906 14.936-8.438-14.625c-17.056-29.533-47.546-40.198-73.22-35.156-25.67 5.04-46.32 24.368-45.155 61.03.747 23.506 12.27 41.744 29.125 59.313l15.938-9.875c7.068-4.376 14.39-6.487 21.187-6.313 2.266.058 4.472.378 6.594.938 8.486 2.237 15.004 8.183 18.686 15.312 7.364 14.257 3.867 34.654-13.25 45.25l-15.187 9.406c15.353 65.592-25.282 99.922-25.282 135.657 0 20.192 17.73 35.032 34.875 35.032 17.528 0 34.187-13.858 34.187-33.033 0-37.474-43.044-81-17.063-137.187 13.904 13.542 26.968 28.61 36.875 46.594 6.853-11.823 15.104-22.28 24.032-31.813 26.65 31.85-6.063 66.597-6.063 93 0 13.414 11.642 23.126 23.907 23.126 11.997 0 24.407-10.37 24.407-24.5 0-27.533-40.804-63.71-1.688-128.28 2.408-1.993 4.773-3.945 7.125-5.907 15.045 21.743-6.28 45.09-6.28 63 0 9.463 8.22 16.31 16.875 16.31 8.464 0 17.22-7.31 17.22-17.28 0-19.657-29.467-40.713-.19-87.188 4.754-5 9.035-10.085 12.658-15.343 9.17-13.313 14.443-27.468 13.875-45.657-1.066-34.09-22.314-55.8-47.25-62.032-4.676-1.167-9.49-1.8-14.313-1.843zM174.75 201.53c-2.53.125-5.71 1.05-9.72 3.532L19.938 295v31.75l158.625-98.25c9.33-5.775 9.66-14.662 6.5-20.78-1.58-3.06-3.905-5.07-6.843-5.845-.736-.194-1.543-.31-2.44-.344-.335-.01-.67-.016-1.03 0zm147.375 166.94c-2.102 29.32-18.28 38.26-18.28 54.592 0 8.108 8.908 15.313 18.28 15.313 9.167 0 18.625-7.182 18.625-15.72 0-17.01-15.994-24.82-18.625-54.186zM240.75 386.31c-4.03 44.97-28.53 56.92-28.53 82.97 0 13.072 14.493 24.062 28.53 24.062 14.35 0 28-11.054 28-23.47 0-25.006-24.782-38.666-28-83.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-pig-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.22 20.688c-42.737 0-83.466 33.6-113.69 85.593-30.22 51.995-49.186 121.333-49.186 187.626 0 66.294 18.728 116.544 48.156 150.188 29.428 33.644 69.626 51.094 114.72 51.094 45.09 0 85.32-17.45 114.75-51.094 29.426-33.644 48.155-83.894 48.155-150.188 0-66.294-18.996-135.63-49.22-187.625-30.22-51.993-70.95-85.593-113.686-85.593zm.624 138.843c47.212-.188 94.522 14.425 122.187 44.407-73.1-38.23-167.19-37.75-243.75 0 27.234-29.23 74.352-44.217 121.564-44.406zm-4.25 60.814c4.714-.017 9.42.03 14.094.156 49.863 1.33 96.673 10.52 125.437 28.063l-9.72 15.968c-12.062-7.355-30.064-13.554-51.25-18-9.755 39.85-42.47 33.866-41.405-6-7.727-.67-15.606-1.13-23.563-1.343-14.584-.388-29.44 0-44.03 1.188 1.156 40.128-31.814 46.093-41.47 5.78-17.625 3.593-33.968 8.563-47.843 14.97L118 244.155c34.337-15.855 78.872-23.11 122.875-23.78 1.572-.024 3.147-.025 4.72-.03zm4.156 51.344c.533-.022 1.08-.027 1.625 0 8.74.425 15.003 6.474 19.875 13.875 4.872 7.4 8.99 17.176 12.844 29.562l-17.844 5.563c-3.54-11.373-7.338-19.85-10.625-24.844-2.876-4.37-4.886-5.285-5.156-5.438-.232.077-1.725.596-4.47 4.625-3.25 4.77-7.132 13.392-10.813 25.564l-17.906-5.406c4.003-13.235 8.228-23.238 13.282-30.657 4.74-6.954 11.197-12.523 19.188-12.842zm52.156 31.937c36.06 16.695 61.968 53.982 52.03 105.375 2.384 1.498 4.685 3.06 6.908 4.688l-11.03 15.062c-23.702-17.36-63.367-27.507-102.408-28-39.04-.493-77.314 8.803-98.375 25.78l-11.75-14.56c2.278-1.837 4.674-3.566 7.157-5.22-6.94-49.057 15.778-84.185 48.22-101.156l8.687 16.53c-25.165 13.166-42.41 36.606-39.188 75 24.58-10.84 54.94-15.448 85.5-15.062 31.358.397 63.007 6.13 88.97 17.75 5.932-40.864-13.804-65.904-42.563-79.218l7.843-16.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-piggy-bank tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.55 22.36c-30.93 0-56 25.07-56 56 0 30.927 25.07 56 56 56 30.927 0 56-25.073 56-56 0-30.93-25.073-56-56-56zM105.067 144.47c-3.047.028-6.012.55-8.748 1.536-7.296 2.627-12.95 7.77-17.562 13.617-3.63 4.602-6.523 9.754-9.012 14.992-6.79-6.374-14.215-15.785-21.8-30.117l-15.91 8.418c10.115 19.112 20.597 31.962 31.292 40.066-.405 1.802-.907 3.66-1.164 5.364-2.005 13.302 2.913 24.966 9.637 34.736 5.34 7.757 11.825 14.87 18.132 22.367-7.497 15.76-11.35 32.49-11.368 49.366.07 28.777 11.283 56.823 32.082 80.243l3.655-13.117 17.34 4.832-25.13 90.18c20.857 6.423 41.04 6.52 61.62-1.072l18.727-66.73 17.33 4.865-8.892 31.69c17.887 4.99 36.674 7.578 55.607 7.657 12.386-.065 24.727-1.204 36.81-3.396l-8.942-39.63 17.558-3.963 14.996 66.473c24.936 11.267 48.496 10.575 72.764 1.222l-25.115-78.986 17.152-5.455 4.97 15.636c21.796-38.09 68.757-29.083 91.825-40.08 11.686-3.894 5.42-69.874 4.916-73.04-.38-2.39-29.734-3.818-40.16-2.248-5.975.9-16.344-12.078-27.39-27.597-5.387-10.488-12.357-20.405-20.753-29.527-3.988-5.276-2.735-3.092-6.533-6.474.715 6.697 2.12 12.306 4.152 16.23l-15.986 8.277c-7.378-14.252-7.98-32.853-5.662-52.858 1.583-13.67 4.81-27.957 9.03-41.733-11.81 6.755-22.626 17.48-32.02 30.586-13.665 19.064-24.126 42.55-30.647 62.644l-17.12-5.556c2.777-8.56 6.2-17.655 10.255-26.835-14.467-6.574-35.467-9.76-57.426-8.826-23.852 1.01-48.83 6.716-68.043 16.2l-7.97-16.143c22.13-10.923 49.122-16.934 75.25-18.043 3.267-.138 6.52-.203 9.747-.19 20.69.086 40.372 3.378 56.274 10.78 2.234-4.232 4.608-8.425 7.125-12.537-21.74-7.8-45.253-11.897-69.058-12.03-63.206.056-121.303 27.923-151.383 72.614-4.954-5.81-9.525-11.11-12.89-16-5.26-7.64-7.608-13.682-6.695-21.126 10.458 3.152 20.632 2.07 28.694-1.87 10.316-5.044 17.423-13.85 20.473-23.39 1.526-4.77 2.056-9.862.813-14.928-1.243-5.065-4.63-10.034-9.598-12.953-4.862-2.856-10.17-4.187-15.25-4.142zm.328 17.805c.328-.014.66-.005 1 .03 1.362.138 2.86.687 4.803 1.828.864.508.986.713 1.234 1.722.247 1.01.248 2.895-.475 5.157-1.447 4.523-5.713 10-11.235 12.7-4.346 2.125-9.372 2.917-15.66.847 2.174-5.033 4.823-9.984 7.824-13.787 3.257-4.13 6.74-6.828 9.528-7.832 1.045-.375 1.995-.623 2.978-.665zm278.153 98.647c8.835 0 16 7.163 16 16 0 8.836-7.165 16-16 16-8.838 0-16-7.164-16-16 0-8.837 7.162-16 16-16z"/></svg>
<svg class="tc-image-originals-pikeman tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M406 27.594l-23.625 76.187-5.844 28.97-52.25 47.844-51.5-43.125-23.405-4.095c8.217-14.33 14.685-32.77 16.406-49.594 10.02-2.28 20.516-5.426 31.69-9.81l-36.283-16.564c-1.964-7.07-16.546-28.484-31.406-27.28h-.03c-18.2 4.6-25.82 25.298-28.72 40.718L176.5 90.53c7.87-.307 15.58-.415 23.344-.53.66 14.1 4.4 27.847 9.97 36.375l-35.158-6.125L106 195.906l77.344 55.875 1.625 16.845-34.19 215.75h38.376l38.313-169.25 47.874 169.25h37.47l-3.564-16.406 17.094 16.405 63.062-322.53c5.01-4.54 9.265-8.483 12.094-11.314.177-10.537-2.537-18.942-5.094-24.5l1.125-5.686 8.47-92.75zm-223.156 125.78l.344 64.095-31.5-23.75 31.156-40.345zm88.03 21.25l50.876 45.94s22.993-19.458 44.875-38.533l-57.438 285.564-42.812-197.53 4.5-95.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-pill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M383.72 70.188c-1.145-.01-2.293 0-3.44.03-16.662.428-33.436 4.925-48.81 13.907-148.594 86.803-101.707 58.72-253.533 146.375l-4.656 2.688v.312c-45.61 29.694-60.683 90.445-33.155 138.125 28.464 49.3 91.974 66.493 141.188 37.78 151.39-88.32 104.363-60.41 253.5-146.374 49.327-28.43 66.307-91.824 37.843-141.124-18.957-32.834-53.47-51.442-88.937-51.72zm1.342 16.468c25.255.406 49.682 13.512 63.094 36.844 1.82 3.164 2.786 6.918 4.094 10.22-22.875-25.86-61.86-33.04-92.97-15-64.527 37.42-83.64 48.864-105.686 61.874 22.46 19.385 44.32 52.128 54.25 82.03-56.72 32.796-51.65 30.67-148.844 87.032-31.11 18.04-70.094 10.858-92.97-15 1.31 3.3 2.277 7.055 4.095 10.22 20.438 35.552 66.447 47.306 102 26.687 93.043-53.956 91.828-53.805 141.188-82.313.507 9.606-1.02 18.18-5.094 24.938-28.792 16.492-53.304 30.647-136.345 79.093-40.39 23.566-92.154 9.545-115.563-31-23.408-40.542-9.574-92.186 30.97-115.592l4.687-2.72c73.185-42.234 98.623-56.668 125.81-72.25 37.072-21.5 44.154-26.065 128.376-74.905 12.222-7.088 25.678-10.37 38.906-10.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-pill-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M106.033 21.55C77.2 21.787 49.185 36.83 33.775 63.52c-23.137 40.074-9.433 91.807 30.79 114.787l108.824 62.488c.05.03.096.062.147.092 13.688 7.902 30.426 4.335 45.188-4.71 10.51-6.44 20.65-15.867 29.576-27.607 1.62 3.38 3.39 6.757 5.33 10.114 10.956 18.977 24.995 33.888 39.757 42.93 11.663 7.147 24.56 10.868 30.73 10.167l14.31-5.376c.048-.028.098-.053.147-.082.027-.015.05-.033.076-.048l108.913-62.542c40.21-22.984 53.904-74.707 30.77-114.775-15.408-26.69-43.422-41.733-72.255-41.97-.93-.006-1.86 0-2.793.025-13.548.34-27.19 3.96-39.715 11.19-51.58 29.78-74.06 42.965-92.297 53.58-2.996-6.65-7.57-12.215-14.003-15.928-.842-.486-1.698-.915-2.56-1.315l.06-.106c-22.24-12.84-41.192-24.12-106.23-61.67-12.522-7.23-26.166-10.85-39.714-11.19-.93-.023-1.863-.03-2.793-.023zm-.922 18.618c11.55-.25 23.322 2.566 34.087 8.78 42.294 24.42 64.396 37.32 81.3 47.18-2.852 1.264-5.668 2.753-8.415 4.436-14.762 9.045-28.803 23.956-39.76 42.934-10.956 18.978-16.85 38.592-17.3 55.898-.084 3.22.033 6.406.363 9.508l-81.54-46.822-.01-.006C42.482 144.164 31.88 104.18 49.962 72.863c11.867-20.552 33.103-32.215 55.15-32.695zm134.704 70.02c1.147-.03 2.234.038 3.258.195 1.822.278 3.445.84 4.854 1.654 2.94 1.698 5.397 4.767 7.033 9.193-.04.02-.08.04-.118.063-.257.148-.504.305-.754.46l-9.473 7.31c-4.792 4.607-8.68 18.78-8.29 33.72.205 7.805 1.525 16.08 3.907 24.555-9.26 14.926-20.706 26.43-31.27 32.902-11.36 6.96-20.44 7.713-26.077 4.46l.002-.003-.08-.047c-5.595-3.284-9.45-11.507-9.104-24.767.347-13.32 5.22-30.44 14.805-47.04 9.585-16.604 21.975-29.38 33.338-36.343 6.924-4.242 13.002-6.18 17.968-6.31zm8.94 143.134l.002.008v-.008zm.002.008c-14.145 117.223-66.34 101.897-67.387 175.754-.455 33.477 30.9 61.123 69.79 61.123 38.89 0 70.996-27.635 70.996-61.123 0-74.23-57.792-58.98-73.4-175.754zm-19.39 128.237c-4.727 7.142-7.487 15.702-7.487 24.91 0 24.95 20.218 45.176 45.16 45.176 5.416 0 10.608-.958 15.42-2.708-8.066 10.892-21.012 17.918-35.688 17.918-24.622 0-44.383-19.766-44.383-44.402 0-18.444 11.077-34.16 26.977-40.893z" fill="#fff"/></svg>
<svg class="tc-image-originals-pillow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M433.79 59.602c-8.94.047-20.654 3.077-34.966 9.876C295.2 62.252 170.14 77.352 86.788 103.535c-60.407-27.913-70.404-.426-42.95 36.186C10.242 239.454 24.97 340.803 60.7 413.31c-11.01 47.633 16.965 45.498 41.172 26.452 170.77 9.1 281.83-16.52 349.88-68.666 24.01 19.23 41.66-6.006 31.868-36.856 11.922-71.81-9.07-167.31-36.093-233.78 13.362-23.473 8.022-40.975-13.737-40.858zm-357.386 77.96c52.65 61.045 53.612 200.38 21.748 283.403 7.046-90.91 2.505-223.673-21.748-283.404z"/></svg>
<svg class="tc-image-originals-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M326.953 22.87L306.68 83.685l20.273 20.273-115.428 115.427c-16.39-8-34.277-14.452-51.84-18.502-14.247-3.285-28.136-4.902-40.802-4.772-16.84.173-31.505 3.44-41.975 9.973l229.006 229.006c11.447-18.345 12.853-49.592 5.2-82.776-4.05-17.564-10.502-35.45-18.5-51.84l115.427-115.43 20.274 20.274 60.817-20.273L326.954 22.87zM159.207 313.84L22.87 489.13l175.29-136.337-38.953-38.953z"/></svg>
<svg class="tc-image-originals-pinball-flipper tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M99.162 35.82a78.03 78.03 0 0 0-78.03 78.03 78.03 78.03 0 0 0 78.03 78.03 78.03 78.03 0 0 0 78.03-78.03 78.03 78.03 0 0 0-78.03-78.03zM95.26 47.525a62.423 62.423 0 0 1 30.79 8.172 78.03 78.03 0 0 0-7.38-.37 78.03 78.03 0 0 0-78.03 78.028 78.03 78.03 0 0 0 .422 7.413 62.423 62.423 0 0 1-8.224-30.82A62.423 62.423 0 0 1 95.26 47.524zm52.05 228.46c-20.196-.23-31.676 32.785-12.646 43.386 87.042 50.526 175.913 102.776 261.92 152.034 35.522 13.912 75.596-3.603 89.508-39.125 13.912-35.523-3.607-75.598-39.13-89.51-103.56-22.994-199.013-43.756-295.503-66.28-1.418-.327-2.805-.49-4.15-.506zm273.49 107.94a24.02 22.947 21.388 0 1 9.37 1.72 24.02 22.947 21.388 0 1 13.996 30.128 24.02 22.947 21.388 0 1-30.732 12.61 24.02 22.947 21.388 0 1-13.997-30.127 24.02 22.947 21.388 0 1 21.364-14.332z"/></svg>
<svg class="tc-image-originals-pincers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M329.78 20.344c-.842.003-1.687.005-2.53.03-25.534.782-51.27 11.864-71.53 32.064-40.637 40.512-45.503 99.74-12.75 162.156 7.468-7.77 17.948-12.625 29.5-12.625 1.63 0 3.228.123 4.81.31-7.385-12.674-12.023-25.99-13.467-39.686-2.692-25.526 5.91-51.74 25.906-75.594 17.222-20.545 42.123-29.6 66.967-32.313 15.924-1.738 31.875-.833 46.72 1.25-21.29-24.748-47.497-35.683-73.626-35.593zm127.94 89.75c2.057 14.84 2.9 30.782 1.06 46.687-2.86 24.738-12.102 49.482-32.686 66.626-23.92 19.92-50.076 28.506-75.563 25.813-12.917-1.366-25.496-5.572-37.53-12.25.288 1.948.438 3.942.438 5.968 0 11.155-4.536 21.308-11.844 28.718C363.07 302.49 421.276 296.65 461.28 256.78c23.21-23.127 34.594-52.96 31.97-81.81-2.11-23.183-13.242-45.94-35.53-64.876zM272.47 220.656c-12.417 0-22.283 9.866-22.283 22.28 0 12.417 9.866 22.283 22.282 22.283 12.414 0 22.28-9.867 22.28-22.283 0-12.415-9.866-22.28-22.28-22.28zm-39.72 12.25C161.344 259.196 83.694 294.76 19.094 348.03v82.376c67.566-58.922 143.974-114.322 208.72-145.25-31.175 64.465-87.04 140.404-146.158 207.688h78.72c52.763-63.457 90.673-139.32 118-209.375-1.93.28-3.903.436-5.907.436-22.517 0-40.97-18.452-40.97-40.97 0-3.46.43-6.812 1.25-10.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-pine-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.28 19.188v.25c-18.114 38.634-45.065 72.36-77.686 102.937l37.72-3.938-51.345 65.032 24.81-7.907-33.624 54.875 16.53 9.843-65.25 92.157 36.095.188-51.686 83.594 63.562-8.126 12 32.094 66.438-25.282L215.5 493.28h52.938l-6.532-68.217 38.188 16.406 10.187-24.783 44.283 20.97 56.406-20.75-37.064-64.094-12.437-2.282 6.78 17.19 7.844 19.905-19.938-7.78-50.906-19.908V395.688l-14.156-8.594-69.375-42-21.595 21.25-18.03 17.75 2.155-25.22 2.125-24.655 18.188 1.56 9.218-9.092 5.19-5.094 6.218 3.75 61.375 37.156v-29.906l12.75 4.97 43.718 17.092-5.092-12.906-6.157-15.656 16.533 3.03 45.468 8.345-34.53-38.94-23.625 14.033-6.688 3.968-5.125-5.874-14.28-16.437.218 1.217-18.406 3.22-5.97-34.313-5.75-33.063 22 25.345 31.188 35.875 43.907-26.03c-24.67-19.543-39.507-33.87-49.658-48.814l.813 12.656 1.97 31-18.75-24.75-34.47-45.437-22.25 46.813-13.844 29.125-3.843-32.032-3.5-28.843 16.532-1.968 16.624-34.97 6.594-13.875 9.28 12.22 25 32.936-.75-11.53-.906-14.28 13.47 4.936L341.81 188l-26.125-35.156-55.843-28.875-8.938 20.218-9.656 21.937-7.72-22.688-7.468-21.875 16.97-5.78 3.718-8.438 4-9.125 8.844 4.593 49.375 25.53 16.467-5.562c-43.42-34.31-64.63-68.886-76.156-103.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-pineapple tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M397.777 20.81c-28.326 32.545-45.686 49.052-79.73 75.385.98 3.462 1.904 6.923 2.767 10.373a838.71 838.71 0 0 1 71.06-15.156c2.614-5.158 4.803-10.06 6.483-14.78 6.053-17.005 6.845-32.884-.58-55.823zm-116.646 31c-1.6 24.42-1.437 48.997-.728 73.72 11.823 16.072 20.343 35.874 23.293 59.55l4.282-15.91c3.56-13.232-.114-44.212-8.596-72.72-4.965-16.69-11.733-32.465-18.25-44.64zm-66.286 45.913c15.833 30.734 31.377 68.437 40.18 102.69 10.035 2.098 18.686 5.78 25.404 11.75 6.176 5.49 10.61 12.84 13.822 21.54 34.542 1.322 74.627 6.23 108.107 15.88-22.727-29.94-53.25-48.74-106.12-45.626l-8.985.53-.53-8.985c-3.143-53.38-36.79-84.435-71.878-97.78zM473.7 100.15c-37.875 2.156-91.904 9.273-149.04 24.123 2.246 12.387 3.374 24.24 2.81 34.774 16.516-3.57 37.316-4.425 58.604-3.342L473.7 100.15zm-101.26 73.278c-22.01-.027-42.3 2.385-52.43 6.437l-14.727 5.895c20.458-.12 38.216 3.195 53.735 9.144l78.19-13.728c-.43-.118-.798-.257-1.235-.37-11.935-3.122-26.448-5.348-41.262-6.51-7.406-.58-14.934-.86-22.27-.868zm-143.16 42.63c-1.946-.01-3.948.027-5.98.09l21.667 7.813-2.512-7.122c-4.072-.48-8.482-.755-13.174-.78zm-45.462 4.99c-2.788.567-5.6 1.19-8.423 1.85a1857.95 1857.95 0 0 1 8.96 32.416 1531.66 1531.66 0 0 1 30.608 4.842 1158.087 1158.087 0 0 0-9.54-31.318l-21.605-7.79zm79.684 1.35l3.332 9.448 7.992 2.88c-1.982-4.052-4.154-7.152-6.355-9.11-1.28-1.138-2.964-2.216-4.968-3.218zM158 227.512a308.24 308.24 0 0 0-32.396 11.646c.903 3.08 1.786 6.137 2.673 9.2a1119.28 1119.28 0 0 1 36.713 4.238c-2.268-8.373-4.6-16.734-6.99-25.084zm68.695 8.994a1255.104 1255.104 0 0 1 7.967 27.064 2700.72 2700.72 0 0 1 25.96 4.784l-7.925-22.47-26.002-9.378zm47.87 17.262l6.53 18.51c.78.153 1.558.305 2.34.456a169.9 169.9 0 0 0-.873-9.322c-.306-2.477-.675-4.86-1.095-7.156l-6.903-2.488zM83.89 263.006l7.672 33.676c10.445.647 21.214 1.323 32.143 2.043a2472.975 2472.975 0 0 0-9.328-33.57 933.866 933.866 0 0 0-30.486-2.15zm49.73 4a2415.755 2415.755 0 0 1 9.058 33.014c11.506.832 23.24 1.76 35.2 2.853-2.54-10.49-5.16-20.966-7.876-31.424a1139.84 1139.84 0 0 0-36.383-4.444zm-65.83 6.36c-7.67 6.476-14.238 13.314-19.31 20.42 7.942.605 16.05 1.166 24.35 1.706l-5.04-22.125zm121.505.882c2.593 10.15 5.108 20.31 7.54 30.482a1205.51 1205.51 0 0 1 31.16 3.66c-2.46-9.708-5.004-19.393-7.645-29.052a1628.07 1628.07 0 0 0-31.055-5.09zm50.664 8.58c2.515 9.41 4.94 18.833 7.29 28.264a961.73 961.73 0 0 1 30.21 5.012L267.55 288c-9.176-1.76-18.37-3.488-27.59-5.172zM53.243 312.193c3.25 9.827 6.13 19.728 8.744 29.674 7.282.42 14.533.89 21.737 1.45l-6.72-29.497a2728.25 2728.25 0 0 1-23.76-1.627zm42.492 2.815l6.823 29.95a1129.016 1129.016 0 0 1 33.993 3.73 2046.15 2046.15 0 0 0-7.975-31.56 6373.735 6373.735 0 0 0-32.842-2.12zm-59.806 2.197c-2.93 7.325-5.316 15.14-7.102 23.244 4.76.126 9.5.287 14.22.476-2.172-7.978-4.524-15.89-7.118-23.72zm111.584 1.256a2034.99 2034.99 0 0 1 8.173 32.794 1233.727 1233.727 0 0 1 34.48 5.43 2222.516 2222.516 0 0 0-7.89-35.295c-11.79-1.123-23.375-2.076-34.763-2.93zm53.672 4.864a2291.712 2291.712 0 0 1 8.117 36.778c10.88 2.027 21.74 4.172 32.593 6.453-2.996-13.145-6.04-26.27-9.22-39.354a1144.54 1144.54 0 0 0-31.49-3.876zm50.687 6.703c3.254 13.577 6.376 27.165 9.445 40.752 3.113.694 6.226 1.382 9.34 2.095a307.567 307.567 0 0 0 9.028-38.037 920.074 920.074 0 0 0-27.813-4.81zM25.898 358.375a166.825 166.825 0 0 0-.855 24.473c.05 1.287.122 2.57.203 3.85 9.547.376 19.1.758 28.643 1.17-1.907-9.643-3.956-19.23-6.212-28.737-7.216-.324-14.473-.577-21.78-.755zm40.596 1.787c2.19 9.497 4.168 19.022 6.018 28.555 7.288.354 14.56.747 21.822 1.17l-6.416-28.164a1071.11 1071.11 0 0 0-21.424-1.56zm40.28 3.293l6.29 27.62c11.363.785 22.678 1.68 33.91 2.76a1853.432 1853.432 0 0 0-5.954-26.425 1122.774 1122.774 0 0 0-34.247-3.955zm53.33 6.63a1859.694 1859.694 0 0 1 5.705 25.735 804.905 804.905 0 0 1 33.344 4.534c-1.62-8.244-3.28-16.48-4.982-24.708a1240.398 1240.398 0 0 0-34.067-5.562zm53.162 9.07a2610.58 2610.58 0 0 1 4.857 24.468c11.395 2.14 22.647 4.582 33.73 7.375-1.852-8.374-3.716-16.74-5.585-25.102a1473.226 1473.226 0 0 0-33.002-6.742zm-185.79 25.663c1.864 10.084 4.742 19.708 8.626 28.49 8.62.448 17.394.87 26.203 1.3-1.617-9.538-3.257-19.055-4.98-28.536-9.926-.444-19.88-.855-29.85-1.254zm48.434 2.14c1.708 9.546 3.32 19.07 4.918 28.58 8.123.43 16.218.903 24.233 1.44l-6.546-28.748c-7.51-.46-15.04-.887-22.604-1.27zm41.35 2.526l6.584 28.903c11.37.965 22.41 2.09 32.94 3.543-1.88-9.922-3.846-19.755-5.872-29.547-11.112-1.128-22.344-2.07-33.652-2.9zm52.45 4.993a1806.56 1806.56 0 0 1 5.966 30.564c12.337 2.424 23.668 5.542 33.62 9.696a2964.462 2964.462 0 0 0-6.5-35.498 755.42 755.42 0 0 0-33.087-4.76zm52.046 8.226c1.803 9.652 3.57 19.308 5.277 28.973 6.903-6.364 13.305-14.36 19.13-23.547-8.02-1.995-16.168-3.786-24.407-5.427zM46.816 451.89c3.138 4.21 6.606 8.045 10.405 11.42 3.476 3.09 7.304 5.85 11.415 8.307a2876.172 2876.172 0 0 1-3.248-18.828c-6.2-.304-12.4-.598-18.57-.9zm37.086 1.846a2058.225 2058.225 0 0 0 4.682 26.735c8.652 2.747 17.958 4.51 27.598 5.317l-6.946-30.482a1503.798 1503.798 0 0 0-25.334-1.57zm44.15 3.118l6.68 29.326c2.053-.08 4.11-.2 6.172-.362a166.66 166.66 0 0 0 23.047-3.464 1840.907 1840.907 0 0 0-3.677-21.442c-10.095-1.65-20.94-2.984-32.222-4.058zm51.143 7.74c.746 4.277 1.48 8.572 2.2 12.886 6.1-2.068 11.996-4.47 17.59-7.18-5.887-2.132-12.53-4.03-19.79-5.706z"/></svg>
<svg class="tc-image-originals-pipes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M121 18v143.537c0 3.913 2.64 9.707 7.28 14.166 4.638 4.46 10.825 7.297 16.05 7.297H279v-46H167V18zm112 0v23h-48v46h71c5 0 11.05-2.777 15.637-7.363C276.223 75.05 279 69 279 64V18zm96 0v37h46V18zM80 41c-5 0-11.05 2.777-15.637 7.363C59.777 52.95 57 59 57 64v183h46V41zm249 32v46h46V73zm-32 64v46h197v-46zm32 64v46h46v-46zM18 265v46h135v82h-32v46h54.934c5.045 0 11.15-2.802 15.754-7.32 4.604-4.518 7.312-10.428 7.312-14.846V311h102.174A88.47 88.47 0 0 1 343 295.47v18.114c-19.383 2.436-36.29 12.62-47.53 27.385l-22.11-12.765-9 15.59 22.11 12.764C282.95 364.994 281 374.26 281 384s1.95 19.005 5.47 27.44l-22.11 12.765 9 15.59 22.11-12.764c11.24 14.767 28.147 24.95 47.53 27.386v18.127a88.535 88.535 0 0 1-14-2.566V494h46v-24.023a88.535 88.535 0 0 1-14 2.566v-18.127c19.383-2.436 36.29-12.62 47.53-27.385l22.11 12.765 9-15.59-22.11-12.764c3.52-8.435 5.47-17.702 5.47-27.44s-1.95-19.005-5.47-27.44l22.11-12.765-9-15.59-22.11 12.764c-11.24-14.767-28.147-24.95-47.53-27.386V295.47A88.47 88.47 0 0 1 402.826 311H494v-46zm325 62.723v40.687l-35.19-20.316c8.668-10.64 21.08-18.113 35.19-20.37zm18 0c14.11 2.258 26.522 9.732 35.19 20.37L361 368.41zM57 329v165h46V329zm380.977 32A88.703 88.703 0 0 1 441 384c0 7.95-1.055 15.66-3.023 23H494v-46zm-139.198 2.666L333.997 384l-35.22 20.334A56.53 56.53 0 0 1 295 384a56.53 56.53 0 0 1 3.78-20.334zm106.44 0A56.53 56.53 0 0 1 409 384a56.53 56.53 0 0 1-3.78 20.334L370.003 384zM18 393v46h21v-46zm325 6.59v40.687c-14.11-2.258-26.522-9.732-35.19-20.37zm18 0l35.19 20.316c-8.668 10.64-21.08 18.113-35.19 20.37z"/></svg>
<svg class="tc-image-originals-piranha tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M194.823 48.16c-2.31-.022-4.594-.015-6.845.015-21.117.28-38.938 2.607-51.397 4.746 20.17 21.05 30.97 52.172 33.347 82.036 14.267-16.246 28.596-28.987 43.162-38.78C238.76 78.91 265.06 71.08 291.89 69.043c-31.63-15.736-66.762-20.61-97.07-20.885zM303.7 86.463c-28.065.367-54.176 6.902-80.568 24.648-32.173 21.634-64.98 60.62-99.645 127.073l-1.166 2.234-23.214 14.04c-8.086 8.862-11.147 20.87-10.853 31.055.15 5.23 1.22 9.898 2.498 12.863.53 1.225 1.03 1.815 1.43 2.31l28.5-3.46 46.995 51.353c2.34-1.07 5.027-2.282 7.195-3.28 12.824-5.904 23.297-11.042 24.21-11.59l9.26 15.434c-4.356 2.613-13.022 6.56-25.943 12.508-12.92 5.948-29.112 13.263-44.972 20.38-15.257 6.847-18.467 8.24-29.875 13.31 20.033 4.416 38.585 13.247 54.342 24.73 16.656 12.137 30.236 27.242 39.257 43.624l28.357-93.966 17.232 5.2-13.102 43.415c13.375 8.165 51.94 30.073 96.256 40.26 27.508 6.323 56.688 7.886 82.728-.684 21.627-7.116 41.37-21.12 57.377-46.253l-65.315 13.38-2.12-.608c-58.487-16.72-83.792-52.154-112.677-81.28l-5.692-5.74 5.098-6.272c44.69-54.995 106.57-89.817 166.48-125.116l-35.89-16.205-1.196-3.877s-7.41-23.88-23.505-48.33-40.02-48.203-72.735-50.562c-4.423-.32-8.79-.52-13.107-.586-1.888-.03-3.77-.032-5.64-.008zM28.708 149.452a24.23 24.23 0 0 0-1.094.02c-.64.026-1.295.144-1.943.222 6.486 14.903 10.55 34.073 13.407 55.975 3.554 27.246 4.955 58.47 4.922 89.237-.034 30.767-1.507 61.048-3.784 86.315-1.317 14.607-2.862 27.114-4.62 37.58 24.79-15.11 44.392-39.935 56.534-62.863 7.335-13.854 11.973-26.97 13.65-35.76.218-1.14.355-2.143.457-3.068l-17.384 2.114-1.827-.56c-6.897-2.11-10.375-7.527-12.804-13.163-2.43-5.636-3.753-12.25-3.96-19.47-.417-14.437 3.803-31.596 16.5-44.788l.815-.85 11.154-6.745a34.27 34.27 0 0 0-.317-.975c-1.238-3.558-3.107-8.298-5.506-13.658-4.797-10.72-11.74-23.962-20.06-35.92-8.32-11.96-18.11-22.55-27.764-28.32-5.656-3.38-10.924-5.293-16.375-5.325zm299.928 7.426c32.47.6 50.21 18.606 70.41 33.705l-65.098 13.373-36.43-43.04c11.78-3.01 22.026-4.206 31.118-4.038zm-99.844 9.832l15.785 8.65-36.898 67.33 9.612 70.15-17.832 2.446-10.422-76.04zm240.906 52.21c-14.41 8.635-15.675 9.068-28.138 16.462l42.392 61.85s-14.18-78.523-14.254-78.313zm-31.96 18.737c-11.527 6.866-22.95 13.782-34.128 20.893l40.455 59.838zm-36.38 22.334c-8.49 5.44-16.845 10.99-24.994 16.722l35.043 43.08zm-26.78 17.994c-8.277 5.87-16.347 11.92-24.14 18.23l37.79 31.303zm-26.888 20.492c-7.113 5.865-13.99 11.95-20.586 18.308l25.307 10.383zm-38.625 38.726c10.136 10.6 19.587 21.1 30.04 30.83l9.195-27.453zm177.264 2.17l-45.524 59.903 33.918-6.948zm-105.124 6.055l-37.986 26.35c7.31 6.477 15.198 12.557 24.197 18.03zm64.23.64l-44.312 59.07c1.44.467 2.903.922 4.393 1.366l30.095-6.164zm-38.595 3.924l-36.343 41.64c8.225 4.738 17.39 8.97 27.85 12.563zM69.62 399.697l-.055.024c.02 0 .04-.003.06-.004l-.005-.02z"/></svg>
<svg class="tc-image-originals-pirate-grave tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M267.313 18c-59.77.48-121.55 26.74-150.657 82.125L76.72 489.905H369.56v-.06h64.874l.783-8.5 30-331.408.405-4.218-2.938-3.095-68.75-72.094c-26.61-34.736-75.88-52.937-126.625-52.53zm-8.532 34.313c49.237.1 91.104 27.793 95.72 64.874 3.886 31.22-19.827 59.727-56.25 72.282l9.688 50.31-39.438-17.843-27.313 30.344-22.75-38.405-45.5 17.563 20.47-53c-17.87-11.625-30.013-28.117-32.376-47.094-4.922-39.55 34.388-74.78 87.814-78.688 3.34-.244 6.655-.35 9.937-.343zm41.5 49.5c-14.57 0-26.374 11.804-26.374 26.374 0 14.57 11.805 26.375 26.375 26.375s26.376-11.804 26.376-26.375c0-14.572-11.805-26.375-26.375-26.375zm-94.436 2.156c-11.424 0-20.688 9.262-20.688 20.686s9.264 20.688 20.688 20.688 20.687-9.264 20.687-20.688c0-11.426-9.262-20.687-20.686-20.687zm202.375 8.593l38.03 39.906-28.875 318.686H371.47l26.686-260.469 28.375-13.28-42.31-15.75v.093L363.186 173l39.782-9.28 5.25-51.157zm-160.095 39.062l-21.938 31.156 36.594 4.22-14.655-35.375zm-108.53 79.188c54.585 58.484 149.392 118.814 222.28 142.25-1.684 17.42-10.09 33.018-20.188 40.968-58.604-52.71-153.878-115.29-222.375-131.874-.718-21.207 7.723-40.255 20.282-51.344zm209.655 6.312c14.336 11.4 23.118 25.974 20.813 46.78-24.526 7.466-54.398 19.293-85.688 33.376-8.742-4.956-17.495-10.208-26.156-15.655 35.11-21.406 67.09-44.536 91.03-64.5zm-152.22 98.03c7.634 4.202 15.317 8.63 23 13.25-34.043 17.586-66.647 36.193-92.78 53.22-10.527-7.495-15.798-18.125-15.813-35.125 27.22-6.096 56.537-17.335 85.594-31.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-pirate-hat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M94.32 70.473c-12.257.27-25.32 12.332-36.568 29.64a145.732 145.732 0 0 1 19.855-12.115c-31.622 23.364-46.658 83.72-47.166 122.336C43.54 191.32 70.73 160.196 96 174.964c-28.952-6.018-47.296 38.325-56.428 58.606 22.808-9.36 39.494-24.152 72.428-24.523-32.47 21.4-43.966 44.83-56.428 68.168 23.376-14.505 40.286-22.99 55.528-26.227 13.683-16.43 28.01-33.093 43.728-46.746 11.79-10.24 24.533-18.877 38.37-24.043-16.805-46.114-42.764-88.828-89.626-107.49-3-1.6-6.1-2.307-9.252-2.237zM207.578 194.64c-14.066 3.29-27.57 11.573-40.947 23.192-17.53 15.227-34.353 35.82-50.868 55.703-16.515 19.884-32.62 39.088-50.287 51.707-13.545 9.674-29.157 15.164-45.014 12.565 2.883 14.468 9.866 33.213 19.38 50.42 12.655 22.886 30.036 43.342 44.482 50.59 6.637 3.328 12.566 3.416 21.23 1.243 8.662-2.173 19.453-6.957 32.762-12.52C164.934 416.41 201.78 402.6 256 402.6c54.22 0 91.066 13.81 117.686 24.94 13.31 5.563 24.1 10.347 32.763 12.52 8.662 2.173 14.59 2.085 21.228-1.244 14.446-7.247 31.827-27.703 44.482-50.59 9.514-17.206 16.497-35.95 19.38-50.42-15.858 2.6-31.47-2.89-45.015-12.564-17.667-12.62-33.772-31.823-50.287-51.707s-33.337-40.476-50.87-55.703c-13.376-11.62-26.88-19.902-40.946-23.193 3.024 13.966-.075 26.363-7.594 34.985-10.06 11.535-25.643 16.307-40.828 16.307-15.185 0-30.77-4.772-40.828-16.307-7.52-8.622-10.618-21.02-7.594-34.986zm113.04 35.702c8.495-.304 17.71 10.54 7.925 22.465 16.326-15.08 30.872 6.004 13.81 13.808-13.26 6.065-25.986 13.423-37.937 21.86a32.33 32.33 0 0 1 1.584 9.958c0 10.202-2.76 19.5-10.88 26.696l-1.18 1.055-.047 1.582-.11 4.397c13.784 10.594 29.233 19.1 46.635 25.016 20.08 6.825 5.405 31.39-15.922 15.912 18.035 18.658-6.53 32.908-14.275 14.275-4.626-11.13-10.36-21.786-17.02-31.887l-.007.233c-1.505.906-4.646 2.64-9.295 4.308V340.6h-9.343v21.583c-3.997.946-6.635 1.68-11.875 1.94v-20.516h-11.344v20.565c-5-.19-7.527-.81-11.518-1.645V340.6h-9.344v20c-5.884-1.864-9.905-3.948-11.69-4.96l-.01-.298c-6.652 10.092-12.38 20.738-17.003 31.855-7.746 18.632-32.31 4.384-14.274-14.275-21.327 15.48-36.005-9.097-15.924-15.922 17.313-5.885 32.705-14.322 46.435-24.84l-.156-4.687-.05-1.547-1.152-1.032C208.72 317.74 206 308.48 206 298.396c0-3.362.53-6.647 1.533-9.798-11.935-8.415-24.646-15.747-37.883-21.8-17.063-7.806-2.527-28.89 13.8-13.812-9.574-11.666-.968-22.302 7.364-22.474 3.52-.073 6.99 1.722 9.024 6.086 5.733 12.305 12.05 24.032 19.04 35.013 8.91-7.97 21.735-13.142 36.214-13.352H256c14.805 0 27.942 5.186 37.03 13.28 7.024-11.008 13.372-22.763 19.124-35.11 1.926-4.134 5.14-5.967 8.463-6.086zM224.7 293.228c-4.483.056-7.877 1.904-8.042 7.28 0 8.555 6.923 15.498 15.485 15.498 8.555 0 15.496-6.943 15.496-15.498 0 0-13.757-7.395-22.94-7.28zm62.624 0c-9.18-.116-22.937 7.28-22.937 7.28 0 8.555 6.94 15.498 15.496 15.498 8.555 0 15.484-6.943 15.484-15.498-.164-5.376-3.56-7.224-8.043-7.28zm-31.336 18.96l-7.994 17.84h15.988l-7.994-17.84z"/></svg>
<svg class="tc-image-originals-pirate-hook tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M378.095 20.322c34.035-.38 61.06 18.682 75.365 44.432 15.26 27.467 18.663 54.957 5.458 85.535-.823 1.904-3.993 14.39-3.395 21.108.48 5.396 3.53 27.773.846 29.18-1.433 1.14-11.05-18.545-14.056-23.332-5.136-8.18-12.894-18.784-8.16-29.746 9.785-22.657 7.77-49.972-3.422-70.12-11.193-20.146-29.84-33.194-57.29-30.815-29.632 2.567-46.207 11.872-57.257 24.796-11.05 12.926-16.824 30.83-20.016 51.652-6.383 41.642.04 92.605-22.4 128.912-.26.42-.543.825-.85 1.213l-34.538 43.814c-3.714.45-6.83.52-9.275.267-4.443-.46-6.53-1.636-8.043-3.213-1.874-1.953-3.33-6.086-3.67-12.584.032.013.066.022.098.035l34.39-43.627c14.326-23.78 11.526-72.68 18.588-118.756 3.55-23.167 10.218-46.2 25.953-64.605 15.736-18.405 40.29-30.82 74.774-33.807 2.33-.202 4.63-.312 6.898-.338zM199.078 278.008c.035 0 .07.003.105.004-.242 11.4 1.905 21.17 8.895 28.455 4.834 5.038 11.675 7.875 19.172 8.652 5.648.585 11.8.17 18.693-1.094 1.59 4.98 2.696 10.352 3.36 16.1 2.022 17.458-.235 37.965-4.944 58.556-5.345 23.368-13.753 46.676-21.968 66.2-59.667-12.71-112.163-55.15-150.262-115.952 16.522-13.195 37.502-28.216 59.393-40.012 18.782-10.12 38.147-17.76 55.256-20.11 4.276-.586 8.375-.865 12.298-.8zm-140.91 72.504c39.234 61.705 93.608 106.474 156.816 121.162-3.164 6.837-6.137 12.883-8.688 17.824-2.686 1.485-6.664 2.413-12.337 2.137-6.73-.327-15.344-2.327-24.822-5.842-18.955-7.03-41.36-19.988-61.728-35.492-20.368-15.503-38.77-33.628-50.168-50.366-10.84-15.92-14.417-29.478-11.256-38.434 3.198-3.048 7.347-6.81 12.183-10.988z"/></svg>
<svg class="tc-image-originals-pirate-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.95 19.2c-58.685 0-101.737 17.664-132.97 45.68 48.263 68.21 113.714 107.422 171.94 118.15 32.58 6 62.737 3.08 86.443-8.014 23.35-10.928 40.7-29.45 49.282-56.862-5.45-10.763-11.76-20.916-18.997-30.29-31.994-41.443-81.43-68.663-155.7-68.663zM109.587 78.298c-3.422 3.823-6.677 7.784-9.764 11.875-30.746 40.752-44.657 94.833-45.63 147.937 58.72 26.42 90.817 62.647 101.806 101.417 30.31 19.97 69.622 29.4 108.22 27.975 33.805-1.247 66.84-10.815 92.688-27.922 10.205-38.25 42.34-73.28 100.81-101.193-.54-33.675-5.868-66.638-16.704-96.28-10.685 20.984-27.018 36.954-46.848 47.395 5.5 17.523 2.04 35.76-6.05 50.85-8.78 16.38-22.906 29.666-39.145 36.173-16.24 6.508-35.77 5.343-50.11-8.22-13.924-13.172-22.515-35.957-24.258-70.71-58.037-15.36-118.86-55.217-165.014-119.298zm41.916 97.803c5.71 20.964 31.71 36.888 63.072 36.888 6.97 0 13.348-.932 19.635-2.38.038.598 0 1.183 0 1.785 0 24.497-23.654 44.62-52.956 44.62-29.302 0-52.96-20.125-52.96-44.62 0-15.31 9.09-28.315 23.208-36.29l.002-.003zm108.422 74.107c14.6 29.094 23.808 58.187 31.467 87.28-20.978-7.523-41.956-6.637-62.936 0 5.666-29.093 17.082-58.186 31.47-87.28zm93.416 113.254c-9.875 5.25-20.36 9.583-31.248 13.017v44.47c13.1-4.626 25.368-10.682 36.3-18.12-3.742-13.045-5.556-26.223-5.052-39.366zm-193.162.224c.912 13.586-.507 27.122-3.846 40.312 10.74 7.033 22.603 12.742 35.156 17.123v-44.5c-10.862-3.4-21.366-7.702-31.31-12.936zm143.226 17.71c-12.18 2.616-24.69 4.192-37.27 4.723v45.545c12.66-.585 25.197-2.337 37.27-5.217v-45.052zM364.852 421c-28.772 18.386-64.12 28.102-99.942 29.424-40.16 1.482-81.158-7.587-114.527-28.06-4.88 12.362-11.358 24.27-19.074 35.445 22.273 21.468 70.715 35.49 121.31 36.042 50.88.553 103.302-12.087 132.718-36.016-8.24-11.97-15.18-24.302-20.486-36.836z" fill="#fff"/></svg>
<svg class="tc-image-originals-pistol-gun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M79.238 115.768l-28.51 67.863h406.15l-.273-67.862h-263.83v55.605h-15v-55.605h-16.68v55.605H146.1v-55.605h-17.434v55.605h-15v-55.605H79.238zm387.834 15.96v40.66h18.688v-40.66h-18.688zM56.768 198.63l20.566 32.015L28.894 406.5l101.68 7.174 21.54-97.996h115.74l14.664-80.252 174.55-3.873-.13-32.922H56.767zM263.44 235.85l-11.17 61.142h-96.05l12.98-59.05 12.53-.278-2.224 35.5 14.262 13.576 1.003-33.65 24.69-16.264 43.98-.976z" fill="#fff"/></svg>
<svg class="tc-image-originals-pizza-cutter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.75 45.53v99.44l87.594 43.53 39.594-80.156L18.75 45.53zm254.594 71.22l.937 29.28c-15.953 2.838-31.072 8.025-45.03 15.19 25.204 19.133 48.265 40.868 68.406 64.75 32.97-2.95 64.406 14.304 78.594 44.124 2.312 4.858 4.298 10.327 5.625 15.72l1.78 7.248-.342.188c5.876 40.095-20.21 78.91-60.344 88.78-42.624 10.484-85.715-15.604-96.19-58.124-3.867-15.707-2.168-31.376 2.876-45.406-19.822-22.79-41.185-42.17-64.22-58.344-.197.322-.396.646-.592.97-.005.007.004.023 0 .03l-38.625 14.72 25.03 13.624c-5.953 16.32-9.346 33.89-9.688 52.188l-25.937 31.968L143.97 333c3.185 18.025 9.385 35.013 18.03 50.438l-6.5 39.625 23.75-14.688c11.736 13.965 25.802 25.92 41.594 35.25l14.062 36.75L248 456.405c16.868 6.087 35.053 9.45 54 9.533l30.875 24.937L332 463.25c18.2-3.34 35.333-9.69 50.844-18.594l39.656 6.375-14.844-23.967c13.472-11.57 25.007-25.325 34.063-40.72L480 371.75l-25.156-13.688c5.622-16.04 8.792-33.22 9.03-51.125L490.595 274l-29.5.688c-3.22-17.073-9.135-33.194-17.28-47.907l6.905-42.186-25.314 15.625c-11.09-13.006-24.214-24.213-38.875-33.157l-15.217-39.782-14.063 25.75c-15.873-5.706-32.888-8.983-50.625-9.405l-33.28-26.875zm-120.03 18.875l-6.876 13.875C208.536 181.288 251.48 218.91 287 267.906c1.16-.556 2.36-1.082 3.594-1.53 4.504-1.64 9.137-2.42 13.687-2.407.65 0 1.292.027 1.94.06 15.514.814 29.87 10.697 35.5 26.126 7.503 20.573-3.256 43.57-23.845 51.063-20.59 7.49-43.62-3.21-51.125-23.783-4.79-13.134-2.122-27.242 5.78-37.687-34.074-47.307-74.226-82.698-134.374-113.47l-6.094 12.314c43.22 21.705 81.69 52.072 115.344 91.812l3.813 4.47-2.376 5.343c-5.353 12.042-7.224 25.748-3.906 39.217 8.07 32.758 40.718 52.524 73.593 44.438 32.89-8.09 53.232-40.94 45.19-73.594-.99-4.02-2.646-8.585-4.345-12.155-11.388-23.935-37.086-37.296-64.156-33.094l-5.283.814-3.375-4.094c-35.76-43.51-81.952-79.968-133.25-106.125zm151 147c-2.428.004-4.914.428-7.345 1.313-11.115 4.044-16.694 16.058-12.658 27.125 4.037 11.066 16.074 16.638 27.188 12.593 11.114-4.044 16.693-16.027 12.656-27.094-3.027-8.3-10.552-13.52-18.812-13.906-.344-.016-.685-.032-1.03-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-pizza-slice tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M239.643 90.924c-.86 1.458-.836 7.676-.643 15.758l207.96 77.752c-.75-5.11-1.026-10.22-.07-15.504 1.096-6.05 4.167-11.833 9.258-16.95-4.287-2.323-9.127-4.66-14.44-6.93-16.102-6.884-36.296-13.547-57.772-19.986-42.423-12.718-89.605-24.523-122.35-36.86-5.586-1.577-18.39-3.26-21.943 2.72zm-13.24 28.13l-13.977 22.575c2.48 1.246 4.814 2.69 6.963 4.327 8.1 6.17 13.75 15.402 13.75 25.844 0 10.442-5.65 19.673-13.75 25.845-8.103 6.17-18.78 9.687-30.408 9.687-5.542 0-10.863-.808-15.796-2.312l-54.684 88.334c4.02 1.602 8.016 3.954 11.836 7.193 8.423 6.012 14.26 12.96 16.83 20.02 2.57 7.06 1.765 14.98-5.385 20.472-7.15 5.49-17.81 6.38-27.43 4.737-7.88-1.345-15.738-4.314-22.95-8.646L45.14 411.86l217.22-112.354c-3.304-.727-6.65-1.74-10.005-3.065-11.6-4.575-21.265-11.935-27.802-20.903-6.538-8.967-10.216-20.45-7.016-31.433 3.2-10.985 12.122-17.495 21.998-19.987 9.876-2.492 21.397-1.492 32.996 3.084 11.6 4.578 21.267 11.938 27.804 20.905 5.802 7.96 9.34 17.896 7.828 27.71l141.613-73.25-221.478-82.803zm-27.303 34.62c-16 14.192-32.002 38.596-10.118 37.658 8.336 0 15.738-2.643 20.72-6.437 4.98-3.795 7.437-8.075 7.437-13.094 0-5.02-3.762-9.676-7.44-13.093-2.864-2.663-3.573-4.044-10.6-5.033zm270.838 7.252c-5.064 3.71-6.593 6.936-7.303 10.855-.59 8.193 1.635 18.62 2.694 23.34.418 1.868 3.832 11.275 2.057 12.204C326.357 281.18 185.33 355.034 44.3 428.894l.262 16.5c141.03-73.855 289.22-150.04 430.25-223.896l7.084-3.71c-.262-6.386-.518-8.266-1.013-12.378.097-4.352-.216-10.013-.865-15.71-.65-5.698-1.636-11.473-2.782-16.114-1.124-4.555-2.798-8.16-2.974-8.45-1.077-1.325-2.54-2.74-4.324-4.21zm-218.87 79.164c-3.07-.047-5.906.268-8.39.894-6.624 1.672-10.038 5.04-11.094 8.662-1.056 3.623-.105 8.71 4.28 14.725 4.383 6.015 11.93 12.048 21.253 15.726 9.322 3.678 18.47 4.23 25.092 2.56 6.622-1.67 10.035-5.037 11.09-8.66 1.056-3.623.108-8.713-4.277-14.726-4.384-6.014-11.933-12.047-21.255-15.725-5.827-2.3-11.584-3.378-16.7-3.455zm-139.045 68.363c-5.864-.092-9.69 7.346-12.42 15.705 6.25 4.463 13.366 7.25 18.922 8.2 5.557.948 8.55.168 9.89-.86 1.337-1.028 2.28-3.272.796-7.35-1.484-4.077-5.506-9.238-11.76-13.7-1.982-1.352-3.784-1.97-5.427-1.995z"/></svg>
<svg class="tc-image-originals-plain-dagger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M43.53 15.75c-15.73 0-28.31 12.583-28.31 28.313 0 14.086 10.092 25.644 23.5 27.906L42.687 68 68.81 41.906l2.626-2.625C69.188 25.86 57.63 15.75 43.53 15.75zm33.72 44.125l-17 17c15.885 39.37 43.45 66.684 78.75 87.406 8.167-8.585 16.65-16.898 25.438-24.936-22.488-35.103-51.535-62.294-87.188-79.47zM322.594 79.03l-51.25 4.314c-79.356 48.134-143.878 108.1-186.72 186.53l-4.31 51.47 44.155-18.656-2.94-34.094-.25-3.063 1.626-2.624c35.94-58.47 79.93-109.41 141.5-141.25l2.406-1.25 2.688.25 34.125 2.906 18.97-44.53zm-62.438 66.376c-10.008 5.886-19.5 12.338-28.562 19.313 46.688 47.93 87.208 108.588 114.72 166.5l11.248 23.717-23.718-11.28c-57.995-27.554-117.918-67.57-165.688-113.907-7.155 9.404-14.028 19.174-20.625 29.28 101.918 94.91 227.05 177.304 347.845 234.69-57.063-120.125-140.038-246.18-235.22-348.314zm-43.03 31.22c-13.37 11.703-25.72 24.58-37.282 38.436 39.36 38.452 88.085 72.83 136.687 98.844-26.054-48.633-60.754-97.847-99.405-137.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-plane-wing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M384 50c-14.688 0-29.365 6.747-31.676 20.23 10.285-3.726 21.404-5.66 32.533-5.693 10.456-.03 20.915 1.62 30.696 5.01C412.873 56.517 398.44 50 384 50zm.89 32.697c-10.248.03-20.532 1.925-29.447 5.617-6.347 2.63-13.647 6.577-18.795 11.012C331.5 103.762 329 108.05 329 112v52.236l110-43.334V112c0-3.913-2.39-8.276-7.207-12.72-4.818-4.44-11.67-8.425-17.688-11.012-8.762-3.768-18.97-5.6-29.216-5.57zM494 118.582L83.895 280.14c-5.35 2.733-13.294 10.738-20.874 21.96-7.634 11.304-15.202 25.66-21.79 40.543-10.3 23.274-18.013 48.48-20.917 64.373 22.138-3.977 44.664-8.047 67.347-12.112l5.723-37.95c30.852-8.914 111.01-29.017 154.287-40.42l.28-.56.634.317C345.567 290.76 409.75 278.177 494 268.315V118.582zm0 167.834c-25.687 3.027-49.473 6.31-72.91 10.152l-35.108 52.364c38.81-4.09 75.245-6.675 108.018-7.112v-55.404zm-97.424 14.397c-41.764 7.628-84.273 17.402-136.435 31.033l-18.333 36.67c41.485-6.58 82.124-12.432 120.756-16.973l34.013-50.73zM236.94 337.99c-36.766 9.856-78.698 21.625-127.913 35.66l-2.672 17.922c37.804-6.734 75.923-13.384 113.56-19.53l17.026-34.052zm65.583 39.733a3495.754 3495.754 0 0 0-24.73 3.623L281 418h18l3.523-40.277zm-95.9 14.882a6526.23 6526.23 0 0 0-24.88 4.184L185 434h18l3.623-41.395zm-96.05 16.54c-8.267 1.467-16.535 2.932-24.762 4.402L89 450h18l3.574-40.854z"/></svg>
<svg class="tc-image-originals-planet-core tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 16A240 240 0 0 0 16 256a240 240 0 0 0 240 240 240 240 0 0 0 240-240A240 240 0 0 0 256 16zm-9 14.73v86.342c-35.304 2.47-124.423 31.35-127.033 129.928H37.605C39.993 81.83 189.513 34.292 247 30.73zm18 .874c.596.158 1.148.33 1.62.52 78.82 31.677 84.33 217.118 77.042 268.052l-36.498-22.813c3.486-34.36-.902-132.647-42.164-156.877V31.604zM41.258 265h85.996c19.485 15.47 77.33 34.583 166.902 25.46l37.7 23.563C163.39 333.03 61.252 291.425 41.26 265z"/></svg>
<svg class="tc-image-originals-planks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M360.602 74.52L63.272 349.44h54.5l42.94-37.573 2.683 37.572h13.468l113.14-123.354c.983-12.407 6.178-21.43 13.087-26.443 6.91-5.017 13.84-6.686 19.08-8.633l62.687-68.35 13.266 12.168-65.516 71.434-1.826.76c-7.4 3.094-13.675 4.69-17.116 7.19-3.44 2.497-5.765 5.124-5.875 15.702l-.036 3.447-106.467 116.08h33.736L471.098 74.52h-72.37l.637.644-193.668 191.188c-1.248 8.702-6.653 15.696-12.613 20.435-6.888 5.477-14.79 9.182-21.656 12.89l-8.555-15.835c7.352-3.972 14.477-7.54 19.008-11.143 4.532-3.603 6.167-6.01 6.102-10.253l-.058-3.843L374.394 74.52h-13.792zm99.843 40.25L243.357 367.58H225.13l-47.71 49.975-13.02-12.43 35.846-37.545h-53.742l-1.287-18.05-20.63 18.05h-18.04l-73.12 69.89h29.778c12.26-14.002 18.418-24.828 27.223-34.67 9.07-10.14 21.11-18.166 41.988-23.89l4.76 17.36c-18.702 5.126-26.09 10.433-33.332 18.53-5.058 5.653-10.032 13.24-17.342 22.67H210.28l271.43-322.7h-21.265zM129.97 403.682a9 9 0 0 1 8.202 13.287c-1.728 3.296-3.94 7.49-8.033 11.182-4.094 3.692-10.005 6.357-17.07 7.06a9 9 0 1 1-1.78-17.913c4.02-.4 5.47-1.32 6.792-2.513 1.32-1.192 2.576-3.18 4.147-6.176a9 9 0 0 1 7.74-4.928z" fill="#fff"/></svg>
<svg class="tc-image-originals-plasma-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M24.03 14c-21.58 46.38.5 85.717 40.876 98.594 37.1 11.84 60.145 33.247 49.53 82.75-7.982 37.263 7.447 72.355 50.064 80.937 23.717 4.78 50.425 32.762 55 76.376-2.76 71.81 50.795 134.308 123.28 141.656 75.402 7.644 142.733-47.288 150.376-122.687 3.822-37.7-8.017-73.352-30.22-100.563-.008-.01-.02-.02-.03-.03-26.01-45.997-144.995-100.207-187.25-96.094-43.27 4.212-72.128-8.77-83.844-45.032C176.252 81.72 145.9 76.166 107.563 83c-34.144 6.09-69.725-22.114-83.53-69zm104.907 81.906c30.423-.038 55.034 29.16 49.563 61.28-13.876-19.435-33.808-41.88-75.938-53.78 8.897-5.175 17.857-7.49 26.376-7.5zm17.25 57.875c2.112-.166 4.53.692 7.594 3.157 4.09 3.288 8.36 9.51 10.75 17.625 2.394 8.117 2.367 16.305.72 22.313-1.647 6.008-4.567 9.222-7.188 10.25-2.62 1.028-5.537.63-9.625-2.656-4.087-3.29-8.357-9.51-10.75-17.626-2.392-8.117-2.366-16.305-.718-22.313 1.646-6.007 4.565-9.252 7.186-10.28.655-.257 1.328-.413 2.03-.47zm116.75 41.626c32.99-.243 66.205 13.118 73.22 43.53 2.483 9.94 5.295 18.77 8.343 26.533.537 5.562 1.883 11.263 4.03 16.874 4.208 10.99 10.827 19.884 19.064 25.5 8.236 5.615 19.05 7.832 28.47 3.25 9.417-4.583 14.638-14.054 16.56-24.125 1.4-7.336 1.18-15.307-.655-23.345 85.45 65.1 69.966 143.12 19.624 184.72-52.91 43.717-137.897 49.615-175.375-40.5 1.1.956 2.394 1.658 3.81 2.155 6.656 3.853 14.364 6.063 22.564 6.063 24.892 0 45.28-20.358 45.28-45.25 0-22.926-17.29-42-39.468-44.875-26.686-18.043-52.14-29.055-47.687-59.813 5.098 5.817 11.21 10.258 17.843 13 9.664 3.996 20.89 4.263 30.312-1.156 9.42-5.42 14.826-15.268 16.188-25.626 1.36-10.358-.985-21.562-6.907-31.78-5.922-10.22-14.492-17.818-24.156-21.814-3.195-1.32-6.553-2.216-9.97-2.656-.37-.223-.715-.468-1.092-.688zM130.25 214.03c11.856 21.624 105.586 9.302 92.344 100.19-22.438-80.46-92.42-36.018-92.344-100.19zm129.063.376c2.316-.033 4.845.502 7.562 1.625 5.434 2.248 11.147 7.042 15.125 13.907 3.978 6.866 5.292 14.178 4.53 19.97-.76 5.79-3.25 9.735-6.967 11.874-3.72 2.14-8.41 2.31-13.844.064-5.435-2.247-11.148-7.04-15.126-13.906-3.978-6.866-5.293-14.21-4.53-20 .76-5.792 3.25-9.705 6.967-11.844 1.86-1.07 3.966-1.654 6.282-1.688zm113.375 27.563c1.912-.07 4.124.653 6.968 2.593 4.334 2.955 9.13 8.847 12.156 16.75 3.026 7.902 3.638 16.036 2.47 22.156-1.17 6.118-3.844 9.58-6.376 10.81-2.53 1.233-5.447 1.08-9.78-1.874-4.335-2.955-9.132-8.816-12.157-16.72-3.027-7.9-3.638-16.067-2.47-22.186 1.168-6.12 3.843-9.58 6.375-10.813.633-.307 1.303-.545 2-.656.26-.04.54-.05.813-.06zm-90.094 102.25c14.79 0 26.594 11.8 26.594 26.592 0 14.792-11.803 26.563-26.594 26.563-14.79 0-26.594-11.77-26.594-26.563 0-14.79 11.803-26.593 26.594-26.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-plastron tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.03 17.625c-30.488 0-58.12 4.958-78.967 13.5-10.424 4.27-19.193 9.4-25.813 15.813-3.92 3.797-7.126 8.218-9.094 13.093-14.737 2.635-29.356 5.773-43.812 9.407 27.48 115.995 84.27 189.266 160.187 232.844 75.63-43.412 132.25-116.295 159.845-231.53-15.998-4.16-32.162-7.707-48.438-10.625-1.964-4.912-5.18-9.366-9.125-13.188-6.62-6.413-15.39-11.54-25.812-15.812-20.846-8.542-48.48-13.5-78.97-13.5zm0 18.688c28.422 0 54.116 4.816 71.876 12.093 8.88 3.64 15.73 7.923 19.906 11.97 4.176 4.045 5.532 7.357 5.532 10.312 0 2.954-2.117 10.08-6.97 17.937-4.85 7.857-12.145 16.657-21.155 24.72-18.02 16.122-42.748 29.124-69.19 29.124-26.44 0-51.166-13.003-69.186-29.126-9.01-8.062-16.304-16.862-21.156-24.72-4.853-7.856-6.97-14.982-6.97-17.936 0-2.955 1.356-6.267 5.532-10.313s11.026-8.33 19.906-11.97c17.76-7.276 43.455-12.093 71.875-12.093zM81.22 73.906c-3.418 1.244-6.14 3.31-8.47 5.72-4.96 5.123-8.637 11.95-12.063 20.468-6.354 15.8-11.376 37.542-14.312 62.812-3.59 19.297-4.55 39.622-3 60.563 3.545 47.928 20.35 98.78 48.438 146.218 25.367-40.346 56.914-73.48 93.437-100.063-37.737-36.798-68.137-84.54-89.188-144.72 2.14 18.382 2.275 42.013-.218 66.72-2.674 26.5-7.94 49.237-13.75 63.688-2.906 7.225-6.083 12.327-8.125 14.437-.422.435-.34.31-.595.5-.666-.786-1.99-2.45-3.5-6.28-2.076-5.275-3.98-13.097-5.28-22.533-2.603-18.87-2.957-44.186-.282-70.687 2.674-26.5 7.907-49.206 13.718-63.656 2.842-7.065 5.955-12.12 8-14.313-1.698-6.168-3.29-12.47-4.81-18.874zm356.53.28c-1.563 6.57-3.217 13.023-4.97 19.345 2.026 2.486 4.82 7.21 7.376 13.564 5.81 14.45 11.045 37.155 13.72 63.656 2.673 26.5 2.32 51.817-.282 70.688-1.3 9.435-3.205 17.257-5.28 22.53-1.51 3.833-2.835 5.496-3.502 6.282-.255-.19-.173-.065-.593-.5-2.043-2.11-5.22-7.212-8.126-14.438-5.81-14.45-11.076-37.186-13.75-63.687-2.34-23.19-2.368-45.437-.594-63.28-21.398 59.69-52.126 106.966-90.125 143.343 36.126 26.816 67.28 60.153 92.28 100.656 30.156-48.402 47.387-99.807 50.314-148.28.593-9.844.58-19.547 0-29.095-.285-8.466-.855-17.212-1.75-26.095-2.81-27.826-8.12-51.745-14.97-68.78-3.426-8.52-7.104-15.346-12.063-20.47-2.154-2.226-4.625-4.172-7.687-5.438zM199.312 282.533c-38.34 27.264-70.936 61.702-96.468 104.72 2.514 3.787 5.09 7.554 7.75 11.28 80.937 65.808 213.544 66.076 294.906.814 2.41-3.242 4.773-6.502 7.063-9.78-25.13-43.067-57.255-77.624-95.094-105.064-16.623 14.114-34.475 26.346-53.408 36.813l-4.53 2.5-4.532-2.5c-19.806-10.95-38.416-23.835-55.688-38.782zm-90.03 138.5c-7.83 11.086-8.854 19.277-6.688 26.158 2.532 8.044 11.047 16.432 25.53 23.593C157.093 485.106 207.11 493.12 257 493.095c49.89-.025 100.116-8.06 129.563-22.438 14.723-7.188 23.563-15.67 26.343-23.78 2.342-6.834 1.588-14.775-5.594-25.5-85.68 61.277-212.512 61.175-298.03-.345z" fill="#fff"/></svg>
<svg class="tc-image-originals-plate-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M156.885 20.168c-49.84-.183-96.78 11.14-135.487 33.45 32.59-5.132 60.867-.755 84.797 10.5 66.84-8.027 148.188 3.507 206.13 34.986 135.095 73.394 169.86 229.22 79.536 310.966-2.51 29.034-9.768 56.672-21.805 81.56C551.55 410.26 522.668 170.688 329.76 65.884h-.002c-56.176-30.52-116.387-45.507-172.873-45.715zm7.58 63.268c-45.246.408-92.216 13.758-136.944 44.78 127.977-41.398 220.853 159.12 147.175 232.436 85.84-10.404 105.582-99.816 77.674-167.613 52.858 72.735 57.108 157.122 36.792 198.565 31.97-17.52 72.568-95.09 53.147-166.445 34.152 45.17 45.81 99.284 35.624 165.278C492.94 279.394 341.967 81.834 164.464 83.435zm112.738 208.128c-8.726 51.223-52.116 93.207-108.69 94.186-9.668 14.508-21.324 27.085-34.986 36.97 68.222 6.58 123.896-34.27 145.15-90.148.674-13.392.202-27.13-1.474-41.008zm81.014 18.26c-2.654 53.137-34.816 99.39-84.842 121.4-8.354 23.26-20.17 44.35-35.307 62.16 47.415-8.956 86.346-33.35 112.532-66.802 13.303-35.105 15.824-75.73 7.617-116.758z"/></svg>
<svg class="tc-image-originals-plug tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M382.957 22.023c-2.618.033-5.138.96-7.26 3.082l-67.88 67.883 22.627 22.627 67.882-67.883c5.657-5.657 2.83-14.142-2.828-19.8-3.535-3.534-8.177-5.964-12.54-5.91zm-131.71 37.023l-21.92 21.92 203.648 203.647 21.92-21.92-11.315-11.315L262.56 70.36 251.25 59.047zm-23.335 45.96l-55.86 55.863v90.508l-22.628 22.63c-11.314 11.313-11.315 33.94.092 45.347l45.164 45.162c11.314 11.314 33.94 11.314 45.254 0l22.627-22.63h90.51l55.862-55.86-181.02-181.02zm245.555 7.527c-2.62.033-5.138.96-7.26 3.082l-67.88 67.883 22.626 22.626 67.883-67.882c5.657-5.657 2.83-14.142-2.828-19.8-3.536-3.535-8.177-5.965-12.54-5.91zM148.08 349.25l-128 128 12.727 12.728 128-128-12.727-12.727z"/></svg>
<svg class="tc-image-originals-pocket-bow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M77.85 11.848l9.535 70.648-69.418-11.174 41.508 56.07-11.127 322.715c-11.712 13.235-20.716 28.85-25.823 47.914 74.198-55.834 152.88-71.602 223.606-101.383l-35.913-35.914c-53.122 25.232-105.774 42.49-142.547 71.347l9.674-280.54 8.06 10.888 2.2 4.47h71.304L358.723 394.03c15.618-13.627 29.605-28.41 42.66-44.645l-229.877-193.78V84.226l-11.86-9.165 273.594-10.66c-29.99 36.36-46.84 89.07-71.39 142.416l36.558 36.56c29.22-70.24 45.014-148.09 100.262-221.507-18.54 4.97-33.69 13.015-46.604 23.603l-.02-.506-315.437 12.29-58.76-45.41zm24.613 42.638l50.355 38.916v54.795H99.236l-.607-.146-38.357-50.988 49 7.89-6.81-50.466zm248.103 167.48c-8.162 13.275-17.044 25.835-26.586 37.727l30.727 25.903c11.16-8.75 22.568-17.176 34.06-25.432l-38.2-38.2zm100.006 89.74C414.826 368.52 375.184 412.43 315.88 447.67c59.143 20.683 118.488 37.302 178.8 43.98-8.706-60.66-23.977-120.562-44.108-179.94zm-184.08 5.774c-13.42 10.98-27.58 21.186-42.414 30.674l37.47 37.47c8.748-14.57 18.62-27.954 29.327-40.43l-24.383-27.714z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-pocket-watch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.84 255.64a127.867 127.867 0 1 0 61.614 76.03 127.04 127.04 0 0 0-61.615-76.03zm-31.233 212.62a103.9 103.9 0 0 1-79.58-8.33 104.52 104.52 0 1 1 79.58 8.33zm54.65-125.248a87.963 87.963 0 1 0-59.328 109.373 87.414 87.414 0 0 0 59.327-109.373zm-37.1 38.962a8.28 8.28 0 0 1-9.56 6.747l-37.256-6.436a8.362 8.362 0 0 1-.827-.186h-.124a8.28 8.28 0 0 1-.88-.32l-.24-.104a8.175 8.175 0 0 1-.9-.487h-.07l-59.174-37.244a8.28 8.28 0 0 1 8.817-14.012l57.755 36.324 35.67 6.158a8.28 8.28 0 0 1 6.76 9.562zm164.75-76.838c10.09 34.016 15.046 67.203 13.94 93.478-1.12 26.69-8.156 38.176-14.365 40.018-6.21 1.842-18.368-3.943-33.87-25.706-15.244-21.42-29.194-51.95-39.325-85.955-22.53-75.947-14.933-128.942.424-133.495 15.36-4.553 50.668 35.703 73.197 111.66zm-25.8-95.517a136.808 136.808 0 0 0-12.914-15.772q13.712 4.625 26.42 16.65c19.124 18.13 35.33 48.71 44.498 83.886 8.963 34.512 10.35 69.884 3.85 97.06a99.894 99.894 0 0 1-6.405 18.523c.362-3.322.632-6.86.797-10.67 1.17-28.044-4.015-63.126-14.612-98.88-10.597-35.754-25.354-67.98-41.632-90.798zM357.104 16.1h-16.868v.125a8.765 8.765 0 0 1-.518 6.737 8.765 8.765 0 0 1-5.174 4.398 8.838 8.838 0 0 1-11.125-5.65l-1.748-5.61h-17.417l3.508 10.743c.094.29.218.56.322.838a25.168 25.168 0 0 0-11.456 10.35l-11.383 19.662a25.302 25.302 0 0 0-3.322 10.576 25.457 25.457 0 0 0-7.864 1.263l-19.662 6.437a25.21 25.21 0 0 0-7.358-11.59l-16.92-15.16a25.2 25.2 0 0 0-18.327-6.458 25.758 25.758 0 0 0-2.992.34 25.426 25.426 0 0 0-24.464-18.627H161.64a25.416 25.416 0 0 0-25.096 21.64 25.56 25.56 0 0 0-5.38.175 25.22 25.22 0 0 0-16.755 9.84l-13.692 18.11a25.416 25.416 0 0 0 3.177 34.08 25.364 25.364 0 0 0-4.036 22.435l6.456 21.732a25.24 25.24 0 0 0 9.17 13.11 32.267 32.267 0 0 0 25.933 51.496h1.19l4.273 14.395a151.463 151.463 0 0 1 5.91-1.904q4.738-1.406 9.51-2.472l-4.316-14.56a32.267 32.267 0 0 0-3.912-57.394 25.27 25.27 0 0 0 .962-17.075l-6.457-21.733a25.24 25.24 0 0 0-7.244-11.55l13.63-18.036a25.23 25.23 0 0 0 4.842-11.517c.62 0 1.252.072 1.883.072h22.706a25.406 25.406 0 0 0 4.346-.382 25.21 25.21 0 0 0 7.513 12.138l16.807 15.12a25.28 25.28 0 0 0 16.94 6.48 25.57 25.57 0 0 0 6.002-.726c.062.228.124.445.197.673a25.426 25.426 0 0 0 24.103 17.51 25.478 25.478 0 0 0 7.906-1.273l21.576-7.047a25.416 25.416 0 0 0 17.447-22.022 25.52 25.52 0 0 0 6.56-.88 25.21 25.21 0 0 0 15.41-11.828l11.384-19.662a25.333 25.333 0 0 0 1.83-21.37A25.437 25.437 0 0 0 357.104 16.1zM122.19 147.808l-6.457-21.732a8.745 8.745 0 0 1 7.027-11.207c.414 0 .828-.063 1.242-.114h.186a8.838 8.838 0 0 1 8.465 6.312l6.458 21.732a8.817 8.817 0 0 1-4.987 10.618c-.63.145-1.263.31-1.894.497l-.415.134a8.838 8.838 0 0 1-9.603-6.24zm19.23 21.308a15.875 15.875 0 1 1-5.465 1.035 25.94 25.94 0 0 0 1.914-.487l.796-.26a15.668 15.668 0 0 1 2.773-.288zm.237-92.382l-13.64 18.12a8.776 8.776 0 0 1-5.474 3.353c-.497 0-1.035.083-1.5.145a8.817 8.817 0 0 1-7.11-14.124l13.69-18.11a8.827 8.827 0 1 1 14.034 10.617zm50.594-23.036q-.61.89-1.148 1.81a8.807 8.807 0 0 1-6.8 3.21H161.64a8.827 8.827 0 1 1 0-17.645h22.704a8.807 8.807 0 0 1 7.948 12.625zm44.334 35.496a8.817 8.817 0 0 1-12.418.673l-16.89-15.16a8.827 8.827 0 0 1-2.07-10.35q.57-.828 1.036-1.697c.103-.125.196-.26.31-.384a8.838 8.838 0 0 1 12.42-.672l16.898 15.17a8.817 8.817 0 0 1 .766 12.42zm53.202 8.486a8.765 8.765 0 0 1-5.175 4.397l-21.493 7.058a8.827 8.827 0 1 1-5.484-16.775l21.587-7.048a8.827 8.827 0 0 1 10.607 12.377zm36.416-42.513L314.82 74.83A8.827 8.827 0 0 1 299.533 66l11.383-19.662a8.843 8.843 0 1 1 15.327 8.827z" fill="#fff"/></svg>
<svg class="tc-image-originals-pointing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.465 20.182v192.9c38.45 80.782 55.772 134.822 150.726 221.098l.167.15.16.158c3.06 3.06 5.89 3.828 10.14 3.455 4.247-.373 9.65-2.494 14.738-5.912 9.313-6.256 16.457-17.503 17.67-22.266l-56.06-56.065 13.214-13.216 62.94 62.944c1.316 1.316 2.67 1.804 6.508 1.115 3.838-.69 9.267-3.1 14.61-6.78 10.098-6.954 19.75-18.663 22.835-26.454l-56.02-56.02 13.216-13.216 63.667 63.67c19.495-3.225 35.412-16.64 41.65-32.52l.756.296-71.514-71.516 13.214-13.215L447.81 415.52c7.58 7.58 14.7 9.95 21.032 9.853 6.33-.096 12.216-2.88 16.62-7.41 8.805-9.06 12.096-23.49-2.255-37.84L259.97 156.88l13.214-13.214 33.08 33.08c46.988-3.724 84.773-17.932 102.148-33.6 8.914-8.04 12.147-15.414 11.424-22.306-.644-6.142-5.172-13.675-15.865-21.79-52.33 22.22-109.035 19.23-162.685 2.538-54.338-16.908-105.852-47.735-148.47-81.406h-74.35z" fill="#fff"/></svg>
<svg class="tc-image-originals-pointy-hat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M416.125 42.406c-57.576.457-104.863 25.804-144.813 64.875-41.984 41.063-75 97.61-100 155.5.78 4.503 3.06 8.946 7.094 13.658 5.158 6.024 13.183 12.113 23.188 17.593 20.01 10.962 47.79 19.545 75.5 24.47 27.71 4.925 55.505 6.21 75.156 3.438 9.825-1.386 17.538-3.91 21.813-6.563 4.274-2.653 4.916-3.957 4.812-6.625l.72-.03c-3.408-42.828-6-88.797.092-131.94 2.82-19.972 7.668-39.434 15.22-57.624-31.573 31.44-62.918 65.425-86.844 94.72 35.418-70.2 86.2-121.398 141.125-168.97-11.376-1.71-22.42-2.584-33.063-2.5zM155.21 238.994c-2.033-.012-4.053-.012-6.054.006-2.453.022-4.87.065-7.28.125-23.138.575-44.227 2.91-61.876 7.188-23.532 5.703-40.466 14.888-48.78 26.03-8.317 11.144-10.08 24.667-.97 45.532 32.86 75.263 117.185 130.26 207.844 148.594 90.66 18.33 186.108.147 242.28-66.75 13.59-16.185 15.297-29.312 9.938-43.22-5.358-13.908-19.586-28.878-40.78-42.75-14.745-9.65-32.683-18.737-52.75-27.03 1.506 22.59 3.555 44.877 5.124 65.967v.219c.607 11.402-5.49 21.585-14.344 27.938-8.853 6.353-20.268 10.08-33.437 12.406-26.337 4.654-60.026 3.398-93.344-2.188-33.317-5.585-66.085-15.466-90.28-29.312-12.097-6.923-22.145-14.85-28.875-24.47-6.73-9.617-9.76-21.554-6.594-33.374l.095-.375.125-.374c7.637-21.206 16.308-42.79 26.094-64.094-2.053-.032-4.1-.056-6.133-.068zm6.634 46.662c-3.08 7.8-6.017 15.596-8.813 23.344-1.595 6.246-.4 11.407 3.907 17.563 4.374 6.25 12.28 12.923 22.844 18.968 21.128 12.09 52.4 21.78 84.095 27.095 31.694 5.314 64.016 6.28 87 2.22 11.492-2.032 20.53-5.42 25.78-9.19 5.25-3.766 6.864-6.726 6.595-11.78-.517-6.93-1.088-14.027-1.688-21.25-7.448 4.03-16.47 6.367-26.718 7.813-22.732 3.206-51.79 1.665-81.03-3.532-29.242-5.196-58.5-14.055-81.22-26.5-11.36-6.222-21.122-13.34-28.375-21.812-.825-.962-1.62-1.933-2.376-2.938z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-poison tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M181 181c15 0 60-60 30-105 15-15 15-30 45-30s60 45 60 75-30 60-75 90-120 90-120 165c0 60 45 120 120 120s150-30 150-120c0-60-60-90-90-90-45 0-75 30-90 75 45-60 135-60 135 15 0 45-45 75-105 75-30 0-60-30-60-75s45-90 90-120 90-75 90-120c0-60-45-120-105-120-30 0-60 30-75 45s-45 15-45 60c0 15 30 60 45 60z" fill="#fff"/></svg>
<svg class="tc-image-originals-poison-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M181.78 33v51.53h149.407V33H181.78zm14.19 70.22c-.66 2.9-1.554 5.263-2.75 6.936-2.684 3.75-7.033 6.594-19.5 6.594-21.54 0-40.804 5.862-55.157 16.094-14.353 10.232-23.907 25.398-23.907 42.5V426.75c0 32.34 26.255 58.625 58.594 58.625h213.47c32.338 0 58.592-26.286 58.592-58.625V175.344c0-17.102-9.527-32.2-23.593-42.438-14.067-10.237-32.83-16.156-53.44-16.156-16.69 0-23.62-3.488-26.874-7.188-1.41-1.604-2.43-3.698-3.156-6.343h-19.125c1.073 6.658 3.37 13.137 8.25 18.686 8.11 9.223 21.523 13.53 40.906 13.53 16.978 0 32.056 5.008 42.44 12.564 10.38 7.556 15.905 17.1 15.905 27.344V426.75c0 22.355-17.55 39.938-39.906 39.938H153.25c-22.355 0-39.906-17.583-39.906-39.938V175.344c0-10.245 5.455-19.72 16.062-27.28 10.607-7.563 26.22-12.626 44.313-12.626 15.962 0 28.056-5.142 34.686-14.407 3.904-5.455 5.733-11.545 6.625-17.81h-19.06zm66.093 45.405c-30.545 0-50.062 12.865-63.282 32.313-12.295 18.09-18.387 42.315-19.186 66.062 25.033 12.795 39.555 27.632 43.844 44.97.734 2.967 1.173 5.942 1.312 8.905 9.01 5.134 23.22 8.44 37.813 8.438 12.935-.002 26.08-2.538 36.093-6.875.152-3.325.617-6.662 1.47-10 4.486-17.583 19.028-33.2 44.405-45.563-.838-22.46-6.793-46.595-19-64.938-13.2-19.84-32.745-33.312-63.467-33.312zM232.188 223.5c9.157 0 16.593 7.405 16.593 16.563 0 9.157-7.435 16.593-16.593 16.593-9.157 0-16.562-7.436-16.562-16.594 0-9.157 7.405-16.562 16.563-16.562zm55.437 0c9.158 0 16.594 7.405 16.594 16.563 0 9.157-7.438 16.593-16.595 16.593-9.158 0-16.563-7.436-16.563-16.594 0-9.157 7.405-16.562 16.563-16.562zm-28.844 33.594c6.275 13.248 11.25 26.503 13.72 39.75-9.148-3.022-18.29-3.426-27.438 0 3.34-13.25 7.352-26.504 13.72-39.75zm-37.03 63.47c-2.136 6.42-5.285 12.778-9.188 19.03 11.93 7.99 31.58 12.81 50.875 12.594 18.97-.214 36.878-5.57 46.22-12.407-3.55-5.764-6.412-11.8-8.344-18-11.947 4.416-25.424 6.375-38.75 6.376-14.447.002-28.77-2.222-40.813-7.594zm-70.656 17.06c-8.9 11.268-12.694 22.493-10.03 36.313 68.925 5.54 164.194 31.92 226.686 60.75 9.16-11.166 12.518-22.67 9.97-36.78-67.77-6.867-164.135-28.736-226.626-60.282zm216.594 0c-20.79 10.496-45.326 19.907-71.313 28.063 20.298 4.434 40.253 8.04 58.72 10.688 7.782-1.026 15.357-1.853 22.624-2.438 2.66-13.82-1.133-25.045-10.033-36.312zm-203.75 57.532c-7.904 1.084-15.56 2.01-22.875 2.75-2.55 14.11.81 25.615 9.968 36.78 21.375-9.86 46.575-19.447 73.25-27.998-20.87-4.912-41.385-8.868-60.343-11.532z" fill="#fff"/></svg>
<svg class="tc-image-originals-poison-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 106c-33.81 0-61.887 22.69-71.25 53.438C174.532 154.22 163.258 151 151 151c-41.42 0-75 33.58-75 75 0 1.784.346 3.405.468 5.157C41.284 243.387 16 276.65 16 316c0 49.706 40.294 90 90 90h300c49.706 0 90-40.294 90-90 0-39.35-25.284-72.614-60.468-84.843.123-1.752.468-3.374.468-5.157 0-41.42-33.58-75-75-75-12.258 0-23.532 3.222-33.75 8.437C317.887 128.69 289.81 106 256 106zm-60 90l60 60 60-60 30 30-60 60 60 60-30 30-60-60-60 60-30-30 60-60-60-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-poison-gas tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M372.03 16.318c-18.85 0-37.693 7.71-49.214 23.125-25.114-24.456-78.796-13.708-78.796 32.248 0 6.683 1.14 12.617 3.156 17.81h126.906l43.98 182.098h-75.558l-10.514 90.42c35.93.896 72.553-22.212 72.553-69.356l-.002-.164c15.128 1.198 30.85-4.22 40.5-16.244 13.076 11.892 39.855 6.224 39.855-17.014 0-18.95-17.805-26.2-31.47-21.79-3.356-17.022-15.09-27.788-29.05-32.307 5.138-7.003 8.3-16.072 8.3-27.213 0-21.872-12.166-35.76-27.618-41.682.302-1.52.466-3.144.466-4.875 0-1.72-.164-3.333-.462-4.844 15.914-9.37 27.426-26.276 27.426-50.74 0-39.647-30.228-59.47-60.457-59.472zM98.7 39.695c-19.232-.137-38.25 10.7-43.63 35.428-12.75 58.617 76.628 78.058 89.38 19.44.482-2.216.8-4.37 1-6.473 11.744 3.185 25.72-1.606 29.114-17.207 5.824-26.77-29.91-37.59-42.388-18.38-8.952-8.2-21.255-12.72-33.475-12.808zm62.116 68.494L125.86 252.91h68.466l20.772 178.64h89.992l20.77-178.64h68.464L359.37 108.19H160.815zm308.83 11.29c-10.803 0-21.607 7.087-21.607 21.258 0 28.343 43.214 28.343 43.214 0 0-14.17-10.804-21.258-21.608-21.258zM169.11 167.477l67.292 47.228-79.062 7.078 11.77-54.306zm181.753 0l11.772 54.306-79.063-7.078 67.29-47.228zm111.537 9.42c-7.432 0-14.863 4.875-14.863 14.623 0 19.495 29.727 19.495 29.727 0 0-9.748-7.432-14.624-14.864-14.624zM48.125 189.58c-15.72 0-31.443 10.31-31.443 30.93 0 27.956 28.893 36.956 47.51 27.01 1.29 63.073 85.368 71.095 107.73 24.076h-69.8l19.61-81.192c-16.496-.246-33.104 5.812-44.212 18.184-4.752-12.67-17.072-19.008-29.395-19.008zm211.865 41.053l31.88 42.1-14.9 11.283-16.982-22.428-16.984 22.428-14.9-11.284 31.886-42.1zM40.38 272.738c-7.433 0-14.864 4.872-14.864 14.62 0 19.5 29.726 19.5 29.726 0 0-9.746-7.432-14.62-14.863-14.62zm141.222 32.56c-15.187.658-29.89 10.956-29.89 30.897 0 7.752 2.22 14.044 5.83 18.88-8.155 7.493-13.548 18.505-13.548 33.058 0 23.906 14.53 38.272 32.004 43.125-2.34 3.485-3.756 7.896-3.756 13.238 0 28.692 40.822 30.603 46.274 5.742h-20.06l-16.854-144.94zm147.244 83.747l-7.116 61.193h-52.253c11.388 26.444 46.265 32.527 68.462 18.252 5.28 35.71 62.494 33.894 62.494-5.445 0-25.93-24.858-35.552-43.317-28.875.058-1.037.096-2.087.096-3.162 0-22.225-12.56-36.207-28.367-41.963zm153.53 6.543c-7.142.088-14.38 5.985-11.946 15.072 4.1 15.304 27.436 9.05 23.336-6.254-1.666-6.22-6.505-8.878-11.39-8.818zM61.312 416.842c-13.135 0-26.27 8.613-26.27 25.842 0 17.23 13.14 25.846 26.275 25.843-.26 1.37-.404 2.828-.404 4.38 0 26.502 40.41 26.502 40.41 0 0-11.306-7.355-17.772-15.787-19.432 1.3-3.116 2.045-6.71 2.045-10.79 0-17.23-13.135-25.843-26.27-25.843zM463 431.766c-5.583.068-11.202 3.082-13.688 8.17-13.404-8.747-36.365 2.018-30.974 22.14 6.044 22.56 37.068 17.112 39.658-2.02 9.654 2.782 22.22-4.778 18.775-17.632-2.013-7.516-7.864-10.73-13.77-10.658zm-332.88 1.857c-7.43 0-14.862 4.875-14.862 14.623 0 19.496 29.724 19.496 29.724 0 0-9.75-7.43-14.623-14.86-14.623z" fill="#fff"/></svg>
<svg class="tc-image-originals-pokecog tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M235.045 25.752l-41.775 8.215 6.894 35.947c-19.303 5.91-37.997 14.43-54.643 25.852l-23.834-27.78L89.04 96.158l24.433 27.988c-13.495 14.454-25.328 31.203-34.16 49.78L44.64 161.813l-14.203 40.652 34.674 12.11c-4.54 19.832-5.6 40.113-4.057 59.624l-36.547 6.685 8.006 42.37 35.947-6.896c5.91 19.303 15.235 37.61 26.657 54.255L67.34 394.45l27.572 32.44 27.78-23.837c14.537 13.64 31.05 25.255 49.78 34.158l-12.115 34.675 40.653 14.2 12.11-34.67c20.202 4.695 40.354 5.885 60.222 4.267l6.894 35.947 41.774-8.214-6.895-35.947c19.304-5.912 38-14.43 54.645-25.853l23.836 27.778 32.646-28.17-24.433-27.99c13.355-14.305 25.153-30.836 33.948-49.18l34.674 12.113 14.2-40.652-34.673-12.112c4.654-20.034 5.825-40.508 4.27-60.22l36.543-6.688-8.003-42.37-35.948 6.894c-5.91-19.304-15.237-37.608-26.66-54.254l27.78-23.836-27.573-32.438-27.78 23.836c-14.538-13.64-31.05-25.257-49.78-34.16l11.905-34.076-40.65-14.2v.003L302.16 65.97c-20.2-4.698-40.35-5.887-60.22-4.27l-6.895-35.948zm23.178 87.603c28.01.105 56.29 8.287 81.183 25.24 59.008 40.186 79.122 116.127 51.112 179.13l-57.065-38.862c8.25-31.382-3.378-65.89-31.715-85.19-28.34-19.3-64.227-17.152-90.408 2.02l-57.316-39.033c27.96-28.41 65.826-43.448 104.21-43.305zM124.7 199.582l56.89 38.744c-8.423 31.474 2.948 66.307 31.39 85.676 28.44 19.37 65.5 17.52 91.7-1.848l56.625 38.565c-48.347 49.327-126.52 58.51-185.614 18.266C116.6 338.742 96.51 262.64 124.7 199.582zm132.87 14.29c8.663.03 17.408 2.56 25.102 7.798 20.516 13.973 25.83 41.964 11.857 62.48-13.972 20.517-41.967 25.827-62.483 11.856-20.516-13.972-25.827-41.964-11.856-62.48 8.734-12.823 22.942-19.707 37.38-19.655z"/></svg>
<svg class="tc-image-originals-poker-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M150.156 82.406c-1.843.092-3.663.446-5.344 1.063L41.094 121.53c-4.483 1.645-8.493 5.357-10.5 9.69-2.007 4.33-2.238 9.798-.594 14.28l66.72 181.875c1.643 4.482 5.354 8.524 9.686 10.53 4.332 2.008 9.8 2.24 14.28.595l103.72-38.063c4.483-1.644 8.493-5.355 10.5-9.687l.03-.063c1.982-4.322 2.2-9.757.564-14.218L168.78 94.593c-1.635-4.46-5.318-8.484-9.624-10.5l-.062-.03c-2.166-1.005-4.623-1.556-7.094-1.658-.618-.025-1.23-.03-1.844 0zM189.22 96.03l63.843 174c3.41 9.3 2.975 19.61-1.188 28.595-4.163 8.986-11.734 15.965-21.03 19.375l-27.44 10.063 60 2.78c4.77.223 9.91-1.66 13.44-4.874 3.528-3.217 5.87-8.17 6.092-12.94l9-193.5c.222-4.768-1.628-9.938-4.843-13.468-3.216-3.53-8.168-5.87-12.938-6.093l-84.937-3.94zm121 33.25l-8.626 184.626c-.46 9.893-4.836 19.237-12.156 25.906-7.32 6.67-17.014 10.148-26.907 9.688l-26.06-1.22 69.374 23.095c4.53 1.507 10.012 1.107 14.28-1.03 4.27-2.14 7.838-6.283 9.345-10.814l61.155-183.81c1.507-4.532 1.107-10.013-1.03-14.282-2.14-4.27-6.283-7.87-10.814-9.375l-68.56-22.782zm-205.064 18.345c24.458 24.936 68.02 17.74 80.75 45.53 11.875 25.927-14.51 46.006-37.97 38.407l17 30.782-18.78 6.906-10.937-31.688c-10.39 22.624-43.053 23.746-54.157-.53-13.53-29.577 24.02-54.2 24.093-89.407zm301.438 39.22L347.22 365.437c-3.127 9.397-9.865 17.19-18.72 21.625l-.094.03c-8.834 4.396-19.07 5.116-28.437 2l-20.376-6.78 43.312 37.03c3.63 3.102 8.865 4.78 13.625 4.407 4.76-.374 9.618-2.84 12.72-6.47l125.875-147.31c3.102-3.63 4.78-8.835 4.406-13.595-.372-4.76-2.87-9.648-6.5-12.75l-66.436-56.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-police-badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="m 237.59142,23.950128 c -15.48769,9.432598 -34.17058,12.318766 -44.1673,12.318766 -10.00366,0 -23.79926,-0.194925 -43.9503,-11.829131 -8.35467,-4.823577 -9.86134,-5.708699 -14.34686,-5.708699 -12.91322,0 -71.396413,58.375934 -72.363034,66.334414 -0.966622,7.958452 32.120593,28.163932 33.71248,57.150952 1.591887,28.98703 -19.183619,61.80636 -27.756183,87.39706 -17.765566,52.9498 -22.581636,58.94861 -22.581622,85.85861 3.91678,77.65208 56.609859,131.68607 130.916129,144.25034 31.84641,4.83094 44.87352,9.46439 59.11229,21.0237 5.93519,4.34906 12.47815,10.68983 19.74398,11.52033 l 0,0.0278 c 0.0299,-0.003 0.0591,-0.01 0.089,-0.0142 0.0299,0.003 0.0591,0.0114 0.089,0.0142 l 0,-0.0278 c 7.26582,-0.8305 13.80879,-7.17127 19.74397,-11.52033 14.23877,-11.55931 27.26588,-16.19276 59.11229,-21.0237 74.30628,-12.56427 126.99934,-66.59826 130.91614,-144.25034 0,-26.91 -4.81606,-32.90881 -22.58162,-85.85861 -8.57257,-25.5907 -29.34807,-58.41003 -27.75619,-87.39706 1.59189,-28.98702 34.6791,-49.1925 33.71248,-57.150952 -0.96662,-7.95848 -59.44983,-66.334414 -72.36304,-66.334414 -4.48553,0 -5.99218,0.885122 -14.34685,5.708699 -20.15104,11.634206 -33.94664,11.829131 -43.95031,11.829131 -9.99671,0 -28.6796,-2.886168 -44.16729,-12.318766 -4.52967,-2.74526 -10.03057,-5.344254 -18.40861,-5.344254 -6.60122,0 -13.34704,2.294383 -18.4086,5.344254 z"/></svg>
<svg class="tc-image-originals-police-officer-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25c21 0 34.936 10.482 53.63 20.867 17.717 9.843 39.99 18.284 71.4 11.87 14.906 14.9 30.05 29.803 46.2 39.896 13.216 8.26 28.067 13.18 42.88 10.855-4.25 33.44-24.556 66.15-45.784 83.272-55.98-18.552-112.1-27.832-168.22-27.832-56.172 0-112.343 9.297-168.374 27.883-21.25-17.108-41.59-49.85-45.843-83.322 14.81 2.326 29.664-2.596 42.88-10.855 16.15-10.093 31.292-24.995 46.2-39.895 31.407 6.413 53.683-2.028 71.4-11.87C221.065 35.48 235 25 256 25zm.105 19.54c-19.815 0-53.17 26.778-53.17 26.778s21.22 80.334 53.17 80.334c31.952 0 53.172-80.334 53.172-80.334S275.92 44.54 256.105 44.54zm0 137.32c52.79 0 105.584 8.63 158.504 25.734 2.18 13.47-1.51 23.48-9.448 32.736-8.86 10.333-23.732 19.103-41.36 25.71-35.26 13.218-80.983 17.896-107.697 17.896-26.713 0-72.434-4.678-107.693-17.895-17.63-6.607-32.5-15.377-41.36-25.71-7.94-9.257-11.632-19.265-9.45-32.736 52.92-17.105 105.713-25.735 158.503-25.735zm173.227 57.146c9.82 2.382 26.932 7.775 30.006 16.994 8.402 25.197-16.92 63.795-36.07 88.15 5.276-22.004 8.12-45.41 8.12-69.68 0-12.058-.706-23.9-2.056-35.464zm-346.45 0a305.88 305.88 0 0 0-2.056 35.463c0 24.27 2.843 47.676 8.12 69.68-19.15-24.355-44.473-62.953-36.07-88.15 3.073-9.22 20.186-14.612 30.005-16.994zm330.03 19.172c.305 5.377.475 10.806.475 16.29 0 59.374-18.13 112.958-46.903 151.305-28.772 38.347-67.703 61.313-110.38 61.313-42.674 0-81.606-22.966-110.377-61.313-28.772-38.347-46.9-91.93-46.9-151.304 0-5.486.17-10.915.474-16.292 8.2 7.656 18.216 13.868 29.235 19.03-4.27 18.2.266 40.838 12.098 52.665 21.774 21.765 70.605 21.765 92.38 0 6.744-6.743 9.637-17.487 9.255-28.268 4.934.216 9.6.33 13.837.33 4.238 0 8.905-.114 13.84-.33-.383 10.78 2.51 21.525 9.256 28.268 21.775 21.765 70.604 21.765 92.378 0 11.832-11.827 16.368-34.462 12.098-52.662 11.02-5.162 21.038-11.376 29.236-19.032zM256.105 376.043c-23.094 36.936-69.282 41.553-92.376 41.553 23.093 18.468 92.375 18.468 92.375 0 0 18.468 69.285 18.468 92.38 0-23.095 0-69.285-4.617-92.38-41.553z"/></svg>
<svg class="tc-image-originals-police-target tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25c-38.346 0-71 38.034-71 87s32.654 87 71 87 71-38.034 71-87-32.654-87-71-87zm-9 23h18v7.723c24.195 3.873 43.404 23.082 47.277 47.277H320v18h-7.723c-3.873 24.195-23.082 43.404-47.277 47.277V176h-18v-7.723c-24.195-3.873-43.404-23.082-47.277-47.277H192v-18h7.723c3.873-24.195 23.082-43.404 47.277-47.277V48zm0 26.04C232.628 77.4 221.398 88.63 218.04 103H247V74.04zm18 0V103h28.96C290.6 88.628 279.37 77.398 265 74.04zM218.04 121c3.358 14.372 14.588 25.602 28.96 28.96V121h-28.96zm46.96 0v28.96c14.372-3.358 25.602-14.588 28.96-28.96H265zm33.6 83.273C286.025 212.368 271.546 217 256 217c-15.517 0-29.97-4.615-42.527-12.682-44.338 7.713-72.368 29.064-91.49 65.834C98.098 316.09 89.592 388.232 89.1 487H135V336h18v151h206V336h18v151h45.94c-.29-91.378-5.084-163.5-27.112-211.23-11.38-24.657-26.968-42.898-49.24-55.426-13.287-7.474-29.124-12.897-47.988-16.07zM247 224h18v9.82c18.095 2.283 34.883 11.78 47.824 24.82 15.09 15.205 25.32 35.535 25.32 56.788V343h9.284v18h-9.285v27.572c0 21.286-10.364 41.52-25.493 56.65-12.978 12.977-29.716 22.443-47.65 24.874V480h-18v-9.904c-17.934-2.43-34.672-11.897-47.65-24.875-15.13-15.128-25.493-35.362-25.493-56.648V361h-9.285v-18h9.285V315.386c.103-21.11 10.452-41.294 25.543-56.458 12.95-13.01 29.654-22.562 47.6-25.014V224zm18 28.04v28.077c9.014 2.324 16.945 8.083 23.074 15.29 8.126 9.552 13.496 22.05 13.496 35.26V343h18.573v-27.572c0-15.32-7.855-31.775-20.094-44.108-9.906-9.98-22.44-17.043-35.05-19.28zm-18 .138c-12.454 2.395-24.942 9.5-34.84 19.445-12.293 12.352-20.23 28.74-20.303 43.85V343h18.573v-12.372c.055-13.134 5.496-25.54 13.613-35.058 6.133-7.19 14.007-12.964 22.957-15.36v-28.032zm18 47.23V343h18.57v-12.334c0-8.124-3.668-17.085-9.207-23.596-2.858-3.36-6.105-5.948-9.363-7.662zm-18 .194c-3.216 1.747-6.432 4.333-9.262 7.65-5.574 6.535-9.275 15.46-9.308 23.453V343H247v-43.398zM191.857 361v27.572c0 15.286 7.92 31.622 20.22 43.922 9.91 9.908 22.436 16.966 34.923 19.34v-28.027c-8.938-2.378-16.827-8.11-22.977-15.284-8.143-9.5-13.593-21.95-13.593-35.19V361h-18.573zm36.573 0v12.334c0 8.095 3.69 16.977 9.26 23.477 2.84 3.312 6.074 5.89 9.31 7.626V361h-18.57zm36.57 0v43.436c3.236-1.737 6.47-4.314 9.31-7.625 5.57-6.5 9.26-15.38 9.26-23.476V361H265zm36.57 0v12.334c0 13.238-5.45 25.69-13.593 35.19-6.15 7.174-14.04 12.905-22.977 15.283v28.027c12.487-2.374 25.014-9.432 34.922-19.34 12.3-12.3 20.22-28.636 20.22-43.922V361H301.57z"/></svg>
<svg class="tc-image-originals-pollen-dust tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.438 18.03c-67.86 1.023-136.07 52.442-99.313 177.25-19.902-13.32-39.808-19.272-58.906-19.56-10.183-.188-20.25 1.35-29.814 4.093v35.625c41.434-13.075 92.35 3.578 129.125 82.843 6.98 21.464 11.43 42.784 12.282 63.783.01.135.023.27.032.406 2.555 41.148-9.763 82.74-37.813 110.905l-.03.03c-5.6 6.838-11.908 13.59-18.938 20.25h88.657c40.943-75.566 10.117-177.693-32.657-256.374C61.293 62.965 216.36 8.983 273.813 78.595c-.73.677-1.412 1.37-2 2.062-3.516 4.14-4.307 7.733-3.532 10.625.776 2.894 3.26 5.58 8.376 7.407 5.115 1.83 12.405 2.254 20 .22 7.595-2.036 13.735-6.048 17.25-10.188 3.516-4.142 4.307-7.734 3.53-10.626-.773-2.892-3.258-5.578-8.373-7.406-1.364-.488-2.897-.856-4.532-1.126-16.407-33.118-58.672-52.17-101.092-51.53zm138.906 57.064c-1.34.004-2.7.03-4.094.062-.752.018-1.54.066-2.313.094 1.464 7.842-.846 15.62-5.187 22.094 11.955 2.052 22.79 7.44 31.78 15.187 15.9 13.704 26.68 34.14 32.533 56.876 5.59 21.722 6.758 45.878 2.5 68.75 17.686 2.86 36.728.448 56-8.875-27.56-41.117-29.818-84.612-40.344-113.218-5.646-15.34-12.687-26.02-26.783-33.03-9.91-4.93-23.99-8-44.093-7.938zm-91.28 23.562c-19.422 10.637-31.17 20.938-37.658 30.72-8.7 13.12-9.438 25.922-6.656 42.03 5.188 30.042 24.974 68.815 21.656 118.22 24.052-1.756 43.48-10.922 58.03-24.75-13.913-16.595-24.252-36.427-30.155-56.47-6.687-22.71-7.837-46.057-1.03-66.187 3.25-9.608 8.51-18.43 15.72-25.72-.21-.07-.418-.144-.626-.22-8.492-3.034-16.005-9.036-19.28-17.624zm70.405 16.28c-.74-.01-1.497.01-2.25.033-4.023.128-8.28.8-12.783 2.03-18.347 5.01-28.343 15.97-33.5 31.22-5.156 15.25-4.57 35.065 1.282 54.936 11.26 38.24 41.692 75.175 79.25 83.47 26.593-26.993 33.356-74.27 23.5-112.563-5.13-19.92-14.62-37.03-26.626-47.375-8.442-7.276-17.797-11.564-28.875-11.75zm89.81 153.72c-7.487-.08-14.92 5.072-14.967 15.656-.085 21.17 31.096 20.53 30.375 0-.36-10.264-7.92-15.576-15.407-15.656zm47.845 37.688c-1.918.045-4.008.583-6.156 1.812-13.75 7.866-1.66 27.832 11.374 19.688 10.997-6.872 5.14-21.742-5.22-21.5zm-79.938 1.78c-3.497.068-7.04 1.88-9.53 6.157-1.274 2.187-1.82 4.313-1.813 6.283-8.494-2.006-18.446 2.92-18.5 15.187-.084 21.17 31.065 20.53 30.344 0-.05-1.444-.247-2.753-.563-4 3.836.202 7.76-1.557 10.188-6.125 4.958-9.33-2.432-17.647-10.125-17.5zM282.938 312c-4.673.09-9.45 2.535-12.78 8.25-10.66 18.29 16.67 33.295 26.312 15.156 6.627-12.47-3.25-23.602-13.533-23.406zm-217.75 18.688c18.723 32.207-17.638 68.048-49.78 57.906v27.375c53.067 20.35 102.378-60.32 49.78-85.283zm384.75 21.562c-1.918.045-3.976.615-6.125 1.844-13.747 7.866-1.69 27.832 11.344 19.687 10.997-6.87 5.14-21.772-5.22-21.53zm-66.78 20.688c-9.66.1-19.234 6.733-18.782 19.625.905 25.782 38.044 26.586 38.156 0 .055-13.294-9.715-19.726-19.374-19.625zm-68.188 12.406c-3.498.067-7.072 1.91-9.564 6.187-7.972 13.685 12.476 24.915 19.688 11.345 4.958-9.33-2.432-17.68-10.125-17.53zm161.75 23.53c-7.692.08-15.3 5.36-14.94 15.626.723 20.53 30.252 21.17 30.345 0 .042-10.584-7.716-15.705-15.406-15.625zm-206.19 11.72c-7.487-.08-14.89 5.072-14.936 15.656-.084 21.17 31.065 20.53 30.344 0-.36-10.265-7.92-15.576-15.407-15.656zm142.5 14.375c-1.917.044-3.975.614-6.124 1.842-13.747 7.867-1.69 27.8 11.344 19.657 10.997-6.873 5.14-21.743-5.22-21.5zm-64.686 25.967c-11.434.42-20.318 15.264-9.813 26.532C352.54 502.49 375.028 480.905 360 466c-3.757-3.727-7.845-5.202-11.656-5.063zm119.812.844c-10.358-.24-16.215 14.63-5.22 21.5 13.035 8.146 25.093-11.79 11.345-19.655-2.147-1.23-4.206-1.8-6.124-1.844z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-polo-shirt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 33.978c-12.67 0-25.34 2.52-38.01 7.535 1.27 3.61 3.864 7.593 8.373 12.102C232.68 59.93 242.613 66.83 256 73.847c13.386-7.018 23.32-13.916 29.637-20.232 4.51-4.51 7.103-8.492 8.373-12.102-12.67-5.016-25.34-7.535-38.01-7.535zM201.88 49.1l-16.144 8.073c1.306 5.74 4.437 13.84 9.752 21.813 6.26 9.39 15.44 18.664 27.082 25.695l18.475-18.473c-11.317-6.394-20.465-12.923-27.408-19.866-5.34-5.34-9.265-11.148-11.756-17.24zm108.24 0c-2.492 6.092-6.417 11.9-11.757 17.24-6.943 6.944-16.09 13.473-27.408 19.867l18.475 18.474c11.64-7.03 20.823-16.305 27.082-25.694 5.315-7.973 8.446-16.072 9.752-21.813L310.12 49.1zm-140.6 17.775l-36.918 9.23-71.875 71.873L112 199.252l9.637-9.637 16.738-16.738L128 467.977c76.448 13.61 193.653 13.173 256 0l-10.375-295.1L400 199.252l51.273-51.274-71.875-71.873-36.92-9.23c-2.243 7.068-5.946 14.53-10.99 22.095-8.768 13.152-21.853 26.254-39.463 35.06l-5.802 2.9L265 105.706v122.27h-18v-122.27l-21.223 21.222-5.802-2.9c-17.61-8.806-30.695-21.908-39.463-35.06-5.044-7.566-8.747-15.027-10.99-22.095zM48 160.705l-19.273 19.273L80 231.252l19.273-19.274L48 160.705zm416 0l-51.273 51.273L432 231.252l51.273-51.274L464 160.705z"/></svg>
<svg class="tc-image-originals-pope-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 29.337v23h-23v18h23v30.71c3.042-.46 6.046-.71 9-.71 2.954 0 5.958.25 9 .71v-30.71h23v-18h-23v-23h-18zm9 89c-2.13 0-4.48.282-7 .805v309.8c4.678-.154 9.322-.154 14 0v-309.8c-2.52-.523-4.87-.805-7-.805zm-25.002 7.318c-17.49 8.458-38.558 23.73-58.012 43.12-30.294 30.198-57.61 69.585-68.416 103.308-18.06 56.354-1.17 117.767 28.424 178.756 43.848-10.937 72.82-17.792 98.004-20.583V125.655zm50.004 0v304.602c25.183 2.79 54.156 9.646 98.004 20.582 29.595-60.99 46.483-122.403 28.424-178.757-10.807-33.723-38.122-73.11-68.416-103.307-19.454-19.39-40.523-34.663-58.012-43.12zM256 446.337c-3.78 0-7.558.033-11.324.09-25.686 1.59-54.423 8.623-103.608 20.922l7.657 15.313c101.827-28.995 112.723-28.995 214.55 0l7.657-15.314c-49.185-12.3-77.922-19.333-103.608-20.923-3.766-.057-7.545-.09-11.324-.09z"/></svg>
<svg class="tc-image-originals-portal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M298.736 21.016c-99.298 0-195.928 104.647-215.83 233.736-7.074 45.887-3.493 88.68 8.512 124.787-4.082-6.407-7.92-13.09-11.467-20.034-16.516-32.335-24.627-65.378-25-96.272-11.74 36.254-8.083 82.47 14.482 126.643 27.7 54.227 81.563 91.94 139.87 97.502 5.658.725 11.447 1.108 17.364 1.108 99.298 0 195.93-104.647 215.83-233.736 9.28-60.196.23-115.072-22.133-156.506 21.625 21.867 36.56 45.786 44.617 69.496.623-30.408-14.064-65.766-44.21-95.806-33.718-33.598-77.227-50.91-114.995-50.723-2.328-.118-4.67-.197-7.04-.197zm-5.6 36.357c40.223 0 73.65 20.342 95.702 53.533 15.915 42.888 12.51 108.315.98 147.858-16.02 54.944-40.598 96.035-79.77 126.107-41.79 32.084-98.447 24.39-115.874-5.798-1.365-2.363-2.487-4.832-3.38-7.385 11.724 14.06 38.188 14.944 61.817 1.3 25.48-14.71 38.003-40.727 27.968-58.108-10.036-17.384-38.826-19.548-64.307-4.837-9.83 5.676-17.72 13.037-23.14 20.934.507-1.295 1.043-2.59 1.626-3.88-18.687 24.49-24.562 52.126-12.848 72.417 38.702 45.923 98.07 25.503 140.746-6.426 37.95-28.392 72.32-73.55 89.356-131.988 1.265-4.34 2.416-8.677 3.467-13.008-.286 2.218-.59 4.442-.934 6.678-16.807 109.02-98.412 197.396-182.272 197.396-35.644 0-65.954-15.975-87.74-42.71-26.492-48.396-15.988-142.083 4.675-185.15 26.745-55.742 66.133-122.77 134.324-116.804 46.03 4.027 63.098 58.637 39.128 116.22-8.61 20.685-21.192 39.314-36.21 54.313 24.91-16.6 46.72-42.13 59.572-73 23.97-57.583 6.94-113.422-39.13-116.805-85.737-6.296-137.638 58.55-177.542 128.485-9.21 19.9-16.182 40.35-20.977 60.707.494-7.435 1.312-14.99 2.493-22.652C127.67 145.75 209.275 57.373 293.135 57.373z"/></svg>
<svg class="tc-image-originals-portculis tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M98.156 22.656V438.53H79.72l30.53 58.064 30.53-58.063h-17.218v-63.467H152.5v-36.344h-28.938V269.06H152.5V232.75h-28.938v-69.625H152.5V126.78h-28.938V58.845H152.5V22.656H98.156zm73.03 0V438.53h-15.624l30.532 58.064 30.53-58.063h-17.718v-63.467h26.625v-36.344h-26.624V269.06h26.625V232.75h-26.624v-69.625h26.625V126.78h-26.624V58.845h26.625V22.656h-54.343zm73.033 0V438.53H230l30.53 58.064 30.533-58.063H272.5v-63.467h29.594v-36.344H272.5V269.06h29.594V232.75H272.5v-69.625h29.594V126.78H272.5V58.845h29.594V22.656H244.22zm76.56 0V438.53h-15.56l30.53 58.064 30.563-58.063h-17.907v-63.467h27.25v-36.344h-27.25V269.06h27.25V232.75h-27.25v-69.625h27.25V126.78h-27.25V58.845h27.25V22.656H320.78zm73.564 0V438.53h-14.688l30.563 58.064 30.53-58.063H422V22.657h-27.655z" fill="#fff"/></svg>
<svg class="tc-image-originals-potion-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M94.055 21.9L18.998 96.96l42.727 23.6-26.98 26.952L142.35 212.39c-40.443 70.148-30.72 161.07 29.2 220.958 71.605 71.606 187.737 71.587 259.356 0 71.62-71.587 71.642-187.654.037-259.22-59.915-59.878-150.896-69.57-221.084-29.177L144.95 37.415l-8.44 8.432-18.588 18.57L94.055 21.9zm47.224 45.598l62.337 103.275 8.098-5.248c44.21-28.663 99.014-34.044 147.166-16.078-1.16-.026-2.328-.04-3.503-.04-38.988 0-70.594 14.807-70.594 33.073 0 18.27 31.606 33.075 70.594 33.075 31.53 0 58.225-9.684 67.287-23.05 15.942 17.34 27.492 37.224 34.65 58.253-7.76-3.387-18.28-6.706-30.902-9.563-31.383-7.1-75.547-11.615-124.305-11.615-48.757 0-92.92 4.514-124.304 11.615-13.71 3.102-24.997 6.75-32.893 10.438 4.34-12.997 10.343-25.568 18.018-37.383l5.263-8.104-103.33-62.3 13.894-13.88 46.937 25.923 27.914-27.915-26.18-46.635 13.855-13.842zm-1.087 201.287c.482.28.982.56 1.506.84 7.89 4.22 20.41 8.487 36.103 12.037 31.383 7.1 75.547 11.615 124.304 11.615 48.758 0 92.922-4.514 124.305-11.615 15.687-3.55 28.203-7.813 36.094-12.033 1.236 5.837 2.153 11.727 2.746 17.643-9.432 4.277-21.204 7.893-35.074 11.032-33.205 7.513-78.27 12.037-128.07 12.037-49.802 0-94.866-4.524-128.07-12.037-14.67-3.32-27-7.17-36.69-11.776.625-5.952 1.57-11.876 2.845-17.745z" fill="#fff"/></svg>
<svg class="tc-image-originals-pounce tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196 16l60 60 60-60H196zm-30 90l90 90 90-90H166zm-30 120l120 120 120-120H136zm121.75 150.03A60 60 0 0 0 196 436a60 60 0 0 0 120 0 60 60 0 0 0-58.25-59.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-pouring-chalice tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M228.223 21.195c-.69.007-1.367.026-2.036.055-10.698.47-18.53 3.562-24.062 9.094-46.247 46.247-64.492 89.795-64.344 129.062.15 39.268 18.763 75.295 49.845 106.375 30.724 30.723 69.188 47.024 110.063 45.94 31.945-.85 65.598-12.347 98.27-36.824-1.063-1.837-2.15-3.646-3.276-5.394-10.605-16.437-24.044-28.604-36.274-34.766-.003 0-.006-.002-.01-.004-2.334-.888-4.714-1.882-7.134-2.976l-1.344-.445-.47-.414c-22.307-10.453-47.853-29.242-72.52-53.91-23.78-23.78-42.1-48.52-52.774-70.156-5.336-10.82-8.82-20.845-9.84-30.15-1.02-9.306.608-18.744 7.17-25.307 4.922-4.922 11.462-7.07 18.35-7.404 2.296-.113 4.63-.024 6.957.23 9.305 1.022 19.334 4.507 30.152 9.843 21.638 10.673 46.375 28.992 70.155 52.77 20.19 20.192 36.426 41.098 47.408 60.166 10.354 2.306 19.776 6.258 28.254 11.56-11.875-26.925-32.735-57.202-60.7-85.165-31.504-31.503-65.977-54.003-95.25-64.78-13.72-5.054-26.26-7.5-36.59-7.4zm224.78 134.858c-8.156 0-14.767 6.61-14.767 14.765 0 8.156 6.61 14.766 14.766 14.766 8.155 0 14.766-6.61 14.766-14.766 0-8.154-6.61-14.765-14.766-14.765zm-131.15 27.277l35.82 31.658c18.85 6.934 36.815 22.84 50.714 44.38 14.405 22.33 24.3 50.874 24.3 82.232v42.312c-2.678-3.76-7.063-6.223-12.03-6.223-8.156 0-14.766 6.61-14.766 14.765 0 8.156 6.61 14.766 14.766 14.766 4.968 0 9.353-2.46 12.03-6.222v93.088h32.277v-21.158c2.658 1.303 5.637 2.054 8.797 2.054 11.067 0 20.04-8.972 20.04-20.04s-8.973-20.04-20.04-20.04c-3.16 0-6.14.752-8.797 2.055V341.6c0-40.176-6.675-80.88-21.86-110.422-15.184-29.544-37.235-47.848-72.166-47.848h-49.085zm-164.072 77.2l-27.06 12.72.218.22c-3.374 3.36-3.612 5.753-1.563 11.592 2.05 5.84 7.55 13.72 15.22 21.375 7.492 7.483 15.54 12.637 21.686 14.625 6.148 1.99 8.97 1.4 11.376-1l.094.094 12.625-26.875c-5.527-4.4-10.858-9.17-15.97-14.28-5.936-5.937-11.49-12.096-16.624-18.47zm-128 16.376c-4.147.122-6.81 1.282-8.374 2.844-1.952 1.953-3.558 5.7-3.5 12.188.058 6.488 1.904 15.2 5.72 24.968 7.63 19.535 22.975 43.288 44.718 65.03 21.743 21.745 45.758 37.354 65.594 45.252 9.917 3.948 18.778 5.924 25.375 6.062 6.596.138 10.365-1.428 12.25-3.313 2.485-2.485 3.91-7.837 1.718-17.656-1.543-6.92-4.898-15.422-9.81-24.717-10.077 6.655-23.1 6.935-35.064 3.062-14.03-4.542-28.03-14.195-40.906-27.063-12.703-12.694-22.842-26.034-27.72-39.937-4.203-11.987-3.644-25.438 3.72-36.03-9.252-4.857-17.694-8.16-24.563-9.658-3.652-.795-6.667-1.104-9.156-1.03zM109.97 283l-25.564 12-4.625 2.188-.124-.094c-5.077 5.687-5.392 11.384-2.25 20.344 3.352 9.556 11.82 21.42 23.313 32.906 11.318 11.31 23.5 19.284 33.436 22.5 9.1 2.946 15.123 2.408 19.78-1.406l-.155-.25 2.19-4.625 12.25-26.094c-2.612-.273-5.208-.824-7.69-1.626-10.238-3.312-20.103-10.15-29.155-19.188-8.878-8.864-16.05-18.217-19.625-28.406-.925-2.634-1.534-5.42-1.78-8.25zm275.286 27.602c-11.067 0-20.04 8.97-20.04 20.04 0 11.068 8.973 20.04 20.04 20.04 11.067 0 20.04-8.972 20.04-20.04 0-11.07-8.973-20.04-20.04-20.04z" fill="#fff"/></svg>
<svg class="tc-image-originals-powder tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.28 71.406c-12.493.18-23.276 7.03-35.31 16.313C160.78 137.22 81.93 205.86 59.874 254c-8.294-11.01-37.188-8.578-37.188 6.656 0 13.07 20.105 16.687 31.594 11.094-.615 4.334-.52 8.38.345 12.125-6.367 1.883-11.28 5.995-11.28 12.28 0 13.762 22.29 17.075 33.343 10.158 5.03 2.766 10.308 5.383 15.812 7.812-.82 1.512-1.25 3.237-1.25 5.156 0 11.616 15.868 15.766 27.47 12.626-.146.71-.22 1.472-.22 2.25 0 18.294 39.406 18.13 39.406 0 0-.147-.026-.293-.03-.437 14.275 2.734 29.115 4.778 44.28 6.155 3.003 14.32 32.657 14.91 38.25 2.063 15.032.29 30.163 0 45.156-.875-.136.693-.25 1.43-.25 2.187 0 14.17 23.653 17.252 34.313 9.5 11.71 17.38 56 14.1 56-9.375 0-2.304-.407-4.408-1.188-6.313 9.565 4.504 22.57 5.225 33.25 2.157 2.438 16.508 39.282 15.748 39.282-1.783 0-9.43-10.643-13.827-20.876-13.406.577-1.795.906-3.732.906-5.81 0-1.85-.26-3.57-.72-5.19 5.083-1.994 9.978-4.1 14.658-6.28 12.24-5.705 17.59-14.928 17.687-26.563 11.533 5.37 31.313 1.566 31.313-11.28 0-14.457-25.064-17.168-35.22-8.657-18.55-51.64-99.242-128.954-160.78-175.188-13.177-9.9-23.94-13.796-33.657-13.656zM479.314 302.5c-9.854.043-19.72 4.577-19.72 13.47 0 18.293 39.407 18.13 39.407 0 0-9.066-9.834-13.513-19.688-13.47zM34.97 314.063c-9.854.043-19.72 4.576-19.72 13.468 0 18.296 39.406 18.13 39.406 0 0-9.064-9.834-13.51-19.687-13.467zM80.374 342.5c-10.71.047-21.43 4.817-22.156 14.156-10.41-.53-21.5 3.978-21.5 13.406 0 17.342 35.404 18.098 39.093 2.688 12.385 1.59 26.75-3.445 26.75-15.063 0-10.204-11.096-15.236-22.188-15.187zm89.22 10.406c-6.657.03-13.32 2.1-16.94 6.188-13.492-2.84-30.874 2.275-30.874 15.094 0 19.417 37.687 21.175 45.157 5.718 10.654.872 22.344-3.65 22.344-13.53 0-9.066-9.833-13.513-19.686-13.47zm89.186 1.625c-9.852.044-19.717 4.578-19.717 13.47 0 18.294 39.437 18.13 39.437 0 0-9.065-9.866-13.512-19.72-13.47zm210.626 6.064c-12.95.056-25.906 6.03-25.906 17.72 0 24.043 51.78 23.826 51.78-.002 0-11.913-12.923-17.775-25.874-17.718zm-75.187 7.125c-9.854.042-19.72 4.575-19.72 13.467 0 18.295 39.438 18.13 39.438 0 0-9.064-9.866-13.51-19.72-13.468zm-181.283 13.75c-11.298.048-22.593 5.24-22.593 15.436 0 12.487 16.006 17.455 28.97 15.063 6.844 18.704 50.905 16.82 50.905-5.158 0-15.218-21.107-20.517-36.376-16.28-3.558-6.105-12.228-9.1-20.906-9.063zm121.844 6.936c-6.21.027-12.443 1.842-16.186 5.406-11.597-4.94-30.78-1.042-30.78 11.375-.002 14.898 26.137 17.537 35.842 8.22 11.597 5.024 30.813 1.126 30.813-11.532 0-9.065-9.836-13.512-19.69-13.47zM94.44 390.97c-11.3.048-22.626 5.24-22.626 15.436 0 20.978 45.22 20.79 45.22 0 0-10.394-11.296-15.487-22.594-15.437zM429.5 404.81c-11.092.05-22.188 5.146-22.188 15.157 0 20.594 44.375 20.41 44.375 0 0-10.206-11.095-15.206-22.187-15.158zm-270.656 1.844c-11.3.05-22.594 5.24-22.594 15.438 0 20.978 45.188 20.79 45.188 0 0-10.395-11.296-15.487-22.594-15.438z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-power-button tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M228.576 26.213v207.32h54.848V26.214h-54.848zm-28.518 45.744C108.44 96.58 41 180.215 41 279.605c0 118.74 96.258 215 215 215 118.74 0 215-96.26 215-215 0-99.39-67.44-183.025-159.057-207.647v50.47c64.6 22.994 110.85 84.684 110.85 157.177 0 92.117-74.676 166.794-166.793 166.794-92.118 0-166.794-74.678-166.794-166.795 0-72.494 46.25-134.183 110.852-157.178v-50.47z"/></svg>
<svg class="tc-image-originals-power-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M29.805 29.777L242.14 209.55H118.712l112.54 86.784H95.995l225.656 174.012-81.537-116.05 66.487.143 179.185 138.175-171.96-244.746h84.568L248.082 29.776H29.805z"/></svg>
<svg class="tc-image-originals-prayer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.78 18.063c-52.004 0-94.686 45.7-94.686 103.156 0 57.455 42.682 103.155 94.687 103.155 52.007 0 94.72-45.7 94.72-103.156 0-57.457-42.713-103.157-94.72-103.157zM203 159.655c13.276 3.67 26.394 6.046 39.375 7.22v18.75c-14.674-1.21-29.464-3.85-44.375-7.97l5-18zm117.375 0l4.906 18.03c-14.452 3.938-29.08 6.583-43.874 7.845v-18.718c13.085-1.223 26.055-3.638 38.97-7.156zM160.22 175.344c-75.308 50.797-110.604 125.208-116.282 220h.218c-.367 1.705-.562 3.466-.562 5.28 0 13.808 11.19 25 25 25 .22 0 .436-.025.656-.03v.22l179.438-.002V302.406c-25.58 4.82-45.22 28.49-45.22 62.594v9.344H103.096v-18.688h12.718c3.664-35.178 26.522-77.998 45.343-101.344l14.53 11.72c-15.618 19.373-36.603 61.664-40.905 89.624h50.47c4.04-42.08 35.168-72.875 73.22-72.875 34.98 0 68.653 28.958 73.905 72.876h55.75c-5.412-28.305-26.53-70.32-42.094-89.625l14.564-11.717c18.885 23.424 41.643 66.485 46.562 101.343h10.563v18.688H314.593l-.25-9.094c-1.02-35.656-23.57-58.234-46.97-62.875v123.438h180.657v-.22c.22.006.436.032.658.032 13.81 0 25-11.193 25-25 0-2.092-.266-4.12-.75-6.063-5.566-92.605-39.022-165.662-111.032-216.218-19.026 38.355-56.592 64.72-100.125 64.72-44.662 0-83.047-27.74-101.56-67.72zM140.374 444.5l9.188 47.5h220.562l8.47-47.5h-238.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-praying-mantis tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v10.477c4.607 7.49 10.433 16.767 16.867 26.488 7.35 11.106 15.393 22.655 23.117 32.44 2.03 2.57 3.997 5.005 5.936 7.294 5.094-3.083 10.587-6.245 16.22-9.024-2.52-2.73-5.266-5.924-8.027-9.422C64.896 67.11 57.06 55.88 49.877 45.03 43.274 35.053 37.295 25.51 32.687 18H18zm134.072 0c-.72 5.552-2.36 17.603-4.765 31.28-1.528 8.688-3.463 18.042-5.537 26.505 6.146.52 12.202 1.46 18.005 2.877 2.026-8.624 3.747-17.673 5.258-26.267 3.032-17.243 4.83-31.494 5.186-34.395H152.07zm-23.24 75.62c-8.37-.06-16.72.624-24.22 2.077-4.87.945-12.558 4.244-20.33 8.254 11.135 2.173 22.183 8.018 31.09 16.956 20.132 20.2 24.47 51.285 6.216 69.477-1.168 1.163-2.388 2.233-3.654 3.213 2.607 1.546 5.244 3.074 7.904 4.574 22.375 12.618 46.216 23.606 65.316 31.783 9.422 4.034 17.47 7.29 23.813 9.81-.566-4.942-1.286-10.553-2.375-16.958-2.47-14.524-6.15-32.12-10.574-49.38-4.425-17.257-9.62-34.217-14.96-47.298-5.343-13.082-12.213-22.055-13.492-22.787l-.107-.063-.108-.064c-9.454-5.77-25.014-8.995-40.934-9.52-1.194-.04-2.39-.063-3.586-.072zm61.11.17c5.73 6.326 9.533 15.135 13.78 25.532 3.497 8.568 6.805 18.298 9.878 28.532 8.97-9.812 7.474-29.01-6.856-43.39-5.188-5.205-11.013-8.72-16.803-10.675zM74.343 121.075c-6.227.132-11.806 2.23-15.72 6.13-9.63 9.6-8.384 29.328 6.26 44.02 14.642 14.693 34.366 16.01 44 6.41 9.63-9.6 8.384-29.33-6.26-44.023-8.693-8.724-19.18-12.73-28.28-12.537zm-19.453 65.45c-11.004 5.64-23.684 13.494-36.146 22.257-.25.175-.495.358-.744.533v68.854c18.57-19.21 33.836-37.206 44.793-52.824 6.75-9.623 11.865-18.36 15.256-25.73-8.23-2.455-16.226-6.907-23.16-13.09zm356.66.818l-5.187 6.627c2.03 4.33 3.965 8.683 5.834 13.05 2.156-.268 4.25-.392 6.225-.37 2.657.03 5.104.3 7.392.79-1.22-1.995-2.424-3.93-3.584-5.725-4.22-6.53-7.95-11.413-10.68-14.37zm-24.277 8.123c-16.918 13.857-33.877 33.415-49.94 55.898 19.226-15.966 38.755-29.392 57.823-38.717-2.322-5.384-4.746-10.733-7.316-16.017l-.567-1.163zM227.926 206.62c.887 4.564 1.7 8.986 2.412 13.167.932 5.478 1.717 10.455 2.326 14.96 14.438 1.212 21.815 20.84 29.783 29.37-.062-26.028-13.06-48.863-34.52-57.498zm190.295 18.03c-3.713-.04-8.47.777-12.613 2.914l-.146.075-.146.07c-48.158 22.688-105.47 79.642-148.722 134.4-21.626 27.38-39.88 54.23-52.1 75.753-6.11 10.76-10.71 20.215-13.435 27.47-2.502 6.66-2.773 11.29-2.858 11.9 4.226 8.206 9.81 12.687 24.827 15.37 58.497-38.614 114.28-103.552 153.22-160.982 19.8-29.203 35.308-56.487 44.718-77.046 4.705-10.28 7.872-18.93 9.29-24.84.535-2.236.608-3.54.694-4.77-.853-.132-1.566-.3-2.73-.314zm13.266.557l-7.68 3.438c-3.085 64.654-21.425 126.137-30.132 173.533 2.613 2.39 6.34 5.615 11.14 8.74-5.886 12.474-11.623 19.878-18.384 26.55-7.995 7.886-17.974 14.87-30.735 26.452l12.098 13.328c11.923-10.823 21.84-17.656 31.277-26.967 11.193-11.626 24.333-31.958 27.36-45.87 1.37-6.504 2.698-15.256 3.873-25.32 2.35-20.13 4.11-45.577 4.883-70.29.772-24.716.544-48.79-.965-65.9-.683-7.745-1.702-13.802-2.734-17.693zM82.068 228.98c-1.447 2.2-2.942 4.426-4.54 6.702-1.1 1.57-2.25 3.165-3.423 4.77 22.826 31.163 50.81 72.068 99.905 153.027 7.64 7.252 15.592 14.054 23.88 20.33 4.726-7.598 9.963-15.564 15.643-23.785C145.2 300.133 110.34 259.675 82.068 228.98zm73.79 4.83c-3.635 24.868 12.083 48.43 37.283 60.13-5.282-12.958-25.407-31.827-8.67-47.272l-.4-.168c-8.614-3.688-18.207-7.965-28.21-12.69zM62.6 255.345c-4.197 5.177-8.686 10.48-13.48 15.902 27.338 73.814 65.068 146.414 123.943 190.867.364-1.013.747-2.05 1.147-3.113 1.968-5.238 4.58-11.02 7.758-17.275-61.466-103.163-93.89-151.364-119.367-186.38zm390.58 2.816c.615 15.38.566 33.084 0 51.197-.237 7.563-.573 15.17-.98 22.697 2.864 10.367 5.673 20.25 8.556 29.435 3.675.957 8.94 2.16 15.19 2.625 2.602 13.216 2.398 22.448.972 31.703-1.71 11.1-5.552 22.656-8.88 39.565l17.66 3.478c2.785-14.136 6.173-24.76 8.304-36.222v-39.25c-.727-5.09-1.784-10.093-3.238-15.22-1.827-6.39-4.738-14.75-8.4-24.197-7.32-18.897-17.648-42.225-28.507-64.44-.224-.46-.452-.912-.677-1.37zM319.05 421.782c-20.25 22.78-42.233 44.482-65.296 63.21 4.992 1.433 10.517 2.494 15.63 3.026 18.016-19.193 34.663-41.935 49.667-66.235z"/></svg>
<svg class="tc-image-originals-present tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M149.518 78.38c-6.55.117-12.45 1.736-17.35 4.91-7.465 4.84-11.765 12.904-13.063 21.34-2.595 16.874 4.747 36.355 19.862 52.31C154.08 172.893 177.643 185 208 185h2.438l-9.118-18.234c-22.194-1.554-38.46-10.777-49.287-22.205-11.885-12.545-16.543-28.064-15.138-37.19.702-4.564 2.402-7.25 5.062-8.974 2.66-1.724 7.113-2.875 14.756-1.326 13.078 2.65 34.233 13.948 62.205 39.284L220.27 135h23.408c-35.31-34.8-62.215-51.278-83.39-55.57-2.715-.55-5.363-.887-7.925-1.006-.96-.045-1.91-.06-2.845-.043zm212.964 0c-.935-.016-1.885 0-2.845.044-2.562.12-5.21.455-7.924 1.006-21.176 4.292-48.082 20.77-83.39 55.57h23.406l1.352 1.354c27.972-25.336 49.127-36.633 62.205-39.284 7.643-1.55 12.096-.398 14.756 1.326 2.66 1.725 4.36 4.41 5.062 8.973 1.405 9.126-3.253 24.645-15.138 37.19-10.827 11.43-27.093 20.652-49.287 22.206L301.562 185H304c30.357 0 53.92-12.106 69.033-28.06 15.115-15.955 22.457-35.436 19.862-52.31-1.298-8.436-5.598-16.5-13.063-21.34-4.9-3.174-10.8-4.793-17.35-4.91zM227.73 153l-8.78 8.777L229.564 183h52.875l10.61-21.223-8.777-8.777h-56.54zM73 201v46h142v-46H73zm160 0v270h46V201h-46zm64 0v46h142v-46H297zm-192 64v206h110V265H105zm192 0v206h110V265H297z"/></svg>
<svg class="tc-image-originals-pretty-fangs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M166.594 96.28c-41.99 38.54-97.77 74.975-147.47 86 40.138 14.206 107.59 18.608 153.282 9.532l1.22-.406v.188c.206-.043.418-.082.624-.125 53.26 31.326 94.218 32.182 151 0 .256.086.524.163.78.25l-.03-.314 7.594 2.625c.105.03.207.066.312.095 44.21 12.288 102.904 9.115 154.28-11.97-59.524-9.648-124.87-51.613-155.092-85.874-55.502 39.623-111 32.147-166.5 0zM28.72 206.688c11.626 22.318 32.612 57.64 64.905 94.813-1.55-18.164-2.515-35.945-3.03-52.625-22.18-11.265-42.998-25.28-61.876-42.188zm447.155 7.532c-20.55 14.733-43.1 27.315-66.938 37.624-.607 17.746-1.732 36.683-3.5 55.937 33.976-34.915 56.833-69.604 70.438-93.56zm-322.313 3.186c-15.034 3.72-30.014 4.855-44.562 4.156-.116 39.457 2.945 90.054 10.22 137.282 5.254 34.12 12.997 66.188 22.374 90.187l11.97-231.624zm192.5 0l11.97 231.625c9.376-23.998 17.12-56.066 22.374-90.186 7.274-47.228 10.335-97.825 10.22-137.28-14.554.697-29.524-.435-44.563-4.158zM330.406 276.5c-53.08 10.905-108.715 11.398-161.156.03l-4.438 86.033c49.643 23.158 118.42 22.46 170-.5l-4.406-85.563z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-pretzel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M182.28 90.005c16.1 2.682 25.418 4.934 45.862 11.656 18.57-14.474 47.956-26.908 75.748-26.14 47.97 1.604 91.01 34.895 103.698 72.094 10.918 32.01 4.29 72.454-14.532 110.358-16.682 34.096-52.988 76.062-87.875 95.46-18.8 10.23-36.618 17.343-61.39 20.86-7.537 15.89-13.888 32.806-19.816 43.902 36.3-2.454 71.64-11.743 101.282-27.87 35.382-19.252 66.99-50.606 90.443-87.303.14.016.264.027.405.042 12.194-19.643 12.988-23.107 22.043-42.573 17.01-40.85 23.166-85.462 9.192-126.434-19.178-56.227-77.212-99.728-142.825-100.862-54.15-.677-95.57 27.644-122.236 56.81zm-24.74 16.682C121.8 108.9 87.07 121.867 65.23 145.27c-24.54 26.3-40.146 63.025-45.328 100.794-5.182 37.768.08 77.63 23.783 107.632 23.524 29.778 57.79 48.086 95.225 57.47 12.147-20.055 13.965-24.698 20.045-38.67-34.498-6.97-64.44-22.213-82.313-44.835-13.958-17.667-19.21-46.14-15.13-75.887 4.083-29.75 17.517-59.727 34.425-77.848 8.587-9.204 29.154-19.31 50.7-23.445 15.104-2.44 43.587-.884 55.766 6.466 11.815 7.865 17.974 21.69 19.38 24.932 14.802 10.438 32.785 21.642 44.82 26.406-.413-20.385-4.292-39.918-13.815-57.406-8.91-16.364-22.303-27.454-37.628-34.494l.002-.002c-14.2-7.48-36.045-11.835-57.625-9.695zm-3.39 60.957c.743 10.735 3.627 21.485 9.283 31.87 12.423 22.812 32.96 39.463 56.815 52.54l-.002.006c20.21 10.896 23.6 11.366 44.373 19.584l.01.004c29.57 9.695 57.504 16.927 84.567 21.885 14.18-19.153 15.862-23.037 24.42-38.434-34.93-5.817-72.66-14.643-103.123-26.27-24.107-9.222-33.5-15.21-46.285-24.225-10.895-9.673-22.79-18.91-26.78-32.147-13.554-2.775-29.795-5.5-43.28-4.814zm302.078 96.67c-9.334 19.797-11.152 25.408-20.2 40.623 21.918 1.843 35.99 2.283 35.99 2.283 11.698.5 21.547-8.664 21.89-20.37.342-11.704-8.954-21.428-20.662-21.613 0 0-6.613-.25-17.018-.923zm-240.033 5.99c-5.348 21.46-12.844 43.655-21.297 64.732-5.088 12.688-10.427 24.798-15.71 36.2-8.94 20.01-10.283 24.81-22.512 45.296-9.815 18.414-16.83 30.11-16.83 30.11-6.24 9.934-3.132 23.053 6.902 29.132 10.033 6.08 23.1 2.76 29.017-7.37 19.563-33.868 34.868-62.688 50.352-99.25 2.783-6.35 5.547-12.967 7.764-18.485 8.118-20.244 15.652-41.69 21.464-63.343-17.052-6.69-22.696-8.36-39.15-17.023z"/></svg>
<svg class="tc-image-originals-prisoner tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M16 18v476h32V18zm144 0v279.883c5.308-1.866 10.97-2.883 16.885-2.883 5.262 0 10.323.812 15.115 2.303V18zm160 0v279.594c5.053-1.674 10.41-2.594 16-2.594s10.947.92 16 2.594V18zm144 0v476h32V18zM256 62.074c-17.06 0-33 9.87-45.242 27.46-.26.37-.504.764-.758 1.142v138.646c.254.378.5.772.758 1.143C223 248.053 238.94 257.925 256 257.925c17.06 0 33-9.872 45.242-27.46.26-.37.504-.765.758-1.143V90.676c-.254-.378-.5-.772-.758-1.143C289 71.945 273.06 62.073 256 62.073zM256 265c-17.772 0-32.922 2.757-46 7.697v34.387c14.584 11.926 23.885 31.442 23.885 52.916 0 21.474-9.3 40.99-23.885 52.916V494h92v-81.814c-14.076-11.984-23-31.147-23-52.186 0-21.04 8.924-40.202 23-52.186V272.65c-13.078-4.91-28.23-7.65-46-7.65zm-79.115 48c-20.835 0-39 20.24-39 47s18.165 47 39 47c16.12 0 30.634-12.123 36.38-30H176v-18h39.863c-.084-4.926-.78-9.62-2-14H176v-18h28.63c-7.182-8.72-17.112-14-27.745-14zM336 313c-10.633 0-20.563 5.28-27.746 14H336v18h-36.98c-1.217 4.38-1.914 9.074-2 14H336v18h-36.38c5.746 17.877 20.26 30 36.38 30 20.835 0 39-20.24 39-47s-18.165-47-39-47zm-207.094 82.04c-6.388 34.67-7.555 70.32-7.775 98.96H142v-82.584c-5.156-4.57-9.582-10.12-13.094-16.377zm254.492 1.036c-3.618 6.187-8.152 11.644-13.398 16.11V494h20.875c-.2-28.3-1.29-63.54-7.477-97.924zM160 422.116V494h32v-71.303c-4.792 1.49-9.853 2.303-15.115 2.303-5.915 0-11.577-1.017-16.885-2.883zm160 .29V494h32v-71.594c-5.053 1.674-10.41 2.594-16 2.594s-10.947-.92-16-2.594z"/></svg>
<svg class="tc-image-originals-private tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.977 147.306C285.345 194.92 349.612 272.93 406 311.866v52.592c-52.596-39.175-105.228-92.47-140.56-145.47l-9.44-14.16-9.44 14.16c-35.446 53.17-87.448 106.787-140.56 145.706v-52.89c55.382-38.943 120.38-116.82 149.977-164.498z" color="#000" fill="#fff"/></svg>
<svg class="tc-image-originals-private-first-class tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.977 121.95C226.38 169.626 161.382 247.503 106 286.446v52.48c38 29.073 86 51.098 150 51.124 64 .027 112-22.05 150-51.124V286.51c-56.388-38.936-120.655-116.947-150.023-164.56zm.023 57.523l9.44 14.158c27.838 41.76 66.42 83.7 107.26 118.774-46.064 25.842-81.895 37.647-116.7 37.647-34.718 0-70.455-11.744-116.352-37.45 40.87-35.015 79.02-77.128 106.913-118.97l9.44-14.157z"/></svg>
<svg class="tc-image-originals-processor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M228.844 32.22v114.218h17.687V32.218h-17.686zm-108.25.624c-15.507 0-28.094 12.586-28.094 28.093C92.5 76.444 105.087 89 120.594 89c12.655 0 23.34-8.372 26.844-19.875h44.937v77.313h17.688v-95H147.03c-3.888-10.837-14.262-18.593-26.436-18.593zm193.25 0c-15.507 0-28.063 12.586-28.063 28.093 0 12.124 7.677 22.45 18.44 26.376v59.124h17.655V87.844c11.596-3.452 20.063-14.193 20.063-26.906 0-15.508-12.587-28.094-28.094-28.094zM266.124 92.5v53.938h17.657V92.5h-17.655zm188.532 4.03c-15.507 0-28.094 12.588-28.094 28.095 0 13.083 8.948 24.074 21.063 27.188v27.468h-92.938v17.657h110.624v-46.342c10.223-4.192 17.407-14.233 17.407-25.97 0-15.507-12.557-28.094-28.064-28.094zM30.187 123.657v17.688H96.75v55.594h62.814V179.28h-45.126v-55.624h-84.25zm147.032 40.47v159.718h159.81v-159.72H177.22zm17.56 15.655h17.657v78.595l32.407 32.406h75.28v17.658H237.5l-2.594-2.594-10.75-10.75c-1.033 7.385-7.36 13.062-15.03 13.062-8.392 0-15.19-6.796-15.19-15.187 0-7.682 5.696-13.98 13.095-15l-9.655-9.658-2.594-2.593V179.78zm54.94.157h17.686v55.313h52.53l.002 17.688H249.72v-73zM53.124 217.375V307.344c-11.49 3.512-19.844 14.198-19.844 26.844 0 15.505 12.557 28.093 28.064 28.093s28.093-12.587 28.093-28.092c0-12.195-7.79-22.564-18.656-26.438v-72.72h88.782v-17.655H53.124zm301.563 0v17.656h53.968v-17.655h-53.97zm99.968 21.97c-10.898 0-20.342 6.21-25 15.28h-74.97l.002 17.688H427c2.325 13.168 13.824 23.187 27.656 23.187 15.507 0 28.063-12.588 28.063-28.094 0-15.507-12.557-28.062-28.064-28.062zm-349.062 15.28v17.688h53.97v-17.688h-53.97zm17.156 36.47v84.217c-11.498 3.513-19.875 14.2-19.875 26.844 0 15.506 12.587 28.094 28.094 28.094 15.506 0 28.06-12.588 28.06-28.094 0-12.194-7.766-22.564-18.624-26.437v-66.94h19.156v-17.686H122.75zm231.938 0v17.686h45.156v95.283c-11.323 3.624-19.53 14.26-19.53 26.78-.002 15.506 12.585 28.063 28.092 28.063 15.507 0 28.063-12.557 28.063-28.062 0-12.32-7.935-22.778-18.97-26.563V291.095h-62.814zM192.375 341.53v54.033h17.688V341.53h-17.688zm36.47 0v86.564c-11.013 3.794-18.94 14.233-18.94 26.53 0 15.506 12.588 28.095 28.095 28.095s28.063-12.59 28.063-28.095c0-12.53-8.203-23.14-19.532-26.75V341.53h-17.686zm37.28 0v54.033h17.688l-.032-54.032h-17.655zm38.094 0v140.064h17.655V341.53H304.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-profit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.78 19.5v79.656c44.684 5.582 81.517 24.966 116.657 47.156l-24.75 20.063L212.47 218.28 184.53 106.5l-25.905 21c-20.225-40.01-42.778-77.73-72.75-108H18.78zm277.376 0c-15.624 28.765-29.207 58.126-41.78 88.156l-30.19-6.406 25.94 112.25 67.06-92.5-29.592-6.28c33.29-34.747 67.597-67.793 108.062-95.22h-99.5zm197.5 93.844c-37.988 2.482-72.04 19.677-105.03 40.906l-12.47-32.53-80.062 82.843 114.094 5.937-13.25-34.563c32.24-.934 64.478 1.827 96.718 21.375v-83.968zm-194.03 128.03c-5.28.12-10.21 2.416-16.938 9.595l-6.563 6.968-6.813-6.72c-7.387-7.28-13.216-9.29-19.125-9.03-5.908.26-12.855 3.367-20.625 9.656l-6.218 5.03-5.906-5.374c-8.9-8.052-16.485-10.438-23.75-10.063-5.288.274-10.775 2.266-16.25 5.75l40.968 73.688c15.454 9.452 47.033 13.007 68.75 2.063l39.594-73.344c-7.51-3.062-14.26-6.202-20.094-7.406-2.112-.437-4.072-.756-5.97-.813-.354-.01-.71-.008-1.06 0zm-89.97 96.19c-18.035 12.742-32.516 34.718-38.125 66.905-5.435 31.196 3.128 52.265 18.282 66.624 15.155 14.36 37.902 21.737 61 21.437 23.1-.3 46.136-8.31 61.625-22.936 15.49-14.627 24.25-35.426 19.282-65.188-5.137-30.757-18.4-52.148-35.19-65.094-28.482 15.056-64.094 11.856-86.874-1.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-protection-glasses tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 146.572c-30.972 0-61.944 1.244-92.914 3.703H160c-.032.082-.063.165-.096.246-14.258 1.173-28.514 2.617-42.77 4.31l-1.144-.576c-.127.252-.248.504-.375.756-17.696 2.124-35.39 4.635-53.084 7.562l-5.47.907-1.652 5.29c-.28.9-.546 1.787-.82 2.68H44l-16 63.532h12.73c-3.66 34.972.71 68.132 14.764 108.82l1.28 3.712 3.593 1.584c49.352 21.772 85.914 21.772 135.266 0 22.288-9.833 32.994-28.193 40.834-42.016 3.92-6.912 7.306-12.758 10.426-16.182 3.12-3.424 5.045-4.566 9.107-4.566 4.062 0 5.988 1.142 9.107 4.566 3.12 3.424 6.506 9.27 10.426 16.182 7.84 13.823 18.546 32.183 40.834 42.016 49.352 21.772 85.914 21.772 135.266 0l4.02-1.774 1.074-4.262c10.202-40.51 13.986-73.303 11.363-108.08H484l-16-63.53h-10.732c-.182-.735-.355-1.46-.54-2.198l-1.44-5.72-5.82-.962c-64.476-10.667-128.972-16-193.468-16zm0 17.994c61.532 0 123.064 5.042 184.613 14.91 13.912 57.71 13.82 96.77-.332 154.81-44.11 18.726-71.428 18.292-116.647-1.657-16.75-7.39-24.71-20.793-32.444-34.43-3.868-6.817-7.495-13.626-12.776-19.423-5.28-5.796-13.143-10.443-22.414-10.443-9.27 0-17.133 4.647-22.414 10.443-5.28 5.797-8.908 12.606-12.775 19.424-7.733 13.637-15.694 27.04-32.443 34.43-4.22 1.86-8.285 3.552-12.222 5.075 2.756-60.648 18.325-117.63 41.37-172.47 12.83-.437 25.657-.67 38.485-.67zm-103.186 4.688C132.49 225.61 119.91 285.04 113.457 346.902c-7.824-1.118-15.866-3.12-24.453-6 1.81-59.094 13.318-115.636 38.453-169.074 8.452-.95 16.906-1.81 25.357-2.574zm-46.26 5.11C84.318 225.3 73.588 278.795 71.25 333.905c-19.358-57.964-17.74-96.353-.22-154.38 11.842-1.9 23.683-3.62 35.523-5.163z" fill="#fff"/></svg>
<svg class="tc-image-originals-psychic-waves tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M65.125 18.344C47.11 49.844 36.72 86.262 36.72 125.124c0 80.293 43.973 150.497 109.124 187.75.403-6.904.92-13.833 1.625-20.75-55.33-34.965-92.064-96.676-92.064-167 0-39.426 11.63-75.964 31.563-106.78H65.124zm69.03 0c-25.61 28.273-41.374 65.635-41.374 106.78 0 51.08 24.052 96.656 61.44 125.97l.06-.25c1.612-6.61 3.473-13.008 5.69-19.125-29.73-25.896-48.5-64.026-48.5-106.595 0-42.848 19.254-80.837 49.436-106.78h-26.75zm210.532 0c30.125 25.95 49.438 64.003 49.438 106.78 0 41.152-17.546 78.157-45.563 103.97 2.26 6.282 4.116 12.876 5.657 19.687 35.748-29.366 58.592-73.883 58.592-123.655 0-41.123-15.81-78.5-41.406-106.78h-26.72zm73.407 0c20.06 30.867 32.094 67.387 32.094 106.78 0 69.457-35.82 130.505-90 165.69.545 7.037.933 14.107 1.187 21.123 64.267-37.483 107.53-107.18 107.53-186.812 0-38.925-10.745-75.328-28.874-106.78h-21.936zm-165.313 2.28c-57.625 0-104.53 46.906-104.53 104.532 0 28.606 11.56 54.573 30.25 73.47 4.13-4.712 8.84-8.817 14.094-12.19-15.844-15.56-25.656-37.237-25.656-61.28 0-47.527 38.316-85.844 85.843-85.844 47.528 0 85.845 38.317 85.845 85.844 0 23.16-9.108 44.114-23.938 59.53 5.488 3.14 10.394 7.033 14.688 11.533 17.327-18.666 27.938-43.657 27.938-71.064 0-57.626-46.905-104.53-104.532-104.53zm-4.186 55.564c-21.622 2.8-40.97 27.91-40.97 60.28 0 17.846 6.173 33.653 15.282 44.595l10.188 12.218-15.656 2.94c-11.884 2.226-20.62 8.512-28.032 18.655-7.41 10.143-13.023 24.216-16.97 40.406-7.188 29.5-8.736 65.498-8.967 97.126h38.999l.655 8.656 9.906 132.5h83.69l8.75-132.437.592-8.72h37.125c-.02-32-.39-68.49-6.906-98.217-3.57-16.297-8.992-30.34-16.5-40.375-7.505-10.035-16.654-16.288-29.967-18.344L273.875 193l10.094-12.625c8.713-10.89 14.592-26.495 14.592-43.906 0-34.515-21.658-60.22-45.468-60.22-2.672 0-4.275-.092-4.5-.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-pteruges tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" class="cls-2" d="M70.392 399.79l29.973 33.63 29.973-33.63V132.6H70.434V399.79zm29.973-24.75a13.662 13.662 0 1 1-13.662 13.663 13.662 13.662 0 0 1 13.652-13.673zM381.65 132.6V399.79l29.974 33.63 29.973-33.63V132.6h-59.904zm29.974 269.757a13.662 13.662 0 1 1 13.663-13.662 13.662 13.662 0 0 1-13.663 13.662zM303.84 145.925V431.34l29.972 33.63 29.973-33.63V132.598H317.05a77.875 77.875 0 0 1-13.21 13.347zm29.972 260.634a13.662 13.662 0 1 1-13.662 13.66 13.662 13.662 0 0 1 13.61-13.64zm-107.796-250v295.81L255.99 486l29.973-33.63V156.56a77.224 77.224 0 0 1-59.947 0zm43.636 284.722a13.662 13.662 0 1 1-13.663-13.662 13.662 13.662 0 0 1 13.662 13.662zM194.93 132.598h-46.726V431.34l29.973 33.63 29.973-33.63V145.945a77.886 77.886 0 0 1-13.22-13.347zm-16.71 301.306a13.662 13.662 0 1 1 13.662-13.662 13.662 13.662 0 0 1-13.663 13.662zM333.233 85.368a76.824 76.824 0 0 0-5.128-27.63h113.502v56.983H327.454a76.803 76.803 0 0 0 5.78-29.352zM70.392 57.738h113.502a77.024 77.024 0 0 0 .684 56.983H70.392V57.74zm185.597 86.998a59.368 59.368 0 1 1 59.368-59.368 59.368 59.368 0 0 1-59.37 59.368z"/></svg>
<svg class="tc-image-originals-public-speaker tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 33c-20.835 0-39 20.24-39 47s18.165 47 39 47 39-20.24 39-47-18.165-47-39-47zM110.258 54.934l-16.99 8.496c14.917 22.147 32.213 47.013 49.76 68.947 19.707 24.634 39.95 45.048 52.997 51.572l4.975 2.488v39.478c27.13 3.608 46.516 4.982 67.875 4.09-.66-.49-1.316-.98-1.95-1.48-4.915-3.88-9.18-8.206-12.5-12.856-5.87-.587-10.577-4.374-13.392-8.65-3.063-4.65-4.57-10.242-4.57-16.262s1.507-11.612 4.57-16.264c3.064-4.65 8.364-8.736 14.967-8.736s11.903 4.085 14.967 8.736c3.063 4.652 4.57 10.244 4.57 16.264s-1.507 11.612-4.57 16.263c-.06.094-.13.185-.192.277 1.92 2.358 4.335 4.758 7.303 7.1 6.283 4.962 14.722 9.46 24.75 12.66 2.65-.324 5.366-.67 8.172-1.04v-39.58l4.975-2.488c13.048-6.525 33.29-26.94 52.998-51.573 17.546-21.934 34.842-46.8 49.76-68.947l-16.99-8.496C355.066 101.422 307.792 145 256 145c-51.792 0-99.067-43.578-145.742-90.066zm29.094 179.93l12.152 60.763c101.057 9.362 107.935 9.362 208.992 0l12.147-60.734c-110.08 17.448-123.22 17.163-233.29-.03zm39.244 81.335l13.35 106.8h128.11l13.348-106.8c-67.76 6.032-87.047 6.032-154.808 0zM137 441v20h238v-20H137zM16 478v18h480v-18H16z"/></svg>
<svg class="tc-image-originals-pull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M93.773 44.664L68.55 57.39l37.313 81.938-12.09-94.664zm90.24 22.76L143.274 150.3l65.317-63.21-24.58-19.666zM18.16 125.832l10.63 26.8 45.698 5.903-56.328-32.703zm91.897 27.463c-3.665.025-7.122.8-10.256 2.295-17.278 8.244-21.157 36.154-8.663 62.34 6.016 12.59 15.09 23.08 25.218 29.158-10.305 83.743 29.287 137.784 91.366 163.535-6.917 35.032-33.276 60.587-61.855 84.023l93.987 2.895-9.897-9.165-42.893-7.88c33.39-22.314 45.968-38.168 56.854-71.397-5.27-10.354-18.877-24.948-25.432-35.895 19.945 2.308 49.183 5.725 53.745 10.135 3.78 9.84 21.27 31.79 27.754 59.832l6.336 20.523 49.205-46.476-2.654-10.328-39.57 26.59c.868-28.203-11.48-65.273-22.79-77.613 0 0-28.852-17.656-78.207-24.197-23.798-16.76-36.016-42.392-45.87-60.483l51.965 3.803 80.844-9.424s2.82 2.165 6.457 4.72c5.99 9.605 16.65 16.048 28.718 16.048 15.646 0 28.932-10.82 32.732-25.334H486v-18H366.857c-4.145-13.994-17.165-24.31-32.44-24.31-10.23 0-19.447 4.632-25.667 11.894-1.853-.17-3.7-.344-5.45-.605l-9.023 13.026-75.072 6.48-63.6-9c7.833-12.96 7.088-33.54-1.896-52.412-9.92-20.788-27.617-34.888-43.653-34.78zm224.36 83.394c8.846 0 15.825 6.976 15.825 15.822 0 8.845-6.98 15.822-15.824 15.822-2.576 0-4.986-.606-7.12-1.664 2.146-10.544-.162-23.4-1.073-27.73a15.89 15.89 0 0 1 8.193-2.25zM384 384l-32 112h128V384h-96z"/></svg>
<svg class="tc-image-originals-pulley-hook tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v26.697C50.28 79.223 86.162 119.62 121.27 154.73c7.474 7.472 14.906 14.672 22.29 21.577.626-15.512 2.587-30.3 6.32-43.92-1.05-1.043-2.097-2.06-3.15-3.116C112.02 94.566 75.78 53.63 42.343 18H18zm451.656 0C436.22 53.63 399.978 94.565 365.27 129.27c-1.053 1.056-2.1 2.074-3.15 3.117 3.733 13.62 5.694 28.408 6.32 43.92 7.384-6.905 14.815-14.105 22.29-21.578C425.837 119.62 461.72 79.222 494 44.696V18h-24.344zM256 73c-37.004 0-59.39 12.048-73.865 31.926-14.475 19.878-20.815 48.9-20.815 82.76 0 32.733 12.526 74.317 31.2 106.765 18.674 32.45 43.356 54.31 63.48 54.31 20.124 0 44.806-21.86 63.48-54.31 18.674-32.447 31.2-74.03 31.2-106.762 0-33.86-6.34-62.884-20.815-82.762C315.39 85.048 293.005 73 256 73zm0 33.84c28.723 0 52.2 23.476 52.2 52.2 0 28.722-23.477 52.2-52.2 52.2-28.723 0-52.2-23.478-52.2-52.2 0-28.724 23.477-52.2 52.2-52.2zm0 18c-18.995 0-34.2 15.204-34.2 34.2 0 18.994 15.205 34.2 34.2 34.2 18.995 0 34.2-15.206 34.2-34.2 0-18.996-15.205-34.2-34.2-34.2zm0 163.8a17.28 17.28 0 0 1 17.28 17.28A17.28 17.28 0 0 1 256 323.2a17.28 17.28 0 0 1-17.28-17.28A17.28 17.28 0 0 1 256 288.64zm-21.295 73.817c-1.627 12.586 15.293 28.578 23.174 34.924 13.667 11.006 17.264 17.432 17.57 28.745-1.237 20.46-24.713 30.12-40.116 22.61-10.508-4.9-14.115-13.667-18.064-26.34-2.847-9.13-8.66-17.694-16.848-23.45-6.236-4.133-14.468-11.77-21.254-5.674-4.812 8.384 5.022 12.23 9.338 21.86.937 5.91.795 9.66.865 13.84.095 16.42 7.29 59.422 66.314 60.977 35.535.936 64.83-31.247 66.322-62.418.21-4.415 1.247-47.05-44.97-64.967-6.754 2.702-13.774 4.197-21.036 4.197-7.355 0-14.46-1.534-21.295-4.303z"/></svg>
<svg class="tc-image-originals-pulse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-120 0-135 105-60 195 0-165 135-45 135-135 0-30-45-60-75-60zm146.25 134.532C370.61 152.554 334.75 167.875 301 196c165 0 45 135 135 135 30 0 60-45 60-75 0-75-41.016-108.838-93.75-105.468zM76 181c-30 0-60 45-60 75 0 120 105 135 195 60-165 0-45-135-135-135zm175.782 15A60 60 0 0 0 196 256a60 60 0 0 0 120 0 60 60 0 0 0-64.218-60zM316 301c0 165-135 45-135 135 0 30 45 60 75 60 120 0 135-105 60-195z" fill="#fff"/></svg>
<svg class="tc-image-originals-pummeled tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M264.438 19.406c-44.538 0-85.325 25.498-115.563 68.313-30.238 42.814-49.344 102.72-49.344 169.06 0 66.342 19.107 126.218 49.345 169.033 30.238 42.814 71.025 68.312 115.563 68.312 5.567 0 11.063-.407 16.5-1.188h-5.22v-101.03c-3.053-.113-6.146-.188-9.28-.188-42.64 0-77.884 10.712-89.594 25.06-12.247-31.8 31.85-44.782 79.937-45.28 3.207-.033 6.432-.013 9.658.063 13.398.317 29.624 1.364 44.812 3.812v-96.5c-7.803-4.306-13.24-10.104-14.5-17.156 34.81 11.84 95.232 3.377 105.28-3.533-6.275 26.1-43.588 33.29-72.092 27.313v93.875c15.12 4.21 26.88 10.5 29.937 19.844H360v.374c.856 2.857.906 5.995 0 9.437V450c7.074-7.285 13.763-15.357 20-24.188 30.238-42.814 49.313-102.69 49.313-169.03 0-66.342-19.075-126.248-49.313-169.063-30.238-42.816-71.025-68.314-115.563-68.314zM180.03 196.094c31.532 0 57.757 21.39 63.345 49.656-12.986-12.15-36.66-22.038-63.72-25.188-21.95-2.554-41.682-.146-55.28 5.72 11.178-18.06 31.913-30.188 55.656-30.188zm-63.093 73.312c13.18 11.733 36.34 21.21 62.72 24.28 22.427 2.612 42.504.024 56.124-6.123-11.164 18.15-31.94 30.375-55.75 30.375-31.1 0-57.034-20.832-63.093-48.532zm177.47 123.906v96.875c16.583-4.4 32.347-12.38 46.906-23.5v-61.093c-11.7-5.73-28.008-10.08-46.907-12.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-pumpkin-lantern tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.5 21.156c-16.98.22-33.708 4.552-49.72 13.313l-4.593 2.5-.25 5.218c-.71 14.473-.49 33.985 3.063 52.968-45.775 2.55-84.144 20.94-113.094 48.625C48.312 181.647 25.87 236.18 22.47 291c-3.402 54.82 12.32 110.396 50.5 149.563 38.01 38.994 98.086 60.67 179.843 49.437 91.743 8.826 154.664-13.978 192-53.906 37.494-40.1 48.374-96.148 39.968-150.563-8.404-54.413-35.9-107.795-76.905-144.53-30.753-27.55-69.526-45.58-112.813-46.688-6.366-.163-12.823.077-19.375.688 1.99-18.702 8.107-36.836 18.282-54.75l5.717-10.03-11-3.5c-10.928-3.484-21.894-5.354-32.78-5.564-1.135-.022-2.275-.014-3.407 0zm.594 18.5c.826-.005 1.64.012 2.47.032 5.472.13 11.025.846 16.655 2.03-14.398 29.89-19.03 61.625-13.314 94.282-8.162 1.28-13.987-.206-18.844-3.25-6.315-3.958-11.562-11.503-15.406-21.594-7.026-18.446-8.592-43.953-8.125-62.625 12.073-5.82 24.17-8.79 36.564-8.874zm36.812 73.22c1.623-.017 3.238-.007 4.844.03 26.418.605 50.73 8.318 72.438 21.188-6.758 10.28-19.022 19.106-35.563 25.78-21.344 8.614-49.05 13.303-77.063 13.5-28.012.2-56.365-4.08-79.093-12.5-18.705-6.928-33.23-16.595-41.532-28.093 20.665-11.46 44.554-18.416 71.687-19.28.486 1.454 1.022 2.892 1.563 4.313 4.727 12.41 11.81 23.756 22.968 30.75 11.158 6.993 25.952 8.577 42.406 3.343l8.22-2.625-1.97-8.405c-2.15-9.21-3.372-18.236-3.718-27.125 5.003-.54 9.945-.827 14.812-.875zm-171.78 29.968c11.135 16.145 29.513 27.66 50.843 35.562 25.507 9.45 55.785 13.868 85.75 13.656 29.962-.21 59.59-5.03 83.905-14.843 18.664-7.533 34.624-18.224 44.125-32.69 4.345 3.26 8.565 6.71 12.656 10.376 37.356 33.467 63.165 83.352 70.906 133.47 7.742 50.116-2.365 99.87-35.156 134.937-32.79 35.067-89.1 56.757-177.656 48l-1.125-.094-1.094.155c-77.94 10.96-131.157-9.192-164.936-43.844-33.78-34.65-48.35-84.885-45.22-135.374 3.133-50.488 24.058-100.77 59.688-134.844 5.438-5.2 11.21-10.05 17.313-14.468zm55.06 59.28c-17.525 19.402-30.988 41.834-41.03 66.845l78.563 2.936c-9.76-26.926-22.16-50.34-37.532-69.78zm168.033 1.407c-19.43 0-35.19 15.756-35.19 35.19 0 19.43 15.76 35.186 35.19 35.186s35.155-15.755 35.155-35.187c0-19.436-15.726-35.19-35.156-35.19zM62.31 321.876c10.71 51.276 48.785 85.54 97.157 103.875L164.5 400l40 7.688-5.656 29.125c20.105 3.882 41.064 5.448 61.937 4.812l-3.25-29.22 47.283-5.25 3.25 29.158c24.27-4.824 47.335-12.838 67.562-23.875l-11.094-29.375 38.876-17.625 8.03 21.25c18.428-17.576 31.46-39.23 36.408-64.813-31.205 9.386-64.876 16.156-99.656 20.375l3.656 26.844L303.97 377l-4.19-30.563c-14.542.79-29.185 1.157-43.81 1.125l-1.814 33.813-48.312-3.47 1.72-31.936c-14.844-.943-29.6-2.267-44.126-4.033l-8.844 35.25-40.563-6.78 8.657-34.626c-20.89-3.765-41.127-8.4-60.374-13.905z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-pumpkin-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.156 16.875c-48.954 107.457-128.398 80.9-139.312 36.97-57.82 42.426-95.53 110.673-95.53 187.56-.002 128.577 104.928 232.94 234.217 232.94 129.29 0 234.22-104.363 234.22-232.94 0-76.278-37.273-143.847-94.313-186.343-11.27 42.068-78.266 67.493-139.28-38.187zM134.686 134.53c9.528-.102 20.15 2.023 30.5 6.5 25.48 11.024 39.598 32.274 31.5 47.47-8.095 15.196-35.33 18.585-60.81 7.563-25.48-11.023-39.567-32.304-31.47-47.5 4.808-9.023 16.358-13.88 30.28-14.032zm248.97 1.19c14.907-.366 27.44 4.532 32.5 14.03 8.097 15.196-6.02 36.446-31.5 47.47-25.48 11.02-52.684 7.632-60.78-7.564-8.098-15.196 5.988-36.446 31.468-47.47 9.555-4.132 19.368-6.25 28.312-6.467zM151.75 228.562L205 316.719l54.5-77.5 40.438 80.56 65.406-89.936 34.812 69.25 73.375-62.844c-1.208 56.223-38.25 133.637-83.78 165.344l-23.344-68.03-56.125 93.186-56.467-89.656-70.094 83.594-53.25-91.72-17.407 64.344c-46.367-40.18-69.01-99.95-66.907-158.593l54.157 68.186 51.437-74.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-punch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M198.844 64.75c-.985 0-1.974.03-2.97.094-15.915 1.015-32.046 11.534-37.78 26.937-34.072 91.532-51.085 128.865-61.5 222.876 14.633 13.49 31.63 26.45 50.25 38.125l66.406-196.467 17.688 5.968L163.28 362.5c19.51 10.877 40.43 20.234 62 27.28l75.407-201.53 17.5 6.53-74.937 200.282c19.454 5.096 39.205 8.2 58.78 8.875L381.345 225.5l17.094 7.594-75.875 170.656c21.82-1.237 43.205-5.768 63.437-14.28 43.317-53.844 72.633-109.784 84.5-172.69 5.092-26.992-14.762-53.124-54.22-54.81l-6.155-.282-2.188-5.75c-8.45-22.388-19.75-30.093-31.5-32.47-11.75-2.376-25.267 1.535-35.468 7.376l-13.064 7.47-.906-15c-.99-16.396-10.343-29.597-24.313-35.626-13.97-6.03-33.064-5.232-54.812 9.906l-10.438 7.25-3.812-12.125c-6.517-20.766-20.007-27.985-34.78-27.97zM103.28 188.344C71.143 233.448 47.728 299.56 51.407 359.656c27.54 21.84 54.61 33.693 80.063 35.438 14.155.97 27.94-1.085 41.405-6.438-35.445-17.235-67.36-39.533-92.594-63.53l-3.343-3.157.5-4.595c5.794-54.638 13.946-91.5 25.844-129.03z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-punch-blast tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M91.773 25.994C189.313 167.854 104.52 157.17 65.64 169.2c38.8 52.918 16.554 102.644-44.503 133.788 52.5 21.085 122.25 30.452 42.027 141.707 79.578-45.024 134.707-48.82 127.13 53.15 57.795-58.495 133.043-87.973 208.054-38.53-8.558-73.916 12.66-106.284 86.88-74.4-79.58-73.01-46.696-116.363.458-158.83-81.492-3.232-92.92-65.497-89.922-139.92-49.183 53.518-86.497 47.756-104.002-56.962-33.806 76.857-79.335 125.91-199.99-3.21zM202.15 135.336c16.1.356 25.565 12.198 34.666 24.678L177.312 263.08c-20.422 1.985-35.31-4.577-41.787-24.123l59.51-103.074c1.93-.326 3.772-.503 5.537-.545.534-.013 1.06-.014 1.578-.002zm69.037 11.197c16.1.352 25.567 12.2 34.668 24.676L238.947 290.24c-20.423 1.985-35.31-4.586-41.785-24.127l66.91-119.03c1.93-.327 3.772-.507 5.537-.55.533-.013 1.058-.013 1.577-.002zm58.704 32.05c16.102.357 25.567 12.198 34.67 24.673l-65.945 117.547c-20.423 1.98-35.31-4.58-41.783-24.123l65.94-117.55c1.93-.325 3.773-.502 5.54-.544.532-.013 1.06-.013 1.58-.002zm46.342 55.233c16.773.098 26.746 11.977 36.354 24.485l-55.557 96.227c-20.026 1.297-34.856-5.367-41.786-24.125l55.56-96.224c1.887-.255 3.693-.372 5.428-.362zM127.55 271.713l105.83 47.52c3.015 21.69-2.782 38.788-21.958 48.91L105.588 320.62c-4.508-21.618 8.273-35.485 21.96-48.907z"/></svg>
<svg class="tc-image-originals-puppet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.406 17.188c-25.61 0-46.22 20.72-46.22 46.593 0 25.875 20.61 46.595 46.22 46.595s46.25-20.72 46.25-46.594c0-25.872-20.64-46.593-46.25-46.593zm122.78 37.937l-78.31 58.625c2.665 5.776 4.776 12.026 6.25 18.656l69-51.656 3.062-25.625zm-255.342 1.28l8.875 27.407 64.186 39.376c2.513-5.943 5.514-11.462 8.938-16.47l-82-50.312zM398.47 59.47l-3.095 26.28 41.438 52.625c4.674-4.206 10.216-7.468 16.312-9.47L398.47 59.47zm-291.94 1l-51.718 80c6.345 1.322 12.192 3.976 17.282 7.655l41.844-64.72-7.407-22.936zm111.94 55.5c-7.12 10.803-12.285 24.91-13.907 40.686-2 19.438 1.785 37.464 9.062 50.563 7.277 13.098 17.574 20.998 29.28 22.218 11.708 1.22 23.405-4.372 33.19-15.688 9.783-11.316 17.156-28.218 19.155-47.656 1.74-16.923-.89-32.787-6.406-45.25-9.327 5.225-20.04 8.22-31.438 8.22-14.59 0-28.083-4.874-38.937-13.095zm248.75 29.374c-14.947 0-26.876 11.93-26.876 26.875s11.93 26.874 26.875 26.874 26.842-11.93 26.842-26.875c0-14.947-11.897-26.876-26.843-26.876zM45.56 158.22c-14.946 0-26.874 11.896-26.874 26.843 0 14.946 11.928 26.875 26.875 26.875 14.946 0 26.843-11.93 26.843-26.875 0-14.947-11.897-26.844-26.844-26.844zM212.5 230.03c-10.02 7.32-16.327 17.48-16.53 27.532-.185 9.06 3.95 16.745 11.655 22.625 7.705 5.88 19.014 9.51 32.03 8.75 26.036-1.52 46.228-20.007 46.595-38.125.148-7.302-2.523-13.71-7.594-19-10.786 8.85-23.713 13.758-37.28 12.344-11.08-1.154-20.883-6.343-28.876-14.125zm69.906 62.5c-9.156 6.97-20.466 11.91-32.72 14.033l47.783 81.125 15.874-13.625-30.938-81.532zm-81.687 5.564l-9.595 91.78 18.53 13.345 24.532-95.5c-12.492-.33-24.01-3.736-33.468-9.626zm125.124 89.844l-15.72 13.5 65.22 51.03c2.495-9.733 8.156-18.518 16.156-24.78l-65.656-39.75zm-142.47 19.375l-55.905 29.75c4.933 6.162 8.355 13.66 9.53 22 .09.648.156 1.29.22 1.937l64.56-40.406-18.405-13.28zm235.907 29.437c-.773.01-1.562.048-2.342.125-1.784.176-3.558.514-5.344 1.063-14.29 4.384-22.197 19.273-17.813 33.562 4.385 14.29 19.275 22.197 33.564 17.813 14.29-4.385 22.196-19.274 17.812-33.563-3.596-11.72-14.268-19.132-25.875-19zm-327 1.78c-1.355-.013-2.736.087-4.124.283-14.8 2.084-24.928 15.543-22.844 30.343 2.085 14.8 15.544 24.928 30.344 22.844 14.8-2.084 24.928-15.544 22.844-30.344-1.824-12.95-12.355-22.316-24.875-23.062-.447-.027-.892-.058-1.344-.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-push tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224 27.027l14.037 110.54 14.807-103.032L224 27.027zm112.71 21.127l-61.58 92.37 88.4-70.518-26.82-21.852zM125.15 69.012V98.81l77.475 41.715-77.475-71.513zM319 143.088C364.826 255.36 348.206 384 319 493h174V143.088H319zm-78.598 11.463c-.567-.006-1.14 0-1.718.02-12.517.413-26.47 6.774-37.893 17.274-15.774 14.527-23.843 34.25-20.167 49.3-45 12.35-76.594 62.683-81.64 102.18-3.968 37.166 15.322 61.415.558 85.432L40.77 447.54l-20.458 9.997L55.33 496.19h15.686l-17.27-32.17 72.906-38.573c14.698-8.6 16.065-23.74 19.28-41.092 16.147 11.876 33.577 23.202 47.56 32.48-6.36 27.685-38.544 52.854-58.512 79.356h77.827l-2.905-5.21s-39.03-6.813-43.77-7.498c-.15.01-.29.005-.407-.02-.327-.076-.082-.05.408.02 8.143-.477 65.126-51.946 63.53-64.54-13.498-23.115-34.03-44.835-54.974-66.276 1.845-25.475 2.3-52.734 40.75-75.596l110.044-4.566c-.94-22.375-4.53-59.816-10.35-66.018-9.702 7.54-10.872 30.843-11.628 48.637l-79.463-2.283c-8.445-.63-14.943-7.846-21.15-12.822 13.6 1.556 30.02-4.91 43.218-17.024 20.673-19.002 27.286-45.857 14.77-59.982-4.795-5.412-11.97-8.365-20.478-8.46z"/></svg>
<svg class="tc-image-originals-puzzle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M172.01 18c-.735 1.85-1.463 3.8-2.14 5.904-3.52 10.93-5.053 23.89-.475 33.29.494 1.014.78 1.273 1.25 2.068 4.862-4.074 12.994-9.15 24.76-8.795 9.798.295 17.916 6.02 22.616 13.133 4.702 7.112 6.838 15.562 7.25 23.996.415 8.433-.892 16.916-4.483 24.314-3.59 7.4-10.297 14.15-19.516 15.486-15.1 2.19-26.003-6.122-31.518-9.648-.873-.558-1.243-.682-1.752-.916-.254.418-.354.51-.932 1.697-.47.963-.918 8.148 1.215 17.564.767 3.387 1.753 7.07 2.867 10.945 20.62-.55 40.89 1.08 55.364 6.64 7.403 2.843 12.552 5.315 16.15 10.53 3.598 5.213 2.703 12.062 1.26 15.964-2.886 7.804-6.522 12.244-5.4 22.236.425 3.79 1.585 4.986 3.966 6.276 2.38 1.29 6.464 1.972 10.89 1.347 8.85-1.25 16.893-7.223 17.8-13.455 1.29-8.862-.572-8.653-3.893-12.8-.83-1.035-1.997-2.33-2.908-4.924-.912-2.596-.688-6.8.776-9.495 2.928-5.388 6.55-6.825 12.153-9.862 8.836-4.79 18.557-3.798 29.3-2.098 7.504 1.19 15.583 3.096 23.826 5.19-2.322-9.095-4.447-18.077-5.704-26.457-1.693-11.294-2.45-21.724 2.682-30.904 1.744-3.122 3.235-5.504 4.965-7.585 1.728-2.082 3.812-4.37 7.9-5.243 4.087-.873 8.396 1.298 10.238 3.01 1.84 1.712 2.663 3.102 3.48 4.313 1.634 2.42 2.9 4.142 4.094 5.02 1.195.876 2.12 1.51 5.836.976 2.498-.358 4.85-1.98 7.097-5.58 2.248-3.598 3.857-8.908 4.14-14.056.28-5.15-.8-10.02-2.522-12.918-1.723-2.897-3.24-4.146-7.123-4.367-5.236-.3-7.326.688-8.502 1.452-1.177.764-1.677 1.507-2.762 3.21-.543.853-.61 2.094-3.836 4.317-1.613 1.11-4.87 2.13-7.625 1.544-2.755-.586-4.305-1.972-5.283-2.965-3.914-3.97-4.383-6.592-7.5-13.06-7.524-15.616-6.685-32.44-4-45.3zm173.1 0c-2.592 10.872-4.424 25.983 1.12 37.486.064.136.098.174.163.307.29-.21.513-.438.822-.64 4.64-3.01 11.187-4.79 19.33-4.325 9.496.542 17.396 6.123 21.568 13.14 4.172 7.015 5.462 15.142 5.026 23.1-.437 7.96-2.634 15.862-6.847 22.608-4.213 6.745-10.976 12.596-19.81 13.863-7.613 1.09-14.496-.95-19.04-4.284-1.903-1.397-3.364-2.902-4.6-4.35-1.074 2.853-1.654 9.592-.31 18.557 1.47 9.802 4.573 21.8 7.78 34.086.018.062.034.125.05.188 8.75 2.226 17.26 4.237 24.817 5.46 10.19 1.647 18.648 1.495 22.588.042 2.08-.767 2.735-1.252 3.572-1.752-.07-.1-.047-.09-.12-.195-3.902-5.485-14.082-16.902-12.92-33.893.667-9.735 7.385-17.6 15.132-20.8 3.873-1.6 7.945-2.407 12.09-2.62 4.148-.216 8.37.16 12.542.93 8.346 1.54 16.553 4.767 23.434 9.658 6.882 4.89 12.82 11.778 14.137 20.848 2.007 13.818-5.303 23.386-9.364 28.2.146.075.103.076.257.152 5.884 2.876 19.15 1.475 30.584-2.22 2.435-.785 4.73-1.624 6.89-2.458V18zm1.33 90.953c-.01-.01-.09.043-.217.195-.002.002-.01.012-.01.014.16-.117.237-.198.226-.21zm71.998 23.05c-3.336-.023-6.23.45-8.135 1.235-3.048 1.26-3.8 1.83-4.043 5.39-.657 9.6 4.502 15.027 9.627 22.233 1.28 1.803 2.59 3.697 3.627 6.28 1.036 2.58 1.71 6.318.55 9.975-2.326 7.314-8.427 10.196-16.07 13.014-9.6 3.538-20.223 2.69-31.687.837-5.507-.89-11.21-2.102-16.97-3.46 1.31 5.635 2.465 11.197 3.288 16.555 1.79 11.643 2.524 22.454-1.914 32.07-3.153 6.834-4.09 10.73-9.794 14.446-2.852 1.86-8.163 2.118-10.982.813-2.82-1.305-3.957-2.706-5.018-3.78-4.243-4.287-5.116-7.383-15.412-6.815-3.754.207-4.792 1.234-6.297 4.158-1.505 2.924-2.333 8.063-1.783 13.393.55 5.33 2.423 10.77 4.666 14.187 2.243 3.418 4.04 4.253 5.262 4.268 7.034.084 10.826-3.272 17.45-6.734 3.313-1.73 8.84-3.835 14.55-1.545 5.71 2.292 8.747 6.96 11.63 12.88 4.927 10.117 7.055 24.29 7.707 40.13.935-.175 1.874-.356 2.8-.514 11.17-1.905 21.65-2.788 31.21.695 3.78 1.377 6.736 2.687 9.388 4.495 2.65 1.808 5.467 4.56 6.39 8.707.92 4.15-.64 7.897-2.074 10.117-1.432 2.22-2.917 3.687-4.34 5.122-5.7 5.742-10.328 9.206-9.263 17.14.38 2.83 2.224 5.41 6.47 7.952 4.245 2.542 10.543 4.408 16.82 4.918 6.277.51 12.52-.367 16.476-2.04 3.957-1.675 5.063-3.11 5.364-5.188 1.06-7.347-3.05-11.495-8.13-18.315-2.54-3.41-6.1-7.783-5.49-14.722.608-6.938 5.86-11.934 12.448-15.658 14.93-8.44 32.293-4.894 45.748-.644.506.16.997.326 1.494.49V188.213c-.458.153-.89.314-1.355.465-13.168 4.254-29.585 8.318-44.022 1.26-2.963-1.45-5.366-2.845-7.537-4.77-2.17-1.925-4.308-4.808-4.86-8.393-.55-3.584.636-6.757 1.79-8.787 1.153-2.03 2.345-3.387 3.43-4.656 4.346-5.075 7.53-7.377 6.374-15.328-.354-2.436-2.456-5.712-6.75-8.764-4.293-3.05-10.398-5.546-16.27-6.63-2.2-.405-4.36-.595-6.362-.608zM177.31 165l-.656.002 1.297 4.117c3.765 11.964 7.532 24.253 9.6 35.66 2.07 11.406 2.99 22.166-1.923 31.704-1.77 3.434-3.325 6.06-5.346 8.38-2.02 2.323-5.13 4.906-9.58 5.105-4.447.198-7.706-2.21-9.466-3.933-1.76-1.724-2.813-3.285-3.873-4.764-2.118-2.957-4.062-5.553-6.122-7.095-2.06-1.543-3.885-2.443-8.207-1.97-3.144.346-5.557 2.09-8 6.224-2.445 4.134-4.167 10.392-4.485 16.685-.318 6.293.782 12.593 2.68 16.676 1.897 4.083 3.685 5.47 6.05 5.813 8.007 1.157 12.57-2.915 19.432-7.702 3.43-2.393 7.62-5.742 14.42-5.213 6.8.53 11.862 5.777 15.338 12.15 4.9 8.985 3.74 18.85 1.89 29.818-1.85 10.97-5.194 23.16-8.507 35.37-.176.65-.346 1.293-.522 1.94 17.46-.935 33.864-3.934 41.787-7.864.048-.024.064-.035.112-.06-2.91-4.547-4.58-10.835-4.225-18.774.425-9.526 5.75-17.464 12.482-22.053 6.732-4.59 14.658-6.555 22.428-6.844 7.77-.29 15.473 1.062 22.125 4.627 6.653 3.565 12.684 10.515 12.848 19.305.19 10.265-3.83 17.68-5.883 21.12 1.037.78 2.432 1.79 4.63 3.018 1.87 1.047 8.544 1.815 17.58.397 9.034-1.418 20.18-4.397 31.694-7.524 4.558-1.237 9.174-2.477 13.783-3.666-.74-16.35-3.217-30.885-5.888-36.37-.846-1.736-1.43-2.484-1.905-3.118-3.765 2.038-12.708 8.794-25.756 8.64-8.93-.107-15.835-5.896-20.1-12.394-4.263-6.497-6.7-14.263-7.52-22.217-.82-7.952-.074-16.175 3.683-23.475 3.758-7.3 11.672-13.36 21.31-13.893 11.536-.637 19.635 4.133 24.55 8.05.484-.86.794-1.178 1.304-2.282 1.563-3.386 2.04-11.56.467-21.793-1.125-7.32-3.072-15.653-5.256-24.29-11.553-3.017-22.714-5.893-31.783-7.33-9.342-1.478-16.347-.7-17.908.145-.913.495-1.126.75-1.795 1.194 2.863 4.593 6.395 12.382 4.9 22.654-2.476 17.015-18.253 26.59-33.094 28.687-7.42 1.05-15.15.356-21.98-3.343-6.83-3.7-12.275-11.107-13.283-20.096-1.746-15.562 4.97-26.602 6.406-30.484-.784-.543-2.546-1.748-6.98-3.452-8.892-3.414-25.408-5.412-42.75-5.482zm-19.298.754c-18.768 1.57-36.25 5.5-42.99 9.264-1.836 1.026-2.592 1.697-3.235 2.244 2.596 3.917 10.728 13.33 9.527 27.22-.75 8.687-7.106 15.4-13.992 18.448-6.885 3.048-14.608 3.664-22.297 2.72-7.688-.943-15.4-3.518-21.943-8.197-6.543-4.68-11.983-11.95-13.113-21.025-.998-8.004.835-14.914 3.96-19.703 1.16-1.78 2.43-3.185 3.674-4.424-.154-.078-.16-.098-.32-.18-9.192-4.684-22.447-3.674-33.626-.67-2.003.538-3.87 1.125-5.658 1.72v166.31c1.773.603 3.624 1.2 5.613 1.75 11.14 3.077 24.39 4.184 33.748-.484 1.853-.924 2.57-1.533 3.558-2.226-3.676-4.67-10.304-14.066-8.803-28.006 1.003-9.312 6.818-16.764 13.795-20.944s15.058-5.82 23.026-5.783c7.967.036 15.9 1.748 22.746 5.58 6.844 3.832 12.912 10.483 14.088 19.285 1.747 13.087-5.216 22.07-8.856 26.426.6.445.715.66 1.766 1.242 6.418 3.562 24.665 7.062 43.96 7.803.61-2.274 1.222-4.55 1.835-6.807 3.315-12.22 6.517-24.076 8.132-33.652 1.616-9.576.845-16.756.055-18.205-.797-1.463-1.035-1.74-1.32-2.146-.572.282-1.218.57-2.338 1.352-5.683 3.964-16.72 13.008-32.305 10.754-9.432-1.364-16.24-8.384-19.798-16.04-3.558-7.658-4.776-16.43-4.334-25.17.442-8.742 2.558-17.483 6.965-24.94 4.408-7.454 11.862-13.892 21.535-14.954 8.498-.932 15.937 1.692 20.96 5.455 3.564 2.67 5.857 5.508 7.73 8.033 1.335-3.057 1.797-10.352.082-19.81-1.78-9.82-5.33-21.622-9.06-33.472-.92-2.925-1.85-5.853-2.768-8.766zM88.854 301.787c-5.267-.024-10.41 1.258-13.694 3.225-3.284 1.967-4.767 3.888-5.148 7.427-1.036 9.62 2.357 11.55 6.69 17.068 1.085 1.38 2.36 2.96 3.34 5.586.983 2.625 1.144 6.734-.27 9.88-2.825 6.29-7.52 8.46-14.376 11.88-15.82 7.892-33.288 5.395-46.574 1.726-.28-.077-.546-.16-.822-.238V494h136.27c-2.58-11.718-3.037-26.368 4.537-39.77 3.29-5.823 4.8-9.103 9.088-12.28 2.143-1.59 6.224-2.838 9.433-2.087 3.21.752 4.725 2.24 5.748 3.13 2.046 1.775 2.667 2.476 3.74 3.01 1.073.536 2.6 1.122 6.575.626 1.62-.203 4.092-1.775 6.55-6.02 2.457-4.243 4.34-10.547 4.843-16.686.502-6.14-.44-12.078-2.152-15.588-1.712-3.51-2.93-4.6-6.41-4.816-4.62-.287-6.62.79-8.613 2.41-1.99 1.618-3.685 4.152-5.355 6.93-.835 1.388-1.56 2.785-3.055 4.578-.746.896-1.702 1.985-3.55 3.01-1.846 1.027-5 1.685-7.647.997-5.296-1.376-6.593-4.497-7.912-6.853-1.32-2.356-2.418-5.018-3.752-8.608-3.613-9.717-2.62-20.476-.613-32.16.66-3.844 1.484-7.794 2.398-11.79-19.023-.756-36.42-3.452-48.175-9.975-6.015-3.34-10.768-6.226-12.463-12.874-.847-3.325-.082-6.843.995-9.102 1.077-2.26 2.293-3.708 3.36-4.99 4.27-5.13 7.083-6.632 6.09-14.06-.29-2.175-1.58-4.024-5.038-5.96-3.46-1.936-8.77-3.263-14.036-3.287zM467.64 337.44c-4.733-.014-8.95.732-12.023 2.468-1.762.997-2.264 1.444-2.717 1.81.273.514.544 1.086 1.334 2.147 4.057 5.446 13.746 16.167 11.51 31.643-1.348 9.333-8.522 15.96-16.164 19.19-7.64 3.234-16.312 4.106-24.95 3.404-8.636-.703-17.254-3.012-24.607-7.414-7.352-4.403-13.792-11.54-15.062-21-2.036-15.178 7.387-25.21 12.716-30.55-.527-.214-.507-.286-1.137-.515-3.988-1.453-12.163-1.545-22.024.137-1.826.31-3.724.685-5.653 1.086-.373 21.658-2.952 43.532-8.85 58.7-2.898 7.454-5.397 12.823-11.458 16.075-3.03 1.627-6.79 1.968-9.618 1.446-2.828-.52-4.92-1.56-6.794-2.56-7.493-4.003-12.545-8.516-23.018-8.12-3.71.14-4.018.76-5.193 3.546-1.175 2.786-1.61 8.157-.557 13.77 1.053 5.61 3.47 11.41 6.207 15.2 2.737 3.792 5.218 4.94 6.328 4.963 6.694.133 7.083-2.14 12.043-6.406 1.24-1.067 2.83-2.437 5.63-3.337 2.797-.9 6.834-.556 9.55.873 5.43 2.858 7.483 6.837 10.926 12.96 8.292 14.752 6.28 31.942 3.227 45.34-.13.576-.27 1.14-.408 1.704H494V343.22c-2.162-.844-4.465-1.686-6.916-2.46-6.43-2.03-13.362-3.303-19.445-3.32z"/></svg>
<svg class="tc-image-originals-pyromaniac tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M85.875 20.97c-2.23 31.596-95.21 45.233-4.813 99.03-23.242-46.488 64.566-57.552 4.813-99.03zM278.53 23c-32.003 14.21-22.885 55.257-8.186 73 28 33.796-31.348 52.158-49.063-5.25-5.377 17.623-24.532 21.47-35.624 7.563-7.015-8.797-19.48-31.605-12.25-53.72-20.884 14.735-31.686 45.047-19.28 63.063 29.282 42.526-11.72 75.307-58.97 40.906 36.456 47.748 21.176 119.87-16.344 144.25 14.684-32.04 8.24-88.19-22.218-99.28 14.39 42.618-16.59 75.378-36.75 66.155V494.72h52.562c6.15-23.78 16.033-46.735 30.5-61.44 16.928-17.203 41.296-29.383 77.78-36.25l15.595-2.936-10.124-12.22c-20.233-24.38-33.406-59.518-33.406-98.655 0-37.723 12-71.733 30.906-95.94 18.906-24.205 44.29-38.53 72.125-38.53 27.837 0 53.19 14.325 72.095 38.53 18.905 24.208 30.906 58.218 30.906 95.94 0 38.246-12.073 73.187-31.374 97.374l-10.03 12.562 15.874 2.5c39.988 6.292 65.567 18.497 82.5 35.844 14.297 14.647 23.413 38.986 28.625 63.22h50.75V238.78c-7.012-23.793-17.18-46.354-32.625-51.093 19.492 39.968 1.278 129.343-61.906 141.313 26.715-22.383 45.213-78.483 35.03-101.594-34.788 47.587-79.102 2.555-34.437-43.22 29.676-30.412 39.924-68.813 10.5-110.967 9.104 40.185-37.766 84.93-69.875 56.655-21.68-19.09-10.235-60.918 23.75-71.844-26.954-9.334-47.72 2.8-52.562 21.595C295.337 62.535 272.155 51.37 278.53 23zm-74.155 242.844c-9.215-.212-19.062 3.635-29.063 13.28 14.593 29.555 39.886 25.69 67.938 13.188-9.878-14.53-23.517-26.116-38.875-26.468zm99.094 0c-15.36.352-28.998 11.938-38.876 26.47 28.05 12.5 53.345 16.365 67.937-13.19-10-9.645-19.846-13.492-29.06-13.28zM197.03 350.75c19.292 61.366 100.937 60.7 121.69 0-42.215 8.574-80.72 9.61-121.69 0z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-quake-stomp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M219.22 21.375c-6.35.01-13.082.44-20.032 1.313C164.588 27.034 124.046 42.044 91.78 70l33.47 190.188.344 10.125c42.26 15.784 100.82 24.543 152.875 24.25 27.19-.154 52.642-2.743 72.967-7.782 20.326-5.037 35.2-12.822 41.813-20.936l.438.344c-1.718-5.855-3.9-11.58-6.532-17.063h.188c-1.448-2.95-3.08-5.834-4.844-8.656-.09-.143-.16-.297-.25-.44-.098-.16-.214-.307-.313-.468-21.457-34.887-63.5-55.868-124.28-29.375-.052.024-.106.04-.157.063-11.305 5.31-22.73 12.103-33.97 20.188h-.81c11.02-15.716 23.253-28.115 35.905-37.282L259.75 182c-14.68-3.952-38.083-4.062-53.53-.094l-4.657-18.125c9.297-2.387 19.807-3.715 30.343-3.843 1.505-.018 2.997 0 4.5.032 8.725.176 17.365 1.19 25.25 3.124l3.188-31.97c-21.057-8.076-42.116-6.604-64.563-1.593l-4.06-18.25c11.504-2.567 23.323-4.35 35.31-4.468 1.714-.016 3.44.01 5.157.063 9.96.31 19.998 1.845 30.063 5.125l3.156-31.47c-25.6-7.69-51.03-8.103-76.906-2.78l-3.78-18.28c10.89-2.242 21.858-3.577 32.843-3.876 1.144-.03 2.292-.054 3.437-.063 15.41-.118 30.858 1.823 46.28 6.095l.47-4.594c5.03-23.315-18.752-35.712-53.03-35.655zM18.905 230.438v18.687h86.375c-.822-6.312-2.368-12.526-4.436-18.688H18.906zm379.406 0c3.685 5.885 6.88 12.107 9.438 18.687h86.438v-18.688h-95.875zm-.5 56.656c-10.843 8.13-25.265 13.695-41.875 17.812-22.374 5.547-49.072 8.185-77.375 8.344-21.226.12-43.326-1.144-65.093-3.75l12.436 22.125c80.16 9.44 141.506-1.19 172.03-21.78.72-7.443.683-15.1-.123-22.75zm-271.562 3.312l1 30.47 58.594 8.437L195.438 307c-24.547-3.824-48.213-9.368-69.188-16.594zm-33.094 21.53c-10.31 3.076-18.64 6.463-24.625 10.064-.068.042-.15.083-.218.125l-30.187 14.72-19.22-12.25v22.155l13.595 8.688 4.406 2.812 4.72-2.313 21.968-10.718c11.71 9.805 40.46 18.23 79.406 23.874l-59.97 28.25 26.626 21-90.75 38.53v39.032h126.78l43.72-46.28 51.03 46.28h27.845l-108.624-98.47 35.063-22.967c19.978 1.373 41.336 2.155 63.56 2.155 20.695 0 40.658-.677 59.44-1.875l39.06 24.688-66.905 35.718 62.28 60.75h123.908L385.53 443.28l51.314-39.78-71.5-33.28c45.88-5.98 79.186-15.668 89.812-27.033l17.97 6.438 21.062 22.563v-27.375l-8.938-9.563-1.53-1.656-2.158-.78-41.218-14.752c-4.738-2.108-10.33-4.1-16.656-6 5.364 3.243 8.28 6.694 8.28 10.282 0 18.586-77.734 33.656-173.624 33.656S84.688 340.93 84.688 322.344c0-3.63 2.98-7.13 8.468-10.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-queen-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M188.28 59.47c-19.086 0-34.56 15.468-34.56 34.56 0 16.077 10.983 29.57 25.843 33.44l-35.344 81.936c15.877 2.885 27.905 16.784 27.905 33.5 0 18.806-15.23 34.063-34.03 34.063-18.802 0-34.032-15.258-34.032-34.064 0-13.37 7.703-24.924 18.906-30.5l-50.814-79.22c8.007-5.82 13.22-15.24 13.22-25.905 0-17.693-14.314-32.06-32-32.06-17.688 0-32.032 14.37-32.032 32.06 0 17.693 14.344 32.032 32.03 32.032.734 0 1.468-.014 2.188-.062l41.907 227h316l41.936-227c.72.048 1.455.063 2.188.063 17.686 0 32.03-14.34 32.03-32.032 0-17.693-14.344-32.06-32.03-32.06-17.687 0-32.03 14.37-32.03 32.06-.002 10.723 5.286 20.187 13.373 26l-50.656 79.532c10.778 5.72 18.126 17.04 18.126 30.094 0 18.806-15.23 34.063-34.03 34.063s-34.032-15.258-34.032-34.064c0-17.11 12.602-31.267 29.03-33.687l-34.75-81.532c15.275-3.577 26.657-17.287 26.657-33.657 0-19.094-15.474-34.56-34.56-34.56-19.09 0-34.564 15.468-34.564 34.56 0 14.798 9.308 27.415 22.375 32.345L268 202.345c14.62 4.52 25.25 18.112 25.25 34.218 0 19.796-16.053 35.843-35.844 35.843-19.79 0-35.812-16.047-35.812-35.844 0-15.158 9.403-28.102 22.687-33.343l-44.124-76.72c13.234-4.845 22.688-17.552 22.688-32.47 0-19.094-15.475-34.56-34.563-34.56zM97.438 384.936c-23.978 3.763-22.86 39.844 4.188 39.844h6.656l.064.345h294.28l.063-.344h7.625c26.034 0 27.88-35.928 4.313-39.842H97.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-quick-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M270.877 444.542C576.857 496.618 318.44 29.007 23.097 25.68 447.57-7.506 696.864 640.745 270.878 444.54z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-quicksand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.97 41.688c-16.077 0-30.897 8.46-42.22 23.343-11.323 14.886-18.656 36.052-18.656 59.626 0 23.575 7.332 44.74 18.656 59.625 11.324 14.886 26.143 23.376 42.22 23.376 16.074 0 30.925-8.49 42.25-23.375 11.322-14.884 18.655-36.05 18.655-59.624 0-23.574-7.333-44.74-18.656-59.625-11.325-14.883-26.175-23.343-42.25-23.343zm-34.533 78.937h18.688V166h-18.688v-45.375zm50.72 0h18.687V166h-18.688v-45.375zm-208.47 7L21.657 248.5c-.01.035-.023.06-.032.094-2.42 9.275-.887 15.685 2.375 20.656 3.274 4.99 8.77 8.62 15.063 10.188 6.293 1.566 13.143.978 18.687-1.813 5.544-2.79 10.055-7.5 12.438-15.938l.124-.406.157-.436 26.28-67.75 3.063-7.875 8.156 2.25 54.874 15.186 5.656 1.563 1.063 5.75 13.906 75c-34.572 4.345-65.652 11.722-91.282 21.436-21.318 8.08-38.918 17.745-51.688 29.188-12.77 11.443-20.97 25.266-20.97 40.5 0 15.233 8.2 29.09 20.97 40.53 12.77 11.443 30.37 21.078 51.688 29.157 42.634 16.16 100.356 25.876 164.125 25.876 63.768 0 121.52-9.717 164.156-25.875 21.316-8.078 38.916-17.713 51.686-29.155 12.77-11.442 20.97-25.298 20.97-40.53 0-15.235-8.2-29.058-20.97-40.5-12.77-11.444-30.37-21.11-51.687-29.19-25.57-9.69-56.584-17.055-91.064-21.405l13.906-75.03 1.063-5.75 5.656-1.564 54.876-15.187 8.156-2.25 3.063 7.874 26.28 67.75.158.437.125.408c2.382 8.437 6.862 13.146 12.406 15.937 5.543 2.79 12.425 3.38 18.72 1.813 6.292-1.567 11.787-5.198 15.06-10.188 3.263-4.97 4.797-11.38 2.376-20.656l-.03-.094-43.033-120.875-115.75 29.47c-3.794 14.508-10.07 27.624-18.343 38.5-14.097 18.53-34.41 30.75-57.125 30.75-22.715 0-42.998-12.22-57.095-30.75-8.213-10.797-14.447-23.805-18.25-38.19l-116.938-29.78zm122.188 175.78l3.406 18.345c-7.998 1.91-15.457 4.144-22.25 6.72-11.607 4.4-21.315 9.67-28.655 16.25-7.34 6.576-12.563 15.068-12.563 24.686 0 9.62 5.223 18.11 12.563 24.688 7.34 6.577 17.048 11.85 28.656 16.25 23.218 8.798 54.145 13.937 88.282 13.937 34.138 0 65.065-5.138 88.282-13.936 11.608-4.4 21.347-9.673 28.687-16.25s12.533-15.07 12.533-24.688c0-9.618-5.192-18.11-12.532-24.687-7.34-6.58-17.078-11.85-28.686-16.25-6.72-2.55-14.097-4.76-22-6.658L326 303.438c33.72 4.197 63.78 11.317 87.844 20.438 19.844 7.522 35.563 16.44 45.812 25.625 10.25 9.185 14.78 18.024 14.78 26.594.002 8.57-4.53 17.41-14.78 26.594-10.25 9.183-25.968 18.104-45.812 25.625-39.69 15.04-95.677 24.656-157.53 24.656-61.856 0-117.813-9.616-157.502-24.658-19.844-7.52-35.594-16.44-45.843-25.625-10.25-9.183-14.75-18.023-14.75-26.593s4.5-17.41 14.75-26.594c10.248-9.185 25.998-18.103 45.843-25.625 24.12-9.143 54.25-16.277 88.062-20.47zm6.844 36.783l2.25 12.218v11.78l.31.002c-.097.413-.155.83-.155 1.25 0 9.76 26.975 17.656 60.25 17.656s60.25-7.897 60.25-17.656c0-.422-.09-.836-.188-1.25h.313V353.25l2.406-13c6.863 1.676 13.193 3.59 18.813 5.72 10.134 3.84 17.99 8.367 22.81 12.686 4.82 4.32 6.345 7.795 6.345 10.75 0 2.956-1.524 6.463-6.344 10.78-4.82 4.32-12.676 8.848-22.81 12.69-20.272 7.68-49.434 12.718-81.658 12.718-32.223 0-61.385-5.037-81.656-12.72-10.135-3.84-17.992-8.368-22.812-12.687-4.82-4.318-6.344-7.825-6.344-10.78 0-2.956 1.524-6.432 6.344-10.75 4.82-4.32 12.677-8.847 22.812-12.688 5.688-2.157 12.103-4.093 19.063-5.783z" fill="#fff"/></svg>
<svg class="tc-image-originals-quill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M492.47 21.938c-82.74-.256-167.442 12.5-242.814 45.093 5.205 13.166 9.578 28.48 13.188 45.532C242.55 97.27 217.167 92.385 194.72 95.5c-46.22 28.432-87.13 66.305-119.44 115.594 25.193 7.756 51.57 22.81 72.845 43.844-31.87-7.045-68.907-5.895-99.188 3-13.743 28.688-25.008 60.48-33.343 95.687 128.71-30.668 130.522 3.514 50.75 140.438 16.877 12.614 42.182 13.77 61.906-1.563C134 267.936 231.43 326.246 254.188 354.562c14.288-40.59 34.77-82.54 62.906-126.468-17.29-14.667-39.21-24.838-63.813-32.375 25.364-5.256 50.91-10.928 74.126-11.22 6.482-.082 12.78.272 18.844 1.156 17.57-24.007 37.408-48.612 59.75-73.97-12.538-6.31-25.476-11.454-38.125-14.967 17.132-5.76 35.274-8.34 52.844-8.157 2.01.02 4.004.095 6 .187 20.07-21.708 41.927-43.976 65.75-66.813zM426.72 47.28C295.79 112.674 200.094 210.206 144.936 333.53 172.34 184.41 287.048 84.57 426.72 47.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-quill-ink tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M496.938 14.063c-95.14 3.496-172.297 24.08-231.282 55.812l-29.47 49.28-4.967-28.093c-10.535 7.402-20.314 15.222-29.314 23.407l-14.687 45.06-5.032-25.155c-40.65 45.507-60.41 99.864-58.938 155.906 47.273-93.667 132.404-172.727 211.97-221.155l9.717 15.97c-75.312 45.838-156.387 121.202-202.187 208.25h12.156c19.78-12.02 39.16-26.858 58.406-43.44l-30.28 1.595 54.218-23.094c46.875-43.637 93.465-94.974 143.313-138.28l-24.47-5.19 56.5-21.03c26.853-20.485 54.8-37.844 84.344-49.843zM59.53 312.03v30.408H194V312.03H59.53zm20.376 49.095L47.25 389.813 24.97 474.78l14.53 15.876h177.22l14.56-15.875L209 389.814l-30.906-28.688H79.906z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-quiver tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M341.21 18.004l-3.04 6.248 6.585 13.173-9.588-7.005-8.31 17.076 5.96 13.107-9.99-4.824-3.554 7.3 17.35 29.683-33.874 69.606a416.538 416.538 0 0 0 18.326 3.477l31.722-65.19.04-.005 21.937-45.078-.04.006 8.346-17.153-16.184-7.875-8.338 17.133-17.348-29.682zM55.578 34.978c-.634.002-1.267.02-1.9.057-5.067.296-10.09 1.74-14.67 4.56-4.553 2.804-6.37 6.767-7.827 10.832-1.457 4.066-2.388 8.677-3.095 14.045-1.413 10.738-1.816 24.476-1.486 40.66.658 32.37 4.336 74.363 9.923 118.346 8.822 69.45 22.01 143.094 36.53 191.793l.054-.014c.545 1.88 1.134 3.9 1.77 5.962l.01.04c.362 1.148.725 2.282 1.087 3.398 1.698 5.15 3.677 10.255 5.957 13.908 1.857 2.973 3.763 4.76 5.17 5.465 1.405.703 2.444 1.013 5.48-.07 1.757-.626 1.752-.61 2.35-3.255.6-2.647.505-7.635-.522-13.617-1.064-6.19-2.98-13.38-5.028-20.86-13.193-46.49-26.532-118.342-35.002-185.017-5.53-43.537-9.145-85.127-9.783-116.443-.32-15.658.13-28.787 1.336-37.945.604-4.58 1.424-8.17 2.194-10.318.38-1.06.784-1.647.94-1.883 4.144-2.356 7.705-2.46 13.236-.394 5.81 2.17 13.136 7.287 20.948 14.655 15.623 14.735 33.2 37.99 51.013 61.012 17.813 23.023 35.792 45.84 54.308 60.533 5.98 4.747 12.075 8.698 18.43 11.374 2.59.674 5.962 1.44 9.43 1.905 3.61.482 7.23.544 9.443.148 1.64-.293 2.058-.586 2.116-.625 3.39-6.163 1.936-8.012-1.37-11.398-3.317-3.398-10.153-5.99-12.435-6.143l.03-.433c-4.388-1.84-9.276-4.82-14.453-8.928-15.74-12.492-33.554-34.564-51.26-57.45-17.705-22.884-35.368-46.557-52.9-63.09-8.766-8.268-17.5-14.873-26.996-18.42-4.154-1.554-8.585-2.4-13.022-2.388zm191.127 4.06L238.56 63.14l9.3 21.06-13.648-8.19-3.554 10.52 20.972 27.243-10.406 30.8c5.658 2.05 11.33 3.997 17.027 5.84l10.427-30.86.037-.01 16.05-47.495-.042.012 6.106-18.072-17.053-5.762-6.1 18.053-20.97-27.243zm162.064 11.94l-12.565 1.7-12.026 24.71 18.306-13.502 6.283-12.908zm-90.872 12.205L305.65 66.46l-16.045 47.495 12.248-3.278 16.045-47.494zm106.797 5.508l-8.807 12.15 2.262 28.574-9.654-18.375-13.225 18.24 11.938 32.24-21.738 29.987c7.335.094 14.8.016 22.416-.25l13.883-19.154.04.002 29.424-40.588-.04-.002 11.194-15.443-14.572-10.566-11.184 15.427-11.937-32.242zm-28.916 8.982l-13.41 3.433-8.103 16.65 12.564-1.7 8.95-18.383zm77.06 34.71l-4.803 6.625 12.77.366 4.702-6.487-12.67-.505zm-5.733 7.905l-23.69 32.68 12.668.507 6.422-8.857-6.08-3.598 9.475-1.087 10.926-15.072-9.72-4.573zm-238.152 38.83c-1.702 3.462-3.393 6.85-5.09 10.285 5.506 1.805 10.928 5.036 15.63 9.854 7.124 7.297 10.943 20.566 4.212 32.744-3.314 5.994-9.456 8.64-14.668 9.572-5.214.932-10.3.602-14.998-.025-6.17-.825-11.544-2.263-14.677-3.19-1.432 2.818-2.863 5.64-4.3 8.443 50.84 27.08 109.533 22.75 167.438 10.64 12.018-15.735 23.947-31.747 35.897-48.106-62.995.883-117.13-10.59-169.445-30.217zm-42.14 83.683c-25.922 49.92-52.78 98.18-83.245 146.836 2.912 10.984 6.645 23.148 8.578 34.405 1.223 7.123 1.856 13.942.338 20.64-1.518 6.7-6.486 13.604-13.86 16.234-6.776 2.417-13.994 2.012-19.59-.793-5.598-2.804-9.44-7.322-12.374-12.025-.223-.356-.433-.717-.647-1.078-2.342 3.425-4.683 6.85-7.072 10.287C73.4 482.04 98.747 494.51 121.21 493.98c90.72-76.612 159.746-152.114 224.65-235.01-53.372 9.265-109.005 10.413-159.044-16.17z"/></svg>
<svg class="tc-image-originals-rabbit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M242.29 27.29c-4.165 0-4.79.695-5.593 3.058-.803 2.362-.714 8.368 4.065 17.097 8.758 16 32.356 39.726 78.675 64.582 7.15-7.48 15.604-12.92 24.57-16.713-25.48-14.076-44.05-29.58-58.892-42.158-18.93-16.04-31.326-25.867-42.826-25.867zm-66.274 54.66c-3.815.007-4.68.864-5.07 1.355-.39.49-1 1.882-.485 5.125 1.03 6.484 7.16 18.015 18 28.943 21.683 21.855 60.793 42.287 109.542 34.72 2.13-.33 4.725-.616 7.846 1.194 3.12 1.81 4.73 5.96 4.77 8.36.076 4.807-1.495 6.874-2.722 9.546-2.452 5.345-4.35 11.657-4.375 11.47v.003c1.98 15 14.374 26.28 32.396 34.63 18.023 8.353 40.75 13.004 58.875 14.737 12.552 1.2 27.23.995 40.9-1.388-1.555-2.715-2.676-5.576-3.31-8.516-1.763-8.156.105-16.39 4.093-23.327 6.392-11.12 18.112-19.685 32.36-22.83-4.64-7.837-10.434-16.323-17.024-24.592-19.92-24.992-47.433-46.955-67.978-47.384-20.465-.427-44.107 6.055-57.367 24.242-2.24 3.07-5.56 4.144-8.018 4.46-2.457.318-4.623.1-6.92-.284-4.592-.766-9.7-2.373-15.613-4.527-11.825-4.308-26.625-10.89-42.127-17.774-15.502-6.883-31.668-14.06-45.744-19.44-14.076-5.38-26.546-8.735-32.027-8.724zm224.422 61.915a16 16 0 0 1 15.533 15.994 16 16 0 0 1-32 0 16 16 0 0 1 16.467-15.995zM39.79 190.777c-.804.006-2.017.25-4.017 1.24a9 9 0 0 0-.002 0c-4.252 2.103-7.437 7.213-8.883 16.325-1.447 9.11-.696 21.27 1.888 33.53 2.585 12.263 6.954 24.683 12.116 34.634 3.023 5.827 6.386 10.568 9.53 14.133 4.966-17.297 13.943-33.833 27.697-48.44-3.153-2.038-5.968-4.422-8.365-7.046-7.05-7.717-11.604-16.873-15.648-24.877-4.045-8.003-7.82-14.854-10.64-17.605-1.408-1.376-2.22-1.714-2.99-1.84-.192-.032-.414-.057-.683-.055zm437.63 2.06c-11.655 1.13-21.29 7.89-25.342 14.936-2.183 3.797-2.794 7.368-2.105 10.555.51 2.36 1.71 4.797 4.408 7.29 11.853-4.564 21.157-11.42 26.145-20.938-.286.42.182-1.32-.504-4.184-.494-2.07-1.397-4.71-2.6-7.66zm-198.496 7.724c-2.463-.004-4.896.007-7.3.034-71.537.806-120.588 13.47-152.624 32.187-36.613 21.393-51.716 50.092-54.844 81.44-3.128 31.346 6.6 65.513 22 94.56 14.84 27.988 35.094 51.027 51.97 62.22H312.19c-.134-1.91-.67-3.555-1.502-5.188-1.637-3.21-4.918-6.56-10.032-9.687-10.228-6.256-27.12-11.045-44.812-14.438-17.693-3.392-36.175-5.596-50.625-8-7.227-1.2-13.393-2.377-18.532-4.125-2.57-.873-4.92-1.813-7.313-3.593-2.392-1.782-5.313-5.385-5.313-9.97 0-2.61 1.27-4.982 2.375-6.22 1.107-1.236 2.03-1.74 2.75-2.124 1.442-.765 2.283-.952 3.125-1.156 1.686-.408 3.238-.605 5.125-.813 3.776-.414 8.714-.75 14.72-1.187 12.01-.875 28.107-2.106 44.968-4.688 33.722-5.162 69.382-16.778 81.156-36.437 6.403-10.69 5.69-20.67-.56-31.156-6.253-10.487-18.818-20.728-35.72-27.376-33.803-13.297-84.07-12.464-132.72 22.47l-10.5-14.627c33.327-23.93 67.99-33.66 99-33.78 18.608-.072 35.892 3.33 50.782 9.187 19.854 7.81 35.666 19.93 44.594 34.906 8.93 14.976 10.196 33.537.563 49.625-17.64 29.45-58.476 39.55-93.876 44.97-5.897.902-11.315 1.47-16.844 2.092 8.423 1.25 17.318 2.606 26.22 4.313 18.544 3.556 36.893 8.25 50.842 16.78 6.975 4.267 12.99 9.656 16.657 16.845 2.058 4.04 3.204 8.593 3.37 13.375h130.66c2.072-1.76 3.435-3.254 3.844-4.063.538-1.064.46-1.178.25-2.062-.423-1.77-3.667-6.165-7.78-11.125-2.527-3.044-11.017-7.917-21.658-10.594-10.64-2.677-23.344-3.65-34.25-2.22l-2.344.283-2.218-.876c-6.667-2.715-11.864-9.652-12.25-16.313-.386-6.66 1.89-12.352 4.72-18.467 5.655-12.23 14.802-26.366 22.186-42.72 7.384-16.352 12.907-34.52 11.72-53.843-1.153-18.73-8.467-38.93-27.84-60.88-.622-.052-1.248-.1-1.86-.16h-.002c-19.505-1.864-43.524-6.62-64.08-16.146-15.233-7.06-29.065-17.167-36.415-31.074-4.692-.1-9.332-.172-13.85-.18z" fill="#fff" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg class="tc-image-originals-radar-dish tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M227.47 31.47c-67.048 70.547-83.972 178.936-32.907 267.467 51.07 88.544 153.333 128.083 247.906 105.22l-215-372.688zm232.81 82.155c-5.05.133-10.127 1.48-14.81 4.188-11.303 6.53-17.02 19.035-15.44 31.218l-96.31 29.25 34.842 60.345L442 169.812c9.755 7.504 23.456 8.826 34.78 2.282 14.992-8.663 20.117-27.822 11.47-42.813-5.945-10.305-16.856-15.948-27.97-15.655zm-311.874 107.5l-26.656 4.688 10.688 60.53-42.063 39.376 18.688 32.124 58.656-17.813 3.155 4.158L53.53 493.094h78.345l85.344-21.53 52.686 21.53h50.563l-7.064-45.78.813-.22-.97-.625-4.75-30.72c-6.82-2.366-13.532-5.066-20.125-8.03l3.844 24.967-51-33.437 18.75-6.594c-6.528-4.05-12.883-8.437-19.033-13.125l-19.375 6.814-39.625-26 5.813-7.375 15.156-9.658c-9.043-10.742-17.264-22.432-24.53-35.03-16-27.74-25.828-57.3-29.97-87.157zm21.906 153.97l29.094 19.06-61.062 21.5 31.97-40.56zm48.72 31.967l49.343 32.344-49.78 12.563-58.845-24.033 59.28-20.875zm-94.813 26.532l5.718 2.312 58.125 23.75L82.75 486.22l41.47-52.626zm170.968 18.312l5.187 33.438-52.625-21.47 45.813-11.562 1.625-.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-radar-sweep tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.78 20.875c-1.302.012-2.6.03-3.905.063-37.928.974-76.148 11.153-111.28 31.437C25.164 117.285-13.41 261.322 51.5 373.75s208.946 151.036 321.375 86.125c77.7-44.86 120.1-127.513 117.47-211.406-3.563 65.847-35.898 128.573-91 169.374-10.828 9.62-22.774 18.315-35.814 25.844-103.68 59.86-235.983 24.4-295.842-79.282-59.86-103.68-24.43-235.984 79.25-295.844 35.64-20.576 74.67-29.88 112.968-29.03 63.304 1.4 124.623 30.57 165.438 82.53l-32.594 23.032c-33.27-42.835-84.01-66.6-136.063-67-.96-.008-1.91-.012-2.875 0-.964.01-1.943.038-2.906.062-28.006.717-56.222 8.215-82.156 23.188-82.99 47.914-111.508 154.322-63.594 237.312 47.914 82.99 154.32 111.51 237.313 63.594 51.37-29.66 81.862-81.724 86.28-136.78-12.53 45.37-42.32 86.745-85.438 114.186-.02.013-.043.018-.062.03l-.344.22c-3.16 2.147-6.42 4.216-9.78 6.156-74.245 42.865-168.918 17.494-211.782-56.75-42.864-74.243-17.493-168.917 56.75-211.78 23.2-13.396 48.39-20.122 73.375-20.782 47.953-1.266 95.138 19.858 125.968 59.156l-39.844 28.156c-20.232-24.32-50.055-37.79-80.594-38.03-1.17-.01-2.33 0-3.5.03-17.035.432-34.176 4.995-49.938 14.094-50.435 29.12-67.806 93.877-38.687 144.313 29.12 50.434 93.908 67.806 144.344 38.686 21.245-12.267 36.623-30.85 45.124-52.03-18.815 21.064-44.364 36.888-73.938 44.155-.04.013-.084.02-.125.033-37.507 10.787-78.796-4.816-99.217-40.188-24.07-41.688-9.845-94.712 31.843-118.78 13.028-7.523 27.143-11.314 41.156-11.69 25.66-.685 50.898 10.098 68.188 30.25l-41 28.97c-5.497-4.796-12.664-7.72-20.53-7.72-17.277 0-31.283 14.007-31.283 31.282 0 17.276 14.004 31.282 31.282 31.282 17.277 0 31.28-14.007 31.28-31.283 0-1.187-.06-2.347-.188-3.5l120.094-57.312 4.03-1.75-.06-.156 62.25-29.72 9.25-4.438-5.282-8.812-19.97-33.375-5.155-8.625-8.25 5.813-8.095 5.718c-45.9-58.864-116.14-91.053-187.844-90.405z" fill="#fff"/></svg>
<svg class="tc-image-originals-radial-balance tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M321.375 15.313L262.72 73.906l25.78 6.906-15.563 58.063c-5.44-.756-10.87-1.14-16.25-1.125-.887.003-1.77.04-2.656.063l21.97 45.75 42.25-28.407c-6.263-3.87-12.944-7.205-20.03-9.875l15.467-57.718 28.657 7.657-20.97-79.907zM133.25 40.063l-.094 82.906 23.125-13.345 30.064 52.063c-5.034 3.824-9.75 8.072-14.125 12.687l50.06 16.438 9.064-50.157c-7.797 1.777-15.372 4.336-22.594 7.625l-29.875-51.718 25.688-14.812-71.313-41.688zm255.28 90.593l13.345 23.094-52.063 30.063c-3.8-5.002-8.01-9.707-12.593-14.063l-16.126 48.156 49.28 8.938c-1.744-7.094-4.148-13.99-7.155-20.594l51.717-29.875 14.813 25.656 41.688-71.31-82.907-.064zm-290.78 38.5l-79.906 20.97 58.562 58.655L83.312 223l58.063 15.563c-.935 6.767-1.25 13.498-1 20.156l47.53-22.814-29.843-43.25c-4.022 6.432-7.466 13.31-10.218 20.625l-57.78-15.468 7.686-28.656zm275.875 81.28L328.5 272.813l28.313 42.125c3.15-5.2 5.937-10.673 8.28-16.437l57.938 15.53-6.905 25.783 80.063-21.532-58.72-58.092-7.687 28.656-57.592-15.438c1.27-7.706 1.707-15.387 1.437-22.97zm-230.28 30.283c1.5 6.44 3.516 12.72 6.06 18.78l-52.093 30.094L83.97 306.5l-41.376 71.813 82.594-.438-14.813-25.656 51.78-29.908c4.655 6.52 9.98 12.557 15.907 18.032l17.282-49.53-52-10.095zM294 316.75l-9.22 51.03c5.91-1.454 11.673-3.347 17.25-5.686l30.095 52.094L309 427.53l71.844 41.408-.438-82.625-25.687 14.843-29.876-51.75c6.437-4.588 12.43-9.847 17.844-15.687L294 316.75zM240.25 324l-44.125 30.03c5.32 3.262 10.955 6.127 16.875 8.533L197.47 420.5l-25.782-6.906 21.53 80.062 58.095-58.72-28.625-7.686 15.437-57.625c8.295 1.367 16.576 1.816 24.72 1.406L240.25 324z" fill="#fff"/></svg>
<svg class="tc-image-originals-radioactive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.78 17.188c-130.728 0-236.905 106.177-236.905 236.906C16.875 384.824 123.052 491 253.78 491c130.73 0 236.907-106.18 236.907-236.906 0-130.73-106.177-236.906-236.906-236.906zm0 18.687c120.63 0 218.22 97.59 218.22 218.22 0 120.626-97.59 218.218-218.22 218.218-120.628 0-218.218-97.59-218.218-218.22s97.59-218.218 218.22-218.218zm101.19 46.313L278.56 215.063c15.916 9.635 25.177 26.33 26.125 43.78h148.407c1.644-70.01-33.49-138.867-98.125-176.656zm-205.126 2.468c-27.1 16.725-50.68 40.147-67.72 69.656-19.01 32.928-26.926 69.12-26 104.532H196c.41-8.353 2.737-16.73 7.188-24.438 5.21-9.024 12.64-16 21.218-20.625L149.844 84.657zm100.594 141.156c-.864-.002-1.736.035-2.594.094-11.446.793-22.288 7.084-28.5 17.844-9.94 17.216-4.09 38.967 13.125 48.906 17.213 9.94 38.935 4.12 48.874-13.094 9.94-17.215 4.12-38.967-13.094-48.906-5.648-3.26-11.768-4.824-17.813-4.844zm28.218 82.375c-16.127 9.75-36.864 10.846-54.406 1.25l-68.03 117.22c29.454 16.785 61.044 25.177 92.75 26 34.567.898 68.72-7.786 99.124-24.032l-69.438-120.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-ragged-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M27.438 28c-2.13.008-4.264.054-6.407.156C55.4 55.93 66.44 113.052 81.126 161.344c36.747-81.008 70.31 15.56 85.313 133.187 19.56-157.11 81.692-39.362 117.75 24.19-3.213-72.754 106.18-22.386 126.625 48.436 13.595-60.515 45.038-53.18 82.406 13.156-5.587-75.425-47.698-149.916-98.158-109.562 6.667-98.496-65.15-100.515-91.25-67.406-15.74-40.536-96.467-119.32-106.5-42.313C152.726 72.62 93.442 27.748 27.438 28zM81.5 191.53c-5.156 15.956-49.635 88.657 0 88.657 49.667 0 3.134-72.61 0-88.656zm85.563 129.69c-6.08 22.943-58.522 127.5 0 127.5 58.558 0 3.694-104.426 0-127.5zm243.875 64.28c-4.133 13.405-39.774 74.5 0 74.5 39.797 0 2.51-61.018 0-74.5z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-railway tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 112v39h38v-39zm102 0v39h48v-39zm112 0v39h48v-39zm112 0v39h48v-39zm112 0v39h38v-39zM18 169v30h476v-30zm0 48v78h38v-78zm102 0v78h48v-78zm112 0v78h48v-78zm112 0v78h48v-78zm112 0v78h38v-78zM18 313v30h476v-30zm0 48v39h38v-39zm102 0v39h48v-39zm112 0v39h48v-39zm112 0v39h48v-39zm112 0v39h38v-39z"/></svg>
<svg class="tc-image-originals-rainbow-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.125 18.406v29.22c9.3-1.06 18.643-1.704 28-1.907 1.93-.043 3.852-.058 5.78-.064 117.716-.37 236.367 65.873 290.626 176.844l37.533-33.438C348.267 118.008 299.11 59.125 238.375 18.406H16.125zm33.75 45.97c-11.29.025-22.567.702-33.75 2.06v69.595c15.867-2.703 31.852-4.047 47.844-4.03 2.735.003 5.483.043 8.218.125 83.442 2.492 165.578 41.408 223.5 111.344l15.687 5 14.656-13.032C276.274 128.632 162.13 64.118 49.876 64.375zm14.47 86.31c-16.125-.037-32.263 1.398-48.22 4.314v81.03c22.83-7.462 46.084-11.224 69.125-11.53 1.524-.02 3.04-.04 4.563-.03 44.63.283 88.253 13.427 126.093 37.25l-14-31.876-8.28-18.938 19.686 6.28 46.5 14.845c-54.242-52.944-124.738-81.174-195.468-81.343zM385.25 207.72l-65.406 58.25-4 3.53-5.063-1.594-83.436-26.625L262.5 321.5l2.156 4.875-3.125 4.344-51.06 71.124 87.124-8.656 5.312-.532 3.156 4.313 51.875 70.56 18.688-85.56 1.125-5.22 5.063-1.656 83.156-27.53-75.626-44.22-4.594-2.72-.03-5.312-.47-87.593zM86.72 243.124c-23.547.212-47.34 4.323-70.595 12.656v93.44c66.747-35.676 144.158-32.79 207.813 1.81l19.343-26.905-12.686-28.906c-40.696-33.923-91.642-52.566-143.875-52.095zM316.53 442.75c.096.167.188.333.283.5l.062-.03-.344-.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-raining tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M305 19.438c-46.49 0-85.118 32.184-95.844 75.374l-4.656 18.75-11.813-15.28C179.864 81.69 160.21 70.75 137.844 70.75c-38.486 0-69.97 31.515-69.97 70.063 0 6.083 1.424 12.16 3.314 18.812l2.937 10.406-10.688 1.44c-24.95 3.297-44.374 24.6-44.374 50.56 0 28.264 22.848 51.126 51.062 51.126 18.228 0 34.287-9.818 43.313-24.28l6.968-11.157 8.22 10.218c15.42 19.07 38.945 31.343 65.343 31.343 30.613 0 56.55-16.175 71.31-40.686l7.94-13.188 8.03 13.156c8.978 14.675 24.76 24.22 43.28 24.22 14.95 0 28.317-6.327 37.626-16.5l6.47-7.063 6.905 6.624c12.575 12.055 29.132 19.375 47.845 19.375 38.486 0 69.938-31.485 69.938-70.033 0-38.547-31.365-69.468-69.938-69.468-2.974 0-5.754.17-8.625.53l-10.375 1.313-.125-10.47c-.61-54.307-44.804-97.656-99.25-97.656zm42.47 258.125c-5.813 2.026-11.97 3.332-18.345 3.75l7.594 26.625 17.874-5.375-7.125-25zm-213.158 1.125l10.063 35.25 17.875-5.344-4.97-17.438c-8.218-3.173-15.918-7.404-22.968-12.47zm263 1.25l14.125 49.5 17.875-5.344-11.5-40.375c-7.104-.45-13.97-1.733-20.5-3.783zm-309.125 9.468c-5.757 1.582-11.81 2.438-18.062 2.438-.22 0-.436-.03-.656-.03l11.81 41.467 17.876-5.374-10.97-38.5zm131.97 5.125c-5.972 1.595-12.163 2.652-18.532 3.126l8.97 31.438 17.874-5.375-8.314-29.19zm70.624 7.064l-17.905 5.375 16.313 57.217 17.906-5.375-16.313-57.218zM366.72 345l-17.908 5.375 10.063 35.313 17.906-5.375L366.72 345zm-192.345 6.03l-17.906 5.376 9 31.53 17.874-5.373-8.97-31.532zm66.22 15.126l-17.907 5.375 16.937 59.44 17.906-5.376-16.936-59.438zm200.843.375l-17.907 5.376 12.19 42.656 17.874-5.375-12.156-42.656zm-330.157 3.814l-17.905 5.375 14.47 50.75 17.905-5.376-14.47-50.75zm207.907 30.937l-17.875 5.345 15.875 55.688 17.875-5.375-15.875-55.657zm69.688 21.47l-17.906 5.375 8.592 30.188 17.938-5.375-8.625-30.188zM195.47 425l-17.907 5.375 9.03 31.688 17.907-5.375L195.47 425zm270.25 26.625L447.81 457l10.5 36.844h19.438l-12.03-42.22zM137.843 463.53l-17.875 5.376 7.093 24.938H146.5l-8.656-30.313zm131.78 4.5l-17.874 5.376 5.813 20.438H277l-7.375-25.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-raise-zombie tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" class="cls-2" d="M30.653 470.114l55.34-20.32 84.09-19.62 10.78 18.22 25 15.92 41.34-5.41 27.86 8.41 39.41 1.4 36.71-34.72 46.68 19.3 37.84 9.11 58.628 32.737H17.67zm238.6-202.77l-6 10c10.09 6.1 21.58 6.39 32.88 3.21a92.26 92.26 0 0 0 15.72-6.22c-.31 6.28-.36 16.58-.19 29.29l-18.82-2.87 3.86 115 19.72-.85c.69 9.53 1.45 18.47 2.27 26.44l-10.72 10.14-30.09-1.07-25.79-7.77-3.5-1.06-3.62.47-35.2 4.59-4.89-3.12c8.11-37.88 17.45-123.11 19.51-141.7.89-7.27 1.226-14.6 1-21.92l9.89-5.34.7-6.39-3-6.52h-8.88l-4.65-9.13-1.83.63a30 30 0 0 0-2.63-3.11l-.08-.08-24-25.88 2.36-6-1.18-7.08-8.51-2.36-2.07-10-13.35.87-30.95-33.39c.53-4.33 3-9.83 6.9-14.16 3.7-4.16 8.26-6.81 11.88-7.54l59 62.41 9.49-6.55-43.09-89.08c1.73-4 5.71-8.14 10.73-10.83 4.84-2.6 10.11-3.49 13.75-3l45.5 92.27 11-3.53-16.29-98.92c2.68-2.68 7.66-5.23 13-6a27.14 27.14 0 0 1 3.55-.27h1.17a21.3 21.3 0 0 1 9.93 2.59l15.06 94.32 11.43.35 17.77-80.41c5.89 4.64 19.24 15.77 19.24 15.77l7.25-2.3-19.62 89.33h.06l-1.44 6.31-.64 2.88 8.88 5.78c14.3-8.86 28.38-18 40.27-22.17 7.78-2.7 14.2-3.2 19.36-1.17 4.25 1.67 8.26 5.37 11.9 12.43-29.73 14.51-55.85 34.55-78.25 48.74-11.87 7.52-22.69 13.34-32 16-9.31 2.66-16.73 2.22-23.75-2.03zm-9.84 65.39v26l11.38 9.15-4.78 6.2.28 18.89 8.3 9.15 11.94 9.9-3.6-107.26-8.34 5.56-7.74 22.43h-7.44z"/></svg>
<svg class="tc-image-originals-rake tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M93.69 18l110.414 254.676c3.594-2.915 7.82-5.232 12.498-6.848 3.456-1.194 7.192-1.995 11.056-2.187 1.153-.057 2.32-.052 3.49.005L124.81 18zm136.28 263.625c-.486-.013-.977-.008-1.472.018-1.98.102-4.028.51-6.02 1.2-3.982 1.374-7.573 3.935-9.298 5.99-.955 1.136-1.186 1.65-1.266 1.77l21.088 44.463 5.992-.43 23.932-3.275-19.387-40.338c-2.84-5.532-5.963-7.66-9.417-8.737-1.297-.404-2.7-.62-4.154-.66zm-18.056 8.98l-.187-.394c.155.335.123.49.187.394zm246.424 34.092c-.995-.003-2.05.103-3.164.332L26.7 381.85c-9.594 1.727-7.955 25.956.226 29.802 24.032 15.5 22.984 79.762 38.904 79.762 6.29 0 2.062-75.122-7.084-84.115l21.992-3.01c22.608 17.032 21.907 78.792 37.514 78.792 6.092 0 2.32-70.452-6.232-83.07l20.42-2.795c23.036 16.58 22.23 79.1 37.933 79.1 6.15 0 2.247-71.775-6.475-83.405l21.248-2.908c21.777 17.886 21.282 78.148 36.698 78.148 5.99 0 2.442-68.09-5.805-82.375l20.847-2.85c22.166 17.488 21.57 78.462 37.076 78.462 6.037 0 2.386-69.197-6.004-82.716l22.75-3.113c21.097 18.56 20.766 77.585 36.022 77.585 5.912 0 2.53-66.302-5.488-81.762l21.207-2.903c21.477 18.188 21.058 77.9 36.404 77.9 5.954 0 2.478-67.294-5.668-82.105l21.826-2.986c20.377 19.247 20.23 76.927 35.312 76.927 5.822 0 2.63-64.344-5.127-81.06l21.588-2.954c20.726 18.918 20.49 77.25 35.658 77.25 10.89-34.01-1.78-72.33-15.298-101.994-1.355-2.71-4.495-4.75-8.807-4.763z"/></svg>
<svg class="tc-image-originals-rally-the-troops tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M458.125 19.125c-9.603 0-17.188 7.585-17.188 17.188 0 9.602 7.585 17.187 17.188 17.187 9.603 0 17.188-7.585 17.188-17.188 0-9.602-7.585-17.187-17.188-17.187zM377.78 40.938c-160.32.806-218.11 217.493-362.936 96.28 3.244 36.77 88.5 78.407 88.5 78.407-26.103 19.995-34.85 24.705-72.063 25.438 104.168 86.748 338.695-99.8 408.408 40.093l-2.25-38.312-45.47-46.563 42.75.657-.593-10.28-50.75-32.188 48.406-7.22-.655-11.063-50.03-27.25L429 100.094l-.625-10.688-52.156-22.75 50.467-5.844-.812-13.906c-17.043-4.2-33.02-6.044-48.094-5.968zm70.845 29.968l20.188 428 18.656-.875L467.31 71c-2.933.784-6.018 1.188-9.187 1.188-3.283 0-6.472-.442-9.5-1.282zm-93.438 221.97l-43.562 70.03 21.25 25.03L317.22 493h18.874l15.25-102.28 27.937-20.22-24.092-77.625zM198.47 310.78l-28.814 69.783 20.53 20.218 2.22 92.22h18.688l-2.22-92.97 19.595-19.936-30-69.313zm-158.157 5l-16.407 61.876 17.657 13.28L56.406 493H75.28L60.063 388.25l13.22-17.594-32.938-54.875h-.032zm86 7.44l-28.25 57.467 15.156 16.97L106.5 493h18.75l6.72-95.28 15.905-14.19-21.563-60.31zm136.843 32.31L243.72 423.94l19.405 15.125L268.938 493h18.812l-5.875-54.28 16.813-21.595-35.532-61.594zm143.656.064l-18.906 68.562 20.313 15.563 6.155 53.28h18.813l-6.375-55.188 16.03-20.906-36.03-61.312z" fill="#fff"/></svg>
<svg class="tc-image-originals-ram tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M223.125 24.938L205.062 43l-5.875-5.875-6.625-6.594-6.593 6.595-132.314 132.28L47.03 176l6.626 6.594 5.907 5.906-18.032 18.063-2.75 2.718v38.97h18.69V217l15.31-15.28 35.657 35.624-18.062 18.062-2.72 2.75v38.939h18.69v-31.22l15.31-15.312 35.157 35.157-18.062 18.06-2.75 2.72v38.969h18.688v-31.19l15.343-15.342 36.657 36.656-18.062 18.062-2.75 2.72v38.968h18.688v-31.25l15.312-15.313 35.656 35.658-18.06 18.062-2.72 2.75v38.938h18.688v-31.22l15.312-15.312 35.156 35.156-18.062 18.063-2.75 2.72v38.966h18.687v-31.187l15.345-15.344 5.78 5.783 6.595 6.625 6.594-6.625 132.312-132.25 6.625-6.625-6.624-6.594-5.812-5.813 18.062-18.06-13.22-13.19-18.06 18.033-35.126-35.125 18.03-18.063-13.217-13.22L401 238.938l-35.625-35.625 18.063-18.062-13.22-13.22-18.062 18.064-36.656-36.656 18.063-18.063-13.22-13.188-18.03 18.063-35.188-35.188 18.063-18.03-13.22-13.22-18.03 18.063L218.28 56.22l18.064-18.064-13.22-13.218zm-29.22 67l209.376 209.718-73.5 73.5L120.376 165.75l73.53-73.813zm-32.5 64.968l-13.186 13.25 173.968 172.72 6.562 6.53 6.594-6.53 34.5-34.25-13.156-13.282-27.938 27.75-167.344-166.188zM102.5 174.312L320.938 392.75v30.688L74 176.53l28.5-2.218zm319.688 134.875l25.875 3.25.5.5-108.938 108.938V391.78l82.563-82.592z" fill="#fff"/></svg>
<svg class="tc-image-originals-rank-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255 471L91.7 387V41h328.6v346zm-147.3-93.74L255 453l149.3-75.76V57H107.7zm146.56-33.1l-94.66-48.69v50l94.54 48.62 98.27-49.89v-49.9z" fill="#fff"/></svg>
<svg class="tc-image-originals-rank-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255 471L91.7 387V41h328.6v346zm-147.3-93.74L255 453l149.3-75.76V57H107.7v320.26zm146.43-65.76l98.27-49.89v-49.9l-98.14 49.82-94.66-48.69v50zm.13 32.66l-94.66-48.69v50l94.54 48.62 98.27-49.89v-49.9z" fill="#fff"/></svg>
<svg class="tc-image-originals-rank-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255 471L91.7 387V41h328.6v346zm-147.3-93.74L255 453l149.3-75.76V57H107.7v320.26zm187.61-168.34l-14.5-46 38.8-28.73-48.27-.43L256 87.94l-15.33 45.78-48.27.43 38.8 28.73-14.5 46 39.31-28zM254.13 311.5l98.27-49.89v-49.9l-98.14 49.82-94.66-48.69v50zm.13 32.66l-94.66-48.69v50l94.54 48.62 98.27-49.89v-49.9z" fill="#fff"/></svg>
<svg class="tc-image-originals-rapidshare-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M136.094 25.875c-15.79.166-26.534 4.426-33 11.906-6.32 7.31-8.877 18.45-6.656 34.22 1.01 7.182 3.17 15.27 6.187 23.906 25.733-6.88 59.657-5.89 97.438 3.47 45.22 11.2 95.64 34.696 141.687 73.343 69.268 58.135 120.23 99.117 152.78 178.28-3.425-33.22-15.525-65.535-32.03-94.875-24.64-43.798-58.534-80.653-84.03-102.78-60.464-52.477-122.706-91.336-173.564-111.532-25.428-10.1-48.027-15.5-65.594-15.907-1.097-.025-2.166-.042-3.218-.03zM77.22 67.72l-44.94 51.968c-6.363 7.362-8.96 18.47-6.78 34.156 2.18 15.687 9.306 35.27 21.03 56.875 23.45 43.21 65.05 94.57 119.22 143.468l6.875 6.187-6.125 6.938-27.656 31.28 241.406 80.438-119.094-222.374-26.22 30.156-6.374 7.344-7.093-6.656c-53.73-50.503-95.835-103.37-120.5-149.47-12.334-23.048-20.352-44.395-23.032-63.436-.327-2.317-.56-4.612-.72-6.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-raven tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M343.313 22.22c-57.33 0-61.26 36.153-91.125 54.874C154.782 42.52 133.115 221.496 169.844 330c-15.396 31.924-30.736 75.9-43.813 134.906 56.828 30.66 119.124 38.655 182.22 9.906-6.2-37.715-14.18-68.858-21.97-95.375 25.025-12.63 59.594-14.573 86.5 14.407.24-28.626-19.022-40.956-40.53-42.25l-22.03-47.313c42.606-45.056 74.38-100.18 57.905-157.06-10.303-38.45 58.203-62.225 122.344-53.75-24.523-21.164-55.99-30.482-85.845-33.876-8.843-21.763-32.616-37.375-61.313-37.375zm10.968 21.936c9.808 0 17.783 7.944 17.783 17.75 0 9.807-7.974 17.75-17.782 17.75-9.807 0-17.75-7.943-17.75-17.75 0-9.806 7.945-17.75 17.75-17.75zm-58.092 274.25l16.28 34.938c-11.62 2.698-22.325 8.217-29.312 15.687-3.298-10.84-6.498-20.903-9.47-30.28 7.58-6.45 15.128-13.253 22.502-20.344z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-ray-gun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.78 48.375c-1.777.065-3.554.135-5.342.22l-13.032 3.468L256.47 112l-41.533 5.156L198.03 54.03c-20.15 2.995-40.295 7.085-59.81 12.314C115.13 72.53 94.522 82.558 77.405 95.03 70.596 84.966 57.93 79.804 45.53 83.126c-15.64 4.19-24.908 20.266-20.718 35.906 2.092 7.807 7.145 14.028 13.625 17.782-13.334 22.34-17.896 46.636-11.687 69.813 7.424 27.71 28.982 49.112 59.094 61.344 4.684 1.902 9.568 3.573 14.625 5-71.813 84.106-81.31 251.344 62.905 216.624-9.176-3.423-16.616-11.07-19.344-21.25-4.475-16.706 5.438-33.865 22.126-38.375-4.744-3.99-8.367-9.403-10.094-15.845-3.81-14.222 2.81-28.797 15.157-35.594-3.558-3.692-6.237-8.32-7.657-13.624-3.76-14.035 2.622-28.374 14.656-35.28l.124-1.532c-6.032-4.078-10.687-10.26-12.72-17.844-3.646-13.61 2.256-27.53 13.595-34.656 4.71-.89 9.443-1.948 14.186-3.22.394-.104.794-.236 1.188-.343 1.04-.28 2.083-.584 3.125-.874 9.006 47.493 36.058 68.614 59.468 52.97-21.67-19.01-29.08-40.428-29.75-62.282 7.994-2.776 15.968-5.737 23.875-8.906l-19.625-73.282 38.937-14.875 18.438 68.845 10.75-2.875c2.3-1.19 4.608-2.38 6.875-3.594l-18.532-69.062 38.97-14.875 15.593 58.218 10.81-2.875c2.214-1.547 4.396-3.095 6.533-4.657L344.688 136.5l37.468-14.313 11.5 42.938.5-.125c5.458-5.49 10.303-10.95 14.438-16.313L399.72 115.5l12.28-4.688 15.875-4.25c7.277 14.404 23.744 22.138 40 17.782 18.66-5 29.593-23.936 24.594-42.594-4.376-16.325-19.402-26.752-35.595-25.75-2.313.143-4.668.53-7 1.156-14.772 3.958-24.703 16.657-25.72 31.032l-20.75 5.562-9.217 1.156-7.938-29.687c-5.85-2.44-12.264-4.647-19.188-6.595l-1.812.47 10.22 38.155-39.97 4.938-13.906-51.938c-1.898-.2-3.82-.39-5.75-.563L303 53.094l13.78 51.437-41.592 5.126-16.407-61.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-razor-blade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M385.594 45.156L13.03 260.25l20.345 35.25L405.938 80.406l-20.344-35.25zm29.687 51.438L42.72 311.688l8.155 14.125c16.17-5.228 33.86-.587 45.25 11.937l28.53-16.47L134 337.47l-28.53 16.467c5.14 16.12.317 33.767-12.282 45.157l8.156 14.125 372.562-215.095L465.75 184c-16.157 5.214-33.86.563-45.25-11.938l-28.53 16.47-9.345-16.188 28.53-16.47c-5.147-16.134-.35-33.8 12.283-45.186l-8.157-14.094zm-83.124 90.812c8.675-.225 17.2 4.207 21.844 12.25 6.755 11.7 2.762 26.652-8.938 33.406-8.828 5.097-19.48 4.032-27.093-1.812l-22.283 12.844c4.868 16.798-2.108 35.36-17.937 44.5-15.835 9.142-35.388 5.904-47.5-6.72l-22.22 12.845c1.253 9.516-3.197 19.274-12.03 24.374-11.7 6.755-26.65 2.762-33.406-8.938-6.755-11.7-2.73-26.65 8.97-33.406 3.655-2.11 7.618-3.18 11.56-3.28 5.583-.146 11.1 1.637 15.564 5.06l22.218-12.81c-4.867-16.806 2.11-35.394 17.938-44.533 5.818-3.36 12.13-5.055 18.406-5.218 10.803-.282 21.43 3.975 29.094 11.968l22.25-12.844c-1.274-9.527 3.158-19.302 12-24.406 3.656-2.11 7.62-3.18 11.562-3.282zm151.094 26.906L110.687 429.406l20.344 35.25 372.564-215.094-20.344-35.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-reactor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 41.875c-60.562 0-60.547 15.14-75.688 60.563l-30.28 90.843 41.624 41.626c16.44-16.44 39.26-26.47 64.344-26.47 25.085 0 47.904 10.03 64.344 26.47l41.625-41.625-30.283-90.843c-15.14-45.42-15.125-60.562-75.687-60.562zm0 196.844c-33.447 0-60.563 27.083-60.563 60.53s27.116 60.563 60.563 60.563 60.563-27.116 60.563-60.563-27.116-60.53-60.563-60.53zm-144.78 21.75l-63.532 71.655C15.92 367.947 2.813 375.52 33.093 427.97c30.28 52.447 43.406 44.88 90.312 35.28l93.813-19.22 15.218-56.874c-22.457-6.017-42.552-20.744-55.094-42.47-12.544-21.723-15.267-46.51-9.25-68.967l-56.875-15.25zm289.56 0l-56.874 15.25c6.017 22.455 3.293 47.243-9.25 68.967-12.542 21.725-32.637 36.452-55.094 42.47l15.22 56.874 93.812 19.22c46.906 9.6 60.03 17.167 90.312-35.28 30.28-52.45 17.173-60.023-14.594-95.845l-63.53-71.656z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-read tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M204.055 213.905q-18.12-5.28-34.61-9a145.92 145.92 0 0 1-6.78-44.33c0-65.61 42.17-118.8 94.19-118.8 52.02 0 94.15 53.14 94.15 118.76a146.3 146.3 0 0 1-6.16 42.32q-20.52 4.3-43.72 11.05c-22 6.42-39.79 12.78-48.56 16.05-8.72-3.27-26.51-9.63-48.51-16.05zm-127.95 84.94a55.16 55.16 0 1 0 55.16 55.15 55.16 55.16 0 0 0-55.16-55.15zm359.79 0a55.16 55.16 0 1 0 55.16 55.15 55.16 55.16 0 0 0-55.15-55.15zm-71.15 55.15a71.24 71.24 0 0 1 42.26-65v-77.55c-64.49 0-154.44 35.64-154.44 35.64s-89.95-35.64-154.44-35.64v74.92a71.14 71.14 0 0 1 0 135.28v7c64.49 0 154.44 41.58 154.44 41.58s89.99-41.55 154.44-41.55v-9.68a71.24 71.24 0 0 1-42.26-65z"/></svg>
<svg class="tc-image-originals-reaper-scythe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M171.125 20.28c-3.678.004-7.287.027-10.844.095l-5.718.125-2.5 5.125c-6.484 13.307-23.588 23.72-45.937 31.625-8.73 3.088-18.122 5.803-27.72 8.313l9.657 16.812c8.253-2.24 16.435-4.714 24.313-7.5 22.043-7.795 42.253-18.258 53.375-35.813 54.302-.54 123.166 6.728 181.688 29.126 54.774 20.963 99.65 54.383 117.812 106.624-2.063-.668-4.205-1.333-6.313-2l-63.28-52.593-25.876 30-43.124-46.47-23.156 34.313-45.28-45.907-27.908 38.125-46-45.81-23.78 45.124-38.782-27.72-7.406 26.282 23.594 41.094c13.6-7.09 32.617-14.47 49.875-17.72 12.606-2.37 24.367-2.552 32.093-.31 7.727 2.24 11.237 5.162 12.656 13l1.813 9.968 9.78-2.594c74.608-19.777 168.01 4.457 231.97 26.437l15.78 5.44-3.624-16.314C472.78 117.786 417.833 75.1 354.126 50.72c-59.725-22.86-127.835-30.473-183-30.44zM40.72 50.313c-12.622.486-23.765 10.62-23.376 28.626 94.07 133.71 175.316 272.647 239.47 417.562h41.436L52.406 53.22c-2.063-.898-4.34-1.96-6.437-2.345-1.836-.336-3.45-.637-5.25-.563zM382.75 255.97c-8.857.08-17.908 1.26-26.97 3.686-55.227 14.784-88.043 69.08-74.342 120.156 3.257 12.147 14.716 25.216 29.468 36.344 10.09 7.61 21.485 14.305 32.063 19.72-2.054-13.744-5.87-27.03-13.064-39.938l16.313-9.094c18.71 33.585 17.717 68.118 18.03 100.906 9.32 1.53 18.46 3.04 27.47 4.188l1.842-34 18.657 1-1.876 34.78c11.114.645 22.016.378 32.75-1.406l-1.656-35.375 18.687-.843 1.438 31.47c6.713-2.395 13.364-5.54 19.968-9.627.64-5.552 2.86-25.628 4.033-53.968.565-13.672.764-28.563.312-43.095-15.635 4.024-31.625-5.263-35.813-20.875-4.212-15.705 5.12-31.853 20.844-36.063 2.457-.657 4.944-.975 7.375-1h.064C465.917 283.512 428.73 257.113 386.53 256c-1.256-.033-2.515-.043-3.78-.03zm4.72 70.936c15.152-.15 29.052 9.89 33.155 25.188 4.863 18.13-5.88 36.766-24.03 41.625-18.153 4.858-36.826-5.903-41.69-24.033-4.86-18.13 5.912-36.766 24.064-41.625 2.835-.76 5.693-1.128 8.5-1.156zm51.936 46.188L465 426.72l-38.563 6.06 12.97-59.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-recycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.875 19.75c-15.54.336-30.444 4.193-44.97 10.5l22.47 42c7.42-2.652 15.023-4.442 22.5-4.5 25.633 0 52.754 13.658 73.47 49.47l16.624 28.874 20.217-11.656 43.407 75.187-53.5 30.844 107.812 62.186V178.312l-33.062 19.063-59.5-104.156c-27.476-47.506-71.07-73.848-115.47-73.47zm-75.22 57.844L72.813 139.78l32.282 18.595-56.156 98.313c-25.153 43.508-26.934 92.827-6 131.968 8.675 16.22 21.838 29.508 37.5 40.47l24-40.47c-8.042-6.36-14.9-13.912-19.5-22.5-12.51-23.402-13.322-54.64 4.5-85.47l13.624-23.436-19.687-11.375 43.313-75.03 53.968 31.093V77.594zm255.157 267.562c-1.564 7.687-3.835 14.362-7.5 21-12.83 23.206-38 40.5-77.968 40.5h-24.438v22.906h-86.78V367.5L131.31 429.656l107.813 62.188v-37.22h111.22c54.52 0 98.506-25.648 119.967-64.468 7.566-13.695 11.738-29.242 13.5-45h-48z" fill="#fff"/></svg>
<svg class="tc-image-originals-regeneration tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M229.594 16c-73.58 4.91-128.97 66.775-128.97 142.344 0 18.565 3.507 36.337 9.907 52.594 6.526 16.573 14.974 35.78 81.72 99.062l19.47-11.375c-1.224-3.453-1.876-7.155-1.876-11.03 0-15.672 10.893-28.772 25.437-32.033v-22.75c-56.316-3.484-101.03-50.67-101.03-108.437 0-56.834 40.318-103.563 95.344-108.375zm12.75 137.313c-29.654 0-57.053 9.766-79.22 26.28 6.817 9.665 15.288 18.155 24.907 24.938 15.6-10.34 34.262-16.374 54.314-16.374 21.142 0 40.753 6.698 56.844 18.094 14.128-3.45 28.403-6.214 42.875-7.75-24.47-27.71-60.07-45.188-99.72-45.188zM355 209.093c-17.672.308-46.292 5.044-106.53 23.438v22.69c3.57.656 7.083 1.967 10.405 3.905 13.433 7.834 19.226 23.895 14.75 38.25l19.5 11.375c31.146-47.53 93.95-63.04 143.47-34.156 48.717 28.416 68.605 87.043 45.217 137.594 32.582-66.832 7.25-146.247-57.53-184.032-15.916-9.282-32.896-15.096-50.032-17.625-5.46-.805-11.217-1.576-19.25-1.436zm-239.47 36.813c-11.52 35.264-8.7 75.154 11.126 109.844 14.828 25.944 36.886 45.05 62.125 56.188 4.878-10.796 7.934-22.474 8.94-34.282-16.666-8.476-31.163-21.767-41.19-39.312-10.57-18.498-14.63-39.005-12.905-58.78-10.022-10.637-19.54-21.764-28.094-33.658zM375.19 273.5c-11.693 1.13-23.22 4.29-33.844 9.313 1.066 18.82-3.1 38.174-13.125 55.718-10.573 18.5-26.094 32.307-43.908 40.69-4.105 14.085-8.893 27.944-14.812 41.374 35.99-7.553 68.768-29.967 88.594-64.656 14.827-25.946 20.167-54.788 17.094-82.438zM267.25 308.844c-2.35 2.796-5.24 5.218-8.563 7.156-13.432 7.834-30.12 4.875-40.187-6.22l-19.47 11.345c25.173 51.015 7.052 113.74-42.468 142.625C107.844 492.166 47.638 480.238 16 434.5c40.998 61.92 121.75 79.472 186.53 41.688 15.916-9.282 29.36-21.24 40.095-34.97 10.946-13.994 23.187-30.992 44.063-121.03l-19.438-11.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-relic-blade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M499.78 16.125L477.157 22.5l-151.47 42.53-6.592 1.876-.22 6.844-.905 29.344-18.814 5.03-6.656 1.75-.28 6.907-.97 24.657-134.125 133.594-2.875 2.876.125 4.063c.71 20.398-14.288 31.957-22.75 31.217-9.973-.872-15.33-4.037-18.875-8.437-3.544-4.4-5.546-10.93-5.5-19.656l.125-24.156-16.344 17.78c-17.327 18.843-26.697 42.824-26.843 66.97l-.062 9.406h9.406c12.214.003 24.46 2.815 35.72 8.344l-4.063 14.468c-20.925 17.263-41.855 40.54-52.968 59.97-1.636 2.857-2.977 5.514-4.064 7.968L16.25 454.75l-1.5 41.656 41.656-1.5 9-32.187c2.383-1.07 4.96-2.36 7.72-3.94 19.338-11.062 42.48-31.857 59.718-52.686l14.47-4.063c5.345 11.147 8.143 23.224 8.186 35.064l.03 9.312h9.314c24.72.007 49.722-9.366 68.844-27.53l13.906-13.22-19-2.78c-10.576-1.556-18.374-5.412-23.03-9.75-4.66-4.34-6.335-8.744-5.876-13.626 1.054-11.204 4.174-16.044 8.437-19.063 4.263-3.018 11.267-4.52 21.094-4.218l4.06.124 2.845-2.875 136.313-136.314 18.968-.47 6.938-.186 1.844-6.688 4.437-16.093 32.906-1.44 6.75-.28 1.845-6.53L491.75 36.624l8.03-20.5zM466.157 45L429.97 173.906 397 175.312l-6.78.282-1.814 6.594-4.406 16-15.75.375-3.72.093-2.655 2.625-136.28 136.314c-9.812.1-19.142 1.668-27.064 6.812l.69-19.25 144.343-144.344 26.437-1.03L374.625 163l1.844-6.656 6.905-.188 32.25-.937 22.938-82.595-82.594 22.938L355 125.5l-.22 6.875-6.655 1.844-19.03 5.186-.876 30.344-142.25 142.22-21.19.75c4.803-7.545 7.843-16.86 8.22-27.158l134-133.437 2.625-2.594.125-3.655.875-21.47 18.875-5.03 6.72-1.813.186-6.937.938-29.438L466.156 45zM93.03 307.78c1.38 3.076 3.004 6.015 5.157 8.69 4.966 6.163 11.98 10.684 20.5 13.217l-4.343 15.5c-9.857-4.416-20.287-7.18-30.844-8.25 1.23-10.044 4.448-19.957 9.53-29.156zm87.25 23.095l-1.53 42.97-57.5 16.092 16.063-57.53 42.968-1.532zm2.657 61.22c2.006 5.516 5.43 10.576 9.875 14.717 3.934 3.665 8.684 6.685 14.032 9.094-10.278 6.204-21.67 9.998-33.188 11.28-1.086-10.328-3.84-20.554-8.125-30.248l17.407-4.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-resonance tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M258.186 21.076c-61.262-.17-122.585 23.086-169.264 69.766-79.875 79.875-90.355 202.083-33.037 294.03-21.126-58.596-5.07-136.433 43.875-204.518-26.864 54.274-23.788 119.52 8.705 171.64-16.072-44.577-3.09-104.19 35.502-155.568-22.22 40.8-20.71 91 4.105 130.804-13.956-38.71 1.842-92.823 43.24-134.222 43.876-43.875 102.245-59.39 141.206-40.764-39.916-27.966-92.123-30.865-134.612-8.724 54.177-39.073 116.827-50.336 161.063-29.194-52.326-36.654-120.2-41.6-176.747-14.863 71.832-49.555 153.662-63.29 211.87-35.47-40.654-28.48-88.263-42.783-135.907-42.917zm135.908 42.918l.008.006v-.002c-.003 0-.006-.003-.008-.004zm-35.125 50.332c0 .002.004.004.007.006v-.002c-.003 0-.006-.003-.008-.004zm93.772 8.315c27.828 58.21 14.094 140.048-35.47 211.887 26.74-56.548 21.8-124.425-14.858-176.754 21.144 44.238 9.878 106.895-29.2 161.075 22.145-42.488 19.248-94.7-8.714-134.618 18.62 38.96 3.107 97.327-40.768 141.2-41.4 41.4-95.513 57.196-134.224 43.238 39.81 24.817 90.023 26.326 130.826 4.096-51.383 38.602-111.004 51.59-155.588 35.513 52.118 32.49 117.364 35.57 171.637 8.71-68.085 48.943-145.92 64.997-204.512 43.87 91.947 57.318 214.157 46.838 294.03-33.037 82.987-82.986 91.948-212.252 26.842-305.18zM364.5 184.23l-.004-.007h-.002l.006.007zm37.914-26.457l-.004-.007h-.002l.006.007z"/></svg>
<svg class="tc-image-originals-reticule tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.22 19.688v57.75c91.033 4.56 164.143 77.686 168.717 168.718h57.75c-4.635-123.12-103.345-221.85-226.468-226.47zm-18.69.03C123.67 24.65 24.717 123.244 20.063 246.157H78.44C83 155.333 155.786 82.33 246.53 77.47V19.72zm9.69 107.22c-32.23 0-61.768 11.79-84.408 31.312l22.47 22.47c12.306-10.246 27.204-17.487 43.562-20.626l18.78 70.53 18.75-70.374c15.887 3.182 30.37 10.232 42.407 20.156l22.345-22.344c-22.465-19.41-51.782-31.125-83.906-31.125zm97.124 44.343L331 193.626c9.996 12.136 17.072 26.77 20.22 42.813l-70.095 18.687 70.125 18.656c-3.15 16.247-10.31 31.112-20.438 43.44l22.344 22.342c19.513-22.637 31.312-52.154 31.313-84.375 0-32.124-11.716-61.44-31.126-83.906zm-194.75.157c-19.478 22.446-31.28 51.697-31.28 83.75 0 32.15 11.885 61.6 31.467 84.22l22.532-22.532c-9.933-12.202-16.96-26.866-20.093-42.875l70.936-18.875-70.906-18.906c3.136-15.81 10.098-30.235 19.906-42.25l-22.562-22.532zm-138.5 93.407C25.044 387.51 123.868 486.332 246.53 491.28V432.94c-90.544-4.852-163.21-77.547-168.06-168.094H20.093zm413.812 0C429.044 355.6 356.056 428.42 265.22 432.97v58.342c122.924-4.638 221.507-103.596 226.436-226.468h-57.75zm-177.28 14.75l-18.97 71.28c-16.208-3.188-30.995-10.455-43.22-20.687L172 352.625c22.618 19.582 52.072 31.47 84.22 31.47 32.05 0 61.304-11.803 83.75-31.283l-22.345-22.343c-11.955 9.914-26.296 16.98-42.03 20.217l-18.97-71.093z" fill="#fff"/></svg>
<svg class="tc-image-originals-retro-controller tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M389.094 253.12H122.962a101.945 101.945 0 1 0 89.208 151.258h87.66a101.945 101.945 0 1 0 89.264-151.258zM165.69 362.62h-30.137v30.138h-31.618V362.62h-30.14v-31.618h30.13v-30.128h31.617v30.128h30.15v31.618zm190.996 7.136a17.932 17.932 0 1 1 17.91-17.932 17.932 17.932 0 0 1-17.92 17.932zm40.922 40.923a17.932 17.932 0 1 1 17.92-17.922 17.932 17.932 0 0 1-17.93 17.92zm0-81.858a17.932 17.932 0 1 1 17.932-17.932 17.932 17.932 0 0 1-17.943 17.944zm40.923 40.923a17.932 17.932 0 1 1 17.933-17.932 17.932 17.932 0 0 1-17.932 17.943zM260.546 18.99h19.603c3.986 10.57 5.16 20.326 3.512 29.235-4.043 22.392-24.052 35.367-43.44 47.912-21.625 14.025-42.04 27.282-40.472 52.204 1.694 26.9 18.407 40.89 36.135 55.705 10.682 8.943 21.997 18.417 29.36 31.008h-22.2c-5.218-5.816-11.688-11.292-18.746-17.153-18.914-15.81-40.346-33.786-42.537-68.42-2.258-35.467 24.843-53.015 48.67-68.497 16.88-10.942 32.814-21.342 35.513-36.02 1.377-7.34-.407-15.923-5.398-25.973z"/></svg>
<svg class="tc-image-originals-return-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.828 18.256l-.002.015c249.642 36.995 371.904 169.983 397.32 278.01-2.094 5.977-4.496 11.044-7.068 14.968-17.29 26.383-62.522 40.075-101.654 28.596 5.984-19.75 10.132-39.834 12.07-59.12-95.46 8.177-212.544 8.42-301.207-22.642 41.727 95.317 99.325 164.465 164.983 230.08 18.296-2.164 35.807-11.35 51.837-25.37 85.218 34.667 188.066-2.555 226.748-60.68 46.922-70.5 74.07-317.52-167.462-383.856H232.81c160.326 54.874 195.73 167.74 191.573 239.03-37.15-93.627-137.68-191.855-312.38-239.03H19.83z" fill="#fff"/></svg>
<svg class="tc-image-originals-revolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M106 145.23c0-36.923 37.5-36.923 37.5-36.923s-18.75-23.163-18.75-36.922c0-13.76 0-18.462 18.75-36.922C162.25 16 162.25 16 181 16h150c18.75 0 42.22 19.56 56.25 36.923C398.26 66.556 406 89.845 406 101.813c0 61.88-50.018 178.424-50.018 178.424l6.137 215.197-203.352.566L181 274.46l-37.5-36.922c-18.75-18.462-37.5-36.924-37.5-55.384z" fill="#fff"/></svg>
<svg class="tc-image-originals-revolver tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M481.14 125.357c-18.78 5.476-34.912 14.487-46.952 32.973h46.953v-32.973zm-188.915 50.01l-13.125.002-.116 35.74H491.47l-.343-35.74H292.225v-.003zm-29.125.002l-33.07.003-97.298.008c-16.018 27.973-16.89 57.78 1.04 94.07H262.8l.063-20.22H168.09a8 8 0 1 1 0-16h94.8v-22.68h-95.15a8 8 0 1 1 0-16h95.3l.06-19.18zm-161.377.01c-7.834 28.723-12.348 45.61-18.73 58.69-6.78 13.893-15.75 23.88-32.3 41.7C11.077 351.204 17.48 389.416 20.46 432.083c12.07 14.128 29.67 21.282 48.724 23.54 17.703 2.097 36.135-.286 50.816-4.597-.272-47.016 8.213-93.296 40.84-139.84l5.264-7.507 6.724 6.23c18.24 16.9 40.922 21.272 63.205 17.717 22.283-3.555 43.756-15.464 57.254-30.285 9.92-10.894 12.492-23.074 11.66-37.932h-26.115l-.084 26.04h-.695c-9.56 10.992-33.904 24.083-47.803 24.146-13.556.06-35.84-13.197-47.896-24.145H123.88l-2.253-4.266c-20.284-38.435-21.828-74.208-7.06-105.803h-12.844zm-74.88 2.47c7.33 23.547 19.127 43.547 34.825 60.796 2.733-3.822 4.952-7.508 6.945-11.593 2.33-4.772 4.44-10.37 6.715-17.44-.225-.142-.403-.248-.635-.394-7.68-4.854-17.46-11.227-27.117-17.58-10.508-6.916-13.477-8.943-20.734-13.79zm252.09 49.26l-.042 13.66v2.638h82.72V227.11h-82.676zM88.642 293.9c16.474 0 30 13.525 30 29.998 0 16.474-13.526 30-30 30-16.473 0-30-13.526-30-30 0-16.473 13.527-29.998 30-29.998zm0 15.998c-7.826 0-14 6.174-14 14 0 7.827 6.174 14 14 14 7.827 0 14-6.173 14-14 0-7.826-6.173-14-14-14zm-18.025 67.676a13 13 0 0 1 12.625 12.998 13 13 0 1 1-26 0 13 13 0 0 1 13.375-12.998z" fill="#fff"/></svg>
<svg class="tc-image-originals-rhinoceros-horn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M450.125 32.734c-9.41 47.727-17.293 105.183-30.922 156.774-8.34 31.574-18.838 60.978-33.72 84.795-12.89 20.63-29.425 37.144-50.47 46.172 12.023 25.86 43.083 47.34 76.24 53.63 3.538-6.146 7.304-13.7 11.08-22.447 10.868-25.16 21.89-59.925 29.843-99.13 13.89-68.487 18.235-150.56-2.05-219.794zM18 38.904V494h39.537c7.66-8.97 13.41-22.46 17.453-46 36.388 0 55.403-4.45 66.643-11.002-28.225-25.493-51.414-58.844-68.455-101.207 11.647 15.058 25.708 29.464 42.047 42.96 43.04 66.73 107.412 97.86 188.41 106.137.528-.748.977-1.347 1.726-2.532 1.156-1.823 2.407-3.91 4.275-6.074 1.868-2.162 4.978-5.622 10.906-5.264 5.675.342 8.213 3.45 10.146 5.636 1.932 2.186 3.372 4.383 4.71 6.342 1.196 1.756 2.208 3.126 2.928 3.985 33.258.64 59.62-3.37 76.278-12.105 16.926-8.875 24.842-20.973 24.392-42.29-1.524-14.847-11.34-27.683-26.947-40.118-40.617-6.275-78.99-31.115-94.06-66.02-11.03-1.295-20.466-8.332-27.383-16.86-8.08-9.963-13.61-22.38-16.327-34.36-10.642-23.767-32.987-62.51-58.23-95.098-12.69-16.383-26.14-31.236-38.918-41.884-3.5-2.917-6.942-5.467-10.282-7.67l-14.9 7.45c-8.804-17.61-12.764-38.21-16.733-56.073-2.863-12.88-6.157-24.08-9.576-31.213-18.795 14.465-23.428 28.884-22.86 44.033.64 16.96 9.29 35.243 17.27 51.202l-16.1 8.05c-1.334-2.667-2.734-5.49-4.14-8.38-11.03 13.237-20.28 31.073-26.37 50.798-6.42 20.808-9.224 43.544-7.645 65.106l-18.42-20.466c.835-17.014 3.946-34.01 8.865-49.95 7.323-23.725 18.72-45.27 33.504-61.33.698-.758 1.407-1.5 2.123-2.234-3.773-9.99-6.648-20.786-7.074-32.12-.12-3.19-.005-6.415.352-9.653C64.072 65.847 42.305 48.19 18 38.904zM194.36 60.74c-3.418 7.133-6.712 18.332-9.575 31.213-1.77 7.97-3.603 16.458-5.846 24.984 3.252 2.294 6.487 4.795 9.71 7.48 6.103 5.086 12.168 10.863 18.143 17.136 5.438-12.064 9.973-24.722 10.426-36.78.568-15.15-4.065-29.568-22.86-44.033zM351.41 203.564c-5.54 15.163-11.94 31.276-21.65 45.877-7.622 11.46-17.263 21.663-29.983 27.83-1.776.86-3.612 1.625-5.5 2.302 2.51 6.778 6.125 13.518 10.307 18.674 1.25 1.54 2.508 2.906 3.772 4.11l4.384 3.51c1.328.853 2.653 1.508 3.97 1.984l3.183-.938c11.455-3.372 21.48-9.33 30.41-17.547 1.077-3.574 2.058-7.328 2.9-11.252 4.44-20.718 5.33-46.135-1.792-74.55zm-125.21 118.57c6.122.148 12.176 1.467 17.788 3.446 12.83 4.524 24.37 12.33 33.467 19.26l-10.906 14.32c-.79-.602-1.616-1.21-2.442-1.816C261.828 364.064 255.42 369 248 369c-9.282 0-17-7.718-17-17 0-3.94 1.4-7.59 3.71-10.496-8.33-2.39-15.434-2.134-21.774 2.023l-9.872-15.054c6.477-4.247 13.5-6.1 20.508-6.328.876-.03 1.753-.03 2.627-.01zm170.46 100.637c1.472.012 2.965.11 4.473.3l-2.26 17.86c-9.21-1.166-15.993 2.556-23.755 12.58l-14.23-11.02c8.79-11.354 20.693-19.265 34.308-19.7.487-.017.974-.022 1.465-.02z"/></svg>
<svg class="tc-image-originals-ribbon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.938 18.53c-2.33-.006-4.65.036-7 .157v-.03c-18.72.97-37.354 4.835-53.782 11.5-5.895 9.737-7.003 18.63-3.22 31.655 2.543 8.748 7.697 19.177 15.69 31.594 9.697-6.747 25.94-10.26 42.468-10.5 17.92-.258 36.14 3.24 46.53 10.594 7.038-11.94 11.675-22.136 14.063-30.844C308.813 47.62 307.18 37.386 300 26l.47-.28c-13.496-4.296-28.377-6.64-43.533-7.032-2.342-.094-4.67-.15-7-.157zM324 36.157c2.096 9.886 1.745 20.437-1.28 31.47-4.985 18.167-16.32 38.006-34 62.655l-32.283 47.564-76.843 114.187-.313-.217-67.155 98.875 24.53-1.157-16.936 47.876 45.53-26.28-29.78 65.437 36.218-22.782 7 37.376 52.28-110.094-.405-.187L295.5 244.687l4.313-9 47.062-98.437C370.188 88.162 354.93 54.713 324 36.156zM165.72 42.78c-30.64 21.468-44.758 56.84-18.564 104.97L195 235.688l42.72-63.47-38-47.25c-2.668-3.34-4.54-6.492-5.69-9.437C180.9 97.14 172.23 81.58 168 67.03c-2.433-8.37-3.142-16.496-2.28-24.25zm142.75 218.126l-46.595 97.72 71.594 131.937 4.842-36.157 37.907 7.406-25.47-47.375 58.875 24.782-32.656-57.408 23.655-5.718-92.156-115.188z" fill="#fff"/></svg>
<svg class="tc-image-originals-ribbon-medal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.883 29.7L241.11 51.554l-23-14.06-6.202 26.224-26.63-4.193 4.308 26.604-26.21 6.317 14.165 22.93-21.794 15.86L177.61 147l-14.065 22.992 26.234 6.2-4.194 26.624 26.613-4.308 6.316 26.2 22.937-14.16 15.865 21.788 15.772-21.856 23 14.06 4.283-18.11 1.92-8.116 26.633 4.194-4.31-26.606 26.21-6.314-14.166-22.928 21.797-15.86-21.863-15.767 14.064-22.992-26.234-6.2 4.19-26.624-26.61 4.307-6.318-26.2-22.936 14.16-15.867-21.788zm-.252 51.68a49.657 49.64 0 0 1 49.657 49.64 49.657 49.64 0 0 1-49.656 49.638 49.657 49.64 0 0 1-49.655-49.638 49.657 49.64 0 0 1 49.656-49.64zm59.345 137.308l-8.082 34.164-29.96-18.315-9.747 13.504c11.734 82.04 18.1 163.835 54.654 247l16.553-66.185c10.51 13.815 27.52 26.056 49.656 33.092-31.075-77.557-42.77-158.987-54.714-240.37l-18.36-2.89zm-117.37.253l-19.76 3.2c-11.916 81.194-23.63 162.428-54.632 239.807 22.136-7.036 39.147-19.277 49.658-33.092l16.552 66.186c36.794-83.71 43.005-166.034 54.89-248.614l-8.595-11.8-29.88 18.442-8.232-34.127z"/></svg>
<svg class="tc-image-originals-ribcage tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M119.28 19.938c-29.117 11.646-50.61 28.4-60.468 49.093-4.718 9.903-6.43 20.086-5.437 30.282-25.137 12.786-38.693 39.24-38.188 65.626-.036.693-.062 1.397-.062 2.093 0 3.464.455 6.883 1.344 10.25.28 1.475.592 2.95.968 4.407l.437-.125c2.83 7.498 7.817 14.706 14.688 21.532-11.103 10.945-16.3 25.256-13.47 39.437 1.473 7.375 4.836 14.43 9.938 21.032.4.725.806 1.442 1.25 2.157 1.926 3.087 4.235 6.008 6.907 8.75-10.928 13.738-13.85 31.155-8.124 46.717 3.435 9.34 9.718 17.922 18.468 25.22 2.547 2.71 5.41 5.146 8.532 7.374-3.073 7.786-3.99 16.288-2.437 24.75 2.523 13.754 11.09 27.07 25.063 38.408l.124-.125c3.38 2.656 7.127 4.824 11.188 6.53-2.32 12.464.09 23.86 7.063 32.22 9.88 11.844 26.615 16.188 44.937 13.812 29.986-3.89 66.278-25.483 96.375-70.03 5.44 3.526 11.503 5.155 17.906 5.155 6.34 0 12.35-1.608 17.75-5.063 30.086 44.486 66.348 66.052 96.314 69.938 18.32 2.376 35.057-1.968 44.937-13.813 6.95-8.33 9.375-19.68 7.095-32.093 4.166-1.727 7.985-3.935 11.438-6.658l.093.125c13.973-11.338 22.57-24.653 25.094-38.406 1.55-8.453.606-16.94-2.47-24.717 3.05-2.18 5.845-4.61 8.345-7.25.02-.022.042-.042.063-.063 8.83-7.32 15.17-15.92 18.625-25.313 5.725-15.562 2.803-32.98-8.125-46.718 2.673-2.742 4.98-5.663 6.906-8.75.457-.735.874-1.476 1.28-2.22 5.08-6.586 8.44-13.615 9.907-20.97 2.832-14.178-2.362-28.49-13.467-39.436 6.86-6.82 11.823-14.042 14.656-21.53l.436.124c.357-1.384.634-2.79.906-4.188.017-.06.016-.126.032-.188.895-3.376 1.375-6.81 1.375-10.28 0-.697-.028-1.4-.064-2.095.51-26.385-13.024-52.84-38.156-65.625.994-10.196-.72-20.38-5.438-30.28-9.856-20.693-31.35-37.448-60.468-49.094 17.375 9.772 30.292 22.603 37.125 36.937 25.16 52.8-41.854 113.403-149.69 136.156-2.454.523-4.905.95-7.342 1.345-5.236-9.99-11.065-16.094-17.157-16.094-6.09 0-11.888 6.104-17.124 16.095-2.443-.394-4.89-.822-7.344-1.344C123.978 170.28 56.996 109.675 82.156 56.876c6.833-14.334 19.75-27.165 37.125-36.938zm-61.093 98.03c17.415 41.942 78.38 81.302 162.25 99 3.03.64 6.09 1.186 9.157 1.72-2.002 6.498-3.856 13.538-5.53 20.875-102.14-5.383-182.168-38.334-190.19-80.188 1.086-16.487 9.413-32.31 24.313-41.406zm396.25.032c14.878 9.1 23.197 24.902 24.282 41.375-8.02 41.858-88.035 74.81-190.19 80.188-1.674-7.337-3.528-14.377-5.53-20.875 3.064-.534 6.123-1.08 9.156-1.72C376.01 199.275 437 159.932 454.436 118zM47.063 215.063c35.894 24.998 98.886 42.877 172.594 47.093-.886 5.284-1.677 10.614-2.375 15.938-82.59 11.893-152.356 1.95-175.843-29.5-.022-.03-.04-.064-.062-.094-2.06-3.344-3.333-6.6-3.938-9.625-1.696-8.498.853-16.387 9.626-23.813zm418.5 0c8.773 7.425 11.322 15.314 9.625 23.812-.623 3.122-2.007 6.48-4.187 9.938-23.655 31.27-93.295 41.145-175.688 29.28-.697-5.323-1.488-10.653-2.375-15.937 73.73-4.213 136.737-22.09 172.625-47.094zm-413.53 70.812C85.6 305.7 145.534 311.38 214.78 302.47c-.55 7.628-.85 15.03-.876 21.967-63.133 24.992-122.27 28.97-153.562 8.282-7.008-5.65-11.51-11.912-13.75-18-3.632-9.873-2.157-19.526 5.437-28.845zm408.562 0c7.593 9.32 9.038 18.972 5.406 28.844-2.24 6.088-6.72 12.35-13.72 18-31.298 20.688-90.46 16.71-153.592-8.283-.025-6.938-.325-14.34-.875-21.968 69.248 8.912 129.204 3.23 162.78-16.595zM215.28 349.813c.55 4.528 1.25 8.748 2.095 12.656-52.482 36.246-103.022 50.802-132.22 35.217-7.81-7.708-11.874-15.515-13.155-22.5-.822-4.48-.604-8.697.656-12.687 34.113 12.894 86.456 8.03 142.625-12.688zm82.064 0c56.182 20.72 108.52 25.56 142.625 12.656 1.26 3.997 1.448 8.226.624 12.717-1.28 6.985-5.346 14.792-13.156 22.5-29.193 15.58-79.713 1.022-132.188-35.218.852-3.91 1.55-8.122 2.094-12.658zm-10.188 35.593c43.873 29.743 86.124 45.232 117.22 42.344 1.275 7.2-.42 12.227-3.438 15.844-4.498 5.39-14.17 9.068-28.188 7.25-23.577-3.058-57.274-22.018-85.594-65.438zm-62.22.344c-28.27 43.167-61.83 62.045-85.342 65.094-14.02 1.818-23.69-1.86-28.188-7.25-3.02-3.622-4.724-8.66-3.437-15.875 30.996 2.99 73.155-12.373 116.968-41.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-rifle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16S136 76 136 226v120c0 30 0 30 30 30h180c30 0 30 0 30-30V226C376 76 256 16 256 16zm0 75s60 30 60 135v60H196v-60c0-105 60-135 60-135zM148.63 420.998A12.632 12.632 0 0 0 136 433.63v49.737a12.632 12.632 0 0 0 12.63 12.63h214.74a12.632 12.632 0 0 0 12.63-12.63V433.63A12.632 12.632 0 0 0 363.37 421H148.63z" fill="#fff"/></svg>
<svg class="tc-image-originals-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.157 123c-68.66 0-137.1 18.922-182.867 55.275.234 14.35 1.818 35.624 9.332 48.23 110.634-60.336 236.436-60.336 347.07 0 7.513-12.606 9.098-33.88 9.332-48.23C392.257 141.922 323.817 123 255.157 123zm199.81 76.057c-.324 2.98-.718 6.02-1.246 9.082-2.226 12.93-6.213 26.458-15.99 35.98-14.436 18.637-40.806 30.462-72.858 38.603C332.392 290.973 293.79 295 255.157 295c-38.632 0-77.235-4.028-109.715-12.277-31.907-8.104-58.17-19.868-72.648-38.36-11.983-11.982-16.234-28.786-17.77-43.857-13.73 27.256-11.503 62.122.672 98.648C69.988 342.03 129.406 389 255.156 389c125.75 0 185.17-46.97 199.462-89.846l.1-.297.12-.287c15.134-36.712 15.61-71.983.13-99.513z"/></svg>
<svg class="tc-image-originals-ringed-beam tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M16.613 14.686l35.98 46.98c-5.556 6.996-9.327 14.675-11 22.42-2.15 9.954-.637 20.843 6.82 28.3 7.46 7.46 18.346 8.97 28.3 6.82 5.185-1.12 10.34-3.183 15.283-6.087l19.78 25.83c-5.053 7.936-8.567 16.252-10.346 24.49-3.037 14.06-.845 28.715 9.07 38.63 9.915 9.915 24.572 12.107 38.633 9.07 4.758-1.027 9.54-2.643 14.263-4.786l26.323 34.373c-4.797 8.88-8.23 17.956-10.16 26.892-4.22 19.544-1.12 39.23 12.075 52.427 13.195 13.195 32.883 16.295 52.428 12.074 4.237-.914 8.506-2.183 12.77-3.755l28.09 36.676c-6.446 12.33-11.057 24.856-13.704 37.114-6.097 28.228-1.585 55.878 16.805 74.268s46.04 22.902 74.268 16.807c5.34-1.155 10.734-2.682 16.14-4.57 10.45 4.697 22.042 7.33 34.272 7.33 46.236 0 83.514-37.32 83.514-83.556 0-12.21-2.62-23.783-7.298-34.22 1.898-5.428 3.434-10.842 4.592-16.204 6.095-28.227 1.554-55.848-16.836-74.24-13.218-13.216-31.205-19.28-50.758-19.383-7.65-.04-15.542.832-23.48 2.547-11.507 2.485-23.252 6.7-34.846 12.537l-37.31-28.57c1.57-4.256 2.834-8.517 3.747-12.746 4.222-19.544 1.122-39.234-12.073-52.43-9.278-9.277-21.767-13.563-35.158-13.824-.894-.017-1.79-.016-2.69.002-4.8.097-9.695.695-14.58 1.75-8.928 1.928-17.996 5.357-26.868 10.145l-34.39-26.334c2.14-4.715 3.75-9.49 4.777-14.238 3.035-14.062.843-28.718-9.07-38.633-7.438-7.436-17.54-10.528-28.06-10.328-3.506.066-7.06.498-10.574 1.257-8.228 1.778-16.534 5.286-24.463 10.332l-25.84-19.788c2.897-4.935 4.956-10.084 6.074-15.26 2.15-9.956.638-20.842-6.82-28.3-5.594-5.594-13.117-7.843-20.73-7.71-2.536.043-5.082.352-7.57.89-7.74 1.67-15.41 5.436-22.4 10.982l-46.984-35.98zm77.213 42.752c3.488-.127 5.814.84 7.254 2.28 1.92 1.92 3.003 5.42 1.768 11.14-.513 2.376-1.486 4.995-2.858 7.68l-20.838-15.96c3.754-2.346 7.502-3.917 10.79-4.627 1.43-.308 2.722-.47 3.884-.513zm-29.322 19.78L80.47 98.07c-2.693 1.378-5.32 2.355-7.7 2.87-5.723 1.235-9.22.152-11.14-1.768s-3.004-5.417-1.77-11.14c.713-3.293 2.29-7.05 4.644-10.81zm111.674 39.686c6.395-.194 11.303 1.62 14.586 4.903 4.377 4.377 6.14 11.643 4.017 21.472-.445 2.066-1.082 4.213-1.887 6.402l-35.868-27.467c4.22-2.096 8.38-3.587 12.266-4.426 2.458-.532 4.756-.82 6.888-.886zm-52.04 38.186l27.48 35.885c-2.198.81-4.354 1.452-6.43 1.9-9.83 2.123-17.096.36-21.473-4.018-4.377-4.377-6.14-11.645-4.018-21.474.84-3.895 2.336-8.063 4.44-12.293zm162.133 39.443c9.408.11 17.085 3.027 22.468 8.41 7.657 7.657 10.328 19.953 7.022 35.264-.33 1.53-.74 3.087-1.194 4.656l-55.27-42.328c4.838-2.073 9.607-3.624 14.18-4.61 3.826-.828 7.466-1.28 10.89-1.376.643-.02 1.278-.024 1.905-.017zm-83.815 62.824l42.344 55.29c-1.58.458-3.144.87-4.683 1.203-15.31 3.306-27.607.636-35.263-7.02-7.657-7.656-10.33-19.954-7.022-35.266.99-4.58 2.544-9.36 4.623-14.207zm223.16 29.672c15.535 0 28.615 4.717 37.85 13.952 12.687 12.688 16.832 32.637 11.947 56.235-11.877-13.486-28.038-23.1-46.402-26.713l-44.63-34.178c7.452-3.184 14.83-5.58 21.954-7.117 6.748-1.458 13.202-2.18 19.28-2.18zm-127.953 94.646l32.307 42.185c2.768 20.375 12.847 38.37 27.51 51.296-23.602 4.89-43.553.744-56.242-11.945-12.85-12.848-16.955-33.14-11.773-57.132 1.706-7.9 4.467-16.115 8.197-24.402z"/></svg>
<svg class="tc-image-originals-ringed-planet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M417.063 85.625c-35.503-.147-80.717 9.822-129.563 28.97-9.31-1.8-18.804-2.706-28.344-2.69-25.04.045-50.414 6.454-73.656 19.907-32.044 18.55-54.554 47.287-65.813 79.782-80.284 64.16-123.395 133.9-100.718 173.28 23.35 40.55 109.384 36.656 208.593-4.218 1.7-.7 3.417-1.403 5.125-2.125.622-.262 1.25-.514 1.875-.78 1.81-.765 3.62-1.554 5.437-2.344l1.563-.687c1.443-.633 2.895-1.29 4.343-1.94 19.712-8.812 39.79-19.016 59.844-30.624 15.83-9.162 30.907-18.77 45.156-28.656.394-.273.795-.54 1.188-.813.672-.465 1.33-.94 2-1.406 100.373-70.007 158.15-152.83 132.625-197.155-11.013-19.123-35.953-28.36-69.658-28.5zm-56.375 50c24.466-.44 42.61 5.846 50.437 19.438 8.373 14.54 3.594 35.145-11.22 57.937-3.086-9.146-7.093-18.13-12.092-26.813-11.72-20.35-27.54-36.846-45.782-49.093 6.543-.87 12.788-1.364 18.658-1.47zM111.75 269.905c1.397 22.12 7.76 44.257 19.563 64.75 5.088 8.838 10.948 16.957 17.437 24.314-27.663 1.7-48.293-4.418-56.78-19.158-9.82-17.05-1.558-42.433 19.78-69.906zm291.22 27.658c-25.755 21.322-55.33 41.912-87.876 60.75-31.97 18.504-63.966 33.663-94.75 45.28 36.843 10.142 77.578 6.073 113.28-14.593 35.833-20.74 59.75-54.215 69.345-91.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-ringing-bell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.125 26.188c-17.377-.003-31.66 14.28-31.656 31.656 0 7.617 2.733 14.64 7.28 20.125-10.79 3.876-19.043 10.963-26.906 22.06-13.057 18.43-23.687 49.03-35.406 92.782-10.257 38.29-24.345 57.012-34.657 70.563-10.31 13.55-16.252 20.325-16.25 42.688.002 3.5 1.975 7.314 8.44 12.03 6.463 4.717 16.877 9.383 29.905 13.188 26.055 7.612 62.442 11.962 100.25 11.97 19.384.004 38.368-1.15 55.78-3.28v.124c12.13-1.043 33.332-3.898 51.345-10.28 5.795-2.055 11.28-4.422 16.125-7.533 2.612-1.376 4.947-2.747 6.875-4.155 6.458-4.714 8.438-8.523 8.438-12.03-.004-22.363-5.935-29.135-16.25-42.69-10.316-13.553-24.42-32.27-34.688-70.56-11.732-43.757-22.343-74.35-35.406-92.782-8.225-11.607-16.895-18.836-28.438-22.594 4.31-5.41 6.908-12.24 6.906-19.626-.002-17.377-14.31-31.654-31.687-31.657zm0 18.687c7.278 0 13 5.694 13 12.97 0 7.272-5.722 12.97-13 12.968-7.278-.002-12.968-5.696-12.97-12.97 0-7.273 5.693-12.97 12.97-12.968zm9.22 43.22c34.616 10.188 49.56 64.686 58.124 101.56 14.99 64.56 45.652 82.98 53.03 111.25-.327.633-1.002 1.286-2.094 2.408-2.665 2.74-8.816 6.216-16.406 8.906-7.366 2.61-16 4.614-24.188 6.124-1.73-38.024-33.765-53.55-33.25-107.47.603-63.043-17.19-103.352-39.5-121.78 1.468-.233 2.886-.57 4.282-1zm-206.876 91.28C23.546 223.947 11.19 289.253 28.874 355.25c18.208 67.957 63.562 118.994 116.313 140.03-38.592-30.418-72.26-83.223-89.75-148.5-16.674-62.228-14.924-122.366 1.03-167.405zm399.436 0c15.955 45.04 17.705 105.177 1.03 167.406-17.49 65.277-51.157 118.082-89.748 148.5 52.75-21.036 98.135-72.073 116.343-140.03 17.686-65.997 5.298-131.303-27.624-175.875zM105.687 210.28c-29.71 34.43-42.433 83.74-29.343 132.595 13.478 50.306 50.845 87.082 95.5 101.156-32.19-21.55-59.46-60.02-72.406-108.342-12.344-46.066-8.896-91.175 6.25-125.407zm301.032 0c15.144 34.233 18.56 79.342 6.217 125.407-12.947 48.322-40.185 86.793-72.375 108.344 44.655-14.073 81.99-50.85 95.47-101.155 13.09-48.856.396-98.166-29.313-132.594zM146.53 348.25c1.218 12.736 11.944 22.686 25 22.688 9.422 0 17.642-5.173 21.94-12.844-15.986-2.11-30.823-5.08-43.814-8.875-1.06-.31-2.09-.65-3.125-.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-riot-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M147.72 22l-12 186.063L136 206l20.47 19.28 60.06 4.22-62.718 17.53-19.687-14.186L119.28 462.72c34.19 37.568 246.03 46.008 292.783 1l10.093-156.345-.5.656-106.28 28.72 108.655-58.594 15.314-237.312c-.416.048-.834.077-1.25.125l-17.844-12C342.784 48 262.702 41.085 162.062 26.5c-4.812-1.425-9.597-2.91-14.343-4.5zm35.155 65.875l10.03 1.53c71.27 10.928 142.92 12.908 215.44 1.69l11.56-1.814-.81 11.69-6.158 87.874-.468 6.72-6.533 1.686c-75.586 19.37-150.226 19.046-223.187-1.75l-7.28-2.094.53-7.562 6.156-87.875.72-10.095zm17.25 21.375l-4.938 70.094c16.562 4.392 33.175 7.695 49.875 9.906l-44.28-79.906c-.22-.03-.438-.063-.657-.094zm199.5 1.844c-22.016 2.998-43.938 4.807-65.78 5.594l38.092 68.812c7.586-1.416 15.19-3.038 22.813-4.875l4.875-69.53zM223.75 112.25l43.938 79.313c8.84.65 17.708 1.015 26.593 1.062l-43.092-77.75c-9.162-.715-18.305-1.594-27.438-2.625zm-11.344 181.656c5.072 11.86 14.753 13.32 25.125 13.25-8.644 17.158.01 19.542 13.095 31.25-22.473-5.502-36.892.28-49.438 22.156-.343-18.092-6.846-35.864-33.5-45.812 22.11 1.196 42.39-3.123 44.72-20.844zm70.375 48.53c6.363 16.677 20.84 19.917 36.94 10.94-8.647 17.155-9.585 30.1 3.5 41.812-22.474-5.502-32.294-7.15-40.783 8.937-.343-18.094-14.782-24.426-34.312-29.03 19.98-4.563 33.006-12.248 34.656-32.658zm88.47 70.283c.344 18.093.94 25.36 19.25 32.28-16.95-1.495-29.377 4.88-34.063 19.47-5.073-11.863-14.75-13.32-25.125-13.25 2.8-8.81 4.74-19.01-3.218-30.22 17.49 3.448 31.427.68 43.156-8.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-river tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M357.676 20.387c-2.612.01-5.23.105-7.856.29-63.314 4.438-131.13 58.006-142.117 130.253L494 162.992V89.656c-8.09-7.792-16.415-15.25-24.953-22.177-34.59-28.067-72.195-47.234-111.37-47.093zM125.55 40.812C89.363 40.94 51.743 55.725 18 86.825v81.3l172.107-18.815-.363-.054c3.872-26.688 14.327-50.957 29.162-71.742-26.973-24.13-59.536-36.82-93.357-36.7zm110.263 129.514c-24.49-.258-109.87 12.136-109.602 27.078.46 25.55 104.433 51.553 94.726 53.018C122.553 265.27 67.968 265.427 35.34 295.2c-38.914 35.507 214.983 80.92 184.422 89.687-57.204 16.412-107.82 36.256-109.002 88.414-.17 7.52.8 14.385 2.705 20.7h54.945c-15.423-20.635-24.05-40.664-14.6-45.912 10.413 15.107 22.492 31.126 36.174 45.912h64.286c-19.474-9.912-51.732-29.408-50.594-49.424 1.6-28.17 66.37-47.758 69.883-47.758 0 0-48.786 26.384-49.867 49.866-.767 16.68 22.317 36.985 35.69 47.316h51.976c-16.454-12.325-26.478-24.92-20.426-31.885 15.54 11.066 33.115 22.438 51.826 31.885h106.717c-56.74-15.988-102.683-32.67-115.225-53.127-10.196-16.63 72.362-27.836 60.408-78.902-5.79-24.738-58.24-41.094-203.222-62.626-25.368-3.768 134.358-19.456 129.818-57.11-2.65-21.98-103.288-26.85-114.58-36.933-4.746-4.237 5.863-29.56 29.137-34.974zM91.425 308.056c33.376-.145 84.385 22.424 122.8 36.747l-1.79 11.67c-28.404-10.606-103.905-37.464-127.442-48.077 2.06-.22 4.207-.332 6.432-.34zm270.234 53.803c.103-.006.1.077-.015.253 3.9 12.183-21.487 44.05-61.807 42.842 14.153-7.15 59.732-43.004 61.822-43.096z"/></svg>
<svg class="tc-image-originals-roast-chicken tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M202.53 22.063c-14.444-.148-26.79 7.923-37.03 21.343-56.29-1.126-97.6 65.597-97.156 161.22l63.156-59.907c-2.308 17.56-3.47 35.46-3.47 52.593 0 4.755.11 9.49.345 14.156-22.385 1.342-38.15 22.47-38.53 56.78-.523 47.068 28.09 101.12 63.905 120.72 8.09 4.427 15.85 6.71 23.03 7.06 2.023 25.098 5.245 57.273-4.06 77.25-11.23 24.11 27.313 26.95 31.436 4.158 12.777 21.508 45.44 1.61 27.5-15.657-15.42-14.84-24.725-47.46-32.78-71.967 5.65-3.972 10.35-9.736 13.843-17.125 11.793 5.728 24.353 8.843 37.405 8.843 13.042 0 25.62-3.092 37.406-8.81 3.492 7.376 8.2 13.126 13.845 17.092-8.056 24.51-17.36 57.128-32.78 71.97-17.942 17.265 14.722 37.164 27.5 15.656 4.122 22.79 42.665 19.95 31.436-4.157-9.305-19.977-6.083-52.152-4.06-77.25 7.18-.35 14.94-2.633 23.03-7.06 35.815-19.6 64.428-73.652 63.906-120.72-.38-34.326-16.13-55.456-38.53-56.78.234-4.666.343-9.402.343-14.157 0-17.132-1.158-35.036-3.47-52.594l63.156 59.905c.443-95.64-40.88-162.37-97.187-161.22-20.115-26.323-48.325-31.894-84.595 4.376-17.822-17.82-33.678-25.575-47.594-25.718z" fill="#fff"/></svg>
<svg class="tc-image-originals-robber tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M70.533 100.452c-22.862 27.542-36.27 64.923-37.766 96.702-.9 19.145 9.6 42.616 25.276 61.47 15.674 18.855 36.465 32.678 51.753 35.028 11.256.74 19.522-9.182 25.182-16.5 9.537-12.442 19.204-30.678 29.36-49.014 10.155-18.336 20.77-36.82 33.798-50.467 13.028-13.645 30.24-22.73 49.442-17.89 3.34 1.09 3.565 1.663 12.38 8.788 12.605 10.736 26.244 21.81 41.694 39.33l3.803 3.486 10.238-6.06c-20.92-23.726-38.623-51.403-57.006-76.168-27.153-36.58-54.84-65.76-94.205-69.893-36.138-3.317-74.585 18.428-93.95 41.19zm266.053-2.414c-3.507.063-7.26.632-11.217 1.733-7.08 1.97-14.577 5.722-21.718 11.09l60.545 12.47c-.844-8.415-4.142-15.068-9.524-19.503-4.425-3.646-10.055-5.63-16.6-5.785-.49-.01-.987-.013-1.487-.004zm12.787 33.34l-6.83 15.805 18.148 9.95zm-51.254 21.785c9.177 12.81 18.397 25.33 28.04 36.72 7.273-4.386 14.418-10.424 20.662-18a86.045 86.045 0 0 0 2.713-3.49zm-62.702 23.266c-8.527.283-15.98 4.993-24.262 13.67-29.706 32.65-56.175 92.534-24.877 134.35 11.81 14.805 71.805 33.64 129.122 34.264 38.29 26.563 62.975 62.86 93.86 94.36 18.564-26.89 34.903-54.124 70.025-78.467L459.423 361.2c-26.72 8.057-36.142 26.154-50.656 41.217-18.296-25.715-41.06-49.166-65.555-69.527-17.72-14.73-38.605-25.1-58.11-37.434 2.437-.69-6.538-19.77-7.556-21.99-29.352-7.035-49.364-22.817-62.138-39.367l14.25-11c13.5 17.492 35.288 33.754 73.69 35.933 19.65-2.818 29.578-6.955 35.335-11.704 5.626-4.64 8.615-10.964 12.895-20.618 1.095-6.312-.25-7.85-2.84-10.1-1.95-1.696-5.246-3.2-8.787-4.732l-39.023 23.104-4.886-6.094c-17.46-21.77-31.722-33.02-46.578-45.623-3.633-3.94-7.452-6.648-12.324-6.836a25 25 0 0 0-1.72 0zM109.8 312.53c-20.436 15.367-42.69 27.405-71.017 28.307l2.978 27.315 58.107-18.873c19.65 23.613 32.977 51.093 65.314 68.364 37.673-12.64 57.61-32.233 77.46-50.98-21.403-6.467-42.72-14.485-61.496-24.495l-14.232 34.423z"/></svg>
<svg class="tc-image-originals-robber-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.03 16c-48.072 0-85.647 16.52-111.864 48.975C118.893 96.26 104 141.43 96.05 199.935c-6.468 2.238-11.218 6.843-13.38 11.16-2.98 5.95-2.856 11.635-2.856 11.635 0 15.21-.045 34.424 1.97 50.55 1.006 8.062 2.42 15.333 5.234 21.587 1.406 3.127 3.182 6.09 5.962 8.588 1.297 1.165 2.9 2.16 4.64 2.916 14.314 29.392 29.234 69.116 47.972 104.49 19.454 36.725 43.125 69.665 77.666 79.122 30.817 8.438 34.68 7.808 65.652-.67 34.38-9.414 58.007-42.174 77.46-78.742 18.735-35.22 33.685-74.805 48.007-104.2 1.743-.755 3.345-1.75 4.643-2.915 2.78-2.498 4.556-5.46 5.962-8.588 2.813-6.254 4.228-13.525 5.235-21.588 2.014-16.126 1.97-35.34 1.97-50.55 0 0 .124-5.674-2.84-11.62-2.15-4.312-6.885-8.916-13.33-11.163-7.94-58.497-22.69-103.664-47.9-134.963C341.967 32.52 304.377 16 256.03 16zm0 18c44.41 0 75.214 13.9 98.07 42.275 22.855 28.376 37.498 72.4 44.988 132.362l.984 7.884h7.948c4.575 0 4.39.962 5.216 2.62.827 1.66.95 3.59.95 3.59 0 15.21-.045 34.022-1.83 48.317-.893 7.147-2.327 13.185-3.79 16.437-.65 1.447-1.18 2.05-1.404 2.297h-4.738l-2.486 4.978c-15.576 31.173-30.828 72.33-49.46 107.36-18.635 35.028-40.537 62.773-66.32 69.83-31.265 8.56-25.44 9.082-56.148.673-25.933-7.1-47.874-35.002-66.512-70.186-18.638-35.185-33.853-76.488-49.435-107.676l-2.487-4.977h-4.738c-.224-.245-.754-.85-1.404-2.296-1.463-3.252-2.897-9.29-3.79-16.437-1.785-14.295-1.83-33.106-1.83-48.317 0 0 .123-1.92.952-3.576.828-1.654.658-2.633 5.277-2.633h7.947l.985-7.883c7.488-59.95 22.263-103.966 45.193-132.352C181.098 47.9 211.918 34 256.03 34zM153.603 206.018s-21.2 29.61-17.067 45c5.545 20.645 27.375 41.602 51.2 45 25.112 3.58 42.824-30 68.265-30 25.44 0 43.153 33.58 68.266 30 23.824-3.398 45.654-24.355 51.2-45 4.132-15.39-17.068-45-17.068-45-102.4 15-102.397 15-204.796 0zm61.832 135.836a17.584 17.584 0 0 0-4.274.466c-13.715 3.238-27.637 15.983-29.894 29.893C177.696 394.206 211.16 432 211.16 432c44.84-14.947 44.84-14.947 89.68 0 0 0 33.463-37.794 29.894-59.787-2.257-13.91-16.18-26.655-29.894-29.893-15.334-3.62-29.085 14.946-44.84 14.946-14.278 0-26.91-15.248-40.566-15.412z"/></svg>
<svg class="tc-image-originals-robe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.563 19.313c-8.59.207-18.054 4.34-28.22 12.906L153.75 137.874l77.625 36.75-35.25-31.906c49.398-102.846 72.005-100.992 117.78 0l-34.842 31.56 77.343-36.405-73.78-105.906c-9.694-9.432-18.4-12.867-27.063-12.657zm82.593 147.812L258.75 204.5l-4 1.875-3.97-1.875-76.56-36.25L69.343 291.094l18.75 14.125 66.03 15.06 28.94-118.217 17.217 8.156-69.53 283.905h92.906l15.594-265.47 15.594 7.376 17.75-8.374 15.656 266.47h92.906l-69.75-284.72 17.25-8.125 29.22 119.25 71.687-16.405L444 291.095l-105.844-123.97zM103.094 327.813c-1.266 3.364-1.97 7.008-1.97 10.812 0 16.984 13.767 30.75 30.75 30.75 3.754 0 7.363-.676 10.69-1.906l7.092-29.033-46.562-10.625zm306.812 0l-47.562 10.875 6.906 28.28c3.65 1.534 7.665 2.407 11.875 2.407 16.984 0 30.75-13.766 30.75-30.75 0-3.81-.706-7.448-1.97-10.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-robin-hood-hat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M479.748 54.52c-3.247.052-8.496 1.107-16.535 4.175-38.124 14.552-81.353 54.73-108.15 102.532-21.36 38.1-32.264 80.38-24.58 118.46 31.922-79.072 53.33-134.06 120.095-202.58l6.28-6.447 12.894 12.563-6.28 6.445c-66.477 68.224-85.57 120.75-118.79 202.922l28.898-19.266c1.446-2.054 31.707-45.064 61.922-92.43 15.47-24.255 30.696-49.33 41.455-69.707 5.38-10.188 9.64-19.23 12.207-26.132 2.57-6.9 2.526-12.237 2.838-11.098l-.023-.088-.023-.09c-3.218-12.73-6.556-17.57-8.64-18.665-.522-.274-1.272-.48-2.297-.56-.385-.03-.808-.043-1.272-.035zM285.166 171.604c-46.497 19.48-85.4 67.53-125.963 122.62-34.715 47.15-70.717 99.035-115.605 140.862 63.072-22.56 133.71-45.586 194.03-67.822 24.73-9.118 47.717-18.105 67.66-26.823l2.444-5.7c4.238-9.888 8.137-19.27 11.91-28.44-12.014-29.86-12.136-62.28-4.413-93.86-5.04-9.554-9.87-18.16-14.44-24.98-3.872-5.773-7.586-10.252-10.65-12.913-2.297-1.993-3.82-2.65-4.974-2.943zm-152.143 127.89c-19.718 7.986-37.81 17.73-51.03 29.512-25.002 22.282-40.403 59.83-51.815 94.012 38.65-35.812 71.293-80.407 102.845-123.524zm231.08 1.78l-27.107 18.072-4.492 2.994c-.93 2.232-1.88 4.5-2.836 6.775 16.537-8.255 29.662-16.335 37.842-23.234-1.15-1.5-2.284-3.044-3.406-4.607zm15.274 18.27c-11.21 9.74-27.214 18.788-46.977 28.292-24.655 11.857-55.104 23.987-88.548 36.316-50.326 18.552-107.424 37.533-161.155 56.235 37.62-3.482 83.504-10.964 128.188-22.75 39.996-10.55 79.145-24.41 110.832-41.276 28.665-15.255 50.853-33.042 62.726-52.057-1.72-1.505-3.407-3.1-5.066-4.76z"/></svg>
<svg class="tc-image-originals-robot-golem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.688 18.406c-29.86 0-54.44 21.716-58.875 50.282H315.53c-4.428-28.566-28.983-50.282-58.842-50.282zm-104.313 9.282L81.75 99.094c26.37 25.22 50.43 39.66 69.438 45.53 20.595 6.364 34.156 3.076 41.53-4.468 2.482-2.538 4.475-5.84 5.813-9.875-12.5-13.88-20.124-32.236-20.124-52.31 0-5.28.527-10.45 1.53-15.44-7.117-10.973-16.213-22.668-27.56-34.843zm208.594 0c-11.35 12.174-20.452 23.87-27.564 34.843 1.004 4.99 1.53 10.16 1.53 15.44.002 20.074-7.63 38.43-20.123 52.31 1.334 4.036 3.33 7.338 5.812 9.876 7.374 7.544 20.935 10.832 41.53 4.47 19.01-5.873 43.068-20.313 69.44-45.532l-70.626-71.406zM197.843 87.374c4.008 25.464 24.02 45.487 49.5 49.47v-49.47h-49.5zm68.187 0v49.47c25.476-3.983 45.466-24.006 49.47-49.47h-49.47zm-52.655 55.72c-1.93 3.73-4.352 7.127-7.28 10.124-7.01 7.17-16.34 11.444-27.157 12.843 17.245 30.84 47.478 45.278 77.718 45.187 30.135-.09 60.314-14.62 77.594-45.188-10.75-1.42-20.024-5.706-27-12.843-2.926-2.994-5.323-6.4-7.25-10.126-12.413 8.293-27.313 13.156-43.313 13.156-16 0-30.893-4.863-43.312-13.156zm-105.72.905c-11.884 8.09-22.142 17.595-30.03 28.47 5.18 1.992 10.066 5.204 14.47 9.374.287.273.557.562.843.844 7.992-10.844 19.192-20.188 33-28.188-5.933-2.94-12.04-6.43-18.282-10.5zm297.814.156c-6.274 4.077-12.418 7.563-18.376 10.5 13.946 8.04 25.26 17.42 33.312 28.28.26-.258.518-.527.78-.78 4.39-4.208 9.27-7.476 14.44-9.53-7.928-10.863-18.222-20.373-30.157-28.47zM65.405 188.844c-4.14.03-8.71 1.797-13.937 6.812-5.23 5.016-10.76 13.247-15.595 24.78-9.03 21.54-15.567 54.52-16.406 98.19h91.75c-.836-44.038-7.38-77.138-16.407-98.626-4.833-11.502-10.363-19.67-15.563-24.594-5.2-4.924-9.704-6.592-13.844-6.562zm382.656 0c-4.14.03-8.71 1.797-13.937 6.812-5.228 5.016-10.758 13.247-15.594 24.78-9.03 21.54-15.566 54.52-16.405 98.19h91.75c-.835-44.038-7.38-77.138-16.406-98.626-4.833-11.502-10.364-19.67-15.564-24.594-5.2-4.924-9.703-6.592-13.844-6.562zm-164.5 37.53c-8.798 2.334-17.828 3.536-26.875 3.564-9.09.027-18.16-1.13-27-3.438-5.288 5.608-8.437 12.862-8.437 20.656 0 17.25 15.35 31.844 35.438 31.844 20.087 0 35.437-14.593 35.437-31.844 0-7.854-3.2-15.155-8.563-20.78zm-76 41.94c-20.808 10.54-39.378 28.066-52.937 52.248 5.276 2.285 10.287 5.71 15 10.188 12.49-23.23 29.974-38.884 49.25-47.5-4.683-4.264-8.518-9.31-11.313-14.938zm98.157.248c-2.83 5.618-6.727 10.63-11.44 14.875 19.213 8.67 36.67 24.287 49.19 47.282.062-.06.123-.13.186-.19 4.588-4.308 9.586-7.692 14.844-9.967-13.558-23.972-32.056-41.42-52.78-52zm-166.595 67.375c-5.454-.038-11.282 2.203-17.688 8.22-6.405 6.016-13.017 15.817-18.812 29.5-7.377 17.416-13.346 41.16-16.72 70.937 8.495-4.2 17.876-6.245 27.19-6.22 14.79.043 29.66 5.315 40.968 16.032 9.487 8.993 16.182 21.848 18.093 37.563h23.25c-.856-52.36-8.71-91.89-19.656-117.783-11.6-27.438-25.718-38.173-36.625-38.25zm234.97 0c-5.455-.038-11.252 2.203-17.658 8.22-6.405 6.016-13.048 15.817-18.843 29.5-10.943 25.835-18.774 65.513-19.625 118.312h23.217c1.898-15.826 8.58-28.72 18.094-37.72 11.325-10.712 26.243-15.917 41.033-15.875 9.298.026 18.658 2.098 27.125 6.313-3.368-29.494-9.328-53.09-16.688-70.5-11.6-27.44-25.75-38.174-36.656-38.25zm-336.126 1.375c-1.03 3.895-1.02 8.08.186 12.22 3.82 13.102 19.167 21.597 34.532 17.812 15.24-3.754 23.346-17.03 19.75-30.03l-54.47-.002zm382.655 0c-1.028 3.895-1.02 8.08.188 12.22 3.818 13.102 19.166 21.597 34.53 17.812 15.24-3.754 23.347-17.03 19.75-30.03l-54.468-.002zM113.03 457.063c-10.365-.03-20.612 3.615-28.155 10.75-5.935 5.615-10.374 13.43-12.03 24.157h80.436c-1.664-10.603-6.128-18.377-12.06-24-7.56-7.167-17.823-10.878-28.19-10.908zm287.22 0c-10.366-.03-20.582 3.615-28.125 10.75-5.935 5.615-10.405 13.43-12.063 24.157H440.5c-1.665-10.603-6.13-18.377-12.063-24-7.56-7.167-17.82-10.878-28.187-10.908z" fill="#fff"/></svg>
<svg class="tc-image-originals-robot-leg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M48.777 18c14.338 21.4 28.393 41.21 43.31 59.88 9.43-3.02 23.357-9.846 34.84-16.214 4.543-2.52 8.5-4.83 12.04-6.932A4205.892 4205.892 0 0 1 108.567 18h-59.79zm83.067 0a3914.434 3914.434 0 0 0 35.148 42.068c2.9 3.42 5.828 6.856 8.772 10.297 21.42-7.908 40.938-10.88 58.87-10.365 18.856.54 35.965 4.92 51.712 11.432 21.582 8.923 40.79 21.448 59.658 33.252-17.115-28.09-44.02-56.258-72.565-78.752A378.736 378.736 0 0 0 263.007 18H131.844zm18.873 50.688c-4.132 2.48-9.22 5.478-15.06 8.718-9.796 5.433-20.91 11.266-31.343 15.285a538.21 538.21 0 0 0 8.39 9.603c18.69-5.91 32.562-14.24 46.958-23.066-2.142-2.51-4.282-5.02-6.398-7.516-.867-1.022-1.685-2.004-2.547-3.022zm78.662 9.025c-12.522.162-26.026 2.374-40.99 7.3 14.893 17.17 29.87 33.99 43.715 48.772 18.88 20.16 36.01 36.673 46.74 44.6l25.796-17.8 46.137-31.833c-24.45-14.413-46.998-30.635-71.308-40.686-15.593-6.446-31.792-10.59-50.09-10.353zm-57.833 15.353c-13.41 8.25-27.365 16.918-45.416 23.63 30.06 31.05 65.594 59.703 113.327 88.865h.002l23.437-16.17.37-.257c-12.343-9.915-27.42-25.02-44.298-43.043-15.086-16.106-31.372-34.45-47.423-53.024zm192.228 48.586L263.188 211.06l113.714 18.7 8.803-36.95-21.93-51.158zm-113.037 85.6c-21.333 16.328-34.155 35.29-42.85 54.92-9.642 21.763-14.662 44.156-22.023 65.89a43.193 43.193 0 0 1 14.076-2.353c1.88 0 3.73.13 5.552.364 6.406-20.05 11.156-39.236 18.854-56.61 7.806-17.623 18.318-33.53 37.023-47.77 9.058 18.714 28.062 31.776 50.052 32.273a9007.202 9007.202 0 0 1-33.99 31.404c-19.57 17.98-39.355 35.957-54.602 49.374a920.77 920.77 0 0 1-12.72 11.012c-3.027-1.306-6.462-2.047-10.17-2.047-13.22 0-23 9.427-23 20.29s9.78 20.29 23 20.29c13.222 0 23-9.427 23-20.29 0-1.692-.235-3.35-.686-4.943a955.908 955.908 0 0 0 12.467-10.8c15.435-13.584 35.27-31.606 54.89-49.628 39.238-36.045 77.593-72.07 77.593-72.07l-.174-.183-24.6-4.047c-7.136 8.377-17.768 13.67-29.715 13.67-16.517 0-30.525-10.11-36.24-24.516l-25.737-4.232zM165.64 404.93l-22.18 30.11-57.435 12.952L68.02 487h72.972c7.86-23.49 20.24-48.863 38.91-69.646-5.724-3.014-10.634-7.276-14.26-12.424zm58.803 9.716c-6.84 4.774-15.278 7.59-24.26 7.64-18.573 17.757-31.68 41.752-40.105 64.714h121.225c2.04-7.714 1.237-14.518-1.244-21.795-2.428-7.115-6.734-14.485-11.75-22.12-10.19-.55-20.095-1.218-29.464-2.126l-5.82-.565-8.583-25.75zm65.65 29.458c2.73 4.855 5.17 9.914 7.003 15.292 2.885 8.463 4.092 17.844 2.498 27.604h107.12v-32.127c-14.087-3.435-30.96-5.867-49.138-7.326-21.59-1.733-44.84-2.498-67.482-3.443zm134.622 19.79V487h38.508l-38.508-23.105z"/></svg>
<svg class="tc-image-originals-rock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M228.813 23L68.75 72.28 39.5 182.095l47.53-21.22 10.44-4.655 2.5 11.155 8.75 39.125 6.405 28.53-21.75-19.53-15.72-14.125-28.218 32.344 140.657 136 9.656-40.69 7.53-31.874 10.407 31.063 54.72 163.592L432.343 465.5l45.75-202.938-84.563-148.718L228.814 23zm-57.688 49.875l-27.813 39.906-3.25 73.44-27.187-88.94 58.25-24.405zm17.844 93.406l113.124 155.25L407 355.407l-107.375-.844-110.656-128v-60.28zM79.312 330.25l140.125 153.125-5.563-65.875-134.563-87.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-rocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.78 25.97c2.6 25.278 9.316 48.72 19.532 69.75l-21.218-6.564L73.53 146.72l-.843-1.782c16.737 17.29 36.797 31.38 59.438 41.593-13.546-18.845-21.597-41.677-22.03-69.28 27.78.35 50.396 8.56 69.25 22.063-.627-1.4-1.284-2.776-1.94-4.157l.72.625-34.438-86.655-2.53 33.844c-30.974-31.598-73.044-52.084-122.376-57zm236.814 31.593L217.22 160.875c-30.663 7.52-54.566 32.236-60.907 63.344l-.188-.22-106.563 39.563 74.313 74.312 93-8.03.375-.033 23.03-2.468-77.31-94.938 13.28-13.28 89.406 109.75 10.875 13.374-17.124 1.844-28.22 3.03c14.52 17.126 30.304 33.143 47.22 47.907 7.62-56.784 52.175-102.042 108.625-110.717-14.72-16.738-30.68-32.346-47.75-46.688l-2.78 26.125-1.844 17.125L321.28 270l-107.874-88.03 13.25-13.25 93.094 75.905 2.22-20.844 7.905-91.936-74.28-74.28zM401.53 301.625c-8.783.408-17.306 1.827-25.436 4.156l13.875 16.908c7.51-2.534 15.37-4.323 23.467-5.282-3.863-5.344-7.814-10.62-11.906-15.78zm-43.78 11.25c-7.323 3.61-14.204 7.994-20.5 13.063l15.75 17.28c5.92-4.876 12.318-9.16 19.125-12.812l-14.375-17.53zm68 22.438c-7.92.117-15.616 1.157-22.97 3.03l14.5 17.688c6.108-1.82 12.447-3.043 18.97-3.686-3.387-5.76-6.865-11.445-10.5-17.03zm-102.03 3.53c-6.713 7.584-12.4 16.116-16.845 25.344l17.313 14.125c4.28-7.958 9.44-15.37 15.375-22.093l-15.844-17.376zm60.467 6.282c-6.67 3.247-12.908 7.267-18.625 11.875l16.282 17.875c5.34-4.382 11.15-8.233 17.312-11.47l-14.97-18.28zm-32 24.938c-5.204 6.153-9.673 12.96-13.25 20.28l17.97 14.688c3.305-6.06 7.202-11.76 11.624-17l-16.342-17.967zm94.094.218v.22c-45.915 0-82.96 36.985-83.06 82.875 39.248 20.8 81.966 35.93 127.06 44.313-8.284-45.328-23.3-88.145-44-127.407zM299.94 382.626c-2.38 8.6-3.743 17.625-3.97 26.938 4.937 3.885 9.96 7.664 15.063 11.343.93-8.58 2.75-16.88 5.44-24.812l-16.533-13.47zm32.156 26.25c-2 7.785-3.073 15.96-3.094 24.375 5.28 3.43 10.632 6.727 16.063 9.938.72-6.992 2.156-13.776 4.218-20.282l-17.186-14.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-rocket-flight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M482.22 44.844l-50.533 46.25-21.937 57.22c-34.637 15.445-47.955 24.442-61.47 74.874l39.564-17.657-1.875 32.095 37.342 14.344 21.75-24.5 17.625 39.56c24.52-42.467 25.663-63.24 4.282-96.78l21.936-57.22-6.687-68.186zM389.093 263.22c-16.33 25.16-38.017 48.57-63.063 68.217-.022.018-.038.045-.06.063-37.302 23.693-83.27 29.138-118.095 15.688 16.236 15.056 37.635 20.705 59.156 19.156-49.41 14.874-102.32 9.118-139.624-14.28 14.142 19.334 34.493 31.22 56.97 36.592-58.93 3.328-117.894-19.792-162.44-84l.002 168.03c65.91 28.65 135.148 19.62 196.218-11.56l-16.97 35.78 88.126-85.03h-.093c2-1.796 3.973-3.6 5.936-5.438l-11.28 43.937 59.812-99.438c19.668-27.56 35.253-57.384 45.406-87.718z" fill="#fff"/></svg>
<svg class="tc-image-originals-rocket-thruster tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M36.078 16L16 35.55v50.247L87.684 16H36.078zm121.83 0l-97.834 95.26c8.838-.48 17.72-.946 27.207-1.367L183.71 16H157.91zm107.768 0L217.72 62.693c11.73-7.19 24.684-14.537 37.987-21.455 17.973-9.346 36.334-17.656 52.807-23.023 2.466-.804 4.865-1.53 7.234-2.215h-50.072zm105.627 0l-4.29 3.432c56.944 23.005 97.62 63.682 120.628 120.627l8.16-10.2C475.674 75.84 440.51 38.356 388.93 16h-17.63zm55.894 0C455.86 34.214 478.884 58.318 496 88.027V63.582C484.442 45.14 469.57 29.234 451.488 16h-24.29zm52.176 0A192.31 192.31 0 0 1 496 33.447V16h-16.627zM341.316 30.266c-6.124-.108-15.98 1.4-27.226 5.064-14.994 4.886-32.696 12.84-50.078 21.88a519.558 519.558 0 0 0-18.948 10.384c27.085 5.188 54.39 17.866 79.737 35.3l69.516-49.654c-14.42-8.99-30.465-16.435-48.207-22.35-1.126-.374-2.752-.588-4.794-.624zm68.713 33.87l-69.99 49.995a317.653 317.653 0 0 1 28.007 24.895 317.684 317.684 0 0 1 24.902 28.002l49.988-69.986a181.614 181.614 0 0 0-32.91-32.905zm-193.41 18.08c-19.394.162-36.698 5.932-49.39 18.626a58.492 58.492 0 0 0-6.992 8.447c7.737.345 15.336.865 22.698 1.606 8.6-7.025 20.286-10.66 34.26-10.71 9.396-.034 19.82 1.55 31.025 4.802 29.88 8.675 64.076 29.196 94.372 59.492 30.296 30.297 50.82 64.496 59.494 94.374 8.674 29.877 5.474 54.205-8.582 68.26a40.523 40.523 0 0 1-7.076 5.63 234.492 234.492 0 0 1-5.32 22.106c9.518-3 18.04-7.923 25.124-15.006 20.31-20.31 22.893-52.42 13.14-86.01-9.36-32.248-30.12-66.993-60.245-98.2l-.09-.093-.057-.056a307.882 307.882 0 0 0-3.66-3.73h-.002a308.138 308.138 0 0 0-3.726-3.66l-.06-.06c-.034-.03-.067-.06-.1-.093-31.205-30.12-65.946-50.88-98.192-60.24-12.596-3.658-24.985-5.58-36.62-5.483zM453.83 112.76l-49.652 69.515c17.437 25.354 30.1 52.67 35.285 79.762a519.383 519.383 0 0 0 10.4-18.974c9.04-17.382 16.992-35.084 21.877-50.078 4.886-14.993 5.94-27.516 4.44-32.017-5.914-17.742-13.36-33.785-22.35-48.207zm-315.766 14.306c-24.424-.103-49.52 1.074-72.78 2.217 7.69 2.09 14.93 3.963 22.872 6.343 29.69 8.9 59.69 19.512 74.75 40.217l12.465 17.137-20.988-2.93c-45.902-6.41-74.37 5.044-101.47 15.693 33.77 7.288 58.506 15.248 87.683 36.73l13.96 10.278-16.44 5.504C78.56 278.195 47.45 315.047 16 357.834v22.143c9.58-5.07 19.283-10.596 29.057-15.934 27.153-14.832 55.85-28.346 85.502-19.572l7.84 2.32-1.56 8.028c-6.803 35.01-28.027 91.445-48.008 141.182h15.455c44.07-50.768 93.33-113.807 108.994-146.596l7.16-14.984 8.644 14.178c5.784 9.484 3.667 19.766.973 31.724-2.694 11.958-7.28 25.69-12.178 39.88-6.224 18.024-12.536 36.71-16.552 52.19 12.538-12.48 25.598-29.23 36.842-46.912 16.8-26.42 29.886-55.1 33.586-72.515l5.015-23.613 11.668 21.134c12.356 22.385 10.967 52.3 6.996 84.723-2.37 19.346-5.82 39.638-8.854 59.653 14.87-22.31 32.57-48.36 48.307-77.36 24.843-45.79 43.262-96.883 34.79-143.876-2.723-15.107-13.146-34.003-28.327-52.83-21.165 6.466-42.44 20.892-62.875 40.822 17.09-29.95 23.5-49.964 37.183-65.225-24.578 10.682-57.176 29.572-91.263 62.765 19.654-25.258 40.095-64.07 53.935-91.478-20.372 15.64-51.45 31.377-71.21 43.81 9.8-15.11 30.47-43.68 36.517-66.957-10.983-4.976-21.758-8.688-31.87-10.765l-.148-.032-.15-.035c-20.223-4.873-46.176-6.523-73.404-6.64zM31.73 138.86L16 154.177V179.3l35.928-34.984c-7.012-1.842-13.946-3.663-20.2-5.455zm82.047 25.04l-8.13 7.916a179.563 179.563 0 0 1 21.603-1.504c-4.143-2.217-8.685-4.355-13.473-6.412zM52.14 223.916L16 259.106v50.244l75.926-73.928C79.87 230.577 67.19 227.2 52.14 223.916zM496 287.72L346.97 432.83c-13.02 23.235-27.113 44.683-39.44 63.172h26.163L496 337.965V287.72zm-384.45 72.075c-3.92 0-7.91.426-11.972 1.203L16 442.378V467.5l97.834-95.258c1.202-4.276 2.285-8.36 3.193-12.162a51.858 51.858 0 0 0-5.476-.285zM496 368.81L365.373 496h25.8L496 393.934V368.81zm-295.277 45.924l-27.32 26.602c-14.17 18.31-29.498 36.993-44.624 54.664h14.282l44.74-43.56c3.907-12.385 8.606-25.225 12.92-37.706z"/></svg>
<svg class="tc-image-originals-rogue tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M377.47 20.72l-16.283 9.186 22.844 40.47-114.405-10.25-13.03 14.812-4.47 27.5c-36.887 12.27-63.294 26.753-83.375 46.03-22.722 21.813-38.17 50.42-51.75 90.5l-31.25 3-12.844 14.595 2.53 106.062c-3.8 1.61-7.374 3.92-10.56 6.906-.12.113-.228.232-.345.345l-39-25.53L15.28 360l39.595 25.875c-3.366 11.778-.637 25.006 8.344 34.594 7.98 8.52 19.12 12.27 29.905 11.186l30.688-48.375c-.246-.212-.505-.41-.75-.624-1.62-4.136-4.03-8.03-7.25-11.47-2.524-2.693-5.36-4.913-8.407-6.655l8.78-79.124 90.658-.656c-8.33-27.148-2.43-56.865 18.562-76.53 13.287-12.448 30.203-18.614 47.563-18.907 6.4-.11 12.852.597 19.217 2.062l6.22-85.938 74.124-3.343c.967 7.163 4.09 14.104 9.408 19.78 3.314 3.54 7.157 6.263 11.312 8.157l.375.5 50.125-27.405c1.763-10.675-1.284-22.027-9.25-30.53-8.932-9.538-21.832-13.137-33.75-10.626l-23.28-41.25zm87.186 92.31l-75.125 41-4.81 25.626 31.624-16.406c30.88 48.452 54.04 102.334 74.062 158.438 12.075-66.802 1.912-127.814-22.812-185.032l23.062-11.97-26-11.655zm-191 94.876c-13.12.182-25.73 4.814-35.47 13.938-22.26 20.854-22.1 58.245 1.876 83.844 23.98 25.6 61.27 28.23 83.532 7.375 22.26-20.855 22.104-58.274-1.875-83.875-13.49-14.4-31.194-21.516-48.064-21.282zm-95.937 174.28l-33.282 3.408-41.907 66.125 10.907 31.06 15.063-23.56c54.545 27.254 113.684 40.662 179.75 33.124-53.016-22.93-103.78-48.64-149.063-81.156l18.532-29z" fill="#fff"/></svg>
<svg class="tc-image-originals-rolling-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M335.063 18.47L351.406 50l-125.562-5.25 23.375 14.594L114.312 105.5l46.718 4.656-121.593 91.03 34.063-8.5L24 301.938 135.344 153.97l126.72-60.157-8.752 18.093 106.282-21.03-33.875 34.468 66.467-14.125 25.875-19.814-4.093-24.594-25.75-46.593-.595 32.718-52.563-34.47zM136.47 45.562l-44.126 4.5 40.625 15.53 78.186-7.093-74.687-12.938zm299.81 41.374l1.158 6.907.937 5.562-4.47 3.406-2.936 2.25c21.198 10.998 35.443 31.69 39.905 54.47 3.217 16.425 1.528 33.693-6.688 49.218l10.407 17.875c14.85-21.558 19.235-47.146 14.625-70.688-5.718-29.19-24.874-55.763-52.94-69zM105.814 95.53l-55.876 5.75-31.874 24.376 39.5.813 48.25-30.94zm166.468 71.376c-55.766.386-109.805 29.512-139.75 81.375-44.958 77.872-18.37 177.167 59.5 222.126 77.872 44.96 177.167 18.34 222.126-59.53 44.96-77.872 18.37-177.167-59.5-222.126-24.334-14.05-50.76-21.09-76.97-21.78-1.8-.05-3.606-.076-5.405-.064zM440.095 204.5l-23.625 13.75c11.814 15.223 20.996 32.132 27.405 50l24.875-14.47-28.656-49.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-rolling-dices tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M138.798 35.342L28.73 114.268l95.777 29.095 111.305-87.09-97.014-20.93zm112.986 31.082l-118.047 89.96 51.07 131.102 8.534-7.455 4.23-15.708a18.338 13.102 76.863 0 1-9.08-20.45 18.338 13.102 76.863 0 1 10.997-13.727 18.338 13.102 76.863 0 1 3.62.53 18.338 13.102 76.863 0 1 3.113 1.544l7.94-29.48a9 9 0 0 1 .353-1.04 9 9 0 0 1 .058-.128 9 9 0 0 1 .32-.685 9 9 0 0 1 .09-.153 9 9 0 0 1 .37-.625 9 9 0 0 1 .534-.723 9 9 0 0 1 .066-.074 9 9 0 0 1 .54-.594 9 9 0 0 1 .65-.593 9 9 0 0 1 .004-.002 9 9 0 0 1 .46-.342 9 9 0 0 1 .266-.197 9 9 0 0 1 .502-.3 9 9 0 0 1 .27-.157 9 9 0 0 1 .44-.208 9 9 0 0 1 .38-.178 9 9 0 0 1 .437-.152 9 9 0 0 1 .41-.143 9 9 0 0 1 .404-.1 9 9 0 0 1 .47-.114 9 9 0 0 1 .51-.07 9 9 0 0 1 .37-.05 9 9 0 0 1 .01 0 9 9 0 0 1 .01-.003l33.624-2.873a18.338 13.102 76.863 0 1 10.326-9.777 18.338 13.102 76.863 0 1 3.622.53 18.338 13.102 76.863 0 1 8.527 7.327l13.043-1.113-39.442-123.783zM137.25 74.03a9.8 19.77 77.916 0 1 12.798 8.734 9.8 19.77 77.916 0 1-21.938 11.998 9.8 19.77 77.916 0 1-16.57-8.602 9.8 19.77 77.916 0 1 21.938-12 9.8 19.77 77.916 0 1 3.77-.13zm100.228 23.517a18.338 13.102 76.863 0 1 .002 0 18.338 13.102 76.863 0 1 3.62.53 18.338 13.102 76.863 0 1 12.112 21.94 18.338 13.102 76.863 0 1-14.617 13.196 18.338 13.102 76.863 0 1-12.114-21.94 18.338 13.102 76.863 0 1 10.998-13.726zM24.22 131.71l46.992 114.124 94.236 40.38-45.988-125.57-95.24-28.935zm147.886 17.43a18.338 13.102 76.863 0 1 3.622.528 18.338 13.102 76.863 0 1 12.11 21.94 18.338 13.102 76.863 0 1-14.616 13.197 18.338 13.102 76.863 0 1-12.112-21.94 18.338 13.102 76.863 0 1 10.996-13.726zm-75.123 13.016a19.454 9.134 59.254 0 1 16.955 15.078 19.454 9.134 59.254 0 1-.425 19.485A19.454 9.134 59.254 0 1 95.6 181.78a19.454 9.134 59.254 0 1 .424-19.48 19.454 9.134 59.254 0 1 .96-.144zm263.393 40.21l-112.102 9.577 113.762 79.926 113.598-16.956-115.258-72.55zM70.82 212.022A19.454 9.134 59.254 0 1 87.777 227.1a19.454 9.134 59.254 0 1-.425 19.484 19.454 9.134 59.254 0 1-17.913-14.938 19.454 9.134 59.254 0 1 .425-19.482 19.454 9.134 59.254 0 1 .96-.14zm157.378 7.813L186.66 374.023l115.616 99.454 47.147-168.47-121.225-85.17zm126.987 11.168a21.76 8.898 15.267 0 1 19.693 4.783 21.76 8.898 15.267 0 1 7.607 14.244 21.76 8.898 15.267 0 1-28.886-3.182 21.76 8.898 15.267 0 1-7.61-14.244 21.76 8.898 15.267 0 1 9.195-1.6zM487.78 291.3L366.9 309.343l-46.823 167.316 116.297-31.77L487.78 291.3zm-181.808 10.8a25.834 15.573 84.277 0 1 4.238.943 25.834 15.573 84.277 0 1 12.873 31.72 25.834 15.573 84.277 0 1-18.105 17.893 25.834 15.573 84.277 0 1-12.874-31.72 25.834 15.573 84.277 0 1 13.868-18.836zm154.086 11.636a13.237 21.96 28.62 0 1 7.673 4.13 13.237 21.96 28.62 0 1-6.176 28.435 13.237 21.96 28.62 0 1-21.287 3.878 13.237 21.96 28.62 0 1 6.175-28.434 13.237 21.96 28.62 0 1 13.616-8.008zM391.362 324.4a13.237 21.96 28.62 0 1 7.672 4.13 13.237 21.96 28.62 0 1-6.176 28.435 13.237 21.96 28.62 0 1-21.287 3.877 13.237 21.96 28.62 0 1 6.177-28.434 13.237 21.96 28.62 0 1 13.615-8.008zm-173.996 13.305a25.834 15.573 84.277 0 1 4.24.945 25.834 15.573 84.277 0 1 12.872 31.72 25.834 15.573 84.277 0 1-18.106 17.894 25.834 15.573 84.277 0 1-12.873-31.72 25.834 15.573 84.277 0 1 13.866-18.84zm212.278 60.87a13.237 21.96 28.62 0 1 7.67 4.13 13.237 21.96 28.62 0 1-6.174 28.434 13.237 21.96 28.62 0 1-21.287 3.876 13.237 21.96 28.62 0 1 6.175-28.434 13.237 21.96 28.62 0 1 13.616-8.008zm-70.332 19.488a13.237 21.96 28.62 0 1 7.67 4.132 13.237 21.96 28.62 0 1-6.174 28.434 13.237 21.96 28.62 0 1-21.287 3.874 13.237 21.96 28.62 0 1 6.176-28.434 13.237 21.96 28.62 0 1 13.616-8.007z"/></svg>
<svg class="tc-image-originals-roman-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 20c-52 0-104 4-160 12-16.432 224-16 224 0 448 112 16 208 16 320 0 16-224 16-224 0-448-56-8-108-12-160-12zm0 12l16 16h-7v151h18.184l25.234-37.854L275.27 128l32.003-32-32.002-32L297.6 41.676l-5.143-5.143h22.627V59.16l-4.758-4.758L300.727 64l32.002 32-32.003 32 30.855 30.854-25.873 38.808c44.373-18.947 68.128-73.205 53.56-131.478l-6.61-26.432 21.053 17.293c21.43 17.606 36.194 44.522 42.748 72.883 6.555 28.36 4.962 58.503-8.628 82.506-9.45 16.688-24.175 26.49-41.7 31.257-5.4 1.47-11.08 2.536-17.058 3.31H416v18h-66.926c5.978.774 11.657 1.84 17.057 3.31 17.527 4.766 32.253 14.568 41.702 31.256 13.59 24.003 15.183 54.145 8.63 82.506-6.555 28.36-21.318 55.277-42.75 72.883l-21.052 17.293 6.61-26.432c14.568-58.273-9.187-112.53-53.56-131.478l25.872 38.808L300.727 384l32.002 32-32.003 32 9.597 9.598 4.758-4.758v22.627h-22.627l5.143-5.143L275.27 448l32.003-32-32.002-32 33.148-33.146L283.184 313H265v151h7l-16 16-16-16h7V313h-18.184l-25.234 37.854L236.73 384l-32.003 32 32.002 32-22.328 22.324 5.143 5.143h-22.627V452.84l4.758 4.758 9.597-9.598-32.002-32 32.003-32-30.855-30.854 25.873-38.808c-44.373 18.947-68.128 73.205-53.56 131.478l6.61 26.432-21.053-17.293c-21.43-17.606-36.194-44.522-42.748-72.883-6.555-28.36-4.962-58.503 8.628-82.506 9.45-16.688 24.175-26.49 41.7-31.257 5.4-1.47 11.08-2.536 17.058-3.31H96v-18h66.926c-5.978-.774-11.657-1.84-17.057-3.31-17.527-4.766-32.253-14.568-41.702-31.256-13.59-24.003-15.183-54.145-8.63-82.506 6.555-28.36 21.318-55.277 42.75-72.883l21.052-17.293-6.61 26.432c-14.568 58.273 9.187 112.53 53.56 131.478l-25.872-38.808L211.273 128 179.27 96l32.003-32-9.597-9.598-4.758 4.758V36.533h22.627l-5.143 5.143L236.73 64l-32.003 32 32.002 32-33.148 33.146L228.816 199H247V48h-7l16-16zM130.822 92.42c-8.118 12.284-14.306 26.675-17.746 41.56-5.764 24.943-3.88 50.8 6.756 69.586 7.17 12.664 16.443 18.86 30.762 22.756 12.425 3.38 28.78 4.365 48.406 4.58v-16.94c-44.835-19.294-70.83-67.72-68.178-121.542zm250.356 0c2.652 53.823-23.343 102.248-68.178 121.543v16.94c19.625-.216 35.98-1.2 48.406-4.58 14.32-3.896 23.592-10.093 30.762-22.757 10.636-18.785 12.52-44.643 6.756-69.586-3.44-14.885-9.628-29.276-17.746-41.56zM217 217v26.412c4.057-12.462 13.95-22.355 26.412-26.412H217zm51.588 0c12.462 4.057 22.355 13.95 26.412 26.412V217h-26.412zM256 233c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm-39 35.588V295h26.412c-12.462-4.057-22.355-13.95-26.412-26.412zm78 0c-4.057 12.462-13.95 22.355-26.412 26.412H295v-26.412zm-96 12.51c-19.625.215-35.98 1.2-48.406 4.58-14.32 3.895-23.592 10.092-30.762 22.756-10.636 18.785-12.52 44.643-6.756 69.586 3.44 14.885 9.628 29.276 17.746 41.56-2.652-53.823 23.343-102.248 68.178-121.543v-16.94zm114 0v16.94c44.835 19.294 70.83 67.72 68.178 121.542 8.118-12.284 14.306-26.675 17.746-41.56 5.764-24.943 3.88-50.8-6.756-69.586-7.17-12.664-16.443-18.86-30.762-22.756-12.425-3.38-28.78-4.365-48.406-4.58z"/></svg>
<svg class="tc-image-originals-root-tip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M16.508 18.453l-.002 149.908 61.26 49.667 59.757 124.543-9.488-110.738C88.835 182.608 56.58 126.518 67.12 58.338l18.47 2.855c-7.312 47.297 8.4 88.472 33.44 126.67l77.745 43.094 83.868 183.8c70.454 33.943 140.91 58.63 211.365 72.423-47.672-21.634-93.83-50.913-131.332-90.717l-62.45-11.06 3.256-18.4 13.06 3.25 117.42 18.155c-52.808-19.54-101.05-43.642-132.01-85.03-10.244-24.453-17.846-51.365-22.16-81.007-23.356-4.888-46.4-13.233-68.97-25.49l8.92-16.423c26.233 14.248 52.854 22.748 80 26.426l46.75 2.033 146.23 150.81c-18.12-52.077-51.543-121.06-88.19-177.67-30.968-13.506-61.174-15.44-91.886-5.587l-5.71-17.798c14.194-4.553 28.47-6.83 42.746-6.926 2.04-.014 4.078.017 6.117.092 26.897.987 53.746 9.68 79.973 25.42 16.215 8.164 32.85 17.73 50.288 28.525-33.99-44.3-65.738-83.98-117.208-99.594l-.004-.007-23.94 15.336c-36.26 17.486-88.188 18.165-135.264-8.645-21.56 7.324-42.96 12.01-64.166 13.527l-1.334-18.64c26.348-1.886 53.598-9.242 81.577-21.08-18.115-6.645-36.81-15.81-54.095-26.082-22.913-13.617-43.004-28.54-55.545-42.147zM141.354 370.49l-1.4 71.356c38.483 37.214 86.748 46.007 139.91 54.564-64.332-36.743-109.837-71.915-138.51-125.92z"/></svg>
<svg class="tc-image-originals-rope-coil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M254.975 87.254c.014 3.753.25 7.9 1.13 12.623 20.567-.324 42.97.314 61.426 2.172-.454-4.327-.397-8.4.173-12.212-22.7-2.366-41.806-3.26-62.728-2.584zm-17.983.99c-30.506 2.324-57.81 7.82-78.87 15.27 1.52 2.57 3.475 5.714 5.58 9.236 18.06-5.958 44.528-10.26 74.33-12.078-.71-4.617-.99-8.795-1.04-12.428zm98.485 4.225c-.51 3.186-.412 7.078.607 11.977 17.317 2.758 31.027 6.566 39.78 11.047 6.22-2.21 12.698-3.51 19.046-4.078-18.683-10.09-40.566-15.6-59.433-18.947zm-194.15 18.04c-7.45 3.67-13.535 7.566-17.925 11.427-6.762 5.95-9.25 11.164-9.193 15.8 2.88 14.316 16.585 21.355 28.028 26.67 3.563-7.343 7.913-14.19 13.23-20.27-10.358-4.167-15.85-8.943-15.958-13.873.013-3.395 2.578-6.794 7.578-10.04-2.084-3.41-4.06-6.613-5.762-9.714zm243.872 20.935c-3.434 5.42-13.274 10.584-28.39 14.9 2.534 8.536 3.26 16.935 3.585 25.36 5.015-1.48 9.785-3.05 14.22-4.723 13.67-5.152 24.396-11.192 31.158-17.142 5.456-5.55 10.75-12.163 8.63-19.416-9.56-2.122-19.945-1.54-29.204 1.02zm-203.63 13.758c-13.12 8.26-21.86 21.633-27.566 37.818.904 14.655 1.645 34.896 13.03 45.51 4.34-31.856 21.238-64.244 39.595-81.57-8.192-7.766-16.495-7.075-25.06-1.757zm157.56 5.31c-17.885 3.476-39.25 5.782-61.763 6.667-6.585 12.47-6.903 17.475-8.293 27.47 26.736-.57 51.75-3.582 73.258-8.322-.21-9.07-.317-17.642-3.2-25.816zm-116.235 5.938c-9.243 7.686-16.304 15.748-21.698 24.073 15.364 2.316 32.104 3.77 49.707 4.14 1.478-9.554 2.15-16.747 6.414-27.075-11.733.01-23.324-.373-34.423-1.137zm-120.39.142c-7.716 11.592-.986 22.458 6.255 29.398 5.28 4.963 12.754 9.966 22.02 14.64 1.254-6.573 2.83-13.09 4.83-19.42-13.028-6.36-25.29-13.387-33.104-24.618zm318.175 3.918c-9.435 8.883-22.006 15.853-31.975 20.18 2.928 10.055 3.63 20.353.996 29.718 11.635-4.58 20.99-9.818 27.423-15.176 7.78-6.477 11.01-12.53 11.182-18.263.152-5.053-2.056-10.497-7.625-16.46zm-48.905 26.515c-19.506 6.366-42.65 11.054-68.076 13.586-8.227 7.115-8.265 18.093-7.225 27.183 24.37-1.16 46.822-4.32 66.035-8.97 10.164-11.204 12.988-18.51 9.265-31.798zM91.88 194.373c-11.4 15.04-5.362 27.834 5.58 37.68 6.796 5.994 16.563 11.86 28.692 17.072.228-9.665.774-19.735 1.875-29.828-12.764-5.863-23.455-12.538-31.595-20.19-1.62-1.522-3.136-3.105-4.553-4.734zm349.067.676c-6.305 9.83-14.86 16.724-24.006 22.198 2.03 7.352 2.218 14.395.503 21.025 11.534-6.864 26.488-19.466 26.563-32.62-.05-3.466-1.017-6.995-3.06-10.604zm-248.44 2.362c-2.826 7.15-4.736 14.43-6.038 21.772 5.16 1.118 10.473 2.155 15.94 3.087.395-8.7 2.656-15.963 7.262-22.385-5.878-.702-11.6-1.532-17.164-2.473zm39.83 4.516c-7.27 6.332-13.01 14.544-11.898 22.994 20.833 2.338 38.792 3.464 57.968 3.35-.57-9.523-.542-17.883 2.615-26.004-16.293.746-33.656.57-48.685-.34zM69.85 224.008c-5.203 10.11-1.048 22.213 4.295 29.414 1.338-4.07 2.886-8.804 4.968-14.344-4.048-4.65-7.228-9.7-9.263-15.07zm330.882 1.35c-21.764 8.88-47.255 14.405-67.503 17.206-6.34 6.692-3.766 16.04-2.392 23.415 24.458-3.914 46.288-9.695 64.055-16.77 2.764-7.645 7.323-16.37 5.84-23.85zm-255.486 3.02c-1.7 20.817-1.195 41.8-.937 58.862 4.928 20.133 23.537 7.066 23.47 4.37-.328-12.213-1.77-27.096-1.708-43.284-10.14-5.332-16.638-11.248-20.826-19.947zm303.127 8.446c-.872.938-1.785 1.855-2.723 2.76 1.367 10.563 1.658 22.46 1.31 32.004 4.697-5.575 7.016-11.134 7.32-16.705.314-5.772-1.52-11.768-5.907-18.06zm-263.94.37c-.53 9.593-.29 19.1.133 28.283 10.667 1.84 21.93 3.304 33.666 4.33-2.12-9.656-2.22-18.585 1.98-26.764-12.484-1.483-24.453-3.453-35.78-5.85zm127.733 7.642c-25.51 1.687-47.32 1.877-70.62.234-9.12 6.94-6.99 18.238-3.903 26.018 25.34 1.065 51.79.05 75.29-2.64-1.375-8.46-2.65-15.93-.767-23.612zM93.67 251.9c-1.928 5.69-3.423 10.636-5.268 15.37 13.248 9.227 24.64 15.364 37.916 20.824-.09-5.992-.217-12.586-.275-19.6-12.465-4.792-23.37-10.287-32.373-16.594zm335.152.565c-16.506 9.828-33.367 16.35-50.355 21.38-1.344 11.183-4.902 21.952-1.106 31.745 7.32-1.744 14.237-3.69 20.69-5.824 9.94-3.288 18.77-7.026 26.292-11.045 4.844-11.28 5.05-26.165 4.48-36.255zm48.285 11.058c-6.728-.222-11.75 6.133-9.978 12.627 1.26 4.894 1.795 9.924 1.677 15.045 6.686-3.195 13.668-3.755 20.103-1.218-.033-6.258-.797-12.54-2.412-18.813-1.058-4.367-4.9-7.493-9.39-7.64zm-417.06 1.065c-3.302 5.385-4.873 10.71-4.873 16 2.705 17.17 11.992 26.653 24.306 35.36-.924-10.175 1.904-20.11 7.915-27.464-10.735-7.283-20.11-14.416-27.348-23.896zm298.877 14.332c-17.988 4.112-37.665 7.13-58.502 8.88-7.375 7.54-7.675 18.36-4.283 27.606 22.654-.55 43.972-2.667 63.17-6.08-1.79-10.04-1.626-21.504-.386-30.406zm-173.426 5c.524 7.092-.07 15.36-4.027 20.894 5.174 1.128 10.463 2.183 15.868 3.15-1.155-7.845-1.243-15.226 1.435-22.114-4.503-.578-8.927-1.225-13.275-1.93zm32.66 3.98c-5.738 6.486-3.378 16.322-1.734 23.07 21.628 2.75 40.757 4.238 60.865 4.536-1.775-9.23-1.602-18.107 1.226-26.36-20.125.743-42.123.24-60.358-1.246zm235.373 2.62c-11.178 9.19-24.82 16.63-35.987 21.248-2.276 7.06-.484 13.415 1.197 19.632 14.232-6.124 25.983-13.035 34.635-20.22-.49-6.94 1.425-14.413.156-20.66zm-350.016 7c-9.282 8.418-5.538 22.616-2.682 30.703 13.937 6.595 29.81 11.908 43.137 15.54-2.363-10.75-2.303-20.545 2.913-29.294-15.798-5.16-29.907-10.247-43.37-16.95zm375.84 8.798c-3.23.89-11.908 8.268-22.76 24.11-5.513 9.653-12.717 19.27-21.283 28.603 2.728 6.967 6.148 13.09 9.194 19.365 20.34-20.584 36.11-43.852 41.957-67.99-1.84-2.24-4.42-4.704-7.105-4.087zm-80.9 12.2c-20.63 6.32-44.63 10.83-70.89 13.18-3.86 7.077-.485 16.076 1.76 22.48 27.07-3.525 51.67-9.132 72.48-16.27-1.843-6.764-3.422-12.91-3.35-19.39zm-232.817 1.132c-9 9.01-3.932 22.027-.383 29.172 17.758 3.68 37.06 6.407 57.418 7.983-2.76-9.15-2.993-18.603.447-26.825-20.34-2.38-39.638-5.883-57.483-10.33zm77.87 12.31c-7.953 6.984-4.95 18.435-.64 26.01 22.772.833 47.19.12 68.106-1.757-2.33-7.723-3.944-15.778-2.862-23.193-23.577.73-43.523.566-64.602-1.06zm-130.32 36.128c-20.428-.15-40.722 7.7-55.632 20.69.108 2.285.47 4.86 1.154 7.566 1.147 4.537 3.168 9.37 5.825 13.916 19.87-17.833 41.71-25.383 65.205-20.155.883-6.938 4.604-13.887 8.81-18.568-8.196-2.12-16.634-3.385-25.364-3.45zm307.258 5.648c-10.832 9.784-22.944 18.947-35.633 27.172 3.372 5.847 7.596 11.714 10.428 17.194 12.454-8.083 24.406-17.045 35.397-26.67-2.226-4.383-8.174-19.403-10.192-17.696zM158.23 378.32c-6.465 4.7-11.114 10.15-10.79 17.463 18.427 7.468 37.077 19.38 56.24 31.248.07.045.143.088.215.132.87-7.925 3.45-14.493 6.12-19.754-16.527-10.33-33.587-21.34-51.786-29.088zM42.87 406.182c-6.69 11.238-9.67 24.862-6.04 38.478 1.92 7.202 5.605 14.195 11.045 20.822 3.16-7.205 6.85-12.436 13.05-15.845-4.232-6.3-6.37-13.845-5.466-20.817-5.673-6.858-9.893-14.713-12.59-22.638zm326.484 4.12c-19.35 11.015-39.35 19.672-57.713 24.925-1.887 5.236-2.4 12.17-.53 20.86 22.182-5.587 45.937-15.523 68.693-28.558-3.312-6.433-7.005-11.522-10.45-17.227zm-144.192 6.376c-3.087 5.64-5.058 11.674-3.324 21.248 22.38 12.77 46.023 22.978 71.57 21.213-1.423-7.106-1.735-13.834-.988-20.003-22 1.55-43.95-8.657-67.258-22.46zM68.264 466.27c-1.9 1.506-3.11 3.636-3.733 6.283-.84 4.403-.692 7.85 2.988 10.25 4.6 3.152 10.89 1.93 13.98-2.713 3.088-4.645 1.78-10.918-2.906-13.942-3.175-2.93-7.098-2.383-10.328.122z"/></svg>
<svg class="tc-image-originals-rosa-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.875 20.844c-61.545.405-123.647 9.54-187.47 27.812L59.938 50.5l-.28 6.72c-6.405 147.46 49.12 346.625 192.28 429.28l4.688 2.688 4.656-2.688c139.03-80.27 201.88-281.764 195.376-429.28l-.125-5.907-6.624-2.657c-63.63-18.215-126.57-27.65-190.062-27.812-1.984-.005-3.984-.013-5.97 0zm.344 18.625c1.86-.013 3.73-.006 5.593 0 59.47.15 118.43 8.782 178.28 25.343 3.956 139.034-57.428 327.223-181.468 402.625-128.09-77.646-182.55-263.02-178.438-402.594C138.233 48.228 196.493 39.838 254.22 39.47zM258 56.03l-28.438 126.72-45.312-25.313 26.97 48.25-92.5 26.157 91.655 25.937-26.688 47.72 45.625-25.5 28.657 127.688 28.655-127.625 45.875 25.656-26.72-47.814 91.845-26-92.75-26.25 27.063-48.406-45.5 25.438L258 56.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-rose tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M281.31 21.217L239.997 127.13l76.01 103.673 97.135-7.532-3.1-79.284-78.2-12.468-1.61 41.535 29.11 7.568-.766-14.1 18.662-1.012 2.15 39.635-68.41-17.788 3.004-77.61 68.65 10.946-2.456-86.044-98.863-13.43zM243.63 66.39l-73.702 39.917L195.885 243.7l141.306 80.704 154.447-80.037-11.252-142.205-79.617-.988.642 22.512 26.705 4.257 4.403 112.57-125.436 9.727-88.227-120.338 24.774-63.51zm-93.107 88.706c-2.992-.017-6.01.004-9.054.06-9.456.174-19.425.853-29.44 1.594 9.427 13.32 18.694 26.165 30.157 35.938 7.894 6.73 16.835 12.308 28.075 16.056l-10.1-53.453c-3.184-.11-6.396-.176-9.64-.194zm25.57 84.51c-14.278 5.27-27.16 13.25-39.437 23.55-17.875 14.995-34.273 35.22-50.625 58.47 56.9 2.6 100.16-6.41 147.316-35.01l-54.223-30.966-3.03-16.045zm270.854 48.968l-50.64 26.244c27.874 20.83 54.865 27.206 90.162 28.557-8.76-21.213-22.617-39.484-39.523-54.8zm-189.853 4.895c-14.566 9.75-28.84 17.8-43.156 24.342.37 10.843 2.813 19.703 6.968 26.47-29.49 37.69-61.714 72.017-96.78 102.843-17.584-1.215-24.577-19.137-17.845-37.344-22.758 18.074-30.427 42.166-20 68.376-6.832 5.23-13.75 10.354-20.78 15.344h45.344c25.65-20.11 49.915-41.82 72.844-65.094 29.485 9.192 54.05-1.51 69.625-27.97-14.975 8.052-31.217 5.627-37.438-6.686 9.653-11.06 19.037-22.436 28.156-34.125 7.25 1.21 15.586.57 24.72-2.03-8.863-17.974-13.326-39.19-11.656-64.126zm18.133 17.065c1.205 25.213 10.463 44.01 24.648 60.12 17.914 20.346 44.73 35.942 73.625 50.814 7.79-33.575 9.555-62.664-2.05-93.77l-34.692 17.978-61.53-35.143z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-rough-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" fill-rule="evenodd" d="M378.744 133.25c-238.248 24.048-68.733 98.574 81.488 161.753-254.586-53.513-69.623 96.14 22.624 194.884-97.054-61.694-215.83-120.378-320.06-142.827 234.825-17.035 26.77-138.346-134.27-172.088 185.74-1.445 164.326-12.097 8.96-152.757 131.684 75.394 215.833 97.65 341.26 111.038z"/></svg>
<svg class="tc-image-originals-round-bottom-flask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196.336 18.547l39.486 92.598c15.428 5.19 30.466 4.96 46.135.003l34.246-92.6H196.336zM163.73 35.12l4.58 12.55c8.285 22.705 21.58 45.92 28.958 67.684 7.376 21.764 9.1 40.382-3.14 57.646-13.68 19.295-38.588 39.036-60.622 62.426S91.95 286.95 91.95 323.506c0 90.996 73.863 165.607 164.91 165.607 91.046 0 165.607-74.562 165.607-165.607 0-36.353-18.633-64.975-40.346-88.727-21.712-23.752-46.847-43.572-62.23-62.305-9.18-11.176-8.083-34.136-.88-58.948 7.202-24.812 19.265-50.037 25.908-65.34l5.67-13.066H330l-32.982 89.187c-4.628 21.963-4.8 43.92 8.43 60.03 17.494 21.302 42.586 40.852 62.88 63.052 20.295 22.198 35.45 46.107 35.45 76.116 0 80.852-66.064 146.92-146.92 146.92-80.853 0-146.22-66.015-146.22-146.92 0-29.948 15.754-53.275 36.47-75.266 20.72-21.99 46.04-41.55 62.263-64.43 16.084-22.685 13.952-48.6 6.29-72.304l-24.262-56.893c-.116-.265-.242-.538-.357-.802h.017l-7.97-18.69H163.73zm93.225 202.234c-29.526 0-56.244 4.575-74.752 11.5-9.254 3.462-16.414 7.55-20.732 11.37-3.928 3.476-5.263 6.203-5.474 8.42h-.267c0 15.347 7.808 29.99 20.916 41.887-.505-.217-1.025-.427-1.523-.65-10.727-4.78-19.682-10.378-26.387-16.952-2.23-2.187-4.24-4.532-5.937-7.02-7.48 12.14-12.415 25.588-12.415 41.14 0 69.77 56.745 127.132 126.517 127.132 69.772 0 127.13-57.36 127.13-127.13 0-15.723-4.923-29.484-12.39-41.93-1.802 2.782-4 5.39-6.466 7.808-6.705 6.574-15.66 12.17-26.387 16.953-.444.198-.908.385-1.356.58 13.06-11.885 20.837-26.5 20.837-41.817h-.354c-.21-2.216-1.546-4.943-5.475-8.418-4.317-3.82-11.477-7.91-20.73-11.37-18.51-6.926-45.23-11.5-74.755-11.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-round-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 38.013c-22.458 0-66.472 110.3-84.64 123.502-18.17 13.2-136.674 20.975-143.614 42.334-6.94 21.358 84.362 97.303 91.302 118.662 6.94 21.36-22.286 136.465-4.116 149.665 18.17 13.2 118.61-50.164 141.068-50.164 22.458 0 122.9 63.365 141.068 50.164 18.17-13.2-11.056-128.306-4.116-149.665 6.94-21.36 98.242-97.304 91.302-118.663-6.94-21.36-125.444-29.134-143.613-42.335-18.168-13.2-62.182-123.502-84.64-123.502z"/></svg>
<svg class="tc-image-originals-round-straw-bale tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M327.77 39.993c-41.907 6.704-70.758 3.13-101.303 17.678h-26.88c.342.33.692.644 1.03.98 9.635 9.633 18.07 22.32 25.375 37.445l1.516-.606c33.74 15.472 48.943 42.502 61.947 70.177-18.663-17.576-35.772-38.473-56.088-52.52 12.214 31.56 20.324 71.11 22.815 114.79l.17-.567 16.855 76.555-16.45-31.533c-1.61 52.21-11.177 99.253-26.243 134.865-8.283 19.577-18.21 35.75-29.897 47.434-.338.338-.688.65-1.03.98h98.767c-22.975 6.925-50.947 9.928-74.31 16.112 38.377.768 85.118.466 119.317-16.11H352c9.276 0 18.522-4.346 27.89-13.712 9.37-9.366 18.405-23.653 26.048-41.717 14.13-33.397 23.546-79.537 24.89-130.88 6.415 7.794 11.654 17.045 16.574 27.382-3.274 40.622-11.47 77.23-23.285 106.582v41.91l-10.283-19.88c-6.3 11.585-13.36 21.478-21.217 29.333-.338.338-.688.65-1.03.98H416c9.276 0 18.522-4.344 27.89-13.71 6.75-6.748 13.325-16.063 19.333-27.492l3.603 26.3 16.076-79.992c1.674-6.65 3.187-13.577 4.543-20.718l-21.8 24.267 25.628-48.404C493.68 297.2 495 277.3 495 256.67c0-45.56-6.38-87.61-16.89-121.138 4.86 6.194 9.62 12.975 14.54 20.174-6.124-27.588-20.115-50.18-36.63-69.12-3.917-5.962-7.99-11.066-12.13-15.204-9.368-9.366-18.614-13.71-27.89-13.71h-24.412c.34.33.69.642 1.03.98 11.687 11.684 21.613 27.856 29.896 47.433C439.08 145.24 449 198.205 449 256.67c0 6.046-.112 12.028-.32 17.946-4.48-14.128-10.872-27.217-18.155-39.332-2.122-47.848-11.26-90.684-24.587-122.185-7.643-18.065-16.68-32.352-26.047-41.718-9.368-9.366-18.614-13.71-27.89-13.71h-79.742c17.065-5.663 40.283-9.433 55.513-17.68zM96 57.67c-9.276 0-18.522 4.346-27.89 13.712-9.37 9.366-18.405 23.653-26.047 41.717-4 9.455-7.62 19.942-10.79 31.27-3.858-16.566-3.208-32.146-3.96-52.232-9.42 39.392-8.33 72.102-7.225 110.445C18.086 219.788 17 237.93 17 256.67c0 56.41 9.778 107.446 25.063 143.573a193.892 193.892 0 0 0 4.83 10.535c-8.746-10.814-15.728-22.887-24.297-33.826 12.706 19.757 21.097 43.046 39.45 58.184 1.998 2.496 4.022 4.783 6.063 6.824 9.368 9.366 18.614 13.71 27.89 13.71s18.522-4.344 27.89-13.71c9.37-9.366 18.405-23.653 26.047-41.717 2.293-5.42 4.46-11.18 6.49-17.238-12.02 9.263-27.215 20.65-29.304 20.65-2.774 0 24.35-31.1 36.193-44.54 4.93-20.015 8.494-42.332 10.31-66.13a81.142 81.142 0 0 0-2.5-2.572l2.675.127a478.222 478.222 0 0 0 1.2-33.87c0-4.557-.07-9.076-.195-13.56 3.753 10.688 7.577 22.448 11.634 36.454-3.523-30.028-8.096-64.585-15.792-86.862-4.274-30.565-11.487-57.8-20.71-79.603-7.643-18.065-16.68-32.352-26.047-41.718-9.368-9.366-18.614-13.71-27.89-13.71zm39.588 0c.34.33.69.644 1.03.98 11.687 11.686 21.613 27.858 29.896 47.435C183.08 145.24 193 198.205 193 256.67c0 13.244-.514 26.2-1.494 38.782 21.076 26.906 23.5 56.24 23.867 85.28-8.803-21.494-15.322-44.94-25.9-64.92-4.258 34.785-12.206 66.028-22.96 91.445-8.282 19.577-18.208 35.75-29.896 47.434-.338.338-.688.65-1.03.98H160c9.276 0 18.522-4.344 27.89-13.71 9.37-9.366 18.405-23.653 26.048-41.717C229.22 364.116 239 313.08 239 256.67c0-26.82-2.214-52.419-6.176-75.784 4.327 5.647 8.596 11.74 12.994 18.174-3.69-16.626-10.24-31.435-18.474-44.73-3.736-15.19-8.257-29.06-13.406-41.23-7.643-18.065-16.68-32.352-26.047-41.718-9.368-9.366-18.614-13.71-27.89-13.71h-24.412zm209.258 14.485c25.247 16.81 34.262 41.267 41.437 66.02-17.208-22.52-31.504-49.7-54.783-62.508l13.346-3.512zM116.236 85.85l-7.75 26.48c2.683 1.692 5.332 4.213 7.903 7.6 24.142 31.81 33.814 122.726 23.68 195.915-11.788 85.14-44.5 119.04-70.756 82.033-11.732-16.536-21.186-45.314-27.134-80.34 6.253 13.644 14.966 26.91 20.238 29.143 3.32 8.92 7.032 16.408 11.05 22.07 21.26 29.968 47.877 2.376 57.296-65.65 7.957-57.47.328-129.188-18.295-153.724-15.28-20.13-34.28.26-40.466 49.336-4.867 38.61.462 86.45 13.025 100.836 9.26 10.603 20.707-2.47 23.68-32.287.974-9.757.7-21.466-.65-30.6-1.353-9.135-3.496-15.446-6.644-17.667-1.502-1.06-3.746-.072-5.178 2.45-1.43 2.525-1.983 4.742-2.013 9.164l-10.147-.688c.113-16.41 3.4-29.625 7.195-36.32 3.797-6.694 8.17-8.712 12.366-5.753 6.42 4.53 11.164 18.747 13.62 35.344 2.146 14.503 2.764 31.013 1.7 46.827l-.224.076c.05.49.08.976.11 1.46-.132 1.765-.278 3.522-.45 5.263-.212 2.11-.455 4.147-.712 6.15-3.856 14.255-16.13 25.742-28.278 36.12 6.435 1.698 15.85-5.43 24.272-14.98-7.548 28.537-20.868 38.327-32.12 25.44-18.357-21.02-25.846-88.2-18.99-142.6 5.43-43.08 17.81-69.57 31.36-75.785l22.308-25.31zM46.918 268.66c1.802 21.987 5.182 42.453 9.756 59.724C46.56 317.382 41.87 303.82 38.45 290.61c-.505-4.6-.972-9.248-1.36-13.982l9.828-7.97zM353.1 286.814h12.912c-9.574 23.627-30.99 45.624-55.125 62.08 15.558-20.322 36.29-39.35 42.213-62.08zm21.478 108.65l3.303 13.397c-17.2 24.983-41.794 33.616-66.655 40.405 22.785-16.856 50.186-30.726 63.353-53.803z"/></svg>
<svg class="tc-image-originals-round-struck tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M444.098 19.16l-75.114 117.7-60.69-29.085L286.5 164.12c-11.048-3.82-22.37-5.51-33.496-5.257-12.552.285-24.847 3.042-36.21 7.955l-20.16-7.437 34.79-70.763L18.862 66.38l117.697 75.116-29.087 60.686 56.36 21.804c-8.05 23.45-6.478 48.13 2.763 69.5l-7.516 20.37-70.758-34.79-22.24 212.56 75.113-117.698 60.688 29.088 21.887-56.58c23.334 8.013 47.888 6.495 69.185-2.625l20.596 7.598-34.792 70.76 212.562 22.24-117.697-75.115 29.082-60.688-56.557-21.88c8.102-23.41 6.6-48.063-2.56-69.434l7.512-20.358 70.757 34.79 22.24-212.562zM253.326 177.482c3.33-.07 6.683.098 10.04.467-27.333 6.483-47.673 31.032-47.673 60.35 0 34.263 27.777 62.04 62.04 62.04 22.998 0 43.055-12.522 53.77-31.11-.914 4.94-2.313 9.866-4.24 14.717-15.896 39.996-60.943 59.42-100.94 43.524-39.994-15.894-59.42-60.94-43.524-100.937 11.92-29.994 40.24-48.418 70.526-49.05z"/></svg>
<svg class="tc-image-originals-royal-love tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M368.916 38.908c-15.49.145-31.22 3.356-46.316 9.82-40.01 25.788-50.568 67.182-60.502 109.32 44.02-10.522 87.27-21.872 112.422-65.44l.005 145.12c-25.506-44.172-68.58-55.153-112.44-65.492 10.338 43.86 21.32 86.932 65.493 112.436l-145.12-.002c43.563-25.152 54.914-68.402 65.435-112.42-43.837 10.336-86.88 21.325-112.375 65.48l.002-145.12c25.14 43.545 68.36 54.902 112.357 65.417-9.795-40.978-20.336-81.273-56.916-106.922-75.954-34.415-171.507 8.28-168.19 112.21 4.593 143.862 210.47 227.71 232.626 310.408 20.28-75.672 236.27-172.54 231.944-310.407h.002C484.876 84.78 430.587 39.92 372.01 38.92c-1.03-.018-2.06-.02-3.094-.012zM255.094 306.645c15.93 0 28.844 12.913 28.844 28.843s-12.914 28.846-28.844 28.846c-15.93 0-28.844-12.916-28.844-28.846s12.914-28.843 28.844-28.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-rss tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M204.344 15.656c-1.834 41.508-21.638 86.793-58.313 123.47-36.46 36.464-81.78 56.622-123.093 58.655 50.013 17.25 107.817 5.874 147.72-34.03 39.9-39.904 51.21-97.952 33.687-148.094zM21.28 20.376v115.968c9.573 3.68 20.1 5.844 30.845 5.844 47.224 0 85.094-37.857 85.094-85.063 0-12.952-3.6-25.453-9.126-36.75H21.28zm261.064 4.218c-2.53 57.284-29.825 119.79-80.438 170.406-50.32 50.323-112.865 78.132-169.875 80.938 69.022 23.803 148.777 8.1 203.845-46.97 55.27-55.273 70.648-135.174 46.47-204.374zM370 27.25c-3.388 76.7-39.92 160.386-107.688 228.156-67.376 67.38-151.135 104.617-227.468 108.375 92.413 31.87 199.205 10.833 272.937-62.905 74.006-74.01 94.596-180.97 62.22-273.625zm101.75 22.03c-4.192 94.902-49.43 198.427-133.28 282.283-83.365 83.37-186.99 129.475-281.44 134.125 114.347 39.432 246.492 13.42 337.72-77.813 91.567-91.574 117.06-223.95 77-338.594z" fill="#fff"/></svg>
<svg class="tc-image-originals-run tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M372.97 24.938c-8.67.168-17.816 3.644-26.69 10.28-12.618 9.44-24.074 25.203-30.5 44.844-6.424 19.642-6.48 39.12-1.874 54.157 4.608 15.036 13.375 25.225 24.97 29 11.593 3.772 24.724.72 37.343-8.72 12.618-9.44 24.074-25.234 30.5-44.875 6.424-19.642 6.512-39.12 1.905-54.156-4.607-15.038-13.404-25.196-25-28.97-2.9-.944-5.88-1.465-8.938-1.563-.573-.018-1.14-.01-1.718 0zm-155.69 69.78c-21.696.024-43.394 2.203-65.093 7.094-24.91 29.824-43.848 60.255-52.875 98.47l37.376 17.812c8.273-30.735 21.485-53.817 43.375-77 22.706-7.844 45.418-6.237 68.125 1.5-74.24 65.137-51.17 120.676-80.344 226.47-42.653 17.867-85.098 20.53-123.25-.002L23 415.625c59.418 27.09 125.736 29.818 190.844 0 20.368-43.443 27.214-88.603 25-132.906C295.31 354.663 323.11 398.2 338.78 498.56h57.94c-3.12-14.706-6.21-28.394-9.345-41.218-22.522-92.133-47.263-139.63-100.22-198.406 9.695-36.13 22.143-59.665 52.44-74.282 11.167 19.767 29.982 36.682 51.092 48.906l97.375 1.563.47-41.03L402 191.968c-8.05-5.556-14.925-11.73-20.75-18.314-14.886 9.08-32.024 12.563-48.156 7.313-18.422-5.997-31.143-21.962-37.063-41.282-3.482-11.37-4.742-24.05-3.686-37.25-25.017-4.884-50.047-7.746-75.063-7.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-rune-stone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M153.568 20.424L109.13 70.79l63.696 291.11-18.746 1.758L92.266 81.143 36.588 137.73 110.28 427.7l41.2-47.26 13.286 13.2-43.715 50.147L322.1 491.56l53.714-49.52-192.472-50.067 5.084-17.99 199.982 52.023 103.87-195.3-68.82-127.98-269.888-82.302zm81.912 51.892c80.62.774 168.87 79.368 155.422 164.98-28.148-67.998-92.725-132.962-165.6-115.685-63.013 14.94-5.186 80.4 65.82 97.693C369.54 238.4 459.874 302.575 400.1 365.79c-55.167 58.34-159.148 2.03-150.717-67.73 17.855 32.638 81.77 85.592 120.695 43.436 54.56-59.084-77.733-93.542-122.27-112.883-45.846-19.903-138.904-86.006-81.083-133.1 20.11-16.38 44.074-23.433 68.753-23.197zm21.893 61.647c7.13.043 15.174.844 23.918 2.453-25.35 11.378-30.295 31.156-25.52 54.936-48.725-35.784-36.897-57.624 1.603-57.39zm140.693 21.39c38.708 17.26 53.486 66.86 8.854 96.036 6.68-32.38 6.314-64.494-8.854-96.038zM246.77 246.485c5.027.003 10.616 1.487 15.886 4.53 12.047 6.955 17.874 19.418 13.014 27.836-4.86 8.417-18.567 9.603-30.613 2.648-12.047-6.955-17.872-19.418-13.012-27.836 2.734-4.735 8.265-7.18 14.726-7.178z" fill="#fff"/></svg>
<svg class="tc-image-originals-rune-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M495.063 17.063L323.375 64.374 19.03 368.72v56.155l297.47-297.47c22.103-22.1 44.235-31.255 61.656-30.53 38.327 1.594 54.864 49.01 5.844 98.03L85.312 493h54.72L446 187.03l49.063-169.968zM360.78 126l-18.686.313.375 22.968-22.97-.374-.313 18.688 23.594.406.408 23.594 18.687-.313-.375-22.968 22.97.375.31-18.687-23.592-.406L360.78 126zm-69.092 61.5l-18.22 4.125 7.188 31.906 1.313 5.876 5.874 1.22 31.22 6.593 3.873-18.282-13.593-2.875 12.53-12.5-13.218-13.22-13.312 13.313-3.656-16.156zm-49.72 38.25l-2.25 28.156-27.468 1.813 1.25 18.655 30.844-2.03 17.937 17.936 13.22-13.217-17.5-17.5 2.594-32.313-18.625-1.5zm-43.437 55.625l-18.28 3.875 7.22 34.125-34.845-6.875L149 330.844l48.72 9.594 13.874 2.718-2.938-13.844-10.125-47.937zm-57 76.094l-16.78 16.78L97.062 368l-4.093 18.25 26.06 5.875 5.345 25.344 18.313-3.845-5.375-25.53 17.437-17.408-13.22-13.218zm-57.155 44.936l-18.688.313.376 22.967-22.938-.375L42.812 444l23.563.375.406 23.594 18.69-.314-1.095-65.25zm-53.844 66.03l-11.5 11.533V493h13.407l11.313-11.344-13.22-13.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-rupee tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 25.076L107.053 130.004l64.996 32.486L247 106.297v-81.22zm18 0v81.22l74.95 56.194 65-32.488L265 25.076zm9.277 22.307l36.63 26.437c-25.125-4.207-29.74 9.2-37.348 28.8l.717-55.237zm-37.79 3.926l-.274 33.362c-22.052 1.182-56.787 14.423-107.893 43.99L236.488 51.31zM256 122.044l-74 55.48v156.948l74 55.482 74-55.482V177.527l-74-55.482zm4.215 17.67c-37.503 33.84-60.642 164.833-63.65 199.094l-.35-151.095 64-48zM99 146.1v219.8l65-32.488V178.588L99 146.1zm314 0l-65 32.488v154.824l65 32.488V146.1zm-301.352 23.31l40.473 20.83c-46.28 38.757-30.79 122.693-41.876 162.572l1.404-183.402zm60.4 180.1l-64.995 32.486L247 486.924v-81.22l-74.95-56.194zm167.903 0L265 405.703v81.22l139.947-104.927-64.996-32.486zm-169.415 17.172c-19.594 16.282-16.745 24.365 4.477 54.412l-44.246-38.018 39.77-16.394z"/></svg>
<svg class="tc-image-originals-saber-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M275.03 20c35.223 49.563 53.59 113.64 55.69 173.47C315.154 143 289.092 88.423 250.81 48.75c40.294 79.527 51.15 172.312 37.938 256.094-12.287-75.777-40.564-159.524-92.375-227.156 29.6 70.937 36.64 149.785 24.813 221.843-8.745-51.804-25.41-107.4-52.594-158.81 13.023 54.315 12.854 107.64 3.437 159.28l21.657 6.813 15 4.718-11.28 10.908c-10.68 10.332-19.868 21.905-27.345 34.343 93.614 35.486 232.952 64.53 298.032 41.376-41.02 56.466-210.332 13.822-309.313-18.687-1.514 3.775-2.918 7.594-4.124 11.467-3.014 9.686-5.023 19.61-6.062 29.657l176.47 66.375c98.5 31.095 150.5-24.62 158.655-81.72C505.253 254.472 485.016 105.66 426.06 20h-22.187c40.092 65.52 66.67 154.216 60.47 255.344-8.154-79.833-42.8-157.214-98.44-219.5 38.676 85.094 56.566 185.746 34.376 288.625.057-118.816-33.1-225.865-105.092-324.47H275.03zm-110.186 1.594c41.255 29.176 74.328 74.093 97.5 120.656-7.702-46.15-21.3-86.79-44-120.656h-53.5zm176.375 0c28.882 15.143 52.096 36.614 71.28 66.78-7.14-27.79-17.217-49.85-31.438-66.78H341.22zM123.686 304.406c2.528 21.65 1.07 43.31-4.062 64L18.812 336.344V366l91.938 29.094c-7.38 17.44-17.563 33.767-30.313 48.28l50.094 15.75c-3.038-24.898-1.136-49.885 6.282-73.718 7.446-23.92 20.223-46.108 37.032-65.22l-50.156-15.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-saber-tooth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M107.938 17.313c-64.05-.594-139.82 178.305-40.157 337.78C46.42 198.208 89.32 135.292 120.22 98.75c-5.237 44.174 3.966 104.642 35.186 171.313-3.883-99.417 20.93-155.205 37.688-188.813-2.532 40.235 9.096 98.635 32.28 158.688 6.373-75.308 23.287-126.69 30.564-160.094 7.276 33.403 24.19 84.782 30.562 160.094 23.203-60.1 34.806-118.544 32.25-158.782 16.757 33.598 41.637 89.394 37.75 188.906 31.22-66.67 40.424-127.138 35.188-171.312 30.9 36.54 73.765 99.462 52.406 256.344 118.12-189.008-10.15-405.3-73.313-317.72-.614.853-1.19 1.676-1.717 2.5-12.798-14.073-29.877-18.707-49.125-11.03-7.397 2.95-11.8 6.116-13.97 9.906-7.806-9.65-19.195-13.25-34.468-8.97-7.67 2.15-12.638 5.573-15.563 10.47-2.926-4.89-7.9-8.32-15.562-10.47-15.254-4.276-26.63-.684-34.438 8.94-2.175-3.78-6.62-6.933-14-9.876-19.248-7.677-36.296-3.043-49.093 11.03-.528-.824-1.104-1.647-1.72-2.5-9.868-13.684-21.325-19.952-33.186-20.062zm12.312 254.03c-38.28 148.97 18.404 251.585 73.938 216.688 7.56-4.75 11.073-9.09 11.593-13.905 8.243 11.194 20.33 15.146 36.47 9.938 7.026-2.268 11.393-5.666 13.688-10.375 2.294 4.71 6.66 8.107 13.687 10.375 16.14 5.208 28.227 1.256 36.47-9.938.52 4.816 4.032 9.155 11.592 13.906 55.534 34.898 112.218-67.716 73.938-216.686-15.7 109.287-57.585 155.766-76.313 181.97 9.146-34.875 3.78-94.316-14.25-163.564-13.933 79.56-38.066 129.646-45.125 159.563-7.06-29.918-31.192-80.01-45.125-159.563-18.03 69.248-23.364 128.69-14.218 163.563-18.727-26.203-60.645-72.682-76.344-181.97z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-sabers-choc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M286.313 15.688l-27.344 93.437-99.345-81.188 2.844 59.626-62.5-71.313 55.405 155.094L45.53 153.656l71.44 67.813-99.5 41.81 113.968 24.095-66.875 97.75 86.718.47.27-.16-53.226 76.985 98.78-66.066 25.552 94.302L283.5 384.75l51.313 99.97-20.25-102.876L429.53 424.5l-41-125.594 74.22-90-88.25-9.03 98-112.19-118.53 76.5 12.436-120.25-70.625 74.97-9.467-103.22zm-64.22 92.218c-1.85 32.582 5.535 54.595 29.22 88.75 3.503 5.053 7.998 11.39 13.218 18.5 27.253-31.716 53.06-65.5 72.283-95.875 9.52 26.452-16.487 79.21-51.032 123.75 14.97 18.868 32.62 39.58 51.033 57.97l17.78-17.78 13.22 13.217-23.657 23.657 42.03 42.03-13.217 13.22-42.033-42.03-23.656 23.655-13.217-13.22 18.187-18.188c-17.205-16.823-34.137-35.352-49.97-54.937-12.22 12.986-24.73 24.26-36.56 32.563 5.864 14.06 3.938 31.497-11.75 47.187l-23.657-23.688-48.657 48.657-13.22-13.22 48.626-48.624-23.625-23.656c15.812-15.81 35.026-16.877 50.094-9.688 12.003-11.6 24.51-24.447 37.032-38.062-12.025-16.877-23-34.274-32.468-51.844-23.307-43.25-21.733-65.31 14-82.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-sacrificial-dagger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M51.438 20.344c-.53.008-1.067.03-1.594.062-8.444.54-16.707 4.267-22.688 11.063-11.96 13.59-10.622 34.6 2.97 46.56 10.514 9.256 25.48 10.558 37.25 4.376 25.11 37.356 71.58 79.415 109.75 98.656l-54.763 62.22-75.75-35.29 60.188 52.973-.112.13 15 13.186L261.51 115.415l.02.033 19.35-21.986-74.84-65.868 44.355 70.222-58.05 65.967c-22.824-35.32-69.262-77.595-109.69-98.624C87.444 52.636 84.31 37.82 73.72 28.5c-6.372-5.607-14.352-8.287-22.282-8.156zm.968 18.562c3.184.107 6.34 1.312 8.97 3.625 6.008 5.29 6.57 14.18 1.28 20.19C57.368 68.727 48.51 69.29 42.5 64c-6.01-5.29-6.603-14.177-1.313-20.188 2.645-3.005 6.213-4.643 9.844-4.874.455-.03.92-.047 1.376-.032zM243.78 163.812L190.376 224.5l303.28 266.938c6.093-69.34-117.503-205.138-172.186-258.313-13.02 11.276-32.71 11.51-46-.188-13.484-11.865-15.638-31.819-5.626-46.218l-26.063-22.907z" fill="#fff"/></svg>
<svg class="tc-image-originals-sad-crab tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M406.125 63.5c-2.77-.006-5.507.245-8.22.75-.77.143-1.53.317-2.28.5 31.724 13.294 45.583 80.38 32.938 128.75-27.244-19-52.83-48.975-69.125-85.594-3.936 17.603-3.088 38.91 3.562 61.063 14.06 46.84 49.064 81.22 81.438 82.03 2.413 7.61 3.62 15.377 3.062 22.094-.574 6.91-2.73 12.567-6.75 16.937-2.736 2.975-6.457 5.54-11.813 7.345-11.156-26.96-54.428-49.023-111.875-58.406l7.782-26.94c8.59-1.858 15.03-9.477 15.03-18.624 0-10.544-8.55-19.094-19.093-19.094s-19.092 8.55-19.092 19.094c0 5.097 2.025 9.708 5.28 13.125l-8.656 29.907c-13.79-1.51-28.198-2.343-43.062-2.343-12.62 0-24.942.588-36.813 1.687l-8.312-28.75c4.017-3.5 6.563-8.628 6.563-14.374 0-10.544-8.55-19.062-19.094-19.062s-19.094 8.518-19.094 19.062c0 8.508 5.56 15.72 13.25 18.188l7.875 27.187c-60.053 8.706-105.796 31.093-117.78 58.72-6.512.095-11.185-1.353-14.72-3.5-4.69-2.85-7.91-7.31-10-13.53-1.948-5.8-2.573-13.033-2.094-20.533 30.84 5.723 70.265-21.42 91.19-64.125 7.964-16.257 12.164-32.583 12.874-47.406-22.317 26.172-51.152 45.68-79.5 56.5-2.78-45.638 26.937-103.885 62.53-103.687.704.003 1.42.043 2.126.093-4.063-4.068-8.93-7.238-14.563-9.282-4.936-1.79-10.156-2.61-15.562-2.56-29.19.264-63.354 26.15-82.313 64.843-19.433 39.662-16.518 79.807 5.063 97.343-1.662 11.733-1.12 23.82 2.563 34.78 3.15 9.38 8.978 18.053 18 23.533 7.033 4.27 15.684 6.4 25.562 6.155 9.402 9.173 18.922 17.656 29.375 25.22C92.165 360.824 83.33 393.616 84 429.5l18.688-.375c-.648-34.763 8.662-63.02 25.937-78.03 5.72 3.274 11.766 6.282 18.22 9.03-10.153 19.133-14.64 43.44-14.157 69.375l18.687-.375c-.466-25.03 4.23-46.694 13.344-62.47 5.153 1.6 10.558 3.06 16.25 4.345-3.35 16.865-4.853 36.836-4.657 58.406L195 429.22c-.187-20.688 1.315-39.628 4.344-54.783 16.303 2.444 34.742 3.75 55.906 3.75 25.547 0 47.04-1.858 65.625-5.312.082.386.17.765.25 1.156 3.083 15.22 4.595 34.32 4.406 55.19l18.69.186c.197-21.862-1.338-42.087-4.783-59.094-.108-.537-.23-1.062-.343-1.593 5.266-1.43 10.307-2.996 15.094-4.72 10.175 15.957 15.462 38.65 14.968 65.125l18.656.375c.514-27.556-4.59-53.282-16.125-72.906 5.594-2.73 10.886-5.675 15.938-8.844 20.01 13.876 30.888 43.84 30.188 81.375l18.687.375c.718-38.435-9.458-73.327-32.844-93.03 7.506-5.86 14.638-12.214 21.688-19 12.43-2.21 22.325-7.357 29.156-14.783 7.275-7.907 10.788-17.947 11.625-28.03.755-9.095-.477-18.37-3.063-27.25 28.068-12.473 39.56-55.32 25.594-101.845C474.44 98.2 438.8 63.566 406.126 63.5zm-71.188 206.188l51.532 43.53-45.626-22.28-32.156 35.187-5.782 6.344-6.812-5.25-41.97-32.314-32.905 34.28-6.69 7.002-6.75-6.97-32.905-33.968-40.063 20.125 47.032-39.75 1.656 1.688 30.938 31.937 32-33.344 5.812-6.062 6.625 5.125 41.813 32.217 31.062-34 3.188-3.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-saddle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M441.65 24.393a9.077 9.077 0 0 0-1.452.08c-4.125.547-9.426 3.87-11.367 11.46-5.247 20.526-12.76 40.182-17.077 50.79.086.108.178.21.264.318 6.13 7.756 11.292 17.36 15.593 27.788.75 1.816 1.46 3.66 2.157 5.518 5.272-.53 10.743-1.793 16.45-3.975 5.046-13.438 7.054-23.478 7.08-35.225.025-12.816-2.37-28.172-6.112-51.424-.447-2.777-1.324-3.7-2.34-4.394-.763-.52-1.835-.894-3.194-.933zM56.648 30.627c-4.033.01-7.61.662-9.5 1.457-.97.408-1.215.48-1.326.486-.508 14.077 3.406 30.818 10.277 44.497 6.895 13.727 16.732 23.946 25.94 27.115 21.892 7.53 54.657 9.57 90.7-15.656-18.006-6.55-32.917-9.786-46.672-14.436-17.293-5.846-32.997-15.124-46.416-35.773-1.404-2.16-11.79-7.233-21.25-7.653-.59-.026-1.176-.038-1.753-.037zM286.503 86.06c-4.53.004-9.036.025-13.514.065-24.478.218-48.16.99-71.243 2.25l-5.096 4.39a169.545 169.545 0 0 1-8.145 6.59c68.666 4.997 135.053 6.64 210.28.03-.297-.395-.593-.807-.89-1.182-4.478-5.666-8.872-8.65-11.84-9.428-34.768-1.863-67.832-2.738-99.552-2.714zm-123.61 29.007c-9.457 4.496-18.745 7.532-27.705 9.42 6.326 8.607 13.46 17.135 21.297 24.94 20.7 20.617 45.453 35.555 71.22 35.358L422.29 169.97c-.812-14.37-4.874-32.65-11.32-48.277a135.863 135.863 0 0 0-2.258-5.142c-88.857 8.45-165.386 5.506-245.848-1.128l.03-.355zm-84.03 7.015l-24.727.656c-.194.28-.545.824-1.055 2.14-1.08 2.79-2.008 7.784-2.23 13.94-.443 12.314 1.66 29.28 6.026 46.006 4.367 16.728 11.03 33.32 18.975 45.23 7.814 11.716 16.262 18.076 24.17 18.694l10.555-.96-3.46-32.505c-14.402-1.814-26.805-12.138-26.805-26.59 0-15.955 15.114-26.88 31.347-26.88 16.234 0 31.348 10.925 31.348 26.88 0 11.39-7.71 20.214-18.027 24.33l3.525 33.135 94.957-8.633c-20.206-3.435-38.645-21.4-48.62-50.564-11.286-6.858-21.688-15.45-31.056-24.778-11.12-11.074-20.865-23.257-29.04-35.244-13.365.387-25.55-1.62-35.882-4.856zm372.52 11.656a81.027 81.027 0 0 1-16.054 4.024c3.787 14.243 5.774 28.595 5.237 40.92l-.347 7.976-31.387 2.39a476.762 476.762 0 0 1 6.043 31.077l32.873-2.988c18.517-18.74 21.183-37.714 16.378-56.412-2.415-9.398-6.998-18.61-12.746-26.987zm-339.726 46.075c-8.45 0-13.347 5.084-13.347 8.88 0 3.793 4.896 8.875 13.347 8.875 8.452 0 13.348-5.082 13.348-8.876 0-3.795-4.896-8.88-13.348-8.88zm278.887 10.627l-95.22 7.25c26.347 58.248 31.033 115.17 23.38 170.486 22.613 2.476 44.69 3.89 60.373.932 8.888-1.678 15.438-4.64 19.492-8.598 4.054-3.958 6.427-8.995 6.376-18.035-.278-49.916-2.173-100.274-14.402-152.035zm-190.56 8.082c8.255 13.282 18.5 20.036 26.857 21.33 6.08.94 11.3-.463 16.108-4.647 3.426-2.98 6.64-7.613 8.975-14.21l-23.6 1.796-.297.003c-9.715.095-19.078-1.46-28.04-4.27zm76.203.625l-5.112.388c-2.987 12.56-8.576 22.517-16.31 29.248a37.803 37.803 0 0 1-11.782 6.97l46.49-4.228c-3.662-10.72-8.076-21.508-13.286-32.378zM130.66 264.04l-17.927 1.628c4.787 61.848 3.29 124.66-6.496 188.85l17.793 2.713c10.02-65.73 11.533-130.037 6.63-193.19zm271.593 116.155l-10.367 3.98c-15.544 5.968-36.597 5.06-52.77 3.743l-12.793-1.043 3.38 12.383 8.24 30.184c-3.815 8.488-6.973 15.055-8.16 22.76-1.275 8.288.454 16.908 4.99 27.24 1.728 3.937 4.332 4.995 6.076 5.748 1.742.752 3.262 1.103 4.89 1.404 3.253.6 6.896.86 11.095.967 8.397.216 18.84-.275 29.324-1.31 10.482-1.035 20.903-2.592 29.34-4.723 4.22-1.065 7.92-2.224 11.247-3.87 3.33-1.644 7.684-3.568 8.9-10.155 2.61-14.132-6.05-25.697-13.43-34.572-5.61-6.748-11.366-12.007-13.825-14.16l-6.14-38.575zM387.83 404.11l1.8 11.306-35.613 4.56-3.614-13.24c11.506.588 24.607.396 37.428-2.627zm10.566 29.925a99.39 99.39 0 0 1 9.982 10.4c5.098 6.133 8.577 13.233 9.316 17.446-1.512.652-3.593 1.435-6.6 2.194-6.995 1.766-16.85 3.29-26.704 4.264-9.855.973-19.81 1.416-27.092 1.23-3.22-.084-5.614-.338-7.33-.597-2.53-6.463-2.982-10.203-2.393-14.03.553-3.59 2.7-8.704 5.653-15.42l45.168-5.485z"/></svg>
<svg class="tc-image-originals-safety-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M453.096 68.55c-15.573-15.573-39.254-25.555-62.635-27.537-23.38-1.98-45.7 4.102-58.84 17.242l-55.593 55.592 40.055 40.054 58.762-15.03a23.294 21.14 45 0 1 1.985-26.995 23.294 21.14 45 0 1 31.42 1.52 23.294 21.14 45 0 1 1.522 31.423 23.294 21.14 45 0 1-26.998 1.988l-15.03 58.758L407.8 245.62l55.59-55.593c13.14-13.14 19.224-35.46 17.243-58.842-1.98-23.38-11.964-47.062-27.537-62.635zM208.488 21.342l-28.57 43.076-140.32 327.15c-14.33 25.316-10.752 58.19 10.77 79.71 25.838 25.84 68.048 25.84 93.887 0l15.323-15.322c3.484-9.32 5.35-20.678 4.01-33.593-.482-16.35-6.913-32.552-19.333-44.972-18.608-18.607-45.707-23.812-69.068-15.618l123.998-289.09 9.303-51.34zm150.72 205.335l-177.68 177.68c2.314 9.15 3.345 17.964 3.34 26.308L374.034 241.5l-14.824-14.823zM129.432 392.215c17.828 17.827 17.828 46.413 0 64.24-17.826 17.826-46.41 17.826-64.238 0-11.94-11.94-15.87-28.7-11.818-43.825l5.094-11.873c1.855-3.034 4.09-5.908 6.724-8.542 17.827-17.826 46.412-17.826 64.24 0z"/></svg>
<svg class="tc-image-originals-sai tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M476.953 34.873C470.795 28.715 237.497 251.72 162.997 326.2l22.628 22.628C261.473 273.082 483.11 41.03 476.953 34.873zM233.747 166.356c-.24-.24-.6-.335-1.07-.293-9.55.855-113.11 97.3-143.888 124.035-3.515 3.515-3.515 9.213 0 12.728l43.84 43.842-13.442 13.504 32.53 32.53 13.443-13.507L209 423.037c3.515 3.514 9.213 3.514 12.728 0 28.048-32.29 129.91-138.957 123.743-144.957L215.363 403.944l-107.48-107.48zm-120.442 213.39l-2.346 21.12 21.12-2.346zm14.072 37.406l-18.455 2.05-2.062 18.564zM94.63 384.844L74.666 404.9l17.955-1.996zm-4.045 36.396l-32.575 3.62 28.955 28.958zM44.82 434.232l-9.9 9.9 33.122 33.12 9.902-9.896z"/></svg>
<svg class="tc-image-originals-sailboat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M199.256 74.5v285H27.744l25.998 78H380.255l104-78h-267v-285h-18zm18 18c36.787 88.85 64.94 216 0 250h208c22-34-11.905-164.76-208-250zm-36 0c-33.046 69.333-50 200-144 250h144v-250z"/></svg>
<svg class="tc-image-originals-salamander tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M219.625 29.53c-12.538-.106-25.858 3.616-39.28 12.564 77.186 8.638 65.824 91.408 14.093 106.22-65.397 18.72-131.322-23.752-98.344-99.22-39.672 18.982-42.17 80.845-12.938 111.47 69.51 72.817-14.83 123.93-34.47 45.624C9.5 331.743 93.523 493.498 291.813 493.5c250.698-.002 252.782-333.456 100-373.844 86.185 87.665-74.57 189.996-62.437 34.656-27.695 69.08-76.458 7.888-47.844-20.343 31.94-31.515-7.574-103.974-61.905-104.44zm.125 145.095c23.755.16 44.78 10.33 51 34.938-19.56-33.796-88.924-11.042-103.906 20.125-18.36 38.184 19.022 68.417 56.187 85.468 6.244-.715 12.503-.975 18.72-.78 19.358-12.103 21.215-29.69 8.625-52.157l-1.906 1.467c-20.405 15.685-29.742-.137-11.095-14.468-16.72-21.752-.014-29.968 14.47-11.126 22.853-17.57 32.77-2.2 11.093 14.47l-.563.405c20.496 21.81 27.934 42.197 12.438 66.25 19.763 5.052 38.288 13.558 54 23.217 8.096-16.49 19.885-29.854 36.968-40.656l-.592-1.092c-7.66-14.315-5.367-23.648.625-23.532 4.1.08 9.912 4.58 15.437 14.906 20.958-11.208 32.81 3.15 8.625 16.094 11.094 20.734-3.953 31.316-16.094 8.625l-.686-1.31c-12.243 10.597-22.677 22.63-28.656 37.624 7.44 5.622 13.878 11.35 19 16.812 1.334 1.424 3.233 1.894 5.343 1.844 2.145-4.647 5.512-8.72 10.22-11.688-1.613-7.725 3.21-15.35 10.938-17.156 7.84-1.832 15.7 3.034 17.53 10.875.113.48.188.96.25 1.44 57.592 2.342 62.316 27.272 12.907 55.342.18.508.343 1.026.47 1.563 1.83 7.84-3.035 15.7-10.876 17.53-7.605 1.778-15.192-2.757-17.314-10.186-11.75-1.01-20.288-9.33-24.375-19.69-4.445-3.454-13.355-2.05-19.717-.56-13.116 3.064-26.855 3.884-40.72 2.842-12.748 7.078-19.934 15.087-14.03 32.313l3.093-1.563c22.982-11.585 29.222 5.73 8.22 16.313 12.348 24.497-5.582 29.44-16.282 8.22-25.544 12.876-32.512-3.75-8.75-16.033-7.552-18.248-7-32.414 3.25-42.937-13.7-3.07-27.22-7.747-40.094-13.656-14.596 21.743-34.015 38.664-64.75 39.967l.063 2.22c.767 27.335-17.44 29.345-18.25.53-23.758.675-27.943-17.473-.532-18.25-.672-23.505 17.523-26.23 18.25-.5l.032 1.188c20.135-6.54 34.9-20.422 39.532-39.094-7.37-4.68-14.354-9.76-20.813-15.124-52.572-27.142-84.692-94.312-56.75-141.5 13.864-23.41 48.928-39.736 79.47-39.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-saloon-doors tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 73.098c-54.26 1.974-69.31 21.918-90.365 44.886-21.25 23.18-48.362 48.605-115.635 50.71v78.208h16v98H41v94h206V73.098zm18 0v365.804h206v-94h-16v-98h16v-78.207c-67.273-2.106-94.386-27.53-115.635-50.71C334.31 95.014 319.26 75.07 265 73.097zm-87 45.804h54v18h-54v-18zm102 0h54v18h-54v-18zm-136 32h88v18h-88v-18zm136 0h88v18h-88v-18zm-216 32h168v18H64v-18zm216 0h168v18H280v-18zm-216 32h168v18H64v-18zm216 0h168v18H280v-18zm-208 32h160v18H72v-18zm208 0h160v18H280v-18zm-255 18v62h14v-62H25zm448 0v62h14v-62h-14zm-401 14h160v18H72v-18zm208 0h160v18H280v-18zm-208 32h160v18H72v-18zm208 0h160v18H280v-18zm-208 32h160v18H64l8-18zm208 0h160l8 18H280v-18zm-216 32h168v18H64v-18zm216 0h168v18H280v-18zm-216 32h168v18H64v-18zm216 0h168v18H280v-18z"/></svg>
<svg class="tc-image-originals-salt-shaker tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M279.406 20c-22.566.257-41.433 6.548-53.187 18.844l-.626-.375-1.78 3.093c-1.508 1.848-2.89 3.787-4.095 5.874-1.197 2.07-2.19 4.228-3.032 6.438l-36.125 62.563-4.688 8.124-5.313 9.188c-.077.134-.142.272-.218.406L62.064 321.72c-12.087 20.93-7.338 47.287 7.248 71.717 14.587 24.43 39.327 48.134 71.032 66.438 31.704 18.304 64.58 27.864 93.03 28.28 28.452.42 53.666-8.63 65.75-29.56l108.532-187.97 4.625-8 4.626-8.063 36.53-63.25c1.662-1.983 3.163-4.11 4.47-6.375 1.29-2.232 2.338-4.543 3.22-6.937l.812-1.375-.282-.156c12.272-37.432-23.027-92.36-84-127.564-33.91-19.578-69.14-29.237-98.25-28.906zm32.97 19.313c4.743.044 10.416 1.66 15.874 4.812 10.916 6.302 16.874 16.395 13.313 22.563-3.562 6.167-15.303 6.052-26.22-.25-10.916-6.303-16.873-16.395-13.312-22.563 1.782-3.084 5.6-4.607 10.345-4.563zm-57.095 7.593c4.745.044 10.387 1.662 15.845 4.813 10.916 6.3 16.905 16.393 13.344 22.56-3.563 6.17-15.304 6.054-26.22-.25-10.916-6.3-16.874-16.393-13.313-22.56 1.78-3.085 5.6-4.608 10.344-4.564zm133 36.22c4.745.043 10.387 1.66 15.845 4.81 10.916 6.304 16.905 16.396 13.344 22.564-3.563 6.168-15.304 6.084-26.22-.22-10.916-6.3-16.874-16.425-13.313-22.593 1.78-3.083 5.6-4.606 10.344-4.562zm-171.717 8.343c3.616 12.197 10.345 24.915 19.75 37.374L195.5 198.438c-.536-.846-1.09-1.69-1.594-2.532-12.515-20.96-14.71-39.73-7.156-52.812l29.813-51.625zM335.125 93c4.744.044 10.417 1.66 15.875 4.813 10.916 6.302 16.874 16.425 13.313 22.593-3.562 6.168-15.303 6.053-26.22-.25-10.916-6.302-16.873-16.426-13.312-22.594 1.782-3.083 5.6-4.606 10.345-4.562zM275.5 103.188c4.744.044 10.386 1.66 15.844 4.812 10.916 6.302 16.874 16.395 13.312 22.563-3.56 6.167-15.27 6.083-26.187-.22-10.918-6.302-16.906-16.425-13.345-22.593 1.78-3.084 5.63-4.607 10.375-4.563zm138.688 35.468c4.743.044 10.416 1.662 15.875 4.813 10.916 6.3 16.873 16.393 13.312 22.56-3.56 6.17-15.302 6.054-26.22-.25-10.915-6.3-16.873-16.393-13.31-22.56 1.78-3.085 5.6-4.608 10.342-4.564zm-62.813 8.375c4.744.045 10.417 1.63 15.875 4.782 10.916 6.303 16.874 16.426 13.313 22.594-3.562 6.168-15.303 6.053-26.22-.25-10.916-6.302-16.873-16.426-13.312-22.594 1.782-3.083 5.6-4.575 10.345-4.53zm-75.906 20.25c5.026 3.787 10.32 7.44 15.842 10.94l-41.718 72.25c-5.707-3.656-11.103-7.494-16.188-11.47l42.063-71.72zm32 20.345c41.19 21.913 83.48 29.3 113.78 22.063l-29.78 51.593c-7.556 13.086-24.873 20.578-49.283 20.22-22.31-.327-49.572-7.498-76.437-21.625l41.72-72.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-sands-of-time tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M115.063 21.97v9.343c0 101.953 38.158 189.648 96.343 222.093v6.094c-58.186 32.445-96.344 120.14-96.344 222.094v9.344H401.81v-9.344c0-102.552-38.804-190.274-97.53-222.188V253.5c58.722-31.917 97.53-119.64 97.53-222.188V21.97H115.06zM134 40.655h248.875c-2.477 96.445-42.742 175.523-91.938 198.906l-5.343 2.532V270.844l5.344 2.53c49.193 23.383 89.456 102.438 91.937 198.876H134c2.456-95.898 42.125-175.078 90.875-198.938l5.25-2.562v-28.594l-5.25-2.562c-48.748-23.86-88.42-103.04-90.875-198.938zm213.656 86.125c-57.607 27.81-124.526 27.84-177.562 4.095C184.748 181.78 213.91 218.012 248.22 224c-1.54 2.047-2.47 4.585-2.47 7.344 0 6.76 5.488 12.25 12.25 12.25s12.25-5.49 12.25-12.25c0-2.72-.907-5.218-2.406-7.25 35.426-5.88 65.488-44.07 79.812-97.313zM258 258.626c-6.762 0-12.25 5.488-12.25 12.25s5.488 12.25 12.25 12.25 12.25-5.488 12.25-12.25-5.488-12.25-12.25-12.25zm0 39.28c-6.762 0-12.25 5.49-12.25 12.25 0 6.763 5.488 12.25 12.25 12.25s12.25-5.487 12.25-12.25c0-6.76-5.488-12.25-12.25-12.25zm0 39.533c-6.762 0-12.25 5.488-12.25 12.25 0 6.76 5.488 12.25 12.25 12.25s12.25-5.49 12.25-12.25c0-6.762-5.488-12.25-12.25-12.25zm.125 39.906c-23.21.28-46.19 25.77-75.813 75.656h153c-30.523-51.003-53.977-75.936-77.187-75.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-saphir tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M413.47 20.25l-11.47 4L84.97 134.72 78.437 137l.406 6.875L97.78 478.47l.69 12.124 11.468-4 317.03-110.47 6.5-2.28-.374-6.906-18.938-334.563-.687-12.125zm-31.533 30.375l-43.375 64.75-180.75 63.375-36.78-24.53c74.22 12.515 196.82-52.49 257.124-102.282l3.78-1.313zm16.032 19.688l15.78 279.125-49.313-32.875-4.187-76.47c18.567-45.422 32.45-114.342 37.72-169.78zm-63.44 67.75l9.69 176.187-166.876 58.5-2.78-50.47c48.082 9.04 83.113-8.624 104.342-38.25-27.814-3.42-46.384-30.984-43.094-60.28 3.174-28.257 24.982-51.253 51.72-52.313 1.782-.07 3.615-.035 5.437.094 2.458.176 4.837.56 7.155 1.095-1.355-6.985-3.194-13.86-5.5-20.563l39.906-14zM117.78 174.5l29.657 19.78 10.47 190.814-43.407 64.812-.188-3.656c24.146-101.32 36.74-217.525 3.47-271.75zm172.095 22.625c-13.068-.123-26.546 12.068-28.5 29.47-2.017 17.96 8.33 31.076 21.78 32.03 13.452.954 27.765-11.444 29.783-29.406 2.017-17.963-8.363-31.08-21.813-32.032-.42-.03-.828-.06-1.25-.063zm64.156 134.97l49.283 32.874-254.938 88.81c48.305-26.555 103.147-64.172 135.594-97.124l70.06-24.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-sattelite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M314.125 45.125l-36.28 10.97 26.717 38.874L340.844 84l-26.72-38.875zM260.47 61.313l-43 13 26.686 38.874 41.625-12.562-26.467-38.5 1.156-.813zm91.467 38.874l-36.28 10.938 27.374 39.813L379.314 140l-27.375-39.813zM120.47 107.78l-36.282 10.94 26.718 38.905 36.28-10.97-26.717-38.874zm176.405 9.032l-41.594 12.563 12.814 18.656c13.59 1.764 26.138 6.878 36.844 14.44l19.312-5.845-27.375-39.813zm-230.03 7.157l-43 12.968 26.718 38.906 41.562-12.563-26.47-38.5 1.19-.81zm323.56 32.155l-36.28 10.97 25.97 37.81 36.28-10.936-25.97-37.845zm-232.092 6.72L122 173.78l27.375 39.814 36.28-10.938-27.343-39.812zm99.125 3.186c-22.736 0-42.626 11.753-53.97 29.532l66.782 97.188c6.682-1.346 12.98-3.725 18.72-6.97l7.874 11.69 15.78-10.033-8.874-13.187c10.95-11.475 17.656-27.028 17.656-44.22 0-35.446-28.52-64-63.97-64zm77.906 6.75l-14.438 4.345c9.396 11.262 15.84 25.07 18.188 40.188l22.22-6.72-25.97-37.812zm-232.125 6.69L61.655 192l27.313 39.813 41.593-12.563-27.344-39.78zm324.28 30.655l-36.28 10.97 27.342 39.81 36.313-10.967-27.375-39.813zm-230.72 8.688l-36.31 10.968 25.968 37.782 36.312-10.968-25.97-37.78zm175.657 7.937l-32.625 9.875c-.35 4.407-1.012 8.72-2.03 12.906l20.312 29.595 41.687-12.563-27.342-39.812zm-230.75 8.688L100.094 248l25.97 37.813 41.592-12.594-25.97-37.783zm324.282 30.656l-36.314 10.97 26 37.81 36.313-10.937-26-37.843zm-232.095 6.687l-36.313 10.97 27.344 39.78 36.313-10.967-27.345-39.782zm177.03 9.94L369.22 295.31l25.967 37.813 41.688-12.563-25.97-37.843zm-232.124 6.686l-41.624 12.563 27.313 39.81 41.655-12.592-27.344-39.782zm152.314 8.47L301.78 316.5l37.314 58.656 29.312-18.625-37.312-58.655zm-58.75 30.874l-36.313 10.97 26 37.81 36.314-10.936-26-37.844zm-55.094 16.625l-41.656 12.594 25.97 37.81 41.655-12.56-25.97-37.845zm178.313 20.875c-36.29.507-64.44 29.054-70.375 64.844L368.5 404l9.72 14.406c-1.222 2.47-1.908 5.245-1.908 8.188 0 10.222 8.278 18.53 18.5 18.53 10.223 0 18.5-8.308 18.5-18.53 0-10.223-8.277-18.5-18.5-18.5-.335 0-.67.045-1 .062l-9.437-14.062 37.438-23.438c-9.068-3.125-17.876-4.523-26.25-4.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-saw-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M25.313 16.78V235.5c13.37 27.573 58.125 15.47 57.187-5.094l-.72.344c-12.918-25.814-3.11-55.896 16.595-83.156 19.705-27.26 49.982-53.282 83.313-73.844 33.33-20.562 69.625-35.658 102.218-39.938 4.074-.534 8.108-.915 12.063-1.093 1.482-.068 2.942-.113 4.405-.126 10.244-.09 20 1.18 29 4.125 10.333 3.382 19.63 9.2 26.906 17.436 16.08 11.61 43.625-11.567 14.126-37.375H25.312zM301.75 51.313c-4.876-.02-10.032.326-15.406 1.032-17.115 2.247-36.34 8.196-55.78 16.75 102.868 97.69 149.218 205.882 159.78 326.062C357.356 289.77 301.584 165.66 185.28 93.594c-29.122 18.857-55.263 42.13-71.75 64.937-16.258 22.494-22.568 43.2-16.78 59.69l.03-.032c.294.666.578 1.31.907 1.968 22.068 6.418 43.226 14.086 63.438 22.875l-37.875 20.626 91.188 11.313-41.313 31.467 93.688 11.5-39.438 25.094 88.72 21.72-40.47 16.5 84.22 37.563-39.876 8.968 95.967 65.095c.09.2.19.395.282.594.03-.116.06-.23.092-.345l.125.094-.093-.22c40.1-144.19 17.276-273.748-70.5-421.47-.847-1.423-1.734-2.776-2.688-4.06-.172-.234-.355-.46-.53-.69-.16-.185-.31-.38-.47-.56-4.88-5.542-11.032-9.276-18.594-11.75-6.333-2.075-13.686-3.123-21.812-3.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-sawed-off-shotgun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M472.133 19.812L162.52 197.03l21.996 34.133L483.97 38.183l-11.837-18.37zm-71.897 93.748l-117.627 75.8 16.35 10.41c45.98-32.88 82.61-61.844 100.483-82.544l.793-3.666zm-134.283 86.535l-100.125 64.523 20.48 12.13c34.023-22.565 66.99-44.805 96.788-65.74l-17.143-10.913zm-118.826 6.277l-6.227 4.012c-6.594 19.98-1.4 36.31 7.81 43.852l20.677-13.323-22.26-34.54zm-23.71 42.045c-5.512 5.532-12.928 13.198-22.288 23.64-17.225 19.212-36.353 43.545-43.47 60.405-18.543 43.928-15.34 97.99-18 147.736 2.41 7.08 5.408 9.92 8.197 11.137 2.96 1.292 6.896 1.194 11.74-.824 9.393-3.91 19.696-15.595 22.262-25.282-.174-2.232-.92-12.117-1.237-25.643-.356-15.14-.246-33.002 2.63-46.297 5.15-23.82 13.395-49.19 30.268-69.05 10.193-11.993 27.132-22.48 41.92-30.848 4.68-2.65 8.665-4.724 12.415-6.65-19.88-12.29-36.656-17.7-44.437-38.323zm-57.75 37.793l-37.638 9.64L43.6 320.01c5.432-11.014 13.33-22.587 22.064-33.8zm125.86 8.82l-1.154.532s-6.765 3.116-16.096 8.043c-.25 10.99-5.59 19.736-12.617 25.5-5.492 4.505-12.02 6.843-17.803 6.695-4.355-.112-8.346-1.367-12.013-4.55-1.8 1.62-3.36 3.18-4.606 4.644-2.444 2.876-4.69 5.96-6.77 9.197 6.78 5.595 14.91 8.5 22.928 8.704 10.763.276 21.213-3.827 29.68-10.773 12.754-10.462 20.973-28.17 18.45-47.99z"/></svg>
<svg class="tc-image-originals-scale-mail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M174.688 61.094L144.155 78.72c60.143 71.885 171.856 69.547 222.78 0l-30.53-17.626c-11.46 23.49-43.57 40.625-81.156 40.625-37.586 0-69.1-17.137-80.563-40.626zm208.5 27c-5.07 7.136-10.657 13.675-16.72 19.594l18.97 34.343 22.03-39.905-24.28-14.03zm-255.438.094L53.937 130.81l66.876 112.375 33.874-19.656-2.78 62.595 12.53 22.656 20.75-37.56-15.375-27.814 16.344-9.03 22.78 41.218 22.75-41.22 16.345 9.032-30.936 56-8.156 14.813-8.188-14.814-4.906-8.875-23.25 42.064-8.188 14.812-8.156-14.812-5.938-10.72-3.5 78.938h81.97l-28.532-51.687 16.375-9.03 22.75 41.217 22.75-41.218.53.28-13.874-25.093 16.345-9.03 22.75 41.22 22.78-41.22L312 307l-14.72-26.656 16.376-9.03 22.75 41.186 22.72-41.125L357 223.53l33 19.157 66.72-112.156-33.033-19.06-30.062 54.405-8.188 14.813-8.187-14.813-6.438-11.656-25.718 46.593-8.188 14.812-8.156-14.813-6.75-12.218-25.438 46.062-8.156 14.813-8.187-14.814-30.94-56 16.376-9.03 22.75 41.186 22.75-41.187.563.313-13.564-24.563c-29.667 7.446-61.705 6.438-91.687-3.188l-25.814 46.75-8.187 14.813-8.19-14.813-5.624-10.218-20.25 36.624-8.187 14.812-8.157-14.812-30.938-56 16.344-9.03 22.78 41.217 17.72-32.124-14.595-26.47 16.344-9.03 19.56 35.406.064.032-.03.03 3.155 5.72 16.374-29.656c-22.918-10.325-44.015-26.047-61.094-47.25zm224.22 31.874c-10.98 8.186-22.995 14.723-35.658 19.594l20.625 37.313 22.75-41.22 1.344.75-9.06-16.438zm120.936 19.813l-66.75 112.188 22.906 13.28L493.875 152l-20.97-12.125zm-435.156.28L17.22 152l65.405 113.344 22-12.78L37.75 140.154zm322.97 167.032l-16.126 29.188-8.188 14.813-8.187-14.813-6.44-11.656-25.717 46.56-8.188 14.814-8.156-14.813-6.75-12.217-23.033 41.75h114.938l-4.156-93.625zM146 419.5l-1.22 27.25h222.126l-1.22-27.25h-126.06l-.25.47-.25-.47H146z" fill="#fff"/></svg>
<svg class="tc-image-originals-scales tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.47 53.094s-4.808 37.12-49.5 49.5c-44.695 12.38-129.282 0-129.282 0L61.343 115.78l8.187 9.157-1.093 2.876-51.843 137.312L16 266.72v1.717c0 18.897 8.253 34.243 20.344 44 12.09 9.758 27.563 14.31 42.937 14.313 15.376.003 30.878-4.556 42.97-14.313 12.092-9.756 20.344-25.094 20.344-44v-1.843l-.688-1.688L86.97 130.28c23.946-3.003 80.866-8.54 115.5 1.532 23.064 6.71 36.151 20.345 43.436 31.97L210.78 354.468l21.407 30.31c-17.75 7.75-32.593 24.84-37.562 51.345-56.076 6.195-95.47 20.74-95.47 37.688h311.876c0-16.947-39.392-31.493-95.467-37.688-4.91-26.6-19.57-44.112-37.188-51.906l21-29.75L264 162.28c7.457-11.275 20.388-24.045 42.47-30.468 34.955-10.167 92.615-4.42 116.155-1.437l-50.875 134.75-.625 1.594v1.717c0 18.897 8.253 34.243 20.344 44 12.09 9.758 27.593 14.31 42.967 14.313 15.375.003 30.877-4.556 42.97-14.313 12.09-9.756 20.343-25.094 20.343-44v-1.843l-.688-1.688L441 127.562l-.938-2.28 8.782-8.438-15.594-14.25s-84.556 12.38-129.25 0-49.53-49.5-49.53-49.5zM77.53 156.656l44.22 108.375H36.594L77.53 156.657zm355.158 0l44.218 108.375H391.72l40.967-108.374z" fill="#fff"/></svg>
<svg class="tc-image-originals-scallop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.844 73.406l1.625 214.47-18.69.155-1.655-214.342C206.358 75.24 172.012 82.588 141 95.78c36.116 61.6 59.493 126.474 75.813 196.5l-18.22 4.25C182.46 227.29 159.504 163.924 124 103.78c-37.016 19.19-67.986 47.49-87.156 84.97 57.884 24.66 105.126 67.86 140.937 118.688l-15.28 10.75c-34.284-48.66-79.092-89.328-133.28-112.344-8.57 22.082-13.345 46.943-13.345 74.594 95.028 17.855 145.516 75.937 151.406 92 3.752 10.228-27.905 21.074-27.905 38.156 0 12.34 25.52 20.537 59.668 24.67-3.846-4.94-7.694-10.374-11.59-16.31l15.625-10.255c9.802 14.937 18.996 25.865 27.354 32.73 8.358 6.864 15.493 9.632 22.423 9.68 13.862.094 31.592-12.316 53.723-42.776l15.12 10.984c-4.31 5.93-8.553 11.385-12.76 16.35 36.362-4.006 64.125-12.375 64.125-25.074 0-17.92-35.487-28.412-33.72-39.97 2.31-15.09 55.528-74.91 156.626-90.187 0-28.807-5.284-54.622-14.72-77.437-57.322 22.41-104.478 64.46-140.22 115.188l-15.28-10.75c37.145-52.72 86.607-97.216 147.47-121.344-20.457-37.87-53.207-66.233-92.064-85.03-36.426 60.947-59.84 125.186-76.22 195.467l-18.186-4.25c16.523-70.893 40.278-136.5 77.156-198.78-32.42-12.835-68.166-19.55-104.062-20.094z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-scalpel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M486.594 19.438l-212.53 169.468c11.276 6.004 20.268 16.362 25.436 28.156 1.943 4.434 3.305 9.2 4 14.094 80.446 34.536 191.193-106.27 183.094-211.72zM252.03 202.125c-1.268.034-2.38.253-4.53.75-4.932 1.14-8.54 2.213-12.03 5L18.22 382.063v27.78l233.218-184.937 11.625 14.656L18.22 433.656v32.53l255.81-204.155c13.41-10.704 14.012-24.534 8.345-37.467-5.662-12.923-18.25-22.68-30.313-22.438h-.03z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-scalpel-strike tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M98.125 18.75c50.57 46.07 104.128 90.743 158.938 134.72l-2.344 30.374c71.727 59.403 153.822 113.5 236.53 166.437-67.922-115.03-145.68-225.91-228.47-331.53h-54.31c43.394 55.367 85.626 111.29 127.436 167.438C275.514 130.873 215.7 75.224 157.656 18.75h-59.53zM17.97 180.688v44.718c94.66 43.63 188.03 92.478 281.155 141.813-94.13-29.464-188.207-59.703-281.156-93.626v39.75c151.97 56.387 311.186 104.892 473.874 138.562C422.48 397.58 352.438 344.842 279.25 301.22l-29.188 9.342C173.594 263.33 96.78 219.043 17.97 180.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-scar-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.736 19.96c16.94 32.065 35.82 63.162 56.496 93.315 8.384 21.977 3.6 46.57-37.845 76.315 150.19-40.237 106.49 56.516-11.266 126.22 199.958-74.2 249.65-57.033 121.08 93.788 101.084-73.473 180.62-53.61 147.825 37.632 38.067-29.477 69.664-35.763 93.87-25.097 34.812 24.628 71.08 48.27 108.668 70.935-20.512-40.28-42.167-79.152-65.374-116.306-18.072-38.867-22.457-79.24-7.493-113.918-56.766 70.273-91.592 5.3-4.924-85.084-122.303 75.43-177.787 37.864-16.875-106.178-123.854 65.763-219.54 83.267-157.507 18.285-44.75 12.79-70.03 6.265-91.474-2.93C111.59 61.1 66.732 38.62 17.736 19.958zm49.56 39.923c28.685 21.552 56.615 43.913 83.862 67.056l36.617-9.522-22.105 21.978c15.59 13.528 30.947 27.33 46.09 41.39l71.86-30.462-18.776 29.02.3-.24c-21.556 27.54 18.764 86.03 45.995 78.423l31.913-17.7-24.787 36.534 36.875 52.71c.262.3.526.598.788.9 13.642 12.504 31.23 1.71 43.05-14.525l-19.59 41.985c21.418 25.495 42.38 51.654 62.91 78.494-23.153-16.44-45.624-33.417-67.468-50.887-19.98-11.91-31.485.295-44.256 16.856 8.794-18.174 13.377-36.95 3.24-50.864-1.488-1.28-2.978-2.555-4.46-3.84l-44.856-35.346-47.738 26.48 17.187-25.336c7.31-12.403 3.43-27.175-5.648-41.144-10.91-10.88-21.647-21.896-32.216-33.043-1.66-1.227-3.312-2.38-4.957-3.493l-66.44 18.863 21.768-25.76c10.566-17.616 0-41.59-9.848-55.7-5.592-6.538-11.12-13.13-16.617-19.743l-43.666 7.283c18.428-7.3 31.37-22.376 16.844-40.04l-2.268-2.562c.83.86 1.57 1.713 2.268 2.563l2.062 2.33c-16.384-20.564-32.362-41.45-47.933-62.657z" fill="#fff"/></svg>
<svg class="tc-image-originals-scarab-beetle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.64 20.564c-18.21 0-34.547 4.813-45.64 11.864-11.093 7.05-16.42 15.507-16.42 23.83 0 8.322 5.327 16.78 16.42 23.83 4.246 2.7 9.266 5.064 14.86 6.963-18.992 7.308-36.196 21.29-50.29 40.516-2.47 3.37-4.832 6.905-7.086 10.58 27.327-12.653 57.74-18.988 88.16-18.988 30.42 0 60.834 6.335 88.16 18.987-2.253-3.675-4.614-7.21-7.083-10.58-14.093-19.227-31.297-33.21-50.288-40.516 5.59-1.9 10.604-4.265 14.847-6.962 11.092-7.05 16.42-15.508 16.42-23.83s-5.328-16.78-16.42-23.83c-11.094-7.05-27.428-11.864-45.64-11.864zm-84.148 11.653c-14.76 0-26.527 11.767-26.527 26.527 0 14.76 11.766 26.526 26.527 26.526 3.988 0 7.755-.866 11.133-2.41-5.984-7.712-9.633-16.728-9.633-26.602 0-8.255 2.546-15.913 6.875-22.71-2.628-.86-5.44-1.33-8.375-1.33zm168.317 0c-2.94 0-5.76.473-8.392 1.338 4.327 6.794 6.87 14.45 6.87 22.703 0 9.87-3.646 18.884-9.626 26.594 3.382 1.55 7.153 2.418 11.147 2.418 14.76 0 26.526-11.765 26.526-26.526 0-14.762-11.766-26.527-26.527-26.527zM55.882 59.94C65.88 72.384 68.966 83.954 69.27 95.1l-23.31-4.662c7.966 10.65 15.832 19.993 19.737 39.29-1.247 13.16-.16 26.382 10.813 40.477 8.774 15.227 21.212 24.887 35.668 28.01 3.516.76 7.097 1.144 10.732 1.225 1.177-6.41 2.605-12.685 4.274-18.813-4.017.263-7.717.043-11.06-.68-8.51-1.838-15.56-6.452-21.786-16.29-2.374-64.74 32.304-98.368-38.455-103.714zm398.763 0c-70.758 5.347-36.08 38.974-38.455 103.716-6.223 9.837-13.275 14.45-21.784 16.29-3.13.675-6.564.923-10.285.736 1.66 6.103 3.085 12.355 4.257 18.736 3.375-.117 6.703-.498 9.975-1.205 14.458-3.123 26.9-12.787 35.675-28.02 9.903-12.724 11.736-24.736 11.082-36.634 3.598-21.938 11.958-31.793 20.435-43.124l-24.307 4.86c.274-11.205 3.352-22.84 13.408-35.355zM246.3 138.57c-5.874.268-11.73.802-17.546 1.575l-11.818 221.15-9.883-217.037c-6.065 1.51-12.037 3.312-17.88 5.404l-12.54 156.96-10.01-147.07c-4.634 2.443-9.142 5.093-13.498 7.958-8.625 22.59-13.586 48.43-13.586 75.914 0 45.584 13.632 86.665 35.03 115.86 19.236 26.244 44.27 42.713 71.73 45.775V138.57zm18.688 0v266.49c27.463-3.062 52.496-19.53 71.733-45.777 21.4-29.194 35.032-70.275 35.032-115.86 0-27.484-4.96-53.327-13.588-75.92-3.276-2.153-6.64-4.185-10.076-6.1l-9.885 145.218-12.433-155.61c-5.88-2.25-11.9-4.2-18.026-5.848l-9.842 216.133-11.79-220.633c-6.987-1.057-14.042-1.77-21.124-2.092zm-149.965 94.875c-12.267.165-24.27 5.045-34.945 14.352-18.264 12.002-23.48 30.757-27.514 50.053-8.83 18.03-18.94 25.084-29.502 33.394l20.663 1.334c-4.696 11.77-12.1 22.087-25.74 29.102 66.8 23.892 47.66-39.01 75.872-101.184 7.814-6.52 15.24-8.725 23.252-8.332.658.032 1.325.088 2 .162-.105-2.95-.16-5.918-.16-8.902 0-3.3.068-6.58.196-9.84-.374-.026-.746-.068-1.12-.086-1.003-.05-2.003-.066-3.003-.053zm280.483 0c-1-.013-2 .004-3.002.053-.12.006-.24.02-.36.027.128 3.28.198 6.578.198 9.9 0 2.962-.055 5.908-.158 8.837.413-.036.828-.078 1.236-.098 8.012-.393 15.44 1.813 23.254 8.334 28.212 62.173 9.072 125.074 75.87 101.182-13.623-7.005-21.023-17.304-25.72-29.055l21.412-1.38c-11.116-8.748-21.734-16.1-30.882-36.335-3.973-18.248-9.566-35.72-26.903-47.113-10.674-9.307-22.676-14.187-34.944-14.352zM132.658 323.48c-6.552 2.768-12.427 6.333-17.465 10.9-11.314 10.254-17.283 25.468-16.865 43.815-2.052 12.72 6.9 23.624 20.096 36.11 6.604 19.126 4.433 31.314 2.834 44.707l19.83-17.422c3.51 14.572 1.746 25.057.39 36.408l21.74-19.102c6.978 8.756 13.45 18.564 18.73 29.776 24.01-71.664-54.898-77.61-62.612-128.137 1.83-4.977 4.675-8.925 8.41-12.31 3.18-2.883 7.234-5.365 12.1-7.426-2.627-5.58-5.022-11.365-7.188-17.32zm245.87.288c-2.175 5.95-4.58 11.728-7.214 17.302 4.586 2.007 8.43 4.398 11.47 7.155 3.736 3.385 6.58 7.333 8.41 12.31-7.715 50.528-86.623 56.473-62.614 128.137 5.195-11.027 11.54-20.693 18.39-29.338l21.24 18.664c-1.354-11.35-3.117-21.836.392-36.408l19.828 17.422c-1.567-13.12-3.68-25.08 2.44-43.54 13.87-12.974 23.452-24.17 21.333-37.283.417-18.345-5.554-33.557-16.867-43.81-4.868-4.414-10.522-7.885-16.81-10.612z" fill="#fff"/></svg>
<svg class="tc-image-originals-scarecrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M264.11 24.357l-8.022 39.594-28.2-25.122 9.624 25.83-41.48-16.638 41.52 39.777c-9.3 6.495-15.388 17.393-15.388 29.89 0 20.188 15.884 36.22 35.555 36.22 19.67 0 35.555-16.032 35.555-36.22 0-13.184-6.774-24.59-16.95-30.923l24.79-42.37-27.863 17.69-9.143-37.727zM101.776 67.01c-6.163 0-11.688 2.68-15.52 6.92l-39.075-5.62-2.66 18.5 30.865 4.438-58.524 41.41 41.198-8.55-8.027 35.87 25.852-21.962 18.504 34.08-.82-64.887c2.52 1.074 5.294 1.67 8.207 1.67 3.056 0 5.95-.668 8.567-1.845 13.156 16.754 30.582 30.514 56.65 39.242-7.11 6.444-14.18 12.935-21.303 19.362 48.007 2.993 81.67 49.824 90.275 97.98-6.853 1.445-13.963 3.815-21.307 7.2 28.664 57.982-21.168 129.288-33.297 164.05l5.285.192-34.125 41.227 37.58-18.92 1.53 36.722 19.288-27.903 26.69 28.128-14.5-57.935 6.728.244c.643-48.52 13.678-85.638 21.662-140.625 6.06 49.21 18.806 98.424 6.37 147.635l6.263-.746-14.87 52.83 26.693-28.128 19.287 27.9 1.53-36.72 37.582 18.917-32.63-39.276 5.202-.62c-7.866-38.65-40.228-108.407-19.248-165.44-6.265-4.002-13.042-6.928-20.272-8.65 12.328-43.742 46.016-86.71 85.612-94.556l-7.616-12.46c25.346-10.523 39.26-26.136 48.553-43.866 2.37.82 4.912 1.272 7.56 1.272 1.65 0 3.258-.174 4.81-.502l13.74 59.543 7.71-41.362 30.143 21.032-10.514-32.248 38.557-4.207-55.183-21.805 52.47-6.725-2.374-18.537-60.85 7.797c-4.22-5.62-10.94-9.254-18.51-9.254-9.673 0-17.955 5.94-21.41 14.37L305.49 91.76c2.952 5.537 4.987 11.636 5.908 18.084l47.694-6.112c-11.316 8.315-20.168 19.095-25.875 33.018l-5.9-9.65c-8.985 9.427-17.88 17.535-26.672 24.047-9.928 13.01-25.47 21.45-42.926 21.45-18.198 0-34.312-9.17-44.156-23.13-6.782-6.855-13.448-15.606-19.984-26.455-5.158 4.28-10.225 8.667-15.248 13.105-8.67-13.547-18.666-25.162-30.402-34.435l56.123 8.072c.93-6.43 2.966-12.51 5.914-18.03L120.62 78.87c-3.382-7.012-10.537-11.862-18.843-11.862zm112.88 203.81c0-.002 0-.005-.003-.007l-.002.01.006-.003z" fill="#fff"/></svg>
<svg class="tc-image-originals-scissors tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M187.125 19.53c-.733-.008-1.454.004-2.188.032-3.91.152-7.823.84-11.656 2.157-15.33 5.26-25.474 19.04-29.843 35.218-4.368 16.177-3.47 35.265 3.125 54.25 1.056 3.038 2.25 5.988 3.532 8.843l9.72 28.22 54.686 18.844c2.874-.326 5.74-.97 8.563-1.938 15.33-5.262 25.475-19.04 29.843-35.22 4.368-16.176 3.47-35.264-3.125-54.25-6.595-18.983-17.755-34.555-31.218-44.592-9.465-7.058-20.435-11.42-31.437-11.563zm-1.28 18.657c6.724-.256 14.112 2.322 21.56 7.876 9.933 7.404 19.25 20.007 24.72 35.75 5.47 15.742 5.93 31.353 2.72 43.25-3.213 11.896-9.573 19.556-17.876 22.406-8.303 2.848-18.1.716-28.032-6.69-3.308-2.464-6.543-5.523-9.594-9.06l-16.125-29.69c-4.522-14.7-4.756-29.12-1.75-40.25 3.21-11.895 9.57-19.524 17.874-22.374 2.076-.712 4.258-1.133 6.5-1.218zm-111.595 106c-6.73.138-13.183 1.02-19.25 2.657-16.178 4.368-29.957 14.544-35.22 29.875-5.26 15.33-.66 31.786 9.376 45.25 10.037 13.46 25.61 24.653 44.594 31.25 18.985 6.595 38.072 7.46 54.25 3.093 13.807-3.73 25.866-11.66 32.375-23.438l.063.063 14.343-25.72 6.595 3.563c.026.076.036.082.063.157l57.937 31.344.03.032 251.19 136.344c14.236-41.16-36.206-109.062-143.626-146.22l-228.814-78.905c-2.875-1.29-5.845-2.498-8.906-3.56-11.865-4.124-23.785-6.01-35-5.782zm.344 18.72c1.773-.035 3.597-.006 5.437.093 6.374.345 13.134 1.512 19.94 3.594l29.81 16.187c3.54 3.057 6.598 6.288 9.064 9.595 7.405 9.932 9.537 19.73 6.687 28.03-2.85 8.304-10.51 14.664-22.405 17.876-11.896 3.213-27.507 2.752-43.25-2.718-15.743-5.47-28.345-14.818-35.75-24.75-7.405-9.93-9.506-19.728-6.656-28.03 2.85-8.304 10.478-14.664 22.374-17.876 4.46-1.204 9.43-1.896 14.75-2zm115.844 74.187c12.42 36.016 25.524 74.023 38.593 111.812 37.156 107.42 105.06 157.862 146.22 143.625L255.75 272.44l-65.313-35.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-scooter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M289.053 71.09v48c3.275-1.64 6.196-3.276 8.8-4.913 1.292 3.432 2.803 7.44 4.485 11.81 1.477 3.838 2.963 7.615 4.365 11.106.077-.028.134-.05.21-.076 5.91-2.124 11.554-4.132 16.76-5.97-1.42-3.52-2.98-7.487-4.536-11.527-3.76-9.768-7.19-19.033-7.25-19.193 4.254-9.746-3.342-19.492-22.834-29.238zm48.1 74.31c-.478.164-.704.234-1.21.41-6.24 2.166-14.595 5.144-22.94 8.144-12.248 4.404-18.836 6.817-24.478 8.875l3.116 7.415 23.872-1.36 2.888 3.956s2.826 3.867 5.8 7.813c.576.763 1.056 1.364 1.62 2.102l17.43-11.207c-.847-3.666-1.662-7.195-3.352-14.445-.987-4.236-1.906-8.147-2.746-11.704zm18.947 41.876l-21.477 13.217c10.812 18.74 17.32 44.9 19.55 70.266 1.29 14.664 1.04 28.976-1.314 41.45-2.354 12.474-6.606 23.566-15.56 30.59-11.608 9.103-26.544 10.157-39.794 9.012-13.25-1.146-25.115-4.668-32.416-7.838l-.404-.176-.385-.215c-13.903-7.73-21.992-19.64-23.84-32.703-1.476-10.424.446-21.186 3.972-32.35-17.137-6.45-32.922-11.605-47.455-15.633 9.577 15.4 13.588 30.462 12.388 44.577-1.278 15.037-8.492 28.213-19.394 38.742l19.655 30.812c11.346.78 70.357 4.55 99.31-.193 18.44-3.02 36.853-6.05 48.288-15.71 27.358-23.12 37.953-65.914 54.562-102.366-10.913-25.742-33.193-48.06-55.685-71.484zm-243.99 29.768c-14.488-.025-28.696 1.55-42.542 6.166l-.05.016-.05.017c.807-.26-.4.233-1.304 2.133-.903 1.9-1.474 4.718-1.268 7.09.207 2.372.967 4.117 2.362 5.433 1.13 1.066 2.948 2.15 6.412 2.59 12.274-4.322 26.653-6.956 43.39-7.294 34.893-.704 80.16 8.193 139.977 31.565l4.494 1.757c2.697-1.175 5.505-2.836 8.267-5.172.492-8.402-2.215-21.206-7.424-30.477-2.882-5.13-6.388-9.08-9.4-11.02-3.013-1.938-4.913-2.304-7.946-1.245l-.093.033-.094.03c-29.847 9.69-60.57 5.377-90.504 1.81-14.967-1.784-29.735-3.407-44.225-3.432zm350.247 20.898l-25.316 8.86 22.327 17.03c8.538-1.48 11.162-5.398 11.65-10.106.477-4.594-2.13-10.88-8.66-15.784zm-337.185 13.233c-1.96-.027-3.875-.02-5.75.017-31.49.636-51.13 9.713-64.41 21.873-22.254 20.378-26.62 49.78-29.565 69.498l141.213-.628-.113-.18c15.02-9.44 23.675-21.596 24.883-35.805 1.153-13.562-4.553-30.352-22.086-49.662-16.665-3.32-31.352-4.937-44.172-5.113zm304.154 12.373c-9.262 19.81-16.53 44.263-27.717 67.006 7.087-3.09 14.557-5.947 22.156-8.645 20.93-7.43 42.144-12.868 58.236-15.827-.866-1.83-2-3.91-3.832-6.28-4.864-6.297-12.513-13.565-21.004-19.988-8.49-6.423-17.872-12.06-26.008-15.53-.62-.264-1.23-.506-1.832-.737zm24.444 67.71c-7.872 2.233-16.023 4.788-23.983 7.614-21.857 7.76-42.454 18.317-51.5 26.928l-.48.52c-1.812 5.548-2.807 11.456-2.807 17.59 0 31.375 25.626 57 57 57s57-25.625 57-57c0-23.67-14.592-44.064-35.23-52.653zM432 344.91c6.054 0 11.772 1.36 16.87 3.79-2.832 4.102-5.784 8.515-9.147 11.455-2.438-.804-5.033-1.244-7.723-1.244-2.69 0-5.285.44-7.723 1.245-3.363-2.94-6.315-7.353-9.146-11.455 5.098-2.43 10.816-3.79 16.87-3.79zm-28.09 11.88c3.022 3.955 6.308 8.122 8.076 12.227-3.123 4.17-4.983 9.327-4.986 14.88-3.858 2.24-8.938 3.66-13.668 5.075-.212-1.657-.332-3.344-.332-5.06 0-10.576 4.15-20.12 10.91-27.122zm56.18 0c6.76 7.003 10.91 16.546 10.91 27.12 0 1.718-.12 3.405-.332 5.062-4.73-1.414-9.81-2.836-13.668-5.075-.003-5.553-1.863-10.71-4.986-14.88 1.768-4.105 5.054-8.272 8.076-12.227zm-282.75 3.098l-120.13.535c.602.766 1.243 1.506 1.938 2.213 4.273 4.342 10.76 8.062 22.282 10.26 28.497.083 57.83-1.004 83.244-3.672 6.005-.63 11.747-1.376 17.213-2.207l-4.547-7.13zm-140.78.627l-8.636.037c-3.16 7.066-4.924 14.88-4.924 23.094 0 31.373 25.626 57 57 57 29.4 0 53.754-22.504 56.7-51.153-18.35 1.05-37.503 1.48-56.282 1.41l-.795-.002-.783-.14c-9.573-1.745-17.434-4.687-23.778-8.595-.03.487-.062.973-.062 1.467-3.858 2.238-8.938 3.66-13.668 5.074-.212-1.656-.332-3.344-.332-5.06 0-4.284.69-8.394 1.95-12.24-2.703-3.464-4.755-7.154-6.39-10.89zM432 376.91c3.973 0 7 3.03 7 7 0 3.974-3.027 7-7 7s-7-3.026-7-7c0-3.97 3.027-7 7-7zM59.568 397.957c3.14 4.448 7.68 7.85 12.96 9.53.894 4.375.662 9.634.548 14.542-12.025-2.128-22.088-9.702-27.58-20.12 4.663-1.636 9.62-3.478 14.072-3.952zm40.864 0c4.453.474 9.41 2.316 14.072 3.953-5.492 10.416-15.555 17.99-27.58 20.118-.114-4.908-.346-10.167.55-14.543 5.277-1.678 9.82-5.08 12.958-9.53zm311.136.266c3.14 4.448 7.68 7.85 12.96 9.53.894 4.375.662 9.633.548 14.542-12.025-2.13-22.088-9.702-27.58-20.12 4.663-1.636 9.62-3.478 14.072-3.952zm40.864 0c4.453.474 9.41 2.316 14.072 3.953-5.492 10.417-15.555 17.99-27.58 20.12-.114-4.91-.346-10.168.55-14.544 5.277-1.677 9.82-5.08 12.958-9.528z"/></svg>
<svg class="tc-image-originals-scorpion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M118.2 13.613c-9.34.05-18.525 2.977-25.878 9.2-28.494-14.11-63.64.133-58.814 33.37C7.16 77.84 13.01 118.364 43.355 131.036c-.715 28.33 22.506 53.156 49.643 50.957 7.358 19.48 25.91 31.78 45.996 34.16.1 2.352.31 4.766.63 7.235-9.325 4.95-18.904 9.69-28.645 14.374l8.098 16.84c8.28-3.98 16.58-8.045 24.8-12.307 1.822 5.843 4.153 11.877 6.93 18.027-9.202 4.788-18.57 9.436-28.048 14.037l8.16 16.814c9.49-4.607 18.984-9.31 28.394-14.195 3.407 5.985 7.2 12.024 11.393 18.067-9.837 5.116-19.83 10.094-29.934 15.02l8.19 16.798c11.075-5.4 22.15-10.903 33.11-16.646 4.754 5.912 9.852 11.78 15.302 17.55-12.022 6.36-24.303 12.478-36.713 18.54l8.203 16.794c14.22-6.947 28.442-14.04 42.432-21.567 4.807 4.436 9.683 8.62 14.6 12.547-19.234 11.162-38.166 24.76-55.102 40.38l-4.783 4.41 2.478 6.017c6.126 14.866 12.37 27.647 19.33 38.534 16.73 43.73 117.658 67.51 169.87 49.974-40.098-76.48-110.48-107.213-163.516-77.16-1.91-3.884-3.808-7.983-5.7-12.338 16.67-14.624 35.242-27.457 53.913-37.656 14.745 9.996 29.484 17.747 43.312 23.174 4.953-1.442 9.74-3.09 14.36-4.91-5.082-4.966-10.262-10.56-15.505-16.832l14.34-11.985c6.706 8.026 13.247 14.75 19.41 20.267 9.148-5.032 17.394-10.79 24.644-17.03-4.422-6.302-9.917-13.245-16.64-20.736l13.91-12.48c6.27 6.987 11.628 13.576 16.176 19.802 2.76-3.212 5.29-6.494 7.563-9.825-2.275-9.77-6.05-20.19-11.212-30.927 4.547-14.812 10.333-29.638 17.244-43.776 4.26.62 8.324 1.297 12.215 2.03-23.748 40.476 31.817 122.773 84.082 144.218 29.62-76.177 7.565-136.216-53.038-155.462-13.592-4.834-29.27-8.007-47.555-10.31l-6.457-.815-3.002 5.773c-6.094 11.72-11.37 23.9-15.847 36.21-5.395-8.492-11.577-17.043-18.5-25.503 7.895-9.388 15.278-19.488 22.038-30.44l-15.903-9.816c-5.726 9.277-11.96 17.903-18.61 26-2.39-2.562-4.838-5.11-7.362-7.634-2.882-2.88-5.797-5.67-8.733-8.382 7.245-8.65 14.023-17.95 20.244-28.008l-15.892-9.83c-5.664 9.157-11.848 17.648-18.477 25.58-6-4.88-12.05-9.395-18.093-13.53 6.332-7.583 12.27-15.716 17.728-24.504l-15.875-9.86c-5.434 8.747-11.412 16.803-17.84 24.302-6.575-3.778-13.08-7.073-19.443-9.856 4.955-5.94 9.616-12.294 13.912-19.146l-15.834-9.928c-5.074 8.093-10.74 15.45-16.895 22.223-9.522-2.728-18.495-4.106-26.615-4.004-.202.003-.398.017-.6.02-15.792-17.983-44.215-24.07-67.113-15.15-3.733-21.79-22.074-39.414-42.832-41.6 4.765-14.846 1.142-31.49-8.877-43.204 14.55-2 28.25-10.616 35.153-22.598 12.188 14.724 34.067 21.62 51.673 15.564 8.117 17.202 29.023 28.58 48.562 26.01 35.58 81.022 139.882 84.89 177.424 1.266-36.924 23.267-66.726 3.737-89.6-26.473-17.638-23.298-43.473-38.92-75.83-8.985-10.208-15.318-30.848-23.5-49.33-18.993-8.477-14.405-24.79-22.622-40.67-22.54z" fill="#fff"/></svg>
<svg class="tc-image-originals-scorpion-tail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M234.156 50.97C206.818 50.935 181.553 62 160.75 82.5l-.03.03-2.407 2.407-3.407.344c-49.495 5.403-83.706 33.15-89.5 85.095l-.375 3.5-2.56 2.47c-36.707 35.167-44.447 78.697-16.595 128.75l1.688 3.06-.626 3.44C41.666 340.604 46.126 363.12 57.5 381s30.177 31.492 55.344 40.625l4.125 1.5 1.624 4.063c12.656 31.673 29.218 54.478 50.844 64.687l297.968-.22c-37.12-38.026-97.324-65.477-154.562-82.28-32.405-9.513-63.8-15.746-89.22-19.03-25.418-3.286-45.81-3.197-52.155-1.75l-11.407 2.624-.532-11.72c-.957-22.076-7.112-36.88-16.655-48.813-9.543-11.93-22.932-21.06-38.813-29.687L94 295.53l6.97-9.092c9.87-12.847 11.79-26.224 10.093-41.594-1.7-15.37-7.504-32.15-12.782-48.844l-2.843-8.97 8.876-3.186c39.696-14.2 61.118-34.885 70.687-62.53l3.22-9.314 9.31 3.313c27.454 9.8 51.837 2.02 85.25-9.813l6.564-2.313 4.344 5.438c14.095 17.657 33.44 31.493 53.75 36.688 3.166.81 6.358 1.384 9.562 1.78-57.08 49.068 10.62 193.9 145.03 147.876-89.358-9.813-54.872-56.095-45.78-93.595 10.03-41.365-14.234-70.782-51.75-70.53-4.967-22.81-18.265-40.016-35.78-51.564-19.87-13.097-45.096-18.51-67.876-15.03l-3 .47-2.75-1.314c-17.383-8.393-34.527-12.417-50.938-12.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-screaming tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.406 17.53v14.595l140.75 132.563L105.75 17.53H16.406zm123.22 0l68.343 124.407-2.907-124.406h-65.438zm100.468 0l22.78 118.564L298.5 17.53h-58.406zm93.437 0L317.19 147.75l90.53-130.22h-74.187zm106.283 0l-74.157 158.282L495.876 76.5V17.53h-56.063zM16.406 71.25v84.094l99.28 46.72L16.407 71.25zm479.47 46.156l-93.438 99.28 93.437-32.717v-66.564zm-312.188 59.47c-10.92.086-25.162 10.363-36.125 27.374-6.48 10.054-10.708 20.766-12.5 30.406-49.04 22.678-113.907 63.906-113.907 63.906l148.438 126 15 67.782h144.28l11.313-64.656.094.093 152.25-129.217s-66.033-41.99-115.217-64.532c-1.858-9.475-6.037-19.945-12.375-29.78-10.964-17.01-25.237-27.288-36.157-27.375-3.64-.03-6.906 1.073-9.56 3.438-2.42 2.154-4.117 5.17-5.126 8.812 1.253 1.576 2.484 3.176 3.656 4.844 11.65 16.57 19.578 37.626 22.47 61 8.607 7.78 17.563 11.763 24.717 10.78l54.594 35.938L314.94 359.5c-4.07 5.263-8.572 10.022-13.438 14.156-5.576-4.344-11.033-7.95-16.438-10.812 6.327-4.49 12.208-10.48 17.407-17.875 12.3-17.496 20.28-42.414 20.28-70.126 0-27.712-7.98-52.63-20.28-70.125-12.3-17.496-28.3-27.314-45.44-27.314-17.138 0-33.136 9.818-45.436 27.313-12.3 17.493-20.28 42.412-20.28 70.124 0 27.712 7.98 52.63 20.28 70.125 4.54 6.456 9.58 11.866 15 16.124-5.51 2.618-11.07 6.023-16.688 10.22-3.745-3.456-7.26-7.29-10.5-11.44l-105.25-58.187 54.438-35.843c7.49.513 16.76-4.09 25.5-12.594 3.06-22.683 10.856-43.12 22.22-59.28.79-1.128 1.607-2.23 2.436-3.314-.934-4.326-2.752-7.896-5.5-10.344-2.655-2.364-5.923-3.466-9.563-3.437zm61.093 58.468c-.653 3.818-1.03 7.97-1.03 12.312 0 2.244.067 4.41.25 6.53-11.27.942-22.108 3.384-32.063 7.345l-6.906-17.342c12.538-4.99 25.953-7.912 39.75-8.844zm28.22.78c11.567 1.376 23.15 4.035 34.47 7.907l-6.033 17.657c-9.206-3.15-18.574-5.347-27.906-6.625.237-2.393.345-4.85.345-7.406 0-4.045-.303-7.93-.875-11.53zm-16.5 41.314c20.266 0 36.72 16.404 36.72 36.656 0 20.255-16.454 36.687-36.72 36.687s-36.688-16.434-36.688-36.686 16.422-36.656 36.688-36.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-screen-impact tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M340.625 18.438l-42.438 104.657-39.562-99.938L213.25 157l-75.97-54.78 14.22 92.53L24.53 27l108.095 202.032-72.094-36.344 59.532 171.188-88.906-12.53 55.25 72.06-52.47-12.03 103.626 78.75 1.875 2.47h240.188l110.28-151.376-52.03 5.468 56.406-67.562-71.718 36.03L459.97 203.22l-54.783 24.625-88.75 67.843 54.282-78.25 18.936-116.343-57.75 37.562 8.72-120.22zM310.312 204.25L296.72 317.127l82.53-21.5-59.47 57.625L376.907 395l-77.437-12.905 36.092 75.75-67-39.313-40.593 50.375-3.72-57.97-70.063 5.783 70.063-37.313-77.53-79.28 75.124 18.56-8.375-84.75 51.405 87.5 45.437-117.186z" fill="#fff"/></svg>
<svg class="tc-image-originals-screwdriver tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M68.906 19.344c-2.614.03-5.178.298-7.687.75C49.235 20.75 38.59 25.42 30.812 33.5c-9.657 10.03-14.27 24.77-11.875 40.594.012.084.05.165.062.25.708 13.018 6.502 26.876 19.53 39.906l86.126 86.125c30.255 2.728 53.004 26.627 53.906 57.5l.157 5.625c.8 5.8 4.26 10.397 8.874 12.78 5.734 2.965 12.387 3.148 19.625-4.092l64.436-64.407c7.72-7.718 6.865-12.713 3.5-18.155-3.365-5.442-11.242-10.094-18.78-10.094H255.968c-30.125-1.296-53.427-23.484-56.5-53l-86.595-86.593C97.59 24.652 82.44 19.183 68.905 19.345zM65 38.187c5.44.03 11.493 1.387 17.97 4.47l92.968 92.968-13.22 13.22L54 40.124c3.284-1.25 6.967-1.96 11-1.938zM38.344 56.47L146.75 164.843l-13.22 13.22-90.405-90.408c-3.155-5.842-4.966-11.366-5.72-16.344-.85-5.62-.425-10.577.94-14.843zM453.22 169.687l1.842 18.593-34.593-17.81c-11.45 2.664-21.948 7.76-29.408 14.624-7.198 6.625-11.776 14.544-12.687 24.594l111.563-13.532c-3.744-9.308-10.448-15.842-19.25-20.53-5.2-2.77-11.146-4.75-17.47-5.94zm5.592 49.062l-43.343 5.28c1.224 13.065 2.98 26.084 5.28 38.94l40.063-29.22c-.582-5.014-1.26-10.008-2-15zm-188.25 16.563l-36.812 36.75 16.625 16.625 36.813-36.75-16.625-16.625zm192.25 20.093l-37.968 27.72c2.35 10.382 5.055 20.63 8.125 30.655l30.81-22.467c.176-11.902-.154-23.9-.967-35.907zm-173.968 21.28l-12.75 12.752L388.406 401.75l3.313 3.313-.69 4.625-4.342 29.968 73 46.688 26.093-26.094-46.686-72.97-30 4.345-4.625.688-3.314-3.313-112.312-112.313zM462.75 315.19l-23.563 17.187c4.596 12.718 9.778 25.015 15.594 36.75 3.98-17.394 6.615-35.487 7.97-53.938zm-326.25 4.28c-7.316.176-14.165 2.543-20.72 6.5-7.282 4.4-13.982 10.982-19.436 18.782l3.25 37.188-16.53-5.032c-1.325 7.755-1.367 15.408.06 22.25 2.003 9.588 6.414 17.628 14.595 23.563l45.56-102.75c-1.796-.284-3.57-.473-5.31-.5-.493-.01-.982-.013-1.47 0zm10.25 38.782l-17.688 39.938c11.83 5.634 23.894 10.798 36.094 15.406l-4.562-49.375c-4.585-2.063-9.196-4.053-13.844-5.97zm33.5 15.344l4.344 46.844c10.115 3.3 20.29 6.216 30.47 8.718l-3.5-37.97c-10.13-6.25-20.59-12.137-31.314-17.592zm51.313 30.72l2.687 29.03c13.26 2.568 26.457 4.417 39.5 5.437-12.892-12.322-27.05-23.852-42.188-34.467z" fill="#fff"/></svg>
<svg class="tc-image-originals-scroll-unfurled tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M103.432 17.844c-1.118.005-2.234.032-3.348.08-2.547.11-5.083.334-7.604.678-20.167 2.747-39.158 13.667-52.324 33.67-24.613 37.4 2.194 98.025 56.625 98.025.536 0 1.058-.012 1.583-.022v.704h60.565c-10.758 31.994-30.298 66.596-52.448 101.43-2.162 3.4-4.254 6.878-6.29 10.406l34.878 35.733-56.263 9.423c-32.728 85.966-27.42 182.074 48.277 182.074v-.002l9.31.066c23.83-.57 46.732-4.298 61.325-12.887 4.174-2.458 7.63-5.237 10.467-8.42h-32.446c-20.33 5.95-40.8-6.94-47.396-25.922-8.956-25.77 7.52-52.36 31.867-60.452 5.803-1.93 11.723-2.834 17.565-2.834v-.406h178.33c-.57-44.403 16.35-90.125 49.184-126 23.955-26.176 42.03-60.624 51.3-94.846l-41.225-24.932 38.272-6.906-43.37-25.807h-.005l.002-.002.002.002 52.127-8.85c-5.232-39.134-28.84-68.113-77.37-68.113C341.14 32.26 222.11 35.29 149.34 28.496c-14.888-6.763-30.547-10.723-45.908-10.652zm.464 18.703c13.137.043 27.407 3.804 41.247 10.63l.033-.07c4.667 4.735 8.542 9.737 11.68 14.985H82.92l10.574 14.78c10.608 14.83 19.803 31.99 21.09 42.024.643 5.017-.11 7.167-1.814 8.836-1.705 1.67-6.228 3.875-15.99 3.875-40.587 0-56.878-44.952-41.012-69.06C66.238 46.64 79.582 39.22 95.002 37.12c2.89-.395 5.863-.583 8.894-.573zM118.5 80.78h46.28c4.275 15.734 3.656 33.07-.544 51.51H131.52c1.9-5.027 2.268-10.574 1.6-15.77-1.527-11.913-7.405-24.065-14.62-35.74zm101.553 317.095c6.44 6.84 11.192 15.31 13.37 24.914 3.797 16.736 3.092 31.208-1.767 43.204-4.526 11.175-12.576 19.79-22.29 26h237.19c14.448 0 24.887-5.678 32.2-14.318 7.312-8.64 11.2-20.514 10.705-32.352-.186-4.473-.978-8.913-2.407-13.18l-69.91-8.205 42.017-20.528c-8.32-3.442-18.64-5.537-31.375-5.537H220.053zm-42.668.506c-1.152-.003-2.306.048-3.457.153-2.633.242-5.256.775-7.824 1.63-15.11 5.02-25.338 21.54-20.11 36.583 3.673 10.57 15.347 17.71 25.654 13.938l1.555-.57h43.354c.946-6.36.754-13.882-1.358-23.192-3.71-16.358-20.543-28.483-37.815-28.54z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-scythe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M296.625 25.406c-63.794.388-135.81 14.683-206.03 32.844-3.472 34.08 2.226 68.906 14.03 104.25C181.175 75.936 393.65 44.825 486.72 128 456.02 50.466 384.046 24.874 296.624 25.406zM65.655 61.438L27.906 71c5.643 78.022 28.546 132.393 60.44 174.47-16.54 10.348-40.693 19.673-68.782 26.843 5.664 6.597 14.25 16.18 30.53 18.53 24.846-4.33 39.912-14.982 53.75-26.593 76.24 85.145 190.22 118.955 253.126 224.22l49.436-.126C290.996 275.316 81.01 364.804 65.656 61.438z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-sea-creature tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M421.064 120.467c-8.182-.15-16.182 1.82-24.797 5.484-16.37 7-29 34.22-36.61 56.13-12.188 41.125-18.54 174.724-38.79 209.46h71.64c2.74-26.73 2.38-147.44 3.93-171.83.93-14.65 7.38-37.13 17.05-41.24 6.21-2.64 14.69-4.3 38 13.78 8.17 6.29 61.02-13.88 23.94-44.76-22.463-18.716-38.743-26.735-54.363-27.023zm20.006 18.027a9 9 0 1 1 0 18 9 9 0 0 1 0-18zM216.047 321.12c-55 0-77 69.35-77 69.35.013.335.043.67.09 1h148.61c.04-.31.08-.66.08-1 0-5.82-24.25-69.35-71.78-69.35zm-153.03 29.322c-21.82 0-39.5 41.068-39.5 41.068h79c.04-4.76-17.65-41.068-39.5-41.068z"/></svg>
<svg class="tc-image-originals-sea-dragon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M297.688 21.063c-15.634.137-31.488 4.074-46.657 12.343 34.997-2.542 65.762 8.182 74.345 33.938-128.86-16.852-260.25 113.34-31.72 245.187 62.006 35.773 19.38 127.795-104.31 75.095C24.494 317.39 36.47 186.86 95.844 118.562c7.322 12.328 13.418 26.194 18.936 40.75 19.067-48.595 56.388-68.62 93.595-88.812-52.197-24.58-102.01-14.783-150.906 8.406 10.362 5.744 19.104 13.503 26.655 22.72-113.558 67.915-77.773 280.4 71.406 366.53 189.853 109.61 414.786-132.238 208.157-211.062-151.438-57.77-111.705-139.905-38.03-126.156l2.624 42.625 141.345 39.375 20.906-60.657c-28.94-12.513-52.207-26.577-71.092-43.843 1.268-28.244-10.66-56.505-33.907-84.75.757 13.793.603 27.582-1.592 41.376-22.21-28.084-53.733-44.287-86.25-44zm43.437 65.374c23 7.268 44.722 20.866 62 44.094-33.73 15.82-69.124-5.32-62-44.093z" fill="#fff"/></svg>
<svg class="tc-image-originals-sea-serpent tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M220 16.125l12.688 39.438-75.75-31.157 22.843 35.5-62.31-8.062 20.25 18.375C85.836 87.854 40.9 132.144 31.47 182.5c-13.072 69.79 13.156 136.212 83.56 174.344 28.93 15.672 67.963 44.2 69.626 74.625 1.576 28.818-16.452 47.193-38.437 62.25h141.5c10.595-26.14 15.644-50.77 12.81-74.5-7.014-58.812-61.562-108.4-122.56-133.126-31.615-12.813-67.4-25.374-59.595-84.125 7.474-56.25 65.42-77.176 104.78-65.126l175.064 174.47 11.217-11.283.125.158 29.75-27.032-46.812 6.094-11.344-11.344 27.188-24.656-45.938 5.97-13-12.97 27.75-25.22-46.906 6.095.25.313-13.844-13.813L341 181.562l-41.156 5.313-32.906-32.813c-9.38-17.193-4.68-25.8 5.468-28.28 3.945 12.708 14.1 23.23 27.813 26.906 14.044 3.763 28.41-.562 38.186-10.063l10.938 29.438 6.72-26.094 21.405 5.718 14.155 38.093 8.28-32.06 20.908 5.593L436.5 205.53l9.188-35.56 16 4.28 15.656 42.156 9.156-35.5.22.063 5.28-19.782-23.97-27.47-119.56-32.03c-4.09-12.39-14.137-22.582-27.595-26.188-2.65-.71-5.294-1.127-7.938-1.28-4.957-.29-9.84.372-14.437 1.843L220 16.124zm89.938 76.688c.612-.015 1.223-.008 1.843.03 1.418.09 2.85.336 4.283.72 11.452 3.068 18.1 14.578 15.03 26.03-3.067 11.45-14.61 18.1-26.062 15.032-11.452-3.07-18.098-14.58-15.03-26.03 2.517-9.394 10.746-15.563 19.938-15.782z" fill="#fff"/></svg>
<svg class="tc-image-originals-sea-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224.19 41.1c-.054.156-.167.404-.72 1.47-1.3 2.497-2.775 7.64-3.745 14.23-1.94 13.18-2.314 32.12-2.46 51.708-.148 19.587-.1 39.876-1.556 56.838-.728 8.48-1.803 16.124-3.677 22.738-1.874 6.614-4.32 12.643-10.074 16.824-5.448 3.957-11.553 4.962-18.603 5.592-7.05.63-15.136.506-24.05-.012-17.828-1.035-38.92-3.706-59.403-6.017-20.484-2.31-40.41-4.24-55.017-3.95-7.304.144-13.288.915-16.834 2.023-2.66.83-3.363 1.488-3.498 1.613.006.232.175 1.034 1.644 3.076 1.967 2.736 5.983 6.59 11.386 10.676 10.806 8.173 26.992 17.517 43.865 26.875 16.874 9.36 34.462 18.786 48.734 27.836 7.135 4.524 13.443 8.938 18.568 13.437 5.125 4.5 9.347 8.907 11.38 15.162 2.233 6.876.746 13.172-1.433 20.204-2.18 7.03-5.584 14.803-9.76 23.267-8.348 16.93-19.822 36.543-30.758 55.708-10.936 19.166-21.335 37.936-27.303 52.26-2.985 7.162-4.793 13.272-5.208 17.02-.203 1.83-.154 2.654-.123 3.015-.022-.178 1.743.36 6.136-.69 5.006-1.2 12.08-3.982 20.173-7.925 16.186-7.886 36.614-20.305 57.27-33.32 20.658-13.016 41.586-26.63 59.393-37.12 8.904-5.247 17.012-9.715 24.118-12.99C259.747 377.374 265.456 375 272 375c6.635 0 12.127 2.765 17.826 6.355 5.7 3.59 11.574 8.344 17.752 13.858 12.357 11.028 25.856 25.134 39.072 38.57 13.217 13.437 26.21 26.215 36.637 34.12 5.213 3.955 9.833 6.622 12.78 7.646 2.946 1.022 3.01.585 2.97.614.058-.042.838-.698 1.106-4.184.267-3.485-.277-8.974-1.678-15.482-2.802-13.016-8.79-30.144-15.317-47.7-6.527-17.56-13.577-35.6-18.537-51.345-4.958-15.744-9.038-28.324-5.17-40.234 3.66-11.262 13.363-19.443 25.337-29.38 11.975-9.938 26.596-20.53 40.504-31.024 13.91-10.493 27.118-20.942 35.796-29.86 4.34-4.457 7.502-8.56 9.072-11.556 1.57-2.995 1.415-4.244 1.293-4.62-.022-.07-.236-.83-3.342-2.02s-8.392-2.178-14.905-2.612c-13.025-.867-30.92.22-49.388 1.698-18.47 1.476-37.566 3.31-53.916 3.7-16.35.392-29.578.825-39.85-6.638-4.965-3.608-8.27-8.54-11.91-14.7-3.64-6.16-7.296-13.59-11.07-21.915-7.547-16.65-15.528-36.858-23.636-56.404-8.108-19.548-16.38-38.457-24.065-51.945-3.843-6.744-7.585-12.122-10.63-15.338-2.79-2.946-4.436-3.432-4.54-3.507zM24.554 204.156c-.003-.078.012-.093.004-.066-.03.085-.044.102-.005.066zm223.46-1.316c4.976 0 7.992 2.65 10.032 4.805 2.04 2.153 3.524 4.473 4.982 7.033 2.917 5.12 5.548 11.252 8.116 17.445 2.57 6.193 5.038 12.42 7.188 17.162 1.075 2.372 2.08 4.377 2.848 5.674.07.12.106.134.177.24.914.143 2.938.653 5.456.593 4.403-.105 10.224-.647 16.08-1.115 5.857-.47 11.7-.896 17.06-.54 2.678.18 5.247.488 8.064 1.567 2.816 1.08 6.593 3.564 8.033 7.996 1.342 4.13.173 7.99-1.172 10.556-1.344 2.566-3 4.48-4.81 6.338-3.618 3.717-8.022 7.11-12.46 10.46-4.44 3.347-8.898 6.595-12.147 9.292-1.596 1.324-2.785 2.762-3.52 3.634.123 1.148.295 3.202.975 5.36 1.35 4.285 3.49 9.803 5.562 15.375 2.072 5.572 4.09 11.144 5.23 16.437.57 2.647.98 5.213.75 8.192-.228 2.978-1.395 7.195-5.17 9.937-3.87 2.814-8.797 2.427-11.726 1.41-2.93-1.018-5.068-2.484-7.222-4.118-4.308-3.267-8.48-7.473-12.656-11.718-4.176-4.246-8.294-8.518-11.577-11.448-1.492-1.33-2.714-2.254-3.587-2.838-.26.088-.383.09-.68.23-1.588.73-3.857 1.96-6.44 3.48-5.16 3.043-11.627 7.24-18.137 11.343s-13.024 8.106-18.903 10.97c-2.94 1.432-5.68 2.608-8.685 3.328-3.007.72-7.113 1.598-11.662-1.707-4.422-3.212-5.023-8.618-4.672-11.784.35-3.167 1.3-5.756 2.453-8.52 2.303-5.527 5.683-11.514 9.12-17.535 3.435-6.02 6.926-12.022 9.216-16.665.97-1.97 1.56-3.463 1.986-4.662-.884-.71-1.962-1.53-3.55-2.537-3.848-2.44-9.2-5.33-14.535-8.29-5.335-2.958-10.626-5.932-15.012-9.25-2.192-1.658-4.203-3.343-5.996-5.835-1.792-2.492-3.648-6.895-2.15-11.507 1.58-4.86 5.833-7.17 8.783-8.092 2.95-.92 5.64-1.104 8.512-1.16 5.744-.114 12.173.57 18.637 1.298 6.462.73 12.91 1.53 17.8 1.812 1.954.114 3.35.077 4.58.026.18-.948.37-1.78.498-3.274.38-4.43.395-10.576.44-16.728.047-6.152.09-12.253.89-17.682.4-2.714.873-5.267 2.367-8.14 1.493-2.873 5.65-6.842 10.63-6.842zm4.155 30.744c-.01.71-.038 1.334-.043 2.057-.045 6.045-.015 12.423-.504 18.13-.245 2.853-.59 5.53-1.353 8.22-.763 2.69-1.712 5.836-5.452 8.553-3.43 2.492-6.173 2.655-8.87 2.896-2.698.24-5.442.182-8.38.01-5.874-.34-12.474-1.184-18.78-1.895-1.527-.173-2.906-.285-4.378-.432.81.458 1.522.89 2.356 1.354 5.188 2.877 10.706 5.823 15.443 8.828 2.368 1.502 4.545 3 6.536 4.748 1.99 1.748 4.078 3.568 5.34 7.453 1.464 4.507.423 7.315-.418 10.03-.84 2.714-2.017 5.34-3.393 8.13-2.75 5.578-6.35 11.714-9.724 17.627-1.59 2.787-3.103 5.507-4.456 8.04 3.595-2.04 7.467-4.352 11.576-6.94 6.362-4.01 12.876-8.252 18.598-11.623 2.86-1.686 5.51-3.154 8.04-4.32 2.533-1.168 4.555-2.325 8.608-2.325 4.143 0 6.59 1.51 8.842 2.928 2.25 1.418 4.272 3.082 6.336 4.924 4.128 3.684 8.358 8.12 12.424 12.253.812.827 1.552 1.524 2.347 2.315-.427-1.2-.796-2.318-1.258-3.56-2.002-5.386-4.217-11.032-5.857-16.237-1.64-5.205-3.917-9.104-1.588-16.273 2.12-6.52 5.84-8.69 9.805-11.98 3.964-3.29 8.546-6.6 12.8-9.81 2.083-1.573 4.078-3.127 5.844-4.578-2.536.1-5.355.28-8.278.514-5.67.454-11.656 1.037-17.086 1.167-5.43.13-9.93 1.29-16.168-3.244-2.95-2.143-4.07-4.19-5.392-6.428-1.322-2.236-2.524-4.702-3.747-7.398-2.445-5.393-4.928-11.692-7.42-17.696-.787-1.9-1.567-3.645-2.35-5.436z"/></svg>
<svg class="tc-image-originals-seahorse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M260.004 19.164c-9.648 1.39-19.07 2.235-23.43 4.054-2.557 1.067-2.826 1.534-3.11 2.4-.282.863-.543 3.853 1.932 9.88l3.643 8.873-9.085 3.073c-28.644 9.69-47.62 38.362-48.017 63.627-.696 44.055 39.936 82.666 61.355 119.49 6.824 11.732 4.738 25.54-.455 39.22-5.193 13.676-13.8 28.374-23.465 44.36-19.33 31.972-42.898 68.978-52.547 106.822-6.672 26.167 3.367 43.43 19.096 55.682 15.73 12.253 38.023 17.54 50.17 15.902 19.262-2.595 32.47-15.11 39.91-30.416 7.44-15.305 7.876-33.077 3.17-42.47-3.16-6.31-9.583-11.794-16.926-15.014-7.343-3.22-15.397-3.924-20.447-2.48-16.272 4.65-21.495 15.99-22.44 28.195-.404 5.208.382 10.223 1.61 14.37 2.89-4.933 6.16-9.945 9.764-14.31 3.488-4.22 7.043-8.04 12.565-10.255 2.76-1.107 6.33-1.676 9.868-.705 3.537.972 6.495 3.364 8.492 6.053 3.54 4.77 4.53 10.117 4.555 15.86.024 5.746-1.222 11.948-4.322 17.796-6.202 11.696-21.378 20.488-41.666 16.45-17.63-3.51-30.796-14.66-35.545-29.497-4.75-14.838-1.416-32.257 9.16-48.82 22.857-35.8 62.226-57.237 93.674-80.788 15.724-11.776 29.463-23.952 38.73-37.89 9.267-13.94 14.37-29.483 13.02-49.9-1.37-20.728-15.83-40.585-36.8-58.366-20.97-17.783-47.835-33.06-71.06-44.968l-.004-.002-.006-.002c-3.178-1.635-5.58-4.987-6.383-7.943-.8-2.957-.547-5.49-.054-7.727.984-4.473 3.063-8.143 5.878-11.404 2.815-3.262 6.48-7.02 13.35-6.627 3.434.196 7.09 2.23 9.175 4.803 1.98 2.443 2.96 5.102 3.602 7.96.035-.044.51.51 2.578 1.336 2.998 1.2 8.278 2.27 14.746 2.65 12.935.754 30.663-1 47.942-5.302 18.94-4.715 38.375-.027 54.477 4.852 3.38 1.024 5.777 1.828 8.823 2.826-.08-.308-.25-.606-.32-.914-2.138-9.455-.64-18.675 1.34-26.57.6-2.397 1.268-4.403 1.925-6.547-12.96 4.157-28.064 6.265-42.94 4.624-18.95-2.09-38.058-11.507-47.237-30.97-10.787-2.446-18.605-8.153-24.193-14.274-5.4-5.917-9.345-11.812-14.103-16.996zm11.46 37.718c7.955 0 14.403 6.28 14.403 14.03 0 7.748-6.448 14.03-14.402 14.03-7.954 0-14.402-6.282-14.402-14.03 0-7.75 6.448-14.03 14.402-14.03zm-46.49 86.364c45.517 40.05 69.796 73.63 73.883 104.927 2.044 15.65-1.495 30.552-9.78 43.48-8.286 12.926-20.992 23.986-37.276 33.895l-9.357-15.377c14.73-8.96 25.218-18.464 31.48-28.23 6.26-9.768 8.62-19.69 7.085-31.435-3.068-23.488-23.848-54.964-67.924-93.746zm-101.453 19.77c11.56 35.447 39.336 66.16 72.933 93.74 1.728-6.023 3.852-12.013 7.01-17.6 3.29-5.82 7.986-11.18 13.998-15.04-10.137-14.124-22.746-29.812-33.214-47.34a53.774 53.774 0 0 1-2.85-.09c-8.232-.495-18.54-2.312-29.166-4.85-10.046-2.398-20.136-5.463-28.71-8.82z"/></svg>
<svg class="tc-image-originals-seated-mouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M240.125 23.563c-14.745.33-28.994 8.14-36.906 21.843-3.423 5.926-6.234 17.854-8.532 31.907-36.383 8.417-75.868 48.232-93.375 94.406 29.49 11.05 58.933 14.183 84.312 11.436-59.315 98.734-49.44 208.705 47.72 208.72 9.06 0 17.345-.91 24.874-2.688 57.812 24.78 100.79 13.996 122.81-13.438 22.414-27.923 22.947-69.86 3.314-102.438-17.974-29.824-26.618-53.295-26.03-69.968.585-16.674 8.498-28.14 29.873-38.875l-8.375-16.69c-25.082 12.596-39.368 31.652-40.187 54.907-.82 23.256 9.914 49.13 28.688 80.282 15.827 26.262 14.738 60.395-1.875 81.092-14.44 17.992-40.735 28.253-83.344 14.563 53.146-35.285 41.39-134.655-19.906-220.188 8.096 2.605 14.99 4.22 19.625 4.22 24.115-.003 43.687-19.543 43.687-43.657 0-23.737-18.97-43.027-42.563-43.625 3.36-17.73-4.552-36.437-21.062-45.97-7.178-4.143-15.026-6.016-22.75-5.843zM99.595 360.219C49.44 373.845 17.03 394.014 17.03 416.405c0 41.018 106.547 74.375 237.72 74.375s237.688-33.356 237.688-74.374c0-22.31-32.125-42.56-81.97-56.187C427.7 369.097 438 379.46 438 390.655c0 32.13-82.313 58.563-183.25 58.563S72.094 422.783 72.094 390.655c0-11.254 10.093-21.528 27.5-30.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M138.563 16.063C83.49 42.974 41.459 86.794 16.124 138.53l59.938 29.407c18.988-38.845 50.47-71.807 91.812-92l-29.313-59.874zm234.843.156L344 76.124c38.846 18.99 71.807 50.47 92 91.813l59.875-29.313c-26.913-55.073-70.732-97.073-122.47-122.406zm62.53 327.717c-18.982 38.865-50.53 71.673-91.873 91.875l29.437 60.125c55.116-26.925 97.085-70.76 122.375-122.562l-59.938-29.438zm-359.936.125l-60 29.375c26.928 55.097 70.776 97.082 122.563 122.375l29.406-59.937C129.122 416.885 96.192 385.4 76 344.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-self-love tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M278.574 20.672l-28.246 43.463c-36.452-29.484-87.944-38.624-127.96-30.428-54.457 11.15-100.166 60.347-97.895 131.46 2.394 74.955 54.71 129.71 104.89 174.823 25.09 22.554 50.84 43.086 69.928 61.535 37.685 34.062 55.942 92.366 55.942 92.366s24.534-59.502 55.942-89.572c19.692-18.7 45.676-39.61 71.324-62.93 51.298-46.644 104.404-104.034 102.094-177.618 0-122.308-121.2-121.013-167.883-78.495 19.323-10.226 40.12-12.397 58.798-8.214 34.297 7.683 62.693 35.935 64.332 88.108 1.562 49.92-39.09 98.088-88.11 142.654-24.508 22.28-49.752 42.445-71.324 62.93-11.456 10.884-16.74 20.514-25.174 31.795-8.437-11.983-13.663-22.066-25.173-33.192C174.715 306.4 86.784 238.475 83.27 163.77c-.72-62.22 72.103-78.604 111.246-51.04l-45.924 25.258c67.393 11.144 124.746 37.36 185.597 75.588L278.573 20.672z" fill="#fff"/></svg>
<svg class="tc-image-originals-semi-closed-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.063 19.5c-117.45 0-215.188 85.162-234.844 197.03l-.44.345.314.406c-1.46 8.462-2.49 17.075-3.032 25.814 4.73-4 9.484-7.87 14.25-11.625l.063.06c146.48-115.9 305.707-112.07 447.344 0l.03-.03c4.787 3.76 9.572 7.615 14.313 11.625-.54-8.76-1.568-17.394-3.032-25.875l.283-.375c-.135-.106-.272-.206-.407-.313C473.26 104.68 375.522 19.5 258.062 19.5zm0 18.688c101.242 0 186.342 68.277 211.906 161.343-66.862-46.73-138.216-70.87-210.064-71.31-72.09-.444-144.657 22.953-213.72 71.25 25.59-93.032 110.66-161.282 211.876-161.282zm1.843 126.906c-19.728-.138-39.508 1.77-59.28 5.75-28.27 18.638-46.876 50.68-46.876 87.156 0 36.69 18.828 68.857 47.375 87.438 19.428 3.744 38.904 5.57 58.344 5.468 18.58-.098 37.148-1.952 55.624-5.53 28.473-18.593 47.25-50.737 47.25-87.376 0-36.436-18.573-68.447-46.78-87.094-18.504-3.747-37.068-5.682-55.658-5.812zM162 181.314c-44.358 15.08-88.47 40.774-131.625 77.624 42.734 36.39 87.183 61.755 132.22 76.5-17.2-21.155-27.532-48.113-27.532-77.438 0-28.983 10.098-55.64 26.937-76.688zm192.188.092C370.976 202.44 381.03 229.06 381.03 258c0 29.296-10.305 56.23-27.467 77.375 45.355-14.86 89.806-40.357 132.156-76.406-42.67-36.427-86.778-62.318-131.533-77.564zm-96.125 17.375c6.243 0 12.255.957 17.906 2.75-9.1 4.638-15.345 14.09-15.345 25 0 15.492 12.572 28.064 28.063 28.064 11.16 0 20.795-6.534 25.312-15.97 2.104 6.077 3.25 12.586 3.25 19.376 0 32.69-26.498 59.188-59.188 59.188S198.875 290.69 198.875 258c0-32.69 26.498-59.22 59.188-59.22zm237.875 76.095c-6.803 5.73-13.67 11.185-20.594 16.406-.022.147-.04.293-.063.44-68.965 55.238-142.036 83.367-215.467 83.842-73.467.476-147.678-26.688-218.97-83.78-.022-.146-.04-.292-.062-.438-6.914-5.218-13.78-10.697-20.593-16.438C28.874 398.63 132.153 496.47 258.063 496.47c125.92 0 229.204-97.856 237.875-221.595zm-448.782 45.22c68.69 50.006 140.915 74.62 212.78 74.155 71.622-.463 142.556-25.776 209.033-74.156-26.753 91.21-110.98 157.687-210.908 157.687-99.92 0-184.145-66.49-210.906-157.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-sensuousness tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M250.344 21.885c-1.224.032-2.443.15-3.656.35-9.712 1.62-18.018 8.555-23.653 19.99-5.635 11.434-8.068 27.065-5.308 43.61 2.76 16.542 10.134 30.538 19.175 39.524 9.042 8.986 19.15 12.848 28.862 11.228 9.71-1.62 18.017-8.555 23.652-19.99 5.635-11.435 8.068-27.067 5.31-43.61-2.76-16.544-10.138-30.54-19.18-39.525-7.91-7.863-16.638-11.802-25.202-11.578zm185.64 32.22c-35.615 33.13-82.033 58.62-132.83 76.217-7.837 12.763-19.697 22.255-34.316 24.694-11.368 1.896-22.54-.784-32.383-6.547-55.808 11.324-113.423 13.896-165.514 7.39 42.767 37.097 106.85 54.638 169.626 50.964-9.982 93.127-47.653 188.14-81.968 282.924 53.913-39.23 109.785-113.508 127.08-175.496 27.11 53.623 33.926 92.79 49.646 176.547h.002c34.354-84.91 33.247-202.718-13.023-301.91 56.437-22.846 101.64-67.225 113.68-134.785z"/></svg>
<svg class="tc-image-originals-sentry-gun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M94 67.656v78.094h124.063V67.656H94zm-74.156 49.5v75.875l97.78 98.032h144.44l-.002-173.906H236.75V164.438H75.312V117.155H19.844zM280.75 136.03v89.407h99l-46.625 46.75H280.75v18.688h60.125l2.75-2.75 58.625-58.78 2.72-2.72v-1.188h.342V136.03H280.75zM424 154.407v51.75h68.53v-51.75H424zM165.906 309.75c.198 13.433 5.876 25.525 14.938 34.125L115.75 429.97c-25.832 2.44-47.42 20.308-56.97 45.217h126.064c-8.29-21.625-25.665-37.942-47-43.468l23.125-30.564h101.31l23.095 30.563c-21.332 5.527-38.68 21.844-46.97 43.467h126.032c-9.546-24.906-31.11-42.775-56.937-45.218l-63.28-83.658c10.65-8.667 17.47-21.81 17.686-36.562h-96zm30.813 44.156c5.34 2.05 11.124 3.156 17.186 3.156 4.702 0 9.237-.678 13.53-1.937l20.69 27.344h-73l21.593-28.564z" fill="#fff"/></svg>
<svg class="tc-image-originals-sergeant tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.978 39.21C226.38 86.89 161.383 164.77 106 203.713V256.6c53.113-38.92 105.113-92.538 140.56-145.71L256 96.735l9.44 14.157c35.333 53 87.963 106.298 140.56 145.473V203.77C349.61 164.835 285.346 86.825 255.978 39.21zm0 108.406C226.38 195.293 161.383 273.174 106 312.116v52.89C159.113 326.09 211.113 272.47 246.56 219.3l9.44-14.16 9.44 14.16c35.333 53 87.963 106.298 140.56 145.473v-52.597c-56.39-38.937-120.654-116.944-150.022-164.557zm0 107.782C226.38 303.075 161.383 380.956 106 419.898v52.89c53.113-38.918 105.113-92.536 140.56-145.707l9.44-14.16 9.44 14.16c35.333 53 87.963 106.298 140.56 145.473v-52.597c-56.39-38.938-120.654-116.945-150.022-164.558z" fill="#fff"/></svg>
<svg class="tc-image-originals-serrated-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M45.156 22.375c-7.16.035-14.42.166-21.78.375 237.557 25.66 433.75 444.537 147 429.47C547.707 626.792 649.035 19.44 45.155 22.374zm114.03 23.656c42.156 8.716 79.4 21.247 111.908 36.564l-49.906-5.813c-18.943-11.373-39.588-21.733-62-30.75zm101.72 54.19l53.78 6.28c18.73 11.87 35.41 24.773 50.064 38.375L260.906 100.22zm37.813 36.593l97.342 41.843c16.622 21.04 29.12 43.047 37.72 65.094L298.718 136.812zm52.186 65.156l92.53 73.28c4.36 19.457 5.676 38.577 4.095 56.72l-96.624-130zm30.156 71.905L443.22 357.5c-3.516 13.73-8.858 26.63-16 38.313L381.06 273.875zm9.25 77.188l23.72 62.656c-5.084 5.772-10.736 11.096-16.907 15.936l-6.813-78.594zm-14.375 50.687l3.438 39.625c-6.736 3.695-13.956 6.876-21.625 9.53l18.188-49.155zm-34.593 39.625l-5.688 15.375c-14.48 2.757-30.254 3.816-47.312 2.875 20.822-1.33 38.548-7.8 53-18.25z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-seven-pointed-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 22.017l-69.427 102.007-123.038-9.32L100 232.584l-84 90.384 114.898 44.987 18.292 122.028L256 428.2l106.81 61.783 18.292-122.028L496 322.968l-84-90.385 36.465-117.88-123.038 9.32z"/></svg>
<svg class="tc-image-originals-sewing-needle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M56.813 18.438c-.47-.005-.938.014-1.407.03-.625.023-1.252.066-1.875.126-7.468.72-14.682 4.148-22.31 11.125-9.985 9.128-12.863 17.66-11.407 27.718 1.455 10.056 8.353 22.236 21.125 34.906 2.895 2.872 6.126 5.737 9.593 8.625 1.27 1.055 2.565 2.13 3.907 3.186 1.122.882 2.266 1.775 3.438 2.656.232.175.454.358.688.532C74.71 119.38 95.558 131.28 120.25 142.22c159.723 161.31 288.815 297.553 374.594 352.124-51.11-85.624-187.432-214.62-350-375.531-10.23-23.802-21.115-43.71-32.094-59.282 35.46-10.19 82.517-2.294 125.75 40.94 40.243 40.242 52.642 90.776 41.375 128.343 4.89 4.914 9.883 9.913 14.688 14.75 19.07-46.1 4.573-108.895-42.844-156.313-35.694-35.693-75.48-50.324-111.032-50.22-1.147.005-2.3.03-3.438.064-21.844.65-41.957 6.898-58.344 17.187-2.884 1.812-5.663 3.757-8.312 5.814 1.33 3.094 2.758 5.884 4.406 8.218 1.92 2.72 4.004 4.936 6.906 6.688 2.202-1.717 4.498-3.375 6.938-4.906 1.063-.668 2.145-1.34 3.25-1.97 8.196 10.088 15.465 24.624 25.47 47.25-23.907-10.568-38.822-18.04-49.033-27 .024-.03.04-.063.064-.093-.433-.33-.867-.655-1.28-1-.013-.008-.022-.02-.033-.03-11.215-10.375-16.532-22.934-22.31-44.5 5.988 1.605 11.256 3.19 16 4.844 8.53-6.46 17.51-11.71 26.81-15.875-9.5-7.738-18.552-11.93-26.686-12.97-1.443-.185-2.87-.3-4.282-.313zM493.28 64.374c-77.985 0-125.587 28.886-146.124 69.406-20.536 40.52-13.994 90.39 9.688 131.407 11.385 19.72 17.807 40.687 19.187 61.22 6.27 6.475 12.425 12.867 18.47 19.187 2.31-29.955-5.072-61.35-21.47-89.75-21.13-36.602-26.155-80.112-9.186-113.594 16.97-33.481 55.94-59.188 129.437-59.188V64.376zM37.907 114.938c-2.894 23.925 6.18 50.21 29.532 73.562l13.218-13.188c-15.97-15.97-23.188-31.833-24.437-46.593-6.646-4.51-12.754-9.102-18.314-13.782zM124.062 277c-24.466-.028-45.04 4.92-61.343 13.656-24.842 13.31-39.363 35.865-40.75 60.47-2.78 49.207 44.38 102.65 140.405 118.28 101.63 16.544 170.303-9.184 205.406-54.062 1.01-1.29 1.988-2.59 2.94-3.906-4.552-4.232-9.148-8.52-13.783-12.875-1.233 1.79-2.52 3.55-3.875 5.28-29.97 38.315-90.355 62.97-187.687 47.126-90.394-14.715-126.796-62.527-124.75-98.783 1.023-18.127 10.982-34.37 30.938-45.062 19.955-10.692 50.267-15.364 90.5-7.47 34.077 6.69 62.938 3.47 85.437-6.936-4.72-4.65-9.49-9.33-14.28-14.064-17.545 6.452-39.89 8.088-67.564 2.656-14.895-2.923-28.778-4.297-41.594-4.312z" fill="#fff"/></svg>
<svg class="tc-image-originals-sextant tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M259.348 69.037l17.33 4.867-6.016 21.416c4.62 5.93 7.39 13.372 7.39 21.47-.006 12.142-6.268 23.15-16.13 29.464h-45.147l1.434-4.848a35 35 0 0 1-10.16-24.615c0-17.235 12.463-31.55 28.866-34.452l-12.203 43.447 17.328 4.867 13.12-46.71 4.188-14.905zm26.048 76.078c14.414 11.826 33.446 30.675 48.047 40.774l-10.357 36.874 15.502 4.353c.257 1.342.64 2.682 1.195 4.014l68.957 90.68c7.848-6.045 12.38-.656 16.213 3.946a277.93 277.93 0 0 0 35.293-36.963l25.715 25.115c-57.415 70.63-144.954 115.828-242.91 115.828-14.104 0-27.986-.958-41.6-2.773 2.97-10.225 5.942-20.45 8.913-30.674a26.98 26.98 0 0 0 1.903-4.247 280.762 280.762 0 0 0 30.785 1.693c59.417 0 114.406-18.63 159.466-50.377l-31.246-41.09c-27.794 19.263-60.113 32.44-95.024 37.605a26.818 26.818 0 0 1-25.87 19.88 26.818 26.818 0 0 1-25.35-18.155c-3.626-.288-7.228-.662-10.805-1.12 1.67-5.84 3.352-11.68 5.036-17.52 2.008.23 4.024.433 6.05.604a26.817 26.817 0 0 1 3.17-6.046l-4.13-12.147c6.6-22.71 13.282-45.413 19.966-68.116h10.04l6.99 71.25a26.818 26.818 0 0 1 13.433 13.408c31.438-4.814 60.538-16.667 85.65-33.902l-80.82-106.278V152.27a53.75 53.75 0 0 0 5.79-7.155zm-132.066 3.14v78h-17.725v-78h17.725zm60.275 7v64H171.33v-64h42.275zm-96 0v64h-30v-64h30zm144 9v46h-30v-46h30zm94.25 1.19l17.327 4.867-17.305 61.616-17.33-4.867 8.312-29.593 1.507-5.367 7.487-26.655zm-286.25 5.81v32h-43v-32h43zm158.034 66l-37.312 127.388 8.14 15.27-18.33 63.05-62.273-20.6 20.455-62.324 17.303-7.13 34.225-115.656h37.79zm-64.802 7L129.43 290.52c7.644 5.007 15.65 9.503 23.953 13.482a9751.523 9751.523 0 0 0-5.123 17.428 225.38 225.38 0 0 1-29.32-16.38l-30.206 41.83a276.462 276.462 0 0 0 31.21 18.112c-4.116 11.318-7.75 22.83-11.378 34.344-30.56-14.602-58.404-34-82.527-57.244l22.86-27.674a277.37 277.37 0 0 0 18.405 16.53c2.902-3.237 8.592-5.312 12.445-2.37l60.887-84.324h22.2z"/></svg>
<svg class="tc-image-originals-shadow-follower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M128.912 21.563c-.507.012-1.01.043-1.504.11C97.753 25.525 74.6 57.76 74.6 96.662c0 21.547 7.39 40.787 18.767 54.5-61.678 11.593-66.342 115.44-66.342 188.347h42.772l11.348 152.158h108.68L199.86 339.51h40.593c0-73.108 1.47-178.783-65.904-189.22 10.89-13.647 17.893-32.613 17.893-53.628 0-41.496-26.445-74.99-58.923-74.99-1.523 0-3.087-.146-4.608-.11zm239.828 0c-.507.012-1.01.043-1.504.11-29.655 3.853-52.808 36.087-52.808 74.99 0 21.547 7.39 40.787 18.767 54.5-61.678 11.593-66.34 115.44-66.34 188.347h30.323l-10.17-11.422c-.31-51.837 1.858-95.18 24.008-135.484l-1.543 146.906h.152l11.348 152.158h86.013l-66.03-12.006c-11.876-104.37-18.402-205.544-4.09-308.36 0 0 9.455-6.07 24.03-13.396-14.157-12.08-23.552-33.24-23.552-57.345 0-37.564 22.797-68.013 50.918-68.013 8.887 0 17.24 3.046 24.51 8.392-10.45-11.98-24.28-19.268-39.424-19.268-1.523 0-3.087-.146-4.608-.11zm69.192 171.308l1.685 147.214 22.324-.262c.31-51.836-1.86-106.647-24.008-146.95zm1.685 147.214h-.002l.002.006v-.006z"/></svg>
<svg class="tc-image-originals-shadow-grasp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M221.268 19.824c-9.866.172-19.968 2.14-30.002 6.63L65.386 67.983l-.44 7.108c-5.165 83.462-6.107 155.855-44.696 211.004v33.226c58.64-62.168 59.955-145.976 65.28-235.832l72.384-23.88c-21.245 23.445-34.98 43.238-42.084 59.808-2.855 6.66-4.755 12.936-5.37 18.902-7.816 25.16-5.503 51.296 15.24 74.905-3.255-15.89-3.477-31.222-1.53-45.828 2.583 1.532 5.388 2.703 8.293 3.44 19.373 4.906 44.5-1.94 76.35-17.253 30.25-14.542 66.117-37.706 105.01-69.775l48.368 32.73c-29.567-2.373-57.21 2.11-80.665 12.113-18.437 7.865-34.347 19.29-46.357 33.426-24.973 26.092-33.82 71.752-28.268 98.403 2.466-10.895 6.392-22.255 11.496-33.578l143.338-40.074 46.852 41.906c-30.122-7.788-58.994-11.142-84.867-8.238-39.39 4.42-72.503 24.934-86.783 64.244l-5.185 14.274 136.463-1.49 26.174 57.138c-42.183-25.606-84.56-34.873-125.693-34.37-51.737.635-101.458 16.077-148.695 31.68l-2.484.82-1.81 1.892c-11.985 12.504-27.58 37.417-41.985 66.17-11.847 23.65-22.493 49.252-27.418 71.986H68c4.805-18.81 14.066-41.677 24.53-62.563 13.107-26.165 28.38-49.616 36.9-59.23 46.044-15.156 92.8-29.148 139.525-29.72 45.873-.563 91.752 11.28 139.047 48.245 15.232 20.38 26.606 41.606 31.72 64.203 4.928-23.655 5.312-52.454-11.784-76.38L381.65 276.343l-118.1 1.29c13.015-22.177 34.103-33.042 62.514-36.232 32.693-3.67 74.36 4.298 117.655 20.55 21.03 16.204 38.378 34.313 49.58 55.6-1.527-26.99-10.2-58.732-39.917-76.972l-86.215-77.11-130.076 36.366c8.267-22.522 26.764-40.777 52.687-51.834 28.765-12.27 66.23-15.26 106.263-4.094 24.284 10.177 45.53 23.124 61.742 40.658-6.674-20.26-18.418-42.217-39.49-55.462L312.527 57.53l-6.082 5.124c-40.176 33.84-76.992 57.666-106.746 71.97-29.754 14.306-52.98 18.12-62.073 15.817-4.546-1.15-5.186-2.007-5.928-4.67-.743-2.66-.484-8.857 3.464-18.067 7.5-17.498 27.28-44.476 62.05-78.553 25.34-10.698 50.48-17.074 75.28-16.107-14.85-7.49-32.616-13.543-51.226-13.22z"/></svg>
<svg class="tc-image-originals-shaking-hands tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M494 61.363l-82.58 77.934 78.994 132.96 3.586-4.458V61.362zM18 62.5v225.893c4.48.582 9.863.903 15.295.96 11.87.125 21.654-.65 27.15-1.144L113.1 154.974 18 62.5zm389.154 104.86l-7.04 4.556c-.15.097-5.362 3.336-6.893 4.29l-10.605 6.42.15.09c-4.914 3.057-6.28 3.917-11.857 7.38-2.83 1.757-2.9 1.798-5.584 3.465-20.29-10.907-42.306-19.29-67.998-25.882-32.312 9.762-66.542 23.888-100.722 37.142 14.19 17.087 29.96 22.651 45.845 22.85 18.42.23 37.25-7.78 50.218-16.754l7.4-5.12 7.426 10.73 115.453 83.33 45.112-29.987-60.906-102.51zM126.477 170.1L81.11 284.887 97.76 297.69l30.795-34.905 2.467-2.795 3.72-.232c1.5-.094 2.98-.138 4.44-.13 10.212.066 19.342 2.716 26.19 8.76 5.072 4.472 8.444 10.426 10.4 17.32l2.28-.142c11.995-.75 22.802 1.725 30.63 8.63 7.827 6.907 11.63 17.323 12.38 29.32l.07 1.08c6.44 1.216 12.205 3.752 16.893 7.888 7.828 6.906 11.63 17.32 12.38 29.317l.197 3.12c.642.202 1.275.424 1.9.658l2.033-2.853 5.47-7.678 2.813-3.95 7.33 5.223 59.428 42.336c6.464-1.594 10.317-4.075 12.46-7.086 2.147-3.012 3.233-7.47 2.624-14.107l-71.258-51.03-7.318-5.24 5.19-7.246 6.67-9.365 7.33 5.223 80.335 57.226c6.464-1.593 10.32-4.074 12.463-7.085 2.144-3.01 3.23-7.457 2.625-14.082l-92.398-65.55-7.34-5.21 10.414-14.68 7.343 5.208 92.414 65.565c6.47-1.594 10.327-4.075 12.473-7.088 2.148-3.015 3.233-7.476 2.62-14.125l-110.44-79.71c-14.655 8.688-33.402 15.648-53.557 15.396-23.587-.295-48.817-11.566-67.377-40.05a9 9 0 0 1 4.343-13.327c13.014-4.945 26.163-10.17 39.343-15.354l-92.056-6.834zm12.902 107.62l-47.564 53.91c.927 6.746 3.04 10.942 5.887 13.454 2.847 2.512 7.275 4.085 14.084 4.164l47.563-53.908c-.927-6.747-3.04-10.945-5.887-13.457-2.847-2.512-7.274-4.084-14.084-4.162zm43.308 25.81l-53.713 60.88c.926 6.747 3.04 10.945 5.886 13.457 2.85 2.51 7.275 4.083 14.085 4.16l53.713-60.878c-.926-6.748-3.04-10.944-5.887-13.457-2.846-2.512-7.273-4.085-14.083-4.164zm29.34 38.286l-47.56 53.91c.927 6.746 3.04 10.943 5.887 13.456 2.848 2.512 7.275 4.083 14.084 4.162L232 359.44c-.927-6.75-3.04-10.947-5.887-13.46-2.847-2.512-7.274-4.083-14.084-4.162zm24.702 39.137l-38.794 44.28c.925 6.76 3.038 10.962 5.888 13.476 2.845 2.51 7.267 4.082 14.067 4.163l38.796-44.28c-.926-6.758-3.04-10.96-5.89-13.476-2.844-2.51-7.266-4.08-14.066-4.162zm35.342 4.79c1.694 4.62 2.673 9.74 3.014 15.192l.232 3.704-8.277 9.448 26.724 19.037c6.464-1.594 10.316-4.075 12.46-7.086 2.145-3.01 3.233-7.464 2.628-14.093l-36.78-26.2z" fill="#fff" fill-rule="evenodd" stroke-linecap="square"/></svg>
<svg class="tc-image-originals-shambling-zombie tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M63.648 18.836l-21.906 5.22 4.174 17.508 21.904-5.22-4.172-17.508zm55.41 9.576c-10.812.018-19.293 3.666-24.505 10.344-5.56 7.123-6.867 17.012-3.494 28.383 3.372 11.37 11.602 23.646 23.973 33.288 12.372 9.64 26.29 14.625 38.15 15.125 11.856.5 21.136-3.178 26.696-10.3 5.56-7.124 6.866-17.012 3.493-28.382a50.804 50.804 0 0 0-1.172-3.434c-8.79 6.754-14.632 18.57-22.014 13.644-2.02-1.347 4.205-17.284 13.49-28.98a75.225 75.225 0 0 0-9.41-10.39l-25.328 12.17-13.696-12.644c2.028-1.745 18.215-4.463 31.54-5.603-11.69-8.362-24.503-12.712-35.532-13.176a50.13 50.13 0 0 0-2.193-.045zm135.215 11.375l-21.128 7.79 6.226 16.888 21.13-7.79-6.227-16.888zm52.932 22.277l-13.496 11.91 14.897 16.883 13.498-11.908-14.9-16.886zm-265.8 24.73L25.81 95.788l11.25 19.506 15.592-8.992-11.25-19.505zm155.54 25.33a41.26 41.26 0 0 1-2.867 4.192c-9.75 12.493-25.473 17.895-41.658 17.213-5.973-.252-12.08-1.295-18.166-3.096-.692 8.702-.662 17.523-.018 26.373l7.3-3.37.5 16.885 12.91 2.485-7.448 14.898 17.38 15.395-16.388 6.457 8.444 9.435-6.967 6.45c10.697 28.977 25.217 55.522 39.002 75.956 16.78 24.877 33.407 70.446 34.106 98.352l-37.594 95.297 113.575 1.187.793-20.564-7.577-1.32-12.673 12.322-10.43-8.94h-8.94l-1.312-9.193-21.28-3.708 28.37-63.31c1.334-37.238-10.187-63.18-18.72-100.418 17.34 11.887 34.13 23.517 50.22 35.474 3.39-3.158 7.75-5.67 14.87-6.342 4.78 7.99 5.047 14.693 4.413 21.137 25.186 20.06 48.29 41.65 68.536 67.356l55.403-96.488-16.375-9.064-45.36 43.074c-25.322-34.38-62.046-59.99-101.895-88.56-3.014-9.555-7.292-18.512-12.196-27.055-3.357 4.796-7.873 9.123-11.627 12.125-7.314 5.85-20.288 2.142-23.34-3.973-3.05-6.116 11.094-9.658 7.946-15.395-3.148-5.738-17.153 3.158-21.852-1.987-4.697-5.145-6.025-13.1 0-19.865 3.768-4.228 12.42-6.017 20.75-5.955a54.94 54.94 0 0 1 4.968.266c-8.813-12.567-16.915-24.728-21.516-37.208 29.466 3.21 58.927 6.432 86.832 17.442 5.666 15.217 1.188 30.435-4.916 45.652 4.516.913 9.738 1.007 14.41-5.498 12.134-16.9 20.338-37.936 14.387-58.414-1.382-4.756-40.025-14.216-77.795-22.226 27.81-3.497 57.99-5.808 89.506-7.452 14.352 4.97 21.266 19.44 21.828 40.266 15.58-7.543 19.9-15.453 20.506-26.77.937-17.48-12.432-32.673-21.85-35.517-3.76-1.24-137.436.263-166.195-4.005zM427.02 136.34l-17.315 14.394 11.508 13.842 17.314-14.396-11.506-13.84zm-343.145 4.61l-5.457 17.154 21.46 6.828 5.456-17.155-21.46-6.826zm318.168 123.564l-16.05 15.793 12.622 12.832 16.053-15.794-12.625-12.832zm-258.078 29.894l-5.455 17.153 21.46 6.827 5.454-17.153-21.46-6.826z"/></svg>
<svg class="tc-image-originals-shard-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M496.514 14.453l-97.79 45.47-71.57 71.567-26.558-33.377-31.772 91.705-74.644 74.645-26.56-33.375-29.968 86.504 20.053 20.05L413.415 81.93l13.216 13.215L170.92 350.86l20.756 20.755 75.763-75.765 83.155-28.807-30.266-24.084 80.082-80.083 83.158-28.81-31.148-24.786 44.096-94.827zM43.57 266.525l-.002 39.75 23.793-.334 137.732 137.734-.336 23.79h39.754l-.28-39.538h-22.673L83.11 289.48v-22.675l-39.54-.28zm71.434 113.49l-88.166 88.167 17.738 17.74 88.168-88.168-17.74-17.738z" fill="#fff"/></svg>
<svg class="tc-image-originals-shark-fin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M349.603 42.768c-31.36-1.053-234.946 205.685-280.595 309.828 26.998-7.923 58.257-15.23 82.4-13.004 22.594 2.083 40.82 15.274 57.844 26.603 17.023 11.33 32.575 20.703 48.654 20.416 16.378-.29 32.196-11.74 49.502-24.862 17.306-13.122 36.175-27.944 60.272-27.812 6.093.033 12.397.946 18.79 2.505-56.174-100.224-21.42-289.766-36.062-293.598-.255-.04-.523-.065-.805-.074zm21.586 312.37c-24.097-.13-42.966 14.69-60.272 27.813-17.306 13.123-33.124 24.573-49.502 24.864-16.08.287-31.63-9.086-48.654-20.416-17.023-11.33-35.25-24.52-57.844-26.603-25.39-2.34-58.66 5.86-86.557 14.234-27.895 8.372-50.07 17.28-50.07 17.28l6.706 16.702s21.492-8.624 48.54-16.743c27.047-8.12 60-15.37 79.73-13.55 16.277 1.5 32.278 12.186 49.523 23.663 17.244 11.476 36 23.838 58.946 23.43 24.043-.43 42.793-15.428 60.057-28.518 17.264-13.09 32.97-24.245 49.3-24.156 17.393.094 46.024 13.347 68.952 27.23 22.928 13.882 40.662 27.745 40.662 27.745l11.09-14.176s-18.476-14.464-42.43-28.967c-23.954-14.504-52.877-29.696-78.178-29.834zm1.91 41.12c-24.097-.132-42.966 14.69-60.272 27.812-17.306 13.122-33.124 24.572-49.502 24.864-16.08.286-31.63-9.087-48.654-20.416-17.023-11.33-35.25-24.52-57.844-26.604-25.39-2.34-58.66 5.86-86.557 14.234-27.895 8.374-50.07 17.28-50.07 17.28l6.708 16.703s21.49-8.623 48.537-16.74c27.048-8.12 60.002-15.37 79.73-13.552 16.28 1.5 32.28 12.187 49.524 23.664 17.244 11.477 36 23.84 58.946 23.43 24.044-.43 42.795-15.427 60.06-28.518 17.263-13.09 32.966-24.245 49.296-24.156 17.394.095 46.025 13.348 68.953 27.23 22.928 13.883 40.662 27.748 40.662 27.748l11.092-14.177s-18.476-14.464-42.43-28.968c-23.955-14.504-52.88-29.696-78.18-29.834z"/></svg>
<svg class="tc-image-originals-shark-jaws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.97 20.22C150.394 88.557 72.1 275.18 69.874 494.374h375.188c-2.2-219.194-79.52-405.817-187.094-474.156zm-18.845 163.06l18.344 36.282 18.342-36.28c9.99 2.326 19.72 6.537 29.063 12.437l4.156 48.56 20.095-28.624c7.938 8.123 15.48 17.558 22.594 28.156L345.436 279l18.375-15.344c24.39 44.295 42.05 103.6 49.532 170.78-10.036-32.144-26.553-60.393-47.625-82.342l4-35.813L344.093 333c-6.098-4.53-12.452-8.595-19.03-12.156l-3.345-40.97-26.314 28.876c-7.31-2.074-14.792-3.58-22.437-4.438l-15.5-33.25-15.5 33.282c-8.14.916-16.12 2.522-23.876 4.812l-24.875-27.28-3.157 38.874c-6.645 3.585-13.065 7.68-19.22 12.25l-25.624-16.72 4.03 35.814c-21.08 21.95-37.618 50.19-47.656 82.344 7.482-67.188 25.17-126.485 49.562-170.782L169.5 279l-6.28-35.188c7.37-10.983 15.213-20.71 23.468-29.03l19.25 27.374 3.937-46.312c9.4-5.963 19.193-10.22 29.25-12.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-sharp-crown tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.28 18.25L198.5 196.53 154.97 63.595l-50.75 182.5-33.25-87.625-34.907 140.75c-10.612 14.005-16.47 29.292-16.47 45.28 0 5.906.9 11.848 2.438 17.53C38.147 303.664 135.618 258.69 253.47 258.69c117.85 0 215.352 44.975 231.468 103.343 1.538-5.682 2.437-11.624 2.437-17.53 0-16.412-6.19-32.066-17.344-46.375L435.407 158.47l-29.03 76.75L358.03 63.593l-47.75 146.844-58-192.188zm-.843 149.313c14.193 0 25.72 16.46 25.72 36.78s-11.527 36.813-25.72 36.813c-14.192 0-25.687-16.492-25.687-36.812 0-20.32 11.495-36.78 25.688-36.78zm-95.78 26.843c10.812 0 19.562 12.55 19.562 28.03 0 15.484-8.75 28.033-19.564 28.033-10.813 0-19.594-12.55-19.594-28.032 0-15.483 8.78-28.032 19.594-28.032zm202.062 0c10.812 0 19.592 12.55 19.592 28.03 0 15.484-8.78 28.033-19.593 28.033-10.814 0-19.564-12.55-19.564-28.032 0-15.483 8.75-28.032 19.563-28.032zm-284.97 45.25c8.233 0 14.906 9.556 14.906 21.344 0 11.788-6.673 21.344-14.906 21.344S57.844 272.788 57.844 261c0-11.788 6.673-21.344 14.906-21.344zm360.938 0c8.232 0 14.906 9.556 14.906 21.344 0 11.788-6.674 21.344-14.906 21.344-8.233 0-14.907-9.556-14.907-21.344 0-11.788 6.675-21.344 14.908-21.344zM126.344 403.5c-16.1.228-32.323 4.688-48.72 14.375 48.73 62.635 97.458 50.163 146.19 29.53-32.1-27.026-64.507-44.373-97.47-43.905zm257.875 0c-32.173.35-63.806 17.507-95.158 43.906 48.73 20.632 97.458 33.104 146.188-29.53-17.177-10.15-34.18-14.56-51.03-14.376z" fill="#fff"/></svg>
<svg class="tc-image-originals-sharp-halberd tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M355.414 37.057l-72.865 34.96 38.507 38.506zM76.804 60.02c5.94 22.94 6.843 41.02 6.973 57.7 12.274 1.806 26.093 6.842 40.993 12.573 12.252 4.712 24.655 9.693 36.613 14.305-4.61-11.958-9.59-24.364-14.303-36.616-5.73-14.9-10.768-28.72-12.574-40.992-16.682-.13-34.76-1.03-57.7-6.97zm201.712 33.417l-47.207 47.21c9.54 4.895 19.098 9.503 28.655 13.767l39.764-39.764zM175.178 130.02c3.663 9.255 7.183 18.426 10.054 27.04l5.692 17.077-17.078-5.692c-8.615-2.87-17.786-6.39-27.04-10.054 20.598 34.496 39.182 70 52.467 105.872 19.01 51.326 26.685 103.905 12.985 153.963 108.61-34.56 188.19-114.144 222.752-222.754-50.058 13.7-102.637 6.028-153.963-12.982-35.87-13.285-71.374-31.87-105.87-52.467zm316.55 39.392c-11.713 7.82-23.67 14.096-35.81 18.998-35.135 124.333-126.39 215.586-250.723 250.72-4.902 12.14-11.177 24.1-18.996 35.813 69.376-15.54 138.225-56.89 193.433-112.097 55.208-55.21 96.555-124.057 112.096-193.434zm-334.296 45.11l-47.207 47.207 21.213 21.213L171.2 243.18c-4.263-9.557-8.873-19.116-13.768-28.66zm-59.936 59.935l-12.213 12.215h24.428zm-30.21 30.213L51.34 320.613h42.426l15.943-15.943zM51.34 338.61l12.213 12.214L75.77 338.61zm-21.73 3.73L18 353.953v42.428l32.828-32.827z" fill="#fff"/></svg>
<svg class="tc-image-originals-sharp-lips tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M249.773 20.154c-59.588 0-124.375 42.627-215.554 46.055l25.73 70.442c62.673-43.115 126.324-64.678 190.44-64.44 63.326.233 126.67 21.697 189.69 63.12l25.246-69.12c-91.886 0-159.248-46.056-215.555-46.056l.003-.002zm-2.652 70.772c-18.31.152-36.612 2.178-54.915 6.142l35.766 106.82 19.15-112.962zm5.425.008l20.027 112.953 34.854-106.68c-18.354-3.972-36.645-6.054-54.88-6.273zm-68.783 8.11c-19.286 4.802-38.578 11.747-57.89 20.878l30.43 141.086 27.46-161.963zm132.04.11l27.44 161.854 30.293-141.487c-19.322-8.84-38.563-15.625-57.732-20.366zm63.87 23.24l23.976 112.682 29.84-81.695c-18.015-12.082-35.95-22.416-53.816-30.985zm-259.664.366c-17.785 8.814-35.59 19.485-53.428 32.047l29.318 80.267 24.11-112.314zm43.916 177.445l-26.934 115.73c17.212 4.612 34.437 8.154 51.68 10.633l-24.746-126.363zm171.7 0L310.89 426.5c17.122-2.45 34.275-5.917 51.465-10.395l-26.732-115.9zm-227.183.024l-35.88 93.41c19.258 8.172 38.522 14.99 57.8 20.465L108.44 300.23zm282.665 0l-21.748 113.995c19.267-5.323 38.582-11.906 57.952-19.75l-36.205-94.246zm-170.533 47.303l-23.924 80.11c16.01 1.997 32.038 3.083 48.086 3.257l-24.162-83.367zm58.403 0l-24.16 83.352c16-.206 32.017-1.304 48.064-3.305l-23.905-80.047zM65.86 411.078L51.794 447.7c56.882 37.393 143.25 47.306 197.982 47.306 51.718 0 149.793-8.762 197.98-47.305l-13.75-35.794c-123.46 49.763-246.83 50.343-368.144-.828z"/></svg>
<svg class="tc-image-originals-sharp-smile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M458.656 19.72c-57.77 6.715-81.53 39.592-99.28 77.093 74.776 2.09 108.602-23.12 99.28-77.094zM54.937 21.374c-9.32 53.974 24.505 79.154 99.282 77.063-17.752-37.5-41.512-70.346-99.282-77.063zM467.844 175.03c-4.32.2-9.382 2.47-15.22 7.19-8.233 6.657-16.966 12.814-26.124 18.468 28.704 32.76 45.837 74.055 56.563 118.437 10.61-69.51 11.1-145.308-15.22-144.094zM60.47 180.688c-25.47-.264-30.547 76.598-21.157 146.657 14.426-42.205 34.88-83.047 62.218-119.656-9.302-5.88-18.05-12.415-26.093-19.625-5.608-5.03-10.59-7.33-14.968-7.375zm341.592 33.407c-15.548 7.583-31.938 13.896-48.875 18.906 27.92 71.072 40.385 145.85 48.188 220.28 20.714-79.27 18.07-159.615.688-239.186zm-274.625 7.625c-16.893 65.397-28.75 128.586-20.874 194.124 13.266-63.588 33.256-123.988 66.156-178.22-15.82-4.037-31.007-9.326-45.282-15.905zm296.5 6.093c14.383 75.347 15.57 152.055-3.812 227.937 16.663-10.085 29.597-22.548 37.156-37.563 5.687-11.294 11.303-28.935 16.25-49.625-8.04-52.642-22.32-102.276-49.592-140.75zm-319.093 7.656c-27.066 40.656-46.15 86.125-58.22 132.436 4.792 20.483 10.948 38.554 18.282 51.438 5.968 10.483 15.548 19.897 27.844 28.156-15.18-73.294-4.838-142.62 12.094-212.03zm223.5 3.874c-19.46 4.21-39.347 6.785-59.22 7.687 22.523 66.597 34.172 134.63 43.876 202.595 10.35-70.784 13.795-140.562 15.344-210.28zm-128.75 3.875c-10.376 73.08-12.596 154.426 6.5 221.75 6.98-71.93 20.608-149.46 40.78-217.626-15.99-.28-31.828-1.637-47.28-4.125zm-21.688 23.06c-31.53 58.626-49.375 124.554-60.78 194.595 21.327 9.65 46.993 16.945 74.624 21.688-21.974-66.086-22.11-144.102-13.844-216.282zm168.188 2.22c-2.162 71.314-6.807 143.27-19.813 216.78 20.76-2.794 40.505-7.197 58.25-13.28-6.67-69.114-16.73-137.997-38.436-203.5zm-87.625 6.72c-18.06 67.556-30.09 143.006-35.626 211.5 25.292 2.497 51.388 2.97 76.687 1.25-9.87-72.005-20.188-143.462-41.06-212.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-sharped-teeth-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M416.025 38.963c-7.803 18.705-22.337 35.512-41.558 48.97C355.52 67.37 311.273 52.946 259.71 52.946c-50.958 0-94.764 14.086-114.073 34.262-17.96-12.82-31.512-28.88-38.366-47.112C64.93 84.702 45.737 148.543 44.558 210.42c46.465 19.57 74.86 40.343 85.025 63.525 5.303 12.096 4.547 25.52-2.334 36.24-5.074 7.905-12.87 14.376-22.922 19.778 30.688 32.715 88.288 54.408 147.053 56.52 59.795 2.152 119.538-15.43 153.878-56.81-10.153-5.368-17.794-11.848-22.42-20.01-6.175-10.898-5.214-24.36 1.486-35.956 12.873-22.28 43.89-42.744 93.197-63.312-1.26-58.048-20.475-125.513-61.495-171.432zm-288.78 73.826c19.056 29.372 55.18 62.954 106.054 75.427-9.29 15.958-20.286 26.032-32.177 31.767-3.875-45.233-60.436-39.484-54.96 2.157-20.654-5.936-40.58-17.438-56.368-28.09 3.747-42.774 17.097-68.54 37.45-81.26zm267.6 0c20.352 12.72 33.7 38.486 37.448 81.26-14.028 9.465-31.326 19.586-49.494 25.893 3.298-40.41-53.56-44.56-55.36 2.713-14.37-4.983-27.698-15.62-38.65-34.44 50.873-12.472 87-46.054 106.054-75.425zm-133.59 117.08c23.496 29.888 70.427 113.39 25.917 113.39-14.297 0-17.34-46.52-25.33-79.516h-.002c-6.943 33.288-9.248 79.848-25.397 79.848-46.87 0 .093-85.24 24.813-113.72zM412.92 349.208c-10.767 11.318-23.182 20.773-36.766 28.496 6.65 27.98 6.116 61.76-2.26 96.748 29.022-22.033 49.494-75.435 39.026-125.243zm-305.332 9.176c-6.35 47.05 13.36 95.382 40.605 116.068-8.04-33.594-8.86-66.078-3.025-93.382-13.77-6.374-26.452-13.948-37.58-22.685zm246.09 30.13c-11.222 4.535-22.97 8.105-35.04 10.764 5.866 26.873 8.633 57.825 5.647 89.32 21.05-17.937 31.063-57.538 29.393-100.083zm-183.858 2.323c-1.22 41.657 8.793 80.15 29.46 97.762-2.962-31.233-.267-61.934 5.5-88.65-11.998-2.316-23.718-5.356-34.96-9.112zM303.633 402.1c-10.676 1.672-21.52 2.68-32.397 3.062 5.852 32.267 9.403 69.7 11.366 95.957 14.238-27.77 21.962-61.86 21.03-99.02zm-81.672.632c-.828 36.915 6.892 70.775 21.05 98.387 1.96-26.234 5.51-63.622 11.35-95.868-1.217-.03-2.436-.048-3.653-.092-9.635-.346-19.245-1.17-28.746-2.428z"/></svg>
<svg class="tc-image-originals-shatter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M326.594 14.97l-39.78 45.468L285.717 170l52.56-95.78-11.686-59.25zM204.438 27.78l-8.25 72.095 53.03 95.063-1.562-108.875-43.22-58.282zM69.75 61.157l35.438 74.28 105.187 77.75-37.72-78.874L69.75 61.156zm365.72 20.25l-66.564 28.875-55.812 93.5 93.5-55.81 28.875-66.564zm.28 91.094l-75 53.063L449.53 223 495 180l-59.25-7.5zm-159.063 21.375l-11.968 38.28-35.908-29.905 13.157 50.875-51.47 18.53 50.28 7.783-11.968 58.062 29.844-36.063 15.97 20.375-.345-46.562 35.94 7.78-11.97-26.905 43.063-41.313-46.063 11.97-18.563-32.907zm-259.218 5.28l91.75 50.94 94.843-.94-81.657-48.218-104.937-1.78zm376.592 47.782l-58.656 20.782 94.094 15.874 62.313-22-97.75-14.656zM81.156 279.063l-45.47 39.75 59.252 11.72 75-47.688-88.782-3.78zm244.22 16.188l78.093 75.875 71.78 10.656-45.125-56.81-104.75-29.72zm-107.22 3.906l-88.97 50.188-58.155 96.906 96.907-58.156 50.22-88.938zm75.47 2.625l15.812 104.158 73.375 76-24.97-108.657-64.218-71.5zm-31.907 40.814l-22 62.344 15.905 94.093 20.78-58.655-14.686-97.78zm-44.19 24.937l-54.374 75.033 6.438 59.25 43.812-45.47 4.125-88.812z" fill="#fff"/></svg>
<svg class="tc-image-originals-shattered-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M431.688 18.813l-83.594 65.75L456.5 63.03l-24.813-44.218zm-121.375.906l-21.47 91.5 79.72-91.5h-58.25zm-160.657 4.405l-2.187 6.25c-13.237 37.557-21.314 79.002-21.314 118.094 0 53.795 15.034 93.182 40.22 118.874 18.918 19.3 43.185 30.496 69.78 34.875 17.132 48.134 16.18 101.07-2.47 148.78-30.572 5.112-60.267 18.292-86.342 39.53H378.53c-26.062-21.23-55.75-34.383-86.31-39.5-18.647-47.685-19.602-100.598-2.5-148.717 26.782-4.308 51.187-15.52 70.124-34.97 13.345-13.706 23.776-31.308 30.625-52.906l-84.75-71.656-51.595-1.093 52.156 119.625-50.186-73.687-79.156 64.47 63.812-86.94-16.28-23.905-53.845-16.156-9.813-2.938 3.844-9.53 36-88.5h-50.999zm71.156 0l-34.968 86 48.562 14.594 32.78-33.69-17.436-66.905h-28.938zM395.438 97.03l-81.78 28 81.906 69.25c2.706-13.91 4.156-29.165 4.156-45.81 0-16.88-1.513-34.186-4.283-51.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-shattered-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M496.223 16.818l-48.475 44.205 48.475 4.575v-48.78zm-41.55 1.22l-68.91 11.28-7.04 65.547 75.95-76.828zM352.26 77.907l-87.887 50.3 15.447 41.026 82.662-16.87-10.222-74.456zm64.34 25.022l-32.967 67.443 24.842 70.684 54.314-134.19-46.19-3.937zm-271.362 72.808c-10.02.155-20.714 3.165-30.79 9.057 4.143 8.863 3.382 18.708-2.776 24.873-6.158 6.165-15.993 6.927-24.846 2.78-12.923 22.167-11.88 47.34 2.485 61.73l29.84-29.87c58.655 42.87 109.37 92.94 150.57 151.24l-36.19 36.23 6.61-6.604c14.283 14.298 39.192 15.42 61.23 2.732-4.88-9.197-4.366-19.74 2.107-26.22 6.47-6.478 17-6.993 26.185-2.112 12.66-22.062 11.54-47-2.732-61.3l-28.248 28.28c-57.035-42.41-107.91-92.665-151.426-150.386l35.455-35.492-6.61 6.603c-7.834-7.843-18.863-11.726-30.862-11.542zm108.45 4.512c-17.61 17.41-39.674 39.21-62.22 61.375 8.873 10.318 18.02 20.337 27.407 30.094l59.063-59.126-24.25-32.344zm78.28 32.688L297 219.968l-65 65.063c11.33 11.185 22.99 21.98 35 32.376 22.02-23.134 43.764-46.41 64.97-69.406v-35.063zM173.47 313.25c-31.146 40.858-67.877 74.323-108.905 101.875 4.13 13.708 16.394 26.374 30.624 30.563 29.466-41.26 61.113-79.902 100.97-109.97-7.368-7.662-14.914-15.154-22.688-22.468zM44.5 410.28l-20.844 20.845c7.133 24.65 27.843 44.912 53.72 53.438l19.28-19.313c-26.948-4.28-48.314-26.91-51.875-52.938l-.28-2.03z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-sheep tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M427.184 91.805c-10.872.127-22.634 3.977-34.43 15.68 9.303 5.3 25.808 9.322 40.088 9.218 7.608-.055 14.605-1.226 19.453-3.183 4.847-1.958 7.102-4.23 7.99-6.694a9 9 0 0 1 0-.004c.247-.683.49-1.388.89-2.156-1.046-.66-2.1-1.392-3.16-2.275v.003c-6.07-5.052-16.846-10.172-28.613-10.565-.735-.024-1.474-.032-2.218-.023zm-251.112 11.888c-.773-.017-1.518-.004-2.23.036-5.944.333-13.928 2.913-20.498 7.264-6.572 4.352-11.62 10.25-13.578 16.752a9 9 0 0 1-12.926 5.307c-26.58-14.49-50.5-6.888-67.754 8.763-35.93 32.6-45.13 87.26-32.463 145.635v.003c7.31 33.67 18.985 52.998 41.285 62.893a9 9 0 0 1 .153.058c2.223.98 4.206 1.892 6.09 2.758l4.612-21.98a9 9 0 1 1 17.617 3.697L72.876 446.884c1.477 2.786 2.746 3.23 5.592 3.43 3.085.216 8.745-1.23 15.712-4.594l38.123-106.513a9 9 0 0 1 3.394-4.398c9.572-6.545 18.715-15.66 25.306-24.77 6.59-9.107 10.365-18.414 10.635-23.56a9 9 0 0 1 9.333-8.652 9 9 0 0 1 8.644 9.592c-.588 11.21-6.184 22.334-14.027 33.174-7.262 10.036-16.726 19.563-27.238 27.193l-3.202 8.945c6.86 8.694 13.34 13.78 19.565 16.743 8.74 4.162 17.66 4.578 28.517 3.34 16.406-1.866 34.588-12.868 43.508-37.258a9 9 0 0 1 16.73-.44c5.126 12.015 10.663 17.89 16.473 21.317 5.81 3.427 12.563 4.594 20.81 4.908a9 9 0 0 1 .005 0c6.84.262 12.48.12 16.6-1.653.418-.18.83-.376 1.24-.588l-3.875-23.317a9 9 0 1 1 17.756-2.95l17.59 105.847c5.5 3.735 8.608 3.955 11.05 3.222 2.382-.714 5.522-3.315 8.862-7.627l-13.75-114.394a9 9 0 0 1 8.608-10.195 9 9 0 0 1 9.264 8.046l4.29 35.702c5.15-1.19 9.133-2.55 12.405-4.998 4.27-3.197 8.455-8.75 12.1-21.508a9 9 0 0 1 14.067-4.72c5.896 4.44 11.155 4.367 17.676 1.843 6.52-2.524 13.42-8.225 17.994-14.084 12.87-16.503 14.637-42.384 13.144-69.197-2.066.343-4.16.553-6.24.67-8.87.5-17.96-.897-25.716-4.463a9 9 0 0 1-.004 0c-13.325-6.13-21.663-17.54-28.195-28.9-3.915-6.81-7.286-13.68-10.564-19.988-.367.716-.594 1.064-.968 1.803-2.18 4.298-4.473 8.872-6.774 12.763-1.15 1.946-2.27 3.712-3.666 5.41-1.396 1.7-2.522 4.123-7.8 5.006-12.49 2.09-23.877-3.72-29.756-12.627-5.88-8.906-7.393-20.24-4.805-31.19 2.748-11.625 9.787-38.226 22.642-56.02 2.15-2.98 4.454-5.373 6.79-7.438-.293-.14-.588-.28-.886-.41-6.148-2.714-13.79-3.377-22.016-3.406-5.804-.018-13.5 1.818-19.73 5.05-6.23 3.234-10.71 7.725-12.223 11.798a9 9 0 0 1-17.258-1.36c-.768-3.82-4.32-7.567-10.65-10.57-6.333-3.002-14.757-4.672-21.15-4.744-5.635-.063-13.516 2.237-20.187 5.85-6.67 3.613-12.087 8.772-13.603 11.52a9 9 0 0 1-16.48-1.704c-1.762-5.724-6.388-10.362-12.753-13.633-5.57-2.86-12.304-4.377-17.715-4.497zm301.145 9.237l-.008.013.007-.01v-.003zm6.62 7.574c.327 1.81.648 3.692.964 5.685 2.298 14.478 4.054 32.572 4.39 43.51a9 9 0 0 1-.163 2.073c.367 3.356 1.453 7.03 2.803 9.18 1.375 2.19 1.97 2.598 3.453 2.547 1.006-.347 1.578-.93 2.367-4.42.924-4.084.862-10.942-.375-18.537-2.2-13.52-7.915-29.563-13.437-40.04zm-111.753 3.226c-1.266 1.165-2.382 2.415-3.557 4.04a9 9 0 0 0-.002.003c-9.364 12.963-17.26 39.225-19.716 49.623a9 9 0 0 0 0 .002c-1.54 6.508-.3 13.182 2.31 17.133 2.236 3.39 4.78 5.136 9.4 4.935.41-.588.743-1.02 1.304-1.97 1.79-3.027 4.02-7.418 6.213-11.743 2.194-4.325 4.307-8.533 6.473-11.965.536-.85 1.01-1.643 1.62-2.453-1.253-7.97-2.783-19.898-3.597-31.42-.408-5.783-.65-11.257-.45-16.184zm94.4 2.374c-2.352 1.612-4.826 3.046-7.45 4.105-7.87 3.177-16.813 4.426-26.06 4.493-14.775.107-30.217-2.712-42.837-8.408-.052 3.566.022 7.686.35 12.35.887 12.532 2.985 27.203 4.044 33.505 6.38 10.12 11.195 21.386 16.7 30.957 5.783 10.06 12.01 17.79 20.112 21.52l.004.002c4.184 1.922 11.174 3.182 17.18 2.843 6.01-.34 10.56-2.575 11.445-3.633a9 9 0 0 1 .092-.108c1.07-1.237 5.152-11.322 7.25-22.244 2.1-10.92 3.35-23.24 3.584-31.584a9 9 0 0 1 .21-1.672c-.203-4.593-.67-10.643-1.305-17.054a9 9 0 0 1-17.51-2.918 9 9 0 0 1 9.257-9.002 9 9 0 0 1 7.445 4.36c-.584-5.047-1.25-10.08-1.97-14.608-.17-1.076-.358-1.886-.538-2.906zm-58.29 16.54a9 9 0 0 1 8.747 9.004 9 9 0 0 1-18 0 9 9 0 0 1 9.255-9.003zm47.554 48.217c3.676-.02 6.427 1.958 6.45 6.253.043 7.767-5.777 14.975-12.723 18.948l-.95-23.07c2.48-1.384 5.018-2.116 7.223-2.13zm-24.172 2.005c1.868-.036 3.91.416 5.854 1.326l3.76 22.515c-6-3.674-15.43-3.645-16.532-16.12-.458-5.185 2.81-7.64 6.918-7.72zm-30.842 164.283c-2.725 3.97-5.776 7.177-9.15 9.702-1.15.86-2.313 1.624-3.486 2.32l16.582 62.023c4.92.8 9.335 1.16 12.162.483 3.132-.75 5.117-1.863 7.056-5.613l-23.164-68.915zm-241.277 33.684l1.506 46.768c2.846 2.547 5.297 4.272 6.853 4.882 2.004.786 2.725.67 3.873.3 1.886-.61 5.296-3.89 9.054-8.15l-3.777-39.546c-5.836-.537-11.7-1.826-17.51-4.254z" fill="#fff" stroke-linejoin="round"/></svg>
<svg class="tc-image-originals-sheikah-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.47 99.72c-91.048 0-192.525 75.168-240.97 34.186L53.594 212c66.497-49.548 134.417-74.814 203.22-74.813 68.086.002 136.5 24.718 204.81 73.188l37.97-86.72C413.754 169.89 353.168 99.72 260.47 99.72zm-.908 61.78c-40.49 0-73.093 32.603-73.093 73.094 0 40.49 32.602 73.094 73.093 73.094 40.49 0 73.093-32.603 73.093-73.094 0-40.49-32.603-73.094-73.094-73.094zm-59.406.47c-48.482 10.503-96.806 34.607-145.25 72.624 47.25 34.594 94 57.436 140.53 68.47-18.292-17.147-29.75-41.508-29.75-68.47 0-29.213 13.447-55.388 34.47-72.625zm120.75 1.655c19.904 17.233 32.53 42.668 32.53 70.97.002 27.2-11.672 51.737-30.248 68.905 46.285-10.716 92.886-33.366 140.125-68.656-48.152-36.303-95.56-59.94-142.407-71.22zM259.562 202.5c18.207 0 32.97 14.73 32.97 32.938 0 18.206-14.763 32.968-32.97 32.968-18.206 0-32.968-14.762-32.968-32.97 0-18.205 14.762-32.936 32.97-32.936zM53.5 256.594l-34 77.875c48.445-40.983 208.337-10.156 240.97 137.405C294.296 329.59 413.752 298.487 499.593 344.72L462 258.905c-56.18 39.47-112.568 62.356-169.03 68.72l-33.94 58.75-34.124-59.063c-57.467-7.005-114.595-30.95-171.406-70.72z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c25 24 100 72 150 72v96c0 96-75 240-150 312-75-72-150-216-150-312V88c50 0 125-48 150-72z" fill="#fff"/></svg>
<svg class="tc-image-originals-shield-bounces tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M142.37 21.035c-1.544-.007-3.092-.004-4.64.01-41.1.368-83.607 8.237-120.058 21.103.386 80.173 7.825 165.28 27.805 235.348 20.04 70.286 52.434 124.282 100.748 145.553 53.917-24.07 85.753-72.574 104.593-136.5 18.927-64.216 24.042-143.3 24.215-224.29-28.374-25.59-71.56-38.62-118.838-40.867-4.578-.218-9.19-.336-13.824-.358zm2.136 27.844c4.387.018 8.76.13 13.105.345 34.76 1.712 67.982 9.664 90.966 29.44l3.25 2.796v4.288c0 62.11-3.212 125.186-16.738 178.236-13.526 53.05-37.82 97.014-80.918 117.147l-3.87 1.81-3.902-1.745c-40.838-18.267-64.292-66.432-78.556-124.086C53.578 199.455 48.707 131.105 48.707 69v-7.28l7.06-1.78c26.68-6.732 58.032-11.2 88.74-11.063zM347.18 60.376c-.007 11.243-.104 22.458-.315 33.615l-53.578 5.467c-.145 6.3-.32 12.584-.547 18.84l53.647-5.474c-.39 12.47-.93 24.85-1.676 37.084l.52 4.436L500.1 87.36 347.18 60.376zm-202.75 7.195c-26.233-.098-53.274 3.532-76.955 8.953.39 59.084 5.394 123.083 18.51 176.096 13.11 52.988 34.476 93.765 64.204 109.554 33.705-17.703 54.448-54.405 66.79-102.807C229.475 210.35 232.9 150.27 233.065 90.34c-18.126-13.75-45.83-20.945-76.375-22.45-4.048-.2-8.142-.302-12.26-.318zm198.648 105.07c-.778 9.35-1.702 18.59-2.758 27.715l-52.654-8.59c-.674 6.24-1.412 12.436-2.227 18.57l52.5 8.567c-1.68 11.92-3.626 23.612-5.905 34.994l141.606-30.613L343.08 172.64zm-12.865 99.573l-8.844 24.767c-.607 2.012-1.23 4.007-1.864 5.993l-48.633-18.643c-.69 2.516-1.398 5.02-2.13 7.502-1.037 3.52-2.128 7-3.253 10.45l47.885 18.355c-1.41 3.737-2.873 7.425-4.398 11.048l-.004.01-7.89 22.095 150.517 7.754-121.387-89.332zm-95.79 97.205c-3.44 5.338-7.074 10.486-10.907 15.434l29.248 28.025c-8.436 7.337-17.59 13.893-27.545 19.567l140.58 62.37-78.357-122.184c-6.4 9.8-13.464 18.9-21.238 27.24l-31.783-30.453z"/></svg>
<svg class="tc-image-originals-shield-disabled tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M486 68.125L68.125 486 26 443.875 443.875 26zM256 21.608S185.506 66.896 81.857 66.896V292.55a148.335 148.335 0 0 0 11.67 57.573L380.845 62.806C311.185 51.67 256 21.608 256 21.608zm0 468.784s174.143-65.928 174.143-197.84V150.206L152.618 427.732C200.838 469.51 256 490.392 256 490.392z"/></svg>
<svg class="tc-image-originals-shield-echoes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M32.75 23.063l-9.22.125-.124 9.218c0 60.947 6.182 121.836 24.532 171.625 18.35 49.79 49.816 89.117 99.28 102.72l2.22.594 2.218-.47c2.123-.452 4.195-.96 6.25-1.5 18.914 42.993 48.93 76.25 93.594 88.532l2.188.594 2.218-.47c1.185-.25 2.337-.532 3.5-.81 20.05 50.325 52.134 87.948 101.438 101.5 113.453-24.192 130.97-161.447 130.97-296.69H377.467c2.195-25.66 2.905-52.133 2.905-78.468v-9.343H273.25c2.16-25.457 2.875-51.703 2.875-77.814v-9.343H32.75zm9.47 18.687h215.124c-.17 23.184-1 46.25-2.938 68.47H127.688v9.343c0 59.563 5.887 119.072 23.282 168.218-.326.08-.643.175-.97.25-41.358-12.25-67.735-44.895-84.53-90.467C49.266 153.602 42.85 98.21 42.22 41.75zm104.28 87.156h215.125c-.172 23.407-1.046 46.71-3.03 69.125H229.968c0 62.666 6.02 125.03 22.78 176.69-40.495-12.593-66.44-44.983-83.03-90-16.203-43.962-22.588-99.355-23.22-155.814zm108.406 89.03h213.156v9.345c0 54.125-3.516 108.978-17.968 153.782-14.452 44.805-41.13 80.5-85.938 90.97l-2.437.562-2.408-.72c-40.974-12.34-67.332-47.6-83-91.905-15.667-44.306-21.406-98.46-21.406-152.69v-9.343zm18.813 18.69c.65 49.682 6.538 98.41 20.217 137.093 14.2 40.152 36.1 68.604 68.532 79.374 35.817-9.437 56.817-37.4 69.842-77.78 12.557-38.93 16.445-88.56 16.875-138.69H273.72z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-shield-reflect tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.36 19.457l-.38 27.84 267.127 154.75-58.703 19.916 57.602 19.36L142.12 383.546l-19.214-19.213-51.47 114.324 123.125-43.482-17.492-18.95 151.868-151.87 12.433 43.078 22.976-68.5 56.675-16.565-57.475-15.492-22.934-79.828-14.145 48.266-268.65-155.41-38.454-.446zM370.614 81.94c-4.53.02-9.035.12-13.51.302-3.275.134-6.528.32-9.76.547l31.25 108.786 104.05 28.045c6.204-39.085 8.902-80.275 9.18-120.075C456.37 88.82 415.098 82.257 375.15 81.95c-1.514-.012-3.027-.015-4.537-.01zm-36.87 2.1c-31.99 3.653-61.013 12.153-83.014 25.87l64.493 37.31 18.52-63.18zm148.18 139.997L378.958 254.13l-38.93 116.054-20.268-70.225-39.07 39.067c18.814 35.364 46.1 62.287 86.175 77.604 47.473-17.834 78.566-62.795 98.014-121.6 7.323-22.14 12.905-46.11 17.042-70.993z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-shieldcomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M75.035 23.822l-.908 64.328-38.238 21.77.936 6.326c18.95 127.927 92.513 254.023 216.822 369.76l6.39 5.95 6.37-5.974c123.197-115.504 195.203-241.965 214.76-369.574l.973-6.346-38.777-22.138-.802-60.63-10.69 1.73C311.58 48.466 201.134 43.897 85.694 25.52l-10.66-1.698zm18.383 21.694c32.567 4.955 64.884 8.722 97.19 11.226v31.846l-48.713 28.35-49.08-28.565.603-42.857zm330.74 3.56l.52 39.295-49.084 28.57-49.156-28.612v-29.58c32.077-1.632 64.535-4.67 97.72-9.672zM209.74 58.213c32.432 1.973 64.976 2.47 97.87 1.418l-.003 28.7-48.91 28.465L209.74 88.3V58.212zM83.22 104.48l49.208 28.64v57.36L84 218.668c-12.99-32.832-22.217-65.857-27.596-98.922L83.22 104.48zm351.456.002l26.898 15.358c-5.524 33.02-14.743 66.03-27.62 98.857l-48.48-28.217v-57.36l49.202-28.638zm-117.7.028l49.155 28.61v57.36l-49.157 28.612-48.69-28.34.002-57.904 48.69-28.338zm-116.783.144l48.936 28.485v57.612l-48.69 28.34-49.16-28.612.003-57.36 48.91-28.466zm-57.183 103.48l49.158 28.612v57.358l-52.494 30.554c-18.874-28.685-34.773-57.67-47.658-86.842l50.994-29.683zm117.172 0l48.69 28.34v57.903l-48.69 28.34-49.16-28.613v-57.358l49.16-28.613zm116.535 0l49.654 28.9c-12.742 29.286-28.426 58.39-47.08 87.18l-51.265-29.84v-57.9l48.692-28.34zM310.182 315.79l40.707 23.58-.003 25.386c-11.848 15.724-24.595 31.332-38.256 46.805l-14.275-8.267-28.878-16.998V339.37l40.705-23.58zm-100.24.003l40.704 23.576.002 46.825-36.316 21.377v.028l-7.252 4.2c-13.478-15.086-26.096-30.295-37.844-45.607V339.37l40.705-23.577zm-59.395 24.16v.746c-.124-.178-.243-.357-.367-.534l.367-.213zM260.06 402.71l26.877 15.567v20.75h.323c-8.774 9.106-17.85 18.164-27.268 27.16-9.303-8.82-18.288-17.692-26.972-26.61V418.37l27.04-15.66z" fill="#fff"/></svg>
<svg class="tc-image-originals-shining-claw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M164.72 29.125c-1.535.012-3.06.03-4.595.063-14.043.306-28.164 1.517-42.313 3.687h-.03c-40.47 6.208-68.176 25.313-83.407 50-15.23 24.687-18.025 54.264-11.53 81.28 6.492 27.02 22.268 51.823 45.405 67.126 23.137 15.304 53.82 20.5 87.156 8.564 88.876-31.822 154.224-18.526 202 22.125 47.297 40.24 77.402 109.05 90.25 190.53 9.29 10.237-.1.206 9.657 10.375 9.74-8.25-.16-.032 9.593-8.406 49.368-122.298 18.986-236.885-52.062-315.69C353.21 70.42 261.34 28.377 164.72 29.126zm129.718 69.53L385.125 135c4.922 4.69 9.668 9.56 14.25 14.563-4.09-2.25-8.194-3.45-11.938-3.563-10.212-.307-17.585 7.21-13.593 21.875 8.252 30.456 55.747 34.927 45.187 5.5 9.34 12.627 17.642 26.007 24.75 40.03-6.273-8.833-12.323-12.982-17.342-13.093-13.9-.306-19.88 30.236-.875 77.188 20.765 51.37 43.424 59.815 45.906 31.438 3.183 34.31-.184 70.722-11.408 108.437-15.63-70.58-45.05-130.96-90.53-169.656-14.414-12.265-30.428-22.22-48-29.532l-40.907-22.313 77.53 2.938-111.25-56 102.22 5.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-shining-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M142.094 20.063l37.594 76.78c-9.028-2.783-18.278-4.158-27.47-4.187-7.775-.024-15.51.92-23 2.78-9.593 2.388-18.805 6.298-27.312 11.533L18.53 23.593v70.312l56.19 37.813c-12.143 16.172-19.905 36.81-20.657 60.78-.14 4.438-.026 8.76.312 12.97l-35.844-9.657v41.843l44.72 3.094c3.274 7.523 7.29 14.613 11.906 21.28 9.205 13.295 20.61 25.098 33 36.345L18.53 322.188V368.5l109.157-53.28c13.032 10.868 26.395 21.638 39.094 33L20.345 494.28H91.78l88.97-132.936c14.037 13.884 26.635 28.95 36.188 46.344l-23.22 86.593h41.595l4.593-65.936 1.938-5.03c9.503-24.743 24.99-45.3 42.937-63.94l35.626 134.907h47.22L296.218 348c9.033-8.604 18.47-16.856 27.936-25.03L492.78 491.593v-70.938l-158.374-106.53c1.105-.955 2.21-1.922 3.313-2.876 10.166-8.807 20.203-17.72 29.467-27.063l125.594 33.907v-42.22l-111-7.718c13.545-16.36 24.01-34.353 28.533-55.437l82.468-21.94v-47.843l-80.186 39.47c-1.48-25.603-11.335-46.322-25.938-61.25L487.75 20.062h-70.375l-55.906 83.062c-7.092-3.406-14.625-5.89-22.376-7.406-14.422-2.82-29.657-2.43-44.47 1.186l20.813-76.844h-41.843l-5.938 87.438c-12.74 7.1-24.463 16.97-34.187 29.688-5.627-8.07-11.943-14.987-18.72-20.813L189 20.062h-46.906zm10.125 91.124c27.033-.222 54.69 13.835 72.655 47.563l7.906 14.813 8.44-14.532c21.855-37.654 61.142-51.45 94.31-44.968 33.17 6.483 59.992 31.78 58.5 78.438-1.38 43.233-31.41 72.474-68.53 104.625-32.58 28.218-70.07 57.918-92.594 100.78-23.6-42.682-62.317-71.126-95.156-98.624-18.69-15.648-35.51-30.997-47.22-47.905-11.707-16.908-18.508-35.107-17.78-58.28 1.364-43.454 28.753-71.513 61-79.532 6.046-1.504 12.23-2.324 18.47-2.376zM314.97 135.5c-11.794 0-23.042 3.426-32.25 9.406 20.885-2.46 44.746 10.98 59.03 35.72 12.43 21.526 14.015 45.497 5.938 62.468 15.646-10.572 25.78-28.802 25.78-49.094 0-32.468-26.032-58.5-58.5-58.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-shining-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M302.5 20.875c-67.34.686-140.223 31.223-198 89C30.546 183.83 1.717 282.77 22.812 362.97l61.938-36.19-51.28 15.783 12.624-38.5 48.75-20.344-41.688 1.405 20.25-38.563 64.53-2.03-51.374-17.595L115 188.813l49.78 17.032-34.468-34.5 34.22-34.22 35.562 35.564-17.125-51.844 38.593-28.906 16.468 49.28 1.72-60.968 39.53-21.22L290 107.126l8.688-55.656 37.03-11.19 2.594 43.97 19-56.875c-17.53-4.543-35.956-6.692-54.812-6.5zm134.688 53.72l-81.72 31.25L194.126 266.78c.514 2.04.78 4.178.78 6.376 0 14.36-11.638 26-26 26-14.36 0-26-11.64-26-26 0-1.422.125-2.827.345-4.187-12.834 13.486-19.27 30.975-19.375 48.31 14.055 0 28.187 4.393 40.25 12.845-20.046 11.696-45.246 36.88-56.97 56.938-3.675-2.41-7.454-4.202-11.03-5.032-1.66-.384-3.13-.6-4.406-.655-3.83-.17-6.058.963-7.376 2.28-1.757 1.758-3.166 5.112-1.625 11.75 3.08 13.28 19.22 29.42 32.5 32.5 6.64 1.542 9.992.133 11.75-1.624 1.756-1.756 3.165-5.14 1.624-11.78-.86-3.7-2.745-7.612-5.28-11.406 20.157-11.808 45.466-37.173 57.06-57.25 9.418 12.487 14.32 27.4 14.376 42.312 17.233-.035 34.447-6.443 47.875-19.03-.568.036-1.142.062-1.72.062-14.36 0-26-11.67-26-26.032 0-14.36 11.64-26 26-26 1.5 0 2.978.132 4.407.375l161.125-160.717 30.75-82.22zm-63.313 50.343l13.22 13.218L200.968 324.25l-13.22-13.22L373.875 124.94zm111.313 30.812L427.5 173.72l43.47 1.81-11.158 37.064-59.406 5.312L452.22 232l-20.658 40.063-60.968 1.718 49.25 16.47-28.906 38.594-52.907-18.188 36.658 36.625-34.25 34.22-33.407-33.406 15.94 48.72-38.095 28.436-17.625-51.375-2 64.53-39.125 19.69 1.75-43.908-20.688 51-38.468 12.625 14.843-48.312-37 59.344c80.686 22.506 180.95-6.048 255.906-81 73.73-73.73 103.107-172.08 82.717-252.094z" fill="#fff"/></svg>
<svg class="tc-image-originals-shinto-shrine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M25 43.637v13.447c166.014 44.44 287.965 45.322 452.29 2.586l4.93-14.79C317.103 87.802 190.876 87.396 25 43.636zm7.965 34.168l20.83 41.66c169.675 15.31 234.248 15.327 403.537.074l13.19-39.575c-156.893 39.28-279.4 38.56-437.557-2.16zM247.027 137l-11.5 46h40.946l-11.5-46h-17.946zM89 140.623V361H48v-41h16l-24-16-24 16h16v41h-7v14h7v71.14h-7v14h7V496h16v-35.86h41V487h46v-26.86h41V496h16v-35.86h7v-14h-7V375h7v-14h-7v-41h16l-24-16-24 16h16v41h-41V144.207c-14.517-1.026-29.803-2.226-46-3.584zm334 0c-16.197 1.358-31.483 2.558-46 3.584V361h-41v-41h16l-24-16-24 16h16v41h-7v14h7v71.14h-7v14h7V496h16v-35.86h41V487h46v-26.86h41V496h16v-35.86h7v-14h-7V375h7v-14h-7v-41h16l-24-16-24 16h16v41h-41V140.623zM44.486 185l10 30H71v-30H44.486zM153 185v30h206v-30h-63.473l4 16h-87.054l4-16H153zm288 0v30h16.514l10-30H441zM48 375h41v71.14H48V375zm87 0h41v71.14h-41V375zm201 0h41v71.14h-41V375zm87 0h41v71.14h-41V375z"/></svg>
<svg class="tc-image-originals-shiny-apple tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.563 19.75c-13.31 57.822-16.625 100.686-13.907 156.938l18.813.03c3.31-49.616 18.56-88.618 45.874-133-4.86-9.134-13.465-14.956-23.813-18.78-8.908-3.293-18.82-4.77-26.967-5.188zm98.75 94.156c-9.067.133-18.416 1.204-28 3.313-13.76 3.026-27.176 7.952-39.97 14.56-3.905 14.615-6.346 29.844-7.406 46.595 1.25-.216 2.51-.432 3.75-.688 24.965-5.135 43.288-17.244 52.344-32.25-.298 19.943-25.12 41.175-56.81 49.97-2.525.7-5.086 1.34-7.69 1.874-44.29 9.114-85.27-8.315-99.842-35.343-4.366-8.097-5.176-16.436-3.094-24.343 9.834 17.98 30.633 31.534 55.25 38.156-.748-16.246-.974-31.515-.625-46.406-11.004-4.878-22.38-8.548-33.97-10.875-11.18-2.246-22.044-3.414-32.094-3.064-71.757 2.496-132.96 64.885-131.78 154.688C25.73 373.264 101.85 472.424 190 490.124c11.178 2.246 24.934 3.42 37.22 2.282 12.283-1.138 22.775-4.762 28.405-10.156l5.97-5.72 6.405 5.25c5.378 4.426 16.542 8.05 29.125 9.22 12.583 1.17 26.514.195 37.344-2.188 87.533-19.257 153.047-119.08 151.686-222.718-.677-51.615-19.354-93.606-48.22-120.22-21.647-19.96-48.954-31.508-79.748-31.968-1.284-.02-2.58-.02-3.875 0zm49.906 41.125c53.69 32.478 75.357 115.23 37.092 200.626-30.48 68.017-93.18 121.256-140.843 118.75C411.304 407.96 458.192 271.063 404.22 155.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-shiny-entrance tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M242.32 17.94l.002.02v-.02h-.002zm.002.02c-9.777 267.328-40.363 268.207-134.91 84.388 63.917 197.254 43.578 238.65-92.275 152.175 93.67 96.082 122.627 146.377-2.336 133.153 63.004 22.264 124.558 45.33 170.675 94.094 4.806-229.74 138.285-224.31 143.375-.426 35.077-44.42 115.908-71.653 173.023-93.668-162.9 3.97-73.26-108.208-10.514-188.436-141.634 124.216-177.264 99.476-113.883-137.314-82.824 219.86-120.17 213.04-133.155-43.965z"/></svg>
<svg class="tc-image-originals-shiny-iris tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M319.594 23.78C285.57 102.98 230.09 105.943 196.28 27c9.09 86.328-40.002 112.372-111.936 53.906 59.824 74.383 33.49 125.818-61.375 110.563 88.44 34.29 91.354 88.99 3.25 123.28 91.354-13.02 122.018 37.044 63.5 110 72.41-56.59 120.465-32.077 106.28 60.22 34.45-84.274 92.673-84.58 126.406 2.124h.03c-14.52-93.742 32-123.784 105.752-64.625-53.336-70.54-29.74-120.928 58.656-109-79.212-34.028-80.658-86.815-1.688-120.626-84.74 9.05-112.955-39.317-59.25-108.844-70.53 53.332-118.236 28.174-106.312-60.22zm-62.53 83.407c6.958 54.2 39.187 61.556 72.467 18.813-20.754 49.66 3.604 73.79 52.314 55-41.37 32.53-32.145 63.55 20.125 71.125-54.204 6.96-60.185 40.495-17.44 73.78-53.022-23.31-75.77 1.865-52.31 55.033-33.712-45.958-68.134-36.552-75.158 18.78-6.24-56.87-38.558-63.75-72.437-18.78 23.062-52.452-3.034-77.223-55.03-55.032 46.7-34.262 36.306-66.17-21.47-72.437 58.557-6.017 65.977-40.628 18.78-75.157 51.84 23.19 76.788-.01 57.72-49.657 32.526 41.354 64.863 30.792 72.438-21.47zm-2.658 62.344c-27.606.87-54.11 15.568-68.97 41.22-22.86 39.467-9.368 89.608 30.25 112.406 39.62 22.8 90.015 9.342 112.876-30.125 3.336-5.757 5.9-11.746 7.72-17.842-12.425 22.18-36.144 37.187-63.376 37.187-40.098 0-72.594-32.527-72.594-72.625 0-33.697 22.967-62.032 54.094-70.22zm27.72 15.5c-24.26 0-43.907 19.648-43.907 43.907 0 24.26 19.646 43.938 43.905 43.938 24.26 0 43.938-19.678 43.938-43.938s-19.68-43.906-43.938-43.906z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-shiny-purse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M149.25 18.313L168.156 115c-.274.174-.54.356-.812.53L94 97.876l17.47 74.22c-.655 1.046-1.306 2.093-1.94 3.155l-91.28-8.875 73 51.156c-.808 2.82-1.546 5.658-2.22 8.532l-64.53 40 63.906 39.22c.28 1.282.57 2.57.875 3.843l-46.468 36.563 55.97-7.907c3.506 8.184 7.588 16.056 12.218 23.564l-17 72.344 64.344-15.47-9.094 75.563 52.188-58.06c7.553 2.82 15.352 5.14 23.343 6.936l37.407 61.094L299 443.656c5.876-1.156 11.655-2.6 17.313-4.312l29.406 31.03-5.47-40.187c7.902-3.694 15.49-7.96 22.72-12.718l67.405 16.217-15.906-67.656c5.62-8.506 10.555-17.504 14.686-26.936l47.563 6.594-39.095-30.438c1.175-4.23 2.192-8.526 3.063-12.875l59.187-36.313-59.75-37.03c-1.686-7.793-3.87-15.397-6.53-22.782l59.5-47.656-73.94 17.03c-1.645-2.777-3.367-5.507-5.155-8.186l16.375-69.563-70.344 16.938c-5.638-3.56-11.49-6.824-17.53-9.75l3.22-63.376-37.22 51c-2.527-.64-5.088-1.215-7.656-1.75l-38.656-63.156-39.282 64.19c-4.772 1.127-9.475 2.438-14.094 3.936L149.25 18.312zm115 88.874c88.423 0 159.875 71.484 159.875 159.907 0 88.423-71.452 159.875-159.875 159.875s-159.906-71.453-159.906-159.876 71.483-159.906 159.906-159.906zm49.03 44.157c-5.278.115-10.207 2.383-16.936 9.562l-6.563 7-6.81-6.72c-7.39-7.28-13.218-9.29-19.126-9.03-5.91.26-12.856 3.336-20.625 9.625l-6.22 5.032-5.906-5.343c-8.9-8.053-16.485-10.44-23.75-10.064-5.288.273-10.775 2.265-16.25 5.75l40.97 73.688c15.445 9.445 47.003 13.015 68.717 2.094l39.626-73.375c-7.51-3.063-14.258-6.202-20.094-7.407-2.112-.436-4.07-.755-5.968-.812-.356-.01-.71-.008-1.063 0zm-90 96.187c-18.017 12.748-32.488 34.71-38.093 66.876-5.436 31.197 3.127 52.266 18.282 66.625 15.154 14.36 37.9 21.77 61 21.47 23.098-.3 46.134-8.31 61.624-22.938 15.49-14.626 24.25-35.456 19.28-65.218-5.132-30.736-18.383-52.115-35.155-65.063-28.498 15.077-64.154 11.872-86.94-1.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-ship-wheel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 16a16 32 0 0 0-16 32 16 32 0 0 0 4.67 22.57c-1.56.12-3.117.26-4.67.43-3.055.335-9 2-9 2v15.85c8.16-1.214 16.506-1.85 25-1.85s16.84.636 25 1.85V73s-5.945-1.665-9-2c-1.554-.17-3.113-.31-4.674-.43A16 32 0 0 0 272 48a16 32 0 0 0-16-32zM93.89 83.623a32 16 45 0 0-7.595 2.672 32 16 45 0 0 11.312 33.94 32 16 45 0 0 19.262 12.658c-1.018 1.188-2.022 2.387-3 3.605-1.922 2.397-4.948 7.78-4.948 7.78l11.248 11.247c9.976-13.455 21.9-25.38 35.355-35.355l-11.248-11.248s-5.382 3.026-7.78 4.95c-1.218.977-2.417 1.983-3.606 3a32 16 45 0 0-12.654-19.265A32 16 45 0 0 93.89 83.623zm323.622.018a16 32 45 0 0-25.748 13.967 16 32 45 0 0-12.657 19.262c-1.188-1.018-2.387-2.022-3.605-3-2.397-1.922-7.78-4.948-7.78-4.948l-11.247 11.248c13.455 9.976 25.38 21.9 35.355 35.355l11.248-11.248s-3.026-5.382-4.95-7.78c-.977-1.218-1.983-2.417-3-3.606a16 32 45 0 0 19.265-12.654 16 32 45 0 0 11.312-33.94 16 32 45 0 0-8.193-2.655zM256 105c-1.12 0-2.238.014-3.352.04-1.057.024-2.11.064-3.162.108-36.83 1.558-70.215 16.253-95.59 39.538-.01.007-.018.015-.027.023-3.193 2.93-6.257 5.995-9.186 9.188-23.297 25.392-37.997 58.8-39.54 95.657v.076c-.044 1.023-.08 2.046-.103 3.073-.025 1.096-.04 2.194-.04 3.297 0 1.107.015 2.21.04 3.31.024 1.094.064 2.184.11 3.272 1.574 36.828 16.285 70.205 39.58 95.572.03.03.058.06.086.092 2.913 3.166 5.958 6.208 9.13 9.115 25.37 23.26 58.735 37.937 95.542 39.494l.2.005c.985.04 1.972.077 2.962.1 1.114.025 2.23.04 3.35.04s2.238-.014 3.352-.04c1.057-.024 2.11-.064 3.162-.108 36.83-1.558 70.215-16.253 95.59-39.538.01-.007.018-.015.027-.023 3.193-2.93 6.257-5.995 9.186-9.188 23.283-25.377 37.98-58.76 39.538-95.59l.005-.2c.04-.985.077-1.972.1-2.962.025-1.114.04-2.23.04-3.35s-.014-2.238-.04-3.352c-.024-1.057-.064-2.11-.108-3.162-1.558-36.83-16.253-70.215-39.538-95.59-.007-.01-.015-.018-.023-.027-2.93-3.193-5.995-6.257-9.188-9.186-25.377-23.283-58.76-37.98-95.59-39.538l-.2-.005c-.985-.04-1.972-.078-2.962-.1-1.114-.025-2.23-.04-3.35-.04zm0 10.752a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM256 144c1.128 0 2.25.02 3.37.055.09.002.18.01.27.01 1.08.038 2.156.087 3.23.152 25.756 1.56 49.166 11.83 67.325 27.908 3.426 3.033 6.664 6.27 9.696 9.697 16.073 18.162 26.34 41.574 27.895 67.332.066 1.084.114 2.17.15 3.262l.008.205c.036 1.123.057 2.25.057 3.38 0 1.128-.02 2.25-.055 3.37-.002.09-.01.18-.01.27-.038 1.08-.087 2.156-.152 3.23-1.56 25.756-11.83 49.166-27.908 67.325-3.033 3.426-6.27 6.664-9.697 9.696-18.162 16.073-41.574 26.34-67.332 27.895-1.084.066-2.17.114-3.262.15l-.205.008c-1.123.036-2.25.057-3.38.057-1.128 0-2.25-.02-3.37-.055-.09-.002-.18-.01-.27-.01-1.08-.038-2.156-.087-3.23-.152-25.734-1.56-49.126-11.813-67.278-27.865l-.028-.023c-3.416-3.024-6.644-6.252-9.67-9.666-16.085-18.155-26.365-41.563-27.935-67.32v-.004c-.065-1.05-.113-2.103-.15-3.16l-.015-.392c-.035-1.114-.055-2.232-.055-3.354 0-1.107.02-2.21.053-3.31l.015-.387c.035-1.018.08-2.034.14-3.045l.003-.06c1.547-25.783 11.824-49.218 27.915-67.393 3.033-3.426 6.27-6.664 9.697-9.696 18.162-16.073 41.574-26.34 67.332-27.895 1.084-.066 2.17-.114 3.262-.15l.205-.008c1.123-.036 2.25-.057 3.38-.057zm-93.396 10.486a8 8 0 0 1 5.54 2.344 8 8 0 0 1 0 11.313 8 8 0 0 1-11.314 0 8 8 0 0 1 0-11.313 8 8 0 0 1 5.774-2.344zm187.027 0a8 8 0 0 1 5.54 2.344 8 8 0 0 1 0 11.313 8 8 0 0 1-11.313 0 8 8 0 0 1 0-11.313 8 8 0 0 1 5.774-2.344zM256 162c-5.46 0-10.803.465-16 1.346V172s3.21 4.913 5.76 6c.666.284 1.355.532 2.054.756-.686 12.47-1.63 25.145-2.86 37.78 3.52-.994 7.22-1.536 11.046-1.536 3.843 0 7.563.548 11.098 1.55-1.233-12.675-2.18-25.358-2.87-37.808.684-.22 1.36-.463 2.012-.742 2.55-1.087 5.76-6 5.76-6v-8.654c-5.197-.88-10.54-1.346-16-1.346zm-54.268 17.105c-8.78 6.19-16.438 13.847-22.627 22.627l6.184 6.184s5.743 1.205 8.315.17c.673-.27 1.334-.582 1.987-.918 8.338 9.31 16.643 18.947 24.71 28.76 3.7-6.53 9.135-11.96 15.67-15.65-9.842-8.098-19.484-16.405-28.785-24.725.33-.64.634-1.288.9-1.948 1.034-2.572-.17-8.316-.17-8.316l-6.185-6.185zm108.536 0l-6.184 6.184s-1.205 5.743-.17 8.315c.27.673.582 1.334.918 1.987-9.31 8.338-18.95 16.642-28.762 24.71 6.532 3.7 11.96 9.135 15.653 15.67 8.097-9.842 16.404-19.484 24.724-28.785.64.33 1.288.634 1.948.9 2.572 1.034 8.316-.17 8.316-.17l6.185-6.185c-6.19-8.78-13.847-16.438-22.627-22.627zM423.15 231c1.214 8.16 1.85 16.506 1.85 25s-.636 16.84-1.85 25H439s1.665-5.945 2-9c.17-1.554.31-3.113.43-4.674A32 16 0 0 0 464 272a32 16 0 0 0 32-16 32 16 0 0 0-32-16 32 16 0 0 0-22.57 4.67c-.12-1.56-.26-3.117-.43-4.67-.335-3.055-2-9-2-9h-15.85zm-350.084.066s-1.664 5.946-2 9c-.17 1.554-.31 3.113-.43 4.674a32 16 0 0 0-22.57-4.674 32 16 0 0 0-32 16 32 16 0 0 0 32 16 32 16 0 0 0 22.57-4.67c.12 1.56.26 3.118.43 4.67.336 3.055 2 9 2 9H88.86C87.64 272.886 87 264.516 87 256c0-8.47.633-16.795 1.84-24.934H73.066zM256 233c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm84 7s-4.913 3.21-6 5.76c-.284.666-.532 1.355-.756 2.054-12.47-.686-25.145-1.63-37.78-2.86.994 3.52 1.536 7.22 1.536 11.046 0 3.843-.548 7.563-1.55 11.098 12.675-1.233 25.358-2.18 37.808-2.87.22.684.463 1.36.742 2.012 1.087 2.55 6 5.76 6 5.76h8.654c.88-5.197 1.346-10.54 1.346-16 0-5.46-.465-10.803-1.346-16H340zm-176.666.066C162.46 245.242 162 250.566 162 256c0 5.482.47 10.85 1.357 16.066h8.71s4.912-3.21 6-5.76c.284-.666.53-1.354.755-2.054 12.454.686 25.115 1.627 37.733 2.857C215.55 263.57 215 259.846 215 256c0-3.816.54-7.51 1.53-11.02-12.648 1.227-25.3 2.17-37.72 2.86-.222-.686-.465-1.36-.744-2.014-1.087-2.55-6-5.76-6-5.76h-8.732zM388.248 248a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm-264.43.066a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm167.88 28.004c-3.7 6.532-9.135 11.96-15.67 15.653 9.842 8.097 19.484 16.404 28.784 24.724-.328.64-.633 1.288-.898 1.948-1.035 2.572.17 8.316.17 8.316l6.184 6.185c8.78-6.19 16.438-13.847 22.627-22.627l-6.184-6.184s-5.743-1.205-8.315-.17c-.673.27-1.334.582-1.987.918-8.338-9.31-16.642-18.95-24.71-28.762zm-71.384.024c-8.08 9.82-16.367 19.44-24.668 28.72-.64-.33-1.29-.635-1.95-.9-2.57-1.035-8.313.17-8.313.17l-6.24 6.238c6.194 8.776 13.86 16.43 22.644 22.612l6.223-6.223s1.204-5.743.17-8.315c-.27-.673-.582-1.334-.918-1.987 9.298-8.327 18.923-16.62 28.722-24.678-6.534-3.687-11.968-9.11-15.67-15.636zm24.588 19.355c1.233 12.675 2.18 25.358 2.87 37.808-.684.22-1.36.463-2.012.742-2.55 1.087-5.76 6-5.76 6v8.654c5.197.88 10.54 1.346 16 1.346 5.46 0 10.803-.465 16-1.346V340s-3.21-4.913-5.76-6c-.666-.284-1.355-.532-2.054-.756.686-12.47 1.63-25.145 2.86-37.78-3.52.994-7.22 1.536-11.046 1.536-3.843 0-7.563-.548-11.098-1.55zm-82.207 46.064a8 8 0 0 1 5.54 2.343 8 8 0 0 1 0 11.313 8 8 0 0 1-11.313 0 8 8 0 0 1 0-11.313 8 8 0 0 1 5.773-2.343zm186.936 0a8 8 0 0 1 5.54 2.343 8 8 0 0 1 0 11.313 8 8 0 0 1-11.313 0 8 8 0 0 1 0-11.313 8 8 0 0 1 5.774-2.343zm42.2 14.96c-9.976 13.456-21.9 25.38-35.355 35.356l11.248 11.248s5.382-3.026 7.78-4.95c1.218-.977 2.417-1.983 3.606-3a32 16 45 0 0 12.654 19.265 32 16 45 0 0 33.94 11.312 32 16 45 0 0-11.31-33.94 32 16 45 0 0-19.263-12.658c1.018-1.188 2.022-2.387 3-3.605 1.922-2.397 4.948-7.78 4.948-7.78l-11.248-11.247zm-271.62.053l-11.194 11.196s3.026 5.382 4.95 7.78c.977 1.218 1.98 2.417 3 3.606A16 32 45 0 0 97.7 391.763a16 32 45 0 0-11.313 33.94 16 32 45 0 0 33.94-11.31 16 32 45 0 0 12.66-19.263c1.187 1.018 2.386 2.022 3.605 3 2.397 1.922 7.78 4.948 7.78 4.948l11.208-11.21c-13.46-9.97-25.39-21.89-35.37-35.34zM256 380.247a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm-25 42.903V439s5.945 1.665 9 2c1.554.17 3.113.31 4.674.43A16 32 0 0 0 240 464a16 32 0 0 0 16 32 16 32 0 0 0 16-32 16 32 0 0 0-4.67-22.57c1.56-.12 3.117-.26 4.67-.43 3.055-.335 9-2 9-2v-15.85c-8.16 1.214-16.506 1.85-25 1.85s-16.84-.636-25-1.85z"/></svg>
<svg class="tc-image-originals-shop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.18 21c-23.242 0-46.577 3.01-63.186 8.54-8.304 2.763-14.868 6.196-18.808 9.558-3.94 3.36-5.167 5.956-5.186 8.96L168.943 57H41v14h430V57H342.967l.033-9.033c.01-3.002-1.17-5.55-5.057-8.895-3.887-3.344-10.407-6.773-18.677-9.535C302.724 24.014 279.42 21 256.18 21zM38.277 89l-10.443 94h80.9l20.243-86.36L122.81 183h81.07l17.114-86.68-3.096 86.68h75.75l-4.634-86.518L307.694 183h81.497l-6.167-86.36L403.266 183h80.9l-10.443-94H38.277zM25.834 201l-.51 4.588C39.822 226.445 52.968 235 64 235c11.32 0 24.852-8.89 39.8-30.96l.714-3.04h-78.68zm95.687 0l-.32 4.498C135.753 226.495 148.935 235 160 235c11.293 0 24.788-8.85 39.693-30.803l.63-3.197h-78.802zm95.736 0l-.156 4.352C231.69 226.455 244.908 235 256 235c11.08 0 24.28-8.525 38.85-29.576l-.237-4.424h-77.357zm94.324 0l.674 3.12c15 22.192 28.503 31.044 39.773 31.013 11.03-.03 24.212-8.62 38.772-29.637l-.32-4.496h-78.9zm95.906 0l.713 3.04C423.147 226.11 436.68 235 448 235c11.032 0 24.178-8.555 38.676-29.412l-.51-4.588h-78.68zM112 223.31C97.313 242.11 81.492 253 64 253c-13.972 0-26.884-6.906-39-19.264V487h318V279h114v208h30V233.736C474.884 246.094 461.972 253 448 253c-17.49 0-33.31-10.888-47.996-29.684-14.664 18.808-30.432 29.77-47.926 29.817-17.508.048-33.352-10.87-48.092-29.807C289.303 242.116 273.486 253 256 253c-17.492 0-33.313-10.89-48-29.69-14.687 18.8-30.508 29.69-48 29.69s-33.313-10.89-48-29.69zM55 279h258v178H55V279zm18 18v142h222V297H73zm288 0v71.064l78 .573V297h-78zM88 312h128c-108.235 8-116.31 24-128 113.11V312zm273 74.066v13.998l78 .573v-14.002l-78-.57zm0 32V487h78v-68.365l-78-.57z"/></svg>
<svg class="tc-image-originals-shorts tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M101.535 52.88c-3.966 15.398-4.738 29.582-.7 42.608h105.714v-42.61H101.534zm123.014 0v42.608h62.69v-42.61h-22.345v20.204h-18V52.88H224.55zm80.69 0v42.608h104.305c2.18-14.494 1.95-28.615-.05-42.61H305.24zm-204.6 60.608c-15.2 37.77-29.954 77.85-42.458 118.317 22.223 9.172 45.87 13.042 70.375 16.257l10.66 1.4-18.424 58.022-3.23.106c-8.268 28.267-14.914 57.303-16.743 89.803l-.445 7.914-7.906.558c-26.8 1.89-48.538-5.78-67.872-15.736-1.048 11.952-1.65 23.698-1.723 35.165 8.597 14.946 29.86 24.225 57.986 28.92 27.165 4.534 59.24 4.878 87.995 4.906 20.865-61.546 58.897-156.786 78.987-197.026l4.025-8.065c-2.232-.81-7.816-2.92-14.082-5.977-8.07-3.94-17.42-8.583-23.02-17.596-9.29-14.95-10.207-35.844-10.136-53.8.07-17.954 1.99-32.905 1.99-32.905l1.144-8.926 17.853 2.283-1.142 8.927s-1.78 13.98-1.846 30.692c-.067 16.71 2.447 36.223 7.42 44.227 1.286 2.067 8.678 7.525 15.63 10.918 6.95 3.393 13.134 5.52 13.134 5.52l8.514 2.92-5.805 16.925 2.424 4.854c20.09 40.24 58.122 135.48 78.987 197.027 28.755-.027 60.83-.37 87.994-4.905 28.124-4.694 49.388-13.972 57.986-28.916-.074-11.415-.69-23.123-1.756-35.046-19.273 9.895-40.94 17.493-67.627 15.61l-7.905-.557-.445-7.914c-1.83-32.5-8.475-61.536-16.744-89.803l-3.23-.106-15.17-47.775-3.253-10.25 10.66-1.398c24.326-3.19 47.807-7.03 69.89-16.058-12.582-40.713-27.318-80.93-42.214-118.516H100.64zm-57.85 131.07c-4.104 8.318-6.67 16.978-7.235 26.544 18.53 9.355 41.86 18.283 72.02 18.537l8.027-25.286c-24.327-3.487-48.99-8.4-72.81-19.797zm426.42 0c-23.822 11.396-48.485 16.31-72.812 19.796l8.03 25.285c30.157-.255 53.488-9.183 72.017-18.538-.566-9.566-3.13-18.226-7.236-26.545zM36.616 291.694c-6.152 24.697-10.976 50.186-14.61 76.39 19.114 10.99 37.874 19.79 61.52 19.954 2.367-29.072 8.276-55.42 15.428-80.556-24.862-1.463-45.573-8.246-62.338-15.79zm438.766 0c-16.765 7.543-37.476 14.326-62.338 15.79 7.152 25.136 13.06 51.483 15.428 80.554 23.646-.165 42.406-8.964 61.52-19.956-3.634-26.203-8.458-51.692-14.61-76.39z"/></svg>
<svg class="tc-image-originals-shotgun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M160.72 16C136 16.11 136 17.875 136 46v300c0 30 0 30 30 30h180c30 0 30 0 30-30V46c0-30 0-30-30-30H166c-1.875 0-3.633-.007-5.28 0zM196 76h120v210H196V76zm-46.656 345A13.333 13.333 0 0 0 136 434.344v48.312A13.333 13.333 0 0 0 149.344 496h213.312A13.333 13.333 0 0 0 376 482.656v-48.312A13.333 13.333 0 0 0 362.656 421H149.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-shotgun-rounds tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M235.223 42.74c-8.67.003-17.32.527-25.252 1.49l22.995 7.374 26.06-7.204-14.904 8.266 29.183.938-31.168 1.953 7.627 4.894c12.12-1.384 25.08-4.335 39.133-9.216-2.915-1.435-6.917-2.873-11.635-4.064-11.368-2.87-26.75-4.434-42.037-4.43zm-25.452 1.512c-5.98.732-11.56 1.705-16.362 2.932-4.785 1.222-8.804 2.705-11.63 4.156 3.057 1.185 6.148 2.28 9.277 3.285l32.324-1.734zm-18.176 10.543c7.56 2.397 15.358 4.233 23.506 5.353l8.462-4.365zm40.732 2.166l-13.195 3.68c8.334.888 17.042 1.022 26.23.247zm61.553 11.56c-46.084 15.603-83.883 12.33-116.5.343v265.383c35.69 13.848 74.13 13.286 116.5-1.504.03-87.962.005-180.644 0-264.22zm26.42 162.384c-.07 0-.143.003-.214.002.998 1.19 1.976 2.432 2.94 3.723 7.82 10.48 14.66 24.324 19.845 38.66 2.266 6.26 4.196 12.576 5.693 18.76l3.472-17.605-.037.202c.346-1.993.785-3.923 1.283-5.81-2.916-10.882-7.918-20.998-13.995-27.82-5.77-6.48-11.836-9.965-18.984-10.113zm97.268 5.592c-24.834.066-43.015 13.465-47.84 41.23l-.017.102-3.814 21.336c15.8-9.586 32.307-15.674 50.56-15.127 20.85.625 43.688 7 61.058 18.172l-3.38-25.292-.01-.11c-5.358-29.38-29.49-40.086-56.556-40.312zm-105.69 13.7v83.113l19.768-6.546-.017-.086c.516-.107.265.336.983-1.34.72-1.676 1.386-5.31 1.27-10.024-.233-9.425-3.236-22.905-7.938-35.902-3.877-10.72-8.928-21.185-14.068-29.215zM159.38 266.26c-26.83 5.996-54.302 12.135-74.978 16.775-3.493.784-5.36 1.21-8.54 1.924 2.44 1.747 4.765 3.663 6.945 5.737 12.8 12.178 21.682 29.216 26.61 47.237 4.93 18.02 5.93 37.097 1.563 53.85-.805 3.094-1.827 6.122-3.058 9.044l51.46-17.035zM44.138 292.244c-.22.004-.448.026-.67.033l-.766.174c-2.258.52-4.354 1.064-3.49.818l-.187.052-.187.045c-3.245.778-5.52 2.43-7.758 5.71-2.238 3.282-4.103 8.264-5.115 14.433-2.024 12.338-.608 29.12 3.922 45.05 4.53 15.926 12.184 31.026 21.205 40.588 8.128 8.617 16.29 12.72 25.928 11.456 8.42-4.317 13.658-12.273 16.546-23.356 3.324-12.754 2.71-29.15-1.505-44.564-4.218-15.415-12.014-29.77-21.658-38.946-7.835-7.454-16.33-11.65-26.265-11.492zm371.504 9.742c-21.177-.128-41.18 6.894-55.216 22.91l-3.385 17.155c15.41-16.114 37.094-26.187 61.087-26.187 26.287 0 49.818 12.072 65.348 30.957l-2.55-19.078C465 312.387 441.15 302.724 417.92 302.027c-.76-.022-1.52-.036-2.277-.04zM38.997 315.023L57.7 343.928l13.663-21.848-6.69 29.15 27.198 15.944-24.782-4.742 10.422 27.355-17.703-26.1-12.787 20.225 5.455-27.603-25.204-14.65 24.07 5.488zm379.13 16.614c-38.096 0-68.81 30.715-68.81 68.812 0 38.096 30.714 68.81 68.81 68.81 38.098 0 68.813-30.714 68.813-68.81 0-38.098-30.716-68.813-68.813-68.813zM293.88 351.71c-40.93 13.13-80.13 14.003-116.5 1.66v40.038c35.69 14.074 74.128 13.705 116.5-.928zm124.247 24.265c13.517 0 24.475 10.957 24.475 24.474 0 13.516-10.958 24.474-24.475 24.474-13.517 0-24.475-10.958-24.475-24.475 0-13.518 10.958-24.475 24.475-24.475zm-121.23 34.488c-42.767 14.164-83.67 15-121.467 1.433l-3.157 13.618c38.888 19.18 84.998 18.925 128.79-.21z"/></svg>
<svg class="tc-image-originals-shoulder-scales tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M289.848 22.072L283.2 133.43l1.46.785C193.302 155.377 90.776 194.63 19.426 244.803l.06.107-.148.008 53.226 104.604c-18.197 15.536-36.297 31.65-53.876 48.085v95.987h442.226c-9.274-7.46-18.847-14.865-28.7-22.166l20.516-21.29c10.186 12.92 19.807 26.524 28.782 40.827l-13.977 2.63h26.434v-244.09l-23.75 29.977c-6.68-9.383-13.687-18.65-20.98-27.748l26.916-57.117c6.383 9.925 12.32 19.868 17.813 29.696V27.708c-66.116-7.02-135.757-5.42-203.415-5.42zm17.21 25.338c15.85 5.745 30.84 12.97 45 21.36l-11.876 78.103c-12.388-8.884-24.963-16.97-37.625-24.07zm62.22 32.4c16.12 11.14 31.053 23.773 44.845 37.374l-23.95 70.796c-10.74-10-21.767-19.493-33.005-28.347zm59.417 52.553c12.876 14.138 24.632 29.037 35.31 44.198l-27.944 59.297c-9.93-11.57-20.303-22.78-31.03-33.515zm83.96 86.973v46.242l.61-45.14zm-455.66 42.78c2.635-.02 5.276-.013 7.925.017 12.293.14 24.735.775 37.27 1.892l16.904 72.977c-11.008-1.224-22.073-2.056-33.182-2.46l-36.795-72.308c2.62-.06 5.245-.1 7.88-.12zm64.886 4.052c20.697 2.677 41.57 6.694 62.38 12.05l.693 70.774c-15.195-3.816-30.558-6.965-46.053-9.357zM203 283.414c18.816 5.595 37.524 12.3 55.945 20.143l-10.992 65.26c-14.547-5.49-29.312-10.44-44.262-14.764zm73.572 28.047c17.277 8.127 34.248 17.264 50.758 27.448l-19.87 55.807c-13.66-6.73-27.58-13.054-41.73-18.885zm66.887 37.843c16.404 11.01 32.292 23.075 47.497 36.234l-25.355 41.1c-13.45-8.144-27.248-15.968-41.354-23.377zm61.606 48.96c12.45 11.672 24.386 24.113 35.707 37.34l-23.857 24.752c-11.487-8.14-23.297-16.124-35.44-23.857z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-shouting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.813 34.094c-32.67 0-62.826 19.624-85.375 53.125-22.55 33.5-36.844 80.558-36.844 132.686s14.294 99.187 36.844 132.688c22.55 33.5 52.705 53.125 85.375 53.125s62.825-19.626 85.375-53.126c22.55-33.5 36.875-80.56 36.875-132.688 0-52.128-14.326-99.187-36.875-132.687-22.55-33.502-52.706-53.126-85.375-53.126zM64.405 127.47c-37.863 55.188-52.23 125.55-33.562 195.218 23.816 88.89 95.022 152.122 179.25 170.25C145.894 460.577 90.12 390.486 65.874 300c-16.337-60.975-15.608-121.328-1.468-172.53zm384.813 0c14.14 51.202 14.836 111.555-1.5 172.53-24.246 90.486-79.988 160.578-144.19 192.938 84.23-18.128 155.403-81.36 179.22-170.25 18.668-69.668 4.332-140.03-33.53-195.22zM118.5 167.78c-27.588 40.212-38.04 91.49-24.438 142.25 17.355 64.767 69.225 110.823 130.594 124.033C177.88 410.485 137.26 359.43 119.594 293.5c-11.905-44.428-11.397-88.41-1.094-125.72zm276.594 0c10.303 37.31 10.81 81.292-1.094 125.72-17.666 65.93-58.285 116.985-105.063 140.563 61.37-13.21 113.24-59.266 130.594-124.032 13.603-50.76 3.152-102.038-24.436-142.25zm-197.813 2.095c20.065-.2 38.86 8.59 52 25.313l-14.718 11.53c-16.02-20.384-38.817-24.964-64.625-10.312l-9.218-16.25c12.02-6.824 24.523-10.16 36.56-10.28zm117.157.53c.625-.01 1.25-.005 1.875 0 12.04.122 24.543 3.49 36.563 10.314l-9.22 16.25c-25.806-14.653-48.603-10.103-64.624 10.28l-14.686-11.53c12.73-16.2 30.74-24.965 50.094-25.314zm-57.625 66.69c42.196 0 76.375 34.21 76.375 76.405 0 42.193-34.18 76.375-76.375 76.375s-76.406-34.18-76.406-76.375 34.21-76.406 76.406-76.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-shrug tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 29c-11.642 0-22.985 7.432-32.006 21.607C214.974 64.783 209 85.247 209 108s5.973 43.217 14.994 57.393C233.014 179.568 244.358 187 256 187s22.985-7.432 32.006-21.607C297.026 151.217 303 130.753 303 108s-5.973-43.217-14.994-57.393C278.986 36.432 267.642 29 256 29zm-80 131c-32 0-48 144-48 144 0-16-16-64-32-96-16 0-76.002 16-76 26v22l60-16s32 128 48 128 48-112 48-112l16 234h128l16-234s32 112 48 112 48-128 48-128l60 16v-22c.027-10-60-26-76-26-16 32-32 80-32 96 0 0-16-144-48-144 0 0-10.902.02-25.727 1.74-2.092 4.725-4.453 9.187-7.082 13.317C291.945 192.73 275.287 205 256 205c-19.286 0-35.944-12.27-47.19-29.943-2.63-4.13-4.99-8.592-7.083-13.317C186.902 160.02 176 160 176 160z" fill="#fff"/></svg>
<svg class="tc-image-originals-shuriken tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M114.875 18.844l.406 16.593 2.94 136.594h.06c26.11 0 47.314 21.205 47.314 47.314 0 26.108-21.204 47.312-47.313 47.312-8.59 0-16.644-2.3-23.593-6.312L23.814 376.906l-8.657 14.156 17.5-.156 132.063-3c-.004-.198 0-.395 0-.594 0-26.108 21.17-47.28 47.28-47.28s47.313 21.172 47.313 47.28c0 8.035-2.022 15.59-5.563 22.22l119.438 72.624 15.093 8.906-.405-16.625-2.938-128.937c-1.246.1-2.51.156-3.78.156-26.11 0-47.313-21.204-47.313-47.312 0-26.11 21.204-47.313 47.312-47.313 8.363 0 16.21 2.186 23.03 6L479.377 133l8.655-14.188-17.53.157-136.094 3.093c.005.28.03.56.03.843.002 26.11-21.202 47.313-47.31 47.313-26.11 0-47.313-21.205-47.313-47.314 0-8.885 2.45-17.206 6.718-24.312L129.97 27.72l-15.095-8.876zm19.25 33.28l17.094 10.407 64 110.876c-3.022 1.317-5.992 2.817-8.907 4.5-2.56 1.478-4.995 3.063-7.344 4.75L134.562 71.094l-.438-18.97zm320.594 85.94l-9.814 16.124-112.312 64.843c-1.266-2.857-2.686-5.673-4.28-8.436-1.563-2.705-3.234-5.304-5.033-7.78l111.376-64.283 20.063-.468zM250.56 189.218c.738-.017 1.483-.01 2.22 0 22.475.253 44.167 11.71 56.187 32.53 18.315 31.725 6.6 72.12-25.126 90.438-31.725 18.316-71.496 7.662-89.813-24.063-18.315-31.725-7.66-71.496 24.064-89.813 10.224-5.902 21.41-8.858 32.47-9.093zM170.5 291.03c1.253 2.79 2.66 5.55 4.22 8.25 1.598 2.77 3.316 5.403 5.155 7.94L68.75 371.374l-20.313.47 9.688-15.94L170.5 291.032zM304 327.126l64.625 111.97.438 18.655-17.344-10.563-63.876-110.625c2.624-1.186 5.23-2.496 7.78-3.968 2.923-1.687 5.72-3.506 8.376-5.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-shut-rose tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M428.023 17.34c-86.043.487-145.782 76.552-110.164 148.85-56.288 31.21-86.892 73.135-108.387 115.72-20.313-3.606-33.09-19.605-43.448-39.65-6.768 44.82 6.93 72.25 15.243 104.312-17.695 43.045-35.085 81.538-71.348 107.38h-.004c-26.502 18.903-51.61 14.403-63.865.622-6.127-6.89-9.442-16.272-7.98-28.256 1.45-11.88 7.926-26.43 22.246-42.21 11.966-10.25 21.688-14.278 28.155-14.956 6.552-.687 9.855 1.215 12.337 4.328 4.963 6.227 5.048 20.812-7.48 31.327l12.013 14.316c19.1-16.03 22.676-41.486 10.082-57.29-6.297-7.9-17.036-12.51-28.9-11.267-11.865 1.245-24.787 7.552-38.885 19.76l-.41.356-.366.4c-16.57 18.11-25.296 36.22-27.34 52.973-2.045 16.753 2.876 32.044 12.566 42.94 19.38 21.79 56.223 25.322 88.68 2.175l.002-.002c6.138-4.375 11.773-9.047 16.992-13.967 29.887-7.727 58.963-10.74 92.3-37.436-21.192.977-40.373-1.702-53.542-15.13 13.405-25.286 23.348-52.815 34.78-79.87 10.99-26.018 23.196-51.737 40.874-75.557 27.692.905 54.74 2.943 90.135-12.492-21.436-4.717-39.77-12.685-48.723-30.168 10.31-8.11 21.865-15.774 34.94-22.893 63.25 43.663 173.666-17.293 159.263-111.2L453 78.142l24.03-41.7-46.327 9.394 11.002-27.94c-4.625-.4-9.19-.58-13.682-.554zM177.857 47.475C99.85 123.65 112.403 221.302 190.082 226.61c99.86 6.987 1.396-107.536-12.225-179.135zm110.387 218.523c-18.154-.118-31.885 10.172-38.142 40.106-15.92 76.243 102.983 90.25 179.15 12.224-48.11-8.213-103.834-52.09-141.008-52.33z"/></svg>
<svg class="tc-image-originals-sickle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.563 25.156c353.16 276.87 16.918 408.895-87.875 293.25l-40.75 37.125 50.812 50.345c217.562 181.363 524.73-252.058 77.813-380.72zM110.75 364.28c-5.525 1.065-8.975 2.957-11.313 5.25-1.956 1.922-3.248 4.556-4.25 7.564l55.188 52.844c5.468-1.008 9.264-2.796 11.28-4.688 1.997-1.872 3.095-3.864 3.095-7.53l-54-53.44zm-24.72 30.314L30.407 445.28C13.67 472.28 45.1 506.478 81.5 489.94l51.53-50.282-47-45.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-siege-ram tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M404.89 233.115c3.81.15 6.27-3.31 9.94-2.26 5.65 1.61 5.68 8.8 4 11.45a10.93 10.93 0 0 1-12 4c-8-2.21-8.4-11.83-8-14.37a12.82 12.82 0 0 0 6.06 1.18zm-208.42-9.55v57.21h55.27v-57.21zm-178.62 0v57.21h52.38l17.65-57.21h-70zm101.07 57.21h29.33v-57.21h-11.68zm181-57.21v57.21h42.57l-13.29-57.21H300zm-196.86 126.06a51.19 51.19 0 0 0-36.195 87.385 51.19 51.19 0 0 0 87.385-36.195c0-28.272-22.919-51.19-51.19-51.19zm248.18 0a51.19 51.19 0 0 0-36.195 87.385 51.19 51.19 0 0 0 87.385-36.195c0-28.272-22.919-51.19-51.19-51.19zM90.74 91.785h272.83v-31.79H90.74zM153 355.875a67 67 0 0 1 16 32h116.32a67 67 0 0 1 16-32zm271.43 0h-23.28a67 67 0 0 1 16 32h7.22v-32zm-394.49 0v32h7.22a67 67 0 0 1 16-32H29.91zm125.62-248.09h-15.2l-72.84 236a66.84 66.84 0 0 1 17.59-7.76zm178.12 0h-14.91L372 336.915a67 67 0 0 1 16.82 8.21zM164.25 108v183.815h16.21V108zm103.48 0v183.815H284V108zm217.11 149.885l2 54-18.19 4.32-18.88-8.5-7.52-27-18.19-.09s26-9.95 26.82-36.6c.48-16.45-9.86-38.59-33.82-39.22-16-.42-36.62 16.37-29.58 35.69 1.85 5.06 5 15.06 17.35 17.59 10.93 2.24 25.42-3.43 26.85-18.05 1-10.35-7.67-27.48-27.62-19a22 22 0 0 1 13-4.27c6.87.06 15.69 3.79 20.3 15.93 3.74 9.86 1.82 24.86-12.87 34.24a37.35 37.35 0 0 1-37.15 1.07l-15.44-66.5c14.24-25 66.86-45.12 102.91-1.44 5.7 6.9 19.34 30.94 19.34 30.94zm-6.32-5.82c2-.92 1.9-5.17-.12-9.51s-11.26-9.11-13.22-8.19c-1.96.92-1.9 5.17.13 9.51s11.21 9.11 13.17 8.19zm1.6 49.37c0-3.29-5-10-6.31-10-1.31 0-2.31 2.67-2.31 6s5 10 6.31 10c1.31 0 2.31-2.67 2.31-6z" fill="#fff"/></svg>
<svg class="tc-image-originals-siege-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M137 41v78h190V41h-30v48h-18V73h-14v16h-18V41h-30v48h-18V73h-14v16h-18V41h-30zm208 19.273v25.454L394.273 135H329v18H457v-18H419.727L345 60.273zM173.977 137l20.91 46h79.445l29.272-46H173.977zm-10.268 20.912L159.147 183h15.965l-11.404-25.088zm147.29.996L295.668 183H311v-24.092zM155.875 201l-8.363 46h56.693l-20.91-46h-27.42zm47.193 0l20.91 46h9.626l29.273-46h-59.81zm81.145 0l-29.272 46H311v-46h-26.787zM144.24 265l-8.365 46h57.002l23.578-37.05-4.068-8.95H144.24zm99.246 0l-6.607 10.383L253.067 311H311v-46h-67.514zm-18.14 28.508L214.216 311h19.08l-7.95-17.492zM132.604 329l-8.364 46h27.908l29.274-46h-48.818zm70.156 0l-29.274 46h88.9l-20.907-46h-38.72zm58.49 0l20.908 46H311v-46h-49.75zm-140.283 64l-6.28 34.553c1.007.52 1.993 1.08 2.952 1.68L140.694 393h-19.728zm41.066 0l-31.34 49.248C134.68 448.565 137 456.025 137 464c0 2.386-.218 4.722-.615 7h23.392c-.396-2.278-.615-4.614-.615-7 0-22.537 18.463-41 41-41s41 18.463 41 41c0 2.386-.218 4.722-.615 7h23.068c-.397-2.278-.615-4.614-.615-7 0-16.127 9.456-30.165 23.092-36.848L270.568 393H162.033zm128.31 0l13.636 30h.02c2.386 0 4.722.218 7 .615V393h-20.658zM96 441c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm104.162 0c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zM304 441c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23z"/></svg>
<svg class="tc-image-originals-silence tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M299.05 19.174c-1.69.003-3.38.038-5.064.103-58.35 2.28-110.84 41.947-126.736 101.272l-15.37 57.356 44.378 11.89 14.597-54.476c13.028-48.618 62.988-77.523 111.518-64.52 48.53 13.004 77.047 64.12 64.316 111.634l-14.598 54.478 44.38 11.89 15.368-57.355c19.06-71.135-23.9-147.997-96.897-167.556-11.998-3.214-24.046-4.738-35.892-4.716zM125.21 190.107L67.366 405.98l311.108 83.362 57.843-215.873-311.105-83.363zm123.257 59.026l87.955 51.064-13.57 51.98-63.05-42.04-11.888 96.78-1.154-.14c-.02.27-.034.544-.067.81-.772 6.284-4.553 10.746-12.172 13.825-7.617 3.08-18.856 3.833-31.178.53-12.323-3.3-23.08-9.927-30.12-17.444-7.038-7.517-10.04-15.49-9.27-21.775.773-6.285 4.554-10.748 12.173-13.827 3.81-1.54 8.524-2.497 13.826-2.658 5.303-.16 11.194.476 17.355 2.127 9.618 2.577 18.273 7.184 24.96 12.655l16.202-131.887z" fill="#fff"/></svg>
<svg class="tc-image-originals-silenced tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 19.313c-44.404 0-85.098 25.434-115.248 68.124C110.6 130.127 91.594 189.847 91.594 256c0 66.152 19.005 125.87 49.156 168.563 30.15 42.69 70.845 68.125 115.25 68.125 44.402 0 85.068-25.435 115.22-68.125 30.15-42.69 49.186-102.41 49.186-168.563 0-66.152-19.038-125.87-49.19-168.563-30.15-42.69-70.812-68.124-115.214-68.124H256zm-68.047 196.324c21.997.077 43.584 9.43 57.484 32.738C232.475 258.385 219.33 266.34 206 272c1.927-3.868 3-8.23 3-12.844 0-15.93-12.914-28.844-28.846-28.844s-28.84 12.914-28.84 28.844c0 9.317 4.425 17.6 11.28 22.875-.938.036-1.874.058-2.81.068-.937.01-1.874.007-2.815-.006h-.003c-15.953-.208-32.166-3.813-48.717-11.217 5.244-29.73 43.042-55.366 79.703-55.238zm136.094 0c36.66-.128 74.46 25.51 79.703 55.238-16.55 7.404-32.764 11.01-48.717 11.217h-.002c-.94.013-1.877.016-2.813.006-.937-.01-1.873-.032-2.81-.067 6.854-5.273 11.28-13.557 11.28-22.874 0-15.93-12.91-28.844-28.84-28.844-15.933 0-28.847 12.913-28.847 28.844 0 4.615 1.073 8.976 3 12.844-13.33-5.66-26.474-13.614-39.438-23.625 13.9-23.31 35.488-32.66 57.485-32.738zm-113.174 83.96c8.826-.03 18.155 3.6 25.693 11.14L256 330.17l19.434-19.434c7.538-7.538 16.867-11.168 25.693-11.14.588.002 1.175.02 1.758.054 9.33.55 17.723 4.835 23.974 11.086 6.25 6.252 10.536 14.644 11.085 23.975.55 9.332-3.045 19.41-11.086 27.45l-19.434 19.436 19.433 19.433c8.04 8.04 11.634 18.12 11.085 27.45-.55 9.332-4.834 17.724-11.086 23.975-6.252 6.25-14.644 10.537-23.975 11.086-9.33.55-19.41-3.044-27.45-11.085L256 433.02l-19.434 19.435c-8.04 8.04-18.12 11.635-27.45 11.086-9.332-.548-17.724-4.834-23.975-11.085-6.25-6.25-10.536-14.643-11.085-23.975-.55-9.33 3.045-19.41 11.086-27.45l19.434-19.434-19.433-19.436c-8.04-8.04-11.634-18.118-11.085-27.45.55-9.33 4.834-17.722 11.086-23.974 6.252-6.25 14.644-10.537 23.975-11.086.583-.034 1.17-.052 1.758-.054zm.943 18c-.55-.018-1.097-.01-1.644.022-4.374.256-8.882 2.42-12.305 5.843s-5.586 7.93-5.844 12.305c-.257 4.374.986 8.807 5.844 13.666l90.295 90.293c4.86 4.858 9.292 6.103 13.666 5.845 4.374-.257 8.882-2.422 12.305-5.845 3.423-3.423 5.586-7.93 5.844-12.303.257-4.374-.986-8.808-5.844-13.666l-90.295-90.295c-4.25-4.25-8.176-5.733-12.022-5.865zm88.368 0c-3.846.133-7.77 1.615-12.022 5.866l-19.435 19.435 25.97 25.97 19.436-19.434c4.858-4.86 6.1-9.292 5.844-13.666-.258-4.375-2.42-8.882-5.844-12.305-3.423-3.423-7.93-5.587-12.305-5.844-.547-.033-1.095-.04-1.644-.022zm-82.88 76.725l-19.437 19.436c-4.858 4.858-6.1 9.292-5.844 13.666.258 4.374 2.42 8.88 5.844 12.303 3.423 3.423 7.93 5.588 12.305 5.845 4.374.258 8.807-.987 13.666-5.845l19.433-19.434-25.967-25.97z"/></svg>
<svg class="tc-image-originals-sing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M251.47 18.844c-42.103 0-80.822 25.502-109.532 68.156C113.227 129.654 95 189.316 95 255.406s18.227 125.784 46.938 168.438c28.71 42.653 67.43 67.468 109.53 67.468 42.102 0 80.853-24.815 109.563-67.468 28.712-42.654 46.94-102.347 46.94-168.438 0-66.09-18.228-125.752-46.94-168.406-28.71-42.654-67.46-68.156-109.56-68.156zm-52.94 161.812c.907-.013 1.812-.018 2.72 0 9.685.198 19.48 2.548 29.188 6.438l-7 16.937c-31.307-12.544-60.594-2.12-80 30.94l-16.375-9.908c16.74-28.52 43.404-44.005 71.468-44.406zm104.72 1.156c28.064.402 54.695 15.886 71.438 44.407l-16.344 9.342c-19.407-33.06-48.694-42.918-80-30.375l-7-17.53c9.707-3.89 19.502-5.615 29.187-5.813.91-.02 1.815-.044 2.72-.03zM252.187 245.5c53.175 0 96.282 50.127 96.282 111.97 0 61.838-43.108 112-96.283 112-53.174 0-96.28-50.16-96.28-112 0-61.843 43.106-111.97 96.28-111.97zm-19.53 54.156l2 14.094 11.03 78.78c-6.2-2.444-13.285-3.874-20.656-3.874-21.288 0-36.88 11.77-34.843 26.28 2.04 14.513 20.96 26.25 42.25 26.25s36.883-11.737 34.844-26.25c0-.01.002-.02 0-.03l.408-.062-9.25-66.875 39.875 13.31 12.093 4.44V320.593l-6.875-1.625-57.186-15.69-13.688-3.624z" fill="#fff"/></svg>
<svg class="tc-image-originals-sinking-trap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M129.785 50.53l-18.34 3.59 11.502 58.716c-2.942.398-5.865 1.092-8.738 2.092L81.245 58.336l-16.148 9.406 32.798 56.313c-1.93 1.522-3.793 3.18-5.587 4.95l-47.675-45.73L31.7 96.762l49.007 47.01c-1.355 2.25-2.6 4.584-3.734 6.988L29.01 123.87l-9.14 16.304 67.148 37.642c7.432 5.644 15.256 9.8 23.113 11.596l105.597 86.397 20.11 86.356 14.804 88.023h18.903l10.973-87.077 20.564-88.302 103.635-84.792c8.947-1.286 17.92-5.78 26.38-12.206l67.14-37.638-9.137-16.303-47.965 26.89c-1.135-2.404-2.38-4.738-3.735-6.987l49.01-47.01-12.937-13.488-47.673 45.73c-1.795-1.77-3.658-3.427-5.588-4.95l32.798-56.313-16.15-9.406-32.962 56.594c-2.872-1-5.794-1.696-8.736-2.094l11.502-58.715-18.342-3.59-14.172 72.353c-2.132 2.757-4.35 5.304-6.79 7.547l-18.85-35.73-16.53 8.72 22.436 42.527c3.555 9.423 7.447 17.122 11.592 23.307l-68.668 85.63c-1.106 1.866-2.284 3.67-3.553 5.38-8.562 11.545-21.266 19.51-35.67 19.51-14.403 0-27.106-7.965-35.668-19.51-.318-.43-.62-.874-.927-1.313h-.01l-70.574-88.007c4.583-6.456 8.876-14.704 12.763-25.01l22.427-42.513-16.53-8.72-18.85 35.73c-2.438-2.242-4.656-4.788-6.788-7.545L129.784 50.53zm128.33 121.837c-7.593 0-14.802 4.06-20.654 11.95-5.85 7.89-9.825 19.448-9.825 32.406 0 12.957 3.974 24.516 9.826 32.408 5.853 7.892 13.062 11.952 20.655 11.952 7.593 0 14.804-4.06 20.656-11.95 5.854-7.893 9.828-19.452 9.828-32.41 0-12.957-3.974-24.515-9.827-32.406-5.85-7.89-13.06-11.95-20.655-11.95zm-52.912 257.06c-14.898 6.732-24.53 16.38-24.53 26.862 0 20.435 35.37 36.794 78.845 36.794 43.473 0 78.84-16.36 78.84-36.795 0-10.592-9.353-20.118-24.526-26.862 4.54 4.033 7.59 8.548 7.59 13.43 0 15.976-27.917 28.62-61.904 28.62s-61.323-12.644-61.323-28.62c0-4.833 2.55-9.427 7.008-13.43z"/></svg>
<svg class="tc-image-originals-sinusoidal-beam tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18.7 18.7v31.474l7.804 9.853c-3.24 5.71-5.774 11.464-7.512 17.12-.104.34-.192.684-.29 1.025v28.437c1.392 3.52 3.446 6.762 6.275 9.585 9.892 9.873 24.882 10.316 39.107 5.93 2.954-.91 5.934-2.048 8.922-3.377l38.894 49.115c-1.928 4.116-3.545 8.218-4.81 12.266-5.35 17.106-4.78 34.656 6.61 46.07 11.392 11.41 28.924 11.99 45.96 6.67.977-.306 1.96-.637 2.942-.98l65.402 82.587c-.53 1.544-1.036 3.084-1.49 4.61-6.15 20.656-5.49 41.09 7.65 54.255 11.795 11.818 29.506 13.57 47.713 9.166l87.736 110.79h23.84l-2.316-2.923c3.324-9.926 8.54-20.652 15.472-31.45l31.365 34.374H493.3v-75.472l-31.062-27.096c5.482-8.462 10.068-16.987 13.664-25.396l17.397 13.36v-23.56l-10.98-8.435c5.676-22.206 3.702-43.492-10.226-57.39-15.163-15.132-39.034-16.085-63.23-8.472-2.783.875-5.59 1.88-8.41 2.984l-89.493-68.736c.83-2.283 1.583-4.55 2.24-6.8 5.66-19.4 4.954-38.725-7.53-51.235-12.484-12.51-31.86-13.23-50.99-7.25-6.114 1.91-12.345 4.524-18.582 7.786l-59.504-45.703c2.706-4.89 4.92-9.77 6.59-14.557 5.17-14.83 5.566-30.396-4.614-40.597-10.178-10.202-25.744-9.823-40.57-4.664-7.716 2.685-15.67 6.774-23.54 12.092L55.274 18.7H18.7zm137.84 48.556c4.273-.033 7.21 1.077 8.802 2.672 2.83 2.835 4.132 9.955.195 21.244-1.012 2.903-2.35 5.977-3.99 9.152l-31.27-24.017c4.855-2.87 9.55-5.088 13.866-6.59 4.938-1.72 9.072-2.436 12.396-2.46zM39.296 76.182l21.615 27.297c-.788.282-1.57.55-2.336.786-10.46 3.225-17.255 1.84-20.398-1.297-3.144-3.138-4.525-9.9-1.32-20.333.636-2.07 1.456-4.233 2.44-6.455zm78.72 14.273l33.383 25.64c-.527.686-1.086 1.37-1.636 2.053l-31.746-27.693zm-17.11 33.426l22.44 24.595c-.47.658-.94 1.317-1.396 1.978L100.91 123.88zm65.34 3.622l52.868 40.605c-2.168 1.557-4.323 3.197-6.463 4.903l-48.773-42.547c.803-.984 1.602-1.97 2.368-2.96zm-29.936 35.18l38.627 42.334c-2.238 1.42-4.468 2.74-6.67 3.923l-34.048-42.995c.667-1.085 1.368-2.174 2.09-3.263zm140.77 2.164c6.828.095 12.03 2.068 15.36 5.406 5.685 5.696 7.436 16.95 2.824 32.777L252.78 170.4c2.548-1.07 5.05-2.006 7.474-2.763 5.763-1.8 10.93-2.685 15.44-2.785.47-.01.93-.013 1.386-.006zm-42.338 15.26l53.252 40.904c-1.968 3.888-4.236 7.85-6.748 11.836l-54.215-47.293c2.567-1.938 5.142-3.765 7.712-5.446zm-109.488 4.62l24.86 31.395c-11.155 2.685-19.058 1.01-23.184-3.122l-.002-.002c-4.6-4.61-6.178-13.935-2.002-27.29.1-.322.22-.653.328-.98zm62.484 34.32l56.766 62.212c-2.957 4.59-5.663 9.19-8.06 13.775l-56.39-71.21c2.57-1.47 5.134-3.067 7.684-4.778zm115.342 13.55l78.408 60.222c-6.084 3.394-12.166 7.278-18.177 11.616l-67.794-59.14c2.768-4.223 5.302-8.465 7.564-12.698zm134.16 62.273c9.404.114 16.794 2.82 21.653 7.667 6.444 6.43 9.11 17.333 6.96 31.518l-47.537-36.512c6.178-1.672 11.877-2.538 17.016-2.662.645-.015 1.28-.018 1.908-.01zm-179.63.753l50.32 55.15c-6.605 4.173-13.157 7.547-19.403 10.03l-39.18-49.477c2.283-5.103 5.053-10.373 8.262-15.703zm140.245 9.768l62.665 48.13c-3.06 7.96-7.285 16.32-12.563 24.755l-70.105-61.156c6.714-4.59 13.44-8.52 20.003-11.73zM242.43 332.694l26.26 33.162c-9.63.86-16.912-1.318-21.3-5.714-5.222-5.232-7.314-14.614-4.96-27.447zm78.302 32.112l72.788 79.77c-6.504 9.502-11.876 19.133-15.967 28.646l-76.987-97.216c6.712-3.015 13.476-6.772 20.166-11.2z"/></svg>
<svg class="tc-image-originals-siren tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M157.705 400.355h193.09v17.53h-193.09v-17.53zm180.8-17.53h-165v-96.82a53.29 53.29 0 0 1 53.29-53.29h58.43a53.29 53.29 0 0 1 53.28 53.29v96.79zm-106.64-135.77h-10.44a37.83 37.83 0 0 0-37.83 37.83v77.22h48.27v-115zm-197 79.59h103.58v-17.53H34.875v17.53zm137.41-107.9l-73.22-73.23-12.4 12.4 73.23 73.23zm92.5-124.63h-17.54v103.57h17.53V94.115zm149 51.39l-73.23 73.23 12.4 12.4 73.23-73.23zm-40.18 163.6v17.53h103.54v-17.52h-103.57z"/></svg>
<svg class="tc-image-originals-six-eyes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M365.844 20.97c-40.147.554-80.328 18.658-115.28 55.936 69.614 76.607 158.46 79.904 237.03 0-36.313-37.23-79.014-56.528-121.75-55.937zm2.437 18.686c2.05 0 4.045.167 6 .5-8.556 2.06-14.936 10.013-14.936 19.5 0 11.052 8.638 20 19.312 20 10.675 0 19.344-8.948 19.344-20 0-1.85-.265-3.644-.72-5.343 4.89 6.47 7.814 14.612 7.814 23.468 0 21.06-16.484 38.126-36.813 38.126-20.328 0-36.81-17.066-36.81-38.125 0-21.057 16.482-38.124 36.81-38.124zm-229.81 49.22c-40.148.554-80.33 18.66-115.282 55.936 69.615 76.608 158.46 79.904 237.03 0-36.312-37.23-79.013-56.528-121.75-55.937zm2.436 18.655c2.06 0 4.064.196 6.03.532-8.57 2.05-14.967 9.972-14.967 19.47 0 11.05 8.637 20 19.31 20 10.676 0 19.345-8.95 19.345-20 0-1.868-.257-3.66-.72-5.376 4.9 6.475 7.814 14.635 7.814 23.5 0 21.06-16.485 38.125-36.814 38.125-20.33 0-36.812-17.065-36.812-38.124 0-21.058 16.483-38.125 36.812-38.125zm224.938 56.845c-40.147.555-80.328 18.66-115.28 55.938 69.614 76.607 158.46 79.903 237.03 0-36.313-37.23-79.014-56.53-121.75-55.938zm2.437 18.656c2.072 0 4.086.192 6.064.532-8.587 2.038-15 9.96-15 19.47 0 11.05 8.638 20.03 19.312 20.03 10.675 0 19.344-8.98 19.344-20.03 0-1.846-.267-3.616-.72-5.313 4.89 6.477 7.814 14.612 7.814 23.468 0 21.058-16.484 38.125-36.813 38.125-20.328 0-36.81-17.067-36.81-38.125 0-21.06 16.482-38.157 36.81-38.157zm-229.81 49.22c-40.148.555-80.33 18.66-115.282 55.938 69.615 76.607 158.46 79.903 237.03 0-36.312-37.23-79.013-56.53-121.75-55.938zm2.436 18.688c2.048 0 4.044.167 6 .5-8.557 2.06-14.937 9.98-14.937 19.468 0 11.052 8.637 20.03 19.31 20.03 10.676.002 19.345-8.978 19.345-20.03 0-1.845-.267-3.615-.72-5.312 4.89 6.47 7.814 14.613 7.814 23.47 0 21.057-16.485 38.123-36.814 38.123-20.33 0-36.812-17.066-36.812-38.125 0-21.058 16.483-38.125 36.812-38.125zm224.938 56.312c-40.147.555-80.328 18.66-115.28 55.938 69.614 76.607 158.46 79.903 237.03 0-36.313-37.23-79.014-56.53-121.75-55.938zm2.437 18.688c2.05 0 4.045.167 6 .5-8.556 2.06-14.936 10.012-14.936 19.5 0 11.052 8.638 20 19.312 20 10.675 0 19.344-8.948 19.344-20 0-1.85-.265-3.644-.72-5.344 4.89 6.47 7.814 14.613 7.814 23.47 0 21.057-16.484 38.123-36.813 38.123-20.328 0-36.81-17.066-36.81-38.125 0-21.058 16.482-38.125 36.81-38.125zm-229.81 49.218c-40.148.555-80.33 18.66-115.282 55.938 69.615 76.607 158.46 79.904 237.03 0-36.312-37.23-79.013-56.528-121.75-55.938zm2.436 18.656c2.06 0 4.064.195 6.03.532-8.57 2.05-14.967 9.97-14.967 19.47 0 11.05 8.637 19.998 19.31 19.998 10.676 0 19.345-8.947 19.345-20 0-1.867-.257-3.66-.72-5.375 4.9 6.475 7.814 14.636 7.814 23.5 0 21.06-16.485 38.125-36.814 38.125-20.33 0-36.812-17.066-36.812-38.125 0-21.058 16.483-38.125 36.812-38.125z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-skeletal-hand tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247.61 25.525c-.24-.002-.472.01-.698.04-6.036.447-8.304 9.428-9.457 13.005-.765 16.387.404 18.574 1.324 32.34 4.17-1.2 8.477-1.835 12.788-1.94 5.08-.127 10.157.476 15.022 1.694 1.183-14.606.387-25.685-1.81-32.557-1.974-5.382-7.264-13.057-17.17-12.582zM147.567 49.53c-.62-.024-1.26-.02-1.922.013-6.066 1.007-8.66 9.968-9.63 13.44-.084 11.83.577 16.395 1.484 23.046 7.3-3.137 15.28-4.372 23.102-3.98 1.98.1 3.947.308 5.892.61-.262-9.144-1.402-16.303-3.19-21.22-1.97-4.69-6.45-11.525-15.736-11.91zm234.577 5.716c-5.964.257-12.98 6.254-14.98 9.467-3.832 12.763-4.142 16.74-5.433 25.04 1.813-.05 3.622 0 5.42.15 7.907.672 15.598 3.228 22.38 7.09 3.312-11.086 4.652-19.954 4.257-26.097-.334-4.19-3.424-13.767-9.17-15.382-.792-.223-1.624-.305-2.475-.268zM252.535 87.56c-5.568.098-11.066 1.284-15.498 3.727 3.915 16.74 9.04 35.38.887 55.994 5.526-2.346 11.4-3.49 17.183-3.46 4.525.024 9.007.702 13.338 1.946-4.778-18.102-4.864-36.368-1.1-55.764-4.486-1.637-9.655-2.532-14.81-2.44zm-95.045 12.99c-6.494.177-13.01 1.8-17.957 5.022 5.23 16.7 11.863 35.27 4.647 56.918l-.04.12c-.92 2.862-.773 2.157.358 3.025 4.81-2.72 10.03-4.458 15.32-5.186 3.118-.43 6.26-.545 9.385-.362 2.313.135 4.615.435 6.893.89-7.13-18.768-8.908-38.047-6.436-58.92-2.94-.835-6.113-1.377-9.392-1.496-.923-.033-1.85-.037-2.778-.01zm-96.472 1.51c-2.007-.088-4.342.235-7.094 1.063-8.973 2.49-7.356 6.598-8.12 14.102 1.676 10.703 2.99 15.295 4.704 20.892 8.648-4.985 18.72-7.11 28.484-6.765-1.73-8.804-3.984-15.565-6.512-20.067-2.388-5.023-5.442-8.967-11.462-9.226zm301.052 6.137c-.532-.004-1.062.006-1.588.03-1.76.076-3.48.304-5.12.697-.65 16.804-.666 35.67-13.145 53.066.383-.026.767-.053 1.15-.07 4.753-.206 9.472.348 13.95 1.55 4.908 1.318 9.576 3.37 13.882 6.016.24-18.61 4.996-36.154 13.722-53.763-6.27-4.462-14.87-7.47-22.852-7.526zM79.803 149.7c-8.575.206-19.616 3.163-25.34 7.91 6.807 14.568 14.99 30.547 12.965 50.433 3.414-2.005 7.082-3.5 10.834-4.463 2.7-.692 5.452-1.146 8.222-1.367 2.947-.235 5.914-.195 8.864.086-7.668-16.108-11.197-33.277-11.494-52.183-1.324-.19-2.658-.37-4.05-.416zm175.21 12.12c-6.56-.034-12.477 2.13-17.523 7.14 5.066 27.445 12.187 55.717 4.14 86.86 3.863-1.528 7.87-2.354 11.89-2.433.846-.017 1.692 0 2.54.05 7.723.45 15.01 3.34 21.473 7.983-7.136-30.364-7.94-60.396-3.69-93.24-5.748-3.98-12.486-6.327-18.83-6.36zm-88.374 16.203c-1.484-.023-2.945.06-4.367.256-6.503.895-12.08 3.92-16.402 9.757 9.013 27.392 20.272 55.285 16.056 88.46-.248 2.118-.264 3.898-.092 5.423 6.092-6.135 13.464-9.825 21.295-10.6 1.707-.17 3.412-.212 5.106-.136 3.13.14 6.227.697 9.26 1.603-10.65-28.728-15.355-58.06-15.71-90.764-4.36-2.233-9.057-3.65-13.66-3.94-.497-.033-.993-.052-1.487-.06zm178.704 1.788c-3.81-.013-7.537.908-11.147 2.72-1.545 26.1-1.393 53.79-17.45 80.144l.054-.09c-3.03 5.11-2.72 7.794-1.374 10.72.06.13.145.264.213.395 1.452-.165 2.902-.252 4.34-.237 3.432.036 6.8.584 10.022 1.642 5.87 1.93 11.065 5.296 15.5 9.698 2.098-.327 4.026-.857 5.668-1.58-.915-31.93 5.382-61.34 18.162-92.075-4.598-4.88-10.533-8.643-16.68-10.293-1.9-.51-3.792-.844-5.67-.982-.547-.04-1.094-.06-1.638-.062zM90.77 220.11c-.97-.016-1.938.01-2.893.08-1.775.13-3.505.405-5.143.826-5.094 1.306-9.148 3.77-11.994 7.607 10.976 19.646 23.922 39.995 24.115 66.49.06 3.22.68 4.873 1.81 6.092 3.688-3.67 8.008-6.413 12.76-8.064 4.804-1.67 9.838-2.296 14.925-2.015.31.017.623.044.935.068-13.366-21.43-21.38-44.106-25.754-69.816-2.865-.772-5.84-1.212-8.76-1.266zm361.238 13.697c-6.83.265-11.143 8.22-13.016 11.662-1.473 6.2-2.24 10.29-2.746 13.827 6.79.38 13.315 2.336 19.074 5.445 3.242 1.75 6.272 3.85 9.06 6.23 1.712-8.734 2.18-15.796 1.55-20.89-.22-7.45-.878-12.912-11.72-16.098-.76-.15-1.496-.205-2.202-.177zm-198.15 37.566c-5.736.02-11.392 2.81-16.954 10.98 2.186 24.098 5.206 48.117 5.266 72.733 4.056-.536 8.14-.912 12.22-1.078 4.778-.195 9.545-.12 14.243.222.145-23.142 1.933-46.717 5.226-71.523-5.96-7.075-12.89-10.954-18.852-11.303-.383-.022-.766-.032-1.15-.03zm180.28 5.785c-1.877.034-3.787.338-5.712.793-5.753 19.14-10.762 39.41-22.494 57.7 7.85 3.71 14.216 9.632 18.638 16.565 1.123 1.76 2.124 3.586 3.022 5.46 7.28-22.32 18.26-42.837 33.03-63.23-3.347-5.81-8.253-10.84-13.852-13.863-3.463-1.87-7.058-3.047-10.764-3.363-.618-.054-1.24-.073-1.867-.062zm-248.124 12.006c-.377.01-.75.032-1.114.068-6.014.595-11.696 4.27-16.318 14.58 5.81 24.622 12.43 48.982 16.246 74.385.336-.292.67-.586 1.02-.87 6.656-5.43 14.79-10.045 23.777-13.72-2.564-21.055-3.987-42.725-4.424-65.56-6.58-6.09-13.53-9.017-19.186-8.883zm132.6 2.113v.002c-4.312.093-9.096 2.16-14.536 6.874-3.447 20.253-6.305 40.603-10.912 60.86 9.037 3.065 17.13 7.414 24.313 12.537 5.893-20.932 13.292-41.906 22.23-63.59-3.947-8.366-9.652-13.89-15.327-15.755-1.586-.52-3.217-.85-4.91-.918-.284-.01-.57-.016-.858-.01zm-196.21 17.846c-.633-.018-1.254-.01-1.86.025-1.884.11-3.635.45-5.212.997-5.8 2.015-10.39 6.72-12.533 17.043 13.144 25.046 27.305 49.554 37.286 76.85 4.73-4.38 10.035-8.23 15.68-11.452 2.28-1.302 4.626-2.5 7.015-3.592-10.126-23.7-18.49-48.594-25.706-75.627-5.178-2.682-10.234-4.116-14.67-4.244zm272.242 41.555c-18.752 18.218-37.325 38.756-66.96 47.37l.1-.03c-2.247.682-3.837 1.44-5.018 2.293 9.752 7.94 17.304 18.378 23.06 28.858 19.404-20.463 41.88-35.817 68.932-48.42-.1-6.705-1.94-13.486-5.364-18.852-3.528-5.53-8.406-9.424-14.75-11.218zM261.504 372.12c-18.565.073-39.053 5.082-53.473 12.347 8.687 2.75 16.256 7.877 22.702 14.205 2.912-.117 5.844.092 8.766.65 11.386-7.508 25.232-12.184 39.152-12.96 6.662-.37 13.337.153 19.764 1.68 8.962 2.127 16.753 6.264 23.516 11.6-11.156-12.342-26.23-23.018-45.336-26.34-3.308-.577-6.78-.933-10.35-1.09-1.562-.068-3.144-.097-4.74-.09zm-68.61 28.058c-.688-.004-1.383.01-2.085.04-8.426.37-17.737 3.215-26.122 8-11.182 6.382-20.468 16.082-24.477 25.786-1.752 4.243.537 17.907 5.296 29.47 3.153 7.66 6.092 13.183 8.144 16.862 4.628 5.757 18.354 9.647 33.526 1.07-.918-2.255-1.864-4.7-2.772-7.28-3.866-10.99-8.203-23.92-3.785-36.43 4.364-12.363 13.21-22.71 23.78-29.77 1.67-1.115 3.393-2.15 5.157-3.098-3.45-2.065-7.032-3.49-10.686-4.133-1.907-.335-3.91-.505-5.975-.517zm91.223 4.316c-8.244.064-17.19 2.1-25.226 5.428 3.243 3.152 6.106 6.757 8.626 10.545 6.588 9.904 11.097 21.493 13.597 32.36 1.728 11.428.503 22.12-1.836 32.222-.985 9.276 38.55 14.348 58.803 1.427.358-2.835.71-6.162.795-10.272.205-9.897-1.152-22.028-3.37-27.178-8.107-18.815-22.68-39.064-41.25-43.474-2.197-.522-4.524-.843-6.933-.98-1.053-.06-2.123-.087-3.205-.08zm-51.38 12.192c-6.698.423-13.712 3.178-18.34 6.21-7.552 5.042-13.993 12.83-16.805 20.793-1.13 3.2.402 14.826 3.793 24.464 7.738 26.922 58.007 25.272 61.11 9.313 1.427-7.465 1.872-17.142 1.075-20.606-2.046-8.895-6-18.843-11.04-26.423-5.644-6.907-11.253-13.693-19.794-13.75z"/></svg>
<svg class="tc-image-originals-skeleton-inside tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M299.53 18.813c-19.61.356-40.837 9.338-57.75 26.25-21.96 21.96-30.517 51.24-24.218 74.75-62.778-29-57.658-31.416-120.28-71.594-10.073-6.463-19.442-9.42-27.813-9.814-13.954-.654-25.118 5.805-32.126 14.938C26.13 67.956 24.96 89.496 48.28 107.75c31.027 24.286 58.843 41.04 79.032 59.47 20.19 18.427 32.648 40.59 28.344 70.03-3.158 21.61-13.69 37.998-26.47 51.47-12.778 13.47-27.746 24.486-41.436 36.686-27.38 24.4-50.33 51.753-45.063 114.25 3.328 39.483 34.158 55.117 59.657 52.375 12.75-1.37 23.51-7.336 29.406-17.467 5.897-10.132 7.696-25.438-1.03-47.75-7.595-19.416 3.102-40.836 18.343-57.094 15.24-16.26 36.83-28.82 58.875-25 6.175 1.07 11.42 4.72 15.03 9.155 3.61 4.435 5.996 9.62 7.97 15.25 3.946 11.26 6.27 24.674 9.125 38.563 5.71 27.777 13.662 55.967 33.062 68.468 37.964 24.468 75.258 17.422 91.906.47 8.325-8.478 11.915-18.86 9.126-31.157-2.788-12.3-12.708-27.158-34.28-41.845-23.665-16.11-32.656-48.29-33.845-80.125-1.188-31.836 5.288-64.077 20.126-84.03 6.878-9.25 17.546-13.118 29.656-17.407 12.11-4.29 26.207-8.475 40.75-14.688 29.087-12.425 59.636-32.197 79.125-76.78 17.078-39.07 3.374-64.318-15.28-73.5-9.328-4.593-20.13-5.132-30.438-.626-10.31 4.504-20.43 14.186-27.44 31.75-13.14 32.932-39.218 51.707-70.436 56.436-6.214.942-12.614 1.356-19.188 1.313-.446-.28-.895-.57-1.344-.845 5.914-3.7 11.588-8.15 16.844-13.406 30.064-30.065 35.05-73.856 11.125-97.782-10.466-10.468-24.744-15.403-40-15.126zm-2.342 19.156c9.573-.19 18.524 3.17 25.093 10.28 15.017 16.25 11.9 45.956-6.967 66.375-18.87 20.42-46.328 23.813-61.344 7.563-15.017-16.25-11.9-45.987 6.968-66.407 10.613-11.485 23.94-17.57 36.25-17.81zM65.03 62.593l62.69 45.468-10.282 15.626-63.376-45.97 10.97-15.124zM439.095 85.03l16.094 9.5-36.375 61.595-13.032-14.656 33.314-56.44zm-296.22 34.032l39.94 28.97c-2.63 5.937-4.95 11.934-6.94 18.062l-43.28-31.406 10.28-15.625zm71.94 19.876c.728-.013 1.45-.007 2.186 0 31.214.28 65.063 7.677 92.844 27.687-.43 33.283-4.878 58.947-21.28 86.25-14.544-8.917-30.326-16.685-46.658-22.094l-15.47 46.25 29.72 5.908-7.22 32.968c-27.694.27-53.706-1.247-78.03-14.5l7.438-33.906 29.625 5.875 15.874-47.5c-12.937-2.752-26.05-3.835-39.063-2.688 1.66-33.21 8.716-57.94 23.5-84.03 2.168-.07 4.343-.183 6.532-.22zm174.655 12.25l13.28 14.968-75.813 28.594c.753-6.677 1.195-13.516 1.438-20.53l61.094-23.032zm-240.345 151.03l12.656 13.75-52.31 48.157-20.97-6.094 60.625-55.81zm111.156 22.626l23.033 49.03-17.25 7.25-22.72-48.343 16.938-7.936zm-177 51.125l18.94 5.5 3.874 84.905-18.688.844-4.125-91.25zm209.564 14.186l42.594 68.72-15.875 9.843-44.157-71.25 17.438-7.314z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-skeleton-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M133.28 18.22c-21.24.154-43.79 7.987-63.56 23.03-2.745-1.017-5.597-1.656-8.47-1.906-10.406-.905-21.097 3.164-28.125 11.812-8.964 11.03-9.41 26.375-2.22 37.844-19.66 41.305-13.464 86.867 16.157 110.938 22.238 18.072 52.514 20.727 82.376 9.187l5.03-1.938 4.22 3.407 46.562 37.812L201.844 228l-43.875-35.656 11.78-14.5 43.875 35.625 15.344-18.876-43.876-35.656 11.78-14.5 43.876 35.656 16.563-20.375-46.532-37.814-4.218-3.437.875-5.345c5.19-31.587-3.573-60.646-25.812-78.72-13.53-10.994-30.48-16.316-48.344-16.186zm-2.25 25.468l43.845 13.874L139.562 101l-24.25-7.656 15.72-49.656zM57.876 57.78c.548-.016 1.107.013 1.656.064 2.637.243 5.25 1.265 7.5 3.093 6 4.876 6.876 13.408 2 19.407-4.874 5.998-13.406 6.907-19.405 2.03-6-4.875-6.876-13.406-2-19.405 2.666-3.282 6.41-5.068 10.25-5.19zm56.906 59.75l55.376 11.564-32.72 40.25-22.655-51.813zM91.22 123l12.468 22.156-35.313 43.438-22.53-40.063L91.218 123zm155.03 80l-21.97 27.03 125.157 101.69-24.593 30.25 17.562 14.28 19.875-24.47 14.5 11.783-19.874 24.468 13.25 10.783-16.687 20.53-38.126 44.47 14.187 12.156 32.595-38 19.25 8.03 22.906-28.188 14.5 11.782-41.092 50.562 18.187 14.78 61.406-75.56 15.44 12.562 21.967-27.032L246.25 203z" fill="#fff"/></svg>
<svg class="tc-image-originals-skid-mark tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M495.063 19.938L453.125 35.03l26.844 26.876 15.092-41.968zM433.688 42.03l-64.063 23.032 27.5 14.782 11.094 5.937-8.908 8.907-11.625 11.626 22.375 22.406 11.188-11.19 8.875-8.874 5.938 11.063 13.843 25.718 23.063-64.125-39.283-39.282zm-87.72 31.564L247.532 109l78.376 42.094 11.063 5.937-8.908 8.907-11.625 11.625 22.375 22.407L350 188.78l8.875-8.905 5.97 11.094 41.124 76.5 35.436-98.408-15.844-29.437-8.906 8.906-6.625 6.626-6.592-6.625-35.594-35.593-6.625-6.593 6.624-6.625 9.344-9.345-31.22-16.78zM223.876 117.53l-25.375 9.126 47.063 47.063-53.75 31.03 52.312 28.094 11.063 5.97-8.875 8.874-11.688 11.687L257 281.75l11.22-11.22 8.874-8.874 5.97 11.063 27.123 50.436 31.063-53.78 47.094 47.093 9.125-25.345-43.158-80.25-8.906 8.906-6.594 6.626-6.625-6.625-35.593-35.593-6.594-6.593 6.594-6.625 9.375-9.376-82.095-44.063zm-51.125 98.22l-88.156 50.906 81.812 43.906 11.063 5.97-8.876 8.874-11.656 11.656 22.375 22.407 11.187-11.19 8.875-8.905 5.97 11.063 42.936 79.875 50.907-88.125-26.625-49.563-8.937 8.938-6.594 6.593-6.592-6.594-35.625-35.593-6.594-6.626 6.593-6.594 9.375-9.375-51.438-27.625zM65.562 277.656L19.844 304.03v54.47l62.312 33.47 11.094 5.936-8.906 8.875-11.656 11.658 22.374 22.375 11.188-11.157 8.906-8.906 5.938 11.063 33.97 63.156h55.874l26.375-45.626-42.5-78.97-8.907 8.907-6.594 6.595-6.625-6.594-35.593-35.592-6.594-6.625 6.594-6.594 9.375-9.376-80.907-43.438zm-45.718 102.03V494.97h114l-23.25-43.22-8.906 8.906-6.626 6.594-6.593-6.594-35.595-35.594-6.625-6.593 6.625-6.626 9.375-9.375-42.406-22.783z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M41.78 21.78c-4.997-.165-10.197 1.67-14.655 6.126-15.113 11.567-8.733 29.44 5.906 34.438-11.887 26.758 18.28 38.818 32.69 22.78 1.77 6.353 5.607 11.64 10.53 15.75-6.834 17.716-.453 35.182 10.47 46 17.075 16.914 34.658 11.5 53.78 3.064 5.01 7.768 11.952 14.45 19.844 19.28-8.644 2.492-15.876 8.443-19.844 16.345-12.357-12.712-32.463-4.77-34.28 8.562-2.857 20.933 23.414 31.447 33.093 17.72 4.16 10.35 13.758 17.576 25.125 19.28-20.317 15.863-18.628 46.463-.97 66 18.947 20.96 43.435 16.498 61.688 2.906 1.916 8.895 6.22 16.504 11.688 23.376-18.523 22.26-.477 54.163 22.78 54.875l8.876-6.06c-11.923-16.82-21.032-35.764-21.03-55.533 0-14.22 2.558-27.89 7.25-40.625l18.218 4.688c-4.375 11.248-6.782 23.355-6.782 35.938 0 14.232 7.458 30.79 18.625 46.187 9.12 12.572 20.516 24.252 31.158 33.563 2.31-15.783 2.148-32.015-2.438-49.563l18.094-4.72c10.652 40.76.39 75.718-10.844 108.126l42.094-26.06.406 45.717c.177.064.354.125.53.188l34.345-31.47 4.313 40.845.28.03c.01.002.022 0 .032 0L431.47 441l17.78 31.406c2.94-7.53 10.04-26.205 18.313-52.656 4.41-14.107 8.78-29.58 12.375-44.875h-.282c-17.53 0-31.75-14.193-31.75-31.72 0-17.525 14.22-31.75 31.75-31.75 2.998 0 5.877.443 8.625 1.22-2.127-53.22-45.973-97.026-102.655-100.78l.656-18.657c34.642 2.17 65.52 17.385 87.376 40.53 35.083-17.25 5.977-66.633-23.625-44.062 2.46-48.01-46.01-78.18-81.186-63.062-8.016-38.908-78.668-34.988-90.53-4.688l-25.127-8.75c-1.872-32.22-28.622-57.812-61.312-57.812-21.19 0-39.78 11.107-50.813 27.437l-12.25-7c-.32-17.463-14.582-31.53-32.125-31.53-11.532 0-21.208 6.03-26.874 15.156l-9.907-8.75c6.058-15.098-5.352-28.45-18.125-28.875zm236.44 37.032c-8.926 0-16.158 7.232-16.158 16.157 0 8.923 7.232 16.155 16.157 16.155 8.923 0 16.155-7.232 16.155-16.156 0-8.926-7.232-16.157-16.156-16.157zM45.114 103.196c-6.348 0-11.494 5.146-11.494 11.494 0 6.347 5.147 11.494 11.495 11.494 6.348 0 11.494-5.147 11.494-11.495 0-6.35-5.147-11.495-11.495-11.495zm298.197 94.15l2.063 18.75c-18.395 5.263-34.75 14.895-47.75 27.56L285.78 229.22c15.764-14.956 35.505-26.105 57.533-31.876zm39.563 92.53c20.235 0 36.625 16.425 36.625 36.656 0 20.233-16.39 36.626-36.625 36.626s-36.656-16.393-36.656-36.625c0-20.23 16.42-36.655 36.655-36.655zm-193.906 43.22c-11.435 0-20.69 9.253-20.69 20.686 0 11.435 9.255 20.72 20.69 20.72 11.432 0 20.718-9.285 20.718-20.72 0-11.432-9.286-20.686-20.72-20.686zm244.093 20.624l11.687 62.936-41.813-4.437 30.125-58.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-crack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M226.063 24.188L222 58.718l32.688 25.626 23.75-50.03c-18.145-9.142-35.272-9.715-52.375-10.127zM166.75 61.093c-24.248 2.93-42.95 15.897-58.875 33.812h.03l96.407 62.594-37.562-96.406zM300.875 88.75l18.656 85.5-91.092-23.875L269 233.938l-140.594-89.375c-3.966 4.875-7.7 9.97-11.22 15.28-28.794 43.465-42.052 101.104-42.905 156.72 40.122 19.627 63.843 40.14 74.032 61.562 9.157 19.25 5.475 39.06-6.343 54.25 25.214 23.382 68.638 37.63 113.155 38.344 44.813.717 89.973-12.083 118.625-38.783-6.033-6.937-10.412-14.346-12.5-22.437-2.8-10.85-.952-22.554 5.188-33.28 11.757-20.542 37.646-39.263 80.062-59.69-.88-52.663-13.855-110.235-42.5-154.405-23.4-36.085-56.548-63.412-103.125-73.375zm-119.28 168.844c27.75 0 50.25 22.5 50.25 50.25s-22.5 50.25-50.25 50.25c-27.752 0-50.25-22.5-50.25-50.25s22.498-50.25 50.25-50.25zm149.468 0c27.75 0 50.25 22.5 50.25 50.25s-22.5 50.25-50.25 50.25-50.25-22.5-50.25-50.25 22.5-50.25 50.25-50.25zm-74.75 86.125c13.74 29.005 24.652 58.023 30.062 87.03-14.777 12.895-41.26 14.766-60.125 0 7.315-29.007 16.12-58.025 30.063-87.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-crossed-bones tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M425.344 22.22c-9.027.085-18.7 5.826-24.344 19.405-11.143 26.803-31.93 59.156-58.563 93.47 10.57 8.694 19.85 18.92 27.5 30.31 35.1-26.57 68.882-46.81 98.125-56.75 44.6-15.16 12.02-69.72-35.343-35.343 26.91-27.842 11.107-51.27-7.376-51.093zm-341.22.03c-18.5.378-37.604 23.962-16.343 49.875C31.523 38.635-.802 85.48 37.095 102.813c28.085 12.844 62.54 35.66 99.062 64.343 8.125-12.5 18.207-23.61 29.78-32.937-26.782-35.743-48.44-69.835-61.78-98.47-4.515-9.69-12.22-13.66-20.03-13.5zm169.5 99.688c-67.104 0-121.31 54.21-121.31 121.312 0 44.676 24.04 83.613 59.905 104.656v56.406h18.718v-47.468c5.203 1.95 10.576 3.552 16.093 4.78v42.688h18.69v-40.03c2.614.167 5.247.25 7.905.25 2.637 0 5.25-.086 7.844-.25v40.03h18.686v-42.687c5.52-1.226 10.89-2.834 16.094-4.78v47.467h18.688V347.97c35.92-21.03 60-60.003 60-104.72 0-67.105-54.208-121.313-121.313-121.313zm-66.874 88.218c19.88 0 36 16.12 36 36s-16.12 36-36 36-36-16.12-36-36 16.12-36 36-36zm133.563 0c19.878 0 36 16.12 36 36s-16.122 36-36 36c-19.88 0-36-16.12-36-36s16.12-36 36-36zm-66.72 52.344l29.938 48.188h-59.874l29.938-48.188zm-107.28 70.563c-40.263 32.472-78.546 58.41-109.22 72.437-37.896 17.334-5.57 64.146 30.688 30.656-30.237 36.854 21.167 69.05 36.376 36.406 15.072-32.352 40.727-71.7 72.438-112.5-11.352-7.506-21.564-16.603-30.28-27zm213.156 1.718c-8.155 9.415-17.542 17.72-27.908 24.69 31.846 39.39 56.82 76.862 69.438 107.217 17.203 41.383 71.774 9.722 31.72-31.718 47.363 34.376 79.94-20.185 35.342-35.345-32.146-10.926-69.758-34.3-108.593-64.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-in-jar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M217.52 21.156c-93.055 0-168.78 72.96-168.78 164.108v303.898h18.69V185.264c0-80.827 66.75-145.42 150.09-145.42h71.25c83.34 0 150.093 64.595 150.093 145.42v303.898h18.688V185.264c0-91.148-75.724-164.108-168.78-164.108h-71.25zm19.62 34.04c56.03 0 104.005 36.303 124.708 88.574-14.244-20.102-30.517-35.992-48.744-46.51-16.218-9.36-34.036-14.79-53.91-15.29-1.243-.03-2.492-.042-3.75-.034-18.876.113-39.584 4.615-62.497 14.334-49.19 20.864-73.53 52.007-82.297 88.996-8.424 35.547-1.668 77.248 15.307 119.214 61.164 5.752 96.5 32.692 113.772 72.282 5.473.378 14.337-.324 24.46-2.664 13.03-3.012 28.268-8.193 42.947-14.41 14.678-6.218 28.843-13.492 39.797-20.51 7.806-5.002 13.795-10.203 17.164-13.813-9.516-17.723-13.562-37.703-10.108-59.293 2.474-15.46 8.65-31.653 18.764-48.795v271.885h42.44V201.63c0-81.356-60.592-146.433-135.612-146.433h-42.44zm81.13 108.822c7.336-.09 14.554 2.238 20.482 6.625-10.03 1.383-17.756 9.984-17.756 20.394 0 11.374 9.222 20.594 20.596 20.594 3.054 0 5.942-.68 8.55-1.872-2.723 7.1-7.85 13.325-15.005 17.326-16.232 9.074-36.745 3.27-45.82-12.96-9.073-16.233-3.273-36.747 12.96-45.82 5.073-2.837 10.563-4.22 15.993-4.286zm-113.207 63.287c8.4-.102 16.644 2.96 22.972 8.664-9.93 1.47-17.55 10.03-17.55 20.368 0 11.374 9.22 20.596 20.595 20.596 1.48 0 2.92-.16 4.31-.457-2.926 5.658-7.484 10.553-13.46 13.894-16.232 9.075-36.747 3.272-45.82-12.96-9.075-16.232-3.273-36.746 12.96-45.82 5.073-2.836 10.563-4.22 15.993-4.285zm70.04 25.408c22.993 16.156 42.062 34.51 59.997 53.494-18.48 2.83-33.388 12.047-45.852 25.633-8.228-24.412-12.27-51.165-14.144-79.127zm63.815 117.14c-30.556 55.978-94.277 59.308-130.27 5.184-1.953 16.323-9.14 20.637-19.21 38.234 40.692 78.895 144.492 68.458 170.052-6.358-11.648-17.158-18.91-18.622-20.572-37.058z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.28 19.344c-44.432 0-85.11 25.406-115.28 68.125-30.17 42.718-49.22 102.49-49.22 168.686 0 66.195 19.05 125.97 49.22 168.688 8.75 12.39 18.397 23.31 28.75 32.594v-20.063c6.02 2.618 12.266 4.925 18.688 6.938v27.562c6.424 4.214 13.035 7.846 19.843 10.844V449.5c6.142 1.282 12.385 2.286 18.69 3.063v36.656c6.507 1.69 13.142 2.855 19.874 3.405v-38.47c6.22.244 12.465.27 18.687.033v38.437c6.72-.538 13.348-1.67 19.845-3.344v-36.686c6.304-.77 12.545-1.787 18.688-3.063v33.283c6.895-3.02 13.59-6.673 20.093-10.938v-27.563c6.422-2.012 12.667-4.32 18.688-6.937v20.063c10.357-9.284 20-20.205 28.75-32.594 30.17-42.72 49.22-102.493 49.22-168.688-.002-66.195-19.05-125.968-49.22-168.687-30.17-42.72-70.88-68.126-115.313-68.126zm0 64.53c78.92 0 142.908 63.99 142.908 142.907 0 5.767-.368 11.446-1.032 17.032-40.57-31.098-76.62-28.28-113.25 10.157 20.65 45.335 72.12 52.962 105.72 21.593-9.442 25.98-26.194 48.444-47.782 64.906v76.217c-5.89 2.908-12.145 5.478-18.688 7.688V401h-20.094v28.875c-6.1 1.324-12.35 2.39-18.687 3.188V401H267.53v33.688c-6.22.242-12.465.247-18.686 0V401H228.97v32.03c-6.337-.802-12.59-1.855-18.69-3.186V401h-19.843v23.375c-6.542-2.21-12.8-4.78-18.687-7.688V340.5c-21.617-16.473-38.402-38.955-47.844-64.97 33.6 31.423 85.122 23.797 105.78-21.56-36.64-38.45-72.695-41.253-113.28-10.126-.667-5.6-1.03-11.285-1.03-17.063 0-78.917 63.987-142.905 142.905-142.905zm0 186.876l-25.467 66.813h50.968l-25.5-66.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.656 18.47c-57.894 0-102.687 36.608-102.687 79 0 20.057 10.018 38.82 26.718 53.03v53.688h23.28v-55.375h18.688v55.375H251v-55.375h18.688v55.375h23.75v-55.375h18.687v55.375h23.344v-52.75c17.376-14.32 27.874-33.463 27.874-53.97 0-42.386-44.794-79-102.688-79zm-42.437 50c17.144 0 30.843 13.666 30.843 30.81 0 17.14-13.7 30.845-30.844 30.845-17.145 0-30.845-13.704-30.845-30.844s13.7-30.81 30.844-30.81zm82.624 0c17.145 0 30.812 13.666 30.812 30.81 0 17.14-13.668 30.845-30.812 30.845C283.7 130.125 270 116.42 270 99.28s13.7-30.81 30.844-30.81zM142.188 119c-48.82 35.525-80.563 93.098-80.563 158.094 0 55.067 22.787 104.8 59.438 140.312 4.343-13.65 14.108-24.938 26.75-31.28-27.542-27.797-44.563-66.027-44.563-108.25 0-49.647 23.53-93.792 60.03-121.907-9.986-10.747-17.313-23.265-21.093-36.97zm235.562 4.438c-4.512 13.358-12.41 25.466-22.875 35.78 34.185 28.204 55.97 70.875 55.97 118.657 0 42.63-17.357 81.203-45.376 109.063 12.41 6.753 21.835 18.36 25.717 32.218 37.712-35.616 61.25-86.09 61.25-142.062 0-62.352-29.213-117.878-74.687-153.656zM171.312 399.25c-18.903 0-34.03 15.13-34.03 34.03 0 18.902 15.126 34.033 34.03 34.033 18.905 0 34.032-15.13 34.032-34.032 0-18.903-15.127-34.03-34.03-34.03zm169.094 0c-18.903 0-34.03 15.13-34.03 34.03 0 18.902 15.126 34.033 34.03 34.033 18.905 0 34.03-15.13 34.03-34.032.002-18.903-15.125-34.03-34.03-34.03zm-83.22 26.156c-18.902 0-34.03 15.13-34.03 34.03 0 18.902 15.127 34.033 34.03 34.033 18.906 0 34.002-15.132 34.002-34.033 0-18.904-15.096-34.03-34-34.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.47 27.094C199.81 59.227 101.786 80.984 39.75 67.187c1.166 160.025 55.89 374.132 216.813 417.25 165.724-44.405 216.26-257.105 217.53-417.25-61.272 13.46-169.382-11.664-218.624-40.093zm2.56 44.968c31.866-.34 63.817 5.085 95.595 17.344l35.28 146.125h-63.75c9.446 29.716 6.468 70.128-9.905 99.845l-17.344-49.906-19.812 54.217-19.813-50-19.78 49.375-19.22-53.593-17.31 49.28c-14.528-26.456-23.842-65.022-9.907-99.22h-64.407L162.97 89.407c31.433-10.896 63.196-17.003 95.06-17.344zM85.25 114.25l11.5 2.656c11.29 2.595 24.925 2.822 39.594 1.344l-3.75 19.563c-9.76.572-19.265.393-28.28-.72 1.55 59.134 12.177 124.982 35.81 180.188 8.367 19.543 18.273 37.668 29.907 53.75l-3.28 25.908c-17.92-20.952-32.374-45.668-43.78-72.313-26.502-61.9-37.207-134.657-37.657-198.53l-.063-11.845zm349.125.03l-.094 11.814c-.488 63.837-10.383 136.353-36.56 198.156-11.802 27.86-27.07 53.627-46.345 75.22l-3.688-24.69c13.025-17.086 23.87-36.625 32.844-57.81 23.33-55.074 33.288-120.73 34.783-179.97-9.305 1.02-19.255.99-29.532.156l-4.124-19.312c15.67 1.7 30.068 1.594 41.22-.938l11.5-2.625zm-261.78 41.407l-11.126 51.282 74.686-6.657c-12.785-26.075-35.684-38.674-63.562-44.625zm171.655 0c-26.53 7.927-49.585 20.382-63.563 44.625l74.688 6.657-11.125-51.282zM258.406 214.5l-7.437 9.844-23.095 30.47 14.906 11.28 15.626-20.625 15.625 20.624 14.908-11.28-23.063-30.47-7.47-9.844zM201.47 352.28l14.5 56.814 22.968-47.563 19.343 59.345 19.345-59.938 21.72 48.157 15.78-56.188c15.586 18.392 20.75 39.556 18.28 65.75-48.64 37.818-96.95 42.896-148.905 0 .234-24.123-.63-44.257 16.97-66.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-skull-signet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.42 63.95c-64.054 0-122.07 10.41-164.908 27.755-21.42 8.673-39.093 19.056-51.87 31.29-12.78 12.232-20.822 26.845-20.822 42.724 0 1.62.106 3.225.27 4.82v.528c.132 1.02.305 2.038.496 3.055.077.427.167.85.256 1.275.075.354.152.708.234 1.06.13.56.266 1.117.414 1.67.11.414.232.826.352 1.24.106.36.205.722.32 1.08 7.19 23.116 29.692 45.078 64.668 62.488 2.903 1.444 5.892 2.85 8.95 4.222l15.234-20.418c-3.964-1.39-7.798-2.835-11.49-4.33-19.885-8.052-35.64-17.585-45.962-27.467-10.322-9.88-15.054-19.58-15.054-29.224 0-9.644 4.732-19.345 15.054-29.226 10.323-9.88 26.077-19.414 45.963-27.467C139.3 92.923 195.41 82.64 257.42 82.64c62.01 0 118.123 10.283 157.896 26.387 19.887 8.053 35.64 17.586 45.96 27.467 10.323 9.88 15.058 19.582 15.058 29.225 0 9.642-4.735 19.342-15.057 29.223-10.322 9.882-26.074 19.415-45.96 27.467-3.7 1.498-7.544 2.946-11.518 4.34l15.173 20.34c3.004-1.35 5.94-2.734 8.793-4.154 29.935-14.9 50.73-33.136 60.613-52.575 4.24-7.72 6.64-15.99 6.64-24.64 0-15.88-8.04-30.493-20.82-42.726-12.778-12.233-30.45-22.616-51.87-31.29-42.84-17.345-100.856-27.753-164.91-27.753zm-56.797 73.933L110.263 259l13.82 17.676 41.745-52.45 61.21 66.16h-92.233l41.703 53.337V438.3h27.084v-85.087h18.687V438.3h25.777v-85.087h18.687V438.3h25.777v-85.087h18.69V438.3h27.087v-94.577l41.705-53.336h-92.238l61.21-66.162 41.745 52.455L404.542 259l-90.36-121.117h-113.56zm294.174 77.012c-13.66 17.35-34.022 32.486-58.703 44.77-4.234 2.108-8.608 4.136-13.11 6.087l-52.953 67.723c21.472-5.64 40.945-12.805 57.736-21.163 41.094-20.454 64.982-47.193 67.03-74.703v-22.715zm-474.707.36v25.19c3.425 26.506 27.06 52.117 66.74 71.868 16.86 8.39 36.422 15.58 57.996 21.23l-52.896-67.65c-4.615-1.993-9.092-4.07-13.426-6.227-24.51-12.2-44.758-27.213-58.414-44.412zm237.312 62.126l20.903 55.58h-41.807l20.904-55.58zm237.395 6.89c-13.66 17.352-34.022 32.49-58.703 44.775-22.777 11.337-49.55 20.453-79.11 26.803v22.04c26.826-5.238 50.936-12.497 71.166-21.247 21.532-9.313 38.617-20.33 49.916-31.878 11.3-11.55 16.73-23.184 16.73-34.99v-5.5zm-474.707.36v5.143c0 11.805 5.433 23.44 16.732 34.99 11.3 11.548 28.384 22.564 49.916 31.878 20.21 8.742 44.29 15.996 71.082 21.233v-21.98c-29.643-6.352-56.486-15.485-79.316-26.848-24.51-12.2-44.758-27.215-58.414-44.414z" fill="#fff"/></svg>
<svg class="tc-image-originals-slap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M316.26 30.982c66.658 35.958 111.957 106.423 111.957 187.47 0 117.567-95.305 212.872-212.87 212.872-81.016 0-151.456-45.26-187.427-111.87C54.146 421.63 146.772 497.02 257.195 497.02c130.85 0 236.703-105.857 236.703-236.706 0-110.448-75.424-203.12-177.638-229.332zM173.027 49.174c-.513-.002-1.022.008-1.525.03-4.83.2-8.995 1.528-12.078 3.548L146.79 160.74l-15.458 28.592c6.213 10.643 11.196 21.47 14.826 32.496l-17.75 5.844c-2.052-6.233-4.63-12.46-7.703-18.682l-.025.047c-12.95-22.565-27.376-41.2-38.912-47.967-6.19-3.63-10.49-4.2-15.262-2.35-3.982 1.546-9.023 5.83-14.383 13.985 33.155 41.62 40.914 80.725 46.535 106.195 1.802 8.16 1.855 15.758 3.23 21.36l.305 1.234-.04 1.272c-.754 25.344 10.396 43.41 26.146 55.218 15.704 11.776 36.216 16.526 52.104 13.748 19.725-4.198 32.415-11.058 45.717-22.464 11.922-10.57 33.085-26.408 45.062-36.42 37.06-30.977 98.058-63.045 108.02-68.21 2.108-10.902-4.806-22.478-13.655-27.152l-74.184 42.71c-3.954-7.074-8.448-13.68-13.392-19.895l91.505-99.21c-.33-6.228-3.38-13.547-8.305-19.252-4.444-5.147-9.932-8.334-14.133-9.373l-95.07 101.33c-6.066-5.157-12.43-10.054-19.002-14.772l66.1-125.216c-4.527-6.72-9.388-10.572-15.26-13.237-5.445-2.47-12.303-3.794-19.887-4.892l-60.463 123.8c-7.348-4.592-14.772-9.118-22.182-13.656l14.055-108.806c-3.996-3.416-10.597-6.564-17.572-7.512-1.603-.218-3.188-.326-4.73-.33z" fill="#fff"/></svg>
<svg class="tc-image-originals-slashed-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.156 22.125L60.28 82.438c.432 108.262 10.918 200.47 40.25 270.437 13.326 31.78 30.345 59.02 52.126 81.47 4.056-11.198 8.352-22.57 12.813-34.064-16.453-18.292-29.438-40.056-39.345-64.75-23.25-57.95-30.656-131.856-30.656-217.717l-.095-7.188 6.563-1.72L246.313 62.47c5.877-12.546 11.896-25.14 18.125-37.814l-8.282-2.53zm52.656 16.188l-17.875 33.124 23.313 7.5c5.9-11.474 11.73-22.754 17.375-33.593l-22.813-7.032zM376.5 59.156c-6.004 11.338-12.02 22.668-18.03 34l25.25 8.125c6.615-11.223 13.333-22.462 20.186-33.686L376.5 59.156zm71.156 21.907l-33.844 51.5c-.736 79.713-7.717 148.21-29.25 202.687-22.848 57.806-63.124 99.61-127.312 118.625l-2.656.813-2.656-.813c-32.193-9.537-58.434-25.294-79.5-46.25-6.443 9.027-12.975 17.983-19.625 26.844 26.645 27.41 60.394 47.68 103.28 60.25 80.56-23.573 128.42-71.69 157.5-142.095 28.78-69.676 38.15-161.577 38.532-270.188l-4.47-1.374zm-212 4.437L114.25 124.563c.405 81.79 8.107 151.38 29.22 204 .454 1.135.907 2.255 1.374 3.375 24.524-86.216 54.174-165.683 90.812-246.438zm46.25 2.625L147.25 337.5c7.214 16.193 15.74 30.653 25.875 43.344 38.187-95.228 87.792-197.513 132.5-285.094l-23.72-7.625zm67.688 21.78C297.91 207.07 245.08 303.326 183.22 392.346c18.644 19.297 42.002 33.62 71.374 42.75 57.576-17.84 91.637-53.702 112.594-106.72 17.472-44.204 25.07-100.542 27.25-166.344L235.594 403.845c36.84-95.574 83.337-190.838 138.47-286.063l-24.47-7.874z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-slavery-whip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M375.04 37.43l-35.083 43.386L314.95 37.92l-4.055 46.084c63.786 18.442 66.642 100.816 27.71 132.69l85.49-13.003-43.322-14.56 77.688-45.347-75.374 3.55 61.728-79.298-78.498 35.002 8.725-65.607zM70.296 58.395c-15.223.03-31.116 5.526-48.545 16.935v47.135c43.16-38.49 90.794-21.734 133.76 24.56 23.57 29.96 48.492 64.923 98.338 78.166 37.686 10.014 77.26-8.695 87.326-45.94 3.85-14.245 4.485-29.96.107-44.334-4.376-14.372-14.476-27.512-30.585-33.684h-.002c-10.558-4.044-22.308-4.223-32.888-.554-10.582 3.668-20.198 11.696-24.35 23.586-2.616 7.492-2.486 15.654.41 23.072 2.897 7.42 9.143 14.25 18.01 16.82h.002c5.33 1.544 10.872 1.284 16.1-.896 4.803-2.004 9.515-6.272 11.41-12.166-11.492 10.304-28.43 5.458-28.97-14.328-.205-2.172.02-4.445.68-6.34v-.002c2.117-6.06 6.64-9.944 12.83-12.09 6.188-2.146 13.84-2.04 20.08.35h.003c10.562 4.046 16.314 11.563 19.394 21.677 3.08 10.116 2.78 22.718-.27 34.015-7.294 26.984-35.235 40.528-64.488 32.756-32.45-8.62-52.41-27.42-70.373-48.985l.15-.223C143.74 93.958 109.2 58.32 70.296 58.395zm228.437 90.863l1.01.576c.027-.112.06-.22.086-.332l-1.096-.244zm157.87 64.904c-17.884-.094-38.857 9.058-55.942 26.143-5.313 5.313-9.848 11.004-13.588 16.86-93.743-56.462-329.905 76.312-178.974 189.757l-.002.002H88.78l-26.452 47.74h257.164l-88.478-103.25c24.27-26.708 67.453-43.706 96.996-45.064 13.793 45.097 36.25 113.497 71.734 148.312h60.867c-43.07-46.548-76.537-109.094-81.936-179.85 1.615 3.23 3.692 6.19 6.283 8.782 18.664 18.663 55.953 11.632 83.29-15.703 27.335-27.335 34.364-64.623 15.7-83.286-7-7-16.615-10.385-27.345-10.442z" fill="#fff"/></svg>
<svg class="tc-image-originals-sleepy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.094 18.25c-42.675 0-81.852 25.486-110.938 68.438C109.07 129.637 90.72 189.74 90.72 256.28c0 66.543 18.35 126.643 47.436 169.595s68.263 68.47 110.938 68.47 81.883-25.518 110.97-68.47c29.084-42.952 47.436-103.052 47.436-169.594 0-66.54-18.352-126.64-47.438-169.592C330.978 43.736 291.77 18.25 249.094 18.25zm-128.97 241.313c18.356 18.096 37.528 26.765 55.72 27.562 18.19.797 35.927-6.096 52.125-21.5l12.874 13.53c-19.214 18.274-42.25 27.658-65.813 26.626-23.56-1.03-47.1-12.3-68-32.905l13.095-13.313zm264.782 0l13.125 13.312C377.135 293.48 353.564 304.75 330 305.78c-23.563 1.033-46.598-8.35-65.813-26.624l12.875-13.53c16.2 15.403 33.934 22.296 52.125 21.5 18.192-.798 37.365-9.467 55.72-27.563zM251.562 371.656c36.423-.156 72.996 19.144 77.438 58.406-51.33 13.296-102.67 12.767-154 0 3.858-38.638 40.14-58.25 76.563-58.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-sleeveless-jacket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M183.52 49.373c-9.33.395-19.07 1.434-29.088 3.092 7.844 36.25 25.637 68.946 60.568 97.474v-10.5c-8.845-10.246-15.845-25.51-21.54-42.594-5.177-15.534-8.795-32.223-9.94-47.473zm144.96 0c-1.145 15.25-4.763 31.94-9.94 47.473-5.695 17.083-12.695 32.348-21.54 42.593v10.5c34.93-28.53 52.724-61.226 60.568-97.475-10.02-1.658-19.758-2.697-29.088-3.092zm-126.812 2.18c.785 7.343 2.232 15.31 4.178 23.283C223.196 84.07 239.442 89 256 89c16.558 0 32.804-4.93 50.154-14.164 1.946-7.972 3.393-15.94 4.178-23.283C289.306 64.913 272.4 71 256 71s-33.306-6.087-54.332-19.447zm-64.883 4.408C105.988 63.033 73.35 75.5 42.313 92.67 72.472 215.975 87.862 380.764 74.175 491H215V172.633C169.732 139.81 146.24 99.52 136.785 55.96zm238.43 0C365.76 99.52 342.268 139.81 297 172.634V491h140.824c-13.687-110.236 1.703-275.025 31.863-398.33-31.037-17.17-63.675-29.638-94.472-36.71zM194.057 208.25l1.945 128.16-4.887 2.574c-27.018 14.238-57.635 14.82-87.963 6.477l-6.51-1.788-1.82-119.875-.13-8.514zm123.886 0l90.87 6.432 8.494.6-1.95 128.39-6.51 1.79c-30.327 8.34-60.944 7.76-87.962-6.478l-4.887-2.574zm-153.78 20.16l-38.032 2.692 20.364 17.67zm183.673 0l17.67 20.363 20.363-17.67zM176.56 241.59l-28.27 32.576-35.165-30.518 1.307 86.012c22.786 5.198 44.148 4.27 63.398-4.355zm158.88 0l-1.27 83.715c19.25 8.625 40.612 9.553 63.398 4.355l1.307-86.012-35.166 30.518zM233 473v18h46v-18z"/></svg>
<svg class="tc-image-originals-sliced-bread tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M141.97 14.438c-42.682.018-82.778 11.23-101.282 31.187-30.652 33.058 1.238 86.79-22.72 168.063-8.613 29.22 74.178 97.934 122.188 151.625-3.125-8.49-3.153-17.208-1.156-24.688v-.688l.47-1.437c17.554-53.406 12.688-81.692-1.25-125.313-5.194-16.25-4.224-31.73 1.78-44.812 6.004-13.082 16.6-23.578 29.625-31.813 26.05-16.47 62.195-24.613 98.313-25.656 4.514-.13 9.006-.157 13.5-.062 23.43.492 46.31 4.073 65.906 11.22-5.792-6.04-12.343-12.123-19.344-18.22-41.85-24.153-155.507-18.392-208.03 16.125 33.065-44.226 114.77-66.194 184.53-35.407-8.257-6.463-16.738-12.862-25.125-19.126C238.262 40.686 123.365 46.27 70.47 81.03 102.665 37.97 181 15.983 249.5 43.28c-28.753-19.812-69.177-28.86-107.53-28.843zm132.78 115.03c-2.095.006-4.183.034-6.28.095-33.57.97-67.18 9.115-88.845 22.812-10.832 6.848-18.573 14.884-22.656 23.78-4.085 8.898-4.943 18.814-.94 31.345 14.19 44.4 19.552 79.75 1.657 135.22v.217l-.468 1.407c-1.297 3.94-1.203 11.898 1.81 17.47 3.016 5.57 7.7 9.873 19.75 9.873 7.3 0 16.987-.02 25.97-.03 21.836-16.527 47.35-35.183 66.375-49.97 10.12-7.864 22.774-9.62 34.125-9.312 11.35.31 21.408 2.634 28.563 6.063 19.722 9.444 37.077 15.635 55 20.125-.143-.97-.34-1.807-.563-2.47-16.222-47.974-24.11-90.38-8.406-137.718 4.08-12.298 3.23-21.644-.688-29.844-3.918-8.198-11.416-15.53-22.125-21.593-18.74-10.607-46.79-16.7-76-17.406-2.085-.05-4.185-.067-6.28-.06zm28.344 201.563c-.55 0-1.084.015-1.625.033-7.572.246-14.643 2.085-18.876 5.375-24.37 18.94-58.597 43.71-82.28 62.187-4.67 3.642-6.184 6.524-6.564 8.03-.38 1.51-.246 2.165.813 3.658 2.116 2.985 9.79 6.963 17.406 6.906 54.724-.405 97.39 12.696 133.405 30.03 19.53 9.4 43.448 9.722 66.72 4.063 23.27-5.66 45.638-17.31 61.03-30.188 15.392-12.878 22.33-26.61 21.063-33.938-.634-3.664-2.582-6.99-8.75-10.656-6.17-3.664-16.564-7.015-31.688-8.655-49.392-5.353-83.953-11.502-128-32.594-3.328-1.594-12.244-3.98-21-4.217-.547-.015-1.108-.03-1.656-.032zm196.25 90.5c-4.112 4.84-8.944 9.494-14.22 13.908-17.895 14.973-42.335 27.645-68.593 34.03-26.256 6.387-54.58 6.498-79.25-5.374-34.164-16.444-73.45-28.57-125.155-28.188-7.96.06-15.778-1.69-22.313-5.406 1.91 16.26 11.684 30.165 29.344 30.03 51.222-.39 81.323 12.19 117.813 25.533 57.38 20.98 162.374-11.593 162.374-49.125V421.53z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-slicing-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M94.027 17.81l-.763 71.667-71.254.355 85.51 64.35 27.94-9.082 277.542 277.537-39.828 9.345 118.6 56.215-56.22-118.597-9.34 39.818-277.376-277.37 9.54-28.726-64.35-85.51zm83.41.465L393.99 308.74 280.887 18.275h-103.45zm123.506 0l129.922 333.66-39.35-333.66h-90.572zm109.39 0l34.173 289.768 51.24-289.768h-85.414zM20.98 174.443V277.9l295.903 117.153L20.98 174.443zm0 123.557v90.557l335.89 42.425L20.98 298zm0 109.393v85.36l281.59-49.792-281.59-35.567z"/></svg>
<svg class="tc-image-originals-slingshot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M157.54 15.78c-2.838.003-5.676.125-8.5.365-22.6 1.92-44.724 11.21-61.347 26.587-16.32 15.096-27.204 36.473-26.69 61.45 3.875-.13 9.014-.284 14.847-.397 1.073-.02 2.088-.027 3.146-.043-.402-19.627 7.798-35.656 20.92-47.795 13.38-12.377 32-20.283 50.647-21.867 18.517-1.573 36.767 2.965 50.646 14.524 5.373-3.043 11.074-4.81 16.602-5.51 1.072-.136 2.135-.228 3.192-.297-2.48-2.79-5.112-5.37-7.89-7.715-15.842-13.365-35.714-19.31-55.575-19.3zm68.077 44.282c-2.986.057-5.93.6-8.842 1.477-1.104.257-2.187.577-3.25.972.026.04.05.082.075.12-3.47 1.38-6.817 3.335-9.692 6.35-3.5 3.673-6.077 9.9-4.693 15.998l.094.413.045.144c11.863-10.083 27.67-14.763 42.444-14.64.3.002.596.024.895.03l-.068-.868-.592-1.374c-2.704-6.274-8.677-8.048-13.11-8.49-1.107-.11-2.21-.154-3.308-.133zM277.66 81.3c-6.248.09-12.4.574-18.474 1.378l-.582.54 4.716 17.102c4.68-.57 9.39-.928 14.133-1.015 1.6-.03 3.207-.03 4.817 0 36.413.658 76.09 16.07 122.072 59.433l15.937-9.623c-49.936-48.12-95.313-67.04-137.684-67.806-1.652-.03-3.297-.035-4.936-.01zm-52.29 10.595c-6.7 2.283-12.923 5.844-17.354 10.447l2.01 10.578c4.8-7.386 9.9-14.41 15.345-21.025zm18.597 5.953c-4.65 5.218-9.075 10.81-13.297 16.738 5.564-1.297 11.307-1.985 17.088-2.13-.102-.656-.203-1.312-.3-1.958l-3.49-12.65zM190.2 105c-10.62 5.178-21.06 10.89-31.368 16.828l14.736 8.645-.23-.047c.64.353 1.372.707 1.754 1.027.528.443.905.83 1.213 1.19 5.797-3.22 11.592-6.312 17.392-9.227L190.2 105zM80.692 121.756c-1.61.018-2.815-.007-4.496.025-8.207.16-14.15.39-16.605.478-2.228 1.913-6.242 5.488-11.158 11.178-6.63 7.67-12.168 17.598-12.092 23.324.095 7.15 3.73 19.28 9.736 30.228 6.007 10.948 14.408 20.872 21.87 25.426.002 0 2.58.932 6.513 1.07 3.934.138 9.176-.22 15.04-1.04 11.728-1.64 25.992-5.075 39.117-9.215 8.666-2.735 16.262-5.755 22.9-8.71-17.423-3.064-34.79-11.906-48.413-23.3-9.947-8.318-17.986-18.11-21.704-29.304-2.12-6.388-2.42-13.417-.707-20.16zm170.13 8.596c-13.804-.118-26.667 3.534-35.956 11.37.29 1.234.584 2.44.873 3.696 7.614 33.128 13.767 73.212 9.864 97.246-5.603 34.496-31.537 84.64-56.23 125.106-14.89 24.398-29.136 45.285-38.177 58.144 10.07-.018 20.817 2.73 31.086 7.26 11.084 4.89 21.573 11.887 29.23 20.914 1.466 1.73 2.83 3.565 4.06 5.488 1.36-3.347 2.576-6.353 4.36-10.703 5.542-13.528 13.064-31.452 21.98-50.63 17.835-38.352 41.727-81.852 64.653-103.98 25.013-24.14 74.933-49.443 118.108-67.835 6.416-2.733 12.653-5.304 18.676-7.735-4.533-14.565-13.66-26.322-24.893-37.757-.622.35-1.232.7-1.86 1.052-35.47 19.846-79.24 38.213-106.96 35.963-3.385-.274-8.838-3.985-12.028-8.44-11.913-16.64-21.224-49.812-26.786-79.158zM144.48 134.28c-.125.142-.195.26-.324.406-3.408 3.85-7.99 8.477-12.875 13.076-4.585 4.317-9.376 8.534-13.716 11.965 14.612 11.06 34.845 18.494 49.54 17.9.08-3.49-.12-7.653-.57-11.81-.688-6.327-1.887-12.74-3.016-17.247-.44-1.752-.807-2.837-1.13-3.79l-17.908-10.5zm322.356 5.2c-2.163.02-4.4.502-6.305 1.614l-.428.252-.4.297s-2.87 2.124-7.9 5.642c14.61 14.434 22.734 32.15 28.22 50.262l4.314-1.457-.045.012c3.98-1.237 7.185-4.906 8.28-7.91 1.197-3.282 1.194-6.115.98-8.954-.425-5.676-2.144-11.535-4.497-17.277-2.354-5.742-5.26-11.186-9.092-15.605-1.915-2.21-4.043-4.27-7.263-5.73-1.61-.73-3.7-1.168-5.86-1.146zm-37.348 25.102l-13.875 8.377c5.383 5.814 10.47 12.035 14.83 18.9 1.41-8.554 1.554-17.292-.955-27.278zm19.405 7.455c1.144 12.08-.52 22.994-2.93 33.05l15.717-5.33c-3.235-10.06-7.23-19.383-12.787-27.72zM130.95 443.914c-.444 0-.878.012-1.3.03-6.752.316-9.117 1.857-10.17 4.693l-2.212 5.965c.133 4.11 1.153 8.13 2.834 11.68 3.7 7.818 10.09 14.155 17.732 18.603 7.642 4.448 16.732 7.043 26.115 5.9 7.178-.874 14.383-4.265 20.183-10.12.164-4.882-1.947-9.743-6.35-14.935-5.278-6.223-13.748-12.11-22.765-16.087-8.454-3.73-17.418-5.75-24.07-5.73z"/></svg>
<svg class="tc-image-originals-slow-blob tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-30 0-50 20-50 40 0 20.478 10.487 33.113 22.063 52.625-20.646 3.89-39.81 11.992-56.532 23.406-5.608-21.973-7.116-38.335-21.593-52.81-14.14-14.143-42.443-14.152-63.656 7.06-21.212 21.214-21.204 49.515-7.06 63.657 14.476 14.478 30.837 15.985 52.81 21.594-11.413 16.724-19.516 35.887-23.405 56.532C89.113 216.488 76.478 206 56 206c-20 0-40 20-40 50s20 50 40 50c20.478 0 33.113-10.487 52.625-22.063 3.89 20.646 11.992 39.81 23.406 56.532-21.973 5.608-38.335 7.116-52.81 21.592-14.143 14.142-14.152 42.444 7.06 63.657 21.214 21.212 49.515 21.204 63.657 7.06 14.478-14.476 15.985-30.837 21.594-52.81 16.724 11.413 35.887 19.516 56.532 23.405C216.488 422.887 206 435.522 206 456c0 20 20 40 50 40s50-20 50-40c0-20.478-10.487-33.113-22.063-52.625 20.646-3.89 39.81-11.992 56.532-23.406 5.608 21.973 7.116 38.335 21.592 52.81 14.142 14.143 42.444 14.152 63.657-7.06 21.212-21.214 21.204-49.515 7.06-63.658-14.476-14.477-30.837-15.984-52.81-21.593 11.413-16.724 19.516-35.887 23.405-56.533C422.887 295.512 435.522 306 456 306c20 0 40-20 40-50s-20-50-40-50c-20.478 0-33.113 10.487-52.625 22.063-3.89-20.646-11.992-39.81-23.406-56.532 21.973-5.608 38.335-7.116 52.81-21.593 14.143-14.14 14.152-42.443-7.06-63.656-21.214-21.212-49.515-21.204-63.658-7.06-14.477 14.476-15.984 30.837-21.593 52.81-16.724-11.413-35.887-19.516-56.533-23.405C295.512 89.113 306 76.478 306 56c0-20-20-40-50-40zm0 180c16.568 0 31.58 6.705 42.438 17.563C309.294 224.42 316 239.433 316 256c0 16.568-6.705 31.58-17.563 42.438C287.58 309.294 272.567 316 256 316c-16.568 0-31.58-6.705-42.438-17.563C202.706 287.58 196 272.567 196 256c0-16.568 6.705-31.58 17.563-42.438C224.42 202.706 239.433 196 256 196z" fill="#fff"/></svg>
<svg class="tc-image-originals-sly tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M23.563 75.28C17.71 179.527 82.54 207.685 181.875 198.688 158.455 135.47 111.857 89.686 23.563 75.28zm474.625 0c-88.295 14.405-134.894 60.19-158.313 123.407 99.334 8.997 164.164-19.16 158.313-123.406zM55.03 283.53c20.276 35.905 40.59 66.526 60.908 91.876 96.78 28.22 194.46 26.484 293.406-1.312 19.378-25.143 38.59-55.332 57.594-90.563-121.66 108.32-286.123 103.457-411.907 0zM389.407 398.19c-84.598 20.145-168.747 21.634-252.22 1.812 85.106 90.85 170.073 89.535 252.22-1.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-small-fire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M162.22 21.312c-183.876 106.68 51.994 227.35-10.19 332.47C116.95 413.083 38.11 325.45 43.75 227-6.035 353.376 30.21 443.745 95.22 492.75c1.386.34 17.577.498 41.186.562-28.478-16.9-32.06-75.355 32.813-103.25l15.78-7L182.062 400c-1.356 8.34-.318 13.95 1.188 16.937 1.507 2.987 3.106 3.544 5.844 4.094 5.475 1.1 16.963-2.395 26.28-14.624 18.636-24.457 29.117-80.228-26.874-167l-4.094-6.437-13.906-19.25 23.25 9.905 5.25 1.75c80.85 25.498 135.3 58.46 174.625 112.72 21.544-22.906 38.7-56.835 43.812-91.69l3.5-27.468 13.438 23.97c25.525 45.802 30.267 104.912 11.094 156.5-14.23 38.28-42.036 72.34-84 93.5 13.623-.01 24.05.032 25.25.124 154.76-34.77 139.345-244.952-14.19-394.093.012.726 0 1.46 0 2.188 78.964 185.87-136.465 189.104-119.25 11.47-41.686 100.463-132.86-2.147-91.06-91.283zM269.093 332.25c13.51 15.806 22.35 33.086 22.78 50.812.587 24.03-9.293 47.12-24.53 66.563-14.832 18.926-34.837 34.62-56.625 43.656 33.127-.065 64.926-.16 95.217-.25l-.062-.186c30.95-18.584 47.31-38.83 53.75-57.813 6.44-18.982 3.25-37.246-5.844-53.718-15.44-27.97-49.705-47.71-84.686-49.062z" fill="#fff"/></svg>
<svg class="tc-image-originals-smash-arrows tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M121.068 15.52v339.31H20.54L121.07 497.346h77.385l-47.49-149.364h50.225V15.52h-80.12zm98.81 0v351.15h-43.362l41.547 130.676h80.36l41.548-130.676h-43.36V15.52h-76.733zm95.42 0v332.462h50.223l-47.487 149.364H391.3L491.823 354.83H391.3V15.52h-76z"/></svg>
<svg class="tc-image-originals-smitten tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.563 20.53c-48.747 0-93.132 25.712-125.844 68.44-32.714 42.726-53.282 102.36-53.282 168.405s20.568 125.648 53.28 168.375c32.713 42.727 77.098 68.438 125.845 68.438 48.746 0 93.13-25.71 125.843-68.438 32.713-42.727 53.28-102.33 53.28-168.375.002-66.045-20.567-125.68-53.28-168.406-32.712-42.728-77.097-68.44-125.844-68.44zm-54.97 148.657c14.85-.292 29.283 8.698 33.845 28.188 9.805 41.902-43.157 82.06-43.157 107.656-11.71-20.28-81.58-31.536-91-71.686-9.28-39.562 34.006-62.027 62.907-33.125 5.326-19.873 21.6-30.72 37.407-31.032zm106.532 0c16.245-.337 33.326 10.558 38.813 31.032 28.9-28.903 72.218-6.438 62.937 33.124-9.42 40.15-79.288 51.405-91 71.687 0-25.595-52.993-65.753-43.188-107.655 4.415-18.862 18.104-27.89 32.438-28.188zM258.03 350.595c34.49 0 68.985 7.503 99.283 22.53l6.468 3.22-1.467 7.062s-3.773 17.89-18.813 35.094-41.975 34.063-85.47 34.063c-43.492 0-70.427-16.86-85.467-34.063-15.04-17.204-18.813-35.094-18.813-35.094l-1.47-7.062 6.47-3.22c2.803-1.39 5.66-2.675 8.53-3.937v-.375h.814c27.954-12.135 58.942-18.218 89.937-18.218zm-72.56 54.25c.38.46.75.912 1.155 1.375 11.94 13.657 32.584 27.655 71.406 27.655 38.823 0 59.466-13.998 71.408-27.656.404-.464.773-.917 1.156-1.376H185.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-smoking-finger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M204.262 14.523c-77.532 69.77-17.704 109.27 59.158 52.204 51.638-38.34 71.438 23.49 47.717 53.505-58.438 73.947-172.578 34.18-89.354 7.008-113.37-36.547-121.296 71.39-90.523 104.54 38.863 41.858 124.766 26.255 165.277-7.01 37.108-30.468 21.75-60.866-22.777-36.79 35.316-52.643 95.264-16.59 94.025 35.622-.848 35.23-28.5 88.775-124.978 110.964 196.402 32.01 316.185-144.252 218.422-213.752 7.6 41.44-36.27 85.195-65.994 80.596C440.806 80.175 371.784-42.2 263.248 54.82c-36.02 32.2-71.8 3.22-58.986-40.297zm-108.22 210.83c-2.84-.05-7.002.973-12.147 3.674-.752 50.5-28.358 94.39-64.766 128.723v136.836h159.595c15.818-5.263 33.142-11.42 54.955-21.352l.205-.093.207-.08c2.088-.834 2.763-1.695 3.523-4.033.76-2.338.93-6.127.178-10.15-.753-4.023-2.372-8.235-4.244-11.37-1.037-1.736-2.167-3.027-3.066-3.907l-51.216 20.418-6.92-17.36 58.818-23.45c.294-.116.433.1.932-2.048.498-2.147.505-6.053-.346-10.316-1.445-7.238-5.578-15.464-8.986-19.674l-50.594 20.17-6.922-17.36 58.225-23.214c2.412-11.735-1.187-23.722-8.15-31.36l-64.552 25.735-6.92-17.36 136.612-54.464c6.523-2.6 9.43-6.04 10.855-9.498 1.425-3.458 1.302-7.34-.17-10.882-2.943-7.088-9.628-12.57-21.875-7.688L79.85 340.768l-6.92-17.36 29.924-11.93c8.12-24.656 10.526-47.405 8.353-63.146-1.148-8.317-3.598-14.544-6.297-18.11-2.698-3.565-4.98-4.795-8.867-4.868z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-smoking-pipe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M483.66 146.386l-162.2 75.44c6.805 5.068 11.616 12.53 13.86 21.566 31.302-30.166 133.963-65.006 148.34-65.006 9.932-32 0-32 0-32zM46.193 219.384c-14.496 43.792-22.06 69.925-22.262 86.385-.21 17.282 5.624 25.782 22.095 42.252 13.328 13.328 28.604 18.273 48.182 17.518 19.53-.754 43.06-7.833 69.69-19.338 61.88-30.948 127.09-66.444 154.712-91.86.012-9.254-2.38-14.29-7.306-17.646-29.185 15.145-57.58 31.062-125.656 46.467l-10.986 2.486v-11.264c0-16-.098-27.592-1.826-36.235-1.504-7.515-4.044-12.927-9.2-18.766H46.193z"/></svg>
<svg class="tc-image-originals-snail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M425.5 74.313c-8.895 0-16.35 6.21-18.25 14.53-8.593 3.7-15.195 10.617-19.03 18.813-5.254 11.223-6.848 24.648-7.158 39.313-.525 24.904 2.99 53.73 4.532 79.03-1.782 14.666-4.867 28.518-9.063 41.406 2.84 17.934 3.39 36.487.94 55.188-5.017 38.286-36.52 61.134-70.22 67.937-31.048 6.27-65.312.42-87.656-19.405-34.752 22.61-76.646 28.578-112.406 16.594-42.048 16.248-74.53 38.826-87.626 61.436H341.25c103.105 0 137.952-107.888 111.406-225.53-.018.023-.044.038-.062.06-5.71-40.853.98-70.45 14.906-88.905 1.956.695 4.056 1.095 6.25 1.095 10.333 0 18.688-8.386 18.688-18.72 0-10.332-8.355-18.718-18.688-18.718-10.333 0-18.72 8.386-18.72 18.72 0 1.017.095 1.994.25 2.968-21.242 25.165-28.854 65.708-19.25 117.906-10.296 4.836-21.152 2.878-31.436-6.75-1.286-28.002-5.364-59.27-4.844-83.905.283-13.405 2.07-24.72 5.375-31.78 2.1-4.49 4.222-7.344 7.47-9.032 3.355 3.196 7.904 5.187 12.905 5.187 10.333 0 18.688-8.386 18.688-18.72 0-10.332-8.355-18.718-18.688-18.718zM193.344 106.25c-2.196-.01-4.398.036-6.594.125-35.143 1.42-70.142 15.475-99.063 41.25-56.73 50.558-59.43 144.59-9.187 201.125 38.648 38.3 106.856 34.79 151.5-9.844 37.712-37.61 40.61-94.977 8.78-127-22.1-22.23-60.996-24.817-85.843 1.188-5.534 5.79-8.98 16.02-8.906 26.906.076 10.887 3.653 22.003 9.532 29.063 3.593 4.313 10.625 8.476 18.5 10.468 4.687 1.187 9.596 1.58 14.094 1.25 13.195-.228 26.156-9.01 26.156-26.624 0-15.72-10.332-24.428-21.937-26.28 7.773-.697 14.783.618 20.594 3.81 8.51 4.678 13.69 12.944 15.468 21.533 3.52 16.995-5.478 37.125-25.407 43.343l.032.062c-.162.06-.337.067-.5.125-.046.014-.078.05-.125.063-10.572 3.753-22.202 3.567-32.968.843-10.977-2.776-21.238-8.167-28.282-16.625-9.418-11.306-13.744-26.222-13.844-40.874-.1-14.652 4.01-29.453 14.062-39.97 32.03-33.52 83.263-31 112.625-1.467 39.98 40.22 35.282 109.352-8.843 153.374v.03c-2.627 2.627-5.384 5.056-8.156 7.438 17.017 12.7 44.022 17.605 68.532 12.657 28.256-5.706 51.524-22.667 55.375-52.064 9.492-72.455-34.215-147.342-72.25-179.25-27.663-23.21-60.402-34.506-93.343-34.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-snake tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M301.563 20.22c-8.64-.033-17.075.304-25.22.968-200.737 0-184.708 197.468 0 226 184.71 28.53 137.485 190.906 9.907 190.906-84.162 0-140.85-19.887-181.03-64.156-42.064-46.34-12.496-99.594 44.28-51.938 57.026 47.867 100.32 83.576 171.813 28-89.54 29.698-124.626-42.73-188.313-81.875-60.388-37.117-138.036 38.746-86 121.25 43.402 68.815 152.713 107.78 243.344 107.78 220.645 0 259.324-271.296 63.094-301.936-69.28-10.818-119.376-23.398-143.688-61.907-17.817-28.226 32.672-85.843 97.656-59.688 9.406 15.75 13.877 35.578 15.375 65.47l83.5 39.53 3.22-5.438.063.125c8.535-4.49 14.952-14.657 20.906-26.03-10.923 4.674-23.103 4.475-34.69 1.468-2.788-1.817-5.497-3.827-8.092-6-23.392-19.585-28.737-45.978-11.938-58.97 12.435-9.615 33.52-9.19 53.125-.374 8.603 18.074 9.702 35.265 11.188 52.5 10.24-14.024 15.704-29.453 18.562-45.656l10.72-18.063C421.43 35.528 357.307 20.423 301.56 20.22zm42.812 22.06c13.64.758 28.504 1.625 41.72 9.407l-9.47 16.126c-8.187-4.822-19.96-6.137-33.28-6.876l1.03-18.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-snake-bite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.563 18.156c-109.415 0-197.188 78.138-197.188 210.938 0 66.4 22.564 133.81 58.688 184.062 36.123 50.25 85.217 82.97 138.5 82.97 53.282 0 102.376-32.72 138.5-82.97 36.123-50.25 58.687-117.662 58.687-184.062 0-132.802-87.773-210.938-197.188-210.938zM197.25 81.03c13.11.1 26.208.9 39.375 2.19C187.663 97.1 142.11 118.426 93.78 143.5c8.506-20.714 20.58-43.263 37.19-56.594 22.518-4.307 44.428-6.04 66.28-5.875zm112.625 0c21.852-.163 43.793 1.57 66.313 5.876 16.608 13.33 28.682 35.88 37.187 56.594-48.33-25.073-93.882-46.4-142.844-60.28 13.168-1.29 26.234-2.09 39.345-2.19zm-56.313 89.314c44.657 0 85.675 6.417 116.625 23.906 30.95 17.49 51.157 47.392 51.157 89 0 41.607-18.53 89.365-48.406 127.594-29.878 38.228-71.8 67.28-119.375 67.28s-89.497-29.052-119.375-67.28c-29.88-38.23-48.407-85.987-48.407-127.594s20.237-71.51 51.19-89c30.95-17.49 71.936-23.906 116.593-23.906zm0 18.687c-42.8 0-81.003 6.583-107.406 21.5-7.537 4.26-14.153 9.097-19.78 14.657-2.458 48.505 9.503 99.248 36.25 143.657-4.516-35.82-2.9-91.21 4.5-131.78 0 0 38.21-16.376 88.624-16.376 51.022 0 85.03 16.03 85.03 16.03 7.465 40.703 9.47 96.184 4.94 132.126 22.606-38.47 36.412-94.112 35.342-143.375-5.684-5.68-12.4-10.61-20.062-14.94-26.402-14.917-64.637-21.5-107.438-21.5zM196.5 344.907c-14.405 23.92-24.514 50.735-26.906 77.094 24.292 22.73 53.363 37.438 83.97 37.438 30.48 0 59.453-14.583 83.686-37.157-3.04-27.466-13.71-56.46-26-77.374 2.84 22.53 1.586 49.987-3.094 75.5 0 0-25.41 9.313-53.28 9.313-27.365 0-55.564-9.533-55.564-9.533-4.638-25.433-5.64-52.826-2.812-75.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-snake-totem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M138.375 21.094l-78.47 78.47v161.874l158.97 33.187-3.813 18.28-155.156-32.374v108.5l87.03 106.876h140.158V407.72H185.03l21.157 28h42.407v18.686h-51.688l-2.812-3.72-35.313-46.686-11.31-14.97h139.624V211.095l-138.75-31.844-7.25-1.656v-75.218h18.687v60.31l254.345 58.376 5-62.156c-10.023 12.4-25.68 20.813-46.97 20.813-80.483 0-80.436-120.47 0-120.47 25.84 0 43.383 12.435 52.626 29.313l5.408-67.47H138.375zm75.78 24.03h85.626l-25.374 42.813-60.25-42.812zM487.22 82.657l-59.658 28.656h-96.53c-.48 2.69-.72 5.433-.72 8.188 0 3.548.395 7.083 1.188 10.5h95.094l60.625 29.156 8.092-16.844-44.53-21.406L495.31 99.5l-8.093-16.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-snatch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M325.396 40.29L165.34 149.017c-27.315 13.986-98.18 15.75-146.59 13.43v136.08c24.72-10.865 51.825-20.162 78.604-27.508l-31.967-57.49-3.73-6.706 5.855-4.963c10.993-9.32 23.77-15.852 37.8-16.577 11.967-.618 24.37 3.315 36.01 11.936 9.196-6.337 18.938-10.62 29.397-11.08 10.324-.456 20.665 3.25 30.24 10.477 13.184-10.538 27.613-12.633 39.923-10.092 14.378 2.97 26.573 10.17 37.324 13.55l10.8 3.394-42.26 78.262c58.048 26.817 104.31 72.66 93.85 161.82L393.104 343.4l-107.41-82.445c51.457-18.844 150.272 27.377 146.3 116.654l24.187-104.147L309.59 209.17c51.507-29.956 141.992-23.573 180.12 74.22L476.67 165.103c-77.827 2.3-165.953-5.837-207.322-21.684-10.25 6.4-20.26 14.33-31.692 21.736l-10.162-15.685c13.355-8.65 26.9-20.316 43.26-28.353 31.346-18.998 60.645-30.103 109.496 4.922l-54.856-85.75zM229.902 203.9c-6.932-.154-13.347 2.425-21.838 11.48l-6.552 6.99-6.823-6.725c-8.733-8.607-15.897-11.156-23.15-10.836-7.25.318-15.536 4.065-24.65 11.442l-6.216 5.033-5.932-5.367c-10.492-9.492-19.67-12.425-28.465-11.97-6.787.35-13.73 2.997-20.605 7.61l48.135 86.567c18.32 11.452 55.63 15.793 81.414 2.654l46.827-86.717c-9.24-3.712-17.568-7.712-24.943-9.235-2.523-.52-4.89-.876-7.202-.928zM124.756 314.664c-21.495 14.875-38.772 40.762-45.38 78.69-6.344 36.4 3.688 61.31 21.522 78.207 17.835 16.898 44.47 25.525 71.456 25.174 26.985-.35 53.906-9.69 72.11-26.88 18.206-17.19 28.507-41.804 22.702-76.567-6.052-36.242-21.89-61.475-41.916-76.607-32.782 17.74-74.566 13.87-100.494-2.016z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-sniffing-dog tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v34.924C30.373 40.596 43.205 29.082 56.232 18H18zm66.443 0C61.258 37.103 38.673 56.716 18 79.066v93.604c35.238-62.356 85.948-121.868 169.047-154.234L186.71 18H84.442zm96.07 22.428C97.444 77.27 50.832 143.66 18 210.878v64.858c11.154.898 21.737 2.696 31.846 5.455-4.82-7.28-8.926-14.836-11.254-22.258-3.256-10.382-2.62-22.698-1.78-33.282.842-10.583 2.317-19.17 2.317-19.17l17.74 3.04s-1.342 7.86-2.114 17.558c-.772 9.7-.545 21.504 1.012 26.467 2.876 9.17 13.302 24.353 23.015 36.187a327.014 327.014 0 0 0 4.016 4.79c7.474 4.124 14.704 8.94 21.745 14.48 33.96 26.73 63.706 69.267 99.367 130.902 16.65 6.505 40.976 9.85 64.414 10.405a36.37 36.37 0 0 1-2.592-4.486c-4.572-9.458-4.285-22.07 3.704-31.392 7.562-8.826 17.962-18.636 30.61-24.358 5.532-2.503 11.77-4.057 18.153-4.12.076-.002.15.005.226.005l-18.238-62.606c-3.994-9.02-4.22-18.422-2.325-26.89 1.95-8.702 5.86-16.646 10.035-24.292 8.34-15.268 17.522-29.612 18.94-42.438 2.55-26.62-12.78-47.528-24.22-74.013l-1.08-2.5.49-2.683c7.444-40.794 33.434-74.835 60.376-109.16-49.54-4.95-111.124 15.353-158.06 29.514l-7.61 2.297-3.218-7.27c-4.085-9.22-8.42-17.702-13.002-25.49zm119.674 282.926c.112.25.215.503.333.753l-.49-1.293.158.54zm79.655-258.51a163.5 163.5 0 0 0-13.22.51c-21.75 28.594-40.064 56.13-46.23 85.808.794 1.755 1.635 3.52 2.495 5.293 24.865-33.377 53.62-65.993 96.406-87.627-14.438-2.722-27.53-3.96-39.45-3.984zm-156.03 130.77l17.323 4.886c-2.18 7.726.64 20.587 8.457 32.105 7.816 11.52 20.036 21.37 33.588 24.864l-4.494 17.428c-18.755-4.836-34.023-17.498-43.99-32.185-9.965-14.687-15.22-31.725-10.885-47.098zM353.845 295.67l-4.797 84.873 21.817-62.324-17.02-22.55zm72.394 29.07l-51.172 66.15s78.346-26.13 82.184-27.158c3.838-1.028-31.012-38.992-31.012-38.992zm38.672 77.076l-74.24 14.653 76.183 6.735-1.943-21.39zm-143.662.543c6.196 36.786-13.185 38.92-33.77 42.212 8.924 2.434 37.68 6.205 45.69-6.953 6.452-10.598-5.676-27.313-11.92-35.26zm54.396 42.716l39.526 25.824 44.13-15.67-83.656-10.154zM18 471v18h476v-18H18z"/></svg>
<svg class="tc-image-originals-snitch-quidditch-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M329.242 23.746c-13.35-.267-12.03 91.912-5.71 103.036 3.875 6.82 6.193-10.662 21.022-12.25-5.408 5.15-24.323 30.74-14.425 41.378.693.746 18.478-18.13 18.038-10.916-17.332 22.232-16.615 33.91-8.778 35.762 2.585 4.382 3.88-6.777 14.79-8.992-11.88 13.923-7.974 27.244-1.858 32.416 11.887 21.494 28.463 32.738 36.217 52.19 13.508.56 26.468 3.272 38.548 7.804 2.59-77.788-20.786-159.03-94.13-238.262-1.347-1.456-2.585-2.143-3.716-2.166zm-299.674 76.58c-27.68-1.464 25.308 99.44 40.84 104.735 9.028 3.08-7.155-25.09 6.764-35.74-.692 7.248 2.923 52.275 21.6 54.8 1.24.17 1.708-42.154 6.706-36.167-.207 28.2 11.986 53.525 21.037 50.21 5.823 1.895-.887-26.21 8.106-34.624-1.13 18.285 12.288 44.93 22.157 45.296 28.437 10.01 58.3 20.302 86.95 30.89 4.418 1.633 1.103-6.725 6.993-11.077 1.065 9.216 12.585 18.437 15.76 19.665 8.133 3.143 16.087 6.314 23.824 9.51 4.007-4.462 8.334-8.627 12.936-12.475-77.025-62.935-170.466-124.18-259.66-152.713l5.318-17.197c105.32 40.04 191.08 91.35 269.48 159.052 4.134-2.522 8.417-4.82 12.846-6.86C251.984 193 158.57 120.55 30.947 100.473c-.48-.075-.94-.124-1.38-.147zm353.736 173.928c-59.2 0-107 47.8-107 107 0 30.278 12.507 57.568 32.643 77.012-1.39-9.04-1.943-18.47-1.482-27.602.496-9.845 2.167-19.324 5.795-27.623 3.627-8.298 9.596-15.734 18.402-19.245 4.164-1.66 8.393-2.45 12.584-2.533 12.574-.25 24.82 5.854 34.05 13.86 4.155 3.603 7.78 7.693 10.635 12.17 13.152 2.84 32.05.043 47.142-7.358 8.528-4.182 15.805-9.692 20.443-15.553 3.14-3.967 5.095-7.92 5.832-12.028.002-6.434 2.07-13.402 5.414-18.625 3.494-5.067 8.81-9.072 15.296-11.326-15.515-39.925-54.265-68.146-99.752-68.146zm104.83 85.397c-2.66 1.017-4.328 2.514-5.552 4.29-5.126 9.37.64 20.764 7.402 25.672.212-2.758.32-5.545.32-8.358 0-7.403-.748-14.628-2.17-21.603zm-17.525 35.926c-5.46 6.89-12.557 12.62-20.515 17.254 5.16 16.898 5.142 34.56 2.59 49.948 16.427-13.986 28.557-32.856 34.162-54.395-6.705-2.99-12.178-7.494-16.238-12.807zM344.74 399.44c-7.465-.31-12.7 5.704-14.988 10.81-2.373 5.43-3.89 13.007-4.31 21.32-.736 14.576 1.93 31.45 6.114 43.403 15.327 8.463 32.96 13.28 51.746 13.28 16.913 0 32.893-3.905 47.096-10.858 4.933-14.36 8.046-37.204 3.096-56.84-12.46 4.56-25.81 6.867-38.375 5.912.007 3.665-.704 7.363-2.39 10.885-5.05 10.552-16.13 15.3-27.65 15.064-11.52-.236-24.38-8.765-27.412-24.353l17.668-3.438c1.726 8.877 5.15 9.694 10.113 9.795 4.96.102 10.558-3.82 11.046-4.84.96-2.005 1.02-4.714-.61-8.617-1.634-3.902-5.017-8.458-9.382-12.244-6.55-5.68-14.805-9.178-21.762-9.28z"/></svg>
<svg class="tc-image-originals-snorkel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M353.5 16c-15 0-15 15-15 30v60a15 15 0 0 0-15 15v30a15 15 0 0 0 15 15v210c0 33.137-26.863 60-60 60s-60-26.863-60-60c0 0 15-15 15-30s45-30 45-45-15-15-15-15-8.565 8.59-20.72 18.25A15 15 0 0 0 218.5 316a15 15 0 0 0 .72 4.53C208.733 326.586 197.885 331 188.5 331c-9.375 0-20.214-4.395-30.688-10.438A15 15 0 0 0 158.5 316a15 15 0 0 0-24.28-11.78C122.072 294.562 113.5 286 113.5 286s-15 0-15 15 45 30 45 45 15 30 15 30c0 66.274 53.726 120 120 120s120-53.726 120-120V166a15 15 0 0 0 15-15v-30a15 15 0 0 0-15-15V46c0-15 0-30-15-30h-30z" fill="#fff"/></svg>
<svg class="tc-image-originals-snow-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M95.22 24.53l-6.75 6.72L29 90.656l-6.688 6.656 6.72 6.626 6.437 6.343 72.5-72.468-6.157-6.406-6.594-6.875zm42.436 9.97L34.25 137.906l32.97 32.97L170.624 67.468l-32.97-32.97zM290.22 92.78c-35.402.14-70.807 9.566-102.25 28.25l-21.782-22.655-13.25 13.22 26.656 27.718 5.344 5.562 6.5-4.188c42-27.23 92.62-35.53 139.843-24.843-15.238-1.195-27.145 2.377-32.124 11-7.853 13.602 3.82 35.784 26.97 55.094l-11.72 8.03 1.156 15.376c-11.517-2.305-23.483-3.53-35.78-3.53-89.763 0-162.532 64.89-162.532 144.967 0 1.747.056 3.49.125 5.22-17.403-51.932-10.743-110.048 19.938-157.28l4.156-6.376-5.44-5.375-27.436-27-13.22 13.218 22.345 22c-46.117 77.368-35.94 178.653 30.593 245.156 78.65 78.65 206.18 78.63 284.843 0 78.663-78.63 78.677-206.074.03-284.688-39.483-39.458-91.228-59.08-142.967-58.875zm140.686 84c12.662 15.067 22.5 31.67 29.53 49.126L450.22 221l-23.158 15.844 1.375 17.937-28.156-13.56-18.905 39.343c-4.978-3.74-10.673-6.528-16.813-8.125l18.875-39.313-9.718-4.688c-5.175-3.274-10.59-6.275-16.19-9l7.44-5.093-.69-8.875c31.712 13.947 61.17 14.25 69.814-.72 4.268-7.393 2.78-17.345-3.188-27.97zm-103.53 49.376L309.03 238.72l24.626 36.06c-5.83 2.508-11.052 6.115-15.406 10.564l-24.625-36.063-24.688 16.876-1.468-19.5-4.095-1.97c10.212-5.97 21.433-10.703 33.5-13.936 10.205-2.734 20.435-4.235 30.5-4.594zm144 39.344c4.113 26.094 2.53 52.886-4.75 78.438l-8.376-4.032-12.594 8.625-2.062-27.06-43.28 3.28c.37-3.067.46-6.215.217-9.406-.24-3.182-.796-6.283-1.624-9.25l43.25-3.28-2.5-32.908 14.844 7.156 16.875-11.562zm-247.22 14.313l22.28 10.718 12.408-8.467 2.594 34.5 43.375-3.313c-.37 3.056-.46 6.195-.22 9.375.243 3.185.797 6.28 1.626 9.25l-43.345 3.313 2.406 31.906-13.655-6.594-23.156 15.844 2.124 28.03 25.28 12.188 23.157-15.843-1.28-17.033 27.094 13.063 18.906-39.344c4.978 3.743 10.672 6.524 16.813 8.125l-18.875 39.314 27.875 13.437-12.188 8.345 2.125 28.03 14.375 6.908c-66.514 15.45-132.758-20.952-149.375-82.97-9.352-34.902-1.05-70.656 19.656-98.78zm127.72 9.75c.505-.017 1-.012 1.5 0 14.983.36 27.37 11.895 28.53 27.187 1.24 16.312-10.812 30.324-27.125 31.563-16.31 1.238-30.323-10.784-31.56-27.094-1.24-16.31 10.814-30.325 27.124-31.564.51-.038 1.025-.077 1.53-.094zm34.968 63.093l24.594 35.97 24.843-17.032.94 12.187 9.905 4.783c-7.48 12.296-16.537 23.916-27.188 34.562-9.86 9.856-20.55 18.36-31.843 25.5-.103.056-.21.1-.313.156l-1.967-25.842L371.438 416l24.593-16.813-24.592-35.968c5.833-2.507 11.048-6.113 15.406-10.564z" fill="#fff"/></svg>
<svg class="tc-image-originals-snowflake-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M316.28 19.063L211.19 47.25l36.625 67.78-61.25 16.44L184 54.53 80.437 82.313 52.47 186.72l77 2.186L113 250.344l-67.875-36.22L17.22 318.19l75.843 75.843 40.593-65.56 45.25 45.25-65.562 40.624 76.53 76.53 103.782-27.812-36.5-68.03 61.53-16.47 2.377 77.157 104.687-28.064 27.97-104.437-77.158-2.376L393 259.47l68.03 36.5 27.908-104.22-77-77.03-40.47 65.718-44.624-44.657 65.406-40.75-75.97-75.968zM253.19 125l11.53 21.344-22.874 69.72-54.094-49.095-.813-24.19 66.25-17.78zm64.062 16.75l48.28 48.313-13 21.125-71.81 15.062 15.467-71.375 21.063-13.125zm-176.438 47.47l23.75.686 48.938 54.656-69.563 22.282L123 255.656l17.813-66.437zm221.094 53.56l21.125 11.345-17.78 66.375-23.97-.75-48.5-53.938 69.126-23.03zm-139.25 41.5l-14.625 71.376-19.53 12.094-48.875-48.906 12.094-19.5 70.936-15.063zm40.438 11.064l54.5 48.344.72 23.53-66.533 17.844-11.124-20.75 22.438-68.968z" fill="#fff"/></svg>
<svg class="tc-image-originals-snowflake-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M308.375 15.094L242.937 36.53l-14.156 67.376 38.814 34.78c-12.68-1.094-25.17-.08-37.063 2.783l12.157 37.093c-6.177 1.23-12.12 3.2-17.75 5.843l-12.156-37.094c-11.5 4.83-22.173 11.465-31.56 19.657L191.937 116l-51.25-45.938L75.25 91.47l-14.156 67.374 51.25 45.937 49.594-16.218c-6.804 9.87-12.145 20.955-15.688 32.97l38.25 8.062c-.99 2.92-1.85 5.905-2.5 9-.652 3.102-1.105 6.2-1.375 9.28l-38.25-8.06c-1.646 12.762-1.132 25.392 1.28 37.467L104.5 242.157l-65.438 21.438-14.156 67.344 51.25 45.968 65.438-21.406 10.844-51.656c5.296 11.288 12.385 21.69 20.968 30.75L199.47 305.5c4.08 4.677 8.726 8.89 13.874 12.5l-26.03 29.063c9.615 7.326 20.49 13.246 32.374 17.343l-49.657 16.25-14.155 67.375 51.25 45.97 65.438-21.438 14.156-67.343-38.845-34.845c12.66 1.094 25.125.073 37-2.78L272.75 330.56c6.182-1.218 12.147-3.18 17.78-5.812l12.126 37.03c11.548-4.842 22.237-11.517 31.656-19.75l-10.75 51.064 51.282 45.937 65.406-21.405 14.156-67.375-51.25-45.938-49.72 16.282c6.843-9.905 12.23-21.002 15.783-33.063l-38.126-8.03c.99-2.92 1.85-5.938 2.5-9.03.65-3.1 1.074-6.175 1.344-9.25l38.125 8.03c1.64-12.78 1.107-25.415-1.313-37.5l39.28 35.188L476.44 245.5l14.187-67.344-51.28-45.97-65.408 21.408-10.875 51.687c-5.302-11.317-12.418-21.733-21.03-30.81l-26 29.03c-4.098-4.682-8.77-8.892-13.938-12.5l26.03-29.03c-9.6-7.307-20.46-13.188-32.312-17.282l49.657-16.25 14.155-67.375-51.25-45.97zm-64 189.375l49.906 13.374 13.376 49.906-36.53 36.53-49.907-13.374L207.843 241l36.53-36.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-snowing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M208.406 21.47c-54.52 0-98.764 43.37-99.375 97.75l-.124 10.5-10.375-1.314c-2.84-.36-5.616-.53-8.624-.53-38.627 0-70.062 30.928-70.062 69.53 0 38.602 31.522 70.156 70.062 70.156 18.738 0 35.314-7.333 47.906-19.406l6.907-6.625 6.468 7.064c9.322 10.188 22.718 16.53 37.687 16.53 18.546 0 34.354-9.584 43.344-24.28l8.03-13.125 7.938 13.186c14.78 24.543 40.75 40.72 71.406 40.72 26.433 0 49.963-12.282 65.406-31.376l8.25-10.22 6.938 11.157c9.035 14.48 25.154 24.313 43.406 24.313 28.253 0 51.125-22.884 51.125-51.188 0-26-19.45-47.35-44.44-50.656l-10.686-1.406 2.937-10.406c1.892-6.66 3.314-12.756 3.314-18.844 0-38.602-31.523-70.156-70.063-70.156-22.396 0-42.064 10.95-54.905 27.562l-11.813 15.25-4.656-18.72c-10.74-43.247-49.448-75.467-96-75.467zM381.28 297.343l-18.03 4.844 7.03 26.218-26.217-7.03-4.844 18.062 26.217 7.03-19.187 19.188 13.188 13.188 19.187-19.188 7.03 26.22 18.064-4.845-7.033-26.217 26.22 7.03 4.843-18.03-26.22-7.032 19.19-19.186-13.22-13.22-19.188 19.188-7.03-26.218zm-272.06 17.062l-7.032 26.22L83 321.437l-13.22 13.218 19.19 19.188-26.22 7 4.844 18.062 26.22-7.03-7.033 26.218 18.064 4.844 7.03-26.22 19.19 19.188 13.217-13.22-19.186-19.186 26.187-7.03-4.81-18.033-26.22 7 7.03-26.187-18.06-4.844zm135.936 47.625l-3.844 35.69-28.968-21.158-11.03 15.094 28.967 21.156-32.81 14.532 7.56 17.062 32.845-14.53-3.844 35.718 18.564 2 3.844-35.688 29 21.156 11-15.093-29-21.158 32.843-14.53-7.56-17.094-32.814 14.53 3.844-35.687-18.594-2zm202.063 48.314l-8.19 21.125-14.186-17.626-14.563 11.72 14.22 17.623-22.375 3.5 2.875 18.47 22.375-3.5-8.156 21.124 17.405 6.72 8.156-21.094L459 486.03l14.563-11.717-14.22-17.625 22.376-3.5-2.876-18.47-22.375 3.5 8.186-21.124-17.437-6.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-snowman tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M165.98 13.443L99.3 79.56l65.01 65.56 66.678-66.114-65.01-65.563zM266.6 70.013l-109.485 108.56 11.514 11.61L278.116 81.626l-11.513-11.61zm4.21 45.17l-83.68 82.975c.983 44.08 36.834 79.322 81.157 79.322 26.4 0 49.786-12.513 64.595-31.943-11.34 1.815-22.184 2.067-31.713.05l3.873-18.284c9.668 2.047 26.2.5 42.63-4.29 9.783-2.85 19.46-6.867 28.116-11.408-9.952-2.903-20.513-5.278-30.722-6.597-16.738-2.163-32.428-1.36-41.052 2.12l-6.993-17.33c7.08-2.858 15.064-4.287 23.59-4.702 8.527-.416 17.597.18 26.85 1.377.477.06.956.132 1.433.197-4.646-39.556-37.554-70.256-78.084-71.486zm37.422 30.014c7.53 0 13.63 6.1 13.63 13.63 0 7.528-6.1 13.63-13.63 13.63-7.528 0-13.63-6.102-13.63-13.63 0-7.53 6.102-13.63 13.63-13.63zm-55.75 35.102c7.53 0 13.63 6.1 13.63 13.63 0 7.528-6.1 13.63-13.63 13.63-7.528 0-13.63-6.102-13.63-13.63 0-7.53 6.102-13.63 13.63-13.63zm-162.152 3.284l-18.402 3.264L84.307 256.6l-10.743 3.99-30.808-36.97-14.358 11.964 39.276 47.13 41.51-15.42 40.95 40.267c-11.72 18.687-18.505 40.798-18.505 64.532 0 67.2 54.275 121.476 121.474 121.476 67.2 0 121.476-54.277 121.476-121.476 0-23.558-6.68-45.52-18.24-64.12l37.805-37.173 29.408 10.923 55.234 46.445 12.027-14.303-45.98-38.664 30.096-36.112-14.358-11.965-30.806 36.97-40.252-14.95-44.35 43.61c-5.188-6.018-10.956-11.52-17.22-16.42-16.66 12.453-37.316 19.837-59.655 19.837-28.506 0-54.268-12.024-72.485-31.26-13.11 7.01-24.775 16.355-34.446 27.48l-47.544-46.75-11.703 4.346-11.78-66.402zM306.17 346.31c7.53 0 13.63 6.1 13.63 13.63 0 7.528-6.1 13.63-13.63 13.63-7.53 0-13.63-6.102-13.63-13.63 0-7.53 6.1-13.63 13.63-13.63zm-1.65 54.512c7.528 0 13.628 6.1 13.628 13.63 0 7.528-6.1 13.628-13.628 13.628-7.53 0-13.63-6.1-13.63-13.63 0-7.528 6.1-13.628 13.63-13.628zM288 444.596c7.53 0 13.63 6.1 13.63 13.63 0 7.527-6.1 13.63-13.63 13.63-7.53 0-13.63-6.103-13.63-13.63 0-7.53 6.1-13.63 13.63-13.63z" fill="#fff"/></svg>
<svg class="tc-image-originals-soap-experiment tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M271.156 21.69c3.104 15.678 10.353 29.902 20.57 41.44-18.96 10.052-31.94 29.997-31.94 52.864 0 32.917 26.883 59.803 59.8 59.803 32.918 0 59.803-26.887 59.803-59.803 0-8.818-1.945-17.195-5.404-24.746 35.056-6.764 62.7-34.533 69.625-69.56h-96.665c3.54 19.194 19.997 33.765 40.225 33.765 9.56 0 18.28-3.258 25.195-8.717-12.604 16.636-32.477 27.407-54.98 27.407-32.44 0-59.404-22.38-67.016-52.454h-19.214zm-89.506 5.488c-25.3 0-46.007 20.71-46.007 46.008 0 25.298 20.71 46.007 46.007 46.007 25.3 0 46.01-20.71 46.01-46.007 0-25.3-20.71-46.008-46.01-46.008zm0 18.685c15.2 0 27.325 12.123 27.325 27.323 0 15.2-12.123 27.324-27.325 27.324-15.2 0-27.322-12.125-27.322-27.324 0-15.2 12.12-27.323 27.322-27.323zm125.352 30.963c4.792 3.383 9.942 6.286 15.37 8.666-5.433 4.442-8.903 11.193-8.903 18.756 0 13.377 10.84 24.22 24.217 24.22 10.55 0 19.52-6.75 22.84-16.165.107 1.216.172 2.445.172 3.69 0 22.817-18.296 41.114-41.114 41.114-22.816 0-41.113-18.297-41.113-41.113 0-18.42 11.927-33.89 28.53-39.168zm-86.85 65.533c-21.193 0-38.574 17.38-38.574 38.574 0 21.193 17.38 38.574 38.574 38.574s38.575-17.382 38.575-38.574c0-21.194-17.382-38.575-38.575-38.575zm0 18.693c11.09 0 19.88 8.79 19.88 19.88s-8.79 19.88-19.88 19.88-19.88-8.79-19.88-19.88 8.79-19.88 19.88-19.88zm4.57 75.523c-9.782 0-17.708 7.926-17.708 17.705 0 9.34 7.234 16.97 16.4 17.642v55.87c-28.58 36.404-82.428 105.22-82.428 105.22l-.402.513-.326.565c-3.052 5.275-6.05 12.682-6.05 21.627 0 21.806 18.014 39.72 39.72 39.72h164.03c21.61 0 39.722-17.74 39.722-39.72 0-10.147-4.44-17.756-6.705-21.65l-.336-.575-82.17-103.81v-57.895c8.58-1.23 15.18-8.587 15.18-17.506 0-9.778-7.928-17.704-17.707-17.704-9.78 0-17.71 7.926-17.71 17.705 0 2.573.562 5.01 1.548 7.214v74.69l38.976 49.238H201.988c13.525-17.267 27.954-35.69 38.12-48.635l1.996-2.54V257.62c.206-1.082.326-2.196.326-3.34 0-9.778-7.93-17.704-17.71-17.704z"/></svg>
<svg class="tc-image-originals-socks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M262.2 16.893C224.44 24.26 171.857 43.68 136.946 65.035c3.8 8.306 8.407 17.42 13.432 27.094C189.16 70.017 228.422 53.125 268.48 47c-2.21-10.24-4.314-20.333-6.28-30.11zM416.07 51.48c-35.454 2.655-84.684 14.047-121.297 29.254 2.423 9.876 4.976 19.798 7.664 29.698 39.012-15.99 77.884-27.015 116.325-28.313-.99-10.43-1.89-20.7-2.692-30.64zM272.363 64.62c-37.478 5.536-75.403 21.64-113.63 43.466 4.894 9.308 9.967 18.98 15.003 28.957 32.71-20 67.733-34.88 105.922-41.744-2.575-10.3-5-20.55-7.295-30.68zm148.184 35.452c-36.39 1.043-74.34 11.746-113.21 27.82 3.05 10.518 6.258 20.95 9.64 31.194 33.967-15.28 69.54-25.432 107.203-27.69-1.345-10.53-2.545-20.995-3.633-31.324zm-136.38 12.707c-36.684 6.385-70.422 20.706-102.444 40.478 4.957 10.35 9.712 20.89 13.976 31.482 9.576 23.79 16.735 47.905 17.97 71.184 1.235 23.28-3.732 46.012-18.518 65.03l-.966 1.24-131.74 83.224c9.964 10.47 18.985 21.712 25.09 34.678 5.108 10.843 7.963 22.96 7.517 36.148 56.28-34.196 117.182-51.425 172.748-65.375-5.743-21.75-4.908-45.733 6.67-68.417 12.582-24.648 37.38-47.164 77.774-64.592C322 234.44 300.37 173.68 284.168 112.78zm142.435 36.51c-36.186 1.968-70.482 11.744-103.75 26.89 13.987 39.112 30.647 74.503 50.53 100.17l.81 1.05.478 1.24c12.348 32.218 11.574 63.886-2.037 89.65-13.61 25.763-39.733 45.007-75.4 53.823-33.52 8.287-69.062 16.94-104.42 29.07 3.793 11.366 5.203 23.733 3.21 36.772 59.913-27.332 122.42-37.265 179.24-44.578-3.143-22.274.51-45.99 14.676-67.154 15.394-22.997 42.67-42.437 84.835-54.99-24.922-46.678-39.25-109.56-48.173-171.944zm-65.8 144.48c-38.52 16.32-59.918 36.532-70.298 56.867-9.478 18.57-10.162 37.743-5.234 55.898 2.53-.625 5.142-1.278 7.644-1.896 31.793-7.86 52.878-24.08 63.803-44.76 9.797-18.544 11.65-41.176 4.086-66.11zm120.6 44.27c-40.175 11.672-63.804 29.224-76.506 48.196-11.598 17.325-14.534 36.285-11.777 54.895 2.587-.322 5.257-.664 7.816-.984 32.496-4.062 55.344-17.688 68.627-36.937 11.91-17.263 16.415-39.52 11.84-65.17zm-433.94 77.77c-18.744 16.462-21.867 37.685-15.995 53.004 3.222 8.408 9.072 14.922 16.988 18.375 7.027 3.065 15.973 3.84 27.076.46 3.522-15.47 1.346-27.95-4.276-39.886-5.218-11.08-13.74-21.58-23.793-31.955zm128.405 41.483c-13.968 5.28-27.85 11.188-41.512 17.914 2.453 7.772 7.258 14.14 14.104 18.145 6.616 3.87 15.408 5.693 26.83 3.644 5.26-14.784 4.634-27.32.577-39.703z"/></svg>
<svg class="tc-image-originals-solar-system tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M125.764 18c-4.02 8.272-12.89 14.838-21.764 14.838 12 0 24 12 24 24 0-12 12-24 24-24-8.874 0-17.743-6.566-21.764-14.838zM416 32c0 8-8 16-16 16 8 0 16 8 16 16 0-8 8-16 16-16-8 0-16-8-16-16zm-72 40c0 12-12 24-24 24 12 0 24 12 24 24 0-12 12-24 24-24-12 0-24-12-24-24zM18 106.068v316.23c94.01-4 200.183-5.655 302.393-33.824 42.877-10.915 76.61-23.748 100.337-38.332 23.73-14.583 38.647-31.723 38.647-51.642-.09-8.624-3.61-17.682-8.012-24.502-3.336-4.935-7.64-9.66-12.78-14.174 1.484-3.638 2.307-7.627 2.307-11.824 0-17.228-13.772-31-31-31-17.227 0-31 13.772-31 31 0 17.227 13.773 31 31 31 6.414 0 12.346-1.91 17.27-5.196 7.304 6.808 13.886 15.314 14.215 24.696 0 10.556-8.86 23.27-30.072 36.306-21.212 13.037-53.58 25.59-95.354 36.225C224 393.99 112.045 402.37 29.4 404.14c24.183-4.757 46.276-15.274 64.803-30.066 26.898-1.776 50.93-3.913 76.447-7.078-2.67-6.236-3.957-11.75-3.527-17.71-18.175 2.115-36.955 4.04-52.676 5.3C137.233 328.146 151 293.706 151 256c0-77.41-58.01-141.054-133-149.932zm133.584 75.24c3.01 6.086 5.663 12.38 7.934 18.854 58.29 5.684 111.76 14.434 156.433 25.807 16.794 4.274 32.037 8.863 45.677 13.665 1.057-6.08 3.232-11.79 6.324-16.893-14.32-5.045-30.173-9.79-47.557-14.217-48.34-12.306-106.08-21.52-168.81-27.218zm12.926 35.917c1.43 6.073 2.528 12.27 3.28 18.576 26.678 3.332 51.106 7.403 72.524 12.104 30.658 6.73 55.29 14.78 71.508 23.196 8.11 4.207 14.065 8.524 17.606 12.322 3.54 3.798 4.572 6.636 4.572 9.078 0 2.442-1.03 5.28-4.572 9.078-3.54 3.798-9.497 8.115-17.606 12.322-16.217 8.416-40.85 16.467-71.508 23.196-3.503.773-6.587 1.408-9.93 2.086 2.285 6.26 3.146 11.893 2.216 17.916 3.81-.756 7.903-1.615 11.574-2.42 31.594-6.934 57.34-15.15 75.937-24.8 9.3-4.826 16.86-9.993 22.484-16.025 5.623-6.03 9.406-13.37 9.406-21.353 0-7.982-3.783-15.322-9.406-21.354-5.624-6.03-13.184-11.198-22.483-16.023-18.596-9.65-44.342-17.867-75.936-24.8-23.563-5.172-50.365-9.59-79.664-13.098zM200 337c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm56 95c0 8-8 16-16 16 8 0 16 8 16 16 0-8 8-16 16-16-8 0-16-8-16-16z"/></svg>
<svg class="tc-image-originals-sombrero tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 97c-7.5 0-16.28 6.144-25.512 19.992-2.506 3.76-4.983 8.018-7.422 12.678 4.796 1.746 9.125 4.077 13.098 6.152C243.984 139.908 250.51 143 256 143c5.51 0 12.03-3.075 19.844-7.145 3.98-2.072 8.31-4.4 13.107-6.152-2.443-4.673-4.926-8.943-7.438-12.71C272.28 103.142 263.5 97 256 97zm-40.695 49.168c-1.748 4.1-3.466 8.395-5.15 12.848 10.323.362 18.754 5.016 26.01 8.806C243.984 171.908 250.508 175 256 175c5.51 0 12.03-3.075 19.844-7.145 7.26-3.78 15.686-8.428 26.004-8.83-1.68-4.444-3.394-8.733-5.14-12.826-3.757 1.2-7.907 3.2-12.548 5.618-7.755 4.04-16.804 9.182-28.16 9.182-11.374 0-20.42-5.176-28.17-9.225-4.64-2.423-8.78-4.418-12.525-5.607zm-7.018 30.828c-1.15.037-2.794.353-4.723.867-14.73 45.123-26.11 100.996-33.892 146.918C197.62 328.896 226.806 331 256 331c29.194 0 58.382-2.105 86.328-6.22-7.786-45.95-19.177-101.865-33.92-147.003-1.875-.467-3.48-.75-4.64-.78-5.443-.14-11.853 2.782-19.608 6.82-7.755 4.04-16.804 9.183-28.16 9.183-11.374 0-20.42-5.176-28.17-9.225-7.75-4.048-14.134-6.95-19.543-6.78zm-38.394 55.065c-30.435 5.178-57.67 12.973-80.02 22.66-20.718 8.976-37.194 19.58-48.195 30.712 6.3 3.458 12.935 6.733 19.884 9.81 36.414-16.12 70.022-28.162 102.245-36.146 1.912-8.998 3.946-18.04 6.086-27.035zm172.214 0c2.14 8.996 4.174 18.038 6.086 27.036 32.223 7.984 65.83 20.026 102.245 36.146 6.95-3.077 13.583-6.352 19.884-9.81-11-11.133-27.477-21.736-48.195-30.713-22.35-9.687-49.585-17.482-80.02-22.66zm-182.252 46.315c-23.618 6.458-48.228 15.2-74.527 26.227 20.54 7.208 43.003 12.976 66.584 17.263 2.334-13.787 4.972-28.437 7.943-43.49zm192.29 0c2.97 15.053 5.61 29.703 7.943 43.49 23.58-4.287 46.043-10.055 66.584-17.263-26.3-11.026-50.91-19.768-74.527-26.227zM30.533 299.89c-2.496 4.48-4.14 8.977-4.945 13.503l7.9-11.852c-.99-.544-1.977-1.094-2.955-1.65zm450.934 0c-.978.556-1.964 1.106-2.955 1.65l7.9 11.853c-.804-4.526-2.45-9.024-4.945-13.502zM57 313.024v17.252l8.996-13.494c-3.043-1.214-6.038-2.47-8.996-3.757zm398 0c-2.958 1.287-5.953 2.543-8.996 3.758L455 330.276v-17.252zM39 325.725l-8.975 13.46c2.23 4.2 5.218 8.382 8.975 12.55v-26.01zm434 0v26.01c3.757-4.168 6.744-8.35 8.975-12.55L473 325.726zm-381.02.283l8.9 44.488 26.292-35.057c-12.094-2.723-23.852-5.868-35.192-9.432zm328.04 0c-11.34 3.564-23.098 6.71-35.192 9.43l26.293 35.058 8.9-44.488zm-344.584 9.064l-19.948 29.92-2.83-.857c8.87 6.755 19.77 13.173 32.387 18.982l-9.61-48.045zm361.128 0l-9.61 48.045c12.617-5.81 23.517-12.227 32.388-18.982l-2.83.857-19.948-29.92zm-275.572 6.785l32.768 65.536 46.867-58.582c-26.987-.63-53.81-2.925-79.635-6.953zm190.016 0c-25.824 4.028-52.648 6.322-79.635 6.954l46.867 58.583 32.768-65.536zM142.46 345.05l-35.26 47.012c19.772 6.996 42.413 12.664 67.075 16.616L142.46 345.05zm227.08 0l-31.815 63.628c24.662-3.952 47.303-9.62 67.074-16.616l-35.26-47.01zM256 358.407l-43.852 54.815C226.35 414.383 241.008 415 256 415c14.992 0 29.65-.618 43.852-1.78L256 358.407z"/></svg>
<svg class="tc-image-originals-sonic-boom tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.594 19.32c-19.037.077-37.535 2.4-55.256 6.703l29.64 62.618c12.023-2.404 24.458-3.673 37.19-3.673 3.104 0 6.19.08 9.258.228L255.594 19.32zm47.213 4.502l13.277 67.563c80.478 21.548 139.744 94.97 139.744 182.242 0 104.193-84.466 188.66-188.66 188.66-86.638 0-159.628-58.404-181.768-137.986l-60.023-15.71C49.16 414.368 143.55 493.268 256.567 493.268c130.99 0 236.98-105.99 236.98-236.98 0-115.16-81.928-210.986-190.74-232.466zM154.137 42.49c-19.214 9.21-36.99 20.936-52.9 34.748l44.482 52.03c13.483-11.357 28.58-20.858 44.897-28.112l-36.48-58.666zM68.89 111.51c-12.055 15.61-22.203 32.762-30.1 51.12l54.462 37.765c6.46-15.322 14.888-29.61 24.963-42.55L68.89 111.51zm209.737 52.97c-4.208 0-8.368.204-12.475.59l32.12 67.866c9.445.593 18.468 2.732 26.822 6.17l-22.934-72.53c-7.636-1.377-15.5-2.097-23.533-2.097zM234.67 172c-13.004 4.603-25.067 11.19-35.83 19.398l47.36 55.393c8.293-5.49 17.6-9.572 27.593-11.873l-39.123-62.918zm98.055 4.066l15.125 76.973c14.87 12.698 25.3 30.44 28.62 50.585 12.203 6.997 22.144 17.516 28.41 30.164 3.545-11.917 5.452-24.54 5.452-37.606 0-53.457-31.85-99.475-77.607-120.116zm-308.22 31.924c-3.22 15.592-4.92 31.743-4.92 48.297 0 1.402.03 2.8.054 4.196L78.76 283.46c-.167-3.257-.254-6.535-.254-9.833 0-11.836 1.1-23.413 3.185-34.645l-57.187-30.99zm152.192 4.785c-7.894 9.636-14.452 20.41-19.383 32.04l57.448 39.837c3.517-8.36 8.352-16.023 14.22-22.763l-52.285-49.113zm-28.11 62.453c-1.09 6.825-1.665 13.822-1.665 20.954 0 4.746.256 9.433.746 14.05l62.19 24.164c-1.11-5.467-1.692-11.125-1.692-16.92 0-3.268.19-6.49.55-9.664L148.59 275.23zm192.854 37.745c-28.866 0-52.07 23.2-52.07 52.07 0 28.868 23.204 52.07 52.07 52.07 28.87 0 52.072-23.202 52.072-52.07 0-28.87-23.203-52.07-52.07-52.07zM155.35 342.61c18.774 49.828 66.883 85.28 123.28 85.28 8.855 0 17.505-.88 25.87-2.548-9.712-5.98-17.88-14.236-23.756-24.018-26.384-3.79-48.834-19.743-61.506-41.992l-63.888-16.723z" fill="#fff"/></svg>
<svg class="tc-image-originals-sonic-lightning tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M17.664 18.91v37.574l77.523 129.942 86.754-21.067 79.33 121.394-78.918-46.483 93.195 101.34-64.182 10.81 53.05 18.783c-36.484 34.27-64.93 77.082-79.313 124.158h19.617c19.42-58.22 62.696-110.147 115.73-144.34 53.682-34.606 116.954-50.88 174.96-38.713v-19.055c-12.93-2.457-26.01-3.663-39.13-3.686-28.257-.05-56.664 5.316-83.977 15.053l-3.295-60.925-27.457 53.535-30.445-83.947-7.63 67.797-103.43-162.6-80.04 18.522L64.642 18.91H17.665zM329.63 86.627l15.995 166.596 57.285-138.067-38.79 27.656-34.49-56.185zm-38.198 47.238l-28.48 28.934 29.095 64.132-.615-93.067zm131.77 61.852l-40.65 86.244 52.173-42.435-11.524-43.808zM86.44 267.164l35.464 31.027 109.742 27.52-65.423-53.82-79.784-4.726zm379.953 83.254c-40.082-.07-80.49 12.044-115.74 32.207-45.917 26.264-83.418 66.318-99.645 112.736h19.96c15.535-38.607 48.525-73.382 88.964-96.512 41.507-23.742 90.514-35.082 135.476-27.21v-18.95c-9.6-1.51-19.298-2.253-29.015-2.27zM189.2 355.91l-74.67.637-51.22 22.242 50.598 18.204 75.29-41.084zm39.073 25.672L162.21 397.67l6.864 29.447 59.2-45.535zm250.19 32.398c-27.52-.05-55.206 6.695-79.498 17.963-31.34 14.54-57.393 36.595-69.25 63.418h21.056c10.88-18.072 31.22-34.94 56.06-46.464 27.045-12.545 59.08-18.76 88.58-15.175v-18.824c-5.62-.606-11.28-.905-16.947-.916zm11.744 52.41c-15.04-.024-30.138 2.215-43.537 5.995-17.346 4.892-32.058 11.575-40.176 22.976h31.602c4.06-1.848 8.664-3.583 13.648-4.99 13.228-3.73 28.92-5.752 43.666-5.157V466.5c-1.732-.064-3.466-.11-5.203-.11z"/></svg>
<svg class="tc-image-originals-sonic-screech tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M155.7 20.88C79.302 21.093 36.837 85.437 21.98 167.435c20.554-27.42 86.13-18.87 95.723 14.615 17.89-33.31 64.53-33.637 90.066-20.646-15.146-11.61-22.89-32.173-25.436-53.133-.136-1.114-.248-2.236-.355-3.358-23.93-19.16-33.733-47.772-10.546-83.205-5.397-.57-10.642-.84-15.735-.826zm203.29 0c-5.093-.013-10.338.257-15.734.827 24.394 37.278 12.274 67.006-14.397 86.12-.013.1-.02.202-.032.302-2.648 21.376-10.735 42.16-25.974 54.41.058.354.09.71.138 1.064 24.368-15.136 75.143-16.652 93.992 18.445 9.593-33.486 75.17-42.036 95.723-14.616C477.85 85.436 435.387 21.092 358.99 20.88zM207.43 56.185c-5.98 13.263-8.675 32.293-6.543 49.832 2.618 21.544 12.048 39.256 24.44 44.238l7.546 3.033-1.96 7.89c-3.436 13.822 8.673 30.257 26.12 30.257 7.793 0 16.676-4.234 22.06-10.196 5.382-5.962 7.3-12.235 4.475-18.935l-3.183-7.547 7.066-4.145c11.193-6.563 20.326-24.554 22.83-44.778 2.063-16.65-.46-34.08-6.596-46.297-17.747 13.423-29.114 37.777-39.727 54.86l-8.773 14.12-7.502-14.835c-8.5-16.806-22.957-42.86-40.252-57.496zm-31.055 144.69c6.937 35.135 40.054 61.622 80.008 61.622 39.954 0 73.074-26.487 80.01-61.623-18.596 22.28-47.26 36.758-80.01 36.758-32.75 0-61.413-14.476-80.008-36.757zm-44.895 53.064c18.07 45.058 67.224 77.673 124.903 77.673 57.678 0 106.836-32.614 124.904-77.673-30.255 30.397-75.234 49.64-124.904 49.64s-94.65-19.243-124.903-49.64zm-67.2 54.898c34.597 60.233 107.273 102.2 192.103 102.2 84.52 0 157.35-41.666 192.105-101.542-48.562 42.393-116.63 69.235-192.105 69.235-75.874 0-143.493-27.107-192.104-69.894zm-44.532 70.646c48.075 66.48 135.784 111.432 236.635 111.432 100.85 0 188.56-44.953 236.635-111.432-61.703 48.234-144.83 77.805-236.635 77.805-91.806 0-174.933-29.57-236.635-77.805z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-sonic-shout tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.62 18.707l2.302 456.713c20.172 6.097 50.346 5.194 68.094-5.3 9.74-5.762 15.83-13.314 17.318-24.757 1.49-11.442-2.114-27.866-15.775-49.85-65.15-104.838-43.09-217.272 24.12-283.156 67.208-65.883 179.805-84.665 289.812-7.214 18.312 12.892 28.41 13.426 35.156 10.308 6.748-3.117 13.086-12.55 18.036-26.186 4.95-13.637 8.515-30.532 12.306-45.967 2.094-8.527 4.108-16.49 6.856-23.647L18.62 18.707zm239.07 54.02c-8.728-.036-17.285.53-25.64 1.652l156.454 92.8 21.037-37.436c-5.072-2.376-10.346-5.476-15.806-9.32-47.14-33.19-93.62-47.523-136.043-47.697zM127.913 125.56l-.15.143c-26.928 26.397-46.107 60.924-53.93 99.686 75.5-10.072 121.71 72.345 177.38 61.495 6.68-57.468-59.496-126.038-123.3-161.326zm227.297 47.21c-6.87 36.037-29.7 77.615-66.003 113.92-36.093 36.095-77.76 59.255-113.646 66.27 40.94 8.506 92.248-8.67 131.747-48.17 39.643-39.646 56.63-91 47.902-132.02zm66.103 4.302v.004-.004zm0 .004c-9.198 48.248-39.766 103.918-88.374 152.528-48.327 48.328-104.113 79.337-152.167 88.732 54.816 11.39 123.514-11.608 176.4-64.498 53.08-53.082 75.822-121.842 64.14-176.762zm67.328 10.985c-11.378 59.698-49.203 128.58-109.345 188.725-59.794 59.798-128.82 98.17-188.28 109.79 67.825 14.094 152.828-14.364 218.264-79.804 65.677-65.678 93.815-150.757 79.36-218.71zM71.07 243.337c-4.794 44.69 5.3 93.938 35.362 142.314 7.806 12.562 13.057 24.113 16.01 34.75l36.103-21.412L71.07 243.336z" fill="#fff"/></svg>
<svg class="tc-image-originals-space-shuttle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25.162c-.445.165-1.342.498-2.506 1.24-2.093 1.334-4.922 3.615-8.002 6.58-6.16 5.932-13.396 14.576-20.12 24.18a178.467 178.467 0 0 0-3.69 5.516c11.783-2.326 23.053-3.5 34.318-3.5 11.265 0 22.535 1.174 34.318 3.5a178.467 178.467 0 0 0-3.69-5.516c-6.724-9.604-13.96-18.248-20.12-24.18-3.08-2.965-5.91-5.246-8.002-6.58a12.408 12.408 0 0 0-2.506-1.24zm0 51.662c-14.685 0-29.38 2.38-46.22 7.114C204.42 95.194 201 105.57 201 112v159.64c5.106-17.267 9.62-38.235 14-64.404V192c0-11 4.557-23.42 11.283-34.63 3.363-5.606 7.31-10.793 12.072-14.92C243.118 138.32 249 135 256 135s12.882 3.322 17.645 7.45c4.762 4.127 8.71 9.314 12.072 14.92C292.443 168.58 297 181 297 192v15.236c4.38 26.17 8.894 47.137 14 64.403V112c0-6.43-3.42-16.806-8.78-28.063-16.84-4.734-31.535-7.113-46.22-7.113zm-88 52.56c-6.513 11.517-15 29.352-15 46.616v39h30v-39c0-17.264-8.487-35.1-15-46.615zm176 0c-6.513 11.517-15 29.352-15 46.616v39h30v-39c0-17.264-8.487-35.1-15-46.615zM256 153c-1 0-3.118.678-5.855 3.05-2.738 2.373-5.79 6.186-8.428 10.58C236.443 175.42 233 187 233 192v163.78l-2.697 2.644c-10.61 10.408-12.83 36.14-13.15 52.77 6.674 3.535 17.826 6.417 29.847 7.42V368h18v50.613c12.023-1.004 23.178-3.885 29.852-7.422-.308-16.586-2.46-42.072-13.215-52.827L279 355.73V192c0-5-3.443-16.58-8.717-25.37-2.637-4.394-5.69-8.207-8.428-10.58C259.118 153.68 257 153 256 153zm-16 30h32v18h-32v-18zm-87 50v116.316c12.42-10.644 21.995-21.32 30-34.69V233h-30zm176 0v81.627c8.005 13.368 17.58 24.045 30 34.69V233h-30zm-114 53.975c-3.513 10.4-7.342 19.745-11.697 28.175-9.305 18.01-20.907 32.004-35.457 45.032l38.675 1.933c2.16-4.848 4.922-9.458 8.48-13.584v-61.555zm82 0v61.6c3.515 4.13 6.253 8.725 8.4 13.544l38.754-1.938c-14.55-13.028-26.152-27.023-35.457-45.032-4.355-8.43-8.184-17.775-11.697-28.175zm197 16.04c-13.547 5.65-19.025 19.56-26.95 41.83 0 0-45.814.42-53.376 17.557-8.08 18.31 24.582 54.784 24.582 54.784s-27.132-8.726-37.926-2.108c-11.983 7.348-17.012 38.586-17.012 38.586-3.533-.847-6.9-1.547-10.14-2.133L362.666 420h10.668l-5.992-10.957-53.514 2.676-.816 1.503c-.005.914-.012 1.954-.012 2.777v4h7l-10.666 32 21.332-16 5.004 15.008c-14.785 3.136-25.546 10.693-35.9 20.533L288 448h16l-12.803-15.607C280.517 435.733 268.283 437 256 437c-12.312 0-24.576-1.272-35.273-4.63L208 448h16l-12.89 25.78c-12.137-5.026-25.02-10.03-37.602-14.305L181.334 436l21.332 16L192 420h7v-4c0-.807-.008-1.832-.014-2.73l-.85-1.553-53.52-2.676-5.95 10.96h10.668l-9.955 29.86c-3.99-.816-7.803-1.45-11.38-1.86-31.566-3.623-39.72 4.634-57.932 12.416 0 0 16.664-96.575-16.69-118.38-4.128-2.7-9.283-3.783-14.993-3.73-6.33.056-13.342 1.526-20.385 3.733V494h237l1 2 16-32 23.488 11.744c-5.562 5.625-11.157 11.82-17.355 18.256H494V303.014zM147.02 377.16c-5.396 4.877-6.897 9.625-6.817 11.555.046 1.094.238 1.25.508 1.49.27.242 1.017.793 3.29.793h.225l55.195 2.76c.316-4.473.846-9.163 1.732-13.89l-54.132-2.708zm217.96 0l-54.187 2.71c.896 4.73 1.437 9.418 1.762 13.89l55.22-2.762H368c2.273 0 3.02-.55 3.29-.793.27-.24.46-.396.507-1.49.08-1.93-1.42-6.678-6.817-11.555zM160 436l7.12 21.365c-9.11-2.933-17.94-5.404-26.075-7.148L160 436zm192 0l20.547 15.41c-9.475-1.674-17.715-2.228-25.057-1.88L352 436zm-112 28l14.545 29.09c-9.876-4.675-23.293-10.83-38.356-17.186L240 464z"/></svg>
<svg class="tc-image-originals-space-suit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.375 21.25c-38.192 0-68.97 30.744-68.97 68.938 0 38.193 30.778 68.968 68.97 68.968s68.938-30.775 68.938-68.97c0-38.192-30.746-68.936-68.938-68.936zm-2.625 33.78c.115-.003.23.005.344 0-26.85 53.803 52.427 66.62 40.656 9.032 4.272 1.793 8.76 3.838 13.53 6.157 3.816 15.258 3.55 30.828-2.342 46.093-46.683 11.007-54.054 11.028-98.375-1.594-5.345-14.747-6.03-29.762-2.344-44.5 19.356-9.562 34.072-14.612 48.53-15.19zM345.188 121c-1.26-.03-4.597.75-9.657 4.625-.006.006-.022-.006-.03 0-2.61 2.002-5.202 3.89-7.78 5.688-14.765 27.642-43.906 46.53-77.345 46.53-33.4 0-62.523-18.846-77.313-46.437-3.012-1.64-6.038-3.325-9.093-5.062-4.647-2.642-7.37-2.825-8.657-2.594-1.29.23-2.174.692-3.657 3-2.966 4.616-5.316 16.393-4.656 30.03.66 13.64 3.802 29.176 8.75 42.314 4.948 13.138 11.957 23.675 18.156 27.97 50.81 35.192 99.385 27.478 151.5-.533 6.386-3.43 13.912-13.767 19.125-27.468 5.215-13.7 8.4-30.338 8.94-44.843.538-14.506-2.292-26.98-5.22-31.095-1.464-2.058-1.8-2.096-3.063-2.125zM128.25 144.875c-20.632 9.24-36.958 25.827-49.656 48.594 4.41.183 8.78.842 13 1.968 12.22 3.26 22.512 10.243 30.062 19.375 4.587-5.04 9.565-9.652 14.938-13.844-4.718-13.954-7.597-29.14-8.28-43.282-.214-4.392-.26-8.68-.064-12.813zm242.72 24.25c-1.58 12.405-4.592 25.058-8.97 36.563-2.413 6.342-5.193 12.393-8.5 17.843 3.59 4.06 6.944 8.37 10.03 12.97 2.334-3.646 5.037-7.03 8.064-10.063v-.03c8.18-8.18 18.247-13.41 28.844-15.75-8.07-16.84-17.822-30.79-29.47-41.532zM76.31 212.155c-10.683.044-21.528 4.17-28.312 12.282-7.128 8.523-11.038 22.262-5.188 43.375.136-.093.27-.19.407-.28 8.11-5.473 18.242-8.57 29.186-8.063 3.648.168 7.398.733 11.188 1.75 10.622 2.845 19.157 8.536 25.28 15.717 7.454-9.93 9.21-20.875 7.314-31.156-2.767-14.987-13.905-28.145-29.407-32.28-3.373-.9-6.906-1.358-10.468-1.344zm336.5 15.782c-.71.013-1.413.045-2.125.094-9.48.653-18.78 4.502-25.875 11.595-9.865 9.887-14.718 25.822-9.875 39.063 3.82 10.44 13.742 20.698 34.97 26.187-.015-.177-.05-.354-.063-.53-.91-13.01 3.634-26.97 14.72-38.064l-.002-.03c7.774-7.767 16.973-12.288 26.25-14-4.87-11.43-13.457-18.44-23.312-21.938-4.712-1.67-9.704-2.465-14.688-2.375zm-101.437 25.97c-39.896 16.718-81.177 21.096-121.78 3.312l-10.064 39.31c8.908 2.755 16.417 7.827 22 14.25 7.355 8.462 11.61 18.985 12.876 29.814 25.23-39.572 70.19-24.214 81.906 29.187-30.148 24.312-31.025 78.51 2.47 99.97 13.98-17.626 34.203-29.69 55.312-32.75 3.026-.44 6.09-.66 9.156-.688 1.022-.008 2.042-.006 3.063.032 7.237.266 14.457 1.735 21.312 4.562 5.298-16.073 4.073-34.643-3.188-50.156-7.642 4.648-17.087 7.406-27.843 7.406-16.64 0-30.15-6.565-38.688-16.594C309.37 371.534 305.66 358.6 306 345.938c.34-12.662 4.69-25.31 13.25-35.156 1.444-1.66 3.026-3.222 4.72-4.686l-12.595-52.188zm146.938 16.218c-7.058.166-13.97 2.75-20.563 9.344-7.534 7.533-9.85 15.483-9.28 23.592.566 8.11 4.486 16.41 10.436 22.688 5.95 6.28 13.738 10.374 21.53 11 7.795.626 15.888-1.73 24.377-10.22 8.488-8.488 10.845-16.58 10.218-24.374-.625-7.793-4.72-15.58-11-21.53-6.278-5.95-14.577-9.87-22.686-10.438-1.014-.07-2.023-.087-3.03-.063zM70.156 278c-6.352-.102-11.73 1.835-16.47 5.03-6.738 4.547-11.973 12.083-14.436 20.376-2.463 8.293-2.136 17.063 1.22 24.125 3.353 7.064 9.465 12.925 21.06 16.033 11.597 3.107 19.784 1.064 26.22-3.375 6.436-4.44 11.112-11.868 13.125-20.282 2.013-8.413 1.25-17.568-2.313-24.875-3.563-7.305-9.52-12.99-19.812-15.75-2.573-.688-5.007-1.084-7.313-1.217-.432-.025-.857-.056-1.28-.063zm94.03 34.938c-10.654 0-17.916 3.958-23.25 10.093-5.33 6.137-8.422 14.76-8.655 23.408-.232 8.647 2.37 17.046 7.44 23 5.067 5.953 12.462 10.03 24.468 10.03 12.005 0 19.4-4.077 24.468-10.03 5.068-5.954 7.67-14.353 7.438-23-.233-8.648-3.355-17.27-8.688-23.407-5.333-6.134-12.563-10.092-23.22-10.092zm192.408 0c-10.656 0-17.917 3.958-23.25 10.093-5.333 6.137-8.424 14.76-8.656 23.408-.233 8.647 2.37 17.046 7.437 23 5.068 5.953 12.463 10.03 24.47 10.03 12.004 0 19.4-4.077 24.467-10.03 5.07-5.954 7.67-14.353 7.438-23-.233-8.648-3.355-17.27-8.688-23.407-5.332-6.134-12.563-10.092-23.218-10.092zM121.22 375.656c-15.115 16.632-20.037 41.93-13.75 63.313 5.18-1.573 10.525-2.43 15.874-2.626 1.02-.038 2.04-.04 3.062-.03 3.065.025 6.13.247 9.156.686 22.062 3.2 43.178 16.216 57.188 35.156 34.58-17.894 37.7-67.857 13.75-95.5-1.098 1.69-2.296 3.345-3.625 4.906-8.537 10.03-22.048 16.594-38.688 16.594-16.64 0-30.15-6.565-38.687-16.594-1.59-1.87-3.02-3.855-4.28-5.906zm2.81 79.313c-8.685.26-16.853 2.96-24.124 8.592-7.895 6.116-14.975 16.094-19.72 31.344h104.25c-10.196-20.804-31.273-36.464-51.56-39.406-2.995-.434-5.95-.618-8.845-.53zm239.407 0c-2.192.034-4.41.204-6.656.53-20.287 2.942-41.364 18.602-51.56 39.406h104.25c-4.745-15.25-11.824-25.228-19.72-31.344-7.27-5.63-15.44-8.333-24.125-8.593-.724-.023-1.457-.013-2.188 0z" fill="#fff"/></svg>
<svg class="tc-image-originals-spade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M173.844 15.563v.03l52.22 192.157c7.035-3.16 14.752-6.03 22.686-8.406 8.894-2.663 18.006-4.683 26.72-5.72L227 15.565l-53.156-.002zm240.03 183.968c-13.045 15.41-48.86 31.746-91.874 45.845 1.64 16.418 2.707 35.075 2.72 53.344.01 18.658-1.105 36.594-4.25 51.155-1.574 7.28-3.61 13.75-6.75 19.28-3.143 5.53-7.815 10.59-14.564 12.376-6.75 1.786-13.316-.275-18.812-3.5-5.497-3.223-10.55-7.79-15.594-13.31-10.087-11.045-20.125-26.058-29.563-42.22-9.477-16.23-18.235-33.37-25.218-48.688-45.532 8.43-85.193 11.69-102.126 6.313 27.59 101.65 71.632 175.738 120.312 216.094H388.75c47.247-52.587 62.203-160.075 25.125-296.69zm-127.843 12.064c-.745.007-1.525.022-2.31.062-8.694.44-19.32 2.508-29.626 5.594-10.308 3.086-20.344 7.183-28.063 11.313-5.254 2.81-8.667 5.522-10.905 7.53 5.213 15.886 19.636 48.602 36.22 77 9.044 15.492 18.7 29.674 27.218 39 4.258 4.664 8.254 8.075 11.218 9.813 2.965 1.74 4.307 1.64 4.595 1.563.288-.077 1.42-.62 3.094-3.564 1.67-2.944 3.424-7.837 4.75-13.97 2.648-12.262 3.823-29.34 3.81-47.217-.02-33.398-4.27-69.712-7.842-85.564-2.73-.895-6.933-1.61-12.157-1.562z" fill="#fff"/></svg>
<svg class="tc-image-originals-spade-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.8 23.098C237.47 95.248 57.848 168.408 53.84 293.922c-3.12 97.687 93.884 133.368 161.764 89.715l-44.24 116.597h24.607l13.966-41.03 17.69 6.023-11.915 35.007h27.823v-24.427h18.688v24.427h30.294l-11.918-35.007 17.69-6.022 13.968 41.03h24.642L291.126 379.6c66.805 51.217 164.922 13.64 168.04-85.68C462.94 173.638 274.493 89.128 256.8 23.098zM110.458 248.4c5.016 18.63 19.745 35.044 37.84 46.553-5.785 3.135-9.713 9.26-9.713 16.3 0 10.234 8.296 18.53 18.53 18.53 10.233 0 18.53-8.296 18.53-18.53 0-1.245-.13-2.46-.365-3.638 17.377 5.528 35.05 6.322 48.782.58.004.28.022.557.022.838 0 40.4-32.552 72.953-72.953 72.953-40.4 0-72.952-32.548-72.952-72.953 0-25.323 12.788-47.56 32.28-60.633zm288.38.334c19.215 13.116 31.792 35.188 31.792 60.3 0 40.4-32.553 72.952-72.954 72.952-40.402 0-72.953-32.548-72.953-72.953 0-.36.022-.716.027-1.076 11.414 4.964 25.64 5.318 40.18 2.127-.025.39-.06.775-.06 1.17 0 10.233 8.297 18.53 18.53 18.53 10.234 0 18.53-8.297 18.53-18.53 0-5.256-2.2-9.99-5.715-13.363 20.178-11.494 37.065-29.02 42.62-49.156zM255.308 360.658l31.737 80.75h-63.943l32.205-80.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-spanner tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M331.188 16.72c-40.712-.002-81.41 15.408-112.438 46.436-43.866 43.864-56.798 107-38.813 162.25L17.03 388.312v25.75l170.22-170.218c2.75 5.84 5.847 11.555 9.344 17.094L17.03 440.5v51.78H64l181.875-181.874c5.516 3.515 11.212 6.668 17.03 9.438L90.44 492.28h27.03l164.75-164.75c55.182 17.85 118.21 4.884 162-38.905 41.415-41.414 54.998-99.91 41.282-152.813L380.22 241.125l-90.033-23.938-23.968-90.03L371.53 21.843c-13.213-3.41-26.772-5.125-40.342-5.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-sparkling-sabre tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M403.563 16.875c-34.11 33.744-53.907 25.412-89.094 4.844 31.052 27.848 44.703 40.722 9.25 76.124 32.57-26.112 44.422-29.22 85.342-15-23.523-25.805-21.323-36.88-5.5-65.97zm90.312 24.406C463.23 68.004 425.365 93.7 386.687 113c1.152 61.455-37.802 117.82-99.125 165.406C221 330.06 127.345 372.848 24.344 404.28v41.22c15.817-3.243 32.09-6.896 48.656-11.03-2.655 14.497-11.253 27.387-28.938 39.81 43.158-14.862 52.446-1.325 76.188 18.814-7.644-26.835-5.256-36.344 34.625-58.438-32.328 9.304-48.716 5.836-63.03-5.094 74.51-20.002 153.373-49.706 221.25-93.625 6.362 31.056 5.325 56.495-36.19 94.282 67.325-35.667 96.207-34.27 130.97 7.155-34.905-53.113-30.953-75.32 14.063-123.97-42.665 33.767-70.8 30.987-94.063 12.626.615-.427 1.23-.85 1.844-1.28 90.41-63.473 157.526-153.397 164.155-283.47zM240.75 70.97c4.865 36.552-4.39 56.492-23.938 78.53 31.65-24.863 39.97-22.61 71.157-23-28.584-13.45-36.21-20.397-47.22-55.53zm-110.78 40.686c-27.298 60.18-58.556 70.662-107.626 70.125 59.78 20.1 64.886 52.96 69.906 106.25 19.34-58.957 36.19-76.01 78.72-58.217-41.78-31.838-45.743-48.97-41-118.157zm237.936 10.188c-30.864 13.607-61.587 22.598-88.937 24.28-2.278 16.52-11.623 32.867-25.19 49-15.767 18.755-37.557 37.463-62.78 55.69-49.014 35.414-110.962 68.736-166.656 94.28v39.625c99.33-30.83 189.144-72.456 251.78-121.064 55.735-43.25 89.362-90.922 91.782-141.812zm99.53 98.97c-7.594 35.52-13.903 44.526-46.655 65.31 35.874-8.104 51.316-1.513 74.533 15.032-22.447-30.02-28.5-41.96-27.875-80.344zM259.75 400.78c-30 43.11-55.372 48.865-98.656 52.22 51.72 7.82 65.302 14.218 95.875 41.094-12.9-35.393-15.344-48.14 2.78-93.313z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-sparky-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.438 19.22L178.78 88.97l-76.968-46 9 88.75-88.687 28.655 92.688 41.563L73.22 325.125 159 254.03l16 95.282 31.688-49.906 13.218 13.22c-4.34 13.284-6.97 27.36-6.97 42.25 0 76.383 61.788 138.78 138.22 138.78s138.78-62.35 138.78-138.78c.002-76.433-62.396-138.22-138.78-138.22-15.74 0-30.88 2.604-45.094 7.47l-6.562-6.564 66.28-26.375-88.124-26.593 73.688-64.72-108.5 7.595 16.594-88.25zM17.468 71.124l21.376 31.125 35.843 3-22.5-32.938-34.718-1.187zm406.626 18l-74 45.313 66.437-8.063 30.22-16.094-22.656-21.155zM171.75 150.188l18.594 1.75c-2.333 24.63 5.19 32.13 18.47 43.718 10.173 8.88 24.053 18.958 35.78 36.156l21.375-21.375 31 31 4.342 4.344 5.72-2.25c12.48-4.95 26-7.704 40.28-8.124-6.82 2.938-13.057 7.058-18.437 12.438-13.18 13.18-18.907 31.506-17.72 51l38.158 4.687-1.813-48.217 37.938 40 45.343-22.75-12.03 47.78 45.656 17.97-53.5 19.906 7.375 40.03c16.53-.598 31.784-6.44 43.19-17.844 3.504-3.505 6.504-7.375 8.967-11.53-6.942 59.702-57.724 106.093-119.28 106.093-66.293 0-119.532-53.754-119.532-120.095 0-14.646 2.8-28.405 7.688-41.53l2.093-5.626-4.22-4.25-32.124-32.126 26.063-26.063c-10.157-16.3-22.694-25.145-34.594-35.53-14.54-12.69-27.603-29.76-24.78-59.563zM85.062 224L35.22 242.53l-12.157 32.157 37.624-8.03L85.064 224zm63.407 107.688L122.905 398.5l15.344 32.563 17.25-35.97-7.03-63.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-sparrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M272.625 97.375c-.44 19.098 6.645 38.842 23.938 49.063-2.897 6.85-4.688 14.284-4.688 22.187 0 3.698.412 7.577 1.125 11.53-45.116-2.51-94.654 27.96-115.47 75.282l-94.718-86.812 2.813 43.125-57.813-19.063 33.844 53.032-38.406 18.124c61.937 20.327 134.08 52.95 197.25 59l-7.72 34.062-48.655 41.063 12.063 14.28 29.75-25.094-9.063 39.97 18.25 4.124 9.094-40.125 14.405 32.72 17.125-7.533-24.594-55.812 8.313-36.688c15.398.06 30.104-1.818 43.81-6.25l16.5 31.313-12.124 56.97 18.28 3.905 7.47-35.03 21 39.905 16.53-8.72-18.56-35.28 33.687 15.844L374 369.56l-56.063-26.343-17.343-32.94c36.401-19.08 57.443-50.84 56.375-79.06 13.583-6.22 26.922-15.686 36.31-27.595 36.75-8.613 83.28-7.746 106.533 17.844-8.747-70.424-60.418-81.806-105.594-82.876-26.663-33.223-85.387-8.755-121.595-41.22zm86.438 44.656c7.52 0 13.625 6.107 13.625 13.626 0 7.522-6.104 13.625-13.625 13.625-7.522 0-13.594-6.102-13.594-13.624 0-7.52 6.07-13.625 13.592-13.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-spartan tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M81.375 21.313l-7.22 124.25 36.376 22.25.814 46.375 10.906-2.907 79.72 295.25 18.03-4.874L140.312 206.5l10.813-2.875-22.03-39.5 21.093-38.813-68.813-104zM271.53 23l-30.092 3.125L262 88.28c-16.84 4.572-30.57 20.85-36.375 42.376l43.906 11.313 48.626-10.532c-5.86-21.992-19.883-38.68-37.062-43.22l20.562-62.093L271.53 23zm-48.75 126.22c-.075 1.558-.127 3.13-.124 4.718.07 32.086 16.668 58.92 38.78 65.562l.002-60.313-38.657-9.968zm98.22.718l-40.875 8.875v61.375c23.323-5.21 41.072-32.752 41-66.032-.003-1.415-.06-2.825-.125-4.22zm31.875 71.125c-74.427 0-134.97 60.54-134.97 134.968 0 74.43 60.543 134.94 134.97 134.94 74.427 0 134.938-60.51 134.938-134.94 0-74.426-60.51-134.967-134.938-134.967zm0 18.687c64.327 0 116.25 51.954 116.25 116.28 0 64.328-51.923 116.25-116.25 116.25s-116.28-51.922-116.28-116.25c0-64.326 51.953-116.28 116.28-116.28zm-1.375 20.53c-52.91 0-95.813 42.873-95.813 95.783 0 52.91 42.904 95.812 95.813 95.812 52.91 0 95.78-42.903 95.78-95.813 0-52.91-42.87-95.78-95.78-95.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-spartan-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M253.714 20.358c-8.79.075-17.448.82-25.89 2.308-46.55 8.208-89.423 26.157-121.225 52.065-31.803 25.908-52.572 59.39-56.316 100.053l-.004.04-.004.04c-8.45 83.885 39.397 152.37 65.604 181.553 5.21 5.804 7.064 13.574 6.533 20.862-.53 7.288-3.04 14.494-6.598 21.838-7.114 14.688-18.703 30.06-31.03 44.457-13.957 16.303-27.375 29.703-37.75 39.627 7.203-1.214 14.764-4.37 22.67-9.368 14.66-9.265 29.554-24.475 42.097-41.298 12.543-16.824 22.807-35.28 28.802-50.586 2.998-7.654 4.912-14.54 5.614-19.72.7-5.178-.177-8.39-.354-8.687-15.34-25.73-31.257-52.027-40.687-79.112-9.43-27.085-12.2-55.565-.073-83.35 25.223-57.79 78.02-85.085 130.772-89.605 52.61-4.508 105.963 12.396 136.545 44.71l23.292 22.474 69.254-41.47c-20.34-26.314-55.49-55.33-96.24-76.257-33.546-17.226-70.702-28.978-106.18-30.428-2.957-.12-5.902-.17-8.832-.144zM372.42 146.184l-.058-.057.31.313c-.083-.087-.17-.17-.25-.256zM244.814 118.95c-2.468.102-4.935.245-7.4.457-3.562.305-7.11.73-10.64 1.255l9.628 45.077c5.76-1.637 11.657-2.823 17.646-3.564l-9.233-43.226zm43.85 3.658c-4.866 12.845-7.33 25.916-6.978 39.04 6.034.48 12.086 1.335 18.12 2.557-.868-12.19 1.306-24.43 6.362-36.98-5.66-1.82-11.515-3.363-17.504-4.617zm-106.672 11.79c-6.112 3.028-12 6.54-17.612 10.532 17.55 8.862 29.7 22.763 34.715 39.594 4.936-3.84 10.145-7.183 15.564-10.063-6.122-16.257-17.577-30.086-32.666-40.063zm88.136 44.796c-1.156-.002-2.308.014-3.457.047-2.675.076-5.328.242-7.952.502-41.993 4.176-77.31 30.258-87.475 90.07-2.198 12.94 4.293 42.822 12.246 67.66 7.952 24.836 16.634 45.517 16.634 45.517l.504 1.198.143 1.295c1.96 17.7-9.11 34.967-21.212 52.26-8.036 11.486-16.43 22.104-23.97 31.72 24-1.35 45.963-11.985 67.177-30.947-.124-.5-.17-.71-.313-1.297-.866-3.594-1.955-8.697-1.687-14.68.446-9.983 5.674-21.958 18.818-31.868-24.577-35.02-28.898-78.757-24.06-115.027l.886-6.65 6.626-1.05c58.715-9.29 97.246-28.81 139.34-54.593-27.566-21.88-61.198-34.115-92.25-34.158zm120.197 37.84c-48.424 30.517-91.56 55.67-157.556 67.35-3.253 33.408 2.427 71.84 25.226 100.798 12.607.61 23.264 6.977 29.904 16.184 6.747 9.353 9.946 21.162 10.83 33.628 23.288 21.426 62.97 39.024 97.764 56.655-3.17-39.444-.296-76.34-14.538-114.11l-62.842-25.3-.062-.027c-14.313-6.018-23.332-13.792-26.512-24.03-3.18-10.236-.874-19.966 1.188-31.064l2.2-11.852 10.74 5.476c23.407 11.94 51.394 20.52 77.548 20.065l6.582-.116 2.103 6.238c10.593 31.436 12.912 56.612 15.752 82.203l7.787 3.113c4.126-29.38 1.912-68.686-3.862-104.425-5.463-33.817-14.72-65.03-22.252-80.788zM223.397 441.148c-.01.444.094.455.01.04-.002-.008-.01-.033-.01-.04z"/></svg>
<svg class="tc-image-originals-spatter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M459.938 10.875c-.954 2.58-1.75 5.278-1.75 8.188 0 7.222 3.2 13.725 8.28 18.125 11.444 5.7 19.313 17.496 19.313 31.156 0 19.234-15.576 34.812-34.81 34.812-16.684 0-30.623-11.716-34.033-27.375-4.37-4.915-10.713-8.03-17.812-8.03-13.194 0-23.906 10.713-23.906 23.906 0 2.994.556 5.828 1.56 8.47-1.026-.062-2.05-.095-3.092-.095-20.027 0-37.35 11.483-45.782 28.22 1.907-.54 3.92-.844 6-.844 12.13 0 21.97 9.84 21.97 21.97 0 12.127-9.84 21.968-21.97 21.968-2.818 0-5.524-.533-8-1.5 7.006 18.02 23.905 31.104 44.03 32.562l-.03.063c1.344-.113 2.657-.172 3.875-.19 30.974-.433 23.563 30.454-8.874 21.19-2.51-.316-5.062-.532-7.656-.532-9.55 0-18.585 2.19-26.656 6.062-6.61-13.626-17.11-21.54-32.97-26.375 2.403 15.323 7.194 28.766 15.438 39-.06.064-.125.124-.187.188 22.403 14.435 32.857 38.46 23.344 54.937-6.906 11.96-22.506 16.808-39.595 13.906-.346-.004-.683-.03-1.03-.03-12.755 0-24.907 2.6-35.94 7.312.02-.488.033-.977.033-1.47 0-19.79-16.054-35.812-35.844-35.812-19.79 0-35.813 16.023-35.813 35.813 0 18.14 13.48 33.125 30.97 35.5-9.478 14.42-15 31.67-15 50.217 0 11.81 2.24 23.104 6.313 33.47l.03.03c25.585 23.75-7.246 61.7-27.937 31.594-6.49-7-15.783-11.374-26.156-11.374-19.78 0-35.627 15.843-35.625 35.625 0 2.283.18 4.835.594 7h111.217c2-14.845 14.695-26.28 30.094-26.28 15.4 0 28.095 11.434 30.095 26.28H494.97V145.78c-11.097-.646-19.845-10.34-19.845-21.593 0-11.252 8.748-20.39 19.844-21V10.876h-35.033zm-347.47 19.5c-3.027 25.5 5.296 35.646 28.438 37.594 1.548-20.59-5.456-35.444-28.437-37.595zm221.72 7.53C321.565 38.546 311.5 49 311.5 61.782c0 13.195 10.712 23.876 23.906 23.876 13.194 0 23.875-10.68 23.875-23.875 0-13.193-10.68-23.874-23.874-23.874-.412 0-.81-.02-1.22 0zm-100.282 23.94c-28.587 0-51.75 23.163-51.75 51.75 0 11.126 3.494 21.434 9.47 29.874-13.722 5.023-23.5 18.194-23.5 33.655 0 19.79 16.02 35.844 35.81 35.844 15.428 0 28.575-9.764 33.626-23.44-15.703-3.324-27.5-17.25-27.5-33.936 0-19.16 15.558-34.688 34.72-34.688 14.49 0 26.903 8.884 32.093 21.5 5.536-8.234 8.78-18.14 8.78-28.812 0-28.587-23.162-51.75-51.75-51.75zm213.313 56.56c7.183 0 13 5.817 13 13 0 7.185-5.817 13-13 13-7.185 0-13-5.815-13-13 0-7.182 5.815-13 13-13zm-364.783 1.626c-13.193 0-23.906 10.714-23.906 23.907 0 13.194 10.714 23.875 23.907 23.875 13.194 0 23.876-10.68 23.876-23.875 0-13.194-10.682-23.906-23.876-23.906zm333.5 80.44c8.934 0 16.188 7.253 16.188 16.186s-7.254 16.188-16.188 16.188c-8.933 0-16.187-7.255-16.187-16.188s7.254-16.187 16.188-16.187zM86.5 272.687c-19.79 0-35.844 16.053-35.844 35.843 0 19.79 16.053 35.814 35.844 35.814 10.56 0 20.067-4.544 26.625-11.813 14.73 11.484 31.753 15.583 51.906 9.626-11.542-16.058-25.932-25.62-43.03-29 .197-1.52.313-3.05.313-4.625 0-19.79-16.022-35.842-35.813-35.842zm218.03 65.218c16.803 0 30.408 13.605 30.408 30.406 0 16.802-13.605 30.438-30.407 30.438-16.8 0-30.436-13.636-30.436-30.438 0-16.8 13.636-30.406 30.437-30.406zm-196.06 38.406c-13.195 0-23.907 10.713-23.907 23.907 0 13.192 10.712 23.874 23.906 23.874 13.193 0 23.874-10.682 23.874-23.875 0-13.195-10.68-23.908-23.875-23.908zm199.843 35.72c12.108.023 20.76 8.463 27.093 21.624-20.464 9.625-32.45 5.1-42.312-17.875 5.106-2.343 9.788-3.538 14.03-3.717.4-.017.798-.033 1.188-.032zM43.842 442c-9.476.04-18.192 5.768-26.187 15.063 17.743 14.988 30.828 13.703 46.72-6.47-7.22-5.983-14.048-8.62-20.532-8.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-spawn-node tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M136 16v30h240V16H136zm0 60v60h240V76H136zm0 90v90h240v-90H136zm0 120v120h240V286H136zm-30 150c-15 0-30 15-30 30v30h360v-30c0-15-15-30-30-30H106z" fill="#fff"/></svg>
<svg class="tc-image-originals-spear-feather tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M286.902 26.102l32.344 66.677 175.3-51.64zm-14.435 11.484l-20.68 47.81 19.86 67.42 43.472 29.08c-.916-8.018-1.956-17.097-3.118-27.02-1.375-11.736-2.797-23.634-3.967-32.884-.585-4.625-1.108-8.594-1.523-11.508-.25-1.746-.57-3.376-.713-4.183zm227.162 20.82l-175.03 51.56c.39 2.816.802 5.893 1.293 9.768 1.182 9.354 2.61 21.283 3.988 33.047 1.323 11.293 2.573 22.202 3.544 30.734zM225.25 96.36c-6.24.025-13.473.972-20.428 3.02-11.938 3.518-22.76 10.203-27.66 15.81l13.1 44.476c2.87 11.482 2.604 10.575 2.87 11.482 2.818 9.697 6.008 22.917 8.913 36.233 2.86 13.107 5.446 26.318 7.22 36.552-13.247 9.09-24.188 23.53-26.744 38.123.69 5.675 1.35 11.72 2.006 17.922h30.673v3.634c-9.414 2.836-19.547 7.026-29.11 11.52.913 9.088 1.844 18.49 2.823 28.048l26.287.71v1.38c-9.125 3-17.414 6.747-24.935 10.707 2.117 19.663 4.532 39.527 7.668 57.978.634 3.734 1.31 7.38 2.005 10.977h15.263v3.644c-4.406 1.325-8.954 2.92-13.55 4.74 3.035 14.105 6.587 26.78 10.76 36.87 5.163 12.488 11.142 20.07 16.792 23.388 5.82-3.26 11.65-10.323 16.813-22.328 2.033-4.728 3.926-10.103 5.69-16.01-6.104-3.028-12.2-5.475-17.487-6.53v-.577h19.48c2.62-9.95 4.923-21.155 6.923-33.305 1.375-8.353 2.614-17.154 3.75-26.297-8.626-4.698-17.73-8.72-24.926-9.625-1.62 20.566-3.478 40.367-5.275 57.89-.163-45.778-.49-128.767-5.73-171.644l.718-10.312c-.437-3.55-1.145-8.11-2.062-13.436-1.834-10.648-4.504-24.285-7.463-37.853-2.683-12.3-5.59-24.478-8.362-34.4 4.334-.454 8.886-1.308 13.33-2.618 11.94-3.517 22.76-10.2 27.66-15.81L236.64 97.672c-2.99-.86-6.915-1.33-11.388-1.313zm-64.04 28.378l-11.007 3.242 23.973 40.776zm-28.802 8.485l-12.9 3.798 24.03 40.878 12.897-3.8zm-30.64 9.142l12.966 44.018 11.006-3.242zm-17.3 4.98L18 166.924v47.954l79.47-23.41zm157.483 86.643c-.412.002-.814.022-1.223.03 1.646 8.285 2.425 18.16 2.887 29.61.697 17.265.347 37.753-.62 59.405-.814 18.193-2.077 37.166-3.534 55.674h26.076c1.538-13.55 2.874-27.78 4.103-42.377-10.106-1.324-20.122-1.633-26.58.727l27.33-9.99c1.933-24.034 3.634-48.887 5.45-73.48-.03-4.927-1.356-7.864-3.6-10.444-2.273-2.612-5.852-4.834-10.472-6.413-4.618-1.578-10.173-2.406-15.696-2.658-1.38-.063-2.76-.09-4.12-.084zm-26.75 211.17v2.03l-.207-.022c.067-.628.14-1.37.207-2.008z"/></svg>
<svg class="tc-image-originals-spear-hook tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18.506 19.895v37.56L135.11 174.06l33.755-33.757L48.97 19.895H18.507zm296.924 81.607c-8.398 17.695-17.58 34.514-27.555 50.48 53.052 55.6 109.094 165.155 145.602 270.827l6.332 18.327-18.28-6.467c-104.687-37.034-220.62-91.264-274.374-141.967-15.972 9.98-32.793 19.165-50.49 27.563 53.693 35.685 121.57 69.222 189.496 95.166-14.437 7.188-29.938 13.59-46.58 19.27l.002.003c68.264 38.63 175.57 65.47 254.412 64.127 1.33-78.052-27.08-188.95-64.127-254.416-5.76 16.87-12.257 32.57-19.56 47.166-26.458-69.205-60.387-138.182-94.88-190.08zm-117.858 36.523L135.79 199.81c34.207 31.62 67.775 56.763 94.798 71.598 14.454 7.935 27.094 12.95 36.334 14.762 9.24 1.812 13.778.34 15.564-1.445 1.786-1.786 3.26-6.326 1.448-15.565-1.812-9.24-6.83-21.88-14.764-36.334-14.835-27.023-39.976-60.59-71.598-94.8zm79.762 30.08c-4.66 6.81-9.48 13.45-14.457 19.926 8.892 12.557 16.52 24.587 22.676 35.802 8.515 15.51 14.306 29.43 16.718 41.73 2.414 12.3 1.528 24.28-6.57 32.377-8.096 8.096-20.076 8.982-32.376 6.57-12.3-2.413-26.22-8.206-41.73-16.72-11.1-6.094-23-13.632-35.414-22.405-7.41 5.793-15.027 11.387-22.877 16.76 47.263 42.21 149.664 92.317 245.545 127.873-35.19-95.766-86.347-192.602-131.514-241.913z"/></svg>
<svg class="tc-image-originals-spears tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M433.877 19.855l-78.62 158.668 47.82 53.934-15.673 260.824h38.79l15.697-261.233 51.04-45.25-59.053-166.942zm-130.48 20.598L216.073 152.55l28.397 49.186-28.616 106.387-.102-.176-9.545 35.62.076.134-40.234 149.58h32.68l29.676-111.186.026.045 9.527-35.556-.054-.09 36.656-137.344 48.415-27.95L303.4 40.452h-.002zM111.632 153.21l14.48 116.54 44.42 11.904L193 320.648l9.555-35.66-9.256-16.1 12.022-44.87-93.69-70.81zm-49.357 74.31l-42.68 79.31 23.57 28.455L30.786 493.28h18.746L61.83 336.26l27.608-22.865-27.163-85.875h-.002zm257.06 10.878l-22.354 87.248 29.686 21.932L345.04 493.28h18.84l-18.823-149.235 21.293-28.824-47.016-76.822zm175.103 28.614l-40.108 226.27h18.98l21.128-119.188V267.012zm-339.903 38.886l-55.35 71.05 18.618 32.247-20.41 84.086h19.233l19.51-80.385 30.81-17.788-12.408-89.21h-.002zm96.623 63.645l-9.517 35.516 50.837 88.22h29.8l-71.12-123.737z" fill="#fff"/></svg>
<svg class="tc-image-originals-spectacle-lenses tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M130.594 154.72c-61.166 0-110.938 49.77-110.938 110.936 0 61.166 49.772 110.97 110.938 110.97 53.164 0 97.746-37.617 108.5-87.626 6.047-7.977 19.177-8.658 25.687-.25 10.653 50.135 55.28 87.875 108.533 87.875 61.165 0 110.968-49.803 110.968-110.97 0-61.164-49.802-110.936-110.967-110.936-49.837 0-92.113 33.05-106.063 78.374-4.824-2.243-10.104-3.353-15.375-3.313-5.212.04-10.417 1.182-15.156 3.407-13.93-45.373-56.255-78.468-106.126-78.468zm0 18.686c51.065 0 92.28 41.185 92.28 92.25 0 18.84-5.604 36.323-15.25 50.906C174.24 278.926 89.67 273.28 56.44 320.625c-11.372-15.344-18.094-34.346-18.094-54.97 0-13.146 2.73-25.633 7.656-36.936 6.1 6.33 16.664 10.53 28.688 10.53 18.895 0 34.218-10.34 34.218-23.094 0-12.752-15.323-23.094-34.22-23.094-.39 0-.768.023-1.155.032 15.688-12.342 35.49-19.688 57.064-19.688zm242.72 0c51.064 0 92.28 41.185 92.28 92.25 0 18.84-5.605 36.323-15.25 50.906-33.393-37.626-117.96-43.28-151.188 4.063-11.372-15.344-18.094-34.346-18.094-54.97 0-13.146 2.73-25.633 7.657-36.936 6.1 6.33 16.663 10.53 28.686 10.53 18.896 0 34.22-10.34 34.22-23.094 0-12.752-15.324-23.094-34.22-23.094-.39 0-.77.023-1.156.032 15.687-12.342 35.488-19.688 57.063-19.688zm-121.47 74.875c4.08-.08 8.18 1.3 11.312 4.25-.51 4.312-.78 8.68-.78 13.126v.03c-3.408-.997-6.962-1.494-10.5-1.467-3.488.025-6.97.584-10.314 1.592v-.156c0-4.392-.28-8.708-.78-12.97 2.986-2.802 7.012-4.325 11.062-4.405z" fill="#fff"/></svg>
<svg class="tc-image-originals-spectacles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M269.594 138.188c-7.327.018-14.304 1.695-20.47 4.718-12.33 6.046-21.537 16.877-26.874 29.344-5.337 12.467-6.884 26.816-2.906 40.375 3.978 13.56 13.864 26.06 29.594 33.53l8.03-16.874c-11.386-5.406-17.107-13.144-19.687-21.936-2.578-8.792-1.63-18.9 2.157-27.75 3.79-8.85 10.305-16.18 17.907-19.906 7.602-3.728 16.19-4.464 26.844.593l.25.126.28.125 128.407 51.595c-2.868 3.738-5.47 7.785-7.813 12.063-4.422 8.076-7.89 17.01-10.125 26.375-11.192.072-23.21 2.372-34.843 9.406-3.506-6.976-8.417-12.93-14.5-17.44-8.036-5.955-17.907-9.28-28.594-9.75-6.412-.28-13.118.456-19.906 2.314-19.537 5.347-36.632 18.23-48.25 34.78l-140.438-68c-.158-.087-.31-.163-.47-.25-9.61-5.25-19.48-7.61-28.842-7.56-5.71.028-11.214.957-16.375 2.655-13.765 4.525-24.973 14.166-32.126 26.06-7.153 11.896-10.38 26.294-7.344 40.407 3.035 14.114 12.633 27.52 28.813 36.532l9.093-16.345c-12.24-6.818-17.72-15.27-19.625-24.125-1.903-8.854.075-18.547 5.064-26.844 4.99-8.297 12.877-14.958 21.937-17.937 9.062-2.98 19.295-2.647 30.782 3.75l.25.124.25.094 139.907 67.78c-4.3 10.024-6.72 20.765-6.72 31.626 0 18.525 7.674 34.47 20.53 44 12.858 9.53 30.4 12.39 48.5 7.437 36.206-9.907 64.126-45.698 64.126-82.75 0-2.674-.155-5.286-.47-7.842 9.038-7.025 17.4-9.228 26.564-9.47-.088 1.695-.156 3.395-.156 5.094 0 17.794 4.827 32.91 14.375 42.938 9.546 10.03 24.624 13.654 38.717 8.188 14.094-5.467 25.31-17.586 33.375-32.313 8.065-14.727 12.97-32.332 12.97-50.125s-4.86-32.908-14.407-42.938c-5.967-6.268-14.09-10.042-22.78-10.656-5.216-.368-10.623.42-15.908 2.47-3.887 1.507-7.555 3.532-11 5.968L292.22 143.406c-.178-.084-.356-.137-.533-.22-7.43-3.435-14.937-5.017-22.093-5zm183.344 69.468c4.232-.034 7.58 1.82 10.906 5.313 3.47 3.643 6.512 9.688 8.094 17.718-4.87-3.297-10.882-4.063-17.407-1.532-16.185 6.28-29.31 30.25-29.31 53.53 0 11.812 3.402 21.147 8.842 26.69-5.652 1.042-9.74-.787-13.78-5.032-5.067-5.322-9.25-15.75-9.25-30.03 0-14.284 4.106-29.197 10.656-41.158 6.55-11.96 15.542-20.69 23.75-23.875 2.05-.795 3.91-1.278 5.625-1.5.642-.082 1.27-.12 1.875-.124zm-137.72 43.656c7.75.073 14.323 2.413 19.5 6.25 7.414 5.495 12.4 14.35 12.938 26.72-7.126-10.86-20.657-15.814-36.187-11.563-22.94 6.277-41.533 30.218-41.533 53.5 0 11.816 4.782 21.207 12.5 26.75-6.89-.417-12.802-2.653-17.53-6.158-7.856-5.82-12.97-15.418-12.97-28.968 0-27.1 23.337-57.328 50.344-64.72 3.377-.923 6.597-1.474 9.658-1.686.573-.04 1.156-.078 1.718-.094.527-.016 1.046-.036 1.563-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-spectre tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M282.83 18.877c21.567 6.146 36.328 15.205 40.572 28.77-1.367.74-2.725 1.518-4.066 2.363-25.655 5.807-53.084 18.634-81.047 34.363 20.225-4.69 36.705-4.42 47.544 3.324-5.712 10.3-10.797 22.294-15.123 36.06-21.343 67.922-125.678-80.577-189.065-5.255C41.47 166.24 92.702 212.342 26.5 294.29c35.583-4.14 45.11-9.47 62.416-36.21 10.44-16.13 28.52-22.1 44.668-21.45-12.718 11.206-25.786 30.354-38.21 59.895 19.832-18.528 44.927-38.68 71.603-40.005.912 6.354-2.408 13.74-12.008 21.418C93.21 327.327 15.58 364.185 19.83 476.504c5.558-11.267 11.646-20.31 17.574-28.617 5.98 29.582 28.2 53.8 92.99 40.482-46.928-6.407-76.268-59.586-45.355-82.528 62.716-46.544 128.82 1.436 269.9-75.342 2.475-1.346 4.86-2.49 7.164-3.46-2.246 19.6-12.367 39.84-22.362 57.14 14.26-10.38 25.415-20.147 33.928-29.262 2.14 26.14-11.748 54.65-25.393 78.268 43.26-31.49 61.19-57.976 63.207-78.422 9.334 36.678-1.895 95.547-25.03 123.492 77.553-39.433 106.608-77.127 109.76-190.664 1.662-59.824-66.23-60.536-56.435-101.344 11.945-49.756 6.768-84.69-7.565-107.947-19.6-49.73-79.99-59.74-149.385-59.423zM89.8 47.684C54.69 47.534 45.233 83.056 55.724 117c17.146-51.504 70.414-44.24 111.17-34.367-33.282-25.005-58.707-34.87-77.096-34.95zm254.595 30.742c18.643 21.37 29.373 43.02 10.105 65.732-26.562-16.677-26.985-39.252-10.105-65.732zm74.494 48.6c3.655-.013 7.78.35 12.473 1.09-1.706 30.506-14.4 33-46.634 32.154 8.335-22.146 14.416-33.176 34.16-33.245zm-84.677 40.316c9.652.1 20.258 2.84 30.598 8.918 44.65 26.246 21.934 73.314-4.1 74.78-15.174.855 1.443-23.842-16.17-38.476-15.258-12.678-38.596 12.53-45.204-5.78-8.218-22.693 10.21-39.696 34.877-39.442zm60.18 246.168c-24.195 27.825-58.89 60.1-99.444 31.41 16.625 45.643 68.87 70.465 99.443-31.41z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-speed-boat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M157.936 170.44c34.704 30.84 60.676 41.057 64.574 66.86-44.922-28.557-74.454-35.404-120.55-24.94 34.698 15.008 61.532 39.41 61.128 67.585C122.04 252.54 81.49 244.095 33.49 259.37c47.32 15.773 60.156 31.302 45.78 65.935l19.033 7.142-3.033 8.084c38.96-3.31 88.642-9.652 139.994-17.178L200.8 277.4 190 263h84.492l71.46 42.875c2.615-.438 5.27-.877 7.86-1.314-64.466-85.384-102.083-116.213-195.876-134.12zM226 281l33.918 45.223 66.492-11.082L269.508 281H226zm243.992 21.143c-45.566 8.635-116.498 21.22-190.61 32.75-69.577 10.823-139.832 20.412-191.093 24.244l-8.9 23.722L116.815 439H352c26 0 61.605-29.436 88.896-64.525 13.646-17.545 25.395-36.16 33.604-52.096l.234-.468c-77.016 62.68-213.816 84.28-355.404 84.28v-18c144.212 0 281.44-25.07 350.662-86.05zM18 306.088v41.48a79.124 79.124 0 0 1 3.49-6.144c7.413-11.725 18.567-21.03 33.217-23.717-13.384-4.862-25.65-8.858-36.707-11.62zm38.297 29.822c-8.354 2-14.408 6.934-19.592 15.133-5.605 8.866-9.643 21.322-12.275 35.016-4.567 23.75-5.04 49.47-5.996 68.94h8.09l23.85-46.05 24.753-65.973-18.83-7.067zM71.6 403.623l-4.748 12.654L55.084 439h40.1L71.6 403.623zM45.762 457l-8.287 16H18v21h476v-37H45.762z"/></svg>
<svg class="tc-image-originals-speedometer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 54.28c-124.603 0-226 101.398-226 226 0 47.864 14.975 92.293 40.465 128.876l29.79-19.86c-17.188-24.545-28.708-53.362-32.696-84.577H96v-18H66.115c-.07-2.14-.115-4.284-.115-6.44 0-45.378 15.816-86.97 42.236-119.598l17.4 17.4 12.727-12.727-18.133-18.132C152.735 114.057 197.335 92.8 247 90.498v29.22h18V90.5c49.665 2.302 94.265 23.56 126.77 56.725l-18.133 18.132 12.726 12.727 17.4-17.4c26.42 32.63 42.237 74.22 42.237 119.6 0 2.154-.044 4.3-.115 6.437H416v18h28.44c-3.987 31.214-15.507 60.03-32.694 84.575l29.79 19.86C467.025 372.574 482 328.146 482 280.282c0-124.602-101.397-226-226-226zm15.83 66.23a144 160 0 0 1 74.608 100.062l49.966-17.568a160 160 0 0 0-4.3-7.012l-5.135 5.153-30.368-30.29-5.76-5.746 7.85-7.874a160 160 0 0 0-86.862-36.726zm156.15 89.844l-175.332 60.6C240.505 272.618 231 283.155 231 295.72c0 13.7 11.3 25 25 25 6.77 0 12.95-2.764 17.473-7.208L427.98 210.354zm-16.513 32.322l-60.713 40.72a144 160 0 0 1-56.6 108.323h76.057a160 160 0 0 0 39.763-68.572H398.48v-52.515h17.022a160 160 0 0 0-4.035-27.957zM128 421.72v36h256v-36H128z"/></svg>
<svg class="tc-image-originals-sperm-whale tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M388.81 85.863c-10.106.254-17.64 6.364-22.757 14.442-6.165-4.3-13.264-7.895-21.207-10.39-6.427-2.02-26.645 4.732-45.768 18.536 16.392 6.376 11.844 6.948 16.82 19.672-19.66-1.988-28.31-2.94-30.048-17.138-.314-1.5-.81-2.916-1.467-4.254-15.234 3.722-22.6 8.77-41.026 11.262-4.858 1.226 9.583-18.77 28.99-22.52-17.26-9.138-46.225-9.985-60.945-6.962-38.524 7.91-42.33 52.6-23.88 65.316 3.717-9.353 14.566-12.168 29.5-11.238-6.366 11.284-9.915 22.665-2.81 34.414 12.574-8.952 22.625-20.764 41.436-21.068 9.623 2.09 11.337 1.27 17.832-4.88l15.178 108 14.834-3.673-17.642-88.91s26.496 16.27 32.306 11.938c5.81-4.33 4.52-17.324 2.108-25.986 8.803-10.564 32.432 10.386 50.568 20.367 4.478 2.463 8.11 2.078 11.05.108 5.887 9.216 28.117 16.154 29.333 8.32-7.037-6.56-5.26-19.9-21.938-19.044 3.03-7.668 4.03-16.074 4.03-16.074.157-5.07-.863-10.5-2.957-15.952 4.736 4.108 12.537 8.33 17.173 11.89 13.703-7.19 31.292.545 35.612-7.997-12.8-13.524-33.406-21.83-50.864-15.343-3.113 1.157-4.855 2.447-5.567 3.826-2.825-4.944-6.51-9.768-10.996-14.203 3.144.37 7.633-.016 14.79-1.902 9.453-4.466 11.325-11 10.534-18.26-4.425-1.688-8.496-2.388-12.22-2.295zm-222.017 27.145c-12.067.374-20 12.273-24.922 24.664 8.988 1.977 24.257 1.042 30.202-7.024 4.057-5.503 4.395-16.866-2.81-17.558a19.48 19.48 0 0 0-2.47-.082zm5.135 30.133c-1.324-.01-3.125.28-5.475.854-9.398 2.297-10.538 15.336-11.94 24.58 5.744-4.33 14.544-9.105 18.26-16.855 2.788-5.814 3.125-8.546-.845-8.58zm-22.887 73.38c-11.094.18-46.64 9.46-55.977 17.11-2.352 1.925-6.47 11.213-8.688 11.042-3.068-.237-5.27-10.055-5.27-10.055-22.123-12.38-60.006-10.56-59.652-8.71.858 4.478 4.636 49.63 63.166 65.92 9.884 67.545 64.372 95.08 134.497 98.36-19.497 13.367-75.48 18.697-67.775 30.55 12.604 10.522 83.862 4.593 124.504-8.34 14.09-4.484 28.865-8.31 44.047-11.637 43.23 10.56 111.83 23.66 151.36 10.984 13.348-4.28 7.064-20.362 1.054-18.262-14.39 5.03-63.573 1.735-91.79-3.49 34.826-5.05 69.914-8.652 102.325-12.45 9.162-20.386 12.522-54.712 11.545-79.774-1.878-48.145-32-52.028-101.092-44.247-104.013 11.715-145.852 43.226-218.777 61.837-11.118 2.838-47.684-4.157-63.373-29.783 36.728-17.253 50.916-61.758 43.005-68.545-.44-.378-1.524-.536-3.11-.51zm220.81 141.173c-1.616 4.194-4.184 8.546-11.72 9.526-7.538.978-11.46-3.26-13.696-8.824 8.47 1.463 16.944 1.146 25.416-.703z"/></svg>
<svg class="tc-image-originals-spider-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.924 20.45c-54.1 0-97.998 93.487-97.998 146.82 0 31 14.832 58.603 37.875 76.29 5.862-6.89 12.2-12.815 18.985-17.667l.002-.002c12.787-9.135 26.796-14.05 41.137-14.05 14.327 0 28.333 4.916 41.133 14.05 6.79 4.845 13.13 10.77 18.996 17.665 23.04-17.686 37.87-45.287 37.87-76.284 0-53.333-43.9-146.82-98-146.82zM492.79 34.72l-73.5 173.36-90.06 53.9c3.14 5.195 6.013 10.636 8.602 16.252l96.027-57.47 58.93-138.996V34.72zm-473.714.005v47.043L78.01 220.77l96.1 57.263c2.596-5.613 5.474-11.05 8.62-16.24L92.57 208.07 19.076 34.725zM.713 38.31l-.053.022.053.125v-.146zm510.437 0v.147l.053-.125-.053-.02zM255.924 227.84c-10.748 0-21.285 3.533-31.832 11.068l-.004.002c-9.42 6.738-18.25 16.304-26.068 28.582-14.945 23.472-24.043 54.388-24.043 81.475 0 26.637 8.454 47.245 23.986 61.006l.002.002c14.043 12.435 33.865 19.314 57.96 19.314 24.11 0 43.915-6.88 57.96-19.317 15.533-13.76 23.986-34.37 23.986-61.006 0-27.07-9.096-58.004-24.042-81.475l-.002-.002c-7.82-12.294-16.647-21.858-26.062-28.578-10.568-7.54-21.11-11.072-31.84-11.072zM19.076 238.496v23.443l64.428 51.128 76.582 10.65c.982-6.02 2.295-12.037 3.924-17.99L90.996 295.57l-71.92-57.076zm473.713 0l-71.923 57.078-73.017 10.2c1.627 5.954 2.938 11.973 3.918 17.992l76.593-10.7 64.43-51.128v-23.442zM353.722 355.14c-.297 6.33-1.048 12.446-2.256 18.303l69.078 15.053 72.244 58.13v-23.57l-64.106-51.58-74.96-16.335zm-195.594.075l-74.946 16.258-64.108 51.582v23.57l72.24-58.125 69.08-14.988c-1.21-5.855-1.967-11.97-2.267-18.297zm44.364 6.584c5.58 0 10.106 4.494 10.106 10.057 0 5.547-4.527 10.057-10.106 10.057-5.58 0-10.105-4.494-10.105-10.057 0-5.563 4.525-10.058 10.104-10.058zm107.115 0c5.578 0 10.105 4.494 10.105 10.057 0 5.547-4.527 10.057-10.106 10.057-5.58 0-10.106-4.494-10.106-10.057 0-5.563 4.526-10.058 10.105-10.058zm-74.823 11.333c9.34 0 16.912 7.523 16.912 16.816 0 9.292-7.572 16.816-16.913 16.816-9.34 0-16.91-7.54-16.91-16.817 0-9.278 7.57-16.817 16.91-16.817zm42.527 0c9.34 0 16.913 7.523 16.913 16.816 0 9.292-7.572 16.816-16.913 16.816-9.34 0-16.912-7.54-16.912-16.817 0-9.278 7.572-16.817 16.912-16.817zm64.37 27.246c-3.018 5.46-6.586 10.52-10.7 15.11l51.13 27.14 27.507 51.022h20.862l-34.843-64.634-53.956-28.64zm-171.463.1l-53.99 28.53-34.847 64.642h20.86l27.5-51.015 51.204-27.057c-4.123-4.587-7.7-9.642-10.726-15.1zm30.23 25.317c-4.463.063-9.558 2.31-14.932 7.683-3.778 7.843-5.897 16.56-5.897 25.743 0 16.45 6.775 31.417 17.82 42.51-.03-1.322-.063-2.662-.063-4 0-20.85 7.73-39.355 19.654-50.8 0-10.86-6.763-21.276-16.58-21.136zm111.03 0c-9.817-.14-16.584 10.277-16.584 21.137 11.923 11.444 19.655 29.95 19.655 50.798 0 1.34-.032 2.68-.064 4.002 11.047-11.094 17.82-26.062 17.82-42.51 0-9.183-2.118-17.9-5.896-25.744-5.375-5.374-10.467-7.62-14.93-7.683zm-70.238 14.142c-1.6.02-3.426.826-5.353 2.753-1.356 2.806-2.122 5.945-2.122 9.23 0 5.897 2.423 11.268 6.392 15.253-.016-.478-.015-.956-.015-1.434 0-7.476 2.773-14.122 7.044-18.22 0-3.89-2.427-7.63-5.948-7.583zm29.62 0c-3.52-.048-5.948 3.693-5.948 7.583 4.272 4.097 7.045 10.743 7.045 18.22 0 .477 0 .955-.017 1.433 3.97-3.985 6.393-9.356 6.393-15.254 0-3.284-.766-6.423-2.12-9.23-1.93-1.926-3.754-2.73-5.355-2.753z" fill="#fff"/></svg>
<svg class="tc-image-originals-spider-bot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 26.398c-7.868 0-14.99 3.637-20.34 8.782s-9.4 11.752-12.855 19.24c-6.91 14.975-11.39 33.74-14.6 52.39-6.418 37.3-7.402 74.217-7.402 74.217l-.145 5.24 55.344 27.67 55.34-27.67-.145-5.24s-.984-36.916-7.402-74.216c-3.21-18.65-7.69-37.415-14.6-52.39-3.454-7.488-7.505-14.095-12.855-19.24-5.35-5.145-12.472-8.782-20.34-8.782zm0 18c2.683 0 4.917.923 7.863 3.756 2.946 2.833 6.132 7.62 8.987 13.807 5.71 12.377 10.14 30.084 13.207 47.903 5.386 31.304 6.567 58.97 6.838 66.194L256 195.86l-36.895-19.803c.27-7.224 1.452-34.89 6.838-66.194 3.066-17.82 7.497-35.526 13.207-47.902 2.855-6.187 6.04-10.973 8.987-13.806 2.946-2.833 5.18-3.756 7.863-3.756zm-76.477 88.393l-10.54 37.64 10.908 5.453 4.303-1.434c.554-9.283 1.37-19.92 2.565-31.28zm152.954 0l-7.235 10.38a698.637 698.637 0 0 1 2.565 31.28l4.302 1.433 10.906-5.453zM70.8 158.995L21.386 480.176l81.047-208.41-14.973-44.92 17.08-5.692 14.476 43.432 25.144 6.867 4.492-62.914zm370.4 0L363.35 208.54l4.52 63.28 25.095-7.17 14.498-43.496 17.08 5.692-14.976 44.922 81.05 208.408zM168.02 190.072L146.308 494h13.842l62.332-194.79-20.845-20.847 12.726-12.726 14.29 14.29 16.425-51.325zm175.964 0l-77.06 38.53 16.424 51.326 14.29-14.29 12.727 12.725-20.845 20.846L351.85 494h13.84zM256 253.532l-22.174 69.288L256 326.852l22.172-4.032zm-138.55 29.286l-6.845 17.598 31.082 5.65 1.165-16.31zm277.136.09l-25.408 7.26 1.135 15.898 31.082-5.65zm-267.938 38.72L95.705 432.145l42.81-81.654 1.88-26.36zm258.704 0l-13.748 2.5 1.882 26.362 42.81 81.654zm-140.66 21.464L256 427.896l11.307-84.804L256 345.148z"/></svg>
<svg class="tc-image-originals-spider-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16 17.188v236.656c0 20.48 19.324 40.365 48.156 57.47 11.504-6.066 23.26-9.564 34.813-9.564 29.023 0 53.453 20.3 62.093 48.188 1.888.495 3.752.863 5.625 1.343 13.824-9.92 26.255-12.217 34.687-12.217 17.552 0 33.037 9.688 42.125 24.312 4.288.208 8.717.53 12.78.53 4.177 0 8.507-.18 12.94-.436 9.087-14.69 24.586-24.408 42.186-24.408 8.08 0 19.85 2.198 32.97 11.094 2.655-.736 5.296-1.576 7.968-2.344 9.216-26.784 33.18-46.03 61.47-46.03 10.27 0 20.71 2.715 30.998 7.53C475.325 291.6 496 271.923 496 253.97V17.187H16zm67.53 126.28c20.72 0 37.5 16.796 37.5 37.532 0 20.72-16.78 37.5-37.5 37.5S46 201.72 46 181s16.81-37.53 37.53-37.53zm345.126 0c20.72 0 37.53 16.796 37.53 37.532.002 20.72-16.81 37.5-37.53 37.5-20.72 0-37.53-16.78-37.53-37.5s16.81-37.53 37.53-37.53zM76.97 155.282c-9.112 0-16.5 7.39-16.5 16.5 0 9.112 7.388 16.5 16.5 16.5 9.11 0 16.5-7.388 16.5-16.5 0-9.11-7.39-16.5-16.5-16.5zm345.124 0c-9.11 0-16.5 7.39-16.5 16.5 0 9.112 7.39 16.5 16.5 16.5s16.5-7.388 16.5-16.5c0-9.11-7.39-16.5-16.5-16.5zm-241.03 11.97c33.135 0 60 26.848 60 60 .014 33.136-26.85 60.03-60 60.03-33.137 0-60.033-26.894-60.033-60.03s26.897-60 60.032-60zm150.06 0c33.137 0 60 26.848 60 60 .017 33.136-26.847 60.03-60 60.03-33.135 0-60.03-26.894-60.03-60.03s26.895-60 60.03-60zM170.563 182.5c-16.577 0-30.03 13.423-30.03 30 0 16.577 13.453 30.03 30.03 30.03 16.578 0 30-13.453 30-30.03s-13.422-30-30-30zm150.032 0c-16.578 0-30 13.423-30 30 0 16.577 13.422 30.03 30 30.03 16.577 0 30.03-13.453 30.03-30.03s-13.453-30-30.03-30zM100.03 193.563c-3.63 0-6.593 2.96-6.593 6.593 0 3.632 2.962 6.563 6.594 6.563 3.633 0 6.564-2.932 6.564-6.564s-2.93-6.594-6.563-6.594zm345.126 0c-3.632 0-6.594 2.96-6.594 6.593 0 3.632 2.962 6.563 6.594 6.563s6.563-2.932 6.563-6.564-2.932-6.594-6.564-6.594zM207.47 242.875c-8.29 0-15 6.71-15 15s6.71 15.03 15 15.03c8.287 0 15-6.74 15-15.03s-6.713-15-15-15zm150.06 0c-8.287 0-15.03 6.71-15.03 15s6.743 15.03 15.03 15.03c8.29 0 15-6.74 15-15.03s-6.71-15-15-15zm56.314 81.375c-25.584 0-43.156 23.245-43.156 47.47 31.408 25.71 51.75 67.292 51.75 114.092 0 3.008-.06 6.008-.157 9 29.105-24.928 46.94-58.54 46.94-95.5 0-20.624-5.565-40.165-15.533-57.78-14.368-12.257-27.955-17.282-39.843-17.282zM99 324.28c-11.872 0-25.49 4.995-39.875 17.25-9.968 17.617-15.5 37.19-15.5 57.814 0 36.944 17.818 70.556 46.906 95.5-.11-2.976-.155-5.992-.155-9 0-46.8 20.373-88.398 51.78-114.094.017-24.24-17.57-47.47-43.155-47.47zm102.406 35.845c-8.144 0-17.488 3.5-27.344 12.125-6.832 12.4-10.656 26.175-10.656 40.688 0 26.016 12.25 49.666 32.22 67.218-.08-2.096-.126-4.2-.126-6.312 0-32.944 13.98-62.217 35.53-80.313 0-17.023-12.072-33.405-29.624-33.405zm110.03 0c-17.55 0-29.623 16.382-29.623 33.438 21.552 18.096 35.5 47.352 35.5 80.312 0 2.112-.014 4.216-.094 6.313 19.967-17.568 32.217-41.203 32.217-67.22 0-14.51-3.808-28.287-10.656-40.687-9.855-8.623-19.182-12.17-27.342-12.155z" fill="#fff"/></svg>
<svg class="tc-image-originals-spider-web tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M20.45 18.484L77.59 90.588C74.865 139.18 53.842 176.38 25.2 210.62l-6.716-1.76v19.32l2.557.672c15.35 45.065 9.088 90.827 1.82 138.294l-4.376 2.047v20.63l9.18-4.294c6.516 10.707 13.658 27.047 19.06 41.33 4.283 11.33 7.474 20.984 9.253 26.535l-37.493 37.69v2.43h23.942l28.55-28.7c9.27-.363 41.77-1.473 82.7-.75 46.744.825 102.612 4.3 139.05 13.667l5.08 15.784h19.632l-7.43-23.088c35.94-41.51 71.912-80.525 131.734-102.34l51.774 20.486v-20.097l-42.983-17.008c-6.374-39.21 12.755-76.665 30.62-116.68l12.363-2.585v-19.092l-6.323 1.323-5.45-2.803C425.656 182.8 405.41 133.64 388.444 78.93l44.184-60.446h-23.15l-38.6 52.81c-58.273 1.254-112.475-2.463-154.446-37.79l-2.274-15.02h-18.9l2.838 18.75C170.96 66.224 140.532 85.188 93.512 80.59l-49.22-62.106H20.448zm199.917 41.004c40.608 26.304 88.498 30.894 136.754 30.63l-33.14 45.34c-36.588.396-69.856-3.034-95.845-24.638l-7.768-51.332zm-18.834.44l8.29 54.775c-17.815 18.616-37.294 30.18-67.995 26.854L108.752 99.82c38.593-.74 68.358-17.144 92.78-39.892zM374.857 97.52c15.536 46.967 37.05 92.69 84.55 122.722l-51.768 10.82-.816-.417c-37.27-19.145-50.445-51.64-61.935-88.83l-.716-2.315 30.683-41.98zm-280.74 13.918l34.393 43.398c-2.523 29.583-15.404 52.66-33.14 74.207L44.966 215.81c23.714-29.774 42.64-63.393 49.152-104.373zm137.848 24.69c23.936 13.694 51.05 17.4 78.404 17.948l-32.91 45.028c-15.058-6.364-26.137-17.753-38.57-30.325l-2.343-2.37-4.582-30.28zm-18.778.81l5.592 36.955c-11.176 7.5-24.436 12.15-39.046 15.492l-22.902-28.897c22.71-1.395 41.095-10.68 56.356-23.55zm117.38 21.173c9.746 29.155 23.146 58.017 50.58 78.49l-55.928 11.69c-12.997-11.182-19.977-24.734-27.156-39.89l-1.67-3.53 34.174-46.76zm-186.432 16.443l19.142 24.154-.078.71c-1.93 17.365-8.877 29.63-16.65 43.063l-31.536-8.28c13.212-17.356 23.94-36.828 29.12-59.647zm77.674 19.353l6.012 39.742c-3.617.69-7.056 1.875-10.25 3.48l-25.177-31.767c10.19-2.75 20.13-6.345 29.414-11.454zm19.36 3.043c7.355 6.578 15.52 12.722 25.152 17.39l-15.834 21.662c-1.176-.493-2.377-.94-3.607-1.318l-5.71-37.735zm-62.75 20.864l24.91 31.43c-1.593 2.197-2.96 4.566-4.08 7.07l-33.914-8.902c4.955-8.757 9.83-18.253 13.084-29.598zm105.525 4.082c5.12 10.415 11.104 21.095 19.653 30.913l-31.143 6.508c-1.58-4.496-3.943-8.624-6.937-12.21l18.427-25.212zM42.172 234.4l48.873 12.83c9.227 28.215 5.795 57.08 1.2 87.448L43.173 357.64c5.95-40.147 10.29-81.414-1-123.24zm416.142 5.162c-14.933 32.635-30.114 66.733-27.433 104.13l-43.74-17.307c-3.6-25.016 8.776-49.445 20.725-76.278l50.45-10.544zm-346.576 13.1l27.614 7.248.562 1.4c6.1 15.133 5.383 31.772 2.9 49.708l-30.318 14.185c3.214-23.512 4.976-47.812-.758-72.54zm273.295 2.217c-9.043 19.817-17.797 40.803-17.252 63.847l-36.587-14.477c-.004-13.148 1.395-22.84 9.12-33.92l4.98-7.144 39.74-8.307zm-224.36 10.628l35.237 9.252c.22 3.636.94 7.135 2.078 10.44l-35.27 16.503c1.05-11.9.927-24.048-2.044-36.195zm159.16 3c-4.625 9.433-6.38 18.89-6.948 28.498l-39.278-15.54c.266-1.125.47-2.273.64-3.43l45.585-9.528zm-54.796 29.662l36.504 14.443c-8.91 4.58-17.316 10.536-24.677 16.16-3.907 2.986-7.107 5.602-9.886 7.942l-10.102-31.397c3.04-2 5.786-4.408 8.162-7.148zm-58.12 3.484L169.26 339.51c-2.558-6.2-6.018-11.147-9.588-15.235l.088-.556 47.154-22.066zm17.73 8.672c3.377.94 6.93 1.455 10.607 1.455 1.35 0 2.686-.067 4.002-.2l10.473 32.54c-13.314-.16-37.613.076-61.693 3.01l36.61-36.804zm103.486 12.81l25.363 10.034c-29.4 14.92-50.376 35.896-69.252 57.2L273.2 356.05c3.554-3.174 8.73-7.63 15.01-12.427 11.42-8.727 26.208-17.7 35.685-19.627l4.238-.86zM141.635 332.2l1.517 1.525c5.848 5.875 9.973 10.303 11.223 20.75l-31.143 31.308c-.35-2.27-.738-4.63-1.2-7.142-2.01-10.95-4.448-22.942-9.325-32.904l28.928-13.535zm235.928 10.493l39.218 15.518c-49.423 22.5-82.915 56.684-113.45 91.47l-12.435-38.647c24.103-27.838 47.673-53.616 86.668-68.34zM95.577 353.75c3.002 6.837 6.222 18.17 8.076 28.266 1.582 8.61 2.5 16.08 2.98 20.45l-35.882 36.075c-1.68-4.98-3.777-10.96-6.55-18.29-5.374-14.216-11.993-30.012-19.61-42.64l50.986-23.86zm150.863 9.148c3.968-.006 6.814.03 9.35.065l10.396 32.3c-26.257-4.15-58.633-4.19-87.057-3.185-15.575.55-28.004 1.327-37.857 2.065l24.108-24.237.95-.23c23.746-5.79 59.86-6.746 80.11-6.778zm-42.192 47.39c24.924-.053 50.366 1.266 68.416 5.103l13.428 41.727c-38.708-8.23-88.984-10.977-132.086-11.738-27.222-.482-49.237-.188-63.87.173l30.8-30.963c7.765-.757 30.71-2.842 58.853-3.836 7.9-.28 16.15-.45 24.458-.467z"/></svg>
<svg class="tc-image-originals-spikeball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-7.395 0-15.073 25.16-22.5 56.971a184.615 184.615 0 0 0-90.865 37.79C114.86 93.495 91.472 81.006 86.24 86.24c-5.225 5.227 7.288 28.52 24.52 56.25a184.615 184.615 0 0 0-37.933 91.01C41.08 240.917 16 248.615 16 256c0 7.395 25.16 15.073 56.971 22.5a184.615 184.615 0 0 0 37.79 90.865c-17.266 27.776-29.753 51.162-24.52 56.394 5.228 5.226 28.52-7.287 56.25-24.52a184.615 184.615 0 0 0 91.01 37.934c7.418 31.75 15.116 56.828 22.5 56.828 7.395 0 15.073-25.16 22.5-56.972a184.615 184.615 0 0 0 90.865-37.788c27.776 17.263 51.162 29.752 56.394 24.52 5.226-5.227-7.287-28.52-24.52-56.25a184.615 184.615 0 0 0 37.932-91.01C470.923 271.083 496 263.385 496 256c0-7.395-25.16-15.074-56.971-22.5a184.615 184.615 0 0 0-37.79-90.866c17.265-27.775 29.753-51.162 24.52-56.394-5.228-5.226-28.52 7.287-56.25 24.52a184.615 184.615 0 0 0-91.01-37.933C271.082 41.08 263.385 16 256 16zm3.172 129.23A110.77 110.77 0 0 1 366.77 256a110.77 110.77 0 0 1-221.54 0 110.77 110.77 0 0 1 113.944-110.77z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiked-armor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.61 17.086c-1.54-.042-3.12.127-4.657.127-12.09 0-23.35 4.608-32.758 12.512l-47.045-9.737 25.846 40.922c-1.585 4.302-2.87 8.82-3.803 13.52L153.3 93.924l46.333 19.685c2.916 13.003 8.493 24.604 15.83 33.808-8.44 1.31-16.06 3.917-22.904 7.637l-61.8-34.916 34.474 61.038c-4.273 6.62-7.887 14.01-10.886 22.01l-72.526.675 63.283 37.34c-1.184 8.643-1.897 17.604-2.167 26.77l-65.317 18.16 66.466 18.482c1.01 11.462 2.592 22.985 4.73 34.358h22.69l-1.024-104.38 18.688-.183 1.084 110.492 1.047 15.887-60.99 22.888 63.272 11.732 2.723 41.305-55.178 20.707 57.242 10.615 1.646 24.975h45.67v-174.63h18.687v174.63h45.545l1.828-24.55 59.524-11.04-57.104-21.43 3-40.277 64.922-12.037-62.283-23.373 1.38-18.545 1.053-107.35 18.69.184-1.026 104.38h24.744c2.365-11.393 4.037-22.817 5.032-34.103l67.386-18.737-66.613-18.52c-.43-8.708-1.303-17.198-2.62-25.38l65.03-38.37-75.772-.707c-2.765-6.676-5.943-12.91-9.54-18.61l36.376-64.407-64.37 36.368c-6.687-3.91-14.017-6.706-21.995-8.207 7.72-9.313 13.61-21.154 16.66-34.523l46.73-19.853-46.266-19.653c-.84-4.22-1.943-8.307-3.307-12.217l26.566-42.065-47.68 9.87c-7.905-6.853-17.15-11.348-27.132-12.645-.5-.075-1.008-.113-1.52-.127zm-4.87 18.844c10.617 0 20.556 5.69 28.377 16.193 6.196 8.322 10.727 19.572 12.348 32.307h-31.338l.002 18.69h31.554c-1.395 13.514-6.065 25.47-12.567 34.204-7.82 10.505-17.76 16.194-28.377 16.194-10.617 0-20.556-5.69-28.377-16.194-6.502-8.733-11.172-20.69-12.566-34.205h31.642l-.002-18.69h-31.422c1.62-12.735 6.15-23.985 12.347-32.307 7.82-10.504 17.76-16.193 28.377-16.193z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-spiked-collar tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M139.54 20.12l19.276 96.028c-12.818 11.406-22.692 26.194-29.42 43.24l-78.79-8.638 64.453 63.37c-2.586 23.357.03 49.043 8.258 74.657l-42.033 54.215 68.018-1.02c15.12 22.18 33.708 39.877 53.62 51.962l10.68 90.296 40.932-68.666c17.495 4.93 35.126 5.94 51.883 2.508l63.63 73.657-19.257-95.92c12.855-11.425 22.75-26.248 29.487-43.34l78.702 8.628-68.175-67.03c.046-20.525-3.275-42.147-10.17-63.734l47.664-61.48-77.165 1.158c-12.764-18.617-27.715-34.38-43.844-46.768l-11.306-95.627-40.964 68.72c-17.463-4.908-35.06-5.91-51.786-2.485L139.54 20.12zm101.798 93.45c44.422-.03 92.8 34.067 119.69 89.082 33.42 68.38 21.35 143.925-26.5 171.895 26.868-38.838 28.765-101.318.618-158.906-28.146-57.587-78.34-93.93-125.113-95.814 9.96-4.224 20.515-6.248 31.305-6.256zm-30.983 26.98c41.018-.062 85.61 31.394 110.477 82.274 31.83 65.127 19.096 137.01-28.506 160.9-.988.494-1.986.956-2.988 1.403-43.015-2.403-88.815-35.974-114.7-88.938-25.887-52.963-24.482-110.224-.3-146.35.96-.538 1.927-1.062 2.916-1.56 10.413-5.224 21.617-7.712 33.1-7.73z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiked-fence tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M59.043 23.107l-35.307 93.635 25.96-14.935v56.238c-1.32 17.914-13.818 32.505-30.382 36.66v19.05c11.638-1.978 22.12-7.437 30.383-15.276v97.362c-11.62 1.89-22.1 7.268-30.383 15.012v39.398c1.68-17.417 14.077-31.45 30.383-35.373v177.567h18.69V314.904c16.467 4.014 28.965 18.346 30.55 36.057v141.554h18.686V354.387h.18c.175-19.373 13.357-35.384 31.015-39.55v177.61h18.688v-177.5c17.424 4.336 30.375 20.237 30.547 39.438h.004v138.13h18.687V354.27c.228-19.387 13.48-35.386 31.195-39.475v177.652h18.687V314.99c17.33 4.4 30.19 20.26 30.36 39.395h.19v138.13h18.688V350.868c1.63-17.776 14.256-32.13 30.84-36.034v177.61h18.688V314.95c17.403 4.33 30.287 20.196 30.287 39.353h.263v138.21h18.688v-142.85c1.926-17.374 14.528-31.27 30.966-34.934v177.717h18.687V315.06c16.42 4.294 28.754 18.897 29.98 36.782v-40.696c-8.176-7.73-18.507-13.15-29.98-15.17v-97.59c8.16 7.776 18.496 13.224 29.98 15.28V194.57c-16.925-4.484-29.482-19.89-29.98-38.53v-54.235l25.963 14.937-35.307-93.635-35.307 93.635 25.963-14.937v53.476h-.026c-.204 22.58-18.1 40.616-40.185 40.616-22.086 0-39.94-18-39.94-40.53h-.052v-53.56l25.962 14.936-35.306-93.635-35.308 93.635 25.963-14.937v55.582c-1.03 21.577-18.465 38.51-39.89 38.51-22.087 0-39.982-18.038-40.184-40.616h-.003v-53.475l25.963 14.937-35.307-93.635-35.306 93.635 25.962-14.937v53.593c-.264 22.523-18.137 40.498-40.184 40.498-22.086 0-39.983-18.037-40.186-40.615h-.064v-53.475l25.963 14.937-35.308-93.635-35.307 93.635 25.963-14.937v55.404c-1.17 21.667-18.67 38.686-40.123 38.686-22.086 0-39.983-18.037-40.185-40.615h-.123v-53.475l25.96 14.937-35.304-93.635zm9.344 175.143c8.284 7.946 18.826 13.498 30.55 15.504v97.365c-8.31-7.865-18.846-13.34-30.55-15.268V198.25zm99.12.053c8.29 7.93 18.83 13.47 30.55 15.463v97.523c-8.295-7.917-18.834-13.44-30.55-15.41v-97.577zm278.09.037v97.4c-11.853 1.795-22.545 7.217-30.966 15.092v-96.994c11.884-1.923 22.575-7.485 30.966-15.498zm-178.97.02c8.295 7.914 18.834 13.436 30.55 15.415v97.69c-8.28-7.968-18.82-13.54-30.55-15.55v-97.556zm-18.688.007v97.414c-11.974 1.873-22.75 7.444-31.196 15.5v-97.403c11.973-1.882 22.748-7.454 31.195-15.51zm-99.122.057v97.385c-11.987 1.913-22.764 7.537-31.195 15.65v-97.573c11.97-1.868 22.743-7.424 31.195-15.463zm216.575.1c8.297 7.87 18.842 13.347 30.55 15.285v97.516c-8.28-7.932-18.827-13.464-30.55-15.44v-97.363zm-18.688.097v97.187c-11.82 1.884-22.46 7.378-30.84 15.304v-97.24c11.817-1.872 22.466-7.344 30.84-15.25zM512.95 351.23v2.99h.107c-.01-1.004-.048-2-.106-2.99z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiked-halo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M257.65 19.033l-47.552 85.598c-51.53 16.016-91.8 57.678-105.877 110.026L33.407 252.25l69.276 38.486c5.942 26.33 18.456 50.18 35.722 69.737 5.63-7.952 12.438-15.05 20.547-21.162-19.19-22.513-30.794-51.682-30.794-83.51 0-71.074 57.838-128.488 128.912-128.488 71.077 0 128.49 57.412 128.49 128.49 0 30.006-10.234 57.65-27.408 79.583 8.525 5.88 15.612 12.795 21.413 20.592 15.176-18.532 26.235-40.563 31.77-64.692l70.263-39.035-71.826-38.13c-14.312-52.475-54.968-94.123-106.856-109.825L257.65 19.033zm.266 150.33c-17.56 0-33.686 9.02-45.902 24.647-12.217 15.626-20.09 37.754-20.09 62.373 0 26.12 9.218 49.343 22.846 65.148l10.14 11.76-15.14 3.452c-38.027 8.67-55.962 26.396-66.48 54.268-9.788 25.934-11.75 61.67-11.99 104.236h254.473c-.047-42.74-.66-79.348-9.683-105.814-9.693-28.432-27.11-46.38-67.99-54.38l-15.272-2.99 9.817-12.076c12.778-15.718 21.267-38.404 21.267-63.603 0-24.62-7.875-46.747-20.092-62.373-12.216-15.626-28.343-24.647-45.902-24.647h-.002z"/></svg>
<svg class="tc-image-originals-spiked-mace tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.47 16.29l43.774 85.93 40.65-42.927L246.47 16.29zm179.84 23.823l-13.472 13.47 46.807 46.808 13.48-13.46-46.816-46.817zm-52.42.95L113.88 315.656l81.65 81.653L471.808 138.98l-97.918-97.92zm-3.097 50.57c12.955 0 25.912 4.916 35.742 14.746 19.66 19.66 19.66 51.82 0 71.48-19.66 19.662-51.822 19.662-71.482 0-19.66-19.66-19.66-51.82 0-71.48 9.83-9.83 22.785-14.747 35.74-14.747zM167.367 104.97l42.176 82.48 38.86-41.044-81.036-41.437zm203.426 5.235c-8.134 0-16.266 3.13-22.525 9.39-12.52 12.518-12.52 32.533 0 45.05 12.518 12.52 32.534 12.52 45.052 0 12.52-12.517 12.52-32.532 0-45.05-6.26-6.26-14.394-9.39-22.527-9.39zM286.88 177.14c12.524.03 25.056 4.813 34.57 14.327 19.026 19.027 19.13 50.124.146 69.107-18.983 18.983-50.08 18.88-69.108-.148-19.027-19.027-19.13-50.124-.146-69.108 9.49-9.49 22.01-14.21 34.537-14.18zm166.58 4.58l-43.43 40.608 86.58 44.102-43.15-84.71zM88.927 194.88l39.957 77.75 36.445-38.487-76.402-39.264zm197.926.83c-7.704-.02-15.394 2.922-21.295 8.823-11.804 11.803-11.776 30.756.146 42.678 11.923 11.923 30.875 11.953 42.678.15 11.804-11.804 11.777-30.756-.146-42.678-5.96-5.962-13.68-8.95-21.382-8.97zm-84.237 67.6c12.01.068 24.032 4.693 33.164 13.825 18.263 18.264 18.496 48.085.324 66.258-18.173 18.172-47.994 17.94-66.258-.325-18.264-18.264-18.497-48.085-.325-66.257 9.088-9.086 21.085-13.57 33.095-13.5zm163.38.194l-41.893 39.17 83.843 42.873-41.95-82.043zM202.55 281.88c-7.187-.047-14.342 2.674-19.814 8.145-10.942 10.943-10.884 28.62.325 39.83 11.21 11.207 28.886 11.265 39.83.323 10.94-10.943 10.883-28.62-.326-39.828-5.604-5.605-12.825-8.42-20.013-8.47zm75.343 64.003l-39.666 37.088 79.8 41.01-40.134-78.097zm-158.784 1.43L18.93 447.493V494.9h45.648l101.13-100.988-46.6-46.6z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiked-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M175.125 11.375l7.656 122.78c-15.95 4.655-30.756 10.78-44.093 18.095L51.063 76.406l48.47 105.03c-17.535 17.983-28.61 39.145-31 61.94h112.75c4.627-37.73 36.893-67.095 75.843-67.095s71.216 29.366 75.844 67.095h112.717c-2.388-22.83-13.486-44-31.062-62l48.438-104.97-87.594 75.814c-13.638-7.474-28.798-13.72-45.158-18.407l7.625-122.438-61.406 113.094c-6.385-.446-12.846-.657-19.405-.657-6.945 0-13.81.252-20.563.75L175.125 11.374zm82 183.594c-32.012 0-57.75 25.742-57.75 57.75 0 32.006 25.738 57.75 57.75 57.75s57.75-25.744 57.75-57.75c0-32.008-25.738-57.75-57.75-57.75zM68.53 262.062c2.403 22.78 13.473 43.936 31 61.906L51.063 429.03l87.657-75.842c13.326 7.305 28.123 13.413 44.06 18.062l-7.655 122.813 61.47-113.25c6.74.496 13.595.78 20.53.78 6.548 0 12.998-.244 19.375-.687l61.438 113.156-7.625-122.468c16.354-4.685 31.523-10.906 45.156-18.375l87.592 75.81-48.468-105c17.576-17.99 28.69-39.15 31.094-61.967h-112.72c-4.627 37.73-36.893 67.093-75.843 67.093s-71.216-29.364-75.844-67.094H68.53z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-spiked-snail tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M195.36 23.666l28.824 95.553 89.27 69.065c-.32-.038-.642-.07-.962-.105L13.872 65.7l138.18 139.404 93.598-9.612c-.703.244-1.403.495-2.1.748v-.373l-225.812 94.45 113.344.5 31.723-30.897-12.807 30.98.266.002-62.846 153.215 43.29-42.91 14.24-40.63c.618 4.344 1.416 8.636 2.398 12.862l.36 2.896-.222-.06 12.522 92.638 11.45-41.99c25.39 35.722 65.968 60.23 113.1 63.562 2.995.212 5.975.328 8.94.366-57.247-18.434-100.216-72.73-95.63-135.846 4.28-58.87 52.44-109.197 112-110.328 3.972-.076 7.994.067 12.056.44 52.61 4.84 97.167 51.102 90.717 105.802-5 42.397-43.393 78.356-88.122 71.203-16.24-2.596-30.992-11.363-41.04-23.928-10.047-12.564-15.302-29.433-11.24-46.85 2.652-11.367 9.572-21.562 19.194-28.29 9.62-6.73 22.765-9.72 35.355-4.692h.002c7.013 2.8 12.597 8.046 16.17 15.17 1.788 3.562 3.007 7.78 2.563 12.453-.443 4.672-2.894 9.552-6.783 12.97l-12.34-14.034c.73-.64.5-.478.52-.703.02-.226-.05-1.086-.662-2.308-1.226-2.443-4.882-5.587-6.4-6.193-6.366-2.543-12.13-1.257-17.717 2.65-5.588 3.91-10.182 10.713-11.7 17.222-2.676 11.47.58 22.11 7.634 30.93 7.056 8.824 18 15.326 29.395 17.148 33.27 5.32 62.77-22.37 66.61-54.938 5.12-43.418-31.13-81.073-73.87-85.003-53.92-4.964-99.866 39.815-103.704 92.63-4.666 64.2 49.07 118.513 112.38 122.302 74.91 4.483 137.724-57.982 141.292-131.562 1.286-26.52-4.85-53.308-17.34-76.83l2.076-1.102c-20.982-58.506-67.582-155.713-67.582-155.713l-.12 61.682-49.558-84.84 7.213 50.8 33.238 53.083L195.36 23.666z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiked-tentacle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M126.21 44.816c-28.57.028-62.253 6.175-101.43 19.473v206.177c34.753-70.097 94.796-95.33 118.277-33.147.682.01 1.364.025 2.04.055 3.224.144 6.385.534 9.47 1.213 12.338 2.715 23.426 11.78 27.183 25.8 1.956 7.3 1.593 14.67-1.373 20.794-2.966 6.124-8.112 10.54-13.865 13.576-4.176 2.204-8.76 3.83-13.647 5.02.002.47.014.92.014 1.394 0 8.485 1.245 16.656 3.57 24.435 1.256-.51 2.525-.98 3.81-1.386 3.01-.954 6.153-1.525 9.332-1.685.596-.03 1.193-.046 1.79-.047 8.973-.013 18.105 3.27 25.32 10.487 5.345 5.344 8.714 11.907 9.208 18.693.494 6.786-1.756 13.183-5.22 18.69-1.63 2.588-3.532 5.05-5.653 7.41 10.645 7.775 22.837 14.108 36.008 18.71 1-2.945 2.326-5.773 4.08-8.437 5.995-9.102 17.213-14.595 30.828-14.595 14.235 0 25.768 7.644 29.588 18.42 1.417 3.995 2.053 8.125 2.118 12.352 16.59-1.707 33.3-6.156 49.358-13.756.152-8.87 4.284-18.062 12.052-25.83 6.29-6.292 13.948-9.724 21.325-10.214.553-.037 1.104-.057 1.654-.06 3.846-.026 7.58.763 10.967 2.376.103.05.2.107.302.157.835-.87 1.665-1.75 2.49-2.644 39.125-42.52 48.15-142.046 1.018-199.545-45.518-55.526-192.24 13.158-82.676 100.54-41.65-77.294 28.077-75.698 46.442-43.89 20.212 35.01 23.473 84.05-28.07 113.808-40.74 23.524-86.61-26.748-79.102-97.476 11.57-109.013-25.18-186.965-127.21-186.866zm167.315 47.778c-3.595 12.322-5.927 36.444-1.285 50.838 7.242-4.467 20.556-9.718 28.203-12.64-4.625-12.596-17.803-27.15-26.918-38.198zm118.914 7.746c-12 4.557-32.654 17.232-41.344 29.61 7.927 3.09 20.143 10.55 27.084 14.892 7.264-11.282 10.935-30.57 14.26-44.502zm28.753 89.523c-3.682-.066-7.177.133-10.33.66 3.792 8.808 7.462 24.518 9.465 33.526 14.805-3.092 33.197-15.397 47.016-23.747-10.684-4.902-30.192-10.152-46.15-10.44zm-299.51 66.23c-6.372.107-13.992 1.302-22.08 3.464-16.965 4.533-35.67 12.95-51.343 20.99 16.297 4.056 37.71 7.523 56.422 7.418 14.068-.08 26.53-2.266 33.107-5.736 3.287-1.737 4.947-3.5 5.767-5.193.82-1.693 1.22-3.78.14-7.81-2.193-8.187-5.76-10.762-13.146-12.387-1.846-.406-3.933-.646-6.218-.725-.857-.03-1.74-.036-2.65-.02zm299.23 37.33c1.846 9.19-5.056 29.82-10.126 37.53 15.95 5.515 40.613 4.254 58.625 4.166-9.14-13.307-30.785-34.768-48.498-41.698zm-268.393 51.34c-.543.006-1.097.046-1.666.116-1.518.185-3.144.586-4.946 1.157-7.208 2.286-16.415 8.81-25.443 17.826-12.424 12.408-24.413 29.05-33.967 43.85 16.142-4.636 36.42-12.343 52.57-21.79 12.144-7.102 21.843-15.225 25.803-21.52 1.98-3.146 2.536-5.502 2.4-7.378-.137-1.876-.83-3.885-3.782-6.836-3.932-3.933-7.17-5.478-10.968-5.428zm208.722 31.633c-2.278-.144-4.678 1.167-8.96 5.448-6.627 6.628-7.317 10.62-6.387 15.136.93 4.517 4.95 10.543 11.79 16.743 9.61 8.715 23.68 17.07 37.524 24.96-3.23-14.377-8.502-31.08-15.27-43.492-5.04-9.243-10.957-15.676-14.965-17.586-1.002-.478-1.89-.86-2.758-1.06-.326-.077-.65-.127-.975-.148zm-115.29 19.74c-9.372 0-12.683 2.334-15.22 6.184-2.536 3.85-3.952 10.955-3.502 20.174.634 12.96 4.674 28.816 8.883 44.184 7.885-12.45 15.968-27.99 19.96-41.55 2.972-10.1 3.336-18.834 1.853-23.02-1.484-4.184-2.748-5.973-11.973-5.973z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-spikes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-5.718 51.466-24.204 93.997-32.813 124.687-8.896 2.525-17.386 5.918-25.312 10.313-27.803-15.645-71.13-32.34-111.563-64.688 32.348 40.434 49.043 83.76 64.688 111.563-4.395 7.926-7.788 16.416-10.313 25.312C109.997 231.797 67.467 250.282 16 256c51.466 5.718 93.997 24.204 124.687 32.812 2.525 8.897 5.918 17.387 10.313 25.313-15.645 27.802-32.34 71.128-64.688 111.562 40.434-32.347 83.76-49.042 111.563-64.687 7.926 4.395 16.416 7.788 25.312 10.312 8.61 30.69 27.095 73.22 32.813 124.688 5.718-51.467 24.204-93.998 32.812-124.688 8.897-2.524 17.387-5.917 25.313-10.312 27.802 15.645 71.128 32.34 111.562 64.687-32.347-40.434-49.042-83.76-64.687-111.562 4.395-7.926 7.788-16.416 10.312-25.313 30.69-8.608 73.22-27.094 124.688-32.812-51.467-5.718-93.998-24.204-124.688-32.813-2.524-8.896-5.917-17.386-10.312-25.312 15.645-27.803 32.34-71.13 64.687-111.563-40.434 32.348-83.76 49.043-111.562 64.688-7.926-4.395-16.416-7.788-25.313-10.313C280.204 109.997 261.718 67.467 256 16zm0 180c16.57 0 31.798 6.486 42.657 17.343C309.515 224.2 316 239.43 316 256c0 16.57-6.486 31.798-17.343 42.657C287.797 309.515 272.57 316 256 316c-16.57 0-31.8-6.486-42.657-17.343C202.483 287.797 196 272.57 196 256c0-16.57 6.486-31.8 17.343-42.657C224.2 202.483 239.43 196 256 196z" fill="#fff"/></svg>
<svg class="tc-image-originals-spikes-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-7.5 67.5-37.5 150-37.5 180 0 15 15 30 37.5 30s37.5-15 37.5-30c0-30-30-112.5-37.5-180zM143.5 61.156c27.255 62.207 24.5 72.447 32 85.438 7.5 12.99 15.01 25.97 28 18.47s5.5-20.48-2-33.47c-7.5-12.99-17.755-15.73-58-70.438zm225 0c-40.245 54.707-50.5 57.447-58 70.438-7.5 12.99-14.99 25.97-2 33.47s20.5-5.48 28-18.47c7.5-12.99 4.745-23.23 32-85.438zM61.156 143.5c54.707 40.245 57.447 50.5 70.438 58 12.99 7.5 25.97 14.99 33.47 2s-5.48-20.5-18.47-28c-12.99-7.5-23.23-4.745-85.438-32zm389.688 0c-62.207 27.255-72.447 24.5-85.438 32-12.99 7.5-25.97 15.01-18.47 28 7.502 12.99 20.48 5.5 33.47-2 12.99-7.5 15.73-17.755 70.438-58zM196 218.5c-30 0-112.5 30-180 37.5 67.5 7.5 150 37.5 180 37.5 15 0 30-15 30-37.5s-15-37.5-30-37.5zm120 0c-15 0-30 15-30 37.5s15 37.5 30 37.5c30 0 112.5-30 180-37.5-67.5-7.5-150-37.5-180-37.5zM256 286c-22.5 0-37.5 15-37.5 30 0 30 30 112.5 37.5 180 7.5-67.5 37.5-150 37.5-180 0-15-15-30-37.5-30zm-102.438 15.438c-6.563.164-14.255 4.61-21.968 9.062-12.99 7.5-15.73 17.755-70.438 58 62.207-27.255 72.447-24.5 85.438-32 12.99-7.5 25.97-15.01 18.47-28-3.048-5.277-7.01-7.175-11.5-7.063zm203.844 0c-4.067.19-7.656 2.19-10.47 7.062-7.498 12.99 5.48 20.5 18.47 28 12.99 7.5 23.23 4.745 85.438 32-54.707-40.245-57.447-50.5-70.438-58-8.12-4.688-16.22-9.378-23-9.063zM195.72 344.75c-8.48.378-14.36 10.508-20.22 20.656-7.5 12.99-4.745 23.23-32 85.438 40.245-54.707 50.5-57.447 58-70.438 7.5-12.99 14.99-25.97 2-33.47-2.842-1.64-5.408-2.292-7.78-2.186zm119.53 0c-2.086.1-4.314.78-6.75 2.188-12.99 7.5-5.5 20.478 2 33.468 7.5 12.99 17.755 15.73 58 70.438-27.255-62.207-24.5-72.447-32-85.438-6.094-10.554-12.21-21.092-21.25-20.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-spikes-half tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-7.5 67.5-37.5 150-37.5 180 0 15 15 30 37.5 30s37.5-15 37.5-30c0-30-30-112.5-37.5-180zM96.906 96.906c63.64 84.853 63.644 84.862 74.25 95.47 10.607 10.606 21.206 21.2 31.813 10.593 10.605-10.608.01-21.207-10.595-31.814-10.607-10.606-10.616-10.61-95.47-74.25zm318.188 0c-84.853 63.64-84.863 63.644-95.47 74.25-10.606 10.607-21.2 21.206-10.593 31.813 10.608 10.605 21.207.012 31.814-10.595 10.606-10.606 10.61-10.616 74.25-95.47zM196 218.5c-30 0-112.5 30-180 37.5 67.5 7.5 150 37.5 180 37.5 15 0 30-15 30-37.5s-15-37.5-30-37.5zm120 0c-15 0-30 15-30 37.5s15 37.5 30 37.5c30 0 112.5-30 180-37.5-67.5-7.5-150-37.5-180-37.5zM256 286c-22.5 0-37.5 15-37.5 30 0 30 30 112.5 37.5 180 7.5-67.5 37.5-150 37.5-180 0-15-15-30-37.5-30zm-62.97 18.656c-7.29.4-14.582 7.677-21.874 14.97-10.606 10.606-10.61 10.615-74.25 95.468 84.853-63.64 84.862-63.644 95.47-74.25 10.606-10.607 21.2-21.206 10.593-31.813-3.316-3.313-6.624-4.555-9.94-4.374zm124.94 0c-2.984.1-5.956 1.392-8.94 4.375-10.605 10.608-.01 21.207 10.595 31.814 10.606 10.606 10.616 10.61 95.47 74.25-63.64-84.853-63.645-84.862-74.25-95.47-7.625-7.622-15.253-15.22-22.876-14.968z" fill="#fff"/></svg>
<svg class="tc-image-originals-spikes-init tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-7.5 67.5-37.5 150-37.5 180 0 15 15 30 37.5 30s37.5-15 37.5-30c0-30-30-112.5-37.5-180zm-60 202.5c-30 0-112.5 30-180 37.5 67.5 7.5 150 37.5 180 37.5 15 0 30-15 30-37.5s-15-37.5-30-37.5zm120 0c-15 0-30 15-30 37.5s15 37.5 30 37.5c30 0 112.5-30 180-37.5-67.5-7.5-150-37.5-180-37.5zM256 286c-22.5 0-37.5 15-37.5 30 0 30 30 112.5 37.5 180 7.5-67.5 37.5-150 37.5-180 0-15-15-30-37.5-30z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiky-eclipse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M159.182 17.115l14.882 129.483-46.134-25.303 37.46 72.914c18.642-27.004 49.798-44.702 85.094-44.702 57.07 0 103.334 46.262 103.334 103.332 0 30.772-13.454 58.398-34.797 77.328l67.918 29.404-26.258-60.27 137.83-15.784-126.504-44.65 81.853-53.58H360.1L465.104 18.735 334.8 125.76l-2.978-72.926-69.95 84.832-19.35-84.834-22.323 68.46L159.18 17.116zM24.94 141.8l48.62 54.354 71.725 25.797-51.588-58.237L24.94 141.8zM147.17 254.52l-49.526 27.513 43.69 4.684-76.457 95.18 90.5-48.372-82.702 160.72 124.83-127.95 6.242 71.775 26.863-83.812c-47.03-9.163-82.65-50.216-83.44-99.738zm155.935 87.263c-12.105 7.178-25.8 11.952-40.433 13.672l75.08 136.164-34.647-149.837zM249.95 373.95h-.003l-11.457 59.872 19.237 60.74 12.533-63.812-20.31-56.8zm131.48 13.45l34.513 48.39 52.453 12.493v-.002L435.8 403.183 381.43 387.4z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-spiky-explosion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M454.547 16.027C406.8 37.25 381.052 75.064 369.135 123.303c42.096-24.196 72.15-58.61 85.412-107.276zM95.56 19.03c15.534 34.478 41.673 62.266 76.506 84.683 1.576-31.216-1.92-59.57-11.097-84.682H95.56zm223.674 9.507c-27.494 57.123-49.87 115.225-67.9 174.162-13.04-40.243-29.32-79.83-49.25-118.68.247 36.447 3.52 71.91 9.445 106.51-38.943-35.318-79.96-68.894-123.292-100.52 29.922 43.868 62.24 84.967 96.64 123.656-26.502-8.224-56.91-10.145-88.08-5.97 19.645 14.96 42.703 28.156 67.192 36-48.423 2.757-97.046 7.823-145.888 15.45 41.51 7.845 82.85 13.375 124.043 16.842-22.063 8.906-43.915 18.854-65.536 29.946 40.608-.275 79.997-4.3 118.33-11.577-16.74 21.736-31.644 45.162-44.99 70.028 25.735-15.12 49.978-31.88 72.554-50.477-12.504 58.248-21.31 117.203-27.092 176.738 21.65-50.587 41.044-101.993 57.877-154.328 11.282 28.076 24.197 55.62 38.556 82.696-2.48-37.338-7-74.264-13.793-110.73 46.832 43.08 96.5 82.882 148.472 120.017-38.845-51.87-80.238-101.596-124.584-148.84 65.17-2.498 130.007-9.56 194.576-20.314-47.5-6.818-95.158-11.807-142.99-14.775 19.607-8.637 38.96-18.06 58.078-28.198-36.566 2.427-72.737 6.804-108.467 13.363 12.16-16.334 23.427-33.654 33.715-52.05-16.755 8.214-32.493 17.366-47.317 27.36 13.228-57.563 23.26-116.284 29.7-176.308zm175.05 29.625c-48.748 27.205-89.195 69.08-119.934 128.35 46.33-.998 85.935-12.905 119.933-33.666V58.162zM25.36 124.676c-1.285-.01-2.578-.004-3.878.015 24.13 35.622 56.432 55.136 101.748 49.035-24.56-34.196-57.994-48.75-97.87-49.05zm374.08 179.517c-10.527-.03-21.428 1.062-32.66 3.15 34.93 36.464 77.04 54.27 129.158 46.053-26.086-34.646-58.903-49.093-96.5-49.203zM113.774 326.62c-8.008.004-15.842.556-23.472 1.32-25.435 2.57-48.993 9.59-70.666 21.062v70.666c38.192-19.716 72.544-49.83 102.203-92.86-2.708-.13-5.395-.19-8.065-.19zm57.727 49.855c-50.455 23.15-70.933 64.14-72.57 116.345 43.08-26.34 69.47-63.673 72.57-116.345zm157.664 15.744c.832 38.58 10.744 71.555 28.033 99.866h78.843c-22.654-40.592-57.522-74.27-106.877-99.867z"/></svg>
<svg class="tc-image-originals-spiky-field tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M227.54 19.387l-8.308 54.59c4.032 31.42 34.03 26.625 30.118-3.866l-21.81-50.723zm62.167.2l-22.158 50.58c-4.238 31.394 25.98 34.526 30.093 4.063l-7.936-54.644zM167.44 35.278l6.103 54.882c12.028 29.306 39.763 16.91 28.092-11.527L167.44 35.28zm182.263.593l-34.496 43.123c-12.215 29.233 16.16 40.073 28.016 11.71l6.48-54.833zM113.506 66.186l20.098 51.435c19.202 25.195 42.782 6.04 24.15-18.405l-44.248-33.03zm289.93.947l-44.48 32.724c-19.364 25.08 5.24 42.89 24.03 18.565l20.45-51.29zm-334.032 42.87l32.723 44.477c25.07 19.366 42.89-5.237 18.566-24.03l-51.29-20.448zm377.846 1.23l-51.434 20.1c-25.196 19.207-6.04 42.784 18.407 24.15l33.027-44.25zm-218.95 3.43L208.18 278.056h-9.963V163.437h-18.687v80.393l-53.888 89.162 53.904-16.78 37.788 28.448-9.156 39.988h102.056l-9.156-39.986 37.787-28.45 53.898 16.78-53.872-89.133v-80.423H320.21v114.618h-9.97l-20.117-163.39H228.3zM38.144 163.737l43.123 34.494c29.225 12.22 40.074-16.16 11.712-28.015l-54.835-6.48zm440.01 1.436l-54.884 6.1c-29.306 12.035-16.904 39.762 11.53 28.093l43.356-34.193zm-401.66 50.625l-54.636 7.937 50.578 22.155c30.46 4.11 35.457-25.85 4.058-30.093zm362.964 1.162c-31.424 4.038-26.624 34.03 3.862 30.12l50.73-21.81-54.593-8.31zm-180.25 2.388c13.21.016 26.417 25.534 26.417 76.504h-52.832c0-51.037 13.208-76.52 26.416-76.504zM77.937 263.723c-1.74 0-3.595.117-5.56.37L21.66 285.9l54.586 8.31c28.58-3.666 27.796-30.47 1.692-30.487zm359.777 1.152c-26.102-.154-27.064 26.64 1.494 30.496l54.643-7.934-50.582-22.157c-1.963-.265-3.815-.395-5.555-.405zm-344.518 44.04c-3.59.12-7.716 1.01-12.297 2.89l-43.345 34.193 54.877-6.102c23.99-9.845 20.157-31.636.765-30.982zm327.446 1.15c-17.76.605-21.8 20.903 2.09 30.896l54.834 6.466-43.12-34.483c-4.432-1.852-8.48-2.742-12.042-2.875-.6-.022-1.188-.023-1.76-.004zM118.43 348.74c-4.817.092-10.647 2.148-16.948 6.95l-33.02 44.244 51.43-20.098c18.334-13.975 12.99-31.372-1.462-31.096zm278.46 1.053c-14.517-.425-20.675 16.4-1.872 30.93l51.293 20.437-32.732-44.47c-6.082-4.697-11.85-6.755-16.69-6.897zm-245.724 31.22c-5.54.177-12.208 3.648-18.45 11.727l-20.44 51.295 44.47-32.73c12.332-15.964 6.473-29.768-4.488-30.286-.36-.015-.723-.018-1.092-.006zm211.598.846c-11.096.273-17.41 13.562-4.81 30.1l44.257 33.015-20.106-51.422c-6.406-8.404-13.53-11.834-19.342-11.692zM191.33 403.79c-6.374-.18-13.887 4.793-18.853 16.667l-6.465 54.834 34.48-43.12c7.04-16.84.154-28.115-9.162-28.38zm132.14.546c-9.414-.028-16.543 10.8-9.404 28.203l34.205 43.345-6.11-54.875c-4.74-11.553-12.25-16.655-18.69-16.674zm-88.648 11.31c-7.132-.15-14.773 6.57-16.76 21.29l7.944 54.642 22.146-50.58c2.185-16.184-5.246-25.18-13.33-25.352zm45.037.192c-8.117-.128-15.647 8.526-13.506 25.22l21.816 50.72 8.303-54.587c-1.835-14.29-9.452-21.24-16.614-21.352z"/></svg>
<svg class="tc-image-originals-spiky-pit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M85.365 46.973L65.95 137.566l8.753 40.844c14.597 4.118 35.126-.73 35.707-14.564zm68.254 0l-14.936 71.14 17.515 61.64c11.382-.696 22.047-5.993 22.464-15.907zm68.253 0l-15.244 71.14 30.16 58.762c5.76-2.613 9.873-6.952 10.128-13.03zm68.254 0l-25.045 116.873c.255 6.077 4.368 10.416 10.13 13.03l30.16-58.763zm68.254 0l-25.044 116.873c.417 9.914 11.082 15.21 22.465 15.906l17.516-61.64zm68.255 0L401.59 163.846c.58 13.835 21.11 18.682 35.707 14.564l8.752-40.844zM18 51.12V179.81c4.793-.103 9.544-1.012 13.547-2.736l6.723-31.37zm476 0l-20.27 94.585 6.723 31.37c4.003 1.725 8.754 2.634 13.547 2.738zM52.982 162.956L30.84 266.293l13.69 63.902c17.79 3.014 39.45-3.694 39.974-20.136zm81.207 0l-16.75 75.156 23.156 92.375c13.14-1.656 24.732-8.457 25.115-20.427zm81.206 0l-16.105 75.156 36.41 88.205c6.49-3.46 10.982-8.88 11.218-16.257zm81.208 0L265.082 310.06c.236 7.38 4.728 12.798 11.217 16.258l36.41-88.205zm81.207 0L346.29 310.06c.382 11.97 11.975 18.772 25.114 20.428l23.155-92.375zm81.208 0L427.496 310.06c.524 16.44 22.185 23.15 39.973 20.135l13.69-63.902zM112 282.957L73.08 464.582c.88 35.177 76.96 35.177 77.84 0zm96 0l-38.92 181.625c.88 35.177 76.96 35.177 77.84 0zm96 0l-38.92 181.625c.88 35.177 76.96 35.177 77.84 0zm96 0l-38.92 181.625c.88 35.177 76.96 35.177 77.84 0zM18 292.29v198.642c18.55-.59 36.495-9.37 36.92-26.35zm476 0l-36.92 172.292c.425 16.98 18.37 25.76 36.92 26.35z"/></svg>
<svg class="tc-image-originals-spill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M221.406 138.375c-43.425 0-69.357 30.627-6.375 30.625 43.426-.002 69.36-30.627 6.376-30.625zm136.688 17.438c-43.147 0-74.466 9.892-82.938 27.468-83.55-2.5-152.875 26.708-134.906 46.72 2.342 2.607.3 5.57-5.25 5.844-138.955 6.827-164.758 69.375-30.97 88.75 5.662.822 6.792 4.934 4.095 7.594-32.494 32.043 38.39 55.5 143.656 55.5 107.528 0 165.73-18.51 147.19-48.5-4.092-6.618-2.013-11.31 7-12.25 142.247-14.794 106.15-95.06-16.345-102.782-24.96-1.57-19.04-13.427-9.938-14.594 102.117-13.078 39.97-53.75-21.593-53.75zm93.625 203.28c-35.633.655-53.357 24.423 1.436 28.22 40.297 2.792 64.353-23.978 5.906-28.032-2.518-.173-4.968-.23-7.343-.186zm-344.345 40.313c-68.37.002-99.163 49.348 0 49.344 68.37-.002 99.163-49.348 0-49.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-spinal-coil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M268 21.47l-.094 32.06c-7.55.48-15.157 1.345-22.78 2.595l12.81 57.125c13.747-1.546 27.14-1.392 40.002.344L308.813 55c-7.306-1.024-14.718-1.647-22.22-1.844l.094-31.656L268 21.47zm-71.97 14.436l-17.593 6.344 10.72 29.813c-2.8 1.14-5.596 2.324-8.376 3.562-2.896 1.29-5.748 2.652-8.56 4.063l28.874 49.25c12.942-5.666 25.774-9.865 38.375-12.625l-12.657-56.47c-6.72 1.634-13.44 3.58-20.125 5.782l-10.657-29.72zm168.22 1.782L351.03 66.28c-7.723-3.17-15.684-5.734-23.842-7.75l-10.938 58.72c5.633 1.485 11.136 3.262 16.5 5.375 8.172 3.22 16.09 7.14 23.688 11.78L389.5 86.438c-6.967-4.408-14.15-8.512-21.53-12.28L381.22 45.5l-16.97-7.813zM118.906 76.156l-14.53 11.72 20.06 24.905c-5.744 5.305-11.176 10.914-16.28 16.782l43.688 33.313c9.49-9.746 20.367-18.35 32.53-25.47l-28.468-48.593c-5.954 3.698-11.69 7.67-17.187 11.907l-19.814-24.564zM442 86.78l-21.844 22.47c-4.9-4.28-9.975-8.367-15.22-12.25l-33.186 48.125c11.065 8.77 21.282 19.29 30.438 31.688l46.468-37.907c-4.696-5.856-9.678-11.462-14.906-16.812l21.656-22.28L442 86.78zM96.5 144.188c-4.35 5.972-8.4 12.162-12.125 18.532l-28.28-14.032-8.282 16.75 27.812 13.78c-3.49 7.318-6.577 14.844-9.25 22.5l51.438 14.688c5.324-14.068 12.645-27.335 21.78-39.344L96.5 144.188zm363.25 9.782l-47.188 38.468c4.79 8.02 9.2 16.673 13.188 25.968 19.406 12.31 48.29-.43 55.688-23.187-1.407-3.563-2.925-7.057-4.5-10.5l21.093-11.157-8.75-16.532-20.81 11.032c-2.738-4.83-5.65-9.523-8.72-14.093zm-176.438 41.093c-1.41.01-2.802.08-4.187.187l-1.594 26.656c8.773 1.175 16.902 4.41 24.25 9.188l21.19-25.5c-13.22-6.88-26.925-10.635-39.658-10.53zm-23.125 4c-18.62 5.896-36.06 18.262-45.156 39.312 14.578-9.77 29.515-15.014 43.782-16.563l1.375-22.75zm112.594 11.25l-20.655 16.5c-4.207-4.078-8.63-7.814-13.188-11.188L316 243.22c7.872 8.543 14.178 18.956 18.563 30.124l38.53-20.406c-2.615-4.25-5.446-8.314-8.468-12.188l19.844-15.844-11.69-14.594zm-311.81 9.312c-1.83 7.102-3.288 14.296-4.407 21.563l-30.407-3.563L24 256.188l30.5 3.562c-.48 7.082-.63 14.214-.406 21.344l53.437-7.313c-.077-13.44 1.537-26.732 4.72-39.53l-51.28-14.625zm320.75 49.906l-41.75 22.095c2.354 11.546 2.794 23.143 1.374 34.313l49.094 7.187c.527-4.438.864-8.905 1-13.375.084-2.763.05-5.505-.063-8.22l24.594-3.842-2.876-18.47-24 3.75c-1.677-8.15-4.176-15.993-7.375-23.437zm-272.97 22.94l-53.22 7.28c.787 6.57 1.905 13.13 3.314 19.656l-30.157 10.938 6.344 17.562 28.564-10.344c1.765 5.664 3.783 11.274 6.062 16.844.944 2.304 1.944 4.572 2.97 6.813l47.186-26.44c-.003-.008.004-.02 0-.03-5.686-13.895-9.322-28.114-11.062-42.28zm228.5 51.717c-3.17 9.706-7.852 18.854-13.97 27.063l40.626 31.344c3.32-4.693 6.352-9.59 9.094-14.625l26.188 10.124 6.75-17.438L380.906 371c2.49-6.343 4.566-12.852 6.188-19.47l-49.844-7.342zm-209.156 7.344L81.28 377.814c4.008 6.795 8.43 13.21 13.19 19.28l-22.532 20.47 12.593 13.843 22.22-20.22c5.807 5.975 11.992 11.494 18.5 16.533l29.28-44.44c-10.256-8.77-19.214-19.41-26.436-31.75zm182.5 33.533c-7.464 6.628-16.195 12.224-26.125 16.468-1.852.792-3.704 1.55-5.564 2.25l19.03 49.44c2.413-.914 4.827-1.884 7.22-2.908 5.052-2.16 9.89-4.608 14.53-7.28l17.845 26.75 15.533-10.344-17.844-26.782c6.1-4.725 11.74-9.923 16.905-15.5l-41.53-32.094zm-140.938 9.25l-29.03 44.093c6.273 3.87 12.782 7.32 19.468 10.375l-12 28.814 17.28 7.156 12.095-29.094c7.373 2.475 14.902 4.475 22.56 5.97l5.44-52.595c-12.664-2.948-24.748-7.904-35.814-14.717zm91.313 14.812c-12.438 2.78-24.9 3.67-37.033 2.75l-5.375 52.344c7.43.652 14.94.85 22.47.56l1.812 28.064 18.656-1.188-1.844-28.594c6.843-.984 13.67-2.353 20.47-4.156l-19.157-49.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-spine-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M14.563 15.406v104.75L72.97 135.72l52.436 52.468 34.72-18.594 8.81 16.47-86.186 46.155 119.875 33.155 84.28 84.313 20.22-7.594 6.563 17.5-65.438 24.594L491 494 381.812 252.72l-26.03 68.31-17.47-6.655 8.938-23.47-21.406-21.436-33.28-120.314-2.72 5.063-41.625 77.843-16.5-8.813 16.686-31.22-46.375-46.374-33.06-119.53-43.064 80.78-16.5-8.78 15.688-29.407L71.78 15.405H14.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-spinning-blades tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M440.375 17.094c7.244 33.827-9.717 62.662-30.344 72.656-40.512-39.534-95.873-63.906-156.874-63.906-124 0-224.72 100.72-224.72 224.72.002 12.353 1.016 24.464 2.94 36.28 5.123-22.73 11.156-44.567 17.843-65.72.002-.008-.004-.02 0-.03C63.49 121.188 149.265 44.53 253.155 44.53c54.75 0 104.47 21.3 141.344 56.064-1.904 7.596-4.423 15.604-7.47 23.875-32.876-33.995-78.9-55.19-129.842-55.19-86.62 0-159.115 61.164-176.657 142.595l3.75 7.78c10.117-16.993 20.68-33.225 31.532-48.936 27.73-49.41 80.598-82.75 141.375-82.75 48.77 0 92.437 21.46 122.125 55.468-3.45 7.78-7.26 15.637-11.406 23.468-24.99-34.106-65.29-56.312-110.72-56.312-60.896 0-112.65 39.874-130.56 94.875l.374 1.968c14.06-14.37 28.43-27.556 43-40 21.655-23.47 52.667-38.157 87.188-38.157 42.452 0 79.623 22.21 100.562 55.657-14.732 24.656-32.192 47.79-50.125 64.97l-18.938-14.626-11.406 14.814 23.158 17.875-46.72 60.405 14.782 11.438 46.75-60.407 23.188 17.906 11.406-14.812-20.938-16.156c11.89-21.11 35.404-29.97 46.125-14.844 74.936-51.748 179.996-131.883 65.345-234.406zM241.937 172.72l-46.75 60.436L172 215.25l-11.406 14.78 20.937 16.19c-11.89 21.11-35.402 29.968-46.124 14.843C60.472 312.81-44.59 392.945 70.062 495.469c-7.92-36.983 13.087-67.99 36.188-74.94 39.41 34.102 90.772 54.75 146.906 54.75 124 0 224.72-100.72 224.72-224.717 0-11.354-.84-22.503-2.47-33.407-5.543 24.092-12.11 47.15-19.375 69.5-17.035 96.65-101.29 169.938-202.874 169.938-51.942 0-99.347-19.163-135.562-50.813 2.672-9.376 6.182-19.278 10.406-29.436 32.822 33.565 78.604 54.406 129.188 54.406 82.997 0 153.034-56.144 174.187-132.47L426 287.095c-10.52 17.824-21.513 34.807-32.844 51.22-28.88 44.414-78.95 73.748-135.97 73.748-48.1 0-91.25-20.868-120.905-54.062 4.058-8.375 8.508-16.785 13.282-25.063 25.165 31.768 64.04 52.188 107.625 52.188 55.623 0 103.587-33.243 125.125-80.906L380.344 294c-12.463 13.042-25.167 25.128-38.063 36.53-21.528 22.162-51.676 35.908-85.092 35.908-40.265 0-75.76-19.976-97.188-50.563 13.052-20.2 27.723-38.827 42.78-53.25l18.97 14.656 11.406-14.81-23.187-17.908 46.75-60.406-14.783-11.437z" fill="#fff"/></svg>
<svg class="tc-image-originals-spinning-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.438 19.375c-47.71 0-95.422 14.41-136.094 43.22 13.022 15.09 26.314 30.127 39.156 44.468 16.038-11.682 32.482-18.857 48.688-22.282l9.875-9.874 6.625-6.625 6.593 6.626 7.72 7.72c78.735 5.644 140.54 95.133 101.406 175.53l118.5 118.5c54.447-90.673 42.59-209.88-35.625-288.094C377.17 42.45 316.806 19.376 256.44 19.376zM66.5 27.063L29.53 64.03c37.95 29.834 80.152 65.906 115 96.845l7.407 6.594-7 7-47.375 47.374L117.25 241.5l34.5-34.5 268.125 268.156 77.344 19.28-21.845-74.78-26.977-26.978.04-.053-117.75-117.75-.032.045L207.25 151.5l37.094-37.094-19.656-19.656-46.47 46.438-6.968 6.937-6.563-7.28C133.5 106.334 96.644 64.837 66.5 27.062zm-1.28 90.062C-1.735 209.41 6.38 339.035 89.593 422.25c52.93 52.93 124.633 75.448 193.562 67.625-131.5.997-246.804-128.563-207.125-263.156l-4.874-4.876 6.594-6.625 3.25-3.25c7.028-18.512 17.076-37.017 30.5-55.22-14.87-12.992-30.55-26.433-46.28-39.625zm120.374 46.03c12.283 0 22.22 9.968 22.22 22.25 0 2.224-.332 4.35-.94 6.376l236.94 236.97-13.19 13.188L194.47 205.813c-2.72 1.185-5.72 1.843-8.876 1.843-12.284 0-22.25-9.964-22.25-22.25 0-12.285 9.966-22.25 22.25-22.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiral-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M100.44 11.777V63.3l68.027 68.024v-51.52L100.44 11.776zM36.8 26.087l-10.538 10.26L153.64 163.565c2.86-4.157 5.824-8.042 8.887-11.75L36.8 26.087zm-24.71 74.044l68.025 68.024h51.676L63.683 100.13H12.09zM256.006 124.1c-24.66.192-51.354 10.48-75.348 34.718-34.8 35.155-56.222 127.215-18.105 159.436-7.546-35.653-5.986-77.632 26.35-119.467l.035.033c.61-.843 1.23-1.655 1.853-2.46 1.778-2.217 3.668-4.433 5.624-6.647.645-.697 1.29-1.393 1.945-2.065l-.063-.063c1.287-1.413 2.606-2.825 3.97-4.236 43.752-45.324 119.946-3.634 89.938 65.992h.29c-2.88 6.677-6.74 13.608-11.702 20.742l-69.31-69.31c-3.294 3.37-6.317 7.044-9.17 11.406l70.322 70.234c-8.92 15.136-13.956 30.713-15.79 45.766h-.263c-2.245 18.27.347 35.66 6.412 50.576 4.115 10.427 9.893 19.66 16.947 27.103l.156-.27c5.984 6.286 12.834 11.354 20.29 14.866 66.005 31.093 128.726 54.608 196.23 76.507l-.17-.443.546.222-7.408-18.144C458.28 396.92 427.07 318.55 403.172 235.316l-.002.006c.26 43.795-9.063 78.84-23.848 106.828l30.157 30.41c3.617-5.407 6.83-11.114 9.633-17.115l43.762 107.176L354.9 418.538c6.27-2.965 12.17-6.26 17.705-9.865l-29.255-29.268c-23.927 6.417-50.26-12.102-52.73-42.904-.008-.123-.02-.244-.03-.367-.06-.83-.097-1.67-.123-2.516-.006-.21-.02-.417-.024-.63-.02-1.007-.02-2.024.012-3.055.257-8.665 1.45-17.172 3.838-25.893l87 86.89 6.375 6.38c3.645-3.183 7.075-6.54 10.29-10.064l-28.528-28.53-69.84-69.84c4.99-11.8 12.255-24.317 22.402-38.37 19.266-26.68 21.558-53.408 13.063-75.332-.214-.565-.44-1.123-.668-1.682l-.012-.027c-11.07-27.104-38.573-46.637-70.787-49.108-2.502-.19-5.03-.28-7.582-.26z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiral-bloom tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M261.826 23.342c-2.1.014-4.186.044-6.262.09-116.232 2.562-195.636 54.744-216.322 111.95-11.82 32.69-6.027 67.12 23.305 99.196 19.405 21.22 49.525 41.114 91.818 57.072-12.872-43.693-18.494-87.863-11.482-132.302l.3.047c1.81-10.37 6.832-20.448 14.112-29.23 29.632-35.742 94.642-59.715 158.1-48.42 77.656 13.824 128.62 37.135 158.263 65.618-2.933-26.51-18.825-51.028-43.174-71.595-31.773-26.84-77.54-45.766-122.914-50.266-15.788-1.566-31.05-2.257-45.744-2.16zm23.666 74.465c-47.91-.14-94.163 20.588-113.81 44.287-5.785 6.978-9.38 13.613-10.584 20.13l.246.038c-.25 1.582-.48 3.165-.696 4.748-.01 4.96 1.412 9.884 4.372 14.87 7.767 13.083 29.18 27.893 70.695 38.186 13.2 3.273 25.47 5.01 36.783 5.705l12.764-82.262 9.785 2.246c29.88 6.86 49.564 16.87 60.648 29.853 5.542 6.492 8.828 14.005 9.086 21.674.05 1.447-.01 2.882-.173 4.302 2.764 38.157 1.664 75.476-5.703 111.287 59.32-12.15 102.336-40.655 118.74-71.587 13.41-25.282 11.35-51.275-13.218-77.035-24.568-25.76-73.307-50.04-152.307-64.102-8.828-1.57-17.756-2.313-26.628-2.34zm15.12 68.66l-9.23 59.488c5.397-.3 10.47-.875 15.16-1.705 18.506-3.274 31.014-10.577 36.177-17.23 1.707-2.2 2.666-4.21 3.1-6.157-.028-.372-.05-.742-.078-1.115l.274-.02c.073-.61.108-1.214.088-1.818-.098-2.892-1.232-6.198-4.622-10.168-5.937-6.955-19.125-15.1-40.87-21.275zm-142.034 37.21c.62 31.614 7.182 63.427 17.713 95.532 16.043 5.048 33.555 9.58 52.636 13.472 39.913 7.48 77.113 7.98 110.115 3.54 6.515-28.052 8.834-57.48 8.147-87.95-9.52 6.876-22.23 11.698-37.39 14.38-21.557 3.814-48.29 3.063-78.578-4.447-34.638-8.588-58.302-20.168-72.642-34.527zm-129.83 15.538C37.45 404.402 137.104 495.61 258.788 495.61c123.68 0 224.628-104.89 230.415-237.204-37.837 57.903-139.786 95.892-263.777 72.637l-.072-.014-.073-.014c-22.46-4.58-42.96-10.024-61.608-16.205l-1.62.57c-.147-.418-.29-.837-.435-1.255-51.585-17.38-88.692-40.5-112.863-66.934-8.195-8.96-14.842-18.344-20.006-27.975z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiral-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M190.594 21.25l17.375 62.563h98.56l17.376-62.563H190.594zm22.594 81.25l.03.125h-23.124c-23.79 0-22.498 45.594 0 45.594h21v59.06c-67.386 19.787-116.438 81.935-116.438 155.782 0 53.72 25.992 101.45 66.188 131.094h192.562c40.198-29.645 66.78-77.375 66.78-131.094.002-54.742-27.18-103.04-68.748-132.437-.024-.017-.04-.046-.063-.063-55.29-29.194-128.52-4.296-164.53 57.907-31.025 53.588-17.075 119.058 28.56 145.592 31.835 18.51 76.706 9.554 96.94-27.406 4.657-8.508 5.398-21.25 2-33.594-3.4-12.343-10.81-23.887-19.783-30.218-11.484-8.102-34.814-8.012-48 1.344l-10.812-15.25c20.517-14.558 49.846-15.307 69.594-1.375v.03c13.488 9.52 22.6 24.56 27 40.532 4.398 15.973 4.204 33.257-3.594 47.5-25.225 46.078-81.985 58.277-122.72 34.594-55.635-32.35-70.914-109.68-35.343-171.126 19.487-33.662 49.063-57.925 81.75-70.22h50.97V148.22h19.437c25.968 0 24.433-45.595 0-45.595H301.28l.033-.125h-88.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiral-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M485.096 39.047c-7.14.375-49.73 5.767-52.11 23.037-9.77-2.646-19.678-1.8-26.85 3.115-5.393 3.694-8.374 9.102-9.01 15.17-11.383-2.674-22.25-1.52-29.87 4.1-6.4 4.722-9.476 11.842-9.45 19.932-4.608-1.094-9.15-1.7-13.51-1.777-.584-.01-1.163-.01-1.74-.002-8.644.127-16.51 2.363-22.69 6.922-6.807 5.02-10.638 12.188-11.67 20.422-22.614-6.658-44.65-5.202-59.692 5.894-12.258 9.043-17.78 22.947-17.025 38.652-46.313-12-87.766-.726-90.414 55.246-4.322 91.366-104.763 126.175-107.828 254.664 71.16-106.47 255.07-279.767 239.6-137.213-8.058 74.248-92.804 24.706-211.91 115.454 108.46-74.824 224.278-15.26 232.486-121.47 19.974 10.955 29.233 6.274 46.232-6.266 24.394-17.993 27.178-41.515 16.985-65.127 6.975-1.565 13.346-4.3 18.792-8.318 16.943-12.497 21.037-34.275 13.43-57.277 7.5-.54 14.307-2.75 19.787-6.79 11.34-8.366 14.457-22.676 10.042-37.99 7.16.034 13.692-1.72 18.775-5.47 9.79-7.222 11.822-20.045 6.822-33.39 4.467-.53 8.62-1.952 12.12-4.35 8.628-5.912 11.097-16.204 7.616-26.59 17.763-3.348 20.07-43.588 21.08-50.578z" fill="#fff"/></svg>
<svg class="tc-image-originals-spiral-thrust tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M36.633 19.08L15.506 40.207 99.51 124.21l21.127-21.126L36.633 19.08zM204.64 45.51L42.034 208.115l24.87 24.87c19.88-29.31 42.286-56.78 66.806-82.09l258.89 258.89 13.214-13.215-258.9-258.9c25.565-24.827 53.23-47.375 82.594-67.29l-24.87-24.87zm-17.068 80.12c-4.37 3.738-8.69 7.543-12.955 11.41l262.6 262.605 27.838 69.77-69.772-27.835L132.73 179.025c-3.858 4.27-7.655 8.596-11.388 12.98l15.908 15.907c-11.892 19.5-16.246 39.67-14.814 58.34-3.69 59.48 66.362 99.08 130.736 57.582l69.14 69.14c-23.845 8.237-51.302 13.04-82.884 12.856l-.008.012c87.233 25.69 168.06 59.824 253.518 93.443-.018-.07-.038-.145-.055-.217l3.037 1.21-7.477-18.737c-14.61-55.61-36.398-119.265-54.95-178.485-9.992-31.56-67.812-54.614-110.876-42.38l-89.86-89.86c29.51-11.725 58.15-10.98 83.57-5.598-20.15-23.84-63.71-24.393-102.114-12.947l-26.64-26.64zm-23.54 109.063l65.708 65.71c-45.45 8.77-74.317-29.476-65.71-65.71zm190.753 58.15c28.89 1.334 42.642 19.908 40.094 40.094l-40.095-40.093z" fill="#fff"/></svg>
<svg class="tc-image-originals-splash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M230.406 14.656c-11.74.595-21.094 10.332-21.094 22.22 0 12.27 9.948 22.187 22.22 22.187 12.27 0 22.218-9.917 22.218-22.188 0-12.27-9.948-22.22-22.22-22.22-.382 0-.745-.018-1.124 0zm119.5 75.5c-14.066 0-25.47 11.402-25.47 25.47.002 14.066 11.404 25.468 25.47 25.468 14.067 0 25.47-11.402 25.47-25.47 0-14.066-11.403-25.468-25.47-25.468zM231.594 104.25c9.608 135.475-16.43 339.177-104.03 143.063 43.005 161.424-1.16 193.905-82.158 134.375C92.892 428.228 96.6 446 93.438 490.063h87.53c6.024-134.79 170.218-112.52 160.97 0h61.593c-2.084-64.2 19.595-109.802 79.72-169.063-61.48 49.15-138.108 86.467-125.438-41.188-48.405 139.543-115.11-25.45-126.218-175.562zM390.5 163.313c-19.997 0-36.22 16.22-36.22 36.218 0 19.998 16.223 36.22 36.22 36.22s36.188-16.222 36.188-36.22c0-19.996-16.19-36.218-36.188-36.218zM49.28 304.905c-14.065 0-25.468 11.402-25.468 25.47 0 14.066 11.403 25.468 25.47 25.468 14.066 0 25.468-11.402 25.468-25.47 0-14.066-11.402-25.468-25.47-25.468z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-splashy-stream tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M26.883 21.834C102.82 75.45 177.283 165.46 199.53 258.05 160.38 175.252 85.277 94.86 23.06 68.24v35.356c199.378 131.08 141.663 248.82 332.307 393.043h57.326C350.65 457.5 294.07 404.046 257.266 324.38l-.012-.015v-.01l.012.024c60.613 77.353 142.26 138.53 237.125 172.26h.557V362.317c-105.79-32.628-179.012-83.115-223.68-138.996 55.382 48.512 146.278 89.87 223.68 102.787V275.3C401.507 267 302.38 216.88 233.89 153.82c-41.93-38.608-76.697-89.898-141.33-131.988H26.882zM379.75 124.93c-13.29 0-24.064 10.772-24.064 24.062 0 13.29 10.774 24.065 24.064 24.065 13.29 0 24.063-10.775 24.063-24.065 0-13.29-10.773-24.062-24.063-24.062zM28.875 159.018c57.203 45.017 125.82 141.277 113.432 200.084-2.225-.825-4.62-1.297-7.13-1.297-11.35 0-20.55 9.2-20.55 20.55 0 11.348 9.2 20.55 20.55 20.55 8.03 0 14.966-4.618 18.346-11.333 6.737-9.864 8.02-29.06 6.88-48.65-4.168-71.813-54.245-147.98-131.528-179.904zm420.65 6.11c-17.79 0-32.63 12.623-36.05 29.4-29.74 7.17-71.18-.14-102.946-15.383 41.363 34.55 87.107 53.456 131.75 58.85 2.342.47 4.765.72 7.245.72 20.322 0 36.793-16.475 36.793-36.795s-16.47-36.793-36.793-36.793zM170.418 287.962c11.662 34.126 16.555 79.606 9.85 114.375-8.134 5.784-13.446 15.28-13.446 26.02 0 17.625 14.288 31.913 31.914 31.913s31.914-14.287 31.914-31.913c0-6.315-1.84-12.195-5.005-17.15l-55.227-123.244z"/></svg>
<svg class="tc-image-originals-split-body tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.438 19.594v145.22h.03V330.28l-10.093-.81c-27.058-2.19-56.044-5.276-88.03-9.72-.1 5.036-.158 10-.19 14.875h44.501l.656 8.625 11.344 151.094h97.688l10.03-151 .563-8.72h42.344c-.01-36.5-.335-78.42-7.874-112.624-4.087-18.543-10.27-34.625-18.97-46.188-8.698-11.562-19.477-18.87-34.967-21.25l-16.033-2.437 10.188-12.656c10.106-12.556 16.875-30.444 16.875-50.407 0-39.556-25.013-69.376-53.03-69.376-2.638 0-4.353-.113-5.032-.093zM231.75 26.78c-16.906 11.36-29.344 34.582-29.344 62.282 0 20.463 7.124 38.57 17.688 51.188l10.28 12.25-1.718.313c1.025.206 2.077.422 3.094.625V26.78zM18.625 116.657v36.78c68.436 24.506 143.668 44.89 213.156 56.408v-37.438c-56.514-11.077-124.994-28.567-213.155-55.75zM490 134.562c-7.485 8.574-15.784 16.955-25.906 24.407 3.745 14.43 2.986 27.84-2.875 39.405-8.59 16.945-26.72 27.95-51.126 34.22l-.22.06-.187.032c-11.353 2.378-23.56 4.027-36.468 5.032 3.345 22.975 4.38 47.274 4.686 70.31 6.372-1.126 12.395-2.4 18.03-3.842 35.658-9.13 56.96-23.943 70.533-42.47 23.152-31.603 23.82-77.4 23.53-127.156zm-42.72 34.844c-4.923 2.54-10.207 4.874-15.967 6.938-18.555 6.645-41.535 10.554-71.22 10.75 4.08 9.59 7.164 19.987 9.563 30.875.084.38.168.772.25 1.155 12.848-.86 24.825-2.41 35.75-4.688 21.316-5.513 33.686-14.26 38.875-24.5 2.878-5.676 3.99-12.407 2.75-20.53zM18.626 173.28v103.657c87.692 18.675 154.946 27.856 213.156 32.938v-81.063c-69.586-11.302-144.43-31.31-213.155-55.53z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-split-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M96.375 20.094l30.813 40.75 130.28 130.28L375.313 73.282l40.22-53.186-159.594 108.094L96.375 20.094zM452.22 59.53l-113.564 76.845-74.562 74.563-6.594 6.625-6.625-6.625L176.937 137 62.594 59.625l80.844 119.47 69.656 69.655 6.594 6.594-6.594 6.625-74.813 74.81L61.563 450.19l120.75-81.688 68.657-68.656 6.593-6.625 6.625 6.624 69.562 69.562 119.53 80.906-77.374-114.343-73.937-73.94-6.595-6.592 6.594-6.625 68.56-68.563 81.69-120.72zm-430 34.69l108.124 159.593L22.22 413.375l53.468-40.438L193.25 255.375 62.812 124.937 22.22 94.22zm470.624 3.155l-53.22 40.22-117.812 117.843 130.47 130.468 40.53 30.656L384.72 256.97 492.843 97.374zm-235.28 222.28l-117.69 117.69-40.343 53.342 159.595-108.093 159.563 108.094L388 450.094 257.562 319.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-splurt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M223.78 18.563c-13.577.267-26.252 13.425-16.81 33.062 17.045 35.465 29.126 53.574 45.936 81.906.43-31.648-.522-56.963-6.25-92.436v-.032c-2.586-16.03-12.967-22.695-22.875-22.5zm199.876 3.812c-1.272-.007-2.56.026-3.906.125-57.393 4.222-115.434 43.967-128.78 88.594 23.13-27.564 75.967-45.43 133.186-41.72 42.626 2.766 38.924-46.78-.5-47zM100.28 80.72c-7.754.096-15.632.908-23.5 2.468-57.75 11.446-46.283 90.25 9.19 67.062 63.716-26.63 102.673-15.477 131.78 20.688 1.942-46.08-54.322-91.015-117.47-90.22zM368.22 100c-3.29.052-6.453.287-9.44.75-41.463 6.433-62 23.806-67.374 76.125 35.677-42.483 73.564-36.43 127.656 34.53 47.092 61.784 110.826-19.008 53.594-69.124-28.248-24.736-72.65-42.786-104.437-42.28zM143.28 207.656c-26.534-.027-49.802 1.334-80.843 6.344C24.443 220.13 39.03 270.016 73 253.688c35.465-17.046 53.578-29.124 81.906-45.938-3.956-.054-7.834-.09-11.625-.094zm81.282 17.188C159.165 234.252 98.376 273.34 36.095 347.75c-50.007 59.747 32.842 116.914 70.75 46.97 43.54-80.347 77.52-124.72 117.72-169.876zM318.625 228c34.243 46.835 48.228 65.114 59.22 150.72 9.567 74.527 102.045 37.72 78.342-31.94-29.52-86.757-74.398-104.678-137.562-118.78zm-43.47 68.594c-27.59 59.063-36.883 87.625-45.75 139.875-12.43 73.245 83.39 75.698 81.064-.19-1.33-43.354-17.064-91.402-35.314-139.686zm-56.592 12.344c-27.555 39.625-44.235 69.134-65.813 110.312-20.713 39.53 35.78 60.664 44.22 17.78 8.812-44.765 17.524-90.11 21.593-128.092z" fill="#fff"/></svg>
<svg class="tc-image-originals-spoon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M67 20.313c-42.248.408-79.452 58.42-19.844 72.188 103.83 23.99 184.81 86.124 247.906 183.094 8.264 16.267 14.432 32.547 11.375 48.813l.125-.063c-5.354 13.41-6.013 29.53-3.343 45.907 4.085 25.08 16.51 52.25 37.75 75.47 21.236 23.218 46.927 37.78 71.436 43.937 24.508 6.158 49.03 4.32 65.438-10.688 16.44-15.04 18.598-38.185 12.875-61.688-5.724-23.503-20.063-48.758-41.064-71.72-21.002-22.958-44.882-39.49-67.78-47.28-8.205-2.79-16.443-4.555-24.407-5-13.54-5.482-23.54-17.083-32.533-30.438-55.683-108.19-138.264-178.81-234.53-236.187-7.587-4.523-15.583-6.42-23.407-6.344zm255.187 315.47c24.647 61.84 73.337 110.805 127.657 137.56-8.46 1.427-18.92 1.082-30.313-1.78-21-5.276-44.56-18.232-63.843-39.312-19.28-21.078-30.677-46.325-34.187-67.874-1.782-10.936-1.264-20.684.687-28.594zM472.78 455.656c-.688 2.156-1.535 4.11-2.56 5.844l2.56-5.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-spoted-flower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M318.443 20.05c-35.054 22.62-70.676 44.575-94.494 80.305 1.84 20.152 6.3 40.378 12.26 60.776 6.78-1.562 13.837-2.39 21.083-2.39 4.996 0 9.902.397 14.69 1.153l13.074-57.754 18.228 4.124-13.217 58.386c10.45 3.907 20.03 9.623 28.348 16.768 12.973-13.382 26.736-26.55 41.686-39.248-2.47-44.513-18.73-84.426-41.66-122.12zM95.105 82.93c-4.194.03-8.39.143-12.584.334-.026 41.063 4.614 82.128 23.6 123.193l.28-.514c19.433 10.594 39.135 19.157 59.184 26.327 3.215-14.427 9.76-27.616 18.78-38.717l-42.315-41.37 13.063-13.365 42.407 41.46c6.24-5.16 13.158-9.53 20.593-12.958-5.698-20.025-10.117-40.194-12.314-60.607-36.898-17.73-73.796-24.04-110.695-23.783zm283.684 67.988c-17.12 14.04-32.698 28.9-47.347 44.168 6.66 8.55 11.874 18.276 15.278 28.807l58.425-17.47 5.353 17.903-59.838 17.893c.384 3.44.588 6.933.588 10.473 0 7.553-.904 14.9-2.598 21.942 20.105 3.92 40.636 8.17 61.682 13.217 34.68-21.748 61.017-54.22 80.818-95.096-37.012-23.792-73.78-39.46-112.36-41.838zM257.292 177.43c-8.303 0-16.275 1.352-23.734 3.816 2.61 1.022 5.216 2.703 7.706 5.172 19.073 18.918-9.468 46.314-27.246 27.242-5.5-5.898-6.807-12.563-5.436-18.398-16.255 13.787-26.555 34.364-26.555 57.43 0 14.676 4.178 28.338 11.392 39.894 1.525-2.995 3.973-5.486 6.928-6.988-5.333-3.38-9.084-9.344-8.786-17.84.756-21.57 25.068-26.888 35.903-14.74 1.74-7.702 8.115-14.288 19.342-14.366 26.86-.108 26.052 39.445-.005 38.53-6.296-.22-11.103-2.585-14.416-6.03-1.207 9.77-7.803 15.438-15.357 17.16.285.254.57.495.852.774 1.625 1.612 2.786 3.302 3.592 5.016 6.702-4.404 16.014-4.67 24.1 3.353 10.266 10.18 6.732 22.806-1.485 29.334 4.287.753 8.693 1.17 13.2 1.17 9.2 0 18-1.642 26.138-4.64-2.956-.954-5.867-2.77-8.535-5.632-10.233-10.977-5.966-24.597 3.126-30.584-3.73-16.403 9.658-32.33 25.472-32.07 6.19.1 12.747 2.68 18.795 8.68 3.455 3.428 5.753 7.06 7.088 10.72 2.06-6.88 3.182-14.175 3.182-21.74 0-41.678-33.587-75.264-75.264-75.264zm28.102 29.07c6.05-.037 12.075 3.525 14.334 11.822 5.558 20.425-24.708 27.875-29.326 7.858-2.742-11.885 6.15-19.626 14.99-19.68zm-184.34 17.77c-37.99 26.268-59.572 60.742-81.746 94.916 39.83 22.372 80.09 42.608 124.49 42.148 17.774-11.946 33.903-25.542 49.163-40.25-7.878-7.415-14.482-16.168-19.44-25.895l-48.61 14.535-5.354-17.907 47.17-14.105c-2.207-7.97-3.392-16.36-3.392-25.02 0-.444.01-.886.017-1.33-20.98-7.342-41.727-16.142-62.3-27.093zm241.3 68.275c-3.076 6.535-6.88 12.664-11.314 18.275l45.77 44.746-13.064 13.364-45.682-44.662c-6.43 5.468-13.6 10.09-21.337 13.685 5.73 22.515 9.804 45.504 11.037 69.084 37.863 18.185 78.275 23.618 120.172 21.64 1.908-43.788-3.597-85.35-22.723-122.827-21.327-5.084-42.254-9.35-62.858-13.305zm-134.2 40.184c-17.268 16.675-35.79 32.2-56.594 45.872 4.976 37.762 20.818 75.525 40.456 113.29 37.09-24.788 71.163-51.988 96.96-85.812-1.287-20.848-5.088-41.435-10.388-61.87-6.845 1.595-13.974 2.44-21.295 2.44-2.812 0-5.594-.13-8.344-.375l-13.75 60.73-18.225-4.126 13.607-60.11c-7.966-2.368-15.493-5.766-22.428-10.04z" fill="#fff"/></svg>
<svg class="tc-image-originals-spotted-arrowhead tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M246.738 91.984l-44.953 43.407L347.02 334.49 106.937 282.41 86.11 340.076l31.74 6.885c17.262-26.41 34.672-37.897 46.46-37.66 14.697.293 20.643 18.788 6.653 49.182l40 8.676c12.832-19.568 26.904-28.186 37.736-28.418 14.894-.32 23.648 15.194 14.622 39.776l36.32 7.88c10.957-16.7 23.525-24.058 33.77-24.353 14.735-.425 24.645 13.735 18.057 35.592l34.675 7.523c6.048-8.434 14.044-11.92 21.76-11.808 12.196.178 23.67 9.336 25.61 22.082l58.415 12.672-34.893-47.833c-20.736 6.587-43.784-15.976-29.04-39.81l-20.77-28.472c-29.56 26.453-58.67-1.16-31.717-42.793l.953.62-22.527-30.88c-32.722 32.725-62.694 4.207-31.944-43.29l.695.455-24.603-33.73c-40.068 46.554-71.425 16.504-32.3-43.927l.486.317-19.532-26.776zM18.422 98.43v48.922l111.99 73.162.004.002c12.928 8.465 23.864 11.452 31.51 11.38 7.646-.07 11.722-2.722 13.844-6.033 2.12-3.31 2.867-8.28-.225-15.425-3.092-7.147-10.292-16.033-23.244-24.514L18.423 98.43zm169.797 50.06l-23.853 23.03c14.216 9.68 23.56 20.468 28.33 31.496 4.975 11.497 4.727 23.69-1.193 32.93-5.92 9.238-16.932 14.522-29.404 14.638-11.7.11-24.933-3.91-39.104-12.645l-9.658 26.744 189.648 41.136L188.22 148.49z"/></svg>
<svg class="tc-image-originals-spotted-mushroom tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M363.79 19.94c-1.113.01-2.235.035-3.364.072-18.073.592-38.343 4.687-60.492 12.228-6.6 2.247-13.355 4.803-20.25 7.643 5.777 4.047 10.723 9.305 14.445 15.752 15.826 27.41 2.008 63.22-28.12 80.61-30.128 17.393-68.052 11.454-83.88-15.956-4.142-7.176-6.234-14.927-6.554-22.772-8.494 5.725-17.074 11.703-25.748 17.988-18.724 13.568-27.91 28.318-30.978 44.058-3.068 15.74.144 33.086 8.783 51.29 17.278 36.407 56.368 75.03 101.75 104.75 40.37 26.437 85.746 45.896 124.04 52.255.244-39.607 32.617-71.84 72.282-71.84 8.225 0 16.13 1.406 23.506 3.957 8.588-43.02 13.357-80.58 14.78-112.948-6.94 5.09-15.19 8.19-24.097 8.19-13.612 0-25.708-7.203-33.91-17.765-8.2-10.562-12.95-24.593-12.95-39.896 0-15.304 4.75-29.336 12.95-39.898 8.202-10.562 20.298-17.766 33.91-17.766 4.228 0 8.31.696 12.173 1.97-9.818-26.852-25-43.73-44.324-53.073-12.53-6.06-27.268-8.996-43.953-8.852zM257.235 49.913c-19.538 9.386-40.043 20.892-61.25 34.28-2.863 9.317-2.21 18.888 2.33 26.753 9.81 16.986 35.56 22.27 58.35 9.116 22.79-13.155 31.085-38.097 21.277-55.08-4.332-7.504-11.782-12.71-20.707-15.068zm182.657 48.674c-7.108 0-13.77 3.612-19.147 10.537-5.376 6.925-9.023 17.053-9.023 28.436 0 11.38 3.647 21.507 9.023 28.432 5.377 6.925 12.04 10.54 19.147 10.54 7.107 0 13.767-3.615 19.144-10.54 2.05-2.64 3.848-5.75 5.29-9.215-.363-14.41-1.513-27.562-3.4-39.478-.398-2.52-.833-4.966-1.292-7.37-.198-.27-.395-.545-.598-.807-5.376-6.925-12.037-10.537-19.144-10.537zm-150.15 65.525c36.473 0 66.24 29.765 66.24 66.234 0 36.467-29.767 66.232-66.24 66.232-36.47 0-66.24-29.763-66.24-66.232 0-36.47 29.77-66.233 66.24-66.233zm0 18.69c-26.373 0-47.55 21.175-47.55 47.544 0 26.368 21.177 47.543 47.55 47.543 26.375 0 47.55-21.177 47.55-47.543 0-26.37-21.175-47.543-47.55-47.543zM162.907 287.153c-3.926 3.102-7.687 6.536-11.23 10.328 5.333 13.34 14.93 27.43 29.56 42.08l-13.222 13.206c-4.352-4.358-8.37-8.725-12.053-13.108-23.56 20.345-47.254 38.95-70.065 54.627-18.356 12.616-26.258 26.65-27.946 39.777-1.69 13.127 2.887 25.97 12.222 36.278 18.67 20.613 55.9 30.58 96.8 3.648 25.25-16.628 49.28-45.38 70.432-80.142-6.425-2.704-12.522-5.898-17.853-9.532l10.526-15.443c11.646 7.94 34.012 14.59 47.914 15.76 3.664-5.888 6.762-11.554 9.362-17-23.126-9.617-46.314-22.054-68.207-36.392-20.27-13.274-39.415-28.157-56.24-44.086zm262.8 27.56c-29.717 0-53.604 23.884-53.604 53.595 0 .545.025 1.084.04 1.625 18.367.917 34.128-1.867 45.963-8.405 12.857-7.1 21.756-18.28 25.887-36.845.47-2.106.92-4.186 1.37-6.268-6.08-2.383-12.706-3.703-19.657-3.703z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-spotted-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21.72 26.063c19.705 26.427 39.908 52.444 60.624 78.062l-2.094-2.313c17.598 21.752 1.602 40.513-21.22 49.75l54.595-9.53c7.027 8.33 14.1 16.613 21.25 24.843.02.022.043.04.063.063 12.397 17.627 25.564 47.344 12.593 69.375l-27.03 32.5 83.063-24.282c2.096 1.398 4.195 2.864 6.312 4.407 13.317 13.838 26.853 27.53 40.594 41.032 11.536 17.458 16.553 35.988 7.436 51.624l-2.594 3.875-18.656 27.936 59.563-33.625 56.186 43.595c2.026 1.73 4.028 3.466 6.063 5.188 12.72 17.327 7.17 40.85-3.658 63.656 15.817-20.828 30.072-36.215 55.125-21.626 27.585 21.723 55.973 42.798 85.188 63.22-25.98-33.45-52.485-66.058-79.563-97.814l24.157-52.75c-14.634 20.412-36.523 34.082-53.72 18.688-.332-.377-.668-.75-1-1.125L338.22 295l30.717-46-39.812 22.47c-34.053 9.793-85.132-63.132-58.375-97.845l-.406.344 23.28-36.564-89.75 38.813c-19.102-17.478-38.495-34.602-58.155-51.407l27.5-27.75-45.782 12.28C93.072 80.59 57.87 52.81 21.718 26.064zm58.53 75.75c-1.012-1.25-2.136-2.48-3.375-3.75l3.375 3.75zm55.594-55.563c-10.644 0-19.063 8.42-19.063 19.063 0 10.642 8.42 19.062 19.064 19.062 10.643 0 19.094-8.42 19.094-19.063 0-10.64-8.45-19.062-19.094-19.062zm76.53 49.406c-14.962 0-26.874 11.944-26.874 26.906 0 14.962 11.913 26.876 26.875 26.876s26.906-11.914 26.906-26.875c0-14.96-11.943-26.907-26.905-26.907zM45.625 99.47c-9.9 0-17.718 7.818-17.718 17.718s7.82 17.718 17.72 17.718c9.9 0 17.718-7.82 17.718-17.72 0-9.896-7.82-17.717-17.72-17.717zm280.907 60.405c-23.266 0-41.905 18.67-41.905 41.938 0 23.266 18.64 41.906 41.906 41.906 23.268 0 41.94-18.64 41.94-41.907 0-23.264-18.672-41.938-41.94-41.938zm-233.25 11.47c-20.326 0-36.593 16.297-36.593 36.624 0 20.326 16.267 36.593 36.594 36.593 20.328 0 36.595-16.267 36.595-36.594 0-20.325-16.267-36.626-36.594-36.626zm314.5 97.593c-17.14 0-30.842 13.704-30.842 30.843 0 17.14 13.704 30.814 30.843 30.814 17.14 0 30.814-13.673 30.814-30.813 0-17.136-13.673-30.842-30.813-30.842zm-224.624 3.437c-28.397 0-51.22 22.822-51.22 51.22 0 28.395 22.824 51.186 51.22 51.186 28.397 0 51.188-22.79 51.188-51.186 0-28.393-22.79-51.22-51.188-51.22zm279.281 96.563c-12.036 0-21.593 9.558-21.593 21.593 0 12.037 9.558 21.564 21.594 21.564 12.035 0 21.562-9.527 21.562-21.563 0-12.032-9.527-21.592-21.563-21.592zm-168.562 8c-22.49 0-40.53 18.04-40.53 40.53 0 22.492 18.04 40.5 40.53 40.5 22.49 0 40.53-18.008 40.53-40.5 0-22.487-18.04-40.53-40.53-40.53zm98.78 70.562c-10.676 0-19.124 8.45-19.124 19.125 0 10.676 8.45 19.125 19.126 19.125 10.676 0 19.125-8.45 19.125-19.125 0-10.674-8.448-19.125-19.124-19.125z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-spoutnik tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M399.22 15.03c-15.483 0-28.033 12.55-28.033 28.032 0 14.46 10.972 26.336 25.032 27.844l60.374 248.53c-18.185-15.346-40.6-23.03-63-23.03-25.02 0-50.046 9.577-69.188 28.72-36.185 36.184-38.155 93.355-5.937 131.843L73.81 397.53c-1.2-14.374-13.22-25.655-27.906-25.655-15.48 0-28.03 12.55-28.03 28.03 0 15.483 12.55 28.033 28.03 28.033 9.65 0 18.176-4.888 23.22-12.313l291.155 70.72c34.573 12.523 74.728 4.897 102.5-22.876 27.094-27.094 35.005-65.936 23.75-99.908L414.407 66.625c7.736-4.99 12.875-13.673 12.875-23.563 0-15.48-12.58-28.03-28.06-28.03zM110.155 96.22c-15.48 0-28.03 12.548-28.03 28.03 0 15.482 12.55 28.03 28.03 28.03 4.647 0 9.017-1.154 12.875-3.155l180.064 171.75c2.512-3.09 5.217-6.092 8.094-8.97 1.562-1.56 3.153-3.075 4.78-4.53L135.813 135.5c1.515-3.447 2.375-7.244 2.375-11.25 0-15.482-12.55-28.03-28.03-28.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-spray tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.174 45.484c-.776-.007-1.267.05-1.65.112l-27.59 47.79c.304.79 1.13 2.36 2.693 4.268 3.39 4.134 9.688 9.436 17.47 13.928 7.78 4.492 15.52 7.296 20.796 8.164 2.432.4 4.205.33 5.043.197l6.99-12.105c-.318-.153-.635-.305-.946-.484-6.76-3.903-9.076-12.55-5.173-19.31 3.902-6.76 12.546-9.074 19.306-5.17.31.178.6.378.893.577l6.52-11.294c-.303-.79-1.13-2.362-2.694-4.27-3.39-4.133-9.688-9.435-17.47-13.927-7.78-4.494-15.52-7.297-20.794-8.165-1.318-.217-2.477-.3-3.394-.31zm-60.7 48.536c-1.037-.014-2.06-.004-3.068.03-16.13.52-27.71 6.237-34.203 17.483-.276.478-.728 1.883.668 5.627 1.397 3.744 4.64 9.01 9.558 14.72 9.837 11.42 26.167 24.707 46.054 36.188 19.888 11.482 39.56 18.98 54.368 21.79 7.404 1.407 13.587 1.58 17.527.917 3.94-.663 4.93-1.755 5.205-2.232v-.002c5.958-10.316 5.226-23.413-2.328-37.88-2.336-4.474-5.336-8.993-8.932-13.43-1.055.42-2.117.74-3.146.96-4.08.88-8.104.69-12.32-.004-8.427-1.388-17.713-4.997-27.104-10.418-9.392-5.422-17.16-11.66-22.576-18.266-2.708-3.303-4.888-6.693-6.166-10.666-.36-1.116-.622-2.332-.778-3.596-4.423-.757-8.7-1.168-12.757-1.22zm97.23 4.818l193.605 255.916v-231.73L301.702 98.837zM154.91 132.822L42.62 327.316l-.007.012c-.51.892-.9 2.505.434 6.313 1.34 3.824 4.512 9.13 9.385 14.872 9.744 11.483 26.056 24.766 45.943 36.248 19.887 11.48 39.55 18.966 54.365 21.664 7.41 1.35 13.59 1.442 17.57.69 3.98-.75 5.176-1.9 5.69-2.79l.002.002L288.295 209.83c-4.396-.122-9.03-.68-13.93-1.61-17.716-3.36-38.812-11.603-60.226-23.966-21.416-12.363-39.1-26.512-50.87-40.174-3.255-3.778-6.055-7.512-8.358-11.258zm33.48 64.776c5.008.09 9.662 1.28 13.788 3.662v-.008c14.67 8.47 19.61 30.27 14.66 56.482-2.465-16.616-10.93-31.077-24.73-39.04-13.8-7.96-30.553-8.064-46.174-1.89 14.537-12.503 29.654-19.44 42.455-19.206zM94.45 303.38c2.02 17.568 10.47 33.054 24.882 41.378 14.65 8.45 32.714 7.993 49.16.617v.006c-21.552 20.4-45.073 28.748-60.855 19.636-15.65-9.034-19.83-33.092-13.187-61.635zm-64.513 45.9l-8.1 14.03c-.513.887-.91 2.498.43 6.32 1.34 3.824 4.51 9.13 9.382 14.872 9.74 11.478 26.044 24.757 45.92 36.236l.024.014h.002c19.887 11.48 39.548 18.965 54.365 21.662 7.408 1.35 13.59 1.442 17.57.69 3.98-.75 5.177-1.9 5.69-2.788l8.1-14.03c-4.408-.072-9.045-.586-13.93-1.475-17.84-3.247-38.947-11.503-60.362-23.867-21.413-12.363-39.116-26.514-50.848-40.34-3.213-3.785-5.977-7.542-8.243-11.324z" fill="#fff"/></svg>
<svg class="tc-image-originals-sprint tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M169.53 16.344L259.345 88 337 92.28l-1.03 18.657-161.376-8.906-118.78-4.905 227.28 68.03-197.72 246.75-14.53-17.655-49.22 96.625 248.69-202.78 51.81 11.592-38.78 40.594L270.5 329.5l-57.28 84.125L444.843 273.47 328 241.06l100.22-81.718c1.132.46 2.3.898 3.5 1.22 23.324 6.248 49.764-16.835 59.06-51.533 9.298-34.695-2.08-67.874-25.405-74.124-23.325-6.25-49.765 16.802-59.063 51.5-1.467 5.476-2.403 10.918-2.875 16.22L169.53 16.343z" fill="#fff"/></svg>
<svg class="tc-image-originals-sprout tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.688 18S198.118 84.876 199 148.875c.11 7.924 1.104 15.806 2.78 23.53 23.498 25.825 43.035 57.618 58.19 95 13.85-31.163 30.07-60.016 50.03-84.967 3.764-12.817 6.056-26.13 5.875-39.313-.88-64-60.188-125.125-60.188-125.125zM24.094 111.47c.138 1.77.174 2.98.406 5.186.993 9.44 2.96 22.583 6.813 37.22 7.703 29.27 22.952 64.12 52.25 87.81 16.455 13.308 40.276 20.756 64.593 27.064s48.935 11.302 67.594 23.156c14.984 9.52 24.296 24.148 28.375 40.813 4.08 16.663 3.338 35.387-.72 55.06-7.072 34.304-24.28 71.737-46.874 105.908h126.44c-22.767-34.427-39.985-72.006-46.94-106.438-3.982-19.722-4.637-38.51-.436-55.188 4.2-16.677 13.665-31.284 28.75-40.78 18.79-11.83 43.49-16.743 67.812-22.938 24.322-6.196 48.034-13.46 64.313-26.625 47.514-38.425 57.337-105.795 59.405-130.19-61.585 1.928-106.926 21.097-142.406 52.19-37.42 32.788-64.065 79.142-85.345 132.436l-5.28 13.156-10.033-10.03-1.53-1.532-.688-2.063C210.397 177.51 133.342 115.054 24.094 111.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-sprout-disc tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.688 19.438c-131.508 0-238.313 106.808-238.313 238.312 0 131.504 106.808 238.313 238.313 238.313C387.19 496.063 494 389.257 494 257.75c0-131.504-106.805-238.313-238.313-238.313zm0 18.687c121.407 0 219.625 98.22 219.625 219.625 0 121.407-98.22 219.625-219.625 219.625-121.404 0-219.625-98.22-219.625-219.625 0-121.404 98.217-219.625 219.625-219.625zm.562 20.438c-110.988 0-200.72 89.73-200.72 200.718 0 95.257 66.098 174.875 155 195.533l-3.593-1.188s2.312.576 3.5.563c7.687-.085 14.32-4.367 18.094-10.5 15.59-43.605 18.01-85.436-6.405-103.375-22.6-16.605-66.756-17.003-92.28-40.875C86.304 258.717 86.03 182.03 86.03 182.03c50.518 0 92.432 20.467 123.814 59.595-.12-1.665-.544-3.61-.563-5.28-.703-51.122 45.532-104.533 45.532-104.532 0 0 47.202 48.756 47.907 99.875.055 3.507.36 6.99 0 10.5 28.538-36.8 67.034-60.157 123.217-60.157 0 0-.273 76.687-43.812 117.407-25.32 23.683-69.467 23.692-92.25 40.282-24.086 17.536-22.317 58.325-7.594 101.03.057.16-.073.426 0 .594 3.268 7.82 10.848 13.437 19.845 13.437 88.826-20.713 154.844-100.298 154.844-195.5 0-110.986-89.732-200.717-200.72-200.717zm-.22 191.218c-15.42 7.026-25.842 22.305-25.842 40.345s10.423 33.82 25.843 40.844c15.23-7.1 25.845-22.943 25.845-40.845 0-17.902-10.613-33.244-25.844-40.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-spyglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M84.438 20.78c-.414.005-.824.01-1.25.032-2.273.113-4.742.477-7.376 1.094C65.28 24.373 52.858 31.236 42.094 42 31.33 52.763 24.467 65.186 22 75.72c-2.467 10.532-.738 18.23 3.75 22.718 3.93 3.93 10.33 5.763 18.938 4.5-1.82-5.496-1.757-11.592-.407-17.282 2.182-9.194 7.5-18.247 15.314-26.062 7.814-7.816 16.836-13.13 26.03-15.313 2.3-.544 4.695-.876 7.064-.968 3.515-.135 7.022.307 10.312 1.407 1.3-8.664-.52-15.082-4.47-19.032-3.154-3.156-7.896-4.97-14.093-4.907zm9.937 41.126c-.332-.006-.694.01-1.063.032-.98.06-2.08.23-3.343.53-5.057 1.2-11.542 4.728-17.157 10.344-5.616 5.617-9.145 12.1-10.344 17.157-1.2 5.054-.25 7.718 1.03 9l.344.343.312.406 41.344 51.25c4.423-9.226 10.846-18.254 19.03-26.44 8.186-8.183 17.214-14.607 26.44-19.03L99.72 64.156l-.407-.312-.344-.344c-.84-.84-2.273-1.552-4.595-1.594zm85.22 55.344c-.762-.02-1.564-.012-2.376.03-2.168.115-4.54.465-7.064 1.064-10.095 2.394-22.042 9.042-32.406 19.406-10.364 10.364-17.012 22.31-19.406 32.406-2.394 10.095-.727 17.367 3.5 21.594l.344.375.312.375 3.75 4.625c.046-.207.076-.418.125-.625 3.576-15.268 12.593-30.935 26.125-44.47 13.467-13.468 29.05-22.452 44.25-26.06l-4.25-3.44-.375-.343-.375-.343c-2.774-2.775-6.828-4.448-12.156-4.594zm31.186 25.656c-2.895-.01-6.086.374-9.56 1.188-11.122 2.604-24.185 9.838-35.5 21.156-11.318 11.318-18.552 24.378-21.157 35.5-2.117 9.036-1.316 16.178 1.656 21.125l.093.156 48.375 59.94c6.217-18.252 17.894-36.74 34.218-53.064 16.332-16.33 34.835-28.003 53.094-34.22L219.75 144.5c-2.557-1.017-5.562-1.583-8.97-1.594zm99.25 65.344c-.697.007-1.41.027-2.124.063-3.814.188-7.85.798-12.125 1.812-17.098 4.056-36.72 15.005-53.686 31.97-16.965 16.963-27.913 36.586-31.97 53.686-4.055 17.102-1.384 30.74 6.94 39.064l.342.344.313.406.31.406c.4-3.643 1.045-7.318 1.907-11 5.25-22.406 18.652-45.87 38.907-66.125 20.255-20.255 43.718-33.658 66.125-38.906 3.702-.87 7.4-1.513 11.06-1.907l-.436-.344-.406-.314-.344-.344c-5.853-5.852-14.346-8.918-24.813-8.812zm35.22 27.97c-4.95-.034-10.325.6-16.03 1.936-18.262 4.278-39.118 15.898-57.158 33.938-18.04 18.04-29.66 38.896-33.937 57.156-3.19 13.618-2.38 25.28 1.97 34.063l55.874 69.28c.46-3.185 1.058-6.378 1.81-9.593 6.32-26.98 22.565-55.408 47.126-79.97 24.56-24.56 52.96-40.773 79.938-47.092 2.055-.482 4.108-.89 6.156-1.25l-67.53-54.5h-.033c-5.132-2.575-11.256-3.924-18.187-3.97zm103.094 75.5c-.947.005-1.907.017-2.875.06-5.166.236-10.637 1.008-16.345 2.345-22.832 5.348-48.686 19.78-71.03 42.125-22.347 22.345-36.778 48.2-42.126 71.03-5.35 22.833-1.77 41.703 9.905 53.376 7.86 7.862 18.996 12.047 32.406 12.313-.68-.603-1.347-1.225-2-1.876-13.45-13.452-16.224-33.735-11.5-53.906 4.726-20.172 16.757-41.163 34.908-59.313 18.15-18.15 39.172-30.213 59.343-34.938 5.044-1.18 10.086-1.898 15.033-2.093 14.84-.586 28.754 3.505 38.843 13.594.673.672 1.318 1.356 1.938 2.062-.245-13.438-4.44-24.595-12.313-32.47-8.207-8.207-19.98-12.4-34.186-12.31zm8.28 47.717c-.65.005-1.3.032-1.968.063-3.564.167-7.37.687-11.375 1.625-16.024 3.754-34.44 14.003-50.374 29.938-7.822 7.822-14.263 16.238-19.25 24.687 1.697-2.026 3.503-4.003 5.438-5.938 17.012-17.01 38.125-24.96 53.22-21.5-5.877 2.765-11.803 6.865-17.158 12.22-16.19 16.19-21.17 37.454-11.125 47.5 7.735 7.733 22.152 6.587 35.75-1.75-3.07 4.568-6.748 9.03-10.967 13.25-18.512 18.51-41.876 26.32-57.063 20.343 7.814 6.11 19.617 7.906 34.156 4.5 16.025-3.754 34.44-14.003 50.375-29.938 15.936-15.934 26.185-34.35 29.94-50.375 3.752-16.024 1.195-28.71-6.5-36.406-5.413-5.41-13.32-8.293-23.095-8.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-square-bottle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M345.98 19.586c-1.09-.01-2.16.003-3.21.04-14.725.51-25.865 5.643-32.153 14.51-7.185 10.132-7.67 24.62-.822 41.247 6.846 16.626 21.065 34.485 40.953 48.572 19.888 14.088 41.458 21.58 59.426 22.527 17.968.95 31.494-4.31 38.68-14.443 7.185-10.134 7.668-24.622.822-41.25-6.847-16.626-21.065-34.484-40.953-48.57-19.89-14.09-41.46-21.58-59.428-22.53-1.123-.058-2.23-.093-3.316-.104zM298.22 94.19l-18.843 26.57c-.426.6-.822 1.21-1.2 1.824-9.132-2.42-18.316-3.953-27.396-4.45-1.846-.103-3.69-.16-5.532-.167-1.84-.008-3.677.032-5.506.12-25.606 1.223-49.86 11.905-66.183 34.923L42.173 338.283l3.36 5.295 73.284 115.496 139.416 32.256 131.534-185.48c18.69-26.36 18.7-57.108 7.337-84.4-4.775-11.47-11.45-22.476-19.53-32.764l17.872-25.206c-6.33-1.17-12.76-2.914-19.21-5.216l-14.682 20.705c-3.764 5.305-9.15 7.028-17.74 6.096-8.592-.93-19.306-5.348-28.565-11.812-9.26-6.464-17.03-14.963-20.744-22.662-3.714-7.7-3.917-13.336.115-19.022l14.816-20.888c-4.288-5.357-8.05-10.877-11.217-16.49zm-53.087 42.453c1.526.015 3.067.065 4.623.15 7.63.42 15.552 1.76 23.556 3.896.07 6.236 1.67 12.445 4.36 18.02 5.657 11.73 15.496 21.918 26.88 29.866 11.385 7.95 24.345 13.67 37.25 15.07 7.192.78 14.702-.048 21.356-2.92 7.02 8.99 12.742 18.416 16.694 27.907 9.56 22.965 9.542 45.436-5.33 66.406l-12.932 18.237-94.926-49.017 23.775-33.528-15.245-10.81-29.174 41.14-147.077 29.477 89.86-126.72c12.97-18.29 30.85-26.31 51.795-27.115 1.496-.057 3.008-.077 4.535-.062zM93.418 298.33l92.094 48.057-61.254 86.377-59.582-93.9 28.742-40.534zm262.506 22.938l-105.686 149.03-111.408-25.775 67.33-94.945 149.764-28.31z" fill="#fff"/></svg>
<svg class="tc-image-originals-squib tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M59.395 20.285l109.447 137.043L18.89 98.084 143.737 246.75 36.975 338.582l137.287-12.72-31.457 160.187 112.27-115.142 83.08 101.588-8.58-127.873 165.988-22.76-141.383-74.597 141.04-56.778v-67.236L388.605 189.18l106.5-128.567L292.05 160.55 240.98 40.616l-53.037 90.26L126.63 20.285H59.396zm280.996 0l-25.812 98.61 93.05-98.61H340.39zM219.8 169.29l35.042 59.308-72.737-30.795c4.267-16.433 18.46-27.994 37.696-28.512zm104.62 1.77c16.857 9.28 24.173 26.062 20.428 42.62l-18.866-8.112-35.28 17.522 15.986-26.145-11.715-6.8 29.447-19.086zm-65.5 18.872l24.332 4.218-11.7 37.862-12.632-42.08zm-16.12 58.87l-1.208 21.895 22.87 2.412-38.76 54.28c-34.81-3.42-53.307-34.73-38.737-71.263L242.8 248.8zm32.034 18.862l51.99 16.72c2.035 11.373-2.796 20.542-13.455 24.466l7.767 8.576c-4.758 13.162-16.607 18.498-31.276 12.222l-4.9-47.962-10.126-14.022zm-143.688 85.15L74.613 396.34l-26-15.01-24.95 43.213 43.216 24.95 21.698-37.585 42.568-59.094zm223.293 10.32l85.85 81.178 11.68 42.05 39.712-12.266-12.264-33.287 19.857-36.796-39.13 10.513-105.706-51.392z" fill="#fff"/></svg>
<svg class="tc-image-originals-squid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M164.938 17.75c-36.9 0-67.808 13.327-87.25 35.72-19.443 22.39-26.84 53.717-18.094 86.936 12.483 47.41 52.983 87.193 101.97 106.094-25.22 53.827-58.776 79.275-98.19 92.5-14.152 4.75-29.16 7.51-44.968 9.344v39.72c19.494-2.063 38.53-5.417 57.22-11.69 30.89-10.366 60.143-28.824 84.686-56.655C147.02 347.054 128.52 366.127 106 381.06c-24.47 16.228-54.913 26.55-87.594 35.032v41.47c38.716-9.353 76.84-21.375 109.78-43.22 26.63-17.657 49.378-41.933 65.44-74.188-5.82 28.94-18.692 51.403-36.22 71.25C127.1 445.72 81.19 470.908 31.844 495.5h81.187c27.27-16.283 53.196-34.642 74.157-58.375 21.367-24.192 36.472-54.302 43.813-89.938 2.06 29.717-3.918 55.56-15.78 79.407-12.01 24.142-30.68 46.758-51.97 68.906h53.156c13.015-15.78 24.68-32.362 33.844-50.78 14.697-29.544 22.452-63.005 19.875-100.47 10.333 29.14 11.232 56.334 5.844 82.938-4.6 22.708-14.103 45.424-26.283 68.312h43.782c9.15-19.343 16.782-39.746 21.03-60.72 6.61-32.635 4.795-67.342-8.156-103.374 18.333 25.69 25.718 52.313 27.437 80 1.65 26.562-3.43 54.81-11.092 84.094h40.875c6.458-28.407 9.99-57.38 8.187-86.406-1.99-32.092-12.224-64.124-32.125-94.625 22.522 19.726 36.464 41.804 44.97 67.155 11.287 33.638 13.1 72.467 11.686 113.875h39.126c1.56-42.954.168-85.584-13.437-126.125-10.368-30.892-28.826-60.144-56.658-84.688 28.04 13.043 47.46 32.228 62.5 54.907 26.903 40.57 38.726 96.28 50.22 154.156.12.602.475 1.148.593 1.75h14.594V391.562c-8.194-26.055-18.84-50.918-33.876-73.593-28.706-43.29-74.346-76.243-144.25-88.19l-10.344-.968c2.067-1.973 4.045-4.043 5.906-6.187 19.443-22.392 26.84-53.75 18.094-86.97C311.256 69.218 238.735 17.75 164.937 17.75zM291.53 157.938c.846-.052 1.684-.003 2.5.125 4.36.682 8.38 3.794 11.408 9.906 3.028 6.11 4.5 14.89 3.03 24.28-1.47 9.39-5.56 17.295-10.312 22.188-4.752 4.892-9.548 6.62-13.906 5.937-4.358-.682-8.377-3.795-11.406-9.906-3.03-6.113-4.502-14.893-3.03-24.282 1.47-9.39 5.56-17.295 10.31-22.188 3.565-3.67 7.155-5.54 10.563-5.97.284-.035.563-.075.844-.093zm-101.06 10.5c17.527 0 31.53 14.002 31.53 31.53 0 17.53-14.003 31.532-31.53 31.532-17.53 0-31.564-14.003-31.564-31.53 0-17.53 14.034-31.532 31.563-31.532z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-squid-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.744 20.232c-104.313 0-157.183 53.89-168.717 111.45-6.607 32.973.374 67.266 20.64 94.066 7.506-10.545 18.562-18.648 31.978-22.242 30.662-8.214 61.7 9.096 70.902 35.492l1.486 4.26-2.412 3.812c-46.46 73.436-65.564 138.166-27.417 224.063l31.705-52.2c-12.814-48.445-12.78-101.28 8.04-149.482l17.156 7.41c-28.24 65.38-14.082 142.63 18.968 201.08 34.647-60.974 42.265-142.338 21.414-200.973l17.61-6.26c15.756 44.31 16.985 98.19 4.207 148.918l31.283 51.506c38.146-85.895 19.045-150.625-27.416-224.06l-2.412-3.812 1.486-4.26c7.478-21.447 29.368-36.897 53.762-37.53 5.63-.145 11.39.5 17.14 2.04 10.778 2.888 20.023 8.693 27.137 16.328 15.47-25.37 21.32-56.65 16.266-86.945C410.832 74.668 362 20.233 257.743 20.233zM155.894 220.26c-.518.007-1.038.024-1.558.053-2.613.14-5.242.546-7.856 1.246-20.905 5.6-33.172 26.848-27.57 47.752 5.368 20.03 25.108 31.95 45.14 28 7.67-18.718 17.582-37.23 29.083-55.808-6.184-11.873-21.173-21.475-37.238-21.244zm207 0c-16.064-.23-31.052 9.37-37.236 21.244 11.5 18.578 21.412 37.09 29.082 55.807 20.032 3.954 39.77-7.966 45.14-27.998 5.6-20.904-6.665-42.15-27.57-47.753-2.615-.702-5.244-1.106-7.857-1.248-.52-.028-1.04-.045-1.558-.052zm-233.5 89.71c-13.91 39.182-19.95 80.964-18.976 119.614 12.637-10.237 24.62-21.887 35.783-34.525-1.4-27.05 2.6-52.91 10.794-78.234-9.76.06-19.23-2.386-27.6-6.857zm259.313.364c-8.2 4.24-17.417 6.55-26.91 6.492 8.284 25.604 12.29 51.753 10.754 79.127 10.943 12.294 22.663 23.635 35.003 33.63.972-38.53-5.03-80.172-18.846-119.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-stack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 18.365L50.14 136 256 253.635 461.86 136 256 18.365zm-154 168L50.14 216 256 333.635 461.86 216 410 186.365l-154 88-154-88zm0 80L50.14 296 256 413.635 461.86 296 410 266.365l-154 88-154-88zm0 80L50.14 376 256 493.635 461.86 376 410 346.365l-154 88-154-88z"/></svg>
<svg class="tc-image-originals-stag-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M76.465 73.324c-16.696 10.814-24.31 28.1-23.647 44.938.664 16.837 8.676 33.327 21.393 46.06 1.265 1.266 2.596 2.48 3.962 3.66-6.772 11.33-17.072 12.974-25.512 10.586-4.85-1.372-8.708-4.328-10.676-7.86-1.967-3.534-2.67-7.755.055-14.26l-17.24-7.22c-4.57 10.91-3.87 22.082.858 30.573 4.73 8.492 12.865 14.19 21.914 16.75 15.546 4.4 34.89-1.218 46.02-18.22 8.568 4.33 18.18 7.156 28.428 7.986.676 11.475 4.846 22.184 11.634 31.79-6.064 2.136-11.192 6.248-14.42 11.61-8.616 14.312-2.927 35.32 17.545 49.546l10.665-15.348c-15.297-10.63-14.877-20.11-12.2-24.56 1.34-2.225 3.435-3.745 6.835-4.122 2.942-.325 7.056.338 12.09 3.4 2.958 2.186 6.07 4.265 9.318 6.222 16.108 9.698 35.805 16.807 57.666 20.578-8.085 6.224-13.812 14.285-18.125 23.445-32.812-8.59-64.65-.154-94.98 34.63 31.59 7.23 62.19 8.758 90.403-3.44l37.96 106.415c4.404 16.44 32.492 16.902 37.023 0l38.19-107.068c28.615 12.89 59.722 11.447 91.856 4.092-30.527-35.005-62.578-43.322-95.61-34.457-4.212-9.323-10.003-17.065-17.64-22.962 23.48-3.564 44.62-10.94 61.715-21.234 3.647-2.196 7.118-4.546 10.395-7.032 4.38-2.353 8.002-2.883 10.658-2.59 3.4.377 5.495 1.897 6.834 4.122 2.678 4.45 3.1 13.93-12.2 24.56l10.665 15.348c20.47-14.227 26.16-35.234 17.544-49.547-3.177-5.278-8.2-9.34-14.14-11.5 6.82-9.616 11.017-20.34 11.708-31.832 10.273-.694 19.92-3.39 28.547-7.608 11.174 16.657 30.315 22.136 45.726 17.776 9.05-2.56 17.186-8.258 21.916-16.75 4.73-8.49 5.426-19.663.857-30.573l-17.24 7.22c2.725 6.506 2.023 10.727.055 14.26-1.967 3.533-5.827 6.49-10.677 7.86-8.265 2.34-18.312.807-25.084-9.895 1.652-1.39 3.24-2.84 4.75-4.35 12.717-12.733 20.73-29.223 21.392-46.06.664-16.838-6.95-34.124-23.646-44.938L429.85 89.01c11.61 7.52 15.573 17.276 15.13 28.515-.442 11.24-6.222 23.858-15.94 33.59-14.804 14.823-37.444 23.673-64.16 12.772 6.135-3.766 11.356-9.778 14.567-17.617l-17.293-7.084c-2.673 6.526-6.154 9.016-10.043 10.123-3.887 1.105-8.706.464-13.106-1.996-8.8-4.92-15.577-15.34-8.467-31.55l-17.113-7.508c-9.727 22.175-1.276 43.15 13.22 53.326l-.064.072c15.934 13.58 32.233 20.995 47.748 23.71-5.807 15.017-14.117 23.457-22.94 28.003-9.28 4.783-19.567 5.284-28.773 2.78-9.206-2.505-17.03-8.12-21.066-14.44-4.037-6.32-5.028-12.746-.87-20.894l-16.65-8.495c-6.945 13.616-5.262 28.437 1.767 39.446 7.028 11.01 18.657 18.81 31.912 22.416 3.39.922 6.906 1.558 10.493 1.882-19.513 8.518-43.958 13.754-70.484 13.754-25.172 0-48.48-4.706-67.468-12.464 2.604-.36 5.162-.886 7.652-1.563 13.255-3.606 24.886-11.408 31.914-22.417 7.03-11.01 8.71-25.83 1.764-39.445l-16.646 8.494c4.157 8.15 3.166 14.573-.87 20.894-4.035 6.32-11.86 11.936-21.066 14.44-9.206 2.504-19.49 2.002-28.773-2.78-9.087-4.684-17.627-13.502-23.452-29.378 15.617-2.462 32.07-9.685 48.17-23.15 15.274-9.814 24.522-31.367 14.51-54.192l-17.113 7.508c7.11 16.21.332 26.63-8.467 31.55-4.4 2.46-9.217 3.1-13.105 1.995-3.89-1.108-7.372-3.597-10.045-10.124l-17.293 7.084c3.182 7.77 8.34 13.746 14.404 17.517-26.822 11.052-49.555 2.195-64.402-12.672-9.72-9.732-15.5-22.35-15.942-33.59-.443-11.24 3.523-20.996 15.133-28.515l-10.16-15.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-stahlhelm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" class="cls-2" d="M489.824 354.324c-5.91-6.65-41.57-41.8-44.52-69.228-3.385-31.43-7.713-98.336-26.74-123.443-24.465-32.287-51.253-57.334-165.762-57.334-81.727 0-123.298 16.922-150.714 53.815-16.464 22.194-30.22 79.418-33.266 113.01-4.618 50.058-50.407 39.275-49.416 53.78.98 14.313 67.185 17.94 156.878 18.266 59.46.218 104.2 60.26 135.93 63.173 94.698 8.75 198.848-28.057 177.61-52.04zM272.24 230.964a16.246 16.246 0 1 1 16.245-16.245 16.246 16.246 0 0 1-16.234 16.245z"/></svg>
<svg class="tc-image-originals-stairs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M64 448v-64h64v-64h64v-64h64v-64h64v-64h64V64h64v384z" fill="#fff"/></svg>
<svg class="tc-image-originals-stake-hammer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M155.268 19.918c-10.28.078-20.632 4.474-20.96 13.115-.023 12.594 10.636 14.963 20.954 14.824 9.236.413 22.5-4.293 20.496-15.117.015-8.65-10.2-12.9-20.49-12.822zm206.502 6.58L345.46 45.34l-37.456 9.61 26.19 22.443 6.318 22.382 33.783-9.103 44.168 8.685 40.63-15.732-5.312-14.355 25.42-9.66-28.114-13.124-6.17-19.697-42.19 7.25L361.77 26.5zM193.752 35.81c1.195 21.554-22.075 29.942-38.3 30.045-16.423.105-39.028-7.878-39.15-29.91-6.35.916-13.206 1.983-20.894 3.235 4.393 4.827 8.22 10.667 11.422 17.105 8.723 17.536 13.724 40.668 13.68 66.14-.044 25.474-5.123 48.604-13.906 66.138-3.223 6.43-7.066 12.268-11.47 17.09 18.354 6.3 94.374 11.717 147.807-3.594 7.364-2.153 16.48-6.777 23.693-21.175 7.213-14.398 12.038-35.29 12.078-58.436.04-23.147-4.713-44.038-11.876-58.438-7.163-14.4-16.02-20.17-23.62-21.18-17.46-3.04-32.922-4.648-49.462-7.02zM67.79 43.57c-7.24 0-15.85 6.49-22.995 20.75-7.144 14.26-11.957 35.05-11.996 58.096-.04 23.045 4.7 43.84 11.796 58.102 7.094 14.26 15.683 20.75 22.922 20.752 7.238 0 15.852-6.487 22.996-20.747 7.143-14.258 11.956-35.05 11.996-58.096.015-8.744-.58-17.176-1.89-25.026-.472-2.84-20.153 12.424-20.153 12.424S97.97 84.32 97.34 82.04c-1.83-6.617-4.077-12.59-6.627-17.716C83.618 50.062 75.028 43.57 67.79 43.568zm380.507 62.68l-27.887 11.836-15.238-2.996.314 194.21 43.106-21.566-.295-181.484zm-73.365 2.895l-31.21 8.408.57 163.632 43.19 26.552-.316-196.185-12.234-2.407zM133.972 229.12l-.41 239.19c-.015 7.678 2.53 12.29 6.24 15.596 3.707 3.308 9.004 5.164 14.432 5.164 5.428 0 10.74-1.854 14.47-5.168 3.728-3.314 6.293-7.938 6.306-15.615l.408-239.074c-14.494 1.255-26.855 1.226-41.447-.092zm214.624 75.837l46.375 187.098-7.41-137.502-.04-25.668-38.924-23.928zm96.166 4.82l-39.242 19.63.04 25.116-10.525 137.56 49.727-182.306z"/></svg>
<svg class="tc-image-originals-stalagtite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M79.186 18.924l76.447 168.373 16.05 168.137 20.114 32.222 23.72 68.82 37.92 38.567 29.07-17.904 18.52-92.8 16.754-76.785-48.14 14.57 15.52 20.63-54.84 71.32-12.01-19.24 23.417-81.884 14.136-4.73-.402-1.327 72.74-22.018 42.894-62.197 23.195-85.364-24.976-3.94-33.04 51.25-15.706-10.128 34.256-53.137L333.27 18.923H189.423l37.94 89.09-60.132 59.62-67.52-148.71H79.187zm273.183 0l20.206 96.045 26.643 4.202 27.24-100.248h-74.09zm-74.48 31.55h.003l36.498 81.096-18.652 46.006-38.338-56.228 20.49-70.875zm-61.468 94.706l33.047 44.697-42.966 14.643 62.133 63.26-5.39 18.26-26.063 8.724-59.164-69.618-3.655-38.267 42.057-41.7zm-35.3 112.476l42.634 50.166-18.777 65.658-15.113-24.207-8.746-91.617z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-standing-potion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M257.95 17.127c-19.323.186-39.152 5.737-49.462 16.437l4.494 25.288-18.836.13 3.756 12.04 12.84 41.165c1.466 31.346-8.624 56.45-23.828 79.997-18.854 29.198-45.987 55.144-67.662 83.957-11.56 15.367-15.767 33.277-13.285 50.57 2.48 17.29 11.322 33.89 24.795 48.257 26.945 28.736 72.624 49.044 128.345 48.654 52.815-.366 98.06-21.347 125.3-50.313 13.62-14.484 22.82-31.095 25.603-48.434 2.78-17.34-1.278-35.385-13.15-50.678h.003c-22.132-28.513-49.724-54.076-69.088-83.01-15.9-23.76-26.513-49.206-25.107-81.374l15.228-51.68-17.6.12 4.09-25.357c-8.29-10.77-27.11-15.952-46.435-15.766zm34.905 59.863l-6.582 22.336c-22.502 10.67-41.278 9.862-59.775.617l-7-22.447 73.357-.506zm-8.765 43.49c1.27 31.477 12.715 58.028 28.152 81.096 7.37 11.013 15.604 21.332 24.076 31.254-20.758-5.694-49.388-9.355-80.85-9.355-28.173 0-54.063 2.94-74.077 7.64 7.483-9.18 14.71-18.707 21.223-28.793 14.953-23.156 25.9-49.698 26.768-80.96 17.122 5.656 35.656 5.724 54.71-.882zm75.58 138.756c4.275 4.785 8.483 9.543 12.516 14.285-7.27 4.73-16.44 8.51-27.293 11.732-23.45 6.96-54.792 11.053-89.426 11.053s-65.977-4.094-89.426-11.053c-8.803-2.613-16.478-5.602-22.95-9.158 3.992-4.87 8.175-9.76 12.424-14.672 4.372 2.06 9.703 4.094 15.843 5.916 20.964 6.22 50.975 10.28 84.11 10.28 33.136 0 63.146-4.06 84.11-10.28 8.31-2.466 15.157-5.314 20.093-8.102zM102.04 364.234c-50.154 13.628-82.55 33.813-82.55 56.204 0 41.017 106.522 74.35 237.696 74.35 131.173 0 237.697-33.333 237.697-74.35 0-22.31-32.12-42.578-81.965-56.204 17.23 8.88 27.518 19.25 27.518 30.444 0 32.13-82.31 58.545-183.248 58.545-100.94 0-182.663-26.418-182.663-58.545 0-11.255 10.11-21.535 27.518-30.444h-.004z"/></svg>
<svg class="tc-image-originals-star-cycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M197.666 22.36c-37.354 0-67.637 30.284-67.637 67.64 0 11.57 2.908 22.46 8.03 31.982-41.127 38.07-75.686 84.545-97.312 134.717-55.608 129.01-4.667 233.597 113.78 233.597 118.446 0 259.545-104.586 315.154-233.598C525.29 127.686 474.352 23.1 355.904 23.1c-34.222 0-70.334 8.745-105.73 24.273-12.402-15.26-31.313-25.014-52.508-25.014zm-6.7 14.083l13.288 27.666 30.496-7.065-15.695 24.07C214.683 77.09 208.6 74.9 202.207 75.4c-12.196.954-21.35 11.656-20.398 23.852.167 2.03.958 3.905 1.618 5.732l-28.75 6.932 17.93-25.418-21.702-22.908 31.223 2.25 8.835-29.397zm129.49 16.44c2.93-.008 5.85.073 8.753.242 74.362 4.336 116.098 66.005 108.73 147.703-13.446 90.524-69.506 168.88-165.03 199.758 18.422 3.867 35.72 4.313 51.713 1.797-44.73 36.55-96.58 57.906-144.285 55.125-24.947-1.455-46.217-9.37-63.2-22.32 18.472 2.268 40.657-1.352 65.132-12.37C122.06 410.5 80 368.245 88.89 297.358c-7.795 11.485-13.765 22.637-18.103 33.308-.356-26.225 4.678-55.082 15.75-85.158 6.296-17.1 14.182-33.6 23.348-49.264 13.746-19.44 29.697-36.908 47.365-52.037 11.277 8.425 25.256 13.43 40.416 13.43 37.354 0 67.64-30.283 67.64-67.637 0-.786-.033-1.563-.06-2.342 32.21-8.183 66.18-10.1 100.418-4.625-16.914-15.152-34.966-24.902-53.45-29.894 2.756-.16 5.505-.25 8.24-.257z"/></svg>
<svg class="tc-image-originals-star-prominences tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.344 21.78l-54.625 91.94-100.97-35.314L120 183.97 19.97 221.812l81.06 69.78-52.31 93.282 106.936 1.344 19.906 105.06 82.782-67.686 82.78 67.687 19.907-105.06 106.94-1.345-52.283-93.28 81.032-69.783-100.033-37.843 17.25-105.564L313 113.72l-54.656-91.94zM264 119.72c37.302 0 71.283 14.157 96.906 37.374-8.81-3.43-18.117-5.836-27.78-6.813-1.917-.195-3.885-.204-5.845-.155-1.958.05-3.906.156-5.874.156-6.82 0-13.483.607-19.97 1.75-1.52-8.805-9.163-15.53-18.405-15.53-10.336 0-18.717 8.382-18.717 18.72 0 3.28.83 6.38 2.312 9.06-7.876 4.325-15.186 9.538-21.78 15.532.445-.024.89-.03 1.343-.03 13.13 0 23.78 10.62 23.78 23.75 0 13.128-10.65 23.78-23.78 23.78-12.214 0-22.278-9.21-23.625-21.062-5.432-11.885-17.44-20.22-31.282-20.22-18.877 0-34.405 15.498-34.405 34.376 0 18.88 15.528 34.375 34.406 34.375 5.442 0 10.6-1.276 15.19-3.56.008-.012.02-.02.03-.032 3.434-4.16 8.623-6.813 14.438-6.813 10.336 0 18.718 8.383 18.718 18.72 0 10.334-8.382 18.717-18.72 18.717-4.062 0-7.805-1.298-10.874-3.5-3.412-3.62-8.225-5.906-13.593-5.906-10.338 0-18.72 8.382-18.72 18.72 0 10.334 8.382 18.718 18.72 18.718 7.335 0 13.65-4.23 16.718-10.375 6.167 18.95 17.18 35.682 31.562 48.78.407-9.524 7.913-17.163 17.375-17.813-.51-2.338-.813-4.766-.813-7.25 0-18.878 15.528-34.375 34.407-34.375 18.877 0 34.374 15.497 34.374 34.375 0 18.88-15.497 34.375-34.375 34.375-5.104 0-9.972-1.13-14.345-3.156-1.564 5.255-5.37 9.54-10.313 11.75 15.172 7.477 32.246 11.688 50.344 11.688 14.427 0 28.192-2.858 40.875-7.875-25.773 23.952-60.31 38.592-98.28 38.592-79.764 0-144.438-64.642-144.438-144.406 0-79.762 64.674-144.437 144.438-144.437zm59.625 62.436c10.337 0 18.72 8.384 18.72 18.72 0 10.334-8.383 18.718-18.72 18.718s-18.72-8.384-18.72-18.72c0-10.336 8.383-18.718 18.72-18.718zM191.28 204.72c8.777 0 15.69 6.91 15.69 15.686s-6.913 15.688-15.69 15.688c-8.775 0-15.686-6.912-15.686-15.688s6.91-15.687 15.687-15.687zM295.72 307.5c-8.777 0-15.72 6.91-15.72 15.688 0 8.776 6.943 15.687 15.72 15.687 8.775 0 15.686-6.91 15.686-15.688 0-8.776-6.91-15.687-15.687-15.687zm-96.908 18.594c-8.558 0-15.468 6.94-15.468 15.5 0 8.557 6.91 15.5 15.47 15.5 8.557 0 15.5-6.943 15.5-15.5 0-8.558-6.943-15.5-15.5-15.5z" fill="#fff"/></svg>
<svg class="tc-image-originals-star-pupil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.125 98.625c-6.093.318-12.193.944-18.313 1.844l8.375 74.81-84.687-35.343c5.838-8.19 12.44-15.826 19.72-22.78-54.392 24.186-108.24 72.105-157.657 145.812 56.266 48.932 114.94 80.49 173.656 94.374-9.275-6.686-17.8-14.368-25.407-22.97l64.062-16.937-11.563 45.032c12.627 1.814 25.24 2.827 37.813 3l20.156-22.283 7.22 21.344c14.562-1.197 29.062-3.494 43.438-6.936l3.093-18.063 15.814 12.845c13.016-4.042 25.912-9.05 38.687-14.97l-12.5-29.56 43.44 4.436c-3.064 4.957-6.348 9.777-9.845 14.44 29.296-16.167 57.768-37.378 85.094-63.75-18.222-31.2-38.106-58.214-59.283-80.814 2.75 8.198 4.83 16.716 6.125 25.53l-58.187-2.217 28.22-46.44c-7.077-6.2-14.267-11.944-21.564-17.218l-44.217 26.094-1.875-52.562c-8.284-3.595-16.646-6.6-25.094-9.063l-24.563 50.595-40.155-58.25zm-99.03 48.688L211.53 218l-81.75 14.72c-.38-31.18 8.666-60.68 24.314-85.407zm141.405 38.28c-8.232 6.9-13.47 17.264-13.47 28.845 0 20.77 16.825 37.625 37.595 37.625 18.725 0 34.248-13.71 37.125-31.625 5.848 10.64 8.92 23 8.22 36.062-2.003 37.232-33.613 65.596-70.845 63.594-37.232-2.002-65.596-33.58-63.594-70.813 1.878-34.904 29.75-62.05 63.907-63.655.352-.017.71-.022 1.063-.03zm146.53 48.626c-.352 17.6-3.055 34.256-8.842 50.06l-39.032-26.5 47.875-23.56zM130.53 246l76.595 25.03-50.844 47.126C142.116 297.24 133.136 272.7 130.53 246z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-star-sattelites tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.72 17.125c-46.945.28-93.808 14.67-133.626 43.188 90.04-37.994 198.53-19.315 271.937 54.093 73.324 73.342 91.483 181.133 53.626 271.125 65.043-90.962 56.77-217.948-25.03-299.75-46.024-46.074-106.55-69.016-166.907-68.655zM451.655 385.53c-.044.063-.08.127-.125.19l.033.06c.034-.08.06-.167.093-.25zM96.28 67.03c-14.01 0-25.155 11.162-25.155 25.157 0 14.012 11.16 25.157 25.156 25.157 14.013 0 25.157-11.16 25.157-25.156 0-14.012-11.16-25.157-25.156-25.157zm161.782 14.564c-44.438-.03-88.87 16.9-122.75 50.78-67.772 67.777-67.662 177.742.188 245.595 67.865 67.867 177.805 67.916 245.563.155 67.772-67.776 67.693-177.74-.157-245.594-33.932-33.933-78.405-50.908-122.844-50.936zm-4.468 21.344l21.656 61.874c-14.76-2.616-30.052-1.584-44.375 3.157l22.72-65.032zM65.28 122.844c-.033.082-.058.168-.093.25.044-.062.082-.126.126-.188l-.032-.062zm-.093.25C.144 214.057 8.417 341.044 90.22 422.844c81.817 81.912 209.517 90.654 300.53 25.47-90.042 37.992-198.53 19.313-271.938-54.095-73.323-73.343-91.48-181.134-53.624-271.126zm82.72 23.562l63.405 30.53c-5.604 3.53-10.878 7.743-15.75 12.626l-.03-.062c-6.252 6.25-11.38 13.19-15.407 20.594l-1.03 1.03-31.19-64.718zm211.655.063l-26.406 54.843c-2.922-4.126-6.224-8.068-9.906-11.75-6.34-6.34-13.39-11.536-20.906-15.594l57.22-27.5zm-99.218 45.655c15.813.01 31.644 6.05 43.72 18.125 24.148 24.15 24.178 63.29.06 87.406-24.116 24.118-63.256 24.088-87.405-.062-24.15-24.15-24.15-63.29-.032-87.406 12.058-12.06 27.842-18.074 43.656-18.063zm-88.47 36.375v2.813c-3.59 14.433-3.58 29.592.032 44.03v.594l-67.812-23.75 67.78-23.687zm175.532 4.438l56 19.593-55.187 19.282c2.51-12.828 2.213-26.11-.814-38.875zm-168.562 61.03c4.216 8.38 9.796 16.235 16.78 23.22 4.282 4.28 8.915 8.028 13.782 11.28l-61.344 29.5 30.782-64zm155.344 11.313l25.5 52.908-54.438-26.22c6.65-3.815 12.897-8.556 18.563-14.218 3.9-3.9 7.35-8.073 10.375-12.47zM232.03 339.657c13.79 4.442 28.437 5.565 42.626 3.313l-20.72 59.28-21.905-62.594zm195.064 58.875c-14.012 0-25.156 11.162-25.156 25.158 0 14.01 11.16 25.156 25.156 25.156 14.012 0 25.125-11.16 25.125-25.156 0-14.012-11.13-25.157-25.126-25.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-star-swirl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M436.406 29.625l-18.094 42.22-48.562 5.905 42.156 25.656 1.375 13.47C367.938 90.74 302.435 75.36 214.78 82.31l-20.186-3.343-24.125-38.407.5 39.78-49.22 16.438 55.063 4.564 7.843 33.78 17.094-37.78 17.906-2.75c203.993 22.03 277.475 204.75 77.875 207.625l5.22-37.595 36.75-43.72-51.344-24.968-30.22-48.468-39.623 41.124-4.125 1.03C-8.4 163.078-31.708 304.485 98.844 376.125l-11.938 12.688L39.844 374.5l33.03 39.406-15.124 42.53 36.375-31.155 47.03 18.095-30.374-43.875 4.69-15.03c62.43 28.648 153.852 42.16 270.5 20.717-241.042 33.38-364.142-137.94-219.283-195.687l23.032 43.25-4 56.97 56.218-9.97 19.25 7.813c218.255 102.608 297.46-83.917 171.843-177.75l14.376-22.22 46.47-16.5-41.907-14.812-15.564-46.655zM34.53 79.03l4.845 26.095-19.47 22 27.22-3.25 17.563 23.344.687-29.47 24.78-17.906-33.218-1.72-22.406-19.093zm358.564 298.5l14.25 51.658-31.375 41.062 49.592-12.688 33.688 34.282-2.53-51.406 35.217-30.375-51.593 1.562-47.25-34.094z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-stars-stack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.65 38.984l-49.697 100.702-111.13 16.146 80.413 78.385-18.982 110.68 99.396-52.256 99.397 52.256-18.983-110.68 80.413-78.384-111.127-16.146-49.7-100.702zM112 308.826l-26.674 54.05-59.646 8.665 43.16 42.073-10.188 59.403L112 444.97l53.348 28.046-10.188-59.403 43.16-42.072-59.646-8.665L112 308.825zm288 0l-26.674 54.05-59.646 8.665 43.16 42.073-10.188 59.403L400 444.97l53.348 28.046-10.188-59.403 43.16-42.072-59.646-8.665L400 308.825z"/></svg>
<svg class="tc-image-originals-staryu tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.313 24.563l-66.125 133.78L222.25 216c9.095-7.82 17.132-17.24 24.063-28.5V24.562zm18.687.625v162.406c6.37 11.466 14.176 21.062 23.375 29L331 158.25 265 25.187zM164.187 168.094L20.845 188.97l156.53 51.093c10.752-3.268 20.687-7.577 29.782-13.094l-42.97-58.876zm182.782 0L303.593 227.5c9.343 5.507 19.765 9.777 31.28 12.97l157.876-51.19-145.78-21.186zm-91.533 33.844c-17.96 25.962-42.385 42.9-71.25 52.218 22.825 23.285 29.075 53.562 26.782 85.656 30.114-12.898 60.604-9.374 89.874 1.438-2.023-31.53 4.755-61.705 27.156-86.656-30.68-9.16-55.663-26.35-72.563-52.656zM13.25 206.155l106.72 104 68.936-22.344c-5.1-11.618-13.2-22.024-25.22-31.125l-3.374-2.53-147.062-48zm482.156 1.906L349.186 255.5l-.967.844c-11.146 9.762-18.935 20.302-24.095 31.625l67.375 21.967 103.906-101.875zm-301.062 97.625l-68.72 22.282-25.718 146.75 28.813-39.47 66.31-90.813c1.518-13.88 1.532-26.83-.686-38.75zm123.906 0c-2.725 12.42-3.01 25.66-1.594 39.72l93.563 128.25-24.658-146.032-67.312-21.938zm-71.938 41.22c-12.81.772-25.57 4.355-38.468 11.656l-64.03 87.718-26.908 36.845 129.406-67.813v-68.406zm18.688.75v67.717l129.625 68.595-91.25-125.095c-13.052-5.493-25.79-9.5-38.375-11.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-static tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M183.188-.72l-1.563.75h1.938l-.375-.75zm-40.532 19.44L20 77.562V98.28l120.313-57.718L20 132.032v112.655l129.375-46.78L86 188.56l187.97-45.75L20 326.5v43.47l349.594-189.533-81.125 18.22 115.28-71.313 91.53-34.625v-20l-84.75 32.06L301 131.563l44.406-30.125L495.28 28.594V18.72h-22.436l-106.78 51.905-141.377 49.03L383.5 18.72h-81.47l-189.75 95.343L234.47 18.72h-91.814zM495.28 143.343l-264.686 156.22 150.5-39.064-28.188 18.188L78.72 418.717l102.343-90.812L20 409v85h32.938l119.624-80.75 144.688-58.563L246.97 407l112.624-34.438-216.22 119.5L429.438 389.97l-82 57.655L495.281 406V298.437l-139.905 52.25 72.72-58.5-133.72 47.22 177.063-115.094L446.5 266.78l48.78-18.436v-105z" fill="#fff"/></svg>
<svg class="tc-image-originals-static-waves tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M271.688 18.076c30.998 22.56 59.474 47.18 85.85 74.17-55.465-17.182-111.375-24.518-166.444-24.53 131.154 56.898 232.282 146.106 301.353 302.522v-65.394c-43.575-82.686-107.69-155.17-176.906-190.42C388.585 135.42 446.776 179.83 490 223.034 441.175 96.127 375.416 38.693 271.688 18.075zM66.692 20.994C52.09 133.23 55.57 248.46 88.887 360.31c-33.756-40.1-58.85-84.33-71.25-130.236 1.203 129.388 75.925 229.466 194.035 261.7-54.595-68.506-108.85-165.455-111.063-290.587 28.372 118.453 129.845 227.278 256.544 294.03H480.18C248.53 386.68 129.253 227.084 66.693 20.994zm19.805 15.313l156.135 180.22c-32.287-17.453-65.367-34.38-98.07-51.318 85.847 129.425 186.64 243.742 347.11 295.397-64.525-60.37-95.74-102.014-127.757-150.318-48.695-14.554-101.03-37.668-144.51-76.456 44.58 26.788 123.108 42.688 185.977 48.342-79.726-127.645-192.9-186.57-318.885-245.87z" fill="#fff"/></svg>
<svg class="tc-image-originals-steak tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M294.818 43.27c-.957.003-1.917.014-2.88.035-46.15.993-96.56 23.687-128.614 54.82-41.965 40.758-91.926 108.163-118.896 173.047-13.486 32.442-21.17 64.22-19.93 91.305 1.24 27.085 10.723 49.188 32.54 65.546 15.71 11.78 28.638 10.986 44.814 2.72 16.175-8.268 34.067-25.324 52.433-45.405 36.732-40.162 74.766-92.452 121.008-107.932 61.794-20.685 98.278-34.43 120.926-46.785 22.646-12.353 31.392-22.466 40.74-39.08 7.302-12.974 8.365-26.067 5.03-39.882-3.334-13.814-11.388-28.167-22.45-41.62-22.127-26.903-56.253-49.946-83.706-60.003-12.75-4.67-26.652-6.79-41.016-6.764zm3.418 24.26c21.21-.103 42.145 4.338 58.493 16.677 47.554 35.895 86.454 58.96 54.377 111.88-32.076 52.923-177.004 58.17-217.56 20.06-1.663-10.596-12.613-91.45 10.176-121.653 12.52-10.007 54.02-26.77 94.513-26.965zm-119.87 43.66c-1.058 1.99-7.086 83.113-10.403 98.937-19.397 9.728-71.78 21.074-73.92 6.977 3.618-16.654 37.1-71.993 84.324-105.915zm278.095 26.248c1.196 3.294 2.213 6.627 3.026 9.996 4.2 17.4 2.736 35.916-6.84 52.933-10.34 18.374-23.007 32.528-47.808 46.057-24.8 13.53-61.8 27.285-123.832 48.05-36.878 12.346-75.83 61.892-113.438 103.012-18.804 20.56-37.417 39.008-57.525 49.285-5.895 3.014-12.05 5.204-18.322 6.418 3.03 1.73 6.143 3.338 9.165 4.728 8.116 3.734 16.547 5.668 17.197 5.686 14.037-.65 29.08-8.326 44.816-21.024 15.82-12.764 32.063-30.284 48.493-48.676 32.86-36.784 65.744-77.523 104.444-90.478 61.817-20.694 98.67-34.278 121.465-46.543 22.794-12.264 31.4-22.235 40.044-39.028 9.733-18.912 10.244-32.256 4.506-46.28-4.33-10.583-12.968-21.73-25.39-34.135zm-314.546 95.466c33.96-.19 69.09 16.75 104.688 36.092-71.258 37.318-141.89 180.326-187.133 133.99-18.206-20.105-19.433-119.77 30.147-153.564 17.043-11.616 34.51-16.418 52.297-16.518zm-36.463 73.213c-5.436.103-10.92 1.77-14.74 4.787-12.34 9.753-21.72 34.145-11.206 45.844 10.057 11.19 35.46 5.816 44.728-6.012 8.262-10.544 5.69-31.088-4.32-40.02-3.632-3.24-9.023-4.7-14.46-4.6z"/></svg>
<svg class="tc-image-originals-steam-locomotive tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v31.758C38.244 53.855 59.076 55.953 80 56a317.745 317.745 0 0 0 50.658-4.27C143.375 100.622 200.964 135.96 268 136c15.1-.044 30.093-1.903 44.395-5.504 3.702 25.632 27.322 44.78 55.275 44.813.475-.01.95-.027 1.424-.048 4.215 14.473 20.33 24.72 38.906 24.738 22.09 0 40-14.327 40-32-.022-13.555-10.718-25.63-26.697-30.137a48.067 48.067 0 0 0 2.203-14.21c-.02-19.245-11.602-36.886-30.057-45.772C402.962 63.617 407.94 47.92 408 32c-.033-7.4-1.128-6.774-3.268-14zm-2 205v18h23v48H25v94h142v-94h-14v-48h23v-18zm360 0v18h17v46h46v-46h17v-18zM57 241h14v48H57zm32 0h46v48H89zm231 20c-7.25 0-14.577 1.013-19.154 2.54-2.077.69-3.287 1.444-3.846 1.855V287h46v-21.605c-.56-.41-1.77-1.164-3.846-1.856C334.577 262.012 327.25 261 320 261zm-135 44v30h247v18H185v30h279c36 0 36-78 0-78zM25 401v37.22L75.67 401zm416 0v78h53.906c-4.965-9.187-9.113-19.953-12.734-31.557-4.94-15.833-8.498-32.39-10.227-46.443zm-289 1.49c-10.72 0-20.57 3.55-28.455 9.533L164.325 463h32.714a47.358 47.358 0 0 0 1.96-13.51c0-26.064-20.936-47-47-47zm112 0c-8.46 0-16.374 2.217-23.213 6.088L284.327 463h24.712a47.358 47.358 0 0 0 1.96-13.51c0-26.064-20.936-47-47-47zm112 0c-8.46 0-16.374 2.217-23.213 6.088L396.327 463c1.68 2.254 1.69 1.93 1.673 4.2V481h-56.945c8.586 9.524 21.034 15.49 34.945 15.49 26.064 0 47-20.936 47-47s-20.936-47-47-47zm-278.994 5.174L43.456 447H87.06c.512-13.423 5.137-25.816 12.633-35.975zm130.105 12.633C220.78 428.302 217 438.43 217 449.49c0 4.703.69 9.234 1.96 13.51h42.313zm112 0C332.78 428.302 329 438.43 329 449.49c0 4.703.69 9.234 1.96 13.51h42.313zm-227.684 5.392c-4.08 6.97-6.426 15.096-6.426 23.8 0 26.064 20.936 47 47 47 13.91 0 26.36-5.966 34.945-15.49h-31.27zM25.023 465c.522 16.756 14.085 30 30.977 30s30.455-13.244 30.977-30zm204.032 16c8.586 9.524 21.034 15.49 34.945 15.49 13.91 0 26.36-5.966 34.945-15.49z"/></svg>
<svg class="tc-image-originals-steampunk-goggles tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M175.342 120.424c-39.044-.035-81.332 6.312-136.06 17.752 2.786 11.553 6.997 23.69 11.796 35.318 109.813-26.153 176.85-16.624 239.863 9.426 4.03-13.23 10.572-25.413 18.648-35.72-49.595-18.4-89.864-26.737-134.246-26.776zm186.87 14.11c-6.61-.015-12.398.99-16.982 3.376-.79.68-1.384 1.442-1.734 2.2 18.56 4.702 36.184 9.745 51.613 15.628 5.153-4.313 10.78-8.04 16.833-11.027-17.658-5.47-35.56-10.142-49.732-10.175zm-341.454 5.063c-.89 19.648-5.877 24.76-1.288 59.096 3.89 29.1 15.095 72.413 61.754 109.08-3.517-14.455-5.16-28.265-4.587-43.724-12.806-14.01-25.166-33.834-43.268-85.906-5.63-13.404-8.834-26.383-12.612-38.547zm419.545 14.81c-14.962.188-29.31 7.998-40.727 19.942-13.532 14.156-23.72 34.396-28.234 57.824-4.516 23.427-2.557 45.88 4.785 63.843 5.976 14.622 15.925 26.615 29.078 32.332h.002c4.374 1.97 7.517 3.288 12 3.265 17.044 2.097 33.69-6.112 46.593-19.61 13.533-14.158 23.717-34.396 28.233-57.824 4.515-23.426 2.56-45.88-4.78-63.842-7.343-17.963-20.684-31.962-38.59-35.227a43.482 43.482 0 0 0-8.36-.702zm-113.092.222c-10.18 11.86-18.49 27.615-21.48 44.08 23.602 11.794 41.428 32.958 47.72 54.432.148-8.285.985-16.61 2.5-24.8 3.964-21.45 12.488-42.035 25.476-58.436-15.95-5.543-34.613-10.52-54.215-15.277zm114.053 17.745a25.86 25.86 0 0 1 3.993.41c10.53 1.92 19.517 10.35 25.285 24.46 5.768 14.112 7.704 33.376 3.786 53.706-3.918 20.33-12.897 37.605-23.527 48.726-10.632 11.12-22.15 15.812-32.68 13.892-10.53-1.92-19.517-10.352-25.284-24.463-5.768-14.11-7.702-33.373-3.783-53.703 3.918-20.33 12.894-37.604 23.525-48.725 9.302-9.73 19.28-14.54 28.685-14.302zm-254.61 22.328c-12.71.12-23.37 1.835-31.446 5.224-27.724 11.638-46.134 28.764-55.694 47.918 33.88 11.845 50.606 20.93 105.842 23.778 9.12-26.446 27.087-50.78 55.36-65.742-28.42-7.515-53.842-11.37-74.063-11.177zm272.198 6.406c-10.734 55.258-26.578 72.102-46.178 94.99 17.267 1.758 33.788-9.264 41.44-38.276 4.17-15.812 5.536-19.187 4.74-56.715zm-170.577 12.913l-.066.022c-15.41-.246-30.24 7.657-41.977 19.933-13.532 14.157-23.72 34.395-28.234 57.823-4.515 23.428-2.557 45.882 4.785 63.844 2.92 7.144 6.79 13.658 11.517 19.12 5.406 6.65 11.756 11.463 18.757 14.042 2.697.853 5.81 1.6 8.315 2.065 17.906 3.266 35.553-5.08 49.085-19.237 13.532-14.157 23.717-34.397 28.232-57.825.216-1.492.55-2.617.717-4.068 3.55-21.95 1.418-42.855-5.498-59.775-5.793-14.175-15.324-25.876-27.885-31.788-.753-.37-1.52-.728-2.305-1.068v.062a43.235 43.235 0 0 0-8.4-2.434 43.435 43.435 0 0 0-6.975-.693 8.534 8.534 0 0 1-.067-.022zm-.355 17.98a25.85 25.85 0 0 1 3.992.41c10.53 1.92 19.518 10.353 25.285 24.464 5.768 14.11 7.703 33.373 3.785 53.703-3.918 20.33-12.896 37.604-23.527 48.724-10.63 11.12-22.147 15.813-32.678 13.893-10.53-1.92-19.517-10.35-25.285-24.46-5.767-14.112-7.7-33.376-3.783-53.706 3.918-20.33 12.895-37.603 23.525-48.724 9.302-9.73 19.282-14.54 28.686-14.304zm21.47 32.497c-10.736 55.26-26.58 72.102-46.18 94.99 17.268 1.76 33.787-9.263 41.438-38.275 4.17-15.812 5.537-19.187 4.74-56.715zm-214.96.62c-.603 14.054.94 26.203 4.392 39.542l.516-.246c24.38 16.45 71.385 32.672 100.367 32.224-1.63-10.355-2.06-21.19-1.193-32.12a134.61 134.61 0 0 1 2.087-15.135c-53.818-3.222-74.207-13.057-106.168-24.264zm264.29 28.05c-.09 9.523-1.072 18.374-2.595 25.904a179.038 179.038 0 0 0 19.27 6.586c-6.608-8.252-11.652-17.756-15.186-27.88-.53-1.522-1.022-3.06-1.488-4.61zm-246.27 40.3c4.936 5.788 10.722 11.266 17.384 16.3 29.055 21.964 58.6 30.283 89.398 34.95-4.006-5.177-7.465-10.95-10.33-17.138-1.89-4.08-3.525-8.36-4.93-12.783-32.872-.606-63.45-8.824-91.523-21.33z"/></svg>
<svg class="tc-image-originals-steel-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M370.28 18.156c-13.114.26-25.862 3.893-36.717 11.438-36.877 25.633-38.728 58.792-16.907 106.594-2.713-33.767 16.332-64.54 53.28-76.532 37.416-12.134 69.88 3.05 86.94 32.813-4.615-45.514-47.25-75.096-86.595-74.314zm-169.56 17.5c-25.69.084-50.2 11.088-62.94 31.844-18.908 30.812-16.85 74.963 23.782 110.22-14.844-31.385-7.762-67.772 23.313-92.657 31.466-25.2 68.138-22.4 95.28 0-15.72-33.71-48.432-49.507-79.436-49.407zM396.187 72c-6.785-.01-13.927 1.124-21.25 3.5-42.61 13.826-56.068 57.903-30.72 97l135.344 227.22L455.72 136.31C453.744 98.335 428.877 72.055 396.186 72zM230.405 82.563c-12.38.136-24.75 4.354-35.594 14.062-35 31.333-33.52 77.625 5.844 106.563l217.03 172.656-121.092-249.5c-11.607-24.556-38.95-44.08-66.188-43.78zm187.75 17.78c.39-.017.79.008 1.188.094 1.59.346 3.323 1.577 5.656 4.126 4.665 5.097 10.026 16.894 11.813 36.624l12.78 141.157-40.78-117.28c-6.34-18.24-7.058-33.418-4.97-44.314 2.09-10.896 7.065-17.154 10.657-19.125 1.347-.74 2.49-1.227 3.656-1.28zm-167.97 7.282c1.732-.044 3.88.58 6.814 2.063 6.71 3.39 16.43 13.048 25.563 31.78l66.875 137.25-86.72-103.312c-13.113-15.617-19.506-30.274-21.5-41.78-1.992-11.508.62-19.536 3.563-22.907 1.472-1.687 2.84-2.77 4.69-3.032.23-.033.47-.057.718-.063zm-155.592 61.03c-19.493.385-37.62 9.087-51.938 23.814-45.886 47.2-12.043 122.265 44 138.436-26.15-22.903-34.14-59.183-15.53-94.437 18.845-35.69 53.625-47.73 87.468-38.032-20.924-21.174-43.25-30.19-64-29.782zm45.187 41.72c-21.447-.102-41.55 11.294-53.624 34.156-21.46 40.655.133 82.744 46.75 93.376l262.156 70.375-206-176.78c-15.118-14.016-32.6-21.046-49.28-21.125zm2.345 19.47c.726-.014 1.546.007 2.438.06 7.135.44 19.594 5.314 35.125 18.595l111.937 95.75-115.22-57.938c-17.772-8.932-29.26-19.588-35.624-29.156-6.362-9.568-7.27-17.85-6.06-21.906 1.057-3.55 2.322-5.314 7.405-5.406zM79.845 346.78c-23.928.28-43.398 13.062-50.532 40.626-13.608 52.57 17.112 104.094 77.468 106.22-28.063-12.457-44.32-40.917-37.874-75.532 6.53-35.043 32.695-54.327 63.78-55.03-18.014-10.808-36.472-16.474-52.842-16.283zm52.905 29.783c-21.467.47-40.398 13.326-47.625 44.625-8.838 38.274 21.108 67.474 61.844 64.312l231.78-9.125-212.938-91.938c-10.182-4.9-20.824-7.723-30.968-7.875-.698-.01-1.4-.015-2.094 0zm-1.156 19.03c6.193-.18 15.28 1.372 26.97 6.407l107.155 46.188-101.47-15.407c-16.466-2.498-28.016-8.167-35.094-14.155-7.078-5.988-9.374-12.162-9.28-15.594.092-3.43.87-5.226 6.5-6.75 1.406-.38 3.153-.626 5.218-.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-steel-door tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M380.384 169.214v-68.276h17.01v-71.39H96v452.905h301.395v-78.11h-17.01v-85.287h17.01v-132.83h-17.01v-17.012zM326.036 47.61a8.505 8.505 0 1 1-8.506 8.506 8.505 8.505 0 0 1 8.506-8.506zm-40.315 0a8.505 8.505 0 1 1-8.505 8.506 8.505 8.505 0 0 1 8.506-8.506zm-41.367 0a8.505 8.505 0 1 1-8.505 8.506 8.505 8.505 0 0 1 8.505-8.506zm-41.378 0a8.505 8.505 0 1 1-8.505 8.506 8.505 8.505 0 0 1 8.505-8.506zm-41.367 0a8.505 8.505 0 1 1-8.506 8.506 8.505 8.505 0 0 1 8.506-8.506zm-47.385 6.89a8.835 8.835 0 0 1 .52-1.68 8.57 8.57 0 0 1 1.776-2.7 8.697 8.697 0 0 1 1.296-1.064 8.388 8.388 0 0 1 1.5-.797 8.91 8.91 0 0 1 1.498-.47 8.6 8.6 0 0 1 7.73 2.32 8.048 8.048 0 0 1 1.062 1.328 8.197 8.197 0 0 1 .777 1.456 8.42 8.42 0 0 1 .467 1.5 9.005 9.005 0 0 1 .18 1.71 8.77 8.77 0 0 1-.158 1.628 9.175 9.175 0 0 1-.5 1.648 8.208 8.208 0 0 1-.776 1.445 8.718 8.718 0 0 1-1.063 1.297 8.505 8.505 0 0 1-14.523-6.017 8.792 8.792 0 0 1 .213-1.605zm8.356 37.508a8.505 8.505 0 1 1-8.506 8.505 8.505 8.505 0 0 1 8.505-8.505zm0 44.408a8.505 8.505 0 1 1-8.506 8.505 8.505 8.505 0 0 1 8.505-8.483zm0 44.42a8.505 8.505 0 1 1-8.506 8.504 8.505 8.505 0 0 1 8.505-8.484zm8.345 276.61a8.92 8.92 0 0 1-.49 1.617 8.06 8.06 0 0 1-.786 1.49 8.505 8.505 0 0 1-1.064 1.296 7.984 7.984 0 0 1-1.34 1.062 8.388 8.388 0 0 1-3.05 1.244 7.75 7.75 0 0 1-1.628.16 8.505 8.505 0 0 1-8.505-8.506 9.026 9.026 0 0 1 .15-1.605v-.14a8.707 8.707 0 0 1 .488-1.55 7.995 7.995 0 0 1 .766-1.415 7.857 7.857 0 0 1 1.064-1.297 9.42 9.42 0 0 1 1.222-1.063l.15-.096a10.11 10.11 0 0 1 1.34-.712l.126-.053a8.697 8.697 0 0 1 1.563-.458 8.4 8.4 0 0 1 3.286 0 8.505 8.505 0 0 1 1.542.457 10.313 10.313 0 0 1 1.435.754l.096.063a8.814 8.814 0 0 1 1.264 1.064 7.974 7.974 0 0 1 1.063 1.34 8.112 8.112 0 0 1 .766 1.457 8.505 8.505 0 0 1 .457 1.467v.138a8.973 8.973 0 0 1 .16 1.605 8.782 8.782 0 0 1-.075 1.7zm-8.346-37.528a8.505 8.505 0 1 1 8.504-8.506 8.505 8.505 0 0 1-8.505 8.527zm0-44.42a8.505 8.505 0 1 1 8.504-8.504 8.505 8.505 0 0 1-8.505 8.526zm0-44.407a8.505 8.505 0 1 1 8.504-8.504 8.505 8.505 0 0 1-8.505 8.526zm-13.822-75.133a32.267 32.267 0 1 1 32.267 32.267 32.3 32.3 0 0 1-32.267-32.235zm53.062 208.38a8.505 8.505 0 1 1 8.505-8.506 8.505 8.505 0 0 1-8.505 8.517zm41.378 0a8.505 8.505 0 1 1 8.506-8.506 8.505 8.505 0 0 1-8.506 8.517zm41.368 0a8.505 8.505 0 1 1 8.505-8.506 8.505 8.505 0 0 1-8.504 8.517zm41.367 0a8.505 8.505 0 1 1 8.505-8.506 8.505 8.505 0 0 1-8.505 8.517zm40.315 0a8.505 8.505 0 1 1 8.505-8.506 8.505 8.505 0 0 1-8.505 8.517zm19.977-34.32H147.17V294.72h199.055v135.308zM194.47 255.99a8.505 8.505 0 1 1 8.505 8.505 8.505 8.505 0 0 1-8.505-8.506zm41.378 0a8.505 8.505 0 1 1 8.505 8.505 8.505 8.505 0 0 1-8.505-8.506zm41.367 0a8.505 8.505 0 1 1 8.506 8.505 8.505 8.505 0 0 1-8.505-8.506zm40.315 0a8.505 8.505 0 1 1 8.506 8.505 8.505 8.505 0 0 1-8.506-8.506zm28.706-49.778H147.17V81.568h199.055v124.644zm25.292 255.658a8.57 8.57 0 0 1-6.017 2.488 8.037 8.037 0 0 1-1.71-.18 8.388 8.388 0 0 1-1.5-.458 9.164 9.164 0 0 1-1.49-.798 7.804 7.804 0 0 1-1.306-1.063 8.505 8.505 0 0 1-1.063-1.287 8.048 8.048 0 0 1-.786-1.478 7.793 7.793 0 0 1-.49-1.616 8.803 8.803 0 0 1-.16-1.628 8.973 8.973 0 0 1 .16-1.605 8.665 8.665 0 0 1 1.287-3.104 7.772 7.772 0 0 1 1.064-1.297 8.686 8.686 0 0 1 1.266-1.064l.095-.063a10.11 10.11 0 0 1 1.34-.714 8.835 8.835 0 0 1 1.69-.51 8.356 8.356 0 0 1 3.285 0 8.697 8.697 0 0 1 1.52.447l.14.053a10.026 10.026 0 0 1 1.34.712l.137.085a9.345 9.345 0 0 1 1.233 1.063 7.92 7.92 0 0 1 1.063 1.34 8.675 8.675 0 0 1 .734 1.37 9.93 9.93 0 0 1 .49 1.564v.117a8.994 8.994 0 0 1 .148 1.616 8.57 8.57 0 0 1-2.488 5.996zm2.307-404a8.314 8.314 0 0 1-.436 1.467v.117a8.92 8.92 0 0 1-.766 1.414 8.325 8.325 0 0 1-2.35 2.35 8.303 8.303 0 0 1-1.5.797 7.91 7.91 0 0 1-1.604.468 7.793 7.793 0 0 1-1.627.16 8.08 8.08 0 0 1-1.712-.182 7.602 7.602 0 0 1-1.583-.488 8.1 8.1 0 0 1-1.414-.754 7.9 7.9 0 0 1-1.297-1.064 8.505 8.505 0 0 1 0-12.024 7.974 7.974 0 0 1 1.34-1.063 8.208 8.208 0 0 1 1.456-.766 8.388 8.388 0 0 1 1.5-.456 8.505 8.505 0 0 1 3.39 0 9.11 9.11 0 0 1 1.596.49 8.112 8.112 0 0 1 1.456.775 8.633 8.633 0 0 1 1.287 1.063 8.165 8.165 0 0 1 1.064 1.34 8.378 8.378 0 0 1 1.17 2.997 7.697 7.697 0 0 1 .16 1.616 8.06 8.06 0 0 1-.16 1.723zM164.18 98.578h165.034v90.624H164.18V98.578zm0 213.153h165.034V413.02H164.18V311.73zM416 169.215h-18.605V117.95H416v51.264zm-18.605 218.118v-51.266H416v51.266h-18.605zM125.768 255.99a15.256 15.256 0 1 1 15.257 15.256 15.256 15.256 0 0 1-15.257-15.257z" fill="#fff"/></svg>
<svg class="tc-image-originals-steeltoe-boots tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M138.156 79.563c-31.152.182-59.2 12.183-81.656 49.656 14.524 7.443 25.94 20.494 34.594 36.718 23.192-19.45 47.258-25.422 70.344-26.032 1.115-.03 2.232-.056 3.343-.062 7.78-.04 15.44.485 22.907 1.28l-2 18.595c-30.506-3.252-57.477-3.168-86.53 24.03 3.292 8.65 6.04 17.943 8.374 27.72 14.596-9.007 29.497-12.176 44.064-12.25 1.196-.007 2.402-.004 3.594.03 11.435.33 22.625 2.46 33.25 5.094l-4.5 18.125c-26.066-6.46-48.34-9.59-72.375 8.905 1.126 6.625 2.105 13.396 2.906 20.313.392 3.398.713 6.826 1.03 10.28 9.115-3.8 18.35-5.536 27.375-5.687 1.955-.03 3.91.018 5.844.126 15.46.867 30.124 5.716 44.25 11.188l-6.75 17.437c-13.48-5.22-26.388-9.287-38.532-9.967-10.51-.59-20.403 1.075-30.75 6.906.684 13.683.838 27.62.5 41.56 16.186.72 33.618.074 50.28-1.936l5-.594 3.25 3.844c18.406 21.86 30.335 55.44 32.063 102 10.888-1.433 21.697-3.74 32.564-7.375-25.184-102.074-34.018-205.22-.344-308.533-31.203-16.298-66.677-30.76-99.063-31.343-1.01-.018-2.026-.037-3.03-.03zm219.906 16.124c-15.74.036-30.8 2.812-43.156 7.938-16.887 7.006-28.18 17.81-31.97 31.875 23.718 102.41 13.683 179.952.595 283.344 5.66 1.64 12.74 3.086 20.75 4.344 4-48.36 26.424-86.188 55.72-107.844l4.313-3.188 4.937 2.125c8.365 3.59 19.527 6.158 32.22 7.72-.475-5.436-.857-10.843-1.158-16.188-22.766-17.532-51.772-17.002-77.906-9.187l-5.344-17.906c11.303-3.38 23.542-5.617 35.97-5.876 15.748-.33 31.8 2.563 46.593 10.406-.017-6.967.15-13.778.563-20.375.287-4.61.706-9.106 1.218-13.5-22.627-20.67-45.18-19.31-71.812-14.906l-3.03-18.44c7.198-1.19 14.614-2.136 22.155-2.468 1.413-.062 2.828-.108 4.25-.125 17.42-.198 35.295 3.27 52.092 15 2.5-10.14 6-19.322 10.875-27.218-26.413-28.12-52.972-30.288-83.156-29.47l-.5-18.656c2.146-.058 4.296-.086 6.47-.094 2.174-.008 4.37.003 6.563.063 27.6.754 56.7 7.326 82.875 33.968 10.384-8.308 24.128-12.26 40-10.718-3.77-22.168-14.12-39.038-28.344-51.78-16.68-14.942-38.927-24.045-61.625-27.376-5.676-.832-11.375-1.32-17-1.437-1.056-.023-2.108-.035-3.158-.032zM64.625 333.47c-24.22 19.75-43.225 53.82-44.938 98.686 34.014 11.948 82.977 16.013 169.657-1.125-1.105-42.536-11.057-71.93-24.813-90.342-35.766 3.787-73.08 2.453-99.905-7.22zm302.813 0c-24.21 19.752-43.226 53.83-44.938 98.686 34.01 11.95 82.986 16.008 169.656-1.125-1.105-42.54-11.054-71.93-24.812-90.342-35.758 3.783-73.088 2.45-99.906-7.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-steelwing-emblem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.156 87l-.875 47.688 145.564 48.718 8.937 2.97-3.06 8.905c-14.857 43.4-17.932 93.212-3.564 138.47 4.103 17.557 11.6 33.377 21.53 46.344l-9.405 10.656-5.468 6.188 5.47 6.156 69.53 78.97 7.032 7.936 7-7.938 69.562-78.968 5.438-6.156-5.438-6.188-9.562-10.875c9.85-12.927 17.294-28.664 21.375-46.125 14.367-45.258 11.292-95.07-3.564-138.47l-3.062-8.905 8.937-2.97 145.564-48.718L491.22 87l-201.25 80.188c15.49 20.604 25.624 54.782 25.624 93.468 0 34.853-8.233 66.033-21.188 86.938l-31.562-35.813-7-7.936-7.03 7.937-31.72 36c-13.023-20.904-21.313-52.165-21.313-87.124 0-38.664 10.118-72.83 25.595-93.437L20.155 87zM493.5 153.906L361.156 198.22c2.563 8.47 4.695 17.156 6.406 25.968l123.532-12.375c1.643-19.07 2.36-38.526 2.406-57.907zm-474.156.5c.057 19.218.776 38.496 2.406 57.406l122.063 12.22c1.706-8.758 3.827-17.39 6.375-25.813L19.344 154.405zm4.406 76.406c2.137 17.497 5.116 34.54 9.22 50.75l106.124-9.843c.017-9.794.65-19.534 1.812-29.19L23.75 230.813zm465.344 0L370.47 242.656c1.145 9.562 1.757 19.21 1.78 28.906l107.625 10c4.102-16.208 7.082-33.257 9.22-50.75zm-117.53 59.438c-.558 7.228-1.46 14.45-2.72 21.625l87.97 30.156c7.116-12.94 13.018-27.084 17.842-42.186l-103.094-9.594zm-231.783.156l-101.593 9.438c4.824 15.1 10.73 29.25 17.844 42.187l86.564-29.655c-1.298-7.288-2.242-14.624-2.813-21.97zm225 39.844c-2.015 7.52-4.447 14.958-7.342 22.28L412.28 394c13.427-9.784 24.838-21.827 34.47-35.688l-81.97-28.062zm-218.092.47L66.094 358.31c9.63 13.86 21.04 25.904 34.47 35.688l53.686-40.625c-2.98-7.443-5.493-15.007-7.563-22.656zm108.25 2.405v66.563H310.5l-54.688 62.03-57.093-64.78 56.218-63.813z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-steering-wheel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 25C128.316 25 25 128.316 25 256s103.316 231 231 231 231-103.316 231-231S383.684 25 256 25zm0 30c110.903 0 201 90.097 201 201s-90.097 201-201 201S55 366.903 55 256 145.097 55 256 55zm-4.365 18.057c-.433.01-.863.026-1.295.04.43-.014.862-.03 1.295-.04zm8.73 0c.433.01.864.026 1.295.04-.432-.014-.862-.03-1.295-.04zm-13.158.158c-.473.022-.944.046-1.416.072.473-.026.944-.05 1.417-.072zm17.586 0c.473.022.944.046 1.416.072-.473-.026-.944-.05-1.417-.072zm-21.963.26c-.505.035-1.01.07-1.516.11.505-.04 1.01-.075 1.516-.11zm26.34 0c.505.035 1.01.07 1.516.11-.505-.04-1.01-.075-1.516-.11zm-30.787.37c-.462.045-.925.082-1.385.13.46-.048.923-.085 1.385-.13zm35.234 0c.462.045.925.082 1.385.13-.46-.048-.923-.085-1.385-.13zm-40.803.608c-.295.037-.588.08-.882.12.294-.04.587-.083.882-.12zm46.372 0c.295.037.588.08.882.12-.294-.04-.587-.083-.882-.12zm-50.56.58c-.504.075-1.005.157-1.507.237.5-.08 1.002-.162 1.505-.237zm54.75 0c.502.075 1.003.157 1.505.237-.5-.08-1.002-.162-1.505-.237zm-59.022.694c-.5.086-1 .174-1.497.265.498-.09.997-.18 1.497-.265zm63.292 0c.5.086 1 .174 1.497.265-.498-.09-.997-.18-1.497-.265zm-67.44.773c-.544.108-1.09.212-1.634.324.544-.112 1.09-.216 1.635-.324zm71.587 0c.545.108 1.09.212 1.635.324-.544-.112-1.09-.216-1.635-.324zm-76.043.938c-.415.092-.832.18-1.246.275.414-.096.83-.183 1.246-.275zm80.5 0c.415.092.832.18 1.246.275-.414-.096-.83-.183-1.246-.275zm-85.62 1.218c-.552.14-1.1.29-1.648.436.55-.145 1.096-.296 1.647-.436zm90.74 0c.552.14 1.1.29 1.648.436-.55-.145-1.096-.296-1.647-.436zm-94.784 1.082c-.555.155-1.108.315-1.66.475.552-.16 1.105-.32 1.66-.475zm98.828 0c.555.155 1.108.315 1.66.475-.552-.16-1.105-.32-1.66-.475zm-102.967 1.21c-.514.158-1.028.315-1.54.476.51-.16 1.026-.318 1.54-.475zm107.106 0c.514.158 1.03.315 1.54.476-.512-.16-1.026-.318-1.54-.475zm-111.305 1.34c-.417.137-.836.272-1.252.413.416-.14.835-.275 1.252-.413zm115.504 0c.417.137.836.272 1.252.413-.416-.14-.835-.275-1.252-.413zm-120.55 1.745c-.422.154-.84.318-1.26.475.42-.157.838-.32 1.26-.475zm125.597 0c.42.154.837.318 1.257.475-.42-.157-.837-.32-1.258-.475zm-129.44 1.455c-.538.21-1.073.427-1.61.643.536-.214 1.073-.43 1.61-.642zm133.28 0c.537.21 1.074.428 1.61.643-.537-.215-1.072-.43-1.61-.642zM185.595 87.01c-.615.256-1.23.515-1.84.777.61-.263 1.225-.52 1.84-.777zm140.808 0c.615.256 1.23.514 1.84.777-.61-.262-1.225-.52-1.84-.777zm-144.533 1.6c-.592.264-1.185.526-1.774.794.59-.268 1.182-.53 1.775-.793zm148.26 0c.592.264 1.185.526 1.774.794-.59-.268-1.182-.53-1.775-.793zm-152.267 1.835c-.494.234-.99.462-1.482.7.492-.238.99-.466 1.483-.7zm156.274 0c.494.234.99.462 1.482.7-.492-.238-.99-.466-1.483-.7zM172.965 92.84c-.51.26-1.017.53-1.526.795.508-.265 1.013-.535 1.525-.795zm166.07 0c.512.26 1.017.53 1.526.795-.508-.265-1.014-.535-1.525-.795zm-169.678 1.892c-.554.298-1.105.6-1.656.905.552-.304 1.103-.607 1.657-.905zm173.286 0c.554.298 1.105.6 1.656.905-.552-.304-1.103-.607-1.657-.905zm-176.805 1.946c-.57.323-1.14.647-1.705.976.566-.328 1.135-.653 1.705-.976zm180.324 0c.57.323 1.14.648 1.705.976-.566-.33-1.135-.653-1.705-.976zm-183.812 2.03c-.59.35-1.183.7-1.77 1.06.587-.36 1.18-.71 1.77-1.06zm187.3 0c.59.35 1.183.7 1.77 1.06-.587-.36-1.18-.71-1.77-1.06zm-190.69 2.07c-1.14.714-2.272 1.44-3.396 2.18 1.124-.74 2.256-1.467 3.397-2.18zm194.08 0c1.14.713 2.272 1.44 3.396 2.18-1.124-.74-2.256-1.466-3.397-2.18zm-198.84 3.076c-.684.46-1.363.928-2.042 1.396.68-.468 1.358-.937 2.043-1.396zm203.6 0c.685.46 1.363.928 2.042 1.396-.68-.468-1.358-.937-2.043-1.396zm-206.845 2.23c-.664.466-1.325.936-1.982 1.41.657-.474 1.318-.944 1.982-1.41zm210.09 0c.664.466 1.325.936 1.982 1.41-.657-.474-1.318-.944-1.982-1.41zm-213.336 2.332c-.657.482-1.31.965-1.96 1.455.65-.49 1.303-.972 1.96-1.454zm216.58 0c.657.482 1.31.965 1.96 1.455-.65-.49-1.303-.972-1.96-1.454zm-219.513 2.2c-1.662 1.272-3.307 2.568-4.923 3.896 1.616-1.33 3.26-2.624 4.923-3.897zm-4.923 3.896c-.674.553-1.337 1.117-2.002 1.68.665-.563 1.328-1.127 2.002-1.68zm227.37-3.897c1.66 1.273 3.306 2.568 4.922 3.897-1.616-1.328-3.26-2.624-4.923-3.897zm4.922 3.897c.674.553 1.337 1.117 2.002 1.68-.665-.563-1.328-1.127-2.002-1.68zm-235.253 2.49c-.662.567-1.316 1.14-1.97 1.717.654-.577 1.31-1.15 1.97-1.718zm238.214 0c.66.567 1.316 1.14 1.97 1.717-.654-.577-1.308-1.15-1.97-1.718zm-241.115 2.543c-.67.6-1.338 1.204-2 1.814.662-.61 1.33-1.215 2-1.815zm244.016 0c.67.6 1.338 1.205 2 1.814-.662-.61-1.33-1.215-2-1.815zm-246.817 2.56c-.705.657-1.408 1.32-2.104 1.99.696-.67 1.4-1.333 2.105-1.99zm-2.104 1.99c-2.464 2.37-4.858 4.81-7.186 7.315 2.328-2.505 4.723-4.945 7.186-7.316zm251.723-1.99c.705.657 1.408 1.32 2.104 1.99-.696-.67-1.4-1.333-2.105-1.99zm2.104 1.99c2.463 2.37 4.858 4.81 7.186 7.315-2.328-2.505-4.722-4.945-7.186-7.316zm-261.55 7.89c-.683.742-1.358 1.492-2.03 2.245.672-.753 1.347-1.503 2.03-2.246zm269.27 0c.685.742 1.36 1.492 2.032 2.245-.672-.753-1.347-1.503-2.03-2.246zm-271.79 2.798c-.675.763-1.344 1.53-2.006 2.305.662-.774 1.33-1.542 2.006-2.305zm274.312 0c.675.763 1.344 1.53 2.006 2.305-.662-.774-1.33-1.542-2.006-2.305zm-276.676 2.725c-2.985 3.513-5.84 7.14-8.556 10.875 2.716-3.735 5.572-7.362 8.556-10.875zm279.04 0c2.984 3.513 5.84 7.14 8.556 10.875-2.717-3.735-5.57-7.362-8.556-10.875zm-287.786 11.135c-.648.894-1.29 1.794-1.92 2.7.63-.906 1.272-1.806 1.92-2.7zm296.532 0c.648.894 1.29 1.794 1.92 2.7-.63-.906-1.272-1.806-1.92-2.7zm-298.698 3.054c-2.698 3.888-5.25 7.885-7.646 11.985 2.396-4.1 4.948-8.097 7.646-11.985zm-7.646 11.985c-.58.99-1.147 1.985-1.707 2.986.56-1 1.13-1.997 1.707-2.986zm308.51-11.985c2.698 3.888 5.25 7.885 7.646 11.985-2.397-4.1-4.948-8.097-7.646-11.985zm7.646 11.985c.578.99 1.147 1.985 1.707 2.986-.56-1-1.128-1.997-1.707-2.986zm-318.045 3.312c-.56 1.004-1.11 2.012-1.65 3.027.54-1.014 1.09-2.022 1.65-3.026zm-1.65 3.027c-2.848 5.35-5.436 10.856-7.752 16.505 2.316-5.648 4.906-11.156 7.753-16.504zm-7.752 16.505c-2.315 5.65-4.356 11.44-6.107 17.356 1.75-5.915 3.793-11.706 6.108-17.355zm-6.107 17.356C75.636 220.397 73 237.886 73 256c0 .62.017 1.235.023 1.854 144.706 30.36 121.43 62.398 148.02 177.806C232.358 437.843 244.04 439 256 439c11.96 0 23.642-1.157 34.957-3.34 26.59-115.408 3.314-147.445 148.02-177.806.006-.62.023-1.234.023-1.854 0-18.115-2.636-35.604-7.523-52.12C346.67 182.72 301.07 172 256 172c-45.07 0-90.67 10.72-175.477 31.88zm350.954 0c-1.75-5.916-3.792-11.706-6.108-17.355 2.314 5.65 4.356 11.44 6.107 17.356zm-6.108-17.355c-2.317-5.65-4.905-11.155-7.753-16.504 2.847 5.35 5.437 10.857 7.752 16.505zm-7.753-16.504c-.54-1.014-1.09-2.022-1.65-3.026.56 1.004 1.11 2.012 1.65 3.027zm-126.66 265.64c1.31-.253 2.614-.518 3.914-.8-1.3.282-2.603.547-3.913.8zm3.914-.8c9.1-1.962 17.943-4.6 26.48-7.858-8.536 3.258-17.382 5.896-26.48 7.86zm26.48-7.858c1.22-.465 2.432-.943 3.638-1.434-1.206.49-2.42.97-3.638 1.434zm3.638-1.434c8.44-3.43 16.564-7.473 24.32-12.072-7.756 4.6-15.88 8.64-24.32 12.072zM221.043 435.66c-1.31-.253-2.614-.518-3.914-.8 1.3.282 2.603.547 3.913.8zm-3.914-.8c-9.098-1.962-17.944-4.6-26.48-7.858 8.537 3.26 17.38 5.896 26.48 7.86zm-26.48-7.858c-1.22-.465-2.432-.943-3.638-1.434 1.206.49 2.42.97 3.638 1.434zm-3.638-1.434c-8.44-3.43-16.564-7.473-24.32-12.072 7.756 4.6 15.88 8.64 24.32 12.072zM256 183c40.21 0 73 32.79 73 73s-32.79 73-73 73-73-32.79-73-73 32.79-73 73-73zm0 18c-30.482 0-55 24.518-55 55s24.518 55 55 55 55-24.518 55-55-24.518-55-55-55zM73.023 257.89c.084 8.274.714 16.415 1.858 24.39-1.143-7.974-1.773-16.116-1.857-24.39zm1.858 24.39c.188 1.303.39 2.603.604 3.898-.214-1.295-.416-2.595-.603-3.9zm364.097-24.39c-.084 8.274-.714 16.416-1.858 24.39 1.143-7.975 1.773-16.115 1.857-24.39zm-1.858 24.39c-.188 1.303-.39 2.603-.604 3.898.214-1.295.416-2.595.603-3.9zM75.51 286.33c.215 1.296.445 2.588.687 3.875-.242-1.287-.472-2.58-.687-3.875zm.687 3.875c1.485 7.87 3.47 15.56 5.926 23.037-2.455-7.477-4.442-15.167-5.926-23.037zm5.926 23.037c.405 1.233.822 2.46 1.252 3.682-.43-1.222-.847-2.45-1.252-3.682zm354.367-26.912c-.215 1.296-.445 2.588-.687 3.875.242-1.287.472-2.58.687-3.875zm-.687 3.875c-1.484 7.87-3.47 15.56-5.926 23.037 2.455-7.477 4.44-15.167 5.926-23.037zm-5.926 23.037c-.405 1.233-.822 2.46-1.252 3.682.43-1.222.847-2.45 1.252-3.682zM83.4 316.998c.432 1.224.876 2.44 1.332 3.652-.456-1.21-.9-2.43-1.332-3.652zm1.332 3.652c2.76 7.32 5.974 14.416 9.61 21.252-3.636-6.837-6.85-13.93-9.61-21.252zm343.868-3.652c-.432 1.223-.876 2.442-1.332 3.652.456-1.21.9-2.428 1.332-3.652zm-1.332 3.652c-2.76 7.32-5.974 14.415-9.61 21.252 3.636-6.836 6.85-13.93 9.61-21.252zM94.365 341.945c.59 1.107 1.19 2.206 1.8 3.3-.61-1.093-1.21-2.194-1.8-3.3zm323.27 0c-.59 1.106-1.19 2.207-1.8 3.3.61-1.094 1.21-2.193 1.8-3.3zm-321.38 3.46c.618 1.103 1.246 2.197 1.886 3.284-.64-1.088-1.267-2.182-1.884-3.284zm1.886 3.284c.654 1.11 1.317 2.216 1.993 3.312-.676-1.096-1.34-2.2-1.992-3.313zm1.993 3.312c3.38 5.48 7.04 10.77 10.963 15.846-3.922-5.077-7.584-10.365-10.963-15.846zm10.963 15.846c.77.996 1.55 1.984 2.34 2.964-.79-.98-1.57-1.968-2.34-2.964zm304.648-22.442c-.617 1.102-1.245 2.196-1.885 3.283.64-1.088 1.267-2.182 1.884-3.284zm-1.885 3.283c-.654 1.11-1.317 2.216-1.993 3.312.676-1.096 1.34-2.2 1.992-3.313zM411.866 352c-3.38 5.48-7.04 10.77-10.963 15.846 3.922-5.077 7.583-10.365 10.963-15.846zm-10.963 15.846c-.77.996-1.55 1.985-2.34 2.964.79-.98 1.57-1.968 2.34-2.964zm-287.384 3.068c.78.97 1.573 1.93 2.375 2.88-.802-.952-1.593-1.91-2.375-2.88zm284.96 0c-.782.97-1.573 1.928-2.375 2.88.802-.95 1.594-1.91 2.375-2.88zm-282.505 2.977c5.766 6.844 12.024 13.257 18.722 19.187-6.697-5.93-12.957-12.344-18.722-19.187zm18.722 19.187c.96.85 1.927 1.688 2.905 2.518-.978-.83-1.945-1.668-2.905-2.518zm2.905 2.518c6.84 5.806 14.116 11.116 21.77 15.88-7.654-4.763-14.93-10.075-21.77-15.88zm21.77 15.88c1.088.676 2.184 1.343 3.288 2-1.104-.656-2.2-1.324-3.29-2zm236.653-37.585c-5.765 6.843-12.025 13.258-18.722 19.187 6.698-5.93 12.956-12.343 18.722-19.187zm-18.722 19.187c-.96.85-1.927 1.688-2.905 2.518.978-.83 1.945-1.67 2.905-2.518zm-2.905 2.518c-6.84 5.805-14.116 11.117-21.77 15.88 7.654-4.764 14.93-10.074 21.77-15.88zm-21.77 15.88c-1.088.676-2.184 1.344-3.288 2 1.104-.657 2.2-1.324 3.29-2z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-stethoscope tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M110.037 23.27c-1.32.075-2.665.417-4.014 1.073L79 41.943l10.5 21.58 30.525-10.405c13.04-6.344 2.762-30.57-9.988-29.847zm110.926 0c-12.75-.723-23.027 23.504-9.988 29.848L241.5 63.523l10.5-21.58-27.023-17.6c-1.35-.656-2.695-.998-4.014-1.072zM65.475 51.473L28.5 69.96v5.563c0 42.4 16.395 98.962 41.02 146.164 12.315 23.6 26.693 44.793 42.67 60.504 13.498 13.274 28.41 22.913 44.398 25.585 1.247 64.995 17.26 110.633 42.027 140.044 25.804 30.642 61.022 42.836 95.446 40.685 53.712-3.357 106.658-40.218 127.342-92.984a79.726 79.726 0 0 1-18.777-2.27c-19.496 43.688-64.946 74.494-109.686 77.29-29.577 1.85-58.36-7.957-80.555-34.314-21.268-25.256-36.55-66.5-37.793-128.483 15.92-2.713 30.77-12.33 44.22-25.552 15.975-15.71 30.353-36.903 42.667-60.503 24.625-47.202 41.02-103.764 41.02-146.164V69.96l-36.975-18.488-8.05 16.1 26.763 13.384c-1.344 37.38-16.41 89.65-38.717 132.403-11.685 22.398-25.307 42.205-39.33 55.995-14.024 13.79-28.065 21.168-40.69 21.168-12.625 0-26.666-7.378-40.69-21.168-14.023-13.79-27.645-33.597-39.33-55.997-22.308-42.753-37.374-95.02-38.718-132.402l26.763-13.383-8.05-16.1zM421.5 253.522c-34.348 0-62 27.652-62 62 0 34.35 27.652 62 62 62s62-27.65 62-62c0-34.348-27.652-62-62-62zm0 30c17.567 0 32 14.434 32 32 0 17.567-14.433 32-32 32s-32-14.433-32-32c0-17.566 14.433-32 32-32zm0 18c-7.84 0-14 6.162-14 14 0 7.84 6.16 14 14 14s14-6.16 14-14c0-7.838-6.16-14-14-14z"/></svg>
<svg class="tc-image-originals-stick-splitting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M336.688 19.28l-69.594 40.19h-.03c-10.144 5.872-16.94 21.494-17.283 43.03-.055 3.52.09 7.167.376 10.906l163-94.125h-76.47zM31.313 28.157c35.74 29.83 71.094 60.96 104.78 93.844-26.695-11.76-55.13-21.43-85.343-28.72 35.576 32.083 70.467 65.893 102.47 102.25-22.847-11.376-47.76-20.615-74.845-27.343 84.1 84.957 160.533 184.743 164.25 323.063H492.375v-64.594c-27.172-59.788-61.547-116.962-103.125-168.78l-5.375 3.093c-21.887 12.636-48.78 5.618-72.438-10-23.657-15.62-45.577-40.4-60.25-68.532-11.64-22.323-18.297-46.47-19.78-68.72C172.483 75.306 105.82 45.753 31.31 28.157zm463.53.094L262.438 162.438c1.632 3.834 3.402 7.65 5.344 11.375 2.527 4.84 5.314 9.577 8.314 14.187l218.75-126.313V28.25zm0 55L287.157 203.188c10.542 13.03 22.544 24.232 34.594 32.187 20.43 13.487 39.433 17.113 52.78 9.406h.033l120.28-69.155V83.25zM91.188 263.125c-10.555-.048-18.914 2.914-24.468 8.47-8.888 8.886-11.19 24.946-5.032 45.717 6.156 20.772 20.72 44.94 42.187 66.407 21.466 21.464 45.635 36.03 66.406 42.186 20.773 6.157 36.833 3.856 45.72-5.03.51-.51 1.003-1.04 1.47-1.595-10.497-45.277-29.17-86.01-52.845-123.436-17.523-14.44-35.9-24.454-52.188-29.28-7.79-2.31-14.916-3.41-21.25-3.44zm-51.53 28.906L20.03 311.657v47.625l27.032-27c-1.245-3.244-2.364-6.458-3.312-9.655-3.11-10.488-4.6-20.897-4.094-30.594zm33 84.533L20.03 429.188v46.375l74.657-74.657c-1.36-1.294-2.69-2.626-4.03-3.97-6.592-6.59-12.59-13.424-18-20.373zm36.156 36.656L28.53 493.5h112.595l45.656-45.656c-7.08-.46-14.43-1.843-21.81-4.03-18.405-5.456-37.766-15.88-56.157-30.595z" fill="#fff"/></svg>
<svg class="tc-image-originals-sticking-plaster tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M383.594 20.313c-28.797 0-57.576 10.982-79.53 32.937L53.093 304.188c-43.91 43.912-43.91 115.184 0 159.093 43.91 43.91 115.214 43.912 159.125 0l250.936-250.936c43.91-43.913 43.91-115.185 0-159.094-21.955-21.954-50.765-32.937-79.562-32.938zm9.97 23.812c3.18 0 6.352 1.23 8.78 3.656 4.853 4.855 4.853 12.71 0 17.564-4.854 4.853-12.71 4.853-17.563 0-4.852-4.854-4.852-12.71 0-17.563 2.428-2.426 5.6-3.655 8.783-3.655zm34.155 34.156c3.18 0 6.353 1.2 8.78 3.626 4.854 4.854 4.854 12.74 0 17.594-4.854 4.854-12.74 4.854-17.594 0-4.853-4.854-4.853-12.74 0-17.594 2.427-2.427 5.632-3.625 8.813-3.625zm-69.314 1c3.18 0 6.354 1.23 8.78 3.657 4.855 4.854 4.855 12.71.002 17.563-4.854 4.854-12.71 4.854-17.563 0-4.854-4.854-4.854-12.71 0-17.563 2.427-2.426 5.6-3.656 8.78-3.656zm34.156 34.157c3.182 0 6.354 1.198 8.782 3.626 4.853 4.853 4.853 12.74 0 17.593-4.854 4.854-12.74 4.854-17.594 0-4.854-4.853-4.854-12.74 0-17.594 2.427-2.426 5.63-3.625 8.813-3.624zm71.813 1.5c3.18 0 6.354 1.23 8.78 3.657 4.855 4.853 4.855 12.71 0 17.562-4.852 4.854-12.708 4.854-17.56 0-4.855-4.853-4.855-12.71 0-17.562 2.426-2.427 5.6-3.657 8.78-3.656zm-142.625 1c3.18 0 6.354 1.23 8.78 3.657 4.855 4.853 4.855 12.71 0 17.562-4.852 4.854-12.74 4.854-17.592 0-4.854-4.853-4.854-12.71 0-17.562 2.426-2.427 5.63-3.657 8.812-3.656zm34.125 34.157c3.18 0 6.385 1.23 8.813 3.656 4.853 4.854 4.853 12.71 0 17.563-4.854 4.853-12.74 4.853-17.594 0-4.854-4.854-4.854-12.71 0-17.563 2.427-2.427 5.6-3.656 8.78-3.656zm73.344 0c3.18 0 6.353 1.23 8.78 3.656 4.854 4.854 4.854 12.71 0 17.563-4.854 4.853-12.71 4.853-17.563 0-4.853-4.854-4.853-12.71 0-17.563 2.427-2.427 5.6-3.656 8.782-3.656zm-194.814 4.5l13.22 13.22-73.907 73.905-13.22-13.22 73.906-73.906zm55.78 0l73.908 73.906-13.22 13.22-73.905-73.907 13.217-13.22zm102.377 32.156c3.18 0 6.353 1.23 8.78 3.656 4.854 4.854 4.854 12.71 0 17.563-4.853 4.852-12.74 4.852-17.593 0-4.854-4.855-4.854-12.71 0-17.564 2.427-2.427 5.63-3.656 8.813-3.656zm-41.688 84.28l13.22 13.22-73.94 73.938-13.186-13.22 73.905-73.937zm-177.156.033l73.905 73.906-13.22 13.217L160.5 284.25l13.22-13.188zm-42.25 35.156c3.18 0 6.353 1.196 8.78 3.624 4.854 4.853 4.854 12.74 0 17.594-4.854 4.853-12.71 4.853-17.563 0-4.853-4.854-4.853-12.74 0-17.594 2.427-2.427 5.6-3.625 8.782-3.625zm34.155 34.155c3.18 0 6.354 1.198 8.78 3.625 4.855 4.854 4.855 12.74 0 17.594-4.852 4.853-12.708 4.853-17.56 0-4.855-4.854-4.855-12.74 0-17.594 2.426-2.427 5.6-3.625 8.78-3.625zm-69.313 1c3.182 0 6.354 1.198 8.782 3.625 4.853 4.854 4.853 12.74 0 17.594-4.854 4.853-12.71 4.853-17.563 0-4.852-4.854-4.852-12.74 0-17.594 2.428-2.427 5.6-3.625 8.782-3.625zm34.157 34.156c3.18 0 6.353 1.2 8.78 3.626 4.854 4.854 4.854 12.74 0 17.594-4.854 4.854-12.71 4.854-17.563 0-4.853-4.854-4.853-12.74 0-17.594 2.427-2.427 5.6-3.625 8.782-3.625zm71.81 1.5c3.182 0 6.355 1.2 8.782 3.626 4.854 4.854 4.854 12.74 0 17.594-4.853 4.854-12.708 4.854-17.562 0-4.854-4.854-4.854-12.74 0-17.594 2.427-2.427 5.6-3.625 8.78-3.625zm-142.624 1c3.18 0 6.354 1.2 8.782 3.626 4.853 4.854 4.853 12.74 0 17.594-4.854 4.854-12.71 4.854-17.563 0-4.854-4.854-4.854-12.74 0-17.594 2.427-2.427 5.6-3.625 8.78-3.625zm34.157 34.158c3.18 0 6.353 1.197 8.78 3.625 4.854 4.853 4.854 12.74 0 17.593-4.853 4.854-12.708 4.854-17.562 0-4.852-4.853-4.852-12.74 0-17.594 2.428-2.426 5.6-3.625 8.782-3.625zm73.312 0c3.18 0 6.354 1.197 8.78 3.625 4.855 4.853 4.855 12.74 0 17.593-4.852 4.854-12.708 4.854-17.56 0-4.855-4.853-4.855-12.74 0-17.594 2.426-2.426 5.6-3.625 8.78-3.625zm-36.656 36.656c3.18 0 6.353 1.23 8.78 3.656 4.854 4.854 4.854 12.71 0 17.563-4.854 4.853-12.71 4.853-17.563 0-4.853-4.854-4.853-12.74 0-17.594 2.427-2.428 5.6-3.626 8.782-3.626z" fill="#fff"/></svg>
<svg class="tc-image-originals-stigmata tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M273.476 19.613l-45.203 130.145c-7.845-3.678-15.76-7.28-23.66-10.9l.926-109.702c-4.378-2.912-11.307-5.25-18.345-5.355-7.33-.11-13.818 2.057-17.813 5.42l.39 108.723-11.923 30.24c7.442 9.823 13.687 19.976 18.61 30.487l-16.923 7.928c-2.784-5.943-6.086-11.817-9.883-17.625l-.022.052c-15.56-20.853-32.112-37.63-44.377-42.964-6.58-2.862-10.918-2.915-15.433-.505-3.77 2.01-8.26 6.867-12.604 15.605 37.9 37.35 50.285 75.245 58.916 99.86 2.766 7.885 3.73 15.42 5.766 20.818l3.168 8.396L11.68 346.807V494.8h54.122l157.91-148.22v-49.135c-9.57-20.84-22.533-23.885-22.888-48.906-.213-15.578 14.38-28.442 32.478-28.442s33.037 12.86 33.037 28.44c0 24.468-13.488 28.066-23.94 47.376v41.742c11.44-5.626 20.06-12.607 28.705-22.04 10.57-11.92 29.685-30.177 40.377-41.552 33.084-35.19 89.798-74.33 99.072-80.654.79-11.075-7.46-21.74-16.804-25.322l-68.536 51.285c-4.772-6.55-10.026-12.57-15.68-18.148L388.5 91.77c-1.074-6.142-4.977-13.043-10.55-18.118-5.028-4.577-10.857-7.084-15.152-7.613l-82.252 111.98c-6.64-4.392-13.546-8.492-20.636-12.39l50.63-132.228c-5.3-6.128-10.587-9.37-16.736-11.312-5.7-1.8-12.667-2.294-20.328-2.477zm-41.568 341.694c-7.872 65.245-36.92 56.714-37.504 97.82-.254 18.63 17.2 34.018 38.844 34.018 21.645 0 39.513-15.382 39.513-34.018 0-41.315-32.166-32.83-40.852-97.82z" fill="#fff"/></svg>
<svg class="tc-image-originals-stiletto tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M62.5 17.28c-9.747.288-20.824 5.23-29.844 14.25-15.192 15.193-18.838 36.194-8.125 46.907 7.99 7.988 21.716 8.027 34.47 1.22 16.167 30.05 42.154 57.687 71.438 76.374-18.77 24.156-29.97 54.48-29.97 87.376h18.688c0-28.9 9.828-55.474 26.344-76.53l2.156 39.405C274.5 320.554 402.09 428.196 496.062 494.94c-65.54-95.294-176.99-224.638-288.687-348.407l-38.97-2.124c20.764-15.68 46.638-24.967 74.72-24.97V100.75c-32.2.002-61.945 10.725-85.844 28.78-18.696-29.383-46.39-55.48-76.53-71.686 6.795-12.748 6.796-26.423-1.188-34.407-4.352-4.352-10.393-6.352-17.062-6.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-stitched-wound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M135.688 14.47c-9.9 17.578-16.9 35.042-21.157 52.718-30 .05-60.354 6.118-90.25 19.343 30.206-1.245 58.853 1.256 85.94 7.064-1.807 20.477-.167 41.44 4.718 63.406 8.715-19.5 14.788-38.61 18.562-57.5 19.888 5.854 38.888 13.542 57 22.906-8.706 21.313-15.625 43.75-20.906 65.813 17.15-14.825 32.1-32.532 43.937-52.72 16.033 9.956 31.312 21.258 45.845 33.78-14.894 18.655-26.555 39.646-35.5 63.032 20.666-12.887 40.305-26.64 58.344-41.718 11.776 11.827 23.03 24.468 33.717 37.875-18.05 13.51-34.525 29.52-50.093 47.874 23.34-7.02 45.913-15.17 67.25-25.03 9.88 13.904 19.248 28.47 28.094 43.624-19.928 10.57-37.594 24.166-54.032 40.218 22.827-4.56 45.175-10.16 66.75-17.312 8.5 16.012 16.503 32.58 23.938 49.625-17.376 5.93-34.2 14.867-50.75 26.624 19.95-1.098 39.803-2.813 59.344-6.094 12.852 31.89 23.956 65.24 33.28 99.5 6.136-34.692 5.34-70.76-1.156-106.563 15.952-4.408 31.63-10.26 46.938-18.093-17.955-3.76-35.026-4.77-51.47-3.22-4.788-19.56-11.22-38.93-19.124-57.843 19.266-8.834 37.666-19.323 54.97-31.905-24.416.075-46.115 2.948-65.75 8.22-8.473-17.198-18.144-33.875-28.845-49.845 20.15-13.046 38.63-28.44 54.876-46.906-27.136 4.322-51.12 11.75-72.812 22.062-12.598-16.215-26.287-31.466-40.875-45.47 16.55-18.2 30.804-38.286 42.03-60.842-25.817 10.962-47.79 24.042-66.438 39.25-19.178-15.557-39.573-28.977-60.812-39.75 6.06-17.92 9.95-37.2 11.156-57.656-13.128 13.28-24.6 29.352-34.5 47.062-22.77-9.18-46.31-15.263-70.22-17.656 1.253-18.045.512-35.955-2-53.875z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-stomach tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M153.063 21.74a19.46 28.32 83.178 0 1-23.98 13.947 19.46 28.32 83.178 0 1-27.68-9.18c-1.236 5.62-1.713 12.016-1.163 19.15 3.247 42.106-10.16 118.603 107.54 132.268-41.45 32.308-27.99 64.745-18.467 97.258-33.296-1.63-53.61 23.1-62.577 45.982-97.49-13.226-79.727 121.682-78.574 148.143 1.086 24.9 52.413 28.33 54.285 6.39 3.667-42.972-10.243-104.27 29.207-94.132 22.28 5.724 62.243 53.447 161.366 51.377 140.028-2.926 263.475-321.36 81.64-351.272-63.3-10.412-148.19 37.224-148.19 37.224-67.307 6.347-67.29-24.454-70.937-82.172-.357-5.654-1.216-10.638-2.47-14.983zM137.59 350.176h254.305c-16.912 28.374-52.22 66.58-114.563 65.668-58.09-.85-103.54-18.614-139.742-65.668z"/></svg>
<svg class="tc-image-originals-stomp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M387.297 18.652l-251.774.01c-.124 4.428-.422 14.18-.964 27.867C186.5 63.434 254.807 68.975 325.61 57.42c-72.027 25.076-141.894 26.496-191.73 5.232-3.015 67.725-10.782 196.98-29.12 305.727-.845 5.013-.154 8.124 3.345 12.6 1.728 2.207 4.318 4.64 7.842 7.22 2.784-24.286 8.503-43.332 16.29-57.122 4.497-7.96 9.708-14.24 15.908-18.517 4.65-3.207 10.037-5.195 15.52-5.478.456-.024.913-.035 1.37-.035 1.373 0 2.75.11 4.117.338 14.596 2.42 25.21 15.674 32.246 35.447 1.457 4.093 2.768 8.543 3.936 13.318 1.066-2.498 2.183-4.9 3.36-7.175 10.353-20.002 25.817-32.162 42.874-32.06 17.057.1 32.38 12.45 42.485 32.606 1.367 2.728 2.647 5.625 3.85 8.664 1.473-5.234 3.12-10.09 4.937-14.534 7.856-19.22 18.968-32.173 33.603-34.853 1.83-.335 3.68-.473 5.53-.424 5.545.146 11.057 1.963 15.83 5.113 1.25.826 2.456 1.737 3.625 2.723 2.545-8.37 6.03-15.033 10.61-20.147 4.988-5.568 11.92-8.603 18.855-8.932 4.16-.197 8.32.58 12.062 2.368 1.94.927 3.79 2.04 5.563 3.32-9.595-74.893-15.03-149.15-18-201.953-29.56 29.647-80.008 45.813-149.938 35.742 54.903-7.37 107.707-19.57 149.264-48.252-1.593-30.37-2.32-52.028-2.547-59.703zm-18.065 183.176c-42.22 57.425-116.806 84.51-209.462 3.883 71.528 41.004 143.948 53.202 209.462-3.882zm124.516 72.084l-66.42 19.035c1.79 13.926 3.725 27.8 5.81 41.49 2.51 9.12 4.24 19.328 4.958 30.504l.117 1.855-13.156 38.652-36.295 3.375-30.272 28.746-53.576-1.207-57.62 19.806-46.325-16.922h-57.687l-23.595-26.97c-11.65-6.07-20.408-12.245-26.303-19.782-6.198-7.924-8.643-17.8-7.055-27.22 2.77-16.42 5.286-33.446 7.596-50.73l-75.13-19.827v25.568L54.073 345.8c-4.9 6.93-7.85 14.124-9.344 21.612l-25.935 2.73v26.655l31.777 3.318c7.79 14.5 21.55 27.854 41.467 39.13l-66.208 53.85h40.592l85.767-29.906c22.747 6.086 48.21 10.74 75.34 12.85l6.224 17.054h69.885l6.82-18.81c7.366-.82 14.45-1.83 21.61-2.917l33.184 21.727h61.523l-22.873-39.832c6.556-2.5 12.808-4.76 18.69-7.592l71.154 10.244V426.19l-26.77-11.473c3.918-4.274 8.504-8.28 11.098-12.85l15.672-1.693v-33.358l-11.586-1.162c-3.538-15.35-13.428-28.966-30.367-41.466l41.953-30.186v-20.09zM390.8 305.11c-.16.01-.32.03-.478.064-1.27.263-2.504 1.284-4.36 3.357-3.58 3.997-7.863 13.738-9.858 29.59l15.343 51.685 19.82-1.844 8-23.5c-1.232-16.29-4.848-29.898-9.507-39.815-4.825-10.27-10.87-16.376-14.865-18.286-1.748-.836-2.966-1.32-4.094-1.25zm-226.327 20.595c-1.647.05-3.416.65-5.717 2.238-3.07 2.117-6.76 6.154-10.246 12.325-6.856 12.138-12.796 32.282-14.893 59.545l18.147 20.744h40.95c.402-31.988-3.358-55.824-8.923-71.46-5.886-16.54-13.403-22.563-17.696-23.275-.537-.09-1.073-.134-1.62-.117zm177.16 1.3c-.6 0-1.203.06-1.822.175-4.952.907-13.107 7.48-19.67 23.54-5.994 14.664-10.455 36.365-11.263 64.706.035.768.057 1.555.086 2.332l42.246.953 19.948-18.942c-.425-6.905-1.095-13.32-1.96-19.245l-11.75-39.578c-3.366-6.05-6.944-9.883-9.94-11.86-2.27-1.5-4.07-2.075-5.875-2.08zm-90.176 8.597c-8.047-.048-17.797 5.8-26.164 21.964-7.426 14.347-13.012 36.283-13.88 65.598l36.07 13.176 42.593-14.64c.02-1.963.04-3.923.088-5.84-1.248-25.464-6.24-44.84-12.818-57.964-8.17-16.294-17.842-22.247-25.89-22.294z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-axe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M165.088 23.9l-36.824 73.973 5.584 60.91 39.248 26.475 50.498-50.498 22.896-85.45-81.402-25.41zm114.648 11.786c-.43.002-.86.025-1.285.068-1.702.172-3.353.668-4.848 1.494-2.992 1.65-5.75 4.55-7.38 10.633l-48.917 182.556L238.72 242.8c1.165.672 2.277 1.388 3.337 2.14L292.94 55.044c3.18-11.877-2.487-16.975-9.32-18.844-1.282-.35-2.59-.523-3.884-.514zm57.21 18.207c-3.527-.127-7.513 1.456-11.86 5.802L305.9 78.88l-14.318 53.442 53.064-53.064c4.454-4.454 5.586-8.292 5.52-11.71-.066-3.416-1.584-6.708-4.102-9.2-2.517-2.492-5.59-4.33-9.117-4.455zm26.34 31.873c-1.507 2.336-3.308 4.59-5.425 6.707l-75.954 75.955-20.474 76.418 70.207 47.36 73.64-90.462 12.173-99.07-54.168-16.908zm72.3 22.568l-11.258 91.607 43.533 33.624 1.61-114.654-33.884-10.576zm-221.666 62.53l-31.15 31.148c-2.114 2.115-3.475 4.195-4.266 6.21 1.064.494 2.12 1.038 3.17 1.643l18.875 10.9 13.37-49.902zm202.605 46.665l-69.332 85.17 23.924 16.136 91.658-65.586-46.25-35.72zm-252.845 5.853c-.34.005-.672.024-.996.056-.866.087-1.678.267-2.452.51-3.095.966-5.83 3.317-7.584 6.495-3.504 6.356-3.73 14.03 5.846 19.56l57.05 32.934c10.648 6.147 17.037 1.992 20.61-4.126 1.787-3.058 2.4-6.632 1.58-9.95-.82-3.316-2.907-6.73-8.36-9.88l-57.046-32.933c-3.475-2.006-6.266-2.7-8.648-2.667zm-23.203 40.783c-.34.005-.672.024-.997.057-.865.087-1.677.268-2.45.51-3.096.967-5.833 3.318-7.585 6.496-3.504 6.354-3.73 14.028 5.844 19.555l57.05 32.938h.002c10.647 6.147 17.035 1.99 20.61-4.127 1.786-3.06 2.4-6.63 1.58-9.948-.82-3.317-2.908-6.733-8.362-9.882l-57.045-32.934c-3.475-2.007-6.266-2.7-8.648-2.666zm-7.334 46.96l-105.54 183.1h59.35l90.73-157.388-44.54-25.713z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-block tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M209.875 44.156l-182 106.47 119.625 54.31 148.344 11.72 41.97-24.312 17.342 11.562L309 230.656V379.53l53.563-14.624-64.625 51.97-110.875-59.626-2.157-1.53-71.28 6.56 75.936-31.967 100.75 52.125v-147.5l-145.906-11.5-1.625-.125-1.5-.688-121.093-55V391.47L44 423.186l82 20.97 21.875-21.282 11.156 29.72 131.282 33.592V434l4.25 2.28 5.47 2.94 4.812-3.908L309 431.97v52.155L491.375 377.78v-96.405L466.78 269.47l24.595-38.75V125l-90.25 52.28-1.094 34.095-88-58.688 84.97 5.375L476.5 112 291.562 64.937l1.625.563-64.406 5.78 5.345-20.936-24.25-6.188z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-bridge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M25 265v71.11c7.526-4.42 17.73-10.278 30-16.98V265H25zm432 0v54.205c12.277 6.687 22.476 12.524 30 16.93V265h-30zm-201.49.28c-39.653.03-99.394 23.28-148.06 46.976-44.553 21.694-76.747 41.37-82.45 44.88V471h110.387c1.88-32.24 13.54-69.11 32.552-99.74 20.797-33.505 51.085-60.252 88.058-60.26 36.985-.008 67.298 26.736 88.12 60.244 19.038 30.635 30.72 67.51 32.603 99.756H487V357.145c-5.72-3.51-38.067-23.218-82.82-44.93-48.875-23.713-108.863-46.962-148.67-46.934z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-crafting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M352.75 39.47l-33.094 83.374 111.156 111.28 58.22-58.28L352.75 39.47zm-160.344 5.218c-98.25 66.974-166.87 161.246-169.47 288.906 62.25-119.817 162.457-225.092 255.22-269.75l-85.75-19.157zM97.75 60.156L68.187 89.72c7.276 6.96 14.53 13.893 21.813 20.843 8.887-10.39 18.37-20.35 28.313-29.907l-20.563-20.5zm353.813 0L425.688 86l28.718 28.75c8.91-8.36 17.822-16.728 26.72-25.094l-29.563-29.5zm-263.938 89.75c-9.44 8.552-18.824 17.596-28.063 27.063 25.263 24.13 50.526 48.323 75.688 72.75l26.188-26.126-73.813-73.688zm153.313 20.72L68 443.155l29.313 29.22c83.48-96.13 175.757-186.498 269.812-275.532l-26.188-26.22zm-28.25 104.155c-8.692 8.42-17.35 16.853-25.97 25.314 55.896 55.38 111.166 112.353 165.157 172.437l29.438-29.374L312.688 274.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-pile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M317.727 108.904l-95.192 96.592-26.93 86.815 17.54 36.723 20.417 9.287 33.182-55.082 11.297-3.61 61.75 26.85 20.26-12.998 4.47-43.7 11.42 53.634-10.622 14.162 3.772 1.64 5.238 6.5 6.832 34.343 55.977-66.775 13.98.23 22.397 28.575-9.453-52.244L434.01 166.81l-116.28-57.906zM123.61 120.896L94.08 173l-4.603 27.62 25.98-8.442 11.704 7.377.084.634 28.295 59.865 13.773-4.543 10.94 4.668 3.922 8.21 19.517-62.917-1.074-33.336-40.15-.522-29.732-23.78 34.06 10.888 42.49-7.727 26.034 15.88 36.282-36.815c-2.777-1.18-5.615-2.356-8.58-3.52l-79.58 10.126-3.528-.25-56.307-15.52zm249.33 36.422l47.058 66.02 2.107 62.51-25.283-59.698-65.322-60.404 41.44-8.428zm-262.2 55.32l-64.234 20.876-16.71 78.552 50.794 5.582.596-7.14 37.662-36.707-8.108-61.16zm56.688 62.45l-36.44 12.016-31.644 30.84 22.588 30.867 57.326 1.74 16.5-16.16-28.33-59.302zm110.666 24.19l-44.307 73.546-.033 57.14 97.264 12.216 44.242-19.528-17.666-88.806-79.5-34.567zM443.8 313.36l-46.843 55.876.287 1.774 65.147 13.887 25.78-14.926-44.37-56.613zm-138.382 15.89l39.23 22.842 13.41 50.658-26.82 23.838-45.015-2.553 38.562-28.242 2.483-39.23-21.85-27.312zm-238.37 53.838l-8.77 28.51 13.152 48.498 91.037-11.91 1.32-26.418-62.582-31.995-34.156-6.684z" fill="#fff" stroke-linejoin="bevel"/></svg>
<svg class="tc-image-originals-stone-spear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.563 20.844v44.593l73.124 72.907c4.878-7.945 10.962-15.65 18.126-22.813 7.152-7.15 14.825-13.194 22.75-18.06L58.156 20.843H20.563zm159.812 81.062c-.566-.005-1.138.014-1.72.03-3.097.097-6.42.522-9.905 1.283-13.942 3.043-29.973 11.753-43.75 25.53-13.777 13.777-22.487 29.808-25.53 43.75-2.905 13.296-.81 23.935 5.28 30.78 5.4-20.354 17.587-41.18 35.594-59.186 18.024-18.024 38.876-30.203 59.25-35.594-4.718-4.223-11.25-6.526-19.22-6.594zm40.47 22.156c-3.977.096-8.19.624-12.595 1.563-17.62 3.755-37.603 14.572-54.72 31.688C136.417 174.428 125.6 194.38 121.845 212c-3.755 17.62-.633 32.086 8.47 41.188.905.906 1.894 1.744 2.905 2.53 4.635-31.49 18.506-59.084 39.436-80 20.69-20.674 47.894-34.465 78.938-39.25-.678-.837-1.393-1.642-2.156-2.405-6.827-6.827-16.668-10.288-28.594-10zm55.343 28.657c-36.56.167-68.017 13.906-90.344 36.218-2.24 2.24-4.375 4.58-6.438 7 22.43 11.654 37.317 26.57 46.313 43.062 10.575 19.392 12.977 40.393 12.155 60.03l-18.688-.78c.736-17.565-1.448-34.863-9.875-50.313-7.466-13.688-19.874-26.317-41.03-36.687-18.155 29.68-24.497 68.66-12.657 111.844 36.472 3.146 72.888 24.29 86.375 66.25 45.025-6.375 119.336 26.557 127.22 64.25 39.96 18.477 84.588 33.368 125.717 45.094-11.33-35.873-24.38-81.097-40.718-116.97-34.53-21.506-49.702-62.82-46.626-106.343-40.336-30.105-70.18-69.518-74.78-112.625-19.782-6.95-38.806-10.113-56.627-10.03zm-9.532 45.5c10.293 52.54 58.667 86.17 100.625 93.718l-3.31 18.375c-11.09-1.996-22.478-5.503-33.595-10.438-6.93 19.615 1.34 41.252 19.75 60 19.638 19.998 50.412 34.906 81.094 35.97l-.658 18.686c-36.154-1.25-70.657-18.014-93.78-41.56-.98-1-1.936-2.004-2.876-3.033-15.47-12.362-27.615-16.12-38.47-15.5-10.918.624-21.598 6.012-33.03 15.063l-11.594-14.656c13.043-10.327 27.295-18.134 43.563-19.063 6.378-.363 12.9.373 19.563 2.283-5.637-15.188-6.428-31.344-.25-46.813-31.03-18.508-57.392-48.844-65.344-89.438l18.312-3.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-sphere tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.875 19.5C206.14 19.5 160.037 34.86 122 61.063c33.35 9.71 66.81 10.924 98.563 4.624 23.058-19.33 50.26-33.13 81.156-41.75-14.83-2.91-30.157-4.437-45.845-4.437zm84.28 15.47c-39.835 5.745-73.35 19.004-100.78 39.874 31.776 38.663 58.146 80.623 77.063 126.937l2.125 1.064 67.906 33.812c9.494-23.477 16.547-46.637 16.124-70.47-14.33-36.806-21.36-73.78-21.375-110.75-12.902-8.085-26.644-14.965-41.064-20.467zm60.033 33.686c1.4 29.016 7.45 58.036 18.406 87.188L478 175.188c-15.394-42.552-42.668-79.38-77.813-106.532zm-294.25 6.75c-4.492 30.815-4.006 59.867 2.624 90.75l137.22 72.438c19.06-5.428 37.233-15.08 54.124-27.813-18.547-46.068-44.764-87.854-76.875-126.5-37.813 7.266-77.826 4.59-117.093-8.874zm-20.72 16.938c-38.897 40.635-63.402 95.16-65.374 155.437 12.708-9.902 24.53-20.713 35.625-32.31-.035-.084-.06-.17-.095-.25l.53-.22c12.524-13.14 24.12-27.26 34.94-42.25-6.154-27.393-7.755-53.692-5.626-80.406zm335.844 83.97c-1.416 25.13-9.332 48.69-18.75 71.342 27.002 39.79 45.036 85.1 54.188 132.72 22.526-36.18 35.53-78.914 35.53-124.72 0-20.237-2.535-39.886-7.31-58.625l-63.658-20.718zm-316.25 9c-8.685 11.924-17.89 23.38-27.687 34.28 17.71 47.887 24.35 96.876 27.625 145.72 19.492 1.947 44.6-.948 65.28-9.252 14.61-38.1 33.473-73.77 58.94-105.218l-124.157-65.53zm210.75 36.905c-20.514 16.267-43.27 28.78-67.937 35.218-25.362 29.9-44.158 64.425-58.875 102.03 25.945 16.47 49.38 35.766 66.5 60.844 53.625-28.136 118.39-54.17 174.875-69.625-9.758-33.28-24.35-64.76-43.72-93.156l-70.842-35.31zM62.688 234.812C49.61 247.83 35.511 259.882 20.22 270.78c2.602 41.27 15.764 79.64 36.843 112.44 10.402-1.57 19.94-6.687 29.187-14.22-2.964-45.772-8.778-90.685-23.563-134.188zm372.25 133.968c-56.05 15.36-121.654 41.877-174.593 70-10.558 17.43-13.517 34.648-13.938 52.814 3.145.124 6.294.187 9.47.187 75.177 0 142.078-35.016 185.31-89.655-1.577-11.25-3.65-22.378-6.248-33.344zm-258.843 4.876c-25.448 10.093-54.342 12.98-77.875 9.594-8.802 7.15-18.705 13.085-29.595 16.375 37.79 49.093 94.466 82.86 159.22 90.5.59-18.247 3.69-37.243 13.874-56.156-15.817-24.467-38.78-43.577-65.626-60.314z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-tablet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M206.355 24.53L23.982 171.567l.086.373h-.013l-5.7 124.037 131.676 82.55L245.66 492.14l63.94-8.59 109.808-109.587 72.772-35.453.953-70.24 1.186-50.508L327.75 104.63l-33.41 14.46-3.46 29.756-18.566-2.16 3.21-27.598-46.934-7.715-21.106 28.844-15.082-11.037 27.887-38.11 65.273 10.73-.13.78 25.2-10.908-51.485-64.012-52.793-3.13zM40.605 218.886l117.91 74.13 49.065-9.7-14.14-13.71 13.01-13.42 39.75 38.545-71.942 14.223-18.918 50.844-117.817-73.86 3.082-67.052zm362.754 59.068l44.382 20.55 26.463-12.92-.56 41.165-50.293 24.504 9.59-39.008-37.434-17.332 7.85-16.96zm-211.534 37.373l78.108 93-24.81 54.158-75.405-89.59.602.225 21.504-57.794zm218.403 11.028l-9.896 40.24-89.69 89.51 19.092-49.204 80.493-80.546zm-102.293 85.064l-21.904 56.44-24.312 3.267 26.118-57.01 20.1-2.697z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-throne tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.563 21.125L162.5 53.188v216.75H180.063v35.093H333V269.94h17.564l-.002-216.594-95-32.22zm-143.22 9.156v239.657h31.47V30.28h-31.47zm256.907 0v239.657h31.47V30.28h-31.47zM203.687 59.157l30.938 33.875 22.188-33.28 22.218 33.28 28.595-31.53-11.688 63.656h-80l-12.25-66zM77.844 288.626v34.28h83.53v-34.28h-83.53zm273.844 0v34.28h83.53v-34.28h-83.53zm-171.625 35.093v17.874h-17.408v15.22l187.75-.002v-15.218H333V323.72H180.062zM95.25 341.593v150.47l48.72-.002V341.595H95.25zm273.844 0v150.47l48.72-.002-.002-150.468h-48.718zM162.656 375.5v97.156h187.75V375.5h-187.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-stone-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M71 22.406v102.53h202.25v18.69h-73.22v36.968h-18.686v-36.97H79.156l43.375 53.782h180.44v18.688H180.905v36.97H162.22v-36.97h-39.407v163.562h58.53v-44.75H157.47V316.22h74.155V282.56H193.72v-18.687h97.218v18.688h-40.625v33.656h73.28v18.686h-32.437v44.75h26.313v18.688h-63.69l-2.686 74.03-18.688-.687 2.656-73.343H93.032V398h-.22l-28.687 92.844h79.844l9.81-70.688 18.5 2.563-9.468 68.124H453.25L424.562 398h-30.03V197.78l51.812-64.25V22.407h-64.406v52.438h-39.22V22.406h-65.124v52.438h-38.53V22.406h-65.126v52.438h-38.5V22.406H71zm129.03 312.5v44.75h72.44v-44.75h-72.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-stoned-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M246.008 18.742C134.098 18.74 55.435 57.028 41.34 99.412h.002c-25.93 77.97 72.846 117.983 216.416 92.307 78.262-14 182.29 16.69 123.08 80.35 151.465-68.768 22.753-120.352-128.742-102.648-88.326 10.322-160.02 11.012-170.92-37.805-7.92-35.467 76.538-71.817 167.17-77.25 89.626-5.373 183.32 37.95 170.533 64.828-17.172 36.097-126.9 7.75-120.308-25.113 2.21-11.017 19.864-15.988 42.05-14.6-30.58-10.615-72.8-11.888-79.427 12.846-4.788 17.872 27.71 42.46 72.418 53.73 54.674 13.782 115.05 5.32 115.05-46.136 0-44.9-92.297-81.18-202.655-81.18zM234.928 214.9c-53.913.166-99.455 27.145-110.98 70.15-7.384 27.56 1.155 56.586 19.86 81.18 2.062 2.712-.42 8.23-3.505 11.094-51.883 48.172-12.11 89.938 25.113 51.393-16.988 47.312 24.365 66.46 46.72 24.53-2.453 47.795 41.422 54.253 51.977 8.76 12.305 50.245 66.506 34.658 47.305-33.29-1.426-5.044.676-9.273 4.672-10.506 33.486-10.338 58.973-33.09 67.164-63.66 5.56-20.75 2.315-42.26-7.766-62.013l-56.636 13.39 38.91-38.91c-18.736-20.818-45.76-37.6-77.88-46.206-13.436-3.6-26.748-5.462-39.712-5.837v-.004c-1.756-.052-3.503-.075-5.242-.07zm-37.04 65.096c3.502.035 7.058.51 10.598 1.457 22.658 6.07 36.103 29.36 30.032 52.018-6.07 22.658-29.36 36.103-52.018 30.032-22.657-6.07-36.102-29.36-30.03-52.018 5.12-19.117 22.5-31.676 41.417-31.488zm2.782 40.19c-7.255 0-13.137 5.883-13.137 13.136 0 7.253 5.882 13.133 13.137 13.133 7.255 0 13.137-5.88 13.137-13.133 0-7.255-5.882-13.136-13.137-13.136zm96.088 17.546c2.542.026 5.124.37 7.693 1.057 16.445 4.405 26.202 21.307 21.796 37.75-4.406 16.445-21.308 26.204-37.752 21.798-16.443-4.406-26.2-21.308-21.795-37.752 3.717-13.874 16.33-22.99 30.058-22.854zm-51.955 24.47c8.905 23.324 15.9 66.205-16.97 56.83-31.33-8.898-.897-41.16 16.97-56.83z"/></svg>
<svg class="tc-image-originals-stopwatch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M179.594 20.688v41.406h143.25V20.687h-143.25zM256.03 82C143.04 82 51.25 173.727 51.25 286.656c0 112.93 91.788 204.656 204.78 204.656 112.994 0 204.75-91.728 204.75-204.656C460.78 173.73 369.025 82 256.03 82zm0 35.625c93.42 0 169.126 75.665 169.126 169.03 0 93.368-75.706 169.564-169.125 169.564-93.417 0-169.155-76.197-169.155-169.564 0-93.366 75.736-169.03 169.156-169.03zm76.19 20.28l-72.47 107.5c10.67 1.036 20.516 6.045 27.625 13.814l44.844-121.314zm-85.533 1.064v45.31c3.077-.275 6.196-.405 9.344-.405 3.155 0 6.263.13 9.345.406v-45.31h-18.688zm-88.53 36.655l-13.22 13.22L177 220.874c3.992-4.784 8.432-9.198 13.22-13.188l-32.064-32.062zm195.75 0l-32.063 32.063c4.786 3.99 9.196 8.403 13.187 13.187l32.064-32.03-13.188-13.22zm-98.344 81.22c-2.08.01-4.195.243-6.313.686-16.948 3.544-27.7 20.005-24.156 36.94 3.544 16.932 20.02 27.698 36.97 24.155 16.946-3.543 27.7-20.004 24.155-36.938-3.102-14.816-16.104-24.925-30.658-24.843zM108.28 277.31V296h45.314c-.278-3.08-.406-6.192-.406-9.344 0-3.146.13-6.27.406-9.344H108.28zm250.157 0c.277 3.075.438 6.197.438 9.344 0 3.153-.16 6.264-.438 9.344h45.344v-18.688H358.44zm-60.062 6.72c.993 10.522-1.968 20.742-7.813 28.937l124 19.092-116.187-48.03zM176.97 352.405l-32.032 32.03 13.218 13.22 32.063-32.03c-4.798-4-9.253-8.424-13.25-13.22zm158.093 0c-4 4.796-8.423 9.22-13.22 13.22l32.063 32.03 13.188-13.22-32.03-32.03zM246.688 389v45.313h18.687V389c-3.082.278-6.19.438-9.344.438-3.147 0-6.266-.16-9.342-.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-strafe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M205.28 19.313c-20.085.137-40.922 4.267-61.25 12.28 5.995 18.322 23 69.126 23 69.126l-17.718 5.936s-15.74-46.93-22.406-67.344c-18.048 9.262-35.354 21.73-50.97 37.344-16.065 16.066-28.882 33.996-38.342 52.72 21.832 7.218 66.625 22.374 66.625 22.374l-5.97 17.72s-48.035-16.194-68.313-22.907c-14.068 36.192-15.963 73.99-5 105.906 12.707-12.707 32.677-19.486 56.407-20.657l65.875 65.875 13.218-13.22-51.72-51.718c49.286 5.508 107.47 30.846 150.72 74.094L305.313 261c-42.398-42.397-66.842-101.29-72.47-150.875l51 50.97 13.188-13.22-65.31-65.313c.903-24.132 7.247-44.154 19.186-56.093-14.296-4.89-29.72-7.266-45.625-7.157zM327.03 155.22c-2.718 0-5.368.31-7.905.905 2.66 1.742 5.267 3.86 7.72 6.313 12.098 12.1 15.85 27.96 8.374 35.437-7.478 7.477-23.37 3.756-35.47-8.344-2.44-2.438-4.515-5.04-6.25-7.686-.58 2.51-.906 5.124-.906 7.812 0 19.032 15.405 34.47 34.437 34.47 5.57 0 10.845-1.342 15.5-3.69l16.283 16.25L372 223.5l-15.656-15.688c3.274-5.272 5.156-11.493 5.156-18.156 0-19.035-15.437-34.437-34.47-34.437zm-95.28 42c66.16 66.16 31.966 100.528-34.28 34.28l34.28-34.28zm153.47 39.468L372 249.905l30.656 30.656 13.22-13.218-30.657-30.656zm43.874 43.875l-13.22 13.218 29.25 29.25 13.22-13.217-29.25-29.25zm-239.906 11.5c-2.733 0-5.39.336-7.938.937 2.672 1.745 5.29 3.854 7.75 6.313 12.1 12.1 15.82 27.96 8.344 35.437-7.477 7.477-23.338 3.725-35.438-8.375-2.45-2.45-4.54-5.06-6.28-7.72-.592 2.53-.907 5.167-.907 7.876 0 19.033 15.435 34.47 34.468 34.47 6.607 0 12.786-1.87 18.03-5.094l16.188 16.188 13.22-13.22-16.72-16.718c2.39-4.69 3.75-10 3.75-15.625 0-19.034-15.436-34.467-34.47-34.467zm282.375 30.968l-13.22 13.22 34.47 34.47v-26.44l-21.25-21.25zm39.937 39.94v.186l.094-.094-.094-.093zm-261.656 9.124l-13.22 13.22 30.657 30.623 13.22-13.187-30.656-30.656zm43.844 43.844L280.5 429.156l29.25 29.25 13.188-13.22-29.25-29.248zm42.5 42.5l-13.22 13.187 21.75 21.75h26.407l-34.938-34.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-strawberry tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M365.054 30.738c-3.016.074-6.17 1.16-8.87 3.586l-38.678 47.41c8.225 3.647 17.252 3.705 26.892 3.575 11.97-16.446 25.24-34.404 27.94-36.94 9.566-8.977 1.767-17.852-7.284-17.632zM258.26 58.2c-1.002.013-2.182.062-3.495.16-5.248.39-12.652 1.495-21.238 3.125-17.172 3.258-39.202 8.58-60.824 14.216-32.485 8.47-58.144 15.937-71.856 19.976 2.073 1.402 4.425 2.72 7.416 3.87 8.123 3.127 19.547 4.908 33.14 5.02 27.19.226 62.91-6.04 99.872-17.173l8.62 15.304c-20.658 18.6-25.676 33.58-25.733 44.01-.057 10.43 5.927 17.63 7.297 18.625 10.522 7.655 24.934 7.117 42.77-.11 17.837-7.23 37.717-21.082 55.46-36.76l9.22-8.145 4.973 11.253c12.864 29.12 25.293 55.523 40.49 72.61 13.06 14.683 27.167 22.893 47.678 22.25-8.806-27.476-13.976-47.597-21.46-64.213-8.467-18.796-20.04-34.46-45.844-55.87-3.222-2.672-9.5-3.187-19.47-3.046-9.968.142-22.776.575-35.77-5.42-14.21-6.554-21.73-13.274-27.643-19.726-5.737-6.26-10.127-11.905-20.63-19.748-.154-.057-.2-.11-.554-.14-.597-.052-1.42-.077-2.42-.065zm-40.686 54.236c-19.318 4.625-37.91 7.81-54.98 9.254-.16.984-.365 1.984-.637 2.994-2.394 8.895-8.358 15.024-13.32 13.69-4.453-1.2-6.575-8.004-5.237-15.815-.715 0-1.437.01-2.144.005-9.518-.08-18.35-.84-26.377-2.475-4.02 4.782-7.788 9.877-11.23 15.33-7.21 11.424-8.955 26.465-12.027 41.352.513-.155 1.02-.245 1.517-.27.547-.02 1.08.04 1.592.178 4.962 1.336 7.044 9.63 4.65 18.525-2.337 8.663-8.077 14.737-12.992 13.746-5.496 44.005-5.82 93.13-6.068 138.79-.293 54.27-4.745 99.537 26.96 129.116 85.692 24.08 196.236-55.226 261.987-122.207-2.384.757-4.512.597-6.096-.458-4.274-2.855-3.59-11.38 1.525-19.04 3.82-5.72 9.21-9.546 13.57-9.632 1.31-.026 2.474.29 3.433.93 3.197 2.144 3.7 7.6 1.27 13.722 23.46-25.75 38.995-48.198 42.148-59.98 2.045-12.51 2.41-24.496 1.456-35.942-1.25-.07-2.492-.157-3.717-.283-.202 3.045-1.142 6.488-2.862 9.883-4.166 8.216-11.258 12.993-15.842 10.67-4.583-2.325-4.922-10.868-.758-19.084.93-1.836 2.02-3.506 3.2-4.975-8.803-2.947-16.777-7.45-23.934-13.153 1.212 3.97-.146 10.034-3.893 15.643-5.115 7.66-12.727 11.555-17 8.7-4.275-2.854-3.592-11.378 1.525-19.038 3.82-5.722 9.21-9.547 13.57-9.633.274-.006.538.012.8.036-2.344-2.165-4.593-4.46-6.74-6.875-12.835-14.43-22.908-32.84-32.34-52.825-2.74 3.69-6.143 5.672-9.177 4.855-3.652-.982-5.736-5.737-5.633-11.722-13.807 10.522-28.304 19.588-42.785 25.457-.01.004-.02.008-.03.01-2.5 8.557-8.288 14.377-13.134 13.074-2.746-.74-4.603-3.616-5.315-7.54-14.882 2.83-29.484 1.282-41.64-7.56-7.024-5.11-13.545-15.032-14.556-29.167-2.833 4.268-6.536 6.65-9.81 5.77-4.964-1.335-7.047-9.63-4.653-18.526 2.11-7.84 7.063-13.693 11.732-13.865.547-.02 1.08.038 1.592.176 1.888.508 3.356 2.028 4.322 4.2 1.833-5.157 4.474-10.525 8.078-16.042zm-51.686 33.91c.547-.02 1.08.04 1.59.178 4.963 1.336 7.045 9.63 4.65 18.525-2.393 8.894-8.357 15.023-13.32 13.688-4.962-1.336-7.044-9.63-4.65-18.525 2.11-7.84 7.062-13.694 11.73-13.867zm-35.398 4.308c.546-.02 1.078.04 1.59.178 4.963 1.335 7.046 9.63 4.652 18.526-2.394 8.895-8.357 15.024-13.32 13.69-4.963-1.336-7.046-9.63-4.652-18.526 2.11-7.84 7.06-13.695 11.73-13.868zm188.12 13.93c.545-.02 1.077.04 1.59.176 4.96 1.336 7.043 9.63 4.65 18.525-2.394 8.896-8.358 15.025-13.32 13.69-4.963-1.337-7.045-9.63-4.65-18.526 2.11-7.84 7.06-13.693 11.73-13.866zm-135.083 18.87c.546-.02 1.078.04 1.59.177 4.964 1.336 7.047 9.63 4.652 18.528-2.395 8.897-8.36 15.025-13.323 13.688-4.962-1.337-7.044-9.63-4.65-18.526 2.11-7.84 7.062-13.692 11.73-13.865zm44.234 9.337c.548-.02 1.08.04 1.59.18 4.965 1.334 7.048 9.628 4.654 18.524-2.395 8.897-8.36 15.025-13.323 13.688-4.96-1.337-7.043-9.63-4.65-18.526 2.11-7.84 7.063-13.692 11.73-13.865zm67.357 9.743c.546-.02 1.078.04 1.59.176 4.963 1.334 7.046 9.628 4.652 18.525-2.395 8.897-8.36 15.026-13.323 13.69-4.962-1.338-7.044-9.63-4.65-18.526 2.11-7.84 7.06-13.694 11.73-13.867zm39.383 1.78c.547-.02 1.08.04 1.592.177 4.962 1.337 7.044 9.63 4.65 18.526-2.394 8.895-8.357 15.024-13.32 13.69-4.964-1.336-7.047-9.63-4.653-18.526 2.11-7.84 7.06-13.694 11.73-13.867zm-197.656 2.98c.546-.02 1.08.038 1.59.176 4.964 1.335 7.046 9.63 4.652 18.526-2.395 8.895-8.358 15.023-13.32 13.688-4.964-1.335-7.047-9.63-4.653-18.526 2.11-7.84 7.062-13.692 11.73-13.865zm121.175 18.87c.546-.02 1.08.04 1.59.18 4.963 1.335 7.045 9.63 4.65 18.524-2.392 8.896-8.356 15.025-13.32 13.69-4.962-1.335-7.045-9.63-4.65-18.526 2.108-7.84 7.06-13.693 11.73-13.866zm-157.926 14.9c.546-.02 1.078.04 1.59.177 4.963 1.335 7.046 9.63 4.652 18.526-2.394 8.895-8.358 15.024-13.32 13.69-4.964-1.336-7.047-9.63-4.653-18.526 2.11-7.84 7.062-13.694 11.73-13.867zm209.746 5.93c.546-.02 1.078.04 1.59.177 4.963 1.335 7.046 9.63 4.652 18.525-2.394 8.897-8.36 15.027-13.322 13.69-4.963-1.337-7.045-9.63-4.65-18.525 2.11-7.84 7.06-13.693 11.73-13.866zM201.515 249.7c5.133.266 8.906 7.94 8.426 17.142-.478 9.2-5.028 16.442-10.16 16.174-5.134-.267-8.907-7.942-8.427-17.143.48-9.2 5.03-16.442 10.162-16.174zm-45.68 11.158c.548-.02 1.08.04 1.593.177 4.962 1.337 7.044 9.63 4.65 18.526-2.394 8.896-8.358 15.025-13.32 13.69-4.964-1.334-7.048-9.63-4.653-18.527 2.11-7.84 7.062-13.693 11.73-13.865zm197.15 7.07c1.31-.026 2.475.29 3.435.93 4.274 2.854 3.59 11.38-1.528 19.04-5.116 7.66-12.728 11.556-17.002 8.702-4.274-2.855-3.59-11.38 1.526-19.04 3.82-5.72 9.21-9.546 13.57-9.632zm47.806 6.668c1.018.043 1.94.312 2.735.8 4.385 2.68 4.046 11.224-.758 19.085-4.803 7.862-12.253 12.062-16.638 9.38-4.386-2.68-4.047-11.224.756-19.084 3.588-5.87 8.818-9.91 13.17-10.172.25-.016.495-.018.735-.008zM240.796 279.7c.546-.02 1.078.04 1.59.177 4.963 1.335 7.046 9.63 4.652 18.526-2.394 8.896-8.36 15.026-13.322 13.69-4.963-1.338-7.045-9.63-4.65-18.526 2.11-7.84 7.06-13.693 11.73-13.866zm48.62 10.025c1.31-.026 2.473.29 3.432.93 4.274 2.856 3.592 11.38-1.525 19.04-5.117 7.662-12.73 11.558-17.004 8.704-4.274-2.856-3.59-11.382 1.527-19.042 3.82-5.72 9.21-9.546 13.57-9.633zM105.38 300.057c.547-.02 1.08.038 1.59.176 4.964 1.334 7.047 9.63 4.653 18.525-2.394 8.897-8.36 15.026-13.322 13.69-4.962-1.337-7.044-9.63-4.65-18.526 2.11-7.84 7.062-13.693 11.73-13.865zm220.706 9.53c1.31-.027 2.474.288 3.433.93 4.273 2.854 3.59 11.38-1.528 19.04-5.117 7.66-12.728 11.555-17.002 8.7-4.274-2.853-3.59-11.377 1.525-19.038 3.822-5.723 9.21-9.548 13.57-9.634zM194.95 310.59c.545-.02 1.077.04 1.59.178 4.962 1.335 7.045 9.63 4.65 18.525-2.393 8.897-8.358 15.026-13.32 13.69-4.963-1.337-7.045-9.63-4.65-18.526 2.108-7.84 7.06-13.694 11.73-13.867zm-52.528 5.91c.546-.02 1.078.04 1.59.178 4.963 1.335 7.046 9.63 4.652 18.525-2.395 8.897-8.36 15.025-13.322 13.688-4.963-1.336-7.045-9.63-4.65-18.525 2.11-7.84 7.06-13.692 11.73-13.865zm119.26 16.744c1.31-.025 2.474.29 3.433.932 4.274 2.854 3.59 11.378-1.525 19.04-5.118 7.66-12.73 11.556-17.004 8.7-4.273-2.855-3.59-11.38 1.527-19.04 3.82-5.72 9.21-9.545 13.568-9.632zm30.216 22.533c1.31-.026 2.475.29 3.434.93 4.273 2.856 3.59 11.38-1.528 19.04-5.116 7.66-12.727 11.555-17 8.702-4.277-2.854-3.594-11.38 1.524-19.042 3.822-5.72 9.21-9.545 13.57-9.63zm40.227 1.49c1.31-.027 2.474.29 3.433.93 4.273 2.856 3.59 11.38-1.527 19.04-5.116 7.66-12.727 11.555-17 8.7-4.275-2.854-3.592-11.378 1.524-19.038 3.822-5.723 9.21-9.548 13.57-9.634zm-130.244.403c.548-.02 1.08.04 1.592.178 4.963 1.336 7.045 9.63 4.65 18.525-2.393 8.895-8.357 15.023-13.32 13.688-4.963-1.334-7.046-9.628-4.652-18.525 2.11-7.84 7.062-13.692 11.73-13.865zm-94.833 12.516c.546-.02 1.078.038 1.59.175 4.964 1.336 7.047 9.632 4.652 18.53-2.396 8.895-8.36 15.024-13.323 13.686-4.963-1.336-7.045-9.63-4.65-18.525 2.11-7.838 7.06-13.692 11.73-13.864zm47.625 10.414c.547-.02 1.08.04 1.59.177 4.964 1.337 7.046 9.63 4.652 18.526-2.394 8.895-8.358 15.024-13.32 13.69-4.965-1.335-7.048-9.63-4.653-18.528 2.11-7.84 7.063-13.693 11.732-13.865zm74.908 19.38c1.31-.025 2.474.29 3.433.932 4.274 2.855 3.592 11.38-1.525 19.04-5.117 7.66-12.73 11.556-17.004 8.7-4.273-2.855-3.59-11.38 1.527-19.04 3.822-5.72 9.21-9.544 13.57-9.63zm41.133 6.528c1.31-.026 2.474.29 3.433.93 4.276 2.853 3.593 11.38-1.525 19.04-5.116 7.662-12.73 11.558-17.003 8.702-4.274-2.854-3.59-11.378 1.525-19.04 3.822-5.72 9.21-9.546 13.57-9.632zM119.96 433.754c.545-.02 1.077.038 1.59.176 4.962 1.335 7.045 9.63 4.65 18.525-2.393 8.896-8.356 15.025-13.32 13.69-4.963-1.335-7.046-9.63-4.652-18.526 2.11-7.84 7.062-13.693 11.73-13.866zm62.358 9.758c1.31-.026 2.475.29 3.434.93 4.274 2.854 3.59 11.378-1.526 19.04-5.116 7.66-12.73 11.557-17.004 8.702-4.274-2.855-3.59-11.38 1.528-19.04 3.82-5.72 9.21-9.546 13.568-9.632z"/></svg>
<svg class="tc-image-originals-striking-arrows tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M136.564 31.01l239.67 149.595c-12.418 21.234-20.756 28.302-45.027 46.936l156.3-26.33-85.603-125.474c4.936 24.85 8.85 38.5.75 60.49L136.568 31.01h-.004zM21.524 42.75l83.13 325.893c-21.017 5.232-30.98 3.262-58.875-3.96l124.046 113.45 13.426-166.844c-10.836 23.322-15.94 37.197-34.342 46.82L21.523 42.75zm64.353.215l252.2 353.16c-23.285 16.947-36.38 19.583-73.83 24.9l200.66 71.74L407.7 286.944c-2.477 33.743-2.313 53.14-20.37 74.09L85.877 42.965z"/></svg>
<svg class="tc-image-originals-striking-balls tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M28.47 52.22l26.655 106.25 72.25 161.436-42.97-44.75 20.97 83.47c12.218-17.024 32.14-27.943 54.063-28.063 2.257-.013 4.55.09 6.843.312 4.276.413 8.428 1.238 12.407 2.406L28.47 52.22zm81.624 2.31l241.562 126.407c-2.14-5.167-3.676-10.68-4.47-16.468-.23-1.698-.397-3.382-.498-5.064l-108.094-67.75L362 112.78c3.004-3.63 6.38-6.962 10.094-9.905l-262-48.344zM85.97 81.313L269.25 292.72l-72.563-57.69 117.875 161.345c3.147-18.118 11.676-34.284 23.813-46.906l-79.688-99.064 107.844 79.22c7.798-3.513 16.147-5.957 24.876-7.126L85.97 81.312zm328.405 25.813c-2.434-.04-4.92.097-7.406.438-26.52 3.63-44.883 27.856-41.25 54.374 3.63 26.52 27.824 44.882 54.342 41.25 26.52-3.63 44.913-27.825 41.282-54.343-3.178-23.204-22.113-40.177-44.563-41.625-.8-.053-1.594-.082-2.405-.095zM403.5 340.405c-1.225-.004-2.447.006-3.656.064-36.268 1.72-65.87 30.53-67.844 67.592-2.107 39.534 28.06 73.08 67.594 75.188 39.533 2.107 73.05-28.062 75.156-67.594 2.107-39.534-28.03-73.05-67.563-75.156-1.235-.066-2.462-.088-3.687-.094zm-244 8.845c-24.54.1-45.306 18.648-47.72 43.625-2.573 26.642 16.765 50.114 43.407 52.688 26.643 2.573 50.114-16.765 52.688-43.407 2.574-26.642-16.764-50.113-43.406-52.687-1.666-.162-3.334-.227-4.97-.22z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-striking-clamps tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M40.98 33.47c42.365 69.924 62.112 128.807 67.23 167.143-2.18-.5-4.446-.773-6.776-.773-15.047 0-27.516 11.026-29.778 25.437-14.03-22.296-30.308-61.62-45.88-121.623C86.005 464.07 279.215 338.11 40.978 33.47zm166.485 48.26c81.832 9.75 131.982 36.245 149.36 55.81-4.444 4.413-7.198 10.53-7.198 17.288 0 1.892.223 3.73.63 5.498-15.305.858-43.695-6.828-85.5-28.885 233.85 149.603 273.12-20.542-57.292-49.71zm-65.473 3.71c133.425 99.39 206.29 185.384 234.88 241.12-1.758-.23-3.546-.36-5.366-.36-22.58 0-40.885 18.302-40.885 40.882 0 3.86.547 7.59 1.546 11.13-41.953-26.657-103.148-88.887-173.48-197.18 321.64 535.806 553.76 265.665-16.694-95.593z"/></svg>
<svg class="tc-image-originals-striking-diamonds tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M30.875 36.063L88.25 300.625 202.406 400.97l24.688-76.814L30.874 36.062zm102 42.343L333.72 198.344l96.374 2.375-46.78-68.345-250.44-53.97zm3.5 42.28l202 284.595 149.5 78.626L440.78 365.78 136.376 120.69z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-striking-splinter tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M23.018 20.705l135.64 163.623-107.33-32.39 168.79 111.326L82.784 224.11l192.51 111.87-130.525-1.76 282.08 126.116c13.913 7.198 28.182 13.638 42.728 19.246l2.297.885 20.797 9.3-16.895-37.82c-3.67-9.115-7.69-18.094-12.03-26.926L338.312 144.24l1.094 129.362L228.352 82.393l38.482 136.49L155.906 50.668l31.684 106.467L23.018 20.705zm225.148 225.178c94.262 38.75 169.608 116.195 208.152 207.924-91.01-40.827-168.835-115.908-208.152-207.924z"/></svg>
<svg class="tc-image-originals-strong tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.375 20.313c-13.418 0-26.07 7.685-35.938 21.75-9.868 14.064-16.343 34.268-16.343 56.75 0 22.48 6.475 42.654 16.344 56.718 9.868 14.066 22.52 21.75 35.937 21.75 13.418 0 26.038-7.684 35.906-21.75 9.87-14.063 16.376-34.236 16.376-56.718 0-22.48-6.506-42.685-16.375-56.75-9.867-14.064-22.487-21.75-35.905-21.75zm-150.25 43.062c-20.305.574-23.996 13.892-31.78 29.03-23.298 45.304-55.564 164.75-55.564 164.75l160.47-5.436 29.125 137.593-22.78 106.03h149.093l-22.282-106 24.25-137.5 157.53 5.313c.002 0-32.264-119.447-55.56-164.75-7.787-15.14-11.477-28.457-31.782-29.03-17.898 0-32.406 15.552-32.406 34.718 0 19.166 14.508 34.72 32.406 34.72 3.728 0 7.258-.884 10.594-2.126l7.937 74.406L309.437 165c-.285.42-.552.867-.843 1.28-12.436 17.724-30.604 29.69-51.22 29.69-20.614 0-38.782-11.966-51.218-29.69-.277-.395-.54-.816-.812-1.218l-116.75 40.032 7.937-74.406c3.337 1.242 6.867 2.125 10.595 2.125 17.898 0 32.406-15.553 32.406-34.72 0-19.165-14.507-34.718-32.405-34.718z" fill="#fff"/></svg>
<svg class="tc-image-originals-stun-grenade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M254.785 20.36c-16.934 0-32.385 4.04-44.254 11.214-11.867 7.176-20.745 18.27-20.745 31.643 0 13.372 8.878 24.467 20.746 31.642 11.87 7.175 27.32 11.214 44.255 11.214 11.424 0 22.168-1.845 31.598-5.244l-18.87 18.87L390.552 242.74l21.214-21.215-122-122c3.282-1.36 6.387-2.917 9.275-4.664 6.595-3.988 12.26-9.19 15.997-15.317l18.943 18.945-9.898 9.9 107.79 107.79 16.263-48.79-91.526-91.53-9.9 9.902-27.31-27.31c-1.817-11.24-9.933-20.57-20.36-26.876-11.87-7.175-27.32-11.215-44.255-11.215zM359.12 33.12l-9.897 9.9L468.73 162.525l-24.953 74.856-142.76 164.725 9.926 9.928L473.1 228.256l20.29-60.87L359.12 33.12zm-104.335 5.24c13.994 0 26.542 3.54 34.942 8.62 8.4 5.077 12.058 10.91 12.058 16.237 0 5.327-3.66 11.16-12.058 16.238-8.4 5.078-20.948 8.62-34.942 8.62-13.993 0-26.542-3.542-34.94-8.62-8.4-5.078-12.06-10.91-12.06-16.238 0-5.327 3.66-11.16 12.06-16.238 8.398-5.08 20.947-8.62 34.94-8.62zm0 94.068L52.55 334.66 175.59 457.7l202.232-202.233-123.037-123.04zM39.822 347.388l-21.21 21.216L141.645 491.64l21.215-21.214L39.823 347.39z"/></svg>
<svg class="tc-image-originals-submarine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M315 144v21.75L292 160l-16 80H164c-49.154 16.385-81.254 27.1-102.578 34.846L52 256l-16-16v44.918C20.047 292.31 20 296.316 20 304c0 7.712.05 11.717 16 19.162V368l16-16 9.352-18.703c21.094 7.734 52.752 18.418 101.072 34.703H372c160-16 160-128 0-128h-16v-64l-23-5.75V144h-18zM148 263h256v18H148v-18z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-suckered-tentacle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M292.97 13.594c-2.632.016-5.295.076-8 .187-5.774.24-12.015 1.07-18.126 1.75-169.278 18.935-231.652 152.474-88.75 258.72 87.533 65.08 84.216 129.8-87.594 210.25h125.563c27.99-26.536 97.72-16.83 117.968-1.75 82.612-58.804 67.125-198.108-39.124-245.28-134.93-59.91-118.62-158.366-23.97-176.376 53.675-10.214 97.9 17.11 106.314 50.812 12.404 49.682-36.528 108.388-114.47 38.53 75.468 131.223 168.275 38.942 161.19-44.374-4.14-48.648-49.446-92.985-131-92.468zM218 201.624c3.67.1 6.518 1.456 7.125 3.72.882 3.293-3.288 7.292-9.313 8.906-6.024 1.614-11.648.23-12.53-3.063-.883-3.293 3.287-7.26 9.312-8.875 1.882-.504 3.737-.732 5.406-.687zm23.344 21.47c6.026-.21 10.822 1.795 11.78 5.375 1.28 4.772-4.767 10.534-13.5 12.874-8.73 2.34-16.845.367-18.124-4.406-1.28-4.774 4.768-10.536 13.5-12.875 2.183-.585 4.335-.9 6.344-.97zm40.5 23c8.61.098 15.31 3.21 16.72 8.47 2.002 7.476-7.448 16.49-21.127 20.155-13.678 3.664-26.402.57-28.406-6.908-2.002-7.477 7.48-16.49 21.157-20.156 3.42-.916 6.76-1.422 9.907-1.53.59-.02 1.176-.04 1.75-.032zm41.22 35.875c11.767.13 20.948 4.345 22.873 11.53 2.74 10.22-10.21 22.584-28.906 27.594-18.693 5.01-36.073.78-38.81-9.438-2.74-10.22 10.21-22.584 28.905-27.594 4.674-1.252 9.262-1.913 13.563-2.062.806-.028 1.59-.04 2.375-.03zm13.998 51.092c19.08.054 34.165 7.447 35.688 18.5 1.806 13.1-16.16 26.385-40.125 29.688-23.966 3.303-44.85-4.65-46.656-17.75-1.807-13.1 16.158-26.385 40.124-29.688 3.744-.516 7.435-.76 10.97-.75zm-15.937 64.313c23.456-.2 42.226 8.895 43.844 22.313 1.847 15.333-19.42 30.493-47.47 33.875-28.05 3.38-52.277-6.292-54.125-21.625-1.848-15.334 19.386-30.525 47.438-33.907 3.506-.42 6.96-.626 10.312-.655z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-suicide tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M241 16a15 15 0 0 0-15 15v60h-15a15 15 0 0 0-15 15v90a15 15 0 0 0 13.844 14.938C158.366 301.06 106 326.67 106 361c0 90 72.837 135 150 135s150-45 150-135c0-34.326-52.37-59.927-103.844-150.03A15 15 0 0 0 316 196v-90a15 15 0 0 0-15-15h-15V31a15 15 0 0 0-15-15h-30zm15 210c15 45 90 120 90 135 0 45-45.033 90-90 90-45.033 0-90-45-90-90 0-15 75-90 90-135z" fill="#fff"/></svg>
<svg class="tc-image-originals-suitcase tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M208 95c-3.583 0-7.736 1.925-9.977 4.613-2.24 2.69-2.99 5.447-3.4 7.907-.82 4.92-.247 9.48.5 13.96.316 1.897.698 3.748 1.096 5.52h18.534c-.67-2.54-1.387-5.542-1.877-8.48-.35-2.093-.483-3.963-.53-5.52h87.305c-.046 1.557-.18 3.427-.53 5.52-.49 2.938-1.205 5.94-1.876 8.48h18.535c.4-1.772.78-3.623 1.097-5.52.747-4.48 1.32-9.04.5-13.96-.41-2.46-1.16-5.218-3.4-7.907C311.737 96.925 307.583 95 304 95h-96zm-105 16v18h50v-18h-50zm256 0v18h50v-18h-50zM96 145c-5 0-11.05 2.777-15.637 7.363C75.777 156.95 73 163 73 168v208c0 5 2.777 11.05 7.363 15.637C84.95 396.223 91 399 96 399h23V145H96zm41 0v254h238V145H137zm256 0v254h23c5 0 11.05-2.777 15.637-7.363C436.223 387.05 439 381 439 376V168c0-5-2.777-11.05-7.363-15.637C427.05 147.777 421 145 416 145h-23z"/></svg>
<svg class="tc-image-originals-suits tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M300.125 22.22c-16.803.392-34.233 9.65-45.53 29.218-27.148-47.017-96.42-34.833-94.626 21.374 1.87 58.528 85.608 92.668 94.624 126.313 8.25-30.797 96.137-70.224 94.375-126.313-1.03-32.814-24.287-51.168-48.845-50.593zm109.53 112.28s-86.616 63.248-85.03 113.78c1.356 43.213 45.503 58.606 73.53 33.564l-24.56 58.875h72.374l-24.595-58.908c28.416 24.42 74.963 10.286 73.563-33.53-1.683-52.735-85.282-113.782-85.282-113.782zm-303.436 2.03c-24.513.018-44.626 19.58-44.626 44.095 0 10.22 3.667 19.87 9.468 27.375-1.847-.232-3.652-.563-5.562-.563-24.526 0-44.656 20.13-44.656 44.657 0 24.525 20.13 44.656 44.656 44.656 10 0 19.224-3.35 26.656-8.97L69.75 341.44h72.375l-22.75-54.47c7.604 6.088 17.202 9.782 27.594 9.782 24.526 0 44.124-20.13 44.124-44.656s-19.6-44.656-44.125-44.656c-2.1 0-4.104.276-6.126.562 5.887-7.535 9.5-17.072 9.5-27.375 0-24.515-19.583-44.077-44.094-44.094h-.03zM254.53 283.5l-85.468 105.125 85.47 105.156 85.5-105.155-85.5-105.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M320.063 19.72c-72.258 14.575-19.248 71.693-74.344 108.81 4.846-.49 9.746-.702 14.655-.624 16.288.26 32.785 3.72 48.594 10.72 4.96 2.196 9.723 4.667 14.25 7.405 12.107-47.476-37.103-96.38-3.158-126.31zM136.75 44.47c-40.76 61.357 36.984 64.33 24.406 129.405 17.407-21.255 41.17-35.9 67.156-42.313-25.006-42.138-94.4-41.924-91.562-87.093zm297.313 75.405c-32.547.872-45.475 46.314-96.594 36.22 21.35 17.42 36.034 41.25 42.467 67.31 42.306-24.92 42.053-94.466 87.282-91.624-13.43-8.92-24.06-12.15-33.158-11.905zm-177.97 26.656c-23.656.46-46.53 8.82-64.906 23.626l18.657 36.156L170 193.156c-3.576 5.264-6.737 10.908-9.406 16.938-8.726 19.708-11.002 40.59-7.78 60.344l44.78 2.125-34 30.312c10.798 20.622 28.414 37.852 51.406 48.03 3.077 1.364 6.186 2.574 9.313 3.626l24.53-38.25 9.095 43.814c27.3.075 53.737-10.387 73.593-29.188l-19.186-37.125 38.406 12.658c1.822-3.188 3.512-6.506 5.03-9.938 9.746-22.01 11.457-45.498 6.44-67.22l-37.626-1.75 27.687-24.718c-10.83-20.194-28.236-37.07-50.874-47.093-1.37-.607-2.745-1.176-4.125-1.72l-25.874 40.313-9.906-47.75c-.5-.016-1-.023-1.5-.032-1.3-.02-2.61-.024-3.906 0zM133.407 186.5c-41.652.725-82.483 34.847-108.72 5.094 14.573 72.234 71.664 19.3 108.783 74.312-2.154-20.972.934-42.758 10.06-63.375 2.178-4.915 4.637-9.604 7.345-14.093-5.822-1.47-11.642-2.038-17.47-1.937zm249.5 53.97c2.204 21.047-.867 42.926-10.03 63.624l-.188.375c-2.143 4.796-4.57 9.393-7.22 13.78 47.524 12.244 96.507-37.137 126.47-3.156-14.603-72.388-71.92-19.04-109.032-74.625zM136.53 283.405c-42.123 25.014-41.928 94.37-87.093 91.53 61.422 40.803 64.322-37.123 129.594-24.342-21.344-17.385-36.03-41.167-42.5-67.188zm219.064 48.906c-17.406 21.46-41.236 36.24-67.344 42.72 24.944 42.263 94.497 42.004 91.656 87.218 40.867-61.52-37.402-64.358-24.312-129.938zM193.406 360.72c-12.047 47.456 37.087 96.33 3.156 126.25 72.305-14.587 19.195-71.79 74.47-108.908-21.04 2.204-42.898-.9-63.594-10.062-4.884-2.162-9.57-4.594-14.032-7.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-sun-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M383.215 71.94a96 96 0 0 0-96 96 96 96 0 0 0 8.484 39.17c2.492-.108 4.994-.166 7.503-.17h.011c34.226.002 65.356 9.18 88.478 24.636 10.776 7.204 19.885 15.916 26.54 25.738a96 96 0 0 0 60.982-89.373 96 96 0 0 0-96-96zM154.662 179.845c-47.352.003-85.174 36.46-85.178 81.19v.007c.005 7.39 1.07 14.74 3.162 21.86l2.788 9.477-9.698 1.894c-13.05 2.55-23.76 7.818-30.85 14.125-7.087 6.303-10.49 13.255-10.5 20.293v.003c.002 8.806 5.325 17.41 15.807 24.398 10.482 6.988 25.778 11.695 42.832 11.697 8.47-.017 16.842-1.206 24.483-3.443l4.605-1.35 3.686 3.072c17.088 14.243 49.872 24.26 85.2 24.27 14.3-.024 28.434-1.62 41.37-4.64l7.33-1.714 2.982 6.91c8.13 18.84 35.242 34.145 67.123 34.17 20.066-.003 38.075-5.86 50.593-14.742 12.492-8.862 19.286-20.168 19.317-32.172-.012-.335-.028-.67-.05-1.007l-.7-10.11 10.12.495c3.337.164 6.696.252 10.06.26 23.21-.002 44.206-3.737 58.597-9.3 7.198-2.783 12.702-6.056 15.924-9 3.216-2.94 3.942-4.99 3.945-6.514-.004-1.374-.584-3.16-3.215-5.794-2.637-2.64-7.215-5.67-13.352-8.352-12.275-5.363-30.592-9.408-51.623-10.412l-10.803-.516 2.47-10.53c.747-3.18 1.134-6.365 1.18-9.555-.023-18.135-10.99-35.177-30.578-48.27-19.606-13.107-47.5-21.598-78.475-21.6-20.483.028-40.557 3.834-57.793 10.85l-8.252 3.36-3.443-8.216c-12.866-30.71-44.097-51.07-79.06-51.09h-.005z"/></svg>
<svg class="tc-image-originals-sun-radiations tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M168.236 12.088l-94.404.004c10.896 8.36 17.928 21.505 17.928 36.3 0 25.262-20.48 45.74-45.74 45.74-15.066 0-28.43-7.287-36.762-18.528v98.755l5.29 41.3 17.313-100.47 26.728 82.066 2.236-67.27 35.838 31.01-12.25-54.86 54.086 28.135-36.762-46.575 53.04-2.56-45.45-22.887 56.268-12.486-47.965-8.153 50.606-29.522zm33.598 6.31l-33.938 17.928 102.02-5.318-105.445 36.53 107.22 23.17-111.36 10.636 109.586 46.105-108.754-14.188 94.57 75.656-90.785-42.2 46.455 75.3-92.21-85.588 56.154 134.648-72.7-94.57 13.004 108.758-42.086-93.037L60.09 338.362l-26.008-136.06-15.727 47.63v106.682L38.22 309.99 58.91 464.26 82.55 289.303l86.296 203.326-24.825-201.552L258.687 437.66l-70.926-172 170.224 127.67L220.86 212.467l189.138 75.656L266.96 175.82l198.6 25.414-184.412-77.427 209.235-29.55-206.28-28.374 113.752-47.485h-196.02z"/></svg>
<svg class="tc-image-originals-sun-spear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M259.632 28.52c-15.21 29.776-26.798 59.26-36.147 88.652l-3.888 12.226-10.172-7.82c-23.276-17.89-44.87-38.798-63.885-63.892 1.717 33.39 6.423 64.716 13.022 94.843l2.746 12.533-12.72-1.686c-29.102-3.856-58.257-11.165-87.27-23.39 18.18 28.057 37.92 52.835 58.7 75.626l8.64 9.48-11.856 4.9c-27.133 11.213-56.04 19.458-87.28 23.376 29.775 15.208 59.26 26.797 88.65 36.146l12.227 3.888-7.82 10.172c-17.892 23.276-38.8 44.87-63.893 63.885 33.39-1.716 64.716-6.422 94.843-13.02l12.533-2.747-1.685 12.72c-3.856 29.102-11.165 58.257-23.39 87.27 28.057-18.18 52.835-37.92 75.626-58.7l9.48-8.64 4.9 11.856c11.213 27.132 19.458 56.038 23.376 87.28 15.21-29.776 26.798-59.26 36.147-88.652l3.888-12.226 10.172 7.82c23.276 17.89 44.87 38.798 63.885 63.892-1.717-33.39-6.423-64.716-13.022-94.843l-2.746-12.532 12.72 1.685c29.102 3.856 58.257 11.165 87.27 23.39-18.18-28.057-37.92-52.835-58.7-75.626l-8.64-9.48 11.856-4.9c27.133-11.213 56.038-19.458 87.28-23.376-29.775-15.208-59.26-26.797-88.65-36.146l-12.227-3.888 7.82-10.172c17.89-23.276 38.798-44.87 63.892-63.885-18.057.927-35.508 2.736-52.496 5.24L276.195 276.4c-6.194 6.236-14.033 9.328-21.386 9.077-7.354-.253-13.934-3.538-18.73-8.396-9.59-9.716-11.724-27.68.407-40.166l.045-.047 118.098-118.1c4.217-19.508 10.193-39.013 18.385-58.454-28.058 18.182-52.836 37.92-75.627 58.7l-9.48 8.642-4.9-11.857C271.794 88.67 263.55 59.763 259.63 28.52zm224.03.818l-86.112 54.8v31.313h31.314l54.8-86.112zM379.55 119.31l-8.37 8.372-121.783 121.78c-6.11 6.288-4.212 11.222-.505 14.977 1.853 1.877 4.235 2.972 6.533 3.05 2.297.08 4.797-.547 8.002-3.773l.01-.01L393.69 133.45h-14.14v-14.14zM144.64 374.507a662.042 662.042 0 0 1-24.73 4.443l-92.39 92.39 14.14 14.14 101.163-101.162a341.49 341.49 0 0 0 1.817-9.812z"/></svg>
<svg class="tc-image-originals-sunbeams tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.488 17.883V27.1l31.72 13.17c-4.947 16.663-7.873 34.187-8.507 52.275L17.49 89.443v63.428l28.852-3.917c3.968 16.532 9.893 32.31 17.527 47.068l-46.38 19.193v85.652l77.298-60.297c10.784 11.913 22.92 22.575 36.154 31.762L17.487 419.047v74.812h79.15l80.544-197.33c14.558 5.425 29.874 9.278 45.746 11.35l-24.914 185.98H299.93L275.055 308.18c16.05-1.902 31.553-5.62 46.29-10.948l79.96 196.63h92.16v-58.548L368.043 273.34c13.018-8.875 24.983-19.18 35.68-30.682l89.742 69.053V221.18l-57.643-23.737c7.784-14.768 13.854-30.573 17.95-47.15l39.693 5.292V87.275l-33.748 4.543c-.694-18.028-3.672-35.49-8.65-52.09l42.398-17.505v-4.338h-112.22l-42.282 32.527c-4.65-8.143-10.22-15.098-16.805-21.683l8.13-10.845H167.655l7.59 9.758c-6.94 6.73-12.477 14.34-17.346 22.767l-41.744-32.527H17.488zm416.22 29.012c4.37 15.116 6.913 31.006 7.392 47.43l-88.584 11.925c.04-1.177 0-2.065 0-3.254 0-7.216-.776-14.88-2.168-21.683l83.36-34.418zM66.57 47.48l78.856 32.747c-1.546 7.146-2.168 15.16-2.168 22.767 0 1.19-.04 2.075 0 3.254L59.31 95.03c.42-16.463 2.93-32.39 7.262-47.55zm82.65 87.5c2.51 7.588 5.67 14.977 9.758 21.684l-77.84 32.21c-7.003-13.298-12.48-27.522-16.204-42.446l84.287-11.448zm197.872 1.086l88.07 11.743c-3.854 14.962-9.48 29.21-16.63 42.514l-81.74-33.658c3.9-6.395 7.833-13.4 10.3-20.6zm-171.852 41.74c5.61 5.437 11.178 10.017 17.89 14.096l-50.806 65.703c-12.01-8.234-23.03-17.804-32.846-28.5l65.762-51.298zm144.203.003l69.49 53.47c-9.706 10.252-20.536 19.43-32.296 27.33l-52.915-68.333c5.71-3.65 10.837-7.81 15.72-12.468zm-37.404 22.768l32.274 79.365c-13.294 4.732-27.27 8.03-41.74 9.715L261.44 206.54c6.972-.943 14.133-3.712 20.6-5.962zm-66.138 1.084c6.534 2.07 13.58 4.128 20.6 4.88l-11.096 82.825c-14.282-1.85-28.07-5.276-41.18-10.1l31.676-77.605z" fill="#fff"/></svg>
<svg class="tc-image-originals-sundial tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M227.02 45.682l-2.01 150.17c-10.8 2.273-21.273 5.438-31.334 9.423l-34.46-54.44 10.48 65.913c-11.186 6.322-21.69 13.712-31.362 22.043l-85.387-73.01 60.914 98.26c-10.724 13.255-19.744 27.943-26.725 43.73l-37.89-9.674 32.146 24.228c-5.19 14.893-8.618 30.607-10.036 46.89l-52.426 1.497 151.115 58.343c-5.937-13.1-9.244-27.634-9.244-42.922 0-57.535 46.842-104.378 104.378-104.378 57.535 0 104.377 46.843 104.377 104.38 0 14.662-3.05 28.628-8.535 41.304-.054.597-.1 1.188-.16 1.79l138.406-59.548-40.56-3.928c-2.213-21.043-7.78-41.097-16.17-59.607l29.804-34.71-41.317 13.08c-9.153-14.872-20.252-28.418-32.937-40.292l58.926-131.802-93.026 106.238c-13.207-7.81-27.41-14.104-42.377-18.64l2.535-65.838-24.547 60.54c-11.17-1.997-22.667-3.04-34.405-3.04-2.4 0-4.785.06-7.164.146L227.02 45.682zm38.173 164.685c9.258 0 18.345.717 27.213 2.09l-19.693 48.572-10.74-50.622c1.072-.02 2.143-.04 3.22-.04zm-40.44 4.664l-.515 38.53-20.392-32.218c6.78-2.518 13.76-4.633 20.908-6.31zm96.112 4.312c10.708 3.56 20.953 8.127 30.63 13.578l-32.585 37.213 1.955-50.79zm-148.03 17.15l5.85 36.803-26.048-22.274c6.366-5.3 13.115-10.156 20.197-14.528zm217.186 25.766c8.48 8.533 16.08 17.934 22.673 28.056l-41.02 12.987 18.348-41.042zm-265.73 18.605l26.808 43.24-45.643-11.654c5.185-11.22 11.508-21.8 18.836-31.587zM265.18 300.44c-47.435 0-85.69 38.256-85.69 85.69 0 47.436 38.255 85.688 85.69 85.688 47.435 0 85.687-38.252 85.687-85.687 0-47.434-38.252-85.69-85.687-85.69zm163.808 21.484c5.21 13.28 8.856 27.35 10.707 41.984l-43.17-4.18 32.463-37.804zM97.11 334.176l43.853 33.054-50.805 1.45c1.177-11.892 3.534-23.433 6.953-34.504z" fill="#fff"/></svg>
<svg class="tc-image-originals-sunglasses tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M131.127 175.44c-33.59.04-59.132 7.456-86.086 15.046-8.453 1.495-15.128 3.99-18.638 10.47-3.532 6.524-1.073 13.252 1.537 17.888 4.818 8.555 12.362 16.51 15.298 21.703 3.465 17.812 8.065 35.346 15.467 50.7 12.98 26.928 36.845 47.046 74.7 45.194 46.849-2.29 73.352-20.134 87.503-41.22 14.152-21.088 16.572-44.617 19.54-56.484 7.612-16.64 23.278-16.838 31.105 0 2.967 11.867 5.387 35.396 19.54 56.483 14.15 21.086 40.654 38.93 87.503 41.22 37.854 1.853 61.72-18.265 74.7-45.192 7.403-15.355 12-32.89 15.466-50.7 2.936-5.195 10.48-13.15 15.3-21.704 2.61-4.636 5.068-11.364 1.536-17.887-3.51-6.48-10.185-8.976-18.64-10.47-26.953-7.59-52.495-15.007-86.085-15.048-26.88-.033-58.915 4.656-100.97 17.753l-5.507 1.715c-18.397 3.264-18.395 3.264-36.792 0l-5.506-1.715c-42.056-13.097-74.092-17.786-100.97-17.754zm.146 16.55c23.79.02 52.275 4.346 90.288 15.772 2.44 6.41 5.193 17.415 2.118 28.304-3.397 14.196-5.85 33.31-16.85 49.704-11.352 16.916-31.195 31.63-74.25 33.736-32.043 1.568-47.433-12.454-58.6-35.62-6.38-13.23-10.624-29.463-13.982-46.6l.037-.01-4.05-32.26c24.43-6.927 46.61-13.05 75.29-13.026zm249.452 0c28.68-.023 50.863 6.098 75.293 13.026l-4.05 32.26.036.01c-3.358 17.137-7.603 33.37-13.98 46.6-11.17 23.166-26.56 37.188-58.602 35.62-43.055-2.107-62.9-16.82-74.252-33.736-11-16.393-13.45-35.508-16.848-49.704-2.605-13.286-.322-21.894 2.115-28.304 38.013-11.426 66.497-15.752 90.288-15.772zM133.94 202.52c-18.563.07-37.993 3.335-53.94 11.652-12.87 42.026 3.515 64 16 80 1.317-37.663-15.127-81.69 96-80-11.76-6.544-34.194-11.74-58.06-11.65zm231.88 0c-18.563.07-37.992 3.335-53.94 11.652-12.87 42.026 3.515 64 16 80 1.317-37.663-15.126-81.69 96-80-11.76-6.544-34.193-11.74-58.06-11.65z"/></svg>
<svg class="tc-image-originals-sunken-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.416 89.854c-60.93-.06-118.51 21.342-161.756 66.05v28.334c49.963-63.205 125.667-85.68 204.895-71.904-76.8-.694-151.677 30.28-204.895 93.365v30.628c50.048-71.48 126.105-106.393 204.754-105.516-74.364 9.908-143.602 62.373-199.148 149.473l-4.295 6.735 5.987 5.29c1.83 1.62 3.668 3.203 5.506 4.78 59.508 65.856 147.41 108.008 235.96 122.107 81.518 12.98 164.023 2.26 225.46-37.586v-22.727c-57.055 42.12-139.732 55.04-222.522 41.86-9.308-1.483-18.61-3.316-27.874-5.448 90.432 10.556 183.536-8.224 250.397-59.684V311.43C449.71 350.953 387.6 372.692 321.92 377.674c55.068-13.21 110.284-41.767 164.637-85.055l7.017-5.59-5.3-7.24c-12.003-16.396-24.22-31.422-36.602-45.1C392.7 159.523 315.625 111.976 238.994 95.88c-16.7-3.507-33.403-5.497-49.892-5.935-2.233-.06-4.46-.09-6.686-.09zm78.932 48.437c7.203 8.575 13.243 17.97 18.224 27.946-13.003 4.898-22.254 17.448-22.254 32.164 0 18.98 15.384 34.366 34.364 34.366 1.976 0 3.91-.178 5.797-.498 4.878 54.408-10.42 111.357-36.132 145.443-43.73-59.246-50.73-172.443 0-239.42zm-46.016 13.19c-41.668 17.862-70.86 59.245-70.86 107.452 0 46.42 27.066 86.518 66.278 105.375-44.074-6.824-87.485-24.75-129.883-54.182-7.725-22.932-9.04-45.864-2.832-68.797 41.927-49.513 88.708-79.833 137.297-89.848zm117.188 14.782c34.544 15.74 69.317 41.773 103.375 79.01 5.113 20.777 4.177 41.554-2.006 62.33-37.088 24.156-74.08 40.968-110.726 50.502 33.043-20.646 55.03-57.34 55.03-99.172 0-37.747-17.904-71.306-45.674-92.67zm181.052 199.644v2.135c.35-.284.706-.564 1.055-.85l-1.055-1.284z" fill="#fff"/></svg>
<svg class="tc-image-originals-sunrise tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.375 16.25c-132.32 0-239.78 107.46-239.78 239.78s107.46 239.783 239.78 239.783 239.78-107.462 239.78-239.782-107.46-239.78-239.78-239.78zm33.5 20.406c26.563 4.015 51.57 12.708 74.156 25.25L308.907 209.03c-14.573-7.215-30.96-11.344-48.312-11.53l32.28-160.844zm-67.72.094l23.97 161.22c-17.2 1.56-33.28 6.986-47.313 15.436l-51-151c22.616-12.698 47.696-21.54 74.344-25.656zm193.25 64.5c17.683 18.164 32.28 39.32 42.94 62.688l-107.658 85.468c-8.9-14.076-20.863-26.014-34.968-34.875l99.686-113.28zm-319.092 1.063L192.5 219.686c-13.318 9.978-24.317 22.88-32.063 37.75L56.5 166c10.527-23.725 25.082-45.226 42.813-63.688zm378.75 115.906c2.105 12.286 3.218 24.92 3.218 37.81 0 11.49-.882 22.768-2.56 33.783l-107.876 16.062c-.463-17.028-4.757-33.097-12-47.375l119.22-40.28zM40.25 221.093l115.844 45.75c-4.918 12.077-7.81 25.224-8.188 39l-107.844-16.03c-1.678-11.016-2.562-22.295-2.562-33.783 0-11.89.954-23.554 2.75-34.936zm130.563 89.53h177.125L467 334.532c-31.674 83.843-112.62 143.376-207.625 143.376-95.018 0-175.968-59.548-207.625-143.406l119.063-23.875z" fill="#fff"/></svg>
<svg class="tc-image-originals-super-mushroom tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M242.875 25.594c-46.25.117-92.147 12.63-130.375 39.75C68.81 96.34 35.56 146.5 23.625 217c-3.752 22.16 1.91 41.663 14.344 56.47 12.43 14.804 30.868 25.155 52.624 32.78 43.51 15.25 101.268 19.72 157.344 19.72 56.395 0 116.863-7.428 163.218-24 23.178-8.288 42.93-18.84 56.875-32.72 11.43-11.375 18.665-25.59 19.47-41.344h1.094l-1.438-10.594c-15.005-112.175-118.867-183.277-224.47-191-6.6-.482-13.204-.735-19.81-.718zm.063 18.687c6.123-.014 12.238.21 18.375.657 3.214.236 6.418.547 9.625.907-25.16 19.974 10.362 61.325 47.375 54.312 26.565-5.036 32.874-19.8 27.812-33.844 62.617 27.994 112.41 81.343 122.344 152.407l.155 1.06c1.887 14.112-2.827 25.35-13.78 36.25-2.64 2.627-5.673 5.182-9.033 7.658 3.986-14.92-.91-32.102-21.375-45.344-40.378-26.132-96.414 37.186-41.843 72.5.154.1.313.183.47.28-40.09 10.845-89.146 16.157-135.127 16.157-26.117 0-52.553-1.105-77.375-3.717 17.746-9.192 27.433-34.97 1.5-51.75-26.975-17.458-63.925 21.993-34.312 47.187-14.918-2.678-28.762-6.086-41-10.375-8.628-3.024-16.41-6.468-23.22-10.313 15.15-7.296 23.773-29.15 1.94-43.28-11.807-7.64-25.924-2.13-33 7.843-1.682-6.65-1.873-14.094-.407-22.75 3.89-22.972 10.086-43.39 18.156-61.438 2.32 19.157 15.042 34.623 35.56 31.094 62.195-10.696 55.24-98.255 9.22-90.343-1.82.314-3.578.685-5.28 1.126 7.402-7.423 15.286-14.076 23.593-19.97 12.744-9.04 26.488-16.332 40.906-21.937-.934 7.07 2.093 14.8 11.53 20.907 18.86 12.203 44.305-13.4 28.063-31.876 12.84-2.25 25.943-3.372 39.125-3.406zm-51.844 54.407c-4.59.115-9.263 1.438-13.656 4.282-38.004 24.593 1.004 68.694 29.125 50.5 32.066-20.753 9.32-55.4-15.47-54.782zm191.72 31.594c-24.964.418-21.014 38.305 2.81 45.564 36.154 11.015 34.472-35.725 7.72-43.875-3.954-1.206-7.466-1.74-10.53-1.69zm-116.845 27.626c-9.463.237-19.07 2.983-28.126 8.844-78.328 50.685 2.105 141.54 60.062 104.03 66.09-42.764 19.156-114.15-31.937-112.874zM335 338.594c-55.842 7.335-113.248 7.307-167.406 2.156-21.82 91.642-38.78 153.125 82.687 153.125 129.88 0 110.022-66.537 84.72-155.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-supersonic-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M84.475 16.084L81.4 65.79 50.752 37.183l-11.68 11.68 30.043 32.19-52.877 3.266c41.824 51.46 65.345 68.355 119.215 67.81l22.322 23.915c3.147-3.24 6.332-6.474 9.555-9.697h.002c3.534-3.535 7.077-7.003 10.623-10.442l-23.404-21.844c6.066-54.95-22.426-79.39-70.075-117.978zM448.77 18.22c-.973-.014-1.966-.01-2.975.01-2.307.042-4.705.175-7.193.397-19.907 1.776-44.9 9.53-72.664 22.795C310.41 67.95 243.78 116.28 180.282 179.777 116.786 243.275 68.35 310.01 41.717 365.647 28.4 393.463 20.594 418.514 18.78 438.462c-1.81 19.948 2.155 34.023 10.974 42.842 8.82 8.818 22.896 12.783 42.844 10.97 19.948-1.812 44.997-9.62 72.814-22.935 47.236-22.612 102.476-60.954 156.942-110.875l-14.186-15.152c-2.085 1.93-4.17 3.864-6.248 5.757-8.912 6.327-17.464 11.443-25.21 15.15-8.84 4.233-16.638 6.57-22.19 7.073-5.55.504-8.082-.607-9.34-1.865-1.258-1.258-2.37-3.79-1.866-9.34.505-5.55 2.842-13.35 7.075-22.192 6.817-14.243 18.406-31.213 33.516-48.138l.108.115c2.182-2.53 4.395-5 6.64-7.412.345-.37.695-.73 1.04-1.097 1.232-1.275 2.48-2.548 3.75-3.816 20.78-20.78 42.63-36.552 60.273-44.98 8.82-4.215 16.598-6.536 22.133-7.03.69-.062 1.336-.1 1.937-.113.6-.014 1.16-.006 1.678.02 3.107.165 4.77 1.027 5.72 1.978 1.268 1.267 2.38 3.8 1.885 9.334-.493 5.534-2.813 13.31-7.027 22.133-3.854 8.065-9.26 17.015-15.96 26.337-.293.32-.596.64-.892.96l15.136 14.182c49.233-53.96 86.992-108.535 109.31-155.25 13.264-27.764 21.02-52.76 22.796-72.667 1.776-19.906-2.207-33.965-11.036-42.793-7.242-7.242-18.002-11.223-32.625-11.44zm-12.286 65.944c7.31-.162 13.042 1.596 16.9 5.453 18.066 18.068-9.964 77.3-65.58 147.06.42-8.303-1.506-16.573-7.406-22.472-4.734-4.733-10.992-6.91-17.57-7.367-2.192-.153-4.42-.114-6.64.084-8.873.792-18.358 3.923-28.528 8.78-20.34 9.718-43.39 26.586-65.43 48.628v.002c-22.044 22.044-38.948 45.126-48.7 65.496-4.874 10.185-8.02 19.683-8.827 28.568-.807 8.886.94 17.925 7.262 24.247 5.734 5.733 13.706 7.7 21.77 7.414-68.26 53.8-125.842 80.59-143.612 62.82C65.44 428.193 126.725 326.7 226.967 226.46c84.577-84.578 170.046-141.423 209.517-142.296zM252.95 225.902c-8.514 8.23-16.85 16.654-25.036 25.29l10.453 11.203c8.565-9.02 17.39-17.43 26.535-25.338l-11.95-11.155zm52.595 49.088c-10.287 8.657-19.75 18.025-28.715 28.615l25.016 26.803-.082.08 14.29 15.262.06-.055 37.995 40.707-73.872 23.692 211.117 81.55-81.552-211.12-22.65 70.634-39.66-37.017.093-.097-15.19-14.234c-.042.04-.084.083-.125.126l-26.725-24.946z" fill="#fff"/></svg>
<svg class="tc-image-originals-supersonic-bullet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M346.12-.2l-.233.28h.568c-.112-.093-.222-.188-.334-.28zM52.747 18.77c166.38 72.215 298.08 157.962 373.818 254.734-63.44 81.172-164.48 155.274-291.498 220.543h40.022c79.295-43.115 147.887-89.96 202.66-140.547-39.11 50.436-88.187 97.396-144.996 140.547h30.434c80.09-63.988 144.264-136.234 185.377-216.305l2.19-4.267-2.19-4.268C399.403 173.463 315.916 89.895 211.035 18.77h-33.93c80.457 51.6 148.82 109.986 199.942 174.582C305.687 128.537 210.47 70.408 98.512 18.77H52.746zm286.88 0c79.86 68.252 124.905 149.72 132.544 232.044 7.757 83.595-22.736 168.59-96.772 243.233h25.79c20.766-22.77 37.913-46.547 51.498-70.985-7.558 24.488-17.123 48.273-28.764 70.985h20.875c72.31-148.76 61.655-336.513-17.764-475.277H405.36c20.056 33.13 35.904 69.555 47.333 107.822-20.603-38.094-49.095-74.45-84.986-107.822h-28.082zm-320.34 81.582v18.7c98.913.57 192.13 33.895 275.816 93.31-83.698-43.07-176.986-67.33-275.815-67.747V163.3c126.328.548 243.07 41.285 341.934 111.155C261.996 345.35 146.23 388.97 19.288 389.56v18.678c97.076-.436 187.874-25.23 269.824-67.6-82.075 58.517-172.797 92.57-269.823 93.17V452.5c138.463-.82 264.086-66.947 369.64-172.195l6.66-6.64-6.687-6.618C283.584 162.795 156.815 101.115 19.287 100.35zM200.82 236.287v80.28c48.162 0 91.948-15.602 128.977-40.797-36.904-24.93-81.09-39.485-128.977-39.483zm-164.19.54v79.202h22.33v-79.202H36.63zm41.018 0v79.202h101.645l.002-79.202H77.648zM138.7 512.735l.19.368c.238-.122.474-.246.714-.368h-.903z" fill="#fff"/></svg>
<svg class="tc-image-originals-surprised tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M119.75 21.125l46.313 85.97L19.53 77.904l110.595 88.22-95.53 21.906 118.81 32.532-54.218 49.032 89.876-7.22c-1.908-9.424-2.938-19.26-2.938-29.405 0-33.145 10.464-63.34 27.875-85.595 17.41-22.254 42.197-36.688 69.813-36.688.447 0 .898.024 1.343.032L258.25 26.312 234.78 93.72 119.75 21.124zm164.063 108.25c-21.154 0-40.524 10.877-55.094 29.5-14.572 18.623-23.907 44.906-23.907 74.094 0 30.247 10.36 57.38 25.937 76.155l10.125 12.22-15.594 2.936c-44.37 8.354-65.334 25.41-77.5 54.033-11.426 26.885-13.802 65.837-14.06 115.625h46.186v-50.75h18.688v50.75h167.53v-50.75h18.72v50.75h50.53c-.03-50.187-.558-90.043-10.937-117.282-11.042-28.982-31.384-46.105-79.75-53.72l-15.875-2.498 10.032-12.532c14.82-18.577 23.97-45.282 23.97-74.937-.002-29.19-9.337-55.472-23.908-74.095-14.57-18.623-33.94-29.5-55.094-29.5zM251.905 193.5c12.803 0 23.188 17.03 23.188 38.063 0 21.035-10.385 38.093-23.188 38.093-12.802 0-23.187-17.058-23.187-38.094 0-21.035 10.384-38.062 23.186-38.062zm64.406 0c12.803 0 23.188 17.03 23.188 38.063 0 21.035-10.385 38.093-23.188 38.093-12.802 0-23.187-17.058-23.187-38.094 0-21.035 10.385-38.062 23.188-38.062z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-surprised-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M206.893 18.176l-27.23 74.533-84.936-28.235 17.134 83.593-86.297 25.768 51.99 54.76-59.252 48.69 93.805 25.314-72.3 67.283 50.978 13.012-22.8 51.867 60.937-37.405-13.543 86.213 100.975-61.183 39.156 75.894 39.135-61.16 77.744 46.284-2.74-93.998 85.386 35.367-31.36-70.043 48.653 1.272-42.88-52.065 63.88-19.67-63.064-36.73 57.404-72.982-70.96-12.328 66.82-100.553-109.022 44.486 13.414-65.402-71.193 58.504-13.135-65.244-41.22 52.388-55.477-68.23zm52.345 90.98h.047c82.104 0 146.59 52.22 146.59 113.3 0 19.404-9.242 30.604-25.768 41.433-16.525 10.827-40.02 19.56-63.863 30.28l-7.377 3.318 26.863 93.87c-8.333 2.637-17.08 4.926-26.1 6.845l-20.482-46.38-2.753 50.406c-8.003 1.085-16.117 1.883-24.26 2.377l-10.55-51.603-12.626 52.178c-8.13-.1-16.204-.517-24.138-1.274l-2.656-49.922-20.033 46.727c-9.805-1.852-19.24-4.285-28.1-7.36l34.276-92.197-6.82-3.953c-19.516-11.314-40.035-21.866-54.97-33.846-14.936-11.98-23.823-24.21-23.823-40.902 0-61.068 64.46-113.278 146.54-113.3zm62.9 55.53c-29.543-.155-56.048 24.43-50.378 65.375 10.284 74.273 136.613 22.558 103.254-32.357-13.756-22.645-33.94-32.915-52.877-33.016zm-140.925.486c-17.51.267-34.493 10.685-42.723 36.69-16.22 51.262 72.746 97.79 95.4 26.2 10.138-32.038-20.812-62.226-50.982-62.884-.565-.013-1.13-.015-1.695-.006zm3.63 21.062c16.585 0 30.23 13.645 30.23 30.23 0 16.587-13.645 30.23-30.23 30.23-16.583 0-30.23-13.643-30.23-30.23 0-16.584 13.646-30.23 30.23-30.23zm0 18.69c-6.484 0-11.54 5.056-11.54 11.54 0 6.488 5.055 11.544 11.54 11.544 6.487 0 11.544-5.056 11.544-11.543 0-6.487-5.057-11.54-11.543-11.54zm139.764 0c6.486 0 11.543 5.054 11.543 11.54 0 6.488-5.057 11.544-11.543 11.544-6.485 0-11.54-5.056-11.54-11.543 0-6.485 5.055-11.54 11.54-11.54zm-70.613 55.105l-22.414 49.923h37.188l-14.774-49.924z" fill="#fff"/></svg>
<svg class="tc-image-originals-suspicious tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.422 18.346c-111.086 0-204.14 76.375-229.615 179.533-11.867 70.7 11.228 143.745 60.048 194.24-5.034 28.402-5.687 61.755-5.687 100.54h18.687c0-57.013 2.106-100.723 14.88-130.744 12.776-30.02 34.883-47.983 81.394-56.728l15.61-2.934-10.148-12.22c-16.364-19.7-27.22-48.142-27.22-79.84 0-30.586 9.785-58.117 25.093-77.66 15.308-19.54 35.707-30.99 57.99-30.99s42.683 11.45 57.99 30.99c15.308 19.543 25.094 47.074 25.094 77.66 0 31.072-9.61 59.05-25.186 78.55l-10.036 12.565 15.885 2.497c50.69 7.97 72.17 25.994 83.77 56.398 11.598 30.404 11.513 75.137 11.513 132.455h18.69c0-30.09.238-57.06-1.506-81.117 36.888-41.708 59.28-96.54 59.28-156.668 0-130.742-105.786-236.53-236.528-236.53zm8.2 43.45c30.12.1 60.5 7.25 88.24 21.995 99.02 52.642 132.557 179.59 80.525 276.79-1.816 3.392-3.722 6.703-5.698 9.95-1.455-5.895-3.186-11.558-5.256-16.985-.896-2.347-1.872-4.636-2.913-6.877 43.444-87.576 12.394-199.683-75.432-246.373-24.95-13.264-52.307-19.685-79.436-19.775-59.683-.2-118.266 30.23-147.71 85.798-25.907 48.89-22.56 108.01 5.224 152.838-4.82 4.473-9.11 9.337-12.906 14.582-34-50.89-38.835-119.552-8.834-176.17 32.91-62.107 97.928-95.992 164.195-95.77zm86.657 98.9c37.642 37.22 50.227 94.933 32.638 145.548-5.115-3.25-10.7-6.19-16.773-8.81 10.177-31.69 6.895-66.347-8.112-95-.702-14.7-3.382-28.753-7.754-41.74zM158.92 173.642c-2.762 11.597-4.24 23.864-4.24 36.55 0 7.46.533 14.768 1.543 21.875-1.932 21.073 3.05 42.43 14.21 60.077-6.35 1.94-12.302 4.153-17.867 6.638-19.113-32.745-21.045-74.92-2.818-110.215 2.726-5.28 5.8-10.255 9.172-14.925zm60.45 29.34c-15.794.205-19.24 4.585-24.546 8.15 12.483 11.99 36.9 10.832 47.748 0-4.992-4.043-10.37-8.317-23.203-8.15zm74.69.177c-15.794.205-19.24 4.586-24.546 8.15 12.483 11.992 36.9 10.833 47.748 0-4.992-4.042-10.37-8.317-23.203-8.15z" fill="#fff"/></svg>
<svg class="tc-image-originals-swallow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M139.563 22.156L68.156 385.53l98.063 105.314h161.936L425.97 385.53 353.75 22.157H139.562zm23.125 25.063c25.85 13.91 48.97 31.3 54.656 70.874l-72.03-18.625 17.374-52.25zm164.718 0l17.344 52.25-72 18.624c5.69-39.575 28.804-56.963 54.656-70.875zM159.626 151.5l12.343 72.5 33-72.5 22.655 64.22 23.313-64.22 20.156 65.594 20.78-65.594 32.72 71.656 10.72-71.656c-.002 0 54.78 100.043 54.78 154.156s-54.78 154.188-54.78 154.188l-12.19-73.625-31.25 73.624-19.062-58.72-21.875 58.72-27.718-58.563-18.25 58.564L170 379.438l-10.375 80.406s-54.78-100.075-54.78-154.188c0-54.113 54.78-154.156 54.78-154.156zm29.124 84.344l-11.375 28.125 47.22 10.03-35.845-38.156zm114.78 0L267.72 274l47.186-10.03-11.375-28.126zm-97.436 53.72c0-.002-19.22 29.87-19.22 46.123 0 16.254 19.22 46.157 19.22 46.157l12.812-31.53 15.25 31.53 13.188-25.78 13.187 25.78 15.283-31.53 12.78 31.53s19.22-29.905 19.22-46.156c0-16.252-19.22-46.125-19.22-46.125l-12.78 31.53-15.97-31.53-12.5 28.25-13.187-28.25-15.25 31.53-12.812-31.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-swamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M199.188 19.97a9.5 9.5 0 0 0-8.407 4.843c-3.687 6.318-7.287 12.708-10.843 19.156-6.34-1.118-12.595-.258-16.406 3.53-24.12 23.98-59.702 101.133-45.31 111.688 1.968 1.444 4.086 2.64 6.31 3.656-16.64 42.836-30.184 86.292-40.124 128.562-1.928-65.01-14.337-127.164-62.22-162.937 44.087 58.265 48.88 155.865 41.877 236.405-11.69.81-23.34 1.66-34.97 2.53l1.407 18.94c10.527-.79 21.09-1.545 31.656-2.283-5.404 47.895-14.473 87.508-20.718 105.47l28.28-7.782 19.844 3.906c3.195-33.745 7.683-68.574 16.47-104.437 104.756-6.35 212.06-8.943 325.124-.814 9.21 20.087 7.668 38.25 2.563 64.156-.69-30.596-32.682-59.164-127.25-57.718-37.285.583-99.973 24.92-93.345 61.594 10.04 55.48 93.935 63.74 164.875 37.75l-32.78-43.72 76.467 37.75c7.045-10.18 11.56-21.598 12-32.843 14.556 1.83 29.126 3.61 43.625 5.875 20.6-36.8 25.25-154.36-88-314.47 39.61 88.105 71.88 190.382 63.157 224.22-2.253-.186-4.504-.385-6.75-.563-28.424-38.034-94.285-80.812-127.814-97.562C370.742 309.23 401.776 337.56 419 360.53c-38.743-2.512-76.81-3.813-114.313-4.155-66.03-.6-130.31 1.732-193.5 5.47 14.246-49.464 37.544-100.834 77.75-153.97-51.342 38.358-77.508 85.502-95.406 134.72 9.764-55.987 26.784-116.065 49.69-174.908 1.743.234 3.47.45 5.186.625 23.065 2.38 49.024-68.143 52.688-105.343.375-3.812-1.312-7.414-4.188-10.44 3.37-6.11 6.79-12.172 10.28-18.155a9.5 9.5 0 0 0-8-14.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-swan tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M372.67 44.934c-50.275.005-92.476 43.57-38.934 163.87 29.137 16.804 41.594 46.767 33.48 74.848-9.168 31.735-42.353 59.517-96.597 68.084-45.02 7.11-88.46 2.42-122.915-22.218-14.895-10.65-27.867-24.905-38.502-43.088-26.314-8.87-48.678-17.086-61.224-23.25-.197 10.192 1.916 21.786 6.594 33.963l-35.842-4.432L70.87 332.49 43.92 344.385l53.35 11.676c10.984 9.717 23.94 18.99 39.07 27.38l-.002.007c26.098 14.475 195.407 11.62 218.51.578 67.333-32.17 71.596-90.7 28.552-167.472-57.378-102.34-31.747-134.085 3.034-133.07.93 10.53 6.27 21.943 15.593 31.288 5.74 5.757 12.266 9.993 18.886 12.623 19.37 11.416 38.896 19.675 62.072 20.81 5.712.08 9.144-9.696 3.487-10.238-11.602-2.262-21.402-8.37-29.352-15.912 11.712-12.976 7.85-36.605-8.994-53.49-11.038-11.06-24.963-16.53-36.898-15.692-12.41-5.107-25.747-7.938-38.562-7.936zm56.598 37.433c6.16 0 10.95 4.793 10.95 10.953 0 6.157-4.79 10.95-10.95 10.95-6.16 0-10.954-4.793-10.954-10.95 0-6.156 4.795-10.953 10.954-10.953zm-208.653 118.95c-6.108.034-12.128.27-18.18.607-29.242 1.63-59.597 5.87-101.03 1.365 28.59 40.045 73.354 51.978 116.91 49.04-32.74 15.03-75.678 8.755-108.41-10.848.475 1.48.96 2.94 1.454 4.38 17.087 33.357 62.417 42.17 88.845 42.066-16.554 11.997-42.21 12.406-65.994 2.386 7.334 9.737 15.51 17.67 24.366 24.002 29.323 20.968 67.166 25.59 109.127 18.96 49.298-7.785 74.954-31.945 81.56-54.81 6.607-22.867-3.598-45.977-34.556-58.134-36.452-14.313-63.225-18.523-87.95-18.975-2.06-.037-4.106-.05-6.142-.04zM64.14 378.278c-29.424 5.99-46.933 13.47-46.933 21.588 0 19.668 102.56 35.612 229.072 35.612s229.072-15.944 229.072-35.612c0-8.098-17.424-15.562-46.72-21.545 12.117 3.613 18.923 7.643 18.923 11.895 0 15.515-90.098 28.092-201.24 28.092-111.14 0-201.24-12.577-201.24-28.092 0-4.27 6.858-8.314 19.064-11.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-swan-breeze tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M117.848 64.37c-4.216-.027-8.49.18-12.8.634-55.17 5.8-95.806 49.862-90.71 98.35.106 1.01.203 2.193.334 3.183.927-1.65 1.642-3.144 2.717-4.79 25.247-38.602 83.043-59.15 129.063-45.745 46.02 13.403 62.854 55.91 37.608 94.516-2.82 4.32-6.102 8.118-9.68 11.962 26.987-18.47 43.175-48.472 39.847-80.138-4.7-44.703-46.632-77.64-96.38-77.97zm375.004 33.525c-42.71 89.996-101.97 173.25-167.03 230.687-44.41 39.21-113.416 70.452-164.107 39.715-30.767-18.66-42.313-70.813-15.77-116.22-53.058 22.698-93.682 100.59-64.242 161.773 45.65 94.867 165.072 93.635 286.17 42.048 55.41-23.603 89.392-40.718 124.98-65.41v-33.066c-61.925 43.79-116.094 73.34-196.953 96.22 78.083-36.174 130.285-70.63 196.952-124.476V274.81c-67.75 72.44-145.933 116.294-223.89 154.854 80.25-47.795 155.855-110.53 223.89-186.113v-44.224c-42.886 57.34-97.62 102.83-150.82 149.85 54.818-60.357 107.696-122.268 150.82-191.983V97.895z"/></svg>
<svg class="tc-image-originals-swap-bag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M363.783 23.545c-9.782.057-16.583 3.047-20.744 10.22-17.51 30.18-38.432 61.645-48.552 97.245 2.836.83 5.635 1.787 8.373 2.853 7.353 2.863 14.38 6.482 20.542 10.858 27.534-25.542 58.165-45.21 87.45-65.462 11.356-7.854 12.273-13.584 10.183-20.83-2.09-7.246-9.868-16.365-20.525-23.176-10.658-6.81-23.87-11.33-34.73-11.68-.68-.022-1.345-.03-1.997-.027zm-68.998.746c-10.02-.182-17.792 6.393-23.924 20.24-8.94 20.194-10.212 53.436-1.446 83.185.156-.008.31-.023.467-.03 1.99-.087 3.99-.072 6 .03 9.436-34.822 27.966-64.72 44.013-91.528-10.31-8.496-18.874-11.782-25.108-11.896zM197.5 82.5L187 97.97c14.82 10.04 29.056 19.725 39.813 31.374 3.916 4.24 7.37 8.722 10.31 13.607 3.77-4.73 8.51-8.378 13.69-10.792.407-.188.82-.355 1.228-.53-3.423-5.44-7.304-10.418-11.51-14.972C227.765 102.83 212.29 92.52 197.5 82.5zm223.77 12.27c-29.255 20.228-58.575 39.152-84.348 62.78.438.576.848 1.168 1.258 1.76 20.68-6.75 49.486-15.333 73.916-19.41 11.484-1.916 15.66-6.552 17.574-13.228 1.914-6.676.447-16.71-5.316-26.983-.924-1.647-1.96-3.29-3.083-4.92zm-223.938 47.87c-14.95.2-29.732 4.3-43.957 12.766l9.563 16.03c21.657-12.89 42.626-14.133 65.232-4.563.52-5.592 1.765-10.66 3.728-15.21.35-.806.73-1.586 1.123-2.354-11.87-4.52-23.83-6.827-35.688-6.67zm75.8 3.934c-5.578-.083-10.597.742-14.427 2.526-4.377 2.038-7.466 4.914-9.648 9.97-.884 2.047-1.572 4.54-1.985 7.494.456-.007.91-.03 1.365-.033 16.053-.084 32.587 2.77 49.313 9.19 7.714 2.96 15.062 7.453 22.047 13.184 3.217-2.445 4.99-4.72 5.773-6.535 1.21-2.798 1.095-5.184-.634-8.82-3.46-7.275-15.207-16.955-28.856-22.27-6.824-2.658-13.98-4.224-20.523-4.614-.818-.05-1.627-.08-2.424-.092zm-24.757 38.457c-22.982.075-44.722 7.386-65 19.782-32.445 19.835-60.565 53.124-80.344 90.032-19.777 36.908-31.133 77.41-31.186 110.53-.053 33.06 10.26 57.27 32.812 67.782.043.02.082.043.125.063h.032c24.872 11.51 65.616 19.337 108.407 20.092 42.79.756 87.79-5.457 121.874-20.187 21.96-9.49 34.545-28.452 40.5-54.156 5.954-25.705 4.518-57.657-2.375-89.314-6.894-31.657-19.2-63.06-34.095-87.875-14.894-24.814-32.614-42.664-48.063-48.593-14.664-5.627-28.898-8.2-42.687-8.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-swirl-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M231.07 20.854c130.555 79.7 225.307 195.886 220.758 277.41-.372 6.683-1.85 12.83-3.504 18.687-11.48-92.337-130.195-218.092-279.16-290.255-4.345-2.104-8.547-3.872-12.85-5.84H20.822v7.004c32.332 6.406 67.257 16.19 103.955 30.37C287.93 121.255 421.312 237.91 423.213 318.7c.13 5.782-.565 11.256-1.752 16.353-18.234-79.442-144.166-184.84-296.097-243.533C88.457 77.262 53.27 66.962 20.823 60.566v49.64c164.214 24.05 386.08 133.882 366.142 290.648-9.53 74.94-113.13 76.27-159.742 35.17 45.327 72.98 186.19 70.605 235.703 21.09 75.81-75.81 25.19-249.297-112.717-387.202-17.778-17.776-36.23-34.278-54.9-49.058h-64.24zm7.3 236.1c-15.488.026-29.213 4.776-39.155 14.718v.002c-18.66 18.66-18.67 50.702-3.938 82.69 1.353-13.847 6.2-26.328 15.75-35.878 27.665-27.664 80.464-20.165 117.692 17.063 23.264 23.266 34.894 52.858 33.686 78.313 15.033-30.094 1.188-77.565-35.875-114.63-27.348-27.35-60.554-42.322-88.16-42.278zm16.185 63.83c-12.806.1-22.824 4.544-26.412 13.015-6.38 15.06 9.98 37.144 36.537 49.327 26.56 12.184 53.26 9.852 59.638-5.207 6.38-15.06-9.98-37.147-36.537-49.33-11.62-5.33-23.265-7.882-33.225-7.805zm-41.022 22.226c-11.47 19.105-.906 49.236 27.373 72.763 32.573 27.1 76.033 35.056 97.143 17.498 14.236-11.843 14.244-32.184 3.003-52.49-1.032 8.79-4.73 16.712-12.016 22.775-21.11 17.56-61.394 12.8-89.8-10.832-17.75-14.772-26.625-33.555-25.704-49.713z"/></svg>
<svg class="tc-image-originals-swirl-string tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M17.493 22.18V127.3c78.742 126.922 174.79 219.187 252.88 237.11-7.142 1.665-14.68 2.528-22.78 2.337-67.67-1.59-153.3-68.902-230.102-171.702v70.082c76.9 77.2 159.02 128.697 227.768 137.245-8.208 2.318-16.913 4.15-26.28 4.673-58.776 3.28-130.573-30.502-201.485-88.77v46.137C182.62 479.155 356.19 508.117 441.49 422.817c69.39-69.39 71.76-265.946-29.786-330.554-16.728-10.643-35.31-18.69-56.65-18.69-53.35 0-96.946 43.013-96.946 96.363s43.597 96.947 96.947 96.947c45.006 0 83.972-31.806 80.228-72.418-5.44-59.032-88.172-44.01-98.33 7.59-.467 2.362-.835 4.685-1.17 7.01-4.268-11.258-5.688-23.116-2.336-35.625 8.496-31.707 41.295-51.128 73.002-42.632 11.888 3.186 21.69 10.036 29.2 18.69 11.045 12.727 14.586 29.672 14.016 47.303-1.934 59.767-24.98 108.154-87.018 119.14C210.906 342.814 88.242 190.12 17.493 22.18z"/></svg>
<svg class="tc-image-originals-switch-weapon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M83.5 25l-32 64v87c-.67 15.934 3.847 27.945 13.793 37.816 3.442 3.367 7.892 6.805 13.102 10.227L83.5 89l5.344 141.326c7.778 4.3 16.61 8.477 26.064 12.344.194.08.397.155.592.234V89l-32-64zm216.666 0C281.833 25 263.5 61.667 263.5 98.334c0 17.585 4.223 35.16 10.635 48.7 9.11 1.493 18.938 3.565 29.187 6.19 4.395-7.873 14.92-14.213 40.178-16.87V72.577C319.173 60.896 300.166 38.2 300.166 25zm146.668 0c0 13.2-19.007 35.896-43.334 47.576v63.78c43.31 4.554 43.334 19.928 43.334 35.31 18.333 0 36.666-36.665 36.666-73.332C483.5 61.667 465.167 25 446.834 25zM361.5 50v122.852a369.79 369.79 0 0 1 24 11.148V50h-24zm-127 72.92l-58.45 61.9 58.45 58.453V208h9c34.25 0 90.23 12.187 135.408 30.67 22.59 9.24 42.344 19.89 55.385 32.646 6.52 6.38 11.518 13.45 13.514 21.65.867 3.562.914 7.297.414 11.014 7.95-19.23 4.975-35.52-5.345-51.625-11.208-17.49-31.88-33.91-56.424-47.478C337.367 177.743 272.5 162 243.5 162h-9v-39.08zm-195.72 71.1c-7.95 19.23-4.975 35.52 5.345 51.625 11.208 17.49 31.88 33.91 56.424 47.478C149.633 320.257 214.5 336 243.5 336h9v39.08l58.45-61.9-58.45-58.453V290h-9c-34.25 0-90.23-12.187-135.408-30.67-22.59-9.24-42.344-19.89-55.385-32.646-6.52-6.38-11.518-13.45-13.514-21.65-.867-3.562-.914-7.297-.414-11.014zm322.72 57.212V368h24V261.23c-4.29-2.027-8.77-4.002-13.408-5.9-3.446-1.41-7-2.766-10.592-4.098zm-310 29.862v41.44h23.17l.885-23.39c-8.66-5.593-16.772-11.594-24.055-18.05zm40.313 27.767l.517 13.675h23.17v-1.777c-8.056-3.678-15.987-7.64-23.66-11.88l-.028-.017zM28.5 340.536V360h110v-19.465h-110zM63.5 375v80c-8 0-28 32 20 32s28-32 20-32v-80h-40zm298 11v94h24v-94h-24z"/></svg>
<svg class="tc-image-originals-sword-array tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M202.094 28.5c-9.125 0-16.344 7.19-16.344 16.313 0 9.122 7.218 16.312 16.344 16.312 3.927 0 7.488-1.337 10.28-3.58l58.84 21.394-10.92 30.025 17.563 6.387 4.83-13.276 159.887 58.135 51.908-9.948-32.734-40.9L301.256 51.01l4.826-13.274-17.562-6.386-10.92 30.027-60.053-21.836c-2.154-6.47-8.18-11.04-15.453-11.04zm92.775 40.072l124.017 45.092 10.935 13.477-14.93 3.122L289.07 84.514l5.8-15.942zM163.405 99.5c-9.125 0-16.312 7.19-16.312 16.313 0 9.122 7.186 16.343 16.312 16.343 1.84 0 3.597-.305 5.237-.85l-.303.432 52.8 36.946-18.32 26.175 15.313 10.714 8.1-11.574 139.39 97.533 52.715 3.822-21.033-47.976-139.92-97.9 8.1-11.574-15.31-10.715-18.32 26.18-52.187-36.515c.02-.346.05-.69.05-1.043 0-9.126-7.186-16.312-16.312-16.312zm-52.72 64c-9.123 0-16.342 7.19-16.342 16.313 0 9.122 7.217 16.312 16.344 16.312.925 0 1.823-.092 2.703-.234l36.99 44.05-24.472 20.546 12.018 14.315 10.82-9.083L258.56 396.494l49.637 16.738-8.435-52.173-109.4-130.285 10.818-9.08-12.016-14.314-24.47 20.544-37.96-45.2c.165-.945.266-1.914.266-2.91 0-9.128-7.186-16.314-16.313-16.314zm135.986 1.29l107.217 75.02 7.008 15.706-15.388-.864-108.563-75.964 9.725-13.897zM42.812 207.44c-9.124 0-16.312 7.19-16.312 16.312 0 7.827 5.297 14.238 12.563 15.906l24.083 51.602L34.19 304.77l7.904 16.933 12.804-5.974 72.22 154.74 43.616 29.014 5.358-52.58-71.95-154.154 12.797-5.973-7.903-16.935-28.955 13.512-23.603-50.57c1.69-2.58 2.676-5.675 2.676-9.034 0-9.126-7.217-16.313-16.343-16.313zm133.24 35.355l84.104 100.162 2.61 16.38-15.207-5.005-84.5-100.63 12.99-10.907zm-88.845 57.86l54.842 117.5-1.763 16.913-13.057-8.546-55.398-118.694 15.375-7.174z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-break tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M162.47 17.48c32.96 78.956 43.31 192.888 35.184 285.137-.338 2.716-.703 5.427-1.086 8.133-.104-.29-.202-.582-.31-.87h-.002c-10.73 62.467-55.732 130.073-108.043 183.386h55.482l.02-.03H165l-.03.03h55.483c39.526-57.087 70.653-135.464 52.563-183.385h-.002c-4.65 27.07-15.744 55.103-31.07 82.52 19.13-89.548 11.015-187.79-24.67-273.474-13.91-42.507-32.336-79.6-54.805-101.446zm234.39 89.87l-38.987 10.445 4.836 18.053 12.63-3.385 30.922 115.408-12.627 3.384 4.838 18.053 38.986-10.446-4.84-18.05-14.436 3.868c7.45-22.408 8.274-43.95 2.982-63.7-5.11-19.073-16.002-36.736-32.643-52.046l13.174-3.532-4.836-18.05zM16.954 135.076l39.432 67.553 96.215 54.99 6.554-41.67 16.08 7.212 5.303-29.805-89.11-51.576-74.474-6.704zm475.442 20.55l-54.93 14.634c.632 1.946 1.224 3.905 1.754 5.883 1.61 6.007 2.728 12.136 3.376 18.353l49.8-13.267v-25.605zm-127.327 10.71L260.4 193.91c4.902 22.988 8.122 46.343 9.647 69.774l113.123-29.79-18.102-67.558zm-191.08 102.87l-46.054 44.01 30.705 12.28 15.348-56.29zm105.797 4.46L295.6 309.73l15.64.354.028-15.777-31.483-20.64zm47.55 39.137l27.6 40.2 29.366-10.774-24.126-18.324-32.84-11.103zM117.74 337.535l-48.623 3.795-5.35 30.822 27.93-11.734 26.043-22.883zm198.905 1.072l.205 35.186 21.382 15.795 12.467-12.826-34.055-38.155zm-156.323 6.938l-42.77 28.04.038 21.435 21.25-.487 21.482-48.988zM88.074 407.61L64.22 423.78l5.97 20.398 26.855-5.18-8.97-31.39z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-clash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M311.313 25.625l-23 10.656-29.532 123.032 60.814-111.968-8.28-21.72zM59.625 50.03c11.448 76.937 48.43 141.423 100.188 195.75 14.133-9.564 28.405-19.384 42.718-29.405-22.156-27.314-37.85-56.204-43.593-86.28-34.214-26.492-67.613-53.376-99.312-80.064zm390.47.032C419.178 76.1 386.64 102.33 353.31 128.22c-10.333 58.234-58.087 112.074-118.218 158.624-65.433 50.654-146.56 92.934-215.28 121.406l-.002 32.78c93.65-34.132 195.55-81.378 276.875-146.592C375.72 231.06 435.014 151.375 450.095 50.063zm-236.158 9.344l-8.5 27.813 40.688 73.06-6.875-85.31-25.313-15.564zm114.688 87.813C223.39 227.47 112.257 302.862 19.812 355.905V388c65.917-27.914 142.58-68.51 203.844-115.938 49.83-38.574 88.822-81.513 104.97-124.843zm-144.563 2.155c7.35 18.89 19.03 37.68 34 56.063 7.03-4.98 14.056-10.03 21.094-15.094-18.444-13.456-36.863-27.12-55.094-40.97zM352.656 269.72c-9.573 9.472-19.58 18.588-29.906 27.405 54.914 37.294 117.228 69.156 171.906 92.156V358.19c-43.86-24.988-92.103-55.13-142-88.47zm-44.906 39.81c-11.65 9.32-23.696 18.253-36.03 26.845C342.046 381.51 421.05 416.15 494.655 442.75v-33.22c-58.858-24.223-127.1-58.727-186.906-100zm-58.625 52.033l-46.188 78.25 7.813 23.593 27.75-11.344 10.625-90.5zm15.844.812L316.343 467l36.47 10.28-3.533-31.967-84.31-82.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-hilt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M410.195 19.492l-18.6.412L244.7 150.8c8.6 8.944 16.955 18.795 24.515 29.235L434.828 19.492h-24.633zm51.48 0L279.73 195.872c6.69 11.064 12.287 22.58 16.16 34.253L492.185 26.512v-7.02h-30.508zm-266.72 82.512c-16.896.332-31.25 5.706-41.54 15.996-5.618 5.62-8.06 12.204-8.155 20.957-.096 8.753 2.576 19.504 7.793 31.148 10.433 23.29 30.816 49.877 54.68 72.934 5.803 5.604 11.816 11.002 17.933 16.118 28.696 27.647 48.862 66.367-1.434 89.623-45.222 20.914-100.61 70.318-85.19 136.08 36.264-132.4 187.665-69.93 208.495-213.753l-.293-.173c2.513-11.1 2.357-23.805-.53-37.534-1.507-7.17-3.78-14.562-6.782-22.03l-54.795 56.837-3.215-18.03c-5.52-30.95-30.953-67.592-57.256-93.144l-7.203-6.998 36.373-32.41c-12.25-6.397-24.534-10.877-36.232-13.336-6.676-1.404-13.11-2.165-19.237-2.286-1.148-.023-2.285-.022-3.412 0zm-16.42 137.754c-54.74 29.308-99.172 79.724-120.053 137.88l-1.17 3.258c1.244 2.302 2.802 4.562 4.635 6.55 2.324 2.52 4.952 4.576 7.772 6.03l7.07-2.638c57.14-21.32 106.067-65.227 134.51-119.336-5.637-4.813-11.175-9.83-16.55-15.022-5.607-5.416-11.025-11.012-16.215-16.722zM38.2 384.388c-4.315 1.08-8.31 3.25-11.69 6.628-10.683 10.682-10.683 27.495 0 38.177 10.682 10.683 27.495 10.683 38.177 0 4.397-4.396 6.852-9.714 7.524-15.287-9.637-1.793-17.897-7.173-24-13.79-4.338-4.703-7.77-10.054-10.01-15.73z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-in-stone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M101.938 19.938c-8.837 0-15.813 6.978-15.813 15.812 0 7.358 4.84 13.427 11.563 15.25l23.134 55.4c-12.618 7.364-23.065 19.85-30.17 37.528L64.22 163.75l11.218 14.938 8.177-6.135c31.722-21.112 72.4-39.987 110.12-49.975l27.327-4.078-2.78-18.5-33.294 4.982c-13.01-4.957-25.152-7.096-36.113-6.607-3.67.164-7.202.62-10.6 1.334l-23.088-55.304c1.6-2.48 2.532-5.436 2.532-8.656 0-8.837-6.945-15.813-15.782-15.813zM178.81 147c-17.714 6.11-35.908 13.923-52.875 22.656l68.407 165.03 14.625-7.842 28.28-38.75L178.812 147zm169.094 111.53l-68.125 3.033-56.967 78-1.25 1.718-1.875 1.033-65.313 35.03-28.47 117.188h345.25l-15-63.686-165.56-54.688 5.874-17.75 89.905 29.688-38.47-129.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-slice tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M191.016 21.223l30.134 64.965-118.543-63.64 59.25 77.796-123.93-74.23L139.96 160.796l-86.446-49.315 69.675 89.41-41.096-16.087 55.174 59.226c-.14-2.69-.21-5.4-.21-8.124 0-42.632 17.186-81.3 44.98-109.478 35.214-25.46 80.616-19.796 119.876-1.115 11.515 5.478 22.556 12.13 32.926 19.515l23.685 19.252c11.312 10.59 21.05 21.986 28.627 33.607l77.15-68.765.01-.008c17.818-15.805 23.727-28.155 25.663-43.726 1.432-11.527-.004-26.39-1.815-43.502L368.84 147.262l-12.75-13.674 13.353-11.815c-12.63-8.46-26.75-14.87-41.884-18.78L260.17 30.726l22.723 63.59-91.88-73.094zm46.02 106.662c-15.684.07-30.484 4.126-43.352 13.195-23.513 24.63-37.94 58.012-37.94 94.826 0 75.94 61.36 137.3 137.3 137.3 75.938 0 137.296-61.36 137.296-137.3 0-15.76-2.652-30.89-7.522-44.976l-40.46 36.064-5.604-10.443c-14.45-26.928-47.06-57.324-82.87-74.363-19.023-9.05-38.534-14.383-56.847-14.302zm-104.73 173.053l-44.15 39.156 87.63 98.812 44.15-39.158-14.5-16.348-24.225 21.504-51.17-57.818-6.18-6.982 24.146-21.463-15.7-17.702zm34.274 26.197l-16.367 14.55 32.59 36.82 18.554-16.47c-13.347-9.727-25.097-21.517-34.777-34.9zm-60.207 61.668L75.867 415.86l38.21 15.146 16.638-14.756-24.342-27.447zM60.377 429.82l8.598 41.19 29.44-26.112-38.038-15.078zm-16.148 14.1l-21.304 18.894c-.68 8.615 1.325 14.94 5.197 19.33 3.872 4.39 10.162 7.378 19.262 8.014l5.48-4.86-8.636-41.378z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-smithing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M29.438 59.375c-3.948.032-7.903.093-11.875.188 4.333 2.772 8.685 5.483 13.062 8.124C126.162 123.92 230.69 151.4 340.5 180.594c.022.006.04.025.063.03.02.006.043-.004.062 0 1.87.498 3.72 1.003 5.594 1.5l.155-.53c.947.078 1.91.125 2.875.125 4.26 0 8.34-.767 12.125-2.19l-12.5 46.595 18.063 4.813L383 170.968c25.828 1.312 50.508 6.867 74.28 15.845-1.065 11.948 2.73 21.82 9.814 23.718 8.71 2.335 19.136-8.313 23.28-23.78 1.27-4.742 1.78-9.366 1.657-13.594l.345-1.28c-.136-.008-.27-.025-.406-.032-.56-8.924-4.116-15.77-9.876-17.313-6.808-1.823-14.666 4.304-19.75 14.44-25.275-3.725-49.624-10.894-72.47-23.69l16.345-60.968-18.033-4.843-12.093 45.155c-3.24-3.908-7.318-7.1-11.938-9.313l.094-.374C250.12 83.98 144.89 58.446 29.437 59.374zm161.25 44.25c55.52-.002 105.272 12.492 159.656 27.03 8.536.55 15.094 7.463 15.094 16.157 0 9.06-7.127 16.22-16.188 16.22-2.4 0-4.653-.5-6.688-1.407-56.172-15.04-109.352-27.786-157.406-57.97 1.85-.027 3.694-.03 5.53-.03zm-46.22 164.25v20.344H55.532c15.996 38.806 51.258 65.428 88.94 74.28v32.97h58.56c-12.115 30.534-33.527 55.682-58.5 77.592h-25.436v18.72h284.344v-18.72H376c-28.728-21.894-50.024-47.016-61.594-77.593h63.656V366.31c19.75-6.995 39.5-19.54 59.25-36.718-19.806-17.518-39.235-27.25-59.25-31.938v-29.78H144.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-spade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M115.326 16.008l-6.607 6.687-84.652 85.69 5.59 6.53c10.402 12.15 29.93 23.87 51.26 30.993 10.664 3.562 21.715 5.826 32.377 5.492 5.407-.17 10.82-1.064 15.87-2.927 80.876 79.96 159.667 163.084 238.45 246.224-15.764 14.68-32.013 27.47-47.04 36.48 56.644 56.644 126.465 79.034 164.038 55.13 23.05-37.774 1.1-107.81-55.13-164.04-9.788 15.074-22.24 30.962-35.962 46.126L151.966 126.838c6.244-12.63 7.403-27.838 4.406-43.037-4.142-21.013-15.986-42.734-34.397-61.146l-6.647-6.646zm345.05.63c-32.676 47.53-70.88 89.537-116.368 124.258l-37.158-37.158c6.3-16.228 3.107-35.234-9.99-48.332-4.288-4.287-9.257-7.455-14.52-9.68 6.68 16.484 3.194 36.496-10.166 49.856s-32.888 16.36-49.373 9.68c2.225 5.262 5.397 10.234 9.682 14.52h.002c13.455 13.456 32.87 16.743 49.243 9.872l21.287 21.287c-15.632 18.116-31.658 35.568-48.014 52.503l20.088 20.088 48.916-48.915 13.215 13.215-48.917 48.916 18.748 18.748c16.877-16.2 34.298-32.163 52.495-48.02l21.9 21.9c-5.98 16.088-2.7 34.778 10.23 47.708 4.288 4.287 9.26 7.456 14.522 9.68-6.68-16.484-3.194-36.495 10.166-49.856 13.36-13.36 32.888-16.36 49.373-9.68-2.224-5.262-5.396-10.234-9.68-14.52h-.003c-13.62-13.62-33.345-16.814-49.842-9.606l-37.394-37.395c33.954-46.255 77.08-83.34 124.932-115.695l-33.37-33.373zM126.557 58.66c5.788 9.68 9.664 19.54 11.48 28.756 3.294 16.703.142 30.55-8.735 39.428-3.674 3.674-9.08 5.642-16.59 5.877-7.508.236-16.702-1.474-25.872-4.536-7.113-2.376-14.22-5.65-20.625-9.182l60.344-60.342zm79.075 193.522c-51.082 48.22-104.743 92.797-159.567 137.162L17.877 491.98l104.275-27.615c45.657-58.363 88.954-110.13 135.037-158.697-6.167-6.44-12.337-12.876-18.512-19.297L70.445 454.605 57.23 441.39 225.707 272.91c-6.684-6.924-13.376-13.835-20.076-20.73z" fill="#fff"/></svg>
<svg class="tc-image-originals-sword-spin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M259.738 20.38c-40.36-.244-81.305 9.895-118.744 31.51C28.566 116.8-10.03 260.837 54.88 373.265c64.91 112.427 208.947 151.024 321.376 86.113 77.686-44.852 120.106-127.485 117.498-211.363-3.575 65.865-35.942 128.62-91.082 169.41-10.81 9.596-22.748 18.254-35.762 25.767C263.228 503.053 130.926 467.6 71.066 363.92 11.206 260.238 46.66 127.936 150.34 68.076 185.98 47.5 225 38.183 263.3 39.03 336.42 40.65 406.9 79.31 446.183 147.35c.648 1.122 1.277 2.25 1.9 3.38.803 2.184 1.258 4.534 1.258 6.997 0 11.29-9.152 20.44-20.442 20.44-6.85 0-12.894-3.38-16.6-8.556-.763-1.432-1.547-2.858-2.355-4.276-.014-.035-.03-.068-.045-.104l-.01.004c-.15-.263-.293-.53-.445-.793-31.91-55.27-89.762-86.377-149.363-86.835-1.923-.014-3.848.002-5.773.05-28.007.718-56.228 8.227-82.162 23.2-82.99 47.914-111.498 154.31-63.584 237.3 2.93 5.072 6.08 9.936 9.426 14.597L95.65 365.648l9.344 16.184 24.848-14.348c53.686 59.734 143.727 75.99 216.017 34.254 51.455-29.707 81.957-81.898 86.294-137.05-12.315 44.767-41.423 85.652-83.564 113.128-3.87 2.732-7.892 5.32-12.076 7.737C273.02 422.21 194.6 408.96 146.41 357.92l45.278-26.143 19.99 34.625 16.185-9.343-16.707-28.937c24.072-21.104 54.165-23.015 62.973-5.96 93.825-32.597 231.378-110.21 190.755-180.57l-.4.173c-.692-1.26-1.396-2.514-2.118-3.764-42.597-73.78-119.27-115.764-198.724-117.565-1.3-.03-2.603-.048-3.905-.056zm.283 75.823c53.167.368 104.69 28.135 133.238 77.582.19.33.37.66.556.99-48.784 49.337-134.526 98.727-200.175 123.002l-15.1-26.148-16.183 9.343 19.987 34.62-48.08 27.76c-3.397-4.618-6.584-9.462-9.518-14.544-42.864-74.244-17.5-168.905 56.744-211.77 23.2-13.394 48.396-20.127 73.38-20.786 1.72-.045 3.436-.063 5.15-.05z" fill="#fff"/></svg>
<svg class="tc-image-originals-syringe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M112.182 18.393c-.37-.007-.77 0-1.205.023-3.172.16-8.473 2.174-14.688 7.078-9.654 32.85-35.603 60.926-71.335 72.012-3.3 6.59-4.446 11.897-4.215 15.156.268 3.77 1.223 5.062 3.895 6.502 5.342 2.88 21.9 2.56 44.19-10.31l4.843-2.795 4.752 2.944c35.087 21.744 53.66 39.973 72.885 69.553l23.517-23.518c-31.97-18.754-48.732-38.902-68.935-73.91l-2.696-4.67 2.7-4.673c15.082-26.124 14.602-44.643 11.354-50.133-1.42-2.4-2.482-3.214-5.062-3.26zM275.8 87.45c-28.745 0-52.638 21.59-56.323 49.36l-84.444 84.448c-27.773 3.684-49.36 27.58-49.36 56.322 0 31.276 25.553 56.832 56.83 56.832 30.934 0 56.253-25 56.808-55.805l96.89 96.89 13.214-13.216L185.88 238.747l25.31-25.312 93.576 93.574 13.214-13.215-93.574-93.574 12.614-12.613 123.535 123.536 13.215-13.215-96.842-96.842c30.76-.608 55.703-25.906 55.703-56.803 0-31.276-25.553-56.832-56.83-56.832zm0 18.69c21.176 0 38.143 16.968 38.143 38.143 0 21.176-16.967 38.143-38.144 38.143-21.18 0-38.144-16.967-38.144-38.143 0-21.175 16.965-38.144 38.143-38.144zM142.503 239.437c21.177 0 38.142 16.966 38.142 38.142 0 21.176-16.965 38.145-38.142 38.145-21.178 0-38.145-16.97-38.145-38.145 0-21.176 16.966-38.142 38.144-38.142zm263.168 61.544c-5.287 0-10.573 2.044-14.66 6.13l-29.858 29.86-27.183-27.19-13.214 13.214 27.183 27.19-42.594 42.593h-.002c-8.18 8.186-8.176 21.15 0 29.33 8.172 8.175 21.147 8.175 29.326-.005l85.664-85.668c8.18-8.177 8.18-21.147.002-29.322-4.09-4.09-9.378-6.133-14.664-6.133zm-8.352 84.9L384.105 399.1l97.885 97.884 13.215-13.214-97.885-97.885z" fill="#fff"/></svg>
<svg class="tc-image-originals-table tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M41 265v30h430v-30H41zm39 48v158.066h32V313H80zm320 0v158.066h32V313h-32z"/></svg>
<svg class="tc-image-originals-tabletop-players tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M134.865 113.46c-7.463.026-15.134 2.977-22.38 8.663-9.658 7.582-18.055 20.015-22.157 35.324-4.102 15.31-3.047 30.274 1.527 41.67 4.575 11.396 12.238 18.958 21.91 21.55 9.67 2.59 20.09-.126 29.75-7.708 9.658-7.583 18.055-20.016 22.157-35.325 4.102-15.31 3.047-30.274-1.527-41.67-4.575-11.396-12.24-18.96-21.91-21.55-2.418-.65-4.882-.965-7.37-.956zm242.27 0c-2.488-.01-4.954.306-7.37.954-9.672 2.59-17.337 10.155-21.91 21.55-4.576 11.397-5.63 26.362-1.527 41.67 4.102 15.31 12.497 27.743 22.156 35.325 9.66 7.58 20.08 10.297 29.75 7.706 9.67-2.59 17.338-10.153 21.912-21.55 4.575-11.395 5.626-26.36 1.524-41.67-4.102-15.308-12.495-27.74-22.154-35.323-7.245-5.686-14.918-8.638-22.38-8.664zM88.387 226.04c-10.146 2.133-18.06 6.477-24.82 12.648-9.882 9.023-17.314 22.553-23.03 39.7-10.6 31.8-15.044 75.344-22.062 120.153H150.97c-.04-44.9-.513-88.924-6.804-121.28-3.203-16.47-7.97-29.787-14.098-38.57-6.872 1.342-13.968 1.24-20.963-.635-8.012-2.147-14.98-6.376-20.718-12.014zm335.226 0c-5.74 5.64-12.705 9.868-20.718 12.015-6.994 1.874-14.09 1.978-20.96.636-6.127 8.785-10.9 22.1-14.1 38.57-6.292 32.356-6.766 76.38-6.804 121.28h132.493c-7.017-44.808-11.462-88.353-22.062-120.153-5.714-17.146-13.145-30.676-23.028-39.7-6.758-6.17-14.672-10.514-24.82-12.646zm-240.615 69.5v23H201v-23h-18.002zm80.002 0v23h18.002v-23H263zm-94.857 41c.18 4.613.313 9.292.425 14h174.864c.112-4.708.248-9.387.427-14H168.142z" fill="#fff"/></svg>
<svg class="tc-image-originals-tank tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M130.613 43.002v66.926c-22.925 19.7-38.03 48.177-40.533 80.252h234.51c-2.666-34.175-19.637-64.265-45.133-84.006H149.303V43.002h-18.69zM472.62 58.738L431.09 69.865l16.504 61.588 41.525-11.127-16.5-61.588zm-54.042 36.627l-98.787 26.47c5.382 7.835 9.97 16.256 13.647 25.15l92.342-24.745-7.202-26.875zM121.53 206.342l-78.364 37.045.002 50.3 18.207-7.556H442.11l19.316 6.413c0-51.397-119.076-83.53-183.166-86.2H121.53zm-38.17 97.88v.038c-35.936.645-65.065 30.15-65.065 66.232 0 36.484 29.777 66.26 66.262 66.26 1.286 0 2.563-.046 3.832-.12h106.473c1.27.074 2.545.12 3.832.12s2.563-.046 3.832-.12h107.34c1.27.074 2.545.12 3.832.12 1.286 0 2.562-.046 3.83-.12H423.7c1.268.074 2.544.12 3.83.12 36.486 0 66.263-29.776 66.263-66.26 0-36.485-29.777-66.262-66.262-66.262-.276 0-.55.02-.827.022v-.03H83.36zm47.2 18.686h22.13c-4.283 4.144-8.012 8.855-11.063 14.014-3.05-5.16-6.78-9.87-11.066-14.014zm114.14 0h22.995c-4.49 4.344-8.37 9.313-11.498 14.766-3.13-5.453-7.006-10.422-11.498-14.766zm115.003 0h21.824c-4.21 4.074-7.89 8.692-10.912 13.748-3.022-5.056-6.7-9.674-10.912-13.748zm-275.146.012c26.385 0 47.572 21.187 47.572 47.572 0 25.293-19.477 45.798-44.333 47.45H83.36v.09c-25.825-.63-46.378-21.558-46.378-47.54 0-26.383 21.19-47.572 47.575-47.572zm114.138 0c26.386 0 47.573 21.187 47.573 47.572 0 25.293-19.476 45.798-44.332 47.45h-6.48c-24.858-1.652-44.335-22.157-44.335-47.45 0-26.383 21.19-47.572 47.575-47.572zm115.004 0c26.372 0 47.548 21.166 47.57 47.533v.078c-.02 25.276-19.487 45.76-44.33 47.413h-6.48c-24.858-1.653-44.335-22.158-44.335-47.45 0-26.384 21.19-47.573 47.574-47.573zm113.83 0c26.387 0 47.575 21.187 47.575 47.572 0 26.383-21.188 47.572-47.574 47.572-.277 0-.55-.016-.827-.02v-.1h-2.412c-24.843-1.653-44.31-22.138-44.33-47.413v-.078c.022-26.364 21.2-47.532 47.57-47.532zm-171.333 80.39c3.098 5.398 6.928 10.32 11.362 14.633h-22.724c4.434-4.312 8.264-9.235 11.36-14.632zm-114.572.75c3.02 5.106 6.702 9.77 10.93 13.883h-21.858c4.228-4.112 7.91-8.778 10.928-13.882zm228.99.266c2.99 5.002 6.62 9.576 10.776 13.617h-21.55c4.155-4.04 7.786-8.615 10.775-13.617z" fill="#fff"/></svg>
<svg class="tc-image-originals-tap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M240 18c-4 0-8 4-16 12v32h-48.527C160 46 160 46 144 62c-16 16-16 16 0 32s16 16 30.77 0H224v32h32V94h48.703c15.803 16 15.8 16 31.8 0s16-16 0-32S320.506 46 304 62h-48V30c-8-8-12-12-16-12zM32 96v256h32V96zm64 48l-16-16v192l16-16zm144-2c-32 0-48.35 0-49.23 32H112v96h64.625C192 286 208 302 240 302s48-16 64-32c64 0 64 0 64 32v32h96v-64c0-64-32-96-96-96h-80c.35-32-16-32-48-32zm112 208v16h128v-16zm64 32s-38.823 51.66-32 82c4.22 18.76 12.77 30 32 30s27.78-11.24 32-30c6.823-30.34-32-82-32-82z"/></svg>
<svg class="tc-image-originals-target-arrows tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M27.48 25.695C37 62.802 51.945 100.233 69.07 137.86c17.496-31.598 41.214-52.96 71.563-70.473C102.823 50.575 65.097 36.27 27.48 25.695zm456.24 0c-37.62 10.575-75.347 24.88-113.156 41.692 30.35 17.514 54.067 38.875 71.563 70.472 17.125-37.627 32.07-75.058 41.592-112.165zm-367.1 81.315c-3.574 3.207-6.978 6.57-10.224 10.117L232.12 242.85l10.257-10.243L116.62 107.01zm277.956 0L28.018 473.11l10.54 10.26L404.8 117.126c-3.245-3.548-6.648-6.91-10.224-10.117zm-138.963 26.81c-24.338 0-47.014 7.245-65.998 19.682l13.494 13.477c15.33-9.19 33.285-14.472 52.503-14.472 19.214 0 37.16 5.28 52.483 14.465l13.492-13.477c-18.975-12.433-41.64-19.676-65.975-19.676zm-.004 45.08c-11.807 0-22.994 2.732-32.967 7.588l14.246 14.23c5.86-2.026 12.152-3.138 18.72-3.138 6.56 0 12.848 1.11 18.702 3.13l14.25-14.228c-9.97-4.853-21.15-7.582-32.953-7.582zm102.27 11.58l-13.556 13.55c8.464 14.877 13.297 32.102 13.297 50.488 0 19.172-5.255 37.087-14.403 52.392l13.496 13.48c12.386-18.958 19.598-41.59 19.598-65.872 0-23.51-6.76-45.467-18.43-64.04zm-204.56 0c-11.677 18.573-18.443 40.527-18.443 64.038 0 24.282 7.217 46.912 19.61 65.87l13.493-13.478c-9.154-15.305-14.416-33.22-14.416-52.392 0-18.386 4.838-35.61 13.307-50.487l-13.55-13.55zm171.315 33.24l-14.457 14.458c1.536 5.174 2.373 10.655 2.373 16.343 0 6.543-1.103 12.813-3.113 18.654l14.25 14.23c4.83-9.952 7.543-21.11 7.543-32.883 0-10.962-2.37-21.38-6.595-30.8zm-138.072.003c-4.227 9.417-6.598 19.836-6.598 30.798 0 11.773 2.715 22.93 7.547 32.882l14.25-14.23c-2.01-5.84-3.117-12.11-3.117-18.65 0-5.69.837-11.17 2.375-16.344l-14.458-14.455zm92.523 45.547l-10.274 10.273 203.83 203.826 10.54-10.26-204.096-203.84zm-39.84 39.84l-14.453 14.452c9.423 4.23 19.85 6.604 30.816 6.604 10.962 0 21.38-2.373 30.798-6.6l-14.453-14.453c-5.174 1.538-10.657 2.375-16.346 2.375-5.695 0-11.183-.838-16.364-2.38zM81.87 341.3l-68.024 68.026h51.588l68.11-68.025H81.872zm295.78 0l68.112 68.026h51.59L429.326 341.3H377.65zm-172.546 1.95l-13.55 13.553c18.58 11.68 40.544 18.45 64.06 18.45 23.51 0 45.464-6.768 64.036-18.444l-13.55-13.552c-14.875 8.47-32.102 13.306-50.487 13.306-18.39 0-35.625-4.84-50.51-13.314zm-34.88 34.883l-68.03 68.025.003 51.52 68.026-68.024v-51.52zm170.75 0v51.52L409 497.68l.002-51.52-68.027-68.025z" fill="#fff"/></svg>
<svg class="tc-image-originals-target-dummy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M304.482 19.73c-19.18.347-39.96 9.122-56.498 25.66-22.422 22.423-30.554 52.63-22.783 76.09-65.956-30.317-59.724-32.208-123.327-73.015-10.072-6.462-19.445-9.412-27.816-9.805-13.953-.655-25.126 5.793-32.135 14.926-11.214 14.613-12.37 36.164 10.95 54.418 31.027 24.286 58.825 41.022 79.015 59.45 20.19 18.43 32.658 40.606 28.355 70.046v.002c-3.16 21.608-13.68 37.998-26.46 51.47-12.78 13.47-27.77 24.476-41.46 36.676-27.38 24.4-50.32 51.77-45.052 114.266 3.327 39.483 34.167 55.107 59.666 52.365 12.75-1.372 23.497-7.357 29.394-17.49 5.897-10.13 7.69-25.42-1.037-47.733h-.002c-7.592-19.416 3.128-40.832 18.368-57.09 15.24-16.26 36.807-28.817 58.852-24.998 6.175 1.07 11.446 4.722 15.056 9.157 3.61 4.435 5.982 9.604 7.955 15.234 3.948 11.262 6.26 24.69 9.117 38.58 5.71 27.777 13.67 55.973 33.068 68.474 37.964 24.468 75.254 17.395 91.902.44 8.325-8.475 11.916-18.84 9.127-31.14-2.788-12.297-12.694-27.158-34.267-41.845-23.664-16.11-32.657-48.282-33.846-80.118-1.188-31.836 5.29-64.08 20.13-84.033 6.878-9.25 17.534-13.128 29.645-17.417 12.11-4.29 26.21-8.48 40.753-14.694 29.086-12.426 59.652-32.204 79.14-76.788 17.078-39.068 3.357-64.292-15.298-73.474-9.327-4.592-20.128-5.156-30.435-.65-10.308 4.505-20.442 14.216-27.45 31.78-13.14 32.932-39.195 51.68-70.414 56.41-8.096 1.225-16.527 1.586-25.223 1.163 7.505-4.07 14.71-9.39 21.25-15.93 29.4-29.4 34.27-72.202 10.87-95.6-10.236-10.237-24.187-15.063-39.105-14.79zm-51.925 131.79c.84-.02 1.683-.017 2.525.007 4.49.13 8.978.873 13.393 2.305 17.656 5.73 29.82 21.068 35.47 39.566 5.65 18.5 5.292 40.598-1.843 62.635-7.136 22.038-19.795 40.148-35.213 51.815-15.42 11.666-34.268 16.947-51.925 11.218-17.657-5.73-29.82-21.067-35.47-39.566-5.65-18.5-5.29-40.6 1.845-62.637 7.135-22.038 19.795-40.148 35.213-51.814 10.84-8.204 23.378-13.25 36.004-13.53zm.21 18.65c-8.075.183-16.6 3.475-24.937 9.783-11.857 8.972-22.66 23.984-28.71 42.666-6.048 18.68-6.098 37.188-1.75 51.42 4.346 14.234 12.583 23.75 23.362 27.25 10.78 3.497 23.022.627 34.88-8.345 11.857-8.972 22.66-23.986 28.708-42.668 6.05-18.68 6.097-37.187 1.75-51.42-4.346-14.232-12.583-23.75-23.363-27.248-2.695-.875-5.48-1.352-8.33-1.434-.534-.016-1.07-.018-1.61-.006zm-7.25 27.643c.412-.01.826-.01 1.24.003 2.203.065 4.426.448 6.62 1.204 8.777 3.022 14.27 10.818 16.682 19.2 2.41 8.383 2.197 17.916-.7 27.415-2.9 9.498-8.015 17.453-14.762 22.87-6.748 5.42-15.967 8.365-24.744 5.343-8.778-3.023-14.27-10.82-16.682-19.202-2.412-8.382-2.2-17.917.7-27.416 2.897-9.498 8.01-17.453 14.76-22.87 4.743-3.81 10.71-6.398 16.886-6.548zm.46 18.63c-.477-.017-.995.038-1.563.192-1.137.307-2.475 1.006-4.082 2.297-3.215 2.58-6.668 7.466-8.586 13.752-1.917 6.285-1.854 12.49-.615 16.795 1.24 4.303 3.2 6.144 4.808 6.698 1.608.554 3.743.337 6.958-2.244 3.216-2.582 6.67-7.467 8.588-13.752 1.918-6.285 1.854-12.49.616-16.793-1.24-4.306-3.2-6.147-4.81-6.7-.4-.14-.837-.23-1.313-.247z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-target-laser tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M61 16L16 61l195 180 195 165-165-195L61 16zm314.97 240c-21.068.066-42.135 5.635-60.876 16.656l45.406 45.406c10.03-2.64 20.587-2.446 30.594.157l45.75-45.75v-.064c-18.757-11.03-39.81-16.472-60.875-16.406zm-103.314 59.156c-22.027 37.48-22.31 84.238-.25 121.75l45.75-45.75c-2.56-10.002-2.73-20.594-.094-30.625l-45.406-45.374zm206.938 0l-45.75 45.75c2.556 10.007 2.73 20.565.094 30.594l45.406 45.406c22.03-37.48 22.312-84.24.25-121.75zM360.906 433.844l-45.75 45.75c37.514 22.06 84.27 21.788 121.75-.25L391.5 433.938V434c-10.03 2.64-20.592 2.45-30.594-.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-target-shot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M58.11 20.152c20.53 18.986 40.747 38.58 60.482 58.592-.085.062-.168.127-.252.19 13.45 13.612 26.668 27.42 39.617 41.367l.213-.142c4.3 4.643 8.576 9.3 12.812 13.97l-.195.126c12.993 14.29 25.67 28.708 37.986 43.19l.106-.104c27.063 31.912 52.34 64.147 75.237 96.072 2.08 2.902 4.143 5.8 6.184 8.695l.723 1.026c1.75 2.486 3.48 4.97 5.2 7.45.463.67.93 1.338 1.392 2.007 1.43 2.076 2.845 4.15 4.254 6.22.68 1.003 1.37 2.007 2.048 3.008 1.403 2.076 2.786 4.148 4.166 6.22.54.808 1.09 1.62 1.627 2.43 0-.002 0 0 0 0l-.003-.003c-2.97-1.966-5.948-3.96-8.928-5.97-.582-.394-1.165-.794-1.747-1.188-2.45-1.66-4.9-3.33-7.353-5.02-.606-.417-1.213-.84-1.82-1.26-2.384-1.648-4.77-3.31-7.16-4.986l-2.05-1.442c-2.514-1.773-5.03-3.56-7.548-5.362l-1.032-.74c-2.94-2.11-5.883-4.238-8.828-6.387-28.878-21.073-57.928-44.03-86.693-68.44l.055-.057c-14.42-12.256-28.77-24.868-42.99-37.795l-.062.1c-4.677-4.246-9.342-8.522-13.99-12.832l.08-.117c-13.968-12.973-27.795-26.218-41.418-39.697l-.096.127C59.19 100.682 40.636 81.533 22.626 62.086c14.89 23.17 30.88 46.1 47.81 68.67C24.96 203.542 33.861 300.61 97.142 363.89c57.81 57.81 143.806 70.223 213.735 37.266-16.82-13.53-33.103-27.866-48.74-42.906-43.354 10.697-91.117-.853-124.934-34.67-38.908-38.91-48.344-96.285-28.325-144.162 4.546 5.473 9.143 10.917 13.793 16.33-12.57 39.06-3.322 83.547 27.748 114.617 26.16 26.16 61.83 36.84 95.764 32.063-30.955-31.627-59.076-66.004-83.49-102.184 97.134 103.204 211.78 192 327.656 250.217C432.41 375.526 344.058 261.308 241.47 164.308c35.714 23.993 69.634 51.706 100.897 82.21 4.888-34.028-5.787-69.84-32.027-96.08-22.12-22.123-51.042-33.183-79.963-33.183-11.797 0-23.594 1.842-34.93 5.523-5.398-4.646-10.83-9.24-16.287-13.783 16.332-6.867 33.773-10.31 51.217-10.31 33.743 0 67.487 12.847 93.178 38.54 33.88 33.88 45.414 81.762 34.615 125.182 15.026 15.575 29.362 31.8 42.904 48.555 32.952-69.93 20.536-155.932-37.27-213.74-36.82-36.82-85.077-55.232-133.333-55.232-34.703 0-69.406 9.522-99.855 28.565-23.82-17.92-48.043-34.778-72.506-50.4z" fill="#fff"/></svg>
<svg class="tc-image-originals-targeted tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C123.45 16 16 123.45 16 256s107.45 240 240 240 240-107.45 240-240S388.55 16 256 16zm0 60c99.41 0 180 80.59 180 180s-80.59 180-180 180S76 355.41 76 256 156.59 76 256 76zm-15 30a15 15 0 0 0-15 15v30a15 15 0 0 0 15 15h30a15 15 0 0 0 15-15v-30a15 15 0 0 0-15-15h-30zm16.75 90.03A60 60 0 0 0 196 256a60 60 0 0 0 120 0 60 60 0 0 0-58.25-59.97zM121 226a15 15 0 0 0-15 15v30a15 15 0 0 0 15 15h30a15 15 0 0 0 15-15v-30a15 15 0 0 0-15-15h-30zm240 0a15 15 0 0 0-15 15v30a15 15 0 0 0 15 15h30a15 15 0 0 0 15-15v-30a15 15 0 0 0-15-15h-30zM241 346a15 15 0 0 0-15 15v30a15 15 0 0 0 15 15h30a15 15 0 0 0 15-15v-30a15 15 0 0 0-15-15h-30z" fill="#fff"/></svg>
<svg class="tc-image-originals-targeting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M310.537 18.758L295.6 74.506c-13.073-2.813-26.154-4.16-39.067-4.156v18.662c11.306.01 22.76 1.187 34.217 3.59l-14.488 54.066c2.972.543 5.946 1.206 8.916 2.002 3.11.834 6.152 1.798 9.127 2.873l14.502-54.123c11.127 3.643 21.627 8.365 31.425 14.006l9.338-16.174c-11.182-6.454-23.19-11.818-35.918-15.912l16.235-60.582h-19.35zM208.4 76.756c-31.462 8.497-60.265 25.152-83.328 48.181l13.15 13.15c8.15-8.16 17.1-15.426 26.684-21.704l27.936 48.387c5.127-3.557 10.544-6.68 16.19-9.334l-27.948-48.41c10.225-5.174 20.994-9.3 32.133-12.297L208.4 76.755zm179.668 48.105l-13.154 13.156c8.155 8.164 15.418 17.127 21.69 26.722l-48.692 28.114c3.55 5.132 6.664 10.554 9.31 16.205l48.725-28.13c5.168 10.23 9.292 21.003 12.278 32.147l17.97-4.816c-8.473-31.48-25.11-60.31-48.127-83.397zm-292.55 38.574c-6.442 11.175-11.8 23.17-15.885 35.888l-60.737-16.275v19.348L74.8 217.373c-2.805 13.06-4.13 26.126-4.122 39.025H89.33c.008-11.293 1.157-22.734 3.553-34.18l53.847 14.428c.554-3.077 1.233-6.157 2.057-9.232.805-3.005 1.732-5.944 2.762-8.822l-53.843-14.428c3.634-11.116 8.346-21.606 13.973-31.398l-16.162-9.332zm162.023 20.484c-.895.003-1.788.022-2.68.06-30.888 1.26-58.825 22.36-67.23 53.73-10.347 38.61 12.708 78.54 51.317 88.886 38.61 10.345 78.54-12.71 88.885-51.32 10.345-38.607-12.708-78.538-51.316-88.883-6.335-1.697-12.706-2.494-18.975-2.472zm-.01 18.658c1.287 0 2.582.045 3.88.137l-5.498 20.377c.9-.072 1.806-.12 2.725-.12 5.642 0 10.955 1.398 15.623 3.856l5.293-19.617c21.288 9.357 34.11 31.358 31.818 54.456l-19.15-5.168c0 .018.003.036.003.055 0 6.584-1.904 12.722-5.178 17.906l19.332 5.214c-9.793 20.695-31.702 32.98-54.574 30.39l5.385-19.96c-6.583-.28-12.67-2.457-17.74-5.995l-5.59 20.706c-19.83-9.728-31.712-30.68-29.83-52.753l21.054 5.68c-.014-.396-.03-.79-.03-1.19 0-6.18 1.675-11.964 4.587-16.938l-20.882-5.633c8.495-18.616 26.727-30.598 46.777-31.367.663-.025 1.328-.038 1.994-.04zm166.353 53.822c-.02 11.3-1.186 22.75-3.598 34.2l-54.342-14.56c-.547 3.007-1.214 6.02-2.02 9.024-.823 3.074-1.774 6.08-2.833 9.02l54.346 14.563c-3.65 11.117-8.38 21.608-14.024 31.398l16.172 9.338c6.46-11.173 11.833-23.17 15.936-35.89l60.654 16.252v-19.346l-55.805-14.953c2.822-13.065 4.162-26.137 4.17-39.045h-18.657zM95.027 299.672l-17.97 4.814c8.487 31.435 25.118 60.222 48.11 83.278l13.157-13.155c-8.142-8.15-15.396-17.094-21.664-26.67L165.057 320c-3.57-5.118-6.708-10.528-9.377-16.168l-48.37 27.928c-5.166-10.213-9.292-20.965-12.283-32.088zm224.965 47.95c-5.122 3.563-10.534 6.692-16.178 9.355l28.112 48.69c-10.22 5.157-20.98 9.274-32.112 12.255l4.815 17.965c31.454-8.46 60.26-25.07 83.34-48.053l-13.152-13.15c-8.158 8.14-17.112 15.39-26.7 21.652l-28.126-48.715zM218.81 361.08l-14.49 54.07c-11.104-3.64-21.583-8.36-31.363-13.992l-9.338 16.174c11.163 6.446 23.15 11.807 35.855 15.9l-16.293 60.8h19.35l14.993-55.96c13.053 2.815 26.115 4.172 39.01 4.178v-18.674c-11.288-.018-22.725-1.18-34.164-3.584l14.5-54.11c-3.113-.558-6.227-1.244-9.34-2.077-2.97-.796-5.875-1.71-8.72-2.725z" fill="#fff"/></svg>
<svg class="tc-image-originals-tattered-banner tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M93.313 19.406c-11.24 0-20.157 8.916-20.157 20.157 0 6.968 3.436 13.022 8.72 16.624L35.218 494.25H54l46.438-435.875c7.637-2.84 13-10.1 13-18.813 0-11.237-8.886-20.156-20.126-20.156zm23.906 52.688l-21.157 198.78 92.624 19.532 64.157-194L117.22 72.094zm137.593 78.28L190.625 344.44l58.28 11.03-3.81-57.874 27.03 29.906 18.594-7.844 11.31 45.875 82.69 15.626-34.033-68.437 29.844-12.658 23.033 32.563 42.5.188 1.875 17.875 39-24.375-35.813-8.532-7.938-29.655-45.78-2.406 3.28-30.845-35.437-19.406 15.03-31.095 28.064-21.344v-.093l-153.53-32.562zm189.875 9.44l2.125 34.53-51.22 23.312 71.782 4.375 16.22-15.718L462.904 172l-18.217-12.188zm-4.47 84.874l35.126 45.625 18.47-25.625-53.595-20zm-98.468 8.25l24.813 1.406 5.218 23.75-50.155 9.062 20.125-34.22zm-4.03 76.687l11.967 19.22-37.062 2.217 5.094-15.906 20-5.53zm79.874 16.5l-17.53 29.188 39.717 32.718 40.876-11.092-40.28-19.875-22.782-30.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-teapot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.826 85.162c-12.295 0-22.263 9.973-22.263 22.274 0 6.545 2.824 12.43 7.318 16.505-17.227 3.053-33.423 10.562-48.218 21.564 4.093 1.436 8.62 2.72 13.525 3.777 16.838 3.627 37.55 5.008 57.97 4.407 20.42-.6 40.615-3.183 56.406-7.125 1.224-.305 2.41-.63 3.578-.964-16.056-11.974-33.772-19.82-52.663-22.327 4.08-4.036 6.613-9.638 6.613-15.834 0-12.3-9.968-22.274-22.264-22.274zm-79.273 74.225c-4.527 4.47-8.882 9.288-13.057 14.412 26.254 9.453 58.836 15.887 94.848 15.887 36.46 0 69.31-5.498 95.36-15.2-4.11-5.09-8.39-9.89-12.845-14.346-4.836 1.703-10.117 3.17-15.766 4.58-17.532 4.375-38.765 7.02-60.375 7.655-21.612.635-43.545-.738-62.47-4.813-9.363-2.015-18.09-4.593-25.697-8.175zm-101.272 1.8C59.95 161 47.278 165.13 37.938 175c-9.34 9.87-14.998 24.657-16.312 44.53-1.47 22.042 1.022 38.312 6.97 50.814 5.946 12.502 15.397 20.635 25.31 26.22 9.815 5.526 19.944 9.16 29.503 13.207-1.39-6.85-2.278-14.083-2.646-21.688-6.516-2.555-12.605-4.932-17.7-7.8-7.797-4.392-13.495-9.354-17.593-17.97-4.1-8.615-6.525-21.508-5.19-41.53 1.123-16.975 5.726-27.132 11.22-32.938 5.494-5.806 12.203-8.096 20.5-7.97 10.355.16 22.67 5.086 33.033 12.23 3.188-5.497 6.64-10.85 10.328-16.055-12.74-8.877-27.897-14.63-43.08-14.863zm387.882 6.614c-11.768-.228-23.427 4.766-32.387 19.817h.002c-11.343 19.057 10.273 70.745-16.515 78.233-.035-.346-.063-.694-.1-1.04l-.094.928c-17.243-1.76-27.984 2.648-35.298 9.666-7.315 7.02-11.37 17.463-12.075 28.785-.706 11.322 2.086 23.248 7.276 31.964 3.395 5.702 7.53 9.915 12.387 12.395l-.322 1.608c28.657 2.568 82.005-3.247 86.13-57.637 3.07-40.457-30.97-111.518 15.565-89.764-3.6-11.372 1.018-19.242 12.096-21.092-9.85-6.638-23.327-13.604-36.664-13.863zm-326.474 15.012c-21.276 28.462-34.438 61.033-34.438 97.313 0 43.367 16.458 69.532 44 86.688 27.542 17.155 67.3 24.375 112.063 24.375 44.76 0 84.658-7.208 112.375-24.375 1.61-.998 3.177-2.03 4.71-3.088-7.236-4.373-13.164-10.75-17.486-18.01-7.407-12.44-10.806-27.66-9.87-42.69.938-15.028 6.362-30.14 17.788-41.105 9.998-9.593 24.464-15.386 42.293-15.217.978.01 1.975.054 2.973.1-5.512-23.568-16.517-45.475-30.815-63.834-31.777 16.617-74.14 25.405-121.936 25.405-48.047 0-90.2-10.66-121.656-25.563zm226.193 209.11c-29.715 13.08-65.89 17.953-104.567 17.953-38.47 0-74.382-4.812-103.89-17.738 5.108 11.837 13.503 20.477 24.602 27.236 19.175 11.677 47.392 16.79 79.366 16.79 31.974 0 60.325-5.113 79.628-16.802 11.236-6.803 19.725-15.502 24.863-27.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-tear-tracks tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.938 18.22c-42.195 0-80.92 25.056-109.782 67.75-28.862 42.692-47.312 102.834-47.312 169.06 0 66.228 18.45 125.715 47.312 168.407 8.205 12.137 17.224 22.822 26.875 31.938V345.062c-1.848-68.64-15.293-95.28-56.374-95.28 0-33.167 45.555-52.78 82.563-52.313 25.32.32 46.655 10.066 46.655 31.28-34.76 19.23-50.127 40.276-54.156 97.625V470.5c19.73 13.406 41.468 20.688 64.218 20.688 22.727 0 44.44-7.276 64.156-20.657V325.97c-4.074-57.04-19.45-78.038-54.125-97.22 0-21.214 21.334-30.96 46.655-31.28 37.008-.47 82.563 19.145 82.563 52.31-41.08 0-54.526 26.64-56.375 95.282v110.375c9.675-9.128 18.683-19.837 26.906-32 28.86-42.692 47.342-102.18 47.342-168.406s-18.48-126.368-47.343-169.06c-28.863-42.694-67.588-67.75-109.783-67.75zm-78.344 194.56c-12.51 0-22.656 10.147-22.656 22.657s10.146 22.657 22.656 22.657c12.51 0 22.656-10.146 22.656-22.656 0-12.51-10.146-22.657-22.656-22.657zm156.656 0c-12.51 0-22.656 10.147-22.656 22.657s10.146 22.657 22.656 22.657c12.51 0 22.625-10.146 22.625-22.656 0-12.51-10.115-22.657-22.625-22.657z" fill="#fff"/></svg>
<svg class="tc-image-originals-techno-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M139.625 23.563c-1.58.008-3.147.052-4.72.125l171.75 258.093h146.25c15.35-16.906 27.875-35.263 35.69-56.56h-96.876c-7.317 18.17-25.136 31.093-45.845 31.093-27.173 0-49.375-22.233-49.375-49.407 0-11.436 3.95-21.978 10.53-30.375l-49.155-77.655c-.03.053-.063.103-.094.156-1.183-2.05-2.395-4.036-3.624-6-30.106-48.086-73.28-69.694-114.53-69.468zm228.656 2.656c-35.864.328-72.648 18.056-100.78 57.655h204.125C447.147 47.133 408.293 25.85 368.28 26.22zm-253.967.25c-11.495 2.624-22.58 7.007-32.876 13 10.672 9.08 17.47 22.6 17.47 37.624 0 12.72-4.873 24.35-12.844 33.125l43.187 67.31h85.594L114.314 26.47zM49.5 46.374c-17.074 0-30.72 13.645-30.72 30.72 0 17.073 13.646 30.686 30.72 30.686 17.074 0 30.72-13.612 30.72-30.686 0-17.074-13.646-30.72-30.72-30.72zm232.844 56.188l38.97 61.53c7.24-4.184 15.635-6.593 24.56-6.593 27.05 0 49.203 22.03 49.407 49.03h98.75c2.575-11.807 3.757-24.49 3.345-38.25-.735-24.555-6.237-46.66-15.22-65.718h-199.81zm-259.47 16.062c-4.02 15.02-5.985 31.62-5.436 49.656.095 3.143.293 6.215.562 9.25h89.063l-35.97-56.06c-6.533 3.197-13.86 5-21.593 5-9.79 0-18.926-2.887-26.625-7.845zm323 57.563c-17.073 0-30.687 13.644-30.687 30.718 0 17.074 13.614 30.72 30.688 30.72 17.074 0 30.72-13.646 30.72-30.72 0-17.074-13.646-30.72-30.72-30.72zm-325.03 20.03c3.693 16.938 10.187 32.203 18.75 46.345H196.562l2.75 4.343L276.97 369.53l9.092 14.345H212.22c-1.403 6.96-4.274 13.418-8.282 19 22.164 24.562 41.335 52.573 53.843 86.75 35.156-90.944 118.132-134.872 176.564-189.156h-137.72l-2.78-4.19-66.594-100.06H20.844zM52.5 261.25c21.193 27.23 49.796 50.764 79.313 75.313 8.633-7.354 19.808-11.813 31.968-11.813 24.116 0 44.348 17.504 48.595 40.438h39.72L186.28 261.25H52.5zm111.28 82.188c-17.073 0-30.718 13.644-30.718 30.718 0 17.074 13.645 30.72 30.72 30.72 17.073 0 30.687-13.646 30.687-30.72 0-17.074-13.615-30.72-30.69-30.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-telefrag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-59.998 0-120 30-120 75 0 30 22.5 45 22.5 75 0 22.5-7.5 22.5-7.5 37.5 0 7.5 24.006 16.002 45 22.5v30h120v-30s45.283-13.978 45-22.5c-.465-13.974-7.5-15-7.5-37.5 0-15 22.82-45.71 22.5-75 0-45-60.002-75-120-75zm-45 90c16.57 0 30 13.433 30 30 0 16.568-13.43 30-30 30s-30-13.432-30-30c0-16.567 13.43-30 30-30zm90 0c16.567 0 30 13.433 30 30 0 16.568-13.432 30-30 30-16.57 0-30-13.432-30-30 0-16.567 13.43-30 30-30zm-45 52.5c7.5 0 22.5 30 22.5 37.5 0 15 0 15-7.5 15h-30c-7.5 0-7.5 0-7.5-15 0-7.5 15-37.5 22.5-37.5zM136 286v45h240v-45H136zm0 75v45h240v-45H136zm-30 75c-15 0-30 15-30 30v30h360v-30c0-15-15-30-30-30H106z" fill="#fff"/></svg>
<svg class="tc-image-originals-telepathy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M128.813 20.813c-.73.03-1.536.107-2.407.218-33.88 4.403-58.97 36.928-58.97 78.157 0 17.885 4.538 35.768 12.626 50.157-11.006 4.402-20.227 11.366-27.5 20.094-9.996 11.996-16.582 27.018-21.124 43.5-9.086 32.963-10.125 72.234-10.125 107.625v9.343H63.344l9.968 154.75.563 8.75H191.78l.564-8.75 9.97-154.75h42.03v-9.344c0-35.39-1.04-74.66-10.125-107.625-4.544-16.48-11.13-31.503-21.126-43.5-7.273-8.727-16.494-15.69-27.5-20.093 4.88-8.683 8.453-18.635 10.53-29.094l65.814 15.938 16.218 3.937L273 124.22l-12.75-39.345L313.72 98.5c-.003.23 0 .457 0 .688 0 17.884 4.535 35.767 12.624 50.156-11.007 4.402-20.26 11.366-27.53 20.094-9.998 11.996-16.553 27.018-21.095 43.5-9.086 32.963-10.158 72.234-10.158 107.625v9.343h42.064l1.968 30.875v1.408h.094l7.875 122.468.562 8.75H438.03l.564-8.75 7.844-122.28h.125l.03-2.126 1.938-30.344h42.064v-9.344c0-35.39-1.04-74.66-10.125-107.625-4.544-16.48-11.13-31.503-21.126-43.5-7.273-8.727-16.525-15.69-27.53-20.093 8.087-14.39 12.623-32.272 12.623-50.156 0-41.23-25.056-73.755-58.937-78.157h-.03c-1.743-.22-3.205-.254-4.376-.218-.893.028-1.45.068-2 .094-.56-.026-1.136-.065-2.03-.093-1.173-.037-2.635-.003-4.377.218h-.03c-28.334 3.682-50.472 27.03-56.97 58.69L248.47 62.593l-16.44-4.188 5.22 16.125 12.813 39.564-51.875-12.53c.017-.795.03-1.583.03-2.376 0-41.23-25.056-73.755-58.937-78.157h-.03c-1.742-.22-3.204-.254-4.375-.218-.91.03-1.5.07-2.063.094-.56-.026-1.135-.065-2.03-.093-.586-.02-1.24-.032-1.97 0zm3.406 18.812c.433.006.7 0 1.218 0 5.338 0 10.785 1.384 15.875 3.78l.093-.155c16.9 7.98 29.447 27.32 30.094 53.78l-19.28-4.655c-3.217-12.606-14.644-21.906-28.25-21.906-16.103 0-29.157 13.053-29.157 29.155s13.052 29.156 29.156 29.156c11.977 0 22.262-7.234 26.75-17.56l19.093 4.624c-2.573 13.025-7.828 25.176-14.22 32.875l-10.155 12.218 15.593 2.937c12.813 2.408 22.09 8.375 29.72 17.53 7.63 9.158 13.393 21.712 17.47 36.5 7.434 26.98 9.063 60.967 9.31 93.282h-24.874l.563-58.593-18.69-.188-1.06 109.78.03.002-7.22 112.53H141.5V335h-18.688v139.72H91.406l-7.25-112.345h.063l1.06-109.78-18.686-.19-.563 58.782H40.126c.25-32.315 1.908-66.303 9.344-93.28 4.075-14.79 9.806-27.344 17.436-36.5 7.63-9.157 16.907-15.124 29.72-17.532l15.593-2.938-10.126-12.218c-9.083-10.943-15.97-30.87-15.97-49.532 0-27.573 12.788-47.748 30.157-55.938l.064.156c5.09-2.397 10.536-3.78 15.875-3.78zm246.25 0c.44.006.722 0 1.25 0 5.337 0 10.784 1.384 15.874 3.78l.062-.124c17.33 8.21 30.094 28.368 30.094 55.907 0 18.664-6.855 38.59-15.938 49.532l-10.156 12.218 15.625 2.937c12.813 2.408 22.06 8.375 29.69 17.53 7.63 9.158 13.39 21.712 17.467 36.5 7.436 26.98 9.096 60.967 9.344 93.282h-24.717l.562-58.593-18.688-.188-1.03 107.03L420.5 474.72h-32.906V335h-18.688v139.72h-31.25l-7.344-114.533 1.063-107.593-18.688-.188-.593 58.78-25.72.002c.25-32.316 1.91-66.304 9.345-93.282 4.075-14.79 9.838-27.343 17.467-36.5 7.63-9.156 16.876-15.123 29.688-17.53l15.625-2.94-10.156-12.217c-8.415-10.138-14.902-27.996-15.813-45.407l16.72 4.25c3.46 12.237 14.685 21.218 28.03 21.218 16.105 0 29.158-13.053 29.158-29.155S393.382 70.47 377.28 70.47c-12.17 0-22.57 7.466-26.936 18.06l-16.625-4.218c3.687-19.918 14.76-34.387 28.81-41.03l.064.124c5.09-2.397 10.536-3.78 15.875-3.78z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-teleport tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.334 22.717c-18.64 2.424-35.677 23.574-37.043 51.49v.02c-.057 1.186-.097 2.38-.097 3.59 0 16.362 5.658 30.827 13.942 40.818l10.127 12.213-15.592 2.933c-10.75 2.025-18.622 7.702-25.373 16.978-2.285 3.14-4.384 6.707-6.31 10.62-57.54-6.44-97.91-21.06-97.91-37.952 0-17.363 42.647-31.983 102.75-37.97-.213-2.51-.323-5.057-.323-7.636v-.002c0-.84.024-1.674.047-2.51-96.43 6.77-167.298 29.15-167.3 55.71-.002 25.33 64.462 46.86 154.074 54.67-.19.742-.394 1.465-.576 2.216-2.36 9.72-4.05 20.22-5.268 31.03-.01 0-.02 0-.03.002-.418 3.653-.78 7.34-1.095 11.046l.05-.005c-1.316 15.777-1.772 31.88-1.893 46.95h35.894l2.115 28.4c-68.24-4.994-118.444-21.004-118.444-39.843 0-13.243 24.83-24.89 63.27-32.33.3-4.056.66-8.115 1.076-12.162-76.42 9.353-129.17 29.168-129.172 52.086-.002 28.17 79.71 51.643 185.098 56.768l5.94 79.77c10.5 2.648 24.84 4.162 39.017 4.068 13.79-.092 27.235-1.71 36.45-4l5.263-79.846c105.308-5.14 184.935-28.605 184.935-56.76 0-23.013-53.196-42.895-130.13-52.2.304 4.02.557 8.047.755 12.07 38.883 7.43 63.965 19.17 63.965 32.536 0 18.84-49.804 34.85-117.908 39.844l1.87-28.402h34.18c-.012-15.113-.127-31.27-1.033-47.094.01 0 .02.002.032.004-.214-3.687-.472-7.352-.782-10.986l-.02-.002c-.94-11.157-2.367-21.984-4.546-31.967-.09-.405-.184-.803-.275-1.206 89.518-7.826 153.893-29.344 153.893-54.656 0-26.787-72.076-49.332-169.77-55.887.025.895.053 1.788.053 2.688 0 2.5-.104 4.97-.304 7.407 61.19 5.836 104.61 20.61 104.61 38.2 0 16.805-39.633 31.355-96.524 37.848-2.01-4.283-4.26-8.15-6.762-11.505-6.83-9.167-15.063-14.81-27.14-16.682l-15.913-2.47 10.037-12.59c6.928-8.69 11.912-20.715 13.057-34.268h.002c.163-1.95.25-3.93.25-5.938 0-.77-.022-1.532-.048-2.29-.015-.48-.033-.958-.057-1.434h-.002c-1.48-29.745-20.507-51.3-41.076-51.3-2.528 0-3.966-.087-4.03-.08h-.003zM194.54 355.822c-97.11 6.655-168.573 29.11-168.573 55.8 0 31.932 102.243 57.815 228.367 57.815S482.7 443.555 482.7 411.623c0-26.608-71.02-49.004-167.67-55.736l-.655 9.93c60.363 6.055 103.074 20.956 103.074 38.394 0 22.81-73.032 41.298-163.12 41.298-90.088 0-163.12-18.49-163.12-41.297 0-17.533 43.18-32.502 104.07-38.493l-.74-9.895z" fill="#fff"/></svg>
<svg class="tc-image-originals-templar-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M332.893 24.46c-28.788.09-58.326 13.893-78.948 43.06-25.802-33.94-66.387-47.043-101.986-40.067-39.714 7.782-73.4 41.826-72.13 94.83 1.203 50.248 35.647 83.413 71.764 115.047 21.513 18.843 43.86 37.513 62.06 59.25 11.54 23.798 18.216 49.248 20.576 74.943-29.393-2.8-57.648-11.638-84.19-26.353v91.902c26.518-14.695 54.958-23.64 84.19-26.345-2.71 29.228-11.014 58.316-25.707 84.83h91.9c-14.574-26.624-23.46-55.476-26.347-84.83 29.233 2.708 58.317 11.65 84.83 26.345V345.17c-26.478 14.497-55.636 23.412-84.83 26.353 2.536-27.582 10.353-54.176 23.383-79.293 18.175-19.046 39.397-35.617 59.667-52.552 18.543-15.493 36.226-31.296 49.39-50.176 13.166-18.88 21.6-41.106 20.977-67.66-1.167-49.86-33.55-84.978-72.29-94.674-7.265-1.818-14.76-2.73-22.31-2.707zm-.018 18.55c1.894.016 3.783.113 5.666.273-23.313 7.815-40.118 29.82-40.118 55.764 0 32.483 26.333 58.816 58.816 58.816 22.212 0 41.544-12.317 51.55-30.49-.527 20.08-7.037 36.29-17.6 51.44-11.444 16.41-27.843 31.317-46.043 46.523-31.857 26.616-69.413 54.153-92.62 95.404-21.54-41.422-57.462-70.18-88.62-97.47-35.664-31.237-64.39-59.52-65.393-101.434-1.084-45.253 25.016-69.768 57.04-76.043 6.41-1.256 13.045-1.713 19.727-1.37-21.685 8.664-37.01 29.848-37.01 54.624 0 32.483 26.333 58.816 58.816 58.816 31.712 0 57.55-25.1 58.758-56.517l6.582-12.23C278.688 58.9 302.762 45 326.856 43.207c2.007-.148 4.015-.213 6.02-.196z" fill="#fff"/></svg>
<svg class="tc-image-originals-templar-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 21.938l-4.025 2.01c-96 48-93.455 47.175-189.455 63.175l-8.592 1.432 1.15 8.634c16.125 120.934 48.338 217.868 85.022 285.12 18.34 33.627 37.776 59.85 57.263 78.022C216.85 478.502 236.625 489 256 489s39.15-10.497 58.637-28.668c19.487-18.17 38.922-44.395 57.263-78.02 36.684-67.254 68.897-164.188 85.022-285.123l1.15-8.635-8.592-1.432c-96-16-93.455-15.174-189.455-63.174L256 21.937zM224 64c16 0 16 0 32 16 16-16 16-16 32-16-16 16-16 16-16 32l2.666 48h109.158S400 144 416 128c0 16 0 16-16 32 16 16 16 16 16 32-16-16-32.176-16-32.176-16h-107.38L288 384s0 32 16 64c-16 0-48 0-48-16 0 16-32 16-48 16 16-32 16-64 16-64l11.555-208H128.13S112 176 96 192c0-16 0-16 16-32-16-16-16-16-16-32 16 16 32.13 16 32.13 16h109.204L240 96c0-16 0-16-16-32z"/></svg>
<svg class="tc-image-originals-temptation tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M236.28 21.53c-185.644.495-313.788 255.03-99.936 404.845 12.265 23.964 49.66 34.098 104.344 41.656 39.702 5.587 44.827-11.274 37.312-34.31-14.935-45.782-52.38-68.562-120.22-57.095C-12.09 239.802 136.31 44.317 291.626 89.095 458.56 137.22 421.335 291.012 343.75 366.53c-70.898 69.013-37.743 124.546 22.094 129 73.38 12.87 137.08-59.02 113.28-115.967 6.166 53.188-90.466 121.6-126.687 82.5-24.154-45.743 72.12-75.863 101.938-163.97C500.43 162.016 442.752 55.69 274.125 24.938c-12.82-2.337-25.45-3.44-37.844-3.406zm22.157 114.44l-11.656 47.75c-4.155-2.81-8.567-4.918-12.905-5.782-4.027-.804-7.993-1.22-11.78-1.125v.03c-26.51.935-48.896 23.905-48.47 56.095.486 36.782 39.767 78.312 54.656 78.312 14.89 0 24.85-8.214 30.376-13.47 5.422 4.43 12.1 13 29.406 13 17.306 0 51.455-42.493 50.97-79.28-.487-36.787-26.89-60.97-58.938-53.97-4.586 1.008-9.617 3.024-14.063 6.064l10.564-43.188-18.156-4.437zM188.063 407c1.093.007 2.25.102 3.438.25 12.662 1.575 22.752 11.945 23.125 18.97.187 3.512-.98 5.694-3.938 7.78-2.956 2.086-8.012 3.538-14.343 2.75-12.663-1.575-22.752-11.973-23.125-19-.188-3.513 1.01-5.664 3.968-7.75 2.217-1.564 5.587-2.793 9.812-2.97.352-.013.698-.032 1.063-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-tentacle-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M358.834 61.088c-16.677.158-33.4 3.933-49 12.023-21.366 11.083-40.224 30.342-54.084 58.193-13.86-27.85-32.718-47.11-54.084-58.192-16.42-8.515-34.087-12.25-51.633-12.016-10.528.14-21.012 1.706-31.158 4.525-54.11 15.032-100.2 65.618-97.844 128.216C22.144 223.394 34.923 248.74 53.32 271c13.254 16.036 29.445 30.674 46.823 44.813 1.536 62.25 49.414 85.402 96.515 77.097 21.517 19.774 39.698 40.855 50.594 64.686l8.498 18.586 8.498-18.586c10.56-23.096 27.953-43.614 48.604-62.858 38.73.263 70.002-20.92 78.976-63.515 24.636-18.988 48.233-38.3 66.352-60.223 18.398-22.26 31.177-47.606 32.29-77.164 2.354-62.598-43.734-113.184-97.845-128.217-10.99-3.054-22.38-4.64-33.79-4.532zm-208.61 18.668c14.693-.212 29.29 2.917 42.84 9.945 21.678 11.245 41.143 32.584 53.885 68.306l8.8 24.674 8.8-24.674c9.17-25.704 21.82-43.96 36.272-56.367 42.38-32.464 75.468 1.13 81.944 20.153 17.593 51.696-40.657 77.01-90.434 44.572 9.057 34.565 64.323 57.726 109.563 22.453 25.06-19.542 32.273-60.32 18.162-84.765-1.93-3.342-3.97-6.47-6.106-9.39 34.043 19.405 59.444 55.933 57.843 98.47v.002c-.927 24.645-11.312 45.744-28.02 65.96-13.474 16.302-31.075 31.77-50.36 47.14-3.396-32.532-28.867-60.732-72.632-72.633 37.742 25.785 50.993 69.674 29.945 105.433-36.287 27.684-72.58 57.176-94.975 94.815-10.18-17.11-23.243-32.53-37.86-46.87 50.032-19.325 90.573-74.834 60.057-156.552-10.006 99.388-63.498 121.28-116.892 108.82-9.705-7.406-19.41-14.69-28.854-21.955-24.76-19.05-47.766-37.984-64.473-58.2-16.708-20.214-27.093-41.313-28.02-65.958v-.002c-.347-9.22.578-18.155 2.58-26.697C59.897 202.6 88.5 232.264 132.05 252.83c77.033 36.38 147.145-25.855 70.425-93.076 28.247 49.57-4.545 91.677-60.08 49.81-36.166-27.262-56.032-62.257-63.96-101.392 13.264-11.443 28.938-19.96 45.444-24.547 8.68-2.412 17.53-3.742 26.345-3.87z"/></svg>
<svg class="tc-image-originals-tentacle-strike tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M13.31 21.65v223.883c44.806 47.182 105.238 54.52 173.526 65.305-4.484-22.66-8.26-45.048-13.395-66.047C95.66 215.198 36.983 167.26 41.956 21.653H29.637l.002-.002H13.31zm48.004.002c-.87 28.147.438 60.87 6.055 84.123 60.46 15.992 92.433 50.085 110.003 90.62 18.113 41.79 22.444 89.817 32.848 134.57s26.214 85.67 65.755 115.918c32.98 25.23 83.547 43.427 163.11 48.273-71.23-32.09-114.32-67.862-139.99-105.904-30.973-45.903-35.99-94.26-36.73-139.97-.74-45.712 2.363-89.093-9.908-127.223C240.3 84.28 213.76 50.507 150.29 21.65H61.313zm10.54 104.756c13.443 44.624 44.905 62.1 85.302 70.71-15.182-31.505-38.977-56.41-85.302-70.71zm202.08 3.1c6.505 26.962 7.097 54.743 7.064 82.596 69.97 10.56 141.545 36.41 188.527 130.34-9.777-145.698-101.31-192.293-195.59-212.936zm8.51 150.13c1.51 18.56 4.51 36.906 10.474 54.967 65.22 21.79 133.59 62.777 199.88 152.42-41.53-135.21-125.783-179.167-210.355-207.386z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-tentacles-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.672 18.535c-71.2 0-127.248 47.1-127.248 102.24 0 25.67 12.008 49.233 32.187 67.452l2.925 2.638 2.14 55.63 57.368-31.026 33.887 54.335 33.3-53.743 55.303 30.272 1.598-54.844 3.026-2.68c20.666-18.306 32.764-41.967 32.764-68.035 0-55.14-56.048-102.24-127.248-102.24zm-79.76 89.14c23.366-.295 58.385 18.522 58.385 18.522 0 21.772-17.648 39.422-39.422 39.422-21.774 0-39.424-17.65-39.424-39.423h.003c.416-13.678 9.048-18.38 20.46-18.523zm159.516 0c11.41.142 20.043 4.844 20.46 18.522 0 21.772-17.65 39.424-39.423 39.424-21.772 0-39.422-17.65-39.422-39.423 0 0 35.02-18.817 58.385-18.523zm-79.756 48.118l20.334 45.418h-40.67l20.336-45.417zm-39.192 84.47l-22.2 12.008c6.823 35.1 2.77 66.833-17.956 98.933-17.857 27.644-63.35 49.007-95.68 28.678-40.016-25.15-11.61-63.596 12.72-39.98-1.513-52.516-48.833-47.87-63.393-16.078-40.502 88.417 95.507 149.848 170.432 82.79.808 41.927 23.872 78.693 72.996 84.695 39.8 4.862 72.77-38.585 22.364-71.606 8.466 37.96-46.156 42.623-46.707-11.58-.213-20.954 10.71-39.112 26.29-52.454 7.443 13.896 16.868 27.638 28.616 41.078C376 479.168 526.48 416.23 484.147 323.822c-14.56-31.79-61.88-36.438-63.394 16.078 24.33-23.616 52.737 14.83 12.723 39.98-32.332 20.33-77.825-1.033-95.682-28.677-20.493-31.74-24.678-63.12-18.176-97.75l-22.828-12.496-39.808 64.248-40.502-64.94z"/></svg>
<svg class="tc-image-originals-tentacurl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M218.28 24.75c-2.17-.013-4.333.008-6.5.03-20.792.224-41.285 2.13-60.905 6.19-51.55 10.667-96.954 35.72-128.688 84.686v381.531h127.376c-38.755-38.575-54.373-84.178-55.188-126.562-.936-48.658 16.79-93.022 40.344-120.563 43.635-51.02 91.08-74.803 135.155-78.218 44.075-3.415 84.224 13.502 113.094 41.594 28.87 28.09 46.75 67.413 46.686 109.28-.05 32.946-11.65 67.287-36.97 98.344 30.567-11.346 52.987-30.856 68.69-55.5 20.618-32.36 29.403-73.84 27.437-116.25-4.687-101.07-74.37-194.062-173.063-213.843-31.705-6.356-64.89-10.53-97.47-10.72zm91.47 168.656c33.82 51.784 33.24 110.215 9.906 155.28-18.004 34.773-49.19 61.838-87.47 72.033-29.606 7.884-63.312 5.26-97.5-10.94 18.148 26.34 41.48 42.92 67.47 51.97 34.494 12.01 74.06 10.45 111.78-1.688 6.486-2.086 12.846-4.488 19.064-7.187l-.75.125 24.688-21.53c38.51-33.66 53.976-72.27 54.03-108.783.055-36.512-15.653-71.15-41.03-95.843-16.58-16.133-37.175-27.99-60.188-33.438z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-terror tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.594 20.906c-45.425.318-89.65 20.975-112.78 61.282-22.594 39.374-34.23 82.722-31.314 115.406 1.458 16.34 6.393 29.793 14.72 39.5 8.325 9.706 20.104 16.173 37.53 18.03l11 1.19-3 10.655c-2.337 8.272-3.75 16.256-3.75 24.905 0 27.038 4.292 79.342 18.5 123.563 7.104 22.11 16.715 42.157 28.78 56.093 12.068 13.938 25.855 21.845 43.814 21.845 17.96 0 31.777-7.907 43.844-21.844 12.066-13.935 21.677-33.982 28.78-56.092 14.21-44.22 18.5-96.525 18.5-123.563 0-8.65-1.41-16.635-3.75-24.906l-2.968-10.533 10.875-1.28c17.146-2.04 29.05-8.367 37.47-17.72 8.417-9.352 13.49-22.17 15-38 3.02-31.66-8.958-74.675-34.814-117.03-25.5-41.774-70.927-61.8-116.374-61.5h-.062zM173.406 145.47c24.447 0 44.063 19.58 44.063 44.03 0 24.446-19.617 44.063-44.064 44.063-24.446 0-44.03-19.617-44.03-44.063s19.584-44.03 44.03-44.03zm161.438 0c24.447 0 44.062 19.58 44.062 44.03 0 24.446-19.616 44.063-44.062 44.063-24.447 0-44.03-19.617-44.03-44.063-.002-24.446 19.583-44.03 44.03-44.03zm-162.47 35.093c-6.623 0-11.78 5.188-11.78 11.812s5.157 11.78 11.78 11.78c6.625 0 11.814-5.156 11.814-11.78 0-6.627-5.188-11.813-11.813-11.813zm164.22 0c-6.624 0-11.78 5.188-11.78 11.812-.002 6.624 5.156 11.78 11.78 11.78s11.812-5.156 11.812-11.78c0-6.627-5.187-11.813-11.812-11.813zm-81.406 51.906c38.762 0 68.875 36.01 68.875 78.593 0 19.938-2.457 56.192-11.532 88.687-4.536 16.247-10.655 31.58-19.686 43.563-9.03 11.98-21.96 20.812-37.656 20.812-15.696 0-28.626-8.83-37.657-20.813-9.03-11.98-15.15-27.315-19.686-43.562-9.075-32.495-11.563-68.75-11.563-88.688 0-42.584 30.145-78.593 68.907-78.593zm0 18.686c-17.93 0-34.16 11.453-43.063 29.063h86.094c-8.895-17.61-25.103-29.064-43.033-29.064zm-27.282 173.938c1.45 2.532 2.956 4.878 4.53 6.97 6.78 8.99 13.692 13.373 22.75 13.373 9.06 0 15.943-4.383 22.72-13.375 1.576-2.09 3.08-4.436 4.53-6.968h-54.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-tesla tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M136 16v210l45 30v60h60V166l-45-30V76l45-30V16H136zm135 0v30l45 30v60l-45 30v150h60v-60l45-30V16H271zm-13.688 45.03A45 45 0 0 0 211 106a45 45 0 0 0 90 0 45 45 0 0 0-43.688-44.97zM181 346c-30 0-45 15-45 30h240c0-15-15-30-45-30H181zm-75 60c-15 0-30 15-30 30v60h360v-60c0-15-15-30-30-30H106z" fill="#fff"/></svg>
<svg class="tc-image-originals-tesla-coil tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M157.78 18.72l-71.686.56-30 93.157 89.094 38.72-31 120.874 69.562-133.467-79.094-39L157.78 18.72zm197.532 0l76.47 131.093-86.094 21.437 80.062 184.875-36.813-162.906 83.25-18.876L412.97 19.28l-57.658-.56zm-99.937.5C223.01 19.22 197 45.26 197 77.624s26.01 58.406 58.375 58.406c32.365 0 58.406-26.04 58.406-58.405S287.74 19.22 255.376 19.22zM236.22 152.28v14.626h38.31V152.28c-6.13 1.58-12.54 2.44-19.155 2.44-6.614 0-13.025-.86-19.156-2.44zm-24.376 33.314c-17.463 0-22.313 8.166-22.344 14.625-.03 6.457 4.61 14.53 22.344 14.53h93.75c6.046 0 9.463-1.904 11.875-4.5 2.41-2.596 3.77-6.313 3.78-10.125.01-3.812-1.327-7.483-3.72-10.063-2.39-2.58-5.807-4.468-11.936-4.468h-93.75zm24.375 47.844v12.656h38.31v-12.656h-38.31zm-68.095 31.343c-6.13 0-9.515 1.89-11.906 4.47-2.393 2.58-3.73 6.25-3.72 10.063.01 3.81 1.37 7.528 3.78 10.125 2.413 2.596 5.798 4.5 11.845 4.5h167.78c17.734 0 22.376-8.073 22.345-14.532-.03-6.458-4.88-14.625-22.344-14.625h-167.78zm68.094 47.845v14.688h38.31v-14.688h-38.31zM131.53 346c-6.128 0-9.514 1.92-11.905 4.5-2.39 2.58-3.73 6.25-3.72 10.063.012 3.81 1.37 7.497 3.782 10.093s5.798 4.5 11.844 4.5H372.5c17.733 0 22.375-8.073 22.344-14.53-.032-6.46-4.882-14.626-22.344-14.626H131.53zm104.69 47.844v15.125h38.31v-15.126h-38.31zm-139 33.812c-6.13 0-9.516 1.92-11.907 4.5-2.392 2.58-3.73 6.25-3.72 10.063.01 3.81 1.37 7.496 3.782 10.092 2.412 2.597 5.797 4.5 11.844 4.5H406.81c17.733 0 22.376-8.072 22.344-14.53-.03-6.46-4.88-14.626-22.344-14.626H97.22zm139 47.844v18.53h38.31V475.5h-38.31z" fill="#fff"/></svg>
<svg class="tc-image-originals-tesla-turret tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M86.25 65.438c-16.888.292-31.98 8.265-43.625 20.53-13.8 14.54-22.688 35-22.688 55.97 0 23.592 10.85 46.488 27.75 60.968-16.63 20.026-23.824 40.488-23.406 58.938.462 20.306 10.22 37.75 24.845 48.5 14.624 10.75 34.166 14.9 53.656 9.594 18.535-5.046 36.713-18.573 51.032-41.563h102.313v-64.47l-156.313 22.19v42.28H131c-10.582 13.32-22.16 20.546-33.125 23.53-14.113 3.843-27.553.825-37.688-6.624-10.134-7.448-16.917-19.23-17.25-33.874-.312-13.763 5.157-30.422 20.657-48.312 9.81 4.438 20.733 6.306 32.218 4.687l4-.56 185.625-26.345v-39.47h37.532v34.126l18.686-2.655v-31.47h34.28L375.94 178l18.687-2.625v-23.97h27.938c4 15.145 17.786 26.314 34.187 26.314 19.532 0 35.375-15.844 35.375-35.376 0-19.532-15.843-35.344-35.375-35.344-16.19 0-29.804 10.872-34 25.72h-28.125v-20.47l-18.688-2.97v23.44h-34.28v-28.907l-18.688-2.97v31.876h-37.533V94.843l-12.218-1.938L95.81 66.062c-3.24-.494-6.435-.68-9.562-.624zm119.938 44.718l-5 21.813 62.218 11.843-82.437 27.562 5-21.813-62.22-11.812 82.438-27.594zM187.75 297.062v102.594h-40.188v26.47l-78.468 48H39.438v18.687h34.906l2.25-1.375 92.656-56.657h39.594l7.28 39.345h-15.343v18.688h54.626v-18.688h-20.28l-7.282-39.344h28.187l92.69 56.658 2.25 1.375h42.811v-18.688h-37.56L275.905 425v-25.344h-41.47l-.467-.28V297.062h-46.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-test-tubes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M163.154 21.588l-97.39.047c.71 5.647 2.193 12.66 5.685 19.353 6.086 11.665 16.458 22.127 42.687 22.127 25.66 0 36.383-10.45 42.81-22.176 3.635-6.63 5.333-13.7 6.207-19.352zm144.838 0l-97.39.047c.71 5.647 2.193 12.66 5.685 19.353 6.087 11.665 16.458 22.127 42.688 22.127 25.66 0 36.383-10.45 42.81-22.176 3.635-6.63 5.333-13.698 6.207-19.352zm136.66 0l-97.39.047c.71 5.647 2.193 12.66 5.685 19.353 2.31 4.426 5.238 8.677 9.412 12.25.033.03.07.057.103.086.392.333.797.658 1.21.98.082.06.163.124.245.186.42.32.852.632 1.297.938l.12.084c.494.338 1.004.668 1.53.988.06.037.125.07.186.107.45.27.91.534 1.382.79.127.07.257.136.386.205.456.24.923.474 1.4.7.1.048.197.097.298.143.59.275 1.195.54 1.82.793l.096.04c.585.236 1.19.46 1.806.677.136.048.275.094.412.14.505.173 1.02.338 1.545.497.19.057.376.116.57.172.678.196 1.373.383 2.09.556.037.01.08.018.118.028.67.16 1.36.31 2.064.45.226.046.456.09.686.132.566.106 1.144.204 1.732.297.21.033.416.068.63.1.805.118 1.625.227 2.472.32.07.007.143.012.213.02.774.082 1.568.152 2.376.212.275.02.554.036.833.054.616.04 1.244.07 1.88.097.32.014.638.03.962.038.92.028 1.852.047 2.813.047.938 0 1.85-.02 2.748-.047.327-.01.648-.023.97-.037.633-.025 1.257-.058 1.87-.098.256-.017.514-.034.767-.053.87-.067 1.728-.143 2.56-.235.01-.002.018 0 .028-.002.833-.093 1.64-.204 2.434-.323.19-.028.38-.06.568-.09.624-.1 1.237-.207 1.838-.322.195-.037.39-.072.584-.11.742-.15 1.473-.31 2.18-.484.007 0 .014-.004.02-.005.724-.18 1.423-.37 2.11-.572.148-.043.292-.088.438-.133.56-.17 1.108-.348 1.645-.533.13-.045.264-.088.394-.135 1.315-.466 2.563-.977 3.745-1.53.083-.037.163-.077.244-.116.508-.24 1.004-.49 1.49-.747.095-.05.192-.1.287-.152 1.115-.602 2.17-1.242 3.166-1.917l.173-.12c.448-.308.884-.622 1.31-.943.06-.047.125-.093.187-.14 4.942-3.78 8.373-8.443 11.052-13.33 3.635-6.63 5.333-13.698 6.207-19.352zm-296.1 52.41c-5.537 2.877-11.877 5.112-19.058 6.44-.113 47.25-.436 120.64-.283 161.048.032 8.097-6.767 14.837-15.595 14.848-8.827.01-15.525-6.654-15.502-14.795v-.007c.09-40.075.358-113.676.303-161.138-7.104-1.327-13.368-3.528-18.826-6.358.027 104.356-.45 285.02-.598 357.54-.045 20.65 15.557 36.74 34.473 36.714 18.917-.03 34.696-16.216 34.625-36.817-.258-74.726.25-254.896.46-357.475zm144.837 0c-5.546 2.882-11.897 5.118-19.09 6.445-.132 36.89-.393 71.557-.25 109.024.03 8.096-6.77 14.837-15.6 14.847-8.826.01-15.524-6.656-15.5-14.796v-.004c.083-37.297.306-72.125.294-109.12-7.1-1.328-13.362-3.528-18.818-6.357.027 104.356-.45 285.02-.598 357.54-.045 20.65 15.56 36.74 34.475 36.714 18.916-.03 34.696-16.216 34.625-36.817-.258-74.726.25-254.896.46-357.475zm136.66 0c-5.534 2.876-11.872 5.11-19.048 6.438-.103 51.75-.45 165.517-.293 207.146.028 8.096-6.77 14.837-15.597 14.848-8.827.01-15.524-6.656-15.502-14.797v-.002c.094-41.295.387-154.942.308-207.234-7.106-1.326-13.373-3.528-18.832-6.36.027 104.357-.45 285.022-.598 357.542-.045 20.648 15.56 36.738 34.475 36.713 18.916-.03 34.696-16.216 34.625-36.817-.258-74.726.25-254.896.46-357.475zM17.68 98.2v51.755h43.177c.023-17.875.048-35.785.055-51.754H17.68zm149.507 0c-.036 16.48-.067 32.794-.11 51.755h38.616c.022-17.875.048-35.785.055-51.754h-38.56zm144.836 0c-.036 16.48-.067 32.794-.11 51.755h30.44c.023-17.875.048-35.785.055-51.754h-30.385zm136.66 0c-.036 16.48-.067 32.794-.11 51.755h43.833V98.2h-43.722zM17.68 443.44v51.755h474.726v-51.755H447.02c-5.244 24.68-26.506 43.5-52.032 43.54h-.002c-25.566.034-46.75-18.834-51.95-43.54H310.36c-5.244 24.68-26.506 43.5-52.032 43.54h-.002c-25.566.034-46.75-18.834-51.95-43.54h-40.85c-5.246 24.68-26.508 43.5-52.034 43.54h-.002c-25.566.034-46.75-18.834-51.95-43.54H17.68z" fill="#fff"/></svg>
<svg class="tc-image-originals-theater-curtains tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18 18v94.275c28.382-12.57 52.994-35.202 71.39-59.734-4.662-3.466-8.973-7.064-12.865-10.79C68.903 34.452 62.723 26.51 58.973 18zm61.754 0c2.378 3.508 5.41 7.103 9.22 10.75 10.73 10.274 26.505 20.414 44.88 29.117C170.602 75.274 217.8 87 256 87s85.398-11.726 122.146-29.133c18.375-8.703 34.15-18.843 44.88-29.117 3.81-3.647 6.842-7.242 9.22-10.75zm373.273 0c-3.75 8.51-9.93 16.452-17.552 23.75-3.892 3.726-8.203 7.324-12.864 10.79 18.396 24.533 43.008 47.166 71.39 59.735V18zm-82.554 16.734C354.78 52.937 308.428 65.326 256 65.33c-52.242-.023-98.44-12.343-114.236-30.463C168.982 45.655 211.206 51.987 256 52c44.953-.022 87.294-6.408 114.473-17.266zM104.785 62.78C83.37 91.92 53.765 118.415 18 131.788v174.035c2.116.805 4.112 1.178 6 1.178 8.312-.646 12.295-5.132 18.324-9.984 29.568-24.024 49.255-66.27 65.053-119.094 9.187-30.72 17.136-64.91 25.34-100.78-2.216-.986-4.41-1.986-6.57-3.01-7.512-3.557-14.67-7.346-21.362-11.35zm302.43 0c-6.693 4.006-13.85 7.795-21.36 11.353-2.162 1.023-4.356 2.023-6.572 3.008 8.204 35.872 16.153 70.062 25.34 100.782 15.798 52.825 35.485 95.07 65.053 119.094 5.414 4.648 11.22 9.89 18.324 9.984 1.888 0 3.884-.373 6-1.178V131.787c-35.764-13.373-65.37-39.87-86.785-69.006zM46.13 317.34C39.233 322.193 31.793 325 24 325c-2.025 0-4.026-.197-6-.564v123.2c6.273 2.01 14.098 3.364 22 3.364 12.41 0 24.637-3.336 30.94-7.316-.04-43.556-.973-88.042-24.81-126.344zm419.74 0c-23.837 38.302-24.77 82.788-24.81 126.344 6.303 3.98 18.53 7.316 30.94 7.316 7.902 0 15.727-1.353 22-3.363v-123.2c-1.974.366-3.975.563-6 .563-7.792 0-15.232-2.807-22.13-7.66zM88.39 409c.6 13.277.61 26.37.61 39v3.73l-2.637 2.633C75.18 465.545 57.5 469 40 469c-7.475 0-14.98-.636-22-2.232V487h476v-20.232c-7.02 1.596-14.525 2.232-22 2.232-17.5 0-35.18-3.455-46.363-14.637L423 451.73V448c0-12.63.01-25.723.61-39z"/></svg>
<svg class="tc-image-originals-thermometer-cold tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M160 36.5c-11.688 0-23 6.674-23 25.5v25h23v18h-23v14h7v18h-7v14h23v18h-23v14h7v18h-7v14h23v18h-23v14h7v18h-7v14h23v18h-23v14h7v18h-7v14h14v-23h18v81.313A32 32 0 0 1 192 432a32 32 0 0 1-32 32 32 32 0 0 1-32-32 32 32 0 0 1 23-30.688V361h-14v21h.01c-18.926 8.673-32.01 27.74-32.01 50 0 30.482 24.518 55 55 55s55-24.518 55-55c0-22.26-13.084-41.327-32.01-50h.01V62c0-18.826-11.313-25.5-23-25.5zm87 16.273v66.73l-46-23v20.124l46 23v50.246l-13.54 27.084-30.228-1.814-2.232-1.29v27.126l9.918 15.02L201 271.02v27.126l2.232-1.29 30.227-1.813L247 322.127v50.246l-29.51 14.754c3.703 4.73 6.834 9.922 9.293 15.478L247 392.498v66.73h18v-66.73l68.266 34.133 8.05-16.1L265 372.374v-50.246l13.54-27.084 30.228 1.814 43.513 25.123-5.11 85.172 17.97 1.078 4.57-76.187 57.79 33.365 9-15.588-57.79-33.365 63.694-42.053-9.918-15.02-71.205 47.01-43.514-25.124L301.082 256l16.684-25.268 43.515-25.125 71.206 47.012 9.918-15.022-63.693-42.053 57.79-33.365-9-15.588-57.79 33.365-4.57-76.187-17.97 1.078 5.11 85.172-43.512 25.123-30.227 1.814L265 189.873v-50.246l76.316-38.158-8.05-16.1L265 119.5v-66.73h-18zm-162.5 93.82l-9 15.587 43.5 25.115v-20.783l-34.5-19.92zm34.5 58.386l-49.404 32.618 9.918 15.02L119 226.55v-21.57zm-39.486 54.4l-9.918 15.022L119 307.022v-21.57l-39.486-26.07zM119 324.706L75.5 349.82l9 15.588 34.5-19.92v-20.783zm43.11 83.943c-25.186 0-25.186 26.678-25.186 26.678s7.05-10.4 11.31-14.904c4.195-4.435 13.877-11.774 13.877-11.774z"/></svg>
<svg class="tc-image-originals-thermometer-hot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M160 36.5c-11.688 0-23 6.674-23 25.5v25h14V64h18v337.313A32 32 0 0 1 192 432a32 32 0 0 1-32 32 32 32 0 0 1-32-32 32 32 0 0 1 23-30.688V361h-14v21h.01c-18.926 8.673-32.01 27.74-32.01 50 0 30.482 24.518 55 55 55s55-24.518 55-55c0-22.26-13.084-41.327-32.01-50h.01V62c0-18.826-11.313-25.5-23-25.5zm96 16.273c-12.063 20.105-25.092 39.243-39.064 57.438-5.335-2.207-10.646-4.508-15.936-6.882v19.082c16.962-7.01 35.53-10.894 55-10.894 79.69 0 144.484 64.794 144.484 144.484 0 79.69-64.794 144.484-144.484 144.484-11.006 0-21.727-1.24-32.033-3.582 4.352 7.89 7.27 16.666 8.44 25.975 8.234 11.748 16.1 23.86 23.593 36.35 12.063-20.105 25.092-39.243 39.064-57.438 21.198 8.77 42.05 18.83 62.55 30.21.394-23.442 2.11-46.53 5.113-69.273 22.743-3.003 45.83-4.72 69.273-5.114-11.38-20.5-21.44-41.35-30.21-62.55 18.194-13.97 37.332-27 57.437-39.063-20.105-12.063-39.243-25.092-57.438-39.064 8.77-21.198 18.83-42.05 30.21-62.55-23.442-.394-46.53-2.11-69.273-5.113-3.003-22.743-4.72-45.83-5.114-69.273-20.5 11.38-41.35 21.44-62.55 30.21-13.97-18.194-27-37.332-39.063-57.437zM137 105v14h7v18h-7v14h14v-46h-14zm119 24.516c-19.728 0-38.376 4.514-55 12.54v227.89c16.624 8.024 35.272 12.538 55 12.538 69.962 0 126.484-56.522 126.484-126.484 0-69.962-56.522-126.484-126.484-126.484zM119 152.47c-12.89 1.044-25.888 1.696-39 1.917 11.38 20.5 21.44 41.35 30.21 62.55-18.194 13.97-37.332 27-57.437 39.063 20.105 12.063 39.243 25.092 57.438 39.064-8.77 21.198-18.83 42.05-30.21 62.55 13.112.22 26.11.87 39 1.913v-57.644c-4.844-14.422-7.484-29.846-7.484-45.883 0-16.035 2.64-31.458 7.484-45.88v-57.65zM137 169v14h7v18h-7v14h14v-46h-14zm0 64v14h7v18h-7v14h14v-46h-14zm0 64v14h7v18h-7v14h14v-46h-14zm25.11 111.648c-25.186 0-25.186 26.678-25.186 26.678s7.05-10.4 11.31-14.904c4.195-4.435 13.877-11.774 13.877-11.774z"/></svg>
<svg class="tc-image-originals-thermometer-scale tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M132.875 19.594v57.03H369.72v-57.03H132.874zm29.03 75.72v266.405h18.69V95.31h-18.69zm160.095 0v266.405h18.688V95.31H322zm-56.75 17.75v18.686h35.813v-18.688H265.25zm-47.53 42.874v18.687h85v-18.688h-85zm47.53 40.687v18.688h35.813v-18.688H265.25zm0 42.156v18.69h35.813v-18.69H265.25zm-47.53 42.876v18.688h85v-18.688h-85zm47.53 40.688v18.687h35.813v-18.686H265.25zm-132.375 58.094v57H369.72v-57H132.874zm45.656 75.718v34.78l145.532.002v-34.782h-145.53z" fill="#fff"/></svg>
<svg class="tc-image-originals-think tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M431.654 39.256c-7.94 0-15.646 1.078-23.123 3.236-7.398 2.158-14.72 5.435-21.966 9.828v21.735c7.477-5.164 14.645-9.096 21.504-11.793 6.937-2.698 13.45-4.045 19.54-4.045 8.324 0 14.99 2.118 20 6.357 5.088 4.24 7.63 9.79 7.63 16.65 0 3.775-1.002 7.476-3.006 11.098-1.926 3.623-5.087 7.476-9.48 11.56l-10.404 10.292c-6.937 6.628-11.485 12.447-13.643 17.457-2.158 5.01-3.236 11.408-3.236 19.192v17.805h22.08v-14.22c0-4.01.115-7.17.346-9.48.232-2.314.58-4.277 1.04-5.896.618-1.926 1.658-3.89 3.123-5.895 1.54-2.08 4.122-4.934 7.745-8.557l10.174-9.943c6.935-6.63 11.792-12.562 14.567-17.803 2.775-5.318 4.162-10.908 4.162-16.766 0-12.255-4.318-22.12-12.95-29.595-8.556-7.476-19.924-11.214-34.106-11.214zm-253.76 6.365C97.293 45.62 30 127.903 30 231.77c0 47.6 14.142 90.66 37.213 123.353 5.01-2.917 10.87-4.5 17.02-4.005 9.196.74 18.27 5.864 26.245 14.832 18.47 20.77 35.302 33.96 59.48 49.117 62.787-35.66 93.123-76.714 139.263-117.365 2.854-2.516 5.8-4.558 8.777-6.177 5.04-18.706 7.783-38.79 7.783-59.755 0-103.866-67.292-186.147-147.89-186.147zM97.01 146.063c15.177.09 30.255 8.09 43.607 23.764l-13.7 11.674c-11.907-13.977-21.85-18.017-31.802-17.385-9.952.633-21.423 6.88-33.7 18.172L49.228 169.04c13.87-12.76 28.547-21.86 44.743-22.89a43.78 43.78 0 0 1 3.037-.088zm151.96 0a43.78 43.78 0 0 1 3.036.088c16.196 1.03 30.874 10.13 44.744 22.89l-12.186 13.247c-12.278-11.293-23.748-17.54-33.7-18.172-9.953-.632-19.896 3.408-31.802 17.385l-13.7-11.674c13.352-15.674 28.43-23.673 43.607-23.763zm165.803 39.56v29.366h23.47v-29.365h-23.47zm-315.326 7.874c12.646 0 24.26 3.752 33.117 10.36 8.857 6.61 15.106 16.57 15.106 27.912 0 11.342-6.25 21.302-15.106 27.912-8.856 6.61-20.47 10.36-33.117 10.36-12.646 0-24.26-3.75-33.117-10.36-8.856-6.61-15.105-16.57-15.105-27.912 0-11.342 6.25-21.3 15.105-27.91 8.857-6.61 20.47-10.362 33.117-10.362zm156.89 0c12.647 0 24.262 3.752 33.118 10.36 8.857 6.61 15.106 16.57 15.106 27.912 0 11.342-6.248 21.302-15.105 27.912-8.856 6.61-20.47 10.36-33.117 10.36-12.646 0-24.26-3.75-33.117-10.36-8.856-6.61-15.105-16.57-15.105-27.912 0-11.342 6.25-21.3 15.106-27.91 8.857-6.61 20.472-10.362 33.118-10.362zm-160.064 18.12c-7.707.567-14.474 3.155-19.177 6.665-5.34 3.986-7.87 8.663-7.87 13.488 0 4.824 2.53 9.5 7.87 13.486 5.34 3.985 13.335 6.785 22.35 6.785 9.017 0 17.013-2.8 22.353-6.786 5.338-3.985 7.87-8.662 7.87-13.486 0-.09-.006-.177-.008-.266a19.61 19.515 0 0 1-15.506 7.584 19.61 19.515 0 0 1-19.61-19.516 19.61 19.515 0 0 1 1.727-7.955zm156.688.013c-7.623.596-14.31 3.172-18.974 6.65-5.34 3.986-7.87 8.663-7.87 13.488 0 4.824 2.53 9.5 7.87 13.486 5.34 3.985 13.336 6.785 22.352 6.785s17.012-2.8 22.35-6.786c5.34-3.985 7.873-8.662 7.873-13.486 0-.23-.01-.46-.02-.688a19.61 19.515 0 0 1-15.493 7.566 19.61 19.515 0 0 1-19.61-19.515 19.61 19.515 0 0 1 1.524-7.5zm83.263 92.337a11.32 11.32 0 0 0-1.32.012c-3.626.24-8.098 2.217-13.782 7.225-41.548 36.606-72.158 76.506-129.536 112.022l-39.91 26.484-9.953-14.997 12.454-8.264c-22.1-14.347-39.177-28.335-57.145-48.542-5.797-6.518-10.678-8.563-14.24-8.85-3.56-.286-6.562.945-9.528 3.948-5.88 5.95-9.498 19.257-4.2 32.29 12.462 22.93 36.147 44.15 54.038 71.204l1.953 2.95-.582 3.49a521.26 521.26 0 0 0-1.74 11.06h211.452c.103-1.217.18-2.456.193-3.746-.11-4.19-3.22-10.067-8.258-14.563-5.066-4.518-11.74-7.125-15.402-7.032l-12.436.317 3.587-11.91c1.944-6.454.005-14.632-4.613-18.827-4.62-4.195-12.2-6.694-27.313.99l-10.743-14.072c28.086-30.964 65.366-68.32 87.653-102.594 3.04-4.676 1.373-11.558-3.237-15.41-2.017-1.685-4.398-3.036-7.39-3.185zm-122.707 36.64l7.197 16.498c-28.058 12.24-57.48 12.936-85.8-.072l7.513-16.355c23.976 11.013 46.85 10.504 71.09-.07z" fill="#fff"/></svg>
<svg class="tc-image-originals-third-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.076 20.326c-44.403 0-85.074 25.412-115.224 68.104-22.122 31.322-38.243 71.822-45.268 117.295 11.268-3.406 22.4-5.216 33.176-5.47 13.302-.316 26.063 1.73 37.87 6.024h.64c.506.263.99.537 1.49.804 14.208 5.552 26.97 14.42 37.545 26.42 27.592 31.31 40.233 82.2 31.002 147.836 11.677 2.103 25.794 2 37.056-.014-9.227-65.628 3.416-116.514 31.006-147.822 26.953-30.586 68.11-40.84 111.224-27.63-7.012-45.533-23.145-86.087-45.29-117.444-30.152-42.692-70.825-68.104-115.228-68.104zm-2.478 78.69c1.268-.017 2.536-.018 3.804 0 40.59.548 80.635 18.362 114.31 50.902l6.983 6.748-7.01 6.72c-37.295 35.744-78.045 53.636-118.17 53.253-40.128-.384-78.892-19.074-112.103-53.515l-6.353-6.588 6.454-6.488c33.47-33.64 72.76-50.512 112.084-51.034zm1.732 19.545c-20.775 0-37.55 16.932-37.55 38.225 0 21.293 16.775 38.225 37.55 38.225s37.55-16.932 37.55-38.225c0-21.294-16.775-38.224-37.55-38.224zm47.816 8.37c5.332 8.7 8.42 18.933 8.42 29.855 0 11.535-3.442 22.304-9.337 31.307 16.365-6.818 32.772-17.236 48.954-31.46-15.21-13.253-31.398-23.184-48.038-29.702zm-95.92.457c-15.647 6.447-30.93 16.173-45.464 29.384 14.99 14.17 30.685 24.68 46.806 31.537-5.98-9.046-9.476-19.896-9.476-31.522 0-10.73 2.973-20.8 8.133-29.398zm48.186 12.808c9.22 0 16.695 7.583 16.695 16.936 0 9.354-7.475 16.934-16.695 16.934s-16.693-7.58-16.693-16.933c0-9.352 7.472-16.935 16.692-16.935zm138.736 79.553c-1.77 23.523-18.57 43.682-42.44 57.676-16.024 9.395-35.52 16.348-57.147 20.178-5.55 24.405-6.327 54.318-.484 89.334l1.344 8.052-7.8 2.412c-18.743 5.8-43.65 6.162-63.57 0l-7.8-2.412 1.344-8.052c5.83-34.932 5.07-64.782-.444-89.155-22.05-3.786-41.922-10.808-58.207-20.356-23.814-13.962-40.593-34.06-42.43-57.514-7.567 1.242-15.398 3.354-23.458 6.397-.91 10.044-1.383 20.29-1.383 30.693 0 66.152 19.03 125.88 49.18 168.57 4.094 5.798 8.39 11.265 12.855 16.405 6.487-5.172 14.775-9.26 24.592-12.69 20.326-7.1 47.276-11.228 77.026-11.228 29.75 0 56.7 4.127 77.028 11.228 10.163 3.55 18.706 7.796 25.29 13.23.063.054.124.11.188.163 4.687-5.343 9.19-11.044 13.47-17.108 30.15-42.69 49.18-102.418 49.18-168.57 0-10.56-.49-20.955-1.427-31.145l-.203.538c-8.503-3.228-16.75-5.42-24.704-6.645zM251.326 436.744c-27.984 0-53.328 4.058-70.863 10.184-7.556 2.64-13.624 5.7-17.725 8.61 25.946 24.332 56.627 38.136 89.338 38.136 32.43 0 62.867-13.568 88.672-37.512-4.087-3.096-10.458-6.405-18.557-9.234-17.533-6.126-42.88-10.184-70.864-10.184z" fill="#fff"/></svg>
<svg class="tc-image-originals-thor-fist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.875 18.844v49.25l58.313 125.75 2.624 5.656 6.22-.25L168 196.062c14.45-15.375 30.07-29.426 48-43.968L101.094 74.97 86.906 18.843h-69.03zm94.594 0l16.343 42.968 2.093 5.5 5.875.5 64.75 5.344 22.75 72.313c5.06-3.996 10.3-8.043 15.75-12.19l-22.56-71.686-1.876-6-6.25-.532-65.156-5.374-11.72-30.844h-20zm-47.095 107.25l42.22 2L151.968 178l-61.44 2.344-25.155-54.25zm212.97 8.53c-.635.01-1.274.046-1.908.095-5.07.387-10.085 2.037-14.093 5.03-48.92 36.528-79.37 62.847-109.25 103.594 3.85 11.967 9.154 24.168 15.656 36.22l100.375-88.502 12.375 14.032-103.094 90.844c7.017 10.962 14.978 21.64 23.75 31.718l107.22-88.562 11.905 14.437-106.342 87.814c7.996 7.98 16.496 15.422 25.406 22.156L344 287.906l11 15.125-98.375 71.69c10.21 6.347 20.82 11.708 31.72 15.842C329.427 373.815 366.166 340.51 394.06 308c6.023-7.02 8.354-13.956 7.5-20.28-.853-6.326-4.88-13.244-15.687-20.126l-5.188-3.313 1-6.06c2.495-15.195-1.175-22.16-6.437-26.814-5.262-4.653-13.757-6.82-21.125-6.844l-15.063-.062 6.72-13.47c4.46-8.943 3.547-18.51-1.876-25.81-5.422-7.304-15.59-12.883-32.53-11.44l-12.688 1.064 2.78-12.406c3.17-14.21-2.19-21.035-10.624-25.157-3.69-1.802-8.066-2.716-12.5-2.655zM132.468 240.032c-8.86 10.07-16.54 21.026-22.407 32.532 8.473 20.94 19.75 36.003 33.062 44.97 10.028 6.754 21.345 10.314 34.406 10.374-20.276-26.186-35.485-55.31-43.81-83.625l-1.25-4.25zm262.75 94.72c-4.203 4.504-8.55 8.982-13.064 13.406l23.78 20.688-17.998 15.625-16.97-25.783c-12.28 11.092-25.563 21.538-39.75 30.594l14.157 32.126-43.97 38.188-9.06 7.875 9.874 6.842 28.592 19.844h32.75l-40.843-28.344 30.56-26.5L365 465.938l20.063-3.375 11.75 31.594h19.968l-12.936-34.78 60.844-10.282-13.313 45.062h41.78v-91l-86.53 9.72-8.313-12.657 28-24.283 8.125-7.062-8.125-7.063-31.093-27.062zm-37.5 178.094l.5.343.25-.343h-.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-thorn-helix tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M71.875 18.688c3.203 7.786 3.926 16.95 4.03 27.78.117 11.915-.877 25.668-2.468 40.126-2.693 24.49-6.377 49.535-.656 71.78-6.075 11.6-19.268 17.043-35.218 20.095 16.236 11.488 36.372 16.193 55.75 11.155 4.172 2.988 8.886 5.517 14.063 7.406 12.283 4.483 26.604 5.65 45.03 3.845.483-7.57 1.287-14.966 2.126-22.125-18.17 2.18-30.275 1.23-39.155-2-8.93-3.248-14.99-9.736-18.03-16.563-3.664-8.236-4.52-18.246-4.657-30.375-.14-12.128.8-26.15 2.406-40.75 1.655-15.05 3.667-30.256 3.53-44.812l-.53-3.563c.147-.022.29-.04.437-.062-.267-7.548-1.168-14.902-3.093-21.938H71.876zm54.344 38.406c-2.93.008-5.966.116-9.095.312-.462 7.62-1.278 15.044-2.125 22.25 7.17-.687 13.54-.854 19.125-.594 8.052.377 14.53 1.59 19.688 3.313 9.983 3.337 15.33 10.67 18.125 16.313.004.007-.004.023 0 .03 4.084 8.26 4.915 18.162 5.03 30.063.116 11.915-.91 25.67-2.5 40.126-3.174 28.863-7.678 58.49 3.407 83.406 1.387 3.118 3.24 6.112 5.438 8.97 2.654 17.69-5.822 30.658-19.22 40.062 21.26.607 38.842-6.724 54.032-19.25 10.6 2.244 22.79 2.488 37.594.875.07-.633.148-1.313.218-1.94l.062-.467c.755-6.864 1.368-13.512 1.78-19.782-19.424 2.535-32.108 1.636-41.342-1.717-8.934-3.245-15.024-9.73-18.063-16.563-3.663-8.236-4.487-18.278-4.625-30.406-.138-12.13.77-26.12 2.375-40.72.205-1.863.414-3.727.625-5.593 17.935-6.422 33.858-16.394 43.594-37.155-14.194 6.125-27.66 5.143-40.688-2.063-.13-13.513-2.115-26.493-8-38.374-5.732-11.577-16.797-21.134-31.875-26.157-9.67-3.22-20.668-4.97-33.56-4.936zM56.405 67.687C40.13 69.94 28.428 69.9 19.53 68.03v22.064c9.908 1.497 21.237 1.45 34.69-.125.212-1.813.43-3.636.624-5.407.64-5.812 1.162-11.468 1.562-16.876zm261.625 98.407c-9.924 12.336-24.8 18.83-41.155 18.344-4.872-3.597-10.56-6.574-17-8.72-9.672-3.22-20.67-4.972-33.563-4.937-3.625.01-7.406.17-11.343.47-.082.71-.174 1.453-.25 2.156-.765 6.95-1.358 13.738-1.75 20.156 8.056-.874 15.108-1.1 21.25-.812 8.05.376 14.53 1.59 19.686 3.313 9.998 3.34 15.334 10.668 18.125 16.312 4.098 8.263 4.917 18.18 5.033 30.094.115 11.913-.88 25.666-2.47 40.124-1.157 10.53-2.49 21.157-3.187 31.625-14.21 8.57-28.415 6.47-42.625 2.967 12.176 19.17 26.11 34.532 45.47 38.313.976 3.577 2.2 7.086 3.72 10.5 5.11 11.485 16.065 21.71 30.53 27 10.1 3.675 21.575 5.122 35.563 4.53 28.41 16.137 58.544 27.008 89.906 34.595-6.23-29.518-17.78-58.992-31.75-88.53-.816.236-1.642.453-2.47.655 1.122-12.293 1.614-24.397.094-35.938 13.016-15.182 22.528-30.87 24.812-51.343-12.36 11.8-26.07 15.875-41.47 14.217-5.83-5.63-13.32-10.213-22.248-13.187-9.673-3.222-20.67-4.982-33.563-4.938-2.927.01-5.965.115-9.094.313-.462 7.617-1.28 15.083-2.124 22.28 7.162-.686 13.51-.854 19.094-.592 8.052.376 14.563 1.59 19.72 3.312 9.995 3.34 15.3 10.668 18.092 16.313 4.096 8.263 4.948 18.18 5.063 30.093.09 9.358-.556 19.863-1.594 30.94-.005.017.007.043 0 .06-3.253 10.205-12.32 16.49-22.374 19.126-17.327 1.948-28.993.983-37.625-2.156-8.93-3.248-14.99-9.734-18.03-16.563h-.03c-3.664-8.236-4.488-18.278-4.626-30.406-.14-12.127.77-26.12 2.375-40.717 1.658-15.09 3.673-30.27 3.53-44.844l-.53-3.564c.157-.023.31-.04.467-.062-.178-4.943-.63-9.805-1.468-14.563 14.082-11.002 20.396-32.75 19.81-55.936zm132.345 143.594c-10.293 10.04-20.307 19.424-31.156 26.125 16.522 34.94 30.197 70.528 35.78 107.375l2.03 13.28-13.155-2.718c-36.956-7.69-72.802-19.764-106.625-38.594-5.232 9.03-13.202 17.718-23.844 28.094 55.5 27.003 116.156 41.43 180.156 47.78-2.68-62.727-20.228-122.558-43.187-181.342z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-thorned-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.03 19.875v19L75.657 95.5l-48.47 28.125 86.658 12.47-46.938 27.25 88.063 12.686-47.69 27.69 89.5 12.905 3.407 3.406-48.468 28.095 88.124 12.688-47.75 27.718 89.47 12.876.06.063.032-.032 23.125 3.312-28.718 28.72c31.304 19.57 71.2 39.18 100.594 46.874-7.61-31.554-26.336-68.222-46.906-100.563l-15.614 15.208c-16.25-17.246-.464-.61-19.855-20.863l-14.843-103.22-27.718 47.75-12.69-88.124-30.436 52.5-13.97-96.936-27.718 47.75L154.22 45.72l-32.44 55.905-81.75-81.75zM390.47 185.47l-8.064 36.81c35.057 67.22 63.472 144.408 63.47 215.47v9.344h-9.345c-62.652 0-144.955-28.477-211.78-61.906l-43.5 9.53c89.616 51.746 220.718 102.597 311.813 102.594.005-102.37-48.425-218.022-102.594-311.843zm-14.44 65.905l-11.155 50.906c16.02 29.348 28.89 60.25 32.906 88.72l1.75 12.313-12.31-1.75c-25.628-3.615-57.698-16.82-87.658-32.75l-44.875 9.812c57.178 26.034 122.48 46.993 172.22 49.47-2.193-56.77-23.28-119.44-50.876-176.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-thorny-tentacle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M27.93 24.984l93.373-5.423 36.01 79.905-65.557 192.5 34.856-25.44 58.512 92.284 109.087 2.458-13.782 40.5 116.88-95.562-32.297-90.13 42.807-15.588-101.81-26.556-24.407-43.978-32.727 129.108 34.536 3.5 11.863 34.4 10.72-45.844-30.216-5.416 36.8-22.733 19.185 59.858-40.365 41.63-95.76-31.723-28.355-132.644 170.14-144.574-20.01 59.737 111.622 41.438 60.064 97.9-35.12 275.226-20.288-62.49-135.668 63.09-268.112-60.94 51.547-21.294-60.254-213.92 28.28 29.354 39.812-104.33 18.432 27.776-3.158-68.39L65.494 62.8 16.89 98.314 27.932 24.98z"/></svg>
<svg class="tc-image-originals-thorny-vine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M170.03 19.97c-9.84-.048-20.1 1.433-30.468 4.718 35.302 10.096 48.28 38.273 28.313 50.874-19.99 4.045-38.712 10.416-55.438 19.5-29.128-24.24-76.94-16.207-98.374 27.126 25.322-15.383 53.47-5.423 51.062 13.406-4.616 6.22-8.8 12.928-12.47 20.156C29.29 201.79 22.633 246.438 32 283.188c9.368 36.75 34.264 66.22 77.313 83.375 31.047 12.37 67.714 6.876 92.437-10.47 17.063-11.97 28.697-28.66 29.97-49.843-5.095 7.016-11.27 12.66-18.25 16.656-15.738 9.01-34.5 10.306-51.94 5.97-17.438-4.338-33.843-14.324-45.186-29.063-11.344-14.74-17.314-34.496-13.406-56.47 7.892-44.383 43.592-73.596 83.25-80.343 39.657-6.747 84.25 9.094 109.312 52.5 18.92 32.77 19.77 66.857 8.156 97.406-11.614 30.55-35.028 57.797-64.187 80.25-48.663 37.47-125.09 46.22-216.532 19.72v81.5H357c7.82-5.284 14.934-10.99 21.406-17.063 51.168 12.833 106.224-25.224 118.188-93.594-27.192 29.037-59.208 30.884-70.125 11.78 1.63-5.822 3.052-11.756 4.25-17.78 5.384-27.102 6.4-56.04 4.53-85.033 48.266-16.233 70.995-76.93 42.03-138.656-5.8 43.27-40.027 61.433-60.06 41-7.794-19.842-18.865-37.928-32.408-53.81 17.286-40.49-7.463-92.795-64.687-116.22 23.025 31.505 16.59 61.334-6.594 62.906-21.08-9.474-43.803-15.414-67.124-17.156-10.18-29.884-40.52-50.61-76.375-50.78z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-three-keys tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M82.875 19.125c-33.954 0-62.5 31.494-62.5 71.844 0 40.348 28.545 71.84 62.5 71.843 28.553 0 53.19-22.276 60.406-53.5l1.657-7.25h133.594v61.313h22.564V134.5h24.78v28.875h47.845v-16.5h-23.064V117.97h23.063V102.06h30.967v-26.28H144.125l-1.906-6.813c-8.274-29.326-31.934-49.845-59.345-49.845zm0 24.063c22.423 0 40.594 21.41 40.594 47.812 0 26.403-18.174 47.78-40.595 47.78-22.42 0-40.594-21.377-40.594-47.78 0-26.403 18.172-47.813 40.595-47.813zm44.25 138.53c-33.954 0-62.5 31.495-62.5 71.845 0 40.35 28.545 71.84 62.5 71.843 28.553 0 53.16-22.276 60.375-53.5l1.688-7.25H322.78v36.814h26.69v24.5h23.967V278.31h24.782v47.657h19.75v-61.314h30.936v-26.28h-260.53l-1.907-6.814c-8.274-29.324-31.934-49.843-59.345-49.843zm-23.03 49.47c.366-.02.752 0 1.124 0 11.905 0 21.53 9.625 21.53 21.53 0 11.907-9.625 21.563-21.53 21.563-11.907 0-21.564-9.655-21.564-21.56 0-11.535 9.047-20.955 20.438-21.532zM182 352.063l-51.844 28.593v81.125l51.47 27.47 56.468-55.375 2.72-2.688H374.28V448.75h40.533v24.78H374.28v19h119.126v-38h-34.812v-24.78h34.812v-24.844H241.062l-2.656-2.375L182 352.064zm-19.22 53.312c8.26 0 14.97 6.68 14.97 14.938 0 8.257-6.71 14.968-14.97 14.968-8.256 0-14.936-6.71-14.936-14.967 0-8.258 6.68-14.938 14.937-14.938z" fill="#fff"/></svg>
<svg class="tc-image-originals-three-leaves tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M161.563 19.28c10.093 10.734 16.743 23.678 20.562 37.657 6.202 22.707 5.806 48.148 3.72 74.094-4.176 51.894-14.58 106.512-2.44 140.407 11.396 31.814 29.668 50.71 49.94 60 8.72 3.998 17.9 6.21 27.186 6.782 22.195-65.084 17.46-148.144-19.06-204.283 48.352 48.234 71.19 121.068 56.436 197.407l-8.78 3.53c2.723-.808 5.42-1.763 8.093-2.843 41.783-16.87 75.975-66.253 61.75-138.655-6.536-33.265-28.966-80.165-66.5-116.5-32.472-31.432-75.827-55.212-130.908-57.594zM445.53 202.813c-.84 12.1-4.638 23.528-10.56 33.907-10.353 18.14-26.448 33.757-43.876 48.593-34.856 29.67-75.057 57.156-88.313 85.218-12.555 26.583-12.884 49.252-6.186 67.283 2.92 7.86 7.21 14.894 12.625 20.968 53.708-26.787 101.73-80.91 113.81-138.03.076 59.646-30.63 118.687-86.624 156.906 35.802 14.545 86.282 5.034 121.72-47.75 16.418-24.456 31.558-67.3 30.812-112.875-.634-38.688-12.264-79.23-43.407-114.217zm-424.874 73.47c-9.483 45.878.708 86.832 19.5 120.656 22.136 39.84 56.682 69.376 83.125 82.343 57.07 27.988 105.514 10.968 129.25-19.53-67.59-5.1-123.692-40.873-153.436-92.563 39.02 43.428 107.658 66.29 167.562 62.625 1.654-7.963 1.87-16.204.47-24.468-3.214-18.965-14.87-38.447-39.032-55.188-25.505-17.67-74.045-21.36-119.063-29.625-22.508-4.13-44.247-9.59-62.28-20.124-10.323-6.03-19.314-14.06-26.094-24.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-thrown-charcoal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M176.938 16.313c-48.69.004-101.062 8.413-156.282 23.187 90.522-18.285 226.376.697 338.188 105.594-73.79-50.613-149.953-75.118-222.75-77 51.32 13.564 102.688 37.988 151.22 74.625C195.68 93.44 104.173 80.47 21.78 95.655c48.09 10.59 97.853 31.526 146.94 65.063-34.338-12.246-68.58-19.27-102.44-23.5 69.168 25.33 135.483 72.104 189.75 141.718C189.955 216.394 117.413 180.8 44.94 167.53c61.548 32.83 101.606 74.716 136.156 135.22-27.142-23.432-55.872-42.913-85.125-59.094 21.83 20.756 42.673 45.098 62 72.906-16.595-14.324-37.69-24.69-64.095-30.968 35.598 30.838 49.234 68.717 71.75 107.72 120.902 209.406 401.145 54.24 299.156-178.47C401.815 71.17 301.368 16.3 176.94 16.314zM389.844 136.47l-7.938 52.686-40.656-23.844 48.594-28.843zM253.5 168.655l73.063 17L275.5 232.72l-36.03-20.032 14.03-44.032zm163.125 42.03L456.47 303l-67.814-4.063-3.72-.218-2.842 2.374-53.97 45.25-19.093-25.47 3.5-85.155 104.095-25.032zm-136 54.345l7.594 48.5-.658.5-28.343-9.155 21.405-39.844zm-79.813 24.408l45.157 39.218-45.69 11.938.532-51.156zm203.313 29.156l53.53 3.22-23 68.248-30.53-71.468zm-18.625 4l35.78 83.75-42.686 7.53 9.03 34.032-77.593 22.53-69.56-35.53-14-82.094 70.31-17.125 21.126 28.157-6.062 65.906 18.625 1.72 6.25-67.94 48.78-40.936z" fill="#fff"/></svg>
<svg class="tc-image-originals-thrown-daggers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M167 18.813c-20.39-.002-36.813 16.92-36.813 37.312 0 20.39 16.423 36.813 36.813 36.813 12.06 0 22.896-5.747 29.75-14.657l73.094 19.595L305.5 145.75l186.844-.094-161.75-93.5-53.906 23.25L204.344 56c-.07-20.335-16.996-37.19-37.344-37.188zm0 18.656c10.29 0 18.656 8.365 18.656 18.655 0 10.288-8.366 18.156-18.656 18.156s-18.125-7.867-18.125-18.155c0-10.29 7.835-18.658 18.125-18.656zM64.062 69.874c-3.547.035-7.133.54-10.718 1.5C30.4 77.523 16.79 101.088 22.937 124.03c4.89 18.253 20.803 30.59 38.657 31.782l22.78 84.907-27.56 63.874 109.03 188.625.125-217.876-54.876-40.844-22.97-85.72c15.04-9.912 22.795-28.642 17.876-47-5.187-19.357-22.783-32.096-41.938-31.905zm.25 19.22c10.707-.108 20.57 6.99 23.47 17.81 3.435 12.825-4.177 26.003-17 29.44-12.825 3.435-26.002-4.177-29.438-17-3.436-12.825 4.144-26.003 16.968-29.44 2.004-.536 4.018-.79 6-.81zm112.438 44.28c-12.127.323-24.084 5.554-32.625 15.47-16.078 18.662-13.976 46.827 4.688 62.905 14.85 12.794 35.712 14.094 51.718 4.688l69.032 59.5 13.688 70.843 203.594 98.033L359.75 257.969 288.844 255l-69.656-60.063c7.095-17.28 2.774-37.888-12.157-50.75-8.747-7.536-19.58-11.097-30.28-10.812zm.72 19.813c5.98-.16 12.015 1.818 16.905 6.03 10.432 8.988 11.612 24.756 2.625 35.188-8.987 10.432-24.724 11.58-35.156 2.594-10.432-8.987-11.612-24.724-2.625-35.156 4.773-5.542 11.47-8.476 18.25-8.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-thrown-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M92.563 18.563c-18.602-.002-37.226 7.096-51.47 21.343-28.49 28.498-28.496 74.41 0 102.906 6.024 6.024 29.352 22.373 58.907 41.094 20.86 13.213 45.242 28.09 70.25 43.094-4.39 11.828-6.418 24.323-6.094 36.78 51.78 37.817 94.45 64.762 127.28 81.22 18.323 11.016 47.167 25.522 70.877 37.03-6.13 1.612-13.094 1.737-20.47.75-13.575-1.814-29.605-7.277-48.75-16.186-32.603-15.173-74.185-40.565-124.687-76.625 4.546 14.903 12.712 28.93 24.5 40.717 38.375 38.377 295.72 156.75 295.72 156.75S370.25 230.09 331.875 191.72c-11.802-11.804-25.857-19.96-40.782-24.5 36.08 50.51 61.51 92.075 76.687 124.686 8.91 19.144 14.374 35.175 16.19 48.75.985 7.375.86 14.338-.75 20.47-11.478-23.642-25.965-52.39-36.97-70.72-16.452-32.853-43.418-75.59-81.28-127.437-.823-.023-1.647-.033-2.47-.032-.824 0-1.647.01-2.47.03-10.82.26-21.596 2.307-31.874 6.126-14.995-25.017-29.85-49.422-43.062-70.28-18.72-29.557-35.072-52.885-41.094-58.908-14.243-14.24-32.836-21.342-51.438-21.343zm-6.282 23.75c23.424 0 42.22 18.764 42.22 42.187 0 23.426-18.796 42.22-42.22 42.22-23.42 0-42.218-18.794-42.218-42.22s18.796-42.188 42.22-42.188zm69.282 75.093c20.263 0 36.532 16.27 36.532 36.53 0 20.266-16.27 36.533-36.53 36.533-20.264 0-36.533-16.268-36.533-36.532 0-20.265 16.27-36.532 36.532-36.532zm55.313 62.72c16.094 0 29 12.905 29 29s-12.906 29-29 29-29-12.905-29-29c0-16.097 12.906-29 29-29zm43.72 53.218c10.916 0 19.624 8.708 19.624 19.625s-8.71 19.624-19.626 19.624c-10.917 0-19.625-8.707-19.625-19.625 0-10.92 8.706-19.626 19.624-19.626z" fill="#fff"/></svg>
<svg class="tc-image-originals-thrown-spear tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M248.25 16.688C124.165 17.31-57.308 93.192 51.22 374.563 12.847 60.82 305.093 126.845 394.47 336.469l-76.564-281-2.562-9.47 9.437-2.656 17.94-5.063c-14.344-12.722-50.85-21.812-94.47-21.593zm112.688 37.03l-21.344 6.032L422 362.25l-29.625 4.813 94.063 127.718 7.53-144.186-22.156 3.594-110.875-300.47z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-thunder-blade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M17.844 16.514v54.064l76.18 58.4 141.902-7.525 8.45 30.682-60.562 5.877 37.727 19.617-41.247 32.694 31.352-.88c-24.938 26.547-49.458 53.393-74.567 78.935-15.745-23.004-28.3-47.16-35.853-71.05l-4.64-14.67-73.14 73.15 80.737 80.73c-25.172 32.576-54.14 58.558-84.51 83l-3.486 2.808v4.474c0 14.94 4.783 27.6 13.722 36.057 8.94 8.457 21.28 12.248 34.582 12.247h4.7l2.802-3.773c23.665-31.872 49.886-60.988 82.572-84.426l83.473 83.47 73.14-73.142-14.67-4.637c-25.647-8.106-50.247-21.622-73.74-38.29 29.318-28.954 59.594-57.008 88.91-85.312l8.352 48.865 86.038 9.654 42.137 148.15h45.53v-58.333l-51.237-117.03-99.217-1.42-13.776-47.277C401.037 201.05 464.198 127.47 489.44 33.267l3.15-11.76h-13.41l-1.188.317C405.265 41.31 346.29 80.952 293.182 128.38l.353-33.556L260.61 138.9l-11.1-42.062-124.79-10.03-42.85-70.294H17.843zm448.638 28.228c-25.662 78.606-80.402 143.39-143.707 206.694l-12.17-57.89-29.593 21.755-10.73-39.038c57.485-56.983 118.99-106.68 196.2-131.52zm-211.38 146.803l15.087 54.904 28.097-20.655 8.674 41.264c-34.216 33.456-70.35 66.784-105.384 101.817l-7.597 7.598 8.577 6.468c23.2 17.497 47.904 32.252 74.082 42.422l-38.603 38.604-81.322-81.322-6.39 4.323c-36.53 24.72-65.005 55.87-90.137 89.17-7.597-.68-13.423-3.04-17.434-6.835-4.11-3.888-6.865-9.7-7.574-18.362 31.536-25.61 62.357-53.572 88.947-89.65l4.768-6.47-79.02-79.016 38.594-38.6c9.494 24.59 23.172 48.765 39.827 71.45l6.44 8.777 7.7-7.698c38.51-38.51 74.93-79.613 112.665-118.19z"/></svg>
<svg class="tc-image-originals-thunder-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M23.094 20.125L84.156 77.78 44.28 105.563 127 176.594c3.655-16.908 11.556-32.517 22.688-46.125l-41.375-33.345 26.593-27.813L23.094 20.126zm473.094 2.938L438.53 84.156 410.75 44.25l-50.438 58.72c14.366 9.26 26.63 20.68 36 33.75l22.875-28.407L447 134.905l49.188-111.844zM268.344 95.97c-70.046 1.018-124.938 47.628-124.938 102.155 0 25.662 12.01 49.232 32.188 67.438l2.937 2.625.126 3.937 2.375 61.5c4.54 2.58 14.774 7.882 29.75 12.625v-40.72h18.69v45.626c10.157 2.127 21.678 3.707 34.405 4.188v-42.156h18.688v42.03c13.336-.665 25.14-2.53 35.312-4.937v-44.75h18.688v39.25c11.83-4.243 19.824-8.66 23.656-10.967l1.78-60.938.125-4.03 3-2.69c20.67-18.317 32.78-41.973 32.78-67.936 0-55.138-56.05-102.25-127.25-102.25h-2.31zm-77.344 89c23.367-.295 58.375 18.53 58.375 18.53 0 21.772-17.665 39.438-39.438 39.438-21.79 0-39.406-17.666-39.406-39.438.418-13.68 9.058-18.388 20.47-18.53zm159.375 0c11.412.142 20.052 4.85 20.47 18.53 0 21.772-17.635 39.438-39.408 39.438-21.772 0-39.437-17.666-39.437-39.438 0 0 35.008-18.825 58.375-18.53zm-79.75 48.25l20.344 45.405h-40.69l20.345-45.406zm108.813 82.31l-.688 23.94-.125 4.717-3.906 2.688s-11.47 7.87-31.814 15.156l24.406 20.94-34.218 35.75 160.125 77.717-94.814-88.593 51.28-35.75-70.248-56.563zM97.594 333.126l-77.72 160.063 88.595-94.782 35.75 51.28 67.56-83.873c-28.16-7.978-44.936-18.782-44.936-18.782l-4.094-2.624-.188-4.844-.218-6.03-29 33.75-35.75-34.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-thunder-struck tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.22 21.75v65.5l92 70.625-60.126 58.094 235.656 157.5-83.844-5.845 93.25 76.53-77.562 5.47 113.5 40.656-4.625-69.03h-21.783c0-37.79-.747-91.963 32.5-100-5.097-7.648-8.187-17.65-8.187-28.625 0-23.993 14.784-43.47 33-43.47s32.97 19.475 32.97 43.47c0 11.247-3.24 21.472-8.564 29.188 30.514 8.638 32.875 61.79 32.875 99.437h-22.967l-5.25 69.813 91.906-59.594-49.064 4.374 57.594-105.53-60.156 16.905 57.5-92.814-68.53 28.813 54.217-102.345-72.655 43.063 18.53-123.407-51.717 115.94-71.125-144.032 23 165.062-66.25-52.5 42.468 85.75-120.436-76.97 73.594-54.655L123.188 21.75H20.218z" fill="#fff"/></svg>
<svg class="tc-image-originals-thunderball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M22.03 16.844l147 158.125 37.75-14.626 6.75 17.437-110.25 42.72 209.564 230.53.187.25c18.074 22.833 46.023 37.5 77.314 37.5 54.318 0 98.562-44.243 98.562-98.56 0-43.636-28.55-80.77-67.937-93.69l-132.095-73.56-56.75 23.968-7.28-17.22 43.31-18.28-.186-.094 102.624-43.28L22.03 16.843zm368.314 293.5c44.218 0 79.875 35.656 79.875 79.875 0 7.866-1.146 15.45-3.25 22.624L446.155 409l4.688-39.656-22.78 54.22 32.467 4.873c-5.74 10.555-13.776 19.644-23.467 26.625l-51-24.75 37.312-44.78-79.594-40.626 53.064 47.25-43.97 36.47 42.72 41.312c-1.736.11-3.486.156-5.25.156-44.22 0-79.875-35.657-79.875-79.875 0-1.48.045-2.95.124-4.408l30.562 11.47-6.5 25.562 27.75-34.938-49.437-17.72c6.807-26.514 26.865-47.622 52.717-55.967l24.5 35.217 51.438-5.218-41.75-8.72-17.688-24.75c2.68-.27 5.404-.406 8.157-.406z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-tic-tac-toe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M169.344 35.844A9.5 9.5 0 0 0 160 45.47v117.343H45.5a9.5 9.5 0 1 0 0 19H160v151H45.5a9.5 9.5 0 1 0 0 19H160V466.5a9.5 9.5 0 1 0 19 0V351.812h151V466.5a9.5 9.5 0 1 0 19 0V351.812h117.406a9.5 9.5 0 1 0 0-19H349v-151h115.563a9.5 9.5 0 1 0 0-19H349V45.47a9.5 9.5 0 0 0-9.656-9.626A9.5 9.5 0 0 0 330 45.47v117.343H179V45.47a9.5 9.5 0 0 0-9.656-9.626zM86 35.97c-13.07 0-25.77 4.94-35.156 13.843C41.458 58.715 36 71.06 36 83.874c0 12.814 5.458 25.16 14.844 34.063C60.23 126.84 72.93 131.81 86 131.81c13.07 0 25.77-4.97 35.156-13.875C130.542 109.034 136 96.69 136 83.876c0-12.814-5.458-25.16-14.844-34.063C111.77 40.91 99.07 35.97 86 35.97zm170 0c-13.07 0-25.77 4.94-35.156 13.843C211.458 58.715 206 71.06 206 83.874c0 12.814 5.458 25.16 14.844 34.063C230.23 126.84 242.93 131.81 256 131.81c13.07 0 25.77-4.97 35.156-13.875C300.542 109.034 306 96.69 306 83.876c0-12.814-5.458-25.16-14.844-34.063C281.77 40.91 269.07 35.97 256 35.97zm138.844 9.218A9.5 9.5 0 0 0 388.25 61.5l22.375 22.375L389 105.5a9.502 9.502 0 1 0 13.438 13.438l21.625-21.626 22.375 22.407a9.502 9.502 0 1 0 13.437-13.44L437.5 83.876l21.625-21.625a9.5 9.5 0 0 0-6.906-16.313 9.5 9.5 0 0 0-6.533 2.876l-21.625 21.624-22.375-22.374a9.5 9.5 0 0 0-6.843-2.876zM86 54.968c8.137 0 16.485 3.337 22.094 8.657 5.608 5.32 8.937 12.95 8.937 20.25 0 7.3-3.328 14.96-8.936 20.28-5.61 5.32-13.957 8.626-22.094 8.626s-16.485-3.304-22.094-8.624c-5.608-5.32-8.937-12.98-8.937-20.28 0-7.302 3.328-14.93 8.936-20.25 5.61-5.32 13.957-8.657 22.094-8.657zm170 0c8.137 0 16.485 3.337 22.094 8.657 5.608 5.32 8.937 12.95 8.937 20.25 0 7.3-3.328 14.96-8.936 20.28-5.61 5.32-13.957 8.626-22.094 8.626s-16.485-3.304-22.094-8.624c-5.608-5.32-8.937-12.98-8.937-20.28 0-7.302 3.328-14.93 8.936-20.25 5.61-5.32 13.957-8.657 22.094-8.657zm-77 126.844h151v151H179v-151zm245.063 26.282c-13.07 0-25.77 4.94-35.157 13.844-9.386 8.903-14.844 21.248-14.844 34.062 0 12.814 5.458 25.16 14.844 34.063 9.386 8.903 22.087 13.875 35.156 13.875 13.07 0 25.77-4.972 35.157-13.875 9.385-8.904 14.842-21.25 14.842-34.063 0-12.814-5.457-25.16-14.843-34.063-9.387-8.903-22.088-13.843-35.158-13.843zm-197.25 9.22a9.5 9.5 0 0 0-6.625 16.31L242.563 256l-21.625 21.625a9.502 9.502 0 1 0 13.437 13.438L256 269.438l22.375 22.375a9.502 9.502 0 1 0 13.438-13.438L269.438 256l21.625-21.625a9.5 9.5 0 0 0-6.907-16.313 9.5 9.5 0 0 0-6.53 2.875L256 242.563l-22.375-22.375a9.5 9.5 0 0 0-6.813-2.875zm197.25 9.78c8.136 0 16.485 3.305 22.093 8.625 5.61 5.32 8.938 12.98 8.938 20.28 0 7.3-3.33 14.93-8.938 20.25-5.608 5.32-13.957 8.656-22.094 8.656-8.136 0-16.485-3.336-22.093-8.656-5.61-5.32-8.94-12.95-8.94-20.25 0-7.3 3.33-14.96 8.94-20.28 5.607-5.32 13.956-8.626 22.092-8.626zM256 380.156c-13.07 0-25.77 4.94-35.156 13.844-9.386 8.903-14.844 21.25-14.844 34.063 0 12.813 5.458 25.19 14.844 34.093C230.23 471.06 242.93 476.03 256 476.03c13.07 0 25.77-4.97 35.156-13.874 9.386-8.903 14.844-21.28 14.844-34.094 0-12.813-5.458-25.16-14.844-34.062-9.386-8.903-22.087-13.844-35.156-13.844zm-199.188 9.22a9.5 9.5 0 0 0-6.624 16.312l22.374 22.406L50.94 449.72a9.502 9.502 0 1 0 13.437 13.436L86 441.53l22.375 22.376a9.502 9.502 0 1 0 13.438-13.437l-22.376-22.376 21.626-21.625a9.5 9.5 0 0 0-6.907-16.314 9.5 9.5 0 0 0-6.53 2.875L86 414.657 63.625 392.25a9.5 9.5 0 0 0-6.813-2.875zM256 399.187c8.137 0 16.485 3.304 22.094 8.625 5.608 5.32 8.937 12.948 8.937 20.25 0 7.3-3.328 14.96-8.936 20.28-5.61 5.32-13.957 8.626-22.094 8.626s-16.485-3.306-22.094-8.626c-5.608-5.32-8.937-12.98-8.937-20.28 0-7.303 3.328-14.93 8.936-20.252 5.61-5.32 13.957-8.625 22.094-8.625z" fill="#fff"/></svg>
<svg class="tc-image-originals-tick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M262.814 30.928c-45.906 0-87.66 14.34-118.3 38.04-14.03 10.848-25.742 23.76-34.33 38.14C62.524 121.06 34.67 152.56 27.18 195.53l-.903.484v5.6l.315 11.575 13.433-3.335c18.986-10.147 35.96-20.838 55.51-28.12.67 4.975 1.594 10.117 2.754 15.382C61.73 222.19 45.91 257.53 50 298l2.213 14.736 17.488-7.617c16.886-15.993 31.755-31.746 52.01-43.66 2.002 4.01 4.103 8.004 6.293 11.974-35.37 36.242-42.357 78.908-23.906 121.18l27.66-14.92c7.346-11.84 15.943-31.266 36.64-49.378-.025-.87-.043-1.742-.043-2.62 0-7.837 1.042-15.437 2.998-22.682-4.66-5.79-9.128-11.88-13.36-18.202-27.896-41.66-45.08-92.657-45.08-123.38 0-30.724 16.028-58.796 43.032-79.682 27.005-20.886 64.872-34.135 106.867-34.135 6.58 0 13.058.326 19.41.955-11.582 5.078-21.29 13.262-27.677 24.325-18.658 32.317-1.922 76.91 37.383 99.603 39.304 22.693 86.29 14.89 104.95-17.428 5.5-9.527 7.9-20.122 7.577-30.908 5.368 11.72 8.254 24.255 8.254 37.27 0 30.723-17.18 81.72-45.075 123.38-4.22 6.3-8.67 12.37-13.313 18.14 1.967 7.265 3.016 14.885 3.016 22.745 0 1.27-.034 2.53-.088 3.785 22.408 20.605 32.73 43.688 39.72 53.995l21.3 16.617c18.45-42.273 14.66-92.274-20.65-128.653 2.193-3.97 4.292-7.967 6.296-11.98 20.255 11.914 35.125 27.666 52.012 43.66l19.885 14.423-.186-21.543c4.093-40.47-11.73-75.813-48.287-100.885 1.16-5.264 2.085-10.406 2.754-15.38 19.55 7.282 36.524 17.973 55.51 28.12l14.058 3.874-1.215-18.2c-7.49-42.968-35.343-74.47-83.002-88.423-8.588-14.38-20.302-27.29-34.33-38.14-30.64-23.698-72.395-38.04-118.3-38.04zm-163.45 99.984c-3.26 10.148-5.043 20.778-5.124 31.74-16.51 5.534-30.982 13.13-44.828 20.764 7.684-23.967 23.493-41.285 49.95-52.504zm326.902 0c26.46 11.22 42.267 28.538 49.95 52.506-13.846-7.635-28.317-15.23-44.827-20.764-.082-10.962-1.865-21.593-5.124-31.742zm-4.112 85.608c23.598 17.643 34.558 38.642 35.37 64.376-13.365-12.764-27.59-25.714-45.827-36.185 4.08-9.494 7.58-18.95 10.457-28.19zm-318.68 0c2.878 9.242 6.38 18.698 10.458 28.193-18.237 10.47-32.46 23.418-45.825 36.182.813-25.734 11.77-46.73 35.368-64.374zm159.374 39.31c-42.21 0-75.803 32.31-75.803 71.867 0 39.558 33.594 71.867 75.803 71.867 42.21 0 75.802-32.31 75.802-71.867s-33.593-71.867-75.802-71.867zM138 290.334c1.46 2.31 2.946 4.605 4.467 6.877 4.38 6.542 9.026 12.92 13.91 19.056-18.564 16.267-30.434 34.722-41.264 52.636-7.033-27.92-.324-53.167 22.887-78.568zm249.63 0c23.21 25.4 29.92 50.65 22.886 78.568-10.83-17.914-22.7-36.37-41.264-52.636 4.884-6.136 9.53-12.514 13.91-19.055 1.52-2.27 3.006-4.567 4.467-6.876zm-177.466 21.684c5.127.1 10.9 3.764 14.52 9.746 4.828 7.976 4.003 17.05-1.844 20.27-5.847 3.22-14.5-.634-19.328-8.61-4.828-7.976-4.003-17.054 1.843-20.274 1.462-.805 3.1-1.166 4.81-1.132zm105.3 0c1.71-.034 3.348.327 4.81 1.132 5.846 3.22 6.67 12.298 1.843 20.274-4.828 7.976-13.483 11.83-19.33 8.61-5.847-3.22-6.672-12.294-1.844-20.27 3.62-5.982 9.395-9.646 14.522-9.746zm-85.048 42.54c5.127.082 10.9 3.143 14.522 8.14 4.828 6.665 4.003 14.25-1.844 16.94-5.847 2.69-14.502-.533-19.33-7.197-4.828-6.662-4.002-14.246 1.845-16.936 1.46-.673 3.097-.975 4.806-.947zm64.795 0c1.71-.03 3.348.273 4.81.946 5.846 2.69 6.67 10.274 1.843 16.937-4.828 6.665-13.48 9.887-19.328 7.197-5.847-2.69-6.674-10.274-1.846-16.938 3.62-5 9.394-8.06 14.52-8.143zm-121.804 2.374c-12.4 13.703-19.69 30.394-19.69 48.433 0 30.078 20.512 56.227 50.913 71.264-1.72-5.363-3.306-11.134-3.306-17.028 0-19.838 10.488-37.37 26.45-47.836-25.386-9.772-45.44-29.816-54.368-54.834zm178.864.05c-9.04 25.286-29.448 45.486-55.237 55.122 15.68 10.503 25.953 27.87 25.953 47.498 0 6.14-1.45 12.104-3.306 17.66 31.118-14.92 52.234-41.395 52.234-71.897 0-18.017-7.27-34.69-19.644-48.383z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-tie tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M225.124 33.908c-1 0-3.118.68-5.855 3.05-2.74 2.373-5.792 6.186-8.43 10.58-5.273 8.79-8.716 20.37-8.716 25.37s3.68 21.406 9.272 34.455c2.796 6.525 6.08 12.466 9.042 16.22 2.964 3.753 5.186 4.325 4.686 4.325h64c-.5 0 1.722-.572 4.686-4.326 2.963-3.753 6.246-9.694 9.043-16.22 5.592-13.048 9.27-29.454 9.27-34.454s-3.442-16.58-8.716-25.37c-2.637-4.394-5.69-8.207-8.428-10.58-2.738-2.37-4.856-3.05-5.856-3.05h-64zm7.22 112l-8.452 38.03 62.966-15.74-4.953-22.29h-49.562zm58.42 39.867l-71.238 17.81-10.693 48.12 91.5-22.875-9.568-43.055zm13.473 60.63l-99.77 24.945-10.693 48.12 120.032-30.01-9.57-43.054zm13.475 60.632L189.41 339.113l-10.694 48.12 148.564-37.14-9.568-43.056zm13.473 60.633L174.35 406.88l-3.103 13.96 35.193 23.463 134.313-33.578-9.568-43.055zm-7.084 65.77l-97.42 24.355 30.444 20.297 66.977-44.65z"/></svg>
<svg class="tc-image-originals-tied-scroll tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M373.563 18.406c-15.616-.167-27.91 4.622-32.563 14.75-22.778 49.605-48.743 87.14-79.094 117.28 3.047 1.015 6.046 2.29 8.938 3.783 12.987 6.708 25.268 17.78 35.312 30.843 10.044 13.062 17.85 28.114 20.78 43.5.746 3.908 1.16 7.885 1.158 11.843 38.97-24.36 85.058-41.223 140.875-51.312 14.91-2.697 23.652-28.632 21.405-58.656l-35.156-1 30.56-24.813c-4.148-14.507-11.013-28.754-21.155-40.72-15.528-18.314-36.43-31.376-56.72-38.686L381.94 40.812l2.812-21.5c-3.875-.55-7.61-.87-11.188-.907zM246.938 166.562c-1.063.052-2.06.226-3 .47-11.976 10.254-24.61 19.597-37.938 28.28.842.33 1.67.667 2.5 1.032 14.123 6.192 27.438 17.145 38.47 30.625 13.356 16.322 23.62 36.94 25.624 57.75 10.334-10.367 21.24-19.943 32.844-28.72 4.096-6.555 4.93-14.468 3.125-23.938-2.184-11.46-8.642-24.43-17.25-35.625-8.61-11.194-19.38-20.622-29.063-25.625-6.052-3.126-11.154-4.45-15.313-4.25zm-61.907 43.282c-1.385.053-2.69.27-3.968.562-37 20.762-79.088 37.985-127.312 56 .574.042 1.14.093 1.72.156 10.627 1.156 21.076 5.008 31.155 10.875L124.313 261 108.5 293.72c5.995 5.432 11.803 11.477 17.344 18 20.76 24.434 37.964 55.865 47.094 88.092.002.01-.003.022 0 .032 2.98 10.508 5.11 20.916 6.312 31 20.99-48.438 44.38-89.26 72.344-123 7.3-21.48-2.186-48.408-19.063-69.03-9.44-11.538-20.976-20.718-31.53-25.345-5.936-2.604-11.27-3.808-15.97-3.626zm141.626 54.844c-7.31 5.05-14.462 10.51-21.437 16.312 39.16 9.26 60.953 35.722 80.655 62.156 10.464 14.04 20.598 28.11 33.125 40.688 24.19 9.147 43.17 6.38 63.906-14.938-92.165-27.78-96.11-92.61-156.25-104.22zM48.594 284.906c-10.873.225-18.26 5.755-23.344 16.594-5.81 12.387-7.114 32.47.438 57.063 5.75 18.73 16.52 37.718 28.75 51.625 12.23 13.906 25.9 22.076 35.374 22.406h.032c3.717.13 6.553-.682 8.812-2.75l-.187-.188 2.093-2.094c.793-1.168 1.52-2.548 2.187-4.187 2.81-6.9 3.28-18.552-1.844-33-6.885-19.417-19.12-31.932-33.375-34.78l-22.968-4.564 19.813-12.5 38.47-24.186c-16.65-16.822-34.55-27.607-49.376-29.22-1.7-.184-3.323-.25-4.876-.218zm236.25 5.406l-24.53 25.375c100.442 17.878 55.45 141.005 159.31 176.188l-24.78-57.28c32.766 16.15 67.39 22.623 97.72 12.03-135.77-41.948-96.32-126.983-207.72-156.313zm-169.47 38.22l-25.968 16.343c13.18 8.5 23.21 22.565 29.125 39.25 2.57 7.244 4.133 14.205 4.75 20.78l23.44-23.374c-8.08-19.19-19.035-37.566-31.345-53zm38.376 72.374l-42.063 42-.156-.156c-4.255 3.942-9.456 6.765-15.186 7.938 23.268 14.873 44.644 19.346 56.812 9.562 4.26-3.426 7.043-8.36 8.47-14.406-.41-12.684-2.602-26.615-6.657-40.906-.382-1.346-.806-2.686-1.22-4.032z" fill="#fff"/></svg>
<svg class="tc-image-originals-tiger tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M234.14 91.863c-1.884-.044-3.663.045-5.34.248l.01.09c-.434.052-.863.087-1.285.13h-.002c-13.39 2.16-21.5 11.353-24.646 23.768-3.146 12.414-.44 27.54 9.547 39.16 9.99 11.62 27.353 20.48 55.79 19.205l12.6-.594-3.117 12.206c-9.385 5.377-17.616 12.364-24.72 20.324 15.527 5.488 31.878 8.408 45.714 9.717-2.974-14.808-.99-29.996 6.933-44.303l15.746 8.72c-6.41 11.572-7.487 22.054-4.604 33.997 2.883 11.945 10.233 25.285 21.36 40.01l-13.458 10.173-.15 16.642c-21.68-.194-51.467-6.878-77.633-23.6-6.053-3.87-11.9-8.322-17.354-13.376-11.782 28.37-13.634 57.465-6.003 70.255 11.11-24.634 27.01-29.252 44.993-32.588-17.13 18.342-28.124 33.785-17.815 51.715 3.96-13.97 38.467-32.305 43.477-25.274 2.426 3.405 5.083 6.54 8.3 9.21 8.34 6.918 18.13 12.053 29.19 15.42l.037-.005 8.34 2.03c-5.805-15.73-8.153-33.626-5.144-53.413l17.797 2.706c-3.344 21.99.81 40.485 9.285 56.04l81.662 19.86c4.41-12.413 9.188-24.877 14.26-37.356-4.748 2.686-10.11 4.462-15.887 5.053-22.403 2.292-42.428-14.017-44.72-36.42-2.292-22.4 14.015-42.426 36.418-44.718 20.553-2.103 39.066 11.456 43.757 31.007 8.772-19.053 18.108-38.04 27.843-56.81l-56.24-21.658c-8.008 8.796-14.95 21.628-21.135 38.007l-16.84-6.356c5.648-14.965 12.06-27.965 20.22-38.488l-16.872-6.498c-6.757 8.568-12.733 20.16-18.13 34.457L379.48 214.2c5.03-13.322 10.668-25.077 17.6-34.925l-5.084-5.002c-2.194-16.02-17.753-27.21-36.896-35.41-6.882-1.782-13.76-1.697-21.245-.088-12.01 2.584-25.53 9.6-40.527 20.356l-10.492-14.626c10.924-7.835 21.527-14.21 32.127-18.563-8.53-2.18-16.54-4.04-23.16-5.696l-2.15-.553-1.684-1.442c-22.453-19.28-40.65-26.077-53.83-26.385zm123.77 77.6c7.553-.037 13.758 5.46 14.547 13.172.842 8.23-4.86 15.26-13.088 16.103-8.228.842-15.264-4.885-16.106-13.115-.842-8.227 4.89-15.232 13.12-16.074v-.005c.513-.053 1.023-.08 1.526-.082zm-116.328 51.912c-1.31 2.015-2.558 4.06-3.752 6.13 5.653 5.773 11.992 10.763 18.748 15.08 21.657 13.842 47.678 20.033 65.62 20.7-7.162-9.676-13.092-19.14-17.376-28.63-17.95-1.016-41.1-4.503-63.24-13.28zm121.797 15.45c10.08 3.908 15.52 13.43 17.007 22.218 1.488 8.788.636 17.726.322 26.44-.315 8.717-.152 17.062 1.897 23.785 2.05 6.722 5.425 11.945 13.44 16.466l-8.844 15.678c-11.797-6.656-18.7-16.682-21.812-26.894-3.113-10.213-3-20.486-2.67-29.682.332-9.197.82-17.465-.08-22.787-.903-5.324-1.58-6.818-5.765-8.44l6.504-16.784zm-155.51 30.68c-6.978 5.368-13.82 10.095-20.54 14.272-.036 6.428.315 12.146 1.045 17.24 2.548 17.786 9 28.637 20.025 40.776l-13.324 12.102c-12.446-13.705-21.47-29.047-24.52-50.325-.45-3.152-.768-6.445-.98-9.863-3.92 1.95-7.795 3.7-11.64 5.313-1.103 14.91-.797 28.72 1.2 41.394 4.15 26.33 15.117 47.86 36.43 66.328l-11.787 13.604c-24.34-21.09-37.728-47.333-42.425-77.13-1.882-11.944-2.416-24.457-1.867-37.54-10.743 3.26-21.227 5.415-31.525 6.844 9.952 57.595 35.397 100.764 73.375 133.67l-11.787 13.605c-41.182-35.683-68.956-83.598-79.503-145.416-12.627.897-25.03 1.028-37.35 1.15 15.65 47.394 39.204 84.183 62.473 112.69L101.227 437.6C76.184 406.922 50.59 366.644 34.14 314.62v42.817c13.126 50.52 37.506 100.093 65.676 129.643l21.49.002c-3.314-11.54-6.186-23.62-8.495-36.29l17.71-3.226c2.534 13.908 5.765 27.06 9.54 39.516 31.29 0 52.604.002 85.35.01-.666-.393-1.352-.782-1.998-1.18-20.464-12.617-30.62-27.875-35.625-40.082l16.654-6.826c3.844 9.375 11.098 20.908 28.417 31.586 10.005 6.168 23.49 11.983 41.588 16.517l89.887.028c-2.843-7.497-5.46-15.186-7.836-23.086-18.242 5.263-35.12 8.87-52.215 8-25.948-1.325-51.095-13.908-78.112-43.933l13.38-12.04c25.086 27.88 44.625 36.922 65.65 37.995 12.102.618 25.142-1.73 39.888-5.648-31.355-6.03-62.652-20.484-89.363-47.766l12.86-12.594c23.715 24.22 51.593 37.16 79.655 42.63-2.182-11.116-3.896-22.668-5.107-34.712-28.958-9.042-57.345-21.712-82.312-36.916.21 6.438 1.007 12.948 1.032 19.012-3.372-4.565-6.83-9.075-9.875-13.87-6.615-11.97-15.55-23.158-18.51-36.772-1.766 3.254-3.335 10.53-4.826 15.318-12.35-9.858-21.156-24.316-23.19-40.076-.67-11.76.18-23.593 2.42-35.172zm78.995 54.466c-7.31 2.355-14.182 6.856-19.824 12.096-1.383 1.774-2.47 3.64-3.335 5.577 23.016 14.82 50.13 27.303 77.92 36.462-.433-8.41-.63-17.054-.572-25.96-20.188-5.014-40.118-12.378-54.188-28.174zm-74.76 42.688c2.62 11.624 5.226 17.557 8.11 21.072 2.883 3.516 6.75 5.746 14.502 8.95l-6.873 16.636c-8.537-3.527-15.9-7.284-21.547-14.17-5.647-6.885-8.874-15.767-11.752-28.53l17.56-3.958zM34.14 415.22v71.915c2.916-.023 23.332-.03 41.626-.04-16.245-20.01-30.38-44.875-41.625-71.874z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-time-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M104.53 28.72c-.676 0-1.356.012-2.03.03-16.186.435-31.577 6.108-44.375 15.25-34.13 24.378-50.547 75.233-18.563 118.72 25.234 34.303 14.237 79.597-11.874 104.905l13.03 13.406c32.24-31.247 45.253-86.76 13.907-129.374C28.415 116.022 42.253 78.324 69 59.22c13.374-9.554 29.767-14.01 46.28-10.75 15.853 3.126 32.335 13.31 46.907 35l-59.875 34.655 24.344 42.28c-49.898 63.943-58.988 154.445-16 229.126 56.487 98.133 181.517 131.802 279.281 75.19 97.765-56.614 131.237-182.057 74.75-280.19-42.912-74.55-125.41-111.868-205.437-100.686l-24.438-42.438-56.437 32.657c-16.916-25.592-38.054-39.714-59.47-43.938-4.813-.95-9.63-1.405-14.374-1.406zm170.126 81.124c79.9 0 144.813 64.347 144.813 144.25 0 79.9-64.913 144.844-144.814 144.844-79.9 0-144.25-64.945-144.25-144.844 0-79.9 64.35-144.25 144.25-144.25zm-9.094 25.187v88.19c-13.248 4.192-23.156 16.79-23.156 31.218 0 17.726 14.962 32.125 32.688 32.125 16.82 0 30.63-12.968 32-29.438l76.53-54.875-10.905-15.188-70.283 50.407c-4.103-6.774-10.542-11.993-18.187-14.345V135.03h-18.688zm-42.187 11.314l-16.188 9.344 14.344 24.843 16.19-9.374-14.345-24.812zm103.063 0l-14.344 24.812 16.187 9.375 14.345-24.843-16.188-9.343zm-150.125 40.22l-9.344 16.186 24.81 14.344 9.345-16.188-24.813-14.344zm98.78 53.874c7.628 0 13.438 6.375 13.438 14 0 7.626-5.81 13.437-13.436 13.437-7.627 0-14-5.81-14-13.438 0-7.626 6.372-14 14-14zm-119.437 4.5v18.687h28.656v-18.688h-28.656zm209.813 0v18.687h28.686v-18.688H365.47zM191.78 291.5l-24.81 14.313L176.312 322l24.812-14.344-9.344-16.156zm166.25 0l-9.342 16.156L373.5 322l9.344-16.188L358.03 291.5zm-136.5 36.563l-14.343 24.812 16.188 9.344 14.344-24.814-16.19-9.344zm106.75 0l-16.186 9.343 14.344 24.813 16.187-9.345-14.344-24.813zm-62.717 16.812v28.656h18.687v-28.655h-18.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-time-trap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.656 22.75c-131.173 0-237.72 33.326-237.72 74.344.002 22.39 32.41 42.59 82.564 56.22-17.407-8.91-27.53-19.216-27.53-30.47 0-32.128 81.75-58.53 182.686-58.53 100.937 0 183.25 26.4 183.25 58.53 0 11.194-10.3 21.59-27.53 30.47 49.843-13.627 81.968-33.91 81.968-56.22 0-41.018-106.514-74.344-237.688-74.344zM147.47 103.094v30.094h216.28v-30.094H147.47zm4.374 48.78V361.94h18.687V151.875h-18.686zm39.125 0c.698 61.812 25.325 96.435 52.81 103.814-27.847 7.475-52.776 42.9-52.843 106.25h128.188c-.066-63.353-24.952-98.766-52.78-106.25 27.468-7.386 52.05-41.998 52.75-103.813H190.968zm147.936 0V361.94h18.688V151.875h-18.688zM100.5 360.72c-50.153 13.626-82.563 33.827-82.563 56.217 0 41.018 106.546 74.344 237.72 74.344 131.173 0 237.687-33.325 237.687-74.342 0-22.31-32.125-42.593-81.97-56.22 17.232 8.88 27.532 19.244 27.532 30.438 0 32.13-82.313 58.563-183.25 58.563S72.97 423.283 72.97 391.155c0-11.254 10.123-21.528 27.53-30.437zm46.97 19.905v30.063h216.28v-30.063H147.47z" fill="#fff"/></svg>
<svg class="tc-image-originals-tinker tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M409.28 19.313c-20.507.34-40.836 8.245-56.53 23.937-20.558 20.558-27.823 49.56-22.188 76.156l1.032 4.938-3.594 3.594-43.406 43.406c3.86 2.906 7.167 6.498 9.72 10.625 7.166 11.59 6.305 28.69-6.22 41.218l-11.97 11.968 30.438 30.47 79.563-79.563 3.563-3.594 4.968 1.06c26.44 5.525 55.136-1.98 75.75-22.593 23.596-23.595 29.518-57.696 18.688-87.093l-49.22 49.25c-13.71 13.708-36.3 15.01-50.093 1.22-13.79-13.793-13.07-36.618.814-50.5l49.22-49.25c-8.545-3.15-17.475-4.93-26.44-5.22-1.367-.045-2.726-.054-4.093-.032zM72.157 21.53c-13.533.162-25.857 6.134-34.937 15.69-18.163 19.108-23.575 51.08 4.56 79.218l86.126 86.124c30.25 2.733 53.004 26.662 53.906 57.532L182 266c.883 5.654 4.31 10.126 8.844 12.47 5.734 2.963 12.387 3.145 19.625-4.095l64.405-64.406c7.718-7.72 6.896-12.716 3.53-18.157-3.364-5.442-11.272-10.063-18.81-10.063h-.19l-.186-.03c-30.125-1.298-53.427-23.487-56.5-53l-86.595-86.595C100.84 26.84 85.69 21.37 72.155 21.53zm191.188 227.314l-14.03 14.03 136.5 136.532 3.31 3.313-.655 4.655-4.595 31.813 77.188 49.375L489 460.625l-49.375-77.22-31.78 4.595-4.658.688-3.312-3.313-136.53-136.53zm-27.72 26.812l-11.936 11.938c-12.238 12.24-29.134 13.86-41.438 7.5-4.515-2.334-8.513-5.66-11.656-9.72l-41.78 41.782-3.595 3.594-4.97-1.063c-26.596-5.632-55.6 1.632-76.156 22.188-23.598 23.596-29.52 57.697-18.688 87.094l49.25-49.25c13.883-13.877 36.71-14.605 50.5-.814 13.792 13.792 12.494 36.384-1.22 50.094l-49.25 49.25c29.398 10.83 63.498 4.906 87.095-18.688 20.613-20.615 28.114-49.342 22.595-75.78l-1.03-4.938 3.56-3.563 79.19-79.186-30.47-30.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-tipi tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224.627 18l21.38 44.285-10 20.715h19.987l.006-.012.006.012h19.988l-10-20.715L287.374 18h-19.99L256 41.584 244.615 18h-19.988zm5.045 83l-17.574 36.746c8.355 2.2 17.922 3.768 27.902 4.588V131h7v-30h-17.328zM265 101v30h7v11.334c9.98-.82 19.547-2.39 27.902-4.588L282.328 101H265zm-60.828 53.318L121.715 326.73c40.086 19.246 79.89 29.913 119.662 32.014L247 346.092V341h-7v-18h7v-46h-7v-18h7v-46h-7v-18h7v-34.174c-15.112-.578-29.874-2.655-42.828-6.508zm103.656 0c-12.954 3.853-27.716 5.93-42.828 6.508V195h7v18h-7v46h7v18h-7v46h7v18h-7v5.092l5.623 12.652c39.773-2.1 79.576-12.768 119.662-32.014l-82.457-172.412zm-193.88 188.65l-8.01 16.75c6.122 3.888 12.368 7.52 18.728 10.887L140.7 354.57c-8.928-3.462-17.847-7.333-26.753-11.6zm284.105 0c-8.906 4.27-17.825 8.14-26.754 11.602l16.034 16.035c6.36-3.366 12.606-7 18.728-10.888l-8.01-16.748zm-256.73 11.84l-3.706 22.23c14.398 6.675 29.283 12.055 44.465 16.153l21.023-21.022c-20.63-3.65-41.233-9.434-61.783-17.36zm229.355 0c-20.55 7.926-41.154 13.71-61.783 17.36l21.023 21.023c15.182-4.097 30.067-9.477 44.465-16.153l-3.705-22.228zM204.463 372.41l-3.598 25.172c7.202 1.424 14.453 2.553 21.733 3.412l11.107-24.99c-9.75-.727-19.5-1.914-29.242-3.594zm103.074 0c-9.743 1.68-19.49 2.867-29.242 3.594l11.107 24.99c7.28-.86 14.53-1.988 21.733-3.412l-3.598-25.172zM98.12 376.06l-19.33 40.424 32.597-32.597c-4.48-2.482-8.9-5.1-13.266-7.826zm315.76 0c-4.368 2.728-8.788 5.345-13.267 7.827l32.598 32.597-19.33-40.423zM134.552 395.43l-9.06 54.35 42.03-42.028c-11.183-3.44-22.197-7.542-32.97-12.322zm242.894 0c-10.773 4.78-21.787 8.88-32.97 12.322l42.03 42.03-9.06-54.352zm-262.94 10.793L63.83 456.897c13.37 5.64 26.592 10.722 39.69 15.23l10.986-65.905zm282.987 0l10.985 65.905c13.098-4.507 26.32-9.588 39.69-15.23l-50.676-50.674zm-199.182 9.24l-8.458 59.208 25.1-56.47c-5.568-.764-11.118-1.664-16.642-2.74zm115.375 0c-5.523 1.074-11.073 1.974-16.64 2.737l25.1 56.47-8.46-59.208zm-134.416 5.995l-56.813 56.815c15.803 4.815 31.45 8.785 46.994 11.923l9.82-68.738zm153.46 0l9.82 68.738c15.544-3.138 31.19-7.108 46.993-11.923l-56.814-56.815z"/></svg>
<svg class="tc-image-originals-toad-teeth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M190.625 50.125l-16.063 31.97c-26.47-6.543-52.935-15.91-79.406-27.97 4.048 15.106 9.757 28.843 16.813 41.22-13.293-1.35-25.644.808-36.314 6.968-30.07 17.358-39.36 61.958-28.906 115.03-7.755 11.533-14.913 23.72-21.406 36.47 127.87 296.268 344.194 298.2 460.344 0-6.35-12.492-13.35-24.43-20.907-35.75 10.682-53.392 1.427-98.313-28.78-115.75-8.185-4.725-17.332-7.1-27.156-7.344 6.868-12.262 12.456-25.87 16.47-40.845-28.423 13.94-56.83 24.012-85.252 30.438l-16.937-34.438-66.625 42.03-65.875-42.03zm-90 65.28c3.398 0 6.66.525 9.72 1.5-6.847 2.012-11.845 8.348-11.845 15.845 0 9.115 7.385 16.5 16.5 16.5 7.474 0 13.782-4.967 15.813-11.78.943 3.012 1.437 6.222 1.437 9.56 0 17.57-14.056 31.595-31.625 31.595-17.57 0-31.594-14.024-31.594-31.594 0-17.567 14.03-31.624 31.595-31.624zm312.28 0c3.4 0 6.66.525 9.72 1.5-6.843 2.013-11.844 8.35-11.844 15.845 0 9.115 7.386 16.5 16.5 16.5 7.475 0 13.783-4.967 15.814-11.78.943 3.012 1.437 6.222 1.437 9.56 0 17.57-14.054 31.595-31.624 31.595s-31.594-14.024-31.594-31.594c0-17.567 14.028-31.624 31.594-31.624zM253.19 179.5c5.915.007 11.83.18 17.75.47l9.656 47.718 14.812-45.72c12.51 1.443 24.982 3.507 37.28 6.22l-9.623 46.062 34.656-39.594c13.964 4.148 27.646 9.154 40.936 15l-21.812 32.875 43.656-22.31c17.728 9.406 34.555 20.44 50.125 33.093-5.817 12.747-11.89 24.787-18.22 36.125L409 282.217l32.28 25.97c-6.193 9.888-12.583 19.157-19.155 27.812l-39.656-22.25 24.686 40.625c-7.226 8.194-14.66 15.678-22.22 22.5L348.565 343l16.03 50.344c-11.668 8.392-23.624 15.267-35.78 20.625l-16.313-42-7.25 50.436c-11.364 3.15-22.84 5.006-34.375 5.625l-11.438-42.374-10.718 42.03c-12.57-1.073-25.133-3.658-37.626-7.686l-6.906-48.03-15.25 39.31c-12.093-5.644-24.063-12.686-35.813-21.124l15-47.156-34.28 31.906c-7.864-6.824-15.596-14.318-23.19-22.437l23.532-38.72-38.53 21.625c-6.953-8.455-13.74-17.5-20.376-27.094l32.376-26.06-44.625 7.405c-7.107-11.416-13.996-23.51-20.624-36.313 14.295-12.626 29.98-23.62 46.688-33l43.437 22.22-21.968-33.126c13.475-6.172 27.486-11.398 41.876-15.656l-1.032.625 34.906 39.875-9.75-46.656c12.255-2.66 24.703-4.656 37.282-6l14.937 46.094 9.69-47.907c4.9-.19 9.8-.285 14.718-.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-tomahawk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M483.44 177.075l-151.73-78.02-29.51 47.083c27.702 33.995 52.362 66.91 52.775 91.22l51.992 61.733c42.438-30.05 67.93-70.722 76.473-122.015zM207.185 22.818l-25.49 40.672 40.67 25.49 22.055-5.06 13.558 8.497-8.497 13.558-3.717 5.93 40.673 25.492 3.717-5.932 25.49-40.672L288.53 73.8l-22.055 5.06-13.558-8.497-5.06-22.054zm29.02 104.34l-49.92 79.65 40.672 25.49 46.202-73.718 3.716-5.93zm-59.48 94.9l-7.434 11.864 40.673 25.49 7.435-11.862zm-15.732 27.907l2.338 38.66 35.813-14.75zm-16.6 23.684l-19.24 30.7 20.583-8.48zm40.67 25.49l-20.583 8.478 1.344 22.22zm-38.178 15.725l-35.89 14.78c6.847 5.088 8.36 13.788 7.605 21.62-.467 4.84-1.796 9.863-3.87 14.905 3.633-4.065 7.574-7.45 11.728-9.98 6.718-4.096 15.208-6.526 22.77-2.582zm-46.632 29.21c-.08-.05-.078-.023-.042.07.1-.01.124-.018.043-.07zm-.042.07c-.36.026-1.943.026-5.058 1.925-3.965 2.416-8.997 7.32-13.044 13.777-4.047 6.457-6.267 13.124-6.713 17.746-.35 3.63.34 5.056.472 5.392.36-.027 1.944-.027 5.06-1.926 3.964-2.417 8.996-7.32 13.043-13.778 4.047-6.457 6.267-13.124 6.713-17.746.35-3.63-.34-5.056-.472-5.392zm-24.343 38.84c-.098.007-.123.017-.042.068.08.05.078.024.042-.068zm65.058-13.418c-.08-.05-.078-.024-.042.067.098-.007.123-.017.042-.067zm-.042.067c-.36.028-1.944.028-5.06 1.926-3.964 2.417-8.996 7.32-13.043 13.778-4.047 6.457-6.267 13.124-6.713 17.746-.35 3.63.34 5.055.472 5.392.36-.027 1.943-.028 5.058-1.926 3.965-2.416 8.997-7.32 13.044-13.777 4.047-6.457 6.267-13.125 6.713-17.746.35-3.63-.34-5.056-.472-5.393zm-24.344 38.842c-.1.008-.124.017-.043.068.08.05.078.024.042-.068zm-14.52-22.026c-3.633 4.064-7.574 7.45-11.728 9.98-7.092 4.323-16.16 6.805-24.026 1.875l-37.706 60.16s.69 15.91 5.06 22.055c3.092 4.346 8.3 7.61 13.558 8.497 7.437 1.255 22.054-5.06 22.054-5.06l37.706-60.16c-7.866-4.93-9.586-14.174-8.788-22.44.467-4.843 1.796-9.866 3.87-14.907z"/></svg>
<svg class="tc-image-originals-tombstone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.75 18.906c-77.635.03-154.875 54.01-154.875 167.5v209.72c25.67 19.717 46.68 41.386 52.156 69.124-3.507-44.464-4.166-88.692 14.595-133.156 5.265 38.52 8.087 77.137 26.875 115.656 25.316-53.302 59.948-75.555 102.188-72.438-29.706 25.94-56.26 55.26-74.75 95.22 31.477-30.2 66.886-38.728 103.968-40.907-21.57 15.247-41.576 30.414-54.156 50.22h78.344c6.443-27.99-4.756-54.648-17.78-82.908 27.59 18.168 51.09 40.4 61.905 77.657 3.525-39-3.843-73.686-15.19-106.875 13.34 6.44 23.875 15.568 31.595 27.374V186.406c0-113.616-77.24-167.528-154.875-167.5zM150.156 144.594h114.938v18.687H150.156v-18.686zm152.438 0h56.125v18.687h-56.126v-18.686zm-152.438 42.75h36.5v18.687h-36.5v-18.686zm72.25 0H358.72v18.687H222.405v-18.686zm-72.28 40.312h95.81v18.688h-95.81v-18.688zm126.31 0h82.283v18.688h-82.283v-18.688zm-177.56 189.53v62.658h23.686c-4.638-21.58-13.086-42.375-23.687-62.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-tooth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.752 23.084c-11.678-.205-23.032 4.26-30.952 15.185-29.264 40.35-39.476 78.655-44.385 111.545-4.514 30.235-13.507 59.72-30.952 87.02-31.793 49.747-65.857 124.744-73.587 167.612-5.864 32.387 17.908 42.053 32.705 7.008 20.245-47.94 65.492-125.768 122.06-103.955 51.25 19.76 8.924 122.165-22.193 152.43-25.11 24.424-7.202 51.466 23.944 22.192 33.048-31.062 78.602-92.256 94.612-147.172 6.233-21.378 15.79-43.776 34.458-54.315 39.813-22.477 81.826-58.99 98.115-133.156 10.9-49.632-50.517-70.425-85.266-37.378-5.303-50.398-46.487-62.34-76.51-35.624 10.073-27.63-16.357-50.942-42.048-51.394z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-top-hat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.594 58.188c-1.933-.01-3.824-.006-5.688.03-22.398.437-39.932 4.19-51.812 9.688-15.84 7.33-20.987 15.728-19.78 25.625 1.434 11.79 13.465 23.993 37.405 33.532 23.94 9.54 58.333 15.71 98.78 16.813 39.643 1.082 78.206-.902 103.563-7.625 12.678-3.362 21.815-8.05 26.062-12.5 4.247-4.45 5.273-7.606 2.47-15.22-2.138-5.8-9.053-12.543-20.626-18.56-11.575-6.02-27.22-11.233-44.564-15.47-34.675-8.47-76.14-13.155-107.5-15.563h-.03c-6.378-.482-12.485-.72-18.282-.75zm-72.313 72.718c5.676 41.283 10.312 83.897 5.94 129.03.064 6.285 2.516 11.206 7.81 16.345 5.873 5.7 15.5 10.996 27.72 15.158 24.44 8.323 58.864 12.14 92.938 11.75 34.073-.39 67.996-4.942 91.406-12.22 11.704-3.638 20.75-8.09 25.47-12.03 2.653-2.217 3.885-3.58 4.31-4.813-6.956-41.256-4.108-83.612 2.407-126.22-5.526 2.566-11.706 4.63-18.405 6.407-28.88 7.658-68.327 9.357-108.875 8.25-42.035-1.147-78.177-7.392-105.188-18.156-9.615-3.83-18.264-8.317-25.53-13.5zM117.657 266.78c-10.383 3.2-20.108 6.752-29.062 10.658-42.218 18.415-66.15 43.515-67.938 68.812-1.084 15.323 3.8 28.18 14.344 40.125 10.543 11.944 27.054 22.592 48.406 31.094 42.706 17.003 104.308 25.326 172.97 23.03 67.127-2.244 127.832-10.5 170.718-25.28 21.443-7.392 38.36-16.458 49.375-26.5 11.014-10.045 16.25-20.462 16.25-32.94 0-12.476-5.55-24.876-16.845-37.155-11.296-12.28-28.275-24.05-49.688-34.156-6.29-2.97-12.96-5.805-19.968-8.47 2.088 11.05 4.905 21.955 8.655 32.688 4.382 12.54.81 25.65-7.438 35.03-8.248 9.383-20.406 16.283-35.03 21.938-29.25 11.31-68.99 17.358-108.97 18.22-39.978.86-79.94-3.45-109.718-14.376-14.89-5.463-27.414-12.538-35.907-22.563-8.494-10.024-12.13-23.69-8.407-37.593 3.867-14.44 6.522-28.603 8.25-42.563zm15.22 23.69c-1.485 7.823-3.268 15.727-5.407 23.717-2.33 8.702-.7 14.412 4.593 20.657 5.29 6.245 15.052 12.34 28.093 17.125 26.083 9.57 64.56 14.043 102.875 13.217 38.315-.825 76.716-6.937 102.658-16.968 12.97-5.017 22.683-11.086 27.718-16.814 5.036-5.728 6.182-9.87 3.844-16.562-2.223-6.363-4.15-12.76-5.813-19.188-7.61 5.452-17.37 9.6-28.812 13.156-26.114 8.118-61.16 12.657-96.72 13.063-35.557.406-71.418-3.262-99.186-12.72-13.456-4.58-25.092-10.516-33.845-18.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-top-paw tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.693 20.982v168.63c47.284 70.756 12.15 122.507 42.633 199.302.905 2.28 1.973 4.387 3.178 6.338 1.044-2.798 2.333-5.434 3.877-7.865 7.127-11.222 18.734-17.934 30.868-20.057 3.033-.53 6.12-.785 9.21-.75 9.27.104 18.56 2.805 26.454 8.414 3.745 2.66 7.097 6.017 9.918 9.96 1.362-4.63 1.842-9.743 1.178-15.31-3.44-28.83-12.01-46.885-18.106-68.915-8.08-29.223 9.544-34.714 22.422-11.568 13.213 23.744 28.915 61.117 55.836 103.256 4.75 7.436 11.243 11.896 18.602 13.967-4.62-21.072 3.372-40.816 18.17-51.707 6.938-5.107 15.317-8.215 24.246-8.948.93-.076 1.865-.126 2.806-.15 9.494-.245 19.49 2.19 28.957 7.72.328-6.672-1.21-13.41-5.178-19.866-25.69-41.814-52.278-61.296-71.25-81.764-23.602-25.463 8.272-34.155 24.53-20.44 22.78 19.216 39.543 47.34 75.337 75.922 7.955 6.353 16.932 8.802 26.058 8.366-9.076-20.095-4.538-42.08 8.107-56.727 10.096-11.693 25.555-19.03 42.176-18.583 4.39.118 8.86.78 13.333 2.045-1.195-8.403-5.125-16.255-12.584-22.703-38.462-33.25-76.602-44.38-99.284-63.075-30.98-25.533-19.543-37.388 11.097-29.784 12.636 3.137 32.526 13.325 51.514 16.472 5.185.86 10.06.516 14.574-.756-16.76-13.554-22.584-32.944-16.925-49.424 5.15-14.995 19.025-26.595 37.815-30.197-3.163-2.882-7.02-5.2-11.637-6.762-73.56-24.868-158.803-4.367-227.38-35.04H17.694zM407.316 80.31c-5.064.18-9.503 1.06-13.312 2.47l34.062 19.525-40.328 1.68 23.948 13.968-29.07 5.21c2.69 2.975 6.277 5.836 10.884 8.48l.113-.118c6.65 2.436 13.867 3.44 20.666 2.668l75.72.28c-16.91-19.202-36.964-34.384-61.658-47.252-6.42-3.345-13.636-5.677-20.947-6.622-.024-.098-.054-.192-.08-.29zm-6.242 178.56l20.07 29.253-37.9-7.432 22.83 28.83-44.437-8.803c.85 3.574 2.375 7.208 4.646 10.84 7.71 10.59 19.092 19.02 31.31 22.818 31.807 10.036 62.528 25.513 93.16 41.436-14.386-36.086-36.232-93.072-81.235-114.373.01-.033.016-.066.025-.1-2.882-1.203-5.712-2.017-8.47-2.468zM286.13 367.84l3.202 32.576-24.398-18.084 9.334 34.482-33.278-26.935c-.652 5.13-.044 10.86 2.227 17.073.077-.014.155-.023.232-.037 4.293 10.994 12.263 20.955 22.02 27.107l71.954 58.118-26.756-88.435c-1.993-11.377-8.207-22.51-16.78-30.64-2.6-2.133-5.194-3.864-7.757-5.223zm-164.35 21.525l-2.542 22.867-17.758-16.105-5.78 28.08-14.055-24.052c-1.953 4.123-2.988 9.222-2.374 15.637 4.8 27.664 26.61 54.21 53.94 78.715v-77.405c.508-4.21.35-8.58-.392-12.886-1.88-6.55-5.404-10.918-9.728-13.99-.426-.302-.865-.588-1.31-.863z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-torch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M476.72 51.375c-5.28 30.185-124.992 107.9-82.47 16.875-80.216 45.38-107.557 23.42-78.53-5.656-54.825 2.8-62.753 88.173-55.345 112.406l17.438 19.125c-2.14-31.218.404-48.445 19.5-71.47 13.764 20.614 18.495 33.702 52.062 6.97-9.393 53.52 54.61 18.747 88.75 10.938-15.248 14.048-35.153 32.723-38.875 55.468-1.24 7.587 6.208 17.925 14.125 25.626-9.443 2.236-41.474 8.91-38.563 26.22 2.912 17.31 12.14 11.885 3.5 15.28-12.403 2.766-21.156 5.58-39.593-2.187l18.874 20.717c28.39 14.79 73.904 7.306 83.594-14.875-14.778-1.22-27.125-4.674-33-11.53 44.022-8.34 66.764-39.243 85.78-75.032-33.638 18.95-42.158 17.784-56 16.313 35.514-14.365 46.876-108.943 38.75-145.188zM246.874 186.063l-56.78 70.125 79.186 86.906 75.095-50-97.5-107.03zm-62.344 90.125L21.657 467.625l21.438 23.53 205.75-144.374-64.313-70.592z" fill="#fff"/></svg>
<svg class="tc-image-originals-tornado tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.143 16.73c-65.944 0-118.326 5.893-155.188 18.143-18.43 6.125-33.1 13.83-43.54 23.926-10.438 10.095-16.352 23.132-15.88 37.165l.006.172.013.17c2.75 39.093 15.275 72.883 33.394 103.4-30.092 26.304-22.554 56.57 55.328 71.47 6.504 6.985 13.16 13.85 19.877 20.653-44.976 17.343-44.457 38.22 40.79 40.582 10.873 10.84 21.557 21.703 31.767 32.744-34.54 3.67-70.755 11.923-106.7 26.227 33.16-5.943 79.682-8.487 124.244-6.436 27.66 32.73 49.995 67.74 60.193 108.84h19.207c-9.205-40.806-29.034-75.516-53.713-107.105 46.038 4.14 86.467 13.755 102.77 30.302-6.223 24.423-16.816 49.782-33.946 76.803h21.873c4.307-7.368 8.162-14.648 11.615-21.848 48.44-8.298 70.147-23.06 72.033-39.1 7.677-22.363-10.594-56.65-45.38-82.97-.028-8.232-.335-16.386-.842-24.474 62.557-8.128 63.666-38.01-5.163-51.105-3.74-30.33-7.695-60.182-7.425-90.93 91.998-21.19 74.89-59.455 13.513-83.942 1.79-5.373 3.767-10.793 5.998-16.28l.268-.66.164-.69c2.94-12.31-.722-24.506-8.666-33.145-7.944-8.64-19.33-14.517-32.955-19.07-27.25-9.103-64.2-12.71-103.623-12.843h-.031zm-.034 18.69c38.27.13 74.034 3.952 97.765 11.88 11.866 3.965 20.536 9.007 25.12 13.993 4.512 4.905 5.846 9.015 4.29 15.844-2.168 5.394-4.123 10.735-5.892 16.03-54.098-17.105-131.934-23.978-202.008-5.622 65.494.283 172.564 13.5 190.418 54.82-3.317 23.44-3.54 46-2.283 67.955-45.155-33.14-134.644-21.05-199.475 1.23 41.805-1.966 94.256 1.828 136.084 12.9-25.3 2.72-53.93 10.074-81.84 21.894 64.456-6.42 133.745 2.883 151.286 23.982l.123.996c-20.61-2.533-45.806-3.76-75.735-3.047-49.278 1.178-92.846 8.102-124.002 17.002-18.856-18.886-36.954-37.853-52.848-57.763 8.89-54.23 137.75-65.292 210.666-63.426-88.136-26.143-187.425-6.064-237.17 24.312-2.61-44.05 89.057-68.318 170.267-60.23-72.526-23.095-149-33.873-182.982-16.15 31.36-37.388 106.277-55.177 179.17-54.934-32.778-8.548-61.407-13.926-92-16.656 26.092-3.278 56.598-5.01 91.044-5.01zm51.73 249.873c25.132-.12 48.713 2.566 64.607 8.908 1.65 14.464 3.032 28.817 3.63 43.218-13.863-7.993-29.508-14.637-46.557-19.094 13.17 10.786 25.794 22.58 37.226 34.598-41.07-17.11-89.233-22.64-116.377-18.67 30.09 4.298 66.47 18.864 92.41 36.248-28.314-5.917-61.158-8.87-96.344-7.174-16.924-19.096-35.188-37.224-53.383-55.166 19.422-13.37 69.6-22.65 114.787-22.867z" fill="#fff"/></svg>
<svg class="tc-image-originals-tornado-discs tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M370.203 25.574c-51.962-.07-134.69 39.665-212.467 106.908-105.35 91.08-162.303 197.81-127.316 238.28 18.474 21.37 58.867 19.968 108.39.476-5.416 19.54-4.192 35.717 4.91 46.244 16.727 19.35 56.123 14.81 103.09-7.556-4.062 14.072-3.303 25.733 3.198 33.252 12.79 14.793 44.6 9.873 81.523-9.772-3.955 10.502-4.084 19.25.517 24.57 9.158 10.593 34.315 4.552 61.724-13.066-3.608 6.83-4.456 12.655-1.686 15.86 5.57 6.443 23.665-.123 40.443-14.627 16.777-14.505 25.892-31.46 20.32-37.903-2.694-3.117-8.353-3.187-15.36-.81 22.21-25.036 32.348-49.734 23.025-60.518-4.444-5.14-12.68-6.387-23.117-4.307 25.718-34.37 35.86-66.023 22.863-81.056-4.827-5.583-12.086-8.512-21.61-8.763l-.002.002c-3.783-.1-7.884.213-12.244.896 26.956-41.706 36.07-78.49 19.84-97.26-8.66-10.017-23.86-14.06-42.633-12.264h-.005c-1.556.15-3.148.35-4.757.574 24.82-44.517 31.488-82.575 13.52-103.36-8.747-10.115-22.45-15.314-39.714-15.77-.81-.02-1.626-.03-2.45-.032zm-3.017 47.79c12.217-.03 21.736 3.206 27.664 10.062 10.874 12.578 7.59 35.378-6.362 63.21-40.125 8.965-93.027 38.37-143.734 82.208-49.904 43.143-86.16 90.686-101.318 128.795-28.996 9.584-51.49 9.75-62.206-2.648-25.29-29.25 24.273-114.272 110.963-189.22 66.373-57.383 135.082-92.315 174.993-92.41zm43.197 108.407c9.635-.037 17.15 2.515 21.844 7.945 10.515 12.163 4.622 36.545-13.237 65.44-27.833 6.597-64.24 26.655-98.9 56.618-34.575 29.89-59.638 62.81-70.215 89.278-31.05 13.373-55.99 15.67-66.44 3.583-20.032-23.168 20.108-90.146 88.77-149.508 52.57-45.45 106.7-73.227 138.178-73.354zm26.625 97.623c6.084.2 10.85 1.986 13.902 5.517 8.93 10.33.774 33.067-18.707 58.95-16.546 4.677-37.42 16.553-57.36 33.792-18.927 16.364-33.19 34.254-40.593 49.453-26.45 13.488-48.37 17.056-56.793 7.315-13.955-16.14 14.07-62.597 61.906-103.955 37.373-32.31 75.916-51.793 97.645-51.072zm9.22 78.34c3.72.125 6.636 1.214 8.5 3.37 6.783 7.846-2.435 27.462-21.222 47.876-6.588 2.883-14.007 7.602-21.178 13.8-6.634 5.737-12.03 11.86-15.82 17.577-21.725 14.166-41.042 19.656-47.522 12.163-8.516-9.85 8.352-38.398 37.54-63.633 22.802-19.715 46.405-31.595 59.7-31.153zm-.138 55.626c1.76.058 3.14.572 4.02 1.59 4.03 4.66-3.86 18.084-17.665 30.02-13.805 11.937-28.32 17.88-32.347 13.22-4.028-4.66 3.95-18.162 17.756-30.096 10.785-9.324 21.947-14.944 28.236-14.735z"/></svg>
<svg class="tc-image-originals-torpedo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M40 47c-9.282 0-17 7.718-17 17s7.718 17 17 17 17-7.718 17-17-7.718-17-17-17zm0 16c.446 0 1 .554 1 1 0 .446-.554 1-1 1-.446 0-1-.554-1-1 0-.446.554-1 1-1zm48 48c-9.282 0-17 7.718-17 17s7.718 17 17 17 17-7.718 17-17-7.718-17-17-17zm0 16c.446 0 1 .554 1 1 0 .446-.554 1-1 1-.446 0-1-.554-1-1 0-.446.554-1 1-1zm-40 40c-13.7 0-25 11.3-25 25s11.3 25 25 25 25-11.3 25-25-11.3-25-25-25zm0 18c3.973 0 7 3.027 7 7s-3.027 7-7 7-7-3.027-7-7 3.027-7 7-7zm52.23 32l13 39-13 39h26.514v-78H100.23zm164.622 0l-120.108 30.025v17.948L264.852 295h117.892v-78H264.852zm135.892 0v78h30v-78h-30zm48 0v78h5.684c28.584-7.435 40.316-23.962 40.316-39s-11.732-31.565-40.316-39h-5.684z"/></svg>
<svg class="tc-image-originals-tortoise tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M194.194 111.78c-3.097-.044-6.237.03-9.416.214 1.532 20.553 2.534 38.96.81 59.37 18.478-2.405 32.978-8.23 44.698-14.655 13.894-9.58 18.14-18.298 23.572-28.737-17.897-9.932-37.758-15.87-59.664-16.192zm-27.307 2.35c-29.826 5.067-52.077 16.196-69.01 30.97 7.64 8.992 14.394 16.763 26.122 22.11 16.26 3.783 30.635 5.342 43.41 5.32 1.91-19.796 1.022-37.515-.523-58.4zm102.217 23.577c-4.756 9.085-10.453 19.305-22.406 29.168 7.877 14.35 15.45 28.907 22.252 43.818 5.255-1.357 10.563-1.964 15.857-2.01 8.26-.076 16.487 1.19 24.418 3 9.054 2.064 17.85 4.825 26.262 7.456-10.515-20.503-23.71-40.41-39.398-57.306-8.36-9.004-17.353-17.146-26.986-24.127zM85.14 157.96c-9.03 10.54-16.17 22.28-21.987 34.603-6.413 13.582-11.024 27.74-14.5 41.626 10.75-3.356 22.516-6.072 35.244-8.24 5.468-15.955 12.998-31.752 23.756-47.14-9.74-6.19-16.522-13.773-22.514-20.85zm146.234 18.405c-12.886 6.1-28.622 11.188-47.584 13.168-1.937 25.253-1.016 48.742.982 71.746 12.733-2.574 24.63-10.07 36.12-19.005 10.754-8.362 20.678-17.838 31.503-24.44-6.373-13.953-13.5-27.73-21.02-41.47zm-106.61 9.48c-9.9 13.446-16.99 27.256-22.238 41.39 15.306 4.297 27.89 11.998 39.24 18.833 8.765 5.28 16.757 9.937 24.737 12.885-1.767-21.747-2.55-44.3-.834-68.54-12.434-.056-26.04-1.43-40.906-4.567zm311.932 21.766c-.597.006-1.193.026-1.79.062-5.72.343-11.406 2.084-17.462 4.59-6.66 2.755-17.278 15.314-25.074 28.093 3.325 6.04 5.727 12.866 7.482 19.942 2.752 11.095 3.78 22.79 2.655 33.224-.123 1.133-.27 2.26-.438 3.382l22.1-9.58 4.23 3.395s6.464 5.178 14.153 10.508c3.845 2.664 7.983 5.348 11.565 7.34 3.582 1.995 6.965 3.158 7.22 3.195 10.052 1.463 18.794-1.512 24.39-6.586 5.595-5.075 8.328-11.846 6.478-20.572-5.486-25.867-10.33-50-26.485-64.06-10.91-9.497-20.064-13-29.024-12.93zM284.723 226.7c-2.924.04-5.764.3-8.517.816 8.844 21.816 15.73 44.48 19.285 68.437 13.224-4.345 25.613-9.584 36.98-15.742.957-.518 1.063-.5 1.43-3.88.365-3.38-.04-8.9-.128-15.13-.086-6.23.166-13.404 3.242-20.563.27-.63.575-1.255.897-1.875-11.124-3.324-22.162-7.13-32.69-9.53-7.223-1.65-14.064-2.622-20.497-2.533zm158.17 1.896c8.57-.263 16.75 10.464 16.31 16.787-.697 7.828-25.746 5.594-29.036-6.83-1.24-4.686 5.955-8.696 11.01-9.754.572-.12 1.145-.187 1.716-.204zm-183.215 6.13c-7.85 5.38-17.27 13.618-27.738 21.758-12.717 9.89-27.56 19.756-45.406 22.82 1.165 10.924 2.453 21.842 3.695 32.843 31.195-.53 60.917-4.168 87.816-11.104-3.162-22.964-9.72-44.908-18.368-66.318zm106.62 4.07c-.288-.008-.584.01-.895.052-.828.114-1.755.404-2.86.857-5.67 2.326-7.588 4.774-8.992 8.04-1.402 3.265-1.852 7.874-1.778 13.206.074 5.334.69 11.156.024 17.318-.667 6.16-3.65 13.92-10.75 17.77-80.39 43.554-200.42 43.636-312.33 12.6-3.75-.612-5.34.15-6.647 1.268-1.328 1.134-2.462 3.23-2.763 5.977-.6 5.492 1.795 11.868 9.22 14.254 41.783 13.427 191.73 65.965 351.646-26.117.694-.4 3.603-4.702 4.437-12.43.834-7.728.042-17.806-2.23-26.96-2.27-9.156-6.162-17.4-10.006-21.675-2.523-2.806-4.066-4.108-6.076-4.16zM97.005 244.48c-5.21 19.116-7.865 38.785-10.235 58.93 28.777 5.173 57.526 8.11 85.35 8.684-1.273-11.16-2.612-22.352-3.8-33.7-13.395-3.27-24.837-10.28-35.84-16.906-11.568-6.967-22.77-13.554-35.475-17.007zm-18.793.864c-12.716 2.537-24.103 5.677-34.002 9.422-2.526 13.664-4.192 26.607-5.635 37.894 10.116 2.708 20.293 5.143 30.492 7.3 2.135-18.04 4.602-36.356 9.145-54.616zM327.53 348.79c-18.762 7.064-37.23 12.427-55.25 16.415 2.895 6.374 6.145 12.806 10.072 18.383 6.947 9.863 13.913 15.26 22.457 14.392 21.308-2.196 39.287-4.164 54.474-7.322-6.138-5.21-12.343-10.69-17.807-16.636-4.766-5.19-8.96-10.685-11.666-16.97-1.11-2.582-1.848-5.386-2.28-8.26zM62.42 359.07c-7.694 12.07-17.75 23.39-29.755 34.106 18.77 6.16 35.73 8.577 58.978 6.09 7.25-10.25 11.96-20.393 15.168-30.64-16.73-2.796-31.615-6.2-44.39-9.556z"/></svg>
<svg class="tc-image-originals-totem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M201 23.363v50.12c4.603-5.394 11.432-8.846 19-8.846 13.7 0 25 11.3 25 25s-11.3 25-25 25c-7.568 0-14.397-3.453-19-8.848v18.792c11.52 7.362 21.84 12.615 31.514 15.9l15.435-30.87 8.05-16.1 23.484 46.97c9.675-3.285 19.996-8.538 31.516-15.9V105.79c-4.603 5.394-11.432 8.847-19 8.847-13.7 0-25-11.3-25-25s11.3-25 25-25c7.568 0 14.397 3.452 19 8.847v-50.12l-55 55-55-55zm19 59.274c-3.973 0-7 3.027-7 7 0 3.972 3.027 7 7 7s7-3.028 7-7c0-3.973-3.027-7-7-7zm72 0c-3.973 0-7 3.027-7 7 0 3.972 3.027 7 7 7s7-3.028 7-7c0-3.973-3.027-7-7-7zm-36 51.127l-21.05 42.095L256 196.91l21.05-21.05L256 133.763zm-229.92 4.873c2.246 9.43 8.006 18.132 16.838 26.445 4.568 4.3 9.936 8.4 15.877 12.268l9.678-38.713H26.08zm60.947 0l-12.004 48.01c4.656 2.363 9.497 4.6 14.47 6.695 10.593 4.46 21.776 8.27 32.857 11.457l11.027-66.163h-46.35zm64.596 0l-11.785 70.713c16.26 3.777 31.445 6.095 43.162 6.927v-77.64h-31.377zm177.377 0v77.64c11.717-.832 26.902-3.15 43.162-6.927l-11.785-70.713H329zm49.623 0L389.65 204.8c11.08-3.187 22.264-6.997 32.858-11.458a225.246 225.246 0 0 0 14.47-6.694l-12.005-48.01h-46.35zm64.904 0l9.678 38.713c5.94-3.868 11.31-7.97 15.877-12.268 8.832-8.313 14.592-17.015 16.838-26.445h-42.393zM201 145.805v102.832h110V145.805c-8 4.566-15.742 8.236-23.363 10.98l11.314 22.63-42.95 42.95-42.95-42.95 11.313-22.63c-7.62-2.744-15.363-6.414-23.363-10.98zm18 120.832l14.488 10.865c.752-3.474 1.65-6.76 2.723-9.766.134-.372.274-.734.41-1.1H219zm56.38 0c.136.365.276.727.41 1.1 1.073 3.007 1.97 6.292 2.722 9.767l14.49-10.867H275.38zM256 267.98c-.846 1.257-1.876 3.114-2.838 5.81-2.408 6.744-4.162 17.156-4.162 28.663 0 11.507 1.754 21.917 4.162 28.662.962 2.696 1.992 4.552 2.838 5.81.846-1.258 1.876-3.114 2.838-5.81 2.408-6.745 4.162-17.155 4.162-28.662 0-11.507-1.754-21.92-4.162-28.664-.962-2.696-1.992-4.553-2.838-5.81zm-61.523 2.764a54.308 54.308 0 0 0-2.717 8.45c-1.793 7.612-2.76 17.02-2.76 26.392 0 9.373.97 18.75 2.758 26.303a52.498 52.498 0 0 0 2.808 8.573l36.836-27.627c-.26-3.357-.402-6.82-.402-10.383 0-1.437.032-2.853.074-4.26l-36.597-27.45zm123.046 0l-36.597 27.45c.042 1.406.074 2.822.074 4.26 0 3.562-.143 7.025-.402 10.382l36.923 27.693a54.34 54.34 0 0 0 2.718-8.454c1.793-7.62 2.762-17.04 2.762-26.44 0-9.4-.97-18.82-2.762-26.44-.757-3.218-1.717-6.072-2.715-8.452zm-82.71 62.033L219 344.637h20.533c-1.285-2.296-2.363-4.783-3.322-7.47a71.727 71.727 0 0 1-1.398-4.39zm42.375 0a71.727 71.727 0 0 1-1.4 4.39c-.958 2.687-2.036 5.174-3.32 7.47H293l-15.812-11.86zM201 362.637v70.183l24.223-16.148-23.157-54.035H201zm20.648 0L256 442.79l34.352-80.153h-68.704zm88.286 0l-23.16 54.035L311 432.82v-70.183h-1.066zm-77.5 70.86L201 454.452v2.184h41.352l-9.918-23.14zm47.13 0l-9.916 23.14H311v-2.184l-31.436-20.957zM169 470.636v18h174v-18H169z"/></svg>
<svg class="tc-image-originals-totem-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M252.906 20.72c-53.86 0-91.116 11.68-115.906 29.343-24.79 17.66-37.662 41.373-42.47 67.843l-3.186 17.53c21.168-10.36 42.33-18.993 63.5-19.405 22.7-.44 45.393 8.577 68.094 35.095-47.048 58.97-110.675 73.474-138.97 24.938L55.563 332.438c-4.675 25.744.145 68.278 12.188 102.875 6.022 17.298 13.835 32.693 22.375 43.156 8.54 10.462 17.076 15.53 25.5 15.53h275.22c8.418 0 17.127-5.13 25.842-15.625 8.716-10.496 16.748-25.884 22.97-43.188 12.442-34.607 17.567-77.155 12.687-102.687L423.28 180.594c-29.54 43.035-90.6 27.592-136.124-29.47 21.918-25.602 43.833-34.88 65.75-35.093 20.448-.198 40.898 7.513 61.344 17.25l-2.938-15.31c-5.034-26.34-17.945-50.074-42.687-67.782-24.742-17.71-61.87-29.47-115.72-29.47zm-10.78 163.31v60.845c-32.837-5.422-27.66-33.514 0-60.844zm22.905 0c27.66 27.33 32.837 55.423 0 60.845V184.03zm-163.28 79.595H405.22l2.405 5.656c24.57 57.575 37.62 119.135-.594 181.908l-2.75 4.468H102.22l-2.657-4.844C66.484 390.34 72.22 328.58 99.25 269.095l2.5-5.47zm14.78 18.688l27.814 65.562h38.937l-8.936-65.563H116.53zm76.69 0l8.936 65.562h42.47v-65.563h-51.407zm70.093 0v65.562h42.468l8.94-65.563H263.31zm70.28 0l-8.937 65.562h42.125l25.595-65.563h-58.78zm-188.218 84.25l-29.844 70.406h58.126l9.563-70.408h-37.845zm56.72 0l-9.595 70.406h52.125V366.56h-42.53zm61.218 0v70.406h52.125l-9.594-70.408h-42.53zm61.406 0l9.592 70.406h59.032l-27.5-70.408H324.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-toucan tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M136.305 56.2c-26.775.293-51.41 10.03-68.227 26.773-13.807 13.747-26.292 35.935-34.297 61.44-8.004 25.504-11.387 54.328-4.72 80.88l.006.028.008.028c16.725 64.885-8.947 137.524-8.947 209.82v8.315l8.29.654c47.508 3.753 109.388 13.052 155.915 11.496 23.264-.777 42.988-3.653 56.387-14.21 6.698-5.28 11.44-13.13 12.32-22.112.86-8.743-1.513-18.126-6.493-28.48l-28.62-83.646c1.584-17.178 3.775-34.275 5.995-51.463-9.145 3.377-16.63 7.06-21.967 11.062l-3.9 2.924-4.58-1.67c-12.61-4.597-20.84-15.164-25.098-27.4-3.734-10.73-5.053-23.012-5.232-36.28-13.12-4.584-23.606-9.403-31.678-15.395-20.8 68.91-60.375 117.633-21.028 179.626 54.554 51.386 80.942 36.894 118.062 25.112l1.28 3.738.253.516c4.326 8.788 5.516 15.29 5.092 19.6-.424 4.31-1.96 6.906-5.55 9.734-7.177 5.656-24.08 9.63-45.846 10.357-41.13 1.375-98.234-6.527-145.412-10.652 1.957-65.556 26.012-136.89 8.2-206.08l-.014-.054c-5.527-22.073-2.804-47.94 4.45-71.055 7.262-23.13 19.205-43.5 29.823-54.07 13.423-13.365 34.508-21.622 57.885-21.405.754.007 1.51.022 2.27.047 12.555.41 58.063 7.278 72.234 21.35 5.96-3.354 7.456-3.266 10.998-3.643-25.285-23.74-54.804-34.812-82.478-35.812-1.803-.065-3.596-.088-5.38-.068zm44.177 46.447c-12.823-.16-21.76 3.08-28.27 7.887-11.577 8.548-17.266 24.19-20.054 41.078-1.45 8.794-.018 13.53 5.84 19.33 5.475 5.42 15.875 11.11 31.682 16.635 21.675-26.59 32.825-53.065 40.363-80.022-11.673-3.32-21.407-4.806-29.56-4.908zm70.465 6.16c-8.134.044-15.76.463-22.94 1.15-6.935 25.474-17.194 51.583-35.652 77.497 2.252-.22 4.74-.395 7.065-.602 81.102-8.364 151.558-10.426 221.3-4.48-.562-.97-1.077-1.945-1.538-2.93-3.443-7.358-3.7-15.327-1.22-21.902 1.934-5.134 5.1-9.336 9-12.688-10.622-4.517-22.045-8.73-33.964-12.537-43.227-13.812-93.02-22.376-133.746-23.422-2.827-.073-5.593-.1-8.305-.086zm-82 9.018c9.942 0 18 8.133 18 18.166 0 10.033-8.058 18.167-18 18.167-9.94 0-18-8.134-18-18.166s8.06-18.165 18-18.165zm278.006 36.398c-5.937 2.13-10.82 6.144-12.148 9.664-.834 2.212-.997 4.343.68 7.926 1.603 3.428 5.304 8.08 12.232 13.266 1.718.197 3.437.394 5.156.602 9.553.886 18.49 1.863 25.852 3.057 4.218.682 7.666 1.417 11.074 2.194.69.112 1.38.214 2.073.328-4.588-8.355-13.123-17.12-25.564-25.595-5.77-3.93-12.27-7.758-19.357-11.444zM345.926 199.46c-4.81-.014-9.648-.01-14.502.01-46.182.195-93.554 2.042-130.904 5.363-6.385.66-12.723 1.296-19.256 2.035.345 11 1.606 20.65 4.113 27.85 2.48 7.122 5.678 11.62 10.424 14.48 29.077-18.78 79.52-26.77 134.98-32.766 45.623-4.93 94.07-7.817 134.902-11.1-4.555-.63-9.095-1.084-13.637-1.642-18.027-1.69-39.86-2.936-63.998-3.6-13.532-.374-27.694-.582-42.12-.628z"/></svg>
<svg class="tc-image-originals-tower-bridge tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M112 43.89L97.422 93.464 73 79.51V135h23v-16h32v16h23V79.51l-24.422 13.955L112 43.89zm288 0l-14.578 49.575L361 79.51V135h23v-16h32v16h23V79.51l-24.422 13.955L400 43.89zM73 153v270h78V153H73zm288 0v270h78V153h-78zM96 183h32v36H96v-36zm73 0v18h174v-18H169zm215 0h32v34h-32v-34zM55 218.078c-11.034 17.617-25.57 34.478-39 50.197v27.036c13.07-14 27.55-29.07 39-44.974v-32.258zm402 0v32.258c11.45 15.903 25.93 30.973 39 44.975v-27.035c-13.43-15.72-27.966-32.58-39-50.197zM96 247h32v18H96v-18zm288 0h32v18h-32v-18zM96 311h32v18H96v-18zm288 0h32v18h-32v-18zM16 375v18h39v-18H16zm80 0h32v18H96v-18zm73 0v18h58.47c-22.307 3.12-42.002 9.613-58.47 17.227V423h16v.268C204.803 415.183 228.99 409 256 409c27.01 0 51.197 6.183 71 14.268V423h16v-12.773c-16.468-7.614-36.163-14.106-58.47-17.227H343v-18H169zm215 0h32v18h-32v-18zm73 0v18h39v-18h-39zM57 441v46h110v-46H57zm288 0v46h110v-46H345z"/></svg>
<svg class="tc-image-originals-tower-fall tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M91.033 22.14v84.368l46.434 57.56v16.166l98.93 44.13 27.29-34.305 65.9 4.01v-30l46.433-57.562v-84.37h-48.916v39.796H297.33V22.14h-49.45v39.794h-29.24V22.14h-49.45v39.794h-29.243V22.14H91.033zm46.434 178.557v195.17h-29.88l-21.792 94.695h295.463l-21.79-94.695h-29.882V370.02l-38.72-24.07-23.712 29.292 28.432 25.737-12.543 13.854L241.5 377.23l33.37-41.222-91.65-56.973 33.288-43.082-79.04-35.256zm155.013 19.11l19.04 34.994 31.005-5.405-17.287-29.588H292.48zm66.682 10.088l17.293 74.527 55.553 2.068-13.442-57.967-59.404-18.628zm-135.47 27.328l-13.034 16.865 37.393 23.244 18.167-20.61-42.526-19.5zm73.115 13.056l-32.66 37.056 65.44 40.68V298.2l-32.78-27.92zm85.154 51.745l-5.16 29.584 33.49 18.158-.093-31.258-28.236-16.485zm79.91 6.928l-23.073 23.197 8.697 33.106 25.717-18.08-11.34-38.223zm-65.85 68.992l-10.97 36.977 24.88 17.49 8.414-32.025-22.323-22.442z" fill="#fff"/></svg>
<svg class="tc-image-originals-trade tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M287.03 20c-39.133.48-79.73 15.297-117 45.938h80.47v43.188c52.76-29.75 114.592-31.588 163.938.03l-18.188 9.72 64.688 50.72-3.75-83.314-26.407 14.126C395.99 48.792 345.038 20.644 290.907 20c-1.288-.015-2.583-.016-3.875 0zm-268 64.625v212.75h212.782V84.625H19.032zm50.282 26.03H205.78v138.939h-18.718v-120.25H69.313v-18.688zm3.344 38.126l90.094 91.845-13.344 13.094-90.094-91.845 13.344-13.094zm206.656 61.75v212.782h212.75v-212.78h-212.75zm50.25 26.064h136.469V375.5h-18.686V255.28h-117.78l-.002-18.686zm3.344 38.094l90.125 91.875-13.342 13.062-90.125-91.844 13.343-13.092zm-278.53 63.656l3.75 83.312 23.312-12.47c60.927 88.637 169.99 106.485 259.625 32.814h-80.439v-43.188c-52.08 29.38-113 31.544-162.03 1.188l20.436-10.938-64.655-50.718z" fill="#fff"/></svg>
<svg class="tc-image-originals-traffic-cone tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 16.457c-3.944 0-7.948.71-9.984 1.512-.5.195-.405.172-.62.303l-.005.018s-9.845 37.48-22.8 87.296c18.278 13.215 47.39 13.42 65.992.6l-21.978-87.913c-.218-.13-.123-.11-.62-.304-2.036-.802-6.04-1.513-9.984-1.513zm-52.875 164.38c-2.03 7.883-3.96 15.317-6.004 23.288-4.585 17.886-9.118 35.69-13.538 53.133 53.046 16.998 90.254 17.196 142.92.605l-19.092-76.36c-34.76 15.42-69.524 15.196-104.285-.665zm-39.16 155.007l-.012.05c-4.518 18.527-8.28 34.408-10.896 46.18-1.308 5.886-2.33 10.752-3.008 14.338-.678 3.586-.93 6.52-.93 5.852 0 7.406 2.56 13.51 7.732 19.422 5.17 5.91 13.12 11.357 23.136 15.808 20.032 8.903 48.042 13.71 76.012 13.71s55.98-4.807 76.012-13.71c10.016-4.45 17.965-9.898 23.136-15.808 4.975-5.686 7.47-11.58 7.657-18.61l-16.537-66.148c-55.62 33.65-127.023 33.288-182.303-1.084zm212.248 46.648l4.666 18.664v1.108c0 11.906-4.684 22.7-12.187 31.275-7.502 8.573-17.66 15.198-29.37 20.403-23.424 10.41-53.353 15.26-83.323 15.26-29.97 0-59.9-4.85-83.322-15.26-11.712-5.205-21.87-11.83-29.37-20.404-7.504-8.575-12.187-19.37-12.187-31.276 0-3.082.503-5.28 1.24-9.19.525-2.778 1.262-6.292 2.09-10.137l-84.56 28.186L256 497.003l206.11-85.88-85.897-28.63z"/></svg>
<svg class="tc-image-originals-traffic-lights-green tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V45zM361 45v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zM256.23 335c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zM192.512 87.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.663 3.715 1.03 7.53 1.03 11.432 0 35.792-29.21 65-65 65s-65-29.208-65-65c0-4.39.443-8.68 1.28-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V193zM361 193v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zm-169.592 42.45c-2.587 3.704-5.154 7.65-7.69 11.88L169 238.498V378.2c16.455-27.062 35.373-45.76 55.56-55.177 9.274-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.833-4.785-7.443-7.21-10.858.058 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.046.178-4.55zM90.736 333.823c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.663 25.73 14.91 37.6 17.196v-44.997zm270.264 0v44.996c11.87-2.286 26.047-8.534 37.6-17.198 11.013-8.26 19.248-18.392 22.664-27.8H361zm-40.3 43.444c.04.907.07 1.816.07 2.732 0 35.79-29.21 65-65 65-35.792 0-65-29.21-65-65 0-.813.03-1.618.06-2.423-2.39 3.465-4.765 7.138-7.113 11.053L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.075-7.88-7.65-11.474zM201 473v14h110v-14z"/></svg>
<svg class="tc-image-originals-traffic-lights-orange tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V45zM361 45v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zM256.23 195c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zM192.512 87.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.663 3.715 1.03 7.53 1.03 11.432 0 35.792-29.21 65-65 65s-65-29.208-65-65c0-4.39.443-8.68 1.28-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V193zM361 193v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.392 22.664-27.8H361zm-169.592 42.45c-2.587 3.704-5.154 7.65-7.69 11.88L169 238.498V378.2c16.455-27.062 35.373-45.76 55.56-55.177 9.274-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.833-4.785-7.443-7.21-10.858.058 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.046.178-4.55zM90.736 333.823c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.663 25.73 14.91 37.6 17.196v-44.997zm270.264 0v44.996c11.87-2.286 26.047-8.534 37.6-17.198 11.013-8.26 19.248-18.392 22.664-27.8H361zm-40.3 43.444c.04.907.07 1.816.07 2.732 0 35.79-29.21 65-65 65-35.792 0-65-29.21-65-65 0-.813.03-1.618.06-2.423-2.39 3.465-4.765 7.138-7.113 11.053L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.075-7.88-7.65-11.474zM201 473v14h110v-14z"/></svg>
<svg class="tc-image-originals-traffic-lights-ready-to-go tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25H169zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.666 25.73 14.91 37.6 17.196V45H90.736zM361 45.002v44.994c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.39 22.664-27.798H361zM256.23 53c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zm-63.718 34.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.663 3.715 1.03 7.53 1.03 11.432 0 35.792-29.21 65-65 65s-65-29.208-65-65c0-4.39.444-8.68 1.282-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.666 25.73 14.91 37.6 17.196V193H90.736zm270.264.002v44.994c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.39 22.664-27.798H361zM191.408 235.45c-2.587 3.703-5.153 7.65-7.69 11.88L169 238.498v139.7c16.455-27.06 35.374-45.758 55.56-55.175 9.275-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.834-4.784-7.443-7.21-10.858.06 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.047.178-4.55zM90.736 333.82c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.664 25.73 14.91 37.6 17.196v-44.996H90.736zm270.264 0v44.996c11.87-2.285 26.047-8.533 37.6-17.197 11.013-8.26 19.248-18.39 22.664-27.798H361zm-105 1.55c-26.064 0-47 20.935-47 47 0 26.063 20.936 47 47 47s47-20.937 47-47c0-26.065-20.936-47-47-47zm64.7 41.896c.04.907.07 1.814.07 2.73 0 35.792-29.21 65-65 65-35.792 0-65-29.208-65-65 0-.812.03-1.617.06-2.422-2.39 3.465-4.765 7.14-7.113 11.055L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.076-7.88-7.65-11.474h-.003zM201 473v14h110v-14H201z"/></svg>
<svg class="tc-image-originals-traffic-lights-red tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M169 25v65.2c24.8-40.79 55.195-62.595 87.104-62.225C288.04 28.345 318.2 50.69 343 90.232V25H169zM90.736 45c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V45H90.736zM361 45v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.393 22.664-27.8H361zm-104.77 8c-26.064 0-47 20.936-47 47s20.936 47 47 47 47-20.936 47-47-20.936-47-47-47zm-63.718 34.17c-2.962 4.148-5.897 8.63-8.795 13.46L169 91.8v145.1c24.8-40.79 55.195-62.596 87.104-62.226 31.937.37 62.097 22.716 86.896 62.258V91.66l-14.648 9.082c-2.686-4.33-5.406-8.38-8.153-12.174.664 3.715 1.03 7.53 1.03 11.432 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-4.39.444-8.68 1.282-12.83zM90.736 193c3.415 9.407 11.65 19.54 22.664 27.8 11.553 8.665 25.73 14.91 37.6 17.196V193H90.736zM361 193v44.996c11.87-2.285 26.047-8.53 37.6-17.195 11.014-8.26 19.25-18.393 22.664-27.8H361zm-169.592 42.45c-2.587 3.704-5.154 7.65-7.69 11.88L169 238.498V378.2c16.455-27.062 35.373-45.76 55.56-55.177 9.274-5.108 19.912-8.023 31.21-8.023 12.692 0 24.548 3.688 34.576 10.025 19.094 10.035 36.95 28.167 52.654 53.207V238.36l-14.648 9.08c-2.378-3.833-4.785-7.443-7.21-10.858.058 1.132.088 2.272.088 3.418 0 35.792-29.208 65-65 65-35.79 0-65-29.208-65-65 0-1.53.073-3.046.178-4.55zM90.736 333.823c3.416 9.407 11.65 19.54 22.664 27.8 11.553 8.663 25.73 14.91 37.6 17.196v-44.996H90.736zm270.264 0v44.996c11.87-2.285 26.047-8.533 37.6-17.197 11.013-8.26 19.248-18.392 22.664-27.8H361zm-40.3 43.444c.04.907.07 1.816.07 2.732 0 35.792-29.21 65-65 65-35.792 0-65-29.208-65-65 0-.812.03-1.617.06-2.422-2.39 3.465-4.765 7.138-7.113 11.053L169 379.8V455h174v-75.34l-14.648 9.082c-2.522-4.066-5.075-7.88-7.65-11.474zM201 473v14h110v-14H201z"/></svg>
<svg class="tc-image-originals-trample tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M136 16h15l15 15 15-15h150l15 15 15-15h15v120h-15l-15-15-15 15h-45v345c0 15-15 15-15 15h-30s-15 0-15-15V136h-45l-15-15-15 15h-15z" fill="#fff"/></svg>
<svg class="tc-image-originals-transfuse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M403.313 41.625c-1.107 0-2.24.017-3.344.063-30.174 1.248-56.498 23.386-71.72 55.906-29.436-20.315-63.812-25.884-91.313-12.125-22.492 11.25-38.903 33.383-42.687 60.843 10.962-4.476 21.618-7.177 31.75-8.438 4.333-11.497 12.952-19.848 24-25.375 20.797-10.404 49.765-8.923 72.656 13.97l18.625 18.624 6.533-25.156c8.723-32.558 30.745-47.522 53.093-48.438 22.346-.927 45.982 11.665 54.97 43.78 12.795 45.728-29.2 82.442-57.907 123.126h-95.19c-23.612-9.383-45.98-18.687-60.967-34.25-7.368-2.142-14.748-2.2-22.594.22-3.735 1.15-7.638 2.92-11.69 5.436 16.42 28.053 44.66 45.767 74.845 61.063.43.218.85.44 1.28.656 3.358 1.692 6.738 3.357 10.126 5 .89.434 1.763.882 2.658 1.314 2.396 1.155 4.79 2.293 7.187 3.437 14.53 6.938 28.997 13.736 42.313 21.25 17.27 9.75 36.245 28.402 50 48.814 4.14-23.795 6.27-45.762 19.875-66.5 35.98-54.857 86.962-108.22 68.03-178.875-11.262-42.03-46.238-64.318-80.53-64.345zm-298.75 77.656c-34.293.028-69.27 22.317-80.532 64.345C5.1 254.28 56.053 307.643 92.03 362.5c13.605 20.74 15.737 42.706 19.876 66.5 13.755-20.412 32.728-39.065 50-48.813 44.413-25.066 101.483-42.217 131.875-82.875-17.71-8.498-33.892-16.466-55.405-30.156H72.625c-16.633-23.38-28.21-47.227-20.656-74.22 8.705-31.11 31.163-43.916 52.874-43.842.7.002 1.395.033 2.094.062 22.347.916 44.4 15.88 53.124 48.438l6.5 25.156 18.657-18.625c22.89-22.892 51.858-24.404 72.655-14 8.082 4.043 14.844 9.614 19.594 16.813 12.327 6.815 23.973 11.22 35.967 15.687-4.12-26.854-20.396-48.43-42.53-59.5-27.5-13.76-61.846-8.22-91.282 12.094-15.222-32.52-41.577-54.628-71.75-55.876-1.104-.046-2.206-.064-3.313-.063zm292.843 264.626c-6.496 53.84-30.488 46.8-30.97 80.72-.208 15.372 14.203 28.062 32.064 28.062 17.86 0 32.594-12.684 32.594-28.063 0-34.092-26.52-27.088-33.688-80.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-transportation-rings tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M243.25 17.938c-25.302 3.258-47.47 32.16-47.47 69.062.002 20.352 7.093 38.387 17.595 50.938l10.25 12.25-15.72 2.937c-13.792 2.57-23.972 9.863-32.5 21.47-3.047 4.148-5.824 8.855-8.343 14.03 26.904 5.2 56.323 8.156 87.22 8.156 28.264 0 55.28-2.473 80.28-6.874-2.764-6.188-5.934-11.75-9.53-16.53-8.65-11.5-19.32-18.76-34.72-21.126l-16.03-2.47 10.156-12.624c10.048-12.485 16.78-30.298 16.78-50.156 0-39.345-24.875-69-52.718-69-2.922 0-4.79-.122-5.25-.063zm70.78 34.156c3.795 10.773 5.876 22.6 5.876 34.906 0 8.546-1.015 16.81-2.906 24.625 50.33 6.14 94.56 19.664 127.75 38.844 7.04-4.547 13.29-9.318 18.688-14.25 4.05 5.99 6.647 12.083 7.812 18.218-44.395 37.948-124.776 61.03-216.97 61.03-91.7 0-171.71-22.846-216.25-60.437.022-.122.042-.25.064-.374.076-.428.19-.853.28-1.28.054-.25.1-.502.157-.75.126-.542.26-1.086.407-1.626.122-.45.238-.896.376-1.344.025-.084.067-.165.093-.25.142-.454.28-.92.438-1.375.264-.762.535-1.52.843-2.28.05-.123.105-.252.157-.375.27-.65.572-1.288.875-1.938.223-.48.444-.958.686-1.437.075-.148.174-.29.25-.438.184-.354.37-.708.563-1.062.29-.534.592-1.093.905-1.625.27-.458.558-.918.844-1.375.026-.043.065-.082.093-.125.162-.258.3-.524.468-.78 5.304 4.798 11.418 9.442 18.282 13.874 30.723-17.752 70.9-30.656 116.626-37.345-2.158-8.247-3.344-17.005-3.344-26.125 0-11.877 1.934-23.32 5.437-33.813-12.313 1.878-24.147 4.238-35.468 7-.725.174-1.434.355-2.156.532-.55.136-1.11.266-1.656.405-.084.02-.166.042-.25.063-1.72.43-3.43.86-5.125 1.312-.115.03-.228.063-.344.094-1.685.45-3.37.904-5.03 1.375-1.797.508-3.578 1.06-5.344 1.593-.536.16-1.06.336-1.594.5-1.4.43-2.806.836-4.187 1.28-1.145.37-2.275.747-3.406 1.126-.585.194-1.17.394-1.75.593-1.315.448-2.614.913-3.907 1.374-.717.257-1.415.522-2.126.782-.81.295-1.635.572-2.437.874-1.87.703-3.74 1.424-5.563 2.156-.03.012-.063.02-.093.03-1.55.623-3.08 1.265-4.594 1.907-1.405.596-2.78 1.2-4.156 1.813-.273.122-.54.253-.813.375-1.355.61-2.703 1.217-4.03 1.844-.012.005-.02.024-.03.03-.01.004-.024-.004-.032 0-1.466.693-2.916 1.412-4.344 2.125-.706.352-1.398.706-2.094 1.063-2.19 1.123-4.34 2.266-6.438 3.437-1.305.728-2.575 1.472-3.843 2.22-1.322.776-2.627 1.546-3.907 2.343-.57.35-1.127.708-1.688 1.062-.35.223-.716.432-1.063.656-.05.032-.105.06-.156.094-14.02 8.992-24.913 18.81-32.406 29.03l.156.22c-.55.747-1.074 1.494-1.593 2.25-.528.768-1.035 1.535-1.532 2.313-.423.663-.848 1.33-1.25 2-.112.188-.23.373-.343.562-.065.11-.122.232-.187.344-.336.58-.65 1.164-.97 1.75-.41.752-.805 1.487-1.186 2.25-.017.032-.046.06-.063.093-.013.03-.015.064-.03.093-.38.765-.745 1.54-1.094 2.313-.323.715-.64 1.432-.937 2.155-.04.094-.088.187-.126.28-.165.408-.313.81-.47 1.22-.195.51-.38 1.017-.56 1.53-.253.712-.494 1.44-.72 2.157-.2.633-.384 1.27-.563 1.907-.055.198-.132.393-.186.593-.206.762-.387 1.512-.563 2.28-.046.207-.08.42-.124.626-.158.726-.306 1.454-.437 2.186-.12.663-.218 1.333-.314 2-.04.272-.09.54-.125.813-.1.775-.18 1.56-.25 2.343-.077.872-.147 1.744-.186 2.625-.04.87-.063 1.748-.063 2.625 0 .59.015 1.192.032 1.78.013.398.012.793.032 1.188.015.305.042.605.062.907.03.468.083.94.125 1.407.054.58.12 1.172.19 1.75.07.58.13 1.143.218 1.72.08.533.155 1.06.25 1.592l.03.188c.073.398.17.79.25 1.187.056.273.13.542.188.814.045.207.078.418.125.625.057.24.13.476.19.718.27 1.132.568 2.257.905 3.375.284.94.578 1.88.906 2.812.112.312.23.626.345.938.764 2.062 1.65 4.085 2.625 6.093.135.28.236.567.375.844.006.012.025.02.03.03 3.938 8.29 10.093 16.41 18.282 24.157.032.03.062.063.094.094.61.576 1.213 1.15 1.845 1.72.218.197.435.397.656.594.05.044.108.08.157.125.364.327.725.673 1.094 1 .323.283.644.56.97.843.737.637 1.49 1.248 2.25 1.875.023.018.04.043.063.062.218.18.435.352.656.53 1.345 1.1 2.712 2.19 4.124 3.25 22.564 16.98 53.67 30.318 90.28 39.157l.032-.156c25.468 6.286 53.716 10.45 83.625 11.908 7.56.368 15.816-.032 24.5-.032 38.348 0 74.543-4.383 106.47-12.03l.063.312c37.33-8.832 69.028-22.135 92.03-39.094 23.003-16.96 37.813-38.322 37.813-62.28 0-24.065-14.946-45.5-38.125-62.5-23.178-17.002-55.094-30.336-92.686-39.126l-.03.093c-14.463-3.43-29.774-6.2-45.783-8.186zM438.75 254.28c-2.775 1.466-5.602 2.894-8.5 4.282-17.887 8.57-38.28 15.782-60.563 21.407.076 1.747.157 3.505.22 5.25 28.52 7.16 53.882 17.018 74.843 29.124 7.013-4.528 13.243-9.276 18.625-14.188 4.048 5.967 6.695 12.046 7.875 18.156-44.395 37.95-124.776 61.032-216.97 61.032-91.678 0-171.673-22.833-216.218-60.406 1.073-6.204 3.614-12.363 7.563-18.407 5.284 4.767 11.362 9.375 18.188 13.783 18.36-10.605 40.1-19.463 64.374-26.313.187-3.396.38-6.808.625-10.22-21.873-6.21-41.72-14.01-58.937-23.155l-.47-.25c-16.194 9.734-28.633 20.496-36.905 31.78l.22.283c-8.845 11.994-13.94 25.25-13.94 39.406 0 10.872 3.005 21.224 8.407 30.875.132.24.272.476.407.717.405.706.82 1.397 1.25 2.094 1.892 3.12 4.083 6.207 6.593 9.25.585.718 1.202 1.42 1.813 2.126.185.21.375.415.563.625 5.163 5.872 11.22 11.408 18.03 16.533 22.565 16.98 53.672 30.316 90.282 39.156l.063-.314c25.46 6.28 53.695 10.45 83.593 11.906 7.56.37 15.816-.03 24.5-.03 38.333 0 74.52-4.358 106.44-12l.092.437c37.33-8.833 69.03-22.136 92.032-39.095 23.002-16.96 37.812-38.32 37.812-62.28 0-24.065-14.946-45.5-38.125-62.5-4.295-3.152-8.903-6.17-13.78-9.064zm-291.438 28.282c-1.078 16.56-1.462 33.164-1.562 48.782h44.313l.625 8.625 1.25 16.56c19.825 2.65 40.72 4.126 62.343 4.126 18.48 0 36.42-1.072 53.626-3.03l1.156-17.563.594-8.72h42.125c-.004-15.09-.072-31.11-.686-47.124-29.833 6.065-62.517 9.374-96.813 9.374-8.092 0-16.62.428-25.405 0-28.9-1.408-56.355-5.2-81.563-11.03zm52.032 172.594L202 490.28h97.094l2.312-34.967c-15.27 1.403-31.017 2.156-47.125 2.156-8.092 0-16.62.427-25.405 0-10.03-.49-19.884-1.264-29.53-2.314z" fill="#fff"/></svg>
<svg class="tc-image-originals-trash-can tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M199 103v50h-78v30h270v-30h-78v-50H199zm18 18h78v32h-78v-32zm-79.002 80l30.106 286h175.794l30.104-286H137.998zm62.338 13.38l.64 8.98 16 224 .643 8.976-17.956 1.283-.64-8.98-16-224-.643-8.976 17.956-1.283zm111.328 0l17.955 1.284-.643 8.977-16 224-.64 8.98-17.956-1.284.643-8.977 16-224 .64-8.98zM247 215h18v242h-18V215z"/></svg>
<svg class="tc-image-originals-tread tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M173.438 56.625c-24.197.254-51.41 8.524-76.125 23.875C56.04 106.135 22.91 150.185 21.5 204.813c23.035 23.153 37.246 53.802 48.72 86.312 37.776-75.574 103.61-112.37 154.28-109.22-12.233-36.11-9.912-77.263-10.344-115.968-10.255-5.718-22.525-8.79-35.906-9.25-1.585-.054-3.2-.08-4.813-.062zm42.78 144c-36.993 1.83-87.634 28.563-121.218 84.094 25.173 56.788 58.682 115.636 94.688 155.25 30.954-10.902 72.793-30.752 113.093-54.408-19.64-45.728-15.747-92.128 1.595-128.812-9.745.435-18.834-.526-27.313-2.906-2.768-.777-5.445-1.726-8.062-2.78l.375.655c-5.122 2.997-12.668 10.257-18.813 19.03-6.144 8.773-11.073 19.095-12.75 27.688l-18.343-3.563c2.4-12.312 8.46-24.392 15.78-34.844 5.023-7.17 10.564-13.568 16.438-18.56-5.982-4.3-11.545-9.33-16.688-15.032-19.934 9.052-40.194 31.397-43.313 50.156l-18.437-3.063c4.4-26.468 25.81-49.992 49.938-62.155-2.39-3.44-4.697-7.03-6.97-10.75zm185.813 2.78c-.733.002-1.483.004-2.217.032-11.748.45-23.438 4.37-34.625 11.063-44.48 26.61-76.574 99.088-42.72 169.563l7.25 7.25-10.25 6.156c-46.5 27.946-95.11 51.027-130.75 62.53l12.345 17.875c92.26-33.88 212.588-103.56 290.843-165.78-13.427-54.603-34.915-85.3-57.062-99-10.753-6.654-21.793-9.703-32.813-9.69z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-treasure-map tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M242.563 27.656c-10.062.033-20.126.205-30.188.5l6.094 65.594-61.095-62.563c-31.256 2.57-62.494 6.655-93.75 12.532l34.25 28.405-48.063-.563c35.158 100.168 6.936 182.575-.312 292l95.75 105.844c10-1.326 19.856-2.423 29.563-3.344l21.53-42.156 18.532 28.844 41.5-33.594.813 43.094c82.943-.242 157.734 9.098 235.687 7.813-28.15-73.01-31.13-143.562-31.875-209.157l-33.25-19.125 32.688-33.874c-.43-21.333-1.342-42.006-3.625-61.937l-57.438.718 50.25-41.657c-3.843-15.477-9.052-30.4-16.125-44.718l-29.53-23.906c-53.8-5.488-107.607-8.924-161.408-8.75zm58.718 36.97l7.095 16.624 24.594 57.625 14.092-19.75 8.344-11.688 7.313 12.376 40.655 69.124-16.125 9.47-33.375-56.688-42.438 59.405-15.187-10.875 24-33.594-21.97-51.406-24.56 40.063 11.967 22.625-16.53 8.75-18.25-34.5-24.845 58.187-17.187-7.344 32.53-76.186 7.69-18.03 9.155 17.31 5.313 10.032 28.25-46.125 9.468-15.405zm-194.842 56.25h.093l.126.03.094.03 4.78 1.126.095.032.125.03 4.53 1.19.126.03.125.03 4.282 1.25.126.032.124.03 4.094 1.314.125.03.126.064.22.062-5.845 16.53-.343 1.095h-.03l-.22-.06-3.562-1.157-.25-.063-3.813-1.125-.25-.063-4.062-1.062-.22-.063-4.343-1-.093-.03-.125-.032 1.155-4.906 2.813-13.345zm37.874 13.374l2.657 1.53.186.095.156.125 2.657 1.656.155.125.188.126 2.437 1.688.188.125.187.155 2.28 1.75.19.125.155.156 2.125 1.78.156.158.19.156 1.936 1.844.188.156.156.188.844.875-13.53 12.875-.47-.5-.375-.344-1.22-1.156-.094-.094-.25-.22L144 156.44l-.156-.125-.188-.157-1.562-1.22-.188-.124-.156-.125-1.78-1.218-.314-.19-.03-.03-2.282-1.438L135 150.47l9.313-16.22zM173 166.625l.25.844.063.25.093.25.5 2.06.063.22.03.25.406 2.063.03.25.064.25.28 2.062.032.22v.25l.188 2.06.03.22v.22l.095 2.06v2.72l-.03.188-.095 2.062v.22l-.03.186-.19 2.064v.156l-.03.188-.156 1.156-18.53-2.406.124-.782.03-.344.126-1.343v-.064l.03-.312.064-1.688v-1.687l-.063-1.19-.125-1.593-.28-2.062-.314-1.563-.375-1.406-.03-.156-.125-.344 17.875-5.53zm-21.25 35.72l17.28 7.06-1.093 2.657-.062.157-.063.155-1.625 3.625-.062.125-.063.125-1.687 3.47-.03.093-.064.093-1.686 3.344-.063.063-.03.062-1.688 3.156-.03.064-.032.062-.313.563-16.343-9.064.25-.437.062-.126 1.53-2.875.095-.157 1.532-2.97.094-.218 1.47-3.03.124-.25 1.406-3.095.125-.313.97-2.343zm-16.47 34.093l17.69 6.03-.157.407-.032.063-1.03 3.5-.906 3.437-.03.22-.064.186-.656 3.314-.438 2.687-.03.22-.032.25-.188 1.906-18.594-2 .282-2.375v-.25l.03-.218.595-3.593.03-.22.03-.188.782-3.718.032-.22.062-.186.97-3.844.03-.188.063-.187 1.186-3.94.063-.186.06-.188.25-.72zm207.845 17.375l.875.093h.22l.186.03 1.906.25.22.033.187.03 1.874.344.187.03.22.032 1.813.406.218.063.19.063 1.78.468.22.063.186.06 1.72.564.218.062.22.063 1.655.624.217.094.188.093 1.625.69.22.092.186.094 1.594.75.188.125.218.095 1.53.844.19.092.187.125 1.218.75-9.75 15.938-1.124-.688-.094-.062-.75-.406-.406-.19-.75-.405-.187-.063-.22-.125-1.25-.5-.844-.312-1.28-.438-.282-.062-.156-.063-.938-.25-.344-.062-.062-.03-1-.22-1.47-.28-.218-.033-.187-.03-1.44-.188h-.06l-.5-.033 1.655-18.625zm-21.22 1.5l2.376 11.875 1.47 6.437-.188.03-2 .44-.156.03-.094.03-2 .533-.218.062-2.094.594-.22.062-2.155.688-.22.062-2.217.75-.22.094-2.312.844-.187.062-2.158.844-6.812-17.406 2.344-.906.094-.063.125-.03 2.687-.97.094-.063.125-.03 2.624-.876.125-.062.092-.03 2.594-.814.125-.03.095-.033 2.563-.718.093-.033.126-.03 2.5-.657.125-.03.126-.032 2.438-.532.125-.03.124-.032.062-.03zM284 271.156l10.97 15.156-1.72 1.22-.094.093-.094.063-3.156 2.156-.094.062-.125.063-3.218 2.092-.095.063-.094.063-3.28 2-.094.062-.125.063-3.31 1.906-.095.06-.125.064-1.063.594-8.937-16.407.875-.5.188-.092 2.937-1.688.22-.125 2.874-1.75.187-.125 2.814-1.844.22-.125 2.936-2.03 1.5-1.094zm-133.53 2.72l.124.437.062.28.47 1.376.06.124.908 2.187.062.19.594 1.186.125.22.844 1.5.124.187.97 1.437.092.125L156 284.53l.094.095 1.28 1.406-13.81 12.595-1.376-1.5-.22-.22-.187-.25-1.624-2.03-.187-.25-.19-.28-1.468-2.158-.187-.25-.156-.28-1.345-2.282-.156-.28-.157-.283-1.188-2.375-.125-.312-.125-.28-1.03-2.5-.126-.314-.095-.31-.875-2.595-.094-.313-.094-.312-.187-.72 18.094-4.655zm230.31 3.312l.845 1.312.063.156.093.125.97 1.69.063.124.093.125.938 1.75.062.124.063.156.905 1.78.063.126.062.125.844 1.876.062.125.063.095.81 1.938.033.125.062.093.78 1.97.033.125.062.125.75 2.03.03.095.033.094.718 2.092.033.094.03.125.157.5-17.813 5.626-.093-.312-.094-.22-.563-1.655-.062-.22-.594-1.594-.092-.22-.594-1.53-.094-.22-.625-1.436-.094-.25-.624-1.375-.125-.25-.655-1.313-.125-.25-.656-1.218-.156-.25-.657-1.156-.186-.282-.656-1.062 15.843-9.906zm-127.405 10.906l6.97 17.344-3 1.218-.095.03-.094.033-3.594 1.342-.093.063-.126.03-3.594 1.25-.094.033-.125.03-3.624 1.188-.094.03-.093.033-3.657 1.092-.094.032-.095.03-.188.032-4.968-18 .186-.062 3.25-.97.188-.062 3.22-1.03.217-.063 3.407-1.22v.03l3.188-1.217.22-.094 2.78-1.126zm-83.75 6.156l.25.125.063.03 2.218.876.375.126 1.97.688.25.062.156.063 2.094.592.125.032.22.062 2.56.625 2.314.5.186.033.156.03 2.75.438-1.468 8.72-.094.5-1.22 9.28-.186-.03-.156-.03-3.063-.533-.188-.03-.156-.032-3.03-.625-.156-.03-.188-.033-2.937-.718-.157-.064-.188-.062-2.844-.813-.186-.06-.22-.064-2.75-.937-.186-.064-.22-.094-2.655-1.03-.188-.094-.22-.094-.655-.28 7.625-17.064zm49.938 3.53l2.843 18.47-3.344.5-.125.03h-.125l-3.562.47h-.125l-.094.03-3.56.345-.126.03h-.125l-3.5.283h-.251l-3.47.187h-.25l-1.156.03-.406-18.686.906-.033h.25l2.97-.156 3.25-.217v-.032l3.31-.31.19-.033h.06l3.095-.406.124-.03h.094l3.125-.47zm174.5 18l.375 2.376.03.125v.158l.72 5.218v.125l.03.126.563 5.406v.219l.47 5.564-18.625 1.5-.438-5.344-.03-.22-.5-4.905v-.063l-.032-.218-.625-4.656-.03-.282-.376-2.125 18.47-3zM326.5 346.595c18.893 3.46 44.913 16.187 68.875 33.875 7.46-9.835 14.425-20.4 21.313-31.095l30.062 12.97c-4.686 12.21-14.99 25.518-28.563 37.186 17.017 16.166 30.87 34.515 37 52.94-13.806-18.108-31.07-31.73-50.28-42.814-23.387 15.846-52.682 25.93-79.626 20.438 22.915-4.383 40.644-16.56 55.814-32.594-16.462-7.504-33.798-13.877-51.25-20.094l-3.344-30.812z" fill="#fff"/></svg>
<svg class="tc-image-originals-trebuchet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M51.984 50.486l-7.968 16.14 11.396 5.626H55V237.85l.977-1.93 7.957-15.647 8.06 15.594c.342.66.667 1.317 1.006 1.977V80.934l216.248 106.742c-.157 1.276-.248 2.575-.248 3.896 0 17.228 13.773 31 31 31 8.558 0 16.26-3.4 21.85-8.93l83.277 41.106-26.832 32.133L454.508 416H480V304l-35.002-41.918 6.986-14.152-101.597-50.15c.4-2.003.613-4.078.613-6.208 0-17.227-13.773-31.002-31-31.002-9.404 0-17.772 4.11-23.44 10.64L51.985 50.487zM282.78 223.34L249.73 279H224v18h15.04L132.386 476.615l-100.375-.11-.02 18 122.53.134 4.376.005L479.99 495l.02-18-18.576-.02L352.99 227.722c-8.722 7.97-20.312 12.847-32.99 12.847-3.074 0-6.08-.3-9-.847V279h-24.05l23.392-39.396c-10.927-2.207-20.56-8.08-27.56-16.264zM329 252.793L340.402 279H329v-26.207zm-265.016 7.172C53.41 280.85 42.212 301.81 27.3 320.367c13.75 18.88 26.382 26.917 36.938 26.996 10.568.08 22.95-7.66 36.49-26.86-15.842-19.27-26.55-40.147-36.744-60.538zM276.26 297H311v179.813l-141.422-.157L276.26 297zm52.74 0h19.232L384 379.21V416h16.006l26.514 60.94-97.52-.106V297z" fill="#fff"/></svg>
<svg class="tc-image-originals-tree-branch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M335.594 18.53c-40.164.157-75.583 36.542-88.656 51.75-25.09-4.49-50.48-6.746-76.094-6.53-19.542.165-39.218 1.786-58.97 4.875-22.38-17.928-46.586-31.63-72.5-36.97C12.973 45.292 20.87 66.202 26.75 86.688c33.85-2.782 68.376 8.017 103.063 24.438 7.513 5.012 15.003 10.257 22.468 15.75 10.193 36.02 15.185 71.684 16.75 107.22-24.967 5.267-73.76 20.245-87.968 58.56l56.657-8.06-60.782 30.592c-1.59 28.013 4.228 50.995 12.28 71.844l38.626-40.874-29.063 63.25c12.435 27.13 25.52 52.227 25.75 82.844 15.673-15.742 30.667-28.657 44.314-40.78l-9.313-58.94 22.22 47.25c17.657-16.465 32.232-32.686 41.78-54.155l-36.28-56.063 44.594 30.47c.21-.965.4-1.953.594-2.938 11.05-55.837-31.68-107.473-44.657-121.625-1.19-29.747-4.676-59.735-11.5-90.032 39.703 32.23 78.083 71.073 113.064 115.28-8.172 28.668-12.69 52.292-14.156 71.97l31.593-28.47-30.81 61.626c3.548 23.952 13.97 39.684 29 51.562l25.342-46.156-9.062 56.813c16.678 9.177 36.777 16.253 58.406 24.78-.176-16.76.29-29.34.28-48.343l17.564 55.688c18.85 8.084 38.462 17.87 57.72 31.562 2.478-28.53 2.51-57.14-.345-84.188l-53.688-20.625 51.594 4.313c-3.97-25.8-10.814-49.764-20.967-70.313L371.5 307.344l47.094-8.53c-21.232-29.417-52.085-47.727-94.563-47.69-5.655.006-11.52.36-17.592 1.032-49.197-62.79-105.105-115.302-162.657-154.25-4.302-4.435-8.683-8.766-13.155-12.97 38.91-4.456 77.396-2.886 115.25 4.095 7.227 18.038 23.78 51.747 52.094 69.376l-6.75-53.562 29.436 63.062c2.974.69 6.026 1.226 9.188 1.53 59.64 5.77 98.592-45.932 158.937-38.686-18.445-8.86-31.076-21.388-42.717-35.063l-67.844.563 51.405-20.53c-14.13-17.083-30.05-34.107-56.094-46.75L324.876 58.5l25.875-38.22c-5.098-1.204-10.166-1.768-15.156-1.75z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-trefoil-lily tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M182.53 33.656c-30.402.31-60.104 25.67-57.655 56.844.895 11.393 4.828 22.11 11.25 31.813-11.477-10.676-22.322-21.627-32.063-32.75-17.582-3.415-44.45-10.41-67.343-10.594-5.284-.044-10.333.28-15.032 1.093 8.113 21.98 32.22 49.906 49.406 66.593 14.43 3.102 29.39 7.236 44.53 12.03-11.786-.796-23.196 1.168-33.655 6.158-36.125 17.236-37.668 75.304-2.657 96.97-8.335-22.065-.02-42.745 21.03-55.095 18.118-10.63 35.77-12.13 56.25-5.314.042.014.084.018.126.03 39.56 18.11 68.427 68.613 63.655 111.783-4.417 20.81-14.545 35.165-32.625 45.436-21.22 12.055-43.278 8.875-58.22-9.375 1.258 41.154 52.324 68.886 85.314 46.22 9.407-6.464 16.747-15.2 21.937-25.594-3.503 15.264-7.585 30.112-12.343 44.094 7.18 20.842 16.69 56.55 32.97 76.094 14.978-18.017 27.11-52.866 32.968-76.094-4.53-14.05-8.427-29.083-11.844-44.594 5.205 10.612 12.602 19.528 22.158 26.094 32.99 22.666 84.055-5.066 85.312-46.22-14.94 18.25-37.03 21.43-58.25 9.376-18.163-10.318-28.28-24.754-32.656-45.72-4.602-42.977 24.02-93.105 63.312-111.31 20.756-7.057 38.606-5.644 56.906 5.093 21.05 12.35 29.335 33.03 21 55.093 35.01-21.665 33.468-79.733-2.656-96.97-10.46-4.99-21.87-6.953-33.656-6.155 15.138-4.798 30.1-8.93 44.53-12.032 17.188-16.687 41.325-44.614 49.44-66.594-25.065-4.326-60.737 5.298-82.376 9.5-9.743 11.126-20.575 22.073-32.063 32.75 6.42-9.7 10.325-20.42 11.22-31.812 3.134-39.903-46.42-70.27-82.688-50.78 23.276 3.812 37.048 21.343 37.22 45.75.14 20.18-6.826 35.777-21.688 49.686l-.063-.094c-35.54 26.866-95.927 26.86-131.467 0l-.063.094c-14.85-13.905-21.797-29.515-21.656-49.687.17-24.407 13.943-41.938 37.22-45.75-7.935-4.264-16.52-6.15-25.033-6.064zm159.626 120.906c-3.087 2.5-6.178 4.986-9.28 7.438l-74.97 41.688-76.937-43.094c-2.473-1.963-4.916-3.976-7.376-5.97 15.658 8.235 34.41 14.076 55.22 16.814 18.92 4.05 38.854 4.058 57.78.03 20.955-2.73 39.822-8.607 55.562-16.905zM162 175.032c7.344 2.814 14.655 5.7 21.875 8.624l64.438 36.094v86.53c-.713 4.986-1.488 9.997-2.282 15-.62-15.827-4.128-32.85-10.624-50.155l-.03-.094c-6.063-22.786-18.308-44.236-34.845-61.06-11.844-14.57-24.957-26.348-38.53-34.94zm191.625 0c-13.267 8.397-26.085 19.85-37.72 33.968-.027.034-.064.06-.092.094-17.162 17.136-29.812 39.22-35.907 62.687-6.318 17.008-9.77 33.708-10.406 49.283-.87-5.484-1.71-10.972-2.5-16.438V220.03l67.03-37.28c6.48-2.61 13.022-5.2 19.595-7.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-trefoil-shuriken tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M220.094 27.688c-26.872-.036-50.823 6.838-74.125 18.625l-.157.812C70.522 86.93 19.124 165.858 19.124 257.063c0 6.59.332 13.085.875 19.5 7.276-8.357 15.818-15.872 26-21.75 13.382-7.727 27.847-12.19 42.344-13.72 4.425-49.566 25.685-94.32 58-128.53 41.687-32.344 93.704-55.56 153.28-67.282-29.822-12.154-55.82-17.56-79.53-17.593zm138.03 15.437c3.455 10.335 5.595 21.317 5.595 32.906 0 16.077-3.528 31.34-9.845 45.064 37.73 26.11 64.81 62.603 79.625 103.344 10.55 56.292 5.53 118.197-15.97 181.093 54.264-42.136 73.225-84.51 75.94-133.592.32-4.903.467-9.87.467-14.875 0-94.773-55.613-175.866-135.812-213.938zM160.813 124.22c-29.6 30.89-49.216 71.464-53.687 116.5.094.005.187.023.28.03 23.03 1.627 45.37 10.552 63.19 25.938 2.623 24.778 15.768 46.414 34.874 60.375 5.39 28.052-.712 57.203-16.47 80.718 41.77 10.37 86.995 7.1 128.47-11.717-10.642-21.43-14.025-46.166-9.126-70.032 18.074-13.773 30.528-34.53 33.344-58.25 17.844-16.04 40.438-25.365 64-27.03 4.524-.32 9.08-.316 13.656-.063-12.407-40.644-37.918-77.395-74.75-103.312-13.174 19.026-32.327 33.592-54.75 40.906-10.333-4.39-21.69-6.843-33.625-6.843-11.732 0-22.935 2.376-33.126 6.625-.01-.003-.022.004-.03 0-27.138-9.022-49.527-28.61-62.25-53.843zm95.094 70.218c34.775 0 62.97 28.162 62.97 62.937s-28.195 62.97-62.97 62.97-62.937-28.195-62.937-62.97 28.16-62.938 62.936-62.938zM51.28 325.405c9.353 68.066 36.573 105.64 77.72 132.53l.625-.217c36.79 23.387 80.423 37.06 127.22 37.06 50.05 0 96.018-15.642 134.217-42.092-10.772-2.214-21.397-5.922-31.437-11.72-13.048-7.532-23.9-17.428-32.344-28.843-42.115 19.633-87.96 24.486-131.124 16.25C143.6 409.052 93.93 374.245 51.28 325.405z" fill="#fff"/></svg>
<svg class="tc-image-originals-tribal-mask tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M208.906 18.688l22.375 248.468h66.19l17.124-248.47-105.688.002zm263.156 5.093C425.9 34.41 378.79 42.034 331.438 46.063l-5.156 74.782c6.96-3.386 14.792-5.28 23.033-5.28 28.118 0 51.468 22.157 51.468 49.75 0 27.59-23.35 49.78-51.467 49.78-10.656 0-20.626-3.197-28.907-8.656l-4.375 63.5c49.813-4.658 98.347-16.405 140.22-35.5 11.706-64.972 15.46-137.184 15.813-210.657zm-414.75.47c.54 72.185 5.904 143.733 18.907 208.438 39.154 19.32 86.55 31.668 136.5 36.812l-5.814-64.813c-8.734 6.52-19.66 10.407-31.406 10.407-28.118 0-51.47-22.19-51.47-49.78 0-27.593 23.352-49.75 51.47-49.75 8.578 0 16.708 2.067 23.875 5.717L192.687 47c-45.744-3.466-91.08-10.858-135.375-22.75zM81.25 255.625c5.254 22.24 11.47 43.552 18.844 63.625 3.833 10.436 7.945 20.523 12.375 30.25l24.155-67.188 2.406-6.718c-20.27-5.324-39.652-12-57.78-19.97zm370.594 1.094c-19.698 8.17-40.49 14.915-61.97 20.186l4.782 10.688 27.75 62.03c4.53-10.134 8.702-20.657 12.5-31.562 6.75-19.376 12.32-39.912 16.938-61.343zM152.938 279l1.187 3.063 35.906 91.718 35.47-72.655 5.313-10.875c-26.643-1.772-52.83-5.524-77.875-11.25zm227.812.03c-22.253 4.998-45.168 8.462-68.28 10.44l5.436 11.842 30.125 65.532 29.314-78.688 3.406-9.125zm-74.97 11c-22.536 1.645-45.234 1.87-67.655.69l4.438 11 28.187 69.842 30.094-70.03 4.937-11.5zm-159.967 22.033l-21.782 60.625c3.623 6.662 7.402 13.115 11.376 19.343 15.39 4.535 30.76 8.29 46.125 11.283l-1.155-2.907-34.563-88.344zm241.093 4l-29.187 78.406-3.19 8.5c15.224-3.122 30.45-7.055 45.69-11.876 4.05-6.318 7.87-12.87 11.5-19.625l-24.814-55.408zm-153.812 12.125l-35.625 72.906-2.282 4.687c23.9 3.938 47.784 5.975 71.656 6.033l-5.03-12.47-28.72-71.156zm76.625 0L279.06 399.53l-5.25 12.25c23.708-.325 47.41-2.653 71.125-6.967l-4.468-9.72-30.75-66.906zm72.686 87.437c-76.626 19.9-153.423 19.205-229.937.313 28.78 36.042 65.446 62.172 112.06 75.156 50.554-13.98 88.787-40.065 117.876-75.47z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-trident tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M17.156 16.438v41.656L192.78 234.22l-51.436 51.405-11.97 12L140.782 309l106.69 106.688-24.532 24.53 125.75 53.844-53.875-125.718-23.407 23.406-94.72-94.72 48.44-48.436 135.78 135.75-23.97 23.937 125.72 53.876-53.844-125.72-23.968 23.97-135.78-135.75 48.467-48.47 94.72 94.72-23.375 23.406 125.72 53.844-53.876-125.72-24.533 24.533L309.5 140.28l-11.406-11.374-11.97 11.97-51.468 51.436L58.812 16.438H17.157z" fill="#fff"/></svg>
<svg class="tc-image-originals-triforce tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 59.72L142.687 256h226.625L256 59.72zM369.313 256L256 452.28h226.625L369.312 256zM256 452.28L142.687 256 29.376 452.28H256z" fill="#fff"/></svg>
<svg class="tc-image-originals-trigger-hurt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.25 121.03A60 60 0 0 0 196 181a60 60 0 0 0 120 0 60 60 0 0 0-61.75-59.97zM136 271l-60 60H46c-15 0-30 15-30 30v30h480v-30c0-15-15-30-30-30h-30l-60-60-60 60-60-60-60 60-60-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-trilobite tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M160.75 19.813c-20.646.25-41.612 7.79-60.313 20.812-53.193 37.04-89.84 119.422-56.75 216.78 14.02 41.247 17.176 76.314 12.532 102.876-4.645 26.563-16.63 44.325-33.407 53.533l8.968 16.375c22.472-12.332 37.482-36.012 42.845-66.688 5.363-30.676 1.525-68.624-13.25-112.094-30.714-90.37 3.892-163.527 49.72-195.437 22.912-15.957 48.175-21.373 69.874-14.595 8.79 2.746 17.236 7.494 24.905 14.656 6.87-1.905 13.903-3.405 21.063-4.53-11.533-13.967-25.36-23.27-40.407-27.97-7.074-2.21-14.334-3.396-21.655-3.655-1.373-.05-2.75-.08-4.125-.063zm190.25 0c-.688.01-1.376.038-2.063.062-7.32.26-14.58 1.446-21.656 3.656-14.853 4.64-28.525 13.77-39.967 27.44 7.332 1.015 14.52 2.423 21.562 4.25 7.433-6.704 15.552-11.206 24-13.845 21.7-6.778 46.93-1.362 69.844 14.594 45.826 31.91 80.432 105.067 49.717 195.436-14.774 43.47-18.613 81.418-13.25 112.094 5.364 30.676 20.375 54.356 42.844 66.688l9-16.375c-16.775-9.208-28.792-26.97-33.436-53.532-4.644-26.56-1.488-61.628 12.53-102.874 33.09-97.36-3.524-179.74-56.718-216.78-18.7-13.023-39.694-20.563-60.344-20.813-.688-.01-1.374-.012-2.062 0zM258.875 67.72c-45.568 0-85.98 15.268-115.344 46.28-18.403 19.437-32.584 45.278-40.624 78 2.796-2.137 5.747-4.206 8.875-6.156 20.045-12.495 47.272-21.908 78.97-27.53l.813-.158h4.468l2.157 1.25c16.93 9.77 38.155 16.125 60.907 16.125 22.986 0 43.854-6.19 60.844-16.093l2.968-1.718 3.344.56c31.974 5.568 59.492 14.963 79.75 27.44 3.09 1.9 6.01 3.915 8.78 6-8.05-32.59-22.21-58.338-40.56-77.72-29.365-31.012-69.777-46.28-115.345-46.28zm-67.063 109.436c-28.934 5.36-53.488 14.142-70.156 24.53-17.108 10.666-25.03 22.14-25.03 32.5h-.25c-.45 6.048-.75 12.255-.845 18.658 9.775-9.317 22.855-17.17 38.532-23.75 16.838-7.066 36.7-12.63 58.625-16.375-.517 6.294-.938 12.71-1.312 19.218-18.94 3.514-35.94 8.447-50.063 14.375-14.73 6.182-26.31 13.498-33.78 20.906-7.315 7.252-10.587 14.128-10.72 20.905.003.03-.002.063 0 .094.635 7.003 1.506 13.89 2.563 20.686.893-.988 1.816-1.96 2.78-2.906 9.418-9.24 22.25-16.933 37.69-23.344 14.618-6.07 31.61-10.955 50.31-14.437-.018 2.17-.03 4.343-.03 6.53 0 4.218.038 8.402.094 12.563-16.265 3.207-30.918 7.485-43.22 12.593-13.886 5.766-24.762 12.58-31.75 19.438-6.69 6.563-9.663 12.7-9.906 18.687 1.997 7.853 4.237 15.54 6.78 22.97 1.404-1.7 2.936-3.34 4.564-4.906 8.68-8.356 20.432-15.226 34.53-20.97 11.845-4.823 25.412-8.8 40.22-11.812.345 6.382.74 12.67 1.218 18.844-12.858 2.73-24.48 6.208-34.406 10.25-12.562 5.117-22.362 11.158-28.594 17.156-5.302 5.104-7.876 9.803-8.53 14.282 4.204 9.452 8.844 18.456 13.905 26.906 1.72-2.303 3.7-4.468 5.876-6.47 7.432-6.83 17.324-12.346 29.125-16.936 7.987-3.107 16.865-5.79 26.47-7.97.837 6.367 1.76 12.573 2.75 18.595-8.278 1.923-15.823 4.207-22.438 6.78-10.306 4.01-18.314 8.745-23.25 13.28-4.503 4.14-6.255 7.63-6.53 10.72 6.897 9.326 14.325 17.786 22.187 25.25 1.29-1.478 2.736-2.842 4.25-4.063 5.613-4.53 12.744-7.94 21.155-10.812 3.854-1.316 8-2.51 12.375-3.563 1.613 6.326 3.34 12.347 5.156 18-4.177.962-8.04 2.04-11.5 3.22-7.036 2.402-12.41 5.276-15.437 7.718-.742.598-1.308 1.13-1.75 1.594 22.71 17.092 48.362 26.562 75.405 26.562 26.61 0 51.873-9.172 74.313-25.75-.472-.624-1.215-1.42-2.438-2.406-3.026-2.442-8.432-5.316-15.47-7.72-3.25-1.11-6.887-2.11-10.78-3.03 1.846-5.656 3.576-11.668 5.22-18 4.09 1.01 7.995 2.136 11.624 3.375 8.41 2.872 15.51 6.283 21.125 10.813 1.834 1.48 3.54 3.173 5.03 5.03 8.788-8.207 17.033-17.647 24.625-28.156-.737-2.598-2.538-5.483-6.125-8.78-4.935-4.537-12.944-9.273-23.25-13.282-7.288-2.835-15.713-5.317-25-7.344 1-6.013 1.903-12.207 2.75-18.562 10.58 2.264 20.35 5.123 29.03 8.5 11.803 4.59 21.663 10.107 29.095 16.937 1.763 1.622 3.372 3.367 4.844 5.19 4.768-8.078 9.16-16.648 13.155-25.626-.655-4.48-3.23-9.178-8.53-14.28-6.233-6-16.065-12.04-28.626-17.158-10.093-4.11-21.953-7.624-35.064-10.375.49-6.184.898-12.448 1.25-18.842 15.063 3.022 28.858 7.042 40.875 11.937 14.1 5.743 25.85 12.613 34.533 20.97 1.627 1.565 3.16 3.204 4.562 4.905 2.456-7.176 4.646-14.586 6.594-22.156h-1.564c0-6.24-2.95-12.644-9.937-19.5-6.99-6.857-17.897-13.672-31.783-19.438-12.01-4.986-26.264-9.19-42.062-12.375.06-4.232.094-8.485.094-12.78 0-2.113-.014-4.215-.033-6.313 18.243 3.468 34.842 8.276 49.157 14.22 15.44 6.41 28.27 14.104 37.687 23.343 1.53 1.5 2.97 3.054 4.314 4.656 1.186-7.36 2.154-14.83 2.844-22.437v-.095c-.133-6.777-3.405-13.653-10.72-20.906-7.47-7.41-19.05-14.725-33.78-20.908-14.295-5.998-31.504-10.973-50.72-14.5-.374-6.496-.826-12.9-1.343-19.187 22.197 3.746 42.3 9.33 59.313 16.47 15.677 6.578 28.756 14.432 38.53 23.75-.12-8.078-.537-15.866-1.218-23.376-2.06-9.098-10.045-18.77-24.78-27.845-16.722-10.298-41.312-18.954-70.19-24.28-19.17 10.455-42.02 16.874-66.936 16.874-24.938 0-48.096-6.622-67.28-17.064zm113.938 37.03c.552 6.737 1.022 13.588 1.406 20.564-14.747 7.02-32.27 10.037-49.687 9.938-16.666-.095-33.324-3.06-47.564-9.282.373-6.835.84-13.55 1.375-20.156 12.04 6.664 29.156 10.652 46.282 10.75 18.163.103 36.2-4.176 48.188-11.813zm2.5 55.69c.01 1.622.03 3.242.03 4.874 0 5.7-.07 11.345-.186 16.938-14.94 7.35-32.83 10.507-50.625 10.406-17.025-.097-34.033-3.19-48.47-9.688-.122-5.83-.188-11.71-.188-17.656 0-1.193.026-2.375.032-3.563 12.092 7.523 30.394 12.115 48.72 12.22 19.474.11 38.802-4.83 50.686-13.532zm-1.53 55.312c-.478 7.605-1.045 15.068-1.72 22.343-14.235 6.408-30.902 9.158-47.5 9.064-15.85-.09-31.69-2.794-45.406-8.47-.65-7.073-1.223-14.3-1.688-21.687 11.908 7.076 29.543 11.37 47.188 11.47 18.773.106 37.374-4.534 49.125-12.72zM301 381.313c-1.094 7.552-2.3 14.82-3.594 21.78-12.44 4.234-26.21 6.11-39.937 6.032-13.043-.074-26.065-1.916-37.94-5.688-1.254-6.85-2.436-13.98-3.5-21.406 11.578 5.232 26.547 8.322 41.532 8.408 15.906.09 31.702-3.183 43.438-9.125zm-75.063 51.5c7.966 4.054 20.26 6.72 32.5 6.78 12.307.062 24.534-2.53 32.375-6.718-2.17 8.255-4.473 15.77-6.906 22.5-8.14 2.06-16.85 2.95-25.562 2.906-8.772-.042-17.526-1.03-25.656-3.124-2.374-6.685-4.637-14.166-6.75-22.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-triorb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M133.813 38.28C70.838 38.28 20.406 89.5 20.406 152.47c0 62.972 50.432 113.405 113.406 113.405 12.027 0 23.638-1.835 34.532-5.25-.437-.958-.844-1.932-1.25-2.906l-69.78-120.876-8.19-13.625 16-.345h138.97c-13.07-48.662-57.543-84.596-110.28-84.594zm247.843 0c-52.74 0-96.672 35.93-109.562 84.595H426.47l-8.19 14.28-71.124 123.314c-.004.007.004.02 0 .03-.013.03-.017.064-.03.094 10.874 3.434 22.47 5.28 34.53 5.28 62.975 0 114.156-50.432 114.156-113.405 0-62.972-51.18-114.19-114.156-114.19zm-260.53 103.314l39.093 67.562c3.127-27.534 17.792-51.71 39-67.562h-78.095zm125.405 0c-38.53 5.45-68.186 38.596-68.186 78.625 0 11.152 2.282 21.772 6.437 31.405l1.064 1.844c36.87-18.726 62.156-56.763 62.156-101 0-3.67-.19-7.295-.53-10.876h-.94zm22.25 0c-.334 3.58-.53 7.206-.53 10.875 0 44.112 24.748 82.062 61.22 100.843l1.75-3.032c3.8-9.275 5.905-19.42 5.905-30.06 0-40.03-29.657-73.175-68.188-78.626h-.156zm47.47 0c21.134 15.798 35.742 39.864 38.938 67.28l38.937-67.28H316.25zm-58.5 109.28c-23.044 0-44.42 6.85-62.25 18.626.005.006-.005.025 0 .03 14.546 18.33 37.014 30.095 62.22 30.095 25.257 0 47.766-11.823 62.31-30.22-17.92-11.708-39.308-18.53-62.28-18.53zm-77.094 30.345c-22.37 20.864-36.312 50.707-36.312 83.81 0 62.974 50.43 113.408 113.406 113.408 62.975 0 114.156-50.434 114.156-113.407 0-33.095-14.16-62.915-36.72-83.78l-69.06 119.72-8.5 13.967-7.813-13.968-69.157-119.75zm38 28.936l38.97 67.344 38.905-67.22c-11.92 5.183-25.052 8.064-38.81 8.064-13.87 0-27.07-2.93-39.064-8.188z" fill="#fff"/></svg>
<svg class="tc-image-originals-triple-beak tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M321.457 34.094c-.202 1.93-.294 3.07-.54 5.27-1.51 13.56-3.863 31.932-7.25 51.327-3.385 19.396-7.785 39.79-13.532 57.59-5.747 17.8-12.344 33.076-22.885 42.777-16.16 14.868-43.368 21.36-64.744 18.402-11.006-1.524-21.233-7.727-31.85-15.81-10.6-8.07-21.425-18.31-31.947-29.058-21.74-21.757-26.344-49.552-17.33-72.705 7.058-18.135 21.882-33.398 41.475-42.82-10.92-5.51-23.25-7.14-34.812-4.608-2.986.653-5.33 1.175-7.387 1.944h-.004c-7.268 2.716-14.464 7.406-20.216 13.364v.002c-7.268 7.525-9.54 17.93-13.657 30.626-3.567 11-7.106 21.985-10.583 32.97 12.12 5.532 21.053 16.466 26.004 29.443 5.817 15.243 6.63 33.637 1.66 52.19-4.972 18.554-14.873 34.078-27.532 44.37-10.683 8.688-23.754 13.685-36.9 12.534-1.922 10.102-3.64 20.247-5.115 30.446 1.797-.812 2.85-1.32 4.91-2.23C61.803 284.55 79 277.276 97.59 270.42c18.59-6.855 38.542-13.3 56.892-17.193 18.35-3.895 34.933-5.744 48.622-1.072 22.058 7.527 40.21 25.817 47.777 47.77 7.098 20.583 1.257 48.603-6.884 77.74-7.98 29.74-29.922 47.663-54.625 51.516-19.37 3.02-40.172-2.124-58.214-14.4 1.436 22.502 17.423 42.414 40.602 48.193 10.465 2.61 20.08-.14 32.892-2.872 12.215-2.603 24.41-5.24 36.57-7.95-.75-12.738 4.2-25.34 12.622-35.694 10.294-12.658 25.816-22.56 44.37-27.53 9.276-2.486 18.513-3.524 27.337-3.215 8.822.31 17.232 1.967 24.854 4.875 12.164 4.64 22.525 12.788 28.332 23.77 9.207-3.25 18.354-6.672 27.428-10.305-11.19-8.05-26.56-19.445-45.18-35.028-15.1-12.636-30.535-26.655-43.01-40.566-12.477-13.91-22.33-27.322-25.228-41.43-4.525-22.025 1.693-49.892 15.942-66.657 14.1-16.588 41.71-25.365 70.996-32.88 29.747-7.96 56.285 2.045 72.045 21.484 12.35 15.235 18.354 35.8 16.774 57.556 18.63-12.516 27.63-36.35 21.035-59.342-2.96-10.32-10.267-17.337-19.06-27.09-7.82-8.676-15.65-17.308-23.517-25.88-9.88 5.055-21.557 6.38-33.084 4.53-16.11-2.585-32.447-11.08-46.028-24.66-13.583-13.583-22.076-29.92-24.66-46.03-1.815-11.31-.576-22.767 4.245-32.525-8.488-7.334-17.135-14.492-25.98-21.44zm-64.06 15.254c-15.734-.033-31.723 1.863-39.09 4.447l-23.35 6.85c-23.017 6.146-39.594 21.177-46.152 38.025s-4.172 35.405 13.148 52.725l.035.035.035.035c6.1 6.23 12.253 12.203 18.23 17.54 13.744-14.476 31.505-25.465 52.153-30.997 9.798-2.625 19.647-3.862 29.338-3.832 1.385.004 2.765.034 4.143.09 6.196.25 12.312 1.028 18.297 2.28 4.474-15.147 8.16-32.44 11.064-49.07 2.052-11.755 3.68-23.032 5.006-33.19-11.63-2.683-23.57-4.313-35.693-4.79-2.38-.094-4.768-.143-7.162-.148zm132.744.34c-.678-.013-1.347-.01-2.007.01-7.927.23-14.553 2.874-19.37 7.69-6.42 6.422-8.982 16.06-7.113 27.712 1.87 11.65 8.422 24.773 19.42 35.77 10.998 10.998 24.12 17.55 35.772 19.42 11.65 1.87 21.288-.688 27.71-7.11 6.422-6.422 8.98-16.06 7.112-27.71-1.87-11.652-8.422-24.774-19.42-35.773-10.997-10.997-24.12-17.55-35.77-19.42-2.184-.35-4.298-.545-6.333-.588zM68.003 138.194c-6.837.09-13.97 2.95-20.836 8.534-9.155 7.444-17.242 19.68-21.268 34.703-4.025 15.022-3.14 29.664 1.067 40.69 4.206 11.024 11.24 18.092 20.014 20.442 8.77 2.35 18.398-.252 27.553-7.697 9.155-7.444 17.244-19.68 21.27-34.703 4.025-15.022 3.137-29.665-1.07-40.69-4.205-11.024-11.24-18.092-20.012-20.443-2.192-.588-4.44-.866-6.718-.837zm333.08 65.07c-5.147-.017-10.673.715-16.58 2.298l-.05.014-.048.012c-5.716 1.466-11.34 3.1-16.75 4.84.762 2.26 1.478 4.545 2.104 6.88 10.7 39.936-1.672 80.723-28.9 108.15 9.796 9.9 21.02 19.937 32.126 29.23 8.934 7.478 17.667 14.36 25.645 20.47 20.92-22.504 36.25-49.74 44.626-79.336l-.092.028 2.3-8.543c2.337-9.975 3.89-20.185 4.614-30.543-.612-14.058-5.318-26.69-12.875-36.01-8.65-10.67-20.68-17.443-36.12-17.49zm-248.61 69.596c-15.433 3.68-32.404 9.203-48.413 15.107-11.587 4.272-22.527 8.695-32.244 12.787 9.408 30.286 25.63 56.702 46.516 78.004l.14-.565 11.378 11.4c5.23 4.527 10.696 8.755 16.36 12.688 13.242 7.643 27.594 10.407 40.28 8.43 18.072-2.82 33.122-14.282 39.453-37.91l.014-.048.014-.047c1.758-6.287 3.274-12.543 4.544-18.61-36.54-10.552-66.868-39.41-77.407-78.74-.222-.83-.43-1.663-.634-2.496zm169.805 131.533c-6.155.014-12.655.834-19.228 2.595-15.024 4.026-27.26 12.113-34.704 21.268-7.445 9.155-10.048 18.78-7.698 27.555 2.35 8.773 9.42 15.808 20.444 20.014 11.024 4.207 25.665 5.094 40.69 1.07 15.022-4.027 27.258-12.114 34.702-21.27 7.445-9.154 10.048-18.78 7.698-27.554-2.35-8.772-9.42-15.807-20.444-20.013-5.512-2.104-11.927-3.377-18.843-3.62-.865-.032-1.738-.046-2.618-.044z"/></svg>
<svg class="tc-image-originals-triple-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M280.762 21.63c-15.912-.117-32 1.523-47.983 5.08-42.948 9.563-58.997 38.668-57.135 66.495 9.325.534 19.01 1.876 28.914 3.988 28.983 6.18 59.948 19.074 89.05 38.418 100.28-25.29 162.228 51.005 184.7 152.18 49.7-147.744-67.984-265.215-197.548-266.16zm-112.535 90.128c-16.8-.114-31.245 2.938-41.717 8.74l-.04-.074c-14.14 7.645-23.816 19.428-29.15 32.687 14.63 4.844 28.782 13.83 41.955 25.466 17.72 15.652 33.85 36.317 47.06 59.662 116.927 2.378 161.504 103.39 150.673 215.26 79.5-106.87 42.174-229.74-43.856-295.404-29.984-21.936-62.82-36.296-92.492-42.623-11.425-2.436-22.354-3.644-32.433-3.712zM75.29 167.963C21.077 166.605-10.09 248.77 47.966 276.21c104.435 49.363 94.912 140.96 34.844 222.71 115.134-47.87 134.337-172.24 81.997-260.066l.152-.01c-11.28-18.202-24.378-34.178-38.056-46.26-14.62-12.914-29.74-21.183-43.76-23.836-2.664-.454-5.287-.72-7.855-.785z"/></svg>
<svg class="tc-image-originals-triple-corn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.264 25.742c-8.315 14.136-16.582 27.34-26.84 38.324 5.71 12.268 7.027 27.05 3.213 42.352-3.693 14.814-12.696 30.46-27.72 40.926-9.218 6.42-20.75 10.58-33.995 11.13.044.04.085.082.13.124 27.867 26.39 78.488 49.25 114.93 47.94 10.39-19.972 13.76-42.98 12.362-66.872-2.45-41.87-20.68-85.56-42.08-113.924zm23.715 1.39c19.65 30.596 34.643 70.916 37.014 111.442 2.66 45.48-11.685 92.05-54.666 120.992 1.223 9.13 3.522 17.57 6.735 25.375 22.875-34.893 65.888-63.474 104.382-74.92 10.695-3.18 21.206-5.136 31.012-5.108 9.806.028 18.907 2.04 26.785 6.795 7.878 4.756 13.97 12.58 16.83 22.35 2.86 9.768 2.826 21.298.065 34.884l-18.31-3.72c2.346-11.547 2.02-20.088.316-25.915-1.706-5.828-4.452-9.124-8.557-11.602-4.036-2.437-9.938-3.76-17.11-3.822-12.096 13.07-15.27 25.72-14.275 37.42 1.096 12.875 7.967 24.907 15.946 32.612 11.34 10.95 23.726 14.673 34.97 13.002 11.246-1.67 21.882-8.785 29.368-22.53 24.563-45.1 19.074-91.64-6.992-133.954-9.293 6.84-21.606 8.167-33.426 5.63-13.45-2.89-27.08-10.564-38.736-22.22-11.656-11.656-19.33-25.287-22.22-38.736-2.23-10.387-1.46-21.146 3.396-29.91-27.773-16.384-59.202-29.51-92.527-38.063zM180.97 50.94c-.945-.023-1.906-.02-2.884.003-48.596 1.21-84.842 26.387-108.606 66.162 9.294 5.014 15.783 14.355 19.21 24.977 4.223 13.09 4.393 28.734.126 44.656-4.266 15.922-12.234 29.386-22.437 38.612-8.232 7.442-18.453 12.268-28.944 12.023-1.164 34.632 3.09 71.276 13.115 107.172 16.673-32.315 44.095-65.456 78.005-87.772 24.683-16.244 53.345-26.528 83.142-25.54 15.342.508 30.984 4.02 46.54 11.228 7.486-5.286 13.874-11.147 19.288-17.477-41.196-2.897-86.57-25.595-115.322-52.822-16.203-15.344-27.795-32.496-27.435-50.896.18-9.2 3.91-18.39 10.94-25.75 7.03-7.36 17.03-13.097 30.18-17.498l5.93 17.716c-11.174 3.742-18.407 8.295-22.6 12.686-4.195 4.39-5.677 8.417-5.77 13.21-.093 4.715 1.712 10.487 5.245 16.73 17.366 3.942 29.907.365 39.543-6.348 10.602-7.386 17.59-19.352 20.272-30.116 3.813-15.296.843-27.886-6.227-36.79-6.627-8.345-17.13-13.834-31.31-14.167zm227.643 15.744c-5.964-.177-10.498 1.516-13.52 4.537-4.027 4.028-5.695 10.745-3.716 19.96 1.978 9.212 7.814 20.1 17.162 29.448 9.347 9.35 20.235 15.186 29.448 17.165 9.214 1.978 15.93.31 19.96-3.72 4.027-4.027 5.695-10.742 3.716-19.956-1.978-9.214-7.816-20.102-17.164-29.45-9.348-9.348-20.236-15.186-29.45-17.164-2.303-.495-4.45-.762-6.437-.82zM54.503 131.93c-.37-.01-.744-.008-1.12.01-4.52.212-9.57 2.474-14.813 7.214-6.99 6.32-13.5 16.82-16.922 29.59-3.42 12.77-3.032 25.116-.138 34.084 2.893 8.968 7.695 13.952 13.197 15.426 5.503 1.474 12.153-.44 19.143-6.76 6.99-6.32 13.5-16.818 16.92-29.588 3.423-12.77 3.035-25.117.142-34.086-2.893-8.968-7.697-13.95-13.2-15.425-1.03-.277-2.103-.434-3.21-.465zm328.444 95.95c-.06.016-.116.03-.176.048-36.98 10.996-82.37 43.684-99.25 76.066 12.05 17.176 29.274 30.43 49.257 40.46 37.487 18.813 84.438 24.873 119.702 20.523-7.524-13.278-14.367-26.116-18.814-39.416-12.88-1.562-25.655-7.736-36.498-18.206-10.983-10.606-20.03-26.224-21.582-44.47-.952-11.192 1.214-23.258 7.36-35.005zm-180.842 21.827c-22.198 1.154-43.527 9.677-63.28 22.676-35.058 23.072-63.795 60.737-77.65 93.467 14.808.116 29 .546 42.376 3.12 7.655-12.19 20.408-21.6 36.593-26.24 14.675-4.21 32.724-4.237 49.3 3.54 10.17 4.773 19.536 12.68 26.635 23.878.014-.06.03-.114.045-.173 8.617-36.06 3.77-88.86-14.018-120.268zm21.67 1.28c16.844 36.825 19.482 85.828 10.52 123.33-5.187 21.703-14.244 40.32-30.36 49.208-8.057 4.445-17.88 5.81-27.77 3.403-9.89-2.408-19.857-8.202-30.243-17.387l12.377-13.995c8.826 7.806 16.387 11.794 22.286 13.23 5.9 1.437 10.128.707 14.326-1.61 4.13-2.276 8.227-6.726 11.867-12.907-5.27-17.01-14.64-26.083-25.272-31.072-11.697-5.49-25.552-5.555-36.215-2.497-15.153 4.346-24.57 13.21-28.746 23.785-4.175 10.574-3.33 23.34 4.83 36.697 28.356 46.408 74.964 64.432 128.37 60.46-.31-.856-.59-1.726-.83-2.62-3.496-13.046 1.72-26.303 10.946-36.506 9.226-10.203 22.69-18.17 38.612-22.438 7.96-2.133 15.853-3.158 23.39-3.12 7.538.036 14.72 1.136 21.266 3.247 11.163 3.6 20.895 10.593 25.692 20.66 24.98-15.106 48.997-33.986 70.59-56.04-36.322 1.72-78.734-5.455-115.016-23.665-39.46-19.804-71.826-53.956-77.04-103.1-7.917-3.42-15.786-5.725-23.58-7.064zm98.002 184.69c-5.804-.032-12.08.725-18.466 2.436-12.77 3.422-23.27 9.932-29.59 16.922s-8.233 13.64-6.76 19.143c1.475 5.502 6.458 10.304 15.427 13.197 8.968 2.893 21.316 3.283 34.086-.14 12.77-3.42 23.267-9.93 29.588-16.92 6.32-6.99 8.235-13.64 6.76-19.143-1.474-5.503-6.457-10.306-15.425-13.2-4.485-1.446-9.814-2.265-15.618-2.296z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-triple-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M205.5 22.46c-61.276.074-108.74 30.975-141.547 69.665-17.357 21.62-31.42 48.005-40.875 79.04l126.236 33.823-2.418 9.024c-4.61 17.21-1.716 30.275 4.954 40.35 6.67 10.074 17.62 17.196 29.87 20.27 12.247 3.072 25.55 2.006 36.512-3.54 7.643-3.866 14.295-9.773 19.098-18.477-9.31-13.04-13.174-27.55-12.412-41.334.956-17.288 8.75-33.3 20.426-45.356 11.676-12.056 27.436-20.32 44.767-21.383 14.838-.908 30.607 3.823 44.77 15.114l8.034-8.035c-15.862-20.453-34.494-37.005-54.187-49.4-26.933-16.854-52.138-19.52-73.422-9.89-1.975.894-3.926 1.904-5.85 3.025.987.835 1.953 1.705 2.883 2.635 18.255 18.255 18.256 48.136 0 66.393-14.328 14.327-35.815 17.405-53.225 9.242l-71.375-19.127 2.418-9.02C106.016 86.293 152.1 57.25 203.084 56.84c3.4-.028 6.82.072 10.256.3 50.24 3.315 104.02 31.904 142.892 81.16l27.995-27.993c-12.52-16.068-26.082-29.883-40.356-41.56-49.615-39.21-98.123-46.334-138.37-46.286zM427.69 93.27l-92.41 92.41-6.608-6.606c-12.6-12.6-25.358-16.62-37.418-15.883-12.06.738-23.703 6.66-32.488 15.732-8.786 9.07-14.515 21.123-15.194 33.39-.547 9.894 1.928 20.006 9.12 29.768 16.166-1.687 30.865 2.235 42.552 9.873 14.495 9.473 24.466 24.23 29.068 40.37 4.603 16.14 3.88 33.92-3.865 49.46-6.63 13.304-18.614 24.595-35.474 31.213l1.806 6.744c24.85-3.646 47.784-11.384 67.814-21.953 28.048-14.897 42.954-35.387 45.256-58.63.213-2.156.314-4.35.304-6.58-1.216.438-2.453.84-3.722 1.18-24.937 6.683-50.816-8.256-57.498-33.195-5.245-19.573 2.834-39.723 18.61-50.718l52.25-52.246 6.604 6.605c46.213 46.213 45.53 105.066 14.91 150.848-27.682 41.387-78.487 73.422-139.658 82.87l10.248 38.246c90.136-13.23 151.69-66.77 175.885-132.922 24.066-65.8 11.283-144.29-50.094-209.976zm-248.55 9.603c-7.21 0-14.424 2.78-19.98 8.337-11.114 11.114-11.112 28.847 0 39.96 11.114 11.113 28.85 11.11 39.96 0 11.115-11.115 11.113-28.848 0-39.96-5.556-5.557-12.768-8.336-19.98-8.336zM63.927 201.45c-36.107 86.415-20.79 168.475 25.242 223.51 44.95 53.74 119.32 81.915 206.893 61.604l-23.177-86.5c-.354.027-.704.065-1.06.09l-.39-5.504-9.197-34.32 9.024-2.418c17.21-4.612 27.077-13.65 32.467-24.465 5.39-10.813 6.082-23.858 2.62-36.002-3.464-12.144-11.038-23.132-21.324-29.853-8.428-5.508-18.61-8.425-30.923-6.914-6.674 12.36-16.37 21.49-27.432 27.086-15.45 7.816-33.217 9.072-49.496 4.988-16.28-4.084-31.315-13.6-40.9-28.078-8.207-12.395-11.992-28.417-9.293-46.328l-6.623-1.774c-10.547 24.858-15.907 50.268-16.828 74.426-1.124 31.74 9.168 54.897 28.146 68.512 1.76 1.263 3.61 2.45 5.545 3.554.23-1.272.5-2.544.84-3.814 5.664-21.138 25.12-35.095 46.106-34.787.677.01 1.355.034 2.035.074 3.11.182 6.24.68 9.36 1.516 19.57 5.244 32.98 22.314 34.616 41.474L249.3 438.9l-9.025 2.418c-63.128 16.915-113.755-13.102-138.093-62.51-22.604-45.89-24.443-107.98-.03-167.115L63.926 201.45zm319.95 18.685c-.41.007-.82.025-1.23.05-1.882.118-3.782.424-5.68.932-15.18 4.068-24.047 19.428-19.98 34.608 4.068 15.18 19.428 24.047 34.608 19.98 15.18-4.068 24.048-19.428 19.98-34.607-3.448-12.87-15.01-21.2-27.7-20.963zM183.812 343.123c-12.69-.237-24.25 8.096-27.698 20.963-4.068 15.182 4.8 30.54 19.98 34.607 15.18 4.068 30.54-4.8 34.606-19.98 4.07-15.182-4.8-30.538-19.98-34.606-1.897-.508-3.796-.816-5.677-.933-.41-.026-.82-.043-1.23-.05z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-triple-needle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M225 36.594c-5.34.077-10.522 2.24-14.375 5.187-5.872 4.493-10.23 10.723-13.406 17.5-3.178 6.78-5.173 14.08-4.907 21.44.265 7.358 3.762 15.907 11.687 19.655l8.156 3.844L216 96.093l6.97-14.72 11 5.22-5.22 11.062-3.844 8.156 8.156 3.844 132.625 62.75 8.157 3.844 3.844-8.156 6-12.688 105.437 41.125-99.25-54.218 6-12.656 3.844-8.125-8.158-3.874-132.625-62.72-7.562-2.123-4.438 6.406-5.25 11.06-11-5.218 6.938-14.687 3.875-8.156-8.156-3.845c-1.986-.94-4.02-1.48-6.063-1.688-.765-.078-1.517-.104-2.28-.093zm-145.438 83c-.527.017-1.066.058-1.593.094-6.326.424-12.655 2.19-18.657 4.718-8.003 3.37-15.4 8.145-20.782 14.563-5.38 6.416-8.79 15.966-5.06 24.905l3.468 8.313 8.312-3.47 19.438-8.093 6.906 16.53-15.03 6.282-8.314 3.47 3.47 8.312 67.155 161.06 3.47 8.314 8.31-3.47L146 354.72l61.125 121.874-45.03-128.563 15.25-6.374 8.31-3.47-3.468-8.31-67.156-161.063-3.468-8.313-8.312 3.47-15.03 6.28-6.907-16.563 19.468-8.125 8.314-3.468-3.47-8.313c-3.74-8.97-12.967-13.383-21.343-14.06-1.57-.13-3.136-.177-4.718-.126zm111.532.187c-.458.003-.92.01-1.375.032-2.432.117-4.82.51-7.095 1.126-9.095 2.462-17.565 7.864-24.844 14.562-7.278 6.698-13.347 14.713-16.593 23.53-3.245 8.82-3.19 19.885 3.97 27.72l6.062 6.656 6.655-6.094L177 169.845l16 17.5-15.03 13.72-6.657 6.092 6.093 6.656 136.625 149.5 6.064 6.657 6.656-6.064 14.125-12.937 115.72 110.06L356 337.19l14.094-12.907 6.656-6.06-6.063-6.658-136.656-149.53-6.06-6.626-6.657 6.063-15 13.718-16-17.5 19.125-17.47 6.656-6.062L210 127.5c-5.06-5.536-12.044-7.752-18.906-7.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-triple-plier tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M249.732 22.447c-36.686 14.92-66.09 46.27-77.392 87.354 16.886 9.69 25.848 29.84 20.57 49.536-6.288 23.468-30.41 37.398-53.88 31.11-8.636-2.315-15.974-7.05-21.495-13.274-39.796 9.484-74.095 37.174-90.722 76.29 10.97-5.244 23.145-8.03 35.658-7.91 6.764.064 13.626.976 20.446 2.803 9.307 2.494 17.8 6.534 25.287 11.758 11.77-19.426 32.72-31.77 55.365-32.695.833-.034 1.667-.052 2.504-.055 5.86-.02 11.812.725 17.73 2.31 16.115 4.32 29.318 14.164 38.15 26.942 17.566-5.8 31.458-19.638 37.34-37.168-24.84-15.33-37.902-45.733-29.978-75.308 4.83-18.03 16.576-32.422 31.616-41.113-15.16-19.403-21.392-45.44-14.553-70.963.9-3.356 2.046-6.55 3.355-9.617zm19.834 1.9c-2.187 3.97-3.95 8.132-5.134 12.555-5.806 21.668.474 43.64 14.722 58.836 4.233-1.016 8.584-1.635 13-1.816.833-.034 1.667-.054 2.504-.057 5.86-.02 11.812.725 17.73 2.31 11.55 3.095 21.6 9.035 29.626 16.85 20.286-5.855 37.058-21.882 42.94-43.83 1.068-3.99 1.538-8.085 1.622-12.285-27.947 25.9-71.684 25.523-98.85-1.644-8.847-8.846-14.904-19.615-18.16-30.918zm135.043 41.63c-.364 2.658-.876 5.345-1.602 8.056-6.935 25.883-25.78 45.495-49.06 54.555 8.35 14.903 11.155 32.93 6.404 50.662-7.778 29.027-33.466 48.637-61.998 50.164-3.984 18.863 1.576 38.664 14.896 52.688 8.506-4.263 17.913-6.773 27.637-7.17.832-.034 1.667-.054 2.504-.057 5.86-.02 11.814.725 17.733 2.31 29.93 8.02 49.844 35.082 50.248 64.67 3.177-.31 6.385-.46 9.62-.404 5.625.1 11.32.763 17.016 2.036 22.22 4.97 40.317 18.287 51.91 35.9 5.84-44.56-11.674-88.138-44.334-116.534-8.75 3.746-18.766 4.705-28.672 2.05-23.468-6.288-37.396-30.412-31.107-53.88 5.127-19.137 22.11-31.926 40.927-32.59 10.71-40.516 1.268-81.384-22.12-112.455zM295.56 112.53c-22.043-.39-42.218 14.13-48.197 36.445-7.054 26.325 8.425 53.137 34.75 60.19 26.323 7.054 53.138-8.428 60.192-34.75 7.053-26.326-8.43-53.137-34.752-60.19-3.29-.882-6.59-1.41-9.856-1.612-.714-.044-1.427-.07-2.138-.084zM166.974 246.024c-22.042-.39-42.22 14.134-48.198 36.448-7.053 26.325 8.425 53.135 34.75 60.19 26.323 7.052 53.14-8.428 60.192-34.75 7.052-26.326-8.43-53.14-34.753-60.192-3.29-.88-6.587-1.41-9.854-1.61-.714-.044-1.427-.072-2.138-.085zM62.252 264.227c-12.942-.134-25.322 3.77-35.643 10.85 3.035.736 6.032 1.665 8.976 2.86 8.58 3.476 16.93 8.535 23.885 15.49 25.982 25.98 27.916 67.116 5.405 95.104 25.453-1.025 48.234-17.35 56.395-42.622-18.528-16.51-27.358-42.63-20.567-68.154-6.487-5.132-14.107-9.06-22.625-11.344-5.3-1.42-10.61-2.13-15.826-2.183zm282.04 29.312c-22.04-.39-42.217 14.13-48.196 36.444-7.054 26.326 8.427 53.138 34.752 60.192 26.323 7.053 53.136-8.43 60.19-34.752 7.053-26.325-8.428-53.136-34.75-60.19-3.29-.88-6.59-1.41-9.856-1.61-.715-.045-1.428-.072-2.14-.085zm-99.45.192c-3.59-.08-7.2.19-10.79.778.068 6.023-.654 12.147-2.286 18.238-9.667 36.077-46.997 57.63-83.075 47.963-3.983-1.067-7.778-2.49-11.385-4.192-11.953 30.197-40.82 49.698-72.483 50.716 14.008 11.373 30.652 20.118 49.13 25.07 24.042 6.44 48.37 5.974 70.708-.306-5.585-19.028 2.288-40.1 20.225-50.457 7.233-4.175 15.16-6.064 22.94-5.89 14.857.333 29.185 8.184 37.157 21.993 9.654 16.72 7.072 37.136-4.95 50.916 16.55 19.293 38.774 34.03 65.128 41.09 14.625 3.92 29.43 5.272 43.79 4.268-25.375-18.835-38.995-51.03-32.675-83.775-3.416-.37-6.845-1.004-10.263-1.92-36.08-9.668-57.63-46.996-47.963-83.075 1.45-5.41 3.525-10.493 6.122-15.195-10.722-10.213-24.835-15.896-39.33-16.22zm175.77 66.39c-3.973-.076-7.895.215-11.73.835-7.192 25.736-28.503 43.942-53.288 48.47-.202.772-.4 1.547-.576 2.333-6.29 28.138 6.278 55.694 29.34 70.082-1.518-5.666-2.303-11.58-2.303-17.865 0-39.347 32.17-71.77 71.515-71.772 4.918 0 10.07.718 14.71 1.668 3.487.714 6.885 1.754 10.167 3.012-8.49-17.32-24.162-30.606-44.52-35.158-4.464-.998-8.92-1.522-13.316-1.606zM54.993 398.18c-.04.034-.086.067-.127.1.035.036.072.07.108.105l.02-.205z"/></svg>
<svg class="tc-image-originals-triple-scratches tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M190.03 21.97c-.71-.003-1.422.01-2.124.03 38.633 74.657 186.967 157.52 307.906 333.03-38.488-159.928-215.34-332.78-305.78-333.06zM83.53 65.374c61.253 98.216 249.157 212.75 375.75 378.844C420.49 283.03 173.3 62.907 83.53 65.374zm-67.31 81.313c59.365 87.324 194.506 155.172 355.03 345.125-38.792-161.19-265.263-347.592-355.03-345.125z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-triple-skulls tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M263.072 20.533c-2.074.012-4.16.074-6.26.188h-.003c-67.146 3.63-118.2 58.187-114.83 120.41 1.86 34.32 19.7 63.35 46.885 82.837l3.643 2.61 1.924 35.507c12.117 1.775 24.226 3.197 36.37 4.03l-1.23-37.126 18.678-.617 1.277 38.55c13.15.215 26.368-.35 39.71-1.936l-1.34-40.384 18.68-.62 1.263 38.122c11.866-2.278 23.85-5.44 35.986-9.65l-1.84-33.948 3.342-2.99c24.92-22.298 39.52-53.084 37.66-87.41-3.164-58.41-52.277-104.87-113.73-107.46-2.05-.086-4.11-.123-6.186-.11zm62.053 72.48c25.69-.373 46.49 20.283 29.225 75.56-11.796-2.273-23.18-4.924-33.793-8.274 3.6-3.322 5.87-8.062 5.87-13.345 0-10.036-8.14-18.174-18.175-18.174-10.024 0-18.15 8.12-18.17 18.14-7.77-4.8-14.545-10.504-20.014-17.4 9.128-21.45 33.77-36.197 55.057-36.506zm-130.14 1.008c21.53-.316 46.466 15.367 54.644 38.054-6.82 7.668-15.19 14.077-24.745 19.37.366-1.438.582-2.936.582-4.49 0-10.035-8.138-18.173-18.174-18.173s-18.172 8.14-18.172 18.175c0 6.68 3.616 12.503 8.987 15.66-10.595 3.258-21.962 5.637-33.816 7.237-13.72-54.558 6.3-75.47 30.696-75.83zm65.374 54.494l25.986 54.847-48.246 3.818 22.26-58.664zM82.99 264.402c-7.557 1.847-15.03 4.79-22.18 8.918-38.546 22.253-51.643 69.205-31.083 104.815 11.315 19.6 30.36 31.315 52.22 34.685l4.428.684 28.744 49.787c7.431-1.01 14.477-2.418 21.15-4.235l-22.48-36.96 15.966-9.714 24.54 40.35c6.697-2.948 12.922-6.444 18.683-10.517l-24.722-40.358 15.937-9.76 23.14 37.778c4.215-4.384 8.098-9.207 11.645-14.494l-28.962-50.167 1.623-4.176c8.012-20.617 7.388-42.967-3.927-62.566-7.252-12.56-17.92-22.16-30.383-28.345l15.893 42.38h-16.97l19.683 49.395-64.745-56.57 20.117-1.885-28.317-39.043zm261.885 7.41c-12.272 3.988-24.406 6.998-36.41 9.163l1.11 33.47c12.3-2.818 24.617-6.73 36.972-11.78l-1.672-30.854zm-149.412 9.317l1.603 29.602c11.85 3.368 23.663 5.82 35.455 7.354l-1.098-33.223c-12.1-.766-24.083-2.073-35.96-3.734zm94.392 2.563c-13.39 1.512-26.62 2.07-39.71 1.897l1.13 34.142c13.244.6 26.474 0 39.713-1.855l-1.133-34.184zm119.875 17.15c-13.128.023-26.228 3.31-38.095 10.16-20.947 12.095-33.472 32.46-37.07 55.8l-.682 4.427-53.29 30.768c.46 7.155 1.55 14.03 3.235 20.652l41.936-22.78 8.922 16.42-44.582 24.218c3.254 7.152 7.31 13.992 12.16 20.55l44.38-24.287 8.97 16.396L314.7 475.56c5.404 5.502 11.423 10.807 18.066 15.93l52.91-30.55 4.178 1.624c22.01 8.553 45.91 7.89 66.86-4.205 32.478-18.752 46.663-58.246 35.352-94.995L462.32 404.84l-6.8-23.34-33.137 11.068 25.38-42.23 16.247 15.918 6.93-38.81c-16.556-17.277-38.92-26.645-61.21-26.604zm-20.447 34.452c7.387-.176 14.794 2.825 20.01 8.848 9.272 10.706 8.107 26.9-2.598 36.17-10.704 9.272-26.897 8.11-36.17-2.596-9.272-10.707-8.108-26.9 2.596-36.17 4.684-4.056 10.418-6.115 16.163-6.252zm-292.64 3.387c-1.68 16.062-10.07 31.15-33.51 40.588L50.86 344.816l45.783-6.134zm12.87 7.978l34.72 25.37-29.096 15.84-5.625-41.21zm290.723 52.15l-29.455 32.85-16.134-31.223 45.59-1.626zm30.618 5.823c7.387-.176 14.792 2.827 20.007 8.85 9.274 10.706 8.11 26.9-2.594 36.17-10.705 9.27-26.898 8.108-36.17-2.598-9.273-10.707-8.11-26.9 2.595-36.17 4.685-4.056 10.418-6.115 16.164-6.252z" fill="#fff"/></svg>
<svg class="tc-image-originals-triple-yin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.75 20.47c-1.01.016-2.025.056-3.03.093-69.79 2.51-132.772 49.368-151.782 120.312-11.035 41.196 13.555 83.82 54.718 94.875v-.03c41.166 11.03 82.972-13.647 93.97-54.69 7.923-29.58 22.853-50.832 43.624-62.155 20.77-11.323 46.34-12.32 74.125-4.875 10.463 2.807 19.977 7.03 28.563 12.656 4.368-2.276 8.902-4.23 13.593-5.843-8.625-20.886-21.314-39.854-37.75-55.407h-.03c-.064-.06-.123-.127-.187-.187-19.01-17.94-42.747-31.768-69.907-39.064-15.35-4.116-30.768-5.953-45.906-5.687zm-79.03 82.968c14.598 0 29.2 5.545 40.28 16.624 22.174 22.175 22.128 58.403-.03 80.563l-2.72 2.72h-.312c-22.33 19.338-56.345 18.467-77.532-2.72-22.174-22.174-22.16-58.403 0-80.563 11.088-11.087 25.713-16.626 40.313-16.624zm0 18.562c-9.78-.002-19.58 3.734-27.095 11.25-15.018 15.018-15.03 39.126 0 54.156 15.017 15.017 39.125 15.032 54.156 0 15.02-15.018 15.032-39.126 0-54.156-7.507-7.51-17.282-11.248-27.06-11.25zm143.343 7.063c-6.51 1.185-12.476 3.275-17.875 6.218-4.417 2.41-8.533 5.413-12.344 9.095 23.014.048 46.003 6.876 65.78 20.438 3.012-5.502 6.63-10.758 10.845-15.688-14.3-9.747-30.08-16.438-46.408-20.063zm119.718 5.343c-20.048.004-40.084 7.522-55.124 22.563-30.058 30.057-28.79 78.89 1.313 108.968 21.676 21.66 32.627 45.335 32.03 69.062-.598 23.727-12.554 46.43-32.906 66.78-9.87 9.872-21.2 16.368-32.875 20.845-.54 3.58-1.38 7.053-2.314 10.5 50.44 9.057 103.957-5.7 143.28-45 63.97-63.943 65.66-167.276 1.752-231.156-15.054-15.054-35.108-22.568-55.157-22.564zm-1.06 21.406c14.598.002 29.2 5.546 40.28 16.625 22.174 22.175 22.16 58.403 0 80.563-22.175 22.175-58.403 22.16-80.563 0-22.174-22.174-22.16-58.403 0-80.563 11.088-11.087 25.682-16.627 40.282-16.625zm0 18.563c-9.78-.002-19.548 3.766-27.064 11.28-15.017 15.02-15.03 39.096 0 54.126 15.017 15.018 39.094 15.033 54.125 0 15.02-15.017 15.032-39.093 0-54.124-7.507-7.508-17.282-11.28-27.06-11.28zm-147.25 15.03c-9.023 0-18.045 1.715-26.564 5.095-8.21 22.123-24.016 39.79-43.625 50.625-5.44 23.398.967 48.965 19.25 67.25.788.786 1.595 1.54 2.407 2.28 21.96-3.455 43.857.823 62.375 11.158l.768.316 7.326 3.932c10.58-3.39 20.552-9.27 28.97-17.687 12.41-12.41 19.362-28.18 20.843-44.344-12.14-16.447-18.558-35.98-19.033-55.592-.596-.64-1.188-1.283-1.812-1.907-14.092-14.09-32.493-21.124-50.906-21.124zM53.687 225.72C23.988 264.33 12.275 315.815 26 367.03c23.394 87.365 112.104 140.292 199.375 116.908.01-.003.02.003.03 0 41.136-11.06 66.126-54.206 55.126-95.313-4.106-15.327-12.586-28.302-23.718-37.875l-.218-.188c-18.772-16.008-45.2-22.64-70.907-15.75-29.576 7.933-55.557 5.666-75.843-6.625-20.287-12.29-34.017-33.912-41.47-61.718-2.738-10.267-3.397-20.456-2.843-30.158-4.223-3.207-8.168-6.725-11.843-10.593zm48.812 28.968c-.834 16.705 1.403 33.528 6.75 49.562 3.198 3.094 6.623 5.752 10.28 7.97 4.855 2.94 10.193 5.192 16.064 6.655-10.79-19.11-15.778-40.6-14.97-61.906-6.004-.174-12.06-.912-18.124-2.283zm240.78 57.093c-5.586 11.71-13.23 22.702-22.936 32.408-8.71 8.71-18.445 15.763-28.813 21.156 2.835 5.592 5.155 11.534 6.876 17.78 12.796-6.32 24.79-14.79 35.438-25.437 4.585-4.585 8.772-9.418 12.562-14.468.522-2.908.834-5.802.906-8.69.19-7.465-1.076-15.045-4.03-22.75zm-140 39.908c14.6.002 29.203 5.545 40.282 16.625 22.175 22.174 22.16 58.402 0 80.562-22.174 22.175-58.403 22.16-80.562 0-22.174-22.174-22.16-58.403 0-80.563 11.087-11.087 25.682-16.627 40.28-16.625zm0 18.562c-9.778-.002-19.546 3.766-27.06 11.28-15.02 15.02-15.032 39.096 0 54.126 15.016 15.017 39.092 15.032 54.124 0 15.017-15.018 15.03-39.094 0-54.125-7.51-7.507-17.283-11.278-27.063-11.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-tripwire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M286.744 21.547c-1.633 2.298-3.288 4.572-4.957 6.834 38.034 51.844 103.708 76.224 173.178 82.474 13.11-6.39 26.162-11.963 38.918-16.58V21.548h-207.14zm-25.69 9.433c-20.84 10.833-38.307 23.567-49.007 49.176 37.385 66.692 112.608 102.866 172.61 104.35 11.825-3.2 24.977-13.167 36.33-26.04 8.29-9.4 15.563-20.152 21.21-30.155-72.312-8.52-141.943-36.982-181.142-97.33zM19.11 97.184v29.4l151.57 99.748c57.505 36.702 117.367 36.728 154.74 23.232l1.676-.605 167.115 5.02v-25.013l-166.4-4.385c-54.14 21.71-111.908 5.425-158.16-26.836L19.11 97.184zm190.066 13.027c-18.214 18.024-37.106 35.752-56.135 53.97l27.226 18.185.076.053c43.277 30.187 94.89 44.057 142.3 24.16l.633-.266c3.48-3.647 7.04-7.246 10.682-10.787-46.328-12.848-92.928-41.553-124.78-85.314zm-100.48 97.702c-22.804 23.482-45.208 48.607-66.282 76.8 18.363 26.406 33.822 47.598 58.59 72.91l40.01-13.55 2.683 9.448c16.595 58.413 65.496 102.963 124.803 125.224 34.063 12.786 71.337 18.066 107.42 14.545 23.416-6.13 21.926-43.985 3.47-67.608-18.495-19.717-34.926-41.21-49.046-63.996-27.71 1.756-42.737 15.45-62.42 35.37l-13.293-13.134c18.315-18.535 37.307-35.014 65.46-39.748-4.49-8.127-8.69-16.395-12.592-24.785-33.757-9.66-53.897-.522-81.312 13.964l-8.73-16.524c20.48-10.82 40.906-19.966 65.56-19.836.795.004 1.594.017 2.398.04 4.2.125 8.525.523 12.992 1.224-2.924-7.38-5.63-14.837-8.092-22.362-38.586 3.26-84.892-5.22-129.69-33.81l-.054-.035-51.875-34.138z" fill="#fff"/></svg>
<svg class="tc-image-originals-triquetra tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 74.06c32.76 39.37 52.457 90.004 52.457 145.29 0 21.33-2.937 41.966-8.42 61.534-28.84-5.284-58.69-5.445-88.098-.09-5.467-19.54-8.397-40.147-8.397-61.445 0-55.286 19.698-105.92 52.457-145.29zm-.582 220.687c13.13-.026 26.197 1.1 39.057 3.313-9.017 24.453-22.117 46.918-38.475 66.578-16.365-19.668-29.47-42.144-38.486-66.61 12.6-2.17 25.28-3.256 37.904-3.28zM199.8 301.82c10.063 28.133 25.12 53.896 44.108 76.224-41.252 42.28-98.866 68.52-162.68 68.52-13.104 0-25.943-1.12-38.437-3.243 17.722-48.045 51.722-90.41 99.595-118.05 18.446-10.65 37.758-18.414 57.416-23.45zm112.39.025c57.208 14.6 108.705 51.362 140.595 106.593 6.548 11.342 11.993 23.013 16.4 34.887-12.488 2.122-25.318 3.24-38.414 3.24-63.812 0-121.426-26.242-162.678-68.52 18.98-22.322 34.037-48.076 44.1-76.2zm180.22 154.888l-5.44-17.162c-4.898-13.677-11.078-27.108-18.597-40.132-34.176-59.19-89.39-98.733-150.77-114.67 5.76-20.833 8.854-42.767 8.854-65.42 0-60.5-21.98-115.908-58.365-158.695L256 47.435l-12.092 13.218c-36.386 42.787-58.365 98.195-58.365 158.696 0 22.616 3.085 44.517 8.83 65.32-20.89 5.424-41.4 13.704-60.988 25.013-52.404 30.254-89.403 77-108.264 129.91l-5.425 17.17 17.498 3.843c14.29 2.596 29.004 3.96 44.036 3.96 68.387 0 130.27-28.075 174.77-73.303 44.5 45.228 106.383 73.302 174.77 73.302 15.04 0 29.76-1.364 44.056-3.963"/></svg>
<svg class="tc-image-originals-trojan-horse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M336 16l9.605 34.55v36.473l59.786 44.84 69.99 35.85 11.015-33.04-88.81-97.118-19.59 4.898L336 16zm-12.492 20.13L270.455 155.5h28.057l29.093-72.732v-42.54l-4.097-4.1zm67.86 21.415l34.88 35.84-41.643-11.637 6.764-24.203zm-52.93 46.603l-24.14 60.35 50.718 126.795 24.77-148.633-51.347-38.512zM89.606 173.5v142h62v-96h146v96h57.707l-56.8-142H89.605zm-18 9l-46 34.5v117.014l30 10V240.77l16-16V182.5zm98 55v14h110v-14h-110zm0 32v14h110v-14h-110zm0 32v14h110v-14h-110zm-80 32v78.51c2.29-.33 4.624-.51 7-.51 7.913 0 15.395 1.912 22.028 5.277l37.012-83.277h-66.04zm209.057 0l9.004 81.04c5.286-1.963 10.992-3.04 16.94-3.04 5.2 0 10.213.83 14.925 2.348l17.857-80.348h-58.725zm-202.057 96c-17.227 0-31 13.773-31 31s13.773 31 31 31c17.228 0 31-13.773 31-31s-13.772-31-31-31zm228 0c-17.227 0-31 13.773-31 31s13.773 31 31 31c17.228 0 31-13.773 31-31s-13.772-31-31-31zm-228 15c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.836 0-16-7.163-16-16s7.164-16 16-16zm228 0c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.836 0-16-7.163-16-16s7.164-16 16-16zm-179.847 7c.548 2.92.847 5.926.847 9s-.3 6.08-.847 9h131.695c-.548-2.92-.848-5.926-.848-9s.3-6.08.848-9H144.758z"/></svg>
<svg class="tc-image-originals-troll tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M262 96.795c-60 0-115.84 16.07-162.48 43.67l7.37 91.17 14.2 3.62c8.8-73.35 65.57-130.12 134.08-130.11 70.35 0 128.32 59.86 134.68 136.06l10.15-2.59 8.64-106.89c-43.23-22.22-93.28-34.93-146.64-34.93zm182 56.3l-6.13 75.85 42.73-10.9s-33.62 50.7-47.33 67.8L416.467 494H494V198.287a278.49 278.49 0 0 0-50-45.19zm-379.62 11.76A275.38 275.38 0 0 0 18 212.925V494h72.982L73.08 272.426c-10.5-13.69-17.82-24.71-18.23-25.31l-22.92-34.59 37.07 9.45zm289.48 15.14l5.95 36.85-45.34-34.09 3.1 50.57-44.33-42.07-18.67 47.95-23-46.95-35.47 37.18-7.1-47.18-32.9 38.61-6.82-27.52a146.56 146.56 0 0 0-13.43 61.73c.007 3.733.143 7.426.41 11.08-4.51-7.39-8.18-12.65-8.18-12.65l-59.95-15.29s49.92 75.36 75.59 75.36c1.306.01 2.602-.21 3.83-.65 11.98 27.99 32.37 50.62 57.46 63.73 9.07-36.31 28.51-88.87 34-103.46-2.4-2.87-6.08-4.86-10.51-6.16-8.16-2.4-18.91-2.44-29-1.23-9.92 1.19-19.21 3.57-24.77 6.09l-6.61-14.57c18.2-8.26 72.67-17.12 88.52 14.59-12.02 21.91-39.79 124.66-40.28 129.91-.72 7.73.73 13.13 4.58 17 6.87 6.91 22.09 9.55 44 7.62 23.31-2.05 32.18-7.39 36.24-10.71 9.6-7.86 1.97-28.56-.8-36.69-2.26-6.63-5.03-14.12-7.53-20.84v-.08l-1-2.76c-18.86-50.56-26.54-75.59-15.44-86.28l.06-.06c7.02-6.68 31.78-28.17 55.53-23.82 11.9 2.22 21.22 10.18 27.72 23.76l-16.51 3.07c-3.84-6.36-8.47-10-14.08-11-8.57-1.57-19.13 2.91-28.51 9.17a99.32 99.32 0 0 0-12.87 10.28c-.35.93-1.7 6.02 3.65 24.75 3.89 13.63 10.04 30.09 15.46 44.63 3.06 8.22 5.69 15.31 7.82 21.42 19.89-12.92 36.17-32.14 46.69-55.14 1.806 2.085 5.055 3.073 7.42 3.06 25.67 0 75.58-75.4 75.58-75.4l-59.96 15.28s-5.75 8.22-11.68 18.55a150.51 150.51 0 0 0 1.69-22.51 145 145 0 0 0-20.56-75.13zm-151.67 96.35c9.58 0 17.35 8 17.35 8s-7.77 8-17.35 8c-9.58 0-17.35-8-17.35-8s7.77-8 17.35-8zm115.76 0c9.58 0 17.35 8 17.35 8s-7.77 8-17.35 8c-9.58 0-17.35-8-17.35-8s7.77-8 17.35-8zm-204.24 40.18L128.114 494H379.31l13.59-167.564c-8.47 5.71-16.13 8.52-23.36 8.71a143.18 143.18 0 0 1-49.95 51.838c1.11 4.44 1.35 13.33 1.35 14.83-.07 18.13-4.34 36.21-54.52 40.63-5.173.455-10.033.68-14.58.68-19.67 0-33.54-4.28-42.17-13-7.25-7.29-10.33-17.3-9.17-29.77.21-2.27.57-4.81 1-7.55-27.09-13-49.61-35.59-64.09-63.86-7.28-1.49-15.06-5.54-23.7-12.42z"/></svg>
<svg class="tc-image-originals-tron-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21.844 17.813v20.843l252.062 103.28-18.03 12.814L21.843 58.844v47.5l192 78.344-102.813 73.218-3.968 2.844.032 4.844.156 19.75 223.313 88.562-.094 20.094-223.033-88.47.25 30.47.126 13.188.593-.22v.594l221.875 90.75-.217 45.282L491.5 454.188l-160.625-146.25-.188 44.343-132.312-54.124 91.03-65.72 3.94-2.842-.064-4.875-.092-7.657.218.093-1.156-88.53L21.844 17.81zM273.78 164.97l.75 55.155-96.53 69.72-50.53-20.69L273.78 164.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-trophy tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.156 21.625c-45.605 0-86.876 2.852-117.22 7.563-15.17 2.355-27.554 5.11-36.874 8.53-4.66 1.71-8.568 3.515-11.968 6.094-3.238 2.457-6.65 6.36-6.97 11.75h-.75c0 10.08.362 20.022 1.064 29.813H57.53c-.12-7.952.003-15.922.376-23.875l-26.812-6.28C22.55 161.892 64.1 265.716 140.564 339.655l15.655-29.594c-4.198-3.477-8.25-7.063-12.157-10.75 5.846-6.112 12.293-11.76 19.28-16.843 13.468 13.172 28.182 23.565 43.813 30.655 22.114 17.744 8.053 29.368-23.5 36.25 58.863 10.6 38.948 62.267-14.125 92.313-2.14.27-4.256.523-6.28.812-12.047 1.718-21.876 3.71-29.406 6.25-3.765 1.27-6.958 2.6-9.906 4.656-2.95 2.055-6.626 5.705-6.626 11.406 0 5.702 3.677 9.32 6.626 11.375 2.948 2.055 6.14 3.387 9.906 4.657 7.53 2.54 17.36 4.532 29.406 6.25 24.094 3.436 56.784 5.53 92.906 5.53 36.123 0 68.812-2.094 92.906-5.53 12.048-1.718 21.877-3.71 29.407-6.25 3.764-1.27 6.957-2.602 9.905-4.656 2.948-2.055 6.625-5.674 6.625-11.375 0-5.702-3.677-9.352-6.625-11.407-2.948-2.055-6.14-3.387-9.906-4.656-7.53-2.54-17.36-4.532-29.408-6.25-2.013-.287-4.12-.544-6.25-.813-53.076-30.045-72.99-81.71-14.125-92.312-31.568-6.886-45.63-18.522-23.468-36.28 15.74-7.15 30.547-17.655 44.092-30.97 6.648 4.773 12.84 10.038 18.47 15.72-4.105 4.172-8.338 8.257-12.72 12.217l16.188 29.594c79.118-71.955 116.195-179.53 110.03-285l-27.342 7.97c.45 7.61.64 15.19.562 22.75h-25.594c.702-9.792 1.063-19.735 1.063-29.814h-.75c-.323-5.39-3.763-9.293-7-11.75-3.402-2.58-7.31-4.383-11.97-6.093-9.32-3.422-21.704-6.177-36.875-8.532-30.342-4.71-71.613-7.563-117.22-7.563zm0 18.688c44.822 0 85.426 2.854 114.344 7.343 14.46 2.245 26.06 4.932 33.313 7.594 1.04.382 1.775.75 2.625 1.125-.85.375-1.58.742-2.625 1.125-7.252 2.662-18.854 5.38-33.313 7.625-28.918 4.49-69.522 7.344-114.344 7.344-44.82 0-85.425-2.855-114.344-7.345-14.46-2.245-26.06-4.963-33.312-7.625-1.05-.386-1.77-.748-2.625-1.125.853-.376 1.577-.74 2.625-1.125 7.252-2.662 18.853-5.35 33.313-7.594 28.918-4.49 69.522-7.343 114.343-7.343zm-197.25 71.874H86.25c8.057 57.878 28.23 108.83 56.188 146.25-6.974 5.74-13.407 11.968-19.188 18.688-38.648-46.456-59.042-104.647-64.344-164.938zm367.188 0h27C447.51 171.82 425.336 228.34 388.03 275c-5.44-6.055-11.406-11.73-17.842-16.97 27.81-37.38 47.873-88.175 55.906-145.842z" fill="#fff"/></svg>
<svg class="tc-image-originals-tropical-fish tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M162.624 52.61C97.727 52.9 43.2 71.024 20.26 77.065c180.533-16.45 207.453 29.552 202.45 80.002-18.22 37.848-25.254 55.3-27.918 70.57-.1-.087-.194-.175-.297-.263-.137 1.532-.252 3.068-.353 4.604-1.174 9.332-.916 18.495-.844 31.853.232 42.953 20.353 78.605 35.563 123.858-19.41 34.982-62.905 40.407-111.138 40.017 15.68 4.238 57.39 35.154 183.93-18.266-18.39 38.19-101.927 66.29-104.35 80.708 95.706-8.18 156.83-50.263 172.442-113.7 26.875-16.655 51.02-37.67 71.22-88.49 4.977-15.1 26.364-16.513 42.844-20.37 8.092-1.892 12.803-17.88 0-19.664-16.856-3.743-41.087-1.758-50.568-18.963C359.963 85.33 251.557 52.22 162.624 52.61zM68.11 170.79c-6.35-.04-11.513.988-14.995 3.296 52.984 29.347 72.777 42.044 73.205 52.064.306 18.476-56.007 23.49-57.59 33.362-.602 3.75 45.222 28.75 51.972 38.277 8.175 14.697-18.264 35.887-52.675 58.995 7.18 11.277 72.52-13.598 116.69-36.805-7.365-34.743-12.074-70.132-6.827-105.548-32.393-23.226-82.256-43.47-109.78-43.643zm309.805 34.105c17.18 0 31.3 14.12 31.3 31.3s-14.12 31.3-31.3 31.3-31.298-14.12-31.298-31.3 14.12-31.3 31.298-31.3zm-71.578 12.435c4.01.062 8.036.29 12.076.705l.487.05.478.102c7.506 1.608 10.558 7.368 12.705 12.56 2.147 5.19 3.38 11.144 4.006 17.52 1.25 12.75.433 26.886-5.97 37.98-3.817 6.613-9.487 8.915-16.46 11.564-6.97 2.65-15.513 4.687-25.05 5.833-19.078 2.29-42.133 1.066-62.616-8.352l-19.9-9.147 20.58-7.487c9.96-3.622 17.247-7.86 22.49-11.594-8.457-3.524-18.93-9.306-28.448-18.88l-10.3-10.36 13.886-4.54c26.63-8.707 53.964-16.39 82.035-15.952zm71.578 5.565c-7.45 0-13.298 5.85-13.298 13.3 0 5.78 3.525 10.582 8.582 12.45a13.773 13.008 0 0 1-1.802-6.397 13.773 13.008 0 0 1 13.773-13.008 13.773 13.008 0 0 1 4.546.746c-2.2-4.245-6.607-7.09-11.8-7.09zm-71.863 12.443c-19.507-.27-39.51 4.09-59.924 10.098 11.728 7.197 22.06 8.86 22.06 8.86l14.735 2.25-8.855 11.99s-3.546 4.686-10.194 10.02c-2.56 2.052-5.814 4.29-9.447 6.55 10.906 1.81 22.13 1.855 32.033.665 8.256-.99 15.592-2.804 20.81-4.786 5.216-1.982 8.043-5.09 7.26-3.736 2.872-4.975 4.633-17.148 3.645-27.227-.494-5.038-1.58-9.627-2.724-12.393-.48-1.16-.863-1.54-1.085-1.813-2.764-.23-5.53-.438-8.313-.476z" fill="#fff"/></svg>
<svg class="tc-image-originals-trousers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.375 21.156c-44.557.187-87.24 7.376-118.563 21l-1.78 16.094h25.655v18.688H136l-2.125 19.406h29.813v18.687h-31.875l-38.72 352.876 123.344 24.813 34.157-262.845H236.688v-97.749H220.94V115.03h-38.562V96.345h38.563V76.938h-38.563V58.25h38.563V41.53h90.938v16.72h33.03v18.688h-33.03v19.406h33.03v18.687h-33.03v17.095h-56.499v79.063h27.406v18.687h-11.56l34.25 263.75h.217l129.063-26.28-38.72-352.314h-32.436V96.345H394l-2.156-19.406h-28.25V58.25h26.22l-1.783-16.094c-38.697-14.308-85.098-21.17-129.655-21zm-18.75 39.063v17.468h34.938v18.687h-34.938v17.063h53.563v-53.22h-53.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-trowel tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M468.72 21.45c-4.12-.06-8.86.69-14.214 2.437-.886.41-73.34 33.862-146.268 70.326-36.687 18.343-73.365 37.396-100.642 53.133-13.64 7.868-24.953 14.94-32.51 20.463-3.78 2.76-6.626 5.173-8.164 6.77-.49.51-.496.696-.62.977.885 18.142 15.927 45.03 31.975 66.427 4.204 5.606 8.403 10.845 12.338 15.56l15.928-15.927 1.084-.607s7.78-4.4 17.12-7.65c4.672-1.626 9.773-3.046 15.142-3.366 5.367-.32 11.818.453 16.74 5.36 4.91 4.9 5.697 11.337 5.39 16.69-.304 5.355-1.705 10.443-3.313 15.102-3.216 9.32-7.58 17.083-7.58 17.083l-.61 1.096-16.06 16.06c4.716 3.934 9.954 8.133 15.56 12.337 21.397 16.048 48.284 31.09 66.426 31.974.28-.123.467-.128.977-.62 1.597-1.537 4.01-4.384 6.77-8.163 5.524-7.557 12.596-18.87 20.464-32.51 15.737-27.277 34.79-63.955 53.133-100.642 36.464-72.928 69.917-145.382 70.326-146.268 4.725-14.486 2.022-24.414-3.586-30.02-3.535-3.537-8.783-5.925-15.808-6.025zM261.864 247.935c-.27-.002-.573.005-.906.025-2.665.16-6.55 1.097-10.294 2.4-6.642 2.31-11.982 5.16-13.266 5.855l-37.838 37.838 18.385 18.385 37.953-37.954c.697-1.295 3.51-6.603 5.79-13.21 1.29-3.73 2.21-7.605 2.36-10.254.102-1.782-.132-2.588-.202-2.856-.223-.06-.787-.223-1.983-.228zm1.983.228c.13.035.177.042.07-.064-.11-.11-.105-.067-.07.064zm-77.012 58.617l-9.9 9.902 18.382 18.382 9.9-9.9-18.382-18.383zm-35.164 10.093L46.467 412.486l53.047 53.047 95.613-105.205-43.455-43.455zM33.132 424.607l-9.665 8.782c-1.213 1.223-1.72 2.35-1.865 4.54-.148 2.21.372 5.432 1.806 9.162 2.87 7.46 9.277 16.667 17.055 24.445 7.778 7.778 16.985 14.185 24.445 17.055 3.73 1.434 6.95 1.954 9.162 1.806 2.19-.146 3.317-.652 4.54-1.865l8.783-9.664-54.262-54.263z"/></svg>
<svg class="tc-image-originals-truck tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M33 120v127.648c5.023 1.863 9.31 5.103 12.68 8.682 5.238 5.562 9.034 12.113 12.498 18.242 3.463 6.13 6.61 11.886 9.343 15.446C70.257 293.578 71.618 294 72 294c.59 0 .78.075 2.36-1.8 1.583-1.877 3.57-5.405 5.683-9.405 2.114-4 4.356-8.472 7.832-12.596 3.476-4.125 9.172-8.2 16.125-8.2 6.953 0 12.65 4.075 16.125 8.2 3.476 4.123 5.718 8.595 7.832 12.595s4.1 7.528 5.682 9.404c1.58 1.875 1.77 1.8 2.36 1.8.59 0 .78.075 2.36-1.8 1.583-1.877 3.57-5.405 5.683-9.405 2.114-4 4.356-8.472 7.832-12.596 3.476-4.125 9.172-8.2 16.125-8.2 6.953 0 12.65 4.075 16.125 8.2 3.476 4.123 5.718 8.595 7.832 12.595s4.1 7.528 5.682 9.404c1.58 1.875 1.77 1.8 2.36 1.8.59 0 .78.075 2.36-1.8 1.583-1.877 3.57-5.405 5.683-9.405 2.114-4 4.356-8.472 7.832-12.596 3.476-4.125 9.172-8.2 16.125-8.2 6.953 0 12.65 4.075 16.125 8.2 3.476 4.123 5.718 8.595 7.832 12.595s4.1 7.528 5.682 9.404c1.58 1.875 1.77 1.8 2.36 1.8.59 0 .78.075 2.36-1.8 1.583-1.877 3.57-5.405 5.683-9.405 2.114-4 4.356-8.472 7.832-12.596 3.476-4.125 9.172-8.2 16.125-8.2 6.953 0 12.448 3.3 17.025 7.004 2.142 1.733 4.125 3.638 5.975 5.617V120H33zm320 49.377v140.27l8-.026V326h3.81c9.298-18.914 28.774-32 51.19-32 19.463 0 36.707 9.867 47 24.846V262h16v-36.275l-28.256-42.385L353 169.377zm18.543 19.516l64.77 7.726 24.8 35.51v16.735h-89.57v-59.972zM33 269.148V294h15.537c-2.12-3.493-4.065-7.096-6.03-10.572-3.173-5.617-6.4-10.827-9.507-14.28zM104 280c-.59 0-.78-.075-2.36 1.8-1.583 1.877-3.57 5.405-5.683 9.405-.48.91-.972 1.847-1.478 2.795h19.04c-.505-.948-.997-1.886-1.477-2.795-2.114-4-4.1-7.528-5.682-9.404-1.58-1.875-1.77-1.8-2.36-1.8zm64 0c-.59 0-.78-.075-2.36 1.8-1.583 1.877-3.57 5.405-5.683 9.405-.48.91-.972 1.847-1.478 2.795h19.04c-.505-.948-.997-1.886-1.477-2.795-2.114-4-4.1-7.528-5.682-9.404-1.58-1.875-1.77-1.8-2.36-1.8zm64 0c-.59 0-.78-.075-2.36 1.8-1.583 1.877-3.57 5.405-5.683 9.405-.48.91-.972 1.847-1.478 2.795h19.04c-.505-.948-.997-1.886-1.477-2.795-2.114-4-4.1-7.528-5.682-9.404-1.58-1.875-1.77-1.8-2.36-1.8zm64 0c-.59 0-.78-.075-2.36 1.8-1.583 1.877-3.57 5.405-5.683 9.405-.48.91-.972 1.847-1.478 2.795h25.157c-.376-.512-.74-1.022-1.13-1.535-2.787-3.646-5.967-7.173-8.804-9.47C298.866 280.7 296.59 280 296 280zm185 0v46h14v-46h-14zM72 310c-22.537 0-41 18.463-41 41s18.463 41 41 41 41-18.463 41-41-18.463-41-41-41zm104 0c-22.537 0-41 18.463-41 41s18.463 41 41 41 41-18.463 41-41-18.463-41-41-41zm240 0c-22.537 0-41 18.463-41 41s18.463 41 41 41 41-18.463 41-41-18.463-41-41-41zm-399 2v14h3.81c2.532-5.15 5.824-9.86 9.72-14H17zm96.47 0c3.896 4.14 7.188 8.85 9.72 14h1.62c2.532-5.15 5.824-9.86 9.72-14h-21.06zm104 0c3.896 4.14 7.188 8.85 9.72 14H231v-14h-13.53zM343 327.678l-94 .295v30l94-.295v-30zM72 328c12.81 0 23 10.19 23 23s-10.19 23-23 23-23-10.19-23-23 10.19-23 23-23zm104 0c12.81 0 23 10.19 23 23s-10.19 23-23 23-23-10.19-23-23 10.19-23 23-23zm240 0c12.81 0 23 10.19 23 23s-10.19 23-23 23-23-10.19-23-23 10.19-23 23-23z"/></svg>
<svg class="tc-image-originals-tumor tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M287.47 17.875c-1.622.018-3.236.07-4.845.125-15.446.536-30.323 2.833-43.938 7.094-26.41 8.265-48.07 23.24-61.437 47.5 11.49 69.086 46.45 120.194 96.156 139.687 50.016 19.615 117.096 8.367 195.438-53.936l3.094-2.438c1.902-7.267 2.57-14.335 2.187-21.22-.42.165-.825.35-1.25.5-12.885 4.56-28 3.187-42.344-4.03-28.69-14.433-46.11-46.83-38.405-75.75 1.136-4.264 2.842-8.19 5-11.75-11.286-5.663-23.338-10.55-35.813-14.468-24.032-7.55-49.537-11.577-73.843-11.313zM140.56 23.938c-20.984.39-41.16 9.736-56.125 24.875C65.48 67.99 54.528 95.85 61.126 126.72c15.332-15.432 35.2-26.62 58.094-31.564l4.75-3.28 35.124-24.407c6.266-12.178 14.29-22.64 23.656-31.44-13.916-8.734-28.277-12.35-42.188-12.093zm294.125 17.718c-3.366.035-6.494.61-9.28 1.594-7.432 2.62-12.817 7.95-15.22 16.97-4.81 18.055 7.733 43.676 28.75 54.25 10.51 5.285 20.31 5.714 27.72 3.093 7.41-2.622 12.78-7.97 15.187-17 4.81-18.057-7.725-43.658-28.72-54.22-5.23-2.63-10.306-4.087-15-4.53-1.172-.11-2.314-.168-3.437-.157zM303.845 55.75c19.023-.023 36.438 11.03 40.344 29.188 4.606 21.422-11.99 41.562-34.657 46.437-22.666 4.875-46.08-6.67-50.686-28.094-4.607-21.42 11.99-41.562 34.656-46.436 2.833-.61 5.68-.953 8.5-1.063.617-.023 1.23-.03 1.844-.03zm1.062 18.656c-.727-.02-1.47-.004-2.22.03-1.708.082-3.45.302-5.248.69-14.388 3.093-22.417 14.58-20.344 24.218 2.072 9.638 14.113 16.844 28.5 13.75 14.387-3.094 22.385-14.612 20.312-24.25-1.7-7.906-10.094-14.154-21-14.438zm-143.594 14.28l-19.625 13.626c24.337 43.933 26.24 90.73 9.97 125.5-16.11 34.423-51.512 56.117-95.876 48.907l-2.874 12.78c38.52 7.824 58.506 28.87 64.313 53.25 5.81 24.394-.47 50.085-7.25 70.844l11.655 12.53c17.256-76.23 69.968-112.334 119.72-107.968 51.093 4.484 96.243 51.53 94.718 128.22l12.656-2c-2.215-64.055 5.032-113.256 24.624-152.688 19.614-39.48 51.56-68.53 95.812-92.782l-1.875-15.875c-76.438 56.238-146.205 68.023-200.686 46.657-53.834-21.11-90.856-73.527-105.28-141zm-35.187 24.033c-30.82 5.572-54.648 24.147-68.188 49.374-14.34 26.72-17.054 60.963-2.343 95.625 39.084 7.96 65.64-8.93 79.156-37.814 13.116-28.028 12.412-68.27-8.625-107.187zM473.28 217.874c-39.428 22.37-66.17 47.877-83.186 82.125-18.283 36.797-25.43 84.51-22.53 150.125 15.19-.46 30.058-4.782 44.155-12.25 23.675-12.543 44.86-34.124 59.717-60.53 26.14-46.46 32.765-106.86 1.844-159.47zm-267.374 8.594c9.153-.055 17.655 2.296 24.594 6.905 9.252 6.146 15.406 16.71 15.406 28.625 0 23.803-20.81 43.78-46.094 48.25-12.634 2.234-24.684.086-33.937-6.063-9.253-6.148-15.375-16.704-15.375-28.625 0-23.84 20.798-43.782 46.063-48.25 3.158-.558 6.292-.825 9.343-.843zm.063 18.686c-1.95.01-4.007.182-6.157.563-17.21 3.042-30.625 17.93-30.625 29.843 0 5.956 2.418 9.997 7.03 13.062 4.613 3.065 11.742 4.74 20.345 3.22 17.188-3.04 30.625-18.01 30.625-29.845 0-5.947-2.42-9.998-7.032-13.063-3.46-2.298-8.338-3.81-14.187-3.78zM40.03 306.094c-6.08 4.882-10.803 11.12-14.31 18.22-7.026 14.21-8.61 32.002-4.44 47.686 4.17 15.684 13.7 29 28.782 36.125 10.39 4.908 23.81 7.032 40.75 4.188 6.894-20.296 12.886-45.628 8.22-65.22-4.718-19.8-18.065-35.643-58.626-40.937l-.343-.062h-.032zM231.595 336.5c-40.026.7-82.537 32.44-94.25 106.406 11.802 19.927 34.678 37.115 62.406 45.22 37.307 10.903 81.57 5.792 117.063-29.532l.156-1.97c6.08-76.347-34.24-116.068-77.25-119.843-2.69-.235-5.405-.328-8.126-.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-tune-pitch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M228.47 47.906v42.908H19.53V109.5h208.94v21.875H19.53v18.688h208.94V343.03c-16.86-14.274-43.56-23.457-73.626-23.405-50.982.088-92.313 26.714-92.313 59.5s41.332 59.307 92.314 59.22c26.19-.047 49.822-7.113 66.625-18.408h277.467V401.25H240.344c4.22-6.653 6.627-13.906 6.812-21.5.006-.25.03-.5.03-.75h251.75l.002-18.688H247.155V182.25c24.89 40.517 45.422 63.12 64.5 74.656 23.127 13.983 44.285 9.79 60.688 3.28 16.403-6.508 29.112-13.624 42.406-11.655 13.294 1.97 30.884 13.118 55.594 50.595l16.5 25c-11.733-45.096-41.555-105.8-75.72-121.28 27.93-4.62 53.664 11.71 76.376 29.718l-1.53-2.313c-13.05-20.11-24.207-33.715-34.658-42.75-10.45-9.035-20.606-13.596-30.343-14.125-19.477-1.058-32.544 12.03-44.595 18.656-6.025 3.314-11.596 5.395-17.813 5.44-6.216.043-13.607-1.854-23.562-8.47-19.91-13.232-48.717-45.747-89.188-112.5L228.47 47.906z" fill="#fff"/></svg>
<svg class="tc-image-originals-turd tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M117.834 17.443c42.376 107.05-62.124 114.634 20.678 210.897-28.655-84.62 51.3-129.568-20.678-210.897zm225.922.688c-2.024-.06-4.103.345-6.365 1.25-5.17 2.064-11.69 7.488-18.13 18.643-6.44 11.155-9.613 22.672-9.77 31.35-.156 8.68 2.39 13.3 5.285 14.973 2.895 1.67 8.17 1.564 15.608-2.91 7.437-4.475 15.823-12.98 22.263-24.135 6.44-11.154 7.88-19.51 7.083-25.023-.8-5.512-3.368-8.892-8.162-11.66-2.397-1.384-4.648-2.21-6.947-2.43-.286-.03-.575-.047-.864-.056zm50.674 45.04c-.41.01-.833.028-1.266.06-5.198.37-11.99 2.385-20.357 7.215-11.156 6.442-19.662 14.83-24.137 22.266-4.475 7.438-4.58 12.713-2.908 15.608 1.67 2.895 6.292 5.44 14.97 5.284 8.68-.157 20.195-3.33 31.35-9.77 11.153-6.44 16.58-12.956 18.645-18.13 2.065-5.172 1.528-9.384-1.24-14.177-2.767-4.793-6.146-7.364-11.657-8.162-1.033-.15-2.167-.22-3.4-.193zm42.797 9.816c-35.587 150.27 34.9 124.747 10.625 263.5 57.687-113.445-1.726-153.902-10.625-263.5zM311.852 101.52c-6.42-.166-12.73 3.096-16.166 9.05-5 8.66-2.034 19.733 6.627 24.733 8.66 5 19.732 2.033 24.732-6.627s2.033-19.733-6.627-24.733c-2.706-1.562-5.648-2.345-8.566-2.422zm-84.47 18.8c-58.445 21.166-65.416 76.894-51.294 117.698 10.148 12.91 56.414 25.582 56.414 25.582s-48.184-7.06-63.832-7.315v-.002l.027-.08c-38.84 4.528-68.547 27.707-68.547 55.518 0 7.123 1.957 13.93 5.51 20.19 11.354 13.146 82.012 29.77 82.012 29.77s-71.235-10.798-88.484-11.4c-45.124 6.186-79.426 35.19-79.426 69.91 0 39.206 43.726 70.87 97.394 70.87h275.508c53.67 0 97.014-31.664 97.014-70.87 0-39.203-43.344-71.147-97.014-71.147h-1.607c12.914-9.91 20.763-22.974 20.763-37.322 0-29.684-33.554-54.095-76.207-56.17 28.615-95.79-135.14-67.4-108.232-135.23zM60.54 148.885c-87.533 77.6 24.97 64.76-4.636 186.05 59.073-112.215-31.264-111.346 4.635-186.05z" fill="#fff"/></svg>
<svg class="tc-image-originals-turret tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M130.72 61C106 61.11 106 62.875 106 91H76l-15 30v60l15 30h30c0 30 0 30 30 30h120c30 0 30 0 30-30h15l15-30h180v-60H316l-15-30h-15c0-30 0-30-30-30H136c-1.875 0-3.633-.007-5.28 0zM166 271a15 15 0 0 0-15 15v45a15 15 0 0 0 15 15h60a15 15 0 0 0 15-15v-45a15 15 0 0 0-15-15h-60zm-15 105c-30 0-45 30-45 30-15 0-30 0-30 15l-60 15v15h360v-15l-60-15c0-15-15-15-30-15 0 0-15-30-45-30h-90z" fill="#fff"/></svg>
<svg class="tc-image-originals-turtle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.406 25.03c-13.73 0-44.75 28.13-44.75 62.814 0 31.578 6.432 55.835 16.5 70.937-23.144 3.766-44.237 12.52-61.03 27.314-2.99 2.633-5.824 5.462-8.5 8.47-38.335-36.232-115.217 13.032-137 39.28-19.604 23.618 58.395 26.618 110.718 16.75-1.837 9.754-2.813 20.262-2.813 31.53 0 39.603 11.68 76.216 31.157 104.282-42.685 4.89-61.916 64.204-61.093 90.438.912 29.105 77-17.718 105.5-49.375 8.82 4.862 18.197 8.497 28 10.75 4.822 14.255 10.526 28.394 23.312 41.655 13.732-13.89 18.762-27.77 23.28-41.656 9.815-2.253 19.203-5.883 28.033-10.75 28.498 31.656 104.587 78.48 105.5 49.374.822-26.234-18.41-85.55-61.095-90.438 19.477-28.066 31.156-64.68 31.156-104.28 0-11.27-.974-21.778-2.81-31.532 52.322 9.868 130.32 6.868 110.717-16.75-21.784-26.248-98.666-75.512-137-39.28-2.677-3.008-5.51-5.837-8.5-8.47-16.86-14.855-38.058-23.604-61.312-27.344 10.232-15.31 16.78-39.817 16.78-70.906 0-34.683-31.018-62.813-44.75-62.813zm0 150.25c20.22 0 38.787 3.424 54.563 10.532l-26.345 31.97h-56.438l-26.343-31.97c15.775-7.108 34.34-10.53 54.562-10.53zm-70.937 20.032l25.75 31.25-29.97 44.032-4.28 6.28 5.31 5.47 36.532 37.625-23.312 28.436-5.28 6.438 5.78 6 27.125 28 13.438-13-21.344-22.03 21.53-26.22h39.313l21.53 26.22-21.343 22.03 13.438 13 27.125-28 5.78-6-5.28-6.438L296 319.97l36.563-37.626 5.25-5.438-4.22-6.28-29.718-44.376 25.5-30.938c2.06 1.506 4.06 3.1 5.97 4.782 19.106 16.832 31.25 42.762 31.25 82.03 0 78.538-49.7 140.063-108.19 140.063-58.486 0-108.186-61.525-108.186-140.062 0-39.27 12.14-65.2 31.25-82.03 1.913-1.688 3.93-3.273 6-4.782zm41.593 41.157h59.156l25.655 38.25-33.188 34.186h-44.562L203 274.78l26.063-38.31z" fill="#fff"/></svg>
<svg class="tc-image-originals-turtle-shell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M329.125 20.5l-3.72 9.625c-7.204 18.77-32.286 34.72-63.624 34.72-31.538 0-56.586-16.223-63.624-35.22l-2.25-6.094h-8.687l-1.97.97C111.456 61.1 60.844 148.48 60.844 249.313c0 132.906 89.104 242.78 200.937 242.78 111.835 0 200.283-109.904 200.283-242.78 0-100.493-50.352-187.376-123.72-224.188l-9.218-4.625zM185.28 45.78c13.738 23.13 43.113 37.782 76.5 37.782 33.14 0 62.43-14.33 76.345-37.187 61.527 35.396 105.25 112.692 105.25 202.938 0 124.622-82.108 224.093-181.594 224.093-99.485 0-182.217-99.5-182.217-224.094 0-90.54 43.907-168.274 105.718-203.53zm-4.78 27.75c-11.36 8.202-21.867 18.068-31.28 29.376l60.374 78.844h102.311l60.375-78.875c-9.063-10.883-19.12-20.456-30-28.47-18.174 18.622-47.482 30.72-80.5 30.72-33.52 0-63.174-12.487-81.28-31.594zm-42.906 44.907c-23.987 35.515-38.47 81.505-38.47 131.782 0 2.038.047 4.068.095 6.093h53.436L196 194.75l-58.406-76.313zm246.312 0L325.5 194.75l43.344 61.563h53.47c.046-2.025.092-4.055.092-6.094 0-50.28-14.51-96.267-38.5-131.782zm-169.062 82l-44.22 62.813 44.22 62.844h91.812l44.22-62.844-44.22-62.813h-91.812zM100.344 275c4.55 47.216 21.928 89.423 47.625 120.97l48.53-63.44L156.03 275h-55.686zm265.125 0L325 332.53l48.563 63.44c25.696-31.547 43.075-73.754 47.625-120.97h-55.72zm-154.783 69.78l-50 65.314c27.524 27.363 62.274 43.687 100.063 43.687 37.79 0 72.57-16.323 100.094-43.686l-50-65.313H210.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-tv tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M132.992 48.756l-9.984 14.976 77.287 51.524c4.32-4.192 9.542-8.012 15.703-11.162l-83.006-55.338zm246.016 0l-83.006 55.338c6.16 3.15 11.383 6.97 15.703 11.162l77.287-51.524-9.984-14.976zM256 113.244c-22 0-35.334 7.06-43.637 15.363-4.703 4.704-7.58 9.97-9.316 14.637h105.906c-1.736-4.668-4.613-9.933-9.316-14.637-8.303-8.303-21.637-15.363-43.637-15.363zm-191.936 48c-5.044 0-11.106 2.784-15.697 7.37-4.59 4.584-7.367 10.63-7.367 15.63v279h430V184.2c.026-5.457-2.764-11.393-7.227-15.87-4.463-4.477-10.346-7.086-14.826-7.086H64.064zm30.295 23h257.745c10.374 0 20.79 6.818 26.776 16H112c-16 0-32 16-32 32v160c25.924-162.54 145.877-185.697 299.016-191.795 3.106 4.836 4.984 10.315 4.984 15.794v192c0 16-16 32-33.88 32H95.35c-15.35 0-31.35-16-31.35-32v-192c0-16 16-32 30.36-32zm328.663 7c13.7 0 25 11.3 25 25s-11.3 25-25 25-25-11.3-25-25 11.3-25 25-25zm-23.023 144h48v18h-48v-18zm0 32h48v18h-48v-18zm0 32h48v18h-48v-18z"/></svg>
<svg class="tc-image-originals-twirly-flower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M176.53 19.47c-.53-.004-1.058.014-1.593.03-.57.017-1.145.055-1.718.094-15.293 1.038-31.656 9.986-45.282 31.75-27.477 43.885-28.525 97.68-5.844 136.28 15.093 25.69 40.417 45.188 76.875 51.157.894-6.55 2.752-12.81 5.468-18.593-11.405-12.327-18.01-26.242-20.25-41.062-4.746-31.38 8.784-64.32 29.03-95.03 8.494-12.884 9.45-24.52 6.345-34.657-3.106-10.14-10.73-18.925-20.813-24.25-6.647-3.51-14.247-5.674-22.22-5.72zm198.064 29.75c-37.07.05-71.842 14.557-94.53 39.31-21.288 23.225-32.635 55.356-25.377 94.876 2.737-.356 5.514-.562 8.344-.562 2.248 0 4.468.118 6.658.344 8.678-17.88 21.282-30.383 36.687-37.782 28.608-13.74 64.078-10.445 99.375-.094 14.806 4.343 26.218 1.85 35-4.093 8.782-5.944 14.928-15.83 17.063-27.032 4.268-22.407-6.07-49.4-45.75-60.032-12.503-3.35-25.113-4.954-37.47-4.937zM261.688 77.812c-8.663 0-17.195.693-25.5 1.968-1.764 4.902-4.185 9.803-7.344 14.595-18.915 28.69-29.82 57.914-26.188 81.938 1.497 9.9 5.29 19.32 12.28 28.062 6.062-6.743 13.527-12.2 21.908-15.938-8.33-44.56 3.543-83.07 27.72-110.593-.962-.017-1.912-.03-2.877-.03zm89.25 77.312c-1.02-.006-2.027.01-3.032.03-12.502.25-23.856 2.493-33.437 7.095-10.745 5.16-19.894 13.197-26.658 25.563 7.123 2.976 13.615 7.19 19.188 12.375 23.372-13.382 47.298-19.12 70.094-18.407 13.43.422 26.462 3.095 38.75 7.72 1.19.448 2.356.924 3.53 1.406-3.043-9.002-6.843-17.637-11.312-25.875-2.49-.445-5.016-1.033-7.562-1.78-17.39-5.1-34.276-8.04-49.563-8.125zm-247.5 37.438c-3.102 9.498-5.397 19.366-6.75 29.53 3.844 2.94 7.526 6.417 10.937 10.47 22.13 26.29 47.062 45.03 71.125 48.375 8.972 1.246 18.1.6 27.438-2.657-3.463-6.362-5.905-13.37-7.063-20.78-43.162-6.468-74.965-29.445-93.156-60.406-.88-1.496-1.716-3.003-2.532-4.53zm266.968 7.562c-.9.016-1.813.053-2.72.094-15.917.71-32.434 5.25-48.998 14.436 3.44 5.8 5.974 12.198 7.468 18.97 15.995 2.598 29.416 9.17 40.156 19 23.413 21.425 33.575 55.573 37.125 92.186 1.49 15.36 8.058 25.004 16.844 30.938 8.788 5.934 20.25 7.946 31.44 5.75 22.38-4.39 43.58-24.057 38.655-64.844-6.206-51.403-39.195-93.918-81.094-109.687-12.274-4.62-25.35-7.09-38.874-6.845zM263.03 201.53c-25.51 0-46 20.49-46 46 0 25.513 20.49 46 46 46 25.513 0 45.97-20.487 45.97-46 0-25.51-20.457-46-45.97-46zM61.907 228.657c-10.602.097-21.184 4.94-29.156 13.094-15.944 16.31-22.248 44.514 4.938 75.313 34.262 38.815 85.546 55.12 129 44.343 27.786-6.89 52.807-24.442 69-55.312-6.75-3.17-12.853-7.468-18.094-12.656-13.844 6.054-27.785 7.923-41.406 6.03-31.435-4.367-59.187-26.733-82.875-54.874-9.937-11.804-20.805-16.034-31.407-15.938zM327.47 252.47c-.617 8.075-2.705 15.76-6.033 22.75 31.313 28.636 44.904 64.466 43.344 99.624 0 .03.003.062 0 .094 7.697-6.08 14.836-12.832 21.345-20.157-.567-2.634-1.007-5.363-1.28-8.186-3.318-34.205-13.235-63.786-31.158-80.188-7.17-6.563-15.722-11.45-26.218-13.937zm-16.408 38.25c-4.6 5.115-9.998 9.49-16 12.936 2.4 15.863.274 30.532-5.687 43.688-13.1 28.91-42.393 49.194-76.094 63.937-14.135 6.186-21.242 15.4-24.155 25.595-2.913 10.196-1.31 21.73 4.25 31.688 11.12 19.912 36.415 33.97 73.656 16.625 46.935-21.86 77.08-66.428 79.064-111.157 1.294-29.18-8.88-58.737-35.03-83.31zM277.47 310.56c-4.65 1.07-9.474 1.657-14.44 1.657-3.22 0-6.37-.26-9.467-.72-18.668 37.097-48.75 59.723-82.375 68.063-1.625.402-3.27.786-4.907 1.125 9.872 6.914 20.533 12.77 31.814 17.437 2.43-1.435 4.99-2.775 7.72-3.97 31.48-13.772 56.533-32.368 66.56-54.5 3.994-8.81 5.965-18.406 5.095-29.092z" fill="#fff"/></svg>
<svg class="tc-image-originals-twister tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M203.75 18.75c-30.807.152-58.2 2.922-79.375 7.656-15.057 3.367-26.967 7.8-34.313 12.344-7.345 4.545-9.187 8.14-9.187 10.72 0 2.578 2.32 7.302 9.906 13 3.283 2.463 7.427 4.992 12.25 7.5 12.58-26.887 60.835-36.463 106.25-36.75 19.47-.123 38.308 1.267 53.72 4.093-68.11 9.035-126.228 12.386-103.344 51.968 24.78-16.026 76.058-14.97 112.125-10.5-34.733 4.607-66.215 7.26-78.655 17.19 16.52 2.635 34.167 4.663 52.5 5.874 47.178 3.116 89.886.327 120-6.406 15.057-3.367 26.967-7.8 34.313-12.344 7.345-4.545 9.187-8.14 9.187-10.72 0-2.578-2.288-7.27-9.875-12.968-7.587-5.696-19.598-11.715-34.72-17.093C334.29 31.555 291.554 23.116 244.376 20c-11.795-.78-23.296-1.18-34.406-1.25-2.084-.013-4.166-.01-6.22 0zM74.094 72.906c-4.445 17.937-5.67 34.503-4.25 49.938.006.018-.007.044 0 .062 5.82 16.932 23.4 31.81 49.22 43.188 28.19 12.424 65.143 20.243 101.967 22.906 36.826 2.663 73.606.193 101.25-7.094.066-.017.124-.045.19-.062l.186.125c72.355-9.74 112.614-41.626 102.313-95.595-6.856 24.535-27.576 42.58-54.25 55.625 2.854-10.052 6.517-20.498 11.124-31.375-3.85 1.1-7.888 2.115-12.125 3.063-32.675 7.305-76.713 10.025-125.345 6.812-48.632-3.213-92.642-11.767-125.188-23.344-16.272-5.788-29.685-12.263-39.656-19.75-1.918-1.44-3.744-2.932-5.436-4.5zm7.562 93.406c11.72 25.393 30.867 47.514 53.563 67.907 10.904 7.757 26.756 14.574 45.28 19.405 25.235 6.58 55.16 9.846 83.5 9.656 25.045-.167 48.934-3.1 67.094-8.342 56.052-11.073 85.383-44.642 71.312-87.688-2.314 22.634-17.737 39.6-39.125 51.938-1.028-10.75-1.267-21.987-.405-33.813-9.994 6.235-22.157 10.986-35.844 14.594-30.526 8.045-68.822 10.472-107.342 7.686-38.52-2.786-77.172-10.8-108.188-24.47-10.954-4.826-21.063-10.442-29.844-16.874zm321.906 71.75c-4.685 14.62-14.652 26.757-28.25 36.188-1.862-5.797-3.624-11.708-5.218-17.78-6.943 5.897-15.767 10.318-25.938 13.905-21.858 7.71-50.187 11.394-80.03 11.594-26.414.176-53.918-2.413-78.782-7.94 22.057 16.116 44.73 31.753 65.562 47.876 20.303 8.023 48.924 7.27 73.97-.156 11.94-3.54 22.962-8.51 31.655-14.094 35.963-17.71 60.943-41.843 47.033-69.594zm10.657 59.375c.337 12.78-7.11 24.512-18.5 34.657-2.77-8.588-5.972-17.316-9.283-26.28-2.933 3.837-6.436 7.415-10.312 10.655-12.036 10.06-28.197 17.926-45.938 23.186-15.81 4.688-33.028 7.436-49.656 7.03 8.393 7.718 16.145 15.62 23 23.845 12.03 6.828 34.757 6.622 55.75-.06 5.846-1.862 11.49-4.14 16.658-6.69.076-.036.142-.086.218-.124 34.1-14.63 54.92-39.592 38.063-66.22zM44.593 363.781l66 96.94-80.03-55.47 19.873 48.47-32.718-21.033.593 61.313h290.843l-28.03-32.094L279.937 480l-52.532-43.813 5.813 37.375-77.064-81.156 20.438 71.25-132-99.875zm359.312 4.376c-1 .81-2.013 1.628-3.062 2.406-9.94 7.374-22.49 13.45-35.906 17.72-14.445 4.597-30.13 7.443-44.594 6.374 2.874 5.13 5.382 10.404 7.47 15.813 4.2 4.1 9.464 7.06 15.31 8.936l.345.438c44.033 10.426 81.254-3.684 74.905-48.094-1.93 8.424-7.29 15.254-14.78 20.563 1.134-8.125 1.125-16.143.31-24.157zm-69.656 67.938c2.15 17.584-.015 36.745-7.72 57.937 27.994-20.634 46.844-39.46 59-57.217-5.283 1.592-10.828 2.678-16.436 3.28-11.496 1.236-23.753.172-34.844-4z" fill="#fff"/></svg>
<svg class="tc-image-originals-two-feathers tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M177.438 17.625c-36.363 63.13-6.562 132.455 51.593 167.906 73.338 44.71 85.25 182.336 197.44 180.032 18.768 37.002 32.436 74.428 42 113.844L486.624 475c-7.386-30.444-17.18-59.834-29.75-88.72 19.49-32.138 28.49-64.438 35.938-96.75L477.5 306.657c1.212-13.487.876-26.89-.688-41l-13.625 26.938c2.42-20.608 3.05-39.98 3.875-59.5l-19.53 33.97c-2.876-17.033-6.577-33.074-10.188-49.252l-8.25 30.97C371.358 118 210.67 101.476 177.438 17.624zM33.78 106c-83.367 187.217 151.31 342.733 292.44 323.47 29.146 16.715 54.977 35.964 78.905 58.436l12.78-13.625c-18.923-17.77-39.093-33.676-61-47.936-1.57-28.975-9.564-53.884-18.56-78.156l-6.22 42.843c-10.212-27.47-23.103-48.372-35.813-69.717l3.22 51.968c-9.037-24.734-22.188-45.01-36.032-64.53l5.094 42.97c-16.975-23.893-34.854-40.735-52.656-58.064l12.625 37.594C144.105 263.974 78.553 196.544 33.78 106z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-two-shadows tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M250.322 18.494c-25.06 3.26-47.158 32.267-47.158 69.346 0 20.453 7.06 38.57 17.502 51.166l10.123 12.213-15.59 2.932c-13.676 2.574-23.794 9.896-32.272 21.547-8.48 11.65-14.86 27.7-19.326 46.095-8.23 33.9-9.916 75.216-10.143 111.275h44.007l11.883 159.512h96.37l10.514-159.512h41.88c-.013-36.448-.353-78.316-7.81-112.48-4.042-18.524-10.176-34.575-18.777-46.12-8.6-11.543-19.21-18.81-34.482-21.18l-15.912-2.468 10.037-12.59c9.99-12.533 16.7-30.436 16.7-50.392 0-39.537-24.776-69.268-52.352-69.268-2.915 0-4.754-.135-5.196-.078zm178.608 1.078c-31.872-.534-61.166 26.473-71.084 63.49-4.575 17.073-4.83 35.29-.817 51.108-10.96 1.307-20.99 5.173-29.772 10.996 5.563 3.58 10.537 7.906 14.906 12.814 7.998-4.296 16.716-6.28 27.084-5.492l15.816 1.2-6.615-14.415c-5.86-12.764-7.33-33.55-2.554-51.377 8.122-30.308 31.484-49.75 52.75-49.61 1.416.008 2.825.104 4.22.29l.01.002c.263.037 1.817.567 4.44 1.27 23.73 6.36 38.404 37.853 29.168 72.324-4.66 17.392-15.965 34.567-27.02 42.73l-12.954 9.565 14.73 6.502c13.063 5.765 20.835 13.86 25.885 24.348 5.05 10.487 7.12 23.674 6.846 38.674-.5 27.368-8.862 60.148-17.2 91.362l-36.864-9.88-51.232 153.712-42.69.11-1.23 18.69 57.402-.146 49.914-149.758 37.946 10.166 2.42-9.025c9.022-33.677 19.603-71.135 20.22-104.89.31-16.876-1.89-32.994-8.693-47.124-5.016-10.417-12.696-19.57-23.065-26.622 10.814-11.607 19.228-27.125 23.637-43.58 11.288-42.13-6.228-85.52-42.38-95.21l-.003-.003c-1.106-.296-3.297-1.274-6.81-1.744h-.008l-2.838-.38-.295.146c-1.09-.082-2.185-.226-3.27-.244zm-349.32.46c-4.49.056-9.02.665-13.538 1.876-.095.026-.327.068-.44.094l-.575-.574-5.76 2.377h-.002C27.32 36.99 13.11 77.635 23.69 117.12c4.574 17.073 13.46 32.977 24.845 44.67-9.328 6.978-16.34 15.908-21.053 25.99-6.507 13.924-8.973 29.83-9.11 46.6-.27 33.543 8.753 71.01 17.82 104.845l2.42 9.027 40.02-10.727 51.11 149.454 60.46.153-1.39-18.694-45.7-.116-52.446-153.37-38.73 10.378c-8.028-30.892-15.098-63.467-14.875-90.8.122-14.997 2.417-28.276 7.354-38.84 4.937-10.56 12.24-18.566 23.865-24.15l14.298-6.87-12.94-9.176c-11.456-8.122-23.12-25.39-27.896-43.215-8.66-32.315 3.867-62.596 24.653-71.188l.025-.01c.244-.1 1.86-.42 4.486-1.12h.002l.002-.003c2.966-.796 6.005-1.18 9.072-1.175 21.47.027 44.263 19.06 52.344 49.223 4.66 17.392 3.46 37.92-2.035 50.517l-6.436 14.76 16.01-1.734c13.355-1.447 23.684 1.234 32.868 7.016 4.285-4.866 9.108-9.17 14.46-12.742-.73-.536-1.464-1.062-2.212-1.572-9.55-6.512-20.777-10.598-33.283-11.522 3.562-15.46 3.09-33.105-1.318-49.56-9.878-36.864-39.338-63.538-70.77-63.14z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-tyre tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M128.844 16.313c-1.26.01-2.52.042-3.75.093-19.69.814-35.63 6.786-46.625 17.782-21.992 21.99-23.814 63.782-4.72 115.687s58.568 112.162 113.688 167.28c55.12 55.12 115.376 94.595 167.28 113.69 51.906 19.092 93.73 17.27 115.72-4.72 21.99-21.99 23.78-63.782 4.687-115.688-19.094-51.905-58.54-112.195-113.656-167.312C306.35 88.008 246.06 48.563 194.155 29.47c-24.33-8.952-46.42-13.317-65.312-13.157zm34.97 52.156c45.347-.48 113.94 35.972 175.155 97.186 76.95 76.95 114.752 165.567 89.28 205-16.348-55.695-56.743-120.148-115.438-178.844C254.13 133.127 189.692 92.728 134 76.376c8.06-5.202 18.167-7.784 29.813-7.906zM42.718 70.03L31.78 80.97c-10.986 10.987-16.853 26.35-17.686 46.06-.834 19.712 3.62 43.48 13.219 69.376C46.508 248.202 86.06 308.372 141.156 363.47c55.097 55.096 115.267 94.646 167.063 113.842 25.896 9.6 49.663 14.052 69.374 13.22 19.71-.834 35.076-6.702 46.062-17.688l10.97-10.97c-25.293 3.142-55.017-1.975-86.345-13.5-55.3-20.342-117.292-61.23-174.06-118-56.77-56.768-97.658-118.728-118-174.03-11.516-31.302-16.626-61.026-13.5-86.313zm77.218 21.876c52.77 13.2 119.523 52.99 179.656 113.125 60.133 60.136 99.926 126.892 113.125 179.657-41.025 21.154-126.707-16.642-201.408-91.343-74.715-74.716-112.55-160.424-91.375-201.438z" fill="#fff"/></svg>
<svg class="tc-image-originals-ubisoft-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M194.53 19.656L181.47 62.25l27.624 6.563 19.5-17.5-34.063-31.657zm125.94.063l-32.626 30.343 20.656 19.5 25.625-5.407L320.47 19.72zm-64.94 59.405c-14.046.215-28.287 2.138-42.468 5.938-93.08 24.94-148.472 120.887-123.53 213.968 7.604 28.38 21.823 53.248 40.53 73.408.176.252.355.498.532.75l.094-.063c42.67 45.493 108.4 66.657 172.78 49.406C396.55 397.59 451.942 301.676 427 208.595 406.735 132.964 339.604 82.24 265.22 79.25c-3.22-.13-6.447-.175-9.69-.125zM85.47 82.563L95.437 126l27.218-8.156 8.125-24.875-45.31-10.407zm344.03.187l-43.47 9.97 8.158 27.218 24.875 8.124L429.5 82.75zm-170.72 15c1.93.004 3.865.05 5.783.125 66.473 2.61 126.234 47.86 144.375 115.563 22.327 83.325-26.957 168.735-110.282 191.062-57.286 15.35-115.544-3.167-153.625-43.313l-.03-.03c-7.722-11.214-13.966-23.47-18.406-36.313-24.473-70.782 10.592-153.698 82.937-178.5 60.946-20.893 132.18 9.025 153.22 70.75 17.63 51.725-8.105 112.282-60.938 130.125-44.027 14.868-95.41-6.862-110.343-51.376-12.367-36.86 6.033-79.954 43.624-92.438 30.914-10.267 66.952 5.034 77.22 36.188 8.03 24.378-3.386 52.733-27.127 62.437 10.773-10.378 15.78-26.178 11.657-41.56-5.275-19.686-23.813-32.462-43.438-31.314-2.803.164-5.657.59-8.47 1.344-22.494 6.028-35.964 29.41-29.936 51.906.695 2.594 1.623 5.068 2.75 7.406.022.052.04.106.063.157.07.145.145.29.218.436 11.972 26.708 41.876 39.625 69.876 30.5 36.25-11.814 53.642-52.3 42.156-87.156-13.713-41.614-60.582-61.476-100.875-48.094-47.956 15.927-70.97 69.85-55.437 116.156 18.427 54.928 80.65 81.133 134.063 63.094 63.153-21.328 93.476-92.667 72.625-153.844-19.966-58.576-77.885-92.29-136.625-89.937-13.556.543-27.156 3.01-40.344 7.53-56.145 19.25-92.422 68.7-101.22 123.595.602-68.348 46.356-130.556 115.656-149.125 13.67-3.663 27.38-5.402 40.875-5.375zM66.876 177.938l-44.438 13.625 30.344 32.656 19.5-20.657-5.405-25.625zm382.906.812l-6.56 27.625 17.5 19.5 31.686-34.063-42.625-13.062zm-193.155 69c10.227.247 19.356 7.11 22.156 17.563 3.415 12.74-3.98 25.586-16.717 29-11.147 2.986-22.387-2.31-27.313-12.22-.466-1.12-.896-2.274-1.28-3.468l-.126.03c-.114-.356-.215-.726-.313-1.092-3.412-12.74 4.013-25.587 16.75-29 1.594-.427 3.205-.683 4.782-.782.69-.042 1.38-.046 2.063-.03zM54.03 283.47L22.376 317.5l42.594 13.094 6.56-27.656-17.5-19.47zm407.94 1.655l-19.5 20.656 5.405 25.626 44.438-13.656-30.344-32.625zM95.686 381.25L85.28 426.594l43.44-9.97-8.157-27.218-24.876-8.156zm323.625 2.094l-27.218 8.125L384 416.374l45.313 10.406-10-43.436zm-213.03 56.406l-25.626 5.406 13.625 44.438 32.657-30.344-20.656-19.5zm99.374.75l-19.5 17.5 34.063 31.688 13.092-42.625-27.656-6.563z" fill="#fff"/></svg>
<svg class="tc-image-originals-udder tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M24.844 25.563c1.333 77.685 25.778 141.568 63.283 187.955 4.367-4.937 8.77-9.796 13.13-14.553a9.5 9.5 0 0 1 7.348-3.178 9.5 9.5 0 0 1 6.66 16.016c-22.957 25.048-46.51 52.82-58.777 76.95-6.132 12.067-9.31 23.07-9.037 31.874.17 5.474 1.374 10.174 4.26 14.562l16.552-22.684a9.5 9.5 0 0 1 7.898-4.008 9.5 9.5 0 0 1 7.45 15.207l-16.635 22.797c2.973.316 6.316-.284 10.474-1.75 8.174-2.882 18.38-9.868 28.734-19.672 20.704-19.608 42.15-50.057 56.953-77.644a9.5 9.5 0 0 1 9.9-4.885c6.228 1.017 22.147 2.215 35.78.573 6.816-.82 13.107-2.395 17.232-4.432 4.124-2.035 5.597-3.84 6.12-5.934a9.5 9.5 0 1 1 18.434 4.603c-2.193 8.78-8.967 14.825-16.145 18.37-7.18 3.542-15.245 5.277-23.372 6.256-12.798 1.542-25.47 1.082-34.522.143-2.816 5.038-5.806 10.122-8.937 15.192 29.03 14.058 60.48 21.354 92.34 21.115 22.055-.164 43.82-4.29 64.64-11.937-6.014-8.637-11.297-17.378-15.596-25.96A9.5 9.5 0 1 1 326 252.03c13.688 27.32 40.692 59.164 67.537 79.982 13.423 10.41 26.846 18.047 37.842 21.363 5.988 1.806 10.902 2.378 14.983 1.854l-10.996-13.093a9.5 9.5 0 0 1 7.06-15.715 9.5 9.5 0 0 1 7.49 3.494l12.054 14.352c3.226-4.725 4.71-9.948 5.042-16.102.513-9.534-2.39-21.344-8.18-34.158-11.578-25.63-34.297-54.796-57.053-79.625a9.5 9.5 0 0 1 7.322-16.01 9.5 9.5 0 0 1 6.685 3.172c3.1 3.384 6.205 6.848 9.29 10.37 37.514-47.34 61.834-111.574 62.892-186.352H24.843zm138.664 270.68c-4.952 14.607-8.863 29.266-11.043 42.61-2.476 15.154-2.608 28.608-.29 37.745 2.32 9.137 5.71 13.32 12.514 15.22 10.31 2.88 17.56 1.32 24.884-3.572 7.325-4.893 14.436-13.87 20.696-25.87 6.813-13.064 12.555-29.486 17.517-47.09-22.16-3.106-43.775-9.54-64.28-19.044zm173.04 6.083c-9.938 3.936-20.108 7.144-30.456 9.57.512.913 1.02 1.844 1.54 2.733 7.736 13.262 16.197 23.722 23.802 29.292 7.604 5.57 12.882 6.638 19.34 3.77 7.937-3.52 12.458-8.014 15.236-14.087-10.454-9.556-20.457-20.185-29.46-31.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-ufo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 27c-28.334 0-54.153 8.54-73.283 22.89C163.587 64.236 151 84.874 151 108c0 8.204 1.796 15.548 4.975 21.975 2.398 5.19 5.692 9.893 9.95 13.757 1.386 1.213 2.82 2.35 4.294 3.43 4.322 3.357 9.202 6.14 14.473 8.31 19.476 8.01 44.305 10 71.307 10 3.78 0 7.51-.045 11.197-.134 8.767-.154 17.47-.64 25.965-1.713 12.52-1.48 24.056-4.003 34.145-8.154 3.58-1.473 6.982-3.23 10.152-5.257 1.413-.782 2.815-1.59 4.192-2.45 5.74-4.175 10.267-9.775 13.512-16.132 3.15-5.776 5.153-12.34 5.688-19.644.216-2.173.32-4.358.285-6.54-.065-.015-.13-.03-.196-.048-.903-22.068-13.247-41.702-31.657-55.51C310.153 35.542 284.333 27 256 27zm0 18c24.686 0 46.868 7.578 62.482 19.29C334.097 76 343 91.36 343 108s-7.273 24.542-22.543 30.824c-15.27 6.283-38.44 8.65-64.457 8.65-26.017 0-49.187-2.367-64.457-8.65C176.273 132.542 169 124.64 169 108s8.903-32 24.518-43.71C209.132 52.577 231.314 45 256 45zm-37.775 17.748c-6.138.054-12.69 2.517-18.168 6.828-11.194 8.808-14.907 22.76-8.295 31.162 6.612 8.402 21.046 8.07 32.238-.738 11.193-8.81 14.906-22.76 8.293-31.162-3.115-3.957-8.16-6.142-14.068-6.09zm-85.29 47.78c-11.378 3.587-21.944 7.64-31.537 12.095C62.448 140.707 41 164.52 41 188c0 23.48 21.448 47.293 60.398 65.377C140.348 271.46 195.273 283 256 283c60.727 0 115.65-11.54 154.602-29.623C449.552 235.293 471 211.48 471 188c0-23.48-21.448-47.293-60.398-65.377-9.533-4.426-20.028-8.457-31.325-12.025-.997 20.097-10.243 39.685-27.293 51.935l-.222.16-.233.147c-33.465 21.076-73.328 21.37-108.768 20.252-29.29-.734-63.383-3.588-88.776-25.88l-.05-.046-.05-.045c-13.61-12.312-20.22-29.268-20.95-46.59zm290.116 47.23c7.672.046 15.3 2.61 20.97 8.28 6.98 6.978 9.254 16.924 7.92 26.265-1.335 9.34-6.04 18.522-13.577 26.06-7.538 7.538-16.72 12.242-26.06 13.576-9.34 1.334-19.287-.94-26.266-7.92-6.98-6.98-9.252-16.923-7.918-26.264 1.334-9.34 6.037-18.523 13.575-26.06 7.538-7.54 16.72-12.242 26.06-13.577 1.752-.25 3.525-.373 5.296-.362zm-336.042 1.94c1.77-.01 3.543.114 5.295.364 9.34 1.335 18.524 6.037 26.062 13.575 7.538 7.538 12.24 16.72 13.574 26.062 1.334 9.34-.94 19.284-7.92 26.263-6.978 6.98-16.92 9.25-26.262 7.916-9.34-1.336-18.525-6.037-26.063-13.575-7.538-7.538-12.24-16.722-13.574-26.063-1.333-9.34.94-19.284 7.92-26.263 5.67-5.672 13.297-8.235 20.968-8.28zm336.78 16.046c-1.078-.044-2.238.017-3.485.195-4.99.712-10.922 3.523-15.88 8.482-4.96 4.958-7.77 10.89-8.484 15.88-.713 4.99.432 8.598 2.826 10.99 2.393 2.394 6 3.54 10.992 2.827 4.99-.714 10.918-3.527 15.877-8.485 4.958-4.96 7.77-10.887 8.484-15.877.712-4.99-.434-8.6-2.827-10.992-1.795-1.795-4.274-2.888-7.506-3.022zM86.27 177.686c-3.232.133-5.71 1.226-7.504 3.02-2.394 2.394-3.54 6-2.828 10.99.712 4.992 3.527 10.923 8.486 15.882 4.958 4.96 10.886 7.77 15.877 8.483 4.99.713 8.6-.432 10.993-2.826 2.393-2.393 3.54-6 2.826-10.99s-3.525-10.922-8.483-15.88c-4.96-4.96-10.89-7.77-15.88-8.483-1.25-.177-2.41-.24-3.487-.194zM256 211c10.66 0 20.48 3.17 28.027 8.83C291.577 225.492 297 234.13 297 244c0 9.87-5.424 18.508-12.973 24.17C276.48 273.83 266.66 277 256 277c-10.66 0-20.48-3.17-28.027-8.83C220.423 262.508 215 253.87 215 244c0-9.87 5.424-18.508 12.973-24.17C235.52 214.17 245.34 211 256 211zm0 18c-7.013 0-13.194 2.204-17.227 5.23-4.033 3.023-5.773 6.385-5.773 9.77s1.74 6.747 5.773 9.77c4.033 3.026 10.214 5.23 17.227 5.23s13.194-2.204 17.227-5.23c4.033-3.023 5.773-6.385 5.773-9.77s-1.74-6.747-5.773-9.77C269.194 231.203 263.013 229 256 229zm-55.1 68.898L112 480h288l-88.9-182.102C293.433 299.925 274.988 301 256 301s-37.433-1.075-55.1-3.102z"/></svg>
<svg class="tc-image-originals-ultrasound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M473.156 14.97l-18.062 4.842c11.34 42.354 14.96 84.95 11.687 126.282l1.876 5.406c4.394 12.465 8.1 25.566 10.875 38.844 10.88-56.44 9.483-116.156-6.374-175.375zM400.22 29.093l-18.064 4.843c10.017 37.386 12.704 74.996 8.97 111.313h18.75c3.702-37.944.785-77.182-9.657-116.156zm-71.376 11.812l-18.03 4.813c8.982 33.532 10.525 67.293 5.655 99.53h18.81c4.774-33.88 2.968-69.237-6.436-104.344zm-58.594 8.657l-18.063 4.843c27.292 101.963-33 206.532-134.812 233.844l4.844 18.03C233.8 276.35 300.15 161.273 270.25 49.564zM217 56.624l-18.063 4.844c20.678 77.25-24.96 156.4-102.093 177.093l4.844 18.062c86.9-23.314 138.598-113.003 115.312-200zm-169.094 6c-16.44 0-29.562 13.126-29.562 29.563 0 16.435 13.126 29.562 29.562 29.562S77.47 108.624 77.47 92.187c0-16.437-13.124-29.562-29.564-29.562zm116.875 7.063l-18.06 4.843c13.107 49.004-15.794 99.125-64.72 112.25l4.844 18.064c58.693-15.747 93.652-76.408 77.937-135.156zm-45.905 5.937l-18.063 4.813c7.452 27.826-8.885 56.174-36.656 63.624L69 162.125c37.537-10.07 59.936-48.928 49.875-86.5zm190.188 88.313c-7.934 24.493-12.72 51.205-12.72 75.812 0 57.394 23.366 84.448 55.876 94.563l4.092 1.25 1.72 3.906c17.165 39.266 15.82 82.72-3.344 121.436l-1.5 3.063-3.125 1.342c-13.44 5.934-24.513 15.596-31.282 29.438h125.064c-6.94-14.213-18.402-24.17-31.875-30.03l-3.158-1.376-1.5-3.094c-18.87-38.603-19.788-81.76-2.687-120.78l1.72-3.94 4.092-1.25c32.68-9.964 55.844-36.78 55.844-94.53 0-24.483-5.263-51.218-13.31-75.813h-38.25l-22.47 39.094 35.125 22.782-56.938 74.032 22.75-66.438-32.25-18.97 17.594-50.5h-69.467zm-31.313 80.875c-31.69 47.205-79.966 83.58-139.25 99.468l4.844 18.064c56.374-15.11 103.527-47.548 137.28-90.03-1.65-8.516-2.62-17.677-2.874-27.502zm29.125 82.25c-37.602 39.21-86.06 68.962-142.406 84.062l4.843 18.063c59.998-16.08 111.596-47.908 151.562-89.844-5.01-3.55-9.698-7.632-14-12.28zm44.094 60.968c-43.567 41.235-97.727 72.527-159.75 89.158l4.843 18.03C254.767 479.48 306.798 451.2 350 414c1.265-8.633 1.584-17.313.97-25.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-umbrella tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.438 32.53c-4.628.44-10.283 3.95-16.657 12.657-6.842 9.35-13.723 24.012-19.593 42.563-11.094 35.068-18.797 84.06-20.875 139.156h115.97c-2.073-55.1-9.714-104.116-20.75-139.187-5.84-18.553-12.68-33.187-19.5-42.532-6.57-9.003-12.353-12.417-17.063-12.657-.48.006-.96-.01-1.44 0-.03.002-.06 0-.092 0zm35.968 4.907c7.715 11.575 14.262 26.65 19.938 44.688 11.825 37.578 19.62 88.07 21.687 144.78h82.19c-5.113-53.912-23.637-101.76-50.533-136.25-20.55-26.35-45.627-44.893-73.28-53.218zM223.5 38.782c-26.088 8.886-49.81 26.876-69.438 51.907-27.044 34.493-45.687 82.318-50.812 136.22h79.313c2.07-56.722 9.923-107.234 21.812-144.813 5.488-17.346 11.768-31.932 19.125-43.313zm-55.25 10.47C91.18 79.186 34.663 146.36 23.375 226.906H84.28C89.44 169 109.43 117.31 139.345 79.156c8.788-11.21 18.474-21.242 28.906-29.906zm190.313 4.25c8.533 7.655 16.523 16.26 23.875 25.688 29.76 38.16 49.604 89.83 54.75 147.718h55.156c-10.747-76.928-62.296-141.66-133.78-173.406zM249.97 245.594v171.53c0 20.038-5.565 33.484-13 41.813-7.438 8.33-16.894 11.913-26.564 11.563-19.34-.7-40.22-17.18-40.22-53.375H151.5c0 43.858 28.352 70.98 58.25 72.063 14.95.54 30.13-5.43 41.156-17.782 11.027-12.352 17.75-30.725 17.75-54.28V245.593H249.97z" fill="#fff"/></svg>
<svg class="tc-image-originals-umbrella-bayonet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M455.486 12.676c-1.345-.015-2.7.037-4.058.156-10.875.95-22.054 6.227-31.098 16.914l-38.93 46c1.242-.1 2.39-.19 3.71-.3l8.97-.75.746 8.972c.11 1.322.21 2.466.317 3.707l38.927-46.002c12.92-15.267 26.22-13.18 34.998-5.752 8.78 7.43 13.037 20.2.118 35.468l13.74 11.63c18.087-21.375 13.42-47.594-2.23-60.837-6.845-5.793-15.794-9.104-25.21-9.204zM283.636 35.19l-146.74 343.417 314.417-201.523c-5.007-.68-9.623-2.192-13.49-5.465-5.344-4.523-7.665-10.97-9.067-18.116-.987-5.028-1.612-11.194-2.223-18.082-6.894.537-13.08.94-18.2.8-7.28-.202-14.023-1.425-19.366-5.947-5.344-4.52-7.663-10.97-9.065-18.115-.986-5.028-1.613-11.194-2.224-18.082-6.894.537-13.078.94-18.2.8-7.278-.202-14.02-1.423-19.365-5.944-5.343-4.522-7.664-10.97-9.066-18.116-.987-5.028-1.612-11.194-2.223-18.082-6.894.537-13.08.94-18.2.8-7.28-.202-14.023-1.424-19.366-5.946-3.868-3.273-6.123-7.575-7.62-12.4zm14.48 40.167l15.757 8.71-165.738 281.26L347.98 115.24l13.74 11.63-213.585 238.458 249.972-209.98 11.194 14.1-261.165 195.88 149.982-289.97zM120.5 383.305L25.896 491.287s31.418-12.377 44.532-22.64c18.82-14.724 52.028-52.562 70.883-76.073l-16.736 2.004-4.076-11.273z"/></svg>
<svg class="tc-image-originals-uncertainty tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M257.78 19.438c-127.92.016-231.75 103.855-231.75 231.78 0 55.734 19.71 106.776 52.532 146.72L57.75 434.094h132.406l-66.312-114.72-22.375 39c-20.9-30.478-33.064-67.442-33.064-107.155 0-104.523 84.854-189.376 189.375-189.376 104.523 0 189.408 84.853 189.408 189.375 0 39.108-11.68 75.664-32 105.874l-21.875-37.72L327 434.095h132.406l-21.594-37.47c32.225-39.78 51.75-90.253 51.75-145.405 0-127.927-103.827-231.766-231.75-231.782h-.03zm-.655 75.468c-49.528-.047-110.474 29.232-128.406 104.938l60.75 14.312c26.965-76.242 90.87-70.824 113.31-28.625 26.775 50.346-89.687 107.283-84.124 190.407h77.688c6.49-98.144 118.973-123.49 59.562-229.53C337.963 114.38 301 96.572 261.876 95.03V95c-1.573-.062-3.153-.092-4.75-.094zM258.5 395.97c-26.95 0-48.594 21.644-48.594 48.592 0 26.95 21.645 48.594 48.594 48.594 26.95 0 48.594-21.645 48.594-48.594 0-26.948-21.645-48.593-48.594-48.593z" fill="#fff"/></svg>
<svg class="tc-image-originals-unfriendly-fire tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M132.28 19.97C94.364 19.96 56.6 26.472 24.03 40.343c106.356-16.32 188.315 27.415 200.814 96.406 5.418 29.904-37.63 51.288-71.25 77.813 2.465-13.414 7.356-25.622 11.344-38.282-14.197 14.1-26.88 28.942-35.157 45.97-6.432-20.1-10.023-40.21-14.718-60.313-5.76 38.48-8.168 76.96.938 115.438.12 1.223.256 2.468.47 3.72C127.3 344.73 183.5 404.46 244.155 443.436c-20.684-4.097-39.713-10.91-59.312-16.78 22.393 16.586 45.716 31.66 71.78 42.25-18.617-.14-36.953-.982-55.468-1.376 56.55 16.237 114.847 28.187 180.313 22.47 38.163-.738 66.84-15.306 85.405-35.813l-5.938-16.343-52.53 23.125-15.594 6.874L395.406 451l2.906-19-56.062 22-20.875 8.22 8.906-20.595 10.845-25.156c-14.48 2.333-31.098 3.21-48.47.5-24.806-3.875-50.92-15.12-71.217-38.908 27.48 16.855 59.18 22.11 89.343 21.844.043.002.085 0 .126 0 16.346.51 31.756-2 43.375-5.28l18.908-5.345-7.782 18.033-9.094 21.093 50.282-19.75 15.125-5.906-2.47 16.03-2.78 18.22 46.06-20.28 9.126-4 3.438 9.374 4.97 13.687c9.516-17.186 13.383-36.418 11.342-54.53l-29.78 4.063 20.155-33.938c-6.063-10.564-14.867-19.773-26.5-26.656-.063-.04-.122-.09-.186-.126-32.735-23.455-69.573-31.572-107.438-35.875l18.78 17.874c-33.723-5.47-67.613-18.598-65.123-42.03-9.323 15.147-2.238 32.477 11.625 47.967-31.926-8.398-41.564-31.427-32.907-63.217 5.64-20.712 25.924-32.85 41.97-49.25l.03-.032c29.778-25.73 46.797-58.807 60.564-93.78-7.622 8.132-14.89 16.433-22.625 24.5 5.763-36.61-1.635-71.36-12.72-105.594-2.794 21.978-3.924 43.714-10.47 66.22C328.8 74.173 315.744 59.227 301.126 45c5.094 13.018 11.25 25.574 13.688 39.78-38.447-41.365-110.748-64.8-182.532-64.81zm248.626 322.81l57 43.47-49.125-3.438-7.874-40.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-unicorn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M494 20L304.887 143.357c16.494 14.608 32.743 22.57 44.963 36.97zM298.346 93.594c-12.58.436-26.59 4.984-38.047 11.77-7.64 4.523-14.115 9.97-18.304 15.142-4.19 5.173-5.79 9.832-5.648 12.668l.283 5.73-5.075 2.676C133.713 193.16 80.945 250.727 18 310.594V494h166.047c6.145-15.424 12.724-33.898 15.086-47.535 1.728-9.977-2.783-21.807-8.23-35.244-5.444-13.436-11.85-28.706-7.63-45.423 3.49-13.827 14.375-25.752 24.096-35.656 4.45-4.534 8.71-8.463 12.075-11.445-6.558-8.577-14.065-20.315-16.51-34.894l17.75-2.978c2.68 15.976 15.203 28.533 22.8 39.24l-.323.23c10.54 14.634 18.892 28.395 30.72 37.546 13.358 10.337 31.484 16.39 66.526 11.49l6.658-.932 2.782 6.124c6.96 15.322 14.372 23.89 21.015 28.423 6.643 4.535 12.63 5.46 18.692 4.79 12.125-1.34 24.29-10.974 27.76-14.264 4.13-3.92 9.657-9.476 13.32-16.124 3.347-6.076 5.073-12.687 3.48-20.744-42.68-37.562-69.592-108.75-90.256-152.6-9.245-19.62-35.786-34.492-52.967-47.95-2.427-1.4-2.675-2.582-3.24-5.154-4.215-19.167 3.188-40.257 10.974-57.298-.096.002-.186-.01-.28-.006zM59.352 136.55c17.863 4.925 37.775 9.665 57.406 14.815 14.803 3.883 29.26 7.935 42.406 12.766 17.914-12.178 37.407-24.123 59.072-35.77-51.62-13.3-109.928-3.148-158.884 8.19zm28.738 26.126c-23.002 4.133-45.974 10.254-67.147 16.662 18.133 3.813 38.298 7.314 58.207 11.242 11.774 2.323 23.337 4.766 34.256 7.643a686.475 686.475 0 0 1 27.403-21.15c-9.044-2.932-18.71-5.698-28.62-8.298-7.952-2.086-16.043-4.098-24.1-6.1zM47.44 202.94c-9.875 2.096-19.728 4.582-29.44 7.29v18.04a2251.165 2251.165 0 0 1 20.172 3.146c10.505 1.7 20.847 3.498 30.734 5.625 8.836-8.185 17.887-16.322 27.268-24.397-6.64-1.56-13.52-3.024-20.508-4.403-9.32-1.838-18.81-3.566-28.227-5.3zM304 224c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zM18 246.512v26.58c4.16.195 8.28.425 12.342.71 7.44-7.2 14.878-14.384 22.387-21.538a604.747 604.747 0 0 0-17.433-3.078A1501.67 1501.67 0 0 0 18 246.512z"/></svg>
<svg class="tc-image-originals-union-jack tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M21.584 18L171.02 167.436v3.584h-44.69L18 61.836v25.557l82.975 83.627H18v32h185.02V18h-32v85.436L85.584 18zm286.057 0v185.02H494v-32h-86.775L494 84.244v-64L343.225 171.02h-3.584v-44.69L448.825 18h-25.556l-83.627 82.975V18zM18 309.293v32h85.436L18 426.73v64l149.436-149.437h3.584v44.69L62.152 494h25.555l83.313-82.662V494h32V309.293zm289.64 0V494h32v-85.123L424.765 494h64L339.64 344.877v-3.584h44.69L494 451.826V426.27l-84.314-84.977H494v-32z"/></svg>
<svg class="tc-image-originals-unlit-bomb tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M135.25 38.156c-16.082.46-32.345 7.235-46.47 17.407-17.216 12.4-31.534 30.2-37.31 50.687-5.78 20.488-1.95 44.032 16.155 63.406 14.573 15.595 19.996 29.328 20.563 40.5.566 11.173-3.554 20.304-10.376 27.406-13.643 14.206-37.278 17.995-50.5 6.094l-12.5 13.906c22.224 20.005 56.61 13.645 76.47-7.03 9.93-10.34 16.43-24.836 15.593-41.313-.836-16.478-8.83-34.407-25.594-52.345C67.18 141.782 65.16 126.6 69.47 111.312 73.78 96.025 85.484 80.97 99.72 70.72c14.233-10.253 30.704-15.365 43.218-13.44 9.566 1.474 17.565 6.055 23.062 17.44l15.938-9.19c-8.362-15.432-21.594-24.476-36.157-26.718-2.42-.372-4.866-.596-7.31-.656-1.07-.026-2.148-.03-3.22 0zM243.5 51.563l-120.125 69.374 24.906 43.157c15.03-18.11 33.446-33.898 55-46.344 20.615-11.903 42.444-19.803 64.595-23.938L243.5 51.563zm60.03 57.406c-1.026.01-2.065.034-3.092.06-29.894.803-60.05 8.877-87.813 24.907-88.84 51.298-119.255 164.55-68.03 253.282 51.222 88.73 164.505 119.013 253.343 67.717 88.837-51.295 119.223-164.55 68-253.28-34.666-60.05-97.713-93.346-162.407-92.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-unlit-candelabra tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M249.344 17.344l-.97 37.375h-14.968v147.56h43.375V54.72h-12.936l-14.5-37.376zm135.22 0L376.28 54.72h-15.436v147.56h43.375V54.72h-12.47l-7.188-37.376zm-252.502.312L121.094 54.72h-14.03v147.56h43.374V54.72h-14.344l-4.03-37.064zm-30.78 204.375c0 16.145 9.13 26.056 20.343 29.72v41.72c0 30.783 24.7 56.53 55.688 56.53h70.125v91.5c-22.293 3.78-42.157 21.122-42.157 52.03h103c0-30.993-19.874-48.318-42.155-52.06V350h69.28c30.987 0 56.533-25.546 56.533-56.53v-41.345c11.76-3.307 21.593-13.317 21.593-30.094h-61.06c0 16.353 9.37 26.297 20.78 29.845v41.594c0 20.7-17.14 37.842-37.844 37.842h-69.28v-79.53c11.213-3.643 20.343-13.555 20.343-29.75h-61.064c0 16.93 10.077 27.015 22.03 30.218v79.063h-70.124c-20.702 0-37-16.946-37-37.844v-41.22c11.955-3.18 22.032-13.234 22.032-30.22H101.28z" fill="#fff"/></svg>
<svg class="tc-image-originals-unlocking tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M78.53 157.188c-23.843 0-43.93 21.364-50.28 50.593-4.216 5.54-6.75 12.435-6.75 19.876 0 7.506 2.56 14.467 6.844 20.03 6.475 28.963 26.485 50.064 50.187 50.064 24.293 0 44.72-22.173 50.657-52.25H234.97v65.594h19.31v-44.22h18.69v44.22h20.092V286h18.688v25.094h15.125V245.5h17.97v-33.47h-215.19c-5.248-31.382-26.14-54.843-51.124-54.843zM424.44 169.28c-31.78 0-57.813 26.036-57.813 57.814 0 17.65 7.836 33.673 20.47 44.312l-25.22 72.938-4.28 12.406h133.123l-4.314-12.406-25.187-72.938c12.63-10.64 20.467-26.662 20.467-44.312 0-31.642-25.47-57.813-57.25-57.813zm0 18.69c21.617 0 38.562 17.372 38.562 39.124 0 14.002-7.057 26.117-17.875 33l-6.22 3.97 2.408 6.967 23.156 67.033H383.81L407 271.03l2.406-6.967-6.22-3.97c-10.817-6.882-17.873-18.997-17.873-33 0-21.615 17.507-39.124 39.125-39.124zm-369.97 25.405c8.003 0 14.313 6.28 14.313 14.28 0 8.003-6.31 14.282-14.31 14.282-8.003 0-14.282-6.28-14.282-14.28 0-8.003 6.28-14.282 14.28-14.282z" fill="#fff"/></svg>
<svg class="tc-image-originals-unplugged tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M196 136c-61.174 0-111.656 45.834-119.063 105H16v30h60.938C84.344 330.166 134.825 376 196 376h15c8.31 0 15-6.69 15-15v-30h45v-30h-45v-90h45v-30h-45v-30c0-8.31-6.69-15-15-15h-15zm210 0c-8.31 0-15 6.69-15 15v30h30v30h-30v90h30v30h-30v30c0 8.31 6.69 15 15 15h90V136h-90z" fill="#fff"/></svg>
<svg class="tc-image-originals-unstable-projectile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M120.375 22.47c88.55 42.68 157.7 88.838 211.438 154.78C247.84 102.894 134.438 59.955 21.97 28.53v95.095c66.055 28.358 165.725 98.252 191.25 144.75-51.636-51.886-122.18-81.19-191.25-102.406v87.53c75.425 22.986 148.444 61.787 191.905 148.063 19.75 55.943 73.15 96.125 135.78 96.125 79.39 0 143.94-64.55 143.94-143.938 0-45.592-21.307-86.29-54.47-112.688-7.824-10.445-15.605-20.434-23.344-30.03 5.687-5.654 9.22-13.475 9.22-22.126 0-17.24-13.98-31.22-31.22-31.22-6.977 0-13.425 2.32-18.624 6.19-64.35-69.56-125.732-112.213-184.5-141.407h-70.28zM369.97 68.124c-11.588 0-21 9.382-21 20.97 0 11.586 9.412 21 21 21 11.586 0 20.967-9.414 20.967-21 0-11.59-9.38-20.97-20.968-20.97zm97.217 125.47c-10.173 0-18.406 8.262-18.406 18.436 0 10.175 8.234 18.407 18.408 18.407 10.173 0 18.437-8.232 18.437-18.406s-8.264-18.436-18.438-18.436zM335.563 229.28l4.688 24.782-51.375 13 61.5 79.625-8.656-60.78 49.905-3.626 3.406-45.31c32.242 12.5 57.96 37.922 70.845 69.968l-5.5 19.468-49.188-15.187L474.375 365c-1.43 16.137-5.897 31.376-12.844 45.156l-32.217-14.5-82.75 58.53 66.656-25.248 25 13.437C415.57 465.008 384.283 479 349.655 479c-61.742 0-112.934-44.45-123.344-103.156l45.625 39.812 23.532-30.72 26.624 33.783 93.625-58.345-39.908-42.97.5 41.44-47.062 16.905-43.5-54.78-9.72 37.374-44.874-45.313c15.4-44.967 55.627-78.307 104.406-83.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-usa-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 18v29h238V18H256zm-208 .002l-9.404 19.053-21.03 3.056 15.217 14.833L29.19 75.89l18.812-9.892 18.807 9.89-3.593-20.945L78.434 40.11l-21.032-3.055L48 18.002zm80 0l-9.404 19.053-21.032 3.056 15.217 14.833-3.59 20.946L128 65.997l18.807 9.89-3.592-20.945 15.217-14.832-21.03-3.055L128 18.002zm80 0l-9.404 19.053-21.032 3.056 15.217 14.833-3.59 20.946L208 65.997l18.807 9.89-3.592-20.945 15.217-14.832-21.03-3.055L208 18.002zm-39.404 54.385L159.19 91.44l-21.028 3.056 15.217 14.832-3.593 20.945 18.81-9.89 18.807 9.89-3.59-20.945 15.215-14.832-21.032-3.057-9.402-19.053zm-79.998 1.998L79.193 93.44l-21.03 3.056 15.218 14.832-3.593 20.945 18.81-9.89 18.807 9.89-3.59-20.945 15.215-14.832L98 93.44l-9.402-19.055zM256 81v30h238V81H256zM48 130.004l-9.404 19.053-21.03 3.056 15.217 14.832-3.592 20.946L48.003 178l18.807 9.89-3.593-20.945 15.217-14.832-21.032-3.056L48 130.004zm80 0l-9.404 19.053-21.032 3.056 15.217 14.832-3.59 20.946L128 178l18.807 9.89-3.592-20.945 15.217-14.832-21.03-3.056L128 130.004zm80 0l-9.404 19.053-21.032 3.056 15.217 14.832-3.59 20.946L208 178l18.807 9.89-3.592-20.945 15.217-14.832-21.03-3.056L208 130.004zM256 145v30h238v-30H256zM88.598 186.385l-9.405 19.054-21.03 3.056 15.218 14.832-3.593 20.945 18.81-9.89 18.807 9.89-3.59-20.945 15.215-14.832L98 205.44l-9.402-19.055zm79.998.002l-9.405 19.052-21.028 3.056 15.217 14.832-3.593 20.945 18.81-9.89 18.807 9.89-3.59-20.945 15.215-14.832-21.032-3.057-9.402-19.053zM256 209v30h238v-30H256zM18 273v30h476v-30H18zm0 64v30h476v-30H18zm0 64v30h476v-30H18zm0 64v29h476v-29H18z"/></svg>
<svg class="tc-image-originals-usable tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16C123.45 16 16 123.453 16 256c0 132.548 107.45 240 240 240 132.548 0 240-107.452 240-240S388.548 16 256 16zm0 60c99.41 0 180 80.59 180 180s-80.59 180-180 180S76 355.41 76 256 156.59 76 256 76zm-15 45c-7.5 0-10.802 7.833-9.563 14.313l19.907 91.218c.73 9.53-7.815 8.665-12.625 4.19l-45.064-61.282c-2.706-4.937-10.62-10.596-17.594-6.782-6.973 3.815-6.41 12.334-4 17.344l40.344 62.938c10.388 16.62 12.386 32.35 12.563 52.812-.34 13.825-11.4 20.024-21.97 20.688l-43.53-3.844c-11.047.024-23.47 7.79-23.47 18.406 0 10.617 17.494 9.182 27 11.625 0 0 62.778 18.345 86.844 18.375 16.422.017 16.003 21.326 25.687 21.28 9.16-.04 41.118-11.973 46.5-14.655 5.385-2.682 29.853-15.973 30.126-22.22.323-7.4-13.844-20.096-9.344-28.217 10.413-27.692.305-43.128 7.47-71.688C355.758 223.666 376 181 376 181c0-4.82-2.55-8.258-6.47-10.813-4.212-1.82-11.514-.874-13.374 3.72l-30.594 54.75c-4.69 4.277-10.706 3.163-12.125-4.5l2-86.47c.74-2.896-3.292-10.392-10.28-11.406-6.99-1.01-10.62 3.866-10.938 6.657l-6.22 87.5c-1.63 4.043-7.696 4.632-9.406.25L256.72 130.72c.19-5.952-5.877-9.72-15.72-9.72z" fill="#fff"/></svg>
<svg class="tc-image-originals-uzi tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M400.29 24v32h10v35.666h24.626c.193 18.416-.062 35.84 0 52.85H410.29V152h-45.936l5.986-11.975L376.854 127H70.62v17.355L88.06 152H26.29V56h16V40l16-16h32v32h224c8.472-7.114 5.74-20.712 6-32h10v32h22c10.133-11.125 18.67-31.843 32-32zM336 81H112v18h224zm149.533 23l.176 27.523h-32.706V104zM347.73 145l-7 14H140.022l-35-14zm3.79 32c-.076 2.743-.207 5.814-.448 9.104-.786 10.733-2.02 23.154-7.87 33-6.42 10.813-17.17 17.783-28.052 21.43-14.33 4.8-31.26 6.012-46.304-.22-7.23-2.994-13.278-8.29-18.555-13.86V344h-120c2.114-46.595 6.846-96 32.833-144-6.875-7.313-12.83-15.085-18.502-23h105.67v21.45c1.643 2.234 4.083 5.428 7.6 9.517 5.91 6.875 14.058 14.15 17.844 15.72 9.593 3.972 22.743 3.45 33.698-.22 7.47-2.503 14.832-7.723 18.295-13.553 2.368-3.988 4.684-15.443 5.394-25.127.22-2.99.272-5.405.323-7.787zm-59.25 0c-8.867 15.22.87 22.81 13.966 33.29-26.754-6.708-34.985-15.372-30.556-33.29zM230 231h-48v18h48zm0 40h-64v18h64zm0 40h-73.482v18H230zm20.29 51v126h-64V362z"/></svg>
<svg class="tc-image-originals-valley tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.844 20.72L189.03 192.312l-49.31-47.188-60.5 150.844H441.81l-57-94.564-66.03 68.125-13.407-13.03 37.938-39.125-89.47-196.656zM20.47 314.655v178.72h175.75l49.936-78.626-36.062-34.844 43.875-65.25H20.47zm261.186 0l-35.5 55.313 58.47 47.25-2.126 76.155h193v-178.72H281.656z" fill="#fff"/></svg>
<svg class="tc-image-originals-vanilla-flower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M304.188 20.78c-66.4 29.275-7.705 118.11-67.344 199.095.002.01-.002.02 0 .03 4.68 23.896 1.18 50.524-15 61.407 5.676-10.848 4.674-33.22-.594-53.968C172.566 116.55 98.992 169.912 50.97 49.064c-7.508 115.22 76.944 106.685 121.405 219.03 25.28 4.854 48.27 21.84 42.406 49.375-8.74-28.164-38.682-37.34-74.655-29.94-49.053 14.66-79.57 51.282-119.03 39.033 42.903 46.394 89.77.747 146.28 14.968 10.2-6.306 21.764-10.282 32.375-10.092 6.877.123 13.343 2.007 18.78 6.125-17.464-2.606-52.255 20.413-64.436 42.062-11.036 31.072 5.565 72.344-24.063 118.156 64.557-9.482 55.983-72.112 96.032-104.967-5.95-23.987-.636-54.244 19.907-62.907-8.336 10.483-8.898 36.958-3.157 58.47 17.706 48.55 69.432 44.36 102.406 111.874 4.12-48.97-27.776-83.065-38.158-119.625-25.52-12.012-50.434-38.33-45.906-61.47 5.082 16.233 35.01 39.13 60.28 48.19 60.935 16.158 108.5-22.17 175.064 23.592-42.414-75.354-97.718-43.818-153.5-79.25-25.297 6.58-55.71 3.98-67.53-13.593 10.318 5.398 31.1 4.795 50.967.187.03-.01.063-.018.094-.03C425.25 261.26 418.945 146.456 494.5 138c-84.284-35.58-103.4 85.843-182.938 102.406-15.316 25.246-39.25 43.34-65.906 44.125 11.467-7.75 30.848-23.313 45.063-42.342-.085-.003-.167.002-.25 0 50.867-65.388-20.946-134.664 13.717-221.407zm136.5 49.69c-37.396.183-76.304 40.32-75.72 93.436 27.76-61.158 76.168-72.398 130-51.25-12.783-29.8-33.303-42.29-54.28-42.187zm-225.47.593c-.532-.013-1.08.006-1.624.03-4.982.224-10.477 1.986-16.438 5.626 30.17 20.098 45.097 56.783 31.656 111.468 29.054-43.44 19.963-116.347-13.593-117.125zM20.25 149.53v40.5c39.124 3.345 76.562 22.105 109.813 60.25-13.216-53.944-61.76-91.727-109.813-100.75zm127.688 202.907c-60.802 8.268-60.422 39.282-119.188 32.657 49.566 43.217 76.473-8.307 119.188-32.656zm273.468 32.938c-22.266.2-51.875 6.393-80.687 8.063 38.87 19.01 104.58-4.72 116.186 29.625 5.516-30.448-10.265-37.914-35.5-37.688z" fill="#fff"/></svg>
<svg class="tc-image-originals-velocipede tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M336 35.27L282.27 89H311v26.146c-13.694.442-26.686 1.887-39 4.233V119c-20.41 0-36.037-.854-49.084-2.668 3.39-.714 6.58-1.558 9.527-2.578 3.88-1.343 7.405-2.938 10.553-5.598C246.144 105.496 249 101 249 96v-9h-9c-32 0-62.12-.124-91.975-15.05l-5.703-2.85-4.582 4.433c-7.094 6.866-9.93 15.897-9 23.55.93 7.655 4.376 13.78 7.367 19.24l2.56 4.677H144c8.2 0 18.56.003 29.492-.27 14.938 6.71 30.153 11.206 50.154 13.737-46.397 20.775-80.146 56.27-103.46 97.068-25.914 45.348-39.6 97.11-45.514 143.723C45.777 377.964 23 402.423 23 432c0 31.374 25.626 57 57 57s57-25.626 57-57c0-26.998-18.983-49.725-44.27-55.543 5.817-44.493 18.966-93.785 43.084-135.992C169.534 181.455 223.4 136.057 311 133.15v18.09c-89.057 4.69-160 78.55-160 168.76 0 93.23 75.77 169 169 169s169-75.77 169-169c0-90.21-70.943-164.07-160-168.76V89h7c5.5 0 10.848-1.408 14.926-4.977C355.004 80.455 357 75 357 70c0-10-5.576-19.303-14.637-28.363L336 35.27zm-25 134.003v127.434c-9.316 3.65-16 12.758-16 23.293 0 1.867.216 3.686.613 5.44L269.275 343H240v18h48v-8.85l17.635-11.757C309.713 343.286 314.673 345 320 345c13.7 0 25-11.3 25-25 0-1.867-.216-3.686-.613-5.44L370.725 297H400v-18h-48v8.85l-17.635 11.757a25.09 25.09 0 0 0-5.365-2.9V169.273C408.297 173.92 471 239.52 471 320c0 83.502-67.498 151-151 151s-151-67.498-151-151c0-80.48 62.703-146.08 142-150.727zM72.703 393.683C71.533 407.155 71 420.037 71 432h18c0-11.66.55-24.282 1.74-37.51C107.11 399.12 119 414.086 119 432c0 21.646-17.354 39-39 39s-39-17.354-39-39a38.842 38.842 0 0 1 31.703-38.318z"/></svg>
<svg class="tc-image-originals-vial tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M241.406 16a21.837 20.757 0 0 0-22.47 20.75 21.844 20.763 0 0 0 43.69 0A21.837 20.757 0 0 0 241.405 16zM286 52.594a13.866 13.18 0 0 0-14.125 13.312 13.875 13.188 0 0 0 27.75 0A13.866 13.18 0 0 0 286 52.594zM166 92.72l15.125 24.624v307.5C181.125 464.27 214.523 496 256 496s74.875-31.73 74.875-71.156v-307.5L346 92.72H166zM197.906 125h116.188v108H197.906V125zm85.594 71.375a13.866 13.18 0 0 0-14.125 13.313 13.866 13.18 0 1 0 27.72 0 13.866 13.18 0 0 0-13.595-13.313zm-52.47 64.47c7.66 0 13.845 5.908 13.845 13.186 0 7.28-6.186 13.19-13.844 13.19-7.656 0-13.874-5.91-13.874-13.19 0-7.278 6.218-13.186 13.875-13.186zM276 282.436c12.06 0 21.844 9.286 21.844 20.75 0 11.463-9.784 20.75-21.844 20.75s-21.844-9.285-21.844-20.75c0-11.464 9.784-20.75 21.844-20.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-vibrating-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M297.87 24.322c-40.38.374-80.665 13.623-114.077 39.72 73.64-37.01 166.104-24.977 227.547 36.464 61.442 61.44 73.013 153.443 36.002 227.084 57.598-73.738 53.068-180.48-14.77-248.317-37.098-37.098-85.97-55.4-134.703-54.95zm-27.25 63.123c-37.16.42-74.186 14.305-102.975 41.67 60.11-36.405 139.642-28.35 191.54 23.545 51.897 51.898 59.488 130.976 23.08 191.086 56.502-59.44 56.012-153.534-2.31-211.855C349.883 101.82 310.177 87 270.62 87.446zm-16.61 59.54c-28.304 0-56.606 10.797-78.2 32.392-43.19 43.19-43.19 113.214 0 156.404 43.188 43.19 113.21 43.19 156.4 0 43.19-43.19 43.19-113.213 0-156.403-21.594-21.595-49.897-32.393-78.2-32.393zm-132.635 28.4c-56.503 59.44-55.552 153.995 2.77 212.316 58.32 58.323 152.416 58.81 211.855 2.308-60.112 36.41-139.186 28.822-191.084-23.078-51.898-51.9-59.95-131.435-23.54-191.545zM56.297 191.54C-1.3 265.276 3.69 372.48 71.527 440.317c67.838 67.838 174.58 72.366 248.32 14.77-73.642 37.01-165.647 25.44-227.087-36.002-61.44-61.442-73.474-153.908-36.463-227.547z"/></svg>
<svg class="tc-image-originals-viking-longhouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 123.1c-20.516 15.092-38.26 36.844-53.766 59.9h107.532c-15.505-23.056-33.25-44.808-53.766-59.9zm-176.877 3.42l-7.162 41.718c-.143.016-13.15 77.655-13.15 77.655 30.433-3.215 60.18-5.702 89.395-7.475 13.228-23.585 28.986-53.104 48.95-80.135-33.286 1.448-68.19 4.104-106.41 7.987l6.132-36.79-17.754-2.96zm337.58.427l-17.756 2.96 6.006 36.032c-31.242-3.483-60.796-5.96-89.932-7.415 20.034 27.173 35.822 56.82 49.074 80.422a1554.483 1554.483 0 0 1 73.076 6.817L423.9 168.14c-.227-.027-7.197-41.193-7.197-41.193zM190.69 201c-7.623 12.392-14.61 24.686-21.127 36.24 59.372-2.912 116.642-2.788 173.076.36-6.576-11.657-13.63-24.08-21.33-36.6H190.69zm64.01 51.998c-7.23.006-14.462.06-21.7.158V279h46v-25.81c-8.072-.124-16.17-.188-24.3-.192zm-39.7.504c-36.22.876-72.693 2.9-110 6.05V279h110v-25.498zm82 .082V279h110v-18.523a1538.762 1538.762 0 0 0-110-6.893zm-210 7.568c-9.934.927-19.925 1.922-30 3.004V279h30v-17.848zm338 1.205V279h30v-13.055l-8.117-1.015A1555.665 1555.665 0 0 0 425 262.357zM51.727 297l-30 30h468.546l-30.002-30H51.728zM23 345l-.5 94-.5 18h468l-.5-18-.5-94h-18v94h-26.8v-94h-18v94h-26.8v-94h-18v94h-26.8v-94h-18v94h-26.8v-94h-18v94H265v-94h-18v94h-26.8v-94h-18v94h-26.8v-94h-18v94h-26.8v-94h-18v94H85.8v-94h-18v94H41v-94H23z"/></svg>
<svg class="tc-image-originals-viking-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 25C128.316 25 25 128.316 25 256s103.316 231 231 231 231-103.316 231-231S383.684 25 256 25zm0 14c119.74 0 217 97.26 217 217s-97.26 217-217 217S39 375.74 39 256 136.26 39 256 39zm0 18c-7.78 0-15.453.46-23 1.326v111.697c7.34-1.968 15.05-3.023 23-3.023 7.95 0 15.66 1.055 23 3.023V58.326C271.453 57.46 263.78 57 256 57zm-41 4.227c-16.142 3.373-31.56 8.696-46 15.716V215h8.035c8.456-16.208 21.757-29.51 37.965-37.965V61.227zm82 0v115.808c16.208 8.456 29.51 21.757 37.965 37.965H343V76.943c-14.44-7.02-29.858-12.343-46-15.716zM151 86.885c-17.284 10.744-32.797 24.06-46 39.422V236.45c3.02-1.604 5.64-2.958 7.686-4.18 2.893-1.726 4.5-3.113 5.224-4.1.726-.987 1.09-1.67 1.09-4.17v-9h32V86.885zm210 0V215h32v9c0 2.5.39 3.29 1.123 4.338.734 1.048 2.253 2.43 4.87 4.174 2.117 1.412 4.885 3.023 8.007 5.017V126.306c-13.203-15.363-28.716-28.678-46-39.422zm-274 63.93C67.99 181.326 57 217.362 57 256c0 38.64 10.99 74.676 30 105.184V264.66c-.652-.463-1.307-.936-1.97-1.426L75.26 256l9.773-7.234c.663-.49 1.318-.963 1.97-1.426v-96.524zm338 0v101.458l3.73 3.727-3.73 3.727v101.457c19.01-30.508 30-66.545 30-105.184 0-38.64-10.99-74.676-30-105.184zM256 185c-39.32 0-71 31.68-71 71s31.68 71 71 71 71-31.68 71-71-31.68-71-71-71zm0 30c22.537 0 41 18.463 41 41s-18.463 41-41 41-41-18.463-41-41 18.463-41 41-41zm-120.596 18c-.756 2.114-1.724 4.108-2.99 5.83-2.95 4.013-6.696 6.626-10.504 8.9-4.574 2.73-9.558 5.203-14.924 8.27 5.365 3.067 10.35 5.54 14.924 8.27 3.808 2.274 7.554 4.887 10.504 8.9 1.266 1.722 2.234 3.716 2.99 5.83h34.62c-1.97-7.34-3.024-15.05-3.024-23 0-7.95 1.055-15.66 3.023-23h-34.62zM256 233c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm85.977 0c1.968 7.34 3.023 15.05 3.023 23 0 7.95-1.055 15.66-3.023 23h34.593c.723-2.052 1.635-3.988 2.807-5.662 2.766-3.952 6.247-6.57 9.63-8.826 4.285-2.856 8.634-5.36 13.007-8.512-4.373-3.152-8.722-5.656-13.006-8.512-3.384-2.256-6.865-4.874-9.63-8.826-1.173-1.674-2.085-3.61-2.808-5.662h-34.593zM407 274.47c-3.122 1.995-5.89 3.606-8.008 5.018-2.616 1.744-4.135 3.126-4.87 4.174C393.39 284.712 393 285.5 393 288v9h-32v128.115c17.284-10.744 32.797-24.06 46-39.422V274.47zm-302 1.08v110.143c13.203 15.363 28.716 28.678 46 39.422V297h-32v-9c0-2.5-.364-3.183-1.09-4.17-.725-.987-2.33-2.374-5.224-4.1-2.046-1.222-4.667-2.576-7.686-4.18zM169 297v138.057c14.44 7.02 29.858 12.343 46 15.716V334.965c-16.208-8.456-29.51-21.757-37.965-37.965H169zm165.965 0c-8.456 16.208-21.757 29.51-37.965 37.965v115.808c16.142-3.373 31.56-8.696 46-15.716V297h-8.035zM233 341.977v111.697c7.547.866 15.22 1.326 23 1.326 7.78 0 15.453-.46 23-1.326V341.977c-7.34 1.968-15.05 3.023-23 3.023-7.95 0-15.66-1.055-23-3.023z"/></svg>
<svg class="tc-image-originals-vile-fluid tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.875 18.375C220.39 207.41 99.905 207.03 99.905 339.563c0 89.282 81.826 153.843 160.97 153.843 80.922 0 157.78-64.24 157.78-147.312 0-127.22-115.946-139.043-157.78-327.72zM164.72 224.53c20.58 28.427 49.463 50.325 84.843 67.126-52.21 33.95-104.512 4.16-84.844-67.125zm186.56 0c19.67 71.285-32.632 101.076-84.842 67.126 35.38-16.8 64.262-38.7 84.843-67.125zm-228.467 91c13.56 15.95 31.694 29.396 52.968 39.25.824 19.023 7.407 34.174 23.75 53.376-.656-16.11.23-30.838 3.876-43.125 17.655 5.02 36.742 7.75 56.656 7.75 18.736 0 36.733-2.438 53.5-6.905 3.442 12.116 4.3 26.536 3.657 42.28 15.894-18.673 22.544-33.512 23.655-51.81 22.768-9.975 42.15-24.008 56.438-40.814-1.84 57.177-40.896 105.505-94.625 122.533L291.75 403.78l-12.625 39.564c-6.228.84-12.593 1.28-19.063 1.28-6.468 0-12.834-.44-19.062-1.28l-12.625-39.563-10.938 34.283c-53.73-17.03-92.788-65.358-94.625-122.532z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-village tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M109.902 35.87l-71.14 59.284h142.28l-71.14-59.285zm288 32l-71.14 59.284h142.28l-71.14-59.285zM228.73 84.403l-108.9 90.75h217.8l-108.9-90.75zm-173.828 28.75v62h36.81l73.19-60.992v-1.008h-110zm23 14h16v18h-16v-18zm265 18v10.963l23 19.166v-16.13h16v18h-13.756l.104.087 19.098 15.914h-44.446v14h78v-39h18v39h14v-62h-110zm-194.345 48v20.08l24.095-20.08h-24.095zm28.158 0l105.1 87.582 27.087-22.574v-65.008H176.715zm74.683 14h35.735v34h-35.735v-34zm-76.714 7.74L30.37 335.153H319l-144.314-120.26zm198.046 13.51l-76.857 64.047 32.043 26.704H481.63l-108.9-90.75zm-23.214 108.75l.103.086 19.095 15.914h-72.248v77.467h60.435v-63.466h50v63.467h46v-93.466H349.516zm-278.614 16V476.13h126v-76.976h50v76.977h31.565V353.155H70.902zm30 30h50v50h-50v-50z"/></svg>
<svg class="tc-image-originals-vine-flower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M398.97 17.5c-52.865.834-133.31 51.93-97.126 156.438 12.087-2.36 24.568-1.758 36.312 1.656-34.77-102.722 41.56-138.717 81.5-130.406 40.7 8.47 58.178 60.677 37.344 80.78-19.036 18.37-45.295 24.767-61.844 7.75-25.923-26.653-.047-63.278 37.97-58.968-45.166-23.858-83.427 26.427-59.22 61.406 24.985 36.103 82.66 40.462 109.063-5C514.27 77.258 461.215 18.47 401.56 17.5c-.865-.014-1.712-.014-2.593 0zm-170.814 1.688c13.627 38.648-4.29 53.002-19.72 72.124-9.066-27.893-32.84-41.827-55.53-41.593-24.57.252-47.854 17.088-49.75 50.78C127.812 50.362 191.84 60.614 191 130.625h.03c-.396 4.326-.44 9.015-.03 14.125 7.19-3.703 15.105-6.32 23.563-7.563 3.93-.574 7.85-.852 11.718-.812 3.115.033 6.183.28 9.22.688 7.406-38.218 61.06-55.133 37.188-117.875h-44.532zM87.47 21C-3.384 49.15 3.057 151.056 67.5 194.53c-35.316 19.842-53.083 74.65-16.25 121.126-17.08-51.437 7.57-97.026 45.813-97.906 14.594-13.436 34.042-20.828 54.062-20.313 1.31-6.294 3.39-12.338 6.156-18.03C49.75 184.102 4.483 81.236 87.47 21zm136.436 134.094c-2.206.052-4.442.24-6.656.562-27.155 3.99-46.7 26.346-48.906 52.563l-.844 9.905-9.844-1.47c-25.973-3.884-52.237 10.298-62.375 35.845-10.137 25.546-.758 53.864 20.814 68.844L124.25 327l-6.125 7.78c-16.145 20.615-17.167 49.867-.22 71.283 16.942 21.405 46.04 27.407 69.782 16.312l9.032-4.22 3.624 9.314c9.552 24.486 35.226 40.13 62.5 36.124 27.02-3.97 46.337-25.99 48.72-52.063l.905-9.842 9.78 1.437c25.973 3.886 52.237-10.264 62.375-35.813 10.138-25.548.728-53.86-20.844-68.843l-8.186-5.69 6.187-7.81c16.37-20.597 17.44-50.26.408-71.783-17.045-21.537-46.525-27.808-70.25-16.562l-9 4.28-3.688-9.25c-5.487-13.768-15.547-24.593-28.344-30.75-7.55-3.633-16.046-5.714-24.812-5.81-.73-.01-1.452-.02-2.188 0zm200.156 44.5c58.73 26.456 58.318 99.107-11.25 113.062-4.16-.044-8.443.217-12.812.813 4.47 9.48 7.003 19.854 7.313 30.467 56.123 3.103 80.57 64.37 42.75 116.907 60.76-39.278 48.297-109.04 3.5-136.563 58.818-28.563 48.388-120.77-29.5-124.686zM234.47 208.03l5.905 40.25c4.48.024 9.01.524 13.5 1.564l5.094-12.78 17.374 6.874-5.094 12.843c3.91 2.305 7.46 5.012 10.688 8.033l31.937-25.282 11.594 14.657L293.5 279.5c2.22 3.927 4.023 8.093 5.344 12.406l13.812-2.03 2.72 18.468-13.845 2.03c-.028 4.43-.538 8.882-1.56 13.313l37.936 15.032L331 356.093l-37.938-15.063c-2.3 3.917-4.98 7.487-8 10.72l8.72 11.03-14.657 11.595-8.75-11.063c-3.906 2.216-8.022 4.017-12.313 5.344L264 409.094l-18.47 2.72-5.936-40.408c-4.407-.015-8.838-.5-13.25-1.5l-5.156 13L203.813 376l5.125-12.938c-3.966-2.308-7.575-5.02-10.844-8.062l-31.97 25.313-11.593-14.657 31.97-25.312c-2.206-3.878-4.015-7.99-5.344-12.25l-13.656 2-2.72-18.5 13.595-2c.01-4.48.506-8.985 1.53-13.47l-37.78-15L149 263.75l37.78 15c2.317-3.96 5.046-7.58 8.095-10.844l-8.5-10.75 14.656-11.594 8.532 10.782c3.908-2.21 8.053-4.022 12.344-5.344L216 210.75l18.47-2.72zm4.5 58.876c-16.726.345-32.32 10.495-38.907 27.094-8.783 22.132 1.93 46.936 24.062 55.72 22.133 8.78 46.937-1.932 55.72-24.064 8.782-22.133-1.93-46.936-24.064-55.72-5.532-2.194-11.236-3.145-16.81-3.03zM50.405 387.78c-42.488 13.302-43.09 84.813 10.25 98.345 48.784 12.374 80.822-10.665 95.188-39.97-10.023-.934-19.82-3.876-28.813-8.655-10.313 19.2-29.745 33.275-60.5 24.063C32.05 451.23 25.348 407.9 50.407 387.78zm340.844 5.158c-8.206 10.524-18.95 18.563-30.97 23.562 20.846 17.897 28.375 43.38 18.564 77.97h36.906c11.214-40.23-.81-76.986-24.5-101.533z" fill="#fff"/></svg>
<svg class="tc-image-originals-vine-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M379.625 19.844c-16.74.187-34.18 4.942-50.22 13.625-12.754 6.905-24.542 16.552-34.28 28.5-1.217-1.252-2.578-2.38-3.72-3.69-47.612-54.672-125.46-43.178-160.75 1.345-5.91 4.88-9.686 12.268-9.686 20.53 0 14.692 11.9 26.595 26.593 26.595 14.69 0 26.625-11.903 26.625-26.594 0-10.035-5.578-18.75-13.782-23.28 31.8-23.023 82.904-25.36 116.906 13.687 2.22 2.546 4.53 4.972 6.938 7.312-11.28 19.99-17.145 44.58-13.906 72.78-12.262-16.69-31.758-28.007-55.094-27.5-12.29.27-25.64 3.807-39.563 11.564-60.394 33.638-37.274 103.51-153.375 103.686 47.213 28.976 95.146 41.69 136.938 41.844-14.583 71.33 33.297 162.234 146.813 212-55.354-96.272 18.237-128.528 44.906-186.063 60.407 9.56 105.242-59.912 134.374 53.5 27.68-154.03-86.917-220.388-158.53-211.937-14.422 1.703-26.155 7.967-34.94 17.094-7.646-30.47-3.774-55.575 6.563-75.25 27.31 19.926 61.414 29.575 90.313 29.47 18.49-.07 35.196-3.904 46.875-13.75 11.68-9.85 16.05-26.89 9.375-44.595-8.432-22.363-27.576-35.638-48.97-39.532-5.347-.974-10.825-1.407-16.405-1.344zm.22 18.718c4.457-.065 8.76.29 12.842 1.032 16.328 2.972 28.704 11.517 34.813 27.718 4.736 12.56 2.46 18.326-3.938 23.72-6.396 5.392-19.18 9.285-34.906 9.343-24.812.092-55.875-9.065-79.78-26.47 8.326-10.05 18.477-18.082 29.405-24 13.51-7.312 28.19-11.147 41.564-11.343zm-140.69 128.313c6.397.06 13.328.942 20.907 2.78-72.17 14.765-84.3 99.482-165.156 81.782 70.31-9.934 82.423-85.154 144.25-84.562zm34 19.5c52.567 110.048-67.184 156.03-9.967 257.563-84.856-93.86 23.175-138.69 9.968-257.563zm24.908 3.906c42.292 46.343 133.717-11.018 164.093 90-43.937-71.563-131.402-22.378-164.094-90z" fill="#fff"/></svg>
<svg class="tc-image-originals-vine-whip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M91.72 30.938c-11.966.114-21.575 10.038-27.69 34.406-1.728-.12-3.42-.164-5.06-.125-.69.015-1.36.048-2.032.093C1.603 68.968.36 167.01 92.56 310.625c-71.938-175.71-35.61-226.565 44.282-157-38.505 17.613-21.605 45.215-5.344 73.5-1.287-30.686 19.758-38.518 24.313-55.563 23.737 24.213 50.402 57.545 78.656 99.907 7.732 11.593 15.377 22.474 22.936 32.75-14.56 10.542-7.932 33.297-35.656 45.217 31.126.735 54.204-3.397 53.313-22.187 80.447 100.804 148.373 127.744 184.875 115-1.53 14.002 8.962 28.752-6.313 49.22 33.763-18.444 52.77-37.19 20.375-57.25 42.036-35.254 14.252-124.714-40.78-181.44 52.787-50.407-8.977-89.516-72.22-104.874 27.52 21.707 21.675 48.652 32.22 73-13.708-8.013-28.228-13.7-43.126-16.28-4.14-.718-8.307-1.222-12.5-1.44-71.263-5.38-67.123 47.11-.875 69.97-31.727-11.35-33.71-67.642 16.405-52.03l-.03-.19c86.477 40.41 130.355 169.808 84.81 177.876-23.083 4.09-55.358-11.07-94.06-49.375 19.28-4.406 31.163-23.904 53.78-40.75-15.274-.834-29.638-4.237-41.406-3.937-14.15.36-24.508 6.105-28.19 28.094-19.554-21.58-40.526-48.67-62.624-81.813C195.646 146.4 134.198 90.384 90.094 72.063c14.436-5.612 29.11-15.96 54.406-5.874-19.786-20.743-38.067-35.39-52.78-35.25zm12.75 299.875c29.458 75.44 9.59 124.826-60.157 113.75C155.528 483.976 175.155 422 104.47 330.813z" fill="#fff"/></svg>
<svg class="tc-image-originals-vintage-robot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M260.22 58.28c-33.15 0-60.763 22.89-68 53.782h136c-7.24-30.89-34.85-53.78-68-53.78zM146.06 130.75v194.188H381.22V130.75H146.06zm117.063 24.125c32.075 0 58.28 26.207 58.28 58.28 0 32.075-26.206 58.282-58.28 58.282s-58.28-26.207-58.28-58.28c0-32.076 26.206-58.282 58.28-58.282zm-135.75 40.22c-37.902 8.577-67.593 37.596-77.094 75.124-3.368.833-6.668 2.127-9.81 3.936-18.16 10.452-24.47 33.907-13.97 52.03l16.156-9.342c-5.428-9.37-2.296-21.078 7.125-26.5l.157-.063c9.396-5.302 21.1-2.135 26.5 7.19 5.43 9.374 2.3 21.043-7.124 26.467l9.312 16.188c18.16-10.453 24.466-33.905 13.97-52.03-1.42-2.454-3.09-4.682-4.94-6.69 5.013-20.46 20.205-36.686 39.72-44v-42.31zm272.53 3.25v44.624c13.927 8.56 24.357 22.155 28.345 38.436-1.848 2.007-3.517 4.235-4.938 6.688-10.497 18.126-4.19 41.578 13.97 52.03l9.312-16.187c-9.425-5.424-12.555-17.093-7.125-26.468 5.427-9.375 17.234-12.55 26.655-7.126 9.42 5.422 12.553 17.13 7.125 26.5l16.156 9.344c10.5-18.125 4.19-41.58-13.97-52.032-3.142-1.81-6.442-3.103-9.81-3.937-8.527-33.68-33.33-60.522-65.72-71.876zm-224.28 145.28v33.125c5.605-1.6 11.743-2.5 18.438-2.5 8.152 0 15.475 1.222 22 3.406v-34.03h-40.438zm141.688 0v33.47c6.063-1.826 12.78-2.845 20.187-2.845 7.424 0 14.164 1.085 20.25 3.03v-33.655h-40.438zm-123.25 49.313c-21.565 0-31.638 9.323-38.75 23.375-5.676 11.21-8.255 25.565-9.438 38.718h96.438c-1.052-13.284-3.285-27.65-8.75-38.81-6.833-13.953-16.734-23.283-39.5-23.283zm143.437 0c-22.766 0-32.668 9.33-39.5 23.28-5.466 11.162-7.698 25.528-8.75 38.813h96.438c-1.183-13.152-3.763-27.506-9.438-38.717-7.113-14.052-17.186-23.375-38.75-23.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-viola tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M243.563 38c-4.573.03-9.013.158-13.282.406-60.02 3.488-90.837 25.7-102 47.75-10.96 21.652-4.584 43.744 14.22 55.688 24.607 4.865 43.247 13.396 56.594 23.75 16.655-11.283 36.73-17.906 58.312-17.906.345 0 .688-.004 1.03 0 .128-25.1-7.24-49.852-26.342-68.25L245.064 66c23.964 23.083 32.516 53.65 32 83.563 21.826 4.184 41.28 15.19 55.998 30.718 21.47-4.24 48.327-5.663 81.282-2.936 22.53-6.344 32.215-16.125 35-26.53 2.842-10.62-1.267-24.84-13.47-40.158-24.402-30.633-79.4-62.203-147.03-69.937-16.484-1.893-31.565-2.806-45.28-2.72zm-109.72 120.594l.407.812c10.11 21.25 20.207 36.504 29.375 47.03 5.208-10.688 12.19-20.353 20.563-28.624-10.848-7.5-26.203-14.147-47.25-18.062l-1.657-.313-1.436-.843zm-39.53 1.625c-3.047-.018-6.205.288-9.438.936-13.425 2.69-27.935 11.42-39.563 26.53-23.255 30.226-35.36 86.202-3.093 167.94 24.787 62.864 73.113 102.805 113.06 114.218 19.975 5.706 37.26 4.27 49-3.156 11.436-7.233 19.148-20.417 19.564-43.375-15.82-34.955-24.59-63.755-28-87.282-14.43-10.597-26.05-24.795-33.5-41.28-31.368 11.772-55.317 29.418-64.5 51.594l-17.25-7.156c12.153-29.345 40.484-49.57 75.562-62.375-1.96-7.976-3-16.305-3-24.875 0-8.893 1.114-17.536 3.22-25.782-12.575-12.194-25.396-30.61-38.095-56.906-6.636-5.958-14.828-8.98-23.968-9.03zm163.093 6.155c-22.844 0-43.522 8.897-58.844 23.406 26.816 11.658 47.624 28.7 60.72 48.44 8.45-12.424 20.873-20.97 35-24.97 7.01-1.984 14.44-2.917 22.062-2.813 5.557.077 11.23.71 16.937 1.875-14.258-27.334-42.82-45.937-75.874-45.937zm123.406 28.28c-1.155.007-2.306.013-3.437.032-11.63.2-22.046 1.06-31.344 2.407 6.53 10.51 11.235 22.264 13.69 34.812 14.055-8.13 29.655-19.696 46.405-35.562l.78-.72c-7.885-.532-15.48-.893-22.592-.968-1.186-.012-2.345-.006-3.5 0zM185.97 204.782c-8.912 13.508-14.126 29.707-14.126 47.157 0 39.034 25.913 71.838 61.53 82.188 22.612-20.06 27.404-43.996 19.282-67.625-8.272-24.066-31.302-47.78-66.687-61.72zm249.343 1.72c-6.065.072-12.04 1.567-17.563 4.5-20.052 18.817-38.875 32.21-56.094 41.188-.043 18.268-4.823 35.438-13.156 50.375 19.783 16.692 36.69 37.34 43.906 63.28l-18 5c-5.632-20.25-19.64-37.64-36.75-52.437-12.015 14.49-27.856 25.672-45.97 32-3.397 20.358-12 43.13-27.467 67.625-5.88 22.9-2.46 38.35 5.53 48.376 8.12 10.188 22.107 15.962 40.72 15.813 37.223-.3 90.415-25.737 130.78-80.25 52.39-70.696 55.61-125.823 41.656-158.72-10.362-24.434-29.4-36.965-47.594-36.75zm-121.438 22.625c-5.135.1-10.004.82-14.5 2.094-13.703 3.878-24.05 12.528-29.5 26.874l-.438-.156c.308.817.624 1.646.907 2.468 8.87 25.802 4.486 54.115-14.406 77.094.488.008.978.03 1.468.03 47.37 0 85.563-38.21 85.563-85.592 0-6.2-.665-12.243-1.908-18.063-8.617-3.077-17.07-4.633-24.968-4.75-.744-.01-1.485-.014-2.22 0zm-96.594 119.03c4.124 18.422 11.452 40.516 23.126 66.47 1.747.238 3.486.443 5.25.625.248-1.032.502-2.08.78-3.125l.376-1.406.782-1.22c12.833-20 20.368-38.19 24.125-54.28-4.685.646-9.456 1-14.314 1-14.213 0-27.765-2.885-40.125-8.064z" fill="#fff"/></svg>
<svg class="tc-image-originals-virus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M122.156 19.47l-5.22 1.405L47.5 39.47l-5.22 1.405-1.374 5.22L22.28 115.53l-1.405 5.22 3.813 3.813 95.468 95.468 3.813 3.814 5.218-1.375 50.093-13.44c.49 8.758 4.812 17.78 12.814 25.782L341.25 383.97l-87.063-8.25-21.625-2.064 13.375 17.094 25.782 33-35.22 14.938-6.875 2.937 1.344 7.344 8.03 44.75h18.97L250.655 453l32.97-13.97 42.718 54.69h23.687l-48.592-62.25 63.937-27.095c12.634 5.195 26.962 1.96 36.156-6.313 6.05-5.442 10.338-13.19 10.72-22.03.342-7.924-2.687-16.32-8.938-23.594l31.375-84.844 60.97 5.25v-18.75l-66.47-5.72-7.093-.624-2.47 6.688-24.374 65.875-13.813-95.5 114.22-25v-19.157l-126.688 27.75-8.5 1.844 1.25 8.625 15.53 107.344-138.28-138.283c-7.515-7.513-16.656-11.092-25.5-11.406-1.065-.036-2.137-.023-3.19.032l13.564-48.78 1.406-5.22-3.813-3.812-95.468-95.47-3.814-3.81zm-5.562 20.874l87.812 87.812-15.28 57.094c-.834.765-1.626 1.58-2.376 2.438L129.562 203 41.75 115.187l15.78-59.062 59.064-15.78zm96 154.562c4.167.076 8.752 1.847 13.156 6.25l2.188 2.22L207.5 223.81l-2.188-2.218c-5.85-5.85-7.38-10.615-7.406-14.125-.01-1.27.17-2.456.53-3.564l.19-.062-.032-.344c.67-1.787 1.814-3.368 3.406-4.75 2.682-2.33 6.427-3.92 10.594-3.844zm28.562 21.656l16.22 16.22-20.47 20.437L220.72 237l20.436-20.438zM270.594 246l16.187 16.188-20.436 20.437-16.22-16.188L270.595 246zM300 275.406l16.53 16.53-20.436 20.44-16.563-16.532L300 275.406zm29.75 29.75l16.188 16.22-20.438 20.437-16.188-16.22 20.438-20.437zm29.438 29.406l14.093 14.125-20.436 20.47-14.125-14.126 20.467-20.467zm27.312 27.344l1.28 1.28c4.884 4.885 5.923 8.774 5.783 12.033-.14 3.258-1.72 6.407-4.532 8.936-5.62 5.06-14.173 7.013-21.686-.5l-1.28-1.28 20.436-20.47zm-112.47 34.47l50.94 4.812-35.44 15.03-15.5-19.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-visored-helm tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.094 18.5c-74.34 0-138.073 62.498-156.188 148.438 52.758-7.697 102.23-22.044 153.938-45.094l4.125-1.813 3.967 2.064c49.424 25.667 97.648 41.026 150.657 46.406-17.66-86.744-81.71-150-156.5-150zm1.28 122.156c-57.41 25.148-112.883 39.993-172.53 47 6.724 32.847 6.91 65.935-.5 98.938 89.29 41.602 231.648 43.154 340.594-.125-10.762-32.516-11.727-65.66-1.188-98.408-59.03-4.235-112.628-20.06-166.375-47.406zm-13.5 33.125h18.72v127.75h-18.72V173.78zm-58.78 11.19h18.687v101.655h-18.686V184.97zm115.72 0h18.686v101.655h-18.688V184.97zm-171.72 14.905h18.687v79.28h-18.686v-79.28zm227.72 0h18.686v79.28h-18.688v-79.28zm38.748 116.75c-14.302 4.282-28.96 7.873-43.78 10.844l-19.22 64.06c26.114-17.337 48.002-43.31 63-74.905zm-277.53 2.875c13.95 28.257 33.448 51.85 56.562 68.53l-17.688-58.905c-13.397-2.61-26.387-5.826-38.875-9.625zm213.156 11.656c-51.63 8.175-104.745 8.588-153.72 1.438l20.845 69.5c18 8.52 37.49 13.187 57.78 13.187 18.588 0 36.507-3.92 53.22-11.124l21.875-73zm-195.5 47.156c-19.436 21.562-36.416 44.367-48.594 72.157 70.233-8.736 133.743 14.684 168.03 50.75 39.684-35.607 103.71-55.685 170.876-44.25-15.08-29.372-33.32-51.982-53.938-74-31.187 31.75-71.53 51-115.968 51-46.568 0-88.65-21.142-120.406-55.658z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-volcano tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M26.125 19.97C85.93 41.742 125.45 76.81 153.845 125.28c20.807 35.52 35.428 78.442 46.624 128.282.646 5.295 1.186 10.563 1.686 15.813-48.006-64.42-118.568-102.565-181.594-103.75v.22c58.233 16.936 103.123 50.71 135.188 92.968-29.434-17.817-63.758-23.935-115.03-25.063 88.53 26.684 116.565 46.203 136.936 91.906-50.52-9.608-100.656 16.807-107.28 70 17.742-29.653 41.175-46.612 65.093-48.28 25.746-1.8 32.124 14.687 15.436 37.562l-6.687 8.125c-.162.176-.307.354-.47.53l.063-.03-1.563 1.906-75.938 51.5-.968.686-.78.875-41.064 46.44h24.938l29.374-33.19 76.032-51.56 1.094-.75.875-1.033L205.5 347.97l29.72 15.967 2.968 1.594 3.312-.686 34.656-7.03 1.375-.283 1.22-.655 16.375-8.906h2.25l53.75 57.124.5.53.53.438 113.408 88.907h30.03v-.19L365.782 392.97c-15.184-25.04-5.886-49.94 17.44-54.845 35.786-7.526 64.944-6.61 105.436 11.094-44.382-35.54-97.07-46.683-146.375-30.345 27.234-63.822 87.474-107.53 153.314-132.22v-.718c-68.792 7.528-131.456 37.83-177.844 84.875 11.63-57.224 27.12-105.994 50.28-145.53 28.366-48.42 67.863-83.47 127.564-105.25v-.063h-45.406c-42.903 23.262-74.69 55.603-98.282 95.874-12.098 20.65-22.08 43.34-30.53 67.97C332.187 116.106 353.705 53.018 394 19.968h-79.03c-28.243 100.098-41.47 200.18-52.314 300.28-.684-100.097-.42-200.185 12-300.28H183.75c23.25 68.337 31.688 136.213 34.094 207.218-12.94-81.71-35.23-150.175-70.313-207.22h-40.28c20.476 19.316 38.15 47.228 52.594 79.844-22.34-32.882-51.07-59.753-88.094-79.843H26.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-vomiting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256.25 20.313c-108.64 0-196.78 90.592-196.78 202.937 0 84.615 49.994 156.904 121.093 187.438v-16.375c0-25.638-6.2-40.132-13.875-48.47-7.675-8.336-17.567-11.4-27.72-11.937-18.252-.97-32.4-12.266-40.905-27-6.47-11.205-5.975-24.767-.532-36.97 5.444-12.2 15.49-23.71 29.19-33.905 27.394-20.39 69.79-35.56 122.436-35.56 52.702 0 98.475 15.648 129.344 36.218 15.435 10.284 27.24 21.746 34.22 33.968 6.976 12.222 8.93 26.41 2.186 38.094-4.19 7.257-11.026 11.988-18.687 15.938-7.663 3.95-16.085 6.78-24.595 6.78-11.865 0-20.63 2.214-27.438 10.157s-12.437 23.63-12.437 52.688v16.437c71.195-30.488 121.28-102.814 121.28-187.5 0-112.347-88.14-202.938-196.78-202.938zm-76.656 86.718c1.53.02 3.05.078 4.562.157 14.525.766 28.29 4.3 41.063 9.97l17.31 7.687-16.624 9.062-84.062 45.875-8.938-16.405 65.156-35.563c-24.195-5.513-50.92-1.877-82.062 17.532l-9.875-15.844c25.778-16.066 50.528-22.75 73.47-22.47zm150.312 0c22.944-.28 47.722 6.404 73.5 22.47l-9.875 15.844c-31.14-19.41-57.865-23.045-82.06-17.53l65.155 35.56-8.938 16.407-84.062-45.874L267 124.844l17.313-7.688c12.772-5.67 26.506-9.203 41.03-9.97 1.514-.078 3.034-.136 4.563-.155zm-73.594 170.282c-68.947 0-113.104 15.367-116.843 37.907l.5.03c13.487.714 28.843 5.31 40.468 17.938 11.624 12.627 18.812 32.418 18.812 61.125v100.312h113.813V394.312c0-31.4 5.766-51.81 16.937-64.843 11.17-13.034 27.003-16.69 41.625-16.69.352 0 .76-.03 1.156-.06-6.417-22.614-49.872-35.408-116.467-35.408z" fill="#fff"/></svg>
<svg class="tc-image-originals-voodoo-doll tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M323.28 19.97c-60.38.635-112.34 52.183-108.936 119.155L228.5 125.75l12.844 13.594-23.813 22.53c2.144 9.237 5.356 18.665 9.72 28.22-53.554-22.796-66.972-40.137-111.875-94.094-9.347-11.232-18.9-15.48-27.47-16.125-1.07-.08-2.136-.097-3.186-.063-7.355.24-14.127 3.22-19.345 8.032-5.964 5.5-9.72 13.217-9.78 21.656-.064 8.44 3.366 17.974 13.56 27.72 24.537 23.45 52.7 47.2 74.157 71.218 11.654 13.045 21.673 26.464 27.563 40.28l43.03 11.407 5.032 1.313 1.5 5c4.288 14.202 2.314 31.67-12.28 45.78l-3.813 3.657-5.094-1.344-31.72-8.405c-4.518 8.075-10.335 14.956-16.655 21-11.34 10.844-24.32 19.41-36.156 28.97-23.676 19.116-43.444 40.29-41.595 92.155 1.15 32.252 25.42 45.802 46 44.594 10.29-.604 18.976-4.947 24-12.688 5.024-7.74 7.178-19.855.906-38.5-5.565-16.545 2.843-33.48 15.314-45.156 12.47-11.675 30.34-19.41 48.53-15.344 10.053 2.248 16.206 10.77 19.44 19.156 3.23 8.387 4.823 17.816 6.874 27.5 4.1 19.37 9.476 38.69 25.25 49.97 30.32 21.68 61.273 18.168 74.843 6.593 6.787-5.787 9.753-12.75 8.033-22.03-1.72-9.28-9.1-21.564-26.344-34.564-19.716-14.862-24.02-41.538-22.158-67.06 1.864-25.525 9.933-51 20.313-67.783 6.262-10.125 17.31-13.693 29.344-16.875 12.033-3.18 26.08-5.56 40.53-9.25 28.9-7.378 58.494-19.322 76.28-50.656 8.747-15.406 10.772-27.98 9.345-37.094-1.427-9.113-5.998-15.082-12.5-18.656-13.003-7.148-35.813-4.177-54.656 21-13.622 18.2-39.5 26.57-69.158 28.594-9.042.617-18.498.56-28.156-.125 2.49-1.505 4.96-3.118 7.406-4.813l.094-31.187 18.688.03-.03 15.907c31.506-29.7 55.06-74.37 53.123-119.812 18.06 11.88 30.535 27.127 41.97 47.72 3.354-16.526-.232-32.554-8.094-47.97 16.145 6.698 28.583 17.107 41.437 27.094-4.812-20.107-14.792-33.164-29.594-43.28 16.717 1.346 26.148 5.245 40.813 12.748-10.997-24.936-55.215-50.355-98.314-35.218-16.463-7.804-33.215-11.296-49.375-11.125zm-34.56 54.343c10.942 0 19.81 8.867 19.81 19.812s-8.868 19.844-19.81 19.844c-10.945 0-19.814-8.902-19.814-19.845s8.87-19.813 19.813-19.813zm44.655 33.093c10.943 0 19.813 8.868 19.813 19.813 0 10.943-8.87 19.81-19.813 19.81s-19.813-8.868-19.813-19.81c0-10.945 8.87-19.814 19.813-19.814zm-80.03 40.72l14.905 11.28-20.938 27.656-14.906-11.28 20.938-27.657zm28.06 16.78l17.783 5.688-10.094 31.625-17.813-5.69 10.126-31.624zM42.314 204.562c-16.928 20.222-19.804 44.558-18 72.094l30.375-17.062L58 257.75l3.656.97 137 36.31c5.497-6.524 6.25-11.95 5.03-18.28L66.72 240.437l-3.69-.968-1.936-3.282-18.782-31.625zm283.906 105.282c-2.502 5.156-4.897 11.194-6.97 17.75l95.906 25.437c1.933.03 3.623-.02 5.22-.092l52.5 5.937-51.72-22.75c-.725-.647-1.48-1.31-1.812-1.594l-93.125-24.686z" fill="#fff"/></svg>
<svg class="tc-image-originals-vortex tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M19.188 17.5v152.063C66.86 258.63 151.98 320.656 248.28 341.092c7.287 2.303 15.034 3.563 23.064 3.563 6.747 0 13.288-.884 19.53-2.53-47.547 33.525-105.556 53.155-168.187 53.155-36.77 0-71.258-7.8-103.5-20.342v35.625c39.863 9.25 78.667 13.034 114.188 10.812 22.572-1.413 43.213-4.7 63.063-10.53-45.634 33.337-107.435 50.03-177.25 49.686v29.44c6.82.457 13.417.874 20.343.874 132.277 0 245.515-77.08 300.283-188.28.174-.357.357-.708.53-1.064.236-.48.463-.953.688-1.438-.046.417-.076.835-.124 1.25-7.255 62.57-34.964 122.59-82.937 170.563-7.697 7.696-15.647 14.944-23.94 21.594h104.595c28.33-57.514 37.687-120.485 29.125-180.72-3.284-23.093-8.64-45.25-16.938-67.188 53.172 71.838 78.54 160.38 71.47 247.907h73.374C492.68 363.235 416.173 252.043 305.406 199c-.273-.13-.538-.276-.812-.406-1.12-.54-2.227-1.045-3.375-1.53-.6-.278-1.183-.573-1.783-.845.102.086.21.16.313.25-4.324-1.73-8.834-3.08-13.5-4 61.317-7.77 125.604 3.935 183.25 37.218 8.896 5.135 17.562 10.86 25.656 16.78v-94.655c-22.682-5.175-45.22-7.668-68.125-7.97-66.77-.874-133.078 18.29-189.186 54.876-9.19 4.476-17.36 10.758-24.063 18.343 24.015-56.973 66.21-107.004 123.69-140.188 49.576-28.623 104.276-41.016 157.686-39V17.5h-118.78c-41.383 17.778-79.457 43.683-111.282 75.656 16.34-27.53 36.19-52.736 58.594-75.656h-42.032c-60.804 67.31-91.872 156.46-87 245.656-.093 1.544-.156 3.09-.156 4.656 0 14.815 4.25 28.65 11.563 40.407-47.44-37.913-83.766-90.83-100.625-153.75-12.45-46.46-12.248-92.975-2.657-136.97H19.188zm252.156 192.188c32.223 0 58.156 25.902 58.156 58.125 0 32.222-25.933 58.156-58.156 58.156-11.938 0-23.007-3.57-32.22-9.69 6.202 3.168 13.23 4.97 20.72 4.97 25.67 0 46.438-20.802 46.437-46.47.003-23.096-16.51-42.202-38.592-45.81 10.03 6.777 17 18.396 17 31.405 0 20.813-17.123 37.313-37.938 37.313-13.864 0-25.89-7.378-32.438-18.532-.72-3.67-1.125-7.457-1.125-11.344 0-32.223 25.934-58.125 58.157-58.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-vulture tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M363.188 28.063c-34.372 0-62.25 27.863-62.25 62.218 0 2.92.204 5.782.593 8.595-17.072 3.958-33.287 12.576-46.592 25.875-12.052 12.046-30.82 44.714-50.813 83.625L120.25 272.28l32.03.72-84.718 43.406 74.032-3.562-38.438 25.656L143 336.125c-1.84 4.05-3.69 8.165-5.406 11.97l-121.688 66.25 46.75-1.283L19 461.094l46.75-17.03-3.625 32.873 126.938-104.28c5.69 16.434 15.305 28.105 27.156 32.624l32.124 59.47c-20.13 2.938-39.952 12.047-55.063 26.47h129.5c-13.087-17.008-32.674-25.766-53.624-27.283l-31.406-58.156c21.746-6.568 46.638-34.228 67.875-92.28 19.033-10.784 34.323-20.795 42.375-28.844 33.67-33.656 72.28-103.9 53.844-145.687.006-.006.025.004.03 0 38.314-5.095 66.074-7.915 86.438 21.53 5.48-46.96-25.07-65.864-57.406-74.53-1.616-6.128-4.74-11.664-8.97-16.157-8.466-24.3-31.55-41.75-58.748-41.75zm31.53 48.593c10.484 0 18.75 8.3 18.75 18.78 0 10.482-8.267 18.783-18.75 18.783-10.482 0-18.78-8.302-18.78-18.782s8.297-18.782 18.78-18.782z" fill="#fff"/></svg>
<svg class="tc-image-originals-walkie-talkie tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M71 32v135h18V32H71zm256 0v135h18V32h-18zm-208 95.604V167h18v-39.396h-18zm256 0V167h18v-39.396h-18zM57 185v99.27l16 16V487h110V300.27l16-16V185H57zm256 0v99.27l16 16V487h110V300.27l16-16V185H313zm-96 7v80h16.432v-80H217zm256 0v80h16.432v-80H473zm-393 7h96v18H80v-18zm256 0h96v18h-96v-18zM80 231h96v18H80v-18zm256 0h96v18h-96v-18zM80 263h96v18H80v-18zm256 0h96v18h-96v-18zm-224 41a24 24 0 0 1 24 24 24 24 0 0 1-24 24 24 24 0 0 1-24-24 24 24 0 0 1 24-24zm256 0a24 24 0 0 1 24 24 24 24 0 0 1-24 24 24 24 0 0 1-24-24 24 24 0 0 1 24-24z" fill="#fff"/></svg>
<svg class="tc-image-originals-walking-boot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M272.5 18.906c-12.775.17-26.23 2.553-40.344 7.594-30.165 55.31-68.313 120.904-125.72 178.5-21.19 21.26-39.23 44.94-52.28 68.313 1.294 6.312 4.984 11.65 10.72 17.406 10.992 11.032 30.86 21.618 54.593 33.25 46.313 22.695 107.284 50.39 146.374 108.467l195.625.032c-20.198-70.834-100.276-101.12-159.064-83.94-.073.03-.145.066-.22.095-1.61.633-3.27 1.138-4.967 1.563-.024.005-.04.025-.064.03-8.86 2.204-18.82 1.68-29.125-.406-24.79-5.02-52.76-19.695-61.342-45.687-28.615-86.673 16.65-179.742 78.156-223.28 23.064-16.328 49.06-25.848 74.47-24.47.144.008.29.023.436.03-24.19-22.74-53.33-37.95-87.25-37.5zm81.75 56c-19.213.01-39.414 7.59-58.625 21.188-54.644 38.682-96.652 125.024-71.188 202.156 5.127 15.53 27.25 29.162 47.282 33.22 10.015 2.027 19.218 1.518 23.717-.283 2.25-.9 3.173-1.84 3.594-2.562.422-.72.81-1.663.25-4.375-9.08-44.167-2.743-84.61 22.533-114.47 23.586-27.863 62.753-45.462 117.406-50.686-15.014-47.145-37.47-71.226-61.314-80.03-6.407-2.368-13.032-3.706-19.812-4.064-1.272-.067-2.563-.094-3.844-.094zM43.78 294.22c-5.405 12.554-9.136 24.756-10.905 36.186 7.178 27.76 51.898 55.43 91.094 61.344 1.703-5.973 5.832-11.475 10.28-14.25 51.01 28.844 86.18 60.704 102 101h229.594c.697-9.613.44-18.712-.625-27.344l-204.314-.03h-5.125l-2.75-4.345c-35.405-55.575-93.93-82.58-141.78-106.03-23.925-11.724-45.17-22.336-59.625-36.844-2.978-2.99-5.618-6.225-7.844-9.687z" fill="#fff"/></svg>
<svg class="tc-image-originals-walrus-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 31.488c-62.127 0-98.646 18.767-122.092 48.3-23.446 29.53-30.34 72.845-37.908 118.7-13.287 80.496-2.9 175.54-48 256 41.61 13.22 96.365 16.84 136.607 21.72-15.898-35.502-26.492-74.345-31.105-114.405-12.457-.062-24.528-3.69-32.53-13.69-17.096-21.373-22.408-41.488-18.78-58.728 3.63-17.24 15.384-30.328 28.408-40.096 26.048-19.537 59.216-27.532 59.216-27.532l4.368 17.46s-30.832 8.006-52.784 24.47c-10.976 8.232-19.223 18.144-21.593 29.404-2.37 11.26.317 25.145 15.22 43.773 4.65 5.813 12.35 7.853 24.088 6.68 11.738-1.172 26.218-5.948 39.95-11.96 27.47-12.02 51.88-28.542 51.88-28.542L256 299.61l5.055 3.433s24.41 16.522 51.88 28.543c13.732 6.01 28.212 10.787 39.95 11.96 11.737 1.172 19.438-.868 24.088-6.68 14.903-18.63 17.59-32.514 15.22-43.774-2.37-11.26-10.617-21.172-21.593-29.404-21.952-16.464-52.784-24.47-52.784-24.47l4.368-17.46s33.168 7.995 59.216 27.53c13.024 9.77 24.777 22.857 28.407 40.097 3.63 17.24-1.683 37.355-18.78 58.727-8 10-20.072 13.63-32.53 13.69-4.62 40.133-15.246 79.043-31.192 114.597 43.53-4.93 88.473-8.18 136.695-21.912-48-80-34.096-175.61-48-256-7.935-45.878-13.918-89.265-37.625-118.77C354.668 50.21 318.13 31.487 256 31.487zm-80 78c18.12 0 33 14.882 33 33 0 18.12-14.88 33-33 33-18.12 0-33-14.88-33-33 0-18.118 14.88-33 33-33zm160 0c18.12 0 33 14.882 33 33 0 18.12-14.88 33-33 33-18.12 0-33-14.88-33-33 0-18.118 14.88-33 33-33zm-160 18c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm160 0c-8.39 0-15 6.61-15 15s6.61 15 15 15 15-6.61 15-15-6.61-15-15-15zm-105.637 96.637L256 249.762l25.637-25.637 12.726 12.727L256 275.217l-38.363-38.365 12.726-12.727zM168 270.488a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm176 0a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm-200 24a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm224 0a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm-192 7.807a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm160 0a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM256 321.1c-4.533 2.98-15.75 10.215-31.172 18.144-11.31 45.73-9.13 86.71-8.14 139.967 25.96 1.724 52.05 1.735 78.623.034.99-53.272 3.176-94.26-8.138-140.002-15.422-7.928-26.64-15.16-31.172-18.142zm-51.703 27.82c-10.66 4.57-21.8 8.563-32.756 10.86 4.122 35.775 13.214 70.518 26.75 102.49-.877-40.287-1.383-75.745 6.007-113.35zm103.406 0c7.39 37.605 6.884 73.063 6.008 113.35 13.536-31.972 22.628-66.715 26.75-102.49-10.958-2.297-22.098-6.29-32.757-10.86z"/></svg>
<svg class="tc-image-originals-warlock-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 16l-32 112 32 32 32-32-32-112zM64 96l32 80 64 16-96-96zm384 0l-96 96 64-16 32-80zm-192 80l-64 48-128 32c80 16 128 96 192 128 64-32 112.476-110.213 192-128l-128-28.31L256 176zm-39.512 52.682l28.342 8.863-7.45 20.955L256 310.895l18.62-52.395-7.45-20.955 28.342-8.863c14.923 10.97 24.488 28.03 24.488 47.283C320 309.237 291.47 336 256 336s-64-26.763-64-60.035c0-19.254 9.565-36.314 24.488-47.283zM96 336l-64 48-16 64 32-32 64-48s-16-27.61-16-32zm320 0l-16 32 64 48 32 32-16-64-64-48zm-272 64l-16 64 48-48-32-16zm112 0l-48 16 48 80 48-80-48-16zm112 0l-32 16 48 48-16-64z"/></svg>
<svg class="tc-image-originals-warp-pipe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256.352 93.28c-65.93 0-125.644 4.402-168.39 11.402-21.374 3.5-38.557 7.704-49.683 12.01-5.563 2.155-9.59 4.392-11.624 6.02-.637.51-.72.65-.95.897.23.245.312.39.95.9 2.034 1.627 6.06 3.864 11.623 6.017 11.125 4.307 28.308 8.512 49.68 12.012 42.748 7 102.46 11.4 168.392 11.4 65.93 0 125.643-4.4 168.39-11.4 21.374-3.5 38.557-7.706 49.682-12.013 5.562-2.153 9.587-4.39 11.62-6.017.64-.51.723-.655.952-.9-.23-.247-.313-.39-.95-.9-2.035-1.626-6.06-3.863-11.622-6.017-11.125-4.307-28.308-8.512-49.682-12.01-42.747-7-102.46-11.404-168.39-11.404zm-.352 9.183a163.82 16.505 0 0 1 92.246 2.867v27.258A163.82 16.505 0 0 1 256 135.473 163.82 16.505 0 0 1 92.182 118.97 163.82 16.505 0 0 1 256 102.462zm110.246 4.322a163.82 16.505 0 0 1 53.572 12.184 163.82 16.505 0 0 1-53.572 12.182v-24.367zM25 144.395v106.216h.154v8.585c.015-.522.326.768 3.977 2.98 4.275 2.587 11.744 5.63 21.66 8.442 3.438.976 7.193 1.93 11.21 2.862V155.956c-11.84-2.584-21.97-5.45-30.22-8.644-2.423-.94-4.67-1.905-6.78-2.917zm462 .337c-1.905.89-3.923 1.746-6.078 2.58-13.184 5.104-31.178 9.373-53.272 12.99-44.187 7.236-104.57 11.64-171.298 11.64-60.444 0-115.64-3.622-158.352-9.68V280.08c11.88 1.733 24.956 3.294 39.1 4.63 73.627 6.96 164.876 6.96 238.504 0 36.813-3.48 66.478-8.47 86.308-14.093 9.915-2.812 17.386-5.855 21.66-8.443 1.945-1.178 2.918-2.08 3.428-2.604V144.732zM48 288.514V496h38V296.46c-14.57-2.36-27.292-5.02-38-7.946zm416 .19c-21.43 5.786-50.79 10.532-86.703 13.927-75.007 7.092-166.884 7.092-241.89 0-4.578-.432-9.045-.89-13.407-1.364V496h342V288.705z"/></svg>
<svg class="tc-image-originals-wasp-sting tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M235.75 42.28c-.68.006-1.353.01-2.03.032-3.1.11-6.195.404-9.25.907-20.682 3.4-40.108 14.714-55.376 30.28-18.356-6.394-37.205-10.75-56.656-12.563-2.31-.215-4.59-.333-6.844-.343-.752-.004-1.507.012-2.25.03-20.82.524-38.94 9.602-52.53 23.063-15.533 15.385-25.624 36.27-29.658 57.907-4.033 21.638-2.052 44.237 8.125 62.906 10.178 18.67 29.117 32.835 55.532 36.094 36.828 4.544 70.415 5.794 103.72 4.594l.437.406.374-.438c27.815-1.036 55.45-3.77 84.625-7.78-.814 7.602.168 14.882 3.155 21.31 23.12 15.608 47.78 19.41 76.72 11.22 3.638-1.957 7.24-4.17 10.75-6.687 10.992-7.885 19.667-17.44 25.592-27.47-10.102-20.476-13.347-41.67-9.656-62.53-6.924-3.75-15.252-5.577-24.28-5.47-.715.008-1.433.06-2.156.094-16.59-32.33-35.69-63.26-60.063-95.563-15.846-21-37.24-30.144-58.28-30zm2.188 18.532c14.892.16 28.934 6.522 41.156 22.72 22.482 29.797 40.225 58.18 55.75 87.812-2.768.87-5.543 1.875-8.313 3.062-44.5-38.158-89.732-72.463-138.124-93.344 11.76-10.097 25.604-17.187 39.094-19.406 3.515-.578 7-.88 10.438-.843zm165 17.563l-6.625 17.47c30.865 11.68 52.434 36.81 64.5 67.25-27.754-32.927-66.408-55.983-109.563-56.19l-.094 18.72c27.147.13 52.99 11.29 74.688 29.125-10.274 5.33-19.327 12.764-27.094 22.438-3.192 18.115.078 35.896 10.406 54.562 21.263 21.66 46.337 33.562 76.25 33.094 6.106-18.483 7.41-34.1 5.344-47.656-2.258-58.64-30.98-117.305-87.813-138.813zm-291.782 1.188c69.776 6.655 133.8 50.255 197.97 104.593-.27.19-.545.37-.813.563-1.253.897-2.465 1.84-3.657 2.78l-191.03-67.22-2.47-40.718zM92.5 80.656l5.563 91.156-59.094-23.343c.17-1.15.348-2.292.56-3.44 3.39-18.177 12.1-35.84 24.44-48.06 8.12-8.044 17.597-13.812 28.53-16.314zm22.375 59.844l109.656 38.594-43.624 47.656c-8.55.216-17.118.268-25.78.125l-37.657-43.938-2.595-42.437zm-76.72 27.75l63.657 25.125 27.907 32.563c-13.784-.8-27.915-2.095-42.595-3.907-21.254-2.62-33.857-12.56-41.438-26.468-4.322-7.93-6.81-17.322-7.53-27.312zm397.5 4.813c.374-.02.75 0 1.126 0 12.082 0 21.876 9.794 21.876 21.875 0 12.082-9.794 21.875-21.875 21.875-12.08 0-21.874-9.795-21.874-21.875 0-11.703 9.193-21.29 20.75-21.875zM242.782 185.53l47.032 16.532c-4.065 5.014-7.425 10.27-10 15.594-25.21 3.637-48.96 6.376-72.468 7.906l36.094-39.437-.657-.594zm19 85.157c-22.023 3.702-40.202 14.834-53.28 30.063 13.942 16.114 30.9 26.48 51.47 31.78 24.453 6.303 54.333 5.188 89.624-3.905-1.118-13.518-6.158-25.815-20.72-36.125-24.175.564-46.892-6.817-67.093-21.813zM197.595 316.5c-9.088 16.403-13.382 35.462-11.844 54.5 31.95 24.294 61.132 35.617 87.625 35.156 25.832-.45 50.003-11.76 73.594-35.875.625-7.607 1.596-15.078 2.25-22.342-35.35 8.516-66.727 9.7-93.94 2.687-22.447-5.785-41.876-17.308-57.686-34.125zm149.562 78.97c-22.667 18.85-47.38 28.92-73.47 29.374-26.433.46-53.628-8.724-81.498-26.53 10.815 26.82 35.084 50.75 75.968 63.31 22.05 3.672 40.392 3.026 54.906-1.437 16.862-5.183 28.98-15.113 37.688-31.312-8.31-10.982-12.13-22.215-13.594-33.406zm150.406 12.655c-21.934 13.607-78.608 25.768-99.343 15.594-4.52 19.162-15.06 21.715-23.47 18.28-8.854 14.47-21.072 25.37-35.97 32.156 30.077 21.514 136.794 17.434 158.783-66.03z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-watch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M151 23v9c0 21.038-3.39 52.724-8.523 85.336 31.097-25.51 70.354-41.053 111.2-40.756 5.227-.05 10.467.13 15.696.547 36.83 2.13 71.78 16.79 99.924 39.824-5.164-32.6-8.523-64.168-8.297-84.852l.1-9.098H151zm105 72.488c-88.543 0-160.514 71.967-160.514 160.51 0 88.543 71.97 160.516 160.514 160.516 88.543 0 160.514-71.973 160.514-160.516 0-88.543-71.97-160.51-160.514-160.51zm0 17.998c78.815 0 142.514 63.697 142.514 142.512S334.814 398.516 256 398.516c-78.815 0-142.514-63.703-142.514-142.518S177.186 113.486 256 113.486zM174.115 161.3l-12.734 12.72 76.48 76.558a18.94 18.94 0 0 0-.8 5.422A18.94 18.94 0 0 0 256 274.94a18.94 18.94 0 0 0 16.66-9.94h59.096v-17.998h-59.11a18.94 18.94 0 0 0-16.646-9.94 18.94 18.94 0 0 0-5.398.8l-76.487-76.563zm253.233 61.32v64.003h21.306V222.62h-21.306zm-57.96 172.888c-49.015 40.244-119.824 51.034-178.92 27.547-17.515-6.406-33.528-15.775-47.663-27.375 5.107 32.376 8.42 63.672 8.195 84.222l-.1 9.098H361v-9c0-20.857 3.33-52.178 8.39-84.492z"/></svg>
<svg class="tc-image-originals-watchtower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 32l-96 48h23v71h-32v50h30.945L155.36 440.244l-.653.477.522.72-4.175 37.566-.994 8.945 17.89 1.99.995-8.946L171.61 457h168.78l2.665 23.994.994 8.945 17.89-1.99-.995-8.944-4.174-37.567.523-.72-.654-.476L330.054 201H361v-50h-32V80h23l-96-48zm-48 64h32v48h-32V96zm64 0h32v48h-32V96zm-103 73h14v14h-14v-14zm32 0h14v14h-14v-14zm32 0h14v14h-14v-14zm32 0h14v14h-14v-14zm32 0h14v14h-14v-14zm32 0h14v14h-14v-14zm-113.328 32h80.656L256 236.848 215.672 201zm-16.65 9.283L240.33 247h-45.385l4.08-36.717zm113.955 0l4.08 36.717h-45.385l41.305-36.717zM192.945 265h31.383l-34.822 30.953 3.44-30.953zm58.477 0h9.156l51.75 46H199.672l51.75-46zm36.25 0h31.383l3.44 30.953L287.67 265zm-83.994 64h104.644L256 367.053 203.678 329zm-18.8 8.586L236.323 375h-55.6l4.157-37.414zm142.243 0L331.278 375h-55.6l51.444-37.414zM178.724 393h41.6l-45.26 32.914 3.66-32.914zm72.205 0h10.144l63.25 46H187.678l63.25-46zm40.75 0h41.6l3.658 32.914L291.678 393z" fill="#fff" fill-rule="evenodd" stroke-linecap="square"/></svg>
<svg class="tc-image-originals-water-bolt tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M16.656 13.78v101.626C24.09 156.98 37.52 198.146 58.72 234c-10.608 4.22-18.095 14.576-18.095 26.688 0 15.858 12.83 28.687 28.688 28.687 9.17 0 17.337-4.306 22.593-11 31.064 32.862 72.3 56.826 126.03 65.5 1.762-19.596-.38-43.662-7.03-70-.153-.606-.312-1.208-.47-1.813-49.262 3.933-112.35-46.09-155.405-128.03 14.51-4.115 25.564-25.078 25.564-50.313 0-19.337-6.505-36.154-16.063-44.814 61.958-27.854 164.946-1.763 227.22 33.782-48.7-42.11-91.218-65-162.938-68.907H16.656zM383 24.25c-9.352 0-16.938 7.586-16.938 16.938 0 9.35 7.586 16.937 16.938 16.937 9.352 0 16.938-7.586 16.938-16.938 0-9.35-7.586-16.937-16.938-16.937zm30.97 36.78c-17.564 0-31.783 14.25-31.783 31.814 0 17.563 14.22 31.78 31.782 31.78 17.562 0 31.81-14.217 31.81-31.78 0-17.563-14.248-31.813-31.81-31.813zm-240.19 1.814c-23.255.037-43.425 6.88-56.655 21-26.065 38.438-14.82 82.045 10.5 115.062 13.28 17.317 35.624 20.438 44.97 11.094 4.852-4.853 5.86-12.614 3.53-21.125l.906 1.28c26.775 20.566 52.716 59.879 66.345 104.657 19.984 65.66 6.223 118.565-30.72 118.094-13.853-.177-28.85-8.127-43.436-21.094 3.344 1.275 6.57 2.298 9.81 2.657 13.533 1.502 23.973-5.532 30.72-18.72-22.275 9.978-56.66.58-94.656-21.75 11.065 14.657 23.428 29.71 37.125 43.406 103.223 103.225 240.478 132.925 306.686 66.72 66.208-66.207 36.506-203.495-66.72-306.72-13.695-13.697-28.745-26.028-43.405-37.094 22 37.434 31.45 71.36 22.19 93.657-9.23-32.292-33.12-67.81-68.72-97.407-41.758-34.72-89.71-53.773-128.47-53.72zm21.22 56.25c1.46 0 2.952.04 4.438.094-10.142 20.03 1.824 47.9 28.406 64.187 28.2 17.28 62.132 14.965 75.78-5.188 3.377-4.983 5.195-10.59 5.595-16.468 4.746 3.446 9.443 7.065 14.06 10.905 17.895 14.878 32.534 31.425 44.033 48.156-.3.442-.587.885-.907 1.314-28.493 38.214-120.112 11.177-207.625-59.625-.09-.076-.188-.145-.28-.22-1.39-1.226-2.813-2.405-4.25-3.47-.01-.008-.02-.02-.03-.03-.013-.01-.02-.023-.032-.03-1.388-1.15-2.772-2.3-4.157-3.47.41.482.815.955 1.22 1.438-6.606-4.294-13.447-6.837-19.53-7.407 1.99-3.338 4.274-6.435 7-9.343 13.23-14.118 33.094-20.86 56.28-20.843zM411.03 271.53c10.32 5.475 20.25 12.5 29 21.25 44.725 44.727 46.48 115.272 4.314 157.44-42.167 42.166-112.618 39.724-157.344-5-8.59-8.592-15.223-18.3-20.656-28.408 42.458 22.617 94.995 17.724 129.062-16.343 3.287-3.288 6.263-6.743 9-10.345-16.205-.64-29.156-13.982-29.156-30.344 0-16.77 13.604-30.342 30.375-30.342 7.28 0 13.957 2.572 19.188 6.843 1.82-21.772-2.845-44.393-13.782-64.75zm-26.53 8.75c10.948 0 19.813 8.897 19.813 19.845 0 10.948-8.865 19.813-19.813 19.813-10.948 0-19.844-8.865-19.844-19.813 0-10.948 8.896-19.844 19.844-19.844zM60.906 326.564c-9.352 0-16.937 7.554-16.937 16.906 0 9.35 7.584 16.936 16.936 16.936s16.907-7.585 16.907-16.937c0-9.353-7.555-16.908-16.907-16.908z" fill="#fff"/></svg>
<svg class="tc-image-originals-water-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M406.043 316c24.11 96.443-50.59 180-150 180s-174.405-82.38-150-180c15-60 90-150 150-300 60 150 135 240 150 300z" fill="#fff"/></svg>
<svg class="tc-image-originals-water-fountain tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M224 16c9.31 18.785 17.753 36.16 18.432 55.023-17.87-28.13-36.732-40.03-55.45-39.83-75.257.8-148.13 196.844-144.375 316.977-.807.27-1.604.627-2.388 1.096-6.073 3.63-2.683 14.002-5.454 20.51-3.34 7.847-12.15 13.42-13.27 21.874-.638 4.813-.54 10.275.604 15.35h170.205c-3.752-14.69-16.34-30.192-27.96-38.275-4.04-2.81-10.637 2.004-14.747-.704-8.482-5.586-3.99-23.436-13.346-27.39-6.09-2.573-12.2-1.383-18.375 1.337-5.05-123.26 30.544-300.777 110.29-265.57-26.42 6.366-38.066 15.83-44.36 51.603C192 112 198.89 99.364 224 103.225l70.207-.102s36.39 41.937 41.793 51.42c5.7 10-16.088-70.203-35.4-80.29 67.713 2.167 97.32 184.88 92.64 299.102-6.174-2.72-24.083-33.364-30.174-30.79-9.355 3.952-14.435 9.435-17.205 15.976-1.918 4.533-.837 22.65-4.878 25.46-10.016 6.968-18.6 14.533-21.918 23h172.534c-1.792-9.308-8.48-27.793-11.598-35.115-2.772-6.51 31.833-42.637 0-24.8-.797.446-9.8 1.354-10.607 1.085 3.756-120.133-69.118-316.177-144.375-316.977-19.003-.202-38.155 12.056-56.264 41.118 2.08-11.74 12.37-29.412 27.695-46.828-24.735 6.185-34.4 3.85-40.45 28.95-9.23-14.43-14.098-32.17-32-38.432zm6.486 105l-12.77 38.31L229.563 183h52.875l11.846-23.69-12.77-38.31h-51.027zm-69.67 80l20 30h150.368l20-30H160.816zm69.278 48l-28.803 72.004L215.624 407h80.752l14.334-85.996L281.905 249h-51.812zm-85.408 58.854c-.462-.02-.933.02-1.41.12-9.907 2.074-11.824 24.963-3.16 30.198 5.056 3.056 13.384-4.083 14.747-9.832 1.69-7.126-3.253-20.2-10.177-20.486zm235.43 11.05c-6.925.287-6.22 6.283-4.532 13.41 1.363 5.748 3.36 15.12 8.416 12.065 6.282-4.456 7.55-21.835-3.885-25.476zm-356.022 6.262c-18.387.412 2.35 38.416 7.906 35.984-6.418-22.52 12.297-34.22-7.002-35.976a14.282 14.282 0 0 0-.904-.008zm144.142 14.375a3.42 3.42 0 0 0-.73.038c-1.732 7.747-12.483 11.202-9.13 15.803 3.74 4.41 14.555-.765 16.153-6.32 1.02-3.545-2.633-9.32-6.294-9.52zM336 342.7c-3.66.2-3.898 8.917-2.88 12.46 1.6 5.557 5.835 9.134 9.575 4.725 2.026-3.16-5.553-8.373-6.695-17.184zM25 425v14h462v-14H25zm23.816 32l20 30h374.368l20-30H48.816z"/></svg>
<svg class="tc-image-originals-water-splash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M163.53 21.28c-4.262.042-8.402 1.318-11.936 3.782-14.61 10.188-21.734 41.505 11.03 69.97-.874 22.855 41.786 26.99 24.845-6.657 15.375-44.718-5.465-67.27-23.94-67.094zm255.25 9.564c-6.193.008-12.997 2.884-16.78 8.625-23.15 35.122 1.875 53.016 25.875 14.936 9.863-15.65 1.23-23.575-9.094-23.562zm-41.717 63.468c-63.42 56.883-111.03 138.435-247.688 80.938 18.578 53.492-6.768 71.09-31.313 76.28-8.846-6.104-17.503-14.193-25.374-24.28l-19.282-24.72 2.625 31.25c5.134 61.565 27.576 107.054 64.782 136.376 37.207 29.322 88.146 42.22 149.25 42.22 95.388 0 181.77-60.905 213.563-148l5.344-14.657-15.408 2.186c-5.34.757-9.54.544-12.812-.28l31.688-60.157c-14.324 6.135-29.355 13.593-43.97 20.25 1.73-13.324 5.75-30.14 12.72-50.282l10.312-29.875L446.594 151c-25.463 19.87-52.84 43.613-79.78 63.25-8.948-17.862-7.626-54.075 10.248-119.938zM33.188 139.906c-8.878-.007-18.012 11.466-15.688 22.688 6.156 29.728 35.794 21.19 28.844-7.75-2.593-10.795-7.83-14.934-13.157-14.938zm401.343 44.906c-6.213 24.132-7.675 43.034-3.936 57.844 2.573 10.193 8.258 18.705 16.562 23.5 4.09 2.36 8.58 3.803 13.375 4.47-29.9 20.703-73.522 6.61-53.53-46.72-85.188 114.645-173.707 126.336-202.156 39.125-14.613 86.63-105.328 67.462-125.75-2.342 22.01 18.3 47.298 26.824 70.656 22.25 15.653-3.066 29.977-12.394 40.25-27.438 5.99-8.77 10.622-19.464 13.813-32 13.008 21.732 28.002 35.802 44.812 43.094 22.92 9.942 47.727 6.613 71.688-3.22 39.206-16.086 78.357-49.144 114.218-78.562zm-6 179.688c11.396 7.638 18.095 16.212 18.095 25.125 0 32.772-85.57 59.563-190.375 59.563-104.804 0-189.813-26.79-189.813-59.563 0-8.645 6.17-17.1 16.938-24.53-39.8 13.298-64.844 31.22-64.844 50.81 0 41.02 106.547 74.158 237.72 74.158s237.688-33.137 237.688-74.157c0-19.793-24.892-38.038-65.407-51.406z" fill="#fff"/></svg>
<svg class="tc-image-originals-watering-can tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M190.49 76.718c-1.066-.005-2.13.003-3.197.02-28.426.506-56.814 9.317-81.756 23.757-39.907 23.104-71.644 60.824-80.8 104.44-7.826 37.298 1.858 78.55 36.044 115.742-1.35-11.182-2.183-21.875-2.544-32.038-17.66-27.03-21.263-54.363-15.88-80.008 7.845-37.383 36.108-71.663 72.2-92.56 36.094-20.895 79.364-28.2 116.774-13.882 30.495 11.67 58.04 37.605 75.602 84.684 5.683-1.565 11.46-3.154 17.336-4.776-19.17-51.894-50.605-82.98-86.504-96.72-15.325-5.865-31.285-8.592-47.274-8.66zm238.54 65.05c-4.217-.01-8.232.595-11.915 1.813l8.557 40.032 24.4 15.85 39.74-8.582c-1.454-13.915-12.173-28.51-27.056-38.178-10.717-6.962-22.85-10.904-33.725-10.934zm-100.47 57.79c-91.212 25.175-160.583 44.4-250.48 45.51-5.605 44.858.637 110.842 30.324 190.216H288.79c42.614-73.726 52.533-161.183 39.77-235.727zm94.31 3.7l-81.028 145.85c-6.25 26.707-7.854 35.71-13.358 50.758l107.42-188.143zm-21.35 3.047l-52.223 10.66c.688 5.954 1.242 11.968 1.654 18.032l39.058-7.973zm-199.473 77.98s40.436 52.545 32 80c-3.78 12.303-19.128 21.614-32 21.614s-28.22-9.312-32-21.616c-8.436-27.454 32-80 32-80z"/></svg>
<svg class="tc-image-originals-watermelon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M368.47 96.01c-37.258-.033-76.09 1.16-112.824 3.187-44.785 2.47-86.588 6.255-118.453 10.402-33.012 45.66-58.063 88.796-65.557 118.763-3.88 15.517-2.91 26.62 1.53 33.33 4.442 6.71 13.352 11.544 31.58 12.013 38.55.993 111.067-24.892 177.7-62.35 59.595-33.5 115.216-76.585 141.542-114.216-17.75-.74-36.376-1.114-55.518-1.13zm76.285 2.196c-26.887 45.528-87.973 92.014-153.488 128.842C222.987 265.43 150.87 292.9 104.283 291.7c-21.494-.553-37.59-7.18-46.125-20.074-8.534-12.894-8.506-29.543-3.983-47.63 7.84-31.353 29.653-69.698 58.34-110.782-7.797 1.302-14.508 2.612-19.893 3.903-30.266 39.084-48.864 71.717-58.134 97.867-9.472 26.72-9.26 46.303-3.46 60.13 5.796 13.828 17.3 23.064 34.327 28.596 16.945 5.506 39.115 6.772 63.687 3.752 116.3-25.85 197.457-73.105 250.955-117.79 26.788-22.375 46.634-44.117 60.41-62.15 8.573-11.224 14.548-20.87 18.585-28.347-4.643-.358-9.413-.673-14.237-.97zM327.863 108.43c2.46-.037 26.5 15.642 28.945 24.73.76 2.82-4.772 13.078-10.61 10.718-13.923-5.627-20.837-32.943-18.505-35.392.033-.035.09-.054.17-.055zm-44.887 7.202c1.936-.767 26.606 28.7 25.068 40.233-.462 3.467-12.88 12.426-19.232 7.234-15.152-12.383-10.11-45.774-5.836-47.468zm186.066 2.324c-3.887 6.184-8.63 13.03-14.332 20.495-14.6 19.112-35.342 41.79-63.174 65.036-55.663 46.494-139.71 95.216-259.09 121.664l-.413.092-.422.052c-26.587 3.31-51.25 2.22-71.818-4.465-1.817-.59-3.593-1.247-5.347-1.934 4.72 6.51 9.666 12.87 14.947 19.027l6.414.7s17.492 1.912 39.102 2.595c21.61.683 47.583-.176 62-4.496 10.873-3.258 20.896-11.22 31.763-20.182 10.868-8.963 22.57-18.926 37.96-23.642 12.978-3.978 25.618-2.138 36.838-.908 11.22 1.23 20.902 1.86 28.63-1.116 27.108-10.44 63.867-40.88 92.75-68.666 28.885-27.784 50.388-52.72 50.388-52.72l3.77-4.375c7.334-18.944 12.98-35.012 13.78-37.297-1.212-3.29-2.454-6.573-3.744-9.86zm-299.03.866c1.696.033 2.86.29 3.284.757 1.226 1.36-20.59 30.342-31.982 32.51-3.425.65-15.137-6.865-11.805-13.616 6.705-13.585 31.34-19.834 40.5-19.652zm66.273 9.36c3.003 1.28 5.088 33.156-6.41 46.397-4.82 5.552-13.355-2.078-13.528-5.393-.574-11.025 18.577-41.586 19.938-41.006zm-38.68 2.91c.325-.012.58.028.756.124 1.27.7-7.563 28.066-15.533 32.645-2.396 1.377-13.112-1.212-12.365-7.132 1.67-13.238 22.265-25.435 27.143-25.635zm283.926 25.642c-7.37 19.928-18.22 47.66-27.638 65.084-14.927 27.616-30.982 56.845-55.205 79.562-18.01 16.892-40.096 28.675-62.217 37.465-17.536 6.968-34.834 5.994-47.87 10.537-7.17 2.5-15.877 10.933-25.573 21.287-9.697 10.353-20.54 22.33-35.166 29.792-11.15 5.69-24.748 7.68-38.69 7.846 13.48 3.14 28.213 5.623 44.417 7.332.093-.034 9.77-3.616 21.62-8.684 11.91-5.09 26.07-11.856 33.46-16.992 6.478-4.5 12.204-11.614 18.567-19.38 6.363-7.767 13.436-16.254 23.785-21.973 19.882-10.988 41.663-9.71 58.444-14.193 11.183-2.987 20.21-3.2 24.014-6.382 6.98-5.837 10.426-17.18 14.07-30.604 3.644-13.422 7.636-29.156 21.375-38.927 6.474-4.604 12.825-4.546 18.266-4.773 1.36-.057 2.662-.076 3.852-.07.388.002.707.013 1.07.02 11.538-31.327 14.215-56.02 12.407-77.43-.572-6.76-1.608-13.23-2.99-19.516zm-329.788 7.668c.77.01 1.305.13 1.54.36.854.826-12.014 20.554-19.298 22.456-2.19.572-10.104-3.784-8.24-8.303 3.89-9.43 20.615-14.593 25.998-14.513zm108.668 4.59c3.25.106 18.923 13.65 18.173 24.92-.324 4.878-9.348 5.28-11.06 3.798-5.694-4.93-8.52-28.32-7.39-28.683.08-.025.172-.037.277-.034zm-62.213 3.185c.06-.015.107-.012.138.008 2.238 1.368 2.52 23.227-6.79 30.234-3.904 2.938-10.1-3.64-10.094-5.907.015-7.3 14.895-23.87 16.747-24.336zm238.277 43.984c-5.864 6.003-12.288 12.424-19.147 19.02-29.546 28.422-66.15 59.934-98.76 72.493-12.84 4.944-25.656 3.46-37.06 2.21-11.403-1.25-21.513-2.254-29.603.226-10.87 3.33-20.9 11.343-31.78 20.317-10.88 8.974-22.615 18.912-38.048 23.537-19.014 5.698-45.372 5.95-67.737 5.244-9.818-.31-18.697-.864-25.706-1.39 3.16 2.875 6.44 5.682 9.858 8.408 6.895 5.5 14.363 10.7 22.517 15.54 5.198 1.216 20.1 4.506 38.1 6.614 22.188 2.6 48.33 2.293 60.57-3.95 10.72-5.47 20.475-15.673 30.208-26.065 9.733-10.393 19.288-21.274 32.79-25.98 17.582-6.127 34.547-5.26 47.144-10.267 20.79-8.26 40.87-19.16 56.55-33.867 20.7-19.412 35.725-45.58 50.102-72.09zm28.162 55.92c-3.02.497-5.553 1.285-5.28 1.09-7.28 5.178-10.838 15.723-14.437 28.978-.423 1.557-.847 3.153-1.282 4.765 4.742-5.842 8.917-11.45 12.354-16.646 3.184-6.29 6.057-12.346 8.644-18.188zm-63.65 78.56c-2.585.34-4.937.65-6.877 1.168-20.564 5.492-40.432 4.846-54.384 12.557-6.653 3.676-12.386 10.08-18.568 17.627-6.183 7.546-12.74 16.168-22.217 22.753-5.612 3.9-12.695 7.71-20.023 11.247 30.108-4.878 62.478-20.803 91.664-41.387 10.65-7.51 20.854-15.632 30.406-23.965z"/></svg>
<svg class="tc-image-originals-wave-crest tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M298.844 21.47c-19.177.074-37.7 9.793-43.156 29.06-21.613-18.783-57.038-5.957-57.97 13.907-.397.11-.79.234-1.187.344-12.147-4.116-20.077-.304-24.186 7.44-18.52-14.45-44.42-1.614-51.188 19.218-14.786-17.19-42.58 4.042-30.406 25.124.188.327.397.63.594.938-4.788 3.64-9.477 7.395-14.063 11.28-7.26-3.534-15.395-5.344-23.56-5.155-13.145.303-26.367 5.78-36.19 17.625v118.063c6.726 4.154 16.51 6.48 24.94 5.375-7.202 19.076-12.8 38.67-16.75 58.437-.277.918-.546 1.85-.782 2.813-.782 3.182-1.24 6.21-1.407 9.093-9.176 55.403-5.31 111.628 13.095 161.126H56.72c-15.91-39.335-21.726-84.3-18.095-129.875 20.554 13.602 55.617 7.05 63.563-25.31 7.245-29.515-15.273-47.982-38.126-47.876-4.062.02-8.143.638-12.062 1.875 5.06-17.025 11.418-33.773 19.063-49.94 5.86-12.39 12.446-24.437 19.75-36.03 13.37 8.93 38.33 6.824 41.25-21 1.343 4.814 9.112 7.514 15.656 7.438-10.532 23.45-18.023 48.2-22.564 73.343-8.506 47.1-6.837 95.784 4.625 140.564-22.214 3.28-24.636 38.295 1.22 38.844 4.18.087 7.748-.735 10.72-2.188 7.164 17.84 16.073 34.685 26.686 50.156h23.156c-45.083-57.982-62.535-143.55-48-224.03.185-1.024.4-2.042.594-3.063 12.583 16.662 30.995 16.28 44.313 7.156.098 7.433.444 14.858 1.06 22.25 6.366 76.193 39.422 149.527 91.626 197.686h29.156c-57.272-43.11-95.5-119.53-102.156-199.22-5.615-67.22 10.893-136.265 56.125-190.155-22.662 48.81-28.814 101.335-22.405 152.032-10.69 7.01-16.59 20.936-7.063 35.813 4.65 7.262 10.705 10.994 16.938 12.125 2.012 7.007 4.255 13.938 6.72 20.78 25.606 71.122 74.834 133.122 135.936 168.626h43.28c-69.03-26.022-128.378-90.037-158.405-166.47 12.857.64 25.67-14.788 16.658-29.686-3.872-6.39-9.452-9.026-14.97-9 3.396-7.17 3.52-15.913-2-24.53-4.954-7.738-11.826-11.5-18.874-12.25-5.378-44.973-.098-91.102 18.812-134.345l.906 1.75C273.37 181.75 290.925 240.357 322.625 289c10 15.346 21.402 29.735 33.906 42.938-1.243-.215-2.44-.324-3.592-.313-19.654.194-25.004 31.01-1.75 36.72 15.508 3.807 23.524-8.896 21.687-20.408 34.925 31.702 76.562 54.554 119.906 64.094v-19.217c-59.818-14.523-117.576-57.376-154.5-114.032-24.12-37.01-39.39-79.608-41.092-124 4.408-66.014 98.113-44.375 115.656-5.155-6.523-34.758-23.54-58.183-46.094-73.188 15.407-13.958-4.283-37.503-20.813-26.156-8.08-19.323-27.917-28.886-47.093-28.81zm-138.625 2c-2.13.103-4.395.752-6.72 2.03-16.766 9.213-4.997 35.847 12.75 26.094 15.18-8.345 7.774-27.85-5.125-28.125-.3-.008-.602-.016-.906 0zm264.155 22.874c-19.126-.404-22.245 28.57-2 29 20.526.43 21.4-28.59 2-29zM53.5 75.687C43.338 76.05 33.672 88.067 40.562 100c10.167 17.61 36.35 2.13 25.594-16.5-3.315-5.743-8.037-7.977-12.656-7.813zm69.906 42.282c.402.812.812 1.623 1.28 2.436 2.326 4.027 5.03 7.26 7.97 9.813-10.67 9.647-20.636 19.996-29.875 30.936-1.62-8.085-5.26-15.083-10.25-20.78 6.11-5.04 12.437-9.807 18.907-14.376 4.71-1.154 9.05-4.033 11.97-8.03zM181 123.062c2.093 2.72 4.457 5.205 7.063 7.374-4.182 5.037-8.18 10.204-11.97 15.5-2.8-4.34-6.46-8.03-10.593-10.812 6.088-2.494 11.522-6.697 15.5-12.063zm240 51.593c-25.802.693-29.64 40.193-1.594 40.78 28.89.61 30.117-40.2 2.813-40.78-.422-.01-.81-.01-1.22 0zm-244.188 4.625c3.198 9.806 12.542 14.786 22.125 13.69-2.288 8.29-4.19 16.68-5.718 25.124-6.353-6.258-13.926-9.102-21.5-9.25-3.403-.067-6.787.43-10.064 1.375 4.41-10.618 9.46-20.953 15.156-30.94zm280.47 42.22c-18.49-.39-21.542 27.59-1.97 28 19.844.417 20.725-27.608 1.97-28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-wave-strike tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M26.813 17.813c10.67 36.57 30.308 58.678 55.5 75.343 26.295 17.395 58.9 28.282 92.25 40.5 33.35 12.22 67.5 25.846 96.125 50.125 24.774 21.014 45.033 50.145 56.5 91.75 10.083-7.83 19.953-15.923 29.687-24.155-8.25-37.906-24.515-64.104-45.5-84.125-23.608-22.523-53.616-37.196-85.313-49.78-31.696-12.587-64.96-23.005-94.53-38-28.06-14.23-53.063-32.96-68.845-61.657H26.813zm57.78 0C98.03 37.413 117.137 51.185 140 62.78c27.615 14.006 60.402 24.426 92.938 37.345 32.535 12.92 64.96 28.424 91.343 53.594 21.59 20.595 38.808 47.72 48.47 84.03 10.542-9.203 20.88-18.468 31.063-27.656-4.29-31.932-15.97-55.526-32.344-74.313-18.983-21.777-44.68-37.112-73.25-49.436-56.814-24.508-124.14-35.88-167.408-68.53l-46.218-.002zm82.5 0c38.082 18.53 90.58 30.703 138.5 51.374 29.982 12.934 58.36 29.522 79.97 54.313 18.824 21.597 32.212 49.413 36.906 85.125 11.41-.115 22.933-1.572 34.31-4.53 6.072-51.136-23.834-93.087-67.217-125.345-44.564-33.135-102.834-54.48-144.157-60.938h-78.312zm148.47 0C344.61 28.898 374.5 44.279 400.688 63.75c47.9 35.617 83.894 86.4 73.843 148.28l-.592-.093c-3.8 20.62-11.742 36.798-22.907 50.532-16.013 19.697-39.146 34.58-66.905 48.342-55.517 27.525-128.875 50.104-192.844 103.407l-.343.31-.343.345-33.53 34.344-2.314-21.876-1.28-12.156-11.407 4.437c-33.53 13.054-62.26 31.723-89.72 50.906-5.284-2.04-8.91-4.855-11-8.217-2.192-3.53-3.116-8.167-1.968-14.688L118.28 399.5l1.314-.78.97-1.158c12.175-14.383 13.776-33.828 6.905-50.718l22.56 9.53c-.257-16.11-3.89-26.708-9.405-34.405-7.125-9.95-18.33-16.103-33.125-21.47-24.528-8.9-57.97-14.734-87.656-36.125v30.97c20.075 21.326 47.712 29.102 67.72 34.686l1.717.72c9.795 5.807 16.654 13.605 20.345 21.72 5.218 11.472 4.48 22.9-2.563 31.967l-80.937 49.344-3.188 1.97-.968 3.594c-3.275 12.18-2.11 23.814 3.5 32.844 5.608 9.03 15.048 14.85 25.905 17.75l4.22 1.125 3.56-2.532c25.008-17.58 50.215-34.295 78.314-46.75l3.093 29.19 2.062 19.78 13.906-14.25 47.064-48.188c60.463-50.24 131.272-72.253 188.812-100.78 28.825-14.29 54.484-30.322 73.125-53.25 17.733-21.81 28.453-49.89 29.47-86.25l.125-.063v-14.845h-.063c.264-81.24-73.275-134.13-132.937-155.313h-46.563zM19.842 51.03v52.75c10.487 24.406 27.77 38.944 49.75 50.25 23.378 12.026 51.937 19.68 80.626 29.376 28.687 9.696 57.71 21.552 81.28 43.313 20.874 19.27 36.986 46.308 44.563 84.624 11.905-7.347 23.528-15.285 34.937-23.625-10.11-42.448-28.82-69.71-52.375-89.69-25.635-21.74-57.498-34.732-90.47-46.81-32.97-12.08-66.98-23.17-96.155-42.47-20.953-13.86-39.27-32.264-52.156-57.72zm0 87.845v38.813l.22-.157C44.636 212.48 90.37 218.744 135 234c22.315 7.63 44.27 17.78 61.344 36.313 14.593 15.84 25.135 37.576 29.562 67.343 11.21-4.807 22.2-10.24 32.97-16.22-6.31-38.705-20.892-63.268-40.063-80.967-20.417-18.85-46.672-29.92-74.563-39.345-27.89-9.426-57.24-17.12-83.188-30.47-15.407-7.924-29.668-18.113-41.218-31.78zm493.97 34.25v4.28l7.562-4.28h-7.563zm-493.97 32.22v34.905c27.883 25.858 63.202 31.502 94.032 42.688 16.226 5.887 31.563 13.672 41.938 28.156 7.978 11.138 12.446 25.657 12.875 44.5 13.415-2.626 26.51-6.334 39.312-10.906-3.538-29.16-12.852-48.093-25.406-61.72-13.957-15.15-32.584-24.087-53.625-31.28-35.713-12.21-78.587-18.57-109.126-46.344z" fill="#fff"/></svg>
<svg class="tc-image-originals-wavy-chains tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M440.625 41.625c-17.75 0-32.313 14.595-32.313 32.344 0 .438.014.876.032 1.31-10.094 3.13-20.075 6.465-29.906 10-5.897-8.132-15.456-13.468-26.188-13.468-17.75 0-32.344 14.564-32.344 32.313 0 1.794.15 3.563.438 5.28-9.648 4.597-19.12 9.444-28.438 14.532-5.82-5.57-13.664-9.03-22.28-9.03-17.75 0-32.345 14.594-32.345 32.343 0 3.397.543 6.664 1.532 9.75-9.677 6.856-19.11 14.055-28.312 21.594-4.292-2.12-9.112-3.313-14.188-3.313-17.75 0-32.312 14.596-32.312 32.345 0 4.202.83 8.213 2.313 11.906-8.38 8.767-16.504 17.89-24.344 27.407-3.454-1.27-7.16-1.968-11.032-1.968-17.75 0-32.344 14.593-32.344 32.343 0 7.448 2.58 14.35 6.875 19.843-5.835 9.13-11.468 18.54-16.876 28.25-2.107-.437-4.302-.656-6.53-.656-17.75 0-32.314 14.563-32.314 32.313 0 9.81 4.46 18.642 11.438 24.593-3.376 7.94-6.656 16.04-9.782 24.313-.548-.03-1.1-.033-1.656-.033-17.75 0-32.344 14.595-32.344 32.344 0 11.224 5.847 21.162 14.625 26.97-2.732 9.76-5.292 19.74-7.718 29.906H43.5c2.03-8.324 4.17-16.498 6.406-24.53 17.678-.087 32.157-14.648 32.157-32.345 0-10.61-5.21-20.087-13.188-26 2.954-7.866 6.008-15.574 9.188-23.124 1.312.165 2.645.25 4 .25 17.75 0 32.343-14.594 32.343-32.344 0-8.953-3.728-17.097-9.687-22.968 4.99-9.023 10.166-17.786 15.53-26.28 3.356 1.19 6.944 1.842 10.688 1.842 17.75 0 32.343-14.594 32.343-32.344 0-7.384-2.55-14.218-6.78-19.687 6.778-8.23 13.77-16.175 20.97-23.813 5.317 3.85 11.825 6.125 18.843 6.125 17.75 0 32.343-14.563 32.343-32.312 0-6.14-1.76-11.9-4.78-16.813 8.11-6.566 16.436-12.86 24.936-18.875 5.64 4.768 12.92 7.657 20.813 7.657 17.75 0 32.344-14.595 32.344-32.344 0-2.648-.327-5.218-.94-7.688 8.92-4.824 18.005-9.45 27.25-13.812 5.937 6.56 14.51 10.72 23.97 10.72 17.75 0 32.344-14.596 32.344-32.345 0-.502-.008-1.003-.03-1.5 9.8-3.49 19.755-6.762 29.842-9.844 5.885 8.17 15.466 13.532 26.22 13.532 16.575 0 30.4-12.735 32.155-28.874 7.297-1.63 14.65-3.166 22.064-4.626v-19.03c-8.586 1.655-17.115 3.42-25.563 5.312-5.42-10.344-16.256-17.47-28.655-17.47zm0 18.688c7.65 0 13.656 6.006 13.656 13.656s-6.005 13.655-13.655 13.655c-7.65 0-13.625-6.006-13.625-13.656s5.975-13.657 13.625-13.657zM352.25 90.5c7.65 0 13.656 5.975 13.656 13.625S359.9 117.78 352.25 117.78s-13.656-6.005-13.656-13.655c0-7.65 6.006-13.625 13.656-13.625zm142.594 12.53c-15.862 2.592-27.806 16.822-27.125 33.25.028.705.112 1.404.186 2.095-6.245 1.552-12.452 3.174-18.594 4.875-6.018-9.355-16.697-15.428-28.53-14.938-17.735.736-31.736 15.923-31 33.657.01.28.043.562.062.843-5.123 1.98-10.194 4.014-15.22 6.125-6.17-8.496-16.34-13.902-27.53-13.438-17.734.735-31.704 15.922-30.97 33.656.116 2.77.57 5.455 1.345 8-6.708 3.866-13.316 7.888-19.783 12.063-6.202-6.308-14.922-10.08-24.375-9.69-17.733.737-31.704 15.924-30.968 33.657.22 5.34 1.763 10.33 4.28 14.688-5.172 4.575-10.237 9.273-15.186 14.125-5.14-2.994-11.162-4.607-17.5-4.344-17.734.736-31.705 15.923-30.97 33.656.29 6.986 2.835 13.383 6.876 18.532-4.332 5.862-8.527 11.884-12.594 18.062-3.715-1.298-7.726-1.922-11.875-1.75-17.734.736-31.735 15.923-31 33.656.398 9.588 5.035 18.06 12 23.72-2.762 5.964-5.414 12.012-7.97 18.218-1.648-.192-3.323-.29-5.03-.22-17.734.737-31.704 15.892-30.97 33.626.467 11.224 6.705 20.93 15.72 26.375-2.977 10.897-5.67 22.1-8.094 33.626h19.064c2.148-9.92 4.503-19.584 7.062-29 17.675-.8 31.61-15.964 30.875-33.656-.39-9.437-4.873-17.812-11.655-23.47 2.547-6.262 5.177-12.404 7.938-18.405 1.548.165 3.12.223 4.718.156 17.735-.734 31.705-15.92 30.97-33.655-.293-7.064-2.88-13.54-7-18.72 4.01-6.162 8.187-12.14 12.47-17.967 3.785 1.358 7.88 2.02 12.124 1.843 17.734-.734 31.704-15.92 30.97-33.655-.206-4.938-1.535-9.57-3.72-13.688 5.1-5.014 10.33-9.86 15.687-14.562 4.912 2.626 10.55 4.027 16.47 3.78 17.734-.734 31.704-15.92 30.97-33.655-.078-1.84-.315-3.628-.69-5.375 6.9-4.457 13.96-8.722 21.158-12.813 6.01 5.16 13.88 8.164 22.343 7.813 17.735-.735 31.705-15.922 30.97-33.656-.003-.064.003-.126 0-.19 5.136-2.142 10.313-4.213 15.563-6.218 6.206 8.175 16.18 13.33 27.125 12.875 17.105-.71 30.716-14.864 31-31.78 6.894-1.89 13.863-3.698 20.906-5.407 4.898 5.79 11.78 9.827 19.5 11.094v-19.28c-4.812-1.93-8.237-6.477-8.47-12.064-.248-5.997 3.258-11.13 8.47-13.22v-19.25zm-225.22 30.564c7.65 0 13.657 6.006 13.657 13.656s-6.005 13.656-13.655 13.656c-7.65 0-13.656-6.006-13.656-13.656s6.005-13.656 13.655-13.656zm151.907 13.375c7.645-.318 13.903 5.45 14.22 13.093.317 7.643-5.45 13.87-13.094 14.187-7.643.317-13.87-5.42-14.187-13.063-.318-7.643 5.418-13.9 13.06-14.218zm-73.655 27.218c7.643-.317 13.902 5.42 14.22 13.062.316 7.643-5.452 13.87-13.095 14.188-7.644.316-13.87-5.42-14.188-13.063-.316-7.643 5.42-13.87 13.063-14.188zm139.688 14.906c-.658-.013-1.305.003-1.97.03-16.177.672-29.205 13.377-30.812 29.064-9.245 2.683-18.338 5.576-27.25 8.718-6.248-7.28-15.63-11.768-25.874-11.344-17.734.736-31.704 15.923-30.97 33.657.033.766.104 1.528.19 2.28-8.265 4.363-16.31 9.03-24.126 13.97-5.705-4.165-12.772-6.533-20.313-6.22-17.733.735-31.704 15.922-30.968 33.656.152 3.703.944 7.225 2.25 10.5-8.037 7.61-15.686 15.684-22.908 24.25-4.14-1.687-8.678-2.54-13.406-2.344-17.734.736-31.704 15.923-30.97 33.657.338 8.116 3.72 15.445 8.97 20.936-5.584 10.4-10.684 21.328-15.312 32.78-.094.005-.187-.002-.28.002-17.735.735-31.706 15.922-30.97 33.656.418 10.087 5.514 18.955 13.094 24.594-1.802 7.87-3.395 15.94-4.813 24.218h18.97c1.087-6.07 2.267-12.02 3.56-17.844.943.045 1.886.04 2.845 0 17.734-.735 31.704-15.922 30.97-33.656-.46-11.043-6.522-20.612-15.314-26.094 4.08-9.924 8.573-19.37 13.406-28.406 2.736.63 5.604.903 8.532.78 17.734-.734 31.704-15.92 30.97-33.655-.262-6.287-2.356-12.082-5.72-16.936 6.337-7.472 13.03-14.552 20.03-21.25 5.6 3.903 12.466 6.083 19.75 5.78 17.735-.734 31.705-15.92 30.97-33.655-.143-3.454-.818-6.758-1.97-9.845 6.56-4.096 13.304-7.97 20.22-11.656 6.24 7.355 15.664 11.895 25.97 11.467 17.732-.735 31.734-15.922 30.998-33.656-.034-.83-.122-1.654-.218-2.468 7.624-2.662 15.403-5.144 23.312-7.468 5.695 10.602 17.13 17.684 29.875 17.156 2.258-.094 4.443-.435 6.564-.97v-20.218c-2.085 1.492-4.558 2.416-7.344 2.532-7.63.316-13.902-5.463-14.22-13.094-.315-7.63 5.464-13.87 13.095-14.188 3.196-.132 6.102.828 8.47 2.532v-20.25c-2.347-.6-4.784-.95-7.283-1zm-291.25 4.875c7.65 0 13.656 6.005 13.656 13.655 0 7.65-6.007 13.625-13.657 13.625s-13.625-5.975-13.625-13.625 5.974-13.656 13.625-13.656zm77.78 24.25c7.644-.318 13.903 5.418 14.22 13.06.316 7.645-5.45 13.903-13.094 14.22-7.645.317-13.872-5.45-14.19-13.094-.316-7.643 5.42-13.87 13.064-14.187zm128.313 16c7.644-.318 13.902 5.45 14.22 13.093.316 7.643-5.42 13.87-13.063 14.187-7.644.317-13.902-5.42-14.22-13.063-.316-7.643 5.42-13.9 13.063-14.218zm-271.469 29.436c7.65 0 13.657 6.006 13.657 13.656s-6.006 13.657-13.656 13.657-13.657-6.007-13.657-13.658c0-7.65 6.007-13.656 13.657-13.656zm83.75 12.688c7.644-.317 13.902 5.42 14.22 13.062.316 7.644-5.42 13.87-13.063 14.188-7.644.317-13.902-5.42-14.22-13.063-.316-7.642 5.42-13.87 13.064-14.186zm112.532 1.594c7.642-.317 13.9 5.42 14.217 13.062.317 7.643-5.45 13.87-13.093 14.188-7.644.316-13.87-5.42-14.188-13.063-.317-7.644 5.42-13.87 13.063-14.188zm123.155 7.53c-.55-.005-1.102.01-1.656.032-17.735.735-31.705 15.922-30.97 33.656.01.272.044.543.063.813-6.877 2.38-13.507 5.056-19.875 8.06-5.933-4.86-13.587-7.65-21.782-7.31-17.734.734-31.704 15.92-30.97 33.655.143 3.408.816 6.666 1.94 9.72-7.352 7.58-13.99 15.87-19.938 24.842-3.38-1.033-6.977-1.528-10.688-1.375-17.734.736-31.704 15.892-30.97 33.625.46 11.084 6.564 20.685 15.408 26.157-1.722 6.076-3.245 12.326-4.563 18.75-14.832 2.044-26.397 14.252-27.78 29.062h18.842c1.282-5.94 6.374-10.39 12.782-10.656 6.795-.28 12.49 4.268 13.874 10.656h18.875c-1.067-11.547-8.272-21.3-18.19-26.125 1.204-5.804 2.58-11.422 4.126-16.874.094-.003.187.004.28 0 17.735-.735 31.706-15.89 30.97-33.625-.303-7.322-3.074-14.01-7.47-19.28 4.8-7.218 10.114-13.895 15.877-20.063 5.687 4.136 12.736 6.468 20.25 6.157 17.733-.736 31.735-15.923 31-33.656-.115-2.77-.57-5.455-1.344-8 5.107-2.313 10.434-4.393 15.936-6.282 6.215 8.084 16.127 13.17 27 12.72 14.41-.598 26.336-10.74 29.906-24.032 4.423-.35 8.938-.595 13.532-.75v-18.688c-4.79.162-9.51.424-14.156.78-4.348-12.695-16.42-21.83-30.313-21.967zm-.875 18.72c7.643-.317 13.87 5.42 14.188 13.062.316 7.643-5.42 13.902-13.063 14.22-7.644.316-13.87-5.452-14.188-13.095-.316-7.644 5.42-13.87 13.063-14.188zm-72.594 35.218c7.644-.317 13.902 5.42 14.22 13.063.316 7.642-5.42 13.87-13.063 14.186-7.644.317-13.902-5.42-14.22-13.062-.316-7.644 5.42-13.87 13.063-14.188zm-294.844 4.03c7.65.002 13.657 5.976 13.657 13.627 0 7.65-6.007 13.656-13.657 13.656s-13.626-6.007-13.626-13.658c0-7.65 5.975-13.625 13.626-13.625zm180.125.533c7.644-.318 13.87 5.45 14.188 13.092.317 7.644-5.42 13.87-13.063 14.188-7.643.317-13.87-5.42-14.187-13.063-.317-7.643 5.42-13.9 13.063-14.218zm-96.062.874c7.643-.317 13.902 5.42 14.22 13.062.316 7.644-5.452 13.902-13.095 14.22-7.643.316-13.87-5.45-14.188-13.095-.316-7.642 5.42-13.87 13.063-14.186zm320.906 7.47c-.54.008-1.09.024-1.624.06-14.956 1.05-27.77 12.548-29.844 27.938-.328 2.436-.373 4.863-.156 7.22-5.63 2.33-11.127 5.22-16.406 8.593-5.044-3.776-11.217-6.128-17.938-6.406-17.733-.737-32.92 13.234-33.656 30.967-.4 9.64 3.56 18.505 10.094 24.72-2.776 6.484-5.05 13.435-6.72 20.812-14.393 2.407-25.54 14.432-26.905 28.936h18.875c1.274-5.94 6.342-10.39 12.75-10.656 6.797-.28 12.516 4.268 13.906 10.656h18.844c-1.092-11.87-8.634-21.855-18.97-26.53 1.235-5.224 2.784-10.18 4.658-14.813 1.45.264 2.926.437 4.437.5 17.734.735 32.92-13.235 33.656-30.97.182-4.363-.53-8.562-1.967-12.437 3.98-2.42 8.103-4.49 12.28-6.187 5.03 6.333 12.4 10.813 20.97 11.967 3.944.53 7.847.316 11.53-.53v-19.938c-2.584 1.62-5.715 2.382-9.03 1.936-7.57-1.02-12.74-7.776-11.72-15.344 1.02-7.57 7.775-12.706 15.344-11.687 2.015.27 3.825.945 5.407 1.938v-19.938c-.958-.22-1.917-.398-2.906-.53-1.65-.223-3.285-.31-4.907-.283zm-169.75 53.905c7.645-.318 13.872 5.418 14.19 13.06.316 7.645-5.42 13.903-13.064 14.22-7.643.317-13.87-5.42-14.187-13.063-.318-7.643 5.418-13.9 13.06-14.218zm101.595 2.155c.466-.026.93-.02 1.406 0 7.645.317 13.412 6.575 13.095 14.22-.317 7.642-6.575 13.378-14.22 13.06-7.642-.316-13.378-6.574-13.06-14.217.296-7.166 5.797-12.666 12.78-13.063zm-284.72 11.813c7.645-.317 13.872 5.45 14.19 13.093.316 7.645-5.42 13.872-13.064 14.19-7.642.316-13.9-5.42-14.218-13.064-.316-7.643 5.45-13.902 13.094-14.22zm-84.405 4.437c7.65 0 13.625 6.006 13.625 13.656S57.4 451.94 49.75 451.94s-13.656-6.007-13.656-13.657 6.006-13.655 13.656-13.655zm174.844 6.75c7.643-.317 13.87 5.42 14.187 13.063.318 7.643-5.418 13.9-13.06 14.218-7.645.317-13.903-5.45-14.22-13.094-.317-7.643 5.45-13.87 13.094-14.187zm262.25 24.438c-17.014.167-31.288 13.82-32 31-.12 2.86.15 5.66.75 8.343h19.875c-1.326-2.2-2.055-4.793-1.94-7.594.318-7.63 6.558-13.378 14.19-13.062 2.68.11 5.097.982 7.124 2.375V456.75c-2.046-.497-4.173-.816-6.344-.906-.554-.023-1.107-.037-1.656-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-wavy-itinerary tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.875 15.47v44.405c6.964 245.8 209.943 234.28 332.875 332.938-10.604 5.66-23.793 9.413-40.125 11.406 44.99 10.586 84.793 44.636 104.03 89.092 23.766-62.477-3.088-115.007-25.905-164.78-2.283 16.258-6.327 29.72-12.906 40.624-65-77.148-197.603-71.956-270.375-246.22 109.484 109.288 275.855-16.455 346.78 173.876-9.736 4.946-21.563 5.977-36.47 3.094 26.28 31.006 41.215 69.576 60.033 119.906 17.417-63.916 15.822-108.235 6.03-162.406-4.77 12.202-10.066 21.867-16.406 29C415.188 8.556 195.654 151.902 75.78 15.47H20.876z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-wax-seal tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M283.406 26c-31.262-.124-67.23 14.174-87.406 24.813-14.187 7.48-63.924 37.248-106.594 45.5-55.05 10.643-86.878 63.63-54.594 90.156 53.676 44.1 55.533 101.236 15.844 143.186-43.832 46.33 1.16 113.166 63.844 105.625 62.685-7.54 89.117.543 121.03 32.44 41.408 41.38 131.457 24.757 153.595-32.595 10.275-26.614 24.304-56.372 58.594-68.563 40.316-14.328 52.335-59.373 26.217-90.625-19.376-23.183-21.61-47.184 4.875-95.468 21.756-39.664 4.657-83.827-55.937-80.44-45.002 2.515-64.425-27.456-97.156-59.374C314.866 30.074 299.78 26.066 283.405 26zm-20.312 76.188c87.992 0 159.53 71.508 159.53 159.5 0 87.994-71.538 159.53-159.53 159.53s-159.53-71.536-159.53-159.53c0-87.995 71.538-159.5 159.53-159.5zm0 18.687c-77.892 0-140.813 62.918-140.813 140.813 0 77.894 62.922 140.843 140.814 140.843 77.89 0 140.844-62.948 140.844-140.842 0-77.892-62.953-140.813-140.844-140.813zm-9.344 19.188h18.688v12.562l32.218 9.78-32 9.72h-.78v97.47H253.75V172.53l-33.344-10.124 33.344-10.125v-12.218zm-51.875 40.343c9.892-.023 20.71 2.28 32.313 7.156v20.594c-14.94-7.682-27.267-9.843-36.657-8.844-11.21 1.194-18.696 6.513-23.468 14.125-9.34 14.902-7.106 39.607 13.907 56.157h-25.657c-14.936-20.91-15.937-47.15-4.063-66.094 7.603-12.13 20.8-20.992 37.313-22.75 2.064-.22 4.16-.34 6.312-.344zm122.438 0c2.153.005 4.28.124 6.343.344 16.513 1.758 29.71 10.62 37.313 22.75 11.872 18.944 10.872 45.183-4.064 66.094H338.22c21.01-16.55 23.245-41.255 13.905-56.156-4.77-7.613-12.258-12.932-23.47-14.125-9.69-1.032-22.498 1.294-38.092 9.593v-20.75c12.145-5.308 23.443-7.774 33.75-7.75zm-71.438 16.875c.052.034.104.063.156.095l-.155.25v-.344zm-81.563 91h183.563v18.44h-34.28v17.81h34.28v18.69H171.312v-18.69h36.47v-17.81h-36.47v-18.44zm55.157 18.44v17.81h27.28v-17.81h-27.28zm45.968 0v17.81h29.468v-17.81h-29.47zm-9.157 50.03c7.64 0 13.845 6.204 13.845 13.844s-6.204 13.844-13.844 13.844-13.842-6.204-13.842-13.844 6.203-13.844 13.843-13.844zM457 410.5c-7.208.234-14.82 2.62-21.5 7.688-34.04 25.825-9.88 74.987 31.938 40.437 32.292-26.678 13.11-48.89-10.438-48.125z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-web-spit tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M21.438 17.656v9.938C37.81 43.897 54.236 59.792 70.78 75.25c2.573 12.667 1.725 23.156-2.124 32.438-15.92-18.03-31.71-35.61-47.22-52.782l.002 27.907c70.88 78.78 146.137 165.605 206.343 263.156 13.8 52.237 8.507 101.07-26.5 145.936h23.032c8.083-12.15 14.338-24.677 18.938-37.47 15.217 1.72 33.785 5.172 48.03 13.377 3.376 7.964 6.63 16 9.75 24.093h20c-3.345-8.968-6.838-17.854-10.5-26.656 8.66-10.96 22.278-19.576 37.94-24.938 11.79 20.602 21.207 38.808 26.624 51.594h20.125c-5.083-14.244-14.946-33.968-27.626-56.312 20.542-3.283 42-1.254 57.937 6.03l.314.157c11.46 16.573 22.16 33.27 32.03 50.126h21.563c-11.953-21.14-25.167-41.973-39.468-62.562 2.386-9.1 5.464-17.228 9.436-24.563l47.156 36.97V418l-36.5-28.594c7.515-8.648 17.01-16.088 29.063-22.844 2.47 1.22 4.956 2.42 7.438 3.625v-20.843c-18.542-9.172-36.76-18.583-54.688-28.25-1.054-13.162.976-23.972 6.53-33.75 6.17-10.858 17.096-20.864 34.876-30.25l4.19-2.22c3.075.052 6.108.03 9.092-.06v-18.72c-4.68.146-9.552.092-14.625-.188-9.012-15.84-13.766-31.516-15.906-47.406 10.3-4.778 20.49-10.258 30.533-16.375V150c-65.106 42.96-132.462 57.01-204.47 27.656-71.11-32.4-142.686-72.663-197.124-105.5-19.133-17.603-38.152-35.753-57.064-54.5H21.438zm69.093 75.75c9.104 8.28 18.228 16.462 27.407 24.5-2.14 9.614-6.785 21.5-13.343 31.125-7.563-8.876-15.15-17.642-22.72-26.31 4.953-8.856 7.91-18.705 8.657-29.314zm43.157 38.156c8.516 7.292 17.06 14.502 25.657 21.594 11.636 23.238 15.422 49.608 8.062 73.188-16.436-21.38-33.276-42.186-50.25-62.438 7.905-9.9 13.208-21.488 16.53-32.344zm33.72 3.97c19.33 10.633 39.44 21.326 59.968 31.718-.643 2.09-1.78 4.563-3.594 7.03-.93 1.27-2.013 2.506-3.186 3.69-15.632-11.976-31.102-24.276-46.438-36.876-.196-.365-.394-.73-.594-1.094l-.437.25c-1.91-1.57-3.814-3.138-5.72-4.72zm76.968 40.187c6.032 2.968 12.09 5.89 18.156 8.78v.03c6.862 3.562 13.704 6.74 20.533 9.564 5.253 2.4 10.5 4.78 15.75 7.094 7.944 3.5 15.86 6.88 23.75 10.156-1.775 2.63-4.25 5.393-7.407 7.906-6.508 5.18-15.358 9.116-23.75 10.094-18.86-12.937-37.46-26.262-55.812-40 1.152-1.29 2.243-2.63 3.25-4 2.21-3.008 4.123-6.236 5.53-9.625zm-55.72 8.593c25.305 22.866 49.936 45.837 73.626 69l-81.405-9.938c8.618-18.825 10.685-39.22 7.78-59.063zm259.658 11.656c2.107 12.503 5.76 25.073 11.53 37.624-25.556-3.827-54.49-11.692-85.03-22.344 25.004-.867 49.547-6.166 73.5-15.28zm-108 22.56c14.673 5.778 29.14 11.077 43.312 15.72-7.58 15.442-11.644 30.8-13.188 46.03-19.927-12.048-39.524-24.437-58.812-37.25 5.526-2.412 10.66-5.55 15.188-9.155 5.49-4.368 10.29-9.51 13.5-15.344zm61.406 21.314c18.968 5.555 37.247 9.83 54.5 12.375-10.454 7.697-18.568 16.23-24.064 25.905-5.7 10.035-8.58 21.023-9.125 32.688-11.698-6.502-23.257-13.142-34.717-19.875.57-17 4.48-33.964 13.406-51.094zm-122.845 3.53c29.595 20.37 59.846 39.808 90.938 58.345.64 15.733 3.538 31.3 7.53 46.624-30.25-35.6-63.362-70.51-98.468-104.97zm-83.47 20.595l28.97 3.53c15.58 14.313 37.374 41.2 59.313 71.875-6.406 12.17-10.73 26.36-12.938 43.22-22.624-41.445-48.19-80.912-75.344-118.626zm58.564 7.155l29.968 3.656c9.93 10.012 19.686 20.043 29.218 30.126-6.933 5.344-13.097 11.203-18.437 17.75-14.15-19.553-28.05-37.334-40.75-51.53zm135.343 42.063c26.142 15.11 52.89 29.6 80.312 43.562-20.473 14.02-34.436 31.82-43 53.844-5.67-7.747-11.472-15.448-17.438-23.125-8.76-25.44-16.983-50.004-19.875-74.283zm-63.375 5.437c8.626 9.347 17.076 18.738 25.312 28.156-21.46 6.077-43.836 14.744-61.188 31.126 4.605-28.262 16.223-44.755 35.875-59.28zM364.75 362.5c15.275 18.052 29.763 36.24 43.375 54.594-16.32-2.82-33.8-2.268-50.53 1.312-8.52-14.31-17.885-29.31-27.72-44.406 10.934-4.86 22.817-8.386 34.875-11.5zm-51.344 20.47c8.952 13.758 17.532 27.64 25.438 40.905-13.797 5.136-26.463 12.596-36.47 22.53-4.935-11.072-10.09-22.034-15.468-32.842 6.303-13.44 15.514-23.187 26.5-30.594zm-60.28 6.5c9.57 17.408 18.628 35.132 27.03 53.217-10.95-3.496-21.905-5.32-31.47-6.468 3.61-15.33 4.978-30.955 4.44-46.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-weight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 46c-45.074 0-82 36.926-82 82 0 25.812 12.123 48.936 30.938 64H128L32 480h448l-96-288h-76.938C325.877 176.936 338 153.812 338 128c0-45.074-36.926-82-82-82zm0 36c25.618 0 46 20.382 46 46s-20.382 46-46 46-46-20.382-46-46 20.382-46 46-46zm-82.215 202.95h23.5v33.263l33.873-33.264h27.283l-43.883 43.15 48.4 47.974H233.54l-36.255-35.888v35.888h-23.5V284.95zm119.934 21.24c4.76 0 8.952.934 12.573 2.806 3.62 1.872 6.938 4.82 9.95 8.85v-10.13h21.972v61.462c0 10.986-3.48 19.368-10.438 25.146-6.917 5.82-16.968 8.727-30.152 8.727-4.272 0-8.4-.325-12.39-.976-3.986-.65-7.996-1.647-12.024-2.99v-17.03c3.826 2.198 7.57 3.826 11.23 4.884 3.664 1.098 7.347 1.648 11.05 1.648 7.162 0 12.41-1.566 15.746-4.7 3.337-3.132 5.006-8.035 5.006-14.708v-4.7c-3.01 3.986-6.328 6.916-9.95 8.788-3.62 1.87-7.813 2.808-12.573 2.808-8.343 0-15.238-3.275-20.69-9.826-5.453-6.592-8.18-14.974-8.18-25.146 0-10.214 2.727-18.576 8.18-25.086 5.452-6.55 12.347-9.827 20.69-9.827zm8.118 15.746c-4.517 0-8.038 1.67-10.56 5.005-2.523 3.338-3.784 8.058-3.784 14.162 0 6.266 1.22 11.026 3.662 14.28 2.442 3.215 6.003 4.823 10.682 4.823 4.557 0 8.096-1.67 10.62-5.006 2.522-3.337 3.784-8.036 3.784-14.098 0-6.104-1.262-10.824-3.785-14.16-2.523-3.337-6.062-5.006-10.62-5.006z"/></svg>
<svg class="tc-image-originals-weight-crush tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 16c-41.42 0-75 33.58-75 75 0 17.06 5.874 32.398 15.468 45H136L46 346h420l-90-210h-60.468C325.127 123.398 331 108.06 331 91c0-41.42-33.58-75-75-75zm0 30c24.854 0 45 20.146 45 45 0 24.853-20.146 45-45 45s-45-20.147-45-45c0-24.854 20.146-45 45-45zm-4.218 330A60 60 0 0 0 196 436a60 60 0 0 0 120 0 60 60 0 0 0-64.218-60z" fill="#fff"/></svg>
<svg class="tc-image-originals-weight-lifting-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 193c-20.835 0-39 20.24-39 47s18.165 47 39 47 39-20.24 39-47-18.165-47-39-47zm-56.154 58.045c-31.257 8.56-47.236 34.018-61.975 61.45-17.314 32.592-28.125 71.052-36.09 102.505H89v-55H71v55H55v-39H37v39H20v18h17v39h18v-39h16v55h18v-55h84.592c5.427 13 11.908 26 18.408 39l-48 6v15h72.79l-12.35-60h103.12l-12.35 60H368v-15l-48-6c6.5-13 12.98-26 18.408-39H423v55h18v-55h16v39h18v-39h17v-18h-17v-39h-18v39h-16v-55h-18v55h-12.78c-7.967-31.463-18.818-70.017-36.857-102.727-15.017-27.23-29.637-51.526-61.316-60.543C307.244 281.506 284.524 305 256 305c-28.743 0-51.593-23.856-56.154-53.955zm-3.608 48.385l10.04 50.24C176 360 160 360 160 376c0 13 2.64 26 6.85 39h-32.032c7.596-28.945 17.637-61.754 31.31-87.494 9.008-14.526 17.53-18.784 30.11-28.076zm119.3 1.35c11.32 8.253 20.97 10.93 29.804 26.947 14.136 25.632 24.233 58.35 31.836 87.273H345.15c4.21-13 6.85-26 6.85-39 0-16-16-16-46.28-26.33l9.817-48.89zM256 376c22.95 0 60 16 60 16l-4.734 23H200.734L196 392s37.05-16 60-16z"/></svg>
<svg class="tc-image-originals-weight-lifting-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M77.492 18.457l-17.726 3.127L69.09 74.47a1630.67 1630.67 0 0 0-15.8 2.54l-6.503-36.89-17.726 3.124 6.49 36.795a1877.847 1877.847 0 0 0-17.196 3.112l3.292 17.696c5.728-1.066 11.397-2.09 17.028-3.084l7.056 40.02 17.727-3.124-7.04-39.93c5.304-.88 10.57-1.725 15.798-2.54l9.777 55.45 17.727-3.126-9.697-54.99c8.483-1.218 16.866-2.338 25.18-3.38 15.54 46.39 34.697 99.995 66.936 134.448C190.86 250.992 192 268 214.56 310 192 348 176 412 167.21 471l-48 6v15H192c16-48 64-144 64-144s48 96 64 144h72.79v-15l-48-6C336 412 320 348 294 310c26-42 24.175-59.585 35.83-89.377 32.25-34.452 51.42-88.075 66.967-134.478 8.314 1.04 16.697 2.16 25.18 3.38l-9.696 54.99 17.728 3.124 9.777-55.45c5.23.815 10.494 1.66 15.8 2.54l-7.042 39.93 17.727 3.125 7.056-40.02c5.63.993 11.3 2.017 17.028 3.083l3.292-17.696c-5.78-1.075-11.507-2.11-17.195-3.113l6.49-36.796-17.727-3.125-6.504 36.89c-5.303-.88-10.57-1.727-15.8-2.54l9.324-52.886-17.726-3.127-9.406 53.35C365.982 63.31 310.982 59.04 256 59.04c-54.98 0-109.983 4.27-169.102 12.767l-9.406-53.35zM256 76.98c35.53 0 71.07 1.83 107.822 5.463-14.082 34.858-38.454 73.504-63.203 101.967C290.293 199.27 274.35 209 256 209c-18.35 0-34.294-9.73-44.62-24.59-24.748-28.463-49.12-67.11-63.202-101.967 36.75-3.633 72.29-5.463 107.822-5.463zM256 97c-20.835 0-39 20.24-39 47s18.165 47 39 47 39-20.24 39-47-18.165-47-39-47z"/></svg>
<svg class="tc-image-originals-well tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M86.236 28.564l-41.248 110h422.024l-41.248-110zm32.764 128v176.07c76.024 28.87 197.976 28.87 274 0v-176.07h-18v137.428c-7.16-3.66-15.96-6.65-26.307-9.236-24.208-6.052-56.74-9.64-92.693-9.64-7.85 0-15.526.18-23 .51-.017-12.01.002-24.02.04-36.032l24.013-60.03H238.05L215 237.194v39.566c-19.528 1.612-37.125 4.354-51.693 7.996-10.346 2.586-19.147 5.577-26.307 9.236V156.564zm89 23v16h4.266l6.4-16zm68.44 0l-25.6 64h17.867l25.602-64zm-196.44 23v18h21v-18zm75 0v18h42v-18zm149.492 0l-16.4 41H304v-23h53v-18zm106.508 0v18h12v80h57v-18h-39v-80zm-155 90.55c34.738 0 66.208 3.575 88.326 9.105 11.06 2.763 19.795 6.09 25.035 9.186 4.377 2.587 5.365 4.425 5.576 4.71.04-.057.064-.074.064 0 0 .073-.023.055-.064 0-.21.283-1.2 2.12-5.575 4.706-5.24 3.098-13.975 6.425-25.034 9.19-22.118 5.53-53.588 9.103-88.326 9.103-34.738 0-66.208-3.574-88.326-9.103-11.06-2.765-19.795-6.092-25.035-9.19-4.377-2.586-5.365-4.423-5.576-4.707-.04.056-.064.074-.064 0 0-.073.023-.056.064 0 .21-.284 1.2-2.122 5.575-4.71 5.24-3.096 13.975-6.422 25.034-9.186 12.965-3.243 29.16-5.805 47.326-7.376v28.72h18v-29.91c7.456-.347 15.138-.54 23-.54zm137 58.665c-32.96 11.616-71.95 18.42-112 20.417v27.45c40.88-2.024 80.4-9.035 112-21.038zm-274 .02v26.83c9.95 3.777 20.683 7.063 32 9.852V361.16c-11.143-2.664-21.856-5.785-32-9.36zm50 13.202v27.408c29.46 5.657 61.842 8.253 94 7.81v-27.447c-31.99.444-64.16-2.134-94-7.77zm224 32.777c-5.196 1.83-10.525 3.553-16 5.146v25.158c5.527-1.687 10.863-3.51 16-5.46zm-274 .01v24.827c27.454 10.426 60.89 17.082 96 19.98v-25.44c-34.372-2.842-67.45-9.302-96-19.366zm240 9.837c-38.988 9.09-83.038 12.637-126 10.67v25.445c43.22 1.968 87.805-1.613 126-10.777zM119 441.78c1.642 9.154 8.428 17.585 16 21.704v-16.558c-5.475-1.593-10.804-3.317-16-5.147zm274 .007c-12.8 4.513-26.5 8.312-40.834 11.373v19.73c16.52-4.255 40.596-15.226 40.834-31.103zm-240 9.84v19.275c33.85 9.257 73.556 12.422 103 12.534 29.185 0 56.113-2.365 78.166-6.493v-20.37c-58.66 9.767-125.146 8.115-181.166-4.946z"/></svg>
<svg class="tc-image-originals-western-hat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M199.117 111.268c-2.435.007-4.816.524-7.117 1.675-18.365 9.194-38.59 129.65-50.16 164.987 45.64 13.262 87.106 16.556 115.314 16.425 28.21-.13 68.652-3.635 112.97-16.49C358.53 242.48 338.34 122.123 320 112.943c-21.065-10.53-48.73 31.998-64 32-13.6.002-37.05-33.734-56.883-33.675zM224 160c11.53 40.5 9.107 74.724 0 96-9.107 21.276-32 11.235-32 0 25.333-6.927 26.21-35.5 32-96zm64 0c5.79 60.5 6.667 89.073 32 96 0 11.235-22.893 21.276-32 0s-11.53-55.5 0-96zM46.79 263.127c-17.5.4-24.138 17.83-14.79 40.873 11.088 30.345 58.972 96.774 112 96 24.103-.352 31.438-15.483 112-16 80.562-.517 87.88 15.648 112 16 53.017.774 100.907-65.655 112-96 13.006-32.066-4.934-53.25-40.016-32.84-21.85 11.926-44.06 17.898-65.984 24.48-.02 0-.044.024-.064.024v-.006c-45.8 13.756-87.924 17.486-116.754 17.615-28.83.13-72.027-3.357-119.145-17.548-21.897-6.618-44.09-12.59-66.027-24.565-9.866-5.74-18.374-8.19-25.22-8.033z"/></svg>
<svg class="tc-image-originals-wheat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M98.344 16.688C79.692 43.785 68.498 69.01 65.5 89.56l23.938 39.157 28.624-33.47c.868-21.213-5.49-48.677-19.718-78.563zM472.5 19.625C444.04 36.055 423.112 54 411.562 71.25l4.75 45.688L456.563 99c9.89-18.777 15.938-46.29 15.938-79.375zm-91.75 27.28c-10.153 21.036-16.8 40.84-20.156 58.314l18.375 57.686 19.78-34.25-6.5-62.22h.03c-3.422-6.392-7.252-12.906-11.53-19.53zM27.25 80.782c-.125 23.364 2.393 44.102 6.875 61.314L75.5 186.25l3.125-39.406L46 93.47l.03-.032c-5.83-4.287-12.08-8.52-18.78-12.657zm132.844 10.532c-8.415 3.504-16.29 7.213-23.594 11.094l-39.25 45.97-3.094 39.374 50.438-39.094c6.712-15.904 12.09-35.263 15.5-57.344zm177.22 21.626c-24.024 58.09-16.16 97.86 7.873 108.5l21.157-36.625-19.594-61.438c-2.973-3.46-6.108-6.943-9.438-10.438zm146.03.218c-4.55-.028-8.97.084-13.28.28L414.935 138l-19.78 34.28 62.343-13.655c12.897-11.47 26.09-26.626 38.656-45.094-4.358-.216-8.64-.348-12.812-.374zm-226.094 8.72c-23.24 23.238-38.832 46.003-45.53 65.655l16.436 42.907 34.22-27.75c4.695-20.704 3.436-48.856-5.126-80.812zM16.406 159.06c3.28 62.77 27.482 95.31 53.75 94.594l3.344-42.22-44.063-47c-4.175-1.844-8.515-3.647-13.03-5.374zm143.22 11.375c-6.457 1.354-12.63 2.896-18.5 4.563l-48.97 37.938-3.312 41.75c26.492 7.51 57.16-20.567 70.78-84.25zm16.06 1.563c-4.36 22.935-5.65 43.762-4.374 61.5l32.688 51 10.22-38.188-22.407-58.437h.03c-4.952-5.28-10.318-10.592-16.155-15.875zm267.408 8.938l-60.563 13.218-20.936 36.25c20.682 18.195 60.438 6.035 100.125-45.625-6.413-1.552-12.62-2.823-18.626-3.843zm-138.688 25.53c-8.912 1.92-17.304 4.16-25.187 6.657l-46.97 38.03-10.22 38.19 56.69-29.283c9.493-14.424 18.323-32.49 25.686-53.593zm155.125 25.063c-25.85 20.324-44.046 41.06-53.03 59.782l11.22 44.532 37.28-23.47c7.126-19.99 9.236-48.088 4.53-80.843zm-123.342 8.595c-34.435 77.573-59.394 159.06-62.97 253.03h18.72c3.558-90.792 27.573-169.428 61.312-245.436l-17.063-7.595zm-185.375 6.906c-8.173 62.347 9.714 98.713 35.687 102.75l10.97-40.874-34.814-54.25c-3.77-2.57-7.713-5.105-11.844-7.625zm221.75 24.532c-7.053 22.243-10.817 42.77-11.657 60.532l26.406 54.594L402 349.967l-15.28-60.687h.06c-4.3-5.848-9.033-11.76-14.217-17.717zm-302.47 1.532c-8.664 74.584-8.13 147.835 12.188 220.062h19.44c-20.877-70.772-21.764-143.02-13.064-217.906l-18.562-2.156zm219.47 11.094c-6.613.16-12.953.54-19.032 1.125L215.5 313.78l-10.844 40.408c24.69 12.23 59.938-9.82 84.906-70zm206.718 36.937c-9.072.844-17.664 2.052-25.78 3.594l-51.156 32.217-14.688 36.657 59.75-22.313c11.14-13.193 22.055-30.075 31.875-50.155zm-157.31 22c-15.528 60.938-2.096 99.19 23.217 106.28l15.72-39.28-28.094-58.03c-3.43-3-7.053-5.985-10.844-8.97zM183.25 368.72c-12.674 41.233-22.26 82.547-26.844 124.436h18.813c4.507-39.722 13.69-79.23 25.905-118.97l-17.875-5.467zm270 26.655l-58 21.688-15.563 38.875c23.056 15.098 60.673-2.606 92.625-59.407-6.594-.627-12.95-1.003-19.062-1.155zM356.5 469.03c-1.874 7.713-3.185 15.757-3.656 24.126h18.687c.45-6.686 1.55-13.206 3.126-19.687l-18.156-4.44z" fill="#fff"/></svg>
<svg class="tc-image-originals-wheelbarrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M34.227 44.89l-6.653 16.725L73.852 80.02l50.056 49.113-4.836 117.804.006.272c.39 20.225-.294 42.575 2.85 62.708 3.144 20.133 10.658 39.31 28.722 48.945 6.157 3.284 13.375 4.44 21.32 3.862 7.947-.578 16.926-2.662 28.51-5.996 22.22-6.398 54.32-17.63 104.313-33.312l-23.898-11.322c-39.855 12.72-66.882 22.007-85.395 27.336-11.075 3.188-19.144 4.928-24.834 5.34-5.69.415-8.695-.27-11.545-1.79-11.158-5.95-16.65-18.19-19.407-35.84-2.743-17.568-2.243-39.245-2.635-59.982l4.774-116.283.36-9-58.34-57.244L34.226 44.89zm345.855 74.452c-25.585-.552-44.19 40.905-70.13 36.79-10.583-1.68-12.736-18.994-22.81-22.644-24.377-8.83-69.052-.36-92.956 5.3L466.2 228.374c1.337-10.412 2.622-27.265-1.528-36.418-15.067-33.227-45.89-67.768-82.092-72.428-.84-.11-1.673-.17-2.498-.188zm-220.832 26.89l-3.475 86.666 200.145 94.827 103.115-51.965 18.424-24.727-318.21-104.8zm299.12 150.02l-20.583 10.373-14.156 67.135-16.015-16.276a40.063 40.68 18.916 0 1 .02-.013L389.7 339.247a65.908 65.948 90 0 0-.018.016l-5.522-5.612-16.88 8.506 55.284 56.18a9 9 0 0 0 15.22-4.457l20.587-97.628zm-41.464 31.04a65.908 65.948 90 0 0-10.76 3.003l8.338 8.475 2.422-11.48zm50.795 11.48l-6.245 29.624a40.063 40.68 18.916 0 1 5.15 36.02 40.063 40.68 18.916 0 1-50.793 26.1 40.063 40.68 18.916 0 1-27.218-41.405l-20.936-21.274a65.908 65.948 90 0 0-1.314 3.56 65.908 65.948 90 0 0 41.994 83.223 65.908 65.948 90 0 0 83.275-41.968 65.908 65.948 90 0 0-23.912-73.88z"/></svg>
<svg class="tc-image-originals-whip tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M258.885 29.48c-8.57-.04-17.296.356-26.164 1.2-1.407.033-2.816.06-4.222.117-20.63.848-41.087 4.36-60.744 10.795-52.42 17.156-98.946 55.478-126.432 118.11-48.427 110.354 2.248 219.542 82.684 274.032 40.218 27.246 88.14 41.196 135.228 34.795 47.088-6.4 92.92-33.513 127.748-86.108 26.368-39.818 22.913-82.72-3.59-105.356-26.506-22.635-72.54-22.532-123.77 12.938-25.962 17.976-47.77 20.706-65.667 15.812s-32.506-18.044-41.904-34.398c-9.397-16.354-13.216-35.697-10.407-51.14 2.53-13.91 9.352-24.512 23.197-30.036 40.302-2.047 54.377 32.316 41.76 56.715h.002c37.934-22.406 21.153-56.542-8.457-65.39 38.397-3.073 55.48 24.433 57.042 44.046 14.265-25.26 2.38-55.33-37.642-61.36 18.195-7.832 55.78 1.215 70.412 20.767-1.002-52.434-83.122-50.04-133.248-10.643-17.66 8.572-28.226 24.805-31.454 42.557-3.79 20.842 1.183 43.942 12.592 63.795 11.408 19.85 29.618 36.67 53.177 43.112 23.56 6.442 51.848 1.875 81.237-18.473 47.052-32.58 82.676-29.734 100.992-14.093 18.316 15.642 22.844 46.55.146 80.827-32.332 48.826-72.883 72.226-114.683 77.908-41.8 5.682-85.27-6.712-122.23-31.75-73.918-50.076-120.74-149.214-76.05-251.05 25.518-58.15 67.353-92.223 115.13-107.86 35.64-11.665 74.71-12.85 112.345-5.17 103.925 25.726 164.447 102.694 170.205 174.32 4.1-1.467 8.452-2.328 12.926-2.48 2.845-.094 5.74.095 8.648.593 4.994.855 9.64 2.56 13.822 4.932C484.332 130.812 389.88 30.1 258.885 29.48zm211.937 215.202c-.408-.008-.814-.006-1.218.006-11.326.334-21.075 8.513-23.07 20.162-.89 5.197-.09 10.253 2.003 14.627 2.892-.748 5.855-1.102 8.832-1.086 4.192.022 8.406.76 12.468 2.092 5.166 1.696 10.164 4.566 14.482 8.42 5.135-3.57 8.877-9.136 10.03-15.863 2.28-13.314-6.502-25.725-19.815-28.005-1.248-.214-2.488-.33-3.713-.353zm-13.51 52.453c-2.118-.01-4.047.312-5.576.9-2.977 1.144-4.625 2.623-5.547 6.277-5.098 60.167-43.147 110.48-89.987 157.077-1.075 4.273-.507 7.62 1.336 11.167 2.092 4.028 6.15 8.153 11.288 11.525 8.543 5.606 20.148 8.14 25.963 8.385 16.255-25.115 35.394-59.53 51.42-91.71 16.707-33.547 30.02-65.31 32.87-78.148 1.78-14.092-6.032-21.404-15.068-24.37-2.28-.748-4.585-1.094-6.7-1.105z" fill="#fff"/></svg>
<svg class="tc-image-originals-whiplash tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M407.056 376.454C511.348 517.65 270.95 424.988 194.373 328.11c-59.935-75.823 212.347-41.197 101.407-177.47C172.653-.453-54.165-13.92 65.816 92.687 35.032 6.53 299.823 128.57 311.883 205.35c10.934 69.623-308.9 30.456-112.237 175.655 137.22 101.312 397.83 144.363 207.41-4.55z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-whirlwind tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M232.824 13.738c-96.1 7.382-215.29 48.535-215.29 118.383 0 65.084 117.615 107.844 245.49 93.538 90.757-10.15 167.13-45.817 200.578-89.152-44.08 82.325-143.703 106.34-233.877 116.19 112.254 5.15 262.53-32.988 262.53-124.23 0-64.527-117.615-107.84-245.49-93.534C156.007 45.082 80.41 80.75 46.96 124.084c18.41-49.265 91.46-93.87 185.864-110.346zm56.04 40.864c77.387-.618 136.667 23.666 136.667 58.234 0 4.73-1.112 9.433-3.227 14.053-31.82-20.172-88.055-36.5-149.174-39.148-6.105-.264-12.257-.387-18.437-.353-2.06.01-4.122.038-6.187.085-51.472 1.157-104.23 13.43-145.113 44.86 5.022-36.577 75.142-70.428 160.92-76.728 8.347-.613 16.547-.942 24.552-1.005zm-34.036 51.482c5.848-.037 11.685.077 17.492.328 57.486 2.49 111.856 19.132 139.096 35.758-6.62 6.792-15.386 13.238-25.896 19.14-24.89-11.45-63.462-19.06-105.92-19.142-3.244-.006-6.51.032-9.795.115-44.026 1.117-91.184 10.864-128.448 36.09-15.823-6.824-27.48-15.514-33.54-25.562 38.834-33.478 93.327-46.39 147.01-46.726zm24.717 54.79c31.283.173 60.834 5.14 82.178 11.675-27.063 10.793-60.804 18.506-97.41 21.194-37.686 2.768-72.323-.243-99.774-7.51 31.234-16.912 69.26-24.342 105.74-25.267 3.1-.08 6.19-.11 9.265-.092zM81.873 230.83c5.158 4.435 10.285 8.583 15.387 12.445.127.237.264.472.39.71l.592.023c61.57 46.215 119.69 52.326 188.065 51.99.002 0 .005 0 .007-.002v.002h-.007c-73.987 20.576-134.236 19.522-185.5-8.316 74.926 98.107 242.27 52.573 335.22-46.637-43.032 23.107-110.06 35.868-185.318 31.842-66.24-3.544-126.098-19.41-168.837-42.057zM324.55 335.342c-67.937 33.614-143.89 42.532-199.144 11.236 4.907 16.882 14.784 28.156 28.295 35.658 15.565 8.643 36.38 11.85 59 9.55 34.243-3.485 72.07-19.68 100.767-45.057 3.635-3.794 7.342-7.59 11.084-11.388zm-62.306 63.68c-15.773 5.91-31.93 9.757-47.652 11.357-23.025 2.342-45.308-.15-64.108-8.835 15.125 14.916 32.064 25.36 47.95 30.023 15.676 4.604 29.844 3.767 41.142-2.59 9.392-5.284 17.44-14.62 22.668-29.955zM139.22 416.985c7.508 25.64 18.886 51.543 38.15 77.282h38.546c.632-.79 1.39-1.33 1.75-2.364 5.113-14.602 11.056-28.235 17.715-41.15-13.33 3.696-27.91 2.948-42.212-1.252-18.734-5.5-37.433-16.752-53.95-32.516z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-whistle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M93.75 81.443c-5.38 0-12.368 2.49-22.358 8.967 3.966 4.682 8.167 9.687 16.47 19.256 5.782 6.663 11.618 13.29 16.026 18.088.038.042.055.055.092.096l30.894-17.932-14.652-14.148c-11.292-9.404-18.644-13.866-25.418-14.293-.345-.022-.696-.034-1.055-.034zm120.08 15.082c-.885-.01-1.767-.006-2.643.01-10.46.193-20.2 2.23-26.742 5.424l-67.262 39.038c2.45.544 4.885 1.196 7.287 2.02 17.275 5.923 33.093 18.223 49.568 34.7l216.44 213.5 80.978-44.433L258.54 111.38c-8.656-7.84-22.49-12.908-36.693-14.394-2.677-.28-5.363-.43-8.018-.46zM58.192 102.74c-17.543 20.723-20.57 37.186-15.326 57.004.692 2.618 3.057 6.357 6.373 10.47 2.195-3.144 4.55-6.304 7.086-9.478 3.99-4.995 8.385-9.183 13.085-12.558l-.106-.2 2.768-1.61c1.354-.862 2.73-1.66 4.13-2.393l11.868-6.89c-4.175-4.618-8.94-10.017-13.803-15.622-5.956-6.864-11.732-13.62-16.074-18.723zm184.093 13.438l58.415 61.67c-46.086-5.037-56.79 13.2-69.027 34.2l-57.334-59.304 67.946-36.566zM103.702 157.23c-.714-.016-1.43-.016-2.15.002-6.976.18-14.207 2.058-22.252 5.885-3.035 2.29-5.99 5.196-8.91 8.852-25.77 32.264-30.45 59.135-25.484 83.477 4.965 24.343 20.536 46.656 37.916 66.455 13.314 15.168 28.86 23.992 48.472 27.93 19.614 3.94 43.438 2.708 71.98-3.475 33.246-7.2 66.01 8.42 95.81 27.665 26.118 16.868 50.676 37.09 70.98 49.95l8.79-18.935-217.52-214.57-.022-.022c-15.524-15.524-29.565-25.905-42.682-30.402-5.02-1.722-9.925-2.695-14.928-2.813zm367.08 210.456l-73.45 40.304-10.48 22.567 70.833-38.41 13.096-24.46z"/></svg>
<svg class="tc-image-originals-white-cat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M463.46 37.008l-30.694 50.738-7.043-2.28c-27.146-8.797-71.525-7.15-97.6.11L321.22 87.5l-28.68-48.543c-33.63 69.254-32.264 117.56-14.79 148.574 18.71 33.208 57.378 49.09 99.117 48.574 48.743-.606 88.968-19.665 107.035-54.194 16.918-32.332 15.684-80.456-20.443-144.902zM323.935 137.594c18.45.1 29.36 15.338 31.462 36.644-37.11 17.91-53.963 3.398-61.173-26.545 11.382-7.063 21.324-10.144 29.71-10.1zm109.26 0c8.385-.045 18.328 3.036 29.71 10.1-7.21 29.942-24.064 44.454-61.174 26.544 2.104-21.306 13.014-36.545 31.463-36.644zm-293.553 50.96c-1.226-.01-2.446-.003-3.66.018-30.175.536-56.142 10.59-75.743 26.574-43.444 35.43-57.27 100.752-12.824 166.192 20.293 33.995 44.432 54.24 70.797 64.187 32.85 12.395 66.655 8.823 99.94 4.114 33.284-4.71 65.854-10.63 96.896-8.42 31.04 2.212 62.09 10.18 90.505 41.165 19.374 21.125 46.887-1.627 23.82-24.156-35.024-34.207-72.527-47.42-109.377-50.04-36.85-2.62-72.2 4.698-104.207 9.228-32.007 4.53-60.272 6.552-84.558-2.61-14.39-5.43-28.308-14.802-41.55-31.142h351.744c13.673-52.293 14.867-106.368 1.873-142.072-19.765 8.49-42.412 12.9-66.2 13.197h-.002c-29.85.37-59.458-6.925-82.907-22.823-4.647 3.012-9.407 6.23-14.292 9.685l-5.734 4.057-5.49-4.382c-46.63-37.2-91.028-52.48-129.03-52.773z" fill="#fff"/></svg>
<svg class="tc-image-originals-white-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M97.812 23.375v92.875l46.22 51.72V351h-25.845L94.594 491.906H414.53L390.938 351h-25.875V167.97l46.22-51.72V23.375h-53.938v43.97H324.5v-43.97h-53.938v43.97h-32.437v-43.97h-53.938v43.97H151.75v-43.97H97.812zm73.75 152.875h18.688v50.22h-18.688v-50.22zm73.594 0h18.688v50.22h-18.688v-50.22zm74.156 0H338v50.22h-18.688v-50.22z" fill="#fff"/></svg>
<svg class="tc-image-originals-wide-arrow-dunk tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M213.006 18.303c-21.637-.01-42.777 4.028-62.66 11.787v-.002C34.204 75.41-38.364 247.605 86.88 479.638-1.625 185.493 192.23 114.806 335.583 306.48l-29.55 21.86c60.543 45.71 107.035 83.703 163.136 156.812 30.35-98.22 35.076-175.94 7.385-283.75l-32.032 24.037C390.41 80.73 297.89 18.347 213.007 18.304zM203.25 78.39c54.92-.455 114.01 35.336 160.82 112.112l22.928-13.592c25.364 48.176 30.742 96.352 31.47 144.528-28.858-41.125-62.888-75.81-104.222-101.403l27.565-16.34C241.768 94.185 110.326 56.397 43.71 269.428 61.548 146.686 128.538 79.01 203.25 78.39z"/></svg>
<svg class="tc-image-originals-wildfires tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M113.938 17.313c-42.34-.07-52.66 77.42-6.032 114.312-2.902-35.87 2.8-83.013 36.313-103.188-11.323-7.752-21.495-11.11-30.282-11.125zm138.125.437c8.16 45.43 5.173 71.412-10.375 105.25-29.125-14.063-33.2-41.072-29.063-68.344-14.39 13.454-21.03 43.178-19.844 58.563-12.546-9.482-17.98-21.618-22.124-37.407-13.104 34.137-11.907 86.925 16.25 118.562-7.352-21.496-2.805-51.407 10.97-69.313-5.15 28.665 11.53 50.063 11.53 50.063 8.907-9.77 11.976-22.46 13.344-36 9.08 8.49 13.28 27.23 12.53 36.938 7.92-5.985 11.36-13.63 13.97-23.594 5.855 15.25 7.96 32.674 2.688 46.06 35.488-42.277 30.225-141.653.125-180.78zm66.812 11.438c14.923 28.354 4.272 82.423-8.375 122.343 36.043-29.78 53.284-107.328 8.375-122.343zm164 65.624c-53.907 49.84-67.186 96.46-45.156 137.782 39.202 73.534-45.61 122.36-38.44 33.406 3.046-37.743 22.7-89.4-2.78-124.344-4.936 52.786-43.865 45.074-47.72 6.72-40.92 37.17 21.244 49.163-20.592 85.593-22.39 19.497-49.636-1.838-25.657-64.19-85.963 84.987-60.1 221.734 11.658 287.314-37.526-47.567-38.385-121.518-3.875-166.375-16.714 88.44 60.563 111.427 46.5-24.876 37.085 44.064 35.146 87.386 6.906 141.437 27.226-9.268 64.204-43.986 75.124-73.28 16.606 32.903 24.75 90.014-7.938 132.344 28.245-27.613 39.415-62.605 54.844-106.156 37.28-105.23-46.707-194.604-2.875-265.375zm-367.688 51.5c17.052 165.273-76.64 137.394-56.374 30.157-46.19 60.037-51.31 165.622-7.438 220.436-9.75-45.566-3.42-100.052 17-126.594-8.16 45.43-5.174 71.413 10.375 105.25 15.597-21.18 17.544-49.604 13.406-76.875 12.467 13.133 28.12 50.28 35.5 67.094 12.55-9.48 17.99-21.613 22.125-37.405 8.31 21.642 12.832 50.958 8.47 77.625 53.55-46.136 46.535-135.86 25.313-177.906 3.16 29.475-26.987 78.477-60 89.72 34.24-65.54 36.59-118.07-8.376-171.502z" fill="#fff"/></svg>
<svg class="tc-image-originals-william-tell tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M85.688 17L71.406 52.03 44 25.188 28.594 40.594l27.062 26.5L21.78 80.906 60 119.126l42.594-6.095 49.812 48.782c3.39-3.362 7-6.418 10.813-9.156 2.124-1.525 4.318-2.937 6.56-4.25l-51.905-50.844 6.03-42.343L85.688 17zm185.75 76.22c-8.536-.003-24.483 3.607-27.094 20 13.8 22.026 20.71 40.802 20.75 64.06-8.927-7.693-18.882-13.6-29.5-17.343-8.623-3.036-17.01-4.424-25.03-4.312-13.37.187-25.71 4.517-36.44 12.22-17.164 12.322-30.14 33.692-33.968 61.905-7.802 57.496 15.476 115.295 61.22 131.406 4.76 1.677 14.684 3.154 23.186 2.5 8.503-.654 14.683-3.687 16.063-5.906l8.28-13.344 7.782 13.656c2.828 4.977 9.346 9.443 17.25 12.188 7.905 2.745 16.925 3.687 22.22 3.28 9.136-.694 17.988-3.023 26.406-6.717l-38.438-37.407v-.03c-6.18-6.054-8.756-14.46-7.688-21.75 1.07-7.29 4.987-13.366 10-18 5.014-4.636 11.31-7.995 18.407-8.907 1.774-.23 3.61-.252 5.47-.095 5.564.47 11.285 2.704 15.748 7.063l.032.03 41.687 40.563c13.06-18.516 22.175-41.198 25.44-65.25 6.63-48.853-22.3-86.08-60.5-92.124l-.44-.062c-5.175-.77-10.93-.875-17-.406-11.28.858-22.543 3.982-33.25 9.125 2.932-28.897-.828-55.604-10.592-86.344zm37.375 205.905c-.228-.004-.474.016-.72.03-.28.02-.564.055-.874.095-2.48.318-5.677 1.86-8.095 4.094-2.418 2.235-3.896 5.01-4.188 7-.29 1.984-.184 3.264 2.25 5.656l81.844 79.688 6.314 6.156-5.75 6.656s-3.9 4.28-12.563 10.313c-6.464 4.5-15.94 10.39-29.56 17.406 43.76 25.907 104.59 48.83 156.655 54.124-1.08-51.14-26.906-108.247-55.563-151.563-12.888 25.173-30.687 42.064-30.687 42.064l-6.53 6.22-6.44-6.283-81.874-79.686H313v-.03c-1.407-1.38-2.593-1.914-4.188-1.94z" fill="#fff"/></svg>
<svg class="tc-image-originals-wind-hole tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M19.842 17.184v61.42C29.59 124.187 54.08 177.31 96.35 234.948c-19.817-18.264-37.322-36.358-52.72-54.082 25.615 59.5 69.548 119.182 123.13 162.795 48.123 31.57 119.676 29.46 162.902-10.613 6.732-7.988 13.065-16.54 18.98-25.682-20.605 78.87-90.272 129.942-216.61 139.61 22.292 6.705 46.503 10.895 72.36 12.234-74.885 23.496-140.058 19.362-187.47-3.782v38.822h344.572c12.548-25.422 22.592-53.765 29.526-84.895 4.948-48.52-4.294-110.44-32.512-182.982 17.547 27.72 31.866 54.315 43.36 79.518-.008-16.152-.728-32.81-2.237-49.982-.084-5.56-.53-11.03-1.29-16.398-33.654-52.997-81.454-71.595-133.21-64.133 59.48-17.147 105.816-5.343 143.067 40.62 61.71 66.54 84.012 167.01 60.17 278.837h25.113V184.81c-31.772-28.644-73.986-47.578-126.732-52.068 32.298-9.65 61.865-13.936 88.188-13.43 4.774.09 9.442.34 14.002.74-29.598-8.21-60.133-11.63-90.846-11.398-12.44.095-24.907.807-37.354 2.024l.088.05c-47.7 10.48-91.986 38.815-126.73 88.68 6.15-25.89 14.357-48.62 24.226-68.144-29.95 7.29-55.854 24.91-73.71 48.888-12.354 53.054 9.742 114.704 56.314 126.26-16.457-8.185-27.838-25.188-27.838-44.73 0-27.46 22.46-49.918 49.92-49.918s49.92 22.46 49.92 49.918c0 17.3-8.92 32.61-22.385 41.576-38.712 29.777-80.068 19.58-109.082-19.545-31.807-42.892-33.913-88.063-8.812-146.24-13.99 18.068-25.763 39.423-34.736 64.257-2.735-95.686 31.315-157.842 82.412-184.546H19.842z"/></svg>
<svg class="tc-image-originals-wind-slap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M164.672 15.316c-4.24-.02-8.52-.008-12.848.032 356.973 34.267 149.668 296.606-133.02 225.675v29.272c208.715 52.028 406.9-83.077 335.225-186.316 74.252 54.5 10.927 228.767-217.44 261.272 80.052-17.795 151.75-58.013 188.793-112.78v-.003c-76.777 75.27-199.896 99.73-306.61 83.514v38.547l.03.003v29.983c103.604 17.95 230.47-10.83 317.05-98.192-64.335 91.95-198.984 149.52-317.05 142.64v62.942C398.408 491.783 590.073 234.433 449.346 98c90.898 155.644-119.865 338.862-308.12 339.258C392.92 399.278 523.24 116.29 322.532 33.352c-43.685-11.26-96.104-17.76-157.86-18.036z"/></svg>
<svg class="tc-image-originals-wind-turbine tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M272 16c-32 48-38.97 115.99-38 176 .118 7.3 2.486 17.54 5.086 26.69 5.166-2.36 10.89-3.69 16.914-3.69 3.04 0 6 .346 8.857.982L272 16zm-16 217c-12.81 0-23 10.19-23 23s10.19 23 23 23 23-10.19 23-23-10.19-23-23-23zm40.8 27.033c-.897 9.054-4.776 17.268-10.632 23.643L455.812 389.87c-25.57-51.714-80.964-91.744-133.42-120.91-6.366-3.54-16.386-6.605-25.593-8.927zm-79.896 8.274L40.124 362.12c57.57 3.714 119.937-24.243 171.423-55.09 6.274-3.758 13.95-10.936 20.58-17.77-7.1-5.122-12.522-12.447-15.223-20.953zm55.86 25.07c-5.127 2.32-10.8 3.623-16.764 3.623-5.964 0-11.637-1.302-16.764-3.62L232 496h48l-7.236-202.623z"/></svg>
<svg class="tc-image-originals-windmill tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M161.188 22L102.25 41.656 230.063 169.47l.843-.845 2.406-2.406L161.188 22zm246.906 18L280.28 167.813l.814.812 2.406 2.406 144.25-72.124L408.094 40zM256 40.938l-53.97 26.968 45.657 91.344c2.727-.648 5.52-.97 8.313-.97 3.306 0 6.614.467 9.813 1.376l75.875-75.875L256 40.938zm-88 89.093V184h53.906c.006-.02-.005-.043 0-.063L168 130.03zm176 28.657L293.375 184H344v-25.313zm-88 15.5c-4.975 0-9.94 1.908-13.78 5.75-7.686 7.685-7.686 19.91 0 27.594 7.683 7.686 19.877 7.686 27.56 0 7.686-7.683 7.686-19.908 0-27.593-3.84-3.842-8.805-5.75-13.78-5.75zM199.312 201l-2.875 13.594 25.094-12.563c-.08-.345-.146-.682-.218-1.03h-22zm91.375 0c-.176.856-.353 1.72-.593 2.563l29.312 29.312-6.72-31.875H290.69zM228.5 216.47L84.25 288.562l19.656 58.937L231.72 219.687l-.814-.843-2.406-2.375zm53.438 1.56l-.844.814-2.375 2.406L350.81 365.5l58.938-19.656L281.937 218.03zm-35.75 9.814l-66.532 66.53L139.094 487H216v-63h80v63h76.906l-22.03-104.688-1.595.532-6.56 2.22-3.126-6.22-75.28-150.625c-5.956 1.416-12.227 1.302-18.127-.376z" fill="#fff"/></svg>
<svg class="tc-image-originals-windpump tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M370.506 32l-32 16v60h16l16-76zm-56.988 1.912l-19.713 29.856 30 51.962 13.855-8-24.142-73.818zm71.584 22.783l-30 51.96 13.855 8 51.857-57.817-35.712-2.143zM265.12 64.063l-2.143 35.712 51.96 30 8-13.857-57.818-51.856zm155.987 23.46l-51.96 30 8 13.856 73.818-24.144-29.858-19.713zM59.123 95.928l15.045 47.988-15.045 47.988 136.522-14.515 11.47-24.39h26.463v-18h-26.385l-11.548-24.557-5.038-.535-131.484-13.98zM238.28 114.37l16 32h60v-16l-76-16zm138.597 17.855v16l76 16-16-32h-60zm-62.865 14.99l-73.82 24.144 29.857 19.712 51.962-30-8-13.857zm62.207 1.605l-8 13.858 57.817 51.855 2.145-35.713-51.963-30zm-54.02 13.12l-51.858 57.816 35.713 2.144 30-51.96-13.856-8zm45.154.925l-13.858 8 24.145 73.82 19.714-29.86-30-51.96zm-30.702 7.73l-16 76 32-16v-60h-16zM304.598 255.4l-1.575 23.6h-21.445v18h20.246l-13.226 198.4 17.96 1.2 2.64-39.6h27.38v39h18v-39h27.38l2.64 39.6 17.96-1.2L389.333 297h20.246v-18h-21.445l-1.574-23.6-17.962 1.2 1.494 22.4h-15.514v-23h-18v23h-15.514l1.495-22.4-17.962-1.2zm15.267 41.6h16.713v78h-21.912l5.2-78zm34.713 0h16.713l5.2 78h-21.912v-78zm-41 94.307V393h23v46h-26.18l3.18-47.693zm64 0l3.18 47.693h-26.18v-46h23v-1.693z"/></svg>
<svg class="tc-image-originals-windy-stripes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M446.572 492.26c-70.9-25.76-157.852-68.623-227.857-124.94-59.28-47.69-105.936-98.75-138.307-147.944 54.324 63.48 143.362 129.306 255.75 181.51 52.552 24.408 105.607 43.44 156.853 57.81v-85.782c-55.75-13.377-114.278-33.344-172.304-60.295-73.743-34.253-136.533-74.167-183.894-115.62 72.805 49.005 178.796 92.765 302.112 119.347 18.29 3.944 36.086 7.565 54.087 10.567v-76.457c-31.79-3.728-64.292-8.414-97.356-15.54-94.3-20.327-177.547-51.718-240.3-87.645 83.46 37.45 203.265 61.61 337.655 64.025v-70.863c-15.215.637-29.944 1.242-45.588 1.242-195.255 0-346.713-48.31-428.59-121.212-9.91 191.205 34.25 281.387 186.745 434.5 16.274 13.093 33.47 25.568 50.223 37.297h190.768z"/></svg>
<svg class="tc-image-originals-wine-glass tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M148.97 22.47l-6.25.093-2.564 6.156c-13.235 37.556-21.28 79-21.28 118.093 0 53.777 14.848 93.17 39.874 118.875 18.945 19.458 43.36 30.696 70.156 35 17.09 48.115 16.085 101.005-2.562 148.687-30.555 5.118-60.254 18.273-86.313 39.5h231.22c-26.066-21.23-55.75-34.384-86.313-39.5-18.667-47.734-19.62-100.686-2.468-148.844 26.58-4.382 50.84-15.552 69.75-34.842 25.184-25.692 40.186-65.08 40.186-118.875 0-39.093-8.045-80.537-21.28-118.094l-2.188-6.25h-219.97zm6.75 18.686h199.843c7.25 21.815 12.64 44.904 15.593 67.72h-231.03c2.953-22.816 8.344-45.905 15.593-67.72zm-17.47 86.406h234.78c.45 6.49.69 12.912.69 19.25 0 50.357-13.716 84.26-34.845 105.813-21.13 21.554-50.295 31.406-83.53 31.406-33.238 0-62.247-9.863-83.22-31.405s-34.563-55.437-34.563-105.813c0-6.338.24-12.76.688-19.25z" fill="#fff"/></svg>
<svg class="tc-image-originals-wing-cloak tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.22 19.78c-8.89 0-17.316 4.814-24.064 14.032-6.748 9.22-11.28 22.648-11.28 37.657 0 15.007 4.532 28.437 11.28 37.655 6.748 9.218 15.174 14.03 24.063 14.03 8.888 0 17.313-4.812 24.06-14.03 6.75-9.218 11.283-22.648 11.283-37.656 0-15.01-4.534-28.44-11.282-37.657-6.747-9.22-15.172-14.032-24.06-14.032zm-71 80.564c-3.742.026-7.026 1.21-9.532 3.72h-.032c-15.052 15.07 13.468 37.41 3.97 77.06-15.963 66.63-95.553 120.79-159.22 151.75 25.314 24.212 73.335-.004 113.47-37.843-27.484 36.044-59.557 67.277-89.564 94.095 37.994 20.533 88.767-26.55 124.094-86.25-24.198 53.547-58.515 101.02-90.812 141.563 45.916 15.528 92.305-48.115 118.875-121.25-13.033 61.304-35.024 119.312-57.22 170.25 98.32 7.795 132.337-254.94 88.656-355.063-10.166-23.302-29.326-38.127-42.687-38.03zm141.968 0c-13.36-.096-32.522 14.73-42.688 38.03-43.68 100.123-9.694 362.86 88.625 355.063-22.196-50.937-44.187-108.945-57.22-170.25 26.57 73.136 72.992 136.78 118.908 121.25-32.298-40.543-66.646-88.015-90.844-141.562 35.326 59.7 86.13 106.783 124.124 86.25-30.007-26.818-62.11-58.05-89.594-94.094 40.134 37.84 88.186 62.056 113.5 37.845-63.666-30.96-143.288-85.12-159.25-151.75-9.5-39.652 19.02-61.99 3.97-77.063-2.508-2.51-5.79-3.692-9.533-3.718z" fill="#fff"/></svg>
<svg class="tc-image-originals-winged-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M73.094 16.406l11.562 68.97-69.562-10.97 49.343 71.28 58.938-4.374 229.188 250.532 10.343 11.28-14.75 4.032-31 8.47 158.25 61.562-61.312-158.032-7.5 29.438-3.844 15.062-11.5-10.437-250.78-227.376 4.5-60.72-71.876-48.718zM292.47 37.438c18.44 24.016 36.14 55.45 51.436 92.093-47.545-40.388-98.46-68.028-144.625-80.843-20.273-5.627-39.474-8.398-57.093-8.28 37.747 18.288 79.988 47.766 120.938 85.937-20.085-2.15-38.57-.45-54.188 5.187 28.617 5.76 63.627 21.405 99.032 45.564-15.344-.555-29.557 1.836-41.908 7.22 24.04 4.608 52.973 18.012 82.188 39.25 22.694 32.528 39.02 63.948 47.656 91.31l7.313-28.624 7.186-28.28 10.563 27.217 59.53 153.438c7.184-15.762 10.475-34.355 9.97-54.97l.686 1.095c-.002-153.714-38.734-285.77-94.562-346.78 12.703 40.545 22.227 92.176 27.25 150.405-33.583-73.595-81.73-128.26-131.375-150.938zM38.874 148.156c.332 16.408 3.085 34.11 8.25 52.72 13.017 46.892 41.315 98.688 82.75 146.874-40.03-16.008-74.276-34.903-100-54.656 22.68 49.645 77.343 97.792 150.938 131.375-58.23-5.024-109.83-14.578-150.375-27.283 60.728 55.565 191.833 94.23 344.625 94.594h.125c23.24 1.485 44.092-1.704 61.53-9.592L283.97 422.75l-26.406-10.25 27.344-7.47 24.97-6.81c-25.7-8.406-54.856-23.48-85.095-44.126-24.744-31.907-40.308-64.004-45.343-90.25-5.886 13.508-8.214 29.278-7 46.28-24.863-36.017-40.892-71.74-46.75-100.843-5.588 15.482-7.313 33.777-5.25 53.657-35.763-38.874-63.668-78.778-81.562-114.78z" fill="#fff"/></svg>
<svg class="tc-image-originals-winged-emblem tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M36.844 26.188c-7.642 55.355 77.047 132.044 145.125 170C135.185 183.3 67.505 158.733 20.155 128.78c10.17 48.74 83.738 82.165 152.03 107.376-56.094-.93-104.776-7.642-162.25-25.53 20.11 39.824 95.964 59.89 162.533 67.468-40.172 8.212-83.4 8.65-127.19 3.062 27.2 25.9 75.004 35.054 124.876 31.125 15.11-1.19 25.764 11.643 33.063 28.97-16.1 14.04-26.314 34.665-26.314 57.625 0 42.143 34.357 76.5 76.5 76.5s76.5-34.357 76.5-76.5c0-21.61-9.045-41.16-23.53-55.094 7.313-18.595 18.25-32.747 34.093-31.5 49.87 3.93 97.708-5.225 124.905-31.124-43.79 5.588-87.016 5.15-127.188-3.062 66.57-7.578 142.425-27.644 162.532-67.47-57.474 17.89-106.156 24.603-162.25 25.532C406.76 210.946 480.33 177.52 490.5 128.78c-47.35 29.953-115.03 54.522-161.813 67.407 68.078-37.955 152.767-114.644 145.125-170C416.836 88.028 362.51 139.09 291.22 166.5c-25.236 9.703-24.56 30.48-8.25 50.156 20.692 24.965 17.825 67.663-8.658 108.625-6.647-1.893-13.664-2.905-20.906-2.905-6.053 0-11.94.724-17.594 2.063-25.986-40.708-28.71-82.986-8.156-107.782 16.308-19.675 17.017-40.453-8.22-50.156C148.15 139.09 93.823 88.028 36.845 26.187zm211.78 315.093l-13.155 40.845-39.69 12.125c2.214-28.29 24.578-50.68 52.845-52.97zm10.126.033c27.825 2.52 49.785 24.555 52.22 52.406L270.81 380.81l-12.062-39.5zm52.22 62.937c-2.517 27.602-24.238 49.42-51.783 52.125l12.938-40.25 38.844-11.875zm-115.095.03l40.906 13.158 11.97 39.03c-28.064-2.21-50.31-24.227-52.875-52.187z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-winged-leg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M24.928 23.108c8.025 58.99 116.646 113.317 197.394 132.7-51.69.28-128.258-5.556-185.43-22.678 24.43 47.073 109.81 60.78 187.105 67.028-57.808 15.162-109.87 21.8-173.96 19.956C82.1 255.192 166.16 254.14 236.62 242.794c-38.85 19.96-83.113 32.74-129.636 39.588 40.913 20.362 106.803 1.757 147.45-4.43-19.043 16.43-41.836 28.653-66.856 37.932 25.075 10.61 64.635 2.653 92.165-11.408-3.48 11.993-15.64 25.648-31.718 35.095 20.82 4.43 46.642.674 66.817-6.833 27.207 10.518 36.235 23.727 37.968 38.06-41.966 13.17-57.812 106.545 29.825 105.43-41.212-17.458-48.907-61.13-19.812-76.848 44.16-23.86 65.382 48.02 55.51 86.106 33.642-12.11 36.518-88.94-7.634-108.167 46.837.503 67.127 32.147 54.327 72.508 53.774-63.696 9.178-103.04-46.535-99.114-82.715-5.958-156.808-121.435-127.108-150.472 22.79-19.817 22.544-51.31-6.26-65.664-72.81-36.302-120.06-22.37-260.198-111.466z"/></svg>
<svg class="tc-image-originals-winged-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M133.813 37.28C103.96 66.698 96.25 109.353 110.28 145.47c-36.49-20.383-64.53-55.487-74.624-98.907-24.28 73.892 10.364 151.554 77.406 183.812-32.378 8.965-67.574-2.14-92.843-33.03 13.227 64.09 61.895 103.305 111.843 93.905-6.975 30.883-30.75 49.33-62.032 44.438 34.323 27.377 71.306 27 91.157 2.437 12.456 22.323 27.246 44.204 44.375 65.438l-23.125 12.062c16.96 26.955 42.62 53.035 75.907 77.125 31.79-23.093 55.416-48.452 72.437-74.28l-22.81-11.845c18.262-22.29 33.963-45.313 47.124-68.844 19.78 24.912 56.984 25.416 91.47-2.092-31.284 4.89-55.09-13.554-62.064-44.438 49.96 9.422 98.644-29.8 111.875-93.906-25.27 30.89-60.465 41.996-92.844 33.03 67.044-32.257 101.688-109.92 77.408-183.81-10.097 43.428-38.153 78.525-74.657 98.905 14.035-36.12 6.356-78.772-23.5-108.19 12.743 50.553-15.21 102.74-63.842 120.345-39.307 2.985-81.754 3.038-121.063.094-48.77-17.527-76.824-69.81-64.063-120.44zm252.156 130.595c-3.963 92.26-46.662 184.737-127.908 265.78-81.665-81.18-123.585-173.522-127.437-265.75 75.58 14.548 179.816 14.366 255.344-.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-winged-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.78 18.656v101.22c7.988.266 16.003.267 24 0V18.655h-24zm-72.155 110.406v30.813h168.313v-30.813c-55.755 12.73-113.104 12.604-168.313 0zm-150.28 35.063l9.343 37.594 132.187 8.093 9.406.562-.655 9.406c-2.594 38.077 5.257 78.673 25.563 112.44l7.625-146.47-183.47-21.625zm463.186 0l-177.842 20.97 7.187 137.843c16.457-31.775 22.736-68.503 20.375-103.157l-.625-9.405 9.375-.563 132.188-8.093 9.343-37.595zm-260.624 14.438L216.25 383.188v44.187l44.375 66.53 43.03-65.342-13-250h-22.53V429.5h-18.688V178.562h-22.53zM38.186 220.72c3.52 11.234 8.043 23.026 13.345 34.936l104.5-8.562c-.358-6.42-.452-12.835-.28-19.188L38.187 220.72zm435.502 0l-117.563 7.186c.172 6.353.077 12.768-.28 19.188l104.5 8.562c5.3-11.91 9.825-23.702 13.342-34.937zm-315.844 45l-97.72 8c5.446 10.777 11.426 21.472 17.782 31.81l84.063-18.28c-1.735-7.117-3.12-14.322-4.126-21.53zm196.187 0c-1.003 7.207-2.36 14.414-4.092 21.53l84.03 18.28c6.357-10.338 12.338-21.033 17.782-31.81l-97.72-8zM167.19 305.25L88.75 322.313c6.694 9.8 13.67 19.05 20.75 27.468l64.938-26.342c-2.725-5.955-5.143-12.023-7.25-18.188zm177.5 0c-2.107 6.166-4.527 12.232-7.25 18.188l64.937 26.343c7.08-8.415 14.056-17.666 20.75-27.467l-78.438-17.063z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-wingfoot tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M494.25 21.125l-164.53 1.25c-15.463 27.984-33.913 52.67-54.163 75.8 6.012 1.497 12.073 2.995 18.027 4.497l13.69 3.453-8.528 11.254c-50.415 66.503-44.632 142.087-27.36 213.694l-18.17 4.383c-16.838-69.817-23.528-148.192 22.64-217.94-88.07-21.897-183.62-43.434-253.374-89.38-1.77 4.89-1.01 10.187 2.262 17.23 2.427 5.222 6.516 11.043 12.14 17.117 53.162 37.938 130.458 65.946 189.778 75.168l-2.87 18.467c-61.85-9.616-139.642-37.397-196.036-77.227.61 5.953 2.61 12.393 6.387 19.36 6.918 12.758 19.275 26.49 35.7 38.907.84.635 1.697 1.265 2.557 1.893 42.555 22.677 93.696 38.914 140.737 42.164l-1.287 18.644c-61.147-4.222-126.33-28.22-175.672-60.745 1.03 4.922 3.253 10.397 6.885 16.38 7.367 12.14 20.078 25.484 36.23 37.675 39.264 17.838 81.604 32.938 128.62 36.473l-1.4 18.636C150.41 244.06 101.38 224.536 57.41 203.57c3.7 19.623 17.285 34.4 38.926 46.805 26.818 15.373 65.26 25.424 105.822 31.328l7.457 1.086.52 7.517c1.074 15.51 4.568 22.832 9.742 31.672l-16.13 9.438c-4.93-8.426-9.286-18.45-11.292-32.436-32.304-5.087-63.402-12.616-89.365-24.265-6.44 7.75-12.784 15.74-18.994 24.033 16.515 23.758 30.6 43.036 52.78 65.78l27.095-9.467 9.343-3.25 2.718 9.53c15.066 53.052 59.564 93.564 113.595 113.813 48.005 17.99 103.003 19.633 150.063.594-68.673-37.578-114.617-123.708-135.782-199.875l-1.125-4.156 2.376-3.564C348.53 203.283 425.85 148.88 494.25 123.97V21.124z" fill="#fff"/></svg>
<svg class="tc-image-originals-witch-flight tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M254.656 18.344c-130.276 0-235.97 105.693-235.97 235.97.002 25.49 4.078 49.986 11.564 72.936 38.363-12.022 76.732-21.103 115.094 0l86.687-23.53-21.718-11.564c-2.516-58.148-.82-90.49 9.813-123.03L160.5 192.718c20.212-31.087 48.12-49.398 75.53-64.814-1.944-48.208-52.63-51.764-101.06-47.75l102.31-35.062 61.095 44.968c14.093-11.636 24.928-25.64 30.03-44.968 12.954 28.392 11.902 67.482-15.28 86.03 8.56 18.695.783 43.07-18.563 49.845L330 227.655l67.75 31.125 91.97-24.936c-10.383-120.703-111.684-215.5-235.064-215.5zm38.25 191.375c-20.026 11.44-30.87 32.635-23.844 62.31l28.188 14 72.375-19.624-49.563-22.75-2.125-.97-1.437-1.874-23.594-31.093zM490.626 253L322.5 298.563l41.594 20.687-42.594 80.53-15.625-2.124 16.75 56.688-48.688-47.438 18.438 62.5L220.125 399l14.78-11.063-52.53-7.187 73.063-64-106 28.75c-6.286 43.902-35.572 59.558-68.5 68.03 43.135 46.707 104.988 75.908 173.718 75.908 130.276 0 235.97-104.847 235.97-235.125V253z" fill="#fff"/></svg>
<svg class="tc-image-originals-wizard-staff tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M335.656 19.53c-24.51.093-48.993 5.235-71.062 15.626-22.46 10.577-43.112 34.202-58.375 62.563-15.264 28.36-25.182 61.262-27.69 88.75-7.487 82.112-51.926 155.352-159.78 252.56l-.188 21.44C89.216 403.443 139.915 346.632 176.313 290l.063.03c-9.293 32.473-22.623 63.18-43.594 87.97-31.47 35.584-69.222 71.1-114.468 106.53l-.062 8.25 25 .064h.47l1.28-1.156c24.405-16.498 48.607-31.488 72.594-41.5l.187.187-46.436 42.5 28.937.063c48.372-41.685 94.714-90.58 129.626-137 33.587-44.658 56.02-87.312 60.688-116.844-1.268-2.32-2.552-4.628-3.656-7.094-18.833-42.06-4.273-96.424 40.218-116.063 32.73-14.45 74.854-3.165 90.438 31.344.15.333.324.634.47.97 13.302 24.062 6.175 49.48-9.345 61.97-7.866 6.328-18.442 9.528-28.75 6.56-10.31-2.966-19.043-11.772-24.5-25.124l17.28-7.062c3.992 9.764 8.667 13.15 12.375 14.22 3.708 1.066 7.767.148 11.875-3.158 8.216-6.61 14.282-21.91 4.406-39.03l-.28-.47-.22-.5c-10.7-24.82-41.96-33.333-66.22-22.625-34.063 15.037-45.594 58.052-30.686 91.345 20.527 45.846 77.97 61.177 122.375 40.875 60.157-27.5 80.13-103.328 53.094-161.813-24.737-53.503-81.41-82.484-138.908-83.843-1.633-.04-3.272-.07-4.906-.063zm-25.75 26.72c3.238.035 6.363.348 9.406.906 10.343 1.898 19.946 6.753 29.032 13.25-30.623-5.437-58.324 4.612-80.78 24.782-22.44 20.152-39.16 50.59-45.783 84.718-4.655-11.358-7.166-21.462-6.686-31.72.296-6.343 1.715-12.956 4.78-20.217 9.094-18.016 21.032-33.946 35.22-46.69 7.824-7.026 16.39-13.07 25.53-17.905 10.932-5.212 20.522-7.22 29.282-7.125zm122.938 62.313c22.583 13.167 34.365 41.86 32.937 70.656-.564 11.395-3.466 22.975-8.905 33.624-12.48 18.937-35.53 25.51-49.97 20.875l-.092-.25c27.943-10.365 39.18-32.377 40.312-55.19.124-2.5.115-4.994-.03-7.468 1.447-13.31-.412-28.793-5.47-43.437-2.244-6.496-5.15-12.89-8.844-18.72l.064-.093zm-135.563 1.312c-20.97 19.342-29.406 35.252-33.25 51.25-3.848 16.023-2.788 32.84-2.905 52.875-.14 23.79-2.56 51.542-18.438 85.688-.005.012-.025.018-.03.03-21.095 26.753-45.276 52.25-68.907 67.376l-.063-.03c64.195-71.545 68.527-114.792 68.75-153.19.112-19.197-1.253-37.594 3.438-57.124.57-2.37 1.233-4.742 2-7.125h.03c8.098-17.036 16.572-26.058 25.47-31.563 7.18-4.44 15.035-6.697 23.906-8.187z" fill="#fff"/></svg>
<svg class="tc-image-originals-wolf-head tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M179.344 38.938c-23.277 36.69-31.747 78.147-19.875 127.624l.405-.218c2.173 6.744 4.972 13.307 8.5 19.594l-16.313 9.156c-6.688-11.917-11.17-24.43-13.843-37.188-34.475-6.297-69.44-7.537-105-2.156 34.076 10.17 52.767 23.785 76.686 46.72-26.828 9.758-60.256 30.27-92.937 70.25 35.47-8.856 64.83-11.472 89.436-6.314C69.46 288.87 42.34 322.548 18.062 380.53c35.902-17.238 64.89-18.817 102.938-18.874-23.065 32.75-35.27 77.284-36.313 112.844 24.532-26.01 57.623-60.165 87.188-78.97 3 29.9 15.02 58.303 35.938 85.22-.223-43.817 10.263-88.266 31.593-133.344-10.426 4.945-20.715 10.638-30.844 17.094L189.5 376.656l4.906-22.062 13.75-61.625c-12.038.324-24.336 4.325-37.937 9.655l-22.564 8.844 10.78-21.69 38.408-77.467 16.75 8.312-28.438 57.344c11.467-3.135 23.34-4.905 36-2.845l9.78 1.594-2.155 9.655-11.468 51.375c16.637-8.996 33.66-16.18 50.907-21.656l.06-.03.658-.19c8.017-2.522 16.094-4.67 24.187-6.468.094-.02.187-.04.28-.062 43.116-10.896 89.554-19.018 150.595-21.656 7.63-12.867 13.767-24.22 18.844-34.75L456.53 228.5l-24.405 30.813-7.875-27.47-22.47 29.188-7.53-26.092-23.844 31.437-7.687-28.22-23.845 31.47 1.22-41.156 22.56-42.626 7.658 28.22 23.875-31.44 7.656 28.19 23.437-30 6.564 26.905 24.406-30.814 7.875 27.5 24.594-31.97c2.28-10.793 4.624-22.47 7.405-35.78-55.52-3.68-106.326 4.826-154.063 9.875-26.584-14.895-58.665-22-88.593-21.874-11.535.05-22.757 1.182-33.22 3.344l-40.906-89.063zm100.53 108.5c15.745.07 30.662 5.308 45.657 10.812-4.553 14.292-13.067 18.39-24.717 20.688-16.15-4.413-28.315-15.564-34.375-30.22 4.558-.897 9.03-1.3 13.437-1.28z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-wolf-howl tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.563 22.094c-126.81 0-229.594 102.784-229.594 229.594 0 25.4 4.132 49.846 11.75 72.687 40.154-24.203 76.02-41.17 107.56-52.03-35.752 5.615-66.405 23.66-109.843 4 31.552-27.765 87.682-65.842 138.532-71.658 26.58-21.615 68.113-43.962 89.655-37.28 30.492-26.873 67.982-61.093 108.125-85.75 10.667 16.156 17.124 35.94 12.563 57.874-80.37 20.205-61.692 148.928 13.468 67.44 6.348 13.064 9.41 26.665 9.095 41.436-32.675 33.83-66.97 63.026-101.938 87.906.466 23.99-5.605 52.915-19 84.813-5.635 13.42-7.33 36.406 22.875 53.97 101.14-24.012 176.375-114.924 176.375-223.408 0-126.81-102.815-229.593-229.625-229.593zm3.312 164.375c-17.835 2.22-32.794 9.046-45.844 18.968 12.083-.036 25.612 2.882 37.5 6.156 6.208-6.698 10.236-18.52 8.345-25.125z" fill="#fff"/></svg>
<svg class="tc-image-originals-wolf-trap tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M106 113.773l-32.963 74.375c-1.058.223-2.103.455-3.12.704-5.293 1.296-9.95 2.918-14.044 4.79l-8.266-53.435-25.037 87.277c-1.296 3.723-2.424 7.607-3.338 11.635l-.26.905.07-.04c-3.632 16.665-3.56 35.726 3.597 55.818 3.306 14.022 15.515 30.355 40.24 48.135 29.193 20.992 75.05 42.954 138.495 63.86-.253-1.795-.393-3.625-.393-5.486 0-12.21 5.637-23.185 14.432-30.447l-4.07-42.73-31.54 37.69c-9.764-3.686-19.047-7.46-27.896-11.3l-2.95-78.177-33.57 60.615c-9.068-4.85-17.496-9.773-25.294-14.75l-4.627-90.04-28.932 65.057c-7.485-6.607-13.957-13.243-19.45-19.86-4.244-20.016-.412-38.063 6.145-52.42l4.483-2.602c15.852-5.496 35.514-7.645 58.504-6.182 32.732 2.084 72.51 11.748 118.152 30.803.098-13.092 7.704-24.51 18.692-30.142l-5.597-52.59-30.14 42.78c-9.68-3.6-19.025-6.73-28.012-9.41l-4.26-68.73-32.567 59.774c-11.784-2.163-22.712-3.436-32.716-3.91l-3.77-71.97zm323.08 29.936l-15.973 70.28c-9.928-1.244-20.884-1.876-32.837-1.777l-19.58-66.443-18.075 68.964c-9.342 1.12-19.127 2.635-29.316 4.55l-19.015-44.84-16.422 45.742c8.9 6.183 14.768 16.47 14.768 28.04 0 2.407-.257 4.758-.74 7.03 47.224-10.57 87.28-13.166 119.37-9.7 22.9 2.47 41.908 7.938 56.592 16.05l3.978 3.332c4.016 15.265 4.72 33.704-2.873 52.707-6.54 5.582-14.047 11.016-22.547 16.25l-17.43-69.034-19.89 87.94c-8.51 3.565-17.626 6.972-27.356 10.198l-19.724-61.576-19.274 72.674c-9.347 2.27-19.107 4.404-29.326 6.37l-22.605-45.43-14.87 49.995c2.57 5.23 4.02 11.097 4.02 17.283 0 5.728-1.25 11.18-3.476 16.107 70.416-9.85 122.176-24.18 155.893-40.565 27.394-13.31 42.205-27.326 47.852-40.582 10.472-18.58 13.79-37.348 13.048-54.388l.063.053-.102-.942c-.214-4.126-.664-8.146-1.308-12.035l-9.81-90.26-17.243 51.245c-3.714-2.54-8.03-4.93-13.023-7.11-.96-.417-1.95-.822-2.954-1.222L429.08 143.71zm-170.584 89.07c-8.642 0-15.443 6.802-15.443 15.445 0 3.53 1.15 6.74 3.084 9.318 3.42.025 6.915.164 10.468.422 4.313.313 8.527.796 12.633 1.422 2.91-2.793 4.705-6.733 4.705-11.162 0-8.64-6.806-15.446-15.447-15.446zm-12.652 43.468c-1.02-.003-2.032.005-3.033.025-12.016.244-22.59 2.134-30.23 4.98-5.094 1.9-8.82 4.23-10.85 6.22-2.03 1.99-2.375 3.155-2.375 4.37 0 2.426 3.81 8.437 14.258 13.844 10.448 5.408 25.905 9.714 42.992 10.954 17.088 1.24 32.486-.854 42.674-4.65 5.093-1.898 8.82-4.23 10.85-6.22 2.03-1.987 2.374-3.154 2.374-4.368 0-2.43-3.81-8.44-14.258-13.847-10.447-5.408-25.904-9.712-42.992-10.95-3.204-.234-6.348-.348-9.41-.357zm-5.688 57.215l-2.96 29.51c1.08-.09 2.17-.15 3.273-.15 5.382 0 10.524 1.1 15.214 3.077l3.05-30.406c-1.153-.06-2.313-.13-3.48-.215-5.18-.376-10.223-.992-15.098-1.817zm.313 48.05c-11.6 0-20.798 9.2-20.798 20.8 0 11.595 9.2 20.796 20.797 20.796 11.594 0 20.798-9.203 20.798-20.798 0-11.595-9.202-20.798-20.8-20.798z" fill="#fff"/></svg>
<svg class="tc-image-originals-wolverine-claws tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M359.672 17.625C313.48 46.29 271.752 75.44 234.484 104.97 205.98 84.112 175.29 63.477 142.39 43.062c27.144 27.17 51.856 51.637 75.657 75.218-12.494 10.31-24.464 20.64-35.875 31.033-42.628-32.138-89.742-63.87-141.344-95.125 43.876 42.25 83.107 79.44 120.25 114.968-10.486 10.213-20.458 20.47-29.906 30.75-32.703-24.725-68.48-49.164-107.344-73.28 33.158 33.19 63.178 62.832 91.594 91.03-44.866 52.294-76.392 105.362-94.47 158.72 43.352-52.554 81.404-95.843 118-135.345 8.92 8.9 17.697 17.714 26.407 26.5-45.706 52.888-77.744 106.583-96.032 160.564 43.905-53.225 82.38-96.934 119.406-136.844 9.348 9.566 18.673 19.212 28 28.97-49.978 55.818-84.697 112.556-104.03 169.624 46.973-56.946 87.73-103.024 127.155-145.188 40.668 43.46 82.702 90.943 131.187 149.72-19.925-58.813-55.8-117.274-107.47-174.782 8.262-8.64 16.51-17.176 24.782-25.657 51.97 52.87 105.448 110.348 168.03 182.75-26.815-70.89-73.77-141.354-140.656-210.562 8.05-8.112 16.168-16.22 24.407-24.437 46.908 49.238 94.57 102.33 150.907 170.624-22.28-65.762-64.422-131.106-126.22-195.156 26.944-26.726 55.307-54.743 86.626-86.093-37.095 23.02-71.31 46.346-102.656 69.937-11.98-11.744-24.626-23.447-37.938-35.094 30.035-29.847 61.767-61.106 97.187-96.562-42.52 26.386-81.26 53.187-116.22 80.312-11.568-9.63-23.577-19.228-36.06-28.78 32.01-31.862 65.834-65.14 103.905-103.25zm-121.406 120.72c10.224 10.15 20.242 20.103 30.125 30-10.4 8.537-20.404 17.12-30.062 25.718-9.895-8.356-20.07-16.694-30.562-25 10.046-10.22 20.225-20.434 30.5-30.72zm50.03 50.06c11.128 11.248 22.165 22.485 33.157 33.845-9.314 7.466-18.35 14.956-27.094 22.47-10.324-10.024-21.054-20.007-32.22-29.97 8.632-8.746 17.344-17.527 26.157-26.344zm-103.124 3.876c9.06 8.717 18.043 17.393 26.937 26.033-8.97 8.657-17.56 17.354-25.782 26.062-9.16-7.9-18.63-15.775-28.406-23.625 9.11-9.65 18.182-19.092 27.25-28.47zm50.75 49.25c9.824 9.655 19.608 19.384 29.406 29.19-8.62 8.06-16.905 16.142-24.875 24.25-9.21-9.38-18.815-18.744-28.875-28.064 8.13-8.568 16.234-17.005 24.344-25.375z" fill="#fff"/></svg>
<svg class="tc-image-originals-woman-elf-face tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 41c-28.25 0-58.36 18.25-81.166 44.857-3.138 3.66-6.123 7.477-8.947 11.403L208 69.184l23.127 15.418c.506-6.936 2.568-13.312 6.07-18.565C241.265 59.937 247.934 55 256 55s14.735 4.936 18.803 11.037c3.502 5.253 5.564 11.63 6.07 18.565L304 69.184l42.113 28.076c-2.824-3.926-5.81-7.742-8.947-11.403C314.36 59.25 284.25 41 256 41zm0 32c-.77 0-2.103.436-3.826 3.02C250.45 78.608 249 82.995 249 88c0 3.83.85 7.29 2.02 9.865l4.98 3.32 4.98-3.32C262.15 95.29 263 91.83 263 88c0-5.006-1.45-9.393-3.174-11.98C258.103 73.437 256.77 73 256 73zm-48 17.816l-28.623 19.08 5.336 1.067c16.922 2.09 36.528 3.426 56.605 3.867-1.384-1.3-2.626-2.74-3.7-4.268L208 90.817zm96 0l-29.617 19.747c-1.075 1.527-2.317 2.968-3.7 4.267 20.077-.442 39.685-1.777 56.608-3.867l5.333-1.067L304 90.816zM32 112c33.318 33.318 58.914 89.742 71.463 126.506 3.176-25.792 7.433-52.057 12.54-74.658 1.177-5.203 2.363-10.177 3.585-14.922C98.66 132.53 44.818 112 32 112zm448 0c-12.818 0-66.66 20.53-87.588 36.926 1.222 4.745 2.408 9.72 3.584 14.922 5.108 22.6 9.365 48.866 12.54 74.658C421.087 201.742 446.683 145.318 480 112zm-331.47 10.086c-4.642 8.756-10.375 25.398-14.97 45.73-5.475 24.23-10.06 53.44-13.257 81.444-2.72 23.812-4.36 46.505-4.832 64.775 6.863-23.28 15.328-51.522 26.116-79.943 14.948-39.38 33.48-78.513 59.758-101.444l-52.813-10.562zm214.94 0l-52.814 10.562c26.277 22.93 44.81 62.063 59.758 101.444 10.788 28.42 19.253 56.664 26.115 79.943-.474-18.27-2.114-40.963-4.833-64.775-3.197-28.003-7.782-57.213-13.258-81.444-4.595-20.332-10.328-36.974-14.97-45.73zm-128.755 10.62l-6.69 3.345c-6.37 3.187-12.575 8.02-18.574 14.118 6.667.82 12.99 2.112 18.59 3.863 8.714 2.728 16.785 5.412 20.364 14.75l-16.808 6.44c.716 1.868-2.263-1.923-8.932-4.01-6.67-2.085-15.925-3.606-25.332-3.99-.636-.025-1.273-.033-1.91-.048-3.23 4.555-6.38 9.44-9.442 14.596 4.823-1.175 9.422-1.768 14.02-1.768 12 0 24 4 40 12 0 16-16 32-32 32-9.86 0-25.784-6.078-36.563-14.484-4.653 9.97-9.01 20.393-13.023 30.964-2.324 6.122-4.538 12.267-6.662 18.38 9.174 24.796 21.778 46.163 35.352 63.615 13.475 17.326 27.913 30.755 40.576 39.666C240.342 371.05 251.75 375 256 375s15.658-3.95 28.32-12.86c12.663-8.91 27.1-22.34 40.576-39.665 13.574-17.452 26.178-38.82 35.352-63.614-2.124-6.113-4.338-12.258-6.662-18.38-4.013-10.57-8.37-20.995-13.024-30.964C329.784 217.922 313.86 224 304 224c-16 0-32-16-32-32 16-8 28-12 40-12 4.598 0 9.197.593 14.02 1.768-3.043-5.124-6.173-9.98-9.383-14.512-9.19.424-18.187 1.915-24.707 3.955-6.67 2.087-9.648 5.878-8.932 4.01l-16.81-6.44c3.58-9.338 11.653-12.022 20.37-14.75 4.95-1.548 10.476-2.728 16.296-3.55-6.093-6.248-12.4-11.19-18.88-14.43l-6.69-3.345c-7.034.196-14.15.295-21.284.295-7.133 0-14.25-.1-21.285-.295zM200 192a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm111.648 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zM240 256l16 4.098L272 256c0 16-16 16-16 16s-16 0-16-16zm-96.836 28.87c-4.49 14.25-8.274 27.123-11.822 39.16-9.37 62.528-29.578 99.06-52.65 146.353 4.716-.48 9.643-1.316 14.462-2.922 10.293-3.43 19.87-9.632 26.795-23.485l8.05-16.1 8.05 16.1c7.835 15.668 12.134 21.143 14.272 22.773 1.07.815 1.84 1.144 3.942 1.793.25.08.683.214.984.308 12.907-29.755 25.753-81.982 27.535-123.414-3.33-3.765-6.635-7.728-9.887-11.91-10.863-13.966-21.126-30.27-29.732-48.655zm225.672 0c-8.606 18.385-18.87 34.688-29.732 48.655-3.252 4.18-6.557 8.144-9.887 11.91 1.824 42.395 15.232 96.096 28.435 125.454.942-.053 1.702-.12 2.155-.21 1.098-.223.9-.08 1.836-1.022 1.873-1.886 6.306-9.683 14.306-25.683l8.05-16.1 8.05 16.1c6.927 13.853 16.503 20.055 26.796 23.486 5.303 1.77 10.72 2.63 15.857 3.073-17.65-45.806-38.75-79.5-50.51-134.562-4.353-14.547-9.39-32.163-15.357-51.1zM240 288s16 0 16 6.693C256 288 272 288 272 288c16 0 32 16 48 16 0 0-28.9 29.78-48 32-5.653.657-16-5.96-16-5.96s-10.347 6.617-16 5.96c-19.1-2.22-48-32-48-32 16 0 32.012-15.997 48-16zm-40.482 74.475c-.435 4.7-.954 9.44-1.58 14.207l1.55 2.326 25.91 38.865 24.24-24.236 1.048-1.05c-10.23-1.496-21.165-7.142-33.366-15.728-5.783-4.07-11.77-8.882-17.802-14.385zm112.964 0c-6.033 5.503-12.02 10.314-17.802 14.384-12.2 8.585-23.134 14.23-33.364 15.728l25.286 25.285 25.91-38.865 1.55-2.326c-.626-4.767-1.145-9.508-1.58-14.207zm-118.82 40.242c-4.95 25.17-12.022 49.39-19.78 68.283h70.358l-28.166-35.072-22.412-33.21zm124.676 0l-22.412 33.21L267.76 471h70.36c-7.76-18.893-14.83-43.113-19.782-68.283zM256 412.727l-19.88 19.882L256 456.942l19.88-24.334L256 412.726z"/></svg>
<svg class="tc-image-originals-wood-axe tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M215.344 22.813L205.03 37.906l71.782 46.375 8.938-12.81c-15.62-23.633-44.153-40.97-70.406-48.657zm-38.47 18.843c-28.32 35.34-79.16 105.16-105.718 145.313 61.96 26.364 113.013 69.562 133.22 119.593 5.064 12.54 8.125 25.566 8.78 38.75 36.873-9.75 80.34-36.93 117.25-70.5 30.105-27.38 55.912-59.115 71.406-87.75L176.875 41.655zm240.657 155.53c-16.836 31.038-43.713 63.084-74.717 91.283-40.21 36.57-87.238 66.474-130.47 76.03-1.09 8.278-3.153 16.543-6.343 24.72-8.91 22.832-26.23 44.633-52.656 64.592 64.678 10.955 135.135-13.105 195.844-53.687 64.21-42.923 116.84-104.112 139.28-157.063l-70.937-45.875zM84.814 213.782L16.5 313.72v143.717l135.875-194.812c-18.23-18.513-41.412-35.295-67.563-48.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-wood-club tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M483.424 24.638L449.83 39.98c.944.974 1.864 1.99 2.754 3.068 3.544 4.29 6.546 8.89 9.07 13.745l21.77-32.155zm-221.18 14.426l4.217 42.527c7.223-6.983 14.875-13.594 22.97-19.575l-27.186-22.95zm143.17 2.358c-2 .03-4.06.133-6.18.298-11.58.906-24.367 3.983-37.02 7.41l23.55 36.178.404.62.297.68c3.1 7.08 2.3 14.488-.006 21.41-2.308 6.924-6.405 13.565-12.487 18.53-6.082 4.962-14.756 8.037-23.813 6.118-9.056-1.92-17.6-8.213-25.506-18.803l-1.718-2.305-1.104-48.535c-25.135 12.94-47.54 34.326-66.178 57.047l17.14 9.428 2.892 1.59 1.177 3.08c4.892 12.782 5.147 26.122-1.43 37.13-6.575 11.01-18.66 18.744-35.435 24.293l-6.9 2.285-11.653-19.82c-1.71 3.762-3.41 7.56-5.093 11.43l-17.225 108.624-2.75-61.597c-10.444 24.205-21.82 48.42-36.09 70.063C119.643 368.216 28.322 462.01 28.322 462.01l-.07.072-.07.07c-3.905 3.85-3.91 5.573-3.475 7.693.29 1.418 1.348 3.368 3.168 5.43l97.166-78.713-84.007 87.3c5.778 2.305 11.906 3.587 15.895 3.495 6.885-6.482 66.713-62.5 107.11-88.644 38.117-24.67 69.79-54.084 106.32-82.045l12.213-70.723.37-2.147 1.312-1.74c6.783-8.997 15.585-14.236 24.506-15.33a31.905 31.905 0 0 1 6.588-.113c6.464.56 12.5 3.047 17.584 6.59 11.895 8.287 20.172 22.808 18.008 37.68 6.76-3 13.436-6.003 19.883-9.153 20.67-10.1 38.705-21.33 51.063-37.56-7.023-.544-13.58-3.672-19.03-7.846-7.455-5.707-13.412-13.558-17.25-22.2-3.84-8.64-5.723-18.287-2.974-27.615 2.75-9.326 11.142-17.274 22.833-20.01l.645-.153 45.662-3.797c.92-5.208 1.667-10.42 2.19-15.58 1.022-10.1 1.175-19.927.35-29.187l-28.927 31.25 19.88-64.613c-1.88-3.562-4.056-6.88-6.556-9.907-7.064-8.55-16.195-12.217-27.474-12.957a72.25 72.25 0 0 0-5.82-.134zm-65.937 5.773l1.316 57.93c5.447 6.628 10.038 9.285 13.098 9.933 3.385.717 5.85-.13 8.702-2.457 2.852-2.327 5.483-6.348 6.79-10.272 1.253-3.757 1.01-7.105.624-8.23l-30.53-46.903zm-136.057 64.69l37.62 63.984c10.068-4.252 16.137-9.108 18.94-13.802 3.017-5.05 3.41-10.74.962-18.547l-57.522-31.636zm284.063 45.76l-78.336 6.513c-6.528 1.622-8.23 3.973-9.252 7.443-1.05 3.558-.457 9.338 2.156 15.218 2.614 5.88 7.085 11.648 11.745 15.217 4.102 3.14 7.867 4.322 10.924 4.105.6-.433 1.22-.876 2.16-1.576a960.486 960.486 0 0 0 10.226-7.758c8.388-6.43 19.428-14.995 30.408-23.547 10.038-7.82 12.08-9.442 19.97-15.616zM312.38 244.497c-.48.007-.957.04-1.43.097-3.424.42-7.092 2.18-11.067 6.868l-16.496 95.523 49.18-76.508c2.014-7.113-2.495-17.326-9.926-22.504-2.873-2.002-5.883-3.162-8.806-3.422a14.095 14.095 0 0 0-1.453-.054zm74.02 29.52a328.805 328.805 0 0 1-7.677 3.886c-5.127 2.505-10.308 4.887-15.488 7.232l27.76 17.047-4.594-28.166z"/></svg>
<svg class="tc-image-originals-wood-pile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M353.86 48.45c-10.626-.16-20.45 3.456-29.14 13.253l-.193.217-50.586 50.098.628.703c3.395 3.7 3.106 9.463-.642 12.804-3.748 3.342-9.505 2.97-12.793-.825l-5.985-6.712c-.784 1.096-1.627 2.16-2.544 3.178-5.116 5.68-11.746 9.448-18.688 11.023l5.438 20.302c2.54 8.98-8.582 15.417-15.102 8.738l-41.2 40.803c1.41-.082 2.83-.135 4.26-.135 40.63 0 73.616 33.616 73.616 74.672 0 .803-.036 1.598-.06 2.395l141.94-153.74c8.252-10.316 9.687-20.888 6.985-31.832C407.08 82.4 399.6 71.29 389.653 62.967c-3.085-2.583-6.396-4.885-9.835-6.854L258.56 182.725c-3.418 3.685-9.193 3.856-12.824.38-3.63-3.478-3.71-9.255-.175-12.83l115.932-121.05c-1.843-.34-3.68-.584-5.494-.694-.715-.042-1.428-.07-2.137-.08zM232.31 85.597c-4.224-.048-8.876 1.842-12.583 5.96-6.327 7.024-5.918 16.11-.913 20.62 5.006 4.508 14.088 3.968 20.415-3.057 6.325-7.024 5.917-16.112.91-20.62-1.877-1.69-4.328-2.672-6.992-2.867-.277-.02-.556-.032-.837-.035zm-27.95 63.94c-7.19-.12-13.63 2.222-19.577 8.925l-.19.217-99.734 98.77c10.89.53 20.967 4.222 29.386 10.167 1.406-11.834 5.547-22.84 11.785-32.332l.44-.67 6.39-8.21c1.915-2.138 3.963-4.148 6.11-6.05l70.907-70.224c-1.372-.268-2.734-.453-4.07-.534-.486-.03-.968-.05-1.448-.057zm193.3 14.415c-2.226.018-4.423.188-6.588.52L245.744 321.88c-2.968 3.93-6.313 7.544-9.976 10.806l-5.715 6.19c9.9 2.162 19.137 6.16 27.34 11.628-.004-.254-.02-.505-.02-.76 0-12.38 4.545-23.756 12.03-32.496l-.087-.086 1.358-1.344c1.008-1.09 2.06-2.135 3.16-3.13L381.01 206.545c8.52-9.363 20.055-13.314 30.816-12.662 10.908.66 21.093 5.423 29.33 12.316 8.238 6.892 14.684 16.035 17.278 26.538.788 3.194 1.158 6.54 1.078 9.922 4.62-9.422 4.9-19.095 2.242-28.918-3.484-12.87-12.614-25.674-24.47-34.967v.002c-11.194-8.77-24.658-14.314-37.27-14.79-.79-.028-1.573-.04-2.354-.034zm11.926 47.852c-5.712-.106-10.696 1.69-15.463 7.064l-.193.216-82.07 81.28c22.277 2.517 40.072 20.28 43.12 42.585l82.31-89.153c4.454-5.58 5.124-10.833 3.665-16.742-1.468-5.945-5.675-12.3-11.35-17.05-5.678-4.75-12.668-7.778-18.867-8.153-.387-.024-.77-.04-1.152-.047zm-222.274 8.097c-4.898 0-9.644.647-14.167 1.85 1.964-.262 3.962-.41 5.994-.41 24.715 0 45.067 19.99 45.067 44.566 0 24.576-20.355 44.567-45.068 44.567-24.718 0-45.07-19.992-45.07-44.567 0-2.83.282-5.593.797-8.277-2.044 5.915-3.166 12.284-3.166 18.94 0 31.482 24.873 56.668 55.613 56.668s55.61-25.185 55.61-56.668c0-31.482-24.87-56.668-55.61-56.668zm-8.173 19.44c-15.12 0-27.07 11.857-27.07 26.566 0 14.71 11.945 26.567 27.07 26.567 15.117 0 27.067-11.858 27.067-26.567 0-14.71-11.944-26.566-27.068-26.566zm-3.388 7.357c8.742 0 16.023 7.276 16.023 16.02s-7.285 16.02-16.023 16.02c-8.742 0-16.025-7.275-16.025-16.02 0-8.743 7.287-16.02 16.025-16.02zm-93.61 28.68c-21.25 0-38.427 17.364-38.427 39.2 0 21.835 17.177 39.2 38.426 39.2 21.25 0 38.426-17.364 38.426-39.2 0-3.01-.338-5.933-.957-8.74-1.208-2.858-2.23-5.813-3.08-8.838-6.297-12.877-19.314-21.623-34.39-21.623zm-.36 11.016c15.59 0 27.085 14.1 27.085 29.823 0 15.724-11.498 29.82-27.086 29.82-15.59 0-27.087-14.098-27.087-29.82 0-15.727 11.5-29.824 27.088-29.824zm372.58.325c-6.907-.118-13.068 2.118-18.79 8.567l-.193.22-96.345 95.415c27.285 1.628 49.25 23.576 51.547 50.926l96.64-104.672c5.384-6.735 6.24-13.283 4.48-20.42-.234-.944-.527-1.893-.868-2.844l-63.383 66.342c-3.41 3.703-9.196 3.888-12.837.41-3.64-3.48-3.72-9.267-.175-12.844l65.103-68.144c.345-.37.72-.71 1.122-1.018-.786-.76-1.604-1.497-2.447-2.203-6.715-5.62-14.988-9.227-22.463-9.68-.467-.028-.93-.046-1.39-.054zm-372.9 14.73c-7.59 0-13.74 7.046-13.74 15.738 0 8.69 6.15 15.736 13.74 15.736s13.743-7.045 13.743-15.736c0-8.69-6.152-15.737-13.742-15.737zm224.952 16.6c-17.17 0-31.04 14.004-31.04 31.694 0 17.69 13.87 31.695 31.04 31.695s31.04-14.006 31.04-31.696-13.87-31.693-31.04-31.693zm-2.285 11.155c11.398 0 19.28 10.28 19.28 21.092 0 10.814-7.884 21.09-19.28 21.09-11.4 0-19.282-10.277-19.282-21.09 0-10.814 7.883-21.092 19.28-21.092zm-163.378 5.13l-14.027 15.192c-2.17 2.835-4.59 5.46-7.235 7.838l-3.986 4.317c9.624 5.793 17.842 13.746 24.006 23.185 6.715-14.72 17.602-27.106 31.113-35.588-11.134-2.634-21.307-7.826-29.87-14.946zm72.31 20.704c-34.83 0-63.015 28.553-63.015 64.192 0 35.64 28.186 64.194 63.016 64.194s63.017-28.554 63.017-64.194c0-35.638-28.188-64.193-63.017-64.193zM68.68 370.114C42.442 374.65 22.5 397.775 22.5 425.96c0 14.03 4.95 26.802 13.146 36.66-5.09-7.662-8.066-16.868-8.064-26.725v-.004c-.005-26.31 21.188-47.994 47.29-47.994 26.105 0 47.298 21.684 47.292 47.996.005 20.913-13.386 38.89-31.986 45.393 22.622-5.065 40.05-24.075 43.076-47.908-.792-4.6-1.207-9.324-1.207-14.145 0-2.07.077-4.125.226-6.16-4.7-20.763-20.513-37.028-40.71-42.11-3.065.528-6.21.817-9.422.817-4.64 0-9.146-.586-13.462-1.665zm140.48.643c27.187 0 49.2 22.702 49.2 50.203 0 27.503-22.016 50.204-49.2 50.204-27.187 0-49.2-22.702-49.2-50.203 0-27.5 22.017-50.202 49.2-50.202zm0 17.998c-17.21 0-31.2 14.195-31.2 32.205 0 18.012 13.983 32.206 31.2 32.206 17.212 0 31.2-14.195 31.2-32.205 0-18.01-13.982-32.204-31.2-32.204zm81.856 8.148c1.256 4.498 2.16 9.143 2.642 13.912 3.67-4.432 8.01-8.273 12.852-11.38-.032.002-.062.003-.094.003-5.38 0-10.554-.9-15.4-2.536zm-216.14 8.992c-16.2 0-29.295 13.238-29.29 29.995v.005c-.005 16.756 13.09 29.994 29.29 29.994 16.197 0 29.295-13.24 29.29-29.995v-.004c.005-16.756-13.093-29.994-29.29-29.994zm133.706.256c8.967 0 14.96 7.945 14.96 15.953 0 8.01-5.993 15.952-14.96 15.952-8.966 0-14.96-7.943-14.96-15.952 0-8.008 5.994-15.953 14.96-15.953zm127.203 2.664c-20.47 0-37.013 16.723-37.013 37.766 0 21.042 16.544 37.766 37.013 37.766 20.47 0 37.012-16.723 37.012-37.766 0-21.042-16.543-37.766-37.012-37.766zM71.833 422.39c8.965 0 14.958 7.943 14.958 15.952 0 8.01-5.992 15.953-14.958 15.953-8.966 0-14.96-7.944-14.96-15.953 0-8.01 5.994-15.953 14.96-15.953zm267.923 1.423c14.727 0 26.683 12.307 26.683 27.037 0 14.73-11.958 27.037-26.684 27.037-14.728 0-26.682-12.308-26.682-27.037 0-14.73 11.955-27.038 26.682-27.038zm0 18c-4.802 0-8.682 3.845-8.682 9.037s3.877 9.037 8.682 9.037c4.8 0 8.683-3.846 8.683-9.037 0-5.193-3.88-9.038-8.684-9.038z" fill="#fff"/></svg>
<svg class="tc-image-originals-wooden-crate tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M37.727 25l78 78h280.546l78-78H37.727zM25 37.727v436.546l78-78V115.727l-78-78zm462 0l-78 78v280.546l78 78V37.727zM79.957 40a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM432 40.793a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM112 72a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm287.45 0a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm63.42 0a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM48 73.047a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM79.395 104a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm352.605.2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM121 121v193.273l53.7-53.7L174.065 121H121zm71.064 0l.555 121.654 54.38-54.38V121h-54.936zM265 121v49.273L314.273 121H265zm74.727 0L121 339.727V391h51.273L391 172.273V121h-51.273zM391 197.727l-53.023 53.023V391H391V197.727zm-71.023 71.023L265 323.727V391h54.977V268.75zM247 341.727L197.727 391H247v-49.273zM77.97 392a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm354.03.658a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM115.727 409l-78 78h436.546l-78-78H115.727zM48 423.752a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm64 .8a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm288 .712a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm64 4.74a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zM432 456a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8zm-352 2.56a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z"/></svg>
<svg class="tc-image-originals-wooden-door tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M271.125 17.813v145.562h66.938V34.5c-20.606-10.187-43.6-15.728-66.938-16.688zm-18.688.218c-22.768 1.465-45.25 7.305-65.53 17.376v127.97h65.53V18.03zM356.75 45.5v117.875h61.844c-2.66-48.27-21.532-83.515-48.656-107.53-4.2-3.72-8.6-7.17-13.188-10.345zm-188.53.813c-5.32 3.63-10.403 7.6-15.22 11.906-27.108 24.233-45.9 58.953-48.656 105.155h63.875V46.312zm269.936 97.312v19.5H459v-19.5h-20.844zm0 38.188v.25H84.78v32h353.376v.156H459v-32.407h-20.844zM104 232.75v130.375h64.22v-26.28c-2.152.362-4.346.56-6.595.56-21.91 0-39.875-17.965-39.875-39.874 0-21.907 17.964-39.874 39.875-39.874 2.25 0 4.443.2 6.594.563v-25.47H104zm82.906 0v34.03c8.893 7.334 14.594 18.41 14.594 30.75s-5.7 23.42-14.594 30.75v34.845h65.53V232.75h-65.53zm84.22 0v130.375h66.937V232.75h-66.938zm85.624 0v130.375h62.156V232.75H356.75zm81.406.156v17.938H459v-17.938h-20.844zm-276.53 43.438c-11.81 0-21.19 9.38-21.19 21.187 0 11.81 9.378 21.19 21.19 21.19 11.81 0 21.186-9.38 21.186-21.19s-9.376-21.186-21.187-21.186zm276.53 67.03v19.907H459v-19.905h-20.844zM84.78 381.813v32h353.376v.157H459v-32h-18.47v-.158H84.78zM104 432.5v59.844h64.22V432.5H104zm82.906 0v59.844h65.53V432.5h-65.53zm84.22 0v59.844h66.937V432.5h-66.938zm85.624 0v59.844h62.156V432.5H356.75zm81.406.156v17.938H459v-17.938h-20.844z" fill="#fff"/></svg>
<svg class="tc-image-originals-wooden-helmet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M268.15 399.257c-33.34 0-65.19 2.53-91.8 7.2 1.4-10.11 9.38-88.76 10.63-105h42.41l2.75 80.5h67.54l3.32-80.52h41.24c1.74 16 12.61 94.53 14.48 104.8-26.38-4.53-57.72-6.98-90.57-6.98zM384 117.077l36.41-21.1c-2.14-28.91-2.255-31.91-2.14-34.4L408 88.397l-36.36 15.74-76.04-53.18 62.56 61.63-19.34 18.35c4.667.586 9.19 1.226 13.57 1.92zm-47.08 56.08c14.85 2.25 22.87 4.7 27.08 6.45-4.21 1.75-12.23 4.2-27.08 6.45-19.06 2.88-43.49 4.47-68.77 4.47-25.28 0-49.71-1.59-68.77-4.47-14.85-2.25-22.87-4.7-27.08-6.45 4.21-1.75 12.23-4.2 27.08-6.45 19.06-2.88 43.49-4.47 68.77-4.47 25.28 0 49.71 1.59 68.77 4.47zm-52.39 6.45c0-2.08-7.33-3.77-16.38-3.77-9.05 0-16.38 1.69-16.38 3.77s7.33 3.77 16.38 3.77c9.05 0 16.38-1.69 16.38-3.77zm134.22 0c0 20.38-67.43 36.9-150.6 36.9-83.17 0-150.6-16.52-150.6-36.9s67.43-36.9 150.6-36.9c83.17 0 150.6 16.53 150.6 36.9zm-35.17 0c0-10.2-11.39-16.56-38.08-21.26-20.74-3.65-48.21-5.66-77.36-5.66s-56.62 2-77.36 5.66c-26.69 4.7-38.08 11.06-38.08 21.26 0 10.2 11.39 16.56 38.08 21.26 20.74 3.65 48.21 5.66 77.36 5.66s56.62-2 77.36-5.66c26.69-4.7 38.08-11.06 38.08-21.26zm63.66 193.67l-29 2.55c.2-5.42.49-170.41.49-170.41-1.28.88-2.57 1.68-3.82 2.4-8.9 5.16-21.18 9.67-36.49 13.42-29.65 7.27-68.83 11.27-110.3 11.27s-80.64-4-110.3-11.27c-15.31-3.75-27.59-8.27-36.49-13.42-1-.59-2-1.22-3.08-1.91.59 21.38 1.44 52.83 2.18 82.91l-52.34-21.23-6.037-16.505 20.157-34.565-24.21 20.9-23-68.37L48 279.94l73.16 37.787c.67 29.53 1.07 53.32.79 57.83-.24 3.82-.43 28.21-7.61 55.34-5.216 19.007 13.61 35.754 31.88 28.36 14.5-4.53 25.9-173.82 25.9-173.82h72.75l2.73 80.52h36.72l3.29-80.53h71s16.24 165.8 33.58 173.82a11.4 11.4 0 0 0 4.83 1c12.11 0 27.64-16.29 25.34-27.9-2.388-12.466-3.77-19.103-4.13-31.79l47.15-17.51 11.62-69.88z" fill="#fff"/></svg>
<svg class="tc-image-originals-wooden-pegleg tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M71.934 18c.485 15.14 1.357 31.058 2.935 42.4 2.76 19.85 10.513 50.143 16.017 70.364 9.138-4.04 18.895-7.028 28.937-9.192-3.463-16.14-9.658-46.268-11.994-65.9-1.27-10.676-2.216-24.19-2.935-37.672zm69.086 0c.67 12.48 1.505 24.57 2.558 33.418 2.073 17.426 8.91 50.5 12.115 65.57 5.652-.31 11.272-.473 16.797-.488 2.06-.006 4.095.017 6.125.045 2.3-14.427 8.78-55.99 10.604-78.28.457-5.6.81-12.688 1.094-20.265zm85.36 0c-.317 8.4-.73 16.463-1.28 23.2-1.866 22.8-7.498 59.604-10.334 77.415a461.44 461.44 0 0 1 25.1 3.2c4.21-17.332 9.348-38.773 12.53-53.102C255.408 55.13 259.4 35.73 262.995 18zm81.985 0c9.414 41.476 25.243 91.922 57.447 117.125 10.246 7.392 26.79 9.957 42.98 7.24 16.187-2.717 34.53-8.897 39.427-20.806 13.3-32.353 19.886-70.087 17.676-103.56zM87.575 152.754c-6.472 4.746-11.16 10.35-14.432 16.88-5.926 11.832-7.48 27.542-4.606 48.225 2.366 17.027 7.872 37.395 15.828 60.722 7.33-11.772 20.21-22.684 37.87-29.53-6.93-31.903-6.845-63.815-6.495-95.718l.55-.014c6.325 32.274 12.75 64.58 24.93 98.68 23.19-6.48 49.524-10.395 73.227-10.764 20.597-.32 39.06 1.51 52.38 8.166 1.47-44.267 2.522-74.153-5.61-90.3-4.44-8.81-10.85-16.326-24.03-19.067-40.296-8.377-107.204-7.592-149.61 12.72zm353.43-2.473c-18.843 9.395-40.083 13.222-59.482 10.044l3.844 18.006c26.837 2.207 32.874 1.026 57.71-9.348zm4.124 37.216c-17.018 6.656-25.32 9.495-38.1 9.81l9.654 55.043-16.24-55.08c-3.32-.095-6.963-.287-11.157-.586l51.604 245.08c5.43.883 11.167.885 16.81-.028a53.786 53.786 0 0 0 3.484-.69l-9.192-98.6 14.744 97a51.322 51.322 0 0 0 6.71-2.866zm-225.823 71.707c1.492-.373-3.103-.003-4.67.022-25.09.39-53.942 5.062-77.625 12.496l-1.82-7.23-8.29 1.592a75.133 75.133 0 0 0-9.902 4.725c7.086 25.256 9.957 46.182 6.322 72.728 8.09-6.685 16.802-9.395 25.666-9.195 17.48.393 35.54 16.062 50.535 30.674-29.688-14.594-56.878-18.71-79.046-1.87a196.7 196.7 0 0 1-5.13 18.25 35.53 35.53 0 0 1 7.62-.726c21.365.34 40.238 19.874 53.717 42.283-26.104-23.325-51.962-35.416-78.067-23.84l-.162.044c-1.58.443-52.92 20.927-67.807 43.828-13.01 20.014-22.782 50.122 2.073 50.122h172.81c13.715 0 23.896-5.363 29.476-18.743-22.274 7.332-44.18 8.164-65.985 7.185 25.95-7.275 52.874-13.347 70.656-30.63 4.894-73.38 3.61-132.378-2.992-190.61a162.725 162.725 0 0 0-17.377-1.102zm268.263 189.93c-8.098 5.324-17.417 8.823-26.998 10.373-9.543 1.544-19.444 1.167-28.775-1.305.67 1.996 1.025 3.502 1.82 5.605 4.764 12.6 12.888 25.522 17.563 27.982 7.55 3.972 22.58 1.542 28.48-4.603 3.915-4.08 7.464-18.818 7.973-32.21.085-2.23-.063-3.752-.063-5.84z"/></svg>
<svg class="tc-image-originals-wooden-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M240.03 35.938c-1.08.01-2.168.062-3.25.124-8.644.502-17.16 2.8-22.5 5.97-5.336 3.167-7.018 5.72-6.81 9.593v.25l.78 28.156 59.97-1.28-.876-31.844c-.148-3.014-1.806-5.15-7.47-7.593C255.63 37.48 249.63 36.27 243.25 36c-1.063-.045-2.138-.074-3.22-.063zm224.94 57.218L33.593 102.53l1.375 62 154.655 4.064-148.156 9.72-2.907 98.81 1.406.313 8.06 1.844-.843 8.22-6.906 67.47 429.533-9.283L464.219 283l-140.376-3.656 139.22-9.156-8.877-99.407-138.875-3.624 151.032-9.937-1.375-64.064zM276.31 368.562l-59.875 1.282L220 495.78h59.844l-3.53-127.217z" fill="#fff"/></svg>
<svg class="tc-image-originals-world tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.47 17.406C123.76 17.406 18.437 122.76 18.437 252.47c0 129.707 105.324 235.06 235.03 235.06 129.707 0 235.063-105.353 235.063-235.06 0-129.71-105.355-235.064-235.06-235.064zM367.874 68.75c61.246 38.19 101.97 106.14 101.97 183.72 0 17.143-1.993 33.823-5.75 49.81l-34.25-18.06 22 54.874c-9.454 21.647-22.362 41.432-38 58.687l-43.158-30.936-64.625 47.72-61.656 6.967-13.906-41.78-49.72 26.844-68.093-18.938 9.157 36.594c-28.41-21.793-51.23-50.466-66-83.563L81.25 304.47l32.25 17.124 59.22-9.875 2.843-40.908-37.344-1.718 4.905-17.844 30.78-25.313-25.093-15.625 67.22-38.593-45.345-29.657-66.625 40.187-49.437-15.28c13.812-32.14 35.21-60.22 61.906-82.064l-3.75 44.375 43.376-34.124 72 22.22-22.5-27.407L233 75.562l26.813 28.468 71 9.845-3.5-34.47 41.468 12.657-.905-23.312zm1.156 120.03L278 199.47l28.906 43.218 3.156 64.468L339.25 321l11.438-28.375 62.656 48.656L395.78 294l6.408-48.344-43.75-22.72 10.593-34.155zM221 192.438l-31.594 21.188 36.47 14.78 16.686-14.78L221 192.437zm22.188 144.688l18.687 52.594 19.78-42.564-38.467-10.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-worm-mouth tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M224.53 31.844c-7.278-.022-14.48 1.064-21.374 3.156-34.553 10.482-62.575 46.607-51.03 102.25 18.494-5.637 38.08-1.27 54.968 8.844 13.172 7.89 25.265 19.05 35.812 31.906 3.065-16.708 8.95-32.636 17.063-46.156 10.108-16.85 24.232-30.373 41.186-35.188-16.706-46.25-47.272-64.725-76.625-64.812zm183.19 63.53c-16.637.313-34.877 5.704-53.595 17.782 12.63 11.714 21.753 25.04 25 40.406 2.678 12.676.97 26.15-5.03 39.907 15.64-1.67 30.03 1.37 42.092 7.968 14.16 7.744 25.112 19.77 32.907 33.312 21.015-18.94 31.257-38.784 34.187-57.094 3.34-20.867-2.71-40.153-14.967-54.97-13.79-16.666-35.324-27.784-60.594-27.31zM301.093 118c-6.27 3.093-12.332 8.29-17.844 15.313 30.214 4.035 56.996 18.82 76.406 40.375 1.045-5.657.91-10.93-.156-15.97-1.045-4.947-3.106-9.838-6.125-14.687-15.316-11.638-33.032-20.27-52.28-25.03zM168.47 154.375c-.734.013-1.46.068-2.19.125-13.946 13.56-25.165 29.896-32.718 48.156-.25 7.14.706 13.598 2.938 19.28 1.588 4.044 3.82 7.882 6.875 11.47 5.84-29.968 22.347-56.11 45.406-74.312-6.967-3.168-13.728-4.835-20.31-4.72zm101.186 3.063c-2.368 5.918-4.32 12.186-5.812 18.656 1.23-.055 2.474-.094 3.72-.094 29.2 0 54.728 15.263 69.123 38.25l8.532-11.188c1.16-1.524 2.236-2.995 3.25-4.468-17.842-24.43-46.457-40.493-78.814-41.156zm-57.906 17.03c-24.677 16.634-41.612 43.948-44.03 75.282 1.813.748 3.69 1.486 5.686 2.188l12.688 4.437c.404-29.02 15.83-54.317 38.906-68.438-4.232-4.9-8.696-9.432-13.25-13.468zm-95.25 7.282c-56.12.524-86.233 35.148-90.125 70.813-2.086 19.115 3.483 38.535 17.75 54.125 12.52 13.68 31.966 24.62 59.938 28.875-.945-15.605 1.62-31.643 9.187-45.907 6.443-12.145 16.77-22.634 30.75-29.844-12.576-8.186-21.42-18.475-26.156-30.53-5.743-14.624-5.452-30.796-1.344-47.532zm150.688 17.563c-2.215 0-4.41.132-6.563.375-.08 2.123-.1 4.236-.063 6.343l.25 13.69c2.072-.34 4.202-.532 6.375-.532 21.42 0 38.563 17.11 38.563 38.53s-17.142 38.563-38.563 38.563c-21.42 0-38.562-17.14-38.562-38.56 0-14.93 8.328-27.748 20.625-34.158l-7.313-12.187c-.96-1.6-1.953-3.18-2.968-4.75-17.985 9.98-30.22 29.153-30.22 51.094 0 19.988 10.157 37.702 25.563 48.25l.687-1.19v1.658c9.244 6.137 20.313 9.718 32.188 9.718 32.16 0 58.406-26.276 58.406-58.437 0-32.163-26.245-58.408-58.406-58.408zm116.437 13.5c5.304 13.897 8.22 28.976 8.22 44.75 0 17.64-3.63 34.433-10.19 49.656 7.118 1.922 13.466 2.252 19.283 1.342 6.016-15.85 9.312-33.04 9.312-51 0-13.658-1.91-26.888-5.47-39.406-6.37-3.197-13.362-5.158-21.155-5.344zm-24.28 4.687c-.757.292-1.514.553-2.283.875l-14.875 6.25c4.428 10.06 6.907 21.184 6.907 32.906 0 10.773-2.103 21.04-5.875 30.44l16.217 9.342c5.3-12.2 8.25-25.65 8.25-39.78 0-14.227-2.976-27.768-8.343-40.032zM186.78 268.47l-14.874 2.78c-1.166.22-2.294.464-3.406.72 4.24 29.248 21.135 54.458 44.97 69.81.94-1.465 1.88-2.98 2.81-4.592l6.595-11.438c-19.315-12.65-32.898-33.284-36.094-57.28zm-43.06 14.905c-5.52 4.455-9.653 9.758-12.782 15.656-.468.882-.894 1.777-1.313 2.69 8.52 26.424 24.442 49.504 45.375 66.78 1.703-.11 3.37-.314 5-.625 5.402-1.03 10.662-3.142 15.78-6.688-26.252-17.935-45.33-45.6-52.06-77.812zm307.78 12.438c-10.02 14.008-22.078 24.74-36.906 29.906-12.23 4.26-25.817 4.27-40.22.06 3.633 15.3 2.424 29.986-2.593 42.783-5.89 15.03-16.422 27.396-28.874 36.843 21.452 18.458 42.432 26.1 60.97 26.688 21.12.67 39.48-7.778 52.624-21.813 24.523-26.182 31.15-71.548-5-114.467zm-112.625 1.312C324.98 322.15 298.3 339.03 267.562 339.03c-11.59 0-22.594-2.418-32.562-6.75v9.908c0 3.645.242 7.035.656 10.25 10.023 3.375 20.758 5.218 31.906 5.218 33.71 0 63.567-16.72 81.72-42.312-.565-1.082-1.145-2.18-1.782-3.28l-8.625-14.94zm17.78 47.594c-22.788 23.585-54.762 38.25-90.186 38.25-6.13 0-12.14-.435-18.033-1.283 1.946 2.154 4.06 4.108 6.313 5.907 8.13 6.488 18.416 10.707 29.313 12.687 20.342-2.48 39.382-9.214 56.187-19.28 5.563-5.892 10.03-12.572 12.844-19.75 2.044-5.215 3.328-10.713 3.562-16.53zm-138.06 22.81c-10.37 10.844-22.125 17.638-34.845 20.064-15.435 2.943-31.277-.337-46.97-7.47-9.847 55.247 18.61 91.243 52.94 101.657 18.4 5.583 38.542 3.705 56.5-7.436 15.757-9.777 30.087-26.887 39.436-53.594-15.5-1.958-30.793-7.402-43.406-17.47-10.745-8.575-19.153-20.68-23.656-35.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-worried-eyes tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M158.063 154.75c-31.32.613-72.27 32.376-130.063 119.156 28.377 32.465 60.522 47.17 92.875 46.813-13.872-6.878-23.438-21.162-23.438-37.69 0-23.222 18.84-42.06 42.063-42.06 23.224 0 42.03 18.838 42.03 42.06 0 8.79-2.703 16.94-7.31 23.69 24.134-12.47 47.217-32.947 67.655-60.25-22.28-47.856-46.015-92.46-83.813-91.72zm202.593 0c-36.864.538-60.257 44.548-82.22 91.72 18.105 24.185 38.286 43.003 59.44 55.655-2.934-5.736-4.595-12.212-4.595-19.094 0-23.222 18.84-42.06 42.064-42.06 23.223 0 42.03 18.838 42.03 42.06 0 16.393-9.383 30.592-23.062 37.533 34.08 2.043 68.157-12.48 98.032-46.657-58.79-88.276-100.166-119.616-131.688-119.156z" fill="#fff"/></svg>
<svg class="tc-image-originals-wrapped-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M154.107 17.063c-34.673-.275-70.37 13.897-96.412 40.218L91.742 74.76l43.76-18.572v.002c-9.262 14.174-11.514 26.673-5.555 38.18l125.397 64.366 44.85-19.035c-9.644 14.762-11.686 27.707-4.77 39.607l33.816 17.357 104.926-38.783c8.248-10.792 7.925-23.806.443-39.605v-.002l40.824 24.356 15.343-5.673C472.074 49.484 371.514-9.895 268.32 132.412c-8.577-79.372-60.15-114.92-114.213-115.35zM45.21 71.876c-8.694 11.797-15.66 25.36-20.274 40.56h-.002c-9 29.648-6.34 73.662 7.503 123.13l39.32 7.27 38.53-31.88v.002c-5.238 17.618-3.123 30.985 8.067 40.497l41.75 7.723 65.986-24.39c7.062-10.477 6.42-22.99-.7-38.024v-.002l39.626 23.638 40.433-14.945-104.257-53.514c-14.988-1.045-25.89 7.22-34.306 23.854l-5.434-44.252L45.21 71.877zm448.274 84.004l-76.423 28.25-11.72 44.284c-6.167-17.892-16.05-27.584-31.434-28.334l-22.097 8.168L454.6 261.012c1.278-1.31 2.537-2.624 3.765-3.946 27.47-29.563 37.69-66.53 35.117-101.185zm-165.468 61.16L196.03 265.827l104.134 19.262 37.877-31.34v.002c-5.085 17.108-3.24 30.207 7.114 39.66l57.744 10.68c13.354-9.636 25.997-19.393 37.34-29.444l-17.697-9.084c-16.508-2.382-28.276 5.84-37.23 23.536l-5.59-45.516-51.704-26.54zM38.602 255.71c4.598 13.867 10.014 28.046 16.265 42.368l70.967-26.23-87.232-16.137zm123.158 22.782l-23.75 8.778-11.494 43.44c-5.933-17.213-15.304-26.836-29.704-28.212l-34.134 12.617c9.832 20.524 21.326 41.177 34.457 61.444H219.69c13.318-7.02 18.227-19.807 16.59-38.4h.003l30.946 38.4h30.502c26.816-19.846 56.13-38.564 83.723-57.43l-141.512-26.177c-16.92 2.232-26.034 13.515-29.603 33.287l-18.432-42.172-30.148-5.576zm-51.963 116.756c25.755 36.38 56.895 70.928 93.293 100.47 7.933-38.946 35.506-71.23 70.707-100.47H175.84l-23.64 33.588c.35-15.51-3.554-26.72-12.776-33.588h-29.627z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-wrapped-sweet tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M391.22 9.22c-21.755 67.887-29.008 99.75-52.25 146.218 2.776 2.15 5.5 4.42 8.124 6.843 23.768-21.825 42.788-47.49 51.937-85.5l18.158 4.376c-10.093 41.93-31.86 71.302-57.375 94.813 1.442 1.81 2.832 3.657 4.156 5.53 27.306-3.97 52.29-12.325 74.56-32.47l12.533 13.876c-23.42 21.182-49.982 31.05-76.938 35.875.75 1.56 1.477 3.138 2.156 4.72 53.284 5.685 96.878-3.05 122.408-44.094C431.28 144.456 480.78 24.198 391.217 9.22zM247.06 153.937c-9.422-.058-18.308 1.46-25.78 4.625l-.095-.188c-10.542 4.937-20.434 11.78-29.156 20.5-35.073 35.074-39.537 88.93-13.436 128.813-4.858-12.255-7.025-25.792-5.28-39.97 2.61-21.226 13.892-43.415 35.842-64.687l13 13.407c-19.616 19.01-28.3 37.187-30.312 53.563-2.014 16.376 2.574 31.435 11.375 44.53 15.493 23.06 44.764 38.645 69.093 39.595 23.7-1.754 46.925-11.707 65.093-29.875 40.22-40.22 40.22-105.156 0-145.375-2.658-2.66-5.42-5.13-8.28-7.438 9.885 11.527 16.984 25.703 19.28 42.063 2.973 21.18-2.147 45.52-17.844 71.75l-16.062-9.594c14.027-23.44 17.7-43.222 15.406-59.562-2.293-16.34-10.578-29.69-22.47-40.063-16.347-14.26-39.644-21.967-60.373-22.093zM133.47 317.78c-50.013.115-67.71 4.92-116.345 55.283 66.358-2.98 34.08 106.974 107.47 126.156 3.573-48.6 22.248-86.363 58.468-155.626-23.81 15.56-44.668 34.515-60 63.687l-16.563-8.686c14.987-28.514 35.14-48.585 57.125-64.375-25.9 2.17-51.153 8.562-76.688 24.686l-9.968-15.78c22.406-14.15 44.986-21.59 67.28-25.282-3.718-.023-7.382-.07-10.78-.063z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-originals-wrapping-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M18.314 20.6v48.117c74.127 6.587 148.202 24.124 209.71 61.125C188.913 78.178 130.196 43.38 72.798 20.6H18.313zm146.846 0c45.057 38.643 74.804 81.436 84.725 123.54 10.946-45.05 6.82-86.505-4.574-123.54h-80.15zm84.725 123.54v.003h.002l-.002-.004zM483.13 20.6c-30.043 75.585-73.05 144.09-126.02 192.76 51.52-20.53 100.206-46.577 136.472-75.14V20.6h-10.45zM89.958 100.443c25.695 40.067 57.678 77.776 94.402 112.12C117.17 260.592 59.893 319.067 18.28 383.79c85.442-22.73 167.34-61.815 238.314-112.313 70.607 50.235 152.024 89.175 236.988 111.955v-1.66c-41.502-63.918-98.275-121.68-164.76-169.208 36.724-34.345 68.706-72.054 94.4-112.12-58.198 15.17-114.433 37.902-166.638 66.66-52.2-28.757-108.43-51.49-166.627-66.66zm56.31 118.678c-48.624 7.847-91.077 22.95-127.953 39.675v90.7c35.14-51.477 79.497-98.29 127.954-130.374zm109.4 83.218c-18.59 70.884-14.394 135.865.466 193.514h115.78c-63.8-60.13-104.78-127.385-116.245-193.514zm14.993.375c55.22 91.766 138.833 152.762 212.29 193.14h10.632v-90.847c-89.222-19.35-167.94-55.118-222.922-102.293z"/></svg>
<svg class="tc-image-originals-wrecking-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M18.72 18.75c-1.947 4.13-3.032 8.728-3.032 13.563 0 17.286 13.93 31.544 31.093 32.093 2.287 7.487 4.896 14.825 7.814 22-7.123 5.912-11.688 14.818-11.688 24.72 0 17.628 14.465 32.124 32.094 32.124 3.66 0 7.18-.633 10.47-1.78 5.2 7.01 10.766 13.708 16.655 20.06-2.03 4.2-3.156 8.9-3.156 13.845 0 11.376 6.042 21.443 15.06 27.156 2.914-5.498 6.067-10.863 9.44-16.06-3.53-2.4-5.814-6.42-5.814-11.095 0-7.53 5.908-13.438 13.438-13.438 3.22 0 6.152 1.08 8.437 2.907 4.008-4.732 8.224-9.265 12.626-13.625-5.65-4.954-13.022-7.97-21.062-7.97-5.922 0-11.466 1.66-16.25 4.5-5.018-5.494-9.74-11.28-14.22-17.313 4.08-5.387 6.5-12.094 6.5-19.312C107.125 93.495 92.63 79 75 79c-1.05 0-2.1.056-3.125.156-2.61-6.426-4.965-12.984-7.03-19.687 9.03-5.712 15.093-15.772 15.093-27.157 0-4.835-1.086-9.434-3.032-13.563H18.72zm29.093.125c7.53 0 13.437 5.907 13.437 13.438 0 7.528-5.908 13.437-13.438 13.437s-13.437-5.907-13.437-13.438c0-7.53 5.907-13.437 13.438-13.437zM75 97.688c7.53 0 13.438 5.907 13.438 13.437 0 7.53-5.908 13.438-13.438 13.438s-13.406-5.908-13.406-13.438S67.47 97.687 75 97.687zm225.438 11.124c-106.228 0-192.125 85.93-192.125 192.157 0 106.226 85.897 192.124 192.125 192.124 106.227 0 192.156-85.898 192.156-192.125 0-106.228-85.93-192.158-192.156-192.158zm96.937 54.72c7.52 3.186 14.892 7.89 21.625 14.624 18.858 18.858 30.55 48.69 34.53 82.53 6.007 8.252 10.547 17.502 13.25 27.595 2.466 9.2 3.035 18.644 2.345 27.908-3.86-7.832-8.59-15.445-14.125-22.72-.77 30.396-7.25 62.106-19.813 90.813 3.03-16.998 4.635-34.97 4.938-54.03.312-19.598-.964-38.772-3.594-57.063-21.342-19.84-49.29-35.61-81.53-44.25-15.274-4.092-30.26-6.445-45.063-6.968 44.76-11.995 89.006-4.885 119.532 15.75-7.485-29.017-18.55-54.523-32.095-74.19zM132.687 333.718c49.026 67.317 129.026 112.73 212.532 134.342-8.873 2.55-19.25 3.037-30.064 3.5-75.993 3.258-168.286-67.14-182.47-137.843z" fill="#fff"/></svg>
<svg class="tc-image-originals-wrench tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M151 16c-14.774 0-30 15.226-30 30v105c0 14.774 11.946 26.718 26.718 26.718H181V334.28h-33.282c-14.773 0-26.718 11.946-26.718 26.718v105c0 14.774 15.227 30 30 30h30v-90l75-45 75 45v90h30c14.774 0 30-15.226 30-30v-105c0-14.773-11.946-26.718-26.718-26.718H331V177.718h33.282C379.056 177.718 391 165.772 391 151V46c0-14.773-15.226-30-30-30h-30v90l-75 45-75-45V16h-30z" fill="#fff"/></svg>
<svg class="tc-image-originals-wyvern tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M324.97 17.54c.03.034.057.07.087.106l-34.924 32.428 36.904-3.752-15.396 30.12 38.048-16.075c26.147 69.965.623 154.277-52.555 166.262-6.554-25.37-34.13-37.945-36.055-57.382.303.093.604.187.912.27 4.833 1.295 9.736 1.183 14.274-.07l25.138 22.89 20.653-16.377c-7.363 2.836-28.588-1.402-33.25-13.923 3.154-3.24 5.55-7.284 6.793-11.922.485-1.813.757-3.635.86-5.445l11.524 22.777 5.22-16.94c7.625 5.575 12.474 13.605 11.49 21.136l16.673-29.4-72.14-29.56-58.057-48.03 17.1 31.25-48.206-19.753 35.14 31.237c-40.602 28.158-22.085 85.04-1.796 119.29-57.5-9.685-103.128-77.435-95.763-145.03l49.21-21.366-31.08-5.14 29.207-33.417-32.015 11.54c.037-.067.07-.135.107-.202-168.36 66.33-116.413 367-63.728 417.99-.19-1.317-.364-2.58-.54-3.855-14.922-56.244-20.375-125.624-17.5-190.53 3.02-68.237 14.834-131.16 36.794-169.522l16.22 9.283c-18.894 33.008-31.4 94.563-34.345 161.064-1.942 43.86.106 90.022 6.275 132.082 6.124 1.892 15.046 9.615 27.295 23.24-4.818-13.35-6.78-26.5-6.482-38.28 20.286 41.665 67.34 69.234 104.633 62.308 22.444-4.17 41.803-12.73 57.81-24.475l7.31 15.418c-20.068 5.036-22.807 32.635-14.737 55.112 1.748-19.882 11.36-29.794 21.73-32.303-6.598 15.867-4.698 30.623-3.117 44.158 10.15-12.147 21.47-23.793 23.628-39.354 8.738 7.332 12.317 21.49 1.194 39.057 26.32-15.473 31.565-41.994 7.978-57.685l-32.07-34.297c5.918-5.55 11.24-11.6 15.947-18.066l39.28 15.776c-3.942 13.69 5.833 31.512 19.77 43.31-8.055-17.288-4.826-30.08 2.562-37.103 1.63 17.39 10.64 29.193 18.733 40.064 2.73-15.665 6.79-31.493-.213-45.987 11.016 1.56 21.2 11.568 20.338 31.877 14.362-25.313 6.11-49.702-20.742-51.52l-71.135-9.892c12.757-22.982 18.676-49.823 17.015-77.475 14.188-34.708 50.058-11.816 54.523 49.16C394.924 262.27 434.58 304 426.324 367.13c11.808-23.38 21.835-35.013 29.862-36.247-10.772-91.925-40.458-191.57-77.637-250.748l15.823-9.942c50.328 80.106 85.112 220.65 84.88 331.547 42.403-115.912-2.347-356.61-154.282-384.2zm-29.458 476.913l-.026.016-.015.05c.015-.02.027-.044.042-.067zm26.543-318.492h.01v-.007l-.01.008zm-53.348-41.716c.866-.027 1.757.073 2.652.313 4.774 1.28 7.467 5.945 6.187 10.72-1.28 4.776-5.943 7.47-10.72 6.19-4.775-1.28-7.468-5.943-6.188-10.72.96-3.584 3.823-5.993 7.21-6.435.282-.036.568-.06.857-.068zM204.904 297.13c11.878-.2 22.637 6.756 26.172 22.487-.008 35.88-9.557 68.823-42.137 77.412-27.624 7.283-69.725-11.398-84.12-53.663 12.28-21.078 37.362-21.986 62.838 22.592-12.583-41.596 14.386-68.444 37.246-68.83z" fill="#fff"/></svg>
<svg class="tc-image-originals-yin-yang tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23C127.424 23 23 127.424 23 256s104.424 233 233 233 233-104.424 233-233S384.576 23 256 23zm-6.094 18.09C128.036 47.807 130.066 256 256 256c125.215 0 127.935 205.872 8.168 214.83-2.71.1-5.432.17-8.168.17-118.848 0-215-96.152-215-215 0-116.81 92.883-211.69 208.906-214.91zM256 103c22.537 0 41 18.463 41 41s-18.463 41-41 41-41-18.463-41-41 18.463-41 41-41zm0 224c-22.537 0-41 18.463-41 41s18.463 41 41 41 41-18.463 41-41-18.463-41-41-41z"/></svg>
<svg class="tc-image-originals-zebra-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M123.03 21.063c-4.318.034-8.667.11-13.03.218-11.91 27.083-22.38 56.627-30.844 87.5 60.77-2.1 125.66 5.56 185.75 24.064C230.8 103.9 179.34 81.64 117.406 64.188c-.094.004-.187-.005-.28 0v-.094c.095.027.184.066.28.094 3.238-.145 6.454-.24 9.688-.25 103.17-.366 203.43 65.787 243.78 120.937-55.26-18.87-172.255-41.116-262.78-42.906 64.638 18.767 134.3 60.955 168.75 97.218-60.616-31.342-147.584-64.4-210.53-74.032-2.604 14.28-4.766 28.707-6.376 43.156 98.453 16.914 167.907 89.382 209 160.344C186.695 288.486 118.976 259.78 57 246.062c-.56 12.237-.725 24.427-.438 36.532 75.5 13.773 155.45 63.446 195.907 115.812-37.694-3.49-57.538-3.84-83.876 0 14.878 15.368 21.893 30.75 27.062 46.78-27.556-23.05-73.388-45.023-103.78-58.436 23.016-12.572 58.944-10.468 83.81-12.563C147.913 347.462 99.992 327.5 59.377 324c7.15 62.802 27.745 120.948 66.655 165.406 7.457-1.933 14.864-4.19 22.22-6.72l-37.688-61.467 77.97 44.53c41.893-20.763 81.53-50.293 117.5-85-19.698-52.456-67.128-104.388-130.688-158.406 65 23.97 133.964 72.425 170.375 116.406 9.39-10.86 18.446-22.023 27.124-33.406-8.295-31.86-70.437-92.738-127.344-126.28 66.865 12.665 133.914 47.31 158.063 82.717 12.815-19.65 24.497-39.606 34.875-59.5-31.55-50.096-78.442-93.37-162.188-132.686 79.45 15.32 142.598 46.945 184.813 84.656 4.56-10.875 8.688-21.622 12.343-32.188C369.982 54.9 256.94 20.002 123.03 21.063z" fill="#fff"/></svg>
<svg class="tc-image-originals-zeppelin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M494.905 253.49c0 42.47-47.24 77.43-156.85 80.77-1.9.06-57.36 0-61.36 0-121.48 0-259.6-80.77-259.6-80.77s138.11-80.76 259.6-80.76c4.14 0 60-.06 62 0 109.17 3.44 156.21 38.36 156.21 80.76zm-356-71.31l-28.21-35.35-53.69-16.22 7 81.17c9.54-4.34 60.6-24.86 74.87-29.6zm-74.9 113.01l-7 81.18 53.64-16.22 28.21-35.35c-14.25-4.74-65.31-25.26-74.85-29.61zM264.755 350l4.25 31.39h81l10.18-32.25c-15.55 1.3-91.4 1.03-95.43.86z" fill="#fff"/></svg>
<svg class="tc-image-originals-zeus-sword tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M498.03 15.125l-87.06 34.72-164.5 164.5-34.657-32.095 31.156-28.844-223-133.594L176.155 164.5l-31.094 28.813 63.563 58.875-70.03 70.03c2.932 3.53 5.915 7.01 8.968 10.438l9.656 9.656 71.5-71.5 13.718 12.688-72 72 9.843 9.844c3.502 3.116 7.044 6.19 10.657 9.187l72-72 40.782 37.75-29 26.876 223 133.594-158.69-146.97 29-26.842-67.217-62.282 162.5-162.5 34.718-87.03zM430.69 68.813l13.218 13.218L280.28 245.657l-13.717-12.687L430.688 68.812zm-341 216.875L61.874 313.5 199.22 450.875l27.81-27.844c-56.283-34.674-103.014-81.617-137.343-137.342zm18.75 100.812l-81 81 17.75 17.75 81-81-17.75-17.75z" fill="#fff"/></svg>
<svg class="tc-image-originals-zig-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M20.678 69.63V219.51l36.218-25.17-14.99-29.723 68.918-44.51-90.146-50.48zm108.597 60.81l-63.117 40.763 14.735 29.22-60.215 41.847v22.896l45.576 18.45 72.096-50.1-14.99-29.725 63.58-41.058-57.665-32.29zm76.114 42.624l-57.78 37.313 14.738 29.22-75.4 52.397 78.072 31.604 61.626-42.825-14.99-29.724 61.766-39.89-68.033-38.096zm140.298 3.985l-28.862 58.417-24.955-13.975-55.962 36.143 14.737 29.22-64.93 45.122 65.582 26.548 61.777-42.93-14.988-29.726 83.607-53.995-36.005-54.826zm46.263 70.448l-69.614 44.957 14.736 29.22-95.69 66.5-14.52 29.387 96.576-6.96 78.556-54.59-14.99-29.725 39.807-25.707-34.86-53.082zm45.12 68.703l-25.814 16.673 14.734 29.22-66.01 45.874 131.145-9.453L437.07 316.2z" fill="#fff"/></svg>
<svg class="tc-image-originals-zigzag-cage tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M255.838 20.014c-46.198 0-92.387 13.48-132.154 40.41-6.758-3.917-14.596-6.176-22.97-6.176-25.37 0-45.933 20.568-45.933 45.936 0 8.312 2.222 16.1 6.083 22.828-62.673 91.82-53.3 218.253 28.147 299.7 81.133 81.135 206.908 90.746 298.638 28.868 6.925 4.19 15.04 6.608 23.727 6.608 25.37 0 45.934-20.564 45.934-45.932 0-8.598-2.37-16.64-6.482-23.522 62.655-91.817 53.28-218.235-28.162-299.675-46.03-46.03-106.43-69.046-166.828-69.046zm0 18.578c55.575 0 111.15 21.23 153.607 63.685 74.088 74.088 83.513 188.115 28.315 272.39-7.468-5.252-16.563-8.345-26.385-8.345-1.133 0-2.256.043-3.37.123l-92.698-3.002 49.26-171.656-149.17 48.344 8.748-116.638-85.225 2.192.014-.02c-37.956-.28-39.983-20.097-19.176-39.12 4.96-4 10.058-7.748 15.27-11.247 1-.606 2.014-1.21 3.06-1.803-.035-.048-.073-.094-.108-.142 35.764-23.165 76.808-34.76 117.858-34.76zm-39.97 22.488c-6.655 1.36-13.186 3.057-19.58 5.063-2.308 13.93-6.433 27.24-12.114 39.683l20.472-.527c5.553-13.96 9.386-28.787 11.223-44.22zm89.075 2.037c-16.647 30.16-38.852 61.37-64.386 91.46l-2.39 31.85c34.282-37.795 63.946-78.343 85.063-117.728-5.968-2.143-12.068-4.01-18.287-5.583zm84.963 45.75l-81.465 81.465 39.103-12.67 55.57-55.572c-4.193-4.612-8.6-9.023-13.207-13.223zm-316.16 28.488c7.37 5.357 16.392 8.575 26.16 8.745l93.842 11.5-35.3 145.13 148.896-47.99-34.508 149.156 96.934-11.11-.014.03c36.085-3.498 39.427 16.134 19.12 34.834-85.258 66.25-208.29 60.198-286.646-18.156-74.014-74.014-83.5-187.89-28.484-272.14zm58.47 31.532c-19.22 13.763-41.652 23.336-65.978 27.38-2.002 6.395-3.694 12.928-5.05 19.587 36.93-4.42 70.385-20.235 96.757-43.815l-25.728-3.153zM443.2 188.852c-23.79 12.764-48 28.65-71.77 46.78l-9.096 31.696c28.52-23.762 57.94-44.434 86.422-60.17-1.563-6.225-3.423-12.33-5.557-18.306zm-288.927 51.96c-29.948 25.386-60.998 47.47-91.013 64.05 1.574 6.22 3.442 12.32 5.586 18.288 25.848-13.872 52.195-31.422 77.935-51.54l7.493-30.798zm296.393 55.372c-39.822 4.804-75.598 22.86-102.795 49.615l27.167.88c20.182-15.63 44.25-26.49 70.53-30.897 2.02-6.4 3.73-12.936 5.1-19.6zm-226.71 5.066l-39 12.568L109 389.778c4.2 4.605 8.61 9.015 13.22 13.208L223.956 301.25zm47.087 27.482c-33.008 36.814-61.585 76.107-82.11 114.323 5.975 2.135 12.08 3.995 18.305 5.56 14.46-26.148 33.09-53.08 54.436-79.385l9.37-40.498zm52.38 88.178l-20.49 2.348c-3.15 10.08-5.43 20.543-6.736 31.305 6.664-1.367 13.202-3.073 19.604-5.086 1.66-9.865 4.235-19.415 7.624-28.567z"/></svg>
<svg class="tc-image-originals-zigzag-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M462.125 21.656c-90.8 62.46-285.757-3.604-362.938 59.75-75.358 61.862-78.86 205.444 14.75 240.625l1.72-1.874c37.05-27.143 87.683-34.04 132.937-21.47 10.06-53.15-25.31-116.6-106.75-121.03 41.182-12.678 78.062-6.115 107.094 11.5 28.17-18.51 65.59-22.273 98.5-11.844 13.642-24.687 5.494-62.023-34.875-75.062 11.547-.47 21.786 1.543 30.625 5.375 9.765-9.273 23.542-14.436 37.406-14.594 20.555-.233 41.345 10.51 49.72 35-20.84-25.228-50.562-20.836-65.158-4.374 16.456 18.683 21.54 46.205 13.156 68.78 24.248 16.935 41.845 44.085 44.22 81.126-28.71-63.122-92.417-69.913-131.313-43.625 20.415 30.55 28.802 68.684 20.436 103.594 24.437 22.882 41.334 55.248 44 96.845-39.337-86.492-127.312-94.716-179.625-57.406l-.968-.126C284.356 567.204 577.93 466.81 462.125 21.656zM311 189.656c-21.31.028-42.32 7.18-61.656 20.75 11.706 22.114 34.073 72.085 5.937 111.813-61.534-22.165-135.748 9.04-174.78 63.905-.016.015-.046.016-.063.03-21.582 20.457-40.824 44.172-59.406 69 8.21 23.188 26.263 36.433 58.782 35.095 14.816-43.566 33.983-80.886 59.126-112.47C183.548 320.235 251.394 332.02 282 340c12.164-38.336 12.068-84.158-12.97-113.688 24.283-25.166 67.41-33.486 98.19-19.625-18.384-11.557-37.418-17.055-56.22-17.03z" fill="#fff"/></svg>
<svg class="tc-image-originals-zigzag-tune tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M190.83 20.24v15.262h136.225l-37.823 19.69H190.83v236.53c-16.15-20.85-41.408-34.314-69.736-34.314-48.594 0-88.19 39.588-88.19 88.176s39.596 88.176 88.19 88.176c44.44 0 81.35-33.11 87.336-75.934 1.04-5.406 1.59-10.983 1.59-16.69h-.5v-138.03h229.947v143.273c-16.156-20.733-41.344-34.11-69.58-34.11-48.594 0-88.192 39.59-88.192 88.177 0 48.588 39.598 88.176 88.192 88.176 45.258 0 82.704-34.34 87.633-78.31.743-4.598 1.134-9.313 1.134-14.122h-.498V185.753H267.814l37.825-19.69h152.516v-26.535h-191.61L476.983 20.24H190.83zm18.69 63.492h117.556l-117.556 66.64V83.73zm-88.426 192.364c37 0 67.066 28.642 69.35 65.04H51.745c2.283-36.398 32.348-65.04 69.348-65.04zm248.793 54.863c37.065 0 67.173 28.743 69.36 65.23H300.524c2.19-36.487 32.3-65.23 69.364-65.23z" fill="#fff"/></svg>
<svg class="tc-image-ornament tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M32 24c0 8.837-7.163 16-16 16S0 32.837 0 24c0-6.326 3.672-11.795 9-14.392V8a3 3 0 0 1 3-3V4a4 4 0 0 1 8 0v1a3 3 0 0 1 3 3v1.608c5.328 2.597 9 8.066 9 14.392zM18 4a2 2 0 0 0-4 0v1h4V4zm-2 7a12.963 12.963 0 0 0-9.38 4h18.76A12.962 12.962 0 0 0 16 11zM3 24c0 1.772.354 3.46.996 5h24.008A12.96 12.96 0 0 0 29 24c0-1.772-.355-3.46-.996-5H3.996A12.96 12.96 0 0 0 3 24zm13 13a12.96 12.96 0 0 0 9.38-4H6.62A12.96 12.96 0 0 0 16 37zM8 21a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm8 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm8 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
<svg class="tc-image-ornament-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M32 24c0 8.837-7.163 16-16 16S0 32.837 0 24c0-6.326 3.672-11.795 9-14.392V8a3 3 0 0 1 3-3V4a4 4 0 0 1 8 0v1a3 3 0 0 1 3 3v1.608c5.328 2.597 9 8.066 9 14.392zM18 4a2 2 0 0 0-4 0v1h4V4zm-2 7a12.963 12.963 0 0 0-9.38 4h18.76A12.962 12.962 0 0 0 16 11zM3 24c0 .252.007.501.021.75L7.272 29h4.243L3.38 20.866A13.03 13.03 0 0 0 3 24zm25.004 5c.047-.114.093-.228.137-.344L18.485 19h-4.242l10 10h3.76zM29 24c0-1.186-.159-2.335-.456-3.427L26.97 19h-4.243l6.216 6.216c.037-.4.056-.806.056-1.216zM16 37a12.96 12.96 0 0 0 9.38-4H6.62A12.96 12.96 0 0 0 16 37zm-.243-8H20L10 19H5.757l10 10z"/></svg>
<svg class="tc-image-os-android tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 39.095943450927734"><path d="M2.375 12.97a2.375 2.375 0 0 1 2.375 2.376v9.5a2.375 2.375 0 0 1-4.75 0v-9.5a2.375 2.375 0 0 1 2.375-2.375zm30.084 0a2.375 2.375 0 0 1 2.375 2.376v9.5a2.375 2.375 0 0 1-4.75 0v-9.5a2.375 2.375 0 0 1 2.375-2.375zm-26.125 0H28.5v16.626a2.375 2.375 0 0 1-2.375 2.375H23.75v4.75a2.375 2.375 0 1 1-4.75 0v-4.75h-3.166v4.75a2.375 2.375 0 1 1-4.75 0v-4.75H8.709a2.375 2.375 0 0 1-2.375-2.375V12.97zM9.104.305a.79.79 0 0 1 1.12 0l2.595 2.595c1.476-.647 3.062-1.012 4.598-1.012 1.55 0 3.15.37 4.637 1.03L24.666.304a.792.792 0 0 1 1.12 1.12l-2.26 2.26C26.369 5.41 28.5 8.217 28.5 11.387H6.334c0-3.183 2.148-6 5.01-7.724l-2.24-2.24a.792.792 0 0 1 0-1.12zm4.355 5.542a1.583 1.583 0 1 0 0 3.166 1.583 1.583 0 0 0 0-3.166zm7.916 0a1.583 1.583 0 1 0 0 3.166 1.583 1.583 0 0 0 0-3.166z"/></svg>
<svg class="tc-image-os-arm tc-image-button" width="22pt" height="22pt" viewBox="0 0 56.605003356933594 17.814998626708984"><path d="M56.605 17.814H52.25V6.831l-5.187 5.79-4.709-5.336v10.53h-4.75V.001h3.876l5.624 6.729 6-6.73h3.5v17.813zM20.979.002H28.5c3.498 0 6.334 2.085 6.334 5.145 0 1.888-1.079 3.405-2.726 4.29 2.46 2.318 4.705 8.377 4.705 8.377h-5.146s-1.98-7.52-5.146-7.52h-1.187v7.52h-4.355V.002zm4.355 2.77v4.355c4.354 0 4.75-.668 4.75-1.98 0-1.311-.396-2.77-4.75-2.374zM0 17.815L7.125.003h5.146l7.917 17.812h-5.146l-1.425-3.562h-7.6L4.75 17.815H0zM9.594 4.194l-2.451 6.892h5.207L9.594 4.194z"/></svg>
<svg class="tc-image-os-blackberry tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.91699981689453 33.25"><path d="M7.917 12.666c2.186 0 4.75 1.773 4.75 3.959s-2.564 3.958-4.75 3.958H0l1.584-7.917h6.333zM9.5 0c2.186 0 4.75 1.772 4.75 3.958S11.686 7.916 9.5 7.916H1.584L3.167 0H9.5zm15.834 0c2.186 0 4.75 1.772 4.75 3.958s-2.564 3.958-4.75 3.958h-8.313L18.605 0h6.729zM23.75 12.666c2.186 0 4.75 1.773 4.75 3.959s-2.564 3.958-4.75 3.958h-8.312l1.583-7.917h6.73zm-3.166 12.667c2.186 0 4.75 1.772 4.75 3.958 0 2.187-2.564 3.959-4.75 3.959h-7.917l1.583-7.917h6.334zM38 20.583c2.187 0 4.75 1.772 4.75 3.958S40.187 28.5 38 28.5h-7.916l1.583-7.917H38zm3.167-12.667c2.186 0 4.75 1.773 4.75 3.959s-2.564 3.958-4.75 3.958H33.25l1.584-7.917h6.333z"/></svg>
<svg class="tc-image-os-chromium tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.34748077392578 44.33399963378906"><path d="M22.174 14.25a7.917 7.917 0 1 1 0 15.834 7.917 7.917 0 0 1 0-15.834zm0-14.25c8.205 0 15.368 4.458 19.201 11.084l-18.882.796-.319-.005c-4.25 0-7.9 2.577-9.47 6.254L4.271 9.093C8.304 3.581 14.821 0 22.174 0zm22.167 22.167c0 12.242-9.925 22.167-22.167 22.167l-2.37-.126 5.75-12.317c4.023-1.398 6.912-5.224 6.912-9.724 0-3.26-1.517-6.167-3.883-8.053l13.08-2.516a22.068 22.068 0 0 1 2.68 10.569zm-44.334 0A22.06 22.06 0 0 1 4.087 9.35l7.81 12.274-.015.543c0 5.657 4.564 10.247 10.21 10.291L19.41 44.163C8.472 42.803.007 33.473.007 22.167z"/></svg>
<svg class="tc-image-os-gnome tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.259002685546875 44"><path d="M16.259 32s-3.25 3 1.75 5c3.828 1.531 2.632-3.504 3.5-4 1.75-1 5.75-2 6.75 0s-4.5 11-11.5 9S2.562 31.517 4.509 25.5c2.75-8.5 23.333-12.497 23-4.5-.25 6-7.25 7-11.25 11zm6.25-22c3.75-10 14.75-7 8.75 1s-10.221 2.924-8.75-1zm-7.931 1.526c-1.602-6.702 5.364-9.066 5.041-2.622-.323 6.444-4.413 5.252-5.041 2.622zm-6.38 2.818c-2.72-5.02 2.349-8.407 3.472-3.18 1.124 5.228-2.405 5.15-3.473 3.18zm-4.443 4.412C0 15.059 3.56 10.703 5.962 15.013c2.402 4.31-.734 5.194-2.207 3.743z"/></svg>
<svg class="tc-image-os-ios tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.505001068115234 23.94000244140625"><path d="M5.024 23.603H0V7.432h5.025v16.17zM2.698.001c.823.015 1.467.256 1.932.723.465.466.709 1.062.732 1.789-.007.712-.25 1.304-.728 1.776-.478.473-1.146.718-2.003.736-.809-.018-1.447-.263-1.915-.736C.248 3.817.01 3.225 0 2.513.01 1.786.256 1.19.737.723 1.217.257 1.872.016 2.697 0zm15.48.675c3.459.084 5.7 1.203 7.516 3.358 1.815 2.154 2.73 4.84 2.743 8.056-.047 3.748-1.06 6.652-3.039 8.714-1.979 2.062-4.243 3.108-7.586 3.136-3.338-.074-5.53-1.18-7.366-3.316-1.836-2.136-2.767-4.858-2.793-8.165.043-3.452 1.04-6.262 2.989-8.43C12.591 1.862 14.839.744 18.178.676zm-.1 4.011c-1.742.046-2.689.775-3.632 2.19-.943 1.414-1.42 3.241-1.43 5.481.014 2.265.5 4.084 1.455 5.457.956 1.372 1.894 2.077 3.607 2.114 1.725-.045 2.656-.775 3.586-2.19.93-1.415 1.4-3.242 1.41-5.481-.006-2.104-.468-3.877-1.385-5.318-.917-1.442-1.857-2.193-3.611-2.253zm11.983 16.594l3.465-3.286s2.02 1.614 3.143 1.628c1.245-.01 2.188-.233 2.83-.671.64-.438.963-1.03.966-1.779.012-.69-.296-1.274-.927-1.754-.63-.48-1.658-.946-3.082-1.4-1.885-.662-3.372-1.538-4.46-2.627-1.087-1.09-1.642-2.452-1.665-4.087.018-1.945.769-3.527 2.251-4.745 1.483-1.218 3.59-1.846 6.322-1.884 1.308.01 2.426.508 3.355.704.93.197 2.355 1.893 2.355 1.893l-2.915 2.58s-1.74-1.148-2.866-1.166c-1.17.02-2.042.24-2.617.663-.575.423-.861.929-.86 1.52-.01.694.338 1.268 1.047 1.72.708.451 1.837.94 3.388 1.468 1.95.728 3.39 1.638 4.317 2.73.928 1.094 1.389 2.432 1.381 4.016.016 1.964-.713 3.625-2.188 4.983-1.474 1.357-3.792 2.064-6.952 2.122-1.314-.015-2.529-.561-3.646-.846-1.117-.285-2.642-1.782-2.642-1.782z"/></svg>
<svg class="tc-image-os-ubuntu tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33967971801758 47.5"><path d="M38 0a4.75 4.75 0 1 1 0 9.5A4.75 4.75 0 0 1 38 0zm-1.584 38a4.75 4.75 0 1 1 0 9.5 4.75 4.75 0 0 1 0-9.5zM4.75 19a4.75 4.75 0 1 1 0 9.5 4.75 4.75 0 0 1 0-9.5zm7.125 4.75a7.127 7.127 0 0 0-4.374-6.574C10.176 9.922 17.151 4.75 25.333 4.75c1.946 0 3.823.292 5.59.836a7.126 7.126 0 0 0 9.023 6.02 18.923 18.923 0 0 1 4.387 12.144c0 4.835-1.806 9.248-4.78 12.601a7.125 7.125 0 0 0-10.25 5.984c-1.28.272-2.608.415-3.97.415-8.182 0-15.157-5.172-17.832-12.426a7.127 7.127 0 0 0 4.374-6.574zm13.458-11.083c-6.121 0-11.083 4.962-11.083 11.083s4.962 11.083 11.083 11.083 11.083-4.962 11.083-11.083-4.962-11.083-11.083-11.083z"/></svg>
<svg class="tc-image-os-windows tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.91699981689453 42.75"><path d="M7.917 3.167S9.5 0 17.417 0c3.872 0 6.166 1.315 8.169 2.874l-4.522 15.59c-2.157-1.45-4.367-2.63-6.814-2.63-6.333 0-9.5 1.583-9.5 1.583l3.167-14.25zm28.5 4.75c7.917 0 9.5-3.167 9.5-3.167l-4.75 15.833S38 23.75 31.667 23.75c-2.887 0-5.444-1.645-7.973-3.435l4.452-15.352c2.027 1.593 4.333 2.954 8.271 2.954zm-33.25 14.25S4.75 19 12.667 19c3.477 0 5.681 1.06 7.544 2.405l-4.536 15.64c-1.955-1.251-3.969-2.212-6.175-2.212-6.333 0-9.5 1.584-9.5 1.584l3.167-14.25zm28.5 4.75c7.917 0 9.5-3.167 9.5-3.167l-4.75 15.833s-3.167 3.167-9.5 3.167c-3.127 0-5.867-1.93-8.603-3.883l4.466-15.4c2.187 1.796 4.545 3.45 8.887 3.45z"/></svg>
<svg class="tc-image-os-windows-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 41"><path d="M0 5.5l17-2.226V19.5H0v-14zm17 32.226L0 35.5v-14h17v16.226zM42 0v19.5H19V3.012L42 0zm0 41l-23-3.012V21.5h23V41z"/></svg>
<svg class="tc-image-os-windows-rt tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.41699981689453 25.333003997802734"><path d="M19 25.333h-5.541l-3.15-6.135c-.332-.638-.657-.785-.976-1.236l-.97-1.108c-.327-.289-.685-.895-1.074-1.027-.388-.132-.823.198-1.306.198l-1.233-.588v9.896H0L.09 0h7.782c1.168 0 2.243.14 3.223.418.98.28 1.834.701 2.562 1.267.727.565 1.692 1.27 2.103 2.115.411.844.616 1.83.616 2.957 0 .886-.127 1.698-.381 2.437a6.394 6.394 0 0 1-1.086 1.974 6.657 6.657 0 0 1-1.7 1.476c-.663.407-.904.592-1.837 1.012.426.264 3.845 3.9 4.185 4.462L19 25.333zM4.75 4.75v5.937l2.375.396c.615 0 3.585-1.529 3.798-2.075.212-.547.715-1.16.715-1.838 0-1.23.031-.605-.698-1.295-.73-.69-2.965-1.035-4.33-1.035l-1.86-.09zm31.667 0h-6.333v20.583h-4.75V4.75H19V0h17.417v4.75z"/></svg>
<svg class="tc-image-os-windowsphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 41.16600036621094"><path d="M0 0h41.166v41.166H0V0zm9.441 7.095L7.095 17.651s2.346-1.173 7.037-1.173c1.813 0 3.45.875 5.047 1.95l3.35-11.55c-1.483-1.154-3.182-2.128-6.05-2.128-5.865 0-7.038 2.345-7.038 2.345zm21.111 3.519c-2.917 0-4.625-1.008-6.126-2.188l-3.298 11.372c1.873 1.326 3.767 2.544 5.906 2.544 4.691 0 7.037-2.345 7.037-2.345l3.518-11.729s-1.173 2.346-7.037 2.346zM5.923 21.17L3.578 31.725s2.346-1.173 7.037-1.173c1.634 0 3.125.711 4.574 1.639l3.36-11.586c-1.38-.996-3.013-1.781-5.588-1.781-5.865 0-7.037 2.346-7.037 2.346zm21.112 3.518c-3.217 0-4.963-1.225-6.583-2.556L17.143 33.54c2.027 1.447 4.057 2.876 6.373 2.876 4.691 0 7.037-2.345 7.037-2.345l3.519-11.729s-1.173 2.346-7.037 2.346z"/></svg>
<svg class="tc-image-os-windowsphone-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 47.5"><path d="M23.75 0C36.867 0 47.5 10.633 47.5 23.75S36.867 47.5 23.75 47.5 0 36.867 0 23.75 10.633 0 23.75 0zM12.608 10.262l-2.346 10.556s2.346-1.173 7.037-1.173c1.813 0 3.45.875 5.047 1.95l3.35-11.55c-1.483-1.154-3.182-2.128-6.05-2.128-5.865 0-7.038 2.345-7.038 2.345zm21.111 3.519c-2.917 0-4.625-1.008-6.126-2.188l-3.298 11.372c1.873 1.326 3.767 2.544 5.906 2.544 4.691 0 7.037-2.345 7.037-2.345l3.518-11.729s-1.173 2.346-7.037 2.346zM9.09 24.336L6.745 34.892s2.346-1.173 7.037-1.173c1.634 0 3.125.712 4.574 1.639l3.36-11.586c-1.38-.996-3.013-1.781-5.588-1.781-5.865 0-7.037 2.345-7.037 2.345zm21.112 3.519c-3.217 0-4.963-1.225-6.583-2.556L20.31 36.707c2.027 1.447 4.057 2.876 6.373 2.876 4.691 0 7.037-2.345 7.037-2.345l3.519-11.729s-1.173 2.346-7.037 2.346z"/></svg>
<svg class="tc-image-os-x64 tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.35000228881836 22.6460018157959"><path d="M.126 6.137l5.112 7.937L0 22.308h5.27l1.45-2.91c.39-.783.779-1.599 1.168-2.447h.094a34.84 34.84 0 0 0 1.2 2.447l1.545 2.91h5.427l-5.143-8.466 5.08-7.705h-5.206L9.528 8.783a57.49 57.49 0 0 0-1.198 2.48h-.064a177.2 177.2 0 0 0-1.262-2.414L5.49 6.137H.127zM30.804.057C30.395 0 29.772.012 28.934.09c-3.338.158-6.058 1.225-8.16 3.203-1.123 1.106-2.005 2.486-2.647 4.139-.642 1.653-.969 3.524-.981 5.612-.007 2.737.671 5.005 2.034 6.804 1.363 1.799 3.451 2.731 6.265 2.798 2.283-.053 4.102-.817 5.456-2.293 1.354-1.476 2.048-3.35 2.08-5.62-.045-2.328-.659-4.112-1.842-5.353-1.183-1.241-2.662-1.868-4.436-1.88-1.987.034-3.51.608-4.57 1.723h-.099c.261-1.292.94-2.42 2.038-3.385 1.097-.964 2.738-1.554 4.923-1.77.71-.073 1.314-.096 1.81-.068V.057zm-5.425 18.915c-1.154-.04-2.017-.494-2.587-1.365-.57-.871-.878-1.921-.923-3.15-.006-.603.072-1.05.232-1.344.24-.564.62-1.03 1.138-1.396.518-.366 1.12-.556 1.809-.568 1.075.031 1.88.416 2.412 1.154.533.738.8 1.64.799 2.706-.01 1.16-.271 2.105-.782 2.834-.511.73-1.21 1.106-2.098 1.13zm22.526 3.336v-5.405h2.445V13.23h-2.445V.394h-5.771l-7.78 13.32v3.19h9.145v5.404h4.406zm-9.073-9.078l.031-.07 2.731-4.909a159.281 159.281 0 0 0 1.936-4.183h.092a100.416 100.416 0 0 0-.123 4.183v4.979h-4.667z"/></svg>
<svg class="tc-image-os-x86 tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.44499969482422 22.6460018157959"><path d="M.126 6.137l5.112 7.937L0 22.308h5.27l1.45-2.91c.39-.783.779-1.599 1.168-2.447h.095a34.76 34.76 0 0 0 1.198 2.447l1.546 2.91h5.427l-5.143-8.466 5.08-7.705h-5.206L9.528 8.783a57.49 57.49 0 0 0-1.198 2.48h-.064a194.49 194.49 0 0 0-1.262-2.414L5.49 6.137H.127zm20.848 4.826c-2.504 1.037-3.78 2.865-3.828 5.484-.014 1.556.593 2.955 1.82 4.197 1.226 1.242 3.156 1.898 5.788 1.97 2.47-.032 4.4-.656 5.79-1.874 1.39-1.218 2.097-2.84 2.12-4.865-.03-1.397-.396-2.548-1.097-3.453-.7-.905-1.554-1.56-2.56-1.964v-.101c1.044-.554 1.81-1.255 2.298-2.103.488-.848.73-1.75.724-2.708.02-1.384-.504-2.628-1.572-3.735C29.39.705 27.663.121 25.276.057c-2.114.022-3.829.569-5.145 1.64-1.315 1.07-1.993 2.533-2.032 4.387-.001.97.237 1.873.715 2.708.477.836 1.197 1.537 2.16 2.103v.068zm3.982 8.04c-.968-.028-1.725-.34-2.272-.937a3.01 3.01 0 0 1-.815-2.124c.006-.798.238-1.481.696-2.048.459-.567 1.11-.972 1.955-1.215 1.008.265 1.826.693 2.453 1.282.627.59.95 1.362.968 2.318-.013.79-.288 1.438-.826 1.943-.537.504-1.257.765-2.16.782zm.092-15.61c.906.027 1.564.308 1.973.845.409.536.61 1.163.603 1.88-.019.682-.235 1.268-.648 1.758a3.122 3.122 0 0 1-1.504 1c-.866-.266-1.572-.642-2.12-1.127a2.428 2.428 0 0 1-.848-1.833c0-.694.212-1.283.636-1.767.424-.483 1.06-.736 1.908-.757zM48.267.057C47.858 0 47.235.012 46.397.09c-3.338.158-6.057 1.225-8.16 3.203-1.122 1.106-2.005 2.486-2.647 4.139-.641 1.653-.969 3.524-.98 5.612-.008 2.737.67 5.005 2.033 6.804 1.363 1.799 3.451 2.731 6.265 2.798 2.283-.053 4.102-.817 5.456-2.293 1.355-1.476 2.048-3.35 2.081-5.62-.046-2.328-.66-4.112-1.843-5.353-1.183-1.241-2.662-1.868-4.436-1.88-1.986.034-3.51.608-4.57 1.723h-.098c.26-1.292.94-2.42 2.037-3.385 1.097-.964 2.738-1.554 4.923-1.77.71-.073 1.314-.096 1.81-.068V.057zm-5.425 18.915c-1.154-.04-2.017-.494-2.587-1.365-.57-.871-.878-1.921-.923-3.15-.005-.603.072-1.05.232-1.344.24-.564.62-1.03 1.138-1.396.518-.366 1.12-.556 1.809-.568 1.075.031 1.88.416 2.412 1.154.533.738.8 1.64.799 2.706-.01 1.16-.271 2.105-.782 2.834-.511.73-1.21 1.106-2.098 1.13z"/></svg>
<svg class="tc-image-outlet tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 32"><path d="M9 0h20c4.97 0 9 10.03 9 15v2c0 4.97-4.03 15-9 15H9c-4.97 0-9-10.03-9-15v-2C0 10.03 4.03 0 9 0zm2.5 8A1.5 1.5 0 0 0 10 9.5v7a1.5 1.5 0 0 0 3 0v-7A1.5 1.5 0 0 0 11.5 8zm15 1a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 3 0v-6A1.5 1.5 0 0 0 26.5 9zm-7 13h-1c-1.933 0-3.5 2.067-3.5 4v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-1c0-1.933-1.567-4-3.5-4z"/></svg>
<svg class="tc-image-overcast tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path fill-rule="nonzero" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm-1.7-.92a9.09 9.09 0 0 0 1.234-1.143 10.17 10.17 0 0 1-.57-.716l-.736 1.84.073.02zm1.69-1.69c.25-.32.484-.665.7-1.03L8 10.63l-.7 1.75c.214.358.445.695.69 1.01zm.418.505c.4.45.828.846 1.275 1.188l.09-.022-.774-1.932c-.19.27-.387.524-.592.767zm.487 1.33a9.837 9.837 0 0 1-.937-.833c-.29.3-.592.576-.904.826a7.381 7.381 0 0 0 1.841.006zM8 .72a7.28 7.28 0 0 0-2.302 14.187L7.568 9.3a1.37 1.37 0 1 1 .866 0l1.87 5.607A7.28 7.28 0 0 0 8 .72zm4.052 11.332l-.51-.51A4.998 4.998 0 0 0 13.009 8a4.998 4.998 0 0 0-1.468-3.542l.51-.51A5.714 5.714 0 0 1 13.73 8a5.717 5.717 0 0 1-1.678 4.052zM9.975 9.975A2.788 2.788 0 0 0 10.793 8c0-.77-.313-1.47-.818-1.975l.51-.51c.635.636 1.028 1.515 1.028 2.485s-.393 1.85-1.03 2.484l-.508-.51zm-4.46.51C4.88 9.848 4.488 8.97 4.488 8s.393-1.85 1.03-2.484l.508.51a2.788 2.788 0 0 0-.001 3.949l-.51.51zM3.95 12.05A5.702 5.702 0 0 1 2.27 8c0-1.582.642-3.015 1.678-4.052l.51.51A5 5 0 0 0 2.99 8c0 1.383.562 2.635 1.468 3.542l-.51.51z"/></svg>
<svg class="tc-image-package tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12.960003852844238"><path d="M0 2.74v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97V2.74c0-.45-.3-.84-.75-.97L7.75.03a1.4 1.4 0 0 0-.5 0L.75 1.77C.3 1.9 0 2.29 0 2.74zm7 9.09l-6-1.59V3.47l6 1.61v6.75zM1 2.47l2.5-.67L10 3.53l-2.5.67L1 2.47zm13 7.77l-6 1.59V5.08l2-.55v2.44l2-.53V4l2-.53v6.77zM12 3L5.5 1.27l2-.53L14 2.47 12 3z"/></svg>
<svg class="tc-image-pacman tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.074338912963867 17.32921600341797"><path d="M14.074 3.459a8 8 0 1 0 0 10.412L9 8.665l5.074-5.206zM10 2.549a1.116 1.116 0 1 1 0 2.232 1.116 1.116 0 0 1 0-2.232z"/></svg>
<svg class="tc-image-page tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h24l12 12v30H0V0zm4 4v34h28V17H19V4H4zm19 0v9h9l-9-9z"/></svg>
<svg class="tc-image-page-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm5.913 37.195c1.329 0 2.348-.505 3.059-1.515.71-1.01 1.066-2.463 1.066-4.36 0-3.807-1.302-5.71-3.907-5.71-1.37 0-2.416.51-3.136 1.528-.721 1.018-1.082 2.498-1.082 4.44 0 3.744 1.334 5.617 4 5.617zm.108-9.703c1 0 1.5 1.302 1.5 3.906s-.51 3.907-1.53 3.907c-1.047 0-1.57-1.263-1.57-3.79 0-2.682.533-4.023 1.6-4.023z"/></svg>
<svg class="tc-image-page-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M13.562 11H2.438A.44.44 0 0 1 2 10.562V.438C2 .197 2.197 0 2.487 0h8.537L14 3v7.562a.44.44 0 0 1-.438.438zM11 1v2h2l-2-2zm2 3h-2.976V1H3v9h10V4zm-.5 8H1V1.5a.5.5 0 0 0-1 0v11a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 0-1z"/></svg>
<svg class="tc-image-page-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3c-.196-.801-.3-1.639-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm4.726 34.953c0-.146.052-.299.156-.46l.421-.497.613-.516.722-.527 1.072-.793c.344-.273.647-.574.91-.902.262-.329.473-.693.632-1.094.16-.401.239-.859.239-1.374a3.39 3.39 0 0 0-.246-1.318 2.714 2.714 0 0 0-.715-1.003 3.23 3.23 0 0 0-1.145-.636 4.871 4.871 0 0 0-1.527-.223c-1.225 0-2.324.315-3.297.945v2.172c.88-.766 1.801-1.15 2.765-1.15.558 0 .973.123 1.243.368.271.245.407.607.407 1.085 0 .245-.042.476-.125.692l-.379.642-.625.636-.864.672-.988.753a6.287 6.287 0 0 0-.957.961 5.156 5.156 0 0 0-.727 1.228c-.194.456-.29.97-.29 1.541V41h7.455v-2.047h-4.75z"/></svg>
<svg class="tc-image-page-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm2.288 36.633c.724.374 1.664.562 2.82.562 1.349 0 2.406-.305 3.172-.914.765-.609 1.148-1.437 1.148-2.483 0-.694-.229-1.279-.687-1.756-.459-.476-1.084-.764-1.875-.862v-.04c1.485-.37 2.227-1.287 2.227-2.75 0-.823-.319-1.492-.957-2.008-.639-.514-1.531-.772-2.678-.772-1.046 0-1.963.197-2.75.593v2.014c.709-.483 1.438-.724 2.188-.724 1.12 0 1.68.455 1.68 1.367 0 .968-.73 1.453-2.188 1.453h-.96v1.89h1.04c.76 0 1.358.135 1.793.406.435.27.652.656.652 1.156 0 .485-.175.863-.527 1.134-.352.27-.843.406-1.473.406-1 0-1.875-.273-2.625-.82v2.148z"/></svg>
<svg class="tc-image-page-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm8.848 25.797h-2.29l-.948 1.77-1.208 1.84-1.344 1.777-1.342 1.589v1.93h4.882V41h2.25v-2.297h1.578V36.86h-1.578v-7.063zm-4.922 7.063l.696-.888.71-.976.672-1.024.594-1.027v3.915h-2.672z"/></svg>
<svg class="tc-image-page-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm2.483 36.71c.734.323 1.64.485 2.718.485 1.328 0 2.38-.358 3.156-1.074.776-.716 1.164-1.639 1.164-2.769 0-1.021-.326-1.834-.976-2.438-.651-.604-1.552-.907-2.702-.907l-1.04.048.155-2.242h4.048v-2.016h-5.93l-.42 6.25 2-.132c1.566 0 2.35.554 2.35 1.663 0 .531-.184.952-.55 1.262-.367.31-.876.465-1.528.465a4.6 4.6 0 0 1-2.445-.703v2.108z"/></svg>
<svg class="tc-image-page-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm10.046 33.273c0-.52-.073-.994-.219-1.422a3.233 3.233 0 0 0-.617-1.097 2.738 2.738 0 0 0-.962-.706 3.063 3.063 0 0 0-1.257-.25c-1.037 0-1.821.366-2.353 1.1h-.045c.01-.516.084-.983.222-1.402.137-.419.327-.777.57-1.074.242-.296.532-.525.87-.687a2.593 2.593 0 0 1 1.133-.242c.672 0 1.292.161 1.86.484v-2.062c-.478-.203-1.15-.305-2.015-.305-.781 0-1.485.152-2.11.456a4.551 4.551 0 0 0-1.597 1.293c-.44.557-.779 1.228-1.015 2.012-.237.784-.355 1.658-.355 2.621 0 .817.09 1.548.272 2.194.182.646.445 1.192.79 1.638.343.446.764.786 1.262 1.02.497.234 1.06.351 1.69.351.563 0 1.08-.1 1.555-.301a3.743 3.743 0 0 0 1.227-.828c.344-.35.613-.766.805-1.245.193-.479.289-.995.289-1.548zm-2.415.157l-.102.761c-.067.233-.165.43-.292.594a1.314 1.314 0 0 1-1.066.52c-.225 0-.429-.052-.61-.156a1.536 1.536 0 0 1-.473-.427l-.309-.628-.108-.774.105-.684.3-.535c.13-.15.286-.268.468-.351.183-.083.387-.125.612-.125.983 0 1.475.602 1.475 1.805z"/></svg>
<svg class="tc-image-page-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm9.893 27.218v-1.42h-7.812v2.014h5.217l-1.214 2.11-1.046 2.214c-.315.758-.592 1.54-.832 2.348-.24.807-.433 1.646-.578 2.516h2.578c.135-.917.309-1.772.522-2.566.214-.794.472-1.576.774-2.344l1.047-2.336 1.344-2.536z"/></svg>
<svg class="tc-image-page-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3a10.53 10.53 0 0 1-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm1.998 33.985c0 .473.1.907.298 1.3.198.393.473.73.824 1.011.35.281.77.499 1.257.653.488.154 1.02.231 1.599.231a5.24 5.24 0 0 0 1.612-.235 3.874 3.874 0 0 0 1.258-.66c.352-.283.623-.622.816-1.015a2.94 2.94 0 0 0 .289-1.31c0-.317-.047-.622-.14-.916a2.725 2.725 0 0 0-.421-.816 3.11 3.11 0 0 0-.696-.67 3.746 3.746 0 0 0-.96-.48c.588-.282 1.048-.64 1.382-1.074.333-.434.5-.917.5-1.449 0-.422-.089-.813-.267-1.172a2.797 2.797 0 0 0-.746-.934 3.572 3.572 0 0 0-1.144-.616A4.575 4.575 0 0 0 29 29.61a4.48 4.48 0 0 0-1.442.223c-.44.148-.82.355-1.137.62a2.888 2.888 0 0 0-.745.946c-.18.364-.27.76-.27 1.186 0 .537.157 1.025.47 1.465.312.44.752.8 1.318 1.083-.37.124-.691.284-.965.48a3.016 3.016 0 0 0-.683.663 2.72 2.72 0 0 0-.41.805c-.091.29-.137.59-.137.904zm2.335-.212c0-.239.042-.46.125-.663l.344-.527c.146-.149.32-.263.524-.344.203-.081.422-.121.657-.121.25 0 .475.044.675.132l.519.355c.146.148.258.324.336.528l.118.64c0 .25-.042.476-.125.68a1.494 1.494 0 0 1-.344.516l-.519.328-.66.118-.676-.114-.52-.325a1.412 1.412 0 0 1-.336-.516 1.901 1.901 0 0 1-.118-.688zm.345-4.96l.098-.56.273-.452.423-.305.541-.114.529.11.43.302.285.452.101.566-.106.556-.289.452-.425.305-.525.11-.518-.11-.427-.301-.285-.453-.105-.559z"/></svg>
<svg class="tc-image-page-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 46.00306701660156"><path d="M0 0h24l12 12v16.151c1.856 1.894 3 4.488 3 7.349C39 41.299 34.299 46 28.5 46a10.481 10.481 0 0 1-8.247-4H0V0zm4 4v34h14.3c-.196-.801-.3-1.639-.3-2.5C18 29.701 22.701 25 28.5 25c1.227 0 2.405.21 3.5.597V17H19V4H4zm19 0v9h9l-9-9zm9.866 30.86c0-.828-.09-1.568-.27-2.219-.18-.65-.44-1.2-.781-1.648a3.437 3.437 0 0 0-1.238-1.028c-.484-.237-1.031-.355-1.641-.355a4.37 4.37 0 0 0-1.609.285c-.484.19-.9.46-1.246.809a3.67 3.67 0 0 0-.809 1.25 4.32 4.32 0 0 0-.289 1.608c0 .506.08.969.238 1.39.158.422.38.785.664 1.09a3.048 3.048 0 0 0 2.278.973c1.01 0 1.763-.367 2.258-1.1l.047.015c-.006 1.093-.25 1.93-.729 2.508-.479.578-1.142.867-1.99.867-.829 0-1.537-.193-2.126-.578v2.03c.662.292 1.451.438 2.368.438.765 0 1.45-.145 2.053-.434a4.225 4.225 0 0 0 1.536-1.246c.419-.542.738-1.204.957-1.987.22-.784.329-1.673.329-2.668zm-2.493-1.313l-.105.64-.296.517-.458.347a1.345 1.345 0 0 1-.593.129c-.23 0-.439-.04-.627-.121a1.306 1.306 0 0 1-.48-.356 1.68 1.68 0 0 1-.308-.574l-.11-.776.11-.744.305-.59c.13-.164.285-.293.465-.386.18-.094.377-.14.59-.14.223 0 .428.053.616.16.188.106.347.25.477.433l.305.653.11.809z"/></svg>
<svg class="tc-image-page-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M23 13h7.75L23 5.25V13zm9 4H19V4H4v24H0V0h23.25L36 12.75V42H14v-4h18V17zM8 21h5v8h8v5h-8v8H8v-8H0v-5h8v-8zM0 42v-7h4v3h3v4H0z"/></svg>
<svg class="tc-image-page-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.25 47"><path d="M15 34h16l-8-8h6.25l11 10.5-10 10.5H23l8-8H15v-5zM0 0h23.25L36 12.75v18l-4-4V17H19V4H4v34h9.75l1 4H0V0zm23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h22.25L36 13.75V42H0V0zm5 5v32h26V20H16V5H5zm16 .25V15h9.75L21 5.25z"/></svg>
<svg class="tc-image-page-break tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 64.17599487304688"><path d="M41 29.088V2.065A34.884 34.884 0 0 0 37 0v25.088H9V0a34.884 34.884 0 0 0-4 2.065v27.023h36zm-33 4v2h2v-2H8zm4 0v2h2v-2h-2zm4 0v2h2v-2h-2zm4 0v2h2v-2h-2zm4 0v2h2v-2h-2zm8 0v2h2v-2h-2zm4 0v2h2v-2h-2zm-31 5v24.023a34.886 34.886 0 0 0 4 2.065V42.088h28v22.088a34.894 34.894 0 0 0 4-2.065V38.088H5zm1-5H4v2h2v-2zm36 0h-2v2h2v-2zm-14 0v2h2v-2h-2zm-26 0H0v2h2v-2zm44 0h-2v2h2v-2z"/></svg>
<svg class="tc-image-page-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M3.5 28.5L10 35l10.5-10.5L24 28 10 42 0 32l3.5-3.5zM0 0h23.25L36 12.75V42H12l4-4h16V17H19V4H4v22l-4 4V0zm0 42v-8l8 8H0zM23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-code tc-image-button" width="22pt" height="22pt" viewBox="0 0 41 46"><path d="M0 0h22.25L35 12.75V20h-4v-3H18V4H4v34h11.75l.5 4H0V0zm22 5.25V13h7.75L22 5.25zM23 38h9l-1 4h-7l-1-4zm7-17h4s3 0 3 5v3s0 3 4 3v3c-4 0-4 3-4 3v3c0 5-3 5-3 5h-4v-3h2c2 0 2-3 2-3v-3.5c0-2.966 2.932-3 2.999-3-.067 0-2.999-.034-2.999-3V27s0-3-2-3h-2v-3zm-5 0v3h-2c-2 0-2 3-2 3v3.5c0 2.966-2.932 3-2.999 3 .067 0 2.999.034 2.999 3V40s0 3 2 3h2v3h-4s-3 0-3-5v-3s0-3-4-3v-3c4 0 4-3 4-3v-3c0-5 3-5 3-5h4z"/></svg>
<svg class="tc-image-page-copy tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 44"><path d="M7 5h11.75l-1-1H4v31h3V5zm19.25 0L39 17.75V44H7v-5H0V0h19.25l5 5h2zM11 9v31h24V22H22V9H11zm15 1.25V18h7.75L26 10.25z"/></svg>
<svg class="tc-image-page-corner tc-image-button" width="22pt" height="22pt" viewBox="0 0 51.08799743652344 51.08799743652344"><path d="M51.088 0H2.689A34.915 34.915 0 0 0 0 5h46.088v46.088a34.902 34.902 0 0 0 5-2.69V0z"/></svg>
<svg class="tc-image-page-corner-bookmark tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.944000244140625 54.08799743652344"><path d="M24.944 3H5.545a34.916 34.916 0 0 0-2.689 5h22.088v32l10-10.083 10 10.083V8h4v46.088a34.902 34.902 0 0 0 5-2.69V3h-9V0h-20v3zm-4 11H.862a34.93 34.93 0 0 0-.791 5h20.873v-5zm0 10H0a35.03 35.03 0 0 0 .644 5h20.3v-5zm0 15v-5H2.055a34.821 34.821 0 0 0 2.289 5h16.6zm22 5H7.721a35.212 35.212 0 0 0 4.95 5h30.273v-5z"/></svg>
<svg class="tc-image-page-corner-break tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.77400207519531 64.17599487304688"><path d="M53.774 40.088H.692a34.72 34.72 0 0 0 1.576 5h46.506v19.088a34.902 34.902 0 0 0 5-2.69V40.088zm-50-7v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm2-5V2.689a34.915 34.915 0 0 0-5-2.689v23.088H.942a34.851 34.851 0 0 0-.942 5h53.774z"/></svg>
<svg class="tc-image-page-corner-cells tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.87300491333008 54"><path d="M34.873 54c4.1 0 8.035-.705 11.69-2h-14.69v-7h17v6.088a34.911 34.911 0 0 0 5-2.69V0H5.474a34.915 34.915 0 0 0-2.689 5h7.088v7h-9.3c-.2.986-.359 1.986-.474 3h9.774v7H0c.086 1.013.215 2.014.385 3h9.488v7H2.367a34.82 34.82 0 0 0 1.369 3h6.137v7H8.491a35.206 35.206 0 0 0 4.382 4.223V45h16v7h-5.69c3.655 1.295 7.59 2 11.69 2zm14-49v7h-17V5h17zm0 10v7h-17v-7h17zm0 10v7h-17v-7h17zm0 10v7h-17v-7h17zm-20-30v7h-16V5h16zm0 10v7h-16v-7h16zm0 10v7h-16v-7h16zm0 10v7h-16v-7h16z"/></svg>
<svg class="tc-image-page-corner-folded tc-image-button" width="22pt" height="22pt" viewBox="0 0 51.08799743652344 51.08799743652344"><path d="M13.088 5c6.121 0 11 4.879 11 11v11h11c6.121 0 11 4.879 11 11v13.088a34.922 34.922 0 0 0 5-2.69v-16.73a9.506 9.506 0 0 0-2.782-6.718L26.138 2.783A9.506 9.506 0 0 0 19.421 0H2.689A34.915 34.915 0 0 0 0 5h13.088zm12.667 2.917l17.416 17.416C41.018 23.223 37.889 22 35.088 22h-6v-6c0-2.801-1.222-5.93-3.333-8.083z"/></svg>
<svg class="tc-image-page-corner-folded-grid tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.874000549316406 53.874000549316406"><path d="M26.874 16v6h-2v-6h2zm0 11h4v2h-6v-6h2v4zm22 11v6h-3v-6h3zm-3 14h.69a34.862 34.862 0 0 0 7.31-3.601V31.667a9.506 9.506 0 0 0-2.782-6.718L28.924 2.783A9.506 9.506 0 0 0 22.207 0H5.475a34.867 34.867 0 0 0-3.601 7.31V8h-.236c-.11.331-.215.665-.315 1h.551v6H.1c-.038.332-.07.665-.1 1h1.874v6H.001c.028.335.061.668.1 1h1.773v6h-.55c.1.336.204.669.314 1h.236v.69a35.03 35.03 0 0 0 1 2.509V30h6v6H4.273c.379.681.78 1.348 1.202 2h3.399v4.431c.326.362.66.716 1 1.064V38h6v6h-5.495c.348.34.702.674 1.064 1h4.431v3.399a35.05 35.05 0 0 0 2 1.202V45h6v6h-3.199c.82.364 1.657.698 2.509 1h.69v.237c.331.109.665.214 1 .314V52h6v1.774c.332.038.665.07 1 .1V52h6v1.873a34.99 34.99 0 0 0 1-.1V52h6v.55a36.3 36.3 0 0 0 1-.313V52zm.083-26.667C43.804 23.223 40.675 22 37.874 22h-6v-6c0-2.65-1.094-5.593-3-7.727V8.25l17.083 17.083zM2.874 8V5h6v3h-6zm7 0V5h6v3h-6zm8 0V5.178c2.15.387 4.074 1.39 5.585 2.822h-5.585zm7 7V9.636A10.959 10.959 0 0 1 26.83 15h-1.956zm7 14v-2h6v2h-6zm7 0v-1.956A10.96 10.96 0 0 1 44.238 29h-5.364zm7 7v-5.585A10.922 10.922 0 0 1 48.696 36h-2.822zm0 9h3v6h-3v-6zm-1-7v6h-6v-6h6zm-6 13v-6h6v6h-6zm-1-13v6h-6v-6h6zm-6 13v-6h6v6h-6zm-1-13v6h-6v-6h6zm-6 13v-6h6v6h-6zm-1-13v6h-6v-6h6zm-8-2h-6v-6h6v6zm0-7h-6v-6h6v6zm-13-6h6v6h-6v-6zm13-1h-6v-6h6v6zm-13-6h6v6h-6v-6zm13-1h-6V9h6v6zm-13-6h6v6h-6V9zm36 21h6v6h-6v-6zm-7 0h6v6h-6v-6zm-7 0h6v6h-6v-6zm-7-15V9h6v6h-6zm0 7v-6h6v6h-6zm0 7v-6h6v6h-6zm0 7v-6h6v6h-6z"/></svg>
<svg class="tc-image-page-corner-folded-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.944000244140625 51.08799743652344"><path d="M15.944 5c6.121 0 11 4.879 11 11v11h11c6.121 0 11 4.879 11 11v13.088a34.922 34.922 0 0 0 5-2.69v-16.73a9.506 9.506 0 0 0-2.782-6.718L28.994 2.783A9.506 9.506 0 0 0 22.277 0H5.545a34.915 34.915 0 0 0-2.689 5h13.088zm12.667 2.917l17.416 17.416C43.874 23.223 40.745 22 37.944 22h-6v-6c0-2.801-1.222-5.93-3.333-8.083zM20.944 11H.862a34.93 34.93 0 0 0-.791 5h20.873v-5zm0 10H0a35.03 35.03 0 0 0 .644 5h20.3v-5zm22 10H2.055a34.819 34.819 0 0 0 2.289 5h38.6v-5zm0 10H7.721a35.212 35.212 0 0 0 4.95 5h30.273v-5z"/></svg>
<svg class="tc-image-page-corner-grid tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.94300079345703 53.944000244140625"><path d="M53.943 0H5.544a34.916 34.916 0 0 0-2.689 5h3.088v5H1.111c-.088.331-.171.665-.25 1h5.082v5H.07A35.29 35.29 0 0 0 0 17h5.943v5H.07c.028.335.061.668.1 1h5.773v5H1.111c.18.675.378 1.342.596 2h4.236v5H3.806c.173.337.352.67.536 1h1.601v2.602c.322.476.656.943 1 1.401V36h5v5H7.72c.274.339.554.672.84 1h3.383v3.382c.328.287.661.567 1 .84V42h5v5H13.94c.458.344.925.678 1.4 1h2.603v1.601c.33.184.663.363 1 .536V48h5v4.237c.658.217 1.325.416 2 .595V48h5v5.774c.332.038.665.07 1 .1V48h5v5.944c.335-.019.668-.043 1-.07V48h5v5.082a34.93 34.93 0 0 0 1-.25V48h5v3.088a34.912 34.912 0 0 0 5-2.69V0zm-5 42v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-7 0v5h-5v-5h5zm25-6v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-7 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm31-6v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-7 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm37-7v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-7 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm37-6v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-7 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm37-6v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-7 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm-6 0v5h-5v-5h5zm37-6v5h-5V5h5zm-6 0v5h-5V5h5zm-6 0v5h-5V5h5zm-6 0v5h-5V5h5zm-7 0v5h-5V5h5zm-6 0v5h-5V5h5zm-6 0v5h-5V5h5z"/></svg>
<svg class="tc-image-page-corner-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.944000244140625 51.08799743652344"><path d="M53.944 0H5.545a34.915 34.915 0 0 0-2.689 5h46.088v46.088a34.902 34.902 0 0 0 5-2.69V0zm-11 11H.862a34.93 34.93 0 0 0-.791 5h42.873v-5zm0 10H0a35.03 35.03 0 0 0 .644 5h42.3v-5zm0 10H2.055a34.821 34.821 0 0 0 2.289 5h38.6v-5zm0 10H7.721a35.212 35.212 0 0 0 4.95 5h30.273v-5z"/></svg>
<svg class="tc-image-page-corner-text-break tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.77400207519531 64.17599487304688"><path d="M53.774 40.088H.692a34.72 34.72 0 0 0 1.576 5h46.506v19.088a34.902 34.902 0 0 0 5-2.69V40.088zm-50-7v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm6 0v2h4v-2h-4zm2-5V2.689a34.919 34.919 0 0 0-5-2.689v23.088H.942a34.851 34.851 0 0 0-.942 5h53.774zm-11-11v-5H6.047a34.965 34.965 0 0 0-2.905 5h39.632zm0 39v-5H5.375a35.148 35.148 0 0 0 3.923 5h33.476zm0-49v-5H16.736a35.143 35.143 0 0 0-6.457 5h32.495z"/></svg>
<svg class="tc-image-page-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.90800476074219 52.907997131347656"><path d="M8.454 5.454h23.25l12.75 12.75v29.25h-36v-42zm4 4v34h28v-21h-13v-13h-15zm19 1.25v7.75h7.75l-7.75-7.75zm21.454 38.668a35.225 35.225 0 0 1-3.536 3.536l-4.453-4.454h.535v-6.535l7.454 7.453zM0 3.536A35.215 35.215 0 0 1 3.536 0l4.453 4.454h-.535v6.535L0 3.536z"/></svg>
<svg class="tc-image-page-csv tc-image-button" width="22pt" height="22pt" viewBox="0 0 60.55500030517578 86.4990005493164"><path d="M20.694 57.423c.831 0 1.55.623 1.786 1.342l2.408-1.121c-.553-1.273-1.771-2.685-4.193-2.685-2.893 0-5.079 1.924-5.079 4.775 0 2.837 2.187 4.774 5.079 4.774 2.422 0 3.654-1.467 4.193-2.699l-2.408-1.107c-.235.719-.955 1.342-1.786 1.342-1.342 0-2.242-1.024-2.242-2.311s.9-2.31 2.242-2.31zm8.189.319c0-.235.152-.415.706-.415.872 0 1.91.304 2.712.913l1.495-1.979c-1.052-.858-2.408-1.287-3.917-1.287-2.533 0-3.833 1.495-3.833 3.059 0 3.64 5.148 2.74 5.148 3.626 0 .36-.498.499-1.024.499a4.304 4.304 0 0 1-2.976-1.19l-1.453 2.076c.982.886 2.325 1.467 4.291 1.467 2.477 0 3.986-1.176 3.986-3.211 0-3.434-5.135-2.686-5.135-3.558zm10.896 3.584l-1.993-6.214h-3.169l3.404 9.231h3.515l3.405-9.231h-3.169z"/><path d="M60.555 5.75h-.005V1.73A1.73 1.73 0 0 0 58.82 0H25.95L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.09a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005V5.75zM9.957 76.544V29.41H27.68a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v66.587H9.957z"/></svg>
<svg class="tc-image-page-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M23 13h7.75L23 5.25V13zm9 4H19V4H4v18l-4 4V0h23.25L36 12.75V42H16.5l4-4H32V17zm-16.862 6.67l3.359 3.359-5.598 5.598 5.598 5.598-3.36 3.358-5.597-5.598-5.598 5.598-3.359-3.358 5.598-5.598-5.598-5.598 3.36-3.359 5.597 5.598 5.598-5.598z"/></svg>
<svg class="tc-image-page-doc tc-image-button" width="22pt" height="22pt" viewBox="0 0 60.55500030517578 86.4990005493164"><path d="M60.555 5.75h-.005V1.73A1.73 1.73 0 0 0 58.82 0H25.95L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.09a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005V5.75zM9.957 76.544V29.41H27.68a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v66.587H9.957z"/><path d="M18.941 55.112h-4.124v9.231h4.138c2.893 0 5.052-1.675 5.052-4.623s-2.16-4.608-5.066-4.608zm0 6.796h-1.329v-4.36h1.342c1.495 0 2.214.927 2.214 2.173.001 1.162-.829 2.187-2.227 2.187zm11.295-6.948c-2.851 0-5.052 1.938-5.052 4.775 0 2.837 2.201 4.774 5.052 4.774 2.851 0 5.051-1.938 5.051-4.774.001-2.838-2.2-4.775-5.051-4.775zm0 7.086c-1.343 0-2.214-1.024-2.214-2.311s.872-2.312 2.214-2.312 2.214 1.024 2.214 2.312-.871 2.311-2.214 2.311zm11.31-4.623c.831 0 1.55.623 1.786 1.342l2.408-1.121c-.554-1.273-1.771-2.685-4.194-2.685-2.892 0-5.079 1.924-5.079 4.775 0 2.837 2.187 4.774 5.079 4.774 2.422 0 3.654-1.467 4.194-2.699l-2.408-1.107c-.235.719-.955 1.342-1.786 1.342-1.342 0-2.242-1.024-2.242-2.311s.899-2.31 2.242-2.31z"/></svg>
<svg class="tc-image-page-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h23.25L36 12.75V42H0V0zm4 4v34h28V17H19V4H4zm19 1.25V13h7.75L23 5.25zM10 16h4v8.5l3-3v4.75l-5 5-5-5.5V21.5l3 3V16zm8 16v4H6v-4h12z"/></svg>
<svg class="tc-image-page-duplicate tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 38"><path d="M4 4v30h5v4H0V0h9v4H4zm6 24h4v6h24V16H26V4H14v18h-4V0h20.25L42 11.75V38H10V28zm-5-5h18l-7-6h6l9.292 8.333L22 33h-6l7-6H5v-4zM30 5.25V12h6.75L30 5.25z"/></svg>
<svg class="tc-image-page-edit tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.369998931884766 42"><path d="M34.37 13h7.75l-7.75-7.75V13zm9 3h-13V4h-15v10.25l-4-4V0h23.25l12.75 12.75V42h-36V24.75l4 4V38h28V16zm-32.458-4.5l15.041 15.042-5.541 5.541L5.37 17.042l5.542-5.542zm-6.73 4.354l-3.166-2.54C0 12.298.396 10.14 1.412 9.125l1.583-1.583C4.01 6.526 5.938 6.13 6.953 7.146l2.771 3.167-5.541 5.541zm24.16 19.396l-6.743-1.98 5.542-5.54 1.85 6.87-.65.65z"/></svg>
<svg class="tc-image-page-excel tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 46"><path d="M0 0h22.25L35 12.75V20h-4v-4H19V4H4v34h11.25L12 42H0V0zm35 39.75L31 34v-4l4-5v14.75zM21.25 42l2.985-3.655L26.5 42h-5.25zM22 5.25V13h7.75L22 5.25zM13.25 21h7.25l4.537 6.422L30 21h6.5l-8.493 10.704L38 46h-7.5l-6.278-9.48L19 43h-6.5l8.753-10.761L13.25 21z"/></svg>
<svg class="tc-image-page-export tc-image-button" width="22pt" height="22pt" viewBox="0 0 89.52999114990234 86.4990005493164"><path d="M89.049 58.803L70.59 45.661a1.255 1.255 0 0 0-1.312-.093c-.424.218-.684.694-.685 1.173l.009 6.221H51.996c-.706 0-1.391.497-1.391 1.204v11.442c0 .707.685 1.194 1.391 1.194H68.77v6.27c0 .478.184.917.609 1.136.425.219.853.182 1.242-.096l18.432-13.228c.335-.239.477-.626.477-1.038v-.002c0-.415-.144-.801-.481-1.041z"/><path d="M58.825 71.803h-6.49a1.73 1.73 0 0 0-1.73 1.73h-.007v3.01H9.956V29.41h17.723a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v36.356h.011a1.728 1.728 0 0 0 1.726 1.691h6.49c.943 0 1.705-.754 1.726-1.691h.004V5.751h-.005V1.73A1.73 1.73 0 0 0 58.819 0h-32.87L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.089a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005v-8.79a1.729 1.729 0 0 0-1.729-1.728z"/></svg>
<svg class="tc-image-page-export-csv tc-image-button" width="22pt" height="22pt" viewBox="0 0 89.52999114990234 86.4990005493164"><path d="M89.049 58.803L70.59 45.661a1.255 1.255 0 0 0-1.312-.093c-.424.218-.684.694-.685 1.173l.009 6.221H51.996c-.706 0-1.391.497-1.391 1.204v11.442c0 .707.685 1.194 1.391 1.194H68.77v6.27c0 .478.184.917.609 1.136s.853.182 1.242-.097l18.432-13.228c.335-.239.477-.626.477-1.038v-.002c0-.414-.144-.8-.481-1.04z"/><path d="M58.825 71.803h-6.49a1.73 1.73 0 0 0-1.73 1.73h-.007v3.01H9.956V29.41h17.723a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v36.356h.011a1.728 1.728 0 0 0 1.726 1.691h6.49c.943 0 1.705-.754 1.726-1.691h.004V5.75h-.005V1.73A1.73 1.73 0 0 0 58.819 0h-32.87L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.089a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005v-8.79a1.729 1.729 0 0 0-1.729-1.728z"/><path d="M20.945 57.423c.831 0 1.55.623 1.786 1.342l2.408-1.121c-.553-1.273-1.771-2.685-4.193-2.685-2.893 0-5.079 1.924-5.079 4.775 0 2.837 2.187 4.774 5.079 4.774 2.422 0 3.654-1.467 4.193-2.699l-2.408-1.107c-.235.719-.955 1.342-1.786 1.342-1.342 0-2.242-1.024-2.242-2.311s.899-2.31 2.242-2.31zm9.476 4.734a4.304 4.304 0 0 1-2.976-1.19l-1.453 2.076c.982.886 2.325 1.467 4.291 1.467 2.477 0 3.986-1.176 3.986-3.211 0-3.432-5.135-2.685-5.135-3.557 0-.235.152-.415.706-.415.872 0 1.91.304 2.712.913l1.495-1.979c-1.052-.858-2.408-1.287-3.917-1.287-2.533 0-3.833 1.495-3.833 3.059 0 3.64 5.148 2.74 5.148 3.626 0 .359-.498.498-1.024.498zm7.615-7.045h-3.169l3.404 9.231h3.516l3.404-9.231h-3.169l-1.993 6.214z"/></svg>
<svg class="tc-image-page-export-doc tc-image-button" width="22pt" height="22pt" viewBox="0 0 89.52999114990234 86.4990005493164"><path d="M89.049 58.803L70.59 45.661a1.255 1.255 0 0 0-1.312-.093c-.424.218-.684.694-.685 1.173l.009 6.221H51.996c-.706 0-1.391.497-1.391 1.204v11.442c0 .707.685 1.194 1.391 1.194H68.77v6.27c0 .478.184.917.609 1.136.425.219.853.182 1.242-.097l18.432-13.228c.335-.239.477-.626.477-1.038v-.002c0-.414-.144-.8-.481-1.04z"/><path d="M58.825 71.803h-6.49a1.73 1.73 0 0 0-1.73 1.73h-.007v3.01H9.956V29.41h17.723a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v36.356h.011a1.728 1.728 0 0 0 1.726 1.691h6.49c.943 0 1.705-.754 1.726-1.691h.004V5.75h-.005V1.73A1.73 1.73 0 0 0 58.819 0h-32.87L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.089a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005v-8.79a1.729 1.729 0 0 0-1.729-1.728z"/><path d="M15.129 55.112v9.231h4.138c2.893 0 5.052-1.675 5.052-4.623s-2.159-4.608-5.065-4.608h-4.125zm6.352 4.609c0 1.163-.83 2.187-2.228 2.187h-1.328v-4.36h1.342c1.495 0 2.214.927 2.214 2.173zm4.017.014c0 2.837 2.201 4.774 5.052 4.774 2.851 0 5.051-1.938 5.051-4.774 0-2.837-2.201-4.775-5.051-4.775-2.852 0-5.052 1.937-5.052 4.775zm7.266 0c0 1.287-.872 2.311-2.214 2.311-1.343 0-2.214-1.024-2.214-2.311s.872-2.312 2.214-2.312 2.214 1.025 2.214 2.312zm9.094-2.312c.831 0 1.55.623 1.786 1.342l2.408-1.121c-.554-1.273-1.771-2.685-4.194-2.685-2.892 0-5.079 1.924-5.079 4.775 0 2.837 2.187 4.774 5.079 4.774 2.422 0 3.654-1.467 4.194-2.699l-2.408-1.107c-.235.719-.955 1.342-1.786 1.342-1.342 0-2.242-1.024-2.242-2.311s.9-2.31 2.242-2.31z"/></svg>
<svg class="tc-image-page-export-pdf tc-image-button" width="22pt" height="22pt" viewBox="0 0 89.52999114990234 86.4990005493164"><path d="M89.049 58.803L70.59 45.661a1.255 1.255 0 0 0-1.312-.093c-.424.218-.684.694-.685 1.173l.009 6.221H51.996c-.706 0-1.391.497-1.391 1.204v11.442c0 .707.685 1.194 1.391 1.194H68.77v6.27c0 .478.184.917.609 1.136s.853.182 1.242-.097l18.432-13.228c.335-.239.477-.626.477-1.038v-.002c0-.414-.144-.8-.481-1.04z"/><path d="M58.825 71.803h-6.49a1.73 1.73 0 0 0-1.73 1.73h-.007v3.01H9.956V29.41h17.723a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v36.356h.011a1.728 1.728 0 0 0 1.726 1.691h6.49c.943 0 1.705-.754 1.726-1.691h.004V5.75h-.005V1.73A1.73 1.73 0 0 0 58.819 0h-32.87L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.089a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005v-8.79a1.729 1.729 0 0 0-1.729-1.728z"/><path d="M16.29 55.112v9.231h2.795v-2.906h2.131c2.159 0 3.321-1.439 3.321-3.156 0-1.73-1.162-3.169-3.321-3.169H16.29zm5.411 3.169c0 .484-.374.72-.844.72h-1.772v-1.453h1.771c.471 0 .845.235.845.733zm4.292-3.169v9.231h4.138c2.893 0 5.052-1.675 5.052-4.623s-2.159-4.608-5.065-4.608h-4.125zm6.352 4.609c0 1.163-.83 2.187-2.228 2.187h-1.329v-4.36h1.342c1.495 0 2.215.927 2.215 2.173zm11.536-2.173v-2.436h-7.003v9.231h2.795v-3.446h4.11v-2.436h-4.11v-.913z"/></svg>
<svg class="tc-image-page-file-gif tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M18 33.5a2.5 2.5 0 0 1-2.5 2.5h-1a2.5 2.5 0 0 1-2.5-2.5v-3a2.5 2.5 0 0 1 2.5-2.5h1c1.38 0 2.5.12 2.5 2h-3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1c.552 0 1-.224 1-.5s-.448-.5-1-.5v-2h3v2.5zm8 2.5v-8h4v2h-2v1h2v2h-2v3h-2zm-7-8h6v2h-2v4h2v2h-6v-2h2v-4h-2v-2zm13-11H20V4H4v34h28V17zM0 42V0h23.25L36 12.75V42H0zM23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-file-gif-tag tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 45.000003814697266"><path d="M16 31h15V17H19V4H4v34h9v-4a3 3 0 0 1 3-3zm-3 11H0V0h22.25L35 12.75V31a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H16a3 3 0 0 1-3-3zm9-36.75V13h7.75L22 5.25zm1 34.25V37h-3v2c.552 0 1 .224 1 .5s-.448.5-1 .5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h3c0-1.88-1.12-2-2.5-2h-1a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 2.5 2.5h1a2.5 2.5 0 0 0 2.5-2.5zm8 2.5h2v-3h2v-2h-2v-1h2v-2h-4v8zm-7-8v2h2v4h-2v2h6v-2h-2v-4h2v-2h-6z"/></svg>
<svg class="tc-image-page-file-pdf tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M32 17H19V4H4v34h28V17zm4 25H0V0h23.25L36 12.75V42zM23 5.25V13h7.75L23 5.25zM11 36v-8h3c1.657 0 3 .843 3 2.5S15.657 33 14 33h-1v3h-2zm3-5c.552 0 1 .052 1-.5s-.448-.5-1-.5h-1v1h1zm11 5v-8h5v2h-3v1h2v2h-2v3h-2zm-7-8h3a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3h-3v-8zm4 5v-2a1 1 0 0 0-1-1h-1v4h1a1 1 0 0 0 1-1z"/></svg>
<svg class="tc-image-page-file-pdf-tag tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 45.000003814697266"><path d="M16 31h15V17H19V4H4v34h9v-4a3 3 0 0 1 3-3zm-3 11H0V0h22.25L35 12.75V31a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H16a3 3 0 0 1-3-3zm9-36.75V13h7.75L22 5.25zM16 42h2v-3h1c1.657 0 3-.843 3-2.5S20.657 34 19 34h-3v8zm3-5h-1v-1h1c.552 0 1-.052 1 .5s-.448.5-1 .5zm11 5h2v-3h2v-2h-2v-1h3v-2h-5v8zm-7-8v8h3a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3h-3zm4 5a1 1 0 0 1-1 1h-1v-4h1a1 1 0 0 1 1 1v2z"/></svg>
<svg class="tc-image-page-filled tc-image-button" width="22pt" height="22pt" viewBox="0 0 60.55055618286133 86.5"><path d="M1.73 29.41h25.95c.957 0 1.73-.774 1.73-1.73V1.73A1.73 1.73 0 0 0 27.68 0h-1.73L0 25.95v1.729a1.73 1.73 0 0 0 1.73 1.731z"/><path d="M58.82 0H41.098c-.806 0-1.476.553-1.67 1.298h-.06v36.551h-.002l.002.023a1.73 1.73 0 0 1-1.73 1.73l-.01-.001v.001H1.732c-.873 0-1.586.647-1.706 1.487H0V84.77c0 .956.774 1.73 1.73 1.73h57.09a1.73 1.73 0 0 0 1.73-1.73V1.73A1.73 1.73 0 0 0 58.82 0z"/></svg>
<svg class="tc-image-page-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.961997985839844 46.33300018310547"><path d="M15.779 30.75c-1.212-4.501 2.25-7.964 5.194-8.483 2.943-.52 5.367 1.904 7.791 4.328 2.424-2.424 4.848-4.848 7.792-4.328 2.943.52 6.406 3.982 5.194 8.484-1.212 4.501-7.099 10.042-12.986 15.582-5.886-5.54-11.773-11.08-12.985-15.582zM0 0h23.25L36 12.75v8l-4 1V17H19V4H4v34h15l3.75 4H0V0zm23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-heartbreak tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.962005615234375 46.33300018310547"><path d="M0 0h23.25L36 12.75v8l-4 1.5V17H19V4H4v34h15l3.5 4H0V0zm23 5.25V13h7.75L23 5.25zm-7.221 25.5c-1.212-4.501 2.25-7.964 5.194-8.483 2.463-.435 4.562 1.191 6.602 3.154l-1.927 10.524 3.116-1.039v11.427l4.156-15.582-3.117 1.038 1.77-7.809c1.544-1.232 3.164-2.034 4.983-1.713 2.943.52 6.406 3.982 5.194 8.484-1.212 4.501-7.099 10.042-12.986 15.582-5.886-5.54-11.773-11.08-12.985-15.582z"/></svg>
<svg class="tc-image-page-hidden tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h5v4H4v1H0V0zm23.25 0l3.168 3.168-2.75 2.75L23 5.25V5h-4V0h4.25zM36 12.75V17h-5v-4h-.25l-.668-.668 2.75-2.75L36 12.75zM25.082 7.332l2.75-2.75 3.586 3.586-2.75 2.75-3.586-3.586zM23 11h-4V7h4v4zm2 6v-4h4v4h-4zm11 12h-4v-4h4v4zm-4-10h4v4h-4v-4zM13 4V0h4v4h-4zm23 38h-5v-4h1v-1h4v5zm-11 0v-4h4v4h-4zm-6 0v-4h4v4h-4zm13-11h4v4h-4v-4zm-9-18v4h-4v-4h4zM13 42v-4h4v4h-4zm-6 0v-4h4v4H7zm-7 0v-5h4v1h1v4H0zm0-11h4v4H0v-4zm0-6h4v4H0v-4zm0-6h4v4H0v-4zm0-6h4v4H0v-4zm0-6h4v4H0V7zm7-3V0h4v4H7z"/></svg>
<svg class="tc-image-page-image tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h24.25L36 11.75V42H0V0zm4 4v34h28V17H19V4H4zm19 1.25V13h7.75L23 5.25zM7 30.5l3 3L22.5 21l5 5 3.5-4v15H5v-4l2-2.5zM13 5c0 4.372-3.628 8-8 8V5h8z"/></svg>
<svg class="tc-image-page-jpg tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00004577636719 45.91800308227539"><path d="M0 .001h22.958l11.875 11.875v20.062A4.752 4.752 0 0 1 38 36.418v4.75a4.75 4.75 0 0 1-4.75 4.75H12.667a4.75 4.75 0 0 1-4.75-4.75H0V0zm31.667 15.833H19V3.167H3.167v34.834h4.75v-1.584a4.75 4.75 0 0 1 4.75-4.75h19V15.834zm-9.5-11.875v8.708h8.708l-8.708-8.708zM11.083 39.584v1.583h1.584v-1.583h-1.584zm1.584 1.583v1.584h3.166v-1.584h-3.166zm3.166 0h1.584v-6.333H14.25v1.583h1.583v4.75zM19 42.751h1.583v-1.584h3.167v-1.583h-3.167v-3.167h3.167v-1.583H19v7.917zm4.75-3.167h1.583v-3.167H23.75v3.167zm9.5 3.167v-4.75h-3.167v1.583h1.584v1.583H28.5v1.584h4.75zm-4.75-1.584v-4.75h-1.583v4.75H28.5zm0-4.75h4.75v-1.583H28.5v1.583z"/></svg>
<svg class="tc-image-page-location tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M24 20h12v12L24 44V20zM0 0h23.25L36 12.75V19h-4v-2H19V4H4v34h19v4H0V0zm36 42h-8l8-8v8zM23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-location-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M24 20h12v12L24 44V20zm2 5v2h3v3h2v-3h3v-2h-3v-3h-2v3h-3zM0 0h23.25L36 12.75V19h-4v-2H19V4H4v34h19v4H0V0zm36 42h-8l8-8v8zM23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M23 13h7.75L23 5.25V13zm9 4H19V4H4v24H0V0h23.25L36 12.75V42H0v-7h4v3h28V17zM21 29v5H0v-5h21z"/></svg>
<svg class="tc-image-page-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 43"><path d="M5 0h19.25L37 12.75V38h-4v5H0V4h5V0zm.333 37.833L5 8H4v31h25v-1l-23.667-.167zM9 4v30h24V17H20V4H9zm15 1.25V13h7.75L24 5.25z"/></svg>
<svg class="tc-image-page-music tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.000003814697266 47.89295959472656"><path d="M37 18.58V38c0 1.447-.184 2.538-.552 3.275-.369.736-1.222 1.6-2.102 2.08-.88.478-1.876.717-2.986.717-1.275 0-2.292-.365-3.051-1.096-.759-.731-1.138-1.674-1.138-2.83 0-1.166.45-2.173 1.348-3.022.9-.849 2.061-1.273 3.485-1.273l1.237.124.759.275V24.225l-9 3.122V42c0 1.413-.187 2.514-.56 3.303-.375.789-1.23 1.412-2.14 1.88a6.43 6.43 0 0 1-2.98.7c-1.272 0-2.279-.358-3.02-1.076-.743-.718-1.114-1.656-1.114-2.815 0-1.227.444-2.257 1.332-3.093.888-.836 2.05-1.253 3.485-1.253.679 0 1.289-.05 1.997.232V24l15-5.42zM0 0h23.25L36 12.75v5l-4 1.5V17H19V4H4v34h13.5L14 42H0V0zm23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.019996643066406 45.075992584228516"><path d="M31.549 20.981l5.265 3.072-6.476 7.71v.121l9.682-1.928v6.084l-9.742-1.626v.12l6.536 7.47-5.326 3.072-3.51-9.277h-.121l-3.45 9.277-5.204-3.072 6.475-7.53-.06-.12-9.502 1.686v-6.084l9.441 1.928v-.12l-6.355-7.65 5.387-3.133 3.328 9.337h.121l3.51-9.337zM0 0h23.25L36 12.75V22l-4-2.25V17H19V4H4v34h17l-3.5 4H0V0zm23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-onenote tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 45"><path d="M37 21v24h-6.5L20 26.25V45l-4-1V21h2.833l3.768.79L33 39V25c-.66-.264-2.07-.57-2.663-1.23-.594-.659-1.31-1.714-1.837-2.77H37zM0 0h23.25L36 12.75V20h-4v-3H19V4H4v34h11v4H0V0zm21 42v-4h4l2.25 4H21zm2-36.75V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-pdf tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.21699905395508 48.24800109863281"><path d="M16.307 39.443c-2.237 2.077-6.224 6.307-3.519 5.574 4.36-2.621 7.083-11.026 9.306-16.646-2.587-5.742-.093-10.198 1.874-10.33 2.397-.16 3.021 4.383 3.021 4.383s-2.656-2.007-3.06-3.231c-.459.114-.95 3.836.404 7.953 1.584-1.98 2.375-3.959 2.375-3.959s1.98 1.98-.99 5.018c.53 1.176 3.422 5.918 4.733 6.776 8.299-2.231 8.695 2.145 8.695 2.145-1.282-1.17-4.117-1.29-7.267-.952 3.974 2.088 7.338 1.397 7.338 1.397 0 1.635-5.384 3.429-9.357-.336-4.162.653-8.412 2.655-10.094 3.16-4.494 7.853-9.409 7.23-10.078 5.355-1.188-3.167 6.619-6.307 6.619-6.307zm7.688-9.624l-2.94 8.103c1.726-.495 3.633-1.443 7.053-2.114C27 35 26 34 23.995 29.818zM0 0h23.25L36 12.75V33l-4 .25V17H19V4H4v34h10.5L10 42H0V0zm20 42v-.5l9-3 7 3.5H20zm3-36.75V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-png tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00004577636719 45.91800308227539"><path d="M0 .001h22.958l11.875 11.875v20.062A4.752 4.752 0 0 1 38 36.418v4.75a4.75 4.75 0 0 1-4.75 4.75H9.5a4.75 4.75 0 0 1-4.75-4.75H0V0zm31.667 15.833H19V3.167H3.167v34.834H4.75v-1.584a4.75 4.75 0 0 1 4.75-4.75h22.167V15.834zm-9.5-11.875v8.708h8.708l-8.708-8.708zM9.5 42.751h1.583v-1.584h3.167v-1.583h1.583v-3.167H14.25v-1.583H9.5v7.917zm4.75-3.167h-3.167v-3.167h3.167v3.167zm19 3.167v-4.75h-3.167v1.583h1.584v1.583H28.5v-4.75h4.75v-1.583H28.5v1.583h-1.583v4.75H28.5v1.584h4.75zm-9.5-3.167h-1.583v-1.583h-1.584v-1.584H19v-1.583h-1.583v7.917H19v-4.75h1.583v1.583h1.584v1.583h1.583v1.584h1.583v-7.917H23.75v4.75z"/></svg>
<svg class="tc-image-page-powerpoint tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.75199890136719 45"><path d="M6 36v-3h7v3H6zm0-5v-3h8v3H6zm0-5v-3h10v3H6zM0 0h23.25L36 12.75v10.914a12.99 12.99 0 0 0-4-2.364V17H19V4H4v34h11.3a12.99 12.99 0 0 0 2.364 4H0V0zm23 5.25V13h7.75L23 5.25zM27.5 22c1.676 0 3.269.359 4.705 1.004L27.5 33.5l11.252 2.387C37.653 41.093 33.032 45 27.5 45 21.149 45 16 39.851 16 33.5S21.149 22 27.5 22z"/></svg>
<svg class="tc-image-page-question tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.47364044189453 45.000003814697266"><path d="M29.5 40a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm1-19a7.5 7.5 0 0 1 2.188 14.676C32 37 32 36 32 38h-5s0-5 3.5-7a2.5 2.5 0 1 0-2.5-2.5l.05.5h-5.034L23 28.5a7.5 7.5 0 0 1 7.5-7.5zM0 0h23.25L36 12.75v8.65a7.49 7.49 0 0 0-4-2.25V17H19V4H4v34h22v4H0V0zm23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 70.28600311279297 86.49900817871094"><path d="M60.555 63.908v-.033h-.003a1.728 1.728 0 0 0-1.727-1.696h-6.49c-.944 0-1.708.757-1.727 1.696h-.01v12.668H9.957V29.41H27.68a1.73 1.73 0 0 0 1.73-1.73V9.957h21.188v30.2h.013a1.727 1.727 0 0 0 1.724 1.668h6.49c.935 0 1.69-.742 1.724-1.668h.006V5.751h-.005V1.73A1.73 1.73 0 0 0 58.82 0H25.95L0 25.95v58.819c0 .956.774 1.73 1.73 1.73h57.089a1.73 1.73 0 0 0 1.73-1.73v-2.448h.005V63.908h.001z"/><path d="M68.556 46.812h-25.95a1.73 1.73 0 0 0-1.73 1.73v6.92c0 .955.774 1.73 1.73 1.73h25.95a1.73 1.73 0 0 0 1.73-1.73v-6.92a1.73 1.73 0 0 0-1.73-1.73z"/></svg>
<svg class="tc-image-page-search tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 47.195762634277344"><path d="M0 0h23.25L36 12.75V23l-4-2.5V17H19V4H4v34h12l-4 4H0V0zm23 5.25V13h7.75L23 5.25zM28 21c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.954 9.954 0 0 1-5.08-1.385l-6.799 6.8a2 2 0 0 1-2.828 0l-.707-.708a2 2 0 0 1 0-2.828l6.799-6.8A9.954 9.954 0 0 1 18 31c0-5.523 4.477-10 10-10zm0 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"/></svg>
<svg class="tc-image-page-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 46"><path d="M0 0h19.25L32 12.75V37H0V0zm4 4v29h24V17H15V4H4zm15 1.25V13h7.75L19 5.25zM16 40a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm12 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM4 40a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
<svg class="tc-image-page-small tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h21.25L32 10.75V38H0V0zm4 4v30h24V16H16V4H4zm16 .25V12h7.75L20 4.25z"/></svg>
<svg class="tc-image-page-solid tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 38"><path d="M0 0h16v12h12v26H0V0zm17 11V0l11 11H17z"/></svg>
<svg class="tc-image-page-solid-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 35 40"><path d="M0 11V6h6V0h5v6h6v5h-6v6H6v-6H0zm23-9v12h12v26H7V18h5v-6h6V5h-6V2h11zm1 11V2l11 11H24z"/></svg>
<svg class="tc-image-page-solid-cross tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.25 39.25"><path d="M3.75 15.5L0 11.75l4.25-4-4.25-4L3.75 0l4 4.25 4-4.25 3.75 3.75-4.25 4 4.25 4-3.75 3.75-4-4.25-4 4.25zm2.5-14.25h3l-1.5 1.5-1.5-1.5zm16 0v12h12v26h-28v-25l1.5-1.5 4 4 5-5-4-4 4-4-2.5-2.5h8zm1 11v-11l11 11h-11z"/></svg>
<svg class="tc-image-page-solid-move tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.5 40"><path d="M16 31h12.5l-5-5h5l7 7-7 7h-5l5-5H16v-4zM0 0h16v12h12v13h-6.5l5 5H15v6h11.5l-2 2H0V0zm17 11V0l11 11H17z"/></svg>
<svg class="tc-image-page-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h24.25L36 11.75V42H0V0zm4 4v34h28V16H20V4H4zm20 1.25V12h6.75L24 5.25zM6 6h12v5H6V6zm0 7h12v3H6v-3zm0 5h24v3H6v-3zm0 5h24v3H6v-3zm0 5h24v3H6v-3zm0 5h24v3H6v-3z"/></svg>
<svg class="tc-image-page-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M0 0h23.25L36 12.75V42H0V0zm4 4v34h28V17H19V4H4zm19 1.25V13h7.75L23 5.25zM10 31h4v-8.5l3 3v-4.75l-5-5-5 5.5v4.25l3-3V31zm8 1v4H6v-4h12z"/></svg>
<svg class="tc-image-page-word tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 45"><path d="M21 45l-7-21h-2v-3h8v3h-2l4.367 13.243L28.25 21h2.5l5.774 16.243L40 24h-2v-3h8v3h-2l-6 21h-2l-6.663-16.866L23 45h-2zM0 0h23.25L36 12.75V32l-4-11v-4H19V4H4v34h13.25l1.5 4H0V0zm25.5 42l1.5-4h5l1.5 4h-8zM23 5.25V13h7.75L23 5.25z"/></svg>
<svg class="tc-image-page-xml tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.5 44.25"><path d="M28 44.25L16.5 33.5 28 22.75v5.5l-6.25 5.25L28 38.75v5.5zm4 0v-5.5l6.25-5.25L32 28.25v-5.5L43.5 33.5 32 44.25zM0 0h22.25L35 12.75V24.5l-3-3V17H18V4H4v34h15.5l4.25 4H0V0zm22 5.25V13h7.75L22 5.25z"/></svg>
<svg class="tc-image-pagebreak tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M4 6V0h12v6h-1V1H5v5zm12 3v7H4V9h1v6h10V9zM8 7h2v1H8zM5 7h2v1H5zm6 0h2v1h-2zm3 0h2v1h-2zM0 4.5l3 3-3 3z"/></svg>
<svg class="tc-image-pagelines tc-image-button" width="22pt" height="22pt" viewBox="0 0 1402 1792"><path d="M1402 1103q-32 80-76 138t-91 88.5-99 46.5-101.5 14.5-96.5-8.5-86.5-22-69.5-27.5-46-22.5l-17-10q-113 228-289.5 359.5T45 1792q-19 0-32-13t-13-32 13-31.5 32-12.5q173-1 322.5-107.5T619 1301q-36 14-72 23t-83 13-91-2.5-93-28.5-92-59-84.5-100T29 1001q114-47 214-57t167.5 7.5T535 1008t88.5 77 56.5 82q53-131 79-291-7 1-18 2.5t-46.5 2.5-69.5-.5-81.5-10-88.5-23-84-42.5-75-65-54.5-94.5T213 518q70-28 133.5-36.5t112.5 1 92 30 73.5 50 56 61 42 63 27.5 56 16 39.5l4 16q12-122 12-195-8-6-21.5-16t-49-44.5T648 471t-54-93-33-112.5 12-127T643 0q73 25 127.5 61.5T855 138t48 85 20.5 89-.5 85.5-13 76.5-19 62-17 42l-7 15q1 5 1 50.5t-1 71.5q3-7 10-18.5t30.5-43 50.5-58 71-55.5 91.5-44.5 112-14.5 132.5 24q-2 78-21.5 141.5t-50 104.5-69.5 71.5-81.5 45.5-84.5 24-80 9.5-67.5-1T864 896l-17-3q-23 147-73 283 6-7 18-18.5t49.5-41T919 1064t99.5-42 117.5-20 129 23.5 137 77.5z"/></svg>
<svg class="tc-image-pages tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 4v12h10L8 8l8 2V0H4C1.79 0 0 1.79 0 4zm10 16H0v12c0 2.21 1.79 4 4 4h12V26l-8 2 2-8zm18 8l-8-2v10h12c2.21 0 4-1.79 4-4V20H26l2 8zm4-28H20v10l8-2-2 8h10V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-pageview tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M19 10c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM36 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-6.41 28.41l-5.81-5.81c-1.39.88-3.02 1.4-4.78 1.4a9 9 0 1 1 9-9c0 1.76-.52 3.39-1.4 4.77l5.82 5.8-2.83 2.84z"/></svg>
<svg class="tc-image-pagseguro tc-image-button" width="22pt" height="22pt" viewBox="0 0 1025.0460205078125 212.8809814453125"><path d="M112.405.002c2.11.317 4.23.645 6.338.942 19.56 2.673 36.987 10.291 52.162 22.856 18.196 15.063 30.352 34.089 35.35 57.18 7.433 34.294-.114 65.219-22.949 91.986-15.964 18.708-36.362 30.341-60.6 34.375-33.32 5.54-63.027-2.857-88.31-25.395-18.299-16.313-29.245-36.864-33.147-61.102-.389-2.417-.615-4.854-.942-7.271-.02-.297-.195-.563-.307-.839V96.073c.113-.327.286-.645.338-.983.686-4.403 1.116-8.857 2.068-13.2C11.766 39.189 46.858 6.933 90.388.912 92.292.646 94.178.308 96.071 0h16.333zM20.215 54.53c2.11-4.137 4.21-8.274 6.318-12.421-.123-.071-.246-.154-.379-.226-2.304 3.891-4.618 7.783-6.922 11.673-1.075 2.181-2.15 4.362-3.226 6.553-.143.226-.328.441-.43.686-4.946 11.336-7.782 23.194-8.335 35.543-.47 10.609.553 21.105 3.635 31.293 1.434 4.721 3.37 9.288 5.08 13.916.767 1.628 1.545 3.246 2.313 4.874l2.304 4.24c.87 1.423 1.741 2.837 2.611 4.26.973 1.413 1.936 2.826 2.908 4.229 2.857 4.26 6.215 8.08 10.046 11.909-3.144-5.028-6.114-9.769-9.083-14.51-.983-2.181-1.966-4.372-2.949-6.553-.86-2.611-1.73-5.222-2.59-7.833-.768-4.475-1.536-8.95-2.304-13.435.02-3.635.051-7.27.072-10.916 0-.43.03-.891-.102-1.29-.809-2.365-1.659-4.721-2.498-7.076-.266-1.28-.49-2.56-.799-3.819-1.843-7.68-2.478-15.472-2.069-23.337.328-6.318 1.444-12.534 3.164-18.626 1.065-3.031 2.151-6.083 3.236-9.134zm96.768 145.131c2.5-.348 4.997-.697 7.495-1.034 2.396-.543 4.792-1.075 7.198-1.618 2.734-.85 5.478-1.7 8.213-2.56 2.058-.788 4.117-1.577 6.165-2.365 5.427-2.232 10.496-5.099 15.257-8.55-5.827 1.976-11.735 3.154-17.869 3.082-2.078 1.065-4.157 2.13-6.236 3.184-2.396 1.178-4.792 2.345-7.178 3.523-2.396.901-4.793 1.792-7.198 2.693-2.17.563-4.332 1.136-6.502 1.7-6.308.819-12.626 1.639-18.934 2.447 4.393.072 8.837.133 13.281.041 2.11-.01 4.21-.338 6.308-.543zm69.028-150.333l5.191 12.749c.983 4.475 1.976 8.95 2.96 13.424.214 5.438.42 10.864.634 16.302-.236 2.253-.205 4.577-.778 6.748-.778 2.959-.05 5.366 1.71 7.65 1.28 3.83 2.56 7.649 3.84 11.479.952 5.673.952 11.356.051 17.244.317-.246.44-.297.471-.379 2.5-6.963 4.28-14.101 5.07-21.474.214-5.232.44-10.465.654-15.698-.102-2.038-.092-4.086-.327-6.113-.317-2.775-.829-5.53-1.25-8.294-1.095-4.352-2.19-8.704-3.287-13.056-1.628-4.035-3.256-8.059-4.885-12.094-2.16-3.82-4.32-7.639-6.482-11.458-2.734-3.605-5.478-7.219-8.213-10.824-3.994-3.901-7.792-8.018-12.012-11.643-6.113-5.253-12.923-9.534-20.316-12.841-1.597-.768-3.205-1.536-4.803-2.304-.06.123-.113.256-.174.379 1.536.758 3.082 1.506 4.618 2.263 12.073 6.595 22.221 15.401 30.341 26.522 2.345 3.81 4.66 7.608 6.983 11.417zm-2.407 75.807c1.106-2.499 2.202-4.997 3.308-7.495.963-2.714 2.007-5.397 2.806-8.162.174-.604-.563-1.464-.87-2.202-.88-.952-1.69-1.986-2.662-2.836-3.645-3.154-7.854-5.222-12.595-6.103-1.556-.286-3.133-.44-4.854-.666 1.22 3.635 2.314 6.912 3.41 10.189.676 3.256 1.351 6.512 2.038 9.769.123 1.751.246 3.502.358 5.253-.174 5.622-.358 11.244-.532 16.886 3.707-4.465 7.024-9.298 9.595-14.633zm-52.224 59.454c-.195-.113-.399-.226-.594-.338-.573-.194-1.147-.389-1.71-.573-.41-.236-.829-.481-1.249-.717-.215-.113-.43-.215-.656-.327-.409-.226-.829-.451-1.239-.676l-2.427-1.567c-2.406-2.274-4.782-4.567-7.24-6.789-.46-.409-1.249-.727-1.843-.665-8.59.993-17.152.676-25.662-.768-17.94-3.041-33.71-10.608-47.175-22.886-4.76-4.342-8.909-9.216-12.739-14.377-1.209-1.874-2.407-3.737-3.614-5.611-.553-.973-1.106-1.956-1.659-2.928-.45-.788-.9-1.577-1.34-2.365-.124.041-.257.082-.38.123-.082.891-.154 1.782-.235 2.663.082 1.341.113 2.693.246 4.024.184 1.813.441 3.625.666 5.438.778 3.492 1.567 6.973 2.345 10.466 1.29 3.164 2.57 6.338 3.861 9.502 2.171 3.605 4.352 7.199 6.523 10.803 4.23 6.103 9.421 11.244 15.37 15.657 28.918 21.862 65.648 18.586 86.108 3.154-.676-.103-1.198-.185-1.71-.266-.788-.215-1.566-.43-2.355-.645-.43-.102-.86-.215-1.29-.327zm29.788-3.523c4.332-1.433 8.233-3.635 11.766-6.502l8.1-7.916c2.375-3.062 4.762-6.123 7.137-9.175 3.226-4.434 5.325-9.37 6.584-14.674.4-1.639 1.034-3.257 1.167-4.905.297-3.717.348-7.455.502-11.172 0-5.315-2.683-13.701-5.007-15.586a3286.853 3286.853 0 0 0-3.512 9.452c-1.853 3.492-3.707 6.983-5.55 10.476-2.939 3.922-5.878 7.844-8.816 11.755-.358.533-.839 1.014-1.044 1.597-1.219 3.481-2.365 6.994-3.533 10.496-1.772 3.359-3.543 6.728-5.315 10.087-2.703 3.481-5.406 6.974-8.11 10.455-2.908 2.734-5.827 5.478-8.755 8.233 2.642.727 11.111-.829 14.387-2.621zM49.716 64.514c1.946-1.25 3.891-2.488 5.837-3.738 2.078-1.075 4.157-2.161 6.246-3.236 2.078-.839 4.147-1.679 6.226-2.519 2.601-.798 5.202-1.587 7.793-2.386 2.745-.533 5.49-1.065 8.243-1.608 2.591-.226 5.171-.45 7.762-.686h7.19l9.81 1.198 7.494 1.659c2.826.911 5.653 1.833 8.478 2.745 3.994 1.956 7.987 3.922 11.991 5.878l7.65 5.161c1.72 1.423 3.45 2.846 5.17 4.27 2.294 2.396 4.598 4.782 6.892 7.178 1.526 1.956 3.042 3.922 4.567 5.878.83.85 1.628 2.386 2.488 2.417 4.66.185 9.165.994 13.568 2.468 3.881 1.741 7.588 3.779 10.721 6.707 1.29 1.208 2.57 2.427 3.942 3.717.174-1.566.4-3.113.502-4.669.43-6.523.42-13.025-.86-19.476-.185-1.044-.266-2.13-.573-3.133-1.506-4.946-3.072-9.881-4.618-14.807-1.526-3.051-3.042-6.113-4.567-9.165-2.703-3.85-5.406-7.701-8.11-11.55-2.62-2.724-5.243-5.447-7.864-8.171-3.543-2.775-6.953-5.735-10.649-8.274-5.11-3.502-10.608-6.329-16.517-8.284-3.686-1.106-7.363-2.202-11.049-3.308L113.44 6.814c-3.513 0-7.014.01-10.526.01l-11.11 1.351c-3.708.973-7.415 1.945-11.112 2.918-3.492 1.403-6.984 2.816-10.475 4.219-2.918 1.68-5.847 3.349-8.776 5.018-2.734 2.028-5.468 4.055-8.192 6.082-2.416 2.284-4.834 4.577-7.25 6.861-2.365 2.857-4.73 5.724-7.096 8.581a66.563 66.563 0 0 0-8.858 15.975c-.317.686-.666 1.362-.942 2.068a78.261 78.261 0 0 0-5.18 24.791c-.165 3.696.05 7.414.091 11.111l.451.03c.8-1.649 1.433-3.41 2.407-4.946 3.031-4.751 6.195-9.421 9.308-14.131 2.601-2.611 5.202-5.232 7.813-7.844a762.907 762.907 0 0 0 5.724-4.393zm68.587 92.007c.215 4.24 1.505 8.182 3.39 11.94.194.389.992.83 1.381.727 5.07-1.331 10.107-2.745 15.165-4.147a64.64 64.64 0 0 0 14.786-7.158c2.243-1.475 4.444-3.01 6.727-4.413 1.71-1.055 2.304-2.581 2.345-4.465.4-1.843.788-3.687 1.188-5.529l.37-9.83c.378-5.704-.513-11.244-2.203-16.671-1.3-5.724-3.748-10.987-6.625-16.056-.185-.327-1.137-.542-1.566-.379-7.168 2.765-13.322 7.045-18.606 12.585-3.502 3.471-6.492 7.332-8.868 11.663-1.413 2.949-2.826 5.888-4.239 8.837-.563 1.721-1.126 3.431-1.689 5.151l-1.536 7.936c-.01 3.267-.02 6.543-.02 9.81zm-4.556-89.314c-3.594-.952-7.198-1.905-10.793-2.846-3.707-.43-7.424-.86-11.13-1.301-3.81.123-7.619.246-11.429.379-3.052.553-6.114 1.096-9.165 1.649-4.362 1.597-8.724 3.205-13.076 4.803-.41.154-.83.276-1.209.471-7.168 3.594-13.496 8.284-18.913 14.244-5.15 5.662-9.154 12.012-11.909 19.149-.307.809-.41 1.833-.215 2.673 4.198 18.012 13.527 32.921 27.76 44.636 16.456 13.548 35.553 19.743 56.812 19.486.993-.01 1.987-.236 3.287-.389-6.124-10.476-7.373-21.422-5.314-32.88.153-.798.266-1.607.481-2.386.81-2.918 1.66-5.827 2.5-8.735 1.31-2.714 2.631-5.438 3.941-8.151a6007.48 6007.48 0 0 0 6.902-10.045c.38-.389.778-.758 1.136-1.168 6.277-7.137 13.701-12.677 22.498-16.343.338-.143.635-.358 1.198-.676-1.188-1.229-2.274-2.345-3.349-3.461a6813.904 6813.904 0 0 1-9.144-8.079c-.236-.123-.502-.215-.707-.379-6.052-4.854-12.87-8.202-20.162-10.649zm10.168 104.796c-.01-.072-.03.051.031.133 3.758 5.591 9.022 9.052 15.463 10.742.686.185 1.762-.194 2.345-.676 7.332-6.082 12.862-13.548 16.773-22.221.676-1.495 1.208-3.052 1.71-4.342-5.765 3.205-11.367 6.82-17.387 9.534-6.052 2.713-12.524 4.557-18.934 6.83zM778.763 62.671c-.226.994-.317 1.628-.512 2.222-2.683 7.762-4.086 15.821-5.458 23.89-1.485 8.745-3.01 17.49-4.495 26.235-1.372 8.079-3.308 16.015-5.97 23.777-2.539 7.414-6.124 14.264-11.57 19.968-7.128 7.486-15.944 11.981-25.929 14.438-8.11 1.986-16.364 2.447-24.586 1.822-6.553-.502-13.015-2.058-19.528-3.134-1.178-.195-1.403-.727-1.157-1.936 1.096-5.406 2.048-10.844 3.052-16.281.42-2.263.451-2.284 2.581-1.587 6.707 2.202 13.527 4.024 20.552 4.659 6.114.553 12.278.399 18.002-2.355 6.912-3.318 11.387-8.96 14.316-15.831 1.69-3.952 2.846-8.141 4.25-12.216-.174-.113-.348-.226-.522-.327-1.669 1.31-3.308 2.642-4.997 3.922-6.482 4.874-13.506 8.673-21.412 10.67-4.27 1.086-8.6 1.598-13.035.788-6.256-1.157-10.558-4.782-13.456-10.26-2.857-5.386-4.229-11.192-3.922-17.244.451-8.991 3.666-17.091 8.725-24.505 6.77-9.902 15.985-16.537 27.24-20.418a88.818 88.818 0 0 1 22.374-4.618c5.13-.379 10.27-.737 15.411-.952 4.997-.215 9.994-.215 14.991-.358 1.597-.031 3.184-.226 5.058-.369zM751.361 77.12c-.962.133-1.597.226-2.232.317-.697.102-1.393.215-2.089.297-7.486.952-14.643 2.98-21.309 6.574-4.004 2.161-7.577 4.854-10.178 8.643-4.3 6.256-6.042 13.169-4.793 20.685.583 3.533 1.782 6.851 5.058 8.919 3.226 2.027 6.707 2.242 10.322 1.413 8.714-1.976 14.46-7.465 17.101-15.76 2.621-8.243 4.485-16.722 6.656-25.098.502-1.905.942-3.84 1.465-5.99zm-324.639 94.228c1.23-6.553 2.457-13.046 3.687-19.6 4.116 1.127 8.1 2.335 12.144 3.287 6.308 1.495 12.667 2.509 19.221 1.884 9.431-.901 16.435-5.479 21.28-13.527 3.204-5.325 5.047-11.151 6.45-17.152.051-.205.01-.43.01-.942-.717.604-1.27 1.075-1.822 1.546-7.557 6.41-15.913 11.356-25.62 13.753-4.7 1.157-9.452 1.495-14.183.205-4.188-1.136-7.577-3.451-9.964-7.147-6.47-10.035-7.086-20.757-3.113-31.714 5.95-16.415 17.46-27.331 33.956-33.004 8.438-2.898 17.162-4.393 26.03-4.874 9.502-.522 19.015-.727 28.53-1.055.797-.031 1.596 0 2.446 0-1.024 3.799-2.202 7.363-2.908 11.018-1.864 9.595-3.574 19.221-5.222 28.857-2.324 13.599-4.537 27.218-9.8 40.1-6.728 16.435-19.149 26.143-36.168 30.157-14.848 3.502-29.594 2.222-44.216-1.557-.226-.051-.42-.133-.738-.236zm72.45-94.352c-1.629.174-2.858.276-4.087.451-7.803 1.054-15.329 3.011-22.293 6.809-11.059 6.031-16.517 16.609-14.98 29.02 1.013 8.151 6.727 12.462 14.744 10.987 8.92-1.639 15.125-6.871 17.828-15.36 3.318-10.414 5.837-21.074 8.786-31.908zm-223.029-.286c3.338-1.905 6.533-3.83 9.83-5.591 6.123-3.266 12.534-5.785 19.486-6.574 5.55-.625 11.08-.43 16.456 1.29 9.472 3.031 14.5 10.414 14.305 21.074-.185 9.482-3.41 18.073-8.048 26.194-3.779 6.625-8.336 12.656-14.654 17.081-6.8 4.751-14.51 7.322-22.63 8.663-9.584 1.577-19.18 1.341-28.774.072-.533-.072-1.075-.062-1.74-.092-.963 3.84-1.916 7.618-2.868 11.397-1.628 6.471-3.226 12.954-4.905 19.415-.123.471-.748 1.157-1.147 1.157-8.048.072-16.107.051-24.443.051.911-2.806 1.782-5.458 2.642-8.11 9.206-28.345 17.93-56.832 25.026-85.801 1.054-4.322 2.048-8.663 3.144-12.984.103-.42.686-1.034 1.055-1.034 6.471-.061 12.933-.041 19.671-.041-.839 4.813-1.618 9.267-2.406 13.834zm-10.517 49.889c4.925-.758 9.33-1.29 13.68-2.13 7.998-1.546 15.708-3.973 22.466-8.704 8.694-6.093 12.738-14.459 11.582-25.119-.676-6.256-4.27-10.414-10.096-11.417-2.314-.399-4.803-.461-7.117-.092-9.37 1.495-16.886 6.124-20.255 15.186-3.87 10.383-6.779 21.145-10.26 32.276zm724.696-64.543c8.336-.092 15.698 1.639 22.19 6.185 6.677 4.69 10.352 11.233 11.264 19.323 1.27 11.254-2.837 20.869-9.298 29.665-6.288 8.551-14.469 14.899-24.003 19.466-6.103 2.918-12.514 4.803-19.282 5.489-6.4.645-12.697.389-18.8-1.71-11.193-3.85-18.136-11.53-19.672-23.388-.809-6.257.297-12.411 2.765-18.309 3.553-8.499 9.032-15.483 15.985-21.453 6.513-5.591 13.845-9.687 21.944-12.421 5.611-1.894 11.408-2.96 16.906-2.846zm-18.73 65.363c.36 0 1.065.01 1.771-.01.266-.01.533-.113.788-.164 5.058-1.065 9.175-3.83 12.81-7.322 4.158-3.984 7.332-8.704 9.482-14.05 2.294-5.703 3.707-11.55 2.15-17.746-1.526-6.062-6.349-9.84-12.155-9.349-3.523.297-6.717 1.679-9.625 3.635-7.26 4.885-12.247 11.561-15.237 19.743-2.007 5.489-3.01 11.029-1.27 16.845 1.444 4.854 5.438 8.735 11.284 8.418zm-301.598-4.537c-.42 2.181-.819 4.332-1.26 6.482-.49 2.386-1.075 4.751-1.505 7.147-.256 1.433-1.034 1.884-2.407 2.058-5.264.656-10.496 1.515-15.76 2.14-7.076.85-14.162 1.086-21.279.491-5.56-.471-10.742-2.058-15.524-4.905-7.014-4.188-10.527-10.69-12-18.493-2.387-12.626 1.228-23.685 8.846-33.68 4.874-6.4 10.844-11.612 17.981-15.227 6.738-3.41 13.957-5.744 21.474-6.748 4.178-.563 8.458-.86 12.657-.635 6.79.358 13.138 2.304 18.135 7.301 3.113 3.113 4.537 7.097 5.376 11.295 1.157 5.775-.02 11.12-3.523 15.851-3.666 4.956-8.765 7.987-14.398 10.23-6.195 2.468-12.636 3.912-19.282 4.239-5.59.277-11.192.287-16.784.307-1.659.01-3.328-.399-4.997-.512-.409-.031-1.168.317-1.218.594-.625 3.072-.778 6.144.563 9.093 1.741 3.809 5.038 5.591 8.868 6.471 5.09 1.157 10.26 1.014 15.37.194 6.79-1.106 13.527-2.406 20.664-3.697zM628.747 95.05c1.044-.307 1.721-.461 2.365-.707 3.707-1.362 7.537-1.966 11.49-1.884 2.806.051 5.642.256 8.418-.051 3.77-.42 7.158-1.802 8.162-6.042 1.362-5.755-2.314-9.072-7.332-8.806a23.516 23.516 0 0 0-11.633 3.779c-5.14 3.308-8.714 7.895-11.469 13.712zM397.21 140.659c.41-5.069.83-10.117 1.26-15.442-2.375 1.884-4.434 3.645-6.605 5.232-6.882 5.008-14.315 8.868-22.733 10.537-4.69.932-9.4 1.024-13.988-.604-6.564-2.324-9.82-7.639-12.012-13.742-3.676-10.24-2.15-20.173 2.447-29.717 7.63-15.841 20.47-25.242 37.274-29.594 11.294-2.928 22.825-3.737 34.427-3.963 5.704-.102 11.418-.02 17.296-.02-8.878 24.873-15.074 50.514-16.138 77.322-7.158-.01-14.1-.01-21.228-.01zm10.671-63.683c-1.69.195-2.877.307-4.055.461-8.079 1.106-15.872 3.113-23.01 7.209-10.71 6.134-16.118 17.255-14.192 29.133 1.29 7.957 6.861 11.961 14.704 10.486 8.981-1.69 15.166-7.004 17.87-15.565 3.266-10.332 5.764-20.91 8.682-31.723zm464.814-14.243c-.9 2.877-1.71 5.509-2.539 8.13-5.56 17.398-10.384 35.001-13.927 52.931-.942 4.772-1.649 9.605-2.335 14.418-.164 1.106-.583 1.351-1.557 1.3-5.57-.338-11.14-.645-16.712-.983-.758-.051-1.557-.092-2.222-.389-.389-.174-.768-.87-.758-1.321.082-3.298.266-6.605.43-10.26-1.792 1.413-3.369 2.734-5.028 3.952-7.475 5.509-15.636 9.564-24.832 11.202-3.789.676-7.639.768-11.479-.154-7.096-1.7-11.14-6.236-12.36-13.282-.85-4.854-.399-9.718.441-14.562 1.986-11.417 5.581-22.384 9.288-33.31 1.843-5.447 3.758-10.864 5.601-16.312.317-.942.758-1.403 1.833-1.372 6.625.154 13.261.246 19.886.359.317.01.625.112 1.218.226-.9 3.358-1.7 6.656-2.683 9.902-3.399 11.315-6.89 22.6-10.27 33.925-.798 2.693-1.383 5.458-1.884 8.233-1.116 6.082 2.284 10.824 8.704 11.049 6.533.236 12.104-2.437 17.07-6.543 3.78-3.123 5.346-7.618 7.22-11.847 5.856-13.169 9.113-27.208 13.2-40.96 1.525-5.14.101-4.26 5.478-4.301 5.386-.041 10.783-.01 16.17-.01.603-.021 1.187-.021 2.047-.021zm-350.792 74.7c2.611-5.489 5.13-10.773 7.731-16.24 1.27.533 2.51 1.024 3.717 1.557 6.052 2.673 12.37 4.454 18.944 4.905 3.891.266 7.772-.491 10.742-3.625 3.338-3.523 3.072-8.141-1.147-10.639-5.182-3.062-10.649-5.622-15.903-8.561-2.11-1.178-4.076-2.662-5.96-4.188-3.399-2.744-4.24-6.646-4.066-10.701.226-4.997 2.028-9.554 5.284-13.374 2.908-3.41 6.431-6.144 10.302-8.407 7.394-4.342 15.37-6.441 23.962-6.82 6.984-.307 13.834.307 20.685 1.403.676.113 1.341.317 2.14.522-1.25 5.744-2.468 11.325-3.717 17.09-1.956-.482-3.789-.881-5.59-1.382a43.754 43.754 0 0 0-15.484-1.464c-4.526.369-8.304 2.406-9.328 6.942-.819 3.645 1.106 6.042 3.625 7.916 4.383 3.256 9.124 6.042 13.486 9.328 3.83 2.887 6.8 6.605 7.823 11.459 1.25 5.949-.369 11.264-3.922 16.077-3.645 4.935-8.96 7.219-14.55 8.95-8.51 2.642-17.317 3.144-26.103 2.55-7.158-.481-14.254-1.854-21.37-2.837-.36-.051-.698-.246-1.302-.461zM942.05 63.06c-.379 1.208-.645 2.13-.952 3.042-1.76 5.304-3.553 10.598-5.253 15.913-.399 1.239-1.004 1.731-2.324 1.659-4.096-.215-8.08.174-11.95 1.822-4.639 1.976-8.346 5.089-11.458 8.888-6.574 7.998-10.26 17.408-12.79 27.31-1.31 5.13-2.242 10.363-3.298 15.554-.226 1.116-.645 1.69-1.915 1.649-5.97-.164-11.95-.215-17.93-.368-2.365-.062-4.72-.317-7.29-.491.726-2.048 1.464-3.952 2.077-5.888 2.918-9.246 6.052-18.442 8.643-27.781 3.655-13.209 6.891-26.532 10.291-39.803.256-1.014.645-1.536 1.843-1.516 5.008.071 10.014.082 15.022 0 1.444-.021 1.771.584 1.68 1.843a730.153 730.153 0 0 0-.636 10.711c-.04.798-.01 1.607-.01 2.877 9.646-11.417 21.924-15.524 36.25-15.422zm8.038 148.132c-12.82-.113-23.48-7.577-26.696-19.303-4.639-16.917 5.12-31.836 20.91-34.898 12.011-2.335 24.402 2.816 30.003 13.025 9.001 16.394.573 37.786-20.009 40.776-1.393.194-2.806.276-4.208.399zm8.745-27.351c-.144-1.014-.226-2.048-.46-3.052-.933-3.993-4.107-6.605-8.1-6.759-3.882-.144-7.384 2.284-8.398 6.124-.44 1.649-.512 3.44-.44 5.15.245 5.642 5.365 9.339 10.833 7.957 4.055-1.014 6.471-4.546 6.564-9.421zm-44.574-26.071c.03.43.082.747.082 1.075-.01 10.394-.03 20.787-.05 31.191-.03 12.718-9.073 19.261-18.863 20.716-7.138 1.054-13.988.215-20.173-3.891-5.16-3.42-8.12-8.264-8.284-14.397-.287-11.418-.246-22.846-.338-34.274 0-.103.062-.205.144-.42h18.483v1.833c0 8.55-.03 17.091.03 25.641.01 1.946.215 3.912.583 5.817.481 2.478 2.038 3.625 4.475 3.687 2.478.062 4.188-1.116 4.741-3.594.38-1.68.543-3.441.553-5.171.051-8.765.02-17.531.02-26.286v-1.915c6.206-.01 12.318-.01 18.596-.01zm90.01 35.011h18.063v16.906h-36.629V157.77h18.565v35.01zM149.065 11.061c-.123.113-.236.226-.358.327-1.536-.758-3.082-1.505-4.618-2.263.061-.123.113-.256.174-.379 1.597.768 3.205 1.546 4.803 2.314z"/></svg>
<svg class="tc-image-paint tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 960"><path d="M1024 512V128H832V64c0-35.2-28.8-64-64-64H64C28.8 0 0 28.8 0 64v192c0 35.2 28.8 64 64 64h704c35.2 0 64-28.8 64-64v-64h128v256H384v128h-32c-17.674 0-32 14.326-32 32v320c0 17.674 14.326 32 32 32h128c17.674 0 32-14.326 32-32V608c0-17.674-14.326-32-32-32h-32v-64h576zM768 128H64V64h704v64z"/></svg>
<svg class="tc-image-paint-brush tc-image-button" width="22pt" height="22pt" viewBox="0 0 1790 1792"><path d="M1615 0q70 0 122.5 46.5T1790 163q0 63-45 151-332 629-465 752-97 91-218 91-126 0-216.5-92.5T755 845q0-128 92-212l638-579q59-54 130-54zM706 1034q39 76 106.5 130t150.5 76l1 71q4 213-129.5 347T486 1792q-123 0-218-46.5T115.5 1618 29 1435 0 1215q7 5 41 30t62 44.5 59 36.5 46 17q41 0 55-37 25-66 57.5-112.5t69.5-76 88-47.5 103-25.5 125-10.5z"/></svg>
<svg class="tc-image-paint-bucket tc-image-button" width="22pt" height="22pt" viewBox="0 0 85.95755767822266 83.71800994873047"><path d="M76.196 39.614l-.004-.003-32.088-32.09h-.001a2.518 2.518 0 0 0-3.562 0l-5.26 5.26L24.035 1.535A4.924 4.924 0 0 0 20.464.001C17.721 0 15.498 2.232 15.5 4.987a4.97 4.97 0 0 0 1.558 3.612l11.203 11.205L.984 47.08a2.518 2.518 0 0 0 0 3.562l32.091 32.092a2.518 2.518 0 0 0 3.562 0l.001-.001 39.558-39.557a2.52 2.52 0 0 0 0-3.562zm-19.704 9.228H13.334l29.003-29.004 21.579 21.58-7.424 7.424zm27.682 16.629l-5.97-10.339c-.031-.058-.061-.117-.098-.171l-.015-.025-.004.002a1.654 1.654 0 0 0-2.607-.102l-.016-.009-.059.103a1.705 1.705 0 0 0-.217.375L69.353 65.41a9.159 9.159 0 0 0-1.829 5.493 9.215 9.215 0 0 0 9.216 9.217 9.216 9.216 0 0 0 9.217-9.217 9.163 9.163 0 0 0-1.783-5.432z"/></svg>
<svg class="tc-image-paint-format tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 15"><path d="M16 8V2h-3V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v3c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3h2v4H6v2h-.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5H7V8h9zm-4-6H1V1h11v1z"/></svg>
<svg class="tc-image-paintbrush tc-image-button" width="22pt" height="22pt" viewBox="0 0 452.93798828125 424.6310119628906"><path d="M117.514 240.285c-51.921 0-83.939 45.661-83.939 95.085 0 22.691-10.071 39.153-33.575 48.104 17.907 34.678 87.777 41.157 117.515 35.797 35.642-6.426 80.077-24.873 90.654-76.969 12.31-60.627-38.736-102.017-90.655-102.017z"/><path d="M435.637 17.292C422.682 4.344 405.673 0 390.717 11.942l-175.12 154.094c-8.648-2.371-16.525-1.869-22.909 2.346l-58.793 48.954c-1.611 1.611-1.545 4.304.066 5.914.499.501 1.064.79 1.697.98.642.034 1.264.059 1.899.103.019-.002.036-.01.054-.014 47.938 3.432 91.034 36.754 89.3 89.506-.016.505-.029 1.007-.054 1.516.123.848.5 1.664 1.149 2.315a4.124 4.124 0 0 0 5.781.044c.018-.018.037-.027.055-.044.063-.063.106-.137.164-.2l50.457-57.342c4.216-6.374 4.72-14.24 2.355-22.875L440.987 62.192c11.951-14.948 7.604-31.948-5.35-44.9z"/><path d="M133.886 217.345l.009-.009-.008.007z"/></svg>
<svg class="tc-image-paintbucket tc-image-button" width="22pt" height="22pt" viewBox="0 0 480.0010070800781 448"><path d="M112 32l39.667 72.102L0 256l197.604 192 163.328-160 58.33-12.307L144 0l-32 32zm197.131 224H88.857L199 145.863 309.131 256z"/><path d="M419.262 275.693s-60.734 66.179-60.732 99.207c0 33.028 27.192 59.803 60.731 59.801 33.548.002 60.74-26.772 60.739-59.801.001-33.028-60.738-99.207-60.738-99.207z"/></svg>
<svg class="tc-image-paintcan tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 15"><path d="M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8 1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2 0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z"/></svg>
<svg class="tc-image-painter tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.65599822998047 48.08399963378906"><path d="M48.415 7.313c-.242-1.088-.257-1.229-2.7-1.229h-2.456l-.491-1.349C42.12 2.778 39.942.913 37.772.369 36.516.055 32.042 0 21.123.076 7.396.172 6.073.25 4.715.861 1.675 2.227 0 5.671.898 8.704c.627 2.114 1.945 3.679 3.817 4.52 1.357.61 2.68.674 16.407.769 10.918.077 15.393-.01 16.648-.325 2.177-.545 4.349-2.477 5.003-4.452.493-1.485.515-1.5 2.125-1.394l1.625.107.108 5.126.107 5.125-4.763 1.125c-2.616.619-5.893 1.41-7.28 1.759a897.908 897.908 0 0 1-7.464 1.815l-4.944 1.183-.001 2.596c-.001 2.58.225 2.604-1.316 3.892l-1.314 1.295v16.239h7V31.845l-1.431-1.312c-1.526-1.276-1.498-1.369-1.382-3.332l.151-2.018 1.764-.439c.961-.243 4.022-.987 6.795-1.658 2.773-.669 7.534-1.818 10.575-2.554l5.528-1.336v-5.328c0-2.928-.109-5.951-.241-6.555zM24.431 43.72c0 .842-.159 1.016-1.015 1.105-1.078.11-1.544-.424-1.314-1.504.09-.421.461-.603 1.229-.603.976.001 1.1.115 1.1 1.002z"/></svg>
<svg class="tc-image-palette tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 768"><path d="M384 0C171.947 0 0 171.947 0 384s171.947 384 384 384c35.413 0 64-28.587 64-64 0-16.64-6.187-31.573-16.64-42.88-10.027-11.307-16-26.027-16-42.453 0-35.413 28.587-64 64-64h75.307c117.76 0 213.333-95.573 213.333-213.333C768 152.747 596.053.001 384 .001zM149.333 384c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zm128-170.667c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zm213.334 0c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64zm128 170.667c-35.413 0-64-28.587-64-64s28.587-64 64-64 64 28.587 64 64-28.587 64-64 64z"/></svg>
<svg class="tc-image-palmtree tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44.33300018310547"><path d="M12.667 6.333H6.333C9.5 3.167 19 4.75 19 4.75c6.333-4.75 9.5-1.583 9.5-1.583-1.583 0-4.75 1.583-4.75 1.583C36.417 4.75 38 7.917 38 7.917c-7.917-1.584-14.25 0-14.25 0C33.25 12.667 34.833 19 34.833 19c-7.916-7.917-14.25-7.917-14.25-7.917-3.166 6.334-3.166 14.25-3.166 14.25-3.167-3.166-1.584-12.666-1.584-12.666C12.667 12.667 4.75 19 4.75 19c0-4.75 7.917-9.5 7.917-9.5C3.167 11.083 0 14.25 0 14.25c3.167-6.333 12.667-7.917 12.667-7.917zm7.52 8.709l1.584-3.563L24.146 19c1.583 0 .396 6.333.396 6.333 1.583 0 0 6.334 0 6.334 1.583 0-.792 4.75-.792 4.75 1.583 0 .396 4.75.396 4.75 6.333 0 9.104 3.166 9.104 3.166H9.5s4.354-3.166 9.104-3.166c0 0 .396-4.75 1.98-4.75 0 0-.792-4.75.791-4.75 0 0-1.583-6.334 0-6.334 0 0-1.98-6.333-.396-6.333l-.791-3.958z"/></svg>
<svg class="tc-image-palmtree-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 44.33300018310547"><path d="M12.667 6.333H6.333C9.5 3.166 19 4.75 19 4.75c6.333-4.75 9.5-1.584 9.5-1.584-1.583 0-4.75 1.584-4.75 1.584C36.417 4.75 38 7.916 38 7.916c-7.917-1.583-14.25 0-14.25 0C33.25 12.666 34.833 19 34.833 19c-6.06-6.062-11.194-7.482-13.267-7.815 3.432 14.98 3.392 19.13 2.58 29.981 6.333 0 9.104 3.167 9.104 3.167H9.5s4.354-3.167 9.104-3.167c0 0 3.655-11.986.699-26.987-1.886 5.55-1.886 11.154-1.886 11.154-3.167-3.167-1.584-12.667-1.584-12.667C12.667 12.666 4.75 19 4.75 19c0-4.75 7.917-9.5 7.917-9.5C3.167 11.083 0 14.25 0 14.25c3.167-6.334 12.667-7.917 12.667-7.917z"/></svg>
<svg class="tc-image-pan-tool tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 48"><g transform="translate(-2)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M46 11v29c0 4.4-3.6 8-8 8H23.4c-2.16 0-4.2-.86-5.7-2.38L2 29.66s2.52-2.46 2.6-2.5c.44-.38.98-.58 1.58-.58.44 0 .84.12 1.2.32.08.02 8.62 4.92 8.62 4.92V8c0-1.66 1.34-3 3-3s3 1.34 3 3v14h2V3c0-1.66 1.34-3 3-3s3 1.34 3 3v19h2V5c0-1.66 1.34-3 3-3s3 1.34 3 3v17h2V11c0-1.66 1.34-3 3-3s3 1.34 3 3z"/></g></svg>
<svg class="tc-image-panorama tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><path d="M44 28V4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4zM15 17l5 6.01L27 14l9 12H8l7-9z"/></svg>
<svg class="tc-image-panorama-fish-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-panorama-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 5.09v21.82a56.146 56.146 0 0 0-16-2.32c-5.44 0-10.8.78-16 2.32V5.09a56.146 56.146 0 0 0 16 2.32c5.44 0 10.8-.78 16-2.32M38.86 0c-.19 0-.4.04-.62.12A52.262 52.262 0 0 1 20 3.41c-6.18 0-12.36-1.1-18.24-3.29C1.54.04 1.33 0 1.13 0 .47 0 0 .47 0 1.25v29.5C.01 31.53.47 32 1.13 32c.19 0 .4-.04.62-.12a52.262 52.262 0 0 1 18.24-3.29c6.18 0 12.36 1.1 18.24 3.29.22.08.43.12.62.12.66 0 1.14-.47 1.13-1.25V1.25C40 .47 39.52 0 38.86 0z"/></svg>
<svg class="tc-image-panorama-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M31.88 38.24A52.262 52.262 0 0 1 28.59 20c0-6.18 1.1-12.36 3.29-18.24.08-.22.12-.43.12-.63C32 .47 31.53 0 30.75 0H1.25C.47.01 0 .47 0 1.13c0 .19.04.4.12.62a52.262 52.262 0 0 1 3.29 18.24c0 6.18-1.1 12.36-3.29 18.24-.08.23-.12.44-.12.64C0 39.53.47 40 1.25 40h29.5c.78 0 1.25-.48 1.25-1.14 0-.19-.04-.4-.12-.62zM5.09 36a56.146 56.146 0 0 0 2.32-16c0-5.44-.78-10.8-2.32-16h21.82a56.146 56.146 0 0 0-2.32 16c0 5.44.78 10.8 2.32 16H5.09z"/></svg>
<svg class="tc-image-panorama-wide-angle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M20 4c4.9 0 9.42.39 14.58 1.27C35.52 8.84 36 12.45 36 16c0 3.55-.48 7.16-1.42 10.73C29.42 27.61 24.9 28 20 28s-9.42-.39-14.58-1.27C4.48 23.16 4 19.55 4 16c0-3.55.48-7.16 1.42-10.73C10.58 4.39 15.1 4 20 4m0-4C14.54 0 9.55.48 4.09 1.44l-1.85.33-.5 1.79C.58 7.7 0 11.85 0 16s.58 8.3 1.74 12.44l.5 1.79 1.85.33C9.55 31.52 14.54 32 20 32s10.45-.48 15.91-1.44l1.85-.33.5-1.79C39.42 24.3 40 20.15 40 16s-.58-8.3-1.74-12.44l-.5-1.79-1.85-.33C30.45.48 25.46 0 20 0z"/></svg>
<svg class="tc-image-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 40"><path d="M0 0h34v40H0V0zm3 3v6h6V3H3zm0 10h6v-3H3v3zm0 24h6v-3H3v3zm6-7H3v3h6v-3zm0-4H3v3h6v-3zm0-4H3v3h6v-3zm0-4H3v3h6v-3zm0-4H3v3h6v-3zm22 23v-3H10v3h21zm0-7H10v3h21v-3zm0-4H10v3h21v-3zm0-4H10v3h21v-3zm0-4H10v3h21v-3zm0-4H10v3h21v-3zm0-11H10v6h21V3zM10 13h21v-3H10v3z"/></svg>
<svg class="tc-image-paper-airplane tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M0 240l128 48 16 160 80-112 112 112L448 0 0 240zm318.7 145.4L224 288l128-176-192 153.8-82.6-31 322-172.5-80.7 323.1z"/></svg>
<svg class="tc-image-paper-bag tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.00000762939453 99"><g><path fill="#F39C12" d="M100 93a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V20h100v73z"/><path fill="#E57D22" d="M4 0h92v20H4z"/><path fill="#F39C12" d="M96 20h-8V8l8-8zM4 20h8V8L4 0z"/><path fill="#F1C40F" d="M12 8v12H0zm76 0v12h12z"/><circle cx="26" cy="40" r="5" opacity=".3"/><circle cx="74" cy="40" r="5" opacity=".3"/><path fill="none" stroke="#fff" stroke-width="6" stroke-miterlimit="10" d="M74 40c0 13.254-10.745 24-24 24S26 53.255 26 40" clip-rule="evenodd" stroke-linecap="round"/></g></svg>
<svg class="tc-image-paper-clip tc-image-button" width="22pt" height="22pt" viewBox="0 0 1102.27197265625 1203.6351318359375"><path d="M415.606 1114.842c206.073-204.929 367.269-368.743 546.569-544.595 59.195-61.825 96.686-122.337 112.471-181.532 27.626-111.707-14.848-208.44-88.793-284.137C914.819 33.544 838.852 0 757.952 3.947s-160.813 44.726-239.74 122.337L15.052 631.415l82.874 80.9 503.159-503.159c51.63-49.087 113.07-95.365 183.505-88.793 107.317 15.066 202.09 146.416 177.586 238.754-31.071 81.924-73.905 119.289-133.189 178.572-180.341 179.88-320.956 318.983-496.253 494.279-65.88 60.199-108.486 76.498-169.692 19.732-31.571-31.571-45.383-62.484-41.437-92.739 4.379-35.301 24.364-59.717 47.356-82.873l459.748-459.75c21.003-21.04 68.836-61.425 88.793-43.409 15.31 35.521-24.12 69.425-43.409 88.793L251.834 883.981l80.899 82.874 424.232-422.259c73.069-75.365 125.566-167.46 43.409-252.566-90.863-77.988-186.583-25.923-254.539 41.437L86.087 793.215c-47.356 47.356-74.323 98.658-80.9 153.908-5.187 77.454 29.734 139.628 76.954 187.451 44.384 44.143 92.336 68.594 151.935 69.061 71.657-2.869 142.113-50.066 181.53-88.793z"/></svg>
<svg class="tc-image-paper-clip-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm143.555 224.194c47.139.435 91.52 21.573 133.228 63.281 46.312 47.408 72.894 107.943 55.591 177.905-9.887 37.073-33.313 74.951-70.386 113.672-112.296 110.136-213.272 212.743-342.335 341.09-24.688 24.254-68.792 53.867-113.672 55.664-37.326-.292-67.417-15.64-95.215-43.286-29.573-29.951-51.442-68.897-48.193-117.407 4.119-34.603 21.024-66.728 50.684-96.387l287.988-287.915c42.561-42.188 102.468-74.845 159.375-26.001 51.455 53.302 18.59 111.002-27.173 158.203L467.725 827.49l-50.684-51.929 264.478-264.478c12.081-12.13 36.761-33.344 27.173-55.591-12.499-11.283-42.437 13.995-55.591 27.173L365.186 770.654c-14.399 14.503-26.921 29.747-29.663 51.855-2.472 18.948 6.155 38.309 25.928 58.081 38.333 35.553 65.014 25.398 106.274-12.305 109.787-109.787 197.893-196.937 310.84-309.595 37.129-37.129 63.963-60.532 83.423-111.841 15.347-57.831-44.042-140.052-111.255-149.487-44.113-4.116-82.581 24.848-114.917 55.591L320.654 668.042l-51.855-50.61 315.088-316.406c49.432-48.607 99.479-74.14 150.146-76.611 3.167-.155 6.379-.249 9.522-.221z"/></svg>
<svg class="tc-image-paper-plane tc-image-button" width="22pt" height="22pt" viewBox="0 0 950.9370727539062 766.156982421875"><path d="M921.753 6.196C904.14 12.391 34.918 318.721 17.766 324.762c-14.54 5.12-17.766 17.664-.512 24.525 20.53 8.243 194.355 77.875 194.355 77.875l115.2 46.131s554.906-407.45 562.38-412.979c7.579-5.53 16.283 4.864 10.804 10.803-5.478 5.99-402.995 435.866-402.995 435.866v.102l-23.142 25.754 30.67 16.486s238.08 128.205 255.077 137.318c14.9 7.987 34.202 1.382 38.502-17.101 5.07-21.811 145.664-627.763 148.787-641.28C950.937 10.7 939.314 0 921.752 6.195zM325.785 750.029c0 12.595 7.117 16.128 16.947 7.219 12.85-11.725 145.92-131.123 145.92-131.123l-162.867-84.173v208.077z"/></svg>
<svg class="tc-image-paper-plane-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1797 1797"><path d="M1766 16q33 24 27 64l-256 1536q-5 29-32 45-14 8-31 8-11 0-24-5l-527-215-298 327q-18 21-47 21-14 0-23-4-19-7-30-23.5t-11-36.5v-452L42 1088q-37-14-40-55-3-39 32-59L1698 14q35-21 68 2zm-342 1499l221-1323-1434 827 336 137 863-639-478 797z"/></svg>
<svg class="tc-image-paperclip tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.166000366210938 44.245094299316406"><path d="M15.833 8.62v19.791a4.75 4.75 0 0 1-9.5 0V12.578H9.5v15.833c0 .875.709 1.584 1.583 1.584s.792-.71.792-1.584V8.621c0-2.187-.98-3.96-3.167-3.96a3.958 3.958 0 0 0-3.958 3.96v24.54a6.333 6.333 0 1 0 12.666 0v-19h4.75v19c0 6.122-4.962 11.084-11.083 11.084S0 39.283 0 33.161V7.828a7.917 7.917 0 0 1 15.833 0l-.04.792h.04z"/></svg>
<svg class="tc-image-paperclip-rotated tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.74224090576172 36.26423645019531"><path d="M14.582 32.878l13.995-13.995a4.75 4.75 0 1 0-6.718-6.717L10.663 23.362l2.24 2.239 11.195-11.196a1.583 1.583 0 0 1 2.24 0c.618.618.058 1.061-.56 1.68L11.783 30.078c-1.546 1.546-3.492 2.106-5.038.56a3.958 3.958 0 0 1 0-5.598L24.098 7.688a6.333 6.333 0 0 1 8.957 8.956L19.62 30.079l3.36 3.359 13.434-13.435c4.328-4.328 4.328-11.346 0-15.674C32.086 0 25.068 0 20.74 4.329L2.826 22.242a7.917 7.917 0 1 0 11.196 11.196l.532-.587.028.027z"/></svg>
<svg class="tc-image-paperplane tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm181 0q0 212 104.5 391.5t283.5 284T960 1740t391.5-104.5 284.5-284T1741 960q0-158-62-302.5t-166.5-249T1263 242t-303-62-302.5 62-249 166.5-166 249T181 960zm242-410q13-14 47-1l1083 437q22 8 30.5 20t2 25-26.5 23l-193 93-135 238q-19 29-48.5 32t-54.5-22l-26-27q-3-3-4-3l-59-60-145 68q-32 14-66 1.5t-50-44.5L426 596q-16-32-3-46zm207 134q-1 2 5 9.5t19 19.5l386 344q28 24 68.5 31.5t70.5-5.5q31-13 30.5-36t-32.5-42L664 699q-16-9-24.5-13t-9.5-2z"/></svg>
<svg class="tc-image-paperplane_black tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm410-410q-13 14 3 46l352 734q16 32 49.5 44.5t65.5-1.5l146-68 59 60 3 3 27 27q24 25 54 22t48-32l135-238 193-93q31-16 29.5-35.5T1541 986L457 549q-34-13-47 1zm206 134q3-4 34 15l515 306q31 19 31.5 42t-29.5 36q-31 13-71.5 5.5T1027 1057L641 713q-28-25-25-29z"/></svg>
<svg class="tc-image-paperplane_ico tc-image-button" width="22pt" height="22pt" viewBox="0 0 2357 1764"><path d="M17 18.333q25.5-27.5 93.5.5l2175 875q43 17 59.5 42t3 50.5-53.5 46.5l-387 186-270 478q-37 58-96.5 63.5t-109.5-43.5l-53-54q-5-5-7-6l-119-121-292 137q-65 29-133 4t-99-90l-706-1475q-31-66-5.5-93.5zm414 271q-5.5 7.5 48.5 55.5l776 692q54 49 136.5 64.5t142.5-10.5q61-26 60-72.5t-64-83.5l-1030-616q-64-37-69.5-29.5z"/></svg>
<svg class="tc-image-paragraph tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.001087188720703 10"><path d="M.001.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4 3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zM.57 8.958l2.332-2.333a.323.323 0 0 0 0-.469L.57 3.823a.319.319 0 0 0-.236-.099.32.32 0 0 0-.234.099.319.319 0 0 0-.098.234v4.667c0 .09.032.168.098.233.068.067.146.1.234.1a.315.315 0 0 0 .236-.099z"/></svg>
<svg class="tc-image-paragraph-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M0 384h256v-64H0v64zm0-106.7h512v-64H0v64zm256-170.6H0v64h256v-64zM0 0v64h512V0H0z"/></svg>
<svg class="tc-image-paragraph-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M256 384h256v-64H256v64zM0 277.3h512v-64H0v64zm256-106.6h256v-64H256v64zM0 0v64h512V0H0z"/></svg>
<svg class="tc-image-paragraph-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M128 384h256v-64H128v64zM0 277.3h512v-64H0v64zm128-170.6v64h256v-64H128zM0 0v64h512V0H0z"/></svg>
<svg class="tc-image-paragraph-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M0 384h256v-64H0v64zm0-106.7h512v-64H0v64zm0-106.6h512v-64H0v64zM0 0v64h512V0H0z"/></svg>
<svg class="tc-image-paragraph-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M256 384h256v-64H256v64zM0 277.3h512v-64H0v64zm0-106.6h512v-64H0v64zM0 0v64h512V0H0z"/></svg>
<svg class="tc-image-paragraph-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M128 384h256v-64H128v64zM0 277.3h512v-64H0v64zm0-106.6h512v-64H0v64zM0 0v64h512V0H0z"/></svg>
<svg class="tc-image-paragraph-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M0 277.3h85.3v-64H0v64zM0 64h85.3V0H0v64zm0 320h85.3v-64H0v64zm0-213.3h85.3v-64H0v64zM170.7 384H512v-64H170.7v64zm0-384v64H512V0H170.7zm0 170.7H512v-64H170.7v64zm0 106.6H512v-64H170.7v64z"/></svg>
<svg class="tc-image-paragraph-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M0 170.7h341.3v-64H0v64zm0 106.6h341.3v-64H0v64zM0 64h341.3V0H0v64zm0 320h341.3v-64H0v64zm426.7-213.3H512v-64h-85.3v64zm0 213.3H512v-64h-85.3v64zm0-384v64H512V0h-85.3zm0 277.3H512v-64h-85.3v64z"/></svg>
<svg class="tc-image-paragraph-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0h1024v128H0zm192 192h640v128H192zm0 384h640v128H192zM0 384h1024v128H0zm0 384h1024v128H0z"/></svg>
<svg class="tc-image-paragraph-justify tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0h1024v128H0zm0 192h1024v128H0zm0 192h1024v128H0zm0 192h1024v128H0zm0 192h1024v128H0z"/></svg>
<svg class="tc-image-paragraph-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0h1024v128H0zm0 192h640v128H0zm0 384h640v128H0zm0-192h1024v128H0zm0 384h1024v128H0z"/></svg>
<svg class="tc-image-paragraph-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M0 0h1024v128H0zm384 192h640v128H384zm0 384h640v128H384zM0 384h1024v128H0zm0 384h1024v128H0z"/></svg>
<svg class="tc-image-park tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 35"><path d="M17.1 17h14.87L27.077 4h-5.073L17.1 17zM9 4V0h32v4h-7.871l4.905 13H50v4H39.863l5.729 14h-5.559l-5.728-14H15.782L10.08 35H4.52l5.697-14H0v-4h12.042l4.901-13H9z"/></svg>
<svg class="tc-image-park-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.105104446411133 11.016792297363281"><path d="M11.105 3.767a1.75 1.75 0 0 0-1.75-1.75 1.73 1.73 0 0 0-.8.2 1.24 1.24 0 0 0-1.24-1.2 1.19 1.19 0 0 0-.21.05 1.23 1.23 0 0 0-1.25-1.05 1.25 1.25 0 0 0-1.13.73 1.21 1.21 0 0 0-.62-.21 1.23 1.23 0 0 0-1 .55 1.491 1.491 0 0 0-.49-.07 1.51 1.51 0 0 0-1.4 2.08 1.49 1.49 0 0 0-.03 2.92 1.49 1.49 0 0 0 2.55.52h.12c.321 0 .63-.126.86-.35v3.83l-1.61 1h5l-1.6-1v-1a8.42 8.42 0 0 1 2.38-2c.26-.05.5-.167.7-.34a1.49 1.49 0 0 0 .52-1.16 1.46 1.46 0 0 0 0-.17c.61-.29 1-.904 1-1.58zm-4.64 4.5v-2.25h.18a1.52 1.52 0 0 0 .53-.1 1.5 1.5 0 0 0 .89 1 8.821 8.821 0 0 0-1.6 1.35z"/></svg>
<svg class="tc-image-park-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.99018383026123 12.970000267028809"><path d="M11.979 4.72a1.75 1.75 0 0 0-1-1.61 1.24 1.24 0 0 0-1.25-1.14 1.197 1.197 0 0 0-.29.06 1.2 1.2 0 0 0-2-.78 1.25 1.25 0 1 0-2.5 0s.04.02.04.05a1.22 1.22 0 0 0-2 .74 1.491 1.491 0 0 0-.49-.07 1.5 1.5 0 0 0-1.4 2.07 1.49 1.49 0 0 0 0 2.87 1.49 1.49 0 0 0 2.89-.23c.183.16.41.26.65.29v5l-1.65 1h5l-1.6-1v-2a6.8 6.8 0 0 1 2.77-2 1.49 1.49 0 0 0 1.83-1.48 1.472 1.472 0 0 0 0-.16 1.75 1.75 0 0 0 1-1.61zm-5.6 4.51V5.79c.27.48.778.779 1.33.78h.28c.016.44.224.849.57 1.12a7.25 7.25 0 0 0-2.18 1.54z"/></svg>
<svg class="tc-image-parking tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 39.91100311279297 50"><path d="M22.617 0H0v50h11V34h11.617c12.464 0 17.294-9.871 17.294-18.02C39.911 7.873 35.081 0 22.617 0zm-3.013 24H11V9h8.604c5.113 0 9.668 1.128 9.668 7.487C29.271 22.885 24.717 24 19.604 24z"/></svg>
<svg class="tc-image-parking-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.9883832931518555 9.041358947753906"><path d="M6.1 5.141a3.53 3.53 0 0 1-2.29.66H1.9v3.24H0v-9h3.93a3.2 3.2 0 0 1 2.16.69 2.69 2.69 0 0 1 .81 2.16 2.76 2.76 0 0 1-.8 2.25zm-1.46-3.24a1.56 1.56 0 0 0-1-.3H1.9v2.65h1.72a1.48 1.48 0 0 0 1-.32 1.31 1.31 0 0 0 .36-1 1.23 1.23 0 0 0-.34-1.03z"/></svg>
<svg class="tc-image-parking-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.127135276794434 13.06054973602295"><path d="M8.85 7.43a5.1 5.1 0 0 1-3.31 1H2.79v4.63H0v-13h5.72a4.63 4.63 0 0 1 3.13 1A3.88 3.88 0 0 1 10 4.18a4 4 0 0 1-1.15 3.25zm-2.1-4.67a2.25 2.25 0 0 0-1.47-.43H2.79v3.82h2.49a2.13 2.13 0 0 0 1.47-.47c.38-.394.57-.934.52-1.48a1.77 1.77 0 0 0-.52-1.44z"/></svg>
<svg class="tc-image-parking-garage-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.111949920654297 9.985518455505371"><path d="M6.817 7.426a2.35 2.35 0 0 1-1.53.44h-1.27v2.12h-1.26v-6h2.61a2.13 2.13 0 0 1 1.44.46c.385.372.583.897.54 1.43a1.84 1.84 0 0 1-.53 1.55zm-1-2.16a1 1 0 0 0-.68-.2h-1.12v1.76h1.15a1 1 0 0 0 .68-.22.87.87 0 0 0 .24-.68.82.82 0 0 0-.24-.66h-.03zm4.16-2a.5.5 0 0 0-.19-.68l-4.5-2.5a.5.5 0 0 0-.49 0l-4.5 2.5a.5.5 0 0 0 .49.87l4.28-2.4 4.26 2.37a.5.5 0 0 0 .68-.198v-.002l-.03.04z"/></svg>
<svg class="tc-image-parking-garage-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.095268249511719 13.550000190734863"><path d="M10.071 9.69a3.53 3.53 0 0 1-2.29.66h-1.9v3.2h-1.9v-9h3.92a3.2 3.2 0 0 1 2.16.69 2.69 2.69 0 0 1 .81 2.15 2.76 2.76 0 0 1-.8 2.3zm-1.5-3.24a1.56 1.56 0 0 0-1-.3h-1.69V8.8h1.69a1.48 1.48 0 0 0 1-.32 1.31 1.31 0 0 0 .36-1 1.23 1.23 0 0 0-.36-1.03zm5.41-2.69a.5.5 0 0 0-.24-.66L7.071 0 .361 3.1a.501.501 0 1 0 .42.91l6.29-2.91 6.29 2.9a.5.5 0 0 0 .66-.24h-.04z"/></svg>
<svg class="tc-image-part-of-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 374.79998779296875 512"><path d="M0 0v512l374.8-348C281.3 63.4 148.2 0 0 0z"/></svg>
<svg class="tc-image-part-of-circle-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0v512h512C512 229.2 282.8 0 0 0z"/></svg>
<svg class="tc-image-part-of-circle-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 300 512"><path d="M0 0v299.9L212.1 512c54.3-54.3 87.8-129.2 87.8-212.1C300 134.3 165.7 0 0 0z"/></svg>
<svg class="tc-image-part-of-circle-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 437 512"><path d="M181 0v256L0 437c46.4 46.3 110.4 75 181 75 141.4 0 256-114.6 256-256S322.4 0 181 0z"/></svg>
<svg class="tc-image-part-of-circle-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0v256H0c0 141.4 114.6 256 256 256s256-114.6 256-256S397.4 0 256 0z"/></svg>
<svg class="tc-image-part-of-circle-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0v256L75 75C28.6 121.3 0 185.3 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256S397.4 0 256 0z"/></svg>
<svg class="tc-image-party-mode tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M36 4h-6.34L26 0H14l-3.66 4H4C1.79 4 0 5.79 0 8v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-16 6c3.26 0 6.13 1.59 7.96 4H20c-3.31 0-6 2.69-6 6 0 .71.14 1.37.37 2H10.2c-.13-.65-.2-1.31-.2-2 0-5.52 4.48-10 10-10zm0 20c-3.26 0-6.13-1.58-7.95-4H20c3.31 0 6-2.69 6-6 0-.7-.14-1.37-.37-2h4.17c.13.65.2 1.31.2 2 0 5.52-4.48 10-10 10z"/></svg>
<svg class="tc-image-passing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M186.2 232.7h139.6v-46.5H186.2v46.5zm0 93.1h139.6v-46.5H186.2v46.5zm0 93.1h139.6v-46.5H186.2v46.5zm0 93.1h139.6v-46.5H186.2V512zm186.2-93.1H512v-46.5H372.4v46.5zm0 93.1H512v-46.5H372.4V512zm0-279.3H512v-46.5H372.4v46.5zm0-139.6v46.5H512V93.1H372.4zm0 232.7H512v-46.5H372.4v46.5zM0 232.7h139.6v-46.5H0v46.5zm0 93.1h139.6v-46.5H0v46.5zm0 93.1h139.6v-46.5H0v46.5zM0 46.5h139.6V0H0v46.5zm0 93.1h139.6V93.1H0v46.5zM0 512h139.6v-46.5H0V512z"/></svg>
<svg class="tc-image-paste tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 16"><path d="M10 2H8V1c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1H2v2h8V2zM7 2H5v-.998L5.002 1h1.996L7 1.002V2zm5 3V2.5c0-.275-.225-.5-.5-.5h-1v1h.5v2H8L5 8v4H1V3h.5V2h-1c-.275 0-.5.225-.5.5v10c0 .275.225.5.5.5H5v3h10V5h-3zM8 6.414V8H6.414L8 6.414zM14 15H6V9h3V6h5v9z"/></svg>
<svg class="tc-image-paste-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.879000663757324 14.996999740600586"><path d="M10.125 2.875H9V2h1.562a.44.44 0 0 1 .438.438v1.545h-.875V2.875zm-8.139 10.25H.875V2.875H2V2H.438A.44.44 0 0 0 0 2.438v11.125c0 .24.197.437.438.437h1.549v-.875zM8 4H3V2h1V.875C4 .394 4.394 0 4.875 0h1.126c.481 0 .875.394.875.875V2H8v2zM6.002.877L6 .875 4.876.876l-.001.001V2h1.127V.877zm5.877 13.682V8.045l-2.85-3H3.492c-.291 0-.488.197-.488.438v9.076c0 .24.197.438.438.438h8a.44.44 0 0 0 .437-.438zm-1-6.389H8.854V6.045l2.025 2.125zm.125 6H3.879V5.92h4.15v3.076h2.975v5.174z"/></svg>
<svg class="tc-image-path tc-image-button" width="22pt" height="22pt" viewBox="0 0 1068.7998046875 1075.199951171875"><path d="M262.4 89.6c-134.4 51.2-224 147.2-249.6 288-12.8 83.2-6.4 172.8 32 249.6 6.4 19.2 19.2 32 32 51.2L96 697.6c12.8-6.4 25.6-6.4 32-12.8 44.8-25.6 76.8-64 115.2-96-128-153.6 6.4-332.8 172.8-377.6 160-38.4 371.2 25.6 416 192 19.2 64 6.4 140.8-44.8 192-25.6 25.6-64 44.8-102.4 51.2-25.6 6.4-44.8 6.4-70.4 0-12.8-6.4-25.6-6.4-38.4-6.4-19.2-6.4-38.4-6.4-38.4-25.6V345.6c0-19.2 0-12.8-12.8-19.2-12.8 0-25.6 0-38.4-6.4-38.4 0-83.2 0-121.6 6.4-12.8 0-19.2 0-19.2 19.2v140.8l6.4 294.4c0 32 0 102.4-32 115.2-38.4 19.2-70.4-19.2-108.8-25.6 6.4 51.2-25.6 147.2 32 172.8 51.2 25.6 115.2 32 172.8 12.8 115.2-38.4 153.6-172.8 140.8-275.2C736 832 934.4 742.4 1011.2 582.4c57.6-115.2 32-262.4-51.2-358.4C793.6 38.4 480 0 262.4 89.6z"/></svg>
<svg class="tc-image-patreon tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.131999969482422 16.274002075195312"><path fill-rule="nonzero" d="M0 8.053C0 4.326 3.027.833 7.018.333c2.86-.333 5.023.765 6.52 2.196 1.396 1.33 2.228 3.028 2.428 5.025.166 1.997-.266 3.728-1.43 5.36-1.164 1.596-3.46 3.36-6.32 3.36H4.324V8.586c.034-1.697.6-3.162 2.66-3.86 1.797-.533 3.893.465 4.525 2.362.664 2.03-.3 3.395-1.43 4.227-1.132.832-2.895.832-4.06.033v2.63c.766.365 1.73.465 2.43.43 2.526-.365 4.49-1.796 5.32-3.96.866-2.295.267-4.957-1.53-6.62-2.16-1.765-4.523-2.197-7.05-.966-1.763.898-2.994 2.728-3.294 4.724v8.687H.033L0 8.053z"/></svg>
<svg class="tc-image-pause tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm-1 8.931a.654.654 0 0 1-.643.666.654.654 0 0 1-.642-.665V5.015c0-.37.288-.667.643-.667.355-.002.643.299.643.666v3.947zm3.286 0a.654.654 0 0 1-.644.666.653.653 0 0 1-.641-.665V5.015c0-.37.288-.667.643-.667.354-.002.643.299.643.666v3.947z"/></svg>
<svg class="tc-image-pause-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M139.6 0H46.5C20.9 0 0 20.9 0 46.5v418.9C0 491.1 20.9 512 46.5 512h93.1c25.7 0 46.5-20.9 46.5-46.5v-419C186.2 20.9 165.3 0 139.6 0zm325.9 0h-93.1c-25.7 0-46.5 20.9-46.5 46.5v418.9c0 25.7 20.9 46.5 46.5 46.5h93.1c25.7 0 46.5-20.9 46.5-46.5V46.5C512 20.9 491.1 0 465.5 0z"/></svg>
<svg class="tc-image-pause-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM330.835 289.38h181.714v621.24H330.835V289.38zm356.616 0h181.714v621.24H687.451V289.38z"/></svg>
<svg class="tc-image-pause-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M704 1056V480q0-14-9-23t-23-9H416q-14 0-23 9t-9 23v576q0 14 9 23t23 9h256q14 0 23-9t9-23zm448 0V480q0-14-9-23t-23-9H864q-14 0-23 9t-9 23v576q0 14 9 23t23 9h256q14 0 23-9t9-23zm384-288q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-pause-circle-filled tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm-2 28h-4V12h4v16zm8 0h-4V12h4v16z"/></svg>
<svg class="tc-image-pause-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M768 0q209 0 385.5 103T1433 382.5 1536 768t-103 385.5-279.5 279.5T768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0zm0 1312q148 0 273-73t198-198 73-273-73-273-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73zm96-224q-14 0-23-9t-9-23V480q0-14 9-23t23-9h192q14 0 23 9t9 23v576q0 14-9 23t-23 9H864zm-384 0q-14 0-23-9t-9-23V480q0-14 9-23t23-9h192q14 0 23 9t9 23v576q0 14-9 23t-23 9H480z"/></svg>
<svg class="tc-image-pause-circle-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M14 28h4V12h-4v16zm6-28C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16zm2-8h4V12h-4v16z"/></svg>
<svg class="tc-image-pause-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.00155258178711 14.003668785095215"><path d="M5.359 9.6a.654.654 0 0 1-.642-.665V4.988c0-.37.288-.667.643-.667.355-.002.643.299.643.666v3.946a.655.655 0 0 1-.644.667zm3.929-.666V4.987c0-.367-.288-.668-.643-.666a.654.654 0 0 0-.642.667v3.946c0 .367.287.666.642.665a.653.653 0 0 0 .643-.665zm-2.285 5.069a7 7 0 1 1 0-14.001 7 7 0 0 1 0 14zm0-1.001a6 6 0 1 0 0-12 6 6 0 0 0 0 12z"/></svg>
<svg class="tc-image-pause2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12"><path d="M0 0h5v12H0zm7 0h5v12H7z"/></svg>
<svg class="tc-image-paw tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.61199951171875 39"><path d="M4.112 8.799c2.467-.303 4.821 2.34 5.259 5.903.437 3.563-1.208 6.697-3.674 7-2.467.302-4.822-2.34-5.259-5.904-.438-3.563 1.207-6.697 3.674-7zM14.654 0c2.486 0 4.5 3.582 4.5 8s-2.014 8-4.5 8c-2.485 0-4.5-3.582-4.5-8s2.015-8 4.5-8zm11.809 1.52c2.479.173 4.239 3.886 3.93 8.294-.308 4.407-2.567 7.84-5.047 7.666-2.479-.173-4.239-3.886-3.93-8.294.308-4.407 2.567-7.84 5.047-7.666zm9.615 9.875c2.341.54 3.534 4.032 2.664 7.799-.87 3.767-3.472 6.382-5.813 5.842-2.341-.54-3.534-4.032-2.664-7.8.87-3.766 3.472-6.382 5.813-5.841zM17.654 37.5s-7.25 1.5-9.25 1.5-6.75-1.5-6.75-6.5c0-6 5-5 8-8s3-7 9-7 7 5 10 8 7 3.75 7 7.75-3 5.75-8 5.75-3-1.5-10-1.5z"/></svg>
<svg class="tc-image-pawn tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1181"><path d="M600 0q75 0 128 53t53 128-53 128-128 53-128-53-53-128 53-128T600 0zm2 383h46q34 0 55.5 28.5T725 498q0 76 39 183H440q39-107 39-183 0-58 21.5-86.5T557 383h45zM250 781h700q21 0 35.5 14.5T1000 831t-14.5 35.5T950 881h-13l138 100H125l137-100h-12q-21 0-35.5-14.5T200 831t14.5-35.5T250 781zM50 1081h1100q21 0 35.5 14.5t14.5 35.5v50H0v-50q0-21 14.5-35.5T50 1081z"/></svg>
<svg class="tc-image-pay-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM364 204q9-10 22.5-10t22.5 10l103 102 103-102q9-10 22.5-10t22.5 10q9 9 9 22.5t-9 22.5L535 374q-9 9-22.5 9.5T490 374L364 249q-9-9-9-22.5t9-22.5zm405 274q0 13-9 22.5t-23 9.5H544v132h128q14 0 23 9.5t9 22.5-9 22.5-23 9.5H544v92q0 13-9.5 22.5T512 830t-22.5-9.5T480 798v-92H355q-14 0-23-9.5t-9-22.5 9-22.5 23-9.5h125V510H289q-14 0-23-9.5t-9-22.5 9-22.5 23-9.5h448q14 0 23 9.5t9 22.5z"/></svg>
<svg class="tc-image-pay-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm317 829q-62 62-143 96-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35t174 35q81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143zM490 374q9 9 22.5 9t22.5-9l125-125q9-9 9-22.5t-9-22.5q-9-10-22.5-10T615 204L512 306 409 204q-9-10-22.5-10T364 204q-9 9-9 22.5t9 22.5zm247 72H289q-14 0-23 9.5t-9 22.5 9 22.5 23 9.5h191v132H355q-14 0-23 9.5t-9 22.5 9 22.5 23 9.5h125v92q0 13 9.5 22.5T512 830t22.5-9.5T544 798v-92h128q14 0 23-9.5t9-22.5-9-22.5-23-9.5H544V510h193q14 0 23-9.5t9-22.5-9-22.5-23-9.5z"/></svg>
<svg class="tc-image-paybox tc-image-button" width="22pt" height="22pt" viewBox="0 0 898.6639404296875 514.0189819335938"><path d="M152.454 26.133c8.53-2.796 16.272-5.376 24.043-7.885 16.538-5.335 33.075-10.65 49.623-15.964C233.226 0 233.574.113 237.281 6.687c20.736 36.731 36.966 75.295 48.026 116.06 8.49 31.283 13.957 62.986 16.466 95.314a516.365 516.365 0 0 1 .594 71.629c-2.488 40.284-9.974 79.729-21.913 118.364-10.558 34.13-25.313 66.365-42.199 97.721-.113.215-.266.42-.389.635-4.31 7.609-4.31 7.598-12.728 4.874-21.73-7.024-43.469-14.05-65.209-21.084a76.868 76.868 0 0 1-2.816-.993c-4.649-1.71-4.864-2.028-2.887-6.329 1.556-3.379 3.41-6.635 4.976-10.005 12.636-27.106 22.56-55.163 30.075-84.111 6.503-25.058 10.916-50.442 13.742-76.176 3.226-29.307 3.697-58.665 2.048-88.034-2.345-41.851-9.872-82.872-22.323-122.88-7.465-23.982-16.507-47.421-27.986-69.847-.778-1.485-1.28-3.133-2.304-5.693zM.524 439.07c3.522-8.202 6.85-15.913 10.147-23.644 12.165-28.457 20.214-58.153 25.323-88.566 5.417-32.246 6.574-64.85 4.71-97.475-1.997-34.867-8.366-69.038-19.415-102.164-5.253-15.76-12.063-30.997-18.36-46.387C.286 74.363 0 74.301 6.769 72.089 22.569 66.908 38.41 61.9 54.24 56.821c1.413-.45 2.847-.86 4.25-1.362 7.443-2.672 7.608-2.775 11.498 4.413 17.09 31.58 30.188 64.656 38.82 99.615 9.431 38.216 13.046 76.944 11.315 116.091-2.14 48.292-12.114 95.027-31.539 139.448-6.062 13.854-13.025 27.331-19.815 40.857-2.55 5.09-2.857 4.926-7.998 3.277-17.49-5.581-34.98-11.131-52.45-16.773-2.56-.819-4.956-2.089-7.803-3.318zm435.066 33.373v-8.366c0-58.573 0-117.135.01-175.708 0-9.851.021-9.882 10.005-9.892 15.954-.03 31.908-.297 47.852.082 10.138.246 20.388.42 30.075 4.332 14.715 5.929 24.944 15.985 29.471 31.427 5.15 17.582 4.894 34.416-7.178 49.459-2.314 2.888-5.09 5.427-7.803 7.966-2.294 2.161-2.437 3.952 0 6.185 5.94 5.438 10.701 11.878 13.885 19.21 1.936 4.455 3.38 9.411 3.717 14.234.758 10.69.194 21.207-4.158 31.488-5.622 13.282-15.022 22.139-28.375 26.614-6.032 2.017-12.595 3.216-18.944 3.348-21.177.42-42.363.195-63.55.185-1.433 0-2.867-.317-5.007-.563zm28.467-55.04h-.03c0 8.468.112 16.937-.05 25.395-.063 3.481 1.135 4.894 4.72 4.843 11.202-.164 22.426.246 33.607-.226 13.793-.573 24.586-11.971 25.098-25.784.112-2.98.112-5.98-.05-8.96-.718-13.087-11.746-25.098-25.61-25.231-10.958-.103-21.914-.072-32.87.02-4.63.041-4.732.195-4.783 5.294-.092 8.212-.03 16.425-.03 24.648zm-.01-84.521h.051c0 7.966-.092 15.923.03 23.89.082 4.915.226 5.058 5.038 5.079 10.947.051 21.904.246 32.84-.174 10.25-.389 17.592-5.622 22.436-14.756 3.082-5.827 2.867-11.879 2.928-18.115.102-9.913-11.755-23.378-22.149-23.808-12.155-.502-24.33-.676-36.495-1.014-3.502-.103-4.793 1.567-4.73 5.028.153 7.936.05 15.902.05 23.87zm262.215 43.602c0 16.446-.092 32.891.02 49.337.194 28.826-21.872 48.865-48.66 50.023-7.957.338-15.985.533-23.91-.113-17.623-1.444-31.938-8.981-41.114-24.637-4.885-8.336-6.687-17.49-6.656-27.126.092-29.399-.03-58.808.082-88.207.03-6.677-.174-13.548 1.23-19.999 4.71-21.637 19.691-35.717 41.962-38.717 12.79-1.721 25.805-1.854 38.656.88 21.627 4.598 38.574 24.146 38.451 47.739-.092 16.947-.02 33.884-.02 50.832-.01-.01-.03-.01-.04-.01zm-28.395-.369c0-15.452-.338-30.914.123-46.356.297-9.994-4.096-17.275-11.264-23.245-8.284-6.902-31.59-6.871-40.468-.399-8.304 6.052-11.879 14.141-11.817 24.381.174 30.403.051 60.816.082 91.228 0 2.242.082 4.495.4 6.707 1.72 12.206 12.267 21.658 24.565 22.016 3.984.113 7.977.072 11.961 0 14.93-.276 26.337-11.663 26.41-26.481.061-15.943 0-31.897.01-47.851zm133.11-26.46c2.222-3.901 3.973-6.533 5.284-9.37 8.673-18.688 17.408-37.366 25.744-56.207 1.69-3.809 3.902-5.55 7.762-5.57 7.22-.041 14.448-.154 21.668.062 5.304.154 6.451 2.202 3.973 7.301-5.427 11.162-11.08 22.211-16.66 33.29-8.714 17.305-17.316 34.673-26.255 51.865-1.956 3.779-1.843 6.697.051 10.394 13.803 26.982 27.423 54.067 41.072 81.121 5.048 10.014 4.782 10.434-6.503 10.476-4.987.02-10.025-.471-14.93.133-6.4.788-9.154-2.232-11.59-7.67-8.223-18.381-16.897-36.557-25.53-54.754-.983-2.068-2.816-3.738-4.26-5.591-1.444 1.894-3.236 3.604-4.27 5.703-9.154 18.473-18.288 36.956-27.157 55.562-2.17 4.567-4.73 7.086-10.138 6.728-6.45-.43-12.953-.041-19.426-.133-7.035-.102-7.598-1.044-4.505-7.188 6.042-12.001 12.073-24.002 18.176-35.973 7.895-15.473 15.657-31.027 23.91-46.306 2.795-5.171 2.857-9.308.102-14.572-14.039-26.89-27.699-53.975-41.482-80.998-4.034-7.916-3.226-9.298 5.714-9.452 5.724-.103 11.458.051 17.193-.031 4.751-.072 7.557 1.864 9.677 6.41 9.257 19.804 18.934 39.414 28.52 59.074.746 1.505 1.903 2.826 3.86 5.694zM696.075 231.669c-3.236 0-6.482.154-9.707-.041-4.352-.266-5.468-1.506-6.523-5.642-3.03-11.929-6.185-23.828-9.267-35.748-.83-3.226-3.287-3.195-5.867-3.185-11.705.031-23.419.01-35.123.01-3.492 0-6.973.051-10.466-.051-2.888-.082-4.475.952-5.264 3.973-3.082 11.663-6.43 23.255-9.687 34.878-1.515 5.427-1.73 5.744-6.933 5.826-6.226.092-12.452.051-18.678-.154-4.966-.164-6.093-1.475-4.76-5.898 4.033-13.456 8.345-26.829 12.4-40.284 3.42-11.315 6.522-22.722 9.973-34.018 3.973-12.994 8.202-25.917 12.288-38.881 4.598-14.613 9.216-29.225 13.681-43.889 2.437-8.007 4.557-16.108 6.81-24.166 1.7-6.072 2.56-6.779 8.611-6.83 3.737-.031 7.495-.256 11.202.051 4.731.389 5.827 2.222 7.014 6.953 2.16 8.612 4.761 17.132 7.322 25.641a43691 43691 0 0 0 28.692 94.904c3.431 11.295 7.014 22.538 10.476 33.822a2440.01 2440.01 0 0 1 7.833 26.112c1.607 5.458.82 6.441-5.048 6.656-1.495.051-2.99 0-4.485 0h-4.485c-.01-.01-.01-.03-.01-.041zM643.216 89.835c-.625-.02-1.26-.031-1.884-.051-3.154 11.714-6.585 23.368-9.39 35.164-2.857 12.002-7.25 23.675-8.96 36.045 15.196 1.577 32.758 1.137 38.482-.901-6.082-23.409-12.165-46.827-18.247-70.257zM464.2 146.832v7.639c-.03 22.436-.072 44.861-.102 67.298 0 1.741.194 3.522-.072 5.222-.42 2.734-2.078 4.618-4.966 4.659-7.424.102-14.848.03-22.948.03-.164-3.379-.44-6.298-.44-9.206-.01-58.819.01-117.647.021-176.466 0-1.495-.02-2.99.051-4.485.133-2.724 1.69-3.993 4.332-4.055 1.25-.03 2.488.021 3.738.021h53.084c8.96 0 17.797.656 26.255 4.065 13.691 5.529 23.778 14.418 28.846 28.723 4.64 13.087 5.08 26.338 1.822 39.557-2.652 10.742-9.36 19.374-18.35 25.559-8.827 6.082-18.718 9.84-29.85 9.963-13.394.144-26.788.922-41.42 1.475zm1.2-84.04c-.574 1.219-.943 1.649-.943 2.079-.092 17.162-.133 34.334-.226 51.497-.02 3.748 2.16 4.577 5.325 4.475 11.9-.409 23.798-.697 35.687-1.188 6.851-.277 11.95-3.666 16.128-9.083 4.64-6.021 5.817-12.595 6.185-20.05.625-12.667-10.394-27.832-26.91-27.74-11.694.072-23.388.01-35.246.01zm305.54 122.132c0-12.708-.04-25.405.03-38.114.02-3.85-1.198-7.014-3.144-10.414-6.717-11.755-12.82-23.859-19.26-35.789-6.504-12.042-13.18-24.002-19.662-36.055-3.605-6.707-7.066-13.486-10.445-20.306-2.304-4.649-1.26-6.584 3.78-6.738 6.716-.205 13.455-.226 20.172 0 4.24.144 7.148 2.253 9.083 6.41 9.902 21.279 20.04 42.445 30.23 63.58.634 1.321 2.323 2.519 3.747 2.898.655.174 2.192-1.638 2.785-2.816 7.711-15.432 15.31-30.925 22.958-46.398 3.164-6.39 6.236-12.841 9.667-19.097 1.69-3.082 4.116-5.069 8.366-4.7 5.93.512 11.95.02 17.92.092 6.174.082 7.322 1.7 4.598 7.158-4.403 8.827-9.144 17.479-13.7 26.224-3.503 6.718-6.842 13.507-10.446 20.173-4.782 8.858-9.738 17.623-14.643 26.419-3.942 7.076-8.172 14.009-11.745 21.269-1.35 2.734-1.71 6.185-1.73 9.319-.145 24.658-.093 49.326-.103 73.984 0 1.741-.04 3.492.01 5.233.092 2.755-1.198 4.239-3.952 4.28-6.727.092-13.445.133-20.173.174-3.348.02-4.147-2.171-4.158-4.946-.03-4.977-.03-9.963-.03-14.94v-26.901h-.154z"/></svg>
<svg class="tc-image-paylife tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.001953125 268.3199462890625"><path d="M421.368 133.96c-3.84 11.582-7.927 25.866-9.77 34.018h-1.526c-1.894-8.11-5.98-22.815-9.769-34.018 0 0-24.259-73.32-24.637-74.404h-42.127c4.27 11.274 58.41 154.5 58.41 155.034 0 0-18.996 51.63-19.764 53.73h37.54c.368-1.045 76.462-206.592 77.261-208.753h-40.99c-1.853 5.59-24.627 74.394-24.627 74.394zM86.579 101.325h-47.78V46.418h47.206c19.497 0 30.208 9.636 30.208 27.166-.01 18.146-10.24 27.74-29.635 27.74zM87.45 7.72H0v205.773h38.8v-73.462h45.19c26.971 0 72.181-8.755 72.181-67.338-.01-39.465-26.993-64.973-68.72-64.973zm177.858 161.373c-4.25 7.28-14.674 14.622-28.355 14.622-21.524 0-23.859-15.063-23.859-21.565 0-13.118 8.478-20.337 23.86-20.337 14.95 0 21.401 2.304 28.118 6.646l.358.226-.123 20.409zM243.018 56.3c-24.699 0-39.27 5.61-55.737 15.237.727 1.34 13.875 25.805 14.551 27.044 13.998-7.67 23.798-10.117 41.196-10.117 13.62 0 22.405 8.11 22.405 20.654v9.01l-1.127-.572c-8.028-4.147-17.459-6.144-28.785-6.144-37.397 0-60.63 19.456-60.63 50.739 0 37.714 28.016 54.599 55.725 54.599 12.933 0 25.753-5.12 33.485-13.384l1.341-1.423v11.54h38.226V110.02c-.01-33.116-23.245-53.72-60.65-53.72zm690.35 63.417l.092-.911c1.597-17.326 11.643-28.55 25.57-28.55 18.82 0 26.756 14.767 27.893 28.59l.072.87h-53.627zm90.634 16.978c0-47.33-25.886-80.394-62.966-80.394-38.635 0-66.663 33.802-66.663 80.394 0 48.63 27.638 80.057 70.441 80.057 20.828 0 41.513-9.564 53.043-24.32-1.229-1.065-26.112-22.466-27.095-23.286-6.062 6.759-15.452 10.7-25.948 10.7-14.469 0-30.433-7.894-31.928-30.074l-.062-.86h90.634c.051-1.29.543-12.216.543-12.216zM565.178 7.72h-38.799v205.773H666.38v-39.27H565.168V7.72zM800.636 40.1v19.456H782.45V96.47h18.186v117.023h38.195V96.47h25.682V59.556h-25.682V45.722c0-9.78 4.055-13.24 15.504-13.24 4.926 0 8.91.963 13.056 2.908V4.25C860.694 1.465 852.553 0 843.081 0c-28.969.01-42.445 12.759-42.445 40.1zM724.256.01c-11.919 0-21.995 10.364-21.995 22.6 0 12.257 10.076 22.599 21.995 22.599 11.91 0 21.986-10.352 21.986-22.6.01-12.236-10.066-22.598-21.986-22.598zm-19.108 213.484h38.236V59.556h-38.236v153.938z"/></svg>
<svg class="tc-image-payment tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 28H4V16h32v12zm0-20H4V4h32v4z"/></svg>
<svg class="tc-image-paymill tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.001708984375 190.637451171875"><path d="M279.912 113.92h-15.77v57.385h-25.834V19.055h44.574c32 0 56.238 15.084 56.238 46.173 0 31.775-22.405 48.69-59.207 48.69zm.91-74.517h-16.69v54.18h15.995c23.09 0 32.92-9.37 32.92-27.658.01-16.466-9.133-26.522-32.225-26.522zm77.773 131.902H332.77l58.06-152.25h24.915l59.207 152.25h-28.12l-11.888-32.686h-64.46l-11.89 32.686zm52.808-97.157c-4.567-12.81-8.683-26.286-8.683-26.286h-.46s-3.882 13.712-8.684 26.286c0 0-15.545 43.428-15.77 43.428h49.378l-15.78-43.428zm112.958 39.547v57.61h-25.825v-57.61l-50.75-94.638h28.805l35.88 70.636h.237l35.89-70.636h25.14zm124.886 57.876l-30.864-88.238c-3.43-10.281-6.86-21.484-6.86-21.484h-.462s-.912 11.889-2.048 22.17L598.26 171.57h-23.552l20.808-152.248h24.914l33.822 98.294c4.342 12.114 8.458 26.972 8.458 26.972h.46s4.343-14.858 8.684-26.972l34.294-98.294h24.914l20.808 152.249h-26.297l-11.202-88.003c-1.372-10.517-2.52-21.72-2.52-21.72h-.45s-3.205 11.203-6.635 21.484l-30.403 88.238h-25.12zm126.24-152.248h25.826V171.57h-25.825V19.323zm53.626 152.248V19.323h25.826v131.215h58.06v21.033zm110.992 0V19.323h25.836v131.215H1024v21.033zM108.412 53.617a5.965 5.965 0 0 0-5.96-5.96h-30.36c-4.404 0-8.387 2.335-10.313 5.96L.513 182.293A5.792 5.792 0 0 0 0 184.679c0 3.287 2.672 5.949 5.96 5.949l30.36.01c5.213 0 9.565-4.454 11.265-8.028S107.91 56.003 107.91 56.003h-.01a5.83 5.83 0 0 0 .512-2.386zm72.704 17.869c0-.84-.174-1.628-.482-2.345v-.01L152.33 8.029l-.02-.01C150.334 3.565 146.268 0 141.056 0h-30.372a5.959 5.959 0 0 0-5.96 5.959c0 .85.184 1.659.512 2.386l-.01.01 28.55 60.273s.737 1.843.737 2.867-.286 1.976-.738 2.816v.05l-28.55 60.284a5.839 5.839 0 0 0-.511 2.396 5.95 5.95 0 0 0 5.96 5.95l30.372.01c5.212 0 9.042-3.563 11.254-8.018l.02-.01 28.304-61.113a6.06 6.06 0 0 0 .492-2.375z"/></svg>
<svg class="tc-image-paypal tc-image-button" width="22pt" height="22pt" viewBox="0 0 504.14801025390625 511.9999694824219"><path d="M0 456.192L99.328 0h224.255c17.066 0 33.536 3.072 49.408 9.216 15.872 6.144 30.293 15.616 43.264 28.416 12.97 12.8 21.93 28.928 26.88 48.385 4.949 19.455 4.863 42.496-.256 69.12-9.899 46.421-31.83 82.944-65.792 109.567-33.963 26.624-73.814 39.936-119.552 39.936h-93.697l-32.255 151.552H0zM51.2 512l5.632-25.088h110.591l32.256-151.04h93.696c45.739 0 85.59-13.312 119.552-39.936 33.963-26.624 55.894-63.147 65.792-109.568 7.168-32.768 5.12-61.781-6.144-87.04 24.235 28.672 31.573 66.048 22.016 112.128-10.24 46.421-32.256 82.944-66.048 109.568-33.792 26.624-73.557 39.936-119.296 39.936h-94.208L182.783 512H51.2zm131.584-294.4h42.496l21.504-93.696h64c.682 0 3.583.512 8.704 1.536-2.731-9.9-8.107-17.835-16.128-23.809-8.022-5.973-17.494-8.96-28.416-8.96h-64zm64-.512c16.384-.682 31.659-6.997 45.824-18.943 14.165-11.947 23.125-26.283 26.88-43.008 0-.683.17-1.707.511-3.072s.512-2.39.512-3.073h-58.368z"/></svg>
<svg class="tc-image-paypal--classic tc-image-button" width="22pt" height="22pt" viewBox="0 0 904.0549926757812 240.635986328125"><path d="M706.231 37.922c-22.635 0-40.516 5.999-54.19 8.734l-4.217 34.381c6.848-3.272 28.408-9.271 46.311-9.822 17.881-.55 28.4 3.273 24.726 18.556-53.14 0-88.926 10.914-96.29 45.299-10.526 58.94 54.208 57.305 79.983 31.654l-3.166 14.191h47.36l20.527-93.871c8.397-39.851-27.909-49.664-61.043-49.122zm3.15 96.052c-2.634 12.553-12.617 18.014-24.727 18.573-10.518.534-20.002-8.755-13.159-19.652 5.274-9.284 20.002-11.469 28.941-11.469h11.576c-1.049 4.361-1.59 8.192-2.633 12.548zM807.765.798l-39.168 180.118h48.094L856.351.798h-48.586zm-220.992.555h-88.059l-39.023 179.563h51.15l13.183-59.49h36.39c35.848 0 65.383-21.828 73.302-58.94 8.96-42.031-21.624-61.133-46.942-61.133zm-1.566 61.128c-3.166 13.641-16.883 24.563-30.076 24.563h-23.727l10.552-49.122h25.318c13.184 0 21.09 10.918 17.933 24.559zm-340.16-24.559c-22.349 0-40.026 5.999-53.017 8.734l-4.155 34.381c6.233-3.272 27.554-9.271 45.218-9.822 17.677-.55 28.07 3.273 24.947 18.556-52.493 0-87.834 10.914-95.113 45.299-10.398 58.94 53.53 57.305 78.477 31.654l-3.11 14.191h47.29l20.267-93.871c8.32-39.851-28.062-49.664-60.805-49.122zm3.635 96.052c-2.594 12.553-12.997 18.014-24.947 18.573-10.398.534-19.23-8.755-12.476-19.652 5.192-9.284 19.746-11.469 28.066-11.469h11.951c-1.033 4.361-2.07 8.192-2.594 12.548zm77.778-93.475h47.296l7.625 83.631 46.281-83.631h48.807L364.09 240.636h-52.88l34.576-58.837L326.462 40.5zM127.415 1.353h-88.29L0 180.916h51.82l12.688-59.49h37c35.422 0 65.032-21.828 72.96-58.94 8.986-42.031-21.145-61.133-47.053-61.133zm-1.587 61.128c-3.17 13.641-16.384 24.563-29.602 24.563h-24.32l11.102-49.122h25.378c12.685 0 21.145 10.918 17.442 24.559zm740.911-38.404V2.846h-7.923V0h19.085v2.846h-7.957v21.231h-3.205zm14.318 0V0h4.774l5.71 17.041c.524 1.583.917 2.769 1.151 3.563.273-.879.708-2.168 1.293-3.857L899.762 0h4.293v24.077h-3.067V3.917l-7.023 20.16h-2.867l-6.967-20.488v20.488h-3.072z"/></svg>
<svg class="tc-image-paypal-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 334.1029968261719 389.60894775390625"><path d="M281.978 29.387C263.935 8.825 231.331.008 189.613.008H68.536c-8.54 0-15.79 6.206-17.122 14.623L1.004 334.365c-1.004 6.308 3.88 12.012 10.27 12.012h74.742l18.77-119.071-.584 3.728c1.331-8.418 8.54-14.623 17.06-14.623h35.522c69.776 0 124.416-28.344 140.38-110.336.471-2.427.88-4.782 1.24-7.086-2.019-1.065-2.019-1.065 0 0 4.75-30.3-.042-50.934-16.426-69.601zm-157.019 70a15.165 15.165 0 0 1 8.428-11.315 15.138 15.138 0 0 1 6.543-1.474h94.925c11.244 0 21.73.737 31.303 2.274 2.745.44 5.407.952 7.997 1.526s5.1 1.219 7.537 1.925c1.218.358 2.417.727 3.584 1.106 4.711 1.577 9.093 3.41 13.128 5.55 4.751-30.31-.03-50.934-16.425-69.601C263.926 8.816 231.332 0 189.614 0H68.526c-8.519 0-15.78 6.205-17.11 14.623L1.004 334.346c-1.003 6.318 3.881 12.012 10.26 12.012h74.762l38.933-246.969zm156.732-7.054a113.574 113.574 0 0 0-7.537-1.925 140.57 140.57 0 0 0-7.997-1.515c-9.595-1.557-20.07-2.284-31.314-2.284h-94.904a15.11 15.11 0 0 0-6.543 1.485 15.129 15.129 0 0 0-8.428 11.315l-20.172 127.908-.584 3.728c1.321-8.418 8.52-14.623 17.05-14.623h35.533c69.775 0 124.416-28.344 140.38-110.336.471-2.427.87-4.772 1.24-7.086-4.046-2.13-8.419-3.973-13.129-5.54a77.617 77.617 0 0 0-3.594-1.126zm33.967 19.967c-1.976-2.253-4.26-4.25-6.635-6.185-.144 1.055-.205 2.027-.379 3.103a213.394 213.394 0 0 1-1.239 7.096c-11.97 61.491-45.7 92.805-91.259 104.622-15.186 3.942-31.683 5.714-49.13 5.714h-35.523c-6.8 0-12.697 3.983-15.514 9.851-.717 1.485-1.28 3.072-1.546 4.772l.01-.051c0 .02-.01.041-.01.062l.45-2.908-18.647 118.251H84.378l-3.543 22.466c-.87 5.519 3.4 10.516 8.981 10.516h63.007c7.454 0 13.803-5.427 14.971-12.79l.615-3.216 11.88-75.264.767-4.158c1.168-7.363 7.516-12.79 14.971-12.79h9.431c61.04 0 108.831-24.801 122.798-96.512 5.847-29.983 2.826-55.009-12.595-72.581z"/></svg>
<svg class="tc-image-paysafecard tc-image-button" width="22pt" height="22pt" viewBox="0 0 970.796142578125 164.50799560546875"><path d="M126.491 69.271c.114-7.407 1.766-13.039 4.965-16.887 1.673-1.6 3.776-2.952 6.32-4.066 2.657-1.186 5.217-1.766 7.713-1.766h30.221c13.321.119 20.101 7.407 20.314 21.888v44.561c-.089 5.15-2.107 9.617-6.007 13.342-3.853 3.917-8.452 5.918-13.81 6.033h-28.588v32.132h-21.128V69.271zm48.375 4.21c-.098-3.367-1.677-5.103-4.766-5.214h-16.47c-3.904.234-5.9 2.368-6.012 6.392v29.602c.111 4.16 2.334 6.267 6.656 6.4h15.083c1.575 0 2.888-.593 3.921-1.784 1.08-.883 1.591-2.035 1.591-3.461V73.48zm86.763-.515c.098-3.256-1.788-4.804-5.696-4.697h-42.572V46.548h47.927c13.961.231 21.051 6.981 21.291 20.288v45.423c-.115 5.752-1.869 10.491-5.278 14.25-3.579 3.899-8.179 5.858-13.829 5.858H234.51c-14.114-.115-21.256-6.558-21.47-19.349V95.487c.102-13.376 6.942-20.165 20.467-20.403h28.122v-2.117zm-27.452 33.394c0 1.233.572 2.21 1.694 2.949.986.883 2.24 1.349 3.836 1.349h16.24c3.664 0 5.571-1.433 5.682-4.301v-6.075c0-3.307-1.945-4.975-5.84-4.975h-16.082c-2.125 0-3.589.35-4.403 1.015-.734.793-1.127 2.334-1.127 4.634v5.406zm107.776 36.421c1.681-.086 3.12-.691 4.296-1.775 1.14-.998 1.702-2.159 1.702-3.473v-5.159h-27.055c-3.537 0-6.366-.448-8.469-1.339-2.214-.815-4.429-2.342-6.656-4.493-2.116-2.291-3.639-4.693-4.553-7.185-.973-2.283-1.464-5.192-1.464-8.691v-64.12h21.142v57.233c0 4.591 1.87 6.882 5.666 6.882h14.925c1.771 0 3.307-.593 4.6-1.784 1.25-.99 1.868-2.185 1.868-3.601V46.545h20.958v94.575c-.11 7.002-1.907 12.599-5.368 16.849-3.515 4.258-8.325 6.425-14.45 6.533h-49.337v-21.726h42.193zm43.554-32.119h37.675c3.447-.132 5.235-1.514 5.337-4.151v-1.95c0-.576-.162-1.199-.503-1.873-.837-1.634-1.865-2.449-3.089-2.449h-18.683c-5.543-.106-10.262-2.026-14.247-5.7-4.015-3.409-6.072-7.582-6.195-12.514V65.837c.222-12.63 7.082-19.059 20.6-19.29h43.681v21.722h-37c-4.344 0-6.54 1.327-6.54 3.981v2.107c0 2.761 2.24 4.135 6.702 4.135h18.611c4.962.111 9.19 2.014 12.714 5.717 3.558 3.729 5.397 8.171 5.512 13.32v15.842c-.11 4.45-2.168 8.883-6.135 13.317-1.92 2.168-3.909 3.665-5.87 4.51-2.044.785-4.826 1.173-8.372 1.173h-44.199v-21.709zm128.218-37.696c.086-3.256-1.797-4.804-5.705-4.697h-42.559V46.548h47.923c13.961.231 21.052 6.981 21.261 20.288v45.423c-.115 5.752-1.873 10.491-5.265 14.25-3.554 3.899-8.158 5.858-13.81 5.858h-28.993c-14.084-.115-21.257-6.558-21.44-19.349V95.487c.09-13.376 6.925-20.165 20.472-20.403h28.117v-2.117zm-27.469 33.394c0 1.233.576 2.21 1.711 2.949.99.883 2.236 1.349 3.814 1.349h16.27c3.66 0 5.558-1.433 5.67-4.301v-6.075c0-3.307-1.968-4.975-5.855-4.975h-16.09c-2.107 0-3.567.35-4.378 1.015-.75.793-1.148 2.334-1.148 4.634v5.406zm65.575-72.119c.136-5.862 2.295-10.577 6.528-14.101 4.113-3.588 9.502-5.427 16.175-5.529h13.423V35.59h-8.128c-4.463.103-6.75 2.24-6.843 6.362v4.612h14.976v21.735h-14.976v64.089h-21.15V34.242zm70.08 69.005v1.349c0 1.75.442 3.115 1.36 4.126.662 1.284 1.553 1.942 2.752 1.942h43.431v21.709h-46.178c-4.207 0-7.496-.392-9.817-1.182a17.795 17.795 0 0 1-6.8-4.091c-2.318-2.291-3.905-4.642-4.694-7.048-.875-2.5-1.31-5.841-1.31-9.993l-.188-43.46c.247-13.133 7.104-19.819 20.578-20.049h28.501c13.163.231 19.823 7.151 20.045 20.779v17.178l-47.68 18.743zm26.166-30.694v-.504c0-1.118-.457-2.065-1.365-2.778-.99-.683-2.184-1.002-3.635-1.002h-14.706c-1.899 0-3.418.52-4.59 1.608-1.464.999-2.21 2.313-2.21 3.946v8.713l26.508-9.984zm66.25 59.818c-3.196 0-6.119-.281-8.76-.832-2.782-.457-5.559-1.733-8.393-3.909-2.902-2.526-4.889-5.351-5.99-8.49-1.165-3.077-1.723-6.55-1.723-10.483V68.131c-.124-3.306.205-6.213.981-8.726.708-2.522 2.206-4.97 4.458-7.377 2.577-2.535 5.201-4.215 7.966-5.039 2.675-.679 5.674-1.007 9.045-1.007h32.401v5.073h-31.659c-5.572 0-9.976 1.148-13.188 3.456-3.28 2.505-4.945 6.831-4.945 12.915v40.546c0 2.858.423 5.623 1.288 8.315.896 2.624 2.381 4.941 4.497 6.959 2.3 1.741 4.595 2.841 6.835 3.286 2.33.507 4.838.76 7.484.76h30.203v5.073h-30.503zm118.356-23.373c0 3.269-.26 6.127-.674 8.649-.683 2.743-2.09 5.385-4.216 7.894-4.438 4.676-9.942 6.967-16.499 6.835h-25.259c-6.562 0-11.879-1.959-16-5.858-4.21-3.857-6.327-9.216-6.327-16.089v-13.06c.205-14.75 7.552-22.285 22.011-22.639h42.073v-5.718c0-4.706-1.365-8.84-4.074-12.391-1.732-2.304-3.763-3.84-6.08-4.633-2.35-.606-4.966-.922-7.898-.922h-45.896v-5.077h43.515c3.963 0 7.565.273 10.83.837a12.49 12.49 0 0 1 4.6 1.925c1.488.9 2.874 2.21 4.163 3.925 3.91 5.035 5.803 10.841 5.73 17.382v38.942zm-5.043-29.209h-42.479c-5.09.119-9.075 1.698-11.938 4.723-2.97 3.077-4.442 7.3-4.442 12.659v12.923c0 2.5.27 4.8.798 6.865.542 2.176 1.873 4.118 3.985 5.79 3.657 3.034 7.731 4.539 12.155 4.539h25.745c10.756-.115 16.18-5.79 16.18-17.033V79.785zm52.532-28.728c-11.776.231-17.578 6.648-17.374 19.298v62.011h-5.039V70.392c-.247-16.273 7.501-24.401 23.232-24.401h5.624v5.073h-6.442zm90.615 57.31c-.448 16.35-9.11 24.375-25.98 24.043h-18.765c-3.963 0-7.518-.35-10.64-.998-3.222-.841-6.312-2.808-9.28-5.875-2.232-2.757-3.67-5.534-4.255-8.401-.773-2.85-1.11-5.999-.994-9.476V70.774c.226-16.623 8.593-24.887 25.135-24.764h39.727V18.008h5.061v90.363zm-5.06-57.276h-40.034c-2.88 0-5.462.315-7.795.939-2.44.546-4.8 2.026-6.993 4.438-2.125 2.193-3.443 4.361-4.002 6.532-.742 2.202-1.075 4.83-.952 7.902v39.535c0 6.575 1.894 11.042 5.76 13.457 1.907 1.101 3.99 1.933 6.341 2.491 2.334.632 4.933.935 7.813.935h17.494c6.541 0 11.895-1.51 16.005-4.539 4.13-2.841 6.23-7.757 6.366-14.759v-56.93zM9.085 43.291c1.647-.734 3.315-1.314 4.971-1.673 3.055-14.558 15.962-25.494 31.428-25.494 15.48 0 28.377 10.944 31.437 25.51 4.75.901 8.67 2.829 11.737 5.679.111-2.795 0-5.495-.325-8.022C86.37 17.279 67.917 0 45.419 0 22.247 0 3.396 18.373 2.415 41.322a64.311 64.311 0 0 0-.107 6.213c1.942-1.651 4.16-3.123 6.775-4.245zm61.546 3.256H19.004c-2.487 0-5.065.58-7.71 1.766-2.556 1.114-4.659 2.466-6.336 4.066C1.754 56.228.115 61.864 0 69.266v40.358c.111 7.433 1.753 13.06 4.958 16.883 1.677 1.642 3.785 2.974 6.336 4.109 2.645 1.165 5.227 1.75 7.71 1.75h51.627c13.325-.115 20.11-7.433 20.322-21.901V68.43c-.213-14.472-6.998-21.765-20.322-21.883z"/></svg>
<svg class="tc-image-payshop tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.009033203125 277.001953125"><path d="M74.269 261.366c-.645 8.745-7.936 15.636-16.845 15.636s-16.2-6.891-16.845-15.626l33.69-.01zm40.53 0c-.645 8.745-7.936 15.636-16.845 15.636s-16.2-6.891-16.845-15.626l33.69-.01zm40.541 0c-.645 8.745-7.936 15.636-16.845 15.636s-16.2-6.891-16.845-15.626l33.69-.01zm40.54 0c-.645 8.745-7.936 15.636-16.845 15.636s-16.2-6.891-16.845-15.626l33.69-.01zm40.53 0c-.645 8.745-7.936 15.636-16.845 15.636s-16.2-6.891-16.845-15.626l33.69-.01zm84.551 0v5.57l20.695-5.264v-.307h-20.695zm208.293 0l2.928 5.775c6.748-1.25 12.135-3.134 16.568-5.775h-19.497zm403.773 0v8.11l30.044-8.11h-30.044zM66.293 245.729c4.813 2.98 8.018 8.305 8.018 14.377 0 .42-.02.839-.05 1.26h-33.69a16.66 16.66 0 0 1-.052-1.26 16.86 16.86 0 0 1 8.028-14.377h17.746zm40.53 0c4.812 2.98 8.027 8.305 8.027 14.377 0 .42-.02.839-.05 1.26H81.11a16.66 16.66 0 0 1-.052-1.26 16.86 16.86 0 0 1 8.028-14.377h17.736zm40.54 0c4.813 2.98 8.028 8.305 8.028 14.377 0 .42-.02.839-.05 1.26h-33.69a16.66 16.66 0 0 1-.052-1.26 16.86 16.86 0 0 1 8.028-14.377h17.736zm40.53 0c4.813 2.98 8.028 8.305 8.028 14.377 0 .42-.02.839-.05 1.26h-33.69a17.2 17.2 0 0 1-.052-1.26 16.86 16.86 0 0 1 8.028-14.377h17.736zm40.54 0c4.813 2.98 8.028 8.305 8.028 14.377 0 .42-.02.839-.05 1.26h-33.69a17.27 17.27 0 0 1-.042-1.26 16.874 16.874 0 0 1 8.018-14.377h17.736zm92.528 0v15.637h20.695v-15.637h-20.695zm219.536 0c-4.116 3.687-9.104 5.827-15.34 7.547l4.106 8.09h19.497c6.174-3.676 10.527-8.786 14.213-15.637h-22.477zm392.53 0v15.637h30.044l3.922-1.065v-14.572h-33.966zM70.634 230.093c-3.093 3.88-7.864 6.37-13.209 6.37s-10.117-2.49-13.209-6.36l26.42-.01zm40.53 0c-3.093 3.88-7.865 6.37-13.21 6.37s-10.117-2.49-13.21-6.36l26.42-.01zm40.541 0c-3.093 3.88-7.864 6.37-13.209 6.37s-10.117-2.49-13.21-6.36l26.42-.01zm40.54 0c-3.093 3.88-7.864 6.37-13.209 6.37s-10.117-2.49-13.209-6.36l26.42-.01zm40.53 0c-3.094 3.88-7.865 6.37-13.21 6.37s-10.117-2.49-13.209-6.36l26.42-.01zm88.186 0v15.636h20.695v-15.636h-20.695zm229.244 0c-2.673 7.25-5.796 12.144-9.707 15.636l22.466-.01c2.396-4.454 4.495-9.636 6.635-15.636l-19.394.01zm382.822 0v15.636h33.966v-6.123c0-3.963-.133-7.056-.389-9.513h-33.577zm-884.47 15.636c2.581-1.587 5.611-2.51 8.868-2.51s6.288.923 8.868 2.51H48.557zm40.54 0c2.581-1.587 5.612-2.51 8.868-2.51s6.287.923 8.868 2.51H89.097zm40.53 0c2.581-1.587 5.612-2.51 8.868-2.51s6.287.923 8.868 2.51h-17.736zm40.54 0c2.581-1.587 5.612-2.51 8.868-2.51s6.287.923 8.868 2.51h-17.736zm40.53 0c2.581-1.587 5.612-2.51 8.868-2.51s6.287.923 8.868 2.51h-17.736zM73.533 214.457c.512 1.618.788 3.328.788 5.11 0 3.983-1.372 7.639-3.676 10.526l-26.419-.01a16.785 16.785 0 0 1-3.676-10.526c0-1.782.276-3.502.788-5.11l32.194.01zm40.53 0c.512 1.618.788 3.328.788 5.11 0 3.983-1.372 7.639-3.676 10.526l-26.419-.01a16.785 16.785 0 0 1-3.676-10.526c0-1.782.276-3.502.788-5.11l32.194.01zm40.54 0c.511 1.618.787 3.328.787 5.11 0 3.983-1.372 7.639-3.676 10.526l-26.419-.01a16.785 16.785 0 0 1-3.676-10.526c0-1.782.276-3.502.788-5.11l32.195.01zm40.53 0c.511 1.618.787 3.328.787 5.11 0 3.983-1.372 7.639-3.676 10.526l-26.419-.01a16.785 16.785 0 0 1-3.676-10.526c0-1.782.276-3.502.788-5.11l32.195.01zm40.54 0c.511 1.618.787 3.328.787 5.11 0 3.983-1.372 7.639-3.676 10.526l-26.419-.01a16.785 16.785 0 0 1-3.676-10.526c0-1.782.276-3.502.788-5.11l32.195.01zm85.288 0v15.636h20.695v-1.413c0-5.468-.389-9.76-.389-9.76 6.83 5.275 15.033 8.009 23.43 8.009 11.662 0 20.94-4.434 27.535-12.462l-71.27-.01zm104.52 0c4.854 8.264 14.244 13.435 28.815 13.435 10.547 0 19.128-3.123 27.136-12.103 2.345 6.246 7.414 10.937 13.476 13.27l11.131-13.67c-.45-.316-.89-.624-1.3-.941l-79.257.01zm116.726 0a246.036 246.036 0 0 1 2.867 10.506h6.83a79.183 79.183 0 0 1-1.7 5.12l19.394.01c.348-.973.697-1.966 1.044-2.98l4.383-12.657h-32.819zm68.434 0l-.174.358c15.227 8.008 29.287 12.688 43.735 12.688 16.364 0 29.543-4.761 37.714-13.046h-81.275zm107.028 0v10.506h33.966v-10.506h-33.966zm53.484 0v10.506h33.976v-10.506h-33.976zm63.744 0c8.028 8.51 19.456 13.046 33.515 13.046 12.124 0 24.25-3.983 33.28-13.056l-66.796.01zm98.13 0v15.636h33.577c-.266-2.611-.665-4.495-1.178-5.91 4.69 1.957 9.76 3.319 15.811 3.319 12.974 0 23.317-4.28 30.577-13.035l-78.787-.01zM320.961 198.82v15.637h71.27c3.492-4.25 6.236-9.503 8.192-15.637h-23.09c-3.309 7.537-8.982 11.11-17.317 11.11-6.44 0-13.27-3.706-18.35-8.785v-2.325h-20.705zm100.547 0c.082 5.888 1.372 11.202 3.973 15.637h79.257c-5.233-3.952-6.892-7.69-7.24-15.637h-21.279l-.05 3.103c-4.292 6.246-10.938 10.342-17.768 10.342-8.038 0-12.995-5.12-13.599-13.456l-23.296.01zm115.702 0c1.618 4.834 3.36 10.117 4.997 15.637h32.82l5.416-15.637h-19.742c-1.126 4.26-1.874 7.25-1.966 7.598-.164-.666-.912-3.79-1.833-7.598H537.21zm81.01 0l-7.568 15.637h81.264c4.25-4.311 7.138-9.585 8.407-15.637h-35.584c-1.72 2.396-5.16 4.28-9.37 4.28-4.587 0-10.547-1.863-16.282-4.28h-20.869zm99.45 0v15.637h33.965V198.82h-33.966zm53.483 0v15.637h33.976V198.82h-33.976zm54.354 0c2.212 6.154 5.376 11.397 9.38 15.637l66.806-.01c4.106-4.127 7.577-9.308 10.117-15.637h-35.298c-1.649 3.399-4.014 4.864-7.322 4.864-4.076 0-6.625-1.557-8.212-4.864l-35.47.01zm107.52 0v15.637h78.797c3.471-4.178 6.236-9.39 8.254-15.637h-38.635c-2.263 1.69-5.008 1.936-7.997 1.936-2.724 0-5.048-.788-6.01-1.936h-34.408zM41.318 214.457c2.16-6.83 8.56-11.776 16.108-11.776s13.936 4.946 16.108 11.776H41.319zm40.54 0c2.16-6.83 8.561-11.776 16.108-11.776s13.936 4.946 16.108 11.776H81.859zm40.53 0c2.16-6.83 8.56-11.776 16.106-11.776s13.936 4.946 16.108 11.776h-32.215zm40.54 0c2.161-6.83 8.56-11.776 16.107-11.776s13.936 4.946 16.108 11.776h-32.215zm40.54 0c2.161-6.83 8.56-11.776 16.108-11.776s13.936 4.946 16.108 11.776h-32.215zm-129.67-31.273c-1.853 7.322-8.478 12.738-16.374 12.738s-14.53-5.417-16.374-12.738h32.748zm40.541 0c-1.853 7.322-8.478 12.738-16.374 12.738s-14.53-5.417-16.374-12.738h32.748zm40.53 0c-1.853 7.322-8.478 12.738-16.374 12.738s-14.53-5.417-16.374-12.738h32.748zm40.54 0c-1.853 7.322-8.478 12.738-16.374 12.738s-14.53-5.417-16.374-12.738h32.748zm40.53 0c-1.853 7.322-8.478 12.738-16.374 12.738s-14.53-5.417-16.374-12.738h32.748zm85.022 0v15.636h20.695v-15.636h-20.695zm59.69 0c-.45 6.39-1.547 11.59-3.329 15.636h23.091c1.495-4.711 2.53-9.943 3.072-15.626l-22.835-.01zm44.042 0c-2.11 4.3-3.195 9.308-3.195 15.033v.604h23.296a24.913 24.913 0 0 1-.062-1.771c0-6.124 1.546-10.742 5.642-13.865h-25.682zm51.784 0l-.256 15.636h21.28c-.083-1.843-.093-3.911-.052-6.267l.133-9.37h-21.104zm55.47 0l3.747 11.13c.481 1.455.994 2.96 1.505 4.517h19.702c-1.218-5.058-2.745-11.315-3.635-14.663l-.297-.973-21.023-.01zm33.136 0c-1.669 5.57-3.226 11.274-4.383 15.636h19.742l5.417-15.636h-20.777zm72.735 0a73.98 73.98 0 0 0 1.741.389l13.077 2.734c9.953 2.15 13.271 3.707 13.271 9.175 0 1.136-.42 2.284-1.178 3.338h35.584a35.37 35.37 0 0 0 .737-7.24c0-3.021-.266-5.817-.809-8.397h-62.423zm79.851 0v15.636h33.966v-15.636h-33.966zm53.484 0v15.636h33.976v-15.636h-33.976zm50.985 0c.553 5.714 1.69 10.937 3.38 15.626l35.47.01c-1.607-3.35-2.222-8.5-2.427-15.637h-36.423zm57.303 0c-.43 7.3-1.34 12.37-2.928 15.636l35.298-.01c1.843-4.587 3.195-9.79 3.942-15.636l-36.31.01zm53.586 0v15.636h34.396a1.967 1.967 0 0 1-.43-.798v-14.838h-33.966zm54.221 0c-.87 9.093-2.96 13.506-5.817 15.636h38.635c1.495-4.64 2.57-9.841 3.216-15.636h-36.034zm-348.16 15.636c-6.718-2.826-13.129-6.4-16.713-8.612l-4.168 8.612h20.88zM69.816 167.547a16.811 16.811 0 0 1 4.505 11.479 16.73 16.73 0 0 1-.512 4.147H41.061a16.872 16.872 0 0 1-.512-4.158c0-4.434 1.71-8.468 4.505-11.48l24.76.01zm40.53 0a16.811 16.811 0 0 1 4.504 11.479 16.73 16.73 0 0 1-.512 4.147H81.59a16.872 16.872 0 0 1-.512-4.158c0-4.434 1.71-8.468 4.505-11.48l24.761.01zm40.54 0a16.812 16.812 0 0 1 4.506 11.479 16.73 16.73 0 0 1-.512 4.147h-32.748a16.872 16.872 0 0 1-.512-4.158c0-4.434 1.71-8.468 4.505-11.48l24.76.01zm40.53 0a16.812 16.812 0 0 1 4.506 11.479 16.73 16.73 0 0 1-.512 4.147h-32.758a16.872 16.872 0 0 1-.512-4.158c0-4.434 1.71-8.468 4.506-11.48l24.77.01zm40.54 0a16.812 16.812 0 0 1 4.506 11.479 16.73 16.73 0 0 1-.512 4.147h-32.748a16.872 16.872 0 0 1-.512-4.158c0-4.434 1.71-8.468 4.506-11.48l24.761.01zm89.005 0v15.637h20.695v-15.637h-20.695zm59.7 0c.164 2.55.236 5.294.236 8.212 0 2.632-.082 5.1-.246 7.414h22.835a102.997 102.997 0 0 0 .276-15.626h-23.1zm63.355 0c-9.247 3.164-15.749 8.387-19.313 15.637h25.682c4.27-3.257 11.315-4.885 22.272-4.885 1.557 0 3.901.194 3.901.194l-.082 4.69h21.094l.215-15.637h-53.77zm82.657 0l5.274 15.637h21.033l-4.72-15.637h-21.587zm43.192 0l-3.717 12.124a452.048 452.048 0 0 0-1.075 3.523h20.766l5.417-15.637-21.39-.01zm48.077 0c3.021 7.659 9.503 13.097 19.876 15.637h62.433c-1.423-6.677-4.76-11.88-10.414-15.637h-71.895zm99.727 0v15.637h33.966v-15.637h-33.966zm53.484 0v15.637h33.976v-15.637h-33.976zm50.975 0a73.102 73.102 0 0 0-.369 7.434c0 2.837.133 5.57.38 8.192l36.412.01a250.291 250.291 0 0 1-.092-7.62c0-2.938.051-5.6.144-8.017h-36.475zm57.58 0c.02 1.127.03 2.304.03 3.533 0 4.577-.093 8.6-.298 12.104h36.322c.451-3.481.686-7.188.686-11.131 0-1.546-.04-3.052-.112-4.516l-36.629.01zm53.32 0v15.637h33.965v-15.637h-33.966zm54.61 0c.04 1.546.05 3.185.05 4.894 0 4.158-.154 7.7-.44 10.73l36.044.01c.471-4.24.717-8.795.717-13.67 0-.644 0-1.3-.02-1.965h-36.352zm-954-31.263c.092.717.144 1.464.144 2.212 0 9.328-7.557 16.886-16.886 16.886C7.557 155.382 0 147.825 0 138.496c0-.748.051-1.495.143-2.222l33.495.01zm40.53 0c.102.717.143 1.464.143 2.212 0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.748.051-1.495.144-2.222l33.485.01zm40.54 0c.092.727.144 1.464.144 2.212 0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.748.051-1.495.144-2.222l33.485.01zm40.53 0c.091.727.142 1.464.142 2.212 0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.748.051-1.495.144-2.222l33.485.01zm40.54 0c.092.727.143 1.464.143 2.212 0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.748.051-1.495.143-2.222l33.485.01zm40.53 0c.092.727.143 1.464.143 2.212 0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.748.051-1.495.143-2.222l33.485.01zm40.54 0c.092.727.144 1.464.144 2.212 0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.748.051-1.495.143-2.222l33.485.01zm43.53 0c.4 3.993.584 8.602.584 15.472v15.8h20.695v-15.605c5.858-6.635 13.077-10.148 20.89-10.148 12.195 0 17.038 8.97 18.114 25.753l23.101.01c-.86-13.865-4.803-24.176-10.629-31.273l-72.755-.01zm105.185 0l-1.32.829 9.563 15.422s15.227-11.326 29.481-11.326c11.714 0 13.671 6.052 13.671 17.378v5.274h-6.635c-10.342 0-19.139 1.229-26.296 3.687h53.781l.041-3.308c.195-14.643.195-19.917-1.567-24.207a25.228 25.228 0 0 0-1.874-3.758l-68.844.01zm90.562 0l10.547 31.262h21.586l-9.452-31.262h-22.682zm63.335 0l-9.594 31.262h21.4l10.823-31.262h-22.63zm42.783 0c-4.076 5.396-6.298 12.103-6.298 19.763 0 4.229.655 8.08 1.997 11.5l71.895.01c-3.605-2.406-8.162-4.22-13.763-5.447l-12.493-2.734c-8.202-1.762-10.547-4.485-10.547-8.008 0-3.318 3.513-5.663 8.786-5.663 6.635 0 14.838 2.15 24.791 7.414l8.418-16.834h-72.786zm95.426 0v31.273h33.966V154.49c2.734-2.928 7.62-6.246 11.91-6.246 7.218 0 7.618 2.345 7.618 10.547v8.775h33.966v-16.384c0-6.093-.912-10.977-2.529-14.89l-84.93-.01zm117.586 0c-7.24 7.895-11.837 18.626-13.128 31.262l36.475.01c.727-18.135 4.198-22.241 10.394-22.241 7.516 0 10.384 4.987 10.711 22.24h36.618c-.717-13.711-4.71-23.971-10.855-31.261l-70.216-.01zm96.35 0c1.115 7.854 1.412 15.944 1.412 24.647v6.625h33.966v-14.622c1.761-2.734 5.08-5.08 10.547-5.08 8.008 0 9.81 6.985 10.107 19.713h36.342c-.164-9.82-1.669-21.954-7.977-31.262l-84.398-.02zm-886.57 31.263c3.081-3.328 7.494-5.406 12.39-5.406s9.308 2.078 12.391 5.406h-24.78zm40.54 0c3.082-3.328 7.495-5.406 12.391-5.406s9.298 2.078 12.391 5.406h-24.78zm40.53 0c3.082-3.328 7.495-5.406 12.391-5.406s9.308 2.078 12.391 5.406h-24.78zm40.54 0c3.082-3.328 7.495-5.406 12.391-5.406s9.308 2.078 12.391 5.406h-24.78zm40.53 0c3.081-3.328 7.494-5.406 12.39-5.406s9.298 2.078 12.391 5.406h-24.78zM30.485 128.46a16.833 16.833 0 0 1 3.153 7.813H.143a16.753 16.753 0 0 1 3.154-7.803l27.187-.01zm40.528 0a16.833 16.833 0 0 1 3.154 7.813H40.672a16.965 16.965 0 0 1 3.154-7.803l27.187-.01zm40.541 0a16.833 16.833 0 0 1 3.154 7.813H81.213a16.786 16.786 0 0 1 3.154-7.813h27.187zm40.53 0a16.833 16.833 0 0 1 3.153 7.813h-33.495a16.786 16.786 0 0 1 3.154-7.813h27.187zm40.54 0a16.833 16.833 0 0 1 3.154 7.813h-33.495a16.786 16.786 0 0 1 3.154-7.813h27.187zm40.54 0a16.833 16.833 0 0 1 3.154 7.813h-33.495a16.786 16.786 0 0 1 3.154-7.813h27.187zm40.53 0a16.833 16.833 0 0 1 3.154 7.813h-33.495a16.786 16.786 0 0 1 3.154-7.813h27.187zm45.557 0c.481 2.662.86 5.089 1.127 7.813h72.745c-2.704-3.287-5.806-5.878-9.195-7.823H349.03c-3.338 1.874-6.308 4.31-8.755 7.28-.103-3.143-.256-5.386-.512-7.28l-20.51.01zm121.55 0c-4.926 1.956-9.924 4.547-15.238 7.823h68.844c-1.956-3.205-4.587-5.816-7.854-7.813l-45.752-.01zm72.693 0l2.631 7.823h22.682l-2.355-7.823h-22.958zm68.362 0l-2.396 7.823h22.63l2.703-7.823h-22.937zm48.978 0c-3.41 2.15-6.298 4.782-8.59 7.813h72.785l2.12-4.25c-2.539-1.116-5.1-2.355-7.854-3.564h-58.46zm86.835 0v7.823h84.941c-1.34-3.236-3.164-5.806-5.346-7.823h-44.87a25.9 25.9 0 0 0-.953.839c0-.276 0-.563.01-.84h-33.782zm127.09 0a43.847 43.847 0 0 0-9.504 7.813l70.216.01a38.367 38.367 0 0 0-9.02-7.813l-51.693-.01zm85.442 0c.573 2.59 1.034 5.19 1.413 7.823h84.398c-1.986-2.94-4.455-5.601-7.516-7.813h-43.284c-.87.809-1.526 1.618-1.936 2.396a37.891 37.891 0 0 0-.379-2.396l-32.697-.01zm-212.532-7.814v7.823h33.782c.041-1.863.184-3.8.184-7.363v-.451l-33.966-.01zM3.296 128.46c3.072-4.157 8.018-6.861 13.588-6.861s10.517 2.703 13.588 6.86H3.296zm40.54 0c3.072-4.157 8.018-6.861 13.59-6.861s10.515 2.703 13.587 6.86H43.836zm40.531 0c3.072-4.157 8.018-6.861 13.588-6.861s10.516 2.703 13.588 6.86H84.366zm40.54 0c3.071-4.157 8.017-6.861 13.588-6.861s10.517 2.703 13.59 6.86h-27.179zm40.53 0c3.072-4.157 8.018-6.861 13.59-6.861s10.516 2.703 13.598 6.86h-27.187zm40.54 0c3.071-4.157 8.017-6.861 13.588-6.861s10.517 2.703 13.59 6.86h-27.179zm40.53 0c3.071-4.157 8.017-6.861 13.588-6.861s10.517 2.703 13.59 6.86h-27.179zm93.266 0a31.893 31.893 0 0 0-1.045-4.823l-19.722 3.512c.082.44.164.88.246 1.31h20.521zm44.164 0c-5.233-3-11.14-4.434-17.285-4.434-6.308 0-12.4 1.526-17.603 4.434h34.887zm102.605 0c-5.202-3.184-12.032-4.823-20.337-4.823-9.03 0-17.122 1.516-25.416 4.823h45.752zm49.91 0l-1.34-4.434-21.863 3.707.246.727h22.958zm68.342 0l.798-2.284h-23.04l-.697 2.284h22.938zm84.511 0c-7.844-3.461-17.234-6.78-31.97-6.78-10.598 0-19.61 2.428-26.49 6.769l58.46.01zm107.96 0c-5.714-5.284-13.916-6.78-22.395-6.78-10.27 0-17.438 2.582-22.477 6.78h44.871zm99.175 0c-7.495-4.66-16.528-6.78-26.082-6.78-9.789 0-18.432 2.407-25.61 6.78h51.692zm66.467 0a43.556 43.556 0 0 0-1.77-6.584l-31.233 5.274c.102.44.205.87.297 1.31h32.707zm45.588 0c-5.735-4.167-13.538-6.78-24.125-6.78-7.915 0-15.442 3.339-19.149 6.78h43.274zM74.301 97.188c.01.256.02.512.02.768 0 9.329-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.256.01-.512.02-.768H74.3zm40.53 0c.01.256.02.512.02.768 0 9.329-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886c0-.256.01-.512.02-.768h33.731zm40.54 0c.01.256.02.512.02.768 0 9.329-7.558 16.886-16.887 16.886s-16.886-7.557-16.886-16.886c0-.256.01-.512.02-.768h33.731zm40.53 0c.01.256.02.512.02.768 0 9.329-7.558 16.886-16.887 16.886s-16.886-7.557-16.886-16.886c0-.256.01-.512.02-.768h33.731zm40.54 0c.01.256.02.512.02.768 0 9.329-7.558 16.886-16.887 16.886s-16.886-7.557-16.886-16.886c0-.256.01-.512.02-.768h33.731zm480.45 0c.563 5.253.768 10.864.768 15.124v8.335h33.966v-15.555c0-2.662-.062-5.304-.184-7.905h-34.55zm-676.342 0c.4-8.97 7.803-16.128 16.876-16.128s16.476 7.148 16.876 16.128h-33.75zm40.541 0c.4-8.97 7.803-16.128 16.876-16.128s16.476 7.148 16.876 16.128h-33.75zm40.53 0c.4-8.97 7.803-16.128 16.876-16.128s16.476 7.148 16.875 16.128h-33.75zm40.54 0c.4-8.97 7.803-16.128 16.875-16.128s16.476 7.148 16.875 16.128h-33.75zm40.53 0c.398-8.97 7.802-16.128 16.874-16.128s16.476 7.148 16.875 16.128h-33.75zm548.751 0c-.277-5.581-.89-10.926-1.956-15.73l-34.355 5.859c.798 2.724 1.372 6.205 1.771 9.872h34.54zM162.139 57.426c0-9.328 7.557-16.886 16.886-16.886s16.886 7.567 16.886 16.886c0 9.329-7.557 16.886-16.886 16.886-9.319 0-16.886-7.557-16.886-16.886zm-40.53 0c0-9.328 7.557-16.886 16.886-16.886s16.886 7.567 16.886 16.886c0 9.329-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886zm-40.54 0c0-9.328 7.557-16.886 16.886-16.886s16.886 7.567 16.886 16.886c0 9.329-7.557 16.886-16.886 16.886-9.319 0-16.886-7.557-16.886-16.886zm40.54-40.54c0-9.33 7.557-16.886 16.886-16.886s16.886 7.557 16.886 16.886c0 9.328-7.557 16.886-16.886 16.886s-16.886-7.557-16.886-16.886z"/></svg>
<svg class="tc-image-payu tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 256.238037109375"><path d="M225.351 17.081C213.801 5.755 195.235 0 170.157 0H72.601C47.554 0 28.978 5.755 17.428 17.081 5.898 28.386 0 47.463 0 68.537v187.689h45.517V151.983h124.641c25.078 0 43.684-5.735 55.194-17.08 11.55-11.315 17.418-30.372 17.418-56.678V73.74c0-26.276-5.878-45.353-17.418-56.658zm-28.077 62.905c0 16.784-6.615 24.259-21.433 24.259H45.517V72.019c0-16.773 6.594-24.248 21.453-24.248h108.882c14.817 0 21.433 7.475 21.433 24.248v7.966zm270.141-62.894C455.875 5.746 437.278.002 412.221.002H282.235v47.76h135.65c14.857 0 21.432 7.475 21.432 24.248v32.205h-124.62c-25.089 0-43.664 5.755-55.225 17.101-11.52 11.305-17.418 30.382-17.418 56.658v4.505c0 26.265 5.898 45.353 17.418 56.658 11.55 11.325 30.137 17.091 55.224 17.091h97.515c25.037 0 43.653-5.755 55.193-17.091 11.53-11.294 17.418-30.382 17.418-51.446V78.973c.01-31.498-5.878-50.575-17.408-61.88zm-28.098 167.137c0 16.793-6.574 24.238-21.433 24.238l-108.882.031c-14.868 0-21.453-7.465-21.453-24.259v-7.998c0-16.773 6.574-24.238 21.453-24.238h130.315v32.226zM752.507.002v177.275c0 26.265-5.909 50.575-17.408 61.849-11.55 11.346-30.146 17.091-55.204 17.091H549.919v-47.76h135.65c14.847 0 21.441-7.465 21.441-24.248v-32.226H582.38c-25.079 0-43.674-5.714-55.236-17.06-11.52-11.305-17.398-30.382-17.398-56.668V.001h45.476v79.995c0 16.784 6.595 24.259 21.442 24.259h130.335V.001h45.506zm271.493 0v182.487c0 26.265-5.888 45.353-17.408 56.658-11.55 11.325-30.157 17.091-55.204 17.091h-97.515c-25.078 0-43.684-5.755-55.214-17.091-11.53-11.294-17.408-30.382-17.408-56.658V.002h45.476V184.23c0 16.793 6.595 24.238 21.453 24.238h108.882c14.848 0 21.453-7.444 21.453-24.238V.002h45.486z"/></svg>
<svg class="tc-image-pen tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.236740112304688 19.105552673339844"><path d="M19.104 4.54c0-1.213-.472-2.353-1.329-3.208S15.78.003 14.568.003a4.5 4.5 0 0 0-3.18 1.304c-.027.025-7.967 7.964-7.967 7.964-.373.373-.717.91-.967 1.514-.195.473-1.979 5.863-2.336 6.94a1 1 0 0 0 1.263 1.262c1.076-.355 6.465-2.14 6.938-2.336.603-.248 1.14-.592 1.515-.967l2.157-2.156.076.01c.64 0 1.28-.244 1.77-.732l4.5-4.5a2.487 2.487 0 0 0 .587-2.572c.107-.386.18-.783.18-1.195zM7.24 14.917c-.406.143-1.145.393-2.038.691l-1.704-1.704c.301-.894.551-1.634.691-2.038l3.051 3.051zm-4.097.047l1 1-1.499.498.5-1.498zm7.698-3.113l-2.42 2.42-.235.18-3.53-3.529.18-.234 7.131-7.13 2.731 2.73-3.69 3.69c-.513.512-.549 1.29-.167 1.873zm6.08-4.959l-4.5 4.5a.502.502 0 0 1-.708 0 .5.5 0 0 1 0-.707l4.5-4.5a.502.502 0 0 1 .707 0 .499.499 0 0 1 .001.707zm.107-1.764a1.489 1.489 0 0 0-1.52.35l-.103.102-2.73-2.73.077-.079c.984-.98 2.652-.98 3.608-.023a2.52 2.52 0 0 1 .743 1.793c.001.2-.03.394-.075.587z"/></svg>
<svg class="tc-image-pencil tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.440425872802734 18.440425872802734"><path d="M18 4.32L14.121.44A1.497 1.497 0 0 0 12 .44L1.061 11.38c-.293.292-.558.726-.75 1.187-.192.463-.311.96-.311 1.373v4.5h4.5c.414 0 .908-.119 1.371-.31.463-.193.896-.458 1.189-.75L18 6.44a1.497 1.497 0 0 0 0-2.12zM2.768 12.5l8.293-8.293 1.232 1.232L4 13.733l-1.232-1.232zm1.732 3.94H3l-1-1v-1.5c0-.078.033-.306.158-.606.01-.02 2.967 2.938 2.967 2.938-.322.134-.548.167-.625.167zm1.439-.769L4.707 14.44 13 6.147l1.232 1.232-8.293 8.293zm9-9L11.767 3.5l1.293-1.293 3.17 3.172-1.291 1.293z"/></svg>
<svg class="tc-image-pencil-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm201.861 187.424c17.59.139 34.667 6.627 47.569 19.529l99.848 99.81c27.6 27.6 25.709 74.103-4.142 104.027-29.925 29.925-76.502 31.704-104.027 4.18l-99.81-99.81c-27.601-27.525-25.671-74.177 4.179-104.027 15.859-15.899 36.45-23.866 56.383-23.709zM637.348 319.301l199.658 199.62-324.468 324.392L312.88 643.655l324.468-324.354zM261.056 681.459l210.6 210.601-263.335 52.735 52.735-263.336z"/></svg>
<svg class="tc-image-pencil-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.718999862670898 11.872807502746582"><path d="M11.2 1.173l-.567-.565A1.554 1.554 0 0 0 8.435.607l-7.172 7.17C1.049 7.994.25 11.01.198 11.08L0 11.873l.792-.2c.069-.051 3.085-.852 3.3-1.065l7.172-7.173c.303-.303.455-.703.454-1.1.001-.394-.216-.861-.518-1.162zm-7.803 8.74c.013.064-2.348.908-2.354.902.006.006.852-2.354.915-2.344l5.454-5.454 1.441 1.44-5.456 5.457zm7.173-7.172L9.548 3.763l-1.439-1.44L9.13 1.3a.575.575 0 0 1 .81 0l.565.566c.112.114.232.32.231.469a.557.557 0 0 1-.166.405z"/></svg>
<svg class="tc-image-pencil-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M404 980l152 152-52 52h-56v-96h-96v-56zm414-390q14 13-3 30L524 911q-17 17-30 3-14-13 3-30l291-291q17-17 30-3zm-274 690l544-544-288-288-544 544v288h288zm608-608l92-92q28-28 28-68t-28-68l-152-152q-28-28-68-28t-68 28l-92 92zm384-384v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-pencil2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M6.001 10l2-1 7-7-1-1-7 7-1 2zm-1.48 3.548c-.494-1.043-1.026-1.574-2.069-2.069L4 7.217 6 6l6-6H9L3 6 0 16l10-3 6-6V4l-6 6-1.217 2z"/></svg>
<svg class="tc-image-pencils tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.01700592041016 100.00199890136719"><path fill="#e74c3c" d="M50.008 74.001V100h.072l-.072.002c-12.816-.008-25.662-4.828-35.417-14.584C4.82 75.646 0 62.838.008 50c.009-12.816 4.829-25.662 14.583-35.417L33.008 33c-4.682 4.683-6.996 10.849-7 17-.004 6.162 2.31 12.311 7 17 4.683 4.684 10.848 6.996 17 7.001z"/><path fill-opacity=".15" d="M50.008 92c-23.196 0-42-18.805-42-42 0-11.598 4.701-22.098 12.302-29.699l-5.719-5.718C7.876 21.299.008 33.438.008 50c0 27.062 21.625 50 50 50v-8z"/><path fill="#fff" fill-opacity=".15" d="M32.936 67c-4.689-4.689-7.003-10.838-7-17 .004-6.151 2.316-12.317 7-17l-5.627-5.627c-5.791 5.79-9.373 13.79-9.373 22.627 0 17.673 14.327 32 32 32v-7.999c-6.152-.005-12.316-2.317-17-7.001z"/><path fill="#EFC22D" d="M63.008 87L50.022 74.009V74l-.008.001-.001-.001-.005.001c-3.309.011-6.009 5.826-6.009 13 0 7.181 2.709 13.001 6.022 13.001v-.022L63.008 87z"/><path fill="#2D3E4F" d="M58.766 82.757A5.982 5.982 0 0 0 57.008 87c0 1.656.672 3.156 1.757 4.242L63.008 87l-4.242-4.243z"/><path fill="#3498db" d="M50.008 26.001V.002h-.072L50.008 0C62.824.008 75.67 4.828 85.425 14.584c9.771 9.771 14.592 22.58 14.584 35.417C100 62.818 95.18 75.664 85.425 85.419L67.007 67.002c4.683-4.682 6.996-10.85 7-17 .004-6.162-2.312-12.31-7-17-4.683-4.683-10.849-6.996-16.999-7.001z"/><path fill-opacity=".1" d="M67.007 33.002c4.688 4.689 7.004 10.838 7 17-.004 6.15-2.317 12.318-7 17l5.627 5.627c5.791-5.789 9.373-13.789 9.373-22.627 0-17.672-14.326-32-32-32v7.999c6.151.005 12.317 2.318 17 7.001z"/><path fill="#fff" fill-opacity=".15" d="M50.009 8.001c23.195 0 41.999 18.805 41.999 42 0 11.599-4.701 22.099-12.302 29.699l5.72 5.718c6.715-6.716 14.582-18.855 14.582-35.417 0-27.062-21.624-50-49.999-50v8z"/><path fill="#EFC22D" d="M37.008 13.002l12.986 12.991v.009l.008-.001.001.001.005-.001c3.309-.011 6.008-5.826 6.008-13C56.016 5.821 53.307 0 49.994 0v.021L37.008 13.002z"/><path fill="#2D3E4F" d="M41.25 17.245a5.982 5.982 0 0 0 1.758-4.243 5.985 5.985 0 0 0-1.757-4.242l-4.243 4.242 4.242 4.243z"/></svg>
<svg class="tc-image-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 42.786033630371094"><path d="M17.417.032a7.917 7.917 0 1 0 0 15.833 7.917 7.917 0 0 0 0-15.833zM9.5 26.948l-.606 13.703a21.29 21.29 0 0 0 9.315 2.13 21.31 21.31 0 0 0 7.764-1.453l-.64-14.38c1.056.528 3.167 4.75 3.167 4.75s1.057 1.584 1.584 7.917l4.75-1.583-1.584-7.917s-3.166-11.083-9.5-11.083H11.084c-6.334 0-9.5 11.083-9.5 11.083L0 38.032l4.75 1.583c.528-6.333 1.584-7.917 1.584-7.917s2.11-4.222 3.166-4.75z"/></svg>
<svg class="tc-image-people-arrow-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 42.753562927246094"><path d="M34.834 28.5h6.333l-4.09 4.75h7.257V38h-7.257l4.09 4.75h-6.333l-5.542-7.125 5.542-7.125zM17.417 0a7.917 7.917 0 1 1 0 15.834 7.917 7.917 0 0 1 0-15.834zM9.5 26.917c-1.055.528-3.166 4.75-3.166 4.75S5.278 33.25 4.75 39.584L0 38l1.584-7.916S4.75 19 11.084 19H23.75c4.674 0 7.623 6.035 8.848 9.199l-3.673 4.489-.425-1.021s-2.11-4.222-3.166-4.75l.64 14.38a21.322 21.322 0 0 1-7.765 1.453c-3.34 0-6.5-.765-9.315-2.13L9.5 26.917z"/></svg>
<svg class="tc-image-people-arrow-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.125 42.753562927246094"><path d="M39.584 28.5l5.541 7.125-5.541 7.125H33.25L37.34 38h-7.256v-4.75h7.257l-4.09-4.75h6.333zM17.417 0a7.917 7.917 0 1 1 0 15.834 7.917 7.917 0 0 1 0-15.834zM9.5 26.917c-1.055.528-3.166 4.75-3.166 4.75S5.278 33.25 4.75 39.584L0 38l1.584-7.916S4.75 19 11.084 19H23.75c4.218 0 7.032 4.917 8.44 8.2l-3.69 4.467s-2.11-4.222-3.166-4.75l.64 14.38a21.322 21.322 0 0 1-7.765 1.453c-3.34 0-6.5-.765-9.315-2.13L9.5 26.917zm20.584 12.667l-.036-.413.202.357-.166.056z"/></svg>
<svg class="tc-image-people-checkbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.487998962402344 46.86501693725586"><path d="M27.674 34.951l3.329 3.328 6.157-6.157 2.328 2.329-8.485 8.485-5.657-5.657 2.328-2.328zm8.493-4.086l-3 3h-8.75v10h10v-1.571l3-3.429v8h-16v-16h14.75zM17.417.032a7.917 7.917 0 1 1 0 15.833 7.917 7.917 0 0 1 0-15.833zM9.5 26.948c-1.055.528-3.166 4.75-3.166 4.75s-1.056 1.584-1.584 7.917L0 38.032l1.584-7.917s3.166-11.083 9.5-11.083H23.75c5.767 0 8.909 9.19 9.424 10.833h-5.662c-.693-1.21-1.596-2.626-2.178-2.917l.13 2.917h-5.047v12.804l-2.208.113a21.29 21.29 0 0 1-9.315-2.131L9.5 26.948z"/></svg>
<svg class="tc-image-people-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.8849983215332 47.54020690917969"><path d="M4.75 12.698h6.334v11.48l4.75-4.75v6.333l-7.917 8.312L0 25.761v-6.334l4.75 4.75V12.7zm22.167 34.834l-2.945-.16 1.362-20.424c-1.056.528-3.167 4.75-3.167 4.75s-1.056 1.584-1.583 7.917l-4.75-1.583 1.583-7.917s3.167-11.083 9.5-11.083h12.666c6.334 0 9.5 11.083 9.5 11.083l.802 4.542a27.037 27.037 0 0 1-4.061 5.116c-.55-5.605-1.49-8.075-1.49-8.075s-2.111-4.222-3.167-4.75l.899 15.92a26.792 26.792 0 0 1-15.149 4.663zM33.25.032a7.917 7.917 0 1 1 0 15.833 7.917 7.917 0 0 1 0-15.833z"/></svg>
<svg class="tc-image-people-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 42.753562927246094"><path d="M34.834 28.5h6.333l-4.09 4.75h7.257V38h-7.257l4.09 4.75h-6.333l-5.542-7.125 5.542-7.125zM17.417 0a7.917 7.917 0 1 1 0 15.834 7.917 7.917 0 0 1 0-15.834zM9.5 26.917c-1.055.528-3.166 4.75-3.166 4.75S5.278 33.25 4.75 39.584L0 38l1.584-7.916S4.75 19 11.084 19H23.75c4.674 0 7.623 6.035 8.848 9.199l-3.673 4.489-.425-1.021s-2.11-4.222-3.166-4.75l.64 14.38a21.322 21.322 0 0 1-7.765 1.453c-3.34 0-6.5-.765-9.315-2.13L9.5 26.917z"/></svg>
<svg class="tc-image-people-magnify tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.4170036315918 43.03203201293945"><path d="M20.981 38.505l5.063-4.927c-.654-1.131-.787-2.445-.787-3.846 0-4.252 3.207-7.7 7.46-7.7a7.7 7.7 0 0 1 7.7 7.7c0 4.253-3.448 7.46-7.7 7.46-1.33 0-2.58-.096-3.67-.688l-5.103 4.964c-.752.752-2.211.752-2.963 0-.752-.752-.752-2.211 0-2.963zM32.717 24.92a4.813 4.813 0 1 0 0 9.625 4.813 4.813 0 0 0 0-9.625zM17.417.032a7.917 7.917 0 1 1 0 15.833 7.917 7.917 0 0 1 0-15.833zM9.5 26.949c-1.055.527-3.166 4.75-3.166 4.75s-1.056 1.583-1.584 7.916L0 38.032l1.584-7.917s3.166-11.083 9.5-11.083H23.75c1.963 0 3.621 1.064 4.976 2.533a8.999 8.999 0 0 0-4.809 7.967c0 1.2.234 2.344.66 3.39l-4.317 4.317c-1.367 1.367-1.367 4.083 0 5.45.343.343-.784.093-2.051.093-3.34 0-6.5-.766-9.315-2.13L9.5 26.949z"/></svg>
<svg class="tc-image-people-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.46700668334961 38"><path d="M25 0a5.333 5.333 0 1 1 0 10.667A5.334 5.334 0 0 1 25 0zm-5.333 17.383c-.712.356-1.884 3.45-1.24 3.867l-3.463-.637c2.355-.853 2.827-2.279 3.018-4.88l-.181-1.617c.773-.643 1.918-2.066 2.932-2.066h8.534c1.037 0 1.948.441 2.733 1.11l.5 1.84c0 2.174 1.656 2.827 3.386 3.88l-2.42-.05a3.688 3.688 0 0 0-1.747.376c-.455-.78-1.016-1.638-1.386-1.823l.12 2.7c-2.257 2.074-3.386 5.985-3.386 5.985l-.39 1.937-1.144.045c-.767 0-1.52-.06-2.255-.175-.585-1.554-1.86-4.359-3.825-5.667l.214-4.825zM11.733 9.95a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667zM6.4 27.333c-.711.356-2.133 3.2-2.133 3.2S3.556 31.6 3.2 35.867L0 34.8l1.067-5.333S3.2 22 7.467 22H16c4.267 0 6.4 7.467 6.4 7.467l1.067 5.333-3.2 1.067C19.91 31.6 19.2 30.533 19.2 30.533s-1.422-2.844-2.133-3.2l.43 9.687c-1.62.633-3.385.98-5.23.98-2.25 0-4.379-.516-6.275-1.435l.408-9.232zM38.733 7.931c2.946.105 5.334 2.578 5.334 5.523a5.11 5.11 0 0 1-5.334 5.144c-2.945-.105-5.333-2.578-5.333-5.523a5.11 5.11 0 0 1 5.333-5.144zM33.4 25.124c-.711.33-2.133 3.124-2.133 3.124s-.711 1.042-1.067 5.296l-3.2-1.18 1.067-5.296s2.133-7.39 6.4-7.239l8.533.304c4.267.152 6.4 7.694 6.4 7.694l1.067 5.372-3.2.953c-.356-4.28-1.067-5.372-1.067-5.372s-1.422-2.895-2.133-3.276l.43 9.703a14.115 14.115 0 0 1-5.23.793 14.698 14.698 0 0 1-6.275-1.659l.408-9.217z"/></svg>
<svg class="tc-image-people-multiple-magnify tc-image-button" width="22pt" height="22pt" viewBox="0 0 50 43.244441986083984"><path d="M26.5 21a8.5 8.5 0 1 1-3.978 16.014l-5.254 5.254a2.5 2.5 0 0 1-3.536-3.536l5.254-5.254A8.5 8.5 0 0 1 26.5 21zm0 4a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zM11.733 6a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667zM6.4 23.383c-.711.356-2.133 3.2-2.133 3.2S3.556 27.65 3.2 31.917L0 30.85l1.067-5.333s2.133-7.467 6.4-7.467h7.383c.868-2.174 2.83-6 5.883-6h8.534c3.054 0 5.015 3.826 5.883 6h7.383c4.267 0 6.4 7.467 6.4 7.467L50 30.85l-3.2 1.067c-.356-4.267-1.067-5.334-1.067-5.334s-1.422-2.844-2.133-3.2l.431 9.687c-1.621.633-3.386.98-5.231.98a14.45 14.45 0 0 1-3.217-.36 9.961 9.961 0 0 0 .917-4.19c0-5.523-4.477-10-10-10a9.995 9.995 0 0 0-8.576 4.854c-.312-.467-.623-.854-.857-.97l.11 2.49A9.974 9.974 0 0 0 16.5 29.5c0 1.3.248 2.543.7 3.683-1.539.56-3.2.867-4.933.867-2.25 0-4.379-.516-6.275-1.435l.408-9.232zm23.933-6l.116 2.598a7.022 7.022 0 0 1 1.106-1.052c-.42-.696-.895-1.383-1.222-1.546zM25 0a5.333 5.333 0 1 1 0 10.667A5.334 5.334 0 0 1 25 0zm-5.333 17.383c-.327.163-.802.85-1.222 1.546.4.299.768.658 1.107 1.052l.115-2.598zM38.267 6a5.333 5.333 0 1 1 0 10.667 5.333 5.333 0 0 1 0-10.667z"/></svg>
<svg class="tc-image-people-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M31 16c-2.41 0-6.15.67-9 2.01-2.85-1.34-6.59-2.01-9-2.01-4.33 0-13 2.17-13 6.5V28h44v-5.5c0-4.33-8.67-6.5-13-6.5zm-8 9H3v-2.5C3 21.43 8.12 19 13 19s10 2.43 10 3.5V25zm18 0H26v-2.5c0-.91-.4-1.72-1.04-2.44C26.73 19.46 28.89 19 31 19c4.88 0 10 2.43 10 3.5V25zM13 14c3.87 0 7-3.14 7-7s-3.13-7-7-7C9.14 0 6 3.14 6 7s3.14 7 7 7zm0-11c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm18 11c3.87 0 7-3.14 7-7s-3.13-7-7-7c-3.86 0-7 3.14-7 7s3.14 7 7 7zm0-11c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4z"/></svg>
<svg class="tc-image-people-profile tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.79100036621094 33.58137512207031"><path d="M13.771.029a6.26 6.26 0 1 1 0 12.519 6.26 6.26 0 0 1 0-12.52zm-6.26 21.03c-.834.419-2.503 3.757-2.503 3.757s-.835 1.252-1.252 6.26L0 29.823l1.252-6.26s2.504-8.762 7.511-8.762h10.015c5.007 0 7.511 8.763 7.511 8.763l1.252 6.26-3.756 1.25c-.417-5.006-1.251-6.258-1.251-6.258s-1.67-3.338-2.504-3.756l.506 11.37a16.857 16.857 0 0 1-6.14 1.149c-2.64 0-5.138-.605-7.364-1.685l.48-10.834zm15.28-19.23h18v3h-18v-3zm0 6h18v3h-18v-3zm2 6h16v3h-16v-3zm3 6h13v3h-13v-3zm2 6h11v3h-11v-3z"/></svg>
<svg class="tc-image-people-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.125 42.753562927246094"><path d="M39.584 28.5l5.541 7.125-5.541 7.125H33.25L37.34 38h-7.256v-4.75h7.257l-4.09-4.75h6.333zM17.417 0a7.917 7.917 0 1 1 0 15.834 7.917 7.917 0 0 1 0-15.834zM9.5 26.917c-1.055.528-3.166 4.75-3.166 4.75S5.278 33.25 4.75 39.584L0 38l1.584-7.916S4.75 19 11.084 19H23.75c4.099 0 6.87 4.641 8.317 7.917h-1.983l3.166 4.75H28.5s-2.11-4.222-3.166-4.75l.64 14.38a21.322 21.322 0 0 1-7.765 1.453c-3.34 0-6.5-.765-9.315-2.13L9.5 26.917z"/></svg>
<svg class="tc-image-people-sensor tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.0272102355957"><path d="M25.452.027a5.704 5.704 0 1 1 0 11.407 5.704 5.704 0 0 1 0-11.407zM19.748 19.42c-.76.38-2.281 3.422-2.281 3.422s-.76 1.14-1.141 5.704l-3.422-1.14 1.14-5.705s2.282-7.985 6.845-7.985h9.126c4.563 0 6.844 7.985 6.844 7.985L38 27.405l-3.422 1.14c-.38-4.562-1.14-5.703-1.14-5.703s-1.522-3.042-2.282-3.422l.46 10.36a15.361 15.361 0 0 1-5.594 1.047 15.33 15.33 0 0 1-6.71-1.535l.436-9.872zM5 18.027l-1 .033v-2.004l1-.029c3.122 0 6.048.842 8.563 2.31l-.648 1.946A14.93 14.93 0 0 0 5 18.027zm14.967 16l.033-1-.063-1.386 1.132.38.826 2.006h-1.928zM7 38.027H0v-7h4a3 3 0 0 1 3 3v4zm-2.5-12a7.5 7.5 0 0 1 7.5 7.5l-.016.5H9.977l.023-.5a5.5 5.5 0 0 0-5.5-5.5l-.5.023v-2.007l.5-.016zm.5-5c2.683 0 5.16.88 7.159 2.368l-.166 2.484A9.967 9.967 0 0 0 5 23.027l-1 .05v-2.01l1-.04zm12 12l-.041 1H14.95l.05-1a9.99 9.99 0 0 0-.496-3.12l2.162.298c.218.905.334 1.85.334 2.822z"/></svg>
<svg class="tc-image-people-sensor-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.8024787902832"><path d="M25.452 7a5.704 5.704 0 1 1 0 11.407 5.704 5.704 0 0 1 0-11.407zm-5.704 19.393c-.76.38-2.281 3.422-2.281 3.422s-.76 1.14-1.141 5.704l-3.422-1.141 1.14-5.704s2.282-7.985 6.845-7.985h9.126c4.563 0 6.844 7.985 6.844 7.985L38 34.378l-3.422 1.14c-.38-4.562-1.14-5.703-1.14-5.703s-1.522-3.042-2.282-3.422l.46 10.36a15.361 15.361 0 0 1-5.594 1.047c-2.405 0-4.682-.552-6.71-1.535l.436-9.872zM7 0v4a3 3 0 0 1-3 3H0V0h7zM4.5 12l-.5-.016V9.977l.5.023A5.5 5.5 0 0 0 10 4.5L9.977 4h2.006l.017.5A7.5 7.5 0 0 1 4.5 12zM17 5c0 6.627-5.373 12-12 12l-1-.041V14.95L5 15c5.523 0 10-4.477 10-10l-.05-1h2.009L17 5zm5 0l-.011.63a7.51 7.51 0 0 0-2.126 1.405C19.953 6.37 20 5.69 20 5l-.033-1h2.004L22 5zM5 22l-1-.029v-2.004L5 20c5.24 0 9.854-2.688 12.536-6.76a7.44 7.44 0 0 0 .678 2.457A16.967 16.967 0 0 1 5 22z"/></svg>
<svg class="tc-image-people-status tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 42.78602600097656"><path d="M33.25 41.198h-7.916a1.583 1.583 0 0 1-1.584-1.583v-7.917c0-.874.71-1.583 1.584-1.583h7.916c.875 0 1.584.71 1.584 1.583v7.917c0 .874-.71 1.583-1.584 1.583zM17.417.032a7.917 7.917 0 1 1 0 15.833 7.917 7.917 0 0 1 0-15.833zM9.5 26.948c-1.055.528-3.166 4.75-3.166 4.75s-1.057 1.584-1.584 7.917L0 38.032l1.584-7.917s3.166-11.083 9.5-11.083H23.75c4.099 0 6.87 4.64 8.317 7.916H23.75a3.167 3.167 0 0 0-3.166 3.167v12.536l-2.375.13a21.29 21.29 0 0 1-9.315-2.13L9.5 26.948z"/></svg>
<svg class="tc-image-people-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.8849983215332 47.54020690917969"><path d="M4.75 33.282v-11.48L0 26.552V20.22l7.917-8.312 7.917 8.312v6.334l-4.75-4.75v11.48H4.75zm22.167 14.25l-2.945-.16 1.362-20.424c-1.056.528-3.167 4.75-3.167 4.75s-1.056 1.584-1.583 7.917l-4.75-1.583 1.583-7.917s3.167-11.083 9.5-11.083h12.666c6.334 0 9.5 11.083 9.5 11.083l.802 4.542a27.037 27.037 0 0 1-4.061 5.116c-.55-5.605-1.49-8.075-1.49-8.075s-2.111-4.222-3.167-4.75l.899 15.92a26.792 26.792 0 0 1-15.149 4.663zM33.25.032a7.917 7.917 0 1 1 0 15.833 7.917 7.917 0 0 1 0-15.833z"/></svg>
<svg class="tc-image-percent tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 12.04699993133545"><path d="M8.66 1.125L2.152 11.617c-.167.286-.354.43-.562.43a.59.59 0 0 1-.359-.137.426.426 0 0 1-.18-.355c0-.109.052-.242.156-.398L7.754.579c.114-.192.215-.337.301-.434S8.264 0 8.426 0c.156 0 .282.046.379.137A.48.48 0 0 1 8.949.5c0 .109-.096.317-.289.625zM2 1c.551 0 1 .449 1 1v2c0 .551-.449 1-1 1s-1-.449-1-1V2c0-.551.449-1 1-1m0-1a2 2 0 0 0-2 2v2a2 2 0 0 0 4 0V2a2 2 0 0 0-2-2zm6 7a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1m0-1a2 2 0 0 0-2 2v2a2 2 0 0 0 4 0V8a2 2 0 0 0-2-2z"/></svg>
<svg class="tc-image-percent-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 44.33399963378906"><path d="M17.417 25.334h12.667v4.75h-7.917v3.166h7.917V38h-7.917v6.334h-4.75v-19zm14.25 0h12.667v4.75h-7.917v3.166h7.917V38h-7.917v6.334h-4.75v-19zm-23.75 0c4.372 0 7.917 4.253 7.917 9.5 0 5.246-3.545 9.5-7.917 9.5S0 40.08 0 34.834c0-5.247 3.545-9.5 7.917-9.5zm0 4.75c-1.749 0-3.167 2.126-3.167 4.75 0 2.623 1.418 4.75 3.167 4.75 1.749 0 3.167-2.127 3.167-4.75 0-2.624-1.418-4.75-3.167-4.75zM14.778 0c2.623 0 4.75 2.836 4.75 6.334 0 3.497-2.127 6.333-4.75 6.333s-4.75-2.835-4.75-6.333S12.155 0 14.778 0zm0 3.167c-.874 0-1.583 1.418-1.583 3.167 0 1.749.709 3.166 1.583 3.166.875 0 1.583-1.417 1.583-3.166 0-1.75-.709-3.167-1.583-3.167zm14.778 4.75c2.623 0 4.75 2.835 4.75 6.333s-2.127 6.334-4.75 6.334-4.75-2.836-4.75-6.334c0-3.497 2.127-6.333 4.75-6.333zm0 3.167c-.875 0-1.584 1.417-1.584 3.166 0 1.75.71 3.167 1.584 3.167.874 0 1.583-1.418 1.583-3.167 0-1.748-.709-3.166-1.583-3.166zM25.334 0H28.5L19 20.584h-3.166L25.334 0z"/></svg>
<svg class="tc-image-periscope tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.600000381469727 16"><path d="M6.39 16c1.25 0 6.21-5.626 6.21-9.397C12.6 2.993 9.78 0 6.39 0 2.82 0 0 2.992 0 6.603 0 10.373 4.96 16 6.39 16zM5.393 2.564a4.22 4.22 0 0 1 1.016-.123c2.008 0 3.725 1.7 3.725 3.906 0 1.988-1.717 3.688-3.725 3.688-2.228 0-3.945-1.7-3.945-3.688 0-.928.304-1.766.822-2.426v.012c0 .824.674 1.492 1.506 1.492S6.3 4.756 6.3 3.932c0-.612-.373-1.138-.906-1.368z"/></svg>
<svg class="tc-image-perl tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.5 22.5"><path d="M11.25 0C5.037 0 0 5.037 0 11.25S5.037 22.5 11.25 22.5 22.5 17.463 22.5 11.25 17.463 0 11.25 0zM9.346 19.41c-.116.233-.605.07-1.14-.116s-2.351-.931-3.398-2.118c-1.047-1.187-1.582-2.77-1.536-4.282s.465-2.141 1.164-3.119c.698-.977 2.63-2.42 3.235-2.793s1.42-1.001 1.815-1.513c.396-.512.605-.931.582-1.629s.047-1.327.023-1.559c-.023-.233-.023-.698.186-.605s.233.349.233.605-.07 1.303-.14 2.327-.884 1.885-1.489 2.49-2.351 2.49-3.002 3.421c-.652.931-.976 2.157-.908 3.188.07 1.047.326 2.071 1.303 3.165s1.652 1.606 2.164 1.862c.512.256 1.024.442.908.675zm.857 1.118c-.167.203-.454.326-.489.244s.207-.129.385-.327c.163-.182.12-.522.236-.527.095-.004.035.406-.132.61zm.423-1.7c-.326.419-1.652-1.024-2.351-1.862s-1.396-2.537-1.42-3.863c-.023-1.327.721-2.56 1.257-3.305s1.583-2.025 1.862-2.607.582-1.21.675-2.025c.093-.815 0-3.724 0-3.724s-.023-1.28.186-1.14c.21.14.256.954.256 1.699s.07 3.956-.163 4.817c-.233.861-.768 1.815-1.35 2.653s-1.257 2.607-1.233 3.7c.023 1.094.652 2.886 1.14 3.631.491.747 1.323 1.789 1.14 2.025zm.696 2.173c-.096 0-.06-.29-.06-.648s-.033-.649.06-.649c.085 0 .06.29.06.649s.018.648-.06.648zm1.518-.24c-.035.082-.322-.04-.489-.244s-.227-.613-.132-.61c.116.005.073.345.236.527.178.198.42.245.385.327zm4.764-3.554c-.901 1.048-2.002 1.688-3.274 2.197-.42.168-.686.349-1.041.018-.572-.532-1.113-.587-1.828-.778-.199-.053-.337-.495-.409-.654a9.425 9.425 0 0 1-.56-1.633c-.674-2.694-.137-5.392.545-8.025.291-1.124.479-2.241.488-3.408.005-.611-.08-1.214-.152-1.819-.031-.257-.151-.894.162-.405.126.197.357-.082.377.145.016.175.018.352.024.528.015.448.012.906.083 1.35.171 1.074 1.495 1.739 2.311 2.249 1.869 1.168 4.378 2.718 4.757 5.11.305 1.929-.217 3.653-1.483 5.125z"/></svg>
<svg class="tc-image-perm-camera-mic tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M36 4h-6.34L26 0H14l-3.66 4H4C1.79 4 0 5.79 0 8v24c0 2.21 1.79 4 4 4h14v-4.18C12.33 30.86 8 25.93 8 20h4c0 4.41 3.59 8 8 8s8-3.59 8-8h4c0 5.93-4.33 10.86-10 11.82V36h14c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM24 20c0 2.21-1.79 4-4 4s-4-1.79-4-4v-8c0-2.21 1.79-4 4-4s4 1.79 4 4v8z"/></svg>
<svg class="tc-image-perm-contact-calendar tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-2V0h-4v4H10V0H6v4H4C1.79 4 0 5.79 0 8v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm-14 6c3.31 0 6 2.69 6 6 0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6zm12 24H6v-2c0-4 8-6.2 12-6.2S30 28 30 32v2z"/></svg>
<svg class="tc-image-perm-data-setting tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.76000213623047 48.000003814697266"><path d="M37.98 23c.68 0 1.36.06 2.02.15V0L0 40h23.13c-.09-.66-.15-1.32-.15-2 0-8.28 6.72-15 15-15zm7.43 15.98c.04-.32.07-.64.07-.98 0-.33-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.37-2.65a.506.506 0 0 0-.5-.42h-4c-.25 0-.46.18-.49.42l-.37 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.13.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.37 2.65c.04.24.25.42.49.42h4c.25 0 .45-.18.49-.42l.37-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.13-.22.07-.49-.12-.64l-2.1-1.65zM37.98 41c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-perm-device-information tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 44"><path d="M16 12h-4v4h4v-4zm0 8h-4v12h4V20zM24 .02L4 0C1.79 0 0 1.79 0 4v36c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zM24 36H4V8h20v28z"/></svg>
<svg class="tc-image-perm-identity tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M16 3.8a4.2 4.2 0 1 1 .001 8.399A4.2 4.2 0 0 1 16 3.8m0 18c5.95 0 12.2 2.91 12.2 4.2v2.2H3.8V26c0-1.29 6.25-4.2 12.2-4.2M16 0c-4.42 0-8 3.58-8 8 0 4.41 3.58 8 8 8s8-3.59 8-8c0-4.42-3.58-8-8-8zm0 18c-5.33 0-16 2.67-16 8v6h32v-6c0-5.33-10.67-8-16-8z"/></svg>
<svg class="tc-image-perm-media tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 40"><path d="M4 8H0v10h.02L0 36c0 2.21 1.79 4 4 4h36v-4H4V8zm40-4H28l-4-4H12C9.79 0 8.02 1.79 8.02 4L8 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM14 26l9-12 7 9.01L35 17l7 9H14z"/></svg>
<svg class="tc-image-perm-phone-msg tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.039306640625 768.0784912109375"><path d="M725.333 533.373c-53.12 0-104.533-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.293c11.733-11.733 15.147-28.587 10.453-43.307-15.787-47.787-24.32-99.2-24.32-152.32A42.52 42.52 0 0 0 191.999.04H42.667C19.2.04 0 19.026 0 42.706 0 443.346 324.693 768.04 725.333 768.04A42.52 42.52 0 0 0 768 725.372V576.04a42.52 42.52 0 0 0-42.667-42.667zM384 .04v426.667l128-128h256V.04H384z"/></svg>
<svg class="tc-image-perm-scan-wifi tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 38"><path d="M24 0C13.91 0 6.29 3.7 0 8.47L24 38 48 8.5C41.71 3.74 34.09 0 24 0zm2 26h-4V14h4v12zm-4-16V6h4v4h-4z"/></svg>
<svg class="tc-image-permission tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.043000221252441 13.991999626159668"><path d="M5.539 10.025h-.55v-.832C5 6.57 3.02 6.872 2.998 6.872l-.006-.001c-2.086 0-1.963 2.283-1.963 2.322v.832H.435c-.247 0-.435.176-.435.405v3.143c0 .23.188.404.435.404h5.104c.247 0 .439-.174.439-.404V10.43c0-.229-.193-.405-.439-.405zm-3.79-.832c0-.007-.077-1.575 1.209-1.575.114.004 1.221-.063 1.221 1.575v.832h-2.43v-.832zM14 12.891c0 .955-1.216 1.086-1.216 1.086h-5.11s-.642.015-.642-.612l-.021-3.077c.025-2.954-.761-4.026-2.561-4.612-.521-.39-.737-.489-.737-1.227 0-.738.607-.738.607-.738s0 .021.216-1.194C4.746 1.338 5.899.08 7.791.007V0c.028 0 .054.003.082.003.031 0 .061-.003.093-.003v.008c1.645.083 2.829 1.335 3.038 2.509.217 1.215.217 1.194.217 1.194s.607 0 .607.738-.216.999-.737 1.389c-.521.391-.366 1.232-1.171 1.974-.43.396-.738.695-.738 1.26 0 .563.304.693.607.867s2.344.738 3.299 1.39.912.998.912 1.562z"/></svg>
<svg class="tc-image-person tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C2.9 0 2 1.12 2 2.5S2.9 5 4 5s2-1.12 2-2.5S5.1 0 4 0zM1.91 5C.85 5.05 0 5.92 0 7v1h8V7c0-1.08-.84-1.95-1.91-2-.54.61-1.28 1-2.09 1-.81 0-1.55-.39-2.09-1z"/></svg>
<svg class="tc-image-person-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><path d="M28 16c4.42 0 8-3.59 8-8 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 4.41 3.58 8 8 8zm-18-4V6H6v6H0v4h6v6h4v-6h6v-4h-6zm18 8c-5.33 0-16 2.67-16 8v4h32v-4c0-5.33-10.67-8-16-8z"/></svg>
<svg class="tc-image-person-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 32"><path d="M16 3.8a4.2 4.2 0 1 1 .001 8.399A4.2 4.2 0 0 1 16 3.8m0 18c5.95 0 12.2 2.91 12.2 4.2v2.2H3.8V26c0-1.29 6.25-4.2 12.2-4.2M16 0c-4.42 0-8 3.58-8 8 0 4.41 3.58 8 8 8s8-3.59 8-8c0-4.42-3.58-8-8-8zm0 18c-5.33 0-16 2.67-16 8v6h32v-6c0-5.33-10.67-8-16-8z"/></svg>
<svg class="tc-image-person-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 42"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h8l6 6 6-6h8c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM18 6.6c2.98 0 5.4 2.42 5.4 5.4 0 2.98-2.42 5.4-5.4 5.4-2.98 0-5.4-2.42-5.4-5.4 0-2.98 2.42-5.4 5.4-5.4zM30 28H6v-1.8c0-4 8-6.2 12-6.2s12 2.2 12 6.2V28z"/></svg>
<svg class="tc-image-person-pin-circle tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 28 40"><g transform="translate(-10 -4)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M24 4c-7.73 0-14 6.27-14 14 0 10.5 14 26 14 26s14-15.5 14-26c0-7.73-6.27-14-14-14zm0 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 20c-3.34 0-6.27-1.71-8-4.29.03-2.65 5.34-4.11 8-4.11s7.96 1.46 8 4.11C30.27 26.29 27.34 28 24 28z"/></g></svg>
<svg class="tc-image-person-stalker tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384.0999755859375"><path d="M393.3 260.9c-41.4-15.7-38.9-9.4-38.9-38.5 0-18.8 9.3-11.9 15.2-47.7 2.3-14.1 4.2-4.7 9.1-27.3 2.6-11.8-1.8-12.7-1.2-18.3.5-5.6 1-10.7 2-22.2 1.2-14.4-11.6-52-57.4-52s-58.6 37.6-57.4 52c.9 11.6 1.5 16.6 2 22.2.5 5.6-3.8 6.5-1.2 18.3 4.9 22.6 6.8 13.1 9.1 27.3 5.9 35.8 15.1 29 15.1 47.7 0 13.4 3.1 19-14.9 27.5 5.4 1.9 11.7 4.2 19.3 7.1 54.4 20.7 53.1 40.8 54.5 50.3 1 6.5 1.5 58.3 1.7 76.8H448s0-80.5-1.5-89.9c-1.1-7.4-11-17.2-53.2-33.3z"/><path d="M325 384.1s0-14.1-.2-30.4c-.2-18.6-.7-40-1.7-46.4-1.5-9.5-14.3-22.2-68.6-42.9-7.5-2.8-13.8-5.1-19.3-7.1-33.3-11.8-30.9-15.7-30.9-48 0-24.3 12-8.5 19.6-54.6 3-18.2 5.4-6.1 11.7-35.2 3.4-15.2-2.3-16.4-1.6-23.7.7-7.3 1.4-13.8 2.6-28.7C238.2 48.6 221.7 0 162.5 0c-59.2 0-75.6 48.5-74.1 67.1 1.2 14.9 1.9 21.4 2.7 28.7.7 7.3-5 8.4-1.6 23.7 6.4 29.1 8.8 17 11.8 35.2 7.6 46.1 19.5 30.3 19.5 54.6 0 37.6 3.3 34.8-50.2 55.1C16.3 285.1 3.5 297.8 2 307.3c-2 12.1-2 76.8-2 76.8h325z"/></svg>
<svg class="tc-image-persona tc-image-button" width="22pt" height="22pt" viewBox="0 0 667.155029296875 511.7629699707031"><path d="M273.899 402.468c103.522 0 138.494-4.688 138.494-4.688s-5.38-82.575-43.163-97.413c-37.785-14.868-47.027-12.756-60.154-20.669-.32-.186-.64-.382-.968-.547v-22.235c12.57-11.026 22.606-27.635 28.449-46.635 6.82-7.326 10.757-15.951 10.757-25.173 0-6.326-1.866-12.354-5.246-17.908-2.214-46.553-31.828-77.361-68.077-77.361-36.228 0-65.842 30.808-68.078 77.36-3.369 5.555-5.244 11.583-5.244 17.909 0 9.222 3.936 17.847 10.757 25.173 5.863 19 15.889 35.62 28.46 46.645v22.225c-.32.165-.65.361-.98.547-13.095 7.913-22.359 5.8-60.123 20.669-37.784 14.838-43.193 97.413-43.193 97.413s34.785 4.688 138.309 4.688zM447.838.001l219.317 255.896-219.317 255.866H24.37C10.902 511.763 0 500.871 0 487.414V24.368C0 10.911 10.902 0 24.37 0h423.468z"/></svg>
<svg class="tc-image-personal-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h10v4h16v-4h10c2.21 0 3.98-1.79 3.98-4L44 4c0-2.21-1.79-4-4-4zm0 28H4V4h36v24z"/></svg>
<svg class="tc-image-pet-store tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40.87300109863281 46.996002197265625"><path d="M20.436 20.59c2.804 0 5.158 1.9 5.823 4.469.836 3.221.723 6.751 4.398 8.584 3.262 1.11 4.496 2.505 4.496 6.245 0 2.985-2.554 6.158-5.847 6.554-3.682.553-6.548-.17-8.871-1.494-2.323 1.324-5.19 2.048-8.867 1.494-3.295-.396-5.848-3.58-5.848-6.554 0-3.66 1.317-5.209 4.573-6.27 4.007-2.047 3.469-5.635 4.363-8.717a6.01 6.01 0 0 1 5.78-4.311zm18.357-2.224c-.993-.863-5.046 2.506-6.321 4.172-.775.889-1.257 2.111-1.257 3.459 0 2.711 1.94 4.909 4.327 4.909 1.816 0 3.37-1.263 4.013-3.059 1.249-3.23 1.318-7.675-.762-9.481zm-36.716 0C0 20.172.067 24.617 1.318 27.847c.643 1.796 2.196 3.059 4.011 3.059 2.389 0 4.327-2.198 4.327-4.909 0-1.348-.481-2.57-1.256-3.459-1.276-1.666-5.328-5.035-6.323-4.172zM25.771.659c10.088 1.712 9.38 18.702 1.303 17.333-2.33-.396-4.06-2.518-4.323-5.053-.267-2.578-.868-12.938 3.02-12.28zm-10.67 0c3.889-.659 3.287 9.701 3.02 12.279-.263 2.536-1.991 4.657-4.321 5.053C5.721 19.362 5.014 2.371 15.101.659z"/></svg>
<svg class="tc-image-pets tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38.25"><g transform="translate(-4 -6)"><circle cx="9" cy="19" r="5"/><circle cx="18" cy="11" r="5"/><circle cx="30" cy="11" r="5"/><circle cx="39" cy="19" r="5"/><path d="M34.68 29.72c-1.75-2.03-3.21-3.78-4.96-5.81-.93-1.08-2.1-2.17-3.49-2.64-.21-.07-.43-.13-.66-.17-.51-.1-1.05-.1-1.57-.1s-1.06 0-1.57.1c-.22.04-.44.1-.66.17-1.39.47-2.56 1.56-3.49 2.64-1.75 2.03-3.21 3.78-4.96 5.81-2.62 2.61-5.83 5.52-5.25 9.59.58 2.03 2.04 4.07 4.67 4.65 1.46.29 6.12-.87 11.08-.87.06 0 .12.01.18.01s.12-.01.18-.01c4.96 0 9.62 1.16 11.08.87 2.62-.58 4.08-2.61 4.67-4.65.58-4.07-2.62-6.98-5.25-9.59z"/></g></svg>
<svg class="tc-image-pharmacy tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47.749996185302734 17"><path d="M38.352 0H9.4C4.23 0 0 3.64 0 8.5 0 13.36 4.23 17 9.4 17h28.952c5.168 0 9.398-3.641 9.398-8.5 0-4.86-4.23-8.5-9.398-8.5zm.003 15H24V2h14.355c3.812 0 6.934 2.915 6.934 6.5S42.168 15 38.355 15z"/></svg>
<svg class="tc-image-pharmacy-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.020000457763672 8.960000038146973"><path d="M4.52 2.96l2-2a.732.732 0 0 1 0-.21.75.75 0 1 1 .75.75h-.11L6.02 2.96h-1.5zM8 4.79l-.83 1.67L8 8.13v.83H0v-.83l.84-1.67L0 4.79v-.83h8v.83zM6.02 5.96h-1.5v-1.5h-1v1.5h-1.5v1h1.5v1.5h1v-1.5h1.5v-1z"/></svg>
<svg class="tc-image-pharmacy-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.099076271057129 14.13911247253418"><path d="M6.5 4.14L7.57 2.6c.06.004.12.004.18 0A1.25 1.25 0 1 0 6.5 1.39v.1L4 4.14h2.5zm2.5 2v-1H0v1l1.5 3.5-1.5 3.5v1h9v-1l-1-3.5 1-3.5zm-2 4H5v2H4v-2H2v-1h2v-2h1v2h2v1z"/></svg>
<svg class="tc-image-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 14"><path d="M7 0H1C.5 0 0 .5 0 1v12c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V1c0-.5-.5-1-1-1zm0 13H1v-1h6v1zm0-2H1V3h6v8zM1 2V1h6v1H1z"/></svg>
<svg class="tc-image-phone-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 20"><path d="M9.5 0h-7C1.2 0 0 1.1 0 2.5v15C0 18.9 1.1 20 2.5 20h7c1.4 0 2.5-1.1 2.5-2.5v-15C12 1.1 10.9 0 9.5 0zM1 4h10v11H1V4zm1.5-3h7c.8 0 1.5.7 1.5 1.5V3H1v-.5C1 1.7 1.7 1 2.5 1zM11 17.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5V16h10v1.5zM7 18H5v-1h2v1z"/></svg>
<svg class="tc-image-phone-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM384.375 238.33c12.362-.729 23.536 6.66 32.007 19.775l82.031 155.566c8.637 18.433 3.73 38.172-9.155 51.343l-37.573 37.573c-2.32 3.178-3.845 6.757-3.882 10.693 14.409 55.776 58.117 107.223 96.68 142.603s80.009 83.281 133.813 94.629c6.65 1.855 14.797 2.519 19.556-1.904l43.652-44.458c15.068-11.421 36.866-16.956 52.954-7.617h.732l148.022 87.378c21.727 13.619 23.979 39.944 8.423 55.957L849.683 941.016c-15.056 15.44-35.058 20.631-54.492 20.654-85.948-2.575-167.158-44.759-233.862-88.11-109.489-79.653-209.922-178.446-272.974-297.803-24.182-50.05-52.589-113.91-49.878-169.775.242-21.015 5.928-41.605 20.728-55.151l101.953-101.953c7.942-6.757 15.799-10.11 23.217-10.548z"/></svg>
<svg class="tc-image-phone-android tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 44"><path d="M22 0H6C2.69 0 0 2.69 0 6v32c0 3.31 2.69 6 6 6h16c3.31 0 6-2.69 6-6V6c0-3.31-2.69-6-6-6zm-4 40h-8v-2h8v2zm6.5-6h-21V6h21v28z"/></svg>
<svg class="tc-image-phone-bluetooth-speaker tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M23.41 17L28 12.41V20h1l5.71-5.71-4.3-4.29 4.29-4.29L29 0h-1v7.59L23.41 3 22 4.41 27.59 10 22 15.59 23.41 17zM30 3.83l1.88 1.88L30 7.59V3.83zm0 8.58l1.88 1.88L30 16.17v-3.76zM34 29c-2.49 0-4.89-.4-7.14-1.14-.69-.22-1.48-.06-2.03.49l-4.4 4.41A30.171 30.171 0 0 1 7.25 19.59l4.4-4.41c.55-.55.71-1.34.49-2.03C11.4 10.9 11 8.49 11 6c0-1.11-.89-2-2-2H2C.89 4 0 4.89 0 6c0 18.78 15.22 34 34 34 1.11 0 2-.89 2-2v-7c0-1.11-.89-2-2-2z"/></svg>
<svg class="tc-image-phone-bt tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.0785522460938 853.3712768554688"><path d="M499.452 362.666l97.92-97.92v161.92h21.334L740.52 304.853l-91.733-91.52 91.52-91.52L618.706 0h-21.333v161.92L499.453 64l-30.08 30.08 119.253 119.253-119.254 119.253 30.08 30.08zM640.04 81.706l40.107 40.107-40.107 40.107V81.707zm0 183.04l40.107 40.107-40.107 40.107v-80.213zm85.333 353.92c-53.12 0-104.32-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48-24.32-99.413-24.32-152.533a42.52 42.52 0 0 0-42.667-42.667H42.706A42.52 42.52 0 0 0 .04 127.999c0 400.64 324.693 725.333 725.333 725.333a42.52 42.52 0 0 0 42.667-42.667V661.332a42.52 42.52 0 0 0-42.667-42.667z"/></svg>
<svg class="tc-image-phone-forwarded tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.3722534179688 853.3712768554688"><path d="M640.04 426.666l213.332-213.333L640.04 0v128H469.372v170.667H640.04v128zm85.332 192c-53.12 0-104.32-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48.213-24.319-99.413-24.319-152.533a42.52 42.52 0 0 0-42.667-42.667H42.706A42.52 42.52 0 0 0 .04 127.999c0 400.64 324.693 725.333 725.333 725.333a42.52 42.52 0 0 0 42.667-42.667V661.332a42.52 42.52 0 0 0-42.667-42.667z"/></svg>
<svg class="tc-image-phone-hang-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.20599937438965 7.258000373840332"><path d="M15.999 4c.125.867.207 2.053-.182 2.507-.643.751-4.714.751-4.714-.751 0-.756.67-1.252.027-2.003-.632-.738-1.766-.75-3.027-.751s-2.394.012-3.027.751c-.643.751.027 1.247.027 2.003 0 1.501-4.071 1.501-4.714.751C0 6.053.082 4.867.207 4c.096-.579.339-1.203 1.118-2C2.493.91 4.26.02 8.041 0h.126c3.781.019 5.548.91 6.716 2 .778.797 1.022 1.421 1.118 2z"/></svg>
<svg class="tc-image-phone-hangup tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.499996185302734 40.827003479003906"><path d="M1.951 17.867l-.784-.172-.608-.478-.406-.713L0 15.649v-2.458c0-1.722.352-3.3 1.057-4.736a12.192 12.192 0 0 1 2.875-3.769C5.144 3.609 6.56 2.727 8.179 2.042A18.447 18.447 0 0 1 13.353.709l3.701-.345 3.688-.253L24.859 0l3.857.13 3.135.254 2.862.39c1.765.243 3.425.71 4.982 1.402 1.557.691 2.912 1.572 4.065 2.64a12.036 12.036 0 0 1 2.735 3.74c.67 1.425 1.005 2.989 1.005 4.693v2.485l-.163.82-.448.682-.66.459-.804.172H37.64l-.79-.172-.641-.469-.426-.683-.153-.835v-5.301l-.172-.956-.478-.784-.722-.537a2.047 2.047 0 0 0-.905-.201H14.491c-.325 0-.644.067-.956.201l-.813.537-.56.803a2.316 2.316 0 0 0-.214.976v5.203l-.162.855-.456.712-.67.479-.806.172H1.95zm18.632 1.585h6.334v11.479l4.75-4.75v6.333l-7.917 8.313-7.917-8.313v-6.333l4.75 4.75v-11.48z"/></svg>
<svg class="tc-image-phone-in-talk tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.0785522460938 768.0784912109375"><path d="M725.372 533.373c-53.12 0-104.32-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48-24.32-99.413-24.32-152.533A42.52 42.52 0 0 0 192.038.04H42.706A42.52 42.52 0 0 0 .04 42.706c0 400.64 324.693 725.333 725.333 725.333a42.52 42.52 0 0 0 42.667-42.667V576.04a42.52 42.52 0 0 0-42.667-42.667zM682.706 384.04h85.333c0-212.053-171.947-384-384-384v85.333c164.907 0 298.667 133.76 298.667 298.667zm-170.667 0h85.333c0-117.76-95.573-213.333-213.333-213.333v85.333c70.613 0 128 57.387 128 128z"/></svg>
<svg class="tc-image-phone-iphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 44"><path d="M21 0H5C2.24 0 0 2.24 0 5v34c0 2.76 2.24 5 5 5h16c2.76 0 5-2.24 5-5V5c0-2.76-2.24-5-5-5zm-8 42c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm9-8H4V6h18v28z"/></svg>
<svg class="tc-image-phone-locked tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.039306640625 853.3712768554688"><path d="M725.333 618.666c-53.12 0-104.533-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48-24.32-99.413-24.32-152.533a42.52 42.52 0 0 0-42.667-42.667H42.667C19.2 85.332 0 104.319 0 127.999c0 400.64 324.693 725.333 725.333 725.333A42.52 42.52 0 0 0 768 810.665V661.332a42.52 42.52 0 0 0-42.667-42.667zm0-490.666v-21.333C725.333 47.787 677.547 0 618.667 0S512 47.787 512 106.667V128c-23.68 0-42.667 19.2-42.667 42.667v170.667c0 23.467 18.987 42.667 42.667 42.667h213.333c23.68 0 42.667-19.2 42.667-42.667V170.667C768 147.2 749.013 128 725.333 128zm-34.133 0H546.133v-21.333c0-40.107 32.427-72.533 72.533-72.533s72.533 32.427 72.533 72.533V128z"/></svg>
<svg class="tc-image-phone-missed tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.2139892578125 762.2389526367188"><path d="M277.333 106.667L512 341.334 810.667 42.667 768 0 512 256 320 64h149.333V0h-256v256h64V106.667zm734.08 476.586C881.493 459.733 705.493 384 512 384S142.507 459.733 12.587 583.253C4.694 591.146 0 601.813 0 613.546s4.693 22.4 12.587 30.08l105.6 105.813c7.68 7.68 18.347 12.587 30.293 12.587 11.52 0 22.187-4.693 29.867-12.16 33.707-31.36 72.107-58.027 113.707-79.147 14.08-7.04 23.893-21.547 23.893-38.4v-132.48C377.6 479.999 443.52 469.332 512 469.332s134.4 10.667 196.267 30.72v132.48c0 16.853 9.813 31.36 23.893 38.4 41.6 20.907 80 47.573 113.707 79.147 7.68 7.467 18.133 12.16 29.867 12.16s22.4-4.693 30.293-12.587l105.6-105.813c7.68-7.68 12.587-18.347 12.587-30.08s-4.907-22.613-12.8-30.507z"/></svg>
<svg class="tc-image-phone-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22.036043167114258 20.045000076293945"><path d="M18.793 2.672L16.998.879C16.432.312 15.678 0 14.877 0s-1.555.312-2.121.879L11.17 2.465a3.002 3.002 0 0 0 0 4.242l1.379 1.379-4.172 4.172-1.379-1.379C6.432 10.312 5.678 10 4.877 10s-1.555.312-2.121.879L1.17 12.465a3.002 3.002 0 0 0 0 4.242L2.964 18.5c.465.465 1.796 1.545 4.116 1.545 2.764 0 5.694-1.529 8.711-4.545 6.245-6.246 4.825-11.002 3.002-12.828zm-6.209 1.207l1.586-1.586a.997.997 0 0 1 1.414 0l1.083 1.082-3.001 3-1.082-1.082a.999.999 0 0 1 0-1.414zm-10 11.414a.999.999 0 0 1 0-1.414l1.586-1.586a.997.997 0 0 1 1.414 0l1.082 1.082-2.999 3-1.083-1.082zm11.793-1.207c-3.083 3.082-5.551 3.959-7.297 3.959-1.349 0-2.267-.523-2.702-.959-.004-.004 2.995-3.004 2.995-3.004l.297.297a.997.997 0 0 0 1.414 0l5.586-5.586a.999.999 0 0 0 0-1.414l-.297-.297 3.001-3c1.003 1.004 2.467 4.539-2.997 10.004z"/></svg>
<svg class="tc-image-phone-paused tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.0785522460938 768.0784912109375"><path d="M597.372.04H512.04v298.667h85.333V.04zm128 533.333c-53.12 0-104.32-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48-24.32-99.413-24.32-152.533A42.52 42.52 0 0 0 192.038.04H42.706A42.52 42.52 0 0 0 .04 42.706c0 400.64 324.693 725.333 725.333 725.333a42.52 42.52 0 0 0 42.667-42.667V576.04a42.52 42.52 0 0 0-42.667-42.667zM682.706.04v298.667h85.333V.04h-85.333z"/></svg>
<svg class="tc-image-phone-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 1065q0-11-2-16-3-8-38.5-29.5T1151 970l-53-29q-5-3-19-13t-25-15-21-5q-18 0-47 32.5t-57 65.5-44 33q-7 0-16.5-3.5T853 1029t-17-9.5-14-8.5q-99-55-170.5-126.5T525 714q-2-3-8.5-14t-9.5-17-6.5-15.5T497 651q0-13 20.5-33.5t45-38.5 45-39.5T628 503q0-10-5-21t-15-25-13-19q-3-6-15-28.5T555 364t-26.5-47.5-25-40.5-16.5-18-16-2q-48 0-101 22-46 21-80 94.5T256 503q0 16 2.5 34t5 30.5 9 33 10 29.5 12.5 33 11 30q60 164 216.5 320.5T843 1230q6 2 30 11t33 12.5 29.5 10 33 9 30.5 5 34 2.5q57 0 130.5-34t94.5-80q22-53 22-101zm256-777v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-phone-voicemail tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.32493591308594 16.73863983154297"><path d="M30.662 3.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9zm0-3.5a8 8 0 1 1-6.93 4h-8.14a8 8 0 1 1-6.93-4h22zm-22 3.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z"/></svg>
<svg class="tc-image-phonegap tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.65799903869629 22.704998016357422"><path d="M11.22.187c-.516.191-.852.568-1.017 1.136-.114.387-.114.506.124 7.828.114 3.522.238 7.601.284 9.062.057 1.921.103 2.762.16 3.031.191.898.909 1.461 1.869 1.461.361 0 8.298-1.348 8.701-1.477.367-.119.806-.547 1.007-.986.31-.676.31-.666.098-3.79-.289-4.244-.697-10.482-.785-12.067-.093-1.57-.15-1.854-.465-2.324-.227-.336-.718-.702-1.074-.811-.15-.041-1.058-.196-2.024-.336C12.051.036 11.711 0 11.22.186zm5.412 4.208c2.675.207 2.995.238 3.191.336.325.17.604.449.759.759.134.274.139.331.258 2.386.067 1.157.207 3.444.305 5.091.17 2.762.181 3.005.108 3.258-.145.48-.614.899-1.193 1.053-.361.093-6.279.687-6.614.661-.604-.046-1.084-.434-1.286-1.043-.067-.191-.098-.584-.134-1.549l-.207-5.639c-.145-4.007-.155-4.368-.077-4.621a1.25 1.25 0 0 1 .671-.795c.367-.17.697-.165 4.219.103zm-3.945.093c-.424.114-.707.542-.707 1.059 0 .248-.067.232 1.084.33.728.062 1.023.176 1.296.511.289.346.294.408.48 4.673.186 4.327.191 4.224-.093 4.596-.077.098-.279.243-.465.336-.284.139-.428.17-1.12.243a9.357 9.357 0 0 0-.816.098c-.041.036.119.578.237.785.067.119.212.279.315.346.336.222.573.232 1.916.093.671-.067 1.234-.145 1.25-.16.021-.021-.098-2.907-.258-6.413l-.289-6.377-1.084-.088c-1.255-.098-1.477-.103-1.745-.031zM6.563 2.34c-.387.103-.609.253-.785.532-.315.496-.305-.243-.15 8.189.139 7.632.155 8.081.31 8.432.222.516.687.821 1.394.914.212.026 2.974-.294 3.031-.356.021-.021-.083-3.506-.108-3.527-.005-.01-.475.031-1.043.088-1.064.108-1.337.098-1.663-.072-.294-.155-.537-.506-.625-.914-.026-.124-.088-2.251-.139-4.73-.103-5.076-.119-4.781.289-5.148.32-.289.496-.315 1.627-.243a18.47 18.47 0 0 1 1.105.093l.119.031-.031-1.131a47.988 47.988 0 0 0-.062-1.544l-.026-.418-1.379-.139c-1.559-.16-1.487-.16-1.864-.057zM2.7 4.886c-.403.103-.702.403-.769.774-.021.103-.01 1.766.026 3.697.103 5.757.15 7.286.222 7.523.093.315.387.589.749.692.284.083.351.083 1.203 0 .496-.052 1.002-.103 1.12-.119l.222-.031-.031-1.244a50.163 50.163 0 0 0-.046-1.255c-.005-.01-.336.01-.738.041-.904.072-1.141.041-1.389-.175-.346-.305-.33-.196-.413-3.79l-.072-3.258.109-.217a.62.62 0 0 1 .346-.32c.217-.098.299-.103 1.141-.067l.904.041-.036-1.053c-.015-.573-.046-1.059-.057-1.074-.031-.026-1.095-.124-1.91-.181a2.748 2.748 0 0 0-.578.015zm4.756.95c-.351.165-.516.563-.46 1.12l.036.346.573.026c.687.031.94.129 1.157.465l.145.217v6.17l-.155.165c-.232.248-.542.361-1.079.403l-.47.031-.015.284c-.041.645.186 1.095.64 1.27.207.078.3.083 1.022.021.439-.036.821-.083.857-.103.077-.047.072-.676-.026-5.06-.108-5.045-.119-5.205-.336-5.318-.052-.026-.465-.062-.914-.077-.64-.026-.852-.015-.976.041zM.33 7.937a.643.643 0 0 0-.222.186C0 8.257 0 8.293 0 10.436c0 1.193.016 2.51.036 2.917.031.671.041.754.15.883.165.191.423.248 1.048.217l.527-.026-.016-.651-.015-.651-.475-.026c-.759-.041-.707.098-.728-1.993C.511 9.149.506 9.17.883 9.072c.119-.036.33-.041.49-.021l.279.031V7.946l-.16-.031C1.26 7.869.459 7.884.33 7.936zm2.768.589v.547h.16c.212 0 .501.139.573.279.093.16.129 3.232.041 3.434-.067.165-.325.315-.537.315h-.134v.46c0 .253.016.532.031.62.031.155.041.16.325.16.33 0 .594-.114.744-.32.103-.134.103-.181.041-2.788-.057-2.287-.077-2.675-.15-2.824-.139-.284-.325-.387-.733-.408l-.361-.021v.547z"/></svg>
<svg class="tc-image-phonelink tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9990234375 682.6669921875"><path d="M170.666 85.333h768V0h-768c-47.147 0-85.333 38.187-85.333 85.333v469.333H0v128h597.333v-128H170.666V85.333zm810.666 85.333h-256c-23.467 0-42.667 19.2-42.667 42.667V640c0 23.467 19.2 42.667 42.667 42.667h256c23.467 0 42.667-19.2 42.667-42.667V213.333c0-23.467-19.2-42.667-42.667-42.667zm-42.666 384H767.999V255.999h170.667v298.667z"/></svg>
<svg class="tc-image-phonelink-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0010986328125 883.6270141601562"><path d="M938.667 185.814v-85.333h-647.68l85.333 85.333h562.347zM81.92.001l-54.4 54.4 77.44 77.44c-11.947 14.72-19.627 33.493-19.627 53.973v469.333H0v128h756.48l100.48 100.48 54.187-54.4L81.92 0zm88.747 197.546l457.813 457.6H170.667v-457.6zm810.666 73.6h-256c-23.467 0-42.667 19.2-42.667 42.667v178.347l85.333 85.333V356.481h170.668v298.667h-93.013l128 128h7.68c23.467 0 42.667-19.2 42.667-42.667V313.814c0-23.467-19.2-42.667-42.667-42.667z"/></svg>
<svg class="tc-image-photo tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M36 32V4c0-2.21-1.79-4-4-4H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM11 21l5 6.01L23 18l9 12H4l7-9z"/></svg>
<svg class="tc-image-photo-album tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M28 0H4C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM4 4h10v16l-5-3-5 3V4zm0 30l6-7.71 4.29 5.15 6-7.73L28 34H4z"/></svg>
<svg class="tc-image-photo-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM278.027 294.653h643.945v610.693H278.027V294.653zm79.468 77.051v334.863h485.01V371.704h-485.01z"/></svg>
<svg class="tc-image-photo-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><g transform="translate(-4 -4)"><circle cx="24" cy="24" r="6.4"/><path d="M18 4l-3.66 4H8c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4h-6.34L30 4H18zm6 30c-5.52 0-10-4.48-10-10s4.48-10 10-10 10 4.48 10 10-4.48 10-10 10z"/></g></svg>
<svg class="tc-image-photo-filter tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 14v18H3.96V4h18V0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8 4-4V14h-4zm-4.04 0l1.88-4.12L33.96 8l-4.12-1.88L27.96 2l-1.88 4.12L21.96 8l4.12 1.88zm-7.5 1.5l-2.5-5.5-2.5 5.5-5.5 2.5 5.5 2.5 2.5 5.5 2.5-5.5 5.5-2.5z"/></svg>
<svg class="tc-image-photo-library tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M40 28V4c0-2.21-1.79-4-4-4H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4zm-22-8l4.06 5.42L28 18l8 10H12l6-8zM0 8v28c0 2.21 1.79 4 4 4h28v-4H4V8H0z"/></svg>
<svg class="tc-image-photoshop tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.530000686645508 27.070999145507812"><path d="M0 0v27.071h27.53V0H0zm25.34 24.918H2.189V2.153H25.34v22.765z"/><path d="M12.999 7.597c-.693-.599-1.726-.939-3.173-.939-1.433 0-3.173.046-3.173.046v11.103h2.326v-3.568s.407-.005.847-.023c1.593-.067 2.526-.549 3.327-1.364.616-.631.955-1.53.955-2.627s-.447-2.062-1.109-2.628zM9.764 12.27c-.375.004-.533.016-.786-.008V8.428s.493-.017.971 0c1.198.044 1.833.89 1.833 1.921 0 1.148-.77 1.906-2.018 1.921zm8.885.34c-1.005-.356-1.324-.559-1.324-.949 0-.423.352-.677.972-.677.703 0 1.767.454 2.136.658V9.771c-.502-.254-1.265-.566-2.22-.566-2.027 0-3.334 1.169-3.334 2.728-.017.965.636 1.655 2.329 2.231.955.322 1.206.767 1.206 1.191s-.318.695-1.089.695c-.754 0-1.86-.431-2.329-.718v1.847c.62.338 1.518.659 2.329.684 2.363.074 3.551-1.152 3.551-2.694-.017-1.22-.67-2.016-2.228-2.558z"/></svg>
<svg class="tc-image-php tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.62200164794922 10.935001373291016"><path d="M5.682 2.251H1.715L0 10.935h2.037l.429-2.251h1.93c1.822.107 3.86-1.394 3.86-3.967 0-1.501-.858-2.359-2.573-2.466zM4.181 7.076H2.894L3.43 3.86h1.394c.75 0 1.287.322 1.287.965-.107 1.823-.965 2.144-1.93 2.251zm8.684-4.825h-1.93L11.364 0H9.327L7.612 8.684h2.037l.965-4.824h1.608c.751 0 .751.322.643.858l-.75 3.967h2.144l.75-4.396c.214-1.072-.429-1.93-2.144-2.037zm7.183 0h-3.967l-1.715 8.684h2.037l.429-2.251h1.93c1.823.107 3.86-1.394 3.86-3.967 0-1.501-.858-2.359-2.573-2.466zm-1.501 4.825H17.26l.536-3.216h1.394c.751 0 1.287.322 1.287.965-.107 1.823-.965 2.144-1.93 2.251z"/></svg>
<svg class="tc-image-physiotherapist tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.36436080932617 46.29278564453125"><path d="M34.282 8.465c1.88 0 3.4-1.563 3.4-3.495 0-1.92-1.522-3.484-3.4-3.484-1.865 0-3.387 1.563-3.387 3.484 0 1.932 1.521 3.495 3.387 3.495zm2.526.782h-4.95L23.418.566a1.688 1.688 0 0 0-2.448-.058 1.815 1.815 0 0 0-.066 2.518l8.818 9.083V42.21c0 1.092.85 1.965 1.9 1.965 1.062 0 1.911-.873 1.911-1.965V25.884h1.542l.012 16.328c0 1.092.86 1.965 1.91 1.965 1.053 0 1.901-.873 1.901-1.965l-.01-30.101 8.818-9.083A1.817 1.817 0 0 0 47.64.51a1.687 1.687 0 0 0-2.448.058l-8.383 8.679zM18.87 22.527a2.737 2.737 0 0 0-2-.862H9.77c-.782 0-1.486.322-1.989.862l-7.12 7.325a1.817 1.817 0 0 0 .056 2.518c.692.678 1.8.655 2.448-.058l5.521-5.68v7.588H2.494c-1.139 0-2.058.942-2.058 2.116 0 .609.224 1.15.627 1.54l6.974 7.175c.615.932 1.822 1.23 2.784.655 1.016-.597 1.353-1.92.771-2.953L7.613 38.67l.078.01h11.423l-3.99 4.083c-.57 1.035-.235 2.357.77 2.954.962.576 2.181.278 2.796-.654l6.974-7.174a2.12 2.12 0 0 0 .626-1.541c0-1.174-.917-2.115-2.056-2.115h-6.182v-7.51l5.421 5.6c.66.714 1.754.737 2.447.058a1.815 1.815 0 0 0 .057-2.517l-7.108-7.337zm-5.476-1.61c1.866 0 3.375-1.562 3.375-3.484 0-1.932-1.509-3.484-3.375-3.484-1.868 0-3.389 1.552-3.389 3.484 0 1.922 1.522 3.484 3.39 3.484z"/></svg>
<svg class="tc-image-pi tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.098148345947266 11.508180618286133"><path d="M13.805 2.043a.999.999 0 0 0-1.414 0 3.247 3.247 0 0 1-4.586 0 5.25 5.25 0 0 0-7.414 0 1 1 0 1 0 1.414 1.414c.374-.374.82-.624 1.293-.776v7.827a1 1 0 1 0 2 0V2.682a3.19 3.19 0 0 1 1.293.775 5.222 5.222 0 0 0 2.707 1.437v5.614a1 1 0 1 0 2 0V4.894a5.215 5.215 0 0 0 2.707-1.437.999.999 0 0 0 0-1.414z"/></svg>
<svg class="tc-image-pi-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.999998092651367 14.996999740600586"><path d="M17.121 2.118c-.566-.567-1.32-.879-2.121-.879s-1.555.312-2.121.879c-.233.233-.546.362-.879.362s-.646-.129-.879-.362C9.755.752 7.936 0 6 0S2.245.752.879 2.118C.312 2.685 0 3.438 0 4.239S.312 5.794.879 6.36c.566.567 1.32.879 2.121.879v4.758c0 1.654 1.346 3 3 3s3-1.346 3-3c0 1.654 1.346 3 3 3s3-1.346 3-3V7.831a7.21 7.21 0 0 0 2.12-1.47c.568-.567.88-1.321.88-2.122s-.312-1.554-.879-2.121zm-1.414 2.828A5.222 5.222 0 0 1 13 6.383v5.614a1 1 0 1 1-2 0V6.383a5.215 5.215 0 0 1-2.707-1.437A3.19 3.19 0 0 0 7 4.171v7.826a1 1 0 1 1-2 0V4.17a3.186 3.186 0 0 0-1.293.776.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414C3.314 2.511 4.657 2 6 2s2.685.511 3.707 1.532A3.235 3.235 0 0 0 12 4.48c.831 0 1.661-.316 2.293-.948a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414z"/></svg>
<svg class="tc-image-piano tc-image-button" width="22pt" height="22pt" viewBox="0 0 992 736"><path d="M0 736V0h992v736H0zm192-320h-32V32H32v672h160V416zm192 0h-32V32h-96v384h-32v288h160V416zm192 0h-32V32h-96v384h-32v288h160V416zm64-384v384h-32v288h160V416h-32V32h-96zm320 0H832v384h-32v288h160V32z"/></svg>
<svg class="tc-image-picasa tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 920"><path d="M250 50c6.667 8 59.333 56 158 144L12 556c-8-32-12-64-12-96 0-86.667 22.333-166.667 67-240S172.667 90 250 50m400-10v278L322 22C364.667 7.333 410.667 0 460 0c65.333 0 128.667 13.333 190 40m70 40c62.667 42.667 111.667 97.667 147 165s53 139 53 215c0 53.333-8.667 104-26 152H720V80M34 630c8-8 30-28 66-60l102-92v362C124.667 786.667 68.667 716.667 34 630m238 250V682h590c-37.333 66.667-87.667 121-151 163s-133 67-209 75h-84c-56-6.667-104.667-20-146-40"/></svg>
<svg class="tc-image-picassa tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M704 394.26L339.544 29.804C393.434 10.528 451.484 0 512 0c67.904 0 132.704 13.25 192 37.256V394.26zM768 704V68.514C921.034 157.042 1024 322.492 1024 512c0 67.904-13.25 132.704-37.256 192H768zm-448 64h635.486C866.958 921.034 701.508 1024 512 1024c-67.904 0-132.704-13.25-192-37.256V768zm106.26-544L14.978 635.282C5.214 595.792 0 554.508 0 512 0 318.618 107.226 150.298 265.452 63.192L426.26 224zM256 501.74v453.746C161.404 900.764 85.964 816.638 42.126 715.614L256 501.74z"/></svg>
<svg class="tc-image-picnic-site-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.000000953674316 8"><path d="M1.75 0C1.334 0 1 .334 1 .75s.334.75.75.75H3L2.54 3H.75a.75.75 0 1 0 0 1.5h1.326L1 8h1l1.076-3.5h2.848L7 8h1L6.924 4.5H8.25a.75.75 0 1 0 0-1.5H6.46L6 1.5h1.25c.415 0 .75-.334.75-.75S7.665 0 7.25 0h-5.5zM4 1.5h1L5.46 3H3.54L4 1.5z"/></svg>
<svg class="tc-image-picnic-site-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10.081302642822266"><path d="M2.5 0c-.554 0-1 .446-1 1s.446 1 1 1h1.297l-.645 2H1c-.554 0-1 .446-1 1s.446 1 1 1h1.51l-.969 3.01a.75.75 0 1 0 1.426.465l.002-.004L4.086 6h3.828l1.117 3.47a.75.75 0 1 0 1.428-.46L9.49 6H11c.554 0 1-.446 1-1s-.446-1-1-1H8.848l-.645-2H9.5c.554 0 1-.446 1-1s-.446-1-1-1h-7zm2.873 2h1.254l.644 2H4.73l.644-2z"/></svg>
<svg class="tc-image-picture tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M5.608 5.323a1.323 1.323 0 1 1-2.646 0 1.323 1.323 0 0 1 2.646 0zM11.821 11s-.546-4.288-2.182-4.288c-1.637 0-2.183 2.108-3.272 2.108-1.093 0-1.093-.527-2.184-.527C3.092 8.293 2 11 2 11h9.821zM13 1H1v11h12V1m0-1a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h12z"/></svg>
<svg class="tc-image-picture-as-pdf tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM19 15c0 1.66-1.34 3-3 3h-2v4h-3V10h5c1.66 0 3 1.34 3 3v2zm10 4c0 1.66-1.34 3-3 3h-5V10h5c1.66 0 3 1.34 3 3v6zm8-6h-3v2h3v3h-3v4h-3V10h6v3zm-23 2h2v-2h-2v2zM4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8zm20 11h2v-6h-2v6z"/></svg>
<svg class="tc-image-picture-in-picture tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 35.959999084472656"><path d="M36 8H20v12h16V8zm4-8H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 3.96 4 3.96h36c2.21 0 4-1.76 4-3.96V4c0-2.21-1.79-4-4-4zm0 32.03H4V3.97h36v28.06z"/></svg>
<svg class="tc-image-picture-in-picture-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M36 16H20v11.99h16V16zm8 16V3.96C44 1.76 42.2 0 40 0H4C1.8 0 0 1.76 0 3.96V32c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4zm-4 .04H4V3.94h36v28.1z"/></svg>
<svg class="tc-image-pie tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.23400115966797 37.23400115966797"><path d="M20.583 16.651L25.707 0a17.457 17.457 0 0 1 11.527 11.527l-16.65 5.124zm-3.166-14.25c1.783 0 3.503.268 5.123.765l-5.123 16.651 16.65-5.123c.498 1.62.766 3.34.766 5.123 0 9.62-7.797 17.417-17.416 17.417C7.797 37.234 0 29.436 0 19.817 0 10.198 7.798 2.401 17.417 2.401z"/></svg>
<svg class="tc-image-pie-3d-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13.921144485473633"><path d="M5.998 7.276l5.186 5.201a7.164 7.164 0 0 1-3.027 1.34l-.016.002a6.428 6.428 0 0 1-1.143.102c-3.856 0-6.982-3.169-6.998-7.03C.015 3.379 2.617.486 5.998 0v7.276zm1.563-.073l4.515 4.528a6.975 6.975 0 0 0 1.923-4.811H7.842l-.281.283zM7 1.921h2v1H7v1h2v1H7v1h3v-5H7v1zm5 0h1v-1h-2v5h2v-1h-1v-3zm1 0v3h1v-3h-1z"/></svg>
<svg class="tc-image-pie-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.99959945678711 14.000883102416992"><path d="M7.561 7.283l4.783-4.797A6.971 6.971 0 0 1 13.998 7a6.973 6.973 0 0 1-1.923 4.81L7.561 7.284zm.595 6.614a7.164 7.164 0 0 0 3.027-1.34L5.998 7.356V.08A6.995 6.995 0 0 0 0 6.97C.016 10.833 3.142 14 6.998 14c.39 0 .771-.034 1.143-.101l.015-.002zM11.595 1.73A6.966 6.966 0 0 0 6.998 0v6.342l4.597-4.612z"/></svg>
<svg class="tc-image-pie-chart-outlined tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm2 4.13c7.21.9 12.97 6.66 13.87 13.87H22V4.13zM4 20c0-8.12 6.13-14.88 14-15.87v31.74C10.13 34.88 4 28.12 4 20zm18 15.87V22h13.87c-.9 7.21-6.66 12.97-13.87 13.87z"/></svg>
<svg class="tc-image-pie-graph tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M.6 224H224V.6c-5-.4-10.6-.6-16-.6C93.1 0 0 93.1 0 208c0 5.4.2 11 .6 16z"/><path d="M77.8 370.2C115.9 417.6 174.4 448 240 448c114.9 0 208-93.1 208-208 0-65.6-30.4-124.1-77.8-162.2C338.5 52.3 299 35.9 256 32.6V256H32.6c3.3 43 19.7 82.5 45.2 114.2z"/></svg>
<svg class="tc-image-pie-quarter tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 20.583C38 30.203 30.202 38 20.583 38V20.583H38zm-20.583 14.25C7.797 34.833 0 27.036 0 17.417 0 7.797 7.798 0 17.417 0c9.619 0 17.416 7.798 17.416 17.417H17.417v17.416z"/></svg>
<svg class="tc-image-pied-piper tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1664.666748046875"><path d="M2304 0q-69 46-125 92t-89 81-59.5 71.5T1993 302t-22 44.5-14 29.5q-10 18-35.5 136.5T1873 677q-15 29-50 60.5t-67.5 50.5-72.5 41-48 28q-47 31-151 231-341-14-630 158-92 53-303 179 47-16 86-31t55-22l15-7q71-27 163-64.5t133.5-53.5 108-34.5T1254 1181q186-31 465 7 1 0 10 3 11 6 14 17t-3 22l-194 345q-15 29-47 22-128-24-354-24-146 0-402 44.5T351 1664q-82 1-149-13t-107-37-61-40-33-34l-1-1v-2q0-6 6-6 138 0 371-55 192-366 374.5-524T1135 794q5 0 14.5.5t38 5 55 12T1304 836t63 39.5 54 59 40 82.5l102-177q2-4 21-42.5t44.5-86.5 61-109.5 84-133.5T1874 331q66-82 128-141.5T2123.5 93t92.5-53.5T2304 0z"/></svg>
<svg class="tc-image-pied-piper-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1956 1783"><path d="M1181 929q75-3 143.5 20.5t118 58.5 101 94.5 84 108T1703 1331q33 56 78.5 109t75.5 80.5 99 88.5q-48 30-108.5 57.5t-138.5 59-114 47.5q-44-37-74-115t-43.5-164.5-33-180.5-42.5-168.5-72.5-123T1207 973l-10 2-6 4q4 5 13 14 6 5 28 23.5t25.5 22 19 18 18 20.5 11.5 21 10.5 27.5 4.5 31 4 40.5l1 33q1 26-2.5 57.5t-7.5 52-12.5 58.5-11.5 53q-35-1-101 9.5t-98 10.5q-39 0-72-10-2-16-2-47 0-74 3-96 2-13 31.5-41.5t57-59 26.5-51.5q-24-2-43 24-36 53-111.5 99.5T846 1336q-25 0-75.5-63T664 1133.5t-84-96.5q-6-4-27-30-482 112-513 112-16 0-28-11t-12-27q0-15 8.5-26.5T31 1040l486-106q-8-14-8-25t5.5-17.5 16-11.5 20-7 23-4.5T592 864q4-1 15.5-7.5T625 850q15 0 28 16t20 33q163-37 172-37 17 0 29.5 11t12.5 28q0 15-8.5 26T855 941l-182 40-1 16q-1 26 81.5 117.5T858 1206q47 0 119-80t72-129q0-36-23.5-53t-51-18.5-51-11.5-23.5-34q0-16 10-34l-68-19q43-44 43-117 0-26-5-58 82-16 144-16 44 0 71.5 1.5t48.5 8.5 31 13.5 20.5 24.5 15.5 33.5 17 47.5 24 60l50-25q-3 40-23 60t-42.5 21-40 6.5T1180 908zm60-235q-5-5-13.5-15.5t-12-14.5-10.5-11.5-10-10.5l-8-8-8.5-7.5-8-5-8.5-4.5q-7-3-14.5-5t-20.5-2.5-22-.5h-70q-126 0-217 43 16-30 36-46.5t54-29.5 65.5-36 46-36.5 50-55T1113 398q12 9 28 31.5t32 36.5 38 13l12-1v76l22 1q247-95 371-190 28-21 50-39t42.5-37.5 33-31 29.5-34 24-31 24.5-37 23-38 27-47.5 29.5-53l7-9q-2 53-43 139-79 165-205 264t-306 142q-14 3-42 7.5t-50 9.5-39 14q3 19 24.5 46t21.5 34q0 11-26 30zm-221 921q39-26 131.5-47.5T1298 1546q9 0 22.5 15.5t28 42.5 26 50 24 51 14.5 33q-121 45-244 45-61 0-125-11zM781 968l48-12 109 177-73 48zm501 517q3 15 3 16 0 7-17.5 14.5t-46 13-54 9.5-53.5 7.5-32 4.5l-7-43q21-2 60.5-8.5t72-10 60.5-3.5h14zM825 857l-96 20-6-17q10-1 32.5-7t34.5-6q19 0 35 10zm195 634h31l10 83-41 12v-95zM1909 1V0v1zm0 0l-1 5-2 2 1-3zm0 0l1-1z"/></svg>
<svg class="tc-image-pied-piper-pp tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1046 892q0 64-38 109t-91 45q-43 0-70-15V754q28-17 70-17 53 0 91 45.5t38 109.5zM703 464q0 64-38 109.5T574 619q-43 0-70-15V327q28-17 70-17 53 0 91 45t38 109zm562 431q0-134-88-229t-213-95q-20 0-39 3-23 78-78 136-87 95-211 101v636l211-41v-206q51 19 117 19 125 0 213-95t88-229zM922 468q0-134-88.5-229T620 144q-74 0-141 36H293v840l211-41V773q55 19 116 19 125 0 213.5-95T922 468zm614-180v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-piggy-bank tc-image-button" width="22pt" height="22pt" viewBox="0 0 1401.3333740234375 995"><path d="M584 0h195q75 0 146 32.5t124 86 89.5 122.5 48.5 142q18 14 35 20 31 10 64.5-6.5T1330 348q10-34-15-71-19-27-9-43 5-8 12.5-11t19 1 23.5 16q41 44 39 105-3 63-46 106.5T1250 495h-62q-7 55-35 117t-56 100l-39 234q-3 20-20 34.5t-38 14.5H900q-21 0-33-14.5t-9-34.5l12-70q-49 14-91 14H584q-24 0-65-8l-11 64q-3 20-20 34.5T450 995H350q-21 0-33-14.5t-9-34.5l26-157q-84-74-128-175L47 561q-19-7-33-26T0 495v-50q0-21 14.5-35.5T50 395h124q11-87 56-166l-111-95q-16-14-12.5-23.5T131 101h203Q450 0 584 0zm191 95H525q-10 0-17.5 7.5T500 120v50q0 10 7.5 17.5T525 195h250q10 0 17.5-7.5T800 170v-50q0-10-7.5-17.5T775 95z"/></svg>
<svg class="tc-image-pilcrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 1024"><path d="M256 0h512v128H640v896H512V128H384v896H256V512C114.616 512 0 397.384 0 256S114.616 0 256 0z"/></svg>
<svg class="tc-image-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13.5"><path d="M9 1v1H8v4s2 1.224 2 2v1H1V8c0-1.125 2-2 2-2V2H2V1h7m0-1H2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1v2.387C1.208 5.839 0 6.735 0 8v1a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V8c0-.952-1-1.868-2-2.545V3a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/><path d="M5.5 13.5A.5.5 0 0 1 5 13V9.5a.5.5 0 0 1 1 0V13a.5.5 0 0 1-.5.5z"/></svg>
<svg class="tc-image-pin-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 393.79998779296875 512"><path d="M0 236.3h393.8s-19.7-98.5-98.5-98.5V59.1L354.4 0h-315l59.1 59.1v78.8C19.7 137.8 0 236.3 0 236.3zM196.9 512l39.4-256h-78.8l39.4 256z"/></svg>
<svg class="tc-image-pin-drop tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M26 12c0-6.63-5.37-12-12-12S2 5.37 2 12c0 9 12 22 12 22s12-13 12-22zm-16 0c0-2.21 1.79-4 4-4s4 1.79 4 4-1.79 4-4 4-4-1.79-4-4zM0 36v4h28v-4H0z"/></svg>
<svg class="tc-image-pin-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.26287841796875 17.24995994567871"><path d="M16.483 4.784L12.485.764C11.733.008 10.422 0 9.655.758c-.196.196-.35.436-.418.629-.653 1.362-1.354 2.215-2.254 2.727l-.217.105c-.968.485-2.285.979-4.719.979-.266 0-.521.052-.766.152A2.022 2.022 0 0 0 .199 6.434a2.022 2.022 0 0 0 0 1.525c.104.249.25.471.435.651l3.235 3.235-3.822 5.353 5.352-3.822 3.227 3.227c.186.189.406.339.656.441a1.974 1.974 0 0 0 1.531 0 1.963 1.963 0 0 0 1.08-1.078c.103-.242.155-.507.155-.768 0-2.436.494-3.752.978-4.721.496-.992 1.369-1.748 2.754-2.414.271-.104.51-.256.711-.457a2.005 2.005 0 0 0-.008-2.822zm-5.248 4.801c-.819 1.643-1.188 3.37-1.195 5.604L2.047 7.198c2.139 0 3.814-.335 5.396-1.084l.235-.105c1.399-.699 2.468-1.893 3.388-3.834l3.924 4.051c-1.863.893-3.056 1.96-3.755 3.359z"/></svg>
<svg class="tc-image-pin-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.970001220703125 52.957000732421875"><path d="M20.855 18.697l.855-.833L3.846 0A35.06 35.06 0 0 0 0 3.848l15.11 15.11a12.26 12.26 0 0 1 3.401-.482c.793 0 1.574.074 2.343.22zm13.134 19.14l15.125 15.12a35.048 35.048 0 0 0 3.856-3.856l-17.863-17.84-.839.832.16 1.154.049 1.153-.113 1.745-.375 1.692zm10.632-16.816L31.931 8.327a6.447 6.447 0 0 0-1.471 2.14 6.216 6.216 0 0 0-.485 2.397c0 .804.163 1.597.488 2.378l-7.92 7.914a9.232 9.232 0 0 0-4.27-1.04 9.289 9.289 0 0 0-3.383.633 8.41 8.41 0 0 0-2.92 1.912l6.75 6.73-4.332 4.986-3.25 3.94-2.054 2.74c-.478.706-.717 1.17-.717 1.392l-.018.095.036.018v.06l.036-.042.077.018c.222 0 .686-.235 1.391-.705l2.742-2.042 3.939-3.262 5.01-4.337 6.707 6.724a8.335 8.335 0 0 0 1.914-2.92 9.385 9.385 0 0 0 .372-5.571 9.092 9.092 0 0 0-.782-2.08l7.914-7.915a6.208 6.208 0 0 0 2.379.482c.82 0 1.62-.162 2.399-.485a6.496 6.496 0 0 0 2.138-1.465z"/></svg>
<svg class="tc-image-pinboard tc-image-button" width="22pt" height="22pt" viewBox="0 0 511.998046875 512"><path d="M0 165.376L161.792 0v62.977L315.903 204.8l95.744-23.552-99.841 106.496L511.998 512 284.67 311.296 188.414 409.6l15.36-86.528L73.214 161.28z"/></svg>
<svg class="tc-image-pingup tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.708999633789062 16"><path fill-rule="nonzero" d="M7.964 0H0v16h5.024V6.478h-1.84c-.336 0-.433-.21-.213-.466L5.854 2.65a.51.51 0 0 1 .797 0l2.882 3.362c.218.256.122.466-.215.466h-1.84v4.45h.486c4.152 0 5.745-2.872 5.745-5.654 0-2.67-1.75-5.274-5.745-5.274"/></svg>
<svg class="tc-image-pinpoint tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm135.8 359.8c-32.5 32.5-74.6 51.9-119.8 55.6l-8-63.4h-16l-7.9 63.3c-45.3-3.7-87.4-23.1-119.8-55.6-32.5-32.5-51.9-74.6-55.6-119.8L96 232v-16l-63.3-7.9c3.7-45.3 23.1-87.4 55.6-119.8 32.5-32.5 74.6-51.9 119.8-55.6L216 96h16l7.9-63.3c45.3 3.7 87.4 23.1 119.8 55.6 32.5 32.5 51.9 74.6 55.6 119.8L352 216v16l63.3 7.9c-3.7 45.3-23.1 87.4-55.5 119.9z"/></svg>
<svg class="tc-image-pinterest tc-image-button" width="22pt" height="22pt" viewBox="0 0 396.2879943847656 512.3359985351562"><path d="M0 183.808c0-21.504 4.528-42.832 13.568-64s22.016-40.784 38.912-58.88c16.896-18.08 39.088-32.768 66.56-44.032C146.511 5.632 176.992 0 210.431 0c54.273 0 98.817 16.72 133.633 50.176 34.816 33.456 52.224 72.88 52.224 118.272 0 58.367-14.752 106.575-44.288 144.64s-67.664 57.088-114.432 57.088c-15.345 0-29.777-3.6-43.248-10.752-13.504-7.183-22.977-15.872-28.416-26.128l-20.48 80.912c-1.696 6.464-3.92 13.04-6.656 19.697a215.632 215.632 0 0 1-8.96 19.199c-3.248 6.144-6.48 11.936-9.728 17.408s-6.481 10.592-9.728 15.36c-3.248 4.785-6.064 8.8-8.448 12.033-2.384 3.231-4.609 6.063-6.657 8.447l-3.086 4.112c-1.025 1.376-2.384 1.872-4.096 1.536-1.696-.336-2.72-1.36-3.072-3.055 0-.337-.256-2.737-.769-7.17-.512-4.431-1.023-9.135-1.535-14.078-.513-4.96-1.024-11.345-1.536-19.2a262.426 262.426 0 0 1-.513-22.785c.177-7.344.673-15.456 1.536-24.336.849-8.88 2.128-17.055 3.84-24.56 3.76-16.048 16.385-69.472 37.889-160.271-2.737-5.456-4.96-12.032-6.656-19.712-1.712-7.68-2.56-13.904-2.56-18.689l-.496-7.68c0-21.84 5.536-40.015 16.64-54.528 11.087-14.496 24.496-21.76 40.192-21.76 12.64 0 22.447 4.176 29.44 12.544 7.007 8.353 10.495 18.865 10.495 31.489 0 7.855-1.439 17.488-4.335 28.927-2.896 11.44-6.752 24.577-11.537 39.424-4.767 14.849-8.191 26.88-10.24 36.097-3.407 15.376-.416 28.687 8.96 39.935 9.408 11.264 21.937 16.913 37.649 16.913 26.975 0 49.232-15.28 66.832-45.825 17.568-30.56 26.351-67.504 26.351-110.848 0-33.104-10.752-60.16-32.271-81.152-21.504-20.992-51.536-31.488-90.096-31.488-43.009 0-77.92 13.824-104.704 41.472-26.8 27.648-40.192 60.752-40.192 99.329 0 22.863 6.48 42.143 19.456 57.855 4.431 5.12 5.807 10.592 4.095 16.384-.687 1.713-1.712 5.633-3.07 11.776-1.361 6.145-2.386 10.065-3.073 11.777-.672 3.744-2.384 6.223-5.12 7.407-2.737 1.2-5.808 1.12-9.216-.256-20.16-8.191-35.264-22.271-45.344-42.24C5.025 233.728.001 210.432.001 183.808z"/></svg>
<svg class="tc-image-pinterest-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960s-246.667-47-340-141S0 612 0 480c0-133.333 46.667-246.667 140-340S346.667 0 480 0m32 592c54.667 5.333 97.333-16 128-64s42-102 34-162c-6.667-48-31.333-84.667-74-110s-91.333-34.667-146-28c-44 5.333-83 24-117 56s-51.667 71.333-53 118c-2.667 66.667 20.667 105.333 70 116 6.667-16 9.667-27 9-33-.667-6-4-14-10-24s-9.667-19-11-27c-9.333-64 16.667-112 78-144s114-26 158 18c32 32 38.667 81.333 20 148s-51.333 95.333-98 86c-26.667-5.333-37.667-23.333-33-54 4.667-30.667 12.667-59.333 24-86s4.333-46.667-21-60c-28-12-49.667-1-65 33-15.333 34-15 63.667 1 89-2.667 13.333-9.667 41-21 83s-17.333 71-18 87c-.667 16-.333 48.667 1 98 34.667-25.333 60.667-82.667 78-172 30.667 20 52.667 30.667 66 32"/></svg>
<svg class="tc-image-pinterest-p tc-image-button" width="22pt" height="22pt" viewBox="0 0 1280 1664"><path d="M0 597q0-108 37.5-203.5T141 227t152-123 185-78T680 0q158 0 294 66.5T1195 260t85 287q0 96-19 188t-60 177-100 149.5-145 103-189 38.5q-68 0-135-32t-96-88q-10 39-28 112.5t-23.5 95-20.5 71-26 71-32 62.5-46 77.5-62 86.5l-14 5-9-10q-15-157-15-188 0-92 21.5-206.5T348 972t52-203q-32-65-32-169 0-83 52-156t132-73q61 0 95 40.5T681 514q0 66-44 191t-44 187q0 63 45 104.5t109 41.5q55 0 102-25t78.5-68 56-95 38-110.5 20-111 6.5-99.5q0-173-109.5-269.5T653 163q-200 0-334 129.5T185 621q0 44 12.5 85t27 65 27 45.5T264 847q0 28-15 73t-37 45q-2 0-17-3-51-15-90.5-56t-61-94.5-32.5-108T0 597z"/></svg>
<svg class="tc-image-pinterest-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1248 0q119 0 203.5 84.5T1536 288v960q0 119-84.5 203.5T1248 1536H523q85-122 108-210 9-34 53-209 21 39 73.5 67t112.5 28q181 0 295.5-147.5T1280 691q0-84-35-162.5t-96.5-139-152.5-97T799 256q-104 0-194.5 28.5t-153 76.5T344 470.5t-66.5 128T256 731q0 102 39.5 180T412 1021q13 5 23.5 0t14.5-19q10-44 15-61 6-23-11-42-50-62-50-150 0-150 103.5-256.5T778 386q149 0 232.5 81t83.5 210q0 168-67.5 286T853 1081q-60 0-97-43.5T733 934q8-34 26.5-92.5t29.5-102 11-74.5q0-49-26.5-81.5T698 551q-61 0-103.5 56.5T552 747q0 72 24 121l-98 414q-24 100-7 254H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960z"/></svg>
<svg class="tc-image-pinterest2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0C3.588 0 0 3.587 0 8s3.587 8 8 8 8-3.588 8-8-3.588-8-8-8zm0 14.931a6.959 6.959 0 0 1-2.053-.309c.281-.459.706-1.216.862-1.816.084-.325.431-1.647.431-1.647.225.431.888.797 1.587.797 2.091 0 3.597-1.922 3.597-4.313 0-2.291-1.869-4.003-4.272-4.003-2.991 0-4.578 2.009-4.578 4.194 0 1.016.541 2.281 1.406 2.684.131.063.2.034.231-.094.022-.097.141-.566.194-.787a.213.213 0 0 0-.047-.2c-.287-.347-.516-.988-.516-1.581 0-1.528 1.156-3.009 3.128-3.009 1.703 0 2.894 1.159 2.894 2.819 0 1.875-.947 3.175-2.178 3.175-.681 0-1.191-.563-1.025-1.253.197-.825.575-1.713.575-2.306 0-.531-.284-.975-.878-.975-.697 0-1.253.719-1.253 1.684 0 .612.206 1.028.206 1.028s-.688 2.903-.813 3.444c-.141.6-.084 1.441-.025 1.988a6.922 6.922 0 0 1-4.406-6.45 6.93 6.93 0 1 1 6.931 6.931z"/></svg>
<svg class="tc-image-pipette tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.387001037597656 18.394001007080078"><path d="M19.314 4.331c.073-1.199-.354-2.388-1.146-3.179C17.436.421 16.375 0 15.256 0c-1.176 0-2.206.453-2.825 1.243-.692.883-1.392 2.625-1.769 3.647L9.046 3.273a.999.999 0 0 0-1.414 0 .997.997 0 0 0 0 1.414l.293.293-5.231 5.232c-.375.375-.719.912-.968 1.516-.019.043-1.726 4.328-.093 5.959.527.526 1.33.707 2.178.707 1.778-.002 3.753-.787 3.783-.801.602-.248 1.141-.592 1.514-.967l5.232-5.232.293.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L14.43 8.657c1.023-.376 2.766-1.075 3.648-1.769.721-.562 1.17-1.493 1.236-2.557zM3.049 16.275c-.247-.295-.105-1.508.154-2.58l2.422 2.423c-1.071.261-2.283.403-2.576.157zm4.645-1.061c-.188.188-.511.388-.865.533l-.116.042-3.181-3.18.043-.117c.146-.354.346-.678.533-.864L9.34 6.397l3.586 3.586-5.232 5.231z"/></svg>
<svg class="tc-image-pitch-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.10940933227539 11"><path d="M3.03 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm6.5 6h-1.5l-1-3-1-1.75 1-.25 2.3 1a.531.531 0 0 0 .36-1L7.03 2h-2l-2 1-1 1H.5a.5.5 0 0 0 0 1h2.53l1-1 1 2-2 1v3.5a.5.5 0 0 0 1 0V7.39l2-.39 1 2h2.5a.5.5 0 0 0 0-1z"/></svg>
<svg class="tc-image-pitch-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13"><path d="M3 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm7.5 7H8L7 6 6 4.25 7 4l2.3 1a.539.539 0 0 0 .4-1L7 3H5L3 4 2 5H.5a.5.5 0 0 0 0 1H3l1-1 1 2-2 2v3.5a.5.5 0 0 0 1 0V9.39L6 8l1 2h3.5a.5.5 0 0 0 0-1z"/></svg>
<svg class="tc-image-pizza tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 448"><path d="M314.619 98.445C271.961 79.521 225.353 69.973 175.97 70.02c-49.373-.047-99.27 10.262-138.641 27.979-7.396 3.312-14.004 8.957-9.296 19.479L175.941 448l147.621-329.874c2.89-6.876.756-15.378-8.943-19.681zm-202.636 61.57c-17.67 0-31.995-14.323-31.995-31.993 0-17.669 14.325-31.992 31.995-31.992 17.671 0 31.996 14.323 31.996 31.992s-14.325 31.993-31.996 31.993zm63.992 146.966c-17.671 0-31.995-14.323-31.995-31.993s14.324-31.992 31.995-31.992c17.67 0 31.995 14.322 31.995 31.992s-14.325 31.993-31.995 31.993zm63.99-114.974c-17.67 0-31.995-14.322-31.995-31.992s14.325-31.993 31.995-31.993c17.671 0 31.996 14.323 31.996 31.993s-14.325 31.992-31.996 31.992z"/><path d="M341.79 34C293.982 13.397 234.923.023 175.979 0 117.048 0 59.035 12.136 10.159 33.446 5.83 35.334 0 39.016 0 47.227c0 2.523.907 4.922.907 4.922l7.98 19.194c2.531 4.865 7.944 8.18 13.798 8.18 1.645 0 3.936-.331 6.65-1.476 44.9-18.929 94.471-29.588 146.644-29.564 52.175-.023 105.63 11.64 146.634 29.561 3.296 1.44 5.173 1.472 6.663 1.472 6.009 0 11.158-3.274 13.727-8.053l8.04-19.342c.577-1.558.957-3.287.957-4.768C352 40 347.614 36.51 341.79 34z"/></svg>
<svg class="tc-image-place tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M14 0C6.27 0 0 6.27 0 14c0 10.5 14 26 14 26s14-15.5 14-26c0-7.73-6.27-14-14-14zm0 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></svg>
<svg class="tc-image-place-of-worship tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48"><path d="M42.28 12.896L23.958 0l-4.125 2.908.062.048L3.76 14.426 0 17.033v6.103l3.839-2.587V48h40.323V20.304L48 23.136v-6.103l-5.72-4.137zM38.4 42.152H8.96V16.858L24.017 6.019 38.4 16.37v25.782zM17.235 19.766c1.072 0 1.958-.883 1.958-1.987 0-1.102-.886-1.994-1.958-1.994-1.085 0-1.963.893-1.963 1.994a1.97 1.97 0 0 0 1.963 1.987zm-2.673 19.207c0 .613.438 1.191 1.043 1.191.608 0 1.034-.439 1.034-1.055v-9.301h1.281v9.301c0 .615.375 1.123.98 1.123.608 0 1.049-.646 1.049-1.26L19.9 22.66h1.218v6.497c0 .65 1.28.65 1.28 0v-6.352c0-1.323-1.03-2.615-2.562-2.615l-5.197-.012c-1.389 0-2.48 1.158-2.48 2.595v6.384c0 .65 1.279.65 1.279 0V22.66h1.138l-.014 16.313zm16.58-19.207a1.976 1.976 0 0 0 1.963-1.987c0-1.102-.887-1.994-1.963-1.994-1.079 0-1.967.893-1.967 1.994 0 1.104.887 1.987 1.967 1.987zm-2.668 19.207c0 .613.514 1.191 1.119 1.191.613 0 1.127-.439 1.127-1.055v-9.301h.641v9.301c0 .615.605 1.123 1.214 1.123s1.166-.646 1.166-1.26l.068-16.312h.753v6.497c0 .65 1.919.65 1.919 0v-6.352c0-1.323-1.117-2.615-2.647-2.615l-5.151-.012c-1.392 0-2.441 1.158-2.441 2.595v6.384c0 .65 1.28.65 1.28 0V22.66h.961l-.009 16.313z"/></svg>
<svg class="tc-image-place-of-worship-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 10"><path d="M5.52 0L4 2v1h3V2L5.52 0zM4 4L2 5v5h7V5L7 4H4zm7 1.5V10h-1V5.5a.5.5 0 0 1 1 0zm-10 0V10H0V5.5a.5.5 0 0 1 1 0z"/></svg>
<svg class="tc-image-place-of-worship-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M6.5 0l-2 2v2h4V2l-2-2zm-2 4.5L3 6h7L8.5 4.5h-4zM1 6.5a1 1 0 0 0-1 1V13h2V7.5a1 1 0 0 0-1-1zm2 0V13h7V6.5H3zm9 0a1 1 0 0 0-1 1V13h2V7.5a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-placepin tc-image-button" width="22pt" height="22pt" viewBox="0 0 1416 1897"><path d="M0 707q0-143 56-275 51-125 151-226 97-97 225-150Q562 0 707 0q148 0 276 56 127 53 225 150 100 100 152 226 56 132 56 275t-56 275q-36 81-74 134l-468 711q-46 70-110 70t-111-70l-467-711q-46-64-74-134Q0 850 0 707zm445 0q0 110 76 186 78 78 186 78 111 0 187-78 77-75 77-186 0-109-77-186-76-78-187-78-108 0-186 78-76 78-76 186z"/></svg>
<svg class="tc-image-places tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.41699981689453 31.66699981689453"><path d="M19 0h19v3.167H19V0zm20.583 11.084h15.834v3.166H39.583v-3.166zM19 4.75h19v26.917h-6.333v-9.5h-6.334v9.5H19V4.75zm20.583 26.917V15.834h15.834v15.833h-4.75V23.75h-6.334v7.917h-4.75zm-38 0V20.584l8.709-6.334 7.125 6.334v11.083h-4.75V23.75H6.333v7.917h-4.75zm8.709-22.563l7.125 6.334v3.166l-7.125-6.333L0 19.792v-3.167l10.292-7.52z"/></svg>
<svg class="tc-image-plancast tc-image-button" width="22pt" height="22pt" viewBox="0 0 537.5999755859375 512.0000610351562"><path d="M0 313.857c3.407-47.456 32.08-76.977 86.016-88.576 4.095-30.384 11.343-63.153 21.76-98.305 10.415-35.151 22.623-60.079 36.608-74.752 16.384-16.72 36.864-29.615 61.44-38.655C230.4 4.529 255.327 0 280.592 0c29.36 0 57.344 6.657 83.968 19.968 26.624 13.313 46.576 32.08 59.887 56.32 6.497 12.289 13.584 34.56 21.248 66.816 7.681 32.257 12.897 58.624 15.632 79.104 5.12 2.048 10.929 3.073 17.408 3.073 10.256 0 15.36-4.96 15.36-14.849 0-3.743-1.007-9.472-3.071-17.151-2.033-7.681-2.896-13.744-2.56-18.177v-2.048h.527c9.217 0 19.633 8.704 31.217 26.112 11.6 17.744 17.392 31.569 17.392 41.472 0 6.832-1.632 12.88-4.864 18.177-3.232 5.296-6.48 9.471-9.728 12.544-3.232 3.071-8.88 6.063-16.897 8.96-8.015 2.912-13.567 4.704-16.64 5.376l-18.43 4.095c-1.681.336-3.057.689-4.097 1.025v13.311c0 59.056-13.12 102.24-39.409 129.536l12.785 12.817c1.376.687 5.648 2.64 12.816 5.87 7.152 3.249 13.216 6.401 18.176 9.489s8.112 6.145 9.471 9.2c-22.19 17.408-44.703 26.128-67.584 26.128-11.615 0-24.399-2.912-38.399-8.72-30.032 12.64-60.752 18.96-92.16 18.96-40.288 0-80.208-10.4-119.808-31.232-12.288 2.736-21.664 5.968-28.16 9.729-2.384 1.359-6.912 4.431-13.569 9.199-6.656 4.784-12.88 8.8-18.687 12.032C96.607 510.368 91.823 512 88.063 512c-1.023-6.143-1.536-12.464-1.536-18.944 0-26.976 9.04-48.464 27.137-64.512-20.48-33.792-31.057-77.664-31.744-131.584l-3.584-.528H76.8c-10.24-.336-23.216 2.56-38.912 8.72-16.384 6.144-27.313 9.377-32.77 9.712-1.358.016-3.07-.335-5.118-1.007zm118.784 47.616c0 4.432 1.2 9.04 3.584 13.824 9.216 32.768 24.4 56.336 45.568 70.656 14.672 9.888 32.768 17.824 54.273 23.792 21.503 5.983 41.471 8.976 59.903 8.976 22.528 0 47.36-4.784 74.496-14.336s47.536-21.84 61.168-36.865c23.216-24.927 34.832-68.767 34.832-131.584 0-77.135-15.696-141.823-47.104-194.048-4.096-6.832-7.072-11.519-8.96-14.08-1.888-2.56-5.12-5.199-9.728-7.935-4.592-2.736-10.16-4.096-16.624-4.096-17.072 0-35.344 10.416-54.8 31.232-25.935-16.033-49.824-24.064-71.68-24.064-20.144 0-37.968 7.328-53.503 22.016-15.537 14.688-27.633 32.511-36.336 53.504-8.704 20.992-15.872 45.055-21.505 72.192-5.632 27.136-9.312 51.2-11.008 72.191-1.712 20.993-2.576 40.529-2.576 58.624zm92.672-208.384c0-7.504 2.655-13.904 7.935-19.2 5.296-5.296 11.52-7.936 18.689-7.936 7.504 0 13.92 2.64 19.199 7.936 5.296 5.296 7.936 11.68 7.936 19.2s-2.656 13.824-7.936 18.944c-5.296 5.12-11.695 7.68-19.2 7.68-7.168 0-13.392-2.56-18.688-7.68-5.28-5.12-7.935-11.44-7.935-18.944zm28.672-9.216c0 4.096 2.048 6.144 6.143 6.144 1.697 0 3.153-.592 4.353-1.792 1.199-1.2 1.792-2.656 1.792-4.352 0-1.712-.593-3.248-1.792-4.608-1.2-1.36-2.656-2.048-4.353-2.048-4.08 0-6.143 2.224-6.143 6.656zm48.128 30.72l1.023-1.023-.512 1.535zm2.56-2.56l26.624-26.624 26.128 26.624c-7.537 2.384-16.064 3.584-25.617 3.584-9.887 0-18.943-1.2-27.135-3.584zm1.04 11.264c9.215 1.696 17.744 2.56 25.6 2.56 7.52 0 15.871-.864 25.088-2.56l-25.088 25.088zm53.744-8.192v-1.535l.511 1.023zm13.824-22.016c0-7.504 2.64-13.904 7.935-19.2s11.68-7.936 19.2-7.936c7.504 0 13.905 2.64 19.184 7.936 5.297 5.296 7.937 11.68 7.937 19.2s-2.64 13.824-7.937 18.944c-5.28 5.12-11.68 7.68-19.184 7.68-7.52 0-13.904-2.56-19.2-7.68s-7.935-11.44-7.935-18.944zm28.672-9.216c0 1.696.687 3.152 2.048 4.352 1.36 1.2 2.736 1.792 4.112 1.792 1.68 0 3.231-.592 4.592-1.792 1.376-1.2 2.063-2.656 2.063-4.352 0-4.432-2.224-6.656-6.655-6.656-1.712 0-3.153.672-4.353 2.048-1.216 1.36-1.807 2.896-1.807 4.608z"/></svg>
<svg class="tc-image-plane tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.01499938964844 44.33399963378906"><path d="M42.839 22.167h-.09s1.177 1.9-12.802 2.61l-3.616 5.307h.585a1.583 1.583 0 0 1 0 3.166h-2.83l-1.741 2.375h.217a1.584 1.584 0 1 1 0 3.167h-2.654c-2.051 2.57-3.946 4.664-5.263 5.542 0 0-2.77 0-2.77-1.584 0 0 6.437-11.801 8.713-17.741-14.255.118-14.255-.863-14.255-.863S3.166 30.084 0 30.084l2.375-7.917h.089L.089 14.25c3.166 0 6.333 5.938 6.333 5.938s0-.98 14.255-.863c-2.276-5.94-8.713-17.741-8.713-17.741C11.964 0 14.734 0 14.734 0c1.317.878 3.212 2.973 5.263 5.542h2.654a1.584 1.584 0 0 1 0 3.167h-.217l1.741 2.375h2.83a1.583 1.583 0 1 1 0 3.166h-.585l3.616 5.306c13.979.711 12.803 2.611 12.803 2.611z"/></svg>
<svg class="tc-image-plane-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.158870697021484 23.12832260131836"><g transform="translate(-2.147 -1.25)"><path d="M20.988 12.396L16 9.545V4.75c0-1.93-1.57-3.5-3.5-3.5S9 2.82 9 4.75v4.795l-4.988 2.851a3 3 0 0 0 2.313 5.489L9 17.12v.838l-.874.699a3 3 0 0 0 3.216 5.025c.004-.001.5-.183 1.158-.183l1.158.183a2.998 2.998 0 0 0 3.216-5.025L16 17.958v-.838l2.676.765a2.999 2.999 0 1 0 2.312-5.489zm-.566 2.992a1 1 0 0 1-1.196.573L14 14.469v4.451l1.625 1.3a1 1 0 0 1-1.072 1.675c-.008-.004-.824-.395-2.053-.395s-2.045.391-2.053.395a1 1 0 0 1-1.072-1.675L11 18.92v-4.451l-5.226 1.493a1 1 0 0 1-.77-1.829L11 10.706V4.75c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5v5.956l5.996 3.426a1 1 0 0 1 .426 1.256z"/><circle cx="12.5" cy="4.5" r=".5"/></g></svg>
<svg class="tc-image-plane-rotated-135 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.744998931884766 39.61900329589844"><path d="M2.176 2.112l.063.063S2.751 0 13.138 9.382l6.309-1.195-.414-.414a1.583 1.583 0 1 1 2.239-2.239l2 2.001 2.912-.448-.154-.153a1.584 1.584 0 1 1 2.24-2.24l1.876 1.877c3.267-.366 6.088-.508 7.64-.197 0 0 1.959 1.96.84 3.079 0 0-12.897 3.793-18.707 6.383 10.163 9.997 9.47 10.69 9.47 10.69s6.438-1.959 8.677.28l-7.278 3.919-.063-.063-3.918 7.277c-2.24-2.239-.28-8.677-.28-8.677s-.693.694-10.69-9.47c-2.59 5.81-6.384 18.707-6.384 18.707-1.12 1.12-3.079-.84-3.079-.84-.31-1.552-.169-4.372.198-7.64l-1.877-1.876a1.584 1.584 0 1 1 2.24-2.24l.153.154.448-2.91-2.001-2.002a1.583 1.583 0 0 1 2.239-2.239l.414.414 1.195-6.309C0 2.624 2.176 2.112 2.176 2.112z"/></svg>
<svg class="tc-image-plane-rotated-45 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.618988037109375 39.7449951171875"><path d="M37.506 2.176l-.063.062s2.176.512-7.206 10.9l1.194 6.308.414-.414a1.584 1.584 0 1 1 2.24 2.24l-2.001 2 .448 2.911.153-.153a1.584 1.584 0 0 1 2.24 2.239l-1.878 1.877c.367 3.267.508 6.087.198 7.64 0 0-1.96 1.959-3.079.839 0 0-3.793-12.897-6.384-18.707-9.996 10.164-10.69 9.47-10.69 9.47s1.96 6.438-.28 8.677l-3.918-7.277.063-.063-7.277-3.919c2.239-2.239 8.676-.28 8.676-.28s-.693-.693 9.47-10.69C14.016 13.246 1.12 9.453 1.12 9.453c-1.12-1.12.84-3.08.84-3.08 1.551-.31 4.372-.168 7.64.198l1.876-1.877a1.584 1.584 0 0 1 2.24 2.24l-.154.153 2.91.448 2.001-2a1.583 1.583 0 1 1 2.24 2.238l-.414.414 6.308 1.195c10.388-9.382 10.9-7.206 10.9-7.206z"/></svg>
<svg class="tc-image-planet tc-image-button" width="22pt" height="22pt" viewBox="0 0 527.7899780273438 320"><path d="M106.572 169.705C111.589 253.55 181.161 320 266.262 320c37.957 0 72.818-13.227 100.25-35.311-39.008-11.135-82.238-26.767-126.676-46.072-48.831-21.213-94.605-44.94-133.264-68.912zm11.083-69.076c39.911 27.11 92.07 55.13 147.679 79.287 43.591 18.938 87.113 34.555 125.859 45.164a617.96 617.96 0 0 0 18.988 4.883 159.984 159.984 0 0 0 4.688-10.591c7.341-18.358 11.386-38.393 11.386-59.372 0-3.26-.109-6.493-.301-9.705C420.935 66.45 351.364 0 266.262 0c-37.956 0-72.817 13.227-100.248 35.311-18.296 14.729-33.284 33.398-43.67 54.726a158.466 158.466 0 0 0-4.689 10.592z"/><path d="M439.941 188.531c-1.256 11.562-2.377 13.627-5.891 24.695 16.878 12.039 31.032 23.706 41.137 33.938 3.285 3.328 5.875 6.225 7.912 8.702-1.684.084-3.557.133-5.631.133-21.886 0-54.026-5.5-90.501-15.488-39.467-10.806-83.73-26.685-128.008-45.92-58.931-25.6-114.158-55.541-155.51-84.307-19.081-13.275-35.027-26.226-46.113-37.45-3.285-3.328-5.875-6.225-7.912-8.702 1.683-.084 3.556-.133 5.632-.133 15.308 0 35.637 2.694 58.952 7.729 5.825-10.004 6.979-12.701 14.663-21.409C102.937 41 76.899 34.522 55.058 32c-24.403-2.818-40.34 5.521-43.984 17.14C0 84.457 105.274 162.718 246.21 223.942 340.772 265.022 427.378 288 477.468 288c24.565 0 40.338-5.521 43.982-17.141 6.34-20.216-24.211-46.859-81.509-82.328z"/></svg>
<svg class="tc-image-plant tc-image-button" width="22pt" height="22pt" viewBox="0 0 41 38"><path d="M20 0s3 2 2 3c0 0 2-3 .75 2.25 0 0 2.25-3.25.75 1.5 0 0 2.5-3.75.75 1.5 0 0 1.75-2.25.75 1.75 0 0 2-1 0 3 0 0 2-1 0 3 0 0 2 0-1 4 0 0 2-2 2 0 0 0 2-5 2-2 0 0 2-6 2-2 0 0 3-5 2-1 0 0 2-5 2-2 0 0 4-4 2 0 0 0 1.75-1.75 2.75-1.75S39 13 37 14c0 0 4-1 0 2 0 0 2 0-1 2 0 0 2 1-2 2 0 0 4 1-1 2 0 0 2 1-1 2 0 0 2 1-2 2 0 0 3 0-1 1 0 0 5 0 2 1 0 0 6 0 2 1 0 0 6 0 2 1 .667 0 5 0 0 1 0 0 2 1-3 1 0 0 4 2-2 0 0 0 4 3-2 0 0 0 4 2.75-2 .75 0 0 2 1.25-2 .25 0 0 3 1 4.25 3.5-3 1-6.25-2.5-7.25-3.5v5h-2v-5c-1 1-4.25 4.5-7.25 3.5C13 34 16 33 16 33c-4 1-2-.25-2-.25-6 2-2-.75-2-.75-6 3-2 0-2 0-6 2-2 0-2 0-5 0-3-1-3-1-1 0-1 0-2.25-.5C4 30 4.333 30 5 30c-4-1 2-1 2-1-5-1 2-1 2-1-3-1 4-1 4-1-7 0-3-1-3-1-4-1-2-2-2-2-3-1-1.5-2-1.5-2-5-1-1-2-1-2-4-1-2-2-2-2-3-2-.5-2-.5-2-3-2-.25-1.5-.25-1.5C.75 13.5 0 12 1 12s3 1.5 3 1.5C2 10 6 14 6 14c-1-4 2 1 2 1-1-4 2 1 2 1 0-4 2 2 2 2 0-3 2 2 2 2 0-2 2 0 2 0-3-4-1-4-1-4-2-4 0-3 0-3-2-4 0-3 0-3-1-4 1-2 1-2-1-3 0-2 0-2 0-4 1-1 1-1-1-4 1-2 1-2-1-1 2-3 2-3z"/></svg>
<svg class="tc-image-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0v512l512-256z"/></svg>
<svg class="tc-image-play-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 473.20001220703125 535.4000244140625"><path d="M439.7 233.2L61.1 19C27.5 0 0 19.2 0 61.7v412c0 42.5 27.5 61.7 61.1 42.7l378.6-214.1c33.5-19.1 33.5-50.1 0-69.1z"/></svg>
<svg class="tc-image-play-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 1200C268.65 1200 0 931.35 0 600S268.65 0 600 0s600 268.65 600 600-268.65 600-600 600zM450 300.45v599.1L900 600 450 300.45z"/></svg>
<svg class="tc-image-play-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M16 10v28l22-14z"/><path d="M0 0h48v48H0z" fill="none"/></svg>
<svg class="tc-image-play-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0C1.79 0 0 1.79 0 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM3 2l3 2-3 2V2z"/></svg>
<svg class="tc-image-play-circle-filled tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm-4 29V11l12 9-12 9z"/></svg>
<svg class="tc-image-play-circle-filled-white tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm-4 29V11l12 9-12 9z"/></svg>
<svg class="tc-image-play-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1184 768q0 37-32 55l-544 320q-15 9-32 9-16 0-32-8-32-19-32-56V448q0-37 32-56 33-18 64 1l544 320q32 18 32 55zm128 0q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-play-circle-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M16 29l12-9-12-9v18zm4-29C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-play-for-work tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 30"><path d="M10 0v11.17H3l9 9 9-9h-7V0h-4zM0 18c0 6.62 5.38 12 12 12s12-5.38 12-12h-4c0 4.42-3.58 8-8 8s-8-3.58-8-8H0z"/></svg>
<svg class="tc-image-play-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 81.00189971923828 61.29621887207031"><path d="M76.028 61.295a4.971 4.971 0 0 0 4.973-4.974V4.975A4.971 4.971 0 0 0 76.028.001H4.975A4.972 4.972 0 0 0 .001 4.975v51.346a4.972 4.972 0 0 0 4.974 4.974h71.053zm-4.974-9.948H9.947V9.95h61.107v41.398z"/><path d="M55.32 30.936L43.34 37.85l-11.974 6.917V17.11l11.974 6.918z"/></svg>
<svg class="tc-image-play2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13zm-2-10L12 8l-6 3.5z"/></svg>
<svg class="tc-image-play3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 12"><path d="M0 0l10 6-10 6z"/></svg>
<svg class="tc-image-playerme tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00735855102539 16"><path d="M5 5.773h-.003v4.607H5v.03h4.197c1.25 0 2.262-1.044 2.262-2.332 0-1.288-1.012-2.33-2.26-2.33H5v.025zm4.33-.767V4.99H4.217v9.17a7.234 7.234 0 1 1 11.02-6.162 7.23 7.23 0 0 1-10.239 6.579v-3.415H9.33v-.013c1.61-.003 2.915-1.378 2.915-3.073s-1.305-3.07-2.915-3.07zM8.007 16a8 8 0 1 0 0-16 8 8 0 0 0 0 16z"/></svg>
<svg class="tc-image-playground tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 47.32099914550781"><path d="M5.206 29.141c2.885 0 5.219-2.399 5.219-5.368 0-2.953-2.334-5.353-5.219-5.353C2.333 18.42 0 20.82 0 23.773c0 2.968 2.333 5.368 5.206 5.368zm29.23 9.216a.53.53 0 0 1 .741.117l.965 1.372a.578.578 0 0 1-.116.766l-7.08 5.287a.536.536 0 0 1-.743-.118l-.962-1.372a.575.575 0 0 1 .116-.764l7.079-5.288zm-8.003-6.817l-2.808-5.063-1.474 1.107 2.808 5.09zm-6.551-11.827L8.962 0 6.873.014l11.522 20.82zm10.281 10.43C30.78 29.682 32.192 29 33 29h10c1.974 0 3 1.986 3 4.004C46 35.034 44.974 36 43 36h-9l-10.836 8.502c-3.808 2.819-6.116-.278-6.116-.278l-8.483-8.729c-1.423-1.753-1.115-5.089.591-6.566l11.739-8.597c1.166-1 2.897-.843 3.885.343.976 1.2.822 2.994-.346 3.996l-7.515 5.657 5.399 5.484 7.845-5.669z"/></svg>
<svg class="tc-image-playground-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.18991756439209 11.143482208251953"><path d="M.133.853a1 1 0 1 1-.005.02l.005-.02zm9.85 7.37l-2-2a.49.49 0 0 0-.35-.16h-.13l-1.87.55v-2.55a.49.49 0 0 0 .5-.41.5.5 0 0 0-.38-.59h-.12v-3h-.22v3l-4.46.55a1 1 0 0 0-.82.75 1 1 0 0 0 0 .43l.81 3.13a1 1 0 0 0 .71.68.993.993 0 0 0 .46 0h.02l3.29-.89v1.62l-3 .74a.524.524 0 0 0 .31 1 .946.946 0 0 0 .17 0l4-1a.522.522 0 0 0-.3-1l-.2-.01-.77.22v-1.64l1.83-.51 1.81 1.78a.5.5 0 1 0 .72-.69h-.01zm-4.57-1.55l-2.07.46-.71-2.74 2.78-.33v2.61z"/></svg>
<svg class="tc-image-playground-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.258345603942871 14.142332077026367"><path d="M.209 1.283a1.5 1.5 0 1 1 2.903.757 1.5 1.5 0 0 1-2.903-.757zm11 11.17a1 1 0 0 1-.796 1.17h-.004a1 1 0 0 1-1.07-.49l-1.68-3.37-1.45.29-.22.08h-.06v2.15l.62-.15h.14a.52.52 0 0 1 .19 1l-5 1a.51.51 0 0 1-.17 0 .52.52 0 0 1-.2-1l4.15-.83v-2.17l-3.22.58a1 1 0 0 1-1.21-.68h-.02l-1-4.07a1 1 0 0 1 0-.43 1 1 0 0 1 .8-.75l4.7-.52V.133h.22v4.1h.06l.22-.02.4-.08h.21a.5.5 0 0 1 .37.6.49.49 0 0 1-.49.4l-.49.08h-.28v2.86h.06l.22-.06 1.81-.36a1 1 0 0 1 1 .6l2 3.94a.999.999 0 0 1 .19.26zm-5.5-7.19l-2.5.27.74 2.94 1.76-.34v-2.87z"/></svg>
<svg class="tc-image-playlist-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 28"><path d="M24 8H0v4h24V8zm0-8H0v4h24V0zm8 16V8h-4v8h-8v4h8v8h4v-8h8v-4h-8zM0 20h16v-4H0v4z"/></svg>
<svg class="tc-image-playlist-add-check tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 42 28"><g transform="translate(-4 -12)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M28 20H4v4h24v-4zm0-8H4v4h24v-4zM4 32h16v-4H4v4zm39-9l3 3-13.99 14L23 31l3-3 6.01 6L43 23z"/></g></svg>
<svg class="tc-image-playlist-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 28"><path d="M0 8h24v4H0zm0-8h24v4H0zm0 16h16v4H0zm20 0v12l10-6z"/></svg>
<svg class="tc-image-playstation tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.43899917602539 12.52500057220459"><path d="M6.254 0v11.685l2.607.84v-9.8c0-.46.202-.767.528-.66.424.12.507.542.507 1.002V6.98c1.625.795 2.905-.002 2.905-2.1 0-2.156-.75-3.113-2.956-3.88-.87-.298-2.482-.79-3.59-1zm3.1 10.816L13.546 9.3c.476-.172.55-.416.164-.545-.39-.128-1.087-.092-1.563.082l-2.793.998V8.247l.16-.056s.806-.288 1.94-.416c1.137-.127 2.527.017 3.62.437 1.23.395 1.365.975 1.054 1.376-.31.4-1.078.685-1.078.685l-5.696 2.076v-1.53zm-7.88-.16C.209 10.294 0 9.546.574 9.111c.534-.398 1.438-.7 1.438-.7l3.737-1.345v1.535l-2.688.976c-.477.173-.55.417-.164.545.386.13 1.087.093 1.563-.08l1.287-.475v1.374c-.08.014-.173.03-.258.043a8.32 8.32 0 0 1-4.018-.327z"/></svg>
<svg class="tc-image-plug tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 20"><path d="M13 4h-1V1c0-.6-.4-1-1-1H9c-.6 0-1 .4-1 1v3H6V1c0-.6-.4-1-1-1H3c-.6 0-1 .4-1 1v3H1c-.6 0-1 .4-1 1v4.2c.2 2.5 1.8 4.6 4 5.6V18c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-3.2c2.2-1 3.7-3.1 4-5.6V5c0-.6-.4-1-1-1zM9 1h2v3H9V1zM3 1h2v3H3V1zm5 17H6v-2h2v2zm-1-4.5c-2.2 0-4.1-1.5-4.7-3.5h9.5c-.7 2-2.6 3.5-4.8 3.5zm5-5c0 .2 0 .3-.1.5H2.1C2 8.8 2 8.7 2 8.5V6h10v2.5z"/></svg>
<svg class="tc-image-plumber tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 46"><path d="M44.971 42.396c0-1.994-3.638-7.567-3.638-7.567s-3.693 5.573-3.693 7.567c0 1.99 1.642 3.604 3.666 3.604 2.023 0 3.665-1.614 3.665-3.604zM18.666 11.171h-7.331V3.944h1.999V0H0v3.944h2v11.17c0 2.904 2.388 5.257 5.333 5.257h11.333v1.972h4.001V9.201h-4.001v1.97zm27.332 16.428v-11.17c0-2.903-2.387-5.257-5.329-5.257H29.334v-1.97h-4.001v13.143h4.001v-1.973h7.332v7.227h-1.997v3.944H48v-3.944h-2.002z"/></svg>
<svg class="tc-image-plurk tc-image-button" width="22pt" height="22pt" viewBox="0 0 391.16900634765625 512"><path d="M.001 512V0h391.168v418.304l-292.352-1.52V512H0zm97.792-183.824h204.288V97.792H97.792v230.384z"/></svg>
<svg class="tc-image-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm3.473 7.644h-2.83v2.83A.655.655 0 0 1 7 11.14a.654.654 0 0 1-.643-.665V7.643h-2.83a.657.657 0 0 1-.668-.642.658.658 0 0 1 .67-.642h2.828V3.53c0-.37.29-.668.643-.669a.655.655 0 0 1 .643.667V6.36h2.83a.655.655 0 0 1 .668.643.656.656 0 0 1-.668.642z"/></svg>
<svg class="tc-image-plus-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M4 8.5V5H.5a.5.5 0 0 1 0-1H4V.5a.5.5 0 0 1 1 0V4h3.5a.5.5 0 0 1 0 1H5v3.5a.5.5 0 0 1-1 0z"/></svg>
<svg class="tc-image-plus-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024.1280517578125"><path d="M512 0C229.248 0 0 229.312 0 512.064c0 282.816 229.248 512.064 512 512.064s512-229.248 512-512.064C1024 229.312 794.752 0 512 0zm252.224 576.768H576.832v187.52c0 36.992-28.992 67.072-64.768 67.072s-64.768-30.08-64.768-67.072v-187.52H259.137c-36.992 0-67.072-28.928-67.072-64.704s30.08-64.768 67.072-64.768h188.16v-188.16c0-37.056 28.992-67.072 64.768-67.072s64.768 30.016 64.768 67.072v188.16h187.456c37.056 0 67.072 29.056 67.072 64.768s-30.016 64.704-67.136 64.704z"/></svg>
<svg class="tc-image-plus-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 64q91 0 174 35 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q83-35 174-35zm0-64Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zm288 480H544V224q0-13-9.5-22.5T512 192t-22.5 9.5T480 224v256H224q-13 0-22.5 9.5T192 512t9.5 22.5T224 544h256v256q0 13 9.5 22.5T512 832t22.5-9.5T544 800V544h256q13 0 22.5-9.5T832 512t-9.5-22.5T800 480z"/></svg>
<svg class="tc-image-plus-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm128 240H240v112h-32V240H96v-32h112V96h32v112h112v32z"/></svg>
<svg class="tc-image-plus-dot-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.969082832336426 14.000008583068848"><path d="M6.97 0h-.567l-.007.001h-.008l-.014.001h-.007l-.009.001h-.007l-.01.001h-.006L6.32.005h-.007l-.01.001h-.006l-.015.001h-.007l-.01.001H6.26l-.016.001a.088.088 0 0 0-.017.002.164.164 0 0 0-.022.002L6.19.014c-.426.078-.817.157-1.195.269a.498.498 0 0 0 .143.978.495.495 0 0 0 .141-.02A6.01 6.01 0 0 1 6.97 1a.5.5 0 0 0 0-1zM3.452 1.031a.5.5 0 0 0-.269.079l-.128.085c-.058.04-.116.08-.172.121-.027.018-.052.037-.078.056a.488.488 0 0 0-.013.01l-.012.008-.067.051-.008.007-.029.022-.013.01-.012.009v.001l-.012.009V1.5l-.013.009-.012.01v.001l-.012.008v.001l-.012.009v.001l-.013.009-.012.01v.001l-.012.009v.001l-.005.003-.007.006-.002.001-.003.003v.001l-.007.004-.002.001-.003.003-.002.002-.005.004-.002.002-.003.003-.002.002c-.002 0-.003.002-.005.003l-.002.002-.003.002-.002.002-.005.004-.002.002-.003.002-.002.002a.018.018 0 0 1-.005.004l-.002.002-.003.002-.002.002-.005.004-.002.002-.003.003-.003.002-.003.003-.003.002-.003.002-.003.003-.003.003-.003.003a.002.002 0 0 0-.002.002l-.004.002-.003.003-.003.002-.003.003-.002.002-.004.003-.003.003-.003.002-.003.002-.002.002-.004.004-.002.002-.003.003-.002.001-.005.004-.002.002-.004.003-.002.001a.008.008 0 0 1-.004.004l-.002.002-.003.003-.002.002-.005.004-.002.001-.003.004-.002.001-.005.004v.001l-.005.004v.002a.02.02 0 0 0-.007.004v.001a.008.008 0 0 0-.005.004v.001l-.006.004v.001l-.006.004v.001l-.006.005-.005.005v.001l-.007.004v.001l-.005.004v.001a.012.012 0 0 0-.006.005l-.006.004v.001l-.006.005-.006.005V1.8l-.01.01h-.002l-.01.01-.013.011-.01.01-.012.01-.012.011c-.189.175-.368.36-.537.555a.5.5 0 1 0 .755.655c.375-.433.81-.811 1.292-1.121a.5.5 0 0 0-.272-.92zm-2.399 2.77a.5.5 0 0 0-.455.292 6.961 6.961 0 0 0-.56 1.913.5.5 0 1 0 .991.141 5.93 5.93 0 0 1 .48-1.638.5.5 0 0 0-.456-.708zM.535 7.429A.5.5 0 0 0 .04 8c.013.092.028.184.045.274l.003.016.003.015v.001l.001.007v.001l.001.007v.001l.001.007v.001l.001.007v.001l.001.007v.001a.03.03 0 0 1 .005.013v.001l.001.007.001.007v.002l.001.006v.002l.001.006v.002l.001.006V8.4l.001.006v.002l.001.006v.002l.001.006v.002l.001.005v.003l.001.005v.003l.001.005.001.003v.007l.001.006v.003l.001.004v.003l.001.006v.003l.001.004v.003l.001.005.001.004.001.004v.003l.001.004.001.005.001.004v.003l.001.004.001.005.001.004v.003l.001.003v.004l.001.006.001.003v.003l.001.004v.003l.001.007v.002l.001.004v.003l.001.006.001.003v.004l.001.003.001.007v.002l.001.004v.003a.03.03 0 0 0 .002.009l.001.004v.002l.003.014v.003l.001.004v.002l.002.007v.003l.001.004v.002l.001.007v.003C.17 8.667.17 8.668.17 8.67l.001.002.003.014v.002a.325.325 0 0 1 .003.014v.002l.001.004v.001a.03.03 0 0 0 .002.009v.001l.001.005v.001l.002.009v.001l.001.005v.001c.005.001.006.005.006.008l.001.005v.001l.005.015v.001l.004.014v.001l.001.005v.001a.03.03 0 0 1 .002.009v.001l.001.005v.001l.004.015v.001l.004.014v.002l.004.015v.001l.004.015.001.005v.001a.02.02 0 0 1 .007.013v.001l.005.014v.001l.004.015v.001l.004.015.006.02v.001l.004.015v.001l.004.015v.001l.004.015.004.016.001.005c.005.004.006.009.008.014v.001l.004.015.004.015v.001l.005.015v.001l.001.005.005.016.005.015v.001L.3 9.14l.005.016a.352.352 0 0 0 .017.051l.017.051.005.016.005.015c.074.215.158.424.252.629a.498.498 0 0 0 .662.244.499.499 0 0 0 .246-.662 5.969 5.969 0 0 1-.48-1.638.497.497 0 0 0-.494-.433zM2.06 10.76a.5.5 0 0 0-.378.827v.001a.012.012 0 0 0 .005.005v.001a.018.018 0 0 0 .004.005v.001l.005.006.005.005v.001l.005.006.005.005v.001a.1.1 0 0 0 .01.011v.001l.01.011v.001l.01.011.001.001a.1.1 0 0 0 .01.011v.001a.1.1 0 0 0 .01.011l.001.001a.1.1 0 0 0 .01.011v.001l.01.011.01.012a.052.052 0 0 0 .01.011v.001l.01.011v.001l.01.011.01.012.01.012.01.011c.395.422.841.794 1.33 1.108a.5.5 0 0 0 .541-.841 6.028 6.028 0 0 1-1.292-1.119.464.464 0 0 0-.372-.177zm3.083 1.979a.5.5 0 0 0-.14.98l.02.006.005.001.001.001a.074.074 0 0 1 .014.004h.001l.004.002.01.002.001.001.004.001.002.001.006.001.003.001.003.001.003.001.003.001.006.002h.003l.003.001.003.001.004.001.003.001.004.002h.003l.004.002h.002l.006.002.002.001.005.001h.002a.014.014 0 0 0 .006.002h.001l.006.002h.002a.014.014 0 0 0 .006.002l.007.002.001.001.006.001h.001l.007.002a.014.014 0 0 0 .006.002h.001l.014.004h.001l.007.002.015.004.014.004c.396.101.804.168 1.223.197l.015.002.023.001a.08.08 0 0 0 .016.001l.023.002.015.001.016.001h.007l.016.001.016.001h.007l.008.001h.008l.015.001h.017l.007.001h.016l.015.001h.008l.007.001h.025l.006.001h.023l.007.001h.037l.002.001h.158a.5.5 0 0 0 0-1 6.016 6.016 0 0 1-1.686-.24.492.492 0 0 0-.14-.021zm5.347-.774a.5.5 0 0 0-.27.08 5.915 5.915 0 0 1-1.553.712.5.5 0 0 0 .28.959 6.963 6.963 0 0 0 1.815-.833.498.498 0 0 0-.272-.918zm2.398-2.773a.501.501 0 0 0-.455.293 5.997 5.997 0 0 1-.923 1.438.5.5 0 1 0 .756.654l.005-.006.005-.006.005-.006h.001l.004-.005.001-.001.005-.006.005-.005v-.001l.005-.006h.001l.004-.005.001-.002a.022.022 0 0 0 .004-.005l.001-.001.004-.004.001-.002.005-.005v-.001l.004-.004.002-.002.004-.005.001-.001.003-.004.002-.003.003-.003.002-.003.003-.004a.002.002 0 0 0 .002-.002l.003-.003.003-.003.003-.004.002-.002.002-.003.003-.004.003-.003.002-.003.002-.002.003-.004.003-.003.002-.003.002-.002.005-.006.001-.002.003-.003.001-.001a.106.106 0 0 1 .01-.011v-.002l.01-.011v-.001l.01-.012.02-.024a7.28 7.28 0 0 0 .452-.634l.01-.014.007-.013.001-.001.007-.013.001-.001.003-.004v-.001l.005-.007.001-.002.002-.004.001-.001.004-.007.001-.001.002-.004.002-.002.003-.006.002-.002.002-.004.001-.002.004-.006.001-.002.002-.003.002-.003.003-.005.002-.003.001-.003.002-.003.003-.004.002-.004.002-.003.002-.003.001-.003.003-.005.002-.002.002-.004.002-.002.003-.006.001-.002.003-.004.001-.002.003-.006.001-.002.003-.004.001-.002.003-.006.001-.001.003-.005.001-.002.004-.006v-.001l.003-.005.001-.001.004-.006v-.001l.004-.006v-.001l.008-.013v-.001l.008-.013v-.001l.008-.013.008-.014.008-.014c.104-.182.198-.368.286-.559a.5.5 0 0 0-.248-.662.845.845 0 0 0-.215-.035zm.516-3.628a.5.5 0 0 0-.495.571 5.968 5.968 0 0 1 .001 1.712.501.501 0 0 0 .99.142c.008-.052.015-.104.021-.157v-.001l.001-.005.001-.009v-.001l.001-.004v-.006l.001-.006v-.003l.001-.003v-.003l.001-.004v-.002l.001-.006v-.007l.001-.002v-.012l.001-.006V7.75l.001-.006.001-.007v-.001l.001-.006v-.001l.001-.015c.016-.153.026-.307.031-.462h.001v-.015l.001-.023v-.023l.001-.015v-.024l.001-.015v-.046l.001-.012v-.218l-.002-.001v-.075l-.002-.007v-.04l-.002-.016v-.04a7.699 7.699 0 0 0-.034-.432l-.002-.023-.002-.015v-.001l-.002-.015V6.187l-.002-.007V6.171l-.002-.006V6.151l-.002-.002V6.136l-.002-.003V6.12l-.002-.003v-.011l-.002-.007v-.007l-.002-.009v-.007l-.003-.016-.01-.067a.499.499 0 0 0-.493-.429zm-1.529-3.329a.502.502 0 0 0-.377.828c.377.433.69.916.928 1.436a.5.5 0 0 0 .91-.416 6.223 6.223 0 0 0-.127-.26l-.007-.013v-.001l-.003-.004-.005-.009v-.001l-.002-.004V3.79l-.005-.008v-.001l-.003-.004v-.001l-.004-.007v-.003l-.002-.003v-.002l-.005-.006v-.002l-.003-.004v-.002l-.004-.006v-.002l-.003-.003-.002-.003-.002-.003a.008.008 0 0 0-.002-.004l-.002-.003V3.72l-.003-.003-.003-.005V3.71l-.003-.003v-.002L13.14 3.7l-.002-.003-.002-.003v-.002l-.004-.005v-.002a.008.008 0 0 1-.003-.004l-.002-.002-.003-.005v-.002a.008.008 0 0 0-.003-.004v-.002l-.004-.006v-.001l-.004-.005v-.002l-.004-.005v-.001l-.004-.005v-.002l-.004-.006-.003-.006v-.002l-.005-.006-.003-.006v-.001l-.008-.012v-.001l-.008-.013v-.001l-.008-.013-.008-.013-.008-.014-.008-.014a7.008 7.008 0 0 0-.663-.961.106.106 0 0 0-.01-.012l-.01-.011-.006-.006-.005-.006-.005-.005-.005-.005v-.001l-.005-.004v-.001a.022.022 0 0 1-.005-.005v-.001c.002-.013 0-.014 0-.016l-.002-.002-.004-.004-.002-.002-.003-.003v-.002l-.005-.005a.002.002 0 0 1-.002-.002l-.003-.003-.002-.002-.003-.004-.003-.003-.002-.002-.002-.003a.002.002 0 0 1-.002-.002l-.005-.005v-.002l-.004-.003v-.001l-.007-.006V2.44l-.004-.003v-.001l-.006-.007-.004-.004a.483.483 0 0 0-.39-.19zM8.79.258a.5.5 0 0 0-.138.98c.548.16 1.07.398 1.554.708a.501.501 0 0 0 .542-.841l-.057-.036-.014-.008a.091.091 0 0 1-.013-.008l-.014-.008-.005-.002-.008-.004-.002-.001-.003-.002-.002-.001-.006-.003-.003-.001-.003-.002-.002-.001-.006-.003-.002-.001-.003-.002-.004-.002-.002-.001-.005-.003-.003-.001-.003-.002-.003-.001-.005-.003-.002-.001c0-.008-.002-.008-.003-.009l-.002-.001-.006-.003-.002-.001a.008.008 0 0 1-.004-.002l-.002-.001-.006-.003-.006-.003-.002-.001-.005-.003-.002-.001a.008.008 0 0 0-.005-.002V.977L10.517.97V.969l-.013-.007-.002-.001-.006-.003-.006-.004-.007-.003-.007-.004-.007-.003a.016.016 0 0 1-.007-.004l-.02-.012-.014-.007A6.935 6.935 0 0 0 8.925.284.338.338 0 0 0 8.79.258zm2.321 6.743a.655.655 0 0 1-.668.643h-2.83v2.831a.655.655 0 0 1-.643.666.654.654 0 0 1-.643-.665V7.643h-2.83a.657.657 0 0 1-.668-.642.658.658 0 0 1 .67-.642h2.828V3.528c0-.37.29-.667.643-.668a.655.655 0 0 1 .643.667v2.832h2.83a.653.653 0 0 1 .668.642z"/></svg>
<svg class="tc-image-plus-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12"><path d="M11 5H7V1a1 1 0 1 0-2 0v4H1a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0V7h4a1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-plus-l-thin tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M12.5 6H7V.5a.5.5 0 0 0-1 0V6H.5a.5.5 0 0 0 0 1H6v5.5a.5.5 0 0 0 1 0V7h5.5a.5.5 0 1 0 0-1z"/></svg>
<svg class="tc-image-plus-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 1 1 7 .988a6.012 6.012 0 0 1 0 12.024zm4.141-6.01a.655.655 0 0 1-.668.642h-2.83v2.831a.655.655 0 0 1-.643.666.654.654 0 0 1-.643-.665V7.643h-2.83a.657.657 0 0 1-.668-.642.658.658 0 0 1 .67-.642h2.828V3.53c0-.37.29-.668.643-.669a.655.655 0 0 1 .643.667V6.36h2.83a.653.653 0 0 1 .668.642z"/></svg>
<svg class="tc-image-plus-o-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M10.5 21C4.711 21 0 16.289 0 10.5 0 4.71 4.711 0 10.5 0S21 4.71 21 10.5a.5.5 0 0 1-1 0C20 5.262 15.738 1 10.5 1S1 5.262 1 10.5 5.262 20 10.5 20c3.902 0 7.467-2.447 8.868-6.088a.5.5 0 0 1 .933.359C18.753 18.296 14.814 21 10.5 21zm-.5-6.5V11H6.5a.5.5 0 0 1 0-1H10V6.5a.5.5 0 1 1 1 0V10h3.5a.5.5 0 1 1 0 1H11v3.5a.5.5 0 0 1-1 0z"/></svg>
<svg class="tc-image-plus-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 26"><path d="M12 6H8v8H0v4h8v8h4v-8h8v-4h-8zm9-3.84V5.8l5-1V26h4V0z"/></svg>
<svg class="tc-image-plus-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 18c-1.654 0-3-1.346-3-3l.053-3.053L3.018 12C1.346 12 0 10.654 0 9s1.346-3 3-3l3.053-.054L6 3.018C6 1.346 7.346 0 9 0s3 1.346 3 3l.055 2.946L15.018 6C16.654 6 18 7.346 18 9s-1.346 3-3 3l-2.945-.053L12 15.018C12 16.654 10.654 18 9 18zm-1-8v5.018c0 .533.449.982 1 .982s1-.449 1-1v-5h5.018c.533 0 .982-.449.982-1s-.449-1-1-1h-5V3c0-.569-.449-1-1-1s-1 .449-1 1v5H3c-.569 0-1 .449-1 1s.449 1 1 1h5z"/></svg>
<svg class="tc-image-plus-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M353.4 160H224V30.6C224 13.7 209.7 0 192 0s-32 13.7-32 30.6V160H30.6C13.7 160 0 174.3 0 192s13.7 32 30.6 32H160v129.4c0 16.9 14.3 30.6 32 30.6s32-13.7 32-30.6V224h129.4c16.9 0 30.6-14.3 30.6-32s-13.7-32-30.6-32z"/></svg>
<svg class="tc-image-plus-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-95.801 261.841h191.602v242.358h242.358v191.602H695.801v242.358H504.199V695.801H261.841V504.199h242.358V261.841z"/></svg>
<svg class="tc-image-plus-small tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 7"><path d="M4 3V0H3v3H0v1h3v3h1V4h3V3H4z"/></svg>
<svg class="tc-image-plus-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 832V704q0-26-19-45t-45-19H896V320q0-26-19-45t-45-19H704q-26 0-45 19t-19 45v320H320q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45V896h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-plus-square-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1408"><path d="M1152 672v64q0 14-9 23t-23 9H768v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V768H288q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V288q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V288q0-66-47-113t-113-47H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1120 1408H288q-119 0-203.5-84.5T0 1120V288Q0 169 84.5 84.5T288 0h832q119 0 203.5 84.5T1408 288z"/></svg>
<svg class="tc-image-plus-squared tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 800"><path d="M700 0c28 0 51.667 9.667 71 29s29 43 29 71v600c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 726.667 0 700V100c0-28 10-51.667 30-71S73.333 0 100 0h600m-50 450V350H450V150H350v200H150v100h200v200h100V450h200"/></svg>
<svg class="tc-image-pocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 582.8959350585938 513.696044921875"><path d="M2.56 168.96C0 95.567 1.952 49.487 8.448 30.72c1.36-3.072 2.977-5.712 4.85-7.937 1.871-2.223 4.27-4.351 7.167-6.399 2.912-2.048 5.216-3.664 6.912-4.864 1.712-1.2 4.688-2.896 8.96-5.12a675.004 675.004 0 0 1 8.464-4.352c46.416 0 112.304-.336 197.632-1.024S383.905 0 410.881 0h48.128s9.407.08 28.176.256c18.767.176 28.416.608 28.927 1.28.512.688 8.193 1.712 23.04 3.072 14.848 1.36 20.384 3.072 16.641 5.12 5.472 3.072 10.064 7.168 13.808 12.288 3.76 5.12 6.576 10.144 8.448 15.103 1.888 4.961 3.151 11.777 3.84 20.48.672 8.705 1.007 15.873 1.007 21.505s-.08 14.16-.255 25.6c-.176 11.424-.256 19.888-.256 25.344 0 70.656-3.937 126.464-11.777 167.408-7.84 40.976-24.24 77.312-49.152 109.056-23.888 30.032-51.968 53.84-84.224 71.424s-65.183 28.256-98.816 32c-33.632 3.76-67.76 1.888-102.399-5.632-34.64-7.52-66.464-20.048-95.488-37.648-29.008-17.568-54.784-40.288-77.312-68.096-22.528-27.808-38.912-58.784-49.152-92.928-5.12-17.712-8.944-63.28-11.504-136.672zm118.512-1.024c-8.88 9.568-6.319 24.832 7.681 45.824s31.743 42.08 53.247 63.232c.689.688 7.425 7.504 20.225 20.464 12.8 12.976 21.935 21.84 27.391 26.624 5.456 4.784 13.489 10.848 24.065 18.192 10.592 7.344 20.32 12.192 29.184 14.592a44.199 44.199 0 0 0 11.52 1.536c3.936 0 7.264-.176 9.983-.512 2.752-.336 6.065-1.456 10-3.328 3.92-1.872 6.657-3.152 8.193-3.84 1.536-.688 4.192-2.64 7.935-5.872 3.744-3.248 5.792-5.024 6.145-5.376.351-.353 2.384-2.224 6.143-5.648l1.537-1.536c3.072-3.072 13.408-12.64 30.992-28.672 17.584-16.048 32.272-29.776 44.032-41.216 11.76-11.44 23.296-24.928 34.56-40.448 11.264-15.52 17.232-28.416 17.92-38.656-5.12-13.648-11.617-23.2-19.472-28.672-7.84-5.456-16.464-6.912-25.84-4.352-9.393 2.56-18.944 7.008-28.672 13.312-9.728 6.32-19.792 14.512-30.208 24.575-10.416 10.065-19.969 19.633-28.688 28.673a3558.757 3558.757 0 0 1-25.344 26.112c-8.193 8.368-14.496 13.92-18.945 16.656-9.215-5.472-21.584-15.632-37.12-30.464-15.536-14.848-29.52-28.848-41.983-41.984-12.464-13.136-25.008-24.064-37.632-32.768-12.64-8.704-22.016-11.185-28.16-7.424-8.544 5.104-18.097 12.096-28.689 20.976z"/></svg>
<svg class="tc-image-podcast tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 265.728c0-48.128 11.434-92.586 34.303-133.376 22.87-40.79 53.932-73.045 93.185-96.768S209.578 0 256 0c46.421 0 89.258 11.862 128.512 35.584s70.315 55.979 93.185 96.768C500.566 173.142 512 217.6 512 265.728c0 1.365-.085 3.072-.256 5.12s-.255 3.755-.255 5.12c-2.732-70.997-28.758-131.243-78.08-180.736-49.323-49.493-108.46-74.24-177.409-74.24S127.915 45.739 78.592 95.232C29.27 144.726 3.243 204.972.512 275.968c0-1.365-.085-3.072-.256-5.12-.17-2.048-.255-3.755-.255-5.12zm93.696-.512c0-46.421 15.872-86.101 47.615-119.04 31.744-32.939 69.974-49.408 114.688-49.408s82.944 16.47 114.688 49.408c31.744 32.939 47.615 72.619 47.615 119.04 0 1.024-.085 2.73-.255 5.12s-.256 4.096-.256 5.12c-2.73-44.032-19.627-81.408-50.689-112.128-31.061-30.72-68.096-46.08-111.104-46.08s-80.042 15.36-111.104 46.08c-31.062 30.72-47.958 68.096-50.688 112.128 0-1.024-.086-2.73-.256-5.12s-.256-4.096-.256-5.12zm84.992 99.84c0-11.264.768-21.333 2.303-30.208 1.536-8.875 3.328-16.213 5.376-22.016s5.206-10.752 9.472-14.848c4.267-4.096 8.192-7.168 11.776-9.216 3.584-2.048 8.448-3.669 14.592-4.864s11.435-1.877 15.872-2.048c4.438-.17 10.411-.256 17.92-.256 7.51 0 13.483.085 17.92.256 4.438.17 9.728.854 15.872 2.048s11.008 2.816 14.592 4.864c3.584 2.048 7.51 5.12 11.776 9.216 4.267 4.096 7.424 9.045 9.472 14.848s3.84 13.141 5.376 22.016c1.536 8.875 2.304 18.944 2.304 30.208 0 40.277-7.595 74.837-22.783 103.68C295.338 497.579 277.162 512 255.999 512c-21.162 0-39.339-14.42-54.528-43.263-15.189-28.843-22.783-63.404-22.783-103.681zm24.064-143.36c0-15.019 5.205-27.99 15.616-38.912 10.41-10.923 22.955-16.385 37.632-16.385s27.22 5.462 37.631 16.385c10.411 10.922 15.617 23.893 15.617 38.912 0 15.018-5.206 27.989-15.617 38.911-10.41 10.923-22.954 16.385-37.631 16.385s-27.221-5.462-37.632-16.385c-10.41-10.922-15.616-23.893-15.616-38.911z"/></svg>
<svg class="tc-image-podcasts tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.808576583862305 15.960000038146973"><path d="M7.39 15.96s1.75 0 1.75-5.18c0-.965-.785-1.75-1.75-1.75s-1.75.785-1.75 1.75c0 5.18 1.75 5.18 1.75 5.18zm2.146-1.766c.077-.296.136-.595.183-.897l.035-.24a6.32 6.32 0 0 0 3.12-2.753 6.257 6.257 0 0 0 .238-5.615 6.28 6.28 0 0 0-3.196-3.158 6.274 6.274 0 0 0-4.72-.116 6.297 6.297 0 0 0-1.983 1.218 6.33 6.33 0 0 0-1.365 1.782 6.32 6.32 0 0 0-.6 1.815 6.275 6.275 0 0 0 .5 3.67 6.308 6.308 0 0 0 3.276 3.136c.01.087.024.174.037.26.047.297.104.59.18.88a6.782 6.782 0 0 1-.808-.307 7.313 7.313 0 0 1-3.392-3.155 7.218 7.218 0 0 1-.728-1.995 7.256 7.256 0 0 1 .53-4.522 7.27 7.27 0 0 1 1.51-2.125A7.275 7.275 0 0 1 4.59.58 7.307 7.307 0 0 1 7.322.01C8.26 0 9.2.17 10.072.513a7.272 7.272 0 0 1 4.508 5.643 7.232 7.232 0 0 1-.67 4.324 7.31 7.31 0 0 1-3.274 3.276 7.348 7.348 0 0 1-1.1.438zm.346-2.854l.006-.312c0-.21.003-.42-.03-.627a1.88 1.88 0 0 0-.047-.235 3.79 3.79 0 0 0 .916-1.11 3.78 3.78 0 0 0 .121-3.345 3.815 3.815 0 0 0-.77-1.115A3.783 3.783 0 0 0 7.51 3.493a3.784 3.784 0 0 0-1.48.26 3.766 3.766 0 0 0-1.15.72 3.764 3.764 0 0 0-1.178 2.121 3.803 3.803 0 0 0 .274 2.217c.23.508.574.96.998 1.322a2.394 2.394 0 0 0-.057.27c-.033.207-.03.415-.03.626l.006.28A4.802 4.802 0 0 1 3.22 9.534a4.727 4.727 0 0 1-.538-2.88c.06-.467.19-.926.383-1.355A4.791 4.791 0 0 1 5.45 2.914a4.745 4.745 0 0 1 1.84-.42 4.75 4.75 0 0 1 3.328 1.238 4.773 4.773 0 0 1 1.142 5.492 4.813 4.813 0 0 1-1.88 2.118zM7.39 4.976a1.765 1.765 0 1 1 0 3.525 1.765 1.765 0 0 1 0-3.523z"/></svg>
<svg class="tc-image-podium tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 288"><path d="M0 96h128v192H0zM160 0h128v288H160zm160 160h128v128H320z"/></svg>
<svg class="tc-image-point-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.14111042022705 16"><path d="M14.141 6.5V9a1.502 1.502 0 0 1-2.236 1.307 1.5 1.5 0 0 1-2.264.31 1.494 1.494 0 0 1-1.5.297V14.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V8.333l-2.75 1.466A1.502 1.502 0 0 1 .602 7.418l.012-.011L4.351 4h-.71a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-.691l1.138 2.276a.496.496 0 0 1 .053.224zm-1-4a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zm0 4.118L11.832 4H5.835L1.291 8.143a.5.5 0 0 0 .614.782l3.5-1.866a.502.502 0 0 1 .735.442v7a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0 .5.5 0 0 0 1 0 .5.5 0 0 1 1 0 .5.5 0 0 0 1 0v-.5a.5.5 0 0 1 1 0 .5.5 0 0 0 1 0V6.619z"/></svg>
<svg class="tc-image-point-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14.141112327575684"><path d="M9.5 14.141H7a1.502 1.502 0 0 1-1.307-2.236 1.5 1.5 0 0 1-.31-2.264 1.494 1.494 0 0 1-.297-1.5H1.5c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5h6.167l-1.466-2.75A1.502 1.502 0 0 1 8.582.602l.011.012L12 4.351v-.71a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-.691l-2.276 1.138a.496.496 0 0 1-.224.053zm4-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-4.118 0L12 11.832V5.835L7.857 1.291a.5.5 0 0 0-.782.614l1.866 3.5a.499.499 0 0 1-.441.735h-7a.5.5 0 0 0 0 1h5a.5.5 0 0 1 0 1 .5.5 0 0 0 0 1 .5.5 0 0 1 0 1 .5.5 0 0 0 0 1H7a.5.5 0 0 1 0 1 .5.5 0 0 0 0 1h2.382z"/></svg>
<svg class="tc-image-point-of-interest tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 16"><path d="M12.5 7C14.43 7 16 5.43 16 3.5S14.43 0 12.5 0 9 1.57 9 3.5V5H7V3.5C7 1.57 5.43 0 3.5 0S0 1.57 0 3.5 1.57 7 3.5 7H5v2H3.5C1.57 9 0 10.57 0 12.5S1.57 16 3.5 16 7 14.43 7 12.5V11h2v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5S14.43 9 12.5 9H11V7h1.5zM11 3.5a1.501 1.501 0 0 1 3 0c0 .826-.673 1.5-1.5 1.5H11V3.5zm-6 9c0 .826-.673 1.5-1.5 1.5S2 13.326 2 12.5c0-.828.673-1.5 1.5-1.5H5v1.5zM5 5H3.5A1.501 1.501 0 1 1 5 3.5V5zm4 4H7V7h2v2zm3.5 2a1.501 1.501 0 0 1 0 3c-.827 0-1.5-.674-1.5-1.5V11h1.5z"/></svg>
<svg class="tc-image-point-of-interest-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.000001907348633 20"><path d="M14.5 2C16.43 2 18 3.57 18 5.5S16.43 9 14.5 9H13v2h1.5c1.93 0 3.5 1.57 3.5 3.5S16.43 18 14.5 18 11 16.43 11 14.5V13H9v1.5C9 16.43 7.43 18 5.5 18S2 16.43 2 14.5 3.57 11 5.5 11H7V9H5.5C3.57 9 2 7.43 2 5.5S3.57 2 5.5 2 9 3.57 9 5.5V7h2V5.5C11 3.57 12.57 2 14.5 2M13 7h1.5A1.501 1.501 0 1 0 13 5.5V7M5.5 7H7V5.5a1.501 1.501 0 0 0-3 0C4 6.326 4.673 7 5.5 7m9 9a1.501 1.501 0 0 0 0-3H13v1.5c0 .826.673 1.5 1.5 1.5m-9 0c.827 0 1.5-.674 1.5-1.5V13H5.5a1.501 1.501 0 0 0 0 3m9-16A5.498 5.498 0 0 0 10 2.341 5.498 5.498 0 0 0 5.5 0 5.506 5.506 0 0 0 0 5.5C0 7.357.926 9.004 2.341 10A5.498 5.498 0 0 0 0 14.5C0 17.532 2.467 20 5.5 20a5.498 5.498 0 0 0 4.5-2.341A5.498 5.498 0 0 0 14.5 20c3.033 0 5.5-2.468 5.5-5.5a5.498 5.498 0 0 0-2.341-4.5A5.498 5.498 0 0 0 20 5.5C20 2.468 17.533 0 14.5 0zM11 9H9v2h2z"/></svg>
<svg class="tc-image-point-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14.14111042022705"><path d="M6.5 14.141H9a1.502 1.502 0 0 0 1.307-2.236 1.5 1.5 0 0 0 .31-2.264 1.494 1.494 0 0 0 .297-1.5H14.5c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5H8.333l1.466-2.75A1.502 1.502 0 0 0 7.418.602l-.011.012L4 4.351v-.71a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-.691l2.276 1.138a.496.496 0 0 0 .224.053zm-4-1a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm4.118 0L4 11.832V5.835l4.143-4.544a.5.5 0 0 1 .782.614l-1.866 3.5a.502.502 0 0 0 .442.735h7a.5.5 0 0 1 0 1h-5a.5.5 0 0 0 0 1 .5.5 0 0 1 0 1 .5.5 0 0 0 0 1 .5.5 0 0 1 0 1h-.5a.5.5 0 0 0 0 1 .5.5 0 0 1 0 1H6.619z"/></svg>
<svg class="tc-image-point-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.141112327575684 16"><path d="M14.141 9.5V7a1.502 1.502 0 0 0-2.236-1.307 1.5 1.5 0 0 0-2.264-.31 1.494 1.494 0 0 0-1.5-.297V1.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5v6.167l-2.75-1.466A1.502 1.502 0 0 0 .602 8.582l.012.011L4.351 12h-.71a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-.691l1.138-2.276a.496.496 0 0 0 .053-.224zm-1 4a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0-4.118L11.832 12H5.835L1.291 7.857a.5.5 0 0 1 .614-.782l3.5 1.866A.499.499 0 0 0 6.14 8.5v-7a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0 .5.5 0 0 1 1 0 .5.5 0 0 0 1 0 .5.5 0 0 1 1 0V7a.5.5 0 0 0 1 0 .5.5 0 0 1 1 0v2.382z"/></svg>
<svg class="tc-image-pointer tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.192999839782715 16"><path d="M12.767 5.703a1.097 1.097 0 0 0-.773-.314h-1.066c-.227-.587-.696-.784-.979-.798H8.752c-.229-.662-.774-.914-1.098-.953l-.026-.004H6.403V1.336a1.212 1.212 0 0 0-.302-.857C5.816.161 5.377 0 4.795 0c-.568 0-1.009.157-1.309.469-.348.36-.364.792-.363.887V6.89c-.588-.594-1.142-.898-1.643-.898C.191 5.992 0 6.741 0 7.187c0 .378.161.907.18.967l.017.056 3.69 5.899V16h7.536l1.77-4.616V6.9c0-.524-.143-.926-.426-1.197zm-.496 5.511l-1.481 3.864H4.81v-1.233L1.043 7.823C.995 7.657.92 7.353.92 7.187c0-.132.026-.156.034-.165.048-.049.214-.107.526-.107.462 0 1.243.83 1.627 1.392l.016-.01v1.537h.922v-8.48l-.001-.017c0-.001.009-.128.106-.229.118-.122.34-.187.645-.187.293 0 .512.058.613.165.068.07.074.16.076.188l-.003.008v5.49h.922V4.556H7.56c.074.02.377.13.377.719v1.498h.92v-1.26h1.069l-.031.001c.095.026.241.191.241.652v1.499h.921V6.31h.942l.02-.002s.062.015.11.061c.092.087.142.277.142.532v4.313z"/></svg>
<svg class="tc-image-pokeball tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm0 3.958c-7.773 0-14.168 5.896-14.96 13.459h7.202a7.92 7.92 0 0 1 15.516 0h7.201C33.17 9.854 26.772 3.958 19 3.958zM4.04 20.583c.792 7.563 7.188 13.459 14.96 13.459 7.773 0 14.168-5.896 14.96-13.459h-7.202a7.92 7.92 0 0 1-15.516 0H4.04zM19 14.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zm0 2.375a2.375 2.375 0 1 1 0 4.75 2.375 2.375 0 0 1 0-4.75z"/></svg>
<svg class="tc-image-polar-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm5.985 6.5h-2.138a.972.972 0 0 0-.685-.467l-2.35-3.581A.968.968 0 0 0 8.4 1.93a.992.992 0 0 0-.564-.89 6.004 6.004 0 0 1 5.548 5.49zm-5.52 1.629A.975.975 0 0 0 7.4 8.03a.983.983 0 0 0-.435.109L5.389 7.088c0-.02.012-.037.012-.058a.977.977 0 0 0-.134-.472L7.45 2.92c.006 0 .01-.003.018-.003L9.56 6.52a.97.97 0 0 0-.16.51c0 .023.012.042.013.065l-1.55 1.064zm-.9-7.119a.993.993 0 0 0-.564.89c0 .194.07.365.166.519l-2.15 3.584c-.006 0-.011-.003-.016-.003a.986.986 0 0 0-.847.5h-2.14a6.006 6.006 0 0 1 5.55-5.49zm-5.55 6.49h2.14c.173.293.48.5.846.5a.983.983 0 0 0 .435-.109l1.577 1.052c-.002.02-.012.036-.012.057 0 .366.207.673.5.847v3.14A6.007 6.007 0 0 1 1.415 7.53zM7.9 13.016v-3.14c.293-.173.5-.48.5-.846 0-.018-.01-.031-.01-.049l1.672-1.02c.107.04.218.069.338.069a.987.987 0 0 0 .847-.5h2.138A6.004 6.004 0 0 1 7.9 13.016z"/></svg>
<svg class="tc-image-police tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42.032997131347656 47.999000549316406"><path d="M24.614 19.544c0 3.369-2.789 3.369-4.292 3.369h-1.874v-6.369h2.355c1.317 0 3.811 0 3.811 3zm14.396-3.363c.278-3.428 1.271-6.574 3.023-9.458L35.314 0c-2.123 1.828-4.539 2.84-7.279 3.019a12.528 12.528 0 0 1-7.127-1.434c-2.301 1.146-4.671 1.625-7.142 1.434C11.21 2.79 8.904 1.884 6.838.278L.1 6.998c1.657 2.925 2.58 5.987 2.762 9.183.086 1.472-.334 3.498-1.276 6.117C1.093 23.75.72 25.01.466 26.062c-.235 1.045-.382 1.895-.431 2.531-.035 2.791.748 5.311 2.353 7.55 1.254 1.635 3.322 3.44 6.194 5.415 3.142 1.6 5.574 2.639 7.277 3.081l1.412.656c.444.214.92.421 1.417.647 1.071.642 1.824 1.339 2.22 2.057.486-.777 1.255-1.456 2.277-2.057a46.402 46.402 0 0 0 1.823-.828c.49-.215.855-.377 1.067-.476a18.7 18.7 0 0 1 1.417-.615c.583-.229 1.302-.51 2.161-.82 1.66-.589 2.868-1.144 3.636-1.646 2.785-1.975 4.821-3.75 6.117-5.339 1.662-2.249 2.469-4.78 2.432-7.626-.098-1.274-.637-3.313-1.616-6.091-.934-2.704-1.348-4.804-1.212-6.32zm-12.35 9.21c-1.595 1.044-3.788 1.044-4.933 1.044h-3.145v8.606h-4.729V12.965h6.713c3.12 0 5.729.201 7.541 2.41 1.131 1.406 1.322 3.003 1.322 4.138-.002 2.571-1.061 4.741-2.769 5.878z"/></svg>
<svg class="tc-image-police-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 9.5"><path d="M3.5 0L4 1h3l.5-1h-4zM4 1.5v1a1.5 1.5 0 0 0 3 0v-1H4zm-3.25 1C0 2.5 0 3.25 0 3.25v3a.75.75 0 0 0 .975.715L3 6.326V9.5l4-5H4s-.195 0-.424.072L1.5 5.227V3.25s0-.75-.75-.75zm7.021 2.389L4 9.5h4v-4a.98.98 0 0 0-.229-.611z"/></svg>
<svg class="tc-image-police-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.007791519165039 13"><path d="M4.508 0l.5 1h5l.5-1h-6zm.5 1.5v1.25s0 2.75 2.5 2.75 2.5-2.75 2.5-2.75V1.5h-5zM.992 2.986A1 1 0 0 0 .008 4v4a1 1 0 0 0 1.217.977l2.783-.62V13l5.879-6.93A1.58 1.58 0 0 0 9.449 6H5.508l-3.5.754V4A1 1 0 0 0 .992 2.986zm9.764 3.725L5.42 13h5.588V7.559c0-.314-.094-.604-.252-.848z"/></svg>
<svg class="tc-image-political tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 36.000003814697266"><path d="M11.333 16H14v16h4V18h4v14h4V18h4v14h4V16h2.666c.736 0 1.334-.736 1.334-1.399 0-.401-.221-.853-.555-1.071l.002-.052-.021-.037.134-.033L25 6.939V5.047c2 1.059 3.951-.765 7 .332V1.2c-3.051-1.096-5 .727-7-.332V.6c0-.331-.631-.6-1-.6s-1 .269-1 .6v6.339l-12.559 6.456.271.021.288.011v.002c-1 .218-.776.77-.776 1.171-.001.664.373 1.4 1.109 1.4zM13 33l-3 3h28l-3-3zm22-16v15h.885l.391.553 2.666 2.499.943.948H48V17H35zm6 12h-3v-3h3v3zm0-6h-3v-3h3v3zm4 6h-2v-3h2v3zm0-6h-2v-3h2v3zm-32.886 9H13V17H0v19h8.114l.942-.848 2.667-2.6.391-.552zM5 29H3v-3h2v3zm0-6H3v-3h2v3zm5 6H7v-3h3v3zm0-6H7v-3h3v3z"/></svg>
<svg class="tc-image-poll tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM12 28H8V14h4v14zm8 0h-4V8h4v20zm8 0h-4v-8h4v8z"/></svg>
<svg class="tc-image-polymer tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 32"><path d="M37 0h-8L13.21 25.26 8 16l9-16H9L0 16l9 16h8L32.79 6.74 38 16l-9 16h8l9-16z"/></svg>
<svg class="tc-image-pool tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36.02000045776367"><g transform="translate(-4 -5.98)"><path d="M44 42c-2.22 0-3.46-.74-4.36-1.29-.74-.44-1.19-.71-2.3-.71-1.11 0-1.56.27-2.3.71-.9.54-2.14 1.29-4.36 1.29s-3.46-.74-4.36-1.29c-.74-.45-1.19-.71-2.3-.71-1.11 0-1.56.27-2.3.71-.92.55-2.16 1.29-4.38 1.29-2.22 0-3.46-.74-4.36-1.28-.74-.45-1.19-.72-2.31-.72s-1.56.27-2.31.72C7.46 41.26 6.22 42 4 42v-4c1.11 0 1.56-.27 2.31-.72.9-.54 2.14-1.28 4.36-1.28s3.46.74 4.36 1.28c.74.45 1.19.72 2.31.72 1.11 0 1.56-.27 2.3-.71.9-.54 2.14-1.29 4.36-1.29s3.46.74 4.36 1.29c.74.45 1.19.71 2.3.71s1.56-.27 2.3-.71c.9-.54 2.14-1.29 4.36-1.29s3.46.74 4.36 1.29c.76.44 1.21.71 2.32.71v4zm0-9c-2.22 0-3.46-.74-4.36-1.29-.74-.44-1.19-.71-2.3-.71-1.11 0-1.56.27-2.3.71-.9.54-2.14 1.29-4.36 1.29s-3.46-.74-4.36-1.29c-.74-.45-1.19-.71-2.3-.71-1.11 0-1.56.27-2.3.71-.92.55-2.16 1.29-4.38 1.29-2.22 0-3.46-.74-4.36-1.28-.74-.45-1.19-.72-2.31-.72s-1.56.27-2.31.72C7.46 32.26 6.22 33 4 33v-4c1.11 0 1.56-.27 2.31-.72.9-.54 2.14-1.28 4.36-1.28s3.46.74 4.36 1.28c.74.45 1.19.72 2.31.72 1.11 0 1.56-.27 2.3-.71.9-.54 2.14-1.29 4.36-1.29s3.46.74 4.36 1.29c.74.45 1.19.71 2.3.71s1.56-.27 2.3-.71c.9-.54 2.14-1.29 4.36-1.29s3.46.74 4.36 1.29c.76.44 1.21.71 2.32.71v4zm-26.66-9c1.11 0 1.56-.27 2.3-.71.9-.54 2.14-1.29 4.36-1.29s3.46.74 4.36 1.29c.74.45 1.19.71 2.3.71s1.56-.27 2.3-.71c.24-.15.51-.3.81-.46L20.96 10C17.85 6.89 15 5.98 10 6v5c3.64-.02 5.77.78 8 3l2 2-6.5 6.5c.62.24 1.12.53 1.54.78.74.45 1.19.72 2.3.72z"/><circle cx="33" cy="11" r="5"/></g></svg>
<svg class="tc-image-popup tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 800"><path d="M700 0c28 0 51.667 9.667 71 29s29 43 29 71v400c0 26.667-9.667 50-29 70s-43 30-71 30H300c-26.667 0-50-10-70-30s-30-43.333-30-70V98c0-26.667 9.667-49.667 29-69s43-29 71-29h400m0 500V100H300v400h400M100 400v300h300v100H100c-26.667 0-50-10-70-30S0 726.667 0 700V400h100"/></svg>
<svg class="tc-image-portable-wifi-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.003082275390625 39"><path d="M31.123 24.48c.56-1.38.88-2.89.88-4.48 0-6.63-5.37-12-12-12-1.59 0-3.1.32-4.49.88l3.25 3.25c.41-.07.82-.13 1.24-.13 4.42 0 8 3.58 8 8 0 .43-.04.85-.11 1.25l3.23 3.23zM20.003 4c8.84 0 16 7.16 16 16 0 2.71-.7 5.24-1.89 7.47l2.94 2.94c1.86-3.03 2.95-6.59 2.95-10.41 0-11.05-8.96-20-20-20-3.82 0-7.38 1.09-10.41 2.95l2.92 2.92c2.23-1.19 4.78-1.87 7.49-1.87zM2.543 1L.003 3.55l4.21 4.21A19.858 19.858 0 0 0 .003 20c0 7.39 4.02 13.83 9.99 17.29l2-3.46c-4.77-2.76-7.99-7.92-7.99-13.83 0-3.51 1.14-6.75 3.06-9.39l2.87 2.87A11.917 11.917 0 0 0 8.003 20c0 4.44 2.41 8.3 5.99 10.38l2.02-3.48c-2.39-1.39-4.01-3.94-4.01-6.9 0-1.29.34-2.49.88-3.57l3.16 3.16-.04.41c0 2.21 1.79 4 4 4l.41-.04.02.02L35.453 39l2.55-2.55L4.543 3l-2-2z"/></svg>
<svg class="tc-image-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M18 18.5a4.5 4.5 0 0 0 4.5-4.5c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5a4.5 4.5 0 0 0 4.5 4.5zm9 8c0-3-6-4.5-9-4.5s-9 1.5-9 4.5V28h18v-1.5zM32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H4V4h28v28z"/></svg>
<svg class="tc-image-position-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12.906000137329102"><path d="M1 8H0v1h1V8zm0-1H0V6h1v1zm0-2H0V4h1v1zm0-2H0V2h1v1zm12 6h-1V8h1v1zm0-2h-1V6h1v1zm0-2h-1V4h1v1zm0-2h-1V2h1v1zM7 1H6V0h1v1zM1 1H0V0h1v1zm12 0h-1V0h1v1zM3 1H2V0h1v1zm2 0H4V0h1v1zm4 0H8V0h1v1zm2 0h-1V0h1v1zm2 11.906H0v-2.812h13v2.812z"/></svg>
<svg class="tc-image-position-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.906000137329102 13"><path d="M4.906 12v1h-1v-1h1zm1 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6-12v1h1V0h-1zm2 0v1h1V0h-1zm2 0v1h1V0h-1zm2 0v1h1V0h-1zm2 6v1h1V6h-1zm0 6v1h1v-1h-1zm0-12v1h1V0h-1zm0 10v1h1v-1h-1zm0-2v1h1V8h-1zm0-4v1h1V4h-1zm0-2v1h1V2h-1zM0 0v13h2.812V0H0z"/></svg>
<svg class="tc-image-position-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.906000137329102 13"><path d="M8 12v1h1v-1H8zm-1 0v1H6v-1h1zm-2 0v1H4v-1h1zm-2 0v1H2v-1h1zM9 0v1H8V0h1zM7 0v1H6V0h1zM5 0v1H4V0h1zM3 0v1H2V0h1zM1 6v1H0V6h1zm0 6v1H0v-1h1zM1 0v1H0V0h1zm0 10v1H0v-1h1zm0-2v1H0V8h1zm0-4v1H0V4h1zm0-2v1H0V2h1zm11.906-2v13h-2.812V0h2.812z"/></svg>
<svg class="tc-image-position-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12.906000137329102"><path d="M1 4.906H0v-1h1v1zm0 1H0v1h1v-1zm0 2H0v1h1v-1zm0 2H0v1h1v-1zm12-6h-1v1h1v-1zm0 2h-1v1h1v-1zm0 2h-1v1h1v-1zm0 2h-1v1h1v-1zm-6 2H6v1h1v-1zm-6 0H0v1h1v-1zm12 0h-1v1h1v-1zm-10 0H2v1h1v-1zm2 0H4v1h1v-1zm4 0H8v1h1v-1zm2 0h-1v1h1v-1zM13 0H0v2.812h13V0z"/></svg>
<svg class="tc-image-post-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.029237747192383 8"><path d="M9 3.5V7a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3.5A.5.5 0 0 1 .5 3a.49.49 0 0 1 .21 0L4.5 5l3.8-2a.488.488 0 0 1 .2 0 .5.5 0 0 1 .5.5zM.25.92L.33 1 4.5 3l4.19-2h.06A.49.49 0 0 0 9 .5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5.49.49 0 0 0 .25.42z"/></svg>
<svg class="tc-image-post-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.029237747192383 10"><path d="M13 3.5V9a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3.5A.5.5 0 0 1 .5 3a.49.49 0 0 1 .21 0L6.5 7l5.8-4a.488.488 0 0 1 .2 0 .5.5 0 0 1 .5.5zM.25.92L.33 1 6.5 5l6.19-4h.06A.49.49 0 0 0 13 .5a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0-.5.5.49.49 0 0 0 .25.42z"/></svg>
<svg class="tc-image-post-box tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 38 46"><path d="M24.999 2.518C17.701 2.518 12 8.297 12 15.427V46h5V36h16v10h5V15.427c0-7.13-5.7-12.909-13.001-12.909zM0 0l7.364 12h.768C8.598 7 12 2.896 17 1.043V0H0z"/></svg>
<svg class="tc-image-post-office tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 32"><path d="M2.941 0c-2.941 0-1.47.779 0 1.974L25 18.763 47.059 2.026C48.531.831 50 0 47.059 0H2.941zM0 3.946v24.728C0 30.129 1.488 32 2.665 32h44.67C48.513 32 50 30.129 50 28.674V3.946L25 23.021 0 3.946z"/></svg>
<svg class="tc-image-postal-code tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 30 50.000999450683594"><path d="M15 0C6.716 0 0 6.656 0 14.866c0 8.211 15 35.135 15 35.135s15-26.924 15-35.135C30 6.656 23.284 0 15 0zm-.049 19.312c-2.557 0-4.629-2.055-4.629-4.588 0-2.535 2.072-4.589 4.629-4.589 2.559 0 4.631 2.054 4.631 4.589 0 2.533-2.072 4.588-4.631 4.588z"/></svg>
<svg class="tc-image-postal-code-prefix tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 30 50.000999450683594"><path d="M15 0C6.716 0 0 6.656 0 14.866c0 8.211 15 35.135 15 35.135s15-26.924 15-35.135C30 6.656 23.284 0 15 0zm-.049 19.312c-2.557 0-4.629-2.055-4.629-4.588 0-2.535 2.072-4.589 4.629-4.589 2.559 0 4.631 2.054 4.631 4.589 0 2.533-2.072 4.588-4.631 4.588z"/></svg>
<svg class="tc-image-postepay tc-image-button" width="22pt" height="22pt" viewBox="0 0 890.3760375976562 262.75"><path d="M0 0v262.75h890.376V0H0zm160.253 132.096c-1.809 8.303-4.697 15.522-8.666 21.654-4.335 7.574-10.103 13.359-17.327 17.327-5.773 3.61-12.27 5.418-19.486 6.135h-3.25c-6.849 0-12.268-1.442-17.328-3.968-4.689-2.526-9.019-6.498-12.63-11.55L70.02 211.857H50.893l24.9-109.355c.726-4.335 1.446-8.303 2.172-12.633.354-4.33.717-8.303 1.08-12.63h17.326l-1.446 14.797c5.418-5.414 10.83-9.75 16.243-12.271 1.083-.726 2.53-1.079 3.61-1.442 4.334-1.805 9.381-2.526 14.075-2.526 9.382 0 17.327 2.888 23.1 8.661 6.136 5.777 9.382 14.076 10.466 24.179.717 7.219-.005 15.16-2.167 23.458zm88.055 23.821c-5.056 7.582-10.829 13-18.043 16.243-5.05 2.526-11.187 3.976-18.402 4.693-2.526 0-5.418.358-8.303.358-11.546 0-20.928-2.885-27.789-9.015-7.219-5.777-11.19-14.075-11.909-24.542-.726-8.666 0-17.327 2.888-26.709 2.526-9.387 6.136-17.322 11.183-24.184 4.697-6.135 10.466-10.466 17.69-13.717 4.688-1.8 10.465-3.243 16.242-3.964 2.89-.363 6.135-.363 9.382-.363 11.55 0 20.57 2.889 27.43 8.303 7.22 5.773 10.83 13.717 11.91 23.821.725 7.941 0 16.597-2.527 25.621-2.168 9.019-5.418 16.96-9.753 23.454zm97.088-57.745c0 1.088 0 2.888-.363 5.414h-17.685v-5.414c-.363-3.61-1.805-6.494-4.697-8.303-2.526-1.801-6.49-2.889-11.909-2.889-6.135 0-10.829 1.451-14.075 3.976-3.606 2.526-5.05 6.135-4.694 10.466.363 2.526 1.442 5.052 3.968 6.852 2.171 2.167 7.582 5.056 15.885 9.029 11.55 5.415 19.49 10.103 22.737 13.718 3.251 3.606 5.418 8.298 5.777 13.704.717 9.024-2.893 16.969-11.55 23.099-8.303 6.139-19.49 9.382-33.203 9.382-10.829 0-19.127-2.168-25.63-5.769-6.135-3.976-9.382-9.391-10.099-16.601-.363-1.45-.363-3.251 0-5.418.354-1.809.717-3.976 1.08-6.139h19.485c-.717 1.809-1.079 3.26-1.079 4.693-.363 1.45-.363 2.526 0 3.618.363 3.968 1.805 6.848 4.69 8.657 2.888 2.168 6.855 2.885 12.633 2.885 7.577 0 13.36-1.442 17.69-4.335 4.33-3.243 6.135-7.207 5.773-11.899 0-2.893-1.442-5.418-3.968-7.582s-7.577-5.051-15.522-8.661c-10.108-4.697-17.322-9.024-21.29-12.988-4.336-3.614-6.499-8.303-6.857-13.355-.72-8.662 2.526-15.522 9.382-21.295 7.22-5.415 16.96-8.303 29.235-8.303 11.192 0 19.486 1.8 24.904 5.051 5.777 3.251 8.661 7.941 9.382 14.797v3.61zm53.781 77.593c-3.614.367-6.856.726-9.75 1.084-2.889 0-5.777.358-8.298.358-7.215 0-12.63-1.075-15.88-3.601-3.61-2.168-5.418-6.139-5.777-11.558-.363-1.8 0-5.051.358-9.015.363-4.335 1.447-8.657 2.171-13.359l11.187-49.079h-18.042l3.247-12.63h17.69l5.051-22.383 19.132-4.689-5.777 27.067h21.291l-2.889 12.63h-21.29l-10.838 51.26c-1.084 3.968-1.8 6.848-1.8 8.649-.363 2.168-.726 3.618-.363 4.693 0 2.893 1.08 4.702 2.89 5.781 1.804 1.442 5.05 2.159 9.381 2.159 1.447 0 3.61-.358 5.777-.717 1.8 0 3.968-.726 5.773-1.092l-3.243 14.442zm38.255-17.681c3.973 3.243 9.02 5.051 15.881 5.051 2.89 0 5.773-.358 8.303-1.442 2.163-.717 4.327-1.8 6.131-2.893 4.34-2.885 7.582-7.207 9.386-12.625h21.295c-2.526 9.741-7.94 17.327-16.247 22.741-5.777 3.968-12.625 6.49-20.566 7.574-3.255.358-6.856.717-10.475.717-11.546 0-20.565-2.885-27.426-8.29-6.494-5.418-10.466-13.359-11.187-23.466-.72-7.574 0-16.239 2.53-25.984 2.163-9.382 5.773-17.681 9.741-24.542 4.335-6.49 10.108-11.909 16.97-15.155 5.772-3.251 12.265-4.689 19.847-5.415h3.972c12.625 0 22.375 2.526 28.872 7.215 6.135 4.694 10.1 12.275 10.825 22.742.367 3.609.367 7.577 0 11.55 0 3.972-.726 8.298-1.805 12.638H433.1c-1.084 2.88-1.447 5.406-1.809 8.299-.358 2.526-.358 5.06-.358 7.215.721 6.127 2.885 10.829 6.498 14.072zm174.324-1.808c-9.029 13.717-21.295 20.574-36.458 20.574-1.08 0-2.526-.358-3.61-.358-5.414-.358-10.099-1.809-14.076-3.976-5.056-2.526-9.024-6.848-11.909-12.267l-11.554 51.61h-29.957l23.104-104.661c2.885-13.354 4.693-23.463 5.414-29.957h27.072l-.72 11.909c4.326-3.968 8.293-7.219 12.624-9.745 1.083-.363 1.805-.717 2.53-1.079 5.052-2.526 10.825-3.61 16.965-3.61 9.378 0 16.96 2.889 22.375 8.303 5.418 5.418 8.665 13.355 9.378 23.821 1.813 19.486-1.805 36.087-11.178 49.438zm111.884-47.638c-.362 2.526-1.088 5.777-1.813 9.029l-7.573 33.203c-1.088 3.976-1.442 7.932-2.168 12.267-.359 4.335-.359 8.307-.359 12.634h-27.434v-6.848c0-2.534.362-4.702.362-7.224-3.61 5.051-7.94 9.024-12.27 11.192l-.722.358c-4.693 2.526-9.745 3.968-15.885 3.968-8.657 0-15.518-2.526-20.933-7.215-5.414-4.693-8.298-10.825-9.019-18.765-1.08-12.267 3.61-21.654 13.713-28.147 7.936-5.056 18.77-8.298 32.845-9.387 3.972-.358 8.662-.358 13.355-.358h8.307c.717-3.609 1.438-6.136 1.438-8.303.362-1.805.362-3.247.362-4.697-.362-2.888-1.438-5.051-3.61-6.489-1.805-1.451-4.697-2.168-8.298-2.168-4.339 0-7.577 1.079-9.745 2.889-.72.721-1.442 1.083-1.805 2.167-1.442 1.8-2.163 4.327-2.889 7.215h-28.51c.717-9.024 5.052-15.876 12.263-20.933 5.418-3.251 11.558-5.414 19.131-6.498 3.61-.717 7.577-.717 11.55-.717 12.634 0 22.011 1.805 28.877 6.136 6.49 4.33 10.104 10.466 10.83 18.765.358 2.513.358 5.039 0 7.928zm54.49 70.737l-17.68 32.123h-31.762l23.821-36.091-17.33-98.893h29.597l8.298 67.861 38.26-67.861h28.154l-61.359 102.861zM136.79 93.12c-3.972-3.972-9.024-5.777-14.8-5.777-2.53 0-5.057.363-7.216 1.088-2.526.717-5.052 2.163-7.573 3.606-4.697 3.247-8.666 7.94-11.554 13.713-3.247 5.777-5.773 12.633-7.577 20.207-1.805 7.94-2.163 14.075-1.805 19.132.363 5.777 2.53 10.099 6.136 13.709 3.61 3.251 8.303 5.06 14.076 5.06 2.888 0 5.777-.358 8.298-1.084s5.052-1.8 7.215-2.885c4.697-2.893 8.661-7.224 11.917-12.992 3.247-5.777 5.773-11.917 7.573-18.769 1.8-6.857 2.163-13.351 1.8-19.49-.717-6.498-2.88-11.55-6.489-15.518zm349.364 22.021c.362-3.251.726-5.777.726-7.586.36-1.805.36-3.247 0-4.694-.362-5.414-2.53-9.378-6.139-12.267-3.972-2.888-9.019-4.694-15.518-4.694-1.08 0-2.526.359-3.606.359-5.777.721-10.829 2.888-14.8 7.219-5.052 4.689-8.662 11.913-10.467 21.658h49.806zM234.599 92.036c-3.614-3.606-8.66-5.415-15.522-5.415-2.53 0-4.693.359-7.215 1.084s-5.418 1.8-7.94 3.251c-4.33 3.242-8.298 7.577-11.55 13.35-3.247 5.415-5.773 11.909-7.577 19.845-1.8 7.94-2.163 14.805-1.8 20.57.354 6.498 2.885 11.192 6.494 14.801 3.973 3.61 9.02 5.418 15.518 5.418 2.526 0 4.69-.367 6.856-.726 2.89-.717 5.773-1.8 7.94-3.243 4.335-2.534 7.936-6.498 11.183-11.909 3.614-6.139 6.135-13 7.936-20.574 1.81-7.94 2.53-14.442 2.171-20.22-.726-7.573-2.889-12.988-6.494-16.234zm354.415 5.052c-2.889-2.888-6.494-4.335-11.187-4.335-2.168 0-3.972.363-6.135.726-5.777 1.8-10.824 6.498-14.797 13.355-5.773 9.741-7.94 20.57-6.856 32.482.726 6.135 2.163 10.825 5.414 14.075 2.893 3.251 6.861 5.051 11.913 5.051 1.447 0 2.89-.358 4.331-.717 2.168-.358 4.331-1.45 6.135-2.885 3.251-2.526 5.777-6.139 8.298-11.192a88.253 88.253 0 0 0 6.135-18.043c1.447-6.502 1.805-11.912 1.447-16.606-.367-5.418-2.172-9.382-4.697-11.912zm96 31.04c-4.693 0-9.019.363-12.63 1.442-3.972 1.083-7.215 2.526-10.104 4.697-6.135 3.968-8.662 9.015-7.936 14.801 0 3.251 1.075 5.777 3.247 7.574 1.805 1.8 4.331 2.526 7.577 2.526 2.53 0 5.056-.367 7.215-1.442 2.89-1.45 5.777-3.61 8.662-6.856 4.693-5.777 7.941-13.359 9.383-22.375-.72-.363-1.442-.363-2.168-.363-1.075-.005-1.797-.005-3.247-.005z"/></svg>
<svg class="tc-image-posterous tc-image-button" width="22pt" height="22pt" viewBox="0 0 339.9659729003906 512"><path d="M0 7.68h51.2l4.096 61.952h5.12l2.56-1.536C89.935 22.689 131.919 0 188.942 0c44.369 0 80.624 16.817 108.784 50.432 28.16 33.616 42.24 76.896 42.24 129.792 0 31.744-4.608 60.16-13.824 85.248-9.2 25.088-21.584 45.137-37.103 60.16-15.536 15.024-32.784 26.464-51.712 34.32-18.929 7.856-38.832 11.776-59.664 11.776-23.553 0-44.977-4.88-64.256-14.592-19.28-9.728-34.049-23.296-44.288-40.72l-1.024-1.536h-5.632l-1.536 3.584V512H3.071V122.368C3.071 92.336 2.048 54.096 0 7.68zm60.928 211.456c0 10.592 1.024 19.968 3.072 28.16 6.48 23.888 19.12 43.168 37.888 57.857 18.768 14.671 40.272 22.015 64.511 22.015 34.465 0 62.128-13.056 82.945-39.168s31.232-61.008 31.232-104.704c0-40.624-10.416-73.727-31.232-99.328-20.817-25.6-47.632-38.4-80.369-38.4-24.591 0-46.431 7.76-65.551 23.297-19.105 15.52-31.744 35.584-37.888 60.16-3.072 11.263-4.608 20.303-4.608 27.135v62.976z"/></svg>
<svg class="tc-image-postgresql tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.902000427246094 22.737001419067383"><path d="M21.668 13.791c-.24-.278-.65-.202-.967-.139-.762.136-1.591.294-2.329-.023 1.318-2.08 2.355-4.351 2.935-6.748.211-.911.374-1.843.343-2.781-.023-.525-.096-1.084-.417-1.519A6.019 6.019 0 0 0 18.019.43C16.434 0 14.734.128 13.175.61c-.129.026-.256-.032-.382-.048-1.415-.287-2.975-.174-4.202.645C7.118.677 5.535.357 3.967.521 2.801.642 1.63 1.184.961 2.177.115 3.416 0 4.998.135 6.45c.272 1.928.742 3.826 1.34 5.677.394 1.154.828 2.317 1.529 3.325.356.495.829.994 1.466 1.072.566.069 1.078-.282 1.425-.698.6-.718 1.217-1.423 1.857-2.105.418.205.872.323 1.336.358-.251.298-.458.687-.858.804-.539.208-1.17.18-1.645.539-.274.196-.287.623-.041.848.445.432 1.101.525 1.693.575a3.21 3.21 0 0 0 2.324-.768c-.004 1.334.002 2.672.152 3.999.075.777.41 1.551 1.001 2.074.557.486 1.351.587 2.058.464.694-.132 1.407-.34 1.949-.814.576-.508.822-1.275.936-2.011a93.19 93.19 0 0 0 .514-3.969c1.483.25 3.161-.034 4.269-1.117.237-.223.462-.609.228-.912zM18.377 1.247c.89.338 1.681.925 2.275 1.668.283.355.319.832.337 1.268.013 1.04-.197 2.067-.464 3.067a21.858 21.858 0 0 1-2.262 5.277 4.38 4.38 0 0 1-.317.469 60.07 60.07 0 0 1-.036-.183c.121-.318.298-.618.367-.956.244-.953.038-1.934-.05-2.893-.092-.905.217-1.786.209-2.689.035-.442-.14-.86-.31-1.257-.615-1.375-1.593-2.598-2.848-3.438-.306-.21-.648-.357-.953-.568 1.334-.286 2.765-.25 4.051.234zm-.813 7.719c.078 1.071.389 2.221-.116 3.237-.677-1.347-1.552-2.633-1.857-4.133-.086-.477-.108-1.081.316-1.413.538-.382 1.241-.296 1.863-.258-.027.859-.291 1.702-.205 2.567zM5.461 15.311c-.243.286-.571.627-.985.542-.484-.14-.792-.582-1.062-.979-.729-1.166-1.168-2.483-1.571-3.79-.451-1.547-.831-3.119-1.05-4.717-.109-1.216-.041-2.52.581-3.603.466-.82 1.335-1.343 2.248-1.514 1.462-.281 2.961.017 4.364.445a6.438 6.438 0 0 0-1.382 2.358 9.506 9.506 0 0 0-.466 3.648c.053.867.03 1.738-.091 2.598-.152 1.123.299 2.278 1.133 3.036-.568.664-1.17 1.297-1.72 1.977zm1.28-4.023c-.143-.636.044-1.276.065-1.913.049-.721-.002-1.443-.016-2.164.674-.436 1.462-.777 2.279-.73a.992.992 0 0 1 .915.734c.371 1.477.486 3.121-.225 4.52a13.24 13.24 0 0 0-.622 1.666c-1.182.012-2.187-.987-2.396-2.112zm3.678 3.954c-.742 1.005-2.227 1.197-3.3.65.529-.245 1.148-.226 1.659-.528.494-.266.69-.851 1.152-1.152.503-.071.87.676.49 1.029zm6.364-1.174c-.282.454-.183 1.008-.252 1.512-.162 1.413-.321 2.828-.551 4.232-.109.673-.395 1.388-1.03 1.723-.651.331-1.407.539-2.139.426-.695-.122-1.133-.77-1.33-1.401-.144-.529-.159-1.082-.2-1.627a50.004 50.004 0 0 1-.037-3.949c.029-.514-.235-1.049-.694-1.299-.222-.125-.482-.142-.73-.162.195-.967.784-1.802.986-2.768.262-1.195.117-2.439-.151-3.619-.131-.589-.579-1.11-1.175-1.253-.918-.231-1.844.128-2.665.512.104-1.334.461-2.7 1.278-3.783a3.79 3.79 0 0 1 2.528-1.473c1.642-.209 3.366.243 4.671 1.27a7.406 7.406 0 0 1 2.389 3.304c-.763-.027-1.628-.058-2.245.472-.56.472-.632 1.277-.506 1.953.292 1.608 1.241 2.975 1.941 4.421.186.339.436.635.674.939-.283.143-.599.28-.76.571zm1.964 1.137c-.504.06-1.028.078-1.514-.089.002-.275-.013-.601.208-.806.175-.129.424-.248.626-.107.86.453 1.86.232 2.775.121-.559.544-1.333.798-2.095.881zm-2.642-8.347c-.179.147.014.367.168.436.373.219.884-.087.896-.513-.337-.157-.76-.141-1.065.077zm-6.602.68c.159-.09.327-.337.143-.486-.262-.213-.643-.254-.962-.168-.103.036-.211.106-.19.232.074.428.647.688 1.008.422z"/></svg>
<svg class="tc-image-potion tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 40"><path d="M9 0h20v4h-3v7l12 23-3 6H3l-3-6 12-23V4H9V0zm0 36l9-18h6.846L22 13V4h-6v9L4.846 36H9z"/></svg>
<svg class="tc-image-pound tc-image-button" width="22pt" height="22pt" viewBox="0 0 341.1000061035156 512.2000122070312"><path d="M95.9 447.7c42.6-21.3 53.3-53.3 53.3-106.6v-42.6h106.6v-64H149.2v-85.3c0-62.5 32.1-95.9 85.3-95.9 25.8 0 40.8 18.6 64 32V10.7C273.6 1.1 264.7 0 234.5 0 189.7 0 146 13.6 117.8 40.8c-28.1 27.1-32.5 66.1-32.5 108.5v85.3H0v64h85.3v64c0 42.6-42.6 85.3-85.3 85.3l.3 64.3H341l.1-64.3H95.9z"/></svg>
<svg class="tc-image-power tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 41.16600036621094"><path d="M17.417 19V0h4.75v19h-4.75zM38 22.166c0 10.494-8.507 19-19 19s-19-8.506-19-19C0 13.313 6.055 5.874 14.25 3.765v6.655c-4.642 1.88-7.917 6.43-7.917 11.746 0 6.996 5.671 12.667 12.667 12.667 6.996 0 12.667-5.671 12.667-12.667 0-4.688-2.548-8.782-6.334-10.972V4.247C32.713 6.856 38 13.895 38 22.168z"/></svg>
<svg class="tc-image-power-batton tc-image-button" width="22pt" height="22pt" viewBox="0 0 472.6000061035156 512"><path d="M315.1 53.1v64c58.3 29 98.5 89 98.5 158.6 0 97.9-79.3 177.2-177.2 177.2S59.1 373.6 59.1 275.7c0-69.6 40.2-129.6 98.5-158.6v-64C65.8 85.6 0 172.8 0 275.7 0 406.2 105.8 512 236.3 512s236.3-105.8 236.3-236.3c0-102.9-65.8-190.1-157.5-222.6zm-78.8 143.8c21.7 0 39.4-17.7 39.4-39.4V39.4c0-21.7-17.6-39.4-39.4-39.4s-39.4 17.7-39.4 39.4v118.2c0 21.7 17.7 39.3 39.4 39.3z"/></svg>
<svg class="tc-image-power-cord tc-image-button" width="22pt" height="22pt" viewBox="0 0 966.5400390625 966.5379638671875"><path d="M966.54 282.5L876.034 192 697.288 370.752l-101.5-101.502L774.538 90.5 684.038 0l-178.75 178.75L390.54 64l-86.626 86.624 512.002 512 86.624-86.622L787.788 461.25 966.54 282.5zM736.58 673.79L292.757 229.966C196.938 344.87 88.237 522.42 163.36 675.182L31.112 807.43C0 838.544 0 889.454 31.112 920.566l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0L291.354 803.18c152.764 75.132 330.318-33.566 445.226-129.39z"/></svg>
<svg class="tc-image-power-input tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 12"><path d="M0 0v4h38V0H0zm0 12h10V8H0v4zm14 0h10V8H14v4zm14 0h10V8H28v4z"/></svg>
<svg class="tc-image-power-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1664"><path d="M1536 896q0 156-61 298t-164 245-245 164-298 61-298-61-245-164-164-245T0 896q0-182 80.5-343T307 283q43-32 95.5-25t83.5 50q32 42 24.5 94.5T461 487q-98 74-151.5 181T256 896q0 104 40.5 198.5T406 1258t163.5 109.5T768 1408t198.5-40.5T1130 1258t109.5-163.5T1280 896q0-121-53.5-228T1075 487q-42-32-49.5-84.5T1050 308q31-43 84-50t95 25q146 109 226.5 270t80.5 343zM896 128v640q0 52-38 90t-90 38-90-38-38-90V128q0-52 38-90t90-38 90 38 38 90z"/></svg>
<svg class="tc-image-power-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.005582809448242 18.496522903442383"><path d="M14.516 3.986a2.984 2.984 0 0 0-3.01-.73v-.332a3.001 3.001 0 0 0-6 0v.332a2.99 2.99 0 0 0-3.01.73 8.45 8.45 0 0 0-2.49 6.01 8.45 8.45 0 0 0 2.49 6.012c1.604 1.605 3.739 2.489 6.01 2.489s4.405-.884 6.01-2.49c1.605-1.604 2.49-3.74 2.49-6.01s-.885-4.405-2.49-6.011zm-7.01-1.062a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0v-5zm-1 3.803v1.197a2 2 0 0 0 4 0V6.742c.095.284.248.554.475.78.66.66 1.025 1.54 1.025 2.475s-.364 1.814-1.025 2.476c-1.322 1.32-3.627 1.32-4.95 0-.661-.662-1.025-1.541-1.025-2.476S5.37 8.183 6.03 7.52c.23-.23.383-.504.475-.794zm6.596 7.867c-1.228 1.228-2.86 1.903-4.596 1.903s-3.368-.676-4.596-1.903c-1.227-1.228-1.904-2.86-1.904-4.597S2.683 6.627 3.91 5.4a1 1 0 1 1 1.414 1.414c-.85.85-1.318 1.98-1.318 3.183s.468 2.333 1.318 3.183c.85.85 1.979 1.317 3.182 1.317s2.332-.468 3.182-1.317c.85-.85 1.318-1.98 1.318-3.183s-.468-2.333-1.318-3.183A1 1 0 1 1 13.102 5.4c1.227 1.229 1.904 2.86 1.904 4.597s-.677 3.369-1.904 4.597z"/></svg>
<svg class="tc-image-power-settings-new tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M20 0h-4v20h4V0zm9.67 4.33l-2.83 2.83C29.98 9.73 32 13.62 32 18c0 7.73-6.27 14-14 14S4 25.73 4 18c0-4.38 2.02-8.27 5.16-10.84L6.33 4.33C2.47 7.63 0 12.52 0 18c0 9.94 8.06 18 18 18s18-8.06 18-18c0-5.48-2.47-10.37-6.33-13.67z"/></svg>
<svg class="tc-image-power-standby tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8"><path d="M3 0v4h1V0H3zM1.72 1.44l-.38.31C.53 2.39 0 3.39 0 4.5 0 6.43 1.57 8 3.5 8S7 6.43 7 4.5c0-1.11-.53-2.11-1.34-2.75l-.38-.31-.63.78.38.31C5.61 2.99 6 3.7 6 4.5 6 5.89 4.89 7 3.5 7S1 5.89 1 4.5c0-.8.36-1.51.94-1.97l.41-.31-.63-.78z"/></svg>
<svg class="tc-image-poweroff tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 384q-13 0-22.5-9.5T480 352V32q0-13 9.5-22.5T512 0t22.5 9.5T544 32v320q0 13-9.5 22.5T512 384zM638 55v6q0 20 20 27 14 5 28 11 81 34 143 96t96 143q35 83 35 174t-35 174q-34 81-96 143t-143 96q-83 35-174 35t-174-35q-81-34-143-96T99 686q-35-83-35-174t35-174q34-81 96-143t143-96q14-6 26-10 22-8 22-30 0-17-13.5-26.5T343 28Q191 81 95.5 213.5T0 512q0 139 68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257q0-167-97-300T677 27q-15-5-27 4t-12 24z"/></svg>
<svg class="tc-image-pregnant-woman tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 40"><g transform="translate(-16 -4)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M18 8c0-2.22 1.78-4 4-4s4 1.78 4 4-1.78 4-4 4-4-1.78-4-4zm14 18a6.56 6.56 0 0 0-4-6c0-3.31-2.69-6-6-6s-6 2.69-6 6v14h4v10h6V34h6v-8z"/></g></svg>
<svg class="tc-image-present tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 39"><path d="M15 10h8v29h-8V10zM0 10h14v9H0v-9zm24 0h14v9H24v-9zM2 20h12v19H2V20zm22 0h12v19H24V20zM18.75 8.994C16.336 8.945 6 7.533 6 4c0-4 3-4 4-4 .973 0 5.967 4.535 9 4.741C22.033 4.535 27.027 0 28 0c1 0 4 0 4 4 0 3.533-10.336 4.945-12.75 4.994h-.5zM21.5 6.5s8-1.25 8-3.25-8 3.25-8 3.25zm-5 0s-8-5.25-8-3.25 8 3.25 8 3.25z"/></svg>
<svg class="tc-image-present-to-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32.03H4V3.97h36v28.06zM18 18h-4l8-8 8 8h-4v8h-8v-8z"/></svg>
<svg class="tc-image-preview-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 19.875732421875"><path d="M22 1.5a.5.5 0 0 1-.5.5H3v10.5c0 .827.673 1.5 1.5 1.5h13c.827 0 1.5-.673 1.5-1V4.514a.5.5 0 0 1 1 0V13c0 .879-1.121 2-2.5 2h-4.818l3.974 3.973a.5.5 0 0 1-.708.707L11.267 15h-.394l-4.681 4.68a.5.5 0 0 1-.707-.707L9.46 15H4.5A2.502 2.502 0 0 1 2 12.5V2H.5a.5.5 0 0 1 0-1H10V0h2v1h9.5a.5.5 0 0 1 .5.5zm-8.43 6L9 4.5v6l4.57-3z"/></svg>
<svg class="tc-image-previous tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 237.79998779296875"><path d="M274.3 118.9L512 237.8V0L274.3 118.9zm-237.7 0l237.7 118.9V0L36.6 118.9zM0 0v237.7h36.6V0H0z"/></svg>
<svg class="tc-image-previous-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 357.2000427246094"><path d="M472.8 12.7L298.6 115.1V41.2c0-28.4-17.6-41.2-39.2-28.5l-152.8 89.8v-52c0-23.6-19.1-42.7-42.7-42.7H42.7C19.1 7.9 0 27 0 50.6v256c0 23.5 19.1 42.7 42.7 42.7H64c23.5 0 42.7-19.1 42.7-42.7v-51.9l152.8 89.8c21.5 12.7 39.2-.2 39.2-28.5v-74l174.2 102.5c21.5 12.7 39.2-.2 39.2-28.5V41.2C512 12.8 494.4 0 472.8 12.7z"/></svg>
<svg class="tc-image-previous2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 12"><path d="M0 12V0h2v5.5l5-5v11l-5-5V12z"/></svg>
<svg class="tc-image-price-tag tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.761018753051758 15.761017799377441"><path d="M15.011 0h-6c-.412 0-.989.239-1.28.53L.292 7.969a.752.752 0 0 0 0 1.061l6.439 6.439a.752.752 0 0 0 1.061 0l7.439-7.439c.292-.292.53-.868.53-1.28v-6a.753.753 0 0 0-.75-.75zm-3.75 6a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 11.261 6z"/></svg>
<svg class="tc-image-price-tags tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.761018753051758 15.761017799377441"><path d="M19.011 0h-6c-.412 0-.989.239-1.28.53L4.292 7.969a.752.752 0 0 0 0 1.061l6.439 6.439a.752.752 0 0 0 1.061 0l7.439-7.439c.292-.292.53-.868.53-1.28v-6a.752.752 0 0 0-.75-.75zm-3.75 6a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 15.261 6z"/><path d="M1.761 8.5l8.5-8.5h-1.25c-.412 0-.989.239-1.28.53L.292 7.969a.752.752 0 0 0 0 1.061l6.439 6.439a.752.752 0 0 0 1.061 0l.47-.47-6.5-6.5z"/></svg>
<svg class="tc-image-pricetag tc-image-button" width="22pt" height="22pt" viewBox="0 0 451 450.79998779296875"><path d="M439 229.3L228.9 17.7l-1.5-1.5h-.4c-8.3-7.9-17.9-12-29.9-12.3L97.4.2 93 0C81.8.2 70.8 4.5 62.3 13.1L13.1 62.2C4.1 71.2 0 83.1 0 94.9v.1l.3 4.2L7 196.5v2.1c1 8.7 4.5 17.3 10.4 24.4l5.5 5.4 206.3 208.8 3.1 3.1c11.9 10.5 30 10 41.3-1.4L439 272.3c11.8-11.8 12-31.1 0-43zm-327-69.4c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z"/></svg>
<svg class="tc-image-pricetag-multiple tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.45462036132812 80.0042495727539"><path d="M76.878 57.872c-.022-.038-.052-.07-.076-.105l.002-.001-26.905-46.6-.015.009a2.08 2.08 0 0 0-.929-.801l.038-.022-7.986-4.612 8.871 15.365 20.178 34.949h-.002c.024.037.054.068.076.106a2.091 2.091 0 0 1-.765 2.855l.014.025-29.861 17.24 1.293 2.239c.026.055.044.112.075.166a2.085 2.085 0 0 0 2.772.8l.005.009L76.128 60.75l-.014-.025a2.09 2.09 0 0 0 .764-2.854z"/><path d="M62.472 57.05a2.091 2.091 0 0 0 .765-2.855c-.022-.038-.052-.07-.076-.105l.002-.001-26.905-46.6-.015.009a2.08 2.08 0 0 0-.929-.801l.038-.022L24.342.318v.044a2.082 2.082 0 0 0-1.846-.107l-.012-.021-.206.119c-.004.003-.009.003-.013.006s-.007.006-.012.008L1.07 12.597A2.078 2.078 0 0 0 .033 14.36l-.007-.004V27.07l.021-.012c-.047.427.03.872.261 1.273.014.024.032.042.047.065L27.17 74.843c.026.055.044.112.075.166a2.085 2.085 0 0 0 2.772.8l.005.009 32.465-18.743-.015-.025zM18.137 17.429a3.865 3.865 0 1 1 1.415-5.28 3.862 3.862 0 0 1-1.415 5.28z"/></svg>
<svg class="tc-image-pricetags tc-image-button" width="22pt" height="22pt" viewBox="0 0 450.6000061035156 450.39996337890625"><path d="M440 207s-.1 0 0 0L250.1 15.9l-1.4-1.4h-.5c-7.5-7.2-16.1-10.9-27.1-11.1L131.2.1l-3.9-.1c-10.1.1-20 4.1-27.7 11.8L72.5 39c7.4-6.6 16.6-10 26-10.1l3.8.1 89.8 3.3c11 .2 19.7 3.9 27.2 11.1h.5l1.4 1.4L411 235.9c10 10.8 10.7 28.2 0 38.9l29-28.9c10.6-10.7 10-28.1 0-38.9z"/><path d="M396 250.3h.3L206.6 59.2l-1.3-1.4h-.3c-7.5-7.2-15.9-10.9-26.9-11.1L88 43.4l-4-.1c-9.2.1-18.2 3.4-25.6 9.8-.3.3-.7.6-1 .9l-1.2 1.2-44.3 44.5C3.8 107.8 0 118.6 0 129.2v.1l.1 3.8L6 221v1.9c1 7.9 4.2 15.6 9.6 22l5.1 4.9L207 438.2l2.8 2.8c10.7 9.4 27.1 9 37.3-1.3l13.1-13.2c.5-.4.9-.8 1.4-1.3l26.9-27c-.2.1-.3.2-.5.4l108.3-109.3c10.6-10.7 10.7-28.2-.3-39zm-317.4-143c6.6-4 14.3-6.3 22.6-6.3 23.9 0 43.4 19.4 43.4 43.4 0 8.3-2.3 16-6.3 22.6-7.6 12.5-21.3 20.8-37 20.8-23.9 0-43.4-19.4-43.4-43.4-.1-15.8 8.2-29.5 20.7-37.1z"/></svg>
<svg class="tc-image-primitive-dot tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 4c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z"/></svg>
<svg class="tc-image-primitive-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M8 8H0V0h8z"/></svg>
<svg class="tc-image-print tc-image-button" width="22pt" height="22pt" viewBox="0 0 473.0880126953125 409.5999755859375"><path d="M0 409.6V239.104l59.393-66.048h43.52v32.768H74.24l-40.96 45.568v125.44h407.04v-125.44l-40.96-45.568h-28.671v-32.768h43.519l58.88 66.048V409.6H.001zm102.914-163.328V77.312L180.226 0H370.69v246.271H102.914zm30.72-31.232H339.97V30.72H210.944v77.312h-77.312V215.04z"/></svg>
<svg class="tc-image-printer tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 43"><path d="M9 10V0h26v10h-4V4H13v6H9zm-9 1h44v23h-9v9H9v-9H0V11zm39 18V16H5v13h34zM9 27v-5h26v5H9z"/></svg>
<svg class="tc-image-printer-blank tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 43"><path d="M9 10V0h26v10h-4V4H13v6H9zm-9 1h44v23h-8v-5h3V16H5v13h3v5H0V11zm9 11h3v11h7v7h13V22h3v21H17l-8-8V22z"/></svg>
<svg class="tc-image-printer-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 45"><path d="M9 10V0h26v10h-4V4H13v6H9zm-9 1h44v23h-8v-5h3V16H5v13h3v5H0V11zm9 11h3v13h7v7h13V22h3v23H17l-8-8V22zm21 16h-8v-3h8v3zm0-6H14v-3h16v3zm0-6H14v-3h16v3z"/></svg>
<svg class="tc-image-priority-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 36"><g transform="translate(-20 -6)"><circle cx="24" cy="38" r="4"/><path d="M20 6h8v24h-8z"/></g></svg>
<svg class="tc-image-prison-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 9"><path d="M0 0v9h7V0H0zm1 1h1v3H1V1zm2 0h1v3H3V1zm2 0h1v2H5V1zm.5 3a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM1 5h1v3H1V5zm2 0h1v3H3V5zm2 1h1v2H5V6z"/></svg>
<svg class="tc-image-prison-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.5 13"><path d="M0 0v13h8.5V0H0zm6 1h1.5v3.5H6V1zm-5 .055h1.5V6H1V1.055zm2.5 0H5V6H3.5V1.055zM6.75 5.5a.75.75 0 0 1 0 1.5.75.75 0 0 1 0-1.5zM3.5 7h1.473L5 12H3.527L3.5 7zM1 7.166h1.5V12H1V7.166zM6 8h1.5v4H6V8z"/></svg>
<svg class="tc-image-product-hunt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M1150 762q0 56-39.5 95t-95.5 39H762V627h253q56 0 95.5 39.5T1150 762zm179 0q0-130-91.5-222T1015 448H582v896h180v-269h253q130 0 222-91.5t92-221.5zm463 134q0 182-71 348t-191 286-286 191-348 71-348-71-286-191-191-286T0 896t71-348 191-286T548 71 896 0t348 71 286 191 191 286 71 348z"/></svg>
<svg class="tc-image-profile tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 672"><path d="M832 96h-62.656V1.984L640 0l.672 96H252l2.656-96L128 1.984v96L64 96c-35.328 0-64 28.672-64 64v448c0 35.328 28.672 64 64 64h768c35.328 0 64-28.672 64-64V160c0-35.328-28.672-64-64-64zM672 32h64v128h-64V32zM256 249.984c38.656 0 70.016 41.184 70.016 92s-31.36 92-70.016 92-70.016-41.184-70.016-92 31.36-92 70.016-92zM160 32h64v128h-64V32zm-42.656 510.336s7.584-60.864 24.832-72.352c17.216-11.488 66.88-19.136 66.88-19.136s32.192 34.4 45.888 34.4c13.664 0 45.856-34.4 45.856-34.4s49.664 7.616 66.912 19.136c20.256 13.504 25.312 72.352 25.312 72.352h-275.68zM768 512H480v-32h288v32zm0-64H480v-32h288v32zm0-64H480v-32h288v32zm0-64H480v-32h288v32z"/></svg>
<svg class="tc-image-progress tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.01297378540039 44.0013427734375"><path fill-opacity=".804" d="M18.183.33a21.853 21.853 0 0 0-7.182 2.615l4.092 7.087a13.728 13.728 0 0 1 4.51-1.641L18.183.33z"/><path fill-opacity=".851" d="M11.001 2.945A22.106 22.106 0 0 0 5.15 7.859l6.268 5.26a13.882 13.882 0 0 1 3.675-3.087l-4.092-7.087z"/><path fill-opacity=".902" d="M5.15 7.859a21.98 21.98 0 0 0-3.826 6.616l7.691 2.799a13.802 13.802 0 0 1 2.403-4.155L5.15 7.859z"/><path fill-opacity=".153" d="M.003 22c0 2.645.466 5.179 1.321 7.527l7.691-2.8a13.792 13.792 0 0 1-.83-4.726H.003z"/><path fill-opacity=".204" d="M1.324 29.527a21.977 21.977 0 0 0 3.826 6.616l6.268-5.26a13.804 13.804 0 0 1-2.403-4.155l-7.69 2.8z"/><path fill-opacity=".251" d="M5.15 36.143a22.105 22.105 0 0 0 5.851 4.914l4.092-7.087a13.882 13.882 0 0 1-3.675-3.087l-6.268 5.26z"/><path fill-opacity=".302" d="M11.001 41.057a21.855 21.855 0 0 0 7.181 2.613l1.422-8.058a13.728 13.728 0 0 1-4.51-1.642l-4.093 7.087z"/><path fill-opacity=".404" d="M25.823 43.67a21.853 21.853 0 0 0 7.182-2.613l-4.091-7.087a13.728 13.728 0 0 1-4.51 1.642l1.42 8.058z"/><path fill-opacity=".451" d="M33.005 41.057a22.103 22.103 0 0 0 5.851-4.914l-6.267-5.26a13.882 13.882 0 0 1-3.675 3.087l4.089 7.087z"/><path fill-opacity=".502" d="M38.856 36.143a21.977 21.977 0 0 0 3.826-6.616l-7.69-2.8a13.804 13.804 0 0 1-2.403 4.156l6.267 5.26z"/><path fill-opacity=".651" d="M42.682 14.475a21.978 21.978 0 0 0-3.826-6.616l-6.267 5.26a13.802 13.802 0 0 1 2.403 4.155l7.69-2.8z"/><path fill-opacity=".702" d="M38.856 7.859a22.105 22.105 0 0 0-5.851-4.914l-4.091 7.087a13.882 13.882 0 0 1 3.675 3.087l6.267-5.26zm-5.851-4.914A21.855 21.855 0 0 0 25.824.332L24.403 8.39c1.617.283 3.138.847 4.51 1.64l4.09-7.086z"/><path fill-opacity=".353" d="M18.183 43.67a22.14 22.14 0 0 0 3.82.33c1.303 0 2.58-.112 3.82-.33l-1.42-8.06a13.905 13.905 0 0 1-4.8 0l-1.42 8.06z"/><path fill-opacity=".553" d="M42.682 29.527A21.96 21.96 0 0 0 44.003 22h-8.181c0 1.66-.293 3.253-.83 4.727l7.69 2.8z"/><path fill-opacity=".753" d="M25.823.33a22.14 22.14 0 0 0-3.82-.33c-1.303 0-2.58.114-3.82.33l1.42 8.06a13.903 13.903 0 0 1 4.8 0l1.42-8.06z"/><path fill-opacity=".953" d="M8.186 22c0-1.66.292-3.252.83-4.726l-7.692-2.8A21.96 21.96 0 0 0 .003 22h8.183z"/><path fill-opacity=".604" d="M44.013 22c0-2.5-.429-5.04-1.333-7.524l-7.688 2.798c.568 1.56.837 3.157.837 4.726h8.184z"/></svg>
<svg class="tc-image-progress-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 500"><path d="M1000 150v250c0 28-9.667 51.667-29 71s-43 29-71 29H100c-26.667 0-50-9.667-70-29S0 428 0 400V100c0-26.667 10-50 30-70S73.333 0 100 0h800c28 0 51.667 10 71 30s29 43.333 29 70v50M900 400V100H100v300h800"/></svg>
<svg class="tc-image-progress-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 500"><path d="M1000 150v250c0 28-9.667 51.667-29 71s-43 29-71 29H100c-26.667 0-50-9.667-70-29S0 428 0 400V100c0-26.667 10-50 30-70S73.333 0 100 0h800c28 0 51.667 10 71 30s29 43.333 29 70v50M900 400V100H100v300h800m-750-50V152h200v198H150"/></svg>
<svg class="tc-image-progress-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 500"><path d="M1000 150v250c0 28-9.667 51.667-29 71s-43 29-71 29H100c-26.667 0-50-9.667-70-29S0 428 0 400V100c0-26.667 10-50 30-70S73.333 0 100 0h800c28 0 51.667 10 71 30s29 43.333 29 70v50M900 400V100H100v300h800m-750-50V152h200v198H150m250 0V152h200v198H400"/></svg>
<svg class="tc-image-progress-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 500"><path d="M1000 150v250c0 28-9.667 51.667-29 71s-43 29-71 29H100c-26.667 0-50-9.667-70-29S0 428 0 400V100c0-26.667 10-50 30-70S73.333 0 100 0h800c28 0 51.667 10 71 30s29 43.333 29 70v50M900 400V100H100v300h800m-750-50V152h200v198H150m250 0V152h200v198H400m250-198h200v198H650V152"/></svg>
<svg class="tc-image-prohibited tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 75"><path d="M37.5 0C16.788 0 0 16.793 0 37.502 0 58.212 16.788 75 37.5 75S75 58.212 75 37.502C75 16.793 58.212 0 37.5 0zm0 65.061c-15.199 0-27.561-12.362-27.561-27.559a27.435 27.435 0 0 1 6.4-17.636l38.795 38.795a27.431 27.431 0 0 1-17.634 6.4zm21.161-9.926L19.866 16.339a27.431 27.431 0 0 1 17.634-6.4c15.198 0 27.56 12.367 27.56 27.562a27.43 27.43 0 0 1-6.399 17.634z"/></svg>
<svg class="tc-image-project tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v7h1V0H0zm7 0v7h1V0H7zM2 1v1h2V1H2zm1 2v1h2V3H3zm1 2v1h2V5H4z"/></svg>
<svg class="tc-image-project-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 18.930999755859375"><path d="M14.5 3.931h-11v-1h11v1zm0 1.104h-11v1h11v-1zM18 2.5C18 1.122 16.879 0 15.5 0h-13A2.503 2.503 0 0 0 0 2.5v10.996h6.5v-.5c0-1.391 1.145-2.564 2.5-2.564 1.363 0 2.516 1.174 2.516 2.564v.5H18V2.5zM9 9.431c-1.763 0-3.226 1.335-3.466 3.064H1V2.5C1 1.673 1.673 1 2.5 1h13c.827 0 1.5.673 1.5 1.5v9.996h-4.521C12.231 10.79 10.738 9.431 9 9.431zm9 7v-1.125h-1v1.125c0 .827-.673 1.5-1.5 1.5h-13c-.827 0-1.5-.673-1.5-1.5v-1.375H0v1.375c0 1.379 1.122 2.5 2.5 2.5h13c1.379 0 2.5-1.121 2.5-2.5zm-3.5-9.396h-11v1h11v-1z"/></svg>
<svg class="tc-image-projection-screen tc-image-button" width="22pt" height="22pt" viewBox="0 0 76.31700134277344 70.83018493652344"><path d="M76.316 1.786C76.316.8 75.518.001 74.531 0H1.786C.799 0 0 .799 0 1.785v6.386c0 .986.799 1.785 1.786 1.785h72.746c.987 0 1.785-.799 1.785-1.785l-.001-6.385zm-6.132 13.15H6.132c-.986.001-1.785.8-1.785 1.786l.001.006-.001.003v37.154c0 2.201 1.857 3.982 4.152 3.982h27.17v5.373a4.067 4.067 0 0 0-1.599 3.222 4.09 4.09 0 1 0 8.178 0 4.065 4.065 0 0 0-1.601-3.223v-5.372h27.17c2.294 0 4.152-1.781 4.152-3.982V16.689h-.003a1.786 1.786 0 0 0-1.782-1.753z"/></svg>
<svg class="tc-image-projector tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 19"><path d="M9.5 17.417V19H4.75v-1.583A4.75 4.75 0 0 1 0 12.667V4.75A4.75 4.75 0 0 1 4.75 0h28.5A4.75 4.75 0 0 1 38 4.75v7.917a4.75 4.75 0 0 1-4.75 4.75V19H28.5v-1.583h-19zM8.708 3.959a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zm0 2.375a2.375 2.375 0 1 1 0 4.75 2.375 2.375 0 0 1 0-4.75zm11.875-3.167V4.75h6.334V3.167h-6.334zm7.917 0V4.75h6.333V3.167H28.5zm-7.917 3.167v1.583h6.334V6.334h-6.334zm7.917 0v1.583h6.333V6.334H28.5zM20.583 9.5v1.584h6.334V9.5h-6.334zm7.917 0v1.584h6.333V9.5H28.5zm-7.917 3.167v1.583h6.334v-1.583h-6.334zm7.917 0v1.583h6.333v-1.583H28.5z"/></svg>
<svg class="tc-image-projector-screen tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.20134735107422 38.02033996582031"><path d="M16.034 11.103l6.334 6.334-6.334 6.333V11.103zM3.368.02h31.666a3.167 3.167 0 0 1 0 6.333V28.52h1.584a1.584 1.584 0 0 1 0 3.167H19.2c.528 1.055 1.056 2.11 1.12 3.166.067 1.056-.33 2.111-.724 3.167h-1.584c.396-1.056.792-2.11.726-3.167-.066-1.055-.594-2.11-1.121-3.166H1.784a1.584 1.584 0 0 1 0-3.167h1.584V6.353a3.167 3.167 0 1 1 0-6.333zm3.166 6.333V28.52h25.334V6.353H6.534z"/></svg>
<svg class="tc-image-prolog tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.664390563964844 25.645999908447266"><path d="M6.886 8.933a.383.383 0 1 1-.766 0 .383.383 0 0 1 .766 0zm.18-1.826a2.255 2.255 0 1 0 0 4.51 2.255 2.255 0 0 0 0-4.51zm.056 3.675a1.365 1.365 0 1 1 0-2.729 1.365 1.365 0 0 1 0 2.729zm9.707-1.465a.383.383 0 1 0 .001-.765.383.383 0 0 0 0 .765zm.7 2.39a2.256 2.256 0 1 0-.002-4.511 2.256 2.256 0 0 0 .001 4.511zm-.08-3.63a1.365 1.365 0 1 1 0 2.729 1.365 1.365 0 0 1 0-2.729zm5.214 4.337c0-3.092-1.24-5.893-3.247-7.937-.373-1.138-.33-2.711.143-3.427.165-.25.341-.492.53-.764C18.41 0 16.982.481 16.025 1.679c-.116.146-.224.232-.337.274a11.293 11.293 0 0 0-4.355-.869 11.29 11.29 0 0 0-4.37.875c-.119-.04-.232-.127-.354-.28C5.653.482 4.225 0 2.545.286c.19.272.365.514.53.764.48.727.517 2.336.127 3.477a11.29 11.29 0 0 0-3.199 7.887c0 1.443.271 2.823.763 4.092.123.348.236.7.351 1.051.105.321.206.639.3.958.273.94.441 1.911.468 2.89.008.268.003.536-.004.803l-.009.276 2.295-2.1c.416.384.982.73 1.664 1.025a2.669 2.669 0 0 0-.287 4.148 1.86 1.86 0 1 1 3.531.089 2.666 2.666 0 0 0 .648-3.292 18.453 18.453 0 0 0 3.227.052 2.661 2.661 0 0 0 .576 3.15 1.86 1.86 0 1 1 3.531.089c.584-.49.956-1.225.956-2.047 0-.818-.368-1.55-.948-2.04.706-.27 1.307-.592 1.771-.952l1.984 1.815a12.717 12.717 0 0 1-.009-.276 14.328 14.328 0 0 1-.004-.803c.028-.979.196-1.95.47-2.89.092-.319.193-.638.298-.959.121-.369.24-.741.37-1.107.463-1.237.72-2.576.72-3.975zM1.32 15.793l-.425-1.272.564.519.875-.309-1.014 1.062zm.218.91l.564.519.875-.309-1.014 1.062-.425-1.272zm1.386-1.894l.524.56.895-.243-1.09.983-.329-1.3zm-.42 5.381l-.425-1.272.564.519.875-.309-1.014 1.062zm1.404-1.809l-.425-1.272.564.519.875-.309-1.014 1.062zm.961-3.183l.524.56.895-.243-1.09.983-.329-1.3zm6.498 1.861c-.225-.335-.413-.712-.588-1.052-.2-.389-.403-.778-.606-1.166-.388-.742-.964-1.497-1.157-2.335a4.487 4.487 0 1 1-.98-7.572c.254.108.498.239.73.391a4.458 4.458 0 0 1 1.877 4.315 2.41 2.41 0 0 1 1.552.038 4.464 4.464 0 0 1-.06-.726c0-.388.051-.764.144-1.123l.015-.053a4.88 4.88 0 0 1 .148-.451l.03-.074a4.487 4.487 0 1 1 1.267 5.128c-.094.447-.32.827-.547 1.252-.308.581-.613 1.164-.917 1.747l-.908 1.68zm8.433-2.098l-.328 1.3-1.09-.983.894.242.524-.56zm-3.364.706l.895.243.524-.56-.328 1.3-1.09-.983zm2.381 2.866l-1.014-1.062.875.309.564-.519-.425 1.272zm1.403 1.809l-1.014-1.062.875.309.564-.519-.425 1.272zm.541-2.215l-1.014-1.062.875.309.564-.519-.425 1.272zm.643-2.181l-1.014-1.062.875.309.564-.519-.425 1.272zM11.361 9.978a2.102 2.102 0 0 0-2.102 2.103c0 .927.654 1.729 1.064 2.514l.527 1.014c.152.295.316.623.512.914l.79-1.461c.264-.507.528-1.014.796-1.519.256-.482.516-.897.516-1.463a2.103 2.103 0 0 0-2.103-2.103z"/></svg>
<svg class="tc-image-protoio tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><g fill-rule="nonzero"><path d="M8 7.998a.878.878 0 1 1 0-1.756.878.878 0 0 1 0 1.756zm1.944-.014c0-1.886-.74-3.598-1.944-4.866a7.043 7.043 0 0 0-1.944 4.866c0 .864.156 1.69.44 2.455-.412.6-.716 1.442-.85 2.41.426-.503.948-.87 1.528-1.053.242.377.52.73.826 1.054.307-.323.584-.676.826-1.053.58.182 1.102.55 1.527 1.054-.133-.968-.437-1.81-.85-2.41.284-.765.44-1.592.44-2.456z"/><path d="M8 14.667A6.667 6.667 0 1 1 8 1.333a6.667 6.667 0 0 1 0 13.334zM8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z"/></g></svg>
<svg class="tc-image-protractor tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 0v38H0l7.583-7.583 2.833 2.833 1.12-1.12-2.834-2.833 3.439-3.438 4.132 4.132 1.12-1.12-4.133-4.131 3.637-3.637 2.648 2.647 1.12-1.12-2.648-2.647 3.438-3.438 3.946 3.946 1.12-1.12-3.946-3.946 3.538-3.538 3.303 3.303 1.12-1.12-3.304-3.302 3.083-3.083 2.663 2.663 1.12-1.12-2.663-2.663L38 0zm-4.75 17.417L17.417 33.25H33.25V17.417z"/></svg>
<svg class="tc-image-public tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm-2 35.86C10.11 34.88 4 28.16 4 20c0-1.23.15-2.43.42-3.58L14 26v2c0 2.21 1.79 4 4 4v3.86zm13.79-5.07A3.974 3.974 0 0 0 28 28h-2v-6c0-1.1-.9-2-2-2H12v-4h4c1.1 0 2-.9 2-2v-4h4c2.21 0 4-1.79 4-4v-.83C31.86 7.54 36 13.28 36 20c0 4.16-1.6 7.94-4.21 10.79z"/></svg>
<svg class="tc-image-public-domain-infinity tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M278.535 276.134c12.314 21.92 26.598 38.42 42.854 49.503 16.5 10.837 35.094 16.255 55.782 16.255 24.874 0 45.193-8.25 60.955-24.752 15.762-16.747 23.643-38.05 23.644-63.91 0-24.875-7.265-45.563-21.795-62.064-14.532-16.5-32.757-24.752-54.676-24.752-19.95 0-38.052 8.25-54.306 24.752-16.01 16.255-33.495 44.577-52.46 84.968m-45.07-39.53c-12.067-21.672-26.352-37.926-42.853-48.763-16.254-10.835-34.848-16.254-55.782-16.254-24.875 0-45.193 8.25-60.955 24.752C58.11 212.593 50.23 233.65 50.23 259.51c0 24.875 7.265 45.562 21.795 62.063 14.53 16.5 32.756 24.752 54.676 24.752 19.95 0 37.928-8.127 53.937-24.382 16.254-16.255 33.864-44.7 52.828-85.338m26.23 67.605c-17.487 33.495-35.835 58-55.045 73.516C185.686 393.242 164.505 401 141.108 401c-33.248 0-61.448-13.792-84.598-41.376-22.905-27.584-34.357-61.694-34.357-102.33 0-43.1 10.22-77.95 30.662-104.55 20.688-26.597 47.533-39.896 80.535-39.897 23.397 0 44.33 7.635 62.803 22.905 18.47 15.023 36.942 39.898 55.414 74.624 16.747-33.987 34.85-58.985 54.306-74.994C325.33 119.128 347.003 111 370.893 111c32.754 0 60.707 13.915 83.86 41.745 23.395 27.83 35.094 62.187 35.094 103.07 0 42.854-10.344 77.58-31.032 104.18-20.442 26.35-47.164 39.527-80.165 39.527-23.398 0-44.21-7.142-62.433-21.426-17.98-14.53-36.82-39.16-56.523-73.886"/></svg>
<svg class="tc-image-public-domain-salmon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M236.977 26.432c-.48 0-.8.32-1.282.32l-2.244 1.123L95.276 85.262C86.78 89.11 79.087 93.757 71.71 99.047c0 0-.32 0-.32.48-3.526 3.046-6.89 6.573-9.937 10.42-3.526 4.97-6.572 10.74-8.976 16.83-1.443 5.77-2.244 11.222-2.565 16.993v1.923c0 4.65.64 8.817 2.244 13.145.32-4.65 1.602-9.62 3.526-13.947 2.244-5.29 6.09-9.938 11.06-13.464 3.046-1.924 6.573-3.847 10.1-4.97 4.648-1.12 9.136-1.922 14.265-2.724 7.695-.8 15.39-1.122 22.282-1.443 9.136 0 18.11.32 27.73.64 11.54.48 22.6 1.924 33.02 3.847 8.176 1.283 15.87 2.726 24.206 4.328l-3.848-5.77-4.168-8.815c-1.122-3.527-1.924-7.374-1.924-10.9v-1.124c.32-3.847 1.124-7.694 3.047-11.54l8.496-11.542 38.47-50.012c.8-.32.8-1.122.8-1.923 0-.803 0-1.604-.8-2.246-.32-.48-1.123-.802-1.443-.802zM31.174 144.74c-1.924 3.366-3.823 6.86-5.426 10.227-2.244 5.77-3.888 11.56-5.01 17.81-.32 3.046-.765 6.556-.765 9.602 0 2.724.488 4.97.488 7.374 1.123 6.893 2.224 13.485 3.827 19.896 4.168 14.267 10.762 27.415 19.9 38.475 5.128 6.252 10.41 12.007 15.86 16.977 4.97 4.328 10.37 8.847 16.14 13.496 6.573 4.97 13.46 9.296 19.55 12.662 9.298 5.45 18.977 10.408 28.595 15.377 34.945 18.594 72.237 31.553 110.066 38.125 25.007 3.526 50.048 6.592 75.696 8.836 0 5.13.312 10.405 1.113 15.375.802 6.25 2.256 12.805 4.66 18.576 2.244 6.41 4.99 12.666 8.836 18.436 4.168 6.092 9.09 11.595 14.54 17.045 6.092 5.29 12.692 9.902 20.386 13.43 5.77 2.564 12.003 4.137 18.575 4.938 1.924 0 3.852.348 5.775.348 1.123 0 2.216-.348 3.338-.348l103.248-7.373h.348c.32 0 1.113-.31 1.113-1.113 0-.8-.827-1.12-1.95-1.6-3.846-1.124-7.985-2.572-12.313-4.175-4.49-1.603-9.635-3.47-14.123-4.592-6.572-2.244-13.47-4.68-20.523-6.123-6.893-1.603-13.777-3.03-21.15-4.313-4.65-.32-9.615-1.105-14.264-2.227-.64-.32-1.46-1.175-1.46-2.297 0 0 .028-.443.35-.764 0-.48.485-.836.485-.836 0-.32.277-.284.277-.765 1.123-.8 2.775-1.585 3.897-2.226 2.725-1.603 5.437-2.772 8.002-3.894 6.572-3.206 13.47-5.77 20.523-8.977 3.046-1.122 6.068-2.216 9.114-3.338 4.33-1.603 8.966-2.738 15.378-4.662 1.282-.32 2.397-.793 3.2-1.113 2.564-.802 5.344-1.634 8.07-2.436-5.45-8.335-12.336-16.484-19.55-23.377l-14.332-13.775c-4.97-4.328-9.588-8.183-13.916-11.55-7.213-5.128-14.25-10.093-20.662-14.26-12.824-8.496-25.844-15.9-39.308-22.473-6.893-3.368-13.933-6.38-24.352-10.228-9.938-3.526-19.525-7.063-17.602-6.262-8.816-2.725-18.107-5.318-26.923-7.722L270.158 191.7c-7.373 3.848-15.064 7.67-21.637 10.716-5.77 2.725-11.51 4.208-17.602 5.01-7.374 1.603-14.61 1.565-21.984.763l-93.436-7.653 25.324 30.264c.802 1.283 1.94 2.712 3.06 4.315.802.802.766 1.43.766 2.713-.32 1.122-1.11 1.95-2.712 1.95-4.49.32-9.127-.008-13.776-.49-6.572-.8-13.18-1.902-19.27-3.825-5.45-1.122-10.382-3.043-15.03-5.287-6.092-2.405-12.383-5.448-17.672-8.975-4.97-3.044-10.05-6.446-14.54-10.296-5.13-3.847-9.656-8.154-13.984-12.802-2.725-3.046-5.41-6.866-7.654-10.713-2.725-5.29-5.007-10.79-6.61-16.56-1.122-6.25-2.232-12.355-2.712-17.324.48-2.725.486-5.4.486-8.766zM20.6 247.3l1.12 9.296c4.65 29.975 15.87 58.83 32.382 84.636 11.22 17.793 25.487 32.7 41.998 44.243l8.816 6.25 17.63 11.06c38.632 22.762 81.272 37.83 125.995 44.402l31.1 2.565 31.737 1.924 33.502-.32c-8.817-5.45-16.833-11.863-23.886-19.237l-6.892-8.015c-5.77-7.373-10.42-15.068-13.465-23.564-1.443-5.45-2.726-10.418-3.848-15.708l-1.925-12.342-33.34-3.527-26.13-3.365-17.63-2.727c-10.1-1.922-20.037-4.647-30.136-7.692l-32.222-11.54-25.006-11.222-25.486-12.664-23.885-13.145-18.755-12.662-23.882-22.28L20.6 247.298zm393.226 92.313c7.213 0 13.15 6.125 13.15 13.498 0 7.535-5.937 13.497-13.15 13.497s-13.148-5.962-13.148-13.496c0-7.372 5.935-13.497 13.148-13.497zm-332.07 85.684c14.266 9.618 27.73 20.037 40.074 31.258 10.74 9.137 20.357 19.235 29.975 29.013 2.725 0 4.97-.802 6.892-1.443 8.496-3.847 16.19-8.015 23.885-12.664 7.374-4.167 13.786-9.135 19.236-14.905-4.167-1.603-8.496-3.046-12.664-4.328-10.42-2.565-20.356-6.092-30.134-10.42-7.214-3.046-14.108-6.41-20.68-10.258-.802.32-1.923.32-2.725.32-4.648 0-9.297-.322-13.785-1.124-13.465-1.122-26.93-3.045-40.074-5.45z"/></svg>
<svg class="tc-image-publish tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13"><path d="M0 .5A.5.5 0 0 1 .5 0h10a.5.5 0 0 1 0 1H.5A.5.5 0 0 1 0 .5zm6.028 11.986V4.752l2.4 2.401a.513.513 0 1 0 .726-.726L5.878 3.15c-.01-.01-.022-.013-.032-.021a.51.51 0 0 0-.135-.089.53.53 0 0 0-.175-.035c-.008 0-.013-.005-.021-.005-.012 0-.021.007-.032.007a.555.555 0 0 0-.165.032.52.52 0 0 0-.159.106l-.008.005-3.276 3.278a.51.51 0 0 0 0 .725c.201.2.525.2.726 0l2.401-2.401v7.734c0 .284.225.514.508.514s.518-.23.518-.514z"/></svg>
<svg class="tc-image-publish-fail-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 10"><path d="M5 0C2.2 0 0 2.2 0 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 9C2.8 9 1 7.2 1 5s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm1.8-5.1L5.7 5l1.1 1.1c.2.2.2.5 0 .7-.2.2-.5.2-.7 0L5 5.7 3.9 6.8c-.2.2-.5.2-.7 0-.2-.2-.2-.5 0-.7L4.3 5 3.2 3.9c-.2-.2-.2-.5 0-.7.2-.2.5-.2.7 0L5 4.3l1.1-1.1c.2-.2.5-.2.7 0 .2.2.2.5 0 .7z"/></svg>
<svg class="tc-image-publish-l-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 23 15.299999237060547"><path d="M11.5 15.3H4.3C1.9 15.3 0 13.4 0 11c0-2.1 1.4-3.8 3.4-4.2C3.8 2.9 7.1 0 11 0c3 0 5.8 1.8 7 4.5 2.8.2 5 2.6 5 5.4 0 3-2.4 5.4-5.4 5.4h-2.1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2.1c2.4 0 4.4-2 4.4-4.4 0-2.4-1.9-4.4-4.3-4.4-.2 0-.4-.1-.4-.3-1-2.5-3.5-4.2-6.2-4.2-3.5 0-6.5 2.8-6.7 6.3 0 .2-.2.4-.4.5-1.7.2-2.9 1.6-2.9 3.3 0 1.8 1.5 3.3 3.3 3.3h7.2c.3 0 .5.2.5.5s-.3.4-.6.4z"/></svg>
<svg class="tc-image-publish-run-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 10"><path d="M5 10c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5c0 .3-.2.5-.5.5S9 5.3 9 5c0-2.2-1.8-4-4-4S1 2.8 1 5s1.8 4 4 4c1.4 0 2.7-.7 3.4-1.9.1-.2.5-.3.7-.2.2.1.3.5.2.7C8.4 9.1 6.8 10 5 10z"/></svg>
<svg class="tc-image-publish-stop-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 23 15.299999237060547"><path d="M12.8 7.1h-2.6v2.6h2.6V7.1zm-1.3 8.2H4.3C1.9 15.3 0 13.4 0 11c0-2.1 1.4-3.8 3.4-4.2C3.8 2.9 7.1 0 11 0c3 0 5.8 1.8 7 4.5 2.8.2 5 2.6 5 5.4 0 3-2.4 5.4-5.4 5.4h-2.1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2.1c2.4 0 4.4-2 4.4-4.4 0-2.4-1.9-4.4-4.3-4.4h-.3l-.1-.3c-1-2.5-3.5-4.2-6.2-4.2-3.5 0-6.5 2.8-6.7 6.3v.4H4c-1.7.2-2.9 1.6-2.9 3.3 0 1.8 1.5 3.3 3.3 3.3h7.2c.3 0 .5.2.5.5s-.3.5-.6.5zm0-1.9c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-9c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"/></svg>
<svg class="tc-image-publish-success-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 10"><path d="M5 10c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-9C2.8 1 1 2.8 1 5s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm-.2 6.2c.2 0 .3-.1.4-.2l2.3-3.5c.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1L4.8 5.8 3.7 4.5c-.2-.2-.5-.2-.7-.1-.2.2-.2.5-.1.7l1.6 1.8c0 .2.1.3.3.3z"/></svg>
<svg class="tc-image-publish-wait-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 10"><path d="M7.5 5.1c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-2c0-.3.2-.5.5-.5s.5.2.5.5v1.5H7c.2 0 .5.3.5.5zM10 5c0-2.8-2.2-5-5-5S0 2.2 0 5s2.2 5 5 5 5-2.2 5-5zM9 5c0 2.2-1.8 4-4 4S1 7.2 1 5s1.8-4 4-4 4 1.8 4 4z"/></svg>
<svg class="tc-image-pull-request tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M64 32C28.71 32 0 60.71 0 96c0 23.637 12.89 44.307 32 55.391V328.61C12.89 339.693 0 360.363 0 384c0 35.29 28.71 64 64 64s64-28.71 64-64c0-23.637-12.89-44.307-32-55.391V151.391c19.11-11.084 32-31.754 32-55.391 0-35.29-28.71-64-64-64zm0 384c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm0-288c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32zm287 200.034V172.989c0-33.987-10.49-61.002-31.18-80.294-22.111-20.618-54.314-30.388-95.82-29.106V0l-96 96 96 96v-64c26.5 0 42.67 2.642 52.175 11.504 7.183 6.698 10.825 17.964 10.825 33.485v156.196c-18.562 11.217-31 31.589-31 54.814 0 35.29 28.71 64 64 64s64-28.71 64-64c0-24.048-13.338-45.03-33-55.965zM320 416c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32z"/></svg>
<svg class="tc-image-pulse tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.010000228881836 7.320000648498535"><path d="M3.25 0l-.47 1.53L2 4.09l-.03-.06-.09-.34H0v1h1.16l.38 1.16.47 1.47.47-1.5.78-2.5.78 2.5.41 1.34.53-1.28.59-1.47.13.28h2.31v-1H6.32l-.38-.75-.5-.97L5.03 3l-.47 1.19-.84-2.66L3.25 0z"/></svg>
<svg class="tc-image-pushpin tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8.5 0L7 1.5 8.5 3 5 7H1.5l2.75 2.75L0 15.385V16h.615l5.635-4.25L9 14.5V11l4-3.5L14.5 9 16 7.5 8.5 0zM7 8.5l-1-1L9.5 4l1 1L7 8.5z"/></svg>
<svg class="tc-image-pushpin-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 894.5 894"><path d="M238.5 103q2 10 1 20l-1 36 29 23 214 170 30 24 37-12q44-15 90-15 49 0 95 16 26 10 51 24l-169 170-43 43-13 13-169 170q-27-45-36-96-13-72 10-141l12-37-24-30-170-214-23-29-36 1h-4q-8 0-16-1zm15-103q-14 0-24 10l-219 219q-11 11-9.5 27t14.5 24q48 31 104 31h6l170 215q-28 84-11.5 175.5T358.5 865q11 13 27 13 14 0 24-10l206-207 223 223q10 10 23.5 10t23-9.5 9.5-23-10-23.5l-223-223 206-207q11-11 10-26t-13-25q-98-80-226-80-57 0-112 18l-215-170q2-60-30-110-10-15-28-15z"/></svg>
<svg class="tc-image-puzzle tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.58399963378906 39.58300018310547"><path d="M22.167 6.333H33.25v11.083h6.334v9.5H33.25v12.667H22.167V33.25h-9.5v6.333H0V26.916h6.334v-9.5H0V6.333h12.667V0h9.5v6.333z"/></svg>
<svg class="tc-image-puzzle-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.00440216064453 19.5"><path d="M17.004 8.75V7c0-1.93-1.57-3.5-3.5-3.5h-.759c-.14-1.982-1.953-3.5-4.24-3.5s-4.1 1.518-4.242 3.5h-.759c-1.93 0-3.5 1.57-3.5 3.5v1.75c0 1.012.514 1.847 1.295 2.246a2.356 2.356 0 0 0-.894.825 2.664 2.664 0 0 0-.4 1.429V16c0 1.93 1.57 3.5 3.5 3.5h2.75c.975 0 1.83-.497 2.241-1.299l.036.066c.435.772 1.266 1.233 2.222 1.233h2.75c1.93 0 3.5-1.57 3.5-3.5v-2.75c0-1.013-.515-1.849-1.297-2.247.776-.411 1.297-1.256 1.297-2.253zm-2 7.25c0 .825-.675 1.5-1.5 1.5h-2.75c-.356 0-.724-.216-.39-.766.245-.28.39-.619.39-.984 0-.967-1.007-1.75-2.25-1.75s-2.25.783-2.25 1.75c0 .3.095.576.255.823.507.673.136.927-.255.927h-2.75c-.825 0-1.5-.675-1.5-1.5v-2.75c0-.258.113-.521.384-.521.104 0 .23.039.382.13.28.246.62.391.984.391.966 0 1.75-1.008 1.75-2.25s-.784-2.25-1.75-2.25c-.3 0-.576.095-.822.255-.237.171-.422.243-.562.243-.26 0-.366-.245-.366-.498V7c0-.825.675-1.5 1.5-1.5h2.75c.391 0 .762-.254.243-.927a1.593 1.593 0 0 1-.243-.823c0-.967 1.007-1.75 2.25-1.75s2.25.783 2.25 1.75c0 .365-.145.704-.39.984-.334.55.034.766.39.766h2.75c.825 0 1.5.675 1.5 1.5v1.75c0 .258-.113.521-.384.521-.104 0-.229-.039-.382-.13a1.488 1.488 0 0 0-.984-.391c-.966 0-1.75 1.008-1.75 2.25s.784 2.25 1.75 2.25c.3 0 .576-.095.822-.255.237-.171.422-.244.562-.243.26 0 .365.245.365.498V16zm-13-5.806c.116.032.236.054.365.054.342 0 .683-.119 1.038-.364l.07-.041a.507.507 0 0 1 .277-.093c.354 0 .75.535.75 1.25s-.396 1.25-.75 1.25a.496.496 0 0 1-.324-.142l-.143-.104a1.73 1.73 0 0 0-.899-.275c-.134 0-.26.023-.384.059v-1.594zm12.635 1.558c-.342 0-.683.119-1.038.364l-.069.041a.506.506 0 0 1-.277.093c-.354 0-.75-.535-.75-1.25s.396-1.25.75-1.25c.108 0 .217.048.324.142l.143.104c.302.183.604.275.9.275.135 0 .261-.025.383-.062v1.597a1.372 1.372 0 0 0-.366-.054zM7.696 17.5c.101-.346.093-.816-.305-1.396l-.044-.074a.522.522 0 0 1-.094-.279c0-.354.534-.75 1.25-.75s1.25.396 1.25.75a.497.497 0 0 1-.143.325l-.104.142c-.325.537-.31.979-.22 1.284h-1.59z"/></svg>
<svg class="tc-image-puzzle-piece tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M3 0c-.28 0-.54.1-.72.28C2.1.46 2 .72 2 1c0 .28.18.48.28.72.03.06.03.16.03.28H0v6h2.31c0-.12-.01-.22-.03-.28C2.18 7.48 2 7.28 2 7c0-.28.1-.54.28-.72C2.46 6.1 2.72 6 3 6c.28 0 .54.1.72.28.18.18.28.44.28.72 0 .28-.18.48-.28.72-.03.06-.03.16-.03.28H6V5.69c.12 0 .22.01.28.03.24.1.44.28.72.28.28 0 .54-.1.72-.28C7.9 5.54 8 5.28 8 5c0-.28-.1-.54-.28-.72C7.54 4.1 7.28 4 7 4c-.28 0-.48.18-.72.28-.06.03-.16.03-.28.03V2H3.69c0-.12.01-.22.03-.28.1-.24.28-.44.28-.72 0-.28-.1-.54-.28-.72C3.54.1 3.28 0 3 0z"/></svg>
<svg class="tc-image-puzzle-round tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16699981689453 41.16699981689453"><path d="M16.625 0c9.5 3.167-1.583 4.75 3.959 9.5h11.083v11.084c4.75 5.541 6.333-5.542 9.5 3.958-3.167 9.5-4.75-1.583-9.5 3.958v12.667H20.584c-5.542-4.75 5.541-6.333-3.959-9.5-9.5 3.167 1.584 4.75-3.958 9.5H0V28.5c4.75-5.541 6.334 5.542 9.5-3.958-3.166-9.5-4.75 1.583-9.5-3.958V9.5h12.667c5.542-4.75-5.542-6.333 3.958-9.5z"/></svg>
<svg class="tc-image-python tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.773998260498047 22.919002532958984"><path d="M8.656 10.965h5.417c1.508 0 2.712-1.241 2.712-2.756V3.045c0-1.47-1.24-2.574-2.712-2.819C13.141.071 12.175 0 11.248.005S9.435.088 8.656.226C6.361.631 5.944 1.48 5.944 3.045v2.067h5.423v.689H3.908c-1.576 0-2.956.947-3.388 2.75-.498 2.066-.52 3.355 0 5.512.385 1.606 1.306 2.75 2.882 2.75h1.865v-2.478c0-1.79 1.549-3.369 3.388-3.369zm-.342-7.231a1.024 1.024 0 0 1-1.018-1.03c0-.572.455-1.037 1.018-1.037.56 0 1.018.465 1.018 1.037 0 .57-.457 1.03-1.018 1.03zM22.207 8.55c-.389-1.569-1.133-2.75-2.712-2.75H17.46v2.408c0 1.867-1.583 3.439-3.388 3.439H8.655c-1.484 0-2.712 1.27-2.712 2.756v5.164c0 1.47 1.278 2.334 2.712 2.756 1.717.505 3.363.596 5.417 0 1.365-.395 2.712-1.191 2.712-2.756V17.5h-5.417v-.689h8.129c1.576 0 2.163-1.099 2.712-2.75.566-1.699.542-3.332 0-5.512zm-7.793 10.329c.562 0 1.018.461 1.018 1.03 0 .572-.456 1.037-1.018 1.037a1.03 1.03 0 0 1-1.018-1.037c0-.57.457-1.03 1.018-1.03z"/></svg>
<svg class="tc-image-qq tc-image-button" width="22pt" height="22pt" viewBox="0 0 944.6669921875 934.3330078125"><path d="M826 611.333c20 14.667 32.667 32.333 38 53 5.333 20.667 1.333 41-12 61-73.333 102.667-172.667 165-298 187s-240-3.667-344-77c-16-10.667-28.667-20.667-38-30 50.667 16 100 24.333 148 25 48 .667 90.667-5.333 128-18s71-27 101-43 56.667-35 80-57 41-39.333 53-52c12-12.667 21.333-24.333 28-35 13.333-20 31-31 53-33s43 4.333 63 19m-612-30c9.333 21.333 9.667 41.667 1 61s-24.333 34.333-47 45c-21.333 10.667-42.667 13-64 7s-36.667-19.667-46-41c-53.333-114.667-58-232-14-352s123.333-206.667 238-260c16-6.667 30.667-12 44-16-56 50.667-97 107.333-123 170s-36.667 122-32 178c4.667 56 10.667 99.333 18 130s15.667 56.667 25 78m302-580c126.667 12 230.667 66.667 312 164s116.667 209.333 106 336c-2.667 21.333-5.333 37.333-8 48-13.333-61.333-35.667-115.667-67-163s-64-83.667-98-109-70.667-46.333-110-63-70-27.333-92-32c-22-4.667-41-7.667-57-9-22.667-1.333-40.667-11-54-29-13.333-18-18.667-39-16-63 2.667-25.333 11.333-45.333 26-60 14.667-14.667 34-21.333 58-20m-196 486c10.667-25.333 22-40.667 34-46v-6c0-8 2.667-16 8-24v-2c0-5.333.667-9.333 2-12 2.667-33.333 13.667-60.667 33-82s45.667-32 79-32c32 0 58 10.667 78 32s30.667 48.667 32 82c1.333 2.667 2 6.667 2 12v2c5.333 5.333 8 13.333 8 24v6c12 5.333 23.333 20.667 34 46 17.333 36 19.333 58 6 66-8 4-18-3.333-30-22-4 18.667-14 34-30 46 17.333 6.667 26 15.333 26 26 0 9.333-6 17-18 23s-26.667 9-44 9c-34.667 0-54.667-8.667-60-26h-8c-8 17.333-28.667 26-62 26-17.333 0-32-3-44-9s-18-13.667-18-23c0-10.667 8.667-19.333 26-26-16-13.333-26-28.667-30-46-12 18.667-21.333 26-28 22-14.667-6.667-13.333-28.667 4-66"/></svg>
<svg class="tc-image-qr tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M3.167 3.167h3.166v3.166H3.167V3.167zM0 0h9.5v9.5H0V0zm1.583 1.584v6.333h6.334V1.583H1.583zm30.084 1.583h3.166v3.166h-3.166V3.167zM28.5 0H38v9.5h-9.5V0zm1.583 1.584v6.333h6.334V1.583h-6.334zM3.167 31.666h3.166v3.166H3.167v-3.166zM0 28.5h9.5V38H0v-9.5zm1.583 1.583v6.334h6.334v-6.334H1.583zM0 12.667h3.167v3.166h3.166V19h6.334v-3.166H6.333v-3.167h6.334v3.166H19v6.334h-3.167v3.166h6.334v6.334H19v3.166h3.166V38H19v-3.167h-3.167V38h-3.166v-9.5h3.166v3.167H19V28.5h-3.167v-3.167H9.5v-3.166H3.167v3.166H0v-3.166h3.167v-6.334H0v-3.166zM15.833 19h-3.166v3.167h3.166V19zm6.334-3.166h3.166v-3.167H19V9.5h-3.167v3.167h-3.166V9.5h3.166V6.333h-3.166V0h3.166v6.333H19V3.167h3.167V0h3.166v6.333h-3.166V9.5h3.166v3.167H28.5V19h3.167v3.167h3.166V28.5H38v6.333h-3.167v-3.166h-3.166V38h-6.334v-3.167H28.5v-3.166h-3.167V28.5H28.5v3.167h3.167v-6.334H28.5V19h-3.167v6.333h-3.166v-9.5zm9.5-3.167h3.166v3.166H38V19h-6.333v-6.333z"/></svg>
<svg class="tc-image-qr-scanner tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 384"><path d="M48 60.171C48 53.233 53.232 48 60.171 48H128V0H61.171C27.717 0 0 26.717 0 60.171V128h48V60.171zM355.579 0H288v48h67.219C362.157 48 368 53.232 368 60.171V128h48V60.171C416 26.717 389.033 0 355.579 0zM368 322.829c0 6.938-5.232 12.171-12.171 12.171H288v49h67.829C389.283 384 416 356.283 416 322.829V256h-48v66.829zM60.171 335C53.232 335 48 329.768 48 322.829V256H0v66.829C0 356.283 27.717 384 61.171 384H128v-49H60.171z"/></svg>
<svg class="tc-image-qrcode tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M320 64H64v256h256V64zm64-64v384H0V0h384zM128 128h128v128H128zm832-64H704v256h256V64zm64-64v384H640V0h384zM768 128h128v128H768zM320 704H64v256h256V704zm64-64v384H0V640h384zM128 768h128v128H128zM448 0h64v64h-64zm64 64h64v64h-64zm-64 64h64v64h-64zm64 64h64v64h-64zm-64 64h64v64h-64zm64 64h64v64h-64zm-64 64h64v64h-64zm0 128h64v64h-64zm64 64h64v64h-64zm-64 64h64v64h-64zm64 64h64v64h-64zm-64 64h64v64h-64zm64 64h64v64h-64zm-64 64h64v64h-64zm64 64h64v64h-64zm448-448h64v64h-64zm-896 0h64v64H64zm64-64h64v64h-64zM0 448h64v64H0zm256 0h64v64h-64zm64 64h64v64h-64zm64-64h64v64h-64zm192 64h64v64h-64zm64-64h64v64h-64zm64 64h64v64h-64zm64-64h64v64h-64zm64 64h64v64h-64zm64-64h64v64h-64zm64 192h64v64h-64zm-384 0h64v64h-64zm64-64h64v64h-64zm64 64h64v64h-64zm128 0h64v64h-64zm64-64h64v64h-64zm64 192h64v64h-64zm-384 0h64v64h-64zm64-64h64v64h-64zm128 0h64v64h-64zm64 64h64v64h-64zm64-64h64v64h-64zm64 192h64v64h-64zm-320-64h64v64h-64zm64 64h64v64h-64zm64-64h64v64h-64zm64 64h64v64h-64zm-192 64h64v64h-64zm128 0h64v64h-64zm128 0h64v64h-64z"/></svg>
<svg class="tc-image-quantopian tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M1 0h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zm1 2v12h12V2H2zm1.6 7.2h1.6v3.2H3.6V9.2zM6 6h1.6v6.4H6V6zm2.4 1.6H10v4.8H8.4V7.6zm2.4-4h1.6v8.8h-1.6V3.6z"/></svg>
<svg class="tc-image-queen tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1300"><path d="M600 0q40 0 68.5 29.5T697 100H503q0-41 28.5-70.5T600 0zM443 200h314q18 37 18 75 0 8-3 25h328q41 0 44.5 16.5T1114 355L939 500H261L83 355q-34-22-29-38.5t46-16.5h328q-3-17-3-25 0-38 18-75zM250 600h700q21 0 35.5 14.5T1000 650t-14.5 35.5T950 700H800v200l275 200H125l275-200V700H250q-21 0-35.5-14.5T200 650t14.5-35.5T250 600zM50 1200h1100q21 0 35.5 14.5t14.5 35.5v50H0v-50q0-21 14.5-35.5T50 1200z"/></svg>
<svg class="tc-image-query tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.068195343017578 8.000993728637695"><path d="M.76 8.001a.64.64 0 0 1-.489-.233.892.892 0 0 1 0-1.134l4.124-2.633L.271 1.368a.892.892 0 0 1 0-1.134.629.629 0 0 1 .98 0l4.614 3.2a.891.891 0 0 1 0 1.133l-4.615 3.2a.648.648 0 0 1-.49.234zm10.79-6H7.586a.509.509 0 0 0-.518.5c0 .275.23.5.52.5h3.963a.509.509 0 0 0 .517-.499.51.51 0 0 0-.518-.501zm0 3H7.586a.509.509 0 0 0-.518.5c0 .275.23.5.52.5h3.963a.509.509 0 0 0 .517-.499.51.51 0 0 0-.518-.501z"/></svg>
<svg class="tc-image-query-builder tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20C31.04 40 40 31.05 40 20S31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/><path d="M21 10h-3v12l10.49 6.3L30 25.84l-9-5.34z"/></svg>
<svg class="tc-image-question tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.333999633789062 39.5829963684082"><path d="M11.875 31.666a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zM12.667 0c6.996 0 12.667 4.525 12.667 11.083 0 2.375-1.584 6.333-4.75 7.917-3.167 1.583-4.75 3.71-4.75 6.333V28.5H7.917v-2.375c0-5.385 4.75-8.709 6.333-10.292 3.167-3.167 3.167-3.606 3.167-4.75a4.75 4.75 0 0 0-9.5 0v2.375H0v-1.583C0 5.316 5.671 0 12.667 0z"/></svg>
<svg class="tc-image-question-answer tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M38 8h-4v18H8v4c0 1.1.9 2 2 2h22l8 8V10c0-1.1-.9-2-2-2zm-8 12V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v28l8-8h20c1.1 0 2-.9 2-2z"/></svg>
<svg class="tc-image-question-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 1024C229.248 1024 0 794.752 0 512 0 229.312 229.248 0 512 0s512 229.248 512 512-229.248 512-512 512zm0-192.064c35.776 0 64.768-28.544 64.768-63.808 0-35.2-28.992-63.808-64.768-63.808-35.776 0-64.768 28.608-64.768 63.808 0 35.264 28.992 63.808 64.768 63.808zm138.752-596.224c-33.92-27.904-82.24-43.456-140.032-43.456-42.56 0-78.912 7.68-110.144 20.16-16.576 6.72-69.632 39.68-80.64 48.896l32.384 48.32c5.312 9.344 13.952 14.08 25.92 14.08 4.992 0 10.624-1.984 16.96-5.888 4.608-2.88 41.088-21.696 56.512-26.368 32.32-9.6 67.84-5.696 84.16-.64 22.272 6.848 38.4 19.904 47.36 37.76 5.888 11.776 13.376 44.16-4.224 74.432-14.656 25.088-37.568 44.16-62.848 61.056-13.504 9.216-26.048 18.624-37.376 28.416-.512 0-1.792.96-4.672 3.52 1.408-1.216 3.264-2.304 4.672-3.52 3.2-.128-30.784 43.328-30.784 83.52v64h128v-64c0-33.28 16.128-51.968 16.448-56.704 11.008-7.872 61.056-46.144 72.96-59.904C687.616 433.792 704 400 704 352.384c0-48.832-19.392-88.832-53.248-116.672z"/></svg>
<svg class="tc-image-question-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M880 1072v160q0 14-9 23t-23 9H688q-14 0-23-9t-9-23v-160q0-14 9-23t23-9h160q14 0 23 9t9 23zm256-496q0 50-15 90t-45.5 69-52 44-59.5 36q-32 18-46.5 28t-26 24-11.5 29v32q0 14-9 23t-23 9H688q-14 0-23-9t-9-23v-68q0-35 10.5-64.5t24-47.5 39-35.5 41-25.5 44.5-21q53-25 75-43t22-49q0-42-43.5-71.5T773 473q-56 0-95 27-29 20-80 83-9 12-25 12-11 0-19-6l-108-82q-10-7-12-20t5-23q122-192 349-192 129 0 238.5 89.5T1136 576zM768 128q-130 0-248.5 51t-204 136.5-136.5 204T128 768t51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5-51-248.5-136.5-204-204-136.5T768 128zm768 640q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-question-mark tc-image-button" width="22pt" height="22pt" viewBox="0 0 4.970000743865967 8"><path d="M2.47 0C1.62 0 .99.26.59.66c-.4.4-.54.9-.59 1.28l1 .13c.04-.25.12-.5.31-.69C1.5 1.19 1.8 1 2.47 1c.66 0 1.02.16 1.22.34.2.18.28.4.28.66 0 .83-.34 1.06-.84 1.5-.5.44-1.16 1.08-1.16 2.25V6h1v-.25c0-.83.31-1.06.81-1.5.5-.44 1.19-1.08 1.19-2.25 0-.48-.17-1.02-.59-1.41C3.95.2 3.31 0 2.47 0zm-.5 7v1h1V7h-1z"/></svg>
<svg class="tc-image-question-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-10.84 150.366c72.81.176 131.308 23.199 172.119 65.332s59.525 93.882 59.912 145.679c-.506 54.584-4.674 79.714-48.56 145.679S618.408 668.475 639.258 775.635l-84.229-1.465c-37.307-75.07-27.828-165.374.586-225.146s49.711-78.979 72.803-134.253c23.092-55.274-31.621-117.719-81.519-118.14s-68.904 20.18-84.521 55.444h-68.335c-5.902-3.408-18.63-7.206-14.429-69.507S516.351 150.19 589.16 150.366zm4.248 695.142c56.338 0 101.88 45.615 101.88 101.953s-45.542 102.173-101.88 102.173-101.953-45.835-101.953-102.173 45.615-101.953 101.953-101.953z"/></svg>
<svg class="tc-image-queue tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8zm32-8H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-2 18h-8v8h-4v-8h-8v-4h8V6h4v8h8v4z"/></svg>
<svg class="tc-image-queue-music tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 28"><path d="M24 0H0v4h24V0zm0 8H0v4h24V8zM0 20h16v-4H0v4zM28 0v16.37c-.63-.23-1.29-.37-2-.37-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6V4h6V0H28z"/></svg>
<svg class="tc-image-queue-play-next tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 46 39"><g transform="translate(-2 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M42 6H6c-2.22 0-4 1.78-4 4v24c0 2.2 1.78 4 4 4h10v4h16v-4h4v-4H6V10h36v16h4V10c0-2.22-1.8-4-4-4zM26 20v-6h-4v6h-6v4h6v6h4v-6h6v-4h-6zm22 16l-9 9-3-3 6-6-6-6 3-3 9 9z"/></g></svg>
<svg class="tc-image-quick tc-image-button" width="22pt" height="22pt" viewBox="0 0 1027.1856689453125 241.68798828125"><path d="M214.998 196.209c-5.038-4.229-4.997-4.188-1.464-9.339 13.517-19.722 21.401-41.226 20.87-65.464-.287-5.888-.042-11.868-.943-17.664-4.26-27.402-16.569-50.678-37.417-68.997C167.167 9.36 133.56 0 95.784 7.425 69.232 12.648 47.164 26.164 29.89 46.89 8.222 72.89 0 103.323 4.3 136.552c3.768 29.092 17.572 53.34 40.13 72.428 20.183 17.07 43.591 26.071 69.817 27.31 23.582 1.127 45.466-5.069 65.577-17.51 6.318-3.911 6.37-3.819 11.93 1.26 6.88 6.288 13.823 12.503 20.612 18.883 2.51 2.365 4.547 2.765 7.004 0a1034.032 1034.032 0 0 1 16.927-18.616c2.437-2.622 2.427-4.423-.553-6.779-7.076-5.581-13.845-11.53-20.746-17.316zM119.1 206.306c-44.964 2.078-86.722-36.547-86.63-85.904.092-46.838 39.2-85.831 86.19-85.945 47.206-.112 86.293 38.697 86.62 85.484.338 49.634-41.554 88.259-86.18 86.364zm906.138 21.309a93842.318 93842.318 0 0 0-74.352-93.368c-5.817-7.291-11.633-14.582-17.572-21.77-2.908-3.512-3.174-6.533.665-9.493 1.218-.942 2.212-2.191 3.298-3.298 26.992-27.546 53.986-55.101 80.978-82.647 1.086-1.106 2.386-2.099 3.184-3.389.727-1.167 1.26-2.703 1.157-4.014-.04-.512-2.058-1.229-3.174-1.239-11.51-.092-23.03-.236-34.529.103-2.11.061-4.557 1.813-6.154 3.461-27.515 28.334-54.938 56.76-82.34 85.217-5.817 6.042-11.428 12.298-17.203 18.381-4.188 4.413-8.51 8.704-13.916 14.213V20.511c0-2.181-.082-4.362-.02-6.533.112-3.891-1.76-5.704-5.622-5.683-5.6.03-11.202-.031-16.804-.021-11.694.01-11.715.021-11.715 11.766-.01 66.898 0 133.785 0 200.683 0 1.863-.082 3.737.041 5.601.37 5.642.85 6.216 6.76 6.39 6.215.184 12.441.112 18.667.03 8.551-.112 8.643-.174 8.683-9.124.062-14.93.051-29.87-.01-44.8-.01-3.799.226-7.209 3.308-10.189 12.288-11.889 24.361-23.992 37.386-36.874 3.36 4.116 6.328 7.659 9.206 11.284 22.425 28.231 44.851 56.464 67.216 84.746 2.703 3.42 5.817 5.171 10.342 5.048 9.636-.256 19.292-.03 28.928-.133 1.67-.021 3.328-.697 5.54-1.198-.87-1.782-1.229-2.98-1.946-3.891zM458.024 8.407c-8.089-.102-16.179-.072-24.259.02-3.062.031-4.362 1.956-4.393 4.864a599.122 599.122 0 0 0-.05 7.465c0 31.426.163 62.853-.083 94.269-.103 13.025-.348 26.122-1.813 39.045-2.212 19.63-10.865 35.84-29.757 44.176-17.142 7.567-35.062 8.038-52.736 1.649-15.473-5.591-26.214-16.251-31.478-32.103-2.959-8.899-4.823-17.93-4.813-27.382.062-39.824 0-79.647-.02-119.47 0-2.488-.032-4.976-.042-7.465-.02-3.44-1.802-5.13-5.192-5.14-6.533-.03-13.066-.092-19.599-.041-9.216.082-9.329.154-9.349 9.441-.05 21.474-.02 42.937-.01 64.409 0 18.361.174 36.721-.062 55.071-.174 13.496 1.567 26.695 5.868 39.434 7.014 20.787 19.262 37.447 39.188 47.769 26.83 13.885 54.702 15.278 83.18 6.502 29.143-8.981 46.858-29.255 55.481-58.061 3.952-13.22 5.058-26.89 5.192-40.51.38-37.335.133-74.67.123-112.005 0-2.181.021-4.362-.123-6.533-.236-3.246-1.915-5.366-5.253-5.406zm320.287 168.438c-5.796-5.57-5.99-5.663-11.98.154-8.562 8.315-18.085 15.094-28.919 20.183-28.958 13.589-64.727 7.926-87.306-14.684-22.457-22.498-29.337-50.402-23.357-80.702 11.797-59.73 73.154-79.913 118.262-53.422 7.701 4.526 14.551 10.547 21.504 16.24 2.867 2.345 4.885 3.461 7.731.226 5.13-5.837 10.394-11.55 15.74-17.203 2.784-2.939 2.252-5.223-.452-7.906-10.035-9.943-21.145-18.432-34.099-24.084-20.572-8.981-41.943-12.288-64.512-9.789-27.556 3.041-50.75 14.51-69.529 34.314-21.258 22.405-30.935 49.808-31.539 84.081.41 3.645.84 10.793 2.048 17.797 5.703 33.3 21.986 59.914 51.097 77.67 24.238 14.787 50.544 19.354 78.787 15.216 28.13-4.116 50.698-17.602 69.888-37.827 2.5-2.642 2.365-4.721-.092-7.127-4.455-4.362-8.786-8.827-13.27-13.138zM546.026 13.948c.102-3.901-1.802-5.662-5.642-5.652-6.523.03-13.056-.113-19.579 0-7.7.143-8.499 1.003-8.807 8.55-.05 1.239-.01 2.489-.01 3.728v199.557c0 2.181.01 4.352.092 6.523.164 4.147 2.284 6.144 6.513 6.093 7.148-.092 14.295-.113 21.442.01 4.393.072 6.226-1.936 6-6.216-.112-2.171 0-4.352 0-6.523V20.461c.01-2.171-.072-4.342-.01-6.512z"/></svg>
<svg class="tc-image-quill tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.75 31.666000366210938"><path d="M0 31.666S22.166 0 41.166 0c1.584 1.583 1.584 3.166 0 4.75-1.583 1.583-3.562-.396-5.145 1.187-1.584 1.584 2.442.86 3.562 1.98 1.583 1.583-5.542 3.562-8.708 1.979 0 0-.792.395 2.375 3.562-3.167.792-8.313 1.188-8.313 1.188s-1.187 2.77 5.146 2.77c0 1.584-6.73 4.75-14.646 3.563 0 0-7.52 4.354-10.687 9.104L0 31.666z"/></svg>
<svg class="tc-image-quora tc-image-button" width="22pt" height="22pt" viewBox="0 0 455.1679992675781 511.99993896484375"><path d="M0 230.912c0-41.648 10.16-80.208 30.464-115.712 20.32-35.504 47.872-63.568 82.688-84.225C147.967 10.32 186.032 0 227.328 0c62.8 0 116.48 22.528 161.008 67.584 44.56 45.055 66.832 99.504 66.832 163.328 0 40.624-9.727 78.24-29.184 112.896-19.456 34.656-45.728 62.368-78.864 83.2.336.672.96 1.792 1.808 3.328.848 1.536 2.816 4.272 5.872 8.193 3.072 3.935 6.656 7.68 10.752 11.263 4.097 3.584 9.728 7.248 16.912 11.008 7.152 3.744 14.848 6.656 23.024 8.688v38.928C393.2 510.8 381.776 512 371.184 512c-17.072 0-31.584-3.055-43.52-9.216-19.12-9.888-34.656-25.936-46.592-48.128-16.384 4.432-34.32 6.656-53.76 6.656-40.96 0-78.928-10.32-113.92-30.976-34.992-20.656-62.64-48.64-82.944-83.968C10.161 311.04.001 272.56.001 230.912zm113.152 30.208c0 39.6 11.343 73.472 34.048 101.632 22.687 28.16 50.08 42.256 82.175 42.256 8.88 0 17.744-1.376 26.624-4.096a199.531 199.531 0 0 1-2.816-4.352c-1.184-1.872-3.664-5.024-7.44-9.472-3.744-4.432-7.744-8.448-12.032-12.032-4.271-3.584-9.551-6.928-15.855-9.984-6.32-3.072-12.545-4.784-18.689-5.12v-45.056c3.409-.336 6.817-.496 10.24-.496 40.625 0 75.264 15.36 103.937 46.08 21.503-27.648 32.255-60.768 32.255-99.327V201.76c0-39.6-11.343-73.472-34.03-101.632-22.721-28.16-50.097-42.24-82.193-42.24-32.08 0-59.472 14.08-82.176 42.24s-34.048 62.032-34.048 101.632v59.36z"/></svg>
<svg class="tc-image-quote tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.169999122619629 12.670000076293945"><path d="M6.16 1.84C3.73 3.4 2.55 5.01 2.55 7.7c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25C0 4.62 1.75 1.89 5.02 0l1.14 1.84zm7 0C10.73 3.4 9.55 5.01 9.55 7.7c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z"/></svg>
<svg class="tc-image-quote-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.9370002746582 32.553001403808594"><path d="M37.937 6.08c-5.02 2.01-7.806 6.697-7.854 13.807h6.334v12.666h-14.25v-11.78c0-3.309.776-6.547 1.187-8.985.412-2.438 1.492-3.297 3.242-5.744 1.75-2.446 4.437-4.46 8.063-6.044l3.278 6.08zm-22.167 0c-4.972 2.01-7.758 6.697-7.853 13.807h6.333v12.666H0v-11.78c0-3.309.776-6.547 1.188-8.985.411-2.438 1.476-3.297 3.194-5.744C6.1 3.598 8.803 1.584 12.492 0l3.278 6.08z"/></svg>
<svg class="tc-image-quote-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.9370002746582 32.553001403808594"><path d="M0 6.08c5.02 2.01 7.806 6.697 7.854 13.807H1.52v12.666h14.25v-11.78c0-3.309-.776-6.547-1.187-8.985-.412-2.438-1.492-3.297-3.242-5.744C9.591 3.598 6.904 1.584 3.278 0L0 6.08zm22.167 0c4.972 2.01 7.758 6.697 7.853 13.807h-6.333v12.666h14.25v-11.78c0-3.309-.776-6.547-1.188-8.985-.411-2.438-1.476-3.297-3.194-5.744-1.718-2.446-4.421-4.46-8.11-6.044l-3.278 6.08z"/></svg>
<svg class="tc-image-quotes tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 989.31298828125"><path d="M518.474 0C305.831 14.943.168 48.893 0 465.343v523.97h474.504v-560.61H316.946c-9.981-149.692 113.284-188.345 247.328-218.016L518.474 0zm635.724 0C941.556 14.943 635.893 48.893 635.726 465.343v523.97h474.504v-560.61H952.672C942.689 279.01 1065.956 240.358 1200 210.687L1154.198 0z"/></svg>
<svg class="tc-image-quotes-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-45.923 282.422l25.781 118.726c-75.541 16.721-145.005 38.468-139.38 122.827h88.77v315.967H261.841V544.629c.095-234.691 172.401-253.786 292.236-262.207zm358.228 0l25.854 118.726c-75.541 16.721-145.005 38.468-139.38 122.827h88.77v315.967H620.142V544.629c.094-234.691 172.328-253.786 292.163-262.207z"/></svg>
<svg class="tc-image-quotes-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.016000747680664 11"><path d="M3.516 4a3.5 3.5 0 1 1-3.5 3.5L0 7a7 7 0 0 1 7-7v2a4.97 4.97 0 0 0-3.536 1.464 5.01 5.01 0 0 0-.497.578c.179-.028.362-.043.548-.043zm9 0a3.5 3.5 0 1 1-3.5 3.5L9 7a7 7 0 0 1 7-7v2a4.97 4.97 0 0 0-3.536 1.464 5.01 5.01 0 0 0-.497.578c.179-.028.362-.043.549-.043z"/></svg>
<svg class="tc-image-quotes-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.016000747680664 11"><path d="M12.5 7A3.5 3.5 0 1 1 16 3.5l.016.5a7 7 0 0 1-7 7V9a4.97 4.97 0 0 0 3.536-1.464 5.01 5.01 0 0 0 .497-.578 3.547 3.547 0 0 1-.549.043zm-9 0A3.5 3.5 0 1 1 7 3.5l.016.5a7 7 0 0 1-7 7V9a4.97 4.97 0 0 0 3.536-1.464 5.01 5.01 0 0 0 .497-.578 3.547 3.547 0 0 1-.549.043z"/></svg>
<svg class="tc-image-ra tc-image-button" width="22pt" height="22pt" viewBox="0 0 1761 1792"><path d="M4 874q8-217 116-406t305-318h5q0 1-1 3-8 8-28 33.5T349 263t-60 110.5T244.5 509t-14 150.5 39 157.5T378 971q50 50 102 69.5t90.5 11.5 69.5-23.5 47-32.5l16-16q39-51 53-116.5t6.5-122.5-21-107-26.5-80l-14-29q-10-25-30.5-49.5t-43-41T584 405t-35-19l-13-6 104-115q39 17 78 52t59 61l19 27q1-48-18.5-103.5T737 214l-20-31L878 0l160 181q-33 46-52.5 102.5T963 374l-4 33q22-37 61.5-72.5T1088 282l28-17 103 115q-44 14-85 50t-60 65l-19 29q-31 56-48 133.5t-7 170 57 156.5q33 45 77.5 60.5t85 5.5 76-26.5T1353 990l21-16q60-53 96.5-115t48.5-121.5 10-121.5-18-118-37-107.5-45.5-93-45-72T1349 178l-13-17q-14-13-7-13l10 3q40 29 62.5 46t62 50 64 58 58.5 65 55.5 77 45.5 88 38 103 23.5 117 10.5 136q3 259-108 465t-312 321-456 115q-185 0-351-74t-283.5-198-184-293T4 874z"/></svg>
<svg class="tc-image-rackspace tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.01199722290039 23.564647674560547"><path d="M25.851 22.312L13.783 1.41a.895.895 0 1 0-1.553 0L.161 22.312c-.161.278-.161.573 0 .852s.457.4.777.4h24.137c.321 0 .615-.123.776-.4s.161-.574 0-.852zm-7.678-1.687l.032-.906-3.482.615-.158-.166.045-1.212h-.091s-.954 1.598-3.068 1.598c-1.568 0-3.045-.632-3.045-3.176 0-2.57 1.931-3.427 3.954-3.427h2.128v-1.026c0-1.023-.689-1.613-1.962-1.613-1.432 0-3.12.227-3.12.227l-.12-.16V9.654s1.821-.227 3.708-.227c1.727 0 3.798.454 3.798 2.999v5.856l1.163-.221-.331-.848 2.903 1.273-2.353 2.138zm-7.563-3.42c0 1.18.825 1.45 1.62 1.45.75 0 1.665-.185 2.257-1.116v-1.941h-1.536c-1.546 0-2.341.38-2.341 1.607z"/></svg>
<svg class="tc-image-radar tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.2030029296875 44.33399963378906"><path d="M28.643 40.555c-2.324 2.553-7.639 2.753-12.94.516v3.263H7.787v-8.828C1.507 28.712 0 18.904 4.013 15.924l9.947 9.948 5.15-3.678a4.75 4.75 0 1 1 2.172 2.355l-3.602 5.042 10.963 10.964zM23.62 7.917c6.996 0 12.667 5.671 12.667 12.667a12.6 12.6 0 0 1-2.103 6.99c.339-1.216.52-2.499.52-3.824 0-7.87-6.38-14.25-14.25-14.25-1.326 0-2.608.181-3.825.52a12.607 12.607 0 0 1 6.991-2.103zM25.839 0c10.142 0 18.364 8.68 18.364 19.385 0 3.954-1.122 7.632-3.048 10.699a22.99 22.99 0 0 0 .753-5.853c0-12.044-9.25-21.808-20.66-21.808-1.92 0-3.78.277-5.545.795C18.608 1.185 22.093 0 25.839 0z"/></svg>
<svg class="tc-image-radar-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zM3.695 5.543l1.404.514a2.483 2.483 0 0 0-.197.973c0 1.127.754 2.07 1.78 2.382l-.41 1.437c-1.654-.49-2.87-2.005-2.87-3.819 0-.527.108-1.027.293-1.487zm3.719 1.431c.198.173.849.741 1.509 1.341a1.988 1.988 0 0 1-1.163.679l-.346-2.02zm-.01-.054L7.4 6.905l-.004.014-.051-.002.04.036-.568 1.98A1.993 1.993 0 0 1 5.4 7.03c0-.285.062-.555.169-.801l1.827.669s-.423-.703-.97-1.604c.289-.163.619-.264.974-.264 1.099 0 1.988.886 1.998 1.982L7.403 6.92zm.44 2.565a2.482 2.482 0 0 0 1.445-.833c.449.415.854.808 1.067 1.054a3.964 3.964 0 0 1-2.26 1.254l-.252-1.475zm3.55-2.379L9.9 7.036V7.03c0-1.378-1.12-2.5-2.5-2.5-.45 0-.866.129-1.231.338l-.78-1.277a3.952 3.952 0 0 1 2.012-.561 4 4 0 0 1 4 4c0 .026-.007.05-.008.076zM1.389 7.03c0-.77.15-1.503.414-2.18l1.143.418A4.764 4.764 0 0 0 2.6 7.03c0 2.177 1.465 3.998 3.454 4.584-.143.507-.26.926-.33 1.187A6.012 6.012 0 0 1 1.39 7.03zm7.047 5.916l-.206-1.2c2.25-.396 3.97-2.354 3.97-4.716 0-2.647-2.152-4.8-4.8-4.8-.89 0-1.713.26-2.428.684a91.871 91.871 0 0 0-.651-1.04 5.975 5.975 0 0 1 3.08-.856 6.01 6.01 0 0 1 1.035 11.928z"/></svg>
<svg class="tc-image-radar-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 17"><path d="M8.497 0C3.812 0 0 3.812 0 8.5S3.813 17 8.5 17c4.688 0 8.5-3.812 8.5-8.5S13.188 0 8.497 0zM8.5 15C4.916 15 2 12.084 2 8.5S4.914 2 8.5 2C12.084 2 15 4.916 15 8.5S12.084 15 8.5 15zm3.348-7.469L12 7.5h.879A4.497 4.497 0 0 0 9.5 4.122V5c0 .551-.449 1-1 1a.989.989 0 0 1-.969-.846L7.5 5v-.88A4.5 4.5 0 0 0 4.12 7.5H5l.153.031c.476.076.847.472.847.969s-.371.893-.846.969L5 9.5h-.878A4.506 4.506 0 0 0 7.5 12.879V12l.031-.154c.077-.476.472-.846.969-.846s.893.371.969.848L9.5 12v.879A4.503 4.503 0 0 0 12.879 9.5H12l-.152-.031C11.371 9.393 11 8.997 11 8.5s.371-.893.848-.969zm-.446 2.867a3.51 3.51 0 0 1-1.004 1.002c-.256-.81-1.004-1.401-1.897-1.401s-1.642.592-1.898 1.401c-.4-.262-.74-.603-1.003-1.002A1.995 1.995 0 0 0 7.001 8.5c0-.895-.592-1.643-1.402-1.898.263-.399.603-.74 1.004-1.002a1.994 1.994 0 0 0 1.898 1.401c.894 0 1.644-.593 1.899-1.403.399.264.74.604 1.002 1.004A1.995 1.995 0 0 0 10.001 8.5a1.992 1.992 0 0 0 1.401 1.898z"/></svg>
<svg class="tc-image-radar-screen tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.38055419921875 46.321815490722656"><path d="M33.13 36.417c1.208 0 2.311.452 3.15 1.196 4.804-3.449 7.932-9.082 7.932-15.446 0-1.81-.253-3.562-.726-5.221l-4.569 1.305a14.26 14.26 0 0 1 .545 3.916c0 7.87-6.38 14.25-14.25 14.25-2.71 0-5.245-.757-7.402-2.07a4.75 4.75 0 0 1-5.913-7.093 14.216 14.216 0 0 1-.935-5.087c0-3.577 1.318-6.845 3.494-9.347a4.75 4.75 0 0 1 8.161-4.667 14.324 14.324 0 0 1 2.595-.236c1.358 0 2.672.19 3.916.545l1.305-4.569a19.01 19.01 0 0 0-5.22-.726c-7.963 0-14.78 4.898-17.608 11.845a4.752 4.752 0 0 1-1.34 8.575c.727 9.83 8.931 17.58 18.947 17.58 1.081 0 2.142-.09 3.174-.264a4.75 4.75 0 0 1 4.743-4.486zm4.75 4.75a4.75 4.75 0 0 1-8.594 2.793c-1.32.245-2.682.374-4.074.374-11.85 0-21.53-9.3-22.136-21A4.751 4.751 0 0 1 4.49 14.28C7.67 5.932 15.75 0 25.212 0c2.112 0 4.156.296 6.091.848 1.058.301 2.084.68 3.07 1.128l-.88 3.085-1.333 4.662-.9 3.154-1.298 4.54 4.54-1.297 3.154-.901 4.662-1.332 3.085-.882c.448.987.827 2.013 1.128 3.07a22.19 22.19 0 0 1 .848 6.092c0 7.56-3.784 14.235-9.562 18.236.04.249.062.504.062.764zm-19-25.333c-.84 0-1.63-.218-2.315-.6a11.037 11.037 0 0 0-2.436 6.933c0 1.146.174 2.252.497 3.291a4.75 4.75 0 0 1 5.44 6.527 11.034 11.034 0 0 0 5.146 1.266c6.121 0 11.083-4.962 11.083-11.083 0-1.056-.147-2.078-.423-3.046l-4.57 1.305a6.333 6.333 0 1 1-4.35-4.35l1.305-4.57a11.175 11.175 0 0 0-4.63-.311 4.75 4.75 0 0 1-4.75 4.638zm3.165 6.333a3.167 3.167 0 0 0 6.334 0l-.12-.87-3.047.87.87-3.046-.87-.12a3.167 3.167 0 0 0-3.167 3.166z"/></svg>
<svg class="tc-image-radio tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 42"><path d="M2.47 10.3C1.02 10.87 0 12.33 0 14v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V14c0-2.21-1.79-4-4-4H12.61l16.53-6.67L27.76 0 2.47 10.3zM10 38c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm26-16h-4v-4h-4v4H4v-8h32v8z"/></svg>
<svg class="tc-image-radio-button-checked tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 10c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0-10C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/></svg>
<svg class="tc-image-radio-button-unchecked tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/></svg>
<svg class="tc-image-radio-checked tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14A6 6 0 1 1 8 2a6 6 0 0 1 0 12zM5 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0z"/></svg>
<svg class="tc-image-radio-checked2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10z"/></svg>
<svg class="tc-image-radio-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.989999771118164 14.723795890808105"><path d="M4.78 5.844c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.32.254a.651.651 0 0 0-.92 0c-.93.96-1.4 2.22-1.4 3.47 0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1a1.62 1.62 0 1 0-1.62-1.62c-.01.89.72 1.62 1.62 1.62zm6.57-5.09a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48a5.048 5.048 0 0 0-1.41-3.48zm-6.57 6.39c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.2 6.354c-.38.2-.78.3-1.19.3zm-.01.48l1.01 3.6h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z"/></svg>
<svg class="tc-image-radio-unchecked tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 14A6 6 0 1 1 8 2a6 6 0 0 1 0 12z"/></svg>
<svg class="tc-image-radio-waves tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 320.0010070800781"><g transform="translate(-32 -96)"><circle cx="256" cy="256" r="64"/><path d="M144 256c0-36.9 18.553-69.208 46.314-87.034l-23.141-24.512a131.623 131.623 0 0 0-17.684 15.663C125.314 185.729 112 219.781 112 256c0 36.219 13.314 70.271 37.49 95.883a131.615 131.615 0 0 0 17.684 15.662l23.141-24.511C162.553 325.208 144 292.9 144 256zm224 0c0 36.9-18.553 69.208-46.314 87.034l23.141 24.511a131.615 131.615 0 0 0 17.684-15.662C386.686 326.271 400 292.219 400 256c0-36.219-13.314-70.271-37.49-95.882a131.623 131.623 0 0 0-17.684-15.663l-23.141 24.512C349.447 186.792 368 219.1 368 256z"/><path d="M64 256c0-55.578 25.251-104.907 64.263-135.817L105.433 96a197.799 197.799 0 0 0-17.197 16.178c-17.622 18.669-31.462 40.417-41.134 64.641C37.081 201.917 32 228.556 32 256c0 27.443 5.081 54.084 15.102 79.181 9.672 24.226 23.512 45.973 41.134 64.642a198.105 198.105 0 0 0 17.197 16.178l22.829-24.183C89.251 360.907 64 311.578 64 256zm384 0c0 55.578-25.251 104.907-64.262 135.817l22.828 23.848c6-5.001 11.74-10.062 17.198-15.843 17.622-18.669 31.462-40.416 41.134-64.642C474.918 310.084 480 283.443 480 256c0-27.444-5.082-54.083-15.102-79.181-9.672-24.225-23.512-45.972-41.134-64.641A197.523 197.523 0 0 0 406.566 96l-22.829 24.183C422.749 151.093 448 200.422 448 256z"/></g></svg>
<svg class="tc-image-radioactive tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 35.77277374267578"><path d="M19 13.601a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm19 3.167H25.333a6.332 6.332 0 0 0-3.352-5.59L27.943 0C33.928 3.199 38 9.508 38 16.768zm-25.333 0H0C0 9.508 4.072 3.198 10.057 0l5.962 11.179a6.332 6.332 0 0 0-3.352 5.589zm6.333 19c-3.233 0-6.278-.808-8.943-2.232l5.962-11.179a6.306 6.306 0 0 0 2.981.744 6.301 6.301 0 0 0 2.981-.744l5.962 11.179A18.916 18.916 0 0 1 19 35.768z"/></svg>
<svg class="tc-image-radius tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15.001033782958984"><g transform="translate(0 -.499)"><path d="M7.5 15.5c-.257 0-.51-.013-.76-.038l.1-.995A6.508 6.508 0 0 0 14 8l1-.091V8c0 4.136-3.364 7.5-7.5 7.5zm-3.726-.99A7.523 7.523 0 0 1 0 8c0-1.579.484-3.089 1.401-4.367l.812.583A6.459 6.459 0 0 0 1 8a6.52 6.52 0 0 0 3.271 5.643l-.497.867zm9.637-9.219A6.522 6.522 0 0 0 7.5 1.5c-1.161 0-2.3.31-3.293.895l-.508-.861A7.482 7.482 0 0 1 7.5.5c2.923 0 5.6 1.717 6.82 4.374l-.909.417z"/><circle cx="7.5" cy="8" r="3"/></g></svg>
<svg class="tc-image-rafting tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 41.84965515136719"><path d="M20.493 4.849l-.542.97c-.354.718-1.086 1.029-1.923 1.029h-1.274c.731 1 1.901 1.819 3.257 1.819C22.229 8.667 24 6.991 24 4.779v.069h-3.318c-.083 0-.166-.082-.189.001zm-2.465.999c.437 0 .825-.152 1.003-.528l.53-.948c.201-.435.626-.524 1.121-.524h4.153C24.292 1.848 22.346 0 20.044 0c-2.725 0-4.931 2.018-4.931 4.748 0 .436.047 1.1.165 1.1h2.75zm13.656 22c3.699 0 13.361-1.133 16.021-3.676-1.197-3.676-5.916-3.97-10.246-2.098-.744.322-1.734.56-2.867.772l-.885-3.426a2.08 2.08 0 0 0 1.131-1.954 2.076 2.076 0 0 0-2.156-1.998l-.65-2.509a2.072 2.072 0 0 0 .785-2.124 2.1 2.1 0 0 0-2.502-1.583s-9.161.082-12.034.853c-2.867.771-3.834 5.589-3.834 5.589l-2.519 8.154H0v4h31.684zm-8.235-14.196l7.108-.293.566 2.177c-1.922.094-5.338.271-8.388.441l.714-2.325zm-1.982 6.496l10.724-.482.891 3.413c-4.377.629-10.052.719-12.736.73l1.121-3.661zm20.039 12.309S48 32.375 48 26.037c0-.254-.025-.445-.047-.68-4.053 2.929-14.883 3.491-16.252 3.491H0v4.904c.767 0 1.558-.178 2.253-.482a8.832 8.832 0 0 1 3.67-.812c1.25 0 2.513.283 3.633.801.743.33 1.51.494 2.289.494.791 0 1.557-.164 2.265-.482a8.865 8.865 0 0 1 3.669-.812 8.66 8.66 0 0 1 3.646.801c.719.33 1.509.494 2.289.494.778 0 1.545-.164 2.264-.482a8.822 8.822 0 0 1 3.658-.812c1.273 0 2.502.271 3.645.801.732.33 1.521.494 2.289.494l.277-.012.945 3.623c-.408.07-.814.119-1.234.119a7.133 7.133 0 0 1-2.926-.625 7.118 7.118 0 0 0-3.008-.67c-1.072 0-2.1.246-3.008.67a7.13 7.13 0 0 1-5.841 0c-.908-.424-1.934-.67-3.008-.67s-2.1.246-3.008.67a7.116 7.116 0 0 1-5.828 0 7.125 7.125 0 0 0-3.008-.67 7.11 7.11 0 0 0-2.997.67A7.2 7.2 0 0 1 0 37.483v4.365c1.038 0 2.03-.223 2.926-.623a7.11 7.11 0 0 1 2.997-.672c1.073 0 2.099.248 3.008.672.885.4 1.888.623 2.914.623a7.072 7.072 0 0 0 2.914-.623 7.123 7.123 0 0 1 3.008-.672c1.075 0 2.1.248 3.008.672.885.4 1.888.623 2.926.623s2.03-.223 2.915-.623a7.126 7.126 0 0 1 3.008-.672c1.074 0 2.1.248 3.008.672.885.4 1.889.623 2.926.623a7.11 7.11 0 0 0 2.914-.623 7.135 7.135 0 0 1 3.01-.672c1.072 0 1.892.248 2.8.672.885.4 1.718.623 2.718.623v-4.365c-1 0-1.833-.225-2.718-.625-.908-.424-1.831-.67-2.903-.67a6.9 6.9 0 0 0-2.958.67l-.188.082-.895-3.482.49-.188a8.876 8.876 0 0 1 3.678-.813z"/></svg>
<svg class="tc-image-rail-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.00115966796875 11.043745040893555"><path d="M7.001 10.5a.5.5 0 0 1-.5.5.49.49 0 0 1-.43-.27l-.38-.73h-4.38l-.37.74a.5.5 0 0 1-.94-.24.49.49 0 0 1 .07-.24l1-2a.49.49 0 0 1 .43-.26.5.5 0 0 1 .5.7l-.19.3h3.38l-.19-.3a.5.5 0 0 1 .9-.43l1 2a.49.49 0 0 1 .1.23zm-1-10.5h-5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm-4.5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1.79v3h-1.79zm4 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm.5-2.5a.5.5 0 0 1-.5.5h-1.81V1h1.81a.5.5 0 0 1 .5.5v2z"/></svg>
<svg class="tc-image-rail-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13.999999046325684"><path d="M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm2.75.5h3.51a.25.25 0 1 1 0 .5H3.75a.25.25 0 1 1 0-.5zM1.5 2H5v4H1.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5zM6 2h3.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H6V2zM3 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm.445 3.994a.504.504 0 0 0-.425.676l.17.33H2.81l.13-.27a.5.5 0 0 0-.91-.41l-1 2a.487.487 0 0 0-.03.18.5.5 0 0 0 .5.5.49.49 0 0 0 .43-.26v-.05H2l.31-.69h6.38l.31.69v.05a.49.49 0 0 0 .43.26.5.5 0 0 0 .5-.5.49.49 0 0 0 0-.24l-1-2a.5.5 0 0 0-.485-.266z"/></svg>
<svg class="tc-image-rail-light-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 11"><path d="M2 0c-.5 0-.5.5-.5.5s0 .5.5.5h1v.97L2 2S1 2 1 3v3c0 2 2 2 2 2h1s2 0 2-2V3c0-1-1-1-1-1H4V1h1c.5 0 .5-.5.5-.5S5.5 0 5 0H2zm1.5 3l1.5.5V5H2V3.5L3.5 3zm0 3a.5.5 0 1 1 0 1 .5.5 0 1 1 0-1zM.834 8.5L0 11h1.5l.334-1h3.332l.334 1H7l-.834-2.5H4.668l.166.5H2.166l.166-.5H.834z"/></svg>
<svg class="tc-image-rail-light-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 15"><path d="M2.5 0C2 0 2 .5 2 .5v1a.5.5 0 1 0 1 0V1h1v2H3S1 3 1 5v3c0 3 3 3 3 3h1s3 0 3-3V5c0-2-2-2-2-2H5V1h1v.5a.5.5 0 1 0 1 0v-1C7 0 6.5 0 6.5 0h-4zm2 4l2.045.773L7 6.5c.132.5-.5.5-.5.5h-4s-.632 0-.5-.5l.455-1.727L4.5 4zm0 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm-3.375 4L0 15h1.5l.375-1h5.25l.375 1H9l-1.125-3h-1.5l.375 1h-4.5l.375-1h-1.5z"/></svg>
<svg class="tc-image-rail-metro-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 11"><path d="M1.5 0C1 0 1 .5 1 .5L0 5v1c0 1.024 1 1 1 1h5s1 0 1-1V5L6 .5S6 0 5.5 0h-4zM2 1h3l.5 3h-4L2 1zm-.5 4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm1.75 0h.5a.25.25 0 1 1 0 .5h-.5a.25.25 0 1 1 0-.5zM5.5 5a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM1 8l-1 3h1.5l.334-1h3.332l.334 1H7L6 8H4.5l.334 1H2.166L2.5 8H1z"/></svg>
<svg class="tc-image-rail-metro-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 15"><path d="M2.5 0s-.75 0-1 1L0 6.5V10c0 1 1 1 1 1h7s1 0 1-1V6.5L7.5 1c-.273-1-1-1-1-1h-4zm1 1.5h2s.536 0 .75 1L7 6c.215 1.002-1 1-1 1H3s-1.215.002-1-1l.75-3.5c.214-1 .75-1 .75-1zM2 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm1.75 0h1.5a.25.25 0 1 1 0 .5h-1.5a.25.25 0 1 1 0-.5zM7 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-5.875 4L0 15h1.5l.375-1h5.25l.375 1H9l-1.125-3h-1.5l.375 1h-4.5l.375-1h-1.5z"/></svg>
<svg class="tc-image-rain tc-image-button" width="22pt" height="22pt" viewBox="0 0 2211 2139"><path d="M0 1010q0-184 115-327.5T406 498q50-218 225-358T1031 0q220 0 392.5 136.5T1648 487h34q143 0 265 69.5t193 190 71 263.5q0 140-67.5 260.5T1959 1463t-256 76q-21 0-21-18v-142q0-19 21-19 136-7 232.5-109t96.5-241-104-241.5T1682 666h-172q-19 0-19-18l-8-62q-18-173-148.5-289.5T1031 180q-175 0-304.5 116.5T581 586l-8 57q0 20-21 20l-56 3q-133 16-223.5 114T182 1010q0 139 96 241t233 109q18 0 18 19v142q0 18-18 18-214-10-362.5-163T0 1010zm571 713q0-7 4-21l174-615q10-31 34.5-47t49.5-16q11 0 26 3 38 7 57.5 39t8.5 71l-174 611q-20 68-88 68-6 0-12-2-9-3-11-3-35-10-52-35.5t-17-52.5zm280 300l260-936q7-31 32-47t52-16q14 0 29 3 35 10 52 41.5t7 68.5l-259 937q-6 27-31 46t-54 19q-15 0-27-5-32-8-55-42-18-28-6-69zm440-297q0-6 4-24l174-615q9-31 32.5-47t49.5-16q13 0 28 3 33 9 49.5 33t16.5 50q0 5-2 14.5t-2 12.5l-174 611q-6 31-30 49.5t-54 18.5l-26-5q-32-9-49-34.5t-17-50.5z"/></svg>
<svg class="tc-image-rain-mix tc-image-button" width="22pt" height="22pt" viewBox="0 0 2209 2187"><path d="M0 1014q0 211 149 364t361 160q19 0 19-18v-142q0-19-19-19-135-7-232-108.5T181 1014q0-134 90.5-233.5T495 670l56-8q20 0 20-19l8-53q16-175 145.5-293T1030 179q173 0 303 117t149 289l7 62q0 19 20 19h171q144 0 247 103t103 245q0 135-96.5 236.5T1701 1359q-21 0-21 19v142q0 18 21 18 213-7 360.5-159.5T2209 1014q0-143-71-264.5t-193-192-265-70.5h-33q-53-214-225-350.5T1030 0Q805 0 630 140T406 497q-180 46-293 188.5T0 1014zm577 749q0 27 17.5 54t50.5 37q37 11 68-4t42-60l15-65q8-36-10-67.5t-55-42.5q-36-11-68.5 8t-42.5 57l-15 63q-2 6-2 20zm81-309q0 34 27 61 25 27 60 27 38 0 64-25.5t26-62.5-26-62.5-64-25.5q-37 0-62 25t-25 63zm65-243q-2 25 14.5 48.5T789 1294q33 10 66-7.5t44-54.5l30-96q12-39-7-69.5t-58-41.5q-35-11-67.5 7t-43.5 53l-26 98q0 3-2 12.5t-2 15.5zm124 885q0 28 16.5 53t51.5 35q13 3 27 3 68 0 84-65l15-63q10-41-9-73t-56-39q-34-11-67 7.5t-44 54.5l-15 63q-3 14-3 24zm83-310q0 35 27 62 26 26 61 26 38 0 63-25t25-63q0-37-25-62t-63-25-63 25-25 62zm67-242q-2 24 14 50t48 32q37 10 68-6t44-60l29-96q11-35-7.5-67t-56.5-43q-35-11-68 8.5t-44 56.5l-24 96q-3 13-3 29zm294 229q0 26 16.5 51t49.5 35q5 0 14.5 2t14.5 2q65 0 81-70l15-64q11-34-7-67t-54-44q-40-10-72.5 8.5T1305 1683l-10 63q0 4-2 13t-2 14zm79-315q0 36 27 61 24 26 61 26 38 0 63-25t25-62q0-38-25-63t-63-25-63 25-25 63zm65-247q0 27 17.5 51.5t52.5 34.5q3 0 13 2t15 2q16 0 38-10 34-18 44-56l26-96q10-36-8-67.5t-54-42.5q-37-11-68 6t-42 54l-30 97q0 4-2 12.5t-2 12.5z"/></svg>
<svg class="tc-image-rain-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2214 2202"><path d="M0 1012q0 179 104.5 318.5T377 1521q14 3 26-8l124-153q-142 0-243-102t-101-246q0-135 90-234.5T497 667l56-7q17 0 17-14l8-59q20-176 148.5-291.5T1030 180q176 0 306.5 116.5T1483 587l8 62q4 18 23 18h173q144 0 245 101t101 244q0 133-90 232.5T1722 1360q-19 0-52 6-31 3-44 24l-252 298q-23 29-17.5 67t33.5 61q17 20 60 20 42 0 65-37l226-260q199-20 336-172t137-355q0-108-41.5-206t-112-168.5-168-112.5-205.5-42h-34q-53-212-226.5-347.5T1030 0Q881 0 749.5 63.5T528 240.5 407 499q-180 40-293.5 183.5T0 1012zm361 855q0 10 6 32 14 34 47 47 35 16 71 2t49-48q16-35 2-69t-49-46q-36-17-69-3t-49 50q-8 17-8 35zm197-260v11q3 36 32 60 36 20 66 20 36 0 65-35l248-295q23-28 21-70-4-34-29.5-57t-55.5-23q-9 0-15 1-37 7-60 35l-252 296q-20 23-20 57zm82 503q0 19 8 34 13 34 47 50 17 8 35 8 20 0 33-8 37-15 50-44 16-35 2.5-71t-47.5-49q-35-16-71.5-2t-48.5 48q-8 15-8 34zm178-250v12q4 35 33 58.5t59 23.5q36 0 67-35l464-559q18-20 18-55v-13q-4-36-29-57t-56-21h-14q-37 2-59 33l-464 555q-19 28-19 58zm375 123q0 14 6 32 14 35 49 50 22 6 33 6 23 0 36-8 36-14 49-45 16-27 2-71-13-33-47-47l-38-10q-14 3-34 8-35 13-48 47-8 19-8 38z"/></svg>
<svg class="tc-image-raindrop tc-image-button" width="22pt" height="22pt" viewBox="0 0 1111 1438"><path d="M0 885q0 147 74.5 274.5t202.5 203 276 75.5q149 0 278-75.5t204.5-203T1111 885q0-96-56-228.5T921 411q-71-91-166.5-200.5T616 59q-24-20-63-59L416 138q-99 96-191 222T66.5 631.5 0 885z"/></svg>
<svg class="tc-image-raindrops tc-image-button" width="22pt" height="22pt" viewBox="0 0 851 1176"><path d="M0 474q0-41 40.5-108T118 255q10-12 25-29.5t17-19.5l39 46q44 49 81 114t37 108q0 66-45.5 113T160 634 47 587 0 474zm333 443q0-46 26-107.5T423 696q73-98 140-163 7-5 28-26l27 26q62 59 141 162 41 55 66.5 115T851 917q0 110-75 184.5T591 1176q-108 0-183-76t-75-183zm162-736q0-69 107-181l27 30q30 35 54 78.5t24 72.5q0 44-30.5 73.5T602 284q-46 0-76.5-29.5T495 181z"/></svg>
<svg class="tc-image-rainy tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zm0 384c-34.25 0-65.832-11-91.876-29.334C661.168 539.25 591.248 576 512 576c-79.25 0-149.168-36.75-196.124-93.334C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160zM448 832c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128z"/></svg>
<svg class="tc-image-rainy2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zm0 384c-34.25 0-65.832-11-91.876-29.334C661.168 539.25 591.248 576 512 576c-79.25 0-149.168-36.75-196.124-93.334C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160zM450 960c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128zm254-64c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128zM192 768c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128z"/></svg>
<svg class="tc-image-rainy3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zM448 832c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128z"/></svg>
<svg class="tc-image-rainy4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zM450 960c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128zm254-64c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128zM192 768c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128z"/></svg>
<svg class="tc-image-random tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M341.3 0v85.3H128c-70.7 0-128 57.3-128 128 0 21.5 5.8 41.4 15.2 59.2L68 234.9c-2.4-6.8-4-13.9-4-21.5 0-35.4 28.7-64 64-64h213.3v85.3L512 128v-21.3L341.3 0zM444 234.5c2.4 6.8 4 13.9 4 21.5 0 35.4-28.6 64-64 64H170.7v-85.3L0 341.4v21.3l170.7 106.7v-85.3H384c70.7 0 128-57.3 128-128 0-21.5-5.8-41.4-15.2-59.2L444 234.5z"/></svg>
<svg class="tc-image-ranger-station-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 10"><path d="M5.334 0L4 1v3L0 6.055V10h3V7h3v3h3V6.055L5 4V2.25L5.334 2l1.332 1L8 2V0L6.666 1 5.334 0z"/></svg>
<svg class="tc-image-ranger-station-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13.5"><path d="M7 0L5 1v3.773L0 7.5v6h4v-4h3v4h4v-6L6 4.773V3.5L7 3l2 1 2-1V0L9 1 7 0z"/></svg>
<svg class="tc-image-raphael tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.85049819946289 21.84842300415039"><path d="M21.054 13.57a4.782 4.782 0 0 0 .793-2.647 4.78 4.78 0 0 0-1.412-3.405l-6.109-6.105C13.455.54 12.251 0 10.923 0S8.392.541 7.521 1.414l-.002-.002-6.107 6.106C.501 8.428 0 9.637 0 10.924s.501 2.496 1.412 3.405l5.506 5.506c.221.248.453.48.697.692a4.777 4.777 0 0 0 3.308 1.318 4.783 4.783 0 0 0 3.404-1.41l5.941-5.941.045-.045.12-.12c.23-.229.433-.478.609-.741l.013-.017-.002-.001zm-.989-2.646c0 .599-.174 1.171-.496 1.66a5.211 5.211 0 0 1-.602.693l-.015.015c-.977.929-2.08 1.192-3.017 1.192-.515 0-.98-.08-1.346-.172-2.14-.541-4.467-2.383-5.532-5.069a4.789 4.789 0 0 0 1.865.376 4.817 4.817 0 0 0 4.784-4.309l3.468 3.468c.574.574.89 1.336.89 2.146zm-9.142-9.143c1.67 0 3.028 1.358 3.028 3.028s-1.358 3.028-3.028 3.028c-1.669 0-3.028-1.358-3.028-3.028s1.358-3.028 3.028-3.028zM2.671 13.07c-.574-.573-.89-1.335-.89-2.146s.316-1.573.89-2.146l2.346-2.347c-.612 2.085-.875 4.279-.734 6.382.051.756.155 1.481.305 2.173L2.671 13.07zm4.011-5.995c.515 4.032 3.707 8.012 7.471 8.963a7.328 7.328 0 0 0 1.796.231l.025-.001-2.907 2.907a3.014 3.014 0 0 1-2.145.888 3.009 3.009 0 0 1-1.572-.442l.001-.002a5.59 5.59 0 0 1-.532-.407l-.041-.037-.587-.587c-1.208-1.387-1.967-3.45-2.131-5.895-.124-1.85.099-3.779.622-5.619z"/></svg>
<svg class="tc-image-rasberry_pi tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.196998596191406 26.04199981689453"><path d="M19.477 11.925l-.183-.326c.007-2.343-1.063-3.298-2.312-4.023.378-.101.768-.184.875-.666.649-.169.785-.474.85-.797.17-.115.738-.438.678-.992.318-.223.495-.509.405-.914.342-.379.432-.691.287-.98.41-.518.228-.786.053-1.058.307-.566.036-1.173-.823-1.071-.342-.51-1.087-.394-1.202-.392-.129-.164-.299-.304-.823-.236-.339-.307-.718-.255-1.11-.104C15.708 0 15.4.293 15.049.404c-.562-.184-.691.068-.967.17-.613-.13-.8.153-1.094.45l-.342-.007c-.925.545-1.385 1.655-1.548 2.226-.163-.571-.621-1.681-1.547-2.226l-.342.007c-.294-.298-.481-.58-1.094-.45C7.839.471 7.71.22 7.148.404c-.23-.073-.442-.225-.692-.217-.131.004-.271.052-.431.178-.391-.151-.77-.203-1.11.104-.524-.068-.694.072-.823.236-.115-.002-.86-.118-1.202.392-.859-.102-1.131.505-.823 1.071-.175.272-.357.54.053 1.058-.145.288-.055.601.287.98-.09.405.087.691.405.914-.06.555.509.877.678.992.065.323.201.628.85.797.107.482.497.565.875.666-1.248.726-2.319 1.681-2.312 4.024l-.183.326c-1.431.871-2.72 3.669-.706 5.943.131.712.352 1.223.549 1.789.294 2.28 2.211 3.348 2.717 3.475.741.564 1.53 1.1 2.599 1.475 1.007 1.038 2.098 1.434 3.195 1.434h.049c1.097.001 2.188-.395 3.195-1.434 1.068-.375 1.858-.911 2.599-1.475.506-.126 2.423-1.194 2.717-3.475.196-.566.417-1.077.549-1.789 2.014-2.274.726-5.073-.706-5.943zm-1.295-.401c-.075.944-4.918-3.286-4.082-3.426 2.27-.383 4.158.965 4.082 3.426zm-5.318-9.859c.042.212.089.346.144.385.269-.293.489-.593.836-.875.001.166-.082.345.124.477.186-.254.437-.481.771-.673-.161.281-.028.367.059.483.255-.222.497-.446.967-.62-.128.159-.308.314-.117.496.262-.166.526-.332 1.149-.451-.14.159-.431.318-.255.477a4.71 4.71 0 0 1 1.097-.274c-.193.161-.354.319-.196.444.352-.11.838-.258 1.313-.131l-.3.307c-.033.041.703.032 1.189.039-.177.25-.358.492-.464.921.048.05.289.022.516 0-.233.498-.637.623-.732.836.142.109.339.081.555.006-.167.351-.519.591-.797.875.07.051.193.081.483.046-.257.277-.567.53-.934.757.065.076.289.073.496.078-.333.331-.761.502-1.163.718.2.139.343.106.496.105-.284.237-.767.36-1.215.503.085.134.17.171.353.209-.474.267-1.154.145-1.345.281.046.134.177.221.333.294-.764.045-2.852-.028-3.252-1.633.782-.872 2.208-1.895 4.662-3.16-1.909.649-3.632 1.513-5.073 2.703-1.695-.801-.526-2.822.3-3.625zm-1.775 5.787c1.202-.013 2.69.897 2.685 1.755-.005.757-1.045 1.37-2.675 1.358-1.596-.019-2.671-.77-2.667-1.503.003-.604 1.303-1.644 2.658-1.609zm-6.076-.647c.182-.038.267-.075.353-.209-.448-.143-.931-.266-1.215-.503.153.002.296.034.496-.105-.401-.216-.83-.388-1.162-.718.207-.005.431-.002.496-.078a4.536 4.536 0 0 1-.934-.757c.29.035.413.005.483-.046-.278-.284-.629-.525-.797-.875.216.074.413.103.555-.006-.094-.213-.499-.338-.731-.836.227.022.468.05.516 0-.105-.429-.286-.671-.464-.921.486-.007 1.222.002 1.189-.039l-.3-.307c.475-.128.96.021 1.313.131.158-.125-.003-.283-.196-.444a4.76 4.76 0 0 1 1.097.274c.176-.159-.114-.318-.255-.477.623.118.887.284 1.149.451.19-.182.011-.337-.117-.496.47.174.712.399.967.62.086-.117.22-.202.059-.483.334.192.585.419.771.673.206-.132.123-.311.124-.477.347.282.567.582.836.875.054-.04.102-.173.144-.385.827.802 1.996 2.823.3 3.625C8.248 4.103 6.526 3.238 4.618 2.59c2.453 1.265 3.879 2.288 4.66 3.159-.4 1.605-2.489 1.678-3.252 1.633.156-.073.287-.16.333-.294-.192-.136-.871-.014-1.345-.281zm2.816 1.22c.836.14-4.008 4.37-4.082 3.427-.076-2.461 1.812-3.81 4.082-3.427zM2.743 17.45c-1.177-.947-1.556-3.72.626-4.966 1.315-.353.444 5.441-.626 4.966zm4.589 4.963c-.664.4-2.276.235-3.422-1.411-.773-1.381-.673-2.787-.131-3.2.811-.494 2.065.173 3.03 1.293.841 1.013 1.224 2.793.522 3.318zm-1.305-6.042c-1.218-.798-1.438-2.607-.49-4.041s2.703-1.949 3.921-1.151 1.438 2.607.491 4.041-2.703 1.949-3.921 1.151zm5.066 8.864c-1.46.063-2.892-1.196-2.874-1.633-.022-.64 1.778-1.14 2.952-1.11 1.181-.052 2.766.381 2.769.954.02.556-1.437 1.814-2.847 1.789zm3.006-6.311c.009 1.497-1.301 2.718-2.925 2.725s-2.947-1.199-2.955-2.697v-.029c-.009-1.497 1.301-2.717 2.925-2.725s2.947 1.2 2.955 2.697v.029zm-1.844-3.848c-.947-1.434-.728-3.243.491-4.041s2.974-.283 3.921 1.15c.947 1.434.728 3.243-.491 4.041s-2.974.283-3.921-1.15zm5.955 6.006c-1.258 1.746-2.962 1.814-3.596 1.328-.664-.626-.157-2.57.753-3.636 1.041-1.176 2.154-1.943 2.93-1.343.522.52.828 2.479-.086 3.651zm.985-3.704c-1.07.476-1.942-5.318-.626-4.966 2.182 1.246 1.803 4.019.626 4.966z"/></svg>
<svg class="tc-image-raspberrypi tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.944001197814941 16.118000030517578"><path fill-rule="nonzero" d="M9.735 11.62c-.572.66-.89 1.862-.473 2.25.398.3 1.47.26 2.26-.822.574-.725.38-1.937.053-2.258-.487-.372-1.186.103-1.84.83zm-5.377.2c-.606-.694-1.394-1.107-1.903-.8-.34.254-.404 1.124.082 1.98.72 1.018 1.733 1.12 2.15.872.44-.325.2-1.426-.33-2.053zm2.74 2.1c-.736-.018-1.867.292-1.853.688-.012.27.888 1.05 1.805 1.01.886.016 1.802-.762 1.79-1.106-.003-.355-1-.622-1.74-.59zm-.05-9.307c-.852-.022-1.67.622-1.67.996-.003.454.672.918 1.675.93 1.025.007 1.68-.372 1.682-.84.004-.53-.93-1.094-1.687-1.086zm-2.05.355c-1.425-.236-2.612.6-2.564 2.122.047.584 3.09-2.034 2.565-2.12zm6.506 2.166c.048-1.523-1.14-2.357-2.565-2.12-.525.087 2.518 2.704 2.565 2.12zm.243.55c-.827-.218-.28 3.367.393 3.073.74-.587.978-2.303-.393-3.074zm-9.943 3.118c.672.294 1.22-3.292.393-3.073-1.37.772-1.133 2.488-.393 3.074zm6.284-3.97c-.765.494-.903 1.613-.308 2.5s1.698 1.206 2.464.712c.765-.494.903-1.613.308-2.5s-1.698-1.207-2.464-.713zm-2.066.09c-.765-.495-1.868-.176-2.463.71-.595.888-.457 2.008.308 2.502.765.494 1.868.175 2.464-.712.594-.887.456-2.007-.31-2.5zm2.916 4.774c-.005-.926-.836-1.674-1.856-1.67-1.02.006-1.843.76-1.838 1.688v.018c.006.926.837 1.673 1.857 1.668 1.02-.004 1.842-.76 1.836-1.686v-.018zM11.08 1.603c-1.54.783-2.438 1.416-2.93 1.956.252.994 1.565 1.04 2.044 1.01-.098-.044-.18-.098-.21-.18.12-.085.548-.01.846-.174-.114-.024-.168-.047-.22-.13.28-.088.584-.165.762-.31-.096 0-.186.02-.312-.066.252-.134.52-.24.73-.444-.13-.003-.27-.002-.31-.05.23-.14.424-.296.585-.468-.182.022-.26.003-.303-.028.174-.176.395-.325.5-.54-.135.045-.26.062-.348-.005.06-.132.313-.21.46-.518-.143.014-.295.03-.325 0 .066-.266.18-.415.29-.57-.304-.004-.766 0-.745-.024l.188-.19c-.298-.08-.603.013-.824.08-.1-.076 0-.174.123-.274-.255.032-.484.09-.69.17-.11-.1.07-.198.16-.296a1.761 1.761 0 0 0-.723.28c-.12-.114-.007-.21.074-.308-.294.107-.446.246-.606.383-.055-.073-.138-.126-.037-.3-.21.12-.368.26-.484.417-.13-.082-.078-.193-.078-.295-.218.174-.356.36-.526.54-.035-.023-.064-.106-.09-.237-.52.496-1.255 1.747-.19 2.243.906-.737 1.99-1.272 3.19-1.673h-.002zm-8.182 0c1.2.4 2.282.937 3.188 1.673 1.065-.496.33-1.747-.188-2.243-.027.13-.057.214-.09.238-.17-.18-.308-.367-.526-.54 0 .1.052.212-.078.294A1.535 1.535 0 0 0 4.72.607c.1.175.017.227-.037.3C4.522.769 4.372.63 4.077.523c.08.098.193.194.074.307a1.784 1.784 0 0 0-.723-.28c.09.1.27.198.16.296a2.95 2.95 0 0 0-.691-.169c.123.1.224.197.124.274-.222-.068-.527-.16-.825-.08l.188.19c.02.025-.44.02-.747.023.112.155.225.305.292.57-.03.03-.182.014-.325 0 .147.308.4.386.46.518-.09.067-.213.05-.35.004.107.215.327.364.502.54-.044.03-.12.05-.304.028.162.172.357.328.588.47-.04.046-.18.045-.312.048.21.204.478.31.73.444-.125.086-.215.066-.31.065.177.146.48.223.762.31-.054.084-.107.107-.222.13.298.165.725.09.846.174-.03.082-.11.136-.21.18.48.03 1.792-.016 2.044-1.01-.49-.54-1.388-1.172-2.93-1.955zM4.055.117c.157-.005.29.09.435.134.353-.113.434.042.608.106.385-.08.502.094.687.28L6 .631c.58.338.87 1.025.972 1.378.102-.353.39-1.04.972-1.378l.215.005c.185-.186.302-.36.687-.28.174-.064.254-.22.608-.106.22-.068.414-.25.705-.023.246-.093.485-.125.698.065.33-.042.436.045.517.146.072 0 .54-.072.755.243.54-.063.71.313.517.663.11.168.225.334-.033.655.092.18.036.373-.18.607.057.25-.054.428-.254.566.037.343-.32.543-.426.614-.04.2-.126.39-.534.493-.067.298-.313.35-.55.412.784.45 1.457 1.04 1.453 2.49l.114.202c.9.54 1.708 2.27.443 3.678-.083.44-.22.757-.345 1.107-.184 1.41-1.39 2.07-1.707 2.15-.466.35-.962.68-1.633.913-.632.642-1.318.887-2.007.887h-.03c-.69 0-1.375-.245-2.007-.887-.672-.233-1.167-.564-1.633-.913-.318-.08-1.523-.74-1.707-2.15-.124-.35-.262-.667-.345-1.108C0 9.653.809 7.92 1.708 7.382l.115-.202c-.003-1.45.67-2.04 1.454-2.49-.238-.062-.483-.114-.55-.412-.408-.104-.493-.293-.534-.493-.107-.07-.464-.27-.426-.614-.2-.138-.312-.315-.255-.566-.216-.234-.272-.428-.18-.606-.26-.32-.145-.486-.034-.654-.194-.35-.023-.726.517-.663.214-.315.683-.244.755-.242.08-.1.188-.187.517-.145.213-.19.45-.158.697-.064a.47.47 0 0 1 .27-.11z"/></svg>
<svg class="tc-image-rate-review tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM8 24v-4.95L21.76 5.29a.996.996 0 0 1 1.41 0l3.54 3.54c.39.39.39 1.02 0 1.41L12.95 24H8zm24 0H17l4-4h11v4z"/></svg>
<svg class="tc-image-rdio tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.573999404907227 13.200000762939453"><path fill-rule="nonzero" d="M15.594 2.974c-1.85.054-4.084-1.398-4.95-1.945-.08-.05-.097-.098-.18-.14-.09-.05-.184-.097-.278-.144v5.34h-.002c.003.48-.204.983-.503 1.467l-.025.043c-.865 1.398-2.685 2.213-4.392 1.637-1.658-.56-2.1-2.166-1.223-3.586l.027-.042C4.93 4.207 6.75 3.39 8.457 3.968c.132.044.254.097.37.155V.26A7.436 7.436 0 0 0 6.884 0C2.934 0 0 2.957 0 6.6v.047C0 10.29 2.91 13.2 6.837 13.2c3.95 0 6.884-2.957 6.884-6.6v-.047c0-.284-.02-.563-.053-.837 2.057-.536 2.906-2.666 1.927-2.742"/></svg>
<svg class="tc-image-rdio-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c132 0 245 46.667 339 140s141 206.667 141 340c0 132-47 245-141 339S612 960 480 960c-133.333 0-246.667-47-340-141S0 612 0 480c0-133.333 46.667-246.667 140-340S346.667 0 480 0m170 454c34.667-10.667 58.667-30.667 72-60 8-14.667 6.667-22-4-22-48-2.667-100-22-156-58-1.333-1.333-3.333-2.667-6-4-2.667-1.333-4.667-2.667-6-4v146c0 49.333-20.667 82.667-62 100-22.667 12-45.667 15-69 9s-39.667-19.667-49-41c-9.333-20-8.667-41.333 2-64s28-39.333 52-50c24-13.333 50-15.333 78-6V288c-14.667-4-30-6-46-6-53.333 0-99 19.333-137 58s-57 85.333-57 140c0 53.333 19 99.333 57 138s83.667 58 137 58 99.333-19.333 138-58 58-84.667 58-138c0-4-.333-8.667-1-14s-1-9.333-1-12"/></svg>
<svg class="tc-image-react tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.997000694274902 14.235288619995117"><path d="M8.007 1.768l.007-.008c.333-.32.685-.62 1.062-.887A5.963 5.963 0 0 1 9.95.35c.11-.05.22-.1.333-.144.1-.04.205-.074.31-.103A2.7 2.7 0 0 1 11.08.01l.105-.006h.077a1.435 1.435 0 0 1 .437.058 1.336 1.336 0 0 1 .386.187c.078.055.15.118.213.187.057.063.11.13.157.2.102.154.18.323.24.496a2.518 2.518 0 0 1 .1.36c.02.087.036.175.05.263a5.94 5.94 0 0 1 .022 1.35 9.066 9.066 0 0 1-.23 1.348l.13.038c.24.073.478.153.71.243a7.725 7.725 0 0 1 1.031.487c.168.098.33.203.485.318.133.098.26.205.38.32.09.088.174.18.252.28.064.083.124.17.175.262.07.125.126.258.16.397.02.085.034.174.037.263 0 .055 0 .11-.006.166a1.538 1.538 0 0 1-.157.526 2.324 2.324 0 0 1-.454.604 4.338 4.338 0 0 1-.699.551c-.132.085-.27.165-.407.24a8.318 8.318 0 0 1-1.075.471 9.308 9.308 0 0 1-.472.156l-.053.015c.02.08.04.16.057.24.026.12.05.237.07.356a7.8 7.8 0 0 1 .124 1.294 4.96 4.96 0 0 1-.108 1.06 4.036 4.036 0 0 1-.057.215c-.037.125-.083.25-.14.37a1.722 1.722 0 0 1-.364.523 1.315 1.315 0 0 1-.542.318c-.134.04-.275.06-.415.064-.19.006-.38-.018-.566-.06a3.718 3.718 0 0 1-.714-.25 4.76 4.76 0 0 1-.426-.22 6.4 6.4 0 0 1-.468-.3 8.82 8.82 0 0 1-1.096-.91l-.077.072a8.968 8.968 0 0 1-1.002.817 5.67 5.67 0 0 1-.983.557c-.118.05-.237.097-.358.137-.115.037-.23.07-.347.094-.185.04-.373.062-.562.056a1.59 1.59 0 0 1-.437-.07 1.218 1.218 0 0 1-.255-.107 1.218 1.218 0 0 1-.16-.104c-.035-.03-.07-.058-.1-.09a1.753 1.753 0 0 1-.396-.58l-.036-.087c-.015-.038-.03-.076-.042-.114-.017-.054-.034-.108-.048-.16a2.953 2.953 0 0 1-.047-.197 3.18 3.18 0 0 1-.047-.267 4.969 4.969 0 0 1-.04-.787c.004-.19.016-.378.036-.565.023-.235.06-.47.103-.703.036-.19.078-.382.125-.57l-.2-.06a7.991 7.991 0 0 1-1.178-.465 5.698 5.698 0 0 1-.428-.23c-.174-.1-.342-.21-.503-.33a3.106 3.106 0 0 1-.652-.618 2.32 2.32 0 0 1-.19-.282 1.809 1.809 0 0 1-.167-.418A1.407 1.407 0 0 1 0 7.136c0-.06.002-.12.008-.178.006-.044.013-.09.023-.133l.029-.107c.064-.21.175-.406.31-.58a2.433 2.433 0 0 1 .255-.289c.055-.053.112-.105.17-.156a4.654 4.654 0 0 1 .538-.388 6.632 6.632 0 0 1 .944-.483c.33-.14.668-.255 1.012-.355l.082-.024c-.052-.21-.1-.42-.138-.632A8.326 8.326 0 0 1 3.1 2.575c-.003-.147 0-.296.007-.443a4.221 4.221 0 0 1 .125-.819c.014-.054.03-.108.048-.16l.037-.104a1.84 1.84 0 0 1 .356-.596c.032-.034.065-.066.1-.096.03-.028.062-.054.095-.08a1.234 1.234 0 0 1 .398-.195A1.4 1.4 0 0 1 4.56.026a.64.64 0 0 1 .09-.008h.053c.013-.002.027-.002.04-.002h.054l.11.008a3.116 3.116 0 0 1 .79.188c.11.04.215.085.32.134a6.307 6.307 0 0 1 .951.56 9.955 9.955 0 0 1 .952.777l.087.084zm4.007 8.198a14.92 14.92 0 0 1-1.168.218 18.677 18.677 0 0 1-.998.117c-.186.27-.38.534-.578.792a14.681 14.681 0 0 1-.765.91c.296.286.61.554.943.793.137.098.277.19.422.278.12.072.246.14.374.202.11.052.22.1.336.142.09.03.18.06.274.082a1.6 1.6 0 0 0 .434.052.88.88 0 0 0 .3-.06c.026-.013.053-.026.078-.04a.702.702 0 0 0 .152-.13c.062-.07.112-.148.155-.23a1.97 1.97 0 0 0 .142-.365 3.237 3.237 0 0 0 .095-.476c.012-.095.02-.192.025-.288a5.482 5.482 0 0 0-.007-.666 7.154 7.154 0 0 0-.073-.636 9.442 9.442 0 0 0-.1-.528l-.04-.168zm-7.993.03c-.023.097-.046.194-.067.29a7.953 7.953 0 0 0-.156 1.007 5.62 5.62 0 0 0-.02.674 3.317 3.317 0 0 0 .147.9c.014.04.03.08.046.12l.043.09c.01.023.023.045.036.067a.596.596 0 0 0 .028.048l.026.038c.056.08.124.153.207.206l.058.03c.046.023.095.04.145.052.065.015.132.023.198.025.068.002.136 0 .202-.008a2.513 2.513 0 0 0 .518-.122 3.9 3.9 0 0 0 .315-.126c.143-.065.283-.138.42-.217a6.476 6.476 0 0 0 .885-.62 7.996 7.996 0 0 0 .47-.417l.03-.03-.174-.19a17.827 17.827 0 0 1-1.2-1.507c-.02 0-.04-.003-.06-.004a20.22 20.22 0 0 1-.924-.1 14.138 14.138 0 0 1-1.171-.208zm4.946.362a23.64 23.64 0 0 1-1.803.007l-.1-.003.204.262a15.355 15.355 0 0 0 .76.89l.08-.09a13.896 13.896 0 0 0 .86-1.065zm.494-5.762a19.076 19.076 0 0 0-1.415-.055h-.067a18.217 18.217 0 0 0-1.434.054 17.6 17.6 0 0 0-.553.857c-.2.333-.394.673-.576 1.017-.113.215-.222.432-.328.65A18.686 18.686 0 0 0 6.554 9.65a24.366 24.366 0 0 0 1.448.045c.49 0 .978-.016 1.465-.05a21.65 21.65 0 0 0 1.454-2.535c-.1-.205-.206-.41-.315-.61A21.775 21.775 0 0 0 9.5 4.654l-.04-.058zm-4.736 3.33c-.077.18-.15.366-.22.55-.11.285-.21.572-.3.86.172.04.344.072.516.102a15.86 15.86 0 0 0 .96.136c-.112-.173-.22-.348-.327-.524-.22-.368-.43-.744-.63-1.125zM11.29 7.9a23.297 23.297 0 0 1-.955 1.663l.148-.018a15.174 15.174 0 0 0 1.344-.236 12.243 12.243 0 0 0-.29-.812c-.078-.2-.16-.4-.247-.596zM3.55 5.1c-.073.02-.146.043-.22.066a8.04 8.04 0 0 0-1.15.448 5.072 5.072 0 0 0-.805.488 2.515 2.515 0 0 0-.436.412c-.045.055-.086.11-.122.17-.03.05-.056.1-.077.154a.723.723 0 0 0-.055.29.736.736 0 0 0 .06.257l.02.043.025.052.04.07a1.379 1.379 0 0 0 .13.181 2.227 2.227 0 0 0 .236.25 3.209 3.209 0 0 0 .403.318c.1.07.204.135.31.197.136.08.276.152.417.22.172.082.347.157.525.225.152.058.306.113.46.162l.23.07a16.282 16.282 0 0 1 .789-2.05 16.705 16.705 0 0 1-.779-2.02zm8.907.01a16.078 16.078 0 0 1-.588 1.573l-.19.425c.08.172.16.346.236.52a15.503 15.503 0 0 1 .573 1.507l.117-.036a8.064 8.064 0 0 0 1.178-.464c.154-.077.304-.16.45-.25a4.002 4.002 0 0 0 .616-.46c.07-.067.138-.138.2-.214a1.417 1.417 0 0 0 .205-.33.712.712 0 0 0 .06-.31.674.674 0 0 0-.03-.16 1.134 1.134 0 0 0-.09-.197l-.037-.058-.053-.074c-.024-.032-.05-.062-.074-.092a1.437 1.437 0 0 0-.1-.108 2.974 2.974 0 0 0-.321-.277 4.246 4.246 0 0 0-.537-.344 6.55 6.55 0 0 0-.908-.414 9.764 9.764 0 0 0-.708-.233zM8 5.678A1.43 1.43 0 1 1 8 8.54a1.43 1.43 0 0 1 0-2.86zm2.336-.99c.176.274.345.554.508.837.15.262.298.527.44.795a14.735 14.735 0 0 0 .51-1.378 15.053 15.053 0 0 0-1.458-.255zm-4.67-.003a15.468 15.468 0 0 0-1.45.25 16.313 16.313 0 0 0 .508 1.384 19.96 19.96 0 0 1 .942-1.635zm6.313-.402l.03-.133a8.506 8.506 0 0 0 .187-1.214 5.477 5.477 0 0 0-.014-.984 2.847 2.847 0 0 0-.137-.614L12 1.222l-.037-.078c-.013-.024-.025-.048-.04-.07a.425.425 0 0 0-.035-.058c-.01-.013-.018-.027-.027-.04a.72.72 0 0 0-.215-.2.745.745 0 0 0-.314-.09c-.02 0-.042 0-.063-.002h-.024c-.023 0-.046 0-.07.003a1.31 1.31 0 0 0-.186.022 2.409 2.409 0 0 0-.494.146 4.525 4.525 0 0 0-.69.355 6.128 6.128 0 0 0-.402.27 8.745 8.745 0 0 0-.913.774l.134.147c.255.282.497.575.73.875.168.217.33.44.49.665a16.385 16.385 0 0 1 2.14.338zM7.53 2.255c-.015-.013-.03-.026-.043-.04a9.711 9.711 0 0 0-.868-.719 6.647 6.647 0 0 0-.44-.288 5.122 5.122 0 0 0-.696-.347 3.293 3.293 0 0 0-.276-.09 1.967 1.967 0 0 0-.396-.069L4.738.7H4.72c-.02 0-.04 0-.06.002a.807.807 0 0 0-.282.062.526.526 0 0 0-.084.046.704.704 0 0 0-.148.135c-.058.07-.104.147-.143.228l-.038.084a1.82 1.82 0 0 0-.084.255c-.017.064-.03.13-.043.195a4.067 4.067 0 0 0-.057.548c-.01.22-.002.442.016.663.027.344.08.685.153 1.022.024.11.05.223.077.334a15.647 15.647 0 0 1 1.06-.2 16.58 16.58 0 0 1 1.074-.133 16.776 16.776 0 0 1 1.184-1.49l.18-.197zm.478.488l-.163.18c-.214.24-.42.486-.618.738l-.17.22a19.209 19.209 0 0 1 .85-.023h.116a20.74 20.74 0 0 1 .926.022l-.153-.2c-.21-.272-.43-.538-.66-.794l-.13-.143z"/></svg>
<svg class="tc-image-readability tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.022357940673828 11.455997467041016"><path d="M12.106 5.815v.002l-.22 1.975c-.927-.758-2.438-1.324-3.872-1.324-1.426 0-2.93.564-3.858 1.314l-.218-1.965v-.002a1.865 1.865 0 0 0-.74-1.477A4.845 4.845 0 0 1 8.014 0a4.846 4.846 0 0 1 4.818 4.352c-.437.34-.724.866-.726 1.464"/><path d="M11.618 10.047H4.425L4.18 8.123c.887-.857 2.272-1.362 3.834-1.362 1.57 0 2.962.508 3.848 1.375l-.244 1.91zm-7.913 1.4c-.756 0-.715-.013-.715-.77L1.824 7.964a1.868 1.868 0 1 1 1.935-1.87v.002l.498 4.48c0 .755.204.87-.552.87M14.22 7.964l-1.166 2.714c0 .757.04.778-.715.778-.756 0-.552-.123-.552-.88l.497-4.48a1.87 1.87 0 0 1 3.738.005c0 1.008-.8 1.83-1.802 1.864"/></svg>
<svg class="tc-image-readthedocs tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.326001167297363 16"><path d="M.001 16l.443-.095a44.734 44.734 0 0 1 1.05-.206c.16-.03.32-.057.48-.085l.037-.007c.166-.028.332-.056.498-.082.27-.04.54-.08.81-.118V0h-.028c-.42.002-.837.01-1.256.024a36.24 36.24 0 0 0-2.004.12L.005.146H0v15.853zM4.104.005v15.3a41 41 0 0 1 8.222-.137V.998a38.343 38.343 0 0 0-2.019-.405A41.423 41.423 0 0 0 6.34.105a39.723 39.723 0 0 0-2.236-.1zm7.177 9.868l-.03-.003-.374-.04a40.55 40.55 0 0 0-2.806-.194 41.94 41.94 0 0 0-2.815.005h-.03a.401.401 0 0 1-.268-.12.395.395 0 0 1 .097-.617.375.375 0 0 1 .115-.04c.026-.006.033-.006.06-.007.127-.005.254-.01.38-.013.926-.024 1.85-.02 2.775.02.956.038 1.91.11 2.86.216l.095.01c.03.006.06.01.088.02a.413.413 0 0 1 .232.224.392.392 0 0 1-.288.533c-.026.006-.033.005-.06.008h-.03zm.024-1.808c-.03 0-.03 0-.06-.004-.124-.016-.248-.03-.373-.047a39.412 39.412 0 0 0-5.621-.28l-.03-.002a.393.393 0 0 1-.333-.225.398.398 0 0 1 .076-.445c.03-.03.06-.053.097-.07a.36.36 0 0 1 .114-.04c.027-.004.034-.004.06-.005l.383-.007c.925-.01 1.85.01 2.773.064.956.054 1.91.144 2.86.264l.095.012c.028.005.035.005.06.013a.394.394 0 0 1-.009.758c-.026.007-.033.007-.06.01l-.03.003zm-.006-1.808c-.03 0-.03 0-.06-.004l-.373-.053a40.448 40.448 0 0 0-5.62-.372h-.03c-.027-.004-.034-.004-.06-.01a.394.394 0 0 1-.002-.766c.03-.007.06-.01.09-.01h.38c.96.006 1.915.043 2.87.115.925.07 1.847.173 2.765.304l.095.014c.026.005.033.005.058.013.04.012.075.03.108.053a.38.38 0 0 1 .146.187.397.397 0 0 1-.094.417.373.373 0 0 1-.182.1c-.026.008-.033.008-.06.01l-.03.002zm-.006-1.808c-.03 0-.03 0-.06-.005l-.374-.06a40.527 40.527 0 0 0-5.621-.464h-.03l-.06-.01a.413.413 0 0 1-.265-.225.4.4 0 0 1 .092-.444.386.386 0 0 1 .274-.107c.127 0 .254.004.382.006a41.649 41.649 0 0 1 5.633.511l.094.015c.026.005.033.006.058.014a.377.377 0 0 1 .193.139.392.392 0 0 1-.043.52.406.406 0 0 1-.184.1c-.026.005-.033.004-.06.007h-.03zM.851 4.109a.395.395 0 0 1-.388-.489.404.404 0 0 1 .167-.235.433.433 0 0 1 .16-.06l.316-.03c.434-.038.867-.07 1.3-.095h.033a.392.392 0 0 1 .031.784c-.07.006-.14.01-.212.014-.097.006-.196.012-.294.02-.26.018-.523.04-.784.062l-.196.018c-.044.004-.087.01-.13.01zm10.436-1.468l-.06-.006-.374-.066a41.299 41.299 0 0 0-2.807-.377 42.596 42.596 0 0 0-2.813-.18h-.03c-.027-.004-.034-.005-.06-.012a.383.383 0 0 1-.2-.128.39.39 0 0 1-.038-.451.389.389 0 0 1 .26-.187c.03-.006.06-.007.09-.008l.382.013a41.531 41.531 0 0 1 5.633.603l.095.017c.026.006.033.007.058.015a.398.398 0 0 1 .257.456.379.379 0 0 1-.118.206.395.395 0 0 1-.185.095c-.027.006-.033.006-.06.008h-.03zM.844 2.129A.387.387 0 0 1 .552 2a.41.41 0 0 1-.1-.225.396.396 0 0 1 .344-.429c.105-.01.21-.016.315-.024.434-.032.867-.056 1.3-.075h.032c.062.004.123.02.178.05a.403.403 0 0 1 .183.458.398.398 0 0 1-.063.125.424.424 0 0 1-.117.102.374.374 0 0 1-.163.05c-.07.005-.142.007-.213.01l-.294.015c-.262.014-.523.03-.785.05l-.196.015c-.044.003-.087.008-.13.01z"/></svg>
<svg class="tc-image-real-estate-agency tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42.000003814697266 48.981998443603516"><path d="M10.161 38.482h30.483V12.401H10.161v26.081zM25.65 14.997l10.99 9.598h-2.769v11.516h-6.436v-8.129H23.37v8.129h-6.096V24.595h-2.84l11.216-9.598zM6.774 5.966V0H0v48.982h6.774V9.015H42V5.966z"/></svg>
<svg class="tc-image-real-size-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20 16"><path d="M17.5 16h-15A2.503 2.503 0 0 1 0 13.5v-11C0 1.122 1.122 0 2.5 0h15C18.879 0 20 1.122 20 2.5v11c0 1.379-1.121 2.5-2.5 2.5zM2.5 1C1.673 1 1 1.673 1 2.5v11c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5v-11c0-.827-.673-1.5-1.5-1.5h-15zM6 12.006a.5.5 0 0 1-1 0v-8a.5.5 0 1 1 1 0v8zm9 0a.5.5 0 0 1-1 0v-8a.5.5 0 1 1 1 0v8zM10 5a1 1 0 1 0 0 2 1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2 1 1 0 1 0 0-2z"/></svg>
<svg class="tc-image-receipt tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M30 30H6v-4h24v4zm0-8H6v-4h24v4zm0-8H6v-4h24v4zM0 40l3-3 3 3 3-3 3 3 3-3 3 3 3-3 3 3 3-3 3 3 3-3 3 3V0l-3 3-3-3-3 3-3-3-3 3-3-3-3 3-3-3-3 3-3-3-3 3-3-3v40z"/></svg>
<svg class="tc-image-recent-actors tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M40 0v28h4V0h-4zm-8 28h4V0h-4v28zM26 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM14 5.5c2.48 0 4.5 2.02 4.5 4.5a4.5 4.5 0 0 1-9 0c0-2.48 2.02-4.5 4.5-4.5zM23 24H5v-1.5c0-3 6-4.5 9-4.5s9 1.5 9 4.5V24z"/></svg>
<svg class="tc-image-rechnung tc-image-button" width="22pt" height="22pt" viewBox="0 0 819.1900024414062 368.6300048828125"><path d="M792.556 115.384l-88.75-88.75c-1.015-1.014-3.544-3.031-7.589-6.072v102.4h102.4c-3.02-4.034-5.048-6.553-6.062-7.577zM93.008 227.41h-4.874l-5.53 32.256h5.141c5.755 0 10.23-1.557 13.435-4.659s4.803-7.834 4.803-14.203c0-4.465-1.044-7.813-3.123-10.046s-5.376-3.348-9.85-3.348zm603.311-73.81c-11.428-1.208-14.07-3.328-20.48-10.24-6.298-5.796-10.537-12.144-10.24-20.48V0H50.503C36.771 0 24.933 6.277 14.97 16.251 4.976 24.975 0 36.813 0 51.784v268.534c0 14.961 4.976 26.829 14.96 35.533 9.973 9.994 21.81 12.779 35.532 12.779h718.204c13.712 0 25.55-2.785 35.533-12.779 9.974-8.704 14.961-20.572 14.961-35.533V153.601H696.32zm-573.88 172.442h-21.864l-13.63-45.803h-7.833l-7.833 45.803h-20.08l20.346-119.368h23.634c10.404 0 18.217 2.775 23.44 8.325s7.833 13.691 7.833 24.412c0 8.601-1.822 15.985-5.468 22.17-3.645 6.174-8.888 10.762-15.739 13.762l17.193 50.698zm81.51-98.632h-33.71l-4.413 26.204h31.406l-3.625 20.736h-31.406l-5.264 30.781h33.71l-3.553 20.9h-53.79l20.346-119.367h53.863l-3.563 20.746zm32.031 72.427c3.01 4.413 7.803 6.615 14.387 6.615 6.41 0 13.824-2.099 22.252-6.288v21.228c-8.735 4.188-17.51 6.288-26.337 6.288-11.15 0-19.815-4.066-26.01-12.206-6.185-8.141-9.288-19.661-9.288-34.581 0-14.264 2.284-27.392 6.851-39.394s10.67-21.115 18.3-27.351 16.424-9.349 26.347-9.349c5.488 0 10.363.615 14.613 1.833 4.26 1.229 8.827 3.471 13.691 6.738l-7.772 20.409c-4.649-3.216-8.489-5.335-11.52-6.37s-6.03-1.546-9.022-1.546c-5.796 0-11.008 2.202-15.637 6.615s-8.346 10.895-11.16 19.476c-2.807 8.571-4.21 17.787-4.21 27.638 0 9.083 1.505 15.831 4.516 20.245zm124.14 26.205h-20.142l8.827-51.518h-31.007l-8.827 51.518h-20.08l20.347-119.368h20.142l-7.966 46.787h31.007l7.966-46.787h20.081l-20.347 119.368zm101.785 0h-22.518l-23.439-90.307h-.399l-.266 2.611c-1.403 11.755-2.857 22.262-4.342 31.519l-9.534 56.176h-18.105l20.347-119.367h23.501l22.385 87.931h.266c.522-4.137 1.383-10.045 2.57-17.715s5.14-31.079 11.847-70.216h18.043l-20.357 119.367zm100.874-42.128c-2.499 14.48-7.29 25.395-14.356 32.738s-16.26 11.029-27.587 11.029c-9.308 0-16.63-3.092-21.955-9.267-5.335-6.174-7.997-14.551-7.997-25.108 0-3.922.327-7.68.983-11.264l12.903-75.356h20.081l-12.769 75.038c-.747 4.024-1.116 7.434-1.116 10.209 0 9.687 4.147 14.531 12.442 14.531 5.396 0 9.677-2.079 12.841-6.247s5.447-10.384 6.851-18.657l12.77-74.875h20.141l-13.23 77.23zm94.085 42.128h-22.518l-23.439-90.307h-.399l-.266 2.611c-1.403 11.755-2.857 22.262-4.342 31.519l-9.543 56.176h-18.105l20.347-119.367H622.1l22.385 87.931h.266c.522-4.137 1.383-10.045 2.57-17.715 1.188-7.68 5.14-31.079 11.847-70.216h18.043l-20.347 119.367zm53.033-26.163c3.184 4.382 8.07 6.574 14.654 6.574 3.338 0 7.066-.655 11.192-1.956l4.342-24.412h-17.582l3.687-21.063h37.07l-10.67 62.218c-5.879 2.509-11.337 4.209-16.365 5.1-5.018.891-10.342 1.341-15.954 1.341-11.366 0-20.153-4.004-26.337-12.002s-9.288-19.486-9.288-34.457c0-14.592 2.345-27.771 7.045-39.557s11.305-20.88 19.814-27.269c8.52-6.4 18.35-9.595 29.501-9.595 9.564 0 18.565 2.693 26.992 8.08l-7.567 20.49c-3.246-2.181-6.492-3.922-9.749-5.223s-6.779-1.956-10.598-1.956c-6.717 0-12.718 2.263-18.002 6.779-5.294 4.516-9.442 10.957-12.442 19.313-3.01 8.356-4.505 17.346-4.505 26.983-.01 9.36 1.577 16.231 4.761 20.613z"/></svg>
<svg class="tc-image-record tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 416"><path d="M208 416c114.9 0 208-93.1 208-208S322.9 0 208 0 0 93.1 0 208s93.1 208 208 208z"/></svg>
<svg class="tc-image-record-voice-over tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.95000076293945 38"><g transform="translate(-2 -4)"><circle cx="18" cy="18" r="8"/><path d="M18 30c-5.34 0-16 2.68-16 8v4h32v-4c0-5.32-10.66-8-16-8zm15.52-19.27l-3.37 3.38c1.68 2.37 1.68 5.41 0 7.78l3.37 3.38c4.04-4.06 4.04-10.15 0-14.54zM40.15 4l-3.26 3.26c5.54 6.05 5.54 15.11-.01 21.47L40.15 32c7.8-7.77 7.8-19.91 0-28z"/></g></svg>
<svg class="tc-image-rectangle tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0v512h512V0H0zm465.5 465.5h-419v-419h418.9v419z"/></svg>
<svg class="tc-image-rectangle-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M46.5 279.3H0v93.1h46.5v-93.1zM279.3 46.5h93.1V0h-93.1v46.5zm0 465.5h93.1v-46.5h-93.1V512zM46.5 418.9H0V512h93.1v-46.5H46.5v-46.6zm93.1 93.1h93.1v-46.5h-93.1V512zM418.9 0v46.5h46.5V93H512V0h-93.1zm46.6 232.7H512v-93.1h-46.5v93.1zm0 232.8H419V512h93v-93.1h-46.5v46.6zm0-93.1H512v-93.1h-46.5v93.1zM0 232.7h232.7V0H0v232.7z"/></svg>
<svg class="tc-image-rectangle-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M46.5 279.3H0v93.1h46.5v-93.1zm0 139.6H0V512h93.1v-46.5H46.5v-46.6zm93.1 93.1h93.1v-46.5h-93.1V512zM46.5 139.6H0v93.1h46.5v-93.1zM0 93.1h46.5V46.5H93V0H0v93.1zm465.5 372.4H419V512h93v-93.1h-46.5v46.6zm0-93.1H512v-93.1h-46.5v93.1zM139.6 46.5h93.1V0h-93.1v46.5zM279.3 512h93.1v-46.5h-93.1V512zm0-512v232.7H512V0H279.3z"/></svg>
<svg class="tc-image-rectangle-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M139.6 46.5h93.1V0h-93.1v46.5zM418.9 0v46.5h46.5V93H512V0h-93.1zM46.5 46.5H93V0H0v93.1h46.5V46.5zM279.3 512h93.1v-46.5h-93.1V512zM46.5 139.6H0v93.1h46.5v-93.1zm419 93.1H512v-93.1h-46.5v93.1zm0 139.7H512v-93.1h-46.5v93.1zm0 93.1H419V512h93v-93.1h-46.5v46.6zm-186.2-419h93.1V0h-93.1v46.5zM0 512h232.7V279.3H0V512z"/></svg>
<svg class="tc-image-rectangle-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M46.5 279.3H0v93.1h46.5v-93.1zM0 93.1h46.5V46.5H93V0H0v93.1zm46.5 325.8H0V512h93.1v-46.5H46.5v-46.6zM372.4 0h-93.1v46.5h93.1V0zM46.5 139.6H0v93.1h46.5v-93.1zM139.6 512h93.1v-46.5h-93.1V512zM418.9 0v46.5h46.5V93H512V0h-93.1zM139.6 46.5h93.1V0h-93.1v46.5zm325.9 186.2H512v-93.1h-46.5v93.1zM279.3 512H512V279.3H279.3V512z"/></svg>
<svg class="tc-image-rectangular tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M139.6 46.5h93.1V0h-93.1v46.5zM46.5 418.9H0V512h93.1v-46.5H46.5v-46.6zm93.1 93.1h93.1v-46.5h-93.1V512zM46.5 279.3H0v93.1h46.5v-93.1zm0-139.7H0v93.1h46.5v-93.1zM0 93.1h46.5V46.5H93V0H0v93.1zm465.5 139.6H512v-93.1h-46.5v93.1zM279.3 512h93.1v-46.5h-93.1V512zM418.9 0v46.5h46.5V93H512V0h-93.1zm46.6 372.4H512v-93.1h-46.5v93.1zm0 93.1H419V512h93v-93.1h-46.5v46.6zm-186.2-419h93.1V0h-93.1v46.5z"/></svg>
<svg class="tc-image-recycle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1762.166748046875 1707.6666259765625"><path d="M820 1170.667l-15 368-2 22-420-29q-36-3-67-31.5t-47-65.5q-11-27-14.5-55t4-65 12-55 21.5-64 19-53q78 12 509 28zm-387-586l180 379-147-92q-63 72-111.5 144.5t-72.5 125-39.5 94.5-18.5 63l-4 21-190-357q-17-26-18-56t6-47l8-18q35-63 114-188l-140-86zm1231 517l-188 359q-12 29-36.5 46.5t-43.5 20.5l-18 4q-71 7-219 12l8 164-230-367 211-362 7 173q170 16 283 5t170-33zm-785-924q-47 63-265 435l-317-187-19-12 225-356q20-31 60-45t80-10q24 2 48.5 12t42 21 41.5 33 36 34.5 36 39.5 32 35zm655 307l212 363q18 37 12.5 76t-27.5 74q-13 20-33 37t-38 28-48.5 22-47 16-51.5 14-46 12q-34-72-265-436l313-195zm-143-226l142-83-220 373-419-20 151-86q-34-89-75-166t-75.5-123.5-64.5-80-47-46.5l-17-13 405 1q31-3 58 10.5t39 28.5l11 15q39 61 112 190z"/></svg>
<svg class="tc-image-reddit tc-image-button" width="22pt" height="22pt" viewBox="0 0 616.9759521484375 512"><path d="M0 254.464c0-21.152 8.447-39.248 25.344-54.272 16.895-15.024 36.096-22.528 57.6-22.528 21.167 0 39.072 6.144 53.76 18.432h2.56c45.727-27.984 102.912-41.984 171.52-41.984l2.56-2.047 35.84-136.704 123.905 18.431c0 .336.336.512 1.008.512.336 0 .336-.176 0-.512.687-.336 2.64-2.992 5.888-7.935 3.248-4.96 5.712-8.113 7.424-9.473C499.039 5.456 513.039 0 529.408 0c16.72 0 30.816 5.552 42.256 16.64 11.44 11.088 17.136 24.992 17.136 41.728s-5.696 31.056-17.136 43.008c-11.44 11.952-25.536 17.92-42.256 17.92-19.457 0-34.32-6.576-44.528-19.712-10.256-13.136-15.376-29.616-15.376-49.408-.688.336-17.312-1.872-49.904-6.656-32.608-4.768-51.296-7.664-56.065-8.704h-1.551c-.672.688-3.504 9.808-8.449 27.392a5118.698 5118.698 0 0 0-15.343 55.808c-5.312 19.632-8.288 30.464-8.976 32.512v1.536l2.56 2.048c24.56 0 49.744 3.504 75.52 10.496 25.775 6.992 48.048 16.816 66.815 29.44l1.553 1.024c.336-.336.672-.512 1.008-.512s.672-.176 1.008-.512c8.528-6.144 14.592-10.4 18.192-12.8 3.584-2.384 8.623-4.608 15.088-6.656 6.496-2.048 13.823-3.072 22.031-3.072 23.2 0 43.01 8.192 59.376 24.576 16.4 16.385 24.609 36.352 24.609 59.904 0 16.048-4.529 30.72-13.584 44.032-9.056 13.312-20.912 23.568-35.584 30.72 0 66.56-44.368 118.288-133.12 155.136-14 6.145-23.569 10.065-28.672 11.76-10.928 3.425-26.448 6.656-46.592 9.728-20.144 3.073-36.017 4.624-47.616 4.624-40.96 0-80.384-5.967-118.272-17.92-.688-.671-12.976-7.168-36.863-19.456-32.433-17.408-58.449-37.2-78.08-59.391-19.632-22.193-29.441-48.817-29.441-79.872h-2.56c-11.264-5.792-21.328-14.336-30.208-25.617l-4.608-6.128c-5.12-9.215-8.351-16.992-9.727-23.312-1.376-6.32-2.048-14.912-2.048-25.84zm17.407 6.144c0 22.512 9.729 41.647 29.185 57.344 1.695-20.145 9.903-39.937 24.576-59.393 14.672-19.456 31.92-36.687 51.712-51.712-12.64-8.863-26.624-13.311-41.984-13.311-16.72 0-31.489 6.912-44.289 20.736-12.8 13.823-19.2 29.264-19.2 46.336zm52.24 74.752c0 18.416 5.296 36.176 15.873 53.248 10.576 17.056 24.144 31.664 40.704 43.76 16.56 12.128 34.048 22.288 52.48 30.464 18.432 8.175 36.352 14 53.76 17.408 25.6 4.784 50.527 7.168 74.752 7.168 41.983 0 81.744-6.736 119.296-20.225 37.536-13.487 69.12-34.384 94.72-62.735h-1.536c10.24-12.977 17.568-24.656 22-35.057 4.432-10.4 6.656-22.783 6.656-37.119 0-18.416-4.512-36-13.569-52.72-9.023-16.736-20.91-31.072-35.584-43.008-14.672-11.952-30.383-22.272-47.103-30.976s-33.777-15.28-51.185-19.712c-29.022-7.856-59.902-11.776-92.672-11.776-25.263 0-51.12 3.072-77.567 9.216-26.448 6.144-52.048 15.36-76.8 27.648-24.753 12.288-44.976 29.264-60.673 50.943-15.712 21.681-23.552 46.177-23.552 73.473zm95.233-37.376c0-12.64 3.84-22.784 11.52-30.465 7.663-7.68 17.823-11.52 30.463-11.52 12.624 0 23.216 3.84 31.744 11.52 8.528 7.68 12.8 17.824 12.8 30.465 0 12.304-4.352 22.527-13.056 30.72-8.704 8.208-19.2 12.303-31.488 12.303s-22.352-4.095-30.208-12.303c-7.856-8.193-11.775-18.416-11.775-30.72zm18.432 83.968h22.528c8.544 15.36 22.096 27.04 40.704 35.072 18.607 8.016 37.632 12.032 57.088 12.032 19.792 0 38.576-4.016 56.32-12.032 17.743-8.032 32.096-19.713 43.008-35.072h20.991c-8.527 21.168-24.4 37.552-47.632 49.136-23.2 11.632-47.439 17.424-72.687 17.424-24.576 0-48.72-5.888-72.448-17.665-23.728-11.792-39.697-28.063-47.872-48.895zm172.016-83.968c0-12.977 3.92-23.2 11.76-30.72C374.96 259.759 385.376 256 398.352 256c11.6 0 21.504 4.095 29.68 12.288 8.192 8.208 12.288 18.095 12.288 29.696 0 11.6-4.096 21.664-12.288 30.208-8.192 8.544-18.096 12.815-29.68 12.815-12.64 0-22.976-4.015-30.992-12.032-8.016-8.031-12.032-18.367-12.032-30.991zM485.904 58.368c0 11.952 4.272 22.191 12.8 30.72 8.528 8.544 18.784 12.8 30.72 12.8 12.288 0 22.352-4.192 30.224-12.544 7.84-8.352 11.76-18.688 11.76-30.976 0-11.6-4.096-21.504-12.304-29.696-8.193-8.192-18.08-12.288-29.68-12.288-11.6 0-21.744 4.175-30.464 12.543-8.704 8.369-13.056 18.176-13.056 29.44zm7.168 143.872c18.768 12.288 34.976 28.064 48.624 47.36 13.664 19.28 23.215 39.68 28.688 61.184 20.128-14.672 30.208-31.057 30.208-49.152 0-19.792-6.064-36.865-18.176-51.2-12.129-14.336-27.904-21.504-47.376-21.504-15.344 0-29.344 4.432-41.968 13.312z"/></svg>
<svg class="tc-image-reddit-alien tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1693"><path d="M1792 847q0 58-29.5 105.5T1683 1025q12 46 12 96 0 155-106.5 287T1298 1616.5 898 1693t-399.5-76.5-290-208.5T102 1121q0-47 11-94-51-25-82-73.5T0 847q0-82 58-140.5T199 648q85 0 145 63 218-152 515-162L975 28q3-13 15-21t26-5l369 81q18-37 54-59.5T1518 1q62 0 106 43.5t44 105.5-44 106-106 44-105.5-43.5T1369 151l-334-74-104 472q300 9 519 160 58-61 143-61 83 0 141 58.5t58 140.5zM418 1046q0 62 43.5 106t105.5 44 106-44 44-106-44-105.5T567 897q-61 0-105 44t-44 105zm810 355q11-11 11-26t-11-26q-10-10-25-10t-26 10q-41 42-121 62t-160 20-160-20-121-62q-11-10-26-10t-25 10q-11 10-11 25.5t11 26.5q43 43 118.5 68t122.5 29.5 91 4.5 91-4.5 122.5-29.5 118.5-68zm-3-205q62 0 105.5-44t43.5-106q0-61-44-105t-105-44q-62 0-106 43.5t-44 105.5 44 106 106 44z"/></svg>
<svg class="tc-image-reddit-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M939 1001q13 13 0 26-53 53-171 53t-171-53q-13-13 0-26 5-6 13-6t13 6q42 42 145 42t145-42q5-6 13-6t13 6zM676 845q0 31-23 54t-54 23-54-23-23-54q0-32 22.5-54.5T599 768t54.5 22.5T676 845zm338 0q0 31-23 54t-54 23-54-23-23-54q0-32 22.5-54.5T937 768t54.5 22.5T1014 845zm215-103q0-42-30-72t-73-30q-42 0-73 31-113-78-267-82l54-243 171 39q1 32 23.5 54t53.5 22q32 0 54.5-22.5T1165 384t-22.5-54.5T1088 307q-48 0-69 43l-189-42q-17-5-21 13l-60 268q-154 6-265 83-30-32-74-32-43 0-73 30t-30 72q0 30 16 55t42 38q-5 25-5 48 0 122 120 208.5t289 86.5q170 0 290-86.5T1179 883q0-25-6-49 25-13 40.5-37.5T1229 742zm307-454v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-redeem tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38.00160217285156"><path d="M36 8.002h-4.37c.22-.63.37-1.29.37-2 0-3.31-2.69-6-6-6-2.09 0-3.93 1.07-5 2.69l-1 1.36-1-1.36a5.983 5.983 0 0 0-5-2.69c-3.31 0-6 2.69-6 6 0 .71.14 1.37.37 2H4c-2.21 0-3.98 1.79-3.98 4l-.02 22c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4v-22c0-2.21-1.79-4-4-4zm-10-4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-12 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm22 30H4v-4h32v4zm0-10H4v-12h10.16L10 17.672l3.25 2.33 4.75-6.47 2-2.72 2 2.72 4.75 6.47 3.25-2.33-4.16-5.67H36v12z"/></svg>
<svg class="tc-image-redhat tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.349626541137695 22.533000946044922"><path d="M15.465 18.39c.065.063.177.277.04.549a1.097 1.097 0 0 1-.308.363c-.179.143-.527.308-1.005.004-.257-.162-.274-.217-.628-.17-.253.032-.354-.225-.263-.437.092-.212.465-.383.931-.111.21.123.536.384.821.152.119-.094.19-.157.354-.347a.042.042 0 0 1 .03-.013c.01 0 .02.004.027.009zm-.576-15.191h-.073c-.137 0-.279.008-.424.024-.484.048-.907.168-1.191.318a.04.04 0 0 0-.023.035c0 .02.018.038.04.038h.007a4.5 4.5 0 0 1 .251-.033c.786-.079 1.448.052 1.481.291.024.181-.319.373-.824.49a.056.056 0 0 0-.044.053c0 .026.017.048.044.054.212.061.459.1.721.106.814.017 1.479-.276 1.489-.655s-.64-.702-1.453-.721zm-3.524 2.014c-.619 0-1.062.081-1.446.091s-.681-.272-.819-.445c-.113-.141-.477-.276-.675.178-.2.459.17.952.476 1.017 0 0 .51.946.896.533.274-.291.426-.448 1.89-.554.697-.052.769-.213.747-.384-.023-.202-.443-.436-1.07-.436z"/><path d="M12.674 0C5.674 0 0 5.67 0 12.667c0 1.415.232 2.777.661 4.048h.882c.781 0 1.507-.188 2.117-.506.153-.077.328-.127.513-.127.389 0 .723.152.936.5.182.316.353.503.563.635.181.117.428.212.781.195.167-.007.419-.047.483-.221.072-.199-.018-.349-.262-.449-.342-.143-.435-.354-.616-.676-.183-.323-.577-.495-.639-1.102-.061-.599.408-1.353 1.335-1.113.67.174 1.102 1.001 1.265 1.285.084.149.385.323.627.101.242-.224.465-.224.648.061.155.24 1.295 1.759 2.529 1.799 1.254.04 1.923-.283 2.469-.264.383.015.569.208.788.242.385.062.659-.287 1.084-.265.343.015.718.246 1.103.246s1.194-.464 1.184-.273c-.02.339-.28.937-.343 1.214-.045.191-.006.655-.121 1.027-.103.379-.456.859-.548.996-.31.464-.536.605-.79 1.091-.282.546-.747 1.051-.869 1.214-.155.208.878-.006 1.244-.355.311-.294.857-1.184 1.72-1.374.582-.129.699-.352.628-.559a.182.182 0 0 1-.018-.081c0-.079.046-.148.114-.181.601-.25 1.417-.405 2.314-.405.523 0 1.042.07 1.53.182a12.603 12.603 0 0 0 2.034-6.884C25.345 5.671 19.671.001 12.673.001zm10.305 12.417c-.607 3.334-6.065 4.456-11.373 2.85-5.058-1.53-9.499-4.581-8.985-6.366.298-1.041 1.949-1.484 4.148-1.246-.333.68-.309 1.479 1.147 2.369 1.78 1.01 4.788 1.873 5.601 1.788.303-.03.576-.181.303-.363s-.515-.546-.667-1.182c-.086-.354-.182-.849-2.092-1.212-4.102-.782-3.943-1.94-3.822-2.608 0 0 .364-1.637.517-2.213.151-.576.542-1.897 3.183-1.303 1.526.344 2.349-.084 2.77-.191 1.143-.294 2.406-.091 3.104.626.722.743 1.717 3.035 2.194 4.749.243.87.178 1.288.057 1.582-.088.2-.14.327-.44.837-.052.091-.01.188.106.129.793-.407.971-.945 1.096-1.365 2.153.485 3.43 1.605 3.154 3.12z"/></svg>
<svg class="tc-image-redis tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.87000274658203 17.584999084472656"><path d="M9.762.019c0 .007.103.202.232.441.126.235.219.437.205.447s-.371.146-.792.295c-.424.152-.765.282-.759.288s.487.056 1.067.109c.699.066 1.067.113 1.093.139.023.023.182.282.358.57l.315.53.056-.133c.03-.07.126-.302.215-.51l.156-.381.841-.089c.46-.05.871-.089.914-.089.04-.003.073-.013.073-.03 0-.013-.311-.142-.696-.285-.381-.142-.696-.265-.696-.268s.083-.205.182-.447.175-.447.169-.454c-.007-.01-.331.089-.715.215l-.702.229-.745-.295C9.801.013 9.761 0 9.761.019zm4.628 2.52c-.891.354-1.623.649-1.63.656s.656.275 1.474.6l1.484.586.159-.063c1.653-.643 3.157-1.242 3.15-1.249-.023-.027-2.948-1.172-2.981-1.172-.023.003-.768.291-1.656.643zm-8.553-.344c-.855.089-1.573.338-1.878.653-.209.215-.242.398-.113.619.192.331.822.61 1.693.752.391.066 1.54.056 1.938-.013.931-.162 1.534-.46 1.676-.835.053-.139.053-.159 0-.295-.139-.364-.732-.666-1.61-.818a8.216 8.216 0 0 0-1.706-.063zm15.92 1.03a2.098 2.098 0 0 1-.354.285c-.451.291-1.034.556-4.651 2.113-2.544 1.093-3.193 1.381-4.074 1.805-.977.467-1.381.596-1.872.596-.441 0-.702-.076-1.524-.441-.328-.146-1.67-.709-2.981-1.255C.567 3.943.461 3.893.153 3.562L.024 3.42v2.256l.146.139c.139.136.613.421.782.47.046.013.358.142.696.288s1.984.835 3.66 1.534c2.773 1.156 3.405 1.421 4.349 1.835.5.222.778.278 1.249.262.345-.013.447-.033.749-.136a7.34 7.34 0 0 0 .752-.318c.719-.361 1.59-.745 5.058-2.239 3.263-1.408 3.687-1.603 4.041-1.848.364-.258.348-.195.348-1.451 0-.6-.003-1.09-.01-1.09s-.043.046-.086.103zM10.335 4.696c-1.335.205-2.441.381-2.461.388-.03.01 3.326 1.421 3.468 1.457.033.01 1.534-2.15 1.534-2.206 0-.03.003-.033-2.541.361zm11.441 2.233c-.03.05-.169.172-.305.268-.434.298-1.086.596-5.052 2.302-2.282.984-2.998 1.299-3.677 1.63-1.1.533-1.365.619-1.954.616-.457-.003-.739-.076-1.345-.351-.583-.268-1.236-.543-3.856-1.63C1.029 7.873.502 7.637.181 7.326l-.159-.149v2.219l.179.169c.292.272.262.258 5.154 2.296 1.795.745 3.488 1.457 3.76 1.58.722.325.931.401 1.216.46.666.136 1.159.026 2.239-.5.702-.341 1.56-.722 3.637-1.616 3.948-1.703 4.922-2.14 5.21-2.332.103-.073.242-.189.311-.265l.123-.136v-1.11c0-.61-.003-1.11-.01-1.11a.724.724 0 0 0-.066.096zm-.036 3.633c-.262.328-.785.58-4.856 2.332-2.657 1.146-3.465 1.504-4.339 1.921-.918.437-1.219.53-1.749.53-.361 0-.729-.086-1.136-.265-.951-.417-1.577-.682-4.353-1.838C2.15 11.927 1.14 11.5.802 11.331c-.315-.159-.636-.384-.709-.5l-.07-.106v1.13c0 1.295-.023 1.199.325 1.434.384.258.954.51 4.744 2.083 2.65 1.1 3.604 1.501 4.074 1.713.961.431 1.216.5 1.752.47.49-.023.812-.129 1.66-.533.884-.424 1.537-.715 4.422-1.958 4.008-1.726 4.442-1.934 4.747-2.286l.106-.119v-1.106c0-.61-.003-1.11-.007-1.11a.764.764 0 0 0-.106.119z"/></svg>
<svg class="tc-image-redo tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.008001327514648 12.133000373840332"><path d="M9.074 7.325c-.615.562-.755.646-.789-.404-.062-.768 0-1.618 0-1.618-.022-.048-1.351-.547-3.548.404-2.196.952-3.678 3.922-3.94 4.852-.021.537-.721 1.574-.788-.022C0 7.933 1.017 5.207 3.608 3.644c2.416-1.457 4.426-1.309 4.647-1.232.004.021.01.029.021.016.003-.004-.006-.01-.021-.016-.019-.097.039-.598.045-1.54-.037-.846.189-.872.774-.421 1.071.88 3.934 3.615 3.934 3.615s-2.862 2.395-3.934 3.259z"/></svg>
<svg class="tc-image-redo-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12.033770561218262"><path d="M3.084 3.822a.474.474 0 0 1 .107-.012h7.057L7.347.91a.514.514 0 0 1 .726-.726L11.85 3.96c.01.01.013.022.021.032a.532.532 0 0 1 .089.136.524.524 0 0 1 .035.174c0 .008.005.014.005.022 0 .012-.007.02-.007.032a.548.548 0 0 1-.032.164.52.52 0 0 1-.106.159l-.005.008-3.777 3.777a.51.51 0 0 1-.725 0 .515.515 0 0 1 0-.727l2.901-2.9H3.25c-.332.086-2.223.687-2.223 3.207 0 2.518 1.944 2.922 2.201 2.963H4.73a.514.514 0 0 1 0 1.027H3.191a.625.625 0 0 1-.062-.004C2.047 11.897 0 10.895 0 8.044c0-2.822 2.018-3.996 3.084-4.222z"/></svg>
<svg class="tc-image-redo-curve tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.392906188964844 39.45800018310547"><path d="M4.642 3.602a18.602 18.602 0 0 0-1.844 2.22 15.225 15.225 0 0 0-1.475 2.586 15.521 15.521 0 0 0-.97 2.92 14.323 14.323 0 0 0-.35 3.186c0 1.069.114 2.164.34 3.285.227 1.122.6 2.266 1.122 3.434.52 1.168 1.215 2.363 2.082 3.586.866 1.222 1.939 2.467 3.219 3.734l1.412 1.398c.527.524 1.087 1.078 1.679 1.663a500.32 500.32 0 0 1 1.814 1.804c.618.618 1.224 1.215 1.818 1.791l4.288 4.249 4.26-4.308c-1.468-1.46-2.89-2.87-4.26-4.229-.58-.576-1.183-1.17-1.808-1.781a240.298 240.298 0 0 1-1.824-1.804 580.095 580.095 0 0 0-3.09-3.072c-1.677-1.68-2.938-3.348-3.784-5.004C6.424 17.605 6 15.994 6 14.428c0-1.183.24-2.324.722-3.424S7.94 8.867 8.93 7.89a4.77 4.77 0 0 1 .917-.7 6.978 6.978 0 0 1 1.237-.576c.46-.165.96-.3 1.504-.403a9.226 9.226 0 0 1 1.725-.155c.616 0 1.26.063 1.933.188a10.1 10.1 0 0 1 2.042.62c.688.288 1.383.666 2.085 1.132a13.493 13.493 0 0 1 2.06 1.709l4.494 4.519-7.033 7.052h18.499V3.068L31.4 9.935l-4.513-4.538c-1.002-1.126-2.04-2.043-3.114-2.752A15.55 15.55 0 0 0 20.557.996 14.797 14.797 0 0 0 17.36.205 23.9 23.9 0 0 0 14.313 0c-1.007 0-1.978.089-2.913.267-.934.178-1.814.429-2.638.752-.825.324-1.584.705-2.276 1.145-.693.44-1.308.92-1.844 1.438z"/></svg>
<svg class="tc-image-redo-icon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 192V21.3l-64.9 64.9C400.3 33.4 332.2 0 256 0 114.6 0 0 114.6 0 256s114.6 256 256 256c70.7 0 134.7-28.6 181-75l-45.3-45.2C357 426.5 309 448 256 448c-106 0-192-85.9-192-192S150 64 256 64c58.5 0 110.4 26.5 145.5 67.8L341.3 192H512z"/></svg>
<svg class="tc-image-redo-point tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.75 39.58300018310547"><path d="M15.834 14.25a9.5 9.5 0 0 0 0 19h4.75v6.333h-4.75C7.089 39.583 0 32.494 0 23.75 0 15.005 7.09 7.916 15.834 7.916h14.25L22.167 0h9.27L42.75 11.248 31.437 22.166h-9.27l7.917-7.916h-14.25zm9.5 19h6.333v6.333h-6.333V33.25z"/></svg>
<svg class="tc-image-redo2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.289999961853027 16"><path d="M9.29 3.881V0l6 6-6 6V8.034C2.31 7.87 2.609 12.781 4.386 16 0 11.259.931 3.663 9.29 3.881z"/></svg>
<svg class="tc-image-refresh tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.040605545043945 13.68459415435791"><path d="M15.814 6.507l-2.32 2.32c-.119.118-.281.186-.449.186s-.328-.067-.449-.186l-2.318-2.32a.635.635 0 1 1 .898-.898l1.234 1.237V6.84a5.575 5.575 0 0 0-5.57-5.57c-3.071 0-5.571 2.498-5.571 5.57s2.5 5.57 5.571 5.57a5.542 5.542 0 0 0 3.941-1.631.634.634 0 1 1 .896.896 6.789 6.789 0 0 1-4.837 2.004C3.068 13.678 0 10.611 0 6.84S3.068 0 6.84 0a6.847 6.847 0 0 1 6.84 6.84v.006l1.236-1.237a.635.635 0 1 1 .898.898z"/></svg>
<svg class="tc-image-refresh-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 687 1080"><path d="M0 619q0 126 61 232t167.5 167.5T461 1080q30 0 51.5-23t21.5-54-21-51.5-52-20.5q-130 0-220.5-91T150 619q0-124 85-216t200-92l-35 34q-24 24-22 52 0 29 21 51.5t52 22.5q32 0 54-22l161-160q21-17 21-54 0-35-21-50L505 22Q484 0 453 0t-53.5 22T377 75q0 33 23 54l32 30q-184 13-308 144.5T0 619z"/></svg>
<svg class="tc-image-refresh-clockwise-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 38"><path d="M39 23.5V30l-9 8-9-8.5v-6l6 5.29V16.5C27 10.701 22.299 6 16.5 6S6 10.701 6 16.5c0 5.631 4.433 10.227 10 10.488v6.005C7.119 32.728 0 25.445 0 16.5 0 7.387 7.387 0 16.5 0S33 7.387 33 16.5v12.375l6-5.375z"/></svg>
<svg class="tc-image-refresh-clockwise-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 38"><path d="M0 14.5V8l9-8 9 8.5v6l-6-5.29V21.5C12 27.299 16.701 32 22.5 32S33 27.299 33 21.5c0-5.631-4.433-10.227-10-10.488V5.007c8.881.265 16 7.548 16 16.493C39 30.613 31.613 38 22.5 38S6 30.613 6 21.5V9.125L0 14.5z"/></svg>
<svg class="tc-image-refresh-counterclockwise-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 38"><path d="M0 23.5V30l9 8 9-8.5v-6l-6 5.29V16.5C12 10.701 16.701 6 22.5 6S33 10.701 33 16.5c0 5.631-4.433 10.227-10 10.488v6.005c8.881-.265 16-7.548 16-16.493C39 7.387 31.613 0 22.5 0S6 7.387 6 16.5v12.375L0 23.5z"/></svg>
<svg class="tc-image-refresh-counterclockwise-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 38"><path d="M39 14.5V8l-9-8-9 8.5v6l6-5.29V21.5C27 27.299 22.299 32 16.5 32S6 27.299 6 21.5c0-5.631 4.433-10.227 10-10.488V5.007C7.119 5.272 0 12.555 0 21.5 0 30.613 7.387 38 16.5 38S33 30.613 33 21.5V9.125l6 5.375z"/></svg>
<svg class="tc-image-refresh-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 16.001998901367188"><path d="M13.368 0c-.488 0-1.2.145-1.956.773A7.966 7.966 0 0 0 8 .002a8 8 0 0 0 0 16c4.312 0 8-3.316 8-8V3.066C15.984.955 14.625 0 13.368 0zM14 8.002H8.872c-1.134 0-1.407-.561-.604-1.363l1.448-1.402a3.431 3.431 0 0 0-1.909-.549c-.93 0-1.805.375-2.464 1.033a3.47 3.47 0 0 0-1.02 2.467 3.47 3.47 0 0 0 1.02 2.469c.659.658 1.534 1.021 2.464 1.021s1.805-.36 2.465-1.019c.177-.18.334-.372.468-.579a1.162 1.162 0 0 1 1.955 1.256 5.962 5.962 0 0 1-.78.965 5.764 5.764 0 0 1-4.106 1.703 5.762 5.762 0 0 1-4.104-1.701 5.767 5.767 0 0 1-1.701-4.106c0-1.551.604-3.012 1.702-4.104a5.759 5.759 0 0 1 4.104-1.7c1.311 0 2.551.436 3.566 1.229l1.154-1.158c.311-.312.602-.461.841-.461.377 0 .627.372.632 1.065v4.934zm-7.08.05c.162.392.63.95 1.952.95h1.299s-.21.504-.614.907-1.086.745-1.75.745a2.459 2.459 0 0 1-2.485-2.467c0-.664.258-1.139.726-1.604.472-.472 1.097-.581 1.759-.581l-.246.123c-.935.934-.803 1.536-.641 1.927z"/></svg>
<svg class="tc-image-refresh-time tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C179.9 0 111.7 33.4 64.9 86.2L0 21.3V192h170.7l-60.2-60.2C145.6 90.5 197.5 64 256 64c106 0 192 85.9 192 192s-86 192-192 192c-53 0-101-21.5-135.8-56.2L75 437c46.4 46.3 110.4 75 181 75 141.4 0 256-114.6 256-256S397.4 0 256 0zm-21.3 106.7v170.7h128v-42.7h-85.3v-128h-42.7z"/></svg>
<svg class="tc-image-registered tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0025634765625 1024.0001220703125"><path d="M595.43 401.714q0-50.286-34.286-69.143-18.857-10.286-66.857-10.286h-70.286v160.571h92.571q37.714 0 58.286-21.143t20.571-60zm29.714 162.857l117.144 213.143q4.571 9.714-.57 17.714-4.572 9.143-15.43 9.143h-86.857q-11.429 0-16-9.714L512.573 586.286h-88.57v200q0 8-5.144 13.143t-13.143 5.143h-76.57q-8 0-13.144-5.143t-5.143-13.143V237.715q0-8 5.143-13.143t13.143-5.143h168q73.143 0 108.571 13.714 48.572 17.714 76.572 62.286t28 102.857q0 52.571-24.286 94.571t-66 62.571q3.43 5.714 5.143 9.143zM512.001 91.429q-85.714 0-163.429 33.429t-134 89.714-89.714 134T91.43 512.001t33.43 163.429 89.713 134 134 89.714 163.43 33.429 163.428-33.429 134-89.714 89.714-134 33.43-163.429-33.43-163.429-89.714-134-134-89.714-163.429-33.429zm512 420.571q0 104-40.57 198.857T874.286 874.286 710.858 983.429 512.001 1024t-198.857-40.571-163.429-109.143T40.572 710.857.002 512t40.57-198.857 109.143-163.429 163.43-109.143T512.001 0t198.857 40.571 163.43 109.143T983.43 313.143 1024.001 512z"/></svg>
<svg class="tc-image-registration-mark tc-image-button" width="22pt" height="22pt" viewBox="0 0 1182 1182"><path d="M591 0q120 0 229.5 47T1009 173t126 188.5 47 229.5-47 229.5-126 188.5-188.5 126-229.5 47-229.5-47T173 1009 47 820.5 0 591t47-229.5T173 173 361.5 47 591 0zm0 170q-114 0-211 56.5T226.5 380 170 591t56.5 211T380 955.5t211 56.5 211-56.5T955.5 802t56.5-211-56.5-211T802 226.5 591 170zm200 321v100l-50 50 100 100v50H741L641 691H491v100H391V391h300zm-300 0v100h200V491H491z"/></svg>
<svg class="tc-image-religion-christianity tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 38"><path d="M11 0h6v11h11v6H17v21h-6V17H0v-6h11V0z"/></svg>
<svg class="tc-image-religion-islamic tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.005218505859375"><path d="M24 17h5.167L31 11.5l1.833 5.5H38l-4.173 2.98L35.5 25 31 22l-4.5 3 1.673-5.02L24 17zM19 0c3.377 0 6.548.88 9.296 2.425A17.056 17.056 0 0 0 24.5 2c-9.389 0-17 7.611-17 17s7.611 17 17 17a17.08 17.08 0 0 0 3.796-.425A18.914 18.914 0 0 1 19 38C8.507 38 0 29.493 0 19S8.507 0 19 0z"/></svg>
<svg class="tc-image-religion-judaism tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.07099914550781 43.915000915527344"><path d="M39.071 32.957H25.406l-6.34 10.958-6.34-10.958H0l6.364-11-6.364-11h12.728L19.068 0l6.337 10.957h12.727l-6.361 11 7.3 11zm-28.658-4l-1.74-3.006-1.739 3.006h3.479zm10.371-18l-1.718-2.97-1.718 2.97h3.436zm6.936 18h3.478l-1.74-3.006-1.737 3.006zm-12.686 0h8.065l4.05-7-4.05-7h-8.065l-4.05 7 4.05 7zm-8.1-14l1.74 3.006 1.738-3.006H6.933zm24.264 0h-3.477l1.739 3.006 1.739-3.006zm-10.414 18h-3.436l1.718 2.97 1.718-2.97z"/></svg>
<svg class="tc-image-religious-christian-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 11"><path d="M2.5 0v3H0v2h2.5v6h2V5H7V3H4.5V0h-2z"/></svg>
<svg class="tc-image-religious-christian-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 15"><path d="M3 .955V4H0v3h3v8h3V7h3V4H6V1c0-1-.978-1-.978-1H3.99S3 0 3 .955z"/></svg>
<svg class="tc-image-religious-jewish-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M11 8H7.1l-1.6 3-1.6-3H0l1.95-2.5L0 3h3.9l1.6-3 1.6 3H11L9.05 5.5 11 8z"/></svg>
<svg class="tc-image-religious-jewish-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M15 12H9.78L7.5 15l-2.26-3H0l2.7-4L0 4h5.3l2.2-4 2.34 4H15l-2.56 4L15 12z"/></svg>
<svg class="tc-image-religious-muslim-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9.800000190734863"><path d="M4.9 0C2.2 0 0 2.2 0 4.9s2.2 4.9 4.9 4.9c.9 0 1.7-.2 2.4-.6h-.6c-2.4 0-4.3-1.9-4.3-4.3S4.3.6 6.7.6h.6C6.5.2 5.8 0 4.9 0zm3.6 2l-.816 1.7L6 4l1 1.5L6.5 7l2-1 2 1-.5-1.5L11 4l-1.5-.3-1-1.7z"/></svg>
<svg class="tc-image-religious-muslim-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 13.588000297546387"><path d="M6.794 0C3 0 0 3 0 6.794s3 6.794 6.794 6.794c2.118 0 4.412-.706 5.647-2.294-.794.53-2.294 1.147-3.441 1.147-2.912 0-5.118-2.912-5.118-5.823S6.088 1.148 9 1.148c1.059 0 2.559.617 3.441 1.146C11.206.706 8.911 0 6.794 0zM11 3l-1 2.5H7L9.5 7l-1 3L11 8.5l2.5 1.5-1-3L15 5.5h-3L11 3z"/></svg>
<svg class="tc-image-reload tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.989999771118164 8"><path d="M4 0C1.8 0 0 1.8 0 4s1.8 4 4 4c1.1 0 2.12-.43 2.84-1.16l-.72-.72c-.54.54-1.29.88-2.13.88-1.66 0-3-1.34-3-3s1.34-3 3-3c.83 0 1.55.36 2.09.91L4.99 3h3V0L6.8 1.19C6.08.47 5.09 0 3.99 0z"/></svg>
<svg class="tc-image-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 4"><path d="M28 4H0V0h28v4z"/></svg>
<svg class="tc-image-remove-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm10 22H10v-4h20v4z"/></svg>
<svg class="tc-image-remove-circle-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M10 18v4h20v-4H10zM20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm0 36c-8.82 0-16-7.18-16-16S11.18 4 20 4s16 7.18 16 16-7.18 16-16 16z"/></svg>
<svg class="tc-image-remove-from-queue tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 36"><g transform="translate(-2 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M42 6H6c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h10v4h16v-4h10c2.21 0 3.98-1.79 3.98-4L46 10c0-2.21-1.79-4-4-4zm0 28H6V10h36v24zM32 20v4H16v-4h16z"/></g></svg>
<svg class="tc-image-remove-playlist tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M465.5 0H186.2c-25.7 0-46.5 20.9-46.5 46.5v279.3c0 25.7 20.9 46.5 46.5 46.5h279.3c25.7 0 46.5-20.9 46.5-46.5V46.5C512 20.9 491.1 0 465.5 0zm-23.3 209.5H209.5V163h232.7v46.5zM93.1 325.8V139.6H46.5C20.9 139.6 0 160.5 0 186.2v279.3C0 491.1 20.9 512 46.5 512h279.3c25.7 0 46.5-20.9 46.5-46.5V419H186.2c-51.4-.1-93.1-41.8-93.1-93.2z"/></svg>
<svg class="tc-image-remove-red-eye tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 30"><path d="M22 0C12 0 3.46 6.22 0 15c3.46 8.78 12 15 22 15s18.54-6.22 22-15C40.54 6.22 32.01 0 22 0zm0 25c-5.52 0-10-4.48-10-10S16.48 5 22 5s10 4.48 10 10-4.48 10-10 10zm0-16c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/></svg>
<svg class="tc-image-remove-shopping-cart tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.459999084472656 45.459999084472656"><path d="M45.46 42.92L5.54 3 4 1.46 2.54 0 0 2.54l8.78 8.78 4.42 9.32-2.7 4.9c-.32.56-.5 1.22-.5 1.92 0 2.2 1.8 4 4 4h14.92l2.76 2.76c-1 .73-1.66 1.91-1.66 3.24 0 2.2 1.78 4 3.98 4 1.33 0 2.51-.67 3.24-1.68l5.68 5.68 2.54-2.54zM14.84 27.46c-.28 0-.5-.22-.5-.5l.06-.24 1.8-3.26h4.72l4 4H14.84zm16.26-4c1.5 0 2.82-.82 3.5-2.06l7.16-12.98c.16-.28.24-.62.24-.96 0-1.1-.9-2-2-2H13.08l18 18h.02zm-17.1 10c-2.2 0-3.98 1.8-3.98 4s1.78 4 3.98 4 4-1.8 4-4-1.8-4-4-4z"/></svg>
<svg class="tc-image-remove-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM411.475 262.5L600 451.025 788.525 262.5 937.5 411.475 748.975 600 937.5 788.525 788.525 937.5 600 748.975 411.475 937.5 262.5 788.525 451.025 600 262.5 411.475 411.475 262.5z"/></svg>
<svg class="tc-image-rename tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 13"><path d="M6.5 10h-6a.5.5 0 0 1-.5-.5v-6A.5.5 0 0 1 .5 3h6a.5.5 0 0 1 0 1H1v5h5.5a.5.5 0 0 1 0 1zm-4-4a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm8 6H9V1h1.5a.5.5 0 0 0 0-1h-4a.5.5 0 0 0 0 1H8v11H6.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm1-9h-1a.5.5 0 0 0 0 1h.5v5h-.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5z"/></svg>
<svg class="tc-image-renren tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.001943588256836 15.835000038146973"><path d="M6.645.001C2.876.635.001 3.914.001 7.863a7.96 7.96 0 0 0 1.887 5.15c2.791-1.35 4.744-4.406 4.756-7.966V0zm2.712 0c3.769.634 6.644 3.913 6.644 7.862a7.96 7.96 0 0 1-1.887 5.15c-2.791-1.35-4.744-4.406-4.756-7.966V0zM7.973 9.876c-.497 2.056-1.981 3.813-3.828 4.981 1.138.622 2.441.978 3.828.978s2.691-.356 3.828-.978c-1.847-1.169-3.331-2.925-3.828-4.981z"/></svg>
<svg class="tc-image-reorder tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1477"><path d="M0 1329q0 61 44 104.5t104 43.5h1625q61 0 104-43.5t43-104.5-43-104-104-43H148q-60 0-104 43T0 1329zm0-590q0 61 44 104t104 43h1625q61 0 104-43t43-104-43-104.5-104-43.5H148q-60 0-104 43.5T0 739zm0-591q0 61 44 104t104 43h1625q61 0 104-43t43-104-43-104.5T1773 0H148Q88 0 44 43.5T0 148z"/></svg>
<svg class="tc-image-reorder_square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1915"><path d="M0 1809v-586q0-44 31-75.5t75-31.5h585q44 0 75.5 31.5T798 1223v586q0 44-31.5 75t-75.5 31H106q-44 0-75-31t-31-75zM0 692V106q0-44 31-75t75-31h585q44 0 75.5 31t31.5 75v586q0 44-31.5 75.5T691 799H106q-44 0-75-31.5T0 692zm1121 1117v-586q0-44 31.5-75.5t74.5-31.5h587q43 0 74.5 31.5t31.5 75.5v586q0 44-31 75t-75 31h-587q-43 0-74.5-31t-31.5-75zm0-1117V106q0-43 31.5-74.5T1227 0h587q44 0 75 31.5t31 74.5v586q0 44-31.5 75.5T1814 799h-587q-43 0-74.5-31.5T1121 692z"/></svg>
<svg class="tc-image-reorder_square_line tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1915"><path d="M0 1809v-586q0-44 31.5-75.5T106 1116h587q43 0 74.5 31.5T799 1223v586q0 44-31.5 75t-74.5 31H106q-44 0-75-31t-31-75zM0 692V106q0-43 31-74.5T106 0h587q43 0 74.5 31.5T799 106v586q0 44-31.5 75.5T693 799H106q-43 0-74.5-31.5T0 692zm181 1043h437v-438H181v438zm0-1117h437V180H181v438zm940 1191v-586q0-44 31.5-75.5t74.5-31.5h587q43 0 74.5 31.5t31.5 75.5v586q0 44-31 75t-75 31h-587q-43 0-74.5-31t-31.5-75zm0-1117V106q0-43 31.5-74.5T1227 0h587q44 0 75 31.5t31 74.5v586q0 44-31.5 75.5T1814 799h-587q-43 0-74.5-31.5T1121 692zm181 1043h439v-438h-439v438zm0-1117h439V180h-439v438z"/></svg>
<svg class="tc-image-repeat tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.334999084472656 38"><path d="M.002 23.75V6.333h30.479L23.75 0h10.292l10.292 9.5L34.043 19H23.751l6.73-6.333H6.334v5.541L0 23.75zm44.333-9.5v17.417h-30.48L20.586 38H10.293L.001 28.5 10.293 19h10.292l-6.73 6.333h24.146v-5.541l6.334-5.542z"/></svg>
<svg class="tc-image-repeat-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm0 252.466c96.469 0 183.717 39.359 246.68 102.832l100.854-71.777v323.73L637.72 503.979l91.26-64.966c-35.33-28.42-80.103-45.483-128.979-45.483-114.03 0-206.47 92.439-206.47 206.47S485.97 806.47 600 806.47c76.528 0 143.194-41.709 178.857-103.564l122.314 70.313C841.148 877.346 728.821 947.534 600 947.534c-191.932 0-347.534-155.603-347.534-347.534S408.068 252.466 600 252.466z"/></svg>
<svg class="tc-image-repeat-one tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M8 10h20v6l8-8-8-8v6H4v12h4v-8zm20 20H8v-6l-8 8 8 8v-6h24V22h-4v8zm-8-4V14h-2l-4 2v2h3v8h3z"/></svg>
<svg class="tc-image-replay tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M16 8V0L6 10l10 10v-8c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 30.63 4 24H0c0 8.84 7.16 16 16 16s16-7.16 16-16S24.84 8 16 8z"/></svg>
<svg class="tc-image-replay-10 tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 40"><g transform="translate(-8 -2)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M24 10V2L14 12l10 10v-8c6.6 0 12 5.4 12 12s-5.4 12-12 12-12-5.4-12-12H8c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16zm-2.2 22h-1.7v-6.5l-2 .6v-1.4l3.5-1.3h.2V32zm8.5-3.5c0 .6-.1 1.2-.2 1.6s-.3.8-.6 1.1-.6.5-.9.7-.7.2-1.2.2-.8-.1-1.2-.2-.7-.4-.9-.7-.5-.7-.6-1.1-.2-1-.2-1.6V27c0-.6.1-1.2.2-1.6s.3-.8.6-1.1.6-.5.9-.7.7-.2 1.2-.2.8.1 1.2.2.7.4.9.7.5.7.6 1.1.2 1 .2 1.6v1.5zm-1.6-1.7c0-.4 0-.7-.1-1s-.1-.5-.2-.6-.2-.3-.4-.3-.3-.1-.5-.1-.4 0-.5.1-.3.2-.4.3-.2.4-.2.6-.1.6-.1 1v1.9c0 .4 0 .7.1 1s.1.5.2.6.2.3.4.3.3.1.5.1.4 0 .5-.1.3-.2.4-.3.2-.4.2-.6.1-.6.1-1v-1.9z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-replay-30 tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 40"><g transform="translate(-8 -2)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M24 10V2L14 12l10 10v-8c6.6 0 12 5.4 12 12s-5.4 12-12 12-12-5.4-12-12H8c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16zm-4.9 17h.9c.4 0 .7-.1 1-.3s.3-.5.3-.9c0-.2 0-.3-.1-.4s-.1-.3-.2-.4-.2-.2-.4-.2-.3-.1-.5-.1-.3 0-.4.1-.3.1-.4.2-.2.2-.2.3-.1.2-.1.4h-1.7c0-.4.1-.7.2-1s.3-.5.6-.7.5-.4.9-.5.7-.2 1.1-.2c.4 0 .8.1 1.2.2s.7.3.9.5.5.5.6.8.2.7.2 1.1c0 .2 0 .4-.1.5s-.1.3-.3.5-.2.3-.4.4-.3.2-.6.3c.5.2.8.4 1.1.8s.4.8.4 1.2c0 .4-.1.8-.2 1.1s-.4.6-.6.8-.6.4-1 .5-.8.2-1.2.2c-.4 0-.7 0-1.1-.1s-.7-.2-.9-.5-.5-.5-.7-.8-.2-.7-.2-1.1h1.7c0 .2 0 .3.1.4s.1.2.3.3.2.2.4.2.3.1.5.1.4 0 .5-.1.3-.1.4-.2.2-.2.3-.4.1-.3.1-.5 0-.4-.1-.6-.2-.3-.3-.4-.3-.2-.4-.2-.4-.1-.6-.1h-.9V27zm11.5 1.5c0 .6-.1 1.2-.2 1.6s-.3.8-.6 1.1-.6.5-.9.7-.7.2-1.2.2-.8-.1-1.2-.2-.7-.4-.9-.7-.5-.7-.6-1.1-.2-1-.2-1.6V27c0-.6.1-1.2.2-1.6s.3-.8.6-1.1.6-.5.9-.7.7-.2 1.2-.2.8.1 1.2.2.7.4.9.7.5.7.6 1.1.2 1 .2 1.6v1.5zm-1.7-1.7c0-.4 0-.7-.1-1s-.1-.5-.2-.6-.2-.3-.4-.3-.3-.1-.5-.1-.4 0-.5.1-.3.2-.4.3-.2.4-.2.6-.1.6-.1 1v1.9c0 .4 0 .7.1 1s.1.5.2.6.2.3.4.3.3.1.5.1.4 0 .5-.1.3-.2.4-.3.2-.4.2-.6.1-.6.1-1v-1.9z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-replay-5 tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 40"><g transform="translate(-8 -2)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M24 10V2L14 12l10 10v-8c6.6 0 12 5.4 12 12s-5.4 12-12 12-12-5.4-12-12H8c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16zm-2.6 17.8l.5-4.3h4.8v1.4h-3.4l-.2 1.8c.1 0 .1-.1.2-.1s.2-.1.3-.1.2-.1.4-.1h.4c.4 0 .8.1 1.1.2s.6.3.8.6.4.5.5.9.2.8.2 1.2c0 .4-.1.7-.2 1.1s-.3.6-.5.9-.5.5-.9.6-.8.2-1.3.2c-.4 0-.7-.1-1.1-.2s-.6-.3-.9-.5-.5-.5-.6-.8-.3-.7-.3-1.1h1.7c0 .4.2.6.4.8s.5.3.8.3c.2 0 .4 0 .5-.1s.3-.2.4-.3.2-.3.2-.5.1-.4.1-.6 0-.4-.1-.6-.1-.3-.3-.5-.3-.2-.4-.3-.4-.1-.6-.1h-.4s-.2.1-.3.1-.2.2-.3.3l-.2.2-1.3-.4z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-reply tc-image-button" width="22pt" height="22pt" viewBox="0 0 522.9000244140625 479.2999572753906"><path d="M185.2 108.9V0L0 185.2l185.2 185.2v-109c152.5 0 250.5 0 326.8 217.9 0-108.9 10.9-370.4-326.8-370.4z"/></svg>
<svg class="tc-image-reply-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 30"><path d="M14 6V0L0 14l14 14v-6l-8-8 8-8zm12 2V0L12 14l14 14v-8.2c10 0 17 3.2 22 10.2-2-10-8-20-22-22z"/></svg>
<svg class="tc-image-reply-calendar tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.41699981689453 34.83300018310547"><path d="M38 19h-7.917l-9.5-9.5 9.5-9.5H38l-6.333 6.333h10.291c7.433 0 13.459 6.026 13.459 13.459 0 7.432-6.026 13.458-13.459 13.458v-6.333a7.125 7.125 0 1 0 0-14.25H31.667L38 19zM0 9.5l3.167-7.917H23.75L15.833 9.5H0zm4.75 3.167h3.167v3.166H4.75v-3.166zm4.75 0h3.167v3.166H9.5v-3.166zm4.75 0h3.167v3.166H14.25v-3.166zM19 15.833v-3.166l3.167 3.166H19zm-1.583 14.25H14.25v-3.166h3.167v3.166zm-4.75 0H9.5v-3.166h3.167v3.166zm-4.75 0H4.75v-3.166h3.167v3.166zm0-4.75H4.75v-3.166h3.167v3.166zm-4.75-4.75H0v-3.166h3.167v3.166zm4.75 0H4.75v-3.166h3.167v3.166zM9.5 17.417h3.167v3.166H9.5v-3.166zm4.75 0h3.167v3.166H14.25v-3.166zm4.75 0h3.167v3.166H19v-3.166zm0 4.75h3.167v3.166H19v-3.166zm-4.75 0h3.167v3.166H14.25v-3.166zm-4.75 0h3.167v3.166H9.5v-3.166zm17.417 12.666H3.167V33.25h22.166V19l1.584 1.583v14.25z"/></svg>
<svg class="tc-image-reply-email tc-image-button" width="22pt" height="22pt" viewBox="0 0 57 33.25"><path d="M39.583 19h-7.917l-9.5-9.5 9.5-9.5h7.917L33.25 6.333h10.291C50.974 6.333 57 12.359 57 19.792c0 7.432-6.026 13.458-13.459 13.458v-6.333a7.125 7.125 0 1 0 0-14.25H33.25L39.583 19zm-38 9.5h25.333V19l4.75 4.75v9.5h-28.5L1.583 28.5zm19-22.167H3.166l1.584-4.75h20.583l-4.75 4.75zm2.375 8.709L11.875 23.75 0 14.25 1.979 9.5l9.896 7.917 7.52-5.938 3.563 3.563z"/></svg>
<svg class="tc-image-reply-people tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.584999084472656 42.78656768798828"><path d="M41.169 20.615h-7.917l-9.5-9.5 9.5-9.5h7.917l-6.334 6.333h10.292c7.433 0 13.458 6.026 13.458 13.46 0 7.431-6.025 13.457-13.458 13.457v-6.333a7.125 7.125 0 0 0 0-14.25H34.835l6.334 6.333zM15.044.032a7.917 7.917 0 1 1 0 15.833 7.917 7.917 0 0 1 0-15.833zM7.127 26.948c-1.056.528-3.167 4.75-3.167 4.75s-.846.48-1.402 5.293L0 28.527c1.028-2.863 3.667-9.495 8.71-9.495h12.667c6.333 0 9.5 11.083 9.5 11.083l1.583 7.917-4.75 1.583c-.527-6.333-1.583-7.917-1.583-7.917s-2.111-4.222-3.167-4.75l.64 14.38a21.32 21.32 0 0 1-7.765 1.454 21.29 21.29 0 0 1-9.314-2.13l.606-13.704z"/></svg>
<svg class="tc-image-repo tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 16"><path d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg>
<svg class="tc-image-repo-clone tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z"/></svg>
<svg class="tc-image-repo-force-push tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 16"><path d="M10 9H8v7H6V9H4l2.25-3H4l3-4 3 4H7.75L10 9zm1-9H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9v9H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"/></svg>
<svg class="tc-image-repo-forked tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.328920364379883 14.004775047302246"><path d="M8.164.002a1.993 1.993 0 0 0-1 3.72v1.28l-2 2-2-2v-1.28a1.993 1.993 0 0 0-1-3.72 1.993 1.993 0 0 0-1 3.72v1.78l3 3v1.78a1.993 1.993 0 0 0 1 3.72 1.993 1.993 0 0 0 1-3.72v-1.78l3-3v-1.78a1.993 1.993 0 0 0-1-3.72zm-6 3.2c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
<svg class="tc-image-repo-pull tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z"/></svg>
<svg class="tc-image-repo-push tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 16"><path d="M4 3H3V2h1v1zM3 5h1V4H3v1zm4 0L4 9h2v7h2V9h2L7 5zm4-5H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9.02L11 10H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"/></svg>
<svg class="tc-image-report tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.839831352233887 13.228287696838379"><path d="M2.299 13.228h-2v-2.334l2-1.609v3.943zm3.917-4.75L5.202 7.296l-.986.801v5.131h2v-4.75zm3.916-.787l-2 1.865v3.672h2V7.691zm3.917-3.526l-2 1.891v7.172h2V4.165zm-.25-1.937a.5.5 0 0 0-.767-.64l-5.25 4.986-2.597-2.55L.266 8.067a.5.5 0 0 0 .599.801l4.286-3.51 2.647 2.62 6.001-5.75zm1.038 1.052l.001-2.766a.507.507 0 0 0-.511-.512l-2.768.001a.497.497 0 0 0-.364.146.5.5 0 0 0-.15.366.5.5 0 0 0 .148.363l2.767 2.766c.1.1.22.15.363.15a.493.493 0 0 0 .365-.15.494.494 0 0 0 .149-.364z"/></svg>
<svg class="tc-image-report-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 22 19.900001525878906"><path d="M22 1.5c0 .3-.2.5-.5.5H3v10.5c0 .8.7 1.5 1.5 1.5h13c.8 0 1.5-.7 1.5-1V4.5c0-.3.2-.5.5-.5s.5.2.5.5V13c0 .9-1.1 2-2.5 2h-4.8l4 4c.2.2.2.5 0 .7-.2.2-.5.2-.7 0L11.3 15h-.4l-4.7 4.7c-.2.2-.5.2-.7 0-.2-.2-.2-.5 0-.7l4-4h-5C3.1 15 2 13.9 2 12.5V2H.5C.2 2 0 1.8 0 1.5S.2 1 .5 1H10V0h2v1h9.5c.3 0 .5.2.5.5zm-6.1 3l-2.8.6c-.2 0-.3.2-.4.3l-1.1 3.4-1.4-2.1c-.1-.2-.3-.2-.5-.2s-.3.2-.4.3l-.9 2.7-1-.9c-.1-.1-.3-.2-.5-.1-.2 0-.3.2-.4.3l-1.2 3.1c-.1.3 0 .5.3.6h.2c.2 0 .4-.1.5-.3l1-2.4 1 .9c.1.1.3.2.5.1.2 0 .3-.2.3-.3l.8-2.4 1.4 2.1c.1.2.3.2.5.2s.3-.2.4-.3L13.6 6l2.5-.5c.3-.1.4-.3.4-.6-.1-.3-.3-.4-.6-.4z"/></svg>
<svg class="tc-image-report-problem tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 38"><path d="M0 38h44L22 0 0 38zm24-6h-4v-4h4v4zm0-8h-4v-8h4v8z"/></svg>
<svg class="tc-image-repost tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 18"><path d="M7 0l7 7H9v6h7v4H5V7H0zm9 1h11v10h5l-7 7-7-7h5V5h-7z"/></svg>
<svg class="tc-image-requirejs tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.472000122070312 23.455415725708008"><path d="M9.736 0C4.359 0 0 4.359 0 9.736s4.358 9.736 9.736 9.736c5.377 0 9.736-4.359 9.736-9.736S15.113 0 9.736 0zm0 17.128c-4.074 0-7.392-3.314-7.392-7.392s3.317-7.392 7.392-7.392c4.077 0 7.392 3.314 7.392 7.392s-3.315 7.392-7.392 7.392zm0-10.638a3.245 3.245 0 1 0 0 6.49 3.245 3.245 0 0 0 0-6.49zm0-3.245a6.49 6.49 0 1 0 0 12.98 6.49 6.49 0 0 0 0-12.98zm0 10.637c-2.285 0-4.147-1.86-4.147-4.147s1.862-4.147 4.147-4.147c2.286 0 4.147 1.86 4.147 4.147s-1.861 4.147-4.147 4.147zm5.95 8.113l-2.524-1.082v.721H8.189L7.16 20.605c-.07-.07-.185-.07-.255 0s-.07.184 0 .255l.774.774h-.392l-1.029-1.029c-.07-.07-.185-.07-.255 0s-.07.184 0 .255l.774.774h-.392l-1.029-1.029c-.07-.07-.185-.07-.255 0s-.07.184 0 .255l.774.774h-.392l-1.029-1.029c-.07-.07-.185-.07-.255 0s-.07.184 0 .255l.774.774h-.827c-.203 0-.361.211-.361.361s.163.361.361.361h.827l-.774.774a.18.18 0 1 0 .255.255l1.029-1.029h.392l-.774.774a.18.18 0 1 0 .255.255l1.029-1.029h.392l-.774.774a.18.18 0 1 0 .255.255l1.029-1.029h.392l-.774.774a.18.18 0 1 0 .255.255l1.029-1.029h4.973v.721l2.524-1.082z"/></svg>
<svg class="tc-image-rerun tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.04744529724121 13.68459415435791"><path d="M15.814 6.507l-2.32 2.32c-.119.118-.281.186-.449.186s-.328-.067-.449-.186l-2.318-2.32a.636.636 0 0 1 .898-.897l1.234 1.236V6.84a5.575 5.575 0 0 0-5.57-5.57c-3.071 0-5.57 2.498-5.57 5.57s2.499 5.57 5.57 5.57a5.542 5.542 0 0 0 3.941-1.631.634.634 0 1 1 .896.896 6.789 6.789 0 0 1-4.837 2.004C3.068 13.678 0 10.611 0 6.84S3.068 0 6.84 0a6.847 6.847 0 0 1 6.84 6.84v.006l1.236-1.236a.635.635 0 0 1 .898.897zm-6.07.235l-5-3v6l5-3z"/></svg>
<svg class="tc-image-rerun-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.689239501953125 21"><path d="M7.916 6.5l6.668 4-6.668 4v-8zm15.576 1.646a.5.5 0 0 0-.707 0l-1.812 1.812C20.688 4.42 16.105 0 10.5 0 4.711 0 0 4.709 0 10.5 0 16.29 4.711 21 10.5 21c4.314 0 8.253-2.705 9.802-6.729a.5.5 0 1 0-.932-.359C17.969 17.553 14.403 20 10.502 20c-5.238 0-9.5-4.262-9.5-9.5S5.264 1 10.502 1c5.065 0 9.205 3.988 9.476 8.987L18.121 8.13a.5.5 0 0 0-.707.707l2.695 2.695a.504.504 0 0 0 .708 0l2.681-2.68a.503.503 0 0 0-.006-.706z"/></svg>
<svg class="tc-image-reset tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.58300018310547 42.75"><path d="M0 31.667h6.608A16.584 16.584 0 0 0 19 37.208c4.924 0 9.348-2.14 12.392-5.541h8.191V42.75H0V31.667zm37.208 2.375h-2.77v4.75h2.77v-4.75zM20.583 19l-9.5-9.5 9.5-9.5v6.42c7.125.788 12.667 6.828 12.667 14.163 0 7.87-6.38 14.25-14.25 14.25s-14.25-6.38-14.25-14.25c0-2.816.817-5.44 2.226-7.651l4.676 2.976a8.708 8.708 0 1 0 8.931-3.889V19z"/></svg>
<svg class="tc-image-resize tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M800 288L586.944 496.448 461.248 370.752 672 160.064 512 0h448v448L800 288zM494.977 585.472L288 787.968 455.488 960H0V507.712L160 672l210.752-210.752 124.225 124.224z"/></svg>
<svg class="tc-image-resize-both tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0l1.66 1.66-4 4L0 4v4h4L2.34 6.34l4-4L8 4V0H4z"/></svg>
<svg class="tc-image-resize-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 792 790"><path d="M476 0h316v316L692 192 546 344 446 244 598 98 476 0M246 444l100 100-152 146 122 100H0V474l100 122 146-152"/></svg>
<svg class="tc-image-resize-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 5 8"><path d="M2.5 0L0 3h2v2H0l2.5 3L5 5H3V3h2L2.5 0z"/></svg>
<svg class="tc-image-resize-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 608.2039794921875"><path d="M304.102 0L0 304.102l304.102 304.102v-203.54h591.797v203.54L1200 304.102 895.898 0v203.54H304.102V0z"/></svg>
<svg class="tc-image-resize-small tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 900"><path d="M156 654L50 554h296v296L246 744 100 900 0 800l156-146m744-554L746 244l104 100H556V50l100 104L800 0l100 100"/></svg>
<svg class="tc-image-resize-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 608.2039794921875 1200"><path d="M608.204 304.102L304.102 0 0 304.102h203.54v591.797H0L304.102 1200l304.102-304.102h-203.54V304.102h203.54z"/></svg>
<svg class="tc-image-resize-width tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 5"><path d="M3 0L0 2.5 3 5V3h2v2l3-2.5L5 0v2H3V0z"/></svg>
<svg class="tc-image-resource tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 37.5"><path fill-opacity=".702" d="M0 29V11l15 9v17.5L0 29z"/><path fill-opacity=".404" d="M32 11v18l-15 8.5V20l15-9z"/><path d="M16 0l15.25 9L16 18 .75 9 16 0z"/></svg>
<svg class="tc-image-resource-group tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path fill-opacity=".702" d="M6 25.98V10.5l13 7.429v15.498L6 25.98z"/><path fill-opacity=".404" d="M34 10.5v15.48l-13 7.447V17.93l13-7.43z"/><path d="M20 0l13.75 8L20 16 6.25 8 20 0zM3 28.5l7.508 4.368L8.563 34h-.141L0 29.1V4.9L8.422 0h.14l1.946 1.132L3 5.5v23zm34 0v-23l-7.508-4.368L31.438 0h.14L40 4.9v24.2L31.578 34h-.14l-1.946-1.132L37 28.5z"/></svg>
<svg class="tc-image-responsive tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.69000244140625 13.66200065612793"><path d="M17.97 2.461c0-.58.002-1.129 0-1.677C17.968.239 17.73 0 17.179 0H2.232c-.537 0-.772.236-.772.768v4.987h.999V1.024h14.52v1.437h.992zm-3.518 6.481H4.574v1.957h9.878V8.942zm-2.243 4.247l.075-.094c-.64-.322-.841-.876-.843-1.522H8.015c-.071.308-.084.637-.224.9-.135.255-.399.443-.66.716h5.078zm10.48-.627c-.199.515-.58.675-1.119.668-1.823-.022-3.646-.008-5.469-.009-.665 0-.97-.305-.97-.977V4.109c0-.677.297-.975.968-.976 1.841-.001 3.683.011 5.524-.008.537-.005.898.175 1.067.695v8.741zm-.565-.993V3.862h-6.45v7.707h6.45zm-1.681.801a.39.39 0 0 0-.362-.402.398.398 0 0 0-.415.382.392.392 0 0 0 .394.401.381.381 0 0 0 .383-.381zm-2.31-.005a.394.394 0 0 0-.399-.397.403.403 0 0 0-.383.388.391.391 0 0 0 .782.009zm.776-.397a.395.395 0 0 0-.398.369.39.39 0 0 0 .379.414.384.384 0 0 0 .397-.367.393.393 0 0 0-.378-.416zM.533 13.662c-.404-.121-.533-.393-.529-.809C.02 10.949.01 9.044.011 7.14c0-.498.192-.701.695-.705.833-.008 1.666-.007 2.5 0 .483.004.689.214.689.689.002 1.941-.004 3.882.005 5.823.002.38-.18.59-.508.715H.533zM.396 7.68v4.762h3.112V7.68H.396zM17.97 2.461h-.992V1.024H2.458v4.731h-.999V.768c0-.531.235-.767.772-.768h14.947c.551 0 .789.239.791.784.002.549 0 1.097 0 1.677zm-3.518 6.481v1.957H4.574V8.942h9.878zm-4.299.96a.44.44 0 0 0-.468-.427.436.436 0 0 0-.417.45.455.455 0 0 0 .44.435.457.457 0 0 0 .446-.458zm2.056 3.287H7.131c.261-.273.525-.46.66-.716.139-.263.153-.592.224-.9h3.426c.001.646.203 1.2.843 1.522l-.075.094zm-10.062-.188a.24.24 0 1 1-.48 0 .24.24 0 0 1 .48 0z"/></svg>
<svg class="tc-image-restaurant tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M16 14h-4V0H8v14H4V0H0v14c0 4.25 3.32 7.69 7.5 7.95V40h5V21.95c4.18-.26 7.5-3.7 7.5-7.95V0h-4v14zm10-6v16h5v16h5V0c-5.52 0-10 4.48-10 8z"/></svg>
<svg class="tc-image-restaurant-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.320000171661377 11"><path d="M.57 0l-.5 3.5c-.07.495 1.24 1.4 1.25 2V11h1V5.5c0-.6 1.32-1.505 1.25-2L3.07 0h-.5l.25 2.75-.75.5V0h-.5v3.25l-.75-.5L1.07 0h-.5zm6.75 0c-1.5 0-1.994 1.724-2 3v3h1v5h1V0z"/></svg>
<svg class="tc-image-restaurant-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.645999908447266 15"><path d="M1.146 0l-1 5.5c-.146.805 1.782 1.181 1.75 2l-.25 6.5c-.038 1 1 1 1 1s1.038 0 1-1l-.25-6.5c-.031-.818 1.733-1.18 1.75-2l-1-5.5h-.5l.25 4-.75.5-.25-4.5h-.5l-.25 4.5-.75-.5.25-4h-.5zm8.5 0C8.91 0 7.682.655 7.191 1.637c-.41.736-.545 2.381-.545 3.363v2.5c0 .818 1.09 1 1.5 1l-.5 5.5c-.09.996 1 1 1 1s1 0 1-1V0z"/></svg>
<svg class="tc-image-restaurant-menu tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.160003662109375 37.45000457763672"><path d="M11.49 21.55l5.66-5.66L3.12 1.86C0 4.98 0 10.05 3.12 13.17l8.37 8.38zm13.57-3.63c3.05 1.43 7.36.42 10.54-2.76 3.83-3.83 4.56-9.3 1.63-12.23C34.29 0 28.81.73 24.99 4.56c-3.18 3.18-4.18 7.49-2.76 10.54C17.78 19.54 2.7 34.62 2.7 34.62l2.83 2.83 13.76-13.76 13.76 13.76 2.83-2.83-13.76-13.76 2.94-2.94z"/></svg>
<svg class="tc-image-restore tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M23.99 0C14.04 0 6 8.06 6 18H0l7.79 7.79.14.29L16 18h-6c0-7.73 6.27-14 14-14s14 6.27 14 14-6.27 14-14 14c-3.87 0-7.36-1.58-9.89-4.11l-2.83 2.83C14.53 33.98 19.02 36 23.99 36 33.94 36 42 27.94 42 18S33.94 0 23.99 0zM22 10v10l8.56 5.08L32 22.65l-7-4.15V10h-3z"/></svg>
<svg class="tc-image-restore-page tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M20 0H4C1.8 0 .02 1.8.02 4L0 36c0 2.2 1.78 4 3.98 4H28c2.2 0 4-1.8 4-4V12L20 0zm-4 32c-4.1 0-7.61-2.47-9.16-6h3.42c1.27 1.81 3.36 3 5.73 3 3.87 0 7-3.13 7-7s-3.13-7-7-7c-2.71 0-5.03 1.55-6.19 3.81L13 22H5v-8l2.6 2.6C9.38 13.84 12.47 12 16 12c5.52 0 10 4.48 10 10s-4.48 10-10 10z"/></svg>
<svg class="tc-image-results tc-image-button" width="22pt" height="22pt" viewBox="0 0 84.22000122070312 59.672264099121094"><path d="M84.22 1.765c0-.973-.789-1.76-1.761-1.76h-.006V0H36.575v.014a1.76 1.76 0 0 0-1.751 1.752h-.001v6.342c-.001.03-.009.057-.009.087 0 .972.788 1.76 1.761 1.761h45.878l.006.001c.973 0 1.761-.789 1.761-1.76V1.764zm0 14.901c0-.973-.789-1.76-1.761-1.76h-.006v-.005H36.575v.014a1.76 1.76 0 0 0-1.751 1.752h-.001v6.343c-.001.03-.009.057-.009.087 0 .972.788 1.76 1.761 1.761h45.884c.973 0 1.761-.789 1.761-1.76v-6.432zM24.858 1.761a1.76 1.76 0 0 0-1.761-1.76c-.043 0-.084.01-.126.012H1.887C1.845.01 1.804 0 1.761 0 .788 0 0 .79 0 1.761v21.335c0 .972.788 1.761 1.761 1.761h21.336c.973 0 1.761-.789 1.761-1.76V1.76zm59.362 34.82c0-.974-.789-1.762-1.761-1.762l-.006.001v-.005H36.575v.014a1.76 1.76 0 0 0-1.751 1.752h-.001v6.343c-.001.03-.009.057-.009.087 0 .972.788 1.761 1.761 1.761h45.884c.973 0 1.761-.789 1.761-1.76V36.58zm0 14.9c0-.973-.789-1.76-1.761-1.76h-.006v-.005H36.575v.014a1.76 1.76 0 0 0-1.751 1.752h-.001v6.342c-.001.03-.009.057-.009.087 0 .972.788 1.761 1.761 1.761h45.884c.973 0 1.761-.789 1.761-1.76v-6.43zM24.858 36.576c0-.973-.788-1.762-1.761-1.762-.043 0-.084.01-.126.013H1.887c-.042-.003-.083-.013-.126-.013-.973 0-1.761.79-1.761 1.762v21.335c0 .972.789 1.761 1.761 1.761h21.336c.973 0 1.761-.789 1.761-1.76V36.575z"/></svg>
<svg class="tc-image-results-demographics tc-image-button" width="22pt" height="22pt" viewBox="0 0 91.99200439453125 53.88200378417969"><path d="M23.949 23.447a21.02 21.02 0 0 1-2.117-9.192c0-1.743.252-3.534.768-5.468.231-.87.521-1.702.847-2.509-1.251-.683-2.626-1.103-4.101-1.103-5.47 0-9.898 5.153-9.898 11.517 0 4.452 2.176 8.305 5.354 10.222L1.387 33.158C.551 33.551 0 34.495 0 35.55v10.588c0 1.419.991 2.569 2.21 2.569h7.929v-11.11c0-3.237 1.802-6.172 4.599-7.481L25 25.337a20.2 20.2 0 0 1-1.051-1.89zm32.184-11.705h34.092v-.001l.006.001c.973 0 1.761-.789 1.761-1.761V3.55c0-.973-.789-1.761-1.761-1.761l-.006.001v-.005H52.129a20.013 20.013 0 0 1 3.526 7.435c.215.889.371 1.72.478 2.522zm35.859 31.635c0-.973-.789-1.761-1.761-1.761l-.006.001v-.005H68.003v9.089c0 .293-.016.582-.045.867h22.267v-.001l.006.001c.973 0 1.761-.789 1.761-1.761v-6.43zm-1.761-21.674l-.006.001v-.005H54.94c-.159.419-.327.836-.514 1.249a20.258 20.258 0 0 1-1.224 2.297l10.288 4.908a7.67 7.67 0 0 1 2.078 1.503h24.657v-.001l.006.001c.973 0 1.761-.789 1.761-1.761v-6.431c0-.973-.789-1.761-1.761-1.761z"/><path d="M61.319 34.643l-11.551-5.51-4.885-2.33c2.134-1.344 3.866-3.418 5-5.917a16.045 16.045 0 0 0 1.435-6.631c0-1.348-.213-2.627-.512-3.863C49.353 4.409 44.68 0 39.07 0c-5.504 0-10.106 4.251-11.648 10.065-.356 1.333-.602 2.72-.602 4.189 0 2.552.596 4.93 1.609 7 1.171 2.4 2.906 4.379 5.018 5.651l-4.678 2.178-11.926 5.554c-1.037.485-1.717 1.654-1.717 2.959v13.105c0 1.756 1.224 3.181 2.735 3.181h42.417c1.511 0 2.735-1.424 2.735-3.181V37.597c.002-1.301-.668-2.458-1.694-2.954z"/></svg>
<svg class="tc-image-retina tc-image-button" width="22pt" height="22pt" viewBox="0 0 143.89300537109375 113.34000396728516"><g transform="translate(26.893)"><path fill="#26B99A" d="M50 4c27.614 0 50 22.386 50 50 0 27.613-22.386 50-50 50S0 81.613 0 54C0 26.386 22.386 4 50 4z"/><path fill="#fff" d="M81.309 43.339L45.441 79.208a1.876 1.876 0 0 1-2.651 0L22.504 58.71c-.362-.366-.556-1.374-.556-1.859 0-.484.194-.947.556-1.315l5.404-4.871a1.835 1.835 0 0 1 1.338-.55 1.85 1.85 0 0 1 1.313.55L42.79 63.143c.728.743 1.92.743 2.651 0l27.918-27.835a1.86 1.86 0 0 1 2.647 0l5.302 5.354c.732.734.732 1.942.001 2.677z"/><circle cx="84.625" cy="33" r="26" opacity=".15"/><path fill="#26B99A" d="M87.999 56.5C72.836 56.5 60.5 44.163 60.5 29S72.836 1.5 87.999 1.5C103.163 1.5 115.5 13.836 115.5 29c0 15.163-12.337 27.5-27.501 27.5z"/><path fill="#ECF0F1" d="M87.999 3C102.336 3 114 14.663 114 29s-11.664 26-26.001 26C73.663 55 62 43.336 62 29S73.663 3 87.999 3m0-3C71.984 0 59 12.984 59 29c0 16.017 12.984 29 28.999 29C104.016 58 117 45.016 117 29S104.016 0 87.999 0z"/><path fill="#fff" d="M107.314 30.594l-81.091 81.092c-1.653 1.654-4.349 1.654-5.994 0L8.242 99.589c-1.644-1.674-4.348-4.391-5.993-6.063l-27.885-29.303a4.454 4.454 0 0 1-1.257-3.082c0-1.094.439-2.141 1.257-2.974l12.218-11.01a4.151 4.151 0 0 1 3.025-1.246 4.18 4.18 0 0 1 2.969 1.246L20.229 75.37a4.19 4.19 0 0 0 5.994 0l63.121-62.932a4.207 4.207 0 0 1 5.984 0l11.986 12.102c1.655 1.661 1.655 4.393 0 6.054z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-return tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.666500091552734 31.666000366210938"><path d="M41.958 14.25a8.708 8.708 0 1 1 0 17.416 8.708 8.708 0 0 1 0-17.416zm-33.25-1.584a8.709 8.709 0 1 1 0 17.417 8.709 8.709 0 0 1 0-17.417zm0 3.959a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM19 0v6.333c2.31-2.446 5.87-4.208 9.5-4.208 5.74 0 10.59 3.82 12.144 9.056a8.663 8.663 0 0 0-3.76 1.532A8.64 8.64 0 0 0 28.5 6.155c-2.558 0-4.75 1.578-6.333 3.345H28.5l-3.167 3.166h-9.5v-9.5L19 0z"/></svg>
<svg class="tc-image-return-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 932.1420288085938"><path d="M808.969 0v257.059H942.94v267.9H417.981V374.834L0 653.488l417.982 278.654V782.017H1200V0H808.969z"/></svg>
<svg class="tc-image-retweet tc-image-button" width="22pt" height="22pt" viewBox="0 0 1902.3333740234375 1420"><path d="M7.667 879q11.5-19 43.5-19h129V156q0-65 45-110.5t110-45.5h983l-212 314h-615v546h130q32 0 43 19t-6 45l-294 480q-12 16-29 16-7 0-14-4t-11-8l-3-4-294-480q-17-26-5.5-45zm577.5 541l211-313h615V560h-130q-32 0-43-19t6-44l294-480q11-17 28-17 7 0 14.5 4t11.5 8l3 5 294 480q17 25 5.5 44t-43.5 19h-129v704q0 65-45.5 110.5t-110.5 45.5h-981z"/></svg>
<svg class="tc-image-reverbnation tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.238999366760254"><path fill-rule="nonzero" d="M16 5.836l-6.095-.02L7.98 0 6.095 5.816 0 5.835h.02l4.912 3.57-1.904 5.834h.02l4.972-3.59 4.932 3.59-1.904-5.815L16 5.835"/></svg>
<svg class="tc-image-reverse-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 1200C268.65 1200 0 931.35 0 600S268.65 0 600 0s600 268.65 600 600-268.65 600-600 600zm-75-824.625L225 600l300 224.625v-449.25zm375 0L600 600l300 224.625v-449.25z"/></svg>
<svg class="tc-image-rewind tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.6929931640625 47.682491302490234"><path d="M70.973.134c-.483 0-.918.2-1.23.521L41.324 17.063V1.853A1.718 1.718 0 0 0 38.376.654L.831 22.332l.031.054A1.71 1.71 0 0 0 0 23.867c0 .702.422 1.303 1.026 1.57l-.017.03L38.4 47.055a1.715 1.715 0 0 0 2.92-1.172h.005V30.634l28.443 16.422a1.715 1.715 0 0 0 2.92-1.172h.005V1.852a1.72 1.72 0 0 0-1.72-1.718z"/></svg>
<svg class="tc-image-rewind-ten tc-image-button" width="22pt" height="22pt" viewBox="0 0 79.82499694824219 71.40599822998047"><path d="M68.992 34.614a1.51 1.51 0 0 0 .603-1.242l-.609-26.821a1.517 1.517 0 0 0-.85-1.322 1.518 1.518 0 0 0-1.566.145l-5.861 4.375-.461.345C53.721 3.828 44.854 0 35.115.188 15.583.564 0 16.762.376 36.291.752 55.821 16.948 71.406 36.48 71.03a36.53 36.53 0 0 0 2.1-.105s.469-.024 1.008-.271l.019-.01a2.8 2.8 0 0 0 .719-.495c.033-.031.068-.059.099-.092l.019-.017c.014-.015.019-.03.031-.045a2.58 2.58 0 0 0 .658-1.766c0-.027-.008-.052-.009-.079l-.175-9.105h-.008c0-.028.007-.054.007-.082a2.597 2.597 0 0 0-2.647-2.548v-.003a21.14 21.14 0 0 1-2.067.152c-11.556.223-21.14-8.997-21.362-20.55-.223-11.554 8.999-21.135 20.555-21.358 4.878-.094 9.383 1.517 12.998 4.251l-.986.738-5.866 4.375a1.517 1.517 0 0 0-.583 1.46c.092.556.49 1.019 1.031 1.188l25.609 8.177c.463.15.966.063 1.362-.231z"/><path d="M57.16 45.444l-5.941 6.204 2.384 2.407 3.139-3.322.269 13.963 4.096-.079-.37-19.242zm14.416-.566c-5.51.106-7.867 5.115-7.771 10.077.096 4.962 2.644 9.906 8.154 9.8 5.51-.106 7.866-5.145 7.771-10.107-.096-4.962-2.644-9.876-8.154-9.77zm.313 16.242c-2.741.053-3.832-2.697-3.901-6.245s.917-6.309 3.658-6.362c2.77-.053 3.832 2.668 3.9 6.216.069 3.548-.916 6.338-3.657 6.391z"/></svg>
<svg class="tc-image-ribbon tc-image-button" width="22pt" height="22pt" viewBox="0 0 19 38"><path d="M0 38V0h19v38l-9.5-9.5L0 38z"/></svg>
<svg class="tc-image-ribbon-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 448"><path d="M272 0l-82.9 176.612c39.996 3.608 75.273 23.554 99.096 53.128L352 96 272 0zM80 0l82.9 176.612c-39.996 3.608-75.273 23.554-99.096 53.128L0 96 80 0zm109.092 0H96l52.572 112h54.856L256 0z"/><path d="M176 192c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.308-128-128-128zm0 224c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"/><path d="M176 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88z"/></svg>
<svg class="tc-image-ribbon-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M192 40c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88z"/><path d="M192 0C121.308 0 64 57.308 64 128s57.308 128 128 128 128-57.308 128-128S262.692 0 192 0zm0 224c-53.02 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"/><path d="M83.092 222.21L0 368h96l48 80 48-105.807 33.641-74.154A144.328 144.328 0 0 1 192 272c-43.505 0-82.503-19.293-108.908-49.79zm217.816.001c-15.077 17.412-34.26 31.172-56.043 39.774l-44.752 98.092L240 448l48-80h96l-83.092-145.789z"/></svg>
<svg class="tc-image-ribbon-wave tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.222000122070312 38"><path d="M2.111 38c1.056-5.806 2.111-11.611 1.583-16.097-.527-4.486-2.639-7.653-3.166-11.084C0 7.389 1.055 3.694 2.111 0h19C20.055 3.694 19 7.389 19.528 10.82c.527 3.43 2.639 6.597 3.166 11.083.528 4.486-.527 10.291-1.583 16.097l-7.917-9.5L2.111 38z"/></svg>
<svg class="tc-image-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 730 660"><path d="M350 0l380 330-380 330V468H0V190h350V0"/></svg>
<svg class="tc-image-right-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 393.79998779296875"><path d="M315.1 0H196.9l157.6 157.5H0v78.8h354.5L196.9 393.8h118.2L512 196.9z"/></svg>
<svg class="tc-image-right-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 341.4000244140625"><path d="M512 170.7L298.7 0v128H0v85.4h298.7v128z"/></svg>
<svg class="tc-image-right-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 730 760"><path d="M350 0l380 380-380 380V568H0V190h350V0"/></svg>
<svg class="tc-image-right-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 920"><path d="M0 460c0-126.667 45-235 135-325S333.333 0 460 0s235 45 325 135 135 198.333 135 325-45 235-135 325-198.333 135-325 135-235-45-325-135S0 586.667 0 460m820 0c0-100-35-185-105-255S560 100 460 100c-98.667 0-183.333 35-254 105S100 360 100 460c0 98.667 35.333 183.333 106 254s155.333 106 254 106c100 0 185-35.333 255-106s105-155.333 105-254m-552-90h204V256l190 204-190 202V550H268V370"/></svg>
<svg class="tc-image-right-dir tc-image-button" width="22pt" height="22pt" viewBox="0 0 400 460"><path d="M0 0l400 230L0 460V0"/></svg>
<svg class="tc-image-right-down-corner-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M511.9 186.1l-93.1-93V349L69.8 0 0 69.8l349 349H93.1l93 93.1 325.9.1z"/></svg>
<svg class="tc-image-right-down-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M512 512l-23.3-302.5L384 314.2 69.8 0 0 69.8 314.2 384 209.5 488.7z"/></svg>
<svg class="tc-image-right-justified tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 10"><path d="M12 .5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 .5.5zm0 3a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5H.5a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0 0 1h8a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-right-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 346 582"><path d="M104 16l226 236c10.667 10.667 16 24 16 40 0 14.667-5.333 27.333-16 38L104 566c-10.667 10.667-24 16-40 16s-29.333-5.333-40-16c-24-24-24-50.667 0-80l186-194L24 96C0 66.667 0 40 24 16 34.667 5.333 48.333 0 65 0s29.667 5.333 39 16"/></svg>
<svg class="tc-image-right-open-big tc-image-button" width="22pt" height="22pt" viewBox="0 0 473.3330078125 872.666015625"><path d="M17.333 807.333l358-370-358-372C0 48 0 32 17.333 17.333 34.666 0 50.666 0 65.333 17.333l392 394c16 17.333 16 34 0 50l-392 394c-14.667 17.333-30.667 17.333-48 0-17.333-14.667-17.333-30.667 0-48"/></svg>
<svg class="tc-image-right-open-mini tc-image-button" width="22pt" height="22pt" viewBox="0 0 273.3330078125 472.666015625"><path d="M17.333 407.333l158-170-158-172C0 48 0 32 17.333 17.333 34.666 0 50.666 0 65.333 17.333l192 194c16 17.333 16 34 0 50l-192 194c-14.667 17.333-30.667 17.333-48 0-17.333-14.667-17.333-30.667 0-48"/></svg>
<svg class="tc-image-right-thin tc-image-button" width="22pt" height="22pt" viewBox="0 0 980 500"><path d="M742 500V338H0V160h742V0l238 250-238 250"/></svg>
<svg class="tc-image-right-up-corner-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M186.1.1l-93 93.1H349L0 442.2 69.8 512l349-349v255.9l93.1-93L512 0z"/></svg>
<svg class="tc-image-right-up-corner-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M209.5 23.3L314.2 128 0 442.2 69.8 512 384 197.8l104.7 104.7L512 0z"/></svg>
<svg class="tc-image-ring tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 47.5"><path d="M34.834 30.083c0 9.62-7.798 17.417-17.417 17.417C7.798 47.5 0 39.702 0 30.083c0-8.602 6.237-15.747 14.435-17.162L7.917 6.729V5.146L12.667 0h9.5l4.75 5.146v1.583l-6.518 6.192c8.198 1.415 14.435 8.56 14.435 17.162zM17.417 17.417c-6.996 0-12.667 5.67-12.667 12.666S10.421 42.75 17.417 42.75c6.996 0 12.667-5.671 12.667-12.667 0-6.995-5.671-12.666-12.667-12.666zm.792-7.125l4.75-3.959h-3.167l-1.583 3.959zm2.375-5.542l.395-3.167-2.77 1.98 2.375 1.187zm-3.959 5.542l-1.583-3.959h-3.167l4.75 3.959zM14.25 4.75l2.375-1.188-2.77-1.979.395 3.167z"/></svg>
<svg class="tc-image-ring-volume tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.2149658203125 804.6929321289062"><path d="M1011.413 625.92C881.493 502.4 705.493 426.667 512 426.667S142.507 502.4 12.587 625.92C4.694 633.6 0 644.48 0 656.213s4.693 22.4 12.587 30.08l105.6 105.6c7.68 7.68 18.347 12.587 30.08 12.587 11.52 0 22.187-4.693 29.867-12.16 33.92-31.36 72.107-58.027 113.707-78.933 14.08-7.04 23.893-21.547 23.893-38.4v-132.48C377.601 522.667 443.521 512 512.001 512s134.4 10.667 196.267 30.72V675.2c0 16.853 9.813 31.36 23.893 38.4 41.6 20.907 80 47.573 113.707 78.933 7.68 7.467 18.133 12.16 29.867 12.16s22.4-4.693 30.293-12.587l105.6-105.6c7.68-7.68 12.587-18.347 12.587-30.08-.213-11.947-4.907-22.827-12.8-30.507zM902.827 181.547l-60.373-60.373-151.893 151.893 60.373 60.373s147.2-150.187 151.893-151.893zM554.667 0h-85.333v213.333h85.333V0zm-281.6 333.44l60.373-60.373-151.893-151.893-60.373 60.373c4.693 1.707 151.893 151.893 151.893 151.893z"/></svg>
<svg class="tc-image-ringbell tc-image-button" width="22pt" height="22pt" viewBox="0 0 1862.333251953125 1863.166748046875"><path d="M1.333 726q2-44 30-85 31-47 80.5-71.5t99.5-20.5q6 0 17 2 84 8 154-14 189-61 489-361 111-111 259.5-150t296.5 0 259 150 150 259.5 0 296.5-150 259q-83 83-147 157t-104 129.5-67.5 106-39.5 84.5-17 68-4 54 3 43q2 12 2 18 4 50-21 100t-71 81q-41 27-85 29.5t-95-12.5q-1 0-21.5-5t-41.5-11-59-21-76.5-33-90.5-49-104-68-115.5-90.5-125.5-115.5q-56-56-104.5-112t-84-105-65-95-50-86.5-35.5-74-25-63-15-48-9-34.5-4-17q-15-51-13-95zm201 134q10 61 48 137.5t107.5 168.5 157.5 180q181 180 349 266t226 27q43-46 4-156.5t-144-246.5q-16 22-29 35-68 67-165 67t-165-67q-68-68-68-166t68-166q13-11 34-27-136-105-246-144.5t-156 3.5q-31 28-21 89z"/></svg>
<svg class="tc-image-ripple tc-image-button" width="22pt" height="22pt" viewBox="0 0 981.5409545898438 267.87890625"><path d="M241.379 58.759c-.264 30.375-24.845 53.858-55.403 52.928-12.915-.397-22.618 8.072-23.177 20.215-.563 12.266 8.726 22.102 21.615 22.869 29.24 1.75 48.081 16.358 54.25 42.043 6.801 28.344-10.619 56.542-39.518 63.983-27.533 7.082-56.63-9.668-64.256-37.192-4.135-14.908-2.329-29.184 5.577-42.6 7.108-12.065 4.97-24.332-5.325-30.792-11.067-6.942-23.3-3.656-31.296 8.409-18.12 27.34-49.613 35.017-75.626 18.423C9.703 165.235 0 142.11 4.728 121.053c5.223-23.25 22.694-39.441 45.726-42.368 21.948-2.79 42.983 7.83 53.572 27.047 6.917 12.548 18.63 16.785 29.803 10.769 11.277-6.067 14.221-18.402 7.45-31.543-11.077-21.483-9.797-42.035 5.376-60.988C160.885 6.19 184.888 0 206.295 7.808c21.158 7.722 35.28 28.232 35.084 50.948zm435.648 132.19v68.698h-37.495V71.052h35.673c.231 3.085.461 6.242.657 8.913 8.115-3.533 15.95-8.363 24.448-10.394 37.086-8.853 70.874 13.303 77.56 50.935 4.488 25.272-.38 48.525-19.376 67.192-19.746 19.4-52.76 22.302-75.86 7.023-1.498-.99-2.983-1.997-5.607-3.772zm31.855-88.273c-19.298-.005-32.98 13.764-33.037 33.233-.059 19.349 13.692 33.625 32.696 33.959 18.39.325 33.071-14.541 33.2-33.608.127-19.294-13.85-33.578-32.858-33.583zM520.919 191.14v68.539h-37.49V71.02h35.007c.27 3.35.53 6.507.717 8.824 9.071-3.643 17.843-8.661 27.255-10.68 37.086-7.944 71.151 16.76 75.73 54.388 3.11 25.527-2.062 48.695-22.303 66.236-21.145 18.334-51.439 19.584-74.885 3.874-.926-.615-1.886-1.182-4.032-2.522zm31.752-88.465c-19.588 0-32.837 13.346-32.904 33.139-.064 19.533 13.495 33.775 32.423 34.048 18.83.264 33.374-14.741 33.152-34.22-.217-19.152-13.909-32.968-32.67-32.968zm335.228 47.765c2.63 11.644 9.357 18.308 19.524 21.009 17.55 4.676 31.023-2.368 42.035-16.601 9.101 6.844 17.997 13.534 27.413 20.608-9.417 13.235-21.5 21.884-36.923 26.193-37.606 10.49-76.442-8.5-87.185-43.776-8.47-27.845-3.2-53.465 19.226-72.798 21.957-18.927 47.86-23.045 74.744-11.41 22.285 9.643 31.006 29.399 33.835 52.089.973 7.808.154 15.833.154 24.687H887.9zm.61-30.771h54.135c-.9-13.36-9.967-21.265-24.635-21.935-16.435-.751-26.966 6.934-29.5 21.935zM834.262 2.392v201.07h-38.23V2.393h38.23zM316.468 70.817h36.898c.277 3.094.538 6.007.901 10.03 2.018-1.437 3.61-2.53 5.15-3.681 11.337-8.5 23.89-11.554 37.683-7.89 1.851.49 4.45 2.984 4.514 4.63.41 10.727.21 21.475.21 32.445-6.909-.785-13.262-2.065-19.628-2.12-16.726-.15-28.164 11.328-28.296 28.16-.158 20.138-.038 40.282-.038 60.424v8.068h-37.393V70.818zm104.12-1.14h38.062V202.09h-38.063V69.678zm18.492-55.501c11.243.026 20.002 7.983 19.96 18.129-.044 10-9.08 18.308-19.994 18.376-10.509.072-19.175-8.042-19.272-18.043-.106-10.731 8.013-18.491 19.307-18.462z"/></svg>
<svg class="tc-image-rmb tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.054768562316895 12.052457809448242"><path d="M8.484 6.052a.507.507 0 0 0 .518-.5.508.508 0 0 0-.518-.5H5.002V4.76L8.846.915a.51.51 0 0 0 .014-.72.51.51 0 0 0-.72.013L4.501 3.844.865.208a.509.509 0 0 0-.72-.013.508.508 0 0 0 .014.72L4.002 4.76v.293H.52a.509.509 0 0 0-.518.5c0 .275.231.5.52.5h3.48v2H.52a.51.51 0 0 0-.518.5c0 .275.231.5.52.5h3.48v2.482c0 .286.223.518.5.518a.51.51 0 0 0 .5-.518V9.052h3.482a.508.508 0 0 0 .518-.5.509.509 0 0 0-.518-.5H5.002v-2h3.482z"/></svg>
<svg class="tc-image-road tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M11 16h5L12 0H9l.5 4h-3L7 0H4L0 16h5l.5-4h5l.5 4zm-5.25-6l.5-4h3.5l.5 4h-4.5z"/></svg>
<svg class="tc-image-roadblock-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M5.5 0a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zM2 4.5h7v2H2v-2z"/></svg>
<svg class="tc-image-roadblock-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zM3 6h9v3H3V6z"/></svg>
<svg class="tc-image-rocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.206000328063965 16"><path d="M10.206 11.994v.271l-3.146-.634c-.203.679-1.018 1.199-1.968 1.199-.951 0-1.766-.521-1.969-1.222L0 12.219v-.271C0 10.409.43 9.3 1.402 8.372c-.34-4.39 1.629-7.173 3.575-8.305L5.091 0l.113.067C7.151 1.199 9.096 3.982 8.78 8.373c.996.928 1.426 2.037 1.426 3.621zm-4.12-5.476a1.464 1.464 0 0 0 .09-2.06 1.463 1.463 0 0 0-2.059-.091 1.464 1.464 0 0 0-.09 2.06 1.462 1.462 0 0 0 2.059.091zm-.259 7.807c0 .656-.725 1.675-.725 1.675s-.724-1.087-.724-1.675c0-.498.316-.905.724-.905s.725.407.725.905z"/></svg>
<svg class="tc-image-rocket-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M8 0C6.488 0 4.408 1.146 3.049 3H2C1.199 3 .816 3.367.5 4L0 5h2l1 1 1 1v2l1-.5c.633-.316 1-.699 1-1.5V5.951C7.854 4.592 9 2.512 9 1V0H8zM6.5 2a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM1.75 6.25l-.25.25C1 7 1 8 1 8s.945.055 1.5-.5l.25-.25-1-1z"/></svg>
<svg class="tc-image-rocket-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.890000343322754 12.888999938964844"><path d="M11.445 0C9.3 0 6.424 1.471 4.492 4H2.89C1.733 4 1.07 4.864.613 5.777L0 7h2.89l1.5 1.5 1.5 1.5v2.889l1.223-.612c.913-.456 1.777-1.12 1.777-2.277V8.398c2.529-1.932 4-4.809 4-6.953V0h-1.445zM8.89 3a1 1 0 1 1 0 2 1 1 0 1 1 0-2zm-6.5 6l-.5.5c-.722.722-1 2.5-1 2.5s1.698-.198 2.5-1l.5-.5L2.39 9z"/></svg>
<svg class="tc-image-rocket-rotated-45 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.89099884033203 39.19099807739258"><path d="M38.891.3c-.132 2.694-1.837 10.48-14.692 23.334l-.864 7.779-7.779 7.778.865-7.778-8.643-8.643L0 23.634l7.778-7.778 7.778-.864C28.411 2.137 35.766 0 38.891.3zM5.618 33.573l3.024-8.21 5.186 5.185-8.21 3.025zm26.36-26.36l-1.994-1.195-3.17 2.246 2.57 1.543 1.486 2.476 2.206-3.238-1.099-1.831z"/></svg>
<svg class="tc-image-rollback tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M896 223q0-13-9-22.5t-23-9.5l-755 1L246 55q9-10 9-23t-9-23q-9-9-22.5-9T201 9L9 200q-9 10-9 23t9 23l194 193q9 9 22.5 9t22.5-9q9-10 9-23t-9-23L110 256h722v704H480q-13 0-22.5 9.5T448 992t9.5 22.5 22.5 9.5h384q14 0 23-9.5t9-22.5V223z"/></svg>
<svg class="tc-image-roofing-contractor tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 24"><path d="M7.149 2.062h6.06l-.053 3.575-6.007 5.406V2.062zM23.907.083L0 21.169 2.52 24 24.005 5.046 45.486 24 48 21.169 24.097.083 24 0l-.093.083z"/></svg>
<svg class="tc-image-room tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M14 0C6.27 0 0 6.27 0 14c0 10.5 14 26 14 26s14-15.5 14-26c0-7.73-6.27-14-14-14zm0 19c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></svg>
<svg class="tc-image-room-service tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 28"><path d="M0 24h40v4H0zM23.67 5.58C23.88 5.1 24 4.56 24 4c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 .56.12 1.1.33 1.58C8.5 7.2 2.54 13.86 2 22h36c-.54-8.14-6.5-14.8-14.33-16.42z"/></svg>
<svg class="tc-image-ror tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.685998916625977 22.27100372314453"><path d="M2.457 22.27h11.072s-2.456-5.578-1.832-10.698 4.662-7.451 6.951-7.701c2.289-.25 3.538 1.166 3.538 1.166l.5-.749s-3.288-3.33-7.451-2.955S8.2 4.455 6.411 7.785c-1.79 3.33-2.831 5.661-3.538 9.158s-.416 5.328-.416 5.328zM.251 16.692l2.164.167-.375 2.164-2.04-.25.25-2.081zm3.413-4.579l.583-1.623-1.915-.749-.624 1.748 1.956.624zM6.37 6.535l1.124-1.332-1.457-.957-1.165 1.29 1.498.999zm2.955-5.161l.999 1.207 1.374-.791-.999-1.124-1.374.708zM14.195 0l.25 1.207 1.707-.042-.167-1.082L14.195 0zm5.786 1.29l-.042.749 1.166.624.25-.375-1.373-.999zm-.25 3.206v.624l1.124.125v-.5l-1.124-.25zm-3.579.541l.541.999.791-.624-.166-.666-1.165.292zm-1.707 1.29l.832 1.249-.499.874-1.207-1.332.874-.791zM12.78 9.782l-.541 1.082 1.415 1.207.333-1.374-1.207-.916zm-.583 3.788l-.083 1.457 1.748.749-.083-1.374-1.582-.833zm.5 5.161l.417 1.499 2.206.125-.791-1.623h-1.832z"/></svg>
<svg class="tc-image-rotate-90-degrees-ccw tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.040000915527344 44.11933517456055"><path d="M12.97 11.32L0 24.29l12.97 12.97 12.97-12.97-12.97-12.97zM5.65 24.29l7.31-7.31 7.32 7.31-7.31 7.31-7.32-7.31zm31.36-12.53a17.97 17.97 0 0 0-12.73-5.27V0l-8.49 8.49 8.49 8.48v-6.48c3.58 0 7.17 1.37 9.9 4.1 5.47 5.47 5.47 14.33 0 19.8a13.97 13.97 0 0 1-15.57 2.89l-2.98 2.98a17.97 17.97 0 0 0 21.38-3.04c7.03-7.03 7.03-18.43 0-25.46z"/></svg>
<svg class="tc-image-rotate-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.860000610351562 37.86000061035156"><path d="M6.08 15.05l-2.83-2.83C1.45 14.54.34 17.22 0 20h4.04c.29-1.75.97-3.44 2.04-4.95zM4.04 24H0c.34 2.78 1.45 5.46 3.25 7.78l2.83-2.83A11.91 11.91 0 0 1 4.04 24zm2.02 10.63c2.32 1.81 5.02 2.88 7.8 3.22v-4.04c-1.75-.29-3.43-.98-4.93-2.05l-2.87 2.87zm11.8-28.49V0l-9.1 9.1 9.1 8.9v-7.82c5.67.95 10 5.88 10 11.82s-4.33 10.87-10 11.82v4.04c7.89-.99 14-7.7 14-15.86s-6.11-14.87-14-15.86z"/></svg>
<svg class="tc-image-rotate-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.860000610351562 37.86000061035156"><path d="M23.1 9.1L14 0v6.14C6.11 7.12 0 13.84 0 22s6.11 14.88 14 15.86v-4.04C8.33 32.87 4 27.94 4 22s4.33-10.87 10-11.82V18l9.1-8.9zM31.86 20c-.34-2.78-1.45-5.46-3.25-7.78l-2.83 2.83A11.91 11.91 0 0 1 27.82 20h4.04zM18 33.81v4.05c2.78-.34 5.48-1.42 7.8-3.22l-2.87-2.87c-1.5 1.06-3.18 1.74-4.93 2.04zm7.78-4.86l2.83 2.83c1.8-2.32 2.91-5 3.25-7.78h-4.04a11.91 11.91 0 0 1-2.04 4.95z"/></svg>
<svg class="tc-image-rouble tc-image-button" width="22pt" height="22pt" viewBox="0 0 731.4310913085938 804.5740966796875"><path d="M596.001 249.716q0-57.143-37.143-92.571t-97.714-35.429H278.288v256h182.857q60.571 0 97.714-35.429t37.142-92.571zm135.43 0q0 110.286-72.287 180t-186.57 69.714H278.286v67.429h288.572q8 0 13.143 5.143t5.143 13.143v73.143q0 8-5.143 13.143t-13.143 5.143h-288.57v109.714q0 8-5.43 13.143t-12.857 5.143h-95.429q-8 0-13.143-5.143t-5.143-13.143V676.574h-128q-8 0-13.143-5.143T0 658.288v-73.143q0-8 5.143-13.143t13.143-5.143h128V499.43h-128q-8 0-13.143-5.143T0 481.144v-85.143q0-7.429 5.143-12.857t13.143-5.429h128V18.286q0-8 5.143-13.143T164.572 0h308q114.286 0 186.571 69.714t72.286 180z"/></svg>
<svg class="tc-image-round-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M447.1 86.2C400.3 33.4 332.2 0 256 0 114.6 0 0 114.6 0 256h64c0-106.1 85.9-192 192-192 58.5 0 110.4 26.5 145.5 67.8L341.3 192H512V21.3l-64.9 64.9zM256 448c-58.5 0-110.4-26.5-145.5-67.8l60.2-60.2H0v170.7l64.9-64.9c46.8 52.8 115 86.2 191.1 86.2 141.4 0 256-114.6 256-256h-64c0 106.1-85.9 192-192 192z"/></svg>
<svg class="tc-image-round-arrow-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M110.5 131.8C145.6 90.5 197.5 64 256 64c106.1 0 192 85.9 192 192h64C512 114.6 397.4 0 256 0 179.8 0 111.7 33.4 64.9 86.2L0 21.3V192h170.7l-60.2-60.2zm291 248.4c-35.2 41.3-87 67.8-145.5 67.8-106.1 0-192-85.9-192-192H0c0 141.4 114.6 256 256 256 76.2 0 144.3-33.4 191.1-86.2l64.9 64.9V320H341.3l60.2 60.2z"/></svg>
<svg class="tc-image-round-arrow-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 433.3000183105469 512"><path d="M216.6 393.8c-37.4 0-71.1-15.2-95.9-39.4h95.9l-59.1-59.1H0v157.5L59.1 512V403.6c39.5 42.2 95.2 69 157.5 69 113 0 205.7-86.5 215.6-196.9h-79.8c-9.6 66.7-66.4 118.1-135.8 118.1zM374.2 0v108.4c-39.5-42.2-95.2-69-157.5-69C103.6 39.4 11 125.9 1 236.3h79.8c9.6-66.7 66.5-118.2 135.9-118.2 37.4 0 71.1 15.2 95.9 39.4h-95.9l59.1 59.1h157.5V59.1L374.2 0z"/></svg>
<svg class="tc-image-round-arrow-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 433.20001220703125 512"><path d="M216.6 157.5h-95.9c24.8-24.2 58.5-39.4 95.9-39.4 69.4 0 126.2 51.4 135.9 118.2h79.8c-10-110.4-102.6-196.9-215.6-196.9-62.4 0-118.1 26.8-157.5 69V0L0 59.1v157.5h157.5l59.1-59.1zm59.1 137.9l-59.1 59.1h95.9c-24.8 24.2-58.5 39.4-95.9 39.4-69.4 0-126.2-51.4-135.9-118.2H1c10 110.4 102.6 196.9 215.6 196.9 62.4 0 118.1-26.8 157.5-69V512l59.1-59.1V295.4H275.7z"/></svg>
<svg class="tc-image-round-arrow-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M447.1 86.2C400.3 33.4 332.2 0 256 0 114.6 0 0 114.6 0 256h64c0-106.1 85.9-192 192-192 58.5 0 110.4 26.5 145.5 67.8L341.3 192H512V21.3l-64.9 64.9zM256 448c-58.5 0-110.4-26.5-145.5-67.8l60.2-60.2H0v170.7l64.9-64.9c46.8 52.8 115 86.2 191.1 86.2 141.4 0 256-114.6 256-256h-64c0 106.1-85.9 192-192 192zm42.7-192c0-23.6-19.1-42.7-42.7-42.7s-42.7 19.1-42.7 42.7 19.1 42.7 42.7 42.7 42.7-19.1 42.7-42.7z"/></svg>
<svg class="tc-image-round-arrow-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M110.5 131.8C145.6 90.5 197.5 64 256 64c106.1 0 192 85.9 192 192h64C512 114.6 397.4 0 256 0 179.8 0 111.7 33.4 64.9 86.2L0 21.3V192h170.7l-60.2-60.2zm291 248.4c-35.2 41.3-87 67.8-145.5 67.8-106.1 0-192-85.9-192-192H0c0 141.4 114.6 256 256 256 76.2 0 144.3-33.4 191.1-86.2l64.9 64.9V320H341.3l60.2 60.2zM213.3 256c0 23.6 19.1 42.7 42.7 42.7s42.7-19.1 42.7-42.7-19.1-42.7-42.7-42.7-42.7 19.1-42.7 42.7z"/></svg>
<svg class="tc-image-rounded-corner tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36"><g transform="translate(-6 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M38 38h4v4h-4v-4zm0-4h4v-4h-4v4zM6 26h4v-4H6v4zm0 8h4v-4H6v4zm0-16h4v-4H6v4zm0-8h4V6H6v4zm8 0h4V6h-4v4zm16 32h4v-4h-4v4zm-8 0h4v-4h-4v4zm8 0h4v-4h-4v4zm-16 0h4v-4h-4v4zm-8 0h4v-4H6v4zm36-26c0-5.51-4.49-10-10-10H22v4h10c3.31 0 6 2.69 6 6v10h4V16z"/></g></svg>
<svg class="tc-image-route tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 45.709999084472656 45.73899841308594"><path d="M45.6 18.79C45.368 6.152 38.074 1.13 37.775.93l-1.13-.774-1.136.772C33.62 2.216 31.662 2.87 29.692 2.87c-3.269 0-5.484-1.768-5.579-1.844L22.841 0l-1.263 1.028c-.092.075-2.31 1.843-5.577 1.843-1.971 0-3.928-.653-5.819-1.945L9.05.158 7.91.932C7.135 1.467.344 6.508.098 18.728 0 19.791 2.921 39.904 22.849 45.739 44.52 39.375 45.71 20.118 45.6 18.79zm-41.489.242l.003.285c.04-2.307.362-5.081.986-6.081h35.489c.627 1 .952 3.781.988 6.104l.014-.01c.079.644-.714 18.75-18.742 22.385C6.709 38.153 4.04 19.626 4.111 19.032z"/></svg>
<svg class="tc-image-route-pin tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.19599914550781 44"><path d="M44.088 18.075C43.863 5.917 36.81 1.086 36.521.895L35.43.149l-1.099.744c-1.826 1.239-3.719 1.868-5.626 1.868-3.158 0-5.302-1.7-5.393-1.774L22.082 0l-1.221.99c-.09.072-2.233 1.771-5.392 1.771-1.905 0-3.797-.628-5.626-1.871L8.749.152 7.647.897C6.899 1.411.333 6.261.095 18.015 0 19.039 2.824 38.389 22.092 44c20.948-6.122 22.104-24.648 21.996-25.925z"/></svg>
<svg class="tc-image-router tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M34.33 5.81L36 4.13C33.24 1.38 29.62 0 26 0s-7.24 1.39-10 4.13l1.66 1.66C19.97 3.5 22.98 2.35 26 2.35s6.03 1.16 8.33 3.46zm-1.66 1.52C30.83 5.49 28.42 4.57 26 4.57s-4.83.92-6.67 2.76l1.66 1.66A7.104 7.104 0 0 1 26 6.93c1.81 0 3.62.69 4.99 2.07l1.68-1.67zM32 20h-4v-8h-4v8H4c-2.21 0-4 1.79-4 4v8c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4v-8c0-2.21-1.79-4-4-4zM10 30H6v-4h4v4zm7 0h-4v-4h4v4zm7 0h-4v-4h4v4z"/></svg>
<svg class="tc-image-rowing tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 34 46"><g transform="translate(-8 -2)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M17 29l-9 9 3 3 7-7h4l-5-5zM30 2c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm12 40.02L36 48l-5.98-6.02V39l-14.2-14.18c-.62.1-1.22.14-1.82.14v-4.32c3.32.06 7.22-1.74 9.34-4.08l2.8-3.1c.38-.42.86-.76 1.38-1a4.45 4.45 0 0 1 1.92-.46h.06c2.48.02 4.5 2.04 4.5 4.52v11.5c0 1.68-.7 3.22-1.84 4.32L25 25.18v-4.54a19.396 19.396 0 0 1-4.58 2.78L33 36h3l6 6.02z"/></g></svg>
<svg class="tc-image-rss tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.0010375976562 512"><path d="M.001 443.392c0-18.773 6.656-34.816 19.967-48.128 13.312-13.312 29.355-19.968 48.128-19.968s34.816 6.656 48.128 19.968c13.313 13.312 19.97 29.355 19.97 48.128 0 19.115-6.657 35.243-19.97 48.384-13.312 13.142-29.354 19.712-48.128 19.712s-34.816-6.656-48.128-19.969C6.657 478.208.001 462.165.001 443.392zm0-171.52V174.08c61.099 0 117.59 15.104 169.472 45.311 51.882 30.209 92.928 71.254 123.137 123.137 30.207 51.883 45.311 108.373 45.311 169.472h-98.304c0-66.218-23.381-122.709-70.144-169.472C122.369 295.424 65.879 271.872.001 271.872zm0-173.568V0c69.29 0 135.509 13.568 198.656 40.704 63.146 27.136 117.589 63.574 163.328 109.312 45.738 45.74 82.175 100.182 109.312 163.328C498.433 376.491 512.001 442.71 512.001 512h-98.304c0-55.978-10.923-109.568-32.769-160.768-21.845-51.2-51.284-95.232-88.319-132.097-37.035-36.864-81.067-66.218-132.097-88.063C109.482 109.226 55.979 98.303 0 98.303z"/></svg>
<svg class="tc-image-rss-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M0 0v2c3.33 0 6 2.67 6 6h2c0-4.41-3.59-8-8-8zm0 3v2c1.67 0 3 1.33 3 3h2c0-2.75-2.25-5-5-5zm0 3v2h2a2 2 0 0 0-2-2z"/></svg>
<svg class="tc-image-rss-feed tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.119998931884766 31.119998931884766"><g transform="translate(-8 -8.89)"><circle cx="12.36" cy="35.64" r="4.36"/><path d="M8 8.89v5.66c14.06 0 25.46 11.4 25.46 25.46h5.66C39.11 22.82 25.18 8.89 8 8.89zM8 20.2v5.66c7.81 0 14.14 6.34 14.14 14.14h5.66c0-10.93-8.87-19.8-19.8-19.8z"/></g></svg>
<svg class="tc-image-rss-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.01099967956543 16.00156021118164"><path d="M3.011 0A3.01 3.01 0 0 0 0 3l.005 9c0 2.21 1.793 4 4.002 4l9.003.002c1.655 0 3-1.346 3-3.001.001-7.18-5.819-13-12.999-13zm1.001 14a1.998 1.998 0 0 1-2.001-1.998A1.999 1.999 0 0 1 4.012 10a1.996 1.996 0 0 1 1.999 2 1.995 1.995 0 0 1-1.999 2zm4.499 0a1.5 1.5 0 0 1-1.5-1.5c0-1.93-1.57-3.5-3.5-3.5a1.5 1.5 0 1 1 0-3c3.584 0 6.5 2.917 6.5 6.5a1.5 1.5 0 0 1-1.5 1.5zm4 0a1.5 1.5 0 0 1-1.5-1.5c0-4.135-3.364-7.5-7.5-7.5a1.5 1.5 0 1 1 0-3c5.79 0 10.5 4.71 10.5 10.5a1.5 1.5 0 0 1-1.5 1.5z"/></svg>
<svg class="tc-image-rss-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M512 1152q0-53-37.5-90.5T384 1024t-90.5 37.5T256 1152t37.5 90.5T384 1280t90.5-37.5T512 1152zm351 94q-13-232-177-396T290 673q-14-1-24 9t-10 23v128q0 13 8.5 22t21.5 10q154 11 264 121t121 264q1 13 10 21.5t22 8.5h128q13 0 23-10t9-24zm384 1q-5-154-56-297.5t-139.5-260-205-205-260-139.5T289 289q-14-1-23 9-10 10-10 23v128q0 13 9 22t22 10q204 7 378 111.5T943.5 871t111.5 378q1 13 10 22t22 9h128q13 0 23-10 11-9 9-23zm289-959v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-rss2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM4.359 12.988c-.75 0-1.359-.603-1.359-1.353a1.36 1.36 0 0 1 2.718 0c0 .75-.609 1.353-1.359 1.353zM7.772 13a4.753 4.753 0 0 0-1.397-3.381A4.74 4.74 0 0 0 3 8.219V6.263c3.713 0 6.738 3.022 6.738 6.737H7.772zm3.472 0c0-4.547-3.697-8.25-8.241-8.25V2.794c5.625 0 10.203 4.581 10.203 10.206h-1.963z"/></svg>
<svg class="tc-image-rtl tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M256 0C114.616 0 0 114.616 0 256s114.616 256 256 256v512h128V128h128v896h128V128h128V0H256zm768 192L768 448l256 256z"/></svg>
<svg class="tc-image-rub tc-image-button" width="22pt" height="22pt" viewBox="0 0 366.00701904296875 401.99810791015625"><path d="M366.007 124.005c0 36.67-12 66.672-36.004 90-23.347 23.347-54.672 35-94.003 35h-96.993v33.997h144.998c1.997 0 4.004 1.004 6 3 1.997.666 3 2.673 3 6V329c0 2.673-1.004 4.67-3 6-1.997 1.997-4.004 3-6 3H139.006v55c0 2.672-.666 4.668-1.997 6-1.997 1.996-4.342 3-7.004 3H82c-1.997 0-4.004-1.005-6-3-1.997-1.332-3-3.329-3-6v-55H9c-2.673 0-4.67-1.004-6-3-1.997-1.33-3-3.328-3-6v-36.997c0-3.328 1.003-5.335 3-6 1.331-1.997 3.328-3 6-3h64v-33.997H9c-2.673 0-4.67-.656-6-1.997-1.997-1.997-3-4.332-3-7.004V198c0-2.652 1.003-4.997 3-7.004 1.331-1.997 3.328-3 6-3h64V9.001c0-2.652 1.003-4.997 3-7.004C77.331.667 79.328 0 82 0h154c39.332 0 70.656 11.346 94.003 33.997 24.003 24.013 36.004 54.006 36.004 90.01zm-68.004 0c0-18.658-6-33.997-18.002-45.998-13.342-12.002-29.665-18.002-48.999-18.002h-91.996v128h91.997c20.654 0 36.997-5.653 49-16.999 12-12.002 18.001-27.658 18.001-47.002z"/></svg>
<svg class="tc-image-ruble tc-image-button" width="22pt" height="22pt" viewBox="0 0 979 1200"><path d="M307 0h350q67 0 120 13t86 31 57 49.5 35 56.5 17 64.5 6.5 60.5.5 57v33q0 36-.5 57t-6.5 61-17 65-35 57-57 50.5-86 31.5-120 13H479l-2 100h288q10 0 13 6t-3 14L655 980q-6 8-18 14t-22 6H477v175q0 11-5.5 18t-15.5 7H307q-10 0-17.5-7.5T282 1175v-175H15q-10 0-13-6t3-14l120-160q6-8 18-14t22-6h117V700H15q-10 0-13-6t3-14l120-160q6-8 18-14t22-6h117V25q0-10 7.5-17.5T307 0zm172 200v300h203q64 0 86.5-33T791 348q0-84-22.5-116T682 200H479z"/></svg>
<svg class="tc-image-ruby tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.198999404907227 16.30900001525879"><path d="M13.604.42c2.023.35 2.595 1.732 2.553 3.18l.01-.02-.91 11.925-11.83.804.01-.006c-.982-.029-3.17-.121-3.27-3.185l1.096-1.997 1.88 4.39.335.783 1.862-6.095-.023.005.004-.018 6.168 1.97-.924-3.618-.66-2.608 5.874-.384-.415-.34-4.202-3.437 2.442-1.35zM.167 13.09v.018-.019zm3.42-9.343C5.961 1.392 9.025 0 10.201 1.186c1.175 1.186-.07 4.07-2.448 6.425-2.376 2.355-5.402 3.823-6.576 2.638-1.177-1.185.03-4.145 2.408-6.5z"/></svg>
<svg class="tc-image-ruby_rough tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.18699836730957 21.132999420166016"><path d="M.832 10.863c.132-.413.289-1.255.655-1.995C3.268 5.274 6.023 2.66 9.702 1.072c.71-.306 1.555-.404 2.339-.408.98-.005 1.637.677 1.723 1.666.045.515.039 1.087-.138 1.561-1.743 4.662-5.032 7.784-9.656 9.538-.18.068-.381.086-.575.112-1.574.216-2.587-.676-2.563-2.678zm12.101-3.455l7.702-.54c-.192-.183-.3-.303-.425-.403-2.292-1.838-4.59-3.668-6.873-5.517-.226-.183-.366-.471-.668-.871.981 0 1.774-.009 2.567.002.957.014 1.937-.079 2.867.093 2.011.372 3.084 1.669 3.046 3.713-.035 1.916-.233 3.829-.375 5.742-.217 2.929-.445 5.858-.671 8.786-.039.505-.086 1.01-.137 1.61-1.063-.947-2.08-1.852-3.095-2.758-.131-.117-.24-.268-.385-.361-1.241-.79-1.759-1.968-2.041-3.376-.368-1.84-.907-3.646-1.371-5.467-.052-.204-.09-.412-.142-.655zM3.349 18.61c.547-.076 1.059-.108 1.547-.234.192-.049.415-.283.477-.479.46-1.455.882-2.923 1.317-4.385.038-.128.091-.252.161-.443l8.022 2.568a26.406 26.406 0 0 1-4.602 3.701l8.991.687.001.115c-.646.046-1.292.094-1.938.137-3.812.251-7.623.501-11.435.75-.606.04-1.213.106-1.818.095-2.566-.047-4.02-1.453-4.053-4.027-.019-1.446.13-2.894.222-4.34.007-.109.163-.209.25-.313.129.115.317.205.38.349.766 1.776 1.514 3.56 2.267 5.341.061.143.126.284.211.478z"/></svg>
<svg class="tc-image-ruler tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h9.5v9.5H0V0zm20.583 0h3.167v4.75h1.584V0H28.5v6.333h1.583V0h3.167v4.75h1.583V0H38v9.5H11.083V0h3.167v4.75h1.583V0H19v6.333h1.583V0zM0 28.5v-3.167h4.75V23.75H0v-3.167h6.333V19H0v-3.167h4.75V14.25H0v-3.167h9.5V38H0v-3.167h4.75V33.25H0v-3.167h6.333V28.5H0z"/></svg>
<svg class="tc-image-run tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zM5 10V4l5 3-5 3z"/></svg>
<svg class="tc-image-run-from tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.699999809265137 12"><path d="M.5 12c-.3 0-.5-.2-.5-.5V.5C0 .2.2 0 .5 0s.5.2.5.5v11c0 .3-.2.5-.5.5zm10.2-6L4 2v8l6.7-4z"/></svg>
<svg class="tc-image-run-node tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 10"><path d="M4 8.1v-6l5 3-5 3zM9 1c2.2 0 4 1.8 4 4s-1.8 4-4 4H5C2.8 9 1 7.2 1 5s1.8-4 4-4h4m0-1H5C2.2 0 0 2.2 0 5s2.2 5 5 5h4c2.8 0 5-2.2 5-5s-2.2-5-5-5z"/></svg>
<svg class="tc-image-run-o-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M10.5 21C4.711 21 0 16.289 0 10.5 0 4.71 4.711 0 10.5 0S21 4.71 21 10.5a.5.5 0 0 1-1 0C20 5.262 15.738 1 10.5 1S1 5.262 1 10.5 5.262 20 10.5 20c3.902 0 7.467-2.446 8.868-6.087a.5.5 0 0 1 .933.359C18.753 18.297 14.814 21 10.5 21zm-2.584-6.5v-8l6.668 4-6.668 4z"/></svg>
<svg class="tc-image-run-stop tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.699999809265137 12"><path d="M6.7 6L0 2v8l6.7-4zm3.5 6c-.3 0-.5-.2-.5-.5V.5c0-.3.2-.5.5-.5s.5.2.5.5v11c0 .3-.3.5-.5.5z"/></svg>
<svg class="tc-image-runkeeper tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.329999923706055 15.193000793457031"><path d="M1.948 2.147l-.013-.013L.512.597C.37.455.398.284.512.142.654 0 .825.027.968.142l1.45 1.535a.407.407 0 0 1 .03.035c.15.086.39.205.74.28.112.056.312.085.425.227.03.028.598.626.854.996.198.2.37.455.51.71.03-.056.115-.113.143-.14 1.338-1.198 3.245-2.078 5.066-1.795 1.48.2 2.617 1.31 3.015 2.732.4 1.48.114 3.044-.882 4.21-.852.968-1.763 1.537-3.014 1.708-.825.085-1.48 0-1.707-.086-.428-.17-.713-.597-.713-1.11 0-.682.54-1.223 1.224-1.223.513 0 .91.228 1.082.655-.228.028-.797.085-1.08 0V8.79a.165.165 0 0 0-.172-.17c-.085 0-.17.056-.17.17 0 .086.028.142.14.17.172.086.912.115 1.31 0 .512-.14 1.508-.54 2.077-1.393 0 0 1.024-1.422.142-3.015-.086-.085-.655-1.08-1.793-1.08-1.536-.03-3.1.995-3.955 1.848.882 2.134 1.025 4.58.143 6.715-.91 2.19-2.618 3.072-3.443 3.072-1.024.03-2.39-.626-2.02-3.13.37-2.446 1.565-4.694 3.215-6.57.427.31.797.767.797.738-.057-.142-.143-.37-.513-1.11-.368-.74-1.364-1.82-1.364-1.82-.143-.2-.228-.37-.256-.512-.073-.317-.25-.467-.3-.557zm13.192 8.45l.537-1.976c.027-.17.226-.257.397-.228.17.028.256.228.228.398l-.54 2.05c0 .084-.086.37.027.824.057.17.03.34.057.34v.03a.328.328 0 0 0-.026.074l-.006.022a.297.297 0 0 1-.026.074c-.34.882-.853 1.565-1.65 2.106-1.365.882-3.357.882-4.637 0-1.11-.74-1.736-2.305-1.85-3.614.37.17 1.28.37 1.736.285.03.2.456 2.56 2.562 2.475 1.792-.085 2.36-1.878 2.446-1.963 0 0 .086-.17.256-.313.228-.17.37-.398.456-.54a.142.142 0 0 1 .032-.043zm-10.36-.24c-.57 2.503-2.162 3.385-2.59 3.242-.426-.142-.568-1.394.285-3.5.143-.312.996-2.275 2.106-3.5-.03.058.626 1.908.2 3.757z"/></svg>
<svg class="tc-image-rust tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.79365348815918 20.795738220214844"><path d="M20.648 10.144l-.873-.54a7.042 7.042 0 0 0-.025-.254l.75-.7a.301.301 0 0 0-.1-.501l-.958-.36a11.689 11.689 0 0 0-.075-.247l.598-.831c.06-.084.073-.194.034-.291s-.127-.165-.23-.182l-1.01-.165a6.168 6.168 0 0 0-.122-.227l.425-.933c.043-.095.035-.205-.024-.292s-.155-.137-.26-.133l-1.026.036a9.948 9.948 0 0 0-.162-.197l.236-1a.3.3 0 0 0-.361-.362l-1 .236a9.948 9.948 0 0 0-.196-.162l.036-1.026a.299.299 0 0 0-.424-.284l-.933.425a16.347 16.347 0 0 0-.227-.122l-.165-1.011a.3.3 0 0 0-.472-.195l-.831.598a10.077 10.077 0 0 0-.247-.075l-.36-.96a.3.3 0 0 0-.5-.1l-.7.752a10.398 10.398 0 0 0-.254-.025l-.54-.873a.3.3 0 0 0-.511 0l-.54.873c-.085.007-.17.016-.255.025l-.7-.751a.301.301 0 0 0-.501.1l-.36.959-.246.075-.831-.598a.3.3 0 0 0-.472.195L6.07 2.03c-.076.04-.152.08-.227.123l-.933-.425a.301.301 0 0 0-.425.284l.036 1.026a9.948 9.948 0 0 0-.197.162l-1-.236a.3.3 0 0 0-.361.362l.236 1c-.055.065-.11.13-.162.197l-1.026-.036a.301.301 0 0 0-.284.425l.425.933c-.041.075-.082.15-.122.227l-1.011.165a.3.3 0 0 0-.195.473l.598.83-.075.249-.96.359a.3.3 0 0 0-.098.5l.75.7c-.01.086-.018.17-.025.255l-.873.54a.301.301 0 0 0 0 .51l.873.54c.007.086.016.17.025.255l-.75.7a.301.301 0 0 0 .099.5l.959.36c.024.083.049.166.075.248l-.598.83c-.061.086-.074.195-.034.29s.127.166.229.183l1.01.165c.04.077.08.152.123.227l-.425.932a.301.301 0 0 0 .284.425l1.026-.036c.053.067.107.132.162.197l-.236 1a.299.299 0 0 0 .36.36l1-.234.198.162-.036 1.027a.299.299 0 0 0 .425.283l.933-.425c.075.042.15.082.227.122l.165 1.01a.303.303 0 0 0 .473.196l.83-.598.249.075.359.959a.3.3 0 0 0 .5.099l.7-.75c.085.01.17.018.256.025l.54.873a.3.3 0 0 0 .51 0l.54-.873c.085-.007.17-.016.254-.025l.7.75a.301.301 0 0 0 .5-.1l.36-.958c.083-.024.166-.05.248-.075l.83.599a.303.303 0 0 0 .473-.196l.165-1.011.227-.122.933.425a.3.3 0 0 0 .424-.283l-.036-1.027c.066-.053.132-.107.197-.162l1 .235a.301.301 0 0 0 .36-.361l-.234-1c.055-.065.109-.13.162-.197l1.026.036a.301.301 0 0 0 .283-.425l-.425-.932.122-.227 1.01-.165c.104-.016.19-.085.23-.182s.027-.206-.034-.29l-.598-.831c.026-.082.05-.165.075-.248l.959-.36a.302.302 0 0 0 .099-.5l-.75-.7.025-.254.873-.54a.3.3 0 0 0 0-.511zm-5.843 7.24c-.333-.071-.545-.4-.474-.734s.4-.547.733-.474a.618.618 0 1 1-.26 1.209zm-.297-2.005a.562.562 0 0 0-.668.433l-.31 1.447a7.572 7.572 0 0 1-3.137.675 7.575 7.575 0 0 1-3.203-.706l-.31-1.446a.563.563 0 0 0-.668-.433l-1.277.274a7.662 7.662 0 0 1-.66-.778h6.213c.07 0 .117-.013.117-.077V12.57c0-.064-.047-.077-.117-.077H8.67V11.1h1.965c.179 0 .959.05 1.208 1.048.078.306.25 1.304.367 1.623.117.358.592 1.073 1.099 1.073h3.096a.643.643 0 0 0 .112-.011c-.215.292-.45.568-.704.826l-1.306-.281zm-8.592 1.976a.62.62 0 0 1-.26-1.21.619.619 0 0 1 .26 1.21zM3.559 7.798a.619.619 0 1 1-1.131.502.619.619 0 0 1 1.13-.502zm-.724 1.717l1.33-.591a.564.564 0 0 0 .286-.744l-.274-.62h1.077v4.856H3.08a7.593 7.593 0 0 1-.247-2.902zm5.837-.471V7.613h2.566c.133 0 .936.153.936.754 0 .499-.616.677-1.123.677H8.67zm9.323 1.288c0 .19-.007.378-.021.564h-.78c-.078 0-.11.05-.11.128v.358c0 .843-.476 1.027-.892 1.073-.397.045-.837-.166-.891-.41-.234-1.315-.624-1.596-1.24-2.082.765-.485 1.56-1.201 1.56-2.16 0-1.035-.71-1.687-1.193-2.006-.68-.447-1.43-.537-1.632-.537H4.729a7.592 7.592 0 0 1 4.253-2.4l.95.998a.563.563 0 0 0 .797.018l1.064-1.018a7.607 7.607 0 0 1 5.204 3.707l-.728 1.645a.564.564 0 0 0 .287.744l1.402.623c.024.249.037.5.037.755zm-8.061-8.32a.617.617 0 1 1 .852.894.617.617 0 1 1-.852-.894zm7.228 5.816a.618.618 0 1 1 1.13.5.618.618 0 0 1-1.13-.5z"/></svg>
<svg class="tc-image-rv-hookup tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M40 34V22c0-2.21-1.79-4-4-4H14v-4l-6 6 6 6v-4h8v6H8v6c0 2.21 1.79 4 4 4h4c0 3.32 2.68 6 6 6s6-2.68 6-6h16v-4h-4zm-18 6c-1.11 0-2-.89-2-2 0-1.11.89-2 2-2s2 .89 2 2c0 1.11-.89 2-2 2zm14-12h-8v-6h8v6zM34 4v4H18v4h16v4l6-6z"/><path fill="none" d="M0 0h48v48H0z"/></svg>
<svg class="tc-image-rv-park tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 28.000999450683594"><path d="M26.984 19.729c-2.251 0-4.078 1.85-4.078 4.135 0 2.284 1.828 4.137 4.078 4.137 2.252 0 4.077-1.853 4.077-4.137.001-2.286-1.825-4.135-4.077-4.135zm0 6.324c-1.195 0-2.16-.979-2.16-2.189 0-1.209.965-2.193 2.16-2.193 1.191 0 2.161.984 2.161 2.193.001 1.21-.969 2.189-2.161 2.189zM43.857 1.494C42.414.996 33.102 0 26.972 0c-6.129 0-16 1.009-17.461 1.441C9.36 1.485 5 2.687 5 7.414V20.03c0 .857.321 1.97.795 1.97H0v2h21.965c0-3 2.262-5.122 5.048-5.122 2.79 0 5.051 2.122 5.051 5.122h12.231C46.344 24 48 22.104 48 20.03V6.743c0-2.075-1.56-4.356-4.143-5.249zm-24.821 9.879c0 .394-.281.627-.667.627h-6.583c-.389 0-.786-.148-.786-.542V6.796c0-.392.397-.796.785-.796h6.583c.386 0 .632.404.632.796v4.662l.036-.085zM43 11.458c0 .394-.31.542-.7.542H27.734c-.389 0-.734-.148-.734-.542V6.796c0-.392.345-.796.734-.796H42.3c.391 0 .7.404.7.796v4.662z"/></svg>
<svg class="tc-image-s tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13 1v12H1V1h12m0-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-sad tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0zM113.062 259.696c-1.551 4.952-5.62 8.724-10.693 10.606-3.358 1.246-6.816 1.774-10.236.938-8.866-2.185-13.916-10.907-11.255-19.443 5.101-16.379 14.22-29.995 33.802-37.263s35.265-2.877 49.868 6.15c7.615 4.707 10.029 14.019 4.214 22.123-2.049 2.854-5.019 4.717-8.376 5.963-5.059 1.876-10.584 1.678-14.965-1.036-4.778-2.957-10.643-6.526-19.607-3.199-9.009 3.343-11.102 9.839-12.752 15.161zm200.094 89.758a15.931 15.931 0 0 1-9.144 2.881c-5.053 0-10.023-2.388-13.134-6.845C290.703 345.239 272 320 224 320c-47.98 0-66.704 25.239-66.879 25.49-3.111 4.457-8.083 6.845-13.135 6.845a15.93 15.93 0 0 1-9.143-2.881c-7.246-5.058-9.021-15.031-3.963-22.278C131.986 325.59 158.739 288 224 288c65 0 92.013 37.59 93.119 39.176 5.058 7.247 3.283 17.22-3.963 22.278zm42.873-78.214c-3.42.837-6.879.309-10.236-.938-5.073-1.883-9.143-5.654-10.693-10.606-1.649-5.322-3.742-11.818-12.752-15.161-8.964-3.327-14.829.242-19.607 3.199-4.381 2.714-9.906 2.912-14.965 1.036-3.357-1.246-6.327-3.108-8.376-5.963-5.815-8.104-3.401-17.416 4.214-22.123 14.604-9.027 30.286-13.418 49.868-6.15s28.702 20.884 33.802 37.263c2.66 8.536-2.389 17.259-11.255 19.443z"/></svg>
<svg class="tc-image-sad-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M367.283 251.797c-5.1-16.379-14.22-29.995-33.802-37.263s-35.265-2.877-49.868 6.15c-7.615 4.707-10.029 14.019-4.214 22.123 2.049 2.854 5.019 4.717 8.376 5.963 5.059 1.876 10.584 1.678 14.965-1.036 4.778-2.957 10.644-6.526 19.607-3.199 9.01 3.343 11.103 9.839 12.752 15.161 1.551 4.952 5.62 8.724 10.693 10.606 3.357 1.246 6.816 1.774 10.236.938 8.867-2.184 13.916-10.907 11.255-19.443zm-202.734-31.112c-14.603-9.027-30.286-13.418-49.868-6.15s-28.702 20.884-33.802 37.263c-2.661 8.536 2.389 17.259 11.255 19.443 3.42.837 6.878.309 10.236-.938 5.073-1.883 9.143-5.654 10.693-10.606 1.649-5.322 3.743-11.818 12.752-15.161 8.964-3.327 14.829.242 19.607 3.199 4.381 2.714 9.907 2.912 14.965 1.036 3.357-1.246 6.327-3.108 8.376-5.963 5.815-8.105 3.401-17.416-4.214-22.123z"/><path d="M224 0C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0zm135.765 359.765C323.5 396.028 275.285 416 224 416s-99.5-19.972-135.765-56.235C51.972 323.5 32 275.285 32 224s19.972-99.5 56.235-135.765C124.5 51.972 172.715 32 224 32s99.5 19.972 135.765 56.235C396.028 124.5 416 172.715 416 224s-19.972 99.5-56.235 135.765z"/><path d="M317.119 327.176C316.013 325.59 289 288 224 288c-65.261 0-92.014 37.59-93.121 39.176-5.057 7.247-3.283 17.221 3.963 22.278a15.93 15.93 0 0 0 9.143 2.881c5.052 0 10.024-2.388 13.135-6.845.176-.251 18.9-25.49 66.88-25.49 48 0 66.703 25.239 66.879 25.49 3.11 4.457 8.081 6.845 13.134 6.845 3.161 0 6.354-.935 9.144-2.881 7.245-5.058 9.02-15.031 3.962-22.278z"/></svg>
<svg class="tc-image-sad2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm6.002 8.199C10.39 11.181 9.275 10.5 8 10.5s-2.389.681-3.002 1.699l-1.286-.772C4.586 9.973 6.179 9 8 9s3.414.973 4.288 2.427l-1.286.772z"/></svg>
<svg class="tc-image-safari tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 1024"><path d="M480 64a483.643 483.643 0 0 0-70.824 5.212c-.3-.782-.624-1.548-.982-2.296 12.826-10.002 19.55-23.83 16.634-37.552C421.094 11.8 402.434 0 378.394 0c-5.18 0-10.458.562-15.68 1.672-30.168 6.414-50.146 28.622-45.482 50.562 2.834 13.338 14.292 23.338 30.164 27.384a31.97 31.97 0 0 0 .042 2.934C146.817 140.082 0 324.89 0 544c0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM332.882 48.908c-2.706-12.726 12.48-27.19 33.158-31.584 4.132-.878 8.29-1.324 12.354-1.324 16.036 0 28.694 6.864 30.784 16.69 1.596 7.51-3.07 15.61-11.386 21.904-7.034-4.966-16.016-7.126-25.1-5.196-9.044 1.922-16.348 7.508-20.758 14.856-10.184-2.45-17.508-8.084-19.052-15.346zm404.505 752.478c-43.968 43.968-97.21 75.278-155.31 92.154l-42.396-68.768-10.746 79.958a369.005 369.005 0 0 1-48.934 3.27c-97.228 0-188.636-37.864-257.386-106.614-43.968-43.966-75.278-97.21-92.154-155.308l68.768-42.398-79.96-10.746A369.343 369.343 0 0 1 116 544c0-97.228 37.862-188.636 106.614-257.386 43.968-43.968 97.212-75.278 155.31-92.156l42.396 68.77 10.748-79.96A369.29 369.29 0 0 1 480 180c97.228 0 188.636 37.862 257.386 106.614 43.968 43.968 75.278 97.212 92.154 155.31l-68.77 42.398 79.96 10.746A368.952 368.952 0 0 1 844 544c0 97.228-37.864 188.636-106.614 257.386zm-8.484-506.288L531.924 444.802c-14.644-7.658-30.876-12.062-47.416-12.726l-51.08-107.18-3.068 118.664c-13.284 6.536-25.104 15.664-34.876 26.95l-63.088-22.364 46.092 48.538c-6.334 13.518-9.866 28.03-10.434 42.824l-107.157 51.066 118.738 3.068c.38.768.774 1.526 1.17 2.282l-149.704 196.98L428.078 643.2c14.644 7.656 30.874 12.06 47.416 12.724l51.08 107.182 3.066-118.664c13.286-6.538 25.106-15.664 34.878-26.952l63.09 22.368-46.094-48.54c6.336-13.52 9.868-28.03 10.436-42.824l107.156-51.066-118.736-3.07c-.378-.766-.774-1.524-1.17-2.28l149.702-196.98zm-248.8 149.436zm-20.06 5.564a96.4 96.4 0 0 1 20.056-2.118c4.144 0 8.25.27 12.294.796l.092.032-.01-.022a95.683 95.683 0 0 1 25.132 6.896l-71.546 54.376-54.38 71.552a96.263 96.263 0 0 1-5.58-17.652c-11.026-51.86 22.08-102.836 73.942-113.86zm70.078 175.786a95.803 95.803 0 0 1-30.16 12.018 96.396 96.396 0 0 1-20.054 2.118c-4.15 0-8.258-.272-12.308-.798l-.068-.01c-8.734-1.142-17.174-3.5-25.132-6.894l71.544-54.376 54.38-71.554a96.284 96.284 0 0 1 5.58 17.654c8.69 40.882-10.056 81.2-43.782 101.842z"/></svg>
<svg class="tc-image-safety-cone tc-image-button" width="22pt" height="22pt" viewBox="0 0 94.11698913574219 69.61199951171875"><path d="M94.071 66.817v-4.62h-.002l.002-.018a2.437 2.437 0 0 0-2.42-2.417v-.003h-7.512L51.102 2.539l-.013.008C50.357 1.044 48.829 0 47.045 0a4.505 4.505 0 0 0-4.108 2.665L9.974 59.758H2.44A2.439 2.439 0 0 0 0 62.196v4.863h.012c-.002.039-.012.075-.012.114a2.44 2.44 0 0 0 2.44 2.439h89.21v-.004c.013 0 .024.004.037.003a2.44 2.44 0 0 0 2.42-2.458c0-.114-.02-.224-.036-.336zM44.567 9.966h4.977l5.748 9.957H38.819l5.748-9.957zM33.071 29.879h27.971l5.748 9.957H27.322l5.749-9.957zM15.82 59.758l5.748-9.957h50.976l5.748 9.957H15.82z"/></svg>
<svg class="tc-image-sage tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.1038818359375 431.53302001953125"><path d="M459.809 202.782v-22.047h-84.725c-41.666 0-61.123 14.274-61.123 36.362 0 20.245 18.76 38.134 66.693 38.134 59.024 0 79.155-5.386 79.155-52.449zM278.58 55.059l-29.89 30.157c-27.813-16.702-56.28-28.027-94.485-28.027-45.138 0-60.416 15.493-60.416 36.362 0 13.107 11.11 26.214 46.52 28.621l58.347 3.553c36.004 2.058 61.307 12.391 77.752 28.119 19.2-16.394 47.76-26.818 85.494-26.818h97.915V96.255c0-28.621-21.524-38.758-72.233-38.758-36.793 0-60.815 10.844-79.35 27.945L278.58 55.06zm526.88 76.616h163.736c0-52.398-38.984-78.397-82.166-78.397-43.172-.01-81.572 25.529-81.572 78.397zm-245.097 23.081c.645 49.408 1.433 57.191 14.285 71.035 10.014 10.823 31.724 23.481 61.06 23.481 28.602 0 47.187-12.657 57.232-23.481 12.87-13.845 14.316-22.262 14.316-71.035 0-49.346-1.444-57.805-14.316-71.618-10.045-10.834-28.63-23.49-57.23-23.49-29.338 0-51.048 12.656-61.062 23.49-12.85 13.824-14.96 21.872-14.285 71.618zm-44.584-108.8c2.263-2.918 4.803-5.847 7.598-8.99C539.332 19.681 570.625.031 616.428.031c36.138 0 64.626 11.909 91.004 35.758V3.605h70.82v33.116C806.34 10.343 844.095.041 879.422.041c77.467 0 144.18 53.074 144.59 142.274.092 15.257-1.71 42.526-1.71 42.526l-216.935.092c0 49.285 33.618 67.891 82.094 67.891 26.962 0 61.215-12.329 81.98-30.71l47.525 34.519c-34.62 34.437-81.09 53.187-128.154 53.187-38.717 0-80.333-9.063-110.572-36.649v25.457c0 91.187-72.222 132.905-152.76 132.905-45.148 0-91.003-20.275-122.245-50.658l54.846-37.529c17.388 14.889 41.687 27.413 68.76 27.413 47.238 0 80.579-23.245 80.579-65.567v-30.986c-22.22 20.848-54.866 35.154-91.003 35.154-39.64 0-68.393-14.715-85.78-29.89v30.659h-70.84v-30.884h-1.363c-14.592 20.869-38.902 30.392-86.825 30.392-44.79 0-78.92-13.005-99.993-33.904-26.388 21.781-68.413 33.577-116.716 33.577-56.955 0-109.752-17.879-154.9-54.221l49.306-41.718c30.556 25.59 63.888 38.748 111.135 38.748 40.304 0 69.448-13.159 69.448-38.748 0-21.474-18.74-28.017-43.06-29.809l-62.504-4.762c-58.338-4.168-101.397-33.976-101.397-85.811C22.928 31.59 79.862 0 154.195 0c53.69 0 92.16 12.144 124.11 31.724C304.222 8.499 338.249.318 384.105.318c61.1-.021 108.778 12.37 131.675 45.639z"/></svg>
<svg class="tc-image-sailboat tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.334007263183594 44.111995697021484"><path d="M0 34.833h44.334c0 .296-.712.408-.804.78-.092.372-.208.768-.348 1.188-.14.42-.301.844-.483 1.274-.182.43-.37.851-.566 1.263a53.275 53.275 0 0 1-1.512 2.992c-1.88.248-3.742.47-5.59.665-.791.1-1.612.197-2.461.29-.85.092-1.696.179-2.538.26a179.759 179.759 0 0 1-4.65.392 78.63 78.63 0 0 1-2.261.127c-.752.032-1.508.048-2.268.048-2.043 0-4.094-.128-6.155-.384a39.148 39.148 0 0 1-6.338-1.35 9.148 9.148 0 0 1-1.951-.851 12.21 12.21 0 0 1-1.682-1.176 12.376 12.376 0 0 1-1.908-1.931 15.828 15.828 0 0 1-1.26-1.853 10.86 10.86 0 0 1-.894-1.955L0 34.833zM22.167 0v31.667H7.917L22.167 0zm3.167 9.5L38 31.667H25.334V9.5z"/></svg>
<svg class="tc-image-sailing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.84700012207031 48.000003814697266"><path d="M44 48c-.952 0-1.884-.22-2.705-.597a6.563 6.563 0 0 0-2.794-.63c-.986 0-1.938.232-2.781.63a6.597 6.597 0 0 1-2.718.597c-.954 0-1.884-.22-2.708-.597a6.554 6.554 0 0 0-2.792-.63 6.56 6.56 0 0 0-2.785.63 6.562 6.562 0 0 1-2.712.597c-.964 0-1.884-.22-2.712-.597a6.562 6.562 0 0 0-2.787-.63c-.997 0-1.951.232-2.794.63a6.525 6.525 0 0 1-2.713.597c-.958 0-1.884-.22-2.71-.597a6.568 6.568 0 0 0-2.789-.63c-.992 0-1.945.232-2.789.63A6.533 6.533 0 0 1 0 48v-4.102c.964 0 1.884-.22 2.711-.597a6.713 6.713 0 0 1 2.789-.619 6.72 6.72 0 0 1 2.789.619 6.55 6.55 0 0 0 2.71.597c.965 0 1.89-.22 2.712-.597a6.715 6.715 0 0 1 2.794-.619c.99 0 1.944.232 2.787.619a6.545 6.545 0 0 0 2.712.597c.958 0 1.884-.22 2.712-.597a6.719 6.719 0 0 1 2.785-.619c.997 0 1.951.232 2.792.619a6.544 6.544 0 0 0 2.708.597c.962 0 1.884-.22 2.718-.597a6.694 6.694 0 0 1 2.781-.619c.999 0 1.951.232 2.794.619a6.526 6.526 0 0 0 2.705.597V48zM26 0v31H1.287zm3 7.119C29 10.58 44.847 20 43.693 31H29V7.119zM40.527 33H7v6.2c1 .1.846.211 1.187.377a6.986 6.986 0 0 0 2.762.585c.965 0 1.916-.22 2.738-.585a6.614 6.614 0 0 1 2.807-.63c.99 0 1.95.231 2.793.63a6.745 6.745 0 0 0 2.715.585c.958 0 1.885-.22 2.713-.585a6.564 6.564 0 0 1 2.786-.63 6.53 6.53 0 0 1 2.793.63 6.73 6.73 0 0 0 2.708.585c.187 0 .36-.044.536-.066l.045.022.328-.055c.219-.033.437-.056.657-.11 1.97-.409 3.244-2.006 3.244-2.006L41.647 33h-1.12z"/></svg>
<svg class="tc-image-sandstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2539 1539"><path d="M0 1007q0 39 30 66 26 30 67 30h1567q46 0 78 32t32 79q0 46-31.5 76.5T1664 1321t-78-31q-26-28-64-28-40 0-68.5 27.5T1425 1355q0 40 30 67 90 88 209 88 125 0 214-86t89-210-89.5-213.5T1664 911H97q-40 0-68.5 28T0 1007zm0-350q0 37 30 65 28 28 67 28h2138q125 0 214.5-87t89.5-210q0-124-89.5-212T2235 153q-123 0-208 85-29 26-29 71 0 41 27.5 67t67.5 26q39 0 67-26 30-33 75-33 46 0 77.5 32t31.5 78-31.5 77-77.5 31H97q-40 0-68.5 28T0 657zm168 738q0 38 26 62 26 26 62 26 39 0 66-25t27-63q0-37-27.5-63.5T256 1305q-36 0-62 26.5t-26 63.5zM269 336q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5T357 246q-36 0-62 26.5T269 336zM592 90q0 38 26 62 26 26 62 26 39 0 66-25t27-63q0-37-27.5-63.5T680 0q-36 0-62 26.5T592 90zm10 1237q0 37 27 62 26 26 61 26 39 0 66-25t27-63q0-37-27.5-63.5T690 1237q-36 0-62 26.5t-26 63.5zm446-1048q0 38 26 62 26 26 62 26 39 0 66-25t27-63q0-37-27.5-63.5T1136 189q-36 0-62 26.5t-26 63.5zm34 1172q0 37 27 62 26 26 61 26 39 0 66-25t27-63q0-37-27.5-63.5T1170 1361q-36 0-62 26.5t-26 63.5zm478-1189q0 37 26 61 27 27 62 27 39 0 66-25t27-63q0-37-27.5-64t-65.5-27q-35 0-61.5 27t-26.5 64zm543 753q0 38 26 62 26 26 62 26 39 0 65.5-25t26.5-63q0-37-27-63.5t-65-26.5q-36 0-62 26.5t-26 63.5z"/></svg>
<svg class="tc-image-sass tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM6.41 10.665c.117.43.104.832-.016 1.195l-.044.12a2.237 2.237 0 0 1-.422.657c-.465.506-1.114.698-1.393.536-.3-.174-.15-.89.39-1.46.58-.612 1.413-1.006 1.413-1.006v-.002l.072-.04zm6.608-7.24c-.362-1.422-2.718-1.89-4.948-1.097C6.743 2.8 5.307 3.54 4.274 4.506 3.046 5.654 2.85 6.654 2.93 7.072c.285 1.474 2.305 2.438 3.136 3.153v.004c-.245.12-2.037 1.026-2.457 1.953-.443.98.07 1.68.41 1.775 1.052.293 2.13-.234 2.71-1.1.56-.835.515-1.913.27-2.45a3.246 3.246 0 0 1 1.226-.07c1.403.164 1.68 1.04 1.626 1.407-.053.367-.347.568-.446.63-.098.06-.128.08-.12.126.012.067.058.065.142.05.115-.02.737-.298.763-.975.035-.86-.79-1.82-2.247-1.795-.6.01-.978.067-1.25.17-.02-.024-.042-.047-.063-.07-.9-.962-2.568-1.642-2.497-2.935.025-.47.19-1.708 3.202-3.21 2.47-1.23 4.445-.89 4.786-.14.49 1.07-1.055 3.062-3.618 3.35-.977.11-1.49-.27-1.62-.41-.134-.15-.154-.155-.204-.127-.082.045-.03.176 0 .254.076.2.39.552.926.728.47.155 1.618.24 3.004-.297 1.554-.6 2.766-2.272 2.41-3.67z"/></svg>
<svg class="tc-image-satellite tc-image-button" width="22pt" height="22pt" viewBox="0 0 1077.2479248046875 1098.14404296875"><path d="M5.76 741.76l356.383 356.384s85.088-201.952-34.656-321.696C209.056 658.016 5.76 741.76 5.76 741.76zm956 28.32L780.768 951.072l22.624 22.624 180.991-180.992-22.624-22.624zm90.496 45.248L848.64 611.648c-24.992-24.928-65.568-24.928-90.496 0l-17.856 17.856-49.92-49.92 89.504-89.504c24.992-24.992 22.176-68.352-2.816-93.344L666.752 286.432c-24.992-24.992-65.504-24.992-90.496 0L494.88 364.96 452 322.08l2.912-2.88c24.992-24.992 24.992-65.536 0-90.528L251.263 24.992C226.271 0 185.759 0 160.735 24.992L24.992 160.768C0 185.76 0 226.304 24.992 251.296L228.64 454.944c24.992 24.992 65.504 24.992 90.528 0l44.512-44.512 44.096 44.48-81.888 81.888c-24.992 24.992-15.552 164.096-15.552 164.096l55.136 55.136s139.072 9.44 164.064-15.552l70.848-70.816 49.92 49.92-27.968 27.968c-24.992 24.992-24.992 65.504 0 90.496l203.68 203.616c24.992 24.992 65.504 24.992 90.496 0l135.744-135.744c24.992-25.088 24.992-65.6 0-90.592zM47.616 183.392L183.392 47.616c12.48-12.512 32.736-12.512 45.248 0L47.616 228.64c-12.512-12.48-12.512-32.768 0-45.248zm22.624 67.872L251.263 70.24l22.624 22.624L92.863 273.888l-22.624-22.624zm45.248 45.248l181.024-181.024 22.624 22.656-180.993 180.992-22.656-22.624zm45.28 45.28L341.76 160.768l22.656 22.624-181.024 181.024-22.624-22.624zm45.248 45.248L387.04 206.016l22.624 22.624L228.64 409.664l-22.624-22.624zm90.496 45.248c-12.48 12.512-32.736 12.512-45.248 0l181.024-181.024c12.512 12.512 12.512 32.768 0 45.248L296.512 432.288zm90.304 169.792l-16.96-16.992 233.92-233.92 16.992 16.96L386.816 602.08zm258.144 168l135.808-135.808c12.512-12.448 32.736-12.448 45.248 0L644.96 815.328c-12.512-12.512-12.512-32.736 0-45.248zm384.672 113.12l-135.744 135.744c-12.512 12.512-32.736 12.512-45.248 0L712.863 883.168l180.992-180.992-22.624-22.624-181.055 180.992-22.624-22.624 181.056-181.056L1029.6 837.92c12.544 12.544 12.544 32.8.032 45.28zm-22.624-67.872L826.016 996.32l22.624 22.624 180.992-180.992-22.624-22.624zm-90.496-90.496L735.52 905.824l22.624 22.624 180.992-180.992-22.624-22.624z"/></svg>
<svg class="tc-image-saucelabs tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.445999145507812 16"><g fill-rule="nonzero"><path d="M14.427.002L.005 0 0 9.18h2.493c2.053.04 1.862 1.434 2.042 2.705.183 1.292 1.418 1.925 2.455 1.925 1.357 0 2.43-1.164 2.43-2.55 0-1.07-.49-1.84-2.6-2.74-2.393-1.01-2.997-2.436-2.997-3.824 0-2.27 1.735-3.79 3.75-3.79 1.057 0 2.208.338 2.988 1.217.63.71.857 1.427.832 2.312-.01.388-.056.885.73.896l2.304.005V.002z"/><path d="M14.446 6.62l-2.174-.008s-2.3.18-2.17-1.584c.06-.85-.19-1.498-.366-1.77-.458-.71-1.223-1.064-2.146-1.064-1.357 0-2.354 1.13-2.354 2.313 0 1.03.5 2.183 2.63 3.008 1.847.713 2.996 1.954 2.996 3.68 0 1.818-1.382 3.94-3.87 3.94-1.28 0-2.44-.305-3.328-1.576-.452-.647-.626-1.48-.656-2.314-.025-.64-.194-.78-.633-.78l-2.37.007V16h14.433V6.7l.007-.08z"/></g></svg>
<svg class="tc-image-save tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M11.2 0H1.5C.6 0 0 .7 0 1.5v11c0 .8.6 1.5 1.5 1.5h11c.8 0 1.5-.7 1.5-1.5V2.3L11.2 0zM4 1h1.5v2h3V1H10v3.5c0 .3-.3.5-.5.5h-5c-.3 0-.5-.2-.5-.5V1zm9 11.5c0 .3-.2.5-.5.5h-11c-.3 0-.5-.2-.5-.5v-11c0-.3.2-.5.5-.5H3v3.5C3 5.3 3.6 6 4.5 6h5c.8 0 1.5-.7 1.5-1.5V1l2 1.7v9.8zm-2-5c0 .3-.3.5-.5.5h-7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h7c.2 0 .5.2.5.5zm0 2c0 .3-.2.5-.5.5h-7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h7c.2 0 .5.2.5.5zm0 2c0 .3-.2.5-.5.5h-7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h7c.2 0 .5.2.5.5z"/></svg>
<svg class="tc-image-save-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 20"><path d="M17 10.5a.5.5 0 0 1-.5.5h-12a.5.5 0 0 1 0-1h12a.5.5 0 0 1 .5.5zm-.5 2.5h-12a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zm0 3h-12a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zM21 3v3.199a.5.5 0 0 1-1 0V3.414L17.586 1H17v4c0 .878-1.121 2-2.5 2h-8A2.503 2.503 0 0 1 4 4.5V1H2.5C1.673 1 1 1.673 1 2.5v15c0 .827.673 1.5 1.5 1.5h16c.827 0 1.5-.673 1.5-1v-6.837a.5.5 0 0 1 1 0v6.865h-.004C20.973 18.902 19.864 20 18.5 20h-16A2.503 2.503 0 0 1 0 17.5v-15C0 1.122 1.122 0 2.5 0H18l3 3zm-5-2h-3v3h-3V1H5v3.5C5 5.327 5.673 6 6.5 6h8c.827 0 1.5-.673 1.5-1V1z"/></svg>
<svg class="tc-image-save-as tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M10 7.5c0 .3-.2.5-.5.5h-6c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h6c.3 0 .5.2.5.5zm1 2c0-.3-.2-.5-.5-.5h-7c-.3 0-.5.2-.5.5s.2.5.5.5h7c.3 0 .5-.2.5-.5zm0 2c0-.3-.2-.5-.5-.5h-7c-.3 0-.5.2-.5.5s.2.5.5.5h7c.3 0 .5-.2.5-.5zM13.5 9c-.3 0-.5.2-.5.5v3c0 .3-.2.5-.5.5h-11c-.3 0-.5-.2-.5-.5v-11c0-.3.2-.5.5-.5H3v3.5C3 5.3 3.7 6 4.5 6h7.8l-1.1 1.1c-.2.2-.2.5 0 .7.2.2.5.2.7 0l2-2c.1 0 .1-.1.1-.3 0-.1-.1-.3-.2-.4l-2-2c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7L12.2 5H4.5c-.3 0-.5-.2-.5-.5V1h2v2h3V.5c0-.3-.2-.5-.5-.5h-7C.7 0 0 .7 0 1.5v11c0 .8.7 1.5 1.5 1.5h11c.8 0 1.5-.7 1.5-1.5v-3c0-.3-.2-.5-.5-.5z"/></svg>
<svg class="tc-image-save-as-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 20"><path d="M4 10.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM16.5 13h-12a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zm0 3h-12a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1zm4-5.337a.5.5 0 0 0-.5.5V18c0 .327-.673 1-1.5 1h-16c-.827 0-1.5-.673-1.5-1.5v-15C1 1.673 1.673 1 2.5 1H4v3.5C4 5.878 5.121 7 6.5 7h12.748v.016L17.394 8.87a.513.513 0 1 0 .724.726l2.73-2.729.004-.008a.518.518 0 0 0 .107-.159.55.55 0 0 0 .033-.164c0-.012.006-.021.006-.032 0-.008-.004-.014-.004-.021a.612.612 0 0 0-.035-.174.536.536 0 0 0-.09-.136c-.008-.01-.012-.022-.021-.032l-2.75-2.748a.511.511 0 0 0-.725 0 .511.511 0 0 0 0 .725l1.873 1.873V6H6.5C5.673 6 5 5.327 5 4.5V1h6v3h3a.5.5 0 0 0 .5-.5V2c0-.818-.977-1.835-2.223-1.973V0H2.5A2.503 2.503 0 0 0 0 2.5v15C0 18.879 1.122 20 2.5 20h16c1.364 0 2.473-1.098 2.496-1.972H21v-6.865a.5.5 0 0 0-.5-.5z"/></svg>
<svg class="tc-image-save-file tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 1200"><path d="M600 400h300v380H720V580H380v200H0V25Q0 15 7.5 7.5T25 0h575v400zm300-100H700V100zM600 900h162l-212 212-212-212h162V700h100v200zm-180 300H25q-10 0-17.5-7.5T0 1175V780zm480-220v195q0 10-7.5 17.5T875 1200H680z"/></svg>
<svg class="tc-image-saved tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 1099"><path d="M396 376L765 7q7-7 17.5-7T800 7l139 139q7 8 7 18.5t-7 17.5L414 707q-7 8-17.5 8t-17.5-8L87 416q-7-8-7-18t7-18l139-139q8-7 18.5-7t17.5 7zM50 799h1000q21 0 35.5 14.5T1100 849v250H0V849q0-21 14.5-35.5T50 799zm850 100v50h100v-50H900z"/></svg>
<svg class="tc-image-sc-facebook tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 30"><path d="M10 10V7c0-1.3.3-2 2.4-2H15V0h-4C6 0 4 3.3 4 7v3H0v5h4v15h6V15h4.4l.6-5h-5z"/></svg>
<svg class="tc-image-sc-github tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 29.300003051757812"><path fill-rule="evenodd" d="M15 0C6.7 0 0 6.7 0 15c0 6.6 4.3 12.2 10.3 14.2.8.1 1-.3 1-.7v-2.6c-4.2.9-5.1-2-5.1-2-.7-1.7-1.7-2.2-1.7-2.2-1.4-.9.1-.9.1-.9 1.5.1 2.3 1.5 2.3 1.5 1.3 2.3 3.5 1.6 4.4 1.2.1-1 .5-1.6 1-2-3.3-.4-6.8-1.7-6.8-7.4 0-1.6.6-3 1.5-4-.2-.4-.7-1.9.1-4 0 0 1.3-.4 4.1 1.5 1.2-.3 2.5-.5 3.8-.5 1.3 0 2.6.2 3.8.5 2.9-1.9 4.1-1.5 4.1-1.5.8 2.1.3 3.6.1 4 1 1 1.5 2.4 1.5 4 0 5.8-3.5 7-6.8 7.4.5.5 1 1.4 1 2.8v4.1c0 .4.3.9 1 .7 6-2 10.2-7.6 10.2-14.2C30 6.7 23.3 0 15 0z" clip-rule="evenodd"/></svg>
<svg class="tc-image-sc-google-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path fill-rule="evenodd" d="M14 12v4.8h7.9c-.3 2.1-2.4 6-7.9 6-4.8 0-8.7-4-8.7-8.8S9.2 5.2 14 5.2c2.7 0 4.5 1.2 5.6 2.2l3.8-3.7C20.9 1.4 17.8 0 14 0 6.3 0 0 6.3 0 14s6.3 14 14 14c8.1 0 13.4-5.7 13.4-13.7 0-.9-.1-1.6-.2-2.3H14zm30 0h-4V8h-4v4h-4v4h4v4h4v-4h4z" clip-rule="evenodd"/></svg>
<svg class="tc-image-sc-instagram tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 26"><path fill-rule="evenodd" d="M23 11h-2.3c.2.6.3 1.3.3 2 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-.7.1-1.4.3-2H3v11c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V11zm0-7c0-.6-.4-1-1-1h-3c-.6 0-1 .4-1 1v3c0 .6.4 1 1 1h3c.6 0 1-.4 1-1V4zM13 8c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5m10 18H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h20c1.7 0 3 1.3 3 3v20c0 1.7-1.3 3-3 3" clip-rule="evenodd"/></svg>
<svg class="tc-image-sc-linkedin tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 26"><path d="M24.1 0H1.9C.8 0 0 .8 0 1.9v22.2c0 1 .9 1.9 1.9 1.9h22.2c1.1 0 1.9-.8 1.9-1.9V1.9C26 .8 25.1 0 24.1 0zM8 22H4V10h4v12zM6 8.4C4.7 8.4 3.6 7.3 3.6 6c0-1.3 1.1-2.4 2.4-2.4 1.3 0 2.4 1.1 2.4 2.4 0 1.3-1.1 2.4-2.4 2.4zM22 22h-4v-6c0-1.6-.4-3.2-2-3.2s-2 1.6-2 3.2v6h-4V10h4v1.4h.2c.5-1 1.8-1.8 3.3-1.8C21.2 9.6 22 12 22 15v7z"/></svg>
<svg class="tc-image-sc-odnoklassniki tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.599998474121094 30.599998474121094"><path d="M9.3 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-12.2C7 3.8 5.1 5.7 5.1 8s1.9 4.2 4.2 4.2 4.2-1.9 4.2-4.2-1.9-4.2-4.2-4.2z"/><path d="M17.9 16.8c-.7-.9-1.9-1-2.8-.4 0 0-2.2 1.6-5.8 1.6-3.6 0-5.8-1.6-5.8-1.6-.9-.7-2.1-.5-2.8.4-.7.9-.5 2.1.4 2.8.1.1 2.2 1.7 5.7 2.2l-5.3 5.4c-.8.8-.8 2.1 0 2.8.4.4.9.6 1.4.6.5 0 1-.2 1.4-.6l5-5.1 5 5.1c.4.4.9.6 1.4.6.5 0 1-.2 1.4-.6.8-.8.8-2 0-2.8l-5.3-5.4c3.5-.6 5.6-2.2 5.7-2.2.9-.7 1.1-2 .4-2.8z"/></svg>
<svg class="tc-image-sc-pinterest tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.000003814697266 30"><path d="M15 0C6.7 0 0 6.7 0 15c0 6.4 4 11.8 9.5 14-.1-1.2-.2-3 .1-4.3.3-1.2 1.8-7.5 1.8-7.5s-.4-.9-.4-2.2c0-2.1 1.2-3.6 2.7-3.6 1.3 0 1.9 1 1.9 2.1 0 1.3-.8 3.2-1.2 5-.4 1.5.7 2.7 2.2 2.7 2.7 0 4.7-2.8 4.7-6.9 0-3.6-2.6-6.1-6.3-6.1-4.3 0-6.8 3.2-6.8 6.5 0 1.3.5 2.7 1.1 3.4.1.1.1.3.1.4-.1.5-.4 1.5-.4 1.7-.1.3-.2.3-.5.2-1.9-.9-3-3.6-3-5.8 0-4.7 3.4-9.1 9.9-9.1 5.2 0 9.2 3.7 9.2 8.7 0 5.2-3.3 9.3-7.8 9.3-1.5 0-2.9-.8-3.4-1.7 0 0-.8 2.9-.9 3.6-.3 1.3-1.3 2.9-1.9 3.9 1.4.5 2.9.7 4.4.7 8.3 0 15-6.7 15-15S23.3 0 15 0z"/></svg>
<svg class="tc-image-sc-skype tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.89999771118164 27.799999237060547"><path d="M26.9 16.2c.1-.8.2-1.6.2-2.4 0-1.8-.3-3.5-1-5.1-.7-1.6-1.6-3-2.8-4.2-1.2-1.2-2.6-2.2-4.2-2.8-1.6-.7-3.4-1-5.1-1-.8 0-1.7.1-2.5.2C10.4.3 9.1 0 7.8 0 5.7 0 3.7.8 2.3 2.3.8 3.8 0 5.7 0 7.8c0 1.3.3 2.6 1 3.8-.1.7-.2 1.5-.2 2.3 0 1.8.3 3.5 1 5.1.7 1.6 1.6 3 2.8 4.2 1.2 1.2 2.6 2.2 4.2 2.8 1.6.7 3.4 1 5.1 1 .8 0 1.6-.1 2.3-.2 1.2.7 2.5 1 3.9 1 2.1 0 4.1-.8 5.5-2.3 1.5-1.5 2.3-3.4 2.3-5.5 0-1.3-.3-2.6-1-3.8zM14 21.9c-4.7 0-6.8-2.3-6.8-4 0-.9.7-1.5 1.6-1.5 2 0 1.5 2.9 5.2 2.9 1.9 0 3-1 3-2.1 0-.6-.3-1.4-1.6-1.7l-4.2-1c-3.4-.8-4-2.7-4-4.4 0-3.6 3.3-4.9 6.5-4.9 2.9 0 6.3 1.6 6.3 3.7 0 .9-.8 1.4-1.7 1.4-1.7 0-1.4-2.4-4.9-2.4-1.7 0-2.7.8-2.7 1.9 0 1.1 1.4 1.5 2.5 1.7l3.1.7c3.4.8 4.2 2.7 4.2 4.6.1 2.9-2.1 5.1-6.5 5.1z"/></svg>
<svg class="tc-image-sc-soundcloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 20"><path d="M38 8h-.2c-.9-4.6-5-8-9.8-8-3.1 0-5.9 1.4-7.7 3.7-.2.3-.3.6-.3 1.2l-.4 9.1.4 5.5c0 .3.3.5.5.5H38c3.3 0 6-2.7 6-6s-2.7-6-6-6zM16.9 4c-.3 0-.5.2-.5.5l-.8 9v1l.8 5c0 .3.3.5.6.5h.2c.3 0 .5-.2.6-.5l.8-5c0-.3.1-.7 0-1l-.8-9c0-.3-.3-.5-.5-.5h-.4zm-4 1c-.3 0-.5.2-.5.5l-.8 8v1l.8 5c0 .3.3.5.6.5h.2c.3 0 .5-.2.6-.5l.8-5c0-.3.1-.7 0-1l-.8-8c0-.3-.3-.5-.5-.5h-.4zM9 8c-.3 0-.5.2-.6.5l-.8 5v1l.8 5c0 .3.3.5.6.5s.5-.2.6-.5l.8-5v-1l-.8-5C9.5 8.2 9.3 8 9 8zM5 7c-.3 0-.5.2-.6.5l-.9 6v1l.8 5c.2.3.4.5.7.5.3 0 .5-.2.6-.5l.8-5c0-.3.1-.7 0-1l-.9-6c0-.3-.2-.5-.5-.5zm-3.7 3c-.3 0-.5.2-.6.5l-.6 3c-.1.3-.1.7 0 1l.6 4c.1.3.3.5.6.5s.5-.2.6-.5l.6-4v-1l-.6-3c-.1-.3-.3-.5-.6-.5z"/></svg>
<svg class="tc-image-sc-telegram tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.599998474121094 27.200000762939453"><path d="M28.6.6L.9 11.6c-.9.3-.8 1.6.1 1.9l7 2.2 2.8 8.8c.2.7 1.1.9 1.6.4l4.1-3.8 7.8 5.7c.6.4 1.4.1 1.6-.6L31.3 3c.3-1.7-1.2-3-2.7-2.4zM12.4 17.4l-.9 5.2-2-7.2L29 2.6 12.4 17.4z"/></svg>
<svg class="tc-image-sc-tumblr tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000001907348633 28"><path d="M14.7 22.4c-.5.2-1.5.5-2.3.5-2.2.1-2.7-1.6-2.7-2.8v-8.7h5.6V7.2H9.8V0H5.7c-.1 0-.2.1-.2.2-.2 2.2-1.3 6-5.5 7.5v3.6h2.8v9.1c0 3.1 2.3 7.6 8.4 7.5 2.1 0 4.3-.9 4.8-1.6l-1.3-3.9z"/></svg>
<svg class="tc-image-sc-twitter tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.200002670288086 23.900001525878906"><path d="M29.2 2.7c-1.1.5-2.2.8-3.5 1 1.2-.8 2.2-1.9 2.7-3.3-1.2.7-2.5 1.2-3.8 1.5C23.5.7 21.9 0 20.2 0c-3.3 0-6.1 2.7-6.1 6.1 0 .5.1.9.2 1.4-5-.2-9.5-2.7-12.5-6.3C1.3 1.9 1 2.9 1 4c0 2.1 1.1 4 2.7 5-1 0-1.9-.3-2.7-.8v.1c0 2.9 2.1 5.4 4.9 5.9-.5.1-1 .2-1.6.2-.4 0-.8 0-1.1-.1.8 2.4 3 4.2 5.7 4.2-2.1 1.6-4.7 2.6-7.5 2.6-.5 0-1 0-1.4-.1 2.4 1.9 5.6 2.9 9 2.9 11.1 0 17.2-9.2 17.2-17.2v-.8c1.2-.9 2.2-1.9 3-3.2z"/></svg>
<svg class="tc-image-sc-vimeo tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.900001525878906 24.20000457763672"><path d="M27.7 5.7c-.1 2.7-2 6.4-5.6 11.1-3.8 4.9-7 7.4-9.6 7.4-1.6 0-3-1.5-4.1-4.5-.7-2.7-1.5-5.5-2.2-8.2C5.4 8.5 4.5 7 3.5 7c-.2 0-.9.4-2.2 1.3L0 6.6C1.4 5.4 2.7 4.2 4 3 5.8 1.4 7.2.6 8.1.5c2.2-.2 3.5 1.3 4 4.4.5 3.4.9 5.5 1.1 6.4.6 2.8 1.3 4.2 2.1 4.2.6 0 1.5-.9 2.6-2.8 1.2-1.8 1.8-3.2 1.9-4.2.2-1.6-.5-2.4-1.9-2.4-.7 0-1.3.2-2 .5 1.4-4.5 4-6.6 7.8-6.5 2.8.1 4.2 1.9 4 5.6z"/></svg>
<svg class="tc-image-sc-vk tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.900001525878906 19.099998474121094"><path fill-rule="evenodd" d="M16.3 18.8h2s.6-.1.9-.4c.3-.3.3-.9.3-.9s0-2.6 1.2-3c1.2-.4 2.8 2.6 4.4 3.7 1.2.9 2.1.7 2.1.7l4.4-.1s2.3-.1 1.2-2c-.1-.1-.6-1.3-3.3-3.8-2.8-2.6-2.4-2.1.9-6.6 2-2.7 2.8-4.3 2.6-5.1-.2-.7-1.7-.5-1.7-.5h-5s-.4-.1-.6.1c-.3.2-.4.5-.4.5s-.8 2.1-1.8 3.9C21.3 9 20.4 9.2 20.1 9c-.8-.5-.6-2.2-.6-3.3 0-3.6.6-5.1-1.1-5.5-.5-.1-.9-.2-2.3-.2-1.8 0-3.3 0-4.1.4-.6.3-1 .9-.7.9.3 0 1.1.2 1.5.7.4.9.4 2.4.4 2.4s.3 4.3-.7 4.8c-.7.4-1.6-.4-3.6-3.8-1-1.7-1.8-3.7-1.8-3.7s-.1-.4-.4-.6C6.4.9 5.9.8 5.9.8H1.2s-.7 0-1 .3c-.2.3 0 .8 0 .8s3.7 8.6 7.9 13c3.9 4.2 8.2 3.9 8.2 3.9z" clip-rule="evenodd"/></svg>
<svg class="tc-image-sc-youtube tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 21"><path d="M29.7 4.6s-.3-2.1-1.2-3C27.4.4 26.1.4 25.5.3 21.3 0 15 0 15 0S8.7 0 4.5.3c-.6.1-1.9.1-3 1.3-.9.9-1.2 3-1.2 3S0 7 0 9.4v2.2c0 2.4.3 4.9.3 4.9s.3 2.1 1.2 3c1.1 1.2 2.6 1.2 3.3 1.3 2.4.1 10.2.2 10.2.2s6.3 0 10.5-.3c.6-.1 1.9-.1 3-1.3.9-.9 1.2-3 1.2-3s.3-2.4.3-4.8V9.4c0-2.4-.3-4.8-.3-4.8zm-17.8 9.8V6l8.1 4.2-8.1 4.2z"/></svg>
<svg class="tc-image-scala tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.915999412536621 25.746000289916992"><path d="M0 3.961S14.853 2.476 14.853 0v5.941s0 2.476-14.853 3.961zm.063 7.922s14.853-1.485 14.853-3.961v5.941s0 2.476-14.853 3.961zm0 7.922s14.853-1.485 14.853-3.961v5.941s0 2.476-14.853 3.961z"/></svg>
<svg class="tc-image-scale tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.83300018310547 42.75"><path d="M27.709 0c1.748 0 1.583 1.418 1.583 3.167l.105 3.167H47.5V9.5h-2.057l8.39 19.792c0 3.06-5.044 5.542-10.291 5.542-5.247 0-10.292-2.481-10.292-5.542L41.641 9.5H29.503l.953 28.6c6.115.447 10.711 2.36 10.711 4.65H14.25c0-2.29 4.596-4.203 10.71-4.65l.954-28.6H12.193l8.39 19.792c0 3.06-5.044 5.542-10.291 5.542C5.045 34.834 0 32.353 0 29.292L8.391 9.5H6.334V6.334H26.02l.105-3.167C26.125 1.418 25.96 0 27.709 0zm22.427 29.292L44.334 14.93v14.362h5.802zm-13.188 0h5.802V14.93l-5.802 14.362zm-20.062 0L11.084 14.93v14.362h5.802zm-13.188 0H9.5V14.93L3.698 29.292z"/></svg>
<svg class="tc-image-scale-unbalanced tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.834007263183594 42.75"><path d="M27.709 0c1.748 0 1.583 1.418 1.583 3.167l.108 3.422 18.357 5.171-.766 3.073-1.997-.498 8.84 17.332c0 3.06-5.045 5.542-10.292 5.542S33.25 34.727 33.25 31.667l8.056-18.252-11.778-2.936.928 27.62c6.115.448 10.711 2.36 10.711 4.651H14.25c0-2.29 4.596-4.203 10.71-4.65l1.086-28.49-13.314-3.319 7.852 18.251c0 3.06-5.045 5.542-10.292 5.542S0 27.603 0 24.542l9.043-19.17-1.996-.498.766-3.073 18.31 4.367.002-3.001C26.125 1.418 25.96 0 27.709 0zm22.427 31.667l-5.802-14.362v14.362h5.802zm-13.188 0h5.802V17.305l-5.802 14.362zm-20.062-7.125l-5.802-14.361v14.361h5.802zm-13.188 0H9.5V10.18L3.698 24.542z"/></svg>
<svg class="tc-image-scan tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M64 0Q38 0 19 19T0 64v157q0 14 9.5 23.5T33 254t23.5-9.5T66 221V98q0-13 9.5-22.5T98 66h123q14 0 23.5-9.5T254 33t-9.5-23.5T221 0H64zM0 960q0 26 19 45t45 19h157q14 0 23.5-9.5T254 991t-9.5-23.5T221 958H98q-13 0-22.5-9.5T66 926V803q0-14-9.5-23.5T33 770t-23.5 9.5T0 803v157zm960 64q26 0 45-19t19-45V803q0-14-9.5-23.5T991 770t-23.5 9.5T958 803v123q0 13-9.5 22.5T926 958H803q-14 0-23.5 9.5T770 991t9.5 23.5 23.5 9.5h157zM958 0H803q-14 0-23.5 9.5T770 33t9.5 23.5T803 66h123q13 0 22.5 9.5T958 98v123q0 14 9.5 23.5T991 254t23.5-9.5 9.5-23.5V64q0-26-19-45T960 0h-2zM192 256v512q0 26 19 45t45 19h512q26 0 45-19t19-45V256q0-26-19-45t-45-19H256q-26 0-45 18.5T192 256zm546 514H286q-13 0-22.5-9.5T254 738V286q0-13 9.5-22.5T286 254h452q13 0 22.5 9.5T770 286v452q0 13-9.5 22.5T738 770z"/></svg>
<svg class="tc-image-scanner tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 30"><path d="M10 25h22v4H10z"/><path d="M33.52 11.3L2.37 0 1 3.76 29.26 14H4c-2.21 0-4 1.79-4 4v8c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V15c0-1.67-1.03-3.1-2.48-3.7zM8 24H4v-4h4v4zm24 0H12v-4h20v4z"/></svg>
<svg class="tc-image-schedule tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20C31.04 40 40 31.05 40 20S31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/><path d="M21 10h-3v12l10.49 6.3L30 25.84l-9-5.34z"/></svg>
<svg class="tc-image-schema tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.003336906433105 13.282679557800293"><path d="M12.808 2.218a.416.416 0 0 0-.244-.093L6.603.022a.395.395 0 0 0-.226 0L.416 2.125a.398.398 0 0 0-.231.093.54.54 0 0 0-.185.395v8.109c0 .229.149.428.344.484l5.975 2.031a.386.386 0 0 0 .054.019l.018.006a.416.416 0 0 0 .225 0l.024-.008.029-.011 5.986-2.037a.5.5 0 0 0 .345-.483v-8.11a.55.55 0 0 0-.192-.395zM6.489 1.023l4.444 1.622-4.435 1.546-2.864-.996-1.509-.534 4.364-1.638zM1 3.31l2.893 1.021L6 5.108v7.026l-5-1.799V3.31zm6 8.824V5.108l2.562-.945L12 3.302v7.033l-5 1.799z"/></svg>
<svg class="tc-image-school tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.666015625 768.0009765625"><path d="M170.666 434.347v170.667l298.667 162.987L768 605.014V434.347L469.333 597.334 170.666 434.347zM469.333 0L0 256l469.333 256 384-209.493v294.827h85.333V256.001L469.333.001z"/></svg>
<svg class="tc-image-school-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M7.5 8V7H9V5H6.5V4H9V2H7.5V1H9V0H5v9h4V8H7.5zM3 6H0V0h3v6zm0 1L1.5 9 0 7h3z"/></svg>
<svg class="tc-image-school-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 13"><path d="M9 12v-1h2v-1H7.5V9H11V8H9V7h2V6H9V5h2V4H7.5V3H11V2H9V1h2V0H6v13h5v-1H9zm-5-2H0V0h4v10zm0 1l-2 2-2-2h4z"/></svg>
<svg class="tc-image-scissor tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 36.891998291015625"><path d="M7 21.892a6.6 6.6 0 0 1 3.251.856l4.287-4.286 3.425 3.623-4.473 4.493c.33.869.51 1.819.51 2.814 0 4.142-3.134 7.5-7 7.5s-7-3.358-7-7.5c0-4.142 3.134-7.5 7-7.5zm0 3c-2.21 0-4 2.015-4 4.5s1.79 4.5 4 4.5 4-2.015 4-4.5-1.79-4.5-4-4.5zm24-3c3.866 0 7 3.358 7 7.5 0 4.142-3.134 7.5-7 7.5s-7-3.358-7-7.5c0-.995.18-1.944.509-2.812-6.105-6.106-12.128-12.163-15.373-16.552C5.791 5.505 5.396 2.752 5 0l22.749 22.748A6.6 6.6 0 0 1 31 21.892zm0 3c-2.21 0-4 2.015-4 4.5s1.79 4.5 4 4.5 4-2.015 4-4.5-1.79-4.5-4-4.5zm-2.136-14.864c-1.38 1.867-3.263 4.035-5.44 6.38l-.482-.481c1.938-2.13 3.616-4.102 4.879-5.822 3.09-4.212 3.689-6.498 4.074-9L33 0c-.395 2.752-.79 5.505-4.136 10.028zm-8.857 2.964l11.25-11.248c-.44 2.078-1.3 4.148-3.831 7.597-1.326 1.807-2.885 3.891-4.926 6.144l-2.493-2.493zm-3.204 9.392l-.438-.467-3.439 3.482c.113.191.218.39.315.592l3.562-3.607z"/></svg>
<svg class="tc-image-scissors tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.071998596191406 16.56741714477539"><path d="M16.759 1.67c-1-1.522-2.915-1.67-4.397-.824l-.186.107L12.1.95c-1.042 0-2.01.511-2.604 1.369l-.034.045c-.43.645-.723 1.236-1.005 1.809-.255.516-.5 1.01-.824 1.483-.325-.475-.57-.97-.826-1.486-.283-.571-.575-1.162-1.004-1.806L5.77 2.32A3.159 3.159 0 0 0 3.167.95 3.17 3.17 0 0 0 0 4.116a3.171 3.171 0 0 0 3.167 3.168c.775 0 1.515-.287 2.087-.791l.652 1.198c-1.621 1.876-2.979 4.054-3.019 4.121-1.236 1.702.705 4.42.789 4.534a.498.498 0 0 0 .405.207.511.511 0 0 0 .439-.261l3.112-5.717 3.113 5.717a.5.5 0 0 0 .407.26.478.478 0 0 0 .437-.206c.083-.114 2.024-2.832.809-4.504l-.323-.521c-1.076-1.736-1.187-1.916-2.715-3.634l.651-1.195a3.16 3.16 0 0 0 2.088.791 3.171 3.171 0 0 0 3.167-3.168 3.13 3.13 0 0 0-.547-1.768c.472-.27.997-.123 1.456.095.466.191.897-.377.584-.772zM3.134 5.155a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm4.5 3.395a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm4.5-3.395a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-scissors-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.98150634765625 19.744998931884766"><path d="M16.668 2l.25.013c.163.022.319.02.468.077.146.05.292.084.42.146.254.131.471.262.631.422.174.137.248.279.321.371l.108.146-.166-.074c-.105-.043-.258-.139-.442-.16a1.648 1.648 0 0 0-.442-.047l-.15.002-.318.061c-.103.01-.201.078-.295.113-.186.088-.35.203-.461.34l-.057.076c.451.477.732 1.115.732 1.824a2.663 2.663 0 1 1-4.855 1.518l-1.657 2.625c1.712 1.92 3.22 4.348 3.22 4.348 1.037 1.429-.789 3.947-.789 3.947l-3.552-6.522-3.551 6.522s-1.826-2.52-.789-3.947c0 0 1.507-2.428 3.22-4.348L6.858 6.828a2.665 2.665 0 0 1-2.188 1.15A2.67 2.67 0 0 1 2.003 5.31a2.664 2.664 0 1 1 4.885-1.473c.955 1.428 1.739 3.156 2.748 4.334 1.008-1.178 1.792-2.906 2.746-4.336a2.67 2.67 0 0 1 2.221-1.191l.186.018.326-.188.383-.211c.132-.072.297-.107.449-.158.224-.07.475-.105.721-.105m-2.069 4.376a1.067 1.067 0 1 0-.752-1.82l-.24.377a1.063 1.063 0 0 0 .992 1.443m-9.931 0a1.058 1.058 0 0 0 .989-1.443l-.237-.377a1.065 1.065 0 1 0-.752 1.82m4.965 3.762a.397.397 0 0 0 .396-.395.395.395 0 1 0-.79 0c0 .217.176.395.394.395M16.668 0c-.448 0-.901.066-1.312.191l-.117.036c-.168.051-.426.126-.707.28l-.271.148a4.657 4.657 0 0 0-3.467 1.961l-.079.108c-.39.584-.741 1.192-1.082 1.784a30.161 30.161 0 0 0-1.081-1.784l-.078-.107A4.656 4.656 0 0 0 4.667.643 4.671 4.671 0 0 0 0 5.309a4.674 4.674 0 0 0 5.575 4.578 41.116 41.116 0 0 0-1.948 2.803c-1.714 2.467.392 5.619.835 6.229.377.521.98.826 1.619.826l.129-.004a2 2 0 0 0 1.628-1.039l1.795-3.298 1.795 3.298c.328.604.943.995 1.628 1.039l.129.004c.639 0 1.241-.306 1.619-.826.443-.61 2.549-3.764.834-6.229a41.484 41.484 0 0 0-1.947-2.803 4.675 4.675 0 0 0 5.576-4.578l-.004-.179a2 2 0 0 0 1.168-3.203l-.049-.067-.039-.053a3.262 3.262 0 0 0-.572-.644 4.592 4.592 0 0 0-1.045-.705c-.275-.136-.488-.201-.628-.244l-.062-.02a3.112 3.112 0 0 0-.784-.16l-.054-.006-.086-.01L16.668 0z"/></svg>
<svg class="tc-image-scrabble-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-5.704 1.583l-6.477-21.28h-2.554l-6.476 21.28h3.014l1.38-4.729h6.722l1.376 4.73h3.015zm-5.425-8.275h-4.657L21 15.823l2.328 7.985z"/></svg>
<svg class="tc-image-scrabble-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm9.823 10.803v21.28h5.233c2.266 0 3.71-.086 4.332-.258.895-.25 1.672-.904 2.329-1.963.657-1.059.985-2.355.985-3.888 0-1.266-.23-2.34-.688-3.221-.458-.883-1.094-1.505-1.907-1.868.613-.4 1.111-1.02 1.495-1.857.383-.837.575-1.773.575-2.808 0-1.127-.24-2.135-.717-3.024-.478-.89-1.064-1.511-1.76-1.864-.695-.352-1.899-.529-3.61-.529h-6.267zm2.892 3.547h1.958c1.788 0 2.871.05 3.249.148.378.098.7.348.965.748.266.4.398.922.398 1.565 0 .72-.162 1.291-.488 1.711-.326.42-.778.68-1.355.779l-2.49.073h-2.237V14.35zm0 8.571h2.706c1.435 0 2.385.084 2.85.252.465.168.838.473 1.12.916.28.444.42 1.009.42 1.695 0 .672-.131 1.224-.394 1.658-.263.434-.587.725-.974.873-.386.148-1.26.222-2.624.222h-3.104V22.92zm15.952 10.746v1.583h1.583c0 .528 0 1.056-.528 1.32-.528.263-1.583.263-2.639.263 0 .528 0 1.056.528 1.32s1.583.264 2.639.264c.528 0 1.056 0 1.32-.528.263-.528.263-1.583.263-2.639v-1.583c0-1.056 0-2.111-.264-2.64-.263-.527-.791-.527-1.319-.527-1.056 0-2.111 0-2.639.264-.528.264-.528.792-.528 1.32 1.056 0 2.111 0 2.64.263.527.264.527.792.527 1.32h-1.583z"/></svg>
<svg class="tc-image-scrabble-c tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm19.811 24.399c-.28 1.54-.736 2.663-1.37 3.371-.633.708-1.384 1.062-2.252 1.062-1.183 0-2.145-.57-2.887-1.71-.742-1.141-1.113-3.063-1.113-5.766 0-2.605.385-4.473 1.156-5.604.77-1.132 1.765-1.698 2.984-1.698.854 0 1.595.305 2.223.915.629.61 1.048 1.487 1.26 2.632l2.89-.887c-.386-1.862-.994-3.266-1.823-4.211-1.164-1.33-2.61-1.995-4.341-1.995-2.122 0-3.812.885-5.072 2.655-1.445 2.038-2.168 4.861-2.168 8.47 0 3.414.717 6.126 2.152 8.137 1.245 1.74 2.87 2.609 4.874 2.609 1.597 0 2.942-.543 4.035-1.63 1.094-1.087 1.875-2.81 2.343-5.168l-2.89-1.182zm8.856 9.268v1.583h1.583c0 .528 0 1.056-.528 1.32-.528.263-1.583.263-2.639.263 0 .528 0 1.056.528 1.32s1.584.264 2.639.264c.528 0 1.056 0 1.32-.528.263-.528.263-1.584.263-2.639v-1.583c0-1.056 0-2.111-.264-2.64-.263-.527-.791-.527-1.319-.527-1.056 0-2.111 0-2.639.264-.528.264-.528.791-.528 1.32 1.056 0 2.111 0 2.64.263.527.264.527.792.527 1.32h-1.583z"/></svg>
<svg class="tc-image-scrabble-d tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm9.823 10.803v21.28h5.828c1.251 0 2.275-.2 3.072-.602.797-.402 1.476-1 2.037-1.792.561-.793 1.025-1.87 1.392-3.23.367-1.361.55-2.96.55-4.799 0-2.04-.174-3.749-.523-5.123-.35-1.375-.83-2.493-1.444-3.353-.613-.86-1.284-1.473-2.012-1.836s-1.809-.545-3.24-.545h-5.66zm2.892 3.547h1.515c1.342 0 2.246.063 2.715.19a3.054 3.054 0 0 1 1.59 1.038c.438.527.76 1.247.966 2.162.207.914.31 2.166.31 3.754 0 1.53-.101 2.763-.304 3.697-.202.934-.457 1.618-.764 2.053a2.827 2.827 0 0 1-1.184.972c-.484.214-1.262.32-2.335.32h-2.51V14.35zm18.327 22.483h-2.243s3.034-4.42 3.034-4.75v-.791a.792.792 0 0 0-.791-.792h-3.959a.792.792 0 1 0 0 1.583h2.771s-3.562 5.213-3.562 5.542c0 .437.354.792.791.792h3.959a.792.792 0 0 0 0-1.584z"/></svg>
<svg class="tc-image-scrabble-e tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zM15.35 32.083h11.828v-3.546H18.24v-5.911h8.148v-3.252H18.24V14.35h8.674v-3.547H15.349v21.28z"/></svg>
<svg class="tc-image-scrabble-f tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm11.006 32.083h2.891v-9.162h6.571v-3.547h-6.57V14.35h7.621v-3.547H16.006v21.28zm19.244 6.334h1.583V35.25h.792v-1.583h-.792V30.5H35.25v3.167h-1.583V30.5h-1.584v4.75h3.167v3.167z"/></svg>
<svg class="tc-image-scrabble-g tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm16.263 24.103h3.942v2.827a6.34 6.34 0 0 1-1.88 1.392c-.704.34-1.383.51-2.038.51-1.396 0-2.503-.58-3.322-1.74-.955-1.346-1.433-3.312-1.433-5.898 0-2.408.435-4.2 1.306-5.376.87-1.175 2.01-1.763 3.417-1.763.906 0 1.686.304 2.34.914.655.61 1.104 1.487 1.347 2.632l2.892-.591c-.315-2.133-1.026-3.75-2.132-4.851-1.106-1.1-2.578-1.651-4.414-1.651-1.528 0-2.841.409-3.939 1.226-1.098.817-1.99 2.053-2.677 3.708-.688 1.655-1.031 3.646-1.031 5.974 0 2.269.34 4.242 1.022 5.92.682 1.678 1.606 2.938 2.772 3.78 1.167.842 2.512 1.263 4.037 1.263 1.251 0 2.5-.326 3.743-.977 1.245-.651 2.205-1.43 2.881-2.334v-8.511h-6.833v3.546zm14.779 12.73h-2.243s3.034-4.42 3.034-4.75v-.791a.792.792 0 0 0-.791-.792h-3.959a.792.792 0 0 0 0 1.583h2.771s-3.562 5.213-3.562 5.542c0 .437.354.792.791.792h3.959a.792.792 0 0 0 0-1.584z"/></svg>
<svg class="tc-image-scrabble-h tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm9.823 32.083h2.892v-9.162h6.57v9.162h2.892v-21.28h-2.892v8.571h-6.57v-8.57h-2.892v21.28zm20.427 6.334h1.583V35.25h.792v-1.583h-.792V30.5H35.25v3.167h-1.583V30.5h-1.584v4.75h3.167v3.167z"/></svg>
<svg class="tc-image-scrabble-i tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-14.904 1.583h2.892v-21.28h-2.892v21.28z"/></svg>
<svg class="tc-image-scrabble-j tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm17.577 10.803v13.79c0 1.789-.17 2.942-.507 3.461-.338.519-.866.778-1.583.778-.734 0-1.284-.37-1.651-1.108-.271-.536-.426-1.447-.464-2.734l-2.891.591c.008 2.275.436 3.977 1.283 5.105.847 1.129 2.02 1.693 3.517 1.693 1.131 0 2.084-.285 2.859-.854.774-.57 1.356-1.385 1.745-2.446.389-1.06.583-2.676.583-4.846v-13.43h-2.891zm9.77 19.96c-.264.265-.264.793-.264 1.32v4.75c0 .528 0 1.056.264 1.32s.792.264 1.32.264h1.583c.528 0 1.056 0 1.32-.264.263-.264.263-.792.263-1.32v-4.75c0-.527 0-1.055-.264-1.32-.263-.263-.791-.263-1.319-.263h-1.583c-.528 0-1.056 0-1.32.264zm1.32 1.32h1.583v1.584h-1.583v-1.584zm0 4.75V35.25h1.583v1.583h-1.583z"/></svg>
<svg class="tc-image-scrabble-k tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm9.823 32.083h2.892v-6.502l2.607-3.62 4.19 10.122h4.11l-6.066-13.226 5.803-8.054h-3.642l-7.002 10.192V10.803h-2.892v21.28zm22.01-1.583h-3.166c-.528 0-1.056 0-1.32.264s-.264.792-.264 1.32c0 1.055 0 2.11.264 2.638s.792.528 1.32.528h1.583v1.583h-3.167v1.584h3.167c.528 0 1.056 0 1.32-.264.263-.264.263-.792.263-1.32 0-1.055 0-2.11-.264-2.639-.263-.527-.791-.527-1.319-.527h-1.583v-1.584h3.166V30.5z"/></svg>
<svg class="tc-image-scrabble-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-18.452 1.583h10.776v-3.546h-7.885V10.803h-2.89v21.28z"/></svg>
<svg class="tc-image-scrabble-m tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm8.64 32.083h2.892V15.038l3.179 17.045h2.796l3.224-17.045v17.045h2.891v-21.28h-4.698l-2.793 14.81-2.755-14.81H13.64v21.28zm20.027 1.584v1.583h1.583c0 .528 0 1.056-.528 1.32-.528.263-1.583.263-2.639.263 0 .528 0 1.056.528 1.32s1.583.264 2.639.264c.528 0 1.056 0 1.32-.528.263-.528.263-1.583.263-2.639v-1.583c0-1.056 0-2.111-.264-2.64-.263-.527-.791-.527-1.319-.527-1.056 0-2.111 0-2.639.264-.528.264-.528.792-.528 1.32 1.056 0 2.111 0 2.64.263.527.264.527.792.527 1.32h-1.583z"/></svg>
<svg class="tc-image-scrabble-n tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-19.634 1.583h2.89V18.206l6.337 13.877h3.125v-21.28h-2.89v14.21l-6.44-14.21h-3.022v21.28z"/></svg>
<svg class="tc-image-scrabble-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-20.817-8.927c0 3.472.736 6.205 2.21 8.197 1.294 1.74 3.059 2.609 5.293 2.609 2.217 0 3.974-.88 5.269-2.642 1.473-1.989 2.21-4.753 2.21-8.294 0-3.5-.697-6.198-2.09-8.093-1.391-1.895-3.192-2.842-5.402-2.842-1.525 0-2.822.4-3.893 1.198-1.07.8-1.937 2.014-2.601 3.644-.664 1.63-.996 3.704-.996 6.223zm2.89-.144c0-2.518.43-4.377 1.288-5.576.859-1.199 1.97-1.799 3.333-1.799 1.366 0 2.47.595 3.314 1.785.843 1.19 1.265 3.029 1.265 5.517 0 2.536-.433 4.417-1.3 5.64-.866 1.224-1.96 1.836-3.28 1.836-1.308 0-2.405-.617-3.29-1.852-.886-1.234-1.33-3.084-1.33-5.55z"/></svg>
<svg class="tc-image-scrabble-p tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm10.35 32.083h2.89v-7.98h2.156c1.985 0 3.384-.21 4.197-.632.813-.422 1.491-1.156 2.033-2.2.542-1.046.813-2.34.813-3.882 0-1.7-.304-3.089-.911-4.168-.608-1.08-1.38-1.783-2.317-2.113-.588-.203-1.835-.305-3.74-.305h-5.122v21.28zm2.89-17.733h1.737c1.495 0 2.473.085 2.935.254.461.17.85.503 1.164 1 .315.497.472 1.109.472 1.836 0 .714-.152 1.317-.458 1.81-.305.492-.696.833-1.172 1.023-.477.189-1.377.284-2.702.284H18.24V14.35zm15.427 19.317v1.583h1.583c0 .528 0 1.056-.528 1.32-.528.263-1.583.263-2.639.263 0 .528 0 1.056.528 1.32s1.583.264 2.639.264c.528 0 1.056 0 1.32-.528.263-.528.263-1.583.263-2.639v-1.583c0-1.056 0-2.111-.264-2.64-.263-.527-.791-.527-1.319-.527-1.056 0-2.111 0-2.639.264-.528.264-.528.792-.528 1.32 1.056 0 2.111 0 2.64.263.527.264.527.792.527 1.32h-1.583z"/></svg>
<svg class="tc-image-scrabble-q tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm21.622 29.336c.693-1.06 1.2-2.21 1.52-3.45.32-1.24.48-2.722.48-4.443 0-3.55-.688-6.26-2.064-8.13-1.375-1.87-3.173-2.805-5.394-2.805-2.248 0-4.063.933-5.447 2.798-1.384 1.866-2.076 4.578-2.076 8.137 0 3.55.68 6.26 2.039 8.13 1.36 1.87 3.14 2.806 5.345 2.806 1.297 0 2.45-.303 3.458-.91l2.123 1.898 1.384.785 1.158-3.03a10.208 10.208 0 0 1-2.526-1.786zm-2.542-2.439c-.947-.979-1.941-1.713-2.981-2.203l-.887 2.48c.643.314 1.294.764 1.954 1.349a2.92 2.92 0 0 1-1.314.31c-1.226 0-2.253-.609-3.08-1.825s-1.24-3.088-1.24-5.615c0-2.491.431-4.337 1.294-5.538.862-1.2 1.967-1.8 3.314-1.8 1.344 0 2.445.599 3.303 1.798.859 1.2 1.288 3.047 1.288 5.544 0 2.408-.55 4.241-1.651 5.5zM35.25 30.5c-.874 0-1.583.709-1.583 1.583v4.75c0 .875.709 1.584 1.583 1.584h1.583c.875 0 1.584-.71 1.584-1.584v-4.75c0-.874-.71-1.583-1.584-1.583H35.25zm0 1.583h1.583v4.75H35.25v-4.75zM31.292 30.5a.792.792 0 0 0-.792.792v7.125h1.583v-7.125a.792.792 0 0 0-.791-.792z"/></svg>
<svg class="tc-image-scrabble-r tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-19.634 1.583h2.89v-8.866h.658c.736 0 1.27.084 1.603.251.333.168.648.474.947.92l1.593 3.137 2.123 4.558h4.116l-1.918-4.128c-.77-1.654-1.38-2.807-1.83-3.461a8.518 8.518 0 0 0-1.706-1.808c1.322-.262 2.343-.9 3.061-1.917.719-1.016 1.078-2.355 1.078-4.018 0-1.314-.231-2.443-.694-3.387-.462-.944-1.053-1.606-1.772-1.988-.718-.382-1.916-.573-3.591-.573h-6.558v21.28zm2.89-12.413v-5.32h2.645c1.512 0 2.426.052 2.744.157.443.154.795.433 1.055.838.26.405.39.941.39 1.61 0 .695-.13 1.253-.39 1.671-.26.419-.599.698-1.016.836-.418.139-1.392.208-2.922.208h-2.505z"/></svg>
<svg class="tc-image-scrabble-s tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-19.634-5.51c.43 4.926 2.547 7.389 6.353 7.389 2.151 0 3.733-.62 4.745-1.861 1.012-1.24 1.517-2.773 1.517-4.595 0-1.262-.188-2.335-.564-3.217a5.366 5.366 0 0 0-1.635-2.16c-.713-.56-1.855-1.111-3.427-1.656-1.486-.502-2.453-.949-2.9-1.34-.448-.39-.673-.872-.673-1.445 0-.585.252-1.073.756-1.464s1.221-.587 2.152-.587c.93 0 1.648.219 2.152.656.504.437.832 1.204.985 2.3l2.892-.295c-.06-1.996-.613-3.529-1.657-4.6-1.045-1.071-2.497-1.607-4.356-1.607-1.237 0-2.277.235-3.119.704-.842.47-1.502 1.163-1.98 2.08-.477.918-.716 1.95-.716 3.1 0 .987.184 1.91.55 2.765.367.856.862 1.547 1.485 2.074.623.526 1.604 1.017 2.943 1.473l2.907 1.102c.444.22.773.5.99.842.216.342.324.758.324 1.247 0 .834-.288 1.533-.864 2.094-.577.562-1.368.843-2.376.843-2.029 0-3.227-1.379-3.593-4.138l-2.892.296z"/></svg>
<svg class="tc-image-scrabble-t tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zm-15.035 1.583h2.891V14.35h4.468v-3.547H14.955v3.547h4.468v17.733z"/></svg>
<svg class="tc-image-scrabble-u tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm29.458 30.5l-2.375 1.583v.792h1.584v5.542h1.583v-7.125a.792.792 0 0 0-.792-.792zM14.824 10.803v11.315c0 3.174.204 5.352.611 6.534.408 1.182 1.065 2.099 1.972 2.75.906.651 2.165.977 3.778.977 1.555 0 2.807-.393 3.755-1.18.949-.787 1.559-1.814 1.83-3.083.271-1.268.406-3.325.406-6.17V10.804h-2.89v11.809c0 2.127-.091 3.513-.272 4.158-.18.645-.515 1.15-1.004 1.515-.488.365-1.122.547-1.9.547-.913 0-1.65-.257-2.21-.771s-.914-1.242-1.062-2.184l-.123-3.51V10.803h-2.892z"/></svg>
<svg class="tc-image-scrabble-v tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm14.834 32.083h2.76l5.634-21.28H25.23l-3.967 15.748-4.485-15.748h-3.006l6.062 21.28zm15.416 6.334h1.583V35.25h.792v-1.583h-.792V30.5H35.25v3.167h-1.583V30.5h-1.584v4.75h3.167v3.167z"/></svg>
<svg class="tc-image-scrabble-w tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm9.725 32.083h3.174L21 16.026l3.035 16.057h3.31l3.774-21.28h-2.936L25.73 25.817l-2.838-15.014h-3.778l-2.846 14.718-2.456-14.718H10.88l3.844 21.28zm20.525 6.334h1.583V35.25h.792v-1.583h-.792V30.5H35.25v3.167h-1.583V30.5h-1.584v4.75h3.167v3.167z"/></svg>
<svg class="tc-image-scrabble-x tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm27.347 30.764c-.264.264-.264.792-.264 1.32v4.749c0 .528 0 1.056.264 1.32s.792.264 1.32.264h1.583c.528 0 1.056 0 1.32-.264.263-.264.263-.792.263-1.32v-4.75c0-.527 0-1.055-.264-1.32-.263-.263-.791-.263-1.319-.263h-1.583c-.528 0-1.056 0-1.32.264zm1.32 1.32h1.583v1.583h-1.583v-1.584zm0 4.75V35.25h1.583v1.583h-1.583zm-19.895-4.75h3.249L21 24.158l3.975 7.924h3.253l-5.602-11.161 5.076-10.119H24.45L21 17.68l-3.454-6.877h-3.248l5.076 10.119-5.602 11.161z"/></svg>
<svg class="tc-image-scrabble-y tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm14.292 32.083h2.89v-8.94l5.52-12.34H24.5l-3.754 8.4-3.765-8.4h-3.208l5.52 12.312v8.968zm15.958 6.334h1.583V35.25h.792v-1.583h-.792V30.5H35.25v3.167h-1.583V30.5h-1.584v4.75h3.167v3.167z"/></svg>
<svg class="tc-image-scrabble-z tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 42"><path d="M5 0h32c2.623 0 5 2.377 5 5v32c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5V5c0-2.623 2.377-5 5-5zm9.825 32.083h12.616v-3.546h-9.36l9.097-14.446v-3.288H15.876v3.547h7.696l-8.747 13.896v3.837zM35.25 30.5c-.874 0-1.583.709-1.583 1.583v4.75c0 .875.709 1.584 1.583 1.584h1.583c.875 0 1.584-.71 1.584-1.584v-4.75c0-.874-.71-1.583-1.584-1.583H35.25zm0 1.583h1.583v4.75H35.25v-4.75zM31.292 30.5a.792.792 0 0 0-.792.792v7.125h1.583v-7.125a.792.792 0 0 0-.791-.792z"/></svg>
<svg class="tc-image-screen tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 992.8720092773438"><path d="M0 0v792.188h435.718v114.185H329.517v86.499h540.967v-86.499H764.282V792.188H1200V0H0zm147.583 149.561h904.833v493.14H147.583v-493.14z"/></svg>
<svg class="tc-image-screen-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM250.049 310.474h699.902v462.012h-254.15v66.577h61.963v50.464H442.236v-50.464h61.963v-66.577h-254.15V310.474zm86.133 87.231v287.622h527.637V397.705H336.182z"/></svg>
<svg class="tc-image-screen-lock-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M40 0H4C1.79 0 0 1.79 0 4v20c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-4 24H8V4h28v20zm-18-2h8a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2v-2c0-2.21-1.79-4-4-4s-4 1.79-4 4v2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2zm1.6-12a2.4 2.4 0 0 1 4.8 0v2h-4.8v-2z"/></svg>
<svg class="tc-image-screen-lock-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 44"><path d="M10 30h8a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2v-2c0-2.21-1.79-4-4-4s-4 1.79-4 4v2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2zm1.6-12a2.4 2.4 0 0 1 4.8 0v2h-4.8v-2zM24 0H4C1.79 0 0 1.79 0 4v36c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 36H4V8h20v28z"/></svg>
<svg class="tc-image-screen-lock-rotation tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.38797378540039 46"><path d="M44.51 25.54l-5.14-5.14-2.83 2.83 4.43 4.43-11.31 11.31L7.03 16.34 18.34 5.03l4.19 4.19 2.83-2.83-4.9-4.9a3 3 0 0 0-4.24 0L3.49 14.22a3 3 0 0 0 0 4.24L27.53 42.5a3 3 0 0 0 4.24 0L44.5 29.77a2.979 2.979 0 0 0 .01-4.23zM14.93 40.97C8.4 37.87 3.71 31.52 3 24H0c1.02 12.32 11.32 22 23.9 22 .45 0 .88-.04 1.33-.07L17.6 38.3l-2.67 2.67zM30 18h10a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2V5c0-2.76-2.24-5-5-5s-5 2.24-5 5v1a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2zm1.6-13c0-1.88 1.52-3.4 3.4-3.4s3.4 1.52 3.4 3.4v1h-6.8V5z"/></svg>
<svg class="tc-image-screen-rotation tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.80000305175781 48"><path d="M32.87 5.03C39.4 8.13 44.09 14.48 44.8 22h3C46.78 9.68 36.48 0 23.9 0c-.45 0-.88.04-1.33.07L30.2 7.7l2.67-2.67zM20.36 3.49a3 3 0 0 0-4.24 0L3.39 16.22a3 3 0 0 0 0 4.24L27.43 44.5a3 3 0 0 0 4.24 0L44.4 31.77a3 3 0 0 0 0-4.24L20.36 3.49zm9.2 38.89L5.51 18.34 18.24 5.61l24.04 24.04-12.72 12.73zm-14.63.59C8.4 39.87 3.71 33.52 3 26H0c1.02 12.32 11.32 22 23.9 22 .45 0 .88-.04 1.33-.07L17.6 40.3l-2.67 2.67z"/></svg>
<svg class="tc-image-screen-share tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M40 28c2.2 0 3.98-1.8 3.98-4L44 4c0-2.22-1.8-4-4-4H8C5.78 0 4 1.78 4 4v20c0 2.2 1.78 4 4 4H0v4h48v-4h-8zm-14-7.06v-4.38c-5.56 0-9.22 1.7-12 5.44 1.12-5.34 4.22-10.66 12-11.74V6l8 7.46-8 7.48z"/></svg>
<svg class="tc-image-screenshot tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M509.619 0v156.226C332.04 192.201 192.201 332.04 156.226 509.619H0v180.762h156.226C192.201 867.96 332.04 1007.8 509.619 1043.774V1200h180.762v-156.226C867.96 1007.8 1007.8 867.96 1043.774 690.381H1200V509.619h-156.226C1007.8 332.04 867.96 192.201 690.381 156.226V0H509.619zm0 276.636v175.342h180.762V276.636c112.74 31.441 201.543 120.243 232.983 232.983H748.022v180.762h175.342c-31.44 112.74-120.243 201.543-232.983 232.983V748.022H509.619v175.342c-112.74-31.44-201.543-120.243-232.983-232.983h175.342V509.619H276.636c31.44-112.74 120.243-201.542 232.983-232.983z"/></svg>
<svg class="tc-image-scribd tc-image-button" width="22pt" height="22pt" viewBox="0 0 440.8319396972656 512"><path d="M.001 364.544c0-15.008 5.376-27.985 16.128-38.928 10.752-10.912 23.807-16.368 39.168-16.368 15.007 0 28 5.472 38.912 16.368 10.927 10.944 16.383 23.903 16.383 38.928 0 15.696-5.807 29.008-17.408 39.936 22.177 25.247 50 37.888 83.456 37.888 23.569 0 43.36-7.008 59.393-20.992 16.048-14.336 24.063-32.416 24.063-54.288 0-13.312-4.271-26.432-12.8-39.408-7.855-12.976-18.095-23.904-30.719-32.784-11.616-7.84-31.232-17.568-58.88-29.184-25.6-10.24-46.416-20.304-62.464-30.208-14.336-9.216-26.8-20.128-37.376-32.768-10.24-12.288-18.097-24.912-23.553-37.889-4.783-13.295-7.168-26.783-7.168-40.431 0-34.48 13.825-63.824 41.473-88.065C96.593 12.112 130.224 0 169.472 0c26.305 0 52.752 5.632 79.36 16.896 22.529 9.552 41.825 23.216 57.857 40.96 12.624 10.928 18.943 24.575 18.943 40.96 0 15.36-5.456 28.416-16.368 39.168s-23.903 16.128-38.912 16.128c-15.376 0-28.416-5.376-39.168-16.128-10.768-10.752-16.128-23.808-16.128-39.168 0-7.168 1.696-14.673 5.105-22.528-10.928-5.456-25.937-8.192-45.056-8.192-23.553 0-42.673 5.296-57.345 15.872s-22.015 24.24-22.015 40.96c0 14.672 6.48 27.648 19.456 38.912 13.647 11.264 35.488 23.376 65.536 36.352 31.407 13.648 55.472 26.112 72.208 37.376 17.407 11.6 31.391 24.24 41.968 37.888 11.28 14 19.471 28.496 24.576 43.52 0 .335.176.864.512 1.552.336.672.511 1.184.511 1.536-25.615 21.168-38.4 48.128-38.4 80.896 0 18.096 4.785 35.84 14.337 53.248a390.154 390.154 0 0 1-12.288 13.824C254.481 498 219.313 512 178.689 512s-76.113-10.928-106.496-32.768c-30.385-21.84-54.097-54.96-71.168-99.328l1.535-.513C.848 374.288 0 369.311 0 364.544zm313.856 38.4c0-17.408 6.143-32.352 18.447-44.8 12.288-12.448 27.312-18.688 45.057-18.688s32.752 6.24 45.055 18.687c12.273 12.465 18.416 27.393 18.416 44.801 0 17.744-6.143 32.848-18.448 45.312-12.288 12.464-27.311 18.688-45.056 18.688s-32.752-6.224-45.055-18.688c-12.273-12.448-18.416-27.568-18.416-45.312z"/></svg>
<svg class="tc-image-script tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.97900104522705 8.916000366210938"><path d="M9.371 0l.065.018a.498.498 0 0 1 .3.727c-.299.522-.601 1.042-.902 1.562L5.186 8.628a.56.56 0 0 1-.191.21.612.612 0 0 1-.175.068.094.094 0 0 0-.023.01h-.129A.45.45 0 0 0 4.62 8.9a.5.5 0 0 1-.325-.735l2.698-4.673C7.612 2.419 8.232 1.347 8.85.274a.515.515 0 0 1 .249-.232c.037-.015.076-.023.115-.034L9.233 0h.138zM0 4.445c.006-.013.014-.025.017-.038a.506.506 0 0 1 .14-.251c.869-.869 1.738-1.739 2.608-2.607a.475.475 0 0 1 .51-.122c.193.062.308.2.34.4a.48.48 0 0 1-.142.432l-1.811 1.81-.504.505-.025.026a.555.555 0 0 0 .032.035l2.307 2.307a.5.5 0 0 1-.219.84.479.479 0 0 1-.487-.128c-.163-.161-.324-.324-.486-.486A2090.79 2090.79 0 0 0 .174 5.062a.529.529 0 0 1-.159-.278c-.002-.01-.01-.02-.015-.029v-.31zm13.979.335l-.015.052a.495.495 0 0 1-.125.208l-.88.883-.297.299-1.044 1.047c-.128.129-.254.26-.385.387a.48.48 0 0 1-.512.118.475.475 0 0 1-.337-.407.48.48 0 0 1 .146-.426l1.14-1.145.98-.984.212-.208-.032-.034-.509-.512-1.317-1.321c-.161-.161-.324-.321-.482-.485a.477.477 0 0 1-.121-.496.478.478 0 0 1 .376-.345.483.483 0 0 1 .464.141l1.05 1.054 1.168 1.172.385.387a.435.435 0 0 1 .127.243c.001.004.005.007.007.01l.001.362z"/></svg>
<svg class="tc-image-scriptcs tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.269853591918945 22.315998077392578"><path d="M11.163.042C5.073 0 .08 4.925.033 11.019a11.1 11.1 0 0 0 11.018 11.227c6.075.07 11.1-4.895 11.16-11.023C22.27 5.076 17.338.085 11.163.043zm-.368 7.399c-.175.239-.336.027-.478-.034-2.67-1.148-5.161.218-5.576 3.088-.145 1-.087 2.001.319 2.946.84 1.955 3.064 2.664 5.115 1.645.159-.079.288-.232.469-.22.247.673-.097.963-.688 1.156-2.842.924-5.475-.347-6.054-3.332-.52-2.676.588-5.173 2.79-6.108 1.286-.546 2.584-.461 3.88-.02l.344.091c.02.262.134.56-.121.787zm7.236 6.75c-.152.944-.993 1.751-2.08 1.999a4.932 4.932 0 0 1-2.363-.036c-1.014-.262-1.1-.376-1.036-1.462.584.361 1.177.659 1.843.778.64.114 1.27.081 1.855-.194 1.07-.504 1.265-1.907.394-2.705-.49-.449-1.104-.684-1.687-.974-.418-.208-.84-.417-1.233-.668-.846-.542-1.246-1.331-1.156-2.336.097-1.073.745-1.742 1.698-2.124 1.032-.414 2.07-.315 3.109.037.604.205.374.67.418 1.154-.91-.457-1.755-.794-2.712-.615-.874.164-1.465.677-1.588 1.395-.146.845.137 1.461.959 1.925.743.42 1.533.759 2.273 1.184 1.137.654 1.499 1.432 1.304 2.643z"/></svg>
<svg class="tc-image-scrum tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.658000946044922 17.65900230407715"><path d="M15.979 13.953c.064.004.133.012.202.012.977.001 1.955-.005 2.932.005.214.002.278-.071.267-.276-.014-.267-.003-.535-.003-.865l3.281 2.414-3.281 2.416v-.825c0-.332 0-.333-.323-.333H.312c-.302 0-.302 0-.302-.304 0-.659.009-1.318-.005-1.976-.005-.214.064-.262.269-.261 3.359.006 6.718.011 10.077.002 1.722-.005 3.081-.718 3.98-2.202 1.622-2.68-.069-6.19-3.177-6.642-2.4-.349-4.631 1.262-5.038 3.703-.043.254-.046.515-.071.821l1.152-.156-1.858 3.592-2.792-2.877c.229-.038.533-.082.834-.145.057-.012.141-.104.139-.157a8.507 8.507 0 0 1 .152-1.898c.004-.019-.005-.041-.011-.078a4.168 4.168 0 0 1-1.689-.678C.718 6.377.062 4.762.37 3.29.705 1.686 1.915.487 3.479.191 4.493 0 5.433.182 6.306.718c.154.095.248.109.349-.056.059-.097.148-.175.25-.293l.364 1.47c.04.161.071.325.118.484.051.172-.001.249-.183.237-.526-.036-1.053-.068-1.579-.103-.13-.009-.259-.023-.426-.039l.377-.472a2.017 2.017 0 0 0-.923-.377A2.51 2.51 0 0 0 1.72 4.117c.024 1.224 1.056 2.318 2.275 2.422.158.013.213-.067.274-.185.864-1.658 2.165-2.83 3.935-3.44 4.095-1.412 8.37 1.118 9.159 5.259.389 2.039-.054 3.901-1.291 5.57a1.989 1.989 0 0 0-.095.144c-.006.009.002.027.007.065z"/></svg>
<svg class="tc-image-scuba-diving tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 40.23100280761719"><path d="M0 0l7.617 7.893 2.927-2.664L7.894.024zm34.336 22.108c1.439.402 2.988-.424 3.396-1.909.395-1.458-.445-2.991-1.898-3.405l-1.127-.315-1.463 5.302 1.092.327zm-.887-5.97l-9.115-2.603c-.6-.158-1.205.208-1.374.815l-.852 3.089c-.167.608.156 1.228.768 1.411l9.122 2.579 1.451-5.291zm1.438 8.781a6.037 6.037 0 0 0-2.564-1.484L21.27 20.298l-6.79-12.21c-.36-.632-.936-1.131-1.68-1.338-1.488-.425-3.036.462-3.443 1.97a2.79 2.79 0 0 0 .216 2.067l8.494 15.104s.696 1.131 2.447 1.716l15.442 4.391 7.162 7.369c.24.255.553.449.924.56 1.08.304 2.207-.354 2.52-1.437.205-.765-.035-1.568-.576-2.067L34.887 24.919zm8.244 3.053l1.605 2.128L48 26.487l-2.758-1.558c.262-1.958-.938-3.854-2.857-4.401-2.111-.597-4.307.644-4.893 2.785-.602 2.153.635 4.365 2.746 4.962 1.008.291 2.028.133 2.893-.303z"/></svg>
<svg class="tc-image-sd tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.000001907348633 40"><path d="M1.3 0H24l6 6v6h-1.25v3H30v23.7a1.3 1.3 0 0 1-1.3 1.3H24a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1H1.3A1.3 1.3 0 0 1 0 38.7V19h1.75v-9H0V1.3A1.3 1.3 0 0 1 1.3 0z"/></svg>
<svg class="tc-image-sd-card tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.666015625 853.3330078125"><path d="M597.333 0H256L.853 256 0 768c0 46.933 38.4 85.333 85.333 85.333h512c46.933 0 85.333-38.4 85.333-85.333V85.333C682.666 38.4 644.266 0 597.333 0zm-256 256H256V85.333h85.333V256zm128 0H384V85.333h85.333V256zm128 0H512V85.333h85.333V256z"/></svg>
<svg class="tc-image-sd-micro tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M2 0h20c.828 0 2 1.172 2 2v10.785c1.185.96 4 3.541 4 4.215v4h-2v3.25c0 1 2 2 2 3V38c0 .828-1.172 2-2 2H2c-.828 0-2-1.172-2-2V2c0-.828 1.172-2 2-2z"/></svg>
<svg class="tc-image-sd-storage tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M28 0H12L.04 12 0 36c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM16 12h-4V4h4v8zm6 0h-4V4h4v8zm6 0h-4V4h4v8z"/></svg>
<svg class="tc-image-sd-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 1300 1100"><path d="M300 0h700q124 0 212 88t88 212v500q0 124-88 212t-212 88H300q-124 0-212-88T0 800V300Q0 176 88 88T300 0zM200 200v700h900V200H200zm400 200H400v100h200v300H300V700h200V600H300V300h300v100zm400 0v300L900 800H700V300h200zm-200 0v300h100V400H800z"/></svg>
<svg class="tc-image-search tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.576139450073242 14.304308891296387"><path d="M13.286 12.889L10.348 9.52a5.5 5.5 0 1 0-1.185 1.069l2.92 3.348a.798.798 0 0 0 1.203-1.05zM2.11 6.016c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.794-4-4z"/></svg>
<svg class="tc-image-search-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.904016494750977 20.267990112304688"><path d="M18.747 19.416l-4.933-5.798-.001-.001c-.016-.025-.025-.053-.045-.074a.5.5 0 0 0-.707-.031 7.185 7.185 0 0 1-4.86 1.888c-3.97 0-7.2-3.229-7.2-7.2 0-3.97 3.23-7.2 7.2-7.2s7.2 3.23 7.2 7.2c0 .923-.172 1.823-.512 2.673a.497.497 0 0 0 .278.649.498.498 0 0 0 .649-.278A8.15 8.15 0 0 0 16.4 8.2c0-4.521-3.679-8.2-8.2-8.2S0 3.679 0 8.2s3.679 8.2 8.2 8.2a8.175 8.175 0 0 0 5.126-1.81l4.658 5.475a.502.502 0 0 0 .763-.649z"/></svg>
<svg class="tc-image-search-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm41.162 260.01c160.533 0 290.625 130.166 290.625 290.698 0 160.533-130.092 290.625-290.625 290.625-48.581 0-94.368-11.885-134.619-32.959.041.186.106.401.146.586L375.586 939.99 268.213 832.544l126.416-126.489c.209-.094.45-.129.659-.22-28.387-44.893-44.824-98.088-44.824-155.127 0-160.533 130.165-290.698 290.698-290.698zm0 129.126c-89.213 0-161.572 72.359-161.572 161.572s72.359 161.499 161.572 161.499c89.214 0 161.499-72.286 161.499-161.499s-72.285-161.572-161.499-161.572z"/></svg>
<svg class="tc-image-search-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1664"><path d="M1024 672v64q0 13-9.5 22.5T992 768H416q-13 0-22.5-9.5T384 736v-64q0-13 9.5-22.5T416 640h576q13 0 22.5 9.5t9.5 22.5zm128 32q0-185-131.5-316.5T704 256 387.5 387.5 256 704t131.5 316.5T704 1152t316.5-131.5T1152 704zm512 832q0 53-37.5 90.5T1536 1664q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225T0 704t55.5-273.5 150-225 225-150T704 0t273.5 55.5 225 150 150 225T1408 704q0 220-124 399l343 343q37 37 37 90z"/></svg>
<svg class="tc-image-search-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1664"><path d="M1024 672v64q0 13-9.5 22.5T992 768H768v224q0 13-9.5 22.5T736 1024h-64q-13 0-22.5-9.5T640 992V768H416q-13 0-22.5-9.5T384 736v-64q0-13 9.5-22.5T416 640h224V416q0-13 9.5-22.5T672 384h64q13 0 22.5 9.5T768 416v224h224q13 0 22.5 9.5t9.5 22.5zm128 32q0-185-131.5-316.5T704 256 387.5 387.5 256 704t131.5 316.5T704 1152t316.5-131.5T1152 704zm512 832q0 53-37.5 90.5T1536 1664q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225T0 704t55.5-273.5 150-225 225-150T704 0t273.5 55.5 225 150 150 225T1408 704q0 220-124 399l343 343q37 37 37 90z"/></svg>
<svg class="tc-image-section tc-image-button" width="22pt" height="22pt" viewBox="0 0 477.8712158203125 1024.0001220703125"><path d="M222.9 1024c-49.36 0-91.117-14.406-124.105-42.82-33.224-28.614-50.068-62.038-50.068-99.344 0-18.128 6.6-33.756 19.622-46.458 13.232-12.914 29.782-19.744 47.85-19.744 18.002 0 34.194 6.41 46.826 18.542 12.472 11.972 18.797 27.824 18.797 47.104 0 11.318-1.85 23.818-5.494 37.146-3.616 13.178-4.376 19.938-4.376 23.292 0 3.682.924 8.076 7.774 12.756 12.76 8.824 28.066 13.084 46.876 13.084 22.576 0 42.718-7.858 61.574-24.022 18.578-15.942 27.612-32.318 27.612-50.056 0-19.736-5.27-36.826-16.12-52.242-18.336-25.758-52.878-55.954-102.612-89.668-79.858-53.454-133.07-99.766-162.58-141.52C11.586 577.366 0 542.16 0 505.346c0-37.062 12.142-73.948 36.092-109.63 20.508-30.554 50.8-58.12 90.228-82.138-21.096-22.7-36.896-44.064-47.094-63.688-12.872-24.76-19.398-50.372-19.398-76.122 0-47.814 18.91-89.16 56.206-122.89C153.354 17.118 199.894 0 254.355 0c50.086 0 92.206 14.082 125.182 41.852 33.328 28.082 50.222 60.898 50.222 97.54 0 18.656-6.986 35.364-20.766 49.66l-.276.282c-7.976 7.924-22.618 17.37-47.046 17.37-19.148 0-35.934-6.272-48.54-18.136-12.558-11.794-18.93-25.918-18.93-41.966 0-6.934 1.702-17.416 5.352-32.98 1.778-7.364 2.668-14.142 2.668-20.25 0-10.338-3.726-18.272-11.724-24.966-8.282-6.93-20.108-10.302-36.142-10.302-24.868 0-45.282 7.562-62.41 23.118-17.19 15.606-25.544 34.088-25.544 56.508 0 20.156 4.568 36.762 13.58 49.362 17.112 23.938 46.796 49.79 88.22 76.836 84.17 54.588 142.902 104.672 174.518 148.826 23.35 33.12 35.152 68.34 35.152 104.792 0 36.598-11.882 73.496-35.318 109.676-20.208 31.18-50.722 59.276-90.884 83.71 22.178 23.466 37.812 44.042 47.554 62.538 12.082 22.97 18.208 48.048 18.208 74.542 0 49.664-18.926 91.862-56.244 125.422C323.847 1006.988 277.321 1024 222.9 1024zm-49.548-667.654c-48.222 28.952-71.712 62.19-71.712 101.314 0 22.756 6.498 43.13 19.86 62.278 19.936 27.926 59.27 62.054 116.804 101.288 24.358 16.586 46.36 32.712 65.592 48.06 49.06-29.504 72.956-62.366 72.956-100.178 0-20.598-8.142-42.774-24.204-65.916-16.808-24.196-52.85-55.796-107.128-93.914-28.328-19.562-52.558-37.334-72.168-52.932z"/></svg>
<svg class="tc-image-section-collapse tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 0h36v36H0V0zm4 4v28h28V4H4zm7 12h14v4H11v-4z"/></svg>
<svg class="tc-image-section-collapse-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 10h28v28H0V10zm24 4H4v20h20V14zm-4 8v4H8v-4h12zM5 5h28v28h-3V8H5V5zm30 23V3H10V0h28v28h-3z"/></svg>
<svg class="tc-image-section-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 0h36v36H0V0zm4 4v28h28V4H4zm7 12h5v-5h4v5h5v4h-5v5h-4v-5h-5v-4z"/></svg>
<svg class="tc-image-section-expand-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 10h28v28H0V10zm24 4H4v20h20V14zm-4 8v4h-4v4h-4v-4H8v-4h4v-4h4v4h4zM5 5h28v28h-3V8H5V5zm30 23V3H10V0h28v28h-3z"/></svg>
<svg class="tc-image-security tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 938.6669921875"><path d="M384 0L0 170.667v256c0 237.013 163.627 458.027 384 512 220.373-53.973 384-274.987 384-512v-256L384 0zm0 468.906h298.667C660.054 644.693 542.934 801.279 384 850.133v-380.8H85.333v-243.2L384 93.44v375.467z"/></svg>
<svg class="tc-image-sega tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 12.330464363098145 16"><path d="M12.317 2.76l-.003 2.22H5.247a.266.266 0 0 0 0 .532l1.84-.01a5.246 5.246 0 0 1-.001 10.492L0 16l.003-2.25h7.09a3.003 3.003 0 0 0 0-6.007l-1.848-.02a2.482 2.482 0 1 1-.001-4.963h7.07zM.007 13.228l-.003-2.22h7.073a.258.258 0 0 0-.001-.515h-1.83A5.247 5.247 0 0 1 5.247 0l7.068.002.004 2.233-7.07.003a3.004 3.004 0 1 0-.001 6.007l1.847.02a2.481 2.481 0 0 1 0 4.962H.004z"/></svg>
<svg class="tc-image-select-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 4h4V0C1.79 0 0 1.79 0 4zm0 16h4v-4H0v4zm8 16h4v-4H8v4zM0 12h4V8H0v4zM20 0h-4v4h4V0zm12 0v4h4c0-2.21-1.79-4-4-4zM4 36v-4H0c0 2.21 1.79 4 4 4zm-4-8h4v-4H0v4zM12 0H8v4h4V0zm4 36h4v-4h-4v4zm16-16h4v-4h-4v4zm0 16c2.21 0 4-1.79 4-4h-4v4zm0-24h4V8h-4v4zm0 16h4v-4h-4v4zm-8 8h4v-4h-4v4zm0-32h4V0h-4v4zM8 28h20V8H8v20zm4-16h12v12H12V12z"/></svg>
<svg class="tc-image-selected tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.851557731628418 8.663017272949219"><path d="M3.629 8.663a.703.703 0 0 1-.557-.276L.208 4.818a.698.698 0 0 1 1.111-.842l2.254 2.761L7.466.426a.696.696 0 1 1 1.182.737L4.222 8.334a.701.701 0 0 1-.593.329z"/></svg>
<svg class="tc-image-sellfy tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.35999870300293 16.18199920654297"><path d="M15.628.727C10.531 0 5.78 0 .71.727 0 5.767 0 10.465.71 15.48c2.474.363 4.947.702 7.47.702 2.498 0 4.972-.34 7.446-.678.734-5.04.734-9.738 0-14.777zm-7.692 12.21c-1.37 0-2.817-.46-3.453-.8l.538-2.084c.71.462 1.788.922 2.964.922.93 0 1.494-.29 1.494-.872 0-.412-.293-.654-1.052-.848l-1.52-.412c-1.615-.437-2.374-1.261-2.374-2.569C4.533 4.7 5.757 3.44 8.28 3.44c1.324 0 2.646.363 3.38.727l-.636 1.986c-.735-.41-1.86-.75-2.816-.75-.907 0-1.3.29-1.3.727 0 .412.27.58.86.727l1.664.484c1.715.485 2.474 1.308 2.474 2.592-.05 1.793-1.64 3.004-3.968 3.004z"/></svg>
<svg class="tc-image-sellsy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1462"><path d="M1500 1206V473q0-21-15-36t-35-15h-93q-20 0-35 15t-15 36v733q0 20 15 35t35 15h93q20 0 35-15t15-35zm-284 0V675q0-20-15-35t-35-15h-101q-20 0-35 15t-15 35v531q0 20 15 35t35 15h101q20 0 35-15t15-35zm-292 0V777q0-20-15-35t-35-15H773q-20 0-35 15t-15 35v429q0 20 15 35t35 15h101q20 0 35-15t15-35zm-292 0V844q0-20-15-35t-35-15H481q-20 0-35 15t-15 35v362q0 20 15 35t35 15h101q20 0 35-15t15-35zm1416-146q0 166-118 284t-284 118H402q-166 0-284-118T0 1060q0-116 63-214.5T231 697q-10-34-10-73 0-113 80.5-193.5T495 350q102 0 180 67 45-183 194-300T1207 0q149 0 275 73.5T1681.5 273t73.5 275q0 66-14 122 135 33 221 142.5t86 247.5z"/></svg>
<svg class="tc-image-senchatouch tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.86501693725586 25.51799964904785"><path d="M6.417.027h-.001v.001h.001zm.028-.02c-.003-.007-.022.006-.028.02.011-.005.041.012.028-.02zM3.284 15.301l-.026-.022c.003.014.011.022.026.022zm7.248 10.117c-.031-.006-.05.019-.076.029-.028.014-.066.019-.078.071.036-.012.062-.015.077-.04a.222.222 0 0 0 .113-.057c.014-.002.026-.007.03-.022a.086.086 0 0 0-.013-.014c-.023.003-.043.011-.054.034zm6.317-8.292a6.14 6.14 0 0 0-.049-1.051.363.363 0 0 0-.021-.176l-.004-.043c0-.122-.019-.241-.053-.357.005-.085-.021-.164-.041-.245a1.324 1.324 0 0 0-.07-.305c.003-.033.002-.065-.023-.091.005-.007.003-.014-.004-.018.002-.032.002-.064-.024-.089.004-.008.003-.015-.004-.021a2.99 2.99 0 0 0-.186-.606 1.908 1.908 0 0 0-.166-.439c-.001-.025-.006-.049-.027-.066.004-.007.002-.012-.005-.015a1.625 1.625 0 0 0-.162-.358c.001-.023-.006-.044-.027-.056a2.854 2.854 0 0 0-.276-.521.063.063 0 0 0-.03-.053c.001-.016-.006-.027-.021-.033-.003-.022-.01-.041-.031-.052a3.57 3.57 0 0 0-.378-.578 3.448 3.448 0 0 0-.381-.495 5.706 5.706 0 0 0-.751-.795 4.858 4.858 0 0 0-.688-.577.248.248 0 0 0-.11-.082.134.134 0 0 0-.082-.057c-.005-.015-.015-.022-.03-.023l-.001-.001a.062.062 0 0 0-.05-.034v-.001a5.43 5.43 0 0 0-.9-.547.274.274 0 0 0-.117-.061c-.012-.017-.029-.021-.048-.022-.037-.037-.086-.052-.13-.074-.298-.15-.596-.299-.895-.447-.11-.055-.213-.125-.332-.161-.035-.038-.085-.052-.129-.074-.758-.38-1.516-.758-2.274-1.136-.15-.075-.294-.164-.453-.221-.158-.101-.331-.173-.497-.257-.163-.082-.321-.173-.492-.238-.039-.04-.092-.056-.141-.079a4.614 4.614 0 0 1-.637-.364c-.088-.063-.175-.128-.263-.192v.001c-.004-.016-.014-.024-.03-.027a.038.038 0 0 0-.029-.028 5.176 5.176 0 0 1-.604-.686c0-.014-.005-.024-.018-.029-.006-.012-.01-.026-.017-.037a3.595 3.595 0 0 1-.573-2.35 3.606 3.606 0 0 1 .52-1.545C5.354.891 5.69.54 6.088.246c.052-.028.107-.053.142-.105.025.001.045-.007.059-.029.053-.012.104-.028.13-.083a.335.335 0 0 0-.166.08c-.014.004-.025.01-.027.026a.38.38 0 0 0-.169.081l-1.285.65A8.62 8.62 0 0 0 .024 8.177C0 8.653.02 9.129.08 9.602c.018.144.023.291.074.43a.892.892 0 0 0 .056.302l.005.028c-.004.032-.001.062.021.088l.008.049c-.004.024-.001.046.018.064.034.206.09.406.166.6-.003.009-.002.016.005.023-.003.024.002.046.022.062-.003.008-.002.015.005.02-.003.024.003.046.023.062.021.106.057.207.109.302.048.161.109.316.192.462.001.024.006.047.028.062-.002.008 0 .015.007.019a.037.037 0 0 0 .02.037c-.003.008-.001.014.007.018a.054.054 0 0 0 .025.053l.001.001a.059.059 0 0 0 .027.054l.001.001a.059.059 0 0 0 .027.054l.001.001a.057.057 0 0 0 .027.053.89.89 0 0 0 .133.251c.001.023.009.042.029.054a.06.06 0 0 0 .03.052l.001.001c0 .018.008.03.023.038.037.098.095.184.158.267.116.202.244.396.394.575.002.015.009.026.024.031a.056.056 0 0 0 .034.046c.106.157.224.303.357.438l.004.005c.001.015.009.022.023.025l.002.003c.001.015.009.025.024.028l.001.001c.002.015.011.025.027.028.003.015.011.025.025.029a.035.035 0 0 0 .028.03c.093.115.19.227.306.321.193.203.397.393.624.557h.001c.004.016.015.024.031.026a.03.03 0 0 0 .029.024l-.029-.024c.012.006.02.015.029.024l.002.001a.109.109 0 0 0 .026.022l.005.004a.06.06 0 0 0 .044.035c.005.015.016.022.03.024.004.015.013.023.029.024l.003.002c.003.012.009.02.023.019.004.009.01.013.02.013.006.016.018.024.035.026.004.015.014.022.029.023l.003.002c.003.012.009.02.023.019.104.086.211.166.331.228l.002.001c.01.021.028.03.05.032.005.015.016.021.031.021l.002.001c.01.021.028.029.05.032.005.015.016.021.031.021l.004.002a.06.06 0 0 0 .05.031c.338.229.701.409 1.072.576.013.021.033.028.056.028.25.141.507.27.771.383.023.031.06.04.092.056.223.114.447.228.671.34.285.142.572.282.858.423.005.007.012.01.021.008.006.014.017.021.032.019.006.007.013.01.023.008.006.014.017.021.032.019.189.102.377.204.576.285.15.093.31.166.47.238.005.007.012.01.02.008.006.014.017.021.032.019.006.008.013.01.022.008.006.014.017.02.032.019.114.065.229.13.354.174.005.015.015.021.03.019.143.081.287.162.441.222l.007.007h.01c.008.015.021.022.037.02.124.074.252.14.386.193l.006.007.01-.001c.008.015.021.022.037.02l.359.191c.003.008.009.011.017.008.007.016.02.023.037.024l.327.23.333.292.298.339.223.321c.001.022.01.04.03.051l.001.002c0 .015.005.027.02.032.003.022.009.041.03.053.001.023.009.043.03.055 0 .022.01.039.029.051.027.08.059.157.107.226l.165.467c.022.12.045.241.081.358l.006.05a.28.28 0 0 0 .02.143l.001.004c.014.262.019.524.006.787a6.562 6.562 0 0 1-.168.797c-.103.264-.224.52-.361.768a8.67 8.67 0 0 1-.439.572c-.177.163-.351.331-.546.474-.052.018-.091.056-.136.086-.025.01-.05.019-.063.045l.013.014c.019-.002.039-.003.05-.023.058-.025.117-.05.166-.091.197-.095.396-.185.581-.302.009.003.016 0 .021-.008.016.002.028-.004.035-.02a.19.19 0 0 0 .109-.055h.013l.009-.009c.016.002.027-.004.033-.019.01.003.017-.001.022-.01.015.002.025-.004.028-.019.023 0 .043-.005.054-.028h.001c.023 0 .043-.005.054-.027.023 0 .043-.005.055-.027.023 0 .044-.005.056-.027a5.65 5.65 0 0 0 .817-.442l.005-.003c.016.001.026-.006.03-.021.022-.001.041-.007.051-.03l.002-.001c.017 0 .03-.007.037-.023.009.002.015-.001.018-.01.016.002.024-.006.027-.02h.001a.05.05 0 0 0 .048-.03l.006-.003c.016.002.026-.006.029-.021.022 0 .037-.012.047-.03.035-.02.072-.038.105-.061a8.56 8.56 0 0 0 1.559-1.372c.245-.276.481-.561.677-.876.021-.009.03-.027.033-.049.015-.005.022-.016.021-.032l.001-.001c.021-.01.03-.028.033-.049.015-.005.022-.016.021-.032l.001-.001c.021-.01.029-.029.031-.051.015-.005.022-.015.021-.031l.002-.003c.021-.01.029-.028.03-.05.023-.009.029-.029.032-.051.015-.005.021-.017.02-.033l.001-.001c.076-.091.127-.198.183-.301.126-.23.254-.459.342-.709.023-.014.027-.037.027-.061.094-.182.167-.373.221-.57.072-.169.13-.343.163-.525.024-.025.028-.055.024-.087.008-.006.009-.013.005-.021.067-.197.114-.399.136-.606.026-.034.027-.073.023-.114l.006-.046a3.007 3.007 0 0 0 .081-.636c.034-.128.029-.258.026-.389.031-.071.014-.145.016-.216z"/></svg>
<svg class="tc-image-send tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M.02 36L42 18 .02 0 0 14l30 4-30 4z"/></svg>
<svg class="tc-image-sentiayoga tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 15.999999046325684"><path d="M8 13.523c-.428.355-.87.67-1.316.945.388.604.83 1.12 1.316 1.532a6.83 6.83 0 0 0 1.316-1.532c-.447-.274-.888-.59-1.316-.945zm4.32-1.982c.14 1.247.03 2.413-.32 3.388-1.018-.185-2.082-.67-3.09-1.415a5.593 5.593 0 0 0 3.41-1.972zm-8.64 0a5.59 5.59 0 0 0 3.41 1.973c-1.008.745-2.072 1.23-3.09 1.415-.35-.975-.46-2.14-.32-3.387zm8.225-.418a5.004 5.004 0 0 1-3.155 1.822c.45-.425.878-.905 1.282-1.425.652-.09 1.28-.222 1.873-.398zm-7.81 0c.592.176 1.22.308 1.873.397.404.52.832 1 1.282 1.424a4.995 4.995 0 0 1-3.155-1.822zm2.178-6.114A13.058 13.058 0 0 1 8 3.11a13.05 13.05 0 0 1 1.727 1.898c.887.106 1.73.293 2.508.547-.17.8-.43 1.624-.78 2.445.35.82.61 1.644.78 2.445-.778.254-1.62.44-2.508.547A13.159 13.159 0 0 1 8 12.89a13.05 13.05 0 0 1-1.727-1.898 13.113 13.113 0 0 1-2.508-.547c.17-.8.43-1.624.78-2.445-.35-.82-.61-1.644-.78-2.445.778-.254 1.62-.44 2.508-.547zM1.74 10.094A6.888 6.888 0 0 0 1.072 12c.598.214 1.267.34 1.985.374a11.22 11.22 0 0 1 .16-1.613 11.037 11.037 0 0 1-1.476-.666zm12.52 0c-.46.25-.955.474-1.477.667.094.55.147 1.09.16 1.614a6.895 6.895 0 0 0 1.985-.374 6.831 6.831 0 0 0-.67-1.906zM13.23 6.03c1.148.5 2.1 1.18 2.77 1.97-.67.79-1.622 1.47-2.77 1.97.23-.613.356-1.277.356-1.97 0-.693-.126-1.357-.357-1.97zm-10.46 0A5.597 5.597 0 0 0 2.414 8c0 .693.126 1.357.357 1.97C1.623 9.47.67 8.79 0 8c.67-.79 1.622-1.47 2.77-1.97zm9.887.147a5.016 5.016 0 0 1 0 3.646A12.602 12.602 0 0 0 12.064 8c.248-.608.448-1.217.593-1.823zm-9.314 0c.145.606.345 1.215.593 1.823a12.602 12.602 0 0 0-.593 1.823 5.016 5.016 0 0 1 0-3.646zm-.286-2.55A6.895 6.895 0 0 0 1.072 4c.113.625.34 1.267.67 1.906.46-.25.953-.474 1.475-.667-.094-.55-.147-1.09-.16-1.614zm9.886 0a11.221 11.221 0 0 1-.16 1.612c.522.192 1.016.415 1.476.666.328-.64.555-1.28.668-1.906a6.861 6.861 0 0 0-1.985-.374zm-4.193-.57c1.27.19 2.386.86 3.155 1.82a12.64 12.64 0 0 0-1.873-.396c-.404-.52-.832-1-1.282-1.424zm-1.5 0c-.45.424-.878.904-1.282 1.424-.652.09-1.28.222-1.873.398A5.004 5.004 0 0 1 7.25 3.057zm1.66-.57c1.008-.745 2.072-1.23 3.09-1.415.35.975.46 2.14.32 3.387a5.59 5.59 0 0 0-3.41-1.973zM3.68 4.46c-.14-1.248-.03-2.414.32-3.39 1.018.185 2.082.67 3.09 1.415a5.593 5.593 0 0 0-3.41 1.972zm5.637-2.93A6.91 6.91 0 0 0 8 0a6.83 6.83 0 0 0-1.316 1.532c.447.274.888.59 1.316.945.428-.355.87-.67 1.316-.945z"/></svg>
<svg class="tc-image-sentiment-dissatisfied tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M27 18c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-14 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm6.98-18C8.94 0 0 8.96 0 20s8.94 20 19.98 20C31.04 40 40 31.04 40 20S31.04 0 19.98 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm0-12c-4.66 0-8.64 2.91-10.24 7h3.35c1.39-2.38 3.94-4 6.89-4s5.5 1.62 6.89 4h3.35c-1.6-4.09-5.58-7-10.24-7z"/></svg>
<svg class="tc-image-sentiment-neutral tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M14 24h12v3H14zm13-12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm-11 3c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm3.98-15C8.94 0 0 8.96 0 20s8.94 20 19.98 20C31.04 40 40 31.04 40 20S31.04 0 19.98 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/></svg>
<svg class="tc-image-sentiment-satisfied tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M27 18c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-14 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm6.98-18C8.94 0 0 8.96 0 20s8.94 20 19.98 20C31.04 40 40 31.04 40 20S31.04 0 19.98 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm0-8c-2.95 0-5.5-1.62-6.89-4H9.76c1.6 4.09 5.58 7 10.24 7s8.64-2.91 10.24-7h-3.35c-1.39 2.38-3.94 4-6.89 4z"/></svg>
<svg class="tc-image-sentiment-very-dissatisfied tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20S40 31.05 40 20 31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm8.36-24.49l-2.12 2.13-2.12-2.13L22 13.64l2.12 2.12L22 17.88 24.12 20l2.12-2.12L28.36 20l2.13-2.12-2.13-2.12 2.13-2.12zM11.64 20l2.12-2.12L15.88 20 18 17.88l-2.12-2.12L18 13.64l-2.12-2.13-2.12 2.13-2.12-2.13-2.13 2.13 2.13 2.12-2.13 2.12zM20 24c-4.66 0-8.62 2.92-10.22 7h20.44c-1.6-4.08-5.56-7-10.22-7z"/></svg>
<svg class="tc-image-sentiment-very-satisfied tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20S40 31.05 40 20 31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm2-20.12L24.12 18l2.12-2.12L28.36 18l2.13-2.12-4.25-4.24zm-8.24 0L15.88 18 18 15.88l-4.24-4.24-4.25 4.24L11.64 18zM20 31c4.66 0 8.62-2.92 10.22-7H9.78c1.6 4.08 5.56 7 10.22 7z"/></svg>
<svg class="tc-image-sepa tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0010986328125 279.83905029296875"><path d="M227.502 89.261H157.44c0-11.5-1.35-19.21-4.045-23.143-4.167-5.806-15.678-8.724-34.509-8.724-18.299 0-30.423 1.669-36.33 5.028-5.919 3.369-8.879 10.67-8.879 21.924 0 10.189 2.621 16.906 7.885 20.112 3.77 2.284 8.745 3.625 14.94 4.024l14.131 1.003c30.29 2.007 49.203 3.42 56.74 4.229 23.952 2.417 41.308 8.775 52.081 19.097 8.478 8.059 13.527 18.575 15.145 31.57.942 7.772 1.413 16.579 1.413 26.348 0 22.528-2.15 39.024-6.45 49.48-7.804 19.19-25.335 31.303-52.594 36.393-11.428 2.15-28.898 3.226-52.409 3.226-39.239 0-66.58-2.335-82.022-7.024-18.944-5.745-31.447-17.398-37.489-34.939C1.669 228.096 0 211.825 0 189.061h70.062c0 2.539.01 4.485.01 5.827 0 12.155 3.492 19.958 10.466 23.439 4.834 2.396 10.66 3.656 17.511 3.81h25.764c13.148 0 21.534-.676 25.15-2.028 6.441-2.529 10.67-6.605 12.688-12.247 1.075-3.481 1.607-7.966 1.607-13.466 0-12.318-4.495-19.815-13.476-22.508-3.369-1.054-18.985-2.55-46.868-4.413-22.395-1.597-37.95-3.134-46.663-4.628-22.938-4.291-38.226-13.118-45.855-26.512C3.689 124.959.34 107.734.34 84.694c0-17.541 1.813-31.611 5.438-42.189C9.403 31.917 15.24 23.888 23.309 18.39 35.115 9.952 50.24 4.996 68.631 3.521c15.31-1.341 32.286-2.017 50.975-2.017 29.41 0 50.361 1.69 62.853 5.038 30.494 8.192 45.732 31.14 45.732 68.844 0 3.072-.226 7.7-.686 13.875zm308.112 190.577V0h140.318c19.251 0 33.925 1.566 44.022 4.71 23.081 7.229 38.564 22.036 46.49 44.411 4.086 11.745 6.144 29.43 6.144 53.033 0 28.385-2.274 48.784-6.769 61.204-9 24.556-27.525 38.707-55.49 42.373-3.287.553-17.285 1.034-41.994 1.444l-12.493.409h-44.903v72.254h-75.326zm75.314-137.164h46.951c14.89-.533 23.941-1.68 27.197-3.472 4.455-2.447 7.444-7.352 8.93-14.695.951-4.894 1.422-12.165 1.422-21.822 0-11.837-.942-20.613-2.846-26.337-2.703-8.028-9.196-12.913-19.466-14.695-2.038-.266-6.902-.41-14.612-.41h-47.575v81.428zm322.418 88.801h-100.7l-13.527 48.364h-77.916L825.284.01h113.602l85.115 279.829h-76.278l-14.377-48.364zm-14.95-54.518L883.107 55.654l-34.24 121.303h69.53zM431.667 39.372c31.058 0 58.788 14.305 77.005 36.721l16.23-34.806c-25.385-23.992-59.945-38.789-98.058-38.789-59.34 0-110.11 35.84-130.939 86.579h-31.662l-18.698 40.069h40.725c-.307 3.717-.502 7.434-.502 11.233 0 4.587.236 9.134.697 13.619h-20.47l-18.688 40.089h49.562c21.422 49.449 71.557 84.163 129.966 84.163 29.44 0 56.75-8.817 79.37-23.89v-49.121c-18.217 20.736-44.85 33.843-74.558 33.843-34.714 0-65.25-17.899-83.036-44.995h103.782l18.698-40.089H333.363a100.36 100.36 0 0 1-1.096-14.777c0-3.399.174-6.758.502-10.076h149.913l18.688-40.069H345.722c17.224-29.716 49.255-49.705 85.945-49.705z"/></svg>
<svg class="tc-image-sepa-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9790649414062 279.83905029296875"><path d="M227.492 89.261H157.43c0-11.5-1.35-19.21-4.045-23.143-4.167-5.806-15.678-8.724-34.509-8.724-18.299 0-30.423 1.669-36.33 5.028-5.919 3.369-8.879 10.67-8.879 21.924 0 10.189 2.621 16.906 7.885 20.112 3.77 2.284 8.745 3.625 14.94 4.024l14.131 1.003c30.29 2.007 49.203 3.42 56.74 4.229 23.952 2.417 41.308 8.775 52.081 19.097 8.478 8.059 13.527 18.575 15.145 31.57.942 7.772 1.413 16.579 1.413 26.348 0 22.528-2.15 39.024-6.45 49.48-7.804 19.19-25.335 31.303-52.594 36.393-11.428 2.15-28.898 3.226-52.409 3.226-39.239 0-66.58-2.335-82.022-7.024-18.944-5.745-31.447-17.398-37.489-34.939C1.669 228.096 0 211.835 0 189.061h70.062c0 2.539.01 4.485.01 5.827 0 12.155 3.492 19.958 10.466 23.439 4.834 2.396 10.66 3.656 17.511 3.81h25.764c13.148 0 21.534-.676 25.15-2.028 6.441-2.529 10.67-6.605 12.688-12.247 1.075-3.481 1.607-7.966 1.607-13.466 0-12.318-4.495-19.815-13.476-22.508-3.369-1.054-18.985-2.55-46.868-4.413-22.405-1.607-37.97-3.144-46.674-4.639-22.938-4.29-38.226-13.117-45.855-26.511C3.678 124.949.329 107.725.329 84.684c0-17.541 1.813-31.611 5.438-42.189 3.625-10.588 9.462-18.616 17.531-24.115C35.104 9.942 50.229 4.986 68.62 3.512c15.31-1.341 32.286-2.017 50.975-2.017 29.41 0 50.361 1.69 62.853 5.038 30.494 8.192 45.732 31.14 45.732 68.843-.01 3.082-.236 7.711-.686 13.886zm308.111 190.577V0h140.318c19.251 0 33.925 1.566 44.022 4.71 23.081 7.229 38.564 22.036 46.49 44.411 4.086 11.745 6.144 29.43 6.144 53.033 0 28.385-2.274 48.784-6.769 61.204-9 24.556-27.525 38.707-55.49 42.373-3.287.553-17.285 1.034-41.994 1.444l-12.493.409h-44.903v72.254h-75.326zm75.315-137.164h46.951c14.89-.533 23.941-1.68 27.197-3.472 4.455-2.447 7.444-7.352 8.93-14.695.951-4.894 1.422-12.165 1.422-21.822 0-11.837-.942-20.613-2.846-26.337-2.703-8.028-9.196-12.913-19.466-14.695-2.038-.266-6.902-.41-14.612-.41h-47.575v81.428zm322.417 88.801h-100.7l-13.527 48.364h-77.916L825.273.01h113.602l85.104 279.829h-76.278l-14.366-48.364zm-14.96-54.518L883.088 55.654l-34.242 121.303h69.53zM431.646 40.57c29.604 0 57.324 13.23 76.073 36.281l1.21 1.495.818-1.741 16.23-34.806.36-.788-.626-.604C499.026 15.186 463.903 1.29 426.824 1.29c-28.959 0-56.822 8.458-80.579 24.473-23.204 15.626-41 37.366-51.466 62.853l1.106-.748h-32.43l-.317.697-19.487 41.79h42.61l-1.199-1.31c-.338 4.167-.502 7.864-.502 11.336 0 4.496.236 9.124.697 13.742l1.198-1.321h-21.228l-.317.697-18.698 40.08-.788 1.71h51.446l-1.106-.727c22.344 51.569 73.8 84.889 131.072 84.889 28.713 0 56.382-8.325 80.036-24.084l.522-.348v-52.971l-2.099 2.396c-18.658 21.248-45.496 33.423-73.646 33.423-33.106 0-63.774-16.62-82.032-44.452l-1.003 1.863h104.55l.317-.686 19.497-41.8H333.346l1.188 1.024a100.178 100.178 0 0 1-1.075-14.602c0-3.298.164-6.646.502-9.953l-1.198 1.085h150.682l.317-.696 18.688-40.08.81-1.71H345.716l1.034 1.802c17.562-30.279 50.094-49.09 84.9-49.09zm-85.923 49.706h155.648l-1.096-1.71-18.678 40.08 1.086-.696H331.685l-.123 1.085a102.968 102.968 0 0 0 .594 25.15l.164 1.024h138.783l-1.086-1.71-18.688 40.08 1.075-.697H346.389l1.23 1.853c18.697 28.529 50.124 45.538 84.038 45.538 28.836 0 56.341-12.472 75.46-34.232l-2.11-.788v49.121l.532-.994c-23.255 15.493-50.462 23.675-78.695 23.675-56.33 0-106.906-32.758-128.86-83.446l-.317-.717h-50.35l1.095 1.721 18.678-40.09-1.096.697h21.791l-.123-1.321c-.45-4.526-.697-9.083-.697-13.496 0-3.399.164-7.045.502-11.131l.103-1.3h-42.035l1.085 1.71 18.698-40.08-1.086.697h32.471l.297-.748c10.291-25.047 27.791-46.397 50.596-61.767 23.358-15.729 50.76-24.054 79.237-24.054 36.464 0 70.994 13.65 97.23 38.451l-.267-1.382-16.22 34.816 2.017-.256c-19.22-23.613-47.616-37.171-77.947-37.171-35.676 0-68.987 19.271-86.978 50.299l-1.045 1.802h2.1z"/></svg>
<svg class="tc-image-separate-cell tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 13"><path d="M2.093 6.28l2.375-2.188c.062-.061.136-.092.22-.092s.157.031.22.093A.3.3 0 0 1 5 4.312V6h1.5a.5.5 0 0 1 0 1H5v1.688c0 .084-.03.158-.093.22-.062.062-.136.092-.219.092s-.158-.03-.22-.093L2.093 6.72C2.031 6.658 2 6.584 2 6.5s.031-.157.093-.22zm10.814 0l-2.375-2.188c-.062-.061-.136-.092-.22-.092s-.157.031-.22.093a.3.3 0 0 0-.092.219V6H8.5a.5.5 0 0 0 0 1H10v1.688c0 .084.03.158.093.22.062.062.136.092.219.092s.157-.03.22-.093l2.375-2.188a.303.303 0 0 0 0-.439zM6 1v2h1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2H6v2H1V1h5m3 0h5v11H9v-2H8v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2h1V1"/></svg>
<svg class="tc-image-separators tc-image-button" width="22pt" height="22pt" viewBox="0 0 5.094000339508057 7.499000549316406"><path d="M5 2.5a2.5 2.5 0 1 0-5 0 2.501 2.501 0 0 0 2.5 2.501c.162 0 .318-.019.471-.048-.424 1.228-1.38 1.553-2.6 1.88l.463.666c3.567-.634 4.206-4.195 4.167-4.164C5.094 3.072 5 2.794 5 2.5z"/></svg>
<svg class="tc-image-sequence-h tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M11 0v11H8V0h3zM4 6v5h3V6H4zM0 8v3h3V8H0z"/></svg>
<svg class="tc-image-sequence-h-a-z tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M4 0h1v1h1v1h1v1H6v1H5v1H4V3H0V2h4V0zm4 0v11h3V0H8zM7 6v5H4V6h3zM3 8v3H0V8h3z"/></svg>
<svg class="tc-image-sequence-h-z-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M7 0H6v1H5v1H4v1h1v1h1v1h1V3h4V2H7V0zM3 0v11H0V0h3zm1 6v5h3V6H4zm4 2v3h3V8H8z"/></svg>
<svg class="tc-image-sequence-v tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M11 11H0V8h11v3zM5 4H0v3h5V4zM3 0H0v3h3V0z"/></svg>
<svg class="tc-image-sequence-v-a-z tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M11 4v1h-1v1H9v1H8V6H7V5H6V4h2V0h1v4h2zm0 4H0v3h11V8zM5 7H0V4h5v3zM3 3H0V0h3v3z"/></svg>
<svg class="tc-image-sequence-v-z-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M11 7V6h-1V5H9V4H8v1H7v1H6v1h2v4h1V7h2zm0-4H0V0h11v3zM5 4H0v3h5V4zM3 8H0v3h3V8z"/></svg>
<svg class="tc-image-server tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 31"><path d="M0 0h38v9H0V0zm36 2h-2v5h2V2zm-4 0h-2v5h2V2zm-4 0h-2v5h2V2zM2 5v2h2V5H2zm-2 6h38v9H0v-9zm36 2h-2v5h2v-5zm-4 0h-2v5h2v-5zm-4 0h-2v5h2v-5zM2 16v2h2v-2H2zm-2 6h38v9H0v-9zm36 2h-2v5h2v-5zm-4 0h-2v5h2v-5zm-4 0h-2v5h2v-5zM2 27v2h2v-2H2z"/></svg>
<svg class="tc-image-setting tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.300000190734863 14.699999809265137"><path d="M13.9 5.9c.3-.2.4-.5.3-1 0 0-.3-.8-.6-1.3s-.8-1.2-.9-1.2c-.3-.3-.6-.4-.9-.3h-.1c-.9.5-2.1.2-2.6-.7-.1-.2-.2-.7-.2-.7 0-.4-.3-.7-.7-.7H6.1c-.1 0-.2.1-.3.1-.4.2-.5.4-.6.6-.1.3-.4 1.2-.9 1.5-.5.3-1.4.1-1.7 0-.3 0-.6 0-.8.1l-.3.3L.4 4.5c-.2.3-.1.8.2 1 0 0 .3.3.5.6.5.9.2 2.1-.7 2.6H.3c-.2.2-.3.6-.1 1 0 0 .3.8.6 1.3s.8 1.2.9 1.2c.3.3.6.4.9.3h.1c.9-.5 2.1-.2 2.6.7.2.3.2.7.2.7 0 .4.4.7.8.8h2.1c.1 0 .2-.1.3-.1.2-.1.4-.4.5-.6.1-.3.4-1.3.9-1.5.5-.3 1.5-.1 1.8 0 .2.1.5 0 .8-.1.1-.1.2-.1.3-.2l1.1-1.8c.2-.4.1-.8-.3-1.1 0 0-.3-.3-.5-.6-.6-1.1-.3-2.3.6-2.8zm-5.2 4c-1.4.8-3.3.3-4.1-1.1-.8-1.4-.3-3.3 1.1-4.1S9 4.4 9.8 5.8c.8 1.4.3 3.3-1.1 4.1z"/></svg>
<svg class="tc-image-setting-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.300004959106445 21.799999237060547"><path d="M12.1 1c.1 0 .2.1.2.3 0 0 .1.8.5 1.5.7 1.2 2 1.9 3.4 1.9.7 0 1.4-.2 1.9-.5l.2.2s.8.9 1.2 1.6c.3.6.7 1.4.8 1.8V8c-1.9 1.1-2.5 3.5-1.4 5.3.3.6.9 1 1 1.1.1.1.1.2.1.4l-1.6 2.7-.1.1c-.1 0-.2.1-.2.1H18c-.4-.1-1.2-.3-1.9-.3-.6 0-1.2.1-1.6.4-1.3.8-1.8 2.9-1.8 3 0 .1-.1.2-.2.3H9.4c-.1 0-.2-.1-.3-.3 0-.1-.1-.9-.5-1.5-.7-1.2-2-1.9-3.4-1.9-.7 0-1.4.2-1.9.5l-.2-.2s-.8-.9-1.2-1.6c-.4-.7-.8-1.8-.8-1.8v-.2C3 13 3.6 10.6 2.5 8.8c-.4-.6-1-1.1-1-1.1-.1-.2-.2-.4-.1-.5L3 4.5l.1-.1c.1 0 .2-.1.3-.1h.1c.4.1 1.1.2 1.8.2s1.2-.1 1.6-.4c1.2-.6 1.7-2.5 1.8-2.7 0-.1.1-.2.2-.3H9l3.1-.1m0-1L8.9.1c-.2 0-.4.1-.5.2-.4.1-.6.5-.7.8-.1.5-.6 1.8-1.3 2.3-.4.1-.8.2-1.2.2-.6 0-1.2-.1-1.5-.2-.1 0-.2-.1-.4-.1-.3 0-.5.1-.8.2-.1.1-.2.3-.3.4L.5 6.7C.2 7.3.4 8 .9 8.3c0 0 .5.4.8.8.8 1.4.3 3.2-1.1 3.9H.5c-.4.2-.5.8-.3 1.4 0 0 .4 1.2.9 2s1.3 1.7 1.3 1.8c.3.3.6.5 1 .5.1 0 .3 0 .4-.1h.1c.5-.3 1-.4 1.4-.4 1 0 2 .5 2.5 1.4.3.5.3 1.1.3 1.1.1.6.6 1.1 1.2 1.1h3.1c.2 0 .4-.1.5-.2.3-.2.6-.5.7-.9.1-.5.6-1.9 1.3-2.3.3-.2.7-.2 1.1-.2.6 0 1.3.2 1.6.2.1 0 .3.1.4.1.3 0 .5-.1.7-.2.2-.1.3-.2.4-.4l1.7-2.8c.3-.5.1-1.2-.4-1.6 0 0-.5-.4-.8-.8-.8-1.4-.3-3.2 1.1-3.9h.1c.4-.2.5-.8.3-1.4 0 0-.4-1.2-.9-2s-1.3-1.7-1.3-1.8c-.3-.3-.6-.5-1-.5-.1 0-.3 0-.4.1h-.1c-.5.3-1 .4-1.4.4-1 0-2-.5-2.5-1.4-.3-.5-.3-1.1-.3-1.1.1-.5-.5-1-1.1-1.1zm1.8 13.9c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0-.6.7-1.6 1.2-2.5 1.2-1.8 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4 3.4 1.5 3.4 3.4c0 .3.2.5.5.5s.5-.2.5-.5c0-2.4-2-4.4-4.4-4.4-2.4 0-4.4 2-4.4 4.4 0 2.4 2 4.4 4.4 4.4 1.2 0 2.4-.6 3.2-1.5z"/></svg>
<svg class="tc-image-settings tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.92399597167969 38.92399597167969"><path d="M19.462 4.962c.864 0 1.71.076 2.534.22L24.089 0l5.563 2.249-2.094 5.182a14.578 14.578 0 0 1 3.935 3.935l5.182-2.094 2.249 5.563-5.183 2.093a14.588 14.588 0 0 1 0 5.068l5.183 2.093-2.249 5.563-5.182-2.094a14.58 14.58 0 0 1-3.52 3.645l2.273 5.105-5.48 2.443-2.273-5.106a14.705 14.705 0 0 1-5.565.097l-2.093 5.182-5.563-2.249 2.094-5.182a14.582 14.582 0 0 1-3.935-3.935l-5.182 2.094L0 24.089l5.183-2.093a14.588 14.588 0 0 1 0-5.068L0 14.835l2.249-5.563 5.182 2.094a14.582 14.582 0 0 1 3.52-3.645L8.678 2.616l5.48-2.443 2.273 5.106a14.56 14.56 0 0 1 3.031-.317zm0 4.5c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10z"/></svg>
<svg class="tc-image-settings-applications tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M18 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-3.5 18c0 .46-.04.92-.1 1.37l2.96 2.32c.26.21.34.59.16.89l-2.8 4.85c-.17.3-.54.42-.86.3l-3.49-1.41c-.72.56-1.51 1.02-2.37 1.38l-.52 3.71c-.04.33-.33.59-.68.59h-5.6a.7.7 0 0 1-.69-.59l-.52-3.71c-.85-.35-1.64-.82-2.37-1.38l-3.48 1.4c-.32.12-.68 0-.86-.3l-2.8-4.85c-.18-.3-.1-.68.16-.89l2.96-2.31c-.06-.45-.1-.9-.1-1.37 0-.46.04-.92.1-1.37l-2.96-2.31a.691.691 0 0 1-.16-.89l2.8-4.85c.18-.3.54-.42.86-.3l3.48 1.4c.72-.55 1.51-1.02 2.37-1.38l.52-3.71A.7.7 0 0 1 15.2 4h5.6a.7.7 0 0 1 .69.59l.52 3.71c.85.35 1.64.82 2.37 1.38l3.48-1.4c.32-.12.68 0 .86.3l2.8 4.85c.18.3.1.68-.16.89l-2.96 2.32c.06.44.1.9.1 1.36z"/></svg>
<svg class="tc-image-settings-backup-restore tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M28 18c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zM24 0C14.06 0 6 8.06 6 18H0l8 8 8-8h-6c0-7.73 6.27-14 14-14s14 6.27 14 14-6.27 14-14 14c-3.03 0-5.82-.97-8.12-2.61l-2.83 2.87C16.09 34.6 19.88 36 24 36c9.94 0 18-8.06 18-18S33.94 0 24 0z"/></svg>
<svg class="tc-image-settings-bluetooth tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.40999984741211 48"><path d="M12 48h4v-4h-4v4zm-8 0h4v-4H4v4zm16 0h4v-4h-4v4zm5.41-36.59L14 0h-2v15.17L2.83 6 0 8.83 11.17 20 0 31.17 2.83 34 12 24.83V40h2l11.41-11.41L16.83 20l8.58-8.59zM16 7.66l3.76 3.76L16 15.17V7.66zm3.76 20.93L16 32.34v-7.51l3.76 3.76z"/></svg>
<svg class="tc-image-settings-brightness tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32.03H4V3.97h36v28.06zM14 26h5l3 3 3-3h5v-5l3-3-3-3v-5h-5l-3-3-3 3h-5v5l-3 3 3 3v5zm8-14c3.31 0 6 2.69 6 6s-2.69 6-6 6V12z"/></svg>
<svg class="tc-image-settings-cell tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 48"><path d="M2 48h4v-4H2v4zm8 0h4v-4h-4v4zm8 0h4v-4h-4v4zM20 .02L4 0C1.79 0 0 1.79 0 4v32c0 2.21 1.79 4 4 4h16c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zM20 32H4V8h16v24z"/></svg>
<svg class="tc-image-settings-ethernet tc-image-button" width="22pt" height="22pt" viewBox="0 0 954.0270385742188 556.3740234375"><path d="M296.533 54.614L230.826.214 0 278.187l230.826 278.187 65.707-54.4-185.6-223.787 185.6-223.573zm-32.853 266.24h85.333v-85.333H263.68v85.333zm426.666-85.334h-85.333v85.333h85.333V235.52zm-256 85.334h85.334v-85.333h-85.333v85.333zM723.2 0l-65.707 54.4 185.6 223.787-185.6 223.573 65.707 54.4 230.827-277.973L723.2 0z"/></svg>
<svg class="tc-image-settings-input-antenna tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 42.83000183105469"><path d="M22 8C14.27 8 8 14.27 8 22h4c0-5.52 4.48-10 10-10s10 4.48 10 10h4c0-7.73-6.27-14-14-14zm2 18.58c1.76-.77 3-2.53 3-4.58 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.05 1.24 3.81 3 4.58v6.59L13.17 40 16 42.83l6-6 6 6L30.83 40 24 33.17v-6.59zM22 0C9.85 0 0 9.85 0 22h4c0-9.94 8.06-18 18-18s18 8.06 18 18h4C44 9.85 34.15 0 22 0z"/></svg>
<svg class="tc-image-settings-input-component tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M8 2a2 2 0 1 0-4 0v8H0v12h12V10H8V2zm8 28c0 2.61 1.68 4.81 4 5.63V44h4v-8.37c2.32-.83 4-3.02 4-5.63v-4H16v4zM0 30c0 2.61 1.68 4.81 4 5.63V44h4v-8.37c2.32-.83 4-3.02 4-5.63v-4H0v4zm40-20V2a2 2 0 1 0-4 0v8h-4v12h12V10h-4zM24 2a2 2 0 1 0-4 0v8h-4v12h12V10h-4V2zm8 28c0 2.61 1.68 4.81 4 5.63V44h4v-8.37c2.32-.83 4-3.02 4-5.63v-4H32v4z"/></svg>
<svg class="tc-image-settings-input-composite tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M8 2a2 2 0 1 0-4 0v8H0v12h12V10H8V2zm8 28c0 2.61 1.68 4.81 4 5.63V44h4v-8.37c2.32-.83 4-3.02 4-5.63v-4H16v4zM0 30c0 2.61 1.68 4.81 4 5.63V44h4v-8.37c2.32-.83 4-3.02 4-5.63v-4H0v4zm40-20V2a2 2 0 1 0-4 0v8h-4v12h12V10h-4zM24 2a2 2 0 1 0-4 0v8h-4v12h12V10h-4V2zm8 28c0 2.61 1.68 4.81 4 5.63V44h4v-8.37c2.32-.83 4-3.02 4-5.63v-4H32v4z"/></svg>
<svg class="tc-image-settings-input-hdmi tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M26 10V4c0-2.21-1.79-4-4-4H6C3.79 0 2 1.79 2 4v6H0v12l6 12v6h16v-6l6-12V10h-2zM6 4h16v6h-4V6h-2v4h-4V6h-2v4H6V4z"/></svg>
<svg class="tc-image-settings-input-svideo tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M14 21c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm14-10c0-1.66-1.34-3-3-3h-6c-1.66 0-3 1.34-3 3s1.34 3 3 3h6c1.66 0 3-1.34 3-3zM15 28c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm7-28C9.87 0 0 9.87 0 22s9.87 22 22 22 22-9.87 22-22S34.13 0 22 0zm0 40c-9.93 0-18-8.08-18-18S12.07 4 22 4s18 8.08 18 18-8.07 18-18 18zm11-22c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm-4 10c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>
<svg class="tc-image-settings-overscan tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M22.01 5L18 10h8l-3.99-5zM34 14v8l5-3.99L34 14zm-24 0l-5 4.01L10 22v-8zm16 12h-8l4.01 5L26 26zM40 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32.03H4V3.97h36v28.06z"/></svg>
<svg class="tc-image-settings-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.0785522460938 768.0784912109375"><path d="M426.706 256.04h-85.333v85.333h85.333V256.04zm170.666 0H512.04v85.333h85.333V256.04zm128 277.333c-53.12 0-104.32-8.533-152.32-24.32-14.72-4.693-31.573-1.28-43.307 10.453l-93.867 94.08c-120.96-61.44-219.52-160.213-281.173-280.96l93.867-94.08c11.733-11.733 15.147-28.587 10.453-43.307-15.787-48-24.32-99.413-24.32-152.533A42.52 42.52 0 0 0 192.038.04H42.706A42.52 42.52 0 0 0 .04 42.706c0 400.64 324.693 725.333 725.333 725.333a42.52 42.52 0 0 0 42.667-42.667V576.04a42.52 42.52 0 0 0-42.667-42.667zM682.706 256.04v85.333h85.333V256.04h-85.333z"/></svg>
<svg class="tc-image-settings-power tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.666015625 938.6669921875"><path d="M128 938.667h85.333v-85.333H128v85.333zm170.666 0H384v-85.333h-85.333v85.333zM384 0h-85.333v426.667H384V0zm152.106 103.894l-61.653 61.653c73.6 45.013 122.88 125.867 122.88 218.453 0 141.44-114.56 256-256 256s-256-114.56-256-256c0-92.587 49.28-173.44 122.88-218.453l-61.653-61.653C58.027 165.547 0 267.947 0 384.001c0 188.587 152.747 341.333 341.333 341.333s341.333-152.747 341.333-341.333c0-116.053-58.027-218.453-146.56-280.107zm-66.773 834.773h85.333v-85.333h-85.333v85.333z"/></svg>
<svg class="tc-image-settings-remote tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.119998931884766 46"><path d="M21.56 18h-12a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V20a2 2 0 0 0-2-2zm-6 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm-9.9-17.9l2.83 2.83C10.3 13.12 12.8 12 15.56 12s5.26 1.12 7.07 2.93l2.83-2.83C22.93 9.57 19.43 8 15.56 8s-7.37 1.57-9.9 4.1zM15.56 0C9.49 0 3.99 2.46 0 6.44l2.83 2.83C6.09 6.01 10.59 4 15.56 4s9.47 2.01 12.73 5.27l2.83-2.83C27.13 2.46 21.63 0 15.56 0z"/></svg>
<svg class="tc-image-settings-system-daydream tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M16 26h13c2.76 0 5-2.24 5-5s-2.24-5-5-5h-.1c-.49-3.39-3.38-6-6.9-6-2.8 0-5.2 1.66-6.32 4.04h-.33A5.994 5.994 0 0 0 10 20c0 3.31 2.69 6 6 6zM40 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32.03H4V3.97h36v28.06z"/></svg>
<svg class="tc-image-settings-voice tc-image-button" width="22pt" height="22pt" viewBox="0 0 597.3330078125 981.3330078125"><path d="M85.332 981.333h85.333V896H85.332v85.333zM298.665 512c70.613 0 127.573-57.387 127.573-128l.427-256c0-70.827-57.173-128-128-128-70.613 0-128 57.173-128 128v256c0 70.613 57.387 128 128 128zm-42.667 469.333h85.334V896h-85.333v85.333zm170.667 0h85.333V896h-85.333v85.333zM597.332 384h-72.533c0 128-108.16 217.6-226.133 217.6-117.76 0-226.133-89.6-226.133-217.6H0c0 145.707 116.053 266.027 256 286.72v139.947h85.333V670.72c139.947-20.693 256-141.013 256-286.72z"/></svg>
<svg class="tc-image-settong tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 511.9999694824219"><path d="M447.1 259.8l64.9-27.1-19.8-83.2-72.7 7.8c-7.3-12.4-15.9-23.7-25.4-33.8L421 58.1l-72.8-44.9-45.4 56.5c-15.7-4.1-32-6.2-48.3-6.3L225.9 0l-82.7 22.2 9.7 70.2c-11.4 7.1-21.9 15.1-31.2 24L59 90.5l-44.9 72.8 54 43.7c-3.9 14.9-6.3 30.3-6.6 45.8L0 278.4l19.8 83.3 68.7-7.4c7.9 13.8 17.2 26.3 28 37.3L91.2 453l72.8 44.9 43.6-54.2c14.8 3.7 29.9 5.7 45.3 5.9l25.8 62.4 83.2-19.8-7.5-70.8c12.9-7.8 24.7-16.8 34.9-27l63.8 26.3 44.9-72.9-56.4-45.6c3.4-13.8 5.3-28.1 5.5-42.4zM256 374.4c-65.2 0-118-53-118-118.5 0-65.4 52.8-118.5 118-118.5s118 53 118 118.5-52.9 118.5-118 118.5zm0-158c-21.9 0-39.6 17.7-39.6 39.6 0 21.9 17.7 39.6 39.6 39.6s39.6-17.7 39.6-39.6c0-21.9-17.8-39.6-39.6-39.6z"/></svg>
<svg class="tc-image-shape tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.699265480041504 14.500266075134277"><path d="M12 4.275V.667A.667.667 0 0 0 11.334 0H.667A.666.666 0 0 0 0 .667v10.667c0 .368.298.666.667.666h3.93a5.496 5.496 0 0 0 4.602 2.5c3.033 0 5.5-2.468 5.5-5.5A5.497 5.497 0 0 0 12 4.275zM1 11V1h10v2.81a5.463 5.463 0 0 0-1.8-.31A5.506 5.506 0 0 0 3.7 9c0 .706.14 1.38.382 2H1zm8.2 2.5c-2.48 0-4.5-2.019-4.5-4.5s2.02-4.5 4.5-4.5 4.5 2.02 4.5 4.5-2.02 4.5-4.5 4.5z"/></svg>
<svg class="tc-image-share tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 14"><path d="M11 4v9a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4h2.552c1.138 0 1.138 1 0 1H1v8h9V5H8.516c-1.138 0-1.138-1 0-1H11zM7.85 2.229L5.821.15 5.813.146C5.769.101 5.664.064 5.605.039 5.552.018 5.596.01 5.541.006 5.529.006 5.52 0 5.509 0c-.008 0-.014.004-.022.004a.411.411 0 0 0-.146.035.54.54 0 0 0-.135.09c-.01.008-.023.012-.032.021L3.097 2.229c-.201.2-.109.525.092.725.2.201.525.201.726 0l1.109-1.201.001 6.714c0 .293.2.531.483.53.283.001.464-.237.464-.531V1.752l1.243 1.201a.514.514 0 0 0 .727 0c.1-.1.059-.23.059-.362s-.052-.263-.151-.362z"/></svg>
<svg class="tc-image-share-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M426.7 341.3c-29.1 0-54.8 14.6-70.2 36.9L167.4 278.1c1.9-7.1 3.3-14.4 3.3-22.1 0-7.7-1.3-15-3.3-22.1l189.1-100.1c15.4 22.3 41 36.9 70.2 36.9 47.1 0 85.3-38.2 85.3-85.3S473.8 0 426.7 0s-85.3 38.2-85.3 85.3c0 .8.2 1.6.2 2.4l-199 105.4c-15.1-13.8-35.1-22.4-57.2-22.4C38.2 170.6 0 208.9 0 256s38.2 85.3 85.3 85.3c22.1 0 42-8.6 57.2-22.4l199 105.4c0 .9-.2 1.6-.2 2.4 0 47.1 38.2 85.3 85.3 85.3s85.3-38.2 85.3-85.3-38.1-85.4-85.2-85.4zm0-298.6c23.5 0 42.7 19.1 42.7 42.7 0 23.5-19.1 42.7-42.7 42.7-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7zm-341.4 256c-23.5 0-42.7-19.1-42.7-42.7 0-23.5 19.1-42.7 42.7-42.7 23.5 0 42.7 19.1 42.7 42.7 0 23.5-19.1 42.7-42.7 42.7zm341.4 170.6c-23.5 0-42.7-19.1-42.7-42.7 0-23.5 19.1-42.7 42.7-42.7 23.5 0 42.7 19.1 42.7 42.7-.1 23.6-19.2 42.7-42.7 42.7z"/></svg>
<svg class="tc-image-share-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1129.93994140625"><path d="M754.553 0v294.209C487.317 294.216 0 297.148 0 1129.94c55.25-556.9 309.061-560.402 754.553-560.408v321.292L1200 445.377 754.553 0z"/></svg>
<svg class="tc-image-share-alt-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 1067q0-88-62.5-151T1067 853q-84 0-145 58L681 791q2-16 2-23t-2-23l241-120q61 58 145 58 88 0 150.5-63t62.5-151-62.5-150.5T1067 256t-151 62.5T853 469q0 7 2 23L614 612q-62-57-145-57-88 0-150.5 62.5T256 768t62.5 150.5T469 981q83 0 145-57l241 120q-2 16-2 23 0 88 63 150.5t151 62.5 150.5-62.5T1280 1067zm256-779v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-share-apple tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 34.400001525878906"><path d="M18.3 8.1L13 2.8 7.7 8.1 6.3 6.7 13 0l6.7 6.7z"/><path d="M12 1.4h2v21h-2z"/><path d="M23 34.4H3c-1.7 0-3-1.3-3-3v-18c0-1.7 1.3-3 3-3h7v2H3c-.6 0-1 .4-1 1v18c0 .6.4 1 1 1h20c.6 0 1-.4 1-1v-18c0-.6-.4-1-1-1h-7v-2h7c1.7 0 3 1.3 3 3v18c0 1.7-1.3 3-3 3z"/></svg>
<svg class="tc-image-share-boxed tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M.75 0C.34 0 0 .34 0 .75v5.5c0 .41.34.75.75.75h4.5c.41 0 .75-.34.75-.75V5H5v1H1V1h2V0H.75zM6 0v1C3.95 1 2.3 2.54 2.06 4.53 2.27 3.65 3.05 3 4 3h2v1l2-2-2-2z"/></svg>
<svg class="tc-image-share-from tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12.000000953674316"><path d="M9.5 7c-.798 0-1.5.381-1.957.962L4.906 6.644C4.961 6.437 5 6.224 5 6s-.039-.437-.094-.644l2.637-1.318A2.482 2.482 0 0 0 9.5 5 2.5 2.5 0 1 0 7 2.5c0 .224.039.437.094.644L4.458 4.462A2.485 2.485 0 0 0 2.5 3.5a2.5 2.5 0 1 0 0 5c.798 0 1.5-.381 1.958-.962l2.636 1.318C7.039 9.062 7 9.276 7 9.5A2.5 2.5 0 1 0 9.5 7zm0-6c.827 0 1.5.673 1.5 1.5S10.327 4 9.5 4 8 3.327 8 2.5 8.673 1 9.5 1zm-7 6.5C1.673 7.5 1 6.827 1 6s.673-1.5 1.5-1.5S4 5.173 4 6s-.673 1.5-1.5 1.5zm7 3.5C8.673 11 8 10.327 8 9.5S8.673 8 9.5 8s1.5.673 1.5 1.5-.673 1.5-1.5 1.5z"/></svg>
<svg class="tc-image-share-google tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 30"><path d="M5 20c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm20-2c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 28c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z"/><path d="M9.007 15.885l12.88 6.44-.895 1.788-12.88-6.44zm11.986-10l.894 1.79-12.88 6.438-.894-1.79z"/></svg>
<svg class="tc-image-share-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 31.67150115966797"><path d="M20.583 11.083a4.75 4.75 0 1 1 0 9.5 4.75 4.75 0 0 1 0-9.5zm0-11.083c3.564 0 6.854 1.177 9.5 3.165v3.168l-1.98 1.98h-1.715a9.459 9.459 0 0 0-5.805-1.98c-4.651 0-8.522 3.343-9.34 7.757L9.5 15.833H0V9.5h6.067C8.51 3.908 14.09 0 20.583 0zm0 31.666a15.764 15.764 0 0 1-9.5-3.165v-3.168l1.98-1.98h1.715a9.459 9.459 0 0 0 5.805 1.98c4.651 0 8.522-3.343 9.34-7.757l1.743-1.743h9.5v6.333h-6.067c-2.443 5.592-8.023 9.5-14.516 9.5z"/></svg>
<svg class="tc-image-share-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1005 973l352-352q19-19 19-45t-19-45l-352-352q-30-31-69-14-40 17-40 59v160q-119 0-216 19.5t-162.5 51-114 79T327 629t-44.5 109T261 849.5 256 960q0 181 167 404 10 12 25 12 7 0 13-3 22-9 19-33-44-354 62-473 46-52 130-75.5T896 768v160q0 42 40 59 12 5 24 5 26 0 45-19zm531-685v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-share-square-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1536"><path d="M1408 989v259q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h255q13 0 22.5 9.5T575 160q0 27-26 32-77 26-133 60-10 4-16 4H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-214q0-19 18-29 28-13 54-37 16-16 35-8 21 9 21 29zm237-496l-384 384q-18 19-45 19-12 0-25-5-39-17-39-59V640H992q-323 0-438 131-119 137-74 473 3 23-20 34-8 2-12 2-16 0-26-13-10-14-21-31t-39.5-68.5T312 1068t-38.5-114T256 832q0-49 3.5-91t14-90 28-88 47-81.5 68.5-74 94.5-61.5T636 297.5 795.5 267 992 256h160V64q0-42 39-59 13-5 25-5 26 0 45 19l384 384q19 19 19 45t-19 45z"/></svg>
<svg class="tc-image-share2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.288148880004883 16.452733993530273"><path d="M13.501 11.26c-.706 0-1.342.293-1.797.763L4.97 8.656a2.46 2.46 0 0 0 0-.792l6.734-3.367a2.5 2.5 0 1 0-.672-1.34L4.298 6.522a2.5 2.5 0 1 0 0 3.474l6.734 3.367a2.5 2.5 0 1 0 2.469-2.104z"/></svg>
<svg class="tc-image-shareable tc-image-button" width="22pt" height="22pt" viewBox="0 0 1023.9990234375 819.199951171875"><path d="M348.16 409.6c0 90.522 73.37 163.891 163.84 163.891 90.522 0 163.79-73.37 163.79-163.891 0-90.47-73.268-163.84-163.79-163.84S348.16 319.13 348.16 409.6zm-116.275-61.44C259.995 219.341 374.682 122.88 512 122.88c79.155 0 150.784 32.102 202.701 83.968 24.013 24.013 62.925 24.013 86.886 0 24.013-24.013 24.013-62.925 0-86.886C727.501 45.876 625.101 0 512 0 328.602 0 173.363 120.525 121.19 286.771H0V409.6h163.79c51.148 0 63.743-41.626 68.095-61.44zM860.16 409.6c-51.149 0-63.744 41.677-68.045 61.389C764.006 599.808 649.318 696.269 512 696.269c-79.206 0-150.835-32.102-202.7-84.019-24.014-24.013-62.926-24.013-86.939 0-23.962 24.013-23.962 62.925 0 86.886C296.499 773.325 398.899 819.2 511.999 819.2c183.398 0 338.586-120.627 390.81-286.72h121.19V409.6h-163.84z"/></svg>
<svg class="tc-image-sharing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M325.8 0v186.2h69.8v46.5H116.4v-46.5h69.8V0H0v186.2h69.8v93.1h162.9v46.5h-69.8V512h186.2V325.8h-69.8v-46.5h162.9v-93.1H512V0z"/></svg>
<svg class="tc-image-sharing-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M325.8 0v186.2h69.8v46.5H116.4v-46.5h69.8V0H0v186.2h69.8v93.1h162.9v46.5h-69.8V512h186.2V325.8h-69.8v-46.5h162.9v-93.1H512V0H325.8zM46.5 139.6V46.5h93.1v93.1H46.5zm256 232.8v93.1h-93.1v-93.1h93.1zm163-232.8h-93.1V46.5h93.1v93.1z"/></svg>
<svg class="tc-image-sheet tc-image-button" width="22pt" height="22pt" viewBox="0 0 1619 1920"><path d="M0 1740V180q0-74 52.5-127T179 0h728q7 0 12 1h1q78 6 125 53l522 502q22 24 33 50 4 10 5 13 1 2 4.5 10t4.5 13q5 23 5 42v1056q0 74-52.5 127t-126.5 53H179q-74 0-126.5-53T0 1740zm179 0h1261V787h-272q-149 0-254.5-105.5T808 427V180H179v1560zM989 427q0 74 52.5 126.5T1168 606h242L989 208v219z"/></svg>
<svg class="tc-image-sheet-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M12.562 13H.438A.44.44 0 0 1 0 12.562V.438C0 .197.197 0 .487 0h9.537L13 3v9.562a.44.44 0 0 1-.438.438zM10 1v2h2l-2-2zm2 3H9.024V1H1v11h11V4zM3 3H2v1h1V3zm4 .5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5zM3 6H2v1h1V6zm7 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zM3 9H2v1h1V9zm7 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-sheet-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M10.024 0H.487C.197 0 0 .197 0 .438v12.125c0 .24.197.437.438.437h12.125c.24 0 .437-.197.437-.438V3l-2.976-3zM6 7v2H4V7h2zM4 6V4h2v2H4zm3 1h2v2H7V7zm0-1V4h2v2H7zm2-5v2H7V1h2zM6 1v2H4V1h2zM1 1h2v2H1V1zm0 3h2v2H1V4zm0 3h2v2H1V7zm0 5v-2h2v2H1zm3 0v-2h2v2H4zm3 0v-2h2v2H7zm5 0h-2v-2h2v2zm0-3h-2V7h2v2zm0-3h-2V4h2v2zm-2-3V1l2 2h-2z"/></svg>
<svg class="tc-image-sheild tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42.125 46.29899978637695"><path d="M39.095 15.608c.278-3.306 1.275-6.341 3.03-9.124L35.391 0c-2.127 1.763-4.551 2.74-7.295 2.912-2.516.219-4.9-.241-7.144-1.383-2.306 1.104-4.681 1.567-7.156 1.383A13.25 13.25 0 0 1 6.853.268L.102 6.75c1.661 2.822 2.586 5.775 2.767 8.858.086 1.419-.334 3.375-1.279 5.9a42.076 42.076 0 0 0-1.123 3.63C.231 26.147.084 26.965.034 27.58c-.034 2.691.75 5.121 2.358 7.282 1.257 1.577 3.33 3.319 6.208 5.224 3.148 1.543 5.585 2.544 7.292 2.971l1.416.635c.445.204.922.405 1.419.623 1.075.62 1.828 1.291 2.225 1.984.488-.751 1.259-1.404 2.283-1.984a49.68 49.68 0 0 0 1.826-.797l1.069-.46c.365-.173.842-.373 1.422-.594a83.936 83.936 0 0 1 2.164-.791c1.663-.566 2.874-1.103 3.643-1.587 2.792-1.904 4.833-3.619 6.132-5.15 1.665-2.168 2.475-4.61 2.438-7.354-.099-1.23-.64-3.196-1.622-5.875-.934-2.611-1.347-4.637-1.212-6.099z"/></svg>
<svg class="tc-image-shelter-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M3 4v3h6v2H1V4.67L0 5V3l9-3v2L3 4z"/></svg>
<svg class="tc-image-shelter-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M3 6v5h9.5v2H1V6.78l-1 .38V5l13-5v2.14L3 6z"/></svg>
<svg class="tc-image-sheriff-badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 74.91200256347656 79.25666046142578"><path d="M69.521 51.639c-.861 0-1.663.222-2.385.583L60.323 40.42l6.755-11.701c.438.115.89.196 1.364.196a5.389 5.389 0 0 0 5.382-5.388 5.379 5.379 0 0 0-5.382-5.374 5.368 5.368 0 0 0-4.449 2.349h-15.17L41.781 8.306a5.348 5.348 0 0 0 .873-2.92A5.388 5.388 0 0 0 37.265 0a5.387 5.387 0 0 0-5.382 5.387 5.35 5.35 0 0 0 .835 2.848l-7.083 12.267h-15.53c-.909-1.686-2.668-2.845-4.716-2.842A5.378 5.378 0 0 0 0 23.037a5.388 5.388 0 0 0 5.389 5.386c.861 0 1.663-.223 2.385-.583l6.814 11.802-6.756 11.702a5.343 5.343 0 0 0-1.364-.196 5.381 5.381 0 1 0 0 10.762 5.377 5.377 0 0 0 4.451-2.35h15.169l6.815 11.805a5.327 5.327 0 0 0-.647 2.505 5.387 5.387 0 0 0 5.389 5.386 5.389 5.389 0 0 0 5.382-5.388 5.335 5.335 0 0 0-.61-2.432l6.857-11.876h15.532c.909 1.685 2.668 2.844 4.717 2.844a5.383 5.383 0 0 0 5.389-5.378 5.393 5.393 0 0 0-5.391-5.387z"/></svg>
<svg class="tc-image-shield tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.204002380371094 41.168209075927734"><path d="M37.442 4.684c.51-.23.971-.344 1.38-.344.397 0 .746.092 1.047.276.3.184.55.427.749.728l.442 1.02.144 1.12c0 2.34-.135 4.526-.405 6.56a43.357 43.357 0 0 1-1.124 5.687 34.733 34.733 0 0 1-1.697 4.861 34.727 34.727 0 0 1-2.12 4.097 29.494 29.494 0 0 1-2.406 3.407 31.265 31.265 0 0 1-2.554 2.762c-3.028 2.876-6.46 4.98-10.3 6.31-3.846-1.33-7.279-3.434-10.298-6.31-1.29-1.228-2.552-2.686-3.788-4.374-1.235-1.688-2.335-3.65-3.299-5.889C2.25 22.357 1.473 19.825.884 17 .294 14.174 0 11.002 0 7.483L.163 6.35l.479-.997c.21-.295.472-.53.785-.709a2.116 2.116 0 0 1 1.065-.267c.397 0 .82.102 1.27.307 1.036.474 1.988.81 2.858 1.006.87.197 1.674.295 2.415.295.986 0 1.872-.146 2.658-.439a10.106 10.106 0 0 0 2.166-1.11l1.823-1.44 1.62-1.44 1.59-1.113a3.49 3.49 0 0 1 1.707-.442c.614 0 1.19.147 1.728.442l1.593 1.114 1.63 1.44 1.822 1.44a9.892 9.892 0 0 0 2.157 1.11c.786.292 1.672.44 2.658.44.74 0 1.543-.1 2.406-.297.864-.196 1.813-.532 2.848-1.006z"/></svg>
<svg class="tc-image-shield-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.204002380371094 41.168209075927734"><path d="M37.442 4.684c.51-.23.971-.344 1.38-.344.397 0 .746.092 1.047.276.3.184.55.427.749.728l.442 1.02.144 1.12c0 2.34-.135 4.526-.405 6.56a43.357 43.357 0 0 1-1.124 5.687 34.733 34.733 0 0 1-1.697 4.861 34.727 34.727 0 0 1-2.12 4.097 29.494 29.494 0 0 1-2.406 3.407 31.265 31.265 0 0 1-2.554 2.762c-3.028 2.876-6.46 4.98-10.3 6.31-3.846-1.33-7.279-3.434-10.298-6.31-1.29-1.228-2.552-2.686-3.788-4.374-1.235-1.688-2.335-3.65-3.299-5.889C2.25 22.357 1.473 19.825.884 17 .294 14.174 0 11.002 0 7.483L.163 6.35l.479-.997c.21-.295.472-.53.785-.709a2.116 2.116 0 0 1 1.065-.267c.397 0 .82.102 1.27.307 1.036.474 1.988.81 2.858 1.006.87.197 1.674.295 2.415.295.986 0 1.872-.146 2.658-.439a10.106 10.106 0 0 0 2.166-1.11l1.823-1.44 1.62-1.44 1.59-1.113a3.49 3.49 0 0 1 1.707-.442c.614 0 1.19.147 1.728.442l1.593 1.114 1.63 1.44 1.822 1.44a9.892 9.892 0 0 0 2.157 1.11c.786.292 1.672.44 2.658.44.74 0 1.543-.1 2.406-.297.864-.196 1.813-.532 2.848-1.006zm-14.83 21.06l1.099-15.462h-6.2l1.093 15.46h4.008zm-2.01 3.51c-1.914 0-3.033 1.551-3.033 3.466 0 1.914 1.119 3.466 3.033 3.466s3.033-1.552 3.033-3.466c0-1.915-1.119-3.467-3.033-3.467z"/></svg>
<svg class="tc-image-shift tc-image-button" width="22pt" height="22pt" viewBox="0 0 709.0311279296875 771.1240234375"><path d="M514.515 771.124h-320c-17.672 0-32-14.326-32-32v-352h-128a32.002 32.002 0 0 1-22.628-54.628l320-320C344.385 0 364.645 0 377.141 12.496l320 320c9.152 9.152 11.89 22.916 6.938 34.874s-16.62 19.754-29.564 19.754h-128v352c0 17.674-14.326 32-32 32zm-288-64h256v-352c0-17.672 14.326-32 32-32h82.744L354.515 80.378 111.772 323.124h82.744c17.672 0 32 14.328 32 32v352z"/></svg>
<svg class="tc-image-ship tc-image-button" width="22pt" height="22pt" viewBox="0 0 1148.576904296875 1024.001953125"><path d="M1024.003 888.573q10.857-10.857 25.714-10.857t25.714 10.857l73.143 73.143-51.43 51.429-47.428-47.429-47.43 47.429q-10.285 10.857-25.713 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857T512 1013.145l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857L0 940.002l51.429-51.429 47.429 47.429 47.429-47.429q10.857-10.857 25.714-10.857t25.714 10.857l47.429 47.429 47.429-47.429q10.857-10.857 25.714-10.857T344 888.573l47.429 47.429 47.429-47.429q10.857-10.857 25.714-10.857t25.714 10.857l47.429 47.429 47.429-47.429q10.857-10.857 25.714-10.857t25.714 10.857l47.429 47.429 47.429-47.429q10.857-10.857 25.714-10.857t25.714 10.857l47.429 47.429 47.429-47.429q10.857-10.857 25.714-10.857t25.714 10.857l47.429 47.429zm-899.428-21.714q-10.857 10.857-25.714 10.857t-25.714-10.857L.004 793.716l51.429-51.429 47.429 46.857 47.429-46.857q10.857-10.857 25.714-10.857t25.714 10.857l47.429 46.857 36.57-36.571V585.144l-120-179.429q-9.713-14.857-4-32.286t22.858-23.143l101.143-33.143V146.286h73.143V73.143h146.286V0h146.286v73.143H793.72v73.143h73.143v170.857l101.143 33.143q17.143 5.714 22.857 23.143t-4 32.286l-120 179.429v167.429l10.857-10.286q10.857-10.857 25.714-10.857t25.714 10.857l47.429 46.857 47.429-46.857q10.857-10.857 25.714-10.857t25.714 10.857l73.143 73.143-51.43 51.429-47.428-47.429-47.43 47.429q-10.285 10.857-25.713 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429-47.428 47.429q-10.857 10.857-25.714 10.857t-25.714-10.857l-47.43-47.429zM354.86 219.431v73.143l219.429-73.143 219.429 73.143v-73.143h-73.143v-73.143H428.004v73.143H354.86z"/></svg>
<svg class="tc-image-shirtsinbulk tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1730"><path d="M0 0h1536v1392l-776 338L0 1392V0zm1436 1327V401H100v926l661 294zm0-1026V100H100v201h1336zM181 599v115h-37V599h37zm0 148v115h-37V747h37zm0 148v115h-37V895h37zm0 148v115h-37v-115h37zm0 148v115h-37v-115h37zm26 143l15-34 105 47-15 33zm136 60l15-34 105 46-15 34zm135 60l15-34 105 46-15 34zm136 59l15-33 104 46-15 34zm183 13l105-46 15 33-105 47zm135-60l105-46 15 34-105 46zm136-60l105-46 15 34-105 46zm135-59l105-47 15 34-105 46zM259 147v36H145v-36h114zm162 0v36H306v-36h115zm162 0v36H468v-36h115zm161 0v36H630v-36h114zm162 0v36H792v-36h114zm162 0v36H953v-36h115zm162 0v36h-115v-36h115zm161 0v36h-114v-36h114zM181 487v79h-37V451h115v36h-78zm240-36v36H306v-36h115zm162 0v36H468v-36h115zm161 0v36H630v-36h114zm162 0v36H792v-36h114zm162 0v36H953v-36h115zm162 0v36h-115v-36h115zm125 115v-79h-78v-36h115v115h-37zm0 148V599h37v115h-37zm0 148V747h37v115h-37zm0 148V895h37v115h-37zm0 148v-115h37v115h-37zm0 148v-115h37v115h-37zm-595-35q-129 0-221-91.5T447 958q0-129 92-221t221-92q130 0 221.5 92t91.5 221q0 130-91.5 221.5T760 1271zM595 890q0 36 19.5 56.5t49.5 25 64 7 64 2 49.5 9T861 1020q0 49-112 49-97 0-123-51h-3l-31 63q67 42 162 42 29 0 56.5-5t55.5-16 45.5-33 17.5-53q0-46-27.5-69.5t-67.5-27-79.5-3-67-5T660 886q0-21 20.5-33t40.5-15 41-3q34 0 70.5 11t51.5 34h3l30-58q-3-1-21-8.5t-22.5-9-19.5-7-22-7-20-4.5-24-4-23-1q-29 0-56.5 5t-54 16.5-43 34T595 890z"/></svg>
<svg class="tc-image-shit tc-image-button" width="22pt" height="22pt" viewBox="0 0 1029.5360107421875 1024"><path d="M620.127 224.16h32.992c63.968-88.064-43.904-128.096 0-224.16h-32.992c-38.368 94.464 51.872 131.296 0 224.16zm-128.736 32.032h33.536c-44.608-96.064 64.992-168.128 0-256.192h-33.536c52.704 92.864-39.008 161.728 0 256.192zm485.536 557.152c-6.4-24.672-14.048-37.28-48.992-40.032-13.28-.864-25.984-1.632-39.168-2.496.352-.64.576-1.568.864-2.24h-102.08c-8.896 0-16.128-7.168-16.128-16 0-8.864 7.232-16.032 16.128-16.032h108.992c2.24-27.2-.992-60.576-10.656-77.984-14.304-27.552-27.616-49.952-40.544-67.648-22.304-27.84-63.648-46.496-94.208-56.544-3.584-.928-7.936-1.76-12.64-2.528-1.632 7.136-7.744 12.576-15.392 12.576h-96.672c-8.896 0-16.128-7.168-16.128-16.032 0-3.744 13.088-7.168 28.672-9.92-19.392-45.856 3.552-102.144 3.552-102.144 0-35.36-64.48-106.72-64.48-64.032s-153.376 0-153.376 0c-20.832-23.328-39.968-64.032-39.968-64.032S328.511 320 321.6 360.448c-19.936 10.88-33.6 31.68-33.6 55.904v32c0 14.944 2.656 40 9.344 64.032h71.232c8.896 0 16.128 7.168 16.128 16 0 8.864-7.232 16.032-16.128 16.032h-96.608c-7.232 0-13.088-4.736-15.168-11.264-21.312-4.64-42.88-10.688-64.768-18.976-35.904.736-65.056 28.896-65.056 63.936v63.328c.032 11.808 3.392 22.976 9.312 32.672 2.048-.96 4.352-1.6 6.784-1.6h128.896c8.896 0 16.096 7.168 16.096 16s-7.2 16.032-16.096 16.032h-98.656c2.816 1.088 5.664 2.176 8.672 2.976-17.984-.192-36-.8-53.952-.8-31.424.16-74.368 27.168-88.928 51.648-21.728 38.016-33.056 68.544-36.992 128.544C0 926.976 27.231 1024 57.44 1024s870.88-.704 870.88-.704 95.84-59.552 97.44-96.224c3.776-54.976-40.96-76.48-48.832-113.728zM373.44 192.128h33.536c-52.704-92.864 39.008-97.664 0-192.128H373.44c44.576 96.064-64.96 104.064 0 192.128z"/></svg>
<svg class="tc-image-shocked tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM6 11a2 2 0 1 1 3.999-.001A2 2 0 0 1 6 11zm4-5.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5S11.552 7 11 7s-1-.672-1-1.5zm-6 0C4 4.672 4.448 4 5 4s1 .672 1 1.5S5.552 7 5 7s-1-.672-1-1.5z"/></svg>
<svg class="tc-image-shocked2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM5 7c-.552 0-1-.672-1-1.5S4.448 4 5 4s1 .672 1 1.5S5.552 7 5 7zm3 6a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 13zm3-6c-.552 0-1-.672-1-1.5S10.448 4 11 4s1 .672 1 1.5S11.552 7 11 7z"/></svg>
<svg class="tc-image-shop tc-image-button" width="22pt" height="22pt" viewBox="0 0 921.5999755859375 819.199951171875"><path d="M262.298 268.8L302.798 0H92.159L4.147 230.4C1.433 238.592 0 247.091 0 256c0 56.525 58.88 102.4 131.635 102.4 67.072 0 122.522-39.117 130.662-89.6zM460.8 358.4c72.704 0 131.635-45.875 131.635-102.4 0-2.099-.154-4.198-.256-6.195L566.119 0H355.48l-26.112 249.6c-.102 2.099-.205 4.198-.205 6.4 0 56.525 58.931 102.4 131.635 102.4zm256 53.555V614.4h-512V412.262c-22.426 8.09-47.104 12.698-73.165 12.698-9.984 0-19.66-1.178-29.235-2.509V747.52c0 39.424 32.205 71.68 71.578 71.68H747.52c39.424 0 71.68-32.307 71.68-71.68V422.502c-9.626 1.28-19.25 2.509-29.235 2.509-25.907-.051-50.688-4.762-73.165-13.056zM917.504 230.4L829.389 0H618.803l40.448 268.39c7.886 50.688 63.334 90.01 130.714 90.01 72.704 0 131.635-45.875 131.635-102.4 0-8.909-1.434-17.408-4.096-25.6z"/></svg>
<svg class="tc-image-shop-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.08140754699707 9"><path d="M8.638 3h-1.11l-.29-1.73A1.47 1.47 0 0 0 6.178.16a2.799 2.799 0 0 0-.81-.16h-1.66a2.798 2.798 0 0 0-.8.14 1.47 1.47 0 0 0-1.07 1.13L1.548 3H.378a.37.37 0 0 0-.34.49l1.21 4.7c.135.47.56.799 1.05.81h4.48a1.12 1.12 0 0 0 1.06-.81l1.2-4.7a.37.37 0 0 0-.4-.49zm-6.33 0l.27-1.61a.68.68 0 0 1 .55-.52c.185-.06.376-.093.57-.1h1.67c.194.007.385.04.57.1a.68.68 0 0 1 .55.52L6.768 3h-4.46z"/></svg>
<svg class="tc-image-shop-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.70534610748291 12.000000953674316"><path d="M12.188 4h-1.83l-.39-2.33A2 2 0 0 0 8.558.18 3.76 3.76 0 0 0 7.478 0h-2.24a3.76 3.76 0 0 0-1.08.18 2 2 0 0 0-1.41 1.49L2.358 4H.528a.5.5 0 0 0-.48.65l1.88 6.3A1.5 1.5 0 0 0 3.358 12h6a1.5 1.5 0 0 0 1.42-1.05l1.88-6.3a.5.5 0 0 0-.47-.65zm-8.81 0l.36-2.17a.91.91 0 0 1 .74-.7c.246-.078.502-.121.76-.13h2.24c.26.008.52.051.77.13a.91.91 0 0 1 .74.7L9.338 4h-6 .04z"/></svg>
<svg class="tc-image-shop-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 42"><path d="M34 8V4c0-2.21-1.79-4-4-4h-8c-2.21 0-4 1.79-4 4v4H8v22c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8H34zM22 4h8v4h-8V4zm0 24V14l11 6-11 8zM4 16H0v22c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4H4V16z"/></svg>
<svg class="tc-image-shopify tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.069000244140625 16"><path d="M9.259 15.987l4.81-1.042s-1.735-11.742-1.75-11.82a.147.147 0 0 0-.14-.128c-.065 0-1.286-.09-1.286-.09s-.85-.85-.953-.94a.272.272 0 0 0-.077-.05l-.605 14.07zm-2.418-8.45s-.54-.283-1.183-.283c-.965 0-1.003.605-1.003.76 0 .822 2.16 1.144 2.16 3.086 0 1.53-.963 2.508-2.275 2.508-1.57 0-2.367-.978-2.367-.978l.425-1.39s.823.71 1.517.71c.45 0 .643-.362.643-.62 0-1.08-1.774-1.13-1.774-2.906 0-1.492 1.066-2.945 3.24-2.945.836 0 1.247.243 1.247.243l-.63 1.814zM6.481.553c.09 0 .18.026.27.09-.656.31-1.376 1.093-1.672 2.662-.437.142-.862.27-1.26.386C4.166 2.496 5.002.554 6.481.554zm.823 1.967v.09c-.502.155-1.055.322-1.595.49.31-1.184.888-1.762 1.39-1.98.128.333.205.784.205 1.4zm.36-1.49c.463.05.76.578.952 1.17-.232.077-.49.154-.772.244v-.167c0-.502-.064-.914-.18-1.248zm1.994.86c-.013 0-.04.014-.052.014-.013 0-.193.05-.476.14-.282-.822-.784-1.58-1.672-1.58h-.077C7.124.14 6.814 0 6.544 0c-2.07 0-3.06 2.585-3.37 3.897-.796.244-1.375.425-1.44.45-.45.142-.462.155-.514.58C1.17 5.235 0 14.302 0 14.302L9.039 16l.618-14.11z"/></svg>
<svg class="tc-image-shopping tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 46.34676742553711"><path d="M6.5 46.347L0 41.597v-30.25h5l-.083-2.833a7.917 7.917 0 0 1 15.199-3.11C24.04 5.87 27 9.044 27 13.097v2.25l1.75 1H32v30H6.5zM3.333 18.409l2.625-1.635v26.823l.542.542v-27.71l4.5-.082v-3H2l1.333 5.063zM14 13.347v3h10v-1.25l-2-1.75h-8zm7-2h2.5c-.477-1.35-1.15-2.023-2.5-2.5v2.5zM8.083 8.514L8 11.347h3.25c.568-2.798 2.77-4.727 5.441-5.605a4.75 4.75 0 0 0-8.608 2.772zm9.667 2.833v-2.5c-1.35.477-2.273 1.15-2.75 2.5h2.75z"/></svg>
<svg class="tc-image-shopping-bag tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 17"><path d="M13 0H3C1.346 0 0 1.346 0 3v11c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3V3c0-1.654-1.346-3-3-3zm1 14c0 .551-.448 1-1 1H3c-.552 0-1-.449-1-1V6.72c.296.174.635.28 1 .28h1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5H13c.365 0 .704-.106 1-.279V14zM5.5 7h5c0 1.378-1.121 2.5-2.5 2.5S5.5 8.378 5.5 7zM14 5c0 .551-.448 1-1 1H3c-.552 0-1-.449-1-1V3c0-.551.448-1 1-1h10c.552 0 1 .449 1 1v2z"/></svg>
<svg class="tc-image-shopping-basket tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.670654296875 809.81298828125"><path d="M691.626 297.813l-186.88-279.68C496.639 5.76 482.986 0 469.333 0s-27.307 5.973-35.413 18.133l-186.88 279.68H42.667C19.2 297.813 0 317.013 0 340.48c0 4.053.64 7.893 1.493 11.52l108.16 395.52c10.027 35.84 43.093 62.293 82.347 62.293h554.667c39.253 0 72.32-26.453 82.133-62.507l108.16-395.52a38.057 38.057 0 0 0 1.707-11.307c0-23.467-19.2-42.667-42.667-42.667H691.627zm-350.293 0l128-187.733 128 187.733h-256zm128 341.333c-47.147 0-85.333-38.187-85.333-85.333s38.187-85.333 85.333-85.333 85.333 38.187 85.333 85.333-38.187 85.333-85.333 85.333z"/></svg>
<svg class="tc-image-shopping-basket2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 921.5999145507812 873.4210205078125"><path d="M890.829 310.221H634.471l-92.774 92.774c-23.194 23.194-54.067 35.942-86.835 35.942-32.87 0-63.693-12.8-86.938-35.994-23.142-23.142-35.942-53.965-35.994-86.784 0-1.997.512-3.942.563-5.939H30.72C13.722 310.22 0 323.942 0 340.94v122.88h921.6V340.94c0-16.998-13.824-30.72-30.77-30.72zM500.122 361.37l258.816-258.816c12.032-11.981 12.134-31.386.102-43.469l-47.103-47.104c-11.98-11.981-31.437-11.93-43.52 0L409.6 270.848c-24.986 24.986-24.986 65.536 0 90.522 24.986 24.934 65.485 24.986 90.522 0zM144.538 836.096c4.966 20.531 26.368 37.325 47.462 37.325h537.6c21.094 0 42.496-16.794 47.462-37.325l77.978-321.075H66.56l77.978 321.075z"/></svg>
<svg class="tc-image-shopping-cart tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.280973434448242 18"><g transform="translate(-1.75 -3)"><path d="M20.756 5.345A1.003 1.003 0 0 0 20 5H6.181l-.195-1.164A1 1 0 0 0 5 3H2.75a1 1 0 1 0 0 2h1.403l1.86 11.164.045.124.054.151.12.179.095.112.193.13.112.065a.97.97 0 0 0 .367.075H18a1 1 0 1 0 0-2H7.847l-.166-1H19a1 1 0 0 0 .99-.858l1-7a1.002 1.002 0 0 0-.234-.797zM18.847 7l-.285 2H15V7h3.847zM14 7v2h-3V7h3zm0 3v2h-3v-2h3zm-4-3v2H7l-.148.03L6.514 7H10zm-2.986 3H10v2H7.347l-.333-2zM15 12v-2h3.418l-.285 2H15z"/><circle cx="8.5" cy="19.5" r="1.5"/><circle cx="17.5" cy="19.5" r="1.5"/></g></svg>
<svg class="tc-image-shopping-cart-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM297.583 253.491l106.787 33.545c14.137 4.643 23.553 17.771 25.195 31.201l6.006 58.813 483.545 53.979c20.763 4.023 35.353 22.769 32.446 42.041l-30.029 169.189c-3.822 17.697-18.479 29.828-34.79 30.029H457.178l-8.423 47.974h407.959c21.332.751 36.957 16.995 37.207 35.962-.885 21.637-18.325 35.8-37.207 36.035H405.542c-22.756-1.882-39.462-19.915-35.962-41.968l19.189-105.615-30.029-295.238-82.764-26.367c-9.6-3.2-16.806-9.218-21.606-18.018-9.082-19.032-.599-40.104 15.601-49.219 9.246-4.806 18.276-5.405 27.612-2.343zm162.598 559.497c31.066 0 56.25 25.184 56.25 56.25s-25.184 56.25-56.25 56.25c-31.065 0-56.25-25.184-56.25-56.25s25.184-56.25 56.25-56.25zm330.175 0c31.066 0 56.25 25.184 56.25 56.25s-25.184 56.25-56.25 56.25c-31.065 0-56.25-25.184-56.25-56.25s25.185-56.25 56.25-56.25z"/></svg>
<svg class="tc-image-shopping-mall tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 36.345001220703125 48.262996673583984"><path d="M19.139 8.092c2.297.169 4.306-1.468 4.488-3.648.184-2.191-1.53-4.108-3.827-4.277-2.3-.167-4.309 1.46-4.487 3.651-.179 2.19 1.536 4.103 3.826 4.274zm17.206 32.062l-1.388-12h-2.252c.021-1 .018-1.111-.051-1.718-.067-.621-.264-1.075-.585-1.218.263-.28.438-.636.472-1.037a1.76 1.76 0 0 0-.74-1.575l-5.732-3.768-4.22-7.946c-.699-1.04-1.883-1.879-3.312-1.999-1.098-.076-2.108.287-2.925.827l-8.374 6.482a1.658 1.658 0 0 0-.577.865L4.71 24.918l-.148.233v.003h-.016c-.327 0-.625.312-.739.725-.11.405-.245.94-.245 1.373v.902H1.388L0 40.154h5.609L3.15 44.089c-.16.305-.348.736-.381 1.152-.121 1.49 1.039 2.785 2.594 2.904 1.111.074 2.067-.462 2.648-1.318l4.15-6.673h.543l-.085-.737 1.151-1.852c.125-.248.522-.855.566-1.143l1.406-6.11 6.001 6.273 1.884 9.431c.301 1.115 1.263 2.035 2.543 2.129 1.557.118 2.92-.981 3.044-2.468l-.017-.548-.984-4.975h8.132zM4.519 27.144c.056-.473.233-.742.545-.742l.117-.002c.315.381.783.642 1.323.686a1.904 1.904 0 0 0 1.553-.633.677.677 0 0 1 .197.326c.083.287.131.616.131.887 0 .162-.008.488-.019.488H4.49c-.013 0-.009-.643.029-1.01zm5.731 1.01H9.065c.025-1 .018-1.111-.047-1.718-.056-.52-.203-.922-.436-1.128l1.479-6.442 2.917-2.257-2.728 11.545zm21.758 0h-3.879c-.016 0-.011-.643.029-1.01.052-.473.232-.742.545-.742.449 0 .856-.014 1.217-.022.363-.013.858-.031 1.481-.031.239 0 .401.142.491.431.086.287.132.616.132.887l-.016.487zm-12.546-2.283l1.88-7.936 1.581 2.983c.125.205.273.374.468.533l5.647 3.703h-.853c-.327 0-.447.312-.56.725-.107.405-.063.94-.063 1.373v.902H25.03l-.409 3.53-5.159-5.813z"/></svg>
<svg class="tc-image-shoppingCart tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 26"><path d="M0 0h5l1 4h24l-2 14H6L3.5 2H0zm10 20a3 3 0 0 0 0 6 3 3 0 0 0 0-6m14 0a3 3 0 0 0 0 6 3 3 0 0 0 0-6"/></svg>
<svg class="tc-image-short-text tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 12"><g transform="translate(-8 -18)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M8 18h32v4H8zm0 8h20v4H8z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-shotglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 41.16600036621094"><path d="M4.343 7.788l.038.241C4.923 9.76 11.26 11.683 19 11.683S33.077 9.761 33.62 8.03l.037-.241c0-1.843-6.562-3.894-14.657-3.894-8.095 0-14.657 2.05-14.657 3.894zm0 27.815L.157 8.794A3.336 3.336 0 0 1 0 7.788C0 3.487 8.507 0 19 0s19 3.487 19 7.788c0 .34-.053.677-.157 1.006l-4.186 26.81h-.06c-.673 3.118-6.951 5.562-14.597 5.562S5.076 38.723 4.403 35.603h-.06zm28.48-22.472c-3.465 1.506-8.376 2.445-13.823 2.445-5.447 0-10.358-.94-13.823-2.445L8.6 35.047h.087c0 .922 4.618 2.225 10.314 2.225s10.314-1.303 10.314-2.225h.087l3.422-21.915z"/></svg>
<svg class="tc-image-show-chart tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 25.979999542236328"><path d="M3 25.98l12-12.03 8 8L40 2.83 37.18 0 23 15.95l-8-8L0 22.98z"/></svg>
<svg class="tc-image-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2218 2164"><path d="M0 1017q0-185 116-329t297-185q47-220 221-361.5T1034 0q223 0 396.5 136T1657 488h36q144 0 265 70.5T2148.5 751t69.5 266q0 214-146.5 367T1712 1544q-19 0-19-18v-143q0-18 19-18 135-11 231-111.5t96-236.5q0-143-102-246t-244-103h-174q-19 0-23-19l-8-61q-11-114-74.5-206.5t-163.5-145-216-52.5q-176 0-305.5 116.5T582 591l-7 58q0 15-17 15l-56 8q-135 11-225.5 110T186 1017q0 139 94.5 239.5T512 1365q19 0 19 18v143q0 18-19 18-105-5-200-48t-163.5-113T40 1217.5 0 1017zm578 722q0-5 2-14t2-12l29-110q11-36 42.5-54.5t68.5-7.5q36 11 55 42.5t8 68.5l-26 108q-21 70-81 70-4 0-9.5-.5t-12-1.5-10.5-1q-34-10-51-36.5t-17-51.5zm141-514q0-4 1.5-12t1.5-10l32-112q10-31 34-47.5t50-16.5q4 0 8.5.5t10 1.5 8.5 1q36 11 54.5 42.5t7.5 68.5l-26 107q-11 44-43 62.5t-69 2.5q-35-10-52.5-36t-17.5-52zm131 848q0-5 2-13.5t2-12.5l31-106q10-38 42.5-57.5t69.5-8.5q36 11 54 43.5t7 69.5l-27 111q-17 65-85 65-8 0-26-4-35-6-52.5-32.5T850 2073zm143-509q0-9 4-27l29-110q11-36 43.5-54.5t69.5-7.5q36 10 54 41.5t6 69.5l-26 106q-20 72-77 72-7 0-33-6-35-7-52.5-31.5T993 1564zm301 179q0-11 3-26l30-106q11-38 43.5-57.5t67.5-9.5q37 11 56.5 43.5t9.5 67.5l-31 113q-16 65-84 65-15 0-28-3-32-6-49-32.5t-18-54.5zm147-508q0-5 5-28l32-110q6-34 31-50.5t52-14.5q7-1 26 3 35 8 55 41 19 27 8 69l-26 110q-21 69-81 69-10 0-36-6-33-10-49.5-33.5T1441 1235z"/></svg>
<svg class="tc-image-shrink tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M576 448h416L832 288l192-192-96-96-192 192L576 32zm0 128v416l160-160 192 192 96-96-192-192 160-160zm-128-.004H32l160 160-192 192 96 96 192-192 160 160zM448 448V32L288 192 96 0 0 96l192 192L32 448z"/></svg>
<svg class="tc-image-shrink2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M448 576v416L288 832 96 1024 0 928l192-192L32 576zm576-480L832 288l160 160H576V32l160 160L928 0z"/></svg>
<svg class="tc-image-shuffile tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M341.3 0v85.3h-64c-70.7 0-128 57.3-128 128v85.3c0 35.4-28.6 64-64 64H0v64h85.3c70.7 0 128-57.3 128-128v-85.3c0-35.4 28.6-64 64-64h64v85.3L512 128v-21.3L341.3 0zM114 156.4l37.6-52.1c-19.4-11.8-42-19-66.3-19H0v64h85.3c10.4 0 20 2.7 28.7 7.1zm227.3 206.3h-64c-10.4 0-20-2.7-28.7-7.1L211 407.7c19.4 11.8 42 19 66.3 19h64V512L512 405.3V384L341.3 277.3v85.4z"/></svg>
<svg class="tc-image-shuffle tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 41.16600036621094"><path d="M0 28.5h6.333L24.937 6.333h8.709L26.916 0h10.292L47.5 9.5 37.208 19H26.917l6.729-6.334h-6.73l-19 22.167H0V28.5zm0-15.834V6.333h7.917l7.52 8.774-3.564 4.16-5.54-6.6H0zM26.917 28.5h6.729l-6.73-6.334h10.292l10.292 9.5-10.292 9.5H26.917l6.729-6.333h-8.709L17.692 26.2l3.626-4.232 5.599 6.532z"/></svg>
<svg class="tc-image-sidebar-left-collapse tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00064468383789 58"><path d="M40 19L30 29l10 10V19zM14 34v12h13V34H14zm-3 0H.356A34.764 34.764 0 0 0 4.4 46H11V34zm16-10H.356A35.297 35.297 0 0 0 0 29h27v-5zm0-9H2.914a34.734 34.734 0 0 0-1.744 5H27v-5zm0-10H9.526a35.154 35.154 0 0 0-3.923 5h21.482L27 5zm8 53V37l-3-3v24h3zm0-37V0h-3v24l3-3z"/></svg>
<svg class="tc-image-sidebar-left-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.00064468383789 58"><path d="M30 19v20l10-10-10-10zM14 34v12h13V34H14zm-3 0H.356A34.764 34.764 0 0 0 4.4 46H11V34zm16-10H.356A35.297 35.297 0 0 0 0 29h27v-5zm0-9H2.914a34.735 34.735 0 0 0-1.744 5H27v-5zm0-10H9.526a35.153 35.153 0 0 0-3.923 5h21.482L27 5zm8 53V37l-3 3v18h3zm0-37V0h-3v18l3 3z"/></svg>
<svg class="tc-image-sidebar-right-collapse tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 58"><path d="M0 19v20l10-10L0 19zm26 15H13v12h13V34zm3 12h9.601a34.763 34.763 0 0 0 4.044-12H29v12zM13 29h30c0-1.698-.12-3.367-.355-5H13v5zm0-9h28.832a34.744 34.744 0 0 0-1.744-5H13v5zm0-10h24.399a35.149 35.149 0 0 0-3.923-5H13v5zM5 58h3V34l-3 3v21zm0-37l3 3V0H5v21z"/></svg>
<svg class="tc-image-sidebar-right-expand tc-image-button" width="22pt" height="22pt" viewBox="0 0 43 58"><path d="M10 19L0 29l10 10V19zm16 15H13v12h13V34zm3 12h9.601a34.763 34.763 0 0 0 4.044-12H29v12zM13 29h30c0-1.698-.12-3.367-.355-5H13v5zm0-10h28.55a34.76 34.76 0 0 0-1.462-4H13v4zm0-9h24.399a35.149 35.149 0 0 0-3.923-5H13v5zM5 58h3V40l-3-3v21zm0-37l3-3V0H5v21z"/></svg>
<svg class="tc-image-sigma tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000999450683594 16"><path d="M14.712 11.48l.694-1.48H16l-1 6H0v-1.16l5.18-6.113L0 3.547V0h15.313l.688 4h-.537l-.293-.607C14.619 2.247 14.204 2 13.001 2H2.657l5.517 5.516-4.647 5.483h8.474c1.813 0 2.291-.65 2.713-1.52z"/></svg>
<svg class="tc-image-sign-caution tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h38v22.167h-4.75V38h-3.167V22.167H7.917V38H4.75V22.167H0V0zm3.167 3.167V19h31.666V3.167H3.167zm1.583 14.25V14.25l9.5-9.5h7.917L9.5 17.417H4.75zm17.417 0H14.25L26.917 4.75h6.333v1.583L22.167 17.417zM4.75 9.5V4.75H9.5L4.75 9.5zm28.5 7.917h-6.333l6.333-6.334v6.334z"/></svg>
<svg class="tc-image-sign-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 16"><path d="M6 6.75V12h4V8h1v4c0 .55-.45 1-1 1H6v3L.55 13.28c-.33-.17-.55-.52-.55-.91V1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v3h-1V1H2l4 2v2.25L9 3v2h4v2H9v2L6 6.75z"/></svg>
<svg class="tc-image-sign-interstate tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.604000091552734"><path d="M4.75 0c2.375 1.32 4.75 2.639 7.125 2.639S16.625 1.319 19 0c2.375 1.32 4.75 2.639 7.125 2.639S30.875 1.319 33.25 0l3.958 7.52H.792L4.75 0zM38 14.25c0 5.278-1.583 9.5-4.75 14.25S22.167 37.604 19 37.604 7.917 33.25 4.75 28.5C1.583 23.75 0 19.528 0 14.25c0-1.749.396-5.146 1.98-5.146h34.04c1.584 0 1.98 3.397 1.98 5.146zm-20.715 2.962c-.205-1.27-.68-2.24-1.424-2.91-.744-.668-1.684-1.002-2.818-1.002-1.619 0-2.935.61-3.949 1.832-1.014 1.222-1.52 3.216-1.52 5.982 0 2.697.483 4.637 1.45 5.82.966 1.185 2.199 1.777 3.699 1.777 1.398 0 2.544-.46 3.435-1.38.892-.92 1.338-2.143 1.338-3.667 0-1.436-.437-2.607-1.311-3.514-.875-.907-1.925-1.361-3.152-1.361-1.087 0-1.996.425-2.728 1.276.11-1.73.377-2.868.801-3.414.425-.545.944-.818 1.557-.818.462 0 .838.138 1.128.413.29.275.47.7.538 1.276l2.956-.31zm-6.756 6.38c0-.748.193-1.313.577-1.696a1.926 1.926 0 0 1 1.412-.574c.579 0 1.06.2 1.445.602.385.402.577 1.033.577 1.895 0 .838-.178 1.44-.536 1.808-.357.367-.804.55-1.34.55-.557 0-1.052-.224-1.485-.672-.433-.449-.65-1.087-.65-1.913zm19.422-6.38c-.204-1.27-.679-2.24-1.423-2.91-.744-.668-1.684-1.002-2.819-1.002-1.618 0-2.934.61-3.948 1.832-1.014 1.222-1.52 3.216-1.52 5.982 0 2.697.483 4.637 1.449 5.82.967 1.185 2.2 1.777 3.7 1.777 1.398 0 2.543-.46 3.435-1.38.892-.92 1.337-2.143 1.337-3.667 0-1.436-.437-2.607-1.31-3.514-.875-.907-1.925-1.361-3.152-1.361-1.087 0-1.996.425-2.729 1.276.11-1.73.378-2.868.802-3.414.424-.545.944-.818 1.557-.818.462 0 .838.138 1.128.413.29.275.47.7.538 1.276l2.955-.31zm-6.755 6.38c0-.748.192-1.313.577-1.696a1.926 1.926 0 0 1 1.412-.574c.578 0 1.06.2 1.445.602.384.402.577 1.033.577 1.895 0 .838-.179 1.44-.536 1.808-.357.367-.804.55-1.341.55-.556 0-1.051-.224-1.484-.672-.434-.449-.65-1.087-.65-1.913z"/></svg>
<svg class="tc-image-sign-interstate-75 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.604000091552734"><path d="M4.75 0c2.375 1.32 4.75 2.639 7.125 2.639S16.625 1.319 19 0c2.375 1.32 4.75 2.639 7.125 2.639S30.875 1.319 33.25 0l3.958 7.52H.792L4.75 0zM38 14.25c0 5.278-1.583 9.5-4.75 14.25S22.167 37.604 19 37.604 7.917 33.25 4.75 28.5C1.583 23.75 0 19.528 0 14.25c0-1.749.396-5.146 1.98-5.146h34.04c1.584 0 1.98 3.397 1.98 5.146zM7.574 16.467h6.613c-1.407 1.686-2.532 3.599-3.374 5.738-.842 2.138-1.289 4.237-1.34 6.295h2.956c-.006-1.32.211-2.817.653-4.493a19.913 19.913 0 0 1 1.927-4.746c.842-1.49 1.67-2.632 2.487-3.428v-2.322H7.574v2.956zm12.666 7.715c.172 1.381.696 2.481 1.572 3.3.876.82 2.01 1.23 3.403 1.23 1.739 0 3.1-.652 4.08-1.954a5.27 5.27 0 0 0 1.079-3.255c0-1.456-.435-2.64-1.303-3.555-.869-.913-1.928-1.37-3.177-1.37-.655 0-1.297.181-1.926.544l.56-2.655h5.212V13.51h-7.6l-1.689 8.33 2.563.326c.65-.704 1.381-1.056 2.197-1.056.656 0 1.187.205 1.595.614.408.409.612 1.023.612 1.844 0 .873-.227 1.526-.68 1.959-.453.433-1.005.65-1.659.65-.571 0-1.076-.209-1.514-.625-.437-.417-.701-.983-.791-1.697l-2.534.326z"/></svg>
<svg class="tc-image-sign-interstate-94 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.604000091552734"><path d="M4.75 0c2.375 1.32 4.75 2.639 7.125 2.639S16.625 1.319 19 0c2.375 1.32 4.75 2.639 7.125 2.639S30.875 1.319 33.25 0l3.958 7.52H.792L4.75 0zM38 14.25c0 5.278-1.583 9.5-4.75 14.25S22.167 37.604 19 37.604 7.917 33.25 4.75 28.5C1.583 23.75 0 19.528 0 14.25c0-1.749 0-3.167.396-5.146h37.208C38 11.084 38 12.501 38 14.25zM7.785 24.8c.204 1.3.667 2.277 1.388 2.93.722.655 1.668.982 2.84.982 1.626 0 2.946-.61 3.96-1.83 1.015-1.221 1.523-3.21 1.523-5.968 0-2.71-.483-4.655-1.45-5.838-.966-1.183-2.203-1.775-3.71-1.775-1.385 0-2.525.462-3.42 1.387s-1.342 2.141-1.342 3.65c0 1.45.437 2.626 1.31 3.53.875.903 1.915 1.355 3.12 1.355 1.108 0 2.032-.422 2.77-1.266-.116 1.724-.386 2.858-.808 3.404-.422.545-.934.818-1.537.818-.475 0-.858-.138-1.15-.414-.29-.276-.47-.701-.539-1.275l-2.955.31zm6.755-6.383c0 .746-.191 1.31-.574 1.696a1.913 1.913 0 0 1-1.412.577c-.578 0-1.06-.2-1.446-.6-.386-.4-.579-1.027-.579-1.88 0-.843.178-1.45.533-1.82.355-.37.8-.556 1.337-.556.566 0 1.064.226 1.495.677.43.45.646 1.086.646 1.906zM25.94 28.5h2.956v-2.956h1.9v-2.533h-1.9v-9.5h-2.563l-6.515 9.51v2.523h6.122V28.5zm0-5.489h-3.348l3.348-4.882v4.882z"/></svg>
<svg class="tc-image-sign-interstate-95 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.604000091552734"><path d="M4.75 0c2.375 1.32 4.75 2.639 7.125 2.639S16.625 1.319 19 0c2.375 1.32 4.75 2.639 7.125 2.639S30.875 1.319 33.25 0l3.958 7.52H.792L4.75 0zM38 14.25c0 5.278-1.583 9.5-4.75 14.25S22.167 37.604 19 37.604 7.917 33.25 4.75 28.5C1.583 23.75 0 19.528 0 14.25c0-1.749.396-5.146 1.98-5.146h34.04c1.584 0 1.98 3.397 1.98 5.146zM7.785 24.8c.204 1.3.667 2.277 1.388 2.93.722.655 1.668.982 2.84.982 1.626 0 2.946-.61 3.96-1.83 1.015-1.221 1.523-3.21 1.523-5.968 0-2.71-.483-4.655-1.45-5.838-.966-1.183-2.203-1.775-3.71-1.775-1.385 0-2.525.462-3.42 1.387s-1.342 2.141-1.342 3.65c0 1.45.437 2.626 1.31 3.53.875.903 1.915 1.355 3.12 1.355 1.108 0 2.032-.422 2.77-1.266-.116 1.724-.386 2.858-.808 3.404-.422.545-.934.818-1.537.818-.475 0-.858-.138-1.15-.414-.29-.276-.47-.701-.539-1.275l-2.955.31zm6.755-6.383c0 .746-.191 1.31-.574 1.696a1.913 1.913 0 0 1-1.412.577c-.578 0-1.06-.2-1.446-.6-.386-.4-.579-1.027-.579-1.88 0-.843.178-1.45.533-1.82.355-.37.8-.556 1.337-.556.566 0 1.064.226 1.495.677.43.45.646 1.086.646 1.906zm5.7 5.766c.172 1.381.696 2.481 1.572 3.3.876.82 2.01 1.23 3.403 1.23 1.739 0 3.1-.652 4.08-1.954a5.27 5.27 0 0 0 1.079-3.255c0-1.456-.435-2.64-1.303-3.555-.869-.913-1.928-1.37-3.177-1.37-.655 0-1.297.181-1.926.544l.56-2.655h5.212V13.51h-7.6l-1.689 8.33 2.563.326c.65-.704 1.381-1.056 2.197-1.056.656 0 1.187.205 1.595.614.408.409.612 1.023.612 1.844 0 .873-.227 1.526-.68 1.959-.453.433-1.005.65-1.659.65-.571 0-1.076-.209-1.514-.625-.437-.417-.701-.983-.791-1.697l-2.534.326z"/></svg>
<svg class="tc-image-sign-language tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 49.572998046875 41.156002044677734"><path fill-rule="evenodd" d="M35.685 37.864c-.324.44-.476.533-.881 1.101-.674.87.185 2.191.613 1.983.499-.187.823-1.183 1.368-1.508.279-.15 1.021-1.24 1.716-1.981.511-.581.882-.836 1.368-1.438.823-1.021.997-1.797 1.716-2.887.441-.568.755-.742 1.16-1.438 2.145-4.058 1.518-5.877 3.571-8.775.625-.857 1.332-1.066 2.329-1.576.928-6.76-2.145-10.539-2.121-10.551-2.586 1.507-3.977 2.122-6.655 1.982-1.008-.011-1.542-.44-2.538-.348-.929.035-1.402.382-2.331.696-1.425.44-2.202.834-3.697 1.298-.951.267-1.554.278-2.54.614-.846.36-.44.07-1.031.754-.766.847-.58 1.507-1.299 2.957-.893 1.901-.788 2.156-.278 2.388-.336.973-.417 1.623-.336 2.678.093.8-.244 1.356.614 1.994 1.171.869 3.629 2.91 4.255 2.944.939-.034 3.675.07 5.065-.893.313-.196.406-.395.14.348-.058.094-3.467 2.748-3.837 2.736-4.336.14-2.887.383-3.153.279-.221 0-2.308-2.552-3.571-1.647-.476.29-.696.568-.881 1.091.162.336.927.868 1.635 1.31 1.021.649 1.113 1.333 2.133 1.576 1.241.279 2.562.093 3.351.198.302.081 3.037-.72 4.741-1.635 1.578-.812-2.167 1.564-3.083 2.735-2.76.869-1.982.904-3.293 1.171-1.217.278-1.159.208-1.994.476-.857.208-1.564 1.38-.753 1.994.487.405 2.006-.163 3.501-.208.661-.012 3.361-1.253 3.977-1.578 1.53-.822 2.655-1.959 3.56-2.608 1.249-.869-1.417 2.4-2.541 3.768zm-8.359-16.66c.916.73 1.38 2.91 1.368 2.887 1.681.533 2.747 1.646 2.747 1.646 2.586-1.438 2.645-.789 3.769-1.646.928-.638.882-.835 1.368-2.538.452-1.381-1.148-1.253-2.47-3.769-2.295.869-3.535.476-4.312.406-.348-.046-.291 1.356-2.47 3.014zM13.889 3.316c.325-.464.475-.557.893-1.102.649-.893-.197-2.214-.615-2.052-.51.232-.834 1.229-1.449 1.577-.221.127-.962 1.217-1.646 1.983-.51.557-.881.812-1.368 1.449-.834.985-.997 1.762-1.716 2.806-.44.625-.765.788-1.16 1.507-2.144 4.035-1.53 5.854-3.571 8.707-.625.916-1.333 1.113-2.33 1.646C0 26.585 3.061 30.353 3.049 30.33c2.585-1.474 3.965-2.088 6.655-1.995 1.008.059 1.542.487 2.539.417.928-.058 1.403-.405 2.33-.684 1.426-.475 2.203-.869 3.629-1.31 1.02-.29 1.623-.302 2.608-.685.847-.312.441-.022 1.032-.685.753-.869.58-1.529 1.229-2.943.962-1.938.858-2.191.348-2.4.325-.997.417-1.635.336-2.678-.104-.812.244-1.38-.614-1.982-1.171-.905-3.629-2.945-4.243-2.957-.951.012-3.687-.093-5.078.823-.313.243-.406.44-.139-.267.058-.127 3.467-2.782 3.837-2.817 4.336-.093 2.887-.336 3.154-.208.22-.023 2.307 2.527 3.571 1.646.463-.312.695-.591.893-1.089-.174-.359-.939-.894-1.646-1.299-1.02-.683-1.124-1.367-2.133-1.588-1.241-.301-2.574-.116-3.351-.267-.301-.035-3.038.766-4.73 1.646-1.6.847 2.157-1.53 3.083-2.747 2.748-.824 1.96-.858 3.293-1.16 1.206-.244 1.148-.174 1.983-.417.846-.232 1.564-1.392.753-2.052-.498-.371-2.005.197-3.489.208-.672.046-3.374 1.287-3.988 1.635-1.53.8-2.655 1.936-3.559 2.539-1.266.916 1.412-2.342 2.537-3.698zm8.359 16.659c-.916-.753-1.38-2.932-1.368-2.944-1.681-.499-2.748-1.612-2.748-1.577-2.585 1.403-2.654.754-3.768 1.577-.939.673-.881.881-1.368 2.528-.453 1.438 1.136 1.298 2.469 3.779 2.296-.836 3.537-.441 4.313-.349.348.024.29-1.379 2.47-3.014z"/></svg>
<svg class="tc-image-sign-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16.010000228881836"><path d="M12 9V7H8V5h4V3l4 3-4 3zm-2 3H6V3L2 1h8v3h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v11.38c0 .39.22.73.55.91L6 16.01V13h4c.55 0 1-.45 1-1V8h-1v4z"/></svg>
<svg class="tc-image-sign-parking tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38.000003814697266"><path d="M14 22v7H9V9h7.5c5.275 0 7.5 2.028 7.5 6.5 0 2.116-.3 3.034-1.802 4.34C20.696 21.148 18.509 22 16 22h-2zm0-9v5h1.5c2.413 0 4-.275 4-2.5 0-2.175-1.587-2.5-4-2.5H14zM5 0h22a5 5 0 0 1 5 5v28a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V5a5 5 0 0 1 5-5zm0 3a2 2 0 0 0-2 2v28a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5z"/></svg>
<svg class="tc-image-sign-stop tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M12.667 0h12.666L38 12.667v12.666L25.333 38H12.667L0 25.333V12.667L12.667 0zm-.792 14.25v1.583h2.375v7.917h1.583v-7.917h2.375V14.25h-6.333zM19 17.417v3.166c0 1.056 0 2.111.528 2.64.528.527 1.583.527 2.639.527 1.055 0 2.11 0 2.639-.528.527-.528.527-1.583.527-2.639v-3.166c0-1.056 0-2.111-.527-2.64-.528-.527-1.584-.527-2.64-.527-1.055 0-2.11 0-2.638.528S19 16.36 19 17.417zm1.847 3.958c-.264-1.32-.264-3.43.264-4.486.528-1.056 1.583-1.056 2.111 0 .528 1.055.528 3.167 0 4.222-.528 1.056-1.583 1.056-2.375.264zm6.07-7.125v9.5H28.5v-3.167h2.375c.528 0 1.056 0 1.517-.527.462-.528.858-1.584 1.254-2.64-.396-1.055-.792-2.11-1.254-2.638-.462-.528-.99-.528-1.517-.528h-3.958zm3.694 1.32c1.452 1.319 1.452 2.374.858 2.902S29.687 19 28.5 19v-3.167c1.188 0 2.375 0 2.111-.264zM9.5 14.25H6.333c-.527 0-1.055 0-1.32.132-.263.132-.263.396-.263.66v2.375c0 .527 0 1.055.264 1.32.264.263.792.263 1.32.263 1.055 0 2.11 0 2.638.528s.528 1.583 0 2.11c-.528.529-1.583.529-2.11.33-.529-.197-.529-.593-.529-.989H4.75v1.188c0 .527 0 1.055.528 1.32.528.263 1.583.263 2.639.263 1.055 0 2.11 0 2.639-.264.527-.264.527-.791.527-1.32V19c0-.528 0-1.056-.264-1.32-.264-.263-.791-.263-1.319-.263-1.056 0-2.111 0-2.639-.264-.528-.264-.528-.792 0-1.056s1.583-.264 2.111-.132c.528.132.528.396.528.66h1.583v-.792c0-.527 0-1.055-.264-1.32-.263-.263-.791-.263-1.319-.263z"/></svg>
<svg class="tc-image-signal tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8"><path d="M6 0v8h1V0H6zM4 1v7h1V1H4zM2 3v5h1V3H2zM0 5v3h1V5H0z"/></svg>
<svg class="tc-image-signal-cellular-0-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M0 40h40V0z"/></svg>
<svg class="tc-image-signal-cellular-1-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M0 40h40V0z"/><path d="M20 20L0 40h20z"/></svg>
<svg class="tc-image-signal-cellular-2-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M0 40h40V0z"/><path d="M24 16L0 40h24z"/></svg>
<svg class="tc-image-signal-cellular-3-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M0 40h40V0z"/><path d="M30 10L0 40h30z"/></svg>
<svg class="tc-image-signal-cellular-4-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M0 40h40V0z"/></svg>
<svg class="tc-image-signal-cellular-connected-no-internet-0-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M40 12V0L0 40h32V12z"/><path d="M36 40h4v-4h-4v4zm0-24v16h4V16h-4z"/></svg>
<svg class="tc-image-signal-cellular-connected-no-internet-1-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M40 12V0L0 40h32V12z"/><path d="M36 16v16h4V16h-4zM20 40V20L0 40h20zm16 0h4v-4h-4v4z"/></svg>
<svg class="tc-image-signal-cellular-connected-no-internet-2-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M40 12V0L0 40h32V12z"/><path d="M24 40V16L0 40h24zm12-24v16h4V16h-4zm0 24h4v-4h-4v4z"/></svg>
<svg class="tc-image-signal-cellular-connected-no-internet-3-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path fill-opacity=".3" d="M40 12V0L0 40h32V12z"/><path d="M30 40V10L0 40h30zm6-24v16h4V16h-4zm0 24h4v-4h-4v4z"/></svg>
<svg class="tc-image-signal-cellular-connected-no-internet-4-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 32h4V16h-4v16zm0 8h4v-4h-4v4zM0 40h32V12h8V0L0 40z"/></svg>
<svg class="tc-image-signal-cellular-no-sim tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.480003356933594 39.25"><path d="M33.22 4c0-2.21-1.77-4-3.98-4h-14l-4.68 4.68 22.68 22.68L33.22 4zM2.54 1.76L0 4.3l5.24 5.25V32c0 2.21 1.79 4 4 4h20.02c.7 0 1.35-.2 1.92-.51l3.76 3.76 2.54-2.55L2.54 1.76z"/></svg>
<svg class="tc-image-signal-cellular-null tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 9.66V36H9.66L36 9.66M40 0L0 40h40V0z"/></svg>
<svg class="tc-image-signal-cellular-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 44"><path d="M40 0L22.82 17.18 40 34.36V0zM7.55 7L5 9.54l12.73 12.73L0 40h35.45l4 4L42 41.45 7.55 7z"/></svg>
<svg class="tc-image-signal-wifi-0-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 37"><path fill-opacity=".3" d="M23.3 36.98L46.56 8c-.9-.68-9.85-8-23.28-8C9.85 0 .9 7.32 0 8l23.26 28.98.02.02.02-.02z"/></svg>
<svg class="tc-image-signal-wifi-1-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 37"><path fill-opacity=".3" d="M23.3 36.98L46.56 8c-.9-.68-9.85-8-23.28-8S.9 7.32 0 8l23.26 28.98.02.02.02-.02z"/><path d="M12.62 23.72l10.65 13.27.01.01.01-.01 10.65-13.27c-.53-.41-4.6-3.72-10.66-3.72s-10.13 3.31-10.66 3.72z"/></svg>
<svg class="tc-image-signal-wifi-1-bar-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.29999923706055 38"><path d="M40.3 13c.7 0 1.4.1 2.1.2L46.6 8c-.9-.7-9.8-8-23.3-8S.9 7.3 0 8l23.3 29 7-8.7V23c0-5.5 4.5-10 10-10z" opacity=".3"/><path d="M45.3 26v-3c0-2.8-2.2-5-5-5s-5 2.2-5 5v3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-2 0h-6v-3c0-1.7 1.3-3 3-3s3 1.3 3 3v3zm-30.7-2.3l9 11.2 1.7 2.1 7-8.8V23c0-.5 0-1 .1-1.4-1.8-.8-4.2-1.6-7.1-1.6-6.1 0-10.1 3.3-10.7 3.7z"/></svg>
<svg class="tc-image-signal-wifi-2-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 37.000003814697266"><path fill-opacity=".3" d="M23.3 36.98L46.56 8c-.9-.68-9.85-8-23.28-8S.9 7.32 0 8l23.26 28.98.02.02.02-.02z"/><path d="M8.86 19.03l14.41 17.95.01.02.01-.02L37.7 19.03c-.72-.56-6.22-5.03-14.42-5.03s-13.7 4.47-14.42 5.03z"/></svg>
<svg class="tc-image-signal-wifi-2-bar-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.29999923706055 38"><path opacity=".3" d="M40.3 13c.7 0 1.4.1 2.1.2L46.6 8c-.9-.7-9.9-8-23.3-8S.9 7.3 0 8l23.3 29 7-8.7V23c0-5.5 4.5-10 10-10z"/><path d="M45.3 26v-3c0-2.8-2.2-5-5-5s-5 2.2-5 5v3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-2 0h-6v-3c0-1.7 1.3-3 3-3s3 1.3 3 3v3zM8.9 19l14.4 18 7-8.7V23c0-2.6 1-5 2.7-6.8-2.5-1.2-5.8-2.2-9.7-2.2-8.2 0-13.7 4.5-14.4 5z"/></svg>
<svg class="tc-image-signal-wifi-3-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 37"><path fill-opacity=".3" d="M23.3 36.98L46.56 8c-.9-.68-9.85-8-23.28-8S.9 7.32 0 8l23.26 28.98.02.02.02-.02z"/><path d="M6.35 15.91l16.92 21.07.01.02.02-.02 16.92-21.07C39.36 15.25 32.9 10 23.28 10c-9.63 0-16.08 5.25-16.93 5.91z"/></svg>
<svg class="tc-image-signal-wifi-3-bar-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.29999923706055 38"><path opacity=".3" d="M40.3 13c.7 0 1.4.1 2.1.2L46.6 8c-.9-.7-9.8-8-23.3-8S.9 7.3 0 8l23.3 29 7-8.7V23c0-5.5 4.5-10 10-10z"/><path d="M45.3 26v-3c0-2.8-2.2-5-5-5s-5 2.2-5 5v3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-2 0h-6v-3c0-1.7 1.3-3 3-3s3 1.3 3 3v3zM6.4 15.9L23.3 37l7-8.7V23c0-4.3 2.7-8 6.5-9.4C33.9 12 29.2 10 23.3 10c-9.6 0-16.1 5.2-16.9 5.9z"/></svg>
<svg class="tc-image-signal-wifi-4-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 37"><path d="M23.3 36.98L46.56 8c-.9-.68-9.85-8-23.28-8S.9 7.32 0 8l23.26 28.98.02.02.02-.02z"/></svg>
<svg class="tc-image-signal-wifi-4-bar-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.279998779296875 38"><path d="M40.28 13c.72 0 1.41.08 2.09.22L46.56 8c-.9-.68-9.85-8-23.28-8S.9 7.32 0 8l23.26 28.98.02.02.02-.02 6.98-8.7V23c0-5.52 4.48-10 10-10zm5 13v-3c0-2.76-2.24-5-5-5s-5 2.24-5 5v3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-2 0h-6v-3c0-1.66 1.34-3 3-3s3 1.34 3 3v3z"/></svg>
<svg class="tc-image-signal-wifi-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.55999755859375 40.1099967956543"><path d="M46.56 11.11c-.9-.68-9.85-8-23.28-8-3.01 0-5.78.38-8.3.96l20.66 20.64 10.92-13.6zM5.83 0L3.28 2.55l4.11 4.11C3.11 8.63.47 10.76 0 11.12L23.26 40.1l.02.01.02-.02 7.8-9.72L37.73 37l2.55-2.55L5.83 0z"/></svg>
<svg class="tc-image-signin tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 941q0-68 48.5-116T165 777h705L643 550q-48-48-48-116t48-117q49-48 117.5-48T877 317l506 508q49 48 49 116t-49 116l-496 497q-48 48-116.5 48T654 1554t-48-116 48-117l216-215H165q-68 0-116.5-48.5T0 941zm1192 814q0-68 48.5-116.5T1357 1590h147q36 0 61.5-25t25.5-61V414q0-35-25.5-60t-61.5-25h-147q-68 0-116.5-48.5T1192 164t48.5-116T1357 0h147q173 0 294.5 121T1920 414v1090q0 173-122 294.5T1504 1920h-147q-68 0-116.5-48.5T1192 1755z"/></svg>
<svg class="tc-image-signout tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 1504q0 172 121.5 294T415 1920h148q68 0 116.5-48.5T728 1755t-48.5-116.5T563 1590H415q-35 0-60.5-25t-25.5-61V414q0-35 25.5-60t60.5-25h148q68 0 116.5-48.5T728 164 679.5 48 563 0H415Q243 0 121.5 121T0 414v1090zm488-516q0-68 48.5-116T653 824h705l-225-227q-49-48-49-116.5t49-116.5q48-48 116-48t116 48l507 508q48 48 48 116t-48 116l-497 497q-48 48-116 48t-117-48q-48-48-48-116t49-117l215-215H653q-67 0-116-49t-49-116z"/></svg>
<svg class="tc-image-signpost tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8"><path d="M3 0v1H1L0 2l1 1h2v5h1V4h2l1-1-1-1H4V0H3z"/></svg>
<svg class="tc-image-sim-card tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M31.98 4c0-2.21-1.77-4-3.98-4H12L0 12v24c0 2.21 1.79 4 4 4h24.02c2.21 0 3.98-1.79 3.98-4l-.02-32zM10 34H6v-4h4v4zm16 0h-4v-4h4v4zm-16-8H6v-8h4v8zm8 8h-4v-8h4v8zm0-12h-4v-4h4v4zm8 4h-4v-8h4v8z"/></svg>
<svg class="tc-image-sim-card-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 40"><path d="M28 0H12L.05 12 0 36c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM18 30h-4v-4h4v4zm0-8h-4V12h4v10z"/></svg>
<svg class="tc-image-simcard tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 22"><path d="M36 0a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.5L5.5 0H36zm-4 4H16a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM16 5h6.905c-.77.361-1.423 1.087-1.853 2H15V6a1 1 0 0 1 1-1zm16 0a1 1 0 0 1 1 1v1h-6.052c-.43-.913-1.082-1.639-1.853-2H32zm1 3v3h-5.7c.13-.47.2-.974.2-1.5 0-.516-.067-1.022-.192-1.5H33zm0 4v3h-6.021a5.282 5.282 0 0 0-.647-2.145c.22-.252.414-.54.579-.855H33zm0 4v2a1 1 0 0 1-1 1h-6.47c.79-.66 1.335-1.715 1.447-3H33zm-17 3a1 1 0 0 1-1-1v-2h5.022c.112 1.285.658 2.34 1.447 3H16zm-1-4v-3h6.09c.025.049.051.097.078.145-.626.72-1.05 1.724-1.147 2.855H15zm0-4V8h5.692a5.982 5.982 0 0 0-.192 1.5c0 .526.07 1.03.2 1.5H15zm9-5.25c1.38 0 2.5 1.817 2.5 3.75 0 1.432-.614 2.664-1.495 3.206.604.638.995 1.652.995 2.794 0 1.933-1.12 3.25-2.5 3.25S21 17.433 21 15.5c0-1.432.614-2.664 1.495-3.205-.605-.64-.995-1.653-.995-2.795 0-1.933 1.12-3.75 2.5-3.75z"/></svg>
<svg class="tc-image-simcard-micro tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 22"><path d="M26 0a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.5L5.5 0H26zm-4 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM6 5h6.905c-.77.361-1.423 1.087-1.853 2H5V6a1 1 0 0 1 1-1zm16 0a1 1 0 0 1 1 1v1h-6.052c-.43-.913-1.082-1.639-1.853-2H22zm1 3v3h-5.7c.13-.47.2-.974.2-1.5 0-.516-.067-1.022-.191-1.5H23zm0 4v3h-6.021a5.282 5.282 0 0 0-.647-2.145c.22-.252.414-.54.579-.855H23zm0 4v2a1 1 0 0 1-1 1h-6.469c.79-.66 1.335-1.715 1.447-3H23zM6 19a1 1 0 0 1-1-1v-2h5.022c.113 1.285.658 2.34 1.447 3H6zm-1-4v-3h6.09c.025.049.051.097.078.145-.626.72-1.05 1.724-1.147 2.855H5zm0-4V8h5.692a5.987 5.987 0 0 0-.192 1.5c0 .526.07 1.03.2 1.5H5zm9-5.25c1.38 0 2.5 1.817 2.5 3.75 0 1.432-.614 2.664-1.495 3.206.605.638.995 1.652.995 2.794 0 1.933-1.12 3.25-2.5 3.25S11 17.433 11 15.5c0-1.432.615-2.664 1.495-3.205-.604-.64-.995-1.653-.995-2.795 0-1.933 1.12-3.75 2.5-3.75z"/></svg>
<svg class="tc-image-simpleicons tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 10.25615406036377 16"><path d="M7.001 15h3v1h-10v-1h3v-4h1v4h2v-4h1v4zm-6-3.02V12c0 .74.2 1.432.552 2.027H.431A4.944 4.944 0 0 1 .001 12v-.02h1zm4-4.98a5.002 5.002 0 0 1 4.57 7.027h-1.12A4.001 4.001 0 0 0 5.003 8V7zm3 3h-6v1h6v-1zm-3-2c-2.208 0-4-1.792-4-4s1.792-4 4-4 4 1.792 4 4h-1a3.001 3.001 0 0 0-6 0c0 1.656 1.344 3 3 3v1zm0-6a2 2 0 1 1 0 4.001A2 2 0 0 1 5 2zm0 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/></svg>
<svg class="tc-image-simplybuilt tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1562"><path d="M863 917q0-112-79.5-191.5T592 646t-191 79.5T322 917t79 191 191 79 191.5-79T863 917zm863-1q0-112-79-191t-191-79-191.5 79-79.5 191q0 113 79.5 192t191.5 79 191-79.5 79-191.5zm322-809v1348q0 44-31.5 75.5T1940 1562H108q-45 0-76.5-31.5T0 1455V107q0-44 31.5-75.5T108 0h431q44 0 76 31.5t32 75.5v161h754V107q0-44 32-75.5T1509 0h431q45 0 76.5 31.5T2048 107z"/></svg>
<svg class="tc-image-sina-weibo tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.259124755859375 13.187690734863281"><path d="M6.721 12.238c-2.65.262-4.938-.938-5.109-2.675-.172-1.741 1.837-3.36 4.484-3.622 2.65-.263 4.938.938 5.106 2.675.175 1.74-1.834 3.362-4.481 3.622zm5.297-5.772c-.225-.07-.381-.113-.262-.41.256-.643.281-1.196.003-1.593-.519-.741-1.941-.703-3.569-.02 0 0-.513.223-.381-.18.25-.806.213-1.478-.178-1.87-.884-.883-3.234.035-5.25 2.05C.875 5.948 0 7.55 0 8.936c0 2.644 3.394 4.253 6.713 4.253 4.35 0 7.247-2.528 7.247-4.534 0-1.216-1.022-1.903-1.941-2.188zm2.89-4.843A4.234 4.234 0 0 0 10.877.317a.61.61 0 1 0 .256 1.194 3.01 3.01 0 0 1 3.494 3.872.615.615 0 0 0 .394.772.615.615 0 0 0 .772-.394v-.003a4.222 4.222 0 0 0-.884-4.134z"/><path d="M13.293 3.082a2.055 2.055 0 0 0-1.963-.634.527.527 0 1 0 .219 1.03c.341-.071.709.035.959.31.25.278.319.656.209.987a.532.532 0 0 0 .341.666.531.531 0 0 0 .666-.341 2.062 2.062 0 0 0-.431-2.02zM6.868 9.09c-.094.159-.297.234-.456.169-.159-.063-.206-.244-.116-.397.094-.153.291-.228.447-.17.156.057.213.235.125.398zm-.847 1.082c-.256.409-.806.588-1.219.4-.406-.184-.528-.66-.272-1.06.253-.396.784-.574 1.194-.402.416.178.55.65.297 1.063zm.962-2.894c-1.259-.328-2.684.3-3.231 1.409-.559 1.13-.019 2.39 1.253 2.803 1.319.425 2.875-.228 3.416-1.447.534-1.197-.131-2.425-1.438-2.766z"/></svg>
<svg class="tc-image-sinaweibo tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.25809097290039 13.185157775878906"><path d="M6.72 12.238c-2.647.26-4.934-.936-5.106-2.675C1.442 7.826 3.45 6.203 6.1 5.941c2.648-.262 4.934.935 5.106 2.674.172 1.738-1.836 3.36-4.485 3.622zm-.697-2.066c-.256.41-.804.588-1.218.4-.407-.186-.527-.66-.27-1.06.252-.396.783-.573 1.193-.4.415.175.547.647.295 1.06zm.845-1.083c-.093.158-.298.234-.458.168-.158-.064-.208-.24-.118-.397.092-.154.29-.23.447-.167.16.058.216.237.128.397zm.118-1.81c-1.26-.328-2.685.3-3.233 1.41-.557 1.134-.018 2.39 1.255 2.802 1.32.426 2.874-.226 3.415-1.45.533-1.194-.133-2.425-1.437-2.762zm5.033-.814c-.226-.068-.38-.114-.263-.41.256-.643.282-1.197.005-1.593-.52-.742-1.94-.702-3.57-.02 0 0-.51.224-.38-.182.25-.805.213-1.48-.177-1.87-.884-.884-3.234.034-5.25 2.05C.876 5.948 0 7.548 0 8.93c0 2.647 3.393 4.255 6.713 4.255 4.35 0 7.246-2.528 7.246-4.535 0-1.213-1.023-1.9-1.94-2.186zm1.275-3.386a2.06 2.06 0 0 0-1.964-.635.525.525 0 0 0-.404.625c.06.284.34.467.625.405a1.01 1.01 0 0 1 1.172 1.297.528.528 0 0 0 1.003.325c.22-.678.083-1.45-.43-2.018zm1.614-1.457A4.233 4.233 0 0 0 10.875.318a.612.612 0 1 0 .256 1.197 3.012 3.012 0 0 1 3.496 3.874.613.613 0 0 0 1.165.378 4.236 4.236 0 0 0-.886-4.144z"/></svg>
<svg class="tc-image-sitemap tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1536"><path d="M1792 1120v320q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h96V832H960v192h96q40 0 68 28t28 68v320q0 40-28 68t-68 28H736q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h96V832H320v192h96q40 0 68 28t28 68v320q0 40-28 68t-68 28H96q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h96V832q0-52 38-90t90-38h512V512h-96q-40 0-68-28t-28-68V96q0-40 28-68t68-28h320q40 0 68 28t28 68v320q0 40-28 68t-68 28h-96v192h512q52 0 90 38t38 90v192h96q40 0 68 28t28 68z"/></svg>
<svg class="tc-image-sitepoint tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.36880111694336 16"><path d="M.331 7.022l1.18 1.125 3.732 3.427 1.607-1.527a.52.52 0 0 0-.03-.657L5.35 8.122l.005-.003-1.58-1.509a.52.52 0 0 1 .014-.715l4.26-4.05L6.112 0 .332 5.492a1.047 1.047 0 0 0 0 1.53zM13.036 8.98l-1.18-1.128-3.73-3.427-1.608 1.527c-.147.2-.137.47.03.657l1.47 1.266-.005.002 1.58 1.51a.518.518 0 0 1-.014.716l-4.26 4.048L7.256 16l5.78-5.492a1.046 1.046 0 0 0 0-1.53z"/></svg>
<svg class="tc-image-six tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.001953125 283.67901611328125"><path d="M260.721 40.551c20.818-24.79 52.02-40.54 86.917-40.54h77.855v56.74h-77.855c-17.459 0-33.055 7.875-43.459 20.255L164.772 243.13c-20.818 24.771-52.019 40.54-86.917 40.54H0v-56.74h77.855c17.44 0 33.034-7.875 43.448-20.275L260.72 40.551zM482.212.001h59.566V283.67h-59.566V.001zm281.077 40.55l47.975 57.17 47.975-57.17c20.798-24.79 52.02-40.54 86.917-40.54H1024v56.74h-77.833c-17.459 0-33.054 7.875-43.458 20.255l-54.415 64.83 54.405 64.828c10.404 12.39 26 20.275 43.458 20.275h77.845v56.74h-77.835c-34.898 0-66.12-15.769-86.917-40.54l-47.975-57.17-47.975 57.17c-20.818 24.77-52.039 40.54-86.917 40.54h-77.855v-56.75h77.855c17.438 0 33.034-7.875 43.448-20.275l54.395-64.819-54.405-64.83c-10.404-12.38-26-20.255-43.448-20.255h-77.845V.01h77.855c34.878-.01 66.1 15.75 86.907 40.54z"/></svg>
<svg class="tc-image-sizzlejs tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.874000549316406 18.921998977661133"><path d="M11.948 7.655l.232-.883c.372-1.41.434-1.41 1.891-.108a407.3 407.3 0 0 0 3.038 2.681c1.131 1.008 1.689 1.596 1.581 1.705-.139.139-8.586 5.037-8.617 4.99-.016 0 .046-.434.139-.961.264-1.566 1.01-1.395-4.321-1.395l-5.025-.063v.45c0 .682.837 1.302 3.239 2.449l2.108.992-.372.31c-.217.171-.589.357-.821.403-1.844.372 1.503.697 6.463.635l4.03-.046 1.689-.837c1.457-.698 1.875-1.007 2.96-2.092 1.395-1.395 2.247-2.836 2.557-4.37.109-.496.155-1.689.124-2.759-.046-1.782-.078-1.937-.573-2.96-1.271-2.573-3.72-3.968-7.904-4.479-1.844-.232-2.805-.496-3.689-1.023L10.166 0v.418c.016.232.109.589.232.806.325.558.294.62-.264.62-.279 0-.821.155-1.209.325-1.069.48-2.092.636-3.146.45-.496-.093-1.007-.217-1.131-.264s-.217 0-.217.093c0 .31.636 1.534.992 1.922l.357.387-.527.078c-.279.046-1.131.434-1.875.868-1.519.852-2.046 1.023-2.774.806-.604-.17-.604-.155-.17.62l.341.604z"/></svg>
<svg class="tc-image-skateboarding tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 34 48"><g transform="translate(-8 -1)"><ellipse cx="19.188" cy="47.606" rx="1.356" ry="1.394"/><path d="M30.148 48.974c.748 0 1.354-.63 1.354-1.411 0-.772-.605-1.399-1.354-1.399-.75 0-1.355.627-1.355 1.399 0 .781.605 1.411 1.355 1.411zm-2.339-40.57c1.988 0 3.604-1.663 3.604-3.708C31.412 2.652 29.797 1 27.809 1c-1.987 0-3.604 1.652-3.604 3.696 0 2.045 1.617 3.708 3.604 3.708zM8.266 40.798c-.17.328-.266.7-.266 1.103 0 1.302 1.032 2.364 2.307 2.364.915 0 1.701-.547 2.073-1.335l7.861-13.9-3.264-3.358-8.711 15.126zm17.033-.624a2.297 2.297 0 0 1-2.072 1.336c-1.265 0-2.295-1.062-2.295-2.364 0-.404.095-.775.266-1.104l3.423-6.189-6.676-6.826c-2.562-2.646-.733-5.511-.733-5.511l3.593-6.529-9.53.011c-1.052 0-1.892-.933-1.892-2.005C9.382 9.932 10.222 9 11.274 9h28.843C41.16 9 42 9.934 42 11.005 42 12.077 41.16 13 40.117 13H29.115l-5.25 9.458 5.346 5.435c1.873 1.849.66 3.926.66 3.926l-4.572 8.355zM34 44a1 1 0 0 1-1 1H16a1 1 0 1 1 0-2h17a1 1 0 0 1 1 1z"/></g></svg>
<svg class="tc-image-ski-jumping tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 44.534812927246094 48"><path d="M31.856 7.581c2.079 0 3.749-1.691 3.749-3.785S33.936 0 31.856 0c-2.07 0-3.742 1.702-3.742 3.796s1.672 3.785 3.742 3.785zM15.954 22.953l13.477-8.812a3.837 3.837 0 0 0 1.174-5.262 3.739 3.739 0 0 0-5.202-1.187l-9.936 6.493a3.742 3.742 0 0 0-1.294 1.411L3.829 36.221c-.609 1.221-.132 2.699 1.063 3.315a2.427 2.427 0 0 0 3.275-1.076l7.787-15.507zm26.25-1.444a3.878 3.878 0 0 0 1.217-5.308l-1.307.806a2.312 2.312 0 0 1-.729 3.18L0 46.689.819 48l41.385-26.491z"/></svg>
<svg class="tc-image-skiing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.26753616333008 44.299835205078125"><path d="M42.17 15.807c2.118 0 3.83-1.732 3.83-3.864 0-2.13-1.712-3.852-3.83-3.852-2.108 0-3.824 1.72-3.824 3.852s1.716 3.864 3.824 3.864zm-1.079 26.438L.79 18.382 0 19.744l40.283 23.869a3.869 3.869 0 0 0 5.332-1.367l-1.337-.811a2.31 2.31 0 0 1-3.187.81zm3.875-17.914l-6.854-4.034-.791-10.336a4.218 4.218 0 0 0-1.756-3.031l-9.871-5.892a5.04 5.04 0 0 0-7.045 1.402c-.864 1.288-1.102 2.917-.678 4.239l2.678 8.844-8.079 2.598a3.14 3.14 0 0 0-1.927 2.54c-.209 1.722 1.062 2.862 2.774 3.065.39.047.649-.066 1.011-.158l11.028-3.681c.809-.296 1.693-1.106 1.779-1.812.063-.513.226-.946.119-1.254l-1.678-6.051 6.632 3.978.802 5.8c.069 1.015.527 1.744 1.301 2.177l8.667 5.105a1.95 1.95 0 0 0 2.665-.797 2 2 0 0 0-.777-2.702z"/></svg>
<svg class="tc-image-skiing-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.798120498657227 8.189000129699707"><path d="M10.796 2.18a1.09 1.09 0 1 1-2.18-.008 1.09 1.09 0 0 1 2.18.008zm-.83 5.32a.25.25 0 0 0-.33-.11 1.9 1.9 0 0 1-1.59.18l-4.56-2.26 1.9-1V2.18l1.09.55v2.18l1.09.59 1.09-.55-1.09-.59V1.09L5.386 0l-1.09.5v3.32l-1.9 1-2-1a.25.25 0 1 0-.22.45l7.62 3.77c.24.101.5.149.76.14a2.85 2.85 0 0 0 1.28-.33.25.25 0 0 0 .13-.35z"/></svg>
<svg class="tc-image-skiing-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.785911560058594 11.179999351501465"><path d="M14.786 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1.28 7.39a.25.25 0 0 0-.33-.11 2.69 2.69 0 0 1-2.28.25l-6.33-3.17L7.286 6V3l1.5.75v3l1.5.75 1.5-.75-1.5-.75V1.5l-3-1.5-1.5.75v4.5l-2.72 1.36-2.67-1.33a.25.25 0 1 0-.22.45l10.5 5.25c.316.135.657.2 1 .19a3.84 3.84 0 0 0 1.72-.44.25.25 0 0 0 .113-.335l-.003-.005z"/></svg>
<svg class="tc-image-skip-backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.1000061035156 320"><path d="M11.7 0h8.1C26.5 0 32 5 32 11.7v113.5L219.1 2.7c2.5-1.7 5.1-2.3 8.1-2.3 8.3 0 15.4 7 15.4 17v63.1L361.1 2.3c2.5-1.7 5-2.3 8.1-2.3 8.3 0 14.9 7.4 14.9 17.4v286c0 10-6.7 16.5-15 16.5-3.1 0-5.4-1.2-8.2-2.9l-118.3-77.6v64c0 10-7.2 16.5-15.5 16.5-3.1 0-5.5-1.2-8.2-2.9L32 194.8v113c0 6.7-5.4 12.2-12.2 12.2h-8.1C5 320 0 314.5 0 307.8V11.7C0 5 4.9 0 11.7 0z"/></svg>
<svg class="tc-image-skip-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.10003662109375 320"><path d="M372.4 0h-8.1c-6.7 0-12.2 5-12.2 11.7v113.5L165 2.7C162.5 1 159.9.4 156.9.4c-8.3 0-15.4 7-15.4 17v63.1L23 2.3C20.5.6 17.9 0 14.9 0 6.6 0 0 7.4 0 17.4v286c0 10 6.7 16.5 15 16.5 3.1 0 5.4-1.2 8.2-2.9l118.3-77.6v64c0 10 7.2 16.5 15.5 16.5 3.1 0 5.5-1.2 8.2-2.9l186.9-122.2v113c0 6.7 5.4 12.2 12.2 12.2h8.1c6.7 0 11.7-5.5 11.7-12.2V11.7C384.1 5 379.2 0 372.4 0z"/></svg>
<svg class="tc-image-skip-next tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 24"><path d="M0 24l17-12L0 0v24zM20 0v24h4V0h-4z"/></svg>
<svg class="tc-image-skip-previous tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 24"><path d="M0 0h4v24H0zm7 12l17 12V0z"/></svg>
<svg class="tc-image-skrill tc-image-button" width="22pt" height="22pt" viewBox="0 0 689.5062255859375 360.0159912109375"><path d="M597.296 312.789c0-15.642-7.373-28.015-23.914-28.015-14.669 0-25.497 10.714-25.497 28.348 0 19.298 11.584 27.913 27.832 27.913 8.452 0 15.641-2.338 21.47-6.075l-1.659-11.678c-5.977 3.43-11.768 5.602-17.745 5.602-7.254 0-12.369-3.307-13.256-11.767h32.478c.18-.866.294-2.68.294-4.327zm-32.87-4.817c.566-8.286 3.87-12.382 8.494-12.382 5.082 0 7.936 4.224 8.457 12.382h-16.952zm-35.38 2.521l17.681 27.784-17.34 2.449-15.684-25.945v25.156h-16.58v-76.979l16.58-2.671v47.727l14.438-22.127h17.942l-17.037 24.606zm16.807-287.458l57.122-10.227v219.281h-57.122V23.035zm140.566 209.05h-57.157V23.039l57.157-10.227v219.272zm3.085 91.191c0 11.358-7.859 17.562-22.187 17.562-8.61 0-16.662-2.44-22.306-5.418l2.023-12.694c6.387 3.993 14.23 6.413 20.433 6.413 4.608 0 6.822-1.536 6.822-4.075 0-2.76-1.536-3.976-9.19-5.841-13.535-3.541-19.29-7.151-19.29-17.305 0-10.039 7.48-16.772 20.702-16.772 7.301 0 14.361 1.45 19.968 3.998l-2.053 12.663c-5.875-3.2-12.59-5.077-17.8-5.077-3.929 0-5.717 1.43-5.717 3.554 0 2.202 1.544 3.413 9.157 5.512 14.353 3.789 19.44 7.458 19.44 17.481zm-279.21-91.191h-57.61v-90.24c0-47.117 26.808-70.797 79.603-72.507 0 0 9.51-.367 15.151.827v46.882c-33.463 1.156-37.145 13.248-37.145 41.429v73.609zm-165.56 0h-58.975V24.456l58.97-11.648v114.543c22.138-26.778 31.282-52.642 32.554-55.842h67.426c-1.928 6.149-13.96 43.209-41.39 77.982 0 0 30.574 53.573 37.554 82.594h-70.618s-8.448-38.558-25.519-64.171l-.005 64.171zm393.587 52.723l2.786 16.977c-8.09.546-14.106 3.742-18.245 8.154v29.999h-16.649v-54.041H620.8l1.762 10.68c3.311-6.17 7.821-11.2 15.757-11.767zM464.928 28.168C464.928 12.616 477.532 0 493.058 0c15.57 0 28.173 12.616 28.173 28.168 0 15.56-12.6 28.16-28.173 28.16-15.527 0-28.13-12.613-28.13-28.16zm56.704 203.917h-57.118V71.705h57.118v160.38zm-59.409 52.723c-14.843 0-25.907 10.906-25.907 28.224 0 17.31 10.905 27.998 25.8 27.998 15.001 0 26.134-10.794 26.134-28.139-.009-17.293-11.02-28.083-26.027-28.083zm0 42.791c-6.285 0-9.813-5.978-9.813-14.664 0-8.837 3.422-14.438 9.813-14.438 6.387 0 9.962 5.824 9.962 14.558 0 8.726-3.576 14.545-9.962 14.545zm-204.869-14.81c0-15.642-7.368-28.015-23.906-28.015-14.678 0-25.493 10.714-25.493 28.348 0 19.298 11.592 27.913 27.781 27.913 8.49 0 15.675-2.338 21.512-6.075l-1.656-11.678c-5.952 3.43-11.81 5.602-17.758 5.602-7.296 0-12.335-3.307-13.243-11.767h32.457c.2-.866.307-2.68.307-4.327zm-32.865-4.817c.563-8.286 3.878-12.382 8.495-12.382 5.086 0 7.932 4.224 8.495 12.382h-16.99zm-53.095-144.223c0 35.166-28.216 70.686-91.192 70.686-29.179 0-54.072-2.885-76.177-8.691v-51.226c14.742 6.046 39.061 12.433 64.106 12.433 22.835 0 36.446-7.556 36.446-20.424 0-15.556-16.614-16.499-22.874-16.883C7.933 144.622 0 100.991 0 82.47c0-32.128 22.822-69.658 87.228-69.658 37.334 0 57.49 5.841 74.841 11.904l.91.264v49.728l-.64-.171c-6.982-2.957-15.19-5.846-15.19-5.846-14.67-4.42-35.23-9.092-51.098-9.092-9.032 0-33.096 0-33.096 18.15 0 15.057 16.696 16.137 23.915 16.623 52.962 3.55 84.523 29.491 84.523 69.376zm127.078 122.147H314.6l-19.217 55.134c-4.85 14.139-11.478 18.986-23.274 18.986-3.307 0-4.74-.363-6.28-.683l-2.096-13.32c1.767.538 3.426.875 6.664.875 3.712 0 7.023-1.43 8.798-5.184l.666-1.664-19.639-52.83 17.87-2.087 10.453 34.091 9.928-33.318zm-181.953-1.088c-14.882 0-25.92 10.906-25.92 28.224 0 17.31 10.94 27.998 25.805 27.998 14.993 0 26.163-10.794 26.163-28.139 0-17.293-11.034-28.083-26.048-28.083zm0 42.791c-6.285 0-9.813-5.978-9.813-14.664 0-8.837 3.418-14.438 9.813-14.438 6.434 0 9.937 5.824 9.937 14.558 0 8.726-3.503 14.545-9.937 14.545zm-34.368-26.053v38.392H65.383v-33.89c0-3.827-1.425-6.486-5.304-6.486-2.96 0-5.833 1.899-8.802 4.74v35.665H34.629v-33.899c0-3.853-1.425-6.486-5.29-6.486-3.086 0-5.872 1.882-8.838 4.731v35.648H3.844v-54.067h14.673l1.233 7.39c4.851-4.962 9.814-8.482 16.773-8.482 7.37 0 11.47 3.635 13.418 8.482 4.847-4.851 10.142-8.482 16.883-8.482 10.026.005 15.326 6.285 15.326 16.743zm117.33 0v38.392h-16.773v-33.89c0-3.827-1.54-6.486-5.526-6.486-3.195 0-6.157 1.899-9.152 4.839v35.537h-16.644v-54.041h14.673l1.212 7.39c4.851-4.719 10.035-8.482 16.887-8.482 10.031.005 15.322 6.285 15.322 16.743zm152.801-16.738c-6.4 0-11.02 3.52-14.442 7.027v-31.548l-16.66 2.671v73.775c6.28 2.449 14.48 3.836 23.162 3.836 16.648 0 27.371-9.029 27.371-29.099 0-18.296-8.384-26.663-19.43-26.663zm-8.396 42.462c-2.522 0-3.836-.363-6.046-1.011v-21.406c2.757-3.085 5.637-5.192 9.182-5.192 4.727 0 8.047 3.857 8.047 12.937-.017 10.68-4.68 14.673-11.183 14.673zm60.241-42.462c-14.895 0-25.95 10.906-25.95 28.224 0 17.31 10.944 27.998 25.835 27.998 15.006 0 26.134-10.794 26.134-28.139 0-17.293-11.05-28.083-26.018-28.083zm0 42.791c-6.314 0-9.817-5.978-9.817-14.664 0-8.837 3.422-14.438 9.817-14.438 6.387 0 9.924 5.824 9.924 14.558 0 8.726-3.537 14.545-9.924 14.545z"/></svg>
<svg class="tc-image-skull tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 30"><path d="M14 0C4 0 0 4 0 14v8l4 2v6h20v-6l4-2v-8C28 4 24 0 14 0M7 12a4.5 4.5 0 0 1 0 9 4.5 4.5 0 0 1 0-9m14 0a4.5 4.5 0 0 1 0 9 4.5 4.5 0 0 1 0-9"/></svg>
<svg class="tc-image-skyatlas tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1201"><path d="M1430 288zm260 204q148 0 253 98.5T2048 835q0 157-109 261.5T1672 1201q-85 0-162-27.5t-138-73.5-118-106-109-126.5T1041.5 735 933 609 816 503t-136-73.5T521 402q-154 0-251.5 91.5T172 738q0 157 104 250t263 93q100 0 208-37.5T940 945q5-4 21-18.5t30-24 22-9.5q14 0 24.5 10.5T1048 928q0 24-60 77-101 88-234.5 142T493 1201q-133 0-245.5-58t-180-165T0 737q0-205 141.5-341T489 260q120 0 226.5 43.5t185.5 113 151.5 153 139 167.5T1325 890.5t149.5 113T1647 1047q102 0 168.5-61.5T1882 823q0-95-64.5-159T1658 600q-30 0-81.5 18.5T1508 637q-20 0-35.5-15t-15.5-35q0-18 8.5-57t8.5-59q0-159-107.5-263T1100 104q-58 0-111.5 18.5t-84 40.5-55.5 40.5-33 18.5q-15 0-25.5-10.5T780 186q0-19 25-46 59-67 147-103.5T1134 0q191 0 318 125.5T1579 441q0 37-4 66 57-15 115-15z"/></svg>
<svg class="tc-image-skydrive tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.357994079589844 33.320316314697266"><path d="M31.697.007c3.643 0 6.597 2.916 6.597 6.514l-.007.288c2.712.81 4.686 3.295 4.686 6.236a6.472 6.472 0 0 1-2.452 5.068c-1.266-2.23-3.54-3.794-6.19-4.05-.16-4.16-4.162-8.119-9.066-8.119-2.751 0-5.216 1.135-6.88 2.93a5.332 5.332 0 0 1-.046-.704c0-2.96 2.436-5.36 5.442-5.36.783 0 1.528.163 2.2.456a6.61 6.61 0 0 1 5.716-3.26zm1.85 15.667c3.56 0 6.497 3.133 6.912 7.177 2.107-.294 4.62-1.254 5.349-4.075 0 0 .55 4.73-5.314 5.616-.07 1.21-.457 2.35-.928 3.36-8.416-.89-21.722-13.934-29.862-14.89 1.221-1.414 2.975-2.3 4.924-2.3 1.371 0 2.646.438 3.707 1.19 1.337-2.58 3.903-4.324 6.848-4.324 4.282 0 7.762 3.69 7.832 8.27.176-.016.353-.024.532-.024zm4.027 14.85c-1.13.93-2.54 1.476-4.026 1.476l-17.352.042h-9.07v-.023c-1.73-.136-3.443-1.027-4.644-2.596-1.748-2.28-1.886-5.307-.546-7.506C.559 20.385 0 18.455.641 16.744c1.016-2.709 4.66-3.853 8.175-2.586a4.5 4.5 0 0 1 .084-.152C23.452 17.818 32.688 33.32 45.627 28.07c-.79 1.29-2.869 3.33-8.053 2.454zM3.23 20.434c1.416-1.146 3.212-1.489 4.908-1.102-.123-.538-.157-2.484-.095-2.87-.156-.077-5.371-1.324-5.801 1.426-.363.966-.128 2.041.534 2.955.143-.143.294-.28.454-.408z"/></svg>
<svg class="tc-image-skydrive-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.3589973449707 56.58332061767578"><path d="M31.698.006c3.643 0 6.597 2.917 6.597 6.514l-.006.288c2.711.81 4.685 3.295 4.685 6.237a6.471 6.471 0 0 1-2.451 5.068c-1.267-2.23-3.542-3.795-6.192-4.052-.159-4.16-4.16-8.118-9.065-8.118-2.75 0-5.216 1.136-6.88 2.93l-.046-.704c0-2.96 2.437-5.36 5.442-5.36.783 0 1.528.163 2.2.457a6.61 6.61 0 0 1 5.716-3.26zm1.85 15.667c3.56 0 6.497 3.134 6.913 7.177 2.107-.294 4.62-1.254 5.348-4.074 0 0 .55 4.73-5.314 5.615-.07 1.211-.457 2.35-.928 3.36-8.416-.892-21.722-13.933-29.862-14.89 1.221-1.414 2.975-2.3 4.924-2.3 1.371 0 2.646.438 3.707 1.19 1.337-2.579 3.903-4.324 6.848-4.324 4.282 0 7.762 3.69 7.832 8.27l.532-.024zm4.026 14.85c-1.13.93-2.54 1.477-4.026 1.477l-17.352.041h-9.07v-.023c-1.73-.136-3.443-1.027-4.644-2.595-1.748-2.282-1.886-5.307-.546-7.507C.559 20.384 0 18.454.641 16.743c1.016-2.709 4.66-3.853 8.175-2.586l.084-.152C23.452 17.817 32.688 33.32 45.627 28.07c-.79 1.29-2.868 3.33-8.053 2.454zM3.231 20.434c1.416-1.147 3.212-1.49 4.908-1.102-.123-.539-.157-2.485-.095-2.872-.155-.075-5.371-1.323-5.801 1.427-.362.967-.128 2.042.535 2.956l.453-.409zm16.41 14.774h6.334v11.48l4.75-4.75v6.332l-7.917 8.313-7.917-8.313v-6.333l4.75 4.75v-11.48z"/></svg>
<svg class="tc-image-skydrive-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.35900115966797 55.79132080078125"><path d="M31.698.006c3.643 0 6.597 2.917 6.597 6.514l-.006.288c2.711.81 4.685 3.295 4.685 6.237a6.471 6.471 0 0 1-2.451 5.068c-1.267-2.23-3.542-3.795-6.192-4.052-.159-4.16-4.16-8.118-9.065-8.118-2.75 0-5.216 1.136-6.88 2.93l-.046-.704c0-2.96 2.437-5.36 5.442-5.36.783 0 1.528.163 2.2.457a6.61 6.61 0 0 1 5.716-3.26zm1.85 15.667c3.56 0 6.497 3.134 6.913 7.177 2.107-.294 4.62-1.254 5.348-4.074 0 0 .55 4.73-5.314 5.615-.07 1.211-.457 2.35-.928 3.36-8.416-.892-21.722-13.933-29.862-14.89 1.221-1.414 2.975-2.3 4.924-2.3 1.371 0 2.646.438 3.707 1.19 1.337-2.579 3.903-4.324 6.848-4.324 4.282 0 7.762 3.69 7.832 8.27l.532-.024zm4.026 14.85c-1.13.93-2.54 1.477-4.026 1.477l-26.422.041v-.023c-1.73-.136-3.443-1.027-4.644-2.595-1.748-2.282-1.886-5.307-.546-7.507C.559 20.384 0 18.454.641 16.743c1.016-2.709 4.66-3.853 8.175-2.586l.084-.152C23.452 17.817 32.688 33.32 45.627 28.07c-.79 1.29-2.868 3.33-8.053 2.454zM3.231 20.434c1.416-1.147 3.212-1.49 4.908-1.102-.123-.539-.157-2.485-.095-2.872-.155-.075-5.371-1.323-5.801 1.427-.362.967-.128 2.042.535 2.956l.453-.409zm16.41 35.357v-11.48l-4.75 4.75v-6.333l7.917-8.31 7.917 8.312v6.333l-4.75-4.75v11.478h-6.334z"/></svg>
<svg class="tc-image-skype tc-image-button" width="22pt" height="22pt" viewBox="0 0 504.83197021484375 512"><path d="M0 139.776c0-38.571 13.653-71.51 40.96-98.816S101.205 0 139.776 0c26.624 0 51.37 7.168 74.24 21.503 12.288-2.389 25.941-3.583 40.96-3.583 66.56 0 123.392 23.552 170.495 70.656 47.105 47.104 70.657 103.765 70.657 169.983 0 16.726-1.878 33.963-5.632 51.713 9.557 20.138 14.336 40.789 14.336 61.95 0 38.572-13.654 71.51-40.96 98.817S403.626 512 365.055 512c-23.21 0-45.226-5.461-66.048-16.384-15.36 2.73-30.037 4.096-44.032 4.096-66.218 0-122.879-23.552-169.983-70.656C37.888 381.952 14.336 325.12 14.336 258.56c0-16.042 1.536-32.085 4.608-48.128C6.314 188.246 0 164.694 0 139.777zm113.152 187.392c0 13.995 5.12 28.502 15.36 43.52 24.234 35.498 66.218 53.248 125.951 53.248 17.067 0 33.537-1.878 49.408-5.632 15.872-3.755 30.805-9.557 44.8-17.407 13.995-7.851 25.259-18.689 33.792-32.513 8.533-13.824 12.8-29.952 12.8-48.384 0-19.797-5.035-36.523-15.104-50.176-10.07-13.653-22.613-23.552-37.631-29.696-15.02-6.144-31.318-11.69-48.897-16.64s-33.877-8.874-48.895-11.776c-15.02-2.901-27.564-7.338-37.633-13.312-10.07-5.973-15.104-13.568-15.104-22.784 0-11.264 6.23-19.627 18.689-25.088 12.458-5.461 25.173-8.192 38.143-8.192 13.653 0 24.917 2.133 33.792 6.4s15.36 9.386 19.456 15.36c4.096 5.973 7.68 11.946 10.752 17.92s7.254 11.093 12.544 15.36 12.032 6.4 20.224 6.4c9.216 0 17.323-3.242 24.32-9.728 6.998-6.485 10.496-14.336 10.496-23.552s-2.56-18.432-7.68-27.648c-10.24-18.773-26.453-32.426-48.64-40.96-22.186-8.533-45.738-12.8-70.655-12.8-15.702 0-30.892 1.536-45.569 4.608-14.677 3.072-28.842 8.021-42.496 14.848-13.653 6.827-24.66 16.47-33.024 28.928-8.363 12.459-12.544 27.221-12.544 44.288 0 22.528 6.827 40.704 20.48 54.528 13.653 13.824 30.208 23.552 49.665 29.184a794.579 794.579 0 0 0 58.624 14.593c19.626 4.095 36.266 9.812 49.92 17.15 13.652 7.34 20.479 17.324 20.479 29.953 0 9.898-3.925 18.261-11.775 25.088-7.851 6.827-16.47 11.435-25.857 13.824s-19.03 3.584-28.928 3.584c-12.97 0-23.978-1.792-33.024-5.376-9.045-3.584-15.616-8.192-19.712-13.824s-7.935-11.606-11.52-17.92-6.655-12.288-9.215-17.92c-2.56-5.632-6.4-10.24-11.52-13.824s-11.435-5.376-18.944-5.376c-9.558 0-17.835 2.901-24.832 8.704-6.997 5.803-10.496 13.483-10.496 23.04z"/></svg>
<svg class="tc-image-skype-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M588 472c13.333 8 22.667 18 28 30 6.667 13.333 10 28 10 44 0 21.333-6 40-18 56-8 14.667-24 28-48 40-25.333 9.333-51.333 14-78 14-36 0-65.333-6.667-88-20-14.667-8-28-20-40-36-10.667-17.333-16-32.667-16-46 0-9.333 3.333-17.333 10-24 9.333-6.667 18-10 26-10 9.333 0 16.667 2.667 22 8 5.333 2.667 10 10 14 22 1.333 4 3.667 9 7 15s5.667 9.667 7 11c4 5.333 10.667 10.667 20 16 10.667 4 22.667 6 36 6 21.333 0 38-4 50-12 12-9.333 18-20 18-32 0-10.667-3.333-18.667-10-24-6.667-6.667-15.333-12-26-16-4-1.333-11-3-21-5s-17.667-3.667-23-5c-13.333-2.667-35.333-9.333-66-20-13.333-6.667-27.333-17.333-42-32-10.667-14.667-16-32-16-52 0-18.667 6-35.333 18-50 10.667-14.667 26.667-26 48-34 20-8 44-12 72-12 22.667 0 41.333 2.667 56 8 13.333 2.667 27.333 9.333 42 20 12 12 20 21.333 24 28 4 10.667 6 20.667 6 30 0 9.333-3.333 17.333-10 24-6.667 6.667-14.667 10-24 10-8 0-15.333-2-22-6-5.333-5.333-10-12-14-20-6.667-12-14-21.333-22-28-6.667-6.667-20.667-10-42-10-17.333 0-31.333 3.333-42 10-10.667 8-16 16-16 24 0 6.667 2 12 6 16 5.333 5.333 10 8.667 14 10 2.667 1.333 9.333 4 20 8 12 4 23.333 7.333 34 10 24 5.333 42 10 54 14 18.667 6.667 32.667 13.333 42 20M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m116 748c38.667 0 72-14.333 100-43s42-63 42-103c0-22.667-5.333-44.667-16-66 4-18.667 6-36.667 6-54 0-69.333-24-128.667-72-178s-106-74-174-74c-18.667 0-32.667.667-42 2-22.667-14.667-47.333-22-74-22-40 0-74 14.333-102 43s-42 63-42 103c0 26.667 6.667 52 20 76-2.667 10.667-4 27.333-4 50 0 69.333 24 128.667 72 178s105.333 74 172 74c21.333 0 36.667-1.333 46-4 20 12 42.667 18 68 18"/></svg>
<svg class="tc-image-slack tc-image-button" width="22pt" height="22pt" viewBox="0 0 522.2630004882812 522.2689819335938"><path d="M336.817 37.056C329.037 13.106 303.313 0 279.369 7.784c-23.952 7.78-37.06 33.504-29.274 57.45l117.894 362.73c8.097 22.374 32.265 34.946 55.465 28.27 24.199-6.967 38.949-32.669 31.227-56.434L336.817 37.056zM154.141 96.412c-7.785-23.948-33.506-37.052-57.452-29.273-23.953 7.78-37.06 33.5-29.274 57.453l117.894 362.732c8.096 22.372 32.266 34.945 55.466 28.263 24.2-6.96 38.948-32.664 31.227-56.433l-117.86-362.74zM485.212 337.47c23.95-7.78 37.051-33.5 29.271-57.452-7.78-23.947-33.504-37.056-57.449-29.274l-362.73 117.9c-22.374 8.09-34.946 32.26-28.27 55.46C73 448.3 98.702 463.052 122.468 455.33l362.744-117.86zM169.905 439.92l86.694-28.168-28.172-86.704-86.7 28.18 28.176 86.694zm182.678-59.36c32.775-10.644 63.239-20.544 86.695-28.166l-28.176-86.72-86.7 28.18 28.18 86.708zm73.274-225.768c23.948-7.78 37.054-33.5 29.274-57.454-7.78-23.948-33.5-37.054-57.452-29.275L34.945 185.965C12.573 194.053 0 218.223 6.681 241.423c6.96 24.197 32.664 38.949 56.434 31.226l362.74-117.859zM110.532 257.246c23.61-7.672 54.05-17.565 86.708-28.172-10.646-32.78-20.546-63.244-28.168-86.704l-86.72 28.184 28.18 86.692zm182.676-59.354l86.712-28.176c-10.653-32.786-20.552-63.26-28.181-86.72l-86.711 28.184 28.18 86.712z"/></svg>
<svg class="tc-image-slash tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M1.5 0h10c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5h-10C.673 13 0 12.327 0 11.5v-10C0 .673.673 0 1.5 0zm10 1H1.707L12 11.293V1.5c0-.275-.225-.5-.5-.5zm-10 11h9.793L1 1.707V11.5c0 .275.225.5.5.5z"/></svg>
<svg class="tc-image-sledding tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.060997009277344 43.19200134277344"><path d="M41.973 29.484c2.517 0 4.563-2.119 4.563-4.738 0-2.605-2.047-4.714-4.563-4.714-2.529 0-4.565 2.108-4.565 4.714-.001 2.619 2.035 4.738 4.565 4.738zm3.502 10.567c.205.072.302.107.53.107 1.168 0 2.056-.982 2.056-2.191 0-.912-.577-1.705-1.346-2.025l-6.33-2.547-4.605-8.459s-.382-.934-1.709-1.445L18.99 17.236l-8.961-15.72C9.508.616 8.552 0 7.454 0 5.795 0 4.456 1.397 4.456 3.115c0 .545.138 1.055.378 1.505l11.125 19.534-7.053-2.914-1.773 1.192L35.313 34h-.012l1.155 1.807s.457.973 1.82 1.529l3.5 1.388c-2.277 2.357-5.469 1.329-5.469 1.329L1.899 25.736 0 26.905l36.174 14.711C40.35 43.192 44 39.412 44 39.412v.012l1.475.627z"/></svg>
<svg class="tc-image-sleep tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.32499694824219 38.21399688720703"><path d="M26.708 23.934V20.97L38.134 4.693v-.14H27.74V0h17.406v3.18L33.969 19.24v.14h11.356v4.554H26.708zM12.07 31.87v-1.917l7.393-10.532v-.09h-6.725v-2.947h11.263v2.058l-7.233 10.391v.091h7.348v2.946H12.07zM0 38.214v-1.395l5.378-7.66v-.065H.487V26.95h8.19v1.496l-5.259 7.558v.066h5.344v2.143H.001z"/></svg>
<svg class="tc-image-sleepy tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13z"/><path d="M10 10.5c0 1.381-.895 2.5-2 2.5s-2-1.119-2-2.5S6.895 8 8 8s2 1.119 2 2.5zM6.5 5.313a.502.502 0 0 1-.354-.146c-.302-.302-.991-.302-1.293 0a.5.5 0 0 1-.707-.707c.696-.696 2.011-.696 2.707 0a.5.5 0 0 1-.354.853zm5 0a.502.502 0 0 1-.354-.146c-.302-.302-.991-.302-1.293 0a.5.5 0 0 1-.707-.707c.696-.696 2.011-.696 2.707 0a.5.5 0 0 1-.354.853z"/></svg>
<svg class="tc-image-sleepy2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4.854 5.166a.5.5 0 0 1-.707-.707c.696-.696 2.011-.696 2.707 0a.5.5 0 0 1-.708.707c-.302-.302-.991-.302-1.293 0zM8 13c-1.105 0-2-1.119-2-2.5S6.895 8 8 8s2 1.119 2 2.5S9.105 13 8 13zm3.854-7.834a.498.498 0 0 1-.708 0c-.302-.302-.991-.302-1.293 0a.5.5 0 0 1-.707-.707c.696-.696 2.011-.696 2.707 0a.5.5 0 0 1 0 .707z"/></svg>
<svg class="tc-image-sleet tc-image-button" width="22pt" height="22pt" viewBox="0 0 2222 2197"><path d="M0 1016q0-185 115.5-330T408 500q49-219 224.5-359.5T1035 0q130 0 235 43 0 1 1 2 134 52 236 165h3q108 117 146 279h33q173 0 302 92v-1q85 57 142.5 142t77.5 186q6 34 8 55v6q0 1 1.5 18t1.5 26v3q0 141-68 261.5t-185.5 193T1710 1547q-21 0-21-18v-143q0-20 21-20 137-7 232.5-109t95.5-241q0-142-103-244.5T1689 669h-172q-19 0-19-18l-8-63q-16-160-135-276-1-1-2.5-3t-2.5-3q-2-2-4-2 0-3-2-3-116-106-273-120-11-1-36-1-176 0-305.5 117.5T583 588l-8 63q-5 15-24 15l-54 3q-135 16-225 114t-90 233v4h3q1 76 32.5 144t85.5 116q33 29 79 51v1q64 31 129 34 18 0 18 19v143q0 18-18 18-83-5-158-32v1q-133-46-225.5-153T9 1116v-3q-1-1-1-4-8-41-8-93zm587 765q0-5 2-13.5t2-12.5l10-63q11-38 43.5-56.5t72.5-8.5q36 11 54 44t7 67l-15 64q-16 70-81 70-5 0-14.5-2t-14.5-2q-33-10-49.5-35t-16.5-52zm79-314q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25q-37 0-61-26-27-25-27-61zm175 639q0-6 4-24l14-63q11-36 44-54.5t67-7.5q37 7 56 39t9 73l-14 63q-16 65-85 65-12 0-26-3-35-10-52-35.5t-17-52.5zm84-310q0-37 25-62t63-25 63 25 25 62q0 38-25 63t-63 25q-36 0-62-26t-26-62zm66-242q0-16 3-29l24-96q11-37 44-56.5t68-8.5q38 11 56.5 43t7.5 67l-28 96q-13 44-44 60t-68 6q-32-6-48.5-32t-14.5-50zm295 228q0-5 1.5-14t1.5-12l10-63q11-38 43.5-56.5t72.5-8.5q36 11 54.5 44t7.5 67l-15 64q-16 70-81 70-5 0-15-2t-15-2q-32-10-48.5-35t-16.5-52zm79-314q0-38 25-63t63-25 63 25 25 63q0 37-25 62t-63 25-62-26q-26-24-26-61z"/></svg>
<svg class="tc-image-slice tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 36.58599853515625"><path d="M17.257 19.169l4.91 4.91v5.855L0 36.586l17.257-17.417zm14.489-19l1.572 1.586-12.735 12.664v3.167l3.167 3.166h3.166L39.59 8.079l1.576 1.59-14.25 14.25H23.75l-6.334-6.333v-3.167L31.746.169zM20.81 15.674L36.484 0l1.12 1.12L21.93 16.794l-1.12-1.12zm3.336 3.732L39.82 3.731l1.12 1.12-15.675 15.674-1.12-1.12zm-1.98-1.357L37.841 2.375l1.12 1.12-15.676 15.674-1.12-1.12z"/></svg>
<svg class="tc-image-slider tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.978999137878418 14.08078670501709"><path d="M7.256 11.566l3.5 2.338a.568.568 0 0 0 .642-.938l-3.114-1.991h4.17a.55.55 0 0 0 .547-.568v-8.42h.41c.314 0 .568-.154.568-.469 0-.313-.254-.468-.568-.468H8V.628C7.998.297 7.966.159 7.681.06 7.42 0 6.655.06 6.483.06c-.313 0-.419.254-.419.568v.421H.568c-.312 0-.568.155-.568.469 0 .314.256.469.568.469h.46v8.42c0 .314.254.568.568.568h4.522l-3.163 1.991a.57.57 0 0 0 .322 1.038c.11 0 .222-.032.319-.1l3.66-2.338zm4.782-1.562H2V1.986h10.038v8.018zM10 7.68c0 .179.146.324.324.324h.352A.324.324 0 0 0 11 7.68V4.438a.324.324 0 0 0-.324-.325h-.352a.325.325 0 0 0-.324.325V7.68zM8 6.365v1.314c0 .18.146.325.326.325h.349A.325.325 0 0 0 9 7.68V6.365a.325.325 0 0 0-.325-.325h-.349A.326.326 0 0 0 8 6.365zM4.857 8.004C3.868 8.004 3 7.119 3 6.112c0-.988.757-1.823 1.708-1.823a.14.14 0 0 1 .14.144v1.529c0 .14.152.151.152.151h1.571c.08 0 .145.061.145.141 0 .951-.852 1.75-1.859 1.75zm2.257-2.407H5.537a.131.131 0 0 1-.132-.132V3.889c0-.074.06-.134.134-.134 1.007 0 1.71.702 1.71 1.709a.134.134 0 0 1-.135.133z"/></svg>
<svg class="tc-image-slider-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.952999114990234 14.081985473632812"><path d="M7.209 11.567l3.5 2.338a.568.568 0 0 0 .642-.938l-3.114-1.991h4.17a.568.568 0 0 0 .568-.568v-8.42h.41c.314 0 .568-.154.568-.469 0-.313-.254-.469-.568-.469H7.971V.629C7.969.298 7.937.16 7.651.061c-.261-.061-1.026 0-1.198 0-.313 0-.419.254-.419.567v.421H.568C.256 1.05 0 1.205 0 1.518c0 .314.256.469.568.469h.46v8.42c0 .314.254.568.568.568h4.476l-3.163 1.991a.57.57 0 0 0 .322 1.038c.11 0 .222-.032.319-.1l3.659-2.337zm4.795-1.379H1.966V1.987h10.038v8.201z"/><path d="M6 7.804l2.875-1.77L6 4.264z"/></svg>
<svg class="tc-image-sliders tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1408"><path d="M352 1152v128H0v-128h352zm352-128q26 0 45 19t19 45v256q0 26-19 45t-45 19H448q-26 0-45-19t-19-45v-256q0-26 19-45t45-19h256zm160-384v128H0V640h864zM224 128v128H0V128h224zm1312 1024v128H800v-128h736zM576 0q26 0 45 19t19 45v256q0 26-19 45t-45 19H320q-26 0-45-19t-19-45V64q0-26 19-45t45-19h256zm640 512q26 0 45 19t19 45v256q0 26-19 45t-45 19H960q-26 0-45-19t-19-45V576q0-26 19-45t45-19h256zm320 128v128h-224V640h224zm0-512v128H672V128h864z"/></svg>
<svg class="tc-image-slides tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M16 0v16H0V0h16zM5.66 10.382c0-.086.054-.216.163-.39.108-.173.206-.26.292-.26.01 0 .08.04.21.123a2.674 2.674 0 0 0 1.436.371c.344 0 .626-.097.847-.293.22-.195.332-.46.332-.793 0-.334-.1-.594-.294-.78-.195-.187-.583-.363-1.164-.528-.582-.165-1.002-.375-1.262-.63-.26-.257-.39-.645-.39-1.165s.2-.957.598-1.308c.4-.352.92-.528 1.56-.528.444 0 .838.056 1.185.17.347.112.52.238.52.376 0 .113-.05.26-.15.436-.1.178-.188.267-.266.267-.01 0-.065-.025-.17-.077a2.09 2.09 0 0 0-.994-.234c-.37 0-.655.075-.86.226a.708.708 0 0 0-.305.592c0 .243.076.434.228.573.152.14.41.266.774.378.815.252 1.368.527 1.66.827.29.3.435.75.435 1.353s-.215 1.1-.644 1.49c-.43.39-.942.585-1.54.585-.6 0-1.116-.09-1.55-.267-.433-.177-.65-.35-.65-.514z"/></svg>
<svg class="tc-image-slideshare tc-image-button" width="22pt" height="22pt" viewBox="0 0 1194.9140625 1200"><path d="M63.166.001l.001 579.635c-13.786-9.185-38.357-16.869-50.988-7.637C0 586.08 17.312 606.627 24.945 619.757c75.666 76.157 153.204 125.098 244.566 164.97-20.668 64.695-26.747 129.517-20.365 193.617 13.583 112.039 90.133 220.854 210.182 221.656 57.417-1.311 119.215-42.689 119.757-101.899V845.858c14.569 4.165 28.825 10.305 43.313 12.767v235.638c0 16.985 4.015 31.645 12.082 43.959 24.9 35.984 65.21 57.688 107.637 57.979 125.635-5.016 196.026-108.185 210.22-221.657 6.149-67.075-2.776-134.995-20.402-193.655 83.3-42.063 235.092-103.806 261.778-200.607 1.201-12.01-10.105-16.479-19.415-16.565-15.069.618-27.271 6.225-38.526 14.628L1135.774 0 63.166.001zm62.387 63.715h946.504v552.85c-15.781 10.016-31.056 16.648-47.112 24.201l-838.222 8.929c-21.702-8.279-40.548-21.704-61.17-30.585V63.716zm312.842 293.389c-78.094 0-141.375 63.319-141.375 141.413s63.281 141.376 141.375 141.376 141.414-63.282 141.414-141.376-63.321-141.413-141.414-141.413zm335.144 0c-78.094 0-141.375 63.319-141.375 141.413s63.281 141.376 141.375 141.376 141.413-63.282 141.413-141.375-63.319-141.414-141.413-141.414z"/></svg>
<svg class="tc-image-slideshow tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M14 10v16l10-8-10-8zM32 0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 32H4V4h28v28z"/></svg>
<svg class="tc-image-slow-motion-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.900001525878906 39.80000305175781"><path d="M22 15.48l-6.1-4.58v18l6.1-4.58 5.9-4.42zm0 0l-6.1-4.58v18l6.1-4.58 5.9-4.42zm0 0l-6.1-4.58v18l6.1-4.58 5.9-4.42zM17.9 4.04V0c-4.02.4-7.68 2-10.64 4.42l2.84 2.86c2.22-1.72 4.88-2.88 7.8-3.24zM7.28 10.1L4.42 7.26A19.898 19.898 0 0 0 0 17.9h4.04c.36-2.92 1.52-5.58 3.24-7.8zM4.04 21.9H0c.4 4.02 2 7.68 4.42 10.64l2.86-2.86c-1.72-2.2-2.88-4.86-3.24-7.78zm3.22 13.48c2.96 2.42 6.64 4.02 10.64 4.42v-4.04c-2.92-.36-5.58-1.52-7.8-3.24l-2.84 2.86zM39.9 19.9c0 10.32-7.84 18.84-17.9 19.9v-4.04C29.84 34.72 35.9 28 35.9 19.9S29.84 5.08 22 4.04V0c10.06 1.06 17.9 9.58 17.9 19.9z"/></svg>
<svg class="tc-image-small-craft-advisory tc-image-button" width="22pt" height="22pt" viewBox="0 0 1107 1829"><path d="M0 1829V0h110v1829H0zM184 790V0l923 394z"/></svg>
<svg class="tc-image-smartphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 1141 1920"><path d="M0 1714V205q0-85 59-145T202 0h736q84 0 143.5 60t59.5 145v1509q0 85-59.5 145.5T938 1920H202q-84 0-143-60T0 1714zm480-125q0 38 26.5 64.5T570 1680t64-27 27-64-27-63-64-26-63.5 26-26.5 63z"/></svg>
<svg class="tc-image-smashing tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.0009765625 512"><path d="M.002 121.856c0-8.534 2.73-16.3 8.192-23.297 5.461-6.997 12.458-11.52 20.991-13.567l100.864-24.065c-21.504 24.576-32.256 53.249-32.256 86.017 0 63.146 43.179 111.445 129.536 144.896a290.213 290.213 0 0 1 27.648 12.544c8.875 4.608 18.176 10.325 27.904 17.152 9.728 6.827 17.579 14.763 23.552 23.808 5.973 9.045 8.96 18.517 8.96 28.416 0 14.677-5.973 26.112-17.92 34.304-11.947 8.192-25.6 12.287-40.96 12.287-19.797 0-40.448-3.84-61.952-11.52-21.504-7.68-39.424-18.005-53.76-30.975l-40.448 91.648c19.115 10.581 43.691 20.992 73.728 31.232-3.413.682-8.789 2.133-16.127 4.352s-13.91 3.925-19.712 5.12S126.978 512 121.858 512c-8.534 0-16.3-2.73-23.297-8.193-6.997-5.46-11.52-12.458-13.567-20.99L1.025 131.071C.342 126.975 0 123.903 0 121.855zm214.528 23.552c0-12.97 5.973-22.955 17.92-29.952s24.917-10.496 38.912-10.496c16.725 0 35.498 2.986 56.319 8.96 20.822 5.973 35.84 13.909 45.057 23.807l31.231-87.039c-30.72-16.384-62.464-27.136-95.231-32.257.682 0 8.362-2.047 23.04-6.143 14.677-4.096 26.88-7.168 36.607-9.216C378.113 1.024 385.366 0 390.145 0c8.534 0 16.3 2.73 23.297 8.192 6.996 5.461 11.519 12.458 13.567 20.991l83.968 351.744c.683 4.097 1.024 7.169 1.024 9.216 0 8.534-2.73 16.3-8.192 23.297-5.461 6.997-12.458 11.52-20.991 13.568l-74.24 17.408c16.042-23.893 24.063-49.835 24.063-77.824 0-37.888-12.032-69.035-36.096-93.44-24.064-24.406-55.552-43.094-94.464-56.064-58.367-19.798-87.551-43.691-87.551-71.68z"/></svg>
<svg class="tc-image-smashing_magazine tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.854000091552734 22.871004104614258"><path d="M18.177.241c.394.161.788.52.977.869.116.224.717 2.777 3.118 13.205.323 1.389.582 2.732.582 2.992 0 .564-.188.968-.636 1.371-.358.331-.555.403-2.365.833l-1.075.251.287-.546c.394-.735.582-1.604.582-2.634 0-1.98-.735-3.619-2.213-4.936-.86-.771-2.132-1.478-4.076-2.276-2.705-1.102-3.494-1.783-3.494-3.01.009-1.362 1.084-2.061 2.956-1.935.932.072 1.917.314 2.938.735.43.179.842.34.914.367.108.036.278-.349.753-1.639.34-.923.636-1.729.654-1.783.054-.143-1.433-.797-2.437-1.075-1.174-.314-1.201-.322-1.03-.367C16.879.09 17.613 0 18.178.242zM5.555 3.251a5.943 5.943 0 0 0-.681 1.371c-.206.618-.242.869-.242 1.837 0 .985.027 1.2.233 1.774.779 2.168 2.607 3.727 5.895 5.035 1.469.582 2.455 1.138 2.956 1.666.511.538.663.985.609 1.792-.045.753-.34 1.192-1.03 1.532-.502.242-.564.251-1.863.251-1.245 0-1.415-.018-2.329-.287a18.456 18.456 0 0 1-1.657-.564c-.367-.161-.744-.296-.833-.305-.117-.009-.34.385-.959 1.684-.448.932-.806 1.729-.806 1.756 0 .108 1.406.717 2.32 1.003.475.152.923.296.994.314.072.027-.349.161-.941.304-1.863.457-2.741.26-3.234-.726-.125-.251-.905-3.449-2.007-8.233C0 4.9.054 5.231.538 4.47c.349-.555.887-.788 2.652-1.191 1.236-.269 2.741-.627 2.795-.663.009-.009-.179.278-.43.636z"/></svg>
<svg class="tc-image-smashingmagazine tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.208961486816406 16.301036834716797"><path d="M5.31 8.156c.51.35 1.108.673 1.805.963 1.19.494 1.99.924 2.4 1.29.41.364.618.832.618 1.402-.003.972-.682 1.46-2.05 1.46-1.317 0-2.5-.418-3.55-1.25l-1.247 2.79c.947.507 1.718.838 2.316.997l.093.023-1.197.276a1.576 1.576 0 0 1-1.888-1.18L.195 4.489a1.577 1.577 0 0 1 1.182-1.89l2.916-.672c-.106.103-.204.21-.294.322l-.012.015c-.502.632-.754 1.41-.754 2.336 0 1.408.687 2.586 2.053 3.538l.025.017zm6.904.048c-.554-.447-1.27-.844-2.156-1.19-1.317-.523-2.175-.94-2.577-1.248-.4-.31-.605-.654-.605-1.038 0-.972.613-1.46 1.838-1.46 1.365 0 2.433.33 3.198.984l1.01-2.72a9.494 9.494 0 0 0-2.268-.817l-.037-.01c-.185-.04-.372-.074-.562-.104l1.757-.406a1.576 1.576 0 0 1 1.888 1.18l2.415 10.436a1.574 1.574 0 0 1-1.183 1.888l-1.99.46c.557-.705.837-1.566.837-2.586 0-1.048-.29-1.94-.87-2.68a4.318 4.318 0 0 0-.67-.668l-.025-.02z"/></svg>
<svg class="tc-image-smile tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm1.002 4.801l1.286.772C11.414 12.027 9.821 13 8 13s-3.413-.973-4.288-2.427l1.286-.772C5.61 10.819 6.725 11.5 8 11.5s2.389-.681 3.002-1.699z"/></svg>
<svg class="tc-image-smile-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0Q373 0 255 68.5T68.5 255 0 512t68.5 257T255 955.5t257 68.5 257-68.5T955.5 769t68.5-257-68.5-257T769 68.5 512 0zM256 414q0 13-9.5 22.5T224 446t-22.5-9.5T192 414v-64q0-13 9.5-22.5T224 318t22.5 9.5T256 350v64zm511 134q-12 83-73 144-76 74-182 74t-182-74q-61-60-73-144-2-14 7.5-25t23.5-11q12 0 21 8t11 19q9 62 55 107 57 56 137 56t137-56q46-45 55-107 2-12 11-19.5t21-7.5q14 0 24 11t7 25zm64-134q0 13-9.5 22.5T799 446t-22.5-9.5T767 414v-64q0-13 9.5-22.5T799 318t22.5 9.5T831 350v64z"/></svg>
<svg class="tc-image-smile-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1134 947q-37 121-138 195t-228 74-228-74-138-195q-8-25 4-48.5t38-31.5q25-8 48.5 4t31.5 38q25 80 92.5 129.5T768 1088t151.5-49.5T1012 909q8-26 32-38t49-4 37 31.5 4 48.5zM640 512q0 53-37.5 90.5T512 640t-90.5-37.5T384 512t37.5-90.5T512 384t90.5 37.5T640 512zm512 0q0 53-37.5 90.5T1024 640t-90.5-37.5T896 512t37.5-90.5T1024 384t90.5 37.5T1152 512zm256 256q0-130-51-248.5t-136.5-204-204-136.5T768 128t-248.5 51-204 136.5-136.5 204T128 768t51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5zm128 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-smile2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM5 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 9a4.999 4.999 0 0 1-4.288-2.427l1.286-.772C5.61 10.819 6.725 11.5 8 11.5s2.389-.681 3.002-1.699l1.286.772A4.996 4.996 0 0 1 8 13z"/></svg>
<svg class="tc-image-smiley tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 0 1-2.17 1.45c-.83.36-1.72.53-2.64.53-.92 0-1.81-.17-2.64-.53-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 0 1-1.45-2.17A6.59 6.59 0 0 1 1.21 8c0-.92.17-1.81.53-2.64.34-.81.83-1.55 1.45-2.17.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 0 1 8 1.21c.92 0 1.81.17 2.64.53.81.34 1.55.83 2.17 1.45.62.62 1.11 1.36 1.45 2.17.36.83.53 1.72.53 2.64 0 .92-.17 1.81-.53 2.64-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z"/></svg>
<svg class="tc-image-smiley-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM286.157 286.157h627.686v627.686H286.157V286.157zm205.152 119.385c-37.424 0-67.749 30.325-67.749 67.749s30.325 67.749 67.749 67.749 67.822-30.325 67.822-67.749-30.399-67.749-67.822-67.749zm211.23 0c-37.424 0-67.749 30.325-67.749 67.749s30.325 67.749 67.749 67.749 67.749-30.325 67.749-67.749-30.325-67.749-67.749-67.749zM381.885 618.896c0 120.463 97.652 218.115 218.115 218.115s218.115-97.652 218.115-218.115h-436.23z"/></svg>
<svg class="tc-image-smiley-angry tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.81267166137695 38.73384094238281"><path d="M8.614 30.817h20.584a3.959 3.959 0 0 1 0 7.917H8.614a3.959 3.959 0 0 1 0-7.917zm-1.51-19a5.614 5.614 0 1 1 0 11.228 5.614 5.614 0 0 1 0-11.227zm23.605-.143a5.614 5.614 0 1 1 0 11.227 5.614 5.614 0 0 1 0-11.228zm-5.392-.57a2.375 2.375 0 0 1-2.375-4.114L33.912.656a2.375 2.375 0 0 1 2.375 4.114l-10.97 6.333zM1.525 4.77A2.375 2.375 0 0 1 3.9.656L14.87 6.99a2.375 2.375 0 0 1-2.375 4.113L1.525 4.77z"/></svg>
<svg class="tc-image-smiley-cry tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 34.753997802734375"><path d="M11.083 7.837c0 4.372-2.481 7.917-5.542 7.917C2.481 15.754 0 12.209 0 7.837L6.333 0c2.686.55 4.75 3.849 4.75 7.837zm9.5 0c0-3.988 2.064-7.288 4.75-7.837l6.333 7.837c0 4.372-2.48 7.917-5.541 7.917-3.06 0-5.542-3.545-5.542-7.917zm-15.042 19h17.417a3.959 3.959 0 0 1 0 7.917H5.541a3.959 3.959 0 0 1 0-7.917zm28.5 3.087c-5.541-1.504-.527-10.503-.791-15.754 6.333 7.837 7.916 15.834.791 15.754z"/></svg>
<svg class="tc-image-smiley-frown tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 38.23699951171875"><path d="M7.484 35.281c0 1.796-1.593 2.956-3.867 2.956-1.977 0-3.22-1.488-3.617-2.956.945-7.681 10.607-14.778 20.583-14.778 9.976 0 19.638 7.096 20.583 14.778-.397 1.468-1.64 2.956-3.617 2.956-2.274 0-3.867-1.16-3.867-2.956l-.195-.31c-1.073-4.86-6.442-7.765-12.904-7.765S8.752 30.11 7.679 34.971l-.195.31zm8.349-27.444c0 4.372-2.481 7.916-5.542 7.916-3.06 0-5.541-3.544-5.541-7.916L11.083 0c2.686.549 4.75 3.848 4.75 7.837zm9.5 0c0-3.989 2.064-7.288 4.75-7.837l6.333 7.837c0 4.372-2.48 7.916-5.541 7.916-3.06 0-5.542-3.544-5.542-7.916z"/></svg>
<svg class="tc-image-smiley-glasses tc-image-button" width="22pt" height="22pt" viewBox="0 0 69.66600036621094 36.41699981689453"><path d="M1.583 3.167h11.083A3.167 3.167 0 0 1 15.833 0h14.25a3.167 3.167 0 0 1 3.167 3.167h3.166A3.167 3.167 0 0 1 39.583 0h14.25A3.167 3.167 0 0 1 57 3.167h11.083l1.583 4.75H57v3.167a3.167 3.167 0 0 1-3.167 3.166h-14.25a3.167 3.167 0 0 1-3.167-3.166V7.917H33.25v3.167a3.167 3.167 0 0 1-3.167 3.166h-14.25a3.167 3.167 0 0 1-3.167-3.166V7.917H0l1.583-4.75zm15.833 0c-.874 0-1.583.709-1.583 1.583V9.5c0 .875.709 1.584 1.583 1.584H28.5c.874 0 1.583-.71 1.583-1.584V4.75c0-.874-.709-1.583-1.583-1.583H17.416zm23.75 0c-.874 0-1.583.709-1.583 1.583V9.5c0 .875.709 1.584 1.583 1.584H52.25c.874 0 1.583-.71 1.583-1.584V4.75c0-.874-.709-1.583-1.583-1.583H41.166zM21.735 21.639l.194.31c1.072 4.861 6.442 7.765 12.904 7.765s11.831-2.904 12.904-7.765l.194-.31c0-1.795 1.594-2.955 3.868-2.955 1.977 0 3.22 1.487 3.617 2.955-.945 7.682-10.607 14.778-20.583 14.778-9.976 0-19.638-7.096-20.583-14.778.397-1.468 1.64-2.955 3.617-2.955 2.274 0 3.867 1.16 3.867 2.955z"/></svg>
<svg class="tc-image-smiley-grin tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 41.16699981689453"><path d="M9.356 0a5.614 5.614 0 1 1 0 11.228A5.614 5.614 0 0 1 9.356 0zM31.81 0a5.614 5.614 0 1 1 0 11.228A5.614 5.614 0 0 1 31.81 0zM20.583 33.682c5.225 0 10.132-3.851 12.234-8.276H8.349c2.102 4.425 7.009 8.276 12.234 8.276zm16.966-14.574c1.977 0 3.22 1.488 3.617 3.347-.945 9.727-10.607 18.712-20.583 18.712C10.607 41.167.945 32.182 0 22.455c.397-1.859 1.64-3.347 3.742-3.345v-.002h33.807z"/></svg>
<svg class="tc-image-smiley-grumpy tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.227378845214844 34.539546966552734"><path d="M10.322 26.623h20.584a3.959 3.959 0 0 1 0 7.917H10.322a3.959 3.959 0 0 1 0-7.917zm-8.44-12.471l7.164-4.136L1.883 5.88A2.928 2.928 0 0 1 4.81.809l11.41 6.588a2.928 2.928 0 0 1 1.465 2.62 2.927 2.927 0 0 1-1.464 2.618L4.81 19.224a2.928 2.928 0 1 1-2.928-5.072zm37.463 0a2.928 2.928 0 1 1-2.928 5.072l-11.411-6.59a2.927 2.927 0 0 1-1.464-2.618 2.927 2.927 0 0 1 1.464-2.62L36.416.81a2.928 2.928 0 1 1 2.929 5.072l-7.163 4.135 7.163 4.136z"/></svg>
<svg class="tc-image-smiley-happy tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 41.1670036315918"><path d="M7.484 22.455l.195.392c1.074 6.155 6.442 10.835 12.904 10.835s11.831-4.68 12.904-10.835l.194-.392c0-2.274 1.594-3.742 3.868-3.742 1.977 0 3.22 1.883 3.617 3.742-.945 9.727-10.607 18.712-20.583 18.712C10.607 41.167.945 32.182 0 22.455c.397-1.859 1.64-3.743 3.617-3.743 2.274 0 3.867 1.47 3.867 3.743zM9.356 0a5.614 5.614 0 1 1 0 11.228A5.614 5.614 0 0 1 9.356 0zM31.81 0a5.614 5.614 0 1 1 0 11.228A5.614 5.614 0 0 1 31.81 0z"/></svg>
<svg class="tc-image-smiley-kiki tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16699981689453 41.16699981689453"><path d="M20.584 33.682c5.225 0 10.132-3.851 12.234-8.276H8.35c2.102 4.425 7.009 8.276 12.234 8.276zM37.55 19.108c1.977 0 3.22 1.488 3.617 3.347-.945 9.727-10.607 18.712-20.583 18.712-9.976 0-19.638-8.985-20.583-18.712.397-1.859 1.64-3.347 3.742-3.345v-.002H37.55zM9.5 0A9.5 9.5 0 0 1 19 9.5a2.375 2.375 0 0 1-4.75 0 4.75 4.75 0 0 0-9.5 0A2.375 2.375 0 0 1 0 9.5 9.5 9.5 0 0 1 9.5 0zm22.167 0a9.5 9.5 0 0 1 9.5 9.5 2.375 2.375 0 1 1-4.75 0 4.75 4.75 0 0 0-9.5 0 2.375 2.375 0 1 1-4.75 0 9.5 9.5 0 0 1 9.5-9.5z"/></svg>
<svg class="tc-image-smiley-squint tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.167999267578125 34.055999755859375"><path d="M7.485 19.279l.195.31c1.073 4.86 6.442 7.765 12.904 7.765s11.831-2.905 12.904-7.766l.194-.31c0-1.795 1.594-2.955 3.868-2.955 1.977 0 3.22 1.488 3.617 2.956-.945 7.682-10.607 14.777-20.583 14.777-9.976 0-19.638-7.095-20.583-14.777.397-1.468 1.64-2.956 3.617-2.956 2.274 0 3.867 1.16 3.867 2.956zM3.167 0c1.88 0 3.359.792 5.638.792S12.435 0 14.251 0a3.167 3.167 0 0 1 0 6.334H3.167a3.167 3.167 0 0 1 0-6.334zm23.75 0c1.88 0 3.359.792 5.638.792S36.185 0 38.001 0a3.167 3.167 0 0 1 0 6.334H26.917a3.167 3.167 0 0 1 0-6.334z"/></svg>
<svg class="tc-image-smiley-tounge tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.167999267578125 39.58399963378906"><path d="M9.357 0a5.614 5.614 0 1 1 0 11.228A5.614 5.614 0 0 1 9.357 0zm22.454 0a5.614 5.614 0 1 1 0 11.228 5.614 5.614 0 0 1 0-11.228zM3.167 19h34.834a3.167 3.167 0 1 1 0 6.334v3.958c0 5.684-6.191 10.292-11.875 10.292s-11.875-4.608-11.875-10.292v-3.958H3.167a3.167 3.167 0 0 1 0-6.334zm15.834 6.334v2.375a7.125 7.125 0 1 0 14.25 0v-2.375h-4.75v3.958a2.375 2.375 0 1 1-4.75 0v-3.958h-4.75z"/></svg>
<svg class="tc-image-smiley-what tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 36.41699981689453"><path d="M5.614 4.75a5.614 5.614 0 1 1 0 11.228 5.614 5.614 0 0 1 0-11.228zM7.125 28.5h20.584a3.959 3.959 0 0 1 0 7.917H7.125a3.959 3.959 0 0 1 0-7.917zM26.917 0c4.372 0 7.917 4.254 7.917 9.5 0 5.247-3.545 9.5-7.917 9.5S19 14.747 19 9.5C19 4.254 22.545 0 26.917 0z"/></svg>
<svg class="tc-image-smog tc-image-button" width="22pt" height="22pt" viewBox="0 0 1847 1988"><path d="M0 828q0-150 96.5-267T343 409q36-178 181.5-293.5T857 0q180 0 320.5 110.5T1361 399h30q121 0 226 52t167.5 142.5T1847 790q0 180-138 305 0 56-34.5 128.5T1582 1355t-117 72q-20 99-92 167t-174 91q48 48 48 113 0 79-56 134.5t-135 55.5q-78 0-134-55.5T866 1798q0-9 4.5-28t4.5-29h-9q-94 0-161-67.5T638 1512q0-37 39-113-78-41-125-134H419q-175-15-297-138.5T0 828z"/></svg>
<svg class="tc-image-smoke tc-image-button" width="22pt" height="22pt" viewBox="0 0 1816 1986"><path d="M0 829q0-150 94.5-268.5T334 410q41-180 184.5-295T847 0q180 0 322 112.5T1353 399h29q180 0 307 125.5T1816 829q0 96-39.5 181.5T1667 1157v3q0 95-59.5 169.5T1458 1424q-23 100-97 169t-174 85q46 55 46 121 0 77-54.5 132t-131.5 55-131.5-55-54.5-132q0-31 11-61h-11q-93 0-160-67t-67-160q0-64 32-114-83-46-120-133H410v-1q-172-11-291-136T0 829zm149-26q0 128 90 218t217 90q79 0 146-36 19 119 111 198t216 79q139 0 237-98 66 76 164 76 91 0 155.5-64.5T1550 1110q64-43 101-110.5t37-146.5q0-127-91-215.5T1378 549q-89 0-163 47 9-39 9-84 0-154-110-262T848 142q-150 0-259 104T475 499q-3 0-9-.5t-10-.5q-126 0-216.5 89.5T149 803z"/></svg>
<svg class="tc-image-smoke-free tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 42"><path d="M0 8l13.99 14H0v6h19.99l13.99 14 2.52-2.5-34-34zm37 14h3v6h-3zm-5 0h3v6h-3zm1.7-16.24c1.23-1.21 2-2.9 2-4.76h-3c0 2.04-1.66 3.7-3.7 3.7v3c4.49 0 8 3.65 8 8.14V20h3v-4.17c0-4.45-2.56-8.29-6.3-10.07zM25 13.39h3.06c2.09 0 3.94 1.48 3.94 4.11V20h3v-3.18c0-3.61-3.2-6.32-6.94-6.32H25c-2.04 0-3.7-1.96-3.7-4S22.96 3 25 3V0c-3.69 0-6.7 3-6.7 6.7s3.01 6.69 6.7 6.69zm5 14.46V22h-5.85z"/></svg>
<svg class="tc-image-smoking-rooms tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M4 32h30v6H4zm37 0h3v6h-3zm-5 0h3v6h-3zm1.7-16.54c1.23-1.21 2-2.9 2-4.76C39.7 7 36.69 4 33 4v3c2.04 0 3.7 1.66 3.7 3.7s-1.66 3.7-3.7 3.7v3c4.49 0 8 3.65 8 8.14V30h3v-4.47c0-4.45-2.56-8.29-6.3-10.07zm-5.64 4.93H29v.01c-2.04 0-3.7-1.96-3.7-4s1.66-3.5 3.7-3.5v-3c-3.69 0-6.7 3-6.7 6.7s3 6.7 6.7 6.7v-.01h3.06c2.09 0 3.94 1.48 3.94 4.11V30h3v-3.29c0-3.6-3.2-6.32-6.94-6.32z"/><path fill="none" d="M0 0h48v48H0z"/></svg>
<svg class="tc-image-sms tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M448 0H64C28.6 0 0 28.6 0 64v256c0 35.4 28.6 64 64 64h128l-42.7 128 192-128H448c35.4 0 64-28.6 64-64V64c0-35.4-28.6-64-64-64z"/></svg>
<svg class="tc-image-sms-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M448 0H64C28.6 0 0 28.6 0 64v256c0 35.4 28.6 64 64 64h128l-42.7 128 192-128H448c35.4 0 64-28.6 64-64V64c0-35.4-28.6-64-64-64zm-64 213.3H277.3V320h-42.7V213.3H128v-42.7h106.7V64h42.7v106.7H384v42.6z"/></svg>
<svg class="tc-image-sms-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M448 0H64C28.6 0 0 28.6 0 64v256c0 35.4 28.6 64 64 64h128l-42.7 128 192-128H448c35.4 0 64-28.6 64-64V64c0-35.4-28.6-64-64-64zm-64 213.3H128v-42.7h256v42.7z"/></svg>
<svg class="tc-image-sms-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M448 0H64C28.6 0 0 28.6 0 64v256c0 35.4 28.6 64 64 64h128l-42.7 128 192-128H448c35.4 0 64-28.6 64-64V64c0-35.4-28.6-64-64-64zM128 234.7c-23.6 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7 42.7 19.1 42.7 42.7-19.1 42.7-42.7 42.7zm128 0c-23.6 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7 42.7 19.1 42.7 42.7-19.1 42.7-42.7 42.7zm128 0c-23.6 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7 42.7 19.1 42.7 42.7-19.1 42.7-42.7 42.7z"/></svg>
<svg class="tc-image-sms-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M448 0H64C28.6 0 0 28.6 0 64v256c0 35.4 28.6 64 64 64h128l-42.7 128 192-128H448c35.4 0 64-28.6 64-64V64c0-35.4-28.6-64-64-64zm-74.7 256L320 309.3l-64-64-64 64-53.3-53.3 64-64-64-64L192 74.7l64 64 64-64 53.3 53.3-64 64 64 64z"/></svg>
<svg class="tc-image-sms-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 85.9 0 192c0 75 57.5 139.8 141.1 171.4L85.3 512l160.5-128.4c3.4.1 6.7.4 10.2.4 141.4 0 256-85.9 256-192S397.4 0 256 0z"/></svg>
<svg class="tc-image-sms-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 85.9 0 192c0 75 57.5 139.8 141.1 171.4L85.3 512l160.5-128.4c3.4.1 6.7.4 10.2.4 141.4 0 256-85.9 256-192S397.4 0 256 0zm128 213.3H277.3V320h-42.7V213.3H128v-42.7h106.7V64h42.7v106.7H384v42.6z"/></svg>
<svg class="tc-image-sms-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 85.9 0 192c0 75 57.5 139.8 141.1 171.4L85.3 512l160.5-128.4c3.4.1 6.7.4 10.2.4 141.4 0 256-85.9 256-192S397.4 0 256 0zm128 213.3H128v-42.7h256v42.7z"/></svg>
<svg class="tc-image-sms-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 85.9 0 192c0 75 57.5 139.8 141.1 171.4L85.3 512l160.5-128.4c3.4.1 6.7.4 10.2.4 141.4 0 256-85.9 256-192S397.4 0 256 0zM128 234.7c-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7c23.5 0 42.7 19.1 42.7 42.7s-19.2 42.7-42.7 42.7zm128 0c-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7c23.5 0 42.7 19.1 42.7 42.7s-19.2 42.7-42.7 42.7zm128 0c-23.5 0-42.7-19.1-42.7-42.7s19.1-42.7 42.7-42.7c23.5 0 42.7 19.1 42.7 42.7s-19.2 42.7-42.7 42.7z"/></svg>
<svg class="tc-image-sms-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 85.9 0 192c0 75 57.5 139.8 141.1 171.4L85.3 512l160.5-128.4c3.4.1 6.7.4 10.2.4 141.4 0 256-85.9 256-192S397.4 0 256 0zm117.3 256L320 309.3l-64-64-64 64-53.3-53.3 64-64-64-64L192 74.7l64 64 64-64 53.3 53.3-64 64 64 64z"/></svg>
<svg class="tc-image-sms-failed tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM22 24h-4v-4h4v4zm0-8h-4V8h4v8z"/></svg>
<svg class="tc-image-snap_svg tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.58599853515625 27.556001663208008"><path d="M8.283 23.395l-4.018-1.96.005-.002h-.001L0 23.515l8.286 4.041 8.299-4.032-4.284-2.122zm-8.272.133v-4.165l4.108-2.004 4.225 2.084zm12.831-17.14v6.585l-4.593 2.239 4.224 2.103 4.112-2.003V4.049zm3.744 17.137V19.36L3.755 12.97V6.385L.012 4.046v11.263zM3.743 6.378v-.001l4.543-2.216 4.544 2.216 3.738-2.336L8.283 0 0 4.043 3.739 6.38z"/></svg>
<svg class="tc-image-snapchat tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.01675033569336 15.03799819946289"><path d="M8.162 0c.662 0 2.903.185 3.96 2.552.354.797.27 2.15.2 3.237l-.002.045c-.008.12-.015.232-.02.342a.61.61 0 0 0 .268.067c.2-.01.432-.074.69-.195a.718.718 0 0 1 .307-.063c.116 0 .234.022.333.063.297.107.484.32.488.56.006.304-.266.567-.808.78a3.106 3.106 0 0 1-.233.08c-.306.097-.768.244-.894.54-.065.153-.04.35.077.586l.008.016c.04.094 1.02 2.326 3.194 2.685a.332.332 0 0 1 .277.346.456.456 0 0 1-.036.15c-.163.38-.852.66-2.105.853-.043.057-.086.256-.113.377a5.165 5.165 0 0 1-.092.372.359.359 0 0 1-.37.277h-.017c-.09 0-.21-.015-.36-.045a4.277 4.277 0 0 0-.854-.09c-.2 0-.404.017-.61.05-.406.07-.75.31-1.148.593-.57.403-1.215.86-2.196.86-.045 0-.086-.002-.118-.004l-.08.003c-.982 0-1.627-.457-2.197-.86-.398-.28-.742-.524-1.146-.592a3.827 3.827 0 0 0-.613-.05c-.358 0-.644.055-.853.095-.14.028-.26.05-.36.05a.374.374 0 0 1-.39-.28 4.961 4.961 0 0 1-.09-.377c-.028-.12-.07-.322-.113-.378-1.249-.192-1.939-.471-2.102-.853a.443.443 0 0 1-.035-.15.331.331 0 0 1 .278-.345c2.174-.358 3.154-2.59 3.194-2.685l.008-.016c.116-.236.142-.433.077-.586-.126-.296-.588-.443-.895-.54a3.413 3.413 0 0 1-.232-.08c-.74-.292-.844-.628-.8-.858.06-.32.45-.535.778-.535.094 0 .18.017.253.052.28.13.527.195.737.195a.631.631 0 0 0 .31-.067c-.006-.13-.015-.262-.023-.39-.068-1.086-.153-2.438.202-3.234C4.947.188 7.186.004 7.846.004L8.121 0h.04z"/></svg>
<svg class="tc-image-snapchat-ghost tc-image-button" width="22pt" height="22pt" viewBox="0 0 1634 1536.6666259765625"><path d="M833 .667q134-1 240.5 68.5t163.5 192.5q27 58 27 179 0 47-9 191 14 7 28 7 18 0 51-13.5t51-13.5q29 0 56 18t27 46q0 32-31.5 54t-69 31.5-69 29-31.5 47.5q0 15 12 43 37 82 102.5 150t144.5 101q28 12 80 23 28 6 28 35 0 70-219 103-7 11-11 39t-14 46.5-33 18.5q-20 0-62-6.5t-64-6.5q-37 0-62 5-32 5-63 22.5t-58 38-58 40.5-76 33.5-99 13.5q-52 0-96.5-13.5t-75-33.5-57.5-40.5-58-38-62-22.5q-26-5-63-5-24 0-65.5 7.5t-58.5 7.5q-25 0-35-18.5t-14-47.5-11-40q-219-33-219-103 0-29 28-35 52-11 80-23 78-32 144.5-101t102.5-150q12-28 12-43 0-28-31.5-47.5t-69.5-29.5-69.5-31.5-31.5-52.5q0-27 26-45.5t55-18.5q15 0 48 13t53 13q18 0 32-7-9-142-9-190 0-122 27-180 64-137 172-198t264-63z"/></svg>
<svg class="tc-image-snapchat-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 1020q0-22-22-27-67-14-118-58t-80-109q-7-14-7-25 0-15 19.5-26t42.5-17 42.5-20.5T1177 701q0-19-18.5-31.5T1120 657q-11 0-31 8t-32 8q-4 0-12-2 5-63 5-115 0-78-17-114-36-78-102.5-121.5T778 277q-198 0-275 165-18 38-18 115 0 38 6 114-10 2-15 2-11 0-31.5-8t-30.5-8q-20 0-37.5 12.5T359 702q0 21 19.5 35.5T421 758t42.5 17 19.5 26q0 11-7 25-64 138-198 167-22 5-22 27 0 47 138 69 2 5 6 26t11 30.5 23 9.5q13 0 38.5-5t38.5-5q35 0 67.5 15t54.5 32.5 57.5 32.5 76.5 15q43 0 79-15t57.5-32.5 54-32.5 67.5-15q13 0 39 4.5t39 4.5q15 0 22.5-9.5t11.5-31 5-24.5q138-22 138-69zm256-732v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-snooze tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40.279998779296875"><path d="M11.76 3.06L9.19 0 0 7.71l2.57 3.06 9.19-7.71zM40 7.72L30.81.01l-2.57 3.06 9.19 7.71L40 7.72zM19.99 4.28C10.04 4.28 2 12.34 2 22.28s8.04 18 17.99 18S38 32.22 38 22.28s-8.06-18-18.01-18zm.01 32c-7.73 0-14-6.27-14-14s6.27-14 14-14 14 6.27 14 14-6.26 14-14 14zm-6-18h7.25L14 26.68v3.6h12v-4h-7.25l7.25-8.4v-3.6H14v4z"/></svg>
<svg class="tc-image-snow tc-image-button" width="22pt" height="22pt" viewBox="0 0 2211 2132"><path d="M0 1014q0-185 113.5-328.5T406 498q50-218 224.5-358T1031 0q220 0 392.5 136.5T1648 487h34q143 0 265 70.5t193 192 71 264.5q0 212-148 365t-360 160q-21 0-21-18v-142q0-19 21-19 136-7 232.5-108.5T2032 1014q0-142-103-245t-247-103h-172q-19 0-19-18l-8-62q-18-173-148.5-290T1031 179q-176 0-305.5 118T579 590l-6 53q0 20-21 20l-56 7q-133 11-223.5 110.5T182 1014q0 136 96.5 237.5T511 1360q18 0 18 19v142q0 18-18 18-214-7-362.5-160T0 1014zm679 434q0-36 25.5-62t62.5-26 62.5 26 25.5 62q0 38-25.5 64.5T767 1539t-62.5-26.5T679 1448zm0 387q0-38 26-64 25-24 62-24t62.5 25 25.5 63-25.5 63-62.5 25-62.5-25-25.5-63zm340-181q0-37 27-66 26-26 61-26 37 0 64.5 27.5t27.5 64.5-27 63.5-65 26.5q-36 0-62-26.5t-26-63.5zm0-386q0-37 27-64 28-26 61-26 38 0 65 26.5t27 63.5-27 62.5-65 25.5q-36 0-62-25.5t-26-62.5zm0 776q0-36 27-65 26-26 61-26 38 0 65 27t27 64-27 62.5-65 25.5q-36 0-62-25.5t-26-62.5zm344-596q0-35 27-61.5t64-26.5 62.5 26 25.5 62q0 38-25.5 64.5T1454 1539q-38 0-64.5-27t-26.5-64zm0 387q0-35 27-64 26-24 64-24t63 25 25 63-25 63-63 25-64.5-25.5-26.5-62.5z"/></svg>
<svg class="tc-image-snow-shoeing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40.38399887084961 48"><path d="M29.617 7.735c2.114 0 3.821-1.734 3.821-3.868C33.438 1.734 31.731 0 29.617 0c-2.116 0-3.836 1.734-3.836 3.868 0 2.133 1.72 3.867 3.836 3.867zm10.28 14.753c-.667 1.551-2.091 1.085-2.091 1.085L31.81 21.29a1.949 1.949 0 0 1-1.223-1.335l-1.356-3.993-2.116 5.876 6.222 6.583c.779 1.382.663 2.396.663 2.396v9.082s4.063 1.814 4.063 4.05c0 2.237-1.774 4.051-3.991 4.051-.316 0-.611-.034-.916-.114L20 44.932v-1.963l10-2.214v-8.271l-6.719-6.698-1.053 7.018c-.168.891-.819 1.723-1.183 2.134l-4.62 5.396c-.067-.058-.161-.058-.251-.046l.245.046a4.07 4.07 0 0 1 1.445 4.119c-.506 2.179-2.679 3.525-4.829 3.012a4.639 4.639 0 0 1-.893-.319L0 41.188l.453-1.906 11.135.16 5.294-6.171L18.52 21.13l3.437-9.185-4.758 2.761-2.839 5.614c-.86 1.78-2.409.844-2.409.844-1.403-.81-.86-2.179-.86-2.179l2.907-5.933c.781-1.506 1.403-1.734 1.403-1.734l6.794-3.754c1.481-1.027 3.201-.228 3.201-.228l3.913 1.495c1.957.708 2.037 1.814 2.037 1.814l2.421 7.816 5.214 1.859s1.403.605.916 2.168zm-6.108 23.675l.307.023c1.222 0 2.169-1.004 2.169-2.237 0-1.231-1.265-2.235-2.265-2.235v.468c0 1.175-.9 2.133-2.068 2.133-1.028 0-1.82-.753-2.01-1.734l-6.145 1.369 10.012 2.213zm-20.628-.559l.282.092a2.215 2.215 0 0 0 2.67-1.655 2.249 2.249 0 0 0-.872-2.339l-.905 1.062a2.104 2.104 0 0 1-2.986.216c-.52-.457-.723-1.105-.689-1.745l-6.736-.115 9.236 4.484z"/></svg>
<svg class="tc-image-snow-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2211 2132"><path d="M0 1014q0-185 113.5-328.5T406 498q50-218 224.5-358T1031 0q220 0 392.5 136.5T1648 487h34q143 0 265 70.5t193 192 71 264.5q0 212-148 365t-360 160q-21 0-21-18v-142q0-19 21-19 136-7 232.5-108.5T2032 1014q0-142-103-245t-247-103h-172q-19 0-19-18l-8-62q-18-173-148.5-290T1031 179q-176 0-305.5 118T579 590l-6 53q0 20-21 20l-56 7q-133 11-223.5 110.5T182 1014q0 136 96.5 237.5T511 1360q18 0 18 19v142q0 18-18 18-214-7-362.5-160T0 1014zm587 821q0-37 27-64 26-24 61-24 37 0 62.5 25t25.5 63-25.5 63-62.5 25-62.5-25-25.5-63zm92-387q0-36 25.5-62t62.5-26 62.5 26 25.5 62q0 38-25.5 64.5T767 1539t-62.5-26.5T679 1448zm203 596q0-36 27-65 26-26 61-26 38 0 65 27t27 64-27 62.5-65 25.5q-36 0-62-25.5t-26-62.5zm92-390q0-38 26-66 26-26 62-26 37 0 64 27t27 65q0 37-26.5 63.5T1062 1744q-36 0-62-26.5t-26-63.5zm45-386q0-37 27-64 28-26 61-26 38 0 65 26.5t27 63.5-27 62.5-65 25.5q-36 0-62-25.5t-26-62.5zm253 567q0-36 26-64 26-24 64-24t63 25 25 63-25 63-63 25-64-25.5-26-62.5zm91-387q0-35 27-61.5t64-26.5 62.5 26 25.5 62q0 38-25.5 64.5T1454 1539q-38 0-64.5-27t-26.5-64z"/></svg>
<svg class="tc-image-snowboarding tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.08829116821289 46.40149688720703"><g transform="translate(-1.924 -1.897)"><ellipse cx="38.524" cy="7.554" rx="3.842" ry="3.781"/><path d="M47.376 21.784l-10.824-9.792a4.248 4.248 0 0 0-1.247-.826l-8.433-2.954-3.831-5.466a1.899 1.899 0 0 0-1.278-.735 1.847 1.847 0 0 0-2.041 1.595c-.045.423.057.825.272 1.159l3.908 5.565c.181.233.408.412.68.535l4.535 1.762-7.457 3.747a4.02 4.02 0 0 0-1.983 2.811l.045 6.703-6.885 3.056a2.335 2.335 0 0 0-1.373 2.028 2.302 2.302 0 0 0 .433 1.435l-3.713-1.39a2.472 2.472 0 0 1-1.478-1.527c-.425-1.245-1.797-1.914-3.061-1.494a2.37 2.37 0 0 0-1.519 3.012 7.259 7.259 0 0 0 4.341 4.448L38.716 47.52a7.354 7.354 0 0 0 6.234-.471 2.358 2.358 0 0 0 .896-3.24 2.44 2.44 0 0 0-3.297-.877 2.5 2.5 0 0 1-2.121.153l-7.996-2.993a2.345 2.345 0 0 0 1.582-1.892l1.259-10.026.01-.135a2.266 2.266 0 0 0-.738-1.794l-5.416-4.729 8.161-3.958 7.581 6.868c.342.324.795.525 1.304.525 1.021-.011 1.837-.826 1.826-1.829a1.78 1.78 0 0 0-.625-1.338zm-17.013 7.035l-1.078 8.801-.01.154c-.02.457.098.884.312 1.252L14.394 33.34c.172-.042.341-.096.495-.172l8.435-3.749a2.36 2.36 0 0 0 1.202-1.571l-.022-4.169 5.859 5.14z"/></g></svg>
<svg class="tc-image-snowflake tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.25 52.24899673461914"><path d="M24.236 14.465l2.511-2.51 2.24 2.239-4.75 4.75v4.439l3.912-2.26 1.739-6.488 3.059.82-.92 3.43 4.086-2.36 1.49-5.56 7.647 2.049-2.05 7.647-5.406-1.45-4.252 2.455 3.43.92-.82 3.058-6.488-1.738-3.844 2.219 3.844 2.22 6.488-1.74.82 3.06-3.43.919 4.252 2.454 5.407-1.449 2.049 7.647-7.647 2.05-1.49-5.562-4.085-2.358.919 3.43-3.059.82-1.739-6.491-3.913-2.259v4.44l4.75 4.75-2.239 2.238-2.51-2.51v4.909l3.958 3.958-5.598 5.598-5.598-5.598 4.07-4.07v-4.718l-2.51 2.511-2.24-2.24 4.75-4.75v-4.518l-3.843 2.22-1.74 6.488-3.058-.82.92-3.429-4.252 2.455-1.45 5.407L0 39.137l2.049-7.646 5.56 1.49 4.086-2.359-3.43-.919.82-3.058 6.488 1.738 3.913-2.258-3.913-2.26-6.488 1.74-.82-3.06 3.43-.918-4.085-2.359-5.561 1.49L0 13.111l7.647-2.049 1.449 5.407 4.251 2.455-.919-3.43 3.059-.82 1.738 6.49 3.845 2.219v-4.519l-4.75-4.75 2.239-2.239 2.51 2.51V9.669l-4.07-4.071L22.597 0l5.598 5.598-3.959 3.958v4.91zm-3.822-8.923l2.239 2.239 2.24-2.24-2.24-2.238-2.24 2.24zm0 41.166l2.239 2.24 2.24-2.24-2.24-2.239-2.24 2.24zM3.708 17.773l3.058-.82-.82-3.059-3.058.82.82 3.059zm35.651 20.582l3.059-.82-.82-3.059-3.059.82.82 3.059zm0-24.462l-.82 3.059 3.06.82.819-3.06-3.059-.819zM3.708 34.478l-.82 3.058 3.059.82.82-3.059-3.06-.82z"/></svg>
<svg class="tc-image-snowflake-cold tc-image-button" width="22pt" height="22pt" viewBox="0 0 1609 1611"><path d="M0 807q0-31 21-53t51-22q31 0 52 22t21 53q0 30-21.5 51T72 879t-51-21.5T0 807zm211 0q0-31 21-53t51-22h344L384 489q-22-20-22-50.5t22-52.5 52-22 52 22l242 242V286q0-31 22-53t53-22q30 0 51 22t21 53v345l244-245q22-22 51.5-22t52.5 22q19 22 19 52.5t-19 50.5L982 732h344q29 0 50.5 22t21.5 53q0 29-21.5 50.5T1326 879H981l244 244q19 20 19 50t-19 52q-23 22-52.5 22t-51.5-22L877 980v346q0 31-21 52.5t-51 21.5q-31 0-53-21.5t-22-52.5V983l-242 242q-22 22-52 22t-52-22-22-52 22-50l245-244H283q-30 0-51-21.5T211 807zm2 516.5q0-29.5 22-51.5 20-22 50.5-22t52.5 22 22 51.5-22 51.5-52.5 22-50.5-22q-22-22-22-51.5zm0-1036q0-29.5 22-51.5 20-22 50.5-22t52.5 22 22 51.5-22 52.5q-22 22-52.5 22T235 340q-22-23-22-52.5zM730 1537q0-29 22-50.5t53-21.5q30 0 51 21.5t21 50.5q0 31-21 52.5t-51 21.5q-31 0-53-21.5t-22-52.5zm0-1463q0-31 22-52.5T805 0q30 0 51 21.5T877 74q0 29-21 50.5T805 146q-31 0-53-21.5T730 74zm519 1249.5q0-29.5 22-51.5 20-22 50.5-22t52.5 22 22 51.5-22 51.5-52.5 22-50.5-22q-22-22-22-51.5zm0-1036q0-29.5 22-51.5 20-22 50.5-22t52.5 22 22 51.5-22 52.5q-22 22-52.5 22t-50.5-22q-22-23-22-52.5zM1463 807q0-31 21.5-53t52.5-22q29 0 50.5 22t21.5 53q0 29-21.5 50.5T1537 879q-31 0-52.5-21.5T1463 807z"/></svg>
<svg class="tc-image-snowman tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.95000457763672 40.785308837890625"><path d="M27.374 30.526a9.474 9.474 0 1 1-16.111-6.76 7.62 7.62 0 0 1-.817-5.034l-6.525-2.79-3.677.978L0 16.004l3.258-.866-3.187-1.362.373-.871 3.173 1.357-1.618-2.937.83-.457L4.665 14.2l6.357 2.718a7.601 7.601 0 0 1 4.582-4.037A4.736 4.736 0 0 1 14.989 5h-2.065V3h2V0h6v3h2v2h-2.112a4.736 4.736 0 0 1-.614 7.88 7.601 7.601 0 0 1 4.52 3.911l5.175-4.604.681-3.744.932.17-.603 3.316 2.59-2.303.63.707-2.58 2.295 3.347-.214.06.945-3.796.243-5.794 5.154.12 1.35a7.546 7.546 0 0 1-.942 3.66 9.445 9.445 0 0 1 2.836 6.76z"/></svg>
<svg class="tc-image-snowmobile tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 40"><path d="M19.689 7.393c1.98 0 3.581-1.649 3.581-3.702C23.27 1.66 21.669 0 19.689 0 17.708 0 16.1 1.66 16.1 3.691c0 2.053 1.608 3.702 3.589 3.702zM23.906 37h17.059s1.103.2 3.296-1.612L48 32.574v3.32l-3.814 2.938s-1.133.949-3.042 1.168H22.476l1.43-3zM.143 40H17.21l1.419-3H1.425L0 40zm21.348-27.982c0-2.112-1.768-3.828-3.744-3.828C15.768 8.19 14 9.906 14 12.018v9.359c0 1.185.866 2.623 1.664 2.623H7.646l-4.335 8.583c-.095.191-.137.599-.137.825C3.173 34.176 4.281 35 5 35h29s1.309.115 3.222-1.49l7.675-6.077L42 22s-.656-1.321-3.107-1.718l-5.794-1.045-3.108-5.546-.133-.058c-.455-.553-.858-.611-1.858-.137v.012c0 .361-.511.948-.309 1.467L30 19.086v.033l-3.037 5.25L21 21.996V20h5.089c.224 0 .456-.188.677-.289.879-.348 1.312-1.48.973-2.407-.251-.723-.889-1.193-1.553-1.204l-4.705-.032.01-4.05"/></svg>
<svg class="tc-image-snowy tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M652.084 887.376l-36-20.752c1.084-6.248 1.916-12.622 1.916-19.248 0-6.624-.832-13-2-19.25l36.084-20.792c16.834-9.834 22.582-31.458 12.916-48.208-9.752-16.958-31.334-22.75-48.25-13l-36.376 21c-9.752-8.292-20.75-14.792-33-19.208v-41.792c0-19.542-15.876-35.376-35.376-35.376s-35.331 15.834-35.331 35.376v41.75c-12.252 4.376-23.292 10.958-33.042 19.25l-36.292-21c-16.958-9.75-38.584-4-48.334 12.958-9.75 16.834-3.876 38.5 13 48.252l35.918 20.75c-1.168 6.292-1.918 12.668-1.918 19.292 0 6.626.75 13 1.918 19.248l-35.916 20.75c-16.918 9.75-22.75 31.5-13 48.376s31.376 22.624 48.25 12.876l36.334-20.876c9.748 8.25 20.792 14.75 33.084 19.124v41.876c0 19.498 15.832 35.248 35.332 35.248s35.376-15.75 35.376-35.248v-41.876c12.25-4.376 23.376-10.876 33.042-19.25l36.334 21c16.916 9.75 38.498 4 48.25-12.876 9.748-16.874 3.998-38.5-12.918-48.374zM512 882.75c-19.5 0-35.376-15.876-35.376-35.376S492.5 812.082 512 812.082s35.334 15.792 35.334 35.292S531.5 882.75 512 882.75zM800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zm0 384c-34.25 0-65.832-11-91.876-29.334C661.168 539.25 591.248 576 512 576c-79.25 0-149.168-36.75-196.124-93.334C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160z"/></svg>
<svg class="tc-image-snowy2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 831.9999389648438"><path d="M652.084 695.376l-36-20.75c1.084-6.25 1.916-12.624 1.916-19.25 0-6.624-.832-13-2-19.25l36.084-20.792c16.834-9.834 22.582-31.458 12.916-48.208-9.752-16.958-31.334-22.75-48.25-13l-36.376 21c-9.754-8.292-20.75-14.792-33-19.208v-41.792c0-19.542-15.876-35.376-35.376-35.376s-35.331 15.834-35.331 35.376v41.75c-12.252 4.376-23.292 10.958-33.042 19.25l-36.292-21c-16.958-9.75-38.584-4-48.334 12.958-9.75 16.834-3.876 38.5 13 48.252l35.918 20.75c-1.168 6.292-1.918 12.668-1.918 19.292s.75 13 1.918 19.246l-35.916 20.752c-16.918 9.75-22.75 31.5-13 48.376s31.376 22.624 48.25 12.876l36.334-20.876c9.748 8.25 20.792 14.75 33.084 19.124v41.876c0 19.498 15.832 35.248 35.332 35.248s35.376-15.75 35.376-35.248v-41.876c12.25-4.376 23.376-10.876 33.042-19.25l36.334 21c16.916 9.75 38.498 4 48.25-12.876 9.748-16.874 3.998-38.5-12.918-48.374zM512 690.75c-19.5 0-35.376-15.876-35.376-35.376S492.5 620.082 512 620.082s35.334 15.792 35.334 35.292S531.5 690.75 512 690.75zM800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c23.624 0 46.668-4.416 68.876-11.668 2.124-10.164 5.458-20.082 10.75-29.29 7.876-13.708 19.124-24.624 32-33.004-6.624-6.458-13.876-12.208-19.75-19.376C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160c-34.25 0-65.832-11-91.876-29.334-5.876 7.166-13.208 12.918-19.792 19.376 12.918 8.414 24.25 19.376 32.084 33.124 5.416 9.292 8.708 19.168 10.832 29.166C753.377 571.584 776.377 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128z"/></svg>
<svg class="tc-image-snowy3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M652.084 887.376l-36-20.752c1.084-6.248 1.916-12.622 1.916-19.248 0-6.624-.832-13-2-19.25l36.084-20.792c16.834-9.834 22.582-31.458 12.916-48.208-9.752-16.958-31.334-22.75-48.25-13l-36.376 21c-9.752-8.292-20.75-14.792-33-19.208v-41.792c0-19.542-15.876-35.376-35.376-35.376s-35.331 15.834-35.331 35.376v41.75c-12.252 4.376-23.292 10.958-33.042 19.25l-36.292-21c-16.958-9.75-38.584-4-48.334 12.958-9.75 16.834-3.876 38.5 13 48.252l35.918 20.75c-1.168 6.292-1.918 12.668-1.918 19.292 0 6.626.75 13 1.918 19.248l-35.916 20.75c-16.918 9.75-22.75 31.5-13 48.376s31.376 22.624 48.25 12.876l36.334-20.876c9.748 8.25 20.792 14.75 33.084 19.124v41.876c0 19.498 15.832 35.248 35.332 35.248s35.376-15.75 35.376-35.248v-41.876c12.25-4.376 23.376-10.876 33.042-19.25l36.334 21c16.916 9.75 38.498 4 48.25-12.876 9.748-16.874 3.998-38.5-12.918-48.374zM512 882.75c-19.5 0-35.376-15.876-35.376-35.376S492.5 812.082 512 812.082s35.334 15.792 35.334 35.292S531.5 882.75 512 882.75zm436.332-90.25l-24.166-6.416c-.582-7.666-2.416-14.958-5.792-21.958l17.542-17.542c8.25-8.25 8.208-21.584 0-29.708-8.166-8.208-21.416-8.25-29.666 0l-17.582 17.5c-6.918-3.25-14.292-5.124-21.918-5.75l-6.418-24.124c-2.998-11.166-14.5-17.876-25.748-14.876-11.208 3.042-17.75 14.542-14.834 25.75l6.418 23.792a67.844 67.844 0 0 0-9 7.334c-2.75 2.834-5.084 5.832-7.252 8.918l-23.792-6.418c-11.208-2.998-22.792 3.752-25.792 14.876-2.998 11.25 3.752 22.708 14.834 25.75l24 6.458c.668 7.542 2.584 14.916 5.958 21.918L787.5 835.628c-8.166 8.208-8.124 21.458.084 29.624 8.166 8.166 21.416 8.25 29.584.084l17.664-17.666c6.918 3.414 14.336 5.332 22.002 5.914l6.332 24.042c3.084 11.208 14.5 17.876 25.752 14.876 11.166-3 17.914-14.498 14.916-25.834l-6.418-23.792c3-2.124 6.084-4.5 8.918-7.25 2.75-2.792 5.084-5.876 7.248-8.958l23.834 6.418c11.208 3 22.75-3.708 25.708-14.834 3-11.17-3.624-22.668-14.792-25.752zm-71.708 13.376c-8.25 8.25-21.542 8.208-29.75 0-8.124-8.124-8.208-21.458 0-29.708 8.208-8.166 21.542-8.166 29.75 0 8.126 8.208 8.126 21.582 0 29.708zM237.877 685l-23.75 6.376c-2.208-3-4.5-6.042-7.292-8.876-2.832-2.75-5.832-5.124-8.958-7.25l6.376-23.876c3-11.208-3.668-22.75-14.75-25.708-11.25-3-22.75 3.668-25.75 14.834l-6.5 24.124c-7.624.624-14.916 2.5-21.876 5.792l-17.624-17.542c-8.25-8.25-21.5-8.208-29.668 0-8.208 8.208-8.208 21.5 0 29.708l17.542 17.542a62.646 62.646 0 0 0-5.792 21.958l-24.084 6.416c-11.25 3.084-17.918 14.5-14.916 25.75 3.042 11.166 14.542 17.75 25.792 14.834l23.75-6.46c2.124 3.208 4.5 6.21 7.376 9.002 2.75 2.75 5.75 5.208 8.876 7.25l-6.376 23.792c-3 11.25 3.668 22.834 14.832 25.834 11.252 3 22.668-3.666 25.668-14.876l6.5-24c7.624-.624 15-2.542 22-5.876l17.582 17.584c8.168 8.248 21.418 8.082 29.668-.084 8.124-8.124 8.25-21.416 0-29.624L218.878 754c3.376-6.92 5.376-14.376 5.876-22.002l24.124-6.376c11.124-3.042 17.792-14.5 14.792-25.75-3.002-11.12-14.502-17.788-25.794-14.872zm-60.752 56.916c-8.208 8.208-21.5 8.208-29.75 0-8.124-8.166-8.124-21.542 0-29.666 8.25-8.166 21.542-8.166 29.75 0s8.126 21.5 0 29.666zM1024 352c0-123.5-100.5-224-224-224-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224zM708.124 482.666C661.168 539.25 591.248 576 512 576c-79.25 0-149.168-36.75-196.124-93.334C289.877 501 258.25 512 224 512c-88.376 0-160-71.624-160-160s71.624-160 160-160c21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160s-71.624 160-160 160c-34.25 0-65.832-11-91.876-29.334z"/></svg>
<svg class="tc-image-snowy4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M652.084 887.376l-36-20.752c1.084-6.248 1.914-12.622 1.914-19.248 0-6.624-.83-13-1.998-19.25l36.084-20.792c16.834-9.834 22.582-31.458 12.916-48.208-9.752-16.958-31.334-22.75-48.25-13l-36.376 21c-9.752-8.292-20.75-14.792-33-19.208v-41.792c0-19.542-15.876-35.376-35.376-35.376s-35.334 15.834-35.334 35.376v41.75c-12.25 4.376-23.292 10.958-33.042 19.25l-36.292-21c-16.958-9.75-38.582-4-48.332 12.958-9.75 16.834-3.876 38.5 13 48.252l35.918 20.75c-1.168 6.292-1.918 12.668-1.918 19.292 0 6.626.75 13 1.918 19.248L372 887.376c-16.918 9.75-22.75 31.5-13 48.376s31.376 22.624 48.25 12.876l36.334-20.876c9.748 8.25 20.792 14.75 33.082 19.124v41.876C476.666 1008.25 492.5 1024 512 1024s35.376-15.75 35.376-35.248v-41.876c12.25-4.376 23.376-10.876 33.042-19.25l36.334 21c16.916 9.75 38.498 4 48.25-12.876 9.748-16.874 3.998-38.5-12.918-48.374zM512 882.75c-19.5 0-35.376-15.876-35.376-35.376S492.5 812.082 512 812.082s35.332 15.792 35.332 35.292S531.5 882.75 512 882.75zM800 128c-10.624 0-21.124.75-31.584 2.25C708.667 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128z"/></svg>
<svg class="tc-image-snowy5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M652.084 887.376l-36-20.752c1.084-6.248 1.916-12.622 1.916-19.248 0-6.624-.832-13-2-19.25l36.084-20.792c16.834-9.834 22.582-31.458 12.916-48.208-9.752-16.958-31.334-22.75-48.25-13l-36.376 21c-9.752-8.292-20.75-14.792-33-19.208v-41.792c0-19.542-15.876-35.376-35.376-35.376s-35.331 15.834-35.331 35.376v41.75c-12.252 4.376-23.292 10.958-33.042 19.25l-36.292-21c-16.958-9.75-38.584-4-48.334 12.958-9.75 16.834-3.876 38.5 13 48.252l35.918 20.75c-1.168 6.292-1.918 12.668-1.918 19.292 0 6.626.75 13 1.918 19.248l-35.916 20.75c-16.918 9.75-22.75 31.5-13 48.376s31.376 22.624 48.25 12.876l36.334-20.876c9.748 8.25 20.792 14.75 33.084 19.124v41.876c0 19.498 15.832 35.248 35.332 35.248s35.376-15.75 35.376-35.248v-41.876c12.25-4.376 23.376-10.876 33.042-19.25l36.334 21c16.916 9.75 38.498 4 48.25-12.876 9.748-16.874 3.998-38.5-12.918-48.374zM512 882.75c-19.5 0-35.376-15.876-35.376-35.376S492.5 812.082 512 812.082s35.334 15.792 35.334 35.292S531.5 882.75 512 882.75zm436.332-90.25l-24.166-6.416c-.582-7.666-2.416-14.958-5.792-21.958l17.542-17.542c8.25-8.25 8.208-21.584 0-29.708-8.166-8.208-21.416-8.25-29.666 0l-17.582 17.5c-6.918-3.25-14.292-5.124-21.918-5.75l-6.418-24.124c-2.998-11.166-14.5-17.876-25.748-14.876-11.208 3.042-17.75 14.542-14.834 25.75l6.418 23.792a67.844 67.844 0 0 0-9 7.334c-2.75 2.834-5.084 5.832-7.252 8.918l-23.792-6.418c-11.208-2.998-22.792 3.752-25.792 14.876-2.998 11.25 3.752 22.708 14.834 25.75l24 6.458c.668 7.542 2.584 14.916 5.958 21.918L787.5 835.628c-8.166 8.208-8.124 21.458.084 29.624 8.166 8.166 21.416 8.25 29.584.084l17.664-17.666c6.918 3.414 14.336 5.332 22.002 5.914l6.332 24.042c3.084 11.208 14.5 17.876 25.752 14.876 11.166-3 17.914-14.498 14.916-25.834l-6.418-23.792c3-2.124 6.084-4.5 8.918-7.25 2.75-2.792 5.084-5.876 7.248-8.958l23.834 6.418c11.208 3 22.75-3.708 25.708-14.834 3-11.17-3.624-22.668-14.792-25.752zm-71.708 13.376c-8.25 8.25-21.542 8.208-29.75 0-8.124-8.124-8.208-21.458 0-29.708 8.208-8.166 21.542-8.166 29.75 0 8.126 8.208 8.126 21.582 0 29.708zM237.877 685l-23.75 6.376c-2.208-3-4.5-6.042-7.292-8.876-2.832-2.75-5.832-5.124-8.958-7.25l6.376-23.876c3-11.208-3.668-22.75-14.75-25.708-11.25-3-22.75 3.668-25.75 14.834l-6.5 24.124c-7.624.624-14.916 2.5-21.876 5.792l-17.624-17.542c-8.25-8.25-21.5-8.208-29.668 0-8.208 8.208-8.208 21.5 0 29.708l17.542 17.542a62.646 62.646 0 0 0-5.792 21.958l-24.084 6.416c-11.25 3.084-17.918 14.5-14.916 25.75 3.042 11.166 14.542 17.75 25.792 14.834l23.75-6.46c2.124 3.208 4.5 6.21 7.376 9.002 2.75 2.75 5.75 5.208 8.876 7.25l-6.376 23.792c-3 11.25 3.668 22.834 14.832 25.834 11.252 3 22.668-3.666 25.668-14.876l6.5-24c7.624-.624 15-2.542 22-5.876l17.582 17.584c8.168 8.248 21.418 8.082 29.668-.084 8.124-8.124 8.25-21.416 0-29.624L218.878 754c3.376-6.92 5.376-14.376 5.876-22.002l24.124-6.376c11.124-3.042 17.792-14.5 14.792-25.75-3.002-11.12-14.502-17.788-25.794-14.872zm-60.752 56.916c-8.208 8.208-21.5 8.208-29.75 0-8.124-8.166-8.124-21.542 0-29.666 8.25-8.166 21.542-8.166 29.75 0s8.126 21.5 0 29.666zM1024 352c0-123.5-100.5-224-224-224-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224z"/></svg>
<svg class="tc-image-soccer-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.046937942504883 11.145547866821289"><path d="M7.99 1.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0zm0 7.23a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM9.8 5.09L7.93 3.18A.48.48 0 0 0 7.55 3H.5a.5.5 0 0 0 0 1h3.49L1.06 8.3a.488.488 0 0 0 0 .2.511.511 0 0 0 1 .21h-.07L3.15 7h1.84l-1.93 3.24a.49.49 0 0 0-.07.26.51.51 0 0 0 1 .2l3.67-6.38L9.14 5.8a.5.5 0 1 0 .7-.71H9.8z"/></svg>
<svg class="tc-image-soccer-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.063379287719727 15.144758224487305"><path d="M8.052 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 9.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm1.84-4.91l-1.91-1.91a.48.48 0 0 0-.37-.18H.552a.5.5 0 0 0 0 1h2.7l-3.2 6.3a.488.488 0 0 0 0 .2.511.511 0 0 0 1 .21l1-1.71h2l-1.93 4.24a.49.49 0 0 0-.07.26.51.51 0 0 0 1 .2l4.7-9.38 1.44 1.48a.5.5 0 0 0 .7-.71z"/></svg>
<svg class="tc-image-social-500px tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.00000762939453 72.00000762939453"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M51.193 29.131c-1.031 0-2.022.22-2.975.656-.954.438-1.854.992-2.704 1.661a24.391 24.391 0 0 0-2.434 2.201c-.772.799-1.468 1.532-2.086 2.201a35.8 35.8 0 0 0 2.163 2.278 18.209 18.209 0 0 0 2.472 2.008 13.16 13.16 0 0 0 2.743 1.429c.952.361 1.97.541 3.051.541 1.905 0 3.373-.618 4.404-1.854 1.03-1.236 1.545-2.754 1.545-4.557 0-1.802-.554-3.348-1.661-4.635-1.107-1.285-2.613-1.929-4.518-1.929zm-21.631 4.518a26.225 26.225 0 0 0-2.588-2.201 15.069 15.069 0 0 0-2.82-1.661c-.979-.437-1.958-.656-2.935-.656-1.803 0-3.233.683-4.288 2.047-1.056 1.364-1.584 2.896-1.584 4.596 0 1.854.541 3.373 1.622 4.557 1.082 1.185 2.575 1.776 4.481 1.776.977 0 1.956-.193 2.935-.579a14.388 14.388 0 0 0 2.781-1.468c.875-.592 1.7-1.261 2.472-2.008a32.164 32.164 0 0 0 2.086-2.201 56.593 56.593 0 0 0-2.162-2.202z"/><path d="M65 0H7a7 7 0 0 0-7 7v58a7 7 0 0 0 7 7h58a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm-1.292 41.102c-.618 1.751-1.494 3.282-2.627 4.596-1.134 1.312-2.538 2.344-4.21 3.089-1.674.747-3.542 1.12-5.601 1.12-1.597 0-3.09-.244-4.481-.733a17.68 17.68 0 0 1-3.901-1.931 23.25 23.25 0 0 1-3.438-2.781 52.75 52.75 0 0 1-3.09-3.282 413.808 413.808 0 0 1-3.168 3.282 22.075 22.075 0 0 1-3.284 2.781 16.404 16.404 0 0 1-3.785 1.931c-1.365.489-2.897.733-4.597.733-2.112 0-3.992-.373-5.64-1.12-1.649-.745-3.065-1.749-4.249-3.012-1.186-1.261-2.086-2.768-2.704-4.519-.618-1.75-.927-3.63-.927-5.639 0-2.008.295-3.873.888-5.6.591-1.725 1.455-3.217 2.588-4.479 1.132-1.261 2.523-2.265 4.172-3.013 1.648-.745 3.502-1.119 5.562-1.119 1.7 0 3.257.258 4.674.773a16.842 16.842 0 0 1 3.94 2.046c1.21.85 2.343 1.829 3.399 2.935a71.194 71.194 0 0 1 3.129 3.515 76.135 76.135 0 0 1 3.051-3.476 21.6 21.6 0 0 1 3.399-2.975 16.803 16.803 0 0 1 3.94-2.046c1.416-.515 2.948-.773 4.597-.773 2.06 0 3.914.36 5.562 1.081 1.647.722 3.038 1.713 4.172 2.974 1.132 1.262 2.008 2.742 2.627 4.441.618 1.699.927 3.553.927 5.561s-.306 3.89-.925 5.64z"/></g></svg>
<svg class="tc-image-social-adobe tc-image-button" width="22pt" height="22pt" viewBox="0 0 72 63.72200012207031"><path d="M45.386 0L72 63.722V0zM0 0v63.722L26.635 0zm24.373 50.904h12.409l5.075 12.814H52.97L36.01 23.483z"/></svg>
<svg class="tc-image-social-aim tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.399999618530273 38"><path fill-rule="evenodd" d="M20.302 10.809c-2.959 0-5.432-2.42-5.432-5.404C14.87 2.419 17.344 0 20.302 0c2.957 0 5.47 2.42 5.47 5.405 0 2.985-2.513 5.404-5.47 5.404zm-.687 13.584c3.94 1.916 8.077 5.434 9.762 9.501-2.161 1.752-2.442 1.97-4.982 4.106-2.447-4.71-5.41-7.306-9.461-8.345-2.379 3.065-6.25 6.645-12.306 8.297C1.278 35.096.911 34.289 0 32.134c4.842-1.123 6.607-2.654 8.978-7.194-.17-5.513 1.247-10.932 4.781-13.1 1.838.602 4.877 2.414 5.741 2.689-.122.56.28 1.195 1.764 1.52 1.126.246 3.774.635 6.33-1.683a71.108 71.108 0 0 1 2.806 4.737s-4.892 4.858-10.68 3.332c-.04.755-.068.996-.105 1.958z"/></svg>
<svg class="tc-image-social-aim-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.86900329589844 30.06399917602539"><path d="M10.151 17.897H6.983c-.158 0-.166-.157-.135-.232l1.54-3.634.016-.039.029-.06c.017-.024.059-.091.135-.091.076 0 .116.067.134.092l.026.059.02.036 1.533 3.632c.054.118.009.237-.13.237zm24.613 3.484V9.91c0-.929-.492-1.336-1.36-1.336-.468 0-.823.122-1.054.36a1.77 1.77 0 0 0-.35.514l-4.024 8.907-3.932-8.907a1.777 1.777 0 0 0-.348-.515c-.234-.237-.59-.358-1.056-.358-.871 0-1.358.406-1.358 1.335v11.471c0 .93.534 1.332 1.403 1.332.87 0 1.373-.401 1.373-1.332v-5.364l2.685 5.478c.228.409.67.875 1.222.86.608.015 1.087-.428 1.352-.873l2.673-5.45v5.35c0 .93.502 1.33 1.37 1.33.872 0 1.404-.4 1.404-1.33zm-16.143 0V9.91c0-.929-.508-1.336-1.377-1.336-.87 0-1.385.407-1.385 1.336v11.471c0 .93.51 1.332 1.379 1.332.87 0 1.383-.401 1.383-1.332zM18.282.51c10.077.471 20.587 7.481 20.143 16.73-.327 6.767-7.29 12.73-18.163 12.794-4.657.03-7.533-.781-9.493-1.559-.149-.058-.21-.102-.206-.172.017-.075.098-.075.291-.03 4.805 1.142 6.51-.797 5.703-2.252-.893-1.614-6.995-1.509-11.35-4.539l.04-.097s.287-.69.373-.88c.068-.16.13-.239.3-.237h5.282c.165-.002.243.077.338.281.108.25.535 1.292.535 1.292 0 .006.359.96 1.251.99.22.01.98-.085 1.23-.875.074-.228.067-.426.036-.576-.014-.08-.035-.14-.053-.194-.022-.052-.04-.09-.05-.116-.068-.144-5.43-12.14-5.442-12.17-.107-.237-.221-.434-.473-.434a.34.34 0 0 0-.273.12.954.954 0 0 0-.105.141 7.846 7.846 0 0 0-.095.177 5672 5672 0 0 0-4.664 10.398l-.205.458c-.51-.556-.758-.934-.758-.934-.988-1.307-1.9-3.468-2.014-5.318C0 5.985 7.361 0 18.282.51z"/></svg>
<svg class="tc-image-social-amazon tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.234004974365234 34.62300109863281"><path d="M.425 27.423c4.956 4.504 11.488 7.2 18.79 7.2 4.534 0 9.759-1.272 13.794-3.696a14.27 14.27 0 0 0 1.574-1.04c.692-.5.078-1.272-.614-.964-.307.115-.653.27-.96.386a37.022 37.022 0 0 1-13.373 2.542c-6.84 0-13.448-1.888-18.79-5.005-.499-.268-.846.23-.422.577zm35.312 5.505c1.73-1.463 2.459-4.118 2.497-5.505v-.23c0-.31-.076-.539-.152-.655-.346-.422-2.884-.81-5.073-.154a6.071 6.071 0 0 0-1.653.808c-.384.27-.307.614.077.578.422-.079.962-.115 1.576-.195 1.345-.112 2.921-.152 3.304.347.537.654-.614 3.503-1.115 4.735-.152.387.193.541.539.27zm-13.028-19.89c0 1.63.069 2.904-.778 4.319-.495.991-1.344 1.63-2.264 1.843-.141 0-.352.073-.565.073-1.555 0-2.477-1.205-2.477-2.977 0-2.267 1.345-3.33 3.042-3.827.92-.213 1.982-.283 3.042-.283m0-3.26c-.92.073-1.98.143-3.042.286-1.626.21-3.253.496-4.596 1.131-2.617 1.065-4.386 3.33-4.386 6.66 0 4.183 2.688 6.305 6.082 6.305 1.134 0 2.053-.14 2.9-.352 1.345-.426 2.477-1.205 3.82-2.622.778 1.064.99 1.56 2.334 2.692.354.143.708.143.99-.07a125.09 125.09 0 0 0 3.113-2.692c.353-.286.281-.709.07-1.064-.778-.992-1.555-1.843-1.555-3.753V9.069c0-2.694.21-5.173-1.77-7.013C25.044.566 22.497 0 20.517 0h-.85c-3.607.213-7.426 1.77-8.276 6.235-.14.565.285.779.568.851l3.96.496c.424-.073.636-.426.706-.782.355-1.557 1.628-2.335 3.042-2.478h.284c.846 0 1.767.355 2.264 1.06.563.853.494 1.987.494 2.978v.567z"/></svg>
<svg class="tc-image-social-amazon-appstore tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.75 34.5"><path d="M9.75 0h5v5h-5V0zm0 9h5v13h1v-7h3v7h1v-5h3v6h1v-4h3c0 12-3 13.5-12 14.5S0 19 0 19c0-2 2-2.75 3-1.75.522.522 4.633 5.791 6.75 8.906V9zm-5 0v2h-3V9h3zm18 0v2h-3V9h3zm-3.414-6l1.414 1.414-2.121 2.122-1.414-1.415L19.334 3zm-11.8 2.336L6.12 6.75 3.999 4.629l1.414-1.415 2.121 2.122z"/></svg>
<svg class="tc-image-social-android tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 384.29998779296875"><path d="M64 204.7v89.6c0 6.9 4.5 14 11.4 14H104v52c0 13.3 10.7 24 24 24s24-10.7 24-24v-52h49v52c0 7.5 3.4 14.2 8.8 18.6 3.9 3.4 9.1 5.4 14.7 5.4h.5c13.3 0 24-10.7 24-24v-52h27.6c7 0 11.4-7.1 11.4-13.9V128.3H64v76.4zm264-92.4c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24zm-304 0c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24zm207.2-86.9l18.5-21.9c.4-.5-.2-1.6-1.3-2.5-1.1-.8-2.4-1-2.7-.4l-19.2 22.8c-13.6-5.4-30.2-8.8-50.6-8.8-20.5-.1-37.2 3.2-50.8 8.5L106.1.7c-.4-.5-1.6-.4-2.7.4s-1.7 1.8-1.3 2.5l18.3 21.6C72.2 46.1 65 97.4 64 112.4h223.6c-.9-15.1-8-65.7-56.4-87zM126.8 75.2c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6 13.3-13.5 13.3zm98.4 0c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6.1 13.3-13.5 13.3z"/></svg>
<svg class="tc-image-social-android-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 384"><path d="M272 144v149h-39v67c0 4.4-3 7.9-7.3 8h-.4c-1.6 0-3.1-.6-4.3-1.6l-.1-.1-.4-.1c-2-1.6-3.4-4-3.4-6.2v-67H136v67c0 4.4-3.6 8-8 8s-8-3.6-8-8v-67H80V144h192m16-16H64v166c0 6.9 5.5 15 12.4 15H104v51c0 13.3 10.7 24 24 24s24-10.7 24-24v-51h49v51c0 7.5 3.9 14.2 9.3 18.6 3.9 3.4 9.3 5.4 15 5.4h.2c13.3 0 23.6-10.7 23.6-24v-51h28.6c7 0 10.4-8.1 10.4-14.9V128h-.1zm40 0c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24zM24 128c4.4 0 8 3.6 8 8v96c0 4.4-3.6 8-8 8s-8-3.6-8-8v-96c0-4.4 3.6-8 8-8m0-16c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24v-96c0-13.3-10.7-24-24-24zm151-81.7h.9c14.2 0 27.3 1.9 38.8 5.6l10 4.4c28.7 12.6 39.9 37.4 44.4 55.7H82.8c4.4-18.6 15.6-43.6 44.1-56l10.3-4.5c11.3-3.4 24-5.2 37.8-5.2M105.4 0c-.5 0-1.2.2-1.8.8-1.1.8-1.7 1.8-1.3 2.5l18.3 22.1c-48.2 20.9-55.4 71.7-56.4 86.7h223.6c-1.1-15-8.2-65.1-56.6-86.4l18.5-22.2c.4-.5-.2-1.7-1.3-2.6-.7-.5-1.5-.8-2-.8-.3 0-.5.1-.7.3l-19.2 22.7c-13.6-5.4-30.2-8.8-50.6-8.8h-1c-20 0-36.4 3.3-49.8 8.5L106.1.3c0-.2-.3-.3-.7-.3z"/><path d="M126.6 74.9c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6 13.3-13.5 13.3zm98.4 0c-7.4 0-13.5-6-13.5-13.3 0-7.3 6-13.3 13.5-13.3 7.4 0 13.5 6 13.5 13.3 0 7.3-6.1 13.3-13.5 13.3z"/></svg>
<svg class="tc-image-social-angular tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M181.573 224h84.846l-42.427-89.356z"/><path d="M223.981 0L0 80l46.12 272L224 448l177.75-96L448 80 223.981 0zM312 320l-26.589-56H162.584L136 320H96L224 40l128 280h-40z"/></svg>
<svg class="tc-image-social-angular-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M223.982 32l187.967 69.105-39.17 230.389-148.881 79.949-148.812-80.051L36.031 101.11 223.982 32m-.001-32L0 80l46.12 272L224 448l177.75-96L448 80 223.981 0z"/><path d="M312 320h40L224 40 96 320h40l26.584-56h122.827L312 320zm-130.427-96l42.419-89.356L266.419 224h-84.846z"/></svg>
<svg class="tc-image-social-apple tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.57600402832031 38.090999603271484"><path d="M29.954 33.282c-1.58 2.317-3.213 4.62-5.792 4.667-2.538.049-3.352-1.508-6.248-1.508-2.9 0-3.806 1.46-6.203 1.557-2.49.093-4.383-2.502-5.975-4.808C2.483 28.474 0 19.858 3.339 14.042c1.654-2.888 4.616-4.715 7.827-4.763 2.445-.045 4.755 1.654 6.248 1.654 1.496 0 4.3-2.04 7.248-1.74 1.233.05 4.696.498 6.92 3.762-.176.116-4.133 2.426-4.085 7.237.048 5.748 5.02 7.658 5.079 7.684-.046.135-.795 2.728-2.622 5.406zM19.125 2.878C20.49 1.274 22.797.08 24.7 0c.243 2.229-.65 4.46-1.97 6.069-1.323 1.605-3.489 2.856-5.614 2.689-.289-2.18.782-4.455 2.01-5.88z"/></svg>
<svg class="tc-image-social-apple-appstore tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00000762939453 34.579002380371094"><path d="M38 21.338c0 .474-.388.86-.863.86h-4.562a2.579 2.579 0 0 0-.27-.78c-.118-.21-.418-.781-.836-1.577-.604-1.148-1.47-2.79-2.399-4.519h8.067c.475 0 .863.387.863.86m-2.02 18.397c-.284-.903-2.447-.963-3.415-2.323-.971-1.356-.168-2.054.17-2.377 3.926-2.202 3.244 4.7 3.244 4.7zm-4.99-5.593l-1.356-2.132c-.28-.443-.135-.99.32-1.225l1.292-.661a.954.954 0 0 1 1.268.42l1.07 2.047a1.011 1.011 0 0 1-.361 1.32l-.924.55a.972.972 0 0 1-1.31-.319zm-2.949-4.737c-.9-.45-5.388-10.756-6.538-13.445C20.353 8.114 16.878.956 18.001.4c.8-.4 3.67 5.237 5.823 8.62 2.15 3.385 6.643 12.11 7.196 13.104.55.997-.53 1.827-1.13 2.075-.6.249-.948.496-1.849.05zm-12.92-2.051l3.966-6.876h2.285l3.222 6.876m-17.405 7.8l-2.25-1.287a.855.855 0 0 1-.317-1.172l10.42-18.065a.867.867 0 0 1 1.181-.316l2.25 1.283a.863.863 0 0 1 .318 1.175L8.371 29.681a.872.872 0 0 1-1.182.316zm-.698 1.9l-2.908 1.97c-.392.265-.668.097-.614-.373l.388-3.37c.054-.47.435-.662.847-.427l2.25 1.285c.411.236.428.649.037.914zM0 21.338v-5.157c0-.472.388-.859.864-.859h9.111l-3.967 6.876H.864a.863.863 0 0 1-.864-.86z"/></svg>
<svg class="tc-image-social-apple-mobileme tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 25.756000518798828"><path fill-rule="evenodd" d="M38 18.24c0 4.151-3.34 7.516-7.46 7.516H7.46C3.34 25.756 0 22.391 0 18.24c0-3.749 2.723-6.855 6.287-7.422a4.66 4.66 0 0 1-.072-.813c0-2.63 2.115-4.762 4.729-4.762 1.165 0 2.234.424 3.053 1.13C15.466 3.041 17.349 0 22.627 0c6.4 0 9.432 4.975 9.432 10.224 0 .22-.008.437-.02.652 3.402.698 5.961 3.73 5.961 7.364z"/></svg>
<svg class="tc-image-social-apple-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 330.3000183105469 384.0999755859375"><path d="M247.9 105.9c16.3 0 33.2 7.4 47.4 20.4-9.9 8.5-17.9 18.7-23.7 30.2-8 16-11.6 34.3-10.2 52.7 1.3 18.7 7.6 36.6 18 51.8 8 11.6 18.2 21.2 30 28.3-5 10.7-9.2 18.4-16.8 30.5-8.4 13.1-30.5 48-52 48.2h-.4c-7.4 0-12.2-2.2-19.3-5.6-10-4.7-22.3-10.6-43.4-10.6h-.6c-21.1.1-33.8 5.9-43.9 10.6-7.4 3.4-12.3 5.7-19.9 5.7h-.4c-19.6-.2-37.5-24.3-50.8-45.2-19.3-30.4-31.7-65.6-34.9-99.1-2.9-30.5 2-58.5 13.5-76.7 8-12.7 18.5-23.3 30.4-30.6 11.2-6.8 23-10.4 34.2-10.4 12.4 0 22.7 3.8 33.7 7.8 11.5 4.2 23.5 8.6 37.7 8.6 13.6 0 24.3-4.2 34.6-8.2 11.2-4.4 21.4-8.4 36.8-8.4m0-16c-33.6 0-47.8 16.5-71.2 16.5-24 0-42.3-16.4-71.4-16.4-28.5 0-58.9 17.9-78.2 48.4-27.1 43-22.5 124 21.4 193 15.7 24.7 36.7 52.4 64.2 52.7h.5c23.9 0 31-16.1 63.9-16.3h.5c32.4 0 38.9 16.2 62.7 16.2h.5c27.5-.3 49.6-31 65.3-55.6 11.3-17.7 15.5-26.6 24.2-46.6-63.5-24.8-73.7-117.4-10.9-152.9-19.2-24.7-46.1-39-71.5-39z"/><path d="M224.2 20.5c-2.7 14.9-10.5 26.8-14.6 32.2-7.4 9.8-18 17.4-28.8 21.1.5-3 1.3-6.1 2.4-9.2 3.5-10.2 8.9-18.2 12.8-23.1 7.1-8.8 17.6-16.4 28.2-21M240.5 0c-20 1.4-43.3 14.5-57 31.6-12.4 15.5-22.6 38.5-18.6 60.8h1.6c21.3 0 43.1-13.2 55.8-30.1 12.3-16.1 21.6-38.9 18.2-62.3z"/></svg>
<svg class="tc-image-social-appnet tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00000762939453 33.13300323486328"><path d="M23.554 11.306c1.099-2.67 3.14-8.95 3.454-10.05.314-1.1 1.1-1.256 1.57-1.256h3.77c.627 0 .98.471.824 1.256-3.965 13.975-6.635 18.058-6.635 19 0 2.355 2.513 6.752 4.868 6.752 1.413 0 1.1-2.041 2.67-2.041h2.983c.47 0 .942.47.942 1.256 0 .785-.873 6.91-6.84 6.91s-8.195-7.214-8.195-7.214c-.785 1.57-5.378 7.213-11.031 7.213C1.884 33.132 0 22.454 0 16.173 0 9.893 2.983 0 11.463 0c8.48 0 12.09 11.306 12.09 11.306zM5.182 15.702c0 3.612-.157 11.15 6.457 11.306 3.75.157 7.204-4.554 8.843-8.322-2.267-7.851-3.837-12.562-8.862-12.562-6.752.157-6.438 9.578-6.438 9.578z"/></svg>
<svg class="tc-image-social-artcom tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.089996337890625 38.875"><path d="M7.281.001H2.987L0 18.634h2.694l.507-3.225h3.6l.506 3.225h2.96L7.282.001zM4.987 3.328l1.414 9.498H3.574l1.413-9.498zM20.97 18.634a3.897 3.897 0 0 1-.27-1.072c-.038-.367-.055-.779-1.974-8.162 1.278-.602 1.911-1.844 1.898-3.726V4.233c.01-1.417-.333-2.477-1.026-3.18C18.905.351 17.804 0 16.294.001h-4.41v18.633h2.9v-7.733h1.025c.67-.01 1.967 6.664 2.014 6.963.047.3.11.556.191.77h2.956zm-4.757-16c1.03-.026 1.533.603 1.51 1.887v1.808c-.005.723-.163 1.23-.475 1.52-.312.29-.747.43-1.305.419h-1.16V2.634h1.43zm5.831 0h3.066v16h2.9v-16h3.067V.001h-9.033v2.633zm9.118 13.125h2.85v2.85h-2.85zM6.657 31.707v2.699c-.005.667-.15 1.141-.436 1.423-.286.283-.68.42-1.18.412-.502.008-.896-.13-1.181-.412-.286-.282-.431-.756-.436-1.423V24.204c.005-.668.15-1.147.436-1.438.285-.29.679-.432 1.18-.425.502-.007.895.135 1.18.425.286.29.432.77.437 1.438v1.87H9.29v-1.773c.002-1.47-.356-2.6-1.073-3.392-.718-.792-1.805-1.192-3.262-1.2-1.477.008-2.585.408-3.324 1.2C.893 21.7.524 22.831.524 24.301v9.886c0 1.516.369 2.675 1.107 3.477.739.8 1.847 1.205 3.324 1.211 1.457-.006 2.544-.41 3.262-1.212.717-.8 1.075-1.96 1.073-3.476v-2.549l-2.633.07zm7.167-7.506c.005-.667.15-1.146.436-1.435.285-.29.679-.432 1.18-.425.502-.007.895.135 1.18.425.286.29.432.767.437 1.434v10.182c-.005.667-.15 1.145-.436 1.435-.286.29-.68.43-1.18.424-.502.007-.896-.135-1.181-.424-.286-.29-.431-.768-.436-1.435V24.201zm-2.9 9.993c.003 1.505.385 2.66 1.148 3.463.762.804 1.884 1.21 3.368 1.217 1.484-.008 2.607-.413 3.37-1.217.761-.803 1.144-1.958 1.147-3.463v-9.805c-.003-1.506-.386-2.66-1.148-3.464-.762-.804-1.885-1.21-3.369-1.217-1.483.008-2.606.413-3.368 1.217-.763.803-1.145 1.958-1.148 3.464v9.805zm15.063-14.22h-4.105v18.634h2.583V25.431l2.188 13.177h2.776l2.028-13.363v13.363h2.633V19.974h-3.94l-2.002 13.23-2.162-13.23z"/></svg>
<svg class="tc-image-social-arto tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.468994140625 38"><path d="M20.407 19.731s-3.292.272-4.595.336c-1.303.065-.343-.608-.343-.608l4.939-5.505m6.102 5.709c-1.234.068-2.33.068-2.33.068l-.001-10.6s-.343-2.856-3.087-.885L6.624 25.236s-.96 1.427 0 1.697c0 0 .96.75 1.783.408.685-.61 3.77-4.757 11.658-5.666-.069 4.105.068 9.88.068 9.88s2.194 2.31 4.32 0c0-2.366-.069-9.9-.069-10.805.152.035.717-.151 2.195-.337 0 0 1.167-.344-.069-.75zM13.927 31.448c1.722 0 2.967.74 3.917 2.327.613 1.051 2.01 2.805 4.523 2.805 1.233 0 2.617-.414 4.114-1.23.7-.544 1.76-1.744 1.824-5.166.03-.33.04-.824.052-1.439.086-3.967.288-7.306 1.831-7.842.29-.4.725-1.164.625-1.774-.032-.194-.13-.485-.589-.764-.23-.175-1.649-1.398-1.576-5.307.069-3.672.137-6.797.137-6.797-.01-.147-.315-4.841-3.696-4.841-1.445 0-3.278.803-5.451 2.39L3.643 22.3c.01 0-2.018 3.255-.806 6.006.83 1.889 3.008 3.175 6.475 3.824.674-.052 1.368-.194 2.04-.33.85-.173 1.73-.352 2.575-.352zM22.367 38c-3.232 0-4.997-2.197-5.76-3.508-.855-1.43-1.835-1.624-2.68-1.624-.7 0-1.471.158-2.288.323-.748.151-1.522.31-2.319.364l-.091.005-.088-.015c-4.02-.738-6.583-2.312-7.621-4.679-1.52-3.47.872-7.252.974-7.41L18.72 2.715C21.172.914 23.316 0 25.09 0c3.79 0 5.011 4.08 5.127 6.239.001.052-.067 3.178-.136 6.844-.059 3.176.968 4.124.978 4.133a2.412 2.412 0 0 1 1.169 1.69c.241 1.49-.946 2.933-1.082 3.092l-.197.23-.304.02c-.467.295-.77 2.497-.855 6.528-.014.662-.026 1.19-.055 1.488-.073 3.98-1.445 5.489-2.472 6.27-1.802.993-3.418 1.466-4.896 1.466z"/></svg>
<svg class="tc-image-social-at-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M8.844 4.5C6.363 4.5 4.406 6.519 4.406 9s2.05 4.5 4.531 4.5c.908 0 1.799-.27 2.547-.778a.5.5 0 0 0 .139-.694.495.495 0 0 0-.691-.132 3.466 3.466 0 0 1-1.965.604c-1.93 0-3.499-1.57-3.499-3.5s1.446-3.5 3.376-3.5 3.375 1.57 3.375 3.5v.25a.75.75 0 0 1-1.5 0V7.5c0-.276-.099-.5-.375-.5-.205 0-.318.124-.396.301A1.864 1.864 0 0 0 8.938 7a1.987 1.987 0 0 0-1.984 2 2.008 2.008 0 0 0 3.446 1.391c.319.369.664.609 1.192.609.965 0 1.627-.785 1.627-1.75V9c0-2.481-1.894-4.5-4.375-4.5zm.125 5.5c-.551 0-1-.449-1-1s.449-1 1-1 1 .449 1 1-.449 1-1 1zM9 18c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9zM9 2C5.141 2 2 5.141 2 9s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7z"/></svg>
<svg class="tc-image-social-aws tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36.733001708984375"><path d="M18.983 9.738l15.505-5.044L18.983 0 3.122 4.694m17.93 32.039L38 30.943V7.234l-16.892 5.244M0 7.078l16.888 5.478v24.1L.11 30.944"/></svg>
<svg class="tc-image-social-baidu tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.303001403808594 37.99999237060547"><path d="M12.533 18.038c-1.34 1.924-2.86 3.804-5.81 6.266-2.951 2.463-4.203 4.163-4.203 6.67 0 2.506 1.43 6.668 5.499 6.668 4.068 0 6.034-.895 9.253-.895 3.218 0 5.364 1.253 9.431 1.253 4.069 0 5.767-3.849 5.767-6.355 0-2.507-.706-3.925-3.965-6.787-2.088-1.834-3.857-3.329-6.63-7.178-1.37-1.903-2.95-2.148-4.603-2.148-1.654 0-3.398.581-4.74 2.506zM13.07 0c-2.32 0-4.202 2.601-4.202 5.808s1.881 5.807 4.202 5.807c2.32 0 4.202-2.6 4.202-5.807C17.272 2.601 15.39 0 13.07 0zm17.669 11.369c-2.44.036-4.374 2.355-4.32 5.948.053 3.592 2.07 5.23 4.51 5.194 2.438-.037 4.374-1.732 4.321-5.326-.07-4.676-3.928-5.825-4.511-5.816zM25.303.791C22.984.2 20.459 2.265 19.661 5.402c-.8 3.138.432 6.161 2.75 6.753 2.318.591 4.845-1.473 5.643-4.61C29.093 3.46 25.858.933 25.303.791zM8.867 14.182c.226 3.23-1.525 5.985-3.911 6.152-2.386.167-4.504-2.315-4.73-5.546C0 11.558 1.751 8.803 4.138 8.635c2.386-.166 4.504 2.317 4.73 5.547z"/></svg>
<svg class="tc-image-social-basecamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.034996032714844 31.736997604370117"><path d="M2.637 22.675a10.412 10.412 0 0 1 .397-1.518c.425-1.244 1.068-2.398 1.758-3.513.343-.552.694-1.1 1.043-1.648.356-.56.72-1.117 1.129-1.64.664-.85 1.48-1.766 2.539-2.108 1.487-.48 2.6 1.068 3.46 2.024.49.543 1.018 1.114 1.692 1.424.31.142.65.216.991.195.498-.032.94-.374 1.312-.682 1.018-.843 1.845-1.908 2.635-2.957.865-1.148 1.701-2.32 2.694-3.367.405-.429.84-.997 1.422-1.187.262-.087.553-.06.807.057.14.064.266.153.376.26.122.12.27.216.41.32 1.063.805 2.047 1.713 2.976 2.669.806.83 1.575 1.7 2.31 2.598.713.877 1.401 1.77 1.997 2.738.717 1.18 1.325 2.42 1.997 3.626.612 1.102 1.233 2.375.62 3.617-.034.065-.067.13-.105.194-1.085 1.834-3.04 2.977-4.974 3.724-2.327.9-4.83 1.329-7.309 1.502a47.32 47.32 0 0 1-7.715-.068c-2.312-.217-4.64-.63-6.815-1.469-1.818-.702-3.57-1.74-4.787-3.298a7.695 7.695 0 0 1-.825-1.31c-.035-.072-.049-.102-.035-.183zM.161 24.352a13.398 13.398 0 0 0 2.922 3.102c1.596 1.24 3.437 2.129 5.35 2.755 2.212.725 4.526 1.112 6.841 1.304 2.685.224 5.408.22 8.085-.06 2.483-.262 4.957-.778 7.28-1.702a18.853 18.853 0 0 0 5.606-3.464c.427-.383.845-.792 1.182-1.258.292-.393.52-.827.562-1.32.046-.578-.047-1.166-.16-1.73-.127-.626-.296-1.241-.452-1.86-.06-.224-.114-.45-.165-.675-.608-2.677-1.533-5.283-2.795-7.721a28.935 28.935 0 0 0-3.91-5.766c-1.427-1.635-3.09-3.066-4.995-4.107A16.674 16.674 0 0 0 22.324.524a18.677 18.677 0 0 0-1.815-.446c-.156-.03-.313-.07-.473-.07h-1.773c-.178 0-.355-.008-.532.013a12.55 12.55 0 0 0-1.41.255c-.605.145-1.2.335-1.781.564a16.333 16.333 0 0 0-3.285 1.77C9.252 3.99 7.512 5.75 6.047 7.69c-1.552 2.058-2.793 4.346-3.751 6.739-1.019 2.544-1.723 5.21-2.158 7.916-.056.347-.136.707-.136 1.059v.566c0 .09-.002.14.047.215l.112.167z"/></svg>
<svg class="tc-image-social-bebo tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.19999313354492 38"><path d="M19 38h-3.8C6.818 38 0 31.18 0 22.8v-19C0 1.7 1.701 0 3.8 0a3.8 3.8 0 0 1 3.8 3.8v19c0 4.19 3.411 7.6 7.6 7.6H19c4.188 0 7.6-2.983 7.6-6.65 0-3.748-2.044-6.65-3.8-6.65h-7.6a3.8 3.8 0 1 1 0-7.6h7.6c6.286 0 11.4 6.39 11.4 14.25C34.2 31.606 27.38 38 19 38z"/></svg>
<svg class="tc-image-social-behance tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.0160026550293 23.653392791748047"><path d="M33.401 12.766c-.083-1.177-.476-2.068-1.183-2.676-.703-.611-1.58-.918-2.625-.918-1.139 0-2.017.328-2.642.972-.629.642-1.02 1.516-1.18 2.622m12.078-.44c.116.773.167 1.895.147 3.362H25.663c.069 1.703.656 2.892 1.771 3.574.671.427 1.486.635 2.44.635 1.006 0 1.827-.254 2.458-.777.344-.277.648-.668.91-1.162h4.52c-.119 1.005-.663 2.026-1.64 3.062-1.516 1.646-3.641 2.472-6.37 2.472-2.255 0-4.242-.697-5.966-2.084-1.72-1.393-2.583-3.652-2.583-6.785 0-2.938.775-5.187 2.33-6.752 1.561-1.569 3.576-2.349 6.06-2.349 1.471 0 2.798.263 3.981.792 1.181.53 2.156 1.363 2.925 2.508.694 1.008 1.142 2.175 1.35 3.503zm-23.453 3.845c0-1.228-.502-2.077-1.504-2.533-.56-.259-1.35-.39-2.364-.4H5.453v6.3h4.997c1.026 0 1.82-.133 2.393-.414 1.035-.516 1.553-1.496 1.553-2.953zM5.453 9.323h5.003c1.028 0 1.86-.196 2.5-.586.639-.39.958-1.083.958-2.079 0-1.1-.422-1.83-1.27-2.181-.728-.244-1.66-.37-2.79-.37H5.453m13.004 8.939c.614.95.921 2.107.921 3.463 0 1.403-.346 2.66-1.05 3.773a6.535 6.535 0 0 1-1.673 1.857c-.753.578-1.644.975-2.669 1.187a16.44 16.44 0 0 1-3.338.32H0V0h11.418c2.88.047 4.92.88 6.124 2.518.724 1.005 1.082 2.21 1.082 3.611 0 1.446-.363 2.602-1.093 3.481-.406.492-1.006.94-1.8 1.345 1.203.441 2.116 1.135 2.726 2.09zm15.86-9.699h-9.522V.982h9.522v2.366z"/></svg>
<svg class="tc-image-social-bing tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.07000732421875 62.532997131347656"><g transform="translate(-12.024 -18.734)"><ellipse cx="50.156" cy="56.277" rx="19.383" ry="13.568"/><path d="M77.132 38.339c-7.063-4.908-15.964-7.331-24.577-7.779-10.167-.102-20.041 1.224-29.082 7.514v-19.34h-11.32v35.044c-.129 14.675 9.747 20.961 22.465 25.78 4.621 1.14 9.741 1.709 15.36 1.709 5.526 0 10.588-.569 15.186-1.709 4.597-1.141 8.568-2.973 11.912-4.984 3.344-2.012 5.944-4.365 7.802-7.061 1.857-2.694 2.786-5.572 2.786-8.63 1.43-10.439-5.757-17.226-10.532-20.544zM53.313 75.017c-12.718.398-27.624-3.441-29.07-18.361-.804-8.291 7.453-18.73 25.735-19.374 7.517-.265 25.052 3.927 26.249 18.091.737 8.731-10.196 19.247-22.914 19.644z"/></g></svg>
<svg class="tc-image-social-bitcoin tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.6000061035156 448"><path d="M314.5 247.2c-5-11.5-12.7-21.6-28.1-30.1-8.2-4.5-16.1-7.8-25.4-10 5.4-2.5 10-5.4 16.3-11 7.5-6.6 13.1-15.7 15.6-23.3 2.6-7.5 4.1-18 3.5-28.2-1.1-16.8-4.4-33.1-13.2-44.8-8.8-11.7-21.2-20.7-37.6-27-12.6-4.8-25.5-7.8-45.5-8.9V0h-40v64h-32V0h-41v64H0v48h27.9c8.7 0 14.6.8 17.6 2.3 3.1 1.5 5.3 3.5 6.5 6 1.3 2.5 1.9 8.4 1.9 17.5V311c0 9-.6 14.8-1.9 17.4-1.3 2.6-2 4.9-5.1 6.3-3.1 1.4-3.2 1.3-11.8 1.3H8.7L0 384h87v64h41v-64h32v64h40v-64.4c26-1.3 44.5-4.7 59.4-10.3 19.3-7.2 34.1-17.7 44.7-31.5 10.6-13.8 14.9-34.9 15.8-51.2.7-14.5-.9-33.2-5.4-43.4zM128 118h32v74h-32v-74zm0 212v-90h32v90h-32zm72-208.1c6 2.5 9.9 7.5 13.8 12.7 4.3 5.7 6.5 13.3 6.5 21.4 0 7.8-2.9 14.5-7.5 20.5-3.8 4.9-6.8 8.3-12.8 11.1v-65.7zm28.8 186.7c-7.8 6.9-12.3 10.1-22.1 13.8-2 .8-4.7 1.4-6.7 1.9v-82.8c5 .8 7.6 1.8 11.3 3.4 7.8 3.3 15.2 6.9 19.8 13.2 4.6 6.3 8 15.6 8 24.7 0 10.9-2.8 19.2-10.3 25.8z"/></svg>
<svg class="tc-image-social-bitcoin-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.5999755859375 448"><path d="M183.7 16v62.1l15.1.8c16.9.9 28.8 3.3 40.7 7.9 13.8 5.3 24.2 12.6 31.1 21.7 5.7 7.6 9 19.4 10 36.2.6 8.8-1 17.1-2.6 22-1.5 4.4-5.3 11.3-11.1 16.4-5.4 4.8-8.6 6.7-12.3 8.4l-42.1 19.3 45 10.8c7.4 1.8 14 4.4 21.4 8.5 13.2 7.3 18 15.1 21.2 22.5 2.9 6.7 4.6 22.2 3.9 36.2-.7 13.4-4.4 31.5-12.6 42.3-8.6 11.2-21.3 20.1-37.8 26.3-13.6 5.1-31.1 8.1-54.5 9.3l-15.2.7V432h-8v-64H112v64h-9v-64H19.8l3-16h12.8c8.6 0 12.1-.4 17.5-3 .2-.1.4-.2.7-.3 8.1-3.7 11-10.6 12.2-13.6.1-.3.3-.7.3-.8 2.9-5.9 3-13.1 3-24.4v-178c0-11.7-.1-13.6-3.1-19.5-2.9-5.8-7.3-10.1-13.4-13-5.9-2.8-13.2-3.4-24.5-3.4H15.4V80H103V16h9v64h63.8V16h7.9m16-16h-39.9v64H128V0H87.1v64H0v48h28.4c8.7 0 14.5.3 17.6 1.8 3.1 1.5 4.7 3.3 6 5.8 1.3 2.5 1.4 3.1 1.4 12.3v178c0 9-.1 14.7-.9 17.6-1.2 2.7-2.2 5.2-5.3 6.6-3.1 1.4-2.9 1.9-11.6 1.9H8.2L0 384h87.1v64H128v-64h31.8v64h39.9v-65.4c26-1.3 44.4-4.7 59.3-10.3 19.3-7.2 34.3-17.7 44.9-31.5 10.5-13.8 15-34.9 15.9-51.2.8-14.5-.7-33.2-5.2-43.4-5-11.5-12.7-21.6-28.1-30.1-8.1-4.5-16.1-7.8-25.4-10 5.4-2.5 9.9-5.4 16.3-11 7.5-6.6 13-15.7 15.6-23.3 2.6-7.5 4.1-18 3.5-28.2-1.1-16.8-4.4-33.1-13.2-44.8-8.8-11.7-21.7-20.7-38.1-27-12.6-4.8-25.5-7.8-45.5-8.9V0z"/><path d="M160 118h-32v74h32v-74zm0 122h-32v90h32v-90zm40-118.1v65.6c6-2.9 9.5-6.8 13.3-11.7 4.6-6 7-12.9 7-20.7 0-8.1-2.4-15-6.7-20.8-3.9-5.1-7.6-9.9-13.6-12.4zm0 119.7v82.8c2-.6 3.8-.8 5.8-1.6 9.8-3.8 15.8-7.9 23.6-14.7 7.5-6.6 9.7-15.9 9.7-26.6 0-9.1-3.3-16.9-7.9-23.2-4.6-6.3-11.7-9.9-19.4-13.2-3.7-1.7-6.8-2.7-11.8-3.5z"/></svg>
<svg class="tc-image-social-blogger tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.928001403808594 37.92799758911133"><path d="M9.872 25.788a2.293 2.293 0 0 1 2.302-2.28h13.542a2.29 2.29 0 0 1 2.29 2.28 2.3 2.3 0 0 1-2.29 2.28H12.174c-1.273 0-2.302-1.042-2.302-2.28zm2.302-15.997h6.664a2.3 2.3 0 0 1 2.303 2.289c0 1.25-1.03 2.291-2.303 2.291h-6.664a2.306 2.306 0 0 1-2.302-2.291 2.3 2.3 0 0 1 2.302-2.29zm13.658 28.137c6.613 0 11.985-5.386 12.022-11.963l.074-9.684-.111-.526-.318-.663-.537-.416c-.698-.548-4.234.037-5.187-.828-.674-.617-.78-1.732-.985-3.242-.38-2.926-.619-3.079-1.077-4.07C28.048 3.013 23.531.366 20.427 0H12.02C5.407 0 0 5.395 0 11.984v13.98c0 6.578 5.407 11.964 12.02 11.964h13.812z"/></svg>
<svg class="tc-image-social-buffer tc-image-button" width="22pt" height="22pt" viewBox="0 0 388.60003662109375 384.00006103515625"><path d="M9.1 100.5l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c8.9-4.3 8.9-11.3 0-15.6L210.5 3.2C206.1 1.1 200.2 0 194.4 0s-11.7 1.1-16.1 3.2L9.1 84.9c-8.9 4.3-8.9 11.3 0 15.6z"/><path d="M379.7 184.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1-124.8 60.2-124.8 60.2c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3L8.9 184.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9.1-4.2 9.1-11.2.2-15.5z"/><path d="M379.7 283.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S210.5 327 210.5 327c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3L9 283.5c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.2 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9-4.3 9-11.3.1-15.6z"/></svg>
<svg class="tc-image-social-buffer-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 388.60003662109375 384.00006103515625"><path d="M9.1 100.5l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c8.9-4.3 8.9-11.3 0-15.6L210.5 3.2C206.1 1.1 200.2 0 194.4 0s-11.7 1.1-16.1 3.2L9.1 84.9c-8.9 4.3-8.9 11.3 0 15.6zm176.1-82.9c1.6-.8 4.9-1.6 9.2-1.6 4.3 0 7.5.8 9.2 1.6l155.5 75.1-155.5 75.1c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L29.7 92.7l155.5-75.1z"/><path d="M379.7 184.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1-124.8 60.2-124.8 60.2c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3L8.9 184.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9.1-4.2 9.1-11.2.2-15.5zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L29.7 192l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z"/><path d="M379.7 283.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S210.5 327 210.5 327c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3L9 283.5c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.2 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9-4.3 9-11.3.1-15.6zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L29.7 291.3l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z"/></svg>
<svg class="tc-image-social-chrome tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M156.8 223.925c0 36.946 30.243 67.178 67.2 67.178s67.199-30.231 67.199-67.178c0-36.945-30.242-67.179-67.199-67.179s-67.2 30.234-67.2 67.179z"/><path d="M444.752 185.795c-.009.005-.016.038-.024.042-1.701-9.877-4.04-19.838-6.989-28.838h-.107c2.983 9 5.352 19 7.072 29h-.002c-1.719-10-4.088-20-7.07-29h-155.39c19.044 17 31.358 40.175 31.358 67.052 0 16.796-4.484 31.284-12.314 44.724L199.044 446.452s-.009.264-.014.264l-.01.284h.015l-.005-.262c8.203.92 16.531 1.262 24.97 1.262 6.842 0 13.609-.393 20.299-1.002a223.86 223.86 0 0 0 29.777-4.733C373.68 419.525 448 330.404 448 223.941c0-12.999-1.121-25.753-3.248-38.146z"/><path d="M224 313.496c-33.601 0-61.601-17.91-77.285-44.785L44.006 91.047l-.137-.236a223.516 223.516 0 0 0-25.903 45.123C6.407 162.945 0 192.686 0 223.925c0 62.695 25.784 119.36 67.316 160.009 29.342 28.719 66.545 49.433 108.088 58.619l.029-.051 77.683-134.604c-8.959 3.358-19.031 5.598-29.116 5.598z"/><path d="M59.292 72.575l77.35 133.25C144.483 165.513 180.315 134 224 134h205.172c-6.921-15-15.594-30.324-25.779-43.938.039.021.078.053.117.074C413.644 103.712 422.278 119 429.172 134h.172c-6.884-15-15.514-30.38-25.668-43.99-.115-.06-.229-.168-.342-.257C362.475 35.267 297.359 0 224 0c-26.372 0-51.673 4.569-75.172 12.936-34.615 12.327-65.303 32.917-89.687 59.406l.142.243.009-.01z"/></svg>
<svg class="tc-image-social-chrome-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.8 0 0 100.8 0 224s100.8 224 224 224 224-100.8 224-224S347.2 0 224 0zm0 44.799c66.084 0 124.315 35.843 154.558 89.602H224c-43.685 0-79.517 31.358-87.358 71.684l-53.758-92.969c32.474-41.431 84-68.317 141.116-68.317zM291.2 224c0 36.957-30.243 67.2-67.2 67.2s-67.2-30.243-67.2-67.2 30.243-67.2 67.2-67.2 67.2 30.243 67.2 67.2zm-246.401 0c0-32.484 8.958-62.716 24.644-89.6l77.272 134.4C162.4 295.685 190.4 313.6 224 313.6c10.085 0 20.157-2.241 29.116-5.6l-53.758 92.958C112 389.758 44.799 314.715 44.799 224zM224 403.201L301.285 268.8c7.831-13.442 12.314-28 12.314-44.8 0-26.885-12.314-50.399-31.358-67.2h107.517c8.957 21.284 13.443 43.685 13.443 67.2 0 98.557-80.644 179.201-179.201 179.201z"/></svg>
<svg class="tc-image-social-cloudapp tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 27.444000244140625"><path d="M8.074 27.42l-.003.01h.194c.1.003.2.014.301.014.102 0 .201-.01.302-.015h19.043v-.005c.14.005.276.02.416.02 5.342 0 9.673-4.365 9.673-9.75 0-5.386-4.331-9.751-9.673-9.751-.197 0-.39.018-.584.03C26.913 3.438 22.977 0 18.239 0c-5.342 0-9.673 4.366-9.673 9.751 0 .142.016.28.021.42h-.02C3.835 10.171 0 14.037 0 18.807c0 4.603 3.573 8.354 8.074 8.613z"/></svg>
<svg class="tc-image-social-codepen tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M209.239 271.936c-15.322-10.357-30.742-20.569-46.062-30.93-2.03-1.373-3.43-1.472-5.502-.029l-38.871 26.154C149.966 287.905 212 329.317 212 329.317v-53.786c-.012-1.224-1.553-2.78-2.761-3.595zm-46.147-63.27c15.454-10.16 30.851-20.409 46.109-30.86 1.486-1.018 2.775-3.509 2.799-5.334v-51.706s-62.033 41.124-93.262 61.942c13.7 9.159 26.671 17.913 39.787 26.443 1.02.662 3.396.284 4.567-.485zm74.746-31.312a4521.517 4521.517 0 0 0 47.627 31.815c.916.604 2.92.602 3.839 0l39.751-26.467L236 120.484v53.35c.01 1.201.805 2.821 1.838 3.52zm-11.729 21.015c-1.21-.802-3.611-.528-4.743.168-4.817 2.962-9.463 6.203-14.164 9.355-8.248 5.53-25.356 17.023-25.356 17.023l38.842 25.865c1.748 1.157 4.436 1.22 6.26.111l39.014-25.993c.001 0-34.079-22.701-39.853-26.529zM109 205.116v39.609l29.622-19.838z"/><path d="M224 0C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0zm139 265.006c0 5.785-2.652 9.868-7.511 13.094a38019.909 38019.909 0 0 0-123.286 82.188c-5.854 3.918-11.174 3.754-16.984-.137-40.783-27.314-81.719-54.546-122.625-81.676-5.11-3.389-7.594-7.557-7.594-13.73v-79.729c0-6.141 2.521-10.332 7.624-13.716 40.906-27.13 81.939-54.363 122.724-81.676 5.818-3.896 11.094-4.007 16.938-.095a41090.004 41090.004 0 0 0 123.261 82.195c4.678 3.106 7.453 6.943 7.453 12.66v80.622z"/><path d="M284.247 241.234a3826.352 3826.352 0 0 1-45.386 30.332c-2.412 1.588-2.888 3.318-2.861 6.189v51.346l93.039-62.004-38.527-25.882c-2.345-1.604-3.93-1.567-6.265.019zM338 244.676V205.06l-29.59 19.873z"/></svg>
<svg class="tc-image-social-codepen-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path fill-rule="evenodd" d="M355.547 171.724a41090.004 41090.004 0 0 1-123.261-82.195c-5.844-3.912-11.12-3.802-16.938.095-40.785 27.313-81.818 54.546-122.724 81.676-5.103 3.384-7.624 7.575-7.624 13.716v79.729c0 6.174 2.484 10.342 7.594 13.73 40.906 27.13 81.841 54.361 122.625 81.676 5.81 3.891 11.131 4.055 16.984.137A38295.814 38295.814 0 0 1 355.489 278.1c4.858-3.226 7.511-7.309 7.511-13.094v-80.623c0-5.716-2.775-9.553-7.453-12.659zM236 120.484l93.055 62.218-39.751 26.467c-.919.603-2.923.604-3.839 0a4537.117 4537.117 0 0 1-47.627-31.815c-1.033-.699-1.828-2.319-1.838-3.52v-53.35zm-24 .281v51.706c-.024 1.825-1.313 4.316-2.799 5.334-15.258 10.451-30.655 20.701-46.109 30.86-1.17.77-3.547 1.148-4.566.485-13.116-8.531-26.087-17.284-39.787-26.443C149.967 161.889 212 120.765 212 120.765zm-103 84.351l29.622 19.771L109 244.725v-39.609zm103 124.201s-62.034-41.412-93.196-62.187l38.871-26.154c2.072-1.442 3.473-1.344 5.502.029 15.32 10.36 30.74 20.572 46.062 30.93 1.208.815 2.749 2.371 2.761 3.596v53.786zm14.949-78.425c-1.824 1.108-4.512 1.046-6.26-.111l-38.842-25.865s17.108-11.493 25.356-17.023c4.701-3.152 9.346-6.393 14.164-9.355 1.132-.696 3.532-.97 4.743-.168 5.773 3.829 39.854 26.53 39.854 26.53l-39.015 25.992zm9.051 78.21v-51.346c-.026-2.871.449-4.602 2.861-6.189a3826.352 3826.352 0 0 0 45.386-30.332c2.335-1.586 3.92-1.623 6.265-.019l38.527 25.882L236 329.102zm102-84.426l-29.59-19.743L338 205.06v39.616z" clip-rule="evenodd"/><path d="M224 32c51.285 0 99.5 19.972 135.765 56.235C396.028 124.5 416 172.715 416 224s-19.972 99.5-56.235 135.765C323.5 396.028 275.285 416 224 416s-99.5-19.972-135.765-56.235C51.972 323.5 32 275.285 32 224s19.972-99.5 56.235-135.765C124.5 51.972 172.715 32 224 32m0-32C100.288 0 0 100.288 0 224s100.288 224 224 224 224-100.288 224-224S347.712 0 224 0z"/></svg>
<svg class="tc-image-social-coding4fun tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.805999755859375 38.00589370727539"><path d="M7.236 27.063a2.43 2.43 0 1 1 0 4.86 2.43 2.43 0 0 1 0-4.86zm18.633-10.532a2.43 2.43 0 1 1-2.375 1.914 1.418 1.418 0 0 0 1.859-1.859c.166-.036.339-.055.516-.055zm-12.557 2.43a2.43 2.43 0 1 1-2.266 1.55 1.418 1.418 0 0 0 1.86-1.347l-.009-.167.415-.035zM19.022 0l1.525 10.855-5.27.74L13.752.741 19.022 0zM3.59 29.088c-3.59-5.523-2.097-8.033-.783-9.072A16.982 16.982 0 0 1 9.126 7.733l-.675-4.802 4.11-.577.812 5.783-.954.502c-4.196 2.512-7.006 7.102-7.006 12.348 0 1.026.107 2.026.312 2.99l.7 1.87c-2.43 0-2.835 3.241-2.835 3.241zm33.216-8.101C36.806 30.383 29.189 38 19.793 38a16.945 16.945 0 0 1-10.964-4.004c-.343-.289-.392-.955.223-1.716.614-.761 1.607-.181 1.866.022a14.318 14.318 0 0 0 8.875 3.065c7.942 0 14.38-6.438 14.38-14.38 0-7.083-5.12-12.97-11.86-14.16l-.9-.037-.81-5.857 4.304-.605.653 4.648c6.558 2.363 11.246 8.64 11.246 16.011zm-18.33 9.317c-4.151 0-6.075-1.317-6.075-2.127 0-2.43 2.227 0 6.582 0s8.101-3.038 8.507-3.443c.405-.405 2.43-.101 1.215 1.823-2.836 2.531-6.076 3.747-10.228 3.747z"/></svg>
<svg class="tc-image-social-css3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M192.282 307.488zM0 0l34.946 403.219L191.767 448l157.259-44.85L384 0H0zm290.676 334.898l-98.607 28.125-98.458-28.248L86.864 257h48.253l3.433 39.562 53.586 15.163.132.273h.034l53.467-14.852L251.381 233H139l-4-50h120.646l4.396-51H76l-4-49h240.58l-21.904 251.898z"/></svg>
<svg class="tc-image-social-css3-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M290.676 334.898l-98.608 28.125-98.458-28.248L86.864 257h48.253l3.433 39.563 53.586 15.163.132.273h.034l53.467-14.852L251.381 233H139l-4-50h120.646l4.396-51H76l-4-49h240.58l-21.904 251.898z"/><path d="M0 0l34.936 403.301L191.769 448l157.245-44.705L384 0H0zm319.041 378.51l-127.262 36.187-126.867-36.169L34.896 32H349.1l-30.059 346.51z"/></svg>
<svg class="tc-image-social-delicious tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 19h19v19H0z"/><path fill-opacity=".851" d="M19 0h19v19H19z"/><path fill-opacity=".263" d="M19 19h19v19H19z"/><path fill-opacity=".102" d="M0 0h19v19H0z"/></svg>
<svg class="tc-image-social-designer-news tc-image-button" width="22pt" height="22pt" viewBox="0 0 72 72"><path d="M52.746 23.902l.261 15.744-9.164-14.804-.582-.94h-5.472v25.001h6.109l-.262-15.181 9.672 15.181h5.547V23.902h-6.109z"/><path d="M65 0H7C3.15 0 0 3.15 0 7v58c0 3.85 3.15 7 7 7h31.825L10.843 49.556V22.902h10.529c3.975 0 6.096.493 8.394 1.945 1.259.771 2.411 1.865 3.327 3.156.377.523.703 1.071.993 1.637l2.703 2.014v-8.753h7.029l.293.474.104.167 7.625 6.025-.094-5.65-.017-1.017h8.126v.01L72 32.753V7c0-3.85-3.15-7-7-7z"/><path d="M26.842 24.546c-1.324-.434-2.861-.613-5-.636-.16-.002-.304-.008-.471-.008h-8.396v25.001h9.822c7.085 0 11.771-5.023 11.771-12.595 0-3.072-.75-5.586-2.286-7.721a11.302 11.302 0 0 0-.964-1.162c-.08-.086-.161-.172-.243-.256a10.696 10.696 0 0 0-.766-.695c-.102-.084-.201-.169-.305-.248a11.864 11.864 0 0 0-1.543-.984 10.38 10.38 0 0 0-.737-.357c-.017-.007-.033-.017-.05-.024a9.759 9.759 0 0 0-.832-.315zm1.351 11.95c0 4.387-2.136 6.786-6.109 6.786h-2.737V29.524h2.774c3.899 0 6.072 2.513 6.072 6.972z"/></svg>
<svg class="tc-image-social-designernews tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 320"><path d="M258.4 49L195 0l63.6 102.2z"/><path d="M297 0v163h-36.4l-63.2-98.6 1.7 98.6H159V56l-37.3-29.3c1 1.2 2 2.4 2.9 3.7 10 13.9 15 30.5 15 50.5 0 49.2-30.6 82.1-76.9 82.1H0v.4L199.6 320H448V118.1L297 0z"/><path d="M97.9 82.1c0-29-14.2-45.1-39.7-45.1H39v89h19c26 0 39.9-15.4 39.9-43.9z"/></svg>
<svg class="tc-image-social-designernews-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 319.8999938964844"><path d="M258.9 49.9L194.5 0l64.6 102.8z"/><path d="M297 0v164h-35.9l-63.2-98 1.7 98H159V56.9l-37.1-29.1c1 1.2 2.1 2.4 3 3.6 10 13.8 15 30.7 15 50.5 0 48.9-30.5 82-76.8 82H0l200.1 156H448V118.7L297 0zm135 304H205.7L46.6 180h16.5c13.5 0 26.2-2.7 37.7-7.4 11.5-4.7 21.4-11.8 29.8-20.7 4.8-5.1 9.4-11 12.4-17.1V180h73l-.3-16.5-.7-41.9 32.6 50.7 4.7 7.6H313V33.3l.2.3L432 126.4V304z"/><path d="M58.6 54.4c11 0 23.7 3.2 23.7 28.8 0 6.9-1 16.3-6 21.8-3.6 3.9-9.6 6-17.7 6H55V54h3m.7-16H39v89h19.5c26 0 39.9-15.6 39.9-43.9C98.4 54.3 84.1 38 58.7 38z"/></svg>
<svg class="tc-image-social-deviant-art tc-image-button" width="22pt" height="22pt" viewBox="0 0 72 71.73399353027344"><path d="M32.347 30.653c2.026-.797 7.307-1.86 11.093-1.328l4.749 9.896 13.052-3.089c.664-.133.996-.996 0-1.893-8.17-6.575-16.24-7.87-32.181-4.383l9.465 19.727-33.044 9.316v5.995c0 .219.089.419.233.562a.791.791 0 0 0 .563.233h59.248a.794.794 0 0 0 .796-.795V41.99l-25.206 6.696s-7.075-14.247-8.768-18.033z"/><path d="M65.524 5.38H6.276a.775.775 0 0 0-.437.148.782.782 0 0 0-.36.648v25.81c1.266-.977 5.98-4.468 10.528-5.917l-3.886-8.967H23.08s2.89 6.276 2.89 6.376c3.985-1.195 23.114-4.284 40.151 3.089l.199.146V6.177a.781.781 0 0 0-.36-.648.766.766 0 0 0-.436-.149zM13.185 47.757c2.458-.531 11.823-3.056 11.823-3.056L18.963 32.28c-1.66.465-8.634 3.653-8.103 14.347 0 0-.133 1.661 2.325 1.13z"/><path d="M66.022 0H5.978A5.979 5.979 0 0 0 0 5.977v59.78a5.978 5.978 0 0 0 5.978 5.977h60.044A5.979 5.979 0 0 0 72 65.757V5.977C72 2.677 69.323 0 66.022 0zm2.291 64.893a2.792 2.792 0 0 1-2.789 2.789H6.276a2.793 2.793 0 0 1-2.79-2.789V6.177a2.793 2.793 0 0 1 2.79-2.789h59.248a2.792 2.792 0 0 1 2.789 2.789v58.716z"/></svg>
<svg class="tc-image-social-deviantart tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.380001068115234 23.341999053955078"><path d="M10.819 16.929s-1.858-4.127 3.55-7.662l2.875 5.92m1.32-11.126c-.122.02-.23.048-.352.07L16.191 0l-5.994.685 2.443 5.027C0 10.962 5.6 23.342 5.6 23.342l19.287-5.584-5.3-10.821c9.511-2.75 17.453 2.872 17.453 2.872l-6.546 1.778-1.885-3.521a17.02 17.02 0 0 0-5.944-.072l4.458 9.112 19.257-5.58S39.397.493 18.564 4.061z"/></svg>
<svg class="tc-image-social-digg tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.99900436401367 27.023000717163086"><path fill-rule="evenodd" d="M34.623 16.889h-2.957v-6.755h2.956m3.377-3.378H27.867v13.511h6.756v2.956h-6.757v3.8h10.133V10.3m-17.31 6.59v-6.756h2.533v6.755m3.8-10.133H16.889v13.511h6.334v2.956h-6.334v3.8h10.134V16.6M11.4 0h3.8v3.8h-3.8m0 2.956h3.8v13.511h-3.8m-7.6-3.378v-6.755h2.956v6.755M6.756 0v6.756H0v13.511h10.556V0h-3.8z"/></svg>
<svg class="tc-image-social-digg-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 34"><path fill-rule="evenodd" d="M6 8H3V5h3m6 0H6V2h6m0 6V5h3v3m15 23v-7h-3v7h-5V17h-4v-7h3v5h15v-5h3v7h-4v14M33 3v9h-9V3m18 4h-6V0H21v7h-6v10H3V8H0v9h3v3h5v4H6v3h7v4H6v-4H3v7h13v-7h-3v-3h-2v-4h8v14h19V20h4V7z"/></svg>
<svg class="tc-image-social-disqus tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.12700271606445 38"><path d="M20.277 38c-4.65 0-8.9-1.699-12.187-4.51L0 34.595l3.126-7.713A19.05 19.05 0 0 1 1.427 19c0-10.492 8.44-19 18.85-19 10.41 0 18.85 8.508 18.85 19 0 10.495-8.439 19-18.85 19zM30.57 18.945v-.052c0-5.483-3.866-9.393-10.533-9.393h-7.2v19h7.094c6.718.001 10.64-4.072 10.64-9.555zm-10.454 4.887h-2.105V14.17h2.105c3.094 0 5.148 1.764 5.148 4.805v.052c0 3.068-2.054 4.805-5.148 4.805z"/></svg>
<svg class="tc-image-social-dribbble tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M27.39 31.193c-.752-3.68-1.698-7-2.736-9.962a21.392 21.392 0 0 1 3.04-.216h.042c1.769 0 3.711.22 5.818.7a14.817 14.817 0 0 1-6.165 9.478zM19 33.825a14.726 14.726 0 0 1-8.808-2.922c.524-.864 1.651-2.52 3.441-4.234 1.841-1.765 4.383-3.581 7.702-4.663a73.146 73.146 0 0 1 2.926 10.848 14.735 14.735 0 0 1-5.261.97zM4.176 19c0-.07.004-.141.008-.214.422.016.963.03 1.617.03h.005c2.98-.02 8.182-.27 13.456-1.934.287.628.57 1.283.853 1.962a23.474 23.474 0 0 0-8.348 4.922 25.427 25.427 0 0 0-4.087 4.77C5.502 25.953 4.176 22.634 4.176 19zm8.275-13.279c1.03 1.216 3.091 3.888 5.29 8.062-4.475 1.332-8.98 1.645-11.707 1.644H5.8c-.46 0-.853-.008-1.182-.018 1.064-4.256 3.977-7.78 7.832-9.688zM19 4.177a14.72 14.72 0 0 1 9.242 3.258c-1.942 2.326-4.509 4.011-7.279 5.2-1.946-3.765-3.83-6.458-5.113-8.105A14.528 14.528 0 0 1 19 4.177zm11.64 5.674a14.728 14.728 0 0 1 3.163 8.452c-2.145-.455-4.171-.676-6.063-.676v-.001h-.013c-1.52 0-2.947.138-4.294.376-.33-.801-.658-1.57-.992-2.308 2.998-1.314 5.873-3.185 8.2-5.843zM19 0C8.503 0 0 8.507 0 19s8.503 19 19 19c10.492 0 19-8.507 19-19S29.492 0 19 0z"/></svg>
<svg class="tc-image-social-dribbble-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 18c-4.962 0-9-4.037-9-9s4.038-9 9-9 9 4.037 9 9-4.038 9-9 9zM9 2C5.14 2 2 5.141 2 9s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7zm0 1.5C5.967 3.5 3.5 5.968 3.5 9s2.467 5.5 5.5 5.5 5.5-2.468 5.5-5.5S12.033 3.5 9 3.5zm4.49 5.402a7.933 7.933 0 0 0-3.103.042 15.172 15.172 0 0 0-.417-.965 7.915 7.915 0 0 0 2.284-2.07 4.47 4.47 0 0 1 1.236 2.993zm-2-3.646a6.918 6.918 0 0 1-1.975 1.832 14.639 14.639 0 0 0-1.692-2.412A4.448 4.448 0 0 1 9 4.5c.921 0 1.776.28 2.49.756zm-4.641-.184c.687.758 1.278 1.59 1.776 2.473a6.928 6.928 0 0 1-3.998.437 4.493 4.493 0 0 1 2.222-2.91zM4.5 9c.468.064.936.121 1.399.121a7.912 7.912 0 0 0 3.185-.683c.123.261.238.524.344.793A7.91 7.91 0 0 0 5.7 12.036 4.47 4.47 0 0 1 4.5 9zm1.948 3.699a6.918 6.918 0 0 1 3.318-2.527 13.72 13.72 0 0 1 .596 3.095A4.458 4.458 0 0 1 9 13.5a4.466 4.466 0 0 1-2.552-.801zm4.872.137c-.099-1-.296-1.983-.593-2.937a6.94 6.94 0 0 1 2.683.001 4.505 4.505 0 0 1-2.09 2.936z"/></svg>
<svg class="tc-image-social-dribbble-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M192 0C86 0 0 86 0 192c0 106.1 86 192 192 192s192-85.9 192-192C384 86 298 0 192 0zm121.9 88.5c21.6 25.4 35.3 57.6 37.7 92.9-34.6-1.8-76-1.8-109.2 1.3-4.2-10.6-8.5-21-13.2-31 38.3-16.6 67.8-38.4 84.7-63.2zM192 32c38.8 0 74.4 13.8 102.1 36.8-17.4 22-44.7 41.1-78.7 55.6-18.6-34.4-40-64-62.8-87.3 12.7-3.2 25.8-5.1 39.4-5.1zm-72.4 17.5c23.1 23 44.8 52.3 63.8 86.6-36.1 11-77.5 17.3-121.7 17.3-8.4 0-16.6-.3-24.7-.8 11.5-45.1 42-82.5 82.6-103.1zM32.3 184.4c9.1.4 18.3.6 27.6.5 50.4-.6 97.3-8.5 137.6-21.4 3.8 7.9 7.4 16 10.8 24.3-5.5 1.3-10.4 2.7-14.3 4.3-55.1 23.1-98.5 60.4-122 105.5-24.8-28.2-40-65.1-40-105.6 0-2.6.1-5.1.3-7.6zM192 352c-37 0-71-12.6-98.1-33.7 21.3-42.2 59.3-77.1 107.2-98.8 4.5-2.1 10.5-3.8 17.4-5.3 5.7 15.8 10.8 32.2 15.3 49.2 6.9 26.5 11.8 52.7 14.8 78.1C231 348.2 212 352 192 352zm86.5-25.5c-3-25.7-7.9-52.1-14.9-78.9-3.4-13-7.3-25.6-11.5-37.9 31.4-2.6 69-2.2 98.9 0-5.4 49.1-33 91.3-72.5 116.8z"/></svg>
<svg class="tc-image-social-drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 64.656005859375"><path d="M28.088 41.987L15.079 64.358h46.912L75 41.987zm45.364-1.28L49.996.081 24.117 0l23.456 40.628zM23.456 1.577L0 42.204l12.87 22.452 23.456-40.627z"/></svg>
<svg class="tc-image-social-dropbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 33.77800750732422"><path d="M18.542 5.934L11.374 0 0 6.999l7.176 5.858m23.19 12.172l-3.662 1.978-7.245-5.934v12.705l10.907-6.695M7.634 25.029v2.054l10.908 6.695V21.073l-7.244 5.934m6.488-6.543L7.1 13.999.536 19.552l10.916 6.39m15.1 0l10.915-6.39-6.565-5.553-10.687 6.466m10.611-7.607L19.46 5.934 26.628 0 38 6.999l-7.175 5.858z"/></svg>
<svg class="tc-image-social-dropbox-download tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.75 37.02899932861328"><path d="M29.5 34.029h12v3h-12v-3zm6-.75l-6.25-6.25h3.25v-7h6v7h3.25l-6.25 6.25zM18.542 5.935L7.176 12.858 0 6.999 11.374 0l7.168 5.934zm11.824 19.094v1h-1.85l1.85-.999zm-10.906 8.75V21.074l7.245 5.934.503-.272 1.417 1.417-9.165 5.626zM7.635 25.03l3.664 1.978 7.244-5.934v12.705L7.635 27.084V25.03zm10.152-4.564l-6.335 5.477-10.916-6.39L7.1 13.999l10.687 6.467zm8.765 5.477l-6.337-5.477 10.687-6.467 5.945 5.03H31.5v4.017l-4.95 2.897zm4.274-13.085L19.46 5.935 26.628.001 38 7l-7.175 5.858z"/></svg>
<svg class="tc-image-social-dropbox-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 357.8999938964844"><path d="M113 0L0 73.9l78.3 63L192 66.1 113 0zM27.4 76.2l84.5-56.8 52.9 46-85.4 52.5-52-41.7z"/><path d="M305.8 135.9L192 207l79 66.1 19-12.6v20.2l-98 59.2-98-58.5v-20.5l19 12.2 79-66.1-113.8-71.1L0 199.2l78 51.5v39.4l114 67.8 114-68.5v-39.2l78-51.2-78.2-63.1zM79.4 153.8l85.4 55.4-52.9 44.1-84.5-55.8 52-43.7zm139.8 55.4l85.4-55.4 52.1 43.6-84.5 55.8-53-44z"/><path d="M384 73.9L271 0l-79 66.1 113.8 70.8 78.2-63zm-164.8-8.4l52.9-46 84.5 56.8-52 41.6-85.4-52.4z"/></svg>
<svg class="tc-image-social-dropbox-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.75 37.02899932861328"><path d="M29.5 34.029h12v3h-12v-3zm6-14.25l6.25 6.25H38.5v7h-6v-7h-3.25l6.25-6.25zM18.542 5.935L7.176 12.858 0 6.999 11.374 0l7.168 5.934zm11.824 21.15L19.46 33.779V21.074l7.245 5.934 1.796-.97v.991h1.866v.055zM7.634 25.029l3.664 1.978 7.244-5.934v12.706L7.634 27.084V25.03zm10.152-4.564l-6.335 5.477-10.916-6.39 6.564-5.554 10.687 6.467zm8.765 5.477l-6.337-5.477 10.687-6.467 6.565 5.554-.279.163-1.687-1.686-6.452 6.452-2.497 1.462zm4.274-13.085L19.46 5.935 26.628.001 38 7l-7.175 5.858z"/></svg>
<svg class="tc-image-social-drupal tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.43400192260742 38.02899932861328"><path d="M32.071 24.178c.004 1.134-.353 3.185-1.233 4.47-.872 1.286-1.422 1.765-2.454 1.695-1.324-.105-3.984-4.194-5.673-4.262-2.129-.063-6.74 4.46-10.378 4.476-2.205.009-2.866-.318-3.601-.793C7.624 29 7.069 27.831 7.098 26.22c.027-2.858 2.695-5.538 6.076-5.587 4.295-.056 7.292 4.213 9.457 4.17 1.838-.042 5.35-3.648 7.078-3.654 1.835-.008 2.357 1.891 2.362 3.029zm-13.23 7.032c.402-.369 1.064-.957 1.687-1.215.624-.26.95-.224 1.54-.227.587-.002 1.215.032 1.655.325.44.291.702.948.848 1.31.15.368.003.588-.288.737-.256.145-.294.073-.553-.4-.257-.475-.48-.952-1.767-.946-1.284.005-1.688.448-2.31.962-.622.515-.843.7-1.065.407-.221-.291-.15-.585.253-.953zm6.379 3.056c-.185.182-1.87 1.362-3.852 1.554-1.983.19-4.665.311-6.286-1.147-.257-.256-.188-.62-.003-.766.183-.15.33-.261.55-.262.222 0 .182 0 .295.073.737.583 1.84 1.053 4.19 1.043 2.352-.01 4.004-.672 4.734-1.227.33-.257.477-.038.516.11.036.145.111.366-.144.622zm-.261-27.24c-1.951-1.201-3.794-1.668-5.634-2.87-1.141-.764-2.727-2.588-4.058-4.156-.245 2.527-1.013 3.557-1.893 4.294-1.864 1.469-3.04 1.912-4.654 2.799C7.365 7.795 0 12.217.038 21.663c.039 9.445 8.04 16.366 16.89 16.33 8.855-.036 16.506-6.473 16.466-16.175-.04-9.701-7.257-14.064-8.435-14.791z"/></svg>
<svg class="tc-image-social-engadget tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.08399963378906 38"><path d="M8.857 29.083c1.803-.004 1.663-.442 1.705-1.39-.012-.893-.275-1.571-.607-1.93-.336-.35-.813-.577-1.158-.688l-.306-.084H4.446c-.407.003-.664.086-.872.197-.206.11-.37.263-.509.443-.207.262-.331.84-.382 1.002v2.465l6.175-.015zm-6.53 8.223a4.637 4.637 0 0 1-1.555-1.552c-.668-1.097-.75-2.074-.767-2.187L0 33.503v-7.164l.023-.125c.017-.08.11-.548.41-1.157.3-.602.826-1.874 1.75-2.415a4.453 4.453 0 0 1 2.263-.584H8.7l.09.012c.083.013.656.093 1.403.42.739.326 1.687 1.42 2.345 2.507.437.72.71 1.641.707 2.697.003 1.042-.25 1.444-.677 2.15a4.336 4.336 0 0 1-1.537 1.51c-1.091.63-2.049.664-2.167.677l-6.181.001v.569l.02.105c.026.122.074 1.052.154 1.246.162.395.427.8.852 1.053.289.17.674.309 1.304.312h5.377V38H4.996c-1.047 0-1.957-.264-2.669-.694zM9.099 6.722c9.854.362 18.313 8.62 18.994 18.391h-2.69c-.327-4.04-2.343-7.914-5.047-10.62-2.847-2.845-6.96-4.905-11.257-5.088V6.722zm0 6.952c6.292.348 11.373 5.233 12.026 11.44h-2.704a10.102 10.102 0 0 0-2.874-5.81 10.092 10.092 0 0 0-6.448-2.94v-2.69zM9.099 0c14.214.173 25.823 11.158 26.985 25.113h-2.693a24.657 24.657 0 0 0-7.138-15.188A24.653 24.653 0 0 0 9.099 2.683V0z"/></svg>
<svg class="tc-image-social-etsy tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.654998779296875 38.758995056152344"><path d="M5.017 37.89c3.2-.139 7.089 0 10.879 0 3.912 0 7.918-.26 11.073 0 1.274.105 2.447.869 3.497.193.811-1.044.21-2.446.39-3.85.34-2.667 2.799-5.864-.779-6.545-1.524 1.39-.496 2.707-1.359 4.428-1.045 2.082-4.789 2.803-8.354 3.08-3.06.236-8.422.543-9.52-1.54-.926-1.76-.389-4.487-.389-6.738 0-2.546-.273-4.983.39-6.93 3.886.284 8.913-1.295 11.656.385 1.835 1.125.792 3.326 2.914 4.042 1.461-.392.681-2.28.583-4.042-.063-1.136-.058-2.731 0-4.043.078-1.77.761-3.823-1.167-3.85-1.514 1.178-.375 3.139-1.942 4.235-.501.351-1.589.5-2.33.578-2.911.308-7.479.057-9.91-.385-.334-3.548-.305-8.382 0-11.935 1.32-1.31 4.355-1.355 6.412-1.347 3.604.014 9.224.314 10.297 2.117.583.981.12 3.035 1.165 3.272 2.103.48 1.08-3.27 1.166-5.005.064-1.3.639-2.137.388-3.08-.68-.93-1.694-.463-2.33-.384-6.612.817-16.652.384-23.702.384-.841 0-2.312-.42-2.914.578C.725 3.732 3.76 2.812 4.822 4.01c.346.39.856 2.111.971 3.273.308 3.085 0 7.797 0 12.32 0 4.78.363 9.6 0 12.513-.126 1.017-.74 2.655-.97 2.887C3.499 36.325 0 34.861.353 37.699c1.23.827 3.01.264 4.664.191z"/></svg>
<svg class="tc-image-social-euro tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M138 224v-48h131.094l7.149-48H138v-1.83c0-35.92 14.975-58.086 79.25-58.086 26.264 0 55.867 2.498 93.189 8.742L320 11.866C281.988 3.123 249.306 0 214.057 0 99.326 0 50 41.225 50 117.43V128H0v48h50v48H0v48h50v26.57C50 374.774 99.297 416 214.027 416c35.25 0 67.848-3.123 105.859-11.866l-9.619-64.96c-37.322 6.244-66.781 8.742-93.045 8.742-64.276 0-79.223-18.739-79.223-63.086V272h116.795l7.148-48H138z"/></svg>
<svg class="tc-image-social-euro-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 416"><path d="M214.143 16c31.337 0 59.096 2.607 88.137 8.364l-5.06 34.148c-29.405-4.319-55.659-6.429-79.853-6.429-35.025 0-58.535 6.153-74.129 19.365C124.142 87.627 122 110.428 122 126.17V145h136.051l-2.383 16H122v80h121.752l-2.384 16H122v27.83c0 19.546 2.338 44.061 21.084 60.274 15.042 13.01 37.921 18.812 74.258 18.812 24.534 0 50.197-2.055 79.771-6.42l5.014 34.138C273.096 397.393 245.386 400 214.15 400c-52.591 0-91.43-9.08-115.565-26.987C76.615 356.711 66 332.361 66 298.57V257H16v-16h50v-80H16v-16h50v-27.57c0-33.791 10.613-58.142 32.582-74.442C122.715 25.08 161.552 16 214.143 16m.066-16C99.479 0 50 41.225 50 117.43V129H0v48h50v48H0v48h50v25.57C50 374.774 99.481 416 214.211 416c35.25 0 67.777-3.123 105.789-11.866l-9.411-64.96c-37.323 6.244-66.942 8.742-93.206 8.742-64.275 0-79.383-18.739-79.383-63.086V273h117.162l7.148-48H138v-48h131.461l7.149-48H138v-2.83c0-35.92 15.159-58.086 79.434-58.086 26.264 0 55.959 2.498 93.281 8.742L320 12C281.988 3.257 249.458 0 214.209 0z"/></svg>
<svg class="tc-image-social-evernote tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.42499542236328 37.89900207519531"><path fill-rule="evenodd" d="M22.061 18.25s.362-2.42 1.765-2.42c1.404 0 3.332 3.231 3.332 3.231s-4.398-.811-5.097-.811zm7.388-13.158c-.654-1.129-4.08-2.43-5.858-2.43H19.01S17.539 0 14.08 0c-3.46 0-3.228 1.543-3.228 2.86v5.325L9.283 9.84H2.04S0 11.19 0 14.108c0 2.917.904 13.084 6.984 14.024 7.192 1.114 8.424-2.229 8.424-2.63 0-1.693.042-4.258.042-4.258s2.107 4.024 5.287 4.024c3.181 0 5.03 1.827 5.03 3.708v3.482s-.118 2.18-1.987 2.18h-3.992s-1.31-1.021-1.31-2.432c0-1.41.64-1.794 1.388-1.794.748 0 1.362.087 1.362.087V27.53s-6.024-.04-6.024 4.573c0 4.611 3.15 5.796 5.677 5.796h4.114s7.43-.955 7.43-15.634c0-14.68-2.32-16.045-2.976-17.174zM7.687 8.167l-6.143-.006L9.241.417l.001 6.245-1.555 1.505z"/></svg>
<svg class="tc-image-social-facebook tc-image-button" width="22pt" height="22pt" viewBox="0 0 17.867000579833984 38"><path d="M3.966 7.36C3.966 8.317 4 13 4 13H0v6l3.966-.011L4 38h8V19l5.124-.011s.387-2.635.626-5.989H12s-.13-4.155-.13-4.807c0-.653.858-1.533 1.707-1.533h4.29V0h-5.833C3.772 0 3.966 6.403 3.966 7.36z"/></svg>
<svg class="tc-image-social-facebook-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M15.354 2.624C13.604.883 11.466 0 9 0 6.511 0 4.367.884 2.627 2.625.884 4.366 0 6.512 0 9c0 2.465.883 4.603 2.624 6.354C4.365 17.11 6.51 18 9 18c2.467 0 4.605-.89 6.356-2.643C17.111 13.604 18 11.465 18 9c0-2.488-.89-4.634-2.646-6.376zm-1.412 11.319c-1.137 1.139-2.436 1.788-3.942 1.985V11h2V9h-2V7.6a.6.6 0 0 1 .601-.6H12V5h-1.397c-.742 0-1.361.273-1.857.822C8.25 6.369 8 7.037 8 7.83V9H6v2h2v4.93c-1.522-.195-2.826-.845-3.957-1.984C2.668 12.562 2 10.944 2 9c0-1.966.667-3.588 2.042-4.96C5.412 2.667 7.034 2 9 2c1.945 0 3.562.668 4.945 2.043C15.328 5.415 16 7.037 16 9c0 1.941-.673 3.559-2.058 4.943z"/></svg>
<svg class="tc-image-social-facebook-heart tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.39399719238281 38.29999923706055"><path d="M3.966 7.36c0-.957-.195-7.36 8.068-7.36h5.832v6.66h-4.29c-.848 0-1.706.88-1.706 1.533L12 13h5.75a89.997 89.997 0 0 1-.627 5.989L12 19v19H4l-.034-19.011L0 19v-6h4l-.034-5.64zm34.07 12.91c6.358 6.926-7.25 16.879-9.715 17.998v.032l-.058-.032c-2.468-1.12-16.077-11.072-9.72-17.997 2.285-2.488 6.384-1.71 9.816 2.427 2.709-3.852 7.399-4.915 9.677-2.427z"/></svg>
<svg class="tc-image-social-facebook-heart-break tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.30699920654297 38.29999923706055"><path d="M3.966 7.36c0-.957-.195-7.36 8.068-7.36h5.832v6.66h-4.29c-.848 0-1.706.88-1.706 1.533L12 13h5.75a89.997 89.997 0 0 1-.627 5.989L12 19v19H4l-.034-19.011L0 19v-6h4l-.034-5.64zm34.017 13.008c6.324 6.888-7.21 16.787-9.663 17.9v.032l-.056-.032c-2.455-1.113-15.991-11.012-9.667-17.9 2.013-2.192 5.442-1.835 8.571 1.137l-1.594 8.502 2.717-1.019v9.169l3.395-12.564-2.716 1.018 1.676-6.146c2.562-1.82 5.63-1.96 7.337-.097z"/></svg>
<svg class="tc-image-social-facebook-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 192 384"><path d="M128 128V89.9c0-17.2 3.8-25.9 30.5-25.9H192V0h-55.9C67.6 0 45 31.4 45 85.3V128H0v64h45v192h83V192h56.4l7.6-64h-64zm42.2 48H112v192H61V176H16v-32h45V85.3c0-24.5 5.4-41.2 15.5-51.8 11.2-12 31.1-17.5 59.6-17.5H176v32h-17.5c-12 0-27.5 1.1-37.1 11.7-8.1 9-9.4 20.1-9.4 30.1V144h62l-3.8 32z"/></svg>
<svg class="tc-image-social-facebook-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 6.334C38 3.006 34.994 0 31.667 0H6.334C3.004 0 0 3.006 0 6.334v25.332C0 34.994 3.005 38 6.334 38H19V24h-5v-6h5v-3.156c0-4.256 3.196-8.088 7.127-8.088h5.118v6.333h-5.118c-.561 0-1.127.642-1.127 1.661V18h6.5l-.5 6h-6v14h6.667C34.994 38 38 34.994 38 31.666V6.334z"/></svg>
<svg class="tc-image-social-flickr tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 8"><path d="M4 8C1.794 8 0 6.206 0 4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2zm9-2c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"/></svg>
<svg class="tc-image-social-flickr-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 18c-2.489 0-4.635-.89-6.376-2.646C.883 13.603 0 11.465 0 9c0-2.488.884-4.634 2.627-6.375C4.367.884 6.512 0 9 0c2.466 0 4.604.883 6.354 2.624C17.109 4.366 18 6.512 18 9c0 2.465-.89 4.604-2.644 6.357C13.605 17.11 11.467 18 9 18zM9 2c-1.966 0-3.588.667-4.958 2.04C2.668 5.412 2 7.034 2 9c0 1.944.668 3.562 2.043 4.945C5.415 15.328 7.036 16 9 16c1.943 0 3.56-.673 4.941-2.057C15.327 12.559 16 10.941 16 9c0-1.963-.672-3.585-2.055-4.957C12.562 2.668 10.945 2 9 2zm-3 9.5c-1.379 0-2.5-1.121-2.5-2.5S4.621 6.5 6 6.5 8.5 7.621 8.5 9 7.379 11.5 6 11.5zm0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5S7.5 9.827 7.5 9 6.827 7.5 6 7.5zm6 4c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5 2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5z"/></svg>
<svg class="tc-image-social-forrst tc-image-button" width="22pt" height="22pt" viewBox="0 0 68.34599304199219 82"><path d="M68.346 82L34.141 0 0 81.853h28.801V64.984l-8.655-5.935 2.119-3.139 6.536 4.464V47.299h8.947v8.306l6.466-3.414 1.864 3.426-8.33 4.407v4.708l12.537-6.274 1.665 3.377-14.202 7.123v12.895h17.823V82z"/></svg>
<svg class="tc-image-social-foursquare tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 32.51200485229492"><path d="M36.71 12.412L17.685 27.387l-7.165-6.346c-.66.193-1.36.299-2.084.299-4 0-7.242-3.149-7.242-7.035 0-3.883 3.242-7.034 7.242-7.034s7.244 3.15 7.244 7.034c0 1.042-.24 2.03-.66 2.92l2.93 4.742L36.725 2.612M38 .001l-14.215 14.5-5.112-4.927-2.143 2.063c-1.139-3.245-4.312-5.58-8.04-5.58C3.805 6.057 0 9.745 0 14.294c0 4.512 3.73 8.173 8.36 8.236l10.277 9.982 11.806-11.469-1.127-1.168L38 13.155V0z"/></svg>
<svg class="tc-image-social-foursquare-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 325.14300537109375 450.2920227050781"><path d="M302.484 132.452l-27.399 137.185c1.763-7.151 15.46-76.844 27.399-137.185z"/><path d="M280.764 0H42.541C9.666 0 0 24.798 0 40.414v379.64c0 17.591 9.425 24.117 14.718 26.267 5.299 2.155 19.916 3.971 28.673-6.168 0 0 112.469-131.09 114.4-133.027 2.921-2.931 2.921-3.125 5.844-3.125h72.766c30.575 0 35.49-21.676 38.684-34.559l27.399-137.087c6.074-30.702 11.693-58.938 15.053-75.325C325.143 19.944 315.744 0 280.764 0zm-.338 64s-31.575 156.209-36.034 176.834C239 265.771 236.75 272 211 272h-62.375c-2.747 0-3.868-.147-6.049 2.041-1.443 1.447-78.168 89.562-78.168 89.562-19.034 23.396-26.909 31.795-29.033 31.795S32 395.398 32 356.99V59.708C32 35.034 32.3 32 61.198 32H256c30 0 30.834.833 24.426 32z"/><path d="M302.484 132.452l15.053-75.374c-3.359 16.388-8.978 44.672-15.053 75.374zM232.573 64H74.578C68.091 64 64 69.594 64 74.586v231.255c0 .67.402.975.935.36 0 0 48.202-55.725 54.056-63.021 5.848-7.289 8.491-8.182 17.233-8.182h62.212c6.549 0 10.24-5.75 10.913-8.982.671-3.228 10.536-48.213 11.732-54.119 1.191-5.897-4.214-11.898-9.722-11.898h-64.805c-7.803 0-7.554-5.653-7.554-13.476v-5.512c0-7.815-.282-13.012 7.516-13.012h75.313c4.911 0 10.208-4.442 11.102-8.662l8.468-44.042c1.34-6.472-3.571-11.295-8.826-11.295z"/></svg>
<svg class="tc-image-social-freebsd-devil tc-image-button" width="22pt" height="22pt" viewBox="0 0 521.6000366210938 448"><path d="M502.6 83c-22.5-43.7-58-51-58-51s15.5 32 16 51c.4 16.1-5.5 28-27.2 33.5s-30.8-2-47.8-17.5S344 72.5 313 71c-40-2-77 9-77 9-20-25 20-80 20-80-74.5 29.5-93.7 83.3-96 113.7-1.9 24.1 8.5 40.8 8.5 40.8s-.5 27.8-5 42c-3.1 9.8-16.9 25-26 34.5-12.2 12.7-12.5 38.5 0 57s44 27.5 67 39.5 31.5 21 31.5 21 1 8.3.5 15.3-3.2 14-9 18.2c-5.5 3.9-15.5.5-20.5-2s-5-6.2-10.5-8-7.3-4-6.5-11 2-9-3.5-18.5-18.5-9.5-29.5-8-17.3 6.8-17.3 6.8l-16.3-10s8.5-15.6 5.2-35.6c-7.3-43.8-50-62.8-50-62.8L89 277.3s1.1-2.6 6.4-6.4 8.1-3.6 8.1-3.6 6.6 7.6 9.1 25.3c2.5 18-6.7 27.2-6.7 27.2l-28.3-18 1-14.5L39.8 277 56 313.7l15-4 24 22.7s-15.7 11.7-33 11.7c-11 0-22-6-22-6s-1.4-1-.8-5.5c.7-5 6.8-12.5 6.8-12.5H0s27.3 38.7 65 38.7c31 0 44.2-12.5 44.2-12.5L128 365s3 5.5 0 7-7 3.5-9 15 18 29 18 29c21.8 17.8 7 32 7 32h272c-9-13-22.5-18-32-32 0 0-44.8-58.4-1.8-90.4 57.4-42.7 42.8-69.4 41.2-101.4 0 0 31.8-6.6 59.3-33.6s38.9-70.8 19.9-107.6zM195 171c-16.9 4.5-22.5 35.5-22.5 35.5 1.5-63 57.5-93 65-89s-6.5 39-21 64c0 0-8-14.1-21.5-10.5zm37 15s18-56 37.5-59.5 41.5 21 41.5 62-26 65.4-42.8 69.2c-16.5 3.8-23 2-23 2s27.5-21.6 23.5-56.8c-2.8-24.7-31.4-24.2-36.7-16.9z"/></svg>
<svg class="tc-image-social-game-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.00000762939453 72.00000762939453"><path d="M65 0H7a7 7 0 0 0-7 7v58a7 7 0 0 0 7 7h58a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zM41.955 5.229c10.658 0 19.298 8.641 19.298 19.299a19.2 19.2 0 0 1-3.482 11.039 16.854 16.854 0 0 0-10.465-3.634c-6.582 0-12.275 3.76-15.082 9.242-5.718-3.35-9.568-9.541-9.568-16.646 0-10.659 8.64-19.3 19.299-19.3zM5.852 32.931c0-11.635 8.755-21.22 20.036-22.54-3.324 3.774-5.356 8.713-5.356 14.138 0 7.981 4.373 14.928 10.845 18.614a17.449 17.449 0 0 0-.64 2.295 11.95 11.95 0 0 0-3.429-.505c-4.89 0-9.088 2.941-10.937 7.148-6.323-4.03-10.519-11.098-10.519-19.15zm21.454 34.145c-5.632 0-10.197-4.564-10.197-10.197 0-5.631 4.565-10.196 10.197-10.196 5.631 0 10.197 4.565 10.197 10.196 0 5.633-4.566 10.197-10.197 10.197zm20-3.25a14.862 14.862 0 0 1-8.782-2.87c.463-1.274.729-2.643.729-4.077 0-4.689-2.708-8.735-6.639-10.691 1.269-6.968 7.357-12.255 14.693-12.255 8.255 0 14.947 6.692 14.947 14.946-.001 8.256-6.693 14.947-14.948 14.947z"/></svg>
<svg class="tc-image-social-gdgt tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.20000457763672 38.000003814697266"><path d="M5.7 20.9V5.7h17.1v15.2M0 1.9v22.8l1.9 1.9h20.9v5.7H1.9v3.8L3.8 38h22.8l1.9-1.9v-9.5l5.7-11.4V3.8l-5.7 13.096V1.901L26.6 0H1.9L0 1.9z"/></svg>
<svg class="tc-image-social-github tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.66299819946289 40.4900016784668"><path d="M18.176 31.379c.37 4.095-7.923 4.277-8.882 1.425-.807-2.403.198-3.084 2.578-3.703 2.696-.702 6.055-.462 6.304 2.278zm-7.735-17.943c-4.193-9.134 9.639-8.478 5.443 0-1.377 1.02-4.084 1.121-5.443 0zm13.75-11.963c-3.407 2.13-6.92.333-9.453 0C3.555 0 0 13.046 8.148 18.277c-2.098 1.086-1.96 6.617.287 7.404-5.294.606-6.276 8.067-3.438 11.109 3.453 3.7 14.075 3.455 17.19 0 2.174-2.413 2.476-7.388.571-9.683-1.736-2.094-10.448-2.41-10.312-5.697.094-2.296 3.244-1.935 5.156-2.848 3.598-1.72 5.711-6.866 4.297-10.824.803-.15 1.49-.418 2.293-.569V1.473z"/></svg>
<svg class="tc-image-social-github-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 18c-4.963 0-9-4.038-9-9s4.037-9 9-9 9 4.038 9 9-4.037 9-9 9zM9 2C5.141 2 2 5.14 2 9s3.141 7 7 7 7-3.14 7-7-3.141-7-7-7zm1.565 7.626c.171 0 .316.084.441.255.124.169.187.378.187.625 0 .248-.062.457-.187.626-.125.169-.271.254-.441.254-.181 0-.337-.084-.461-.254-.124-.169-.187-.378-.187-.626s.062-.456.187-.625c.125-.171.281-.255.461-.255m2.21-2.289c.482.522.725 1.155.725 1.898 0 .482-.057.915-.166 1.301a3.196 3.196 0 0 1-.42.939 2.717 2.717 0 0 1-.627.635 3.26 3.26 0 0 1-.685.401c-.208.085-.446.15-.716.196a5.221 5.221 0 0 1-.606.079l-.44.009-.352.01-.488.011-.488-.011-.352-.01-.44-.009a5.168 5.168 0 0 1-.606-.079 3.272 3.272 0 0 1-.716-.196 3.189 3.189 0 0 1-.684-.401 2.74 2.74 0 0 1-.628-.635 3.196 3.196 0 0 1-.42-.939A4.78 4.78 0 0 1 4.5 9.235c0-.743.242-1.376.725-1.898-.053-.026-.056-.286-.008-.782a4.65 4.65 0 0 1 .319-1.37c.602.064 1.343.404 2.23 1.017.3-.078.71-.118 1.233-.118.549 0 .959.04 1.234.118a8.291 8.291 0 0 1 1.16-.666c.374-.168.644-.267.814-.293l.254-.058c.172.417.277.875.32 1.37.05.496.047.756-.006.782m-3.754 5.027c1.083 0 1.899-.129 2.454-.39.553-.26.833-.796.833-1.605 0-.469-.176-.861-.529-1.174a1.192 1.192 0 0 0-.638-.313c-.238-.039-.607-.039-1.104 0-.495.04-.834.058-1.016.058-.248 0-.517-.013-.851-.039l-.783-.049a2.408 2.408 0 0 0-.616.069 1.235 1.235 0 0 0-.55.273c-.336.3-.507.691-.507 1.174 0 .809.274 1.345.821 1.605.547.261 1.361.39 2.444.39M7.455 9.626c.17 0 .316.084.44.255.124.169.187.378.187.625 0 .248-.062.457-.187.626-.124.169-.271.254-.44.254-.182 0-.337-.084-.462-.254-.124-.169-.187-.378-.187-.626s.062-.456.187-.625c.125-.171.28-.255.462-.255"/></svg>
<svg class="tc-image-social-github-octocat tc-image-button" width="22pt" height="22pt" viewBox="0 0 68.77000427246094 56.165992736816406"><path d="M29.143 24.665c0 1.76-.992 3.186-2.214 3.186-1.223 0-2.214-1.426-2.214-3.186s.99-3.188 2.214-3.188c1.222 0 2.214 1.427 2.214 3.188zm17.815 0c0 1.76-.991 3.186-2.214 3.186-1.222 0-2.214-1.426-2.214-3.186s.992-3.188 2.214-3.188c1.223 0 2.214 1.427 2.214 3.188zM36.393 28.85a.83.83 0 1 1-1.661 0 .83.83 0 0 1 1.661 0zm-2.765 2.1a.267.267 0 0 1 .503-.178 1.514 1.514 0 0 0 1.425 1.008c.638 0 1.21-.405 1.424-1.008a.267.267 0 1 1 .503.178 2.05 2.05 0 0 1-1.927 1.364 2.05 2.05 0 0 1-1.928-1.364zm35.089-3.466c-5.903-1.18-9.326-1.182-12.95-1.027-.132.438-.28.865-.45 1.274 3.578.105 7.272 1.602 13.334 3.313l-.072.256c-6.097-1.72-9.833-3.207-13.375-3.304-1.788 4.057-5.669 6.668-13.755 7.47 1.387.941 2.806 2.726 2.806 6.094v8.64s.178 2.137 2.137 2.85c0 0 1.157.8-.09 1.246 0 0-5.432.445-5.432-4.008v-6.59s.215-2.43-1.068-3.429v10.732s.088 2.582 1.424 3.562c0 0 .89 1.603-1.068 1.158 0 0-3.74-.534-3.919-4.898l-.085-10.955h-.899l-.085 10.955c-.178 4.364-3.919 4.898-3.919 4.898-1.96.445-1.068-1.158-1.068-1.158 1.336-.98 1.424-3.562 1.424-3.562V40.176c-1.283.908-1.068 3.522-1.068 3.522v6.59c0 4.453-5.433 4.008-5.433 4.008-1.247-.445-.089-1.247-.089-1.247 1.96-.712 2.138-2.85 2.138-2.85v-6.044c-8.415 1.877-10.158-3.973-10.158-3.973-1.336-3.43-3.274-4.344-3.274-4.344-2.695-1.848.2-1.804.2-1.804 2.985.223 4.544 3.074 4.544 3.074 2.785 4.791 7.428 3.079 8.894 2.378.446-2.08 1.543-3.31 2.62-4.033-7.583-.818-11.845-3.42-14.007-7.45-3.584.11-9.816 2.142-15.783 3.825l-.073-.257c5.921-1.67 12.099-3.714 15.717-3.83-.211-.42-.4-.853-.57-1.299-3.659-.139-9.509-.626-15.212.514L0 26.694c5.67-1.134 11.484-.657 15.165-.523-.769-2.157-1.084-4.638-1.084-7.404 0-3.663 1.324-6.651 3.493-8.992-.346-.849-1.488-4.265.358-8.88 0 0 2.827-.895 9.232 3.475 2.687-.737 5.567-1.1 8.418-1.1 2.591 0 5.178.3 7.61.907C49.397.024 52.14.895 52.14.895c1.556 3.89.99 6.928.566 8.295 2.425 2.42 3.919 5.601 3.919 9.577 0 2.773-.18 5.259-.78 7.42 3.65-.153 7.045-.14 12.925 1.035l-.053.262zM48.715 18.58c-2.874-2.601-7.712-1.2-13.2-1.2-5.508 0-10.365-1.387-13.234 1.232-1.72 1.571-2.726 3.465-2.726 5.504 0 8.518 7.146 9.846 15.96 9.846 8.815 0 15.96-.26 15.96-9.846 0-2.052-1.018-3.958-2.76-5.536z"/></svg>
<svg class="tc-image-social-github-octocat-solid tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.61399841308594 38.55500411987305"><path d="M36.223 0c.645 1.465 1.063 3.897.44 5.678 2.55 2.177 3.426 7.47 2.195 11.794 3.634.278 7.962-.133 10.756.983-2.612-.336-6.178-.995-9.548-.765-.638.043-1.584-.025-1.537.873 3.9.306 7.775.64 10.977 1.639-3.176-.52-7.031-1.309-10.977-1.42-1.63 3.218-4.911 4.798-9.44 5.131.487 1.06 1.42 1.463 1.647 3.167.34 2.546-.531 6.274.328 7.971.412.813 1.084.835 1.537 1.53-1.109 1.313-3.858-.147-4.172-1.53-.536-2.367.817-6.038-.658-7.643.105 2.582-.61 6.21.11 8.516.284.908 1.104 1.258.879 2.076-5.155.524-3.002-6.673-3.844-10.92-.777.056-.436 1.165-.438 1.638-.023 4.148.848 9.837-3.622 9.282-.132-.871.6-1.168.877-1.964.817-2.334-.153-5.812.222-8.628-1.706 1.286.179 5.777-.878 8.08-.61 1.325-2.573 1.902-4.062 1.31.194-.987 1.214-.828 1.645-1.747.605-1.282.005-3.128.22-5.023-3.158.63-5.607-.091-6.805-2.074-.537-.891-.67-1.94-1.319-2.73-.645-.79-1.675-.895-1.974-1.964 3.911-.942 4.06 4.025 7.574 4.148 1.077.039 1.637-.312 2.634-.545.279-1.253.877-2.187 1.756-2.841-4.37-.598-7.98-1.96-9.659-5.24-3.974.196-7.61.727-10.978 1.528 3.057-1.11 6.828-1.508 10.868-1.638-.238-1.432-2.325-1.038-3.622-.982-2.408.106-5.44.405-7.355.765 2.776-.99 6.67-.866 10.429-.874-1.15-3.605-.752-9.333 1.756-11.465-.71-1.791-.49-4.72.44-6.116 2.799.126 4.497 1.347 6.256 2.512 2.182-.62 4.475-.928 7.464-.765 1.258.07 2.565.635 3.511.546.929-.087 1.953-1.13 2.854-1.528C33.886.246 34.88.048 36.223 0z"/></svg>
<svg class="tc-image-social-github-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 102.9 0 229.7c0 101.5 64.2 187.5 153.2 217.9 1.4.3 2.6.4 3.8.4 8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1-8.4 1.9-15.9 2.7-22.6 2.7-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1 10.5 0 20-3.4 25.6-6 2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8 0 0 1.6-.5 5-.5 8.1 0 26.4 3.1 56.6 24.1 17.9-5.1 37-7.6 56.1-7.7 19 .1 38.2 2.6 56.1 7.7 30.2-21 48.5-24.1 56.6-24.1 3.4 0 5 .5 5 .5 12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5 1.2 0 2.6-.1 4-.4C383.9 417.2 448 331.1 448 229.7 448 102.9 347.7 0 224 0zm-78.4 416.1c2.2 0 4.4-.1 6.7-.2 0 2.8 0 5.5.1 7.9 0 2.4 0 4.6.1 6.5-15.6-5.8-30.3-13.5-44.1-23 9.8 5.3 22.1 8.8 37.2 8.8zm11.4-72.9c-.8 2.2-1.5 4.5-2.1 6.9-3.4 1-7.5 1.8-11.7 1.8-10.9 0-19-5.4-25.6-16.9-2.4-4.6-6.8-10.7-12.9-16.3 16.8 14.1 36.3 20.9 52.3 24.5zm190 58.9c-15.8 11.9-33 21.3-51 28.2v-56.9c0-12.4-2.1-22.5-5-30.5 37.2-8.3 92-33.7 92-125.4 0-24.6-7.1-46.5-21.2-65.1 3.1-12.9 5.5-35.6-5.1-63l-2.7-7.1-7.2-2.4c-1.5-.5-4.8-1.3-10-1.3-11.5 0-30.9 4.1-59.5 22.8-17-4.2-34.8-6.4-53.1-6.4h-.3c-18.3 0-36.2 2.2-53.1 6.4-28.6-18.7-48-22.8-59.5-22.8-5.2 0-8.5.9-10 1.4l-7.2 2.4-2.7 7.1c-10.6 27.5-8.2 50.2-5.1 63-14.1 18.7-21.2 40.6-21.2 65.1 0 49.6 16 79.9 36.6 98.5-8.1-6.6-18.6-12.1-31.2-13h-1.3c-13.1 0-22.3 5.4-25.2 14.7-4.7 14.8 9.8 25 14.6 28.4l.5.6 1.5.6c1.6 1 10.1 7 16.9 24.5 2 6.2 6.3 14.5 13.6 22.2-13.1-11.2-24.8-24-34.9-38.1C29.9 319.2 16 275.5 16 229.7c0-28.9 5.5-56.9 16.4-83.3 10.5-25.5 25.5-48.3 44.7-67.9 19.1-19.6 41.4-35 66.1-45.7C168.8 21.7 196 16 224 16s55.2 5.6 80.8 16.7c24.8 10.7 47 26.1 66.1 45.7 19.1 19.6 34.2 42.5 44.7 67.9 10.9 26.4 16.4 54.4 16.4 83.3 0 45.8-13.8 89.5-40.1 126.3-12.6 17.7-27.7 33.2-44.9 46.2z"/></svg>
<svg class="tc-image-social-google tc-image-button" width="22pt" height="22pt" viewBox="0 0 287.9989929199219 384.10498046875"><path d="M210.102 211.559l-18.187-13.653-.063-.051c-5.827-4.579-9.952-8.313-9.952-14.685 0-6.979 5.049-11.824 10.896-17.436l.466-.449c20.025-15.171 44.726-34.286 44.726-74.556 0-26.934-11.916-44.729-23.28-57.729h12.969l60.322-33H154.548c-25.324 0-62.68 3.225-94.561 28.576l-.128.25C38.05 46.937 25.031 73.41 25.031 99.517c0 21.197 8.706 42.159 23.885 57.447 21.428 21.579 48.302 26.127 67.074 26.127 1.462 0 2.956-.028 4.47-.093-.759 2.969-1.25 6.321-1.25 10.321 0 10.926 3.628 19.301 8.083 26.195-23.963 1.932-58.148 6.477-84.897 22.278C3.061 264.354 0 297.667 0 307.343c0 38.207 35.707 76.762 115.479 76.762 91.611 0 139.543-49.792 139.543-98.979-.001-37.159-22.837-55.668-44.92-73.567zM84.725 75.895c0-13.359 3.02-23.457 9.255-30.9 6.514-7.852 18.18-13.129 29.028-13.129 19.881 0 32.938 15.008 40.388 27.598 9.199 15.539 14.913 36.095 14.913 53.643 0 4.942 0 19.983-10.188 29.796-6.951 6.686-18.707 11.353-28.59 11.353-20.503 0-33.453-14.705-40.707-27.041-10.395-17.684-14.099-38.105-14.099-51.32zm121.115 228.08c0 27.444-25.212 44.493-65.799 44.493-48.058 0-80.347-20.603-80.347-51.265 0-26.14 21.54-36.789 37.8-42.521 18.944-6.064 44.297-7.305 50.062-7.305 3.907 0 6.087 0 8.683.229 36.701 25.211 49.601 36.128 49.601 56.369z"/></svg>
<svg class="tc-image-social-google-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 256.1060485839844 383.9999694824219"><path d="M191.461 18.141c11.779 9.576 36.43 29.718 36.43 68.043 0 37.295-21.547 54.934-43.094 71.545-6.695 6.561-14.385 13.608-14.385 24.701 0 11.092 7.689 17.153 13.336 21.671l18.473 14.108c22.598 18.641 43.125 35.795 43.125 70.559 0 47.373-46.721 95.232-135.003 95.232C35.915 384 0 349.234 0 311.939c0-18.139 9.245-43.827 39.525-61.48 31.798-19.142 74.952-21.657 98.023-23.172-7.178-9.078-15.382-18.67-15.382-34.265 0-8.577 2.557-13.609 5.12-19.655-5.648.5-11.283 1-16.42 1-54.408 0-85.214-39.811-85.214-79.107 0-23.186 10.802-48.902 32.856-67.543C87.777 4.031 122.69 0 150.381 0h105.725L223.26 18.141h-31.799zm-36.453 223.755c-4.137-.501-6.684-.501-11.793-.501-4.629 0-32.348 1.002-53.895 8.049-11.3 4.046-44.146 16.125-44.146 51.918 0 35.78 35.393 61.467 90.339 61.467 49.283 0 75.432-23.156 75.432-54.404.001-25.718-16.921-39.312-55.937-66.529m14.879-95.748c11.824-11.592 12.844-27.73 12.844-36.793 0-36.281-22.086-92.73-64.671-92.73-13.339 0-27.724 6.547-35.948 16.639-8.722 10.593-11.284 24.188-11.284 37.281 0 33.764 20.005 89.727 64.163 89.727 12.826-.001 26.656-6.06 34.896-14.124"/></svg>
<svg class="tc-image-social-google-plus tc-image-button" width="22pt" height="22pt" version="1" viewBox="0 0 14.799999237060547 14.89999771118164"><path d="M7.7 8.5L7 8c-.2-.2-.5-.4-.5-.8s.3-.7.6-1c.8-.6 1.7-1.3 1.7-2.8 0-1.5-.9-2.3-1.4-2.7h1.2L9.8 0H5.7c-1 0-2.4.2-3.5 1.1C1.4 1.8 1 2.8 1 3.7c0 1.5 1.2 3.1 3.3 3.1h.6c-.1.2-.2.4-.2.7 0 .6.3 1 .6 1.3-.9.1-2.5.2-3.8.9-1.2.7-1.5 1.7-1.5 2.4 0 1.5 1.4 2.8 4.2 2.8 3.4 0 5.2-1.9 5.2-3.7 0-1.3-.8-1.9-1.7-2.7zM5.2 6.3c-1.7 0-2.5-2.2-2.5-3.5 0-.5.1-1 .4-1.5.3-.4.9-.7 1.4-.7C6.1.6 7 2.8 7 4.2c0 .4 0 1-.5 1.4-.3.4-.9.7-1.3.7zm0 7.9c-2.1 0-3.5-1-3.5-2.4s1.3-1.9 1.7-2c.8-.3 1.9-.3 2.1-.3H6c1.5 1.1 2.1 1.6 2.1 2.6 0 1.2-1 2.1-2.9 2.1zM11.8 7h-2V6h2V4.1l1-.1v2h2v1h-2v2h-1z"/></svg>
<svg class="tc-image-social-google-plus-circular tc-image-button" width="22pt" height="22pt" version="1" viewBox="0 0 18 18"><path d="M9.8 10.1l-.4-.3c-.1-.1-.3-.2-.3-.5l.3-.6c.5-.4 1-.8 1-1.7s-.6-1.4-.8-1.6h.7L11 5H8.6c-.6 0-1.4.1-2.1.6-.5.4-.8 1-.8 1.6 0 .9.7 1.9 2 1.9h.4c-.1.1-.1.2-.1.4 0 .4.2.6.4.8-.5 0-1.5.1-2.3.5-.7.4-.9 1-.9 1.4 0 .9.8 1.7 2.5 1.7 2 0 3.1-1.1 3.1-2.2 0-.7-.5-1.1-1-1.6zM8.2 8.8c-1 0-1.5-1.3-1.5-2.1.1-.4.1-.7.3-.9s.5-.4.8-.4c1 0 1.5 1.3 1.5 2.2 0 .2 0 .6-.3.9-.1.1-.5.3-.8.3zm.1 4.7c-1.3 0-2.1-.6-2.1-1.4 0-.8.8-1.1 1-1.2.5-.2 1.1-.2 1.2-.2h.3c.9.6 1.3 1 1.3 1.6 0 .7-.6 1.2-1.7 1.2zM12 9h-1V8h1V7h1v1h1v1h-1v1h-1zm-3 9c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9zM9 2C5.1 2 2 5.1 2 9s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/></svg>
<svg class="tc-image-social-googleplus tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384.0999755859375"><path d="M210.1 211.6l-18.2-13.7-.1-.1c-5.8-4.6-10-8.3-10-14.7 0-7 5-11.8 10.9-17.4l.5-.4c20-15.2 44.7-34.3 44.7-74.6 0-26.9-11.9-44.7-23.3-57.7h13L288 0H154.5c-25.3 0-62.7 3.2-94.6 28.6l-.1.3C38 46.9 25 73.4 25 99.5c0 21.2 8.7 42.2 23.9 57.4C70.3 178.5 97.2 183 116 183c1.5 0 3 0 4.5-.1-.8 3-1.2 6.3-1.2 10.3 0 10.9 3.6 19.3 8.1 26.2-24 1.9-58.1 6.5-84.9 22.3C3.1 264.4 0 297.7 0 307.3c0 38.2 35.7 76.8 115.5 76.8 91.6 0 139.5-49.8 139.5-99 0-37.1-22.8-55.6-44.9-73.5zM84.7 75.9c0-13.4 3-23.5 9.3-30.9 6.5-7.9 18.2-13.1 29-13.1 19.9 0 32.9 15 40.4 27.6 9.2 15.5 14.9 36.1 14.9 53.6 0 4.9 0 20-10.2 29.8-7 6.7-18.7 11.4-28.6 11.4-20.5 0-33.5-14.7-40.7-27-10.4-17.8-14.1-38.2-14.1-51.4zM205.8 304c0 27.4-25.2 44.5-65.8 44.5-48.1 0-80.3-20.6-80.3-51.3 0-26.1 21.5-36.8 37.8-42.5 18.9-6.1 44.3-7.3 50.1-7.3 3.9 0 6.1 0 8.7.2 36.6 25.2 49.5 36.1 49.5 56.4z"/><path d="M370 78V0h-34v78h-80v34h80v81h34v-81h78V78z"/></svg>
<svg class="tc-image-social-googleplus-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 384.0000305175781"><path d="M191.5 18.1c11.8 9.6 36.4 29.7 36.4 68 0 37.3-21.5 54.9-43.1 71.5-6.7 6.6-14.4 13.6-14.4 24.7s7.7 17.2 13.3 21.7l18.5 14.1c22.6 18.6 43.1 35.8 43.1 70.6 0 47.4-46.7 95.2-135 95.2C35.9 384 0 349.2 0 311.9c0-18.1 9.2-43.8 39.5-61.5 31.8-19.1 75-21.7 98-23.2-7.2-9.1-15.4-18.7-15.4-34.3 0-8.6 2.6-13.6 5.1-19.7-5.6.5-11.3 1-16.4 1-54.4 0-85.2-39.8-85.2-79.1 0-23.2 10.8-48.9 32.9-67.5C87.8 4 122.7 0 150.4 0h105.7l-32.8 18.1h-31.8zM155 241.9c-4.1-.5-6.7-.5-11.8-.5-4.6 0-32.3 1-53.9 8-11.3 4-44.1 16.1-44.1 51.9s35.4 61.5 90.3 61.5c49.3 0 75.4-23.2 75.4-54.4 0-25.7-16.9-39.3-55.9-66.5m14.9-95.8c11.8-11.6 12.8-27.7 12.8-36.8 0-36.3-22.1-92.7-64.7-92.7-13.3 0-27.7 6.5-35.9 16.6-8.7 10.6-11.3 24.2-11.3 37.3 0 33.8 20 89.7 64.2 89.7 12.8.1 26.6-6 34.9-14.1M448 78.3h-78.3V.1H352v78.2h-79.7v17.8H352V177h17.7V96.1H448z"/></svg>
<svg class="tc-image-social-grooveshark tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path fill-rule="evenodd" d="M29.23 24.846c-1.46 0-2.921-2.922-2.921-2.922s-2.078-7.311-11.692-8.77c.846 13.152-4.02 11.571-5.85 11.692-1.827.12-2.886-2.531-2.886-5.846 0-7.244 5.874-13.119 13.12-13.119 7.245 0 12.945 5.875 13.118 13.119.038 1.462-1.427 5.846-2.888 5.846zM19 0C8.507 0 0 8.507 0 19s8.507 19 19 19c10.492 0 19-8.507 19-19S29.492 0 19 0z"/></svg>
<svg class="tc-image-social-hacker-news tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.00000762939453 72.00000762939453"><path d="M65 0H7a7 7 0 0 0-7 7v58a7 7 0 0 0 7 7h58a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zM39.134 38.654V55.83h-5.267V38.714L21.12 15.494h5.925l5.685 11.132c1.556 3.051 2.752 5.505 4.01 8.318h.12c1.137-2.634 2.514-5.268 4.07-8.318l5.805-11.132h5.924l-13.525 23.16z"/></svg>
<svg class="tc-image-social-hackernews tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M0 0v384h384V0H0zm214 215v72h-40v-72L108 95h47.1l39.7 83.6 38-83.6H278l-64 120z"/></svg>
<svg class="tc-image-social-hackernews-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M352 32v320H32V32h320m32-32H0v384h384V0z"/><path d="M232.7 95H278l-63.9 120v72h-39.9v-72L108 95h47.1l39.7 83.6L232.7 95z"/></svg>
<svg class="tc-image-social-hi5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 93.16700744628906 43.83899688720703"><path d="M89.696 15.993L90.427 0H59.151l-1.564 8.465V2.337H40.416v7.947h-5.567v1.736c-3.268-2.575-8.316-2.712-12.109-1.3V0H.001v15.041h2.956v12.864H0v14.903h60.542v-1.955c3.732 2.115 8.155 2.986 12.412 2.986 5.88 0 10.547-1.768 13.888-4.518 3.461-2.849 5.606-7.444 5.994-12.132.331-4.007-.623-8.084-3.14-11.196zm-45.334-9.71h9.279v6.255h-9.279V6.283zm-6.264 32.58H21.811v-7.011h1.557V23.29c0-4.036-4.575-2.609-4.575 4.052v4.51h1.375v7.011H3.947v-7.011h2.955V11.095H3.947V3.947h14.846V19.1c1.955-3.149 4.606-5.295 8.998-5.295 6.221 0 7.154 5.391 7.154 7.53v10.517h3.152v7.011zm18.498 0H38.863v-7.011h2.887V21.404h-2.956V14.23H53.64v17.621h2.956v7.012zm16.358 1.031c-6.803 0-12.444-2.532-14.475-6.278-2.098-3.868-.452-9.839 4.657-9.849 3.333-.006 5.436 1.477 4.732 5.283-.884 2.564.797 3.414 2.423 3.414 2.464 0 4.336-2.837 4.464-5.733.12-2.721-1-5.366-3.508-5.395-1.017-.012-2.227.371-3.379 1.778l-8.77-1.183 3.323-17.985h23.886l-.43 9.416H70.113l-.362 3.016c2.267-1.005 4.984-1.689 7.482-1.689 6.628 0 11.978 3.343 11.667 12.077 0 6.738-5.512 13.128-15.946 13.128z"/></svg>
<svg class="tc-image-social-html5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M0 0l34.936 403.213L191.769 448l157.245-44.854L384 0H0zm307.997 132h-184l3.991 51h176.008l-13.505 151.386-98.5 28.094-98.682-27.976L86.545 257h48.254l3.423 39.287 53.769 14.781 53.422-14.915L250.987 232H83.986L71.415 82.411l240.789.016L307.997 132z"/></svg>
<svg class="tc-image-social-html5-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M0 0l34.936 403.301L191.769 448l157.245-44.705L384 0H0zm319.041 378.51l-127.262 36.187-126.867-36.169L34.896 32H349.1l-30.059 346.51z"/><path d="M83.991 232h166.993l-5.573 63.986-53.42 14.748-53.766-14.67L134.801 257H86.55l6.763 77.336 98.678 27.81 98.495-27.983L303.991 183h-176L124 132h183.991l4.208-49.684-240.778-.128z"/></svg>
<svg class="tc-image-social-indiegogo tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.16375732421875 38.16376495361328"><path d="M1.758 10.242a4.5 4.5 0 0 1 6.364 0l8.84 8.84-6.365 6.363-8.84-8.839a4.5 4.5 0 0 1 0-6.364zm26.163 19.8a4.5 4.5 0 1 1-6.364 6.363l-2.475-2.474 6.364-6.364 2.475 2.475z"/><path fill-opacity=".804" d="M10.243 1.757a4.5 4.5 0 0 1 6.364 0l2.475 2.474-6.364 6.364-2.475-2.475a4.5 4.5 0 0 1 0-6.364zm26.163 19.8a4.5 4.5 0 0 1-6.364 6.363l-8.839-8.839 6.364-6.364 8.84 8.84z"/><path fill-opacity=".404" d="M1.758 27.92a4.5 4.5 0 0 1 0-6.364l2.474-2.475 6.364 6.364-2.475 2.475a4.5 4.5 0 0 1-6.364 0zm19.8-26.163a4.5 4.5 0 0 1 6.363 6.364l-8.839 8.84-6.364-6.365 8.84-8.84z"/><path fill-opacity=".604" d="M10.243 36.405a4.5 4.5 0 0 1 0-6.364l8.84-8.839 6.363 6.364-8.839 8.84a4.5 4.5 0 0 1-6.364 0zm19.8-26.163a4.5 4.5 0 1 1 6.363 6.364l-2.474 2.475-6.364-6.364 2.475-2.475z"/></svg>
<svg class="tc-image-social-instagram tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M15 0H3C1.3 0 0 1.3 0 3v12c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V3c0-1.7-1.3-3-3-3zM9 6c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3zm3.8-2c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2-.5 1.2-1.2 1.2-1.2-.5-1.2-1.2zM15 16H3c-.6 0-1-.4-1-1V9h2c0 2.8 2.2 5 5 5s5-2.2 5-5h2v6c0 .6-.4 1-1 1z"/></svg>
<svg class="tc-image-social-instagram-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm2.8-2c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2-.5 1.2-1.2 1.2-1.2-.5-1.2-1.2zM9 16c-3.9 0-7-3.1-7-7h3c0 2.2 1.8 4 4 4s4-1.8 4-4h3c0 3.9-3.1 7-7 7z"/></svg>
<svg class="tc-image-social-instagram-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M384 47.5C384 21.267 362.733 0 336.5 0h-289C21.267 0 0 21.267 0 47.5v289C0 362.733 21.267 384 47.5 384h289c26.233 0 47.5-21.267 47.5-47.5v-289zm-191.5 63.833c44.182 0 80 35.816 80 80s-35.818 80-80 80-80-35.816-80-80 35.818-80 80-80zM352 96c0 8.836-7.163 16-16 16h-48c-8.837 0-16-7.164-16-16V48c0-8.836 7.163-16 16-16h48c8.837 0 16 7.164 16 16v48zm-15 256H49c-8.822 0-17-8.178-17-17V160h53.072c-3.008 10-4.572 20.647-4.572 31.583 0 29.917 11.65 57.917 32.805 79.071s49.279 32.741 79.195 32.741 58.041-11.681 79.195-32.835 32.805-49.044 32.805-78.961c0-10.936-1.563-21.599-4.572-31.599H352v175c0 8.822-6.178 17-15 17z"/></svg>
<svg class="tc-image-social-instapaper tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 38"><path d="M5 6c0-1.05-.95-2-2-2H0V0h16v4h-3c-1.05 0-2 .95-2 2v26c0 1.05.95 2 2 2h3v4H0v-4h3c1.05 0 2-.95 2-2V6z"/></svg>
<svg class="tc-image-social-javascript tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M176 8.001H96v212.498c0 52.58-18.032 67.261-49.412 67.261-14.705 0-27.948-2.521-38.25-6.063L0 343.904C14.7 348.966 37.259 352 54.907 352 126.955 352 176 318.129 176 221.02V8.001zM350.463 0C273.02 0 224 43.998 224 102.154c0 50.083 37.751 81.44 92.641 101.665 39.7 14.158 55.392 26.808 55.392 47.539 0 22.756-18.139 37.425-52.448 37.425-31.863 0-60.789-10.64-80.394-21.255v-.021L224 330.727c18.639 10.638 53.441 21.255 91.167 21.255C405.854 351.98 448 303.43 448 246.284c0-48.55-26.958-79.9-85.278-102.163-43.139-17.191-61.27-26.795-61.27-48.542 0-17.2 15.688-32.869 48.043-32.869 31.846 0 53.744 10.707 66.505 17.291l19.125-64C415.125 7.22 388.188 0 350.463 0z"/></svg>
<svg class="tc-image-social-javascript-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M160 24.001v197.017c0 41.567-9.644 71.988-28.662 90.417C114.278 327.965 89.277 336 54.907 336c-12.002 0-25.78-1.496-37.185-3.886l4.09-30.505c7.146 1.269 15.465 2.149 24.774 2.149 21.92 0 37.892-6.459 48.827-19.745C106.73 270.268 112 250.085 112 220.499V24.001h48m16-16H96v212.498c0 52.58-18.032 67.261-49.412 67.261-14.705 0-27.948-2.521-38.25-6.063L0 343.904C14.7 348.966 37.259 352 54.907 352 126.955 352 176 318.129 176 221.02V8.001zM350.463 16c24.458 0 45.898 3.146 65.1 9.585l-9.581 32.062c-13.612-5.505-32.536-10.937-56.486-10.937-18.607 0-34.462 4.584-45.849 13.256-11.732 8.936-18.194 21.583-18.194 35.613 0 34.974 33.062 48.149 71.347 63.405l.107.043.108.041c26.977 10.299 45.938 22.261 57.969 36.572C426.593 209.451 432 225.543 432 246.284c0 25.177-9.333 46.71-26.99 62.274-20.35 17.939-51.417 27.422-89.843 27.422-28.052 0-54.698-6.427-72.615-13.979l7.593-31.603c17.579 7.248 41.882 14.382 69.438 14.382 20.28 0 36.629-4.478 48.591-13.306 12.807-9.45 19.857-23.697 19.857-40.119 0-15.348-6.041-27.922-18.469-38.444-10.157-8.603-24.801-16.048-47.467-24.136-26.86-9.904-47.359-21.947-60.934-35.795C246.922 138.455 240 121.829 240 102.154c0-24.149 9.831-45.101 28.43-60.591C288.51 24.839 316.876 16 350.463 16m0-16C273.02 0 224 43.998 224 102.154c0 50.083 37.751 81.44 92.641 101.665 39.7 14.158 55.392 26.808 55.392 47.539 0 22.756-18.139 37.425-52.448 37.425-31.863 0-60.789-10.64-80.394-21.255v-.021L224 330.727c18.639 10.638 53.441 21.255 91.167 21.255C405.854 351.98 448 303.43 448 246.284c0-48.55-26.958-79.9-85.278-102.163-43.139-17.191-61.27-26.795-61.27-48.542 0-17.2 15.688-32.869 48.043-32.869 31.846 0 53.744 10.707 66.505 17.291l19.125-64C415.125 7.22 388.188 0 350.463 0z"/></svg>
<svg class="tc-image-social-jira tc-image-button" width="22pt" height="22pt" viewBox="0 0 29 38"><path d="M14.375 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm16 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM14 17c-4-4-3-6-3-6h7c0 3-4 6-4 6zm4 20s0-4-8-12S1 15 0 9c0 0 .75-1 1.75 0S5 10.75 7 10.75c0 0 2 6.25 7.5 10.25 0 0 7.25-7.5 7.25-10.5 0 0 2.25.5 5-1.5 0 0 1.876-.992 2 0 .25 2-1.75 9-10 16 0 0 5.25 6 4.75 12H18zM9 27l4.25 4.75C11.25 33.75 11 38 11 38H5c1-8 4-11 4-11z"/></svg>
<svg class="tc-image-social-joomla tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.58099365234375 69.81101989746094"><path d="M66.968 53.397c-1.245-1.029-2.883-1.582-4.507-2.443 1.247-6.475-1.226-11.717-6.169-16.113-2.454-2.184-4.671-4.638-6.935-7.027-2.06-2.176-4.038-4.43-6.348-6.976l-6.986 7.634c.418.318.987.655 1.438 1.109 4.596 4.621 9.167 9.27 13.76 13.895 1.703 1.715 2.339 3.752 1.544 6.012-.786 2.234-2.489 3.82-4.891 3.749-1.728-.05-3.432-.926-5.163-1.438l-6.474 6.37c4.344 4.493 9.656 5.624 15.729 4.274.854 3.877 3.5 5.938 6.805 7.368h4.652c.324-.168.638-.363.975-.501 6.762-2.762 8.183-11.269 2.57-15.913z"/><path d="M41.935 36.35c-.291.411-.625 1.066-1.122 1.559-4.63 4.592-9.271 9.173-13.943 13.722-2.322 2.261-5.26 2.342-7.651.31-2.307-1.962-2.666-5.088-.869-7.652.283-.403.6-.783.745-.971l-6.729-6.793c-4.257 4.049-5.51 9.106-4.458 14.934C3.642 52.67 1.491 55.65.626 59.732v1.938c.938 4.087 3.357 6.832 7.365 8.141h4.264c2.657-1.11 5.172-2.475 6.204-5.362.519-1.451 1.195-1.79 2.67-1.595 4.759.63 8.983-.766 12.37-4.129 5.173-5.138 10.189-10.435 15.56-15.96l-7.124-6.415zm-20.454-8.309l6.537 6.358c2.867-2.889 5.67-5.742 8.507-8.561 2.288-2.273 4.571-4.553 6.939-6.742 2.057-1.901 4.531-2.146 6.761-.85 2.125 1.235 3.316 3.697 2.677 6.104-.318 1.197-1.119 2.266-1.673 3.338l6.65 6.669c4.362-4.219 5.631-9.397 4.411-15.264 6.022-2.594 8.531-5.794 8.055-10.204C69.888 4.658 66.87.987 62.959.548c-1.958-.22-4.138.099-5.998.776-3.06 1.114-4.471 3.871-5.263 6.897-.565-.045-.955-.033-1.325-.112-4.585-.969-8.977-.134-12.308 2.989-5.727 5.372-11.017 11.207-16.584 16.943z"/><path d="M8.099 18.88c-1.655 6.861.583 12.263 5.552 16.803 2.381 2.176 4.605 4.527 6.86 6.837 2.244 2.299 4.438 4.646 6.653 6.97l6.918-6.839c-.526-.554-1-1.065-1.489-1.563-4.568-4.649-9.164-9.274-13.7-13.955-2.186-2.256-2.243-5.441-.27-7.695 2.055-2.347 5.236-2.633 7.811-.705.34.255.69.496.633.455l6.786-6.805c-3.857-3.83-8.686-5.32-14.261-4.3C16.864 2 14.138 0 9.18.402 5.412.707 1.906 3.469 1.162 7.189 0 13.013 2.631 16.848 8.099 18.88z"/></svg>
<svg class="tc-image-social-kickstarter tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.26599884033203 38"><path d="M12.347 12.95l6.969-10.097C20.633.951 22.333 0 24.419 0c1.701 0 3.173.604 4.418 1.81 1.243 1.208 1.865 2.653 1.865 4.336 0 1.244-.329 2.341-.988 3.292l-6.283 9.137 7.683 9.74c.768.97 1.152 2.104 1.152 3.402 0 1.72-.603 3.196-1.81 4.431C29.247 37.383 27.783 38 26.065 38c-1.885 0-3.32-.612-4.309-1.838l-9.41-11.743v6.476c0 1.847-.32 3.283-.96 4.307C10.215 37.067 8.514 38 6.283 38c-2.03 0-3.604-.686-4.72-2.058C.521 34.68 0 33.006 0 30.922V6.914C0 4.939.53 3.311 1.591 2.03 2.707.677 4.243 0 6.201 0c1.865 0 3.42.677 4.664 2.03.695.75 1.134 1.51 1.316 2.278.11.476.166 1.362.166 2.661v5.981z"/></svg>
<svg class="tc-image-social-last-fm tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.999996185302734 8.379024505615234"><path d="M11.442 8.364c2.374 0 3.558-.791 3.558-2.373 0-1.304-.749-2.132-2.254-2.49l-1.119-.235c-.637-.159-.951-.495-.951-1.009 0-.594.396-.889 1.186-.889.869 0 1.323.334 1.363 1.006l1.717-.178C14.828.733 13.833.001 11.98.001c-2.019 0-3.026.832-3.026 2.495 0 1.182.654 1.935 1.958 2.251l1.188.236c.79.196 1.186.555 1.186 1.068 0 .631-.614.949-1.842.949-1.498 0-2.489-.732-2.962-2.195l-.597-1.721C7.531 1.939 7.089 1.137 6.551.683 6.021.233 5.184 0 4.032 0 2.963 0 2.025.396 1.217 1.188.406 1.979 0 3.026 0 4.33c0 1.223.383 2.203 1.156 2.935a3.864 3.864 0 0 0 2.756 1.099c1.069 0 1.918-.256 2.55-.77l-.53-1.485c-.554.556-1.211.833-1.96.833-.63 0-1.175-.248-1.628-.744-.455-.492-.686-1.137-.686-1.927 0-.989.247-1.708.743-2.163.497-.455 1.056-.681 1.689-.681.674 0 1.155.177 1.457.53.296.357.56.912.797 1.662l.537 1.721c.632 2.014 2.154 3.024 4.561 3.024"/></svg>
<svg class="tc-image-social-last-fm-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 18c-2.489 0-4.635-.89-6.376-2.646C.883 13.603 0 11.464 0 9c0-2.489.884-4.633 2.627-6.375C4.367.884 6.512 0 9 0c2.466 0 4.604.883 6.354 2.624C17.109 4.366 18 6.511 18 9c0 2.464-.89 4.604-2.644 6.357C13.605 17.111 11.467 18 9 18zM9 2c-1.966 0-3.588.667-4.958 2.04C2.668 5.412 2 7.034 2 9c0 1.944.668 3.562 2.043 4.945C5.415 15.328 7.036 16 9 16c1.943 0 3.56-.673 4.941-2.056C15.327 12.559 16 10.942 16 9c0-1.963-.672-3.585-2.055-4.957C12.562 2.668 10.945 2 9 2zm2.199 9.333c1.335 0 2-.444 2-1.333 0-.733-.422-1.199-1.267-1.4l-.632-.133c-.354-.089-.534-.277-.534-.566 0-.334.224-.5.666-.5.49 0 .746.188.767.565l.967-.1c-.063-.822-.622-1.233-1.666-1.233-1.134 0-1.699.467-1.699 1.401 0 .665.365 1.088 1.099 1.267l.668.133c.443.11.666.312.666.601 0 .354-.345.532-1.034.532-.844 0-1.398-.411-1.666-1.233L9.2 8.367c-.199-.644-.449-1.095-.75-1.35-.3-.255-.771-.384-1.416-.384-.601 0-1.128.223-1.584.667-.456.445-.683 1.033-.683 1.767 0 .688.216 1.239.649 1.649.435.413.95.617 1.55.617.602 0 1.078-.144 1.434-.433l-.299-.834A1.505 1.505 0 0 1 7 10.534c-.354 0-.662-.14-.916-.417-.257-.277-.385-.64-.385-1.084 0-.556.139-.961.417-1.217s.594-.383.951-.383c.379 0 .648.1.816.299.167.201.315.512.45.935l.3.967c.356 1.133 1.212 1.699 2.566 1.699"/></svg>
<svg class="tc-image-social-lastfm tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 22.8017635345459"><path d="M30.413 22.669c-3.956-.016-6.068-1.965-7.533-5.4l-.418-.936-3.614-8.295c-1.195-2.936-4.172-4.92-7.528-4.92-4.54 0-8.22 3.709-8.22 8.282 0 4.574 3.68 8.283 8.22 8.283 3.166 0 5.923-1.803 7.296-4.447l1.465 3.394a11.276 11.276 0 0 1-8.761 4.17C5.07 22.8 0 17.7 0 11.4 0 5.105 5.07 0 11.32 0c4.72 0 8.533 2.536 10.467 7.033.147.348 2.047 4.823 3.707 8.63 1.026 2.357 1.9 3.92 4.737 4.017 2.791.096 4.704-1.613 4.704-3.774 0-2.111-1.457-2.618-3.923-3.444-4.429-1.469-6.717-2.945-6.717-6.482 0-3.45 2.33-5.75 6.118-5.75 2.47 0 4.251 1.105 5.484 3.31l-2.419 1.244c-.916-1.285-1.921-1.793-3.2-1.793-1.778 0-3.045 1.246-3.045 2.902 0 2.35 2.086 2.706 5.008 3.67 3.93 1.29 5.759 2.762 5.759 6.44 0 3.86-3.29 6.672-7.587 6.666z"/></svg>
<svg class="tc-image-social-line tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.052001953125"><path d="M19 0c10.493 0 19 6.892 19 15.393 0 3.507-1.447 6.74-3.885 9.329-4.104 4.46-15.739 12.33-16.747 11.545-1.088-.846.567-2.036.423-4.775-.03-.57-.38-.736-.587-.773C7.553 29.986 0 23.404 0 15.393 0 6.892 8.507 0 19 0zm-4.755 10.517a.987.987 0 0 0-.987.987v7.415a.987.987 0 1 0 1.974 0v-7.415a.987.987 0 0 0-.987-.987zm-6.609 0a.987.987 0 0 0-.987.987v7.415c0 .545.442.987.987.987h3.708a.987.987 0 0 0 0-1.974h-2.72v-6.428a.987.987 0 0 0-.988-.987zm9.994 0a.987.987 0 0 0-.987.987v7.415a.987.987 0 1 0 1.974 0v-4.612l3.845 5.223a.987.987 0 0 0 1.372.202.986.986 0 0 0 .425-.812v-7.415a.988.988 0 1 0-1.975 0v4.629l-3.828-5.2-.308-.27a.982.982 0 0 0-.518-.146zm8.946 0a.986.986 0 0 0-.987.988v7.414c0 .545.442.987.987.987h3.747a.987.987 0 0 0 0-1.974h-2.76v-1.733h2.76a.987.987 0 1 0 0-1.974h-2.76v-1.733h2.76a.988.988 0 1 0 0-1.975h-3.747z"/></svg>
<svg class="tc-image-social-linkedin tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36.15599822998047"><path d="M0 36.156h9v-24.5H0M4.61 0C1.823 0 0 1.83 0 4.233c0 2.352 1.77 4.235 4.503 4.235h.054c2.841 0 4.608-1.883 4.608-4.235C9.112 1.829 7.398 0 4.611 0zM38 22.263v13.893h-8v-13c0-3.293-1.323-5.492-4.27-5.492-2.251 0-3.59 1.515-4.18 2.98-.215.523-.55 1.279-.55 2.012v13.5h-8v-24.5h8v3.75l.28-.043v-.079c1.082-1.667 3.015-4.049 7.341-4.049 5.361 0 9.379 3.503 9.379 11.028z"/></svg>
<svg class="tc-image-social-linkedin-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M7.033 12.3h-1.6V7.101h1.6V12.3zm-.8-5.866c-.577 0-.866-.267-.866-.8a.74.74 0 0 1 .25-.567.868.868 0 0 1 .616-.233c.577 0 .866.268.866.801s-.288.799-.866.799zm6.734 5.866h-1.633V9.4c0-.755-.268-1.133-.801-1.133-.422 0-.699.211-.834.633-.043.067-.066.201-.066.4v3H8V8.767c0-.8-.012-1.355-.033-1.666h1.4l.1.699c.367-.556.9-.833 1.633-.833.557 0 1.006.194 1.35.583.346.389.518.95.518 1.684V12.3zM9 18c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9zM9 2C5.141 2 2 5.141 2 9s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7z"/></svg>
<svg class="tc-image-social-linkedin-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 383.8999938964844"><path d="M118.8 320V148.9H63.9V320h54.9zM93.4 123c18.3 0 29.7-13.1 29.7-29.5-.3-16.7-11.4-29.5-29.4-29.5S64 76.8 64 93.5c0 16.4 11.4 29.5 29 29.5h.4zm163.2 22c-29.1 0-41.6 16.4-49.6 27.8V149h-55v171h55v-97.4c0-5 .4-10 1.9-13.5 4-10 13-20.3 28.2-20.3 19.9 0 27.9 15.3 27.9 37.7V320h55v-99.9c0-51.3-27.2-75.1-63.4-75.1z"/><path d="M353.2 0H32.8C15.3 0 0 12.6 0 29.9V351c0 17.4 15.3 32.9 32.8 32.9h320.3c17.6 0 30.8-15.6 30.8-32.9V29.9C384 12.6 370.7 0 353.2 0zM350 352H35.1c-1.8 0-3.1-1.4-3.1-3.1V34c0-1.1 1-2 2-2h316c1 0 2 1 2 2v316c0 .9-.9 2-2 2z"/></svg>
<svg class="tc-image-social-linkedin-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M20.398 17.138l.037-.054v.054m11.783 14.67h-5.74V22.63c0-2.307-.832-3.88-2.907-3.88-1.588 0-2.53 1.061-2.945 2.086-.153.367-.19.879-.19 1.39v9.583h-5.74s.076-15.547 0-17.156h5.74v2.432c.76-1.169 2.123-2.836 5.171-2.836 3.778 0 6.61 2.45 6.61 7.723M8.651 12.309h-.039c-1.925 0-3.173-1.317-3.173-2.965 0-1.682 1.285-2.963 3.248-2.963 1.964 0 3.171 1.28 3.21 2.963 0 1.648-1.246 2.965-3.246 2.965zm2.87 19.5H5.779V14.652h5.742M35.194 0H2.808C1.258 0 0 1.218 0 2.722v32.554C0 36.78 1.258 38 2.808 38h32.386C36.745 38 38 36.78 38 35.276V2.722C38 1.218 36.745 0 35.194 0z"/></svg>
<svg class="tc-image-social-markdown tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 320"><path d="M415.659 0H32.341C14.504 0 0 14.484 0 32.308v255.349C0 305.493 14.504 320 32.341 320h383.318C433.496 320 448 305.493 448 287.656V32.308C448 14.484 433.496 0 415.659 0zM252.023 256h-56.048v-96l-42.04 53.878L111.913 160v96H55.869V64h56.044l42.022 67.98L195.975 64h56.048v192zm83.657 0l-69.635-96h42V64h56.043v96h42.027l-70.453 96h.018z"/></svg>
<svg class="tc-image-social-medium tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.00215911865234 72"><path d="M67.652 0H4.001A7.06 7.06 0 0 0 0 4.336v62.793C.917 69.955 3.562 72 6.687 72h58.279C68.851 72 72 68.843 72 64.948V6.517A7.05 7.05 0 0 0 67.652 0zM53.867 26.385h-1.4c-.52 0-1.119.682-1.119 1.163v17.437c0 .482.6 1.203 1.119 1.203h1.4v4.048H41.312v-4.048h2.519v-18.32h-.12l-6.198 22.368h-4.798l-6.118-22.368h-.12v18.32h2.639v4.048H18.481v-4.048h1.359c.56 0 1.16-.721 1.16-1.203V27.548c0-.481-.6-1.163-1.16-1.163h-1.359v-4.209h13.275l4.358 16.275h.12l4.398-16.275h13.235v4.209z"/></svg>
<svg class="tc-image-social-microsoft tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h18v18H0V0zm38 0v18H20V0h18zm0 38H20V20h18v18zM0 38V20h18v18H0z"/></svg>
<svg class="tc-image-social-myspace tc-image-button" width="22pt" height="22pt" viewBox="0 0 88.70201110839844 54.17255783081055"><g transform="translate(-5.649 -22.914)"><path d="M78.841 51.036c7.792 0 14.111-6.294 14.111-14.061 0-7.765-6.319-14.061-14.111-14.061-7.798 0-14.118 6.297-14.118 14.061-.001 7.767 6.32 14.061 14.118 14.061z"/><ellipse cx="47.046" cy="40.984" rx="12.703" ry="12.656"/><path d="M18.214 55.984c6.313 0 11.433-5.096 11.433-11.386 0-6.292-5.12-11.39-11.433-11.39-6.315 0-11.433 5.098-11.433 11.39 0 6.291 5.117 11.386 11.433 11.386zm0 2.601c-7.25 0-12.565 6.363-12.565 12.936v4.425c0 .626.512 1.14 1.142 1.14h22.843c.632 0 1.144-.514 1.144-1.14v-4.425c0-6.573-5.315-12.936-12.564-12.936zm28.832-2.059c-8.055 0-13.962 7.071-13.962 14.376v4.917c0 .695.569 1.267 1.269 1.267h25.382a1.27 1.27 0 0 0 1.271-1.267v-4.917c.001-7.304-5.905-14.376-13.96-14.376zm31.793-2.283c-8.95 0-15.512 7.856-15.512 15.974v5.462c0 .773.632 1.407 1.41 1.407h28.2c.782 0 1.414-.635 1.414-1.407v-5.462c0-8.117-6.562-15.974-15.512-15.974z"/></g></svg>
<svg class="tc-image-social-nodejs tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 449.4700012207031"><path d="M191.917 449.47a32.536 32.536 0 0 1-16.633-4.599l-52.985-32.44c-7.914-4.562-4.023-6.203-1.443-7.141 10.565-3.781 13.713-5.657 24.947-12.285 1.206-.667 2.747-.424 3.955.322l39.71 23.504c1.476.85 3.557.85 4.931 0l155.188-92.246c1.475-.877 2.415-2.646 2.415-4.441V133.339c0-1.85-.94-3.592-2.449-4.528l-155.12-94.672c-1.478-.894-3.421-.894-4.898 0L34.516 128.844c-1.544.903-2.516 2.698-2.516 4.495v186.805c0 1.813.972 3.513 2.481 4.389l39.929 23.972c23.61 12.204 37.59-.17 37.59-14.611V150.195c0-2.652 2.047-4.727 4.596-4.727h22.809c2.515 0 4.597 2.072 4.597 4.727v183.698c0 32.563-19.353 51.248-49.199 51.248-9.156 0-16.397 0-36.552-10.279l-41.584-24.781C6.371 343.929 0 332.435 0 320.126V130.661c0-12.316 6.371-23.784 16.665-29.917L175.35 5.88c10.027-5.88 23.374-5.88 33.332 0l158.65 94.864C377.63 106.893 384 118.369 384 130.661v189.465c0 12.309-6.37 23.75-16.668 29.953l-158.65 94.774a32.52 32.52 0 0 1-16.698 4.599l-.067.018z"/><path d="M240.943 321.468c-64.61 0-84.006-31.61-84.006-59.271 0-2.629 2.048-4.729 4.562-4.729h20.521c2.282 0 4.227 1.7 4.562 4.016 3.084 21.602 16.748 31.15 54.324 31.15 33.399 0 47.091-10.346 47.091-28.684 0-10.592-3.463-18.424-55.407-23.697-43.427-4.441-70.288-14.373-70.288-50.295 0-33.135 26.996-52.49 72.234-52.49 46.128 0 76.462 14 79.173 50.829.102 1.337-.368 2.629-1.241 3.644-.871.965-2.078 1.527-3.353 1.527h-20.591c-2.146 0-4.024-1.562-4.459-3.713-4.401-16.953-16.97-23.402-49.563-23.402-36.486 0-40.746 12.753-40.746 22.607 0 11.963 5.031 15.441 54.294 22.172 48.761 6.663 71.933 16.117 71.933 51.552 0 35.781-28.808 58.783-79.075 58.783l.035.001z"/></svg>
<svg class="tc-image-social-nuget tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 39"><path d="M3.5 0a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM29 39H17c-5.523 0-10-4.477-10-10V17c0-5.523 4.477-10 10-10h12c5.523 0 10 4.477 10 10v12c0 5.523-4.477 10-10 10zm-.5-18a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm-13-10a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z"/></svg>
<svg class="tc-image-social-octocat tc-image-button" width="22pt" height="22pt" viewBox="0 0 448.00201416015625 383.9989929199219"><path d="M146.354 223.478c-9.123 0-16.928 4.207-23.201 12.833-6.291 8.478-9.398 18.973-9.398 31.431 0 12.474 3.166 23.008 9.398 31.509 6.273 8.54 14.039 12.771 23.201 12.771 8.494 0 15.889-4.27 22.121-12.771 6.271-8.501 9.398-19.035 9.398-31.509 0-12.419-3.166-22.93-9.398-31.431-6.233-8.587-13.567-12.833-22.121-12.833zm156.314 0c-9.045 0-16.891 4.207-23.182 12.833-6.271 8.478-9.359 18.973-9.359 31.431 0 12.474 3.186 23.008 9.359 31.509 6.291 8.54 14.098 12.771 23.182 12.771 8.533 0 15.906-4.27 22.178-12.771 6.293-8.501 9.418-19.035 9.418-31.509 0-12.419-3.164-22.93-9.418-31.431-6.272-8.587-13.547-12.833-22.178-12.833z"/><path d="M413.777 108h-.059s2.793-14.264.314-39.18C411.85 43.904 406.561 20.982 397.909 0c0 0-4.422.76-12.76 2.896s-22.08 6.299-40.938 14.768c-18.541 8.54-37.986 19.788-58.297 33.505-13.803-3.934-34.408-5.939-61.994-5.939-26.289 0-46.914 2.012-61.977 5.945C117.351 20.316 80.111 3.23 49.851 0c-8.594 20.982-13.883 43.991-16.045 68.97-2.398 24.939.432 39.329.432 39.329C9.979 134.551 0 172.541 0 203.793c0 24.244.658 46.078 6.125 65.48 5.564 19.31 12.662 35.13 21.098 47.221 8.611 12.121 19.012 22.788 31.576 31.938 12.467 9.314 23.988 15.962 34.389 20.216 10.461 4.372 22.375 7.602 35.982 9.861 13.33 2.386 23.438 3.645 30.477 3.996 0 0 28 1.494 64.354 1.494s64.295-1.494 64.295-1.494c7.02-.352 17.145-1.634 30.535-3.996 13.547-2.299 25.521-5.607 35.941-9.861 10.402-4.293 21.943-10.901 34.469-20.216 12.523-9.032 22.906-19.739 31.518-31.938 8.436-12.091 15.494-27.911 21.098-47.221 5.486-19.402 6.145-41.385 6.145-65.629C448 173.389 437.982 135 413.777 108zm-65.394 233.645C320.521 354.736 279.486 360 225.061 360l-2.143-.039c-54.443 0-95.361-5.248-122.848-18.41-27.508-13.092-41.271-40.057-41.271-80.738 0-24.33 8.572-43.99 25.482-59.107 7.354-6.515 16.438-11.019 27.645-13.717 11.129-2.558 21.354-2.762 30.969-2.465 9.398.415 22.551 2.196 39.344 3.464C199.029 190.285 211.535 192 224 192c11.698 0 27.213-1.957 52.104-3.959 24.99-1.971 43.494-2.971 55.467-1 12.289 2.002 22.986 6.202 32.129 14.742 17.734 15.751 26.602 35.505 26.602 59.084-.001 40.666-14.138 67.67-41.919 80.778z"/></svg>
<svg class="tc-image-social-openid tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.62300109863281 34.62699890136719"><path d="M28.035 13.446V30.92c-17.372-2.255-13.379-16.34 0-17.474zm16.882.158c-3.73-2.108-7.505-3.292-11.117-3.755V0l-5.765 3.71v5.989c-17.863 1.395-28.035 19.827 0 24.928L33.8 30.92V13.731c2.313.401 4.796 1.157 7.412 2.345l-3.295 2.061h10.706V11.13l-3.706 2.474z"/></svg>
<svg class="tc-image-social-orkut tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.00000762939453 72.00000762939453"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M36.104 20.348c-8.863 0-16.062 7.198-16.062 16.076s7.199 16.062 16.062 16.062c8.878 0 16.077-7.185 16.077-16.062 0-8.878-7.199-16.076-16.077-16.076z"/><path d="M65 0H7a7 7 0 0 0-7 7v58a7 7 0 0 0 7 7h58a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zM36.104 60.707c-13.404 0-24.297-10.864-24.297-24.283S22.7 12.113 36.104 12.113c13.419 0 24.297 10.893 24.297 24.311 0 13.419-10.878 24.283-24.297 24.283z"/></g></svg>
<svg class="tc-image-social-path tc-image-button" width="22pt" height="22pt" viewBox="0 0 68 73.22000122070312"><path d="M68 28.125C68 11.305 54.337 0 34 0 13.985 0 0 11.566 0 28.125c0 5.924 2.539 14.568 7.225 18.93l7.917-8.503c-1.744-1.621-3.519-6.884-3.519-10.427 0-11.408 11.244-16.516 22.377-16.516 10.824 0 22.378 4.341 22.378 16.516 0 13.641-15.881 15.154-21.729 15.242V21.365H22.24v35.283c0 3.574-3.863 5.129-7.984 2.14v12.733c2.565 1.26 4.895 1.699 6.891 1.699 2.235 0 4.067-.555 5.333-1.119 4.89-2.152 8.169-7.258 8.169-12.691v-4.441C54.921 54.747 68 44.269 68 28.125z"/></svg>
<svg class="tc-image-social-picasa tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.00142288208008"><path d="M28.838 2.801V25.31h8.086A19.015 19.015 0 0 0 38 19.04c0-6.616-3.51-12.793-9.162-16.239zM9.22 35.302V18.93c-.634.583-7.632 6.954-7.85 7.153 1.523 3.825 4.302 7.072 7.85 9.221zm1.123-33.19C3.963 5.391 0 11.861 0 19.038c0 1.638.246 3.298.69 4.95.517-.474 16.514-15.037 16.843-15.337a12455.1 12455.1 0 0 1-7.19-6.54zm16.49-.406A18.8 18.8 0 0 0 19 .001c-2.264 0-4.492.44-6.634 1.241.502.456 13.822 12.57 14.468 13.16V1.708zm-15.617 25.61h24.852C33.156 33.335 27.297 37.388 20.732 38H17.25a19.019 19.019 0 0 1-6.033-1.6v-9.086z"/></svg>
<svg class="tc-image-social-pinterest tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.000999450683594"><path d="M19 0C8.508 0 0 8.506 0 19c0 7.78 4.678 14.464 11.373 17.402-.053-1.326-.01-2.919.33-4.363.366-1.542 2.446-10.353 2.446-10.353s-.608-1.213-.608-3.006c0-2.816 1.633-4.919 3.665-4.919 1.728 0 2.563 1.299 2.563 2.853 0 1.737-1.108 4.336-1.678 6.743-.476 2.015 1.01 3.66 3 3.66 3.599 0 6.023-4.624 6.023-10.103 0-4.164-2.804-7.28-7.905-7.28-5.764 0-9.355 4.297-9.355 9.098 0 1.656.488 2.823 1.253 3.727.351.415.4.582.273 1.06-.091.349-.3 1.19-.387 1.524-.127.481-.516.653-.951.475-2.655-1.083-3.892-3.99-3.892-7.258 0-5.398 4.553-11.87 13.58-11.87 7.254 0 12.029 5.25 12.029 10.885 0 7.453-4.144 13.021-10.252 13.021-2.052 0-3.981-1.109-4.642-2.368 0 0-1.103 4.378-1.337 5.223-.403 1.465-1.191 2.93-1.912 4.07 1.709.505 3.514.78 5.385.78C29.493 38 38 29.494 38 19 38 8.506 29.493 0 19 0z"/></svg>
<svg class="tc-image-social-pinterest-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 18c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9zM9 2C5.141 2 2 5.141 2 9s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7zm.335 3C6.867 5 5.623 6.77 5.623 8.244c0 .895.338 1.688 1.063 1.984.119.049.226.002.261-.129l.105-.418c.035-.129.021-.175-.074-.289-.209-.246-.344-.566-.344-1.019 0-1.312.982-2.487 2.558-2.487 1.396 0 2.161.853 2.161 1.99 0 1.498-.662 2.762-1.646 2.762-.543 0-.95-.449-.82-1.001.156-.658.459-1.368.459-1.843 0-.426-.229-.779-.7-.779-.556 0-1.002.574-1.002 1.344 0 .49.166.822.166.822l-.669 2.83c-.198.84-.029 1.87-.015 1.974.008.062.087.077.123.03.052-.067.713-.885.938-1.7.064-.23.366-1.427.366-1.427.18.344.707.646 1.268.646 1.67 0 2.803-1.521 2.803-3.56C12.623 6.436 11.318 5 9.335 5z"/></svg>
<svg class="tc-image-social-pinterest-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M224 0C100.3 0 0 100.3 0 224s100.3 224 224 224 224-100.3 224-224S347.7 0 224 0zm135.8 359.8C323.5 396 275.3 416 224 416c-16.2 0-32.1-2-47.4-5.9 2.8-6.3 5.2-12.8 7-19.3 2.8-10 15.8-61.6 15.8-61.6 7.8 14.8 30.5 27.9 54.7 27.9 72 0 120.9-65.6 120.9-153.5 0-66.4-56.3-128.3-141.8-128.3-106.4 0-160.1 76.3-160.1 139.9 0 38.5 14.6 72.8 45.9 85.6 5.1 2.1 9.7.1 11.2-5.6 1-3.9 3.5-13.9 4.6-18 1.5-5.6.9-7.6-3.2-12.5-9-10.7-14.8-24.4-14.8-43.9 0-56.6 42.3-107.3 110.3-107.3 60.1 0 93.2 36.7 93.2 85.8 0 64.6-28.6 119.1-71 119.1-23.4 0-41-19.4-35.4-43.1 6.7-28.4 19.8-59 19.8-79.5 0-18.3-9.8-33.6-30.2-33.6-24 0-43.2 24.8-43.2 58 0 21.1 7.2 35.4 7.2 35.4S143 359.5 138.7 377.7c-1.3 5.5-2.2 11.1-2.9 16.8-17.3-9-33.3-20.6-47.4-34.8C52 323.5 32 275.3 32 224s20-99.5 56.2-135.8C124.5 52 172.7 32 224 32s99.5 20 135.8 56.2C396 124.5 416 172.7 416 224s-20 99.5-56.2 135.8z"/></svg>
<svg class="tc-image-social-playstation tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.68799591064453 29.555997848510742"><path fill-rule="evenodd" d="M13.245 25.596s-1.781.92-5.755.873C3.517 26.423 0 25.321.046 22.927c.045-2.394 6.577-5.02 13.153-6.122v3.36l-6.988 1.842s-1.196 1.52.412 1.562c3.653.105 6.667-.874 6.667-.874m8.723 3.133v3.175s13.655-4.42 15.665-6.122c2.01-1.706-4.704-5.941-8.312-5.11 0 0-3.833.187-7.307 1.702v2.855l8.814-2.074 3.105 1.385m-13.472 7.917l-5.8-2.487V0s12.605 2.12 14.34 7.364c1.736 5.248-.969 8.651-1.917 8.749-2.65.278-3.655-1.381-3.655-1.381v-8.47l-2.877-1.2-.091 24.494z"/></svg>
<svg class="tc-image-social-pocket tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 19c0 10.493-8.507 19-19 19S0 29.493 0 19V4.75A4.75 4.75 0 0 1 4.75 0h28.5A4.75 4.75 0 0 1 38 4.75V19zm-11.62-7.134l-7.372 7.372-7.383-7.384a2.85 2.85 0 0 0-4.03 4.03l9.38 9.417a2.85 2.85 0 0 0 4.03 0l9.405-9.404a2.85 2.85 0 1 0-4.03-4.03z"/></svg>
<svg class="tc-image-social-python tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 387.1559753417969"><path d="M129.46 185.13a65.316 65.316 0 0 1 11.586-1.041l-3.122-.015h103.823c4.503 0 8.806-.617 12.908-1.754 19.37-5.363 33.345-22.537 33.345-43.663V51.433c0-24.832-21.15-43.484-46.289-47.606C225.78 1.203 202.453 0 186.622.078c-15.829.086-30.981 1.404-44.277 3.749C103.143 10.65 96 25.002 96 51.433v28.641h96v16H64.82c-35.628 0-64.538 42.571-64.813 95.242-.002.253-.007.505-.007.758 0 9.523.94 18.72 2.685 27.404 7.963 39.666 32.766 68.596 62.135 68.596H80v-45.935c0-26.827 20.146-51.733 49.46-57.009zm10.196-122.054c-9.592 0-17.384-7.785-17.384-17.403 0-9.664 7.774-17.52 17.384-17.52 9.574 0 17.399 7.855 17.399 17.52.001 9.618-7.809 17.403-17.399 17.403z"/><path d="M379.951 158.617c-9.171-36.522-32.918-62.543-60.771-62.543H304v40.672c0 33.915-22.286 58.474-49.489 62.681a53.943 53.943 0 0 1-8.301.646H142.351a51.41 51.41 0 0 0-13.049 1.672C110.18 206.763 96 222.674 96 243.31v87.227c0 24.832 24.977 39.426 49.481 46.551 29.327 8.531 61.267 10.068 96.366 0C265.15 370.428 288 356.967 288 330.537v-26.463h-96v-16h127.18c25.24 0 47.107-21.365 57.814-52.549 4.48-13.047 7.006-27.81 7.006-43.451 0-11.768-1.433-23.038-4.049-33.457zM243.867 318.894c9.59 0 17.381 7.785 17.381 17.4 0 9.65-7.791 17.521-17.381 17.521-9.577 0-17.399-7.871-17.399-17.521 0-9.63 7.806-17.4 17.399-17.4z"/></svg>
<svg class="tc-image-social-rdio tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.882999420166016 31.57071304321289"><path d="M32.726 13.602c.104.715.159 1.444.159 2.184 0 8.718-7.361 15.785-16.444 15.785C7.36 31.57 0 24.504 0 15.786 0 7.069 7.362.002 16.44.002a17 17 0 0 1 5.104.779l.003 9.538s-4.9-2.682-9.28.467C7.885 13.93 8.709 17.23 8.709 17.23s.205 5.21 6.387 5.21c6.913 0 8.87-6.292 8.87-6.292V1.758c1.334.656 2.574 1.48 3.764 2.41 2.939 1.819 5.992 2.989 9.484 2.9 0 0 .669-.142.669 1.188 0 .72-.257 1.545-.979 2.324 0 0-1.374 2.05-4.178 3.022z"/></svg>
<svg class="tc-image-social-readability tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.13668441772461 30"><path d="M22.068 0c6.3 0 11.627 4.754 13.385 11.295a5.993 5.993 0 0 0-2.367 4.325l-.368 4.205c-3.55-1.773-7.1-3.492-10.65-3.492-3.548 0-7.095 1.717-10.643 3.488l-.375-4.284a5.992 5.992 0 0 0-2.348-4.312C10.48 4.721 15.792 0 22.068 0zm10.11 26H11.965l-.443-5.06c3.516-1.756 7.031-3.44 10.546-3.44 3.517 0 7.035 1.687 10.552 3.443L32.177 26zm-24.11 4v-2l-2.564-7.019-.436.019a5 5 0 1 1 4.985-5.387L11.068 28v2h-3zm28 0h-3v-2l1.015-12.387A5 5 0 1 1 39.068 21l-.436-.019L36.068 28v2z"/></svg>
<svg class="tc-image-social-reddit tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.95099639892578 31.625995635986328"><path d="M35.498 14.57c0-.333-.076-.662-.243-.97l-.004-.004-.002-.004a2.374 2.374 0 0 0-.992-1.042 2.894 2.894 0 0 0-1.408-.358c-.446 0-.89.1-1.285.3 1.254 1.087 2.355 2.398 3.066 3.938.23-.199.424-.443.57-.713.19-.354.298-.755.298-1.147zm-2.493 5.444c0-1.37-.493-2.741-1.292-3.85-1.593-2.214-4.064-3.66-6.634-4.466l-.018-.008a22.89 22.89 0 0 0-1.494-.4 20.687 20.687 0 0 0-4.581-.51c-2.066 0-4.132.303-6.11.914-2.57.818-5.049 2.252-6.638 4.474v.004c-.806 1.11-1.278 2.488-1.278 3.859 0 .506.064 1.012.197 1.505h.002c.289 1.1.855 2.087 1.587 2.948.732.856 1.63 1.59 2.575 2.188.209.13.419.253.633.375 2.744 1.531 5.903 2.201 9.04 2.201.53 0 1.063-.016 1.59-.054 3.16-.262 6.33-1.194 8.895-3.1a10 10 0 0 0 2.17-2.167c.6-.83 1.04-1.758 1.236-2.766v-.004c.082-.38.12-.76.12-1.143zM6.38 12.507c-.408-.19-.83-.325-1.248-.325-.07 0-.141.005-.211.013h-.02c-.6.017-1.205.278-1.659.7-.454.417-.755.978-.778 1.602v.01c-.005.05-.007.1-.007.147 0 .384.118.755.317 1.093.148.252.342.48.56.678.701-1.535 1.796-2.833 3.046-3.917zm22.56-8.193c0 .042.002.084.006.126v.01c.02.531.27 1.024.651 1.391.383.363.891.59 1.407.59h.013l.111.005c.52 0 1.037-.224 1.425-.586.389-.367.645-.865.665-1.4h.001v-.005c.004-.042.005-.08.005-.122 0-.552-.257-1.075-.661-1.467-.402-.388-.943-.629-1.477-.629-.172 0-.343.026-.51.076l-.005.005h-.005a2.22 2.22 0 0 0-1.147.746 1.99 1.99 0 0 0-.478 1.26zm9.003 10.002v.004c.006.085.008.165.008.249 0 .92-.296 1.809-.79 2.56a5.116 5.116 0 0 1-1.826 1.69c.047.367.074.738.074 1.105a9.155 9.155 0 0 1-1.877 5.503h-.002c-2.203 2.93-5.587 4.66-9.003 5.528l-.003.005c-1.822.442-3.7.666-5.578.666-2.8 0-5.598-.502-8.207-1.552h-.004c-2.706-1.117-5.285-2.889-6.866-5.486a8.95 8.95 0 0 1-1.318-4.647c0-.371.025-.742.075-1.105a5.337 5.337 0 0 1-1.788-1.648A4.878 4.878 0 0 1 0 14.7v-.017c0-1.265.55-2.463 1.404-3.344.854-.886 2.02-1.463 3.271-1.463h.052c.13-.009.264-.013.396-.013.629 0 1.259.101 1.857.333h.006c.51.215 1.018.477 1.47.835.147-.076.307-.164.486-.232 2.741-1.623 5.927-2.247 9.032-2.429.027-1.539.216-3.15.966-4.558.625-1.172 1.709-2.083 3-2.4h.012a7.717 7.717 0 0 1 1.48-.139c1.312 0 2.608.308 3.821.793A4.738 4.738 0 0 1 29.456.27l.008-.004.009-.005A5.553 5.553 0 0 1 31.118 0c.59 0 1.185.11 1.743.358V.354l.002.004.01.005c.8.308 1.476.877 1.956 1.58.48.713.762 1.565.762 2.438 0 .16-.009.32-.028.485l-.001.004-.001.009c-.094 1.13-.666 2.12-1.477 2.825-.816.713-1.871 1.143-2.955 1.143a4.39 4.39 0 0 1-.524-.034c-1.075-.084-2.077-.603-2.813-1.379-.739-.771-1.215-1.805-1.215-2.918 0-.05.005-.11.007-.16-1.01-.451-2.08-.822-3.146-.822-.154 0-.308.008-.462.025h-.002a2.407 2.407 0 0 0-1.897 1.299v.004c-.545 1.063-.654 2.302-.67 3.538 3.056.198 6.13.932 8.827 2.48h.004l.039.025c.05.03.145.08.231.126.185-.152.382-.303.605-.439a4.98 4.98 0 0 1 2.755-.813c.43 0 .86.055 1.278.16h.001l.018.004.016.004a5.113 5.113 0 0 1 2.55 1.582c.672.767 1.124 1.733 1.212 2.787zm-25.601 5.958h.01c.242.089.49.131.737.131.614 0 1.212-.249 1.664-.658.451-.413.76-.995.76-1.657v-.055l.002-.097a2.25 2.25 0 0 0-.752-1.653 2.462 2.462 0 0 0-1.662-.67c-.164 0-.332.02-.496.059h-.009a2.416 2.416 0 0 0-1.797 1.61l-.001.005a2.197 2.197 0 0 0-.111.696c0 .514.168 1.007.46 1.42.287.401.696.717 1.186.865m13.284 3.07a1.204 1.204 0 0 0-.658-.203c-.192 0-.39.055-.568.173a11.06 11.06 0 0 1-5.607 1.548c-1.469 0-2.93-.308-4.252-.957l-.007-.005-.006-.004c-.2-.08-.427-.253-.675-.417a2.235 2.235 0 0 0-.403-.224 1.18 1.18 0 0 0-.476-.105c-.141 0-.29.034-.437.097l-.022.008c-.23.089-.41.253-.526.443-.121.198-.18.426-.18.654 0 .206.048.413.148.598.096.178.243.334.436.435 1.891 1.277 4.117 1.855 6.353 1.851 2.015 0 4.042-.464 5.847-1.316l.01-.004.009-.004c.238-.143.554-.27.852-.451.148-.097.292-.203.416-.346.123-.14.223-.312.279-.519a1.086 1.086 0 0 0-.076-.738 1.308 1.308 0 0 0-.457-.514zm1.517-6.114c.098.248.142.51.142.767 0 .514-.178 1.02-.478 1.43a2.276 2.276 0 0 1-1.21.855l-.01.005h-.007c-.232.08-.47.118-.704.118a2.485 2.485 0 0 1-1.527-.54 2.296 2.296 0 0 1-.858-1.396l-.001-.008-.002-.004h.002a2.054 2.054 0 0 1-.05-.443c0-.498.17-.979.45-1.37.28-.397.673-.709 1.134-.87h.007a2.35 2.35 0 0 1 .808-.147c.496 0 .985.152 1.396.426.407.27.737.666.903 1.16l.003.008.004.008h-.002z"/></svg>
<svg class="tc-image-social-reddit-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 449.0999755859375 384"><g transform="translate(-31.4 -64)"><circle cx="322.3" cy="288.4" r="31.8"/><circle cx="190.3" cy="288.4" r="31.8"/><path d="M480.5 251c0-27.7-22.2-50.2-49.5-50.2-13 0-24.7 5-33.6 13.3-33.2-23.4-78.4-38.5-128.7-40.7L292 95.7l69.6 13.9c.2 24.7 20.1 44.7 44.5 44.7 24.6 0 44.5-20.2 44.5-45.1S430.7 64 406.1 64c-18.6 0-34.5 11.6-41.2 28l-85.2-17-29.4 98.2-7.1.2c-50.3 2.2-95.5 17.4-128.7 40.7-8.8-8.3-20.6-13.3-33.6-13.3-27.3 0-49.5 22.5-49.5 50.2 0 19.6 11 36.5 27.1 44.8-.8 4.9-1.2 9.8-1.2 14.8C57.5 386.4 146.4 448 256 448s198.5-61.6 198.5-137.5c0-5-.4-9.9-1.1-14.8 16.1-8.3 27.1-25.2 27.1-44.7zM406.1 81.9c14.8 0 26.8 12.2 26.8 27.2s-12 27.2-26.8 27.2-26.8-12.2-26.8-27.2 12-27.2 26.8-27.2zM49.2 251c0-17.8 14.3-32.2 31.8-32.2 7.2 0 13.9 2.5 19.2 6.6-17.3 15.2-30.1 33-37 52.4-8.4-5.9-14-15.7-14-26.8zm337.2 141.9C351.8 416.8 305.5 430 256 430s-95.8-13.2-130.4-37.1c-32.5-22.5-50.4-51.8-50.4-82.4 0-3.2.2-6.5.6-9.7.7-6 2.2-11.9 4.3-17.7 5.6-15.6 16-30.3 30.7-43.4 4.4-3.9 9.2-7.7 14.4-11.3.1-.1.3-.2.4-.3C160.2 204.2 206.5 191 256 191s95.8 13.2 130.4 37.1c.1.1.3.2.4.3 5.2 3.6 10 7.4 14.4 11.3 14.7 13.1 25.1 27.8 30.7 43.4 2.1 5.8 3.5 11.7 4.3 17.7.4 3.2.6 6.4.6 9.7 0 30.6-17.9 59.9-50.4 82.4zm62.4-115.2c-6.9-19.4-19.7-37.2-37-52.4 5.3-4.1 12-6.6 19.2-6.6 17.5 0 31.8 14.5 31.8 32.2 0 11.2-5.6 21-14 26.8z"/><path d="M320.5 357.9c-.2.2-24.2 24.2-64.5 24.4-40.9-.2-64.4-24.2-64.6-24.4l-12.6 12.4c1.2 1.2 29.6 29.5 77.2 29.7 47.6-.2 75.9-28.5 77.1-29.7l-12.6-12.4z"/></g></svg>
<svg class="tc-image-social-rss tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M55.9 272.1C25.1 272.1 0 297.2 0 327.9c0 30.8 25.1 55.6 55.9 55.6 30.9 0 55.9-24.9 55.9-55.6 0-30.7-25-55.8-55.9-55.8z"/><path d="M0 128v79.9c48 0 94.1 14.2 128 48.1 33.9 33.9 48 79.9 48 128h80c0-139.9-116-256-256-256z"/><path d="M0 0v79.9c171 0 303.9 133 303.9 304.1H384C384 172.3 212 0 0 0z"/></svg>
<svg class="tc-image-social-rss-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M55.9 272.1C25.1 272.1 0 297.2 0 327.9c0 30.8 25.1 55.6 55.9 55.6 30.9 0 55.9-24.9 55.9-55.6 0-30.7-25-55.8-55.9-55.8zm0 95.4c-22 0-39.9-17.8-39.9-39.6 0-21.9 17.9-39.8 39.9-39.8s39.9 17.9 39.9 39.8c0 21.8-17.9 39.6-39.9 39.6z"/><path d="M0 128v79.9c48 0 94.1 14.2 128 48.1 33.9 33.9 48 79.9 48 128h80c0-139.9-116-256-256-256zm239.5 240h-48c-3.1-49.7-21-92.1-52.2-123.3C108.1 213.4 66 195.5 16 192.4v-47.8c26 1.8 52.1 8 76.7 18.5 28.5 12.2 54.2 29.6 76.4 51.8 22.2 22.2 39.6 47.9 51.8 76.4 10.6 24.6 16.8 50.3 18.6 76.7z"/><path d="M0 0v79.9c171 0 303.9 133 303.9 304.1H384C384 172.3 212 0 0 0zm227.4 156.5C171.4 100.4 97 68 16 64.2V16.3C206 24.5 359.5 177.8 367.7 368h-48.2c-3.8-80.9-36.2-155.5-92.1-211.5z"/></svg>
<svg class="tc-image-social-sass tc-image-button" width="22pt" height="22pt" viewBox="0 0 523.0459594726562 386.1239929199219"><path d="M522.759 272.458c-1.67-13.6-9.236-24.146-20.795-32.416 2.857 2.04 5.275 3.766-.055-.041-7.189-5.131-3.38-2.411-.047-.032-28.5-20.301-65.676-15.79-96.733-4.511-12.447-20.295-12.987-35.783-5.816-57.937.929-2.8.295-4.354-2.624-5.604-7.086-3.03-17.291-1.427-24.422.463-2.462.646-4.254 1.9-4.8 4.38-5.154 24.244-21.009 46.449-34.828 66.887-9.731-18.652-8.96-33.087-2.414-52.516.798-2.366.431-3.624-1.937-4.88-7.26-3.756-18.401-1.911-25.8.277-8.509 2.482-21.29 44.594-25.372 52.946-8.531 17.442-16.091 44.665-30.585 58.502-12.3-15.807 22.526-51.517 10.882-65.851-3.938-4.848-11.063-4.723-15.586-.616 1.085-7.608 1.648-12.61-.32-19.063-2.081-6.79-7.361-10.687-15.09-10.49-17.995.527-33.843 13.815-44.641 26.397-10.277 12.105-37.381 19.627-51.953 26.927-25.032-21.807-79.221-44.947-80.632-82.081-1.528-41.846 48.319-70.245 81.597-87.228 43.28-22.104 109.961-49.608 159.138-25.436 13.049 6.414 18.299 20.17 14.707 33.348-9.368 34.366-47.198 57.293-80.103 67.807-16.189 5.175-33.969 9.027-51.1 8.026-22.955-1.343-40.83-15.224-43.281-16.086-2.049-.39-1.888 2.26-1.347 3.664 23.816 62.433 144.417 16.68 175.956-15.371 15.189-15.421 24.413-30.365 28.351-53.894 4.616-27.583-15.634-44.842-31.004-51.957C224.187 0 116.469 47.24 57.552 95.399c-25.568 20.9-57.552 54.11-42.874 88.946 15.93 37.805 64.736 57.19 96.503 80.312-25.704 12.773-57.862 25.983-74.518 49.933-9.524 13.729-12.903 28.359-5.811 43.966 12.572 27.568 58.285 15.622 77.573 3.47 17.67-11.13 29.563-26.07 34.7-45.227 4.455-16.61 3.541-33.866-3.856-49.512l28.585-14.458c-7.697 23.076-11.097 52.003 4.881 72.855 6.402 8.338 23.017 8.675 29.817.31 8.816-10.942 14.664-24.654 20.503-37.205-.682 9.373-1.856 19.996 1.377 28.165 3.71 9.373 12.126 11.29 20.792 5.343 26.52-18.203 43.398-68.652 56.463-98.062 3.552 12.829 7.473 24.548 13.957 36.376 1.602 2.903 1.407 4.774-.796 7.195-9.685 10.675-32.826 28.479-35.069 42.899-.524 3.37 1.713 6.599 5.686 7.37 15.573 3.108 32.838-2.531 45.482-11.078 13.188-8.922 17.446-21.087 14.245-35.515-4.576-20.771 10.993-43.98 25.801-61.03 2.719 12.908 6.816 25.33 14.143 36.606-13.075 11.483-32.58 27.764-29.779 46.939.988 6.865 7.135 11.3 14.514 9.736 15.783-3.324 29.416-10.113 39.37-22.146 9.023-10.855 5.792-22.701 1.856-34.635 23.872-6.815 48.022-8.177 71.831-.027 11.495 3.91 20.755 10.5 26.248 20.818 6.726 12.644 2.939 24.292-10.05 32.604-3.287 2.104-5.562 3.833-4.45 4.743 1.112.91 4.9 2.113 13.284-3.152 8.384-5.267 13.51-12.383 14.823-21.725a37.09 37.09 0 0 0-.024-7.755zm-398.838 25.259c-1.358 16.673-9.636 30.193-23.175 41.114-7.617 6.158-17.102 11.176-26.52 12.092-9.418.917-16.751-1.461-17.378-11.23-1.764-27.493 40.923-54.424 64.625-62.533 2.02 6.86 3.011 13.666 2.432 20.587l.016-.03zm103.102-72.453c-3.903 22.309-14.83 62.347-32.314 78.336-2.356 2.143-4.61 2.018-5.809-.771-10.345-24.06 3.671-73.67 33.082-81.328 3.457-.89 5.602.582 5.041 3.763zm70.311 81.768c8.422-8.962 16.834-17.916 25.269-26.927 1.043 10.02-17.571 29.964-25.269 26.927zm80.714-17.696c-2.348 1.273-7.621 2.515-7.827.835-1.482-12.085 11.816-24.874 20.067-30.867 4.453 11.343-.818 23.834-12.24 30.032z"/></svg>
<svg class="tc-image-social-sharethis tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.03171157836914 38.38477325439453"><path d="M13.413 19.002c0 .13-.03.253-.037.384l13.616 6.802c1.165-.984 2.657-1.6 4.304-1.6a6.705 6.705 0 0 1 6.706 6.705 6.706 6.706 0 1 1-13.41 0c0-.135.03-.253.036-.384l-13.616-6.802c-1.169.98-2.657 1.596-4.304 1.596a6.702 6.702 0 0 1-6.706-6.701 6.706 6.706 0 0 1 6.706-6.71c1.647 0 3.135.622 4.304 1.605L24.628 7.09c-.008-.13-.037-.253-.037-.388A6.702 6.702 0 0 1 31.296.002a6.705 6.705 0 1 1 0 13.41c-1.65 0-3.14-.617-4.304-1.605l-13.616 6.81c.008.127.037.25.037.385z"/></svg>
<svg class="tc-image-social-skillshare tc-image-button" width="22pt" height="22pt" viewBox="0 0 76.61499786376953 76.99899291992188"><path d="M20.4 44.416h14.575c1.087 0 2.563 2.496 4.734 4.039v-1.776s-.07-1.053.348-1.69c.424-.639 1.308-.809 1.584-.809h14.575s4.401-.74 9.294-3.044l-53.794.514c4.642 2.082 8.684 2.766 8.684 2.766zm-15.224-.805a24.875 24.875 0 0 1-1.061-.855c.247.396.609.703 1.061.855zm2.67-39.55h60.708v35.516c2.128-1.18 3.271-1.984 4.054-2.499V2.028A2.03 2.03 0 0 0 70.578 0H5.816C4.693 0 3.783.91 3.783 2.028v35.14c.771.486 1.878 1.301 4.063 2.52V4.061z"/><path d="M76.099 36.478c-.523-.417-1.247-.415-2.396 0-.335.122-.674.325-1.095.6-.783.515-1.925 1.319-4.054 2.499-.657.36-1.373.748-2.241 1.183-.272.136-.534.247-.803.377-4.893 2.304-9.294 3.044-9.294 3.044H41.641c-.276 0-1.16.17-1.584.809-.418.638-.348 1.69-.348 1.69v1.776c.526.373 1.082.707 1.695.918 4.394 1.498 7.367.192 8.664-1.628 1.517-2.134 2.289-3.329 3.955-2.705 1.666.624 0 4.68-2.08 6.763-2.085 2.084-4.584 3.749-8.12 3.749-1.486 0-2.926-.223-4.114-.476v15.131c0 4.27 4.538 6.552 7.658 6.552 3.119 0 9.367-1.768 12.387-9.263 3.017-7.493-.205-17.381-.205-17.381s4.888-2.191 9.991-5.414c5.098-3.225 6.455-6.246 6.559-6.67.1-.427.516-1.136 0-1.554z"/><path d="M51.943 51.803c2.08-2.083 3.746-6.139 2.08-6.763-1.666-.624-2.438.571-3.955 2.705-1.297 1.82-4.27 3.126-8.664 1.628-.613-.211-1.169-.545-1.695-.918-2.17-1.543-3.647-4.039-4.734-4.039H20.4s-4.043-.684-8.684-2.766c-.466-.21-.935-.418-1.411-.657a59.295 59.295 0 0 1-2.459-1.306c-2.185-1.219-3.292-2.033-4.063-2.52-.321-.203-.593-.355-.871-.455-1.144-.416-1.873-.416-2.394 0-.518.418-.104 1.128 0 1.553.08.325.913 2.184 3.596 4.49a26.416 26.416 0 0 0 2.963 2.181c5.098 3.227 9.991 5.412 9.991 5.412s-3.227 9.886-.205 17.381c3.018 7.494 9.263 9.27 12.385 9.27 3.123 0 7.661-2.297 7.661-6.564V54.304s1.152.42 2.799.771c1.188.253 2.628.476 4.114.476 3.537.001 6.036-1.664 8.121-3.748zm-2.618-28.922a9.059 9.059 0 0 0-9.058 9.057c0 4.999 4.055 9.056 9.058 9.056 4.998 0 9.052-4.057 9.052-9.056 0-5-4.054-9.057-9.052-9.057z"/><path d="M27.852 22.881c-5 0-9.053 4.057-9.053 9.057 0 4.999 4.052 9.056 9.053 9.056 5.003 0 9.058-4.057 9.058-9.056 0-5-4.055-9.057-9.058-9.057z"/></svg>
<svg class="tc-image-social-skype tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.002784729003906 38.00437545776367"><path d="M27.37 27.02c-.746 1.078-1.842 1.914-3.273 2.517-1.435.604-3.13.908-5.088.908-2.347 0-4.29-.41-5.823-1.241a7.565 7.565 0 0 1-2.651-2.381c-.682-.997-1.026-1.968-1.026-2.918 0-.562.213-1.047.629-1.444.42-.401.961-.6 1.599-.6.524 0 .972.157 1.338.47.363.31.667.763.917 1.363.298.692.623 1.275.968 1.735.343.456.825.84 1.45 1.14.618.296 1.44.448 2.47.448 1.409 0 2.547-.304 3.418-.908.876-.604 1.297-1.343 1.297-2.233 0-.714-.227-1.28-.691-1.72-.47-.447-1.076-.784-1.828-1.021-.755-.24-1.769-.494-3.04-.76-1.705-.376-3.132-.806-4.287-1.304-1.157-.5-2.078-1.183-2.76-2.044-.685-.874-1.026-1.955-1.026-3.238 0-1.225.36-2.314 1.081-3.268.72-.955 1.763-1.685 3.123-2.192 1.355-.51 2.95-.764 4.778-.764 1.461 0 2.725.169 3.795.507 1.067.338 1.957.785 2.668 1.347.707.557 1.227 1.148 1.556 1.769.329.62.495 1.228.495 1.82 0 .552-.214 1.05-.63 1.49a2.07 2.07 0 0 1-1.57.659c-.56 0-.999-.127-1.304-.402-.297-.266-.609-.688-.946-1.275-.426-.82-.936-1.456-1.53-1.912-.578-.448-1.532-.684-2.859-.68-1.227 0-2.21.249-2.951.743-.746.498-1.103 1.077-1.105 1.752.002.427.123.785.37 1.09.248.308.596.578 1.042.802.446.232.9.41 1.357.536.461.13 1.227.32 2.291.57 1.335.287 2.547.608 3.635.958 1.086.355 2.013.777 2.779 1.284a5.402 5.402 0 0 1 1.806 1.925c.433.777.649 1.727.649 2.846 0 1.347-.376 2.555-1.123 3.627zm9.043-5.264c.142-.895.217-1.816.217-2.753 0-9.736-7.893-17.628-17.63-17.628-.935 0-1.855.076-2.752.216A10.596 10.596 0 0 0 10.654.003C4.77.003 0 4.773 0 10.66c0 2.052.582 3.969 1.586 5.594-.139.9-.215 1.812-.215 2.749 0 9.74 7.893 17.628 17.629 17.628.934 0 1.855-.072 2.752-.211a10.64 10.64 0 0 0 5.593 1.583C33.231 38.003 38 33.236 38 27.35a10.6 10.6 0 0 0-1.587-5.594z"/></svg>
<svg class="tc-image-social-skype-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.014137268066406 18.61415672302246"><path d="M5.865 2.004c.751 0 1.44.202 2.069.61.324-.08.711-.122 1.157-.122 1.846 0 3.418.67 4.717 2.008 1.299 1.34 1.948 2.962 1.948 4.87 0 .466-.051.953-.152 1.461.264.59.396 1.187.396 1.794 0 1.097-.38 2.036-1.142 2.815-.761.781-1.668 1.173-2.725 1.173a3.714 3.714 0 0 1-1.825-.488c-.527.081-.933.122-1.217.122-1.847 0-3.425-.67-4.733-2.009S2.395 11.276 2.395 9.37c0-.447.051-.902.152-1.37A3.897 3.897 0 0 1 2 5.961c0-1.096.376-2.029 1.126-2.799.75-.772 1.664-1.158 2.739-1.158M9 12.534c-.406 0-.729-.06-.975-.183-.263-.142-.445-.284-.547-.425-.243-.447-.376-.68-.396-.7a1.53 1.53 0 0 0-.364-.609 1.072 1.072 0 0 0-.61-.213.947.947 0 0 0-.7.274.874.874 0 0 0-.274.64c0 .385.144.8.428 1.247.263.405.629.741 1.096 1.003.648.346 1.45.52 2.404.52.79 0 1.49-.123 2.1-.366.609-.284 1.055-.639 1.339-1.065.304-.467.456-.975.456-1.522 0-.445-.08-.852-.242-1.217-.163-.304-.416-.578-.762-.82a5.854 5.854 0 0 0-1.156-.548 22.257 22.257 0 0 0-1.461-.396 5.869 5.869 0 0 1-.533-.107l-.41-.106a2.897 2.897 0 0 1-.518-.212 1.053 1.053 0 0 1-.396-.336.527.527 0 0 1-.152-.396c0-.243.142-.455.426-.639.265-.203.649-.305 1.156-.305.508 0 .884.092 1.127.273.263.225.456.478.577.762.163.264.295.446.396.547a.929.929 0 0 0 .578.184.954.954 0 0 0 .699-.306.9.9 0 0 0 .275-.669c0-.202-.072-.467-.214-.79a4.128 4.128 0 0 0-.639-.73c-.284-.224-.659-.417-1.127-.579a5.47 5.47 0 0 0-1.552-.213c-.73 0-1.38.11-1.948.335-.566.2-1.003.505-1.307.911a2.267 2.267 0 0 0-.457 1.4c0 .527.143.984.426 1.37.346.405.73.688 1.156.851.488.224 1.076.407 1.766.548.121.021.27.056.441.106l.457.123.319.075c.284.103.517.243.699.427.183.141.274.354.274.64 0 .345-.162.628-.486.852-.364.243-.821.364-1.369.364M5.865.004c-1.609 0-3.053.61-4.174 1.765C.586 2.903 0 4.354 0 5.961c0 .832.156 1.62.466 2.348a8.15 8.15 0 0 0-.07 1.062c0 2.438.853 4.547 2.532 6.267 1.693 1.732 3.768 2.61 6.164 2.61.254 0 .547-.02.896-.06.69.283 1.409.426 2.146.426 1.588 0 3.025-.614 4.157-1.777A5.912 5.912 0 0 0 18 12.627c0-.678-.111-1.35-.332-2.005a9.16 9.16 0 0 0 .089-1.25c0-2.438-.846-4.545-2.513-6.264C13.559 1.373 11.489.493 9.092.493a8.21 8.21 0 0 0-.801.038A5.717 5.717 0 0 0 5.865.004z"/></svg>
<svg class="tc-image-social-slashdot tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.822999954223633 38"><path d="M30.823 31.996c0-3.314-2.7-6.004-6.027-6.004-3.33 0-6.027 2.69-6.027 6.004 0 3.319 2.697 6.004 6.027 6.004 3.327 0 6.027-2.685 6.027-6.004zM0 37.696L16.785 0h7.266L7.271 37.696H.001z"/></svg>
<svg class="tc-image-social-smashing-mag tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.36913299560547 77.36817169189453"><path d="M34.403 44.01c-3.727-1.409-7.23-3.227-10.202-5.402-.077-.056-.157-.11-.233-.168a31.408 31.408 0 0 1-1.26-.99l-.315-.268a28.525 28.525 0 0 1-1.03-.919c-.062-.058-.127-.115-.188-.173-.373-.357-.73-.724-1.074-1.096-.091-.098-.18-.197-.268-.296a22.28 22.28 0 0 1-.877-1.037c-.041-.052-.085-.102-.125-.154a19.66 19.66 0 0 1-.862-1.204c-.07-.104-.137-.21-.204-.315a18.347 18.347 0 0 1-.693-1.17c-.021-.04-.045-.078-.066-.118a16.715 16.715 0 0 1-.75-1.642 15.601 15.601 0 0 1-.463-1.318l-.02-.06a14.956 14.956 0 0 1-.393-1.762c-.08-.482-.144-.968-.176-1.464a25.967 25.967 0 0 1-.047-1.963c.002-.199.018-.392.025-.589.016-.447.039-.892.08-1.329.022-.219.052-.435.079-.652a20.54 20.54 0 0 1 .318-1.854c.09-.413.198-.82.315-1.224.053-.183.104-.366.163-.547.148-.454.316-.9.499-1.34.049-.12.092-.243.144-.362a18.909 18.909 0 0 1 3.185-4.943L4.895 13.26a5.637 5.637 0 0 0-4.171 6.793l12.535 52.421a5.637 5.637 0 0 0 6.793 4.171l6.45-1.543c-2.503-.829-6.832-2.409-10.981-4.623l6.015-13.644s7.079 6.304 17.242 6.304c10.165 0 14.682-11.93-4.375-19.129zm42.243 13.306L64.11 4.896A5.636 5.636 0 0 0 57.317.723L46.52 3.305a41.758 41.758 0 0 1 4.282.916l.357.097c.24.066.488.136.738.21a45.012 45.012 0 0 1 1.477.454c.116.037.237.08.355.12a53.161 53.161 0 0 1 1.32.463c.286.105.576.215.868.33.133.051.263.1.397.153.406.162.818.335 1.235.515.14.061.285.127.428.19a51.746 51.746 0 0 1 1.39.644c.452.22.906.444 1.365.685l-4.702 13.03s-3.913-4.37-14.405-4.903c-9.974-.504-15.522 10.285 3.93 16.647a47.04 47.04 0 0 1 1.67.585c.15.055.299.112.447.17.42.16.832.323 1.234.491.123.051.248.101.369.153a39.35 39.35 0 0 1 1.484.671l.18.09a37.569 37.569 0 0 1 1.575.813c.379.208.75.42 1.109.636l.194.115c.424.26.833.523 1.229.792l.202.141c.327.226.645.456.953.69.084.063.169.126.252.191.357.276.706.556 1.038.841 5.63 4.835 7.638 10.851 7.476 16.562-.128 4.513-1.707 8.184-3.538 10.953l11.048-2.64a5.638 5.638 0 0 0 4.169-6.794z"/></svg>
<svg class="tc-image-social-snapchat tc-image-button" width="22pt" height="22pt" viewBox="0 0 480.0210266113281 448"><path d="M479.998 328.389l-.189-14.501-14.398-1.278c-15.413-1.396-43.8-7.219-54.301-16.9-16.281-15.011-35.688-36.199-35.688-51.893 0-1.014 0-2.546 4.15-5.186 4.985-3.174 12.589-5.584 19.297-7.71 5.217-1.654 10.144-3.217 14.394-5.236 9.236-4.39 18.498-15.978 17.471-28.807-1.215-15.166-14.424-27.046-30.072-27.046-4.021 0-8.068.76-12.027 2.259-8.027 3.041-13.743 4.41-17.705 4.962.747-9.319 1.791-20.12 3.211-30.67 5.111-37.948-5.281-73.509-29.264-101.042C319.498 16.208 281.376 0 240.283 0H240c-41.093 0-79.215 16.208-104.591 45.341-23.982 27.534-34.375 63.345-29.265 101.292 1.416 10.51 2.46 21.231 3.21 30.618-3.97-.559-9.686-1.998-17.703-5.034-3.965-1.502-8.017-2.295-12.043-2.295-15.641-.001-28.844 11.852-30.057 27.003-1.027 12.818 8.235 24.393 17.47 28.783 4.251 2.02 9.181 3.578 14.4 5.232 6.707 2.125 14.309 4.532 19.293 7.703 4.147 2.639 4.147 4.168 4.147 5.182 0 8.66-6.191 24.691-35.688 51.888-10.499 9.681-39.055 15.501-54.588 16.897L.013 313.921 0 328.603c0 1.679.312 10.546 6.485 20.319 5.246 8.306 16.073 19.283 37.863 24.407a1139.713 1139.713 0 0 0 15.208 3.454c2.306.512 4.555 1.01 6.454 1.453l.081.623c.9 7.004 1.611 12.535 4.392 17.75 2.453 4.6 8.574 12.316 22.015 12.316 2.478 0 5.249-.246 8.472-.751 1.672-.263 3.386-.554 5.2-.863 7.116-1.212 15.182-2.587 23.451-2.587 10.277 0 18.732 2.188 25.846 6.688 4.531 2.867 8.892 5.972 13.509 9.26C186.967 433.481 207.358 448 240 448c32.726 0 53.293-14.582 71.439-27.446 4.576-3.244 8.898-6.309 13.377-9.142 7.113-4.5 15.568-6.688 25.846-6.688 8.27 0 16.334 1.375 23.449 2.586 1.814.311 3.529.602 5.202.864 3.223.505 5.993.751 8.472.751 13.44 0 19.562-7.715 22.015-12.313 2.781-5.214 3.492-10.746 4.392-17.749l.082-.629c1.898-.441 4.148-.941 6.455-1.452 4.023-.892 9.029-2.001 15.206-3.454 21.851-5.139 32.611-16.17 37.79-24.518 6.097-9.828 6.296-18.736 6.273-20.421zM192 96c8.836 0 16 10.745 16 24s-7.164 24-16 24-16-10.745-16-24 7.164-24 16-24zm103.615 77.698C280.368 188.725 260.617 197 240 197c-20.838 0-40.604-8.29-55.657-23.343a8 8 0 1 1 11.313-11.313C207.688 174.374 223.436 181 240 181c16.387 0 32.15-6.64 44.385-18.698a8 8 0 0 1 11.23 11.396zM288 144c-8.836 0-16-10.746-16-24s7.164-24 16-24 16 10.746 16 24-7.164 24-16 24z"/></svg>
<svg class="tc-image-social-snapchat-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 480.0210266113281 448"><g transform="translate(-16 -32)"><path d="M256.283 47.553c70.693 0 128 54.682 118 128.931-2.072 15.388-3.422 31.483-4.26 44.759 0 0 2.402 4.253 12.664 4.253 6.071 0 14.895-1.543 27.596-6.354 2.236-.847 4.377-1.241 6.377-1.241 7.918 0 13.615 5.931 14.123 12.271.426 5.31-4.564 11.199-8.371 13.009-13.766 6.542-46.991 10.063-46.991 32.638 0 22.576 22.362 46.656 40.862 63.713S480 360.602 480 360.602s.283 21.57-31.717 29.097c-32 7.524-32.1 5.712-33.25 13.796-2.133 14.979-1.535 21.378-11.248 21.378-1.672 0-3.651-.19-6.002-.558-8.23-1.291-19.239-3.644-31.121-3.644-11.216 0-23.21 2.097-34.379 9.161-23 14.549-41.283 34.114-76.283 34.114s-53-19.565-76-34.114c-11.17-7.065-23.162-9.161-34.379-9.161-11.88 0-22.892 2.353-31.121 3.644-2.352.367-4.33.558-6.002.558-9.71 0-9.115-6.399-11.248-21.378-1.151-8.084-1.25-6.27-33.25-13.795s-32-29.097-32-29.097 45.5-4.012 64-21.068c18.5-17.058 40.862-41.134 40.862-63.71 0-22.575-33.226-26.09-46.991-32.632-3.807-1.81-8.796-7.687-8.371-12.997.507-6.336 6.196-12.251 14.107-12.25 2.004 0 4.152.38 6.393 1.229 12.749 4.829 21.588 6.342 27.662 6.342 10.204 0 12.598-4.273 12.598-4.273-.837-13.275-2.187-29.371-4.259-44.759-10-74.249 47.307-128.931 118-128.931M256.283 32H256c-41.093 0-79.215 16.208-104.591 45.341-23.982 27.534-34.375 63.345-29.265 101.292 1.416 10.51 2.46 21.231 3.21 30.618-3.97-.559-9.686-1.998-17.703-5.034-3.965-1.502-8.017-2.295-12.043-2.295-15.641-.001-28.844 11.852-30.057 27.003-1.027 12.818 8.235 24.393 17.47 28.783 4.251 2.02 9.181 3.578 14.4 5.232 6.707 2.125 14.309 4.532 19.293 7.703 4.147 2.639 4.147 4.168 4.147 5.182 0 8.66-6.191 24.691-35.688 51.888-10.499 9.681-39.055 15.501-54.588 16.897l-14.572 1.311L16 360.603c0 1.679.312 10.546 6.485 20.319 5.246 8.306 16.073 19.283 37.863 24.407a1139.713 1139.713 0 0 0 15.208 3.454c2.306.512 4.555 1.01 6.454 1.453l.081.623c.9 7.004 1.611 12.535 4.392 17.75 2.453 4.6 8.574 12.316 22.015 12.316 2.478 0 5.249-.246 8.472-.751 1.672-.263 3.386-.554 5.2-.863 7.116-1.212 15.182-2.587 23.451-2.587 10.277 0 18.732 2.188 25.846 6.688 4.531 2.867 8.892 5.972 13.509 9.26C202.967 465.481 223.358 480 256 480c32.726 0 53.293-14.582 71.439-27.446 4.576-3.244 8.898-6.309 13.377-9.142 7.113-4.5 15.568-6.688 25.846-6.688 8.27 0 16.334 1.375 23.449 2.586 1.814.311 3.529.602 5.202.864 3.223.505 5.993.751 8.472.751 13.44 0 19.562-7.715 22.015-12.313 2.781-5.214 3.492-10.746 4.392-17.749l.082-.629c1.898-.441 4.148-.941 6.455-1.452 4.023-.892 9.029-2.001 15.206-3.454 21.851-5.139 32.611-16.17 37.79-24.518 6.098-9.828 6.296-18.736 6.273-20.422l-.189-14.501-14.398-1.278c-15.413-1.396-43.8-7.219-54.301-16.9-16.281-15.011-35.688-36.199-35.688-51.893 0-1.014 0-2.546 4.15-5.186 4.985-3.174 12.589-5.584 19.297-7.71 5.217-1.654 10.144-3.217 14.394-5.236 9.236-4.39 18.498-15.978 17.471-28.807-1.215-15.166-14.424-27.046-30.072-27.046-4.021 0-8.068.76-12.027 2.259-8.027 3.041-13.743 4.41-17.705 4.962.747-9.319 1.791-20.12 3.211-30.67 5.111-37.948-5.281-73.509-29.264-101.042C335.498 48.208 297.376 32 256.283 32z"/><path d="M256 229c-20.838 0-40.604-8.29-55.657-23.343a8 8 0 1 1 11.313-11.313C223.688 206.374 239.436 213 256 213c16.387 0 32.15-6.64 44.385-18.698a8 8 0 0 1 11.23 11.395C296.368 220.725 276.617 229 256 229z"/><ellipse cx="208" cy="152" rx="16" ry="24"/><ellipse cx="304" cy="152" rx="16" ry="24"/></g></svg>
<svg class="tc-image-social-soundcloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 16.046005249023438"><path d="M18.238 2.011v14.035h15.137v-.017C36.563 15.825 38 13.845 38 11.434c0-2.55-1.926-4.61-4.519-4.61-.666 0-1.213.134-1.792.383C31.274 3.162 27.842 0 23.616 0c-2.067 0-3.946.76-5.378 2.01zm-1.513 1.756a6.88 6.88 0 0 0-1.674-.713v12.992h2.39V2.809c-.262.3-.501.625-.716.958zm-4.065-.933v13.212h1.594V2.885a6.564 6.564 0 0 0-1.005-.072 8.8 8.8 0 0 0-.59.021zM9.474 3.949v12.096h1.593V3.169c-.57.19-1.104.456-1.593.78zM6.62 8.31c-.11-.067-.217-.135-.334-.194v7.93h1.593V5.444a6.535 6.535 0 0 0-1.26 2.866zM3.1 7.787v8.098c.377.106.773.16 1.183.16h.41V7.643a4.346 4.346 0 0 0-1.594.144zM0 11.836a4.19 4.19 0 0 0 1.506 3.209V8.627A4.18 4.18 0 0 0 0 11.836z"/></svg>
<svg class="tc-image-social-spotify tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00456237792969 38.000003814697266"><path d="M20.014 32.769c-3.218 0-6.068 1.553-7.886 3.93A18.842 18.842 0 0 0 19 38c3.007 0 5.84-.714 8.367-1.96a9.902 9.902 0 0 0-7.353-3.271zM6.99 12.177a33.274 33.274 0 0 1 12.502-2.432c4.382 0 8.56.853 12.394 2.386.52.265.883.785.883 1.405 0 .883-.715 1.596-1.596 1.596-.123 0-.24-.025-.354-.05a30.277 30.277 0 0 0-22.66 0c-.114.025-.227.05-.347.05a1.59 1.59 0 1 1-.822-2.956zm23.785 7.672a1.066 1.066 0 0 1-.867.464c-.1 0-.192-.03-.285-.055a24.958 24.958 0 0 0-10.13-2.14 25 25 0 0 0-10.065 2.106 1.078 1.078 0 0 1-.351.072c-.37 0-.682-.194-.877-.481l-.206-.616a1.06 1.06 0 0 1 .376-.79 27.024 27.024 0 0 1 11.122-2.386c3.964 0 7.722.857 11.117 2.382.228.194.374.481.38.798M29.157 24.7c-.277.616-.771.743-1.35.477a19.703 19.703 0 0 0-8.316-1.828c-3.048 0-5.934.692-8.517 1.921-.276.13-.884.19-1.157-.6-.274-.785.158-1.232.407-1.346a21.812 21.812 0 0 1 9.267-2.07c3.256 0 6.39.621 9.118 1.998.431.22.824.836.547 1.448zM6.709 33.474c2.924-4.214 7.785-6.984 13.305-6.984 5.027 0 9.503 2.297 12.475 5.886a18.93 18.93 0 0 0 5.51-13.372C38 8.508 29.495 0 19 0 8.508 0 0 8.508 0 19.004c0 5.802 2.61 10.986 6.71 14.47z"/></svg>
<svg class="tc-image-social-squidoo tc-image-button" width="22pt" height="22pt" viewBox="0 0 83.45299530029297 89.43299865722656"><path d="M82.224 60.708c-2.183-7.806-8.903-13.12-16.914-13.415-1.315-.048-2.246-.641-2.768-1.781-.873-1.911-.825-3.857.09-5.752.855-1.768 1.788-3.498 2.615-5.279 1.093-2.353 1.786-4.754 1.303-7.436-.572-3.186-2.348-5.565-4.615-7.671-3.786-3.518-8.419-5.38-13.33-6.632-3.276-.829-5.171-2.894-5.898-6.129-.204-.906-.38-1.816-.571-2.727-.331.528-.421 1.053-.479 1.581-.468 4.473 1.55 7.812 5.688 9.432.487.188.979.361 1.458.567 3.119 1.337 6.103 2.878 8.448 5.421 3.19 3.463 3.458 6.984.775 10.809-1.561 2.225-3.585 4.088-5.046 6.621-.067-.357-.093-.508-.122-.656-.631-3.022-1.328-6.016-3.086-8.656-3.785-5.672-8.855-9.774-15.038-12.582-2.406-1.092-4.819-2.156-6.77-4.068C24.47 8.933 23.16 4.772 23.445 0h-.482c.011.157.052.318.026.473-1.328 7.803.982 14.318 6.875 19.602 2.26 2.022 4.78 3.652 7.396 5.155 3.435 1.975 5.693 4.819 6.158 8.839.244 2.111.253 4.246.408 6.368.059.78-.424.508-.768.456-4.072-.635-7.94-1.886-11.692-3.598-3.792-1.73-6.243-4.537-7.444-8.492-.233-.766-.485-1.531-.714-2.298-.816-2.724-1.428-5.518-2.653-8.107-1.139-2.408-2.727-4.489-5.382-5.188-5.015-1.32-9.939-.958-14.629 1.432-.24.119-.544.219-.412.602.224.195.454.051.682.012 2.507-.437 4.997-.496 7.539-.085 5.069.816 8.188 3.558 9.154 8.667.321 1.692.834 3.354 1.12 5.051 1.537 9.107 6.444 15.828 14.341 20.472 1.579.927 3.131 1.905 4.907 2.989-2.072.373-3.938.721-5.808 1.049-3.875.676-7.755 1.319-11.715 1.094-2.149-.118-4.088-.591-4.943-2.9-.251-.674-.492-1.359-.655-2.057-.987-4.239-.801-8.553-.628-12.838.187-4.564-2.917-8.449-7.45-8.964-.219-.023-.536-.143-.687.122 2.471 1.934 4.377 4.141 4.104 7.482-.138 1.674-.469 3.336-.768 4.994-.735 4.078-1.42 8.158-.813 12.322.587 4.023 2.304 7.344 6.01 9.349 2.296 1.245 4.777 1.817 7.391 1.899 4.685.146 9.281-.672 13.876-1.352 4.19-.619 6.912 1.089 7.659 5.25.14.788.235 1.59.284 2.389.3 4.939 1.989 9.313 5.376 12.953 4.094 4.395 9.272 6.291 15.128 5.488 9.154-1.254 14.866-6.853 17.803-15.406 1.414-4.113 1.353-8.34.185-12.516z"/></svg>
<svg class="tc-image-social-stack-overflow tc-image-button" width="22pt" height="22pt" viewBox="0 0 65.85200500488281 84.00299835205078"><path d="M48.195 77.168H6.134l.221-28.143-6.32-.06L0 84.003h54.853V49.129h-6.658z"/><path d="M10.34 65.604h32.947v7.008H10.34zm.773-12.617l32.97 3.183-.69 7.153-32.97-3.183zm3.016-14.269l31.877 8.996-1.951 6.914-31.877-8.996zm7.729-16.124L50.21 39.718l-3.715 6.151-28.352-17.124zm29.577 15.839l-19.29-26.924 5.84-4.185 19.29 26.925zm1.869-37.248L60.39 0l5.462 32.67-7.086 1.184z"/></svg>
<svg class="tc-image-social-stackoverflow tc-image-button" width="22pt" height="22pt" viewBox="0 0 29 38.5"><path d="M0 23.5h3v12h19v-12h3v15H0v-15zm20 10H5v-3h15v3zm-.21-4.711L4.827 27.743l.21-2.993L20 25.796l-.21 2.993zm.215-4.053l-14.49-3.882.777-2.898 14.49 3.883-.777 2.898zm.835-4.183l-12.99-7.5 1.5-2.599 12.99 7.5-1.5 2.599zm2.055-3.187L14.08 5.23l2.427-1.763 8.816 12.135-2.427 1.764zm3.127-2.112L24.194.366 27.172 0 29 14.888l-2.978.366z"/></svg>
<svg class="tc-image-social-steam tc-image-button" width="22pt" height="22pt" viewBox="0 0 96.99899291992188 44.33800506591797"><path d="M90.93 13.104a7.04 7.04 0 0 1-14.08 0 7.043 7.043 0 0 1 7.039-7.039 7.044 7.044 0 0 1 7.041 7.039zM83.854 0c-7.218 0-13.08 5.822-13.145 13.025l-8.19 11.736a9.715 9.715 0 0 0-6.024 1.326L19.401 11.17c-.97-4.4-4.903-7.719-9.586-7.719C4.409 3.451 0 7.875 0 13.279c0 5.41 4.409 9.816 9.815 9.816 1.83 0 3.541-.504 5.009-1.379l37.094 14.889c.959 4.412 4.893 7.733 9.584 7.733 5.083 0 9.275-3.896 9.762-8.858l12.589-9.201c7.258 0 13.146-5.877 13.146-13.135S91.112 0 83.854 0zm0 4.332c4.863 0 8.813 3.951 8.813 8.812 0 4.863-3.951 8.801-8.813 8.801-4.861 0-8.813-3.938-8.813-8.801 0-4.861 3.952-8.812 8.813-8.812zM9.815 6.051a7.198 7.198 0 0 1 6.377 3.832l-3.588-1.436v.016a5.723 5.723 0 0 0-7.256 3.248 5.735 5.735 0 0 0 2.978 7.379v.014l3.046 1.215a7.2 7.2 0 0 1-1.557.178A7.198 7.198 0 0 1 2.6 13.28a7.208 7.208 0 0 1 7.215-7.229zm51.687 21.254a7.197 7.197 0 0 1 7.216 7.217 7.197 7.197 0 0 1-7.216 7.215 7.192 7.192 0 0 1-6.389-3.844c1.187.48 2.375.953 3.56 1.436 2.941 1.182 6.292-.242 7.473-3.182 1.183-2.941-.254-6.275-3.196-7.459l-3.004-1.205a7.39 7.39 0 0 1 1.556-.178z"/></svg>
<svg class="tc-image-social-stumbleupon tc-image-button" width="22pt" height="22pt" viewBox="0 0 78.01629638671875 78.01094055175781"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M69.804 15.095a38.805 38.805 0 0 1 8.199 23.916c0 21.536-17.464 39-39 39-15.152 0-28.29-8.646-34.745-21.271h16.998c8.1 0 13.758-4.366 13.758-11.345 0-14.791-17.063-8.765-17.063-14.014 0-2.53 2.029-3.45 5.742-3.45h11.83c3.279 0 7.136.589 7.136 4.167v11.787c0 8.535 6.665 12.854 13.573 12.854 7.026 0 13.57-4.32 13.57-12.854v-28.79h.002z"/><path d="M39.004.01A38.817 38.817 0 0 1 60.94 6.768V44.16c0 2.592-2.12 4.713-4.708 4.713-2.591 0-4.71-2.121-4.71-4.713V32.956c0-8.945-4.526-12.666-10.422-12.666H21.91c-6.946 0-12.71 4.422-12.71 11.434 0 3.588 1.538 8.846 8.807 10.15 5.92 1.066 8.258.756 8.258 3.924 0 3.076-3.446 3.076-7.995 3.076H1.264A38.94 38.94 0 0 1 .003 39.01c0-21.531 17.466-39 39-39z"/></g></svg>
<svg class="tc-image-social-theverge tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 34"><path d="M10.5 8h-4L19 30 36 0h-4L19 22.5 10.5 8z"/><path fill-opacity=".604" d="M2.5 0H32L19 22.5l-2.08-3.547L25.5 4H0l2.5-4z"/><path fill-opacity=".804" d="M38 4L21 34h-4L0 4h25.5l-2.295 4H6.5L19 30 36 0l2 4z"/></svg>
<svg class="tc-image-social-treehouse tc-image-button" width="22pt" height="22pt" viewBox="0 0 77.00886535644531 84.59599304199219"><path d="M37.669 32.108c-4.657 3.569-9.147 7.375-14.374 10.134-.805.424-1.617.818-2.504 1.064a5.438 5.438 0 0 0-3.995 5.316c.027 2.404 1.728 4.602 4.035 5.211 2.397.632 5.02-.336 6.117-2.566 1.44-2.941 3.917-4.77 6.447-6.576.98-.698 1.347-.599 2.136.34.879-1.788 1.739-3.531 2.602-5.285.268.158.206.327.168.455-1.433 4.971-2.683 9.996-4.333 14.9-.362 1.081-.887 1.932-1.946 2.604-2.8 1.774-3.51 5.462-1.78 8.305 1.687 2.773 5.243 3.746 8.16 2.229 2.886-1.498 4.159-5.016 2.73-7.971-.51-1.059-.545-2.004-.266-3.055.733-2.781 1.176-5.658 2.69-8.183.67-1.116 1.463-2.126 2.564-2.85 1.274-.842 2.244-.669 3.166.536 1.108 1.451 1.659 3.041 1.506 4.908-.21 2.553 1.348 4.816 3.712 5.617a5.474 5.474 0 0 0 6.253-2.044c1.464-2.086 1.402-4.719-.332-6.697-1.985-2.269-4.128-4.39-5.936-6.815-3.092-4.147-3.367-8.433-.753-12.913 1.425-2.437 2.8-4.904 4.218-7.347 1.265-2.175 2.849-4.059 5.09-5.302 1.894-1.051 3.757-1.246 5.677.016 1.229.809 2.566 1.455 3.838 2.201 2.888 1.695 4.422 4.222 4.429 7.576.02 10.938.02 21.873-.001 32.806-.008 3.282-1.496 5.829-4.325 7.442A5336.43 5336.43 0 0 1 42.994 82.94c-2.933 1.648-5.955 1.656-8.891.013-9.965-5.585-19.925-11.18-29.85-16.836-2.76-1.572-4.228-4.072-4.234-7.291a9862.616 9862.616 0 0 1 0-33.087c.006-3.18 1.436-5.686 4.159-7.238a3074.74 3074.74 0 0 1 30.264-17.06C37.037 0 39.827.06 42.502 1.362c1.552.752 3.02 1.671 4.516 2.532 1.19.682 1.715 1.797 1.872 3.101.279 2.302-.282 4.427-1.402 6.418-1.368 2.434-2.693 4.899-4.153 7.278-2.641 4.301-6.46 6.925-11.48 7.723-3.206.506-6.39.077-9.571-.28-2.353-.267-4.523.997-5.311 3.159-.802 2.211.017 4.577 2.016 5.828 1.977 1.233 4.445.929 6.099-.826 1.04-1.099 2.44-1.039 3.743-1.266 1.015-.178 2.056-.212 3.09-.27.37-.021.655-.187.957-.345 1.556-.818 3.106-1.635 4.657-2.458.043.055.089.101.134.152z"/></svg>
<svg class="tc-image-social-trello tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M4 0h30a4 4 0 0 1 4 4v30a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm3.5 5A2.5 2.5 0 0 0 5 7.5v22A2.5 2.5 0 0 0 7.5 32h6a2.5 2.5 0 0 0 2.5-2.5v-22A2.5 2.5 0 0 0 13.5 5h-6zm17 0A2.5 2.5 0 0 0 22 7.5v12a2.5 2.5 0 0 0 2.5 2.5h6a2.5 2.5 0 0 0 2.5-2.5v-12A2.5 2.5 0 0 0 30.5 5h-6z"/></svg>
<svg class="tc-image-social-tumbler tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 7.922999382019043 12.999999046325684"><path d="M7.923 12.277v-2.066c-.669.448-1.32.67-1.952.67-.298 0-.631-.094-1.004-.277-.223-.151-.354-.317-.393-.503-.11-.224-.178-.708-.178-1.454V5.356h3v-2h-3V0H2.624c-.149.782-.298 1.338-.448 1.673-.184.41-.482.782-.891 1.116A4 4 0 0 1 0 3.514v1.842h1.396v4.521c0 .52.073.964.223 1.337.111.298.334.595.671.893.259.262.631.484 1.115.67.595.15 1.114.223 1.562.223.52 0 1.004-.056 1.45-.167a5.75 5.75 0 0 0 1.506-.556"/></svg>
<svg class="tc-image-social-tumbler-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M11.377 12.59v-1.234c-.399.268-.788.4-1.166.4-.178 0-.377-.057-.6-.166-.134-.09-.211-.189-.234-.301-.066-.133-.1-.422-.1-.867V8.456h1.834V7.223H9.277V5.256H8.211c-.089.467-.178.8-.267 1-.11.244-.288.467-.533.666-.245.201-.5.345-.767.434v1.101h.833v2.7c0 .311.044.576.134.799.066.178.199.355.4.533.154.156.377.289.666.4.355.09.666.133.934.133.311 0 .6-.033.866-.1.312-.067.612-.178.9-.332"/><path d="M9 18c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9zM9 2C5.141 2 2 5.141 2 9s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7z"/></svg>
<svg class="tc-image-social-tumblr tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 38"><path d="M15.155 31.059c-.64-.376-1.922-1.652-2.155-2.273v-12.75h9v-7h-9v-9L8.037 0c-.243 1.96-.69 3.576-1.342 4.843a10.43 10.43 0 0 1-2.586 3.264C3.038 9.01 1.505 9.805 0 10.286v5.75h5l-.007 12.86c0 1.74.184 3.066.55 3.983.37.911 1.027 1.777 1.979 2.592.95.802 2.099 1.431 3.446 1.875 1.344.434 2.38.654 4.132.654 1.54 0 2.976-.156 4.306-.46 1.328-.313 2.958-.994 4.594-1.754v-6c-1.92 1.254-3.995 2.024-5.937 2.024-1.092 0-2.057-.249-2.908-.751z"/></svg>
<svg class="tc-image-social-tumblr-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 255.9000244140625 416"><path d="M193 348.3c-11.8 0-22.4-2.8-31.5-8.3-6.9-4.1-11.5-9.6-14-16.4-2.6-6.9-3.6-22.3-3.6-46.4V176h96v-64h-96V0H82c-2.7 21.5-7.5 44.7-14.5 58.6s-14 25.8-25.6 35.7c-11.6 9.9-25.6 17.9-41.9 23.3V176h48v140.4c0 19 2 33.5 5.9 43.5 4 10 11.1 19.5 21.4 28.4 10.3 8.9 22.8 15.7 37.3 20.5 14.6 4.8 31.4 7.2 50.4 7.2 16.7 0 30.3-1.7 44.7-5.1 14.4-3.4 30.5-9.3 48.2-17.6v-65.6c-20.9 13.7-41.8 20.6-62.9 20.6zm46.8 34.7c-13.1 5.7-25.1 9.9-35.9 12.4-13.1 3.1-25.6 4.6-41.1 4.6-17.2 0-32.5-2.2-45.4-6.4-12.5-4.1-23.2-10-31.9-17.5-8.3-7.2-14-14.6-17-22.2-2.2-5.5-4.8-16.6-4.8-37.6V160H15.8v-31.3c13.4-5.6 25.5-13 36.3-22.2 13.2-11.2 21.6-24.9 29.6-40.7 7.1-14 11.6-34 14.1-49.8h32v112h96v32h-96v117.1c0 34.6 2.4 46 4.6 52 3.8 10.3 10.8 18.6 21 24.6 11.7 7 25 10.5 39.7 10.5 15.7 0 31.3-3.3 46.7-9.8V383z"/></svg>
<svg class="tc-image-social-tux tc-image-button" width="22pt" height="22pt" viewBox="0 0 399.7490234375 449.2519836425781"><path d="M204.298 69.3c-.6 1-1.2 2-1.7 3.1 1.8-3.5 4.3-6.5 7.4-8.7-2.1 1.3-4.1 3.1-5.7 5.6-.6 1 1.6-2.5 0 0z"/><path d="M375.898 364c-6.7-4-13.2-11-12-18.8 2.3-15.3 2.5-21.5-.2-25.8-1.899-3.2-5.5-5-8.6-5.801 2-2.5 3.1-5.399 3.8-10.899 1.842-14.168-3.239-30.67-6.61-44.243-4.445-17.9-10.319-34.014-20.432-49.522-16.489-25.288-37.253-46.804-51.857-73.435-9.7-29-4.301-47.1-4.801-66.2-.9-37.3-26.9-69.3-64.6-69.3h-14c-37.5 0-58 26.9-58 60a17033.74 17033.74 0 0 1 2 50c.769 19.756 1.98 37.667-8 55.3-7.033 12.488-19.571 22.43-28.592 33.478-9.525 11.665-13.06 23.669-17.859 37.619-5.987 17.401-21.275 30.906-24.886 48.929-1.658 8.271 2.726 17.857-.83 24.693-3.698 7.109-.813 14.469-2.833 21.682-3.505 11.729-20.731 10.729-30.215 11.508-17.602 1.443-11.051 17.988-7.843 29.701 5.598 20.435-19.54 42.078 11.032 50.471 13.989 3.84 28.586 5.13 42.727 8.32 13.981 3.154 26.917 8.612 40.396 13.262 10.469 3.611 20.262 4.146 30.323-1.232 10.982-5.87 18.947-15.083 31.691-17 24.707-3.716 54.829-4.169 79.373.63 7.507 1.468 10.075 6.525 14.905 11.766 8.145 8.838 21.514 10.125 32.794 8.22 11.89-2.01 20.846-9.466 29.686-17.112 12.526-10.835 26.137-17.996 40.791-25.547 7.439-3.833 22.178-9.388 24.159-18.903 2.332-11.212-14.177-17.402-21.519-21.785zm-224.3 55.3c-1.3 13-13.9 20.3-25.4 19.3-19.502-1.649-37.86-12.237-57.164-15.75-9.393-1.709-47.351-3.173-46.943-17.079.215-7.361 5.751-11.666 7.567-18.415 2.811-10.449-5.753-19.932-6.32-30.16-.447-8.081 10.73-7.607 16.288-8.053 8.761-.702 19.157-2.012 23.572-11.043 1.6-3.3-.5-15 1.9-21.8 3.527-10.155 15.489-8.949 23.3-4.899 17.762 9.067 28.943 35.546 38.533 51.821 9.725 16.506 26.712 35.621 24.667 56.078zm116.3-65.6c2.289 11.787 4.224 24.387 1.7 36.3-2.016 9.516-8.562 15.614-12.7 24-2.2-6.8 11.3-16.7 9.8-33.7-.042-.475-.947-10.882-1.036-10.834-1.979 1.082-3.825 5.075-5.304 6.73-4.809 5.383-10.771 9.658-16.729 13.677-13.797 9.306-29.221 15.058-45.83 16.627-21 2-38-10.5-38-10.5 2.517 8.305 8.992 21 1.1 28.3 1.743-15.648-4.876-28.06-11.6-41.7 46.374-24.639-41.363-64.397-53-79.8-10.476-13.896-5.553-31.83-2.7-43.5-3.443 13.775-3.959 41.956 14 46.8 7.922 2.169 5.605-37.071 5.984-41.463 1.58-18.312 7.721-35.997 18.343-51.015 3.399-4.806 1.863-9.533 2.673-15.322 1.693-10.668 7.295-20.547 13.488-29.225 5.169-7.243 1.735-12.618 3.014-21.055.727-4.795 5.118 3.193 5.798 4.279 4 6.5 16.7 22.7 24.7 22 13.277-1.161 24.692-15.938 36.015-22.046 3.591-1.937 14.41-5.242 15.866-9.632 1.768-5.33-12.666-.161-14.114.583-10.782 5.535-31.018 21.448-43.867 15.295-8.762-4.195-10.691-14.994-17.2-20.5 15.4 13.6 21.5 10.5 27.6 9.1 9.665-2.182 18.797-6.486 27.8-10.5 4.217-1.88 20.107-4.041 22.301-8.7 2.745-5.834-5.05-6.726-8.068-3.58-6.251 6.515-15.853 8.981-24.097 11.787-18.885 6.427-37.644 9.131-51.835-8.607-8.354-10.212 15.558-22.504 22.2-28.8 0 0 1-7.2-.6-12.7-1.9-6.5-7.8-9.3-11.9-8.1-4.1 1.1-8 5.5-6.8 14.8 1 8.3 7 11 7 11s-2.7 3.5-5.2 4.7c0 0-.8-.3-3.5-6.3s-6.6-19.5-.3-31.1c6.3-11.6 19.6-5.2 23.8 3.8 3.9 8.3 2.4 22.7 2.4 22.7 3.358-.843 6.835-1.3 10.3-1.3 4.242 0 6.814 4.563 10.6 4.8-.635 0-.564-18.124-.233-20.078 1.099-6.49 4.112-13.619 9.933-17.222 16.087-11.491 34.6 3.916 34.6 21.2.024 4.486-.137 9.215-1.199 13.6-.659 2.637-1.582 8.469-5.114 9.177-1.145.23-10.683-.431-7.985-3.277 12.807-12.812-1.822-38.207-17.4-24.5-5.601 4.199-5.483 13.833-4.801 20 1.098 9.141 20.51 11.541 26.852 13.78 8.224 2.903 7.943 9.626 6.679 17.116-1.9 11.26-2.815 18.792 4.381 28.214 7.344 9.616 12.929 20.086 15.915 31.878 1.483 5.859 1.665 10.843 5.621 15.57 5.983 7.151 10.619 14.805 13.291 23.817 5.225 17.621 6.513 35.422 6.162 53.625-.5 8.199-2.1 15 8.3 9.699 4-2 6.5-2.899 11-3.699 3.101-6.301 4.4-18.301 4.5-24.301.2-13.5-.3-41.5-27.699-71.5 0 0 28.5 21.7 33 62 2.5 22.301-2 34.4-2 34.4 5.3 1.3 10.8 5.3 13.6 9.8-.133-.22 1.038 1.748 1.179 1.864-9.811-8.171-31.708-12.859-39.679.236-2 3.3-3.1 7.6-3.2 11.699-7.1-1.199-12.399 0-16.8 4.9-5.805 7.103-3.005 24.303-1.005 34.703 2 10.3-2-10.4 0 0zm-97.7-260.8c-.2-4.9-2.1-9-4.7-10.8.3-.3.8-.7 1.7-.4 1.4.4 3.5 2.7 4.3 6.3.7 2.9.4 7.7-1.4 7.7-.002-.934.031-1.867.1-2.8-.2-4.9 0 .9 0 0zm54.7-12c.4-.3 1.101-.6 2.3-.3 1.801.4 4.4 2.8 5.301 6.2.699 2.8.1 7.4-2.2 7.3-.005-.903.062-1.803.2-2.7-.101-4.6-2.301-8.6-5.601-10.5.4-.3 3.3 1.9 0 0zm137.1 320c-17.504 7.553-31.304 19.968-47.117 30.19-13.824 8.937-38.156 8.313-40.022-12.879-1.565-17.776 4.184-35.288 1.84-53.357-1.587-12.239-8.534-28.906-2.301-40.854 2.7-5.1 8.101-5.5 12.5-4 3.193 13.267 13.932 23.6 28 23.6 17.031 0 23.542-14.008 34-24.5 3.4.2 7.4 1.101 8.8 4.801 2.301 5.8-1.899 17.5-1.8 22.3.3 15.7 9 19.2 26.4 29 15.3 8.799 4.2 15.099-20.3 25.699-24.1 10.4 24.5-10.6 0 0z"/></svg>
<svg class="tc-image-social-twitch tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 448"><path d="M32 0L0 80v304h96v64h64l64-64h80l112-112V0H32zm176 240h-48V111h48v129zm112 0h-48V111h48v129z"/></svg>
<svg class="tc-image-social-twitch-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 416 448"><path d="M32 0L0 80v304h96v64h64l64-64h80l112-112V0H32zm336 256l-64 64h-96.001L144 384v-64H64V48h304v208z"/><path d="M272 111h48v129h-48zm-112 0h48v129h-48z"/></svg>
<svg class="tc-image-social-twitter tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.33000183105469 32.78192138671875"><path d="M40.329 3.883a16.54 16.54 0 0 1-4.752 1.302A8.3 8.3 0 0 0 39.215.608a16.565 16.565 0 0 1-5.254 2.008 8.263 8.263 0 0 0-6.04-2.613 8.274 8.274 0 0 0-8.274 8.274c0 .648.073 1.28.214 1.885-6.876-.345-12.973-3.64-17.054-8.645a8.234 8.234 0 0 0-1.12 4.16 8.27 8.27 0 0 0 3.68 6.887 8.243 8.243 0 0 1-3.747-1.035v.104a8.28 8.28 0 0 0 6.637 8.113 8.288 8.288 0 0 1-3.737.142 8.282 8.282 0 0 0 7.73 5.746 16.6 16.6 0 0 1-10.277 3.542c-.668 0-1.326-.04-1.973-.116a23.42 23.42 0 0 0 12.683 3.718c15.219 0 23.542-12.608 23.542-23.542 0-.36-.009-.715-.025-1.07a16.81 16.81 0 0 0 4.13-4.283z"/></svg>
<svg class="tc-image-social-twitter-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M12.279 7.283c.358-.221.597-.521.713-.904a3.854 3.854 0 0 1-1.045.383 1.55 1.55 0 0 0-1.182-.507c-.464 0-.855.163-1.175.479a1.585 1.585 0 0 0-.478 1.158c0 .137.017.26.052.364-1.368-.048-2.499-.614-3.391-1.706a1.644 1.644 0 0 0-.227.82c0 .578.244 1.036.73 1.373a1.81 1.81 0 0 1-.73-.209c0 .413.121.758.365 1.062.243.3.557.492.939.573a1.734 1.734 0 0 1-.435.053.826.826 0 0 1-.296-.037c.104.337.296.609.574.818.277.21.597.32.957.33a3.196 3.196 0 0 1-2.035.694c-.188 0-.32-.002-.4-.017a4.534 4.534 0 0 0 2.521.733c.951 0 1.792-.241 2.522-.723.73-.479 1.271-1.07 1.617-1.767a4.793 4.793 0 0 0 .521-2.174V7.87c.336-.253.609-.538.818-.854a3.452 3.452 0 0 1-.935.267zM9 18c-2.49 0-4.635-.89-6.376-2.646C.883 13.603 0 11.465 0 9c0-2.488.884-4.634 2.627-6.375C4.367.884 6.511 0 9 0c2.466 0 4.604.883 6.354 2.624C17.11 4.366 18 6.512 18 9c0 2.465-.889 4.604-2.644 6.357C13.605 17.11 11.467 18 9 18zM9 2c-1.966 0-3.588.667-4.958 2.04C2.667 5.412 2 7.034 2 9c0 1.944.668 3.562 2.043 4.945C5.415 15.328 7.036 16 9 16c1.943 0 3.56-.673 4.942-2.057C15.327 12.559 16 10.941 16 9c0-1.963-.672-3.585-2.055-4.957C12.562 2.668 10.945 2 9 2z"/></svg>
<svg class="tc-image-social-twitter-hashtag tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 38"><path d="M32 24v5h-6.579L24 38h-5l1.421-9h-10L9 38H4l1.421-9H0v-5h6.21l1.422-9H2v-5h6.421L10 0h5l-1.579 10h10L25 0h5l-1.579 10H34v5h-6.368l-1.421 9H32zm-19.368-9l-1.421 9h10l1.42-9h-10z"/></svg>
<svg class="tc-image-social-twitter-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 471.8999938964844 384"><path d="M471.9 45.5c-17.4 7.7-36 12.9-55.6 15.3 20-12 35.4-31 42.6-53.6-18.7 11.1-39.4 19.2-61.5 23.5C379.7 11.8 354.4 0 326.7 0c-53.5 0-96.8 43.4-96.8 96.9 0 7.6.8 15 2.5 22.1-80.5-4-152-42.6-199.7-101.3-8.3 14.3-13.1 31-13.1 48.7 0 33.6 17.1 63.3 43.1 80.7-15.8-.4-30.8-4.8-43.8-12.1v1.2c0 47 33.4 86.1 77.7 95-8.1 2.2-16.7 3.4-25.5 3.4-6.2 0-12.3-.6-18.2-1.8 12.3 38.5 48.1 66.5 90.5 67.3-33.1 26-74.9 41.5-120.3 41.5-7.8 0-15.5-.5-23.1-1.4C42.7 368 93.6 384 148.2 384c178.2 0 275.7-147.7 275.7-275.8 0-4.2-.1-8.4-.3-12.5C442.4 82 458.9 65 471.9 45.5zm-57.8 37.2l-7 5.1.4 8.6c.2 3.8.3 7.8.3 11.8 0 30.2-5.9 61.8-17 91.5-11.7 31.2-28.5 59.4-50 83.8-23 26.1-50.2 46.5-81.1 60.8-33.8 15.7-71.3 23.6-111.5 23.6-28.9 0-57.4-4.8-84.5-14.2 9.9-1.9 19.6-4.6 29.1-7.9 21.7-7.6 41.9-18.7 60.1-33l35.3-27.7-44.9-.8c-26.1-.5-49.7-13.4-64.3-33.9 7.3-.5 14.5-1.8 21.5-3.7l60.7-20.2-61.7-10.9c-29.6-5.9-52.8-27.9-61.3-55.8 7.8 2 15.4 2.8 23.9 3.3 0 0 31.8 1.4 55.8-.1-13-6.2-46.4-29.2-46.4-29.2-22.5-15.1-36-40.2-36-67.4 0-6.4.8-12.8 2.2-19 21.9 22.4 47 41.1 75.1 55.5 37 19.1 76.9 29.8 118.6 31.9l21.2 1.1-4.8-20.7c-1.4-5.9-2.1-12.1-2.1-18.5 0-44.4 36.3-80.7 80.9-80.7 22.3 0 43.8 9.3 59 25.6l6.1 6.5 8.7-1.7c4.5-.9 8.9-1.9 13.3-3.1-1 1.4-5.7 6.1-11 10.8-4.5 4-17.8 16.5-17.8 16.5s13 4.1 21.1 5c8.1.9 17.4-.6 18.9-.8-2.8 2.3-7.8 5.8-10.8 7.9z"/></svg>
<svg class="tc-image-social-twitter-retweet tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 22"><path d="M38 13h-6V1.25C32 .465 31.033 0 30.25 0H16l4 4h7v9h-6l8.5 9M7.75 22C6.967 22 6 21.535 6 20.75V9H0l8.5-9L17 9h-6l-.066 8.963h6.442L22 22H7.75z"/></svg>
<svg class="tc-image-social-unity tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.996002197265625"><path d="M18.302 4.088L33.811 0 38 15.458l-2.344 4.04L38 23.588l-4.14 15.408-15.508-4.188-2.294-3.99H11.37L0 19.448l11.37-11.27h4.638l2.294-4.09zm10.023 1.646L16.357 8.776 7.73 17.453l13.813.2 6.782-11.919zm3.341 1.945l-6.881 11.72 6.832 11.968 3.34-11.919-3.29-11.769zM7.98 21.343l8.428 8.777 12.118 3.291-6.982-12.018-13.564-.05z"/></svg>
<svg class="tc-image-social-untapped tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38.43500518798828"><path fill-opacity=".804" d="M34.61 37.129l-.002-.002c-1.584.57-3.992 1.308-4.618.775l-7.232-18.746s-.828-1.534.352-4.6c0 0 .213-.884-.464-2.436-.678-1.551-1.232-2.887-1.189-5.924-.134-1.005-.84-2.084-.757-3.766 0 0-.486-.423-.624-1.503L22.346 0c.619.895.535 1.537.535 1.537 1.755 2.938 1.787 3.34 1.787 3.34s2.729 2.899 3.444 5.397c.535 1.606 1.166 1.92 1.166 1.92 2.928 1.489 3.553 3.101 3.553 3.101L40 34.065c-.166 1.242-5.39 3.064-5.39 3.064zm-29.22 0S.166 35.308 0 34.065l7.17-18.77s.623-1.612 3.552-3.1c0 0 .63-.315 1.166-1.92.715-2.5 3.444-5.398 3.444-5.398s.032-.402 1.788-3.34c0 0-.084-.642.535-1.537l2.27.927c-.14 1.08-.625 1.503-.625 1.503.082 1.682-.623 2.761-.757 3.766.043 3.037-.511 4.373-1.189 5.924-.677 1.552-.464 2.437-.464 2.437 1.18 3.065.352 4.6.352 4.6L10.01 37.901c-.626.533-3.034-.204-4.618-.775l-.001.002z"/><path fill-opacity=".902" d="M27.639 13.007a3.984 3.984 0 0 0 1.259-1.168c.223.277.38.355.38.355l.985.555c-1.743-.043-2.624.258-2.624.258zm-1.95.884c-1.346.697-2.318 1.42-3.014 2.066l.435-1.4.031-.455c1.224.11 2.549-.211 2.549-.211zm8.92 23.238v-.002c-1.585.57-3.993 1.308-4.619.775l-3.702-9.596c3.163 6.188 6.345 8.186 8.633 8.71l-.312.113zM21.457 6.196l-.072-.371 1.156.016-1.084 1.013v-.658zm3.21-1.32l.417.468-1.23-.068.662-.792.152.393zm-12.306 8.131s-.881-.301-2.623-.258l.984-.555s.157-.078.38-.355c.316.45.726.857 1.26 1.168zm1.95.884s1.324.321 2.548.211l.03.455.436 1.4c-.696-.646-1.668-1.37-3.015-2.066zm-8.92 23.238l-.312-.112c2.288-.525 5.47-2.523 8.633-8.71l-3.702 9.595c-.626.533-3.034-.204-4.618-.775l-.001.002zM18.543 6.196v.658l-1.084-1.013 1.156-.016-.072.37zm-3.21-1.32l.151-.392.661.792-1.23.068.417-.467z"/></svg>
<svg class="tc-image-social-usd tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.0000305175781 448"><path d="M315.387 271.256c-3.119-9.577-7.891-18.561-14.301-26.952-6.422-8.382-14.396-15.826-23.93-22.331-9.539-6.498-20.721-11.63-33.553-15.4-5.143-1.363-14.189-3.506-26.104-6.418-8.516-2.074-16.5-4.2-25.5-6.367V88.065c9 2.396 15.252 6.202 21.926 10.43C228.204 107.535 237.157 123 239.78 144h69.174c-.654-18-4.65-32.76-11.996-46.02-8.07-14.543-18.977-27.024-32.73-36.956-13.75-9.922-30.225-17.49-48.377-22.455C207.967 36.416 201 34.605 192 33.386V0h-64v33.167c-7 1.044-15.148 2.445-22.426 4.25C88.332 41.7 73.186 48.285 59.623 57.181c-13.571 8.905-24.352 20.112-32.604 33.627-8.251 13.523-12.312 29.52-12.312 48 0 9.585 1.407 18.993 4.157 28.235 2.752 9.241 7.442 17.967 14.042 26.181 6.603 8.214 15.495 15.658 26.687 22.332 11.183 6.672 24.705 12.064 41.576 16.171 9.287 2.345 18.83 4.534 26.83 6.576v119.586c-11-2.919-21.889-7.399-30.678-13.479-9.17-6.327-16.066-13.953-21.198-23.884C71.344 311.297 69.05 300 68.716 288H0c.695 21 5.25 39.494 13.672 55.371 8.799 16.604 20.533 29.96 35.204 40.562 14.662 10.613 31.393 18.356 51.198 23.491 8.885 2.304 18.926 3.96 27.926 5.23V448h64v-34.54c10-1.069 18.957-2.69 28.527-4.879 18.701-4.273 35.645-11.036 50.316-20.276 14.662-9.24 26.621-21.128 35.611-35.681 8.98-14.541 13.545-32.085 13.545-52.619.001-9.578-1.501-19.164-4.612-28.749zM128 177.699c-12-3.743-23.912-9.088-32.051-16.048-8.621-7.355-12.673-17.534-12.673-30.545 0-9.241 2.414-16.94 7.004-23.102 4.58-6.161 9.912-11.038 16.88-14.631 6.18-3.189 13.84-5.565 20.84-7.138v91.464zm118.902 149.772c-2.939 6.673-7.699 12.576-14.303 17.711-6.602 5.133-15.744 9.328-26.377 12.577-4.5 1.378-8.223 2.444-14.223 3.236v-107.11c10 2.624 18.18 5.332 26.326 8.131 8.062 2.744 15.748 7.443 22.537 14.116 6.785 6.676 10.309 17.03 10.309 31.06.001 6.85-1.337 13.605-4.269 20.279z"/></svg>
<svg class="tc-image-social-usd-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.0000305175781 448"><path d="M124.746 70.625c-7.788 1.683-17.44 4.813-24.641 8.529-9.018 4.649-16.411 10.965-22.604 19.295-6.706 9.002-10.105 19.989-10.105 32.657 0 17.916 6.197 32.288 18.405 42.702 9.334 7.983 21.504 14.431 36.687 19.165L144 198.667V68.244s-8.234 0-19.254 2.381zM128 177.699c-12-3.743-23.912-9.088-32.051-16.048-8.621-7.355-12.673-17.534-12.673-30.545 0-9.241 2.414-16.94 7.004-23.102 4.58-6.161 9.912-11.038 16.88-14.631 6.18-3.189 13.84-5.565 20.84-7.138v91.464zm124.217 87.026c-8.432-8.289-18.002-14.296-28.414-17.84-8.949-3.075-17.441-5.848-27.465-8.477L176 233.145v145.188s12.051-.642 18.371-1.476 10.703-1.971 16.67-3.798c12.727-3.89 23.309-9.02 31.32-15.25 8.678-6.747 15.145-14.785 19.164-23.907 3.775-8.595 5.706-17.581 5.706-26.711 0-18.369-5.043-32.655-15.014-42.466zm-5.315 62.746c-2.939 6.673-7.699 12.576-14.303 17.711-6.602 5.133-15.744 9.328-26.377 12.577-4.5 1.378-8.223 2.444-14.223 3.236v-107.11c10 2.624 18.18 5.332 26.326 8.131 8.062 2.744 15.748 7.443 22.537 14.116 6.785 6.676 10.309 17.03 10.309 31.06.001 6.85-1.337 13.605-4.269 20.279z"/><path d="M315.387 271.256c-3.119-9.577-7.891-18.561-14.301-26.952-6.422-8.382-14.396-15.826-23.93-22.331-9.539-6.498-20.721-11.63-33.553-15.4-5.143-1.363-14.189-3.506-26.104-6.418-8.516-2.074-16.5-4.2-25.5-6.367V88.065c9 2.396 15.252 6.202 21.926 10.43C228.204 107.535 237.157 123 239.78 144h69.174c-.654-18-4.65-32.76-11.996-46.02-8.07-14.543-18.977-27.024-32.73-36.956-13.75-9.922-30.225-17.49-48.377-22.455C207.967 36.416 201 34.605 192 33.386V0h-64v33.167c-7 1.044-15.148 2.445-22.426 4.25C88.332 41.7 73.186 48.285 59.623 57.181c-13.571 8.905-24.352 20.112-32.604 33.627-8.251 13.523-12.312 29.52-12.312 48 0 9.585 1.407 18.993 4.157 28.235 2.752 9.241 7.442 17.967 14.042 26.181 6.603 8.214 15.495 15.658 26.687 22.332 11.183 6.672 24.705 12.064 41.576 16.171 9.287 2.345 18.83 4.534 26.83 6.576v119.586c-11-2.919-21.889-7.399-30.678-13.479-9.17-6.327-16.066-13.953-21.198-23.884C71.344 311.297 69.05 300 68.716 288H0c.695 21 5.25 39.494 13.672 55.371 8.799 16.604 20.533 29.96 35.204 40.562 14.662 10.613 31.393 18.356 51.198 23.491 8.885 2.304 18.926 3.96 27.926 5.23V448h64v-34.54c10-1.069 18.957-2.69 28.527-4.879 18.701-4.273 35.645-11.036 50.316-20.276 14.662-9.24 26.621-21.128 35.611-35.681 8.98-14.541 13.545-32.085 13.545-52.619.001-9.578-1.501-19.164-4.612-28.749zm-22.483 72.962c-7.623 12.34-17.873 22.619-30.457 30.55-13.035 8.21-28.248 14.339-45.219 18.217-9.059 2.071-17.285 3.564-26.654 4.566L176 399.08V432h-32v-33.244l-13.508-1.943c-9.256-1.307-18.671-2.968-26.271-4.938-17.865-4.633-32.876-11.51-46.031-21.032-12.845-9.283-22.77-20.551-30.408-34.967C22.778 326.439 19.364 315 17.514 304h36.714c1.529 8 4.162 16.837 7.804 23.869 6.324 12.239 14.979 21.914 26.441 29.823 10.145 7.017 23.81 12.64 35.676 15.724S144 376.667 144 376.667V225.874l-11.786-3.074c-4.952-1.263-11.074-2.583-16.558-3.96-3.395-.854-6.814-1.729-10.37-2.626l-.033-.017-.051-.017c-14.952-3.64-27.533-8.472-37.411-14.365-9.487-5.657-17.021-11.92-22.399-18.611-5.271-6.56-9.029-13.533-11.17-20.722-2.307-7.755-3.476-15.721-3.476-23.675 0-15.66 3.274-28.636 10.002-39.665 7.097-11.622 16.187-20.973 27.786-28.585 12.201-8.003 25.666-13.764 41.155-17.611a211.776 211.776 0 0 1 19.926-3.954L144 46.958V16h32v31.363l13.127 1.877c7.371.999 14.236 2.404 22.637 4.699 16.389 4.482 30.91 11.189 43.023 19.929 11.691 8.443 21.182 19.333 28.133 31.862 3.805 6.865 6.504 14.27 8.137 22.27h-38.119c-5.078-19-15.352-33.637-30.172-43.021-9.254-5.861-17.561-9.215-27.373-12.251C185.766 69.75 176 69.25 176 69.25v137.142l12.529 2.951c7.631 1.837 14.184 3.644 21.453 5.415l3.92.938.812.19c11.373 2.78 19.651 4.799 24.558 6.096 11.084 3.275 20.8 7.721 28.851 13.204 8.078 5.513 14.895 11.853 20.236 18.828 5.291 6.925 9.264 14.393 11.801 22.179 2.562 7.898 3.863 15.91 3.863 23.812 0 17.39-3.74 32.266-11.119 44.213z"/></svg>
<svg class="tc-image-social-uservoice tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33300018310547 41.16600036621094"><path d="M35.625 0c4.81 0 8.708 8.506 8.708 19 0 10.493-3.898 19-8.708 19-1.697 0-3.281-1.06-4.62-2.892-3.044-3.284-6.207-8.192-10.422-8.192-3.166 0-.395 3.167-.395 6.334 0 3.166.395 7.916-4.355 7.916s-9.5-4.75-7.916-6.333C9.5 33.25 9.5 26.916 9.5 26.916 4.75 26.916 0 23.75 0 19s4.75-9.5 17.417-9.5C30.083 9.5 27.708 0 35.625 0zm-8.708 19c0-4.667.77-8.94 2.05-12.247-2.415 2.747-.467 4.33-11.398 6.066-10.23 0-14.067 2.649-14.067 6.485 0 3.837 4.232 4.811 8.069 4.811 0 0 1.187 9.074-.092 10.353-1.279 1.279.183 3.136 4.02 3.136 3.836 0 1.141-4.628 1.141-7.186s-.807-6.668 3.487-6.699c8.373 3.197 5.542 2.653 8.09 5.276-.824-2.903-1.3-6.328-1.3-9.995zm9.5-15.834c-2.13 0-3.934 4.675-4.536 11.115 4.336.272 7.702 2.28 7.702 4.719 0 2.437-3.366 4.446-7.702 4.718.602 6.44 2.405 11.115 4.536 11.115 2.623 0 4.75-7.089 4.75-15.833 0-8.745-2.127-15.834-4.75-15.834zm-1.584 0c-3.497 0-6.333 7.09-6.333 15.834s2.836 15.833 6.333 15.833l.423-.035c-2.889-.543-5.173-7.409-5.173-15.798 0-8.39 2.284-15.256 5.172-15.799l-.422-.035z"/></svg>
<svg class="tc-image-social-vimeo tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.21098709106445 33.09700012207031"><path d="M32.445.173c-5.282-.173-8.857 2.79-10.73 8.892.965-.397 1.902-.6 2.815-.6 1.927 0 2.78 1.086 2.552 3.252-.113 1.313-.964 3.221-2.552 5.73-1.594 2.511-2.784 3.765-3.575 3.765-1.026 0-1.96-1.942-2.814-5.818-.286-1.14-.797-4.045-1.53-8.723-.688-4.332-2.503-6.359-5.454-6.072-1.249.114-3.12 1.255-5.615 3.42A457.795 457.795 0 0 1 0 8.981l1.787 2.31c1.706-1.2 2.703-1.795 2.98-1.795 1.308 0 2.53 2.047 3.665 6.151 1.02 3.767 2.046 7.529 3.07 11.29 1.524 4.109 3.404 6.16 5.614 6.16 3.576 0 7.954-3.36 13.118-10.09 4.995-6.443 7.573-11.519 7.747-15.226.23-4.956-1.615-7.498-5.536-7.608z"/></svg>
<svg class="tc-image-social-vimeo-circular tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M11.463 6.141c-.512 0-.988.238-1.43.715-.311.312-.5.678-.566 1.101.207-.131.387-.196.541-.196.159 0 .29.07.393.212.199.278.188.629-.033 1.051-.489.934-.846 1.4-1.066 1.4-.156 0-.356-.522-.602-1.567a6.23 6.23 0 0 1-.133-.667 14.497 14.497 0 0 0-.133-.75c-.045-.211-.111-.428-.2-.649s-.2-.384-.333-.483a.536.536 0 0 0-.327-.104l-.173.021c-.289.067-.623.245-1 .534a7.082 7.082 0 0 0-.934.833l-.334.4.301.399.166-.133c.066-.045.189-.101.367-.167l.191-.043c.069 0 .116.025.143.076.066.089.271.717.615 1.884.346 1.167.562 1.839.65 2.017.156.311.367.55.633.717.13.08.271.121.427.121.165 0 .346-.047.54-.139.601-.399 1.289-1.066 2.067-2 .778-.933 1.255-1.922 1.433-2.966.156-.911-.11-1.434-.799-1.567a1.63 1.63 0 0 0-.404-.05zM9 18c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9zM9 2C5.141 2 2 5.141 2 9s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7z"/></svg>
<svg class="tc-image-social-vimeo-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 452 384.1000061035156"><path d="M444.9 50c-5-23.4-17.5-38.8-40.6-46.3-7.4-2.4-16.7-3.7-26.9-3.7-21.7 0-47.4 6-67.2 20.5-29.9 21.8-47.6 59.7-53.8 83.8 12.2-5.3 20.8-7.1 31.9-7.1 2.2 0 4.6.1 7.1.2 15 .8 24.5 12 24.9 25.3.3 9.8-.2 18.7-3.6 27.7-10.8 28.7-27.7 56.5-47.6 80.8-2.9 3.6-6.4 6.9-10 9.9-4.1 3.4-8 5-11.6 5-5.2 0-9.9-3.5-13.8-10.2-5.4-9.3-9-18.9-12.2-29.1-12.4-39.7-16.8-80.9-23.8-121.6-3.3-19.5-7-39.8-18-56.9-10-15.4-24-22.6-41.5-22.6-2.8 0-5.6.2-8.6.5C114.9 8 92.7 23.7 81.8 32.6c0 0-56 46.9-81.8 71.4l21.2 27s17.9-12.5 27.5-18.3c2.9-1.8 6.1-2.8 9.2-2.8 2.9 0 5.7.9 8 3 4.5 3.9 9.6 9 12.3 14.1 5.7 10.7 11.2 21.9 14.7 33.4 13.2 44.3 25.5 88.7 37.8 133.3 6.3 22.8 13.9 44.2 28 63.6 13.2 18.2 26.9 26.8 44.3 26.8 8 0 16.8-1.8 26.6-5.4 25.4-9.1 46.6-26.2 66-43.9 33.1-30.2 59.1-65.4 85.5-101.2 20.4-27.7 37.3-55.7 51.4-87 14-30.8 19.5-63.3 12.4-96.6zM418 139.9c-13.3 29.4-29.1 56.2-49.7 84.1l-.3.4c-26.4 35.7-51.3 69.5-83.1 98.5-17.8 16.3-37.5 32.4-60.6 40.7-8.3 3-15.2 4.4-21.2 4.4-8.2 0-18.4-2.4-31.4-20.2-13.4-18.4-20.2-39-25.5-58.4-12.4-45.1-24.6-89.2-37.9-133.6-3.9-13.2-10.2-25.8-15.9-36.4-3.2-5.9-8.4-12-15.9-18.6-5.2-4.5-11.6-6.9-18.6-6.9-5.9 0-12 1.8-17.5 5.1-4.5 2.7-10.5 6.7-15.9 10.3l-2.8-3.6C48.6 81.3 90 46.6 92 44.9 106.8 32.8 123.8 23 131.5 22c2.3-.3 4.5-.4 6.6-.4 12.4 0 21.3 4.9 28.1 15.3 9.5 14.7 12.8 33.9 15.7 50.9 1.6 9.7 3.2 19.6 4.7 29.1 4.8 31.1 9.8 63.3 19.6 94.6 3 9.7 7 21.2 13.6 32.5 8.8 15 19.9 18.1 27.6 18.1 7.4 0 14.7-2.9 21.7-8.6 4.6-3.7 8.7-7.8 12.3-12.2 21.9-26.8 39.3-56.3 50.2-85.3 4.5-12 4.9-23.3 4.6-33.8-.6-22.4-17.4-39.6-40-40.9-2.9-.2-5.5-.2-8-.2-2.2 0-4.3.1-6.3.2 8.8-18.1 21.7-36.3 37.7-47.9 15-10.9 36.6-17.5 57.8-17.5 8.3 0 16.1 1 21.9 2.9 17 5.5 26 15.8 29.9 34.4 6 27.9 2.2 57-11.2 86.7z"/></svg>
<svg class="tc-image-social-whatsapp tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.295997619628906"><path fill-rule="evenodd" d="M28.092 22.894c-.468-.256-2.766-1.496-3.196-1.671-.43-.175-.745-.267-1.08.199-.336.463-1.289 1.502-1.578 1.81-.29.307-.57.335-1.036.079-.468-.256-1.984-.817-3.741-2.506-1.368-1.315-2.266-2.91-2.526-3.397-.26-.487-.002-.736.245-.964.223-.205.498-.538.746-.807.248-.27.336-.465.506-.776.17-.313.102-.593-.008-.836-.11-.243-.975-2.621-1.336-3.59-.361-.967-.764-.823-1.042-.834-.277-.01-.594-.062-.911-.074-.318-.012-.838.088-1.292.549-.454.459-1.728 1.565-1.815 3.908-.088 2.343 1.533 4.671 1.759 4.997.226.327 3.096 5.405 7.865 7.494 4.77 2.088 4.794 1.452 5.67 1.405.875-.046 2.86-1.047 3.299-2.143.439-1.097.474-2.05.362-2.254-.112-.202-.425-.334-.891-.59zm-8.747 11.29c-3.154 0-6.092-.946-8.544-2.567l-5.968 1.91 1.94-5.767a15.447 15.447 0 0 1-2.957-9.105c0-8.564 6.966-15.53 15.529-15.53 8.563 0 15.53 6.966 15.53 15.53 0 8.563-6.967 15.53-15.53 15.53zm0-34.184C9.042 0 .69 8.352.69 18.655c0 3.525.979 6.82 2.677 9.633L0 38.296l10.329-3.306a18.577 18.577 0 0 0 9.016 2.32C29.647 37.31 38 28.957 38 18.655 38 8.352 29.647 0 19.345 0z"/></svg>
<svg class="tc-image-social-whatsapp-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path fill-rule="evenodd" d="M177.877 122.114c-4.258-11.323-9.176-10.515-12.45-10.639-3.277-.121-6.146-.061-10.573.011-3.746.061-9.882 1.026-15.232 6.413-5.357 5.378-20.366 18.312-21.404 45.725-1.031 27.408 18.08 54.643 20.749 58.455 2.667 3.826 36.494 63.236 92.719 87.67 56.231 24.427 56.525 16.981 66.84 16.435 10.325-.54 33.726-12.246 38.899-25.073 5.172-12.827 5.588-23.979 4.271-26.358-1.316-2.371-5-3.911-10.51-6.9-5.516-2.995-32.595-17.498-37.673-19.55-5.081-2.044-8.787-3.108-12.742 2.329-3.957 5.422-15.191 17.569-18.596 21.168-3.42 3.6-6.711 3.934-12.226.93-5.5-2.988-23.373-9.548-44.098-29.317-16.126-15.38-26.711-34.043-29.779-39.736-3.069-5.697-.02-8.604 2.9-11.269 2.618-2.407 5.857-6.301 8.792-9.449 2.919-3.148 3.949-5.43 5.961-9.083 2.007-3.645 1.2-6.932-.102-9.771-1.303-2.838-11.49-30.668-15.746-41.991z" clip-rule="evenodd"/><path d="M228.062 32c50.249 0 97.478 19.402 132.982 54.632C396.482 121.796 416 168.533 416 218.232c0 49.694-19.518 96.43-54.956 131.596-35.507 35.232-82.735 54.637-132.982 54.637-31.806 0-63.24-8.023-90.906-23.201l-12.017-6.593-13.063 4.149-61.452 19.522 19.375-57.149 4.798-14.151-7.771-12.763c-17.593-28.898-26.892-62.111-26.892-96.047 0-49.699 19.518-96.436 54.957-131.601C130.596 51.402 177.819 32 228.062 32m0-32C106.605 0 8.134 97.701 8.134 218.232c0 41.229 11.532 79.791 31.559 112.687L0 448l121.764-38.682c31.508 17.285 67.745 27.146 106.298 27.146C349.535 436.464 448 338.749 448 218.232 448 97.701 349.535 0 228.062 0z"/></svg>
<svg class="tc-image-social-wikipedia tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 26.98799705505371"><path d="M37.974 0h-7.857l-.561.097v.752c0 .088.268.164.342.219.07.06.263.093.342.093l.712.034c.807.038 1.053.215 1.367.51.31.305.36.824.119 1.554l-6.943 18.126-.265-.076-4.41-9.922c.063-.152.102-.232.102-.232l3.61-7.423a34.11 34.11 0 0 1 1.034-1.811c.377-.591.56-.705 1.588-.756.21 0 .29-.105.29-.312V.101l-.052-.08s-4.317-.017-6.283 0l.002.076v.752c0 .092-.05.164.02.219.073.063.105.093.184.093l.295.038c.804.038 1.163.266 1.272.414.193.257.282.536-.182 1.65l-2.781 6.089-2.513-5.65c-.824-1.802-1.028-2.364.214-2.465l.334-.076c.24 0 .202-.097.202-.274v-.79l-.025-.068s-4.603 0-6.702.005L11.4.11V.9c0 .177.176.223.5.274 1.163.164 1.144.3 2.292 2.803.172.376.68 1.512.68 1.512l2.62 5.653s.297.727.762 1.854l-3.807 8.343-.218-.063S8.322 7.587 6.614 3.01c-.18-.473-.258-.827-.258-1.043 0-.464.381-.717 1.145-.751l1.161-.042c.238 0 .627-.098.627-.304V.118l-.35-.08S1.702.029.241.038L0 .118v.79c0 .139.19.228.518.266.898.055 1.502.21 1.786.477.282.262.588.933.985 1.976 2.148 5.67 6.714 15.782 8.936 21.546.64 1.57 1.446 1.815 2.422-.051 1.004-2.044 3.03-6.59 4.508-9.943 1.383 3.348 3.266 7.87 4.174 9.922.723 1.642 1.547 1.803 2.383.05 2.188-5.345 8.58-21.423 8.58-21.423.277-.79.663-1.398 1.16-1.837.493-.439 1.228-.684 2.258-.73.209 0 .29-.106.29-.313V.097L37.974 0z"/></svg>
<svg class="tc-image-social-windows tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M448 233H200v179l248 36V233zm-264 0H0v150l184 26.7V233zM448 0L200 35.4V217h248V0zM184 37.7L0 64v153h184V37.7z"/></svg>
<svg class="tc-image-social-windows-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 448"><path d="M432 249v180.5l-216-31.3V249h216m16-16H200v179l248 36V233zm-280 16v142.2l-152-22V249h152m16-16H0v150l184 26.7V233zM432 18v183H216V49.3l216-30.9M448 0L200 35.4V217h248V0zM168 56v145H16V77.9l152-21.7m16-18.5L0 64v153h184V37.7z"/></svg>
<svg class="tc-image-social-wordpress tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.004180908203125 38.084999084472656"><path fill-rule="evenodd" d="M19.384 25.689L14.53 37.553c1.431.346 2.93.532 4.471.532 1.596 0 3.145-.198 4.627-.566M35.354 9.627c.358 1.715.282 3.792-.418 6.076-1.837 5.95-6.389 16.649-8.15 20.723C33.399 33.479 38 26.888 38 19.233a18.67 18.67 0 0 0-2.647-9.606zm-30.97 3.02s-.925-1.179-1.9-1.179h-.997C.528 13.579 0 16.413 0 19.014c0 7.815 4.792 14.52 11.624 17.378M2.144 9.78C5.316 3.868 11.67 0 19 0c4.746 0 9.078 2.023 12.41 4.877-.95-.185-1.99.022-3.037.621-2.449 1.406-3.25 5.38-.076 7.376 1.985 1.237 2.69 4.34 2.622 6.237-.063 1.895-4.606 10.614-4.606 10.614l-4.425-15.191s-.152-1.069-.152-1.377c0-.384.127-.861.367-1.131.165-.182.414-.558.714-.558h2.094V9.779h-11.4v1.69h.355c.371 0 .739.502 1.09.86.417.431.94 2.048 1.574 3.725l1.66 5.459-3.573 8.259-3.922-16.5s.118-1.132.354-1.322c.152-.135.393-.482.668-.482h.105V9.779H2.145z"/></svg>
<svg class="tc-image-social-wordpress-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 384"><path d="M191.9 0C86.2 0 0 86.2 0 192.1 0 297.9 86.2 384 191.9 384c8.5 0 16.8-.5 24.9-1.8 85.7-11 153.8-78.7 165.3-164.1 1.3-8.5 1.9-17.2 1.9-26C384 86.2 297.8 0 191.9 0zM19.4 192.1c0-25 5.4-48.8 15-70.2l82.3 225.5c-57.6-28-97.3-87.1-97.3-155.3zm194.9 171.2c-7.3.9-14.8 1.4-22.4 1.4-16.9 0-33.2-2.5-48.6-7.1l18.8-55h.1l32.7-95.5L248 352.5c.4.8.9 1.6 1.3 2.3-11.2 4-22.9 6.8-35 8.5zm1.5-252.2c10.4-.5 19.7-1.6 19.7-1.6 9.4-1 8.2-14.8-1.1-14.2 0 0-28 2.2-46 2.2-16.9 0-45.5-2.2-45.5-2.2-9.2-.6-10.4 13.7-1 14.2 0 0 8.7 1.1 18.1 1.6l26.9 73.7-37.8 113.3-62.9-187c10.5-.5 19.8-1.6 19.8-1.6 9.2-1 8.2-14.8-1.1-14.2 0 0-27.9 2.2-46 2.2-3.3 0-7.1-.1-11.1-.2 30.8-46.8 83.9-77.7 144.1-77.7 45 0 85.9 17.2 116.6 45.2-.8 0-1.5-.1-2.3-.1-17 0-29 14.8-29 30.7 0 14.2 8.2 26.2 16.9 40.4 6.6 11.5 14.3 26.3 14.3 47.6 0 14.8-4.4 33.4-13.1 55.7L278 296.7l-62.2-185.6zm62.9 230.2l13.7-39.7 39-112.8c9.9-24.6 13.1-44.3 13.1-61.8 0-6.3-.4-12.3-1.1-17.8 13.5 24.6 21.2 52.8 21.2 82.9 0 8-.5 15.8-1.5 23.5-7.4 53.7-39.5 99.6-84.4 125.7z"/></svg>
<svg class="tc-image-social-wordpress-variant tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M29.391 13.279c.667 1.165 1.448 2.668 1.448 4.834 0 1.503-.447 3.39-1.334 5.67l-1.752 5.844-6.337-18.848c1.06-.059 2.005-.169 2.005-.169.946-.11.832-1.498-.11-1.444 0 0-2.841.224-4.674.224-1.723 0-4.617-.224-4.617-.224-.946-.054-1.055 1.39-.112 1.444 0 0 .895.11 1.841.17l2.728 7.485-3.835 11.506-6.387-18.992a38.485 38.485 0 0 0 2.009-.169c.946-.11.83-1.498-.113-1.444 0 0-2.838.224-4.674.224a38 38 0 0 1-1.128-.02C7.486 4.607 12.876 1.465 19 1.465c4.565 0 8.723 1.744 11.84 4.602-.072-.004-.148-.012-.224-.012-1.727 0-2.947 1.499-2.947 3.111 0 1.444.836 2.669 1.722 4.113zm3.783 5.392c.997-2.504 1.334-4.501 1.334-6.283 0-.642-.046-1.241-.122-1.803A17.475 17.475 0 0 1 36.536 19c0 6.468-3.51 12.118-8.72 15.153M19 36.535a17.44 17.44 0 0 1-4.954-.714l5.263-15.284L24.7 35.302c.034.084.076.165.123.236-1.82.646-3.783.997-5.823.997zM1.465 19c0-2.542.547-4.957 1.519-7.14l8.364 22.918C5.5 31.941 1.465 25.941 1.465 19zM0 19c0 10.492 8.506 19 19 19 10.492 0 19-8.508 19-19S29.492 0 19 0C8.506 0 0 8.508 0 19z"/></svg>
<svg class="tc-image-social-xbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 78.03227996826172 78.11399841308594"><path d="M28.765 22.535c-11.464-7.078-18.27-10.103-18.27-10.103A38.952 38.952 0 0 0 .016 39.076c0 9.229 3.19 17.695 8.522 24.373 0 .001-5.349-14.369 20.227-40.914zm10.222-7.543l.032.018a1.098 1.098 0 0 0-.026-.018C54.602 3.713 64.298 9.381 64.298 9.381 57.495 3.535 48.656 0 38.993 0c-9.659 0-18.498 3.535-25.301 9.381-.001 0 9.695-5.801 25.295 5.611zm-.125 16.012C17.166 47.063 10.84 66.016 10.84 66.016c7.083 7.455 17.08 12.098 28.152 12.098 11.101 0 21.114-4.658 28.199-12.141 0 0-4.12-17.047-28.329-34.969zm39.154 8.072a38.954 38.954 0 0 0-10.479-26.644s-6.806 3.025-18.27 10.103C74.843 49.08 69.494 63.449 69.494 63.449a38.91 38.91 0 0 0 8.522-24.373z"/></svg>
<svg class="tc-image-social-xing tc-image-button" width="22pt" height="22pt" viewBox="0 0 35 38"><path d="M1 7h8l5 9-6 10H0l6-10-5-9zm25-7h9L22 23l8 15h-9l-8-15L26 0z"/></svg>
<svg class="tc-image-social-yahoo tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 22.833999633789062"><path d="M38 8.356c-.443-.013-4.465-.397-4.988-.498l.061 10.593 2.277.186m.105 1.706l-1.311-.063-1.463-.178.012 2.508 1.154.097 1.243.093M30.61 5.637c-.93.249-9.438 6.848-9.998 8.465-.124.562.012 5.983.136 6.794.56.127 4.607.017 5.35.144l-.089 1.676c-.727-.06-5.87-.047-8.804-.047-1.491 0-6.285.165-7.757.123l.279-1.596c.808-.06 4.15.152 4.883-.63.364-.388.25-5.543.126-6.413-.31-.933-7.765-10.273-9.713-11.805H0V0h16.935v.16l.057.01-.057.396v1.782h-5.106c2.276 3.327 5.54 7.346 6.93 9.276l6.821-6.177h-4.053l-.572-2.348h14.852l-.11.17h.053l-1.062 1.54-.033.005-.428.633h-2.74c-.355.076-.667.148-.878.19z"/></svg>
<svg class="tc-image-social-yahoo-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 384"><path d="M288.6 4.4c-11.3 0-22.5-.8-32.6-4.4l-96 160L64 0C53.9 3.6 43.3 4.4 32 4.4 20.9 4.4 9.9 3.5 0 0l128 212.7V384c10-3.5 20.8-4.4 32-4.4s22 .9 32 4.4V213L320 0c-9.9 3.4-20.3 4.4-31.4 4.4zM178.2 204.5l-2.2 4v155.7c-5-.6-11.2-.7-16-.7-4.8 0-10 .1-16 .7V208.3l-2.4-3.8L31 20.4h1c7.6 0 16-.3 24.7-1.9l89.8 149.8 13.4 22.8 14-22.9 89.8-149.9c9 1.6 17.6 1.7 24.8 1.7h.5L178.2 204.5z"/></svg>
<svg class="tc-image-social-ycombinator tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M20.689 21.925v9.32H17.31v-9.32L9.01 5.489h3.909l6.072 12.375 6.312-12.375h3.665M0 0v38h38V0H0z"/></svg>
<svg class="tc-image-social-yelp tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.52399444580078 38.488990783691406"><path d="M28.245 16.982c-.274-.891-2.177-3.513-3.208-4.404-1.03-.9-2.209-.785-2.872 0l-3.924 4.674c-.665.79-.843 2.035-.4 2.77.444.734 1.626 1.148 2.628.924l6.787-1.258c1.225-.296 1.268-1.816.99-2.706zm-1.482 9.888l-6.088-1.748c-.988-.287-2.108-.257-2.488.063-.38.317-.285 1.322.211 2.226l3.843 7.034c.497.903 2.484.751 3.031-.131 0 0 2.316-3.416 2.742-4.695.426-1.284-.265-2.466-1.251-2.749zm-12.07 1.355c.02-1.038-.533-1.933-1.23-1.997-.7-.063-1.807.532-2.468 1.322l-4.856 5.822c-.661.79-.333 2.652.63 3.002l5.079 1.765c.966.35 2.668-.692 2.688-1.727M2.551 26.997l6.96-2.466c.97-.342 1.84-1.3 1.937-2.132.094-.832-.61-1.816-1.568-2.196l-7.352-2.917c-.957-.376-2.061.519-2.353 1.988 0 0-.175 5.114 0 6.169.178 1.06 1.406 1.896 2.376 1.554zm2.296-25.06C6.764.43 10.447 0 11.965.295c1.517.292 2.31 1.14 2.32 2.175l.087 13.177c.006 1.035-.53 1.985-1.195 2.111-.668.127-1.651-.49-2.192-1.367l-6.914-11.3c-.536-.882-1.617-1.27.776-3.153z"/></svg>
<svg class="tc-image-social-yen tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M384 0h-80L192 221.128 80 0H0l112.368 208H64v48h73.564L152 287v17H64v48h88v96h80v-96h88v-48h-88v-17l14.891-31H320v-48h-48.289L384 0z"/></svg>
<svg class="tc-image-social-yen-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M384 0h-80L192 221.128 80 0H0l112.368 208H64v48h73.564L152 287v17H64v48h88v96h80v-96h88v-48h-88v-17l14.891-31H320v-48h-48.289L384 0zm-80 224v16h-67l-21 43v37h88v16h-88v96h-48v-96H80v-16h88v-35.75L148 240H80v-16h59.197l-12.752-23.605L26.829 16H70l122 240L314 16h43.18l-99.548 184.399L244.891 224H304z"/></svg>
<svg class="tc-image-social-youtube tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22 14"><path d="M21.8 3.6c-.2-1.5-.4-2.6-1-3C20.2.1 15 0 11 0S1.8.1 1.2.6c-.6.4-.8 1.5-1 3S0 6 0 7s0 1.9.2 3.4.4 2.6 1 3c.6.5 5.8.6 9.8.6 4 0 9.2-.1 9.8-.6.6-.4.8-1.5 1-3S22 8 22 7s0-1.9-.2-3.4zM9 10.6V3.4L15 7l-6 3.6z"/></svg>
<svg class="tc-image-social-youtube-circular tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.00155258178711 18.001550674438477"><path d="M4.51 10.14h.73v3.61h.7v-3.61h.73v-.61H4.51zM8.2 13c-.12.14-.53.42-.53.02v-2.39h-.62v2.61c0 .79.79.58 1.16.17v.34h.62v-3.12h-.62V13H8.2zm2.31-2.39c-.36 0-.59.27-.59.27V9.52h-.63v4.23h.63v-.24s.21.28.59.28c.33 0 .58-.29.58-.69v-1.73c0-.47-.22-.76-.58-.76zm-.07 2.41c0 .23-.16.34-.37.25a.479.479 0 0 1-.15-.11v-1.94c.04-.04.09-.07.13-.1.22-.11.39.06.39.29v1.61zm2.31-.16c0 .24-.13.4-.28.41-.16.01-.32-.12-.32-.41v-.59h1.19v-.8a.91.91 0 0 0-.26-.66.919.919 0 0 0-.63-.24c-.22 0-.45.07-.63.21-.19.15-.31.38-.31.69v1.4c0 .28.09.5.23.66.17.18.4.28.64.29.29.01.6-.11.78-.36.11-.15.18-.35.18-.59v-.16h-.59v.15zm-.6-1.39c0-.17.1-.37.29-.37s.31.18.31.37v.32h-.6v-.32z"/><path d="M9 0a9 9 0 1 0 .001 18.001 9 9 0 0 0 0-18zm1.58 3.37h.8v2.68c0 .17.08.17.11.17.12 0 .3-.13.39-.22V3.36h.8V6.9h-.8v-.31c-.11.1-.22.18-.33.24-.15.08-.29.11-.43.11a.52.52 0 0 1-.41-.17c-.09-.11-.13-.28-.13-.49V3.37zm-2.55.93c0-.55.45-1 1-1s1 .45 1 1V6c0 .55-.45 1-1 1s-1-.45-1-1V4.3zM5.95 2.15l.48 1.76.49-1.76h.91l-.94 2.78V6.9H6V4.93l-.96-2.78h.91zm7.9 12.54c-.51.5-4.83.51-4.83.51s-4.31-.01-4.83-.51c-.51-.5-.51-2.99-.51-3.01 0-.01 0-2.5.51-3.01.51-.5 4.83-.51 4.83-.51s4.31.01 4.83.51c.51.5.52 2.99.52 3.01 0 0 0 2.5-.52 3.01z"/><path d="M9.01 6.35c.17 0 .25-.1.26-.26v-1.9c0-.13-.13-.24-.25-.24s-.25.1-.25.24v1.9c0 .15.07.25.24.26z"/></svg>
<svg class="tc-image-social-youtube-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.199951171875 384.1000671386719"><path d="M265.1 32c65.3 0 118.7 1.1 168.1 3.3h1.4c23.1 0 42 22 42 49.1v1.1l.1 1.1c2.3 34 3.4 69.3 3.4 104.9.1 35.6-1.1 70.9-3.4 104.9l-.1 1.1v1.1c0 13.8-4.7 26.6-13.4 36.1-7.8 8.6-18 13.4-28.6 13.4H433c-52.9 2.5-108.8 3.8-166.4 3.8H256h.1-10.9c-57.8 0-113.7-1.3-166.2-3.7h-1.6c-10.6 0-20.7-4.8-28.5-13.4-8.6-9.5-13.4-22.3-13.4-36.1v-1.1l-.1-1.1c-2.4-34.1-3.5-69.4-3.3-104.7v-.2c-.1-35.3 1-70.5 3.3-104.6l.1-1.1v-1.1c0-27.2 18.8-49.3 41.9-49.3h1.4c49.5-2.3 102.9-3.3 168.2-3.3h18.1m0-32.2h-18C189.5 0 132.9.8 77.5 3.3 36.7 3.3 3.6 39.6 3.6 84.6 1.1 120.4 0 156 .1 191.7c-.1 35.7.9 71.3 3.4 107 0 45 33.1 81.6 73.9 81.6 54.8 2.6 110.7 3.8 167.8 3.8h21.6c57.1 0 113-1.2 167.9-3.8 40.9 0 74-36.6 74-81.6 2.4-35.7 3.5-71.4 3.4-107.1.1-35.7-1-71.3-3.4-107.1 0-45-33.1-81.1-74-81.1C379.3.8 322.8 0 265.1 0z"/><path d="M207.1 289.8V93.4l145 98.2-145 98.2z"/></svg>
<svg class="tc-image-social-zappos tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.862998962402344 40.630008697509766"><path d="M9.165 36.363c-.337 2.504-2.586 4.267-5.026 3.94C1.702 39.975 0 37.679.337 35.176c.338-2.502 2.585-4.264 5.022-3.936 2.439.329 4.141 2.621 3.806 5.123zm2.02-12.52l.203-.664-3.072-.7-5.366-1.224-.049 1.68.05 1.65 3.035.648 3.425.73.861.183.055.012.28-.646.578-1.669zm-7.827-6.728l-.097.711 7.405-6.259-3.09-.698-2.489-.562c-.042-.01-.456 1.332-.499 1.463l-.51 1.76c-.286 1.185-.476 2.39-.72 3.585zm3.088-9.93l-.385.774 6.704 1.534c-.099-1.108-.308-2.265-.671-3.319-.274-.795-.656-1.751-1.358-2.27-.821-.607-1.774.022-2.39.619-.798.772-1.346 1.712-1.9 2.662zM5.242 19.08l1.175.26 5.61 1.244c.29-1.387.544-2.788.703-4.196.157-1.4.201-2.81.186-4.217L5.242 19.08zM10.787.36c2.078.442 3.048 2.531 3.501 4.408.502 2.074.575 4.247.506 6.37a54.033 54.033 0 0 1-.78 7.464 48.472 48.472 0 0 1-1.804 7.147c-.37 1.107-.775 2.205-1.28 3.258l-.842 1.53-.312-.245-.36-.256-.728-.455c-1.027-.588-2.121-.947-3.305-1.028-1.098-.075-2.266-.02-3.343.21l-.203.02-.093-.431-.15-.872-.181-1.839a41.006 41.006 0 0 1-.034-3.739 49.4 49.4 0 0 1 .84-7.515c.455-2.41 1.039-4.819 1.87-7.129.625-1.742 1.395-3.521 2.556-4.982C7.653 1.008 9.095 0 10.787.36z"/></svg>
<svg class="tc-image-social-zerply tc-image-button" width="22pt" height="22pt" viewBox="0 0 56.567996978759766 73.26799774169922"><path d="M15.189 48.143c7.221.67 12.822 4.535 18.604 8.086 4.091 2.512 8.593 3.973 13.483 3.91 2.35-.029 4.435-.799 6.224-2.303.767-.646 1.085-.514 1.312.43 1.756 7.254-4.007 14.668-11.467 14.891-3.72.111-6.915-1.223-9.895-3.17-3.4-2.225-6.648-4.686-10.036-6.928-6.246-4.137-13.147-5.551-20.546-4.674-2.162.258-2.375.086-2.547-2.199-.321-4.287 1.237-7.81 4.117-10.93 8.217-8.893 16.293-17.912 23.846-27.389.647-.812 1.289-1.629 1.92-2.453.181-.238.557-.445.377-.795-.175-.34-.564-.185-.859-.17-3.609.201-7.217.402-10.834.322-1.868-.045-3.691-.299-5.413-1.059-2.893-1.271-3.835-3.455-2.733-6.391.896-2.383 2.238-4.523 3.709-6.594.416-.584.778-.727 1.449-.381 3.368 1.727 7.045 2.184 10.744 2.477 7.833.621 15.604.076 23.297-1.486 1.005-.203 1.029.293 1.118.982.456 3.51-.722 6.443-3.028 9.047-8.268 9.332-16.146 19.008-24.974 27.846-2.735 2.736-5.469 5.509-7.868 8.931z"/></svg>
<svg class="tc-image-social-zurb tc-image-button" width="22pt" height="22pt" viewBox="0 0 72.00000762939453 72.00000762939453"><path d="M65 0H7a7 7 0 0 0-7 7v58a7 7 0 0 0 7 7h58a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm-8.647 43.23v5.339a2.257 2.257 0 0 1-1.973 2.019l-30.145.002c-2.232 0-4.135-.72-5.707-2.157-1.571-1.438-2.357-3.177-2.357-5.221 0-1.626.531-3.071 1.594-4.345 1.064-1.27 2.411-2.154 4.041-2.656l26.341-7.527H16.172v-5.096a2.263 2.263 0 0 1 1.779-2.177h30.338c2.232 0 4.133.714 5.705 2.139 1.572 1.427 2.359 3.13 2.359 5.112 0 1.655-.536 3.111-1.607 4.371-1.071 1.262-2.449 2.141-4.134 2.635L24.235 43.23h32.118z"/></svg>
<svg class="tc-image-sofort tc-image-button" width="22pt" height="22pt" viewBox="0 0 976.0130004882812 304.13409423828125"><path d="M804.919 2.217c3.332 2.501 6.664 5.837 8.888 9.17 6.11 8.886 8.61 19.442 6.946 31.657h31.663l-47.774 131.657h47.774L900.19 43.045h61.098l14.725-40.827H804.92zm-2.223 16.947C794.922 7.777 778.807 2.217 754.09 2.217h-57.77l-62.49 172.485h53.048l22.78-60.826c1.113 2.5 14.441 60.826 14.441 60.826h55.83s-10.279-42.774-17.779-59.993c-1.946-4.719-3.883-9.724-6.387-13.888 15.552-5.555 38.332-18.33 48.056-44.16 5.547-15.552 5.265-28.33-1.122-37.495zm-46.379 38.051c-4.723 13.883-14.165 22.221-31.385 22.221h-9.165l15.28-41.664h8.882c16.102 0 21.94 4.723 16.39 19.443zM269.415 1.94h-98.043c-15.556 0-30.835 0-44.165 6.942-13.333 6.942-25.275 20.553-34.718 48.33-1.945 5.831-3.055 10.832-3.055 15.278-.278 4.446.56 8.333 2.496 11.387 1.945 4.168 5.282 8.056 9.442 11.388 4.173 3.055 9.17 5.555 14.442 7.22.278 0 3.055.836 6.392 1.667 3.614 1.114 7.496 2.5 10.274 3.333 1.395.277 3.06.832 4.446 1.668 1.668 1.11 3.055 2.223 3.61 3.61.558 1.39.836 2.5.836 3.613.278 1.387 0 2.778-.554 4.165-1.109 3.614-3.337 6.387-6.942 7.501-3.614 1.668-8.614 2.223-16.947 2.223H15.552L0 174.43h108.045c10.001 0 28.886 0 46.938-7.51 17.78-7.774 35.004-22.767 42.22-53.602 2.5-11.665 1.945-21.107-2.497-28.33-4.719-7.225-12.779-12.775-24.717-16.112 0 0-2.5-.832-5.56-1.387-3.055-1.113-6.669-2.223-8.61-2.777-3.05-.832-5.278-2.496-6.665-4.719-1.668-2.223-1.668-5-1.109-7.778.827-3.055 3.055-4.997 5.828-6.942 2.778-1.387 6.387-2.223 10.833-2.223h63.053c.55-.832.832-1.387 1.11-2.219 11.382-16.388 25.552-29.445 40.545-38.89zm96.652 16.39C357.738 5.831 343.019 0 322.461 0c-13.05 0-26.108 2.777-38.323 8.333-17.502 8.337-33.33 22.221-45.832 40.273-8.614 11.942-15.556 25.831-21.107 41.11-10.56 29.162-10.56 52.774.273 68.326 6.114 8.883 18.611 19.166 44.442 19.166h.281c47.22 0 82.21-30.83 104.712-92.216 5.555-16.11 13.33-46.387-.84-66.663zm-50.265 69.156c-14.72 40.555-25.276 50.556-41.387 50.556-15.829 0-21.107-10-6.387-49.997 10.833-30.276 24.998-49.442 41.942-49.442 16.39 0 20.275 9.447 5.832 48.883zM554.394 1.94h-100.27c-27.773 0-48.607 14.166-58.604 41.105l-47.5 131.383h52.218l24.162-67.495h46.387l13.051-36.109h-45.829l7.224-21.107c1.387-3.89 5.278-6.669 10.555-6.669h54.443c.554-.832.827-1.387 1.386-2.219 11.384-16.388 27.495-29.444 42.774-38.89zm96.094 16.39C641.878 5.831 627.158 0 606.882 0c-13.06 0-26.389 2.777-38.605 8.333-17.22 8.337-33.054 22.221-45.832 40.273-8.333 11.942-15.552 25.831-20.83 41.11-10.833 29.162-10.833 52.774 0 68.326 6.387 8.883 18.885 19.166 44.715 19.166 47.492 0 82.491-30.83 104.712-92.216 5.837-16.11 13.611-46.387-.554-66.663zm-50.27 69.156c-14.72 40.555-25.28 50.556-41.383 50.556-15.83 0-21.11-10-6.664-49.997 11.111-30.276 25.275-49.442 42.218-49.442 16.384 0 19.994 9.447 5.828 48.883zM72.491 270.526c-1.945 5.278-4.442 9.72-7.493 13.892-3.055 4.164-6.39 7.774-10.56 10.833-3.887 2.774-8.61 4.72-13.61 6.387-4.72 1.668-10.002 2.496-15.553 2.496-5.559 0-10.282-.827-13.883-2.223-3.895-1.387-6.669-3.324-8.614-6.11-1.942-2.774-2.773-6.11-2.773-10.27 0-4.168.555-8.887 2.773-14.166l18.885-52.224c0-.555.278-.827.56-1.11.272-.559.827-.837 1.663-1.11.837-.28 1.946-.28 2.778-.559 1.386 0 2.773-.273 4.446-.273 1.946 0 3.055.273 4.165.273 1.114.273 1.67.273 2.223.56.837.268 1.11.55 1.386 1.11v1.11l-18.329 50.55c-1.386 3.328-2.223 6.383-2.223 8.887 0 2.223.554 4.438 1.386 6.11 1.118 1.668 2.505 3.055 4.446 3.614 1.664.832 4.165 1.11 6.66 1.11 2.782 0 5.56-.273 7.778-1.11 2.505-.827 5-1.945 6.946-3.887 2.223-1.395 3.891-3.332 5.555-5.56 1.664-2.777 3.05-5.269 4.168-8.055l18.611-51.66c0-.556.278-.828.832-1.11.278-.56 1.114-.838 1.668-1.11.832-.282 1.664-.282 2.778-.56 1.386 0 2.501-.273 4.446-.273 1.386 0 3.055.273 4.168.273.837.273 1.664.273 2.223.56.55.268.828.55 1.11 1.11.272.276.272.554 0 1.11l-18.616 51.383zm-15.552-69.712c-1.114 3.332-2.223 5.278-4.173 6.664-1.386 1.11-4.165 1.673-7.496 1.673-3.332 0-5.273-.563-6.11-1.673-.832-1.387-.559-3.332.554-6.387.832-3.055 2.496-5.278 4.17-6.392 1.667-1.382 4.167-1.945 7.495-1.945 3.332 0 5.56.563 6.11 1.673.837 1.387.837 3.328-.55 6.387zm28.886 0c-1.114 3.332-2.5 5.278-4.446 6.664-1.386 1.11-3.887 1.673-7.496 1.673-3.337 0-5.282-.563-6.11-1.673-.832-1.387-.559-3.332.555-6.387 1.391-3.055 2.501-5.278 4.165-6.392 1.668-1.382 4.168-1.945 7.782-1.945 3.332 0 5.273.563 6.106 1.673.832 1.387.56 3.328-.555 6.387zm70.545 75.827c-1.105 3.324-2.496 5.832-4.44 8.325-1.388 2.51-3.61 4.723-5.556 6.67-2.5 1.667-4.719 3.327-6.946 4.718-2.774 1.387-5.55 2.496-8.05 3.614-2.779.55-5.838 1.387-8.61 1.668-3.056.555-6.11.827-9.443.827H90.55c-1.668 0-2.496-.559-3.055-1.387-.828-1.11-.828-2.223 0-4.168l26.944-74.718c.56-1.937 1.664-3.328 3.055-4.164a6.787 6.787 0 0 1 4.165-1.39h21.39c5 0 9.164.554 12.5 1.39 3.333.832 6.11 2.223 7.774 3.887 1.946 1.945 2.778 4.168 3.337 6.946.278 2.774-.28 6.114-1.39 9.72-.838 1.944-1.947 3.881-3.05 5.554-1.114 1.942-2.783 3.887-4.174 5.274-1.668 1.391-3.055 2.5-5 3.887-1.94 1.113-4.168 2.223-6.114 2.782 2.227.27 4.173 1.105 5.841 2.22 1.66 1.39 2.774 2.504 3.606 4.445 1.118 1.668 1.668 3.61 1.668 5.837-.005 2.505-.554 5.282-1.673 8.064zm-18.33.551c.832-1.945 1.11-3.606 1.11-5.274 0-1.39-.555-3.055-1.669-3.89-.827-1.11-1.94-1.946-3.887-2.497-1.664-.559-4.165-.832-7.496-.832h-10l-9.162 24.162h12.774c2.223 0 4.446-.277 6.114-.555 2.22-.28 3.614-1.113 5.274-2.223 1.668-1.113 3.055-2.223 4.173-3.606 1.105-1.673 2.21-3.34 2.77-5.286zm9.17-36.66c.277-1.668.558-3.332.558-4.45 0-1.387-.28-2.777-.84-3.61-.827-.555-1.94-1.387-3.333-1.945-1.387-.555-3.328-.832-6.387-.832h-8.333l-8.333 22.221h9.72c2.496 0 4.72 0 6.11-.827 1.946-.559 3.61-1.387 4.72-2.505 1.386-.827 2.773-2.223 3.613-3.61 1.113-1.11 1.946-2.774 2.505-4.442zm72.767 54.99c-.554 1.117-.832 2.222-1.387 3.331-.554.837-.832 1.395-1.113 1.945-.273.56-.827.837-1.387 1.11-.28.281-.827.56-1.109.56h-42.778c-1.387 0-2.496-.56-3.05-1.388-.832-1.11-.832-2.223 0-4.168l26.94-74.718c.56-1.937 1.668-3.328 3.055-4.164 1.11-.837 2.774-1.39 3.887-1.39h42.773c.277 0 .56 0 .837.28.277.27.55.827.55 1.387 0 .555-.273 1.387-.273 1.945-.277.832-.555 1.937-1.113 3.324-.55 1.118-1.11 2.223-1.387 3.337a15.724 15.724 0 0 0-1.11 1.945c-.559.555-.832.827-1.387 1.11-.28.277-.837.277-1.113.277h-30.549l-7.5 21.107h25.83c.278 0 .56 0 .832.277.273.273.273.55.273 1.113.281.55 0 1.11 0 2.22a41.918 41.918 0 0 1-1.105 3.058c-.28 1.391-.832 2.223-1.109 3.05-.559.837-.837 1.673-1.387 2.223-.559.56-.84.827-1.109.827-.278.281-.837.281-1.118.281h-25.826l-8.892 24.162h30.835c.273 0 .832.277 1.11.56 0 .272.277.554.277 1.112 0 .555 0 1.387-.278 1.942-.286.845-.563 2.236-1.118 3.341zm82.491 4.45c0 .55-.277.826-.555 1.386-.277.277-.832.55-1.668.832-.827.273-1.659.273-3.055.55h-9.447c-1.105-.273-2.219-.273-2.774-.55-.55-.28-.827-.555-.827-1.113v-1.11l-.84-19.443c-.274-1.945-.274-3.896-.55-5.56-.278-1.668-.838-3.055-1.665-4.168-.555-1.113-1.387-2.219-2.782-2.777a17.376 17.376 0 0 0-4.442-.555h-5.274l-11.947 32.5c-.273.276-.55.826-.827 1.11-.559.276-1.11.826-1.668.826-.832.281-1.664.56-3.055.56-.832.272-2.5.272-3.89.272-1.943 0-3.333 0-4.165-.273-1.11 0-2.223-.273-2.777-.559-.555 0-.832-.55-.832-.827-.28-.277-.28-.827 0-1.11l28.05-77.777c.84-1.937 1.944-3.328 3.054-4.164 1.391-.837 2.5-1.39 4.173-1.39h27.494c1.387.28 2.782.28 3.891.554 3.337.56 5.832 1.391 8.055 2.505 2.496 1.11 4.168 2.774 5.555 4.442 1.11 2.223 1.668 4.442 1.668 7.215 0 2.51-.555 5.282-1.668 8.618-1.113 3.055-2.5 5.832-3.887 8.055-1.668 2.5-3.332 4.446-5.555 6.387a49.859 49.859 0 0 1-6.942 5.005c-2.5 1.11-5.278 2.223-8.333 3.055 1.11.827 2.22 1.66 3.055 2.223.827.832 1.387 1.945 1.945 3.328.555 1.11.832 2.777 1.11 4.168.555 1.668.555 3.614.832 5.56l.832 16.943v3.614c-.013.832-.29 1.391-.29 1.668zm-1.108-58.054c.832-2.774 1.11-5.274.555-6.942-.555-2.223-2.223-3.332-4.723-4.164-.827-.28-1.942-.559-2.774-.559-1.11-.277-2.774-.277-4.723-.277h-7.778l-8.887 24.443h8.887c2.505 0 4.723-.277 6.67-1.113 2.218-.55 3.886-1.387 5.828-2.219 1.387-1.387 2.774-2.777 4.173-3.896.827-1.664 1.942-3.328 2.774-5.274zm108.603 56.108c-.559 1.11-1.113 1.945-1.945 2.223-.555.827-1.668 1.387-2.5 1.66-1.11.28-2.496.558-3.61.831h-11.669c-1.668-.273-2.777-.55-3.337-.832-.832-.269-1.387-.827-1.387-1.659-.277-.277-.277-1.118 0-2.223l5.837-54.16h-.277l-32.5 54.16c-.555.827-.837 1.945-1.668 2.223-.555.827-1.387 1.387-2.496 1.66-.832.28-2.223.558-3.89.831h-11.67c-1.387-.273-2.774-.55-3.332-.832-.832-.269-1.11-.827-1.387-1.659-.28-.277-.28-1.118 0-2.223l7.774-74.714c0-1.673.281-3.055.56-3.614.272-1.113.55-1.945 1.386-2.223.832-.55 1.942-1.11 3.055-1.11 1.387 0 3.332-.273 5.274-.273 1.95 0 3.896.273 5 .273 1.11 0 1.945.273 2.5.56.555.268.832.55.832 1.11.277.276 0 1.11 0 1.944l-8.879 65.55 39.163-65.273c.277-.559.827-1.39 1.387-1.945.56-.559 1.11-1.118 1.945-1.387.55-.28 1.668-.559 3.055-.559 1.11 0 2.774-.273 4.72-.273 2.222 0 3.886.273 4.996.273 1.113 0 2.223.273 2.5.56.56.268 1.11.826 1.11 1.386.277.555.277 1.387 0 1.945l-7.493 65.272 38.887-65.549c.277-.563.832-1.113 1.105-1.668.281-.559.841-1.118 1.668-1.387.832-.28 1.668-.559 2.777-.559 1.391 0 2.777-.273 4.997-.273 1.668 0 3.337.273 4.446.273.832 0 1.664.56 1.942 1.11.277.277.277 1.113-.277 2.223-.273.56-1.11 1.942-1.942 3.882l-46.656 74.445zm89.434-2.505c-.554 1.118-1.114 2.223-1.39 3.332-.274.837-.833 1.395-1.11 1.945-.555.56-.833.837-1.387 1.11-.554.281-.832.56-1.114.56h-42.774c-1.668 0-2.496-.56-3.332-1.388-.555-1.11-.555-2.223 0-4.168l27.221-74.718c.555-1.937 1.664-3.328 3.055-4.164a6.777 6.777 0 0 1 4.164-1.39h42.22c.558 0 .831 0 1.113.28.273.27.273.827.273 1.387 0 .555 0 1.387-.273 1.945-.278.832-.554 1.937-1.114 3.324-.554 1.118-.827 2.223-1.114 3.337-.273.832-.827 1.387-1.386 1.945-.273.555-.827.827-1.11 1.11-.554.277-.837.277-1.114.277h-30.553l-7.5 21.107h25.834c.278 0 .554 0 .837.277.27.273.27.55.27 1.113v2.22a41.934 41.934 0 0 1-1.11 3.058c-.56 1.391-.833 2.223-1.387 3.05-.278.837-.832 1.673-1.114 2.223-.273.56-.832.827-1.11.827-.554.281-.837.281-1.395.281h-25.826l-8.61 24.162h30.553c.56 0 .832.277 1.11.56.278.272.278.554.56 1.112 0 .555-.279 1.387-.279 1.942-.282.845-.832 2.236-1.11 3.341zm36.663 4.45c-.282.277-.554.827-.832 1.11s-.837.827-1.668.827c-.837.281-1.946.56-2.778.56-1.386.272-2.778.272-4.446.272-1.664 0-2.774 0-4.164-.273-1.114 0-1.946-.273-2.223-.559-.559 0-1.118-.55-1.118-.827-.273-.277-.273-.827 0-1.11l29.171-80.827c.27-.555.554-.827.827-1.11.56-.559.832-.837 1.668-1.11.837-.28 1.946-.28 2.774-.559 1.386 0 2.774-.273 4.173-.273 1.942 0 3.332.273 4.164.273 1.386.273 2.223.273 2.778.56.278.268.832.55.832 1.11.273.276.273.554 0 1.11l-29.159 80.826zm84.156-23.339c-1.39 4.45-3.887 8.333-6.664 11.67-2.778 3.61-6.114 6.387-9.723 8.61-3.887 2.505-7.774 3.887-11.942 5.278-4.45 1.113-8.615 1.942-12.779 1.942-3.055 0-5.828-.277-8.056-.827-2.5-.563-4.446-1.113-6.11-1.945-1.668-.837-3.055-1.387-4.168-1.942-.832-.832-1.668-1.673-1.946-2.223s-.554-1.113-.278-2.5c0-1.113.56-2.777 1.391-4.442.554-1.673.832-2.505 1.11-3.618.554-.827 1.114-1.668 1.391-2.219.551-.559.832-.837 1.386-1.113.273-.28.554-.555 1.114-.555.551 0 1.386.555 2.218 1.387.832.277 1.946 1.391 3.614 2.223 1.114.832 3.06 1.664 5.278 2.223 2.223.832 4.723 1.113 8.056 1.113 2.223 0 4.164 0 6.114-.555 1.668-.559 3.332-1.118 4.72-2.223 1.667-.832 2.773-2.223 3.886-3.332 1.386-1.387 2.223-3.05 2.5-4.719.827-1.942.827-3.328.278-5-.278-1.387-1.114-2.496-2.5-3.61-1.39-1.118-2.778-2.223-4.723-3.055-1.946-.837-3.883-1.945-5.555-3.063-1.946-.827-3.61-2.219-5.555-3.606-1.39-1.11-2.778-3.055-3.887-4.723-.832-1.942-1.386-4.164-1.668-6.664 0-2.5.554-5.555 1.668-9.165 1.668-4.164 3.61-8.055 6.391-11.11 2.491-2.778 5.551-5.283 8.606-7.502 3.332-1.95 6.946-3.614 10.833-4.723 3.887-.832 7.778-1.387 11.665-1.387 2.223 0 4.164.273 6.11.555 1.668.281 3.614.56 5 1.118 1.673.55 2.778 1.11 4.168 1.942 1.114.55 1.946 1.113 2.223 1.391 0 .55 0 .827.273 1.11 0 .273 0 .827-.273 1.387v1.664c-.278.837-.837 1.945-1.114 3.06a27.823 27.823 0 0 0-1.386 3.336c-.554.827-.832 1.387-1.114 1.942-.278.832-.559 1.113-1.11 1.387-.278.273-.837.555-1.39.555s-1.115-.277-1.669-1.11c-1.114-.559-2.223-1.387-3.328-1.945-1.118-.555-2.778-1.387-4.45-1.945-1.942-.827-4.168-1.113-6.383-1.113-1.946 0-3.89.281-5.282.837-1.664.555-2.774 1.11-4.164 1.937-1.386.841-2.223 1.673-3.328 3.06-.837 1.112-1.673 2.222-1.95 3.613-.554 1.945-.554 3.332 0 5 .278 1.113 1.114 2.5 2.778 3.614 1.114 1.113 2.774 1.942 4.442 3.06 1.946.826 3.891 1.941 5.837 2.773 1.668 1.11 3.61 2.496 5.27 3.614 1.672 1.387 3.336 3.332 4.172 4.992 1.114 1.95 1.668 4.173 1.942 6.664.005 2.5-.546 5.555-1.937 8.883zm90.825-6.106c-2.223 5.278-4.442 9.72-7.505 13.892-3.055 4.164-6.387 7.774-10.556 10.833-3.883 2.774-8.606 4.72-13.602 6.387-4.723 1.668-10.279 2.496-15.833 2.496-5.278 0-10-.827-13.888-2.223-3.614-1.387-6.387-3.324-8.333-6.11-1.946-2.774-3.055-6.11-3.055-10.27 0-4.168.832-8.887 2.774-14.166l18.89-52.219c.272-.555.272-.827.831-1.11.282-.559.832-.837 1.668-1.11.832-.28 1.673-.28 2.774-.559 1.391 0 2.5-.273 4.446-.273 1.668 0 3.055.273 4.168.273 1.114.273 1.668.273 2.223.56.554.268 1.11.55 1.11 1.11.278.276.278.554 0 1.11L659.105 269.7c-1.39 3.328-2.223 6.383-2.223 8.887 0 2.223.554 4.438 1.386 6.11 1.114 1.668 2.5 3.055 4.442 3.614 1.668.832 4.173 1.11 6.664 1.11 2.774 0 5.56-.273 7.778-1.11 2.5-.827 5-1.945 6.946-3.887 1.942-1.395 3.883-3.332 5.551-5.56 1.673-2.777 3.06-5.269 3.891-8.055l18.89-51.66c0-.556.277-.828.826-1.11.282-.56.837-.838 1.673-1.11.832-.282 1.668-.282 2.778-.56 1.391 0 2.496-.273 4.446-.273 1.386 0 2.774.273 3.883.273.837.273 1.946.273 2.505.56.554.268.827.55 1.11 1.11v1.11l-18.607 51.374zm85.27 25.554c-.274 1.113-.828 2.223-1.669 3.055-.55.837-1.386 1.118-1.942 1.668-.832.56-1.668 1.11-2.778 1.391-.554.273-1.386.273-2.5.273h-7.215c-1.668 0-2.782 0-3.895-.559-1.105-.269-1.664-.827-2.496-1.659-.554-.559-1.114-1.945-1.386-3.337-.559-1.113-.832-3.059-1.118-5.274l-6.664-39.995c-.554-2.5-.827-5-1.114-7.5 0-3.06-.273-5.556-.273-8.06-1.114 3.058-2.223 6.117-3.337 9.16-.827 3.063-2.218 6.67-3.328 10.005l-16.107 44.72c-.278.276-.559.55-.837 1.11-.554.276-1.11.558-1.659.826-.559.281-1.395.56-2.505.56-1.39.272-2.5.272-4.168.272-1.386 0-2.774 0-3.614-.273-1.11 0-1.668-.273-2.223-.559-.554-.269-.832-.55-.832-.827v-1.11l27.776-76.936c.832-2.223 2.223-3.618 3.891-4.719a7.5 7.5 0 0 1 4.72-1.673h9.441c1.668 0 3.055.281 4.168.555.832.277 1.664.837 2.5 1.391.554.827 1.11 1.391 1.391 2.777.27 1.11.551 2.774.827 4.164l5.278 31.385c.278 1.945.551 3.614 1.11 5.56 0 1.66.278 3.606.278 5.551.278 1.95.56 3.891.832 5.278.278 1.942.278 3.614.554 5.555 1.114-3.055 1.946-6.664 3.06-9.997 1.385-3.059 2.495-6.387 3.327-9.165l14.716-40.277c0-.55.282-.827.841-1.382.273-.277 1.105-.559 1.664-.837.554-.269 1.668-.555 2.778-.555 1.114-.273 2.223-.273 3.891-.273 1.386 0 2.496 0 3.61.273 1.11 0 1.664.281 1.946.555.554.277.832.56 1.105.837 0 .555 0 .832-.269 1.382L796.31 296.08zm117.212-66.104c-.559 1.382-1.118 2.223-1.673 3.328-.273.837-.559 1.677-1.114 2.223-.278.555-.832.832-1.11 1.113-.278.277-.837.277-1.11.277-.84 0-1.39-.277-2.227-.837-1.105-.827-2.496-1.942-4.164-2.777-1.942-1.105-4.173-1.664-6.664-2.49-2.774-.838-6.114-1.392-10-1.392s-7.779.832-11.662 2.223c-3.89 1.387-7.5 3.614-10.833 6.114-3.332 2.496-6.387 5.832-8.888 9.438a56.709 56.709 0 0 0-6.39 12.228c-1.665 4.711-2.775 9.165-2.775 12.77 0 3.887.554 6.946 2.223 9.442 1.386 2.505 3.328 4.446 6.106 5.841 2.778 1.105 6.391 1.664 10.005 1.664 2.223 0 4.168 0 6.383-.559 1.668-.559 3.887-.832 5.832-1.945l7.223-19.716h-16.11c-.833 0-1.387-.559-1.387-1.668 0-1.118.278-2.5 1.386-5 .278-1.113.554-2.223 1.114-3.059.278-1.105.827-1.382 1.114-1.942.554-.55.827-1.113 1.386-1.113.278-.273.554-.555 1.11-.555h28.89c.55 0 1.104.277 1.663.555.278 0 .832.563 1.114 1.113.273.56.273.837.273 1.391 0 .832-.273 1.664-.554 2.777l-12.5 33.882c-.555 1.387-1.11 2.496-1.669 3.332-1.114 1.11-2.218 1.945-3.887 2.496-1.668.56-3.614 1.118-6.11 1.668-2.223.56-4.446 1.11-6.946 1.668s-4.719.837-7.219 1.113c-2.223.273-4.719.273-6.946.273-6.942 0-12.774-1.113-17.216-3.055-4.723-1.945-8.333-4.719-10.556-8.61-2.5-3.614-3.618-8.055-3.618-13.334 0-5.555 1.118-11.387 3.618-18.607 2.496-6.946 5.828-13.06 10.001-18.607a74.367 74.367 0 0 1 13.888-14.166c5.551-3.89 11.111-7.215 17.216-9.16 6.391-2.224 12.78-3.06 19.443-3.06 3.61 0 6.946.273 10.005.837 2.774.273 5 1.105 7.215 1.664a81.708 81.708 0 0 1 4.723 2.223c1.11 1.113 1.942 1.664 2.496 2.496.282.56.282 1.668.282 2.505-.278 1.11-.55 3.06-1.383 4.997z"/></svg>
<svg class="tc-image-solar-eclipse tc-image-button" width="22pt" height="22pt" viewBox="0 0 2267 2267"><path d="M0 1133q0-39 27-66 28-26 64-26h218q37 0 61.5 27t24.5 65-24.5 64.5T309 1224H91q-37 0-64-27t-27-64zm305 739q0-37 25-65l157-152q24-25 63-25 38 0 63.5 24t25.5 61q0 39-26 68l-152 152q-65 51-131 0-25-27-25-63zm0-1477q0-37 25-65 31-26 68-26 35 0 63 26l152 157q26 24 26 63 0 38-25.5 63.5T550 639q-39 0-63-26L330 461q-25-27-25-66zm272 738q0-149 75-277.5T855.5 652t277.5-75q112 0 215 44.5t177.5 119T1644 918t44 215q0 150-74.5 278T1411 1613.5t-278 74.5-278-74.5T652 1411t-75-278zm465 829q0-38 26.5-64t64.5-26q39 0 65 26t26 64v212q0 39-26.5 66t-64.5 27-64.5-27-26.5-66v-212zm0-1653V91q0-37 27-64t64-27 64 27 27 64v218q0 37-26.5 61.5T1133 395t-64.5-24.5T1042 309zm11 461q139 17 233.5 123t94.5 249q0 133-83.5 234.5T1086 1506q32 4 47 4 156 0 266.5-110.5T1510 1133q0-154-110.5-263T1133 761q-41 0-80 9zm578 945q0-37 24-60 24-25 60-25 39 0 64 25l156 152q26 28 26 65t-26 63q-64 50-128 0l-152-152q-24-27-24-68zm0-1165q0-40 24-63l152-157q28-26 63-26 38 0 64.5 27t26.5 64q0 40-26 66l-156 152q-29 26-64 26-36 0-60-25.5t-24-63.5zm241 583q0-38 26-66 26-26 61-26h216q37 0 64.5 27.5t27.5 64.5-27.5 64-64.5 27h-216q-37 0-62-26.5t-25-64.5z"/></svg>
<svg class="tc-image-solution tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 833"><path d="M928 0H96Q56 0 28 28T0 96v578q0 40 28 68t68 28h334q13 0 22.5-9.5T462 738t-9.5-22.5T430 706H96q-13 0-22.5-9.5T64 674V96q0-13 9.5-22.5T96 64h832q14 0 23 9.5t9 22.5v546q0 13 9.5 22.5T992 674q14 0 23-9.5t9-22.5V96q0-40-28-68T928 0zM577 225q0-13-9.5-22.5T545 193H161q-13 0-22.5 9.5T129 225t9.5 22.5T161 257h384q13 0 22.5-9.5T577 225zM449 352q0-13-9.5-22.5T417 320H161q-13 0-22.5 9.5T129 352q0 14 9.5 23t22.5 9h256q13 0 22.5-9t9.5-23zm-288 96q-13 0-22.5 9.5T129 480t9.5 22.5T161 512h192q13 0 22.5-9.5T385 480t-9.5-22.5T353 448H161zm681 184q-20-20-44-33 35-37 35-88 0-53-37.5-90.5T705 383t-90.5 37.5T577 511q0 51 35 88-24 13-44 33-56 55-56 134v35q0 13 9.5 22.5T544 833q14 0 23-9.5t9-22.5v-35q0-52 37-89t89-37h6q51 0 88 37t37 89v35q0 13 9.5 22.5T865 833t22.5-9.5T897 801v-35q0-79-55-134zM704.5 447q26.5 0 45.5 18.5t19 45.5-19 45.5-45.5 18.5-45-18.5T641 511t18.5-45.5 45-18.5z"/></svg>
<svg class="tc-image-songkick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M.001 290.304v-68.607l1.28-30.208L4.864 160l7.168-27.135 12.032-28.416L42.24 80.64l25.855-24.32C117.931 18.775 178.688 0 250.368 0h8.192v397.824h63.488V291.328c2.39 3.755 9.045 14.592 19.968 32.512s19.627 31.488 26.112 40.704c9.899 13.654 20.736 22.7 32.512 27.136 11.776 4.437 27.392 6.656 46.848 6.656h18.432V337.92c-15.36 0-26.112-1.195-32.256-3.584s-13.312-9.387-21.504-20.992c-4.778-6.144-11.093-15.787-18.944-28.928a29057.905 29057.905 0 0 0-13.312-22.272l87.552-121.855H391.68l-69.632 96.767V5.12c46.08 7.51 86.699 24.576 121.856 51.2 9.899 7.51 18.517 15.616 25.856 24.32 7.338 8.704 13.397 16.64 18.175 23.808s8.79 16.64 12.033 28.416 5.632 20.822 7.168 27.136c1.536 6.315 2.73 16.81 3.584 31.488.853 14.678 1.28 24.747 1.28 30.208v68.608l-1.28 30.208L507.136 352l-7.168 27.136-12.033 28.416-18.175 23.808-25.856 24.32C394.069 493.227 331.435 512 256 512s-138.07-18.773-187.904-56.32c-9.898-7.51-18.517-15.616-25.855-24.32-7.339-8.704-13.398-16.64-18.176-23.808s-8.79-16.64-12.032-28.416C8.79 367.36 6.4 358.315 4.864 352c-1.537-6.314-2.731-16.81-3.584-31.488C.426 305.835 0 295.765 0 290.304zm41.471 76.288c22.528 22.87 55.297 34.304 98.305 34.304 27.307 0 50.773-6.997 70.4-20.992 19.626-13.995 29.44-34.133 29.44-60.416 0-17.408-3.072-31.83-9.216-43.264-6.144-11.435-13.824-19.2-23.04-23.296s-19.2-7.424-29.952-9.984c-10.752-2.56-20.736-4.096-29.952-4.608s-16.896-2.474-23.04-5.888c-6.144-3.413-9.216-8.533-9.216-15.36 0-16.042 11.947-23.893 35.84-23.552 19.456 0 34.304 4.95 44.544 14.848l39.935-39.936c-20.48-20.48-49.493-30.72-87.039-30.72-26.624 0-49.067 7.082-67.328 21.248-18.262 14.165-27.393 34.218-27.393 60.16 0 17.408 3.5 31.659 10.497 42.752 6.997 11.094 15.786 18.688 26.368 22.784 10.581 4.096 21.248 6.998 32 8.704s20.906 3.243 30.464 4.608c9.557 1.366 15.872 3.755 18.944 7.168 3.413 3.755 5.12 8.875 5.12 15.36 0 15.702-12.288 23.553-36.864 23.553-26.283 0-45.568-6.145-57.857-18.433z"/></svg>
<svg class="tc-image-sort tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.002238273620605 13.253077507019043"><path d="M10.001 8.251a.603.603 0 0 1-.186.44L5.44 13.064a.6.6 0 0 1-.439.186.596.596 0 0 1-.439-.186L.187 8.69a.6.6 0 0 1-.186-.439.6.6 0 0 1 .186-.439.596.596 0 0 1 .44-.186h8.75a.6.6 0 0 1 .438.186.603.603 0 0 1 .186.44zm0-3.25a.603.603 0 0 1-.186.44.6.6 0 0 1-.439.185H.626a.596.596 0 0 1-.439-.186.6.6 0 0 1-.186-.439.6.6 0 0 1 .186-.439L4.562.187a.6.6 0 0 1 .44-.186c.167 0 .313.062.438.186l4.375 4.375a.603.603 0 0 1 .186.44z"/></svg>
<svg class="tc-image-sort-a-z tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.790000915527344 13.007804870605469"><path d="M12.597 10.008L9.8 12.858l-.008.005c-.045.045-.15.08-.209.106-.053.02-.01.029-.064.033-.012 0-.021.006-.031.006-.008 0-.014-.004-.021-.004-.061-.003-.09-.014-.146-.035a.514.514 0 0 1-.135-.09c-.01-.008-.023-.012-.033-.021l-3.008-2.85c-.201-.2-.109-.525.093-.725a.511.511 0 0 1 .725 0l2.07 1.973L9.035.538c0-.293.199-.531.482-.53.283-.001.434.237.434.53v10.718l2.012-1.973a.514.514 0 0 1 .727 0c.1.1.059.23.059.362s-.052.263-.152.363zM3.824 5.026l.479 1.003a.9.9 0 0 0 .23.31c.1.087.253.128.46.122.1 0 .193-.014.28-.041a.544.544 0 0 0 .215-.121.348.348 0 0 0 .105-.203.595.595 0 0 0-.04-.292L3.473.377A.531.531 0 0 0 3.258.12a.782.782 0 0 0-.444-.112.79.79 0 0 0-.446.112.527.527 0 0 0-.215.257L.093 5.785c-.093.246-.078.42.045.523.124.102.289.153.495.153.207 0 .363-.044.471-.131a.885.885 0 0 0 .25-.345l.439-.96h2.031zM2.043 4.008l.771-2 .77 2H2.043zm-1.059 4a.635.635 0 0 0-.36.107c-.106.072-.159.19-.159.356 0 .17.057.29.17.36s.229.104.35.104h2.62l-3.38 3.504c-.073.09-.11.174-.11.248 0 .08.047.154.141.22.091.068.201.1.327.1h4.211a.67.67 0 0 0 .35-.103c.113-.07.17-.19.17-.36 0-.165-.054-.284-.16-.356s-.227-.107-.359-.107h-2.86l3.39-3.504c.094-.117.141-.217.141-.297 0-.063-.044-.125-.131-.184a.509.509 0 0 0-.291-.088H.984z"/></svg>
<svg class="tc-image-sort-alpha-asc tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.572128295898438 16"><path d="M4.5 12V0h-2v12H0l3.5 3.5L7 12H4.5zm9.5 4h-4a.5.5 0 0 1-.416-.777L13.066 10H10a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .416.777L10.934 15H14a.5.5 0 0 1 0 1zm1.447-9.724l-3-6a.5.5 0 0 0-.894 0l-3 6a.5.5 0 0 0 .895.447l.862-1.724h3.382l.862 1.724a.5.5 0 0 0 .895-.447zM10.809 4L12 1.618 13.191 4h-2.382z"/></svg>
<svg class="tc-image-sort-alpha-desc tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.572002410888672 16.0704345703125"><path d="M4.5 12V0h-2v12H0l3.5 3.5L7 12H4.5zM14 7h-4a.5.5 0 0 1-.416-.777L13.066 1H10a.5.5 0 0 1 0-1h4a.502.502 0 0 1 .416.777L10.934 6H14a.5.5 0 0 1 0 1zm1.447 8.276l-3-6a.5.5 0 0 0-.894 0l-3 6a.5.5 0 0 0 .895.447l.862-1.724h3.382l.862 1.724a.5.5 0 0 0 .895-.447zM10.809 13L12 10.618 13.191 13h-2.382z"/></svg>
<svg class="tc-image-sort-alphabetical tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.5 40"><path d="M26.5 22L13.25 35.25 0 22h26.5zm20-4H20L33.25 4.75 46.5 18zm-33.342 0l-.78-3.266H7.086L6.243 18H.5l6-18H13l6 18h-5.842zM9.793 4.122h-.122l-1.67 6.816h3.387L9.793 4.122zM33.25 36h8v4H27.256v-3.748L35.25 26h-8v-4h14v4l-8 10z"/></svg>
<svg class="tc-image-sort-alphabetical-ascending tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 40"><path d="M46 25H19.5l13.25-13.25L46 25zm-33.342-7l-.78-3.266H6.586L5.743 18H0L6 0h6.5l6 18h-5.842zM9.293 4.122h-.122l-1.67 6.816h3.387L9.293 4.122zM8.75 36h8v4H2.756v-3.748L10.75 26h-8v-4h14v4l-8 10z"/></svg>
<svg class="tc-image-sort-alphabetical-descending tc-image-button" width="22pt" height="22pt" viewBox="0 0 46 40"><path d="M46 16H19.5l13.25 13.25L46 16zm-33.342 2l-.78-3.266H6.586L5.743 18H0L6 0h6.5l6 18h-5.842zM9.293 4.122h-.122l-1.67 6.816h3.387L9.293 4.122zM8.75 36h8v4H2.756v-3.748L10.75 26h-8v-4h14v4l-8 10z"/></svg>
<svg class="tc-image-sort-alphabetically tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 22.203712463378906 10.267147064208984"><path d="M10.036 8.678l-4-8C5.697 0 4.586 0 4.247.678l-4 8a1 1 0 0 0 1.79.895l.722-1.448h4.764l.724 1.447a.998.998 0 0 0 1.341.448c.494-.248.695-.848.448-1.342zM3.76 6.125l1.382-2.764 1.382 2.764H3.76zm17.382 4h-6a1.001 1.001 0 0 1-.8-1.6l4.8-6.4h-4a1 1 0 0 1 0-2h6a1.001 1.001 0 0 1 .8 1.6l-4.8 6.4h4a1 1 0 0 1 0 2zm-8-4h-2a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-sort-alphabetically-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 24.295490264892578 14.008230209350586"><path d="M5.718 8.004h2.764L7.1 5.24zm15.382 0l2.4-3.2a2.986 2.986 0 0 0 .284-3.142A2.984 2.984 0 0 0 21.1.004h-6c-1.654 0-3 1.346-3 3 0 .77.295 1.47.774 2H12.6c-.368 0-.708.107-1.005.281L9.784 1.662C9.286.667 8.257.048 7.1.048s-2.186.62-2.684 1.614l-4 8c-.358.717-.416 1.53-.163 2.291s.788 1.376 1.504 1.735c.414.207.879.316 1.342.316a2.988 2.988 0 0 0 2.684-1.657l.171-.343h2.291l.171.342a2.984 2.984 0 0 0 2.684 1.658c.464 0 .928-.109 1.342-.316a3.01 3.01 0 0 0 .652-.458c.54.488 1.246.774 2.006.774h6c1.654 0 3-1.346 3-3s-1.346-3-3-3zM11.547 11.9a1.003 1.003 0 0 1-1.342-.448l-.723-1.447H4.718l-.724 1.447a1 1 0 1 1-1.788-.895l4-8c.169-.338.532-.508.894-.508s.725.17.895.508l4 8a1.002 1.002 0 0 1-.448 1.343zM12.6 8.004a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2h-1zm8.5 4h-6a1.001 1.001 0 0 1-.8-1.6l4.8-6.4h-4a1 1 0 0 1 0-2h6a1.001 1.001 0 0 1 .8 1.6l-4.8 6.4h4a1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-sort-amount-asc tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.5 15.5"><path d="M4.5 12V0h-2v12H0l3.5 3.5L7 12H4.5z"/><path d="M6.5 9h9v2h-9V9zm0-3h7v2h-7V6zm0-3h5v2h-5V3zm0-3h3v2h-3V0z"/></svg>
<svg class="tc-image-sort-amount-desc tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.5 15.5"><path d="M4.5 12V0h-2v12H0l3.5 3.5L7 12H4.5zm2-12h9v2h-9V0zm0 3h7v2h-7V3zm0 3h5v2h-5V6z"/><path d="M6.5 9h3v2h-3V9z"/></svg>
<svg class="tc-image-sort-asc tc-image-button" width="22pt" height="22pt" viewBox="0 0 992 992"><path d="M288 768V0H160v768H0l224 224 224-224H288zm128-192h576v128H416V576zm0-192h448v128H416V384zm0-192h320v128H416V192zm0-192h192v128H416V0z"/></svg>
<svg class="tc-image-sort-ascending tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M2 0v6H0l2.5 2L5 6H3V0H2zm2 0v1h2V0H4zm0 2v1h3V2H4zm0 2v1h4V4H4z"/></svg>
<svg class="tc-image-sort-by-alphabet tc-image-button" width="22pt" height="22pt" viewBox="0 0 977.6666259765625 1201"><path d="M977.667 500h-100V400h-100v100h-100V0h300v500zm-600 400h150q21 0 25 11t-10 25l-230 250q-14 15-35 15t-35-15l-230-250q-14-14-10-25t25-11h150V0h200v900zm401-800v200h100V100h-100zm199 750l-200 250h200v100h-300v-150l200-250h-200V700h300v150z"/></svg>
<svg class="tc-image-sort-by-alphabet-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 977.6666259765625 1201"><path d="M377.667 900h150q21 0 25 11t-10 25l-230 250q-14 15-35 15t-35-15l-230-250q-14-14-10-25t25-11h150V0h200v900zm600-750l-200 250h200v100h-300V350l200-250h-200V0h300v150zm0 1050h-100v-100h-100v100h-100V700h300v500zm-199-400v200h100V800h-100z"/></svg>
<svg class="tc-image-sort-by-attributes tc-image-button" width="22pt" height="22pt" viewBox="0 0 1177.6666259765625 1201"><path d="M377.667 900h150q21 0 25 11t-10 25l-230 250q-14 15-35 15t-35-15l-230-250q-14-14-10-25t25-11h150V0h200v900zm500-700h-200V0h200v200zm100 300h-300V300h300v200zm100 300h-400V600h400v200zm100 300h-500V900h500v200z"/></svg>
<svg class="tc-image-sort-by-attributes-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1177.6666259765625 1201"><path d="M377.667 900h150q21 0 25 11t-10 25l-230 250q-14 15-35 15t-35-15l-230-250q-14-14-10-25t25-11h150V0h200v900zm800-700h-500V0h500v200zm-100 300h-400V300h400v200zm-100 300h-300V600h300v200zm-100 300h-200V900h200v200z"/></svg>
<svg class="tc-image-sort-by-order tc-image-button" width="22pt" height="22pt" viewBox="0 0 1077.6666259765625 1201"><path d="M377.667 900h150q21 0 25 11t-10 25l-230 250q-14 15-35 15t-35-15l-230-250q-14-14-10-25t25-11h150V0h200v900zm600-400h-100V100h-100V0h200v500zm100 700h-100v-100h-200V700h300v500zm-199-400v200h100V800h-100z"/></svg>
<svg class="tc-image-sort-by-order-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1077.6666259765625 1201"><path d="M377.667 900h150q21 0 25 11t-10 25l-230 250q-14 15-35 15t-35-15l-230-250q-14-14-10-25t25-11h150V0h200v900zm700-400h-100V400h-200V0h300v500zm-199-400v200h100V100h-100zm99 1100h-100V800h-100V700h200v500z"/></svg>
<svg class="tc-image-sort-desc tc-image-button" width="22pt" height="22pt" viewBox="0 0 992 992"><path d="M288 768V0H160v768H0l224 224 224-224H288zM416 0h576v128H416V0zm0 192h448v128H416V192zm0 192h320v128H416V384zm0 192h192v128H416V576z"/></svg>
<svg class="tc-image-sort-descending tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M2 0v6H0l2.5 2L5 6H3V0H2zm2 0v1h4V0H4zm0 2v1h3V2H4zm0 2v1h2V4H4z"/></svg>
<svg class="tc-image-sort-numberic-desc tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.5 16"><path d="M4.5 12V0h-2v12H0l3.5 3.5L7 12H4.5zm8.5 4a.5.5 0 0 1-.5-.5V10H12a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5zm1-16h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h2.5v2H11a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5v-6A.5.5 0 0 0 14 0zm-2.5 1h2v2h-2V1z"/></svg>
<svg class="tc-image-sort-numeric tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.5 40.30900192260742"><path d="M26.5 22L13.25 35.25 0 22h26.5zm20-4H20L33.25 4.75 46.5 18zM9.25 18V5.234l-1.022.465-.922.321-.978.222-1.088.156V2.44l1.54-.349 1.49-.518 1.49-.73C10.259.562 10.772.369 11.3 0h2.95v18h-5zm32.115 12.401c0 1.335-.155 2.603-.465 3.804-.31 1.2-.793 2.252-1.448 3.155a7.096 7.096 0 0 1-2.53 2.151c-1.03.532-2.263.798-3.699.798l-1.395-.073-1.15-.18-.89-.224-.634-.216v-4.07l.576.31.817.29.958.216.99.087c1.237 0 2.184-.342 2.84-1.027.656-.685.992-1.69 1.007-3.018h-.075a3.773 3.773 0 0 1-1.366 1.083c-.556.267-1.23.401-2.022.401a4.608 4.608 0 0 1-3.315-1.403c-.445-.458-.644-.994-.912-1.67-.268-.675-.402-1.446-.402-2.315 0-1.056.17-1.99.513-2.8.341-.812.652-1.523 1.246-2.072a5.908 5.908 0 0 1 2.096-1.243 7.827 7.827 0 0 1 2.59-.42c.47 0 .963.054 1.48.161a6 6 0 0 1 1.51.538c.49.252.958.588 1.402 1.008.445.42.837.943 1.176 1.57.34.626.608 1.364.806 2.214.197.85.296 1.831.296 2.945zm-5.22-2.312l-.094-.78-.279-.7a1.562 1.562 0 0 0-.463-.507 1.14 1.14 0 0 0-.66-.19c-.447 0-.816.18-1.11.537-.292.357-.439.912-.439 1.664 0 .7.145 1.23.434 1.593.289.363.652.545 1.09.545.264 0 .49-.056.68-.167.188-.11.344-.265.468-.463l.28-.693.092-.839z"/></svg>
<svg class="tc-image-sort-numeric-asc tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.5 16"><path d="M4.5 12V0h-2v12H0l3.5 3.5L7 12H4.5zM13 7a.5.5 0 0 1-.5-.5V1H12a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5zm1 2h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h2.5v2H11a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5v-6A.5.5 0 0 0 14 9zm-2.5 1h2v2h-2v-2z"/></svg>
<svg class="tc-image-sort-numeric-ascending tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.17900085449219 40.30800247192383"><path d="M43.179 25.154l-13.25-13.25-13.25 13.25h26.5zM4.929 18V5.234l-1.022.465-.922.32-.978.222-1.088.157V2.439l1.54-.348 1.49-.518 1.49-.73C5.938.561 6.451.369 6.979 0h2.95v18h-5zm8.187 12.4c0 1.336-.155 2.604-.465 3.805-.31 1.2-.793 2.252-1.45 3.154a7.097 7.097 0 0 1-2.529 2.152c-1.03.532-2.263.797-3.699.797l-1.395-.073-1.15-.18-.89-.224-.634-.215v-4.07l.576.31.818.29.957.216.99.087c1.238 0 2.184-.342 2.84-1.027.656-.685.992-1.691 1.008-3.018h-.076a3.77 3.77 0 0 1-1.365 1.082c-.557.268-1.231.402-2.023.402a4.607 4.607 0 0 1-3.315-1.403c-.445-.458-.644-.994-.912-1.67C.134 30.14 0 29.368 0 28.5c0-1.056.171-1.99.513-2.8.342-.812.652-1.523 1.246-2.072a5.908 5.908 0 0 1 2.096-1.243 7.825 7.825 0 0 1 2.59-.42c.47 0 .963.054 1.48.16a5.93 5.93 0 0 1 1.51.54c.49.251.958.587 1.403 1.006.444.42.836.943 1.175 1.57.34.627.608 1.365.806 2.215.198.85.297 1.831.297 2.945zm-5.221-2.311l-.093-.78-.28-.7a1.562 1.562 0 0 0-.463-.507 1.14 1.14 0 0 0-.66-.19c-.447 0-.816.179-1.109.536-.293.358-.44.913-.44 1.665 0 .7.145 1.23.434 1.593.289.363.652.544 1.09.544.264 0 .49-.055.68-.166.188-.11.345-.265.468-.463l.28-.693.093-.839z"/></svg>
<svg class="tc-image-sort-numeric-desc tc-image-button" width="22pt" height="22pt" viewBox="0 0 1457.3333740234375 1792"><path d="M1317.333 289q0-63-44-116t-103-53q-52 0-83 37t-31 94 36.5 95 104.5 38q50 0 85-27t35-68zm-610 1151q0 12-10 24l-319 319q-10 9-23 9-12 0-23-9l-320-320q-15-16-7-35 8-20 30-20h192V32q0-14 9-23t23-9h192q14 0 23 9t9 23v1376h192q14 0 23 9t9 23zm720 238v114h-469v-114h167v-432q0-7 .5-19t.5-17v-16h-2l-7 12q-8 13-26 31l-62 58-82-86 192-185h123v654h165zm30-1331q0 62-13 121.5t-41 114-68 95.5-98.5 65.5-127.5 24.5q-62 0-108-16-24-8-42-15l39-113q15 7 31 11 37 13 75 13 84 0 134.5-58.5t66.5-145.5h-2q-21 23-61.5 37t-84.5 14q-106 0-173-71.5t-67-172.5q0-105 72-178t181-73q123 0 205 94.5t82 252.5z"/></svg>
<svg class="tc-image-sort-numeric-descending tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.17900085449219 40.30800247192383"><path d="M43.179 16.154l-13.25 13.25-13.25-13.25h26.5zM4.929 18V5.234l-1.022.465-.922.32-.978.222-1.088.157V2.439l1.54-.348 1.49-.518 1.49-.73C5.938.561 6.451.369 6.979 0h2.95v18h-5zm8.187 12.4c0 1.336-.155 2.604-.465 3.805-.31 1.2-.793 2.252-1.45 3.154a7.097 7.097 0 0 1-2.529 2.152c-1.03.532-2.263.797-3.699.797l-1.395-.073-1.15-.18-.89-.224-.634-.215v-4.07l.576.31.818.29.957.216.99.087c1.238 0 2.184-.342 2.84-1.027.656-.685.992-1.691 1.008-3.018h-.076a3.77 3.77 0 0 1-1.365 1.082c-.557.268-1.231.402-2.023.402a4.607 4.607 0 0 1-3.315-1.403c-.445-.458-.644-.994-.912-1.67C.134 30.14 0 29.368 0 28.5c0-1.056.171-1.99.513-2.8.342-.812.652-1.523 1.246-2.072a5.908 5.908 0 0 1 2.096-1.243 7.825 7.825 0 0 1 2.59-.42c.47 0 .963.054 1.48.16a5.93 5.93 0 0 1 1.51.54c.49.251.958.587 1.403 1.006.444.42.836.943 1.175 1.57.34.627.608 1.365.806 2.215.198.85.297 1.831.297 2.945zm-5.221-2.311l-.093-.78-.28-.7a1.562 1.562 0 0 0-.463-.507 1.14 1.14 0 0 0-.66-.19c-.447 0-.816.179-1.109.536-.293.358-.44.913-.44 1.665 0 .7.145 1.23.434 1.593.289.363.652.544 1.09.544.264 0 .49-.055.68-.166.188-.11.345-.265.468-.463l.28-.693.093-.839z"/></svg>
<svg class="tc-image-sort-numerically tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.027502059936523 10.284000396728516"><path d="M3.028 10.284a1 1 0 0 1-1-1V2.902l-.553.276A1 1 0 1 1 .58 1.389l2-1a.998.998 0 0 1 1.447.895v8a1 1 0 0 1-1 1zm9 0h-5a1.002 1.002 0 0 1-.707-1.707l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.949-.508-.508-1.39-.508-1.9.001a1.33 1.33 0 0 0-.393.948 1 1 0 0 1-2 0c0-.894.348-1.733.98-2.364C8.273 0 10.472 0 11.735 1.264c.632.631.979 1.471.979 2.363 0 .893-.348 1.733-.98 2.364L9.443 8.284h2.586a1 1 0 0 1 0 2zm7.955-5.623a2.725 2.725 0 0 0 .545-1.627 2.753 2.753 0 0 0-2.75-2.75 2.739 2.739 0 0 0-2.44 1.484 1 1 0 1 0 1.776.92.75.75 0 1 1 .664 1.096 1 1 0 0 0 0 2c.689 0 1.25.561 1.25 1.25s-.561 1.25-1.25 1.25-1.25-.561-1.25-1.25a1 1 0 0 0-2 0c0 1.792 1.458 3.25 3.25 3.25s3.25-1.458 3.25-3.25a3.23 3.23 0 0 0-1.045-2.373z"/></svg>
<svg class="tc-image-sort-numerically-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 23.98600196838379 14.003519058227539"><path d="M23.278 6.138c.138-.445.208-.91.208-1.384a4.756 4.756 0 0 0-4.75-4.75c-1.396 0-2.685.61-3.573 1.632l-.056-.067C14.134.595 12.758.036 11.331.036c-1.422 0-2.794.556-3.77 1.525A3.398 3.398 0 0 0 6.439.453a3.054 3.054 0 0 0-1.613-.45c-.482 0-.955.11-1.369.317l-1.406.747C.609 1.787 0 3.593.738 5.069c.272.543.714.982 1.248 1.272v4.663c0 1.654 1.346 3 3 3 .766 0 1.458-.297 1.989-.771.54.487 1.25.77 2.011.77h5c.778 0 1.479-.304 2.01-.794.796.5 1.731.795 2.74.795a5.256 5.256 0 0 0 5.25-5.25 5.23 5.23 0 0 0-.708-2.616zM5.986 11.004a1 1 0 0 1-2 0V4.622a1.052 1.052 0 0 1-.471.106c-.401 0-.813-.203-.988-.553a1.007 1.007 0 0 1 .463-1.342l1.361-.724c.141-.07.307-.105.475-.105.199 0 .4.05.561.149.294.183.599.504.599.85v8zm8 1h-5a1.002 1.002 0 0 1-.707-1.707l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.95s-.601-.38-.949-.38-.696.127-.952.382a1.333 1.333 0 0 0-.392.948 1 1 0 0 1-2 0c0-.894.348-1.733.98-2.364.632-.631 1.498-.947 2.364-.947s1.731.316 2.363.948c.632.63.979 1.47.979 2.363s-.348 1.733-.979 2.364L11.4 10.004h2.586a1 1 0 0 1 0 2zm4.75 0a3.254 3.254 0 0 1-3.25-3.25 1 1 0 0 1 2 0c0 .689.561 1.25 1.25 1.25s1.25-.561 1.25-1.25-.561-1.25-1.25-1.25a1 1 0 0 1 0-2 .75.75 0 1 0-.665-1.096 1 1 0 0 1-1.776-.92 2.741 2.741 0 0 1 2.441-1.484 2.753 2.753 0 0 1 2.75 2.75c0 .61-.207 1.17-.545 1.627a3.23 3.23 0 0 1 1.045 2.373 3.254 3.254 0 0 1-3.25 3.25z"/></svg>
<svg class="tc-image-sound tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M426.7 256c0-71-43.4-131.8-105-157.5l-16.4 39.4C351.5 157.2 384 202.8 384 256c0 53.3-32.5 98.8-78.8 118.1l16.4 39.4C383.3 387.8 426.7 327 426.7 256zm-85.4 0c0-35.5-21.7-65.9-52.5-78.7l-16.4 39.4c15.4 6.4 26.2 21.6 26.2 39.4 0 17.7-10.8 32.9-26.2 39.4l16.4 39.4c30.8-13 52.5-43.4 52.5-78.9zm13.2-236.3L338 59.1C415.1 91.2 469.3 167.2 469.3 256c0 88.7-54.2 164.8-131.3 196.9l16.4 39.4C447 453.7 512 362.5 512 256S447 58.3 354.5 19.7zM0 149.3v213.3h85.3L234.7 512V0L85.3 149.3H0z"/></svg>
<svg class="tc-image-sound-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.00299835205078 26.920001983642578"><path d="M3.167 7.918h6.334L19.003 0v26.92l-9.502-9.501H3.167A3.167 3.167 0 0 1 0 14.252v-3.167a3.167 3.167 0 0 1 3.167-3.167z"/></svg>
<svg class="tc-image-sound-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.921016693115234 26.920001983642578"><path d="M3.167 7.918h6.334L19.003 0v26.92l-9.502-9.501H3.167A3.167 3.167 0 0 1 0 14.252v-3.167a3.167 3.167 0 0 1 3.167-3.167zm23.754 4.75a4.753 4.753 0 0 1-3.283 4.52l-1.468-2.936a1.584 1.584 0 0 0 0-3.167l1.468-2.936a4.753 4.753 0 0 1 3.282 4.52z"/></svg>
<svg class="tc-image-sound-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.25804901123047 26.920001983642578"><path d="M3.167 7.918h6.334L19.003 0v26.92l-9.502-9.501H3.167A3.167 3.167 0 0 1 0 14.252v-3.167a3.167 3.167 0 0 1 3.167-3.167zm30.088 4.75c0 3.465-1.59 6.558-4.079 8.59l-2.255-2.255a7.906 7.906 0 0 0 3.167-6.335c0-2.59-1.244-4.89-3.167-6.334l2.255-2.256a11.063 11.063 0 0 1 4.079 8.59zm-6.334 0a4.753 4.753 0 0 1-3.283 4.52l-1.468-2.936a1.584 1.584 0 0 0 0-3.167l1.468-2.936a4.753 4.753 0 0 1 3.282 4.52z"/></svg>
<svg class="tc-image-sound-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.594749450683594 26.963998794555664"><path d="M3.167 7.962h6.334L19.003.044v26.92l-9.502-9.501H3.167A3.167 3.167 0 0 1 0 14.296v-3.167a3.167 3.167 0 0 1 3.167-3.167zm36.422 4.75c0 4.81-1.95 9.165-5.102 12.317l-2.24-2.239a14.207 14.207 0 0 0 4.175-10.078c0-3.977-1.63-7.574-4.257-10.16L34.079 0a17.371 17.371 0 0 1 5.51 12.712zm-6.334 0c0 3.465-1.59 6.558-4.079 8.59l-2.255-2.255a7.906 7.906 0 0 0 3.167-6.335c0-2.59-1.244-4.89-3.167-6.334l2.255-2.256a11.063 11.063 0 0 1 4.079 8.59zm-6.334 0a4.753 4.753 0 0 1-3.283 4.52l-1.468-2.936a1.584 1.584 0 0 0 0-3.167l1.468-2.936a4.753 4.753 0 0 1 3.282 4.52z"/></svg>
<svg class="tc-image-sound-5-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1300 1100"><path d="M300 0h700q124 0 212 88t88 212v500q0 124-88 212t-212 88H300q-124 0-212-88T0 800V300Q0 176 88 88T300 0zM200 200v700h900V200H200zm400 200H400v100h200v300H300V700h200V600H300V300h300v100zm400 400H900V400H800V300h200v500zm-200 0H700V700h100v100z"/></svg>
<svg class="tc-image-sound-6-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1300 1100"><path d="M300 0h700q124 0 212 88t88 212v500q0 124-88 212t-212 88H300q-124 0-212-88T0 800V300Q0 176 88 88T300 0zM200 200v700h900V200H200zm200 200h200v400H300V300h100v100zm600 400H900V400H800V300h200v500zM400 500v200h100V500H400zm400 300H700V700h100v100z"/></svg>
<svg class="tc-image-sound-7-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1300 1100"><path d="M300 0h700q124 0 212 88t88 212v500q0 124-88 212t-212 88H300q-124 0-212-88T0 800V300Q0 176 88 88T300 0zM200 200v700h900V200H200zm400 400L401 800H301v-50l199-200V400H300V300h300v300zm400 200H900V400H800V300h200v500zm-199 0H701V700h100v100z"/></svg>
<svg class="tc-image-sound-dolby tc-image-button" width="22pt" height="22pt" viewBox="0 0 1300 1100"><path d="M300 0h700q124 0 212 88t88 212v500q0 124-88 212t-212 88H300q-124 0-212-88T0 800V300Q0 176 88 88T300 0zM200 200v700h900V200H200zm800 600H300V300h700v500zM900 400H770q-38 0-66.5 43T675 551t27 107 68 42h130V400zm-500 0v300h130q41 0 68-42t27-107-28.5-108-66.5-43H400z"/></svg>
<svg class="tc-image-sound-left-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.106998443603516 50.672996520996094"><path d="M15.833 7.917h3.168L28.501 0v26.92l-9.5-9.501h-3.168a3.167 3.167 0 0 1-3.167-3.167v-3.169a3.167 3.167 0 0 1 3.167-3.167zm25.333 5.667c0 3.464-1.59 6.557-4.078 8.59l-2.256-2.256a7.906 7.906 0 0 0 3.167-6.334c0-2.59-1.244-4.89-3.167-6.335l2.256-2.255a11.063 11.063 0 0 1 4.078 8.589zm-6.334 0a4.753 4.753 0 0 1-3.283 4.52l-1.468-2.937a1.584 1.584 0 1 0 0-3.167l1.468-2.936a4.753 4.753 0 0 1 3.283 4.52zm-6.333 18.087a3.167 3.167 0 0 1 3.167 3.167v3.167a3.167 3.167 0 0 1-3.167 3.168h-3.168l-9.501 9.5v-26.92l9.501 7.918h3.168zM3.166 37.337c0-3.464 1.59-6.557 4.078-8.59L9.5 31.003a7.906 7.906 0 0 0-3.167 6.334c0 2.59 1.244 4.89 3.167 6.335l-2.256 2.256a11.063 11.063 0 0 1-4.078-8.59zm6.334 0a4.753 4.753 0 0 1 3.283-4.52l1.468 2.937a1.584 1.584 0 0 0 0 3.167l-1.468 2.936a4.753 4.753 0 0 1-3.283-4.52zM0 20.437V6.392l1.744-.202 2.241-.08c1.959-.027 3.39.329 4.292 1.067.806.647 1.214 1.63 1.224 2.95-.026.908-.27 1.66-.733 2.255-.463.596-.99 1.006-1.578 1.23v.063c.451.2.815.526 1.092.976.277.45.495 1.01.655 1.68l.586 2.465.474 1.643h-3.04c-.21-.448-.512-1.574-.905-3.377-.179-.895-.437-1.508-.775-1.839-.338-.33-.815-.492-1.43-.484h-.895v5.7H0zM2.952 8.511v3.931h1.192c.761-.008 1.35-.194 1.769-.56.418-.367.63-.867.636-1.501-.006-.65-.203-1.141-.591-1.474-.389-.334-.933-.501-1.635-.503l-1.371.107zM34.836 44.18V30.07h2.951v11.408h5.32v2.702h-8.271z"/></svg>
<svg class="tc-image-sound-mute tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.4219970703125 26.920001983642578"><path d="M3.167 7.918h6.334L19.003 0v26.92l-9.502-9.501H3.167A3.167 3.167 0 0 1 0 14.252v-3.167a3.167 3.167 0 0 1 3.167-3.167zm20.338 11.14l5.599-5.598-5.599-5.599 3.36-3.359 5.598 5.599 5.599-5.599 3.359 3.36-5.599 5.598 5.6 5.599-3.36 3.359-5.599-5.599-5.599 5.599-3.359-3.36z"/></svg>
<svg class="tc-image-sound-stereo tc-image-button" width="22pt" height="22pt" viewBox="0 0 60.17304229736328 26.923999786376953"><path d="M34.837 7.918h3.168L47.505 0v26.92l-9.5-9.501h-3.168a3.167 3.167 0 0 1-3.167-3.167v-3.168a3.167 3.167 0 0 1 3.167-3.167zm25.333 5.666c0 3.464-1.59 6.557-4.078 8.59l-2.256-2.256a7.905 7.905 0 0 0 3.167-6.334c0-2.59-1.244-4.89-3.167-6.335l2.256-2.255a11.063 11.063 0 0 1 4.078 8.59zm-6.334 0a4.753 4.753 0 0 1-3.283 4.52l-1.468-2.937a1.584 1.584 0 1 0 0-3.167l1.468-2.936a4.753 4.753 0 0 1 3.283 4.52zm-28.5-5.663a3.167 3.167 0 0 1 3.168 3.167v3.168a3.167 3.167 0 0 1-3.168 3.167h-3.167l-9.501 9.501V.004l9.5 7.917h3.168zM.004 13.588a11.06 11.06 0 0 1 4.078-8.59l2.256 2.255a7.906 7.906 0 0 0-3.167 6.335c0 2.59 1.244 4.89 3.167 6.334l-2.256 2.256a11.063 11.063 0 0 1-4.078-8.59zm6.334 0a4.753 4.753 0 0 1 3.283-4.52l1.468 2.936a1.584 1.584 0 0 0 0 3.167L9.62 18.107a4.753 4.753 0 0 1-3.283-4.52z"/></svg>
<svg class="tc-image-sound-stereo-stack tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00629425048828 50.672996520996094"><path d="M12.67 7.917h3.168L25.338 0v26.92l-9.5-9.501H12.67a3.167 3.167 0 0 1-3.167-3.167v-3.169a3.167 3.167 0 0 1 3.167-3.167zm25.333 5.667c0 3.464-1.59 6.557-4.078 8.59l-2.256-2.256a7.906 7.906 0 0 0 3.167-6.334c0-2.59-1.244-4.89-3.167-6.335l2.256-2.255a11.063 11.063 0 0 1 4.078 8.589zm-6.334 0a4.753 4.753 0 0 1-3.283 4.52l-1.468-2.937a1.584 1.584 0 1 0 0-3.167l1.468-2.936a4.753 4.753 0 0 1 3.283 4.52zm-6.333 18.087a3.167 3.167 0 0 1 3.167 3.167v3.167a3.167 3.167 0 0 1-3.167 3.168h-3.168l-9.5 9.5v-26.92l9.5 7.918h3.168zM.003 37.337c0-3.464 1.59-6.557 4.078-8.59l2.256 2.256a7.906 7.906 0 0 0-3.167 6.334c0 2.59 1.244 4.89 3.167 6.335l-2.256 2.256a11.063 11.063 0 0 1-4.078-8.59zm6.334 0a4.753 4.753 0 0 1 3.283-4.52l1.468 2.937a1.584 1.584 0 0 0 0 3.167L9.62 41.857a4.753 4.753 0 0 1-3.283-4.52z"/></svg>
<svg class="tc-image-soundcloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 589.760986328125 281.60101318359375"><path d="M0 206.865c0-5.472.593-12.976 1.792-22.528 1.2-9.552 2.817-14.848 4.865-15.872 2.047 1.024 3.84 6.56 5.375 16.64 1.537 10.064 2.304 17.328 2.304 21.76 0 4.784-.767 12.032-2.304 21.744s-3.328 15.104-5.375 16.128C2.225 242.353 0 229.713 0 206.865zm32.769 0c0-8.528.864-21.168 2.56-37.904 1.696-16.72 2.736-27.12 3.072-31.216 0-2.048 1.024-3.072 3.072-3.072 1.36 0 2.384 1.024 3.071 3.072 4.097 44.015 6.145 67.056 6.145 69.12 0 8.192-.945 20.304-2.817 36.336-1.887 16.048-2.992 26.112-3.328 30.223-.687 2.369-1.712 3.569-3.071 3.569-2.048 0-3.072-1.184-3.072-3.569-.336-3.76-1.36-13.743-3.073-29.967-1.695-16.208-2.56-28.416-2.56-36.592zm41.472 0c0-8.208.847-20.752 2.56-37.648 1.712-16.896 2.56-26.208 2.56-27.904 0-3.072 1.2-4.608 3.584-4.608 2.72 0 4.095 1.536 4.095 4.608 3.761 38.576 5.632 60.416 5.632 65.552 0 5.104-1.87 28.32-5.632 69.632 0 2.72-1.359 4.096-4.095 4.096-2.384 0-3.584-1.376-3.584-4.096 0-2.384-.848-12.368-2.56-29.952-1.696-17.6-2.56-30.816-2.56-39.68zm47.104 0c0-12.976.256-26.72.768-41.216.511-14.513 1.2-30.72 2.047-48.656.865-17.92 1.457-31.824 1.792-41.728 0-3.408 1.537-5.12 4.609-5.12 3.408 0 5.12 1.696 5.12 5.12.336 5.456 1.28 24.496 2.815 57.088 1.537 32.592 2.305 57.424 2.305 74.496 0 8.88-.849 22-2.56 39.408-1.712 17.424-2.56 27.312-2.56 29.696 0 3.424-1.696 5.12-5.12 5.12-3.072 0-4.609-1.696-4.609-5.12-3.055-45.04-4.607-68.08-4.607-69.088zm48.128 0c0-18.784.511-46 1.536-81.664 1.023-35.664 1.695-57.6 2.048-65.792.687-4.096 2.735-6.144 6.143-6.144s5.456 2.048 6.145 6.144c.336 10.928 1.103 33.616 2.303 68.08 1.2 34.48 1.792 60.944 1.792 79.376 0 8.528-.591 20.816-1.792 36.864s-1.967 26.448-2.303 31.232c-.673 4.096-2.721 6.144-6.145 6.144s-5.456-2.048-6.143-6.144c0-3.744-.592-13.825-1.792-30.224-1.185-16.384-1.792-29.008-1.792-37.872zm48.64 0c0-13.664.175-28.176.511-43.536s.769-32.416 1.28-51.2c.512-18.768.945-33.28 1.28-43.52.673-5.12 3.073-7.68 7.169-7.68s6.48 2.56 7.168 7.68c.336 10.24.767 24.752 1.28 43.52.512 18.768.943 35.84 1.28 51.2s.512 29.872.512 43.536c0 .672-1.024 23.024-3.072 67.056v-.496c-.689 5.104-3.072 7.664-7.168 7.664s-6.48-2.384-7.168-7.168c-2.048-44.032-3.072-66.384-3.072-67.056zm48.64.496c0-1.024 1.024-60.928 3.072-179.712.688-6.144 3.408-9.216 8.192-9.216s7.504 3.072 8.192 9.216c2.049 118.784 3.072 178.672 3.072 179.712 0 .336-1.023 22.016-3.072 65.024-.688 5.792-3.408 8.704-8.192 8.704s-7.504-2.912-8.192-8.704c-2.048-43.008-3.072-64.688-3.072-65.024zm40.976-108.8c0-28.16.16-54.689.496-79.616-.336-3.408 1.792-6.48 6.4-9.216 4.608-2.736 10.16-4.689 16.64-5.889 6.48-1.199 12.368-2.128 17.664-2.815C354.209.336 358.401 0 361.456 0c33.105 0 61.952 12.369 86.528 37.12 24.577 24.737 38.224 55.216 40.976 91.392 9.553-4.431 18.944-6.655 28.16-6.655 19.777 0 36.784 7.76 50.945 23.296s21.343 34.384 21.503 56.576c.193 22.191-6.912 41.023-21.248 56.56s-31.408 23.312-51.183 23.312H315.905c-2.048 0-3.84-1.024-5.376-3.072s-2.32-4.273-2.32-6.656c0-18.768-.08-45.312-.256-79.617-.144-34.303-.224-65.536-.224-93.695z"/></svg>
<svg class="tc-image-soundcloud2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM2.75 11h-.5L2 9.5 2.25 8h.5L3 9.5 2.75 11zm2 0h-.5L4 9l.25-2h.5L5 9l-.25 2zm2 0h-.5L6 8l.25-3h.5L7 8l-.25 3zm6.144 0l-4.709-.003a.208.208 0 0 1-.184-.2V5.403c0-.1.034-.15.162-.2a3 3 0 0 1 4.075 2.531 1.701 1.701 0 0 1 2.356 1.569c0 .938-.762 1.697-1.7 1.697z"/></svg>
<svg class="tc-image-soup-can tc-image-button" width="22pt" height="22pt" viewBox="0 0 320 480"><g transform="translate(-96 -16)"><ellipse cx="256" cy="80" rx="160" ry="64"/><path d="M256 440c88.365 0 152-28.654 152-64V248c0 28.581-41.612 52.783-104.26 61.002C301.238 333.16 280.82 352 256 352s-45.238-18.84-47.74-42.998C145.612 300.783 104 276.581 104 248v128c0 35.346 63.634 64 152 64z"/><path d="M256 160c-88.366 0-160-28.654-160-64 0 0 0 32.834 8 40v96c0 28.732 42.049 53.042 105.25 61.134C214.176 271.861 233.229 256 256 256s41.824 15.861 46.75 37.134C365.951 285.042 408 260.732 408 232v-96c8-8.25 8-40 8-40 0 35.346-71.635 64-160 64zm152 232c0 35.346-63.635 64-152 64-88.366 0-152-28.654-152-64v23.999L96 432c0 6.994 2.815 13.725 8 20.025C125.016 477.562 185.121 496 256 496s130.984-18.438 152-43.975c5.186-6.301 8-13.031 8-20.025l-8-16.001V392z"/></g></svg>
<svg class="tc-image-soup-can-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 320.06201171875 480"><path d="M159.823 128c88.269 0 159.824-28.654 159.824-64S248.092 0 159.823 0C71.555 0 0 28.654 0 64s71.555 64 159.823 64zm0-110.959c69.729 0 126.26 19.234 126.26 42.959s-56.531 42.959-126.26 42.959C90.094 102.959 33.565 83.725 33.565 60s56.529-42.959 126.258-42.959z"/><path d="M160.573 144C72.304 144 .006 115.346.006 80c0 0-.003 33.999 7.997 40v240c0 35.346 63.732 64 152 64 88.269 0 152-28.654 152-64V120c8-7.438 7.708-34.853 7.817-40-1.152 34.946-71.701 64-159.247 64zm119.43 215.588c0 2.232-7.961 10.682-29.423 18.688-23.724 8.85-55.765 13.724-90.304 13.724s-66.83-4.874-90.554-13.725c-21.462-8.005-28.719-16.455-29.719-18.687v-79.564c18 9.721 42.742 17.115 72.156 20.979l1.588.237c5.743 20.068 24.192 34.76 46.082 34.76s40.338-14.689 46.084-34.754l1.755-.244c29.415-3.863 54.335-11.258 72.335-20.979v79.565zm0-111.565c-18 9.831-43.476 17.284-73.325 21.11l-2.61.195C196.794 252.097 179.726 240 159.862 240c-19.867 0-36.919 12.102-44.19 29.34l-2.514-.206c-29.85-3.826-55.155-11.279-73.155-21.11v-91.265C74.003 169.25 115.926 176 160.502 176c44.166 0 86.501-6.713 119.501-18.955v90.978zM160.275 448c.293 0 .583-.006.876-.007-.351.001-.699.005-1.051.005l.175.002z"/><path d="M312.003 399.999V384c0 36.001-63.432 64-152 64-88.569 0-152-28.654-152-64v15.999L.264 416c0 6.994 2.938 13.725 8.117 20.025C29.373 461.562 89.474 480 160.276 480c70.801 0 130.87-18.438 151.863-43.975 5.18-6.301 7.923-13.031 7.923-20.025l-8.059-16.001z"/></svg>
<svg class="tc-image-source-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.61676788330078 44.69639205932617"><path d="M32.263 23.752a6.333 6.333 0 0 1-6.334 6.334H13.263a7.917 7.917 0 1 1-7.917-.925V15.177A7.919 7.919 0 0 1 8.513.002a7.917 7.917 0 0 1 3.166 15.175v8.575h11.084a3.167 3.167 0 0 0 3.166-3.166v-2.242a7.919 7.919 0 0 1 3.167-15.175 7.917 7.917 0 0 1 3.167 15.175v5.408zM29.096 7.919a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333zM8.513 4.752a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334zm0 28.5a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334z"/></svg>
<svg class="tc-image-source-pull tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.36543655395508 44.33842086791992"><path d="M8.52 4.752a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334zm0-4.75a7.917 7.917 0 0 1 3.167 15.175v13.984A7.919 7.919 0 0 1 8.52 44.336a7.917 7.917 0 0 1-3.166-15.175V15.177A7.919 7.919 0 0 1 8.52.002zm0 33.25a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334zm17.417-22.166v4.75L18.02 7.92 25.937.002v4.75h4.75a6.333 6.333 0 0 1 6.333 6.334v18.075a7.919 7.919 0 0 1-3.166 15.175 7.917 7.917 0 0 1-3.167-15.175V14.252a3.167 3.167 0 0 0-3.167-3.166h-1.583zm7.917 22.166a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334z"/></svg>
<svg class="tc-image-spa tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M13.09 20c-2.14-1.43-4.5-2.55-7.05-3.22 2.55.67 4.91 1.79 7.05 3.22zm20.87-3.22c-2.58.68-4.97 1.82-7.14 3.27 2.16-1.45 4.55-2.59 7.14-3.27z"/><path d="M26.99 15.27C26.62 9.69 24.36 4.24 20.12 0a24.376 24.376 0 0 0-7.1 15.27c2.56 1.37 4.93 3.12 6.98 5.25 2.05-2.13 4.42-3.89 6.99-5.25zm-13 5.3c-.28-.21-.6-.38-.89-.57.29.19.6.36.89.57zm12.83-.52c-.26.18-.55.33-.8.51.25-.18.53-.33.8-.51zM20 26.91C15.7 20.34 8.35 16 0 16c0 10.63 6.72 19.65 16.07 22.97 1.27.45 2.58.79 3.93 1.03 1.35-.23 2.66-.57 3.93-1.03C33.28 35.65 40 26.63 40 16c-8.35 0-15.7 4.34-20 10.91z"/></svg>
<svg class="tc-image-space-bar tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 12"><path d="M28 0v8H4V0H0v12h32V0z"/></svg>
<svg class="tc-image-space-shuttle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1243.4281005859375 804.5700073242188"><path d="M354.287 493.714q-62.858 36.571-153.144 36.571H128v-36.571H91.43q-7.43 0-12.858-13.429t-5.429-32.286q0-13.714 4-28-33.143-1.143-55.143-6T0 402.285t22-11.714 55.143-6q-4-14.286-4-28 0-18.857 5.43-32.286t12.856-13.429H128v-36.571h73.143q90.286 0 153.143 36.571h636q24 4 60.857 10.286t46 8q50.857 8.571 85.714 23.143t47.714 27.143 12.857 22.857-12.857 22.857-47.714 27.143-85.714 23.143q-9.143 1.714-46 8t-60.857 10.286h-636zm639.427-144Q1024 370.285 1024 402.285t-30.286 52.571L1040 471.999q38.857-27.429 38.857-69.714T1040 332.571zm-636.57 153.143h580q-124.001 21.714-260.573 45.714-32.57 0-64.57 13.714t-47.43 27.429l-16 13.714-164.57 164.571q-14.858 14.857-40.287 25.714t-51.143 10.857h-54.857l-53.143-265.143h16.571q89.714 0 156-36.571zm-156-237.714h-16.572L237.715 0h54.857q26.286 0 51.43 10.857t40 25.714l164.57 164.571q2.286 2.286 6.286 6t17.43 13.143 27.713 16.571 35.143 13.143 41.43 6l260.57 45.714h-580q-66.286-36.571-156-36.571z"/></svg>
<svg class="tc-image-spades tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.86199951171875 16.000999450683594"><path d="M14.705 5.44C11.681 3.192 10.638 1.393 9.931 0c-.708 1.393-1.75 3.192-4.774 5.44C0 9.273 4.854 14.622 9.122 11.678c-.278 1.827-1.227 3.159-2.191 3.733v.59h6v-.59c-.964-.574-1.913-1.906-2.191-3.733 4.268 2.944 9.122-2.405 3.965-6.238z"/></svg>
<svg class="tc-image-spanner tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 16"><path d="M15.785 3.619a.505.505 0 0 0-.354-.344.493.493 0 0 0-.477.126l-2.616 2.557-1.914-.383-.381-1.907 2.645-2.585a.5.5 0 0 0-.199-.835A4.956 4.956 0 0 0 11 0C8.243 0 6 2.243 6 5c0 .323.038.65.118 1.01-.562.463-1.096.862-1.701 1.314-.865.646-1.845 1.377-3.182 2.506A3.557 3.557 0 0 0 0 12.5C0 14.43 1.57 16 3.5 16a3.483 3.483 0 0 0 2.662-1.25 58.432 58.432 0 0 0 2.544-3.209c.442-.591.832-1.111 1.283-1.66.36.081.688.119 1.011.119 2.757 0 5-2.243 5-5a4.85 4.85 0 0 0-.215-1.381zM3.5 13.5a1 1 0 1 1 0-2 1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-spanner-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 19"><g transform="translate(-3 -2)"><circle cx="8" cy="16" r="1"/><path d="M20.733 4.657a.997.997 0 0 0-1.399.009.997.997 0 0 0 .01-1.4A6.47 6.47 0 0 0 15.5 2 6.5 6.5 0 0 0 9 8.5l.031.379c-.337.239-2.893 2.147-4.258 3.301C3.638 13.17 3 14.555 3 16c0 2.757 2.243 5 5 5 1.465 0 2.854-.65 3.811-1.784 1.173-1.375 3.08-3.923 3.317-4.229L15.5 15A6.5 6.5 0 0 0 22 8.5c0-1.44-.474-2.766-1.267-3.843zM8 19a3 3 0 0 1-3-3c0-.92.423-1.732 1.064-2.292 2.368-2.002 3.617-2.748 5.115-4.015A4.475 4.475 0 0 1 11 8.5 4.5 4.5 0 0 1 15.5 4c.47 0 .914.092 1.339.226L14 7l.5 2.5 2.5.5 2.805-2.741c.115.396.195.807.195 1.241a4.5 4.5 0 0 1-4.5 4.5c-.416 0-.811-.074-1.193-.18-1.267 1.498-2.013 2.748-4.024 5.105A2.98 2.98 0 0 1 8 19zM19.384 6.271l-2.705 2.645-1.329-.266-.263-1.314 2.726-2.663c.651.393 1.19.939 1.571 1.598z"/></g></svg>
<svg class="tc-image-spark tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.216997146606445 14.368000030517578"><path d="M23.275 6.903l1.751.456c-.34-.655-.596-1.212-.911-1.732-.195-.321-.159-.526.088-.793.461-.498.883-1.032 1.321-1.551l-.064-.129c-.539.139-1.092.238-1.613.428-.549.2-.894.125-1.147-.447-.201-.453-.511-.858-.866-1.434-.134.7-.281 1.246-.333 1.8-.053.575-.279.891-.871 1.011-.557.113-1.091.34-1.801.57l1.882.808c-.381.249-.704.468-1.036.67-.085.052-.225.104-.299.069-.616-.287-1.269-.527-1.818-.914-.519-.366-.387-1.031.229-1.282a22.69 22.69 0 0 1 2.247-.752c.349-.101.496-.272.541-.628.075-.587.197-1.169.313-1.751.038-.192.093-.388.181-.561.351-.692.939-.741 1.378-.103.326.474.637.964.897 1.476.215.422.466.5.905.357a14.216 14.216 0 0 1 2.033-.526c.293-.05.622.115.935.183-.084.312-.089.682-.267.924-.468.637-1.001 1.228-1.53 1.818-.223.249-.273.449-.091.755.33.556.654 1.125.891 1.724.11.279.129.728-.027.939-.156.21-.6.332-.888.291-.581-.083-1.2-.209-1.69-.504-.276-.166-.327-.705-.48-1.077l.141-.095zM5.722 12.542l-.265 1.826H4.332c.116-.934.226-1.837.341-2.739.059-.464.118-.927.191-1.389.218-1.363 1.353-2.462 2.666-2.591 1.975-.193 3.242 1.545 2.458 3.372-.728 1.697-2.448 2.328-4.268 1.521zm3.282-2.435c.007-.748-.537-1.299-1.286-1.3-.903-.002-1.698.789-1.695 1.687.003.734.566 1.281 1.318 1.278.869-.003 1.654-.79 1.663-1.666zM.002 11.489l1.19-.636c.116.19.206.362.319.517.322.441.833.495 1.276.145.41-.324.435-.637.043-1.109-.333-.401-.69-.784-1.05-1.163-.546-.576-.857-1.229-.527-2.008.357-.844 1.022-1.325 1.946-1.422.879-.092 1.478.32 1.938 1.097l-1.089.829c-.183-.195-.319-.467-.507-.511-.294-.068-.685-.082-.925.063-.354.215-.133.533.085.772.339.373.67.756 1.03 1.107.608.594.869 1.288.596 2.107-.296.888-.926 1.453-1.847 1.642-1.306.268-2.062-.168-2.48-1.431zm15.64 1.296h-1.161c.101-.776.215-1.518.289-2.264.061-.617-.037-1.204-.621-1.565-.473-.292-1.215-.185-1.716.242-.499.425-.76.959-.582 1.631.227.857 1.151 1.195 2.008.739.155-.083.301-.183.499-.306-.036.249-.067.444-.092.638-.11.857-.253.991-1.1 1.03-1.831.086-2.97-1.392-2.425-3.145a3.087 3.087 0 0 1 3.149-2.144c1.179.084 2.113 1.035 2.065 2.217-.039.967-.201 1.928-.313 2.926z"/><path d="M20.757 8.972l2.012-2.204c.284.732.358 1.349-.332 1.86-.311.23-.545.564-.828.866l2.364 3.326c-.525 0-.964.027-1.396-.016-.137-.013-.285-.191-.378-.327-.504-.74-.992-1.491-1.58-2.381-.112.782-.256 1.407-.277 2.036-.018.574-.242.766-.781.681-.172-.027-.35-.018-.586-.029.144-1.142.28-2.244.423-3.345.085-.66.217-1.317.259-1.979.027-.431.191-.7.559-.896.281-.15.542-.338.909-.571l-.366 2.978zm-1.819-.044c-.212 0-.355.008-.496-.001-.422-.027-.627.177-.678.588-.114.909-.28 1.814-.349 2.726-.036.477-.198.641-.653.575-.173-.025-.352-.004-.602-.004.11-.886.21-1.717.316-2.547.043-.339.09-.677.148-1.013.172-1.008.748-1.489 1.777-1.493.18-.001.36.004.539.011.032.001.064.028.128.057l-.129 1.102zm-9.934 1.179c-.009.876-.794 1.663-1.663 1.666-.751.003-1.315-.544-1.318-1.278-.003-.898.791-1.689 1.695-1.687.748.001 1.293.552 1.286 1.3z"/></svg>
<svg class="tc-image-speaker tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M24 0H4C1.79 0 0 1.79 0 4v32c0 2.21 1.79 3.98 4 3.98L24 40c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM14 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 32C8.48 36 4 31.52 4 26s4.48-10 10-10 10 4.48 10 10-4.48 10-10 10zm0-16c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/></svg>
<svg class="tc-image-speaker-group tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 48"><path d="M36.4 2H19.6C17.61 2 16 3.61 16 5.6v28.8a3.58 3.58 0 0 0 3.6 3.58l16.8.02c1.99 0 3.6-1.61 3.6-3.6V5.6C40 3.61 38.39 2 36.4 2zM28 6c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 27c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM12 10H8v32c0 2.21 1.79 4 4 4h20v-4H12V10z"/><path fill="none" d="M0 0h48v48H0z"/></svg>
<svg class="tc-image-speaker-notes tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM12 24H8v-4h4v4zm0-6H8v-4h4v4zm0-6H8V8h4v4zm14 12H16v-4h10v4zm6-6H16v-4h16v4zm0-6H16V8h16v4z"/></svg>
<svg class="tc-image-speaker-notes-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M21.08 18.54L20 17.46l-4.92-4.92L12 9.46 4.77 2.23 2.54 0 0 2.54l4.02 4.02L4 40.54l8-8h18L41.46 44 44 41.46l-8.92-8.92-14-14zm-5.08 6h-4v-4h4v4zm-4-6v-4l4 4h-4zm28-18H8.16L20 12.38V8.54h16v4H20.16l2 2H36v4h-9.84l13.99 13.99c2.13-.08 3.85-1.84 3.85-3.99v-24c0-2.2-1.8-4-4-4z"/></svg>
<svg class="tc-image-speaker-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 31 41.01783752441406"><path d="M5.5 12.148l2.86 2.86c1.83-1.83 4.35-2.96 7.14-2.96s5.31 1.13 7.14 2.96l2.86-2.86c-2.56-2.55-6.09-4.14-10-4.14s-7.44 1.59-10 4.14zm10-12.14A21.85 21.85 0 0 0 0 6.428l2.82 2.82c3.25-3.25 7.73-5.25 12.68-5.25s9.43 2 12.68 5.25L31 6.428A21.85 21.85 0 0 0 15.5.008zm5.71 17.01l-11.42-.01c-1.26 0-2.29 1.03-2.29 2.29v19.43c0 1.26 1.03 2.29 2.29 2.29h11.43c1.26 0 2.29-1.03 2.29-2.29v-19.43a2.303 2.303 0 0 0-2.3-2.28zm.29 19.99h-12v-16h12v16z"/></svg>
<svg class="tc-image-speakerdeck tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 12"><path d="M1.067 12C.477 12 0 11.525 0 10.94V1.06C0 .475.478 0 1.067 0h13.866c.588 0 1.065.475 1.065 1.06H16v9.88c0 .585-.478 1.06-1.067 1.06H1.067zm9.957-3.88H4.978a.71.71 0 0 1-.7-.707h-.005V4.587h.006c0-.386.31-.7.698-.706h6.046c.387.007.7.32.7.707h.003v2.826h-.004c0 .386-.312.7-.7.706zM7.48 4.934L5.7 6.008l1.766 1.057.013-2.13zm1.04 2.13l1.78-1.073-1.768-1.057-.01 2.13z"/></svg>
<svg class="tc-image-speakerphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.66699981689453 34.907997131347656"><path d="M41.237 18.626l-.385-3.144 9.429-1.157.386 3.143-9.43 1.157zm-2.073-9.447l-2.353-2.12L43.167 0l2.354 2.119-6.357 7.06zm.815 18.212l1.186-2.936 8.809 3.559-1.187 2.936-8.808-3.56zM0 16.7l3.531-1.59 1.517 13.145-3.465-.472L0 16.7zM31.667 2.45c2.639 4.75 5.277 9.5 6.07 14.514.79 5.014-.265 10.291-1.32 15.569l-15.21-2.074-1.415 4.449h-7.917l-1.342-5.905-3.289-.448-1.657-14.37L31.667 2.45zM13.854 32.533h3.959l.847-2.421-5.602-.764.796 3.185z"/></svg>
<svg class="tc-image-speakerVolume tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 22.75"><path d="M0 7.375h6l8-6v20l-8-6H0zm30 4a16 16 0 0 1-4.75 11.375l-2-2.125a13 13 0 0 0 3.75-9.25 13 13 0 0 0-3.75-9.25l2-2.125A16 16 0 0 1 30 11.375m-7 0a9 9 0 0 1-2.625 6.375l-2.125-2.125a6 6 0 0 0 1.75-4.25 6 6 0 0 0-1.75-4.25L20.375 5A9 9 0 0 1 23 11.375"/></svg>
<svg class="tc-image-speedometer tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 320"><path d="M312 160l-84.4 64.2c-1.2-.1-2.4-.2-3.6-.2-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32c0-1.2-.1-2.4-.2-3.6L320 168l-8-8z"/><path d="M224 0C100.3 0 0 100.3 0 224c0 34.4 7.8 66.9 21.6 96h36.1c-15.4-26.6-24.2-56.6-25.5-88H64v-16H32.2c1.2-28.8 8.7-56.5 21.8-81.4l27.5 15.9 8-13.9L62 120.8c7.4-11.6 16.2-22.6 26.2-32.6 10.2-10.1 21.3-19 33.1-26.5L137.1 89l13.9-8-15.8-27.3c24.8-13 52.2-20.3 80.8-21.5V64h16V32.2c28.6 1.2 56 8.6 80.8 21.5L297.1 81l13.9 8 15.8-27.3c11.8 7.5 22.9 16.4 33.1 26.5 10 10 18.7 20.9 26.2 32.6l-27.4 15.8 8 13.9 27.5-15.9c13.1 24.9 20.6 52.6 21.8 81.4h-32v16h31.8c-1.3 31.4-10.1 61.4-25.5 88h36.1c13.8-29.1 21.6-61.6 21.6-96C448 100.3 347.7 0 224 0z"/></svg>
<svg class="tc-image-spell-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 896 1024"><path d="M64 256h128v192h64V64c0-35.2-28.8-64-64-64H64C28.8 0 0 28.8 0 64v384h64V256zm0-192h128v128H64V64zm832 0V0H704c-35.202 0-64 28.8-64 64v320c0 35.2 28.798 64 64 64h192v-64H704V64h192zm-320 96V64c0-35.2-28.8-64-64-64H320v448h192c35.2 0 64-28.8 64-64v-96c0-35.2-8.8-64-44-64 35.2 0 44-28.8 44-64zm-64 224H384V256h128v128zm0-192H384V64h128v128zm256 384l-416 448-224-288 82-70 142 148 352-302z"/></svg>
<svg class="tc-image-spellcheck tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.06999969482422 39"><path d="M19.96 26h4.18L13.93 0h-3.71L0 26h4.18l2.25-6h11.29l2.24 6zM7.93 16l4.14-11.05L16.21 16H7.93zm30.31 1.17L22.07 33.34 14.73 26l-2.83 2.83L22.07 39l19-19-2.83-2.83z"/></svg>
<svg class="tc-image-sphere tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M7.5 0a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm4.244 10c.134-.632.219-1.303.246-2h1.991a6.443 6.443 0 0 1-.479 2h-1.758zM3.256 5a11.876 11.876 0 0 0-.246 2H1.019a6.443 6.443 0 0 1 .479-2h1.758zm7.463 0c.15.64.241 1.31.27 2H8V5h2.719zM8 4V1.073c.228.066.454.178.675.334.415.293.813.744 1.149 1.304.233.388.434.819.601 1.289H7.999zM5.176 2.711c.336-.561.734-1.012 1.149-1.304.222-.156.447-.268.675-.334V4H4.574a7.29 7.29 0 0 1 .601-1.289zM7 5v2H4.011c.029-.69.12-1.36.27-2H7zm-5.502 5a6.443 6.443 0 0 1-.479-2H3.01c.028.697.112 1.368.246 2H1.498zm2.513-2H7v2H4.281c-.15-.64-.241-1.31-.27-2zM7 11v2.927a2.27 2.27 0 0 1-.675-.334c-.415-.293-.813-.744-1.149-1.304A7.221 7.221 0 0 1 4.574 11H7zm2.825 1.289c-.336.561-.734 1.012-1.149 1.304a2.282 2.282 0 0 1-.675.334V11h2.426c-.168.47-.369.901-.602 1.289zM8 10V8h2.989c-.029.69-.12 1.36-.27 2H8zm3.99-3a11.98 11.98 0 0 0-.246-2h1.758c.267.639.427 1.309.479 2H11.99zm.989-3h-1.498c-.291-.918-.693-1.723-1.177-2.366a6.462 6.462 0 0 1 1.792 1.27c.336.336.631.702.883 1.096zM2.904 2.904a6.492 6.492 0 0 1 1.792-1.27C4.213 2.277 3.81 3.082 3.519 4H2.021c.252-.394.547-.761.883-1.096zM2.021 11h1.498c.291.918.693 1.723 1.177 2.366a6.462 6.462 0 0 1-1.792-1.27A6.505 6.505 0 0 1 2.021 11zm10.075 1.096a6.492 6.492 0 0 1-1.792 1.27c.483-.643.886-1.448 1.177-2.366h1.498a6.466 6.466 0 0 1-.883 1.096z"/></svg>
<svg class="tc-image-spinner tc-image-button" width="22pt" height="22pt" viewBox="0 0 904 960"><path d="M328 128C328 57.308 385.308 0 456 0s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zm271.53 112.47c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM776 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM663.53 783.53c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM392.002 896c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zm-271.53-112.47c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zm-32-543.06c0-53.019 42.981-96 96-96s96 42.981 96 96-42.98 96-96 96-96-42.981-96-96zM0 512c0-39.765 32.235-72 72-72s72 32.235 72 72-32.235 72-72 72-72-32.235-72-72z"/></svg>
<svg class="tc-image-spinner-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 34"><g transform="translate(-8 -8)"><circle cx="25" cy="10" r="2"/><circle cx="25" cy="40" r="2" opacity=".3"/><circle cx="32.5" cy="12" r="2" opacity=".3"/><circle cx="17.5" cy="38" r="2" opacity=".3"/><circle cx="17.5" cy="12" r="2" opacity=".93"/><circle cx="32.5" cy="38" r="2" opacity=".3"/><circle cx="10" cy="25" r="2" opacity=".65"/><circle cx="40" cy="25" r="2" opacity=".3"/><circle cx="12" cy="17.5" r="2" opacity=".86"/><circle cx="38" cy="32.5" r="2" opacity=".3"/><circle cx="12" cy="32.5" r="2" opacity=".44"/><circle cx="38" cy="17.5" r="2" opacity=".3"/></g></svg>
<svg class="tc-image-spinner-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.999996185302734 36.400001525878906"><path d="M34.8 17.1c-.3-6.1-4-11.8-9.5-14.4C19.3 0 12 1.1 7 5.3c-4.8 4-7 10.5-5.6 16.6 1.3 6 6 10.9 11.9 12.5 7.1 2 13.6-1.4 17.6-7.2-3.6 4.8-9.1 8-15.2 6.9C9.6 33 4.6 28.4 3.2 22.4 1.7 16 4.7 9.3 10.4 6c5.9-3.4 14.2-2.1 18.1 3.7 1 1.4 1.7 3.1 2 4.8.3 1.4.2 2.9.4 4.3.2 1.3 1.3 3 2.8 2.1 1.3-.8 1.2-2.5 1.1-3.8 0-.4.1.7 0 0z"/></svg>
<svg class="tc-image-spinner1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 993.3819580078125 962.761962890625"><path d="M993.381 497.386c-1.278-66.862-15.784-133.516-42.576-194.462-26.704-61-65.462-116.258-113.042-161.92-47.552-45.696-103.944-81.82-164.984-105.652C611.775 11.428 546.183 0 481.381 1.386c-64.81 1.282-129.332 15.374-188.333 41.356C234 68.638 180.506 106.212 136.314 152.318 92.09 198.4 57.154 253.026 34.128 312.116 11.014 371.178 0 434.636 1.382 497.386c1.286 62.76 14.964 125.148 40.134 182.206 25.088 57.1 61.476 108.828 106.11 151.548 44.61 42.754 97.472 76.504 154.614 98.72 57.118 22.304 118.446 32.902 179.142 31.526 60.708-1.29 120.962-14.554 176.076-38.914 55.15-24.282 105.116-59.48 146.366-102.644 41.282-43.14 73.844-94.236 95.254-149.43 13.034-33.458 21.88-68.4 26.542-103.798 1.246.072 2.498.12 3.762.12 35.346 0 64-28.652 64-64 0-1.796-.094-3.572-.238-5.332h.238zM891.688 667.334c-23.472 53.202-57.484 101.4-99.178 141.18-41.67 39.81-91 71.186-144.244 91.79-53.228 20.678-110.29 30.452-166.884 29.082-56.604-1.298-112.596-13.736-163.82-36.474-51.25-22.666-97.684-55.49-135.994-95.712-38.338-40.198-68.528-87.764-88.322-139.058-19.87-51.284-29.228-106.214-27.864-160.756 1.302-54.552 13.328-108.412 35.254-157.69 21.858-49.3 53.498-93.97 92.246-130.81 38.73-36.868 84.53-65.87 133.874-84.856 49.338-19.06 102.136-28.006 154.626-26.644 52.5 1.306 104.228 12.918 151.562 34.034 47.352 21.05 90.256 51.502 125.624 88.782 35.396 37.258 63.21 81.294 81.39 128.688 18.248 47.392 26.782 98.058 25.424 148.496h.238a65.305 65.305 0 0 0-.238 5.332c0 33.012 24.992 60.174 57.086 63.624-6.224 34.822-16.53 68.818-30.78 100.992z"/></svg>
<svg class="tc-image-spinner10 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.003005981445312 16.004093170166016"><path d="M0 8.027v.003c.002.061.009.12.021.177l.011.09.011.095.019.128.045.296.068.326c.011.058.028.117.044.178l.049.188c.009.032.016.065.027.097l.031.098.065.203.017.052.019.052.039.105.081.215.094.218.048.111c.016.037.035.073.053.111l.11.224c.039.075.081.149.123.224l.063.113c.021.038.045.074.068.112l.14.224c.198.295.417.587.66.864.245.275.511.535.792.775.284.236.582.452.886.642.306.188.619.349.928.487l.232.095c.038.015.076.032.115.046l.115.041c.038.014.151.054.226.078l.224.066c.037.011.073.022.109.031l.109.027.213.052.207.04.101.019.049.009.049.007.192.027.093.013.091.009.174.015c.056.005.111.011.164.012h.011a1 1 0 0 0 1 .982l.025-.001h.004a1.02 1.02 0 0 0 .177-.021l.09-.011.095-.011.128-.019.296-.045.326-.068c.058-.011.117-.028.178-.044l.188-.049c.032-.009.065-.016.097-.027l.098-.031.203-.065.052-.017.052-.019.105-.039.215-.081.218-.094.111-.048c.037-.016.073-.035.111-.053l.224-.11c.075-.039.149-.081.224-.123l.113-.063c.038-.021.074-.045.112-.068l.224-.14c.295-.197.587-.417.864-.66.275-.245.535-.511.775-.792.236-.284.452-.582.642-.886.188-.306.349-.619.487-.928l.095-.232c.015-.038.032-.076.046-.115l.04-.115c.013-.038.054-.151.078-.226l.066-.224c.011-.037.022-.073.031-.109l.027-.109.052-.213.04-.207.019-.101.009-.049a.753.753 0 0 0 .007-.05l.027-.192.013-.093.009-.091.015-.174c.005-.056.011-.111.012-.165l.001-.025a1 1 0 0 0 .996-1l-.001-.025v-.003a1.02 1.02 0 0 0-.021-.177l-.011-.09-.011-.095-.019-.128-.045-.296-.068-.326c-.011-.058-.028-.117-.044-.178l-.049-.188c-.009-.032-.016-.065-.027-.097l-.031-.098-.065-.203-.017-.052-.019-.052-.039-.105-.081-.215-.094-.218-.048-.111c-.016-.037-.035-.073-.053-.111l-.11-.224c-.039-.075-.081-.149-.123-.224l-.063-.113c-.021-.038-.045-.074-.068-.112l-.14-.224a8.307 8.307 0 0 0-.66-.864 8.164 8.164 0 0 0-.792-.775 8.155 8.155 0 0 0-.886-.642 8.024 8.024 0 0 0-.928-.487l-.232-.095c-.038-.015-.076-.032-.115-.046l-.115-.04c-.038-.013-.151-.054-.226-.078l-.224-.066c-.037-.01-.073-.022-.109-.031l-.109-.027a54.114 54.114 0 0 0-.213-.052l-.207-.04-.101-.019-.049-.009-.049-.007-.192-.027-.093-.013-.091-.009-.174-.015C9.135.989 9.08.983 9.027.982L8.988.981A1 1 0 0 0 7.989 0l-.025.001h-.003a1.02 1.02 0 0 0-.177.021l-.09.011-.095.011-.128.019-.296.045-.326.068c-.058.011-.117.028-.178.044l-.188.049c-.032.009-.065.016-.097.027l-.098.031-.203.065-.052.017-.052.019-.105.039-.215.081-.218.094-.111.048c-.037.016-.073.035-.111.053l-.224.11c-.075.039-.149.081-.224.123l-.113.063c-.038.021-.074.045-.112.068l-.224.14a8.448 8.448 0 0 0-.864.66 8.164 8.164 0 0 0-.775.792 8.155 8.155 0 0 0-.642.886 8.024 8.024 0 0 0-.487.928l-.095.232c-.015.038-.032.076-.046.115l-.04.115c-.013.038-.054.151-.078.226l-.066.224-.032.109c-.01.036-.018.073-.027.109l-.052.213-.04.207-.019.101-.009.049a.753.753 0 0 0-.007.05l-.027.192-.013.093-.009.091-.015.174c-.005.056-.011.111-.012.165l-.001.025a1 1 0 0 0-.967.999l.001.025zm1.148-1.014l.002-.009c.01-.051.026-.102.04-.155l.045-.163.024-.084.028-.086.058-.176.015-.045.017-.045.035-.091.073-.186.084-.189.043-.096.048-.096.098-.194c.034-.065.073-.128.109-.194l.056-.098c.019-.033.04-.064.061-.096l.124-.194a7.38 7.38 0 0 1 .583-.744c.217-.236.451-.459.697-.665.25-.202.511-.385.776-.547.268-.159.541-.294.808-.41l.202-.079c.033-.013.066-.027.099-.038l.1-.033c.033-.011.131-.045.196-.065l.194-.054c.032-.009.063-.019.095-.026l.094-.021.184-.042.179-.032.087-.015.043-.008c.014-.003.029-.003.043-.005l.166-.02.08-.01.078-.006.15-.011c.049-.003.095-.008.142-.008l.256-.006.2.007.085.002a11.23 11.23 0 0 1 .34.024l.022-.001h.004a1 1 0 0 0 .962-.84l.025.006c.051.01.102.026.155.04l.163.045.084.024.086.028.176.058.045.015.045.017.091.035.186.073.189.084.096.043.096.048.194.098c.065.034.129.073.194.109l.098.056c.033.019.064.04.096.061l.194.124c.255.176.506.369.744.583.236.217.459.451.665.697.202.25.385.511.547.776.159.268.294.541.41.808l.079.202c.013.033.027.066.038.099l.033.1c.011.033.045.131.065.196l.054.194c.009.032.019.063.026.095l.021.094.042.184.032.179.015.087.008.043c.003.014.003.029.005.043l.02.166.01.08.006.078.011.15c.003.049.008.095.008.142l.006.256-.007.2-.002.085a11.23 11.23 0 0 1-.024.34l.001.022v.004a1 1 0 0 0 .823.959l-.003.014c-.01.051-.025.102-.04.155l-.045.163-.024.084-.028.086-.058.176-.015.045-.017.045-.035.091-.073.186-.084.189-.043.096-.048.096-.098.194c-.034.065-.073.129-.109.194l-.056.098c-.019.033-.04.064-.061.096l-.124.194a7.38 7.38 0 0 1-.583.744 7.422 7.422 0 0 1-.697.665c-.25.202-.511.385-.776.547a7.227 7.227 0 0 1-.808.41l-.202.079c-.033.013-.066.027-.099.038l-.1.033c-.033.011-.131.045-.196.065l-.194.054c-.032.009-.063.019-.095.026l-.094.021-.184.042-.179.032-.087.015-.043.008c-.015.003-.029.003-.043.005l-.166.02-.08.01-.078.006-.15.011c-.049.003-.095.008-.142.008a77.64 77.64 0 0 0-.256.006l-.2-.007-.085-.002a11.23 11.23 0 0 1-.34-.024l-.022.001h-.003a1.001 1.001 0 0 0-.961.834c-.05-.01-.101-.025-.153-.039l-.163-.045-.084-.024-.086-.028-.176-.058-.045-.015-.045-.017-.091-.035a31.884 31.884 0 0 1-.186-.073 17.554 17.554 0 0 0-.189-.084l-.096-.043-.096-.048-.194-.098c-.065-.034-.129-.073-.194-.109l-.098-.056c-.033-.019-.064-.04-.096-.061l-.194-.124a7.238 7.238 0 0 1-.744-.583 7.422 7.422 0 0 1-.665-.697 7.276 7.276 0 0 1-.547-.776 7.227 7.227 0 0 1-.41-.808l-.079-.202c-.013-.033-.027-.066-.038-.099l-.033-.1c-.011-.033-.045-.131-.065-.196l-.054-.194c-.009-.032-.019-.063-.026-.095l-.021-.094a78.832 78.832 0 0 0-.042-.184l-.032-.179-.015-.087-.008-.043c-.003-.015-.003-.029-.005-.043a12.365 12.365 0 0 1-.02-.166l-.01-.08-.006-.078-.011-.15c-.003-.049-.008-.095-.008-.142a77.64 77.64 0 0 0-.006-.256l.007-.2.002-.085A11.23 11.23 0 0 1 2 8.004l-.001-.022v-.003a1 1 0 0 0-.851-.964z"/></svg>
<svg class="tc-image-spinner11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.10508155822754 17.284698486328125"><path d="M16.105 6.646h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109.624-4.243 1.757C2.73 5.536 2.105 7.043 2.105 8.646s.624 3.109 1.757 4.243a5.961 5.961 0 0 0 4.243 1.757 5.963 5.963 0 0 0 4.516-2.05l1.505 1.318a8 8 0 1 1-.364-10.924L16.105.646v6z"/></svg>
<svg class="tc-image-spinner2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0035400390625 1020.0239868164062"><path d="M192.003 508.024c0-12.18.704-24.196 2.03-36.022L9.053 411.898a514.592 514.592 0 0 0-9.05 96.126c0 147.23 62.166 279.922 161.654 373.324L275.94 724.052c-52.124-56.926-83.938-132.758-83.938-216.028zm640 0c0 83.268-31.812 159.102-83.938 216.028L862.35 881.348c99.488-93.402 161.654-226.094 161.654-373.324 0-32.862-3.132-64.986-9.048-96.126l-184.98 60.104a323.638 323.638 0 0 1 2.027 36.022zm-256-313.592c91.934 18.662 169.544 76.742 214.45 155.826l184.978-60.102C902.235 134.736 753.19 22.096 576.003 0v194.432zm-342.45 155.824c44.906-79.084 122.516-137.164 214.45-155.826V0C270.815 22.096 121.773 134.736 48.577 290.154l184.976 60.102zM644.56 799.352c-40.39 18.408-85.273 28.672-132.557 28.672s-92.166-10.264-132.554-28.67l-114.292 157.31c73.206 40.366 157.336 63.36 246.846 63.36s173.64-22.994 246.848-63.36L644.56 799.352z"/></svg>
<svg class="tc-image-spinner3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 969.9920043945312"><path d="M512 969.992c-136.76 0-265.334-53.258-362.04-149.96C53.258 723.326 0 594.752 0 457.992 0 361.154 27.182 266.858 78.606 185.3c50-79.296 120.664-143.372 204.356-185.3l43 85.832c-68.038 34.084-125.492 86.186-166.15 150.67C118.067 302.71 96 379.3 96 457.992c0 229.382 186.618 416 416 416s416-186.618 416-416c0-78.692-22.066-155.282-63.81-221.49-40.66-64.484-98.114-116.584-166.15-150.67L741.04 0c83.692 41.928 154.358 106.004 204.356 185.3C996.818 266.858 1024 361.154 1024 457.992c0 136.76-53.258 265.334-149.96 362.04-96.706 96.702-225.28 149.96-362.04 149.96z"/></svg>
<svg class="tc-image-spinner4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M512 0C233.252 0 6.542 222.762.152 499.974 6.072 258.11 189.984 64 416 64c229.75 0 416 200.576 416 448 0 53.02 42.98 96 96 96s96-42.98 96-96C1024 229.23 794.77 0 512 0zm0 1024c278.748 0 505.458-222.762 511.848-499.974C1017.928 765.89 834.017 960 608 960c-229.75 0-416-200.576-416-448 0-53.02-42.98-96-96-96S0 458.98 0 512c0 282.77 229.23 512 512 512z"/></svg>
<svg class="tc-image-spinner5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0008544921875 1024"><path d="M.042 513.618l-.022.004.028.222c.11 3.878.55 7.676 1.322 11.352l.674 5.774c.222 1.886.46 3.914.718 6.078l1.19 8.176c.856 5.746 1.8 12.124 2.908 18.958 1.348 6.446 2.804 13.414 4.364 20.864.71 3.718 1.776 7.504 2.786 11.406l3.16 12.004c.566 2.042 1.04 4.132 1.708 6.208.656 2.074 1.32 4.176 1.988 6.3 1.348 4.234 2.726 8.566 4.136 12.988.352 1.106.708 2.21 1.064 3.324.408 1.102.814 2.208 1.226 3.316.826 2.218 1.658 4.458 2.502 6.714 1.696 4.496 3.422 9.078 5.18 13.742l6.004 13.934 3.078 7.098c1.048 2.376 2.27 4.704 3.408 7.074l7.062 14.332c2.47 4.786 5.208 9.512 7.846 14.328 1.336 2.398 2.68 4.808 4.028 7.23 1.368 2.41 2.902 4.75 4.356 7.14l8.934 14.348c12.64 18.894 26.676 37.566 42.21 55.278a529.943 529.943 0 0 0 50.692 49.602 524.956 524.956 0 0 0 56.726 41.114c19.604 12.036 39.644 22.312 59.376 31.144l14.878 6.066c2.462.972 4.868 2.032 7.336 2.918l7.376 2.594c4.898 1.684 9.678 3.468 14.484 4.992 4.832 1.43 9.604 2.844 14.312 4.242 2.356.672 4.66 1.426 7.004 2.012 2.346.574 4.676 1.14 6.986 1.704 4.606 1.118 9.142 2.214 13.604 3.296 4.5.868 8.926 1.722 13.27 2.558 2.166.41 4.31.82 6.434 1.222 1.062.2 2.118.398 3.166.598 1.06.148 2.118.292 3.166.442l12.3 1.71c1.998.274 3.972.546 5.922.816 1.946.286 3.904.378 5.814.57 3.822.336 7.544.664 11.164.98 3.616.304 7.104.688 10.526.738.23.008.452.016.682.026.614 34.812 29.008 62.846 63.968 62.846.542 0 1.08-.028 1.62-.042v.022l.224-.028c3.878-.11 7.674-.55 11.35-1.322l5.776-.672 6.076-.718c2.566-.376 5.292-.772 8.176-1.192 5.746-.856 12.124-1.8 18.958-2.908l20.864-4.362c3.718-.712 7.504-1.778 11.406-2.786l12.004-3.162c2.044-.566 4.132-1.04 6.208-1.708 2.074-.656 4.174-1.318 6.3-1.988L633.037 999l3.324-1.066c1.1-.406 2.206-.814 3.316-1.226a7732.39 7732.39 0 0 0 6.714-2.5c4.496-1.698 9.078-3.424 13.74-5.182l13.936-6.004 7.098-3.078c2.376-1.048 4.702-2.27 7.074-3.408 4.714-2.322 9.494-4.678 14.33-7.062 4.786-2.47 9.512-5.208 14.328-7.846l7.23-4.028c2.41-1.366 4.75-2.9 7.14-4.354 4.738-2.952 9.524-5.93 14.35-8.936 18.89-12.64 37.564-26.674 55.278-42.21 17.574-15.712 34.248-32.726 49.602-50.69a524.687 524.687 0 0 0 41.112-56.728c12.036-19.602 22.314-39.644 31.142-59.376 2.042-5.002 4.062-9.964 6.068-14.878.974-2.462 2.032-4.868 2.918-7.334.87-2.472 1.732-4.932 2.592-7.376 1.686-4.898 3.468-9.678 4.994-14.484l4.24-14.31c.674-2.358 1.43-4.66 2.016-7.004.57-2.348 1.138-4.676 1.702-6.988 1.118-4.606 2.216-9.14 3.296-13.602l2.558-13.272 1.222-6.434.596-3.164.444-3.168 1.708-12.3c.278-1.996.55-3.97.82-5.922.284-1.946.376-3.902.568-5.812.336-3.822.664-7.546.98-11.164.304-3.616.686-7.106.738-10.528.02-.534.04-1.044.058-1.574 35.224-.146 63.732-28.738 63.732-63.992 0-.542-.028-1.08-.042-1.62h.022l-.028-.224a64.042 64.042 0 0 0-1.322-11.35l-.674-5.776c-.222-1.886-.46-3.914-.718-6.076l-1.19-8.176c-.856-5.746-1.8-12.124-2.908-18.958-1.348-6.444-2.804-13.414-4.364-20.862-.71-3.72-1.776-7.506-2.786-11.408l-3.16-12.002c-.566-2.044-1.04-4.134-1.708-6.208-.656-2.076-1.32-4.174-1.988-6.3-1.348-4.234-2.726-8.566-4.136-12.99l-1.064-3.324c-.408-1.1-.814-2.206-1.226-3.316-.826-2.216-1.658-4.454-2.502-6.714-1.696-4.498-3.422-9.08-5.18-13.74l-6.004-13.936c-1.02-2.348-2.044-4.714-3.078-7.098-1.048-2.376-2.27-4.702-3.408-7.076-2.322-4.714-4.678-9.494-7.062-14.33-2.47-4.786-5.208-9.512-7.846-14.328-1.336-2.398-2.68-4.808-4.028-7.23-1.368-2.41-2.902-4.75-4.356-7.14l-8.934-14.35c-12.64-18.892-26.676-37.564-42.21-55.278-15.712-17.576-32.726-34.25-50.692-49.602a524.664 524.664 0 0 0-56.726-41.112c-19.604-12.036-39.644-22.314-59.376-31.142-5.004-2.04-9.964-4.062-14.878-6.068-2.462-.974-4.868-2.032-7.336-2.918-2.47-.87-4.93-1.734-7.376-2.592-4.898-1.684-9.678-3.468-14.484-4.994l-14.312-4.242c-2.356-.672-4.66-1.428-7.004-2.014-2.346-.572-4.676-1.138-6.986-1.702-4.606-1.118-9.142-2.216-13.604-3.298l-13.27-2.558c-2.166-.412-4.31-.82-6.434-1.222l-3.166-.596-3.166-.442c-4.192-.584-8.292-1.154-12.3-1.71l-5.922-.82c-1.946-.284-3.904-.376-5.814-.57-3.822-.336-7.544-.664-11.164-.98-3.616-.304-7.104-.686-10.526-.738l-2.512-.092C574.402 27.998 546.024 0 511.087 0c-.542 0-1.08.028-1.62.042l-.002-.022-.222.028c-3.878.11-7.676.55-11.352 1.322l-5.776.672-6.076.718c-2.566.376-5.292.772-8.176 1.192-5.746.856-12.124 1.8-18.958 2.908l-20.864 4.362c-3.718.712-7.504 1.778-11.406 2.786l-12.004 3.162c-2.044.566-4.132 1.04-6.208 1.708-2.074.656-4.174 1.318-6.3 1.988L389.134 25l-3.324 1.066c-1.1.406-2.206.814-3.316 1.226a7732.39 7732.39 0 0 0-6.714 2.5c-4.496 1.698-9.078 3.424-13.74 5.182l-13.936 6.004-7.098 3.078c-2.376 1.048-4.702 2.27-7.074 3.408-4.714 2.322-9.494 4.678-14.33 7.062-4.786 2.47-9.512 5.208-14.328 7.846l-7.23 4.028c-2.41 1.366-4.75 2.9-7.14 4.354-4.738 2.952-9.524 5.93-14.35 8.936-18.89 12.64-37.564 26.674-55.278 42.21-17.574 15.712-34.248 32.726-49.602 50.69a524.687 524.687 0 0 0-41.112 56.728c-12.036 19.602-22.314 39.644-31.142 59.376-2.042 5.002-4.062 9.964-6.068 14.878-.974 2.462-2.032 4.868-2.918 7.334-.87 2.472-1.732 4.932-2.592 7.376-1.686 4.898-3.468 9.678-4.994 14.484l-4.24 14.31c-.674 2.358-1.43 4.66-2.016 7.004-.57 2.348-1.138 4.676-1.702 6.988-1.118 4.606-2.216 9.14-3.296 13.602l-2.558 13.272-1.222 6.434-.596 3.164a2048.04 2048.04 0 0 1-.444 3.168l-1.708 12.3c-.278 1.996-.55 3.97-.82 5.922-.284 1.946-.376 3.902-.568 5.812-.336 3.822-.664 7.546-.98 11.164-.304 3.616-.686 7.106-.738 10.528-.02.548-.04 1.076-.058 1.62C27.526 449.166 0 477.358 0 512c0 .542.028 1.078.042 1.618zm73.476-64.912c.042-.196.086-.384.128-.58.644-3.248 1.632-6.542 2.556-9.942l2.88-10.454c.516-1.78.934-3.602 1.546-5.406.596-1.802 1.202-3.628 1.81-5.476l3.736-11.294c.316-.958.634-1.924.956-2.892.37-.954.74-1.914 1.114-2.876l2.26-5.83 4.646-11.93 5.392-12.08 2.746-6.156c.932-2.06 2.036-4.072 3.052-6.126l6.294-12.412c2.202-4.142 4.654-8.224 6.998-12.392l3.57-6.256c1.21-2.086 2.586-4.102 3.876-6.166l7.918-12.402c11.234-16.298 23.632-32.398 37.33-47.638a466.583 466.583 0 0 1 44.598-42.548 460.908 460.908 0 0 1 49.676-35.022c17.13-10.194 34.6-18.838 51.734-26.258 4.35-1.7 8.662-3.382 12.934-5.05 2.136-.812 4.216-1.71 6.36-2.444 2.146-.714 4.28-1.428 6.404-2.136 4.25-1.386 8.382-2.888 12.548-4.142 4.184-1.174 8.314-2.332 12.392-3.474 2.038-.55 4.026-1.19 6.054-1.662 2.03-.458 4.044-.914 6.044-1.368l11.748-2.688 11.462-2.022c1.868-.33 3.716-.658 5.546-.98l2.728-.484 2.734-.332c3.612-.448 7.148-.882 10.604-1.31 1.72-.216 3.422-.432 5.102-.644 1.674-.226 3.364-.266 5.01-.408 3.292-.238 6.498-.472 9.616-.7 3.11-.218 6.11-.524 9.058-.508 5.848-.132 11.32-.256 16.38-.372 4.664.168 8.948.324 12.818.462l5.432.156 5.958.378c2.13.138 4.06.266 5.82.38 3.256.51 6.592.782 9.99.782.466 0 .93-.026 1.396-.036l.224.014v-.02c31.14-.778 56.75-23.784 61.556-53.754l1.612.356c3.246.644 6.542 1.632 9.942 2.556 3.386.934 6.876 1.894 10.454 2.88 1.778.516 3.602.934 5.404 1.546 1.802.596 3.63 1.202 5.478 1.812l11.292 3.736c.96.316 1.924.634 2.892.956l2.876 1.112 5.83 2.26 11.932 4.646 12.08 5.392 6.156 2.746c2.06.932 4.072 2.036 6.126 3.054l12.41 6.294c4.144 2.202 8.226 4.654 12.394 6.998 2.074 1.184 4.16 2.374 6.256 3.572 2.086 1.21 4.102 2.586 6.166 3.876 4.098 2.616 8.23 5.256 12.402 7.918 16.296 11.234 32.398 23.632 47.636 37.33 15.104 13.874 29.406 28.842 42.55 44.598a460.888 460.888 0 0 1 35.02 49.676c10.196 17.13 18.84 34.6 26.26 51.736l5.05 12.932c.812 2.136 1.71 4.216 2.444 6.36.714 2.146 1.428 4.28 2.136 6.404 1.386 4.25 2.888 8.384 4.142 12.548 1.174 4.184 2.33 8.316 3.474 12.392.55 2.038 1.19 4.026 1.66 6.054l1.368 6.046c.91 3.978 1.808 7.896 2.688 11.748.688 3.888 1.362 7.71 2.024 11.462l.98 5.548.484 2.728c.11.916.222 1.828.332 2.734.446 3.612.882 7.148 1.31 10.604.216 1.72.432 3.42.642 5.1.226 1.674.268 3.364.41 5.01.238 3.292.472 6.498.7 9.616.218 3.11.524 6.11.508 9.058.132 5.848.256 11.32.372 16.38-.168 4.664-.324 8.948-.462 12.818l-.156 5.432-.378 5.958c-.138 2.13-.266 4.06-.38 5.82A66.04 66.04 0 0 0 896 512c0 .468.026.93.036 1.396-.008.132-.016.224-.016.224h.022c.768 30.766 23.236 56.128 52.682 61.37l-.198.884c-.644 3.248-1.632 6.542-2.556 9.942l-2.88 10.454c-.516 1.78-.934 3.602-1.546 5.406-.596 1.802-1.202 3.628-1.81 5.476l-3.736 11.294c-.316.958-.634 1.924-.956 2.892-.37.954-.74 1.914-1.114 2.876l-2.26 5.83-4.646 11.93-5.392 12.08-2.746 6.156c-.932 2.06-2.036 4.072-3.052 6.126l-6.294 12.412c-2.202 4.142-4.654 8.224-6.998 12.392l-3.57 6.256c-1.21 2.086-2.586 4.102-3.876 6.166l-7.918 12.402c-11.234 16.298-23.632 32.398-37.33 47.638a466.583 466.583 0 0 1-44.598 42.548 460.908 460.908 0 0 1-49.676 35.022c-17.13 10.194-34.6 18.838-51.734 26.258-4.35 1.7-8.662 3.382-12.934 5.05-2.136.812-4.216 1.71-6.36 2.444-2.146.714-4.28 1.428-6.404 2.136-4.25 1.386-8.382 2.888-12.548 4.142-4.184 1.174-8.314 2.332-12.392 3.474-2.038.55-4.026 1.19-6.054 1.662-2.03.458-4.044.914-6.044 1.368l-11.748 2.688-11.462 2.022c-1.868.33-3.716.658-5.546.98l-2.728.484-2.734.332c-3.612.448-7.148.882-10.604 1.31-1.72.216-3.422.432-5.102.644-1.674.226-3.364.266-5.01.408-3.292.238-6.498.472-9.616.7-3.11.218-6.11.524-9.058.508-5.848.132-11.32.256-16.38.372-4.664-.168-8.948-.324-12.818-.462l-5.432-.156-5.958-.378c-2.13-.138-4.06-.266-5.82-.38a64.519 64.519 0 0 0-9.99-.782c-.466 0-.93.026-1.396.036l-.224-.014v.02c-31.004.774-56.524 23.586-61.488 53.364-3.2-.64-6.446-1.61-9.792-2.522-3.386-.934-6.876-1.894-10.454-2.878-1.778-.516-3.602-.938-5.404-1.546-1.802-.598-3.63-1.204-5.478-1.812-3.68-1.218-7.448-2.464-11.292-3.738-.96-.316-1.924-.632-2.892-.954-.956-.372-1.914-.742-2.876-1.114-1.926-.746-3.868-1.5-5.83-2.258-3.904-1.524-7.884-3.07-11.932-4.648-3.96-1.77-7.988-3.566-12.08-5.39l-6.156-2.746c-2.06-.934-4.072-2.036-6.126-3.054l-12.41-6.296c-4.144-2.2-8.226-4.652-12.394-6.996-2.074-1.184-4.16-2.376-6.256-3.57-2.086-1.21-4.102-2.586-6.166-3.878-4.098-2.614-8.23-5.254-12.402-7.918-16.296-11.23-32.398-23.632-47.636-37.328-15.104-13.876-29.406-28.84-42.55-44.598a460.492 460.492 0 0 1-35.02-49.676c-10.196-17.128-18.84-34.602-26.26-51.734a34213 34213 0 0 0-5.05-12.934c-.812-2.136-1.71-4.218-2.444-6.36-.714-2.148-1.428-4.282-2.136-6.406-1.386-4.25-2.888-8.382-4.142-12.546-1.174-4.184-2.33-8.316-3.474-12.394-.55-2.036-1.19-4.024-1.66-6.054l-1.368-6.042c-.91-3.98-1.808-7.898-2.688-11.75-.688-3.886-1.362-7.71-2.024-11.46l-.98-5.546-.484-2.73-.332-2.734c-.446-3.61-.882-7.148-1.31-10.602-.216-1.722-.432-3.422-.642-5.102-.226-1.676-.268-3.364-.41-5.012-.238-3.29-.472-6.496-.7-9.614-.218-3.11-.524-6.11-.508-9.058-.132-5.848-.256-11.32-.372-16.382.168-4.664.324-8.946.462-12.816.054-1.914.108-3.726.156-5.434l.378-5.958c.138-2.128.266-4.058.38-5.82.496-3.26.766-6.596.766-9.994 0-.466-.026-.93-.036-1.396.008-.132.016-.224.016-.224h-.022c-.78-31.38-24.134-57.154-54.44-61.674z"/></svg>
<svg class="tc-image-spinner6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.757109642028809 15.484394073486328"><path d="M5.116 2.137a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm6.36 6a1.641 1.641 0 0 1 3.281 0 1.641 1.641 0 0 1-3.282 0zM9.872 12.38a1.486 1.486 0 1 1 2.971 0 1.486 1.486 0 0 1-2.97 0zM5.77 14.137a1.347 1.347 0 1 1 2.693.001 1.347 1.347 0 0 1-2.693 0zM1.654 12.38a1.22 1.22 0 1 1 2.44 0 1.22 1.22 0 0 1-2.44 0zM.012 8.137a1.104 1.104 0 1 1 2.207 0 1.104 1.104 0 0 1-2.207 0zm1.861-4.243a1 1 0 0 1 2 0 1 1 0 0 1-2 0zm11.297 0a1.812 1.812 0 1 1-3.623 0 1.812 1.812 0 0 1 3.623 0z"/></svg>
<svg class="tc-image-spinner7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.00140380859375 14.097552299499512"><path d="M6.5 12.596a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0zM0 6.096a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0zm13 0a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0zM1.904 1.5a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0zm9.192 9.192a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0zm-9.192 0a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0zM11.096 1.5a1.5 1.5 0 1 1 3.001.001 1.5 1.5 0 0 1-3 0z"/></svg>
<svg class="tc-image-spinner8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.001392364501953 15.156000137329102"><path d="M8 15.156c-2.137 0-4.146-.832-5.657-2.343S0 9.293 0 7.156C0 5.643.425 4.17 1.228 2.895A8.02 8.02 0 0 1 4.421 0l.672 1.341a6.53 6.53 0 0 0-2.596 2.354A6.48 6.48 0 0 0 1.5 7.156c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-1.23-.345-2.426-.997-3.461a6.515 6.515 0 0 0-2.596-2.354L11.579 0a8.02 8.02 0 0 1 3.193 2.895A7.981 7.981 0 0 1 16 7.156c0 2.137-.832 4.146-2.343 5.657S10.137 15.156 8 15.156z"/></svg>
<svg class="tc-image-spinner9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16.000228881835938"><path d="M8 0A8 8 0 0 0 .002 7.812C.094 4.033 2.968 1 6.5 1 10.09 1 13 4.134 13 8a1.5 1.5 0 0 0 3 0 8 8 0 0 0-8-8zm0 16a8 8 0 0 0 7.998-7.812C15.906 11.968 13.032 15 9.5 15 5.91 15 3 11.866 3 8a1.5 1.5 0 0 0-3 0 8 8 0 0 0 8 8z"/></svg>
<svg class="tc-image-spiral tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.900001525878906 18.30000114440918"><path d="M10.9 9.8c1-.4.7-1.8 0-2.4-1.1-.9-2.7-.4-3.4.8-1.5 2.4.9 5 3.4 4.9 2.7-.2 4.3-2.9 3.7-5.4-.7-3-3.9-4.5-6.7-3.6-2.6.8-4.2 3.5-4 6.2.3 3 2.6 5.4 5.5 5.9 2.8.5 5.7-.8 7.2-3.2.7-1.1 1.2-2.4 1.2-3.8 0-.5.5-1 1.1-.9.8 0 1 .8.9 1.4-.4 4.7-4.5 8.6-9.3 8.6-5.9 0-10.5-6.2-8-11.8C5 1.1 12.8 0 15.8 5.3c1.5 2.5 1.2 5.8-.9 7.9-2 2-5.3 2.4-7.7.7C5 12.3 4.3 9 6.1 6.7c1.7-2.3 5.5-2.4 7 .2 1.1 1.9 0 5.2-2.5 4.9-1.6 0-3-1.7-2.1-3.2.6-.9 1.9-.6 2.3.1.2.8.1 1.1.1 1.1z"/></svg>
<svg class="tc-image-spoon tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 447.9000244140625"><path d="M128 128C128 64 101.5 0 64 0S0 64 0 128c.9 25 15.7 54.3 36.6 64.3.5.2.9.4 1.4.6h.1c3.4 1.9 9.8 5.5 9.8 9.7 0 0-16 198.7-16 210.1s5 20.5 10.5 26 13.1 9.2 21.3 9.2h.4c8.2 0 15.8-3.7 21.4-9.2 5.5-5.5 10.3-12.9 10.3-26s-16-210.1-16-210.1c0-4.2 6.4-7.9 9.8-9.8l1.7-.9C112.9 182 128 154 128 128"/></svg>
<svg class="tc-image-spoon-fork tc-image-button" width="22pt" height="22pt" viewBox="0 0 864 1024.0001220703125"><path d="M192 0C85.96 0 0 100.288 0 224c0 105.924 63.022 194.666 147.706 217.998l-31.788 518.124C113.764 995.254 140.8 1024 176 1024h32c35.2 0 62.236-28.746 60.082-63.878l-31.788-518.124C320.978 418.666 384 329.924 384 224 384 100.288 298.04 0 192 0zm645.334 0L784 320h-40L717.334 0h-26.667l-26.666 320h-40L570.667 0h-26.666v416c0 17.672 14.326 32 32 32h83.338l-31.42 512.122c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878L748.662 448H832c17.674 0 32-14.328 32-32V0h-26.666z"/></svg>
<svg class="tc-image-spoon-knife tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.49899959564209 16.002912521362305"><path d="M3 0C1.343 0 0 1.567 0 3.5c0 1.655.985 3.042 2.308 3.406l-.497 8.096A.931.931 0 0 0 2.75 16h.5c.55 0 .972-.449.939-.998l-.497-8.096C5.015 6.541 6 5.155 6 3.5 6 1.567 4.657 0 3 0zm10.083 0l-.833 5h-.625l-.417-5h-.417l-.417 5h-.625l-.833-5h-.417v6.5a.5.5 0 0 0 .5.5h1.302l-.491 8.002a.931.931 0 0 0 .939.998h.5c.55 0 .972-.449.939-.998L11.697 7h1.302a.5.5 0 0 0 .5-.5V0h-.417z"/></svg>
<svg class="tc-image-sport-football tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M25.5 3.029l5.184 4.365 1.685-.471a17.99 17.99 0 0 0-6.874-4.069l.005.175zM35.601 21.33l-1.03 6.197 1.285 1A17.92 17.92 0 0 0 38 20.018l-2.399 1.313zm-9.78 9.429l-5.434-3.866-6.214 2.331-1.53 6.447 1.916 1.491c1.717.544 3.545.837 5.441.837 1.704 0 3.352-.237 4.914-.679l.907-6.561zm-14.28 4.697l1.53-6.447-5.684-4.366-4.297 1.538a18.06 18.06 0 0 0 7.996 9.46l.455-.185zm-4-11.894l.78-7.447-4.766-3.446C2.555 14.909 2 17.39 2 20c0 1.838.276 3.612.788 5.283l4.753-1.72zm1.465-7.919l6.214-2.581 1.28-6.697-3.772-2.836a18.071 18.071 0 0 0-8.83 8.416l5.108 3.698zM33.72 27.207l1.03-6.197-5.934-4.616-6.465 2.331-1.03 7.447 5.435 3.866 6.964-2.831zm-5.25-11.75L29.5 8.01l-5.184-4.366-6.965 2.832-1.28 6.697 5.935 4.615 6.464-2.331zM20 0c11.046 0 20 8.954 20 20s-8.954 20-20 20S0 31.046 0 20 8.954 0 20 0z"/></svg>
<svg class="tc-image-sports-american-football-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M402.105 23.23c-7.135.02-14.64.307-22.437.872 40.125 28.894 79.33 68.1 108.227 108.224 1.316-18.198 1.093-34.787-.348-48.912-2.398-23.496-9.092-40.233-13.91-45.05-4.818-4.82-21.555-11.513-45.05-13.91-5.875-.6-12.173-.99-18.835-1.147-2.498-.06-5.05-.086-7.647-.078zm-92.53 12.63c-58.62 15.315-122.552 45.856-175.186 98.48C81.94 187.202 51.592 251.473 36.4 310.324c34.234 47.728 118.68 132.105 166.024 165.815 58.63-15.317 122.572-45.864 175.21-98.503 52.64-52.64 83.187-116.582 98.503-175.21-33.886-47.59-118.976-132.68-166.566-166.566zm-9.6 20.09l8.05 16.1c-11.915 5.958-23.11 11.755-33.668 17.47l5.94 12.242-16.195 7.857-5.498-11.33c-13.5 7.696-25.94 15.33-37.448 23.097l6.725 10.095-14.98 9.98-6.463-9.702c-12.19 8.987-23.36 18.27-33.796 28.154l9.723 9.723-12.726 12.726-9.723-9.722c-9.86 10.414-19.125 21.552-28.092 33.71l10.19 6.578-9.764 15.12-10.805-6.976c-7.575 11.217-15.02 23.32-22.52 36.424l13.266 6.154-7.573 16.33-14.49-6.722c-5.914 10.885-11.908 22.43-18.076 34.767l-16.1-8.05c6.045-12.092 11.97-23.495 17.853-34.288l-10.24-4.75 7.574-16.328 11.496 5.33c7.924-13.797 15.84-26.587 23.93-38.473l-12.334-7.965 9.762-15.12 12.996 8.39c9.726-13.15 19.805-25.223 30.543-36.514l-9.893-9.895 12.726-12.726 9.895 9.894c11.258-10.705 23.293-20.757 36.396-30.456L187.81 103.8l14.98-9.98 8.548 12.83c12.162-8.283 25.268-16.382 39.437-24.496l-6.43-13.25 16.194-7.857 5.974 12.312c10.55-5.737 21.673-11.517 33.46-17.41zM24.76 380.583c-1.275 17.855-1.087 34.14.26 48.047 2.277 23.475 8.798 40.26 13.418 45.065 4.892 4.814 21.572 11.464 44.976 13.852 14.125 1.44 30.713 1.664 48.912.348C92.506 459.22 53.59 420.39 24.76 380.585z"/></svg>
<svg class="tc-image-sports-baseball-bat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M429.725 54.54c-3.023.094-5.838 1.16-8.16 3.48l-.055.056-.057.055s-115.29 111.285-169.37 169.364c-28.277 30.37-56.8 65.693-88.448 102.922l17.726 17.73c37.02-31.78 72.285-60.387 103.388-88.236 58.86-52.703 169.174-169.187 169.174-169.187l.084-.09.088-.088c11.49-11.49-7.83-35.118-23.063-35.988-.438-.025-.874-.032-1.305-.018zM151.89 344.13c-17.598 20.413-36.214 41.272-56.33 62.114l10.327 10.248c20.79-20.14 41.52-38.848 61.828-56.54l-15.824-15.823zm-80.21 63.776l-9.9 9.9 32.652 32.4 9.9-9.9-32.652-32.4z"/></svg>
<svg class="tc-image-sports-basketball-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M248.37 41.094c-49.643 1.754-98.788 20.64-137.89 56.656L210.53 197.8c31.283-35.635 45.59-88.686 37.84-156.706zm18.126.107c7.646 71.205-7.793 129.56-43.223 169.345L256 243.27 401.52 97.75c-38.35-35.324-86.358-54.18-135.024-56.55zM97.75 110.48c-36.017 39.102-54.902 88.247-56.656 137.89 68.02 7.75 121.07-6.557 156.707-37.84L97.75 110.48zm316.5 0L268.73 256l32.71 32.71c33.815-30.112 81.05-45.78 138.183-45.11 10.088.118 20.49.753 31.176 1.9-2.37-48.665-21.227-96.672-56.55-135.02zM210.545 223.272c-39.785 35.43-98.14 50.87-169.344 43.223 2.37 48.666 21.226 96.675 56.55 135.025L243.27 256l-32.725-32.727zm225.002 38.27c-51.25.042-92.143 14.29-121.348 39.928l100.05 100.05c36.017-39.102 54.902-88.247 56.656-137.89-12.275-1.4-24.074-2.096-35.36-2.087zM256 268.73L110.48 414.25c38.35 35.324 86.358 54.18 135.024 56.55-7.646-71.205 7.793-129.56 43.223-169.345L256 268.73zm45.47 45.47c-31.283 35.635-45.59 88.686-37.84 156.706 49.643-1.754 98.788-20.64 137.89-56.656L301.47 314.2z"/></svg>
<svg class="tc-image-sports-basketball-basket tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23C140.57 23 73.01 90.16 24.283 171.37L23 173.507V309.85l142.268 63.228C175.353 408.092 183 436.353 183 480h18c0-2.378-.028-4.703-.07-7h22.304l.405 7.484 17.973-.968-.35-6.516h29.14l-.366 6.496 17.973 1.008.422-7.504h22.64c-.042 2.3-.072 4.624-.072 7h18c0-43.265 7.505-72.296 17.453-106.797L489 309.85V173.508l-1.283-2.14C438.99 90.16 371.43 23 256 23zm0 18c107.607 0 167.912 59.792 215 137.563V298.15l-118.027 52.457c1.952-6.838 3.947-14.016 5.96-21.607H384v-34h-23V167H151v128h-23v34h25.023c1.965 7.597 3.906 14.745 5.81 21.52L41 298.15V178.563C88.088 100.793 148.393 41 256 41zm-87 144h174v110H169V185zm2.61 144h43.863l1.617 30h-37.115c-2.71-9.403-5.528-19.275-8.364-30zm61.888 0h44.982l-1.683 30h-41.682l-1.617-30zm63.012 0h43.804c-2.88 10.63-5.75 20.51-8.507 30h-36.98l1.683-30zm-111.377 48h32.928l1.618 30h-26.756c-2.27-10.02-4.922-19.86-7.79-30zm50.953 0h39.7l-1.682 30h-36.4l-1.618-30zm57.73 0h32.825c-2.83 10.065-5.443 19.92-7.683 30h-26.824l1.683-30zm-97.308 48h24.14l1.618 30h-22.14c-.762-10.673-2.002-20.55-3.618-30zm42.166 0h34.422l-1.684 30h-31.12l-1.618-30zm52.45 0h24.31c-1.59 9.476-2.808 19.37-3.563 30h-22.43l1.685-30z"/></svg>
<svg class="tc-image-sports-bowling-pin tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M253.906 17.594c-19.943.246-29.027 6.66-34.687 17.093-5.668 10.445-7.04 26.44-5.657 44.313s5.284 37.398 8.5 55.063c1.293 7.107 2.494 13.83 3.375 20.156H286.5c.894-6.445 2.18-13.313 3.5-20.564 3.25-17.83 7.19-37.542 8.5-55.5 1.31-17.957-.25-33.9-6.156-44.187-5.907-10.288-15.443-16.607-36.25-16.376h-.188c-.65-.008-1.31-.008-1.937 0h-.064zM226.75 170.22c-.003 3.266-.216 6.37-.72 9.31-1.194 6.994-2.872 13.607-4.874 19.94h69.688c-2.002-6.332-3.68-12.946-4.875-19.94-.503-2.935-.715-6.048-.72-9.31h-58.5zm-18.688 61.25c-9.445 19.785-19.865 38.882-25.5 62.186-10.055 41.59-6.585 98.32 43.813 199.094 23.952 1.804 17.156 1.583 29.594 1.625h.06c12.43-.042 5.676.175 29.564-1.625 50.4-100.776 53.894-157.504 43.844-199.094-5.632-23.304-16.054-42.4-25.5-62.187h-95.875z" fill="#fff"/></svg>
<svg class="tc-image-sports-corner-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 32v298.582l-41.893 22.178c-3.534 10.965-9.343 20.92-16.877 29.303l67.77-35.88 105.512 55.86c-65.754 32.576-140.177 33.31-206.332 2.242C146.677 407.328 137.53 409 128 409c-7.938 0-15.606-1.17-22.863-3.313L18 451.817v20.365l113.213-59.936c78.502 43.595 171.072 43.595 249.574 0L494 472.182v-20.364L265 330.582V143.756c25.495-1.29 37.302-7.34 55 .244 29.395 23.17 64 48 96 48l-16-32c-48 0-53.708-90.33-80-112-19.185-11.34-29.794-15.214-55-15.88V32h-18zM116.963 265.975c-15.102 2.65-28.325 10.627-37.65 21.957L80 288l5.658 25.99-20.61 12.035c-.02.658-.048 1.313-.048 1.975 0 9.597 2.134 18.675 5.94 26.8l1.53-2.8 26.145 4.893 3.426 26.377-2.284 1.085C108.244 388.6 117.83 391 128 391c3.24 0 6.42-.244 9.525-.71l-6.257-6.618L144 360.316l26.146 4.89 1.124 8.64c10.107-9.54 17.04-22.395 19.09-36.87l-7.628 3.883-18.808-18.81L176 298.35l8.31 1.316c-6.132-12.207-16.102-22.12-28.357-28.17l.094 1.15-24.547 10.25-14.537-16.92zM128 304l18.81 18.81-12.078 23.7-26.27-4.16-4.163-26.274L128 304z"/></svg>
<svg class="tc-image-sports-eight-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M256 23C127.424 23 23 127.424 23 256s104.424 233 233 233 233-104.424 233-233S384.576 23 256 23zm0 18c118.848 0 215 96.152 215 215s-96.152 215-215 215S41 374.848 41 256 137.152 41 256 41zm-95.768 53.18c-20.468.103-50.85 29.877-72.595 72.966-24.85 49.246-29.006 97.236-9.283 107.188 19.722 9.952 24.796-38.29 49.646-87.535 24.85-49.247 60.066-80.848 40.344-90.8-2.466-1.244-5.188-1.835-8.112-1.82zm162.89 43.363A99.123 102.456 0 0 0 224 240a99.123 102.456 0 0 0 99.123 102.457A99.123 102.456 0 0 0 422.246 240a99.123 102.456 0 0 0-99.123-102.457zm8.32 45.057c6.57-.104 12.27 1.175 17.095 3.834 7.02 3.867 11.325 10.098 12.912 18.693 1.134 6.146.342 11.68-2.374 16.6-2.668 4.91-6.957 8.708-12.867 11.388 7.31.338 13.35 2.525 18.116 6.56 4.815 4.027 7.857 9.474 9.125 16.34 1.925 10.42.208 19.003-5.15 25.753-5.31 6.74-13.893 11.206-25.753 13.396-11.86 2.19-21.498 1.088-28.912-3.303-7.367-4.398-12.012-11.808-13.936-22.227-1.27-6.867-.373-13.04 2.687-18.52 3.06-5.48 7.943-9.684 14.652-12.61-6.527-.385-11.937-2.39-16.23-6.017-4.248-3.635-6.94-8.525-8.074-14.672-1.587-8.594.21-15.952 5.385-22.072 5.225-6.128 13.166-10.176 23.825-12.144 3.346-.618 6.512-.95 9.498-.998zm-2.358 11.98c-1.585.037-3.254.217-5.01.54-6.29 1.163-10.9 3.627-13.83 7.396-2.88 3.76-3.806 8.424-2.777 13.994 1.028 5.57 3.558 9.595 7.592 12.078 4.08 2.474 9.267 3.13 15.557 1.97 6.242-1.154 10.827-3.614 13.756-7.382 2.977-3.777 3.952-8.452 2.924-14.022-1.03-5.57-3.61-9.586-7.738-12.05-2.552-1.547-5.524-2.385-8.92-2.514-.51-.02-1.028-.022-1.556-.01zm9.832 46.848c-1.947-.014-4.008.18-6.184.582-6.914 1.277-12.023 4.13-15.326 8.564-3.254 4.425-4.283 9.877-3.086 16.36 1.197 6.482 4.105 11.21 8.725 14.18 4.668 2.96 10.46 3.8 17.373 2.525 6.914-1.278 12.023-4.133 15.326-8.566 3.294-4.48 4.346-9.94 3.158-16.373-1.197-6.48-4.128-11.203-8.797-14.165-3.176-2.042-6.906-3.077-11.19-3.107z"/></svg>
<svg class="tc-image-sports-golf-flag tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M193 33v443.55c5.33.678 10.708 1.133 16.123 1.307l-.076-278.337L383.727 136 209.014 72.467 209.002 33H193zm159 352c-17.227 0-31 13.773-31 31s13.773 31 31 31 31-13.773 31-31-13.773-31-31-31zm-104 48c-7.122 0-14.096.16-20.89.445l.013 45.112c6.79.286 13.76.443 20.877.443 34.738 0 66.208-3.574 88.326-9.104 6.035-1.508 11.344-3.186 15.805-4.9-.043 0-.086.004-.13.004-19.54 0-36.49-11.588-44.344-28.23C290.02 434.39 269.646 433 248 433zm-73 5.867c-5.484.983-10.628 2.062-15.326 3.237-11.06 2.764-19.795 6.09-25.035 9.187-4.377 2.588-5.365 4.426-5.576 4.71.21.284 1.2 2.122 5.575 4.71 5.24 3.097 13.975 6.422 25.034 9.186 4.698 1.175 9.842 2.254 15.326 3.237v-34.266zM129.064 456c-.04-.056-.064-.074-.064 0s.023.056.064 0z"/></svg>
<svg class="tc-image-sports-hockey tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M404.4 18l-18.642 48.578 62.498 9.41L470.98 18zm-25.246 65.787l-48.8 127.158-5.004.89c-15.403 2.74-30.98 5.11-46.71 7.157l39.094 85.52c16.356-5.765 32.46-11.918 48.248-18.555l75.54-192.78zM259.89 221.27c-7.35.832-14.732 1.598-22.146 2.294l35.307 95.586c9.26-2.82 18.453-5.743 27.573-8.777zm-40.744 3.898c-8.13.642-16.292 1.215-24.49 1.71l33.377 105.138c9.296-2.495 18.54-5.066 27.727-7.725zm-43.058 2.71c-8.492.4-17.02.73-25.576.99l30.465 115.087c9.92-2.39 19.797-4.84 29.623-7.365zm-138.71.907c-3.157.074-5.14 1.152-7.48 3.582-2.672 2.778-5.33 7.782-7.164 14.528-3.668 13.49-4.03 33.372-1.15 53.046 2.88 19.676 8.982 39.287 16.787 52.623 3.904 6.667 8.216 11.694 12.234 14.576 3.974 2.85 7.286 3.764 11.17 3.22 8.434-1.778 16.847-3.575 25.265-5.368l17.26-135.365c-21.577.08-43.32-.193-65.22-.8l-.137-.005-.134-.008c-.505-.03-.98-.04-1.43-.03zm94.636.547c-3.175.06-6.364.093-9.547.137l-16.774 131.538c19.35-4.177 38.62-8.448 57.758-12.908zm270.412 144.063c-25.497 0-48.55 4.41-64.422 11.023-7.936 3.307-14.03 7.183-17.72 10.818-3.69 3.635-4.858 6.554-4.858 9.16 0 2.603 1.17 5.522 4.86 9.157 3.69 3.635 9.782 7.51 17.718 10.818 15.872 6.615 38.925 11.025 64.422 11.025 25.496 0 48.547-4.41 64.42-11.024 7.936-3.306 14.028-7.182 17.718-10.817 3.69-3.635 4.862-6.554 4.862-9.158 0-2.605-1.17-5.524-4.862-9.16-3.69-3.634-9.782-7.51-17.718-10.817-15.873-6.613-38.924-11.023-64.42-11.023zm-87 59.304v27.695c0 2.604 1.17 5.523 4.86 9.158 3.69 3.635 9.782 7.51 17.718 10.818 15.872 6.615 38.925 11.025 64.422 11.025 25.496 0 48.547-4.41 64.42-11.024 7.936-3.306 14.028-7.182 17.718-10.817 3.69-3.635 4.862-6.554 4.862-9.158V432.7c-4.59 3.128-9.84 5.863-15.656 8.286-18.873 7.864-43.82 12.41-71.344 12.41-27.523 0-52.47-4.546-71.344-12.41-5.816-2.423-11.068-5.158-15.656-8.287z"/></svg>
<svg class="tc-image-sports-ping-pong-bat tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M323.438 21.28c-1.136-.002-2.276.004-3.407.032-5.167.13-10.286.566-15.342 1.313-40.45 5.973-78.013 31.68-108.5 65.5-30.488 33.82-53.72 75.57-65.688 111.563-5.985 17.996-9.117 34.56-9.22 47.593-.1 13.034 2.973 21.942 7.282 26.25L238.438 383.44c4.31 4.31 13.25 7.383 26.282 7.28 11.386-.088 25.464-2.49 40.842-7.093 1.27-18.692 9.452-36.646 22.875-49.906 14.647-14.47 34.892-22.75 55.563-22.75 12.415 0 24.67 3.01 35.656 8.53 1.406-1.22 2.808-2.443 4.188-3.688 33.82-30.487 59.558-68.05 65.53-108.5 5.974-40.45-6.884-84.572-53.5-131.187C396.362 36.61 358.65 21.37 323.438 21.28zM135.375 305.814c.336 28.81-13.204 52.198-32.063 71.75-23.56 24.425-54.908 45.003-80.78 69.843 5.21 17.185 8.287 25.638 12.374 29.78 4.09 4.146 12.346 7.215 29.594 12.283 24.656-25.833 44.44-57.94 68.5-82 12.625-12.627 26.7-23.098 43.594-28.408 8.804-2.766 18.313-3.977 28.5-3.53l-69.72-69.72zM384 328.969c-15.79 0-31.774 6.565-42.906 17.56-11.132 10.998-17.724 26.717-17.72 42.22.006 15.497 6.59 31.23 17.72 42.22 11.13 10.988 27.12 17.53 42.906 17.53 15.785 0 31.775-6.542 42.906-17.53 11.13-10.99 17.714-26.723 17.72-42.22.004-15.503-6.588-31.222-17.72-42.22-11.132-10.995-27.115-17.56-42.906-17.56z" fill="#fff"/></svg>
<svg class="tc-image-sports-podium tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M90.52 390.06h38.497v16.583H65.443V390.06l31.933-28.182c2.852-2.578 4.96-5.098 6.328-7.56 1.368-2.46 2.05-5.018 2.05-7.675 0-4.1-1.386-7.402-4.16-9.902-2.733-2.5-6.386-3.75-10.956-3.75-3.516 0-7.363.763-11.543 2.286-4.18 1.485-8.652 3.71-13.418 6.68v-19.22c5.078-1.678 10.098-2.948 15.06-3.807 4.96-.9 9.823-1.35 14.588-1.35 10.47 0 18.594 2.306 24.375 6.915 5.82 4.61 8.73 11.035 8.73 19.277 0 4.766-1.23 9.22-3.69 13.36-2.46 4.1-7.637 9.61-15.528 16.523l-18.69 16.406m349.377 32.915c5.897 1.524 10.37 4.18 13.417 7.97 3.086 3.75 4.63 8.534 4.63 14.355 0 8.672-3.322 15.273-9.962 19.804-6.64 4.493-16.328 6.74-29.063 6.74-4.492 0-9.004-.372-13.535-1.115-4.492-.704-8.945-1.778-13.36-3.223v-17.403c4.22 2.11 8.4 3.71 12.54 4.805 4.18 1.054 8.28 1.58 12.304 1.58 5.978 0 10.548-1.034 13.712-3.104 3.203-2.07 4.805-5.04 4.805-8.907 0-3.985-1.64-6.993-4.922-9.024-3.242-2.07-8.047-3.105-14.414-3.106h-9.022v-14.53h9.492c5.664 0 9.883-.88 12.656-2.638 2.773-1.796 4.16-4.51 4.16-8.144 0-3.36-1.347-5.957-4.043-7.793-2.695-1.836-6.504-2.754-11.426-2.754-3.632 0-7.304.41-11.015 1.232-3.71.82-7.403 2.03-11.074 3.632V384.83c4.453-1.25 8.867-2.186 13.242-2.812 4.375-.624 8.672-.937 12.89-.937 11.368 0 19.864 1.876 25.49 5.626 5.663 3.71 8.495 9.316 8.495 16.816 0 5.118-1.348 9.317-4.043 12.598-2.696 3.242-6.68 5.527-11.953 6.856M236.062 230.74h19.922v-56.544l-20.45 4.22v-15.352l20.333-4.22h21.445v71.895h19.922v15.585h-61.172V230.74M496 496V352H352V128H176v160H16v208" fill="#fff"/></svg>
<svg class="tc-image-sports-rugby-conversion tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M247 18v135.193c5.95-3.097 11.95-6.065 18-8.89V18h-18zm192 0v247.6l-174-.688v-60.457c-6.182 5.902-12.18 11.908-18 18V311h18v-28.088l174 .688V311h18V18h-18zm-80.1 71.914c-7.024-.18-15.588 2.472-20.54 6.463-7.925 6.386-14.468 22.533-9.155 29.127 5.313 6.594 22.48 3.634 30.406-2.752 7.926-6.386 14.47-22.533 9.158-29.127-1.993-2.473-5.653-3.602-9.868-3.71zm-54.125 57.334C168.5 198.266 48.38 324.17 25.043 471.803l17.316 3.365c15.157-100.106 61.737-149.502 92.28-179.856C120.173 337.77 79.376 405.92 78.27 482.145l21.605 4.2c4.238-108.047 78.028-244.59 204.902-339.097zM241.068 329v158h30V329h-30zm191.618 0v158h30V329h-30z"/></svg>
<svg class="tc-image-sports-shuttlecock tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M256 25.577c-29.75 0-50.618 10.68-64.973 28.623-12.914 16.144-20.364 38.79-21.74 65.377h173.426c-1.376-26.586-8.826-49.233-21.74-65.377C306.618 36.257 285.75 25.577 256 25.577zm-87 112v14h174v-14H169zm12.443 32l-4.802 30H176v3.994l-12.357 77.167c1.428-.63 3.16-1.226 5.207-1.283.305-.01.616-.005.935.012.85.045 1.748.188 2.694.46 3.733 1.07 5.666 3.31 7.077 5.24.48.654.894 1.32 1.287 1.993l3.455-21.583h23.69l-.94 14.123c.77-.11 1.58-.17 2.448-.154.41.007.832.028 1.266.066 6.942.61 10.032 4.716 13.134 8.764.19.248.377.51.565.766l1.568-23.565h21.327v16.658c2.24-1.575 4.94-2.658 8.643-2.658 4.105 0 6.98 1.33 9.357 3.188v-17.188h22.065l1.726 21.443c2.796-3.567 5.923-6.866 12.088-7.408 2.057-.18 3.828.007 5.41.44l-1.166-14.475h23.25l3.41 20.04c.103-.15.194-.303.303-.452 1.41-1.928 3.344-4.17 7.078-5.24.947-.27 1.845-.414 2.695-.46.32-.016.63-.02.935-.01 2.137.06 3.942.705 5.405 1.364.392.176.757.372 1.125.566L336 200.966v-1.39h-.236l-5.104-30H312.4l5.104 30h-17.336l-2.414-30h-18.06l2.415 30h-16.753v-30h-18v30h-16.933l1.998-30h-18.04l-2 30H194.87l4.804-30h-18.23zm10.543 48h19.2l-2 30h-22.004l4.804-30zm37.24 0h18.13v30H227.23l1.997-30zm36.13 0h18.203l2.413 30h-20.616v-30zm36.26 0h18.95l5.104 30h-21.64l-2.413-30zm-92.542 81.246c-.26.187-.317.13-.615.403-2.248 2.058-5.392 5.725-8.773 10.486-6.76 9.522-14.636 23.43-21.718 39.035-14.166 31.21-24.75 69.83-20.933 93.586 1.633 10.164 4.142 16.383 9.713 22.98 5.046 5.977 13.334 12.386 25.902 20.348 7.703-3.16 13.956-6.07 19.063-8.903-6.09-7.457-9.938-16.05-12.442-25.98-7.73-30.66 1.108-71.263 13.133-105.434 2.81-7.982 5.82-15.557 8.914-22.56-1.638-4.26-3.286-8.186-4.902-11.6-2.498-5.278-4.953-9.437-6.807-11.856-.245-.322-.31-.274-.536-.504zm93.852 0c-.226.23-.29.182-.537.504-1.855 2.42-4.31 6.578-6.808 11.856-1.616 3.414-3.264 7.34-4.902 11.6 3.093 7.003 6.105 14.578 8.914 22.56 12.025 34.17 20.863 74.775 13.133 105.435-2.504 9.93-6.35 18.522-12.442 25.98 5.107 2.83 11.36 5.743 19.063 8.903 12.568-7.96 20.856-14.37 25.902-20.347 5.57-6.597 8.08-12.816 9.713-22.98 3.817-23.757-6.767-62.376-20.932-93.586-7.08-15.605-14.957-29.513-21.717-39.035-3.38-4.76-6.525-8.428-8.772-10.486-.297-.274-.353-.216-.614-.403zm-135.95 1.635c-1.903 1.823-4.114 4.144-6.685 7.29-7.01 8.585-15.662 21.378-23.95 35.925-16.576 29.093-31.543 65.874-32.223 89.785-.508 17.885 2.766 27.703 19.418 46.533 10.897-3.552 18.163-7.016 23.65-11.34-4.07-7.05-6.53-14.81-7.92-23.462-5.017-31.22 7.342-70.893 22.313-103.88 3.214-7.082 6.57-13.796 9.96-20.047-.554-3.766-1.154-7.28-1.798-10.41-.892-4.343-1.857-7.72-2.765-10.392zm178.05 0c-.91 2.672-1.874 6.05-2.766 10.39-.644 3.132-1.244 6.646-1.797 10.413 3.39 6.252 6.745 12.966 9.96 20.048 14.97 32.987 27.33 72.66 22.313 103.88-1.39 8.653-3.85 16.412-7.922 23.46 5.488 4.326 12.754 7.79 23.65 11.343 16.653-18.83 19.927-28.647 19.42-46.532-.68-23.91-15.648-60.692-32.224-89.785-8.288-14.547-16.94-27.34-23.95-35.924-2.572-3.148-4.783-5.47-6.685-7.292zm-96.97 9.328c-.153.258-.3.483-.454.746-5.9 10.077-12.528 24.62-18.217 40.785-11.378 32.33-18.54 71.73-12.658 95.06 2.516 9.983 5.562 15.958 11.69 22.042 5.55 5.51 14.366 11.172 27.583 18.003 13.217-6.83 22.034-12.493 27.584-18.004 6.127-6.085 9.173-12.06 11.69-22.042 5.882-23.332-1.28-62.73-12.66-95.06-5.688-16.166-12.315-30.71-18.216-40.786-.154-.263-.3-.488-.455-.746L256 465.108l-7.943-155.322z" fill="#fff"/></svg>
<svg class="tc-image-sports-soccer-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M255.03 33.813c-1.834-.007-3.664-.007-5.5.03-6.73.14-13.462.605-20.155 1.344.333.166.544.32.47.438L204.78 75.063l73.907 49.437-.125.188 70.625.28L371 79.282 342.844 52c-15.866-6.796-32.493-11.776-49.47-14.78-12.65-2.24-25.497-3.36-38.343-3.407zM190.907 88.25l-73.656 36.78-13.813 98.407 51.344 33.657 94.345-43.438 14.875-76.5-73.094-48.906zm196.344.344l-21.25 44.5 36.75 72.72 62.063 38.905 11.312-21.282c.225.143.45.403.656.75-.77-4.954-1.71-9.893-2.81-14.782-6.446-28.59-18.59-55.962-35.5-79.97-9.07-12.872-19.526-24.778-31.095-35.5l-20.125-5.342zm-302.656 23c-6.906 8.045-13.257 16.56-18.938 25.5-15.676 24.664-26.44 52.494-31.437 81.312C31.783 232.446 30.714 246.73 31 261l20.25 5.094 33.03-40.5L98.75 122.53l-14.156-10.936zm312.719 112.844l-55.813 44.75-3.47 101.093 39.626 21.126 77.188-49.594 4.406-78.75-.094.157-61.844-38.783zm-140.844 6.406l-94.033 43.312-1.218 76.625 89.155 57.376 68.938-36.437 3.437-101.75-66.28-39.126zm-224.22 49.75c.91 8.436 2.29 16.816 4.156 25.094 6.445 28.59 18.62 55.96 35.532 79.968 3.873 5.5 8.02 10.805 12.374 15.938l-9.374-48.156.124-.032-27.03-68.844-15.782-3.968zm117.188 84.844l-51.532 8.156 10.125 52.094c8.577 7.49 17.707 14.332 27.314 20.437 14.612 9.287 30.332 16.88 46.687 22.594l62.626-13.69-4.344-31.124-90.875-58.47zm302.437.5l-64.22 41.25-42 47.375 4.408 6.156c12.027-5.545 23.57-12.144 34.406-19.72 23.97-16.76 44.604-38.304 60.28-62.97 2.51-3.947 4.87-7.99 7.125-12.092zm-122.78 97.656l-79.94 9.625-25.968 5.655c26.993 4 54.717 3.044 81.313-2.813 9.412-2.072 18.684-4.79 27.75-8.062l-3.156-4.406z" fill="#fff" fill-rule="evenodd"/></svg>
<svg class="tc-image-sports-soccer-field tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M23 119v274h466V119H23zm18 18h206v79.016c-18.25 4.135-32 20.537-32 39.984 0 19.447 13.75 35.85 32 39.984V375H41v-62h64V199H41v-62zm224 0h206v62h-64v114h64v62H265v-79.016c18.25-4.135 32-20.537 32-39.984 0-19.447-13.75-35.85-32-39.984V137zM41 217h46v78H41v-78zm384 0h46v78h-46v-78zm-178 17.793v42.414c-8.27-3.467-14-11.6-14-21.207 0-9.606 5.73-17.74 14-21.207zm18 0c8.27 3.467 14 11.6 14 21.207 0 9.606-5.73 17.74-14 21.207v-42.414z"/></svg>
<svg class="tc-image-sports-tennis-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M246.938 35.188c-25.875 1.07-51.58 6.686-75.5 16.593-26.714 11.065-51.274 27.462-71.72 47.907-20.445 20.446-36.84 45.005-47.906 71.72-9.8 23.662-15.405 49.065-16.562 74.655 74.49-11.465 126.867-33.367 160.656-67.156 33.846-33.845 50.15-80.167 51.03-143.72zm18 0c-.91 66.75-18.61 118.764-56.313 156.468-38.05 38.05-95.324 60.96-173.438 72.625 1 26.133 6.65 52.13 16.657 76.283 11.067 26.715 27.458 51.24 47.906 71.687 20.448 20.448 45.003 36.87 71.72 47.938 24.152 10.005 50.122 15.63 76.25 16.625 11.665-78.115 34.575-135.39 72.624-173.438 37.704-37.704 89.72-55.402 156.47-56.313-1.06-25.916-6.67-51.663-16.595-75.625-11.068-26.715-27.49-51.27-47.94-71.718-20.447-20.45-44.97-36.84-71.686-47.907-23.96-9.927-49.735-15.56-75.656-16.626zm211.187 229.875c-63.202.987-109.34 17.307-143.063 51.03-33.793 33.795-55.662 86.15-67.125 160.657 25.596-1.157 51.026-6.762 74.688-16.563 26.714-11.064 51.242-27.46 71.688-47.906 20.445-20.444 36.842-44.972 47.906-71.686 9.906-23.922 15.522-49.652 16.592-75.53-.228.002-.46-.005-.687-.002z" fill="#fff"/></svg>
<svg class="tc-image-sports-volleyball-ball tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M465.506 158.69c-7.138-15.368-15.758-29.567-25.59-42.534-79.844-32.376-162.79-47.333-241.834-28.292-.137 19.33 3.188 40.914 11.305 64.778 70.284-9.598 160.966-24.52 268.618 39.385-3.26-11.245-7.413-22.386-12.5-33.337zm18.203 58.117c-107.69-70.687-194.512-57.03-267.76-46.902 9.848 23.498 24.222 49.02 44.244 76.587 70.258-7.422 118.49-1.61 153.922 12.618 30.108 12.09 50.54 30.325 66.713 50.185 7.1-29.894 8.275-61.334 2.88-92.488zm-69.896-129.6C359.93 36.814 284.106 14.612 210.56 29.46c-5.302 11.677-9.29 24.886-11.21 39.638 71.034-15.765 144.075-5.9 214.464 18.108zm60.815 243.53c-6.477-8.88-13.35-17.292-21.234-25.016-21.66 58.178-65.025 121.3-123.31 169.086 7.814-2.658 15.567-5.747 23.224-9.303 59.5-27.636 101.667-77.3 121.32-134.765zm-35.86-37.554c-8.967-6.636-19.227-12.496-31.36-17.37-11.717-4.704-25.292-8.457-41.19-10.96-32.206 124.328-98.617 181.332-160.352 216.69 25.82 5.753 52.735 7.112 79.583 3.643 74.39-48.188 130.225-125.46 153.32-192.003zm-90.565-30.525c-23.448-2.084-51.307-1.765-84.702 1.68-9.487 42.888-40.296 85.676-75.02 117.702-18.286 16.867-37.704 30.693-56.217 39.685-9.17 4.454-18.15 7.824-26.79 9.61 22.383 19.208 48.125 33.814 75.663 43.25 63.77-33.438 133.133-83.017 167.065-211.927zM189.09 34.885c-10.246 3.118-20.402 6.967-30.397 11.61-16.593 7.706-31.83 17.133-45.616 27.957-5.89 87.158 20.142 182.194 93.732 261.375 19.46-24.644 34.454-52.15 39.635-77.65-68.615-94.02-75.7-169.977-57.355-223.292zM94.333 90.902c-16.992 16.624-31.13 35.613-42.11 56.184l.81.353c-3.846 8.868-4.613 27.78-1.037 50.583 3.576 22.803 10.945 49.684 20.782 76.314 18.458 49.964 46.624 99.226 71.283 119.88 10.69-7.05 21.652-15.663 32.22-25.41 6.485-5.98 12.812-12.396 18.854-19.124-73.19-77.916-102.486-171.463-100.8-258.78zm-61.037 103.59c-14.097 50.973-10.85 107.033 13.2 158.815 10.717 23.072 24.754 43.528 41.265 61.087 8.89 1.098 21.96-1.727 36.642-8.86 1.09-.528 2.19-1.082 3.297-1.655-28.57-26.227-53.71-74.316-71.807-123.305C45.707 253 38.038 225.2 34.213 200.812c-.335-2.138-.635-4.238-.917-6.32z" fill="#fff"/></svg>
<svg class="tc-image-spotify tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 256c0-46.421 11.434-89.259 34.303-128.512 22.87-39.253 53.932-70.315 93.185-93.184C166.741 11.434 209.578 0 256 0c46.421 0 89.258 11.435 128.512 34.304 39.253 22.87 70.315 53.93 93.185 93.184C500.566 166.741 512 209.578 512 256c0 34.475-6.485 67.243-19.456 98.305-12.97 31.06-31.232 58.367-54.784 81.92-20.48-24.918-45.312-44.374-74.496-58.369-29.184-13.994-60.33-20.992-93.44-20.992-36.522 0-70.485 8.448-101.889 25.344-31.402 16.896-57.173 39.851-77.311 68.864-28.33-24.234-50.517-53.247-66.56-87.04C8.021 330.241 0 294.23 0 256zm83.967-73.728c0 5.803 2.049 10.837 6.145 15.103 4.096 4.267 9.215 6.4 15.36 6.4 2.048 0 3.584-.17 4.608-.51 49.151-19.798 100.01-29.697 152.576-29.697 52.565 0 103.424 9.899 152.576 29.696.34 0 1.024.085 2.048.256s1.877.256 2.56.256c5.802 0 10.837-2.134 15.104-6.4 4.266-4.267 6.4-9.301 6.4-15.104 0-8.533-3.926-14.848-11.776-18.944-54.272-21.504-109.91-32.256-166.912-32.256-58.027 0-114.176 10.922-168.448 32.767-6.827 4.438-10.24 10.582-10.24 18.433zm23.553 76.288l3.072 8.191c2.731 4.438 6.657 6.657 11.776 6.657 1.024 0 2.56-.341 4.608-1.024 43.35-18.773 88.576-28.16 135.68-28.16 47.446 0 93.014 9.557 136.705 28.672 1.365.682 2.56 1.023 3.584 1.023 5.12 0 9.045-2.218 11.775-6.655l2.56-8.704c0-4.438-1.706-8.021-5.12-10.752-47.104-21.163-96.938-31.744-149.503-31.744-52.224 0-102.23 10.581-150.017 31.744-3.414 3.413-5.12 6.997-5.12 10.752zm24.576 73.728c3.413 8.533 8.704 11.264 15.872 8.192 36.864-17.408 75.093-26.112 114.688-26.112 38.229 0 75.605 8.192 112.128 24.576 8.192 4.438 14.165 2.39 17.92-6.144 1.706-4.437 1.706-8.362 0-11.776-1.707-3.413-4.097-5.973-7.168-7.68-36.182-18.09-77.142-27.136-122.88-27.136-43.691 0-85.334 9.387-124.93 28.16-6.484 3.414-8.362 9.387-5.631 17.92zm31.232 162.303c12.63-16.383 28.245-29.353 46.847-38.91 18.603-9.558 38.486-14.337 59.649-14.337 38.912 0 71.85 14.678 98.815 44.032C333.14 503.125 295.594 512 255.999 512c-32.085 0-62.976-5.803-92.672-17.409z"/></svg>
<svg class="tc-image-spotify-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c132 0 245 46.667 339 140s141 206.667 141 340c0 80-18.667 154.667-56 224s-88 126-152 170c-72-124-184.667-188-338-192-117.333-4-216 34-296 114C39.333 704 0 598.667 0 480c0-133.333 46.667-246.667 140-340S346.667 0 480 0m234 650c9.333-17.333 6-30.667-10-40-125.333-76-278.667-94-460-54-20 5.333-27.333 17.333-22 36 5.333 20 17.333 27.333 36 22 164-38.667 302.667-23.333 416 46 17.333 9.333 30.667 6 40-10m58-136c12-22.667 8-39.333-12-50-73.333-45.333-158.667-73.667-256-85-97.333-11.333-189.333-4.333-276 21-22.667 6.667-30.667 22-24 46 6.667 22.667 22 31.333 46 26 74.667-22.667 156-29 244-19s164 34.333 228 73c21.333 13.333 38 9.333 50-12m4-142c25.333 16 46 11.333 62-14 13.333-25.333 8-46-16-62-84-49.333-188.667-79-314-89s-227.333-1-306 27c-12 2.667-21 9.667-27 21s-7 22.333-3 33c4 12 11.333 21 22 27s22 7 34 3c68-24 158.333-31.667 271-23 112.667 8.667 205 34.333 277 77M412 826c86.667 2.667 148.667 42 186 118-40 10.667-79.333 16-118 16-84 0-162-20.667-234-62 44-49.333 99.333-73.333 166-72"/></svg>
<svg class="tc-image-spreadsheet tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M.75 0C.34 0 0 .34 0 .75v5.5c0 .41.34.75.75.75h6.5c.41 0 .75-.34.75-.75V.75C8 .34 7.66 0 7.25 0H.75zM1 1h1v1H1V1zm2 0h4v1H3V1zM1 3h1v1H1V3zm2 0h4v1H3V3zM1 5h1v1H1V5zm2 0h4v1H3V5z"/></svg>
<svg class="tc-image-spreaker tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.288999557495117 16"><path fill-rule="nonzero" d="M9.39 0L5.63 4.36 0 3.145 5.786 8.06.094 13.035l5.608-1.323L9.542 16l.473-5.734 5.274-2.322-5.316-2.22L9.39 0z"/></svg>
<svg class="tc-image-sprinkle tc-image-button" width="22pt" height="22pt" viewBox="0 0 2210 1776"><path d="M0 1009q0-184 115-327.5T406 497q49-218 224-357.5T1031 0q220 0 392 136t225 350h33q143 0 265 69.5t193 190 71 263.5q0 214-147.5 368T1702 1538q-21 0-21-18v-142q0-19 21-19 137-7 233-109t96-241-104-241.5T1681 665h-171q-20 0-20-18l-7-62q-17-172-147.5-289T1031 179q-175 0-305 116.5T579 585l-6 58q0 19-21 19l-56 3q-131 6-222.5 107T182 1009q0 139 96 241t233 109q18 0 18 19v142q0 18-18 18-214-10-362.5-163T0 1009zm632 94q0-39 39-105.5T744 890q34-38 41-45l38 43q41 44 76.5 108.5T935 1103q0 63-43 105t-107 42q-63 0-108-43t-45-104zm318 425q0-44 25.5-102t62.5-109q29-41 71-89.5t64-69.5q11-10 26-25l26 25q60 53 136 156 38 53 63 111t25 103q0 103-72.5 175.5T1199 1776q-103 0-176-72t-73-176zm157-710q0-67 104-171l26 27q28 34 51 75.5t23 68.5q0 41-29.5 70.5T1211 918q-43 0-73.5-29.5T1107 818z"/></svg>
<svg class="tc-image-sql tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.399999618530273 6.30000114440918"><path d="M3.2.9c-.3-.2-.6-.3-1-.3h-.5c-.2 0-.2.2-.4.3-.1.1-.2.2-.2.3-.1.1-.2.3-.2.4 0 .2.1.3.2.4s.2.2.4.3c.2.1.4.2.6.2.2 0 .4.1.7.1.2.1.4.1.7.2.2.1.4.2.5.3.2.1.3.3.4.5.1.2.2.4.2.7 0 .3-.1.6-.2.8-.1.2-.3.4-.5.5-.2.1-.5.2-.7.3-.3.1-.5.1-.8.1-.3 0-.6 0-.9-.1-.3-.1-.5-.2-.8-.4-.2-.1-.4-.3-.5-.6C.1 4.6 0 4.3 0 4h.7c0 .2 0 .4.1.6.1.2.2.3.4.4s.3.2.5.2c.2.1.4.1.6.1h.5c.2 0 .4-.1.6-.1s.2-.2.3-.4c.1-.1.1-.3.1-.5s-.1-.4-.2-.5c0-.1-.2-.2-.3-.2s-.4-.2-.6-.2-.5-.1-.7-.2c-.2 0-.4-.1-.7-.2s-.4-.1-.5-.2-.4-.3-.5-.4C.2 2.2.2 2 .2 1.7c0-.3.1-.5.2-.7S.7.6.9.5c.1-.2.3-.3.6-.4.2 0 .5-.1.8-.1.3 0 .6 0 .8.1.2.1.4.2.6.4s.3.3.4.6c.1.2.2.5.2.8h-.7c0-.5-.1-.8-.4-1zm6.1 4.8c-.4.2-.8.3-1.4.3-.5 0-.9-.1-1.2-.2-.3-.2-.6-.4-.9-.7-.1-.3-.3-.6-.4-1-.1-.3-.2-.7-.2-1.1 0-.4.1-.8.2-1.1.1-.4.3-.7.5-1 .2-.2.5-.5.8-.6.3-.2.7-.2 1.2-.2s.9.1 1.2.2c.3.2.6.4.9.7s.4.6.5 1c.1.3.2.6.2 1s-.1.9-.2 1.2c-.1.4-.4.7-.6 1l.8.6-.4.5-1-.6zm0-.8c.2-.2.4-.5.5-.8.1-.3.2-.7.2-1 0-.3 0-.6-.1-.9s-.3-.6-.4-.8c-.2-.2-.4-.4-.7-.5-.2-.2-.5-.2-.9-.2s-.6 0-.9.2c-.2.1-.4.3-.6.5-.1.2-.2.5-.3.8S6 2.7 6 3c0 .3 0 .6.1.9s.2.5.4.8c.1.2.3.3.5.5.3.1.5.2.9.2.3 0 .5-.1.8-.2l-.6-.5.4-.5.8.7zM12.4.2v5h3v.6h-3.8V.2h.8z"/></svg>
<svg class="tc-image-sqllite tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.219998359680176 26.37799835205078"><path d="M10.499.994C9.384 0 8.034.399 6.701 1.582a9.407 9.407 0 0 0-.591.579C3.831 4.579 1.715 9.058 1.057 12.479c.256.519.456 1.182.588 1.688.034.13.064.252.089.355.058.245.089.405.089.405s-.02-.077-.104-.321l-.055-.158a1.44 1.44 0 0 0-.035-.087c-.149-.346-.56-1.075-.741-1.393-.155.457-.292.884-.406 1.271.523.956.841 2.595.841 2.595s-.028-.106-.159-.477c-.117-.328-.697-1.345-.835-1.583-.235.869-.329 1.455-.244 1.598.164.277.32.754.457 1.282.309 1.189.524 2.637.524 2.637l.019.244c-.043.999-.017 2.034.06 2.97.103 1.239.295 2.303.541 2.873l.167-.091c-.361-1.122-.508-2.593-.444-4.289.097-2.593.694-5.719 1.796-8.978 1.863-4.919 4.447-8.866 6.811-10.751C7.861 4.216 4.943 10.517 4.07 12.85c-.978 2.613-1.671 5.065-2.088 7.414.721-2.202 3.05-3.149 3.05-3.149s1.143-1.409 2.478-3.422c-.8.182-2.113.495-2.553.68-.649.272-.824.365-.824.365s2.102-1.28 3.905-1.86c2.48-3.906 5.182-9.456 2.461-11.884z"/></svg>
<svg class="tc-image-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 492.2389221191406 450.59490966796875"><path d="M343.831 354.257h-.294c-6.725-10.573-18.202-15.761-30.528-15.761-23.078 0-42.154 17.51-42.154 40.994 0 23.654 18.65 41.293 42.154 41.293 12.186 0 23.667-5.303 30.528-15.62h.294v13.773h10.027v-78.438h-10.027v13.76zm-30.84 57.502c-18.355 0-32.11-13.495-32.11-31.834 0-18.483 13.478-32.41 32.11-32.41 17.788 0 31.377 14.746 31.377 32.257 0 17.498-13.59 31.987-31.377 31.987zm67.79-366.886c0-24.68-20.195-44.873-44.87-44.873h-179.55c-24.695 0-44.898 20.194-44.898 44.873v179.55c0 24.7 20.194 44.869 44.898 44.869h179.52c24.7 0 44.885-20.173 44.885-44.868l.013-179.55zm-48.987 161.173c0 7.846-6.4 14.263-14.25 14.263H174.722c-7.859 0-14.28-6.417-14.28-14.263V63.236c0-7.85 6.42-14.255 14.28-14.255h142.822c7.833 0 14.25 6.405 14.25 14.255v142.81zm-85.537 134.186h10.095v78.784h-9.514v-12.233h-.294c-4.595 9.659-14.814 14.127-25.19 14.127-10.236 0-20.599-3.627-27.085-11.815-5.61-7.036-6.908-16.534-6.908-25.344v-43.52h10.053v43.358c0 16.28 5.918 28.237 23.936 28.237 6.622 0 11.798-1.715 16.704-6.315 6.904-6.651 8.188-14.434 8.188-23.65l.017-41.63zm36.58-234.146v57.118c0 4.484-3.666 8.158-8.163 8.158h-57.118c-4.502 0-8.149-3.686-8.149-8.158v-57.118c0-4.493 3.648-8.162 8.15-8.162h57.117c4.497-.005 8.162 3.682 8.162 8.162zm168.246 232.406c-22.528 0-40.726 18.923-40.726 41.28 0 22.524 18.197 41.007 40.862 41.007 17.352 0 32.82-11.183 38.558-27.533h-10.586c-4.318 11.644-16.043 18.513-28.096 18.513-15.326 0-29.7-12.928-30.404-28.394h71.394c0-1.011.154-1.87.154-2.863-.005-22.67-18.206-42.01-41.157-42.01zm-30.409 35.839c2.437-15.34 14.912-26.812 30.545-26.812 15.791 0 28.083 11.473 30.678 26.812h-61.222zM73.415 388.113c0 8.943-3.882 17.288-10.918 23.53-6.878 6.107-16.022 9.43-25.719 9.43h-.098c-10.248 0-20.109-3.946-27.05-10.853C3.435 404.004 0 396.016 0 387.594h10.39c0 5.623 2.324 11.055 6.57 15.3 5.008 4.988 12.198 7.834 19.72 7.834h.086c14.477 0 26.27-10.12 26.27-22.567-.013-9.336-5.18-16.751-30.327-22.541-10.223-2.398-17.122-5.572-21.709-9.98-4.889-4.718-7.274-11.05-7.274-19.288 0-16.24 14.575-29.487 32.478-29.487 8.593 0 16.67 2.96 22.793 8.315 6.323 5.526 9.813 12.997 9.813 21.065H58.421c0-10.488-9.945-18.986-22.22-18.986-11.994 0-22.115 8.75-22.115 19.098 0 9.476 3.247 15.027 20.975 19.144 18.944 4.339 38.32 11.639 38.358 32.615zm85.508-33.856h-.286c-6.737-10.457-18.35-15.761-30.54-15.761-23.07 0-42.155 17.51-42.155 40.994 0 23.654 18.65 41.293 42.154 41.293 12.19 0 23.803-5.303 30.541-15.62h.298v45.432h10.018V340.498h-10.036v13.76zm-30.826 57.502c-18.346 0-32.103-13.495-32.103-31.834 0-18.483 13.47-32.41 32.103-32.41 17.796 0 31.407 14.746 31.407 32.257 0 17.498-13.606 31.987-31.407 31.987zm278.186-73.267v10.603c-13.76 1.127-22.357 9.894-22.357 23.932v45.9h-10.039v-78.43h10.04v11.338h.281v-.03c4.288-10.04 11.9-12.603 22.076-13.312z"/></svg>
<svg class="tc-image-square-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M8 9H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1z"/></svg>
<svg class="tc-image-square-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M12 13H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1z"/></svg>
<svg class="tc-image-square-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1408"><path d="M1120 128H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V288q0-66-47-113t-113-47zm288 160v832q0 119-84.5 203.5T1120 1408H288q-119 0-203.5-84.5T0 1120V288Q0 169 84.5 84.5T288 0h832q119 0 203.5 84.5T1408 288z"/></svg>
<svg class="tc-image-square-pin tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40 48.04999923706055"><path d="M40 0H0v40h15.093l5.439 8.05 5.44-8.05H40z"/></svg>
<svg class="tc-image-square-rounded tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48"><path d="M48 40c0 4.4-3.6 8-8 8H8c-4.4 0-8-3.6-8-8V8c0-4.4 3.6-8 8-8h32c4.4 0 8 3.6 8 8v32z"/></svg>
<svg class="tc-image-square-stroked-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.000001907348633 9.00000286102295"><path d="M8.19 0H.81A.81.81 0 0 0 0 .81v7.38c0 .447.363.81.81.81h7.38A.81.81 0 0 0 9 8.19V.81A.81.81 0 0 0 8.19 0zM1 1h7v7H1V1z"/></svg>
<svg class="tc-image-square-stroked-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M11.7 1.3v10.4H1.3V1.3h10.4M12 0H1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-squarespace tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.602998733520508 13.326000213623047"><path fill-rule="nonzero" d="M15.403 4.475c-1.2-1.2-3.15-1.2-4.376 0l-4.9 4.9c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0l4.9-4.9c.6-.6 1.576-.6 2.176 0 .6.6.6 1.576 0 2.176l-4.826 4.826c.6.6 1.575.6 2.175 0l3.726-3.726c1.225-1.225 1.225-3.176.025-4.376zM13.753 6.1c-.3-.3-.8-.3-1.1 0L7.75 11.026c-.6.6-1.574.6-2.174 0-.3-.3-.8-.3-1.1 0-.3.3-.3.8 0 1.1 1.2 1.2 3.15 1.2 4.376 0l4.9-4.9c.3-.325.3-.826 0-1.126zm-1.626-4.9c-1.2-1.2-3.15-1.2-4.376 0l-4.9 4.9c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0l4.927-4.9c.6-.6 1.575-.6 2.175 0 .3.3.8.3 1.1 0 .275-.325.275-.8-.025-1.1zm-1.65 1.625c-.3-.3-.8-.3-1.1 0l-4.9 4.926c-.6.6-1.576.6-2.177 0-.6-.6-.6-1.576 0-2.176L7.126.749c-.6-.6-1.575-.6-2.175 0L1.2 4.475c-1.2 1.2-1.2 3.15 0 4.376 1.2 1.2 3.15 1.2 4.376 0l4.9-4.9c.3-.326.3-.826 0-1.126z"/></svg>
<svg class="tc-image-squirrel tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M12 0C9.79 0 8 1.31 8 2.92 8 4.86 8.5 5.95 8 9c0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 3.29.68 5.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.78 8.13 2 7 1 7S0 8 1 8s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zM2.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z"/></svg>
<svg class="tc-image-stack tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14"><path d="M0 5v9h3V0H0v5zm2 1v4H1V6h1zm2 2v6h3V3H4v5zm2 1v3H5V9h1zm2-5v10h3V1H8v3zm2 1v4H9V5h1zm2 0v9h3V5h-3zm2 4v3h-1V9h1z"/></svg>
<svg class="tc-image-stack-exchange tc-image-button" width="22pt" height="22pt" viewBox="0 0 1238 1536"><path d="M1238 997v66q0 85-57.5 144.5T1042 1267h-57l-260 269v-269H196q-81 0-138.5-59.5T0 1063v-66h1238zm0-326v255H0V671h1238zm0-328v255H0V343h1238zm0-140v67H0v-67q0-84 57.5-143.5T196 0h846q81 0 138.5 59.5T1238 203z"/></svg>
<svg class="tc-image-stack-overflow tc-image-button" width="22pt" height="22pt" viewBox="0 0 1514 1792"><path d="M1278 1632H160v-480H0v640h1438v-640h-160v480zm-942-524l33-157 783 165-33 156zm103-374l67-146 725 339-67 145zm201-356l102-123 614 513-102 123zM1037 0l477 641-128 96L909 96zM319 1471v-159h800v159H319z"/></svg>
<svg class="tc-image-stack2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 798.97607421875 637.9840698242188"><path d="M190.976 96.512V0h608v446.496h-96.511l1.984 96.992h-98.496v94.496H0V191.008h95.008V94.496l95.968 2.016zm575.009-65.504h-544v65.504l482.496-1.984-1.984 320.992h63.488V31.008zm-94.496 96.512H125.985v63.488h480v319.488h65.504V127.52zM30.977 222.016v384.992h544V222.016h-544z"/></svg>
<svg class="tc-image-stack3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 800 640"><path d="M0 640h608V192H0v448zm94.016-480H640v384h64V96H96l-1.984 64zM192 0l-1.984 64H736v384h64V0H192z"/></svg>
<svg class="tc-image-stackoverflow tc-image-button" width="22pt" height="22pt" viewBox="0 0 401.4079895019531 512.0010375976562"><path d="M0 512V298.496l38.913.512-1.537 171.52h256.513V299.52h40.448v212.464H.001v.017zm62.977-112.128h200.704v42.496H62.977v-42.496zm.512-33.28l4.095-43.52L268.8 342.528l-4.095 43.536zm10.752-88.56l11.776-42 194.56 54.769-12.304 42zm36.352-102.928l22.528-37.376 173.072 104.448-23.057 37.376zm85.504-104.96l35.327-25.6 117.76 164.352-35.84 25.601zM325.121 7.168L368.128 0l33.28 199.168-43.007 7.168z"/></svg>
<svg class="tc-image-stadium tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.33599853515625 39.999996185302734"><path d="M33.774 12.552c3.498 0 6.346-2.801 6.346-6.271C40.12 2.812 37.273 0 33.774 0c-3.512 0-6.365 2.812-6.365 6.281 0 3.47 2.854 6.271 6.365 6.271zm14.562 15.305v-7.94L39.771 15.1c-1.451-.728-3.064-.975-4.676-.635-.66.135-1.281.387-1.979.771-.076.021-2.619 1.13-4.097 4.541L23.121 31.51s-5.811 1.113-8.243 1.577l-.595.351-1.505-5.381c-.623-2.188 1.701-5.36 1.788-5.489 1.538-2.225 1.959-5.156 1.151-8.059-.736-2.625-2.412-4.838-4.594-6.083-1.707-.959-3.626-1.223-5.368-.749-1.353.367-2.559 1.154-3.491 2.285l-.721 1.05C.289 13.195 0 15.931.725 18.57c.736 2.65 2.393 4.854 4.586 6.082l.525.275c.07.005 3.682 1.461 4.31 3.55-.008.011.948 3.427 1.728 6.211l-.594.27.116.077c-.176.269-.485.865-.463 1.475 0 .194.016.388.053.576.333 1.725 2.042 2.877 3.788 2.526l11.145-2.144s.948-.285 1.354-.571c.523-.367.917-1.137.917-1.137l2.929-5.823s2.019 9.41 2.058 9.584l-.465.479h15.203l-.381-2.203c0-.022-.479-2.111-.479-2.111.016.015-1.304-5.862-2.313-10.462a392.58 392.58 0 0 0 3.146 1.782l.448.851zm-38.313-4.826c-1.129.3-2.335.118-3.491-.519-1.61-.9-2.854-2.575-3.387-4.596-.568-2.014-.361-4.077.556-5.667l.512-.738c.604-.733 1.336-1.223 2.214-1.466 2.804-.753 5.892 1.541 6.89 5.124.983 3.567-.489 7.107-3.294 7.862z"/></svg>
<svg class="tc-image-stadium-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 10"><path d="M4 0v3.012c-2.208.097-3.912.806-4 1.67v3.681C0 9.267 2.014 10 4.5 10S9 9.267 9 8.363V4.682c-.088-.864-1.79-1.574-4-1.67v-.44L7.5 1.5 4 0zM.818 5.752c.319.178.72.332 1.182.453v2.46C1.25 8.428.821 8.097.818 7.75V5.752zm7.364.004V7.75c-.002.348-.43.68-1.182.916V6.203c.461-.12.862-.271 1.182-.447zM3 6.398a11.066 11.066 0 0 0 3 0v2.493C5.528 8.962 5.017 9 4.5 9S3.472 8.962 3 8.89V6.399z"/></svg>
<svg class="tc-image-stadium-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 12.5"><path d="M5 0v4.01C2.17 4.104.002 4.967 0 6v4.5c0 1.105 2.462 2 5.5 2s5.5-.895 5.5-2V6c-.002-1.034-2.17-1.896-5-1.99v-.947L9 1.75 5 0zM1 7.146c.515.268 1.201.485 2 .633v2.967c-1.205-.269-2-.726-2-1.246V7.146zm9 .002V9.5c0 .52-.795.977-2 1.246V7.781c.799-.148 1.485-.366 2-.633zm-6 .774a14.68 14.68 0 0 0 3 .002v2.984c-.471.056-.971.092-1.5.092s-1.029-.036-1.5-.092V7.922z"/></svg>
<svg class="tc-image-stairs-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.91600036621094 38"><path d="M44.333 33.25V38h-14.25V26.916H19V15.833H7.916V4.75H0V0h12.666v11.083H23.75v11.083h11.083V33.25h9.5zm1.583-28.105v12.271h-12.27l-4.75-4.75h8.312l-8.313-8.312L32.854.395l8.312 8.313V.395l4.75 4.75z"/></svg>
<svg class="tc-image-stairs-down-reflect-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.91699981689453 38"><path d="M1.584 33.25h9.5V22.166h11.083V11.083h11.084V0h12.666v4.75h-7.916v11.083H26.917v11.083H15.834V38H1.584v-4.75zM.001 5.145l4.75-4.75v8.313L13.063.395l3.959 3.959-8.313 8.312h8.313l-4.75 4.75H0V5.146z"/></svg>
<svg class="tc-image-stairs-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.520999908447266 38"><path d="M44.333 33.25V38h-14.25V26.916H19V15.833H7.916V4.75H0V0h12.666v11.083H23.75v11.083h11.083V33.25h9.5zM28.5 12.27V0h12.27l4.75 4.75h-8.312l8.313 8.312-3.959 3.959-8.312-8.313v8.313l-4.75-4.75z"/></svg>
<svg class="tc-image-stairs-up-reflect-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.520999908447266 38"><path d="M1.188 33.25h9.5V22.166h11.083V11.083h11.084V0h12.666v4.75h-7.916v11.083H26.521v11.083H15.438V38H1.188v-4.75zm15.833-20.98l-4.75 4.75V8.708l-8.312 8.313L0 13.062 8.313 4.75H0L4.75 0h12.271v12.27z"/></svg>
<svg class="tc-image-stamp tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 38.000003814697266"><path d="M3.167 38A3.167 3.167 0 0 0 0 34.833v-3.166a3.167 3.167 0 0 0 0-6.334v-3.166a3.167 3.167 0 0 0 0-6.334v-3.166a3.167 3.167 0 0 0 0-6.334V3.167A3.167 3.167 0 0 0 3.167 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166A3.167 3.167 0 0 0 38 3.167v3.166a3.167 3.167 0 0 0 0 6.334v3.166a3.167 3.167 0 0 0 0 6.334v3.166a3.167 3.167 0 0 0 0 6.334v3.166A3.167 3.167 0 0 0 34.833 38h-3.166a3.167 3.167 0 0 0-6.334 0h-3.166a3.167 3.167 0 0 0-6.334 0h-3.166a3.167 3.167 0 0 0-6.334 0H3.167z"/></svg>
<svg class="tc-image-stamp-at tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 38.000003814697266"><path d="M3.167 38A3.167 3.167 0 0 0 0 34.833v-3.166a3.167 3.167 0 0 0 0-6.334v-3.166a3.167 3.167 0 0 0 0-6.334v-3.166a3.167 3.167 0 0 0 0-6.334V3.167A3.167 3.167 0 0 0 3.167 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166A3.167 3.167 0 0 0 38 3.167v3.166a3.167 3.167 0 0 0 0 6.334v3.166a3.167 3.167 0 0 0 0 6.334v3.166a3.167 3.167 0 0 0 0 6.334v3.166A3.167 3.167 0 0 0 34.833 38h-3.166a3.167 3.167 0 0 0-6.334 0h-3.166a3.167 3.167 0 0 0-6.334 0h-3.166a3.167 3.167 0 0 0-6.334 0H3.167zm17.711-18.992c-.166 1-.51 1.827-1.031 2.48-.522.653-1.091.992-1.709 1.015-.533-.007-.934-.19-1.205-.55-.27-.359-.406-.853-.407-1.483.026-1.299.394-2.39 1.104-3.275.71-.885 1.61-1.345 2.7-1.382l1 .131-.452 3.064zm2.74 8.257a9.693 9.693 0 0 1-2.22.696c-.823.16-1.651.24-2.486.242-2.398-.008-4.339-.703-5.822-2.086-1.484-1.383-2.248-3.408-2.292-6.073.075-3.135.986-5.567 2.734-7.297 1.748-1.73 3.885-2.608 6.411-2.633 2.508.042 4.417.735 5.727 2.08 1.31 1.345 1.97 3.087 1.979 5.226-.044 1.856-.392 3.233-1.044 4.131-.652.898-1.347 1.33-2.084 1.296-.88 0-1.15-.935-.806-2.807l.967-5.963c-.423-.21-.986-.388-1.688-.532a11.108 11.108 0 0 0-2.148-.225c-2.336.063-4.155.81-5.46 2.243-1.303 1.432-1.966 3.172-1.987 5.22.02 1.359.351 2.4.993 3.121.64.722 1.47 1.086 2.489 1.093 1.751-.02 3.148-.81 4.19-2.37h.065c.092.776.384 1.36.879 1.752.494.393 1.125.59 1.894.59 1.77-.023 3.191-.709 4.264-2.057 1.073-1.348 1.624-3.22 1.653-5.615-.042-2.702-.922-4.874-2.64-6.515-1.719-1.641-4.025-2.484-6.92-2.529-3.614.092-6.49 1.277-8.626 3.556-2.136 2.278-3.23 5.097-3.28 8.457.086 3.12 1.084 5.528 2.994 7.223 1.91 1.696 4.214 2.554 6.913 2.575a17.602 17.602 0 0 0 3.111-.237 13.06 13.06 0 0 0 2.82-.844l-.58-1.718z"/></svg>
<svg class="tc-image-stamp-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 38.000003814697266"><path d="M3.167 38A3.167 3.167 0 0 0 0 34.833v-3.166a3.167 3.167 0 0 0 0-6.334v-3.166a3.167 3.167 0 0 0 0-6.334v-3.166a3.167 3.167 0 0 0 0-6.334V3.167A3.167 3.167 0 0 0 3.167 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166a3.167 3.167 0 0 0 6.334 0h3.166A3.167 3.167 0 0 0 38 3.167v3.166a3.167 3.167 0 0 0 0 6.334v3.166a3.167 3.167 0 0 0 0 6.334v3.166a3.167 3.167 0 0 0 0 6.334v3.166A3.167 3.167 0 0 0 34.833 38h-3.166a3.167 3.167 0 0 0-6.334 0h-3.166a3.167 3.167 0 0 0-6.334 0h-3.166a3.167 3.167 0 0 0-6.334 0H3.167zm4.75-30.083v22.166h22.166V7.917H7.917z"/></svg>
<svg class="tc-image-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.108089447021484 14.186707496643066"><path d="M14.015 5.805a.785.785 0 0 0-.633-.534l-3.888-.564-1.737-3.523a.783.783 0 1 0-1.407 0L4.612 4.708.725 5.27a.786.786 0 0 0-.436 1.338L3.103 9.35l-.665 3.87a.784.784 0 0 0 1.138.827l3.477-1.828 3.477 1.828c.115.06.24.09.365.09a.8.8 0 0 0 .46-.148.788.788 0 0 0 .313-.768l-.663-3.871 2.812-2.742a.78.78 0 0 0 .198-.804z"/></svg>
<svg class="tc-image-star_empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 2064 1920"><path d="M17 783q-25.5-64 32.5-101.5t187-37.5h495l151-456v-2q30-92 69-139t81-47q41 0 80 47t69 139l2 2 149 456h495q129 0 187 37.5T2047 783t-130.5 139l-10 8-389 278 150 452 2 7q39 122 22.5 186.5t-81.5 64.5q-75 0-179-77l-12-7-387-278-393 281-6 4q-107 79-180 79-65 0-81.5-65.5t22.5-187.5l2-7 150-452-389-278-4-5-6-3Q42.5 847 17 783zm338.5 53l416 297-43 134-117 354 421-301 420 301-116-354-44-134 416-297h-514l-43-132-119-359-163 491h-514z"/></svg>
<svg class="tc-image-star_half tc-image-button" width="22pt" height="22pt" viewBox="0 0 995 1848.5"><path d="M16 754.833q-24-61.5 32-98t180-36.5h476l144-437 1-3q29-89 67.5-135t78.5-44v1491l-380 276-6 4q-101 72-168 74.5t-82.5-60.5 20.5-182l1-3 1-2 144-437-373-266-5-5-6-3q-101-72-125-133.5z"/></svg>
<svg class="tc-image-star_half_empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 1032.6666259765625 1920"><path d="M16.667 783q-25-64 33-101.5t187-37.5h495l150-456 1-2q30-92 69-139t81-47v345l-163 491h-514l416 297-43 134-117 354 421-301v236l-393 281-6 4q-107 79-180 79-66 0-82-65.5t23-187.5l2-7 149-452-388-278-5-5-6-3q-105-75-130-139z"/></svg>
<svg class="tc-image-star-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 492.4000244140625"><path d="M512 197H315.1L256 0l-59.1 196.9H0l157.5 108.3-59 187.2L256 393.9l157.5 98.5-59.1-187.1L512 197zM256 344.7l-88.6 59.1 39.4-108.3-78.8-59.1h98.5l29.5-98.5 29.5 98.5H384l-78.8 59.1 39.4 108.3-88.6-59.1z"/></svg>
<svg class="tc-image-star-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11"><path d="M5.4 0L4 3.5H0l3 3L1.5 11l3.9-2.6L9.5 11 8 6.5l3-3H7L5.4 0z"/></svg>
<svg class="tc-image-star-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14.5"><path d="M7 0L5 5H0l4 3.5-2 6L7 11l5 3.5-2-6L14 5H9L7 0z"/></svg>
<svg class="tc-image-star-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 1024"><path d="M1024 512L643.2 640l-10.304 384L387.2 719.04 0 828.416 228.992 512 0 195.584l387.2 109.312L632.897 0l10.304 384 380.8 128z"/></svg>
<svg class="tc-image-star-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 39.58300018310547"><path d="M9.5 19h4.75v7.917h7.916v4.75H14.25v7.916H9.5v-7.916H1.583v-4.75H9.5V19zM0 14.25h15.493L20.583 0l5.09 14.25h15.493l-12.903 9.244L34.041 38 23.75 31.946v-6.613h-7.917v-7.916H7.916v2.515L0 14.25z"/></svg>
<svg class="tc-image-star-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm3.955 209.912l94.556 295.239 309.888 6.958-251.587 181.055 89.136 296.924-249.976-183.325-254.81 176.587 97.119-294.434-246.68-187.793 310.034 1.392 102.32-292.603z"/></svg>
<svg class="tc-image-star-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 39.832000732421875"><path d="M17.473 21.918l3.358 3.36-5.598 5.597 5.598 5.598-3.358 3.359-5.598-5.598-5.598 5.598-3.359-3.36 5.598-5.597-5.598-5.598 3.359-3.359 5.598 5.598 5.598-5.598zM0 14.25h15.493L20.583 0l5.09 14.25h15.493l-12.903 9.244L34.041 38l-13.458-7.917-2.341 1.561-.77-.769 5.598-5.598-5.597-5.598-4.292 4.031L0 14.25z"/></svg>
<svg class="tc-image-star-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 973.8799438476562"><path d="M1024 371.99l-353.78-51.408L512 0 353.784 320.582 0 371.99l256 249.538-60.432 352.352L512 807.522 828.432 973.88l-60.434-352.352L1024 371.99zM512 728.438l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304L512 158.166l111.737 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"/></svg>
<svg class="tc-image-star-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 973.8799438476562"><path d="M1024 371.99l-353.78-51.408L512 0 353.784 320.582 0 371.99l256 249.538-60.432 352.352L512 807.522 828.432 973.88l-60.434-352.352L1024 371.99z"/></svg>
<svg class="tc-image-star-full-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.700000762939453 18.10000228881836"><path d="M.5 8.3l3.6 3.3-1 4.6c-.1.6.1 1.2.6 1.5.2.2.5.3.8.3.2 0 .4 0 .6-.1 0 0 .1 0 .1-.1l4.1-2.3 4.1 2.3s.1 0 .1.1c.5.2 1.1.2 1.5-.1.5-.3.7-.9.6-1.5l-1-4.6c.4-.3 1-.9 1.6-1.5l1.9-1.7.1-.1c.4-.4.5-1 .3-1.5s-.6-.9-1.2-1h-.1l-4.7-.5-1.9-4.3s0-.1-.1-.1c-.1-.7-.6-1-1.1-1-.5 0-1 .3-1.3.8 0 0 0 .1-.1.1L6.1 5.2l-4.7.5h-.1c-.5.1-1 .5-1.2 1-.1.6 0 1.2.4 1.6z"/></svg>
<svg class="tc-image-star-half tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 8.399999618530273 16"><path d="M7.9.3C7 2.2 5.7 5.1 5.7 5.1s-3.1.4-5.2.6c-.2 0-.4.2-.4.3-.1.2 0 .4.1.5 1.6 1.4 3.9 3.6 3.9 3.6s-.6 3.1-1.1 5.2c0 .2 0 .4.2.5.2.2.4.2.6.1 1.8-1 4.6-2.6 4.6-2.6V0c-.2 0-.4.2-.5.3z"/></svg>
<svg class="tc-image-star-half-empty tc-image-button" width="22pt" height="22pt" viewBox="0 0 1672 1587"><path d="M1190 925l257-250-356-52-66-10-30-60-159-322v963l59 31 318 168-60-355-12-66zm452-262l-363 354 86 500q5 33-6 51.5t-34 18.5q-17 0-40-12l-449-236-449 236q-23 12-40 12-23 0-34-18.5t-6-51.5l86-500L29 663q-32-32-23-59.5T60 569l502-73L787 41q20-41 49-41 28 0 49 41l225 455 502 73q45 7 54 34.5t-24 59.5z"/></svg>
<svg class="tc-image-star-half-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.700000762939453 18.10000228881836"><path d="M.5 8.3l3.6 3.3-1 4.6c-.1.6.1 1.2.6 1.5.2.2.5.3.8.3.2 0 .4 0 .6-.1 0 0 .1 0 .1-.1l4.1-2.3 4.1 2.3s.1 0 .1.1c.5.2 1.1.2 1.5-.1.5-.3.7-.9.6-1.5l-1-4.6c.4-.3 1-.9 1.6-1.5l1.9-1.7.1-.1c.4-.4.5-1 .3-1.5s-.6-.9-1.2-1h-.1l-4.7-.5-1.9-4.3s0-.1-.1-.1c-.1-.7-.6-1-1.1-1-.5 0-1 .3-1.3.8 0 0 0 .1-.1.1L6.1 5.2l-4.7.5h-.1c-.5.1-1 .5-1.2 1-.1.6 0 1.2.4 1.6zm8.9 5V2.8l1.7 3.8c.1.3.5.5.8.6l4.2.5-3.1 2.8c-.3.2-.4.6-.3 1 0 .2.5 2.2.8 4.1l-3.6-2.1c-.2-.2-.3-.2-.5-.2z"/></svg>
<svg class="tc-image-star-invincible tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.480003356933594 35.90299987792969"><path d="M21.67 4.538l2.88 8.063h8.014c2.718 0 5.436 0 5.676.802.24.802-2 2.406-4.238 4.01l-6.748 4.834 2.839 7.127c1.063 2.67 2.127 5.34 1.345 5.902-.782.562-3.41-.984-6.037-2.53l-6.161-3.622-5.723 3.815c-2.223 1.482-4.446 2.964-5.178 2.492-.731-.471.028-2.896.787-5.32l2.39-7.637-7.04-5.053C2.239 15.814 0 14.207.24 13.404c.24-.803 2.958-.803 5.676-.803h8.013l2.88-8.063C17.619 2.268 18.429 0 19.24 0c.81 0 1.62 2.269 2.43 4.538zm-4.907 11.366a.826.826 0 0 0-.826.826v4.957a.826.826 0 0 0 1.652 0V16.73a.826.826 0 0 0-.826-.826zm4.956 0a.826.826 0 0 0-.826.826v4.957a.826.826 0 1 0 1.652 0V16.73a.826.826 0 0 0-.826-.826z"/></svg>
<svg class="tc-image-star-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.795074462890625 13.438665390014648"><path d="M7.053 1.27l1.545 3.131.232.473.52.075 3.456.502-2.5 2.438-.376.365.089.52.589 3.44-3.09-1.626-.465-.245-.466.244-3.09 1.625.592-3.44.089-.519-.377-.367L1.3 5.451l3.455-.502.52-.075.233-.473 1.545-3.13m0-1.27a.782.782 0 0 0-.703.436L4.612 3.96l-3.887.564a.786.786 0 0 0-.436 1.338l2.814 2.741-.665 3.871a.785.785 0 0 0 1.138.826l3.477-1.828L10.53 13.3c.115.061.24.09.365.09a.8.8 0 0 0 .46-.148.79.79 0 0 0 .313-.768l-.663-3.87 2.812-2.742a.785.785 0 1 0-.435-1.338L9.494 3.96 7.757.436A.787.787 0 0 0 7.053 0z"/></svg>
<svg class="tc-image-star-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 38"><path d="M22.166 26.917v4.75H1.583v-4.75h20.583zM0 14.25h15.493L20.583 0l5.09 14.25h15.493l-12.903 9.244L34.041 38 23.75 31.946v-6.613H12.673l.508-1.623L0 14.25zM8.708 38l1.487-4.75h5.638L8.708 38z"/></svg>
<svg class="tc-image-star-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1587"><path d="M1137 972l306-297-422-62-189-382-189 382-422 62 306 297-73 421 378-199 377 199zm527-357q0 22-26 48l-363 354 86 500q1 7 1 20 0 50-41 50-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5T301 1537q0-6 2-20l86-500L25 663Q0 636 0 615q0-37 56-46l502-73L783 41q19-41 49-41t49 41l225 455 502 73q56 9 56 46z"/></svg>
<svg class="tc-image-star-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.89527702331543 18.017234802246094"><path d="M14.302 17.932c-.224 0-.443-.05-.646-.146l-.104-.051-4.107-2.343-4.107 2.344-.106.053a1.524 1.524 0 0 1-1.52-.143 1.505 1.505 0 0 1-.587-1.509l.957-4.642-1.602-1.457L.585 8.313l-.078-.082a1.503 1.503 0 0 1-.34-1.492c.173-.524.62-.912 1.16-1.009l.102-.018 4.701-.521L8.076.881l.06-.11A1.5 1.5 0 0 1 9.446 0c.542 0 1.043.298 1.308.77l.06.112 1.948 4.312 4.701.521.104.017c.54.1.986.486 1.158 1.012.17.521.035 1.098-.34 1.494l-.078.078L14.81 11.5l.957 4.632a1.514 1.514 0 0 1-.59 1.519 1.488 1.488 0 0 1-.874.281zm-8.149-6.564c-.039.182-.466 2.246-.845 4.082l3.643-2.077a1 1 0 0 1 .99 0l3.643 2.075-.849-4.104a.998.998 0 0 1 .308-.942l3.1-2.822-4.168-.461a1 1 0 0 1-.8-.584L9.445 2.714 7.72 6.535c-.146.322-.45.543-.8.584L2.75 7.58l3.1 2.822a.995.995 0 0 1 .302.966z"/></svg>
<svg class="tc-image-star-remove tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.246002197265625 52.24500274658203"><path d="M5.54 20.373h15.493l5.09-14.25 5.09 14.25h15.493l-12.903 9.244 5.778 14.506-13.458-7.917-11.875 7.917 4.473-14.29-13.181-9.46zm10.597 12.908l-2.578 8.234-10.73 10.73A35.21 35.21 0 0 1 0 49.417l16.137-16.136zm19.814-14.158h-3.572l-.549-1.536L49.417 0a35.19 35.19 0 0 1 2.829 2.829L35.951 19.123z"/></svg>
<svg class="tc-image-star-remove-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.100000381469727 13.399999618530273"><path d="M14 5.1c-.1-.3-.3-.5-.6-.5L9.5 4l2.4-2.4c.2-.2.2-.5 0-.7s-.6-.2-.8 0L9 3 7.7.4C7.6.2 7.3 0 7 0c-.3 0-.6.2-.7.4L4.6 3.9l-3.9.6c-.3 0-.5.2-.6.5-.1.3 0 .6.2.8l2.8 2.7L3 9 .7 11.3c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1l1.2-1.3-.3 1.8c0 .3.1.6.3.8.1.1.3.1.5.1.1 0 .2 0 .4-.1L7 11.5l3.5 1.8c.1.1.2.1.4.1s.3-.1.5-.1c.2-.2.4-.5.3-.8L11 8.6l2.8-2.7c.2-.2.3-.6.2-.8zM3.7 7.9L1.2 5.5 4.7 5l.5-.1.2-.5L7 1.3l1.2 2.5-4.3 4.3-.2-.2zm6.6 0l-.4.4.1.5.6 3.4-3.1-1.6-.5-.3-.5.2-3.1 1.6.5-2.7 4.8-4.7.1.2.5.1 3.5.5-2.5 2.4z"/></svg>
<svg class="tc-image-star-stroked-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.59000015258789 11"><path d="M5.31 2.69l.59 1.47.25.63h1.81l-1 .9-.5.44.18.63.56 1.69-1.32-.92-.57-.41-.57.4-1.31.92.55-1.68.21-.63-.5-.43-1-.9h1.78l.25-.63.59-1.48m0-2.69l-1.5 3.79H0l3 2.66L1.52 11l3.79-2.66L9.1 11 7.59 6.45l3-2.66H6.81L5.31 0z"/></svg>
<svg class="tc-image-star-stroked-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14.5"><path d="M7 2.69l1.07 2.68.25.63h3l-2 1.75-.5.44.23.63 1 3.13-2.48-1.77-.57-.4-.57.4-2.52 1.77 1-3.13.21-.63-.5-.44-2-1.75h3l.25-.63L7 2.69M7 0L5 5H0l4 3.5-2 6L7 11l5 3.5-2-6L14 5H9L7 0z"/></svg>
<svg class="tc-image-starburst tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.99962615966797 19.05581283569336"><path d="M16.564 7.664l1.179-2.387a.5.5 0 0 0-.416-.72l-2.656-.172-.172-2.656a.5.5 0 0 0-.721-.416l-2.385 1.18L9.916.278C9.73 0 9.27 0 9.084.278L7.607 2.493l-2.385-1.18a.5.5 0 0 0-.721.416L4.33 4.385l-2.657.171a.5.5 0 0 0-.416.721l1.179 2.386L.222 9.14a.501.501 0 0 0 0 .832l2.215 1.477-1.18 2.386a.498.498 0 0 0 .416.72l2.656.171.17 2.657a.5.5 0 0 0 .722.416l2.386-1.179 1.477 2.214a.501.501 0 0 0 .832 0l1.477-2.214 2.386 1.179a.5.5 0 0 0 .72-.416l.172-2.656 2.656-.172a.5.5 0 0 0 .416-.721l-1.18-2.385 2.215-1.478a.501.501 0 0 0 0-.832l-2.214-1.475z"/></svg>
<svg class="tc-image-starburst-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.0008487701416 20.11142349243164"><path d="M19.556 9.28l-1.849-1.232.984-1.993a1 1 0 0 0-.832-1.441l-2.218-.143-.144-2.218a.997.997 0 0 0-1.44-.832l-1.99.985L10.832.557C10.463 0 9.54 0 9.17.557L7.935 2.405l-1.992-.984a.998.998 0 0 0-1.44.832L4.358 4.47l-2.218.143a1.002 1.002 0 0 0-.832 1.441l.984 1.993L.444 9.28a1.001 1.001 0 0 0 0 1.664l1.85 1.233-.985 1.992a1 1 0 0 0 .832 1.441l2.218.143.143 2.218a1 1 0 0 0 1.441.832l1.992-.985 1.233 1.849a1.001 1.001 0 0 0 1.664 0l1.233-1.849 1.991.985a.998.998 0 0 0 1.441-.832l.143-2.217 2.22-.144a.998.998 0 0 0 .831-1.441l-.984-1.992 1.85-1.233a1.001 1.001 0 0 0 0-1.664zm-4.032 2.997l.71 1.435-1.6.104a1.001 1.001 0 0 0-.934.934l-.103 1.598-1.435-.709a.998.998 0 0 0-1.275.342L10 17.311l-.889-1.333a1 1 0 0 0-1.275-.341l-1.436.709-.103-1.598a1.001 1.001 0 0 0-.934-.934l-1.596-.103.71-1.435a1 1 0 0 0-.342-1.275l-1.333-.889 1.332-.888c.418-.279.564-.825.342-1.275l-.71-1.436 1.6-.103c.502-.033.901-.432.934-.934l.103-1.598 1.435.709c.448.221.996.076 1.275-.342L10 2.914l.89 1.333c.278.418.825.563 1.274.342l1.436-.71.104 1.599c.033.501.433.9.934.933l1.598.103-.709 1.437a1 1 0 0 0 .342 1.275l1.332.888-1.333.889a.997.997 0 0 0-.344 1.274z"/></svg>
<svg class="tc-image-stars tc-image-button" width="22pt" height="22pt" viewBox="0 0 2055 2036"><path d="M0 1274q104-5 176-80.5t72-179.5q0 104 72 179.5t176 80.5q-104 5-176 80.5T248 1534q0-104-72-179.5T0 1274zm248-768q202-10 342.5-156.5T731 0q0 203 141 349.5T1215 506q-133 6-244 75.5t-175.5 184T731 1014q0-204-140.5-351T248 506zm354 1149q152-7 258-117.5T966 1274q0 153 105.5 263.5T1329 1655q-152 7-257.5 117.5T966 2036q0-153-106-263.5T602 1655zm727-506q152-7 257-117t105-264q0 153 106 263.5t258 117.5q-152 7-258 117t-106 263q0-153-105-263t-257-117z"/></svg>
<svg class="tc-image-starwars-jedi tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><g fill-rule="evenodd"><path d="M18.482 24.369l-2.066-3.015L17.742 25l-4.11.596 4.11.597-1.591 3.116 2.265-2.382-.144 5.631s-10.144-4.707-4.508-15.117c0 0-7.028-7.758-.663-12.532 0 0-10.874 6.564-3.978 17.836 0 0-5.702-5.57-2.719-11.205 0 0-5.171 7.293 1.127 15.316 0 0-1.723-1.06-3.248-5.105 0 0 1.112 12.04 14.583 12.198v.002a29.927 29.927 0 0 0 .268 0v-.002c13.471-.158 14.584-12.198 14.584-12.198-1.526 4.044-3.25 5.105-3.25 5.105 6.3-8.023 1.128-15.316 1.128-15.316 2.983 5.636-2.719 11.205-2.719 11.205C35.773 11.474 24.9 4.91 24.9 4.91c6.365 4.774-.663 12.532-.663 12.532 5.636 10.41-4.508 15.117-4.508 15.117l-.144-5.63 2.265 2.381-1.59-3.116 4.11-.597-4.11-.596 1.325-3.647-2.066 3.015-.516-20.16v-.16l-.002.065-.002-.066v.16l-.516 20.161z"/><path d="M19 0C8.507 0 0 8.507 0 19s8.507 19 19 19 19-8.507 19-19S29.493 0 19 0zm0 2.276c9.236 0 16.724 7.488 16.724 16.724S28.236 35.724 19 35.724 2.276 28.236 2.276 19 9.764 2.276 19 2.276z"/></g></svg>
<svg class="tc-image-starwars-rebel tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.53700256347656 38"><path d="M.321 18.544c.23-6.07 3.305-11.668 8.929-15.368.016.006.162-.047.096.079-.446.413-8.455 9.874-1.083 17.342 0 0 3.873 3.723 6.876.19 0 0 2.965-3.837-.037-9.653 0 0-.76-1.9-3.497-3.077l2.205-2.432s1.863.799 3.305 2.967c0 0 .077-2.283-1.672-4.715L18.861 0l3.383 3.841s-1.555 2.204-1.67 4.787c0 0 1.062-1.748 3.344-3.003l2.164 2.432s-2.081.685-3.475 3.052c-1.2 2.192-2.122 6.882.053 9.758 0 0 2.435 3.453 6.719-.204 0 0 7.876-7.057-.808-17.26 0 0-.474-.418.059-.19 3.837 2.794 8.433 6.479 8.907 15.675C37.35 30.039 29.883 38 18.977 38 8.3 38 0 29.09.321 18.544z"/></svg>
<svg class="tc-image-starwars-sith tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.91800308227539 38"><path d="M8.81 4.395L16.476 0l7.662 4.424c-.28.47-.56.94-.845 1.407l-6.821-3.924C14.2 3.216 11.928 4.525 9.653 5.83L8.81 4.395zm2.928 2.553l4.703-2.932 4.709 2.93-.471.753-2.367-1.368c-.253 2.375-.524 4.749-.77 7.123 1.052.617 2.111 1.224 3.168 1.836l5.783-4.23-2.363-1.37c.138-.26.269-.526.41-.785 1.629.876 3.262 1.743 4.89 2.62l-.187 5.548-.879-.034v-2.736l-6.562 2.895v3.637l6.562 2.892v-2.736l.878-.031c.064 1.85.129 3.7.186 5.55l-4.89 2.616c-.135-.263-.275-.523-.407-.787.79-.453 1.575-.912 2.363-1.367l-5.815-4.262-3.173 1.835.807 7.154 2.366-1.368.471.752-4.674 2.93-4.739-2.93.473-.753 2.395 1.37.773-7.157c.014-.038-.03-.046-.052-.062l-3.087-1.771-5.815 4.261 2.364 1.4-.439.784c-1.621-.872-3.242-1.742-4.86-2.62.05-1.849.1-3.698.156-5.547l.904.033v2.74l6.567-2.898v-3.666l-6.567-2.896v2.738l-.904.033c-.054-1.84-.109-3.68-.155-5.52l4.858-2.647.44.784-2.365 1.37 5.755 4.23c1.066-.612 2.135-1.22 3.198-1.836-.247-2.374-.517-4.748-.77-7.123l-2.397 1.368c-.16-.248-.314-.5-.471-.75zM.005 9.494A4068.89 4068.89 0 0 0 7.66 5.075c.288.465.567.937.845 1.409l-6.851 3.954-.001 7.878H.003c.001-2.94-.003-5.882.002-8.822zm24.437-2.98l.843-1.439c2.544 1.471 5.083 2.95 7.628 4.419.005 2.94 0 5.881.002 8.822h-1.65v-7.878l-6.823-3.924zM.002 19.653h1.651v7.87c2.345 1.375 4.82 2.79 6.854 3.962l-.841 1.438c-2.557-1.467-5.105-2.949-7.661-4.418C0 25.555.004 22.604.003 19.653zm31.263 0h1.65c0 2.951.003 5.902-.002 8.853-2.545 1.469-5.084 2.948-7.628 4.419l-.843-1.439c2.272-1.322 4.555-2.633 6.821-3.963l.002-7.87zM8.809 33.576l.844-1.438 6.818 3.955 6.822-3.955.844 1.438L16.476 38 8.81 33.576z"/></svg>
<svg class="tc-image-statamic tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.001998901367188 10.139999389648438"><path d="M2.078 9.034c-.02-.142-.014-.476-.014-.476h-.192c-.442 0-.614-.178-.614-.62V6.18c0-.794-.186-.988-.558-1.11v-.04c.372-.122.558-.325.558-1.118V2.16c0-.442.172-.58.613-.58h.192s.01-.306.03-.483c-.092-.012-.44-.02-.44-.02-.89 0-1.14.43-1.14 1.32v1.595c0 .652-.373.74-.513.74v.634c.14 0 .51.088.51.73v1.605c0 .89.25 1.31 1.14 1.31 0 0 .348.026.425.025z"/><path d="M1.537 5.464c.326 0 .79.112.79.932V8.44c0 1.133.272 1.7 1.406 1.7h.504v-.605h-.256c-.56 0-.768-.233-.768-.794V6.498c0-1.01-.327-1.257-.885-1.414v-.045c.56-.157.884-.415.884-1.425V1.378c0-.56.205-.727.766-.727h.255v-.65h-.5c-1.134 0-1.405.548-1.405 1.68v2.033c0 .83-.465.943-.79.943v.808zm7.663 2.6c.31-.087.57-.213.785-.377.214-.164.38-.365.5-.602.117-.237.177-.5.177-.79 0-.253-.044-.47-.132-.65a1.28 1.28 0 0 0-.424-.475 3.123 3.123 0 0 0-.746-.367 11.881 11.881 0 0 0-1.095-.32c-.46-.116-.778-.22-.957-.31a.469.469 0 0 1-.27-.448c0-.237.094-.41.282-.516.187-.11.418-.16.694-.16.298 0 .596.046.894.14.298.097.615.25.952.465l.63-.952a5.224 5.224 0 0 0-1.187-.544c-.422-.134-.85-.2-1.277-.2a3.19 3.19 0 0 0-.957.137c-.295.09-.55.223-.768.395-.218.172-.388.38-.51.625s-.183.52-.183.825c0 .23.038.428.115.596.075.167.198.316.366.446.168.13.39.245.665.344.276.1.608.196.998.287.512.123.877.235 1.095.34.218.102.327.26.327.475a.55.55 0 0 1-.276.493c-.184.114-.436.172-.757.172-.71 0-1.45-.248-2.213-.745l-.62 1.043c.177.122.38.233.61.333.228.1.47.183.72.252a6.188 6.188 0 0 0 1.535.218A3.75 3.75 0 0 0 9.2 8.061v.002zm4.978-6.484c.44 0 .568.138.568.58v1.75c0 .793.14.996.698 1.12v.034c-.558.123-.698.317-.698 1.11v1.762c0 .44-.128.62-.568.62h-.194s-.002.333-.02.474c.077 0 .384-.01.384-.01.89 0 1.096-.432 1.096-1.322v-1.6c0-.643.372-.73.558-.73V4.73c-.186 0-.558-.088-.558-.74V2.397c0-.89-.206-1.322-1.096-1.322 0 0-.314.01-.407.022.02.177.04.484.04.484h.195z"/><path d="M13.63 8.438V6.395c0-.82.465-.932.79-.932v-.807c-.325 0-.79-.112-.79-.943V1.68C13.63.547 13.45 0 12.316 0h-.547v.65h.3c.56 0 .724.167.724.728v2.234c0 1.01.28 1.268.84 1.425v.045c-.56.157-.838.404-.838 1.414V8.74c0 .562-.16.795-.723.795h-.3v.605h.546c1.134 0 1.314-.568 1.314-1.702h-.002z"/></svg>
<svg class="tc-image-stats tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 1100"><path d="M600 0H500q-41 0-70.5 29.5T400 100v1000h300V100q0-41-29.5-70.5T600 0zm400 300H900q-41 0-70.5 29.5T800 400v700h300V400q0-41-29.5-70.5T1000 300zm-700 800H0V700q0-41 29.5-70.5T100 600h100q41 0 70.5 29.5T300 700v400z"/></svg>
<svg class="tc-image-stats-bars tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 320"><path d="M96 0h64v320H96zM0 224h64v96H0zm192-64h64v160h-64zm96-64h64v224h-64z"/></svg>
<svg class="tc-image-stats-bars2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M3.5 4h-3c-.275 0-.5.225-.5.5v9c0 .275.225.5.5.5h3c.275 0 .5-.225.5-.5v-9c0-.275-.225-.5-.5-.5zm0 9h-3V9h3v4zm5-11h-3c-.275 0-.5.225-.5.5v11c0 .275.225.5.5.5h3c.275 0 .5-.225.5-.5v-11c0-.275-.225-.5-.5-.5zm0 11h-3V8h3v5zm5-13h-3c-.275 0-.5.225-.5.5v13c0 .275.225.5.5.5h3c.275 0 .5-.225.5-.5V.5c0-.275-.225-.5-.5-.5zm0 13h-3V7h3v6z"/></svg>
<svg class="tc-image-stats-dots tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.137563705444336 16"><path d="M2 14h14v2H0V0h2zm2.5-1a1.5 1.5 0 1 1 .131-2.994l1.612-2.687a1.5 1.5 0 1 1 2.514 0l1.612 2.687a1.42 1.42 0 0 1 .23-.002l2.662-4.658a1.5 1.5 0 1 1 1.14.651l-2.662 4.658a1.5 1.5 0 1 1-2.496.026L7.631 7.994a1.42 1.42 0 0 1-.262 0l-1.612 2.687A1.5 1.5 0 0 1 4.5 13z"/></svg>
<svg class="tc-image-statusnet tc-image-button" width="22pt" height="22pt" viewBox="0 0 551.9349975585938 514.736083984375"><path d="M0 216.496c0-41.472 15.872-77.232 47.616-107.264 19.792-18.769 42.576-31.568 68.351-38.4 25.777-6.832 51.89-6.577 78.336.767 26.449 7.345 49.92 21.76 70.4 43.265 15.009 15.695 25.68 33.968 32 54.783 6.321 20.816 8.88 40.545 7.665 59.137-1.185 18.607-5.185 36.095-12.032 52.48-6.48 14-6.993 29.871-1.537 47.631 5.473 17.744 12.289 32.849 20.481 45.312 8.191 12.449 16.815 24.144 25.855 35.056 9.025 10.929 13.569 16.56 13.569 16.912l-5.632-4.624a339.42 339.42 0 0 0-11.008-10.48c-3.92-3.568-9.2-7.936-15.856-13.056-6.656-5.103-13.152-9.727-19.472-13.823-6.32-4.097-13.568-8.353-21.76-12.8-8.192-4.448-15.873-7.6-23.04-9.473s-14.768-3.152-22.784-3.84c-8.016-.671-15.28.512-21.76 3.585-16.032 6.496-33.696 9.904-52.992 10.256-19.28.335-39.248-3.409-59.904-11.264-20.656-7.857-38.144-19.632-52.48-35.328C14.672 294.223 0 257.968 0 216.496zm67.584-9.984c-3.073 23.552 2.64 44.8 17.152 63.744 14.512 18.944 33.536 29.937 57.088 33.008 23.552 3.072 44.72-2.64 63.487-17.136 18.769-14.512 29.696-33.552 32.769-57.088 3.072-23.552-2.56-44.72-16.897-63.488-14.336-18.768-33.279-29.696-56.832-32.768-23.552-3.072-44.8 2.56-63.743 16.896-18.944 14.336-29.952 33.28-33.024 56.832zM312.32 55.984c7.168-20.129 19.807-35.072 37.903-44.8 18.08-9.728 37.376-11.184 57.84-4.352 19.793 6.143 34.56 18.431 44.288 36.864 9.728 18.432 11.184 38.224 4.352 59.392-8.192 24.576-27.648 42.32-58.352 53.248-10.592 3.76-20.064 9.471-28.416 17.152-8.352 7.68-14.256 14.159-17.663 19.456-3.408 5.296-7.345 12.208-11.777 20.735 7.537-32.08 3.424-59.215-12.288-81.408-18.784-27.311-24.08-52.735-15.887-76.287zm19.456 253.44c.687-31.408 11.44-57.855 32.256-79.36 20.815-21.504 46.767-32.256 77.824-32.256 30.367 0 56.336 10.496 77.823 31.488 21.488 20.992 32.256 47.696 32.256 80.128 0 37.568-18.783 70.832-56.32 99.84-12.976 9.904-23.568 22.016-31.744 36.336-8.192 14.335-13.408 25.952-15.631 34.832-2.225 8.88-4.336 20.304-6.384 34.304-1.36-13.664-3.072-25.089-5.12-34.304s-7.168-21.072-15.36-35.584c-8.193-14.512-19.28-27.056-33.28-37.648-37.873-28.32-56.656-60.912-56.32-97.776zM351.232 67.76c-3.761 9.216-3.664 18.512.256 27.904s10.496 15.968 19.711 19.712c9.2 3.76 18.416 3.76 27.648 0 9.217-3.744 15.696-10.24 19.473-19.456 3.744-9.552 3.744-18.944 0-28.16-3.777-9.216-10.256-15.696-19.473-19.456-9.216-3.744-18.512-3.744-27.903 0-9.376 3.76-15.952 10.24-19.712 19.456zm34.048 263.424c6.319 15.536 17.504 26.704 33.536 33.536 15.695 6.48 31.407 6.4 47.103-.256s26.8-17.824 33.28-33.552c6.48-15.68 6.48-31.312 0-46.848-6.48-15.535-17.568-26.688-33.28-33.52-15.696-6.48-31.408-6.48-47.103 0-15.68 6.48-26.784 17.584-33.28 33.28-6.497 16.032-6.561 31.824-.256 47.36z"/></svg>
<svg class="tc-image-stay-current-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M.02 4L0 24c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4H4C1.79 0 .02 1.79.02 4zM36 4v20H8V4h28z"/></svg>
<svg class="tc-image-stay-current-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.979999542236328 44"><path d="M23.98.02L3.98 0C1.77 0 0 1.79 0 4v36c0 2.21 1.77 4 3.98 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zm0 35.98h-20V8h20v28z"/></svg>
<svg class="tc-image-stay-primary-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 28"><path d="M.02 4L0 24c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4H4C1.79 0 .02 1.79.02 4zM36 4v20H8V4h28z"/></svg>
<svg class="tc-image-stay-primary-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 27.979999542236328 44"><path d="M23.98.02L3.98 0C1.77 0 0 1.79 0 4v36c0 2.21 1.77 4 3.98 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zm0 35.98h-20V8h20v28z"/></svg>
<svg class="tc-image-steam tc-image-button" width="22pt" height="22pt" viewBox="0 0 671.7440185546875 307.18402099609375"><path d="M.001 92.128C.001 73.36 6.577 57.312 19.712 44c13.136-13.312 29.105-19.968 47.873-19.968 16.032 0 30.288 5.04 42.752 15.104C122.8 49.2 130.72 61.92 134.145 77.28l257.023 103.424c10.928-6.48 22.528-9.712 34.832-9.712.672 0 1.777.08 3.313.256 1.535.176 2.815.256 3.84.256l56.319-81.391c.337-24.93 9.408-46.16 27.152-63.745S555.68 0 580.624 0c25.248 0 46.752 8.88 64.496 26.624s26.624 39.232 26.624 64.48-8.88 46.752-26.624 64.512c-17.744 17.745-39.248 26.624-64.496 26.624l-87.04 63.504c-1.696 17.409-9.04 32-22.015 43.776-12.977 11.76-28.16 17.664-45.569 17.664-16.384 0-30.72-5.12-43.008-15.36-12.288-10.24-20.144-23.04-23.551-38.383l-257.04-102.944c-10.93 6.48-22.529 9.727-34.817 9.727-18.767 0-34.736-6.655-47.872-19.968C6.576 126.945 0 110.896 0 92.128zm17.92 0c0 13.648 4.864 25.344 14.591 35.072 9.729 9.728 21.425 14.592 35.073 14.592 3.072 0 6.656-.336 10.752-1.024l-20.993-8.192v-.512c-9.551-4.432-16.383-11.6-20.48-21.504-2.047-4.784-3.071-9.552-3.071-14.336 0-5.12 1.024-10.24 3.072-15.36 4.096-10.24 10.928-17.408 20.48-21.504 5.12-2.384 10.415-3.408 15.871-3.072 4.433 0 9.04.848 13.825 2.56v-.512l25.088 10.24c-9.904-17.744-24.736-26.624-44.544-26.624-13.664 0-25.344 4.865-35.073 14.592-9.727 9.728-14.591 21.6-14.591 35.584zm363.503 170.496c9.904 17.744 24.752 26.624 44.56 26.624 13.664 0 25.424-4.864 35.312-14.592 9.904-9.728 14.848-21.584 14.848-35.584 0-13.664-4.848-25.344-14.576-35.072-9.728-9.729-21.6-14.576-35.584-14.576-4.784 0-8.368.336-10.752 1.008l20.464 8.192c10.256 4.096 17.584 11.264 22.016 21.52 2.383 5.104 3.584 10.24 3.584 15.344 0 4.783-1.008 9.728-3.056 14.848-4.096 10.592-11.264 17.935-21.504 22.032-5.12 2.048-10.256 3.056-15.376 3.056-4.784 0-9.712-1.008-14.849-3.056-2.72-1.024-6.91-2.656-12.527-4.88-5.632-2.224-9.809-3.856-12.56-4.864zM519.68 91.104c0 16.72 5.968 31.057 17.92 43.009 11.952 11.951 26.288 17.92 43.008 17.92 17.056 0 31.568-5.97 43.504-17.92 11.952-11.952 17.936-26.288 17.936-43.009 0-16.72-5.984-31.056-17.936-43.008-11.936-11.952-26.432-17.92-43.504-17.92-16.736 0-31.056 5.985-43.007 17.92-11.953 11.937-17.921 26.288-17.921 43.008zm12.8-.512c0-13.312 4.704-24.736 14.08-34.304 9.391-9.551 20.895-14.336 34.56-14.336 13.327 0 24.751 4.785 34.32 14.336 9.567 9.568 14.336 20.992 14.336 34.304 0 13.648-4.769 25.248-14.336 34.816-9.569 9.552-21.008 14.336-34.32 14.336-13.649 0-25.169-4.784-34.56-14.336-9.376-9.552-14.08-21.152-14.08-34.816z"/></svg>
<svg class="tc-image-steam-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1242 519q0-80-57-136.5T1048 326t-136.5 57T855 519q0 80 56.5 136.5T1048 712t137-56.5 57-136.5zm-610 588q0 83-58 140.5T434 1305q-56 0-103-29t-72-77q52 20 98 40 60 24 120-1.5t85-86.5q24-60-1.5-120T474 947l-82-33q22-5 42-5 82 0 140 57.5t58 140.5zm904-819v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248v-153l172 69q20 92 93.5 152t168.5 60q104 0 181-70t87-173l345-252q150 0 255.5-105.5T1408 521q0-150-105.5-255.5T1047 160q-148 0-253 104.5T687 517L462 839q-9-1-28-1-75 0-137 37L0 756V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288zm-247 233q0 100-71 170.5T1047 762t-170.5-70.5T806 521t70.5-171 170.5-71q101 0 171.5 70.5T1289 521z"/></svg>
<svg class="tc-image-steam2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M4.749 13.063a1.313 1.313 0 0 0 .729-2.405L4.446 9.97a2.105 2.105 0 1 1-1.548 2.124l1.124.749c.224.149.477.221.727.221zM13.333 0C14.8 0 16 1.2 16 2.667v10.666C16 14.801 14.8 16 13.333 16H2.667A2.674 2.674 0 0 1 0 13.333v-3.172l1.896 1.264a3.157 3.157 0 1 0 6.213.024l3.892-3.484a3.5 3.5 0 1 0-3.964-3.964L4.839 8.848a3.14 3.14 0 0 0-1.433.428L.002 7.007V2.668c0-1.467 1.2-2.667 2.667-2.667h10.666zM14 4.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0zm-4 0a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 10 4.5z"/></svg>
<svg class="tc-image-step tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M217 39.5C95.5 49.5 0 151.1 0 275.2 0 406 106 512 236.8 512c124.1 0 225.7-95.5 235.8-217H217V39.5zM256.5 0v255.5H512C502.3 118.7 393.3 9.7 256.5 0z"/></svg>
<svg class="tc-image-step_backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 1682 1557.3333740234375"><path d="M0 1428.667v-1300q0-50 35.5-85.5t85.5-35.5h239q50 0 85 35.5t35 85.5v557l1057-655q60-39 102.5-14t42.5 100v1323q0 76-42.5 101t-102.5-15l-1057-654v557q0 50-35.5 85.5t-84.5 35.5H121q-49 0-85-36t-36-85z"/></svg>
<svg class="tc-image-step_forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 1795 1653.166748046875"><path d="M0 1507V117q0-84 43-94.5T174 59l1100 695V117q0-43 36.5-80T1390 0h232q81 0 127 35t46 82v1390q0 47-46 82t-127 35h-232q-43 0-79.5-37t-36.5-80V928L174 1624q-88 40-131 7.5T0 1507z"/></svg>
<svg class="tc-image-step-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M139.6 279.3H0v139.6h139.6V279.3zm186.2-139.7H186.2v279.3h139.6V139.6zM372.4 0v418.9H512V0H372.4zM0 512h512v-46.5H0V512z"/></svg>
<svg class="tc-image-step-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M325.8 279.3H186.2v139.6h139.6V279.3zm46.6-139.7v279.3H512V139.6H372.4zM139.6 0H0v418.9h139.6V0zM0 512h512v-46.5H0V512z"/></svg>
<svg class="tc-image-step-backward tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 1200"><path d="M0 1200V0h200v550L700 50v1100L200 650v550H0z"/></svg>
<svg class="tc-image-step-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 700 1200"><path d="M700 0v1200H500V650L0 1150V50l500 500V0h200z"/></svg>
<svg class="tc-image-steps tc-image-button" width="22pt" height="22pt" viewBox="0 0 638.969970703125 896"><path d="M136 0C60.89 0 0 100.29 0 224c0 68.83 17.02 141.84 34 254.54C47.3 566.83 79.67 640 136 640s94.08-48.79 94.08-137.97c0-30.37-24.97-78.75-26.08-120.03-2.02-74.46 49.93-104.17 49.93-173C253.93 85.29 211.1 0 136 0zm366.97 256c-75.1 0-117.93 85.29-117.93 209 0 68.83 51.95 98.54 49.93 173-1.109 41.28-26.08 89.66-26.08 120.03 0 89.18 37.75 137.97 94.08 137.97s88.7-73.17 102-161.46c16.98-112.7 34-185.71 34-254.54 0-123.71-60.89-224-136-224z"/></svg>
<svg class="tc-image-stethoscope tc-image-button" width="22pt" height="22pt" viewBox="0 0 804.571044921875 877.7149658203125"><path d="M731.429 329.143q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714 10.857 25.714 25.714 10.857 25.714-10.857 10.857-25.714zm73.142 0q0 35.429-20.286 63.429t-52.857 40v225.714q0 90.857-75.143 155.143t-180.857 64.286-180.857-64.286-75.143-155.143v-75.429q-93.714-11.429-156.57-73.143T0 365.714V73.143q0-14.857 10.857-25.714t25.714-10.857q3.43 0 9.143 1.143 9.714-17.143 26.857-27.429T109.714 0Q140 0 161.428 21.429t21.43 51.714-21.43 51.714-51.714 21.429q-18.857 0-36.57-10.286v229.714q0 60.571 53.713 103.429T256 512t129.143-42.857 53.714-103.429V136q-17.714 10.286-36.57 10.286-30.287 0-51.715-21.429t-21.429-51.714 21.43-51.714T402.286 0q20 0 37.143 10.286t26.857 27.429q5.714-1.143 9.143-1.143 14.857 0 25.714 10.857T512 73.143v292.571q0 82.286-62.857 144t-156.57 73.143v75.429q0 60.571 53.713 103.429t129.143 42.857 129.143-42.857 53.714-103.429V432.572q-32.57-12-52.857-40t-20.286-63.429q0-45.714 32-77.714t77.714-32 77.714 32 32 77.714z"/></svg>
<svg class="tc-image-sticky-note tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1024 1120v416H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h1344q40 0 68 28t28 68v928h-416q-40 0-68 28t-28 68zm128 32h381q-15 82-65 132l-184 184q-50 50-132 65v-381z"/></svg>
<svg class="tc-image-sticky-note-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1400 1152h-248v248q29-10 41-22l185-185q12-12 22-41zm-280-128h288V128H128v1280h896v-288q0-40 28-68t68-28zm416-928v1024q0 40-20 88t-48 76l-184 184q-28 28-76 48t-88 20H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h1344q40 0 68 28t28 68z"/></svg>
<svg class="tc-image-stitcher tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 6.75"><path d="M11.987 0h-.24v6.75h.24V0zm-.497.75h-.24V6h.24V.75zm-.744 0H0V6h10.746V.75zM16 .75h-3.005V6H16V.75zm-3.504 0h-.24V6h.24V.75z"/></svg>
<svg class="tc-image-stock tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 34.83399963378906"><path d="M41.166 0v9.5L38 6.334 24.19 19.34l-7.214-7.692-3.82 11.965-3.395-3.418L1.583 28.5V4.75H28.5V9.5l6.333-6.333L31.666 0h9.5zM0 34.834l9.76-10.367 4.245 4.273 3.82-11.964 6.365 6.837 7.476-7.78v19H0z"/></svg>
<svg class="tc-image-stock-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.75 34.83399963378906"><path d="M42.75 34.834H38v-4.75h4.75v4.75zm-9.5 0H28.5V28.5l4.75 1.584v4.75zm-9.5 0H19v-3.167l4.75-4.75v7.917zm-9.5 0H9.5v-14.25l3.167-3.167 1.583 7.917v9.5zm-9.5 0H0V12.667l4.75 4.75v17.417z"/><path d="M0 0v7.31l9.5 8.523 4.75-4.75L19 26.917l9.5-11.084 6.333 6.334-4.75 4.75H42.75V14.25L38 19l-9.5-9.5-7.916 9.5-4.75-15.833L9.5 9.5 0 0z"/></svg>
<svg class="tc-image-stock-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.750999450683594 34.83300018310547"><path d="M.001 26.916v-7.31l9.5-8.523 4.75 4.75L19.001 0l9.5 11.083 6.333-6.333L30.084 0h12.667v12.666l-4.75-4.75-9.5 9.5-7.916-9.5-4.75 15.834L9.5 17.416l-9.5 9.5z"/><path d="M42.751 34.833h-4.75V14.249l4.75 4.75v15.834zm-9.5 0h-4.75V23.749l4.75-4.75v15.834zm-9.5 0h-4.75v-9.5l2.375-9.5 2.375 3.166v15.834zm-9.5 0h-4.75V23.749l4.75 4.75v6.334zm-9.5 0H.001v-1.584l4.75-4.75v6.334z"/></svg>
<svg class="tc-image-stocking tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.324878692626953 43.067996978759766"><path d="M5.938 28.896l3.157 2.263c1.397-3.951-2.365-6.936-4.345-8.163v2.337c0 1.018.556 2.861 1.188 3.563zm11.877 7.844c1.272-3.299 4.675-5.072 6.46-5.94L14.25 23.75V12.666h-9.5v8.452c7.917 2.632 6.85 8.55 6.072 11.126l6.992 4.496zm2.277 1.432c1.746 1.315 5.02.967 6.336-.78a3.96 3.96 0 0 0-.355-5.174c-3.153 1.36-5.624 3.953-6.43 5.67l.45.284zm-2.675-15.895l10.137 7.043a7.125 7.125 0 0 1 1.403 9.978c-2.369 3.143-7.628 3.77-10.77 1.403L6.81 33.516c-2.853-1.454-5.228-5.2-5.228-8.183V12.666H0V0h20.583v12.666h-3.166v9.611zM3.167 3.167V9.5h14.25V3.166H3.167z"/></svg>
<svg class="tc-image-stop tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M12.667 0h12.666L38 12.667v12.666L25.333 38H12.667L0 25.333V12.667L12.667 0zm-5.19 26.045l4.478 4.479L19 23.478l7.045 7.046 4.479-4.479L23.478 19l7.046-7.045-4.479-4.479L19 14.522l-7.045-7.046-4.479 4.479L14.522 19l-7.046 7.045z"/></svg>
<svg class="tc-image-stop-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M465.5 0h-419C20.9 0 0 20.9 0 46.5v418.9C0 491.1 20.9 512 46.5 512h418.9c25.7 0 46.5-20.9 46.5-46.5v-419C512 20.9 491.1 0 465.5 0z"/></svg>
<svg class="tc-image-stop-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM300 300h600v600H300V300z"/></svg>
<svg class="tc-image-stop-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1088 1056V480q0-14-9-23t-23-9H480q-14 0-23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23-9t9-23zm448-288q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-stop-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M768 0q209 0 385.5 103T1433 382.5 1536 768t-103 385.5-279.5 279.5T768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0zm0 1312q148 0 273-73t198-198 73-273-73-273-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73zm-288-224q-14 0-23-9t-9-23V480q0-14 9-23t23-9h576q14 0 23 9t9 23v576q0 14-9 23t-23 9H480z"/></svg>
<svg class="tc-image-stop-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.001551628112793 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13.012A6.012 6.012 0 1 1 7 .988a6.012 6.012 0 0 1 0 12.024zM9 9H5V5h4v4z"/></svg>
<svg class="tc-image-stop-o-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M10.5 21C4.71 21 0 16.289 0 10.5 0 4.71 4.71 0 10.5 0 16.289 0 21 4.71 21 10.5a.5.5 0 1 1-1 0C20 5.262 15.738 1 10.5 1S1 5.262 1 10.5c0 5.239 4.262 9.5 9.5 9.5 3.902 0 7.467-2.445 8.868-6.086a.5.5 0 1 1 .933.359C18.753 18.297 14.814 21 10.5 21zm3-13.5h-6v6h6v-6z"/></svg>
<svg class="tc-image-stop-screen-share tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 42"><path d="M42.44 32.58l4 4H48v-4h-5.56zm1.54-4l.02-20c0-2.22-1.8-4-4-4H14.44L24.9 15.04c.36-.08.72-.14 1.1-.2v-4.26l8 7.46-3.16 2.94 11.08 11.08a3.965 3.965 0 0 0 2.06-3.48zM4.78 0L2.22 2.54 5.3 5.62C4.5 6.34 4 7.4 4 8.58v20c0 2.2 1.78 4 4 4H0v4h36.26L41.68 42l2.54-2.54L4.78 0zM14 26.58c.62-2.96 1.84-5.9 4.14-8.12l3.18 3.18c-3.08.76-5.4 2.36-7.32 4.94z"/></svg>
<svg class="tc-image-stop2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12"><path d="M0 0h12v12H0z"/></svg>
<svg class="tc-image-stopwatch tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.743650436401367 21"><path d="M16.64 6.902a.993.993 0 0 0 .293-.195l.5-.5a1 1 0 1 0-1.414-1.414l-.5.5-.115.173a8.969 8.969 0 0 0-5.19-2.41L10.227 3V2h1c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1h1v1l.012.057A9 9 0 0 0 9.226 21 9 9 0 0 0 16.64 6.902zM9.226 19c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.141 7-7 7zm1-8V9c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1h-2zm-1-5c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zm0 11c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z"/></svg>
<svg class="tc-image-storage tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M0 32h40v-8H0v8zm4-6h4v4H4v-4zM0 0v8h40V0H0zm8 6H4V2h4v4zM0 20h40v-8H0v8zm4-6h4v4H4v-4z"/></svg>
<svg class="tc-image-store tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38"><path d="M1 17.5C1 18.88 3.12 20 4.5 20s2-1.12 2-2.5L7 3H2L1 17.5zM34 21c-1.044 0-1.463-.533-2-1.341-.538.808-1.957 1.341-3 1.341h-1c-1.044 0-1.713-.533-2.25-1.341C25.212 20.467 24.044 21 23 21h-1c-1.044 0-2.213-.533-2.75-1.341-.08.12-.168.234-.264.341H19v11h15V21zm-17.25 0h-1c-1.044 0-2.213-.533-2.75-1.341A2.997 2.997 0 0 1 10.5 21h-1A2.997 2.997 0 0 1 7 19.66c-.538.808-.957 1.341-2 1.341H4c-.768 0-1.47-.289-2-.764V36h2V23h11v13h23V19.832c-.832.71-2.033 1.168-3 1.168v12H18V20.728c-.38.175-.804.272-1.25.272zM0 36V0h40v38H0v-2zm13.5-18.5c0 1.38 1.37 2.5 2.75 2.5a2.5 2.5 0 0 0 2.5-2.5L19 3h-5l-.5 14.5zm12.75 0c0 1.38.87 2.5 2.25 2.5s3-1.12 3-2.5L31 3h-5l.25 14.5zM13 36V25H6v11h7zm9.343-7.609l-.682-.731 3.657-3.41.682.731-3.657 3.41zm6.25-1l-.682-.731 3.657-3.41.682.731-3.657 3.41zM12 29v3h-2v-3h2z"/></svg>
<svg class="tc-image-store-mall-directory tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M34 0H2v4h32V0zm2 20v-4L34 6H2L0 16v4h2v12h20V20h8v12h4V20h2zm-18 8H6v-8h12v8z"/></svg>
<svg class="tc-image-storify tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.023998260498047 15.998998641967773"><path fill-rule="nonzero" d="M15.332 5.705c.213.405.376.85.488 1.337.113.487.176.996.19 1.528.014.53-.04 1.07-.16 1.61a8.07 8.07 0 0 1-.532 1.592 6.057 6.057 0 0 1-.96 1.48 7.86 7.86 0 0 1-1.405 1.267c-.527.373-1.162.69-1.904.948-.742.26-1.552.436-2.43.532l-.2-.473c.044-.01.108-.03.193-.054.083-.026.242-.09.475-.195.233-.104.458-.223.675-.358.216-.135.455-.326.716-.574.262-.248.487-.518.675-.81.19-.293.348-.657.477-1.093.13-.436.194-.904.194-1.405 0-.473-.065-.917-.197-1.333a3.871 3.871 0 0 0-.518-1.076 8.158 8.158 0 0 0-.705-.862c-.255-.273-.51-.53-.767-.772-.256-.242-.49-.484-.704-.726a3.13 3.13 0 0 1-.52-.81 2.288 2.288 0 0 1-.198-.937c0-.596.234-1.105.7-1.527.467-.422 1.11-.633 1.93-.633.237 0 .48.024.73.072.25.047.544.144.882.29.337.147.662.338.974.575.312.236.638.56.978.974.34.414.648.89.923 1.43zm-14.64 4.59a5.551 5.551 0 0 1-.487-1.337A7.64 7.64 0 0 1 .014 7.43C0 6.9.054 6.36.174 5.82a8.07 8.07 0 0 1 .532-1.592c.233-.518.553-1.01.96-1.48a7.86 7.86 0 0 1 1.405-1.267c.527-.373 1.162-.69 1.904-.948A10.888 10.888 0 0 1 7.406 0l.2.473c-.044.01-.108.03-.193.054-.083.026-.242.09-.475.195a5.585 5.585 0 0 0-.675.358 4.653 4.653 0 0 0-.716.574 4.374 4.374 0 0 0-.675.81c-.19.293-.348.657-.477 1.093-.13.436-.194.904-.194 1.405 0 .473.065.917.197 1.333.132.417.305.775.518 1.076.214.302.45.59.705.862.255.273.51.53.767.772.256.242.49.484.704.726.215.242.387.512.52.81.132.298.198.61.198.937 0 .596-.234 1.105-.7 1.527-.467.422-1.11.633-1.93.633-.237 0-.48-.024-.73-.072a4.293 4.293 0 0 1-.882-.29 4.743 4.743 0 0 1-.974-.575 5.953 5.953 0 0 1-.978-.974 7.87 7.87 0 0 1-.923-1.43z"/></svg>
<svg class="tc-image-storm-showers tc-image-button" width="22pt" height="22pt" viewBox="0 0 2213 2152"><path d="M0 1011q0 177 105.5 317T379 1519l-69 179q-5 23 15 23h227l-111 403h30l423-557q6-7 2-14.5t-15-7.5H649l264-495q10-22-15-22H584q-15 0-24 15l-115 306q-114-29-188.5-124T182 1011q0-133 90-230.5T496 667l56-8q21 0 21-18l8-55q16-173 145.5-290T1031 179q174 0 304.5 117T1485 586l6 62q0 19 20 19h172q145 0 247.5 101t102.5 243q0 136-95 235.5T1704 1356q-21 0-21 20v146q0 18 21 18 104-3 198.5-47t162.5-114.5 108-167 40-200.5q0-144-71.5-265.5t-193.5-192-265-70.5h-34q-53-213-225-348T1031 0Q805 0 630 140T406 498q-176 41-291 184.5T0 1011zm870 1052q0 25 16.5 49.5T936 2147q22 5 27 5 14 0 40-11 34-15 45-56l30-112q10-35-8.5-67t-56.5-43q-35-10-67.5 8.5T902 1928l-29 107q-3 27-3 28zm143-509q0 23 16.5 46.5t48.5 35.5q36 12 68-5t43-56l32-111q10-35-9-67.5t-57-43.5q-36-10-69 8.5t-44 55.5l-26 108q-3 27-3 29zm301 176q0 27 17.5 54t50.5 37q4 0 12.5 2t12.5 2q21 0 40-8 30-11 44-61l27-108q11-37-6.5-70.5T1458 1533q-40-10-72.5 9t-39.5 57l-29 110q-3 9-3 21zm145-511q-1 25 16 50t52 40q12 6 28 6 17 0 36-9 33-16 47-61l31-110q3-21 3-23 0-27-17.5-52.5T1602 1024q-4 0-12-2t-12-2q-27 0-52 16.5t-35 51.5l-29 108q-3 12-3 23z"/></svg>
<svg class="tc-image-storm-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 1118 1829"><path d="M0 1829V0h121v1829H0zM206 704V0h912v704H206zm252-214h406V223H458v267z"/></svg>
<svg class="tc-image-straighten tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M40 0H4C1.79 0 0 1.79 0 4v16c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm0 20H4V4h4v8h4V4h4v8h4V4h4v8h4V4h4v8h4V4h4v16z"/></svg>
<svg class="tc-image-stream tc-image-button" width="22pt" height="22pt" viewBox="0 0 50.68327331542969 35.82600402832031"><path d="M25.342 11.58a6.333 6.333 0 1 1 0 12.666 6.333 6.333 0 0 1 0-12.666zm-11.083 6.333c0 3.06 1.24 5.831 3.246 7.837l-3.36 3.359A15.784 15.784 0 0 1 9.51 17.913c0-4.372 1.772-8.33 4.637-11.196l3.359 3.359a11.049 11.049 0 0 0-3.246 7.837zm22.166 0c0-3.06-1.24-5.831-3.246-7.837l3.359-3.359a15.784 15.784 0 0 1 4.637 11.196c0 4.372-1.772 8.33-4.637 11.196l-3.36-3.359a11.049 11.049 0 0 0 3.247-7.837zm-31.666 0c0 5.684 2.303 10.83 6.028 14.555l-3.358 3.358a25.254 25.254 0 0 1-7.42-17.913A25.254 25.254 0 0 1 7.429 0l3.358 3.358a20.519 20.519 0 0 0-6.028 14.555zm41.166 0c0-5.684-2.303-10.83-6.028-14.555L43.255 0a25.254 25.254 0 0 1 7.42 17.913 25.254 25.254 0 0 1-7.42 17.913l-3.358-3.358a20.519 20.519 0 0 0 6.028-14.555z"/></svg>
<svg class="tc-image-streamline tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.097999572753906 23.20800018310547"><path d="M10.549 9.494C4.634 9.494 0 7.409 0 4.747S4.634 0 10.549 0s10.549 2.085 10.549 4.747-4.634 4.747-10.549 4.747zm0-8.439c-4.491 0-9.494 1.516-9.494 3.692s5.003 3.692 9.494 3.692 9.494-1.516 9.494-3.692-5.004-3.692-9.494-3.692zm0 12.659C4.634 13.714 0 11.629 0 8.967v-4.22a.527.527 0 1 1 1.054 0v4.22c0 2.176 5.003 3.692 9.494 3.692s9.494-1.516 9.494-3.692v-4.22a.527.527 0 1 1 1.054 0v4.22c0 2.662-4.634 4.747-10.549 4.747zm0 4.747C4.634 18.461 0 16.376 0 13.714V8.967a.527.527 0 0 1 1.054 0v4.747c0 2.176 5.003 3.692 9.494 3.692s9.494-1.517 9.494-3.692V8.967a.527.527 0 0 1 1.054 0v4.747c0 2.662-4.634 4.747-10.549 4.747zm0 4.747C4.634 23.208 0 21.123 0 18.461v-4.747a.527.527 0 0 1 1.054 0v4.747c0 2.176 5.003 3.692 9.494 3.692s9.494-1.517 9.494-3.692v-4.747a.527.527 0 0 1 1.054 0v4.747c0 2.662-4.634 4.747-10.549 4.747z"/></svg>
<svg class="tc-image-street-view tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1760"><path d="M1408 1504q0 63-61.5 113.5t-164 81-225 46T704 1760t-253.5-15.5-225-46-164-81T0 1504q0-49 33-88.5t91-66.5 118-44.5 131-29.5q26-5 48 10.5t26 41.5q5 26-10.5 48t-41.5 26q-58 10-106 23.5t-76.5 25.5-48.5 23.5-27.5 19.5-8.5 12q3 11 27 26.5t73 33 114 32.5 160.5 25 201.5 10 201.5-10 160.5-25 114-33 73-33.5 27-27.5q-1-4-8.5-11t-27.5-19-48.5-23.5-76.5-25-106-23.5q-26-4-41.5-26t-10.5-48q4-26 26-41.5t48-10.5q71 12 131 29.5t118 44.5 91 66.5 33 88.5zm-384-896v384q0 26-19 45t-45 19h-64v384q0 26-19 45t-45 19H576q-26 0-45-19t-19-45v-384h-64q-26 0-45-19t-19-45V608q0-53 37.5-90.5T512 480h384q53 0 90.5 37.5T1024 608zm-96-384q0 93-65.5 158.5T704 448t-158.5-65.5T480 224t65.5-158.5T704 0t158.5 65.5T928 224z"/></svg>
<svg class="tc-image-streetview tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><g transform="translate(-6 -2)"><path d="M25.12 28.66A3 3 0 0 0 24 31v11h14c2.2 0 4-1.8 4-4V26.05c-1.89-.67-3.91-1.05-6-1.05-4.05 0-7.87 1.4-10.88 3.66z"/><circle cx="36" cy="12" r="10"/><path d="M23 12c0-2.17.54-4.2 1.47-6H10c-2.2 0-4 1.8-4 4v28c0 1.1.45 2.1 1.18 2.83L26.81 21.2A13.003 13.003 0 0 1 23 12z"/></g></svg>
<svg class="tc-image-strikethrough tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 896"><path d="M1024 448v64H789.494C816.998 550.51 832 594.692 832 640c0 70.878-36.66 139.026-100.58 186.964C672.062 871.482 594.137 896 512 896c-82.138 0-160.062-24.518-219.42-69.036C228.66 779.026 192 710.878 192 640h128c0 69.382 87.926 128 192 128s192-58.618 192-128-87.926-128-192-128H0v-64h299.518a306.89 306.89 0 0 1-6.938-5.036C228.66 395.024 192 326.878 192 256s36.66-139.024 100.58-186.964C351.938 24.518 429.862 0 512 0c82.136 0 160.062 24.518 219.42 69.036C795.34 116.976 832 185.122 832 256H704c0-69.382-87.926-128-192-128s-192 58.618-192 128 87.926 128 192 128c78.978 0 154.054 22.678 212.482 64H1024z"/></svg>
<svg class="tc-image-strikethrough-s tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 29.979999542236328"><g transform="translate(-6 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M14.47 17.49c-.51-.95-.77-2.06-.77-3.33 0-1.22.26-2.33.79-3.34.53-1.01 1.27-1.87 2.23-2.58s2.09-1.26 3.41-1.65C21.45 6.2 22.89 6 24.47 6c1.62 0 3.09.22 4.41.67 1.32.45 2.45 1.07 3.39 1.88.94.8 1.66 1.75 2.17 2.86.51 1.1.76 2.31.76 3.62h-6.02c0-.61-.1-1.18-.29-1.7-.19-.53-.49-.98-.89-1.35-.4-.37-.9-.67-1.5-.87-.6-.21-1.31-.31-2.13-.31-.79 0-1.47.09-2.06.26-.58.17-1.06.41-1.44.72-.38.31-.67.67-.86 1.08-.19.41-.29.86-.29 1.32 0 .96.49 1.77 1.47 2.42.75.49 1.53.96 2.81 1.4h-9.22c-.1-.17-.21-.33-.31-.51zM42 24v-4H6v4h19.25c.36.14.8.28 1.1.41.74.33 1.32.68 1.74 1.02.42.35.7.73.85 1.13.15.41.22.87.22 1.37 0 .47-.09.91-.27 1.31-.18.41-.46.76-.83 1.05-.37.29-.85.52-1.42.69-.58.17-1.25.25-2.03.25-.87 0-1.66-.09-2.37-.26-.71-.17-1.31-.45-1.81-.83-.5-.38-.89-.88-1.17-1.49-.28-.61-.51-1.53-.51-2.41H12.8c0 1.1.16 2.26.47 3.16.31.9.75 1.71 1.3 2.42s1.21 1.32 1.96 1.84 1.56.96 2.44 1.3c.88.35 1.79.61 2.76.77.96.17 1.93.25 2.89.25 1.6 0 3.06-.18 4.36-.55s2.42-.9 3.34-1.58c.92-.69 1.63-1.53 2.14-2.54s.75-2.15.75-3.43c0-1.2-.21-2.28-.62-3.23-.1-.23-.21-.45-.34-.67H42z"/></g></svg>
<svg class="tc-image-string tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.523292541503906 6.842692852020264"><path d="M5.12 4.619c0 .39-.101.74-.301 1.051-.201.311-.495.553-.881.729s-.845.264-1.375.264c-.636 0-1.16-.119-1.573-.359a2.1 2.1 0 0 1-.714-.692C.091 5.321 0 5.041 0 4.769c0-.158.055-.294.165-.407a.56.56 0 0 1 .42-.169c.138 0 .254.043.35.131.094.088.175.219.243.392.082.205.17.377.266.515.095.138.229.251.402.34.173.09.4.135.681.135.387 0 .701-.091.942-.271.242-.181.363-.405.363-.675a.71.71 0 0 0-.196-.521 1.262 1.262 0 0 0-.505-.306 9.066 9.066 0 0 0-.829-.225 5.89 5.89 0 0 1-1.162-.379 1.872 1.872 0 0 1-.742-.593c-.184-.25-.275-.561-.275-.933 0-.354.097-.67.29-.945s.473-.487.839-.635C1.618.075 2.049 0 2.544 0c.396 0 .737.05 1.026.147.288.099.528.229.718.392.19.162.33.333.417.512s.132.354.132.523a.616.616 0 0 1-.165.419.518.518 0 0 1-.409.187c-.149 0-.263-.037-.34-.111a1.51 1.51 0 0 1-.254-.368 1.67 1.67 0 0 0-.421-.569C3.083.996 2.82.928 2.457.928c-.337 0-.608.074-.815.222-.206.148-.31.326-.31.534 0 .129.035.24.105.334s.167.175.29.242.248.12.374.158.334.094.624.166c.363.086.692.18.987.281.294.104.545.228.751.374.206.147.367.332.483.556.116.225.174.499.174.824zm.909-2.728h.132V1.17c0-.193.005-.346.016-.455a.673.673 0 0 1 .085-.283.568.568 0 0 1 .497-.278.59.59 0 0 1 .413.172.501.501 0 0 1 .156.278c.022.111.033.267.033.468v.819H7.8c.17 0 .299.04.389.12a.4.4 0 0 1 .135.31c0 .162-.064.274-.191.339s-.311.096-.547.096h-.225v2.206c0 .188.006.332.02.433a.454.454 0 0 0 .105.246c.057.063.15.095.279.095.07 0 .166-.013.285-.037.121-.025.215-.038.281-.038a.36.36 0 0 1 .262.117.39.39 0 0 1 .117.287c0 .193-.105.342-.316.444s-.516.153-.91.153c-.375 0-.66-.062-.853-.188s-.32-.3-.38-.522-.09-.521-.09-.893V2.756h-.158c-.173 0-.305-.041-.396-.123s-.136-.186-.136-.313c0-.125.047-.229.143-.31.095-.079.234-.119.415-.119zm4.311 3.041v1.002c0 .243-.057.425-.17.547a.576.576 0 0 1-.436.182c-.174 0-.314-.061-.426-.184s-.168-.305-.168-.545v-3.34c0-.539.195-.809.584-.809.199 0 .344.062.432.188s.076.253.086.499c.143-.246.35-.373.5-.499s.354-.188.605-.188.496.062.732.188c.238.126.357.293.357.501a.475.475 0 0 1-.152.362.472.472 0 0 1-.328.144c-.043 0-.15-.027-.318-.082a1.477 1.477 0 0 0-.445-.081.653.653 0 0 0-.432.139.882.882 0 0 0-.258.411 2.866 2.866 0 0 0-.129.647c-.022.252-.034.556-.034.918zm2.431.408a.751.751 0 1 0 .002 1.502.751.751 0 0 0-.002-1.502z"/></svg>
<svg class="tc-image-stripe tc-image-button" width="22pt" height="22pt" viewBox="0 0 345.27899169921875 515.1839599609375"><path d="M3.76 174.592C0 123.056 21.504 80.048 68.271 45.568c21.504-16.032 46.24-28 74.24-35.84 26.625-7.856 56.48-9.728 89.6-5.632 33.105 4.096 64 14.16 92.672 30.208-.672 13.664-.672 26.624 0 38.912 2.049 40.624.337 66.736-5.103 78.336-3.073-.336-11.952-2.72-26.624-7.168-12.304-3.76-23.569-6.48-33.792-8.192-10.577-2.048-20.993-3.408-31.233-4.096-23.903-2.048-40.783 4.432-50.687 19.456 2.72 15.024 9.216 26.289 19.456 33.792 10.24 7.168 24.24 13.488 41.983 18.944 16.72 4.784 28.496 9.217 35.328 13.312 38.577 23.905 62.305 61.28 71.168 112.128v43.52c0 27.648-7.6 51.969-22.783 72.96-15.184 20.992-35.425 36.784-60.688 47.376-35.825 15.009-77.569 21.6-125.168 19.696-47.617-1.872-88.496-12.032-122.624-30.448 1.024-14 1.024-27.487 0-40.447-1.025-14.336-1.36-28.177-1.025-41.489.673-14.672 2.72-26.431 6.145-35.312 6.143 1.009 14.336 2.896 24.576 5.633 18.08 5.12 30.72 8.351 37.888 9.712 56.32 12.303 86.528 5.471 90.624-20.464 1.024-7.505-.768-14.416-5.376-20.737-4.609-6.336-10.496-11.36-17.664-15.104-9.569-4.783-17.745-8.528-24.577-11.264-9.887-4.096-16.223-6.992-18.96-8.704-15.007-7.84-25.088-13.311-30.208-16.368-19.456-11.615-33.103-23.216-40.96-34.816-18.431-26.32-28.672-52.608-30.72-78.88z"/></svg>
<svg class="tc-image-stroke tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M7 3H6V2h1v1zm0 1H6v1h1V4zm0 2H6v1h1V6zm0 2H6v1h1V8zm0 2H6v1h1v-1zM3 6H2v1h1V6zm2 0H4v1h1V6zm4 0H8v1h1V6zm2 0h-1v1h1V6zm1-5H1v11h11V1m0-1a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h11z"/></svg>
<svg class="tc-image-stroke-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M7 10H6v1h1v-1zm0-1H6V8h1v1zm0-2H6V6h1v1zm0-2H6V4h1v1zm0-2H6V2h1v1zm-6 8H0v-1h1v1zm0-2H0V8h1v1zm0-2H0V6h1v1zm0-2H0V4h1v1zm0-2H0V2h1v1zm12 8h-1v-1h1v1zm0-2h-1V8h1v1zm0-2h-1V6h1v1zm0-2h-1V4h1v1zm0-2h-1V2h1v1zM3 7H2V6h1v1zm2 0H4V6h1v1zm4 0H8V6h1v1zm2 0h-1V6h1v1zM7 1H6V0h1v1zM1 1H0V0h1v1zm12 0h-1V0h1v1zM3 1H2V0h1v1zm2 0H4V0h1v1zm4 0H8V0h1v1zm2 0h-1V0h1v1zm2 12H0v-1h13v1z"/></svg>
<svg class="tc-image-stroke-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M3 7V6H2v1h1zm1 0V6h1v1H4zm2 0V6h1v1H6zm2 0V6h1v1H8zm2 0V6h1v1h-1zM2 1V0h1v1H2zm2 0V0h1v1H4zm2 0V0h1v1H6zm2 0V0h1v1H8zm2 0V0h1v1h-1zM2 13v-1h1v1H2zm2 0v-1h1v1H4zm2 0v-1h1v1H6zm2 0v-1h1v1H8zm2 0v-1h1v1h-1zM6 3V2h1v1H6zm0 2V4h1v1H6zm0 4V8h1v1H6zm0 2v-1h1v1H6zm6-4V6h1v1h-1zm0-6V0h1v1h-1zm0 12v-1h1v1h-1zm0-10V2h1v1h-1zm0 2V4h1v1h-1zm0 4V8h1v1h-1zm0 2v-1h1v1h-1zM0 13V0h1v13H0z"/></svg>
<svg class="tc-image-stroke-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M10 7V6h1v1h-1zM9 7V6H8v1h1zM7 7V6H6v1h1zM5 7V6H4v1h1zM3 7V6H2v1h1zm8-6V0h-1v1h1zM9 1V0H8v1h1zM7 1V0H6v1h1zM5 1V0H4v1h1zM3 1V0H2v1h1zm8 12v-1h-1v1h1zm-2 0v-1H8v1h1zm-2 0v-1H6v1h1zm-2 0v-1H4v1h1zm-2 0v-1H2v1h1zM7 3V2H6v1h1zm0 2V4H6v1h1zm0 4V8H6v1h1zm0 2v-1H6v1h1zM1 7V6H0v1h1zm0-6V0H0v1h1zm0 12v-1H0v1h1zM1 3V2H0v1h1zm0 2V4H0v1h1zm0 4V8H0v1h1zm0 2v-1H0v1h1zm12 2V0h-1v13h1z"/></svg>
<svg class="tc-image-stroke-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M7 3H6V2h1v1zm0 1H6v1h1V4zm0 2H6v1h1V6zm0 2H6v1h1V8zm0 2H6v1h1v-1zM1 2H0v1h1V2zm0 2H0v1h1V4zm0 2H0v1h1V6zm0 2H0v1h1V8zm0 2H0v1h1v-1zm12-8h-1v1h1V2zm0 2h-1v1h1V4zm0 2h-1v1h1V6zm0 2h-1v1h1V8zm0 2h-1v1h1v-1zM3 6H2v1h1V6zm2 0H4v1h1V6zm4 0H8v1h1V6zm2 0h-1v1h1V6zm-4 6H6v1h1v-1zm-6 0H0v1h1v-1zm12 0h-1v1h1v-1zM3 12H2v1h1v-1zm2 0H4v1h1v-1zm4 0H8v1h1v-1zm2 0h-1v1h1v-1zm2-12H0v1h13V0z"/></svg>
<svg class="tc-image-strong-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 2539 1357"><path d="M0 854q0 39 30 66 26 30 67 30h1567q46 0 78 32t32 79q0 46-31.5 76.5T1664 1168t-78-31q-26-28-64-28-40 0-68.5 27.5T1425 1202q0 40 30 67 90 88 209 88 125 0 214-86t89-210-89.5-213.5T1664 758H97q-40 0-68.5 28T0 854zm0-350q0 37 30 65 28 28 67 28h2138q125 0 214.5-87t89.5-210q0-124-89.5-212T2235 0q-123 0-208 85-29 26-29 71 0 41 27.5 67t67.5 26q39 0 67-26 30-33 75-33 46 0 77.5 32t31.5 78-31.5 77-77.5 31H97q-40 0-68.5 28T0 504z"/></svg>
<svg class="tc-image-stubhub tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.009876251220703 7.255177974700928"><path fill-rule="nonzero" d="M.33 6.944c-.08.03-.124-.008-.097-.09l.224-.73c.026-.08.04-.22.03-.304L.004 1.226a.152.152 0 0 1 .14-.166L15.86.005c.085-.005.15.06.143.146l-.64 6.954a.163.163 0 0 1-.17.146L1.84 6.391a.8.8 0 0 0-.302.052l-1.208.5zm7.204-3.842a.557.557 0 0 0-.42.162v-.746h-.335v1.556c0 .228.07.416.204.557.134.14.32.212.552.212.234 0 .422-.072.557-.212a.78.78 0 0 0 .203-.557v-.188c-.003-.52-.257-.784-.763-.784zm0 .326c.14 0 .246.034.318.106.07.07.108.19.108.355v.19a.45.45 0 0 1-.114.325.405.405 0 0 1-.312.12c-.133 0-.24-.04-.31-.12a.46.46 0 0 1-.11-.326v-.192c0-.164.036-.283.105-.355.07-.07.177-.103.315-.103zm2.424.048H8.9v-.965h-.345v2.313H8.9V3.812h1.057v1.012h.347V2.511h-.346v.965zm2.964-.374a.559.559 0 0 0-.42.162v-.746h-.335v1.556c0 .228.07.416.204.557.135.14.32.212.554.212.234 0 .422-.072.557-.212a.777.777 0 0 0 .204-.557v-.188c0-.52-.258-.784-.762-.784zm0 .326c.14 0 .247.034.318.106.072.07.11.19.11.355v.19a.453.453 0 0 1-.115.325c-.073.08-.18.12-.312.12s-.238-.04-.31-.12a.463.463 0 0 1-.11-.326v-.192c0-.164.036-.283.105-.355.072-.07.178-.103.315-.103zm-6.737.63c0 .173-.025.297-.075.363-.048.064-.133.098-.257.098h-.01c-.123 0-.21-.033-.258-.097-.05-.068-.077-.19-.077-.363v-.91H5.18v.91c0 .28.05.483.153.602.098.116.257.177.474.183h.077c.217-.006.376-.067.474-.183.1-.122.153-.323.153-.602v-.91h-.327v.91zm5.39 0c0 .173-.027.295-.077.363-.048.064-.132.098-.254.098h-.017c-.122 0-.21-.033-.257-.097-.05-.068-.077-.19-.077-.363v-.91h-.33v.91c0 .28.05.483.154.602.098.116.257.177.474.183h.08c.217-.006.376-.067.474-.183.1-.12.154-.323.154-.602v-.91h-.33v.91h.004zm-8.043-.487l-.803-.268a.321.321 0 0 1-.127-.074c-.03-.028-.045-.057-.045-.09v-.051c0-.188.156-.283.477-.29h.028c.32 0 .485.086.503.258l.004.027h.344v-.03c-.016-.39-.302-.593-.85-.593h-.035c-.537.006-.808.218-.808.628v.053c0 .115.038.216.106.3.07.083.174.146.303.19l.795.266c.135.045.202.12.202.23v.048c0 .098-.048.173-.146.23-.1.06-.244.09-.424.09s-.32-.028-.42-.09c-.094-.057-.14-.132-.14-.23v-.037h-.34v.034c0 .202.08.363.24.483.16.116.38.177.66.177.283 0 .51-.058.665-.177.162-.12.24-.28.24-.483v-.047a.542.542 0 0 0-.116-.347.667.667 0 0 0-.313-.207zm1.14.835a.46.46 0 0 1-.112-.326v-.594h.357v-.34H4.56v-.63h-.336V4.08c0 .228.07.416.205.556.116.12.27.19.456.207l.032.002v-.323l-.023-.004a.376.376 0 0 1-.224-.112zm8.93-1.352h.042v.122h.02v-.122h.042v-.016H13.6v.016zm.193.083l-.037-.1h-.032v.138h.02v-.114l.045.114h.013l.042-.114v.114h.02v-.137h-.033l-.037.1z"/></svg>
<svg class="tc-image-stumbleupon tc-image-button" width="22pt" height="22pt" viewBox="0 0 670.2229614257812 512.014892578125"><path d="M0 361.984v-92.672h114.688v91.664c0 9.568 3.408 17.824 10.24 24.832s15.184 10.496 25.088 10.496 18.336-3.424 25.344-10.24c7.008-6.848 10.496-15.2 10.496-25.088V144.384c0-39.936 14.752-73.985 44.288-102.144C259.68 14.08 294.753 0 335.36 0c40.609 0 75.68 14.16 105.216 42.496 29.52 28.335 44.305 62.64 44.305 102.912v47.103l-68.624 20.48-45.569-21.503v-40.96c0-9.905-3.408-18.257-10.255-25.09-6.817-6.831-15.184-10.239-25.073-10.239-9.903 0-18.336 3.408-25.344 10.24s-10.496 15.184-10.496 25.089v213.504c0 40.975-14.672 75.872-44.032 104.72C226.144 497.599 190.976 512 150.016 512c-41.311 0-76.64-14.592-105.984-43.777C14.688 439.04.001 403.616.001 361.983zm370.688 1.536v-93.696l45.568 21.52 68.624-20.496v94.224c0 9.904 3.408 18.336 10.224 25.344 6.847 7.008 15.2 10.496 25.088 10.496 9.904 0 18.272-3.504 25.087-10.496 6.817-6.992 10.256-15.44 10.256-25.344v-95.744h114.688V362c0 41.296-14.591 76.64-43.776 105.983-29.184 29.36-64.432 44.032-105.728 44.032s-76.624-14.496-105.984-43.52c-29.36-29.04-44.048-64.016-44.048-104.976z"/></svg>
<svg class="tc-image-stumbleupon-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M866 711l90-27v-62q0-79-58-135t-138-56-138 55.5T564 621v283q0 20-14 33.5T517 951t-32.5-13.5T471 904V784H320v122q0 82 57.5 139t139.5 57q81 0 138.5-56.5T713 909V629q0-19 13.5-33t33.5-14q19 0 32.5 14t13.5 33v54zm333 195V784h-150v126q0 20-13.5 33.5T1002 957q-19 0-32.5-14T956 910V787l-90 26-60-28v123q0 80 58 137t139 57 138.5-57 57.5-139zm337-138q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-stumbleupon-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c132 0 245 46.667 339 140s141 206.667 141 340c0 132-47 245-141 339S612 960 480 960c-133.333 0-246.667-47-340-141S0 612 0 480c0-133.333 46.667-246.667 140-340S346.667 0 480 0m0 368c17.333 0 26 8.667 26 26v30l34 18 52-18v-30c0-30.667-11-57-33-79s-48.333-33-79-33-57.333 11-80 33-34 48.333-34 79v160c0 17.333-8.667 26-26 26s-26-8.667-26-26v-68h-88v68c0 30.667 11.333 57 34 79s49.333 33 80 33 57-11 79-33 33-48.333 33-79V394c0-17.333 9.333-26 28-26m252 186v-68h-86v68c0 17.333-8.667 26-26 26-18.667 0-28-8.667-28-26v-68l-52 16-34-16v68c0 30.667 11 57 33 79s49 33 81 33c30.667 0 57-11 79-33s33-48.333 33-79"/></svg>
<svg class="tc-image-stumbleupon2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000999450683594 16.000999450683594"><path d="M13.313 0H2.688A2.696 2.696 0 0 0 0 2.688v10.625a2.696 2.696 0 0 0 2.688 2.688h10.625a2.696 2.696 0 0 0 2.688-2.688V2.688A2.696 2.696 0 0 0 13.313 0zM8 5c-.551 0-1 .449-1 1v4c0 1.654-1.346 3-3 3s-3-1.346-3-3V8h2v2c0 .551.449 1 1 1s1-.449 1-1V6c0-1.654 1.346-3 3-3s3 1.346 3 2.781v.969l-1.281.375L9 6.75v-.969C9 5.448 8.551 5 8 5zm7 5c0 1.654-1.346 3-3 3s-3-1.346-3-3.219V7.843l.719.375L11 7.843v1.938c0 .77.449 1.219 1 1.219s1-.449 1-1V8h2v2z"/></svg>
<svg class="tc-image-style tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.839996337890625 38.01000213623047"><path d="M3 33.82l2.69 1.11V16.88L.84 28.59C0 30.62.97 32.97 3 33.82zm39-7.42L32.08 2.47A4.006 4.006 0 0 0 28.47.01c-.53-.01-1.07.09-1.6.3l-14.73 6.1c-1.5.62-2.42 2.07-2.46 3.6-.01.54.08 1.08.3 1.61l9.91 23.93c.63 1.52 2.1 2.44 3.66 2.46.52 0 1.04-.09 1.55-.3l14.73-6.1c2.03-.84 3.01-3.18 2.17-5.21zM13.69 12.01c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-4 22c0 2.2 1.8 4 4 4h2.91L9.69 21.33v12.68z"/></svg>
<svg class="tc-image-styleshare tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.748908042907715 16"><path d="M7.874 0a8.001 8.001 0 0 0 0 16 8.001 8.001 0 0 0 0-16zm.998 7.11a.729.729 0 1 0 .457-1.292.728.728 0 0 0-.566 1.184l-.89.89L6.984 7a.729.729 0 1 0-1.292-.457.728.728 0 0 0 1.184.566l.89.89-.89.89a.729.729 0 1 0-.457 1.292.728.728 0 0 0 .566-1.184l.89-.89.89.89a.729.729 0 1 0 1.292.457.728.728 0 0 0-1.184-.566L7.983 8l.891-.89z"/></svg>
<svg class="tc-image-stylus tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.01799774169922 23.840999603271484"><path d="M3.106 9.61c.284 0 .514.039.689.117s.262.175.262.291c0 .142-.036.304-.107.485s-.139.33-.204.446c-.026.026-.058.029-.097.01s-.058-.055-.058-.107c.039-.09.058-.22.058-.388 0-.181-.048-.33-.146-.446s-.23-.175-.398-.175c-.22 0-.398.068-.534.204s-.204.327-.204.572c0 .207.055.405.165.592s.233.376.369.563c.136.188.262.388.378.602s.175.456.175.728c0 .465-.188.828-.563 1.086s-.867.388-1.475.388c-.44 0-.786-.071-1.038-.213S0 14.068 0 13.9c0-.052.019-.123.058-.213s.09-.187.155-.291c.065-.103.136-.207.213-.31s.162-.187.252-.252c.039-.026.074-.02.107.019s.036.078.01.117c-.078.077-.136.159-.175.243s-.058.197-.058.34c0 .233.078.424.233.572s.356.223.601.223c.336 0 .598-.094.786-.281s.281-.417.281-.689c0-.246-.055-.475-.165-.689s-.23-.42-.359-.621c-.129-.201-.249-.404-.359-.611s-.165-.427-.165-.66c0-.336.142-.617.427-.844s.705-.34 1.261-.34zm5.297.098c.065.026.09.062.078.107s-.071.081-.175.107c-.194 0-.417.007-.669.019s-.521.033-.805.058c-.259.634-.472 1.251-.64 1.853s-.252 1.09-.252 1.465c0 .44.168.659.504.659s.711-.291 1.126-.873c.039-.026.074-.026.107 0s.042.071.029.136c-.22.362-.498.676-.834.941s-.666.398-.989.398c-.337 0-.585-.081-.747-.243s-.242-.385-.242-.669c0-.375.09-.892.272-1.552s.414-1.332.699-2.018a8.893 8.893 0 0 0-.931.155c-.065-.013-.081-.045-.048-.097s.09-.107.175-.165c.084-.059.184-.11.301-.155s.226-.068.33-.068h.155a.632.632 0 0 0 .155-.019c.168-.375.343-.737.524-1.087s.362-.666.543-.951c.077-.09.184-.171.32-.242s.268-.126.398-.165c.129-.039.236-.061.32-.068s.119.017.107.068c-.22.337-.437.712-.65 1.126s-.417.847-.611 1.3c.246-.013.495-.019.747-.019h.708zM20.174 0c.194 0 .352.049.475.146s.207.226.252.388c.045.162.052.346.02.553s-.107.414-.223.621c-.026.026-.058.026-.097 0s-.065-.058-.078-.097c.026-.155-.029-.285-.165-.388s-.346-.155-.631-.155c-.53 0-1.064.197-1.601.592s-1.057.915-1.562 1.562c-.504.647-.977 1.391-1.416 2.231s-.821 1.707-1.145 2.6c-.323.892-.579 1.778-.767 2.658s-.281 1.681-.281 2.406c0 .388.11.582.33.582.155 0 .307-.065.456-.194s.32-.323.514-.582c.039-.026.074-.022.107.01s.042.074.029.126c-.259.388-.563.711-.912.97s-.666.388-.951.388c-.246 0-.417-.071-.514-.213s-.146-.323-.146-.543c0-.608.129-1.368.388-2.28s.604-1.876 1.038-2.891c.433-1.015.934-2.027 1.504-3.036s1.161-1.918 1.775-2.726c.614-.809 1.232-1.465 1.853-1.97s1.203-.757 1.746-.757zM2.948 23.841c-.194 0-.352-.049-.475-.146s-.207-.226-.252-.388c-.045-.162-.051-.346-.019-.553s.107-.414.223-.621c.026-.026.058-.026.097 0s.065.058.077.097c-.026.155.029.285.165.388s.346.155.63.155c.53 0 1.064-.197 1.601-.592s1.057-.915 1.562-1.561c.504-.647.977-1.391 1.416-2.231s.822-1.707 1.145-2.6c.323-.892.579-1.778.766-2.658s.281-1.681.281-2.406c0-.388-.11-.582-.33-.582-.155 0-.307.064-.456.194s-.32.323-.514.582c-.039.026-.074.022-.107-.01s-.042-.074-.029-.126c.259-.388.563-.712.912-.97s.666-.388.951-.388c.246 0 .417.071.514.213s.146.323.146.543c0 .608-.129 1.368-.388 2.28s-.604 1.875-1.038 2.891c-.433 1.015-.934 2.027-1.504 3.036s-1.161 1.918-1.775 2.726c-.614.808-1.232 1.465-1.853 1.969s-1.203.757-1.746.757zm13.106-9.264c-.543 0-.815-.297-.815-.892 0-.207.022-.446.068-.718s.116-.553.213-.844c.097-.291.21-.585.34-.883s.284-.582.466-.854c-.142.091-.278.184-.407.281s-.246.197-.349.301c-.039.026-.075.017-.107-.029s-.036-.087-.01-.126c.22-.233.533-.472.941-.718s.798-.44 1.174-.582c.064 0 .113.017.145.049s.036.075.01.126c-.414.543-.747 1.132-.999 1.765s-.378 1.249-.378 1.843c0 .375.116.563.349.563.168 0 .375-.113.621-.34s.504-.524.776-.893c.272-.368.546-.786.825-1.251s.533-.938.766-1.417c.039-.077.152-.155.34-.233s.378-.117.572-.117c.194 0 .252.052.175.155-.181.337-.34.65-.475.941s-.249.579-.34.863a5.66 5.66 0 0 0-.272 1.823c0 .414.11.621.33.621s.466-.194.737-.582c.039-.026.078-.026.116 0s.052.065.039.117c-.22.336-.463.592-.728.766s-.508.262-.728.262c-.543 0-.815-.317-.815-.951 0-.66.116-1.313.349-1.96-.492.892-1.009 1.601-1.552 2.125s-1.003.786-1.378.786zm8.013-4.967c.284 0 .514.039.689.117s.262.175.262.291c0 .142-.036.304-.107.485s-.139.33-.204.446c-.026.026-.058.029-.097.01s-.058-.055-.058-.107c.039-.09.058-.22.058-.388 0-.181-.048-.33-.146-.446s-.23-.175-.398-.175c-.22 0-.398.068-.534.204s-.204.327-.204.572c0 .207.055.405.165.592s.233.376.369.563c.136.188.262.388.378.602s.175.456.175.728c0 .465-.188.828-.563 1.086s-.867.388-1.474.388c-.44 0-.786-.071-1.038-.213s-.378-.297-.378-.465c0-.052.019-.123.058-.213s.09-.187.155-.291c.065-.103.136-.207.213-.31s.162-.187.252-.252c.039-.026.074-.02.107.019s.035.078.01.117c-.078.077-.136.159-.175.243s-.058.197-.058.34c0 .233.078.424.233.572s.356.223.601.223c.336 0 .598-.094.786-.281s.281-.417.281-.689c0-.246-.055-.475-.165-.689s-.23-.42-.359-.621c-.129-.201-.249-.404-.359-.611s-.165-.427-.165-.66c0-.336.142-.617.427-.844s.705-.34 1.261-.34z"/></svg>
<svg class="tc-image-subdirectory-arrow-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 36"><path d="M12 12l2.83 2.83L7.66 22H28V0h4v26H7.66l7.17 7.17L12 36 0 24l12-12z"/></svg>
<svg class="tc-image-subdirectory-arrow-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 109 48"><path d="M30 29L18 41l-2.83-2.83L22.34 31H0V7h4v20h18.34l-7.17-7.17L18 17l12 12z"/><path fill="none" d="M109 48H61V0h48v48z"/><path d="M101 30L89 42l-2.83-2.83L93.34 32H69V6h4v22h20.34l-7.17-7.17L89 18l12 12z"/></svg>
<svg class="tc-image-subject tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 28"><path d="M20 24H0v4h20v-4zM32 8H0v4h32V8zM0 20h32v-4H0v4zM0 0v4h32V0H0z"/></svg>
<svg class="tc-image-sublime tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.07900047302246 21.078998565673828"><path d="M0 10.54v10.539h21.079V0H0v10.539zm11.951-5.208c.228.056.448.124.655.203.452.173 1.065.378 1.476.789.166.166.146.215-.234.761-.224.312-.439.615-.478.664-.049.049-.171-.039-.566-.224-.794-.373-1.522-.712-2.323-.712-1.122 0-1.698.429-1.698 1.278 0 .781.537 1.132 2.44 1.62 2.508.644 3.396 1.493 3.357 3.23-.025 1.104-.863 2.233-1.841 2.661-1.11.486-2.413.418-3.55.066a9.36 9.36 0 0 1-1.839-.779c-.211-.12-.5-.301-.68-.481-.197-.197-.096-.235.083-.462.137-.185.381-.478.537-.654l.273-.332.654.439c.947.634 1.62.859 2.576.869.947.01 1.425-.185 1.776-.703.185-.264.224-.429.176-.732-.068-.585-.527-.956-1.591-1.269-2.342-.703-2.752-.849-3.123-1.113-.468-.342-.839-.81-.995-1.269-.156-.468-.137-1.454.049-1.981.689-1.958 3.046-2.314 4.866-1.87z"/></svg>
<svg class="tc-image-subscribe-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.030582427978516 19.22317123413086"><path d="M4.949 16.563a2.46 2.46 0 1 1-4.917-.001 2.46 2.46 0 0 1 4.917.001zm8.62 2.414C13.099 12.2 6.689 6.891.689 6.891v1.25c6 0 11.196 4.798 11.62 10.923l1.26-.087zm6.462.006C19.4 8.79 11.236.63 1.037 0L.959 1.247c9.572.592 17.234 8.249 17.824 17.813l1.248-.077z"/></svg>
<svg class="tc-image-subscript tc-image-button" width="22pt" height="22pt" viewBox="0 0 868 768"><path d="M740 654v50h128v64H676V622l128-60v-50H676v-64h192v146zM648 0H512L324 188 136 0H0l256 256L0 512h136l188-188 188 188h136L392 256z"/></svg>
<svg class="tc-image-subscript2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.743999481201172 13"><path d="M1.776 10l.9-3h4.137l.9 3h1.775l-3-10H3L0 10h1.776zm2.4-8h1.137l.9 3H3.276l.9-3zm10.568-2l-2.5 4-2.5-4h5zm-2.5 10h-1a.5.5 0 0 1 0-1h2a.5.5 0 0 0 0-1h-2a1.502 1.502 0 0 0-1.117 2.5c.275.307.674.5 1.117.5h1a.5.5 0 0 1 0 1h-2a.5.5 0 0 0 0 1h2a1.502 1.502 0 0 0 1.117-2.5 1.496 1.496 0 0 0-1.117-.5z"/></svg>
<svg class="tc-image-subscriptions tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 12H4V8h32v4zM32 0H8v4h24V0zm8 20v16c0 2.21-1.79 4-4 4H4c-2.21 0-4-1.79-4-4V20c0-2.21 1.79-4 4-4h32c2.21 0 4 1.79 4 4zm-12 8l-12-6.53v13.06L28 28z"/></svg>
<svg class="tc-image-subtitles tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM4 16h8v4H4v-4zm20 12H4v-4h20v4zm12 0h-8v-4h8v4zm0-8H16v-4h20v4z"/></svg>
<svg class="tc-image-subtotals tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.242321014404297 11.295900344848633"><path d="M11.641 11.296h-11a.6.6 0 0 1-.468-.976l3.74-4.653L.173.975A.599.599 0 0 1 .643 0h11a.6.6 0 1 1 0 1.2H1.887l3.264 4.093a.601.601 0 0 1 0 .75l-3.258 4.052h9.747a.6.6 0 1 1 0 1.2zm-4-8.143a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm2 0a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm2 0a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm-4 2a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm2 0a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm2 0a.5.5 0 0 0-1 0 .5.5 0 1 0 1 0zm-4.999 2.5a1 1 0 0 0 1 1h3a1 1 0 1 0 0-2h-3a1 1 0 0 0-1 1z"/></svg>
<svg class="tc-image-subtraction tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm149.3 277.3c0 11.8-9.5 21.3-21.3 21.3H128c-11.8 0-21.3-9.6-21.3-21.3v-42.7c0-11.8 9.5-21.3 21.3-21.3h256c11.8 0 21.3 9.6 21.3 21.3v42.7z"/></svg>
<svg class="tc-image-subtraction-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 85.30000305175781"><path d="M0 0h512v85.3H0z"/></svg>
<svg class="tc-image-subversion tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.00100326538086 11.671000480651855"><path d="M16 11.671H0v-.03c2.208-.336 4.824-.887 7.847-1.65 3.245-.82 5.963-1.66 8.153-2.524v4.204zM0 7.221c.454-.025.98-.063 1.578-.113 1.255-.105 2.833-.26 4.732-.463 1.225-.128 2.25-.223 3.074-.284.823-.06 1.467-.094 1.936-.1.914.007 1.407.15 1.478.43.08.322-.412.718-1.48 1.187-1.068.47-2.59.954-4.564 1.453-2.01.507-4.262.944-6.754 1.312V7.221zm.69 1.967c.04 0 .076.016.107.047a.157.157 0 0 1 0 .222.157.157 0 0 1-.11.044.16.16 0 0 1-.112-.045.127.127 0 0 1-.034-.05.164.164 0 0 1-.01-.06c0-.044.014-.08.045-.11a.152.152 0 0 1 .114-.047zm.54 0c.042 0 .078.016.11.047a.15.15 0 0 1 .044.11c0 .044-.015.08-.045.112a.162.162 0 0 1-.172.032.15.15 0 0 1-.05-.033.12.12 0 0 1-.035-.05.146.146 0 0 1-.012-.06c0-.044.016-.08.047-.11a.152.152 0 0 1 .114-.047zM.69 8.18c.04 0 .076.015.107.047a.15.15 0 0 1 .046.11c0 .043-.016.08-.046.11s-.067.046-.11.046a.15.15 0 0 1-.112-.046.153.153 0 0 1-.046-.11c0-.045.014-.082.045-.112.03-.03.07-.045.114-.045zm.54 0a.15.15 0 0 1 .11.047c.03.03.044.066.044.11a.15.15 0 0 1-.045.11.16.16 0 0 1-.112.046.146.146 0 0 1-.11-.046.146.146 0 0 1-.047-.11.158.158 0 0 1 .161-.157zM16 .9v3.21c-1.09.066-2.453.185-4.092.356-1.66.177-3.013.312-4.062.404-1.05.094-1.808.144-2.273.153-.908.025-1.394-.096-1.462-.364-.075-.303.468-.7 1.63-1.185 1.16-.497 2.692-.986 4.598-1.467 1.665-.42 3.553-.788 5.662-1.104zm-.57-.9c-2.17.404-4.418.9-6.743 1.487-3.63.916-6.525 1.828-8.687 2.73V0h15.43z"/></svg>
<svg class="tc-image-subway tc-image-button" width="22pt" height="22pt" viewBox="0 0 877.715087890625 1024.001953125"><path d="M621.715 0q105.714 0 180.857 53.43t75.143 129.428v512q0 74.286-71.714 126.857t-174.57 55.43l121.713 115.428q9.143 8.571 4.571 20t-17.143 11.43H137.143q-12.57 0-17.143-11.43t4.571-20l121.714-115.429q-102.857-2.857-174.57-55.429T0 694.858v-512q0-76 75.143-129.429T256 0h365.714zM164.572 749.714q37.714 0 64.571-26.857T256 658.287t-26.857-64.572-64.57-26.857-64.572 26.857-26.857 64.571 26.857 64.571 64.571 26.857zm237.716-310.857v-292.57H91.43v292.57h310.858zm310.857 310.857q37.714 0 64.571-26.857t26.857-64.57-26.857-64.572-64.57-26.857-64.572 26.857-26.857 64.571 26.856 64.571 64.571 26.857zm91.427-310.857v-292.57H475.429v292.57h329.143z"/></svg>
<svg class="tc-image-subway-station tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 49.94900131225586 50.040000915527344"><path d="M49.949 50.005l-.015-25.059C49.934 11.165 38.748 0 24.967 0 11.186 0 0 11.173 0 24.955L.201 50.04l5.748-.014v-25.07c0-10.741 8.262-19.447 19-19.447 10.74 0 19 8.707 19 19.448v25.048h6zm-16.803-9.074l-.092-.168.048-.062.044-.062c.86-.355 1.641-.79 2.339-1.31.698-.522 1.106-1.286 1.348-2.296.027-.117.116-.389.116-.804V15.376a3.08 3.08 0 0 0-.387-1.556c-.296-.54-.637-1.023-1.09-1.452-.439-.425-.921-.721-1.472-1.006-.55-.282-1.064-.357-1.571-.357H17.507c-.476 0-.988.067-1.54.335-.551.267-1.058.577-1.516.995a5.472 5.472 0 0 0-1.096 1.382 3.025 3.025 0 0 0-.406 1.528v21.164c0 .353.054.728.228 1.11.179.389.381.752.648 1.088.268.348.549.661.862.941.312.282.608.512.908.688.145.061.403.154.777.271.369.119.539.19.511.246l-6.105 9.252h3.561l4.458-6h12.302l4.452 6h3.606l-6.011-9.074zM19.949 13.005c0-.55.45-1 1-1h8c.55 0 1 .45 1 1v1c0 .55-.45 1-1 1h-8c-.55 0-1-.45-1-1v-1zm-3.936 4.885c.133-.282.237-.538.444-.779.211-.238.422-.58.703-.729.281-.15.54-.377.837-.377h13.857c.267 0 .532.215.801.328.268.12.512.363.737.569.222.207.31.472.448.709.131.232.109.526.109.793v4.724c0 .27.013.521-.133.775-.148.26-.298.484-.538.677-.239.189-.466.238-.733.353-.268.126-.514.072-.778.072H18.086c-.033 0-.107.093-.225.069l-.27-.039c-.503-.088-.812-.329-1.2-.775-.385-.449-.442-.907-.442-1.443v-4.054c0-.297-.068-.589.064-.873zM19.8 37.165c-.459.475-1.034.712-1.714.712-.683 0-1.241-.237-1.673-.712-.432-.474-.646-1.058-.646-1.739 0-.624.225-1.165.669-1.624a2.201 2.201 0 0 1 1.65-.693c.68 0 1.254.219 1.714.643.461.438.692 1.002.692 1.721 0 .654-.231 1.219-.692 1.692zm10.203 0c-.458-.474-.689-1.058-.689-1.739 0-.686.243-1.237.734-1.675a2.558 2.558 0 0 1 1.72-.643c.678 0 1.236.231 1.666.693.433.459.649 1 .649 1.624 0 .682-.221 1.266-.671 1.739-.444.475-1.009.712-1.693.712-.683.001-1.253-.236-1.716-.711z"/></svg>
<svg class="tc-image-suitcase tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 34.83399963378906"><path d="M39.584 6.334a4.75 4.75 0 0 1 4.75 4.75v19a4.75 4.75 0 0 1-4.75 4.75H38v-28.5h1.584zm-31.667 28.5v-28.5h7.917V4.75A4.75 4.75 0 0 1 20.584 0h4.75a4.75 4.75 0 0 1 4.75 4.75v1.584h6.333v28.5h-28.5zm-3.167 0A4.75 4.75 0 0 1 0 30.084v-19a4.75 4.75 0 0 1 4.75-4.75h1.584v28.5H4.75zM22.959 3.167a3.96 3.96 0 0 0-3.88 3.167h7.759a3.96 3.96 0 0 0-3.88-3.167z"/></svg>
<svg class="tc-image-suitcase-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 9"><path d="M7 2V.578L6.36 0H2.64L2 .748V2H.5l-.5.5v6l.5.5h8l.5-.5v-6L8.5 2H7zM3 1h3v1H3V1z"/></svg>
<svg class="tc-image-suitcase-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 12"><path d="M10 3V1c0-1-1-1-1-1H4.05S2.946.002 3 1v2H1S0 3 0 4v7c0 1 1 1 1 1h11s1 0 1-1V4c0-1-1-1-1-1h-2zM4.5 1.5h4V3h-4V1.5z"/></svg>
<svg class="tc-image-sum tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.242321014404297 11.295900344848633"><path d="M11.641 11.296h-11a.6.6 0 0 1-.468-.976l3.74-4.653L.173.975A.599.599 0 0 1 .643 0h11a.6.6 0 1 1 0 1.2H1.887l3.264 4.093a.601.601 0 0 1 0 .75l-3.258 4.052h9.747a.6.6 0 1 1 0 1.2z"/></svg>
<svg class="tc-image-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M4 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 0 4 0zM1.5 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM4 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM.5 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM1.5 6c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM4 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5S4.28 7 4 7z"/></svg>
<svg class="tc-image-sun-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1710.666748046875 1791"><path d="M1431.333 895q0-117-45.5-223.5t-123-184-184-123-223.5-45.5-223.5 45.5-184 123-123 184-45.5 223.5 45.5 223.5 123 184 184 123 223.5 45.5 223.5-45.5 184-123 123-184 45.5-223.5zm276 277q-4 15-20 20l-292 96v306q0 16-13 26-15 10-29 4l-292-94-180 248q-10 13-26 13t-26-13l-180-248-292 94q-14 6-29-4-13-10-13-26v-306l-292-96q-16-5-20-20-5-17 4-29l180-248-180-248q-9-13-4-29 4-15 20-20l292-96V196q0-16 13-26 15-10 29-4l292 94 180-248q9-12 26-12t26 12l180 248 292-94q14-6 29 4 13 10 13 26v306l292 96q16 5 20 20 5 16-4 29l-180 248 180 248q9 12 4 29z"/></svg>
<svg class="tc-image-sun3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 832"><path d="M416 128c17.666 0 32-14.334 32-32V32c0-17.666-14.334-32-32-32s-32 14.334-32 32v64c0 17.666 14.334 32 32 32zm0 576c-17.666 0-32 14.334-32 32v64c0 17.666 14.334 32 32 32s32-14.334 32-32v-64c0-17.666-14.334-32-32-32zm-248.876-84.332l-45.25 45.25c-12.5 12.498-12.5 32.748 0 45.248s32.75 12.5 45.25 0l45.25-45.248c12.5-12.542 12.5-32.752 0-45.25-12.498-12.502-32.75-12.544-45.25 0zM128 416c0-17.666-14.334-32-32-32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h64c17.666 0 32-14.334 32-32zm39.082-203.666c12.502 12.5 32.752 12.5 45.25 0 12.502-12.5 12.502-32.75 0-45.25l-45.25-45.25c-12.5-12.5-32.748-12.5-45.25 0-12.5 12.5-12.5 32.75 0 45.25l45.25 45.25zM544 192c-22.376 0-43.624 4.334-64 10.416C459.624 196.332 438.376 192 416 192c-123.5 0-224 100.5-224 224s100.5 224 224 224c22.376 0 43.624-4.332 64-10.418C500.376 635.668 521.624 640 544 640c123.5 0 224-100.5 224-224S667.5 192 544 192zM384.458 572.834C311.167 558.168 256 493.582 256 416c0-77.584 55.166-142.166 128.458-156.834C344.668 299.624 320 354.916 320 416s24.668 116.376 64.458 156.834z"/></svg>
<svg class="tc-image-sun4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 832"><path d="M416 192c-123.5 0-224 100.5-224 224 0 123.498 100.5 224 224 224s224-100.502 224-224c0-123.5-100.5-224-224-224zm0-64c17.666 0 32-14.292 32-32V32c0-17.666-14.334-32-32-32-17.708 0-32 14.334-32 32v64c0 17.708 14.292 32 32 32zm0 576c-17.708 0-32 14.334-32 32v64c0 17.708 14.292 32 32 32 17.666 0 32-14.292 32-32v-64c0-17.666-14.334-32-32-32zm248.834-491.666l45.25-45.25c12.5-12.5 12.5-32.75 0-45.25-12.502-12.5-32.75-12.5-45.25 0l-45.25 45.25c-12.502 12.5-12.502 32.75 0 45.25 12.5 12.498 32.748 12.498 45.25 0zM167.082 619.708l-45.246 45.25c-12.504 12.5-12.504 32.752 0 45.25 12.498 12.5 32.746 12.5 45.246 0l45.25-45.25c12.502-12.582 12.502-32.75 0-45.25-12.498-12.5-32.748-12.584-45.25 0zM128 416c0-17.666-14.334-32-32-32H32c-17.708 0-32 14.334-32 32 0 17.708 14.292 32 32 32h64c17.666 0 32-14.292 32-32zm672-32h-64c-17.708 0-32 14.334-32 32 0 17.708 14.292 32 32 32h64c17.666 0 32-14.292 32-32 0-17.666-14.334-32-32-32zM167.042 212.334c12.498 12.5 32.75 12.5 45.25 0 12.498-12.5 12.498-32.75 0-45.25l-45.25-45.25c-12.5-12.5-32.752-12.5-45.25 0-12.5 12.5-12.5 32.75 0 45.25l45.25 45.25zm497.876 407.29c-12.586-12.5-32.752-12.5-45.25 0-12.5 12.498-12.586 32.75 0 45.25l45.25 45.25c12.498 12.498 32.748 12.498 45.25 0 12.498-12.5 12.498-32.752 0-45.25l-45.25-45.25z"/></svg>
<svg class="tc-image-sunglasses tc-image-button" width="22pt" height="22pt" viewBox="0 0 1252.3333740234375 701"><path d="M822.667 23l69-19q25-6 45 12l298 295q11 11 15 26.5t-2 30.5q-5 14-18 23.5t-28 9.5h-8q1 0 1 13 0 29-2 56t-8.5 62-20 63-33 53-51 39-72.5 14h-146q-184 0-184-288 0-24 10-47-20-4-62-4t-63 4q11 24 11 47 0 288-184 288h-142q-48 0-84.5-21t-56-51-32-71.5-16-75-3.5-68.5q0-13 2-13h-7q-15 0-27.5-9.5T4.667 368q-6-15-2-30.5t15-25.5l298-296q20-18 46-11l76 19q20 5 30.5 22.5t5.5 37.5-22.5 31-37.5 5l-51-12-182 193h891l-182-193-44 12q-20 5-37.5-6t-22.5-31 6-37.5 31-22.5z"/></svg>
<svg class="tc-image-sunrise tc-image-button" width="22pt" height="22pt" viewBox="0 0 2614 1999"><path d="M0 1305q0-40 32-74 36-31 75-31h248q43 0 72 31t29 74q0 46-29 77t-72 31H107q-43 0-75-32.5T0 1305zm355-851q0-43 28-73 36-31 75-31 42 0 73 31l175 176q30 35 30 74 0 45-29 75t-70 30q-39 0-75-31L383 532q-28-34-28-78zm213 1440q0-45 31-73 28-28 73-28h281l332-312q16-13 36 0l337 312h295q43 0 73.5 29.5t30.5 71.5q0 43-30.5 74t-73.5 31h-361q-16 0-31-8l-257-242-255 242q-13 8-30 8H672q-43 0-73.5-31t-30.5-74zm99-589q0 155 66 282 4 19 27 19h201q12 0 16-9t-2-20q-102-123-102-272 0-180 128-306t308-126q179 0 305.5 126t126.5 306q0 150-101 272-7 11-3.5 20t16.5 9h203q21 0 25-19 66-123 66-282 0-130-51-248t-136.5-203.5-203.5-136-247-50.5q-130 0-248.5 50.5t-205 136T718 1057t-51 248zm536-955V105q0-46 30-75.5T1309 0q45 0 74.5 30t29.5 75v245q0 46-29.5 75.5T1309 455q-46 0-76-29.5t-30-75.5zm677 281q0-40 29-74l173-176q31-31 75-31t74 30.5 30 73.5q0 46-28 78l-180 173q-34 31-75 31-43 0-70.5-29.5T1880 631zm279 674q0-43 28.5-74t70.5-31h251q43 0 74 31t31 74q0 44-31 76t-74 32h-251q-43 0-71-31t-28-77z"/></svg>
<svg class="tc-image-sunset tc-image-button" width="22pt" height="22pt" viewBox="0 0 2585 2286.33349609375"><path d="M0 1292q0-44 32-72 28-28 73-28h246q43 0 71 28.5t28 71.5q0 45-28.5 75.5T351 1398H105q-43 0-74-31.5T0 1292zm351-838q0-45 27-72 32-32 75-32 46 0 72 32l173 174q74 70 0 144-30 30-69 30-35 0-72-30L378 526q-27-29-27-72zm210 1416q0-42 32-74 29-29 72-29h343q17 0 30 8l251 237 255-237q11-8 31-8h352q43 0 73.5 30t30.5 73-30.5 73.5-73.5 30.5h-286l-335 303q-20 14-35 0l-329-303H665q-43 0-73.5-30.5T561 1870zm100-578q0 159 62 280 9 17 29 17h199q13 0 16-8t-8-19q-95-119-95-270 0-176 126-299.5T1294 869q176 0 301.5 124t125.5 299q0 151-95 270-11 11-8 19t16 8h201q21 0 26-17 66-125 66-280 0-127-50.5-244.5T1741 845t-202-135.5-245-50.5-245 50.5T847 845t-135.5 202.5T661 1292zm529-940V104q0-43 30.5-73.5T1294 0t73.5 30.5T1398 104v248q0 43-30.5 73.5T1294 456t-73.5-30.5T1190 352zm669 276q0-45 28-72l174-174q26-32 72-32 44 0 73 30.5t29 73.5q0 45-27 72l-177 174q-37 30-74 30-42 0-70-29.5t-28-72.5zm276 664q0-43 28-71.5t71-28.5h247q43 0 73.5 29t30.5 71q0 43-30.5 74.5T2481 1398h-247q-42 0-70.5-30.5T2135 1292z"/></svg>
<svg class="tc-image-superscript tc-image-button" width="22pt" height="22pt" viewBox="0 0 868 768"><path d="M740 206v50h128v64H676V174l128-60V64H676V0h192v146zm-92 50H512L324 444 136 256H0l256 256L0 768h136l188-188 188 188h136L392 512z"/></svg>
<svg class="tc-image-superscript2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.743999481201172 13"><path d="M1.776 13l.9-3h4.137l.9 3h1.775l-3-10H3L0 13h1.776zm2.4-8h1.137l.9 3H3.276l.9-3zm5.568 8l2.5-4 2.5 4h-5zm2.5-11h-1a.5.5 0 0 1 0-1h2a.5.5 0 0 0 0-1h-2a1.502 1.502 0 0 0-1.117 2.5c.275.307.674.5 1.117.5h1a.5.5 0 0 1 0 1h-2a.5.5 0 0 0 0 1h2a1.502 1.502 0 0 0 1.117-2.5 1.496 1.496 0 0 0-1.117-.5z"/></svg>
<svg class="tc-image-supervisor-account tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 28"><path d="M29 14c2.76 0 4.98-2.24 4.98-5S31.76 4 29 4c-2.76 0-5 2.24-5 5s2.24 5 5 5zm-15-2c3.31 0 5.98-2.69 5.98-6S17.31 0 14 0c-3.31 0-6 2.69-6 6s2.69 6 6 6zm15 6c-3.67 0-11 1.84-11 5.5V28h22v-4.5c0-3.66-7.33-5.5-11-5.5zm-15-2c-4.67 0-14 2.34-14 7v5h14v-4.5c0-1.7.67-4.67 4.74-6.94C17 16.19 15.31 16 14 16z"/></svg>
<svg class="tc-image-support tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 17"><path d="M8.5 0C3.812 0 0 3.812 0 8.5S3.812 17 8.5 17 17 13.188 17 8.5 13.188 0 8.5 0zM15 8.5a6.485 6.485 0 0 1-.718 2.956l-1.931-1.931c.088-.332.147-.674.147-1.025 0-.355-.062-.693-.147-1.021l1.932-1.932c.455.889.717 1.891.717 2.953zm-13 0c0-1.064.264-2.066.718-2.956l1.933 1.933a4.03 4.03 0 0 0-.147 1.022c0 .353.062.69.147 1.021l-1.934 1.934A6.47 6.47 0 0 1 2 8.5zm3.068-2.02L3.293 4.705l1.414-1.414 1.775 1.775A4.015 4.015 0 0 0 5.068 6.48zm-1.777 5.813l1.773-1.773c.17.289.362.564.605.809s.52.438.807.607l-1.771 1.771-1.414-1.414zm3.795-2.379A2 2 0 0 1 8.5 6.5a2 2 0 0 1 1.416 3.413c-.755.757-2.073.757-2.83.001zm6.623-5.207l-1.775 1.775a4.007 4.007 0 0 0-1.412-1.416l1.773-1.773 1.414 1.414zm-2.378 6.619c.241-.242.435-.518.604-.803l1.771 1.771-1.414 1.414-1.772-1.772c.291-.17.567-.366.811-.61zm.125-8.608L9.523 4.65c-.328-.088-.668-.15-1.023-.15s-.693.062-1.021.148L5.547 2.716A6.462 6.462 0 0 1 8.5 1.999a6.499 6.499 0 0 1 2.956.719zM5.544 14.282l1.933-1.933c.332.088.672.149 1.023.149s.691-.062 1.021-.147l1.932 1.932A6.462 6.462 0 0 1 8.5 15a6.485 6.485 0 0 1-2.956-.718z"/></svg>
<svg class="tc-image-surfing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.141395568847656 48.1102294921875"><path d="M7.522 34.56c13.419 5.674 23.611 8.982 37.967 13.53a.537.537 0 0 0 .61-.466.568.568 0 0 0-.452-.637C23.034 39.836 5.283 31.912 1.233 30.07c-.419-.17-.906.023-1.063.434-.17.42.011.875.418 1.034 1.007.454 2.002.897 2.964 1.318L.362 35.3C0 35.834.158 36.517.69 36.88c.396.273.962.239 1.346-.012l5.486-2.307zM44.56 20.243L34.115 10.6l.231.023c2.115 0 3.823-1.728 3.823-3.854s-1.708-3.853-3.823-3.853a3.84 3.84 0 0 0-3.835 3.854c0 .812.253 1.564.68 2.187l-7.082-2.54L20.285.86a1.843 1.843 0 0 0-1.276-.751 1.84 1.84 0 0 0-2.024 1.626c-.045.42.057.83.26 1.17l3.899 5.685c.181.227.408.42.679.546l4.525 1.785-7.429 3.82a4.045 4.045 0 0 0-1.979 2.854l.034 6.833-6.872 3.114a2.404 2.404 0 0 0-1.357 2.07 2.376 2.376 0 0 0 2.274 2.479c.407.02.803-.068 1.143-.24l8.408-3.818a2.36 2.36 0 0 0 1.199-1.604l-.011-4.252 5.836 5.253-1.075 8.946-.011.17a2.386 2.386 0 0 0 2.274 2.49 2.392 2.392 0 0 0 2.454-2.068l1.256-10.21.011-.137a2.393 2.393 0 0 0-.735-1.818l-5.406-4.832 8.145-4.025 7.557 6.992c.339.33.803.534 1.301.534a1.838 1.838 0 0 0 1.822-1.853 1.882 1.882 0 0 0-.627-1.376z"/></svg>
<svg class="tc-image-surround-sound tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 0 1.79 0 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM11.51 24.49l-2.83 2.83A16.018 16.018 0 0 1 4 16c0-4.1 1.57-8.19 4.69-11.31l2.83 2.83A11.949 11.949 0 0 0 8 16c0 3.07 1.17 6.15 3.51 8.49zM20 24c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm11.31 3.31l-2.83-2.83C30.83 22.15 32 19.07 32 16c0-3.07-1.18-6.15-3.51-8.49l2.83-2.83C34.43 7.81 36 11.9 36 16c0 4.1-1.57 8.19-4.69 11.31zM20 12c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/></svg>
<svg class="tc-image-sushi-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.09999942779541 6.5"><path d="M3.5 0c-.3 0-.5.1-.5.4h-.9C1 .4.1 1.2.1 2.3c0 .5.3 1 .7 1.4C.3 4 0 4.4 0 5c0 .8.7 1.5 1.6 1.5h5.8C8.3 6.5 9 5.8 9 5c0-.2 0-.4-.1-.6l1 .5c.4.2.8 0 1-.3.2-.4-.053-.794-.343-.944L9.8 3.3l.5-.1c.4-.1.7-.4.6-.8-.1-.4-.4-.6-.8-.6H10l-1.6.3C8 1.4 7.3.6 6 .5c0 0 0-.5-.5-.5h-2zM4 1h1v4.4H4V1zm3 2.4c.2 0 .3.1.4.3l.1-.1c.1-.2.3-.2.5-.1s.2.3.1.5l-.3.5c.1.1.2.2.2.4 0 .3-.2.5-.6.5H6v-1h.7v-.6c0-.2.1-.4.3-.4zm-5.1.1c.1 0 .3 0 .4.2l.1.2c.1-.1.2-.1.3-.1.2 0 .3.2.3.3v1.3H1.6c-.4 0-.6-.2-.6-.5s.2-.5.6-.5h.3L1.7 4c-.1-.2 0-.4.1-.5h.1z"/></svg>
<svg class="tc-image-sushi-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.03390121459961 9"><path d="M5.726 0a.5.5 0 0 0-.5.5h-2.25a2.744 2.744 0 0 0-1.807 4.813A1.998 1.998 0 0 0 .226 7c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2 0-.488-.186-.93-.48-1.277l2.177.963a.75.75 0 1 0 .606-1.372l-1.81-.802 1.63-.272a.75.75 0 1 0-.246-1.48l-2.13.355C11.484 1.952 10.264.784 8.226.55V.5a.5.5 0 0 0-.5-.5h-2zm.5 1h1v7h-1V1zm3.5 4c.259 0 .464.197.49.45l.076-.134a.5.5 0 1 1 .866.5l-.258.448a.986.986 0 0 1 .326.736c0 .563-.437 1-1 1h-2V6h1v-.5c0-.277.223-.5.5-.5zm-7.06.07a.498.498 0 0 1 .494.246l.2.348a.493.493 0 0 1 .366-.164c.277 0 .5.223.5.5h1v2h-3c-.563 0-1-.437-1-1s.437-1 1-1H2.4l-.106-.184a.497.497 0 0 1 .371-.746z"/></svg>
<svg class="tc-image-suspend tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.061965942382812 13.685592651367188"><path d="M.248 5.609a.637.637 0 0 1 .898 0l1.236 1.237V6.84A6.847 6.847 0 0 1 9.222 0a6.847 6.847 0 0 1 6.84 6.84c0 3.771-3.068 6.838-6.84 6.84a6.789 6.789 0 0 1-4.837-2.004.634.634 0 0 1 .896-.896 5.55 5.55 0 0 0 3.941 1.63 5.576 5.576 0 0 0 5.57-5.57 5.576 5.576 0 0 0-5.57-5.571A5.576 5.576 0 0 0 3.651 6.84v.006l1.235-1.237a.635.635 0 1 1 .898.898l-2.318 2.32a.632.632 0 0 1-.898 0l-2.32-2.32a.635.635 0 0 1 0-.898zm10.849 2.833L9.603 6.949V4.004a.582.582 0 0 0-.571-.593.583.583 0 0 0-.571.593v3.148a.59.59 0 0 0 .059.252c.03.076.073.148.136.21L10.29 9.25c.23.232.602.238.824.016a.584.584 0 0 0-.017-.824z"/></svg>
<svg class="tc-image-suspend-cycle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.00155258178711 14.003668785095215"><path d="M5.359 9.6a.654.654 0 0 1-.642-.665V4.988c0-.37.288-.667.643-.667.355-.002.643.299.643.666v3.946a.655.655 0 0 1-.644.667zm3.929-.666V4.987c0-.367-.288-.668-.643-.666a.654.654 0 0 0-.642.667v3.946c0 .367.287.666.642.665a.653.653 0 0 0 .643-.665zm-2.285 5.069a7 7 0 1 1 0-14.001 7 7 0 0 1 0 14zm0-1.001a6 6 0 1 0 0-12 6 6 0 0 0 0 12z"/></svg>
<svg class="tc-image-svg tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.121929168701172 16.00006866455078"><path d="M14.5 6.5c-.444 0-.843.193-1.118.5h-2.968l2.099-2.099a1.5 1.5 0 1 0-1.414-1.414L9 5.586V2.618a1.5 1.5 0 1 0-2 0v2.968L4.901 3.487a1.5 1.5 0 1 0-1.414 1.414L5.586 7H2.618a1.5 1.5 0 1 0 0 2h2.968l-2.099 2.099a1.5 1.5 0 1 0 1.414 1.414L7 10.414v2.968a1.5 1.5 0 1 0 2 0v-2.968l2.099 2.099a1.5 1.5 0 1 0 1.414-1.414L10.414 9h2.968A1.5 1.5 0 1 0 14.5 6.5z"/></svg>
<svg class="tc-image-swap tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.246002197265625 38.651432037353516"><path d="M41.843 15.326h-3.667l-.96-2.987H31.72l-.95 2.987h-3.647L32.553.393h3.983l5.307 14.933zM36.32 9.353l-1.567-4.95a6.154 6.154 0 0 1-.253-1.344h-.084a4.843 4.843 0 0 1-.263 1.3l-1.597 4.994h3.764zM3.33 38.326V23.393h5.46c1.673 0 2.96.304 3.858.913.899.609 1.348 1.467 1.348 2.573a3.03 3.03 0 0 1-.82 2.105c-.546.602-1.245 1.02-2.096 1.255v.044c1.08.13 1.942.524 2.588 1.178.645.654.968 1.452.968 2.392 0 1.373-.493 2.462-1.48 3.266-.986.805-2.333 1.207-4.043 1.207H3.33zm3.413-12.373v3.413h1.443c.678 0 1.211-.162 1.6-.487.39-.324.584-.77.584-1.34 0-1.057-.8-1.586-2.397-1.586h-1.23zm0 5.973v3.84h1.803c.77 0 1.372-.176 1.809-.528.436-.353.655-.833.655-1.442 0-.582-.215-1.04-.644-1.372-.429-.332-1.029-.498-1.8-.498H6.743zM16.886 1.062a18.913 18.913 0 0 1 11.23.232L25.29 4.66a14.933 14.933 0 0 0-7.302.246c-5.136 1.473-8.875 5.45-10.27 10.227l7.394-2.12-2.743 4.948-9.612 2.756L0 11.105l2.743-4.947 1.746 6.09C6.6 6.999 11.025 2.744 16.886 1.063zM27.36 37.59a18.912 18.912 0 0 1-11.23-.232l2.826-3.367c2.34.508 4.838.46 7.302-.246 5.136-1.473 8.875-5.451 10.27-10.227l-7.394 2.12 2.743-4.948 9.613-2.756 2.756 9.613-2.743 4.947-1.746-6.091c-2.111 5.25-6.536 9.506-12.397 11.187z"/></svg>
<svg class="tc-image-swap-calls tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M32 0l-8 8h6v14c0 2.21-1.79 4-4 4s-4-1.79-4-4V8c0-4.41-3.59-8-8-8S6 3.59 6 8v14H0l8 8 8-8h-6V8c0-2.21 1.79-4 4-4s4 1.79 4 4v14c0 4.41 3.59 8 8 8s8-3.59 8-8V8h6l-8-8z"/></svg>
<svg class="tc-image-swap-horiz tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 28"><path d="M7.98 12L0 20l7.98 8v-6H22v-4H7.98v-6zM36 8l-7.98-8v6H14v4h14.02v6L36 8z"/></svg>
<svg class="tc-image-swap-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 303"><path d="M230 294q9 9 22.5 9t22.5-9q10-10 10-23t-10-23L91 64h901q13 0 22.5-9.5T1024 32t-9.5-22.5T992 0H32Q19 0 9.5 9.5T0 32v18q0 13 9 23z"/></svg>
<svg class="tc-image-swap-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 303"><path d="M794 9q-9-9-22.5-9T749 9q-10 10-10 23t10 23l184 184H32q-13 0-22.5 9.5T0 271t9.5 22.5T32 303h960q13 0 22.5-9.5t9.5-22.5v-18q0-13-9-23z"/></svg>
<svg class="tc-image-swap-vert tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M22 28.02V14h-4v14.02h-6L20 36l8-7.98h-6zM8 0L0 7.98h6V22h4V7.98h6L8 0z"/></svg>
<svg class="tc-image-swap-vertical-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zM9 14l7-7 7 7h-5v8h-4v-8H9zm22 12l-7 7-7-7h5v-8h4v8h5z"/></svg>
<svg class="tc-image-swarm tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.652780532836914 14.81100082397461"><g fill-rule="nonzero"><path d="M7.122 12.422a7.484 7.484 0 0 1-.638-2.84 19.167 19.167 0 0 0-1.45 2.737c-.016.035-.253.622-.322.804a.45.45 0 0 0 .256.575c.182.07.776.286.813.298.762.256 1.816.56 2.97.748a7.495 7.495 0 0 1-1.63-2.324zm1.54-7.232C6.407.583 1.397.748.607 2.807 0 4.389 2.655 8.157 8.767 5.437l.002-.003c-.02-.038-.092-.2-.107-.242zm1.06-.315C8.472 1.778 10.657 0 11.859.462c.893.343 1.375 3.012-2.076 4.55h-.001c-.008-.023-.05-.115-.06-.137zm6.407 3.51a4.5 4.5 0 0 0-2.597-2.415.964.964 0 0 0-.34-.06c-.58 0-1.138.482-1.19 1.084-.09 1.004.11 2.026.55 3.01.43.973 1.044 1.794 1.833 2.397.205.16.456.233.707.233.452 0 .903-.24 1.082-.67a4.512 4.512 0 0 0-.045-3.578z"/><path d="M13.509 13.546c-.965-.74-1.73-1.733-2.274-2.954-.552-1.24-.777-2.492-.67-3.724.03-.343.13-.674.292-.976l-.092.023c-.508.127-1 .348-1.437.635-.633.417-1.192 1.034-1.432 1.764a2.684 2.684 0 0 0-.13.62 6.127 6.127 0 0 0 .514 2.973 6.11 6.11 0 0 0 1.79 2.31c.456.365 1.28.594 1.954.594.633 0 1.257-.188 1.818-.473.175-.09.56-.33.586-.348a2.602 2.602 0 0 1-.92-.444z"/></g></svg>
<svg class="tc-image-sweden tc-image-button" width="22pt" height="22pt" viewBox="0 0 900 600"><path d="M850 0c13.333 0 25 5 35 15s15 21.667 15 35v200H400V0h450M0 550V350h300v250H40c-26.667 0-40-16.667-40-50m400 50V350h500v200c0 14.667-4.667 26.667-14 36-9.333 9.333-21.333 14-36 14H400M0 50C0 16.667 13.333 0 40 0h260v250H0V50"/></svg>
<svg class="tc-image-swift tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.123998641967773 20.195999145507812"><path d="M14.09 0s5.026 2.991 6.341 7.75c1.186 4.293.235 6.341.235 6.341s.707.683 1.409 2.348c1.049 2.489.235 3.757.235 3.757s-.077-1.75-2.583-2.113c-2.296-.333-3.132 1.991-7.515 1.879-2.524-.065-7.783-.688-12.212-7.045 2.149 1.223 4.957 3.105 8.454 2.818s4.227-1.409 4.227-1.409S5.983 8.886 2.348 3.054c2.742 2.401 9.552 7.166 9.393 7.045-2.078-1.595-6.81-8.219-6.81-8.219s10.216 8.737 11.037 8.689c.338-.725 2.085-4.476-1.879-10.568z"/></svg>
<svg class="tc-image-swimming tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 34.21305465698242"><path d="M48 34a7.125 7.125 0 0 1-2.952-.641 7.416 7.416 0 0 0-3.042-.664 7.467 7.467 0 0 0-3.049.664 7.123 7.123 0 0 1-5.903 0 7.545 7.545 0 0 0-3.048-.664 7.492 7.492 0 0 0-3.049.664 7.147 7.147 0 0 1-5.913 0 7.43 7.43 0 0 0-3.036-.664 7.487 7.487 0 0 0-3.048.664 7.141 7.141 0 0 1-5.912 0A7.458 7.458 0 0 0 6 32.695a7.472 7.472 0 0 0-3.037.664A7.204 7.204 0 0 1 0 34v-4.396a7.47 7.47 0 0 0 2.963-.631A7.287 7.287 0 0 1 6 28.299c1.086 0 2.127.25 3.048.674a7.398 7.398 0 0 0 2.948.631 7.42 7.42 0 0 0 2.964-.631 7.3 7.3 0 0 1 3.048-.674c1.078 0 2.114.25 3.036.674a7.44 7.44 0 0 0 2.96.631 7.407 7.407 0 0 0 2.953-.631 7.308 7.308 0 0 1 3.049-.674c1.073 0 2.113.25 3.048.674.895.393 1.9.631 2.95.631a7.377 7.377 0 0 0 2.953-.631 7.283 7.283 0 0 1 3.049-.674c1.086 0 2.125.25 3.042.674a7.38 7.38 0 0 0 2.952.631V34zm-6.952-12.436c3.152 0 5.71-2.55 5.71-5.678 0-3.131-2.558-5.668-5.71-5.668-3.157 0-5.712 2.538-5.712 5.668 0 3.128 2.328 5.678 5.712 5.678zM7.791 24.756c.443.105.861.258 1.258.436a7.255 7.255 0 0 0 2.949.641c1.05 0 2.069-.238 2.963-.641a7.463 7.463 0 0 1 3.048-.676c1.078 0 2.116.262 3.036.676a7.293 7.293 0 0 0 2.96.641c1.04 0 2.058-.238 2.952-.641a7.47 7.47 0 0 1 3.049-.676c1.074 0 2.115.262 3.048.676.896.402 1.9.641 2.952.641.765 0 1.502-.129 2.197-.346L28.678 8.431l11.079-2.007c1.626-.308 2.806-1.576 2.806-3.199 0-1.79-1.467-3.225-3.262-3.225l-.37.011-17.114 3.092c-1.201.273-2.792 2.019-1.886 4.161l.146.345 4.466 8.003-16.752 9.144z"/></svg>
<svg class="tc-image-swimming-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9.505999565124512"><path d="M8.004 0l-.7.502-2.7 1.602c-.3.099-.4.598-.202.898l.6 1.002-2.5 2 1 1.002 2-1.002 2.002 1.002 1-1.002-3.002-3.502 3.002-1.5V0h-.5zm1.002 2.502zM2 7.504L0 8.506v1l2-1 1.5 1 2-1 2 1 1.5-1 2 1v-1L9 7.504 7.5 8.506l-2-1.002-2 1.002L2 7.504z"/></svg>
<svg class="tc-image-swimming-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 11"><path d="M10.111 0c-.112 0-.435.147-.435.147l-3.322 1.68c-.443.175-.618.881-.352 1.234l.97 1.408-3.97 2.029L5 7.998l2.502-1.5 2.5 1.5 1.002-1.002-3-4 2.557-1.53c.528-.266.443-.704.443-.97C11 .286 10.644 0 10.111 0zm2.141 3a1.75 1.75 0 1 0-.003 3.501A1.75 1.75 0 0 0 12.252 3zM2.5 8L0 9.5V11l2.5-1.5L5 11l2.502-1.5 2.5 1.5L12 9.5l3 1.5V9.5L12 8l-1.998 1.5-2.5-1.5L5 9.5 2.5 8z"/></svg>
<svg class="tc-image-switch tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 469.4000244140625"><path d="M469.3 341.4H42.7C19.1 341.4 0 360.5 0 384v42.7c0 23.5 19.1 42.7 42.7 42.7h426.7c23.5 0 42.7-19.1 42.7-42.7V384c-.1-23.5-19.2-42.6-42.8-42.6zm-384 85.3H42.7V384h42.7v42.7zm298.7 0h-21.3V384H384v42.7zm42.7 0h-21.3V384h21.3v42.7zm42.6 0H448V384h21.3v42.7zm0-256H42.7C19.1 170.7 0 189.8 0 213.4v42.7c0 23.5 19.1 42.6 42.7 42.6h426.7c23.5 0 42.7-19.1 42.7-42.7v-42.7c-.1-23.5-19.2-42.6-42.8-42.6zM85.3 256H42.7v-42.7h42.7V256zm298.7 0h-21.3v-42.7H384V256zm42.7 0h-21.3v-42.7h21.3V256zm42.6 0H448v-42.7h21.3V256zm0-256H42.7C19.1 0 0 19.2 0 42.7v42.7c0 23.5 19.1 42.7 42.7 42.7h426.7c23.5 0 42.7-19.1 42.7-42.7V42.7C512 19.2 492.9 0 469.3 0zm-384 85.4H42.7V42.7h42.7v42.7zm298.7 0h-21.3V42.7H384v42.7zm42.7 0h-21.3V42.7h21.3v42.7zm42.6 0H448V42.7h21.3v42.7z"/></svg>
<svg class="tc-image-switch-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 36"><path d="M36 4h-6.34L26 0H14l-3.66 4H4C1.79 4 0 5.79 0 8v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zM26 27v-5H14v5l-7-7 7-7v5h12v-5l7 7-7 7z"/></svg>
<svg class="tc-image-switch-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.356998443603516 41.99799728393555"><path d="M39.357 0v6h-3v5c-.641.963-1.163 2.227-1.513 3.688l-2.423-3.26a1 1 0 0 0-1.409-.122l-1.532 1.285A1 1 0 0 0 29.357 14l5.048 6.387c.187 2.698.912 5.052 1.952 6.614V32h3v6h6V0h-6zM7.495 19.344C5.952 22.708 5.426 28.431 0 35.038a30.157 30.157 0 0 0 6.091 6.96c.73-1.356 3.501-5.17 12.529-7.93 0 0 7.977-6.97 11.987-15.516 0 0-.873-5.136-4.432-1.956-3.56 3.18-8.1 9.657-10.771 6.953-5.553-5.623 17.292-8.424 13.483-16.322 0 0-19.719 8.468-21.392 12.117zm1.426-2.429l5.5-3.348s-1.498-.664-3.411-.08c-1.913.586-2.09 3.428-2.09 3.428zm9.267 1.774c4.547 2.618 6.539-1.128 6.539-1.128l-2.178-1.425-4.361 2.553z"/></svg>
<svg class="tc-image-switch-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 28"><path d="M32 9V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7l8 8V1l-8 8zM22 21v-5H10v5l-7-7 7-7v5h12V7l7 7-7 7z"/></svg>
<svg class="tc-image-symbol tc-image-button" width="22pt" height="22pt" viewBox="0 0 277.50006103515625 512.0999755859375"><path d="M265.8 64.2c-7.8-14.1-18.5-25.9-32-35.4-13.6-9.5-29.4-16.6-47.5-21.5C168.1 2.4 148.9 0 128.5 0 84.3 0 41.2 9.5 0 31.7v85.4c33.9-30.7 70-49.8 107.4-49.8 11.6 0 22.4 1.3 32.6 3.8 10.2 2.5 19.2 6.4 27.1 11.6 7.9 5.2 14.2 11.7 18.7 19.4s6.2 15.2 6.2 25.6c0 11.6-2.5 23.8-8.7 33.6-6.2 9.7-13.8 19-23 27.7-9.2 8.8-19 17.8-29.6 27.1-10.8 9.3-20.8 18.9-30 28.8-9.2 9.9-16.8 20.6-23 32.1s-9.2 24.2-9.2 38.3c0 9 .9 18.2 2.6 27.4 1.8 9.2 1.2 14.1 3.5 19.8H160c-7.5-15.1-10.7-24.8-10.7-42.7 0-11.8 4.1-33 10.7-42.7 6.5-9.7 8.9-10.8 18.8-19.8s20.7-18 32.2-27.1c11.3-9 21.9-19.3 31.8-31 9.9-11.7 18.2-24.5 24.7-38.3 6.5-13.8 9.8-26.1 9.8-43.9.2-18.6-3.8-38.7-11.5-52.8zM117.4 405.3c-29.5 0-53.4 23.9-53.4 53.4s23.9 53.4 53.4 53.4 53.4-23.9 53.4-53.4c-.1-29.5-24-53.4-53.4-53.4z"/></svg>
<svg class="tc-image-symbol-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 426.6999816894531 512"><path d="M213.3 0C95.5 0 0 95.5 0 213.3V512h128V213.3c0-47.1 38.2-85.3 85.3-85.3s85.3 38.2 85.3 85.3V512h128V213.3C426.7 95.5 331.1 0 213.3 0zm-128 469.3H42.7V384h42.6v85.3zm298.7 0h-42.7V384H384v85.3z"/></svg>
<svg class="tc-image-symbol-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 298.70001220703125 512"><path d="M298.6 149.3C298.6 66.9 231.8 0 149.3 0 66.8 0 0 66.9 0 149.3c0 51.7 26.3 97.3 66.3 124.1L0 512h298.7l-66.3-238.6c39.9-26.8 66.2-72.3 66.2-124.1z"/></svg>
<svg class="tc-image-symbol-braces tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 38"><path d="M0 17c2.347-.142 4-2.057 4-5l-.032-5.347C3.968 2.225 7.6.055 12 0v4c-2.347.06-4 1.204-4 4v5c0 3-1.5 5.5-3.5 6 2 .5 3.5 3 3.5 6v5c0 2.796 1.654 3.94 4 4v4c-4.4-.055-8.032-2.225-8.032-6.653L4 26c0-2.943-1.653-4.858-4-5v-4zm36 0v4c-2.347.142-4 2.057-4 5l.032 5.347c0 4.428-3.632 6.598-8.032 6.653v-4c2.347-.06 4-1.204 4-4v-5c0-3 1.5-5.5 3.5-6-2-.5-3.5-3-3.5-6V8c0-2.796-1.653-3.94-4-4V0c4.4.055 8.032 2.225 8.032 6.653L32 12c0 2.943 1.653 4.858 4 5z"/></svg>
<svg class="tc-image-symbol-bracket tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M0 0h9v4H4v30h5v4H0V0zm32 0v38h-9v-4h5V4h-5V0h9z"/></svg>
<svg class="tc-image-symfony tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.710000038146973 15.3829984664917"><path d="M12.655.037c-1.15.04-2.153.674-2.9 1.55-.828.961-1.378 2.101-1.774 3.265-.709-.581-1.256-1.333-2.394-1.662-.88-.253-1.803-.149-2.653.484-.403.301-.68.755-.811 1.182-.342 1.11.358 2.098.677 2.453l.695.744c.143.146.488.527.32 1.074-.182.595-.899.979-1.633.753-.328-.102-.8-.346-.694-.689.043-.141.144-.247.199-.368.049-.105.073-.183.088-.229.134-.439-.049-1.009-.518-1.154-.438-.134-.886-.028-1.06.536-.197.641.109 1.803 1.751 2.31 1.924.591 3.551-.457 3.782-1.822.146-.855-.241-1.492-.949-2.309l-.576-.637c-.35-.35-.469-.944-.108-1.401.305-.386.74-.55 1.451-.357 1.039.281 1.502 1.003 2.274 1.584-.319 1.046-.527 2.096-.716 3.039l-.116.702c-.553 2.897-.974 4.487-2.07 5.401-.221.157-.536.392-1.012.409-.249.008-.33-.164-.334-.239-.005-.175.142-.255.24-.334.146-.08.368-.213.353-.636-.016-.502-.432-.937-1.032-.916-.45.015-1.135.438-1.109 1.213.027.8.772 1.4 1.897 1.361.601-.02 1.944-.265 3.267-1.837 1.54-1.803 1.97-3.87 2.295-5.383l.361-1.997c.201.024.416.04.65.046 1.917.041 2.876-.953 2.891-1.675.009-.437-.287-.868-.702-.858-.297.009-.67.206-.759.617-.087.403.61.767.064 1.12-.387.251-1.082.428-2.06.284l.178-.983c.363-1.864.811-4.157 2.509-4.212.124-.006.577.005.587.305.003.1-.021.126-.139.355a.81.81 0 0 0-.159.505c.017.476.379.789.902.77.701-.023.902-.705.891-1.056C14.67.521 13.801 0 12.653.037z"/></svg>
<svg class="tc-image-symfony_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.634000778198242 22.634000778198242"><path d="M22.634 11.316c0 6.251-5.067 11.318-11.317 11.318S0 17.567 0 11.316C0 5.066 5.067 0 11.317 0s11.317 5.066 11.317 11.316zm-6.369-7.13c-1.15.04-2.153.674-2.9 1.55-.828.961-1.378 2.101-1.774 3.265-.709-.581-1.256-1.333-2.394-1.662-.88-.253-1.803-.149-2.653.484-.403.301-.68.755-.811 1.182-.342 1.11.358 2.098.677 2.453l.695.744c.143.146.488.527.32 1.074-.182.595-.899.979-1.633.753-.328-.102-.8-.346-.694-.689.043-.141.144-.247.199-.368.049-.105.073-.183.088-.229.134-.439-.049-1.009-.518-1.154-.438-.134-.886-.028-1.06.536-.197.641.109 1.803 1.751 2.31 1.924.591 3.551-.457 3.782-1.822.146-.855-.241-1.492-.949-2.309l-.576-.637c-.35-.35-.469-.944-.108-1.401.305-.386.74-.55 1.451-.357 1.039.281 1.502 1.003 2.274 1.584-.319 1.046-.527 2.096-.716 3.039l-.116.702c-.553 2.897-.974 4.487-2.07 5.401-.221.157-.536.392-1.012.409-.249.008-.33-.164-.334-.239-.005-.175.142-.255.24-.334.146-.08.368-.213.353-.636-.016-.502-.432-.937-1.032-.916-.45.015-1.135.438-1.109 1.213.027.8.772 1.4 1.897 1.361.601-.02 1.944-.265 3.267-1.837 1.54-1.803 1.97-3.87 2.295-5.383l.361-1.997c.201.024.416.04.65.046 1.917.041 2.876-.953 2.891-1.675.009-.437-.287-.868-.702-.858-.297.009-.67.206-.759.617-.087.403.61.767.064 1.12-.387.251-1.082.428-2.06.284l.178-.983c.363-1.864.811-4.157 2.509-4.212.124-.006.577.005.587.305.003.1-.021.126-.139.355a.81.81 0 0 0-.159.505c.017.476.379.789.902.77.701-.023.902-.705.891-1.056-.029-.824-.898-1.345-2.046-1.308z"/></svg>
<svg class="tc-image-synagogue tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42 48"><path d="M21 0l7.082 12.106L42 12.109l-6.958 11.89L42 35.893l-13.916.002L21 48l-7.083-12.105L0 35.893l6.958-11.894L0 12.109l13.918-.003L21 0zm-9.078 24.01L16.411 32h9.165l4.501-7.99-4.5-8.01h-9.151l-4.504 8.01zM30.539 32h4.041l-2.019-3.453L30.539 32zM7.417 32h4.042l-2.022-3.454L7.417 32zm11.574-20h4.042l-2.021-3.452L18.991 12zm13.57 7.451L34.58 16h-4.041l2.022 3.451zm-23.124.002L11.458 16H7.416l2.021 3.453zM21.012 39.45L23.033 36H18.99l2.022 3.45z"/></svg>
<svg class="tc-image-sync tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.09164047241211 11.973001480102539"><path d="M12.751 3.232a.553.553 0 0 1-.773-.12 4.842 4.842 0 0 0-3.185-1.94 4.872 4.872 0 0 0-.89-.049c-.125.005-.246.022-.369.035a5.07 5.07 0 0 0-.537.079 4.89 4.89 0 0 0-.452.132c-.132.043-.262.085-.388.138a4.858 4.858 0 0 0-.524.266c-.078.045-.156.088-.232.137a4.827 4.827 0 0 0-.66.514 4.94 4.94 0 0 0-.562.618 4.854 4.854 0 0 0-.987 2.937v.005l1.08-1.082a.555.555 0 1 1 .785.785L3.031 7.715a.553.553 0 0 1-.785 0L.216 5.686a.556.556 0 0 1 0-.785.556.556 0 0 1 .785 0l1.082 1.082v-.005c0-.255.016-.507.047-.754.03-.233.095-.455.15-.68.01-.034.015-.069.024-.102.048-.181.103-.358.167-.532.071-.197.152-.39.243-.576.064-.126.133-.248.204-.369.123-.212.253-.417.4-.609.056-.072.115-.139.174-.208a6.051 6.051 0 0 1 .666-.686c.225-.196.465-.372.717-.533.036-.022.07-.048.105-.07.267-.162.55-.298.84-.416.046-.019.092-.04.14-.057.286-.109.586-.193.892-.255.06-.012.118-.025.18-.035.297-.052.6-.08.91-.085.04 0 .08-.011.121-.011v.012c.298.001.6.018.902.065a5.93 5.93 0 0 1 3.907 2.383.551.551 0 0 1-.12.772zM3.237 9.513a5.918 5.918 0 0 0 4.808 2.448v.012c.042 0 .081-.011.122-.011.31-.006.612-.034.91-.086.061-.01.12-.023.18-.035.305-.062.604-.146.892-.256.047-.018.093-.038.14-.057.29-.119.572-.255.84-.416.035-.022.068-.048.104-.07a6.113 6.113 0 0 0 .84-.642c.194-.178.374-.372.544-.576.06-.068.118-.135.174-.207.146-.193.276-.398.4-.609.07-.121.14-.243.203-.369a6.077 6.077 0 0 0 .41-1.108c.01-.033.015-.067.023-.103.056-.225.121-.446.15-.68.031-.247.047-.499.047-.754v-.006l1.081 1.082a.556.556 0 0 0 .786-.785l-2.03-2.029a.555.555 0 0 0-.785 0L11.05 6.285a.555.555 0 1 0 .785.785l1.08-1.082v.005a4.851 4.851 0 0 1-.99 2.94 4.73 4.73 0 0 1-.65.694 4.798 4.798 0 0 1-.569.435c-.076.049-.154.092-.232.137a4.937 4.937 0 0 1-.523.266c-.126.054-.257.096-.389.139a4.517 4.517 0 0 1-.452.131 4.792 4.792 0 0 1-.537.08c-.122.013-.243.03-.368.035a4.872 4.872 0 0 1-.89-.049 4.848 4.848 0 0 1-3.186-1.94.552.552 0 1 0-.89.652z"/></svg>
<svg class="tc-image-sync-disabled tc-image-button" width="22pt" height="22pt" viewBox="0 0 731.093017578125 731.3060302734375"><path d="M304.427 100.266V11.093c-34.133 8.747-65.92 22.827-95.147 40.96l62.507 62.507c10.453-5.333 21.333-10.453 32.64-14.293zM0 60.16l100.48 100.48c-32.853 52.48-52.053 114.133-52.053 180.693 0 94.293 38.613 179.2 100.48 240.853l-100.48 100.48h256v-256l-95.36 95.36c-46.507-46.293-75.307-110.08-75.307-180.693 0-42.667 10.667-82.773 29.227-118.187l344.96 344.96c-10.453 5.547-21.333 10.453-32.64 14.507v88.96c34.133-8.747 65.92-22.827 95.147-40.96l100.693 100.693 54.4-54.4L54.187 5.759 0 60.159zM731.093 0h-256v256l95.36-95.36c46.507 46.293 75.307 110.08 75.307 180.693 0 42.667-10.667 82.773-29.227 118.187l62.507 62.507c32.853-52.48 52.053-114.133 52.053-180.693 0-94.293-38.613-179.2-100.48-240.853L731.093.001z"/></svg>
<svg class="tc-image-sync-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.00155258178711 14.001551628112793"><path d="M0 7.001a7 7 0 1 0 14.001 0 7 7 0 0 0-14 0zm13.012.001a6.012 6.012 0 1 1-12.023 0 6.012 6.012 0 0 1 12.023 0zm-5.447-.315a.504.504 0 0 1 .71 0l1.936 1.936a.507.507 0 0 1 0 .71l-1.936 1.936a.502.502 0 0 1-.71-.709l1.06-1.059H4.142a.5.5 0 0 1 0-1h4.5l-.02-.048-1.058-1.057a.503.503 0 0 1 0-.709zm-1.13-3.874a.503.503 0 0 1 0 .71L5.376 4.578h4.481a.5.5 0 0 1 0 1h-4.5l.02.048 1.058 1.058a.503.503 0 0 1-.71.71L3.79 5.457a.507.507 0 0 1 0-.709l1.936-1.937a.501.501 0 0 1 .71.001z"/></svg>
<svg class="tc-image-sync-problem tc-image-button" width="22pt" height="22pt" viewBox="0 0 768.0000610351562 682.666015625"><path d="M0 341.333c0 94.293 38.827 179.2 100.48 240.853L0 682.666h256v-256l-95.36 95.36c-46.507-46.293-75.307-110.08-75.307-180.693 0-111.36 71.253-205.867 170.667-241.067V11.093C108.8 49.066 0 182.4 0 341.333zm341.333 213.333h85.334v-85.333h-85.333v85.333zM768 0H512v256l95.36-95.36c46.507 46.293 75.307 110.08 75.307 180.693 0 111.36-71.253 205.867-170.667 241.067v88.96c147.2-37.76 256-171.093 256-330.027 0-94.293-38.827-179.2-100.48-240.853L768 0zM341.333 384h85.334V128h-85.333v256z"/></svg>
<svg class="tc-image-system-update tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 44"><path d="M24 .02L4 0C1.79 0 0 1.79 0 4v36c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98zM24 36H4V8h20v28zm-2-12h-6V14h-4v10H6l8 8 8-8z"/></svg>
<svg class="tc-image-system-update-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M22 26l8-8h-6V0h-4v18h-6l8 8zM40 0H28v3.97h12v28.06H4V3.97h12V0H4C1.79 0 0 1.79 0 4v28c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-tab tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 12"><path d="M11 1v2a1 1 0 0 0 1 1h2v7H1V1h10m1-1H0v12h15V3h-3V0zm3 0h-2v2h2V0zM2 6h1v4h1V6h1V5H2v1zm4 0h2v1H6v3h3V5H6v1zm2 3H7V8h1v1zm3-2V5h-1v5h3V7h-2zm1 2h-1V8h1v1z"/></svg>
<svg class="tc-image-tab-unselected tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M0 12h4V8H0v4zm0 8h4v-4H0v4zM0 4h4V0C1.79 0 0 1.79 0 4zm16 32h4v-4h-4v4zM0 28h4v-4H0v4zm4 8v-4H0c0 2.21 1.79 4 4 4zM40 0H24v12h20V4c0-2.21-1.79-4-4-4zm0 28h4v-4h-4v4zM16 4h4V0h-4v4zM8 36h4v-4H8v4zM8 4h4V0H8v4zm32 32c2.21 0 4-1.79 4-4h-4v4zm0-16h4v-4h-4v4zM24 36h4v-4h-4v4zm8 0h4v-4h-4v4z"/></svg>
<svg class="tc-image-table tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M13.5 0H.5a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5zM6 5h7v3H6V5zM5 8H1V5h4v3zm1-4V1h7v3H6zM5 4H1V1h4v3zM1 9h4v3H1V9zm5 0h7v3H6V9z"/></svg>
<svg class="tc-image-table-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M20 0h4v4h4v4h-4v4h-4V8h-4V4h4V0zm-4 22h8v-3h-8v3zm12 0h8v-3h-8v3zM4 19v3h8v-3H4zm-4-4h44v4h-4v3h4v4h-4v3h4v4h-4v3h-4v-3h-8v3h-4v-3h-8v3h-4v-3H4v3H0V15zm4 11v3h8v-3H4zm12 0v3h8v-3h-8zm12 0v3h8v-3h-8z"/></svg>
<svg class="tc-image-table-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36.8129997253418"><path d="M26.354 13.459L22 9.105l-4.354 4.354-2.375-2.375 4.354-4.354-4.354-4.355L17.646 0 22 4.356 26.354.001l2.375 2.375-4.354 4.355 4.354 4.354-2.375 2.375zM16 22.813h8v-3h-8v3zm12 0h8v-3h-8v3zm-24-3v3h8v-3H4zm-4-4h44v4h-4v3h4v4h-4v3h4v4h-4v3h-4v-3h-8v3h-4v-3h-8v3h-4v-3H4v3H0v-21zm4 11v3h8v-3H4zm12 0v3h8v-3h-8zm12 0v3h8v-3h-8z"/></svg>
<svg class="tc-image-table-select tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.494998931884766 35"><path d="M27 16l10.495 10.495-4.049.66 3.416 6.203L33.773 35l-3.439-6.241L27 32.093V16zm-1-2.25V17h-7v-4h10v3.547l-3-2.797zM5 13h10v4H5v-4zm-5 5h2v-6H0v-2h2V4H0V2h2V0h2v2h12V0h2v2h12V0h2v2h2v2h-2v6h2v2h-2v6h2v2h-1.295L30 17.479V12H18v6h8v2h-8v2h-2v-2H4v2H2v-2H0v-2zm4-8h12V4H4v6zm14 0h12V4H18v6zM4 12v6h12v-6H4zm1-7h10v4H5V5zm14 0h10v4H19V5z"/></svg>
<svg class="tc-image-table-unselect tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.55799865722656 53.55999755859375"><path d="M34.779 28.78l10.495 10.495-4.049.66 3.416 6.203-3.089 1.642-3.439-6.241-3.334 3.334V28.78zm-1-2.25v3.25h-7v-4h10v3.547l-3-2.797zm-21-.75h10v4h-10v-4zm-5 5h2v-6h-2v-2h2v-6h-2v-2h2v-2h2v2h12v-2h2v2h12v-2h2v2h2v2h-2v6h2v2h-2v6h2v2h-1.295l-2.705-2.521V24.78h-12v6h8v2h-8v2h-2v-2h-12v2h-2v-2h-2v-2zm4-8h12v-6h-12v6zm14 0h12v-6h-12v6zm-14 2v6h12v-6h-12zm1-7h10v4h-10v-4zm14 0h10v4h-10v-4zM49.316 0a35.214 35.214 0 0 1 4.242 4.243l-10.779 10.78V13.78h-2v-2h-3.243L49.316 0zM4.242 53.56A35.214 35.214 0 0 1 0 49.317L15.535 33.78h7.244v1.243L4.242 53.559z"/></svg>
<svg class="tc-image-table2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M0 0v14h16V0H0zm6 9V6h4v3H6zm4 1v3H6v-3h4zm0-8v3H6V2h4zM5 2v3H1V2h4zM1 6h4v3H1V6zm10 0h4v3h-4V6zm0-1V2h4v3h-4zM1 10h4v3H1v-3zm10 3v-3h4v3h-4z"/></svg>
<svg class="tc-image-tablet tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.990000247955322 7.990000247955322"><path d="M.34 0A.35.35 0 0 0 0 .34v7.31c0 .18.16.34.34.34h6.31c.18 0 .34-.16.34-.34V.34A.35.35 0 0 0 6.65 0H.34zM1 1h5v5H1V1zm2.5 5.5c.38 0 .63.42.44.75s-.68.33-.88 0c-.19-.33.05-.75.44-.75z"/></svg>
<svg class="tc-image-tablet-android tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 48"><g transform="translate(-6)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M36 0H12C8.68 0 6 2.68 6 6v36c0 3.32 2.68 6 6 6h24c3.32 0 6-2.68 6-6V6c0-3.32-2.68-6-6-6zm-8 44h-8v-2h8v2zm10.5-6h-29V6h29v32z"/></g></svg>
<svg class="tc-image-tablet-landscape tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.666015625 767.9990234375"><path d="M938.666 682.666V85.333C938.666 38.4 900.266 0 853.333 0h-768C38.4 0 0 38.4 0 85.333v597.333c0 46.933 38.4 85.333 85.333 85.333h768c46.933 0 85.333-38.4 85.333-85.333zm-896-256v-85.333H128v85.333H42.667zm128 256V85.333h682.667v597.333H170.666z"/></svg>
<svg class="tc-image-tablet-mac tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 48"><path d="M33 0H5C2.24 0 0 2.24 0 5v38c0 2.76 2.24 5 5 5h28c2.76 0 5-2.24 5-5V5c0-2.76-2.24-5-5-5zM19 46c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm15-8H4V6h30v32z"/></svg>
<svg class="tc-image-tablet-portrait tc-image-button" width="22pt" height="22pt" viewBox="0 0 61.90800857543945 85.13200378417969"><path d="M58.873 0c-.043 0-.084.011-.127.013V0H2.908v.013A3.028 3.028 0 0 0 0 3.035v79.062a3.028 3.028 0 0 0 2.908 3.022v.013h55.838v-.013c.043.002.083.013.127.013a3.035 3.035 0 0 0 3.035-3.035V3.035A3.035 3.035 0 0 0 58.873 0zM30.827 82.638a2.485 2.485 0 1 1 .001-4.97 2.485 2.485 0 0 1-.001 4.97zm21.124-7.463H9.957V9.957h41.995v65.218z"/></svg>
<svg class="tc-image-tablet-windows tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 26"><path d="M2 26a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H2zM4 4v18h32V4H4zm15.005 19.218v.663h.805v-.768l-.805.105zm.805 1.527v-.769h-.805v.663l.805.106zm1.185-1.787l-1.09.142v.782h1.09v-.924zm0 1.942v-.924h-1.09v.781l1.09.143z"/></svg>
<svg class="tc-image-tabs-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17 17"><path d="M15 0H5a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-1h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM2 15V6h8.5c.275 0 .5.225.5.5V15H2zm13-3h-3V6.5c0-.827-.673-1.5-1.5-1.5H5V2h10v10z"/></svg>
<svg class="tc-image-tag tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.65324401855469 37.65324401855469"><path d="M5.542 0h8.708l22.167 22.167a3.167 3.167 0 0 1 0 4.478l-9.772 9.772a3.167 3.167 0 0 1-4.478 0L0 14.25V5.542C0 3.694 0 1.847.924.924 1.847 0 3.694 0 5.542 0zm2.375 4.75a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333z"/></svg>
<svg class="tc-image-tag-faces tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M19.99 0C8.94 0 0 8.95 0 20s8.94 20 19.99 20C31.04 40 40 31.05 40 20S31.04 0 19.99 0zM20 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16zm7-18c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm-14 0c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm7 13c4.66 0 8.61-2.91 10.21-7H9.79c1.6 4.09 5.55 7 10.21 7z"/></svg>
<svg class="tc-image-tag-label tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.65324401855469 37.65324401855469"><path d="M5.542 0h8.708l22.167 22.167a3.167 3.167 0 0 1 0 4.478l-9.772 9.772a3.167 3.167 0 0 1-4.478 0L0 14.25V5.542C0 3.694 0 1.847.924.924 1.847 0 3.694 0 5.542 0zm2.375 4.75a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333zm9.5 6.333l-6.334 6.334L23.75 30.083l6.333-6.333-12.666-12.667z"/></svg>
<svg class="tc-image-tag-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M412 64l542 547q6 6 6 14t-6 14L635 954q-6 6-15 6t-15-6L64 419V84q0-8 6-14t15-6h327zm4-64H85Q50 0 25 24.5T0 84v340q0 22 16 38l544 537q25 25 60 25t60-25l319-315q25-24 25-58.5t-24-59.5L455 16Q439 0 416 0zM248.5 184q26.5 0 45 19t18.5 45.5-18.5 45-45 18.5-45.5-18.5-19-45 19-45.5 45.5-19zm-.5-64q-53 0-90.5 37.5T120 248t37.5 90.5T248 376t90.5-37.5T376 248t-37.5-90.5T248 120z"/></svg>
<svg class="tc-image-tags tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.19661521911621 22.999998092651367"><path d="M19.423 8.594l-6.465-6.535C11.628.729 9.87 0 8 0S4.373.729 3.05 2.051a6.998 6.998 0 0 0-2.027 5.314A6.95 6.95 0 0 0 0 10.999c0 1.87.729 3.628 2.05 4.95l3.054 2.984 3.482 3.48c.39.392.902.587 1.414.587s1.023-.195 1.414-.586l7-7a1.999 1.999 0 0 0 .008-2.82l-.093-.094 1.085-1.086a1.999 1.999 0 0 0 .008-2.82zM10 21l-3.498-3.497-3.037-2.968A4.998 4.998 0 0 1 7 6c1.279 0 2.559.488 3.535 1.465L17 14l-7 7zm1.957-14.941A6.958 6.958 0 0 0 7 4a6.954 6.954 0 0 0-3.565.982 4.933 4.933 0 0 1 1.03-1.518C5.442 2.488 6.722 2 8 2s2.559.488 3.535 1.465L18 10l-1.078 1.078-4.965-5.019zM7 9.499a1.5 1.5 0 1 1 0 2.999 1.5 1.5 0 0 1 0-2.999m0-1A2.504 2.504 0 0 0 4.5 11c0 1.378 1.122 2.499 2.5 2.499S9.5 12.378 9.5 11A2.504 2.504 0 0 0 7 8.499z"/></svg>
<svg class="tc-image-tags-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 844"><path d="M222.5 201q13.5 0 23 9.5t9.5 23-9.5 23-23 9.5-23-9.5-9.5-23 9.5-23 23-9.5zm.5-64q-40 0-68.5 28.5T126 234t28.5 68 68.5 28 68-28 28-68-28-68.5-68-28.5zm781 330L555 14Q542 0 523 0H70Q41 0 20.5 20.5T0 69v280q0 18 13 32l448 443q21 20 50 20t49-20l41-41 41 41q20 20 49 20t50-20l263-260q20-20 20-48.5t-20-48.5zM556 739l-40 39q-2 2-5 2t-5-2L64 341V69q0-5 6-5h265l443 448q2 1 2 3t-2 3L601 693zm402-220L696 778q-2 2-5 2t-4-2l-40-39 176-175q21-20 21-48.5T824 467L425 64h90l443 448q2 1 2 3t-2 4z"/></svg>
<svg class="tc-image-tap-and-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 44"><path d="M0 30v4c5.52 0 10 4.48 10 10h4c0-7.73-6.27-14-14-14zm0 8v6h6c0-3.31-2.69-6-6-6zm0-16v4c9.94 0 18 8.06 18 18h4c0-12.15-9.85-22-22-22zM30 .02L10 0C7.79 0 6 1.79 6 4v14.74c1.38.33 2.72.74 4 1.28V8h20v26h-6.06c1.04 2.49 1.68 5.19 1.9 8H30c2.21 0 4-1.79 4-4V4c0-2.21-1.79-3.98-4-3.98z"/></svg>
<svg class="tc-image-tape tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 460"><path d="M770 0c64 0 118.333 22.333 163 67s67 99 67 163c0 62.667-22.333 116.667-67 162s-99 68-163 68H230c-62.667 0-116.667-22.667-162-68S0 292.667 0 230c0-64 22.667-118.333 68-163S167.333 0 230 0c64 0 118.333 22.333 163 67s67 99 67 163c0 48-13.333 91.333-40 130h160c-26.667-42.667-40-86-40-130 0-64 22.667-118.333 68-163S707.333 0 770 0M100 230c0 34.667 12.667 65 38 91s56 39 92 39 66.667-13 92-39 38-56.333 38-91c0-36-12.667-66.667-38-92s-56-38-92-38-66.667 12.667-92 38-38 56-38 92m670 130c36 0 66.667-13 92-39s38-56.333 38-91c0-36-12.667-66.667-38-92s-56-38-92-38-66.667 12.667-92 38-38 56-38 92c0 34.667 12.667 65 38 91s56 39 92 39"/></svg>
<svg class="tc-image-tardis tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 52.645999908447266"><path d="M31.666 14.646H28.5v34.833h3.166v3.167H0v-3.167h3.166V14.646H0V8.313h3.166V5.146h9.5L13.458 0h4.75L19 5.146h9.5v3.167h3.166v6.333zM1.979 9.896v3.167h27.708V9.896H1.979zm4.354 32.063v5.937h7.917v-5.938H6.333zm0-7.917v5.937h7.917v-5.937H6.333zm0-12.667v2.771h1.583v-2.77H6.333zm3.167 0v2.771h1.583v-2.77H9.5zm3.166 0v2.771h1.584v-2.77h-1.584zm-6.333-4.749v2.77h1.583v-2.77H6.333zm3.167 0v2.77h1.583v-2.77H9.5zm3.166 0v2.77h1.584v-2.77h-1.584zm-6.333 9.5v5.938h7.917v-5.938H6.333zm1.583 1.188h4.75v3.562h-4.75v-3.562zm9.5 14.646v5.936h7.917v-5.937h-7.917zm0-7.917v5.937h7.917v-5.937h-7.917zm0-12.667v2.771H19v-2.77h-1.584zm3.167 0v2.771h1.583v-2.77h-1.583zm3.167 0v2.771h1.583v-2.77H23.75zm-6.334-4.75v2.77H19v-2.77h-1.584zm3.167 0v2.77h1.583v-2.77h-1.583zm3.167 0v2.77h1.583v-2.77H23.75zm-6.334 9.5v5.938h7.917v-5.938h-7.917zm0-20.979l-.395-2.77h-2.376l-.395 2.77h3.166zM5.146 6.73v1.584h21.375V6.73H5.144z"/></svg>
<svg class="tc-image-target tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14"><path d="M13.5 6h-1.551A4.973 4.973 0 0 0 7.5 1.551V.5a.5.5 0 0 0-1 0v1.051A4.973 4.973 0 0 0 2.051 6H.5a.5.5 0 0 0 0 1h1.551A4.973 4.973 0 0 0 6.5 11.449V13.5a.5.5 0 0 0 1 0v-2.051A4.973 4.973 0 0 0 11.949 7H13.5a.5.5 0 0 0 0-1zm-2.551 0H7.5V2.55A3.975 3.975 0 0 1 10.949 6zM6.5 2.55V6H3.05A3.978 3.978 0 0 1 6.5 2.55zM3.05 7H6.5v3.45A3.978 3.978 0 0 1 3.05 7zm4.45 3.45V7h3.449A3.975 3.975 0 0 1 7.5 10.45z"/></svg>
<svg class="tc-image-target-two tc-image-button" width="22pt" height="22pt" viewBox="0 0 94.95955657958984 94.86518859863281"><path d="M92.469 44.94h-7.58c-1.231-18.72-16.193-33.685-34.914-34.916v-7.58a2.494 2.494 0 0 0-4.987 0v7.58C26.266 11.255 11.305 26.22 10.074 44.94h-7.58a2.494 2.494 0 0 0 0 4.988h7.579c1.229 18.722 16.191 33.684 34.915 34.914v7.58a2.494 2.494 0 0 0 4.987 0v-7.58c18.723-1.23 33.685-16.193 34.915-34.914h7.579a2.494 2.494 0 0 0 0-4.988zM44.987 74.875c-13.212-1.19-23.759-11.739-24.949-24.949h4.99c1.152 10.484 9.475 18.807 19.959 19.96v4.99zm0-49.896c-10.484 1.152-18.807 9.475-19.959 19.96h-4.99C21.23 31.73 31.776 21.181 44.986 19.99v4.99zm4.988-4.989c13.21 1.191 23.756 11.74 24.948 24.948h-4.989c-1.152-10.485-9.475-18.808-19.959-19.959v-4.989zm0 54.885v-4.989c10.484-1.152 18.807-9.475 19.959-19.959h4.989c-1.19 13.21-11.737 23.756-24.948 24.948z"/></svg>
<svg class="tc-image-task tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M0 0v7h7V3.41l-1 1V6H1V1h3.59l1-1H0zm7 0L4 3 3 2 2 3l2 2 4-4-1-1z"/></svg>
<svg class="tc-image-tasklist tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.989999771118164 14"><path d="M15.41 9H7.59C7 9 7 8.59 7 8c0-.59 0-1 .59-1h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM9.59 4C9 4 9 3.59 9 3c0-.59 0-1 .59-1h5.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H9.59zM0 3.91l1.41-1.3L3 4.2 7.09 0 8.5 1.41 3 6.91l-3-3zM7.59 12h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H7.59C7 14 7 13.59 7 13c0-.59 0-1 .59-1z"/></svg>
<svg class="tc-image-tasks tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 937.572998046875"><path d="M0 0v234.375h1200V0H0zm752.856 58.008h385.62v118.359h-385.62V58.008zM0 351.636v234.376h1200V351.637L0 351.636zm487.72 58.007h650.757v118.359H487.72V409.643zM0 703.199v234.374h1200V703.199H0zm894.946 58.008h243.53v118.358h-243.53V761.207z"/></svg>
<svg class="tc-image-taxi-stand tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 46"><path d="M43.699 22.145l-7.89-13.293C35.495 8.268 34.737 8 34.088 8H27V2c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6h-5.96c-.65 0-1.44.268-1.754.852L2.365 22.25C1.064 22.25 0 23.237 0 24.572v12.139C0 38.046 1.064 39 2.365 39H5v3.78C5 44.784 6.328 46 8.279 46h1.183C11.413 46 13 44.784 13 42.78V39h20v3.78c0 2.004 1.714 3.22 3.665 3.22h1.184C39.8 46 41 44.784 41 42.78V39h2.763c1.3 0 2.237-.954 2.237-2.289V24.572c0-1.335-1-2.427-2.301-2.427zm-37.194 9.71c-1.633 0-2.958-1.358-2.958-3.034 0-1.677 1.324-3.035 2.958-3.035s2.957 1.358 2.957 3.035c0 1.676-1.323 3.034-2.957 3.034zM8.279 22l5.384-9.377c.292-.598 1.063-.623 1.713-.623h15.376c.65 0 1.421.025 1.712.623L37.849 22H8.279zm31.343 9.855c-1.632 0-2.957-1.358-2.957-3.034 0-1.677 1.325-3.035 2.957-3.035 1.633 0 2.958 1.358 2.958 3.035 0 1.676-1.325 3.034-2.958 3.034z"/></svg>
<svg class="tc-image-team tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 37.409767150878906"><path fill-opacity=".702" d="M17 17.41h4l5.034 7.358-1.545 12.642H17v-20zM28.993.559l-1.815 14.844A7.5 7.5 0 1 1 28.993.559zM3.5 26.409l3.28 5.389-.407 5.612H0v-11h3.5zm3.5-10l.884.099-.57 7.89L7 24.41a4 4 0 1 1 0-8z"/><path d="M27.5 15.41l-.322-.007L28.993.559a7.5 7.5 0 0 1-1.493 14.85zm-1.466 9.358L27.5 26.91l6.5-9.5h4v20H24.489l1.545-12.642zM14 37.41H6.374l.405-5.612.221.362 3.5-5.75H14v11zm-3-17a4 4 0 0 1-3.686 3.988l.57-7.89A4.002 4.002 0 0 1 11 20.41z"/></svg>
<svg class="tc-image-techcrunch tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.654998779296875 11.328001022338867"><path d="M0 1.889v1.888h3.776v7.551h3.776V3.777h3.776v7.551h11.327V7.552h-7.551V3.776h7.551V0h-7.551v3.776h-3.776V0H.001v1.888z"/></svg>
<svg class="tc-image-ted tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 5.783000946044922"><path fill-rule="nonzero" d="M1.62 1.482H0V.002h5.02v1.48H3.4v4.3H1.62v-4.3zM5.297.002h4.873v1.48H7.078v.722h3.092V3.58H7.078v.72h3.092v1.483H5.297V.002zm6.953 4.3h.697c1.11 0 1.272-.9 1.272-1.443 0-.364-.115-1.376-1.403-1.376h-.567v2.82zm-1.78-4.3h2.922C15.32.002 16 1.425 16 2.882c0 1.773-.94 2.9-2.956 2.9H10.47V0z"/></svg>
<svg class="tc-image-telegram tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.7810001373291 17.288999557495117"><path fill-rule="nonzero" d="M13.407 10.974c.57-1.56 2.66-7.49 2.994-9.044.38-1.76-.414-1.93-2.22-1.34-1.805.59-6.435 2.305-7.215 2.582-.78.277-4.573 1.552-5.36 1.932-1.606.862-.825 2.177.97 2.86 5.37 2.577 3.845 1.264 6.242 6.032.493 1.218 1.656 3.293 2.77 1.724.586-.892 1.37-3.52 1.82-4.747z"/></svg>
<svg class="tc-image-telephone tc-image-button" width="22pt" height="22pt" viewBox="0 0 71.88800048828125 69.98491668701172"><path d="M71.721 55.227c-.167-1.032-.814-1.914-1.783-2.438l-14.335-8.446-.118-.066a4.256 4.256 0 0 0-1.937-.45c-1.201 0-2.348.455-3.144 1.253l-4.231 4.233c-.181.172-.771.421-.95.43-.049-.004-4.923-.355-13.896-9.329-8.957-8.955-9.337-13.844-9.34-13.844.005-.25.251-.838.426-1.02l3.608-3.607c1.271-1.274 1.652-3.386.898-5.022L18.951 1.928C18.372.736 17.247 0 15.999 0c-.883 0-1.735.366-2.401 1.031l-9.835 9.813c-.943.938-1.755 2.578-1.932 3.898C1.745 15.373 0 30.435 20.65 51.088c17.531 17.529 31.201 18.891 34.976 18.891a10.7 10.7 0 0 0 1.376-.071c1.316-.176 2.954-.986 3.891-1.925l9.827-9.826c.802-.806 1.168-1.871 1.001-2.93z"/></svg>
<svg class="tc-image-telephone-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.054155349731445 8.134156227111816"><path d="M2.09 4.35a.37.37 0 0 0 0 .52l.43.44L.76 7.09l-.24-.21a1.6 1.6 0 0 1-.52-1v-1a1.6 1.6 0 0 1 .52-1l.29-.41L3.52.78l.26-.26a1.6 1.6 0 0 1 1-.52h1a1.6 1.6 0 0 1 1 .52l.34.21-1.76 1.74-.44-.43a.37.37 0 0 0-.52 0L2.09 4.35zm-.09 3l-.48.52a.73.73 0 0 0 1 0l.74-.74a.73.73 0 0 0 0-1l-.52.52-.74.7zm5.31-5.32l-.71.71-.52.53a.73.73 0 0 0 1 0l.71-.71a.73.73 0 0 0 0-1l-.48.47z"/></svg>
<svg class="tc-image-telephone-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.861251831054688 11.91125202178955"><path d="M2.51 6.88a.51.51 0 0 0 0 .72l.72.72-2.16 2.18-.37-.37A2.24 2.24 0 0 1 0 8.69V7.24a2.24 2.24 0 0 1 .7-1.45l.36-.36 4.35-4.35.36-.36A2.24 2.24 0 0 1 7.22 0h1.45a2.24 2.24 0 0 1 1.45.72l.36.36-2.17 2.18-.73-.73a.51.51 0 0 0-.72 0L2.51 6.88zm.34 4l-.72.72a1 1 0 0 0 1.45 0l.72-.72a1 1 0 0 0 0-1.45l-.72.72-.73.73zm8-8l-.75.72-.72.72a1 1 0 0 0 1.45 0l.72-.72a1 1 0 0 0 0-1.45l-.7.73z"/></svg>
<svg class="tc-image-telephone-accessible tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.95301818847656 77.00100708007812"><path d="M2.253 25.976c.662.48 1.511.607 2.336.365l12.607-3.262.104-.023a3.29 3.29 0 0 0 1.321-.83c.665-.661 1.049-1.548 1.047-2.434l-.001-4.684c.006-.193.195-.658.287-.763.028-.022 2.92-2.528 12.854-2.528 9.913-.002 12.832 2.496 12.834 2.494.134.141.323.604.328.799l-.001 3.994c.002 1.409.962 2.787 2.281 3.273l12.709 3.893c.981.34 2.012.124 2.704-.57.489-.486.755-1.156.755-1.893l.014-10.879c.004-1.041-.455-2.398-1.088-3.228-.302-.397-7.673-9.699-30.535-9.7C13.404.001 5.085 6.815 2.994 8.906c-.449.449-.68.74-.723.796-.63.827-1.089 2.183-1.088 3.22v10.883c.002.889.391 1.68 1.07 2.171zm4.582 21.101v2.543c0 1.168.95 2.12 2.121 2.12h6.836a2.12 2.12 0 0 0 2.117-2.12v-2.543a2.122 2.122 0 0 0-2.117-2.123H8.956c-1.17 0-2.121.955-2.121 2.123zM31.38 49.62v-2.543c0-1.168-.95-2.123-2.119-2.123h-6.838c-1.17 0-2.117.955-2.117 2.123v2.543a2.12 2.12 0 0 0 2.117 2.12h6.838c1.17 0 2.119-.952 2.119-2.12zm13.471 0v-2.543c0-1.168-.95-2.123-2.121-2.123h-6.836a2.125 2.125 0 0 0-2.121 2.123v2.543c0 1.168.949 2.12 2.121 2.12h6.836a2.123 2.123 0 0 0 2.121-2.12zm13.471 0v-2.543c0-1.168-.95-2.123-2.122-2.123h-6.836a2.126 2.126 0 0 0-2.122 2.123v2.543c0 1.168.95 2.12 2.122 2.12H56.2a2.123 2.123 0 0 0 2.122-2.12zM2.117 39.11h6.84a2.123 2.123 0 0 0 2.117-2.121v-2.543c0-1.166-.95-2.121-2.117-2.121h-6.84A2.124 2.124 0 0 0 0 34.446v2.543a2.122 2.122 0 0 0 2.117 2.121zm20.306 0a2.123 2.123 0 0 0 2.121-2.121v-2.543c0-1.166-.95-2.121-2.121-2.121h-6.836a2.121 2.121 0 0 0-2.117 2.121v2.543a2.12 2.12 0 0 0 2.117 2.121h6.836zm13.471 0a2.124 2.124 0 0 0 2.122-2.121v-2.543c0-1.166-.95-2.121-2.122-2.121h-6.836a2.125 2.125 0 0 0-2.122 2.121v2.543c0 1.168.95 2.121 2.122 2.121h6.836zm13.471-6.785H42.53a2.125 2.125 0 0 0-2.122 2.121v2.543c0 1.168.95 2.121 2.122 2.121h6.835a2.12 2.12 0 0 0 2.117-2.121v-2.543a2.121 2.121 0 0 0-2.117-2.121zm13.471 0h-6.84a2.124 2.124 0 0 0-2.117 2.121v2.543c0 1.168.95 2.121 2.117 2.121h6.84a2.123 2.123 0 0 0 2.117-2.121v-2.543a2.125 2.125 0 0 0-2.117-2.121zM11.074 62.249v-2.542c0-1.167-.95-2.12-2.117-2.12h-6.84A2.122 2.122 0 0 0 0 59.707v2.542c0 1.17.951 2.123 2.117 2.123h6.84a2.123 2.123 0 0 0 2.117-2.123zm4.513 2.123h6.836a2.124 2.124 0 0 0 2.121-2.123v-2.542c0-1.167-.95-2.12-2.121-2.12h-6.836a2.12 2.12 0 0 0-2.117 2.12v2.542a2.12 2.12 0 0 0 2.117 2.123zm13.472 0h6.836a2.125 2.125 0 0 0 2.122-2.123v-2.542c0-1.167-.95-2.12-2.122-2.12h-6.836a2.123 2.123 0 0 0-2.122 2.12v2.542c0 1.17.95 2.123 2.122 2.123zm13.47 0h6.835a2.12 2.12 0 0 0 2.117-2.123v-2.542a2.12 2.12 0 0 0-2.117-2.12h-6.835a2.123 2.123 0 0 0-2.122 2.12v2.542a2.125 2.125 0 0 0 2.122 2.123zm20.307-6.785h-6.84a2.122 2.122 0 0 0-2.117 2.12v2.542c0 1.17.95 2.123 2.117 2.123h6.84a2.123 2.123 0 0 0 2.117-2.123v-2.542c0-1.167-.951-2.12-2.117-2.12zm-7.933 12.629H9.447a2.124 2.124 0 0 0-2.117 2.121v2.543a2.12 2.12 0 0 0 2.117 2.121h45.456a2.12 2.12 0 0 0 2.118-2.121v-2.543c0-1.166-.95-2.121-2.118-2.121z"/></svg>
<svg class="tc-image-telescope tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.533446311950684 16"><path d="M7.653 9l3 6h-1l-2-4v5h-1v-6l-2 5h-1l2-5 2-1zm-1-9h-1v1h1V0zm-2 3h-1v1h1V3zm-3-2h-1v1h1V1zM.283 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95 1.23 2.14 6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z"/></svg>
<svg class="tc-image-television tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1536"><path d="M1792 1120V160q0-13-9.5-22.5T1760 128H160q-13 0-22.5 9.5T128 160v960q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5zm128-960v960q0 66-47 113t-113 47h-736v128h352q14 0 23 9t9 23v64q0 14-9 23t-23 9H544q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352v-128H160q-66 0-113-47T0 1120V160Q0 94 47 47T160 0h1600q66 0 113 47t47 113z"/></svg>
<svg class="tc-image-tencent-weibo tc-image-button" width="22pt" height="22pt" viewBox="0 0 1166 1792"><path d="M785 572q0 80-57 136.5T592 765q-60 0-111-35-62 67-115 146-247 371-202 859 1 22-12.5 38.5T117 1792h-5q-20 0-35-13.5T60 1745q-14-126-3.5-247.5t29.5-217 54-186T209 939t74-125q61-90 132-165-16-35-16-77 0-80 56.5-136.5T592 379t136.5 56.5T785 572zm381 11q0 158-78 292t-212.5 212-292.5 78q-64 0-131-14-21-5-32.5-23.5T413 1088q5-20 23-31.5t39-7.5q51 13 108 13 97 0 186-38t153-102 102-153 38-186-38-186-102-153-153-102-186-38-186 38-153 102-102 153-38 186q0 114 52 218 10 20 3.5 40T134 871t-39.5 3T64 848Q0 725 0 583q0-119 46.5-227T171 170 357 46 583 0q158 0 292.5 78T1088 290.5t78 292.5z"/></svg>
<svg class="tc-image-tennis tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48.011383056640625 48.00450134277344"><path d="M4.818 23.214A1.843 1.843 0 0 0 2.98 25.05c0 1.007.828 1.82 1.838 1.82a1.82 1.82 0 0 0 1.826-1.82 1.833 1.833 0 0 0-1.826-1.835zM30.306 7.955a3.975 3.975 0 0 0 3.98-3.969 3.986 3.986 0 0 0-7.973 0c0 2.198 1.79 3.97 3.993 3.97zm17.13 35.412l-6.476-7.626s-2.023-11.774-2.023-11.799l-.303-1.335c.012.013-.814-3.714-1.447-6.627 1.01.582 1.922 1.104 1.97 1.13.05.107 3.433 6.53 3.433 6.53.258.474.686.826 1.195.982a2.01 2.01 0 0 0 1.547-.146 1.95 1.95 0 0 0 .984-1.189 1.9 1.9 0 0 0-.135-1.529l-3.71-7.054s-.147-.255-.341-.448c-.268-.267-.855-.595-.855-.595L34.07 9.57c-.914-.46-1.924-.618-2.936-.4-.416.085-.803.243-1.24.486-.051.011-1.646.715-2.57 2.878l-3.7 7.43-5.833 1.128-.134.048-5.266-3.715c-1.181-.825-1.326-3.302-1.34-3.399-.145-1.699-1.12-3.302-2.678-4.407C6.962 8.623 5.256 8.2 3.697 8.452c-1.218.207-2.252.838-2.91 1.762a4.27 4.27 0 0 0-.778 2.5l.073.803c.269 1.564 1.23 3.021 2.643 4.03 1.424 1.006 3.117 1.432 4.675 1.165l.366-.073c.036-.024 2.374-.742 3.518.037 0 .011 3.938 2.78 4.986 3.52-.11.17-.304.545-.292.935a2.023 2.023 0 0 0 2.41 1.967l6.988-1.36s.598-.183.854-.366c.33-.23.572-.715.572-.715l1.838-3.69s1.268 5.96 1.289 6.068c-.145.146-5.732 6.058-5.732 6.058l-.215.122c-.551.496-.973 1.151-.973 1.845v12.526c0 1.338 1.167 2.418 2.506 2.418 1.328 0 2.494-1.08 2.494-2.418V35.123c1-.533 4.844-5.036 5.988-6.229.123.704 1.252 7.056 1.252 7.056.098.56.379 1.068.78 1.48 0 .013 7.7 9.07 7.7 9.07a2.525 2.525 0 0 0 1.657.848 2.47 2.47 0 0 0 1.769-.568 2.436 2.436 0 0 0 .853-1.848 2.39 2.39 0 0 0-.571-1.565zM9.032 16.053c-.426.595-1.083.983-1.9 1.13-1.144.192-2.423-.135-3.493-.912-1.083-.766-1.815-1.857-2.01-2.998l-.05-.57c0-.596.16-1.129.489-1.59 1.059-1.48 3.48-1.578 5.404-.219 1.913 1.36 2.619 3.678 1.56 5.16z"/></svg>
<svg class="tc-image-tennis-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.003103256225586 11.010174751281738"><path d="M2 3.01a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm6.87 1.55L7.3 3.01a1.89 1.89 0 0 0-.5-2.3 2.25 2.25 0 0 0-1.54-.7 1.26 1.26 0 0 0-.91.35 1.79 1.79 0 0 0 .35 2.45 2.25 2.25 0 0 0 1.54.7 1.3 1.3 0 0 0 .69-.21l1.6 1.6a.23.23 0 0 0 .2.12.25.25 0 0 0 .27-.26.24.24 0 0 0-.13-.2zM6.8 2.81a.77.77 0 0 1-.56.2 1.76 1.76 0 0 1-1.19-.55A1.33 1.33 0 0 1 4.7.71a.78.78 0 0 1 .56-.2c.453.023.879.22 1.19.55.549.407.7 1.163.35 1.75zm-1.3 2.2h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-2.5h1v2.5a.5.5 0 0 0 1 0v-4.5h2.5a.5.5 0 0 0 0-1z"/></svg>
<svg class="tc-image-tennis-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.648567199707031 13.490175247192383"><path d="M4.186 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm6.38.55l-1.57-1.59a1.89 1.89 0 0 0-.5-2.25 2.25 2.25 0 0 0-1.54-.7 1.26 1.26 0 0 0-.91.35 1.79 1.79 0 0 0 .35 2.45 2.25 2.25 0 0 0 1.54.7 1.3 1.3 0 0 0 .69-.21l1.56 1.59a.23.23 0 0 0 .2.12.25.25 0 0 0 .25-.25.24.24 0 0 0-.07-.21zM8.496 2.8a.77.77 0 0 1-.56.2 1.76 1.76 0 0 1-1.18-.5 1.33 1.33 0 0 1-.35-1.74.78.78 0 0 1 .55-.26c.468.015.91.217 1.23.56a1.33 1.33 0 0 1 .31 1.74zm.54 2.34a.5.5 0 0 0-.707-.003l-.003.003-1.35 1.36h-4.9a.5.5 0 0 0-.48.38l-.79 3.11-.72 2.87a.5.5 0 0 0 .31.63h.16a.5.5 0 0 0 .47-.34l.8-3.19h1.36v3a.5.5 0 0 0 1 0v-3l1-2.46h2.21l1.65-1.65a.5.5 0 0 0-.01-.7v-.01z"/></svg>
<svg class="tc-image-tent tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1101.5"><path d="M774 8q16 9.5 20.5 27T789 68.5l-136 187 467 746h30q20 0 35 18.5t15 39.5v42H0v-42q0-21 15-39.5t35-18.5h30l468-746-135-183q-10-16-5.5-34t20.5-28T462 5t28 20.5l111 148 112-150q9-16 27-20.5t34 5zm-174 993.5h377l-182-112-195-534v646z"/></svg>
<svg class="tc-image-tep tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 384"><path d="M469.3 0H42.7C19.1 0 0 19.1 0 42.7v298.7C0 364.9 19.1 384 42.7 384h426.7c23.6 0 42.7-19.1 42.7-42.7V42.7C512 19.1 492.9 0 469.3 0zM384 277.3H128c-47.1 0-85.3-38.2-85.3-85.3s38.2-85.3 85.3-85.3 85.3 38.2 85.3 85.3c0 15.6-4.5 30.1-11.8 42.7h109c-7.3-12.6-11.8-27-11.8-42.7 0-47.1 38.2-85.3 85.3-85.3s85.3 38.2 85.3 85.3-38.2 85.3-85.3 85.3z"/></svg>
<svg class="tc-image-terminal tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.990000247955322 7.990000247955322"><path d="M.09 0C.03 0 0 .04 0 .09V7.9c0 .05.04.09.09.09H7.9c.05 0 .09-.04.09-.09V.09C7.99.03 7.95 0 7.9 0H.09zM1.5.78L3.22 2.5 1.5 4.22.78 3.5l1-1-1-1L1.5.78zM4 3h3v1H4V3z"/></svg>
<svg class="tc-image-terminal_badge tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.86400032043457 9.647998809814453"><path d="M6.432 8.04h6.432v1.608H6.432V8.04zM1.608 9.648l4.824-4.824L1.608 0 0 1.608l3.216 3.216L0 8.04z"/></svg>
<svg class="tc-image-terrain tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M26 0l-7.5 10 5.7 7.6L21 20c-3.38-4.5-9-12-9-12L0 24h44L26 0z"/></svg>
<svg class="tc-image-tesla tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 3.575l1.65-2.018s2.83.06 5.647 1.37c-.722 1.09-2.154 1.625-2.154 1.625-.097-.96-.77-1.194-2.904-1.194L8 16 5.746 3.356c-2.12 0-2.792.236-2.89 1.195 0 0-1.43-.535-2.153-1.623 2.817-1.31 5.647-1.37 5.647-1.37L8 3.575l-.003.002H8v-.002zm0-2.6c2.277-.02 4.884.352 7.552 1.52.357-.645.448-.93.448-.93A21.857 21.857 0 0 0 8 0C5.648.01 2.917.407 0 1.566c0 0 .13.35.448.93C3.116 1.325 5.723.955 8 .973z"/></svg>
<svg class="tc-image-tetris-i-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M208 26a9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96A9.5 9.5 0 0 0 304 26h-96zm9.5 19h77v77h-77V45zm0 115h77v77h-77v-77zm0 115h77v77h-77v-77zm0 115h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-tetris-j-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M265.5 83.5A9.5 9.5 0 0 0 256 93v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5V93a9.5 9.5 0 0 0-9.5-9.5h-96zm9.5 19h77v77h-77v-77zm0 115h77v77h-77v-77zm-115 115h77v77h-77v-77zm115 0h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-tetris-l-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M150.5 83.5A9.5 9.5 0 0 0 141 93v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5V93a9.5 9.5 0 0 0-9.5-9.5h-96zm9.5 19h77v77h-77v-77zm0 115h77v77h-77v-77zm0 115h77v77h-77v-77zm115 0h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-tetris-o-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M150.5 141a9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5h-96zm9.5 19h77v77h-77v-77zm115 0h77v77h-77v-77zm-19 86.5a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5zM160 275h77v77h-77v-77zm115 0h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-tetris-s-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M208 141a9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5H93a9.5 9.5 0 0 0-9.5 9.5v96A9.5 9.5 0 0 0 93 371h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5h-96zm9.5 19h77v77h-77v-77zm115 0h77v77h-77v-77zm-230 115h77v77h-77v-77zm115 0h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-tetris-t-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M93 141a9.5 9.5 0 0 0-9.5 9.5v96A9.5 9.5 0 0 0 93 256h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5H93zm9.5 19h77v77h-77v-77zm115 0h77v77h-77v-77zm115 0h77v77h-77v-77zm-115 115h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-tetris-z-brick tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M93 141a9.5 9.5 0 0 0-9.5 9.5v96A9.5 9.5 0 0 0 93 256h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0-9.5 9.5v96a9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 9.5 9.5h96a9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5 9.5 9.5 0 0 0 9.5-9.5v-96a9.5 9.5 0 0 0-9.5-9.5h-96a9.5 9.5 0 0 0-9.5 9.5 9.5 9.5 0 0 0-9.5-9.5H93zm9.5 19h77v77h-77v-77zm115 0h77v77h-77v-77zm0 115h77v77h-77v-77zm115 0h77v77h-77v-77z" fill="#fff"/></svg>
<svg class="tc-image-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14"><path d="M15 3V0h-3v1H3V0H0v3h1v8H0v3h3v-1h9v1h3v-3h-1V3h1zm-2-2h1v1h-1V1zM1 1h1v1H1V1zm0 12v-1h1v1H1zm13 0h-1v-1h1v1zm-1-2h-1v1H3v-1H2V3h1V2h9v1h1v8zm-2-6.5a.5.5 0 0 1-.5.5H8v4.5a.5.5 0 0 1-1 0V5H4.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 .5.5z"/></svg>
<svg class="tc-image-text-align-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 39"><path d="M0 0h38v6H0V0zm3 33h32v6H3v-6zm7-11h18v6H10v-6zM6 11h26v6H6v-6z"/></svg>
<svg class="tc-image-text-align-justify tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 39"><path d="M38 39H0v-6h38v6zm0-33H0V0h38v6zm0 11H0v-6h38v6zm0 11H0v-6h38v6z"/></svg>
<svg class="tc-image-text-align-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 39"><path d="M34 0H0v6h34V0zm-4 33H0v6h30v-6zM19 22H0v6h19v-6zm6-11H0v6h25v-6z"/></svg>
<svg class="tc-image-text-align-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 39"><path d="M0 0h34v6H0V0zm4 33h30v6H4v-6zm11-11h19v6H15v-6zM9 11h25v6H9v-6z"/></svg>
<svg class="tc-image-text-background tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M50 0h1100q21 0 35.5 14.5T1200 50v1100q0 21-14.5 35.5T1150 1200H50q-21 0-35.5-14.5T0 1150V50q0-21 14.5-35.5T50 0zm561 82h-70q-13 0-18 12L224 847q-17 32-35 51-18 18-56 34-12 5-12 18v50q0 8 5.5 14t14.5 6h273q8 0 14-6t6-14v-50q0-8-6-14t-14-6q-55 0-71-23-10-14 0-39l63-163h266l57 153q11 31-6 55-12 17-36 17-8 0-14 6t-6 14v50q0 8 6 14t14 6h313q8 0 14-6t6-14v-50q0-7-5.5-13t-13.5-7q-17 0-42-25-25-27-40-63h-1L630 94q-5-12-19-12zm28 507H442l103-264z"/></svg>
<svg class="tc-image-text-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 25.513999938964844 38"><path d="M0 38V0h11.994c3.658 0 6.555.794 8.69 2.384 2.134 1.588 3.202 3.658 3.202 6.208 0 2.132-.601 3.986-1.803 5.56-1.201 1.575-2.862 2.694-4.983 3.355v.11c2.556.3 4.597 1.276 6.124 2.927 1.527 1.65 2.29 3.797 2.29 6.438 0 3.28-1.27 5.936-3.808 7.969C19.166 36.983 15.96 38 12.087 38H0zM6.014 4.886v10.857h4.487c2.143 0 3.824-.519 5.043-1.557 1.218-1.037 1.827-2.506 1.827-4.406 0-3.263-2.126-4.894-6.378-4.894H6.014zm0 15.743v12.485h5.768c2.301 0 4.08-.564 5.335-1.692C18.372 30.294 19 28.74 19 26.762c0-4.09-2.675-6.133-8.024-6.133H6.014z"/></svg>
<svg class="tc-image-text-color tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.487998962402344 10"><path d="M1.776 10l.9-3h4.137l.9 3h1.775l-3-10H3L0 10h1.776zm2.4-8h1.137l.9 3H3.276l.9-3z"/></svg>
<svg class="tc-image-text-fields tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 38 30"><g transform="translate(-5 -8)"><defs><path id="a" d="M48 48H0V0h48v48z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M5 8v6h10v24h6V14h10V8H5zm38 10H25v6h6v14h6V24h6v-6z"/></g></svg>
<svg class="tc-image-text-format tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 30"><path d="M0 26v4h28v-4H0zm9-8.4h10l1.8 4.4H25L15.5 0h-3L3 22h4.2L9 17.6zm5-13.64L17.74 14h-7.48L14 3.96z"/></svg>
<svg class="tc-image-text-height tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 14"><path d="M14 11h2l-2.5 3-2.5-3h2V3h-2l2.5-3L16 3h-2zM10 0v4L9 2H6v11h2v1H2v-1h2V2H1L0 4V0z"/></svg>
<svg class="tc-image-text-italic tc-image-button" width="22pt" height="22pt" viewBox="0 0 19.87600326538086 38"><path d="M19.876 0l-.693 4.05h-3.8l-5.547 29.9h3.8L12.943 38H0l.693-4.05h3.8l5.547-29.9h-3.8L6.933 0h12.943z"/></svg>
<svg class="tc-image-text-overline tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 37.952999114990234"><path d="M0 0h34v4H0V0zm16.842 37.953c-4.486 0-8.078-1.475-10.777-4.427-2.699-2.951-4.048-6.79-4.048-11.517 0-5.081 1.375-9.134 4.126-12.159 2.75-3.024 6.494-4.537 11.23-4.537 4.368 0 7.888 1.469 10.558 4.406 2.67 2.937 4.006 6.777 4.006 11.518 0 5.152-1.369 9.226-4.105 12.222-2.737 2.996-6.4 4.494-10.99 4.494zm.262-29.466c-3.263 0-5.913 1.21-7.95 3.633-2.038 2.423-3.057 5.606-3.057 9.549 0 3.938.992 7.108 2.978 9.51 1.986 2.4 4.577 3.601 7.774 3.601 3.41 0 6.097-1.145 8.061-3.435 1.964-2.29 2.947-5.495 2.947-9.612 0-4.222-.954-7.485-2.862-9.79-1.908-2.304-4.538-3.456-7.89-3.456z"/></svg>
<svg class="tc-image-text-sans tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.5 38"><path d="M0 0h28.5v6.334H17.417V38h-6.334V6.334H0V0z"/></svg>
<svg class="tc-image-text-script tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.400001525878906 41.95100021362305"><path d="M23.982 30.084c0-4.75-4.353-20.584 2.376-22.167 10.687-1.583 11.875 0 13.458-1.583C41.4 4.75 39.816 0 35.066 0S10.386 4.75 5.379 4.75C.629 4.75 0 8.32 2.212 11.084 5.379 15.042 18.442 9.5 18.442 9.5s-3.563 25.334.79 28.5c5.433 3.951 4.75-7.916 4.75-7.916z"/></svg>
<svg class="tc-image-text-serif tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 38"><path d="M8 38v-2.917c3.498 0 6-1.875 6-5.833V9c0-3.06-2.252-4-5.313-4C5.627 5 3.5 5.94 3.5 9H0V0h34v9h-3.5c0-3.06-2.127-4-5.188-4C22.252 5 20 5.94 20 9v20.25c0 3.958 2.502 5.833 6 5.833V38H8z"/></svg>
<svg class="tc-image-text-size tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.48999786376953 32"><path d="M19.098 23.381H9.837l-2.303 8.61H0L9.837 0h9.597l8.316 26.404 5.434-17.42h6.98L47.49 32h-5.757l-1.815-6.263h-6.735L31.509 32l-9.915-.008-2.496-8.611zm-8.205-5.202h7.15l-2.016-6.798-.852-3.09-.78-3.089H14.3l-.726 3.117-.762 3.143-1.92 6.717zm23.059 3.775h5.2l-1.466-4.944-.62-2.247-.567-2.246h-.07l-.527 2.267-.555 2.285-1.395 4.885z"/></svg>
<svg class="tc-image-text-size-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.48999786376953 32"><path d="M19.098 23.381H9.837l-2.303 8.61H0L9.837 0h9.597l8.316 26.404 5.434-17.42h6.98L47.49 32h-5.757l-1.815-6.263h-6.735L31.509 32l-9.915-.008-2.496-8.611zm-8.205-5.202h7.15l-2.016-6.798-.852-3.09-.78-3.089H14.3l-.726 3.117-.762 3.143-1.92 6.717zm23.059 3.775h5.2l-1.466-4.944-.62-2.247-.567-2.246h-.07l-.527 2.267-.555 2.285-1.395 4.885zM30.44 0h12l-6 6-6-6z"/></svg>
<svg class="tc-image-text-size-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.2859992980957 36"><path d="M26.286 5h14v4h-14V5zm7.143 31h-6.686l-3.174-9.257H9.723L6.686 36H0L13.42 0h6.694l13.315 36zM22.026 22.114L17.132 7.417c-.144-.472-.3-1.23-.466-2.274h-.104c-.145.959-.308 1.717-.49 2.274l-4.83 14.697h10.784z"/></svg>
<svg class="tc-image-text-size-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40.2859992980957 36"><path d="M26.286 5h5V0h4v5h5v4h-5v5h-4V9h-5V5zm7.143 31h-6.686l-3.174-9.257H9.723L6.686 36H0L13.42 0h6.694l13.315 36zM22.026 22.114L17.132 7.417c-.144-.472-.3-1.23-.466-2.274h-.104c-.145.959-.308 1.717-.49 2.274l-4.83 14.697h10.784z"/></svg>
<svg class="tc-image-text-size-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.48999786376953 32"><path d="M19.098 23.381H9.837l-2.303 8.61H0L9.837 0h9.597l8.316 26.404 5.434-17.42h6.98L47.49 32h-5.757l-1.815-6.263h-6.735L31.509 32l-9.915-.008-2.496-8.611zm-8.205-5.202h7.15l-2.016-6.798-.852-3.09-.78-3.089H14.3l-.726 3.117-.762 3.143-1.92 6.717zm23.059 3.775h5.2l-1.466-4.944-.62-2.247-.567-2.246h-.07l-.527 2.267-.555 2.285-1.395 4.885zM30.44 6l6-6 6 6h-12z"/></svg>
<svg class="tc-image-text-strikethrough tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38.40989685058594"><path d="M7.45 36.093v-5.158a10.18 10.18 0 0 0 2.133 1.562c.828.464 1.7.854 2.617 1.171.917.317 1.838.563 2.762.738.925.175 1.78.262 2.563.262 2.706 0 4.725-.512 6.058-1.537 1.334-1.026 2-2.5 2-4.42 0-1-.223-1.874-.67-2.618-.448-.744-1.064-1.422-1.85-2.033-.787-.61-1.717-1.199-2.792-1.763l-2.317-1.179H0v-4h11.08a14.199 14.199 0 0 1-.926-.817 9.245 9.245 0 0 1-1.983-2.758c-.48-1.028-.721-2.233-.721-3.617 0-1.694.38-3.168 1.137-4.42a9.635 9.635 0 0 1 2.988-3.096C12.808 1.6 14.214.994 15.792.597a19.688 19.688 0 0 1 4.825-.596c3.733 0 6.455.492 8.166 1.475v4.925c-2.216-1.777-5.064-2.666-8.541-2.666-.961 0-1.923.102-2.884.308-.96.206-1.816.542-2.566 1.008a5.79 5.79 0 0 0-1.834 1.8c-.472.734-.708 1.628-.708 2.684 0 .95.18 1.77.538 2.462.358.692.887 1.322 1.587 1.892.7.57 1.553 1.122 2.558 1.658l3.097 1.571H38v4H26.674c.257.22.505.445.743.675.91.883 1.633 1.86 2.166 2.93.534 1.07.8 2.295.8 3.678 0 1.834-.365 3.385-1.096 4.654a8.904 8.904 0 0 1-2.954 3.096c-1.239.795-2.668 1.368-4.287 1.721a24 24 0 0 1-5.121.53l-2.217-.155a28.644 28.644 0 0 1-2.691-.45 20.624 20.624 0 0 1-2.6-.733c-.817-.292-1.473-.615-1.967-.97z"/></svg>
<svg class="tc-image-text-underline tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 37.983001708984375"><path d="M0 37.983v-4h34v4H0zm28.95-19.127c0 8.887-4.014 13.33-12.042 13.33-7.687 0-11.531-4.276-11.531-12.828V0h3.626v19.223c0 6.526 2.767 9.789 8.302 9.789 5.346 0 8.018-3.152 8.018-9.456V0h3.627v18.856z"/></svg>
<svg class="tc-image-text-width tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M3 13v2l-3-2.5L3 10v2h8v-2l3 2.5-3 2.5v-2zm9-13v4l-1-2H8v7h2v1H4V9h2V2H3L2 4V0z"/></svg>
<svg class="tc-image-textsms tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM14 18h-4v-4h4v4zm8 0h-4v-4h4v4zm8 0h-4v-4h4v4z"/></svg>
<svg class="tc-image-texture tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M33.02.15L.15 33.02c.18.69.53 1.31 1.02 1.8l.01.01c.49.49 1.11.84 1.8 1.02L35.85 2.98A4.006 4.006 0 0 0 33.02.15zM17.76 0L0 17.76v5.66L23.42 0h-5.66zM4 0C1.8 0 0 1.8 0 4v4.01L8.01 0H4zm28 36c1.1 0 2.1-.45 2.82-1.17C35.55 34.1 36 33.1 36 32v-4.01L27.99 36H32zm-19.42 0h5.66L36 18.24v-5.66L12.58 36z"/></svg>
<svg class="tc-image-th-large tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M5 0H3A2.99 2.99 0 0 0 .881.881 2.99 2.99 0 0 0 0 3v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 0 0 3 8h2a2.99 2.99 0 0 0 2.119-.881A2.99 2.99 0 0 0 8 5V3A2.99 2.99 0 0 0 7.119.881 2.99 2.99 0 0 0 5 0zm10 0h-2a2.99 2.99 0 0 0-2.119.881A2.99 2.99 0 0 0 10 3v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 0 0 13 8h2a2.99 2.99 0 0 0 2.119-.881A2.99 2.99 0 0 0 18 5V3a2.99 2.99 0 0 0-.881-2.119A2.99 2.99 0 0 0 15 0zM5 10H3a2.99 2.99 0 0 0-2.119.881A2.99 2.99 0 0 0 0 13v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 0 0 3 18h2a2.99 2.99 0 0 0 2.119-.881A2.99 2.99 0 0 0 8 15v-2a2.99 2.99 0 0 0-.881-2.119A2.99 2.99 0 0 0 5 10zm10 0h-2a2.99 2.99 0 0 0-2.119.881A2.99 2.99 0 0 0 10 13v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 0 0 13 18h2a2.99 2.99 0 0 0 2.119-.881A2.99 2.99 0 0 0 18 15v-2a2.99 2.99 0 0 0-.881-2.119A2.99 2.99 0 0 0 15 10z"/></svg>
<svg class="tc-image-th-large-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 20"><path d="M7 0H2C.897 0 0 .896 0 2v5c0 1.104.897 2 2 2h5c1.103 0 2-.896 2-2V2c0-1.104-.897-2-2-2zm0 7H2V2h5v5zm11-7h-5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 7h-5V2h5v5zM7 11H2c-1.103 0-2 .896-2 2v5c0 1.104.897 2 2 2h5c1.103 0 2-.896 2-2v-5c0-1.104-.897-2-2-2zm0 7H2v-5h5v5zm11-7h-5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2zm0 7h-5v-5h5v5z"/></svg>
<svg class="tc-image-th-list tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.5 19"><g transform="translate(-2.5 -2.5)"><path d="M19 17h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2zm0-7h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2zm0-7h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2z"/><circle cx="5" cy="19" r="2.5"/><circle cx="5" cy="12" r="2.5"/><circle cx="5" cy="5" r="2.5"/></g></svg>
<svg class="tc-image-th-list-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 20"><path d="M17 16c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1h7m0-2h-7c-1.654 0-3 1.346-3 3s1.346 3 3 3h7c1.654 0 3-1.346 3-3s-1.346-3-3-3zm0-5c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1h7m0-2h-7c-1.654 0-3 1.346-3 3s1.346 3 3 3h7c1.654 0 3-1.346 3-3s-1.346-3-3-3zm0-5c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1h7m0-2h-7C8.346 0 7 1.346 7 3s1.346 3 3 3h7c1.654 0 3-1.346 3-3s-1.346-3-3-3zM4 14H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm0 4H2v-2h2v2zM4 7H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 4H2V9h2v2zM4 0H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 4H2V2h2v2z"/></svg>
<svg class="tc-image-th-menu tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M16 14H2c-1.103 0-2 .897-2 2s.897 2 2 2h14c1.103 0 2-.897 2-2s-.897-2-2-2zm0-7H2C.897 7 0 7.897 0 9s.897 2 2 2h14c1.103 0 2-.897 2-2s-.897-2-2-2zm0-7H2C.897 0 0 .897 0 2s.897 2 2 2h14c1.103 0 2-.897 2-2s-.897-2-2-2z"/></svg>
<svg class="tc-image-th-menu-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 20"><path d="M17 16c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1h14m0-2H3c-1.654 0-3 1.346-3 3s1.346 3 3 3h14c1.654 0 3-1.346 3-3s-1.346-3-3-3zm0-5c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1h14m0-2H3c-1.654 0-3 1.346-3 3s1.346 3 3 3h14c1.654 0 3-1.346 3-3s-1.346-3-3-3zm0-5c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1h14m0-2H3C1.346 0 0 1.346 0 3s1.346 3 3 3h14c1.654 0 3-1.346 3-3s-1.346-3-3-3z"/></svg>
<svg class="tc-image-th-small tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 19"><g transform="translate(-2.5 -2.5)"><circle cx="5" cy="19" r="2.5"/><circle cx="5" cy="12" r="2.5"/><circle cx="5" cy="5" r="2.5"/><circle cx="12" cy="19" r="2.5"/><circle cx="12" cy="12" r="2.5"/><circle cx="12" cy="5" r="2.5"/><circle cx="19" cy="19" r="2.5"/><circle cx="19" cy="12" r="2.5"/><circle cx="19" cy="5" r="2.5"/></g></svg>
<svg class="tc-image-th-small-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 20"><path d="M4 14H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm0 4H2v-2h2v2zM4 7H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 4H2V9h2v2zM4 0H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 4H2V2h2v2zm7 10H9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm0 4H9v-2h2v2zm0-11H9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 4H9V9h2v2zm0-11H9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 4H9V2h2v2zm7 10h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm0 4h-2v-2h2v2zm0-11h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zm0 4h-2V9h2v2zm0-11h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 4h-2V2h2v2z"/></svg>
<svg class="tc-image-theaters tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 36"><path d="M28 0v4h-4V0H8v4H4V0H0v36h4v-4h4v4h16v-4h4v4h4V0h-4zM8 28H4v-4h4v4zm0-8H4v-4h4v4zm0-8H4V8h4v4zm20 16h-4v-4h4v4zm0-8h-4v-4h4v4zm0-8h-4V8h4v4z"/></svg>
<svg class="tc-image-theatre-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 9.787999153137207"><path d="M.606.001C.303.001 0 .302 0 .605v3.734c0 1.414.578 2.962 3 2.962h.5V5.485l-2.29-.008S1.514 4.34 3.027 4.34c.303 0 .404 0 .606.102V3.028c0-.606.202-1.008.605-1.31.303-.305.552-.417 1.156-.417H6V.696c0-.303-.197-.659-.5-.659-.606 0-1.16.569-2.473.569C2.018.606 1.211 0 .606 0zm1.144 1.8a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5zm3.75.5c-.303 0-.555.424-.555.727v3.733c0 1.413.606 3.027 3.028 3.027S11 8.074 11 6.762V3.028c0-.303-.197-.727-.5-.727-.605 0-1.592.5-2.5.5s-1.894-.5-2.5-.5zm1.25 2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5zm2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5zM6.156 7.367h3.735s-.303 1.211-1.817 1.211-1.918-1.21-1.918-1.21z"/></svg>
<svg class="tc-image-theatre-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M1 0S0 0 0 1v5.158C0 7.888.354 10 3.5 10H4V7L1.5 8s0-2.5 2.5-2.5V4c0-.708.087-1.32.5-1.775.381-.42 1.005-1.258 2.656-.471L8 2.303V1s0-1-1-1c-.708 0-1.978 1-3 1S1.787 0 1 0zm1 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 1S5 3 5 4v5c0 2 1 4 4 4s4-2 4-4V4c0-1-1-1-1-1-.708 0-1.978 1-3 1S6.787 3 6 3zm1 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM6.5 9h5s0 2.5-2.5 2.5S6.5 9 6.5 9z"/></svg>
<svg class="tc-image-themeisle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1792"><path d="M852 309q0 29-17 52.5T790 385t-45-23.5-17-52.5 17-52.5 45-23.5 45 23.5 17 52.5zM688 1685v-114q0-30-20.5-51.5T617 1498t-50 21.5-20 51.5v114q0 30 20.5 52t49.5 22q30 0 50.5-22t20.5-52zm172 0v-114q0-30-20-51.5t-50-21.5-50.5 21.5T719 1571v114q0 30 20.5 52t50.5 22q29 0 49.5-22t20.5-52zm174 0v-114q0-30-20.5-51.5T963 1498t-50.5 21.5T892 1571v114q0 30 20.5 52t50.5 22 50.5-22 20.5-52zm174 0v-114q0-30-20.5-51.5T1137 1498t-50.5 21.5-20.5 51.5v114q0 30 20.5 52t50.5 22 50.5-22 20.5-52zm268-684q-84 160-232 259.5T921 1360q-123 0-229.5-51.5t-178.5-137T400 974t-41-232q0-88 21-174-104 175-104 390 0 162 65 312t185 251q30-57 91-57 56 0 86 50 32-50 87-50 56 0 86 50 32-50 87-50t87 50q30-50 86-50 28 0 52.5 15.5t37.5 40.5q112-94 177-231.5t73-287.5zm-150-29q0-75-72-75-17 0-47 6-95 19-149 19-226 0-226-243 0-86 30-204-83 127-83 275 0 150 89 260.5t235 110.5q111 0 210-70 13-48 13-79zM884 313q0-50-32-89.5T771 184t-81 39.5-32 89.5q0 51 31.5 90.5T771 443t81.5-39.5T884 313zm629 339q0-96-37.5-179t-113-137-173.5-54q-77 0-149 35t-127 94q-48 159-48 268 0 104 45.5 157t147.5 53q53 0 142-19 36-6 53-6 51 0 77.5 28t26.5 80q0 26-4 46 75-68 117.5-165.5T1513 652zm279 217q0 111-33.5 249.5T1665 1323q-58 64-195 142.5T1242 1570l-4 1v114q0 43-29.5 75t-72.5 32q-56 0-86-50-32 50-87 50t-87-50q-30 50-86 50-55 0-87-50-30 50-86 50-47 0-75-33.5t-28-81.5q-90 68-198 68-118 0-211-80 54-1 106-20-113-31-182-127 32 7 71 7 89 0 164-46-192-192-240-306-24-56-24-160 0-57 9-125.5T40.5 741t55-141T182 495t120-42q59 0 81 52 19-29 42-54 2-3 12-13t13-16q10-15 23-38t25-42 28-39q87-111 211.5-177T998 60q35 0 62 4 59-64 146-64 83 0 140 57 5 5 5 12 0 5-6 13.5t-12.5 16-16 17L1306 126q17 6 36 18t19 24q0 6-16 25 157 138 197 378 25-30 60-30 45 0 100 49 90 80 90 279z"/></svg>
<svg class="tc-image-thermometer tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.00104522705078 40.57080841064453"><path d="M16.5 31a5.5 5.5 0 1 1-6.5-5.41V13h2v12.59A5.503 5.503 0 0 1 16.5 31zm3.5 0a9 9 0 1 1-13-8.064V4a4 4 0 1 1 8 0v18.935A9 9 0 0 1 20 31zM9 24.29a7 7 0 1 0 4 0V4a2 2 0 0 0-4 0v20.29zM6 3v1H0V3h6zm0 3v1H2V6h4zm0 3v1H0V9h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6z"/></svg>
<svg class="tc-image-thermometer-celcius tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.93075942993164 40.57080841064453"><path d="M16.5 31a5.5 5.5 0 1 1-6.5-5.41V13h2v12.59A5.503 5.503 0 0 1 16.5 31zm3.5 0a9 9 0 1 1-13-8.064V4a4 4 0 1 1 8 0v18.935A9 9 0 0 1 20 31zM9 24.29a7 7 0 1 0 4 0V4a2 2 0 0 0-4 0v20.29zM6 3v1H0V3h6zm0 3v1H2V6h4zm0 3v1H0V9h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zm21.827-1.502c-.943.46-2.175.689-3.696.689-1.985 0-3.545-.587-4.681-1.76-1.136-1.172-1.703-2.733-1.703-4.683 0-2.079.638-3.765 1.916-5.058 1.277-1.293 2.935-1.94 4.973-1.94 1.262 0 2.325.164 3.19.49v2.87c-.851-.497-1.821-.746-2.91-.746-1.196 0-2.16.375-2.895 1.126-.734.75-1.101 1.767-1.101 3.05 0 1.231.346 2.212 1.038 2.942.693.73 1.625 1.095 2.797 1.095 1.118 0 2.142-.248 3.072-.746v2.671zm4.474-7.711c-.727 0-1.344-.246-1.85-.738a2.412 2.412 0 0 1-.758-1.797c0-.704.253-1.297.759-1.78.505-.484 1.122-.725 1.849-.725.723 0 1.34.241 1.852.724.511.484.767 1.077.767 1.781a2.4 2.4 0 0 1-.767 1.797 2.575 2.575 0 0 1-1.852.738zm.006-3.734c-.313 0-.578.117-.795.35a1.21 1.21 0 0 0-.325.855c0 .336.108.624.325.863.217.24.482.359.795.359.307 0 .57-.12.79-.359.22-.239.33-.527.33-.863a1.21 1.21 0 0 0-.325-.855 1.044 1.044 0 0 0-.795-.35z"/></svg>
<svg class="tc-image-thermometer-digital tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm-8.04 13.48v1.92h4.825l-4.327 9.003 1.847.917 5.175-10.767V13.48h-7.52zm13.422-.32l-5.102 7.453V22.6h5.12V25h2.08v-2.4h.96v-1.92h-.96v-7.52h-2.097zm.018 7.52h-2.68l2.68-3.915v3.915zM19 2l-1.046.032.366 2.984L19 5l.191.001.262-2.995L19 2zm14.335 7.858l-2.433 1.767.437.755 2.747-1.224-.751-1.298zm1.59 3.179l-2.748 1.223.27.83 2.941-.626-.463-1.427zm.89 3.441l-2.942.626.09.867h3.006l-.155-1.492zm.154 3.551h-3.006l-.09.867 2.941.626.155-1.493zm-.58 3.507l-2.943-.625-.269.83 2.748 1.222.463-1.427zm-1.303 3.308L31.34 25.62l-.437.755 2.433 1.767.751-1.298zm-29.42 1.298l2.432-1.767-.437-.755-2.747 1.224.751 1.298zm-1.59-3.179l2.747-1.223-.27-.83-2.941.626.463 1.427zm-.89-3.441l2.941-.626-.09-.867H2.031l.155 1.493zm-.155-3.551h3.006l.09-.867-2.941-.626-.155 1.493zm.58-3.507l2.942.626.27-.83-2.748-1.223-.463 1.427zm1.303-3.308l2.747 1.224.437-.755-2.433-1.767-.751 1.298zm1.963-2.963L8.309 9.96l.416-.47-2.05-2.198-.798.9zM8.18 5.887l2.05 2.2.696-.526-1.549-2.577-1.197.903zm2.961-1.965l1.549 2.577.79-.369-.98-2.843-1.359.635zm3.306-1.306l.98 2.844.85-.195-.367-2.985-1.463.336zm6.881-.46l-.41 2.973a13.99 13.99 0 0 1 8.704 4.748l2.276-1.954a16.988 16.988 0 0 0-10.57-5.766z"/></svg>
<svg class="tc-image-thermometer-exterior tc-image-button" width="22pt" height="22pt" viewBox="0 0 1086 2357"><path d="M0 1814q0-136 63-253.5T239 1364V306q0-128 88-217T543 0q129 0 217.5 89T849 306v1058q113 79 175 196.5t62 253.5q0 148-72.5 273T816 2284.5 543 2357q-147 0-272-72.5T73 2087 0 1814zm187 0q0 149 104.5 254.5T543 2174q149 0 256.5-107T907 1814q0-100-51.5-184.5T715 1498l-30-15q-16-7-16-31V306q0-52-36-86t-90-34q-52 0-88.5 34T418 306v1146q0 24-15 31l-29 15q-88 47-137.5 131T187 1814z"/></svg>
<svg class="tc-image-thermometer-fahrenheit tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.56376647949219 40.57080841064453"><path d="M16.5 31a5.5 5.5 0 1 1-6.5-5.41V13h2v12.59A5.503 5.503 0 0 1 16.5 31zm3.5 0a9 9 0 1 1-13-8.064V4a4 4 0 1 1 8 0v18.935A9 9 0 0 1 20 31zM9 24.29a7 7 0 1 0 4 0V4a2 2 0 0 0-4 0v20.29zM6 3v1H0V3h6zm0 3v1H2V6h4zm0 3v1H0V9h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zM25.46 9.36h-4.48v3.173h4.107v2.427H20.98V20h-2.987V6.933h7.467V9.36zm4.474 2.427c-.727 0-1.343-.246-1.849-.738a2.412 2.412 0 0 1-.758-1.797c0-.704.252-1.297.758-1.78.505-.484 1.122-.725 1.85-.725.722 0 1.34.241 1.851.724.512.484.767 1.077.767 1.781a2.4 2.4 0 0 1-.767 1.797 2.575 2.575 0 0 1-1.852.738zm.006-3.734c-.313 0-.578.117-.795.35a1.21 1.21 0 0 0-.325.855c0 .336.108.624.325.863.217.24.482.359.795.359.307 0 .57-.12.79-.359.22-.239.33-.527.33-.863a1.21 1.21 0 0 0-.325-.855 1.044 1.044 0 0 0-.795-.35z"/></svg>
<svg class="tc-image-thermometer-honeywell tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 26"><path d="M7.52 5.07h7.52v1.072L9.865 16.91l-1.848-.917 4.328-9.003H7.52V5.07zM21 5h2.04v7.27H24v1.92h-.96v2.65h-2.08v-2.65h-5.12v-1.987L21 5zm-.04 7.27V8.355l-2.68 3.915h2.68zM1.5 0h35C38 6 38 8 38 13s0 7-1.5 13h-35C0 20 0 18 0 13S0 6 1.5 0zM5 23h5v-2H5v2zm8 0h5v-2h-5v2zm-8-4h21V3H5v16zm29.5-9l-3-7-3 7h6zM21 23h5v-2h-5v2zm13.5-10h-6l3 7 3-7z"/></svg>
<svg class="tc-image-thermometer-internal tc-image-button" width="22pt" height="22pt" viewBox="0 0 538 1357"><path d="M0 1083q0 114 78 194t188 80 191-80.5 81-193.5q0-101-69-178t-168-91V31q0-10-11-20.5T266 0q-14 0-22.5 9T235 31v783q-98 14-166.5 91T0 1083z"/></svg>
<svg class="tc-image-thermometer-kelvin tc-image-button" width="22pt" height="22pt" viewBox="0 0 35.490760803222656 40.57080841064453"><path d="M16.5 31a5.5 5.5 0 1 1-6.5-5.41V13h2v12.59A5.503 5.503 0 0 1 16.5 31zm3.5 0a9 9 0 1 1-13-8.064V4a4 4 0 1 1 8 0v18.935A9 9 0 0 1 20 31zM9 24.29a7 7 0 1 0 4 0V4a2 2 0 0 0-4 0v20.29zM6 3v1H0V3h6zm0 3v1H2V6h4zm0 3v1H0V9h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zm0 3v1H2v-1h4zm0 3v1H0v-1h6zm23.32-1h-3.68l-3.772-5.676-.344-.72h-.044V20h-2.987V6.933h2.987v6.178h.044l.361-.73 3.582-5.448h3.48l-4.527 6.233L29.32 20zm3.54-8.213c-.726 0-1.343-.246-1.848-.738a2.412 2.412 0 0 1-.759-1.797c0-.704.253-1.297.759-1.78.505-.484 1.122-.725 1.849-.725.723 0 1.34.241 1.852.724.511.484.767 1.077.767 1.781a2.4 2.4 0 0 1-.767 1.797 2.575 2.575 0 0 1-1.852.738zm.007-3.734c-.313 0-.578.117-.795.35a1.21 1.21 0 0 0-.325.855c0 .336.108.624.325.863.217.24.482.359.795.359.307 0 .57-.12.79-.359.22-.239.33-.527.33-.863a1.21 1.21 0 0 0-.326-.855 1.044 1.044 0 0 0-.794-.35z"/></svg>
<svg class="tc-image-thermometer-signs tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.001041412353516 40.57080841064453"><path d="M0 30h11v3H0v-3zm29.5 1a5.5 5.5 0 1 1-6.5-5.41V13h2v12.59A5.503 5.503 0 0 1 29.5 31zm3.5 0a9 9 0 1 1-13-8.064V4a4 4 0 1 1 8 0v18.935A9 9 0 0 1 33 31zm-11-6.71a7 7 0 1 0 4 0V4a2 2 0 1 0-4 0v20.29zM19 3v1h-6V3h6zm0 3v1h-4V6h4zm0 3v1h-6V9h6zm0 3v1h-4v-1h4zm0 3v1h-6v-1h6zm0 3v1h-4v-1h4zm0 3v1h-6v-1h6zM0 7h4V3h3v4h4v3H7v4H4v-4H0V7z"/></svg>
<svg class="tc-image-thermometer2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 417.44000244140625 865.9839477539062"><path d="M319.424 478.208v-29.344h98.016v29.344h-98.016zm0-94.016h98.016v31.328h-98.016v-31.328zm0-62.72h98.016v31.36h-98.016v-31.36zm0-64.704h98.016v31.328l-98.016-1.984v-29.344zm0-66.688h98.016v33.344h-98.016V190.08zm0-62.688h98.016v31.36h-98.016v-31.36zm56.768 550.496c0 103.872-84.224 188.096-188.096 188.096S0 781.76 0 677.888C0 606.656 37.6 544.736 95.968 512.8V94.016C95.968 42.08 140.064 0 192 0s94.048 42.08 94.048 94.016v423.52c54.016 33.088 90.144 92.416 90.144 160.352zM254.72 536.512V94.016c0-34.624-28.064-62.688-62.688-62.688s-62.688 28.064-62.688 62.688v438.752c-57.408 23.296-97.984 79.36-97.984 145.12 0 86.56 70.176 156.736 156.736 156.736S344.8 764.448 344.8 677.888c.032-62.656-36.96-116.256-90.08-141.376zm-66.624 266.784c-69.28 0-125.408-56.16-125.408-125.408 0-59.808 41.952-109.632 97.984-122.176V256.768h62.72v301.376c51.936 15.328 90.112 62.848 90.112 119.744 0 69.248-56.128 125.408-125.408 125.408z"/></svg>
<svg class="tc-image-three-bars tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.989999771118164 10"><path d="M11.41 6H.59C0 6 0 5.59 0 5c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 2 0 1.59 0 1c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 8H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 10 0 9.59 0 9c0-.59 0-1 .59-1z"/></svg>
<svg class="tc-image-thumb-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 7.050000190734863"><path d="M0 0v4h1V0H0zm2 0v4c.28 0 .53.09.72.28.19.19 1.15 2.12 1.28 2.38.13.26.39.39.66.31.26-.08.4-.36.31-.63-.08-.26-.47-1.59-.47-1.84S4.72 4 5 4h1.5c.28 0 .5-.22.5-.5S5.97.31 5.97.31A.518.518 0 0 0 5.5 0H2z"/></svg>
<svg class="tc-image-thumb-tack tc-image-button" width="22pt" height="22pt" viewBox="0 0 1152 1664"><path d="M480 736V288q0-14-9-23t-23-9-23 9-9 23v448q0 14 9 23t23 9 23-9 9-23zm672 352q0 26-19 45t-45 19H659l-51 483q-2 12-10.5 20.5T577 1664h-1q-27 0-32-27l-76-485H64q-26 0-45-19t-19-45q0-123 78.5-221.5T256 768V256q-52 0-90-38t-38-90 38-90 90-38h640q52 0 90 38t38 90-38 90-90 38v512q99 0 177.5 98.5T1152 1088z"/></svg>
<svg class="tc-image-thumb-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 7.010000228881836"><path d="M4.47.01C4.28.03 4.1.16 4 .35c-.13.26-1.09 2.19-1.28 2.38-.19.19-.44.28-.72.28v4h3.5c.21 0 .39-.13.47-.31C5.97 6.7 7 3.79 7 3.51c0-.28-.22-.5-.5-.5H5c-.28 0-.5-.25-.5-.5S4.89.93 4.97.67a.504.504 0 0 0-.31-.63C4.59.02 4.54 0 4.47.01zM0 3.01v4h1v-4H0z"/></svg>
<svg class="tc-image-thumb-up-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.56800079345703 48.849998474121094"><path d="M11.083 28.267h4.75v7.917h7.917v4.75h-7.917v7.916h-4.75v-7.916H3.167v-4.75h7.916v-7.917zM8.444 17.711c1.584-.527 2.46-.13 2.825-.785.366-.655.884-1.317 1.553-1.986a21.15 21.15 0 0 1 2.427-2.05l3.19-2.092c.824-.497 1.578-1.1 2.264-1.805a18.213 18.213 0 0 0 1.823-2.183c.529-.749.968-1.48 1.316-2.196l.738-1.826c.263-.967.632-1.673 1.106-2.119C26.161.223 26.63 0 27.093 0c.446 0 .835.179 1.166.536.332.358.515.86.55 1.505l.025.48v.481c0 1.178-.125 2.321-.373 3.43-.249 1.11-.625 1.993-1.128 2.65l-.922 1.356-.948 1.518-1.072 1.74 5.172.533 2.144.231 2.114.24 1.904.227 1.505.194c.406.051.73.304.974.759.242.454.364.967.364 1.539l-.081.806-.296.78-.266.532-.39.794-.39.819-.24.617-.16.746-.162 1.085-.163 1.128-.159.815-.442 1.14-.587.914-.605.776-.484.738-.373 1.016-.254.858-.282.789-.43.793-.29.403-.931 1.3-.978 1.123c-.34.329-.706.592-1.098.789-.392.197-.83.296-1.316.296h-2.858V34.6h-7.916v-7.916H9.5V34.6H7.962l.482-16.889zM0 36.477V17.711l6.432-.03v16.92H1.583v1.875H0z"/></svg>
<svg class="tc-image-thumb-up-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.56800079345703 45.93199920654297"><path d="M6.085 42.573l5.598-5.598-5.598-5.598 3.359-3.358 5.598 5.597 5.598-5.597 3.358 3.358-5.597 5.598 5.597 5.598-3.358 3.359-5.598-5.598-5.598 5.598-3.359-3.359zm2.36-24.862c1.582-.527 2.458-.13 2.824-.785.366-.655.884-1.317 1.553-1.986a21.14 21.14 0 0 1 2.427-2.05l3.19-2.092c.824-.497 1.578-1.1 2.264-1.805a18.213 18.213 0 0 0 1.823-2.183c.529-.749.968-1.48 1.316-2.196l.738-1.826c.263-.967.632-1.673 1.106-2.119C26.161.223 26.63 0 27.093 0c.446 0 .835.179 1.166.536.332.358.515.86.55 1.505l.025.48v.481c0 1.178-.125 2.321-.373 3.43-.249 1.11-.625 1.993-1.128 2.65l-.922 1.356-.948 1.518-1.072 1.74 5.172.533 2.144.231 2.114.24 1.904.227 1.505.194c.406.051.73.304.974.759.242.454.364.967.364 1.539l-.081.806-.296.78-.266.532-.39.794-.39.819-.24.617-.16.746-.162 1.085-.163 1.128-.159.815-.442 1.14-.587.914-.605.776-.484.738-.373 1.016-.254.858-.282.789-.43.793-.29.403-.931 1.3-.978 1.123c-.34.329-.706.592-1.098.789-.392.197-.83.296-1.316.296H24.79l-3.285-.026-.331-.009 5.064-5.064-5.598-5.598-5.598 5.598-5.598-5.598-1.267 1.267.267-9.335zm-.529 18.473l.02-.716.723.722-.743-.006zm-1.484.292H0V17.711l6.432-.03v11.11l-2.586 2.586 2.586 2.587v2.512z"/></svg>
<svg class="tc-image-thumb-up-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.56800079345703 40.933998107910156"><path d="M3.167 36.184H23.75v4.75H3.167v-4.75zm5.277-18.473c1.584-.527 2.46-.13 2.825-.785.366-.655.884-1.317 1.553-1.986a21.14 21.14 0 0 1 2.427-2.05l3.19-2.092c.824-.497 1.578-1.1 2.264-1.805a18.213 18.213 0 0 0 1.823-2.183c.529-.749.968-1.48 1.316-2.196l.738-1.826c.263-.967.632-1.673 1.106-2.119C26.161.223 26.63 0 27.093 0c.446 0 .835.179 1.166.536.332.358.515.86.55 1.505l.025.48v.481c0 1.178-.125 2.321-.373 3.43-.249 1.11-.625 1.993-1.128 2.65l-.922 1.356-.948 1.518-1.072 1.74 5.172.533 2.144.231 2.114.24 1.904.227 1.505.194c.406.051.73.304.974.759.242.454.364.967.364 1.539l-.081.806-.296.78-.266.532-.39.794-.39.819-.24.617-.16.746-.162 1.085-.163 1.128-.159.815-.442 1.14-.587.914-.605.776-.484.738-.373 1.016-.254.858-.282.789-.43.793-.29.403-.931 1.3-.978 1.123c-.34.329-.706.592-1.098.789-.392.197-.83.296-1.316.296h-2.858V34.6H7.962l.482-16.889zM0 36.477V17.711l6.432-.03v16.92H1.583v1.875H0z"/></svg>
<svg class="tc-image-thumbnails tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.89299774169922 64.89401245117188"><path d="M12.725 0H2.269A2.27 2.27 0 0 0 0 2.269v10.454a2.27 2.27 0 0 0 2.269 2.269h10.455a2.27 2.27 0 0 0 2.269-2.269V2.27A2.269 2.269 0 0 0 12.725 0zm24.949 0H27.219a2.27 2.27 0 0 0-2.269 2.269v10.454a2.27 2.27 0 0 0 2.269 2.269h10.455a2.27 2.27 0 0 0 2.269-2.269V2.27A2.269 2.269 0 0 0 37.674 0zm27.219 2.269A2.27 2.27 0 0 0 62.624 0H52.168a2.27 2.27 0 0 0-2.269 2.269v10.455a2.27 2.27 0 0 0 2.269 2.27h10.455a2.27 2.27 0 0 0 2.269-2.269V2.269h.001zM12.725 24.953H2.269A2.27 2.27 0 0 0 0 27.222v10.455a2.27 2.27 0 0 0 2.269 2.269h10.455a2.27 2.27 0 0 0 2.269-2.269V27.223a2.269 2.269 0 0 0-2.268-2.27zm24.949 0H27.219a2.27 2.27 0 0 0-2.269 2.269v10.455a2.27 2.27 0 0 0 2.269 2.269h10.455a2.27 2.27 0 0 0 2.269-2.269V27.223a2.269 2.269 0 0 0-2.269-2.27zm24.95 0H52.168a2.27 2.27 0 0 0-2.269 2.269v10.455a2.27 2.27 0 0 0 2.269 2.27h10.455a2.27 2.27 0 0 0 2.269-2.269V27.223a2.269 2.269 0 0 0-2.268-2.27zM12.725 49.901H2.269A2.27 2.27 0 0 0 0 52.17v10.454a2.27 2.27 0 0 0 2.269 2.269h10.455a2.27 2.27 0 0 0 2.269-2.269V52.17a2.268 2.268 0 0 0-2.268-2.269zm24.949 0H27.219a2.27 2.27 0 0 0-2.269 2.269v10.454a2.27 2.27 0 0 0 2.269 2.269h10.455a2.27 2.27 0 0 0 2.269-2.269V52.17a2.269 2.269 0 0 0-2.269-2.269zm24.95 0H52.168a2.27 2.27 0 0 0-2.269 2.269v10.454a2.27 2.27 0 0 0 2.269 2.27h10.455a2.27 2.27 0 0 0 2.269-2.269V52.17a2.268 2.268 0 0 0-2.268-2.269z"/></svg>
<svg class="tc-image-thumbs-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 47.104000091552734"><path d="M19.396 47.104c0-6.334 2.77-12.271 2.77-10.688 0 1.584 3.167-4.75 4.75-7.916 1.584-3.167 3.167-7.521 3.167-7.521l6.334.396S38 7.52 34.833 5.937c-3.166-1.583-6.464.634-9.5-1.187C17.417 0 4.75 3.166 6.333 6.333c0 0-6.333 3.167-4.75 4.75 0 0-1.583 2.375.396 4.75-1.979 2.375-1.187 4.75 0 6.333C.792 24.541 0 26.916 4.75 28.5c3.004 1.001 11.083-2.771 11.083 1.583 0 1.583-3.166 6.333-3.166 9.5 0 6.333 6.729 7.52 6.729 7.52z"/></svg>
<svg class="tc-image-thumbs-o-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1664"><path d="M256 320q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm1152 576q0-35-21.5-81t-53.5-47q15-17 25-47.5t10-55.5q0-69-53-119 18-32 18-69t-17.5-73.5T1268 351q5-30 5-56 0-85-49-126t-136-41H960q-131 0-342 73-5 2-29 10.5T553.5 224t-35 11.5-38 11-33 6.5-31.5 3h-32v640h32q16 0 35.5 9t40 27 38.5 35.5 40 44 34.5 42.5 31.5 41 23 30q55 68 77 91 41 43 59.5 109.5T826 1451t38 85q96 0 128-47t32-145q0-59-48-160.5T928 1024h352q50 0 89-38.5t39-89.5zm128 1q0 103-76 179t-180 76h-176q48 99 48 192 0 118-35 186-35 69-102 101.5T864 1664q-51 0-90-37-34-33-54-82t-25.5-90.5T677 1370t-31-64q-48-50-107-127-101-131-137-155H128q-53 0-90.5-37.5T0 896V256q0-53 37.5-90.5T128 128h288q22 0 138-40 128-44 223-66T977 0h112q140 0 226.5 79t85.5 216v5q60 77 60 178 0 22-3 43 38 67 38 144 0 36-9 69 49 74 49 163z"/></svg>
<svg class="tc-image-thumbs-o-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1664"><path d="M256 1344q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm1152-576q0-51-39-89.5t-89-38.5H928q0-58 48-159.5t48-160.5q0-98-32-145t-128-47q-26 26-38 85t-30.5 125.5T736 448q-22 23-77 91-4 5-23 30t-31.5 41-34.5 42.5-40 44-38.5 35.5-40 27-35.5 9h-32v640h32q13 0 31.5 3t33 6.5 38 11 35 11.5 35.5 12.5 29 10.5q211 73 342 73h121q192 0 192-167 0-26-5-56 30-16 47.5-52.5t17.5-73.5-18-69q53-50 53-119 0-25-10-55.5t-25-47.5q32-1 53.5-47t21.5-81zm128-1q0 89-49 163 9 33 9 69 0 77-38 144 3 21 3 43 0 101-60 178 1 139-85 219.5t-227 80.5H960q-96 0-189.5-22.5T554 1576q-116-40-138-40H128q-53 0-90.5-37.5T0 1408V768q0-53 37.5-90.5T128 640h274q36-24 137-155 58-75 107-128 24-25 35.5-85.5T712 145t62-108q39-37 90-37 84 0 151 32.5T1117 134t35 186q0 93-48 192h176q104 0 180 76t76 179z"/></svg>
<svg class="tc-image-thumbs-ok tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.000001907348633 22.899999618530273"><path d="M17.8 11.8c-.1-.3-.2-.6-.4-.9.3-.6.5-1 .3-1.9-.2-.8-.8-1.7-1.6-2.5l-1.7-.9.8-1.8c.4-.8.4-1.8-.1-2.5C14.6.5 13.7 0 12.8 0c-1 0-1.8.6-2.3 1.5 0 0-.8-.2-1.8.1L7.4 2.8s-1.7.5-2 2-.4 3.4-.8 4.1-2.5 3.3-3.7 4.7c-.9 1.1-.7 2.3.1 3.2l5 5c.8.8 2.7 1.1 4-.3 1.4-1.4.5-3.3.5-3.3.4-.3 1.5-1.2 2.6-1.5s2.8-.9 3.7-2.1c.8-1 1.2-1.8 1-2.8zm-9.3 8.3c-.4.4-1 .4-1.4 0l-4.2-4.2c-.2-.2-.3-.4-.3-.7s.1-.5.3-.7l.7-.7 4.9 4.9c.2.2.3.4.3.7 0 .3-.1.5-.3.7zm6.6-9.9c-.5 0-.7-.5-1.1-.9s-1.3-.5-2-.2-1 1-1 1.7c0 1 .7 1.9 1.7 1.9.7 0 .9-.1 1.3-.3.6-.4.8-.8 1.2-.8s.7.2.7.8-.6 1.3-1.2 1.7-1.1.5-1.7.6c-.6.1-1 .1-1.8.6-.7.4-1.4.9-1.8 1.3L4.8 12c.9-1.1 1.7-2.3 1.8-2.9l.7-3.9c.1-.4.4-.5.6-.5.3 0 .6.2.7.4L9 3.8c.1-.3.4-.5.6-.5.4 0 .8.3.7.8l-.5 2.4c.6-1.2 1.5-2.7 2.1-3.8.2-.3.4-.6.9-.6s.9.6.7 1.1c-.2.4-2 3.5-2.8 4.8-.1.1 0 .2.2.1.3-.2 1-.7 1.7-.7 1.2-.1 1.8.4 2.1.6.4.3.8.8 1.1 1.3.2.5-.2.9-.7.9zm-.2.7c-.4 0-.7.1-.9.4s-.6.7-1.1.7c-.7 0-1.1-.5-1.1-1.1s.4-1 1.1-1c.5 0 .9.4 1.1.7s.5.3.9.3z"/></svg>
<svg class="tc-image-thumbs-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000999450683594 47.104000091552734"><path d="M18.605 0c0 6.333-2.771 12.271-2.771 10.688 0-1.584-3.167 4.75-4.75 7.916-1.584 3.167-3.167 7.521-3.167 7.521l-6.333-.396S0 39.584 3.167 41.167c3.167 1.583 6.464-.634 9.5 1.187 7.917 4.75 20.583 1.584 19-1.583 0 0 6.333-3.167 4.75-4.75 0 0 1.583-2.375-.396-4.75 1.98-2.375 1.188-4.75 0-6.333 1.188-2.375 1.98-4.75-2.77-6.334-3.005-1.001-11.084 2.771-11.084-1.583 0-1.583 3.167-6.333 3.167-9.5 0-6.333-6.73-7.52-6.73-7.52z"/></svg>
<svg class="tc-image-thumbs-up-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.000003814697266 48"><path d="M24 12c0-1.1-.9-2-2-2H11.63l1.33-6.35a2.237 2.237 0 0 0-.61-2.06L10.76 0 .88 9.88C.34 10.42 0 11.17 0 12v13c0 1.66 1.34 3 3 3h13.5c1.24 0 2.31-.75 2.76-1.83l4.53-10.58c.13-.34.21-.7.21-1.09V12zm21 8H31.5c-1.24 0-2.31.75-2.76 1.83l-4.53 10.58c-.13.34-.21.7-.21 1.09V36c0 1.1.9 2 2 2h10.37l-1.33 6.35a2.237 2.237 0 0 0 .61 2.06L37.24 48l9.88-9.88c.54-.54.88-1.29.88-2.12V23c0-1.66-1.34-3-3-3z"/></svg>
<svg class="tc-image-thumbsdown tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.020000457763672 16.010000228881836"><path d="M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55.91 1 .88 1.8.63 3.27-.08.5.06 1 .42 1.42.39.47.98.77 1.56.77 1.83 0 3-3.72 3-5.02l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97 0-.06.02-.13-.02-.2v-.01zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4-.5 0-1.08-.5-1-1 .25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02 1 6c-.03.64-.38 1-1 1h-.01z"/></svg>
<svg class="tc-image-thumbsup tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.010000228881836 16"><path d="M14 14c-.05.69-1.27 1-2 1H5.67L4 14V8c1.36 0 2.11-.75 3.13-1.88 1.23-1.36 1.14-2.56.88-4.13-.08-.5.5-1 1-1 .83 0 2 2.73 2 4l-.02 1.03c0 .69.33.97 1.02.97h2c.63 0 .98.36 1 1l-1 6L14 14zm0-8h-2.02l.02-.98C12 3.72 10.83 0 9 0c-.58 0-1.17.3-1.56.77-.36.41-.5.91-.42 1.41.25 1.48.28 2.28-.63 3.28-1 1.09-1.48 1.55-2.39 1.55H2C.94 7 0 7.94 0 9v4c0 1.06.94 2 2 2h1.72l1.44.86c.16.09.33.14.52.14h6.33c1.13 0 2.84-.5 3-1.88l.98-5.95c.02-.08.02-.14.02-.2-.03-1.17-.84-1.97-2-1.97H14z"/></svg>
<svg class="tc-image-thumnail tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12"><path d="M11 1v3H8V1h3M4 1v3H1V1h3m7 7v3H8V8h3M4 8v3H1V8h3m8-8H7v5h5V0zM5 0H0v5h5V0zm7 7H7v5h5V7zM5 7H0v5h5V7z"/></svg>
<svg class="tc-image-thunderstorm tc-image-button" width="22pt" height="22pt" viewBox="0 0 2214 2180"><path d="M0 1011q0 177 106 317t275 191l-70 179q-5 23 15 23h227l-105 459h30l418-613q6-7 1.5-14.5T882 1545H650l264-495q11-23-15-23H585q-15 0-25 16l-114 306q-114-29-189-124t-75-214q0-133 90.5-231T497 666l56-7q21 0 21-19l7-54q17-173 146.5-290T1032 179q174 0 304.5 117T1486 586l7 62q0 18 19 18h171q145 0 248 101.5t103 243.5q0 136-95 235.5T1704 1357q-21 0-21 19v146q0 18 21 18 213-7 361.5-161t148.5-368q0-144-71-265.5t-193.5-192T1683 483h-33q-53-213-225.5-348T1032 0Q806 0 631 140T407 498q-177 41-292 184.5T0 1011zm869 1036q0 63 62 82 2 0 12 1.5t15 1.5q27 0 52.5-15.5t34.5-51.5l240-927q10-38-7-69t-53-42q-27-3-28-3-26 0-50.5 16t-33.5 48l-241 930q-3 14-3 29zm443-327q0 21 11 40 22 35 54 47 17 5 32 5t34-8q33-14 45-61l154-605q5-23 5-29 0-24-17-48t-49-34q-27-3-28-3-27 0-50 15.5t-32 48.5l-156 608q0 3-1.5 11.5t-1.5 12.5z"/></svg>
<svg class="tc-image-tick tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 13.427289009094238 13.070080757141113"><path d="M12.114.321a1.999 1.999 0 0 0-2.72.777L5.681 7.78 3.556 5.655A2 2 0 1 0 .728 8.483l4 4c.378.38.888.587 1.414.587l.277-.02a2 2 0 0 0 1.471-1.009l5-9a2 2 0 0 0-.776-2.72z"/></svg>
<svg class="tc-image-tick-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.106380462646484 15.122981071472168"><path d="M7 15.12a2.978 2.978 0 0 1-2.121-.878l-4-4C.312 9.676 0 8.922 0 8.12s.312-1.555.879-2.122c1.133-1.133 3.109-1.133 4.242 0l1.188 1.188 3.069-5.523a2.999 2.999 0 0 1 5.507.632 2.975 2.975 0 0 1-.263 2.282l-5 9A3.015 3.015 0 0 1 7 15.12zm-4-8c-.268 0-.518.105-.707.294S2 7.853 2 8.12s.104.518.293.707l4 4a1.002 1.002 0 0 0 1.581-.221l5-9a.993.993 0 0 0 .088-.76.992.992 0 0 0-.478-.6 1.015 1.015 0 0 0-1.357.388l-4.357 7.84-3.062-3.061A.996.996 0 0 0 3 7.12z"/></svg>
<svg class="tc-image-ticket tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.20600128173828 38.884002685546875"><path d="M13.428 38.884A5.006 5.006 0 0 0 8.1 37.457L0 23.427A5.006 5.006 0 0 0 1.428 18.1L32.778 0a5.006 5.006 0 0 0 5.328 1.427l8.1 14.03a5.006 5.006 0 0 0-1.428 5.327l-31.35 18.1zM5.372 20.73c-.957.553-1.193 1.434-.641 2.39l6 10.393c.552.957 1.434 1.193 2.39.64l27.713-16c.957-.551 1.193-1.433.64-2.39l-6-10.392c-.551-.957-1.433-1.193-2.39-.64l-27.712 16zm.375.65l27.712-16a1 1 0 0 1 1.366.366l6 10.392a1 1 0 0 1-.366 1.366l-27.713 16a1 1 0 0 1-1.366-.366l-6-10.392a1 1 0 0 1 .367-1.366zm9.306-.09l-.6-1.039-4.498 2.598.6 1.038 1.606-.928 2.668 4.621 1.278-.737-2.668-4.622 1.614-.932zm1.27-.813a.858.858 0 0 0 .414-.481.696.696 0 0 0-.07-.581.676.676 0 0 0-.464-.343c-.2-.042-.408-.001-.62.122a.87.87 0 0 0-.416.476.672.672 0 0 0 .063.574.696.696 0 0 0 .468.344c.206.047.415.01.625-.111zm3.318 4.325l-2.334-4.041-1.246.72 2.333 4.041 1.247-.72zm3.994-2.501l-.578-1.002c-.185.366-.433.639-.743.818-.35.203-.685.26-1.003.17-.317-.088-.58-.312-.786-.67-.213-.367-.275-.716-.186-1.046.088-.33.311-.599.67-.805.32-.185.667-.256 1.04-.212l-.61-1.057c-.286-.004-.667.132-1.144.407-.69.398-1.126.914-1.309 1.548-.183.633-.077 1.293.32 1.98.343.595.816.97 1.417 1.124.602.154 1.213.052 1.834-.306.53-.307.89-.623 1.078-.95zm4.951-2.663l-2.788-1.248.352-2.735-1.48.855-.126 2.561-.016.01-2.2-3.81-1.246.72 3.455 5.984 1.247-.72-1.158-2.005.016-.01 2.449 1.261 1.495-.863zm2.945-3.921l-.303-.525c-.347-.6-.782-.982-1.307-1.146-.524-.163-1.081-.075-1.67.265-.569.328-.934.8-1.098 1.418-.163.616-.05 1.26.337 1.931.374.648.845 1.048 1.414 1.202.57.154 1.18.042 1.833-.335.598-.345 1.025-.725 1.283-1.14l-.52-.9c-.215.405-.545.735-.99.992-.697.403-1.236.322-1.616-.24l2.637-1.522zm-1.6-.098l-1.487.859a1.3 1.3 0 0 1-.092-.774.775.775 0 0 1 .376-.548c.468-.27.87-.116 1.204.463zm5.71-.118l-.533-.924-.34.35c-.335.193-.623.079-.866-.342l-.944-1.634.908-.525-.53-.919-.909.524-.709-1.227-1.037 1.072.503.873-.655.378.53.92.656-.379 1.07 1.852c.526.912 1.23 1.115 2.108.607.37-.213.62-.422.748-.627z"/></svg>
<svg class="tc-image-tiles-four tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h17v17H0V0zm0 21h17v17H0V21zm21 17V21h17v17H21zm0-21V0h17v17H21z"/></svg>
<svg class="tc-image-tiles-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M0 22h18v18H0V22zm22 18V22h18v18H22zm0-22V0h18v18H22zM0 11V7h18v4H0z"/></svg>
<svg class="tc-image-tiles-nine tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M13 13h10v10H13V13zm0-13h10v10H13V0zM0 0h10v10H0V0zm0 13h10v10H0V13zm26 0h10v10H26V13zm0-13h10v10H26V0zM0 26h10v10H0V26zm13 0h10v10H13V26zm13 0h10v10H26V26z"/></svg>
<svg class="tc-image-tiles-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M0 22h18v18H0V22zm22 18V22h18v18H22zm0-22V0h18v18H22zm-11 0H7v-7H0V7h7V0h4v7h7v4h-7v7z"/></svg>
<svg class="tc-image-tiles-sixteen tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 0h6v6H0V0zm10 0h6v6h-6V0zm20 0h6v6h-6V0zM20 0h6v6h-6V0zM0 10h6v6H0v-6zm0 10h6v6H0v-6zm0 10h6v6H0v-6zm10-20h6v6h-6v-6zm20 0h6v6h-6v-6zm-10 0h6v6h-6v-6zM10 20h6v6h-6v-6zm20 0h6v6h-6v-6zm-10 0h6v6h-6v-6zM10 30h6v6h-6v-6zm20 0h6v6h-6v-6zm-10 0h6v6h-6v-6z"/></svg>
<svg class="tc-image-time tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M13 9c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1zM9 2c3.859 0 7 3.141 7 7s-3.141 7-7 7-7-3.141-7-7 3.141-7 7-7m0-2C4.029 0 0 4.029 0 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9zm1 6c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V6zM9 4c2.757 0 5 2.243 5 5s-2.243 5-5 5-5-2.243-5-5 2.243-5 5-5m0-1a6 6 0 0 0 0 12A6 6 0 0 0 9 3z"/></svg>
<svg class="tc-image-time-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 0V315q0-24 16.5-40.5T767 258q23 0 40 16.5t17 40.5v241l51-89q12-20 35.5-26t43.5 6q20 11 26.5 34t-5.5 43L819 791q-13 36-52 36-24 0-40.5-16.5T710 770z"/></svg>
<svg class="tc-image-time-10 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm268-141q-7-23 5-43 11-20 34.5-27t43.5 5l190 107V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v455q0 24-16.5 40.5T767 827q-21 0-38-15L464 664q-20-12-27-35z"/></svg>
<svg class="tc-image-time-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm384-289q6-23 26-34 20-12 43.5-6t34.5 26l53 89V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v455q0 24-16.5 40.5T767 827q-41 0-54-36L559 524q-12-20-6-43z"/></svg>
<svg class="tc-image-time-12 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 0q0 23 16.5 40t40.5 17q23 0 40-17t17-40V315q0-24-17-40.5T767 258q-24 0-40.5 16.5T710 315v455z"/></svg>
<svg class="tc-image-time-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 0V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v356l190-107q20-12 43-6t34 28q12 20 5.5 43t-26.5 35L805 812q-17 15-38 15-24 0-40.5-16.5T710 770z"/></svg>
<svg class="tc-image-time-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 0V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v397h258q24 0 40.5 16.5T1139 769q0 23-16.5 40t-40.5 17H779q-3 1-12 1-24 0-40.5-16.5T710 770z"/></svg>
<svg class="tc-image-time-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 0V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v420l245 143q20 12 26 34.5t-6 42.5q-16 29-49 29-17 0-29-8L750 824q-17-5-28.5-20T710 770z"/></svg>
<svg class="tc-image-time-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 0V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v438l147 262q12 22 5.5 44.5T950 1094q-11 6-28 6-34 0-50-28L722 806q-12-15-12-36z"/></svg>
<svg class="tc-image-time-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm541 314V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v769q0 24-16.5 41t-40.5 17-40.5-17-16.5-41z"/></svg>
<svg class="tc-image-time-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm387.5 289.5Q550 1037 562 1015l148-262V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v455q0 20-13 36l-149 266q-16 28-51 28-16 0-27-6-21-12-27.5-34.5z"/></svg>
<svg class="tc-image-time-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm270 142.5q6-22.5 26-34.5l245-143V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v455q0 19-11.5 34T784 824L522 976q-12 8-28 8-33 0-49-29-12-20-6-42.5z"/></svg>
<svg class="tc-image-time-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm225-1q0-24 16.5-40.5T451 712h259V315q0-24 16.5-40.5T767 258t40.5 16.5T824 315v455q0 24-16.5 40.5T767 827q-10 0-13-1H451q-24 0-40.5-17T394 769z"/></svg>
<svg class="tc-image-time-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M1024.236 175.764C915.665 67.192 765.675 0 600 0 268.651 0 0 268.651 0 600c0 331.35 268.651 600 600 600 331.35 0 600-268.651 600-600 0-165.675-67.192-315.665-175.764-424.236zm-121.75 86.328l108.13 108.131-405.851 405.851-.052-.052-.052.052-284.153-284.153 11.859-11.858 84.05-84.05 12.222-12.221 176.074 176.074 297.773-297.774z"/></svg>
<svg class="tc-image-time-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.00155258178711 14.001553535461426"><path d="M7 0a7 7 0 1 0 .001 14.001 7 7 0 0 0 0-14zm0 13A6 6 0 1 1 7 1a6 6 0 0 1 0 12zm3.596-5.962a.653.653 0 0 1-.665.642H6.985l-.012-.002-.01.002a.612.612 0 0 1-.415-.166c-.012-.01-.027-.016-.038-.026-.013-.013-.02-.03-.03-.044a.623.623 0 0 1-.162-.406l.002-.01-.002-.013V3.068c0-.368.288-.667.644-.666a.652.652 0 0 1 .641.665l.001 3.328H9.93c.368 0 .667.288.666.643z"/></svg>
<svg class="tc-image-time-to-leave tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M31.84 2.02A3.007 3.007 0 0 0 29 0H7C5.69 0 4.57.84 4.16 2.02L0 14v16c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-2h24v2c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2V14L31.84 2.02zM7 22c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm22 0c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM4 12l3-9h22l3 9H4z"/></svg>
<svg class="tc-image-timelapse tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M28.49 11.51A11.995 11.995 0 0 0 20 8v12l-8.49 8.49c4.69 4.69 12.28 4.69 16.97 0 4.69-4.69 4.69-12.29.01-16.98zM20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.96 20-20C40 8.95 31.05 0 20 0zm0 36c-8.84 0-16-7.16-16-16S11.16 4 20 4s16 7.16 16 16-7.16 16-16 16z"/></svg>
<svg class="tc-image-timeline tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 24"><g transform="translate(-2 -12)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M46 16c0 2.2-1.8 4-4 4-.36 0-.7-.04-1.02-.14l-7.12 7.1c.1.32.14.68.14 1.04 0 2.2-1.8 4-4 4s-4-1.8-4-4c0-.36.04-.72.14-1.04l-5.1-5.1c-.32.1-.68.14-1.04.14s-.72-.04-1.04-.14l-9.1 9.12c.1.32.14.66.14 1.02 0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4c.36 0 .7.04 1.02.14l9.12-9.1c-.1-.32-.14-.68-.14-1.04 0-2.2 1.8-4 4-4s4 1.8 4 4c0 .36-.04.72-.14 1.04l5.1 5.1c.32-.1.68-.14 1.04-.14s.72.04 1.04.14l7.1-7.12A3.4 3.4 0 0 1 38 16c0-2.2 1.8-4 4-4s4 1.8 4 4z"/></g></svg>
<svg class="tc-image-timer tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83300018310547 38"><path d="M31.666 22.167C31.666 30.91 24.578 38 15.833 38 7.089 38 0 30.911 0 22.167c0-8.21 6.249-14.961 14.25-15.756V4.75H9.5V0h12.666v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.438 3.495l1.142-1.142-2.24-2.24 3.36-3.358 6.717 6.717-3.359 3.359-2.239-2.24-1.142 1.143a15.768 15.768 0 0 1 3.573 10.02zM4.063 20.583h3.853v3.167H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.854h3.166v3.854A11.881 11.881 0 0 0 27.603 23.75H23.75v-3.167h3.853a11.882 11.882 0 0 0-10.187-10.187v3.854H14.25v-3.854A11.882 11.882 0 0 0 4.063 20.583zM15.833 19a3.167 3.167 0 0 1 0 6.333L9.5 30.083l3.166-7.916A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-timer-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.92399978637695 42.75"><path d="M36.924 42.75H25.777v-3.04h3.8V28.564l-3.8.76v-3.04l7.6-1.52V39.71h3.547v3.04zm-5.257-20.583l-.012.607-5.083.976H23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853a11.83 11.83 0 0 0 6.27-2.862v1.02l3.404-.76v1.966a15.785 15.785 0 0 1-11.258 4.7C7.09 38 0 30.91 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.768 15.768 0 0 1 3.574 10.02zM15.833 19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-timer-10 tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.01001739501953 24.400001525878906"><path d="M0 3.63V7l6-2v19.2h4V.2h-.51L0 3.63zm47.57 13.3a4.32 4.32 0 0 0-1.26-1.48c-.55-.42-1.23-.77-2.02-1.06-.8-.29-1.7-.54-2.7-.75-.7-.15-1.27-.3-1.73-.46-.46-.15-.83-.32-1.1-.5a1.63 1.63 0 0 1-.57-.61 1.71 1.71 0 0 1-.16-.77c0-.29.06-.56.18-.83.12-.26.3-.49.54-.69.24-.2.54-.36.91-.48.36-.12.79-.18 1.28-.18.5 0 .94.07 1.32.22.38.14.7.34.95.59.26.25.45.53.58.84.13.32.19.64.19.97h3.9c0-.78-.16-1.51-.47-2.18-.31-.67-.77-1.26-1.37-1.76-.6-.5-1.33-.89-2.19-1.17-.87-.29-1.84-.43-2.92-.43-1.03 0-1.96.14-2.78.42-.83.28-1.53.67-2.12 1.15a5.01 5.01 0 0 0-1.34 1.68 4.56 4.56 0 0 0-.47 2.01c0 .73.15 1.37.46 1.93.3.56.73 1.04 1.28 1.45.55.41 1.2.76 1.97 1.05.76.29 1.61.53 2.54.72.78.16 1.41.33 1.9.51s.86.38 1.13.59c.27.21.45.43.54.67.09.24.14.5.14.78 0 .63-.27 1.14-.8 1.53-.54.39-1.32.59-2.34.59-.44 0-.87-.05-1.28-.15-.42-.1-.79-.26-1.12-.49-.33-.22-.6-.52-.82-.88-.21-.36-.34-.81-.37-1.35h-3.79c0 .72.16 1.42.47 2.11.31.69.78 1.31 1.4 1.85.62.55 1.39.99 2.3 1.32.91.34 1.97.51 3.15.51 1.06 0 2.02-.13 2.89-.38.87-.26 1.61-.62 2.22-1.08.62-.47 1.09-1.02 1.42-1.66.33-.64.5-1.35.5-2.12-.01-.79-.15-1.46-.44-2.03zM27.64 2.29c-.68-.81-1.5-1.39-2.45-1.75-.96-.36-2.02-.54-3.2-.54-1.16 0-2.22.18-3.18.54-.96.36-1.78.94-2.45 1.75-.68.81-1.2 1.87-1.57 3.17-.37 1.31-.55 2.9-.55 4.78v3.83c0 1.88.19 3.48.56 4.79.38 1.31.91 2.38 1.59 3.2.69.82 1.51 1.42 2.46 1.79.96.37 2.02.55 3.18.55 1.17 0 2.24-.19 3.19-.55.95-.37 1.76-.96 2.44-1.79.67-.82 1.2-1.89 1.57-3.2.37-1.31.55-2.91.55-4.79v-3.83c0-1.88-.19-3.47-.55-4.78-.38-1.3-.91-2.36-1.59-3.17zm-1.83 12.36c0 1.2-.08 2.21-.24 3.05-.16.84-.41 1.52-.73 2.04s-.72.9-1.18 1.14c-.47.24-1.01.36-1.63.36-.61 0-1.15-.12-1.63-.36s-.88-.62-1.21-1.14c-.33-.52-.58-1.2-.75-2.04-.17-.84-.26-1.85-.26-3.05V9.64c0-1.21.08-2.22.25-3.04.17-.82.42-1.48.74-1.99.33-.51.73-.87 1.2-1.09.47-.22 1.01-.33 1.62-.33.61 0 1.15.11 1.62.33.47.22.87.59 1.2 1.09.33.51.57 1.17.74 1.99.17.82.25 1.84.25 3.04v5.01z"/></svg>
<svg class="tc-image-timer-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.178009033203125 42.75"><path d="M29.493 39.382v.075h7.43v3.293H25.018v-3.095l5.236-4.873c1.056-.976 1.798-1.795 2.227-2.456.429-.661.643-1.356.643-2.084 0-1.626-.92-2.438-2.759-2.438-1.599 0-3.128.59-4.587 1.773v-3.44c1.599-.916 3.402-1.373 5.41-1.373 1.882 0 3.35.45 4.406 1.353 1.056.903 1.584 2.122 1.584 3.658 0 2.05-1.293 4.17-3.88 6.357l-3.803 3.25zM23.75 23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853a11.83 11.83 0 0 0 6.27-2.862v1.02l3.404-.76v1.966a15.785 15.785 0 0 1-11.258 4.7C7.09 38 0 30.91 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.763 15.763 0 0 1 3.565 9.495l-5.42 2.108H23.75zM15.833 19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-timer-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.923004150390625 43.003997802734375"><path d="M25.523 42.109v-3.412c1.19.844 2.58 1.267 4.168 1.267 1.003 0 1.784-.21 2.342-.632.558-.42.837-1.006.837-1.755 0-.776-.351-1.374-1.053-1.795-.702-.421-1.666-.632-2.894-.632h-1.626v-3.04h1.512c2.37 0 3.554-.74 3.554-2.22 0-1.391-.88-2.086-2.64-2.086-1.18 0-2.326.422-3.44 1.266v-3.325c1.248-.654 2.704-.981 4.366-.981 1.819 0 3.234.404 4.248 1.213 1.013.809 1.52 1.858 1.52 3.149 0 2.296-1.197 3.734-3.59 4.314v.064c1.266.155 2.266.61 2.998 1.361.732.752 1.098 1.676 1.098 2.771 0 1.655-.61 2.963-1.832 3.925-1.222.962-2.91 1.443-5.063 1.443-1.847 0-3.349-.299-4.505-.895zM23.75 23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853a11.827 11.827 0 0 0 6.2-2.802l1.044 4.178A15.76 15.76 0 0 1 15.833 38C7.09 38 0 30.912 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.763 15.763 0 0 1 3.565 9.495l-6.325 2.108H23.75zM15.833 19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-timer-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.26700210571289 42.75"><path d="M39.267 38.95H37.24v3.8h-3.547v-3.8h-7.852v-2.49l7.567-11.443h3.832v11.147h2.027v2.786zm-5.522-10.133h-.075l-.685 1.401-3.903 5.946h4.611v-5.637l.052-1.71zm-2.078-6.65l-.02.792h-.724l-7.569 11.443v1.702A15.763 15.763 0 0 1 15.834 38C7.088 38 0 30.912 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.768 15.768 0 0 1 3.574 10.02zM4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853A11.882 11.882 0 0 0 27.604 23.75H23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584zM15.833 19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19zm14.65 9.183a15.852 15.852 0 0 1-3.291 5.015l3.292-5.015z"/></svg>
<svg class="tc-image-timer-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.76000213623047 43.003997802734375"><path d="M27.36 42.247V38.95a8.19 8.19 0 0 0 3.97 1.014c1.058 0 1.886-.244 2.482-.73.596-.487.895-1.147.895-1.978 0-1.742-1.276-2.612-3.828-2.612l-3.012.221v-9.848H38v3.293h-6.84v3.369l1.532-.075c1.897 0 3.383.479 4.457 1.437 1.074.957 1.611 2.246 1.611 3.867 0 1.792-.629 3.256-1.886 4.392-1.258 1.136-2.962 1.704-5.113 1.704-1.744 0-3.21-.252-4.401-.756zM15.833 38C7.09 38 0 30.912 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.768 15.768 0 0 1 3.574 10.02h-5.542v1.583H23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853c3.23-.43 6.05-2.159 7.916-4.644v5.542a15.763 15.763 0 0 1-9.5 3.165zm0-19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-timer-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 46.996002197265625 40.879005432128906"><path d="M15.833 19a3.167 3.167 0 0 1 0 6.334l-6.334 4.75 3.167-7.917A3.167 3.167 0 0 1 15.833 19zm18.208-.791c2.159 0 12.955 20.511 11.875 21.59-1.08 1.08-22.67 1.08-23.75 0-1.08-1.079 9.716-21.59 11.875-21.59zm0 16.193a1.62 1.62 0 1 0 0 3.239 1.62 1.62 0 0 0 0-3.24zm-1.62-9.716l.54 8.24h2.16l.54-8.24h-3.24zM15.834 38C7.089 38 0 30.912 0 22.167c0-8.21 6.25-14.96 14.25-15.755V4.75H9.5V0h12.666v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.143-1.142-2.24-2.24 3.36-3.358 6.717 6.718-3.36 3.358-2.238-2.239-1.143 1.143a15.807 15.807 0 0 1 2.757 4.985c-1.02.99-2.58 3.33-4.213 6.106l-.512.512h-2.375v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853h-3.167v-3.853A11.882 11.882 0 0 0 4.062 20.584h3.854v3.166H4.062a11.882 11.882 0 0 0 10.187 10.187v-3.853h3.167v3.853a11.795 11.795 0 0 0 4.342-1.477l-.146.313-2.432 4.873a15.891 15.891 0 0 1-3.347.354z"/></svg>
<svg class="tc-image-timer-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 43.9370002746582 42.75"><path d="M24.383 30.4l6.65 6.65 10.054-14.092 2.85 2.85L31.033 42.75l-9.5-9.5 2.85-2.85zm7.283-8.234a15.76 15.76 0 0 1-2.866 9.088l-2.856-2.856a11.8 11.8 0 0 0 1.66-4.648H23.75v-3.167h3.853a11.882 11.882 0 0 0-10.187-10.187v3.854H14.25v-3.854A11.882 11.882 0 0 0 4.063 20.583h3.853v3.167H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.854h3.166v3.854l1.988-.442 3.055 3.056A15.775 15.775 0 0 1 15.833 38C7.089 38 0 30.91 0 22.166c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.666v4.75h-4.75v1.661a15.76 15.76 0 0 1 8.438 3.496l1.142-1.143-2.24-2.239 3.36-3.359 6.717 6.718-3.359 3.359-2.239-2.24-1.142 1.143a15.768 15.768 0 0 1 3.573 10.02zM15.833 19a3.167 3.167 0 0 1 0 6.333L9.5 30.083l3.166-7.917A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-timer-forward tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.04199981689453 46.70800018310547"><path d="M44.333 14.25l-3.958-3.958V1.583h8.708l3.959 3.959h-5.554c3 4.253 4.762 9.441 4.762 15.041 0 14.429-11.697 26.125-26.125 26.125S0 35.012 0 20.583C0 32.826 9.747 42.75 21.77 42.75h4.355c12.242 0 22.167-9.924 22.167-22.167 0-4.7-1.463-9.059-3.959-12.645v6.312zm-2.375 7.917C41.958 30.91 34.87 38 26.125 38c-8.744 0-15.833-7.089-15.833-15.833 0-8.21 6.249-14.961 14.25-15.756V4.75h-4.75V0h12.666v4.75h-4.75v1.662a15.734 15.734 0 0 1 8.438 3.495 15.935 15.935 0 0 1 4.374 5.658 15.775 15.775 0 0 1 1.438 6.602zm-27.603-1.584h3.853v3.167h-3.853a11.882 11.882 0 0 0 10.187 10.187v-3.854h3.166v3.854A11.882 11.882 0 0 0 37.895 23.75h-3.853v-3.167h3.853a11.882 11.882 0 0 0-10.187-10.187v3.854h-3.166v-3.854a11.882 11.882 0 0 0-10.187 10.187zM26.125 19a3.167 3.167 0 1 1 0 6.333l-6.333 4.75 3.166-7.916A3.167 3.167 0 0 1 26.125 19z"/></svg>
<svg class="tc-image-timer-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.5099983215332 44"><path d="M34.58 7.1l-2.85 2.85A17.862 17.862 0 0 0 20.5 6c-3.66 0-7.05 1.1-9.89 2.97l2.91 2.91c2.06-1.19 4.44-1.88 6.99-1.88 7.73 0 14 6.27 14 14 0 2.55-.69 4.93-1.88 6.99l2.91 2.91c1.87-2.84 2.97-6.24 2.97-9.9 0-4.25-1.48-8.15-3.95-11.23l2.85-2.85-2.83-2.82zM26.51 0h-12v4h12V0zm-8 16.87l4 4V14h-4v2.87zM2.55 6L0 8.54l5.51 5.51c-1.89 2.85-3 6.27-3 9.95 0 9.94 8.04 18 17.99 18 3.68 0 7.1-1.11 9.95-3l5 5 2.54-2.55-15.4-15.41L2.55 6zm17.96 32c-7.73 0-14-6.27-14-14 0-2.57.7-4.97 1.91-7.04l19.13 19.13A13.897 13.897 0 0 1 20.51 38z"/></svg>
<svg class="tc-image-timer-pause tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.41699981689453 42.75"><path d="M31.667 22.167c0 1.084-.11 2.144-.317 3.167h-4.07l.323-1.584H23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853L19 33.615v4.069a15.906 15.906 0 0 1-3.167.316C7.09 38 0 30.912 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.768 15.768 0 0 1 3.574 10.02zM15.833 19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19zm6.334 9.5h4.75v14.25h-4.75V28.5zm14.25 0v14.25h-4.75V28.5h4.75z"/></svg>
<svg class="tc-image-timer-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 45.91600036621094"><path d="M23.75 28.5l9.5 8.708-9.5 8.708V28.5zm7.917-6.334c0 2.647-.65 5.142-1.797 7.334l-3.096-2.709a11.78 11.78 0 0 0 .83-3.041H23.75v-3.167h3.854a11.882 11.882 0 0 0-10.187-10.187v3.854H14.25v-3.854A11.882 11.882 0 0 0 4.063 20.583h3.854v3.167H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.854h3.167v3.854c1.111-.148 2.57-.45 3.563-.884v4.222c-1.5.47-3.491.725-5.146.725C7.089 38 0 30.91 0 22.166c0-8.21 6.25-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.661a15.76 15.76 0 0 1 8.437 3.496l1.143-1.143-2.24-2.239 3.36-3.359 6.717 6.718-3.36 3.359-2.238-2.24-1.143 1.143a15.768 15.768 0 0 1 3.574 10.02zM15.834 19a3.167 3.167 0 0 1 0 6.333L9.5 30.083l3.167-7.917A3.167 3.167 0 0 1 15.834 19z"/></svg>
<svg class="tc-image-timer-record tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16699981689453 49.08300018310547"><path d="M30.875 34.833a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm0-2.375a6.334 6.334 0 1 0 0 12.667 6.334 6.334 0 0 0 0-12.667zm0-3.958c5.684 0 10.292 4.608 10.292 10.292s-4.608 10.291-10.292 10.291-10.291-4.607-10.291-10.291S25.191 28.5 30.875 28.5zm.792-6.333c0 1.087-.11 2.149-.318 3.175l-.474-.009c-1.302 0-2.562.185-3.753.53.222-.679.385-1.386.482-2.113H23.75v-3.167h3.854a11.882 11.882 0 0 0-10.187-10.187v3.854H14.25v-3.854A11.882 11.882 0 0 0 4.063 20.583h3.854v3.167H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.854h3.167v3.854l.97-.17a13.392 13.392 0 0 0-.942 4.152L15.834 38C7.089 38 0 30.911 0 22.167c0-8.21 6.25-14.961 14.25-15.756V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.761 15.761 0 0 1 8.437 3.495l1.143-1.142-2.24-2.24 3.36-3.358 6.717 6.717-3.36 3.359-2.238-2.24-1.143 1.143a15.768 15.768 0 0 1 3.574 10.02zM15.834 19a3.167 3.167 0 1 1 0 6.333L9.5 30.083l3.167-7.916A3.167 3.167 0 0 1 15.834 19z"/></svg>
<svg class="tc-image-timer-resume tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 44.58300018310547"><path d="M23.417 28.583v16h-3v-16h3zm1 0l8 8-8 8v-16zm7.25-6.417c0 2.647-.65 5.142-1.797 7.334l-3.096-2.709a11.78 11.78 0 0 0 .83-3.041H23.75v-3.167h3.854a11.882 11.882 0 0 0-10.187-10.187v3.854H14.25v-3.854A11.882 11.882 0 0 0 4.063 20.583h3.854v3.167H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.854h3.167v3.854l2-.377v4.099c-1.176.223-2.458.34-3.583.34C7.089 37.999 0 30.911 0 22.166c0-8.21 6.25-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.661a15.76 15.76 0 0 1 8.437 3.496l1.143-1.143-2.24-2.239 3.36-3.359 6.717 6.718-3.36 3.359-2.238-2.24-1.143 1.143a15.768 15.768 0 0 1 3.574 10.02zM15.834 19a3.167 3.167 0 0 1 0 6.333L9.5 30.083l3.167-7.917A3.167 3.167 0 0 1 15.834 19z"/></svg>
<svg class="tc-image-timer-rewind tc-image-button" width="22pt" height="22pt" viewBox="0 0 53.04199981689453 46.70800018310547"><path d="M42.75 22.167C42.75 30.91 35.662 38 26.917 38c-8.744 0-15.833-7.089-15.833-15.833 0-8.21 6.249-14.961 14.25-15.756V4.75h-4.75V0H33.25v4.75H28.5v1.662a15.76 15.76 0 0 1 8.438 3.495l1.142-1.142-2.24-2.24 3.36-3.358 6.717 6.717-3.359 3.359-2.239-2.24-1.142 1.143a15.768 15.768 0 0 1 3.573 10.02zm-27.603-1.584H19v3.167h-3.853a11.882 11.882 0 0 0 10.187 10.187v-3.854H28.5v3.854A11.882 11.882 0 0 0 38.687 23.75h-3.853v-3.167h3.853A11.882 11.882 0 0 0 28.5 10.396v3.854h-3.166v-3.854a11.882 11.882 0 0 0-10.187 10.187zM26.917 19a3.167 3.167 0 0 1 0 6.333l-6.333 4.75 3.166-7.916A3.167 3.167 0 0 1 26.917 19zM8.709 14.25V7.938A22.064 22.064 0 0 0 4.75 20.583c0 12.243 9.925 22.167 22.167 22.167h4.354c12.024 0 21.77-9.924 21.771-22.166 0 14.428-11.697 26.124-26.125 26.124S.792 35.012.792 20.583c0-5.6 1.762-10.788 4.762-15.041H0l3.959-3.959h8.708v8.709L8.709 14.25z"/></svg>
<svg class="tc-image-timer-stop tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.41699981689453 42.75"><path d="M22.167 28.5h14.25v14.25h-14.25V28.5zm9.5-6.333c0 1.084-.11 2.144-.317 3.167h-4.07l.323-1.584H23.75v-3.166h3.854a11.882 11.882 0 0 0-10.187-10.187v3.853H14.25v-3.853A11.882 11.882 0 0 0 4.063 20.584h3.854v3.166H4.063A11.882 11.882 0 0 0 14.25 33.937v-3.853h3.167v3.853L19 33.615v4.069a15.906 15.906 0 0 1-3.167.316C7.09 38 0 30.912 0 22.167c0-8.21 6.249-14.96 14.25-15.755V4.75H9.5V0h12.667v4.75h-4.75v1.662a15.76 15.76 0 0 1 8.437 3.495l1.142-1.142-2.239-2.24 3.359-3.358 6.717 6.718-3.358 3.358-2.24-2.239-1.142 1.143a15.768 15.768 0 0 1 3.574 10.02zM15.833 19a3.167 3.167 0 0 1 0 6.334L9.5 30.084l3.167-7.917A3.167 3.167 0 0 1 15.833 19z"/></svg>
<svg class="tc-image-times tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12.337194442749023 12.33717155456543"><path d="M11.556.78a2 2 0 0 0-2.828 0L6.142 3.368 3.556.78A2 2 0 1 0 .728 3.609l2.585 2.586L.728 8.78a2 2 0 1 0 2.828 2.828l2.586-2.586 2.586 2.586c.39.39.902.586 1.414.586s1.024-.195 1.414-.586a2 2 0 0 0 0-2.828L8.971 6.195l2.585-2.586a2 2 0 0 0 0-2.828z"/></svg>
<svg class="tc-image-times-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1149 994q0-26-19-45L949 768l181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19L768 587 587 406q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-times-circle-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1097 951l-146 146q-10 10-23 10t-23-10L768 960l-137 137q-10 10-23 10t-23-10L439 951q-10-10-10-23t10-23l137-137-137-137q-10-10-10-23t10-23l146-146q10-10 23-10t23 10l137 137 137-137q10-10 23-10t23 10l146 146q10 10 10 23t-10 23L960 768l137 137q10 10 10 23t-10 23zm215-183q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5T1153.5 1433 768 1536t-385.5-103T103 1153.5 0 768t103-385.5T382.5 103 768 0t385.5 103T1433 382.5 1536 768z"/></svg>
<svg class="tc-image-times-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 14.50899887084961"><path d="M11 14.255a2.98 2.98 0 0 1-2.122-.879L7 11.497l-1.879 1.879c-1.133 1.133-3.109 1.133-4.243 0C.312 12.81 0 12.056 0 11.255S.312 9.7.879 9.133l1.878-1.878L.879 5.376C.312 4.81 0 4.056 0 3.255S.312 1.7.879 1.133C2.012.001 3.988 0 5.122 1.134L7 3.013l1.879-1.879c1.133-1.133 3.109-1.133 4.243 0 .566.566.878 1.32.878 2.121s-.312 1.555-.879 2.122l-1.878 1.878 1.878 1.879c.567.566.879 1.32.879 2.121s-.312 1.555-.879 2.122a2.98 2.98 0 0 1-2.121.878zM7 8.669l3.293 3.293a1.024 1.024 0 0 0 1.414 0c.189-.189.293-.439.293-.707s-.104-.518-.293-.707L8.415 7.255l3.292-3.293c.189-.189.293-.44.293-.707s-.104-.518-.293-.707a1.023 1.023 0 0 0-1.414-.001L7 5.841 3.707 2.548a1.024 1.024 0 0 0-1.414 0c-.189.189-.293.44-.293.707s.104.518.293.707l3.292 3.293-3.292 3.293c-.189.189-.293.439-.293.707s.104.518.293.707a1.023 1.023 0 0 0 1.414.001L7 8.669z"/></svg>
<svg class="tc-image-tinder tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 13.894999504089355 16.030000686645508"><path fill-rule="nonzero" d="M4.305 6.33c.03.048.082.08.142.08a.16.16 0 0 0 .105-.038l.01-.008c.26-.217.494-.44.714-.678 2.14-2.322.885-5.173.872-5.2A.326.326 0 0 1 6.249.09c.123-.09.29-.08.402.022 7.244 6.743 5.328 11.88 5.188 12.226-.588 2.095-2.898 3.61-5.633 3.687-.071.005-.147.005-.221.005C2.75 16.03 0 14.037 0 11.492v-.04C0 7.92 3.197 4.436 3.34 4.289a.31.31 0 0 1 .35-.07.32.32 0 0 1 .194.304c-.023.692.118 1.296.42 1.802v.005z"/></svg>
<svg class="tc-image-tint tc-image-button" width="22pt" height="22pt" viewBox="0 0 848.197998046875 1203.406005859375"><path d="M0 778.556c1.34-84.942 24.997-161.363 67.555-227.437 43.851-65.677 92.564-129.583 133.235-190.657 64.563-99.565 119.289-202.698 152.751-308.504C365.172 18.769 391.578 0 424.099 3.919c36.243-2.225 61.341 17.08 70.558 48.04 35.234 114.567 91.42 214.71 153.502 308.504 42.394 69.12 90.82 122.467 132.483 190.657 45.203 71.836 67.148 149.555 67.556 227.437-2.581 116.193-48.298 224.208-123.477 300.998-83.852 80.568-194.166 123.085-300.622 123.851-116.136-2.474-223.853-48.567-300.247-123.852C43.45 995.434.766 885.114 0 778.556zm186.154 93.828c2.783 61.17 51.378 105.853 105.837 106.588 61.716-2.731 105.123-52.149 105.837-106.588 0-21.518-5.505-40.283-16.514-56.296-12.101-15.747-24.03-32.046-33.777-47.664-15.442-25.218-30.541-50.295-38.282-76.938-2.001-10.009-7.756-14.262-17.264-12.761-9.008-2.002-15.013 2.252-18.015 12.761-8.094 28.541-22.238 53.7-37.156 76.938-10.493 17.508-23.07 31.135-34.152 47.664-11.51 16.513-17.015 35.278-16.514 56.296z"/></svg>
<svg class="tc-image-title tc-image-button" width="22pt" height="22pt" viewBox="0 0 418.89996337890625 511.800048828125"><path d="M0 0v139.6h23.3c0-23.3 0-69.8 23.3-93.1 23.2-23.3 46.5-23.3 69.8-23.3h46.5v395.6c0 34.9-11.6 69.8-46.5 69.8H93.6l-.5 23.2h232.7v-23.3h-23.3c-34.9 0-46.5-34.9-46.5-69.8V23.3h46.5c23.3 0 46.5 0 69.8 23.3s23.3 69.8 23.3 93.1h23.3V0H0z"/></svg>
<svg class="tc-image-to-end tc-image-button" width="22pt" height="22pt" viewBox="0 0 600 582"><path d="M412 268c9.333 6.667 14 14.667 14 24 0 8-4.667 15.333-14 22L50 542c-14.667 9.333-26.667 11-36 5-9.333-6-14-17.667-14-35V70c0-17.333 4.667-29 14-35s21.333-4.333 36 5l362 228M526 0c49.333 0 74 19.333 74 58v466c0 38.667-24.667 58-74 58-50.667 0-76-19.333-76-58V58c0-38.667 25.333-58 76-58"/></svg>
<svg class="tc-image-to-start tc-image-button" width="22pt" height="22pt" viewBox="0 0 600 582"><path d="M174 292c0-9.333 4.667-17.333 14-24L552 40c13.333-9.333 24.667-11 34-5 9.333 6 14 17.667 14 35v442c0 17.333-4.667 29-14 35s-20.667 4.333-34-5L188 314c-9.333-6.667-14-14-14-22M0 58C0 19.333 25.333 0 76 0c49.333 0 74 19.333 74 58v466c0 38.667-24.667 58-74 58-50.667 0-76-19.333-76-58V58"/></svg>
<svg class="tc-image-to-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M726 167L568 9q-9-9-22.5-9T523 9L365 167q-10 10-10 23t10 23q9 9 22.5 9t22.5-9l104-104v692q0 13 9 22.5t23 9.5q13 0 22.5-9.5T578 801V109l103 104q9 9 22.5 9t22.5-9q9-10 9-23t-9-23zm298 825q0 13-9.5 22.5T992 1024H32q-13 0-22.5-9.5T0 992t9.5-22.5T32 960h960q13 0 22.5 9.5t9.5 22.5z"/></svg>
<svg class="tc-image-toc tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 20"><path d="M0 4h28V0H0v4zm0 8h28V8H0v4zm0 8h28v-4H0v4zm32 0h4v-4h-4v4zm0-20v4h4V0h-4zm0 12h4V8h-4v4z"/></svg>
<svg class="tc-image-today tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 40"><path d="M32 4h-2V0h-4v4H10V0H6v4H4C1.79 4 .02 5.79.02 8L0 36c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm0 32H4V14h28v22zM8 18h10v10H8z"/></svg>
<svg class="tc-image-toggle tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M320 32c52.934 0 96 43.065 96 96s-43.066 96-96 96H128c-52.935 0-96-43.065-96-96s43.065-96 96-96h192m0-32H128C57.308 0 0 57.308 0 128s57.308 128 128 128h192c70.692 0 128-57.308 128-128S390.692 0 320 0z"/><path d="M128 80c26.467 0 48 21.533 48 48s-21.533 48-48 48-48-21.533-48-48 21.533-48 48-48m0-32c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"/></svg>
<svg class="tc-image-toggle-filled tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 256"><path d="M320 80c-26.467 0-48 21.533-48 48s21.533 48 48 48 48-21.533 48-48-21.533-48-48-48z"/><path d="M320 0H128C57.308 0 0 57.308 0 128s57.308 128 128 128h192c70.692 0 128-57.308 128-128S390.692 0 320 0zm0 208c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z"/></svg>
<svg class="tc-image-toggle-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1280"><path d="M1152 640q0-104-40.5-198.5T1002 278 838.5 168.5 640 128t-198.5 40.5T278 278 168.5 441.5 128 640t40.5 198.5T278 1002t163.5 109.5T640 1152t198.5-40.5T1002 1002t109.5-163.5T1152 640zm768 0q0-104-40.5-198.5T1770 278t-163.5-109.5T1408 128h-386q119 90 188.5 224t69.5 288-69.5 288-188.5 224h386q104 0 198.5-40.5T1770 1002t109.5-163.5T1920 640zm128 0q0 130-51 248.5t-136.5 204-204 136.5-248.5 51H640q-130 0-248.5-51t-204-136.5T51 888.5 0 640t51-248.5 136.5-204T391.5 51 640 0h768q130 0 248.5 51t204 136.5 136.5 204 51 248.5z"/></svg>
<svg class="tc-image-toggle-on tc-image-button" width="22pt" height="22pt" viewBox="0 0 2048 1280"><path d="M0 640q0-130 51-248.5t136.5-204T391.5 51 640 0h768q130 0 248.5 51t204 136.5 136.5 204 51 248.5-51 248.5-136.5 204-204 136.5-248.5 51H640q-130 0-248.5-51t-204-136.5T51 888.5 0 640zm1408 512q104 0 198.5-40.5T1770 1002t109.5-163.5T1920 640t-40.5-198.5T1770 278t-163.5-109.5T1408 128t-198.5 40.5T1046 278 936.5 441.5 896 640t40.5 198.5T1046 1002t163.5 109.5T1408 1152z"/></svg>
<svg class="tc-image-toilet tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46.020999908447266 48.500999450683594"><g transform="translate(-2 -1)"><path d="M6 47.5c0 1.233.768 2 2 2 1.235 0 2-.767 2-2V29h2v18.5c0 1.231.767 2 2 2s2-.767 2-2V16h1v11.314c0 2.395 3.006 2.395 3 0V15.161C20 12.515 18.094 11 15 11H7c-2.82 0-5 1.219-5 4.087V28c0 2 3 2 3 0V16h1v31.5z"/><circle cx="10.875" cy="5.125" r="4.125"/><circle cx="35.875" cy="5.125" r="4.125"/><path d="M45.913 32.5l-5.909-16.237-.034-.167c0-.237.199-.429.447-.429.211 0 .388.141.435.329L44.869 26.5c.267.601 1.365 1 2.087 1 .965 0 1.065-1.895 1.044-2l-4.017-10.107C43.634 13.072 41.29 11 38.615 11H33.38c-2.675 0-5.192 2.072-5.542 4.393l-3.837 10.232c-.087.199 0 1.938 1.044 1.938.811 0 1.89-.314 2.086-1.031l3.875-10.564a.455.455 0 0 1 .422-.292c.246 0 .445.188.445.424l-.027.151-5.758 16.251c-.012.048 0 1.2 0 1.249 0 .346.836 1.25 1.198 1.25H31v12.595c0 1.04.916 1.905 2 1.905s2-.866 2-1.905V34.491c0-.283 2-.274 2 .009v13c0 1.04.917 2 2 2 1.086 0 2-.961 2-2V35h3.869c.362 0 1.044-.904 1.044-1.25 0-.08.029-1.181 0-1.25z"/></g></svg>
<svg class="tc-image-toilet-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.042304992675781 11.090688705444336"><path d="M3.372 2.2a1.1 1.1 0 1 1 1.1-1.1 1.1 1.1 0 0 1-1.1 1.1zm6.94-1.1a1.1 1.1 0 1 0 0 .01V1.1zm-3.76 3.84l-1.81-1.81a.37.37 0 0 0-.27-.12h-2.21a.37.37 0 0 0-.25.1h.03L.182 4.94a.38.38 0 1 0 .53.53l1.58-1.58-1.48 4.12h1.46v2.51a.38.38 0 0 0 .75.11h.02V8.01h.69v2.63a.38.38 0 0 0 .75-.11V8.01h1.44l-1.47-4.12 1.59 1.58a.37.37 0 0 0 .28.12c.21 0 .38-.17.38-.38a.37.37 0 0 0-.15-.27zm2.11 2.07v3.63a.37.37 0 1 0 .73 0V7.01h1.65V3.38a.37.37 0 0 0-.37-.37h-2.92a.37.37 0 0 0-.37.37v3.63h1.28z"/></svg>
<svg class="tc-image-toilet-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.090859413146973 15"><path d="M4.59 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9.5-1.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM8.95 6.64L6.47 4.15A.51.51 0 0 0 6.09 4h-3a.51.51 0 0 0-.35.14L.23 6.63a.52.52 0 1 0 .73.73L3.09 5.2l-2 5.8h2v3.33a.503.503 0 0 0 0 .15.51.51 0 0 0 1 0V11h1v3.5a.51.51 0 0 0 1 0 .503.503 0 0 0 0-.15V11h2l-2-5.8 2.14 2.16a.51.51 0 0 0 .38.17.52.52 0 0 0 .48-.53.51.51 0 0 0-.14-.36zM14.59 4h-4a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v5a.5.5 0 0 0 1 0v-5h1v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5z"/></svg>
<svg class="tc-image-toilet-paper tc-image-button" width="22pt" height="22pt" viewBox="0 0 100.01100158691406 100"><g transform="translate(.011)"><path fill="#F1C40F" fill-rule="evenodd" d="M78.993 26h21l.007 74H39.865v-.004l-.355.004C17.682 100-.011 94.27-.011 87.199L-.007 13h79v13z" clip-rule="evenodd"/><path fill="#F39C12" d="M40 13h39v13H40z"/><ellipse cx="39.5" cy="13" fill="#E67E22" rx="39.5" ry="13"/><ellipse cx="40.334" cy="12.812" opacity=".2" rx="16" ry="4.5"/><path fill="#F39C12" fill-rule="evenodd" d="M40.668 93a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-16a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-12a2 2 0 1 0 0-3.998 2 2 0 0 0 0 3.998zm0 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 24a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" clip-rule="evenodd"/></g></svg>
<svg class="tc-image-toll tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 32"><path d="M4 16c0-5.22 3.34-9.65 8-11.3V.52C5.1 2.3 0 8.55 0 16s5.1 13.7 12 15.48V27.3C7.34 25.65 4 21.22 4 16zM28 0c-8.84 0-16 7.16-16 16s7.16 16 16 16 16-7.16 16-16S36.84 0 28 0zm0 28c-6.63 0-12-5.37-12-12S21.37 4 28 4s12 5.37 12 12-5.37 12-12 12z"/></svg>
<svg class="tc-image-tonality tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M20 0C8.95 0 0 8.95 0 20s8.95 20 20 20 20-8.95 20-20S31.05 0 20 0zm-2 35.86C10.11 34.88 4 28.16 4 20S10.11 5.12 18 4.14v31.72zm4-31.72c2.06.26 4 .9 5.74 1.86H22V4.14zM22 10h10.48c.5.63.96 1.3 1.36 2H22v-2zm0 6h13.48c.17.65.3 1.32.39 2H22v-2zm0 19.86V34h5.74c-1.74.96-3.68 1.6-5.74 1.86zM32.48 30H22v-2h11.84c-.4.7-.86 1.37-1.36 2zm3-6H22v-2h13.86c-.08.68-.22 1.35-.38 2z"/></svg>
<svg class="tc-image-tongue tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zM4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm2 4v1h-1v1.5a1.5 1.5 0 0 1-3 0V10H4V9h8z"/></svg>
<svg class="tc-image-tongue2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM5 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 6h-1v1.5a1.5 1.5 0 0 1-3 0V10H4V9h8v1zm-1-4a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
<svg class="tc-image-tool-box tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 469.4000244140625"><path d="M0 128v298.7c0 23.5 19.1 42.7 42.7 42.7H64v-384H42.7C19.1 85.4 0 104.5 0 128zm469.3-42.6H448v384h21.3c23.5 0 42.7-19.1 42.7-42.7V128c0-23.5-19.1-42.6-42.7-42.6zm-362.6 384h298.7v-384H106.7v384zM213.3 42.7h85.3V64h42.7V42.7c0-23.5-19.1-42.7-42.7-42.7h-85.3c-23.5 0-42.7 19.1-42.7 42.7V64h42.7V42.7z"/></svg>
<svg class="tc-image-tool-box-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512.1000366210938 469.4000244140625"><path d="M469.3 85.3H42.7C19.1 85.3 0 104.5 0 128v21.3h512V128c0-23.5-19.1-42.7-42.7-42.7zm-256-42.6h85.3V64h42.7V42.7c0-23.5-19.1-42.7-42.7-42.7h-85.3c-23.5 0-42.7 19.1-42.7 42.7V64h42.7V42.7zM0 426.7c0 23.5 19.1 42.7 42.7 42.7h426.7c23.5 0 42.7-19.1 42.7-42.7v-21.3H0v21.3zm0-64h512V192H0v170.7z"/></svg>
<svg class="tc-image-tools tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.974525451660156 42.974525451660156"><path d="M9.149 26.565c1.186 0 2.31.26 3.32.728L18.762 21l-2.363-2.363-2.24 2.239-2.239-2.24.93-.93c-1.892-.739-3.31-2.242-5.56-4.492C2.652 8.577 0 3.709 1.856 1.854 3.711 0 7.786 1.859 12.424 6.497c2.25 2.25 4.544 4.46 5.284 6.352l.93-.93 2.239 2.24-2.24 2.239 2.364 2.363 6.293-6.293A7.917 7.917 0 0 1 37.376 1.777l-6.06 6.06 4.478 4.478 6.06-6.06a7.917 7.917 0 0 1-9.816 10.425l-6.559 6.56 9.216 9.215.56-.56L40.7 37.34l-3.359 3.36-5.445-5.447.56-.56-9.216-9.215-6.559 6.56a7.917 7.917 0 0 1-10.425 9.816l6.06-6.06-4.478-4.479-6.06 6.06a7.917 7.917 0 0 1 7.371-10.81z"/></svg>
<svg class="tc-image-topcoder tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.09499740600586 6.070939064025879"><path d="M13.67 6.07a.998.998 0 0 0 .36-.14c.23-.133.43-.313.622-.497a7.635 7.635 0 0 0 .688-.746 4.182 4.182 0 0 0 .355-.522c.226-.397.4-.888.24-1.34a.967.967 0 0 0-.08-.18 1.284 1.284 0 0 0-.217-.274 1.892 1.892 0 0 0-.475-.326 3.567 3.567 0 0 0-.795-.27 6.652 6.652 0 0 0-1.202-.15 11.5 11.5 0 0 0-1.67.05c.07.073.138.15.206.225a8.15 8.15 0 0 1 .814 1.124c.4.66.706 1.38.924 2.117.066.222.122.446.175.67.018.087.035.175.055.26zm-12.358-.1l.106-.41c.053-.2.117-.397.177-.595.046-.144.1-.285.15-.428.06-.15.123-.3.185-.45.022-.05.04-.102.065-.153.067-.143.14-.284.214-.424a8.356 8.356 0 0 1 .647-1.057l.007-.01c-.224-.01-.45-.01-.673-.006a5.332 5.332 0 0 0-.826.073 3.502 3.502 0 0 0-.247.053c-.395.1-.83.286-1.02.67A1.034 1.034 0 0 0 0 3.666c0 .142.023.283.06.42.06.212.154.415.262.608.188.335.424.64.674.93.103.118.21.234.318.347zm12.07-.03c-.328-1.53-1.028-3.013-2.124-4.146l-.056-.057-.027-.027c-.133.015-.266.033-.4.052-1.433.218-2.833.61-4.18 1.147.112.032.224.067.337.102.47.15.94.31 1.402.485a32.101 32.101 0 0 1 4.653 2.21c.198.117.198.116.395.234zM1.608 5.849l.58-.56c.1-.095.1-.094.2-.186 1.02-.9 2.207-1.586 3.445-2.143a27.408 27.408 0 0 0-.548-.137c-.7-.16-1.405-.292-2.12-.357-.056.074-.11.15-.164.225-.12.175-.236.352-.344.535-.092.156-.176.317-.26.478-.065.13-.133.256-.19.388-.015.03-.025.064-.04.095-.06.148-.125.293-.182.443a9.03 9.03 0 0 0-.127.36c-.06.184-.114.372-.17.56-.028.1-.053.2-.08.3zm4.597-3.05a20.264 20.264 0 0 1 .884-.348 20.043 20.043 0 0 1 2.065-.626c.575-.14 1.157-.25 1.743-.334l.04-.005a6.862 6.862 0 0 0-.506-.41A5.468 5.468 0 0 0 9.384.48a4.784 4.784 0 0 0-2.73-.316C6.15.256 5.664.43 5.212.67c-.716.38-1.33.92-1.848 1.54l-.014.016c.156.016.156.017.31.035l.376.055c.534.087 1.062.197 1.588.326.194.05.387.102.58.155z"/></svg>
<svg class="tc-image-tornado tc-image-button" width="22pt" height="22pt" viewBox="0 0 1485 1541"><path d="M0 831q0 71 74 121 135 95 408 95 123 0 228-21 111-24 181-75t70-120q0-21-8-42 142-35 223-94.5t81-136.5q0-19-6-41 234-83 234-224 0-90-102-160Q1183 0 797 0 615 0 467 32 308 64 209.5 134T111 293q0 53 33 97Q23 459 23 558q0 77 75 135Q0 750 0 831zm41 307q0 75 92.5 117.5T366 1298q142 0 235-42.5t93-117.5q0-28-18-47t-46-19q-23 0-41 16t-23 39q-20 16-75 29.5T366 1170q-113 0-183-32 16-16 17.5-41t-10.5-42q-16-22-41.5-27t-47.5 9q-60 40-60 101zm87-307q0-1 13-12 9-9 38.5-23t65.5-24l8-4q166 55 387 55 97 0 176-11l18 16q-9 16-43 34-41 22-127 39t-182 17-182.5-17T171 862q-34-15-43-31zm8 575q0 65 73.5 100t182.5 35q111 0 186-35t75-100q0-26-19-46t-45-20q-48 0-63 49-40 25-134 25-82 0-131-25-15-49-63-49-26 0-44 19t-18 47zm14-848q0-8 10-19 25-31 97-60 197 105 540 105 175 0 329-32v6q0 15-19 31-42 37-156 70-124 37-311 37-188 0-312-37-119-33-159-70-19-15-19-31zm89-265q0-18 24-40 46-43 183-83 146-43 351-43 206 0 354 43 138 40 183 83 23 23 23 40t-23 38q-45 43-183 84-148 43-354 43-205 0-351-43-138-40-183-84-24-21-24-38z"/></svg>
<svg class="tc-image-torso tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.92100524902344 73.0469970703125"><path d="M62.62 46.964l-15.66-7.47-6.622-3.159c2.892-1.822 5.241-4.634 6.778-8.022a21.727 21.727 0 0 0 1.946-8.99c0-1.827-.29-3.562-.694-5.236C46.399 5.976 40.064 0 32.459 0c-7.461 0-13.701 5.763-15.792 13.645-.482 1.808-.815 3.688-.815 5.68 0 3.459.808 6.684 2.181 9.489 1.587 3.254 3.94 5.937 6.804 7.662l-6.342 2.953-16.168 7.53C.923 47.617 0 49.201 0 50.97v17.765c0 2.381 1.659 4.312 3.708 4.312h57.505c2.048 0 3.708-1.93 3.708-4.312V50.969c-.002-1.763-.91-3.332-2.301-4.005z"/></svg>
<svg class="tc-image-torso-business tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.9209976196289 73.0459976196289"><path d="M62.622 46.964l-15.66-7.47-6.622-3.159c2.892-1.822 5.241-4.634 6.778-8.021a21.743 21.743 0 0 0 1.945-8.99c0-1.827-.29-3.562-.694-5.236C46.399 5.976 40.064 0 32.459 0c-7.461 0-13.7 5.763-15.792 13.644-.483 1.808-.815 3.688-.815 5.68 0 3.459.808 6.684 2.181 9.489 1.587 3.254 3.94 5.937 6.804 7.662l-6.342 2.953-16.168 7.53C.923 47.616 0 49.2 0 50.969v17.765c0 2.381 1.659 4.311 3.707 4.311H27.72V59.443a.78.78 0 0 1 .119-.396l-.01-.006 3.933-6.812.01.006c.14-.24.389-.41.687-.41.298 0 .547.169.687.41l.004-.003.036.063c.005.01.012.018.016.028l3.881 6.721-.005.003a.783.783 0 0 1 .119.397v13.602H61.21c2.048 0 3.708-1.93 3.708-4.311V50.969c.003-1.763-.905-3.332-2.296-4.005zm-25.541-4.555l.01.006-3.934 6.812-.01-.006a.796.796 0 0 1-.687.409.796.796 0 0 1-.687-.409l-.005.003-.04-.069c-.003-.007-.009-.013-.012-.02l-3.881-6.723.004-.003a.783.783 0 0 1-.119-.397c0-.445.361-.806.806-.806h7.866c.445 0 .806.361.806.806a.762.762 0 0 1-.117.397z"/></svg>
<svg class="tc-image-torso-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 64.92000579833984 73.0469970703125"><path d="M62.62 46.965l-15.66-7.47-6.622-3.159c.166-.105.324-.224.487-.335h8.695a2.438 2.438 0 0 0 2.438-2.438v-6.415h-.022c-.266-8.94-3.371-16.805-8.034-21.737-2.459-2.773-5.646-4.657-9.211-5.22-.159-.026-.318-.05-.478-.071-.184-.023-.367-.046-.553-.061A13.701 13.701 0 0 0 32.458 0h-.002c-.398 0-.791.023-1.183.057-.188.016-.374.039-.56.062-.156.02-.311.042-.465.068-3.536.553-6.701 2.408-9.153 5.141-4.708 4.927-7.847 12.829-8.115 21.821h-.021v6.415a2.438 2.438 0 0 0 2.438 2.438h8.719c.238.162.475.327.721.475l-6.342 2.953-16.168 7.53C.922 47.618 0 49.202 0 50.971v17.765c0 2.381 1.659 4.311 3.708 4.311h57.504c2.049 0 3.708-1.93 3.708-4.311V50.969c-.001-1.763-.909-3.332-2.3-4.004z"/></svg>
<svg class="tc-image-torsos tc-image-button" width="22pt" height="22pt" viewBox="0 0 81.95599365234375 70.07599639892578"><path d="M31.327 34.851a13.061 13.061 0 0 0 2.527-2.121c-2.683-4.036-4.239-8.966-4.239-14.191 0-3.492.689-6.798 1.896-9.787-1.879-1.25-4.026-2.022-6.349-2.022-7.114 0-12.872 6.702-12.872 14.978 0 5.79 2.83 10.801 6.962 13.295L1.804 43.124C.717 43.635 0 44.863 0 46.235v13.771c0 1.846 1.289 3.341 2.874 3.341h11.532v-14.45c0-3.739 2.068-7.121 5.275-8.623l11.646-5.423z"/><path d="M79.751 45.055l-15.023-7.167-6.353-3.03c2.775-1.748 5.028-4.445 6.503-7.695a20.872 20.872 0 0 0 1.866-8.625c0-1.753-.278-3.416-.666-5.023C64.188 5.733 58.11 0 50.815 0c-7.158 0-13.144 5.529-15.15 13.09-.463 1.734-.782 3.538-.782 5.448 0 3.319.775 6.412 2.092 9.103 1.523 3.121 3.78 5.696 6.527 7.35l-6.085 2.834-15.508 7.223c-1.348.631-2.233 2.151-2.233 3.849V65.94c0 2.284 1.591 4.136 3.557 4.136h55.166c1.965 0 3.557-1.852 3.557-4.136V48.897c0-1.691-.871-3.197-2.205-3.842z"/></svg>
<svg class="tc-image-torsos-all tc-image-button" width="22pt" height="22pt" viewBox="0 0 95.57099914550781 65.66099548339844"><path d="M93.903 40.414l-16.185-7.719c3.774-2.373 6.338-7.016 6.338-12.354 0-7.754-5.397-14.034-12.058-14.034-2.289 0-4.403.781-6.223 2.066a24.516 24.516 0 0 1 1.701 8.999c0 4.782-1.411 9.317-3.825 13.066a12.296 12.296 0 0 0 2.809 2.36l-.01.003 10.426 4.971c2.947 1.427 4.853 4.583 4.853 8.045v13.54h11.148c1.489 0 2.694-1.401 2.694-3.13V43.323c0-1.282-.659-2.42-1.668-2.909zm-64.55-7.758a12.32 12.32 0 0 0 2.368-1.987c-2.514-3.781-3.972-8.401-3.972-13.297 0-3.271.646-6.37 1.777-9.17-1.76-1.172-3.773-1.895-5.948-1.895-6.666 0-12.062 6.28-12.062 14.034 0 5.425 2.651 10.12 6.524 12.457l-16.349 7.61C.671 40.887 0 42.037 0 43.323v12.903c0 1.729 1.209 3.13 2.694 3.13h10.805v-13.54c0-3.503 1.938-6.672 4.943-8.08l10.911-5.08z"/><path d="M74.726 42.217l-14.077-6.715-5.952-2.84c2.6-1.637 4.711-4.165 6.093-7.21a19.543 19.543 0 0 0 1.749-8.081c0-1.642-.26-3.201-.623-4.706C60.145 5.372 54.45 0 47.614 0c-6.708 0-12.316 5.181-14.196 12.266-.434 1.625-.733 3.315-.733 5.105 0 3.109.727 6.008 1.961 8.529 1.427 2.925 3.542 5.337 6.116 6.888l-5.702 2.654-14.534 6.768c-1.262.591-2.092 2.016-2.092 3.606v15.97c0 2.14 1.492 3.875 3.333 3.875h51.691c1.841 0 3.333-1.735 3.333-3.875v-15.97c.001-1.584-.815-2.995-2.065-3.599z"/></svg>
<svg class="tc-image-torsos-all-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 95.27999877929688 65.92399597167969"><path d="M74.707 42.218L60.63 35.503l-5.754-2.745.301-.208h7.833a2.196 2.196 0 0 0 2.196-2.196v-5.779h-.02c-.228-7.653-2.767-14.425-6.622-18.894C55.854 2.197 51.959 0 47.593 0c-4.732 0-8.911 2.586-11.625 6.593-3.435 4.452-5.664 10.833-5.877 17.982h-.02v5.779c0 1.213.983 2.196 2.196 2.196h7.855c.155.105.312.207.469.309l-5.551 2.584-14.534 6.768c-1.152.54-1.936 1.776-2.065 3.198a4.467 4.467 0 0 0-.046.626V62.04c0 2.146 1.495 3.884 3.34 3.884h51.806c1.846 0 3.34-1.739 3.34-3.884V46.035c0-.805-.212-1.563-.582-2.196-.359-.711-.907-1.29-1.592-1.621z"/><path d="M23.286 35.483v-6.081h.027c.243-8.172 2.377-15.627 5.776-21.472-1.654-1.008-3.513-1.623-5.511-1.623-6.666 0-12.062 6.28-12.062 14.034 0 5.425 2.651 10.12 6.524 12.457l-16.349 7.61C.671 40.887 0 42.037 0 43.323v12.903c0 1.729 1.209 3.13 2.694 3.13h10.805v-13.54c0-3.503 1.938-6.672 4.943-8.08l4.844-2.253zm70.302 5.115l-16.348-7.61c3.873-2.337 6.524-7.032 6.524-12.457 0-7.754-5.396-14.034-12.062-14.034-1.998 0-3.857.615-5.511 1.623 3.399 5.845 5.532 13.3 5.776 21.472h.027v6.081l4.844 2.256c3.005 1.407 4.943 4.576 4.943 8.08v13.54h10.805c1.485 0 2.694-1.401 2.694-3.13V43.513c-.001-1.286-.672-2.436-1.692-2.915z"/></svg>
<svg class="tc-image-torsos-female-male tc-image-button" width="22pt" height="22pt" viewBox="0 0 86.30400085449219 73.0459976196289"><path d="M27.351 33.564v-6.415h.022c.163-5.466 1.39-10.528 3.382-14.767.223-.731.474-1.447.756-2.145-1.879-1.251-4.026-2.022-6.349-2.022-7.114 0-12.872 6.702-12.872 14.978 0 5.79 2.83 10.801 6.962 13.295L1.804 44.61C.716 45.121 0 46.349 0 47.721v13.771c0 1.846 1.289 3.341 2.874 3.341h11.532v-14.45c0-3.739 2.068-7.121 5.275-8.623l7.669-3.572v-4.624z"/><path d="M84.005 46.965l-15.66-7.47-6.621-3.159c.166-.105.324-.224.487-.335h8.695a2.438 2.438 0 0 0 2.438-2.438v-6.415h-.022c-.266-8.937-3.368-16.798-8.029-21.731-2.46-2.777-5.65-4.663-9.219-5.226a14.61 14.61 0 0 0-.474-.07c-.185-.023-.369-.046-.555-.062A13.701 13.701 0 0 0 53.843 0c-.398 0-.793.023-1.186.057-.187.016-.372.039-.557.062-.157.02-.313.043-.469.068-3.532.553-6.694 2.405-9.145 5.134-4.712 4.927-7.853 12.832-8.121 21.827h-.022v6.415a2.438 2.438 0 0 0 2.438 2.438H45.5c.238.162.475.327.721.475l-6.342 2.953-16.168 7.53c-1.405.658-2.328 2.242-2.328 4.011v17.765c0 2.381 1.659 4.311 3.708 4.311h57.505c2.049 0 3.708-1.93 3.708-4.311V50.97c0-1.763-.908-3.332-2.299-4.005z"/></svg>
<svg class="tc-image-torsos-male-female tc-image-button" width="22pt" height="22pt" viewBox="0 0 81.95499420166016 70.07599639892578"><path d="M81.915 48.273c-.185-1.43-.998-2.653-2.166-3.218l-15.023-7.167-6.353-3.03c2.775-1.747 5.028-4.445 6.503-7.695a20.872 20.872 0 0 0 1.866-8.625c0-1.753-.278-3.416-.666-5.023C64.186 5.733 58.108 0 50.813 0c-6.494 0-12.011 4.557-14.48 11.047a20.422 20.422 0 0 0-.67 2.043c-.347 1.3-.613 2.64-.725 4.035-.037.465-.057.936-.057 1.413 0 .415.012.826.036 1.234a20.622 20.622 0 0 0 2.056 7.87c1.523 3.121 3.78 5.695 6.527 7.35l-6.084 2.833-15.51 7.223c-1.011.474-1.761 1.447-2.074 2.62a4.781 4.781 0 0 0-.159 1.229V65.94c0 2.284 1.591 4.136 3.557 4.136h55.168c1.965 0 3.557-1.852 3.557-4.136V48.897c0-.211-.013-.42-.04-.624z"/><path d="M30.205 35.373l2.85-1.452c-3.165-4.206-5.065-9.555-5.065-15.383 0-4.041.917-7.85 2.531-11.21-1.566-.772-3.238-1.212-4.983-1.212-8.365 0-15.186 9.612-15.544 21.665h-.016V32.9c0 1.074.871 1.945 1.945 1.945h7.089c.081.051.159.108.24.157L1.804 43.124C.717 43.635 0 44.863 0 46.235v13.771c0 1.846 1.289 3.341 2.875 3.341h11.531v-14.45c0-3.739 2.068-7.121 5.275-8.623l10.524-4.901z"/></svg>
<svg class="tc-image-touch-app tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 29.999996185302734 42.01000213623047"><g transform="translate(-9.51 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M18 22.48V15c0-2.76 2.24-5 5-5s5 2.24 5 5v7.48c2.41-1.61 4-4.36 4-7.48a9 9 0 0 0-18 0c0 3.12 1.59 5.87 4 7.48zm19.67 9.26l-9.08-4.52c-.34-.14-.7-.22-1.09-.22H26V15c0-1.66-1.34-3-3-3s-3 1.34-3 3v21.47l-6.85-1.43c-.15-.03-.31-.05-.47-.05-.62 0-1.18.26-1.59.66l-1.58 1.6 9.88 9.88c.55.54 1.3.88 2.12.88H35.1c1.51 0 2.66-1.11 2.87-2.56l1.51-10.54c.02-.14.03-.27.03-.41a3.025 3.025 0 0 0-1.84-2.76z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-tournament-bracket tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 41.16600036621094"><path d="M0 41.166v-4.75h4.75V28.5H0v-4.75h9.5v6.333h3.166v-19H9.5v6.333H0v-4.75h4.75V4.75H0V0h9.5v6.333h7.916v11.083h6.334V6.333h7.916V0h9.5v4.75h-4.75v7.916h4.75v4.75h-9.5v-6.333H28.5v19h3.166V23.75h9.5v4.75h-4.75v7.916h4.75v4.75h-9.5v-6.333H23.75V23.75h-6.334v11.083H9.5v6.333H0z"/></svg>
<svg class="tc-image-tournament-bracket-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 34.83300018310547"><path d="M0 0h6.334v7.917h6.333V0H19v14.25h-6.333v6.333h19V14.25h-6.333V0h6.333v7.917H38V0h6.334v14.25H38v12.667H25.334v7.916H19v-7.916H6.334V14.25H0V0z"/></svg>
<svg class="tc-image-tournament-bracket-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83300018310547 44.33399963378906"><path d="M34.833 44.334V38h-7.917v-6.333h7.917v-6.333h-14.25v6.333H14.25v-19h6.333V19h14.25v-6.333h-7.917V6.334h7.917V0h-14.25v6.334H7.916V19H0v6.334h7.916V38h12.667v6.334h14.25z"/></svg>
<svg class="tc-image-tournament-bracket-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83300018310547 44.33399963378906"><path d="M0 44.334V38h7.917v-6.333H0v-6.333h14.25v6.333h6.333v-19H14.25V19H0v-6.333h7.917V6.334H0V0h14.25v6.334h12.667V19h7.916v6.334h-7.916V38H14.25v6.334H0z"/></svg>
<svg class="tc-image-tournament-bracket-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33399963378906 34.83300018310547"><path d="M0 34.833h6.334v-7.916h6.333v7.916H19v-14.25h-6.333V14.25h19v6.333h-6.333v14.25h6.333v-7.916H38v7.916h6.334v-14.25H38V7.917H25.334V0H19v7.917H6.334v12.666H0v14.25z"/></svg>
<svg class="tc-image-tower tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.84475326538086 34.51100158691406"><path d="M17.422 7.594a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm2.575 8.532l2.967 18.385H11.88l2.967-18.385h5.15zm14.842-5.365c0 4.062-1.39 7.799-3.72 10.76l-2.49-1.956a14.19 14.19 0 0 0 3.043-8.804 14.19 14.19 0 0 0-3.044-8.804L31.118 0a17.342 17.342 0 0 1 3.72 10.761zM3.726 21.521a17.342 17.342 0 0 1-3.72-10.76A17.34 17.34 0 0 1 3.726.001l2.49 1.956a14.188 14.188 0 0 0-3.044 8.804c0 3.323 1.137 6.38 3.044 8.804l-2.49 1.957zM26.137 3.913a11.036 11.036 0 0 1 2.368 6.848 11.03 11.03 0 0 1-2.368 6.848l-2.49-1.957a7.883 7.883 0 0 0 1.692-4.891 7.883 7.883 0 0 0-1.692-4.891l2.49-1.957zM8.707 17.609a11.036 11.036 0 0 1-2.368-6.848c0-2.585.884-4.963 2.368-6.848l2.49 1.957a7.883 7.883 0 0 0-1.692 4.891c0 1.846.632 3.545 1.692 4.891l-2.49 1.957z"/></svg>
<svg class="tc-image-town-hall-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9 10"><path d="M4.5 0L0 2v1h9V2L4.5 0zM1 4v4L0 9v1h9V9L8 8V4H1zm1 1h1v3H2V5zm2 0h1v3H4V5zm2 0h1v3H6V5z"/></svg>
<svg class="tc-image-town-hall-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M6.5 0L0 3.445V4h13v-.555L6.5 0zM1 5v5l-1 1.555V13h13v-1.445L12 10V5H1zm2 1h1v5.5H3V6zm3 0h1v5.5H6V6zm3 0h1v5.5H9V6z"/></svg>
<svg class="tc-image-toys tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 44"><path d="M22 22c0-6.1 4.9-11 11-11s11 4.9 11 11H22zm0 0c0 6.1-4.9 11-11 11S0 28.1 0 22h22zm0 0c-6.1 0-11-4.9-11-11S15.9 0 22 0v22zm0 0c6.1 0 11 4.9 11 11s-4.9 11-11 11V22z"/></svg>
<svg class="tc-image-track-changes tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M34.14 5.86l-2.82 2.82C34.2 11.58 36 15.58 36 20c0 8.84-7.16 16-16 16S4 28.84 4 20c0-8.16 6.1-14.88 14-15.86v4.04C12.32 9.14 8 14.06 8 20c0 6.62 5.38 12 12 12s12-5.38 12-12c0-3.32-1.34-6.32-3.52-8.48l-2.82 2.82A8.05 8.05 0 0 1 28 20c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-3.72 2.56-6.82 6-7.72v4.28c-1.2.7-2 1.96-2 3.44 0 2.2 1.8 4 4 4s4-1.8 4-4c0-1.48-.8-2.76-2-3.44V0h-2C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20c0-5.52-2.24-10.52-5.86-14.14z"/></svg>
<svg class="tc-image-trademark tc-image-button" width="22pt" height="22pt" viewBox="0 0 1127.238037109375 585.1431884765625"><path d="M489.714 18.286v66.857q0 7.429-5.428 12.571t-12.857 5.143H301.143v464q0 7.429-5.143 12.857t-12.571 5.429h-77.143q-7.43 0-12.857-5.143t-5.43-13.143v-464H18.287q-7.43 0-12.857-5.143T0 85.143V18.286q0-8 5.144-13.143T18.287 0H471.43q7.429 0 12.857 5.429t5.427 12.857zm593.144-1.714l44 549.143q.57 7.429-4.571 13.714-5.714 5.714-13.143 5.714h-76.571q-6.857 0-12-4.857t-5.714-11.714l-26.286-336-108 242.857q-4.571 10.857-16.571 10.857h-68.571q-11.43 0-16.571-10.857l-107.43-244-25.713 337.143q-.571 6.857-5.714 11.714t-12 4.857H550.86q-7.43 0-13.143-5.714-5.143-5.714-5.143-13.714l44.57-549.143q.572-6.857 5.715-11.714t12-4.857h81.143q11.429 0 16.57 10.857l125.715 297.143q5.714 13.714 11.429 29.143 1.714-4 5.429-14t6-15.143L967.431 10.858Q972.574.001 984.001.001h80.572q7.429 0 12.57 4.857t5.715 11.714z"/></svg>
<svg class="tc-image-traff tc-image-button" width="22pt" height="22pt" viewBox="0 0 682.6669921875 768"><path d="M682.666 298.667h-128v-48.64c73.6-18.987 128-85.12 128-164.693h-128V42.667C554.666 19.2 535.679 0 511.999 0H170.666C147.2 0 128 19.2 128 42.667v42.667H0c0 79.36 54.613 145.707 128 164.693v48.64H0c0 79.36 54.613 145.707 128 164.693V512H0c0 79.36 54.613 145.707 128 164.693v48.64C128 748.8 147.2 768 170.667 768H512c23.68 0 42.667-19.2 42.667-42.667v-48.64c73.6-18.987 128-85.12 128-164.693h-128v-48.64c73.6-18.987 128-85.333 128-164.693zm-341.333 384c-47.147 0-85.333-38.187-85.333-85.333s38.187-85.333 85.333-85.333 85.333 38.187 85.333 85.333-38.186 85.333-85.333 85.333zm0-213.334C294.186 469.333 256 431.146 256 384s38.187-85.333 85.333-85.333 85.333 38.187 85.333 85.333-38.187 85.333-85.333 85.333zm0-213.333C294.186 256 256 217.813 256 170.667s38.187-85.333 85.333-85.333 85.333 38.187 85.333 85.333S388.479 256 341.333 256z"/></svg>
<svg class="tc-image-traffic tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 36"><path d="M32 14h-6v-2.28c3.45-.89 6-3.99 6-7.72h-6V2a2 2 0 0 0-2-2H8C6.9 0 6 .9 6 2v2H0c0 3.72 2.56 6.83 6 7.72V14H0c0 3.72 2.56 6.83 6 7.72V24H0c0 3.72 2.56 6.83 6 7.72V34c0 1.1.9 2 2 2h16a2 2 0 0 0 2-2v-2.28c3.45-.89 6-3.99 6-7.72h-6v-2.28c3.45-.89 6-4 6-7.72zM16 32c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-traffic-cone tc-image-button" width="22pt" height="22pt" viewBox="0 0 1011.508056640625 928.35791015625"><path d="M505.754 567.194c122.368 0 224.87-41.574 231.066-95.898-18.227-50.995-38.093-106.701-57.6-161.382-13.517 38.963-88.32 66.611-173.466 66.611s-159.949-27.648-173.466-66.611a640638.383 640638.383 0 0 0-57.549 161.382c6.195 54.323 108.646 95.898 231.014 95.898zm0-343.296c57.55 0 110.95-17.818 126.618-45.517-21.555-60.518-40.038-112.486-51.763-145.203C572.827 11.316 537.55 0 505.755 0s-67.072 11.315-74.854 33.178a277322.92 277322.92 0 0 0-51.763 145.203c15.667 27.699 69.12 45.517 126.618 45.517zM955.29 617.779l-192.256-77.517 22.17 61.798c-1.126 65.485-128.205 117.709-279.45 117.709-151.194 0-278.374-52.173-279.45-117.709l22.17-61.798-192.256 77.517C2.304 639.488 0 679.68 51.2 707.072l361.574 193.894c51.098 27.392 134.81 27.392 185.958 0l361.626-193.894c51.15-27.392 48.845-67.584-5.069-89.293z"/></svg>
<svg class="tc-image-train tc-image-button" width="22pt" height="22pt" viewBox="0 0 28.5 45.91699981689453"><path d="M5.542 6.333h17.416c1.75 0 3.959 2.21 3.959 3.959v22.166c0 1.75-2.21 3.959-3.959 3.959h-.791v1.9l6.333 7.6h-3.167l-5.277-6.334H8.444l-5.277 6.334H0l6.333-7.6v-1.9h-.791c-1.75 0-3.959-2.21-3.959-3.959V10.292c0-1.75 2.21-3.959 3.959-3.959zm5.541 1.584a1.583 1.583 0 1 0 0 3.166h6.334a1.583 1.583 0 0 0 0-3.166h-6.334zm-3.166 4.75a3.167 3.167 0 0 0-3.167 3.166v1.584a3.167 3.167 0 0 0 3.167 3.166h12.666a3.167 3.167 0 0 0 3.167-3.166v-1.584a3.167 3.167 0 0 0-3.167-3.166H7.917zM7.125 28.5a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm14.25 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zM18.208 0a2.375 2.375 0 1 1 0 4.75 2.375 2.375 0 0 1 0-4.75zm-7.916 0a2.375 2.375 0 1 1 0 4.75 2.375 2.375 0 0 1 0-4.75z"/></svg>
<svg class="tc-image-train-station tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 34.742000579833984 47.93600082397461"><path d="M27.383 36.807l-.113-.216.057-.081.057-.081a13.356 13.356 0 0 0 2.861-1.604c.854-.64 1.426-1.574 1.721-2.809l.215-.988V5.507c0-.616-.184-1.255-.547-1.905a7.309 7.309 0 0 0-1.365-1.777A7.839 7.839 0 0 0 28.445.514C27.769.17 27.125 0 26.506 0H8.241c-.583 0-1.212.16-1.885.487a7.813 7.813 0 0 0-1.854 1.257 6.941 6.941 0 0 0-1.39 1.713c-.364.645-.547 1.267-.547 1.89v25.901c0 .436.115.891.327 1.363.22.474.492.917.818 1.331.326.426.685.807 1.067 1.15s.753.627 1.118.844c.176.074.499.188.957.333.448.144.658.251.624.321L0 47.936h4.361l5.457-7.909h15.055l5.451 7.909h4.418l-7.359-11.129zM13.036 2.179c0-.183.087-.37.273-.575.179-.199.36-.295.545-.295h6.982c.07 0 .221.07.438.213.215.146.324.291.324.436V4.63c0 .183-.092.351-.271.49-.184.15-.35.226-.49.226h-7.035l-.222-.173a1.991 1.991 0 0 1-.353-.301.546.546 0 0 1-.191-.401V2.179zM5.999 9.651c0-.363.086-.719.247-1.066.162-.345.373-.66.627-.955.256-.292.556-.521.898-.704a2.26 2.26 0 0 1 1.068-.274h16.963c.322 0 .65.076.977.214.328.146.627.35.902.602.274.252.489.532.655.822.162.284.242.596.242.923v5.783c0 .328-.088.638-.27.95a2.945 2.945 0 0 1-.709.827 4.079 4.079 0 0 1-.928.564 2.25 2.25 0 0 1-.979.22H8.948l-.276-.049a1.65 1.65 0 0 1-.329-.113c-.615-.106-1.159-.435-1.633-.982-.474-.546-.711-1.144-.711-1.797V9.651zm5.049 22.526c-.563.581-1.268.871-2.1.871-.837 0-1.52-.29-2.05-.871-.526-.58-.789-1.294-.789-2.131 0-.763.274-1.424.821-1.986.544-.565 1.217-.851 2.018-.851.832 0 1.536.27 2.1.789.564.533.845 1.226.845 2.105 0 .801-.281 1.494-.845 2.074zm12.489 0c-.562-.58-.848-1.294-.848-2.131 0-.838.299-1.515.9-2.048a3.124 3.124 0 0 1 2.104-.789c.83 0 1.516.285 2.043.851.525.562.793 1.224.793 1.986 0 .837-.275 1.551-.82 2.131-.549.581-1.236.871-2.076.871-.834 0-1.534-.29-2.096-.871z"/></svg>
<svg class="tc-image-train-track tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30.083999633789062"><path d="M1.583 30.084l1.25-3.563H0l1.583-4.355h2.778L5.472 19H2.771l1.187-3.563h2.764l1.25-3.562H5.937l1.584-2.771h1.423l.973-2.77h-2L9.5 4.354h1.111L12.139 0h3.694l-1.145 4.354h8.624L22.167 0h3.694l1.529 4.354h1.11l1.583 1.98h-2l.973 2.77h1.423l1.584 2.77h-2.035l1.25 3.563h2.368L34.833 19h-2.305l1.11 3.166h2.779L38 26.521h-2.833l1.25 3.562h-6.334l-.937-3.562H8.854l-.937 3.562H1.583zm11.855-20.98h11.124l-.729-2.77h-9.666l-.73 2.77zm-1.667 6.333h14.458l-.937-3.562H12.708l-.937 3.562zM10 22.167h18L27.167 19H10.833L10 22.166z"/></svg>
<svg class="tc-image-train-tunnel tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 47.5"><path d="M3.166 47.5l1.25-3.563H1.583l1.583-4.354h2.778l1.111-3.167H4.354l1.187-3.562h2.764l1.25-3.563H7.52l1.584-2.77h1.423l.973-2.771h-2l1.583-1.98h1.111l1.528-4.354h3.694l-1.145 4.355h8.624l-1.145-4.355h3.694l1.528 4.355h1.111l1.583 1.979h-2l.973 2.77h1.423l1.584 2.771h-2.035l1.25 3.563h2.368l1.187 3.563h-2.305l1.11 3.166H38l1.583 4.354H36.75L38 47.5h-6.334l-.937-3.563H10.437L9.5 47.5H3.166zm11.855-20.98h11.124l-.729-2.77H15.75l-.73 2.77zm-1.667 6.334h14.458l-.937-3.563H14.291l-.937 3.563zm-1.771 6.729h18l-.833-3.166H12.416l-.833 3.166zm9-39.583c11.103 0 20.152 8.79 20.568 19.791h.015v1.188H33.25v-1.188h2.362c-.289-9.251-5.675-16.625-15.029-16.625S5.843 10.54 5.553 19.791h2.363v1.188H0v-1.188h.015C.431 8.791 9.48 0 20.583 0z"/></svg>
<svg class="tc-image-trakt tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM8 .807A7.2 7.2 0 0 0 .807 8 7.2 7.2 0 0 0 8 15.193 7.2 7.2 0 0 0 15.193 8 7.2 7.2 0 0 0 8 .807zM3.26 12.354A6.4 6.4 0 0 0 8 14.43c.96 0 1.867-.21 2.685-.585L6.22 9.392l-2.96 2.962zm9.525-.045a6.425 6.425 0 0 0 1.657-4.31 6.443 6.443 0 0 0-3.713-5.834L6.673 6.21l6.11 6.1zM6.2 6.695l-3.382 3.37-.453-.453 3.558-3.558L10.077 1.9A6.47 6.47 0 0 0 8 1.56 6.439 6.439 0 0 0 1.558 8a6.38 6.38 0 0 0 1.293 3.867l3.37-3.37.233.22 4.83 4.83c.098-.055.187-.11.275-.177L6.22 8.033 2.984 11.27l-.453-.452 3.69-3.69.233.22 5.635 5.624c.09-.066.166-.143.243-.21L6.255 6.685l-.055.01zm2.032.685l-.452-.45 3.192-3.193.453.453-3.193 3.19zm3.028-4.386l-3.68 3.68-.453-.453 3.68-3.68.453.454z"/></svg>
<svg class="tc-image-tram tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 40"><path d="M28 29.88V13c0-5.59-5.22-6.8-12.01-6.97L17.5 3H24V0H4v3h9.5l-1.52 3.03C5.72 6.22 0 7.47 0 13v16.88c0 2.89 2.37 5.31 5.18 5.95L2 39v1h4.46l4-4H18l4 4h4v-1l-3-3h-.16c3.38 0 5.16-2.75 5.16-6.12zM14 33c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm10-9H4V14h20v10z"/></svg>
<svg class="tc-image-transfer tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.218000411987305 12.931608200073242"><path d="M.057 12.168c.085.273 1.547.724 3.537.747 1.426.017 3.091-.215 3.569-.708 0 0 .055-.18-.239-.33a27.231 27.231 0 0 0-2.081-.72c-.055-.017-.062-.021-.062-.243 0-.185.075-.372.149-.53.081-.17.176-.458.21-.716.097-.111.227-.331.311-.748.073-.367.039-.502-.01-.628a.37.37 0 0 1-.014-.04c-.02-.086.006-.534.068-.882.045-.238-.01-.746-.339-1.166-.207-.265-.604-.591-1.33-.637h-.397c-.713.046-1.11.372-1.318.637-.328.42-.383.928-.339 1.166.063.348.088.796.069.88a.188.188 0 0 1-.014.042c-.048.126-.082.26-.01.628.084.417.214.637.311.748.034.258.13.546.21.717.059.125.086.296.086.537 0 .225-.009.227-.059.242a23.98 23.98 0 0 0-2.077.738s-.288.079-.231.266zm8 0c.085.273 1.547.724 3.537.747 1.426.017 3.091-.215 3.569-.708 0 0 .055-.18-.239-.33a27.231 27.231 0 0 0-2.081-.72c-.055-.017-.062-.021-.062-.243 0-.185.075-.372.149-.53.081-.17.176-.458.21-.716.097-.111.227-.331.311-.748.073-.367.039-.502-.01-.628a.37.37 0 0 1-.014-.04c-.02-.086.006-.534.068-.882.045-.238-.01-.746-.339-1.166-.207-.265-.604-.591-1.33-.637h-.397c-.713.046-1.11.372-1.318.637-.328.42-.383.928-.339 1.166.063.348.088.796.069.88a.26.26 0 0 1-.015.042c-.048.126-.082.26-.01.628.084.417.214.637.311.748.034.258.13.546.21.717.059.125.086.296.086.537 0 .225-.009.227-.059.242a23.98 23.98 0 0 0-2.077.738c.001 0-.287.079-.23.266zm3.397-9.131a.361.361 0 0 1-.229.456l-2.75.916a.367.367 0 0 1-.453-.227.36.36 0 0 1 .227-.454l1.93-.644-.437-.218c-3.067-1.807-5.574-.947-6.57.236.11-.205.286-.405.663-.784.617-.62 2.752-1.947 6.223-.095l.435.213L9.856.514a.36.36 0 0 1 .225-.455.366.366 0 0 1 .454.227l.919 2.75z"/></svg>
<svg class="tc-image-transfer-within-a-station tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 43"><path d="M28.99 28v-3.5l-4.99 5 4.99 5V31H40v-3zm6.02 8.5H24v3h11.01V43L40 38l-4.99-5zM15 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm-7.5 6.8L2 43h4.2l3.5-16 4.3 4v12h4V27.9l-4.1-4.1 1.2-6C17.7 21 21.6 23 26 23v-4c-3.7 0-6.9-2-8.7-4.9l-1.9-3.2C14.7 9.7 13.4 9 12 9c-.5 0-1 .1-1.5.3L0 13.6V23h4v-6.7l3.5-1.5"/></svg>
<svg class="tc-image-transform tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 44"><path d="M40 34v-4H12V6h4l-6-6-6 6h4v4H0v4h8v16c0 2.21 1.79 4 4 4h16v4h-4l6 6 6-6h-4v-4h8zM16 14h12v12h4V14c0-2.21-1.79-4-4-4H16v4z"/></svg>
<svg class="tc-image-transform-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 14.08799934387207"><path d="M6 12.088H5v-1h1v1zm2-1H7v1h1v-1zm2 0H9v1h1v-1zm2 0h-1v1h1v-1zm2-2v4.982l-11 .018v-.014l-3 .014V.105l4-.017v9.016l10-.016zm-1 1l-9-.002v3.016l9-.014v-3zM5.045 2.779c.025.059.061.162.106.207a.028.028 0 0 0 .005.008L7.131 4.93c.1.1.23.15.361.15.133 0 .264.041.363-.059a.514.514 0 0 0 0-.727L6.661 3.055H11v3.338L9.773 5.226a.514.514 0 0 0-.727 0c-.2.199-.292.526-.091.725l2.146 1.975c.008.01.021.014.031.021a.451.451 0 0 0 .281.125c.008 0 .014.004.021.004.012 0 .021-.006.033-.006.055-.004.01-.012.064-.033.059-.025.162-.062.207-.107l.008-.004 1.936-1.975c.1-.1.15-.23.15-.361 0-.133.041-.264-.059-.363a.514.514 0 0 0-.727 0L11.964 6.27c.013-.057.036-.107.036-.165v-3.05c0-.553-.447-.95-1-.95H7c-.076 0-.144.024-.215.039l1.07-1.125a.514.514 0 0 0 0-.727C7.656.091 7.33 0 7.131.201L5.156 2.347c-.01.008-.014.021-.021.031a.548.548 0 0 0-.09.135.405.405 0 0 0-.035.147c0 .008-.004.014-.004.021 0 .012.006.021.006.033.004.055.011.01.033.065z"/></svg>
<svg class="tc-image-transform-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.088001251220703 14"><path d="M2 6V5h1v1H2zm1 2V7H2v1h1zm0 2V9H2v1h1zm0 2v-1H2v1h1zm2 2H.018L0 3h.014L0 0h13.982L14 4H4.984L5 14zm-1-1l.002-9H.986L1 13h3zm7.309-7.955c-.059.025-.162.062-.207.106a.028.028 0 0 0-.008.005L9.158 7.131c-.1.1-.15.23-.15.361 0 .133-.041.264.059.363a.514.514 0 0 0 .727 0l1.24-1.195V11H7.695l1.167-1.227a.514.514 0 0 0 0-.727c-.2-.2-.526-.292-.725-.091l-1.975 2.146c-.01.008-.014.021-.021.031a.451.451 0 0 0-.125.281c0 .008-.004.014-.004.021 0 .012.006.021.006.033.004.055.012.01.033.064.025.059.062.162.107.207l.004.008 1.975 1.936c.1.1.23.15.361.15.133 0 .264.041.363-.059a.514.514 0 0 0 0-.727L7.819 12c.056.01.106.033.164.033h3.05c.553 0 .949-.48.949-1.033V7c0-.076-.023-.144-.039-.215l1.125 1.07a.514.514 0 0 0 .727 0c.201-.199.293-.525.092-.725L11.74 5.156c-.008-.01-.021-.014-.031-.021a.54.54 0 0 0-.135-.09.427.427 0 0 0-.146-.035c-.008 0-.014-.004-.021-.004-.012 0-.021.006-.033.006-.056.004-.011.011-.065.033z"/></svg>
<svg class="tc-image-transform-flip-horizontal tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 39"><path d="M22 0l20 39H22V0zm3 12.5V36h11.5L25 12.5zM20 0v7.08l-1.799 3.53-2.6-2.031L20 0zm0 30h-3v-4h3v4zm-3-8.734l3-5.785V23h-3v-1.734zm-3.676-1.253l-2.561-2.001 3.066-5.978 2.459 1.922-2.964 6.057zm-4.53 9.258l-2.716-2.122 2.913-5.682 2.62 2.047-2.818 5.756zM20 39h-3v-6h3v6zM0 39l4.305-8.396 2.775 2.168L5.5 36H7v3H0zm14-3v3h-4v-3h4z"/></svg>
<svg class="tc-image-transform-flip-vertical tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 42"><path d="M0 20L39 0v20H0zm12.5-3H36V5.5L12.5 17zM0 22h7.08l3.53 1.799-2.031 2.6L0 22zm30 0v3h-4v-3h4zm-8.734 3l-5.785-3H23v3h-1.734zm-1.253 3.676l-2.001 2.561-5.978-3.066 1.922-2.459 6.057 2.964zm9.258 4.53l-2.122 2.716-5.682-2.913 2.047-2.62 5.756 2.818zM39 22v3h-6v-3h6zm0 20l-8.396-4.306 2.168-2.774L36 36.5V35h3v7zm-3-14h3v4h-3v-4z"/></svg>
<svg class="tc-image-transform-rotate-clockwise tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.006595611572266 38"><path d="M38 38H23V23l5.192 5.192A12.96 12.96 0 0 0 32 19c0-7.18-5.82-13-13-13S6 11.82 6 19a12.99 12.99 0 0 0 6.027 10.973l-4.313 4.313C3.034 30.826 0 25.267 0 19 0 8.507 8.507 0 19 0s19 8.507 19 19a18.94 18.94 0 0 1-5.565 13.435L38 38z"/></svg>
<svg class="tc-image-transform-rotate-counterclockwise tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.00659942626953 38"><path d="M.007 38h15V23l-5.192 5.192A12.96 12.96 0 0 1 6.007 19c0-7.18 5.82-13 13-13s13 5.82 13 13a12.99 12.99 0 0 1-6.027 10.973l4.313 4.313c4.68-3.46 7.714-9.019 7.714-15.286 0-10.493-8.507-19-19-19s-19 8.507-19 19a18.94 18.94 0 0 0 5.565 13.435L.007 38z"/></svg>
<svg class="tc-image-transform-rotate-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 41 40"><path d="M38 40V21H0v19h38zm-4-4H4V25h30v11zm3.667-18.167c0-4.99-2.303-9.658-5.667-12.833h9l-5-5H23v13l5 5V9c2.43 2.174 3.875 5.316 3.875 8.833L31.75 19h5.75l.167-1.167zM0 19h4v-5H0v5zM4 7H0v6h4V7zm0-1V0H0v6h4zm9-6v4h8V0h-8zm4 12h4V5h-4v7zm0 7h4v-6h-4v6zM12 0H5v4h7V0z"/></svg>
<svg class="tc-image-transform-rotate-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 40"><path d="M0 3h21v37H0V3zm4 4v29h13V7H4zm20.167-3.667C29.157 3.333 33.825 5.637 37 9V0l5 5v13H29l-5-5h9c-2.174-2.43-5.316-3.875-8.833-3.875L23 9.25V3.5l1.167-.167zM23 40v-4h5v4h-5zm12-4v4h-6v-4h6zm1 0h6v4h-6v-4zm6-9h-4v-7h4v7zm-12-3v-4h7v4h-7zm-7 0v-4h6v4h-6zm19 4v7h-4v-7h4z"/></svg>
<svg class="tc-image-transit-arrive tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 45.125"><path d="M8.708 17.417a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm26.917 0a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zM47.5 20.584h-6.39a5.543 5.543 0 0 0-10.97 0H14.193a5.543 5.543 0 0 0-10.971 0H0V3.167A3.167 3.167 0 0 1 3.167 0h40.375a3.167 3.167 0 0 1 3.166 3.167l.792 17.417zM45.52 3.167h-2.77V14.25h3.167L45.52 3.167zM39.583 9.5V3.167h-7.916V9.5h7.916zm-9.5-6.333h-7.916V9.5h7.916V3.167zm-9.5 0h-7.916V9.5h7.916V3.167zm-9.5 0H3.167V9.5h7.916V3.167zm15.834 33.25l6.333-6.333v6.333l-7.917 8.708-7.916-8.708v-6.333l6.333 6.333v-9.5h-7.917V23.75h11.084v12.667z"/></svg>
<svg class="tc-image-transit-bus tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 38.00055694580078"><path d="M25.333 38a1.583 1.583 0 0 1-1.583-1.583V33.25H7.916v3.167c0 .874-.709 1.583-1.583 1.583H4.75a1.583 1.583 0 0 1-1.584-1.583V33.25H0L1.583 7.125C1.583 3.19 7.963 0 15.833 0s14.25 3.19 14.25 7.125l1.583 26.125H28.5v3.167c0 .874-.71 1.583-1.584 1.583h-1.583zM5.541 23.75a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm20.584 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zM9.5 3.167a.792.792 0 1 0 0 1.583h12.666a.792.792 0 1 0 0-1.583H9.5zM3.562 18.604h24.542L26.916 8.313c0-.875-.709-1.584-1.583-1.584h-19c-.875 0-1.583.71-1.583 1.584L3.562 18.604z"/></svg>
<svg class="tc-image-transit-car tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33403778076172 38.20084762573242"><path d="M1.584 31.667A1.583 1.583 0 0 1 0 30.083v-9.5a6.333 6.333 0 0 1 3.542-5.686L9.5 0h25.334l5.96 14.897a6.334 6.334 0 0 1 3.54 5.686v9.5c0 .875-.709 1.584-1.584 1.584h-1.583v3.166a3.167 3.167 0 0 1-6.333 0v-3.166H9.5v3.166a3.167 3.167 0 1 1-6.333 0v-3.166H1.584zM8.55 14.25h27.234l-3.8-9.5H12.35l-3.8 9.5zm-.237 2.77c-1.75 0-3.563 1.814-3.563 3.563 0 1.75 1.814 3.563 3.563 3.563s3.562-1.814 3.562-3.563c0-1.748-1.813-3.562-3.562-3.562zm27.708 0c-1.749 0-3.562 1.814-3.562 3.563 0 1.75 1.813 3.563 3.562 3.563 1.75 0 3.563-1.814 3.563-3.563s-1.814-3.562-3.563-3.562z"/></svg>
<svg class="tc-image-transit-car-accident tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.49055099487305 36.67292022705078"><path d="M2 33.261a.919.919 0 0 1-1.038-.782L.195 27.02a3.676 3.676 0 0 1 1.576-3.553l2.22-9.043.91-.127 1.82-.256 9.1-1.279 1.819-.256.91-.127 4.627 8.079a3.675 3.675 0 0 1 2.494 2.982l.768 5.459a.919.919 0 0 1-.782 1.038l-.91.127.256 1.82a1.838 1.838 0 0 1-3.64.512l-.256-1.82-14.558 2.046.256 1.82a1.838 1.838 0 1 1-3.64.511l-.255-1.82-.91.128zm2.597-10.57l15.65-2.2-2.951-5.153-11.283 1.586-1.416 5.766zm.087 1.61c-1.005.142-1.9 1.33-1.76 2.335.142 1.006 1.33 1.901 2.336 1.76 1.005-.141 1.9-1.33 1.76-2.335-.142-1.005-1.33-1.9-2.336-1.76zm15.923-2.237c-1.005.141-1.9 1.33-1.76 2.335.142 1.005 1.33 1.9 2.335 1.76 1.005-.142 1.901-1.33 1.76-2.336-.141-1.005-1.33-1.9-2.335-1.76zm9.226 7.733a.919.919 0 0 1-.782-1.037l.768-5.46a3.675 3.675 0 0 1 2.494-2.981l4.627-8.08.91.128 1.82.256 9.099 1.279 1.82.255.91.128 2.22 9.042a3.675 3.675 0 0 1 1.576 3.554l-.767 5.46a.919.919 0 0 1-1.038.781l-.91-.128-.256 1.82a1.838 1.838 0 1 1-3.64-.512l.257-1.82-14.558-2.045-.256 1.82a1.838 1.838 0 0 1-3.64-.512l.256-1.82-.91-.128zm5.41-9.446l15.65 2.2-1.416-5.766-11.283-1.586-2.95 5.152zm-.36 1.574c-1.005-.142-2.194.754-2.335 1.759-.141 1.005.755 2.194 1.76 2.335 1.005.141 2.193-.755 2.334-1.76.142-1.005-.754-2.193-1.759-2.334zm15.923 2.237c-1.005-.141-2.194.755-2.335 1.76-.141 1.005.754 2.193 1.76 2.335 1.005.14 2.193-.755 2.334-1.76.142-1.005-.754-2.194-1.76-2.335zM18.245 1.583L21.412 0l3.166 17.416-6.333-15.833zM25.765 0h3.167l-2.77 17.416L25.766 0zm8.314 1.583l3.167 1.583L29.329 19l4.749-17.417z"/></svg>
<svg class="tc-image-transit-congestion tc-image-button" width="22pt" height="22pt" viewBox="0 0 48.1832389831543 47.63383102416992"><path d="M1.186 41.656a1.217 1.217 0 0 1-1.174-1.26l.255-7.3a4.87 4.87 0 0 1 2.873-4.274l4.979-10.496 19.467.68 4.179 10.816a4.87 4.87 0 0 1 2.568 4.464l-.255 7.3a1.217 1.217 0 0 1-1.26 1.174l-1.215-.042-.085 2.433a2.435 2.435 0 1 1-4.867-.17l.085-2.433-19.467-.68-.085 2.434a2.435 2.435 0 0 1-4.867-.17l.085-2.434-1.216-.042zm5.82-13.197l20.927.731-2.665-6.61-15.087-.527-3.175 6.406zm-.256 2.124c-1.344-.047-2.787 1.298-2.834 2.642-.046 1.344 1.299 2.786 2.642 2.833 1.344.047 2.787-1.298 2.834-2.642.047-1.344-1.3-2.786-2.642-2.833zm21.29.744c-1.342-.047-2.785 1.298-2.832 2.642-.047 1.343 1.298 2.786 2.642 2.833 1.344.047 2.786-1.298 2.833-2.642.047-1.344-1.298-2.786-2.642-2.833zm-6.83-20.4L39.68 9.24l5.103 10.16a4.629 4.629 0 0 1 2.87 3.966l.486 6.926a1.157 1.157 0 0 1-1.074 1.235l-1.154.08.16 2.31a2.314 2.314 0 0 1-4.616.322l-.161-2.309-5.375.376a4.87 4.87 0 0 0-2.57-4.185l-2.95-8.188 10.7-.748-3.255-6.733-14.314 1.001-1.305 3.228-3.348-.117 2.333-5.637zm20.203 10.265c-1.275.09-2.505 1.504-2.416 2.78.09 1.274 1.504 2.504 2.779 2.415 1.275-.09 2.505-1.504 2.415-2.779-.09-1.275-1.503-2.505-2.778-2.416zM6.719 13.621a3.664 3.664 0 0 1 1.754-3.456l2.683-8.887.913-.08 1.825-.16L23.02.24l1.825-.16.913-.08 4.185 8.287.434.201-10.306.72-2.98 7.754-10.11.043-.263-3.384zm4.608-4.082L27.024 7.77l-2.67-4.888-11.316.99-1.71 5.667zm.003 1.61c-1.008.087-1.962 1.224-1.874 2.232.088 1.008 1.225 1.962 2.233 1.874 1.008-.088 1.962-1.225 1.874-2.233-.088-1.008-1.225-1.962-2.233-1.874z"/></svg>
<svg class="tc-image-transit-connection tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.34156036376953 51.33766174316406"><path d="M8.572 0a7.917 7.917 0 0 1 7.916 7.917l-.091 1.208 8.925 3.25a6.333 6.333 0 1 1 2.126 11.143l-6.443 4.855c.152.544.233 1.118.233 1.71 0 .827-.158 1.616-.446 2.34l3.558 3.093a7.917 7.917 0 1 1-3.58 3.181l-3.265-2.837a6.333 6.333 0 1 1 .595-11.246l5.503-4.147a6.304 6.304 0 0 1-.781-3.05l.06-.876-8.608-3.133A7.917 7.917 0 1 1 8.57 0zm0 3.167a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM29.155 14.25a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333zM27.572 38a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM14.905 26.917a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333z"/></svg>
<svg class="tc-image-transit-connection-departure tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 11.083a7.917 7.917 0 0 1 7.446 10.613L33.25 28.5v-7.917l4.75 4.75V38H25.333l-4.75-4.75H28.5l-6.804-6.804c-.841.305-1.75.47-2.696.47a7.917 7.917 0 0 1-7.446-10.612L4.75 9.5v7.917L0 12.667V0h12.667l4.75 4.75H9.5l6.804 6.804a7.902 7.902 0 0 1 2.696-.47zm0 3.167a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5z"/></svg>
<svg class="tc-image-transit-construction tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.375999450683594 44.94183349609375"><path d="M25.29 42.404l-1.087-9.05c-.378-.584-.133-1.315.035-2.047l4.69-7.114-.38-.722-2.052-3.723-4.66 3.946a2.002 2.002 0 0 1-.488.26l-4.19 8.592c1.841 2.917 1.841 11.744 1.841 11.744H1.583c-1.583-7.917 1.583-9.5 1.583-9.5-1.583-1.583 1.584-6.333 1.584-6.333 1.583-4.75 4.75-1.584 4.75-1.584 1.583-1.583 3.166 0 3.166 0 1.199 0 2.397 2.721 2.909 4.044l3.638-7.46a2.004 2.004 0 0 1 .271-3.01l5.428-4.657-.138-2.907a4.007 4.007 0 0 1 7.703-1.086l3.503 8.67.252.93 3.535 11.405.014.406 6.382 5.501c1.213.84 1.12 2.505.28 3.718-.84 1.213-2.11 1.12-3.322.28l-5.59-5.105-1.061-1.056c-.3-.208-.563-1.273-.764-1.606l-2.877-7.275-3.563 5.146 1.328 8.942a2.672 2.672 0 1 1-5.304.65zM25.05.55a4.008 4.008 0 1 1 3.003 7.432A4.008 4.008 0 0 1 25.05.55z"/></svg>
<svg class="tc-image-transit-depart tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 41.16699981689453"><path d="M8.708 17.417a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm26.917 0a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zM47.5 20.584h-6.39a5.543 5.543 0 0 0-10.97 0H14.193a5.543 5.543 0 0 0-10.971 0H0V3.167A3.167 3.167 0 0 1 3.167 0h40.375a3.167 3.167 0 0 1 3.166 3.167l.792 17.417zM45.52 3.167h-2.77V14.25h3.167L45.52 3.167zM39.583 9.5V3.167h-7.916V9.5h7.916zm-9.5-6.333h-7.916V9.5h7.916V3.167zm-9.5 0h-7.916V9.5h7.916V3.167zm-9.5 0H3.167V9.5h7.916V3.167zm3.167 28.5h12.667l-6.334-6.333h6.334l8.708 7.916-8.708 7.917h-6.334l6.334-6.333H14.25v-3.167z"/></svg>
<svg class="tc-image-transit-distance-from tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 43.10090255737305"><path d="M8.708 35.184a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm26.917 0a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zM47.5 38.35h-6.39a5.543 5.543 0 0 0-10.97 0H14.193a5.543 5.543 0 0 0-10.971 0H0V20.934a3.167 3.167 0 0 1 3.167-3.167h40.375a3.167 3.167 0 0 1 3.166 3.167L47.5 38.35zm-1.98-17.417h-2.77v11.083h3.167l-.397-11.083zm-5.937 6.333v-6.333h-7.916v6.333h7.916zm-9.5-6.333h-7.916v6.333h7.916v-6.333zm-9.5 0h-7.916v6.333h7.916v-6.333zm-9.5 0H3.167v6.333h7.916v-6.333zM15.042 5.1h15.24a6.333 6.333 0 1 1 0 3.167h-15.24l4.75 4.75h-6.334L7.917 8.09v4.926H4.75V.35h3.167v4.926L13.458.35h6.334l-4.75 4.75z"/></svg>
<svg class="tc-image-transit-distance-to tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 43.10190200805664"><path d="M8.708 35.185a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm26.917 0a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zM47.5 38.352h-6.39a5.543 5.543 0 0 0-10.97 0H14.193a5.543 5.543 0 0 0-10.971 0H0V20.935a3.167 3.167 0 0 1 3.167-3.167h40.375a3.167 3.167 0 0 1 3.166 3.167l.792 17.417zm-1.98-17.417h-2.77v11.083h3.167l-.397-11.083zm-5.937 6.333v-6.333h-7.916v6.333h7.916zm-9.5-6.333h-7.916v6.333h7.916v-6.333zm-9.5 0h-7.916v6.333h7.916v-6.333zm-9.5 0H3.167v6.333h7.916v-6.333zM32.458 5.102l-4.75-4.75h6.334l5.541 4.926V.352h3.167v12.666h-3.167V8.092l-5.541 4.926h-6.334l4.75-4.75h-15.24a6.333 6.333 0 1 1 0-3.167h15.24z"/></svg>
<svg class="tc-image-transit-hazard tc-image-button" width="22pt" height="22pt" viewBox="0 0 52.42860412597656 52.42860412597656"><path d="M.464 25.094L25.094.464a1.583 1.583 0 0 1 2.24 0l24.63 24.63a1.583 1.583 0 0 1 0 2.24l-24.63 24.63a1.583 1.583 0 0 1-2.24 0L.464 27.334a1.583 1.583 0 0 1 0-2.24zm25.75 8.245a3.563 3.563 0 1 0 0 7.125 3.563 3.563 0 0 0 0-7.125zm-3.563-21.375l1.188 19h4.75l1.188-19h-7.126z"/></svg>
<svg class="tc-image-transit-station tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 50 34.08899688720703"><path d="M20.716 15.089H3.159c-.512 0-.933-.314-.933-.815l.032-.19.935-6.006c.078-.424.459.011.917.011h15.657c.454 0 .838-.412.915.012l.936 6.399.033-.038c0 .497-.424.627-.935.627zm-.703 7.569c-.987 0-1.791-.781-1.791-1.75 0-.964.803-1.74 1.791-1.74.982 0 1.785.776 1.785 1.74 0 .969-.802 1.75-1.785 1.75zm-16.177 0c-.979 0-1.782-.781-1.782-1.75 0-.964.802-1.74 1.782-1.74.993 0 1.794.776 1.794 1.74 0 .969-.801 1.75-1.794 1.75zM6 3.089h11v3H6c-1 0-1-3 0-3zm16.698 2.703c-.319-1.542-1.412-2.162-2.939-2.783-1.524-.619-5.133-1.36-7.788-1.36-2.666 0-6.255.742-7.779 1.36-1.525.621-2.635 1.241-2.954 2.783L0 14.378v11.711h1.785c0 5 3.361 5 3.361 0h13.441c0 5 3.36 5 3.36 0H24V14.378l-1.302-8.586zm22.061 20.391l-.08-.145.04-.055.04-.055a9.514 9.514 0 0 0 2.038-1.141c.607-.456.928-1.12 1.139-1.999.021-.102.064-.34.064-.703V3.91c0-.439-.043-.894-.301-1.356-.26-.471-.539-.892-.93-1.266-.387-.37-.947-.685-1.429-.933C44.923.141 44 .027 44 0v.089h.135H31V.017c-1 .046-.756.15-1.102.318-.48.234-.979.532-1.379.895-.4.36-.801.769-1.06 1.22-.259.459-.459.902-.459 1.346v18.446c0 .31.123.634.273.971.158.337.372.652.604.947.232.304.498.575.771.819.271.245.542.447.802.602.125.053.357.133.684.236.318.103.47.16.446.211l-5.322 8.061h3.106l3.886-6h10.722l3.882 6H50l-5.241-7.906zM35.757 1.089h3.561c.783 0 1.425.216 1.425 1 0 .783-.642 1-1.425 1h-3.561c-.784 0-1.425-.217-1.425-1 0-.784.641-1 1.425-1zM45 10.24a2.848 2.848 0 0 1-2.849 2.849H31.849A2.848 2.848 0 0 1 29 10.24V7.937a2.848 2.848 0 0 1 2.849-2.848h10.303A2.848 2.848 0 0 1 45 7.938v2.302zM33.126 22.903c-.401.414-.903.62-1.495.62-.597 0-1.083-.206-1.461-.62-.374-.413-.562-.922-.562-1.518 0-.543.195-1.015.585-1.415a1.919 1.919 0 0 1 1.438-.605c.592 0 1.094.192 1.495.562.401.38.602.873.602 1.5 0 .57-.201 1.063-.602 1.476zm8.895 0a2.103 2.103 0 0 1-.604-1.518c0-.597.213-1.079.642-1.459a2.232 2.232 0 0 1 1.498-.562c.591 0 1.079.203 1.455.605.374.4.564.872.564 1.415 0 .596-.196 1.104-.584 1.518-.391.414-.881.62-1.479.62-.594.002-1.092-.204-1.492-.619z"/></svg>
<svg class="tc-image-translate tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 40"><path d="M23.74 26.15l-5.08-5.02.06-.06c3.48-3.88 5.96-8.34 7.42-13.06H32V4H18V0h-4v4H0v3.98h22.34A31.586 31.586 0 0 1 16 18.7a31.54 31.54 0 0 1-4.62-6.7h-4c1.46 3.26 3.46 6.34 5.96 9.12L3.17 31.17 6 34l10-10 6.22 6.22 1.52-4.07zM35 16h-4l-9 24h4l2.25-6h9.5L40 40h4l-9-24zm-5.25 14L33 21.33 36.25 30h-6.5z"/></svg>
<svg class="tc-image-trash tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15 17"><path d="M14 3h-1V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v1H1a1 1 0 0 0 0 2v8c0 2.206 1.794 4 4 4h5c2.206 0 4-1.794 4-4V5a1 1 0 0 0 0-2zM4 2h7v1H4V2zm8 11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5h9v8zM4.5 6.5c-.275 0-.5.225-.5.5v6c0 .275.225.5.5.5s.5-.225.5-.5V7c0-.275-.225-.5-.5-.5zm2 0c-.275 0-.5.225-.5.5v6c0 .275.225.5.5.5s.5-.225.5-.5V7c0-.275-.225-.5-.5-.5zm2 0c-.275 0-.5.225-.5.5v6c0 .275.225.5.5.5s.5-.225.5-.5V7c0-.275-.225-.5-.5-.5zm2 0c-.275 0-.5.225-.5.5v6c0 .275.225.5.5.5s.5-.225.5-.5V7c0-.275-.225-.5-.5-.5z"/></svg>
<svg class="tc-image-trash_can tc-image-button" width="22pt" height="22pt" viewBox="0 0 1813 1920"><path d="M0 275q0-75 121-138T451 37 906 0q247 0 456 37t330 100 121 138q-21 165-79 466t-113.5 565-58.5 283q-13 74-81.5 138t-165 105-204.5 64.5-205 23.5-205-23.5-204-64.5-164.5-105-81.5-138q-8-43-67-328.5t-114-570T0 275zm259 458l77 375 178-154zm11-397q0 65 186 110.5T906 492q265 0 451-45.5T1543 336q0-66-186.5-112T906 178t-450 46-186 112zm113 1000l43 210 101-87zm16-638l207 178 146-127q-194-12-353-51zm11 504l207 179 197-169-208-179zm101 428q146 62 304 77l-198-169zm185-676l208 179 197-169-204-183zm13 505l209 181 194-171-208-179zm286-247l207 178 189-164-201-182zm29 493q145-17 275-73l-96-84zm17-955l150 136 217-187q-162 41-367 51zm239 216l191 172 84-408zm14 503l92 80 40-196z"/></svg>
<svg class="tc-image-trash-a tc-image-button" width="22pt" height="22pt" viewBox="0 0 352 383.9999694824219"><path d="M261 64V35c0-19.1-14.5-35-34.5-35H125.4C105.5 0 91 15.9 91 35v29H0v32h9.2s5.4.6 8.2 3.4c2.8 2.8 3.9 9 3.9 9l19 241.7c1.5 29.4 1.5 33.9 36 33.9h199.4c34.5 0 34.5-4.4 36-33.8l19-241.6s1.1-6.3 3.9-9.1 8.2-3.4 8.2-3.4h9.2v-32h-91V64zM112 35c0-9.6 7.8-15 17.7-15h91.7c9.9 0 18.6 5.5 18.6 15v29H112V35zm-8.5 285L93.2 128h20.3L124 320h-20.5zm83.6 0h-22V128h22v192zm61.6 0h-20.4l10.5-192h20.3l-10.4 192z"/></svg>
<svg class="tc-image-trash-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-93.091 224.341h186.182v57.422h217.09v105.688H289.819V281.763h217.09v-57.422zm-183.764 243.53h553.711v507.788H323.145V467.871z"/></svg>
<svg class="tc-image-trash-b tc-image-button" width="22pt" height="22pt" viewBox="0 0 324.4000244140625 384.0999755859375"><path d="M319.9 69.4c-2.4-9-4-14-4-14-2.6-9.3-9.2-9.3-19-10.9l-53.1-6.7c-6.6-1.1-6.6-1.1-9.2-6.8-8.7-19.6-11.4-31-20.9-31h-103c-9.5 0-12.1 11.4-20.8 31.1-2.6 5.6-2.6 5.6-9.2 6.8l-53.2 6.7c-9.7 1.6-16.7 2.5-19.3 11.8 0 0-1.2 4.1-3.7 13C1.3 81.3 0 80 11 80h302.4c11 .1 9.8 1.3 6.5-10.6zM285.6 112H38.8c-16.6 0-17.4 2.2-16.4 14.7l18.7 242.6c1.6 12.3 2.8 14.8 17.5 14.8h207.2c14.7 0 15.9-2.5 17.5-14.8L302 126.7c1-12.6.2-14.7-16.4-14.7z"/></svg>
<svg class="tc-image-trash-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1536"><path d="M512 608v576q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V608q0-14 9-23t23-9h64q14 0 23 9t9 23zm256 0v576q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V608q0-14 9-23t23-9h64q14 0 23 9t9 23zm256 0v576q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V608q0-14 9-23t23-9h64q14 0 23 9t9 23zm128 724V384H256v948q0 22 7 40.5t14.5 27 10.5 8.5h832q3 0 10.5-8.5t14.5-27 7-40.5zM480 256h448l-48-117q-7-9-17-11H546q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5H288q-66 0-113-58.5T128 1336V384H32q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z"/></svg>
<svg class="tc-image-trashcan tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 14"><path d="M10 1H8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V4c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 13H2V4h1v8h1V4h1v8h1V4h1v8h1V4h1v9zm1-10H1V2h9v1z"/></svg>
<svg class="tc-image-travel-agency tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 43"><path d="M44 10H32V6.024C32 3.173 30.159 0 27.311 0h-9.592C14.868 0 13 3.173 13 6.024V10H2c-1.1 0-2 .9-2 2v29c0 1.1.9 2 2 2h42c1.1 0 2-.9 2-2V12c0-1.1-.9-2-2-2zM28 40H17v-1.067c0-.023.613-.053.906-.088s.55-.094.761-.176c.375-.141.795-.343.948-.606S20 37.45 20 37.017v-10.23c0-.41-.248-.771-.436-1.081s-.499-.56-.78-.747c-.211-.141-.359-.275-.787-.404S17 24.343 17 24.308v-1.283l8.175-.457-.175.263v13.957c0 .41.316.759.492 1.046s.542.501.87.642c.234.105.485.199.767.281s.871.14.871.176V40zm-9.381-23.761c0-.891.343-1.652 1.028-2.285s1.503-.949 2.452-.949 1.764.316 2.443.949 1.02 1.395 1.02 2.285-.343 1.649-1.028 2.276-1.497.94-2.435.94c-.949 0-1.767-.313-2.452-.94s-1.028-1.385-1.028-2.276zM29 10H16V6.024C16 4.957 17.08 3 18.147 3h8.052C27.264 3 29 4.957 29 6.024V10z"/></svg>
<svg class="tc-image-travis tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.438039779663086 26.374109268188477"><path d="M7.809 6.662h4.096v13.12h-1.536v2.24h6.08v-2.496h-1.92V6.47h4.352v1.92h1.984V4.486H5.569V8.39h2.24zM25.68.006H.832C.399.006 0 .327 0 .756V25.6c0 .428.398.774.832.774H25.68c.433 0 .753-.347.753-.774V.755a.731.731 0 0 0-.753-.749zM22.145 9.67h-4.544V7.75h-1.792v10.496h1.92v5.056h-8.64v-4.8h1.536V7.942H9.089V9.67h-4.8V3.206h17.856V9.67z"/></svg>
<svg class="tc-image-travisci tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm.28 12.906a.303.303 0 0 1-.224.16l-.746.106a2.56 2.56 0 0 0 1.719-.093l-.63-.42-.12.246zm2.93-1.303l-1.153-.114a.306.306 0 0 1-.136-.05l-.775-.53-1.026.218c-.03.005-.057.01-.085.005l-1.11-.084-.66.592a.284.284 0 0 1-.117.063l-1.195.34a.32.32 0 0 1-.157 0l.696.79 2.327-.333.2-.405a.304.304 0 0 1 .19-.154.277.277 0 0 1 .24.04l.878.587 1.955-.45.415-.672-.353.136a.31.31 0 0 1-.136.02zm-5.29-.448l.703-.63a.289.289 0 0 1 .22-.075l1.193.09 1.11-.235c.08-.016.16 0 .228.046l.817.56.832.08c.085-.207.154-.425.206-.648-.014 0-.028 0-.042-.004l-2.28-.313a.295.295 0 0 1-.24-.196l-.404-1.173c-.054-.037-.315-.016-.437.045l-.41 1.152a.298.298 0 0 1-.213.19l-2.235.514c-.014.004-.03.005-.044.007.08.267.188.53.32.783l.678-.193zm-1.85-3.3l.28 1.627.62.47 1.943-.45.39-1.098a.314.314 0 0 1 .107-.14c.033-.023.335-.234.71-.234.44 0 .632.284.653.317l.392 1.118 1.987.272.617-.427.41-1.423c-2.647-.6-5.46-.61-8.11-.032zm2 1.22h-.18c-.283 0-.465-.012-.626.073.006-.01.077-.166.33-.23a.758.758 0 0 1-.05-.27c-.017-.457.266-.833.558-.837.292 0 .495.37.5.83.004.46-.24.43-.533.434zm3.992-1.376c.293-.01.56.352.594.81a.592.592 0 0 1-.034.287c.27-.032.333.153.335.163-.197-.095-.413.027-.804.033-.295.01-.537.014-.555-.445-.017-.46.173-.84.464-.85zm-3.92.4a.147.147 0 0 0-.145.154c.002.083.072.15.154.145a.153.153 0 0 0 .146-.154.15.15 0 0 0-.154-.145zm3.897.187c.08 0 .15-.07.146-.15 0-.083-.07-.15-.152-.147-.083.003-.15.07-.147.15 0 .084.07.15.152.147zM8.044 13.87c.85 0 1.664-.35 2.325-.934l1.166-.27a.292.292 0 0 0 .184-.132l.942-1.52a.296.296 0 0 0-.358-.433l-.588.226c.075-.248.132-.506.167-.77a.324.324 0 0 0 0-.088l.316-.22a.305.305 0 0 0 .12-.177l.434-1.528.036.01.01.002.036.01c.13.035.265-.02.332-.137.15-.257.245-.583.283-.968.042-.412.014-.75-.082-1.012a.297.297 0 0 0-.167-.17 12.25 12.25 0 0 0-.778-.287c-.39-1.86-2.23-3.24-4.368-3.24-2.134 0-3.976 1.38-4.367 3.238-.265.09-.527.186-.785.29a.295.295 0 0 0-.166.173c-.096.258-.124.598-.083 1.008.038.386.133.713.283.97a.294.294 0 0 0 .333.14c.075-.022.15-.04.227-.06l.285 1.694c.01.078.052.148.114.195l.343.258a.305.305 0 0 0 0 .1c.065.36.18.723.335 1.072l-.735-.312a.296.296 0 0 0-.355.1.298.298 0 0 0 .018.37l1.653 1.877a.3.3 0 0 0 .222.1c.014 0 .028 0 .042-.004l.83-.117c.53.34 1.135.546 1.794.547h.005zm.93-8.165v.738a.297.297 0 0 1-.297.296h-1.21a.296.296 0 0 1-.294-.297v-.738c0-.143.1-.26.234-.29V4.97h-.55a.297.297 0 0 1-.297-.297v-.976c0-.164.134-.296.297-.296H9.29c.164 0 .296.133.296.297v.976a.295.295 0 0 1-.295.296H8.74v.445a.296.296 0 0 1 .236.29zm3.195.307h-.004a.285.285 0 0 1-.173-.057 13.02 13.02 0 0 0-2.374-.504.293.293 0 0 1-.26-.327c.02-.16.15-.28.328-.26.7.083 1.392.22 2.067.406-.47-1.424-1.97-2.446-3.702-2.446-1.727 0-3.23 1.022-3.7 2.444.612-.17 1.24-.297 1.875-.38a.295.295 0 1 1 .077.585c-.757.1-1.5.264-2.22.49a.25.25 0 0 1-.096.03c-.247.08-.493.168-.734.263a2.09 2.09 0 0 0-.015.627c.02.203.06.38.115.533 3.046-.77 6.342-.77 9.395 0 .055-.152.094-.33.114-.533a2.07 2.07 0 0 0-.015-.627 14.536 14.536 0 0 0-.68-.244zM8.895 4.378h.1v-.386H7.153v.386h.1a.295.295 0 0 1 .295-.285h.155c.163 0 .296.133.296.296v1.315c0 .142-.1.26-.235.29v.153h.618v-.154a.296.296 0 0 1-.236-.29V4.39c0-.164.133-.297.296-.297H8.6c.16 0 .29.127.295.285z"/></svg>
<svg class="tc-image-tree tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.151878356933594 49.084991455078125"><path d="M15.985 49.084V38.001c-2.723 0-5.18-1.05-6.91-2.733a5.542 5.542 0 0 1-6.22-9.152C1.183 24.687.153 22.735.153 20.583c0-3.157 2.218-5.883 5.427-7.154-1.356-.976-2.26-2.725-2.26-4.72 0-3.061 2.126-5.542 4.75-5.542.572 0 1.12.118 1.63.334C11.865 1.346 14.944 0 18.359 0c2.663 0 5.12.818 7.1 2.198a5.542 5.542 0 0 1 7.465 8.061c3.1 1.174 5.228 3.584 5.228 6.367 0 1.942-1.036 3.702-2.716 4.987 1.68 1.571 2.716 3.723 2.716 6.097 0 4.81-4.253 8.709-9.5 8.709-2 0-3.854-.566-5.384-1.533l-.95.899v13.3h-6.333z"/></svg>
<svg class="tc-image-tree-conifer tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 1133"><path d="M600 1033V933h400L730 633h170L630 333h170L500 0 200 333h170L100 633h170L0 933h400v100h-50q-21 0-35.5 14.5T300 1083v50h400v-50q0-21-14.5-35.5T650 1033h-50z"/></svg>
<svg class="tc-image-tree-deciduous tc-image-button" width="22pt" height="22pt" viewBox="0 0 958 1179"><path d="M479 0q94 0 167.5 56.5T746 202q89 6 150.5 71.5T958 429q0 61-29.5 112.5T849 624q9 29 9 55 0 74-52.5 126.5T679 858q-55 0-100-30v251q21 0 35.5 14.5T629 1129v50H329v-50q0-21 14.5-35.5T379 1079V828q-45 30-100 30-74 0-126.5-52.5T100 679q0-18 4-38-47-21-75.5-65T0 479q0-74 52.5-126.5T179 300q5 0 23 2 0-2-1-10t-1-13q0-116 81.5-197.5T479 0z"/></svg>
<svg class="tc-image-tree-leaf tc-image-button" width="22pt" height="22pt" viewBox="0 0 36.986000061035156 32.0620002746582"><path d="M36.986 0c-7.917 6.333-4.75 9.5-6.333 14.25-1.584 4.75 0 6.333-6.334 11.083-8.11 6.083-15.041 2.375-15.041 2.375-1.584 1.583-7.521 4.354-7.521 4.354L0 28.562c6.334-1.584 7.694-3.625 7.694-3.625-1.583-3.166-3.958-9.104.792-17.02C13.236 0 36.986 0 36.986 0zM10.069 22.166l1.584 1.584s3.166-1.584 4.75-6.334c1.583-4.75 9.5-12.666 9.5-12.666-3.167 1.583-9.5 7.916-11.084 12.666-1.583 4.75-4.75 4.75-4.75 4.75z"/></svg>
<svg class="tc-image-tree-leaf-three tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.2760009765625 39.58300018310547"><path d="M11.875 24.938S5.937 19 5.937 14.25C5.937 9.5 7.521 6.333 9.104 0c0 0 7.125 3.167 7.125 11.083 0 7.917-4.354 13.855-4.354 13.855zM0 38l16.23-16.625s3.433-9.372 5.937-11.875c3.166-3.167 7.125-3.167 15.041-3.167 0 0-3.057 7.358-5.541 11.084C28.5 22.167 17.02 21.77 17.02 21.77L1.583 39.583 0 38zm39.276-9.382s-8.668 4.32-12.613 3.554c-3.946-.767-7.494-3.406-12.499-5.743 0 0 7.439-4.328 14.015-3.05 6.575 1.279 11.097 5.24 11.097 5.24z"/></svg>
<svg class="tc-image-tree-pine tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.666000366210938 42.75"><path d="M15.833 0l11.083 15.834h-5.383l8.55 9.5H23.75l7.916 9.5H19v7.916h-6.334v-7.916H0l7.916-9.5H1.583l8.55-9.5H4.75L15.833 0z"/></svg>
<svg class="tc-image-treehouse tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.731999397277832 16.119998931884766"><path fill-rule="nonzero" d="M12.996 2.98c-.53-.3-1.377.182-1.89 1.076l-.932 1.62a2.042 2.042 0 0 0 .138 2.094l.027.04c.43.618 1.01 1.19 1.2 1.394a1.057 1.057 0 1 1-1.819.588c.03-.232-.045-.61-.378-.982-.333-.37-1.014.33-1.234 1.052l-.01.033c-.22.722-.36 1.35-.318 1.412a1.192 1.192 0 1 1-1.462-.419c.043-.02.17-.323.278-.68l.198-.65a1.18 1.18 0 0 0 .03-.113l.59-2.1-.63 1.29c-.074-.244-.198-.252-.467-.06-.162.117-.43.347-.563.44-.247.177-.453.52-.563.73a1.049 1.049 0 1 1-1.153-1.509c.264-.058 1.163-.608 1.705-.996.097-.07.18-.135.245-.196l1.448-1.1-1.26.682s-.13-.013-.286.005c-.462.05-.937.115-1.027.23a.937.937 0 0 1-1.5-.033.939.939 0 0 1 .787-1.487c.337.01 1.225.19 1.968.058l.19-.034c.744-.132 1.633-.778 1.987-1.444l.775-1.36c.428-.753.397-1.577-.07-1.84L8.152.24C7.726 0 7.026 0 6.6.24L.776 3.523C.35 3.763 0 4.363 0 4.853v6.415c0 .49.35 1.088.776 1.33L6.6 15.88c.427.24 1.126.24 1.552 0l5.804-3.282c.427-.242.776-.84.776-1.33V4.852c0-.49-.35-1.088-.776-1.33l-.96-.542"/></svg>
<svg class="tc-image-trees tc-image-button" width="22pt" height="22pt" viewBox="0 0 84.27099609375 75.86500549316406"><path d="M84.098 68.914l.023-.013-7.285-12.617h2.867v-.013c.598 0 1.083-.484 1.083-1.082 0-.185-.059-.351-.14-.503l.019-.011-6.737-11.669h1.639v-.009a.773.773 0 0 0 .773-.772.758.758 0 0 0-.1-.359l.013-.008-9.802-16.979-.01.006a1.322 1.322 0 0 0-1.186-.754c-.524 0-.968.311-1.185.752l-.005-.003-9.802 16.978.002.001a.75.75 0 0 0-.105.366c0 .426.346.772.773.772v.009h1.661l-6.737 11.669.003.001a1.06 1.06 0 0 0-.147.513c0 .598.485 1.082 1.083 1.082v.013h2.894l-2.1 3.638-8.399-14.548h4.046v-.018c.844 0 1.528-.685 1.528-1.528 0-.26-.071-.502-.186-.717l.015-.009-9.507-16.467H41.4v-.012a1.09 1.09 0 0 0 1.091-1.092c0-.186-.059-.353-.141-.506l.019-.011L28.535 1.057l-.005.003A1.873 1.873 0 0 0 26.847 0c-.758 0-1.408.452-1.704 1.1L11.336 25.014l.003.002a1.06 1.06 0 0 0-.148.516 1.09 1.09 0 0 0 1.09 1.092v.012h2.345L5.231 42.908a1.516 1.516 0 0 0-.316.92c0 .844.685 1.528 1.528 1.528v.018h4.084L.387 62.939c-.24.314-.387.702-.387 1.128 0 1.032.838 1.87 1.871 1.87v.021H21.65v8.43c0 .815.661 1.477 1.476 1.477h7.383c.815 0 1.477-.661 1.477-1.477v-8.43h16.12l-1.699 2.943.003.002c-.104.189-.18.396-.18.628 0 .732.593 1.325 1.325 1.325v.015h14.016v3.941c0 .578.469 1.046 1.046 1.046h5.232c.578 0 1.046-.468 1.046-1.046v-3.941h14.05v-.015c.732 0 1.326-.593 1.326-1.325a1.295 1.295 0 0 0-.173-.617z"/></svg>
<svg class="tc-image-trello tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm8 2.08a.96.96 0 0 0-.96.96v5.08c0 .53.43.96.96.96h2.96c.53 0 .96-.43.96-.96V3.04a.96.96 0 0 0-.96-.96H10zm-6.96 0a.96.96 0 0 0-.96.96v9.08c0 .53.43.96.96.96H6c.53 0 .96-.43.96-.96V3.04A.96.96 0 0 0 6 2.08H3.04z"/></svg>
<svg class="tc-image-trending-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 24"><path d="M28 24l4.59-4.59-9.76-9.75-8 8L0 2.83 2.83 0l12 12 8-8 12.58 12.59L40 12v12z"/></svg>
<svg class="tc-image-trending-flat tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 16"><path d="M38 8l-8-8v6H0v4h30v6z"/></svg>
<svg class="tc-image-trending-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 24"><path d="M28 0l4.59 4.59-9.76 9.75-8-8L0 21.17 2.83 24l12-12 8 8L35.41 7.41 40 12V0z"/></svg>
<svg class="tc-image-triangle-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.39799976348877 7.774226188659668"><path d="M4.716.006a.556.556 0 0 0-.493.268l-4 6.66c-.223.37.044.84.476.84h8c.432 0 .699-.47.476-.84l-4-6.66a.556.556 0 0 0-.459-.268z"/></svg>
<svg class="tc-image-triangle-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.000000953674316 11"><path d="M6.538 0c-.294 0-.488.177-.615.385L.077 9.923C0 10 0 10.153 0 10.308c0 .538.385.692.692.692h11.616c.384 0 .692-.154.692-.692 0-.154 0-.231-.077-.385L7.153.385C7.029.177 6.789 0 6.539 0z"/></svg>
<svg class="tc-image-triangle-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.666999816894531 8"><path d="M0 8V0l6.667 4L0 8z"/></svg>
<svg class="tc-image-triangle-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 1110.3333740234375 579"><path d="M55.167 0h1000q41 0 49.5 21t-20.5 50l-494 494q-14 14-35 14t-35-14l-494-494q-29-29-20.5-50t49.5-21z"/></svg>
<svg class="tc-image-triangle-down tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 6"><path d="M0 0l6 6 6-6z"/></svg>
<svg class="tc-image-triangle-down-small tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 384"><path d="M384 384L0 0h768L384 384z"/></svg>
<svg class="tc-image-triangle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 12"><path d="M6 0L0 6l6 6z"/></svg>
<svg class="tc-image-triangle-left-large tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 896"><path d="M768 896L0 448 768 0v896z"/></svg>
<svg class="tc-image-triangle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 6 12"><path d="M0 12l6-6-6-6z"/></svg>
<svg class="tc-image-triangle-right-large tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 896"><path d="M0 0l768 448L0 896V0z"/></svg>
<svg class="tc-image-triangle-stroked-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.39799976348877 7.774226188659668"><path d="M4.716.006a.556.556 0 0 0-.493.268l-4 6.66c-.223.37.044.84.476.84h8c.432 0 .699-.47.476-.84l-4-6.66a.556.556 0 0 0-.459-.268zm-.017 1.63l3.02 5.03h-6.04l3.02-5.03z"/></svg>
<svg class="tc-image-triangle-stroked-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.955999374389648 11.50644302368164"><path d="M6.502.006a.77.77 0 0 0-.69.395l-5.5 9.87c-.312.542.061 1.235.666 1.235h11c.605 0 .978-.692.666-1.236L7.144.401a.773.773 0 0 0-.642-.395zm-.024 2.4l4.127 7.47H2.351l4.127-7.47z"/></svg>
<svg class="tc-image-triangle-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 1110.3333740234375 579"><path d="M590.167 14l494 494q29 29 20.5 50t-49.5 21h-1000q-41 0-49.5-21t20.5-50l494-494q14-14 35-14t35 14z"/></svg>
<svg class="tc-image-triangle-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 6"><path d="M12 6L6 0 0 6z"/></svg>
<svg class="tc-image-triangle-up-small tc-image-button" width="22pt" height="22pt" viewBox="0 0 768 384"><path d="M768 384H0L384 0l384 384z"/></svg>
<svg class="tc-image-triangleDown tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 18"><path d="M0 0h24L12 18z"/></svg>
<svg class="tc-image-triangleLeft tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 24"><path d="M18 0v24L0 12z"/></svg>
<svg class="tc-image-triangleRight tc-image-button" width="22pt" height="22pt" viewBox="0 0 18 24"><path d="M0 0v24l18-12z"/></svg>
<svg class="tc-image-triangleUp tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 18"><path d="M0 18h24L12 0z"/></svg>
<svg class="tc-image-tripadvisor tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 17.462438583374023 12.29777717590332"><path d="M16.38 3.093c.187-.804.783-1.61.783-1.61H14.49C12.99.513 11.17 0 9.15 0 7.056 0 5.165.525 3.674 1.5l-2.507.003s.59.796.78 1.594a3.971 3.971 0 0 0-.778 2.362A4.002 4.002 0 1 0 8.3 7.961l.852 1.277.86-1.288c.386.49.885.89 1.47 1.16a4.008 4.008 0 0 0 4.9-6.018zm-2.113 5.38a3.17 3.17 0 0 1-3.772-1.245c-.133-.2-.25-.415-.335-.647a3.19 3.19 0 0 1-.172-.81 3.169 3.169 0 0 1 .267-1.635 3.184 3.184 0 0 1 1.798-1.663 3.204 3.204 0 0 1 4.108 1.893 3.203 3.203 0 0 1-1.893 4.108zM7.823 7.251a3.2 3.2 0 0 1-2.648 1.408 3.204 3.204 0 0 1-3.2-3.197c0-1.766 1.437-3.2 3.2-3.2a3.202 3.202 0 0 1 3.198 3.2c0 .106-.02.208-.032.312a3.177 3.177 0 0 1-.518 1.476zm-4.68-1.83c0 1.093.89 1.98 1.98 1.98a1.98 1.98 0 1 0-1.979-1.98zm8.03 0a1.98 1.98 0 0 0 1.978 1.98 1.98 1.98 0 0 0 0-3.956c-1.09 0-1.98.886-1.98 1.976zm-7.347 0a1.297 1.297 0 1 1 1.298 1.3c-.715 0-1.3-.583-1.3-1.3zm8.027 0a1.296 1.296 0 1 1 1.297 1.3 1.3 1.3 0 0 1-1.298-1.3zM9.15.699c1.44 0 2.74.26 3.887.775a3.965 3.965 0 0 0-3.515 2.323c-.204.44-.32.906-.355 1.377a4.008 4.008 0 0 0-3.912-3.718C6.402.966 7.72.699 9.15.699z"/></svg>
<svg class="tc-image-trophy tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.25700378417969 41.16599655151367"><path d="M18.628 0c6.121 0 11.083 1.417 11.083 3.166v.346c1.683-1.962 3.474-2.899 4.75-.346 2.796 4.193-3.044 20.721-9.898 19.098-1.27 1.66-2.567 2.758-3.624 3.468 1.455.542 2.439 1.578 2.439 2.767 0 1.125-.88 2.113-2.205 2.675l2.25 2.616c2.815.687 4.705 1.96 4.705 3.418 0 2.186-4.253 3.958-9.5 3.958s-9.5-1.772-9.5-3.958c0-1.458 1.89-2.731 4.705-3.418l2.25-2.616c-1.325-.562-2.205-1.55-2.205-2.675 0-1.189.984-2.225 2.439-2.767-1.057-.71-2.355-1.809-3.624-3.468C5.84 23.887 0 7.359 2.795 3.166c1.276-2.553 3.067-1.616 4.75.346v-.346C7.545 1.417 12.507 0 18.628 0zm14.25 5.343c0-2.071-1.619-.22-3.444 3.198-.48 4.414-1.538 7.797-2.812 10.38 3.968-1.521 6.256-9.54 6.256-13.578zm-28.5 0c0 4.038 2.288 12.057 6.256 13.578-1.274-2.583-2.332-5.966-2.812-10.38-1.825-3.417-3.444-5.27-3.444-3.198z"/></svg>
<svg class="tc-image-truck tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 26.916996002197266"><path d="M10.291 19a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm22.167 0a3.959 3.959 0 1 1 0 7.917 3.959 3.959 0 0 1 0-7.917zm-15.042 1.584V0h23.75v20.584h-2.835a6.336 6.336 0 0 0-11.746 0h-9.169zM0 20.584v-9.5L6.333 4.75h9.5v15.14a6.335 6.335 0 0 0-11.415.694H0z"/></svg>
<svg class="tc-image-truck2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 832"><path d="M1024 448L896 192H704V64c0-35.2-28.8-64-64-64H64C28.8 0 0 28.8 0 64v512l64 64h81.167c-10.898 18.832-17.166 40.678-17.166 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.268-45.168-17.166-64h354.334c-10.898 18.832-17.168 40.678-17.168 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.27-45.168-17.168-64h81.168V448zm-320 0V256h132.668l96 192H704z"/></svg>
<svg class="tc-image-trulia tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 8.360000610351562 16"><path fill-rule="nonzero" d="M4.18 0C1.64.014 0 1.72 0 4.297c0 2.134 1.392 3.96 2.185 6.733.455 1.59.7 3.534.827 4.97h2.336c.128-1.436.372-3.38.827-4.97.793-2.774 2.185-4.6 2.185-6.733C8.36 1.72 6.72.014 4.18 0zm.013 6.567A1.913 1.913 0 0 1 2.28 4.655a1.913 1.913 0 0 1 3.826 0 1.912 1.912 0 0 1-1.913 1.912z"/></svg>
<svg class="tc-image-trust-e tc-image-button" width="22pt" height="22pt" viewBox="0 0 973.1749877929688 171.09796142578125"><path d="M926.404 43.67c-22.575-3.055-41.528 3.946-55.109 22.904-9.459 13.197-12.194 28.305-10.538 44.113 1.962 18.991 11.077 33.942 27.737 43.648 13.235 7.685 27.742 9.514 42.667 7.317 12.928-1.942 24.098-7.591 33.191-17.144 2.466-2.624 2.986-4.625-.154-7.168-4.544-3.656-8.938-7.475-13.115-11.541-2.18-2.134-3.644-2.176-5.798-.115-5.222 4.933-11.499 7.808-18.573 9.135-13.735 2.641-26.774-3.909-31.322-15.659-1.344-3.55-.559-4.702 3.2-4.625 11.515.115 23.035.043 34.594.043 11.366 0 22.75-.158 34.116.034 4.177.077 5.74-1.575 5.777-5.623.098-9.207-.653-18.317-3.426-27.149-6.725-21.478-20.668-35.106-43.247-38.169zm10.522 49.412c-6.856.017-13.679.017-20.535.017-6.545 0-13.095.017-19.644-.017-1.62 0-3.409.141-2.812-2.509 3.41-15.582 16.222-22.639 28.412-19.798 10.326 2.402 15.466 11.221 17.395 19.823.59 2.641-1.22 2.483-2.816 2.483zM314.667 15.719c-.337 7.3-.222 14.601-.017 21.892.077 3.234-.935 4.361-4.228 4.305-11.652-.132-23.347.132-35.012-.154-4.557-.124-5.598 1.455-5.577 5.777.137 35.464.077 70.907.06 106.373 0 6.127 0 6.166-5.982 6.166-7.437.034-14.89-.2-22.327.089-4.536.209-5.645-1.558-5.623-5.832.145-35.452.081-70.921.081-106.385 0-6.076 0-6.076-5.974-6.076-11.383 0-22.788-.115-34.142.038-3.95.06-5.49-1.203-5.346-5.265.231-7.138.251-14.323 0-21.44-.145-4.143 1.561-5.248 5.406-5.231 18.974.132 37.947.055 56.901.055 18.683 0 37.363.107 56.047-.077 4.403-.034 5.905 1.322 5.735 5.764zM159.272 0H11.819C5.287 0 0 5.287 0 11.819v147.447c0 6.55 5.287 11.832 11.82 11.832h147.451c6.52 0 11.81-5.282 11.81-11.832V11.819C171.076 5.287 165.791 0 159.271 0zm-42.595 82.722c-.354-5.069-2.053-9.681-4.813-13.965-6.725-10.488-19.187-15.919-31.475-13.743-5.192.905-9.903 2.901-13.85 6.191-6.703 5.538-10.808 12.723-11.499 21.611-.79 9.894 2.427 18.253 9.412 25.169 8.542 8.474 22.472 10.901 33.528 6.139 3.141-1.339 6.06-3.042 8.542-5.423.887-.875 1.578-1.007 2.543.017a80.447 80.447 0 0 0 6.174 6.084c1.05.892 1.011 2.026-.077 2.91-13.29 11.277-28.267 14.49-44.595 8.341-15.642-5.892-24.896-17.642-27.576-34.117-1.745-10.458.397-20.399 6.174-29.393 7.493-11.653 18.13-18.479 31.83-20.117 7.3-.888 14.4.111 21.307 2.974 9.66 4.024 16.845 10.671 21.893 19.665 2.841 5.073 4.458 10.611 4.873 16.435.038.448.06.883.081 1.242h-12.463v-.022zm-12.642 0H67.781c1.433-8.636 8.465-15.006 17.258-15.582 8.94-.567 17.81 6.792 18.995 15.582zm38.47 2.808a55.687 55.687 0 0 0-2.352-13.555c-2.726-9.071-7.569-17.126-14.383-23.906-7.655-7.637-16.806-12.719-27.2-15.091-4.497-1.019-8.96-1.541-13.29-1.541-9.037 0-17.762 2.253-25.95 6.695-16.662 9.011-26.688 23.266-29.82 42.389-.278 1.655-.376 3.333-.414 5.009H18.462c.298-9.583 2.62-18.705 6.907-27.106 9.032-17.677 23.211-29.453 42.13-35.008 7.146-2.112 14.382-2.957 21.384-2.526 16.554 1.019 30.87 7.04 42.573 17.848 11.298 10.479 18.317 23.513 20.89 38.81.353 2.07.47 4.254.588 6.366.017.546.055 1.088.077 1.617h-10.509zm464.634-70.853c-.154 29.031.405 58.065-.427 87.07-.499 18.649-6.506 35.601-21.957 47.659-9.092 7.091-19.648 10.825-31.014 12.015-14.178 1.467-28.279 1.118-41.784-4.275-20.305-8.051-30.395-24-34.074-44.808-.81-4.582-1.063-9.241-1.04-13.909.08-12.825 0-25.664 0-38.502 0-14.869.114-29.773-.06-44.642-.06-3.99 1.211-5.44 5.222-5.329 7.74.222 15.484.243 23.19-.017 4.355-.154 5.47 1.6 5.431 5.666-.133 26.825-.154 53.688 0 80.521 0 9.514 1.732 18.683 8.768 25.851 9.878 9.984 21.901 10.709 34.457 6.784 11.465-3.601 16.55-12.714 18.453-23.923.712-4.335.926-8.649.926-13.09-.077-25.225-.038-50.479-.038-75.704 0-6.003.038-6.02 6.144-6.042 7.586 0 15.198.094 22.75-.038 3.473-.025 5.086.918 5.052 4.715zm-180.92 95.736c-2.137-3.085-1.659-4.177 1.694-5.623 8.358-3.644 14.93-9.476 19.917-17.19 6.57-10.053 7.437-21.303 6.818-32.823-.827-15.326-7.514-27.354-20.53-35.665-11.81-7.513-25.239-8.755-38.682-8.969-19.707-.315-39.41-.086-59.102-.086-6.404 0-6.42.038-6.42 6.281v137.48c0 6.267.016 6.267 6.403 6.267 7.6.034 15.19-.158 22.767.077 3.99.115 5.385-1.276 5.33-5.317-.2-12.365.016-24.832-.124-37.243-.06-3.498.99-5.043 4.72-4.889 5.085.252 10.218.217 15.304 0 3.14-.115 5.094 1.144 6.81 3.716 8.862 13.393 17.954 26.624 26.816 40.034 1.694 2.582 3.601 3.716 6.741 3.699 9.942-.192 19.861-.043 29.798-.077 1.37 0 3.255.649 4.066-.776.964-1.69-.807-2.927-1.677-4.16-10.15-14.95-20.3-29.935-30.647-44.736zM401.93 81.839c-11.315 1.485-22.703.393-34.065.79-2.675.06-3.592-1.182-3.546-3.708.055-5.837.017-11.653.017-17.481V44.817c0-1.861.154-3.69 2.658-3.614 12.07.298 24.222-1.203 36.224.772 11.443 1.851 17.84 9.622 17.587 20.438-.248 10.373-7.76 17.971-18.875 19.426zm341.055 33.276c-.08 18.108-7.415 31.441-23.27 40.034-7.936 4.335-16.683 6.007-25.62 6.682-2.16.149-4.39 0-6.55 0-22.114-.325-42.069-6.844-59.542-20.783-2.91-2.351-3.465-4.126-.904-7.048 4.911-5.606 9.63-11.332 14.327-17.127 2.043-2.599 3.78-2.91 6.477-.717 9.532 7.8 20.263 13.218 32.516 15.099 6.528 1.007 13.095 1.101 19.418-1.19 5.048-1.775 8.726-4.74 9.165-10.474.461-6.208-1.425-9.31-7.552-12.408-9.207-4.608-19.358-6.285-29.145-9.25-9.34-2.841-18.705-5.64-26.833-11.418-13.022-9.267-16.179-22.588-14.87-37.457 2.181-24.909 22.464-37.709 42.381-40.06 22.537-2.666 43.077 2.428 61.777 15.305 3.29 2.291 4.143 3.989 1.404 7.496-4.544 5.863-8.665 12.096-12.749 18.308-1.68 2.522-3.085 2.803-5.59 1.058-8.708-6.046-18.24-10.41-28.74-12.271-5.509-.964-11.038-.845-16.414 1.13-5.082 1.894-8.439 5.304-8.627 10.931-.23 5.248 2.812 8.7 7.28 10.991 7.364 3.725 15.337 5.5 23.231 7.629 9.327 2.505 18.491 5.192 27.085 9.784 14.41 7.629 21.418 19.23 21.346 35.754zm123.167-73.221c-11.515-.111-23.035.137-34.56-.111-4.39-.106-5.777 1.173-5.777 5.654.175 35.307.094 70.609.094 105.937 0 6.707 0 6.707-6.84 6.707-7.146.051-14.31-.158-21.423.106-4.16.141-5.547-1.233-5.529-5.509.136-35.601.081-71.207.06-106.812 0-5.973 0-5.99-6.047-5.99h-33.71c-5.377-.021-5.59-.264-5.625-5.777 0-6.985.175-14.003-.038-20.988-.115-3.814 1.233-5.115 5.048-5.094 18.974.145 37.965.038 56.926.038 18.837 0 37.658.085 56.457-.06 4.083-.038 5.777 1.105 5.624 5.44-.346 7.283-.25 14.579-.038 21.88.077 3.417-1.25 4.621-4.62 4.578z"/></svg>
<svg class="tc-image-truste tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 181.2080078125"><path d="M179.098 12.648v155.914c0 8.428-4.219 12.646-12.647 12.646H12.646C4.218 181.208 0 177 0 168.572V12.647C0 4.219 4.22 0 12.646 0h153.815c8.417.01 12.636 4.219 12.636 12.647zm-18.964 77.968v-8.428c-1.413-15.442-9.144-28.774-23.173-40.028-11.254-12.646-25.999-18.964-44.247-18.964-4.219-1.383-11.95-.697-23.173 2.109-18.268 5.622-33.014 17.582-44.247 35.82-4.219 11.264-6.318 21.074-6.318 29.501h10.537v-6.318c4.22-18.238 14.745-32.983 31.601-44.247 8.427-4.219 17.552-6.318 27.392-6.318 7.014 0 11.93.727 14.745 2.109 12.647 2.837 22.457 7.731 29.501 14.745 4.22 5.622 9.124 14.05 14.745 25.283 0 1.413.338 3.891 1.054 7.373.696 3.523 1.054 5.99 1.054 7.373h10.526zm-25.282-2.11v-2.109c0-5.591-1.413-11.233-4.219-16.855-5.622-9.81-13.363-16.855-23.173-21.074-5.622-2.806-13.363-4.219-23.173-4.219-12.647 1.413-23.89 8.428-33.71 21.074-7.035 11.264-9.145 21.801-6.318 31.601 4.22 18.268 14.03 30.228 29.502 35.819 18.248 7.045 33.71 4.219 46.356-8.428v-2.11l-6.318-6.318h-2.109c-2.826 2.837-5.622 4.219-8.427 4.219-12.647 7.045-24.586 4.946-35.819-6.318-7.035-5.591-10.537-14.019-10.537-25.283 1.392-8.428 5.602-16.128 12.646-23.173 4.22-4.219 9.124-6.318 14.745-6.318 14.03-2.806 25.282 2.109 33.71 14.745 2.806 5.622 4.22 10.537 4.22 14.745h12.625zM88.495 71.651c-11.254 0-16.855 5.622-16.855 16.855h37.93c-2.827-11.233-9.842-16.855-21.075-16.855zm235.981-61.102H206.49c-4.219 0-6.318 2.11-6.318 6.318V40.04c0 2.837 2.11 4.219 6.318 4.219h35.82c4.22 0 6.318 2.109 6.318 6.318v111.667c0 4.219 2.11 6.318 6.318 6.318h23.173c4.22 0 6.318-2.11 6.318-6.318V50.577c0-4.219 1.392-6.318 4.22-6.318h37.928c2.806 0 4.22-1.383 4.22-4.219V16.867c0-4.219-2.11-6.318-6.33-6.318zm141.17 129.577c7.013 10.537 11.93 18.637 14.744 24.228 1.392 0 2.11 1.413 2.11 4.219h-35.82c-2.826 0-4.925-1.383-6.318-4.219-4.219-4.219-9.84-11.591-16.855-22.118-7.035-10.537-11.254-17.183-12.647-20.019-1.413-1.383-3.522-2.11-6.318-2.11h-16.854c-2.826 0-4.219 1.413-4.219 4.219v40.028c0 2.837-2.11 4.219-6.318 4.219h-23.173c-4.219 0-6.318-2.11-6.318-6.318V16.867c0-4.219 2.11-6.318 6.318-6.318h61.102c16.855 0 30.884 3.523 42.137 10.537 14.03 9.84 21.074 22.477 21.074 37.929 0 15.472-2.11 26.696-6.318 33.71-7.035 8.428-14.05 14.745-21.074 18.964-4.219 0-4.925 1.413-2.11 4.219 4.22 5.611 9.82 13.68 16.855 24.217zm-23.174-74.803c0-11.233-6.318-18.238-18.964-21.074 0-1.382-6.318-1.382-18.964 0H385.58c-1.413 0-2.11 1.413-2.11 4.219v35.82c0 2.837 1.392 4.219 4.22 4.219 4.218-1.382 10.177-2.109 17.91-2.109h17.91c12.646-2.806 18.963-9.81 18.963-21.074zm191.733-54.774h-25.283c-4.219 0-6.318 2.11-6.318 6.318v94.812c-2.826 12.647-9.144 21.074-18.965 25.283-15.462 4.219-28.109 1.413-37.929-8.428-5.622-5.591-8.428-14.745-8.428-27.392V16.867c0-4.219-2.11-6.318-6.318-6.318h-23.173c-4.219 0-6.318 2.109-6.318 6.318v86.385c0 7.045.697 11.95 2.11 14.745 4.22 23.9 16.138 40.028 35.82 48.466 14.028 5.622 28.783 7.045 44.246 4.219 14.03-2.806 24.566-7.014 31.601-12.646 15.442-11.234 23.173-28.089 23.173-50.565V16.869c0-4.219-1.413-6.318-4.219-6.318zm126.423 73.738c-15.462-5.591-25.283-9.124-29.5-10.537-11.255-2.806-19.683-5.591-25.284-8.428-4.219-2.806-6.318-6.318-6.318-10.537 0-5.591 2.806-9.81 8.428-12.647 7.014-2.806 12.646-2.806 16.855 0 9.82 1.413 20.357 5.622 31.601 12.647 2.806 2.837 4.22 2.11 4.22-2.11 1.392-2.806 3.86-6.318 7.372-10.537 3.502-4.219 5.96-7.014 7.373-8.428 1.393-2.806.697-5.591-2.11-8.428-21.074-14.018-42.855-18.964-65.32-14.745-28.11 2.837-42.856 16.855-44.248 42.137-2.826 16.855 2.11 29.502 14.745 37.929 11.234 7.045 21.074 11.264 29.501 12.647 2.806 1.413 7.711 3.164 14.745 5.264 7.014 2.11 11.93 3.891 14.745 5.264 5.601 1.413 8.428 5.622 8.428 12.646 0 4.219-2.826 7.731-8.428 10.537-5.622 1.413-12.646 2.11-21.074 2.11-14.049-2.806-25.283-8.428-33.71-16.855-4.219-1.383-7.035-.697-8.428 2.11-2.826 4.219-7.73 9.841-14.745 16.855-1.413 4.219-.717 7.045 2.11 8.428 15.442 14.049 36.516 21.074 63.212 21.074h6.318c9.82 0 18.965-2.11 27.392-6.318 15.442-7.014 23.173-21.074 23.173-42.137.01-16.865-7.024-29.512-21.053-37.939zM916.543 40.04V16.867c0-4.219-2.11-6.318-6.318-6.318H792.239c-4.219 0-6.318 2.11-6.318 6.318v21.074c0 4.219 2.11 6.318 6.318 6.318h35.82c4.218 0 6.317 2.11 6.317 6.318v113.777c0 2.837 2.11 4.219 6.318 4.219h21.074c5.601 0 8.428-2.11 8.428-6.318V50.577c0-4.219 2.11-6.318 6.318-6.318h35.82c2.794 0 4.207-1.382 4.207-4.219zm105.348 46.356c1.393 7.045 2.11 16.855 2.11 29.502 0 4.219-2.11 6.318-6.318 6.318h-35.819c-15.462 0-27.392-.697-35.819-2.11-2.826 0-4.219 2.11-4.219 6.318 7.014 14.049 18.247 19.692 33.71 16.855 9.82-2.806 16.138-6.318 18.965-10.537 1.393-2.806 3.502-2.806 6.318 0 1.393 1.413 3.861 3.523 7.373 6.318 3.502 2.837 5.96 4.946 7.373 6.318 1.393 2.837 1.393 4.946 0 6.318-11.254 11.264-23.173 17.582-35.819 18.965-15.462 2.837-30.218 0-44.247-8.428-16.855-8.428-26.696-23.173-29.5-44.247-2.827-16.855.696-32.297 10.536-46.356 14.03-19.661 33.71-28.088 58.992-25.282 22.477 4.229 37.94 17.602 46.366 40.048zm-31.6 10.537c-2.826-12.646-9.144-19.661-18.965-21.074-16.855-5.591-26.696 1.413-29.5 21.074-1.414 1.413-.718 2.11 2.11 2.11h42.147c2.795 0 4.208-.697 4.208-2.11z"/></svg>
<svg class="tc-image-try tc-image-button" width="22pt" height="22pt" viewBox="0 0 329.1318664550781 402.28900146484375"><path d="M128 402.289H82.31c-5.162 0-9.166-3.994-9.166-9.165v-174.53l-61.44 18.832c-.829.286-1.71.286-2.539.286-2.038 0-3.748-.543-5.458-1.71C1.413 234.251 0 231.425 0 228.588v-36.567c0-3.994 2.58-7.454 6.584-8.868l66.56-20.285v-26.573l-61.44 18.832c-.829.338-1.71.338-2.539.338-2.038 0-3.748-.584-5.458-1.751C1.413 152.004 0 149.137 0 146.3v-36.567c0-3.993 2.58-7.414 6.584-8.827l66.56-20.327V9.165C73.144 4.004 77.137 0 82.309 0H128c5.12 0 9.124 3.993 9.124 9.165v51.691L244.296 27.74c2.54-.87 5.703-.338 7.997 1.413 2.294 1.71 3.707 4.577 3.707 7.414v36.577c0 3.994-2.58 7.414-6.585 8.827l-112.292 34.57v26.573l107.172-33.106c2.54-.87 5.703-.286 7.997 1.413 2.294 1.71 3.707 4.577 3.707 7.454v36.567c0 3.993-2.58 7.414-6.585 8.827l-112.292 34.57v139.12c71.424-4.823 128.03-64.215 128.03-136.817 0-5.12 3.994-9.124 9.124-9.124h45.691c5.161 0 9.165 3.994 9.165 9.124 0 110.838-90.297 201.144-201.134 201.144z"/></svg>
<svg class="tc-image-tshirt tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 416"><path d="M448 48L288 0c-13.988 27.227-30.771 40.223-63.769 40.223C191.723 39.676 173.722 27 160 0L0 48l32 88 64-8-16 288h288l-16-288 64 8 32-88z"/></svg>
<svg class="tc-image-tshirt-outline tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 417"><path d="M146.249 37.534c18.761 22.976 43.909 34.009 77.445 34.572l.269-.106h.269c22.638 0 41.169-4.861 56.653-15.091 7.801-5.154 14.721-11.47 21.029-19.382l104.461 31.367-11.785 32.516-38.743-4.685-37.912-4.589 2.114 38.133L334.176 385H113.824l14.127-254.729 2.106-37.981-37.782 4.428-38.854 4.553-11.767-32.358 104.595-31.379M288 0c-13.988 27.227-30.771 40.223-63.769 40.223C191.723 39.676 173.722 27 160 0L0 48l32 88 64-7.5L80 417h288l-16-288.5 64 7.75L448 48 288 0z"/></svg>
<svg class="tc-image-tsunami tc-image-button" width="22pt" height="22pt" viewBox="0 0 2119 1933"><path d="M0 1868q0-26 18.5-45t43.5-19h43q-34-105-56-221-34-176-34-319 0-274 97-513 98-234 275-401Q566 180 803 92q241-92 524-92 170 0 320 30 151 35 291 110l181 97-200 42q-93 21-128 83-25 52 3 118l44 101-109 5q-69 5-126 29-52 25-62 53-17 36 38 107l86 102-134 19q-248 37-406.5 102.5T874 1168q-90 100-133.5 253T693 1804h561v-297l-41 25q-22 14-48.5 7.5T1125 1510q-14-22-8.5-48.5t28.5-40.5l407-254 2-2q1 0 1-1h2q2 0 3-1 11-4 24-7h6q2 2 3 2h7q0 1 2 1h3l2 1h2q2 1 2 3h2q1 0 1 1 3 0 3 1 1 0 3 1l2 1 407 251q23 14 28.5 41t-8.5 49q-13 22-39.5 28t-48.5-8l-33-20v296h102q25 0 42.5 19t17.5 45q1 27-17 46t-43 19H62q-26 0-44-18.5T0 1868zm165-604q0 114 32 291 24 130 58 226h287q8-232 48-383 56-204 171-330 117-131 308-209 131-55 332-93l-9-27q-16-73 10-131 36-82 137-129 11-5 20-8-138-32-277-15-159 20-297 91-177 93-321 264-16 19-41 19-19 0-33-11-16-14-18.5-36.5T583 743q160-190 356-291 157-79 335-101 91-12 178-2t122 18 48 13l9 3q8-49 26-90 25-47 68-85-48-15-111-30-128-28-287-28-252 0-471 82-214 82-365 228-157 146-238 348-88 215-88 456zm1219 540h414v-376l-211-129-203 127v378z"/></svg>
<svg class="tc-image-tty tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1408"><path d="M448 1184v192q0 14-9 23t-23 9H224q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h192q14 0 23 9t9 23zM256 800v192q0 14-9 23t-23 9H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h192q14 0 23 9t9 23zm576 384v192q0 14-9 23t-23 9H608q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h192q14 0 23 9t9 23zM640 800v192q0 14-9 23t-23 9H416q-14 0-23-9t-9-23V800q0-14 9-23t23-9h192q14 0 23 9t9 23zM66 640q-28 0-47-19T0 575V446h514v129q0 27-19 46t-46 19H66zm1150 544v192q0 14-9 23t-23 9H992q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h192q14 0 23 9t9 23zm-192-384v192q0 14-9 23t-23 9H800q-14 0-23-9t-9-23V800q0-14 9-23t23-9h192q14 0 23 9t9 23zm576 384v192q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h192q14 0 23 9t9 23zm-192-384v192q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23V800q0-14 9-23t23-9h192q14 0 23 9t9 23zm384-408v13h-514v-10q0-104-382-102-382 1-382 102v10H0v-13q0-17 8.5-43t34-64 65.5-75.5 110.5-76 160-67.5 224-47.5T896 0t293 18.5T1413 66t160.5 67.5 110.5 76 65.5 75.5 34 64 8.5 43zm0 408v192q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23V800q0-14 9-23t23-9h192q14 0 23 9t9 23zm0-354v129q0 27-19 46t-46 19h-384q-27 0-46-19t-19-46V446h514z"/></svg>
<svg class="tc-image-tumblr tc-image-button" width="22pt" height="22pt" viewBox="0 0 315.3919982910156 511.99993896484375"><path d="M.001 209.92v-72.704c20.48-6.832 37.712-16.224 51.712-28.16 14-11.264 25.424-25.936 34.304-44.032 8.88-18.08 14.864-39.76 17.92-65.024h73.2v129.536h121.344v80.384H177.136v131.072c0 29.344 1.552 48.448 4.592 57.344 3.072 8.192 8.896 14.847 17.44 19.967 11.615 6.817 24.56 10.24 38.912 10.24 26.287 0 52.048-8.35 77.312-25.087v80.384c-21.504 10.56-41.296 17.904-59.392 22.016-17.729 4.096-36.897 6.144-57.345 6.144-23.216 0-44.03-2.912-62.464-8.704-18.767-6.48-33.967-15.008-45.567-25.617-12.305-10.56-21.168-22.208-26.624-34.815-4.784-11.584-7.168-29.52-7.168-53.744v-179.2H0z"/></svg>
<svg class="tc-image-tumblr-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m130 686v-74c-24 16-47.333 24-70 24-10.667 0-22.667-3.333-36-10-8-5.333-12.667-11.333-14-18-4-8-6-25.333-6-52V438h110v-74H484V246h-64c-5.333 28-10.667 48-16 60-6.667 14.667-17.333 28-32 40-14.667 12-30 20.667-46 26v66h50v162c0 18.667 2.667 34.667 8 48 4 10.667 12 21.333 24 32 9.333 9.333 22.667 17.333 40 24 21.333 5.333 40 8 56 8 18.667 0 36-2 52-6 18.667-4 36.667-10.667 54-20"/></svg>
<svg class="tc-image-tumblr-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1136 1333l-62-183q-44 22-103 22-36 1-62-10.5t-38.5-31.5-17.5-40.5-5-43.5V648h257V454H849V128H661q-8 0-9 10-5 44-17.5 87t-39 95-77 95T400 483v165h130v418q0 57 21.5 115t65 111 121 85.5T914 1408q69-1 136.5-25t85.5-50zm400-1045v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-tumblr2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-3.066 12.884c-.472.222-.9.378-1.281.469a5.522 5.522 0 0 1-1.241.134c-.506 0-.803-.063-1.191-.191s-.719-.309-.994-.544c-.275-.238-.463-.488-.569-.753s-.159-.65-.159-1.156V6.971h-1.5V5.408c.434-.141.938-.344 1.244-.606.309-.263.559-.578.744-.947.188-.369.316-.837.388-1.406h1.569v2.55H11v1.972H8.447v2.831c0 .641-.009 1.009.059 1.191s.238.369.422.475c.244.147.525.219.838.219.559 0 1.116-.181 1.669-.544v1.741z"/></svg>
<svg class="tc-image-tune tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M0 28v4h12v-4H0zM0 4v4h20V4H0zm20 32v-4h16v-4H20v-4h-4v12h4zM8 12v4H0v4h8v4h4V12H8zm28 8v-4H16v4h20zm-12-8h4V8h8V4h-8V0h-4v12z"/></svg>
<svg class="tc-image-turned-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M24 0H4C1.79 0 .02 1.79.02 4L0 36l14-6 14 6V4c0-2.21-1.79-4-4-4z"/></svg>
<svg class="tc-image-turned-in-not tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 36"><path d="M24 0H4C1.79 0 .02 1.79.02 4L0 36l14-6 14 6V4c0-2.21-1.79-4-4-4zm0 30l-10-4.35L4 30V4h20v26z"/></svg>
<svg class="tc-image-tux tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.22599792480469 39.58300018310547"><path d="M18.738 10.688a1.583 1.583 0 1 1 0 3.166 1.583 1.583 0 0 1 0-3.166zm5.146 0a1.583 1.583 0 1 1 0 3.166 1.583 1.583 0 0 1 0-3.166zM8.782 31.376c-.725-2.334-1.127-4.914-1.127-7.626l.015-.908c-2.233 1.225-4.74 2.491-5.557 2.491-2.113 0 1.826-4.883 6.98-10.137a20.911 20.911 0 0 1 1.777-3.771C11.377 5.012 15.77 0 21.113 0s9.736 5.012 10.243 11.425a20.911 20.911 0 0 1 1.778 3.771c5.153 5.254 9.092 10.137 6.979 10.137-.818 0-3.324-1.266-5.557-2.491l.015.908c0 2.712-.402 5.291-1.127 7.626l-2.04-.501c0-6.09-2.76-11.29-6.642-13.328l-3.649 6.203-3.649-6.203c-3.883 2.043-6.643 7.258-6.642 13.42l-2.04.409zm8.373-24.251c-2.187 0-3.959 2.127-3.959 4.75s1.773 4.75 3.959 4.75 3.958-2.127 3.958-4.75-1.772-4.75-3.958-4.75zm3.958 4.75c0 1.749 1.772 3.563 3.958 3.563s3.959-1.814 3.959-3.563-1.773-3.563-3.959-3.563-3.958 1.815-3.958 3.563zm-7.917 19.792c3.064 0 5.62 1.36 6.207 3.166h.523v1.584h-.523c-.587 1.806-3.143 3.166-6.207 3.166-3.497 0-6.333-1.772-6.333-3.958s2.835-3.958 6.333-3.958zm15.834 0c3.497 0 6.333 1.772 6.333 3.958s-2.836 3.958-6.333 3.958c-3.064 0-5.62-1.36-6.207-3.166H22.3v-1.584h.523c.587-1.806 3.143-3.166 6.207-3.166z"/></svg>
<svg class="tc-image-tv tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 37.11800003051758"><path d="M26.5.618C27.118 0 28.382 0 29 .618a1.596 1.596 0 0 1 0 2.25l-4.25 4.25H37c2.623 0 5 2.377 5 5v20c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5v-20c0-2.623 2.377-5 5-5h9.25L10 2.868a1.596 1.596 0 0 1 0-2.25c.618-.618 1.882-.618 2.5 0l6.5 6.5h1.25l6.25-6.5zM5 12.118v20h24v-20H5zm30.25-.333a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333zm0 9.5a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333z"/></svg>
<svg class="tc-image-tv-news tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 37.11800003051758"><path d="M26.5.618C27.118 0 28.382 0 29 .618a1.596 1.596 0 0 1 0 2.25l-4.25 4.25H37c2.623 0 5 2.377 5 5v20c0 2.623-2.377 5-5 5H5c-2.623 0-5-2.377-5-5v-20c0-2.623 2.377-5 5-5h9.25L10 2.868a1.596 1.596 0 0 1 0-2.25c.618-.618 1.882-.618 2.5 0l6.5 6.5h1.25l6.25-6.5zM5 12.118v20h6.453l.391-1.956s1.69-5.91 5.067-5.91h6.756c3.377 0 5.066 5.91 5.066 5.91l.391 1.956H30v-20H5zm31-.333a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333zm0 9.5a3.167 3.167 0 1 0 0 6.333 3.167 3.167 0 0 0 0-6.333zM7 14.118h7v7H7v-7zm13.289 0a4.222 4.222 0 1 1 0 8.444 4.222 4.222 0 0 1 0-8.444zm-4.222 14.356c-.563.281-1.69 2.533-1.69 2.533s-.179.269-.386 1.111h1.915l.16-3.644zm8.444 0l.162 3.644h1.913c-.207-.842-.386-1.111-.386-1.111s-1.126-2.252-1.689-2.533z"/></svg>
<svg class="tc-image-tv-remote tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.76799774169922 47.5"><path d="M14.884 12.667a3.167 3.167 0 0 1 3.167 3.166h6.333A3.167 3.167 0 0 1 27.551 19v25.333a3.167 3.167 0 0 1-3.167 3.167h-19a3.167 3.167 0 0 1-3.167-3.167V19a3.167 3.167 0 0 1 3.167-3.167h6.333a3.167 3.167 0 0 1 3.167-3.166zm0-9.5c-5.475 0-10.138 3.473-11.907 8.336L0 10.421C2.211 4.34 8.04 0 14.884 0c6.843 0 12.673 4.342 14.884 10.42l-2.977 1.083c-1.769-4.863-6.432-8.336-11.907-8.336zm0 6.333a6.336 6.336 0 0 0-5.954 4.168l-2.976-1.082a9.504 9.504 0 0 1 17.86 0l-2.976 1.082A6.336 6.336 0 0 0 14.884 9.5zM7.759 25.333a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm7.125 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm7.125 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm-14.25 6.334a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm7.125 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm7.125 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zM7.759 38a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm7.125 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm7.125 0a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75zm.792-17.417h-3.167a1.584 1.584 0 1 0 0 3.167h3.167a1.584 1.584 0 1 0 0-3.167zm-7.917 0H6.967a1.584 1.584 0 1 0 0 3.167h7.917a1.584 1.584 0 0 0 0-3.167z"/></svg>
<svg class="tc-image-tv-syfy tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.38825607299805 24.055927276611328"><path d="M23.803 18.408a5.542 5.542 0 0 1-11.07.396h3.995a1.584 1.584 0 0 0 3.117-.396v-1.02a5.542 5.542 0 0 1-7.125-5.313V6.533h3.958v5.542a1.584 1.584 0 0 0 3.167 0V6.533h3.958v11.875zm1.584-.792V4.158A3.958 3.958 0 0 1 29.345.2h3.958v3.562H28.95v2.771h2.77V9.7h-2.77v7.916h-3.563zm19 .792a5.542 5.542 0 0 1-11.07.396h3.995a1.584 1.584 0 0 0 3.116-.396v-1.02a5.542 5.542 0 0 1-7.125-5.313V6.533h3.959v5.542a1.583 1.583 0 1 0 3.166 0V6.533h3.959v11.875zM5.982.213c2.651.186 4.737 2.604 5.099 5.133H6.796c-.41-1.98-.812-1.165-1.09-1.184a1.583 1.583 0 0 0-1.492 2.355c.497-.065 1.06-.04 1.73.023l4.37 3.06c.52.84.892 1.883.823 2.875a5.542 5.542 0 0 1-11.015.405h4.285c.35.35.813.768 1.091.788a1.583 1.583 0 0 0 1.491-2.355l-.958.032L.553 7.858C.18 7.15 0 6.311.067 5.355A5.542 5.542 0 0 1 5.982.213z"/></svg>
<svg class="tc-image-twilio tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 13.892A5.892 5.892 0 1 1 8 2.108a5.892 5.892 0 0 1 0 11.784zm.33-3.9a1.664 1.664 0 1 1 3.327.001 1.664 1.664 0 0 1-3.328-.002zm-3.986 0a1.664 1.664 0 1 1 3.326.004 1.664 1.664 0 0 1-3.325-.005zm0-3.984a1.663 1.663 0 1 1 3.325-.003 1.663 1.663 0 0 1-3.324.004zm3.985 0a1.663 1.663 0 1 1 3.326 0 1.664 1.664 0 0 1-3.327.001z"/></svg>
<svg class="tc-image-twitch tc-image-button" width="22pt" height="22pt" viewBox="0 0 489.5989990234375 512"><path d="M33.376 0h456.223v311.68L356.063 445.184h-100.16L189.183 512h-66.815v-66.784H0V89.056zm44.48 44.48v322.815H178.08v66.72l66.72-66.72h122.4l77.92-77.92V44.48H77.855zM200.32 267.136V133.6h44.48v133.536h-44.48zm122.368 0V133.6h44.48v133.536h-44.48z"/></svg>
<svg class="tc-image-twitter tc-image-button" width="22pt" height="22pt" viewBox="0 0 640.0180053710938 520.3389892578125"><path d="M0 461.54c10.42 1.014 20.826 1.548 31.22 1.548 61.048 0 115.528-18.732 163.387-56.17-28.424-.352-53.933-9.041-76.477-26.043-22.57-16.99-37.984-38.675-46.323-65.056 6.933 1.418 15.102 2.095 24.456 2.095 12.15 0 23.766-1.575 34.862-4.684-30.517-5.866-55.766-20.891-75.709-44.996-19.955-24.13-29.919-51.969-29.919-83.527v-1.574c18.395 10.42 38.31 15.805 59.826 16.13-18.016-11.798-32.338-27.304-42.915-46.57-10.575-19.24-15.87-40.13-15.87-62.675 0-23.597 6.088-45.607 18.212-66.095 32.6 40.586 72.418 72.938 119.431 97.055 47 24.092 97.368 37.53 151.158 40.327-2.432-11.448-3.655-21.516-3.655-30.18 0-36.085 12.84-66.954 38.505-92.62C375.868 12.839 406.893 0 443.342 0c37.79 0 69.7 13.88 95.73 41.64 30.167-6.257 57.926-17.015 83.255-32.261-9.718 31.558-28.815 55.845-57.238 72.847 25.327-3.109 50.304-10.055 74.929-20.813-16.651 26.017-38.336 48.742-65.056 68.151v17.198c0 34.992-5.125 70.128-15.35 105.355-10.211 35.214-25.848 68.853-46.83 100.972-20.996 32.065-46.05 60.619-75.189 85.569-29.126 24.977-64.08 44.853-104.849 59.592-40.755 14.752-84.555 22.089-131.398 22.089-72.483-.014-139.606-19.605-201.345-58.8z"/></svg>
<svg class="tc-image-twitter_circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-195 76-373t204.5-306.5T587 76 960 0t373 76 306.5 204.5T1844 587t76 373-76 373-204.5 306.5T1333 1844t-373 76-373-76-306.5-204.5T76 1333 0 960zm389 408q0 10 9 16 13 10 55 32 149 76 313 76 206 0 372-105 80-51 142-122.5t98.5-149T1433 960t17-151v-22q72-52 112-119 4-6 4-11 0-8-6.5-14.5T1545 636l-15 5q-39 16-45 17 17-20 33.5-50t16.5-44q0-7-6.5-13t-14.5-6q-4 0-10 2-74 40-131 53-74-72-178-72-105 0-179 74t-74 179q0 13 2 31-214-20-371-162-28-27-70-72-7-8-17-8-11 0-15 10-36 50-36 128 0 90 59 160-2 0-20-8-14-7-21-7-10 0-17 6t-7 16q0 66 33 123.5t89 92.5h-3q-2-1-5-1-3-1-8-1-8 0-14 5.5t-6 13.5q0 1 2 7 20 63 68.5 108t113.5 61q-106 66-235 66-3 0-29-2-7 0-16-.5t-11-.5q-7 0-13 6.5t-6 14.5z"/></svg>
<svg class="tc-image-twitter-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m196 392c20-14.667 35.333-30.667 46-48-21.333 8-39.333 12.667-54 14 20-12 34-29.333 42-52-20 10.667-40 18-60 22-18.667-18.667-42-28-70-28-26.667 0-49 9.333-67 28s-27 40.667-27 66c0 1.333.333 4.667 1 10s1 9.333 1 12c-80-4-144.667-37.333-194-100-9.333 16-14 32-14 48 0 33.333 14.667 59.333 44 78-17.333 0-32-4-44-12v2c0 22.667 7 42.667 21 60s32.333 28 55 32c-10.667 2.667-18.667 4-24 4-8 0-14-.667-18-2 13.333 44 42.667 66 88 66-33.333 26.667-72.667 40-118 40h-22c45.333 28 93.333 42 144 42 81.333 0 146.667-27.667 196-83s74-117.667 74-187v-12"/></svg>
<svg class="tc-image-twitter-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1280 482q-56 25-121 34 68-40 93-117-65 38-134 51-61-66-153-66-87 0-148.5 61.5T755 594q0 29 5 48-129-7-242-65T326 422q-29 50-29 106 0 114 91 175-47-1-100-26v2q0 75 50 133.5T461 885q-29 8-51 8-13 0-39-4 21 63 74.5 104t121.5 42q-116 90-261 90-26 0-50-3 148 94 322 94 112 0 210-35.5t168-95 120.5-137 75-162T1176 618q0-18-1-27 63-45 105-109zm256-194v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-twoo tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.483001708984375 9.395000457763672"><path d="M6.985 7.948c.043-.036.086-.073.127-.112a4.02 4.02 0 0 1-2.86 1.157h-.016a3.962 3.962 0 0 1-2.83-1.263A4.287 4.287 0 0 1 .402 5.936v-.004C0 4.466.358 2.816 1.472 1.662 3.036.04 5.52 0 7.11 1.525l.81.858.362.387L11.1 5.766l.003.007c.002 0 .002.003.002.004.026.03.054.055.082.082.572.52 1.435.503 1.988-.07.58-.6.594-1.582.027-2.184h-.004a1.38 1.38 0 0 0-.2-.178l-.167-.106a1.436 1.436 0 0 0-1.718.283c-.07.072-.13.15-.183.23-.2.314-.278.686-.237 1.045L9.682 3.838l-1.14-1.142c.19-.376.438-.73.743-1.046.07-.07.14-.14.212-.204a2.676 2.676 0 0 0-.127.112A4.02 4.02 0 0 1 12.23.401h.016a3.962 3.962 0 0 1 2.83 1.263c.488.52.822 1.138 1.004 1.795v.004c.403 1.465.045 3.117-1.07 4.27-1.564 1.622-4.048 1.662-5.638.137l-.81-.858-.362-.387-2.816-2.999-.003-.007c-.002 0-.002-.003-.002-.004-.026-.03-.054-.055-.082-.082a1.412 1.412 0 0 0-1.988.07c-.58.6-.594 1.582-.027 2.184h.004c.063.068.13.127.2.178l.167.106c.55.296 1.25.202 1.718-.283.07-.072.13-.15.183-.23.2-.314.278-.686.237-1.045l1.014 1.04 1.137 1.143c-.19.376-.438.73-.743 1.046-.07.07-.14.14-.212.204z"/></svg>
<svg class="tc-image-type-bit tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M25.5 0H30L14 38H9.5l16-38zM7.508 21.12C2.503 21.12 0 17.707 0 10.88c0-3.54.677-6.24 2.03-8.096C3.384.928 5.347 0 7.92 0c4.889 0 7.333 3.47 7.333 10.409 0 3.456-.667 6.105-2.003 7.947C11.915 20.2 10 21.12 7.508 21.12zm.215-17.6c-2.02 0-3.03 2.417-3.03 7.25 0 4.554.99 6.83 2.97 6.83 1.931 0 2.897-2.347 2.897-7.04s-.946-7.04-2.837-7.04zM38 38H25v-4h5V21.75l-4.907.703v-3.52l8.8-1.76L34 34h4v4z"/></svg>
<svg class="tc-image-type-boolean tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M17 4h-6v17H6V4H0V0h17v4zm21 17h-7v5h6v4h-6v8h-5V17h12v4zM25 0h4.5l-16 38H9L25 0z"/></svg>
<svg class="tc-image-type-null tc-image-button" width="22pt" height="22pt" viewBox="0 0 28 38"><path d="M13.608 38c-2.945 0-5.379-.973-7.302-2.92L4.5 38H0l3.925-6.347c-1.461-2.997-2.192-6.967-2.192-11.91 0-6.494 1.09-11.407 3.271-14.742C7.184 1.668 10.334 0 14.45 0c3.025 0 5.469.926 7.332 2.778L23.5 0H28l-3.861 6.244c1.418 3.069 2.127 7.268 2.127 12.6 0 6.223-1.112 10.971-3.337 14.245C20.704 36.363 17.597 38 13.609 38zm.609-34.305C8.739 3.695 6 8.969 6 19.52c0 2.98.245 5.509.736 7.588L19.452 6.545c-1.27-1.9-3.015-2.85-5.235-2.85zm-.167 30.61c5.3 0 7.95-5.013 7.95-15.041 0-3.287-.26-6.053-.78-8.3L8.54 31.466c1.322 1.893 3.158 2.84 5.51 2.84z"/></svg>
<svg class="tc-image-typo3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20.69499969482422 20.96500015258789"><path d="M15.658 14.449a2.871 2.871 0 0 1-.884.123c-2.662 0-6.573-9.303-6.573-12.4 0-1.141.271-1.521.652-1.847C5.594.705 1.683 1.9.434 3.421.163 3.801 0 4.399 0 5.159c0 4.835 5.16 15.806 8.8 15.806 1.684 0 4.523-2.77 6.859-6.517zM13.959 0c3.368 0 6.736.543 6.736 2.444 0 3.857-2.444 8.528-3.694 8.528-2.227 0-4.997-6.192-4.997-9.288C12.004.272 12.547 0 13.959 0z"/></svg>
<svg class="tc-image-ubuntu tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0c4.415 0 8 3.585 8 8s-3.585 8-8 8-8-3.585-8-8 3.585-8 8-8zm2.186 11.786a1.069 1.069 0 1 0 1.07 1.85 1.069 1.069 0 0 0-1.07-1.85zM8 11.12c-.47 0-.915-.105-1.314-.29l-.742 1.33a4.634 4.634 0 0 0 3.296.31 1.498 1.498 0 0 1 2.01-1.162 4.625 4.625 0 0 0 1.38-3.01l-1.523-.022A3.12 3.12 0 0 1 8 11.12zM4.88 8c0-1.055.525-1.988 1.327-2.553l-.78-1.308a4.65 4.65 0 0 0-1.92 2.697 1.498 1.498 0 0 1 0 2.326 4.653 4.653 0 0 0 1.92 2.698l.78-1.308A3.114 3.114 0 0 1 4.88 8zM2.56 6.932a1.068 1.068 0 1 0 0 2.136 1.068 1.068 0 0 0 0-2.136zM8 4.88a3.12 3.12 0 0 1 3.107 2.843L12.63 7.7a4.637 4.637 0 0 0-1.38-3.01 1.496 1.496 0 0 1-2.01-1.163A4.74 4.74 0 0 0 8 3.36c-.74 0-1.437.173-2.056.48l.742 1.33c.4-.186.845-.29 1.314-.29zm2.186-.667a1.07 1.07 0 0 0 1.46-.39 1.07 1.07 0 0 0-1.852-1.068c-.294.51-.12 1.163.392 1.458z"/></svg>
<svg class="tc-image-udacity tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.01000213623047 15.820440292358398"><path fill-rule="nonzero" d="M5.35 0L.01 3.028V10c-.01 3.202 2.61 5.806 5.85 5.816a5.912 5.912 0 0 0 2.943-.77l4.325-2.457a5.264 5.264 0 0 0 2.882-4.666V.64L14.95.03l-4.336 2.42v7.582a4.147 4.147 0 0 1-.102.957 5.482 5.482 0 0 1-.383 1.108c-.332-.022-1.03-.212-1.588-.54a5.114 5.114 0 0 1-.908-.676 4.264 4.264 0 0 1-.91-1.344 3.998 3.998 0 0 1-.247-.79 4.183 4.183 0 0 1-.068-.852L6.41.612 5.35 0zm2.458 14.388a4.87 4.87 0 0 1-.9.274 4.747 4.747 0 0 1-1.903-.007 4.733 4.733 0 0 1-1.713-.718c-.66-.46-1-.856-1.294-1.287a4.748 4.748 0 0 1-.717-1.697 4.761 4.761 0 0 1-.073-.957V3.632L5.21 1.218l-.004 6.673c-.008 2.536 1.88 4.652 4.294 5.164-.095.11-.163.22-.267.32a4.74 4.74 0 0 1-.71.585c-.256.17-.43.31-.715.428zm6.936-5.605c-.057.27-.14.535-.25.79-.292.637-.765 1.18-1.16 1.53-.81.733-1.816.96-1.932.96.242-.632.406-1.31.408-2.026V3.062l3.003-1.817.002 6.673c0 .288-.012.587-.07.865z"/></svg>
<svg class="tc-image-uikit tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.07000160217285 24.375001907348633"><path d="M12.394 5.784l4.544 2.479v7.023l-6.61 3.718-6.197-3.718V9.502L0 7.436v10.742l10.328 6.197 10.742-6.197V5.784l-4.958-2.479-3.718 2.479zm1.653-3.718L9.916 0 6.198 2.479l4.131 2.066 3.718-2.479z"/></svg>
<svg class="tc-image-umbrella tc-image-button" width="22pt" height="22pt" viewBox="0 0 2214.333251953125 2029"><path d="M1.333 975q2-54 53-168.5t142-245.5q298-417 841-440V74q0-33 22.5-53.5t51.5-20.5q30 0 53 20.5t23 53.5v47q157 7 293 48t236.5 106.5 172 135 128.5 150.5q66 95 113 202.5t65 171.5 19 65v20q0 28-22.5 46.5t-52.5 18.5q-50 0-64-28-125-140-272-140-55 3-110 24.5t-88 44.5-62 46.5-30 24.5q-30 28-57 28-36 0-55-19-116-116-214-141v808l-.5 18-1.5 22-4 24.5-6.5 27-9.5 28-13.5 28.5-18 27.5-22.5 26.5q-81 94-233 94-162 0-243-94-19-19-33.5-41t-22-43.5-13-41-6.5-38.5-1.5-31.5.5-25 1-13.5q0-29 25-50t59-15q28 0 47 24.5t19 59.5q-10 65 27 112 33 47 141 47 83 0 121-38 21-21 30.5-51t8.5-50l-1-20V935q-117 28-206 122-7 13-25 24.5t-32 11.5q-28 0-64-36-128-143-272-140-64 1-120 21t-84 40.5-58 48-34 30.5q-33 23-54.5 23t-51.5-18q-26-16-31.5-34t-3.5-53zm223-152q108-57 205-57h9q184 0 336 142 61-53 148-94t189-48h9q184 0 336 142 61-53 148-94t189-48h10q90 0 187 47-71-137-94-177-287-374-793-374-253 0-452 96t-325 278q-40 56-102 187z"/></svg>
<svg class="tc-image-unarchive tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36"><g transform="translate(-6 -6)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M41.09 10.45l-2.77-3.36A3.043 3.043 0 0 0 36 6H12c-.93 0-1.76.43-2.31 1.09l-2.77 3.36C6.34 11.15 6 12.03 6 13v25c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V13c0-.97-.34-1.85-.91-2.55zM24 19l11 11h-7v4h-8v-4h-7l11-11zm-13.75-9l1.63-2h24l1.87 2h-27.5z"/></g></svg>
<svg class="tc-image-unchecked tc-image-button" width="22pt" height="22pt" viewBox="0 0 1100 1100"><path d="M350 0h400q162 0 256 93.5t94 256.5v400q0 165-93.5 257.5T750 1100H350q-165 0-257.5-92.5T0 750V350Q0 185 92.5 92.5T350 0zm450 200H300q-41 0-70.5 29.5T200 300v500q0 41 29.5 70.5T300 900h500q41 0 70.5-29.5T900 800V300q0-41-29.5-70.5T800 200z"/></svg>
<svg class="tc-image-underline tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8"><path d="M1 0v4c0 1.1 1.12 2 2.5 2H4c1.1 0 2-.9 2-2V0H5v4c0 .55-.45 1-1 1s-1-.45-1-1V0H1zM0 7v1h7V7H0z"/></svg>
<svg class="tc-image-undo tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.008000373840332 12.133000373840332"><path d="M3.934 7.325c.615.562.755.646.789-.404.062-.768 0-1.618 0-1.618.022-.048 1.351-.547 3.548.404 2.196.952 3.679 3.922 3.94 4.852.021.537.721 1.574.788-.021.009-2.604-1.008-5.33-3.599-6.893-2.416-1.458-4.425-1.309-4.647-1.233-.004.021-.01.029-.021.016-.003-.004.006-.01.021-.016.019-.097-.039-.598-.045-1.54C4.745.026 4.519 0 3.934.451 2.862 1.331 0 4.065 0 4.065s2.862 2.396 3.934 3.26z"/></svg>
<svg class="tc-image-undo-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12 12.050725936889648"><path d="M8.916 3.839a.474.474 0 0 0-.107-.012H1.751l2.901-2.9A.513.513 0 1 0 3.926.2L.15 3.977c-.01.01-.013.022-.021.032a.532.532 0 0 0-.089.136.525.525 0 0 0-.036.174c0 .008-.004.014-.004.022 0 .01.006.02.006.032a.52.52 0 0 0 .033.164.52.52 0 0 0 .106.159l.005.008L3.927 8.48a.51.51 0 0 0 .726 0 .514.514 0 0 0 0-.727l-2.901-2.9H8.75c.332.086 2.223.687 2.223 3.207 0 2.518-1.944 2.922-2.201 2.963H7.27a.514.514 0 0 0 0 1.027h1.539a.625.625 0 0 0 .062-.004C9.953 11.914 12 10.912 12 8.06c0-2.822-2.018-3.996-3.084-4.222z"/></svg>
<svg class="tc-image-undo-curve tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.38999938964844 39.45800018310547"><path d="M33.751 3.602c.66.677 1.275 1.417 1.844 2.22.57.803 1.061 1.665 1.475 2.586.413.921.736 1.895.97 2.92.233 1.024.35 2.086.35 3.186 0 1.069-.114 2.164-.34 3.285a16.407 16.407 0 0 1-1.122 3.434c-.521 1.168-1.215 2.363-2.081 3.586-.867 1.222-1.94 2.467-3.22 3.734l-1.412 1.398-1.679 1.663a500.32 500.32 0 0 0-1.814 1.804c-.618.618-1.224 1.215-1.818 1.791l-4.288 4.249-4.261-4.308c1.469-1.46 2.89-2.87 4.261-4.229.58-.576 1.183-1.17 1.808-1.781.624-.611 1.233-1.213 1.824-1.804a567.671 567.671 0 0 1 3.09-3.072c1.677-1.68 2.938-3.348 3.784-5.004.847-1.655 1.27-3.266 1.27-4.832 0-1.183-.24-2.324-.722-3.424s-1.217-2.137-2.207-3.114a4.773 4.773 0 0 0-.917-.7 6.925 6.925 0 0 0-1.237-.576 9.97 9.97 0 0 0-1.504-.403 9.224 9.224 0 0 0-1.725-.155c-.616 0-1.26.063-1.933.188a10.1 10.1 0 0 0-2.042.62c-.688.288-1.383.666-2.085 1.132a13.493 13.493 0 0 0-2.061 1.709l-4.493 4.519 7.033 7.052H0V3.068l6.993 6.867 4.513-4.538c1.002-1.126 2.04-2.043 3.113-2.752A15.551 15.551 0 0 1 17.836.996a14.796 14.796 0 0 1 3.196-.791A23.902 23.902 0 0 1 24.08 0c1.007 0 1.978.089 2.913.267.934.178 1.814.429 2.638.752.825.324 1.584.705 2.276 1.145.693.44 1.308.92 1.844 1.438z"/></svg>
<svg class="tc-image-undo-icon tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M256 0C179.8 0 111.7 33.4 64.9 86.2L0 21.3V192h170.7l-60.2-60.2C145.6 90.5 197.5 64 256 64c106.1 0 192 85.9 192 192s-85.9 192-192 192c-53 0-101-21.5-135.8-56.2L75 437c46.4 46.3 110.4 75 181 75 141.4 0 256-114.6 256-256S397.4 0 256 0z"/></svg>
<svg class="tc-image-undo-point tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.749000549316406 39.58300018310547"><path d="M26.915 14.25h-14.25l7.917 7.916h-9.27L0 11.248 11.312 0h9.27l-7.917 7.916h14.25c8.745 0 15.834 7.09 15.834 15.834s-7.09 15.833-15.834 15.833h-4.75V33.25h4.75a9.5 9.5 0 0 0 0-19zm-9.5 19v6.333h-6.333V33.25h6.333z"/></svg>
<svg class="tc-image-undo2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.290000915527344 16"><path d="M10.904 16C12.681 12.781 12.98 7.87 6 8.034V12L0 6l6-6v3.881c8.359-.218 9.29 7.378 4.904 12.119z"/></svg>
<svg class="tc-image-unfold tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 15"><path d="M11.5 7.5L14 10c0 .55-.45 1-1 1H9v-1h3.5l-2-2h-7l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 5c0-.55.45-1 1-1h4v1H1.5l2 2h7l2-2H9V4h4c.55 0 1 .45 1 1l-2.5 2.5zM6 6h2V3h2L7 0 4 3h2v3zm2 3H6v3H4l3 3 3-3H8V9z"/></svg>
<svg class="tc-image-unfold-less tc-image-button" width="22pt" height="22pt" viewBox="0 0 391.25811767578125 682.666015625"><path d="M.002 622.293l60.373 60.373 135.253-135.253 135.253 135.253 60.373-60.373-195.627-195.627L0 622.293zm391.254-561.92L330.883 0 195.63 135.253 60.377 0 .004 60.373 195.631 256 391.258 60.373z"/></svg>
<svg class="tc-image-unfold-more tc-image-button" width="22pt" height="22pt" viewBox="0 0 391.2560119628906 768"><path d="M195.628 120.747L330.881 256l60.373-60.373L195.627 0 0 195.627 60.373 256l135.253-135.253zm0 526.506L60.375 512 .002 572.373 195.629 768l195.627-195.627L330.883 512 195.63 647.253z"/></svg>
<svg class="tc-image-ungroup tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M6 7.25c0 .412-.338.75-.75.75h-1.5A.752.752 0 0 1 3 7.25v-1.5c0-.412.337-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zm5 0c0 .412-.338.75-.75.75h-1.5A.753.753 0 0 1 8 7.25v-1.5c0-.412.338-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zm-5 5c0 .412-.338.75-.75.75h-1.5a.752.752 0 0 1-.75-.75v-1.5c0-.412.337-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zm5 0c0 .412-.338.75-.75.75h-1.5a.753.753 0 0 1-.75-.75v-1.5c0-.412.338-.75.75-.75h1.5c.412 0 .75.338.75.75v1.5zm3.251-9.75L16 .751V0h-.751L13.5 1.749 11.751 0H11v.751L12.749 2.5 11 4.249V5h.751L13.5 3.251 15.249 5H16v-.751zM0 12h1v2H0v-2zm0-3h1v2H0V9zm13-2h1v2h-1V7zm0 6h1v2h-1v-2zm0-3h1v2h-1v-2zM0 6h1v2H0V6zm0-3h1v2H0V3zm8-1h2v1H8V2zM5 2h2v1H5V2zM2 2h2v1H2V2zm5 13h2v1H7v-1zm3 0h2v1h-2v-1zm-6 0h2v1H4v-1zm-3 0h2v1H1v-1z"/></svg>
<svg class="tc-image-ungroup-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 20 20"><path d="M2 1v1H1V1h1m1-1H0v3h3V0zM2 13v1H1v-1h1m1-1H0v3h3v-3zm12 1v1h-1v-1h1m1-1h-3v3h3v-3zM15 1v1h-1V1h1m1-1h-3v3h3V0zm-3 1H2v1h11V1zm0 12H2v1h11v-1zM2 13V3H1v10h1zm13 0V3h-1v10h1zm-9 5v1H5v-1h1m1-1H4v3h3v-3zm12 1v1h-1v-1h1m1-1h-3v3h3v-3zM19 6v1h-1V6h1m1-1h-3v3h3V5zm-3 1h-2v1h2V6zm0 12H6v1h11v-1zM6 18v-4H5v4h1zm13 0V8h-1v10h1zM11 6v2H5V6h6m0-1H5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"/></svg>
<svg class="tc-image-unindent tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13"><path d="M0 .5A.5.5 0 0 1 .5 0h13a.5.5 0 0 1 0 1H.5A.5.5 0 0 1 0 .5zm0 12a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5zm4-9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0-.5.5zm0 3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0-.5.5zm-1.568-.542L.1 6.625C.033 6.559 0 6.48 0 6.391s.033-.168.1-.234l2.332-2.334a.323.323 0 0 1 .236-.098.32.32 0 0 1 .234.098.319.319 0 0 1 .098.234v4.668c0 .09-.032.168-.098.233a.324.324 0 0 1-.47 0z"/></svg>
<svg class="tc-image-unionpay tc-image-button" width="22pt" height="22pt" viewBox="0 0 710.3699951171875 438.698974609375"><path d="M315.286 204.45c2.466 0 4.702-1.617 6.584-4.284 2.701-3.618 4.702-12.1 5.133-14.383 2.432-10.282 2.035-16.683-3.435-16.683-6.985 0-9.715 8.601-12.032 18.85-.802 3.55-1.45 6.818-1.416 10.018.068 6.481 4.433 6.481 5.167 6.481zm106.352 61.981l2.317-7.667h-32.217L387.07 274.3s6.25-5.717 16.952-7.565c2.437-.452 17.617-.303 17.617-.303zm44.8 62.687h16.5l4.735-15.85h-16.452zm-51.183-42.637l2.035-6.366h-31.949l-1.967 6.434h27.664c3.247-.384 3.934.086 4.216-.068zm58.701 17.617s6.285-3.2 9.634-4.216c3.4-.768 8.567-1.416 8.567-1.416l4.002-13.15h-16.534l-5.67 18.782zm10.1-143.783c5.85-2.85 10.401-8.75 11.95-15.765 1.698-7.685-.734-13.568-6.635-15.85-.35-.035-15.3-1.32-15.3-1.32l-2.902-.298-.098 1.233-.235 1.617c.034-.115-7.215 31.416-7.215 31.416l-.298 1.583h3.934c6.08 0 11.981-.2 16.798-2.615zm51.498 45.1c2.466 0 6.75-1.584 8.55-4.136.965-1.275 1.835-3.196 2.586-5.222.738-2.97 1.497-5.935 2.197-8.926.482-2.07.888-3.899 1.263-5.632.473-6.963-1.86-11.05-6.28-11.05-7 0-9.698 8.516-12.049 18.581-.815 3.584-1.467 6.848-1.433 10.018.154 6.366 4.467 6.366 5.167 6.366zM670.705 0H141.85c-24.465 0-48.917 19.917-54.618 44.433L5.702 394.334C0 418.77 15.232 438.7 39.634 438.7h528.798c24.465 0 48.952-19.934 54.698-44.365l81.485-349.9C710.37 19.915 695.173 0 670.703 0zM545.658 156.651c3.67 1.412 6.054 3.678 7.697 6.327.102-.81.213-1.63.32-2.479l.802-.649c10.568-1.502 13.5-1.933 24.482-3.968l.316.917a3870.74 3870.74 0 0 0-5.952 24.982c-4.032 17.467-5.5 26.334-7.048 35.464l-.968.734c-10.633-.085-13.683-.085-23.5.333l-.62-.802c.324-1.246.644-2.488.973-3.729-3.592 3.021-7.47 5.125-11.653 5.346-3.968.201-7.867-.35-12.216-2.202-13.649-5.316-11.452-20.233-9.532-28.399 1.817-8.098 5.018-16.55 11.682-22.716 9.481-8.627 20.514-11.012 25.216-9.16zm-103.885-9.635c0-.05 6.818-31.65 6.818-31.65s.5-2.466.768-3.849c3.131.384 10.765.448 29.798.217l7.335-.068c14.865.068 27.75.235 34.218 9.284 2.552 3.401 3.434 7.75 3.434 12.152 0 3.35-.499 6.698-1.182 9.514-2.633 11.481-8.534 20.933-17.165 27.332-12.685 9.336-28.869 9.336-43.2 9.336h-1.514c-1.033.567-2.065 2.001-2.065 2.001-.2.5-3.48 14.268-3.48 14.268-.035 0-3.884 18.765-4.532 21.935-2.867-.315-9.686-.315-26.299-.115.751-3.174 17.067-70.357 17.067-70.357zm-84.536 48.218c4.386-19.269 5.385-26.632 6.617-36.433l.785-.567c10.168-1.433 12.685-1.732 23.702-3.968l.85 1.032-1.584 6.136c1.817-1.118 3.665-2.232 5.517-3.2 5.167-2.55 10.982-3.315 14.15-3.315 4.782 0 10.098 1.348 12.364 6.933 2.048 4.983.65 11.102-2.116 23.168l-1.383 6.166c-2.902 13.418-3.315 15.885-4.869 25.101l-1.067.802c-8.832-.149-11.848-.149-22.165.401l-.384-.785c.883-3.934 1.881-7.782 2.8-11.75l1.198-5.368c1.933-8.315 3.784-18 3.968-20.966.201-1.767.815-6.2-4.232-6.2-2.202 0-4.399 1.032-6.664 2.082-1.199 4.433-3.75 16.883-4.984 22.55-2.466 11.95-2.649 13.332-3.768 19.233l-.785.802c-9.049-.149-12.168-.149-22.618.401l-.465-.9a2462.285 2462.285 0 0 0 5.133-21.355zm8.82 56.166l-4.152 13.918h-31.288l-3.384 2.935c-1.467 1.416-1.967.832-3.865 1.851-1.767.883-5.466 2.65-10.283 2.65h-10.018l4.032-13.369h3.017c2.534 0 4.284-.235 5.167-.785.998-.649 2.116-2.065 3.35-4.352l5.78-10.449h22.733l-4.002 7.6h22.912zm-195.555-72.849c-3.166 11.131-6.716 23.667-20.284 31.685-7.817 4.783-19.384 7.4-31.719 7.4-9.566 0-26.483-1.55-32.418-11.918-1.85-3.268-2.782-7.134-2.782-11.865l2.167-15.966 1.118-4.886 13.017-57.549s.618-3.166.785-3.716c.298.401 4.702.62 29.517.401-.034.183-.068.384-.183.768-2.283 6.75-15.03 57.817-15.03 57.817 0 .085-2.433 15.266-2.433 15.266l.15 2.581c.784 7.518 5.43 11.482 13.417 11.482 4.966 0 9.25-1.468 12.915-4.5 6.47-5.219 8.367-13.3 10.983-24.632.034-.05 12.181-56.085 12.834-59.183 1.698.401 7.02.584 25.015.401-.115.183-.149.384-.235.768-2.23 6.9-15.368 59.934-15.368 59.934l-1.467 5.713zm72.035 6.464l-1.416 6.166c-2.816 13.418-3.286 15.885-4.868 25.101l-1.033.802c-8.785-.149-11.917-.149-22.2.401l-.384-.785c.883-3.934 1.851-7.782 2.735-11.75l1.267-5.368c1.9-8.315 3.75-18 3.968-20.966.2-1.767.815-6.2-4.267-6.2-2.134 0-4.365 1.033-6.635 2.082-1.233 4.433-3.733 16.883-4.933 22.55-2.55 11.95-2.7 13.332-3.849 19.233l-.734.802c-9.067-.149-12.233-.149-22.664.401l-.465-.9c1.733-7.083 3.464-14.25 5.133-21.35 4.382-19.27 5.432-26.633 6.618-36.434l.85-.567c10.184-1.433 12.65-1.732 23.666-3.968l.935 1.032-1.698 6.136c1.882-1.118 3.665-2.232 5.551-3.2 5.201-2.55 10.983-3.315 14.15-3.315 4.85 0 10.133 1.348 12.334 6.933 2.074 4.98.691 11.097-2.06 23.163zm36.931-3.934c-.969 4.25-2 8.401-2.935 12.566-1.967 8.866-2.765 12.181-3.234 14.584-.465 2.232-.584 3.464-1.349 8.051l-.499.418-.465.384c-5.317-.034-8.75-.149-12.066-.034-3.315.034-6.55.201-11.48.435l-.265-.435-.315-.465c1.35-5.082 2.082-6.848 2.752-8.666.683-1.817 1.301-3.618 2.5-8.785 1.55-6.75 2.5-11.452 3.115-15.582.734-4.002 1.118-7.399 1.668-11.332l.384-.298.418-.384c5.282-.734 8.632-1.233 12.066-1.784 3.464-.448 6.95-1.152 12.416-2.202l.2.465.15.5c-1.008 4.163-2.058 8.332-3.06 12.564zm1.153-18.03c-5.815 4.083-14.567 4.933-19.452 2.082-4.95-2.966-4.284-8.6 1.566-12.565 5.866-4.049 14.584-4.983 19.55-2.048 4.902 2.897 4.168 8.478-1.664 12.531zm7.8 24.281c1.881-8.132 5-16.618 11.75-22.865 9.398-8.666 21.43-9.165 26.482-9.165 8.401 0 16.5 1.882 21.082 7.75 3.017 3.848 5.418 10.167 2.334 23.701-.952 4.083-3.682 14-9.65 20.667-7.749 8.218-18.049 10.982-28.102 10.982-3.934 0-10.035-.499-14.267-2.317-13.713-5.55-11.529-20.467-9.63-28.753zm47.833 160.82h-25.716c-2.082 0-3.618-.299-5.849-.803-2.168-.55-3.132-1.514-4.083-2.983-.935-1.502-2.398-2.735-1.399-5.965l7.4-24.435h-12.686l4.216-13.965h12.714l3.384-11.366H301.55l4.05-13.299h55.832l-4.135 13.3h-22.315L331.502 300h22.834l-4.168 13.735H327.35l-5.55 18.466c-.667 2.035 5.43 2.3 7.632 2.3l11.401-1.566-4.578 15.215zm46.067 0h-14.985c-4.783 0-8.25-.116-10.683-.299-2.317-.2-4.73 0-6.366-1.233-1.382-1.233-3.515-2.867-3.464-4.519.15-1.53.802-4.083 1.767-7.599l27.303-90.534h19.5l-2.85 9.817s6.164-4.933 10.482-6.699c4.284-1.583 14-3.017 14-3.017l31.564-.183-10.752 35.818c-1.817 6.118-3.934 10.082-5.248 11.9-1.182 1.816-2.582 3.4-5.317 4.897-2.649 1.433-5.082 2.231-7.317 2.466-2.082.15-5.282.2-9.715.264h-30.417l-8.55 28.301c-.815 2.816-1.199 4.168-.665 4.933.435.65 1.467 1.416 2.902 1.416l13.418-1.267-4.604 15.535zm48.62-37.82c-.769 2.701-1.434 4.702-3.466 6.434-2.134 1.817-4.634 3.716-10.483 3.716l-10.833.448-.086 9.715c-.115 2.735.62 2.466 1.05 2.901.498.5.951.683 1.416.883l3.434-.2 10.334-.567-4.284 14.183h-11.865c-8.298 0-14.468-.2-16.465-1.784-2-1.267-2.265-2.85-2.23-5.585l.767-37.9h18.936l-.264 7.747h4.548c1.566 0 2.615-.149 3.27-.567.584-.435.998-1.015 1.266-1.967l1.9-6.067h14.881l-1.826 8.61zm66.298 37.7h-20.318l1.383-4.502h-41.233l4.117-13.5h4.198l21.632-71.702 4.318-14.45h20.702l-2.168 7.282s5.517-3.968 10.752-5.317c4.331-1.152 25.694-1.69 32.85-1.839v-.038h22.134l.217 8.235c-.149 1.4 1.05 2.048 3.635 2.048h4.501l-4.117 13.602h-11.95c-10.335.734-14.269-3.699-14-8.7l-.222-8.089-2.245 7.274h-7.082l-21.35 70.618h5.768l-4.467 14.584h-5.7l-1.358 4.493zm91.55-62.716H566.59l-3.465 11.067h22.268l-3.699 12.101h-24.05l-4.285 5.1h9.766l2.385 15.248c.264 1.514.264 2.517.768 3.166.5.534 3.434.815 5.133.815h2.966l-4.519 14.835h-7.518c-1.152 0-2.885-.086-5.282-.183-2.23-.2-3.818-1.514-5.35-2.283-1.384-.649-3.435-2.317-3.935-5.167l-2.35-15.215-10.949 14.985c-3.465 4.75-8.167 8.367-16.115 8.367h-15.3l4.014-13.248h5.85c1.698 0 3.166-.666 4.284-1.233 1.118-.465 2.116-1.05 3.234-2.7l15.966-22.487h-21.082l3.618-12.1h24.098l3.418-11.068h-23.783l4.05-13.649h66.183l-4.12 13.65zm13.982-42.082l-.904 1.033h.136l-8.55 14.651c-2.7 5.017-7.718 8.751-15.702 8.785l-13.602-.235 3.968-13.184h2.667c1.383 0 2.385-.068 3.15-.448.698-.235 1.198-.785 1.75-1.583l4.812-7.61-.047-.104c6.835-10.283 8.516-14.716 15.616-26.432-1.267-13.115-1.85-17.349-2.885-25.95-.619-5.133-1.433-10.368-2.048-15.565-1.318-10.599-.999-9.1-2.317-15.817l-.068-.149c.068-.418.068-.802.183-1.152l.815-.734c10.518-1.349 10.782-1.698 22.165-3.899l.952.968 1.514 29.265c.034.65.034 1.032.068 1.651 6.05-13.5 5.832-9.8 13.265-26.948l.034.166c.051-.166.086-.35.115-.465l.734-.734c9.984-1.349 11.951-1.698 22.818-3.899l.85.97c.012-.018-43.738 75.033-49.49 87.42zm-114.93 15.1l-5.483 18.048s6.165-2.782 9.485-3.699c3.4-.9 8.482-1.199 8.482-1.199l3.968-13.15h-16.452zm58.853-62.272c1.357-3.656 2.321-7.693 2.663-9.109.452-1.993.683-3.78.798-5.449a358.83 358.83 0 0 1-1.263 5.632c-.704 2.991-1.459 5.952-2.197 8.926z"/></svg>
<svg class="tc-image-unity_small tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.599998474121094 22.867000579833984"><path d="M17.606.513c-1.226.312-3.254.802-4.502 1.137l-2.295.579-.669 1.181-.668 1.204H6.686L0 11.3l6.686 6.686h2.741l.691 1.204c.379.669.847 1.27 1.07 1.337.379.111 3.254.892 7.087 1.916.958.245 1.76.424 1.783.401.044-.044.379-1.226.758-2.63s.936-3.454 1.226-4.547l.535-1.961-.646-1.115c-.357-.602-.646-1.181-.646-1.292s.29-.713.669-1.315L22.6 8.87l-.468-1.627c-.914-3.253-1.738-5.906-2.006-6.574L19.836 0l-2.229.513zm-1.048 2.986c-.044.089-.913 1.649-1.961 3.432l-1.894 3.254H8.714c-2.206 0-3.945-.044-3.9-.111.067-.045 1.204-1.248 2.496-2.652 2.006-2.139 2.541-2.563 3.232-2.697.446-.067 1.828-.424 3.053-.758 2.451-.669 3.075-.758 2.964-.468zm2.474 1.828c.111.401.535 1.916.936 3.365l.713 2.652-.624 2.251a609.241 609.241 0 0 1-.936 3.454c-.178.668-.423 1.114-.512 1.003-.089-.089-1.003-1.605-2.006-3.365-1.226-2.14-1.783-3.298-1.671-3.566.267-.735 3.566-6.486 3.722-6.508.067 0 .245.334.379.713zm-5.371 8.869c2.362 3.967 3.008 5.148 2.897 5.237-.044.044-1.604-.312-3.454-.78l-3.365-.891-2.429-2.474c-1.315-1.36-2.452-2.563-2.474-2.674-.045-.134 1.449-.178 3.878-.156l3.967.067.981 1.671z"/></svg>
<svg class="tc-image-universal-access tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 75"><g transform="translate(-12.5 -12.5)"><path d="M50 12.5c-20.712 0-37.5 16.793-37.5 37.502C12.5 70.712 29.288 87.5 50 87.5s37.5-16.788 37.5-37.498C87.5 29.293 70.712 12.5 50 12.5zm0 65.061c-15.199 0-27.56-12.362-27.56-27.559C22.44 34.807 34.802 22.44 50 22.44c15.198 0 27.56 12.367 27.56 27.562 0 15.196-12.362 27.559-27.56 27.559z"/><circle cx="49.63" cy="32.546" r="4.723"/><path d="M65.892 48.189l-8.973-8.974a2.49 2.49 0 0 0-.089-.089l-.061-.061-.006.006a2.205 2.205 0 0 0-1.457-.556c-.051 0-.098.012-.148.015H44.703l-.008-.001c-.561 0-1.067.214-1.458.557l-.005-.005-.055.055a1.572 1.572 0 0 0-.1.1l-8.968 8.968.015.015a1.986 1.986 0 1 0 2.808 2.809l.003.003 6.673-6.673v.004a.634.634 0 0 1 1.086.443v24.466a2.323 2.323 0 0 0 4.645 0V56.935h.017a.643.643 0 1 1 1.286 0h.017v12.334a2.323 2.323 0 0 0 4.645 0V44.875h.02c-.005-.034-.02-.064-.02-.099 0-.35.284-.633.635-.633a.62.62 0 0 1 .402.155v-.007l.021.021c.015.014.029.027.042.042l6.66 6.661.003-.003a1.986 1.986 0 1 0 2.808-2.809l.017-.014z"/></g></svg>
<svg class="tc-image-university tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 47.858001708984375 22"><path d="M23.987 13.381c-5.406 0-9.999 1.572-12.999 4.036V22h26v-4.583c-3-2.464-7.594-4.036-13.001-4.036zm23.871-2.352L23.924 0 0 11.029l3.988 1.825v2.807c-1 .207-1.003.731-1.003 1.354 0 .368.122.799.354 1.057L1.971 21h4.88l-1.356-2.93c.228-.258.415-.638.415-1.006 0-.622-.922-1.197-.922-1.404v-2.337l5 2.246v-.199c3-2.609 8.271-4.265 13.998-4.265 5.729 0 11.002 1.656 14.002 4.265v.199l9.87-4.54z"/></svg>
<svg class="tc-image-unlike tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 491.8999938964844"><path d="M109.7 16.5c-36.6 0-54.9 18.3-54.9 36.6s18.3 36.6 36.6 36.6c-36.6 0-54.9 18.3-54.9 36.6s18.3 36.6 36.6 36.6c-36.6 0-54.9 18.3-54.9 36.6S36.6 236 54.9 236C18.3 236 0 254.2 0 272.5s18.3 36.6 36.6 36.6h146.3c-9.1 36.6-18.3 73.1-18.3 91.4 0 36.6 18.3 73.1 27.4 82.3.2.2 9.1 9.1 27.4 9.1 27.4 0 27.4-27.4 27.4-27.4 0-.5 9.1-45.7 9.1-64 0-18.3 36.6-91.4 54.9-109.7l18.3-9.1v-256l-18.3-9.1H109.7zM363.9 0l-16.5 34.8v237.7l18.3 18.3h143.8c1.5-12 2.5-24.2 2.5-36.6C512 145.3 452.3 50.4 363.9 0z"/></svg>
<svg class="tc-image-unlink tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.004770278930664 14.01755142211914"><path d="M1.354 1.024a.5.5 0 0 0-.188.844l1.916 1.913a.501.501 0 1 0 .688-.688L1.854 1.18a.499.499 0 0 0-.438-.156.32.32 0 0 0-.062 0zM5.35.028a.5.5 0 0 0-.344.5V2.52a.5.5 0 0 0 .998 0V.53a.499.499 0 0 0-.592-.5.32.32 0 0 0-.062 0zM.433 5.021a.506.506 0 0 0 .156.998h1.916a.499.499 0 1 0 0-.998H.589a.492.492 0 0 0-.094 0 .32.32 0 0 0-.062 0zm11 2.998c-.276.043-.465.22-.422.496.043.275.302.547.578.504h1.916c.276 0 .5-.306.5-.582s-.224-.418-.5-.418h-1.916a.492.492 0 0 0-.094 0 .331.331 0 0 0-.063 0h.002zm-3.08 3.01a.501.501 0 0 0-.345.5v1.99a.498.498 0 1 0 .997 0v-1.99a.498.498 0 0 0-.591-.5.331.331 0 0 0-.063 0h.002zm2-1.005a.5.5 0 0 0-.188.844l1.915 1.913a.5.5 0 1 0 .688-.687l-1.915-1.913a.498.498 0 0 0-.438-.156.331.331 0 0 0-.063 0zm-6.036 2.557a2.99 2.99 0 0 1-2.121-.877 3.004 3.004 0 0 1 0-4.242l1.37-1.37a.5.5 0 0 1 .708.706l-1.372 1.37a2.001 2.001 0 0 0 0 2.828 2.003 2.003 0 0 0 2.828 0l1.37-1.37a.5.5 0 0 1 .708.706l-1.371 1.371a2.983 2.983 0 0 1-2.12.878zm5.659-4.62a.5.5 0 0 1-.354-.853l1.37-1.37a2.003 2.003 0 0 0 0-2.829 2.003 2.003 0 0 0-2.827 0L6.794 4.28a.5.5 0 0 1-.707-.707l1.37-1.37a3.002 3.002 0 0 1 4.243 0 3.002 3.002 0 0 1 0 4.241l-1.371 1.371a.494.494 0 0 1-.353.146z"/></svg>
<svg class="tc-image-unlock tc-image-button" width="22pt" height="22pt" viewBox="0 0 31.67099952697754 38.006004333496094"><path d="M0 17.42h3.167v-4.75C3.167 5.672 8.839 0 15.835 0c6.997 0 12.668 5.672 12.668 12.67h-4.75a7.918 7.918 0 1 0-15.836 0v4.75h23.754v20.586H0V17.419z"/></svg>
<svg class="tc-image-unlock-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 372.39996337890625 512"><path d="M349.1 232.7h-256v-93.1c0-51.4 41.7-93.1 93.1-93.1s93.1 41.7 93.1 93.1v23.3h46.5v-23.3C325.8 62.5 263.3 0 186.2 0S46.6 62.5 46.6 139.6v93.1H23.3C10.5 232.7 0 243.1 0 256v232.7C0 501.6 10.4 512 23.3 512h325.8c12.8 0 23.3-10.4 23.3-23.3V256c0-12.9-10.4-23.3-23.3-23.3z"/></svg>
<svg class="tc-image-unlock-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm8.396 212.462c112.097-4.539 194.092 93.25 198.101 195.351H689.894c-4.339-45.75-36.726-79.856-81.497-78.063-44.771 1.793-80.501 37.063-81.459 81.497v91.983l363.831-.001v366.643H309.194V503.229l100.456.001v-91.983c9.479-113.422 86.651-194.246 198.746-198.785z"/></svg>
<svg class="tc-image-unlock-keyhole tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.33899688720703 36.420997619628906"><path d="M33.254 0c6.122 0 11.085 4.962 11.085 11.084v1.584h-4.75v-1.584a6.335 6.335 0 1 0-12.669 0v4.75h3.167v20.587H0V15.835h22.17v-4.75C22.17 4.962 27.132 0 33.254 0zM12.668 31.67h4.75l-1.316-6.582a2.375 2.375 0 1 0-2.117 0l-1.317 6.583z"/></svg>
<svg class="tc-image-unlocked tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 448"><path d="M22.4 448h339.2c12.3 0 22.4-9.9 22.4-22.1V214c0-12.2-10-22-22.4-22H97v-30.9c0-27.3 9.9-61.1 28.1-80.3v-.3C142.7 61.9 167 51 191.9 51h.2c24.9 0 49.2 10.9 66.8 29.5v.3c11.3 11.9 19.4 29.3 24 47.3h53.4c-5.9-31.3-19.7-61.8-39.2-82.4C270.9 17.9 233.4 0 192.1 0h-.2c-41.3 0-79 17.9-105.3 45.6C60.2 73.4 44 119.5 44 161v31H22.4C10 192 0 201.9 0 214v211.9C0 438.1 10 448 22.4 448z"/></svg>
<svg class="tc-image-unmute tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.004648208618164 12.380001068115234"><path d="M11 6.21c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 11 6.21zM6.72.47L3 4.19H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V1c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 15 6.19c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0 0 13 6.21c0-1.65-.67-3.16-1.75-4.25z"/></svg>
<svg class="tc-image-unstack tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14"><path d="M3 14H0V0h3v14zM7 3H4v11h3V3zm4-2H8v13h3V1zm4 4h-3v9h3V5z"/></svg>
<svg class="tc-image-unstroke tc-image-button" width="22pt" height="22pt" viewBox="0 0 13 13"><path d="M10 7V6h1v1h-1zM9 7V6H8v1h1zM7 7V6H6v1h1zM5 7V6H4v1h1zM3 7V6H2v1h1zm8-6V0h-1v1h1zM9 1V0H8v1h1zM7 1V0H6v1h1zM5 1V0H4v1h1zM3 1V0H2v1h1zm8 12v-1h-1v1h1zm-2 0v-1H8v1h1zm-2 0v-1H6v1h1zm-2 0v-1H4v1h1zm-2 0v-1H2v1h1zM7 3V2H6v1h1zm0 2V4H6v1h1zm0 4V8H6v1h1zm0 2v-1H6v1h1zM1 7V6H0v1h1zm0-6V0H0v1h1zm0 12v-1H0v1h1zM1 3V2H0v1h1zm0 2V4H0v1h1zm0 4V8H0v1h1zm0 2v-1H0v1h1zm12-4V6h-1v1h1zm0-6V0h-1v1h1zm0 12v-1h-1v1h1zm0-10V2h-1v1h1zm0 2V4h-1v1h1zm0 4V8h-1v1h1zm0 2v-1h-1v1h1z"/></svg>
<svg class="tc-image-unverified tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.23000144958496 16.23000144958496"><path d="M15.79 7.18l-1.08-1.34c-.17-.22-.28-.48-.31-.77l-.19-1.7a1.51 1.51 0 0 0-1.33-1.33l-1.7-.19c-.3-.03-.56-.16-.78-.33L9.06.44C8.51 0 7.73 0 7.18.44L5.84 1.52c-.22.17-.48.28-.77.31l-1.7.19c-.7.08-1.25.63-1.33 1.33l-.19 1.7c-.03.3-.16.56-.33.78L.44 7.17C0 7.72 0 8.5.44 9.05l1.08 1.34c.17.22.28.48.31.77l.19 1.7c.08.7.63 1.25 1.33 1.33l1.7.19c.3.03.56.16.78.33l1.34 1.08c.55.44 1.33.44 1.88 0l1.34-1.08c.22-.17.48-.28.77-.31l1.7-.19c.7-.08 1.25-.63 1.33-1.33l.19-1.7c.03-.3.16-.56.33-.78l1.08-1.34c.44-.55.44-1.33 0-1.88zm-6.67 4.44c0 .28-.22.5-.5.5h-1c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.89c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.45-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.25c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.41-.38.27-.19.36-.3.48-.52.12-.22.2-.38.2-.59 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 0 0-.09.28h-2c0-.38.13-.56.27-.83.16-.27.36-.5.61-.67.25-.17.55-.3.88-.38.33-.08.7-.13 1.09-.13.44 0 .83.05 1.17.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .42-.08.59l-.02-.01z"/></svg>
<svg class="tc-image-up tc-image-button" width="22pt" height="22pt" viewBox="0 0 605.0999755859375 512"><path d="M0 512h139.6V372.4H0V512zm0-186.2h139.6V186.2H0v139.6zm46.5-93.1H93v46.5H46.5v-46.5zM0 139.6h139.6V0H0v139.6zm46.5-93.1H93V93H46.5V46.5zm314.2 35L442.2 0h-256v256l81.5-81.5C453.8 290.9 372.4 418.9 209.5 512c162.9 0 395.6-186.2 151.2-430.5z"/></svg>
<svg class="tc-image-up_2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 325.8000183105469"><path d="M256 0L0 256l69.8 69.8L256 139.6l186.2 186.2L512 256z"/></svg>
<svg class="tc-image-up-arrow tc-image-button" width="22pt" height="22pt" viewBox="0 0 426.6000061035156 512"><path d="M213.3 0L0 213.3v128l170.6-170.6V512H256V170.7l170.6 170.6v-128z"/></svg>
<svg class="tc-image-up-arrow-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 341.4000244140625 512"><path d="M170.7 0L0 213.3h128V512h85.4V213.3h128z"/></svg>
<svg class="tc-image-up-bold tc-image-button" width="22pt" height="22pt" viewBox="0 0 760 730"><path d="M760 380H568v350H192V380H0L380 0l380 380"/></svg>
<svg class="tc-image-up-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 920 920"><path d="M460 920c-126.667 0-235-45-325-135S0 586.667 0 460c0-128 45-236.667 135-326S333.333 0 460 0s235 44.667 325 134 135 198 135 326c0 126.667-45 235-135 325S586.667 920 460 920m0-820c-98.667 0-183.333 35-254 105S100 360 100 460c0 98.667 35.333 183.333 106 254s155.333 106 254 106c100 0 185-35.333 255-106s105-155.333 105-254c0-100-35-185-105-255S560 100 460 100m-90 552V448H258l202-192 202 192H550v204H370"/></svg>
<svg class="tc-image-up-dir tc-image-button" width="22pt" height="22pt" viewBox="0 0 460 400"><path d="M0 400L230 0l230 400H0"/></svg>
<svg class="tc-image-up-open tc-image-button" width="22pt" height="22pt" viewBox="0 0 580 347.3330078125"><path d="M564 240c10.667 10.667 16 24.333 16 41s-5.333 30.333-16 41c-25.333 25.333-51.333 25.333-78 0L290 134 94 322c-26.667 25.333-52.667 25.333-78 0-10.667-10.667-16-24.333-16-41s5.333-30.333 16-41L250 16c10.667-10.667 24-16 40-16s29.333 5.333 40 16l234 224"/></svg>
<svg class="tc-image-up-open-big tc-image-button" width="22pt" height="22pt" viewBox="0 0 872 472"><path d="M808 457.333l-372-358-370 358C48.667 472 32 472 16 457.333c-16-16-16-32.667 0-50l396-390C429.333 0 445.333 0 460 17.333l396 390c16 17.333 16 34 0 50-17.333 14.667-33.333 14.667-48 0"/></svg>
<svg class="tc-image-up-open-mini tc-image-button" width="22pt" height="22pt" viewBox="0 0 472 272"><path d="M66 257.333C48.667 272 32 272 16 257.333c-16-16-16-32.667 0-50l196-190C229.333 0 245.333 0 260 17.333l196 190c16 17.333 16 34 0 50-16 14.667-32.667 14.667-50 0l-170-158-170 158"/></svg>
<svg class="tc-image-up-thin tc-image-button" width="22pt" height="22pt" viewBox="0 0 500 980"><path d="M500 238H338v742H162V238H0L250 0l250 238"/></svg>
<svg class="tc-image-update tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.790000915527344 39.06999969482422"><path d="M37.79 15.58H24.22l5.49-5.64c-5.46-5.41-14.3-5.61-19.76-.2a13.75 13.75 0 0 0 0 19.58c5.46 5.41 14.3 5.41 19.76 0 2.72-2.7 4.08-5.83 4.07-9.79h4.01c0 3.96-1.76 9.1-5.28 12.59-7.02 6.95-18.42 6.95-25.44 0S0 13.9 7.02 6.95C14.03 0 25.31 0 32.32 6.95l5.47-5.62v14.25zm-17-4.25v8.5l7 4.16-1.44 2.42-8.56-5.08v-10h3z"/></svg>
<svg class="tc-image-upload tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.076416015625 10.780025482177734"><path d="M12.598 3.598A5.223 5.223 0 0 0 2.54 5.248a2.775 2.775 0 0 0 .317 5.531h4.081V8.493H4.651l3.43-4.57 3.428 4.57H9.223v2.286h3.266a3.592 3.592 0 0 0 .11-7.18z"/></svg>
<svg class="tc-image-upload-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 504.8999938964844"><path d="M256 0C114.6 0 0 114.6 0 256c0 121 84.1 222.2 196.9 248.9V275.7H98.5L256 98.5l157.5 177.2H315v229.2C427.9 478.2 512 377 512 256 512 114.6 397.4 0 256 0z"/></svg>
<svg class="tc-image-upload-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M209.5 418.9h93.1V232.7h139.6L256 0 69.8 232.7h139.6v186.2zm256-46.5v93.1h-419v-93.1H0V512h512V372.4h-46.5z"/></svg>
<svg class="tc-image-upload-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M209.5 418.9h93.1V232.7h139.6L256 0 69.8 232.7h139.6v186.2zM0 465.5V512h512v-46.5H0z"/></svg>
<svg class="tc-image-upload-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M69.8 325.8h139.6V512h93.1V325.8h139.6L256 93.1 69.8 325.8zM0 0v46.5h512V0H0z"/></svg>
<svg class="tc-image-upload-cloud tc-image-button" width="22pt" height="22pt" viewBox="0 0 92.35926818847656 70.50499725341797"><path d="M75.612 22.083C72.102 9.101 61.148 0 48.478 0c-8.835 0-17.065 4.454-22.414 12.018a20.172 20.172 0 0 0-4.501-.514C9.675 11.503 0 22.042 0 35.001c0 4.647 1.251 9.148 3.612 13.018.555.906 1.49 1.449 2.49 1.449h19.923c.143-9.265 7.688-16.734 16.987-16.734s16.843 7.469 16.987 16.734h26.945c.947 0 1.836-.485 2.403-1.315a17.25 17.25 0 0 0 3.004-9.768c-.001-9.656-7.816-17.471-16.739-16.302z"/><path d="M53.52 55.582l-9.918-13.861a.963.963 0 0 0-.779-.4h-.002c-.31 0-.598.15-.779.404l-9.854 13.857a.963.963 0 0 0-.069.996c.164.32.494.518.853.518h4.634v12.449c0 .532.43.96.958.96h8.58c.53 0 .958-.428.958-.96V57.096h4.638a.959.959 0 0 0 .78-1.514z"/></svg>
<svg class="tc-image-upload-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 11.272897720336914"><path d="M12.518 3.59A5.225 5.225 0 0 0 2.459 5.24C1.076 5.398 0 6.82 0 8.247c0 1.533 1.243 3.027 2.775 3.027h9.633c1.985 0 3.592-1.86 3.592-3.842 0-1.948-1.549-3.782-3.482-3.84zm-.11 6.683H8.5V5.93l1.231 1.2a.505.505 0 0 0 .72 0c.1-.1.019-.23.019-.361s-.034-.263-.134-.362l-2.02-2.078c-.002-.002 0-.003-.003-.005-.045-.045-.147-.081-.206-.107-.053-.021-.008-.03-.063-.033-.012 0-.021-.006-.032-.006-.008 0-.014.004-.021.004-.06.003-.089.014-.146.035a.54.54 0 0 0-.135.09c-.01.008-.023.012-.032.022L5.601 6.407c-.201.2-.109.525.092.725.2.2.512.2.712 0L7.5 5.93v4.343H2.775C1.796 10.273 1 9.226 1 8.246c0-.903.675-1.785 1.571-1.886l.837-.158.049-.872c.129-2.23 1.981-3.992 4.216-3.992a4.197 4.197 0 0 1 3.916 2.636l.245.602.653.016C13.896 4.635 15 6.02 15 7.43c0 1.429-1.162 2.842-2.592 2.842z"/></svg>
<svg class="tc-image-upload-l-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 23.01679801940918 15.426526069641113"><path d="M18.052 4.523A7.648 7.648 0 0 0 11.054.009 7.687 7.687 0 0 0 3.418 6.84 4.308 4.308 0 0 0 .002 11.06a4.32 4.32 0 0 0 4.31 4.316c-.002 0 2.788.043 5.532.046.021 0 .075.005.154.005.311 0 .986-.088 1.473-.56.484-.468.532-1.385.507-1.444V7.265l2.243 2.2a.514.514 0 0 0 .727 0c.1-.1.06-.23.06-.361s-.052-.263-.15-.362l-3.029-3.078-.008-.005c-.045-.045-.149-.081-.208-.106-.054-.021-.01-.03-.064-.033-.012 0-.02-.006-.032-.006-.008 0-.014.004-.02.004a.411.411 0 0 0-.147.035.514.514 0 0 0-.135.09c-.01.008-.023.012-.032.02L8.106 8.743c-.2.2-.109.525.092.725.2.2.525.2.726 0l2.11-2.201v6.29c-.003.022-.013.04-.013.063 0 .248-.065.43-.199.556-.258.239-.738.262-.935.249-2.755 0-5.556-.047-5.565-.047a3.32 3.32 0 0 1-3.316-3.316A3.307 3.307 0 0 1 3.944 7.77a.5.5 0 0 0 .442-.47 6.681 6.681 0 0 1 6.668-6.291A6.654 6.654 0 0 1 17.25 5.19c.074.184.25.307.45.312a4.416 4.416 0 0 1 4.302 4.435 4.443 4.443 0 0 1-4.438 4.438h-2.116a.5.5 0 0 0 0 1h2.116a5.444 5.444 0 0 0 5.438-5.438 5.406 5.406 0 0 0-4.95-5.415z"/></svg>
<svg class="tc-image-upload-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 22.94499969482422"><path d="M17.986 16.945c0-.105-.004-.211-.038-.316l-2-6a.996.996 0 0 0-.56-.594 2.995 2.995 0 0 0-.269-3.914L9 0 2.879 6.121a2.998 2.998 0 0 0-.27 3.914.987.987 0 0 0-.559.594l-2 6a1.007 1.007 0 0 0-.038.316c-.012 0-.012 5-.012 5a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1s0-5-.014-5zM4.293 7.535L9 2.828l4.707 4.707a.999.999 0 0 1 0 1.414 1.025 1.025 0 0 1-1.414 0L10 6.656v5.789a1 1 0 0 1-2 0V6.656L5.707 8.949a1.025 1.025 0 0 1-1.414 0 .999.999 0 0 1 0-1.414zm-.572 4.41H6v.5c0 1.654 1.346 3 3 3s3-1.346 3-3v-.5h2.279l1.666 5H2.053l1.668-5zm-1.721 9v-3h14v3H2z"/></svg>
<svg class="tc-image-upload2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 896"><path d="M480 640H0v256h960V640H480zm416 128H768v-64h128v64zM224 256L480 0l256 256H576v320H384V256z"/></svg>
<svg class="tc-image-upload3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 14"><path d="M7.5 10H0v4h15v-4H7.5zm6.5 2h-2v-1h2v1zM3.5 4l4-4 4 4H9v5H6V4z"/></svg>
<svg class="tc-image-usb tc-image-button" width="22pt" height="22pt" viewBox="0 0 41 22.246671676635742"><path d="M5 6.247a5.001 5.001 0 0 1 4.584 3h1.935c2.2-1.206 6.287-6.384 9.712-6.753A3.501 3.501 0 0 1 28 3.747a3.5 3.5 0 0 1-6.645 1.537c-3.037.353-4.98 3.11-6.08 3.963H34v-3.25l7 5.25-7 5.25v-3.25H18.276c1.176.91 3.314 4 6.724 4v-2h7v7h-7v-2.25c-3.562.445-8.114-5.452-10.481-6.75H9.584a5.001 5.001 0 0 1-9.584-2 5 5 0 0 1 5-5z"/></svg>
<svg class="tc-image-usb-drive tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M10 10h6v6h-6v-6zm15 0h6v6h-6v-6zM2 0h36v19h2v21H0V19h2V0zm2 2v17h32V2H4zm25.013 31.04h-5.052v1.684h-.843c-2.193 0-4.752-3.332-5.718-4.21h13.297v2.525l5.053-3.368-5.053-3.368v2.526H14.874c.966-.88 2.683-4.21 4.876-4.21h.986a2.527 2.527 0 1 0 0-1.685h-.986c-3.741 0-5.654 4.82-7.216 5.895h-2.153a3.37 3.37 0 0 0-6.631.842 3.368 3.368 0 0 0 6.63.842h4.68c1.562 1.074 4.317 5.895 8.058 5.895h.843v1.684h5.052V33.04z"/></svg>
<svg class="tc-image-usd tc-image-button" width="22pt" height="22pt" viewBox="0 0 292.9000244140625 512"><path d="M283.5 315.6c-6.3-12.5-14.8-23.9-25.5-34.2-10.7-10.3-23.1-19.6-37.3-28.1-14.1-8.5-29.2-16.6-45.1-24.3-3.8-1.6-7.2-3-10.8-4.5v-129c2.7-.1 5.5-.4 8.2-.4 40.8 0 75.6 15.5 101.5 32.8v-73c-21.8-10.1-59.2-18.3-107-18.3-.9 0-1.7.1-2.6.1V0h-36.6v39.8c-7.1 1.1-14.3 2.1-21.5 3.7-20.2 4.6-38.2 11.8-54 21.3-15.8 9.6-28.6 21.7-38.3 36.4-9.7 14.7-14.5 32-14.5 52 0 16.2 2.8 30.3 8.4 42.3 5.6 12.1 13.4 22.9 23.3 32.4 9.9 9.6 21.5 18.3 34.9 26.2 13.4 7.9 27.8 15.7 43.3 23.4 6.3 2.7 12.4 5.3 18.3 7.9v131.2c-3.3.1-6.2.4-9.7.4-9.1 0-19.1-.9-29.9-2.7-10.8-1.8-21.7-4.3-32.5-7.6-10.8-3.2-21.1-7.3-30.8-12s-18-10.1-25-16v74.6c6.4 3.8 14.9 5.1 25.3 8 10.4 3 21.4 5.5 33.1 7.6 11.7 2.1 23.1 3.6 34.2 4.7 11.1 1.1 25.1 1.6 32.7 1.6.9 0 1.7-.1 2.6-.1V512h36.6v-39.2c7-1 14.1-2.1 21.6-3.6 20.6-4.2 38.8-10.8 54.7-20.1 15.8-9.3 28.4-21.3 37.8-36.1 9.4-14.8 14-33 14-54.5 0-16-3.1-30.3-9.4-42.9zM104.8 194.7c-8.2-5.7-14.4-12-18.6-18.9-4.3-6.9-6.4-15.1-6.4-24.6 0-10.1 2.8-18.6 8.3-25.7 5.5-7.1 12.7-12.9 21.5-17.5 5.7-2.9 12.1-5.1 18.8-7v107.3c-9-4.5-17.1-9-23.6-13.6zm85.1 207.6c-6.7 4.2-15.2 7.4-24.9 9.8v-110c6.8 3.5 13.1 7 18.7 10.7 9.3 6.1 16.6 12.9 21.8 20.3 5.2 7.4 7.8 16.1 7.8 26.2 0 18.8-7.8 33.1-23.4 43z"/></svg>
<svg class="tc-image-user tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.549997329711914 13.97700023651123"><path d="M11.595 11.33c-.955-.651-2.995-1.216-3.299-1.39s-.607-.304-.607-.867c0-.564.309-.863.738-1.26.805-.742.65-1.584 1.171-1.975.427-.319.64-.565.707-1.043.011-.071.018-.152.021-.242.001-.037.009-.062.009-.104 0-.738-.607-.738-.607-.738s0 .021-.217-1.193C9.302 1.344 8.118.092 6.474.008V0c-.033 0-.062.003-.094.004C6.353.003 6.326 0 6.298 0v.007c-.008 0-.015.002-.023.003C6.267.009 6.26.007 6.252.007V0c-.028 0-.055.003-.082.004C6.139.003 6.109 0 6.076 0v.008c-1.645.084-2.828 1.336-3.037 2.51-.217 1.215-.217 1.193-.217 1.193s-.607 0-.607.738c0 .041.008.066.009.104.004.09.011.171.021.242.067.478.28.724.707 1.043.521.391.366 1.233 1.171 1.975.43.396.738.695.738 1.26 0 .563-.304.693-.607.867s-2.344.738-3.299 1.39-.912.998-.912 1.561c0 .955 1.216 1.086 1.216 1.086h10.032s1.216-.131 1.216-1.086c0-.563.043-.91-.912-1.561z"/></svg>
<svg class="tc-image-user_female tc-image-button" width="22pt" height="22pt" viewBox="0 0 2039 1920"><path d="M0 1920q0-18 2-46.5t22-92.5 55-100q34-35 134-76.5t227-87.5 187-76q66-34 106.5-97t48.5-133H616q-4-18-10-48.5T586 1041t-24-177-14.5-197 1.5-199.5T579.5 301 647 185q38-39 85.5-52.5t69.5.5q2 0 3-1 0-3 5-16 26-69 85-98 36-19 127-16 4 0 14 .5t14 .5h3q51 4 115 22 55 16 102 41t95.5 71.5 81.5 108 51 154.5 12 206q-7 137-19 250t-23 176-21.5 106-16.5 58l-7 15h-166q8 71 48 133.5t106 96.5q60 30 187 76t227.5 87.5T1960 1681q35 36 55 95.5t22 101.5l2 42H0z"/></svg>
<svg class="tc-image-user_male tc-image-button" width="22pt" height="22pt" viewBox="0 0 2002 1884.833251953125"><path d="M0 1884.833q0-18 2-46t21.5-91.5 54.5-98.5q34-34 132-74.5t222.5-85.5 183.5-75q74-36 114-109.5t40-151.5q0-55-63-126-37-44-64-120-89-37-89-149 0-83 29-120-8-56-18-165-2-16-4.5-42.5t5-90.5 31.5-108q38-67 96.5-92.5t95.5-9.5q1 0 1-1 2-10 9-26.5t29-44 51-42.5q16-8 52-12.5t87.5-1 107 15.5 111 43.5 99.5 77.5 72.5 121.5 29.5 171.5q1 21 0 41-8 92-19 165 29 37 29 120 0 112-89 149-27 76-64 120-63 71-63 126 0 78 40 151.5t114 109.5q59 30 183.5 75t223 85.5 132.5 74.5q35 35 54 94t21 101l2 41H0z"/></svg>
<svg class="tc-image-user-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 39.58300018310547"><path d="M7.917 19h4.75v7.917h7.916v4.75h-7.916v7.916h-4.75v-7.916H0v-4.75h7.917V19zM19 0c5.542 0 7.917 3.167 7.117 9.813a2.374 2.374 0 0 1-.51 4.342c-.413 1.468-1.053 2.768-1.857 3.808v4.995c2.639.528 4.75.792 7.917 2.375 3.166 1.584 4.222 3.035 6.333 5.146V38H14.25v-4.75h7.917v-7.917H14.25v-7.916h-.391c-.622-.936-1.122-2.04-1.465-3.262a2.376 2.376 0 0 1-.511-4.342C11.083 3.167 13.458 0 19 0zM0 38v-4.75h6.333V38H0z"/></svg>
<svg class="tc-image-user-add-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 17"><path d="M18 10h-6a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2zm-3 3a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zM6 2c1.654 0 3 1.346 3 3S7.654 8 6 8 3 6.654 3 5s1.346-3 3-3m0-2C3.236 0 1 2.238 1 5s2.236 5 5 5 5-2.238 5-5-2.236-5-5-5zm0 13c2.021 0 3.301.771 3.783 1.445C9.1 14.705 7.814 15 6 15c-1.984 0-3.206-.305-3.818-.542C2.641 13.743 3.959 13 6 13m0-2c-3.75 0-6 2-6 4 0 1 2.25 2 6 2 3.518 0 6-1 6-2 0-2-2.354-4-6-4z"/></svg>
<svg class="tc-image-user-check tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M960 608L672 896l-96-96-64 64 160 160 352-352zM448 768h320V652.872c-67.22-39.2-156.308-66.11-256-74.26v-52.78C582.498 486.104 640 387.06 640 288c0-159.058 0-288-192-288S256 128.942 256 288c0 99.06 57.502 198.104 128 237.832v52.78C166.898 596.36 0 703.032 0 832h448v-64z"/></svg>
<svg class="tc-image-user-delete tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.1670036315918 43.24700164794922"><path d="M0 28.692l3.36-3.359 5.597 5.598 5.598-5.598 3.359 3.36-5.598 5.597 5.598 5.598-3.36 3.359-5.597-5.598-5.598 5.598L0 39.887l5.598-5.597L0 28.692zM22.167 0c5.542 0 7.917 3.167 7.117 9.813a2.374 2.374 0 0 1-.51 4.342c-.413 1.468-1.053 2.768-1.857 3.808v4.995c2.639.528 4.75.792 7.917 2.375 3.166 1.584 4.222 3.035 6.333 5.146V38H19.192l-3.71-3.71 5.598-5.598-5.474-5.381 1.811-.353v-4.995c-.804-1.04-1.444-2.34-1.856-3.808a2.376 2.376 0 0 1-.511-4.342C14.25 3.167 16.625 0 22.167 0zM9.5 25.333a21.324 21.324 0 0 1 3.33-1.348l-3.826 3.826-1.395-1.395L9.5 25.333z"/></svg>
<svg class="tc-image-user-delete-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19 17"><path d="M18 10h-6a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2zM6 2c1.654 0 3 1.346 3 3S7.654 8 6 8 3 6.654 3 5s1.346-3 3-3m0-2C3.236 0 1 2.238 1 5s2.236 5 5 5 5-2.238 5-5-2.236-5-5-5zm0 13c2.021 0 3.301.771 3.783 1.445C9.1 14.705 7.814 15 6 15c-1.984 0-3.206-.305-3.818-.542C2.641 13.743 3.959 13 6 13m0-2c-3.75 0-6 2-6 4 0 1 2.25 2 6 2 3.518 0 6-1 6-2 0-2-2.354-4-6-4z"/></svg>
<svg class="tc-image-user-md tc-image-button" width="22pt" height="22pt" viewBox="0 0 804.5709838867188 877.7150268554688"><path d="M219.429 694.858q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857-10.857-25.714 10.857-25.714 25.714-10.857 25.714 10.857 10.857 25.714zm585.142 34.857q0 69.143-41.714 108.571T652 877.715H152.571q-69.143 0-110.857-39.429T0 729.715q0-38.857 3.143-74.857t13.714-78.857T44 500.287t46.286-58.857 68.571-34.571q-12.57 29.714-12.57 68.571v116q-33.144 11.429-53.144 40t-20 63.429q0 45.714 32 77.714t77.714 32 77.714-32 32-77.714q0-34.857-20.286-63.429t-52.857-40v-116q0-35.429 14.286-53.143 75.43 59.429 168.571 59.429t168.571-59.429q14.286 17.714 14.286 53.143v36.571q-60.57 0-103.429 42.857t-42.856 103.429v50.857q-18.287 16.571-18.287 40.571 0 22.857 16 38.857t38.857 16 38.857-16 16-38.857q0-24-18.286-40.571v-50.857q0-29.714 21.714-51.429t51.43-21.714 51.428 21.714 21.714 51.429v50.857q-18.286 16.571-18.286 40.571 0 22.857 16 38.857t38.857 16 38.857-16 16-38.857q0-24-18.286-40.571v-50.857q0-38.857-19.714-72.857t-53.429-53.429q0-5.714.286-24.286t0-27.429-1.429-23.714-4-26.857-7.429-22.857q38.857 8.571 68.571 34.571t46.286 58.857T787.711 576t13.714 78.857 3.143 74.857zM621.714 219.429q0 90.857-64.286 155.143t-155.143 64.286-155.143-64.286-64.286-155.143 64.286-155.143T402.285 0t155.143 64.286 64.286 155.143z"/></svg>
<svg class="tc-image-user-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 38"><path d="M0 26.917h20.583v4.75H0v-4.75zM19 0c5.542 0 7.917 3.167 7.117 9.813a2.374 2.374 0 0 1-.51 4.342c-.413 1.468-1.053 2.768-1.857 3.808v4.995c2.639.528 4.75.792 7.917 2.375 3.166 1.584 4.222 3.035 6.333 5.146V38H0v-4.75h22.167v-7.917H6.333c3.167-1.583 5.278-1.847 7.917-2.375v-4.995c-.804-1.04-1.444-2.34-1.856-3.808a2.376 2.376 0 0 1-.511-4.342C11.083 3.167 13.458 0 19 0z"/></svg>
<svg class="tc-image-user-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.874995231628418 14.083474159240723"><path d="M7.437.043a7 7 0 1 0 0 13.998 7 7 0 1 0 0-13.998zm4.934 11.097c-.64-.268-2.15-.791-3.085-1.067-.08-.025-.092-.03-.092-.361 0-.273.112-.55.222-.783.12-.254.261-.681.312-1.062.143-.165.335-.49.46-1.108.108-.546.057-.744-.015-.931-.008-.02-.016-.04-.02-.058-.028-.13.01-.793.103-1.31.064-.353-.016-1.105-.503-1.728-.308-.393-.896-.876-1.972-.943h-.59c-1.058.066-1.646.55-1.954.942-.487.622-.568 1.375-.503 1.729.094.516.131 1.18.103 1.305-.004.022-.013.042-.02.06-.072.188-.123.386-.015.932.124.618.317.943.46 1.108.05.382.191.809.311 1.062.087.186.128.438.128.796 0 .332-.013.335-.087.359-.967.285-2.506.84-3.079 1.093A6.395 6.395 0 0 1 1.02 7.04C1.02 3.503 3.9.624 7.437.624s6.417 2.879 6.417 6.417a6.397 6.397 0 0 1-1.483 4.099z"/></svg>
<svg class="tc-image-user-o-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 21 21"><path d="M10.5 0C4.711 0 0 4.71 0 10.5 0 16.289 4.711 21 10.5 21c4.314 0 8.253-2.703 9.802-6.728a.5.5 0 1 0-.933-.359 9.406 9.406 0 0 1-2.06 3.192 61.682 61.682 0 0 0-4.277-1.492c-.111-.035-.128-.039-.128-.499 0-.378.155-.761.306-1.084.166-.351.362-.942.433-1.47.196-.229.463-.678.634-1.533.151-.756.081-1.029-.019-1.287a1.128 1.128 0 0 1-.029-.08c-.038-.178.013-1.098.144-1.811.088-.488-.021-1.531-.695-2.392-.427-.543-1.241-1.211-2.729-1.305l-.815.001c-1.463.092-2.275.76-2.703 1.304-.675.861-.786 1.904-.698 2.393.129.713.181 1.633.144 1.805-.008.031-.021.059-.031.086-.098.258-.168.531-.019 1.287.171.855.439 1.305.636 1.533.07.527.267 1.119.431 1.47.12.257.177.606.177 1.102 0 .46-.018.463-.119.497-1.247.368-3.311 1.129-4.23 1.514A9.467 9.467 0 0 1 1 10.5C1 5.262 5.262 1 10.5 1S20 5.262 20 10.5a.5.5 0 0 0 1 0C21 4.71 16.289 0 10.5 0zM8.265 16.578c.806-.266.806-1.004.806-1.446 0-.646-.086-1.13-.271-1.526a4.566 4.566 0 0 1-.345-1.177l-.039-.294-.194-.225c-.061-.071-.27-.357-.413-1.076-.105-.533-.062-.646-.029-.734a1.46 1.46 0 0 0 .076-.238c.093-.438-.039-1.64-.139-2.191-.044-.243.02-.983.496-1.594.436-.552 1.092-.861 1.951-.922l.75-.002c.879.062 1.543.372 1.975.922.479.611.542 1.354.499 1.596-.114.626-.229 1.77-.138 2.199l.014.063.021.062.039.105c.034.09.077.201-.029.731-.145.724-.352 1.009-.412 1.079l-.193.225-.039.294a4.564 4.564 0 0 1-.348 1.179c-.197.424-.399.936-.399 1.507 0 .446 0 1.192.844 1.458 1.022.303 2.675.879 3.722 1.277h.029A9.524 9.524 0 0 1 10.5 20a9.45 9.45 0 0 1-5.959-2.111c1.01-.4 2.656-.994 3.724-1.311z"/></svg>
<svg class="tc-image-user-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12 17"><path d="M6 2c1.654 0 3 1.346 3 3S7.654 8 6 8 3 6.654 3 5s1.346-3 3-3m0-2C3.236 0 1 2.238 1 5s2.236 5 5 5 5-2.238 5-5-2.236-5-5-5zm0 13c2.021 0 3.301.771 3.783 1.445C9.1 14.705 7.814 15 6 15c-1.984 0-3.206-.305-3.818-.542C2.641 13.743 3.959 13 6 13m0-2c-3.75 0-6 2-6 4 0 1 2.25 2 6 2 3.518 0 6-1 6-2 0-2-2.354-4-6-4z"/></svg>
<svg class="tc-image-user-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M384 736c0-151.234 95.874-280.486 230.032-330.2C630.312 369.262 640 328.636 640 288c0-159.058 0-288-192-288S256 128.942 256 288c0 99.06 57.502 198.104 128 237.832v52.78C166.898 596.36 0 703.032 0 832h397.307c-8.664-30.53-13.306-62.732-13.306-96zm352-288c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288S895.058 448 736 448zm160 320H768v128h-64V768H576v-64h128V576h64v128h128v64z"/></svg>
<svg class="tc-image-user-secret tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1664"><path d="M576 1536l96-448-96-128-128-64zm256 0l128-640-128 64-96 128zM992 526q-2-4-4-6-10-8-96-8-70 0-167 19-7 2-21 2t-21-2q-97-19-167-19-86 0-96 8-2 2-4 6 2 18 4 27 2 3 7.5 6.5T435 570q2 4 7.5 20.5t7 20.5 7.5 17 8.5 17 9 14 12 13.5 14 9.5 17.5 8 20.5 4 24.5 2q36 0 59-12.5t32.5-30T669 619t11.5-29.5T698 577h12q11 0 17.5 12.5T739 619t14.5 34.5 32.5 30 59 12.5q13 0 24.5-2t20.5-4 17.5-8 14-9.5 12-13.5 9-14 8.5-17 7.5-17 7-20.5T973 570q2-7 7.5-10.5t7.5-6.5q2-9 4-27zm416 879q0 121-73 190t-194 69H267q-121 0-194-69T0 1405q0-61 4.5-118t19-125.5T61 1038t63.5-103.5T218 860l-90-220h214q-22-64-22-128 0-12 2-32-194-40-194-96 0-57 210-99 17-62 51.5-134T460 37q32-37 76-37 30 0 84 31t84 31 84-31 84-31q44 0 76 37 36 42 70.5 114t51.5 134q210 42 210 99 0 56-194 96 7 81-20 160h214l-82 225q63 33 107.5 96.5T1371 1105t29 151.5 8 148.5z"/></svg>
<svg class="tc-image-user-tie tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.000003814697266 38"><path d="M19 0c5.542 0 7.917 3.167 7.117 9.813a2.374 2.374 0 0 1-.51 4.342c-.413 1.468-1.053 2.768-1.857 3.808v4.995c2.639.528 4.75.792 7.917 2.375 3.166 1.584 4.222 3.035 6.333 5.146V38H0v-7.52c2.111-2.112 3.167-3.563 6.333-5.147 3.167-1.583 5.278-1.847 7.917-2.375v-4.995c-.804-1.04-1.444-2.34-1.856-3.808a2.376 2.376 0 0 1-.511-4.342C11.083 3.167 13.458 0 19 0zm-2.77 25.333l1.583 3.167h2.374l1.584-3.167h-5.542zm1.187 4.75L19 36.417l1.583-6.334h-3.166z"/></svg>
<svg class="tc-image-user-times tc-image-button" width="22pt" height="22pt" viewBox="0 0 2039 1536"><path d="M704 768q-159 0-271.5-112.5T320 384t112.5-271.5T704 0t271.5 112.5T1088 384 975.5 655.5 704 768zm1077 320l249 249q9 9 9 23 0 13-9 22l-136 136q-9 9-22 9-14 0-23-9l-249-249-249 249q-9 9-23 9-13 0-22-9l-136-136q-9-9-9-22 0-14 9-23l249-249-249-249q-9-9-9-23 0-13 9-22l136-136q9-9 22-9 14 0 23 9l249 249 249-249q9-9 23-9 13 0 22 9l136 136q9 9 9 22 0 14-9 23zm-498 0l-181 181q-37 37-37 91 0 53 37 90l83 83q-21 3-44 3H267q-121 0-194-69T0 1277q0-53 3.5-103.5t14-109T44 956t43-97.5 62-81 85.5-53.5T346 704q19 0 39 17 154 122 319 122t319-122q20-17 39-17 28 0 57 6-28 27-41 50t-13 56q0 54 37 91z"/></svg>
<svg class="tc-image-users tc-image-button" width="22pt" height="22pt" viewBox="0 0 2461 1920"><path d="M0 1577q40-16 122-45.5t142.5-53.5 102.5-45q75-39 117-114.5t42-156.5q0-55-64-130-38-43-67-124-92-36-92-155 0-88 28-125-10-80-18-169-9-113 54.5-220.5t172-173T765 0q88 0 173.5 39.5T1087 142t99.5 147.5T1216 459q-10 114-18 169 29 38 29 125 0 118-92 155-31 84-66 124-66 75-66 130 0 81 42 156.5t118 114.5q61 31 190 77.5t231 88.5 136 77q36 36 56 97t22 104l2 43H0v-343zm1445-613q0-71 24-102-11-67-15-138-7-93 44.5-183T1639 394.5t184-56.5 184 56.5T2147.5 541t44.5 183q-4 71-15 138 24 31 24 102 0 97-75 127-23 67-54 102-18 21-26.5 32.5t-18 33-9.5 41.5q0 65 34.5 127.5t96.5 93.5q36 18 87.5 38.5T2358 1605t103 38v277h-520q0-8-.5-22t-6-53-15-74.5-29.5-77-47-68.5q-49-50-109-89.5t-163-76.5q56-69 56-159 0-20-9.5-41.5t-17.5-33-25-32.5q-28-31-55-101-75-33-75-128z"/></svg>
<svg class="tc-image-vcard tc-image-button" width="22pt" height="22pt" viewBox="0 0 1000 800"><path d="M900 0c28 0 51.667 9.667 71 29s29 43 29 71v600c0 26.667-9.667 50-29 70s-43 30-71 30H100c-26.667 0-50-10-70-30S0 726.667 0 700V100c0-28 10-51.667 30-71S73.333 0 100 0h800m0 700V100H100v600h800M450 504v90H200v-90h250m0-150v90H200v-90h250m0-150v90H200v-90h250m346 320l4 70H550c0-46.667 2-70 6-70 56-14.667 84-36.667 84-66 0-10.667-9-29.333-27-56s-27-56-27-88c0-73.333 30-110 90-110s90 36.667 90 110c0 32-9.333 61.333-28 88s-28 45.333-28 56c0 13.333 7 25.333 21 36 14 10.667 28.333 18 43 22l22 8"/></svg>
<svg class="tc-image-vector tc-image-button" width="22pt" height="22pt" viewBox="0 0 2512 2512"><path d="M0 1890l278-278 97 97 450-450q-62-91-52-203.5T863 862q80-80 192.5-89.5T1259 826l451-452-97-97L1890 0l278 277-278 278-97-97-291 291q136-32 251-32 207 0 397 79t336 225q26 26 26 63t-26 63-63 26-63-26q-122-122-278.5-186.5T1753 896q-198 0-375 86 30 81 10.5 170t-83.5 153q-65 64-153 83.5T983 1378q-77 160-86 336.5t55 346 194 299.5q26 26 26 62.5t-26 62.5q-27 27-63 27-34 0-61-27-197-196-267-459.5t-4-524.5l-293 292 97 97-277 278zm167 0l111 111 109-111-109-110zM1781 277l109 111 110-111-110-109z"/></svg>
<svg class="tc-image-vector_pen tc-image-button" width="22pt" height="22pt" viewBox="0 0 1834.0001220703125 1835.1666259765625"><path d="M22.667 1404.167q-34 34 9.5 118t119 160.5 158.5 120.5 119 8l456-457q-113-78-220-185-48-48-94.5-102.5t-68.5-85.5l-23-31zm555-484.5q-16-48.5 7-70.5 23-23 47-84t35-124l8-42q11-63 61.5-127t108.5-89l813-363q59-25 69-10.5t-36 60.5l-416 414q-87 89-108 109-43-21-93.5-13t-86.5 43q-46 46-46 111t46 112q47 47 112 47t111-47q35-35 43.5-85t-12.5-93q29-30 108-109l416-416q46-46 60-36t-11 69l-363 814q-26 58-89.5 107.5t-127.5 60.5l-41 8q-63 11-124 35t-84 47-70.5 7-93.5-62l-181-179q-46-46-62-94.5z"/></svg>
<svg class="tc-image-vector-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.75 42"><path d="M21 19a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-2a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm19.75 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm4 2a4.002 4.002 0 0 1-3.112 3.901C39.81 34.635 31.265 42 21 42 9.402 42 0 32.598 0 21S9.402 0 21 0c10.265 0 18.81 7.365 20.638 17.099A4.002 4.002 0 0 1 44.75 21zm-8 0c0-1.45.771-2.719 1.925-3.42C37.078 9.273 29.772 3 21 3 11.059 3 3 11.059 3 21s8.059 18 18 18c8.772 0 16.078-6.274 17.675-14.58A3.997 3.997 0 0 1 36.75 21z"/></svg>
<svg class="tc-image-vector-group tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h5v1h20v12h12v20h1v5h-5v-1H13V25H1V5H0V0zm22 4H5v1H4v17h9v-9h9V4zm11-4h5v5h-5V0zM0 33h5v5H0v-5zm33 0h1V16h-9v9h-9v9h17v-1zM16 16v6h6v-6h-6zM1 1v3h3V1H1zm33 0v3h3V1h-3zM1 34v3h3v-3H1zm33 0v3h3v-3h-3z"/></svg>
<svg class="tc-image-vector-group-removed tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M0 0h5v1h16V0h5v5h-1v8h8v-1h5v5h-1v16h1v5h-5v-1H17v1h-5v-5h1v-8H5v1H0v-5h1V5H0V0zm21 5V4H5v1H4v16h1v1h8v-5h-1v-5h5v1h5V5h-1zm12 28h1V17h-1v-1H17v1h-1v16h1v1h16v-1zM1 22v3h3v-3H1zM1 1v3h3V1H1zm21 0v3h3V1h-3zm-9 12v3h3v-3h-3zm21 0v3h3v-3h-3zM13 34v3h3v-3h-3zm21 0v3h3v-3h-3z"/></svg>
<svg class="tc-image-vector-line tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 34"><path d="M5 34H0v-5h3L35 3V0h5v5h-3L5 31v3zM36 1v3h3V1h-3zM1 30v3h3v-3H1z"/></svg>
<svg class="tc-image-vector-line-curve tc-image-button" width="22pt" height="22pt" viewBox="0 0 41 41"><path d="M40 0S15 6 15 15s13 8 13 12S4 37 0 38l1 3s30-6 30-14-13-5-13-12S41 3 41 3l-1-3z"/></svg>
<svg class="tc-image-vector-line-spline tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 43"><path d="M5.965 8.563a2.5 2.5 0 1 1-.035-1.006l26.671-3.91A74.826 74.826 0 0 1 43 1V0h5v5h-5V4c-2.43.471-21.75 4.503-21.75 12 0 7 12.75 5 12.75 12 0 4.424-8.868 8.236-16.797 10.76l24.825-3.639a2.5 2.5 0 1 1 .05 1.003L9.917 40.84C6.985 41.59 5 42 5 42v1H0v-5h5v1c4-1 25.5-7 25.5-11S18 25 18 16c0-4.832 4.872-8.322 10.336-10.717l-22.37 3.28zM3.5 9.647a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM44 1v3h3V1h-3zM1 39v3h3v-3H1zm43.5-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg>
<svg class="tc-image-vector-pen tc-image-button" width="22pt" height="22pt" viewBox="0 0 23 38"><path d="M1.5 31a2 2 0 0 1 2-2h2L0 19 7.75 0h7.5L23 19l-5.5 10h2a2 2 0 0 1 2 2v3.5c0 1.657-1.843 3.5-3.5 3.5H5c-1.657 0-3.5-1.843-3.5-3.5V31zm10-11a3 3 0 0 1-1-5.83V3h-.605L3.75 19l5.5 10h4.5l5.5-10-6.145-16H12.5v11.17a3.001 3.001 0 0 1-1 5.83zm-7 12v1.5A1.5 1.5 0 0 0 6 35h11a1.5 1.5 0 0 0 1.5-1.5V32h-14z"/></svg>
<svg class="tc-image-vector-pen-add tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.5 38"><path d="M23.5 27h5v-5h4v5h5v4h-5v5h-4v-5h-5v-4zm-22 4a2 2 0 0 1 2-2h2L0 19 7.75 0h7.5L23 19l-5.5 10h2a2 2 0 0 1 2 2v3.5c0 1.657-1.843 3.5-3.5 3.5H5c-1.657 0-3.5-1.843-3.5-3.5V31zm10-11a3 3 0 0 1-1-5.83V3h-.605L3.75 19l5.5 10h4.5l5.5-10-6.145-16H12.5v11.17a3.001 3.001 0 0 1-1 5.83zm-7 12v1.5A1.5 1.5 0 0 0 6 35h11a1.5 1.5 0 0 0 1.5-1.5V32h-14z"/></svg>
<svg class="tc-image-vector-pen-convert tc-image-button" width="22pt" height="22pt" viewBox="0 0 39 38"><path d="M1.5 31a2 2 0 0 1 2-2h2L0 19 7.75 0h7.5L23 19l-5.5 10h2a2 2 0 0 1 2 2v3.5c0 1.657-1.843 3.5-3.5 3.5H5c-1.657 0-3.5-1.843-3.5-3.5V31zm10-11a3 3 0 0 1-1-5.83V3h-.605L3.75 19l5.5 10h4.5l5.5-10-6.145-16H12.5v11.17a3.001 3.001 0 0 1-1 5.83zm-7 12v1.5A1.5 1.5 0 0 0 6 35h11a1.5 1.5 0 0 0 1.5-1.5V32h-14zm21 6V20.5L39 38h-4.25l-6.25-8.75V38h-3z"/></svg>
<svg class="tc-image-vector-pen-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 37.5 38"><path d="M23.5 27h14v4h-14v-4zm-22 4a2 2 0 0 1 2-2h2L0 19 7.75 0h7.5L23 19l-5.5 10h2a2 2 0 0 1 2 2v3.5c0 1.657-1.843 3.5-3.5 3.5H5c-1.657 0-3.5-1.843-3.5-3.5V31zm10-11a3 3 0 0 1-1-5.83V3h-.605L3.75 19l5.5 10h4.5l5.5-10-6.145-16H12.5v11.17a3.001 3.001 0 0 1-1 5.83zm-7 12v1.5A1.5 1.5 0 0 0 6 35h11a1.5 1.5 0 0 0 1.5-1.5V32h-14z"/></svg>
<svg class="tc-image-vector-polygon tc-image-button" width="22pt" height="22pt" viewBox="0 0 42 36"><path d="M15 0v3l25.5 28H42v5h-5v-1.5l-32-10v.5H0v-5h2l8-17V0h5zm-2 5h-1L5 20v1.5l32 10V31L13 5zm25 30h3v-3h-3v3zM11 4h3V1h-3v3zM4 24v-3H1v3h3z"/></svg>
<svg class="tc-image-vector-rectangle tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 28"><path d="M5 4v1H4v18h1v1h30v-1h1V5h-1V4H5zm35 19v5h-5v-1H5v1H0v-5h1V5H0V0h5v1h30V0h5v5h-1v18h1zM1 1v3h3V1H1zm35 0v3h3V1h-3zM1 24v3h3v-3H1zm35 0v3h3v-3h-3z"/></svg>
<svg class="tc-image-vector-star tc-image-button" width="22pt" height="22pt" viewBox="0 0 45 43"><path d="M20 1v3h3V1h-3zM0 16h5v.788l9-1.244V14h2.378l3.649-9H19V0h5v5h-.653l4.364 9H30v1.012l10 .712V15h5v5h-5v-.948l-6 5.768V29h-1.043l2.232 9H37v5h-5v-4.004L24.527 35h-3.519L13 40.038V43H8v-5h2.692l1.328-8.25H11v-3.874l-6-5.047V21H0v-5zm33 12v-3h-3v3h3zM15 15v3h3v-3h-3zm-3 14h3v-3h-3v3zm12 5v-3h-3v3h3zm17-18v3h3v-3h-3zm-8 23v3h3v-3h-3zM9 39v3h3v-3H9zm23.247-2.736L30.446 29H29v-5h2.255l6.272-6.03L30 17.435V19h-5v-5h.012l-3.251-6.704L19 14.106V19h-5v-1.012l-7.263 1.004 6.846 5.758H16v5h-1.506l-1.276 7.145L20 32.668V30h5v2.389l7.247 3.875zM26 18h3v-3h-3v3zM1 17v3h3v-3H1z"/></svg>
<svg class="tc-image-vendor-android tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16 19.399999618530273"><path d="M3.1 5.4h9.8c.1 0 .1 0 .1-.1-.1-.5-.2-.9-.4-1.3-.4-.9-1.1-1.5-1.9-2l-.4-.2s0-.1.1-.1c.3-.4.6-.8.9-1.3.1-.1.1-.2 0-.3-.1-.1-.2 0-.3.1l-.9 1.3s-.1.1-.1 0c-.8-.3-1.6-.4-2.4-.4-.6 0-1.1.2-1.6.4h-.1L5 .3s0-.1-.1-.1c-.1-.1-.2-.1-.2 0-.1 0-.1.1 0 .2 0 0 0 .1.1.1.2.4.5.8.8 1.2l.1.1h-.1c-.6.3-1.1.7-1.5 1.2-.6.6-1 1.4-1.1 2.3 0 .1 0 .1.1.1zm7.1-2.8c.4 0 .8.3.8.8 0 .4-.3.8-.7.8-.4 0-.8-.3-.8-.8-.1-.4.3-.8.7-.8zm-4.3 0c.4 0 .8.3.8.8 0 .4-.3.8-.7.8-.5 0-.9-.4-.9-.8s.4-.8.8-.8zM1 6.4c-.5 0-1 .5-1 1v5c0 .5.5 1 1 1s1-.5 1-1v-5c0-.5-.5-1-1-1zm14 0c-.5 0-1 .5-1 1v5c0 .5.5 1 1 1s1-.5 1-1v-5c0-.5-.5-1-1-1zm-12 8c0 .5.5 1 1 1h1v3c0 .5.5 1 1 1s1-.5 1-1v-3h2v3c0 .5.5 1 1 1s1-.5 1-1v-3h1c.5 0 1-.5 1-1v-8H3v8z"/></svg>
<svg class="tc-image-vendor-apple tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.900001525878906 19"><path d="M7.8 4.6s-.1-1.6.9-3L11.5 0s.1 1.6-.9 3L7.8 4.6zm5.4 5.6c0-1.5.8-2.8 2-3.6l-.9-.9c-.5-.3-1.1-.7-2.4-.7-1.4 0-2.4.9-3.7.9-1.3 0-2.2-.8-3.1-.9-.7 0-1.4 0-2.1.3-.5.2-1.2.7-1.6 1.2C.8 7.1.2 8.4.1 9.6c-.1 1.2-.1 2.1.2 3.2.2.9.6 1.8 1 2.6.3.6.6 1.2 1 1.8.3.4.7.8 1.1 1.1.3.2.6.4 1 .6.2 0 .5.1.8.1.6-.1 1.6-.9 2.4-1.1.4-.1.8-.1 1.3 0 .7.1 1.4.9 2.2 1 .6.1 1.2 0 1.7-.3.4-.2.7-.5 1-.9.4-.4.7-.9 1-1.3.4-.7.9-1.5 1.1-2.3-1.6-.6-2.7-2.1-2.7-3.9z"/></svg>
<svg class="tc-image-vendor-microsoft tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 16.899999618530273"><path d="M7 9.4c0-.3-.2-.5-.5-.5h-6c-.3 0-.5.2-.5.5v5c0 .3.2.5.5.6l6 .7c.3 0 .5-.2.5-.4V9.4zm1.5-.5c-.3 0-.5.2-.5.5v5.9c0 .3.2.5.5.6l9 1c.3 0 .5-.2.5-.4v-7c0-.3-.2-.5-.5-.5l-9-.1zM7 1.6c0-.3-.2-.5-.5-.4l-6 .7c-.3 0-.5.2-.5.5v5c0 .3.2.5.5.5h6c.3 0 .5-.2.5-.5V1.6zM8.5 1c-.3 0-.5.3-.5.6v5.9c0 .3.2.5.5.5h9c.3 0 .5-.2.5-.5v-7c0-.3-.2-.5-.5-.4l-9 .9z"/></svg>
<svg class="tc-image-venus tc-image-button" width="22pt" height="22pt" viewBox="0 0 661.71630859375 1028.952880859375"><path d="M661.716 334.096q0 126.286-84.287 219.714T369.143 660.953v148.571h128q8 0 13.143 5.143t5.143 13.143v36.571q0 8-5.143 13.143t-13.143 5.143h-128v128q0 8-5.143 13.143t-13.143 5.143h-36.57q-8 0-13.144-5.143T296 1010.667v-128H168q-8 0-13.143-5.143t-5.143-13.143V827.81q0-8 5.143-13.143T168 809.524h128V660.953q-85.714-9.143-155.143-58.857t-106.286-128-30-166.857q6.286-76.571 46-142.286t104-107.429T294.857 7.238Q392-3.619 477.143 38.095T612 159.238t49.714 174.857zm-585.144 0q0 105.714 75.143 180.857t180.857 75.143 180.857-75.143 75.143-180.857-75.143-180.857-180.857-75.143-180.857 75.143-75.143 180.857z"/></svg>
<svg class="tc-image-venus-mars tc-image-button" width="22pt" height="22pt" viewBox="0 0 2057.333251953125 1792"><path d="M1673.333 32q0-14 9-23t23-9h288q26 0 45 19t19 45v288q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V218l-254 255q76 95 107.5 214t9.5 247q-32 180-164.5 310t-313.5 157q-223 34-409-90-117 78-256 93v132h96q14 0 23 9t9 23v64q0 14-9 23t-23 9h-96v96q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23v-96h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h96v-132q-155-17-279.5-109.5t-187-237.5-39.5-307q25-187 159.5-322.5t320.5-164.5q224-34 410 90 146-97 320-97 201 0 359 126l255-254h-134q-14 0-23-9t-9-23V32zm-768 1113q128-131 128-313t-128-313q-128 131-128 313t128 313zm-768-313q0 185 131.5 316.5t316.5 131.5q117 0 218-57-154-167-154-391t154-391q-101-57-218-57-185 0-316.5 131.5T137.333 832zm1088 448q185 0 316.5-131.5t131.5-316.5-131.5-316.5-316.5-131.5q-117 0-218 57 154 167 154 391t-154 391q101 57 218 57z"/></svg>
<svg class="tc-image-verified tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.23000144958496 16.23000144958496"><path d="M15.79 7.18l-1.08-1.34c-.17-.22-.28-.48-.31-.77l-.19-1.7a1.51 1.51 0 0 0-1.33-1.33l-1.7-.19c-.3-.03-.56-.16-.78-.33L9.06.44C8.51 0 7.73 0 7.18.44L5.84 1.52c-.22.17-.48.28-.77.31l-1.7.19c-.7.08-1.25.63-1.33 1.33l-.19 1.7c-.03.3-.16.56-.33.78L.44 7.17C0 7.72 0 8.5.44 9.05l1.08 1.34c.17.22.28.48.31.77l.19 1.7c.08.7.63 1.25 1.33 1.33l1.7.19c.3.03.56.16.78.33l1.34 1.08c.55.44 1.33.44 1.88 0l1.34-1.08c.22-.17.48-.28.77-.31l1.7-.19c.7-.08 1.25-.63 1.33-1.33l.19-1.7c.03-.3.16-.56.33-.78l1.08-1.34c.44-.55.44-1.33 0-1.88zm-9.17 4.94l-3.5-3.5 1.5-1.5 2 2 5-5 1.5 1.55-6.5 6.45z"/></svg>
<svg class="tc-image-verified-by-visa tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.929931640625 442.257080078125"><path d="M166.387 8.47c-6.686 12.727-13.036 24.851-19.425 36.955-24.279 46.02-48.589 92.016-72.786 138.076-1.424 2.703-2.908 3.758-6.02 3.666-8.879-.246-17.777-.184-26.655-.02-2.334.041-3.175-.768-3.645-2.908-6.47-29.46-13.005-58.91-19.527-88.36C12.462 69.356 6.645 42.824.645 16.333 0 13.497.522 12.576 3.338 12.146a1326.156 1326.156 0 0 0 31.027-5.12c2.242-.399 2.94.123 3.37 2.355 8.283 43.192 16.66 86.375 25.016 129.556.174.901.45 1.782.697 2.755 1.177-.594 1.341-1.802 1.802-2.734 21.31-42.486 42.61-84.982 63.795-127.529 1.157-2.314 2.427-3.042 4.966-3.01 10.608.143 21.218.05 32.38.05zm530.668 141.362c2.98 7.178 8.643 10.957 16.313 11.141 10.312.246 18.166-4.936 25.61-11.223 3.891-3.287 7.024-6.84 6.82-12.4-.062-1.802.563-3.625.85-5.447 1.966-12.85 3.922-25.712 5.898-38.574.236-1.516.471-2.755-1.444-3.625-8.069-3.676-16.528-5.233-25.252-4.045-11.397 1.556-18.718 8.848-23.726 18.647-4.956 9.687-6.984 20.163-7.404 30.423.01 5.52.4 10.434 2.335 15.104zm45.64 19.425c-7.629 7.598-15.524 13.814-25.303 16.845-14.848 4.598-29.215 4.311-41.636-6.523-8.1-7.066-11.56-16.712-12.318-27.024-1.77-24.105 2.53-46.99 16.988-66.908 14.162-19.507 33.792-27.3 57.651-24.79 5.632.593 11.192 1.535 16.538 3.388 2.181.758 2.49-.082 2.765-1.946 2.734-18.217 5.561-36.423 8.325-54.64.246-1.639.615-2.632 2.591-2.918 9.35-1.35 18.668-2.887 27.986-4.403 2.058-.338 1.567.82 1.393 1.997-2.263 14.684-4.505 29.378-6.759 44.063-4.034 26.296-8.069 52.603-12.114 78.9-3.01 19.578-6.042 39.146-9.01 58.736-.237 1.556-.82 2.191-2.418 2.181-7.495-.05-15-.07-22.497.021-1.997.03-2.242-.89-2.222-2.53.082-4.598.041-9.185.041-14.449zm-572.028-58.86c15.544.062 31.1.103 46.643.195 1.607.01 1.853-.717 1.884-2.089.092-4.045-.082-8.079-.973-12.022-1.69-7.434-5.406-13.24-13.322-15.166-6.86-1.659-13.312-.389-19.056 3.676-8.725 6.185-12.903 15.237-15.688 25.12.307.183.41.285.512.285zm35.534 19.702c-12.237 0-24.474.072-36.71-.06-2.406-.032-3.226.706-3.256 3.02-.113 8.56.492 16.916 6.686 23.644 6.656 7.23 15.401 8.212 24.494 7.854 14.244-.563 26.798-6.103 38.78-13.29.931-.564 1.873-1.906 2.98-1.28 1.094.613.45 2.118.46 3.214.061 6 0 12.002.051 18.002.01 1.495-.286 2.58-1.71 3.43-21.074 12.462-43.653 17.378-67.737 12.247-20.828-4.434-33.024-18.852-34.632-41.093-1.587-22.026 3.102-42.844 16.752-60.662 15.984-20.88 37.335-29.399 63.375-24.668 17.244 3.133 28.642 15.463 31.867 33.075 2.1 11.428 1.3 22.713-.788 34.028-.41 2.243-1.556 2.601-3.554 2.591-12.35-.092-24.709-.05-37.059-.05zm415.385-19.466c2.345.051 2.878-.747 2.837-2.928-.05-3.349-.256-6.677-.788-9.974-1.423-8.796-6.359-14.745-13.7-16.425-6.626-1.515-12.852-.409-18.463 3.4-8.56 5.805-12.82 14.5-15.81 24.022-.748 2.365.88 1.833 2.006 1.843 7.373.031 14.756.021 22.13.021 7.27-.01 14.53-.113 21.79.041zm-9.953 19.456c-12.35 0-24.699.062-37.048-.05-2.447-.022-3.246.767-3.174 3.122.112 3.461-.102 6.942.543 10.352 2.601 13.742 11.54 20.787 26.553 21.105 14.04.297 26.696-4.24 38.727-10.977 1.915-1.075 3.83-2.14 5.663-3.318 1.597-1.034 1.997-.43 1.976 1.178-.112 6.922-.215 13.834-.277 20.757-.01 1.034-.359 1.7-1.26 2.222-22.886 13.384-47.155 18.555-72.99 10.885-16.742-4.976-26.49-17.203-28.795-34.243-3.502-25.917 1.925-50.002 19.364-70.082 16.138-18.586 37.038-25.354 61.143-20.377 17.193 3.553 26.85 15.175 30.515 31.97 2.581 11.816 1.628 23.612-.707 35.368-.409 2.048-1.546 2.14-3.184 2.13-12.35-.06-24.699-.04-37.048-.04zm-175.238 56.187c3.563.348 4.608-1.054 5.1-4.393 4.556-30.638 9.307-61.255 13.925-91.883.358-2.375 1.392-2.939 3.625-2.898 6.922.133 13.844-.072 20.767.112 2.775.072 3.83-.563 3.748-3.563-.185-6.564-.03-13.148.133-19.712.051-1.956-.768-2.294-2.437-2.274-6.226.061-12.462-.04-18.688.061-1.966.031-2.693-.502-2.355-2.529 1.024-6.01 1.69-12.103 2.97-18.064 1.545-7.219 6-11.643 13.557-12.85 4.997-.799 9.892-.144 14.807.358 2.048.205 2.601-.369 2.55-2.365-.154-6.45-.327-12.923-.144-19.374.082-2.928-1.055-3.728-3.687-3.942a111.362 111.362 0 0 0-18.299-.01c-20.664 1.7-34.498 13.496-38.882 33.7-1.587 7.301-2.488 14.756-3.574 22.16-.327 2.212-1.127 3.062-3.502 2.94-4.26-.227-8.54 0-12.8-.093-1.515-.03-2.334.338-2.57 1.966-1.024 7.178-2.068 14.356-3.236 21.524-.327 2.017.697 2.027 2.12 2.017 4.382-.03 8.765.061 13.148-.04 1.884-.042 2.416.572 2.13 2.405-3.113 19.906-6.185 39.824-9.267 59.73-1.74 11.264-3.379 22.548-5.253 33.782-.46 2.775.358 3.338 2.94 3.205 4.023-.205 8.068-.05 12.113-.05 3.687 0 7.404-.277 11.06.081zm458.752-61.962c-1.198-9.308-6.933-14.254-15.995-13.312-8.397.88-14.428 6.205-20.153 11.827-.348.348-.409 1.044-.49 1.597-2.029 13.087-4.025 26.183-6.104 39.27-.226 1.444.164 2.151 1.495 2.54 12.913 3.861 29.82 3.185 37.232-14.848 2.795-6.799 4.116-13.885 4.393-21.81-.102-1.352-.133-3.319-.379-5.264zm-33.197-22.273c5.837-4.772 11.408-8.622 18.073-10.526 16.937-4.854 35.901.727 39.066 23.705 2.611 18.974-1.147 37.028-12.697 52.746-8.857 12.073-21.433 17.971-36.106 19.118-13.783 1.075-27.35-.573-40.622-4.679-2.816-.87-3.523-1.956-3.062-4.793 2.95-18.422 5.724-36.874 8.571-55.306 3.615-23.45 7.26-46.889 10.803-70.339.317-2.089.768-3.185 3.236-3.46 6.062-.667 12.135-1.506 18.084-2.797 3.471-.748 3.256.768 2.888 3.103-1.475 9.441-2.898 18.893-4.362 28.344-1.229 8.06-2.499 16.128-3.87 24.883zM301.791 64.973c.092-2.857-.89-3.42-3.492-3.349-6.113.174-12.226.061-18.34.051-4.772 0-4.67.01-5.376 4.66-3.779 24.821-7.608 49.643-11.428 74.454-2.15 13.998-4.28 28.006-6.543 41.984-.46 2.816.358 3.522 3.123 3.471 8.305-.164 16.62-.113 24.924-.02 1.986.02 2.806-.533 3.113-2.622 2.97-20.05 5.99-40.1 9.195-60.119.543-3.42.021-7.229 2.632-10.158 11.766-13.168 26.327-21.064 43.92-23.07 2.16-.246 2.621-.963 2.59-2.949-.133-8.54-.185-17.07-.113-25.61.021-2.17-.543-2.765-2.745-2.478-8.868 1.157-16.906 4.27-24.176 9.503-6.512 4.69-11.827 10.547-17.337 17.613-.02-7.792-.174-14.582.051-21.36zm668.385 90.224c-3.523-20.54-7.066-41.072-10.527-61.624-.359-2.16-.84-3.205-3.43-2.806-6.493.994-13.026 1.69-19.549 2.407-2.202.246-2.63.942-2.13 3.256 6.256 28.784 12.37 57.61 18.514 86.415.338 1.567.901 3.144.205 4.741-4.045 9.257-9.523 15.903-22.18 14.838-1.833-.154-3.676-.327-5.468-.738-1.77-.41-2.519-.123-2.437 1.905.194 4.946.307 9.912.266 14.858-.01 1.905.625 2.581 2.51 2.806 11.396 1.383 22.076-.154 31.334-7.536 6.717-5.356 11.397-12.35 15.33-19.835 6.902-13.148 13.588-26.389 20.378-39.598 10.26-19.958 20.51-39.916 30.822-59.853 1.116-2.16.727-2.672-1.659-2.62-5.653.132-11.315.194-16.957-.032-2.693-.113-4.086.717-5.232 3.205-5.97 12.954-12.135 25.815-18.237 38.707-3.533 7.455-7.086 14.89-10.844 22.784-.512-.89-.676-1.075-.707-1.28zm-596.265 31.027c1.935.051 2.846-.43 3.175-2.56 6-39.639 12.042-79.278 18.248-118.897.461-2.969-.409-3.164-2.826-3.133-7.844.113-15.708.246-23.542-.05-3.492-.134-4.587.92-5.089 4.381-3.89 26.45-8.038 52.86-12.103 79.278-1.925 12.524-3.799 25.067-5.837 37.571-.45 2.765.246 3.605 3.062 3.43 4.024-.236 8.08-.06 12.114-.06 4.26.01 8.54-.073 12.8.04zm136.161 0c1.853.041 2.58-.553 2.847-2.488.983-7.189 2.212-14.346 3.318-21.514 5.008-32.553 9.974-65.116 15.063-97.669.38-2.396-.164-2.949-2.489-2.908-7.73.123-15.462.051-23.193.041-5.233 0-5.13.01-5.918 5.202-3.82 25.058-7.7 50.094-11.56 75.152-2.11 13.66-4.179 27.33-6.35 40.981-.368 2.324.01 3.358 2.673 3.236 4.26-.205 8.54-.05 12.81-.05 4.27-.01 8.54-.072 12.8.02zM393.357 5.755c-11.418-2.427-22.938 5.038-25.354 16.445-1.72 8.1 1.515 14.736 8.55 17.531 13.046 5.181 28.14-4.854 28.365-18.862.123-7.69-4.393-13.589-11.56-15.114zm145.387 23.593c5.264-10.189.594-21.494-9.554-23.614-10.71-2.242-21.658 4.24-24.894 14.746-3.47 11.274 3.298 20.48 16.917 20.551 6.8-.338 13.527-3.932 17.531-11.684zm-199.28 223.713c-2.539-12.985-12.339-17.09-23.726-17.09h-84.787l-.625 4.105c58.204 14.88 105.984 46.51 127.498 106.312l-18.36-93.327zm23.726 121.477l-5.376-28.16c-11.09-29.419-37.98-56.638-68.352-68.976l42.711 161.362h55.368l82.575-202.793h-55.685l-51.24 138.567zm147.743 64.522l32.881-203.09h-52.51l-32.91 203.09h52.54zm143.298-206.57c-51.886 0-88.249 27.535-88.576 67.061-.327 29.123 25.938 45.24 45.865 55.071 20.572 9.8 27.207 16.445 27.207 25.293 0 13.61-16.446 19.62-31.314 19.62-21.197 0-32.583-2.539-49.346-10.445l-6.963-3.48-7.29 45.547c12.338 5.694 34.794 10.773 58.521 10.773 55.04.327 90.808-27.207 91.433-69.274 0-23.1-14.223-40.489-44.298-55.07-18.33-9.155-29.399-15.822-29.399-25.294 0-8.53 9.482-17.408 30.044-17.408 17.091-.297 29.726 3.185 39.23 7.61l4.751 2.508 7.26-43.97c-10.434-4.107-26.88-8.54-47.125-8.54zm141.108 3.48c-12.657 0-22.159 3.81-27.535 17.091l-77.824 186h55.04c8.878-24.976 11.09-30.372 11.09-30.372h67.062s1.587 6.963 6.318 30.372h48.722l-42.384-203.09h-40.489zm-24.382 130.98s4.423-11.714 20.89-56.637c-.328.327 4.422-11.715 6.962-19.303l3.78 17.408c9.798 48.404 12.041 58.521 12.041 58.521-8.222.01-33.229.01-43.673.01z"/></svg>
<svg class="tc-image-verified-user tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 44"><path d="M18 0L0 8v12c0 11.11 7.67 21.47 18 24 10.33-2.53 18-12.89 18-24V8L18 0zm-4 32l-8-8 2.83-2.83L14 26.34l13.17-13.17L30 16 14 32z"/></svg>
<svg class="tc-image-verisign tc-image-button" width="22pt" height="22pt" viewBox="0 0 862.1189575195312 353.81903076171875"><path d="M282.689 27.913h-13.962v-13.85h13.961v13.85zm-39.455 27.691h13.048v-13.76h12.463v-13.96h-25.493v13.96h-12.757v26.91h12.757l-.017-13.15zM588.494 285.5c-18.748-1.165-16.155-8.307-16.658-23.957v-76.118l-37.457 7.343v4.74c4.758-.273 14.707-.743 16.307 5.192 1.007 3.601 1.007 21.832 1.007 26.342v33.89c-.2 15.667 1.194 21.351-16.337 22.567v4.75c9.28-.253 18.457-.735 27.703-.96 8.554.225 17.348.708 25.433.96v-4.75zm-189.935-23.957v-76.118l-37.453 7.343v4.74c4.757-.273 14.741-.743 16.32 5.192 1.011 3.601 1.011 21.832 1.011 26.342v33.89c-.303 15.667 1.178 21.351-16.34 22.567v4.75c9.16-.253 18.44-.735 27.703-.96 8.576.225 17.331.708 25.404.96v-4.75c-18.726-1.216-16.154-8.34-16.644-23.957zm304.814-65.259c0 4.301-3.277 7.834-7.885 7.834-7.262 0-8.068-8.26-15.335-8.26-3.396 0-7.193 2.377-9.766 4.476 5.666 6.392 8.56 14.707 8.56 23.283 0 27.968-21.112 36.058-45.526 37.235-7.193.273-25.455.273-25.455 9.95 0 8.307 13.064 7.368 18.261 7.834l15.932.726c24.243 1.87 49.745 2.841 49.745 34.65 0 30.074-27.909 39.807-53.816 39.807-19.635 0-49.724-6.844-49.724-31.543 0-9.724 7.266-19.716 17.553-19.716 3.968 0 7.074 1.698 9.865 4.31-7.787 1.408-12.254 9.46-12.254 16.824 0 20.608 21.014 24.691 37.658 24.691 16.64 0 34.697-7.108 34.697-26.308 0-23.249-26.125-22.058-42.466-23.03-15.736-.436-37.248 0-37.248-21.318 0-11.392 10.654-19.008 20.813-20.425v-.448c-13.755-4.527-25.322-17.566-25.322-32.717 0-25.152 21.333-38.66 44.548-38.66 10.957 0 22.106 3.323 30.191 10.648 6.387-4.966 14.353-9.967 23.027-9.967 6.067-.05 13.947 2.825 13.947 10.125zM658.71 223.6c0-15.185-5.666-32.717-23.706-32.717-18.257 0-23.198 17.75-23.198 32.717 0 14.233 5.632 31.808 22.775 31.808 18.274 0 24.128-16.448 24.128-31.808zM480.384 193.25c-14.664-6.183-31.492-12.582-31.492-31.35 0-15.39 12.557-25.114 27.687-25.114 23.032 0 34.163 17.78 39.57 37.474h5.447l-1.075-41.024h-2.692l-5.479 9.225c-10.658-7.565-22.707-12.079-35.776-12.079-25.805 0-46.933 15.65-46.933 42.671 0 27.038 22.933 38.44 44.548 46.728 17.314 6.873 36.071 15.416 36.071 37 0 19.192-15.44 29.65-33.886 29.65-27.303 0-40.183-20.169-44.839-44.127h-5.462v46.242h2.573l5.683-9.967c12.864 9.502 25.438 14.242 41.557 14.242 27.687 0 56.687-14.942 56.687-46.024.005-31.014-27.48-43.37-52.19-53.546zm336.683 68.293v-43.392c0-22.575-12.74-32.726-35.384-32.726-16.73 0-29.59 6.844-37.846 21.568h-.504l-3.093-21.568c-11.665 2.108-20.442 5.918-32.644 7.343v4.74c7.535 0 13.957-.977 15.838 7.552 1.173 5.474 1.173 22.084 1.173 28.757v29.1c0 15.666 1.173 21.333-16.644 22.583v4.731c9.246-.264 18.33-.734 27.626-.977 8.452.243 17.23.71 25.805.977v-4.73c-18.76-1.183-16.674-8.326-16.674-23.975v-36.783c0-17.318 11.861-31.774 30.422-31.774 22.562 0 21.858 23.25 21.858 39.608v30.341c0 15.667 1.157 21.334-16.678 22.584v4.731c9.28-.264 18.257-.734 27.537-.977 8.576.243 17.35.71 25.89.977v-4.73c-18.582-1.217-16.683-8.342-16.683-23.958zm45.052-59.192c0 9.476-7.394 16.943-16.943 16.943-9.519 0-16.934-7.466-16.934-16.943 0-9.53 7.411-16.909 16.934-16.909 9.55 0 16.943 7.377 16.943 16.91zm-2.722 0c0-8.115-6.067-14.524-14.216-14.524-8.175 0-14.357 6.41-14.357 14.524s6.165 14.541 14.357 14.541c8.167-.017 14.216-6.473 14.216-14.54zm-11.468 1.058l5.893 8.691h-2.893l-5.448-8.69h-3.972v8.69h-2.518v-19.567h7.561c4.374 0 6.353 1.873 6.353 5.376.038 3.481-2.249 5.043-4.975 5.5zm2.508-5.466c0-2.718-2.184-3.358-4.587-3.358h-4.374v6.81h3.183c2.885-.038 5.777-.103 5.777-3.452zM296.734 41.955v-14.04h-14.045v14.04h14.046zm-53.5 39.85h13.048v-13.05h-13.048v13.05zm27.695-13.05v-13.15H256.26v13.15h14.67zM296.734 0h-14.045v14.046h14.046V0zm-124.15 179.968h10.96v-15.257h13.252v-14.767h-13.252v-13.17h13.252v13.17h12.954v-13.243h10.466v-16.026h11.652V109.68h11.362V81.806h-12.757v13.252h-13.252V81.806h-21.912v9.574h-11.76v11.7h13.154v13.05h-13.154v-13.05h-13.952v20.5h-13.17v13.115h-8.752v13.115h-9.566c-10.867 16.081-37.957 66.223-46.136 86.58-29.508-41.068-52.42-57.358-70.456-63.225C11.84 170.23 0 180.84 16.23 197.506c37.061 40.85 48.815 74.675 60.07 101.632 5.994 14.208 32.785 16.444 38.17 1.942 11.366-30.618 28.005-65.016 47.525-93.274v-14.643h10.573l.013-13.197zm91.561 44.1c0 3.077-3.498 2.116-5.884 2.116h-68.049l-1.015 11.401c0 22.541 11.857 47.66 37.27 47.66 12.052 0 22.813-8.087 29.88-17.532l4.991 4.975c-11.153 13.752-24.409 20.143-42.236 20.143-29.4 0-53.606-20.642-53.606-51.008 0-29.649 22.52-56.409 53.418-56.409 23.22-.005 45.231 13.04 45.231 38.656zm-22.012-9.024c0-14.707-8.077-24.158-23.014-24.158-17.736 0-24.913 13.483-27.704 28.915h39.151c3.784-.017 11.567 1.173 11.567-4.757zM230.46 68.754h-13.257v13.051h13.257v-13.05zm107.435 116.654c-16.337 0-28.216 9.493-34.377 23.966h-.495c.303-8.576-.69-17.11-2.79-23.966-10.45 2.351-20.92 6.601-32.078 7.343v4.723c7.556 0 13.551-.943 15.637 7.582 1.707 5.457 1.395 22.332 1.395 28.723v29.115c0 15.633 1.284 21.351-16.542 22.567v4.75c9.28-.282 18.248-.735 27.503-.96 8.97.225 18.248.708 27.306.96v-4.75c-19.92-.969-18.043-6.65-18.043-23.957v-23.466c0-10.918 0-22.524 5.483-32.28 3.486-5.936 11.353-11.833 18.432-11.833 9.263 0 7.176 12.344 17.13 12.344 4.488 0 8.264-4.015 8.264-8.559-.005-8.726-9.48-12.3-16.827-12.3zM204.071 56.21v12.544h13.15V56.21h-13.15zm355.418 99.53c6.694 0 12.177-5.684 12.177-12.545 0-7.15-5.482-12.83-12.539-12.83-7.185 0-12.864 5.68-12.864 12.83-.034 7.34 6.165 12.544 13.226 12.544zm-173.287 0c6.695 0 12.173-5.684 12.173-12.545 0-7.15-5.478-12.83-12.659-12.83-7.079 0-12.762 5.68-12.762 12.83 0 7.34 6.187 12.544 13.248 12.544z"/></svg>
<svg class="tc-image-versions tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 10"><path d="M13 0H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 8H8V2h4v6zM4 1h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zM1 2h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1z"/></svg>
<svg class="tc-image-vertical-align-bottom tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 7"><path d="M.09 0C.03 0 0 .04 0 .09V4.9c0 .05.04.09.09.09H1.9c.05 0 .09-.04.09-.09V.09C1.99.03 1.95 0 1.9 0H.09zm6 0A.09.09 0 0 0 6 .09V4.9c0 .05.04.09.09.09H7.9c.05 0 .09-.04.09-.09V.09C7.99.03 7.95 0 7.9 0H6.09zm-3 2c-.06 0-.09.04-.09.09V4.9c0 .05.04.09.09.09H4.9c.05 0 .09-.04.09-.09V2.09c0-.06-.04-.09-.09-.09H3.09zM0 6v1h8V6H0z"/></svg>
<svg class="tc-image-vertical-align-center tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.010000228881836 7"><path d="M.1 0C.04 0 .01.04.01.09V2h2V.09c0-.06-.04-.09-.09-.09H.11zm6 0a.09.09 0 0 0-.09.09V2h2V.09c0-.06-.04-.09-.09-.09H6.11zm-3 1c-.06 0-.09.04-.09.09V2h2v-.91A.09.09 0 0 0 4.92 1H3.11zM.01 3v1h8V3h-8zm0 2v1.91c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09V5H0zm3 0v.91c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09V5H3zm3 0v1.91c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09V5H6z"/></svg>
<svg class="tc-image-vertical-align-top tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 6.990000247955322"><path d="M0 0v1h8V0H0zm.09 2C.03 2 0 2.04 0 2.09V6.9c0 .05.04.09.09.09H1.9c.05 0 .09-.04.09-.09V2.09c0-.06-.04-.09-.09-.09H.09zm3 0c-.06 0-.09.04-.09.09V4.9c0 .05.04.09.09.09H4.9c.05 0 .09-.04.09-.09V2.09c0-.06-.04-.09-.09-.09H3.09zm3 0a.09.09 0 0 0-.09.09V6.9c0 .05.04.09.09.09H7.9c.05 0 .09-.04.09-.09V2.09c0-.06-.04-.09-.09-.09H6.09z"/></svg>
<svg class="tc-image-verticle-left tc-image-button" width="22pt" height="22pt" viewBox="0 0 639 1024"><path d="M10 969l482-457L10 55Q0 45 0 32T10 9.5 34 0t24 9l506 480q10 10 10 23t-10 23L58 1015q-10 9-24 9t-24-9.5T0 992t10-23zM607 0q13 0 22.5 9.5T639 32v960q0 13-9.5 22.5T607 1024t-22.5-9.5T575 992V32q0-13 9.5-22.5T607 0z"/></svg>
<svg class="tc-image-verticle-right tc-image-button" width="22pt" height="22pt" viewBox="0 0 639 1024"><path d="M629 969L147 512 629 55q10-10 10-23T629 9.5 605 0t-24 9L75 489q-10 10-10 23t10 23l506 480q10 9 24 9t24-9.5 10-22.5-10-23zM32 0Q19 0 9.5 9.5T0 32v960q0 13 9.5 22.5T32 1024t22.5-9.5T64 992V32q0-13-9.5-22.5T32 0z"/></svg>
<svg class="tc-image-veterinary-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.308184623718262 9.154999732971191"><path d="M4.654 3.32a2.2 2.2 0 0 0-2.14 2.46 4.4 4.4 0 0 0-1.21.63 1.42 1.42 0 0 0-.29 2 1.48 1.48 0 0 0 2 .28 2.89 2.89 0 0 1 1.64-.52 2.89 2.89 0 0 1 1.64.49c.6.495 1.49.41 1.985-.191l.015-.019a1.35 1.35 0 0 0-.21-2l-.08-.04a6.4 6.4 0 0 0-1.21-.63 2.2 2.2 0 0 0-2.14-2.46zm-3.87-1.2a1.11 1.11 0 0 0-.55 1.44 1.08 1.08 0 0 0 1.15 1 1.11 1.11 0 0 0 .55-1.44 1.08 1.08 0 0 0-1.15-1zm7.74 0c.541.254.784.89.55 1.44a1.08 1.08 0 0 1-1.15 1 1.11 1.11 0 0 1-.55-1.44 1.08 1.08 0 0 1 1.15-1zM2.924 0a1 1 0 0 0-.55 1.32 1.26 1.26 0 0 0 1.16 1.09 1 1 0 0 0 .558-1.3l-.008-.02A1.26 1.26 0 0 0 2.924 0zm3.46 0a1 1 0 0 1 .558 1.3l-.008.02a1.26 1.26 0 0 1-1.16 1.09 1 1 0 0 1-.559-1.3l.01-.02A1.26 1.26 0 0 1 6.384 0z"/></svg>
<svg class="tc-image-veterinary-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.980502128601074 12.925366401672363"><path d="M6.485 4.7c-2.5 0-3 2.28-3 3.47a6.15 6.15 0 0 0-1.7.89 2 2 0 0 0-.4 2.78 2.06 2.06 0 0 0 2.8.4 4 4 0 0 1 2.3-.69 4 4 0 0 1 2.3.69 2 2 0 0 0 2.8-.3 1.93 1.93 0 0 0-.3-2.78l-.1-.1a8.996 8.996 0 0 0-1.7-.89c0-1.18-.5-3.47-3-3.47zM1.065 3a1.58 1.58 0 0 0-.76 2 1.52 1.52 0 0 0 1.61 1.4 1.58 1.58 0 0 0 .76-2A1.52 1.52 0 0 0 1.065 3zm10.85 0a1.58 1.58 0 0 1 .76 2 1.52 1.52 0 0 1-1.61 1.4 1.58 1.58 0 0 1-.76-2 1.52 1.52 0 0 1 1.61-1.4zm-7.85-3c-.68.09-1 .94-.76 1.87a1.77 1.77 0 0 0 1.61 1.53c.68-.09 1-.94.76-1.87A1.77 1.77 0 0 0 4.065 0zm4.85 0c.68.09 1 .94.76 1.87a1.77 1.77 0 0 1-1.62 1.53c-.68-.08-1-.94-.76-1.87A1.77 1.77 0 0 1 8.915 0z"/></svg>
<svg class="tc-image-veterinary-care tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 40.87200164794922 46.997005462646484"><path d="M13.8 17.992c2.33-.396 4.058-2.518 4.321-5.053.267-2.578.869-12.938-3.02-12.279C5.013 2.371 5.721 19.362 13.8 17.992zm13.273 0C35.15 19.362 35.858 2.371 25.77.659 21.882 0 22.483 10.36 22.749 12.938c.264 2.536 1.994 4.658 4.324 5.054zM9.656 25.997c0-1.348-.481-2.57-1.256-3.459-1.275-1.666-5.328-5.035-6.323-4.172C0 20.172.067 24.617 1.318 27.847c.643 1.796 2.196 3.059 4.011 3.059 2.389 0 4.327-2.198 4.327-4.909zm29.137-7.631c-.993-.863-5.046 2.506-6.321 4.172-.775.889-1.257 2.111-1.257 3.459 0 2.711 1.94 4.909 4.327 4.909 1.816 0 3.37-1.263 4.013-3.059 1.248-3.23 1.317-7.675-.762-9.481zm-8.136 15.277c-3.676-1.833-3.562-5.363-4.398-8.584-.665-2.569-3.02-4.469-5.823-4.469a6.007 6.007 0 0 0-5.779 4.312c-.895 3.082-.356 6.67-4.363 8.717-3.255 1.061-4.573 2.609-4.573 6.27 0 2.974 2.553 6.158 5.848 6.554 3.676.554 6.544-.17 8.867-1.494 2.323 1.324 5.189 2.047 8.871 1.494 3.293-.396 5.847-3.568 5.847-6.554-.001-3.741-1.235-5.135-4.497-6.246zm-4.337 4.474h-3.811l.005 4h-4.156l.006-4H14.32v-4h4.045l-.006-4h4.156l-.005 4h3.81v4z"/></svg>
<svg class="tc-image-viacoin tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1792"><path d="M1536 0l-192 448h192v192h-274l-55 128h329v192h-411l-357 832-357-832H0V768h329l-55-128H0V448h192L0 0h256l323 768h378L1280 0h256zM768 1216l108-256H660z"/></svg>
<svg class="tc-image-viadeo tc-image-button" width="22pt" height="22pt" viewBox="0 0 450.384033203125 512.0000610351562"><path d="M0 324.096c0-49.823 16.208-93.008 48.641-129.552 36.191-40.288 81.584-60.416 136.191-60.416 23.2 0 44.544 3.584 64 10.752-7.84 16.032-12.448 30.72-13.824 44.032-16.031-6.48-32.752-9.728-50.176-9.728-37.888 0-70.48 14.16-97.792 42.496-27.296 29.024-40.96 63.488-40.96 103.424 0 26.288 6.32 50.528 18.944 72.72 11.936 21.84 28.672 39.056 50.176 51.696 20.832 12.288 44.032 18.416 69.632 18.416 24.912 0 47.952-6.112 69.12-18.416 21.168-11.951 38.048-29.184 50.689-51.696 12.287-22.528 18.416-46.784 18.416-72.72 0-21.488-3.745-40.944-11.248-58.352 15.359-3.072 29.855-8.864 43.52-17.408 9.215 23.2 13.823 48.128 13.823 74.752 0 50.864-17.248 94.72-51.712 131.584C282.976 493.233 238.768 512 184.832 512c-54.271 0-98.64-18.767-133.12-56.32C17.232 418.128 0 374.273 0 324.096zm143.36 129.536l8.176-3.584c5.456-2.736 12.449-7.584 20.993-14.592 8.544-6.992 17.84-15.776 27.904-26.368 10.063-10.576 19.871-25.168 29.44-43.777 9.551-18.591 18-39.327 25.343-62.208 7.328-22.863 12.56-51.376 15.616-85.503 1.712-17.056 2.561-34.48 2.561-52.224-.336-18.432-1.185-37.552-2.56-57.344l2.56-6.656c1.712-4.448 2.72-10.416 3.056-17.92v-3.584c0-6.48-.672-13.136-2.033-19.968-1.711-8.192-6.496-17.232-14.335-27.136-8.193-9.568-18.945-17.744-32.256-24.576l5.631 8.703c3.409 5.457 8.785 16.897 16.128 34.305s14.769 37.712 22.288 60.928l4.592 12.8c2.752 8.528 5.393 20.224 7.937 35.072 2.56 14.848 4.704 31.664 6.4 50.432.688 6.48 1.024 13.312 1.024 20.48 0 13.312-1.025 26.976-3.073 40.96-3.072 21.84-8.351 43.36-15.855 64.512-7.52 21.168-19.889 42.336-37.12 63.488-17.248 21.168-38.48 39.776-63.744 55.808zm140.8-326.144c1.377-13.664 5.297-24.576 11.777-32.769l9.216-12.8c4.096-4.784 10.752-9.31 19.968-13.568 9.216-4.256 17.408-7.424 24.56-9.471l10.752-3.073c12.304-2.735 23.663-8.704 34.064-17.92s17.824-17.92 22.272-26.111L423.424 0c14 19.456 22.353 41.471 25.088 66.048 1.36 10.927 1.872 20.656 1.536 29.184 0 11.6-1.007 21.663-3.07 30.208l-5.634 23.04c-4.095 11.264-9.807 21.504-17.151 30.72s-13.568 15.536-18.689 18.943l-7.68 5.633c-11.599 6.815-23.024 10.24-34.287 10.24l-55.808-27.136c19.775-10.928 37.023-22.016 51.695-33.28 14.672-11.264 25.52-21.072 32.513-29.44 7.008-8.368 12.624-15.968 16.912-22.784 4.256-6.817 6.72-12.113 7.407-15.872l1.025-5.12c-6.16 13.664-14.416 26.112-24.848 37.375-10.4 11.265-20.992 20.145-31.728 26.624-10.737 6.48-21.073 12.033-30.993 16.641-9.887 4.607-17.903 7.76-24.063 9.472l-9.216 2.56c-8.528-15.009-12.784-28.497-12.784-40.448.016-1.696.176-3.408.512-5.12z"/></svg>
<svg class="tc-image-viadeo-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1050 913q0-78-28-147-41 25-85 34 22 50 22 114 0 117-77 198.5T689 1194t-193.5-81.5T418 914q0-115 78-199.5T689 630q53 0 98 19 4-43 27-87-60-21-125-21-154 0-257.5 108.5T328 913t103.5 261T689 1280t257.5-106.5T1050 913zM872 558q2 24 2 71 0 63-5 123t-20.5 132.5-40.5 130-68.5 106T639 1191q21 3 42 3h10q219-139 219-411 0-116-38-225zm0 0q-4-80-44-171.5T730 256q92 156 142 302zm335-105q0-102-51-174-41 86-124 109-69 19-109 53.5T883 541q0 40 24 77 74-17 140.5-67t95.5-115q-4 52-74.5 111.5T930 645q52 52 110 52 51 0 90-37t60-90q17-43 17-117zm329-165v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-viber tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.5989990234375 16.369998931884766"><path d="M13.549 1.803C13.151 1.437 11.545.27 7.965.253c0 0-4.22-.253-6.277 1.634C.543 3.033.14 4.707.098 6.787.055 8.863 0 12.758 3.755 13.813h.003l-.003 1.612s-.023.652.406.785c.52.16.824-.336 1.32-.87.273-.293.648-.724.932-1.054 2.567.216 4.542-.277 4.766-.35.518-.17 3.45-.544 3.928-4.438.492-4.015-.238-6.553-1.558-7.698zm.435 7.408c-.405 3.25-2.783 3.457-3.22 3.597-.188.06-1.923.492-4.103.35 0 0-1.625 1.96-2.132 2.47-.08.08-.173.11-.235.096-.087-.02-.11-.124-.11-.275 0-.216.014-2.677.014-2.677-.003 0-.002 0 0 0-3.176-.883-2.99-4.197-2.955-5.933.035-1.735.36-3.157 1.33-4.113 1.74-1.576 5.325-1.34 5.325-1.34 3.027.012 4.478.924 4.814 1.23 1.116.956 1.685 3.244 1.27 6.596zM4.842 3.563c.162 0 .307.073.42.207.002.002.387.464.553.69.158.213.368.553.475.743.19.34.07.688-.115.832l-.376.3c-.19.152-.165.436-.165.436s.555 2.105 2.635 2.635c0 0 .284.026.437-.164l.3-.377c.142-.186.49-.305.83-.115.19.107.53.317.744.474.226.166.688.55.69.552.22.186.27.46.12.748v.006c-.154.272-.36.527-.622.765l-.005.004c-.215.18-.426.28-.632.306a.88.88 0 0 1-.361-.035l-.007-.01c-.318-.09-.85-.315-1.735-.804a10.236 10.236 0 0 1-1.458-.963 7.565 7.565 0 0 1-.655-.58l-.045-.044-.022-.023-.022-.022a7.413 7.413 0 0 1-.58-.654 10.236 10.236 0 0 1-.964-1.458c-.49-.885-.714-1.417-.804-1.735l-.01-.007a.78.78 0 0 1-.04-.268.38.38 0 0 1 .004-.093c.025-.206.127-.417.306-.63 0-.004.002-.004.004-.006.238-.262.493-.47.765-.623h.006a.679.679 0 0 1 .322-.087h.006zm2.73-.456h.078l.048.002h.013l.054.003c.022 0 .044 0 .066.002l.034.002.04.003c.01 0 .018 0 .026.002.027 0 .053.004.08.006l.046.005.04.005.09.01.046.007.096.015.013.002a.853.853 0 0 1 .07.012h.006l.05.01c.022.005.043.01.064.013l.03.007.033.007.055.012.006.002.04.01.035.01.025.005.024.006.025.007.023.007.043.012.03.01.03.01.036.01.024.01c.017.005.035.01.053.017l.028.01.03.01.082.03.04.018.087.036.034.015.03.012c.018.01.037.017.056.026l.033.016.016.01.045.02.023.012.04.02.026.015.032.02.038.02.033.02a.082.082 0 0 1 .02.012l.04.022.03.02.048.03.028.016.047.03.005.005.03.02.063.044.03.02.026.02.02.015.03.022.055.043.04.032.03.024.014.012.018.016.054.046.03.025.018.017c.01.01.02.017.028.026l.03.026c.004.005.008.01.013.013l.085.08c.01.012.022.023.033.034.03.03.057.06.085.09l.022.024c.015.016.03.032.043.05l.022.023.107.13c.01.013.02.027.032.04.005.01.012.018.018.026l.065.09.022.03c.02.027.037.054.054.08l.048.078.037.062.04.067c.01.02.022.04.034.06l.008.02a.298.298 0 0 1 .02.04c.018.032.035.065.05.098.017.033.033.067.048.1l.022.05c.04.09.076.183.11.277a4.65 4.65 0 0 1 .189.738l.023.15a4.747 4.747 0 0 1 .045.452c.006.078.01.156.01.235.002.038.003.077.003.115l-.002.033-.008.033c-.004.01-.008.022-.014.032a.185.185 0 0 1-.04.052.203.203 0 0 1-.121.055h-.033a.162.162 0 0 1-.064-.015c-.02-.01-.04-.02-.056-.036a.173.173 0 0 1-.04-.053.182.182 0 0 1-.024-.062l-.003-.034v-.042c0-.058-.003-.115-.005-.172a5.083 5.083 0 0 0-.077-.707c-.007-.048-.017-.094-.026-.14l-.023-.1a1.473 1.473 0 0 0-.022-.09l-.016-.06-.03-.102a3.092 3.092 0 0 0-.08-.235 2.604 2.604 0 0 0-.065-.162l-.02-.043a3.7 3.7 0 0 0-.087-.18l-.02-.035a2.603 2.603 0 0 0-.15-.254c-.01-.018-.023-.035-.035-.053l-.01-.014a2.942 2.942 0 0 0-.248-.318l-.012-.014-.03-.034-.025-.026-.048-.05-.012-.013-.046-.045-.03-.03-.055-.05-.027-.025-.03-.027-.014-.01c-.016-.015-.032-.03-.05-.043-.015-.013-.03-.027-.047-.04l-.018-.015a.4.4 0 0 1-.04-.032l-.055-.042-.036-.027-.005-.005-.024-.016-.046-.034c-.006-.005-.012-.01-.018-.013-.01-.007-.02-.013-.028-.02a.065.065 0 0 1-.015-.01l-.005-.002-.024-.015c-.013-.01-.027-.018-.04-.027l-.03-.018-.052-.032-.044-.026-.004-.003-.025-.015-.024-.014h-.004l-.014-.01-.045-.023-.005-.003-.02-.01-.03-.016-.004-.002-.026-.013-.014-.007-.036-.017-.005-.004-.02-.01-.035-.016-.015-.007c-.02-.01-.042-.018-.062-.027l-.052-.02-.005-.004-.094-.036-.032-.012c-.01-.004-.02-.008-.032-.01l-.02-.01a.442.442 0 0 1-.055-.017l-.027-.01c-.005 0-.01-.002-.016-.004l-.038-.012-.023-.007-.033-.01h-.006l-.027-.01c-.007 0-.014-.003-.02-.005h-.007l-.024-.003-.016-.003-.005-.002-.03-.007h-.005a.09.09 0 0 0-.022-.006l-.028-.007h-.004a.252.252 0 0 0-.046-.01l-.006-.003-.04-.008c-.02-.004-.038-.008-.057-.01l-.005-.002-.03-.006-.033-.006-.035-.005-.04-.007-.042-.006-.12-.015-.04-.005h-.02a1.03 1.03 0 0 0-.078-.008l-.05-.004-.042-.003h-.026a.202.202 0 0 0-.036-.003l-.05-.002h-.03l-.052-.003h-.056l-.007-.002c-.012 0-.024 0-.035-.003a.211.211 0 0 1-.115-.062l-.02-.028a.26.26 0 0 1-.026-.06c-.005-.023-.007-.045-.005-.068a.16.16 0 0 1 .016-.064c.01-.02.022-.04.037-.055a.224.224 0 0 1 .116-.062c.01 0 .022 0 .033-.002h.01zm.37 1.05l.024.002.04.004c.006 0 .012 0 .02.002.015 0 .03.003.048.004l.043.005.015.003.03.003.032.005.033.005c.007 0 .013.002.02.003l.027.004.048.008.037.006c.006 0 .012.003.018.004l.037.007.014.002.077.016.033.007.03.007.032.008c.005 0 .01.002.014.003l.034.01.035.01.03.01c.008 0 .017.004.026.006.005.002.01.004.017.005.014.006.028.01.043.015l.02.006c.02.008.04.015.06.02l.033.013.033.013.073.03c.014.004.027.01.04.015l.024.012c.03.012.06.026.087.04l.035.016.035.018.034.018c.03.015.056.03.083.046l.02.01.025.016.015.01.05.03.025.017c.014.01.028.02.042.028l.018.014.02.014.03.023.038.03c.008.005.016.01.024.017.005.005.01.01.016.013l.023.02.026.02.022.02.035.03.022.02.01.01.058.055.01.01c.008.01.017.018.026.027l.01.012.03.03.026.03.02.02.027.033c.01.01.02.02.028.032l.06.074.016.02.038.05.015.02.008.014c.006.008.01.016.017.024l.016.024c.01.012.016.023.024.035.01.016.02.03.028.047.003.004.006.01.01.013l.023.04.014.025c.004.01.01.02.015.028l.018.033.023.044.018.037c.006.01.01.022.016.033a1.407 1.407 0 0 1 .049.11l.03.08a1.816 1.816 0 0 1 .058.17c.01.03.02.06.027.09l.03.118.03.163a2.755 2.755 0 0 1 .038.384l.003.144v.077l-.001.027c-.002.01-.004.02-.008.03-.007.022-.02.04-.033.06a.343.343 0 0 1-.05.043.207.207 0 0 1-.222-.005.227.227 0 0 1-.047-.046.188.188 0 0 1-.03-.06.15.15 0 0 1-.008-.032c0-.01 0-.022-.002-.034v-.137a2.629 2.629 0 0 0-.061-.535c-.015-.06-.03-.12-.048-.177l-.022-.067-.02-.056-.007-.02a.792.792 0 0 0-.033-.08c-.008-.02-.016-.04-.025-.058l-.05-.103-.045-.08c0-.003-.003-.006-.005-.01l-.02-.032-.003-.005c-.006-.01-.01-.018-.017-.027l-.03-.046-.028-.04c-.02-.03-.042-.06-.063-.087a3.308 3.308 0 0 0-.094-.113c-.01-.01-.018-.02-.026-.03l-.02-.02-.01-.012-.015-.016-.016-.015-.036-.037-.08-.075-.053-.044-.002-.002-.02-.016-.025-.02-.008-.006c-.006-.005-.012-.01-.018-.013l-.025-.02-.01-.006-.043-.03-.012-.008-.017-.012c-.007-.004-.014-.01-.022-.013-.014-.01-.028-.02-.042-.027l-.012-.008-.037-.022-.005-.004-.035-.02-.022-.01-.004-.003-.026-.014-.003-.002-.026-.014h-.005a.913.913 0 0 0-.07-.035c-.01-.006-.022-.01-.033-.016l-.024-.01-.017-.007-.03-.013-.026-.01-.04-.015-.035-.014H8.75l-.01-.005-.034-.01-.004-.002-.063-.02-.04-.012-.024-.005-.023-.007h-.004a.347.347 0 0 0-.046-.013l-.024-.006-.03-.007h-.005l-.016-.004h-.004l-.028-.007-.016-.004-.04-.008-.042-.008-.017-.003-.037-.006-.03-.005-.042-.006-.043-.006-.043-.005-.035-.004h-.017l-.045-.006-.045-.004-.035-.002-.033-.005-.032-.01a.213.213 0 0 1-.098-.089.189.189 0 0 1-.022-.129.194.194 0 0 1 .02-.063c.005-.01.01-.02.018-.028a.183.183 0 0 1 .05-.046.204.204 0 0 1 .092-.034h.039zm.298 1.086c.01 0 .02 0 .03.002.008 0 .018 0 .028.002l.033.003c.07.006.142.016.212.03l.07.016.017.005.076.02c.013.005.025.01.038.013l.025.01c.03.01.062.023.092.036l.007.004.035.016.06.03.014.008c.01.006.02.01.03.017.012.01.025.017.037.025.035.022.067.045.098.07l.07.06c.02.018.038.037.057.058l.04.046c.005.004.01.01.013.015l.016.02.025.033c.02.03.04.06.058.09l.048.09c.012.024.024.05.035.077a1.687 1.687 0 0 1 .085.264c.015.06.025.124.034.187l.01.097.006.09v.038a.225.225 0 0 1-.066.13.253.253 0 0 1-.067.04.255.255 0 0 1-.06.012c-.02 0-.04 0-.058-.006a.192.192 0 0 1-.063-.03.209.209 0 0 1-.056-.055.19.19 0 0 1-.03-.072l-.003-.02-.002-.036c0-.015 0-.03-.003-.045l-.007-.07-.012-.086-.013-.07-.01-.037a1.048 1.048 0 0 0-.108-.283l-.024-.04-.03-.045-.03-.036-.016-.018-.043-.045-.045-.04-.044-.03a.309.309 0 0 0-.037-.026l-.042-.024-.044-.023-.024-.01-.01-.006-.055-.02a.664.664 0 0 0-.058-.02l-.057-.016-.03-.007a.065.065 0 0 1-.02-.004l-.025-.004-.028-.006-.022-.003-.036-.005-.028-.004-.027-.003h-.027a.271.271 0 0 0-.04-.004c-.008 0-.016 0-.025-.002h-.01c-.003 0-.006 0-.01-.002-.006 0-.012-.002-.02-.004a.23.23 0 0 1-.054-.023.233.233 0 0 1-.06-.053.295.295 0 0 1-.03-.062.208.208 0 0 1 .052-.202.188.188 0 0 1 .114-.055c.012-.002.019-.002.025-.002h.02z"/></svg>
<svg class="tc-image-vibration tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 36"><path d="M0 24h4V12H0v12zm6 4h4V8H6v20zm38-16v12h4V12h-4zm-6 16h4V8h-4v20zM33 0H15c-1.66 0-3 1.34-3 3v30c0 1.66 1.34 3 3 3h18c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-1 32H16V4h16v28z"/></svg>
<svg class="tc-image-video tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 30.10983657836914"><path d="M0 12.693h3.167v7.917H0v-7.917zm3.958-.791H30.48v3.958h1.188L38 9.527V30.11l-6.333-6.333h-1.188v6.333H3.96V11.902zM10.292.027a5.542 5.542 0 1 1 0 11.083 5.542 5.542 0 0 1 0-11.083zm12.666 0a5.542 5.542 0 1 1 0 11.083 5.542 5.542 0 0 1 0-11.083z"/></svg>
<svg class="tc-image-video_camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 2281 1393.0001220703125"><path d="M0 1078.667v-765q0-127 89-217.5t213-90.5h1125q121 0 208 86t93 208l426-272q52-35 89.5-13t37.5 89v1184q0 67-37.5 90t-89.5-12l-426-273q-5 123-92.5 208.5t-208.5 85.5H302q-125 0-213.5-90.5T0 1078.667zm1303-723q0 37 26.5 63.5t63.5 26.5 63.5-26.5 26.5-63.5-26.5-63.5-63.5-26.5-63.5 26.5-26.5 63.5z"/></svg>
<svg class="tc-image-video-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M395.6 69.8L325.8 0h-58.2l69.8 69.8h58.2zM23.3 0H0v69.8h93.1L23.3 0zm221.1 69.8L174.5 0h-58.2l69.8 69.8h58.3zm174.5 93.1h-93.1l69.8-69.8h-58.2l-69.8 69.8h-93.1l69.8-69.8h-58.2l-69.8 69.8h-93l69.8-69.8H0v372.4C0 491.1 20.9 512 46.5 512h418.9c25.7 0 46.5-20.9 46.5-46.5V93.1h-23.3l-69.7 69.8zM186.2 442.2V232.7l186.2 104.7-186.2 104.8zM418.9 0l69.8 69.8H512V0h-93.1z"/></svg>
<svg class="tc-image-video-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM242.285 329.297h715.357v541.406H242.285V329.297zm87.744 87.744v365.918H869.97V417.041H330.029zm189.698 63.721l210.718 121.509-210.718 122.241v-243.75z"/></svg>
<svg class="tc-image-video-basic tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 26"><path d="M2 0h34a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.77 4C6.24 4 5 5.511 5 7.375v11.25C5 20.489 6.24 22 7.77 22h15.46c1.53 0 2.77-1.511 2.77-3.375V16l6 5h1V5h-1l-6 5V7.375C26 5.511 24.76 4 23.23 4H7.77z"/></svg>
<svg class="tc-image-video-call tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 24"><path d="M28 9V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v20c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2v-7l8 8V1l-8 8zm-6 5h-6v6h-4v-6H6v-4h6V4h4v6h6v4z"/></svg>
<svg class="tc-image-video-camera tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 768"><path d="M384 160C384 71.634 455.634 0 544 0s160 71.634 160 160-71.634 160-160 160-160-71.634-160-160zM0 160C0 71.634 71.634 0 160 0s160 71.634 160 160-71.634 160-160 160S0 248.366 0 160zm768 320v-96c0-35.2-28.8-64-64-64H64c-35.2 0-64 28.8-64 64v320c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-96l256 160V320L768 480zM640 640H128V448h512v192z"/></svg>
<svg class="tc-image-video-chat tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1101.781982421875"><path d="M0 0v854.517h247.266v247.265L632.74 854.516H1200V0H0zm263.086 214.673h483.398v149.048l190.43-149.048v398.438l-190.43-149.049V613.11H263.086V214.673z"/></svg>
<svg class="tc-image-video-gallery tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 38"><path d="M5 0h32v3h7v30h-7v5H5v-3H0V5h5V0zm3 3v26h26V3H8zM3 8v18h2V8H3zm34 16h4V6h-4v18zM13 14v4h-2v-4h2zm10.25-1c.828 0 1.75.922 1.75 1.75v5.5c0 .828-.922 1.75-1.75 1.75H14v-9h9.25zM26 15l5-4v12l-5-4v-4z"/></svg>
<svg class="tc-image-video-highdefinition tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.93199920654297 26.175004959106445"><path d="M0 .38v25.413h5.654v-10.64h9.547v10.64h5.653V.38h-5.653v9.88H5.654V.38H.001zm23.56 25.414c1.362.22 3.51.347 6.446.379 2.504.002 4.755-.268 6.753-.81 1.998-.543 3.67-1.373 5.015-2.49 1.222-1.05 2.215-2.452 2.978-4.206.764-1.754 1.157-3.885 1.18-6.393-.013-2.317-.397-4.285-1.151-5.905-.755-1.62-1.794-2.895-3.12-3.825-1.182-.848-2.614-1.484-4.297-1.908C35.68.212 33.631 0 31.214 0a58.535 58.535 0 0 0-4.117.146 45.134 45.134 0 0 0-3.537.385v25.263zm5.653-21.426c.49-.137 1.36-.215 2.605-.235 2.518.006 4.488.714 5.91 2.123 1.423 1.41 2.147 3.48 2.172 6.213-.034 3.128-.825 5.449-2.374 6.961-1.55 1.512-3.653 2.256-6.312 2.23-.35.003-.707-.002-1.071-.014a5.239 5.239 0 0 1-.93-.102V4.368z"/></svg>
<svg class="tc-image-video-label tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 36"><path d="M40 0H4C1.8 0 0 1.8 0 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 26H4V4h36v22z"/></svg>
<svg class="tc-image-video-library tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M4 8H0v28c0 2.21 1.79 4 4 4h28v-4H4V8zm32-8H12C9.79 0 8 1.79 8 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM20 25V7l12 9-12 9z"/></svg>
<svg class="tc-image-video-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 19.999807357788086 16.000999450683594"><g transform="translate(-2 -4.999)"><circle cx="7" cy="11" r="1"/><path d="M21.585 7.188a.995.995 0 0 0-.901-.137l-1.707.568A3.004 3.004 0 0 0 16 4.999H5c-1.654 0-3 1.347-3 3v6c0 1.653 1.346 3 3 3h3v1.111l.008.09c.066.738.381 1.423.887 1.928.562.562 1.311.872 2.104.872s1.542-.31 2.104-.87c.574-.577.898-1.346.896-2.113V17h2a3.01 3.01 0 0 0 2.978-2.62l1.707.568c.303.104.64.051.9-.138a.997.997 0 0 0 .415-.812v-6a1 1 0 0 0-.414-.81zM12 18.023a.995.995 0 0 1-.309.689.976.976 0 0 1-1.382 0 1.115 1.115 0 0 1-.309-.691V16h2v2.023zM17 14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v6zm3-1.389s-1.895-.605-2-.605V9.994c.105 0 2-.605 2-.605v3.222z"/></g></svg>
<svg class="tc-image-video-send tc-image-button" width="22pt" height="22pt" viewBox="0 0 58.832000732421875 38.000003814697266"><path d="M3 7h14a3 3 0 0 1 0 6H3a3 3 0 0 1 0-6zm4 9h12a3 3 0 0 1 0 6H7a3 3 0 1 1 0-6zM33 5v24h25.832a34.798 34.798 0 0 1-3.81 9H29V0h24.727a34.972 34.972 0 0 1 2.905 5H33zM12 25h9a3 3 0 1 1 0 6h-9a3 3 0 1 1 0-6zm23-10h2v3h-2v-3zm3-1h9.5c.552 0 1.5.948 1.5 1.5v5c0 .552-.948 1.5-1.5 1.5H38v-8zm16-1v9.75l-4-3.25v-3l4-3.5z"/></svg>
<svg class="tc-image-video-standarddefinition tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.816001892089844 26.175004959106445"><path d="M0 24.517c.725.422 1.716.793 2.972 1.114 1.257.32 2.624.49 4.102.506 3.555-.065 6.162-.86 7.821-2.387 1.66-1.527 2.48-3.396 2.462-5.606.008-1.781-.51-3.287-1.554-4.517-1.044-1.23-2.663-2.253-4.857-3.072-1.745-.593-3.015-1.144-3.812-1.652-.797-.508-1.19-1.153-1.177-1.935-.002-.664.32-1.234.968-1.71.646-.474 1.628-.723 2.943-.745 1.267.02 2.341.16 3.225.42.883.26 1.563.523 2.039.789l1.24-4.582c-.721-.307-1.604-.571-2.65-.792C12.678.127 11.419.011 9.948 0 6.875.043 4.504.75 2.836 2.12 1.168 3.49.324 5.27.304 7.459c.025 1.839.65 3.371 1.873 4.597 1.224 1.225 2.896 2.21 5.017 2.954 1.602.512 2.758 1.037 3.468 1.577.709.54 1.056 1.197 1.042 1.973-.003.841-.366 1.508-1.087 2-.722.493-1.783.745-3.183.756a13.414 13.414 0 0 1-3.536-.495c-1.093-.314-2.011-.678-2.755-1.09L0 24.517zm20.444 1.277c1.361.22 3.51.347 6.446.379 2.504.002 4.755-.268 6.753-.81 1.998-.543 3.67-1.373 5.015-2.49 1.222-1.05 2.215-2.452 2.978-4.206.764-1.754 1.157-3.885 1.18-6.393-.014-2.317-.398-4.285-1.152-5.905-.754-1.62-1.793-2.895-3.119-3.825-1.182-.848-2.615-1.484-4.298-1.908C32.564.212 30.514 0 28.098 0a58.513 58.513 0 0 0-4.117.146 45.13 45.13 0 0 0-3.537.385v25.263zm5.653-21.426c.49-.137 1.36-.215 2.605-.235 2.518.006 4.488.714 5.91 2.123 1.423 1.41 2.147 3.48 2.172 6.213-.034 3.128-.825 5.449-2.374 6.961-1.55 1.512-3.653 2.256-6.312 2.23-.35.003-.707-.002-1.072-.014a5.241 5.241 0 0 1-.93-.102V4.368z"/></svg>
<svg class="tc-image-videocam tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 24"><path d="M28 9V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v20c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2v-7l8 8V1l-8 8z"/></svg>
<svg class="tc-image-videocam-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M38 9l-8 8v-7c0-1.1-.9-2-2-2H15.64L38 30.36V9zM2.55 0L0 2.55 5.45 8H4c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h24c.41 0 .77-.15 1.09-.37L35.46 38 38 35.45 2.55 0z"/></svg>
<svg class="tc-image-videocamera tc-image-button" width="22pt" height="22pt" viewBox="0 0 448 352"><path d="M335 105.3c0-5.1-4-9.3-9.2-9.3H274V63.8C274 28.6 244.7 0 209.1 0H31v48h176.1c4.5 0 9.9 5.6 9.9 10.1V96H9.4c-5.2 0-9.4 4.2-9.4 9.3v237.4c0 5.1 4.2 9.3 9.4 9.3h316.4c5.2 0 9.2-4.2 9.2-9.3v-64.5l113 34.7V136.5l-113 34.7v-65.9zM226.2 261H108.1c-19.8 0-35.9-16-35.9-35.8s16.1-35.8 35.9-35.8c19.8 0 35.9 16.2 35.9 36 0 10-4.2 18.6-10.8 25.6h67.9c-6.6-7-10.8-15.6-10.8-25.6 0-19.8 16.1-35.9 35.9-35.9 19.8 0 35.9 15.9 35.9 35.7S246 261 226.2 261z"/></svg>
<svg class="tc-image-videogame-asset tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M40 0H4C1.79 0 0 1.79 0 4v16c0 2.21 1.79 4 4 4h36c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM20 14h-6v6h-4v-6H4v-4h6V4h4v6h6v4zm9 4c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm8-6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
<svg class="tc-image-view-agenda tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M36 20H2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h34c1.1 0 2-.9 2-2V22c0-1.1-.9-2-2-2zm0-20H2C.9 0 0 .9 0 2v12c0 1.1.9 2 2 2h34c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"/></svg>
<svg class="tc-image-view-array tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 26"><path d="M0 26h6V0H0v26zM28 0v26h6V0h-6zM8 26h18V0H8v26z"/></svg>
<svg class="tc-image-view-carousel tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 30"><path d="M10 30h20V0H10v30zM0 26h8V4H0v22zM32 4v22h8V4h-8z"/></svg>
<svg class="tc-image-view-column tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 26"><path d="M12 26h10V0H12v26zM0 26h10V0H0v26zM24 0v26h10V0H24z"/></svg>
<svg class="tc-image-view-comfy tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 28"><path d="M0 8h8V0H0v8zm0 10h8v-8H0v8zm10 0h8v-8h-8v8zm10 0h8v-8h-8v8zM10 8h8V0h-8v8zm10-8v8h8V0h-8zm10 18h8v-8h-8v8zM0 28h8v-8H0v8zm10 0h8v-8h-8v8zm10 0h8v-8h-8v8zm10 0h8v-8h-8v8zm0-28v8h8V0h-8z"/></svg>
<svg class="tc-image-view-compact tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 28"><path d="M0 28h12V14H0v14zm14 0h24V14H14v14zM0 0v12h38V0H0z"/></svg>
<svg class="tc-image-view-day tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 36"><path d="M0 36h38v-6H0v6zm36-26H2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h34c1.1 0 2-.9 2-2V12c0-1.1-.9-2-2-2zM0 0v6h38V0H0z"/></svg>
<svg class="tc-image-view-headline tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 28"><path d="M0 20h34v-4H0v4zm0 8h34v-4H0v4zm0-16h34V8H0v4zM0 0v4h34V0H0z"/></svg>
<svg class="tc-image-view-list tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 28"><path d="M0 18h8v-8H0v8zm0 10h8v-8H0v8zM0 8h8V0H0v8zm10 10h24v-8H10v8zm0 10h24v-8H10v8zm0-28v8h24V0H10z"/></svg>
<svg class="tc-image-view-mode tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M1110.645 0L0 1111.963 89.355 1200 1200 89.429 1110.645 0zM0 1.758v281.323h281.25V1.831L0 1.758zm331.421 0v281.323h281.25V1.831l-281.25-.073zM0 338.452v281.25h281.25v-281.25H0zm331.421 0v281.25l281.25-281.25h-281.25zm494.311 297.876L652.295 794.312H1200V636.328H825.732zM614.795 838.33v157.983H1200V838.33H614.795zm0 202.002v157.91H1200v-157.91H614.795z"/></svg>
<svg class="tc-image-view-module tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 26"><path d="M0 12h10V0H0v12zm0 14h10V14H0v12zm12 0h10V14H12v12zm12 0h10V14H24v12zM12 12h10V0H12v12zM24 0v12h10V0H24z"/></svg>
<svg class="tc-image-view-quilt tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 26"><path d="M12 26h10V14H12v12zM0 26h10V0H0v26zm24 0h10V14H24v12zM12 0v12h22V0H12z"/></svg>
<svg class="tc-image-view-stream tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 26"><path d="M0 26h34V14H0v12zM0 0v12h34V0H0z"/></svg>
<svg class="tc-image-view-week tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 28"><path d="M8 0H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm28 0h-6c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM22 0h-6c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"/></svg>
<svg class="tc-image-vim tc-image-button" width="22pt" height="22pt" viewBox="0 0 26.317007064819336 25.549001693725586"><path d="M14.982 16.216c.042.042.125.105.188.105h1.109c.063 0 .146-.063.188-.105l.293-.314c.042-.042.063-.084.063-.125l.314-1.067c.021-.105 0-.209-.063-.272l-.23-.188c-.042-.042-.125-.021-.188-.021h-1.004l-.063-.063c-.042 0-.084-.021-.126.021l-.398.251c-.042 0-.063.105-.084.146l-.335 1.025a.292.292 0 0 0 .063.314l.272.293zm.167 5.524l-.084.021h-.251l1.507-4.415c.042-.146-.021-.314-.167-.356l-.084-.021h-2.532a.269.269 0 0 0-.209.209l-.146.523c-.042.146.063.272.209.314l.063-.021h.377l-1.528 4.373c-.042.146.021.335.167.398l.084.063h2.344c.125 0 .23-.105.272-.23l.146-.502a.264.264 0 0 0-.167-.356zm11.112-4.122l-.398-.523v-.021c-.063-.063-.125-.125-.209-.125h-1.507c-.084 0-.146.084-.209.125l-.419.502h-.649l-.439-.502v-.021a.258.258 0 0 0-.209-.105h-.837l4.227-4.227-4.729-4.687 4.227-4.352V1.799l-.586-.753h-8.558l-.691.732v.607L12.91 0l-1.611 1.569-.502-.523H2.343l-.67.774v1.967l.628.607h.628v5.461L0 12.784l2.929 2.93v6.696l1.088.607h2.427l1.904-1.988 4.52 4.52 3.034-3.034c.021.084.084.105.188.146l.084-.042h1.967c.126 0 .23-.021.251-.125l.146-.418c.042-.146-.021-.272-.167-.314l-.084.021h-.084l.712-2.239.481-.481h1.046l-1.046 3.327c-.042.146.042.23.188.293l.084-.042h1.904c.105 0 .209-.021.251-.125l.167-.377c.063-.146-.021-.272-.146-.335-.021-.021-.063 0-.105 0h-.084l.879-2.72h1.276l-1.067 3.327c-.042.146.042.23.188.272l.084-.063h2.093c.105 0 .209-.021.251-.125l.167-.418c.063-.146-.021-.272-.167-.314-.021-.021-.063.021-.105.021h-.146l1.172-3.871a.345.345 0 0 0-.021-.293zM12.91.397l2.365 2.365v.984l.711.858h.335l-6.068 5.859V4.604h.691l.565-.879V1.863l-.042-.063L12.911.398zM.397 12.784l2.532-2.532v5.064L.397 12.784zm8.14 8.015l12.22-12.555 4.478 4.499-4.227 4.227h-.021a.366.366 0 0 0-.146.105l-.439.502h-.607l-.46-.502c-.042-.063-.126-.125-.209-.125h-1.841a.29.29 0 0 0-.272.209l-.167.523c-.042.146.021.272.167.335h.314l-1.339 3.955-3.16 3.181-4.29-4.352z"/></svg>
<svg class="tc-image-vimeo tc-image-button" width="22pt" height="22pt" viewBox="0 0 586.7520141601562 512"><path d="M0 139.264c18.767-22.191 37.551-41.983 56.32-59.392 18.768-17.408 35.071-30.64 48.895-39.68s26.193-16.384 37.12-22.016 19.12-9.296 24.577-11.008l8.704-2.048a73.99 73.99 0 0 1 12.288-1.024c6.48 0 12.447 1.024 17.92 3.072 8.88 3.409 16.128 9.296 21.76 17.664s10.576 17.745 14.847 28.16c4.273 10.417 7.937 22.688 11.01 36.865 3.07 14.16 5.631 27.392 7.679 39.68s4.351 25.855 6.912 40.704c2.56 14.847 5.04 26.88 7.424 36.095 10.927 42.672 19.712 72.96 26.351 90.88 6.657 17.905 13.744 26.88 21.248 26.88 8.225 0 19.569-9.471 34.065-28.4 14.496-18.96 30.464-44.783 47.872-77.583 8.88-16.385 13.311-31.92 13.311-46.593 0-4.432-.335-8.336-1.007-11.775-3.056-17.744-11.777-28.848-26.113-33.28-3.76-1.361-7.855-2.049-12.319-2.049-11.936 0-26.112 4.432-42.496 13.312 7.536-44.367 30.384-80.031 68.624-107.008C434 10.24 463.727 0 494.08 0c4.112 0 8.208.176 12.304.512 34.816 2.72 58.528 18.08 71.152 46.08 6.16 12.977 9.216 27.984 9.216 45.057 0 9.903-1.025 20.303-3.056 31.231-6.16 34.816-18 70.32-35.6 106.496-17.6 36.192-36.88 68.192-57.84 96a861.44 861.44 0 0 1-67.84 79.36c-24.256 25.088-45.313 45.04-63.216 59.904-17.92 14.848-33.376 26.544-46.336 35.072C298.496 507.904 285.105 512 272.64 512s-24.32-3.6-35.584-10.752c-11.264-7.168-20.816-15.36-28.672-24.576-7.856-9.216-14.336-18.96-19.456-29.184-6.144-12.976-22.785-63.92-49.92-152.832-27.136-88.928-43.6-136.784-49.409-143.616-.335-.688-1.023-1.376-2.047-2.047-1.024-.672-3.329-1.457-6.913-2.304-3.583-.849-7.68-.849-12.288 0-4.607.847-10.832 3.247-18.687 7.168-7.857 3.92-16.384 9.471-25.6 16.64z"/></svg>
<svg class="tc-image-vimeo-circled tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M480 0c133.333 0 246.667 46.667 340 140s140 206.667 140 340c0 132-46.667 245-140 339S613.333 960 480 960c-132 0-245-47-339-141S0 612 0 480c0-133.333 47-246.667 141-340S348 0 480 0m220 386c9.333-54.667-6.667-86-48-94-40-9.333-76.667 4-110 40-18.667 18.667-30 40.667-34 66 25.333-16 44-15.667 56 1s11.333 37.667-2 63c-29.333 56-50.667 84-64 84-9.333 0-21.333-31.333-36-94-2.667-9.333-5.333-22.667-8-40s-5.333-32.333-8-45c-2.667-12.667-6.667-25.667-12-39-5.333-13.333-12-23-20-29s-18-7.667-30-5c-17.333 4-37.333 14.667-60 32s-41.333 34-56 50l-20 24 18 24c2.667-2.667 6-5.333 10-8s11.333-6 22-10 17.333-3.333 20 2c4 5.333 16.333 43 37 113s33.667 110.333 39 121c9.333 18.667 22 33 38 43s35.333 9.667 58-1c36-24 77.333-64 124-120s75.333-115.333 86-178"/></svg>
<svg class="tc-image-vimeo-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M1292 510q10-216-161-222-231-8-312 261 44-19 82-19 85 0 74 96-4 57-74 167T796 903q-43 0-82-169-13-54-45-255-30-189-160-177-59 7-164 100l-81 72-81 72 52 67q76-52 87-52 57 0 107 179 15 55 45 164.5t45 164.5q68 179 164 179 157 0 383-294 220-283 226-444zm244-222v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-vimeo2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-1.037 5.313c-.05 1.125-.838 2.666-2.359 4.622-1.572 2.044-2.903 3.066-3.991 3.066-.675 0-1.244-.622-1.709-1.866-.313-1.141-.622-2.281-.934-3.422-.344-1.244-.716-1.866-1.112-1.866-.087 0-.391.181-.906.544l-.544-.7c.572-.5 1.134-1.003 1.687-1.503.763-.656 1.331-1.003 1.712-1.038.9-.087 1.453.528 1.662 1.844.225 1.422.381 2.303.469 2.65.259 1.178.544 1.766.856 1.766.241 0 .606-.381 1.091-1.147s.744-1.347.778-1.747c.069-.659-.191-.991-.778-.991-.278 0-.563.063-.856.191.569-1.859 1.653-2.766 3.256-2.712 1.188.034 1.747.803 1.678 2.309z"/></svg>
<svg class="tc-image-vine tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 14.026999473571777 16.086002349853516"><path fill-rule="nonzero" d="M14.026 7.954c-.412.095-.81.137-1.17.137-2.018 0-3.572-1.41-3.572-3.86 0-1.202.465-1.827 1.122-1.827.625 0 1.042.56 1.042 1.7 0 .645-.173 1.354-.3 1.774 0 0 .62 1.085 2.322.752.36-.803.557-1.842.557-2.753 0-2.45-1.25-3.877-3.54-3.877-2.356 0-3.734 1.81-3.734 4.198 0 2.365 1.105 4.395 2.928 5.32-.767 1.533-1.742 2.884-2.76 3.902-1.844-2.23-3.513-5.208-4.198-11.017H0c1.258 9.675 5.007 12.755 5.998 13.347.56.336 1.044.32 1.556.032.806-.458 3.223-2.875 4.563-5.705a9.025 9.025 0 0 0 1.91-.218V7.953z"/></svg>
<svg class="tc-image-vip tc-image-button" width="22pt" height="22pt" viewBox="0 0 49.61100387573242 22.927003860473633"><path d="M13.26 22.927l-5.99-.013L0 .338h5.62l2.76 9.524 1.098 3.989.921 4.064h.101a94.794 94.794 0 0 1 2.053-7.926L15.448.338h5.451L13.26 22.927zM23.644.337h5.024v22.59h-5.023V.337zm9.795 22.59V.443C34.956.169 37.247.021 40.314 0c3.133 0 5.433.57 6.9 1.71.741.545 1.324 1.274 1.748 2.185.424.911.64 1.963.649 3.156-.001 1.195-.174 2.27-.52 3.223-.346.954-.86 1.726-1.543 2.317-.874.752-1.934 1.312-3.181 1.68-1.247.367-2.632.55-4.154.549l-1.75-.126v8.233h-5.024zm5.025-19.074v7.15c.404.102.976.15 1.716.144 1.375-.01 2.45-.358 3.225-1.042.774-.684 1.168-1.643 1.181-2.875-.006-1.122-.355-1.994-1.047-2.614-.691-.62-1.688-.934-2.99-.943-1.014.006-1.71.066-2.085.18z"/></svg>
<svg class="tc-image-vip-lowercase tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.5 31.652997970581055"><path d="M0 7.748l6.229 16.86h5.32l6.368-16.86h-5.599l-2.205 7.827a74.813 74.813 0 0 0-.944 4.147h-.105a53.254 53.254 0 0 0-.98-4.118l-2.31-7.856H0zm25.665 16.861V7.748h-5.239v16.86h5.239zM23.239 0c-.861.017-1.543.268-2.044.754-.502.486-.758 1.108-.769 1.866.01.742.26 1.36.747 1.852s1.153.748 1.997.767c.893-.019 1.59-.275 2.087-.767.499-.493.752-1.11.76-1.852-.024-.758-.28-1.38-.764-1.866C24.769.268 24.097.017 23.239 0zm6.696 31.653h5.239v-8.525h.072c.404.534.999.97 1.785 1.309.786.338 1.714.513 2.784.524 2 .013 3.762-.701 5.283-2.143 1.521-1.443 2.322-3.694 2.402-6.754-.058-2.723-.758-4.843-2.1-6.359-1.341-1.516-2.975-2.285-4.901-2.31-2.589.03-4.536.955-5.843 2.777h-.069l-.24-2.424h-4.553c.082 1.596.13 3.506.141 5.73v18.175zm5.239-16.497c0-.301.036-.602.108-.903.197-.795.594-1.437 1.192-1.924a3.293 3.293 0 0 1 2.082-.751c1.224.029 2.148.483 2.77 1.364.622.88.934 2.011.935 3.395-.009 1.461-.341 2.62-.998 3.478-.657.858-1.583 1.296-2.78 1.316-.803-.016-1.49-.254-2.059-.717a3.333 3.333 0 0 1-1.142-1.784 5.317 5.317 0 0 1-.108-1.112v-2.362z"/></svg>
<svg class="tc-image-virb tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 15.390998840332031 16.00800132751465"><path d="M11.504 4.825c0-.167 0-.317.1-.417.133-.117.267-.1.4-.1h.952c.516 0 1.25.133 1.752.584.5.467.617 1.135.617 1.736V8.13c0 .4.016.685-.184 1.052-.25.467-.768.6-.768.668 0 .066.567.167.818.667.2.4.184.65.184 1.052v2.07c0 .416 0 .934-.6 1.635-.57.634-1.354.718-1.754.718-.3 0-.518.016-.818 0-.2-.017-.5.016-.568-.084-.1-.15-.133-.118-.133-.568V4.825zm-3.64 10.9c0 .268-.066.268-.567.268-.384 0-.5 0-.5-.234V4.824c0-.167.016-.35.116-.45.134-.117.25-.067.384-.067h.952c.534 0 1.252.133 1.752.584.5.467.618 1.152.618 1.736V8.13c0 .4.017.685-.184 1.052-.25.467-.784.6-.784.668 0 .066.55.167.8.667.2.4.185.65.185 1.052v4.156c0 .267-.118.267-.57.267-.383 0-.5.016-.5-.234v-4.24c0-.686-.45-1.103-.818-1.103-.784 0-.884-.016-.884.25v5.06zm-2.553.25c-.45 0-.5 0-.5-.233V4.575c0-.217.1-.25.5-.25.45 0 .567.016.567.266v11.12c0 .25-.032.266-.566.266zm7.445-1.084c.132.018.15.018.3.018.183 0 .6-.05.9-.367.334-.367.35-.6.35-.884V11.52c0-.77-.45-1.103-.95-1.103-.718 0-.768.05-.768.45v3.506c0 .184.016.5.167.518zM2.087 12.52c.284-2.87.534-5.308.8-7.93.034-.282.168-.266.47-.266.466 0 .633.034.616.217-.5 4.108-.884 7.146-1.385 11.202-.034.234-.217.25-.55.25-.435 0-.636 0-.67-.283C.918 11.953.501 8.614.018 4.508c-.018-.2.066-.2.533-.2.484 0 .584.05.6.267.268 2.92.468 5.19.72 7.962 0 .05.016.167.1.167.1 0 .116-.117.116-.183zm6.21-7.11c-.15 0-.3 0-.368.116-.05.1-.05.184-.05.284v3.122c0 .183-.033.367.1.467.1.082.217.066.3.066.185 0 .62-.05.92-.367.333-.37.333-.652.333-.886V6.628c0-.384-.067-.668-.35-.968-.184-.167-.284-.25-.885-.25zm4.824 0c-.234 0-.417 0-.484.116-.05.1-.05.184-.05.284v3.122c0 .183-.017.333.1.45.1.1.167.084.3.084.234 0 .618-.05.92-.367.332-.37.332-.62.332-.886V6.628c0-.384-.066-.668-.35-.968-.184-.167-.3-.25-.768-.25zm-6.18-4.07H5.889V.263C5.889.016 5.774 0 5.332 0c-.392 0-.49.033-.49.245V1.34H3.817c-.246 0-.263.116-.263.557 0 .393.033.49.246.49h1.042V3.42c0 .228.05.228.49.228.524 0 .557-.016.557-.262v-.998h1.085c.23 0 .23-.05.23-.49 0-.524-.018-.557-.263-.557z"/></svg>
<svg class="tc-image-visa tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 4.905001163482666"><path d="M11.63.2c-.257-.097-.66-.2-1.16-.2-1.28 0-2.183.645-2.19 1.57-.008.68.643 1.062 1.134 1.29.505.233.674.38.672.59-.003.318-.403.463-.775.463-.518 0-.793-.072-1.22-.25l-.165-.075-.182 1.064c.302.132.862.247 1.443.253 1.36 0 2.245-.637 2.255-1.624.006-.542-.34-.953-1.086-1.292-.453-.22-.73-.367-.727-.59 0-.197.234-.408.742-.408.422-.007.73.086.968.182l.116.055.176-1.03zm3.322-.113h-1c-.312 0-.544.085-.68.394l-1.924 4.356h1.36l.273-.714 1.66.002c.04.166.158.712.158.712H16L14.952.087zM6.44.047h1.296l-.81 4.752H5.63L6.44.046zm-3.293 2.62l.135.66L4.55.087h1.372L3.882 4.83h-1.37L1.392.813a.267.267 0 0 0-.12-.158A5.464 5.464 0 0 0 0 .183l.017-.1h2.088c.282.01.51.1.588.402l.454 2.183zm10.207.484l.516-1.33c-.007.014.107-.274.172-.453l.088.41.3 1.372h-1.076z"/></svg>
<svg class="tc-image-visa-electron tc-image-button" width="22pt" height="22pt" viewBox="0 0 816.2539672851562 358.35302734375"><path d="M758.162 182.878c0-3.985 2.905-6.882 6.52-6.882 3.993 0 6.89 2.906 6.89 6.882 0 3.631-2.906 6.89-6.89 6.89-3.615 0-6.52-3.269-6.52-6.89zm6.52 5.073c2.904 0 5.435-2.176 5.435-5.073s-2.538-5.069-5.436-5.069c-2.534 0-5.069 2.176-5.069 5.07 0 2.896 2.538 5.072 5.07 5.072zm-.727-2.176h-1.45v-5.798h3.993c.726.367.726 1.092.726 1.817 0 .358-.359 1.084-1.088 1.45l1.451 2.534h-1.813l-.726-2.176h-1.092v2.171-3.26h.726c.367 0 .734 0 .734-.367.36 0 .36-.363.36-.729 0 0 0-.358-.36-.358 0-.367-.367 0-.734 0h-.726v4.714zM231.911 4.697L167.221 179.2l-6.943-35.452c-15.642-42.346-46.102-80.986-91.525-106.88L127.91 260.37l69.948-.009L301.909 4.697h-69.998zm55.424 255.775L328.679 4.48h66.142l-41.374 255.992h-66.112zm305.894-249.68C580.152 5.606 559.54 0 534.003 0c-65.408 0-111.368 34.735-111.757 84.424-.418 36.89 32.862 57.378 57.898 69.662 25.766 12.536 34.398 20.57 34.291 31.778-.217 17.088-20.625 24.883-39.616 24.883-26.398 0-40.474-3.8-62.118-13.423l-8.584-4.002-9.233 57.25c15.441 7.232 43.968 13.334 73.67 13.721 69.413 0 114.525-34.38 115.066-87.505.29-29.167-17.37-51.306-55.56-69.577-23.024-11.84-37.326-19.69-37.099-31.727.051-10.633 11.976-21.99 37.927-21.99 21.615-.444 37.167 4.557 49.46 9.834l5.883 2.966 9-55.505zm169.463-6.077h-51.041c-15.846 0-27.69 4.608-34.697 21.243L578.829 260.51h69.466s11.35-31.518 13.893-38.459c7.6 0 74.991.132 84.6.132 2.043 8.97 8.09 38.32 8.09 38.32h61.376L762.695 4.714zm-81.497 164.983c5.534-14.669 26.364-71.535 26.364-71.535-.423.691 5.376-14.856 8.793-24.435l4.408 22.127s12.702 61.065 15.317 73.843h-54.882zM107.213.338H.603L0 4.735c82.858 21.16 137.541 73.302 160.273 134.788L137.148 21.926C133.184 5.653 121.57.93 107.213.337zm207.932 356.291h10.89l.008-.055 28.736-.175 1.433-10.794-28.702.166 3.158-23.12 21.866-.172 1.438-10.79-21.832.17 2.837-20.787 27.806-.17 1.438-10.795-38.664.222zm104.994 0h10.897v-.055l28.736-.175 1.442-10.794-28.706.166 3.166-23.12 21.854-.172 1.447-10.79-21.824.17 2.833-20.787 27.798-.17 1.447-10.795-38.664.222zm-29.478-76.522l-12.036.222-10.419 76.301h10.897v-.055l28.736-.175 1.442-10.794-28.706.166zm155.336 10.965h21.462l-9.088 65.558h10.902l.01-.055.776-.175 8.325-65.327 23.864-.17 1.433-10.796-56.226.222zm93.372-10.965l-23.177.226-11.358 76.301 10.897-.235h.781l4.002-32.278 5.862-.005 17.575 32.281h11.776l-17.233-32.264c21.636-5.329 27.895-44.288.875-44.027zm-4.804 34.62h-12.53l3.22-25.297 13.398.175c12.058.15 5.927 25.122-4.087 25.122zm73.906-37.197c-18.283 0-35.208 18.095-37.798 40.414-2.582 22.31 10.15 40.41 28.433 40.41s35.208-18.096 37.79-40.41c2.59-22.319-10.138-40.414-28.424-40.414zm19.264 40.413c-1.869 16.137-14.28 31.3-27.515 31.3-13.218 0-22.259-15.163-20.382-31.3 1.87-16.14 14.114-31.3 27.337-31.3s22.438 15.16 20.561 31.3zm77.351-37.615l-8.662 54.9-26.513-54.9h-10.59l-12.309 76.301 10.893-.23h.793l8.367-58.984 28.621 58.983h9.088l10.598-76.07zm-329.385 37.615c-2.7 22.31 10.538 40.41 29.551 40.41 7.035 0 13.88-2.48 19.853-6.738v-12.873c-5.133 5.21-11.687 8.431-18.509 8.431-13.75 0-23.322-13.09-21.385-29.23 1.95-16.142 14.682-29.232 28.424-29.232 6.652 0 12.318 3.055 16.175 8.034l5.837-10.108c-5.244-5.692-12.412-9.11-20.663-9.11-19.008 0-36.6 18.095-39.283 40.414z"/></svg>
<svg class="tc-image-visibility tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 30"><path d="M22 0C12 0 3.46 6.22 0 15c3.46 8.78 12 15 22 15 10.01 0 18.54-6.22 22-15C40.54 6.22 32.01 0 22 0zm0 25c-5.52 0-10-4.48-10-10S16.48 5 22 5s10 4.48 10 10-4.48 10-10 10zm0-16c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/></svg>
<svg class="tc-image-visibility-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.0099983215332 38"><path d="M22 8c5.52 0 10 4.48 10 10 0 1.29-.26 2.52-.71 3.65l5.85 5.85c3.02-2.52 5.4-5.78 6.87-9.5C40.54 9.22 32.01 3 22 3c-2.8 0-5.48.5-7.97 1.4l4.32 4.31C19.48 8.27 20.71 8 22 8zM2 2.55l4.56 4.56.91.91C4.17 10.6 1.56 14.03 0 18c3.46 8.78 12 15 22 15 3.1 0 6.06-.6 8.77-1.69l.85.85L37.45 38 40 35.46 4.55 0 2 2.55zM13.06 13.6l3.09 3.09c-.09.43-.15.86-.15 1.31 0 3.31 2.69 6 6 6 .45 0 .88-.06 1.3-.15l3.09 3.09C25.06 27.6 23.58 28 22 28c-5.52 0-10-4.48-10-10 0-1.58.4-3.06 1.06-4.4zm8.61-1.57l6.3 6.3L28 18c0-3.31-2.69-6-6-6l-.33.03z"/></svg>
<svg class="tc-image-visible tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.152999877929688 8.25999927520752"><path d="M12.83 3.565C11.99 2.673 9.674 0 6.487 0 3.383 0 1.429 2.283.344 3.422.007 3.776 0 4.498.271 4.791 1.508 6.133 3.439 8.26 6.487 8.26c3.676 0 5.508-2.347 6.305-3.284.361-.426.285-1.151.038-1.411zM6.569 7.106a2.953 2.953 0 1 1 .001-5.905 2.953 2.953 0 0 1-.001 5.905zm0-4.453a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"/></svg>
<svg class="tc-image-visible-l tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.199999809265137 8.899999618530273"><path d="M7 1c2.8 0 5 2.4 6 3.4l.1.1v.3l-.1.1c-.8 1-2.6 3.1-5.9 3.1-2.8 0-4.6-1.9-5.9-3.4-.1-.1-.1-.2-.1-.2l.2-.2C2.5 2.9 4.3 1 7 1m0-1C3.7 0 1.6 2.5.4 3.7 0 4.1 0 4.9.3 5.2 1.6 6.6 3.7 8.9 7 8.9c4 0 5.9-2.5 6.8-3.5.4-.5.3-1.2 0-1.5C13 2.9 10.5 0 7 0zm.1 3c.8 0 1.5.7 1.5 1.5S7.9 6 7.1 6s-1.5-.7-1.5-1.5S6.3 3 7.1 3m0-1C5.7 2 4.6 3.1 4.6 4.5S5.7 7 7.1 7s2.5-1.1 2.5-2.5S8.5 2 7.1 2z"/></svg>
<svg class="tc-image-visualstudio tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 38"><path d="M8.959 19.639L5 15.82v7.512l3.959-3.694zM0 11l6-2 7.702 6.211L30 0l7 5v29l-9 4-14.457-13.94L5 31l-5-3V11zm19.087 8.554L28 26.742v-14.43l-8.913 7.242z"/></svg>
<svg class="tc-image-visualstudio-news tc-image-button" width="22pt" height="22pt" viewBox="0 0 45.03199768066406 37"><path d="M12.032 0h3v6h-3V0zM3.11 4.524l2.122-2.121 4.242 4.242-2.12 2.122L3.11 4.524zM0 14.031v-3h6v3H0zM21.54 3.11l2.12 2.121-4.242 4.243-2.121-2.122 4.242-4.242zM4.352 22.803l-2.084-2.158 4.316-4.168 2.084 2.158-4.316 4.168zm14.911-2.676l-3.387-3.257v6.403l3.387-3.146zm-8.231-7.937l5.514-1.838 7.077 5.708L38.6 2.082l6.432 4.594v26.648L36.762 37 23.477 24.19l-7.85 6.378-4.595-2.758V12.189zm17.54 7.86l8.44 6.856v-13.76l-8.44 6.905z"/></svg>
<svg class="tc-image-vk tc-image-button" width="22pt" height="22pt" viewBox="0 0 624.6549682617188 358.407470703125"><path d="M0 23.552c3.407-2.72 7.68-4.784 12.8-6.145 4.767-1.359 9.04-2.047 12.8-2.047h4.608c3.407 0 7.504.176 12.288.512 7.504.336 12.976.512 16.384.512 2.048 0 8.527-.336 19.456-1.024 5.456-.336 10.416-.416 14.848-.256s8.368.256 11.776.256c6.832.688 12.288 2.047 16.384 4.096 2.048 1.024 4.271 3.248 6.656 6.656 2.384 3.408 4.352 6.656 5.888 9.728s3.504 7.424 5.888 13.056 4.096 9.312 5.12 11.008c12.976 28 29.008 55.808 48.128 83.456.688 1.024 1.888 2.912 3.584 5.632 1.696 2.736 3.152 4.864 4.352 6.4 1.2 1.536 2.736 3.504 4.608 5.888 1.872 2.384 3.664 4.272 5.376 5.632 1.711 1.36 3.503 2.816 5.376 4.352s3.84 2.48 5.888 2.816a18.85 18.85 0 0 0 6.144 0c9.568-1.696 14.847-21.664 15.872-59.904.336-6.48.512-12.464.512-17.92 0-25.264-2.56-42.672-7.68-52.224-2.048-3.744-4.689-6.736-7.936-8.96-3.248-2.224-7.424-4.272-12.545-6.144-5.119-1.872-9.039-3.664-11.775-5.376C209.568 14 218.031 7.68 230.144 4.608 242.256 1.537 258.736 0 279.552 0h27.136S311.12.08 320 .256s13.488.672 13.823 1.536l11.248 2.816s3.345 1.536 10 4.608c6.657 3.072 8.785 5.456 6.4 7.168 3.073 6.144 4.945 13.312 5.633 21.504 0 2.384.16 4.784.496 7.168 0 6.816-.496 15.696-1.536 26.624-1.36 14.336-2.048 23.216-2.048 26.624-1.008 7.857-1.536 15.696-1.536 23.552 0 6.144.336 12.624 1.007 19.456 1.376 15.024 6.497 25.424 15.376 31.232 3.057-.336 5.873-1.024 8.433-2.047 2.56-1.025 5.2-2.913 7.936-5.633 2.72-2.736 4.608-4.688 5.631-5.888 1.025-1.2 3.153-4 6.4-8.448 3.249-4.448 5.025-6.832 5.377-7.168 16.048-21.152 32.096-48.976 48.128-83.456l4.608-11.52s1.968-4.528 5.888-13.568 5.968-12.368 6.143-9.984c.177 2.384 2.832.08 7.937-6.912 5.456-2.384 11.952-3.584 19.456-3.584h4.64c6.832 0 14.672.336 23.551 1.024 10.945.688 18.96 1.024 24.065 1.024 3.088 0 7.776-.176 14.096-.512s11.856-.592 16.64-.768c4.768-.176 9.808-.08 15.104.256 5.28.336 9.632 1.36 13.04 3.072 3.424 1.696 5.792 3.92 7.168 6.656 1.04 2.048 1.536 4.272 1.536 6.656 0 9.904-5.968 24.736-17.92 44.544-5.792 9.904-11.68 18.864-17.664 26.88-5.968 8.016-13.712 17.92-23.28 29.696-9.568 11.776-15.873 19.712-18.944 23.808-.688.688-3.089 3.76-7.184 9.216s-7.056 9.568-8.96 12.288c-1.872 2.736-3.825 6.576-5.888 11.536-2.048 4.944-2.912 9.472-2.56 13.568 0 2.736.512 5.28 1.552 7.68 1.008 2.368 2.64 4.944 4.863 7.664 2.225 2.72 3.937 4.784 5.12 6.144 1.185 1.376 3.504 3.6 6.913 6.656 3.408 3.072 5.471 4.96 6.16 5.648 24.223 22.176 43.344 42.144 57.344 59.888 13.648 17.744 20.463 30.56 20.463 38.4 0 11.264-8.704 18.272-26.11 20.992a178.9 178.9 0 0 1-27.138 2.048c-7.15 0-14.495-.512-22.015-1.552-6.832-.672-13.136-1.008-18.96-1.008-8.864 0-16.544.864-23.025 2.56h-3.087c-22.528-3.76-46.256-19.792-71.168-48.144-1.36-1.36-4.272-4.864-8.705-10.48-4.431-5.648-8.19-9.984-11.263-13.056s-7.008-5.968-11.777-8.704c-4.767-2.72-9.391-3.744-13.823-3.056-7.84 1.36-13.04 6.32-15.616 14.848s-4.096 18.688-4.608 30.464c-.497 11.76-2.128 20.048-4.864 24.832-4.432 8.192-17.92 12.288-40.448 12.288-9.552 0-20.816-.672-33.792-2.048-26.624-2.72-50.768-9.568-72.448-20.464-21.68-10.944-38.832-22.448-51.456-34.56-12.624-12.128-26.448-27.904-41.472-47.376C87.376 207.552 53.76 152.608 22.016 88.081c-1.024-2.05-2.895-5.889-5.632-11.52-2.736-5.648-4.768-10-6.144-13.073-1.376-3.071-2.991-7.088-4.864-12.031-1.872-4.945-3.248-9.729-4.096-14.336C.432 32.512 0 27.984 0 23.552z"/></svg>
<svg class="tc-image-vkontakte tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 960"><path d="M532 528c17.333 10.667 26 26.667 26 48 0 24-8 40.667-24 50-9.333 6.667-30 10-62 10h-52V520h58c25.333 0 43.333 2.667 54 8m-22-100c-9.333 6.667-28 10-56 10h-34V336h26c33.333 0 53.333 2 60 6 16 9.333 24 23.333 24 42s-6.667 33.333-20 44M792 0c46.667 0 86.333 16.333 119 49s49 72.333 49 119v622c0 46.667-16.333 86.667-49 120s-72.333 50-119 50H168c-46.667 0-86.333-16.667-119-50S0 836.667 0 790V168c0-46.667 16.333-86.333 49-119S121.333 0 168 0h624M506 724c56 0 97.667-14 125-42s41-62 41-102c0-64-32-102.667-96-116v-2c45.333-14.667 68-48.667 68-102 0-33.333-11.667-59.667-35-79s-51.667-29-85-29H310v472h196"/></svg>
<svg class="tc-image-voice-chat tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 40l8-8h28c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zm-4 24l-8-6.4V24H8V8h16v6.4L32 8v16z"/></svg>
<svg class="tc-image-voicemail tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 469.333984375"><path d="M789.333 0C659.627 0 554.667 104.96 554.667 234.667c0 56.747 20.053 108.8 53.547 149.333h-192.64c33.493-40.533 53.546-92.587 53.546-149.333C469.12 104.96 364.16 0 234.453 0S0 104.96 0 234.667s104.96 234.667 234.667 234.667h554.667c129.707 0 234.667-104.96 234.667-234.667S919.041 0 789.334 0zM234.667 384c-82.56 0-149.333-66.773-149.333-149.333S152.107 85.334 234.667 85.334 384 152.107 384 234.667 317.227 384 234.667 384zm554.666 0C706.773 384 640 317.227 640 234.667S706.773 85.334 789.333 85.334s149.334 66.773 149.334 149.333S871.894 384 789.334 384z"/></svg>
<svg class="tc-image-volcano tc-image-button" width="22pt" height="22pt" viewBox="0 0 1650 2054"><path d="M13.333 2000q-20-44 10-86l149-285q2-6 12-16 7-7 41-31 3-2 73-53 76-52 179-127l192-318q27-44 77-44h75q-26 30-48 64t-41 91-19 114.5 30 133 94 148.5q44 50 53 99t-11 89-63 78.5-94 67-114 55.5-112.5 43.5-99.5 30.5h-301q-26 0-49-14.5t-33-39.5zm294-1586q0-74 48.5-132.5t123.5-76.5q18-89 91-147t166-58q90 0 160 55.5t92 144.5h15q92 0 160 57.5t68 138.5q0 89-69 152 0 44-38.5 99.5t-83.5 65.5q-10 49-46 83.5t-87 45.5q24 26 24 58 0 40-28 67t-68 27q-39 0-67-27.5t-28-66.5q0-5 2.5-15t2.5-14h-5q-46 0-80-34t-34-80q0-19 19-57-38-20-61-67h-67q-87-8-148.5-69.5t-61.5-149.5zm492.5 825q-.5-26 8-57.5t17-50.5 22.5-47.5 20-43.5h40q44 0 70 34l7 11 140 265 496 558 4 3q34 43 9 94-24 49-80 49h-600q28-25 46.5-42t48.5-52.5 45-65.5 25-73.5 1-84-40-89.5-86-97-93.5-93.5-60-81.5-30.5-73-9.5-63z"/></svg>
<svg class="tc-image-volcano-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.39900016784668 9"><path d="M2.2 0l1.5 3h2l1.5-1V1l-2 1V0h-.5l-.5 1.5L2.7 0h-.5zm.522 4L.223 8.16C0 8.53.267 9 .699 9h8c.432 0 .7-.47.477-.84L6.679 4H6.2v.5a.5.5 0 1 1-1 0 .5.5 0 0 0-1 0v2a.5.5 0 1 1-1 0V4h-.478z"/></svg>
<svg class="tc-image-volcano-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 12.00433349609375"><path d="M6.484.004a.502.502 0 0 0-.375.188L4.45 2.266 2.844.742c-.436-.4-1.084.155-.754.647l1.666 2.4a.5.5 0 0 0 .803.026c.166-.21.441-.678.941-.678s.793.49.941.678a.5.5 0 0 0 .713.072l1.668-1.4c.441-.375 0-1.074-.527-.838L7 2.231V.504a.5.5 0 0 0-.516-.5zM3 5.004L.076 10.928C0 11.005 0 11.16 0 11.313c0 .538.384.691.691.691h9.618c.384 0 .691-.153.691-.69 0-.155 0-.232-.076-.386L8 5.004c-.5 0-1 .5-1 1v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 1 0-1 0v2a.5.5 0 1 1-1 0v-2c0-.5-.5-1-1-1z"/></svg>
<svg class="tc-image-volume tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 12.000001907348633 14.351999282836914"><path d="M10.138 0c-.449 0-.905.152-1.356.453L6.11 2.234c-.753.503-2.206.942-3.11.942-1.654 0-3 1.346-3 3v2c0 1.654 1.346 3 3 3 .904 0 2.357.439 3.109.941l2.672 1.781c.451.301.907.453 1.356.453.898.001 1.863-.68 1.863-2.175v-10C12 .681 11.035 0 10.138 0zM7 10.322c-1.093-.651-2.789-1.146-4-1.146a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1c1.211 0 2.907-.495 4-1.146v6.292zm3 1.854l-.006.12-.104-.062L8 10.974V3.378l1.891-1.261.104-.062.005.121v10z"/></svg>
<svg class="tc-image-volume-control-phone tc-image-button" width="22pt" height="22pt" viewBox="0 0 1408 1778"><path d="M617 1675q0-11-13-58t-31-107-20-69q-1-4-5-26.5t-8.5-36T526 1357q-15-14-51-14-23 0-70 5.5t-71 5.5q-34 0-47-11-6-5-11-15.5t-7.5-20-6.5-24-5-18.5q-37-128-37-255t37-255q1-4 5-18.5t6.5-24 7.5-20 11-15.5q13-11 47-11 24 0 71 5.5t70 5.5q36 0 51-14 9-8 13.5-21.5t8.5-36 5-26.5q2-9 20-69t31-107 13-58q0-22-43.5-52.5T498 250q-20-8-45-8-34 0-98 18-57 17-96.5 40.5t-71 66-46 70T96 531q-6 12-9 19-49 107-68 216T0 1010t19 244 68 216q56 122 83 161 63 91 179 127l6 2q64 18 98 18 25 0 45-8 32-12 75.5-42.5T617 1675zm159-913q-26 0-45-19t-19-45.5 19-45.5q37-37 37-90 0-52-37-91-19-19-19-45t19-45 45-19 45 19q75 75 75 181t-75 181q-21 19-45 19zm181 181q-27 0-45-19-19-19-19-45t19-45q112-114 112-272T912 290q-19-19-19-45t19-45 45-19 45 19q150 150 150 362t-150 362q-18 19-45 19zm181 181q-27 0-45-19-19-19-19-45t19-45q90-91 138.5-208t48.5-245-48.5-245T1093 109q-19-19-19-45t19-45 45-19 45 19q109 109 167 249t58 294-58 294-167 249q-18 19-45 19z"/></svg>
<svg class="tc-image-volume-control-telephone tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 34.09917068481445 48.000003814697266"><path d="M10 20h2.682C13.486 20 14 18.818 14 18.02V9.576C14 8.777 13.486 9 12.682 9H10v11zm0 16h2.682c.804 0 1.318.928 1.318 1.728v8.442c0 .794-.514 1.83-1.318 1.83H10V36zm-3.54-8c-.023-7.717 1.428-8 2.255-8H9V9h-.342C7.185 9 0 11.421 0 28.499 0 45.578 7.185 48 8.658 48H9V36h-.285c-.827 0-2.233-.287-2.255-8zm9.736-16.621c.487.583.747 1.32.747 2.079 0 .759-.26 1.496-.747 2.08l1.597 1.314a5.367 5.367 0 0 0 1.214-3.394 5.367 5.367 0 0 0-1.214-3.394l-1.597 1.315zm5.134 9.264a10.323 10.323 0 0 0 2.708-6.976c0-2.578-.952-5.054-2.697-6.958l-1.553 1.354a8.267 8.267 0 0 1 2.187 5.604 8.222 8.222 0 0 1-2.21 5.622l1.565 1.354zm3.534 3.791a15.296 15.296 0 0 0 4.205-10.551c0-3.927-1.483-7.667-4.17-10.528l-1.53 1.394a13.28 13.28 0 0 1 3.627 9.135c0 3.423-1.293 6.675-3.65 9.157l1.518 1.393zm3.548 3.792a20.34 20.34 0 0 0 5.678-14.133c0-5.275-2.004-10.28-5.645-14.093l-1.494 1.428a18.259 18.259 0 0 1 5.076 12.665c0 4.76-1.813 9.271-5.11 12.697l1.495 1.436z"/></svg>
<svg class="tc-image-volume-decrease tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000999450683594 14.04202938079834"><path d="M8.001 6.042h8v2h-8v-2zm-1.5 8a.504.504 0 0 1-.354-.146l-3.854-3.854H.5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1.793L6.147.188a.499.499 0 0 1 .854.354v13a.5.5 0 0 1-.5.5z"/></svg>
<svg class="tc-image-volume-down tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.829000473022461 14.351999282836914"><path d="M10.138 0c-.449 0-.905.152-1.356.453L6.11 2.234c-.753.503-2.206.942-3.11.942-1.654 0-3 1.346-3 3v2c0 1.654 1.346 3 3 3 .904 0 2.357.439 3.109.941l2.672 1.781c.451.301.907.453 1.356.453.898.001 1.863-.68 1.863-2.175v-10C12 .681 11.035 0 10.138 0zM3 9.176a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1c1.211 0 2.907-.495 4-1.146v6.293c-1.093-.652-2.789-1.147-4-1.147zm7 3l-.006.12-.104-.062L8 10.974V3.378l1.891-1.261.104-.062.005.121v10zm3.292-7.706a.999.999 0 0 0 .002 1.414c.345.345.535.803.535 1.291 0 .489-.19.948-.536 1.294a1 1 0 1 0 1.414 1.414c.724-.723 1.122-1.685 1.122-2.708s-.398-1.984-1.123-2.707a.999.999 0 0 0-1.414.002z"/></svg>
<svg class="tc-image-volume-high tc-image-button" width="22pt" height="22pt" viewBox="0 0 8 8"><path d="M3.34 0L2 2H0v4h2l1.34 2H4V0h-.66zM5 1v1c.17 0 .34.02.5.06.86.22 1.5 1 1.5 1.94a1.987 1.987 0 0 1-2 2v1c.25 0 .48-.04.72-.09h.03C7.05 6.58 8 5.4 8 4c0-1.4-.95-2.58-2.25-2.91C5.52 1.03 5.26 1 5 1zm0 2v2c.09 0 .18-.01.25-.03.43-.11.75-.51.75-.97a.997.997 0 0 0-1-1z"/></svg>
<svg class="tc-image-volume-increase tc-image-button" width="22pt" height="22pt" viewBox="0 0 16.000999450683594 14.04202938079834"><path d="M16.001 8.042h-3v3h-2v-3h-3v-2h3v-3h2v3h3v2zm-9.5 6a.504.504 0 0 1-.354-.146l-3.854-3.854H.5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1.793L6.147.188a.499.499 0 0 1 .854.354v13a.5.5 0 0 1-.5.5z"/></svg>
<svg class="tc-image-volume-low tc-image-button" width="22pt" height="22pt" viewBox="0 0 6.000800132751465 8"><path d="M3.34 0L2 2H0v4h2l1.34 2H4V0h-.66zM5 3v2c.09 0 .18-.01.25-.03.43-.11.75-.51.75-.97a.997.997 0 0 0-1-1z"/></svg>
<svg class="tc-image-volume-medium tc-image-button" width="22pt" height="22pt" viewBox="0 0 880 898.5216674804688"><path d="M719.53 770.049c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0C835.064 226.643 880 335.127 880 450.519c0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.06-33.94 14.06zm-170.51-90.51c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054zm-133.013 218.98a31.985 31.985 0 0 1-22.634-9.374L146.747 642.519H32c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.747L393.373 11.89a31.996 31.996 0 0 1 34.874-6.936A31.999 31.999 0 0 1 448 34.519v832a31.997 31.997 0 0 1-31.994 32z"/></svg>
<svg class="tc-image-volume-minus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 898.5216674804688"><path d="M512 386.519h512v128H512v-128zm-95.994 512a31.985 31.985 0 0 1-22.634-9.374L146.747 642.519H32c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.747L393.373 11.89a31.996 31.996 0 0 1 34.874-6.936A31.999 31.999 0 0 1 448 34.519v832a31.997 31.997 0 0 1-31.994 32z"/></svg>
<svg class="tc-image-volume-mute tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 15.09814739227295 15.176197052001953"><path d="M14.805.293a.999.999 0 0 0-1.414 0L11.84 1.844c-.345-.688-.987-1.02-1.604-1.02-.45 0-.905.152-1.356.453L6.208 3.058C5.455 3.561 4.002 4 3.098 4c-1.654 0-3 1.346-3 3v2c0 1.237.754 2.302 1.826 2.76L.39 13.293a1 1 0 1 0 1.414 1.414l2.527-2.527c.697.174 1.416.455 1.875.762l2.672 1.781c.45.301.907.453 1.356.453.898 0 1.863-.68 1.863-2.176V4.414l2.707-2.707a.999.999 0 0 0 0-1.414zM9.989 2.941l.104-.062.005.121v1.293l-2 2v-2.09l1.89-1.262zm-7.891 4.06a1 1 0 0 1 1-1c1.21 0 2.907-.496 4-1.147v2.44l-2.83 2.83A6.535 6.535 0 0 0 3.098 10a1 1 0 0 1-1-1V7zm3.3 3.405l1.7-1.699v2.44a8.267 8.267 0 0 0-1.7-.74zm4.694 2.714l-.104-.062-1.89-1.26v-4.09l2-2V13l-.006.12z"/></svg>
<svg class="tc-image-volume-mute2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 960 898.5216674804688"><path d="M960 557.667v84.852h-84.852L768 535.37 660.852 642.519H576v-84.852l107.148-107.148L576 343.37v-84.852h84.852L768 365.667l107.148-107.148H960v84.852L852.852 450.519 960 557.667zM416.007 898.519a31.985 31.985 0 0 1-22.634-9.374L146.747 642.519H32c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.747L393.373 11.89a31.996 31.996 0 0 1 34.874-6.936A31.999 31.999 0 0 1 448 34.519v832a31.997 31.997 0 0 1-31.994 32z"/></svg>
<svg class="tc-image-volume-none tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.36699676513672 56.999305725097656"><path d="M47.367 1.837h-.024A2.064 2.064 0 0 0 45.296 0c-.378 0-.726.108-1.031.285l-.019-.032-20.463 11.815v.012l-7.74 4.469H1.562v.04c-.013 0-.024-.004-.037-.004-.842 0-1.525.684-1.525 1.525v20.66c0 .842.684 1.524 1.525 1.524.013 0 .024-.003.037-.004v.041h14.481l11.524 6.653v-.031l16.549 9.555a2.07 2.07 0 0 0 3.251-1.698c0-.081-.015-.155-.024-.233h.024V1.837z"/></svg>
<svg class="tc-image-volume-off tc-image-button" width="22pt" height="22pt" viewBox="0 0 4 8"><path d="M3.34 0L2 2H0v4h2l1.34 2H4V0h-.66z"/></svg>
<svg class="tc-image-volume-plus tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 898.5216674804688"><path d="M1024 514.519H832v192H704v-192H512v-128h192v-192h128v192h192v128zm-607.993 384a31.985 31.985 0 0 1-22.634-9.374L146.747 642.519H32c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.747L393.373 11.89a31.996 31.996 0 0 1 34.874-6.936A31.999 31.999 0 0 1 448 34.519v832a31.997 31.997 0 0 1-31.994 32z"/></svg>
<svg class="tc-image-volume-strike tc-image-button" width="22pt" height="22pt" viewBox="0 0 89.0739974975586 73.69403076171875"><path d="M52.957 22.08l-.022.021 1.923 1.924.031-.03c.025.025.042.056.067.082 4.39 4.39 6.071 10.47 5.059 16.163l7.868 7.868c4.384-10.269 2.403-22.629-5.964-30.995-.026-.026-.056-.042-.082-.067l.008-.008-1.924-1.923-.022.021a2.7 2.7 0 0 0-3.554.161l-.004-.004-.035.035-.003.002-.002.003-3.149 3.148-.003.002-.002.003-.225.225.023.022a2.697 2.697 0 0 0 .012 3.346z"/><path d="M71.409 3.936c-.026-.025-.056-.042-.082-.067l.008-.008-1.924-1.923-.022.022a2.696 2.696 0 0 0-3.553.161l-.004-.004-3.419 3.418.023.023a2.693 2.693 0 0 0 .01 3.345l-.022.021.216.216 1.707 1.708.031-.03c.025.025.042.056.067.082 11.153 11.153 13.663 27.718 7.545 41.315l7.332 7.332c9.752-17.77 7.125-40.573-7.913-55.61zm-24.042 8.62h-.024a2.064 2.064 0 0 0-2.047-1.838 2.04 2.04 0 0 0-1.031.285l-.018-.032-8.558 4.941 11.679 11.68V12.554zM16.043 27.266H1.562v.04c-.012 0-.024-.003-.037-.003-.842 0-1.525.684-1.525 1.525v20.66c0 .842.683 1.524 1.525 1.524.013 0 .024-.003.037-.004v.041h14.482l11.524 6.653v-.03l16.548 9.554a2.071 2.071 0 0 0 3.252-1.698c0-.08-.015-.155-.024-.233h.024v-9.413L17.76 26.275l-1.717.992zm62.316 38.368L13.713.988l-.002.002-.016-.02a2.487 2.487 0 0 0-3.516 0c-.034.034-.058.074-.09.11L6.631 4.556l-.012.01a2.485 2.485 0 0 0 0 3.515L71.27 72.732h.001a2.486 2.486 0 0 0 3.507-.01l.004.004 3.432-3.449c.049-.042.103-.076.15-.123a2.488 2.488 0 0 0-.005-3.519z"/></svg>
<svg class="tc-image-volume-up tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.494869232177734 14.351999282836914"><path d="M14.706 4.468a1 1 0 1 0-1.412 1.416c.345.345.535.803.535 1.291 0 .489-.19.948-.536 1.294a1 1 0 1 0 1.414 1.414c.724-.723 1.122-1.685 1.122-2.708s-.398-1.984-1.123-2.707zm2-2a1 1 0 1 0-1.412 1.416 4.616 4.616 0 0 1 1.364 3.287 4.628 4.628 0 0 1-1.365 3.298 1 1 0 1 0 1.414 1.414 6.617 6.617 0 0 0 1.951-4.713 6.603 6.603 0 0 0-1.952-4.702zm2-2a1 1 0 1 0-1.412 1.416 7.42 7.42 0 0 1 2.192 5.284 7.437 7.437 0 0 1-2.193 5.301 1 1 0 1 0 1.414 1.414 9.427 9.427 0 0 0 2.779-6.717 9.402 9.402 0 0 0-2.78-6.698zM10.138 0c-.449 0-.905.152-1.356.453L6.109 2.235c-.752.502-2.205.941-3.109.941-1.654 0-3 1.346-3 3v2c0 1.654 1.346 3 3 3 .904 0 2.357.439 3.109.941l2.672 1.781c.451.301.907.453 1.356.453.898.001 1.863-.68 1.863-2.175v-10C12 .681 11.035 0 10.138 0zM3 9.176a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1c1.211 0 2.907-.495 4-1.146v6.293c-1.093-.652-2.789-1.147-4-1.147zm7 3l-.006.12-.104-.062L8 10.974V3.378l1.891-1.261.104-.062.005.121v10z"/></svg>
<svg class="tc-image-vpn-key tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 24"><path d="M23.3 8C21.65 3.34 17.22 0 12 0 5.37 0 0 5.37 0 12s5.37 12 12 12c5.22 0 9.65-3.34 11.3-8H32v8h8v-8h4V8H23.3zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/></svg>
<svg class="tc-image-vpn-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 938.6669921875 938.66796875"><path d="M896 128v-21.333C896 47.787 848.213 0 789.333 0S682.666 47.787 682.666 106.667V128C658.986 128 640 147.2 640 170.667v170.667c0 23.467 18.987 42.667 42.667 42.667H896c23.68 0 42.667-19.2 42.667-42.667V170.667C938.666 147.2 919.68 128 896 128zm-34.134 0H716.8v-21.333c0-40.107 32.427-72.533 72.533-72.533s72.533 32.427 72.533 72.533V128zM764.8 469.333c1.707 14.08 3.2 28.16 3.2 42.667 0 88.747-34.133 169.387-89.813 230.187-10.88-34.56-42.88-59.52-80.853-59.52h-42.667v-128C554.667 531.2 535.467 512 512 512H256v-85.333h85.333C364.8 426.667 384 407.467 384 384v-85.333h85.333c47.147 0 85.333-38.187 85.333-85.333V104.961c-40.32-12.8-83.413-19.627-128-19.627C190.933 85.334 0 276.267 0 512.001s190.933 426.667 426.667 426.667 426.667-190.933 426.667-426.667c0-14.507-.853-28.587-2.133-42.667h-86.4zM384 850.346C215.68 829.439 85.333 686.079 85.333 511.999c0-26.24 3.2-51.84 8.96-76.373l204.373 204.373v42.667c0 47.147 38.187 85.333 85.333 85.333v82.347z"/></svg>
<svg class="tc-image-vpn-publ tc-image-button" width="22pt" height="22pt" viewBox="0 0 853.333984375 853.333984375"><path d="M426.667 0C190.934 0 0 190.933 0 426.667s190.934 426.667 426.667 426.667 426.667-190.933 426.667-426.667S662.401 0 426.667 0zM384 765.014C215.68 744.107 85.334 600.747 85.334 426.667c0-26.24 3.2-51.84 8.96-76.373l204.373 204.373v42.667c0 47.147 38.187 85.333 85.333 85.333v82.347zm294.187-108.16c-10.88-34.56-42.88-59.52-80.853-59.52h-42.667v-128c0-23.467-19.2-42.667-42.667-42.667H256v-85.333h85.334c23.467 0 42.667-19.2 42.667-42.667v-85.333h85.333c47.147 0 85.333-38.187 85.333-85.333v-17.707C679.68 160.854 768 283.307 768 426.667c0 88.747-34.133 169.387-89.813 230.187z"/></svg>
<svg class="tc-image-vuejs tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 13.860000610351562"><path d="M8 3.198L9.85 0h2.95l-.002.004H16L8 13.86 0 .003h3.202V0h2.95L8 3.2z"/></svg>
<svg class="tc-image-w3c tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M1073.828 629.485c2.899-11.641-.086-23.613-10.971-27.429l-45.258-20.571c-11.184-4.669-25.42 1.638-27.428 12.343-8.736 18.702-21.121 34.011-41.144 34.286-17.372 0-31.543-9.371-42.514-28.114-10.972-18.743-16.458-43.2-16.458-73.371 0-30.172 5.486-54.857 16.458-74.058 10.971-19.2 25.142-28.8 42.514-28.8 21.915 1.592 32.313 15.432 41.144 32.914 4.68 11.484 17.413 14.182 27.428 10.972l45.258-20.571c10.48-5.517 15.149-19.174 9.6-28.8-26.514-56.686-67.656-85.029-123.429-85.029-46.628 0-84.343 17.829-113.143 53.485-28.8 35.658-43.2 82.286-43.2 139.886 0 57.6 14.4 103.999 43.2 139.199 28.8 35.201 66.515 52.801 113.143 52.801 55.773.001 97.372-29.714 124.8-89.143zm-436.114 89.144c72.696-1.124 128.054-51.075 128.915-116.572-1.284-34.587-15.191-61.489-39.771-82.285 21.644-20.438 34.071-48.273 34.285-75.429-1.799-74.111-63.439-109.123-123.429-109.714-52.114 0-92.342 20.572-120.686 61.714-6.4 9.145-5.485 18.288 2.743 27.429l32.914 30.171c10.551 9.406 22.288 7.667 31.543-1.371 13.715-19.2 30.172-28.8 49.371-28.8 15.543 0 24.687 3.885 27.429 11.657 5.288 11.53 3.768 22.05 0 31.543-14.145 14.646-34.817 10.285-54.856 10.285-13.034.438-23.115 8.081-23.314 20.571V547.2c1.137 14.162 10.791 23.521 23.314 20.571 15.117-.015 53.453-1.727 59.656 10.972 3.2 7.313 4.801 13.257 4.801 17.828 0 21.028-11.429 31.543-34.286 31.543-21.942 0-40.228-10.057-54.857-30.172-8.948-10.827-23.085-10.985-31.542-2.742l-34.286 34.285c-8.229 8.229-9.144 16.914-2.743 26.058 31.079 43.722 76.328 62.701 124.799 63.086zM501.943 364.8c2.506-13.146-7.176-25.827-19.2-26.057H422.4c-10.972 0-17.372 5.486-19.2 16.458l-28.8 146.743L344.229 355.2c-2.743-10.972-9.6-16.458-20.571-16.458h-43.886c-11.888 0-18.745 5.486-20.571 16.458l-30.172 146.743-28.8-146.743c-1.828-10.972-8.685-16.458-20.571-16.458h-58.972c-15.031 1.183-22.255 13.068-20.571 26.057l75.429 331.886c2.743 10.972 9.6 16.457 20.571 16.457h57.6c10.971 0 17.829-5.485 20.571-16.457l27.429-137.143 27.428 137.143c1.828 10.972 8.686 16.457 20.571 16.457h57.601c10.972 0 17.828-5.485 20.571-16.457L501.943 364.8zM1200 0v918.75L600 1200 0 918.75V0h1200z"/></svg>
<svg class="tc-image-wallpaper tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 40"><path d="M4 4h14V0H4C1.79 0 0 1.79 0 4v14h4V4zm12 18L8 32h24l-6-8-4.06 5.42L16 22zm14-9c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3zm6-13H22v4h14v14h4V4c0-2.21-1.79-4-4-4zm0 36H22v4h14c2.21 0 4-1.79 4-4V22h-4v14zM4 22H0v14c0 2.21 1.79 4 4 4h14v-4H4V22z"/></svg>
<svg class="tc-image-wand tc-image-button" width="22pt" height="22pt" viewBox="0 0 447.989990234375 448"><path d="M239.99 159.997l48 48-48 47.999-48-48zM175.997 224l48.001 48L48 448 0 399.999zM223.99 0h32v64h-32zm129.131 117.497L330.494 94.87l45.254-45.254 22.627 22.628zM81.596 72.234l22.627-22.627 45.255 45.254-22.628 22.627zm248.899 248.892l22.627-22.627 45.255 45.254-22.628 22.627zM383.99 192h64v32h-64z"/></svg>
<svg class="tc-image-warehouse-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 11.025518417358398"><path d="M3 11.026H0v-3h3v3zm4-3H4v3h3v-3zm4 0H8v3h3v-3zm-6-4H2v3h3v-3zm4 0H6v3h3v-3zm1.44-.76a.5.5 0 0 0-.19-.68l-4.5-2.5a.5.5 0 0 0-.49 0l-4.5 2.5a.5.5 0 0 0 .49.87l4.25-2.36 4.26 2.37a.5.5 0 0 0 .679-.198l.001-.002z"/></svg>
<svg class="tc-image-warehouse-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.250277519226074 12.079999923706055"><path d="M12.587 4.08a.5.5 0 0 1-.22-.05l-5.78-2.95-5.78 2.93a.514.514 0 0 1-.44-.93L6.587 0l6.22 3.08a.512.512 0 0 1-.22 1zm-8.5 5h-3v3h3v-3zm4 0h-3v3h3v-3zm4 0h-3v3h3v-3zm-2-4h-3v3h3v-3zm-4 0h-3v3h3v-3z"/></svg>
<svg class="tc-image-warning tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm0 11a.751.751 0 1 1 .003-1.502.751.751 0 0 1-.002 1.502zm.75-3.75a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 1.5 0v3.5z"/></svg>
<svg class="tc-image-warning_alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q195 0 373 76t306.5 204.5 204.5 306 76 373.5q0 195-76 373t-204.5 306.5T1333 1844t-373 76q-196 0-373.5-76t-306-204.5T76 1333 0 960zm240 0q0 196 96.5 361.5t262.5 262 361 96.5q196 0 361.5-96.5t262-262T1680 960q0-195-96.5-361t-262-262.5T960 240q-146 0-279.5 57t-230 153.5-153.5 230T240 960zm554-403q-7-72 39-128t119-63q72-7 128 39t63 118q2 18 0 34l-55 501q-4 49-42.5 80.5T957 1165q-43-4-73.5-34.5T848 1058zm24 843q0-64 45-106 41-42 105.5-42t105.5 42q45 42 45 106t-45 106q-42 45-106 45-63 0-105-45-45-42-45-106z"/></svg>
<svg class="tc-image-warning-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M19 0c10.493 0 19 8.507 19 19s-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0zm-3.958 6.73l1.979 16.228h3.958l1.98-16.229h-7.917zM19 25.332a3.167 3.167 0 1 0 0 6.334 3.167 3.167 0 0 0 0-6.334z"/></svg>
<svg class="tc-image-warning-o tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.317642211914062 14.059268951416016"><path d="M8.15 7.28a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75c.417 0 .75.335.75.75v3.5zm0 3a.749.749 0 1 0-1.497-.002.749.749 0 0 0 1.498.002zM7.4.03a7 7 0 1 0 .002 13.999A7 7 0 0 0 7.4.03zm0 13.012a6.012 6.012 0 1 1 0-12.024 6.012 6.012 0 0 1 0 12.024z"/></svg>
<svg class="tc-image-warning-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20.08500099182129 17.48900032043457"><g transform="translate(-1.957 -3.511)"><path d="M12 5.511c.561 0 1.119.354 1.544 1.062l5.912 9.854C20.307 17.842 19.65 19 18 19H6c-1.65 0-2.307-1.159-1.456-2.573l5.912-9.854c.425-.708.983-1.062 1.544-1.062m0-2c-1.296 0-2.482.74-3.259 2.031l-5.912 9.856c-.786 1.309-.872 2.705-.235 3.83S4.473 21 6 21h12c1.527 0 2.77-.646 3.406-1.771s.551-2.521-.235-3.83l-5.912-9.854C14.482 4.251 13.296 3.511 12 3.511z"/><circle cx="12" cy="16" r="1.3"/><path d="M13.5 10c0-.83-.671-1.5-1.5-1.5a1.499 1.499 0 0 0-1.389 2.062C11.165 11.938 12 14 12 14l1.391-3.438c.068-.173.109-.363.109-.562z"/></g></svg>
<svg class="tc-image-warning-sign tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0L0 1200h1200L600 0zm-46.143 416.089h92.285v158.643l-22.559 223.096h-47.168l-22.559-223.096V416.089zm0 469.336h92.285v99.39h-92.285v-99.39z"/></svg>
<svg class="tc-image-waste-basket-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.5 11"><path d="M7.25 4l-1.17 7H1.42L.25 4h7zm.25-1.75a.25.25 0 0 1-.25.25h-7a.25.25 0 1 1 0-.5h2V0h3v2h2a.25.25 0 0 1 .25.25zM4.75 2V.5h-2V2h2z"/></svg>
<svg class="tc-image-waste-basket-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11 12.989999771118164"><path d="M10.41 4.58l-1.34 8a.5.5 0 0 1-.49.41H2.42a.5.5 0 0 1-.49-.41l-1.34-8A.5.5 0 0 1 1.08 4h8.83a.5.5 0 0 1 .5.58zM11 2.5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1 0-1H3V.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5V2h2.5a.5.5 0 0 1 .5.5zM7 2V1H4v1h3z"/></svg>
<svg class="tc-image-watch tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14 20"><path d="M7 11h2c.55 0 1-.45 1-1s-.45-1-1-1H8V8c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1zm5-5.895V3c0-1.654-1.346-3-3-3H5C3.346 0 2 1.346 2 3v2.105C.764 6.368 0 8.094 0 10s.764 3.632 2 4.895V17c0 1.654 1.346 3 3 3h4c1.654 0 3-1.346 3-3v-2.105c1.236-1.262 2-2.988 2-4.895s-.764-3.632-2-4.895zM4 3c0-.551.449-1 1-1h4c.551 0 1 .449 1 1v1.809a5.96 5.96 0 0 0-6 0V3zm6 14c0 .551-.449 1-1 1H5c-.551 0-1-.449-1-1v-1.811a5.952 5.952 0 0 0 6 0V17zm-3-2c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z"/></svg>
<svg class="tc-image-watch-later tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40"><g transform="translate(-4 -4)"><defs><path id="a" d="M0 0h48v48H0V0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" d="M23.98 4C12.94 4 4 12.96 4 24s8.94 20 19.98 20C35.04 44 44 35.04 44 24S35.04 4 23.98 4zm8.52 28.3L22 26V14h3v10.5l9 5.34-1.5 2.46z"/></g></svg>
<svg class="tc-image-water tc-image-button" width="22pt" height="22pt" viewBox="0 0 945.971923828125 1025.536865234375"><path d="M466.943 467.098c-26.163 210.688-159.795 248.166-159.795 394.65 0 90.419 75.93 163.789 165.837 163.789s165.787-73.421 165.787-163.789c0-146.483-133.632-183.962-159.795-394.65-.819-6.298-11.213-6.298-12.032 0zM159.795 6.298C133.632 216.986 0 254.413 0 400.948c0 90.368 75.878 163.789 165.786 163.789s165.786-73.421 165.786-163.789c0-146.483-133.632-183.962-159.795-394.65-.768-6.298-11.213-6.298-11.98 0zm614.4 0C748.032 216.986 614.4 254.464 614.4 400.948c0 90.368 75.878 163.789 165.786 163.789s165.786-73.421 165.786-163.789c0-146.483-133.632-183.962-159.795-394.65-.819-6.298-11.213-6.298-11.98 0z"/></svg>
<svg class="tc-image-water-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 11"><path d="M3.5 11C1.59 11 0 9 0 7s2.61-5.81 3.5-7C4.39 1.19 7 5 7 7s-1.59 4-3.5 4z"/></svg>
<svg class="tc-image-water-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.489999771118164 15"><path d="M5.49 15A5.84 5.84 0 0 1 0 9.5C0 6.6 4.25 1.66 5.49 0c1.24 1.66 5 6.59 5 9.49S8.17 15 5.49 15z"/></svg>
<svg class="tc-image-water-droplet tc-image-button" width="22pt" height="22pt" viewBox="0 0 24 38"><path d="M12 0c2 9 12 17 12 25s-7 13-12 13S0 33 0 25 10 9 12 0z"/></svg>
<svg class="tc-image-water-droplet-alert tc-image-button" width="22pt" height="22pt" viewBox="0 0 30.248004913330078 38.734004974365234"><path d="M23.094 26.215c1.192 0 7.154 11.327 6.558 11.923-.596.596-12.52.596-13.116 0-.596-.596 5.366-11.923 6.558-11.923zm0 8.942c-.494 0-1.094.35-1.094.843 0 .494.6.946 1.094.946.494 0 .906-.452.906-.946 0-.494-.412-.843-.906-.843zm-.894-5.365l.048 4.52h1.692l.048-4.52H22.2zM12 0c1.974 8.882 11.74 16.79 11.995 24.685-.384-.436-.695-.685-.901-.685-1.23 0-6.195 8.872-8.158 13.495-1.01.333-2.007.505-2.936.505-5 0-12-5-12-13S10 9 12 0z"/></svg>
<svg class="tc-image-water-droplet-reflection tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 38"><path d="M12 0c2 9 12 17 12 25s-7 13-12 13S0 33 0 25 10 9 12 0zm6 16s3 5 1.5 15.75C26 24 18 16 18 16z"/></svg>
<svg class="tc-image-waterdrop tc-image-button" width="22pt" height="22pt" viewBox="0 0 319.89996337890625 448"><path d="M174.9 6.6c-.3-.4-.7-.7-.9-1l-.1-.1C170.3 2.1 165.4 0 160 0c-5.5 0-10.4 2.1-13.9 5.5l-.1.1c-.3.3-.6.6-.9 1-6.1 6.3-13.8 14.4-22.4 24.1-17.4 19.7-38.6 46-58.5 76.8C30.8 159.3 1.3 223.6.1 290.6c0 1.3-.1 2.7-.1 4 0 19.7 3.9 38.5 10.9 55.8 4.1 10 9.2 19.4 15.2 28.2 28.5 41.8 77.8 69.4 133.8 69.4 88.4 0 160-68.7 160-153.4 0-127.9-105.2-247.4-145-288zm-15 385.4c-15.8 0-30.7-3.7-43.9-10.1 65.9-14.4 118.4-64.7 135.8-129.5 5.2 12.1 8.2 25.5 8.2 39.6-.1 55.2-44.9 100-100.1 100z"/></svg>
<svg class="tc-image-waterskiing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 48 48.000003814697266"><path d="M28.609 42.438a6.227 6.227 0 0 1 1.043-.079c1.072 0 2.1.244 3.012.668.887.386 1.879.62 2.918.62s2.045-.234 2.932-.62a7.115 7.115 0 0 1 3-.668c1.076 0 1.884.244 2.792.668.887.386 1.694.62 2.694.62V48c-1 0-1.808-.234-2.694-.636-.908-.406-1.827-.656-2.903-.656-1.064 0-2.036.25-2.944.656-.888.402-1.865.636-2.904.636s-2.018-.234-2.904-.636a7.399 7.399 0 0 0-3.005-.656c-1.064 0-2.091.25-3.013.656a7.063 7.063 0 0 1-2.917.636 7.064 7.064 0 0 1-2.918-.636 7.388 7.388 0 0 0-3.008-.656 7.42 7.42 0 0 0-3.014.656 7.057 7.057 0 0 1-2.912.636 7.06 7.06 0 0 1-2.918-.636 7.512 7.512 0 0 0-3.014-.656c-1.075 0-2.104.25-3.012.656A7.077 7.077 0 0 1 0 48v-4.353a7.33 7.33 0 0 0 2.92-.62 7.131 7.131 0 0 1 3.012-.668c1.063 0 2.091.244 3.014.668.885.386 1.879.62 2.918.62a7.31 7.31 0 0 0 2.912-.62 7.097 7.097 0 0 1 1.631-.527l27.648-4.893c.896-.211 2.115-.831 2.539-1.899.084-.203.377-.261.625-.25.451.026.781.412.781.859 0 .704-.545 2.675-3.566 3.284l-15.825 2.837zM4.62 7.941c2.209 0 4.006-1.783 4.006-3.977C8.626 1.771 6.829 0 4.62 0 2.412 0 .627 1.771.627 3.964A3.984 3.984 0 0 0 4.62 7.941zm11.632 32.094c.202.881 1.277 1.725 2.4 1.725l-.013.012a2.54 2.54 0 0 0 2.55-2.533l-.047-.412-3.046-12.984c-.26-.833-1.053-1.62-1.868-1.949l-4.483-2.674-2.044-8.75 12.598-.023c1.029 0 1.857-.695 1.857-1.717 0-1.02-.828-1.729-1.857-1.729H4.111c-1.817 0-2.658 1.166-2.444 2.292l2.576 11.539c.202 1.091.921 1.975 1.892 2.457l.058.007 7.498 4.369 2.561 10.37zM25 11h23v1H25z"/></svg>
<svg class="tc-image-waves tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 14.196171760559082 12.991812705993652"><path d="M10.098 12.99a5.23 5.23 0 0 1-3.707-1.533 3.246 3.246 0 0 0-4.586 0A1 1 0 1 1 .39 10.043a5.25 5.25 0 0 1 7.414 0 3.248 3.248 0 0 0 4.586 0 1 1 0 1 1 1.414 1.414 5.227 5.227 0 0 1-3.707 1.532zm0-4A5.23 5.23 0 0 1 6.39 7.456a3.246 3.246 0 0 0-4.586 0A1 1 0 1 1 .39 6.043a5.25 5.25 0 0 1 7.414 0 3.248 3.248 0 0 0 4.586 0 1 1 0 1 1 1.414 1.414 5.227 5.227 0 0 1-3.707 1.532zm0-4A5.23 5.23 0 0 1 6.39 3.456a3.246 3.246 0 0 0-4.586 0A1 1 0 1 1 .39 2.043a5.25 5.25 0 0 1 7.414 0 3.248 3.248 0 0 0 4.586 0 1 1 0 1 1 1.414 1.414 5.227 5.227 0 0 1-3.707 1.532z"/></svg>
<svg class="tc-image-waves-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.594804763793945 16.485401153564453"><path d="M17.518 6.24a2.978 2.978 0 0 0-.1-4.121c-.566-.567-1.32-.879-2.12-.879s-1.556.312-2.122.879a1.239 1.239 0 0 1-.879.361c-.333 0-.646-.129-.879-.362C10.052.752 8.233 0 6.298 0S2.541.752 1.175 2.118a2.982 2.982 0 0 0-.1 4.122c-.498.551-.779 1.252-.779 2s.281 1.448.78 2a2.978 2.978 0 0 0 .1 4.121c.565.566 1.32.879 2.12.879s1.555-.312 2.121-.879c.234-.233.545-.362.878-.362.333 0 .646.129.88.363a7.199 7.199 0 0 0 5.121 2.117 7.192 7.192 0 0 0 5.121-2.118 2.98 2.98 0 0 0 .1-4.121c.498-.552.78-1.252.78-2s-.282-1.449-.78-2zm-1.514 6.707a5.227 5.227 0 0 1-3.707 1.532 5.23 5.23 0 0 1-3.707-1.532 3.235 3.235 0 0 0-2.293-.948c-.83 0-1.66.316-2.292.948a1.001 1.001 0 0 1-1.415-1.414 5.226 5.226 0 0 1 3.706-1.532 5.23 5.23 0 0 1 3.708 1.532 3.233 3.233 0 0 0 2.293.947 3.23 3.23 0 0 0 2.293-.947.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414zM2.59 3.533A5.225 5.225 0 0 1 6.297 2c1.343 0 2.685.511 3.707 1.532a3.23 3.23 0 0 0 2.293.948 3.23 3.23 0 0 0 2.293-.947.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414 5.227 5.227 0 0 1-3.707 1.532A5.23 5.23 0 0 1 8.59 4.947a3.235 3.235 0 0 0-2.293-.948c-.83 0-1.66.316-2.292.948A1.001 1.001 0 0 1 2.59 3.533zm13.414 5.414a5.227 5.227 0 0 1-3.707 1.532A5.23 5.23 0 0 1 8.59 8.947a3.235 3.235 0 0 0-2.293-.948c-.83 0-1.66.316-2.292.948A1.001 1.001 0 0 1 2.59 7.533a5.226 5.226 0 0 1 3.706-1.532 5.23 5.23 0 0 1 3.708 1.532 3.233 3.233 0 0 0 2.293.947 3.23 3.23 0 0 0 2.293-.947.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414z"/></svg>
<svg class="tc-image-wb-auto tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.599998474121094 32"><path d="M13.7 17.3h4.6L16 10l-2.3 7.3zM44 6l-2.41 12.58L38.6 6h-3.2l-2.98 12.58L30 6h-1.52C25.55 2.35 21.05 0 16 0 7.16 0 0 7.16 0 16s7.16 16 16 16c6.27 0 11.68-3.61 14.31-8.86l.19.86H34l3-12.2L40 24h3.5l4.1-18H44zM20.6 24l-1.4-4h-6.4l-1.4 4H7.6L14 6h4l6.4 18h-3.8z"/></svg>
<svg class="tc-image-wb-cloudy tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 32"><path d="M38.71 12.07C37.35 5.19 31.28 0 24 0c-5.78 0-10.79 3.28-13.3 8.07C4.69 8.72 0 13.81 0 20c0 6.63 5.37 12 12 12h26c5.52 0 10-4.48 10-10 0-5.28-4.11-9.56-9.29-9.93z"/></svg>
<svg class="tc-image-wb-incandescent tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 41.900001525878906"><path d="M5.1 34.07l2.83 2.83 3.59-3.59-2.83-2.83-3.59 3.59zM20 41.9h4V36h-4v5.9zM6 18H0v4h6v-4zm22-8.38V0H16v9.62c-3.58 2.08-6 5.94-6 10.38 0 6.63 5.37 12 12 12s12-5.37 12-12c0-4.44-2.42-8.31-6-10.38zM38 18v4h6v-4h-6zm-5.51 15.31l3.59 3.59 2.83-2.83-3.59-3.59-2.83 2.83z"/></svg>
<svg class="tc-image-wb-iridescent tc-image-button" width="22pt" height="22pt" viewBox="0 0 33.80000305175781 43.80000305175781"><path d="M2.9 27.9h28v-12h-28v12zM14.9 0v5.9h4V0h-4zm16.07 5l-3.59 3.59 2.83 2.83 3.59-3.59L30.97 5zM18.9 43.8v-5.9h-4v5.9h4zm14.9-7.83l-3.59-3.59-2.83 2.83 3.59 3.59 2.83-2.83zM0 7.83l3.59 3.59 2.83-2.83L2.83 5 0 7.83zM2.83 38.8l3.59-3.59-2.83-2.83L0 35.97l2.83 2.83z"/></svg>
<svg class="tc-image-wb-sunny tc-image-button" width="22pt" height="22pt" viewBox="0 0 44 43.80000305175781"><path d="M11.51 8.59L7.93 5 5.1 7.83l3.59 3.59 2.82-2.83zM6 19.9H0v4h6v-4zM24 0h-4v5.9h4V0zm14.9 7.83L36.07 5l-3.59 3.59 2.83 2.83 3.59-3.59zm-6.41 27.38l3.59 3.59 2.83-2.83-3.59-3.59-2.83 2.83zM38 19.9v4h6v-4h-6zm-16-10c-6.63 0-12 5.37-12 12s5.37 12 12 12 12-5.37 12-12-5.37-12-12-12zm-2 33.9h4v-5.9h-4v5.9zM5.1 35.97l2.83 2.83 3.59-3.59-2.83-2.83-3.59 3.59z"/></svg>
<svg class="tc-image-wc tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 40"><path d="M3 40V25H0V14c0-2.2 1.8-4 4-4h6c2.2 0 4 1.8 4 4v11h-3v15H3zm25 0V28h6l-5.09-15.26A3.987 3.987 0 0 0 25.12 10h-.23c-1.72 0-3.25 1.1-3.79 2.74L16 28h6v12h6zM7 8c2.21 0 4-1.79 4-4S9.21 0 7 0 3 1.79 3 4s1.79 4 4 4zm18 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z"/></svg>
<svg class="tc-image-weather tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 832"><path d="M416 128c17.666 0 32-14.334 32-32V32c0-17.666-14.334-32-32-32s-32 14.334-32 32v64c0 17.666 14.334 32 32 32zm248.876 84.334l45.25-45.25c12.498-12.5 12.498-32.75 0-45.25-12.5-12.5-32.75-12.5-45.25 0l-45.25 45.25c-12.5 12.5-12.5 32.75 0 45.25s32.75 12.5 45.25 0zM32 448h64c17.666 0 32-14.334 32-32s-14.334-32-32-32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32zm672-32c0 17.666 14.334 32 32 32h64c17.666 0 32-14.334 32-32s-14.334-32-32-32h-64c-17.666 0-32 14.334-32 32zM167.082 212.334c12.502 12.5 32.752 12.5 45.25 0 12.502-12.5 12.502-32.75 0-45.25l-45.25-45.25c-12.5-12.5-32.748-12.5-45.25 0-12.5 12.5-12.5 32.75 0 45.25l45.25 45.25zM195.25 448h64a158.862 158.862 0 0 1-3.25-32c0-88.376 71.624-160 160-160s160 71.624 160 160c0 10.958-1.124 21.666-3.25 32h64c1.584-10.542 3.25-21.042 3.25-32 0-123.5-100.5-224-224-224S192 292.5 192 416c0 10.958 1.75 21.458 3.25 32zM800 512H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h768c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h768c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h768c17.666 0 32-14.334 32-32s-14.334-32-32-32z"/></svg>
<svg class="tc-image-weather-chance tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.17667770385742 34.95216369628906"><path d="M30.26 4.868a7.917 7.917 0 0 1 7.917 7.917c0 4.372-3.544 7.917-7.95 7.917H4.136a3.958 3.958 0 0 1-.725-7.85l-.066-.859a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zM5.983 27.828c.527-1.585 1.583-3.168 2.638-4.75 1.056 1.582 2.11 3.165 2.64 4.75.527 1.582.527 3.165-.528 3.957-1.056.792-3.167.792-4.223 0-1.055-.792-1.055-2.375-.527-3.958zm10.027 2.374c.528-1.584 1.584-3.167 2.64-4.75 1.055 1.583 2.11 3.166 2.638 4.75.528 1.583.528 3.166-.528 3.958-1.055.792-3.166.792-4.222 0-1.055-.792-1.055-2.375-.528-3.958zm8.973-3.959c.527-1.583 1.583-3.166 2.638-4.75 1.056 1.584 2.112 3.167 2.64 4.75.527 1.584.527 3.167-.528 3.96-1.056.79-3.167.79-4.223 0-1.055-.793-1.055-2.376-.527-3.96z"/></svg>
<svg class="tc-image-weather-cloudy tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 14.004219055175781"><path d="M15 14.004H4c-2.206 0-4-1.794-4-4A4.007 4.007 0 0 1 3.001 6.13L3 6.004c0-3.309 2.691-6 6-6a5.969 5.969 0 0 1 5.65 4.015C17.592 3.773 20 6.132 20 9.004c0 2.757-2.243 5-5 5zM3.905 7.998C2.897 8.004 2 8.901 2 10.004s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307-.186-1.103A3.978 3.978 0 0 0 9 2.004a4.004 4.004 0 0 0-3.918 4.811l.244 1.2-1.421-.017z"/></svg>
<svg class="tc-image-weather-downpour tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 20.00391387939453"><path d="M13 18.004a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm-6 0a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm3 2a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1zm-6-6c-2.206 0-4-1.794-4-4A4.007 4.007 0 0 1 3.001 6.13L3 6.004c0-3.31 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C17.586 3.775 20 6.132 20 9.004a5.011 5.011 0 0 1-3.666 4.819 1 1 0 1 1-.532-1.927A3.008 3.008 0 0 0 18 9.004c0-1.654-1.346-3-3-3-.242 0-.499.04-.811.13l-1.074.306-.185-1.102A3.98 3.98 0 0 0 9 2.004a4.004 4.004 0 0 0-3.918 4.808l.248 1.202-1.422-.016C2.897 8.004 2 8.9 2 10.004s.897 2 2 2a1 1 0 1 1 0 2z"/></svg>
<svg class="tc-image-weather-night tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 11.340999603271484 15.000280380249023"><path d="M3.841 15c-.861 0-1.71-.15-2.523-.45l-1.317-.486.89-1.087c1.275-1.56 1.95-3.454 1.95-5.477S2.166 3.583.89 2.023L0 .936 1.317.451a7.275 7.275 0 0 1 2.524-.45c4.136 0 7.5 3.363 7.5 7.5S7.977 15 3.841 15zm-.509-2.024A5.507 5.507 0 0 0 9.341 7.5a5.507 5.507 0 0 0-6.009-5.476C4.323 3.67 4.841 5.535 4.841 7.5s-.518 3.831-1.509 5.476z"/></svg>
<svg class="tc-image-weather-overcast tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.85200119018555 42.9286994934082"><path d="M35.009 27.093a7.917 7.917 0 0 1 7.917 7.916c0 4.373-3.544 7.917-7.949 7.917H8.884a3.958 3.958 0 0 1-.725-7.85l-.066-.858a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.553 7.88 7.88 0 0 1 3.92-1.036zm12.843-.145l-4.156.954a9.15 9.15 0 0 0-3.98-2.74l.002-2.417 8.134 4.203zM0 20.904l8.925-2.05a15.748 15.748 0 0 0-.791 6.253L0 20.904zM9.144 4.87l7.76 4.862a15.74 15.74 0 0 0-4.98 3.864L9.144 4.87zM26.948 0l2.05 8.925a15.75 15.75 0 0 0-6.253-.791L26.948 0zm16.034 9.144l-4.862 7.76a15.742 15.742 0 0 0-3.864-4.98l8.726-2.78zm-19.056 2.115c6.996 0 12.667 5.671 12.667 12.667l-.021.733a9.087 9.087 0 0 0-4.38 1.195 10.965 10.965 0 0 0-10.093-6.677c-4.775 0-8.837 3.053-10.34 7.314l-.237.015a12.725 12.725 0 0 1-.263-2.58c0-6.996 5.671-12.667 12.667-12.667z"/></svg>
<svg class="tc-image-weather-partly-sunny tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.95464515686035 20.450204849243164"><path d="M13.5 1.45l-1 3-1-3a1.053 1.053 0 1 1 2 0zm5.364 3.05l-2.829 1.415 1.415-2.829a1.055 1.055 0 0 1 1.886.943 1.054 1.054 0 0 1-.472.471zm1.636 5.95l-3-1 3-1a1.054 1.054 0 1 1 0 2zM7.55 3.086l1.415 2.83L6.136 4.5A1.055 1.055 0 1 1 7.55 3.086zm9.226 7.706c.139-.424.224-.87.224-1.342 0-2.48-2.019-4.5-4.5-4.5-1.34 0-2.537.594-3.357 1.528L9 6.45a5.98 5.98 0 0 0-4.469 2.011 1.054 1.054 0 0 0-1.365 1.322c.057.167.158.3.277.411A5.984 5.984 0 0 0 3 12.45l.002.126A4.007 4.007 0 0 0 0 16.45c0 2.206 1.795 4 4 4h11c2.757 0 5-2.243 5-5 0-2.129-1.344-3.939-3.224-4.658zM12.5 6.95c1.379 0 2.5 1.121 2.5 2.5 0 .366-.096.706-.238 1.02-.354.02-.72.073-1.118.187a4.993 4.993 0 0 0-2.967-2.905A2.485 2.485 0 0 1 12.5 6.95zm2.5 11.5H4c-1.104 0-2-.897-2-2s.896-2 1.908-2.006l1.422.016-.248-1.202A4.005 4.005 0 0 1 9 8.45l.069-.014a4.012 4.012 0 0 1 3.847 3.27l.038.186a.985.985 0 0 0 .946.712l.289-.023c.312-.09.569-.13.811-.13 1.654 0 3 1.345 3 3s-1.346 3-3 3z"/></svg>
<svg class="tc-image-weather-rain tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.358001708984375 36.78516387939453"><path d="M30.441 4.868a7.917 7.917 0 0 1 7.917 7.917c0 4.372-3.544 7.916-7.949 7.916h-2.666c-.876 1.115-1.742 1.8-2.052 1.584-.23-.16-.096-.78.294-1.583h-7.742c-.876 1.114-1.742 1.8-2.052 1.583-.23-.16-.096-.78.294-1.583H8.743c-.877 1.114-1.742 1.8-2.052 1.583-.23-.16-.096-.78.294-1.583H4.316a3.958 3.958 0 0 1-.725-7.85l-.066-.859a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zM4.693 26.716c1.003-1.433 2.106-2.39 2.464-2.14.358.25-.164 1.615-1.168 3.048-1.003 1.433-2.106 2.39-2.464 2.14-.359-.25.164-1.616 1.167-3.048zm-3.167 6.771c1.003-1.433 2.107-2.39 2.465-2.14.358.25-.165 1.616-1.168 3.048-1.003 1.433-2.107 2.39-2.465 2.14-.358-.25.165-1.615 1.168-3.048zm9.5-9.938c1.003-1.433 2.107-2.39 2.465-2.14.358.25-.165 1.616-1.168 3.048-1.003 1.433-2.107 2.39-2.465 2.14-.358-.25.165-1.615 1.168-3.048zM7.858 30.32c1.003-1.432 2.107-2.39 2.465-2.14.358.251-.165 1.616-1.168 3.048-1.003 1.433-2.106 2.391-2.465 2.14-.358-.25.165-1.615 1.168-3.048zm6.333-3.604c1.004-1.433 2.107-2.39 2.465-2.14.358.25-.164 1.615-1.167 3.048-1.004 1.432-2.107 2.39-2.465 2.14-.359-.25.164-1.616 1.167-3.048zm-3.166 6.771c1.003-1.433 2.107-2.39 2.465-2.14.358.25-.165 1.616-1.168 3.048-1.003 1.433-2.107 2.39-2.465 2.14-.358-.25.165-1.615 1.168-3.048zm9.5-9.938c1.003-1.433 2.107-2.39 2.465-2.14.358.25-.165 1.615-1.168 3.048s-2.107 2.39-2.465 2.14c-.358-.25.165-1.615 1.168-3.048zm-3.167 6.771c1.003-1.432 2.107-2.39 2.465-2.14.358.251-.165 1.616-1.168 3.048-1.003 1.433-2.107 2.391-2.465 2.14-.358-.25.165-1.615 1.168-3.048zm6.334-3.604c1.003-1.433 2.106-2.39 2.464-2.14.358.25-.164 1.615-1.167 3.048-1.004 1.432-2.107 2.39-2.465 2.14-.358-.25.164-1.616 1.167-3.048zm-3.167 6.77c1.003-1.432 2.107-2.39 2.465-2.139.358.25-.165 1.616-1.168 3.048-1.002 1.433-2.106 2.39-2.464 2.14-.358-.25.165-1.615 1.168-3.048zm9.5-9.937c1.003-1.433 2.107-2.39 2.465-2.14.358.25-.165 1.615-1.168 3.048s-2.107 2.39-2.465 2.14c-.358-.25.165-1.615 1.168-3.048zm-3.167 6.771c1.003-1.432 2.107-2.39 2.465-2.14.358.251-.165 1.616-1.168 3.048-1.003 1.433-2.107 2.391-2.465 2.14-.358-.25.165-1.615 1.168-3.048z"/></svg>
<svg class="tc-image-weather-shower tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 17.454423904418945"><path d="M15 14.004a1 1 0 1 1 0-2c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307-.185-1.103A3.98 3.98 0 0 0 9 2.004a4.004 4.004 0 0 0-3.918 4.811l.244 1.2-1.42-.017C2.897 8.004 2 8.901 2 10.004s.897 2 2 2a1 1 0 1 1 0 2c-2.206 0-4-1.794-4-4A4.007 4.007 0 0 1 3.001 6.13L3 6.004c0-3.309 2.691-6 6-6a5.969 5.969 0 0 1 5.65 4.015C17.589 3.775 20 6.132 20 9.004c0 2.757-2.243 5-5 5zm-6.5 0l1-3 1 3a1.053 1.053 0 1 1-2 0zm3 2l1-3 1 3a1.053 1.053 0 1 1-2 0zm-6 0l1-3 1 3a1.053 1.053 0 1 1-2 0z"/></svg>
<svg class="tc-image-weather-snow tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.176700592041016 39.73316192626953"><path d="M30.26 4.868a7.917 7.917 0 0 1 7.917 7.917c0 4.372-3.544 7.916-7.95 7.916H4.136a3.958 3.958 0 0 1-.725-7.85l-.066-.858a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zM1.657 26.984l4.147-.436-2.451-3.374 1.28-.93 2.452 3.373 1.696-3.81 1.447.644-1.697 3.81 4.148-.436.166 1.575-4.148.436 2.45 3.374-1.28.93-2.451-3.374-1.696 3.81-1.447-.644 1.697-3.81-4.148.436-.165-1.574zm22.239 1.496l4.028-1.08-2.95-2.948 1.12-1.12 2.95 2.95 1.08-4.029 1.529.41-1.08 4.028 4.028-1.08.41 1.53-4.028 1.08 2.949 2.948-1.12 1.12-2.95-2.95-1.078 4.03-1.53-.41 1.08-4.029-4.028 1.08-.41-1.53zm-10.69 6.365l4.03-1.079-2.95-2.949 1.12-1.12 2.95 2.95 1.079-4.029 1.529.41-1.08 4.028 4.029-1.08.41 1.53-4.03 1.08 2.95 2.948-1.12 1.12-2.95-2.949-1.077 4.028-1.53-.41 1.08-4.028-4.03 1.08-.41-1.53z"/></svg>
<svg class="tc-image-weather-station tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.176700592041016 42.8681640625"><path d="M30.26 4.868a7.917 7.917 0 0 1 7.917 7.917c0 4.372-3.544 7.917-7.95 7.917H4.136a3.958 3.958 0 0 1-.725-7.85l-.066-.859a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zm-28.5 38v-14.25l14.25-1.583v15.833H1.76zm3.167-3.166h3.167v-3.167H4.927v3.167zm4.75 0h3.167v-3.167H9.677v3.167zm-4.75-4.75h3.167v-3.167H4.927v3.167zm4.75 0h3.167v-3.167H9.677v3.167zm7.917-4.75l4.75 1.425v-7.759h1.583v8.234l9.5 2.85v7.916H17.594V30.202zm3.166 9.5h3.167v-3.167H20.76v3.167zm4.75 0h3.167v-3.167H25.51v3.167zm4.75-15.834l6.334 2.375-6.334 2.375h-4.75v-4.75h4.75z"/></svg>
<svg class="tc-image-weather-stormy tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 19.00440216064453"><path d="M15 14.004a1 1 0 1 1 0-2c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.238 0-.496.042-.813.131l-1.071.301-.186-1.098A3.98 3.98 0 0 0 9 2.004 4.005 4.005 0 0 0 5.082 6.81l.26 1.24-1.436-.052C2.896 8.004 2 8.901 2 10.004s.896 2 2 2a1 1 0 1 1 0 2c-2.205 0-4-1.794-4-4A4.007 4.007 0 0 1 3.002 6.13L3 6.004c0-3.309 2.691-6 6-6a5.967 5.967 0 0 1 5.649 4.015C17.574 3.78 20 6.131 20 9.004c0 2.757-2.243 5-5 5zm-4.361-4l-4.5 4.051 3 1.45-1.5 3.5 4.5-4.05-3-1.45z"/></svg>
<svg class="tc-image-weather-sun tc-image-button" width="22pt" height="22pt" viewBox="0 0 47.85200119018555 47.85200119018555"><path d="M47.852 26.948l-8.925 2.05c.67-1.977.955-4.1.791-6.253l8.134 4.203zm-9.144 16.034l-7.76-4.862a15.743 15.743 0 0 0 4.98-3.864l2.78 8.726zm-17.804 4.87l-2.05-8.925c1.977.67 4.1.955 6.253.791l-4.203 8.134zM4.87 38.708l4.862-7.76a15.741 15.741 0 0 0 3.864 4.98l-8.726 2.78zM0 20.904l8.925-2.05a15.75 15.75 0 0 0-.791 6.253L0 20.904zM9.144 4.87l7.76 4.862a15.74 15.74 0 0 0-4.98 3.864L9.144 4.87zM26.948 0l2.05 8.925a15.75 15.75 0 0 0-6.253-.791L26.948 0zm16.034 9.144l-4.862 7.76a15.74 15.74 0 0 0-3.864-4.98l8.726-2.78zm-19.056 2.115c6.996 0 12.667 5.671 12.667 12.667 0 6.996-5.671 12.667-12.667 12.667-6.996 0-12.667-5.671-12.667-12.667 0-6.996 5.671-12.667 12.667-12.667z"/></svg>
<svg class="tc-image-weather-sun-rise tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.56199645996094 36.525001525878906"><path d="M.001 26.913l9.152.331a15.75 15.75 0 0 0-2.383 5.835L0 26.913zm12.982-13.12l6.237 6.704a15.741 15.741 0 0 0-5.81 2.444l-.427-9.148zm18.458-.097l-.33 9.152a15.75 15.75 0 0 0-5.835-2.383l6.165-6.769zm13.12 12.983l-6.704 6.236a15.74 15.74 0 0 0-2.443-5.81l9.148-.426zM25.609 23.79c5.151 1.38 8.706 5.745 9.303 10.735h8.369v2h-42v-2h8.47a12.77 12.77 0 0 1 .344-1.778c1.81-6.758 8.756-10.768 15.513-8.957zM22.281 0l7.5 7.5h-5.5v8h-4v-8h-5.5l7.5-7.5z"/></svg>
<svg class="tc-image-weather-sun-set tc-image-button" width="22pt" height="22pt" viewBox="0 0 44.56199645996094 40.4109992980957"><path d="M.001 13.217l9.152.331a15.75 15.75 0 0 0-2.383 5.835L0 13.217zM12.983.097l6.237 6.704a15.74 15.74 0 0 0-5.81 2.444L12.983.097zM31.441 0l-.33 9.152a15.752 15.752 0 0 0-5.835-2.383L31.441 0zm13.12 12.983l-6.704 6.236a15.741 15.741 0 0 0-2.443-5.81l9.148-.426zm-18.953-2.889c5.151 1.38 8.706 5.745 9.303 10.735h8.37v2h-42v-2h8.47a12.77 12.77 0 0 1 .344-1.778c1.81-6.758 8.756-10.768 15.513-8.957zm-3.327 30.317l-7.5-7.5h5.5v-8h4v8h5.5l-7.5 7.5z"/></svg>
<svg class="tc-image-weather-sunny tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.9268798828125 18.9268798828125"><path d="M10.463 1.463l-1 2.934-1-2.934a1.056 1.056 0 1 1 2 0zm-9 7l2.934 1-2.934 1a1.056 1.056 0 1 1 0-2zm7 9l1-2.934 1 2.934a1.056 1.056 0 1 1-2 0zm9-7.002l-2.934-1 2.934-1a1.056 1.056 0 1 1 0 2zM4.513 3.1L5.88 5.88 3.1 4.513A1.057 1.057 0 1 1 4.512 3.1zM3.1 14.412l2.781-1.367-1.367 2.781A1.057 1.057 0 1 1 3.1 14.412zm11.313 1.414l-1.367-2.78 2.781 1.366a1.057 1.057 0 1 1-1.414 1.414zm1.413-11.315L13.043 5.88l1.368-2.782a1.057 1.057 0 1 1 1.414 1.414zm-6.362 9.452c-2.48 0-4.5-2.019-4.5-4.5s2.02-4.5 4.5-4.5 4.5 2.02 4.5 4.5-2.019 4.5-4.5 4.5zm0-7c-1.379 0-2.5 1.121-2.5 2.5s1.121 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5z"/></svg>
<svg class="tc-image-weather-symbol tc-image-button" width="22pt" height="22pt" viewBox="0 0 55.51100158691406 43.604007720947266"><path d="M7.917 14.303a3.167 3.167 0 1 1 0 6.333 3.167 3.167 0 0 1 0-6.333zm-4.75 7.916a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm11.083 0a3.167 3.167 0 1 1 0 6.334 3.167 3.167 0 0 1 0-6.334zm.099 9.632v2.143h-4.155l-.236 1.59.71-.033 1.534.182a3.7 3.7 0 0 1 1.293.589c.398.27.709.633.932 1.089.223.456.337 1.012.34 1.666-.009 1.072-.41 1.98-1.202 2.722-.792.743-1.921 1.13-3.388 1.162l-1.8-.192-1.256-.432.472-1.933 1.037.366 1.43.185a2.741 2.741 0 0 0 1.496-.407c.441-.274.674-.707.699-1.299.008-.583-.232-1.037-.722-1.364-.49-.326-1.28-.492-2.369-.497l-.798.026-.671.077.71-5.64h5.944zm9.224-.184v1.971l-.962.034c-1.162.108-2.035.403-2.619.886-.584.482-.945 1.046-1.083 1.692h.052c.564-.558 1.374-.845 2.43-.862.945.006 1.731.32 2.36.94.63.62.956 1.513.98 2.677-.017 1.135-.386 2.072-1.106 2.81-.72.738-1.688 1.12-2.902 1.146-1.497-.033-2.608-.5-3.333-1.399-.725-.9-1.085-2.033-1.082-3.402.007-1.044.18-1.98.522-2.806.342-.826.811-1.516 1.408-2.07 1.118-.988 2.565-1.522 4.34-1.6l.995-.017zm-2.886 9.457c.473-.011.845-.2 1.116-.564.272-.365.41-.837.416-1.417 0-.533-.14-.984-.424-1.353-.284-.37-.712-.562-1.284-.578a1.756 1.756 0 0 0-.962.285 1.647 1.647 0 0 0-.605.698l-.123.672c.023.614.187 1.139.49 1.575.304.435.762.663 1.376.682zM12.765.184v2.143H8.611l-.236 1.59.709-.033 1.535.183a3.7 3.7 0 0 1 1.293.588c.398.27.709.633.932 1.09.223.456.336 1.011.34 1.665-.01 1.072-.41 1.98-1.202 2.723-.792.742-1.921 1.13-3.388 1.161l-1.8-.191-1.257-.432.473-1.934 1.037.367 1.429.185a2.74 2.74 0 0 0 1.497-.407c.44-.275.674-.708.699-1.3.008-.582-.233-1.037-.722-1.363-.49-.327-1.28-.493-2.37-.498l-.797.026-.672.078.71-5.64h5.944zm2.298 0h7.747V1.83l-4.523 9.296h-2.718l4.524-8.765v-.034h-5.03V.186zm22.245 24.228a9.494 9.494 0 0 1-1.582 2.533l9.966 11.465-2.39 2.077-3.585 3.117-2.077-2.39 3.585-3.117-7.952-9.146a9.5 9.5 0 0 1-13.455-11.963 9.5 9.5 0 1 1 17.49 7.424zm-2.186-.928a7.125 7.125 0 1 0-13.117-5.568 7.125 7.125 0 0 0 13.117 5.568zm6.562-2.531h4.37v1.667h-4.37v-1.667zm12.67-5.911v1.971l-.963.034c-1.162.108-2.035.403-2.619.886-.584.482-.945 1.046-1.083 1.692h.052c.564-.558 1.374-.845 2.43-.862.944.006 1.731.32 2.36.94.63.62.956 1.513.98 2.677-.017 1.135-.386 2.072-1.106 2.81-.72.738-1.688 1.12-2.902 1.146-1.497-.033-2.608-.5-3.333-1.399-.725-.9-1.085-2.033-1.082-3.402.007-1.044.18-1.98.522-2.806.342-.826.811-1.516 1.408-2.07 1.118-.988 2.565-1.522 4.34-1.6l.995-.017zm-2.887 9.457c.473-.011.845-.2 1.116-.564.272-.365.41-.837.416-1.417 0-.533-.14-.984-.424-1.353-.284-.37-.712-.562-1.284-.578a1.756 1.756 0 0 0-.962.285 1.647 1.647 0 0 0-.605.698l-.123.672c.023.614.187 1.139.49 1.575.304.435.762.663 1.376.682zM35.54 11.294V9.458l.487.017.611-.017 1.189-.217 1.035-.498a3.506 3.506 0 0 0 1.439-2.116l-.035-.017c-.503.518-1.27.782-2.3.794-.963-.009-1.765-.313-2.407-.914-.642-.6-.975-1.448-1-2.542.02-1.117.405-2.047 1.157-2.79C36.467.414 37.469.028 38.721 0c1.404.034 2.439.498 3.104 1.39.664.893.994 2.009.988 3.348-.005 1.156-.168 2.165-.489 3.026-.321.862-.77 1.572-1.347 2.13-.518.435-1.142.77-1.872 1.004a8.944 8.944 0 0 1-2.417.396l-.623.02-.525-.02zm3.076-9.457a1.39 1.39 0 0 0-1.108.54c-.283.352-.428.824-.437 1.417 0 .495.136.913.406 1.253.27.34.673.518 1.21.533.369-.006.679-.077.93-.213a1.44 1.44 0 0 0 .561-.509l.123-.67c.015-.616-.108-1.156-.37-1.62-.26-.463-.699-.707-1.315-.731zm7.437 3.616v-.034c-.512-.283-.895-.633-1.15-1.051a2.556 2.556 0 0 1-.38-1.354c.021-.927.382-1.659 1.082-2.194.7-.536 1.612-.809 2.736-.82 1.27.032 2.188.324 2.756.877.568.553.847 1.176.836 1.867.003.48-.125.93-.385 1.355-.26.424-.667.774-1.222 1.051v.05c.535.203.989.53 1.361.983.373.452.568 1.027.584 1.726-.013 1.013-.389 1.824-1.128 2.433-.739.608-1.765.92-3.08.937-1.4-.036-2.426-.364-3.079-.985-.652-.621-.975-1.32-.967-2.099.025-1.31.704-2.223 2.036-2.742zm2.118 4.02c.48-.008.863-.138 1.148-.39a1.27 1.27 0 0 0 .44-.972c-.01-.478-.182-.864-.515-1.159-.334-.294-.769-.508-1.305-.641-.45.122-.796.324-1.04.608a1.536 1.536 0 0 0-.37 1.024c-.003.41.142.763.433 1.062.291.298.694.454 1.209.469zm.049-7.805c-.451.01-.79.136-1.015.378a1.248 1.248 0 0 0-.338.884c.009.368.16.674.45.916.292.243.668.43 1.128.564.313-.09.58-.256.8-.5.22-.245.335-.538.345-.88a1.423 1.423 0 0 0-.321-.94c-.218-.268-.567-.409-1.05-.422z"/></svg>
<svg class="tc-image-weather-thunder tc-image-button" width="22pt" height="22pt" viewBox="0 0 38.176700592041016 38.1181640625"><path d="M30.26 4.868a7.917 7.917 0 0 1 7.917 7.917c0 4.372-3.544 7.916-7.95 7.916H4.136a3.958 3.958 0 0 1-.725-7.85l-.066-.858a5.542 5.542 0 0 1 5.288-5.536 9.504 9.504 0 0 1 17.709-.552 7.88 7.88 0 0 1 3.92-1.037zm.792 17.417l-5.938 5.937h5.278l-10.555 9.896 4.222-7.917h-4.882l5.278-7.916h6.597zm-15.438 0l-5.343 5.343h4.75l-9.5 8.907 3.8-7.125H4.927l4.75-7.125h5.938z"/></svg>
<svg class="tc-image-weather-windy tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 17.399999618530273 14"><path d="M14.4 0a1 1 0 1 0 0 2 1 1 0 0 1 0 2h-11a1 1 0 1 0 0 2h6a1 1 0 0 1 0 2H3c-1.654 0-3 1.346-3 3s1.346 3 3 3a1 1 0 1 0 0-2 1 1 0 0 1 0-2h6.4c1.654 0 3-1.346 3-3 0-.353-.072-.686-.185-1H14.4c1.654 0 3-1.346 3-3s-1.346-3-3-3z"/></svg>
<svg class="tc-image-weather-windy-cloudy tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 20 19.003807067871094"><path d="M2.798 13.754a.978.978 0 0 1-.4-.084A4.004 4.004 0 0 1 0 10.004 4.007 4.007 0 0 1 3.001 6.13L3 6.004c0-3.31 2.691-6 6-6a5.974 5.974 0 0 1 5.902 5 1 1 0 0 1-.82 1.153 1.007 1.007 0 0 1-1.152-.82A3.98 3.98 0 0 0 9 2.004a4.004 4.004 0 0 0-3.919 4.812l.259 1.27-1.431-.088C2.897 8.004 2 8.9 2 10.004c0 .795.471 1.515 1.2 1.834a1 1 0 0 1-.402 1.916zM17 5.004a1 1 0 1 0 0 2 1 1 0 0 1 0 2H7.4a1 1 0 1 0 0 2H12a1 1 0 0 1 0 2H7c-1.654 0-3 1.346-3 3s1.346 3 3 3a1 1 0 1 0 0-2 1 1 0 0 1 0-2h5c1.654 0 3-1.346 3-3 0-.353-.072-.686-.185-1H17c1.654 0 3-1.346 3-3s-1.346-3-3-3z"/></svg>
<svg class="tc-image-weather2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 766.2959594726562"><path d="M32 510.296h768c17.666 0 32-14.334 32-32s-14.334-32-32-32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32zm768 64H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h768c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h768c17.666 0 32-14.334 32-32s-14.334-32-32-32zM314.084 382.294c-.666-.666-1.502-1.084-2.166-1.75-74.876-74.876-74.876-196.668 0-271.584 5.124-5.084 10.54-9.916 16.292-14.416-4.502 71.916 21.458 142.75 74.208 195.458 52.748 52.792 123.58 78.666 195.498 74.166-5.334 6.792-11.748 12.25-17.792 18.124h83.043c10.084-16.084 18.5-33.5 25.166-52.126 4.042-11.708 1.084-24.666-7.666-33.334-8.582-8.708-21.584-11.708-33.248-7.582-70.752 24.998-147.292 7.958-199.75-44.5-52.502-52.5-69.584-129.042-44.502-199.792 4.166-11.624 1.166-24.542-7.582-33.292-8.668-8.708-21.626-11.666-33.25-7.542-37.042 13.084-69.25 33.208-95.666 59.584-86.418 86.42-97.71 219.544-34.544 318.586h81.96z"/></svg>
<svg class="tc-image-weather3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 768"><path d="M67.208 384A161.803 161.803 0 0 1 64 352c0-88.376 71.624-160 160-160 21.624 0 42.124 4.416 60.876 12.166C327.334 121.334 412.582 64 512 64s184.668 57.334 227.082 140.166C757.877 196.416 778.418 192 800 192c88.376 0 160 71.624 160 160 0 10.958-1.124 21.666-3.25 32h64c1.584-10.542 3.25-21.042 3.25-32 0-123.5-100.5-224-224-224-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352c0 10.958 1.708 21.458 3.25 32h63.958zM992 448H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h960c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h960c17.666 0 32-14.334 32-32s-14.334-32-32-32zm0 128H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h960c17.666 0 32-14.334 32-32s-14.334-32-32-32z"/></svg>
<svg class="tc-image-weather4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zm0 384c-19.418 0-38.418-3.5-56.5-10.416l-36-13.834-29 25.334C632 553.666 572.877 576 512 576s-120-22.334-166.5-62.916l-29-25.334-36 13.834C262.5 508.5 243.418 512 224 512c-88.25 0-160-71.792-160-160s71.75-160 160-160c7.584 0 15 .542 22.5 1.584l37.916 5.5 22.708-30.916C355.75 101.958 430.418 64 512 64c81.624 0 156.25 37.916 204.834 104.126l22.75 30.958 37.998-5.5A160.368 160.368 0 0 1 800 192c88.25 0 160 71.792 160 160s-71.75 160-160 160zM192 640c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zm320 64c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zm320-64c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zM704 896c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zm-384 0c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64z"/></svg>
<svg class="tc-image-weather5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M800 128c-10.624 0-21.124.75-31.584 2.25C708.668 48.834 614.377 0 512 0S315.377 48.834 255.584 130.25c-10.46-1.5-20.96-2.25-31.584-2.25C100.5 128 0 228.5 0 352s100.5 224 224 224c27.376 0 54.168-5 79.418-14.666C361.332 611.834 435 640 512 640c77.084 0 150.666-28.166 208.582-78.666C745.832 571 772.624 576 800 576c123.5 0 224-100.5 224-224S923.5 128 800 128zM192 640c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zm320 64c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zm320-64c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zM704 896c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64zm-384 0c-35.376 0-64 28.624-64 64s28.624 64 64 64 64-28.624 64-64-28.624-64-64-64z"/></svg>
<svg class="tc-image-web tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 32"><path d="M36 0H4C1.79 0 .02 1.79.02 4L0 28c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4zM26 28H4v-8h22v8zm0-10H4v-8h22v8zm10 10h-8V10h8v18z"/></svg>
<svg class="tc-image-web-asset tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 32"><path d="M32 0H4C1.78 0 0 1.8 0 4v24c0 2.2 1.78 4 4 4h28c2.2 0 4-1.8 4-4V4c0-2.2-1.78-4-4-4zm0 28H4V8h28v20z"/></svg>
<svg class="tc-image-webcam tc-image-button" width="22pt" height="22pt" viewBox="0 0 34.83399963378906 47.5"><path d="M17.417 0C26.162 0 33.25 7.089 33.25 15.833c0 8.745-7.088 15.834-15.833 15.834-8.744 0-15.833-7.09-15.833-15.834S8.672 0 17.417 0zm0 4.75c-6.121 0-11.083 4.962-11.083 11.083 0 6.122 4.962 11.084 11.083 11.084S28.5 21.955 28.5 15.833c0-6.12-4.962-11.083-11.083-11.083zm-.792 9.5h1.584a2.375 2.375 0 0 1 0 4.75h-1.584a2.375 2.375 0 1 1 0-4.75zM28.5 40.375v.032l.792-.032c3.06 0 5.542 2.21 5.542 3.958 0 1.75-2.481 3.167-5.542 3.167l-.585-.017a15.785 15.785 0 0 0-11.29-4.733c-4.42 0-8.418 1.812-11.29 4.733l-.585.017C2.482 47.5 0 46.082 0 44.333c0-1.749 2.481-3.958 5.542-3.958l.792.032v-.032c3.497 0 6.333-3.001 6.333-4.75v-1.342c1.525.36 3.115.55 4.75.55 1.635 0 3.225-.19 4.75-.55v1.342c0 1.749 2.836 4.75 6.333 4.75z"/></svg>
<svg class="tc-image-webplatform tc-image-button" width="22pt" height="22pt" viewBox="0 0 21.61600112915039 21.617490768432617"><path d="M2.503.043a3.274 3.274 0 0 0-.866.3A3.025 3.025 0 0 0 .154 2.084C0 2.547.011 1.86.011 10.808c0 7.142.004 8.102.033 8.274a3.082 3.082 0 0 0 1.102 1.873 2.92 2.92 0 0 0 1.895.648 2.96 2.96 0 0 0 1.712-.509c.181-.12.535-.465 3.131-3.058l2.924-2.922 2.926 2.922c2.593 2.593 2.948 2.937 3.129 3.058.533.35 1.067.51 1.712.51.346 0 .626-.038.897-.124a3.025 3.025 0 0 0 2.1-2.393c.029-.18.033-1.205.033-8.28 0-8.947.011-8.26-.143-8.723A3.033 3.033 0 0 0 19.53.152c-.304-.1-.582-.143-.954-.143s-.65.042-.954.143c-1.062.357-1.816 1.223-2.047 2.353-.033.165-.037.555-.044 4.442l-.009 4.264-1.404-1.4c-1.525-1.52-1.538-1.532-2.012-1.757a3.04 3.04 0 0 0-2.596 0c-.474.225-.487.236-2.012 1.756l-1.404 1.401-.009-4.264c-.009-4.715.002-4.36-.15-4.839C5.596 1.042 4.648.22 3.557.041a4.44 4.44 0 0 0-1.056.002zm.798 1.805c.441.093.824.47.93.917.194.824-.531 1.606-1.371 1.48a1.223 1.223 0 0 1-.908-.669A1.216 1.216 0 0 1 3.3 1.848zm15.534 0c.701.148 1.133.915.89 1.582-.141.39-.403.641-.809.778-.086.03-.185.042-.342.042s-.256-.013-.342-.042c-.35-.117-.597-.326-.747-.632a1.216 1.216 0 0 1 1.349-1.728zm-7.721 7.778c.754.2 1.124 1.036.769 1.736a1.29 1.29 0 0 1-.696.593c-.209.07-.549.07-.758 0a1.201 1.201 0 0 1-.826-1.216c.026-.53.379-.972.89-1.113.143-.04.476-.04.621 0zm-7.688 7.79A1.205 1.205 0 0 1 3.9 19.41a1.135 1.135 0 0 1-.855.364 1.16 1.16 0 0 1-.855-.352 1.204 1.204 0 0 1-.009-1.708 1.33 1.33 0 0 1 .591-.333c.187-.042.474-.026.654.035zm15.535-.002a1.207 1.207 0 0 1 .474 1.996 1.134 1.134 0 0 1-.859.364c-.322 0-.59-.106-.824-.322-.707-.654-.401-1.83.54-2.069.181-.044.485-.03.67.031z"/></svg>
<svg class="tc-image-website tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1123.0450439453125"><path d="M698.598 883.767h-199.6V684.169h199.6v199.598zm252.505 0h-199.6V684.169h199.6v199.598zm-505.011 0H246.493V684.169h199.599v199.598zm505.011-631.262v367.936h-704.61V252.505h704.61zm101.001-105.812H147.896v829.66h904.209v-829.66zM0 1123.045V0h1200v1123.045H0z"/></svg>
<svg class="tc-image-website-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zM281.154 301.634h637.653v596.732H281.154V301.634zm78.611 77.963V820.44h480.471V379.597H359.765zm52.393 56.231H786.55v195.479H412.158V435.828zm0 229.369h106.041v106.041H412.158V665.197zm134.156 0h106.079v106.041H546.314V665.197zm134.157 0H786.55v106.041H680.471V665.197z"/></svg>
<svg class="tc-image-wechat tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.29447364807129 13.527000427246094"><path d="M15.856 7.387c-.406-.92-1.172-1.65-2.06-2.1-1.57-.795-3.522-.79-5.086.02-1.088.558-1.995 1.558-2.253 2.775-.213.896-.022 1.86.453 2.64.707 1.175 1.985 1.925 3.313 2.165.963.196 1.958.08 2.893-.19.56.218 1.06.57 1.605.83-.14-.47-.29-.937-.45-1.4.61-.434 1.163-.974 1.496-1.652a3.585 3.585 0 0 0 .09-3.087zm-6.615-6.31C7.578.141 5.506 0 3.717.647c-1.175.423-2.24 1.21-2.897 2.28C.224 3.894 0 5.099.288 6.205c.288 1.227 1.14 2.255 2.174 2.942a79.064 79.064 0 0 0-.57 1.703c.656-.34 1.303-.695 1.956-1.04.786.25 1.613.372 2.438.345a4.197 4.197 0 0 1-.168-1.968c.157-.914.65-1.75 1.334-2.37 1.15-1.076 2.78-1.53 4.33-1.42-.29-1.423-1.29-2.626-2.542-3.32zm1.154 6.66c-.138.434-.77.565-1.076.234-.337-.306-.206-.946.236-1.082.49-.207 1.055.358.84.848zm3.197.06c-.17.392-.755.482-1.044.18-.14-.127-.174-.318-.23-.487.074-.305.278-.622.624-.636.478-.065.898.515.65.943zM8.823 3.495c.005.64-.85 1.04-1.33.606-.498-.357-.357-1.225.228-1.405.523-.207 1.142.234 1.1.798zm-4.04.162c-.114.557-.86.826-1.297.452-.506-.356-.364-1.24.23-1.42.582-.224 1.243.367 1.068.968z"/></svg>
<svg class="tc-image-weekend tc-image-button" width="22pt" height="22pt" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 44 28"><g transform="translate(-2 -10)"><defs><path id="a" d="M0 0h48v48H0z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path d="M42 20c-2.21 0-4 1.79-4 4v6H10v-6c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V24c0-2.21-1.79-4-4-4zm-6-10H12c-2.2 0-4 1.8-4 4v4.31c2.32.83 4 3.03 4 5.63V28h24v-4.06c0-2.6 1.68-4.8 4-5.63V14c0-2.2-1.8-4-4-4z" clip-path="url(#b)"/></g></svg>
<svg class="tc-image-weibo tc-image-button" width="22pt" height="22pt" viewBox="0 0 632.3199462890625 512.0009765625"><path d="M0 344.064C0 289.121 31.409 229.888 94.208 166.4c39.937-39.6 80.225-67.247 120.832-82.943 19.12-7.857 35.664-11.777 49.664-11.777 15.36 0 27.649 4.609 36.865 13.824 8.88 8.88 13.311 21.168 13.311 36.865 0 10.576-2.048 22.863-6.143 36.863-1.36 4.784-.848 7.76 1.536 8.96 2.384 1.2 5.12 1.28 8.191.257l5.12-2.049c32.752-13.663 61.792-20.48 87.04-20.48s43.345 7.168 54.288 21.504c5.105 7.504 7.665 16.384 7.665 26.624 0 10.577-2.737 22.689-8.208 36.352-2.369 3.408-2.816 6.32-1.28 8.704 1.552 2.385 2.911 3.92 4.112 4.608 1.2.672 3.664 1.537 7.423 2.56 21.153 6.496 39.248 17.072 54.288 31.76 15.008 14.656 22.512 32.944 22.512 54.784 0 20.129-6.991 40.688-20.991 61.68s-33.024 40.192-57.088 57.6-54.433 31.744-91.12 43.008c-36.704 11.265-75.696 16.897-116.992 16.897-44.72 0-86.96-6.561-126.72-19.697-39.76-13.135-72.784-32.767-99.072-58.895C13.153 407.296.001 377.504.001 344.064zm64 24.576c3.409 34.48 24.752 61.952 64 82.432 31.409 16.736 67.073 25.072 107.01 25.072 9.903 0 20.143-.496 30.72-1.536 52.223-5.12 95.743-21.664 130.56-49.664 31.407-25.6 47.104-53.76 47.104-84.48 0-3.072-.176-6.144-.513-9.216-3.407-34.144-24.752-61.44-64-81.92-31.743-16.72-67.584-25.088-107.52-25.088-9.904 0-19.968.512-30.208 1.536-34.464 3.408-65.696 12.112-93.696 26.112-27.984 14-49.488 31.232-64.512 51.712-12.976 18.096-19.456 36.688-19.456 55.808 0 3.088.176 6.144.511 9.232zm81.937 31.744c-4.433-9.888-6.656-19.968-6.656-30.208 0-11.952 3.072-23.904 9.215-35.84 10.592-21.84 28.336-38.24 53.248-49.152 15.36-6.832 30.897-10.24 46.592-10.24 9.217 0 18.433 1.184 27.649 3.584 25.935 6.833 44.544 20.816 55.807 41.984 5.792 10.928 8.689 22.192 8.689 33.792 0 10.928-2.544 22.016-7.664 33.28-10.577 24.224-29.185 41.968-55.808 53.248-15.009 6.464-30.032 9.712-45.057 9.712-11.616 0-23.04-1.872-34.303-5.632-24.928-7.84-42.16-22.688-51.712-44.528zm28.672-9.728c2.048 8.528 7.168 14.496 15.36 17.92 4.432 2.048 9.04 3.072 13.823 3.072 4.097 0 8.193-.688 12.288-2.064 9.569-3.056 16.897-8.688 22.017-16.88 3.407-5.472 5.12-10.944 5.12-16.384 0-2.384-.513-4.96-1.536-7.68-2.049-8.192-7.168-13.984-15.36-17.408-4.432-1.696-8.88-2.544-13.312-2.544-4.097 0-8.352.672-12.8 2.032-9.217 3.072-16.224 8.528-20.992 16.384-3.76 5.456-5.633 11.088-5.633 16.896 0 2.384.336 4.608 1.025 6.656zm72.176-40.448c1.024 3.056 3.248 5.28 6.656 6.656 1.712.688 3.328 1.008 4.864 1.008 1.535 0 3.152-.336 4.863-1.008 3.745-1.376 6.48-3.6 8.193-6.656 1.712-3.072 2.048-6.16 1.024-9.216-1.024-3.072-3.072-5.296-6.144-6.656-3.073-1.024-6.4-.944-9.985.256s-6.239 3.328-7.935 6.4c-1.025 2.048-1.536 4.096-1.536 6.144v3.072zM411.137 32.256a26.324 26.324 0 0 1-.496-5.12c0-4.432 1.376-8.704 4.095-12.8 3.408-5.456 8.368-9.04 14.848-10.752C441.2 1.2 452.801 0 464.4 0c17.409 0 34.48 2.56 51.216 7.68 28.304 9.216 52.704 25.088 73.185 47.616 20.48 22.528 33.792 48.64 39.935 78.336 2.4 11.952 3.584 23.552 3.584 34.816 0 17.407-2.72 34.128-8.192 50.176v.512c-2.048 6.144-5.968 10.752-11.776 13.824-3.744 1.696-7.503 2.56-11.248 2.56-2.4 0-4.96-.336-7.68-1.024-6.48-2.048-11.088-5.968-13.808-11.776-1.712-3.76-2.56-7.344-2.56-10.752 0-2.72.337-5.296 1.008-7.664v-.512c3.76-11.616 5.648-23.552 5.648-35.84 0-7.84-.688-16.032-2.064-24.576-4.431-21.168-13.984-39.76-28.656-55.809-14.687-16.03-32.095-27.311-52.24-33.792-11.951-3.407-23.888-5.119-35.823-5.119-8.208 0-16.56.864-25.09 2.56a26.455 26.455 0 0 1-5.118.512c-4.784 0-9.217-1.36-13.313-4.096-5.488-3.777-8.895-8.88-10.271-15.376zm20.496 80.384a26.356 26.356 0 0 1-.528-5.12c0-3.407 1.024-6.991 3.088-10.752 3.056-4.784 7.504-7.856 13.296-9.216 6.48-1.36 12.8-2.048 18.96-2.048 22.88 0 42.496 9.04 58.88 27.136 9.904 11.265 16.368 24.064 19.456 38.4 1.008 5.792 1.552 11.424 1.552 16.896 0 8.192-1.376 16.385-4.096 24.576-1.712 5.456-5.12 9.393-10.256 11.776-3.055 1.696-6.16 2.56-9.216 2.56-2.383 0-4.608-.336-6.656-1.023-5.471-1.697-9.568-5.12-12.288-10.24-1.376-3.073-2.063-6.145-2.063-9.216 0-2.385.336-4.609 1.023-6.657 1.376-4.784 2.048-9.216 2.048-13.312 0-9.568-3.584-18.096-10.752-25.6-7.52-8.88-16.735-13.311-27.648-13.311-3.423 0-6.848.336-10.255 1.023-1.681.336-3.217.512-4.577.512-3.76 0-7.344-1.2-10.768-3.584-4.768-3.071-7.84-7.327-9.2-12.8z"/></svg>
<svg class="tc-image-western-union tc-image-button" width="22pt" height="22pt" viewBox="0 0 1004.135009765625 355.84100341796875"><path d="M501.759 355.205H4.454c-4.454 0-4.454 0-4.454-4.362V4.229C0 0 0 0 4.301 0h994.898c4.301 0 4.301 0 4.301 4.219 0 115.63 0 231.271-.01 346.901 0 4.721.645 4.076-4.147 4.076-165.857.01-331.725.01-497.582.01zM85.831 48.804l.891.092c.758 5.099 1.546 10.189 2.273 15.299.86 6.072 1.648 12.155 2.498 18.227.686 4.833 1.433 9.656 2.14 14.49.604 4.075 1.177 8.161 1.823 12.226.328 2.048.39 2.058 2.601 2.078 3.36.02 6.718.01 10.087.01 8.837 0 17.674.01 26.501-.01 2.355 0 2.355-.041 2.846-2.253.604-2.703 1.25-5.406 1.833-8.12 1.905-8.909 3.758-17.817 5.673-26.716 1.546-7.209 3.174-14.407 4.741-21.616 1.444-6.656 2.857-13.312 4.291-19.978a4576.058 4576.058 0 0 1 3.645-16.855c.246-1.137-.133-1.556-1.3-1.556-10.087.02-20.162.03-30.249 0-1.382 0-2.028.42-2.19 1.925-.513 4.67-1.179 9.319-1.814 13.978-1.649 12.155-3.277 24.32-4.966 36.475-.389 2.765-.983 5.489-1.556 8.643-.43-.635-.676-.839-.717-1.075-1.004-6.041-2.048-12.073-2.949-18.125-1.485-9.954-2.877-19.927-4.322-29.88-.492-3.42-1.127-6.81-1.536-10.24-.164-1.372-.707-1.853-2.007-1.69-.379.051-.768 0-1.147 0-11.038 0-22.088 0-33.126.01-.676 0-1.392-.123-1.997.082-.543.174-1.116.635-1.382 1.127-.317.563-.307 1.29-.4 1.956-.645 4.557-1.26 9.113-1.936 13.671-.85 5.683-1.802 11.356-2.652 17.039-1.065 7.199-2.038 14.418-3.123 21.627-.276 1.853-.809 3.666-1.229 5.488a29.54 29.54 0 0 1-1.71-6.727c-.953-6.83-1.802-13.681-2.713-20.511-1.413-10.547-2.857-21.084-4.27-31.621-.276-2.048-.225-2.099-2.407-2.099-9.8-.021-19.589-.021-29.389-.01-2.119 0-2.192.062-1.77 2.058a1415.616 1415.616 0 0 0 4.136 19.691c1.771 8.141 3.645 16.272 5.427 24.412 1.392 6.359 2.693 12.739 4.066 19.098.87 4.024 1.843 8.028 2.703 12.063a2197.71 2197.71 0 0 1 3.78 18.309c.204 1.003.675 1.536 1.74 1.454.481-.03.962 0 1.444 0h35.441c.573 0 1.21.133 1.71-.051.543-.195 1.116-.615 1.403-1.096.317-.553.368-1.28.461-1.946 1.3-9.492 2.57-18.995 3.891-28.477a2242.375 2242.375 0 0 1 3.38-23.327c.367-2.539.941-5.038 1.432-7.547zm384.471 140.954l-.727.062c-.829-2.007-1.73-3.994-2.468-6.032-1.874-5.232-3.656-10.486-5.488-15.728-4.014-11.469-8.038-22.937-12.042-34.407-.738-2.099-.809-2.242-3.04-2.253-13.825-.021-27.649-.01-41.473 0-1.976 0-2.017.051-2.027 2.16-.03 3.748-.01 7.486-.01 11.234v80.64c0 2.755.021 2.785 2.632 2.785 8.54.01 17.091.01 25.63-.01 2.202 0 2.202-.051 2.274-2.222.01-.286.01-.573.01-.86 0-16.702-.01-33.413.021-50.114 0-1.874.276-3.748.43-5.622 1.178 1.556 1.986 3.154 2.601 4.833 2.017 5.57 3.973 11.161 5.918 16.763 3.952 11.397 7.885 22.794 11.817 34.202 1.045 3.021 1.034 3.031 4.22 3.031 13.055 0 26.111.01 39.167 0 3.8 0 3.512.502 3.512-3.574.01-27.934 0-55.869 0-83.804 0-2.396.051-4.803 0-7.198-.05-2.181-.092-2.233-2.284-2.233-8.642-.021-17.275-.021-25.918-.01-2.498 0-2.529.041-2.529 2.56-.01 16.988 0 33.977-.01 50.965 0 1.607-.133 3.216-.215 4.833zm290.345-137.38c.205-.031.41-.051.615-.082.583 1.372 1.25 2.713 1.741 4.116 2.171 6.236 4.27 12.503 6.451 18.739 3.973 11.387 8.008 22.753 11.93 34.16.49 1.413 1.095 1.946 2.6 1.946 13.824-.051 27.658-.02 41.482-.041 2.16 0 2.202-.041 2.212-2.253.02-7.107.01-14.213.01-21.32 0-23.531 0-47.053-.01-70.584 0-2.908-.03-2.918-2.846-2.928-8.356-.01-16.712-.01-25.067 0-2.55.01-2.57.041-2.58 2.519-.02 8.448-.01 16.896-.01 25.354 0 9.032.01 18.053-.01 27.085 0 1.167.245 2.427-.84 3.799-.584-1.229-1.097-2.13-1.455-3.092-.87-2.335-1.669-4.69-2.499-7.045a20982.76 20982.76 0 0 1-8.489-24.105c-2.663-7.577-5.346-15.145-7.936-22.753-.44-1.28-.962-1.802-2.386-1.802-13.824.051-27.658.02-41.482.051-2.324 0-2.335.062-2.335 2.498 0 21.607 0 43.213-.01 64.819 0 9.216-.01 18.442.01 27.658 0 2.038.051 2.089 2.048 2.089 8.735.021 17.48.021 26.215 0 2.222 0 2.222-.051 2.294-2.232.02-.768.01-1.536.01-2.304-.01-16.896-.04-33.802-.03-50.698.01-1.198.246-2.396.37-3.594zm.051 116.981c.215-.02.42-.051.635-.071.768 2.028 1.557 4.055 2.294 6.093 2.078 5.765 4.178 11.52 6.185 17.305 3.8 10.947 7.527 21.913 11.336 32.85.932 2.673.338 2.683 3.84 2.683h39.465c.573 0 1.157-.02 1.731-.01.922.01 1.454-.379 1.475-1.341.01-.481.02-.962.02-1.444 0-30.433.01-60.867 0-91.31 0-2.683-.03-2.713-2.703-2.713-8.254-.01-16.517-.01-24.77-.01-3.318 0-3.03-.195-3.03 3.195 0 16.323 0 32.645-.01 48.968 0 1.444.03 2.877-.052 4.322-.03.563-.317 1.106-.48 1.659-1.076-1.28-1.7-2.55-2.172-3.881-1.495-4.147-2.949-8.315-4.413-12.473-2.058-5.857-4.137-11.725-6.185-17.593a4614.697 4614.697 0 0 1-7.813-22.528c-.43-1.25-.994-1.751-2.468-1.741-13.63.092-27.269.062-40.899.062-2.908 0-2.928-.02-2.928 2.806-.01 30.433-.03 60.866-.03 91.31 0 2.693.02 2.714 2.724 2.724 8.356.01 16.702.01 25.058 0 2.775 0 2.775-.021 2.795-2.878 0-.573-.01-1.157-.01-1.731 0-16.61-.01-33.218.01-49.828.03-1.475.266-2.949.4-4.423zm-79.8-107.038c-.01-.195-.02-.389-.02-.583 1.505-.584 3-1.178 4.505-1.762 7.188-2.795 11.981-7.67 13.558-15.421.912-4.505.665-8.919-.379-13.383-1.362-5.827-4.885-9.82-9.953-12.688-3.144-1.772-6.574-2.745-10.076-3.175-4.75-.594-9.543-1.065-14.326-1.116-12.667-.154-25.344-.051-38.02-.051-4.998 0-9.985-.021-14.982.01-1.915.01-1.915.072-1.997 1.925-.02.481 0 .962 0 1.444V107.1c0 .768.051 1.536-.01 2.304-.092 1.341.42 1.853 1.822 1.843 11.141-.041 22.272-.01 33.413-.031 1.915 0 1.956-.092 2.038-1.905.03-.665.01-1.341.01-2.017-.05-9.697-.082-19.385-.164-29.082-.01-1.341.512-1.997 1.864-1.905 2.386.174 4.793.185 7.138.584 3.164.542 5.028 2.55 5.53 5.776.664 4.352 1.33 8.714 2.067 13.056s1.505 8.673 2.396 12.974c.522 2.509.635 2.509 3.256 2.509 10.558.01 21.125.01 31.683 0 .727 0 1.465-.113 2.335-.185-.164-.85-.256-1.505-.42-2.14-1.936-7.547-2.857-15.247-3.799-22.958-.43-3.512-.84-7.055-1.628-10.496-1.495-6.564-5.479-10.793-12.288-12.073-1.208-.226-2.365-.686-3.553-1.034zm-309.78 104.478h.05c0-10.946.01-21.893-.01-32.829 0-2.529-.04-2.529-2.539-2.581-.768-.01-1.536 0-2.304 0-10.373 0-20.736-.01-31.109-.01-1.843 0-1.884 0-1.904 1.843-.03 3.646-.02 7.301-.02 10.946 0 16.517.03 33.024-.052 49.541-.01 2.171-.297 4.423-.952 6.482-1.096 3.481-3.646 5.13-7.127 5.13-3.257 0-5.632-1.721-7.035-4.925-1.075-2.457-1.127-5.028-1.127-7.619v-55.88c0-1.054.021-2.109 0-3.164-.05-2.263-.05-2.263-2.192-2.324-.195-.01-.389 0-.574 0-10.844 0-21.699 0-32.543-.01-.379 0-.768-.021-1.147-.01-.932.03-1.382.532-1.392 1.454 0 .574-.01 1.147-.01 1.731 0 19.876-.01 39.752.021 59.618 0 2.396.123 4.803.43 7.178 1.433 10.998 7.076 18.964 17.122 23.859 6.656 3.236 13.712 4.752 21.022 5.182 6.707.399 13.425.502 20.101-.512 5.806-.88 11.418-2.314 16.681-5.058 11.018-5.755 16.24-15.094 16.558-27.218.256-10.271.051-20.552.051-30.823zm278.712 63.806c9.267.174 17.51-1.208 25.313-4.772 6.851-3.123 12.472-7.813 16.722-13.988 5.591-8.11 8.038-17.357 8.725-27.034.563-7.864-.102-15.698-2.274-23.337-2.529-8.899-7.168-16.507-14.316-22.385-6.574-5.406-14.366-8.366-22.692-9.554-8.376-1.188-16.784-1.147-25.129.778-10.414 2.406-19.097 7.26-25.702 15.964-4.3 5.663-6.809 11.961-8.438 18.668-1.526 6.267-1.74 12.729-1.34 19.169.716 11.51 3.686 22.221 11.386 31.212 3.861 4.516 8.48 8.038 13.865 10.455 7.813 3.502 16.036 5.12 23.88 4.823zM298.884 81.931v-.021h-15.268c-.676 0-1.34 0-2.017.031-.85.03-1.229.563-1.127 1.331.584 4.762 1.31 9.482 3.84 13.721 4.956 8.305 12.718 12.462 21.74 14.684 5.694 1.403 11.51 2.007 17.387 2.048 10.608.082 21.053-.85 30.853-5.386 5.478-2.54 10.096-6.134 13.261-11.377 3.79-6.298 5.048-13.107 4.23-20.398-.739-6.584-3.523-12.053-8.52-16.384-4.74-4.117-10.496-6.247-16.374-7.977-7.434-2.181-14.98-4.014-22.446-6.093-1.73-.481-3.48-1.178-4.997-2.14-3.533-2.222-3.45-7.178.164-9.226 1.362-.778 3.031-1.086 4.608-1.362 1.21-.215 2.488-.072 3.738-.031 3.891.143 6 1.863 6.922 5.632.594 2.416.594 2.416 3.123 2.416h20.163c3.072 0 6.144-.021 9.216.01 1.106.01 1.526-.42 1.505-1.536-.092-5.837-1.802-11.131-5.438-15.688-5.386-6.758-12.985-9.575-21.084-11.141-5.17-1.004-10.435-1.29-15.739-1.27-9.093.041-17.98 1.168-26.389 4.711-6.8 2.867-12.206 7.434-15.41 14.264-2.397 5.099-2.715 10.506-2.335 16.036.512 7.495 3.861 13.353 9.984 17.602 3.4 2.365 7.271 3.738 11.254 4.854a1046.275 1046.275 0 0 1 20.122 5.909c2.928.88 5.878 1.772 8.663 2.99 4.362 1.915 5.427 7.137 2.365 10.742-3.04 3.584-7.014 4.076-11.264 3.134-4.199-.932-6.205-3.922-6.646-8.028-.205-1.956-.317-2.078-2.56-2.068-5.15.03-10.342.01-15.524.01zM506.06 62.566v39.454c0 2.396-.03 4.803.01 7.199.03 1.925.062 1.935 1.874 1.997.676.021 1.341.01 2.018.01h64.798c1.341 0 2.693.031 4.034-.01 1.904-.051 1.966-.071 1.997-1.945.051-3.072.02-6.144.02-9.216 0-3.84.02-7.68-.01-11.52-.02-1.843-.062-1.853-1.966-1.925-.573-.021-1.147 0-1.73 0h-30.813c-.768 0-1.536-.031-2.304 0-1.208.041-1.73-.512-1.71-1.731.041-1.915-.02-3.84 0-5.755.041-4.67-.553-4.188 4.096-4.199 9.124-.021 18.237 0 27.361-.021 2.734-.01 2.765-.051 2.775-2.713.02-3.451.01-6.912.01-10.363 0-3.164.02-6.338-.02-9.502-.03-2.018-.092-2.038-2.15-2.12-.48-.02-.962 0-1.444 0h-27.075c-.676 0-1.34-.01-2.018 0-1.096.01-1.546-.563-1.546-1.618.01-2.396-.03-4.803 0-7.199.03-2.232.051-2.273 2.232-2.284 4.608-.03 9.216-.01 13.824-.01 6.236 0 12.482.021 18.718-.01 2.222-.01 2.55-.256 2.56-2.15.051-6.912.051-13.824 0-20.736-.01-1.833-.256-1.976-1.986-2.058-.379-.021-.768.01-1.147.01-22.364 0-44.728-.01-67.102-.01-3.399 0-3.318-.42-3.318 3.216.01 15.073.01 30.147.01 45.209zm-324.567.082c-.01 3.072-.01 6.144-.01 9.216 0 12.288-.01 24.576.01 36.864 0 2.447.051 2.499 2.334 2.499 23.327.01 46.654.01 69.98 0 2.233 0 2.274-.051 2.294-2.212.031-5.376.01-10.752.01-16.128 0-1.536-.04-3.072 0-4.608.031-1.239-.522-1.741-1.73-1.659-.667.041-1.342 0-2.018 0h-27.075c-1.915 0-3.84-.041-5.755 0-1.239.03-1.71-.543-1.69-1.741.03-1.915-.04-3.84-.02-5.755.051-4.72-.594-4.178 4.076-4.199 9.216-.03 18.432 0 27.648-.041 2.683-.01 2.755-.113 2.765-2.786.021-6.43.021-12.861-.02-19.292-.022-2.53-.083-2.53-2.602-2.59-.48-.01-.962 0-1.444 0h-26.788c-.676 0-1.34-.021-2.018-.01-1.044.02-1.618-.42-1.618-1.526.02-2.786.02-5.57.02-8.356 0-.809.38-1.26 1.198-1.27.573-.01 1.147.031 1.731.031 10.465 0 20.93.01 31.386.01 2.745 0 2.755-.01 2.765-2.908.01-5.09 0-10.178 0-15.268 0-1.628-.03-3.266.01-4.894.031-1.341-.574-1.945-1.904-1.894-.48.021-.962 0-1.444 0h-66.816c-.573 0-1.157.041-1.73 0-1.127-.072-1.557.522-1.567 1.557 0 .676-.01 1.341-.01 2.017.03 14.992.03 29.962.03 44.944zM436.94 14.141h-2.017c-12.667 0-25.344.01-38.01 0-3.82 0-3.083.389-3.093 3.185a2603.47 2603.47 0 0 0-.01 20.153c.01 2.232.051 2.273 2.263 2.284 5.95.03 11.9.01 17.85.01 4.392 0 4.064-.338 4.064 4.014v64.788c0 2.631.021 2.642 2.652 2.642 10.466.01 20.921.01 31.385 0 4.137-.01 3.81.441 3.81-3.932 0-21.401-.01-42.803-.01-64.215 0-3.287.021-3.298 3.35-3.308 6.051-.01 12.093.01 18.145-.01 2.52-.01 2.673-.123 2.683-2.56.041-7.004.031-14.008 0-21.022-.01-1.925-.082-1.945-1.904-2.038-.666-.031-1.34-.01-2.017-.01-13.026.021-26.082.021-39.137.021zm134.636 165.827v-44.657c0-.573.01-1.157 0-1.731-.05-2.109-.062-2.119-2.038-2.191-.48-.021-.962 0-1.444 0h-30.832c-3.87 0-3.584-.297-3.584 3.574v89.897c0 .573.01 1.157.01 1.731.01 1.034.481 1.618 1.567 1.618.676 0 1.341.01 2.018.01h28.53c1.34 0 2.692-.072 4.033.021 1.444.102 1.884-.553 1.751-1.874-.05-.471-.01-.962-.01-1.444v-44.953zm283.904-60.282v98.795c0 2.212.062 4.413.01 6.625-.03 1.321.41 1.936 1.822 1.884 2.018-.082 4.034 0 6.052-.02 3.77-.031 3.574.491 3.574-3.553 0-68.741 0-137.482.01-206.224 0-.86-.04-1.731 0-2.59.062-1.188-.399-1.741-1.659-1.721-2.683.051-5.376.051-8.059-.01-1.26-.031-1.71.512-1.7 1.7.02 2.396-.03 4.793-.03 7.188-.02 32.645-.02 65.29-.02 97.925zm86.927 1.157V223.13c0 .481-.01.962 0 1.444.062 1.925.062 1.966 1.894 1.986 2.5.03 4.997.02 7.495-.021 1.894-.03 1.904-.072 1.966-1.925.02-.481 0-.962 0-1.444V20.623c0-.963 0-1.925-.01-2.877-.04-2.714-.04-2.724-2.63-2.755-1.732-.02-3.462-.01-5.183-.01-4.208-.01-3.513-.072-3.523 3.584-.02 34.089-.01 68.178-.01 102.277zm47.718-94.618c.256-6.635-5.16-12.565-12.176-12.565-7.444 0-12.534 5.427-12.534 12.185 0 6.789 4.413 12.237 12.196 12.606 6.717.328 12.472-5.478 12.514-12.226zM646.573 45.2c0-2.499.041-4.987-.02-7.486-.03-1.341.471-1.977 1.843-1.864 2.673.215 5.376.215 8.008.666 3.707.645 5.99 3.093 6.471 6.41.635 4.454-.973 8.304-4.455 10.107-3.328 1.731-6.963 1.976-10.639 1.802-1.044-.051-1.208-.748-1.208-1.587v-8.049zm-6.85 134.676c.562-5.611 1.043-11.223 1.75-16.814.215-1.669.932-3.308 1.628-4.864 1.465-3.277 4.22-4.547 7.66-4.547 3.501 0 6.194 1.495 7.474 4.792.962 2.478 1.822 5.079 2.16 7.701 1.014 7.803 1.208 15.657.338 23.501a100.688 100.688 0 0 1-1.28 8.202c-.236 1.198-.747 2.375-1.29 3.492-1.546 3.164-4.158 4.628-7.659 4.567s-5.99-1.598-7.506-4.803c-1.976-4.168-2.407-8.643-2.703-13.138-.174-2.673-.03-5.366-.03-8.048a7.92 7.92 0 0 1-.543-.041zM966.736 26.133c-.102-6.257 4.68-11.418 10.885-11.418 6.441 0 11.05 4.659 11.111 11.131.072 6.882-4.505 11.591-10.957 11.571-6.43-.021-10.72-4.516-11.038-11.284zm13.086.604c.87-.307 1.403-.481 1.925-.697 1.71-.707 2.631-2.099 2.478-3.738-.164-1.7-1.32-2.949-3.216-3.082-2.192-.153-4.393-.061-6.595-.082-.994-.01-1.35.492-1.33 1.424.04 2.007.061 4.014.071 6.011 0 1.721-.082 3.44-.03 5.161.01.379.42.738.635 1.106.246-.338.676-.655.707-1.003.102-1.137.02-2.294.072-3.44.072-1.751.307-1.884 2.018-1.946 1.26-.051 1.946.604 2.53 1.536.86 1.372 1.678 2.786 2.56 4.147.44.697 1.013 1.096 1.914.451a699.876 699.876 0 0 1-3.737-5.847zm-1.904-6.82c.85.082 1.802.144 2.745.286 1.208.185 1.843 1.034 1.956 2.161.123 1.239-.327 2.396-1.679 2.611-1.77.287-3.584.369-5.376.42-.307.01-.88-.543-.912-.87a20.313 20.313 0 0 1-.03-3.707c.02-.317.563-.788.922-.85.727-.143 1.505-.051 2.375-.051z"/></svg>
<svg class="tc-image-western-union-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 909.302001953125 409.59912109375"><path d="M454.368 321.658H4.035c-4.025 0-4.035 0-4.035-3.952V3.83C0 0 0 0 3.891 0h900.936c3.902 0 3.902 0 3.902 3.82 0 104.714 0 209.429-.01 314.142 0 4.281.583 3.687-3.748 3.687-150.21.01-300.41.01-450.6.01zM77.72 44.195l.81.092c.685 4.618 1.402 9.226 2.057 13.855.778 5.499 1.485 11.008 2.263 16.507.614 4.382 1.29 8.745 1.946 13.118.542 3.687 1.065 7.383 1.65 11.07.296 1.853.347 1.863 2.354 1.874 3.042.021 6.083.01 9.134.01 7.998 0 16.005.01 24.002-.01 2.13 0 2.13-.03 2.581-2.038.553-2.447 1.137-4.894 1.66-7.352 1.72-8.059 3.398-16.138 5.13-24.197 1.402-6.533 2.876-13.046 4.29-19.568 1.31-6.021 2.59-12.063 3.881-18.084a7060.877 7060.877 0 0 1 3.298-15.268c.226-1.034-.123-1.413-1.178-1.403-9.134.021-18.258.031-27.392 0-1.25 0-1.833.379-1.987 1.741-.46 4.229-1.065 8.438-1.638 12.656-1.485 11.008-2.97 22.026-4.506 33.024-.348 2.498-.89 4.976-1.413 7.823-.389-.573-.614-.758-.645-.973-.91-5.468-1.853-10.936-2.673-16.414-1.35-9.011-2.6-18.043-3.91-27.065-.452-3.092-1.025-6.174-1.394-9.267-.154-1.25-.645-1.679-1.813-1.536-.338.041-.696 0-1.044 0-10.005 0-19.999 0-30.003.01-.604 0-1.26-.112-1.813.072-.492.164-1.014.574-1.26 1.024-.276.502-.266 1.168-.348 1.772-.584 4.126-1.136 8.254-1.75 12.37-.769 5.15-1.639 10.281-2.397 15.432-.963 6.523-1.843 13.056-2.826 19.579-.256 1.68-.737 3.318-1.106 4.977a26.628 26.628 0 0 1-1.546-6.093c-.86-6.185-1.628-12.38-2.457-18.576-1.27-9.543-2.58-19.087-3.86-28.631-.247-1.853-.206-1.894-2.182-1.904-8.868-.021-17.736-.021-26.603-.01-1.915 0-1.977.051-1.608 1.863 1.22 5.95 2.457 11.899 3.748 17.828 1.608 7.373 3.297 14.736 4.915 22.108 1.26 5.755 2.437 11.53 3.676 17.296.788 3.646 1.67 7.271 2.448 10.926 1.177 5.519 2.294 11.049 3.42 16.579.184.911.615 1.392 1.577 1.321.43-.03.871 0 1.3 0H66.6c.522 0 1.096.123 1.556-.041.492-.174 1.014-.553 1.27-.994.287-.502.338-1.157.42-1.762 1.177-8.601 2.324-17.193 3.522-25.795a1805.98 1805.98 0 0 1 3.062-21.115c.327-2.304.85-4.557 1.29-6.83zm348.16 127.641c-.215.021-.44.031-.656.051-.748-1.822-1.567-3.615-2.233-5.468-1.69-4.731-3.308-9.493-4.966-14.244-3.635-10.384-7.28-20.767-10.906-31.16-.666-1.905-.727-2.038-2.755-2.038-12.514-.01-25.037-.01-37.56 0-1.792 0-1.822.051-1.843 1.956-.03 3.389-.01 6.779-.01 10.168v73.022c0 2.489.021 2.519 2.375 2.519 7.741.01 15.473.01 23.214 0 1.997 0 1.997-.041 2.058-2.018.01-.256.01-.522.01-.778 0-15.125-.01-30.249.021-45.383 0-1.7.256-3.389.39-5.089 1.064 1.403 1.801 2.857 2.354 4.373a1292.097 1292.097 0 0 1 5.356 15.186c3.584 10.322 7.137 20.644 10.701 30.976.942 2.734.932 2.744 3.82 2.744h35.471c3.44 0 3.175.461 3.185-3.236.01-25.293 0-50.596 0-75.888 0-2.171.051-4.342 0-6.523-.04-1.976-.092-2.018-2.068-2.018-7.824-.02-15.647-.02-23.47-.01-2.263 0-2.294.03-2.294 2.314-.01 15.381 0 30.771-.01 46.152.01 1.464-.113 2.928-.185 4.393zM688.802 47.43c.184-.02.37-.051.553-.072.533 1.239 1.136 2.458 1.577 3.728 1.966 5.642 3.87 11.315 5.837 16.968 3.594 10.312 7.25 20.603 10.803 30.935.441 1.28.994 1.762 2.355 1.762 12.524-.051 25.047-.021 37.571-.031 1.956 0 1.997-.041 1.997-2.038.02-6.43.01-12.872.01-19.303 0-21.31 0-42.608-.01-63.918 0-2.632-.03-2.642-2.57-2.652-7.567-.01-15.135-.01-22.692 0-2.304.01-2.335.041-2.335 2.284-.01 7.649-.01 15.309-.01 22.958 0 8.172.01 16.353-.01 24.525 0 1.065.215 2.202-.768 3.441-.533-1.116-.994-1.936-1.31-2.796-.789-2.11-1.516-4.25-2.264-6.38-2.56-7.281-5.13-14.551-7.69-21.832-2.407-6.861-4.843-13.721-7.188-20.603-.399-1.157-.87-1.639-2.16-1.628-12.524.051-25.047.02-37.57.041-2.11 0-2.12.061-2.12 2.263v58.695c0 8.346-.01 16.691.01 25.047 0 1.843.04 1.884 1.853 1.894 7.915.02 15.831.02 23.736 0 2.007 0 2.018-.041 2.078-2.028.02-.696.01-1.392.01-2.089-.01-15.309-.03-30.608-.02-45.916 0-1.085.215-2.171.327-3.256zm.052 105.933l.573-.061c.697 1.843 1.413 3.666 2.078 5.519 1.884 5.223 3.78 10.425 5.601 15.667 3.441 9.912 6.81 19.845 10.27 29.747.85 2.427.307 2.427 3.481 2.427h35.737c.522 0 1.044-.021 1.567-.01.83.01 1.321-.338 1.331-1.219.01-.43.02-.87.02-1.3 0-27.566.01-55.122 0-82.688 0-2.437-.03-2.458-2.447-2.458-7.475-.01-14.95-.01-22.436-.01-3 0-2.745-.174-2.745 2.887 0 14.776 0 29.563-.01 44.339 0 1.3.02 2.611-.05 3.911-.03.502-.288 1.004-.442 1.505-.973-1.157-1.536-2.314-1.966-3.512-1.362-3.758-2.673-7.527-3.994-11.295-1.864-5.305-3.748-10.619-5.6-15.923a3813.98 3813.98 0 0 1-7.077-20.398c-.389-1.127-.9-1.577-2.232-1.577-12.35.082-24.688.061-37.038.061-2.642 0-2.652-.01-2.652 2.54l-.03 82.678c0 2.437.02 2.458 2.468 2.458 7.567.01 15.125.01 22.692 0 2.52 0 2.52-.01 2.53-2.601v-1.566c0-15.042-.01-30.085.01-45.127.02-1.321.235-2.652.358-3.993zM616.59 56.431c-.01-.174-.01-.348-.02-.522 1.362-.532 2.713-1.065 4.076-1.597 6.513-2.53 10.855-6.942 12.278-13.968.83-4.075.604-8.069-.348-12.114-1.239-5.274-4.423-8.899-9.02-11.49-2.847-1.598-5.95-2.488-9.125-2.877-4.3-.533-8.643-.962-12.974-1.014-11.479-.133-22.948-.041-34.427-.041-4.526 0-9.042-.02-13.568.01-1.73.01-1.73.061-1.802 1.741-.02.43 0 .87 0 1.3v81.122c0 .696.041 1.392-.01 2.089-.082 1.209.38 1.68 1.65 1.669 10.086-.041 20.172-.01 30.258-.031 1.741 0 1.771-.082 1.854-1.72.03-.604.01-1.219.01-1.822-.04-8.776-.082-17.551-.144-26.327-.01-1.209.461-1.813 1.69-1.721 2.16.154 4.341.164 6.461.533 2.867.491 4.557 2.304 5.008 5.233.604 3.942 1.198 7.885 1.874 11.827.665 3.932 1.362 7.854 2.171 11.755.471 2.274.573 2.263 2.95 2.274 9.563.01 19.128.01 28.691 0 .665 0 1.321-.102 2.12-.174-.144-.768-.226-1.362-.379-1.946-1.75-6.83-2.59-13.814-3.44-20.787-.39-3.184-.769-6.38-1.476-9.502-1.35-5.95-4.956-9.769-11.12-10.937-1.116-.226-2.17-.645-3.236-.962zm-280.525 94.618h.051c0-9.913.01-19.825-.01-29.737 0-2.284-.03-2.294-2.294-2.334-.697-.01-1.392 0-2.089 0-9.39 0-18.78-.01-28.17-.01-1.669 0-1.71 0-1.72 1.669-.032 3.308-.022 6.605-.022 9.913 0 14.951.031 29.911-.04 44.862-.01 1.966-.277 4.004-.86 5.878-.994 3.154-3.309 4.649-6.452 4.649-2.949 0-5.099-1.556-6.37-4.464-.973-2.222-1.024-4.557-1.024-6.902v-50.596c0-.952.021-1.915 0-2.867-.04-2.048-.05-2.048-1.986-2.109-.174-.01-.348 0-.522 0h-29.47c-.349 0-.698-.021-1.046 0-.85.03-1.26.481-1.26 1.321 0 .522-.01 1.045-.01 1.566 0 17.992-.01 35.994.021 53.986 0 2.171.113 4.352.39 6.502 1.3 9.953 6.41 17.173 15.502 21.607 6.031 2.939 12.411 4.301 19.036 4.7 6.072.358 12.155.461 18.197-.461 5.253-.798 10.342-2.099 15.104-4.588 9.974-5.212 14.704-13.671 14.991-24.648.236-9.328.051-18.637.051-27.935zm252.385 57.775c8.386.164 15.851-1.096 22.928-4.322 6.206-2.826 11.294-7.076 15.145-12.667 5.07-7.342 7.28-15.719 7.895-24.484.502-7.127-.092-14.213-2.058-21.135-2.294-8.059-6.492-14.951-12.964-20.275-5.949-4.894-13.005-7.577-20.552-8.643-7.577-1.075-15.196-1.044-22.754.707-9.43 2.181-17.285 6.574-23.275 14.448-3.89 5.13-6.164 10.834-7.639 16.906-1.383 5.673-1.577 11.53-1.218 17.357.645 10.424 3.338 20.121 10.312 28.262 3.502 4.086 7.68 7.28 12.554 9.462 7.076 3.185 14.53 4.649 21.627 4.382zM270.652 74.188v-.02h-13.824c-.604 0-1.219 0-1.822.02-.768.031-1.106.502-1.024 1.209.522 4.311 1.188 8.591 3.471 12.421 4.485 7.516 11.52 11.285 19.681 13.291 5.161 1.27 10.425 1.813 15.74 1.854 9.614.071 19.066-.768 27.944-4.874 4.966-2.294 9.144-5.55 12.012-10.302 3.43-5.703 4.577-11.868 3.83-18.473-.676-5.97-3.185-10.906-7.71-14.838-4.292-3.728-9.514-5.652-14.828-7.219-6.738-1.976-13.568-3.635-20.327-5.519-1.567-.44-3.154-1.075-4.526-1.935-3.195-2.007-3.123-6.502.144-8.356 1.23-.697 2.745-.983 4.178-1.239 1.096-.195 2.253-.072 3.38-.031 3.532.123 5.426 1.69 6.276 5.099.543 2.192.543 2.192 2.837 2.192h18.258c2.786 0 5.56-.02 8.346.01 1.003.01 1.382-.389 1.372-1.392-.082-5.284-1.628-10.076-4.925-14.213-4.885-6.113-11.755-8.673-19.087-10.096-4.68-.911-9.452-1.167-14.254-1.147-8.243.041-16.28 1.055-23.9 4.27-6.164 2.601-11.049 6.738-13.947 12.912-2.17 4.618-2.457 9.513-2.11 14.521.461 6.779 3.502 12.093 9.042 15.943 3.082 2.14 6.584 3.379 10.19 4.393a1028.91 1028.91 0 0 1 18.226 5.345c2.652.799 5.315 1.598 7.844 2.704 3.952 1.731 4.915 6.462 2.14 9.728-2.755 3.246-6.359 3.686-10.199 2.837-3.81-.839-5.61-3.554-6.01-7.271-.196-1.771-.287-1.884-2.315-1.874-4.71.072-9.4.051-14.1.051zm187.607-17.531v35.728c0 2.171-.02 4.342.01 6.523.03 1.751.062 1.751 1.7 1.813.604.021 1.218.01 1.822.01h58.675c1.218 0 2.437.021 3.655-.01 1.731-.051 1.782-.071 1.802-1.761.041-2.786.01-5.561.01-8.346 0-3.481.02-6.953-.01-10.434-.01-1.669-.05-1.68-1.782-1.741-.522-.021-1.044 0-1.567 0H494.67c-.697 0-1.393-.031-2.089 0-1.096.041-1.567-.461-1.546-1.566.041-1.741-.01-3.482 0-5.212.041-4.229-.502-3.789 3.717-3.799 8.254-.021 16.517 0 24.77-.01 2.478-.01 2.5-.051 2.52-2.457.02-3.133.01-6.256 0-9.39 0-2.867.02-5.735-.02-8.601-.03-1.833-.093-1.843-1.947-1.915-.43-.021-.87 0-1.3 0H494.26c-.604 0-1.218-.01-1.822 0-.994.01-1.403-.512-1.403-1.464.01-2.171-.02-4.342 0-6.523.02-2.017.051-2.058 2.018-2.068 4.168-.021 8.346-.01 12.514-.01 5.653 0 11.294.02 16.947-.01 2.018-.01 2.304-.236 2.314-1.945.041-6.257.041-12.514 0-18.78-.01-1.659-.236-1.782-1.802-1.864-.348-.02-.697.01-1.044.01-20.255 0-40.51-.01-60.764-.01-3.082 0-3.01-.389-3 2.908.041 13.639.041 27.289.041 40.929zm-293.909.071v8.346c0 11.131-.01 22.251.01 33.382 0 2.212.041 2.263 2.11 2.263 21.124.01 42.25.01 63.374 0 2.017 0 2.058-.041 2.068-1.997.031-4.864.01-9.738.01-14.602 0-1.392-.04-2.786 0-4.167.031-1.127-.48-1.577-1.567-1.506-.604.041-1.219 0-1.822 0h-24.514c-1.74 0-3.48-.031-5.212 0-1.126.021-1.546-.492-1.526-1.577.03-1.741-.03-3.481-.01-5.212.041-4.27-.532-3.779 3.697-3.799 8.346-.03 16.691 0 25.037-.03 2.427-.01 2.498-.103 2.498-2.53.021-5.826.021-11.653-.02-17.469-.01-2.284-.073-2.294-2.356-2.345-.43-.01-.87 0-1.3 0h-24.259c-.604 0-1.219-.01-1.822-.01-.942.021-1.464-.379-1.464-1.382.02-2.519.02-5.038.02-7.567 0-.738.338-1.137 1.085-1.147.522-.01 1.045.031 1.567.031 9.472 0 18.954.01 28.426.01 2.488 0 2.498-.01 2.498-2.632.01-4.608 0-9.216 0-13.824 0-1.475-.03-2.96.01-4.434.031-1.219-.522-1.762-1.72-1.71-.43.02-.87 0-1.3 0h-60.509c-.522 0-1.044.03-1.566 0-1.024-.062-1.413.471-1.413 1.403 0 .604-.01 1.218-.01 1.822-.02 13.558-.02 27.115-.02 40.683zm231.323-43.919h-1.822c-11.469 0-22.948.01-34.416 0-3.46 0-2.786.348-2.796 2.887-.03 6.082-.02 12.165-.01 18.248.01 2.017.051 2.058 2.048 2.068 5.386.021 10.783.01 16.17.01 3.982 0 3.675-.307 3.675 3.635v58.665c0 2.375.021 2.396 2.406 2.396 9.472.01 18.944.01 28.426 0 3.748-.01 3.451.399 3.451-3.553 0-19.385-.01-38.769 0-58.143 0-2.98.021-2.99 3.031-2.99 5.478-.01 10.947.01 16.425-.01 2.274-.01 2.416-.112 2.427-2.314.031-6.349.031-12.688 0-19.036-.01-1.741-.072-1.761-1.72-1.843-.605-.031-1.22-.01-1.823-.01-11.827-.01-23.654-.01-35.47-.01zM517.59 162.968V122.53c0-.522.01-1.045 0-1.567-.05-1.915-.05-1.915-1.843-1.986-.43-.021-.87 0-1.3 0h-27.915c-3.502 0-3.246-.266-3.246 3.236v81.408c0 .522.01 1.044.01 1.567.01.942.441 1.464 1.413 1.464.604 0 1.218.01 1.822.01h25.836c1.218 0 2.437-.072 3.655.021 1.311.092 1.71-.502 1.587-1.7-.04-.43-.01-.87-.01-1.3-.01-13.578-.01-27.146-.01-40.714zm257.085-54.589v89.457c0 1.997.051 4.004.01 6-.03 1.198.37 1.751 1.65 1.71 1.821-.072 3.654 0 5.478-.01 3.41-.031 3.236.44 3.236-3.215V15.574c0-.778-.04-1.567 0-2.345.051-1.075-.359-1.577-1.505-1.556-2.437.051-4.874.051-7.3-.01-1.137-.031-1.547.461-1.537 1.536.02 2.171-.03 4.342-.03 6.512v88.668zm78.715 1.045v92.621c0 .43-.01.87 0 1.3.051 1.741.051 1.772 1.721 1.792 2.263.031 4.526.021 6.78-.021 1.72-.031 1.72-.062 1.781-1.741.02-.43 0-.87 0-1.3V18.656c0-.87 0-1.741-.01-2.611-.03-2.457-.04-2.468-2.386-2.488-1.567-.021-3.134-.01-4.7-.01-3.809-.01-3.184-.062-3.184 3.246v92.631zm43.213-85.668c.236-6.011-4.669-11.377-11.029-11.377-6.738 0-11.346 4.915-11.346 11.038 0 6.154 3.994 11.079 11.038 11.407 6.093.287 11.305-4.966 11.336-11.069zM500.695 383.887c4.516 1.761 6.861 5.192 8.868 8.899 2.274 4.198 4.393 8.478 6.595 12.718.277.522.594 1.024 1.086 1.864.563-1.362 1.044-2.427 1.454-3.523a60014.813 60014.813 0 0 0 18.073-48.251c.86-2.294.86-2.304 3.308-2.304 4.782-.01 9.564.041 14.346-.03 1.403-.021 2.15.338 2.683 1.771 6.36 17.162 12.8 34.284 19.21 51.426.174.481.287.983.461 1.618-.697.082-1.28.205-1.874.205-4.7.02-9.39.02-14.09 0-1.904-.01-1.925-.031-2.519-1.864-.583-1.813-1.116-3.645-1.669-5.468-.266-.901-.686-1.444-1.802-1.433-5.304.062-10.609.051-15.913 0-1.157-.01-1.74.42-2.038 1.505-.543 2.007-1.229 3.973-1.74 5.99-.267 1.054-.82 1.444-1.834 1.392-.43-.02-.87 0-1.3 0-10.435 0-20.87-.041-31.304.041-1.884.01-2.98-.522-3.85-2.253-2.468-4.885-5.13-9.666-7.73-14.469a36.734 36.734 0 0 0-1.885-3.113c-.809-1.188-1.936-1.935-3.348-2.324-2.785-.778-3.144-.533-3.154 2.406-.01 5.735.01 11.479-.01 17.214-.01 2.345-.03 2.375-2.253 2.386-4.352.021-8.694.021-13.046 0-1.966-.01-2.007-.041-2.007-2.038-.02-5.652-.01-11.305-.01-16.957v-32.604c0-.697.03-1.393.01-2.089-.02-.839.287-1.321 1.198-1.29.522.02 1.044-.01 1.567-.01 9.657 0 19.303-.041 28.958.03 2.16.01 4.352.205 6.462.635 7.291 1.485 11.06 6.677 11.458 13.568.441 7.527-3.543 13.302-10.67 15.739-.512.144-.983.338-1.689.615zm-20.08-14.029h.101c0 1.392.01 2.785 0 4.168 0 .717.246 1.136 1.044 1.157 3.481.092 6.953.041 10.322-.932 2.324-.665 3.84-2.652 3.594-4.803-.297-2.56-1.413-4.045-3.973-4.464-1.874-.307-3.799-.389-5.693-.389-1.7-.01-3.41.226-5.11.348-.092 1.639-.194 3.277-.287 4.915zm66.191-1.424c-1.946 6.482-3.758 12.472-5.61 18.658h11.325c-1.864-6.082-3.687-12.032-5.714-18.658zM101.15 384.92l5.837-22.917c.594-2.355 1.198-4.7 1.762-7.056.276-1.147.81-1.7 2.13-1.689 6.35.072 12.688.02 19.036.041 1.72.01 1.731.062 1.782 1.741.03 1.127.01 2.263.01 3.389v46.684c0 .697-.02 1.392-.02 2.089 0 .768-.41 1.075-1.137 1.075-3.994-.01-7.998 0-11.99-.01-.749 0-1.096-.389-1.096-1.127 0-.697-.02-1.392-.02-2.089v-34.939c-.092-.02-.195-.041-.286-.062-.86 3.287-1.75 6.574-2.59 9.882-2.17 8.571-4.31 17.142-6.47 25.712-.124.502-.339.993-.42 1.495-.144.86-.667 1.136-1.465 1.136-3.564 0-7.127-.01-10.69 0-1.167 0-1.362-.809-1.587-1.689-1.014-4.034-2.078-8.048-3.093-12.083-1.976-7.813-3.932-15.626-5.898-23.449-.123-.491-.338-.962-.727-2.038v36.096c0 .697-.02 1.392-.02 2.089 0 .768-.41 1.065-1.137 1.065-3.994-.01-7.998 0-11.99-.01-.749 0-1.097-.399-1.097-1.137 0-.604-.02-1.218-.02-1.822v-49.029c0-3.174-.266-2.99 2.928-2.99 5.827 0 11.653-.01 17.47 0 2.191 0 2.212.021 2.765 2.161 2.437 9.482 4.864 18.964 7.291 28.447.082.317.226.625.338.942.143.041.276.062.41.092zm140.493-2.242v-26.389c0-3.185-.276-3 2.908-3.01 3.481 0 6.953-.01 10.435 0 3.358.01 3-.317 3 3.144.01 10.087 0 20.173 0 30.259 0 6.523.01 13.046-.01 19.558-.01 1.986-.04 2.017-2.017 2.027-4.086.021-8.17-.062-12.257.041-1.495.041-2.365-.502-3.175-1.71-5.366-8.018-10.793-15.985-16.21-23.962-.666-.983-1.362-1.945-2.447-2.775v25.211c0 .604-.03 1.219-.01 1.822.031 1.004-.47 1.383-1.433 1.383-2.959-.021-5.909 0-8.868 0-1.567 0-3.134-.031-4.69 0-1.003.02-1.413-.441-1.382-1.413.021-.697 0-1.393 0-2.089-.02-16.61-.02-33.208-.082-49.817 0-1.25.317-1.71 1.577-1.7 4.26.041 8.52.082 12.78-.021 1.412-.03 2.221.502 2.968 1.618 3.175 4.772 6.4 9.513 9.615 14.264 2.775 4.096 5.56 8.192 8.346 12.288.185.286.4.543.952 1.27zm356.475-2.816v25.15c0 .604-.02 1.218-.01 1.822.03.952-.359 1.444-1.372 1.444-4.516-.02-9.042-.02-13.558 0-.942 0-1.495-.307-1.444-1.331.02-.522-.01-1.044-.01-1.567v-49.275c0-.256-.01-.522 0-.778.062-1.986.062-2.017 2.048-2.038 4.086-.03 8.172.062 12.247-.041 1.423-.041 2.222.543 2.95 1.649 3.173 4.772 6.4 9.513 9.614 14.254 2.775 4.096 5.561 8.192 8.336 12.288.184.276.4.522.952 1.239v-25.856c0-.522-.01-1.044 0-1.567.062-1.894.062-1.904 1.854-1.956 1.044-.03 2.09-.01 3.123-.01h8.868c2.652 0 2.49-.092 2.5 2.611v49.796c0 2.713.143 2.591-2.51 2.591-3.819 0-7.649-.082-11.469.041-1.669.051-2.663-.481-3.605-1.894-5.294-7.957-10.69-15.831-16.057-23.736-.665-.983-1.372-1.945-2.058-2.928-.123.031-.266.062-.399.092zm245.371 4.055c4.034 1.341 6.308 4.26 8.1 7.434 2.898 5.13 5.468 10.455 8.162 15.708.144.287.184.625.36 1.219h-3c-4.783 0-9.565-.051-14.337.03-1.423.031-2.192-.471-2.837-1.7-2.519-4.844-5.13-9.657-7.73-14.459a45.33 45.33 0 0 0-2.15-3.563c-1.087-1.639-2.746-2.355-4.619-2.591-1.526-.194-1.854.082-1.864 1.649-.03 5.305.01 10.599-.03 15.903-.01 1.454-.174 2.908-.266 4.362-1.526.123-3.052.327-4.577.359-3.47.051-6.953.03-10.424.01-1.976-.01-2.018-.041-2.018-2.028-.02-7.301-.01-14.602-.01-21.904v-27.894c0-.604.041-1.218 0-1.822-.062-1.034.471-1.382 1.423-1.331.522.031 1.044 0 1.567 0 9.472 0 18.944-.062 28.416.041 2.581.03 5.161.471 7.721.911 5.018.87 10.19 5.346 10.527 13.466.317 7.567-3.594 13.107-10.855 15.586-.42.133-.819.307-1.557.615zm-19.927-14.09c.01 1.392.01 2.785 0 4.168 0 .686.174 1.178 1.004 1.198 3.563.082 7.138.112 10.578-.983 2.15-.686 3.605-2.642 3.38-4.711-.257-2.396-1.209-4.147-3.943-4.475-3.256-.389-6.574-.317-9.87-.44-.933-.031-1.179.522-1.169 1.331.03 1.3.02 2.601.02 3.911zm-655.647 39.772c-2.57-.379-5.775-.645-8.899-1.331-8.878-1.935-14.489-7.67-17.296-16.046-2.55-7.609-2.437-15.401.071-23.04 2.94-8.96 9.38-14.254 18.422-16.261 5.55-1.229 11.254-1.198 16.825.03 10.087 2.233 16.61 8.387 18.975 18.524 1.65 7.056 1.566 14.183-.707 21.095-3.02 9.154-9.564 14.459-18.975 16.189-2.55.471-5.17.533-8.417.84zm12.053-29.01l-.276-.062c-.092-1.731-.092-3.471-.317-5.192-.154-1.188-.532-2.365-.952-3.502-1.628-4.455-5.406-6.922-10.608-6.738-4.536.154-8.213 3.082-9.43 7.609-.554 2.078-.892 4.25-1.045 6.4-.266 3.748.133 7.465 1.485 10.987 1.597 4.158 5.406 6.492 10.076 6.37 4.823-.123 8.284-2.468 9.534-6.963.82-2.878 1.044-5.929 1.536-8.909zm88.883.256v-24.259c0-.604.031-1.218 0-1.822-.05-1.147.533-1.546 1.598-1.485.43.031.87 0 1.3 0h40.161c.522 0 1.045.01 1.567.01.768 0 1.075.409 1.065 1.147-.04 2.959-.04 5.909-.103 8.868-.04 1.69-.082 1.751-1.822 1.762-4.26.041-8.519.01-12.779.02-3.91 0-7.824-.02-11.735.01-1.884.01-1.904.041-1.935 1.822-.03 1.741.041 3.481-.02 5.212-.042 1.106.337 1.536 1.484 1.515 2.96-.062 5.91-.02 8.868-.02 4.69 0 9.39-.021 14.08.01 1.7.01 1.741.072 1.772 1.771.041 2.437.031 4.864.01 7.301-.02 2.13-.05 2.171-2.202 2.181-6.87.021-13.732.01-20.603.01-3.389 0-3.389 0-3.389 3.513 0 1.997.021 4.004 0 6-.01.747.276 1.136 1.055 1.116.604-.021 1.22.01 1.822.01 7.998 0 15.995-.01 23.993.01 2.274 0 2.294.03 2.304 2.294.021 2.959-.02 5.909.01 8.868.01 1.086-.348 1.649-1.495 1.557-.522-.041-1.045 0-1.567 0h-40.685c-2.745-.01-2.755-.01-2.765-2.663-.01-5.212 0-10.434 0-15.646.01-3.031.01-6.072.01-9.114zm481.66-.174v-24.248c0-.604.02-1.219.01-1.822-.01-.84.337-1.311 1.228-1.301.522.01 1.044-.01 1.567-.01h39.885c3.144 0 2.908-.236 2.918 3 .01 2.263.03 4.516-.01 6.779-.03 1.956-.062 2.007-2.099 2.007-7.73.02-15.472 0-23.204.01-3.369 0-2.949-.266-2.98 2.877-.01 1.393.051 2.786-.02 4.168-.05 1.106.338 1.536 1.485 1.515 2.95-.062 5.91-.02 8.868-.02 4.69 0 9.39-.021 14.08.01 1.71.01 1.751.072 1.782 1.761.041 2.437.03 4.864.01 7.301-.02 2.15-.05 2.192-2.18 2.192-6.688.02-13.385.01-20.072.01-3.942 0-3.942 0-3.942 4.004v4.168c.01 2.713-.205 2.457 2.591 2.457 3.563.01 7.127 0 10.691 0 4.608 0 9.216-.01 13.814.01 2.038.01 2.068.041 2.09 1.986.03 2.959.03 5.909 0 8.868-.02 1.813-.063 1.854-1.947 1.864-3.737.03-7.475.01-11.213.01h-29.982c-.697 0-1.393-.021-2.089-.01-.86.01-1.27-.409-1.26-1.27.01-.604-.01-1.219-.01-1.822-.01-8.162-.01-16.333-.01-24.494zm-83.478 28.631c-3.492.226-7.198-.174-10.834-1.106-7.209-1.853-11.305-6.727-13.23-13.68-.277-.994-.399-2.038-.553-3.062-.123-.84.338-1.29 1.136-1.444.082-.02.174-.03.256-.041 4.505-.226 9.021-.43 13.527-.676.952-.051 1.475.327 1.66 1.239.05.256.163.502.214.747 1.28 6.206 7.64 7.865 12.514 6.134 1.966-.697 3.37-2.14 3.574-4.403.226-2.427-1.075-4.075-3.092-4.946-2.212-.962-4.608-1.485-6.912-2.232-3.789-1.219-7.67-2.243-11.326-3.769-4.116-1.721-7.495-4.526-8.878-8.99-2.14-6.922.471-14.05 7.158-17.808 2.611-1.465 5.427-2.396 8.376-2.683 5.888-.574 11.807-.84 17.592.819 6.871 1.966 10.813 6.595 11.95 13.639.246 1.536.072 1.854-1.505 1.966-4.25.277-8.499.441-12.749.697-1.229.072-1.843-.327-2.232-1.587-.399-1.29-1.034-2.621-1.925-3.625-1.946-2.202-6.984-2.663-9.492-1.075-2.63 1.669-2.58 4.649.256 5.939 1.792.819 3.78 1.229 5.714 1.69 4.64 1.096 9.288 2.181 13.66 4.158 3.645 1.649 6.748 3.922 8.612 7.608 3.574 7.096 1.362 16.671-4.987 21.648-4.055 3.184-8.745 4.516-13.783 4.854-1.465.072-2.949-.01-4.7-.01zm33.147-28.539v-23.982c0-.697.03-1.393.01-2.089-.03-.973.37-1.464 1.372-1.413.522.031 1.044-.01 1.567-.01h36.762c2.294.031 2.304.031 2.324 2.274.02 2.345.02 4.69 0 7.035-.02 2.447-.03 2.478-2.427 2.478-6.349.021-12.688 0-19.036.01-3.84 0-3.42-.327-3.44 3.553-.01 1.567.04 3.134-.01 4.69-.03 1.034.42 1.362 1.402 1.351 2.263-.041 4.516-.01 6.78-.01 3.562 0 7.126-.01 10.69 0 2.365.01 2.375.03 2.386 2.478.01 2.171.02 4.342 0 6.523-.02 2.243-.04 2.263-2.365 2.274-5.212.021-10.424.01-15.646.01-3.48 0-3.226-.266-3.236 3.246 0 5.561.01 11.12-.01 16.681-.01 2.345-.03 2.375-2.222 2.386-4.26.021-8.519.021-12.779 0-2.089-.01-2.12-.041-2.13-2.212.01-8.407.02-16.834.01-25.272.01 0 .01 0 0 0zm-381.829-27.31c.942-.072 1.608-.164 2.274-.164 4.864-.01 9.738.082 14.602-.051 1.772-.051 2.622.635 3.44 2.079 2.652 4.679 5.447 9.277 8.202 13.906.348.594.758 1.147 1.28 1.956.553-.809 1.065-1.464 1.485-2.171 2.765-4.618 5.57-9.216 8.243-13.875.798-1.383 1.741-1.894 3.318-1.874 4.864.092 9.728.03 14.602.03.594 0 1.198.051 2.243.103-.584.942-.993 1.639-1.444 2.314-6.154 9.257-12.298 18.514-18.503 27.73-.973 1.444-1.403 2.867-1.382 4.598.072 5.99.041 11.991.021 17.991-.01 2.212-.04 2.242-2.089 2.253-4.342.021-8.694.031-13.036 0-1.956-.01-1.997-.051-1.997-2.078-.02-5.827-.072-11.643.021-17.47.041-2.171-.47-3.983-1.71-5.806-6.093-8.981-12.073-18.043-18.084-27.075-.47-.717-.9-1.454-1.485-2.396zm112.046-.174h22.682c.604 0 1.22.02 1.822.01.86-.01 1.26.42 1.26 1.27-.01 3.737-.01 7.475 0 11.213 0 1.433-.994 1.393-1.976 1.393-4.086 0-8.17-.01-12.247 0-3.267.01-2.887-.256-2.898 2.969-.01 11.561 0 23.111-.01 34.673 0 .697-.03 1.393 0 2.089.041 1.003-.44 1.392-1.403 1.372-2.089-.02-4.168 0-6.257 0-2.61 0-5.212.031-7.824-.01-1.813-.02-1.853-.062-1.863-1.945-.02-5.735-.01-11.469-.01-17.203 0-6.605.01-13.21-.01-19.815 0-2.099-.03-2.12-2.17-2.13-4.26-.02-8.52.01-12.77-.01-2.212-.01-2.243-.041-2.263-2.11a527.16 527.16 0 0 1 0-9.902c.021-1.802.062-1.854 1.956-1.854 7.998-.02 15.995-.01 23.982-.01zM585.503 40.928c0-2.263.03-4.516-.02-6.779-.03-1.209.42-1.792 1.67-1.69 2.416.195 4.863.195 7.25.604 3.358.583 5.426 2.806 5.856 5.806.573 4.034-.88 7.516-4.034 9.154-3.01 1.567-6.308 1.792-9.636 1.639-.942-.041-1.096-.676-1.096-1.444.01-2.427.01-4.864.01-7.291zm-6.206 121.959c.512-5.079.952-10.168 1.587-15.227.194-1.506.85-3 1.475-4.413 1.321-2.97 3.82-4.117 6.933-4.117 3.164 0 5.611 1.351 6.77 4.342.87 2.242 1.648 4.598 1.955 6.973.922 7.066 1.096 14.183.307 21.289-.277 2.489-.686 4.967-1.157 7.434-.215 1.085-.676 2.15-1.168 3.154-1.403 2.867-3.758 4.188-6.942 4.137-3.164-.051-5.427-1.444-6.799-4.352-1.782-3.779-2.17-7.833-2.447-11.899-.164-2.417-.03-4.864-.03-7.291-.154 0-.317-.01-.48-.03zm296.13-139.224c-.092-5.662 4.24-10.332 9.851-10.342 5.827 0 10.005 4.219 10.066 10.076.062 6.236-4.076 10.496-9.923 10.476-5.817-.01-9.707-4.075-9.994-10.209zm11.848.553c.788-.276 1.27-.43 1.741-.624 1.546-.635 2.386-1.905 2.242-3.379-.144-1.546-1.188-2.673-2.908-2.796-1.986-.133-3.984-.051-5.97-.082-.9-.01-1.218.45-1.198 1.29.041 1.813.062 3.635.062 5.447 0 1.556-.072 3.123-.03 4.679.01.338.38.666.573 1.004.226-.307.604-.594.635-.911.092-1.034.02-2.079.062-3.113.062-1.587.287-1.7 1.833-1.762 1.136-.041 1.761.553 2.294 1.382.778 1.25 1.526 2.519 2.314 3.758.4.625.912.993 1.731.4-1.086-1.71-2.16-3.389-3.379-5.294zm-1.72-6.174c.768.082 1.628.133 2.49.256 1.095.164 1.668.932 1.77 1.956.112 1.127-.297 2.171-1.526 2.365-1.607.256-3.246.327-4.864.379-.277.01-.798-.491-.83-.788a18.376 18.376 0 0 1-.03-3.358c.02-.286.512-.717.84-.768.655-.133 1.362-.041 2.15-.041z"/></svg>
<svg class="tc-image-westernunion tc-image-button" width="22pt" height="22pt" viewBox="0 0 962.6610107421875 345.97296142578125"><path d="M634.451 323.402a11881.263 11881.263 0 0 1-13.095-37.952c-.486-1.455-1.275-1.967-2.808-1.928-3.542.12-7.078.158-10.615-.038-2.163-.137-2.99.789-3.644 2.675a7941.516 7941.516 0 0 1-15.232 42.432c-1.728 4.856-3.465 9.673-5.393 15.023 3.836 0 7.215-.081 10.598.038 1.51.043 2.146-.55 2.577-1.925.947-3.03 2.082-6.016 2.986-9.002.473-1.416 1.2-2.043 2.812-2.01 5.115.137 10.245.043 15.377.043 6.038 0 6 0 7.928 5.82.746 2.32 1.101 5.385 2.731 6.605 1.574 1.178 4.582.414 6.942.435 1.813.038 3.618.022 5.683.022-.256-.981-.375-1.476-.529-1.95-2.09-6.058-4.173-12.151-6.319-18.287zm-30.298-2.832c2.786-8.081 5.543-16.047 8.49-24.538a9277.02 9277.02 0 0 1 7.944 24.538h-16.434zm-6.429-111.347c9.083 5.918 19.23 7.76 29.866 8.08 4.207-.434 8.49-.626 12.621-1.394 15.693-2.97 27.277-11.464 32.994-26.663 5.39-14.276 5.423-28.89.768-43.41-3.678-11.378-10.914-19.817-21.785-24.972-7.356-3.473-15.18-4.766-23.258-4.911-10.855-.18-21.299 1.455-30.596 7.407-12.979 8.243-18.462 20.847-20.058 35.54-.883 8.308-.43 16.568 1.69 24.658 2.815 10.68 8.336 19.507 17.757 25.664zm20.27-56.346c.115-2.373.981-4.787 1.81-7.057 1.258-3.286 3.754-5.035 7.273-5.141 3.657-.137 6.413 1.31 7.983 4.71 2.142 4.62 2.441 9.583 2.79 14.54.158 2.156.021 4.336.021 6.507.24.017.448.042.687.06-.827 6.183-1.297 12.429-2.594 18.543-1.144 5.445-4.539 7.667-9.399 7.215-2.812-.197-5.244-1.357-6.174-4.05-1.255-3.737-2.67-7.59-2.867-11.404-.239-7.958.115-15.95.47-23.923zm87.062 132.573c-.017 18.837-.017 37.675 0 56.469 0 1.336-.546 1.77-1.788 1.77-4.838-.021-9.655.06-14.49-.097-.823-.022-2.005-.866-2.338-1.634-5.547-11.716-10.99-23.475-16.46-35.213-1.724-3.716-3.462-7.411-5.189-11.127-.12.017-.235.017-.354.06v45.188c0 2.786 0 2.786-2.889 2.808h-9.502v-2.437c0-18.385.021-36.75-.038-55.155 0-1.967.47-2.637 2.518-2.594 4.638.115 9.357.115 14.038 0 1.617-.043 2.398.572 3.072 2.005 6.682 14.2 13.423 28.356 20.13 42.513.201.435.435.789.845 1.536.064-.91.098-1.378.098-1.89 0-13.922.043-27.84-.038-41.762 0-1.945.61-2.48 2.48-2.398 2.67.158 5.345.08 7.978.038 1.46-.01 1.928.567 1.928 1.92zM953.632 8.092c-2.513-.363-5.129-.098-7.629-.098v13.675c.24 0 .512.017.807.017v-6.183c2.518-.785 4.071-.384 5.034 1.754.572 1.229 1.318 2.398 2.142 3.46.375.482 1.067.747 1.613 1.109.12-.136.256-.303.38-.443-1.24-1.976-2.5-3.942-3.802-6 .947-.263 1.69-.383 2.321-.686 1.77-.824 2.48-2.458 1.851-4.088-.418-1.041-1.694-2.351-2.718-2.517zm-.662 5.78c-.827.347-1.85.18-2.125.206-3.737 0-4.8-1.532-3.776-4.514.077-.264.29-.691.414-.67 2.223.166 4.501.286 6.664.709.435.08.827 1.694.627 2.44-.197.717-1.063 1.506-1.805 1.83zM733.493 214.706a961.3 961.3 0 0 0-25.754 0c-1.732 0-2.398-.354-2.398-2.24.077-30.613.038-61.257 0-91.904 0-1.558.435-2.15 2.104-2.134 13.862.038 27.682.038 41.51-.017 1.55 0 2.104.61 2.556 1.937a14837.47 14837.47 0 0 0 18.991 54.374c.201.589.512 1.152 1.182 1.63v-57.737h30.553v96.05h-2.082c-13.743 0-27.413-.037-41.139.044-1.57 0-2.197-.474-2.752-1.984a18347.378 18347.378 0 0 0-18.875-54.447c-.273-.68-.61-1.365-1.395-2.001v3.11c0 17.61-.043 35.188.038 52.805.017 2.022-.572 2.513-2.538 2.513zM950.018 2.272c-6.878.089-12.56 5.78-12.51 12.587.064 6.853 5.905 12.505 12.903 12.446 6.801-.06 12.25-5.632 12.207-12.527-.013-7.207-5.444-12.582-12.6-12.505zm.12 23.783c-5.995.038-10.918-5.056-10.918-11.358 0-6.242 4.958-11.217 11.072-11.158 6.174.06 10.658 4.894 10.637 11.422-.017 6.302-4.616 11.055-10.79 11.094zM760.036 314.592c6.212 4.685 6.806 14.396 1.77 21.2-3.34 4.54-7.944 7.02-13.274 8.218-7.254 1.656-14.45 1.656-21.448-1.058-6.49-2.517-9.835-7.518-10.462-14.336-.43-4.403-.316-4.403 4.13-4.403 2.48 0 4.92-.077 7.356.06.534.022 1.574.768 1.574 1.182-.043 9.199 7.274 11.008 14.195 9.656 1.69-.333 3.5-1.084 4.817-2.146 4.463-3.495 3.426-9.75-1.903-11.558-4.09-1.378-8.337-2.24-12.446-3.58-2.654-.826-5.29-1.906-7.808-3.148-11.955-5.974-9.438-20.642-2.91-26.287 2.867-2.457 6.135-4.027 9.77-4.86 6.054-1.297 12.13-1.374 18.107.495 7.63 2.432 12.544 9.374 11.716 16.87h-11.716c-1.237-2.342-1.984-4.78-3.52-6.473-3.495-3.934-11.716-3.226-14.882.98-3.183 4.169-1.199 9.396 4.327 11.013 4.327 1.297 8.807 2.159 13.061 3.635 3.37 1.16 6.793 2.454 9.544 4.539zm-185.617 10.97c-.819-5.62-2.274-10.735-9.596-11.673 1.225-.495 1.928-.79 2.637-1.063 5.777-2.522 9.178-7.514 8.926-13.568-.239-6.41-3.047-11.524-9.24-13.846-3.342-1.255-7.139-1.651-10.757-1.767-8-.295-16.025-.043-24.009-.12-1.924 0-2.437.576-2.437 2.479.081 18.363.038 36.749.038 55.155.043.747.081 1.514.158 2.32h13.253v-23.888c4.621 0 9.003-.12 13.414.08 1.924.078 3.461 1.414 3.951 3.462.414 1.613.67 3.226.883 4.877.768 5.11 1.476 10.223 2.206 15.475h14.038c-.508-1.651-1.16-3.008-1.417-4.505-.704-4.45-1.413-8.913-2.048-13.418zm-17.988-16.158c-4.07.392-8.2.239-12.313.197-.414 0-1.139-.866-1.139-1.301-.094-4.834-.059-9.634-.059-14.55 5.052 0 9.831-.354 14.506.12 3.52.37 5.308 3.639 5.231 7.842-.11 3.955-2.547 7.317-6.225 7.693zm366.788 13.449c-.845-4.842-3.388-8.222-8.986-8.97 1.101-.434 1.728-.75 2.338-1.023 7.181-3.106 9.2-8.295 9.126-13.841-.08-6.801-4.266-12.365-10.679-14.118-3.144-.845-6.524-1.221-9.83-1.301-7.707-.158-15.412-.038-23.105-.038-.845 0-1.673.08-2.61.158v59.815h13.132v-23.911h11.247c4.561 0 6.038 1.318 6.703 5.82.807 5.52 1.634 11.089 2.518 16.615.081.593.65 1.53 1.02 1.553 4.385.098 8.75.06 12.722.06-.823-4.54-1.655-8.827-2.398-13.073-.457-2.594-.746-5.188-1.199-7.744zm-17.878-13.415c-3.793.277-7.629.158-11.443.239-1.259.043-1.613-.627-1.59-1.771.02-2.12 0-4.288 0-6.49 0-2.125.02-4.33 0-6.451-.022-1.221.413-1.656 1.654-1.613 3.673.158 7.351.08 11.025.273 4.365.158 6.81 2.795 6.963 7.356.158 4.45-2.598 8.162-6.609 8.457zm-40.055 23.91h2.5v10.172h-40.742v-59.836c.91-.038 1.732-.115 2.56-.115 11.601 0 23.22.038 34.821-.043 2.104-.038 2.812.512 2.654 2.637-.175 2.36-.038 4.736-.038 7.39h-26.936c0 4.446-.043 8.653.098 12.898 0 .354 1.395.98 2.142.98 6.682.082 13.41.039 20.091.06 2.875 0 2.875 0 2.875 2.809v7.219c-1.259.06-2.24.137-3.247.154h-18.82c-3.2 0-3.2-.017-3.2 3.324-.022 3.384.058 6.784-.039 10.146-.043 1.63.41 2.24 2.181 2.223 7.667-.098 15.4-.017 23.1-.017zm-29-120.49h-11.639V3.808h11.64v209.05zm-22.255 70.822c.593 0 1.14.08 1.903.158v9.677h-25.54c0 4.599-.038 8.969.098 13.312.021.414 1.318 1.079 2.061 1.079 6.332.08 12.663.043 19.013.043 2.85 0 2.85 0 2.85 2.85v7.47h-23.923v25.366c-4.229 0-8.12.038-12.015-.064-.389 0-.9-.704-1.139-1.173-.175-.44-.038-.986-.038-1.531 0-18.214 0-36.454-.043-54.703 0-1.613.24-2.517 2.163-2.517 11.53.034 23.066.034 34.611.034zm-384.107.26c3.725.08 7.433.017 11.618.017-1.817 3.422-3.4 6.49-5.03 9.514-4.78 8.952-9.567 17.894-14.277 26.9-.478.867-.709 2.044-.709 3.047-.077 5.978-.098 11.976 0 17.954.017 1.809-.58 2.398-2.36 2.32-2.872-.12-5.769-.12-8.649 0-1.656.039-2.095-.554-2.078-2.124.081-5.901.103-11.836 0-17.736-.038-1.455-.4-3.003-1.088-4.284-5.897-11.21-11.934-22.336-17.91-33.506-.308-.593-.535-1.161-.974-2.087 4.975 0 9.506-.038 14.038.064.601.017 1.425.824 1.733 1.433 3.648 7.923 7.207 15.846 10.795 23.79.18.398.354.79.683 1.515 1.728-3.721 3.341-7.181 4.954-10.658 2.231-4.822 4.531-9.656 6.707-14.49.53-1.26 1.178-1.736 2.547-1.673zM397.932 28.67h-23.74V2.98h85.15v25.59h-23.539v70.41h-37.866c-.005-23.356-.005-46.737-.005-70.31zM164.614 95.896c-.017-30.076-.017-60.14-.017-90.223 0-2.83 0-2.83 2.833-2.83 22.592 0 45.162.018 67.737-.05 1.848 0 2.555.435 2.538 2.377-.098 6.784-.038 13.55-.038 20.36 0 .64-.08 1.268-.128 2.172h-36.454V38.27h33.664v24.845h-33.62v11.059h37.524v24.768h-73.869c-.089-1.054-.17-2.031-.17-3.046zM132.23 48.565c-3.345 15.377-6.707 30.767-10.048 46.149-.964 4.386-.964 4.386-5.389 4.386H80.138c-2.978-20.714-5.939-41.348-8.896-61.994h-.713c-2.936 20.62-5.918 41.24-8.896 61.994h-7.07c-10.509 0-21.039-.06-31.565.056-2.074.02-2.675-.743-3.059-2.535a6368.435 6368.435 0 0 0-8.197-38.392C7.898 40.445 4.012 22.67.149 4.912.021 4.34.059 3.782 0 2.958h33.583c2.722 20.135 5.436 40.23 8.141 60.327h.635c2.94-20.037 5.897-40.056 8.896-60.267.79-.038 1.553-.12 2.321-.12 11.554 0 23.074.039 34.63-.037 1.8 0 2.38.443 2.644 2.313 1.87 13.197 3.921 26.338 5.88 39.483.925 6.203 1.77 12.382 2.636 18.573.226 0 .444.017.687.038 2.692-20.053 5.418-40.111 8.111-60.245h33.77c-.649 3.187-1.246 6.28-1.894 9.34-2.59 12.019-5.189 24.102-7.813 36.202zm415.45 69.78c1.613-.016 2.146.483 2.107 2.096-.098 2.654-.02 5.342-.02 7.995v83.28c0 2.945 0 2.945-2.953 2.945-10.893 0-21.782-.038-32.63.043-1.814 0-2.19-.593-2.19-2.24.025-30.635.025-61.257.025-91.904 0-.618.081-1.25.133-2.133h16.91c6.194-.017 12.411.038 18.62-.081zm157.73-21.72c0-30.44 0-60.868-.038-91.286-.038-1.958.512-2.534 2.518-2.534 13.645.094 27.273.077 40.9 0 1.613 0 2.261.559 2.752 1.984 6.277 18.082 12.587 36.122 18.897 54.183.217.644.534 1.28.823 1.916.18-.022.418-.06.534-.077V2.98h30.422v95.987c-.576.038-1.16.11-1.677.11-13.726 0-27.409-.033-41.096.043-1.809 0-2.675-.461-3.285-2.231-5.875-17.135-11.832-34.25-17.792-51.366-.554-1.6-1.178-3.196-2.206-4.787-.038.635-.136 1.284-.136 1.954 0 18.022-.038 36.057.043 54.08 0 1.967-.495 2.406-2.419 2.389-8.69-.094-17.267-.038-25.976-.038-.61 0-1.237-.043-2.104-.094-.077-.87-.158-1.66-.158-2.402zM190.321 285.647c-.017 18.683-.017 37.363 0 56.038.022 1.498-.46 2.065-2.014 2.01-3.579-.081-7.168-.022-10.914-.022v-49.55c-.119-.016-.264-.06-.384-.08-1.31 4.09-2.615 8.162-3.92 12.293-3.786 11.993-7.57 23.966-11.435 35.985-.209.567-1.169 1.238-1.797 1.276-2.458.158-4.906 0-7.347.12-1.476.094-2.172-.534-2.624-1.928-2.632-8.71-5.329-17.284-8.03-25.971-2.15-7.006-4.347-13.961-6.882-20.945v1.788c0 14.793-.038 29.615.022 44.382.017 2.099-.67 2.769-2.692 2.654-3.089-.137-6.186-.043-9.425-.043v-60.087h9.72c3.021 0 6.067.08 9.083-.043 1.634-.038 2.253.534 2.696 2.065 3.785 13.269 7.66 26.526 11.482 39.778.06.192.158.392.444 1.019 4.228-13.487 8.397-26.582 12.377-39.736.687-2.223 1.591-3.247 4.147-3.127 5.115.239 10.236.12 15.37.043 1.604-.043 2.145.512 2.124 2.082zM485.963 99.079c-.286 0-.55-.056-1.033-.111V2.963h72.623v24.742h-36.455v10.569H554.6V63.16h-33.54v10.978c.785.038 1.532.115 2.321.115 11.09 0 22.2.042 33.271-.022 1.723 0 2.36.405 2.317 2.253-.158 6.929-.08 13.849-.017 20.762.017 1.425-.418 1.869-1.869 1.869-23.638-.038-47.39-.038-71.12-.038zm440.76 113.779h-11.584V3.808h11.584v209.05zM623.543 64.51c3.182.26 6.13.315 9.002.806 2.398.375 4.01 2.006 4.54 4.403.571 2.518.925 5.073 1.356 7.629a3173.57 3173.57 0 0 1 3.38 19.755c.238 1.412.826 2.035 2.436 2.035 11.013-.081 22.067-.038 33.092-.038.615 0 1.241-.081 1.514-.098-1.216-7.433-2.437-14.72-3.58-22.003-.708-4.476-1.122-9.002-1.967-13.435-1.259-6.678-5.462-10.748-12.032-12.377-1.216-.303-2.36-.61-4.109-1.05 1.16-.383 1.677-.541 2.184-.72 5.111-1.61 9.711-3.99 12.933-8.542 3.622-5.154 4.053-11.046 3.52-16.986-.726-8.704-5.014-14.963-13.466-18.1-6.45-2.397-13.176-2.84-19.938-2.88-17.856-.093-35.665-.037-53.44-.037h-2.32v96.103h36.888c.005-11.422.005-22.72.005-34.462zm.08-39.88c4.066-.15 8.06-.423 11.874 1.207 3.303 1.425 4.245 4.228 4.23 7.569-.065 3.699-1.482 6.558-4.899 8.23-3.495 1.729-7.232 1.614-11.226 1.345.021-6.17.021-12.138.021-18.351zM262.368 72.36c-.038-.502-.038-1.001-.038-1.505 0-.367.06-.708.137-1.25h35.818c.384 1.65.627 3.205 1.11 4.672 1.344 4.262 4.69 5.999 10.411 5.534 4.08-.346 7.224-3.174 7.803-7.13.423-2.735-1.186-5.435-4.442-6.626-3.767-1.387-7.659-2.445-11.524-3.618-7.288-2.24-14.716-4.053-21.807-6.762-12.663-4.86-16.952-14.942-15.5-27.913 1.432-12.988 9.621-20.233 21.384-24.183C296.11.118 306.806-.001 317.571.865c6.805.52 13.393 1.993 19.387 5.359 8.721 4.885 12.83 12.527 13.073 22.345 0 .217 0 .422-.038.648-.026.12-.106.235-.264.563-.61.038-1.305.115-2.018.115-9.647 0-19.306-.022-28.97.017-1.674 0-2.6-.213-2.826-2.214-.315-3.017-2.35-5.128-5.555-5.435-2.577-.248-5.295.08-7.855.657-2.27.512-3.618 2.32-3.746 4.757-.12 2.313.935 4.228 3.111 4.992 4.13 1.425 8.375 2.555 12.561 3.806 6.541 1.954 13.206 3.554 19.606 5.918 15.104 5.517 21.385 16.849 18.445 32.7-2.248 12.04-10.087 18.983-21.175 22.895-8.397 2.93-17.139 3.678-25.976 3.558-7.894-.094-15.663-.943-23.113-3.703-11.942-4.378-18.786-12.694-19.849-25.481zm63.983 142.426c-13.93 3.22-27.86 3.34-41.634-.67-9.527-2.714-17.314-8-21.06-17.656-1.395-3.541-2.437-7.51-2.474-11.286-.248-21.85-.149-43.695-.149-65.561 0-.282.072-.538.128-1.088h37.713v2.64c0 19.973-.017 39.95.081 59.918 0 2.099.503 4.284 1.288 6.25 1.17 3.029 3.725 4.327 6.882 4.168 3.067-.154 5.24-1.848 6.144-4.638.687-2.12.981-4.561.981-6.767.09-18.74.06-37.504.06-56.252v-5.252h37.901v2.52c0 20.477.017 40.948-.017 61.44-.009 16.854-9.288 28.412-25.843 32.232zm87.471-.277h-30.567c-.038-.824-.098-1.575-.12-2.36 0-30.421.022-60.817-.03-91.29 0-2.035.55-2.534 2.513-2.517 13.637.08 27.264.08 40.901.022 1.613-.022 2.36.427 2.901 2.018 6.302 18.197 12.702 36.386 19.085 54.562.166.503.423.969.627 1.467.217-.043.426-.081.623-.098v-57.81h30.392v96.005c-.729.038-1.37.115-1.997.115-13.696 0-27.4 0-41.113.038-1.63 0-2.36-.448-2.9-2.043-6.205-17.971-12.447-35.887-18.68-53.807-.326-.905-.71-1.77-1.072-2.671-.175.017-.384.055-.58.077.017 19.418.017 38.805.017 58.29zm-33.143 120.883c-.149 2.637-.038 5.312-.038 8.123h-41.075v-2.654c0-18.231.038-36.502-.017-54.745-.022-2.1.601-2.632 2.654-2.594 11.623.08 23.232.08 34.833 0 2.193-.038 2.923.593 2.743 2.795-.205 2.36-.047 4.714-.047 7.232h-26.979c0 4.485-.06 8.653.098 12.822 0 .392 1.327 1.063 2.053 1.079 6.703.064 13.427.022 20.135.043.904 0 1.84.098 2.863.179v9.85c-1.092.039-2.095.155-3.059.155-6.643 0-13.274.043-19.917-.038-1.69 0-2.23.529-2.193 2.223.081 4.403.022 8.772.022 13.376 1.071.034 1.916.11 2.743.11 7.731 0 15.437.044 23.151-.033 1.608 0 2.112.469 2.031 2.078zm129.804-51.827h10.538v10.304c-4.446 0-8.773 0-13.06.06-5.347.038-4.443-.534-4.486 4.442-.038 14.157 0 28.275 0 42.415v2.889c-4.147 0-8.098.022-12.032-.06-.414 0-.999-.73-1.122-1.26-.175-.75-.08-1.57-.08-2.36 0-14.55-.039-29.12.042-43.728 0-1.928-.58-2.48-2.457-2.398-4.382.115-8.798-.043-13.184.08-1.613.039-2.202-.511-2.09-2.086.097-1.967.136-3.891-.023-5.858-.166-1.967.618-2.437 2.48-2.437 11.814.034 23.65-.005 35.472-.005zm-267.188 1.062c-6.36-2.398-12.86-2.833-19.503-1.514-7.416 1.48-13.137 5.334-16.922 11.878-3.097 5.368-4.463 11.187-5.056 17.399.55 4.267.746 8.593 1.673 12.783 1.732 7.783 6.186 13.683 13.615 17.067 6.844 3.123 14.012 3.733 21.303 2.082 7.77-1.81 13.91-5.978 17.293-13.372 4.808-10.543 5.397-21.393 1.17-32.286-2.544-6.524-6.849-11.461-13.573-14.038zm2.514 28.51c.022 4.62-.273 9.24-2.193 13.529-2.825 6.332-6.762 8.887-13.23 8.729-6.423-.154-10.608-3.422-12.604-9.336-2.774-8.298-2.79-16.755.107-24.99 2.172-6.174 7.057-9.241 13.465-9.161 5.82.08 10.628 3.379 12.603 9.395 1.23 3.8 1.651 7.846 2.42 11.763-.2.03-.376.068-.568.068zM325.079 286c-.08 13.41-.038 26.82-.038 40.23 0 5.112-.038 10.224.022 15.378.017 1.656-.58 2.108-2.112 2.108a499.85 499.85 0 0 0-13.854 0c-1.425 0-2.134-.452-2.76-1.813-6.92-15.04-13.93-30.021-20.933-45.01-.226-.43-.474-.861-.99-1.825v45.4c0 3.184 0 3.205-3.324 3.205h-8.938v-60.11h4.975c3.823 0 7.646.082 11.452-.042 1.613-.038 2.42.534 3.111 2.01 6.703 14.238 13.487 28.47 20.271 42.709.137.354.325.666.785.98v-2.871c0-13.414.038-26.82-.038-40.27 0-2.025.56-2.674 2.555-2.56 2.457.159 4.906.12 7.343 0 1.916-.076 2.496.556 2.474 2.48z"/></svg>
<svg class="tc-image-wetland-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 10.449999809265137 9.556708335876465"><path d="M.67 2.593a1.58 1.58 0 0 1 1.08-.33 1.71 1.71 0 0 1 1.81 1.41l.57 3.39a1.66 1.66 0 0 0-1.44 0l-.57-3.39a1.6 1.6 0 0 0-1.45-1.08zm4.34 4.88a2.47 2.47 0 0 1 .94-.47l.9-5.5A1.6 1.6 0 0 1 8.3.423a1.58 1.58 0 0 0-1.09-.36 1.71 1.71 0 0 0-1.81 1.44l-.94 5.64c.197.086.382.197.55.33zm3.13-.36c.113-.094.233-.177.36-.25l.5-3.21a1.6 1.6 0 0 1 1.45-1.09 1.58 1.58 0 0 0-1.09-.36 1.71 1.71 0 0 0-1.8 1.45l-.48 3c.381.069.74.226 1.05.46h.01zm1.56.9a1.29 1.29 0 0 0-.86.3l-.34.3a.54.54 0 0 1-.7 0l-.33-.28a1.38 1.38 0 0 0-1.77 0l-.34.3a.54.54 0 0 1-.69 0l-.34-.32a1.38 1.38 0 0 0-1.77.01c-.11.09-.21.19-.32.28a.67.67 0 0 1-.22.11.61.61 0 0 1-.58-.18 4.465 4.465 0 0 0-.57-.42.89.89 0 0 0-.51-.1.36.36 0 0 0 0 .72.67.67 0 0 1 .46.23l.22.2a1.37 1.37 0 0 0 1.69 0c.14-.1.26-.23.4-.34a.54.54 0 0 1 .71 0l.25.29a1.38 1.38 0 0 0 1.78 0c.11-.08.2-.18.3-.27a.56.56 0 0 1 .79 0l.29.3c.36.31.856.414 1.31.27a1.55 1.55 0 0 0 .69-.43.68.68 0 0 1 .49-.25.366.366 0 1 0-.05-.73l.01.01z"/></svg>
<svg class="tc-image-wetland-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.5 13.24536418914795"><path d="M.98 3.587a2.18 2.18 0 0 1 1.52-.5 2.36 2.36 0 0 1 2.5 2l.78 4.68a2.3 2.3 0 0 0-2 .05l-.8-4.73a2.21 2.21 0 0 0-2-1.5zm6 6.74a3.41 3.41 0 0 1 1.3-.65l1.22-7.59a2.21 2.21 0 0 1 2-1.5 2.18 2.18 0 0 0-1.5-.5 2.36 2.36 0 0 0-2.5 2l-1.3 7.79c.279.115.54.267.78.45zm4.32-.5c.157-.128.324-.241.5-.34l.7-4.4a2.21 2.21 0 0 1 2-1.5 2.18 2.18 0 0 0-1.5-.5 2.36 2.36 0 0 0-2.5 2l-.67 4a3.41 3.41 0 0 1 1.47.74zm2.2 1.26a1.78 1.78 0 0 0-1.19.42l-.47.41a.75.75 0 0 1-1 0c-.15-.12-.29-.26-.44-.39a1.9 1.9 0 0 0-2.45 0c-.16.13-.31.28-.47.41a.75.75 0 0 1-1 0c-.16-.13-.31-.28-.47-.41a1.9 1.9 0 0 0-2.44 0c-.15.13-.29.27-.44.39a.92.92 0 0 1-.3.16.84.84 0 0 1-.8-.25 6.167 6.167 0 0 0-.79-.58 1.23 1.23 0 0 0-.68-.16H.5a.5.5 0 0 0 0 1 .93.93 0 0 1 .64.31l.36.26a1.9 1.9 0 0 0 2.33.06c.19-.14.36-.32.55-.47a.75.75 0 0 1 1 0l.39.35a1.91 1.91 0 0 0 2.46.07c.15-.11.27-.25.42-.37a.77.77 0 0 1 1.089-.011l.011.01.39.35a1.89 1.89 0 0 0 1.76.37 2.14 2.14 0 0 0 1-.6 1 1 0 0 1 .6-.33.5.5 0 0 0 0-1z"/></svg>
<svg class="tc-image-whale-watching tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 48.23600387573242"><path d="M46 48.236a6.83 6.83 0 0 1-2.83-.622 6.943 6.943 0 0 0-2.92-.657 6.867 6.867 0 0 0-2.92.657 6.863 6.863 0 0 1-2.829.622 6.873 6.873 0 0 1-2.841-.622 6.874 6.874 0 0 0-2.92-.657 6.86 6.86 0 0 0-2.91.657 6.865 6.865 0 0 1-2.84.622c-1.008 0-1.97-.23-2.829-.622a6.862 6.862 0 0 0-2.918-.657 6.944 6.944 0 0 0-2.921.657 6.807 6.807 0 0 1-2.823.622c-1.008 0-1.97-.23-2.829-.622a6.867 6.867 0 0 0-2.92-.657 6.943 6.943 0 0 0-2.92.657 6.826 6.826 0 0 1-2.83.622V43.96c1.008 0 1.97-.231 2.829-.625a7.156 7.156 0 0 1 2.92-.644c1.042 0 2.039.242 2.92.644a6.788 6.788 0 0 0 2.829.625 6.786 6.786 0 0 0 2.824-.625 7.153 7.153 0 0 1 2.921-.644c1.042 0 2.035.242 2.918.644a6.788 6.788 0 0 0 2.829.625 6.843 6.843 0 0 0 2.84-.625 7.066 7.066 0 0 1 2.91-.644c1.041 0 2.037.242 2.92.644a6.84 6.84 0 0 0 2.841.625c.995 0 1.97-.231 2.829-.625a7.073 7.073 0 0 1 2.92-.644c1.031 0 2.027.242 2.92.644a6.8 6.8 0 0 0 2.83.625v4.276zm-18.578-8.83a6.336 6.336 0 0 1 1.318-.138c1.041 0 2.037.241 2.92.644a6.84 6.84 0 0 0 2.841.624c.995 0 1.97-.23 2.829-.624.607-.274 1.26-.495 1.959-.587-.379-11.473-12.268-21.709-12.828-22.239-.584-.531-1.123-1.694-.744-3.067l2.839-9.453c.505-1.465.253-3.424-.445-4.012C27.71.231 26.862 0 26.288.658L18.606 9.43c-1.684 1.799-.274 3.724-.308 3.713-2.613-.946-5.681-.312-7.542.46L4.41 16.844c-.63.265-.904 1.071-.572 1.613 1.054 1.696 4.547 1.707 11.825.911 11.759-1.269 11.771 17.698 11.759 20.038z"/></svg>
<svg class="tc-image-whatsapp tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16.004785537719727"><path d="M11.665 9.593c-.2-.1-1.177-.578-1.36-.644-.182-.067-.315-.1-.448.1-.132.197-.514.643-.63.775-.116.132-.232.148-.43.05-.2-.1-.842-.31-1.602-.984-.592-.525-.99-1.174-1.107-1.373-.116-.198-.013-.305.087-.404.09-.09.2-.232.3-.348.098-.116.13-.198.198-.33.066-.133.033-.248-.017-.348-.05-.1-.448-1.074-.614-1.47-.16-.387-.325-.334-.448-.34a7.62 7.62 0 0 0-.38-.007c-.134 0-.35.05-.532.247-.182.2-.696.678-.696 1.653s.713 1.917.812 2.05c.1.132 1.404 2.133 3.4 2.99.476.205.846.327 1.136.418.476.15.91.13 1.253.08.383-.058 1.178-.48 1.344-.943.167-.463.167-.86.117-.943-.05-.083-.182-.133-.382-.232m-3.632 4.935H8.03a6.638 6.638 0 0 1-3.37-.918l-.24-.143-2.507.654.67-2.43-.16-.25a6.549 6.549 0 0 1-1.01-3.508c0-3.633 2.97-6.59 6.623-6.59 1.77.002 3.43.688 4.68 1.934a6.529 6.529 0 0 1 1.94 4.662c-.003 3.633-2.973 6.59-6.623 6.59m5.636-12.2A7.962 7.962 0 0 0 8.032.005C3.643.005.07 3.56.067 7.933c0 1.397.366 2.76 1.063 3.964L0 16.005l4.223-1.102a8.017 8.017 0 0 0 3.807.965h.004c4.39 0 7.964-3.557 7.966-7.93 0-2.117-.827-4.11-2.33-5.608"/></svg>
<svg class="tc-image-whatshot tc-image-button" width="22pt" height="22pt" viewBox="0 0 32.008026123046875 42.65999984741211"><path d="M19.008 0s1.48 5.3 1.48 9.6c0 4.12-2.7 7.47-6.83 7.47s-7.25-3.34-7.25-7.47l.05-.72a27.637 27.637 0 0 0-6.45 17.78c0 8.84 7.16 16 16 16s16-7.16 16-16c0-10.79-5.19-20.41-13-26.66zm-3.58 36.66c-3.56 0-6.45-2.81-6.45-6.28 0-3.25 2.09-5.53 5.63-6.24s7.2-2.41 9.23-5.15c.78 2.58 1.19 5.3 1.19 8.07 0 5.29-4.3 9.6-9.6 9.6z"/></svg>
<svg class="tc-image-wheelchair tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42 48"><path d="M12.783 8c2.219 0 4-1.805 4-4 0-2.219-1.781-4-4-4-2.206 0-4 1.782-4 4 0 2.195 1.794 4 4 4zm2.824 36.675c-6.812 0-12.336-5.601-12.336-12.537 0-3.797 1.689-7.185 4.324-9.489l-.219-3.922C2.964 21.529 0 26.458 0 32.138 0 40.89 6.983 48 15.607 48 21.953 48 27.562 43.529 30 38l-2.376-3.272c-1.174 5.665-6.09 9.947-12.017 9.947zM40 37h-2l-8-11c-.433-.761-2-3-4-3h-9v-4h8c1.036 0 2.154-.441 2.154-1.506C27.154 16.437 26.065 16 25 16h-8v-4c-.147-2.218-2-3-3.99-2.954C11 9.092 10 10 10 12v14c.19 2.246 1.807 3 4 3h12l7 9c.451.746 2 3 2 3h5c1.032 0 2-.938 2-2 0-1.057-.936-2-2-2z"/></svg>
<svg class="tc-image-wheelchair-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 9.047481536865234 10"><path d="M8 1a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM1.5 3a.5.5 0 0 0 .18 0l1.79-.83.46.48-.54.85a3.74 3.74 0 0 1 2.07 1.06l.44-.8a.64.64 0 0 0-.2-.89L3.85 1.15A.49.49 0 0 0 3.3 1l-2 1a.51.51 0 0 0 .2 1zm4.09 4.2a2.74 2.74 0 0 1-.51 1.57 2.42 2.42 0 0 1-.71.71 2.74 2.74 0 0 1-1.58.52A2.8 2.8 0 0 1 0 7.2a2.74 2.74 0 0 1 .52-1.58 4.01 4.01 0 0 1 .71-.71 2.74 2.74 0 0 1 1.56-.51 2.8 2.8 0 0 1 2.8 2.8zm-1.4.69a1.54 1.54 0 0 0 .18-.69 1.58 1.58 0 0 0-1.58-1.57 1.54 1.54 0 0 0-.69.18 2.14 2.14 0 0 0-.71.7 1.54 1.54 0 0 0-.18.7 1.58 1.58 0 0 0 1.58 1.57 1.54 1.54 0 0 0 .7-.18 1.9 1.9 0 0 0 .7-.71zM8 5.4a.49.49 0 0 0-.53-.4H5.82c.223.305.398.642.52 1H7l1 2.59a.5.5 0 0 0 .49.4h.1a.5.5 0 0 0 .413-.574L9 8.4l-1-3z"/></svg>
<svg class="tc-image-wheelchair-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 14.300863265991211 15.000006675720215"><path d="M12 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM2.82 4.87l1.74-1.71 1.85 1.29-.74 1.25a5.49 5.49 0 0 1 2.71 1.88l.88-1.5a.86.86 0 0 0-.34-1.17l-.62-.37L4.79 2.1a.5.5 0 0 0-.64.05l-2 2a.5.5 0 0 0 .67.72zm5.31 6.07a4.11 4.11 0 0 1-1.54 3.16 4 4 0 0 1-2.52.9A4.07 4.07 0 0 1 0 10.94a4 4 0 0 1 .91-2.53 4.17 4.17 0 0 1 .63-.63 4 4 0 0 1 2.53-.91 4.07 4.07 0 0 1 4.06 4.07zM6 12.21A2.29 2.29 0 0 0 2.79 9a1.72 1.72 0 0 0-.63.63 2.29 2.29 0 0 0 3.17 3.17 3.14 3.14 0 0 0 .67-.59zm8.2 1l-2.49-5a.75.75 0 0 0-.71-.46H8.51c.33.458.586.964.76 1.5h1.26l2.29 4.58a.754.754 0 1 0 1.35-.67l.03.05z"/></svg>
<svg class="tc-image-wheelchair-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1402.3333740234375 1792"><path d="M1370 813q34 35 29 82l-44 551q-4 42-34.5 70t-71.5 28q-6 0-9-1-44-3-72.5-36.5T1142 1429l35-429-143 8q55 113 55 240 0 216-148 372l-137-137q91-101 91-235 0-145-102.5-248T545 897q-134 0-236 92L172 851q120-114 284-141l264-300-149-87-181 161q-33 30-77 27.5T240 476t-26.5-77 34.5-73l239-213q26-23 60-26.5t64 14.5l488 283q36 21 48 68 17 67-26 117L916 801l371-20q49-3 83 32zm-198-457q-74 0-126-52t-52-126 52-126 126-52 126.5 52 52.5 126-52.5 126-126.5 52zM545 1598q106 0 196-61l139 139q-146 116-335 116-148 0-273.5-73T73 1521 0 1248q0-188 116-336l139 139q-60 88-60 197 0 145 102.5 247.5T545 1598z"/></svg>
<svg class="tc-image-white_question tc-image-button" width="22pt" height="22pt" viewBox="0 0 1920 1920"><path d="M0 960q0-196 76-373.5t204.5-306T586.5 76 960 0q195 0 373 76t306.5 204.5 204.5 306 76 373.5q0 195-76 372.5T1639.5 1639 1333 1844t-373 76q-196 0-373.5-76t-306-205T76 1332.5 0 960zm240 0q0 146 57 279.5t153.5 230 230 153.5 279.5 57 279.5-57 230-153.5 153.5-230 57-279.5q0-196-96.5-361.5t-262.5-262T960 240t-361 96.5-262.5 262T240 960zm443-362l63 208q92-59 190-59 101 0 101 47 0 8-3.5 15t-7.5 11.5-12.5 10.5-13.5 9-17 9l-16 8-82 44q-44 24-56.5 51t-12.5 75v75h239v-32q0-15 1-21t5-11.5 13-10.5q2-1 21.5-10t35.5-17 38-21.5 38-26.5q39-35 60-76t21-113q0-101-85.5-170.5T986 523q-170 0-303 75zm98 685q0 65 42 100.5t113 35.5q69 0 111-35.5t42-100.5-42-101-111-36q-71 0-113 36t-42 101z"/></svg>
<svg class="tc-image-wi-fi tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 21.324153900146484 17.498437881469727"><path d="M12.096 16.77a1.994 1.994 0 0 0 0-2.826 1.994 1.994 0 0 0-2.828-.002 2 2 0 1 0 2.828 2.828zm7.071-7.897a1.99 1.99 0 0 1-1.414-.586c-3.899-3.899-10.243-3.898-14.143 0A2 2 0 0 1 .781 5.458C6.241 0 15.122 0 20.581 5.458a2 2 0 0 1-1.414 3.415zM6.44 13.115a2 2 0 0 1-1.414-3.414c3.118-3.119 8.194-3.119 11.313 0a2 2 0 0 1-2.829 2.829 4.005 4.005 0 0 0-5.657 0 1.99 1.99 0 0 1-1.413.585z"/></svg>
<svg class="tc-image-wi-fi-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18.31399917602539 15.72800064086914"><path d="M18.314 6.493c0-.785-.269-1.464-.706-2.048-.045-.094-.131-.149-.21-.226a3.485 3.485 0 0 0-.536-.48C12.412 0 5.897.004 1.448 3.745c-.193.142-.742.738-.742.738A3.48 3.48 0 0 0 0 6.573c0 .816.362 1.758.759 2.155l5.775 5.796a3.477 3.477 0 0 0 2.622 1.204c.996 0 1.709-.167 2.526-1 .004 0 5.565-5.646 5.565-5.646.706-.703 1.067-1.699 1.067-2.589zm-9.156 7.234zm3.888-3.268a1.494 1.494 0 0 1-1.061.438c-.385 0-.768-.146-1.061-.438a2.501 2.501 0 0 0-3.536 0 1.502 1.502 0 0 1-2.122-2.123 5.508 5.508 0 0 1 7.779 0 1.5 1.5 0 0 1 .001 2.123zm2.829-2.828c-.293.293-.677.438-1.061.438s-.769-.146-1.062-.438a6.508 6.508 0 0 0-9.192 0 1.504 1.504 0 0 1-2.122 0 1.503 1.503 0 0 1 0-2.123c3.704-3.701 9.729-3.701 13.435 0 .587.588.587 1.537.002 2.123z"/></svg>
<svg class="tc-image-widget tc-image-button" width="22pt" height="22pt" viewBox="0 0 80.99958801269531 80.99922180175781"><path d="M79.053 33.941l-10.276-1.013a29.016 29.016 0 0 0-2.936-7.059l6.561-7.993a2.158 2.158 0 0 0-.145-2.893l-6.24-6.243a2.153 2.153 0 0 0-2.894-.142L55.13 15.16a29.042 29.042 0 0 0-7.06-2.936L47.06 1.946A2.158 2.158 0 0 0 44.911 0H36.09a2.16 2.16 0 0 0-2.148 1.946l-1.01 10.281a28.903 28.903 0 0 0-7.055 2.936l-7.998-6.564c-.4-.329-.884-.49-1.369-.49-.555 0-1.105.212-1.525.633l-6.24 6.241a2.158 2.158 0 0 0-.145 2.893l6.566 7.996a28.914 28.914 0 0 0-2.936 7.057L1.95 33.942A2.154 2.154 0 0 0 0 36.087v8.825c0 1.11.843 2.04 1.947 2.146l10.281 1.013a28.87 28.87 0 0 0 2.936 7.054l-6.562 7.994a2.15 2.15 0 0 0 .14 2.895l6.24 6.242a2.155 2.155 0 0 0 2.894.142l7.993-6.562a29.029 29.029 0 0 0 7.06 2.938l1.011 10.279a2.158 2.158 0 0 0 2.148 1.946h8.823c1.11 0 2.04-.842 2.148-1.946l1.011-10.278a28.853 28.853 0 0 0 7.06-2.939l7.993 6.562a2.156 2.156 0 0 0 2.894-.142l6.24-6.242a2.15 2.15 0 0 0 .14-2.895l-6.557-7.991a29.019 29.019 0 0 0 2.936-7.057l10.276-1.013A2.157 2.157 0 0 0 81 44.912v-8.825a2.156 2.156 0 0 0-1.946-2.146zM40.503 52.45c-6.604 0-11.954-5.351-11.954-11.95 0-6.602 5.351-11.951 11.953-11.951 6.598 0 11.948 5.349 11.948 11.951.001 6.599-5.35 11.95-11.948 11.95z"/></svg>
<svg class="tc-image-widgets tc-image-button" width="22pt" height="22pt" viewBox="0 0 823.89306640625 824.1069946289062"><path d="M426.667 482.774v341.333H768V482.774H426.667zM0 824.107h341.333V482.774H0v341.333zm0-768V397.44h341.333V56.107H0zM582.613 0l-241.28 241.493 241.28 241.28 241.28-241.28L582.613 0z"/></svg>
<svg class="tc-image-wifi tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.529999732971191 8"><path d="M3.75 0C2.37 0 1.09.4 0 1.09l.53.81c.93-.59 2.03-.91 3.22-.91 1.2 0 2.32.31 3.25.91l.53-.81C6.44.39 5.13 0 3.75 0zm0 3c-.79 0-1.5.23-2.13.63l.53.84c.47-.3 1-.47 1.59-.47.59 0 1.16.17 1.63.47l.53-.84C5.28 3.24 4.53 3 3.74 3zm0 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/></svg>
<svg class="tc-image-wifi-connect tc-image-button" width="22pt" height="22pt" viewBox="0 0 1267.1339111328125 896"><path d="M633.568 512c105.87 0 201.87 43.066 271.402 112.598l-90.468 90.468C768.148 668.71 704.146 640 633.568 640s-134.578 28.71-180.934 75.066l-90.468-90.468C431.698 555.066 527.698 512 633.568 512zM181.02 443.452C301.9 322.572 462.618 256 633.568 256s331.668 66.572 452.55 187.452l-90.51 90.508C898.901 437.256 770.328 384 633.568 384c-136.762 0-265.334 53.256-362.038 149.962l-90.51-90.51zM982.352 70.438c106.702 45.132 202.516 109.728 284.782 191.996l-90.508 90.508C1031.57 207.886 838.706 128 633.568 128c-205.14 0-398 79.886-543.058 224.942L0 262.432C82.268 180.166 178.082 115.57 284.784 70.438 395.288 23.7 512.636 0 633.568 0s238.278 23.7 348.784 70.438zM569.568 832c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"/></svg>
<svg class="tc-image-wifi-full tc-image-button" width="22pt" height="22pt" viewBox="0 0 978.68798828125 694.8270263671875"><path d="M275.328 477.995l60.416 60.416c39.34-39.339 93.653-63.744 153.6-63.744s114.261 24.405 153.6 63.744l60.416-60.416c-54.784-54.741-130.432-88.661-214.016-88.661s-159.232 33.92-214.016 88.661zM137.685 340.31l60.501 60.501c74.581-74.624 177.58-120.832 291.157-120.832S705.919 326.187 780.5 400.811l60.501-60.501c-89.984-89.984-214.315-145.664-351.659-145.664s-261.675 55.68-351.659 145.664zM489.345 0C298.24 0 125.269 77.44 0 202.709l60.544 60.544c109.867-109.867 261.547-177.92 428.8-177.92s318.933 68.053 428.8 177.92l60.544-60.544C853.419 77.44 680.448 0 489.344 0zm0 566.827c-35.329 0-64 28.672-64 64s28.671 64 64 64 64-28.672 64-64-28.673-64-64-64z"/></svg>
<svg class="tc-image-wifi-lock tc-image-button" width="22pt" height="22pt" viewBox="0 0 48 40"><path d="M41 15c.56 0 1.09.08 1.63.16L48 8c-6.69-5.02-15-8-24-8S6.69 2.98 0 8l24 32 7-9.33V25c0-5.52 4.48-10 10-10zm5 13v-3c0-2.76-2.24-5-5-5s-5 2.24-5 5v3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-2 0h-6v-3c0-1.66 1.34-3 3-3s3 1.34 3 3v3z"/></svg>
<svg class="tc-image-wifi-low tc-image-button" width="22pt" height="22pt" viewBox="0 0 428.031982421875 305.49298095703125"><path d="M214.016 0C130.432 0 54.784 33.877 0 88.661l60.416 60.416c39.34-39.381 93.653-63.744 153.6-63.744s114.261 24.363 153.6 63.744l60.416-60.416C373.248 33.877 297.6 0 214.016 0zm0 177.45c-35.328 0-64 28.715-64 64.043s28.672 64 64 64 64-28.672 64-64-28.672-64.043-64-64.043z"/></svg>
<svg class="tc-image-wifi-mid tc-image-button" width="22pt" height="22pt" viewBox="0 0 703.3159790039062 500.1810607910156"><path d="M137.643 283.35l60.416 60.415c39.34-39.339 93.653-63.744 153.6-63.744s114.261 24.405 153.6 63.744l60.416-60.416c-54.784-54.784-130.432-88.66-214.016-88.66s-159.232 33.876-214.016 88.66zM351.659 0C214.315 0 89.984 55.68 0 145.664l60.501 60.501c74.581-74.624 177.58-120.832 291.157-120.832s216.576 46.208 291.157 120.832l60.501-60.5C613.332 55.68 489.001 0 351.657 0zm0 372.181c-35.328 0-64 28.672-64 64s28.672 64 64 64 64-28.672 64-64-28.672-64-64-64z"/></svg>
<svg class="tc-image-wifi-tethering tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 37.29999923706055"><path d="M20 16c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm12 4c0-6.63-5.37-12-12-12S8 13.37 8 20c0 4.44 2.41 8.3 5.99 10.38l2.02-3.48C13.62 25.51 12 22.96 12 20c0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.62 5.51-4.01 6.89l2.02 3.48C29.59 28.3 32 24.44 32 20zM20 0C8.95 0 0 8.95 0 20c0 7.39 4.02 13.83 9.99 17.29l2-3.46C7.22 31.07 4 25.91 4 20c0-8.84 7.16-16 16-16s16 7.16 16 16c0 5.91-3.22 11.07-7.99 13.84l2 3.46C35.98 33.83 40 27.39 40 20 40 8.95 31.04 0 20 0z"/></svg>
<svg class="tc-image-wikipedia tc-image-button" width="22pt" height="22pt" viewBox="0 0 566.2880249023438 365.3929748535156"><path d="M.001 12.287V1.535L1.025.512h127.504l1.023 1.023v10.24c0 2.737-1.711 4.096-5.12 4.096l-13.327.513c-11.248.336-16.88 3.76-16.88 10.239 0 4.433 1.2 9.217 3.583 14.336 17.073 41.648 54.961 124.24 113.664 247.809l3.073.496 56.832-113.185c-4.432-10.224-8.192-18.592-11.264-25.071l-38.912-76.801-10.24-20.48c-8.88-17.392-14.672-27.712-17.409-30.96-2.735-3.248-8.367-5.551-16.895-6.912-4.784-.672-7.185-1.856-7.185-3.568V1.535l1.536-1.024h100.88l2.544.512v10.752c0 2.736-1.695 4.096-5.119 4.096l-7.68 1.024c-4.432.672-7.68 1.536-9.728 2.56s-2.992 3.072-2.816 6.144.848 6.048 2.047 8.96c1.2 2.896 3.665 8.096 7.425 15.616l37.376 76.8 41.472-82.944c5.472-10.928 6.32-18.256 2.56-22.016-2.064-2.72-8.369-4.608-18.976-5.631l-4.624-.513c-1.36 0-2.528-.512-3.584-1.536-.992-.336-1.552-1.36-1.552-3.072V1.535l1.552-1.024c19.456-.335 51.168-.335 95.2 0l1.024 1.024v10.24c0 2.736-1.537 4.096-4.624 4.096-7.504.336-12.705 1.104-15.6 2.336-2.912 1.184-5.712 3.84-8.464 7.936-7.84 11.616-12.977 19.792-15.344 24.576l-53.744 100.352-1.472 3.552 65.568 134.145 4.096 1.536 103.44-246.272c4.095-9.551 3.6-16.56-1.569-20.992-4.448-4.096-11.103-6.32-19.983-6.655l-9.713-.513c-1.023 0-2.064-.512-3.056-1.536-1.376-.687-2.063-1.695-2.063-3.071V1.025L448.016 0h117.248l1.024 1.025v10.24c0 2.384-1.568 3.92-4.624 4.607-15.68.689-26.975 3.937-33.776 9.729-6.832 5.456-12.624 13.824-17.407 25.088l-128 290.304c-3.425 7.84-7.248 13.056-11.536 15.631-4.256 2.544-8.336 2.369-12.288-.527-3.937-2.896-7.76-8.097-11.569-15.616-12.975-25.6-33.744-70.48-62.448-134.656-35.84 73.728-58.191 118.8-67.071 135.168-14 24.256-26.113 24.4-36.353.496-10.928-25.6-33.103-74.16-66.56-145.664s-55.648-120.4-66.56-146.688C42.64 34.801 37.856 25.921 33.76 22.513c-3.712-3.393-12.592-5.616-26.575-6.64C2.401 15.185 0 14 0 12.288z"/></svg>
<svg class="tc-image-wikipedia-w tc-image-button" width="22pt" height="22pt" viewBox="0 0 2304 1486.83349609375"><path d="M1494 1486l-295-695q-25 49-158.5 305.5T842 1486q-1 1-27.5.5T788 1485q-82-193-255.5-587T273 302q-21-50-66.5-107.5T103 94 1 51q0-5-.5-24T0 0h583v50q-39 2-79.5 16T437 109t-10 64q26 59 216.5 499T879 1212q31-61 140-266.5T1150 698q-19-39-126-281T888 122q-38-69-201-71V1l513 1v47q-60 2-93.5 25t-12.5 69q33 70 87 189.5t86 187.5q110-214 173-363 24-55-10-79.5T1301 51q1-7 1-25V2q64 0 170.5-.5t180-1T1745 0v49q-62 2-119 33t-90 81l-213 442q13 33 127.5 290t121.5 274l441-1017q-14-38-49.5-62.5t-65-31.5-55.5-8V0l460 4 1 2-1 44q-139 4-201 145-526 1216-559 1291h-49z"/></svg>
<svg class="tc-image-wind tc-image-button" width="22pt" height="22pt" viewBox="0 0 832 576"><path d="M736 128c-53 0-96 43-96 96 0 11.292 2.334 21.916 5.876 32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h704c53 0 96-43 96-96s-43-96-96-96zM32 192h384c53 0 96-43 96-96S469 0 416 0s-96 43-96 96c0 11.292 2.334 21.916 5.876 32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32zm512 192c-1.876 0-3.668.416-5.582.582-1.25-.082-2.292-.582-3.542-.582H41.168C18.418 384 0 398.334 0 416s18.418 32 41.168 32h412.709c-3.542 10.084-5.876 20.752-5.876 32 0 53 43 96 96 96s96-43 96-96-43-96-96-96z"/></svg>
<svg class="tc-image-wind-beaufort-0 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2136 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1414 792q0 83 26 146.5t70 100.5 97 55 112 18q82 0 150-27.5t111.5-74T2056 1231t48.5-115.5 24-110 7.5-91.5q0-155-85.5-240T1824 589q-79 0-152.5 37.5t-131 104-92 166.5-34.5 217zm219 6q0-24 4.5-61.5t17.5-89 32.5-94.5 55-73.5T1822 771t69 28 25 84q0 154-53 261.5T1732 1252q-99 0-99-132z"/></svg>
<svg class="tc-image-wind-beaufort-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1814 1429"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1375 1107h263l176-851h-263z"/></svg>
<svg class="tc-image-wind-beaufort-10 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2536 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1367 1101h262l175-847h-261zm447-311q0 83 26 147t70 101 96.5 55.5T2118 1434q98 0 175-40t121-99 73-133.5 39-135 10-112.5q0-155-85-240t-227-85q-165 0-287.5 146T1814 1112zm219 10q0-25 4.5-62.5T2055 970t32.5-95.5 55-74T2222 770q43 0 69 29t26 84q0 154-53.5 261.5T2132 1252q-99 0-99-130z"/></svg>
<svg class="tc-image-wind-beaufort-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2210 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1375 1112h263l176-852h-263zm397 0h262l176-852h-261z"/></svg>
<svg class="tc-image-wind-beaufort-12 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2554 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1375 1112h263l176-852h-263zm379 0h706l43-203h-391v-2q32-15 92-39t101-41 92-47 82-61.5 53-80 22-106.5q0-89-46-149t-115-85-155-25q-155 0-253 83.5T1868 925h221q0-60 35-101t99-41q48 0 71.5 25.5T2318 867q0 52-35 81t-133 77q-6 2-9 4-142 68-176 88-127 76-176 186-26 58-35 131z"/></svg>
<svg class="tc-image-wind-beaufort-2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2157 1429"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1357 1107h706l43-202h-392v-3q32-15 92-39t101.5-41 92.5-47 82-61 53-79.5 22-106.5q0-89-46-149.5t-115-86-155-25.5q-155 0-253.5 83.5T1470 919h223q0-59 34.5-100t97.5-41q48 0 72 25.5t24 57.5q0 19-3.5 34.5t-16.5 30-22.5 23.5-36.5 24-42.5 23-56.5 27q-141 69-175 89-128 77-177 190-25 56-34 127z"/></svg>
<svg class="tc-image-wind-beaufort-3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2136 1429"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1396 858q0 43 17 84t53 79.5 102.5 62T1724 1429q193 0 281-77t88-208q0-58-32.5-106t-84.5-54v-2q69-12 114.5-62t45.5-120q0-49-18-87t-46.5-62-68.5-39.5-80.5-21.5-85.5-6q-148 0-243 71.5T1477 870h217q7-49 40.5-76.5T1818 766q46 0 72.5 19.5T1917 839q0 75-135 75h-50l-31 149h47q109 0 109 75 0 50-36 77t-88 27q-61 0-89-36-27-34-22-95h-221q-5 30-5 69z"/></svg>
<svg class="tc-image-wind-beaufort-4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2152 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1386 947h381l-34 165h235l38-165h108l38-203h-107l96-463h-237l-472 444zm240-203l239-236h3l-52 236h-190z"/></svg>
<svg class="tc-image-wind-beaufort-5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2150 1435"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1394 843q-4 51 12.5 97.5t53 86 104 63T1722 1435q92 0 163.5-24.5T1997 1350t65.5-84 34-87.5 8.5-78.5q0-107-68.5-172T1860 863q-111 0-155 46h-2l37-109h368l42-201h-559l-155 476h213q26-54 118-54 51 0 82 26.5t31 79.5q0 54-37 87t-107 33q-50 0-78-18-34-18-38-64h-226z"/></svg>
<svg class="tc-image-wind-beaufort-6 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2159 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1430 773q0 153 80 246t244 93q152 0 250.5-92.5T2103 1098q0-103-71-167.5T1856 866q-117 0-183 80h-2q53-186 176-186 40 0 62 15 20 14 25 44h225q-2-50-20.5-90t-47-66-67-43-79.5-24-85-7q-100 0-179 38.5t-124.5 95T1481 851t-40.5 131.5T1430 1095zm219 48q0-59 39-89.5t88-30.5q30 0 51.5 9t32 20.5 16.5 28.5 7 26.5 1 20.5q0 50-34 84t-91 34q-49 0-79.5-28.5T1649 1143z"/></svg>
<svg class="tc-image-wind-beaufort-7 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2178 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1495 1112h263q42-207 148.5-370.5T2137 803l41-199h-636l-44 202h372q-316 318-375 628z"/></svg>
<svg class="tc-image-wind-beaufort-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2144 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1386 874q0 117 91.5 177.5T1724 1434q95 0 168-19t114-47 66.5-66.5 33.5-70.5 8-65q0-66-38-113.5T1976 992l2-3v1q72-10 119-63.5t47-126.5q0-61-28-104.5t-76-65.5-98-31.5-108-9.5q-76 0-137 15t-99 39.5-63 57-35 64.5-10 66q0 55 29 96t80 57v3q-90 10-151.5 65.5T1386 1196zm226-24q0-56 45-82t108-26q65 0 94.5 29.5t29.5 63.5v14q0 45-40.5 68t-103.5 23l3-1q-22 0-43-3t-43.5-12-36-28-13.5-46zm81-328q0-51 39.5-74t95.5-23q48 0 81.5 21.5T1943 836q0 12-5 25t-18 28.5-42 25.5-70 10q-64 0-89.5-24.5T1693 844z"/></svg>
<svg class="tc-image-wind-beaufort-9 tc-image-button" width="22pt" height="22pt" viewBox="0 0 2125 1434"><path d="M0 538q0 28 18 43 19 18 45 18h1109q28 0 49 20t21 49-21 50-49 21q-29 0-50-22-20-17-43-17-26 0-43.5 17t-17.5 42q0 26 18 44 57 57 136 57t134.5-56 55.5-136q0-79-55.5-135.5T1172 476H63q-26 0-44.5 18.5T0 538zm0-216q0 27 18 42 19 17 45 17h1473q79 0 135-56t56-135-56-134.5T1536 0q-78 0-135 54-17 20-17 45 0 26 17 42.5t43 16.5q24 0 44-17 19-19 48-19 28 0 49 19.5t21 48.5-21 50-49 21H63q-26 0-44.5 18T0 322zm1397 884q3 63 30 109t71.5 71 95.5 36.5 111 11.5q91 0 165.5-34t120.5-86.5 77.5-120.5 44-131.5T2125 939q0-169-86.5-259.5T1807 589q-149 0-252 91t-103 239q0 106 67.5 173t173.5 67q57 0 111.5-23t76.5-58h3q-19 76-62 130t-113 54q-46 0-63-11-20-17-26-45h-223zm274-307q0-50 31-86.5t92-36.5q54 0 82.5 27.5T1905 885q0 15-6 33t-19 38-39 33-60 13-57.5-12-34-30.5T1675 926t-4-27z"/></svg>
<svg class="tc-image-wind-direction tc-image-button" width="22pt" height="22pt" viewBox="0 0 1537 1537"><path d="M0 770q0-209 103.5-386.5T384 103 769 0q156 0 298 61t245 164 164 245.5 61 299.5q0 156-61 298.5t-164 245-245 163-298 60.5q-157 0-299.5-61T224 1312 60.5 1067.5 0 770zm169 0q0 243 177 422 177 177 423 177 162 0 300-80.5t219-218.5 81-300-81-300.5-219-219T769 170t-300 80.5-219 219T169 770zm334 399l256-895q1-10 10-10t10 10l255 895q4 11-1.5 17t-16.5 0l-237-89q-10-4-20 0l-239 89q-10 6-14.5 0t-2.5-17z"/></svg>
<svg class="tc-image-wind-surfing tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 48"><path d="M46 48c-.996 0-1.97-.227-2.83-.609a6.998 6.998 0 0 0-2.92-.643 6.975 6.975 0 0 0-2.91.643A7.062 7.062 0 0 1 34.5 48a6.994 6.994 0 0 1-2.831-.609 7.002 7.002 0 0 0-2.921-.643c-1.03 0-2.026.236-2.915.643a6.993 6.993 0 0 1-2.834.609 6.988 6.988 0 0 1-2.829-.609 7.022 7.022 0 0 0-2.92-.643 6.994 6.994 0 0 0-2.915.643A7.023 7.023 0 0 1 11.5 48a7.004 7.004 0 0 1-2.834-.609 6.99 6.99 0 0 0-2.916-.643 6.952 6.952 0 0 0-2.915.643A7.016 7.016 0 0 1 0 48v-4.18a7.008 7.008 0 0 0 2.834-.609 7.123 7.123 0 0 1 2.915-.633 7.13 7.13 0 0 1 2.916.633c.864.383 1.826.609 2.834.609s1.97-.227 2.834-.609a7.162 7.162 0 0 1 2.915-.633c1.042 0 2.032.236 2.92.633a6.971 6.971 0 0 0 2.829.609 6.993 6.993 0 0 0 2.834-.609 7.191 7.191 0 0 1 2.915-.633c1.042 0 2.038.236 2.921.633a6.977 6.977 0 0 0 2.831.609 7.062 7.062 0 0 0 2.84-.609 7.142 7.142 0 0 1 2.91-.633c1.042 0 2.037.236 2.92.633.86.383 1.834.609 2.83.609V48zM4.937 23.813c1.54 0 2.789-1.228 2.789-2.739 0-1.509-1.249-2.738-2.789-2.738-1.536 0-2.784 1.229-2.784 2.738 0 1.512 1.248 2.739 2.784 2.739zM17.186 36H9.214c-1.173 0-2.192-.563-2.651-1.558l-2.949-6.554a2.525 2.525 0 0 1-.086-.657c0-1.588 1.306-2.858 2.916-2.858l6.476-.004 4.444-1.98c.069-.044.251-.087.447-.087.761 0 1.386.621 1.386 1.365 0 .463-.241.88-.596 1.128l-4.833 2.032c-.321.247-.928.173-.928.173H9.93l2.44 6h5.389c.532 0 .905-.045 1.23.236l5.282 4.826c.738.674.778 1.756.091 2.488-.692.721-1.85.615-2.589-.061L17.186 36zm24.841-8.715c.102.17.352.236.584.236a.814.814 0 0 0 .812-.811c0-.215-.105-.406-.207-.588-4.982-9.353-18.432-6.57-20.081-5.961-.274.102-.435.406-.435.711 0 .438.366.8.812.8.138 0 .206-.012.326-.045 13.193-2.919 17.489 4.475 18.189 5.658zm2.291.846L27.448 38.6 12.089 0c13.744 1.792 31.219 12.296 32.229 28.131z"/></svg>
<svg class="tc-image-window tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 38"><path d="M17 18h9v-8H4v8h9v-2h4v2zm9-14H4v4h22V4zm4-4v38H0V0h30zM3 35h24v-8H3v8zm1-14v4h22v-4H4z"/></svg>
<svg class="tc-image-window-casement tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38"><path d="M3 17.5l6 .5V9L3 3v14.5zM9 20l-6 .5V35l6-6v-9zm22-2l6-.5V3l-6 6v9zm6 2.5l-6-.5v9l6 6V20.5zM40 0v38h-3l-6-6H9l-6 6H0V0h3l6 6h22l6-6h3zM28 9H12v20h16V9z"/></svg>
<svg class="tc-image-window-casement-closed tc-image-button" width="22pt" height="22pt" viewBox="0 0 32 38"><path d="M32 38H0V0h32v38zM28 4H17v14h11V4zM4 4v14h11V4H4zm0 30h11V20H4v14zm24 0V20H17v14h11z"/></svg>
<svg class="tc-image-window-closed tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 38"><path d="M17 18h9V4H4v14h9v-2h4v2zM30 0v38H0V0h30zM4 21v13h22V21H4z"/></svg>
<svg class="tc-image-window-maximize tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M24 29h3v9H0V15h13v6H3v14h21v-6zM2 0h36v31h-8v-4h4V8H6v5H2V0zm16.75 11H31v12.25l-4 4v-9l-8 8L15.75 23l8-8h-9l4-4z"/></svg>
<svg class="tc-image-window-minimize tc-image-button" width="22pt" height="22pt" viewBox="0 0 37 38"><path d="M13 29v6h21V21h-9v-6h12v23H10v-9h3zM35 0v12h-3V8H3v19h4v3H0V0h35zM5.75 22h9l-8-8L10 10.75l8 8v-9l4 4V26H9.75l-4-4z"/></svg>
<svg class="tc-image-window-restore tc-image-button" width="22pt" height="22pt" viewBox="0 0 38 38"><path d="M35 35V21H14v14h21zm3-20v23H11V15h27zM24 6H3v14h5v3H0V0h27v12h-3V6z"/></svg>
<svg class="tc-image-window-simple tc-image-button" width="22pt" height="22pt" viewBox="0 0 30 38"><path d="M17 10h9V4H4v6h9V8h4v2zM30 0v38H0V0h30zM3 35h24V22H3v13zm1-22v7h22v-7H4z"/></svg>
<svg class="tc-image-windows tc-image-button" width="22pt" height="22pt" viewBox="0 0 631.281005859375 512"><path d="M0 457.216l53.76-189.952c11.953-6.832 26.544-12.111 43.777-15.872 17.231-3.743 31.487-5.968 42.752-6.656l17.408-.512c17.071 0 34.816 1.696 53.248 5.12 34.48 6.832 59.04 17.232 73.728 31.232l-53.248 189.44c-12.288-9.552-25.856-17.328-40.704-23.297-14.848-5.967-26.544-9.471-35.073-10.496l-13.311-2.048c-11.6-1.007-22.689-1.536-33.28-1.536-5.457 0-12.705.273-21.76.769-9.04.512-23.296 2.815-42.752 6.912-19.456 4.08-34.304 9.727-44.544 16.895zm64.512-244.224l53.76-189.952c11.952-6.832 26.624-12.208 44.032-16.128 17.409-3.936 31.745-6.064 43.008-6.4L222.21 0c17.408 0 35.152 1.696 53.248 5.12 34.48 6.832 59.04 17.248 73.727 31.232l-53.248 189.952c-12.288-9.552-25.855-17.329-40.704-23.296-14.848-5.984-26.544-9.472-35.071-10.496l-13.313-2.048c-11.952-1.024-22.88-1.536-32.767-1.536-5.456 0-12.704.255-21.76.768-9.04.512-23.376 2.735-43.009 6.655-19.632 3.937-34.56 9.473-44.8 16.641zm220.673 262.672l53.248-189.968c12.624 9.567 26.352 17.328 41.215 23.312 14.85 5.967 26.529 9.472 35.057 10.48l12.815 2.048c11.601 1.023 22.689 1.536 33.265 1.536 5.456 0 12.72-.256 21.76-.752 9.024-.528 23.376-2.752 43.008-6.656 19.631-3.937 34.4-9.488 44.303-16.656l-53.248 189.968c-11.95 6.816-26.623 12.112-44.03 15.856-17.409 3.76-31.745 5.792-43.009 6.144L412.673 512c-17.408 0-35.152-1.696-53.248-5.12-34.464-6.816-59.216-17.231-74.24-31.216zm61.44-243.216l53.248-189.44c12.624 9.552 26.368 17.328 41.215 23.296 14.848 5.969 26.529 9.473 35.056 10.496l12.817 2.048c11.6 1.024 22.687 1.536 33.28 1.536 5.456 0 12.704-.256 21.744-.768 9.039-.512 23.296-2.736 42.752-6.656 19.472-3.935 34.32-9.472 44.544-16.64l-53.248 189.44c-11.952 6.832-26.624 12.208-44.032 16.127s-31.92 6.048-43.52 6.385l-16.912 1.024a248.99 248.99 0 0 1-52.72-5.632c-34.465-6.464-59.216-16.88-74.224-31.216z"/></svg>
<svg class="tc-image-windows-8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 903.530029296875 963.764892578125"><path d="M409.6 867.388V524.047h493.93v439.718L409.6 867.389zm0-777.035L903.53 0v439.718H409.6V90.353zm-78.306 349.364H0V168.658l331.294-60.235v331.294zm0 409.6L0 783.058V524.046h331.294v325.271z"/></svg>
<svg class="tc-image-windows8 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15 15"><path d="M.005 7L0 2.124l6-.815V7zM7 1.164L14.998 0v7H7zM15 8l-.002 7L7 13.875V8zm-9 5.747l-5.995-.822V7.999H6z"/></svg>
<svg class="tc-image-windowsphone tc-image-button" width="22pt" height="22pt" viewBox="0 0 26 38"><path d="M4 0h18c2.183 0 4 1.814 4 4v30c0 2.186-1.817 4-4 4H4c-2.183 0-4-1.814-4-4V4c0-2.186 1.817-4 4-4zM3 5v25h5v5.5h1V30h7v5.5h1V30h6V5H3zm7-3v1h6V2h-6zm1.025 29.858v.982h1.22v-1.138l-1.22.156zm1.22 2.26V32.98h-1.22v.982l1.22.156zm1.796-2.646l-1.652.212v1.156h1.652v-1.368zm0 2.875V32.98h-1.652v1.156l1.652.211zm-7.792-1.205v-.547H4.516l.7-.683h-.735l-.98.957.98.956h.735l-.7-.683h1.733zm12.272.76a.308.308 0 0 0 0 .418.327.327 0 0 0 .427 0l.736-.7c.157.084.338.098.53.098.613 0 1.11-.452 1.11-1.05 0-.6-.497-1.085-1.11-1.085-.614 0-1.076.486-1.076 1.084 0 .198.019.383.113.542l-.73.694zm1.692-1.912c.384 0 .694.303.694.677 0 .375-.31.678-.694.678a.686.686 0 0 1-.694-.678c0-.374.311-.677.694-.677z"/></svg>
<svg class="tc-image-windy tc-image-button" width="22pt" height="22pt" viewBox="0 0 2209 780"><path d="M0 392q0-36 25-60t61-24h1289q35 0 58 23.5t23 60.5q0 35-23 58t-58 23H86q-36 0-61-23T0 392zM258 83q0-35 25-59 24-24 60-24h1290q34 0 57.5 24t23.5 59-23.5 59.5T1633 167H343q-35 0-60-24.5T258 83zm172 612q0-34 26-58 23-23 58-23h1291q36 0 60 23t24 58-24.5 60-59.5 25H514q-35 0-59.5-25T430 695zm1129-303q0-37 23.5-60.5T1643 308h482q37 0 60.5 24t23.5 60q0 35-24 58t-60 23h-482q-37 0-60.5-23t-23.5-58z"/></svg>
<svg class="tc-image-windy2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.00390625 514.7520751953125"><path d="M834.084 77.542C786.126 28.458 719.834 0 650.624 0 581.5 0 515.248 28.458 467.294 77.542 361.668 82.46 277.252 169.918 277.252 276.71c0 109.916 89.418 199.332 199.376 199.332 11.668 0 23.208-1 34.542-2.998 41.458 27.082 89.834 41.708 139.458 41.708 49.708 0 98.126-14.626 139.544-41.708a199.966 199.966 0 0 0 34.582 2.998c109.874 0 199.25-89.416 199.25-199.332-.004-106.792-84.38-194.25-189.92-199.168zm-9.334 334.5c-16.624 0-32.75-2.998-48-8.834-35 30.5-79.5 47.544-126.126 47.544-46.498 0-90.998-17.044-125.998-47.544-15.25 5.836-31.5 8.834-48 8.834-74.624 0-135.376-60.75-135.376-135.332 0-74.626 60.75-135.376 135.376-135.376 6.376 0 12.75.458 19.042 1.376 36.208-49.166 93.082-78.708 154.956-78.708 61.876 0 118.876 29.542 155.002 78.708a131.708 131.708 0 0 1 19.124-1.376c74.624 0 135.25 60.75 135.25 135.376 0 74.582-60.624 135.332-135.25 135.332zM288 449.376H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h256c17.666 0 32-14.334 32-32s-14.334-32-32-32zm-256-64h128c17.666 0 32-14.334 32-32s-14.334-32-32-32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32zm64-128h128c17.666 0 32-14.334 32-32s-14.334-32-32-32H96c-17.666 0-32 14.334-32 32s14.334 32 32 32z"/></svg>
<svg class="tc-image-windy3 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.00390625 896"><path d="M834.084 77.584C786.124 28.458 719.834 0 650.624 0 581.5 0 515.248 28.458 467.294 77.584c-105.626 4.876-190.042 92.334-190.042 199.084 0 109.956 89.418 199.416 199.376 199.416a198.81 198.81 0 0 0 34.542-3c41.458 27.042 89.834 41.666 139.458 41.666 49.708 0 98.126-14.624 139.544-41.666 11.414 1.998 22.916 3 34.582 3 109.876 0 199.25-89.46 199.25-199.416-.004-106.752-84.38-194.252-189.92-199.084zm-9.334 334.5c-16.624 0-32.75-3-48-8.916-35 30.5-79.5 47.584-126.126 47.584-46.498 0-90.998-17.084-125.998-47.584-15.25 5.918-31.5 8.916-48 8.916-74.624 0-135.376-60.75-135.376-135.416 0-74.584 60.75-135.334 135.376-135.334 6.376 0 12.75.5 19.042 1.376C531.877 93.542 588.75 64 650.624 64 712.5 64 769.5 93.542 805.626 142.708c6.25-.876 12.624-1.376 19.124-1.376 74.624 0 135.25 60.75 135.25 135.334 0 74.668-60.624 135.418-135.25 135.418zM288 449.376H32c-17.666 0-32 14.292-32 32 0 17.706 14.334 32 32 32h256c17.666 0 32-14.294 32-32 0-17.708-14.334-32-32-32zm-256-64h128c17.666 0 32-14.292 32-32s-14.334-32-32-32H32c-17.666 0-32 14.292-32 32s14.334 32 32 32zm64-128h128c17.666 0 32-14.292 32-32s-14.334-32-32-32H96c-17.666 0-32 14.292-32 32s14.334 32 32 32zM448 704c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128zm256 128c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128z"/></svg>
<svg class="tc-image-windy4 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 514.7520751953125"><path d="M834.084 77.542C786.126 28.458 719.834 0 650.624 0 581.5 0 515.248 28.458 467.25 77.542c-105.624 4.918-190 92.376-190 199.168 0 109.916 89.418 199.332 199.376 199.332 11.624 0 23.208-1 34.5-2.998 41.5 27.082 89.876 41.708 139.498 41.708 49.708 0 98.126-14.626 139.544-41.708a199.966 199.966 0 0 0 34.582 2.998c109.874 0 199.25-89.416 199.25-199.332 0-106.792-84.376-194.25-189.916-199.168zM288 449.376H32c-17.666 0-32 14.334-32 32s14.334 32 32 32h256c17.666 0 32-14.334 32-32s-14.334-32-32-32zm-256-64h128c17.666 0 32-14.334 32-32s-14.334-32-32-32H32c-17.666 0-32 14.334-32 32s14.334 32 32 32zm64-128h128c17.666 0 32-14.334 32-32s-14.334-32-32-32H96c-17.666 0-32 14.334-32 32s14.334 32 32 32z"/></svg>
<svg class="tc-image-windy5 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.00390625 896"><path d="M834.084 77.584C786.124 28.458 719.834 0 650.624 0 581.5 0 515.248 28.458 467.294 77.584c-105.626 4.876-190.042 92.334-190.042 199.084 0 109.956 89.418 199.416 199.376 199.416a198.81 198.81 0 0 0 34.542-3c41.458 27.042 89.834 41.666 139.458 41.666 49.708 0 98.126-14.624 139.544-41.666 11.414 1.998 22.916 3 34.582 3 109.874 0 199.25-89.46 199.25-199.416-.004-106.752-84.38-194.252-189.92-199.084zM288 449.376H32c-17.666 0-32 14.292-32 32 0 17.706 14.334 32 32 32h256c17.666 0 32-14.294 32-32 0-17.708-14.334-32-32-32zm-256-64h128c17.666 0 32-14.292 32-32s-14.334-32-32-32H32c-17.666 0-32 14.292-32 32s14.334 32 32 32zm64-128h128c17.666 0 32-14.292 32-32s-14.334-32-32-32H96c-17.666 0-32 14.292-32 32s14.334 32 32 32zM448 704c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128zm256 128c0 35.376 28.624 64 64 64s64-28.624 64-64-64-128-64-128-64 92.624-64 128z"/></svg>
<svg class="tc-image-wine tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 11.136001586914062 18"><path d="M11.136 6.432c0-2.55-.906-5.592-.944-5.72A1.001 1.001 0 0 0 9.234 0H1.902c-.441 0-.83.289-.958.712C.906.84 0 3.882 0 6.432c0 2.735 1.984 5.011 4.587 5.477L4.568 12v4h-1a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-1v-4l-.019-.092c2.603-.466 4.587-2.741 4.587-5.476zM5.568 10a3.565 3.565 0 0 1-3.511-3h7.021a3.563 3.563 0 0 1-3.51 3zM2.013 6c.062-1.468.422-3.093.653-4h5.803c.231.907.591 2.532.653 4H2.013z"/></svg>
<svg class="tc-image-wineglass tc-image-button" width="22pt" height="22pt" viewBox="0 0 256 447.9000244140625"><path d="M166.9 263.4c11-4.1 18-6.9 26.2-11.7 12-6.9 22.8-15.8 31.9-26.1 20.4-22.9 31-51.1 31-86.1 0-49.9-3.7-101.1-8.1-114.7C243.5 11 234.4 0 217.2 0H38.7C21.6 0 12.5 11.1 8.1 24.6 3.7 38.1 0 89.5 0 139.4c0 35.1 10.6 63.2 30.9 86.1 9.1 10.3 19.9 19.1 31.8 26 8.2 4.8 15.1 7.8 26 11.7S111 270.7 111 295v94.2c0 10.7-2.9 19-11.1 24.8-2.8 2.1-6.3 4.3-14.3 6.5-31.5 8.6-46.9 15.6-49.2 17.2-2 1.4-4.5 3.6-4.5 7.1 0 0 13.8 3.1 96.2 3.1s96-3.1 96-3.1c0-3.5-2.5-5.7-4.6-7.1-2.3-1.6-17.8-8.6-49.4-17.2-8-2.2-12.2-4.4-15.1-6.5-8-5.7-12-14-12-24.7v-94.2c0-24 12.9-27.7 23.9-31.7zm-39-25.1c-25.4 0-48.5-10-65.5-26.3-2.7-2.4-5.2-5-7.6-7.7-15.6-17.5-22.4-36.7-23.1-64.8C31 111.3 31.6 67 39 32h177c6.3 24 9.1 76.8 7.7 107.2-1.4 30.5-7.2 47.3-22.8 64.9-2 2.2-3.9 4.3-6.1 6.4-17.1 17.2-40.8 27.8-66.9 27.8z"/><path d="M208.2 138.6c0-7.5-.1-31.9-1.3-52.6-.5-8.4-1.2-16-2.1-22h-153c-.9 3-1.8 11.6-2.5 22-1.3 18.9-2.1 43.9-1.5 52.9.9 13.8 1.5 20.6 4.5 29.4 3.1 9.1 8 17.3 14.6 24.7 2 2.3 4.1 4.4 6.4 6.4 14.2 13.6 33.5 22 54.7 22 21.8 0 41.5-8.8 55.9-23.1 1.8-1.7 3.5-3.5 5.2-5.3 6.6-7.4 11.4-15.5 14.5-24.6 3.1-9 4.6-19.3 4.6-29.8zM192 147c0 5-3.9 8.1-8.3 8.1-1.6 0-3-.5-4.3-1.3-2.2-1.4-3.5-3.9-3.5-6.7v-26c0-4.4 3.6-8 8-8s8 3.6 8 8V147zm-1.1-47.2c-1.2 1.8-3 3-5.1 3.5-2.1.4-4.3 0-6-1.1-1.8-1.2-3-3-3.5-5.1-.4-2.1 0-4.3 1.1-6 1.2-1.8 3-3 5.1-3.5 2.1-.4 4.3 0 6 1.1 1.8 1.2 3 3 3.5 5.1.5 2 .1 4.2-1.1 6z"/></svg>
<svg class="tc-image-wink tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zm.48 9.61c2.191-.433 3.892-1.43 4.507-2.759C12.649 10.975 10.463 13 7.817 13c-1.863 0-3.498-1.004-4.42-2.515 1.1.86 3.04 1.028 5.083.625zM10 5.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5S11.552 7 11 7s-1-.672-1-1.5zm-4.5.305c-.653 0-1.208.245-1.414.586C4.031 6.299 4 5.888 4 5.786c0-.485.672-.879 1.5-.879s1.5.394 1.5.879c0 .103-.03.514-.086.605-.206-.341-.761-.586-1.414-.586z"/></svg>
<svg class="tc-image-wink2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4c.552 0 1 .672 1 1.5S11.552 7 11 7s-1-.672-1-1.5.448-1.5 1-1.5zm-5.5.876c.932 0 1.594.349 1.594.895 0 .116.06.672-.003.775-.232-.384-.856-.659-1.591-.659s-1.359.275-1.591.659c-.062-.103-.003-.659-.003-.775 0-.546.662-.895 1.594-.895zM7.818 13c-1.863 0-3.498-1.004-4.42-2.515 1.1.86 3.04 1.028 5.083.625 2.191-.433 3.892-1.43 4.507-2.759C12.65 10.975 10.464 13 7.818 13z"/></svg>
<svg class="tc-image-wirecard tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024.0009765625 208.1298828125"><path d="M149.545 161.567c9.575-35.072 19.138-70.154 28.785-105.492h32.563c-15.114 48.22-30.106 96.041-45.159 144.067h-33.187c-8.847-35.298-17.705-70.605-26.563-105.923l-1.157.03c-8.694 35.174-17.388 70.338-26.153 105.81H44.585C29.84 152.443 15.001 104.55 0 56.105h33.977c9.226 35.175 18.524 70.615 27.822 106.056 6.257-17.081 9.963-34.857 14.572-52.368 4.67-17.725 8.888-35.584 13.383-53.678h32.686c8.438 34.929 16.937 70.082 25.426 105.237.563.062 1.126.144 1.68.215zM1024 200.151h-29.932v-17.459c-11.786 16.22-27.76 21.801-46.602 21.75-35.072-.092-57.549-21.678-64.43-53.975-3.994-18.76-3.594-37.509 2.581-55.818 7.28-21.607 21.34-36.679 44.114-41.328 24.115-4.925 45.65.215 62.68 20.583V.729h31.59v199.424zm-110.899-77.179c-.84 12.216.297 22.672 4.618 32.512 5.99 13.65 16.17 22.323 31.355 23.664 15.288 1.351 27.842-4.27 35.645-17.654 11.397-19.538 11.705-40.202 3.697-61.02-5.693-14.786-16.957-22.6-32.635-23.531-16.578-.983-28.918 6.052-36.475 20.962-4.24 8.336-6.114 17.275-6.206 25.067zm-229.069-22.907c-10.26 0-19.692.02-29.122-.03-.85 0-1.71-.461-2.489-.686-.04-17.357 9.083-35.123 32.246-42.752 21.72-7.158 43.91-7.557 65.64.87 10.24 3.973 18.298 10.619 22.763 20.962 2.304 5.345 3.154 10.998 3.134 16.825-.062 22.16-.02 44.319-.02 66.478 0 1.843-.01 3.697 0 5.54.062 10.957 1.25 12.083 12.472 11.95.665-.01 1.341.082 2.437.154v21.463c-8.192 3.092-16.793 4.26-25.549 3.328-9.913-1.055-16.578-6.329-18.975-16.845-2.314 1.741-4.198 3.399-6.308 4.711-20.029 12.421-41.585 16.097-64.184 9.318-17.838-5.346-28.59-17.899-29.46-36.741-.892-19.292 5.672-34.56 27.637-41.841 8.438-2.796 17.408-4.055 26.215-5.601 9.503-1.669 19.087-2.826 28.631-4.27 1.802-.277 3.584-.819 5.335-1.351 6.523-1.986 10.813-5.95 11.356-13.118.573-7.567-1.864-13.639-8.868-17.264-8.96-4.638-18.576-4.987-28.303-3.799-3.389.42-6.86 1.167-9.994 2.499-8.438 3.554-13.538 10.014-14.592 20.203zm60.16 28.027c-9.503 4.936-18.944 5.581-28.242 6.942-8.14 1.198-16.414 1.7-24.115 5.202-9.257 4.219-13.363 10.773-12.903 21.34.39 8.939 6.503 12.595 13.824 15.125 12.606 4.352 24.914 3.358 36.721-2.622 8.827-4.464 14.244-11.622 14.654-21.75.317-7.803.062-15.636.062-24.238zM488.295 154.85c-1.372 9.584-5.233 17.06-10.23 23.982-7.67 10.619-18.002 17.531-30.392 21.658-17.715 5.898-35.43 5.54-52.757-.788-18.094-6.605-30.505-19.579-37.028-37.683-8.274-22.948-8.632-46.101 1.27-68.618 11.51-26.153 31.652-40.428 60.58-41.636 17.85-.748 33.567 4.475 46.961 16.394 11.93 10.608 18.974 24.054 22.651 39.404 2.222 9.277 1.863 18.658 1.372 28.662H384.933c-2.714 17.193 8.704 41.667 34.97 42.967 4.31.215 8.713-.358 13.004-1.034 11.131-1.731 18.934-8.079 23.306-18.319 1.608-3.758 3.553-5.274 7.731-5.079 7.783.348 15.606.092 24.351.092zm-103.793-39.875h73.994c-1.014-21.852-17.428-40.377-40.366-38.042-21.063 2.13-34.406 20.162-33.628 38.042zm220.365 31.375h30.67c.316.594.746 1.004.696 1.331-2.745 17.634-9.554 33.055-24.135 44.237-8.418 6.451-17.98 10.209-28.416 11.591-17.244 2.284-34.028.952-49.623-7.567-13.967-7.629-23.522-19.282-28.795-34.079-8.54-23.952-7.885-47.913 2.222-71.291 8.07-18.657 22.078-31.017 41.851-36.096 20.265-5.202 40.162-4.106 59.074 5.601 15.678 8.048 24.351 21.289 27.678 38.297.338 1.71.041 3.543.041 5.612h-30.935c-.563-1.587-1.3-3.236-1.74-4.956-3.514-13.865-14.51-20.941-27.73-22.036-20.03-1.659-35.299 8.202-40.766 28.416-4.25 15.688-4.629 31.488.37 46.971 5.11 15.821 15.523 26.358 34.406 26.87 15.943.43 28.508-9.257 33.188-25.067.717-2.416 1.218-4.894 1.946-7.833zm-331.1-90.307h29.696v25.385c5.07-10.373 12.37-18.145 22.016-23.931 10.035-6.021 20.828-6.636 31.95-5.263 1.74 4.526 2.11 22.067.685 29.921-3.646 0-7.3.215-10.916-.041-19.845-1.382-32.932 11.756-37.878 26.183-2.632 7.68-3.932 15.575-3.942 23.685-.02 20.295-.01 40.591-.01 60.887v7.158h-31.6V56.043zm558.131.103v27.146c11.766-23.787 29.235-34.345 54.262-31.078 1.321 5.161 1.485 23.347.327 29.911-3.89 0-7.762.185-11.612-.03-17.47-1.004-30.403 9.851-36.219 24.586-2.806 7.117-4.28 14.51-4.27 22.211.03 21.463-.01 42.916-.02 64.379v6.973c-5.499.072-10.69.154-15.882.195-5.048.03-10.107.01-15.636.01V56.167c9.36-.02 18.698-.02 29.051-.02zM254.822 200.12h-30.628V56.32c4.915-.072 10.107-.164 15.288-.205 5.048-.03 10.087-.01 15.032-.01 1.341 5.447 1.577 136.192.307 144.015zM224.123 0h30.638c1.526 4.629 1.802 24.064.41 31.683h-31.048V0z"/></svg>
<svg class="tc-image-wix tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.226003646850586 13.036998748779297"><path d="M15.417.069h-1.035l-.725-.002c-.573 0-1.102.437-1.506.784-.395.338-.732.748-1.054 1.155a6.498 6.498 0 0 0-.425-.912c-.205-.406-.61-.796-1.064-.89-.23-.05-.487-.026-.72-.026H7.336c-.234 0-.49-.023-.72.025-.454.095-.86.485-1.065.89-.16.285-.31.596-.426.913-.322-.407-.66-.817-1.053-1.156-.403-.348-.93-.786-1.504-.785h-.726L.808.067C.558.067 0 .002.132.411c.032.1.144.19.208.272.073.094.145.19.208.29.1.16.198.325.292.49.226.4.417.82.642 1.222.494.886 1.023 1.75 1.66 2.54.473.583 1.043 1.17 1.748 1.46l-1.593 2.97c-.46.856-.92 1.708-1.403 2.55l-.07.123c-.063.12-.154.288-.153.426 0 .273.405.28.6.283.21 0 .42-.005.63-.007.363-.005.728-.01 1.092-.013.216-.003.435.006.65-.015a1.898 1.898 0 0 0 1.368-.773c.105-.147 1.084-1.754 1.48-2.403.15-.246.62-.98.62-.98s.47.734.62.98c.396.65 1.376 2.256 1.48 2.402.323.446.822.72 1.37.772.214.02.433.012.648.015l1.093.012c.21 0 .42.007.63.006.195-.002.6-.01.602-.283 0-.138-.09-.306-.155-.426l-.07-.122c-.483-.843-.942-1.695-1.402-2.55-.53-.99-1.06-1.982-1.594-2.97.707-.29 1.276-.878 1.748-1.46.64-.79 1.168-1.655 1.663-2.54.225-.402.416-.823.642-1.222.094-.166.19-.33.292-.49.063-.102.135-.197.208-.29.064-.084.176-.173.208-.272.132-.408-.424-.342-.675-.343zM7.694 3.837a.028.028 0 0 0-.006.016c0 .007.004.015.01.02a.586.586 0 0 0 .39.137.578.578 0 0 0 .392-.138c.014-.01.02-.026.01-.037-.01-.01-.024-.012-.04 0s-.03.024-.046.034a.56.56 0 0 1-.316.092.563.563 0 0 1-.314-.093c-.017-.01-.03-.023-.044-.035a.027.027 0 0 0-.036.003zm2.155-1.108a.444.444 0 0 0-.122-.16c-.142-.105-.357-.105-.485.02a.643.643 0 0 0-.137.208c-.074.173-.13.37-.118.562a.394.394 0 0 0 .097.24.512.512 0 0 0 .28.127c.1.02.217.037.31-.013.11-.057.155-.19.185-.3.038-.142.074-.292.06-.44a.77.77 0 0 0-.07-.243zm-3.595.243c-.015.148.02.3.06.44.03.11.074.243.183.3.094.05.21.035.31.014.102-.02.208-.05.28-.128a.402.402 0 0 0 .098-.24 1.259 1.259 0 0 0-.118-.56.623.623 0 0 0-.137-.208c-.128-.126-.343-.126-.485-.02a.427.427 0 0 0-.122.16.722.722 0 0 0-.068.242zm2.84.645l.003.007a.01.01 0 0 1-.003-.007v-.002.002zm-2.018.006l.003-.007-.003.008zM7.05 2.352c-.022-.224-.053-.335-.095-.33a8.198 8.198 0 0 1-.716.01.357.357 0 0 0 .09.096c.06.047.14.11.274.155.05.02.1.034.15.045l.11.02c.086.01.19.022.188.004zm2.26-.006c.053-.01.1-.017.11-.02.05-.01.1-.025.15-.043a.84.84 0 0 0 .272-.154.304.304 0 0 0 .09-.097c-.32.005-.557.003-.715-.01-.043-.005-.074.105-.095.33-.002.017.1.005.187-.006z"/></svg>
<svg class="tc-image-woman tc-image-button" width="22pt" height="22pt" viewBox="0 0 202.4999542236328 454.1000061035156"><path d="M35.7 116.7L6.3 221C0 243.8 27 252.7 33.6 231.3l26.3-96.2h7.4l-45.2 169h42.2v127c0 23 32 23 32 0v-127h10v127c0 23 31 23 31 0v-127h43.4l-46.2-169h8.4l26.3 96.2c6.5 21.9 33.3 12.5 27.3-10.2l-29.4-104.4c-4-11.8-18.2-32.6-42-33.6H77.8c-24.6 1-38.7 21.6-42.1 33.6zm102.2-79.4c0-20.6-16.4-37.3-36.6-37.3-20.2 0-36.6 16.7-36.6 37.3 0 20.6 16.4 37.3 36.6 37.3 20.2 0 36.6-16.7 36.6-37.3z"/></svg>
<svg class="tc-image-wondering tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM8 1.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13zm3.652 7.9l.351 1.2-6.828 2-.351-1.2zM4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"/></svg>
<svg class="tc-image-wondering2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm1.176 7.6l-.351-1.2 6.828-2 .351 1.2-6.828 2z"/></svg>
<svg class="tc-image-wordpress tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 511.9999694824219"><path d="M0 256c0-46.421 11.434-89.259 34.303-128.512 22.87-39.253 53.932-70.315 93.185-93.184C166.741 11.434 209.578 0 256 0c46.421 0 89.258 11.435 128.512 34.304 39.253 22.87 70.315 53.93 93.185 93.184C500.566 166.741 512 209.578 512 256s-11.434 89.259-34.303 128.513c-22.87 39.253-53.932 70.314-93.185 93.184S302.422 512 256 512c-46.421 0-89.259-11.434-128.512-34.303s-70.315-53.93-93.185-93.184C11.434 345.259 0 302.421 0 256zm19.967 0c0 46.08 12.203 88.235 36.609 126.464 24.405 38.23 56.575 66.902 96.512 86.017L40.448 159.745c-13.654 30.378-20.48 62.464-20.48 96.255zm38.4-129.536h15.36c16.384 0 37.377-1.024 62.977-3.071 4.096-.342 7.082 1.023 8.96 4.095s2.133 6.315.767 9.728c-1.365 3.413-4.095 5.291-8.191 5.633l-27.137 2.56 86.017 255.487 51.712-154.624-36.865-100.864a598.694 598.694 0 0 0-24.576-2.56c-4.095-.341-6.826-2.219-8.191-5.632-1.365-3.413-1.11-6.655.767-9.728 1.878-3.072 4.865-4.437 8.96-4.095l61.953 3.071c16.725 0 37.717-1.024 62.976-3.071 4.096-.342 7.082 1.023 8.96 4.095 1.877 3.073 2.133 6.315.768 9.728-1.366 3.413-4.096 5.291-8.193 5.633l-26.624 2.56 84.992 253.951 23.552-78.847c12.289-39.937 18.433-65.366 18.433-76.288 0-21.846-6.656-43.692-19.968-65.537-.683-1.024-2.816-4.608-6.4-10.752s-5.888-10.154-6.912-12.032-2.56-5.12-4.608-9.727c-2.048-4.608-3.414-8.62-4.097-12.033-.682-3.413-1.023-6.997-1.023-10.752 0-11.264 3.84-21.077 11.52-29.44s17.152-12.544 28.416-12.544c.34 0 .853.085 1.536.256s1.195.256 1.536.256C371.029 40.62 317.781 19.969 256 19.969c-40.619 0-78.336 9.557-113.152 28.672-34.816 19.114-62.976 45.055-84.48 77.823zM189.44 482.816c21.162 6.144 43.348 9.216 66.56 9.216 27.306 0 53.418-4.437 78.335-13.312l-1.536-3.072-72.704-199.168zm185.343-22.528c35.84-20.821 64.34-49.408 85.504-85.76 21.162-36.352 31.744-75.862 31.744-118.528 0-40.96-9.558-78.677-28.672-113.151 1.024 7.168 1.536 15.19 1.536 24.063 0 21.504-5.974 49.665-17.921 84.481z"/></svg>
<svg class="tc-image-wordpress2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 1024 1024"><path d="M518.742 544.704l118.03 314.942c.778 1.85 1.732 3.55 2.75 5.154-39.912 13.682-82.804 21.2-127.518 21.2-37.694 0-74.072-5.38-108.488-15.238l115.226-326.058zM896 511.994c0 137.97-76.776 258.43-190.94 323.258L822.347 504.98c21.912-53.354 29.204-96.02 29.204-133.95 0-13.772-.938-26.548-2.588-38.458 29.978 53.262 47.038 114.392 47.038 179.422zm-768-.002c0-54.224 11.944-105.698 33.252-152.206L344.43 848.57C216.322 787.96 128 660.018 128 511.992zm63.164-205.424C259.822 205.046 377.848 138 512.008 138c99.968 0 190.992 37.226 259.308 98.196-1.656-.098-3.27-.302-4.976-.302-37.72 0-64.486 32.002-64.486 66.376 0 30.822 18.262 56.896 37.72 87.716 14.6 24.906 31.654 56.908 31.654 103.142 0 32.002-12.636 69.15-29.216 120.9L703.7 738.66 564.92 336.642c23.116-1.178 43.948-3.55 43.948-3.55 20.694-2.388 18.258-32.004-2.446-30.822 0 0-62.204 4.752-102.35 4.752-37.734 0-101.134-4.752-101.134-4.752-20.71-1.18-23.14 29.63-2.438 30.822 0 0 19.59 2.366 40.278 3.55l59.822 159.65-84.044 245.456-139.834-405.106c23.142-1.182 43.952-3.55 43.952-3.55 20.674-2.388 18.232-32.004-2.458-30.822 0 0-62.186 4.752-102.34 4.752-7.206 0-15.702-.172-24.712-.454zM852 0H172C77.4 0 0 77.4 0 172v680c0 94.6 77.4 172 172 172h680c94.6 0 172-77.4 172-172V172c0-94.6-77.4-172-172-172zm108 512c0 247.424-200.576 448-448 448S64 759.424 64 512 264.576 64 512 64s448 200.576 448 448z"/></svg>
<svg class="tc-image-work tc-image-button" width="22pt" height="22pt" viewBox="0 0 40 38"><path d="M36 8h-8V4c0-2.21-1.79-4-4-4h-8c-2.21 0-4 1.79-4 4v4H4C1.79 8 .02 9.79.02 12L0 34c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zM24 8h-8V4h8v4z"/></svg>
<svg class="tc-image-world tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 0C4.029 0 0 4.029 0 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9zm2 2c0 1-.5 2-1.5 2S8 5 8 6v3s1 0 1-3a1 1 0 1 1 2 0v3a1 1 0 1 0 1 1h1V8l1 1-1 1c0 3 0 3-2 4 0-1-1-1-3-1v-2L6 9V7C5 7 5 8 5 8l-.561-.561-2.39-2.39c.11-.192.225-.382.35-.564l.523-.678A7.977 7.977 0 0 1 9 1a8.05 8.05 0 0 1 2 .262V2z"/></svg>
<svg class="tc-image-world-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M93.8 114.6c-4.7 1.1-1.7.9-5.6 1.4-16.7 3.6-4.3 6.8 5.6-1.4zm293.7 6.7c1.2-.8 5.4-4.9-7.7-8.9.8 4.1-2.7 3.7-2.7 6 9.7 8.8 13.7 24.1 26.1 27.3 2.4-11-11-16.4-15.7-24.4zm-302.6-9.9c1.5 8.9 8.2-9.4 8.3-15.9-2.6 1.5-5.2 3-7.9 4.2 6.3 3.2.8 6.6-6 11.7-13.8 17.2 12.9-13.4 5.6 0zM256 0C114.6 0 0 114.6 0 256c0 141.3 114.6 256 256 256s256-114.7 256-256C512 114.6 397.4 0 256 0zm6.8 85.8l1.2.4c-4.8 6.2 25 24.3 3.6 25.8-20 5.7 8.4-5.2-7.1-3.3 8.2-11.4-6.5-11.6 2.3-22.9zm-121.4 16.4c-7.2-6-29.8 8.2-21.9 4.8 19.6-7.7 1.3.8 5.9 10-4.2 8.7-1.4-8.6-11.8 1.7-7.5 1.7-25.9 18.7-23.6 13.5-.6 8.1-21.9 17.7-24.8 31.2-7 18.7-1.7-.7-3-8-10-12.7-28.2 21.5-22.8 35 9.1-16 8.4-1.7 1.8 5.4 6.7 12.3-6.1 28.3 6.6 37.4 5.6 1.3 16.8-18.8 11.9 2.1 3.4-18.1 9.4 4.3 19.1-.7.6 9.5 6.5 5.1 7.8 16.6 16.2-1.2 31 26.2 11.7 31.4 2.9-.8 8.6 4.3 15.2.4 11.2 8.9 40.7 10 41.5 32-20.3 9.7-5 36.3-22.6 45.8-20.2-3-6.9 24.9-15.4 21.7 3.4 20.1-20.4-2.6-11.2 8.5 16.9 10.4-7.4 8.3.2 15.9-8.5-1.8 5.3 15.8 7.6 22.3 12.2 19.8-10.5-4.4-17.2-11-6.4-12.8-21.5-37.3-25.7-57.4-2.4-29.2-25-48.8-30.2-77.3-5.2-15.9 14.3-41.4 3.8-50.3-9.1-7.1-5.4-31.4-10.8-44.2C47 130.5 89.9 81.2 141.4 52c-5.3 3.9 30.3-10.1 26.2-6.7-1.1 2.5 20.8-9.5 34-11.3-1.4.2-34.3 12-25.2 10.4-14.1 6.9-1.4 3 5.6-.5-14 10.3-24.8 7.4-40.7 16.5-16 4.2-12.7 20.8-24.1 29.1 6.7 1.2 23.5-17.3 33.3-23.8 22.5-10.9-11.4 19.8 10 6.6-7.2 6.7-5.7 17.4-10.1 20.4-2.2-.6 8.7 5.2-9 9.5zm35-46c-2.3 3.1-5.5 9.8-7.4 5.7-2.6 1.3-3.6 6.9-8.5 2.4 2.9-2.1 5.9-7.1.2-4 2.6-2.8 25.8-10.7 24.5-13.7 4.1-2.6 3.7-3.9-1-2.3-2.4-.8 5.7-7.6 16.5-8.5 1.5 0 2.1 1-.6.7-16.3 5-9.3 3.6 1.7 0-4.2 2.4-7.1 3.1-7.8 4.2 11-4-.6 2.9 1.9 2.4-3.1 1.6.5 2.1-5.5 4.4 1.1-.9-9.8 6.5-3.3 4.3-6.3 6-9.1 6.1-10.7 4.4zm9.6 14.3c.2-9.6 14-15.7 12.3-16.2 17-8-5.9.3 7.5-6.9 5-.5 15.6-16.5 30.3-17.5 16.2-4.9 8.7.3 20.7-4.3l-2.4 2c-2.1.3.5 4-7.1 9.6-.8 8.7-14.5 4.7-7.7 14-4.4-6.3-11-.2-2.7.4-8.9 6.8-29.6 8-39.5 19.3-6.4 9.2-12.3 6.3-11.4-.4zm71.1 32c-6.8 16.4-13.4-2.4-1.4-5.4 3 1.6 4.2 2.1 1.4 5.4zm-25.6-32.8c-2-7.4-.4-3.5 11.5-7 8.2 5.9-7.3 9.8-11.5 7zm186.2 293.5c-9.4-16.2 11.4-31.2 18.4-44.8-.9 15.9-2.9 31.6-18.4 44.8zm35.4-185.1c-10.2.8-19.4 3.2-28.6-2.6-21.2-23.2 3.9 26.2 10.9 6 25.2 9.6-.4 51-16.3 46.7-8.9-19.2-19.9-40.3-39.3-49.7 14.9 16.5 22.3 36.8 38.3 51.7 1.1 20.8 22.2-7.6 20.9 8.5 2 27.7-31.3 44.3-25.5 72.1 12.4 25.3-23.9 29.9-19.8 52.6-14.6 16.3-30.2 38.3-56.4 34.8 0-13.8-7-25.5-8.6-39.7-14.2-18 15-37.3-3.1-56.1-20.9-4.7 4.3-33.5-17.2-30.8-12.9-12.9-31.8-.4-50.3-.3-23.2 2.2-47.1-28.5-36.8-50.2-8.2-22.6 26-29.2 26.9-49.1 16.4-13.7 39.7-12 61.9-15.2-1.6 15.9 15.2 16 27.9 21.3 7.1-17.2 29.2 2.8 44.3-8.1 5.2-25.4-14.7-10.1-26.1-18.2-13.8-20.2 29.5-10.4 25-21-16.8-.1-7.3-20.7-19.2-9.2 10.7 1.9-1.9 10.3-1.6.7-16.2-4.7-.6 18.4-8.8 20.6-12.5-5.2-6.6 5.9-5.3 7.6-5.4 11.7-12-17.2-27.3-16.4-15.2-13.9-6 6.3 7.2 9.6-2.8.8 1.6 12.3-1.9 7.4-10.9-15-31.6-25-43.9-6.6-1.3 17.2-36.3 22.1-30.7 2-8.2-20.8 25.4-.6 22.3-17.2-21.6-14.3 5.9-9.7 13.2-23.1 16.6.5.7-13.6 8.5-17.7-.8 15.3 12.7 12.4 23.4 9.5-2.6-8.8 6.4-8.5.9-15.8 24.8-9.9-18.9 4.6-10.1-17.1-10.7-7.4-4.5 16.3 0 18.8.3 7.3-5.9 16.3-14.4 1-12.4 8.1-11.1-8.2-11.9-6.5-1.4-6.3 9.4-6.6 9.5-17.6-.9-7-.7-10.7 4.3-11.1.4 1 20.5 1.3 27.6 9.6-19.4-3.9-2.9 3.2 5.8 7.2-9.3-7.3 3.7 0-3.9-8.3 3 .6-8.3-11.4 3.3-.9-6.3-7.5 12.3-5.3 1.3-10.9 16.1 4.5 6.6.4-2.9-3.7-26.2-15.6 46.3 21.1 16.7 4.8 18.9 4.1-40.4-14.6-13.4-6.4-10.3-4.5-.3-2 9 .9-16.7-5.2-41.7-14.9-40.7-15.3 5.8.4 11.5 1.7 17 3.3 17.1 5.1-4.9-1.2-.2-1.1 58.8 15.1 110.3 54.5 141.6 106 7.3 7.7 27.2 58.6 16.8 36 4.7 18 5.4 37.4 7.9 55.8-5.2-5.8-11-27.2-16-39.1-2.1 4.6-4.5-6.5-12.2-9.5z"/></svg>
<svg class="tc-image-world-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 18 18"><path d="M9 0C4.029 0 0 4.029 0 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9zm0 6a1 1 0 1 1 2 0v3a1 1 0 1 0 1 1h1V8l1 1-1 1c0 3 0 3-2 4 0-1-1-1-3-1v-2L6 9V7C5 7 5 8 5 8l-.561-.561-1.652-1.651A7.004 7.004 0 0 1 9 2c.688 0 1.353.104 1.981.29C10.895 3.185 10.402 4 9.5 4 8.5 4 8 5 8 6v3s1 0 1-3zm0 10c-3.859 0-7-3.14-7-7 0-.776.133-1.521.367-2.219l1.926 1.926 1 1L7 11.414V13a1 1 0 0 0 1 1c.779 0 1.651 0 2.006.091a1.028 1.028 0 0 0 1.02.902.946.946 0 0 0 .422-.098c2.348-1.174 2.539-1.644 2.552-4.479l.708-.708a.999.999 0 0 0 0-1.414l-1-1A1.001 1.001 0 0 0 12 8V6a2 2 0 0 0-.883-1.658c.421-.411.712-.995.826-1.685C14.335 3.772 16 6.192 16 9c0 3.86-3.141 7-7 7z"/></svg>
<svg class="tc-image-wpbeginner tc-image-button" width="22pt" height="22pt" viewBox="0 0 1792 1728"><path d="M384 800h160V576H384v224zm837 332v-92q-104 36-243 38-135 1-259.5-46.5T498 909l1 96q88 80 212 128.5t272 47.5q129 0 238-49zM640 800h640V576H640v224zm1152-32q0 187-99 352 89 102 89 229 0 157-129.5 268T1339 1728q-122 0-225-52.5T953 1535q-19 1-57 1t-57-1q-58 88-161 140.5T453 1728q-184 0-313.5-111T10 1349q0-127 89-229Q0 955 0 768q0-209 120-385.5T446.5 103 896 0t449.5 103T1672 382.5 1792 768z"/></svg>
<svg class="tc-image-wpforms tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M515 783v128H263V783h252zm0-255v127H263V528h252zm758 511v128H932v-128h341zm0-256v128H601V783h672zm0-255v127H601V528h672zm135 860V148q0-8-6-14t-14-6h-32L978 384 768 213 558 384 180 128h-32q-8 0-14 6t-6 14v1240q0 8 6 14t14 6h1240q8 0 14-6t6-14zM553 278l185-150H332zm430 0l221-150H798zm553-130v1240q0 62-43 105t-105 43H148q-62 0-105-43T0 1388V148Q0 86 43 43T148 0h1240q62 0 105 43t43 105z"/></svg>
<svg class="tc-image-wrap-text tc-image-button" width="22pt" height="22pt" viewBox="0 0 34 32"><path d="M0 28h12v-4H0v4zM32 0H0v4h32V0zm-6 12H0v4h26.5c2.21 0 4 1.79 4 4s-1.79 4-4 4H22v-4l-6 6 6 6v-4h4c4.41 0 8-3.59 8-8s-3.59-8-8-8z"/></svg>
<svg class="tc-image-wrench tc-image-button" width="22pt" height="22pt" viewBox="0 0 8.119999885559082 8.010000228881836"><path d="M5.61 0a2.5 2.5 0 0 0-2.5 2.5c0 .32.08.62.19.91L.39 6.29C0 6.68 0 7.34.39 7.73c.2.2.46.28.72.28.26 0 .52-.09.72-.28l2.88-2.91c.28.11.58.19.91.19a2.5 2.5 0 0 0 2.5-2.5c0-.16 0-.32-.03-.47l-.97.97h-2v-2l.97-.97C5.94.01 5.78.01 5.62.01zm-4.5 6.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z"/></svg>
<svg class="tc-image-wrench-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 1200 1200"><path d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm163.403 239.868c22.73-.064 45.519 3.784 67.163 11.572L711.108 370.898l32.959 85.034 85.034 32.959L948.56 369.434c24.922 69.263 9.648 149.8-45.85 205.298s-135.962 70.771-205.225 45.85l-339.624 339.55-117.993-117.993 339.551-339.624c-24.922-69.263-9.648-149.726 45.85-205.225 38.155-38.155 88.127-57.281 138.134-57.422zm-430.81 578.54c-13.543 13.542-13.543 35.457 0 48.999 13.542 13.542 35.457 13.542 48.999 0 13.542-13.543 13.542-35.457 0-48.999-14.679-13.344-36.351-12.267-48.999 0z"/></svg>
<svg class="tc-image-write tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M0 384h170.7V213.3H0V384zm42.7-128H128v85.3H42.7V256zm170.6 106.7H512V320H213.3v42.7zM0 170.7h170.7V0H0v170.7zm42.7-128H128V128H42.7V42.7zm170.6-21.4V64H512V21.3H213.3zm0 256H512v-42.7H213.3v42.7zm0-128H512v-42.7H213.3v42.7z"/></svg>
<svg class="tc-image-write-1 tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 384"><path d="M0 170.6h170.7V0H0v170.6zM213.3 21.3V64H512V21.3H213.3zm0 128H512v-42.7H213.3v42.7zm0 128H512v-42.7H213.3v42.7zm0 85.3H512v-42.7H213.3v42.7zM0 384h170.7V213.3H0V384z"/></svg>
<svg class="tc-image-x tc-image-button" width="22pt" height="22pt" viewBox="0 0 7.849999904632568 7.849999904632568"><path d="M1.41 0L0 1.41l.72.72L2.5 3.94.72 5.72 0 6.41l1.41 1.44.72-.72 1.81-1.81 1.78 1.81.69.72 1.44-1.44-.72-.69-1.81-1.78 1.81-1.81.72-.72L6.41 0l-.69.72L3.94 2.5 2.13.72 1.41 0z"/></svg>
<svg class="tc-image-x-circle tc-image-button" width="22pt" height="22pt" viewBox="0 0 75 75"><path d="M55.556 47.256l-9.758-9.757 9.755-9.756a1.036 1.036 0 0 0 0-1.464l-6.833-6.835a1.036 1.036 0 0 0-1.464 0L37.499 29.2l-9.755-9.756c-.388-.388-1.075-.388-1.464 0l-6.835 6.835a1.037 1.037 0 0 0 0 1.464l9.756 9.756-9.758 9.758a1.036 1.036 0 0 0 0 1.463l6.833 6.834a1.033 1.033 0 0 0 1.464 0l9.757-9.757 9.758 9.756c.202.203.466.304.732.304.266 0 .53-.101.732-.304l6.835-6.834a1.033 1.033 0 0 0 .002-1.463z"/><path d="M37.5 9.94c15.196 0 27.56 12.367 27.56 27.562 0 15.197-12.364 27.559-27.56 27.559S9.94 52.699 9.94 37.502C9.94 22.307 22.304 9.94 37.5 9.94m0-9.94C16.79 0 0 16.793 0 37.502 0 58.212 16.79 75 37.5 75 58.209 75 75 58.212 75 37.502 75 16.793 58.209 0 37.5 0z"/></svg>
<svg class="tc-image-xbox tc-image-button" width="22pt" height="22pt" viewBox="0 0 54.62399673461914 50.965999603271484"><path d="M8.312.3c8.378-.3 15.85 4.15 19 6.341 3.15-2.19 10.622-6.64 19-6.341 3.167 1.187 3.563 1.979 3.563 1.979s-8.709 2.77-15.042 10.687c8.312 10.688 19.791 25.334 18.208 38-8.312-14.645-17.855-25.688-25.729-30.343-7.874 4.655-17.417 15.698-25.73 30.343-1.582-12.666 9.897-27.312 18.21-38C13.458 5.05 4.749 2.279 4.749 2.279s.396-.792 3.563-1.98z"/></svg>
<svg class="tc-image-xero tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm4.39 9.77c-.99 0-1.794-.804-1.794-1.793 0-.99.805-1.794 1.794-1.794.99 0 1.794.805 1.794 1.794 0 .99-.805 1.793-1.794 1.793zm-7.37-.008a.246.246 0 0 1-.177-.077L3.48 8.325 2.112 9.69a.242.242 0 0 1-.172.072.245.245 0 0 1-.171-.42l1.364-1.367L1.77 6.61a.232.232 0 0 1-.075-.174.245.245 0 0 1 .417-.174l1.37 1.366 1.365-1.364a.245.245 0 1 1 .349.344L3.83 7.978l1.364 1.367a.245.245 0 0 1-.173.417zm5.344-3.06c-.53.067-.587.317-.587.936v1.858a.245.245 0 0 1-.49 0v-3.02c0-.136.107-.244.242-.244.116 0 .214.083.238.193.182-.14.4-.212.626-.212h.075c.134 0 .244.11.244.245s-.103.235-.248.24c0 0-.053 0-.102.005zm-2.06 1.47H5.75a1.203 1.203 0 0 0 .059.244c.134.354.515.85 1.226.86.218-.002.422-.057.602-.153.14-.08.258-.18.353-.285.033-.038.06-.075.087-.112.12-.153.27-.124.36-.055.108.083.126.255.03.375l-.01.01c-.14.176-.285.323-.458.435-.17.107-.35.183-.538.228-.218.057-.428.07-.645.043a1.805 1.805 0 0 1-1.522-1.34 1.753 1.753 0 0 1-.054-.43c0-.576.278-1.133.757-1.474a1.808 1.808 0 0 1 2-.053c.415.263.688.673.793 1.172.052.283-.136.53-.486.537zM12.39 6.69a1.288 1.288 0 0 0 0 2.574 1.289 1.289 0 0 0 0-2.575zm0 1.73a.445.445 0 1 1 0-.89.445.445 0 0 1 0 .891zM7.03 6.685c-.607 0-1.115.415-1.257.977v.02H8.29a1.297 1.297 0 0 0-1.26-.996z"/></svg>
<svg class="tc-image-xing tc-image-button" width="22pt" height="22pt" viewBox="0 0 481.2969970703125 512.0160522460938"><path d="M0 357.376l88.577-146.433-66.56-117.248H134.16l66.544 117.248-88.574 146.433H.001zm185.345-46.08L362.513 0h118.784L304.64 311.296l113.664 200.72H299.537z"/></svg>
<svg class="tc-image-xing-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M685 637q0-1-126-222-21-34-52-34H323q-18 0-26 11-7 12 1 29l125 216v1L227 984q-9 14 0 28 8 13 24 13h185q31 0 50-36zm624-497q-7-12-24-12h-187q-30 0-49 35L638 892q1 2 262 481 20 35 52 35h184q18 0 25-12 8-13-1-28L900 892v-1l409-723q8-16 0-28zm227 148v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-xing2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 13.651000022888184 16.003999710083008"><path d="M1.257 3.159c-.138 0-.256.05-.316.144-.059.1-.05.225.013.353l1.559 2.7c.003.006.003.009 0 .013L.063 10.7c-.063.128-.059.256 0 .353a.34.34 0 0 0 .3.156h2.306c.344 0 .513-.234.628-.447l2.491-4.406L4.2 3.59c-.116-.203-.287-.431-.644-.431h-2.3zM10.951 0c-.344 0-.494.216-.619.441 0 0-4.972 8.816-5.134 9.106l3.278 6.016c.116.203.291.441.644.441h2.306c.137 0 .247-.053.306-.147.063-.1.059-.228-.006-.356l-3.25-5.947c-.003-.006-.003-.009 0-.016L13.585.504c.063-.128.066-.256.006-.356-.059-.094-.169-.147-.306-.147h-2.334z"/></svg>
<svg class="tc-image-y-axis tc-image-button" width="22pt" height="22pt" viewBox="0 0 4.823975563049316 13.917237281799316"><path d="M3.823 6.917v7h-3v-7h3zm-.802-2.982L4.723.818a.728.728 0 0 0 .101-.366c-.002-.115-.08-.228-.235-.337A.749.749 0 0 0 4.42.042a.683.683 0 0 0-.466.04.396.396 0 0 0-.183.167L2.414 2.866 1.009.21A.352.352 0 0 0 .678.02a.8.8 0 0 0-.419.114.467.467 0 0 0-.232.332.578.578 0 0 0 .058.39l1.703 3.08v1.481c0 .115.048.23.14.337s.252.163.475.163c.225 0 .385-.05.477-.154a.501.501 0 0 0 .141-.346V3.935z"/></svg>
<svg class="tc-image-y-combinator tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M809 876l266-499H963L806 689q-24 48-44 92l-42-92-155-312H445l263 493v324h101V876zM1536 0v1536H0V0h1536z"/></svg>
<svg class="tc-image-yahoo tc-image-button" width="22pt" height="22pt" viewBox="0 0 704 409.633056640625"><path d="M0 55.808v-4.096c.672-2.048 2.383-3.248 5.12-3.584h251.903c.687 0 1.376.336 2.048 1.025.687.687 1.023 1.536 1.023 2.56v7.167c0 1.697-.416 3.248-1.28 4.609-.863 1.359-1.632 2.223-2.304 2.56-.687.335-1.2.511-1.536.511l-34.815 10.752c-3.073 1.696-6.832 2.385-11.264 2.049h-20.992l116.735 148.99 105.984-99.839h-58.88l-9.216-3.584-11.776-11.775-1.025-2.05c-1.023-1.023-1.968-2.639-2.815-4.863-.848-2.224-1.105-4.352-.769-6.4l3.584-3.072h224.24c.353 0 .864.257 1.552.768.673.512 1.2 1.28 1.536 2.304v7.2c0 3.76-1.023 6.832-3.071 9.216l-8.704 9.729c-3.057 2.383-6.16 3.584-9.216 3.584h-68.097c-86.351 81.215-131.408 123.728-135.168 127.472l-1.536 1.551c-1.023 1.025-1.952 2.225-2.815 3.584-.85 1.376-1.105 2.577-.769 3.601v103.424c0 5.103 1.536 7.664 4.608 7.664h74.737c.687 0 1.471.336 2.319 1.023.849.689 1.28 1.537 1.28 2.561v29.184H146.43v-28.176c0-3.072 1.712-4.609 5.12-4.609 10.24-1.023 34.464-1.536 72.705-1.536h1.536c1.024-.336 1.967-1.183 2.816-2.56.848-1.36 1.28-3.407 1.28-6.143v-98.305c0-4.447-1.888-8.72-5.632-12.815L77.311 79.361H20.479l-9.728-5.12-1.025-1.024c-.687-.336-1.631-1.184-2.815-2.56-1.185-1.376-2.48-3.072-3.84-5.12zM609.28 0L704 3.584l-42.497 290.304-31.216-1.536zm6.656 390.656l2.048-56.336 56.336 2.064-2.064 56.32z"/></svg>
<svg class="tc-image-yahoo_small tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.60500144958496 13.53299617767334"><path d="M18.208 3.339c.125-.025.312-.066.522-.112h1.63l.254-.375a.048.048 0 0 1 .02-.004l.631-.911-.031-.002.066-.099h-8.835l.34 1.39h2.411l-4.057 3.662C10.331 5.745 8.39 3.362 7.037 1.39h3.037V.333l.035-.234a.209.209 0 0 0-.035-.004V0H0v1.391h2.987c1.16.907 5.594 6.444 5.779 6.997.074.517.142 3.57-.076 3.8-.436.461-2.425.339-2.904.373l-.166.946c.876.026 3.727-.071 4.613-.071 1.747 0 4.805-.008 5.237.025l.053-.992c-.441-.075-2.849-.009-3.182-.085-.074-.481-.155-3.694-.081-4.027.333-.959 5.392-4.868 5.947-5.017zm1.467 7.595l1.353.108 1.577-6.09c-.263-.009-2.656-.235-2.966-.295l.037 6.278zm-.234.977l.008 1.486.685.06.74.055.217-1.456-.78-.038z"/></svg>
<svg class="tc-image-yahoo2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 16 16"><path d="M8.019 1.087C5.191 1.087 2.519.715 0 0v16c2.522-.716 5.194-1.088 8.019-1.088 2.794 0 5.459.363 7.981 1.088V0c-2.522.725-5.184 1.087-7.981 1.087zm4.431 1.366l-.097.153c-.091.144-.172.266-.284.438-.15.225-.431.672-.769 1.247-.094.159-.209.35-.328.556l-.688 1.162-.256.447-.678 1.181c-.228.403-.453.8-.678 1.194v.397c0 .55.012 1.15.031 1.684.009.244.019.678.031 1.137.012.547.025 1.113.041 1.4l.003.088v.009l-.094-.025-.109-.028a3.093 3.093 0 0 0-.353-.056 2.691 2.691 0 0 0-.444 0 3.058 3.058 0 0 0-.462.084l-.094.025v-.009l.003-.088c.013-.284.028-.853.041-1.4.009-.459.022-.894.031-1.137a42.53 42.53 0 0 0 .031-1.684v-.397L6.65 7.637c-.222-.391-.453-.791-.675-1.181-.088-.15-.172-.3-.256-.447-.2-.347-.459-.781-.688-1.162a31.856 31.856 0 0 1-.328-.556 31.033 31.033 0 0 0-.769-1.247c-.112-.172-.194-.294-.284-.438l-.097-.153.175.05c.222.063.45.094.694.094s.478-.031.697-.094l.053-.016.028.047c.431.778 1.591 2.684 2.284 3.825.237.394.428.703.522.862v-.003.003l.522-.862c.694-1.138 1.853-3.044 2.284-3.825l.028-.047.053.016c.219.063.453.094.697.094s.472-.031.694-.094l.166-.05z"/></svg>
<svg class="tc-image-yammer tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.463655471801758 13.678849220275879"><path fill-rule="nonzero" d="M13.957 3.22a.816.816 0 0 0-.738-1.42l-.093.05c-.54.298-4.184 2.85-3.772 3.139.408.286 2.9-.836 4.603-1.77m0 7.68c-1.702-.934-4.194-2.055-4.602-1.77-.412.288 3.232 2.842 3.77 3.138l.094.05a.815.815 0 0 0 .739-1.42m1.5-4.677c-.033-.003-.068-.003-.105-.003-.615 0-5.038.486-4.816.937.22.446 2.943.662 4.885.663a.815.815 0 1 0 .035-1.598m-11.71 3.837c-.506 1.43-.975 2.1-2.052 2.1-.105 0-.467-.02-.49-.023a.753.753 0 0 0-.246 1.478c.286.05.58.068.842.068 1.986 0 2.642-1.144 3.298-2.813L8.974 1.2A.832.832 0 0 0 7.4.66L4.677 7.857h-.04L1.772.607a.88.88 0 0 0-1.631.65l3.607 8.798z"/></svg>
<svg class="tc-image-ycombinator tc-image-button" width="22pt" height="22pt" viewBox="0 0 469.5030212402344 511.9840087890625"><path d="M0 0h82.431l100.864 154.111c16.72 25.6 34.128 54.608 52.24 87.04 16.369-29.008 34.976-59.216 55.793-90.624L390.656 0h78.847L265.215 294.896v217.088H197.12V294.896z"/></svg>
<svg class="tc-image-yelp tc-image-button" width="22pt" height="22pt" viewBox="0 0 379.39202880859375 507.343994140625"><path d="M0 299.008c.352-17.76 1.872-32.769 4.624-45.088 1.024-6.832 3.84-12.032 8.447-15.616 4.609-3.584 9.296-4.864 14.08-3.84l104.433 42c7.856 2.367 13.312 6.848 16.384 13.312 1.697 3.04 2.544 6.272 2.544 9.696s-.847 6.864-2.544 10.271c-3.072 6.464-8.352 10.945-15.872 13.313L27.648 355.327c-5.12 1.712-10.08 1.28-14.848-1.279-4.768-2.56-8.016-6.912-9.728-13.04-2.048-8.88-3.071-20.656-3.071-35.345v-6.655zM44.544 54.784c-1.712-2.735-2.56-5.456-2.56-8.191 0-3.073 1.024-6.145 3.071-9.217 4.096-5.808 10.592-10.416 19.456-13.823C92.159 12.976 121.343 5.12 152.063 0h2.56c15.36 0 23.728 6.48 25.072 19.456 8.513 106.832 12.817 173.904 12.817 201.217 0 11.264-4.609 18.08-13.825 20.48-2.048.671-4.095 1.024-6.143 1.024-7.168 0-13.504-4.273-18.945-12.8C103.088 150.193 66.735 91.984 44.543 54.784zm35.328 391.68l71.183-84.992c6.449-7.152 12.992-10.752 19.44-10.752 2.768 0 5.488.496 8.224 1.536 8.496 3.743 12.8 11.44 12.8 23.04 0 1.696-.16 3.408-.48 5.104v113.12c-.688 4.816-3.616 8.528-8.72 11.264-3.056 1.664-6.144 2.56-9.216 2.56-2.72 0-5.44-.513-8.208-1.584-12.288-2.032-26.784-6.352-43.52-13.009-16.72-6.655-29.184-13.007-37.375-19.199-6.145-4.768-9.217-9.84-9.217-15.345-.031-3.743 1.68-7.647 5.089-11.743zM230.4 273.92c-2.033-4.112-3.024-8.017-3.024-11.776 0-5.808 2.56-11.44 7.664-16.897L301.6 153.6c2.368-2.72 5.792-4.096 10.256-4.096.992 0 2.24.176 3.6.512 5.776.671 10.752 3.744 14.88 9.215 8.496 8.88 17.6 20.913 27.104 36.096 9.584 15.185 15.872 27.729 18.992 37.632.992 2.736 1.536 5.297 1.536 7.68 0 3.073-.688 5.793-2.064 8.192-2.72 4.433-6.656 7.168-11.76 8.192L257.135 284.16a33.194 33.194 0 0 1-8.193 1.024c-7.952 0-14.11-3.744-18.543-11.263zm6.144 64c4.095-6.48 9.727-9.729 16.895-9.729 3.072 0 6.32.689 9.729 2.048l104.976 35.84c4.72 1.696 8 4.944 9.712 9.729 1.04 2.032 1.536 4.256 1.536 6.656 0 3.407-.689 7.008-2.048 10.752-4.416 10.592-11.52 22.447-21.248 35.584-9.729 13.136-19.2 23.808-28.416 32-4.752 4.735-10.416 7.328-16.897 7.664h-1.535c-5.84 0-9.936-1.568-12.304-4.593l-58.352-97.28c-4.433-5.455-6.656-10.928-6.656-16.384 0-4.096 1.551-8.191 4.608-12.287z"/></svg>
<svg class="tc-image-yen tc-image-button" width="22pt" height="22pt" viewBox="0 0 7 8"><path d="M0 0l2.25 3H0v1h3v1H0v1h3v2h1V6h3V5H4V4h3V3H4.75L7 0H6L3.69 3h-.38L1 0H0z"/></svg>
<svg class="tc-image-yeoman tc-image-button" width="22pt" height="22pt" viewBox="0 0 24.42500114440918 27.77699851989746"><path d="M13.043 12.442l-.069-.189a.785.785 0 0 1-.05.026l.119.162zm.506-.404l-.132-.151c-.012.015-.026.028-.038.042l.17.109zm.326-.561l-.178-.093-.019.053.197.04zm.101-.64l-.201-.023.003.057.198-.034zm-.136-.634l-.195.051.022.052.173-.103zm-2.65 2.119l.138-.145-.045-.034-.092.179zm1.234.315l.004-.201c-.019.003-.037.007-.056.008l.052.193zm-.647-.042l.077-.186a1.108 1.108 0 0 1-.055-.014l-.022.2zm-.449-.418c.142.098.301.171.472.218l.088-.806-.559.588zm1.628-2.891l-.11.169.051.025.058-.193zm-2.267.713l.157.124c.009-.017.019-.032.029-.048l-.187-.076zm-.218.61l.191.059.009-.056-.2-.003zm.018.648l.199-.014-.013-.055-.187.069zm2.995-1.595l-.163.118.038.042.125-.16zm-2.745 2.193l.181-.085-.03-.048-.151.133zm1.115.554a1.575 1.575 0 0 0 .519.035l-.21-.784-.309.749zm.474-3.283l-.041.198.057.003-.015-.2zm-.644.077l.033.198.054-.017-.086-.181zm-.572.305l.102.172.045-.034-.147-.138zm1.862 2.746c.153-.085.289-.196.405-.325l-.681-.437.276.762zm-.285-1.297a.476.476 0 1 1-.952 0 .476.476 0 0 1 .952 0zm-2 .286c.04.172.109.334.201.479l.608-.536-.809.057zm-.026-.575c-.01.071-.017.144-.017.218 0 .103.011.204.03.302l.762-.281-.775-.239zm.619 1.475l.372-.719-.734.346c.099.144.222.269.362.373zm.931.913c1.197 0 2.17-.973 2.17-2.169s-.974-2.171-2.17-2.171-2.17.974-2.17 2.171c0 1.196.974 2.169 2.17 2.169zm0-3.972c.994 0 1.802.809 1.802 1.802s-.809 1.802-1.802 1.802-1.802-.808-1.802-1.802.809-1.802 1.802-1.802zm-1.367 1.039c-.084.15-.143.315-.175.49l.811.013-.636-.503zm7.256 9.828c-4.13-1.028-5.889 1.067-5.889 1.067-.02 2.095 2.846 5.85 6.363 6.304s5.77-1.225 5.77-1.225-2.114-5.118-6.244-6.146zm-11.778 0C2.194 20.978.08 26.097.08 26.097s2.253 1.68 5.77 1.225c3.517-.454 6.383-4.209 6.363-6.304 0 0-1.759-2.095-5.889-1.067zm6.105-7.515a1.54 1.54 0 0 0 .495-.156l-.478-.654-.018.81zM.712 15.623h23.002l.711-2.134h-3.378l.662-3.826.881-5.095S20.263 0 12.264 0C2.541 0 1.836 4.568 1.836 4.568l1.543 8.921H0l.711 2.134zM12.213 8.39a2.5 2.5 0 0 1 2.497 2.497c0 1.376-1.12 2.495-2.497 2.495s-2.497-1.12-2.497-2.495a2.5 2.5 0 0 1 2.497-2.497zm1.563 2.424a1.568 1.568 0 0 0-.109-.508l-.695.415.804.092zm-.079.57c.053-.156.082-.324.082-.498l-.001-.015-.799.137.718.376zm-.28.503c.111-.133.198-.285.261-.449l-.794-.161.533.611zm.228-1.633a1.574 1.574 0 0 0-.286-.433l-.497.637.784-.205zm-.324-.474a1.541 1.541 0 0 0-.423-.3l-.234.775.657-.474zm-2.107-.099a1.556 1.556 0 0 0-.338.394l.751.305-.412-.699zm1.072-.358c-.025-.001-.049-.004-.073-.004-.154 0-.302.023-.442.065l.35.732.166-.792zm-.569.078a1.555 1.555 0 0 0-.458.245l.59.555-.132-.8zm1.129.053a1.54 1.54 0 0 0-.503-.128l.062.807.441-.679z"/></svg>
<svg class="tc-image-yii tc-image-button" width="22pt" height="22pt" viewBox="0 0 29.663000106811523 31.38599967956543"><path d="M25.696 0c-3.563.133-7.895 4.609-6.413 8.783 1.569 4.141 2.574 7.087 2.784 11.708 3.766-3.789 7.225-7.902 7.504-12.675.092-3.873-1.741-6.728-3.876-7.815zM16.3 17.196c-.535.956-1.237 1.994-2.152 3.132-1.923 2.423-3.862 6.398-3.265 11.058 7.943-.877 10.423-6.838 10.641-10.114-1.497-2.259-4.213-3.649-5.224-4.076zM.282 2.896C0 6.542 1.559 11.963 7.881 13.688c2.662.788 4.527 1.274 6.546 2.007 2.952 1.073 5.269 2.442 7.105 4.805-.341-4.066-2.015-8.726-4.69-12.36C13.027 2.955 6.42.466.281 2.896z"/></svg>
<svg class="tc-image-yoast tc-image-button" width="22pt" height="22pt" viewBox="0 0 1664 1792"><path d="M339 218h691l-26 72H339q-110 0-188.5 79T72 558v771q0 95 60.5 169.5T286 1592q23 5 98 5v72h-45q-140 0-239.5-100T0 1329V558q0-140 99.5-240T339 218zM1190 0h247L955 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L395 471h228l187 585zm474 558v1111H869q37-55 45-73h678V558q0-85-49.5-155T1413 304l25-67q101 34 163.5 123.5T1664 558z"/></svg>
<svg class="tc-image-youtube tc-image-button" width="22pt" height="22pt" viewBox="0 0 441.87200927734375 529.4080200195312"><path d="M0 380.912c0-18.416 1.024-46.064 3.072-82.944 1.36-18.096 7.855-32.848 19.456-44.288 11.6-11.44 26.447-17.664 44.544-18.688 34.128-1.712 85.504-2.56 154.11-2.56 68.61 0 119.985.848 154.13 2.56 18.079 1.024 32.943 7.248 44.527 18.688 11.616 11.424 18.097 26.192 19.473 44.288 1.68 30.72 2.56 58.368 2.56 82.944 0 24.592-.88 52.24-2.56 82.96-1.376 18.096-7.857 32.864-19.473 44.304-11.6 11.424-26.448 17.648-44.527 18.672-34.145 1.696-85.52 2.56-154.13 2.56-68.607 0-119.982-.864-154.11-2.56-18.08-1.024-32.928-7.248-44.528-18.688-11.617-11.44-18.096-26.208-19.457-44.304C1.024 427.008 0 399.36 0 380.912zm34.303-72.176h31.233v166.928h30.208V308.736h31.231v-28.16H34.303v28.16zM67.583 0h30.72l19.456 77.824h2.048L138.24 0h30.72l-23.552 75.776c-7.857 24.912-11.777 37.712-11.777 38.4v80.896h-30.208V117.76c-.671-4.783-1.616-9.136-2.815-13.056-1.185-3.92-2.736-8.448-4.608-13.568-1.872-5.12-3.329-9.392-4.352-12.8zm59.393 453.12c0 16.384 6.144 24.576 18.432 24.576 10.928 0 21.328-5.968 31.232-17.92v15.872h26.64V331.776h-26.64v109.568c-7.168 7.17-12.464 10.769-15.871 10.769-4.769 0-7.17-3.248-7.17-9.729V331.791h-26.623v121.328zm40.448-294.4V83.967c0-11.6 3.76-20.56 11.264-26.88s17.072-9.471 28.672-9.471c11.248 0 20.384 3.408 27.376 10.24 7.008 6.832 10.496 15.872 10.496 27.135v74.24c0 12.289-3.408 21.936-10.24 28.928s-16.384 10.496-28.672 10.496c-11.936 0-21.424-3.664-28.416-11.007-6.976-7.344-10.48-16.977-10.48-28.928zm27.648 3.584c0 7.84 3.76 11.775 11.263 11.775 7.84 0 11.777-4.271 11.777-12.8V82.944c0-3.073-1.2-5.632-3.6-7.68-2.368-2.049-5.12-3.072-8.192-3.072-3.073 0-5.712.943-7.937 2.815-2.223 1.872-3.328 4.353-3.328 7.425v79.872h.017zm34.304 313.344h27.135V464.88c6.832 8.544 15.36 12.816 25.617 12.816 16.032 0 24.064-10.592 24.064-31.744V366.08c0-24.224-8.72-36.336-26.128-36.336-8.528 0-16.368 4.608-23.553 13.807v-62.975h-27.135v195.072zm27.136-27.136V358.4c3.76-3.76 7.52-5.648 11.264-5.648 7.504 0 11.264 4.784 11.264 14.336v75.776c0 8.192-3.232 12.288-9.728 12.288-4.784.016-9.04-2.208-12.8-6.64zm11.776-275.968V51.2h26.624v110.08c0 6.48 2.383 9.728 7.168 9.728 4.431 0 9.712-3.584 15.872-10.752V51.2h26.624v143.872h-26.624v-15.873c-9.905 11.953-20.32 17.92-31.248 17.92-12.273 0-18.416-8.192-18.416-24.576zM326.656 435.2c0 12.976 3.248 23.648 9.727 32 6.48 8.352 16.208 12.544 29.185 12.544 26.624 0 39.92-14.864 39.92-44.544v-10.752h-27.616c0 .687.064 2.992.255 6.912.16 3.936.08 6.752-.255 8.448a255.553 255.553 0 0 0-1.28 6.928c-.528 2.896-1.633 4.944-3.345 6.128-1.696 1.2-4.095 1.792-7.152 1.792-7.855 0-11.775-6.832-11.775-20.48v-27.12h51.183v-36.88c0-12.976-3.151-23.2-9.471-30.72-6.32-7.504-15.937-11.248-28.928-11.248-12.305 0-22.112 3.92-29.44 11.76-7.329 7.856-11.008 17.92-11.008 30.208V435.2zm27.648-50.688v-15.36c0-10.576 3.92-15.872 11.776-15.872 7.84 0 11.776 5.296 11.776 15.872v15.36h-23.551z"/></svg>
<svg class="tc-image-youtube-play tc-image-button" width="22pt" height="22pt" viewBox="0 0 41.16600036621094 30.083999633789062"><path d="M7.916.792S14.382 0 20.649 0s12.6.792 12.6.792a7.917 7.917 0 0 1 7.917 7.917v12.666c0 4.373-4.75 7.917-7.916 7.917 0 0-6.466.792-12.733.792s-12.6-.792-12.6-.792A7.917 7.917 0 0 1 0 21.375V8.709C0 4.336 4.75.792 7.916.792zm9.5 4.75v19l9.5-9.5-9.5-9.5z"/></svg>
<svg class="tc-image-youtube-searched-for tc-image-button" width="22pt" height="22pt" viewBox="0 0 39.9900016784668 34.970001220703125"><path d="M30.02 21.99h-1.59l-.55-.55c1.96-2.27 3.14-5.22 3.14-8.45C31.02 5.81 25.2 0 18.02 0s-12.99 5.99-13 12.99H0l7.68 8 8.32-8H9.02c.01-5 4.03-8.99 9-8.99a9 9 0 0 1 0 18c-1.29 0-2.52-.28-3.63-.77l-2.96 2.96A12.92 12.92 0 0 0 18.02 26c3.23 0 6.17-1.18 8.44-3.13l.54.54v1.58l10.01 9.98 2.98-2.98-9.97-10z"/></svg>
<svg class="tc-image-youtube-square tc-image-button" width="22pt" height="22pt" viewBox="0 0 1536 1536"><path d="M919 1175v-157q0-50-29-50-17 0-33 16v224q16 16 33 16 29 0 29-49zm184-122h66v-34q0-51-33-51t-33 51v34zM532 787v70h-80v423h-74V857h-78v-70h232zm201 126v367h-67v-40q-39 45-76 45-33 0-42-28-6-16-6-54V913h66v270q0 24 1 26 1 15 15 15 20 0 42-31V913h67zm252 111v146q0 52-7 73-12 42-53 42-35 0-68-41v36h-67V787h67v161q32-40 68-40 41 0 53 42 7 21 7 74zm251 129v9q0 29-2 43-3 22-15 40-27 40-80 40-52 0-81-38-21-27-21-86v-129q0-59 20-86 29-38 80-38t78 38q21 28 21 86v76h-133v65q0 51 34 51 24 0 30-26 0-1 .5-7t.5-16.5V1153h68zM785 329v156q0 51-32 51t-32-51V329q0-52 32-52t32 52zm533 713q0-177-19-260-10-44-43-73.5t-76-34.5q-136-15-412-15-275 0-411 15-44 5-76.5 34.5T238 782q-20 87-20 260 0 176 20 260 10 43 42.5 73t75.5 35q137 15 412 15t412-15q43-5 75.5-35t42.5-73q20-84 20-260zM563 391l90-296h-75l-51 195-53-195h-78l24 69 23 69q35 103 46 158v201h74V391zm289 81V342q0-58-21-87-29-38-78-38-51 0-78 38-21 29-21 87v130q0 58 21 87 27 38 78 38 49 0 78-38 21-27 21-87zm181 120h67V222h-67v283q-22 31-42 31-15 0-16-16-1-2-1-26V222h-67v293q0 37 6 55 11 27 43 27 36 0 77-45v40zm503-304v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"/></svg>
<svg class="tc-image-youtube2 tc-image-button" width="22pt" height="22pt" viewBox="0 0 846.8570556640625 1024.0001220703125"><path d="M539.428 710.857v120.571q0 38.286-22.286 38.286-13.143 0-25.714-12.571v-172q12.571-12.571 25.714-12.571 22.286 0 22.286 38.286zm193.143.572v26.286h-51.429v-26.286q0-38.857 25.714-38.857t25.714 38.857zm-552-124.572h61.143v-53.714H63.428v53.714h60V912h57.143V586.857zM345.142 912h50.857V629.714h-50.857v216q-17.143 24-32.57 24-10.287 0-12-12-.572-1.714-.572-20v-208h-50.857v223.429q0 28 4.571 41.714Q260.571 916 286.857 916q27.43 0 58.286-34.857V912zm245.143-84.571V714.858q0-41.714-5.143-56.571-9.714-32-40.57-32-28.572 0-53.144 30.857v-124h-50.857v378.857h50.857v-27.429q25.714 31.429 53.143 31.429 30.857 0 40.571-31.429 5.143-15.429 5.143-57.143zm193.143-5.715v-7.429h-52q0 29.143-1.143 34.857-4 20.571-22.857 20.571-26.286 0-26.286-39.429V780.57h102.286v-58.857q0-45.143-15.429-66.286-22.286-29.143-60.57-29.143-38.858 0-61.144 29.143-16 21.143-16 66.286v98.857q0 45.143 16.571 66.286 22.286 29.143 61.714 29.143 41.143 0 61.714-30.286 10.286-15.429 12-30.857 1.143-5.143 1.143-33.143zM436 300V180q0-39.429-24.57-39.429T386.858 180v120q0 40 24.571 40T436 300zm410.857 429.143q0 133.714-14.857 200-8 33.714-33.143 56.571T740.571 1012q-105.143 12-317.143 12t-317.143-12q-33.143-3.429-58.57-26.286t-32.858-56.571Q0 865.143 0 729.143q0-133.714 14.857-200 8-33.714 33.143-56.571t58.857-26.857q104.571-11.429 316.571-11.429t317.143 11.429q33.143 4 58.571 26.857t32.857 56.571q14.857 64 14.857 200zM276.571 0h58.286l-69.143 228v154.857h-57.143V228q-8-42.286-34.857-121.143Q152.571 48 136.571 0h60.571l40.571 150.286zm211.43 190.286v100q0 46.286-16 67.429-21.144 29.143-60.572 29.143-38.286 0-60-29.143-16-21.714-16-67.429v-100q0-45.714 16-66.857 21.714-29.143 60-29.143 39.43 0 60.571 29.143 16 21.143 16 66.857zm191.427-92.572v285.143h-52v-31.429q-30.286 35.429-58.857 35.429-26.286 0-33.714-21.143-4.57-13.714-4.57-42.857V97.714h52v209.714q0 18.857.57 20 1.714 12.571 12 12.571 15.43 0 32.571-24.571V97.714h52z"/></svg>
<svg class="tc-image-yy-axis tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.822972297668457 13.918971061706543"><path d="M3.823 6.919v7h-3v-7h3zM3.02 3.937L4.722.82a.718.718 0 0 0 .101-.366c-.002-.116-.08-.228-.235-.337A.719.719 0 0 0 4.42.044a.663.663 0 0 0-.467.04.396.396 0 0 0-.183.168L2.414 2.869 1.009.212A.352.352 0 0 0 .678.021a.8.8 0 0 0-.419.115.466.466 0 0 0-.232.332.578.578 0 0 0 .058.39l1.703 3.079v1.482c0 .115.048.229.14.337s.251.163.475.163c.225 0 .385-.05.477-.154a.503.503 0 0 0 .14-.346V3.937zm4.803 2.982v7h3v-7h-3zm2.197-2.982L11.722.82a.728.728 0 0 0 .101-.366c-.002-.115-.08-.228-.235-.337a.723.723 0 0 0-.168-.072.683.683 0 0 0-.466.039.401.401 0 0 0-.183.168L9.414 2.869 8.009.213a.352.352 0 0 0-.331-.191.8.8 0 0 0-.419.115.463.463 0 0 0-.232.331.578.578 0 0 0 .058.39l1.703 3.079v1.482c0 .115.048.229.14.337s.251.163.475.163c.225 0 .385-.051.477-.154a.501.501 0 0 0 .141-.346V3.937z"/></svg>
<svg class="tc-image-zap tc-image-button" width="22pt" height="22pt" viewBox="0 0 10 16"><path d="M10 7H6l3-7-9 9h4l-3 7z"/></svg>
<svg class="tc-image-zapier tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16.001001358032227 16.000999450683594"><path fill-rule="nonzero" d="M10 8.003c0 .595-.11 1.164-.307 1.69a4.781 4.781 0 0 1-1.69.307h-.006c-.595 0-1.164-.11-1.69-.307A4.808 4.808 0 0 1 6 8.003v-.006c0-.595.11-1.164.307-1.69A4.808 4.808 0 0 1 7.997 6h.006c.595 0 1.165.11 1.69.308.198.525.307 1.094.307 1.69v.005zm5.89-1.336h-4.67l3.3-3.302a7.97 7.97 0 0 0-1.884-1.886l-3.303 3.3V.11A8.317 8.317 0 0 0 8.003 0h-.007c-.453 0-.897.04-1.33.11v4.67l-3.3-3.3a7.89 7.89 0 0 0-1.887 1.885l3.3 3.302H.11S0 7.544 0 7.997v.006c0 .453.04.898.11 1.33h4.67l-3.3 3.302a7.999 7.999 0 0 0 1.885 1.886l3.302-3.3v4.67c.432.07.875.11 1.327.11h.012c.452 0 .895-.04 1.327-.11v-4.67l3.302 3.3a7.72 7.72 0 0 0 1.02-.863h.002c.316-.316.605-.657.864-1.022l-3.3-3.302h4.67c.07-.432.11-.875.11-1.327v-.012c0-.452-.04-.895-.11-1.327"/></svg>
<svg class="tc-image-zend tc-image-button" width="22pt" height="22pt" viewBox="0 0 22.445999145507812 10.770000457763672"><path d="M10.557 3.122s0-2.972 2.972-2.972h8.917s0 2.972-2.972 2.972h-8.917zm0 3.798s0-2.972 2.972-2.972h4.459s0 2.972-2.972 2.972h-4.459zm0 3.798s0-2.972 2.972-2.972h1.486s0 2.972-2.972 2.972h-1.486zm-.998-2.319v2.371H0l6.158-8.399H.872V0h9.972L4.715 8.4z"/></svg>
<svg class="tc-image-zillow tc-image-button" width="22pt" height="22pt" fill-rule="evenodd" stroke-miterlimit="1.414" clip-rule="evenodd" stroke-linejoin="round" viewBox="0 0 16 12.753999710083008"><path d="M11.587 10.414c-4.953.297-10.34 2.09-10.908 2.34l.66-1.86c1.68-.777 5.858-2.312 10.996-2.678-.1.38-.642 1.78-.75 2.197zm1.767-5.006s-.243.51-.473 1.21c-1.977.117-5.09.77-6.612 1.32.784-.72 5.783-5.743 5.783-5.743C13.99 3.517 16 5.144 16 5.144l-2.646.264zm-11.7.22c1.098-.5 4.176-1.434 7.123-2.123 0 0-5.665 5.23-7.24 6.85l1.3-3.527c-1.01.148-1.455.206-2.837.5l1.653-1.7zM8.72.001c.49.24 2.3 1.47 2.946 1.925-2.064.05-6.09.94-7.768 1.5C5.275 2.389 7.833.413 8.72 0z"/></svg>
<svg class="tc-image-zip tc-image-button" width="22pt" height="22pt" viewBox="0 0 384.10003662109375 512.1000366210938"><path d="M341.4 0H42.7C19.1 0 0 19.1 0 42.7v426.7c0 23.5 19.1 42.7 42.7 42.7h298.7c23.5 0 42.7-19.1 42.7-42.7V42.7C384 19.1 364.9 0 341.4 0zm-192 469.3L170.7 320h42.7l21.3 149.3h-85.3zM256 128h-64v42.7h64v42.7h-64V256h64v42.7h-64V256h-64v-42.7h64v-42.7h-64V128h64V85.3h-64V42.7h64v42.7h64V128zm-74.6 277.3L170.7 448h42.7l-10.7-42.7h-21.3z"/></svg>
<svg class="tc-image-zodiac-aquarius tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M301.313 68.906l-88.875 69.438-35.157-68.156-141.218 93.406v85.72l108.626-76.69 39.437 67 93.03-65.06 34.658 69.28 93.343-68.094 67.97 78.563 1.28-112.75L426.5 70.438 337.437 137l-36.125-68.094zm0 194.125l-88.875 69.44-35.157-68.126L36.063 357.72v85.717L144.69 366.75l39.437 67 93.03-65.063 34.658 69.282 93.343-68.064 67.97 78.53 1.28-112.748-47.906-71.094-89.063 66.53-36.125-68.093z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-aries tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M160.167 257.36H75.53C-26.474 176.527 26.283-13.776 164.023 52.574c43.01 20.716 71.747 65.968 90.757 120.75 19.006-54.782 47.74-100.034 90.754-120.75C483.274-13.772 536.03 176.526 434.03 257.36h-84.635s25.075-43.914 28.016-50.135c4.49-9.495 30.98-78.244-6.486-54.04-50.684 32.744-62.257 149.633-67.79 201.062-5.566 51.764-8.797 120.12-8.797 120.12H215.224s-3.23-68.356-8.79-120.12c-5.534-51.434-17.107-168.318-67.796-201.062-37.462-24.204-10.982 44.54-6.482 54.04 2.936 6.22 28.01 50.136 28.01 50.136z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-cancer tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M35.16 145.506C75.983 78.28 175.26 30.66 285.294 30.66c73.18 0 138.768 17.16 198.437 60.093l.464 96.793c-80.92-61.71-181.865-90.673-278.885-53.71 17.84 19.422 28.756 45.353 28.756 73.833 0 60.293-48.87 109.168-109.16 109.168-60.288 0-109.158-48.875-109.158-109.17-.005-23.08 7.168-44.522 19.413-62.162zm89.45 83.374c12.396 0 22.445-10.054 22.445-22.455 0-12.402-10.05-22.456-22.445-22.456-12.396 0-22.456 10.053-22.456 22.455 0 12.4 10.065 22.455 22.456 22.455zm260.892 47.792c-12.402 0-22.45 10.054-22.45 22.456 0 12.4 10.048 22.45 22.45 22.45 12.4 0 22.45-10.05 22.45-22.45 0-12.402-10.054-22.456-22.45-22.456zm89.45 83.374c-40.822 67.226-140.098 114.846-250.13 114.846-73.183 0-138.766-17.16-198.436-60.092l-.463-96.788c80.916 61.704 181.865 90.668 278.88 53.715-17.847-19.428-28.758-45.36-28.758-73.838 0-60.29 48.87-109.16 109.16-109.16s109.164 48.87 109.164 109.16c.004 23.073-7.17 44.51-19.42 62.156z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-capricorn tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M222.733 125.562c-16.18-2.68-22.596 79.184-24.955 118.284l-67.715.1c-2.892-103.625-4.257-113.83-19.966-141.418-7.18-12.618-28.344-14.49-28.344-14.49 0-13.44-.135-68.432-.135-68.432 37.287 0 63.14 26.92 79.424 56.544l2.427-5.455c7.912-16.947 26.824-49.99 64.08-49.99 117.498 0 42.747 323.118 145.476 296.482 6.634-1.72 17.087-23.246-3.94-23.246-37.993 5.053-52.152 210.634-175.335 193.995-11.794-1.59-18.916-4.83-18.916-4.83l8.505-73.157c22.63 2.82 54.084-15.122 58.147-26.623 17.15-48.603 44.853-168.058 133.866-168.058 34.016 0 72.754 32.918 72.754 90.73 0 94.424-169.585 154.09-208.16-49.384-8.235-43.37-4.317-134.282-17.214-131.05z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-gemini tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M40.222 392.1c23.715-6.93 47.498-12.842 71.872-17.062V134.755c-24.37-4.214-48.157-10.137-71.872-17.06V27.4c70.673 20.643 133.888 29.363 207.96 29.363 78.793 0 145.615-9.52 220.073-33.702v90.575c-26 8.44-51.744 15.286-78.683 20.18v242.157c26.934 4.89 52.69 11.736 78.683 20.18v90.575c-74.463-24.188-141.285-33.702-220.07-33.702-74.08 0-137.29 8.72-207.963 29.368V392.1zm207.96-28.18c9.728 0 29.432.16 38.915.473V145.396c-9.483.31-29.187.462-38.913.462-7.916 0-25.85-.104-33.62-.312v218.68c7.77-.197 25.704-.306 33.62-.306z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-leo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M168.817 305.907c12.462 0 22.567-10.1 22.567-22.566s-10.105-22.56-22.567-22.56-22.567 10.094-22.567 22.56c0 12.467 10.105 22.567 22.567 22.567zM59.85 283.487c0-59.368 47.824-107.56 107.046-108.155-1.167-8.847-1.714-18.013-1.443-27.63C170.835-40.66 463.57-1.64 419.316 179.118c-16.387 66.94-44.974 130.56-71.378 188.645-24.682 54.31 13.657 50.307 17.238 32.797l83.598 1.82c-3.044 139.3-258.61 110.427-176.962-69.216 26.777-58.917 48.966-116.556 66.282-173.938 19.813-65.64-130.754-90.223-76.484 49.75 7.782 20.08 14.543 44.747 14.427 69.036l.135 5.47c0 59.733-48.424 108.158-108.163 108.158-59.74 0-108.16-48.42-108.16-108.154z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-libra tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M34.303 381.03h443.23v82.957H34.303V381.03zm258.44-66.852v-51.04c24.66-13.395 40.927-38.56 40.927-67.453 0-42.325-34.9-76.633-77.933-76.633-43.033 0-77.928 34.308-77.928 76.633 0 28.546 15.868 53.446 39.412 66.633v51.86l-.306 31.57H34.298v-82.95h66.225c-9.99-20.48-15.558-43.28-15.558-67.297 0-89.033 76.53-161.215 170.94-161.215s170.94 72.182 170.94 161.216c0 24.02-5.568 46.818-15.557 67.297h66.23v82.95H292.753l-.01-31.57z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-ophiuchus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path fill="#fff" d="M88.156 27.25s-4.01 66.82.22 148.875c-35.462 25.506-59.087 71.472-58.94 126.47l72.595-.19c6.342 35.16 15.387 69.205 28.94 99.47 10.45 23.343 23.684 44.876 42.905 62 19.22 17.124 45.834 28.813 74.063 28.813 28.23 0 54.81-11.69 74.03-28.813 19.222-17.124 32.455-38.657 42.907-62 7.628-17.035 13.81-35.266 18.906-54.22 28.346-5.545 55.596-23.202 72.782-49.655 17.925-27.59 26.084-62.656 26-104.562l-76.125.125c5.828-89.823 1.25-166.313 1.25-166.313l-84.843 4.97s5.772 102.672-5.313 203.093c-.418 3.8-.87 7.59-1.343 11.375-9.33-6.544-18.675-14.97-27.156-25.438-31.456-38.824-73.616-62.668-116.468-66.72-2.58-68.13.438-122.31.438-122.31l-84.844-4.97zm91 215.375c14.277 4.834 29.857 14.9 43.813 32.125 21.47 26.5 47.323 47.977 75.593 61.094-3.414 11.558-7.157 22.14-11.25 31.28-7.198 16.076-15.318 27.412-21.907 33.282-6.59 5.87-10.235 7.28-17.47 7.28-7.232 0-10.91-1.41-17.5-7.28-6.588-5.87-14.707-17.206-21.905-33.28-13.695-30.59-23.664-76.837-29.374-124.5z"/></svg>
<svg class="tc-image-zodiac-pisces tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M281.02 221.26c6.9-79.494 40.052-148.655 87.93-192.533h87.745c-47.877 43.878-75.456 113.04-81.08 192.532h70.68v79.45h-69.05c8.383 73.184 36.106 136.262 81.49 176.83H370.99c-45.39-40.568-77.906-103.65-87.997-176.83h-57.89c-10.092 73.184-42.61 136.262-87.998 176.83h-87.74c45.383-40.568 73.097-103.65 81.49-176.83H56.066v-79.45h76.42C126.85 141.765 99.28 72.604 51.403 28.726h87.75c47.87 43.878 81.025 113.04 87.92 192.532h53.946z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-sagittarius tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M267.934 459.625l-80.013-80.08-100.315 100.12-57.517-57.516 100.25-100.252c-60.47-60.56-77.15-77.326-79.827-80.078l57.52-57.522 79.95 79.952 128.03-128.028C178.14 101.764 209.1 109.4 204.28 108.128L223.96 29.2l203.814 50.813L477.8 283.637l-79.192 19.745-26.762-107.595-126.212 126.106 80.02 80.018-57.72 57.715z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-scorpio tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M372.366 466.713c-13.312 0-25.02-1.402-35.324-3.99-14.15-5.02-26.633-10.96-41.876-31.902-1.445-1.97-2.812-4.034-4.086-6.137l-.86-1.436c-14.137-24.323-17.38-56.392-19.015-86.38l-.215-7.95V98.292c0-7.428-.946-15.08-4.172-21.978-2.494-4.202-5.793-4.516-8.357-3.24-3.298 1.644-7.4 6.822-8.06 17.2.947 72.702-1.59 176.022-2.636 246.594H169.86V98.296c0-7.428-.938-15.08-4.168-21.978-2.585-4.35-6.043-4.595-8.805-3-3.535 2.048-7.703 8.117-7.703 19.808.61 79.303-1.5 164.812-2.684 243.74H68.6V98.3c0-21.373-8.852-39.73-36.375-39.837l-8.42-.033C41.222 38.587 58.55 30.06 86.564 30.06c18.047 0 34.916 7.15 46.576 19.317l1.894-1.712 2.215-1.905c16.768-12.93 35.994-15.695 50.566-15.695 18.022 0 34.86 7.127 46.52 19.256l1.824-1.65 2.215-1.906c16.783-12.93 35.996-15.694 50.58-15.694 33.037 0 61.923 23.91 62.555 58.412.163 8.843.25 19.037.267 30.172 0 62.654-2.787 237.685-.714 250.206l1.002 5.544c.52 2.576 1.07 5.028 1.673 7.38 9.78 37.704 23.914 46.357 49.574 45.798 11.458-1.032 21.664-5.28 29.604-9.802l-16.503-29.712 72.843 2.37-29.02 77.574c-.22-.87-6.215-11.94-13.716-25.587-6.774 8.882-25.53 24.288-74.154 24.288z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-taurus tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M30.882 30.14S64.407 19.33 122.97 49.78C183.966 81.5 208.598 166.55 255.876 167.64c47.283-1.09 71.92-86.14 132.912-117.858 58.558-30.45 92.088-19.643 92.088-19.643v85.483s-38.062-2.453-58.934 13.507c-15.165 11.593-45.23 54.296-71.375 80.08 38.867 27.833 63.966 71.877 63.966 121.45 0 84.162-72.343 152.39-161.587 152.39-89.244 0-161.593-68.228-161.593-152.39 0-51.03 26.6-96.205 67.432-123.865-25.558-25.957-54.263-66.43-68.965-77.67-20.877-15.96-58.938-13.506-58.938-13.506V30.14zM179.45 330.49c0 40.01 32.98 72.44 73.664 72.44 40.684 0 73.67-32.435 73.67-72.44 0-40.004-32.98-72.44-73.67-72.44-40.688 0-73.664 32.436-73.664 72.44z" fill="#fff"/></svg>
<svg class="tc-image-zodiac-virgo tc-image-button" width="22pt" height="22pt" viewBox="0 0 512 512"><path d="M0 0h512v512H0z"/><path d="M176.108 95.4c0-7.73-.975-15.69-4.336-22.874-2.69-4.525-6.29-4.78-9.157-3.12-3.684 2.13-8.016 8.446-8.016 20.61.63 82.52-1.568 171.5-2.794 253.63H70.74V95.395c0-22.24-9.21-41.34-37.85-41.452l-8.758-.04C42.254 33.26 60.295 24.386 89.435 24.386c18.78 0 36.332 7.443 48.47 20.104l1.965-1.78 2.314-1.983c17.45-13.458 37.45-16.335 52.62-16.335 18.747 0 36.268 7.415 48.402 20.04l1.897-1.718 2.305-1.982c17.46-13.458 37.452-16.336 52.624-16.336 34.38 0 64.434 24.884 65.096 60.787.372 19.93.336 46.43.094 75.296 7.926-22.432 23.416-50.88 51.044-50.88 22.807 0 68.417 1.143 68.417 140.26 0 100.9-52.43 158.528-88.714 186.742 4.672 1.804 9.595 2.547 14.594 2.547 25.09 0 45.615-20.526 45.615-20.526v28.514s-8.554 27.936-71.27 27.936c-18.69 0-33.924-3.012-46.37-8.334-38.643 12.317-85.332 19.165-85.332 19.165v-30.792s23.99-1.208 53.3-13.695c-19.102-25.98-23.054-63.213-24.934-97.764l-.228-8.275V95.4c0-7.73-.98-15.69-4.337-22.874-2.596-4.373-6.025-4.695-8.697-3.366-3.428 1.706-7.697 7.1-8.382 17.898.98 75.646-1.655 183.16-2.747 256.596h-81.066V95.4zm188.08 144.462l-.03 2.054-.144 8.463c-.613 36.676-1.27 70.48-1.607 93.27 0 22.467 1.978 39.966 5.41 53.482 24.867-28.925 43.893-72.226 43.893-137.014 0-184.137-46.103-65.27-47.522-20.256z" fill="#fff"/></svg>
<svg class="tc-image-zoo tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 42.123905181884766 48"><path d="M41.927 27.949l-.109-.294c-.342-.922-.765-2.068-1.849-2.717-.755-.452-1.633-.609-2.407-.747a9.94 9.94 0 0 1-1.098-.238l-.284-.1-.045-.015c-3.108-2.496-9.401-2.564-13.321-6.094C17.196 12.688 12.687 7.604 7.616 0L1.28 5.07C.84 5.422 0 5.704 0 6.971c0 .633.644.73 1.403.495l3.574-1.129 10.022 13.944v7.606c0 1.76-.029 3.362 1.464 4.272L12.699 48h2.535l2.382-7.522 2.383-3.72V48h3V35.492s-.035-2.535 2.5-2.535l2.5 2.535V48h2V38l5.516 10h2.535c-1.268-4-3.051-3.637-3.051-7.439v-2.535c0-2.658 3-5.07 3-7.605v-2.533c0-.602-.078-1.135-.215-1.617.442.09.848.199 1.157.385.479.287.744 1.003 1 1.695l.116.312a1 1 0 0 0 1.29.578l.001-.001a1 1 0 0 0 .579-1.291z"/></svg>
<svg class="tc-image-zoo-11 tc-image-button" width="22pt" height="22pt" viewBox="0 0 11.100000381469727 7.5"><path d="M8 0c-.9 0-1.5.5-1.8 1.1 0 0-.7.9-1.2.9H3c-.5 0-1 .5-1 .5l-2 2V5h.5l1.2-1.2.2.2S1 5.7 1 7c0 .5.5.5.5.5H2s.2 0 0-.2l-.2-.2c0-.5.8-1.4 1.2-1.9v1.4c0 .3.111.9.411.9h.5s.2 0 0-.2l-.2-.2c-.2-.4.589-1.6.589-1.6h1.8L6.6 7c.2.5.5.5.5.5h1c.2 0 .7-.2.2-.5l-.2-.2V5c1 0 1.1-1.3 1.5-1.7l.7-.1c.2 0 .8-.2.8-.8V2L9.9 1C9.4.4 8.7 0 8 0z"/></svg>
<svg class="tc-image-zoo-15 tc-image-button" width="22pt" height="22pt" viewBox="0 0 15.015999794006348 9.527999877929688"><path d="M8.404 1.393S7.698 2.5 7.016 2.5h-2.5c-.682 0-1.298.409-1.773.864L.516 5.5c-.269.258-.493.768-.5 1-.016.5 0 1 0 1s1 0 1-1V6l1-1h.5l.158.29S1.72 7.114 1.72 8.818c0 .682.682.682.682.682h.682s.341 0 0-.34l-.34-.342c-.001-.682.772-1.651 1.272-2.318 0 0 .017 1.158 0 2-.008.41.272 1 .682 1h.682s.34 0 0-.34l-.341-.342C4.726 8.25 5.516 6 5.516 6c1.272 0 1.5.5 3 .5l.364 2.318c.111.71.636.682.636.682h1.5c.34 0 .961-.311.34-.774l-.34-.226v-2c1.214-.172 2-1 2-2h1c.321 0 1 0 1-.5V3l-1.704-1.682C12.559.578 12.016 0 11.016 0 9.563 0 8.88.569 8.404 1.393z"/></svg>
<svg class="tc-image-zoom tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.810279846191406 16.806001663208008"><path d="M9.81 0c-3.859 0-7 3.141-7 7 0 .763.127 1.495.354 2.183l-.749.75-.51.512L.895 11.49a3.076 3.076 0 0 0-.89 2.185 3.134 3.134 0 0 0 3.13 3.131c.756 0 1.503-.278 2.103-.784l.064-.055.061-.061 1.512-1.51.75-.749A6.983 6.983 0 0 0 9.81 14c3.86 0 7-3.141 7-7s-3.14-7-7-7zm0 12c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.205 0-4 1.794-4 4s1.795 4 4 4 4-1.794 4-4-1.795-4-4-4zm0 7a3.001 3.001 0 0 1 0-6 3.001 3.001 0 0 1 0 6z"/></svg>
<svg class="tc-image-zoom-in tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.759932518005371 13.592938423156738"><path d="M7.999 5.5a.5.5 0 0 1-.5.5h-1.5v1.5a.5.5 0 0 1-1 0V6h-1.5a.5.5 0 0 1 0-1h1.5V3.5a.5.5 0 0 1 1 0V5h1.5a.5.5 0 0 1 .5.5zm4.52 7.868a.653.653 0 0 1-.918-.104L8.747 9.932A5.465 5.465 0 0 1 5.5 11 5.5 5.5 0 1 1 11 5.5a5.475 5.475 0 0 1-1.31 3.558l2.901 3.387a.654.654 0 0 1-.072.923zM5.499 10c2.481 0 4.5-2.019 4.5-4.5S7.98 1 5.499 1s-4.5 2.019-4.5 4.5 2.019 4.5 4.5 4.5z"/></svg>
<svg class="tc-image-zoom-in-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.925020217895508 20.299888610839844"><path d="M7.7 12.2V8.7H4.2a.5.5 0 0 1 0-1h3.5V4.2a.5.5 0 0 1 1 0v3.5h3.5a.5.5 0 0 1 0 1H8.7v3.5a.5.5 0 0 1-1 0zm11.046 7.217l-4.933-5.798-.001-.001c-.016-.025-.025-.053-.045-.074a.5.5 0 0 0-.707-.031 7.185 7.185 0 0 1-4.86 1.888c-3.97 0-7.2-3.229-7.2-7.2s3.23-7.2 7.2-7.2a7.208 7.208 0 0 1 6.688 9.873.496.496 0 0 0 .278.649.497.497 0 0 0 .649-.278A8.14 8.14 0 0 0 16.4 8.2c0-4.521-3.679-8.2-8.2-8.2S0 3.679 0 8.2s3.679 8.2 8.2 8.2a8.175 8.175 0 0 0 5.126-1.81l4.658 5.475a.502.502 0 0 0 .705.057.5.5 0 0 0 .057-.705z"/></svg>
<svg class="tc-image-zoom-in-alt tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 46"><path d="M33.66 27.539a18.044 18.044 0 0 0 2.632-9.385C36.292 8.125 28.177.004 18.146 0 8.124.003 0 8.125 0 18.152 0 28.17 8.125 36.291 18.152 36.291c3.44 0 6.645-.972 9.384-2.633L39.879 46 46 39.876 33.66 27.539zM18.15 29.38c-6.202-.015-11.216-5.027-11.227-11.216A11.245 11.245 0 0 1 18.15 6.935c6.199.016 11.215 5.028 11.228 11.229-.013 6.182-5.031 11.201-11.228 11.216zM26 16h-6v-6h-4v6h-6v4h6v6h4v-6h6z"/></svg>
<svg class="tc-image-zoom-in-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.80500030517578 16.80499839782715"><path d="M9.5 6.5h-2v-2c0-.275-.225-.5-.5-.5s-.5.225-.5.5v2h-2c-.275 0-.5.225-.5.5s.225.5.5.5h2v2c0 .275.225.5.5.5s.5-.225.5-.5v-2h2c.275 0 .5-.225.5-.5s-.225-.5-.5-.5zm6.381 4.956l-2.244-2.283A6.896 6.896 0 0 0 14 7c0-3.859-3.141-7-7-7S0 3.141 0 7s3.141 7 7 7c.762 0 1.488-.137 2.173-.364l2.397 2.386a3.279 3.279 0 0 0 2.104.783 3.134 3.134 0 0 0 3.131-3.131c0-.84-.328-1.628-.924-2.218zm-3.901-1.11l2.492 2.531c.205.203.332.486.332.797 0 .625-.507 1.131-1.131 1.131-.312 0-.594-.127-.816-.313l-2.512-2.511a6.056 6.056 0 0 0 1.635-1.635zM2 7c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"/></svg>
<svg class="tc-image-zoom-out tc-image-button" width="22pt" height="22pt" viewBox="0 0 12.759932518005371 13.592938423156738"><path d="M7.999 5.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5zm4.52 7.868a.653.653 0 0 1-.918-.104L8.747 9.932A5.465 5.465 0 0 1 5.5 11 5.5 5.5 0 1 1 11 5.5a5.475 5.475 0 0 1-1.31 3.558l2.901 3.387a.654.654 0 0 1-.072.923zM5.499 10c2.481 0 4.5-2.019 4.5-4.5S7.98 1 5.499 1s-4.5 2.019-4.5 4.5 2.019 4.5 4.5 4.5z"/></svg>
<svg class="tc-image-zoom-out-24 tc-image-button" width="22pt" height="22pt" viewBox="0 0 18.925020217895508 20.299888610839844"><path d="M4.2 8.7a.5.5 0 0 1 0-1h8a.5.5 0 0 1 0 1h-8zm14.546 10.717l-4.933-5.798-.001-.001c-.016-.025-.025-.053-.045-.074a.5.5 0 0 0-.707-.031 7.185 7.185 0 0 1-4.86 1.888c-3.97 0-7.2-3.229-7.2-7.2s3.23-7.2 7.2-7.2a7.208 7.208 0 0 1 6.688 9.873.496.496 0 0 0 .278.649.497.497 0 0 0 .649-.278A8.14 8.14 0 0 0 16.4 8.2c0-4.521-3.679-8.2-8.2-8.2S0 3.679 0 8.2s3.679 8.2 8.2 8.2a8.175 8.175 0 0 0 5.126-1.81l4.658 5.475a.502.502 0 0 0 .705.057.5.5 0 0 0 .057-.705z"/></svg>
<svg class="tc-image-zoom-out-alt tc-image-button" width="22pt" height="22pt" version="1.2" overflow="inherit" viewBox="0 0 46 46"><path d="M33.66 27.539a18.044 18.044 0 0 0 2.632-9.385C36.292 8.125 28.177.004 18.146 0 8.124.003 0 8.125 0 18.152 0 28.17 8.125 36.291 18.152 36.291c3.44 0 6.645-.972 9.384-2.633L39.879 46 46 39.876 33.66 27.539zM18.15 29.38c-6.202-.015-11.216-5.027-11.227-11.216A11.245 11.245 0 0 1 18.15 6.935c6.199.016 11.215 5.028 11.228 11.229-.013 6.182-5.031 11.201-11.228 11.216zM10 16h16v4H10z"/></svg>
<svg class="tc-image-zoom-out-map tc-image-button" width="22pt" height="22pt" viewBox="0 0 36 36"><path d="M24 0l4.59 4.59-5.76 5.75 2.83 2.83 5.75-5.76L36 12V0zM0 12l4.59-4.59 5.75 5.76 2.83-2.83-5.76-5.75L12 0H0zm12 24l-4.59-4.59 5.76-5.75-2.83-2.83-5.75 5.76L0 24v12zm24-12l-4.59 4.59-5.75-5.76-2.83 2.83 5.76 5.75L24 36h12z"/></svg>
<svg class="tc-image-zoom-out-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.80500030517578 16.80499839782715"><path d="M9.5 7.5h-5c-.275 0-.5-.225-.5-.5s.225-.5.5-.5h5c.275 0 .5.225.5.5s-.225.5-.5.5zm6.381 3.956l-2.245-2.283A6.868 6.868 0 0 0 14 7c0-3.859-3.141-7-7-7S0 3.141 0 7s3.141 7 7 7c.761 0 1.488-.137 2.173-.364l2.397 2.386a3.279 3.279 0 0 0 2.104.783 3.134 3.134 0 0 0 3.131-3.131c0-.84-.328-1.628-.924-2.218zm-3.901-1.11l2.492 2.531c.205.203.332.486.332.797 0 .625-.507 1.131-1.131 1.131-.312 0-.594-.127-.816-.313l-2.512-2.511a6.056 6.056 0 0 0 1.635-1.635zM2 7c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"/></svg>
<svg class="tc-image-zoom-outline tc-image-button" width="22pt" height="22pt" version="1.2" viewBox="0 0 16.807811737060547 16.80500030517578"><path d="M9.808 4a3.001 3.001 0 0 1 0 6 3.001 3.001 0 0 1 0-6m0-1c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zM.003 13.674a3.134 3.134 0 0 0 3.13 3.131c.757 0 1.504-.277 2.105-.783l2.397-2.386A6.887 6.887 0 0 0 9.808 14c3.86 0 7-3.141 7-7s-3.14-7-7-7-7 3.141-7 7c0 .761.136 1.486.364 2.173L.927 11.456a3.099 3.099 0 0 0-.924 2.218zm6.459-1.694L3.95 14.491a1.272 1.272 0 0 1-.816.313 1.131 1.131 0 0 1-1.131-1.131c0-.311.127-.594.332-.797l2.492-2.531c.435.645.99 1.2 1.635 1.635zm3.346.02c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z"/></svg>
<svg class="tc-image-zoom-part tc-image-button" width="22pt" height="22pt" viewBox="0 0 14 13.964000701904297"><path d="M9.494 6.862c0 .221-.178.4-.398.4H7.494v1.6a.4.4 0 1 1-.798 0v-1.6H5.094a.4.4 0 1 1 0-.8h1.602v-1.6a.399.399 0 1 1 .798 0v1.6h1.602a.4.4 0 0 1 .398.4zm3.349 6.077l-2.535-2.932a4.483 4.483 0 0 0 1.287-3.145 4.5 4.5 0 1 0-4.5 4.5c.901 0 1.737-.271 2.44-.728h.001c.002.003 0 .009.003.012l2.548 2.946a.5.5 0 0 0 .756-.653zm-5.748-2.577c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.571 3.5-3.5 3.5zM14 8.964v-.5a.5.5 0 0 0-1 0v.5a.5.5 0 0 0 1 0zm0-3.699V4.198a.5.5 0 0 0-1 0v1.066a.5.5 0 0 0 1 .001zM14 1V.5a.5.5 0 0 0-.5-.5H13a.5.5 0 0 0 0 1 .5.5 0 0 0 1 0zM10.228.5a.5.5 0 0 0-.5-.5H8.637a.5.5 0 0 0 0 1h1.091a.5.5 0 0 0 .5-.5zM5.864.5a.5.5 0 0 0-.5-.5H4.273a.5.5 0 0 0 0 1h1.091a.5.5 0 0 0 .5-.5zM1 1a.5.5 0 0 0 0-1H.5a.5.5 0 0 0-.5.5V1a.5.5 0 0 0 1 0zm0 8.701V8.613a.5.5 0 0 0-1 0v1.088a.5.5 0 0 0 1 0zm0-4.35V4.263a.5.5 0 0 0-1 0v1.088a.5.5 0 0 0 1 0zm.5 8.113a.5.5 0 0 0-.5-.5.5.5 0 0 0-1 0v.5a.5.5 0 0 0 .5.5H1a.5.5 0 0 0 .5-.5zm3.161 0a.5.5 0 0 0-.5-.5h-.79a.5.5 0 0 0 0 1h.79a.5.5 0 0 0 .5-.5zm2.87 0a.5.5 0 0 0-.5-.5h-.5a.5.5 0 0 0 0 1h.5a.5.5 0 0 0 .5-.5z"/></svg>
<svg class="tc-image-zune tc-image-button" width="22pt" height="22pt" viewBox="0 0 42.75000762939453 46.36600112915039"><path d="M31.844 26.238c-.602 1.05-1.42 1.163-2.424.641a118.038 118.038 0 0 1-3.444-1.954c-1.08-.655-.752-1.689-.018-2.073.735-.384 8.251-4.79 9.137-5.212.75-.356 1.483.249.973 1.21-.323.61-3.622 6.339-4.224 7.388zm1.98 5.224c.607.326 2.057.849 2.627 1.205 1.072.669.732 2.094-.008 2.47-.739.373-7.517 4.686-8.408 5.097-.754.348-1.48-.267-.958-1.222.33-.605 3.7-5.896 4.315-6.939.615-1.042 1.434-1.145 2.431-.61zm-11.652 5.691c-.073-.979.03-8.503 0-9.331-.03-.828.705-1.625 1.81-1.012.588.327 2.824 1.65 3.403 2.024.95.613 1.258 1.38.644 2.423-.613 1.042-3.955 5.559-4.324 6.141-.582.92-1.472.583-1.533-.245zm0-30.543c-.03-1.441.735-2.014 2.055-1.227 1.748 1.043 9.389 6.345 10.309 6.959.92.613.92 1.625-.705 2.514-1.626.89-8.746 4.698-9.727 5.28-.981.583-2.024.583-1.993-.98.03-1.565.091-11.105.06-12.546zm-2.916 12.244c.032.828-.703 1.626-1.808 1.014a114.822 114.822 0 0 1-3.406-2.02c-.951-.612-1.259-1.378-.647-2.422.612-1.043 3.551-6.355 3.92-6.938.58-.92 1.47-.584 1.533.243.074.979.377 9.295.408 10.123zm-.055 20.957c-.065 1.103-.939 1.614-2.527.66-1.588-.954-7.97-5.46-8.968-6.014-.998-.553-1.525-1.453-.16-2.216 1.366-.763 8.39-4.934 9.619-5.688 1.229-.755 2.11-.382 2.096 1.154-.017 2.035.005 11-.06 12.104zM6.163 27.841c.322-.61 3.614-6.343 4.215-7.393.6-1.05 1.417-1.164 2.422-.644.612.318 2.475 1.601 3.051 1.95 1.08.654.754 1.688.02 2.073-.734.384-7.848 4.8-8.734 5.222-.75.359-1.483-.246-.974-1.209zm2.625-12.616c-.608-.325-2.06-1.24-2.63-1.596-1.074-.667-.734-1.698.005-2.074.739-.375 7.116-4.697 8.006-5.109.754-.348 1.48.265.96 1.222-.33.605-3.297 5.9-3.91 6.943-.614 1.043-1.433 1.147-2.431.614zm32.684.273c.521-.92 1.011-2.024-.645-2.975-1.655-.951-15.987-10.499-17.582-11.48l-.061.03C22.448.706 19.362 0 17.951.92c-1.41.92-13.757 8.82-15.69 9.955-1.931 1.135-1.348 2.638-.367 3.22.981.583 3.71 2.24 4.57 2.821.858.583 1.625 1.288.889 2.546-.736 1.257-5.52 9.598-6.502 11.193-.851 3.104.697 4.07 1.893 4.806 1.196.736 14.371 9.004 15.751 9.801 1.38.798 4.312 1.104 5.631.399 1.319-.706 14.74-8.489 16.211-9.378 2.413-2.524-.025-4.34-.67-4.74-.643-.398-3.133-1.357-4.39-2.154-1.257-.797-1.135-1.319-.46-2.515.649-1.15 6.133-10.457 6.654-11.376z"/></svg>
The following tiddlers were imported:
# [[Untitled]]
# [[$:/images/aliwangwang]]
# [[$:/images/aliwangwang-o]]
# [[$:/images/android]]
# [[$:/images/apple]]
# [[$:/images/appstore]]
# [[$:/images/appstore-o]]
# [[$:/images/area-chart]]
# [[$:/images/arrow-down]]
# [[$:/images/arrow-left]]
# [[$:/images/arrow-right]]
# [[$:/images/arrow-salt]]
# [[$:/images/arrow-up]]
# [[$:/images/backward]]
# [[$:/images/bar-chart]]
# [[$:/images/bars]]
# [[$:/images/book]]
# [[$:/images/calculator]]
# [[$:/images/calendar]]
# [[$:/images/camera]]
# [[$:/images/camera-o]]
# [[$:/images/caret-circle-down]]
# [[$:/images/caret-circle-left]]
# [[$:/images/caret-circle-o-down]]
# [[$:/images/caret-circle-o-left]]
# [[$:/images/caret-circle-o-right]]
# [[$:/images/caret-circle-o-up]]
# [[$:/images/caret-circle-right]]
# [[$:/images/caret-circle-up]]
# [[$:/images/caret-down]]
# [[$:/images/caret-left]]
# [[$:/images/caret-right]]
# [[$:/images/caret-up]]
# [[$:/images/check]]
# [[$:/images/check-circle]]
# [[$:/images/check-circle-o]]
# [[$:/images/chrome]]
# [[$:/images/circle-down]]
# [[$:/images/circle-left]]
# [[$:/images/circle-o-down]]
# [[$:/images/circle-o-left]]
# [[$:/images/circle-o-right]]
# [[$:/images/circle-o-up]]
# [[$:/images/circle-right]]
# [[$:/images/circle-up]]
# [[$:/images/clock-circle]]
# [[$:/images/clock-circle-o]]
# [[$:/images/cloud]]
# [[$:/images/cloud-download]]
# [[$:/images/cloud-download-o]]
# [[$:/images/cloud-o]]
# [[$:/images/cloud-upload]]
# [[$:/images/cloud-upload-o]]
# [[$:/images/code]]
# [[$:/images/copy]]
# [[$:/images/credit-card]]
# [[$:/images/cross]]
# [[$:/images/cross-circle]]
# [[$:/images/cross-circle-o]]
# [[$:/images/customerservice]]
# [[$:/images/delete]]
# [[$:/images/desktop]]
# [[$:/images/dislike]]
# [[$:/images/double-left]]
# [[$:/images/double-right]]
# [[$:/images/down]]
# [[$:/images/download]]
# [[$:/images/edit]]
# [[$:/images/ellipsis]]
# [[$:/images/enter]]
# [[$:/images/environment]]
# [[$:/images/environment-o]]
# [[$:/images/exception]]
# [[$:/images/exclamation]]
# [[$:/images/exclamation-circle]]
# [[$:/images/exclamation-circle-o]]
# [[$:/images/export]]
# [[$:/images/eye]]
# [[$:/images/eye-o]]
# [[$:/images/fast-backward]]
# [[$:/images/fast-forward]]
# [[$:/images/file]]
# [[$:/images/file-excel]]
# [[$:/images/file-jpg]]
# [[$:/images/file-pdf]]
# [[$:/images/file-ppt]]
# [[$:/images/file-text]]
# [[$:/images/file-unknown]]
# [[$:/images/filter]]
# [[$:/images/folder]]
# [[$:/images/folder-open]]
# [[$:/images/forward]]
# [[$:/images/frown]]
# [[$:/images/frown-circle]]
# [[$:/images/github]]
# [[$:/images/hdd]]
# [[$:/images/heart]]
# [[$:/images/heart-o]]
# [[$:/images/home]]
# [[$:/images/ie]]
# [[$:/images/inbox]]
# [[$:/images/info]]
# [[$:/images/info-circle]]
# [[$:/images/info-circle-o]]
# [[$:/images/laptop]]
# [[$:/images/left]]
# [[$:/images/like]]
# [[$:/images/line-chart]]
# [[$:/images/link]]
# [[$:/images/lock]]
# [[$:/images/logout]]
# [[$:/images/mail]]
# [[$:/images/meh]]
# [[$:/images/meh-circle]]
# [[$:/images/menu-fold]]
# [[$:/images/menu-unfold]]
# [[$:/images/message]]
# [[$:/images/minus]]
# [[$:/images/minus-circle]]
# [[$:/images/minus-circle-o]]
# [[$:/images/minus-square]]
# [[$:/images/mobile]]
# [[$:/images/notification]]
# [[$:/images/paper-clip]]
# [[$:/images/pause]]
# [[$:/images/pause-circle]]
# [[$:/images/pause-circle-o]]
# [[$:/images/pay-circle]]
# [[$:/images/pay-circle-o]]
# [[$:/images/phone]]
# [[$:/images/picture]]
# [[$:/images/pie-chart]]
# [[$:/images/play-circle]]
# [[$:/images/play-circle-o]]
# [[$:/images/plus]]
# [[$:/images/plus-circle]]
# [[$:/images/plus-circle-o]]
# [[$:/images/plus-square]]
# [[$:/images/poweroff]]
# [[$:/images/pushpin]]
# [[$:/images/pushpin-o]]
# [[$:/images/qrcode]]
# [[$:/images/question]]
# [[$:/images/question-circle]]
# [[$:/images/question-circle-o]]
# [[$:/images/reload]]
# [[$:/images/retweet]]
# [[$:/images/right]]
# [[$:/images/rollback]]
# [[$:/images/save]]
# [[$:/images/scan]]
# [[$:/images/search]]
# [[$:/images/setting]]
# [[$:/images/share-alt]]
# [[$:/images/shopping-cart]]
# [[$:/images/shrink]]
# [[$:/images/smile]]
# [[$:/images/smile-circle]]
# [[$:/images/solution]]
# [[$:/images/star]]
# [[$:/images/star-o]]
# [[$:/images/step-backward]]
# [[$:/images/step-forward]]
# [[$:/images/swap]]
# [[$:/images/swap-left]]
# [[$:/images/swap-right]]
# [[$:/images/tablet]]
# [[$:/images/tag]]
# [[$:/images/tag-o]]
# [[$:/images/tags]]
# [[$:/images/tags-o]]
# [[$:/images/team]]
# [[$:/images/to-top]]
# [[$:/images/unlock]]
# [[$:/images/up]]
# [[$:/images/upload]]
# [[$:/images/user]]
# [[$:/images/verticle-left]]
# [[$:/images/verticle-right]]
# [[$:/images/video-camera]]
# [[$:/images/windows]]
# [[$:/images/500px]]
# [[$:/images/adjust]]
# [[$:/images/adn]]
# [[$:/images/align-center]]
# [[$:/images/align-justify]]
# [[$:/images/align-left]]
# [[$:/images/align-right]]
# [[$:/images/amazon]]
# [[$:/images/ambulance]]
# [[$:/images/american-sign-language-interpreting]]
# [[$:/images/anchor]]
# [[$:/images/angellist]]
# [[$:/images/angle-double-down]]
# [[$:/images/angle-double-left]]
# [[$:/images/angle-double-right]]
# [[$:/images/angle-double-up]]
# [[$:/images/angle-down]]
# [[$:/images/angle-left]]
# [[$:/images/angle-right]]
# [[$:/images/angle-up]]
# [[$:/images/archive]]
# [[$:/images/arrow-circle-down]]
# [[$:/images/arrow-circle-left]]
# [[$:/images/arrow-circle-o-down]]
# [[$:/images/arrow-circle-o-left]]
# [[$:/images/arrow-circle-o-right]]
# [[$:/images/arrow-circle-o-up]]
# [[$:/images/arrow-circle-right]]
# [[$:/images/arrow-circle-up]]
# [[$:/images/arrows]]
# [[$:/images/arrows-alt]]
# [[$:/images/arrows-h]]
# [[$:/images/arrows-v]]
# [[$:/images/assistive-listening-systems]]
# [[$:/images/asterisk]]
# [[$:/images/at]]
# [[$:/images/audio-description]]
# [[$:/images/automobile]]
# [[$:/images/balance-scale]]
# [[$:/images/ban]]
# [[$:/images/bank]]
# [[$:/images/barcode]]
# [[$:/images/battery-0]]
# [[$:/images/battery-1]]
# [[$:/images/battery-2]]
# [[$:/images/battery-3]]
# [[$:/images/battery-4]]
# [[$:/images/bed]]
# [[$:/images/beer]]
# [[$:/images/behance]]
# [[$:/images/behance-square]]
# [[$:/images/bell]]
# [[$:/images/bell-o]]
# [[$:/images/bell-slash]]
# [[$:/images/bell-slash-o]]
# [[$:/images/bicycle]]
# [[$:/images/binoculars]]
# [[$:/images/birthday-cake]]
# [[$:/images/bitbucket]]
# [[$:/images/bitbucket-square]]
# [[$:/images/bitcoin]]
# [[$:/images/black-tie]]
# [[$:/images/blind]]
# [[$:/images/bluetooth]]
# [[$:/images/bluetooth-b]]
# [[$:/images/bold]]
# [[$:/images/bolt]]
# [[$:/images/bomb]]
# [[$:/images/bookmark]]
# [[$:/images/bookmark-o]]
# [[$:/images/braille]]
# [[$:/images/briefcase]]
# [[$:/images/bug]]
# [[$:/images/building]]
# [[$:/images/building-o]]
# [[$:/images/bullhorn]]
# [[$:/images/bullseye]]
# [[$:/images/bus]]
# [[$:/images/buysellads]]
# [[$:/images/cab]]
# [[$:/images/calendar-check-o]]
# [[$:/images/calendar-minus-o]]
# [[$:/images/calendar-o]]
# [[$:/images/calendar-plus-o]]
# [[$:/images/calendar-times-o]]
# [[$:/images/camera-retro]]
# [[$:/images/caret-square-o-down]]
# [[$:/images/caret-square-o-left]]
# [[$:/images/caret-square-o-right]]
# [[$:/images/caret-square-o-up]]
# [[$:/images/cart-arrow-down]]
# [[$:/images/cart-plus]]
# [[$:/images/cc-amex]]
# [[$:/images/cc-diners-club]]
# [[$:/images/cc-discover]]
# [[$:/images/cc-jcb]]
# [[$:/images/cc-mastercard]]
# [[$:/images/cc-paypal]]
# [[$:/images/cc-stripe]]
# [[$:/images/cc-visa]]
# [[$:/images/certificate]]
# [[$:/images/chain]]
# [[$:/images/chain-broken]]
# [[$:/images/check-square]]
# [[$:/images/check-square-o]]
# [[$:/images/chevron-circle-down]]
# [[$:/images/chevron-circle-left]]
# [[$:/images/chevron-circle-right]]
# [[$:/images/chevron-circle-up]]
# [[$:/images/chevron-down]]
# [[$:/images/chevron-left]]
# [[$:/images/chevron-right]]
# [[$:/images/chevron-up]]
# [[$:/images/child]]
# [[$:/images/circle]]
# [[$:/images/circle-o]]
# [[$:/images/circle-o-notch]]
# [[$:/images/circle-thin]]
# [[$:/images/clipboard]]
# [[$:/images/clock-o]]
# [[$:/images/clone]]
# [[$:/images/close]]
# [[$:/images/cny]]
# [[$:/images/code-fork]]
# [[$:/images/codepen]]
# [[$:/images/codiepie]]
# [[$:/images/coffee]]
# [[$:/images/cog]]
# [[$:/images/cogs]]
# [[$:/images/columns]]
# [[$:/images/comment]]
# [[$:/images/comment-o]]
# [[$:/images/commenting]]
# [[$:/images/commenting-o]]
# [[$:/images/comments]]
# [[$:/images/comments-o]]
# [[$:/images/compass]]
# [[$:/images/compress]]
# [[$:/images/connectdevelop]]
# [[$:/images/contao]]
# [[$:/images/copyright]]
# [[$:/images/creative-commons]]
# [[$:/images/credit-card-alt]]
# [[$:/images/crop]]
# [[$:/images/crosshairs]]
# [[$:/images/css3]]
# [[$:/images/cube]]
# [[$:/images/cubes]]
# [[$:/images/cut]]
# [[$:/images/cutlery]]
# [[$:/images/dashboard]]
# [[$:/images/dashcube]]
# [[$:/images/database]]
# [[$:/images/deaf]]
# [[$:/images/dedent]]
# [[$:/images/delicious]]
# [[$:/images/deviantart]]
# [[$:/images/diamond]]
# [[$:/images/digg]]
# [[$:/images/dollar]]
# [[$:/images/dot-circle-o]]
# [[$:/images/dribbble]]
# [[$:/images/dropbox]]
# [[$:/images/drupal]]
# [[$:/images/edge]]
# [[$:/images/eject]]
# [[$:/images/ellipsis-h]]
# [[$:/images/ellipsis-v]]
# [[$:/images/empire]]
# [[$:/images/envelope]]
# [[$:/images/envelope-o]]
# [[$:/images/envelope-square]]
# [[$:/images/envira]]
# [[$:/images/eraser]]
# [[$:/images/eur]]
# [[$:/images/exchange]]
# [[$:/images/exclamation-triangle]]
# [[$:/images/expand]]
# [[$:/images/expeditedssl]]
# [[$:/images/external-link]]
# [[$:/images/external-link-square]]
# [[$:/images/eye-slash]]
# [[$:/images/eyedropper]]
# [[$:/images/fa]]
# [[$:/images/facebook]]
# [[$:/images/facebook-official]]
# [[$:/images/facebook-square]]
# [[$:/images/fax]]
# [[$:/images/feed]]
# [[$:/images/female]]
# [[$:/images/fighter-jet]]
# [[$:/images/file-archive-o]]
# [[$:/images/file-audio-o]]
# [[$:/images/file-code-o]]
# [[$:/images/file-excel-o]]
# [[$:/images/file-image-o]]
# [[$:/images/file-movie-o]]
# [[$:/images/file-o]]
# [[$:/images/file-pdf-o]]
# [[$:/images/file-powerpoint-o]]
# [[$:/images/file-text-o]]
# [[$:/images/file-word-o]]
# [[$:/images/film]]
# [[$:/images/fire]]
# [[$:/images/fire-extinguisher]]
# [[$:/images/firefox]]
# [[$:/images/first-order]]
# [[$:/images/flag]]
# [[$:/images/flag-checkered]]
# [[$:/images/flag-o]]
# [[$:/images/flask]]
# [[$:/images/flickr]]
# [[$:/images/floppy-o]]
# [[$:/images/folder-o]]
# [[$:/images/folder-open-o]]
# [[$:/images/font]]
# [[$:/images/fonticons]]
# [[$:/images/fort-awesome]]
# [[$:/images/forumbee]]
# [[$:/images/foursquare]]
# [[$:/images/frown-o]]
# [[$:/images/futbol-o]]
# [[$:/images/gamepad]]
# [[$:/images/gavel]]
# [[$:/images/gbp]]
# [[$:/images/genderless]]
# [[$:/images/get-pocket]]
# [[$:/images/gg-circle]]
# [[$:/images/gift]]
# [[$:/images/git]]
# [[$:/images/git-square]]
# [[$:/images/github-alt]]
# [[$:/images/github-square]]
# [[$:/images/gitlab]]
# [[$:/images/gittip]]
# [[$:/images/glass]]
# [[$:/images/glide]]
# [[$:/images/glide-g]]
# [[$:/images/globe]]
# [[$:/images/google]]
# [[$:/images/google-plus]]
# [[$:/images/google-plus-circle]]
# [[$:/images/google-plus-square]]
# [[$:/images/google-wallet]]
# [[$:/images/graduation-cap]]
# [[$:/images/group]]
# [[$:/images/h-square]]
# [[$:/images/hacker-news]]
# [[$:/images/hand-grab-o]]
# [[$:/images/hand-lizard-o]]
# [[$:/images/hand-o-down]]
# [[$:/images/hand-o-left]]
# [[$:/images/hand-o-right]]
# [[$:/images/hand-o-up]]
# [[$:/images/hand-paper-o]]
# [[$:/images/hand-peace-o]]
# [[$:/images/hand-pointer-o]]
# [[$:/images/hand-scissors-o]]
# [[$:/images/hand-spock-o]]
# [[$:/images/hashtag]]
# [[$:/images/hdd-o]]
# [[$:/images/header]]
# [[$:/images/headphones]]
# [[$:/images/heartbeat]]
# [[$:/images/history]]
# [[$:/images/hospital-o]]
# [[$:/images/hourglass]]
# [[$:/images/hourglass-1]]
# [[$:/images/hourglass-2]]
# [[$:/images/hourglass-3]]
# [[$:/images/hourglass-o]]
# [[$:/images/houzz]]
# [[$:/images/html5]]
# [[$:/images/i-cursor]]
# [[$:/images/ils]]
# [[$:/images/image]]
# [[$:/images/indent]]
# [[$:/images/industry]]
# [[$:/images/inr]]
# [[$:/images/instagram]]
# [[$:/images/internet-explorer]]
# [[$:/images/ioxhost]]
# [[$:/images/italic]]
# [[$:/images/joomla]]
# [[$:/images/jsfiddle]]
# [[$:/images/key]]
# [[$:/images/keyboard-o]]
# [[$:/images/krw]]
# [[$:/images/language]]
# [[$:/images/lastfm]]
# [[$:/images/lastfm-square]]
# [[$:/images/leaf]]
# [[$:/images/leanpub]]
# [[$:/images/lemon-o]]
# [[$:/images/level-down]]
# [[$:/images/level-up]]
# [[$:/images/life-bouy]]
# [[$:/images/lightbulb-o]]
# [[$:/images/linkedin]]
# [[$:/images/linkedin-square]]
# [[$:/images/linux]]
# [[$:/images/list]]
# [[$:/images/list-alt]]
# [[$:/images/list-ol]]
# [[$:/images/list-ul]]
# [[$:/images/location-arrow]]
# [[$:/images/long-arrow-down]]
# [[$:/images/long-arrow-left]]
# [[$:/images/long-arrow-right]]
# [[$:/images/long-arrow-up]]
# [[$:/images/low-vision]]
# [[$:/images/magic]]
# [[$:/images/magnet]]
# [[$:/images/mail-forward]]
# [[$:/images/mail-reply]]
# [[$:/images/mail-reply-all]]
# [[$:/images/male]]
# [[$:/images/map]]
# [[$:/images/map-marker]]
# [[$:/images/map-o]]
# [[$:/images/map-pin]]
# [[$:/images/map-signs]]
# [[$:/images/mars]]
# [[$:/images/maxcdn]]
# [[$:/images/meanpath]]
# [[$:/images/medium]]
# [[$:/images/medkit]]
# [[$:/images/meh-o]]
# [[$:/images/microphone]]
# [[$:/images/microphone-slash]]
# [[$:/images/minus-square-o]]
# [[$:/images/mixcloud]]
# [[$:/images/modx]]
# [[$:/images/money]]
# [[$:/images/moon-o]]
# [[$:/images/motorcycle]]
# [[$:/images/mouse-pointer]]
# [[$:/images/music]]
# [[$:/images/neuter]]
# [[$:/images/newspaper-o]]
# [[$:/images/object-group]]
# [[$:/images/object-ungroup]]
# [[$:/images/odnoklassniki]]
# [[$:/images/odnoklassniki-square]]
# [[$:/images/opencart]]
# [[$:/images/openid]]
# [[$:/images/opera]]
# [[$:/images/optin-monster]]
# [[$:/images/pagelines]]
# [[$:/images/paint-brush]]
# [[$:/images/paper-plane]]
# [[$:/images/paper-plane-o]]
# [[$:/images/paperclip]]
# [[$:/images/paragraph]]
# [[$:/images/paw]]
# [[$:/images/paypal]]
# [[$:/images/pencil]]
# [[$:/images/pencil-square]]
# [[$:/images/percent]]
# [[$:/images/phone-square]]
# [[$:/images/pied-piper]]
# [[$:/images/pied-piper-alt]]
# [[$:/images/pied-piper-pp]]
# [[$:/images/pinterest]]
# [[$:/images/pinterest-p]]
# [[$:/images/pinterest-square]]
# [[$:/images/plane]]
# [[$:/images/play]]
# [[$:/images/plug]]
# [[$:/images/plus-square-o]]
# [[$:/images/power-off]]
# [[$:/images/print]]
# [[$:/images/product-hunt]]
# [[$:/images/puzzle-piece]]
# [[$:/images/qq]]
# [[$:/images/quote-left]]
# [[$:/images/quote-right]]
# [[$:/images/ra]]
# [[$:/images/random]]
# [[$:/images/recycle]]
# [[$:/images/reddit]]
# [[$:/images/reddit-alien]]
# [[$:/images/reddit-square]]
# [[$:/images/refresh]]
# [[$:/images/registered]]
# [[$:/images/renren]]
# [[$:/images/repeat]]
# [[$:/images/road]]
# [[$:/images/rocket]]
# [[$:/images/rotate-left]]
# [[$:/images/rouble]]
# [[$:/images/rss-square]]
# [[$:/images/safari]]
# [[$:/images/scribd]]
# [[$:/images/search-minus]]
# [[$:/images/search-plus]]
# [[$:/images/sellsy]]
# [[$:/images/server]]
# [[$:/images/share-alt-square]]
# [[$:/images/share-square]]
# [[$:/images/share-square-o]]
# [[$:/images/shield]]
# [[$:/images/ship]]
# [[$:/images/shirtsinbulk]]
# [[$:/images/shopping-bag]]
# [[$:/images/shopping-basket]]
# [[$:/images/sign-in]]
# [[$:/images/sign-language]]
# [[$:/images/sign-out]]
# [[$:/images/signal]]
# [[$:/images/simplybuilt]]
# [[$:/images/sitemap]]
# [[$:/images/skyatlas]]
# [[$:/images/skype]]
# [[$:/images/slack]]
# [[$:/images/sliders]]
# [[$:/images/slideshare]]
# [[$:/images/smile-o]]
# [[$:/images/snapchat]]
# [[$:/images/snapchat-ghost]]
# [[$:/images/snapchat-square]]
# [[$:/images/sort]]
# [[$:/images/sort-alpha-asc]]
# [[$:/images/sort-alpha-desc]]
# [[$:/images/sort-amount-asc]]
# [[$:/images/sort-amount-desc]]
# [[$:/images/sort-asc]]
# [[$:/images/sort-desc]]
# [[$:/images/sort-numeric-asc]]
# [[$:/images/sort-numeric-desc]]
# [[$:/images/soundcloud]]
# [[$:/images/space-shuttle]]
# [[$:/images/spinner]]
# [[$:/images/spoon]]
# [[$:/images/spotify]]
# [[$:/images/square]]
# [[$:/images/square-o]]
# [[$:/images/stack-exchange]]
# [[$:/images/stack-overflow]]
# [[$:/images/star-half]]
# [[$:/images/star-half-empty]]
# [[$:/images/steam]]
# [[$:/images/steam-square]]
# [[$:/images/stethoscope]]
# [[$:/images/sticky-note]]
# [[$:/images/sticky-note-o]]
# [[$:/images/stop]]
# [[$:/images/stop-circle]]
# [[$:/images/stop-circle-o]]
# [[$:/images/street-view]]
# [[$:/images/strikethrough]]
# [[$:/images/stumbleupon]]
# [[$:/images/stumbleupon-circle]]
# [[$:/images/subscript]]
# [[$:/images/subway]]
# [[$:/images/suitcase]]
# [[$:/images/sun-o]]
# [[$:/images/superscript]]
# [[$:/images/table]]
# [[$:/images/tasks]]
# [[$:/images/television]]
# [[$:/images/tencent-weibo]]
# [[$:/images/terminal]]
# [[$:/images/text-height]]
# [[$:/images/text-width]]
# [[$:/images/th-large]]
# [[$:/images/th-list]]
# [[$:/images/themeisle]]
# [[$:/images/thumb-tack]]
# [[$:/images/thumbs-down]]
# [[$:/images/thumbs-o-down]]
# [[$:/images/thumbs-o-up]]
# [[$:/images/thumbs-up]]
# [[$:/images/ticket]]
# [[$:/images/times-circle]]
# [[$:/images/times-circle-o]]
# [[$:/images/tint]]
# [[$:/images/toggle-off]]
# [[$:/images/toggle-on]]
# [[$:/images/trademark]]
# [[$:/images/train]]
# [[$:/images/trash]]
# [[$:/images/trash-o]]
# [[$:/images/tree]]
# [[$:/images/trello]]
# [[$:/images/tripadvisor]]
# [[$:/images/trophy]]
# [[$:/images/truck]]
# [[$:/images/try]]
# [[$:/images/tty]]
# [[$:/images/tumblr]]
# [[$:/images/tumblr-square]]
# [[$:/images/twitch]]
# [[$:/images/twitter]]
# [[$:/images/twitter-square]]
# [[$:/images/umbrella]]
# [[$:/images/underline]]
# [[$:/images/universal-access]]
# [[$:/images/unlock-alt]]
# [[$:/images/usb]]
# [[$:/images/user-md]]
# [[$:/images/user-plus]]
# [[$:/images/user-secret]]
# [[$:/images/user-times]]
# [[$:/images/venus]]
# [[$:/images/venus-mars]]
# [[$:/images/viacoin]]
# [[$:/images/viadeo]]
# [[$:/images/viadeo-square]]
# [[$:/images/vimeo]]
# [[$:/images/vimeo-square]]
# [[$:/images/vine]]
# [[$:/images/vk]]
# [[$:/images/volume-control-phone]]
# [[$:/images/volume-down]]
# [[$:/images/volume-off]]
# [[$:/images/volume-up]]
# [[$:/images/wechat]]
# [[$:/images/weibo]]
# [[$:/images/whatsapp]]
# [[$:/images/wheelchair]]
# [[$:/images/wheelchair-alt]]
# [[$:/images/wifi]]
# [[$:/images/wikipedia-w]]
# [[$:/images/wordpress]]
# [[$:/images/wpbeginner]]
# [[$:/images/wpforms]]
# [[$:/images/wrench]]
# [[$:/images/xing]]
# [[$:/images/xing-square]]
# [[$:/images/y-combinator]]
# [[$:/images/yahoo]]
# [[$:/images/yelp]]
# [[$:/images/yoast]]
# [[$:/images/youtube]]
# [[$:/images/youtube-play]]
# [[$:/images/youtube-square]]
# [[$:/images/alert]]
# [[$:/images/baby-formula]]
# [[$:/images/ban-circle]]
# [[$:/images/bishop]]
# [[$:/images/blackboard]]
# [[$:/images/cd]]
# [[$:/images/circle-arrow-down]]
# [[$:/images/circle-arrow-left]]
# [[$:/images/circle-arrow-right]]
# [[$:/images/circle-arrow-up]]
# [[$:/images/collapse-down]]
# [[$:/images/collapse-up]]
# [[$:/images/compressed]]
# [[$:/images/console]]
# [[$:/images/copyright-mark]]
# [[$:/images/download-alt]]
# [[$:/images/duplicate]]
# [[$:/images/earphone]]
# [[$:/images/education]]
# [[$:/images/equalizer]]
# [[$:/images/erase]]
# [[$:/images/exclamation-sign]]
# [[$:/images/eye-close]]
# [[$:/images/eye-open]]
# [[$:/images/facetime-video]]
# [[$:/images/flash]]
# [[$:/images/floppy-disk]]
# [[$:/images/floppy-open]]
# [[$:/images/floppy-remove]]
# [[$:/images/floppy-save]]
# [[$:/images/floppy-saved]]
# [[$:/images/folder-close]]
# [[$:/images/fullscreen]]
# [[$:/images/grain]]
# [[$:/images/hand-down]]
# [[$:/images/hand-left]]
# [[$:/images/hand-right]]
# [[$:/images/hand-up]]
# [[$:/images/hd-video]]
# [[$:/images/heart-empty]]
# [[$:/images/ice-lolly]]
# [[$:/images/ice-lolly-tasted]]
# [[$:/images/import]]
# [[$:/images/indent-left]]
# [[$:/images/indent-right]]
# [[$:/images/info-sign]]
# [[$:/images/king]]
# [[$:/images/knight]]
# [[$:/images/lamp]]
# [[$:/images/log-in]]
# [[$:/images/log-out]]
# [[$:/images/menu-down]]
# [[$:/images/menu-hamburger]]
# [[$:/images/menu-left]]
# [[$:/images/menu-right]]
# [[$:/images/menu-up]]
# [[$:/images/minus-sign]]
# [[$:/images/modal-window]]
# [[$:/images/move]]
# [[$:/images/new-window]]
# [[$:/images/object-align-bottom]]
# [[$:/images/object-align-horizontal]]
# [[$:/images/object-align-left]]
# [[$:/images/object-align-right]]
# [[$:/images/object-align-top]]
# [[$:/images/object-align-vertical]]
# [[$:/images/off]]
# [[$:/images/oil]]
# [[$:/images/ok]]
# [[$:/images/ok-circle]]
# [[$:/images/ok-sign]]
# [[$:/images/open]]
# [[$:/images/open-file]]
# [[$:/images/option-horizontal]]
# [[$:/images/option-vertical]]
# [[$:/images/paste]]
# [[$:/images/pawn]]
# [[$:/images/phone-alt]]
# [[$:/images/piggy-bank]]
# [[$:/images/plus-sign]]
# [[$:/images/queen]]
# [[$:/images/question-sign]]
# [[$:/images/record]]
# [[$:/images/registration-mark]]
# [[$:/images/remove]]
# [[$:/images/remove-circle]]
# [[$:/images/remove-sign]]
# [[$:/images/resize-full]]
# [[$:/images/resize-horizontal]]
# [[$:/images/resize-small]]
# [[$:/images/resize-vertical]]
# [[$:/images/ruble]]
# [[$:/images/save-file]]
# [[$:/images/saved]]
# [[$:/images/scale]]
# [[$:/images/scissors]]
# [[$:/images/screenshot]]
# [[$:/images/sd-video]]
# [[$:/images/send]]
# [[$:/images/share]]
# [[$:/images/sort-by-alphabet]]
# [[$:/images/sort-by-alphabet-alt]]
# [[$:/images/sort-by-attributes]]
# [[$:/images/sort-by-attributes-alt]]
# [[$:/images/sort-by-order]]
# [[$:/images/sort-by-order-alt]]
# [[$:/images/sound-5-1]]
# [[$:/images/sound-6-1]]
# [[$:/images/sound-7-1]]
# [[$:/images/sound-dolby]]
# [[$:/images/sound-stereo]]
# [[$:/images/star-empty]]
# [[$:/images/stats]]
# [[$:/images/subtitles]]
# [[$:/images/sunglasses]]
# [[$:/images/tent]]
# [[$:/images/text-background]]
# [[$:/images/text-color]]
# [[$:/images/text-size]]
# [[$:/images/time]]
# [[$:/images/tower]]
# [[$:/images/transfer]]
# [[$:/images/tree-conifer]]
# [[$:/images/tree-deciduous]]
# [[$:/images/triangle-bottom]]
# [[$:/images/triangle-left]]
# [[$:/images/triangle-right]]
# [[$:/images/triangle-top]]
# [[$:/images/unchecked]]
# [[$:/images/usd]]
# [[$:/images/warning-sign]]
# [[$:/images/yen]]
# [[$:/images/zoom-in]]
# [[$:/images/zoom-out]]
# [[$:/images/angular_simple]]
# [[$:/images/appcelerator]]
# [[$:/images/aptana]]
# [[$:/images/atlassian]]
# [[$:/images/atom]]
# [[$:/images/aws]]
# [[$:/images/backbone]]
# [[$:/images/bing_small]]
# [[$:/images/bintray]]
# [[$:/images/blackberry]]
# [[$:/images/bootstrap]]
# [[$:/images/bower]]
# [[$:/images/brackets]]
# [[$:/images/bugsense]]
# [[$:/images/celluloid]]
# [[$:/images/cisco]]
# [[$:/images/clojure]]
# [[$:/images/clojure_alt]]
# [[$:/images/cloud9]]
# [[$:/images/coda]]
# [[$:/images/codeigniter]]
# [[$:/images/code_badge]]
# [[$:/images/codrops]]
# [[$:/images/coffeescript]]
# [[$:/images/composer]]
# [[$:/images/creativecommons]]
# [[$:/images/creativecommons_badge]]
# [[$:/images/css3_full]]
# [[$:/images/cssdeck]]
# [[$:/images/css_tricks]]
# [[$:/images/dart]]
# [[$:/images/debian]]
# [[$:/images/digital-ocean]]
# [[$:/images/django]]
# [[$:/images/dlang]]
# [[$:/images/docker]]
# [[$:/images/doctrine]]
# [[$:/images/dojo]]
# [[$:/images/dotnet]]
# [[$:/images/dreamweaver]]
# [[$:/images/eclipse]]
# [[$:/images/ember]]
# [[$:/images/envato]]
# [[$:/images/erlang]]
# [[$:/images/extjs]]
# [[$:/images/firebase]]
# [[$:/images/fsharp]]
# [[$:/images/ghost]]
# [[$:/images/ghost_small]]
# [[$:/images/github_alt]]
# [[$:/images/github_badge]]
# [[$:/images/github_full]]
# [[$:/images/git_branch]]
# [[$:/images/git_commit]]
# [[$:/images/git_compare]]
# [[$:/images/git_merge]]
# [[$:/images/git_pull_request]]
# [[$:/images/gnu]]
# [[$:/images/go]]
# [[$:/images/google-cloud-platform]]
# [[$:/images/google_analytics]]
# [[$:/images/google_drive]]
# [[$:/images/grails]]
# [[$:/images/groovy]]
# [[$:/images/grunt]]
# [[$:/images/gulp]]
# [[$:/images/hackernews]]
# [[$:/images/haskell]]
# [[$:/images/heroku]]
# [[$:/images/html5_3d_effects]]
# [[$:/images/html5_connectivity]]
# [[$:/images/html5_device_access]]
# [[$:/images/html5_multimedia]]
# [[$:/images/illustrator]]
# [[$:/images/intellij]]
# [[$:/images/ionic]]
# [[$:/images/java]]
# [[$:/images/javascript]]
# [[$:/images/javascript_1]]
# [[$:/images/jekyll_small]]
# [[$:/images/jenkins]]
# [[$:/images/jira]]
# [[$:/images/jquery_logo]]
# [[$:/images/jquery_ui_logo]]
# [[$:/images/js_badge]]
# [[$:/images/komodo]]
# [[$:/images/krakenjs]]
# [[$:/images/krakenjs_badge]]
# [[$:/images/laravel]]
# [[$:/images/less]]
# [[$:/images/magento]]
# [[$:/images/mailchimp]]
# [[$:/images/markdown]]
# [[$:/images/materializecss]]
# [[$:/images/meteor]]
# [[$:/images/meteorfull]]
# [[$:/images/mitlicence]]
# [[$:/images/modernizr]]
# [[$:/images/mongodb]]
# [[$:/images/mootools]]
# [[$:/images/mootools_badge]]
# [[$:/images/mozilla]]
# [[$:/images/msql_server]]
# [[$:/images/mysql]]
# [[$:/images/nancy]]
# [[$:/images/netbeans]]
# [[$:/images/netmagazine]]
# [[$:/images/nginx]]
# [[$:/images/nodejs]]
# [[$:/images/nodejs_small]]
# [[$:/images/npm]]
# [[$:/images/onedrive]]
# [[$:/images/openshift]]
# [[$:/images/opensource]]
# [[$:/images/perl]]
# [[$:/images/phonegap]]
# [[$:/images/photoshop]]
# [[$:/images/php]]
# [[$:/images/postgresql]]
# [[$:/images/prolog]]
# [[$:/images/python]]
# [[$:/images/rackspace]]
# [[$:/images/raphael]]
# [[$:/images/rasberry_pi]]
# [[$:/images/react]]
# [[$:/images/redhat]]
# [[$:/images/redis]]
# [[$:/images/requirejs]]
# [[$:/images/responsive]]
# [[$:/images/ror]]
# [[$:/images/ruby]]
# [[$:/images/ruby_rough]]
# [[$:/images/rust]]
# [[$:/images/sass]]
# [[$:/images/scala]]
# [[$:/images/scriptcs]]
# [[$:/images/scrum]]
# [[$:/images/senchatouch]]
# [[$:/images/sizzlejs]]
# [[$:/images/smashing_magazine]]
# [[$:/images/snap_svg]]
# [[$:/images/spark]]
# [[$:/images/sqllite]]
# [[$:/images/stackoverflow]]
# [[$:/images/streamline]]
# [[$:/images/stylus]]
# [[$:/images/sublime]]
# [[$:/images/swift]]
# [[$:/images/symfony]]
# [[$:/images/symfony_badge]]
# [[$:/images/techcrunch]]
# [[$:/images/terminal_badge]]
# [[$:/images/travis]]
# [[$:/images/typo3]]
# [[$:/images/ubuntu]]
# [[$:/images/uikit]]
# [[$:/images/unity_small]]
# [[$:/images/vim]]
# [[$:/images/visualstudio]]
# [[$:/images/w3c]]
# [[$:/images/webplatform]]
# [[$:/images/yahoo_small]]
# [[$:/images/yeoman]]
# [[$:/images/yii]]
# [[$:/images/zend]]
# [[$:/images/address-book]]
# [[$:/images/address-book-alt]]
# [[$:/images/adjust-alt]]
# [[$:/images/adult]]
# [[$:/images/asl]]
# [[$:/images/blogger]]
# [[$:/images/bookmark-empty]]
# [[$:/images/broom]]
# [[$:/images/brush]]
# [[$:/images/bulb]]
# [[$:/images/calendar-sign]]
# [[$:/images/car]]
# [[$:/images/check-empty]]
# [[$:/images/cloud-alt]]
# [[$:/images/cog-alt]]
# [[$:/images/comment-alt]]
# [[$:/images/compass-alt]]
# [[$:/images/css]]
# [[$:/images/envelope-alt]]
# [[$:/images/error]]
# [[$:/images/error-alt]]
# [[$:/images/file-alt]]
# [[$:/images/file-edit]]
# [[$:/images/file-edit-alt]]
# [[$:/images/file-new]]
# [[$:/images/file-new-alt]]
# [[$:/images/flag-alt]]
# [[$:/images/folder-sign]]
# [[$:/images/fontsize]]
# [[$:/images/fork]]
# [[$:/images/forward-alt]]
# [[$:/images/friendfeed]]
# [[$:/images/friendfeed-rect]]
# [[$:/images/github-text]]
# [[$:/images/glasses]]
# [[$:/images/globe-alt]]
# [[$:/images/googleplus]]
# [[$:/images/graph]]
# [[$:/images/graph-alt]]
# [[$:/images/group-alt]]
# [[$:/images/guidedog]]
# [[$:/images/hearing-impaired]]
# [[$:/images/heart-alt]]
# [[$:/images/home-alt]]
# [[$:/images/idea]]
# [[$:/images/idea-alt]]
# [[$:/images/inbox-alt]]
# [[$:/images/inbox-box]]
# [[$:/images/iphone-home]]
# [[$:/images/laptop-alt]]
# [[$:/images/lines]]
# [[$:/images/livejournal]]
# [[$:/images/lock-alt]]
# [[$:/images/map-marker-alt]]
# [[$:/images/mic]]
# [[$:/images/mic-alt]]
# [[$:/images/myspace]]
# [[$:/images/network]]
# [[$:/images/paper-clip-alt]]
# [[$:/images/path]]
# [[$:/images/pause-alt]]
# [[$:/images/pencil-alt]]
# [[$:/images/person]]
# [[$:/images/photo]]
# [[$:/images/photo-alt]]
# [[$:/images/picasa]]
# [[$:/images/play-alt]]
# [[$:/images/podcast]]
# [[$:/images/puzzle]]
# [[$:/images/quotes]]
# [[$:/images/quotes-alt]]
# [[$:/images/repeat-alt]]
# [[$:/images/return-key]]
# [[$:/images/reverse-alt]]
# [[$:/images/rss]]
# [[$:/images/screen]]
# [[$:/images/screen-alt]]
# [[$:/images/search-alt]]
# [[$:/images/shopping-cart-sign]]
# [[$:/images/smiley]]
# [[$:/images/smiley-alt]]
# [[$:/images/speaker]]
# [[$:/images/star-alt]]
# [[$:/images/stop-alt]]
# [[$:/images/time-alt]]
# [[$:/images/torso]]
# [[$:/images/trash-alt]]
# [[$:/images/video]]
# [[$:/images/video-alt]]
# [[$:/images/video-chat]]
# [[$:/images/view-mode]]
# [[$:/images/vkontakte]]
# [[$:/images/website]]
# [[$:/images/website-alt]]
# [[$:/images/wrench-alt]]
# [[$:/images/address]]
# [[$:/images/air]]
# [[$:/images/arrow-combo]]
# [[$:/images/arrows-ccw]]
# [[$:/images/attach]]
# [[$:/images/attention]]
# [[$:/images/back]]
# [[$:/images/back-in-time]]
# [[$:/images/bag]]
# [[$:/images/basket]]
# [[$:/images/battery]]
# [[$:/images/block]]
# [[$:/images/book-open]]
# [[$:/images/bookmarks]]
# [[$:/images/box]]
# [[$:/images/bucket]]
# [[$:/images/cancel]]
# [[$:/images/cancel-circled]]
# [[$:/images/cancel-squared]]
# [[$:/images/cc-by]]
# [[$:/images/cc-nc]]
# [[$:/images/cc-nc-eu]]
# [[$:/images/cc-nc-jp]]
# [[$:/images/cc-nd]]
# [[$:/images/cc-pd]]
# [[$:/images/cc-remix]]
# [[$:/images/cc-sa]]
# [[$:/images/cc-share]]
# [[$:/images/cc-zero]]
# [[$:/images/ccw]]
# [[$:/images/chart-area]]
# [[$:/images/chart-bar]]
# [[$:/images/chart-line]]
# [[$:/images/chart-pie]]
# [[$:/images/chat]]
# [[$:/images/clock]]
# [[$:/images/cloud-thunder]]
# [[$:/images/cup]]
# [[$:/images/db-shape]]
# [[$:/images/direction]]
# [[$:/images/doc]]
# [[$:/images/doc-landscape]]
# [[$:/images/doc-text]]
# [[$:/images/doc-text-inv]]
# [[$:/images/docs]]
# [[$:/images/dot]]
# [[$:/images/dot-2]]
# [[$:/images/dot-3]]
# [[$:/images/down-bold]]
# [[$:/images/down-circled]]
# [[$:/images/down-dir]]
# [[$:/images/down-open]]
# [[$:/images/down-open-big]]
# [[$:/images/down-open-mini]]
# [[$:/images/down-thin]]
# [[$:/images/dribbble-circled]]
# [[$:/images/drive]]
# [[$:/images/droplet]]
# [[$:/images/evernote]]
# [[$:/images/facebook-circled]]
# [[$:/images/facebook-squared]]
# [[$:/images/feather]]
# [[$:/images/flashlight]]
# [[$:/images/flattr]]
# [[$:/images/flickr-circled]]
# [[$:/images/flight]]
# [[$:/images/floppy]]
# [[$:/images/flow-branch]]
# [[$:/images/flow-cascade]]
# [[$:/images/flow-line]]
# [[$:/images/flow-parallel]]
# [[$:/images/flow-tree]]
# [[$:/images/gauge]]
# [[$:/images/github-circled]]
# [[$:/images/google-circles]]
# [[$:/images/gplus]]
# [[$:/images/gplus-circled]]
# [[$:/images/help]]
# [[$:/images/help-circled]]
# [[$:/images/infinity]]
# [[$:/images/info-circled]]
# [[$:/images/instagrem]]
# [[$:/images/install]]
# [[$:/images/keyboard]]
# [[$:/images/lastfm-circled]]
# [[$:/images/layout]]
# [[$:/images/left-bold]]
# [[$:/images/left-circled]]
# [[$:/images/left-dir]]
# [[$:/images/left-open]]
# [[$:/images/left-open-big]]
# [[$:/images/left-open-mini]]
# [[$:/images/left-thin]]
# [[$:/images/lifebuoy]]
# [[$:/images/light-down]]
# [[$:/images/light-up]]
# [[$:/images/linkedin-circled]]
# [[$:/images/list-add]]
# [[$:/images/location]]
# [[$:/images/lock-open]]
# [[$:/images/login]]
# [[$:/images/logo-db]]
# [[$:/images/loop]]
# [[$:/images/megaphone]]
# [[$:/images/menu]]
# [[$:/images/minus-circled]]
# [[$:/images/minus-squared]]
# [[$:/images/mixi]]
# [[$:/images/monitor]]
# [[$:/images/moon]]
# [[$:/images/mouse]]
# [[$:/images/mute]]
# [[$:/images/newspaper]]
# [[$:/images/note]]
# [[$:/images/note-beamed]]
# [[$:/images/palette]]
# [[$:/images/pinterest-circled]]
# [[$:/images/plus-circled]]
# [[$:/images/plus-squared]]
# [[$:/images/popup]]
# [[$:/images/progress-0]]
# [[$:/images/progress-1]]
# [[$:/images/progress-2]]
# [[$:/images/progress-3]]
# [[$:/images/publish]]
# [[$:/images/quote]]
# [[$:/images/rdio]]
# [[$:/images/rdio-circled]]
# [[$:/images/reply]]
# [[$:/images/reply-all]]
# [[$:/images/right-bold]]
# [[$:/images/right-circled]]
# [[$:/images/right-dir]]
# [[$:/images/right-open]]
# [[$:/images/right-open-big]]
# [[$:/images/right-open-mini]]
# [[$:/images/right-thin]]
# [[$:/images/shareable]]
# [[$:/images/shuffle]]
# [[$:/images/sina-weibo]]
# [[$:/images/skype-circled]]
# [[$:/images/smashing]]
# [[$:/images/sound]]
# [[$:/images/spotify-circled]]
# [[$:/images/stumbleupon-circled]]
# [[$:/images/sweden]]
# [[$:/images/switch]]
# [[$:/images/tape]]
# [[$:/images/target]]
# [[$:/images/thermometer]]
# [[$:/images/to-end]]
# [[$:/images/to-start]]
# [[$:/images/tools]]
# [[$:/images/traffic-cone]]
# [[$:/images/tumblr-circled]]
# [[$:/images/twitter-circled]]
# [[$:/images/up-bold]]
# [[$:/images/up-circled]]
# [[$:/images/up-dir]]
# [[$:/images/up-open]]
# [[$:/images/up-open-big]]
# [[$:/images/up-open-mini]]
# [[$:/images/up-thin]]
# [[$:/images/upload-cloud]]
# [[$:/images/user-add]]
# [[$:/images/users]]
# [[$:/images/vcard]]
# [[$:/images/vimeo-circled]]
# [[$:/images/volume]]
# [[$:/images/water]]
# [[$:/images/window]]
# [[$:/images/cart]]
# [[$:/images/chart]]
# [[$:/images/close-o]]
# [[$:/images/gear]]
# [[$:/images/navicon]]
# [[$:/images/pointer]]
# [[$:/images/redo]]
# [[$:/images/sc-facebook]]
# [[$:/images/sc-github]]
# [[$:/images/sc-google-plus]]
# [[$:/images/sc-instagram]]
# [[$:/images/sc-linkedin]]
# [[$:/images/sc-odnoklassniki]]
# [[$:/images/sc-pinterest]]
# [[$:/images/sc-skype]]
# [[$:/images/sc-soundcloud]]
# [[$:/images/sc-telegram]]
# [[$:/images/sc-tumblr]]
# [[$:/images/sc-twitter]]
# [[$:/images/sc-vimeo]]
# [[$:/images/sc-vk]]
# [[$:/images/sc-youtube]]
# [[$:/images/share-apple]]
# [[$:/images/share-google]]
# [[$:/images/spinner-2]]
# [[$:/images/spinner-3]]
# [[$:/images/undo]]
# [[$:/images/ec]]
# [[$:/images/na]]
# [[$:/images/no]]
# [[$:/images/sd]]
# [[$:/images/tv]]
# [[$:/images/alert-circle]]
# [[$:/images/bubble]]
# [[$:/images/calendar-solid]]
# [[$:/images/checkbox-checked]]
# [[$:/images/checkbox-unchecked]]
# [[$:/images/clip]]
# [[$:/images/clocks]]
# [[$:/images/cmd]]
# [[$:/images/compas]]
# [[$:/images/document]]
# [[$:/images/exit]]
# [[$:/images/gift-box]]
# [[$:/images/list-bulleted]]
# [[$:/images/list-columned]]
# [[$:/images/list-large-thumbnails]]
# [[$:/images/list-numbered]]
# [[$:/images/list-small-thumbnails]]
# [[$:/images/list-thumbnailed]]
# [[$:/images/new]]
# [[$:/images/paper-bag]]
# [[$:/images/pencils]]
# [[$:/images/power]]
# [[$:/images/radio-checked]]
# [[$:/images/radio-unchecked]]
# [[$:/images/resize]]
# [[$:/images/retina]]
# [[$:/images/star-2]]
# [[$:/images/toilet-paper]]
# [[$:/images/triangle-down]]
# [[$:/images/triangle-down-small]]
# [[$:/images/triangle-left-large]]
# [[$:/images/triangle-right-large]]
# [[$:/images/triangle-up]]
# [[$:/images/triangle-up-small]]
# [[$:/images/windows-8]]
# [[$:/images/annotate]]
# [[$:/images/arrows-compress]]
# [[$:/images/arrows-expand]]
# [[$:/images/arrows-in]]
# [[$:/images/arrows-out]]
# [[$:/images/at-sign]]
# [[$:/images/background-color]]
# [[$:/images/battery-empty]]
# [[$:/images/battery-full]]
# [[$:/images/battery-half]]
# [[$:/images/bitcoin-circle]]
# [[$:/images/book-bookmark]]
# [[$:/images/burst]]
# [[$:/images/burst-new]]
# [[$:/images/burst-sale]]
# [[$:/images/checkbox]]
# [[$:/images/clipboard-notes]]
# [[$:/images/clipboard-pencil]]
# [[$:/images/closed-caption]]
# [[$:/images/comment-minus]]
# [[$:/images/comment-quotes]]
# [[$:/images/comment-video]]
# [[$:/images/contrast]]
# [[$:/images/crown]]
# [[$:/images/die-five]]
# [[$:/images/die-four]]
# [[$:/images/die-one]]
# [[$:/images/die-six]]
# [[$:/images/die-three]]
# [[$:/images/die-two]]
# [[$:/images/dollar-bill]]
# [[$:/images/elevator]]
# [[$:/images/euro]]
# [[$:/images/female-symbol]]
# [[$:/images/first-aid]]
# [[$:/images/folder-add]]
# [[$:/images/folder-lock]]
# [[$:/images/foot]]
# [[$:/images/foundation]]
# [[$:/images/graph-bar]]
# [[$:/images/graph-horizontal]]
# [[$:/images/graph-pie]]
# [[$:/images/graph-trend]]
# [[$:/images/guide-dog]]
# [[$:/images/hearing-aid]]
# [[$:/images/indent-less]]
# [[$:/images/indent-more]]
# [[$:/images/lightbulb]]
# [[$:/images/list-bullet]]
# [[$:/images/list-number]]
# [[$:/images/list-thumbnails]]
# [[$:/images/magnifying-glass]]
# [[$:/images/male-female]]
# [[$:/images/male-symbol]]
# [[$:/images/marker]]
# [[$:/images/mobile-signal]]
# [[$:/images/mountains]]
# [[$:/images/next]]
# [[$:/images/no-dogs]]
# [[$:/images/no-smoking]]
# [[$:/images/page]]
# [[$:/images/page-add]]
# [[$:/images/page-copy]]
# [[$:/images/page-csv]]
# [[$:/images/page-delete]]
# [[$:/images/page-doc]]
# [[$:/images/page-edit]]
# [[$:/images/page-export]]
# [[$:/images/page-export-csv]]
# [[$:/images/page-export-doc]]
# [[$:/images/page-export-pdf]]
# [[$:/images/page-filled]]
# [[$:/images/page-multiple]]
# [[$:/images/page-pdf]]
# [[$:/images/page-remove]]
# [[$:/images/page-search]]
# [[$:/images/paint-bucket]]
# [[$:/images/play-video]]
# [[$:/images/pound]]
# [[$:/images/previous]]
# [[$:/images/price-tag]]
# [[$:/images/pricetag-multiple]]
# [[$:/images/prohibited]]
# [[$:/images/projection-screen]]
# [[$:/images/results]]
# [[$:/images/results-demographics]]
# [[$:/images/rewind]]
# [[$:/images/rewind-ten]]
# [[$:/images/safety-cone]]
# [[$:/images/sheriff-badge]]
# [[$:/images/skull]]
# [[$:/images/social-500px]]
# [[$:/images/social-adobe]]
# [[$:/images/social-amazon]]
# [[$:/images/social-android]]
# [[$:/images/social-apple]]
# [[$:/images/social-behance]]
# [[$:/images/social-bing]]
# [[$:/images/social-blogger]]
# [[$:/images/social-delicious]]
# [[$:/images/social-designer-news]]
# [[$:/images/social-deviant-art]]
# [[$:/images/social-digg]]
# [[$:/images/social-dribbble]]
# [[$:/images/social-drive]]
# [[$:/images/social-dropbox]]
# [[$:/images/social-evernote]]
# [[$:/images/social-facebook]]
# [[$:/images/social-flickr]]
# [[$:/images/social-forrst]]
# [[$:/images/social-foursquare]]
# [[$:/images/social-game-center]]
# [[$:/images/social-github]]
# [[$:/images/social-google-plus]]
# [[$:/images/social-hacker-news]]
# [[$:/images/social-hi5]]
# [[$:/images/social-instagram]]
# [[$:/images/social-joomla]]
# [[$:/images/social-lastfm]]
# [[$:/images/social-linkedin]]
# [[$:/images/social-medium]]
# [[$:/images/social-myspace]]
# [[$:/images/social-orkut]]
# [[$:/images/social-path]]
# [[$:/images/social-picasa]]
# [[$:/images/social-pinterest]]
# [[$:/images/social-rdio]]
# [[$:/images/social-reddit]]
# [[$:/images/social-skillshare]]
# [[$:/images/social-skype]]
# [[$:/images/social-smashing-mag]]
# [[$:/images/social-snapchat]]
# [[$:/images/social-spotify]]
# [[$:/images/social-squidoo]]
# [[$:/images/social-stack-overflow]]
# [[$:/images/social-steam]]
# [[$:/images/social-stumbleupon]]
# [[$:/images/social-treehouse]]
# [[$:/images/social-tumblr]]
# [[$:/images/social-twitter]]
# [[$:/images/social-vimeo]]
# [[$:/images/social-windows]]
# [[$:/images/social-xbox]]
# [[$:/images/social-yahoo]]
# [[$:/images/social-yelp]]
# [[$:/images/social-youtube]]
# [[$:/images/social-zerply]]
# [[$:/images/social-zurb]]
# [[$:/images/tablet-landscape]]
# [[$:/images/tablet-portrait]]
# [[$:/images/target-two]]
# [[$:/images/telephone]]
# [[$:/images/telephone-accessible]]
# [[$:/images/thumbnails]]
# [[$:/images/torso-business]]
# [[$:/images/torso-female]]
# [[$:/images/torsos]]
# [[$:/images/torsos-all]]
# [[$:/images/torsos-all-female]]
# [[$:/images/torsos-female-male]]
# [[$:/images/torsos-male-female]]
# [[$:/images/trees]]
# [[$:/images/unlink]]
# [[$:/images/volume-none]]
# [[$:/images/volume-strike]]
# [[$:/images/web]]
# [[$:/images/widget]]
# [[$:/images/x]]
# [[$:/images/x-circle]]
# [[$:/images/abstract-abstract-001]]
# [[$:/images/abstract-abstract-002]]
# [[$:/images/abstract-abstract-003]]
# [[$:/images/abstract-abstract-004]]
# [[$:/images/abstract-abstract-005]]
# [[$:/images/abstract-abstract-006]]
# [[$:/images/abstract-abstract-007]]
# [[$:/images/abstract-abstract-008]]
# [[$:/images/abstract-abstract-009]]
# [[$:/images/abstract-abstract-010]]
# [[$:/images/abstract-abstract-011]]
# [[$:/images/abstract-abstract-012]]
# [[$:/images/abstract-abstract-013]]
# [[$:/images/abstract-abstract-014]]
# [[$:/images/abstract-abstract-015]]
# [[$:/images/abstract-abstract-016]]
# [[$:/images/abstract-abstract-017]]
# [[$:/images/abstract-abstract-018]]
# [[$:/images/abstract-abstract-019]]
# [[$:/images/abstract-abstract-020]]
# [[$:/images/abstract-abstract-021]]
# [[$:/images/abstract-abstract-022]]
# [[$:/images/abstract-abstract-023]]
# [[$:/images/abstract-abstract-024]]
# [[$:/images/abstract-abstract-025]]
# [[$:/images/abstract-abstract-026]]
# [[$:/images/abstract-abstract-027]]
# [[$:/images/abstract-abstract-028]]
# [[$:/images/abstract-abstract-029]]
# [[$:/images/abstract-abstract-030]]
# [[$:/images/abstract-abstract-031]]
# [[$:/images/abstract-abstract-032]]
# [[$:/images/abstract-abstract-033]]
# [[$:/images/abstract-abstract-034]]
# [[$:/images/abstract-abstract-035]]
# [[$:/images/abstract-abstract-036]]
# [[$:/images/abstract-abstract-037]]
# [[$:/images/abstract-abstract-038]]
# [[$:/images/abstract-abstract-039]]
# [[$:/images/abstract-abstract-040]]
# [[$:/images/abstract-abstract-041]]
# [[$:/images/abstract-abstract-042]]
# [[$:/images/abstract-abstract-043]]
# [[$:/images/abstract-abstract-044]]
# [[$:/images/abstract-abstract-045]]
# [[$:/images/abstract-abstract-046]]
# [[$:/images/abstract-abstract-047]]
# [[$:/images/abstract-abstract-048]]
# [[$:/images/abstract-abstract-049]]
# [[$:/images/abstract-abstract-050]]
# [[$:/images/abstract-abstract-051]]
# [[$:/images/abstract-abstract-052]]
# [[$:/images/abstract-abstract-053]]
# [[$:/images/abstract-abstract-054]]
# [[$:/images/abstract-abstract-055]]
# [[$:/images/abstract-abstract-056]]
# [[$:/images/abstract-abstract-057]]
# [[$:/images/abstract-abstract-058]]
# [[$:/images/abstract-abstract-059]]
# [[$:/images/abstract-abstract-060]]
# [[$:/images/abstract-abstract-061]]
# [[$:/images/abstract-abstract-062]]
# [[$:/images/abstract-abstract-063]]
# [[$:/images/abstract-abstract-064]]
# [[$:/images/abstract-abstract-065]]
# [[$:/images/abstract-abstract-066]]
# [[$:/images/abstract-abstract-067]]
# [[$:/images/abstract-abstract-068]]
# [[$:/images/abstract-abstract-069]]
# [[$:/images/abstract-abstract-070]]
# [[$:/images/abstract-abstract-071]]
# [[$:/images/abstract-abstract-072]]
# [[$:/images/abstract-abstract-073]]
# [[$:/images/abstract-abstract-074]]
# [[$:/images/abstract-abstract-075]]
# [[$:/images/abstract-abstract-076]]
# [[$:/images/abstract-abstract-077]]
# [[$:/images/abstract-abstract-078]]
# [[$:/images/abstract-abstract-079]]
# [[$:/images/abstract-abstract-080]]
# [[$:/images/abstract-abstract-081]]
# [[$:/images/abstract-abstract-082]]
# [[$:/images/abstract-abstract-083]]
# [[$:/images/abstract-abstract-084]]
# [[$:/images/abstract-abstract-085]]
# [[$:/images/abstract-abstract-086]]
# [[$:/images/abstract-abstract-087]]
# [[$:/images/abstract-abstract-088]]
# [[$:/images/abstract-abstract-089]]
# [[$:/images/abstract-abstract-090]]
# [[$:/images/abstract-abstract-091]]
# [[$:/images/abstract-abstract-092]]
# [[$:/images/abstract-abstract-093]]
# [[$:/images/abstract-abstract-094]]
# [[$:/images/abstract-abstract-095]]
# [[$:/images/abstract-abstract-096]]
# [[$:/images/abstract-abstract-097]]
# [[$:/images/abstract-abstract-098]]
# [[$:/images/abstract-abstract-099]]
# [[$:/images/abstract-abstract-100]]
# [[$:/images/abstract-abstract-101]]
# [[$:/images/abstract-abstract-102]]
# [[$:/images/abstract-abstract-103]]
# [[$:/images/abstract-abstract-104]]
# [[$:/images/abstract-abstract-105]]
# [[$:/images/abstract-abstract-106]]
# [[$:/images/abstract-abstract-107]]
# [[$:/images/abstract-abstract-108]]
# [[$:/images/abstract-abstract-109]]
# [[$:/images/abstract-abstract-110]]
# [[$:/images/abstract-abstract-111]]
# [[$:/images/abstract-abstract-112]]
# [[$:/images/abstract-abstract-113]]
# [[$:/images/abstract-abstract-114]]
# [[$:/images/abstract-abstract-115]]
# [[$:/images/abstract-abstract-116]]
# [[$:/images/abstract-abstract-117]]
# [[$:/images/abstract-abstract-118]]
# [[$:/images/abstract-abstract-119]]
# [[$:/images/abstract-abstract-120]]
# [[$:/images/abstract-abstract-121]]
# [[$:/images/arrows-dodge]]
# [[$:/images/arrows-overhead]]
# [[$:/images/arrows-sideswipe]]
# [[$:/images/arrows-thrust]]
# [[$:/images/arrows-underhand]]
# [[$:/images/batteries-battery-0]]
# [[$:/images/batteries-battery-100]]
# [[$:/images/batteries-battery-25]]
# [[$:/images/batteries-battery-50]]
# [[$:/images/batteries-battery-75]]
# [[$:/images/batteries-battery-minus]]
# [[$:/images/batteries-battery-plus]]
# [[$:/images/deviations-black-book]]
# [[$:/images/deviations-chain-lightning]]
# [[$:/images/deviations-chain-mail]]
# [[$:/images/deviations-gold-bar]]
# [[$:/images/deviations-orb-wand]]
# [[$:/images/deviations-round-shield]]
# [[$:/images/deviations-white-book]]
# [[$:/images/dice-dice-eight-faces-eight]]
# [[$:/images/dice-dice-six-faces-five]]
# [[$:/images/dice-dice-six-faces-four]]
# [[$:/images/dice-dice-six-faces-one]]
# [[$:/images/dice-dice-six-faces-six]]
# [[$:/images/dice-dice-six-faces-three]]
# [[$:/images/dice-dice-six-faces-two]]
# [[$:/images/dice-dice-twenty-faces-twenty]]
# [[$:/images/dice-perspective-dice-six-faces-five]]
# [[$:/images/dice-perspective-dice-six-faces-four]]
# [[$:/images/dice-perspective-dice-six-faces-one]]
# [[$:/images/dice-perspective-dice-six-faces-random]]
# [[$:/images/dice-perspective-dice-six-faces-six]]
# [[$:/images/dice-perspective-dice-six-faces-three]]
# [[$:/images/dice-perspective-dice-six-faces-two]]
# [[$:/images/egypt-deshret-red-crown]]
# [[$:/images/egypt-egyptian-pyramids]]
# [[$:/images/egypt-eye-of-horus]]
# [[$:/images/egypt-fez]]
# [[$:/images/egypt-hedjet-white-crown]]
# [[$:/images/egypt-palm-tree]]
# [[$:/images/egypt-pharoah]]
# [[$:/images/egypt-pschent-double-crown]]
# [[$:/images/equipment-belt]]
# [[$:/images/equipment-cloak]]
# [[$:/images/equipment-necklace]]
# [[$:/images/equipment-shirt]]
# [[$:/images/equipment-trousers]]
# [[$:/images/gui-anticlockwise-rotation]]
# [[$:/images/gui-arrow-cursor]]
# [[$:/images/gui-chart]]
# [[$:/images/gui-checklist]]
# [[$:/images/gui-clockwise-rotation]]
# [[$:/images/gui-contract]]
# [[$:/images/gui-database]]
# [[$:/images/gui-expand]]
# [[$:/images/gui-histogram]]
# [[$:/images/gui-horizontal-flip]]
# [[$:/images/gui-load]]
# [[$:/images/gui-move]]
# [[$:/images/gui-phone]]
# [[$:/images/gui-plain-arrow]]
# [[$:/images/gui-position-marker]]
# [[$:/images/gui-save]]
# [[$:/images/gui-shopping-cart]]
# [[$:/images/gui-speaker]]
# [[$:/images/gui-speaker-off]]
# [[$:/images/gui-thumb-down]]
# [[$:/images/gui-thumb-up]]
# [[$:/images/gui-transform]]
# [[$:/images/gui-vertical-flip]]
# [[$:/images/hands-paper]]
# [[$:/images/hands-rock]]
# [[$:/images/hands-scissors]]
# [[$:/images/originals-ace]]
# [[$:/images/originals-achievement]]
# [[$:/images/originals-acid]]
# [[$:/images/originals-acid-blob]]
# [[$:/images/originals-acid-tube]]
# [[$:/images/originals-acorn]]
# [[$:/images/originals-acoustic-megaphone]]
# [[$:/images/originals-aerial-signal]]
# [[$:/images/originals-aerodynamic-harpoon]]
# [[$:/images/originals-aerosol]]
# [[$:/images/originals-afterburn]]
# [[$:/images/originals-ages]]
# [[$:/images/originals-air-balloon]]
# [[$:/images/originals-air-zigzag]]
# [[$:/images/originals-alarm-clock]]
# [[$:/images/originals-alien-fire]]
# [[$:/images/originals-alien-skull]]
# [[$:/images/originals-alien-stare]]
# [[$:/images/originals-all-for-one]]
# [[$:/images/originals-all-seeing-eye]]
# [[$:/images/originals-allied-star]]
# [[$:/images/originals-alligator-clip]]
# [[$:/images/originals-ambulance]]
# [[$:/images/originals-american-football-helmet]]
# [[$:/images/originals-american-shield]]
# [[$:/images/originals-ammo-box]]
# [[$:/images/originals-ammonite]]
# [[$:/images/originals-ammonite-fossil]]
# [[$:/images/originals-amphora]]
# [[$:/images/originals-amplitude]]
# [[$:/images/originals-anarchy]]
# [[$:/images/originals-anatomy]]
# [[$:/images/originals-anchor]]
# [[$:/images/originals-ancient-ruins]]
# [[$:/images/originals-android-mask]]
# [[$:/images/originals-andromeda-chain]]
# [[$:/images/originals-angel-outfit]]
# [[$:/images/originals-angel-wings]]
# [[$:/images/originals-angler-fish]]
# [[$:/images/originals-angry-eyes]]
# [[$:/images/originals-angular-spider]]
# [[$:/images/originals-animal-hide]]
# [[$:/images/originals-animal-skull]]
# [[$:/images/originals-ankh]]
# [[$:/images/originals-anthem]]
# [[$:/images/originals-anubis]]
# [[$:/images/originals-anvil]]
# [[$:/images/originals-anvil-impact]]
# [[$:/images/originals-apc]]
# [[$:/images/originals-apple-maggot]]
# [[$:/images/originals-apple-seeds]]
# [[$:/images/originals-aquarium]]
# [[$:/images/originals-aqueduct]]
# [[$:/images/originals-archery-target]]
# [[$:/images/originals-architect-mask]]
# [[$:/images/originals-arcing-bolt]]
# [[$:/images/originals-arena]]
# [[$:/images/originals-arm]]
# [[$:/images/originals-armadillo-tail]]
# [[$:/images/originals-armor-vest]]
# [[$:/images/originals-armored-pants]]
# [[$:/images/originals-armoured-shell]]
# [[$:/images/originals-arrow-cluster]]
# [[$:/images/originals-arrow-dunk]]
# [[$:/images/originals-arrow-flights]]
# [[$:/images/originals-arrow-scope]]
# [[$:/images/originals-arrowed]]
# [[$:/images/originals-arrowhead]]
# [[$:/images/originals-arrows-shield]]
# [[$:/images/originals-arson]]
# [[$:/images/originals-artificial-hive]]
# [[$:/images/originals-artificial-intelligence]]
# [[$:/images/originals-assassin-pocket]]
# [[$:/images/originals-asteroid]]
# [[$:/images/originals-astronaut-helmet]]
# [[$:/images/originals-at-sea]]
# [[$:/images/originals-atomic-slashes]]
# [[$:/images/originals-attached-shield]]
# [[$:/images/originals-aubergine]]
# [[$:/images/originals-audio-cassette]]
# [[$:/images/originals-aura]]
# [[$:/images/originals-auto-repair]]
# [[$:/images/originals-autogun]]
# [[$:/images/originals-automatic-sas]]
# [[$:/images/originals-awareness]]
# [[$:/images/originals-axe-in-stump]]
# [[$:/images/originals-axe-swing]]
# [[$:/images/originals-babyfoot-players]]
# [[$:/images/originals-back-forth]]
# [[$:/images/originals-back-pain]]
# [[$:/images/originals-backbone-shell]]
# [[$:/images/originals-backgammon]]
# [[$:/images/originals-backpack]]
# [[$:/images/originals-backstab]]
# [[$:/images/originals-backup]]
# [[$:/images/originals-ball-heart]]
# [[$:/images/originals-ballista]]
# [[$:/images/originals-balloons]]
# [[$:/images/originals-banana]]
# [[$:/images/originals-banana-peel]]
# [[$:/images/originals-bandage-roll]]
# [[$:/images/originals-bandaged]]
# [[$:/images/originals-bank]]
# [[$:/images/originals-banknote]]
# [[$:/images/originals-barbarian]]
# [[$:/images/originals-barbed-arrow]]
# [[$:/images/originals-barbed-coil]]
# [[$:/images/originals-barbed-nails]]
# [[$:/images/originals-barbed-spear]]
# [[$:/images/originals-barbed-star]]
# [[$:/images/originals-barbed-sun]]
# [[$:/images/originals-barbed-wire]]
# [[$:/images/originals-barbute]]
# [[$:/images/originals-barefoot]]
# [[$:/images/originals-barn]]
# [[$:/images/originals-barrel]]
# [[$:/images/originals-bat]]
# [[$:/images/originals-bat-blade]]
# [[$:/images/originals-bat-wing]]
# [[$:/images/originals-baton]]
# [[$:/images/originals-battered-axe]]
# [[$:/images/originals-batteries]]
# [[$:/images/originals-battery-pack]]
# [[$:/images/originals-battery-pack-alt]]
# [[$:/images/originals-battle-axe]]
# [[$:/images/originals-battle-gear]]
# [[$:/images/originals-batwing-emblem]]
# [[$:/images/originals-beach-ball]]
# [[$:/images/originals-beam-wake]]
# [[$:/images/originals-beams-aura]]
# [[$:/images/originals-beanstalk]]
# [[$:/images/originals-beard]]
# [[$:/images/originals-beast-eye]]
# [[$:/images/originals-bed]]
# [[$:/images/originals-bee]]
# [[$:/images/originals-beech]]
# [[$:/images/originals-beehive]]
# [[$:/images/originals-beer-bottle]]
# [[$:/images/originals-beer-stein]]
# [[$:/images/originals-beetle-shell]]
# [[$:/images/originals-behold]]
# [[$:/images/originals-bell-shield]]
# [[$:/images/originals-belt-buckles]]
# [[$:/images/originals-bestial-fangs]]
# [[$:/images/originals-beveled-star]]
# [[$:/images/originals-biceps]]
# [[$:/images/originals-big-egg]]
# [[$:/images/originals-big-wave]]
# [[$:/images/originals-bindle]]
# [[$:/images/originals-binoculars]]
# [[$:/images/originals-biohazard]]
# [[$:/images/originals-bird-claw]]
# [[$:/images/originals-bird-limb]]
# [[$:/images/originals-bird-mask]]
# [[$:/images/originals-bird-twitter]]
# [[$:/images/originals-black-bar]]
# [[$:/images/originals-black-cat]]
# [[$:/images/originals-black-flag]]
# [[$:/images/originals-black-hand-shield]]
# [[$:/images/originals-black-hole-bolas]]
# [[$:/images/originals-black-knight-helm]]
# [[$:/images/originals-blackball]]
# [[$:/images/originals-blackcurrant]]
# [[$:/images/originals-blade-bite]]
# [[$:/images/originals-blade-fall]]
# [[$:/images/originals-blast]]
# [[$:/images/originals-blaster]]
# [[$:/images/originals-bleeding-eye]]
# [[$:/images/originals-bleeding-heart]]
# [[$:/images/originals-bleeding-wound]]
# [[$:/images/originals-blindfold]]
# [[$:/images/originals-block-house]]
# [[$:/images/originals-blood]]
# [[$:/images/originals-bloody-stash]]
# [[$:/images/originals-bloody-sword]]
# [[$:/images/originals-blunderbuss]]
# [[$:/images/originals-bo]]
# [[$:/images/originals-boar-tusks]]
# [[$:/images/originals-body-height]]
# [[$:/images/originals-body-swapping]]
# [[$:/images/originals-boiling-bubbles]]
# [[$:/images/originals-bolas]]
# [[$:/images/originals-bolt-saw]]
# [[$:/images/originals-bolt-shield]]
# [[$:/images/originals-bolter-gun]]
# [[$:/images/originals-bomber]]
# [[$:/images/originals-bombing-run]]
# [[$:/images/originals-bone-gnawer]]
# [[$:/images/originals-bone-knife]]
# [[$:/images/originals-book-aura]]
# [[$:/images/originals-book-cover]]
# [[$:/images/originals-book-storm]]
# [[$:/images/originals-bookmark]]
# [[$:/images/originals-bookmarklet]]
# [[$:/images/originals-bookshelf]]
# [[$:/images/originals-boomerang]]
# [[$:/images/originals-boomerang-sun]]
# [[$:/images/originals-boot-prints]]
# [[$:/images/originals-boot-stomp]]
# [[$:/images/originals-boots]]
# [[$:/images/originals-bordered-shield]]
# [[$:/images/originals-boss-key]]
# [[$:/images/originals-bottle-vapors]]
# [[$:/images/originals-bottled-bolt]]
# [[$:/images/originals-bottom-right-3d-arrow]]
# [[$:/images/originals-bowen-knot]]
# [[$:/images/originals-bowie-knife]]
# [[$:/images/originals-bowl-spiral]]
# [[$:/images/originals-bowling-propulsion]]
# [[$:/images/originals-bowman]]
# [[$:/images/originals-box-trap]]
# [[$:/images/originals-boxing-glove]]
# [[$:/images/originals-boxing-glove-surprise]]
# [[$:/images/originals-bracer]]
# [[$:/images/originals-bracers]]
# [[$:/images/originals-brain]]
# [[$:/images/originals-brain-freeze]]
# [[$:/images/originals-brain-stem]]
# [[$:/images/originals-brainstorm]]
# [[$:/images/originals-branch-arrow]]
# [[$:/images/originals-brandy-bottle]]
# [[$:/images/originals-brass-eye]]
# [[$:/images/originals-brass-knuckles]]
# [[$:/images/originals-bread]]
# [[$:/images/originals-breastplate]]
# [[$:/images/originals-brick-pile]]
# [[$:/images/originals-brick-wall]]
# [[$:/images/originals-bridge]]
# [[$:/images/originals-briefcase]]
# [[$:/images/originals-bright-explosion]]
# [[$:/images/originals-broad-dagger]]
# [[$:/images/originals-broadhead-arrow]]
# [[$:/images/originals-broadsword]]
# [[$:/images/originals-brodie-helmet]]
# [[$:/images/originals-broken-bone]]
# [[$:/images/originals-broken-bottle]]
# [[$:/images/originals-broken-heart]]
# [[$:/images/originals-broken-heart-zone]]
# [[$:/images/originals-broken-shield]]
# [[$:/images/originals-broken-skull]]
# [[$:/images/originals-broken-tablet]]
# [[$:/images/originals-broom]]
# [[$:/images/originals-brutal-helm]]
# [[$:/images/originals-bubble-field]]
# [[$:/images/originals-bubbles]]
# [[$:/images/originals-bubbling-beam]]
# [[$:/images/originals-bubbling-bowl]]
# [[$:/images/originals-bubbling-flask]]
# [[$:/images/originals-bud]]
# [[$:/images/originals-bugle-call]]
# [[$:/images/originals-bulb]]
# [[$:/images/originals-bull]]
# [[$:/images/originals-bull-horns]]
# [[$:/images/originals-bullets]]
# [[$:/images/originals-bullseye]]
# [[$:/images/originals-buoy]]
# [[$:/images/originals-burn]]
# [[$:/images/originals-burning-blobs]]
# [[$:/images/originals-burning-book]]
# [[$:/images/originals-burning-dot]]
# [[$:/images/originals-burning-embers]]
# [[$:/images/originals-burning-eye]]
# [[$:/images/originals-burning-meteor]]
# [[$:/images/originals-burning-passion]]
# [[$:/images/originals-burning-round-shot]]
# [[$:/images/originals-burning-tree]]
# [[$:/images/originals-burst-blob]]
# [[$:/images/originals-butterfly]]
# [[$:/images/originals-butterfly-knife]]
# [[$:/images/originals-butterfly-warning]]
# [[$:/images/originals-button-finger]]
# [[$:/images/originals-cactus]]
# [[$:/images/originals-caged-ball]]
# [[$:/images/originals-cake-slice]]
# [[$:/images/originals-caldera]]
# [[$:/images/originals-calendar]]
# [[$:/images/originals-camel-head]]
# [[$:/images/originals-campfire]]
# [[$:/images/originals-cancel]]
# [[$:/images/originals-candle-flame]]
# [[$:/images/originals-candle-holder]]
# [[$:/images/originals-candle-light]]
# [[$:/images/originals-candle-skull]]
# [[$:/images/originals-candlebright]]
# [[$:/images/originals-candlestick-phone]]
# [[$:/images/originals-candy-canes]]
# [[$:/images/originals-cannister]]
# [[$:/images/originals-cannon]]
# [[$:/images/originals-cannon-ball]]
# [[$:/images/originals-cannon-shot]]
# [[$:/images/originals-cape]]
# [[$:/images/originals-capitol]]
# [[$:/images/originals-car-key]]
# [[$:/images/originals-card-discard]]
# [[$:/images/originals-card-draw]]
# [[$:/images/originals-card-pick]]
# [[$:/images/originals-card-random]]
# [[$:/images/originals-cardboard-box]]
# [[$:/images/originals-cargo-crane]]
# [[$:/images/originals-carillon]]
# [[$:/images/originals-carnivore-mouth]]
# [[$:/images/originals-carnivorous-plant]]
# [[$:/images/originals-carrion]]
# [[$:/images/originals-carrot]]
# [[$:/images/originals-cartwheel]]
# [[$:/images/originals-cash]]
# [[$:/images/originals-castle]]
# [[$:/images/originals-catapult]]
# [[$:/images/originals-cauldron]]
# [[$:/images/originals-cavalry]]
# [[$:/images/originals-cctv-camera]]
# [[$:/images/originals-ceiling-barnacle]]
# [[$:/images/originals-celebration-fire]]
# [[$:/images/originals-cement-shoes]]
# [[$:/images/originals-centipede]]
# [[$:/images/originals-chained-arrow-heads]]
# [[$:/images/originals-chained-heart]]
# [[$:/images/originals-chaingun]]
# [[$:/images/originals-chainsaw]]
# [[$:/images/originals-chalice-drops]]
# [[$:/images/originals-charm]]
# [[$:/images/originals-checkbox-tree]]
# [[$:/images/originals-checked-shield]]
# [[$:/images/originals-checkered-flag]]
# [[$:/images/originals-cheerful]]
# [[$:/images/originals-cheese-wedge]]
# [[$:/images/originals-chef-toque]]
# [[$:/images/originals-chemical-arrow]]
# [[$:/images/originals-chemical-bolt]]
# [[$:/images/originals-chemical-drop]]
# [[$:/images/originals-chemical-tank]]
# [[$:/images/originals-cherry]]
# [[$:/images/originals-chess-bishop]]
# [[$:/images/originals-chess-king]]
# [[$:/images/originals-chess-knight]]
# [[$:/images/originals-chess-pawn]]
# [[$:/images/originals-chess-queen]]
# [[$:/images/originals-chess-rook]]
# [[$:/images/originals-chest]]
# [[$:/images/originals-chewed-heart]]
# [[$:/images/originals-chicken]]
# [[$:/images/originals-chicken-leg]]
# [[$:/images/originals-church]]
# [[$:/images/originals-cigarette]]
# [[$:/images/originals-circle-claws]]
# [[$:/images/originals-circle-sparks]]
# [[$:/images/originals-circuitry]]
# [[$:/images/originals-circular-saw]]
# [[$:/images/originals-circular-sawblade]]
# [[$:/images/originals-city-car]]
# [[$:/images/originals-clapperboard]]
# [[$:/images/originals-claw]]
# [[$:/images/originals-claw-hammer]]
# [[$:/images/originals-claw-slashes]]
# [[$:/images/originals-claw-string]]
# [[$:/images/originals-cloak-dagger]]
# [[$:/images/originals-clockwork]]
# [[$:/images/originals-closed-doors]]
# [[$:/images/originals-cloud-ring]]
# [[$:/images/originals-cloudy-fork]]
# [[$:/images/originals-clout]]
# [[$:/images/originals-clover]]
# [[$:/images/originals-clover-spiked]]
# [[$:/images/originals-cluster-bomb]]
# [[$:/images/originals-cobweb]]
# [[$:/images/originals-coffee-beans]]
# [[$:/images/originals-coffee-cup]]
# [[$:/images/originals-coffee-mug]]
# [[$:/images/originals-coffin]]
# [[$:/images/originals-cog]]
# [[$:/images/originals-cog-lock]]
# [[$:/images/originals-cogsplosion]]
# [[$:/images/originals-coiling-curl]]
# [[$:/images/originals-coins]]
# [[$:/images/originals-cold-heart]]
# [[$:/images/originals-coma]]
# [[$:/images/originals-comb]]
# [[$:/images/originals-comet-spark]]
# [[$:/images/originals-compact-disc]]
# [[$:/images/originals-compass]]
# [[$:/images/originals-computer-fan]]
# [[$:/images/originals-computing]]
# [[$:/images/originals-concentration-orb]]
# [[$:/images/originals-concentric-crescents]]
# [[$:/images/originals-condor-emblem]]
# [[$:/images/originals-condylura-skull]]
# [[$:/images/originals-confrontation]]
# [[$:/images/originals-console-controller]]
# [[$:/images/originals-conversation]]
# [[$:/images/originals-convict]]
# [[$:/images/originals-convince]]
# [[$:/images/originals-cooking-pot]]
# [[$:/images/originals-cool-spices]]
# [[$:/images/originals-corked-tube]]
# [[$:/images/originals-corn]]
# [[$:/images/originals-corner-explosion]]
# [[$:/images/originals-corporal]]
# [[$:/images/originals-corset]]
# [[$:/images/originals-cowboy-boot]]
# [[$:/images/originals-cowled]]
# [[$:/images/originals-crab]]
# [[$:/images/originals-crab-claw]]
# [[$:/images/originals-cracked-ball-dunk]]
# [[$:/images/originals-cracked-disc]]
# [[$:/images/originals-cracked-glass]]
# [[$:/images/originals-cracked-helm]]
# [[$:/images/originals-cracked-mask]]
# [[$:/images/originals-cracked-saber]]
# [[$:/images/originals-cracked-shield]]
# [[$:/images/originals-crags]]
# [[$:/images/originals-crenulated-shield]]
# [[$:/images/originals-crescent-blade]]
# [[$:/images/originals-crested-helmet]]
# [[$:/images/originals-croc-jaws]]
# [[$:/images/originals-croc-sword]]
# [[$:/images/originals-croissant]]
# [[$:/images/originals-croissants-pupil]]
# [[$:/images/originals-cross-mark]]
# [[$:/images/originals-crossbow]]
# [[$:/images/originals-crossed-air-flows]]
# [[$:/images/originals-crossed-axes]]
# [[$:/images/originals-crossed-bones]]
# [[$:/images/originals-crossed-chains]]
# [[$:/images/originals-crossed-claws]]
# [[$:/images/originals-crossed-pistols]]
# [[$:/images/originals-crossed-sabres]]
# [[$:/images/originals-crossed-slashes]]
# [[$:/images/originals-crossed-swords]]
# [[$:/images/originals-crosshair]]
# [[$:/images/originals-crosshair-arrow]]
# [[$:/images/originals-crow-dive]]
# [[$:/images/originals-crow-nest]]
# [[$:/images/originals-crowbar]]
# [[$:/images/originals-crown]]
# [[$:/images/originals-crown-coin]]
# [[$:/images/originals-crown-of-thorns]]
# [[$:/images/originals-crowned-explosion]]
# [[$:/images/originals-crowned-heart]]
# [[$:/images/originals-crowned-skull]]
# [[$:/images/originals-crucifix]]
# [[$:/images/originals-crumbling-ball]]
# [[$:/images/originals-crush]]
# [[$:/images/originals-cryo-chamber]]
# [[$:/images/originals-crystal-ball]]
# [[$:/images/originals-crystal-bars]]
# [[$:/images/originals-crystal-cluster]]
# [[$:/images/originals-crystal-eye]]
# [[$:/images/originals-crystal-growth]]
# [[$:/images/originals-crystal-shine]]
# [[$:/images/originals-crystal-wand]]
# [[$:/images/originals-crystalize]]
# [[$:/images/originals-cubeforce]]
# [[$:/images/originals-cubes]]
# [[$:/images/originals-cultist]]
# [[$:/images/originals-cupcake]]
# [[$:/images/originals-cupidon-arrow]]
# [[$:/images/originals-curled-leaf]]
# [[$:/images/originals-curled-tentacle]]
# [[$:/images/originals-curling-vines]]
# [[$:/images/originals-curly-wing]]
# [[$:/images/originals-cursed-star]]
# [[$:/images/originals-curvy-knife]]
# [[$:/images/originals-cut-diamond]]
# [[$:/images/originals-cut-palm]]
# [[$:/images/originals-cycle]]
# [[$:/images/originals-cyclops]]
# [[$:/images/originals-daemon-skull]]
# [[$:/images/originals-dagger-rose]]
# [[$:/images/originals-daggers]]
# [[$:/images/originals-daisy]]
# [[$:/images/originals-dark-squad]]
# [[$:/images/originals-dead-eye]]
# [[$:/images/originals-dead-head]]
# [[$:/images/originals-dead-wood]]
# [[$:/images/originals-deadly-strike]]
# [[$:/images/originals-death-note]]
# [[$:/images/originals-death-skull]]
# [[$:/images/originals-death-zone]]
# [[$:/images/originals-deathcab]]
# [[$:/images/originals-decapitation]]
# [[$:/images/originals-defensive-wall]]
# [[$:/images/originals-defibrilate]]
# [[$:/images/originals-delighted]]
# [[$:/images/originals-demolish]]
# [[$:/images/originals-dervish-swords]]
# [[$:/images/originals-desert-skull]]
# [[$:/images/originals-desk-lamp]]
# [[$:/images/originals-despair]]
# [[$:/images/originals-detour]]
# [[$:/images/originals-diablo-skull]]
# [[$:/images/originals-diagram]]
# [[$:/images/originals-diamond-hard]]
# [[$:/images/originals-diamond-ring]]
# [[$:/images/originals-diamonds-smile]]
# [[$:/images/originals-dig-dug]]
# [[$:/images/originals-dig-hole]]
# [[$:/images/originals-dinosaur-bones]]
# [[$:/images/originals-dinosaur-egg]]
# [[$:/images/originals-dinosaur-rex]]
# [[$:/images/originals-direction-sign]]
# [[$:/images/originals-disintegrate]]
# [[$:/images/originals-distraction]]
# [[$:/images/originals-divergence]]
# [[$:/images/originals-divert]]
# [[$:/images/originals-divided-spiral]]
# [[$:/images/originals-diving-dagger]]
# [[$:/images/originals-diving-helmet]]
# [[$:/images/originals-dna1]]
# [[$:/images/originals-dna2]]
# [[$:/images/originals-doctor-face]]
# [[$:/images/originals-dodging]]
# [[$:/images/originals-dolphin]]
# [[$:/images/originals-domino-mask]]
# [[$:/images/originals-donkey]]
# [[$:/images/originals-double-dragon]]
# [[$:/images/originals-double-face-mask]]
# [[$:/images/originals-double-quaver]]
# [[$:/images/originals-double-shot]]
# [[$:/images/originals-doubled]]
# [[$:/images/originals-dough-roller]]
# [[$:/images/originals-dove]]
# [[$:/images/originals-dozen]]
# [[$:/images/originals-dragon-balls]]
# [[$:/images/originals-dragon-breath]]
# [[$:/images/originals-dragon-head]]
# [[$:/images/originals-dragon-spiral]]
# [[$:/images/originals-dragonfly]]
# [[$:/images/originals-drakkar]]
# [[$:/images/originals-drama-masks]]
# [[$:/images/originals-dread-skull]]
# [[$:/images/originals-dress]]
# [[$:/images/originals-drill]]
# [[$:/images/originals-drink-me]]
# [[$:/images/originals-dripping-blade]]
# [[$:/images/originals-dripping-goo]]
# [[$:/images/originals-dripping-honey]]
# [[$:/images/originals-dripping-knife]]
# [[$:/images/originals-dripping-star]]
# [[$:/images/originals-dripping-stone]]
# [[$:/images/originals-dripping-sword]]
# [[$:/images/originals-dripping-tube]]
# [[$:/images/originals-drop]]
# [[$:/images/originals-drop-weapon]]
# [[$:/images/originals-droplet-splash]]
# [[$:/images/originals-droplets]]
# [[$:/images/originals-drowning]]
# [[$:/images/originals-drum]]
# [[$:/images/originals-duality]]
# [[$:/images/originals-duality-mask]]
# [[$:/images/originals-duck]]
# [[$:/images/originals-duel]]
# [[$:/images/originals-dust-cloud]]
# [[$:/images/originals-dwarf-face]]
# [[$:/images/originals-dynamite]]
# [[$:/images/originals-eagle-emblem]]
# [[$:/images/originals-earth-africa-europe]]
# [[$:/images/originals-earth-america]]
# [[$:/images/originals-earth-asia-oceania]]
# [[$:/images/originals-earth-crack]]
# [[$:/images/originals-earth-spit]]
# [[$:/images/originals-earwig]]
# [[$:/images/originals-echo-ripples]]
# [[$:/images/originals-eclipse]]
# [[$:/images/originals-eclipse-flare]]
# [[$:/images/originals-edge-crack]]
# [[$:/images/originals-edged-shield]]
# [[$:/images/originals-egg-clutch]]
# [[$:/images/originals-egg-defense]]
# [[$:/images/originals-egg-pod]]
# [[$:/images/originals-elderberry]]
# [[$:/images/originals-electric]]
# [[$:/images/originals-electric-whip]]
# [[$:/images/originals-electrical-crescent]]
# [[$:/images/originals-elephant-head]]
# [[$:/images/originals-elf-ear]]
# [[$:/images/originals-ember-shot]]
# [[$:/images/originals-embrassed-energy]]
# [[$:/images/originals-embryo]]
# [[$:/images/originals-emerald]]
# [[$:/images/originals-empty-chessboard]]
# [[$:/images/originals-empty-hourglass]]
# [[$:/images/originals-energise]]
# [[$:/images/originals-energy-arrow]]
# [[$:/images/originals-energy-breath]]
# [[$:/images/originals-energy-shield]]
# [[$:/images/originals-energy-sword]]
# [[$:/images/originals-engagement-ring]]
# [[$:/images/originals-enlightenment]]
# [[$:/images/originals-ent-mouth]]
# [[$:/images/originals-entry-door]]
# [[$:/images/originals-envelope]]
# [[$:/images/originals-erlenmeyer]]
# [[$:/images/originals-ermine]]
# [[$:/images/originals-eruption]]
# [[$:/images/originals-eskimo]]
# [[$:/images/originals-european-flag]]
# [[$:/images/originals-evil-bat]]
# [[$:/images/originals-evil-book]]
# [[$:/images/originals-evil-fork]]
# [[$:/images/originals-evil-hand]]
# [[$:/images/originals-evil-moon]]
# [[$:/images/originals-evil-tree]]
# [[$:/images/originals-evil-wings]]
# [[$:/images/originals-exit-door]]
# [[$:/images/originals-expander]]
# [[$:/images/originals-explosion-rays]]
# [[$:/images/originals-explosive-materials]]
# [[$:/images/originals-explosive-meeting]]
# [[$:/images/originals-extra-lucid]]
# [[$:/images/originals-eye-shield]]
# [[$:/images/originals-eyeball]]
# [[$:/images/originals-eyedropper]]
# [[$:/images/originals-eyestalk]]
# [[$:/images/originals-factory]]
# [[$:/images/originals-fairy]]
# [[$:/images/originals-fairy-wand]]
# [[$:/images/originals-falcon-moon]]
# [[$:/images/originals-fall-down]]
# [[$:/images/originals-falling]]
# [[$:/images/originals-falling-blob]]
# [[$:/images/originals-falling-boulder]]
# [[$:/images/originals-falling-eye]]
# [[$:/images/originals-falling-leaf]]
# [[$:/images/originals-falling-ovoid]]
# [[$:/images/originals-falling-rocks]]
# [[$:/images/originals-famas]]
# [[$:/images/originals-fanged-skull]]
# [[$:/images/originals-fangs]]
# [[$:/images/originals-fast-arrow]]
# [[$:/images/originals-feather]]
# [[$:/images/originals-feather-wound]]
# [[$:/images/originals-feathered-wing]]
# [[$:/images/originals-fedora]]
# [[$:/images/originals-female]]
# [[$:/images/originals-fetus]]
# [[$:/images/originals-field]]
# [[$:/images/originals-finger-print]]
# [[$:/images/originals-fire]]
# [[$:/images/originals-fire-ace]]
# [[$:/images/originals-fire-axe]]
# [[$:/images/originals-fire-bomb]]
# [[$:/images/originals-fire-bottle]]
# [[$:/images/originals-fire-bowl]]
# [[$:/images/originals-fire-breath]]
# [[$:/images/originals-fire-dash]]
# [[$:/images/originals-fire-punch]]
# [[$:/images/originals-fire-ring]]
# [[$:/images/originals-fire-shield]]
# [[$:/images/originals-fire-silhouette]]
# [[$:/images/originals-fire-tail]]
# [[$:/images/originals-fire-wave]]
# [[$:/images/originals-fire-zone]]
# [[$:/images/originals-fireball]]
# [[$:/images/originals-fireflake]]
# [[$:/images/originals-firework-rocket]]
# [[$:/images/originals-fish-corpse]]
# [[$:/images/originals-fishbone]]
# [[$:/images/originals-fishhook-fork]]
# [[$:/images/originals-fishing]]
# [[$:/images/originals-fishing-hook]]
# [[$:/images/originals-fishing-net]]
# [[$:/images/originals-fishing-pole]]
# [[$:/images/originals-fission]]
# [[$:/images/originals-fist]]
# [[$:/images/originals-fizzing-flask]]
# [[$:/images/originals-flake]]
# [[$:/images/originals-flame]]
# [[$:/images/originals-flame-claws]]
# [[$:/images/originals-flame-spin]]
# [[$:/images/originals-flame-tunnel]]
# [[$:/images/originals-flamed-leaf]]
# [[$:/images/originals-flamer]]
# [[$:/images/originals-flaming-arrow]]
# [[$:/images/originals-flaming-claw]]
# [[$:/images/originals-flaming-sheet]]
# [[$:/images/originals-flaming-trident]]
# [[$:/images/originals-flanged-mace]]
# [[$:/images/originals-flash-grenade]]
# [[$:/images/originals-flashlight]]
# [[$:/images/originals-flat-hammer]]
# [[$:/images/originals-flat-star]]
# [[$:/images/originals-fleshy-mass]]
# [[$:/images/originals-fleur-de-lys]]
# [[$:/images/originals-flexible-star]]
# [[$:/images/originals-floating-crystal]]
# [[$:/images/originals-flower-pot]]
# [[$:/images/originals-flower-twirl]]
# [[$:/images/originals-flowers]]
# [[$:/images/originals-fluffy-cloud]]
# [[$:/images/originals-fluffy-flame]]
# [[$:/images/originals-fluffy-swirl]]
# [[$:/images/originals-fluffy-wing]]
# [[$:/images/originals-flying-dagger]]
# [[$:/images/originals-flying-flag]]
# [[$:/images/originals-flying-fox]]
# [[$:/images/originals-foam]]
# [[$:/images/originals-focused-lightning]]
# [[$:/images/originals-folded-paper]]
# [[$:/images/originals-food-chain]]
# [[$:/images/originals-foot-plaster]]
# [[$:/images/originals-foot-trip]]
# [[$:/images/originals-footprint]]
# [[$:/images/originals-footsteps]]
# [[$:/images/originals-forearm]]
# [[$:/images/originals-forest]]
# [[$:/images/originals-forward-field]]
# [[$:/images/originals-forward-sun]]
# [[$:/images/originals-fossil]]
# [[$:/images/originals-fountain]]
# [[$:/images/originals-fountain-pen]]
# [[$:/images/originals-fox-head]]
# [[$:/images/originals-fox-tail]]
# [[$:/images/originals-fragmented-meteor]]
# [[$:/images/originals-fragmented-sword]]
# [[$:/images/originals-fragrance]]
# [[$:/images/originals-frankenstein-creature]]
# [[$:/images/originals-frayed-arrow]]
# [[$:/images/originals-freedom-dove]]
# [[$:/images/originals-freemasonry]]
# [[$:/images/originals-fried-eggs]]
# [[$:/images/originals-frog]]
# [[$:/images/originals-front-teeth]]
# [[$:/images/originals-frontal-lobe]]
# [[$:/images/originals-frostfire]]
# [[$:/images/originals-frozen-arrow]]
# [[$:/images/originals-frozen-block]]
# [[$:/images/originals-frozen-orb]]
# [[$:/images/originals-fruit-bowl]]
# [[$:/images/originals-fruiting]]
# [[$:/images/originals-fulguro-punch]]
# [[$:/images/originals-full-motorcycle-helmet]]
# [[$:/images/originals-galleon]]
# [[$:/images/originals-gamepad]]
# [[$:/images/originals-gamepad-cross]]
# [[$:/images/originals-garlic]]
# [[$:/images/originals-gas-mask]]
# [[$:/images/originals-gas-pump]]
# [[$:/images/originals-gate]]
# [[$:/images/originals-gauls-helm]]
# [[$:/images/originals-gavel]]
# [[$:/images/originals-gaze]]
# [[$:/images/originals-gear-hammer]]
# [[$:/images/originals-gears]]
# [[$:/images/originals-gecko]]
# [[$:/images/originals-gem-chain]]
# [[$:/images/originals-gem-necklace]]
# [[$:/images/originals-gem-pendant]]
# [[$:/images/originals-gems]]
# [[$:/images/originals-ghost]]
# [[$:/images/originals-gibbet]]
# [[$:/images/originals-gift-of-knowledge]]
# [[$:/images/originals-gift-trap]]
# [[$:/images/originals-gladius]]
# [[$:/images/originals-glass-heart]]
# [[$:/images/originals-glass-shot]]
# [[$:/images/originals-glider]]
# [[$:/images/originals-globe]]
# [[$:/images/originals-gloop]]
# [[$:/images/originals-glowing-hands]]
# [[$:/images/originals-gluttonous-smile]]
# [[$:/images/originals-gluttony]]
# [[$:/images/originals-gold-mine]]
# [[$:/images/originals-gold-scarab]]
# [[$:/images/originals-gold-stack]]
# [[$:/images/originals-goo-explosion]]
# [[$:/images/originals-goo-skull]]
# [[$:/images/originals-goo-spurt]]
# [[$:/images/originals-gooey-daemon]]
# [[$:/images/originals-gooey-eyed-sun]]
# [[$:/images/originals-gooey-impact]]
# [[$:/images/originals-gooey-molecule]]
# [[$:/images/originals-gooey-sword]]
# [[$:/images/originals-gps]]
# [[$:/images/originals-grab]]
# [[$:/images/originals-graduate-cap]]
# [[$:/images/originals-grapes]]
# [[$:/images/originals-grapple]]
# [[$:/images/originals-grasping-claws]]
# [[$:/images/originals-grass]]
# [[$:/images/originals-graveyard]]
# [[$:/images/originals-grease-trap]]
# [[$:/images/originals-greaves]]
# [[$:/images/originals-greek-temple]]
# [[$:/images/originals-grenade]]
# [[$:/images/originals-grim-reaper]]
# [[$:/images/originals-ground-sprout]]
# [[$:/images/originals-groundbreaker]]
# [[$:/images/originals-grouped-drops]]
# [[$:/images/originals-guarded-tower]]
# [[$:/images/originals-guards]]
# [[$:/images/originals-guillotine]]
# [[$:/images/originals-guitar]]
# [[$:/images/originals-gunshot]]
# [[$:/images/originals-halberd]]
# [[$:/images/originals-halberd-shuriken]]
# [[$:/images/originals-half-body-crawling]]
# [[$:/images/originals-half-heart]]
# [[$:/images/originals-half-tornado]]
# [[$:/images/originals-halt]]
# [[$:/images/originals-ham-shank]]
# [[$:/images/originals-hammer-drop]]
# [[$:/images/originals-hammer-nails]]
# [[$:/images/originals-hammer-sickle]]
# [[$:/images/originals-hand]]
# [[$:/images/originals-hand-grip]]
# [[$:/images/originals-hand-of-god]]
# [[$:/images/originals-hand-saw]]
# [[$:/images/originals-handcuffs]]
# [[$:/images/originals-hanging-spider]]
# [[$:/images/originals-harpoon-chain]]
# [[$:/images/originals-harpoon-trident]]
# [[$:/images/originals-harpy]]
# [[$:/images/originals-harry-potter-skull]]
# [[$:/images/originals-hasty-grave]]
# [[$:/images/originals-hatchets]]
# [[$:/images/originals-haunting]]
# [[$:/images/originals-hazard-sign]]
# [[$:/images/originals-head-shot]]
# [[$:/images/originals-headphones]]
# [[$:/images/originals-headshot]]
# [[$:/images/originals-health-decrease]]
# [[$:/images/originals-health-increase]]
# [[$:/images/originals-health-normal]]
# [[$:/images/originals-heart-beats]]
# [[$:/images/originals-heart-bottle]]
# [[$:/images/originals-heart-drop]]
# [[$:/images/originals-heart-inside]]
# [[$:/images/originals-heart-organ]]
# [[$:/images/originals-heart-tower]]
# [[$:/images/originals-heart-wings]]
# [[$:/images/originals-heartburn]]
# [[$:/images/originals-heat-haze]]
# [[$:/images/originals-heavy-arrow]]
# [[$:/images/originals-heavy-fall]]
# [[$:/images/originals-heavy-fighter]]
# [[$:/images/originals-heavy-helm]]
# [[$:/images/originals-heavy-lightning]]
# [[$:/images/originals-heavy-rain]]
# [[$:/images/originals-heavy-thorny-triskelion]]
# [[$:/images/originals-heavy-timer]]
# [[$:/images/originals-helicopter]]
# [[$:/images/originals-helicopter-tail]]
# [[$:/images/originals-hell-crosses]]
# [[$:/images/originals-helmet]]
# [[$:/images/originals-helmet-head-shot]]
# [[$:/images/originals-help]]
# [[$:/images/originals-hexagonal-nut]]
# [[$:/images/originals-hexes]]
# [[$:/images/originals-hidden]]
# [[$:/images/originals-high-five]]
# [[$:/images/originals-high-grass]]
# [[$:/images/originals-high-heel]]
# [[$:/images/originals-high-shot]]
# [[$:/images/originals-hill-conquest]]
# [[$:/images/originals-hills]]
# [[$:/images/originals-hive]]
# [[$:/images/originals-hole-ladder]]
# [[$:/images/originals-holosphere]]
# [[$:/images/originals-holy-grail]]
# [[$:/images/originals-holy-hand-grenade]]
# [[$:/images/originals-holy-symbol]]
# [[$:/images/originals-holy-water]]
# [[$:/images/originals-honeycomb]]
# [[$:/images/originals-honeypot]]
# [[$:/images/originals-hood]]
# [[$:/images/originals-hoof]]
# [[$:/images/originals-horn-internal]]
# [[$:/images/originals-horned-helm]]
# [[$:/images/originals-horned-skull]]
# [[$:/images/originals-horse-head]]
# [[$:/images/originals-horseshoe]]
# [[$:/images/originals-horus]]
# [[$:/images/originals-hospital-cross]]
# [[$:/images/originals-hot-spices]]
# [[$:/images/originals-hot-surface]]
# [[$:/images/originals-hound]]
# [[$:/images/originals-hourglass]]
# [[$:/images/originals-house]]
# [[$:/images/originals-human-ear]]
# [[$:/images/originals-hunting-horn]]
# [[$:/images/originals-hydra]]
# [[$:/images/originals-hydra-shot]]
# [[$:/images/originals-hypersonic-bolt]]
# [[$:/images/originals-hypersonic-melon]]
# [[$:/images/originals-hypodermic-test]]
# [[$:/images/originals-i-beam]]
# [[$:/images/originals-ice-bolt]]
# [[$:/images/originals-ice-bomb]]
# [[$:/images/originals-ice-cream-cone]]
# [[$:/images/originals-ice-cube]]
# [[$:/images/originals-ice-pop]]
# [[$:/images/originals-ice-shield]]
# [[$:/images/originals-ice-spear]]
# [[$:/images/originals-iceberg]]
# [[$:/images/originals-icebergs]]
# [[$:/images/originals-icicles-fence]]
# [[$:/images/originals-idea]]
# [[$:/images/originals-ifrit]]
# [[$:/images/originals-igloo]]
# [[$:/images/originals-imbricated-arrows]]
# [[$:/images/originals-imp]]
# [[$:/images/originals-imp-laugh]]
# [[$:/images/originals-impact-point]]
# [[$:/images/originals-implosion]]
# [[$:/images/originals-imprisoned]]
# [[$:/images/originals-incense]]
# [[$:/images/originals-incisors]]
# [[$:/images/originals-incoming-rocket]]
# [[$:/images/originals-indian-palace]]
# [[$:/images/originals-infested-mass]]
# [[$:/images/originals-info]]
# [[$:/images/originals-ink-swirl]]
# [[$:/images/originals-inner-self]]
# [[$:/images/originals-insect-jaws]]
# [[$:/images/originals-interdiction]]
# [[$:/images/originals-interlaced-tentacles]]
# [[$:/images/originals-internal-injury]]
# [[$:/images/originals-internal-organ]]
# [[$:/images/originals-interstellar-path]]
# [[$:/images/originals-invisible]]
# [[$:/images/originals-invisible-face]]
# [[$:/images/originals-ion-cannon-blast]]
# [[$:/images/originals-ionic-column]]
# [[$:/images/originals-iron-cross]]
# [[$:/images/originals-iron-mask]]
# [[$:/images/originals-island]]
# [[$:/images/originals-james-bond-aperture]]
# [[$:/images/originals-jawbone]]
# [[$:/images/originals-jeep]]
# [[$:/images/originals-jellyfish]]
# [[$:/images/originals-jerrycan]]
# [[$:/images/originals-jester-hat]]
# [[$:/images/originals-jet-fighter]]
# [[$:/images/originals-jet-pack]]
# [[$:/images/originals-jetpack]]
# [[$:/images/originals-jeweled-chalice]]
# [[$:/images/originals-jigsaw-box]]
# [[$:/images/originals-jigsaw-piece]]
# [[$:/images/originals-joint]]
# [[$:/images/originals-journey]]
# [[$:/images/originals-joystick]]
# [[$:/images/originals-jug]]
# [[$:/images/originals-juggler]]
# [[$:/images/originals-jump-across]]
# [[$:/images/originals-jupiter]]
# [[$:/images/originals-justice-star]]
# [[$:/images/originals-kaleidoscope-pearls]]
# [[$:/images/originals-katana]]
# [[$:/images/originals-kevlar]]
# [[$:/images/originals-kevlar-vest]]
# [[$:/images/originals-key]]
# [[$:/images/originals-keyboard]]
# [[$:/images/originals-kimono]]
# [[$:/images/originals-kindle]]
# [[$:/images/originals-king]]
# [[$:/images/originals-kitchen-knives]]
# [[$:/images/originals-kite]]
# [[$:/images/originals-klingon]]
# [[$:/images/originals-knapsack]]
# [[$:/images/originals-kneeling]]
# [[$:/images/originals-knife-fork]]
# [[$:/images/originals-knife-thrust]]
# [[$:/images/originals-knockout]]
# [[$:/images/originals-knot]]
# [[$:/images/originals-ladder]]
# [[$:/images/originals-lamellar]]
# [[$:/images/originals-lamprey-mouth]]
# [[$:/images/originals-land-mine]]
# [[$:/images/originals-lantern]]
# [[$:/images/originals-lantern-flame]]
# [[$:/images/originals-large-wound]]
# [[$:/images/originals-laser-blast]]
# [[$:/images/originals-laser-burst]]
# [[$:/images/originals-laser-gun]]
# [[$:/images/originals-laser-sparks]]
# [[$:/images/originals-laser-warning]]
# [[$:/images/originals-laserburn]]
# [[$:/images/originals-lasso]]
# [[$:/images/originals-laurel-crown]]
# [[$:/images/originals-laurels]]
# [[$:/images/originals-lava]]
# [[$:/images/originals-law-star]]
# [[$:/images/originals-layered-armor]]
# [[$:/images/originals-lead-pipe]]
# [[$:/images/originals-leaf-skeleton]]
# [[$:/images/originals-leaf-swirl]]
# [[$:/images/originals-leaky-skull]]
# [[$:/images/originals-leather-boot]]
# [[$:/images/originals-leather-vest]]
# [[$:/images/originals-led]]
# [[$:/images/originals-leeching-worm]]
# [[$:/images/originals-letter-bomb]]
# [[$:/images/originals-level-four]]
# [[$:/images/originals-level-four-advanced]]
# [[$:/images/originals-level-three]]
# [[$:/images/originals-level-three-advanced]]
# [[$:/images/originals-level-two]]
# [[$:/images/originals-level-two-advanced]]
# [[$:/images/originals-lever]]
# [[$:/images/originals-life-buoy]]
# [[$:/images/originals-life-in-the-balance]]
# [[$:/images/originals-life-support]]
# [[$:/images/originals-life-tap]]
# [[$:/images/originals-lift]]
# [[$:/images/originals-light-bulb]]
# [[$:/images/originals-light-fighter]]
# [[$:/images/originals-light-sabers]]
# [[$:/images/originals-light-thorny-triskelion]]
# [[$:/images/originals-lighthouse]]
# [[$:/images/originals-lightning-arc]]
# [[$:/images/originals-lightning-bow]]
# [[$:/images/originals-lightning-branches]]
# [[$:/images/originals-lightning-dissipation]]
# [[$:/images/originals-lightning-electron]]
# [[$:/images/originals-lightning-frequency]]
# [[$:/images/originals-lightning-helix]]
# [[$:/images/originals-lightning-mask]]
# [[$:/images/originals-lightning-saber]]
# [[$:/images/originals-lightning-shadow]]
# [[$:/images/originals-lightning-shield]]
# [[$:/images/originals-lightning-shout]]
# [[$:/images/originals-lightning-slashes]]
# [[$:/images/originals-lightning-storm]]
# [[$:/images/originals-lightning-tear]]
# [[$:/images/originals-lightning-tree]]
# [[$:/images/originals-lightning-trio]]
# [[$:/images/originals-lily-pads]]
# [[$:/images/originals-linden-leaf]]
# [[$:/images/originals-linked-rings]]
# [[$:/images/originals-lion]]
# [[$:/images/originals-lips]]
# [[$:/images/originals-lit-candelabra]]
# [[$:/images/originals-lizard-tongue]]
# [[$:/images/originals-lizardman]]
# [[$:/images/originals-lob-arrow]]
# [[$:/images/originals-lock-picking]]
# [[$:/images/originals-lock-spy]]
# [[$:/images/originals-locked-chest]]
# [[$:/images/originals-locked-fortress]]
# [[$:/images/originals-log]]
# [[$:/images/originals-logging]]
# [[$:/images/originals-long-antennae-bug]]
# [[$:/images/originals-long-legged-spider]]
# [[$:/images/originals-look-at]]
# [[$:/images/originals-lotus]]
# [[$:/images/originals-lotus-flower]]
# [[$:/images/originals-love-howl]]
# [[$:/images/originals-love-injection]]
# [[$:/images/originals-love-song]]
# [[$:/images/originals-luchador]]
# [[$:/images/originals-lucifer-cannon]]
# [[$:/images/originals-luger]]
# [[$:/images/originals-lunar-module]]
# [[$:/images/originals-lunar-wand]]
# [[$:/images/originals-lungs]]
# [[$:/images/originals-lynx-head]]
# [[$:/images/originals-lyre]]
# [[$:/images/originals-mace-head]]
# [[$:/images/originals-machete]]
# [[$:/images/originals-mad-scientist]]
# [[$:/images/originals-maggot]]
# [[$:/images/originals-magic-gate]]
# [[$:/images/originals-magic-lamp]]
# [[$:/images/originals-magic-palm]]
# [[$:/images/originals-magic-portal]]
# [[$:/images/originals-magic-potion]]
# [[$:/images/originals-magic-shield]]
# [[$:/images/originals-magic-swirl]]
# [[$:/images/originals-magic-trident]]
# [[$:/images/originals-magick-trick]]
# [[$:/images/originals-magnet]]
# [[$:/images/originals-magnet-blast]]
# [[$:/images/originals-magnifying-glass]]
# [[$:/images/originals-mail-shirt]]
# [[$:/images/originals-mailbox]]
# [[$:/images/originals-mailed-fist]]
# [[$:/images/originals-male]]
# [[$:/images/originals-manacles]]
# [[$:/images/originals-mantrap]]
# [[$:/images/originals-maple-leaf]]
# [[$:/images/originals-marbles]]
# [[$:/images/originals-marrow-drain]]
# [[$:/images/originals-martini]]
# [[$:/images/originals-masked-spider]]
# [[$:/images/originals-mass-driver]]
# [[$:/images/originals-match-head]]
# [[$:/images/originals-materials-science]]
# [[$:/images/originals-mayan-pyramid]]
# [[$:/images/originals-maze]]
# [[$:/images/originals-maze-cornea]]
# [[$:/images/originals-meat]]
# [[$:/images/originals-meat-cleaver]]
# [[$:/images/originals-meat-hook]]
# [[$:/images/originals-mechanical-arm]]
# [[$:/images/originals-medal]]
# [[$:/images/originals-medal-skull]]
# [[$:/images/originals-medical-pack]]
# [[$:/images/originals-medical-pack-alt]]
# [[$:/images/originals-medieval-gate]]
# [[$:/images/originals-medieval-pavilion]]
# [[$:/images/originals-meditation]]
# [[$:/images/originals-meeple]]
# [[$:/images/originals-megaphone]]
# [[$:/images/originals-menhir]]
# [[$:/images/originals-mesh-ball]]
# [[$:/images/originals-metal-bar]]
# [[$:/images/originals-metal-disc]]
# [[$:/images/originals-metal-hand]]
# [[$:/images/originals-metal-scales]]
# [[$:/images/originals-meteor-impact]]
# [[$:/images/originals-metroid]]
# [[$:/images/originals-microchip]]
# [[$:/images/originals-microphone]]
# [[$:/images/originals-microscope]]
# [[$:/images/originals-microscope-lens]]
# [[$:/images/originals-middle-arrow]]
# [[$:/images/originals-midnight-claw]]
# [[$:/images/originals-mighty-boosh]]
# [[$:/images/originals-mine-explosion]]
# [[$:/images/originals-mine-wagon]]
# [[$:/images/originals-mineral-heart]]
# [[$:/images/originals-minerals]]
# [[$:/images/originals-minigun]]
# [[$:/images/originals-mining]]
# [[$:/images/originals-minions]]
# [[$:/images/originals-minotaur]]
# [[$:/images/originals-miracle-medecine]]
# [[$:/images/originals-mirror-mirror]]
# [[$:/images/originals-missile-mech]]
# [[$:/images/originals-missile-pod]]
# [[$:/images/originals-missile-swarm]]
# [[$:/images/originals-mite]]
# [[$:/images/originals-mite-alt]]
# [[$:/images/originals-moebius-star]]
# [[$:/images/originals-moebius-triangle]]
# [[$:/images/originals-molecule]]
# [[$:/images/originals-molotov]]
# [[$:/images/originals-money-stack]]
# [[$:/images/originals-monk-face]]
# [[$:/images/originals-monkey]]
# [[$:/images/originals-monkey-wrench]]
# [[$:/images/originals-monster-grasp]]
# [[$:/images/originals-moon]]
# [[$:/images/originals-moon-claws]]
# [[$:/images/originals-morbid-humour]]
# [[$:/images/originals-mortar]]
# [[$:/images/originals-mountain-cave]]
# [[$:/images/originals-mountains]]
# [[$:/images/originals-mountaintop]]
# [[$:/images/originals-mounted-knight]]
# [[$:/images/originals-mouse]]
# [[$:/images/originals-mouth-watering]]
# [[$:/images/originals-movement-sensor]]
# [[$:/images/originals-mp5]]
# [[$:/images/originals-mucous-pillar]]
# [[$:/images/originals-muscle-fat]]
# [[$:/images/originals-muscle-up]]
# [[$:/images/originals-mushroom]]
# [[$:/images/originals-mushroom-cloud]]
# [[$:/images/originals-mushroom-gills]]
# [[$:/images/originals-music-spell]]
# [[$:/images/originals-mute]]
# [[$:/images/originals-nailed-foot]]
# [[$:/images/originals-nailed-head]]
# [[$:/images/originals-nails]]
# [[$:/images/originals-nautilus-shell]]
# [[$:/images/originals-neck-bite]]
# [[$:/images/originals-needle-drill]]
# [[$:/images/originals-needle-jaws]]
# [[$:/images/originals-nested-eclipses]]
# [[$:/images/originals-nested-hearts]]
# [[$:/images/originals-nested-hexagons]]
# [[$:/images/originals-new-born]]
# [[$:/images/originals-night-sky]]
# [[$:/images/originals-night-vision]]
# [[$:/images/originals-ninja-mask]]
# [[$:/images/originals-ninja-star]]
# [[$:/images/originals-nodular]]
# [[$:/images/originals-nose-front]]
# [[$:/images/originals-nose-side]]
# [[$:/images/originals-nothing-to-say]]
# [[$:/images/originals-nuclear]]
# [[$:/images/originals-nuclear-bomb]]
# [[$:/images/originals-nunchaku]]
# [[$:/images/originals-oak]]
# [[$:/images/originals-oat]]
# [[$:/images/originals-obelisk]]
# [[$:/images/originals-observatory]]
# [[$:/images/originals-ocarina]]
# [[$:/images/originals-octogonal-eye]]
# [[$:/images/originals-octopus]]
# [[$:/images/originals-oil-drum]]
# [[$:/images/originals-oil-rig]]
# [[$:/images/originals-old-wagon]]
# [[$:/images/originals-omega]]
# [[$:/images/originals-on-target]]
# [[$:/images/originals-one-eyed]]
# [[$:/images/originals-open-book]]
# [[$:/images/originals-open-chest]]
# [[$:/images/originals-open-wound]]
# [[$:/images/originals-oppression]]
# [[$:/images/originals-orange]]
# [[$:/images/originals-orb-direction]]
# [[$:/images/originals-orbital]]
# [[$:/images/originals-orc-head]]
# [[$:/images/originals-ore]]
# [[$:/images/originals-ouroboros]]
# [[$:/images/originals-over-infinity]]
# [[$:/images/originals-overdose]]
# [[$:/images/originals-overdrive]]
# [[$:/images/originals-overkill]]
# [[$:/images/originals-overlord-helm]]
# [[$:/images/originals-overmind]]
# [[$:/images/originals-owl]]
# [[$:/images/originals-oyster-pearl]]
# [[$:/images/originals-paddles]]
# [[$:/images/originals-padlock]]
# [[$:/images/originals-paint-roller]]
# [[$:/images/originals-palette]]
# [[$:/images/originals-palisade]]
# [[$:/images/originals-palm]]
# [[$:/images/originals-pan-flute]]
# [[$:/images/originals-panda]]
# [[$:/images/originals-panzerfaust]]
# [[$:/images/originals-paper-arrow]]
# [[$:/images/originals-paper-bomb]]
# [[$:/images/originals-paper-clip]]
# [[$:/images/originals-paper-lantern]]
# [[$:/images/originals-paper-plane]]
# [[$:/images/originals-paper-windmill]]
# [[$:/images/originals-papers]]
# [[$:/images/originals-parachute]]
# [[$:/images/originals-paranoia]]
# [[$:/images/originals-parmecia]]
# [[$:/images/originals-parrot-head]]
# [[$:/images/originals-pauldrons]]
# [[$:/images/originals-paw]]
# [[$:/images/originals-paw-front]]
# [[$:/images/originals-paw-heart]]
# [[$:/images/originals-paw-print]]
# [[$:/images/originals-pawn]]
# [[$:/images/originals-pawprint]]
# [[$:/images/originals-pc]]
# [[$:/images/originals-peaks]]
# [[$:/images/originals-pear]]
# [[$:/images/originals-pegasus]]
# [[$:/images/originals-pencil]]
# [[$:/images/originals-pendulum-swing]]
# [[$:/images/originals-pentagram-rose]]
# [[$:/images/originals-perfume-bottle]]
# [[$:/images/originals-perpendicular-rings]]
# [[$:/images/originals-pestle-mortar]]
# [[$:/images/originals-photo-camera]]
# [[$:/images/originals-phrygian-cap]]
# [[$:/images/originals-piano-keys]]
# [[$:/images/originals-pickelhaube]]
# [[$:/images/originals-pie-chart]]
# [[$:/images/originals-pie-slice]]
# [[$:/images/originals-piece-skull]]
# [[$:/images/originals-pierced-body]]
# [[$:/images/originals-pierced-heart]]
# [[$:/images/originals-pig-face]]
# [[$:/images/originals-piggy-bank]]
# [[$:/images/originals-pikeman]]
# [[$:/images/originals-pill]]
# [[$:/images/originals-pill-drop]]
# [[$:/images/originals-pillow]]
# [[$:/images/originals-pin]]
# [[$:/images/originals-pinball-flipper]]
# [[$:/images/originals-pincers]]
# [[$:/images/originals-pine-tree]]
# [[$:/images/originals-pineapple]]
# [[$:/images/originals-pipes]]
# [[$:/images/originals-piranha]]
# [[$:/images/originals-pirate-grave]]
# [[$:/images/originals-pirate-hat]]
# [[$:/images/originals-pirate-hook]]
# [[$:/images/originals-pirate-skull]]
# [[$:/images/originals-pistol-gun]]
# [[$:/images/originals-pizza-cutter]]
# [[$:/images/originals-pizza-slice]]
# [[$:/images/originals-plain-dagger]]
# [[$:/images/originals-plane-wing]]
# [[$:/images/originals-planet-core]]
# [[$:/images/originals-planks]]
# [[$:/images/originals-plasma-bolt]]
# [[$:/images/originals-plastron]]
# [[$:/images/originals-plate-claw]]
# [[$:/images/originals-plug]]
# [[$:/images/originals-pocket-bow]]
# [[$:/images/originals-pocket-watch]]
# [[$:/images/originals-pointing]]
# [[$:/images/originals-pointy-hat]]
# [[$:/images/originals-poison]]
# [[$:/images/originals-poison-bottle]]
# [[$:/images/originals-poison-cloud]]
# [[$:/images/originals-poison-gas]]
# [[$:/images/originals-pokecog]]
# [[$:/images/originals-poker-hand]]
# [[$:/images/originals-police-badge]]
# [[$:/images/originals-police-officer-head]]
# [[$:/images/originals-police-target]]
# [[$:/images/originals-pollen-dust]]
# [[$:/images/originals-polo-shirt]]
# [[$:/images/originals-pope-crown]]
# [[$:/images/originals-portal]]
# [[$:/images/originals-portculis]]
# [[$:/images/originals-potion-ball]]
# [[$:/images/originals-pounce]]
# [[$:/images/originals-pouring-chalice]]
# [[$:/images/originals-powder]]
# [[$:/images/originals-power-button]]
# [[$:/images/originals-power-lightning]]
# [[$:/images/originals-prayer]]
# [[$:/images/originals-praying-mantis]]
# [[$:/images/originals-present]]
# [[$:/images/originals-pretty-fangs]]
# [[$:/images/originals-pretzel]]
# [[$:/images/originals-prisoner]]
# [[$:/images/originals-private]]
# [[$:/images/originals-private-first-class]]
# [[$:/images/originals-processor]]
# [[$:/images/originals-profit]]
# [[$:/images/originals-protection-glasses]]
# [[$:/images/originals-psychic-waves]]
# [[$:/images/originals-pteruges]]
# [[$:/images/originals-public-speaker]]
# [[$:/images/originals-pull]]
# [[$:/images/originals-pulley-hook]]
# [[$:/images/originals-pulse]]
# [[$:/images/originals-pummeled]]
# [[$:/images/originals-pumpkin-lantern]]
# [[$:/images/originals-pumpkin-mask]]
# [[$:/images/originals-punch]]
# [[$:/images/originals-punch-blast]]
# [[$:/images/originals-puppet]]
# [[$:/images/originals-push]]
# [[$:/images/originals-puzzle]]
# [[$:/images/originals-pyromaniac]]
# [[$:/images/originals-quake-stomp]]
# [[$:/images/originals-queen-crown]]
# [[$:/images/originals-quick-slash]]
# [[$:/images/originals-quicksand]]
# [[$:/images/originals-quill]]
# [[$:/images/originals-quill-ink]]
# [[$:/images/originals-quiver]]
# [[$:/images/originals-rabbit]]
# [[$:/images/originals-radar-dish]]
# [[$:/images/originals-radar-sweep]]
# [[$:/images/originals-radial-balance]]
# [[$:/images/originals-radioactive]]
# [[$:/images/originals-ragged-wound]]
# [[$:/images/originals-railway]]
# [[$:/images/originals-rainbow-star]]
# [[$:/images/originals-raining]]
# [[$:/images/originals-raise-zombie]]
# [[$:/images/originals-rake]]
# [[$:/images/originals-rally-the-troops]]
# [[$:/images/originals-ram]]
# [[$:/images/originals-rank-1]]
# [[$:/images/originals-rank-2]]
# [[$:/images/originals-rank-3]]
# [[$:/images/originals-rapidshare-arrow]]
# [[$:/images/originals-raven]]
# [[$:/images/originals-ray-gun]]
# [[$:/images/originals-razor-blade]]
# [[$:/images/originals-reactor]]
# [[$:/images/originals-read]]
# [[$:/images/originals-reaper-scythe]]
# [[$:/images/originals-recycle]]
# [[$:/images/originals-regeneration]]
# [[$:/images/originals-relic-blade]]
# [[$:/images/originals-resonance]]
# [[$:/images/originals-reticule]]
# [[$:/images/originals-retro-controller]]
# [[$:/images/originals-return-arrow]]
# [[$:/images/originals-revolt]]
# [[$:/images/originals-revolver]]
# [[$:/images/originals-rhinoceros-horn]]
# [[$:/images/originals-ribbon]]
# [[$:/images/originals-ribbon-medal]]
# [[$:/images/originals-ribcage]]
# [[$:/images/originals-rifle]]
# [[$:/images/originals-ring]]
# [[$:/images/originals-ringed-beam]]
# [[$:/images/originals-ringed-planet]]
# [[$:/images/originals-ringing-bell]]
# [[$:/images/originals-riot-shield]]
# [[$:/images/originals-river]]
# [[$:/images/originals-roast-chicken]]
# [[$:/images/originals-robber]]
# [[$:/images/originals-robber-mask]]
# [[$:/images/originals-robe]]
# [[$:/images/originals-robin-hood-hat]]
# [[$:/images/originals-robot-golem]]
# [[$:/images/originals-robot-leg]]
# [[$:/images/originals-rock]]
# [[$:/images/originals-rocket]]
# [[$:/images/originals-rocket-flight]]
# [[$:/images/originals-rocket-thruster]]
# [[$:/images/originals-rogue]]
# [[$:/images/originals-rolling-bomb]]
# [[$:/images/originals-rolling-dices]]
# [[$:/images/originals-roman-shield]]
# [[$:/images/originals-root-tip]]
# [[$:/images/originals-rope-coil]]
# [[$:/images/originals-rosa-shield]]
# [[$:/images/originals-rose]]
# [[$:/images/originals-rough-wound]]
# [[$:/images/originals-round-bottom-flask]]
# [[$:/images/originals-round-star]]
# [[$:/images/originals-round-straw-bale]]
# [[$:/images/originals-round-struck]]
# [[$:/images/originals-royal-love]]
# [[$:/images/originals-rss]]
# [[$:/images/originals-run]]
# [[$:/images/originals-rune-stone]]
# [[$:/images/originals-rune-sword]]
# [[$:/images/originals-rupee]]
# [[$:/images/originals-saber-slash]]
# [[$:/images/originals-saber-tooth]]
# [[$:/images/originals-sabers-choc]]
# [[$:/images/originals-sacrificial-dagger]]
# [[$:/images/originals-sad-crab]]
# [[$:/images/originals-saddle]]
# [[$:/images/originals-safety-pin]]
# [[$:/images/originals-sai]]
# [[$:/images/originals-sailboat]]
# [[$:/images/originals-salamander]]
# [[$:/images/originals-saloon-doors]]
# [[$:/images/originals-salt-shaker]]
# [[$:/images/originals-sands-of-time]]
# [[$:/images/originals-saphir]]
# [[$:/images/originals-sattelite]]
# [[$:/images/originals-saw-claw]]
# [[$:/images/originals-sawed-off-shotgun]]
# [[$:/images/originals-scale-mail]]
# [[$:/images/originals-scales]]
# [[$:/images/originals-scallop]]
# [[$:/images/originals-scalpel]]
# [[$:/images/originals-scalpel-strike]]
# [[$:/images/originals-scar-wound]]
# [[$:/images/originals-scarab-beetle]]
# [[$:/images/originals-scarecrow]]
# [[$:/images/originals-scissors]]
# [[$:/images/originals-scooter]]
# [[$:/images/originals-scorpion]]
# [[$:/images/originals-scorpion-tail]]
# [[$:/images/originals-screaming]]
# [[$:/images/originals-screen-impact]]
# [[$:/images/originals-screwdriver]]
# [[$:/images/originals-scroll-unfurled]]
# [[$:/images/originals-scythe]]
# [[$:/images/originals-sea-creature]]
# [[$:/images/originals-sea-dragon]]
# [[$:/images/originals-sea-serpent]]
# [[$:/images/originals-sea-star]]
# [[$:/images/originals-seahorse]]
# [[$:/images/originals-seated-mouse]]
# [[$:/images/originals-select]]
# [[$:/images/originals-self-love]]
# [[$:/images/originals-semi-closed-eye]]
# [[$:/images/originals-sensuousness]]
# [[$:/images/originals-sentry-gun]]
# [[$:/images/originals-sergeant]]
# [[$:/images/originals-serrated-slash]]
# [[$:/images/originals-seven-pointed-star]]
# [[$:/images/originals-sewing-needle]]
# [[$:/images/originals-sextant]]
# [[$:/images/originals-shadow-follower]]
# [[$:/images/originals-shadow-grasp]]
# [[$:/images/originals-shaking-hands]]
# [[$:/images/originals-shambling-zombie]]
# [[$:/images/originals-shard-sword]]
# [[$:/images/originals-shark-fin]]
# [[$:/images/originals-shark-jaws]]
# [[$:/images/originals-sharp-crown]]
# [[$:/images/originals-sharp-halberd]]
# [[$:/images/originals-sharp-lips]]
# [[$:/images/originals-sharp-smile]]
# [[$:/images/originals-sharped-teeth-skull]]
# [[$:/images/originals-shatter]]
# [[$:/images/originals-shattered-glass]]
# [[$:/images/originals-shattered-sword]]
# [[$:/images/originals-sheep]]
# [[$:/images/originals-sheikah-eye]]
# [[$:/images/originals-shield]]
# [[$:/images/originals-shield-bounces]]
# [[$:/images/originals-shield-disabled]]
# [[$:/images/originals-shield-echoes]]
# [[$:/images/originals-shield-reflect]]
# [[$:/images/originals-shieldcomb]]
# [[$:/images/originals-shining-claw]]
# [[$:/images/originals-shining-heart]]
# [[$:/images/originals-shining-sword]]
# [[$:/images/originals-shinto-shrine]]
# [[$:/images/originals-shiny-apple]]
# [[$:/images/originals-shiny-entrance]]
# [[$:/images/originals-shiny-iris]]
# [[$:/images/originals-shiny-purse]]
# [[$:/images/originals-ship-wheel]]
# [[$:/images/originals-shop]]
# [[$:/images/originals-shorts]]
# [[$:/images/originals-shotgun]]
# [[$:/images/originals-shotgun-rounds]]
# [[$:/images/originals-shoulder-scales]]
# [[$:/images/originals-shouting]]
# [[$:/images/originals-shrug]]
# [[$:/images/originals-shuriken]]
# [[$:/images/originals-shut-rose]]
# [[$:/images/originals-sickle]]
# [[$:/images/originals-siege-ram]]
# [[$:/images/originals-siege-tower]]
# [[$:/images/originals-silence]]
# [[$:/images/originals-silenced]]
# [[$:/images/originals-sing]]
# [[$:/images/originals-sinking-trap]]
# [[$:/images/originals-sinusoidal-beam]]
# [[$:/images/originals-siren]]
# [[$:/images/originals-six-eyes]]
# [[$:/images/originals-skeletal-hand]]
# [[$:/images/originals-skeleton-inside]]
# [[$:/images/originals-skeleton-key]]
# [[$:/images/originals-skid-mark]]
# [[$:/images/originals-skull-bolt]]
# [[$:/images/originals-skull-crack]]
# [[$:/images/originals-skull-crossed-bones]]
# [[$:/images/originals-skull-in-jar]]
# [[$:/images/originals-skull-mask]]
# [[$:/images/originals-skull-ring]]
# [[$:/images/originals-skull-shield]]
# [[$:/images/originals-skull-signet]]
# [[$:/images/originals-slap]]
# [[$:/images/originals-slashed-shield]]
# [[$:/images/originals-slavery-whip]]
# [[$:/images/originals-sleepy]]
# [[$:/images/originals-sleeveless-jacket]]
# [[$:/images/originals-sliced-bread]]
# [[$:/images/originals-slicing-arrow]]
# [[$:/images/originals-slingshot]]
# [[$:/images/originals-slow-blob]]
# [[$:/images/originals-sly]]
# [[$:/images/originals-small-fire]]
# [[$:/images/originals-smash-arrows]]
# [[$:/images/originals-smitten]]
# [[$:/images/originals-smoking-finger]]
# [[$:/images/originals-smoking-pipe]]
# [[$:/images/originals-snail]]
# [[$:/images/originals-snake]]
# [[$:/images/originals-snake-bite]]
# [[$:/images/originals-snake-totem]]
# [[$:/images/originals-snatch]]
# [[$:/images/originals-sniffing-dog]]
# [[$:/images/originals-snitch-quidditch-ball]]
# [[$:/images/originals-snorkel]]
# [[$:/images/originals-snow-bottle]]
# [[$:/images/originals-snowflake-1]]
# [[$:/images/originals-snowflake-2]]
# [[$:/images/originals-snowing]]
# [[$:/images/originals-snowman]]
# [[$:/images/originals-soap-experiment]]
# [[$:/images/originals-socks]]
# [[$:/images/originals-solar-system]]
# [[$:/images/originals-sombrero]]
# [[$:/images/originals-sonic-boom]]
# [[$:/images/originals-sonic-lightning]]
# [[$:/images/originals-sonic-screech]]
# [[$:/images/originals-sonic-shout]]
# [[$:/images/originals-space-shuttle]]
# [[$:/images/originals-space-suit]]
# [[$:/images/originals-spade]]
# [[$:/images/originals-spade-skull]]
# [[$:/images/originals-spanner]]
# [[$:/images/originals-sparkling-sabre]]
# [[$:/images/originals-sparky-bomb]]
# [[$:/images/originals-sparrow]]
# [[$:/images/originals-spartan]]
# [[$:/images/originals-spartan-helmet]]
# [[$:/images/originals-spatter]]
# [[$:/images/originals-spawn-node]]
# [[$:/images/originals-spear-feather]]
# [[$:/images/originals-spear-hook]]
# [[$:/images/originals-spears]]
# [[$:/images/originals-spectacle-lenses]]
# [[$:/images/originals-spectacles]]
# [[$:/images/originals-spectre]]
# [[$:/images/originals-speed-boat]]
# [[$:/images/originals-speedometer]]
# [[$:/images/originals-sperm-whale]]
# [[$:/images/originals-spider-alt]]
# [[$:/images/originals-spider-bot]]
# [[$:/images/originals-spider-face]]
# [[$:/images/originals-spider-web]]
# [[$:/images/originals-spikeball]]
# [[$:/images/originals-spiked-armor]]
# [[$:/images/originals-spiked-collar]]
# [[$:/images/originals-spiked-fence]]
# [[$:/images/originals-spiked-halo]]
# [[$:/images/originals-spiked-mace]]
# [[$:/images/originals-spiked-shell]]
# [[$:/images/originals-spiked-snail]]
# [[$:/images/originals-spiked-tentacle]]
# [[$:/images/originals-spikes]]
# [[$:/images/originals-spikes-full]]
# [[$:/images/originals-spikes-half]]
# [[$:/images/originals-spikes-init]]
# [[$:/images/originals-spiky-eclipse]]
# [[$:/images/originals-spiky-explosion]]
# [[$:/images/originals-spiky-field]]
# [[$:/images/originals-spiky-pit]]
# [[$:/images/originals-spill]]
# [[$:/images/originals-spinal-coil]]
# [[$:/images/originals-spine-arrow]]
# [[$:/images/originals-spinning-blades]]
# [[$:/images/originals-spinning-sword]]
# [[$:/images/originals-spiral-arrow]]
# [[$:/images/originals-spiral-bloom]]
# [[$:/images/originals-spiral-bottle]]
# [[$:/images/originals-spiral-shell]]
# [[$:/images/originals-spiral-thrust]]
# [[$:/images/originals-splash]]
# [[$:/images/originals-splashy-stream]]
# [[$:/images/originals-split-body]]
# [[$:/images/originals-split-cross]]
# [[$:/images/originals-splurt]]
# [[$:/images/originals-spoon]]
# [[$:/images/originals-spoted-flower]]
# [[$:/images/originals-spotted-arrowhead]]
# [[$:/images/originals-spotted-mushroom]]
# [[$:/images/originals-spotted-wound]]
# [[$:/images/originals-spoutnik]]
# [[$:/images/originals-spray]]
# [[$:/images/originals-sprint]]
# [[$:/images/originals-sprout]]
# [[$:/images/originals-sprout-disc]]
# [[$:/images/originals-spyglass]]
# [[$:/images/originals-square-bottle]]
# [[$:/images/originals-squib]]
# [[$:/images/originals-squid]]
# [[$:/images/originals-squid-head]]
# [[$:/images/originals-stack]]
# [[$:/images/originals-stag-head]]
# [[$:/images/originals-stahlhelm]]
# [[$:/images/originals-stairs]]
# [[$:/images/originals-stake-hammer]]
# [[$:/images/originals-stalagtite]]
# [[$:/images/originals-standing-potion]]
# [[$:/images/originals-star-cycle]]
# [[$:/images/originals-star-prominences]]
# [[$:/images/originals-star-pupil]]
# [[$:/images/originals-star-sattelites]]
# [[$:/images/originals-star-swirl]]
# [[$:/images/originals-stars-stack]]
# [[$:/images/originals-staryu]]
# [[$:/images/originals-static]]
# [[$:/images/originals-static-waves]]
# [[$:/images/originals-steak]]
# [[$:/images/originals-steam-locomotive]]
# [[$:/images/originals-steampunk-goggles]]
# [[$:/images/originals-steel-claws]]
# [[$:/images/originals-steel-door]]
# [[$:/images/originals-steeltoe-boots]]
# [[$:/images/originals-steelwing-emblem]]
# [[$:/images/originals-steering-wheel]]
# [[$:/images/originals-stethoscope]]
# [[$:/images/originals-stick-splitting]]
# [[$:/images/originals-sticking-plaster]]
# [[$:/images/originals-stigmata]]
# [[$:/images/originals-stiletto]]
# [[$:/images/originals-stitched-wound]]
# [[$:/images/originals-stomach]]
# [[$:/images/originals-stomp]]
# [[$:/images/originals-stone-axe]]
# [[$:/images/originals-stone-block]]
# [[$:/images/originals-stone-bridge]]
# [[$:/images/originals-stone-crafting]]
# [[$:/images/originals-stone-pile]]
# [[$:/images/originals-stone-spear]]
# [[$:/images/originals-stone-sphere]]
# [[$:/images/originals-stone-tablet]]
# [[$:/images/originals-stone-throne]]
# [[$:/images/originals-stone-tower]]
# [[$:/images/originals-stoned-skull]]
# [[$:/images/originals-stopwatch]]
# [[$:/images/originals-strafe]]
# [[$:/images/originals-strawberry]]
# [[$:/images/originals-striking-arrows]]
# [[$:/images/originals-striking-balls]]
# [[$:/images/originals-striking-clamps]]
# [[$:/images/originals-striking-diamonds]]
# [[$:/images/originals-striking-splinter]]
# [[$:/images/originals-strong]]
# [[$:/images/originals-stun-grenade]]
# [[$:/images/originals-submarine]]
# [[$:/images/originals-suckered-tentacle]]
# [[$:/images/originals-suicide]]
# [[$:/images/originals-suitcase]]
# [[$:/images/originals-suits]]
# [[$:/images/originals-sun]]
# [[$:/images/originals-sun-cloud]]
# [[$:/images/originals-sun-radiations]]
# [[$:/images/originals-sun-spear]]
# [[$:/images/originals-sunbeams]]
# [[$:/images/originals-sundial]]
# [[$:/images/originals-sunglasses]]
# [[$:/images/originals-sunken-eye]]
# [[$:/images/originals-sunrise]]
# [[$:/images/originals-super-mushroom]]
# [[$:/images/originals-supersonic-arrow]]
# [[$:/images/originals-supersonic-bullet]]
# [[$:/images/originals-surprised]]
# [[$:/images/originals-surprised-skull]]
# [[$:/images/originals-suspicious]]
# [[$:/images/originals-swallow]]
# [[$:/images/originals-swamp]]
# [[$:/images/originals-swan]]
# [[$:/images/originals-swan-breeze]]
# [[$:/images/originals-swap-bag]]
# [[$:/images/originals-swirl-ring]]
# [[$:/images/originals-swirl-string]]
# [[$:/images/originals-switch-weapon]]
# [[$:/images/originals-sword-array]]
# [[$:/images/originals-sword-break]]
# [[$:/images/originals-sword-clash]]
# [[$:/images/originals-sword-hilt]]
# [[$:/images/originals-sword-in-stone]]
# [[$:/images/originals-sword-slice]]
# [[$:/images/originals-sword-smithing]]
# [[$:/images/originals-sword-spade]]
# [[$:/images/originals-sword-spin]]
# [[$:/images/originals-syringe]]
# [[$:/images/originals-table]]
# [[$:/images/originals-tabletop-players]]
# [[$:/images/originals-tank]]
# [[$:/images/originals-tap]]
# [[$:/images/originals-target-arrows]]
# [[$:/images/originals-target-dummy]]
# [[$:/images/originals-target-laser]]
# [[$:/images/originals-target-shot]]
# [[$:/images/originals-targeted]]
# [[$:/images/originals-targeting]]
# [[$:/images/originals-tattered-banner]]
# [[$:/images/originals-teapot]]
# [[$:/images/originals-tear-tracks]]
# [[$:/images/originals-techno-heart]]
# [[$:/images/originals-telefrag]]
# [[$:/images/originals-telepathy]]
# [[$:/images/originals-teleport]]
# [[$:/images/originals-templar-heart]]
# [[$:/images/originals-templar-shield]]
# [[$:/images/originals-temptation]]
# [[$:/images/originals-tentacle-heart]]
# [[$:/images/originals-tentacle-strike]]
# [[$:/images/originals-tentacles-skull]]
# [[$:/images/originals-tentacurl]]
# [[$:/images/originals-terror]]
# [[$:/images/originals-tesla]]
# [[$:/images/originals-tesla-coil]]
# [[$:/images/originals-tesla-turret]]
# [[$:/images/originals-test-tubes]]
# [[$:/images/originals-theater-curtains]]
# [[$:/images/originals-thermometer-cold]]
# [[$:/images/originals-thermometer-hot]]
# [[$:/images/originals-thermometer-scale]]
# [[$:/images/originals-think]]
# [[$:/images/originals-third-eye]]
# [[$:/images/originals-thor-fist]]
# [[$:/images/originals-thorn-helix]]
# [[$:/images/originals-thorned-arrow]]
# [[$:/images/originals-thorny-tentacle]]
# [[$:/images/originals-thorny-vine]]
# [[$:/images/originals-three-keys]]
# [[$:/images/originals-three-leaves]]
# [[$:/images/originals-thrown-charcoal]]
# [[$:/images/originals-thrown-daggers]]
# [[$:/images/originals-thrown-knife]]
# [[$:/images/originals-thrown-spear]]
# [[$:/images/originals-thunder-blade]]
# [[$:/images/originals-thunder-skull]]
# [[$:/images/originals-thunder-struck]]
# [[$:/images/originals-thunderball]]
# [[$:/images/originals-tic-tac-toe]]
# [[$:/images/originals-tick]]
# [[$:/images/originals-tie]]
# [[$:/images/originals-tied-scroll]]
# [[$:/images/originals-tiger]]
# [[$:/images/originals-time-bomb]]
# [[$:/images/originals-time-trap]]
# [[$:/images/originals-tinker]]
# [[$:/images/originals-tipi]]
# [[$:/images/originals-toad-teeth]]
# [[$:/images/originals-tomahawk]]
# [[$:/images/originals-tombstone]]
# [[$:/images/originals-tooth]]
# [[$:/images/originals-top-hat]]
# [[$:/images/originals-top-paw]]
# [[$:/images/originals-torch]]
# [[$:/images/originals-tornado]]
# [[$:/images/originals-tornado-discs]]
# [[$:/images/originals-torpedo]]
# [[$:/images/originals-tortoise]]
# [[$:/images/originals-totem]]
# [[$:/images/originals-totem-head]]
# [[$:/images/originals-toucan]]
# [[$:/images/originals-tower-bridge]]
# [[$:/images/originals-tower-fall]]
# [[$:/images/originals-trade]]
# [[$:/images/originals-traffic-cone]]
# [[$:/images/originals-traffic-lights-green]]
# [[$:/images/originals-traffic-lights-orange]]
# [[$:/images/originals-traffic-lights-ready-to-go]]
# [[$:/images/originals-traffic-lights-red]]
# [[$:/images/originals-trample]]
# [[$:/images/originals-transfuse]]
# [[$:/images/originals-transportation-rings]]
# [[$:/images/originals-trash-can]]
# [[$:/images/originals-tread]]
# [[$:/images/originals-treasure-map]]
# [[$:/images/originals-trebuchet]]
# [[$:/images/originals-tree-branch]]
# [[$:/images/originals-trefoil-lily]]
# [[$:/images/originals-trefoil-shuriken]]
# [[$:/images/originals-tribal-mask]]
# [[$:/images/originals-trident]]
# [[$:/images/originals-triforce]]
# [[$:/images/originals-trigger-hurt]]
# [[$:/images/originals-trilobite]]
# [[$:/images/originals-triorb]]
# [[$:/images/originals-triple-beak]]
# [[$:/images/originals-triple-claws]]
# [[$:/images/originals-triple-corn]]
# [[$:/images/originals-triple-lock]]
# [[$:/images/originals-triple-needle]]
# [[$:/images/originals-triple-plier]]
# [[$:/images/originals-triple-scratches]]
# [[$:/images/originals-triple-skulls]]
# [[$:/images/originals-triple-yin]]
# [[$:/images/originals-tripwire]]
# [[$:/images/originals-triquetra]]
# [[$:/images/originals-trojan-horse]]
# [[$:/images/originals-troll]]
# [[$:/images/originals-tron-arrow]]
# [[$:/images/originals-trophy]]
# [[$:/images/originals-tropical-fish]]
# [[$:/images/originals-trousers]]
# [[$:/images/originals-trowel]]
# [[$:/images/originals-truck]]
# [[$:/images/originals-tumor]]
# [[$:/images/originals-tune-pitch]]
# [[$:/images/originals-turd]]
# [[$:/images/originals-turret]]
# [[$:/images/originals-turtle]]
# [[$:/images/originals-turtle-shell]]
# [[$:/images/originals-tv]]
# [[$:/images/originals-twirly-flower]]
# [[$:/images/originals-twister]]
# [[$:/images/originals-two-feathers]]
# [[$:/images/originals-two-shadows]]
# [[$:/images/originals-tyre]]
# [[$:/images/originals-ubisoft-sun]]
# [[$:/images/originals-udder]]
# [[$:/images/originals-ufo]]
# [[$:/images/originals-ultrasound]]
# [[$:/images/originals-umbrella]]
# [[$:/images/originals-umbrella-bayonet]]
# [[$:/images/originals-uncertainty]]
# [[$:/images/originals-unfriendly-fire]]
# [[$:/images/originals-unicorn]]
# [[$:/images/originals-union-jack]]
# [[$:/images/originals-unlit-bomb]]
# [[$:/images/originals-unlit-candelabra]]
# [[$:/images/originals-unlocking]]
# [[$:/images/originals-unplugged]]
# [[$:/images/originals-unstable-projectile]]
# [[$:/images/originals-usa-flag]]
# [[$:/images/originals-usable]]
# [[$:/images/originals-uzi]]
# [[$:/images/originals-valley]]
# [[$:/images/originals-vanilla-flower]]
# [[$:/images/originals-velocipede]]
# [[$:/images/originals-vial]]
# [[$:/images/originals-vibrating-ball]]
# [[$:/images/originals-viking-longhouse]]
# [[$:/images/originals-viking-shield]]
# [[$:/images/originals-vile-fluid]]
# [[$:/images/originals-village]]
# [[$:/images/originals-vine-flower]]
# [[$:/images/originals-vine-leaf]]
# [[$:/images/originals-vine-whip]]
# [[$:/images/originals-vintage-robot]]
# [[$:/images/originals-viola]]
# [[$:/images/originals-virus]]
# [[$:/images/originals-visored-helm]]
# [[$:/images/originals-volcano]]
# [[$:/images/originals-vomiting]]
# [[$:/images/originals-voodoo-doll]]
# [[$:/images/originals-vortex]]
# [[$:/images/originals-vulture]]
# [[$:/images/originals-walkie-talkie]]
# [[$:/images/originals-walking-boot]]
# [[$:/images/originals-walrus-head]]
# [[$:/images/originals-warlock-eye]]
# [[$:/images/originals-warp-pipe]]
# [[$:/images/originals-wasp-sting]]
# [[$:/images/originals-watch]]
# [[$:/images/originals-watchtower]]
# [[$:/images/originals-water-bolt]]
# [[$:/images/originals-water-drop]]
# [[$:/images/originals-water-fountain]]
# [[$:/images/originals-water-splash]]
# [[$:/images/originals-watering-can]]
# [[$:/images/originals-watermelon]]
# [[$:/images/originals-wave-crest]]
# [[$:/images/originals-wave-strike]]
# [[$:/images/originals-wavy-chains]]
# [[$:/images/originals-wavy-itinerary]]
# [[$:/images/originals-wax-seal]]
# [[$:/images/originals-web-spit]]
# [[$:/images/originals-weight]]
# [[$:/images/originals-weight-crush]]
# [[$:/images/originals-weight-lifting-down]]
# [[$:/images/originals-weight-lifting-up]]
# [[$:/images/originals-well]]
# [[$:/images/originals-western-hat]]
# [[$:/images/originals-wheat]]
# [[$:/images/originals-wheelbarrow]]
# [[$:/images/originals-whip]]
# [[$:/images/originals-whiplash]]
# [[$:/images/originals-whirlwind]]
# [[$:/images/originals-whistle]]
# [[$:/images/originals-white-cat]]
# [[$:/images/originals-white-tower]]
# [[$:/images/originals-wide-arrow-dunk]]
# [[$:/images/originals-wildfires]]
# [[$:/images/originals-william-tell]]
# [[$:/images/originals-wind-hole]]
# [[$:/images/originals-wind-slap]]
# [[$:/images/originals-wind-turbine]]
# [[$:/images/originals-windmill]]
# [[$:/images/originals-windpump]]
# [[$:/images/originals-windy-stripes]]
# [[$:/images/originals-wine-glass]]
# [[$:/images/originals-wing-cloak]]
# [[$:/images/originals-winged-arrow]]
# [[$:/images/originals-winged-emblem]]
# [[$:/images/originals-winged-leg]]
# [[$:/images/originals-winged-shield]]
# [[$:/images/originals-winged-sword]]
# [[$:/images/originals-wingfoot]]
# [[$:/images/originals-witch-flight]]
# [[$:/images/originals-wizard-staff]]
# [[$:/images/originals-wolf-head]]
# [[$:/images/originals-wolf-howl]]
# [[$:/images/originals-wolf-trap]]
# [[$:/images/originals-wolverine-claws]]
# [[$:/images/originals-woman-elf-face]]
# [[$:/images/originals-wood-axe]]
# [[$:/images/originals-wood-club]]
# [[$:/images/originals-wood-pile]]
# [[$:/images/originals-wooden-crate]]
# [[$:/images/originals-wooden-door]]
# [[$:/images/originals-wooden-helmet]]
# [[$:/images/originals-wooden-pegleg]]
# [[$:/images/originals-wooden-sign]]
# [[$:/images/originals-world]]
# [[$:/images/originals-worm-mouth]]
# [[$:/images/originals-worried-eyes]]
# [[$:/images/originals-wrapped-heart]]
# [[$:/images/originals-wrapped-sweet]]
# [[$:/images/originals-wrapping-star]]
# [[$:/images/originals-wrecking-ball]]
# [[$:/images/originals-wrench]]
# [[$:/images/originals-wyvern]]
# [[$:/images/originals-yin-yang]]
# [[$:/images/originals-zebra-shield]]
# [[$:/images/originals-zeppelin]]
# [[$:/images/originals-zeus-sword]]
# [[$:/images/originals-zig-arrow]]
# [[$:/images/originals-zigzag-cage]]
# [[$:/images/originals-zigzag-leaf]]
# [[$:/images/originals-zigzag-tune]]
# [[$:/images/public-domain-infinity]]
# [[$:/images/public-domain-salmon]]
# [[$:/images/social-rss]]
# [[$:/images/sports-american-football-ball]]
# [[$:/images/sports-baseball-bat]]
# [[$:/images/sports-basketball-ball]]
# [[$:/images/sports-basketball-basket]]
# [[$:/images/sports-bowling-pin]]
# [[$:/images/sports-corner-flag]]
# [[$:/images/sports-eight-ball]]
# [[$:/images/sports-golf-flag]]
# [[$:/images/sports-hockey]]
# [[$:/images/sports-ping-pong-bat]]
# [[$:/images/sports-podium]]
# [[$:/images/sports-rugby-conversion]]
# [[$:/images/sports-shuttlecock]]
# [[$:/images/sports-soccer-ball]]
# [[$:/images/sports-soccer-field]]
# [[$:/images/sports-tennis-ball]]
# [[$:/images/sports-volleyball-ball]]
# [[$:/images/tetris-i-brick]]
# [[$:/images/tetris-j-brick]]
# [[$:/images/tetris-l-brick]]
# [[$:/images/tetris-o-brick]]
# [[$:/images/tetris-s-brick]]
# [[$:/images/tetris-t-brick]]
# [[$:/images/tetris-z-brick]]
# [[$:/images/zodiac-aquarius]]
# [[$:/images/zodiac-aries]]
# [[$:/images/zodiac-cancer]]
# [[$:/images/zodiac-capricorn]]
# [[$:/images/zodiac-gemini]]
# [[$:/images/zodiac-leo]]
# [[$:/images/zodiac-libra]]
# [[$:/images/zodiac-ophiuchus]]
# [[$:/images/zodiac-pisces]]
# [[$:/images/zodiac-sagittarius]]
# [[$:/images/zodiac-scorpio]]
# [[$:/images/zodiac-taurus]]
# [[$:/images/zodiac-virgo]]
# [[$:/images/chevronDown]]
# [[$:/images/chevronLeft]]
# [[$:/images/chevronRight]]
# [[$:/images/chevronUp]]
# [[$:/images/compose]]
# [[$:/images/external]]
# [[$:/images/geolocation]]
# [[$:/images/grid]]
# [[$:/images/musicNote]]
# [[$:/images/pin]]
# [[$:/images/repost]]
# [[$:/images/shoppingCart]]
# [[$:/images/speakerVolume]]
# [[$:/images/triangleDown]]
# [[$:/images/triangleLeft]]
# [[$:/images/triangleRight]]
# [[$:/images/triangleUp]]
# [[$:/images/warning]]
# [[$:/images/accessibility]]
# [[$:/images/aid-kit]]
# [[$:/images/airplane]]
# [[$:/images/alarm]]
# [[$:/images/angry]]
# [[$:/images/angry2]]
# [[$:/images/appleinc]]
# [[$:/images/arrow-down-left]]
# [[$:/images/arrow-down-left2]]
# [[$:/images/arrow-down-right]]
# [[$:/images/arrow-down-right2]]
# [[$:/images/arrow-down2]]
# [[$:/images/arrow-left2]]
# [[$:/images/arrow-right2]]
# [[$:/images/arrow-up-left]]
# [[$:/images/arrow-up-left2]]
# [[$:/images/arrow-up-right]]
# [[$:/images/arrow-up-right2]]
# [[$:/images/arrow-up2]]
# [[$:/images/attachment]]
# [[$:/images/backward2]]
# [[$:/images/baffled]]
# [[$:/images/baffled2]]
# [[$:/images/basecamp]]
# [[$:/images/behance2]]
# [[$:/images/bin]]
# [[$:/images/bin2]]
# [[$:/images/blocked]]
# [[$:/images/blog]]
# [[$:/images/blogger2]]
# [[$:/images/books]]
# [[$:/images/box-add]]
# [[$:/images/box-remove]]
# [[$:/images/brightness-contrast]]
# [[$:/images/bubble2]]
# [[$:/images/bubbles]]
# [[$:/images/bubbles2]]
# [[$:/images/bubbles3]]
# [[$:/images/bubbles4]]
# [[$:/images/cancel-circle]]
# [[$:/images/checkmark]]
# [[$:/images/checkmark2]]
# [[$:/images/clear-formatting]]
# [[$:/images/clock2]]
# [[$:/images/cloud-check]]
# [[$:/images/clubs]]
# [[$:/images/coin-dollar]]
# [[$:/images/coin-euro]]
# [[$:/images/coin-pound]]
# [[$:/images/coin-yen]]
# [[$:/images/command]]
# [[$:/images/compass2]]
# [[$:/images/confused]]
# [[$:/images/confused2]]
# [[$:/images/connection]]
# [[$:/images/cool]]
# [[$:/images/cool2]]
# [[$:/images/crying]]
# [[$:/images/crying2]]
# [[$:/images/ctrl]]
# [[$:/images/diamonds]]
# [[$:/images/dice]]
# [[$:/images/display]]
# [[$:/images/download2]]
# [[$:/images/download3]]
# [[$:/images/drawer]]
# [[$:/images/drawer2]]
# [[$:/images/earth]]
# [[$:/images/ello]]
# [[$:/images/embed]]
# [[$:/images/embed2]]
# [[$:/images/enlarge]]
# [[$:/images/enlarge2]]
# [[$:/images/envelop]]
# [[$:/images/equalizer2]]
# [[$:/images/eye-blocked]]
# [[$:/images/eye-minus]]
# [[$:/images/eye-plus]]
# [[$:/images/facebook2]]
# [[$:/images/file-empty]]
# [[$:/images/file-music]]
# [[$:/images/file-openoffice]]
# [[$:/images/file-picture]]
# [[$:/images/file-play]]
# [[$:/images/file-text2]]
# [[$:/images/file-video]]
# [[$:/images/file-word]]
# [[$:/images/file-zip]]
# [[$:/images/files-empty]]
# [[$:/images/finder]]
# [[$:/images/first]]
# [[$:/images/flickr2]]
# [[$:/images/flickr3]]
# [[$:/images/flickr4]]
# [[$:/images/folder-download]]
# [[$:/images/folder-minus]]
# [[$:/images/folder-plus]]
# [[$:/images/folder-upload]]
# [[$:/images/font-size]]
# [[$:/images/forward2]]
# [[$:/images/forward3]]
# [[$:/images/frustrated]]
# [[$:/images/frustrated2]]
# [[$:/images/glass2]]
# [[$:/images/google-drive]]
# [[$:/images/google-plus2]]
# [[$:/images/google-plus3]]
# [[$:/images/google2]]
# [[$:/images/google3]]
# [[$:/images/grin]]
# [[$:/images/grin2]]
# [[$:/images/hammer]]
# [[$:/images/hammer2]]
# [[$:/images/hangouts]]
# [[$:/images/happy]]
# [[$:/images/happy2]]
# [[$:/images/heart-broken]]
# [[$:/images/hipster]]
# [[$:/images/hipster2]]
# [[$:/images/home2]]
# [[$:/images/home3]]
# [[$:/images/hour-glass]]
# [[$:/images/html-five]]
# [[$:/images/html-five2]]
# [[$:/images/IcoMoon]]
# [[$:/images/IE]]
# [[$:/images/images]]
# [[$:/images/indent-decrease]]
# [[$:/images/indent-increase]]
# [[$:/images/infinite]]
# [[$:/images/insert-template]]
# [[$:/images/key2]]
# [[$:/images/lab]]
# [[$:/images/lanyrd]]
# [[$:/images/last]]
# [[$:/images/lastfm2]]
# [[$:/images/library]]
# [[$:/images/libreoffice]]
# [[$:/images/ligature]]
# [[$:/images/ligature2]]
# [[$:/images/linkedin2]]
# [[$:/images/list2]]
# [[$:/images/location2]]
# [[$:/images/loop2]]
# [[$:/images/ltr]]
# [[$:/images/magic-wand]]
# [[$:/images/mail2]]
# [[$:/images/mail3]]
# [[$:/images/mail4]]
# [[$:/images/make-group]]
# [[$:/images/man]]
# [[$:/images/man-woman]]
# [[$:/images/map2]]
# [[$:/images/menu2]]
# [[$:/images/menu3]]
# [[$:/images/menu4]]
# [[$:/images/meter]]
# [[$:/images/meter2]]
# [[$:/images/mobile2]]
# [[$:/images/move-down]]
# [[$:/images/move-up]]
# [[$:/images/mug]]
# [[$:/images/neutral]]
# [[$:/images/neutral2]]
# [[$:/images/new-tab]]
# [[$:/images/next2]]
# [[$:/images/office]]
# [[$:/images/omega]]
# [[$:/images/opt]]
# [[$:/images/pacman]]
# [[$:/images/page-break]]
# [[$:/images/pagebreak]]
# [[$:/images/paint-format]]
# [[$:/images/paragraph-center]]
# [[$:/images/paragraph-justify]]
# [[$:/images/paragraph-left]]
# [[$:/images/paragraph-right]]
# [[$:/images/pause2]]
# [[$:/images/pen]]
# [[$:/images/pencil2]]
# [[$:/images/phone-hang-up]]
# [[$:/images/pilcrow]]
# [[$:/images/pinterest2]]
# [[$:/images/play2]]
# [[$:/images/play3]]
# [[$:/images/point-down]]
# [[$:/images/point-left]]
# [[$:/images/point-right]]
# [[$:/images/point-up]]
# [[$:/images/power-cord]]
# [[$:/images/previous2]]
# [[$:/images/price-tags]]
# [[$:/images/printer]]
# [[$:/images/profile]]
# [[$:/images/quill]]
# [[$:/images/quotes-left]]
# [[$:/images/quotes-right]]
# [[$:/images/radio-checked2]]
# [[$:/images/redo2]]
# [[$:/images/rss2]]
# [[$:/images/rtl]]
# [[$:/images/sad]]
# [[$:/images/sad2]]
# [[$:/images/section]]
# [[$:/images/share2]]
# [[$:/images/shift]]
# [[$:/images/shocked]]
# [[$:/images/shocked2]]
# [[$:/images/shrink2]]
# [[$:/images/sigma]]
# [[$:/images/sleepy]]
# [[$:/images/sleepy2]]
# [[$:/images/smile2]]
# [[$:/images/sort-numberic-desc]]
# [[$:/images/soundcloud2]]
# [[$:/images/spades]]
# [[$:/images/spell-check]]
# [[$:/images/sphere]]
# [[$:/images/spinner10]]
# [[$:/images/spinner11]]
# [[$:/images/spinner2]]
# [[$:/images/spinner3]]
# [[$:/images/spinner4]]
# [[$:/images/spinner5]]
# [[$:/images/spinner6]]
# [[$:/images/spinner7]]
# [[$:/images/spinner8]]
# [[$:/images/spinner9]]
# [[$:/images/spoon-knife]]
# [[$:/images/stack]]
# [[$:/images/star-full]]
# [[$:/images/stats-bars]]
# [[$:/images/stats-bars2]]
# [[$:/images/stats-dots]]
# [[$:/images/steam2]]
# [[$:/images/stop2]]
# [[$:/images/stopwatch]]
# [[$:/images/stumbleupon2]]
# [[$:/images/subscript2]]
# [[$:/images/sun]]
# [[$:/images/superscript2]]
# [[$:/images/svg]]
# [[$:/images/tab]]
# [[$:/images/table2]]
# [[$:/images/telegram]]
# [[$:/images/tongue]]
# [[$:/images/tongue2]]
# [[$:/images/tumblr2]]
# [[$:/images/tux]]
# [[$:/images/undo2]]
# [[$:/images/ungroup]]
# [[$:/images/unlocked]]
# [[$:/images/upload2]]
# [[$:/images/upload3]]
# [[$:/images/user-check]]
# [[$:/images/user-minus]]
# [[$:/images/user-tie]]
# [[$:/images/vimeo2]]
# [[$:/images/volume-decrease]]
# [[$:/images/volume-high]]
# [[$:/images/volume-increase]]
# [[$:/images/volume-low]]
# [[$:/images/volume-medium]]
# [[$:/images/volume-mute]]
# [[$:/images/volume-mute2]]
# [[$:/images/wikipedia]]
# [[$:/images/windows8]]
# [[$:/images/wink]]
# [[$:/images/wink2]]
# [[$:/images/woman]]
# [[$:/images/wondering]]
# [[$:/images/wondering2]]
# [[$:/images/xing2]]
# [[$:/images/yahoo2]]
# [[$:/images/youtube2]]
# [[$:/images/alert-circled]]
# [[$:/images/android-add]]
# [[$:/images/android-add-circle]]
# [[$:/images/android-alarm-clock]]
# [[$:/images/android-alert]]
# [[$:/images/android-apps]]
# [[$:/images/android-archive]]
# [[$:/images/android-arrow-back]]
# [[$:/images/android-arrow-down]]
# [[$:/images/android-arrow-dropdown]]
# [[$:/images/android-arrow-dropdown-circle]]
# [[$:/images/android-arrow-dropleft]]
# [[$:/images/android-arrow-dropleft-circle]]
# [[$:/images/android-arrow-dropright]]
# [[$:/images/android-arrow-dropright-circle]]
# [[$:/images/android-arrow-dropup]]
# [[$:/images/android-arrow-dropup-circle]]
# [[$:/images/android-arrow-forward]]
# [[$:/images/android-arrow-up]]
# [[$:/images/android-attach]]
# [[$:/images/android-bar]]
# [[$:/images/android-bicycle]]
# [[$:/images/android-boat]]
# [[$:/images/android-bookmark]]
# [[$:/images/android-bulb]]
# [[$:/images/android-bus]]
# [[$:/images/android-calendar]]
# [[$:/images/android-call]]
# [[$:/images/android-camera]]
# [[$:/images/android-cancel]]
# [[$:/images/android-car]]
# [[$:/images/android-cart]]
# [[$:/images/android-chat]]
# [[$:/images/android-checkbox]]
# [[$:/images/android-checkbox-blank]]
# [[$:/images/android-checkbox-outline]]
# [[$:/images/android-checkbox-outline-blank]]
# [[$:/images/android-checkmark-circle]]
# [[$:/images/android-clipboard]]
# [[$:/images/android-close]]
# [[$:/images/android-cloud]]
# [[$:/images/android-cloud-circle]]
# [[$:/images/android-cloud-done]]
# [[$:/images/android-cloud-outline]]
# [[$:/images/android-color-palette]]
# [[$:/images/android-compass]]
# [[$:/images/android-contact]]
# [[$:/images/android-contacts]]
# [[$:/images/android-contract]]
# [[$:/images/android-create]]
# [[$:/images/android-delete]]
# [[$:/images/android-desktop]]
# [[$:/images/android-document]]
# [[$:/images/android-done]]
# [[$:/images/android-done-all]]
# [[$:/images/android-download]]
# [[$:/images/android-drafts]]
# [[$:/images/android-exit]]
# [[$:/images/android-expand]]
# [[$:/images/android-favorite]]
# [[$:/images/android-favorite-outline]]
# [[$:/images/android-film]]
# [[$:/images/android-folder]]
# [[$:/images/android-folder-open]]
# [[$:/images/android-funnel]]
# [[$:/images/android-globe]]
# [[$:/images/android-hand]]
# [[$:/images/android-hangout]]
# [[$:/images/android-happy]]
# [[$:/images/android-home]]
# [[$:/images/android-image]]
# [[$:/images/android-laptop]]
# [[$:/images/android-list]]
# [[$:/images/android-locate]]
# [[$:/images/android-lock]]
# [[$:/images/android-mail]]
# [[$:/images/android-map]]
# [[$:/images/android-menu]]
# [[$:/images/android-microphone]]
# [[$:/images/android-microphone-off]]
# [[$:/images/android-more-horizontal]]
# [[$:/images/android-more-vertical]]
# [[$:/images/android-navigate]]
# [[$:/images/android-notifications]]
# [[$:/images/android-notifications-none]]
# [[$:/images/android-notifications-off]]
# [[$:/images/android-open]]
# [[$:/images/android-options]]
# [[$:/images/android-people]]
# [[$:/images/android-person]]
# [[$:/images/android-person-add]]
# [[$:/images/android-phone-landscape]]
# [[$:/images/android-phone-portrait]]
# [[$:/images/android-pin]]
# [[$:/images/android-plane]]
# [[$:/images/android-playstore]]
# [[$:/images/android-print]]
# [[$:/images/android-radio-button-off]]
# [[$:/images/android-radio-button-on]]
# [[$:/images/android-refresh]]
# [[$:/images/android-remove]]
# [[$:/images/android-remove-circle]]
# [[$:/images/android-restaurant]]
# [[$:/images/android-sad]]
# [[$:/images/android-search]]
# [[$:/images/android-send]]
# [[$:/images/android-settings]]
# [[$:/images/android-share]]
# [[$:/images/android-share-alt]]
# [[$:/images/android-star]]
# [[$:/images/android-star-half]]
# [[$:/images/android-star-outline]]
# [[$:/images/android-stopwatch]]
# [[$:/images/android-subway]]
# [[$:/images/android-sunny]]
# [[$:/images/android-sync]]
# [[$:/images/android-textsms]]
# [[$:/images/android-time]]
# [[$:/images/android-train]]
# [[$:/images/android-unlock]]
# [[$:/images/android-upload]]
# [[$:/images/android-volume-down]]
# [[$:/images/android-volume-mute]]
# [[$:/images/android-volume-off]]
# [[$:/images/android-volume-up]]
# [[$:/images/android-walk]]
# [[$:/images/android-warning]]
# [[$:/images/android-watch]]
# [[$:/images/android-wifi]]
# [[$:/images/aperture]]
# [[$:/images/arrow-down-a]]
# [[$:/images/arrow-down-b]]
# [[$:/images/arrow-down-c]]
# [[$:/images/arrow-expand]]
# [[$:/images/arrow-graph-down-left]]
# [[$:/images/arrow-graph-down-right]]
# [[$:/images/arrow-graph-up-left]]
# [[$:/images/arrow-graph-up-right]]
# [[$:/images/arrow-left-a]]
# [[$:/images/arrow-left-b]]
# [[$:/images/arrow-left-c]]
# [[$:/images/arrow-move]]
# [[$:/images/arrow-resize]]
# [[$:/images/arrow-return-left]]
# [[$:/images/arrow-return-right]]
# [[$:/images/arrow-right-a]]
# [[$:/images/arrow-right-b]]
# [[$:/images/arrow-right-c]]
# [[$:/images/arrow-shrink]]
# [[$:/images/arrow-swap]]
# [[$:/images/arrow-up-a]]
# [[$:/images/arrow-up-b]]
# [[$:/images/arrow-up-c]]
# [[$:/images/backspace]]
# [[$:/images/backspace-outline]]
# [[$:/images/battery-charging]]
# [[$:/images/battery-low]]
# [[$:/images/beaker]]
# [[$:/images/bonfire]]
# [[$:/images/bowtie]]
# [[$:/images/card]]
# [[$:/images/cash]]
# [[$:/images/chatbox]]
# [[$:/images/chatbox-working]]
# [[$:/images/chatboxes]]
# [[$:/images/chatbubble]]
# [[$:/images/chatbubble-working]]
# [[$:/images/chatbubbles]]
# [[$:/images/checkmark-circled]]
# [[$:/images/checkmark-round]]
# [[$:/images/close-circled]]
# [[$:/images/close-round]]
# [[$:/images/closed-captioning]]
# [[$:/images/code-download]]
# [[$:/images/code-working]]
# [[$:/images/connection-bars]]
# [[$:/images/disc]]
# [[$:/images/document-text]]
# [[$:/images/drag]]
# [[$:/images/easel]]
# [[$:/images/egg]]
# [[$:/images/email]]
# [[$:/images/email-unread]]
# [[$:/images/erlenmeyer-flask]]
# [[$:/images/erlenmeyer-flask-bubbles]]
# [[$:/images/eye-disabled]]
# [[$:/images/filing]]
# [[$:/images/film-marker]]
# [[$:/images/fireball]]
# [[$:/images/flame]]
# [[$:/images/flash-off]]
# [[$:/images/fork-repo]]
# [[$:/images/funnel]]
# [[$:/images/gear-a]]
# [[$:/images/gear-b]]
# [[$:/images/happy-outline]]
# [[$:/images/headphone]]
# [[$:/images/help-buoy]]
# [[$:/images/icecream]]
# [[$:/images/information]]
# [[$:/images/information-circled]]
# [[$:/images/ios-alarm]]
# [[$:/images/ios-alarm-outline]]
# [[$:/images/ios-albums]]
# [[$:/images/ios-albums-outline]]
# [[$:/images/ios-americanfootball]]
# [[$:/images/ios-americanfootball-outline]]
# [[$:/images/ios-analytics]]
# [[$:/images/ios-analytics-outline]]
# [[$:/images/ios-arrow-back]]
# [[$:/images/ios-arrow-down]]
# [[$:/images/ios-arrow-forward]]
# [[$:/images/ios-arrow-left]]
# [[$:/images/ios-arrow-right]]
# [[$:/images/ios-arrow-thin-down]]
# [[$:/images/ios-arrow-thin-left]]
# [[$:/images/ios-arrow-thin-right]]
# [[$:/images/ios-arrow-thin-up]]
# [[$:/images/ios-arrow-up]]
# [[$:/images/ios-at]]
# [[$:/images/ios-at-outline]]
# [[$:/images/ios-barcode]]
# [[$:/images/ios-barcode-outline]]
# [[$:/images/ios-baseball]]
# [[$:/images/ios-baseball-outline]]
# [[$:/images/ios-basketball]]
# [[$:/images/ios-basketball-outline]]
# [[$:/images/ios-bell]]
# [[$:/images/ios-bell-outline]]
# [[$:/images/ios-body]]
# [[$:/images/ios-body-outline]]
# [[$:/images/ios-bolt]]
# [[$:/images/ios-bolt-outline]]
# [[$:/images/ios-book]]
# [[$:/images/ios-book-outline]]
# [[$:/images/ios-bookmarks]]
# [[$:/images/ios-bookmarks-outline]]
# [[$:/images/ios-box]]
# [[$:/images/ios-box-outline]]
# [[$:/images/ios-briefcase]]
# [[$:/images/ios-briefcase-outline]]
# [[$:/images/ios-browsers]]
# [[$:/images/ios-browsers-outline]]
# [[$:/images/ios-calculator]]
# [[$:/images/ios-calculator-outline]]
# [[$:/images/ios-calendar]]
# [[$:/images/ios-calendar-outline]]
# [[$:/images/ios-camera]]
# [[$:/images/ios-camera-outline]]
# [[$:/images/ios-cart]]
# [[$:/images/ios-cart-outline]]
# [[$:/images/ios-chatboxes]]
# [[$:/images/ios-chatboxes-outline]]
# [[$:/images/ios-chatbubble]]
# [[$:/images/ios-chatbubble-outline]]
# [[$:/images/ios-checkmark]]
# [[$:/images/ios-checkmark-empty]]
# [[$:/images/ios-checkmark-outline]]
# [[$:/images/ios-circle-filled]]
# [[$:/images/ios-circle-outline]]
# [[$:/images/ios-clock]]
# [[$:/images/ios-clock-outline]]
# [[$:/images/ios-close]]
# [[$:/images/ios-close-empty]]
# [[$:/images/ios-close-outline]]
# [[$:/images/ios-cloud]]
# [[$:/images/ios-cloud-download]]
# [[$:/images/ios-cloud-download-outline]]
# [[$:/images/ios-cloud-outline]]
# [[$:/images/ios-cloud-upload]]
# [[$:/images/ios-cloud-upload-outline]]
# [[$:/images/ios-cloudy]]
# [[$:/images/ios-cloudy-night]]
# [[$:/images/ios-cloudy-night-outline]]
# [[$:/images/ios-cloudy-outline]]
# [[$:/images/ios-cog]]
# [[$:/images/ios-cog-outline]]
# [[$:/images/ios-color-filter]]
# [[$:/images/ios-color-filter-outline]]
# [[$:/images/ios-color-wand]]
# [[$:/images/ios-color-wand-outline]]
# [[$:/images/ios-compose]]
# [[$:/images/ios-compose-outline]]
# [[$:/images/ios-contact]]
# [[$:/images/ios-contact-outline]]
# [[$:/images/ios-copy]]
# [[$:/images/ios-copy-outline]]
# [[$:/images/ios-crop]]
# [[$:/images/ios-crop-strong]]
# [[$:/images/ios-download]]
# [[$:/images/ios-download-outline]]
# [[$:/images/ios-drag]]
# [[$:/images/ios-email]]
# [[$:/images/ios-email-outline]]
# [[$:/images/ios-eye]]
# [[$:/images/ios-eye-outline]]
# [[$:/images/ios-fastforward]]
# [[$:/images/ios-fastforward-outline]]
# [[$:/images/ios-filing]]
# [[$:/images/ios-filing-outline]]
# [[$:/images/ios-film]]
# [[$:/images/ios-film-outline]]
# [[$:/images/ios-flag]]
# [[$:/images/ios-flag-outline]]
# [[$:/images/ios-flame]]
# [[$:/images/ios-flame-outline]]
# [[$:/images/ios-flask]]
# [[$:/images/ios-flask-outline]]
# [[$:/images/ios-flower]]
# [[$:/images/ios-flower-outline]]
# [[$:/images/ios-folder]]
# [[$:/images/ios-folder-outline]]
# [[$:/images/ios-football]]
# [[$:/images/ios-football-outline]]
# [[$:/images/ios-game-controller-a]]
# [[$:/images/ios-game-controller-a-outline]]
# [[$:/images/ios-game-controller-b]]
# [[$:/images/ios-game-controller-b-outline]]
# [[$:/images/ios-gear]]
# [[$:/images/ios-gear-outline]]
# [[$:/images/ios-glasses]]
# [[$:/images/ios-glasses-outline]]
# [[$:/images/ios-grid-view]]
# [[$:/images/ios-grid-view-outline]]
# [[$:/images/ios-heart]]
# [[$:/images/ios-heart-outline]]
# [[$:/images/ios-help]]
# [[$:/images/ios-help-empty]]
# [[$:/images/ios-help-outline]]
# [[$:/images/ios-home]]
# [[$:/images/ios-home-outline]]
# [[$:/images/ios-infinite]]
# [[$:/images/ios-infinite-outline]]
# [[$:/images/ios-information]]
# [[$:/images/ios-information-empty]]
# [[$:/images/ios-information-outline]]
# [[$:/images/ios-ionic-outline]]
# [[$:/images/ios-keypad]]
# [[$:/images/ios-keypad-outline]]
# [[$:/images/ios-lightbulb]]
# [[$:/images/ios-lightbulb-outline]]
# [[$:/images/ios-list]]
# [[$:/images/ios-list-outline]]
# [[$:/images/ios-location]]
# [[$:/images/ios-location-outline]]
# [[$:/images/ios-locked]]
# [[$:/images/ios-locked-outline]]
# [[$:/images/ios-loop]]
# [[$:/images/ios-loop-strong]]
# [[$:/images/ios-medical]]
# [[$:/images/ios-medical-outline]]
# [[$:/images/ios-medkit]]
# [[$:/images/ios-medkit-outline]]
# [[$:/images/ios-mic]]
# [[$:/images/ios-mic-off]]
# [[$:/images/ios-mic-outline]]
# [[$:/images/ios-minus]]
# [[$:/images/ios-minus-empty]]
# [[$:/images/ios-minus-outline]]
# [[$:/images/ios-monitor]]
# [[$:/images/ios-monitor-outline]]
# [[$:/images/ios-moon]]
# [[$:/images/ios-moon-outline]]
# [[$:/images/ios-more]]
# [[$:/images/ios-more-outline]]
# [[$:/images/ios-musical-note]]
# [[$:/images/ios-musical-notes]]
# [[$:/images/ios-navigate]]
# [[$:/images/ios-navigate-outline]]
# [[$:/images/ios-nutrition]]
# [[$:/images/ios-nutrition-outline]]
# [[$:/images/ios-paper]]
# [[$:/images/ios-paper-outline]]
# [[$:/images/ios-paperplane]]
# [[$:/images/ios-paperplane-outline]]
# [[$:/images/ios-partlysunny]]
# [[$:/images/ios-partlysunny-outline]]
# [[$:/images/ios-pause]]
# [[$:/images/ios-pause-outline]]
# [[$:/images/ios-paw]]
# [[$:/images/ios-paw-outline]]
# [[$:/images/ios-people]]
# [[$:/images/ios-people-outline]]
# [[$:/images/ios-person]]
# [[$:/images/ios-person-outline]]
# [[$:/images/ios-personadd]]
# [[$:/images/ios-personadd-outline]]
# [[$:/images/ios-photos]]
# [[$:/images/ios-photos-outline]]
# [[$:/images/ios-pie]]
# [[$:/images/ios-pie-outline]]
# [[$:/images/ios-pint]]
# [[$:/images/ios-pint-outline]]
# [[$:/images/ios-play]]
# [[$:/images/ios-play-outline]]
# [[$:/images/ios-plus]]
# [[$:/images/ios-plus-empty]]
# [[$:/images/ios-plus-outline]]
# [[$:/images/ios-pricetag]]
# [[$:/images/ios-pricetag-outline]]
# [[$:/images/ios-pricetags]]
# [[$:/images/ios-pricetags-outline]]
# [[$:/images/ios-printer]]
# [[$:/images/ios-printer-outline]]
# [[$:/images/ios-pulse]]
# [[$:/images/ios-pulse-strong]]
# [[$:/images/ios-rainy]]
# [[$:/images/ios-rainy-outline]]
# [[$:/images/ios-recording]]
# [[$:/images/ios-recording-outline]]
# [[$:/images/ios-redo]]
# [[$:/images/ios-redo-outline]]
# [[$:/images/ios-refresh]]
# [[$:/images/ios-refresh-empty]]
# [[$:/images/ios-refresh-outline]]
# [[$:/images/ios-reload]]
# [[$:/images/ios-reverse-camera]]
# [[$:/images/ios-reverse-camera-outline]]
# [[$:/images/ios-rewind]]
# [[$:/images/ios-rewind-outline]]
# [[$:/images/ios-rose]]
# [[$:/images/ios-rose-outline]]
# [[$:/images/ios-search]]
# [[$:/images/ios-search-strong]]
# [[$:/images/ios-settings]]
# [[$:/images/ios-settings-strong]]
# [[$:/images/ios-shuffle]]
# [[$:/images/ios-shuffle-strong]]
# [[$:/images/ios-skipbackward]]
# [[$:/images/ios-skipbackward-outline]]
# [[$:/images/ios-skipforward]]
# [[$:/images/ios-skipforward-outline]]
# [[$:/images/ios-snowy]]
# [[$:/images/ios-speedometer]]
# [[$:/images/ios-speedometer-outline]]
# [[$:/images/ios-star]]
# [[$:/images/ios-star-half]]
# [[$:/images/ios-star-outline]]
# [[$:/images/ios-stopwatch]]
# [[$:/images/ios-stopwatch-outline]]
# [[$:/images/ios-sunny]]
# [[$:/images/ios-sunny-outline]]
# [[$:/images/ios-telephone]]
# [[$:/images/ios-telephone-outline]]
# [[$:/images/ios-tennisball]]
# [[$:/images/ios-tennisball-outline]]
# [[$:/images/ios-thunderstorm]]
# [[$:/images/ios-thunderstorm-outline]]
# [[$:/images/ios-time]]
# [[$:/images/ios-time-outline]]
# [[$:/images/ios-timer]]
# [[$:/images/ios-timer-outline]]
# [[$:/images/ios-toggle]]
# [[$:/images/ios-toggle-outline]]
# [[$:/images/ios-trash]]
# [[$:/images/ios-trash-outline]]
# [[$:/images/ios-undo]]
# [[$:/images/ios-undo-outline]]
# [[$:/images/ios-unlocked]]
# [[$:/images/ios-unlocked-outline]]
# [[$:/images/ios-upload]]
# [[$:/images/ios-upload-outline]]
# [[$:/images/ios-videocam]]
# [[$:/images/ios-videocam-outline]]
# [[$:/images/ios-volume-high]]
# [[$:/images/ios-volume-low]]
# [[$:/images/ios-wineglass]]
# [[$:/images/ios-wineglass-outline]]
# [[$:/images/ios-world]]
# [[$:/images/ios-world-outline]]
# [[$:/images/ipad]]
# [[$:/images/iphone]]
# [[$:/images/ipod]]
# [[$:/images/jet]]
# [[$:/images/knife]]
# [[$:/images/levels]]
# [[$:/images/load-a]]
# [[$:/images/load-b]]
# [[$:/images/load-c]]
# [[$:/images/load-d]]
# [[$:/images/lock-combination]]
# [[$:/images/locked]]
# [[$:/images/merge]]
# [[$:/images/mic-a]]
# [[$:/images/mic-b]]
# [[$:/images/mic-c]]
# [[$:/images/minus-round]]
# [[$:/images/model-s]]
# [[$:/images/more]]
# [[$:/images/music-note]]
# [[$:/images/navicon-round]]
# [[$:/images/navigate]]
# [[$:/images/nuclear]]
# [[$:/images/outlet]]
# [[$:/images/paintbrush]]
# [[$:/images/paintbucket]]
# [[$:/images/paper-airplane]]
# [[$:/images/person-add]]
# [[$:/images/person-stalker]]
# [[$:/images/pie-graph]]
# [[$:/images/pinpoint]]
# [[$:/images/pizza]]
# [[$:/images/planet]]
# [[$:/images/playstation]]
# [[$:/images/plus-round]]
# [[$:/images/podium]]
# [[$:/images/pricetag]]
# [[$:/images/pricetags]]
# [[$:/images/pull-request]]
# [[$:/images/qr-scanner]]
# [[$:/images/radio-waves]]
# [[$:/images/ribbon-a]]
# [[$:/images/ribbon-b]]
# [[$:/images/sad-outline]]
# [[$:/images/settings]]
# [[$:/images/skip-backward]]
# [[$:/images/skip-forward]]
# [[$:/images/social-android-outline]]
# [[$:/images/social-angular]]
# [[$:/images/social-angular-outline]]
# [[$:/images/social-apple-outline]]
# [[$:/images/social-bitcoin]]
# [[$:/images/social-bitcoin-outline]]
# [[$:/images/social-buffer]]
# [[$:/images/social-buffer-outline]]
# [[$:/images/social-chrome]]
# [[$:/images/social-chrome-outline]]
# [[$:/images/social-codepen]]
# [[$:/images/social-codepen-outline]]
# [[$:/images/social-css3]]
# [[$:/images/social-css3-outline]]
# [[$:/images/social-designernews]]
# [[$:/images/social-designernews-outline]]
# [[$:/images/social-dribbble-outline]]
# [[$:/images/social-dropbox-outline]]
# [[$:/images/social-euro]]
# [[$:/images/social-euro-outline]]
# [[$:/images/social-facebook-outline]]
# [[$:/images/social-foursquare-outline]]
# [[$:/images/social-freebsd-devil]]
# [[$:/images/social-github-outline]]
# [[$:/images/social-google]]
# [[$:/images/social-google-outline]]
# [[$:/images/social-googleplus]]
# [[$:/images/social-googleplus-outline]]
# [[$:/images/social-hackernews]]
# [[$:/images/social-hackernews-outline]]
# [[$:/images/social-html5]]
# [[$:/images/social-html5-outline]]
# [[$:/images/social-instagram-outline]]
# [[$:/images/social-javascript]]
# [[$:/images/social-javascript-outline]]
# [[$:/images/social-linkedin-outline]]
# [[$:/images/social-markdown]]
# [[$:/images/social-nodejs]]
# [[$:/images/social-octocat]]
# [[$:/images/social-pinterest-outline]]
# [[$:/images/social-python]]
# [[$:/images/social-reddit-outline]]
# [[$:/images/social-rss-outline]]
# [[$:/images/social-sass]]
# [[$:/images/social-skype-outline]]
# [[$:/images/social-snapchat-outline]]
# [[$:/images/social-tumblr-outline]]
# [[$:/images/social-tux]]
# [[$:/images/social-twitch]]
# [[$:/images/social-twitch-outline]]
# [[$:/images/social-twitter-outline]]
# [[$:/images/social-usd]]
# [[$:/images/social-usd-outline]]
# [[$:/images/social-vimeo-outline]]
# [[$:/images/social-whatsapp]]
# [[$:/images/social-whatsapp-outline]]
# [[$:/images/social-windows-outline]]
# [[$:/images/social-wordpress]]
# [[$:/images/social-wordpress-outline]]
# [[$:/images/social-yahoo-outline]]
# [[$:/images/social-yen]]
# [[$:/images/social-yen-outline]]
# [[$:/images/social-youtube-outline]]
# [[$:/images/soup-can]]
# [[$:/images/soup-can-outline]]
# [[$:/images/speakerphone]]
# [[$:/images/speedometer]]
# [[$:/images/thumbsdown]]
# [[$:/images/thumbsup]]
# [[$:/images/toggle]]
# [[$:/images/toggle-filled]]
# [[$:/images/trash-a]]
# [[$:/images/trash-b]]
# [[$:/images/tshirt]]
# [[$:/images/tshirt-outline]]
# [[$:/images/university]]
# [[$:/images/videocamera]]
# [[$:/images/wand]]
# [[$:/images/waterdrop]]
# [[$:/images/wineglass]]
# [[$:/images/xbox]]
# [[$:/images/aerialway-11]]
# [[$:/images/aerialway-15]]
# [[$:/images/airfield-11]]
# [[$:/images/airfield-15]]
# [[$:/images/airport-11]]
# [[$:/images/airport-15]]
# [[$:/images/alcohol-shop-11]]
# [[$:/images/alcohol-shop-15]]
# [[$:/images/america-football-11]]
# [[$:/images/america-football-15]]
# [[$:/images/amusement-park-11]]
# [[$:/images/amusement-park-15]]
# [[$:/images/aquarium-11]]
# [[$:/images/aquarium-15]]
# [[$:/images/art-gallery-11]]
# [[$:/images/art-gallery-15]]
# [[$:/images/attraction-11]]
# [[$:/images/attraction-15]]
# [[$:/images/bakery-11]]
# [[$:/images/bakery-15]]
# [[$:/images/bank-11]]
# [[$:/images/bank-15]]
# [[$:/images/bar-11]]
# [[$:/images/bar-15]]
# [[$:/images/baseball-11]]
# [[$:/images/baseball-15]]
# [[$:/images/basketball-11]]
# [[$:/images/basketball-15]]
# [[$:/images/beer-11]]
# [[$:/images/beer-15]]
# [[$:/images/bicycle-11]]
# [[$:/images/bicycle-15]]
# [[$:/images/bicycle-share-11]]
# [[$:/images/bicycle-share-15]]
# [[$:/images/building-11]]
# [[$:/images/building-15]]
# [[$:/images/bus-11]]
# [[$:/images/bus-15]]
# [[$:/images/cafe-11]]
# [[$:/images/cafe-15]]
# [[$:/images/campsite-11]]
# [[$:/images/campsite-15]]
# [[$:/images/car-11]]
# [[$:/images/car-15]]
# [[$:/images/castle-11]]
# [[$:/images/castle-15]]
# [[$:/images/cemetery-11]]
# [[$:/images/cemetery-15]]
# [[$:/images/cinema-11]]
# [[$:/images/cinema-15]]
# [[$:/images/circle-11]]
# [[$:/images/circle-15]]
# [[$:/images/circle-stroked-11]]
# [[$:/images/circle-stroked-15]]
# [[$:/images/clothing-store-11]]
# [[$:/images/clothing-store-15]]
# [[$:/images/college-11]]
# [[$:/images/college-15]]
# [[$:/images/commercial-11]]
# [[$:/images/commercial-15]]
# [[$:/images/cricket-11]]
# [[$:/images/cricket-15]]
# [[$:/images/cross-11]]
# [[$:/images/cross-15]]
# [[$:/images/dam-11]]
# [[$:/images/dam-15]]
# [[$:/images/danger-11]]
# [[$:/images/danger-15]]
# [[$:/images/dentist-11]]
# [[$:/images/dentist-15]]
# [[$:/images/doctor-11]]
# [[$:/images/doctor-15]]
# [[$:/images/dog-park-11]]
# [[$:/images/dog-park-15]]
# [[$:/images/drinking-water-11]]
# [[$:/images/drinking-water-15]]
# [[$:/images/embassy-11]]
# [[$:/images/embassy-15]]
# [[$:/images/entrance-11]]
# [[$:/images/entrance-15]]
# [[$:/images/farm-11]]
# [[$:/images/farm-15]]
# [[$:/images/fast-food-11]]
# [[$:/images/fast-food-15]]
# [[$:/images/ferry-11]]
# [[$:/images/ferry-15]]
# [[$:/images/fire-station-11]]
# [[$:/images/fire-station-15]]
# [[$:/images/fuel-11]]
# [[$:/images/fuel-15]]
# [[$:/images/garden-11]]
# [[$:/images/garden-15]]
# [[$:/images/garden-center-11]]
# [[$:/images/garden-center-15]]
# [[$:/images/gift-11]]
# [[$:/images/gift-15]]
# [[$:/images/golf-11]]
# [[$:/images/golf-15]]
# [[$:/images/grocery-11]]
# [[$:/images/grocery-15]]
# [[$:/images/hairdresser-11]]
# [[$:/images/hairdresser-15]]
# [[$:/images/harbor-11]]
# [[$:/images/harbor-15]]
# [[$:/images/heart-11]]
# [[$:/images/heart-15]]
# [[$:/images/heliport-11]]
# [[$:/images/heliport-15]]
# [[$:/images/hospital-11]]
# [[$:/images/hospital-15]]
# [[$:/images/ice-cream-11]]
# [[$:/images/ice-cream-15]]
# [[$:/images/industry-11]]
# [[$:/images/industry-15]]
# [[$:/images/information-11]]
# [[$:/images/information-15]]
# [[$:/images/laundry-11]]
# [[$:/images/laundry-15]]
# [[$:/images/library-11]]
# [[$:/images/library-15]]
# [[$:/images/lighthouse-11]]
# [[$:/images/lighthouse-15]]
# [[$:/images/lodging-11]]
# [[$:/images/lodging-15]]
# [[$:/images/marker-11]]
# [[$:/images/marker-15]]
# [[$:/images/monument-11]]
# [[$:/images/monument-15]]
# [[$:/images/mountain-11]]
# [[$:/images/mountain-15]]
# [[$:/images/museum-11]]
# [[$:/images/museum-15]]
# [[$:/images/music-11]]
# [[$:/images/music-15]]
# [[$:/images/park-11]]
# [[$:/images/park-15]]
# [[$:/images/parking-11]]
# [[$:/images/parking-15]]
# [[$:/images/parking-garage-11]]
# [[$:/images/parking-garage-15]]
# [[$:/images/pharmacy-11]]
# [[$:/images/pharmacy-15]]
# [[$:/images/picnic-site-11]]
# [[$:/images/picnic-site-15]]
# [[$:/images/pitch-11]]
# [[$:/images/pitch-15]]
# [[$:/images/place-of-worship-11]]
# [[$:/images/place-of-worship-15]]
# [[$:/images/playground-11]]
# [[$:/images/playground-15]]
# [[$:/images/police-11]]
# [[$:/images/police-15]]
# [[$:/images/post-11]]
# [[$:/images/post-15]]
# [[$:/images/prison-11]]
# [[$:/images/prison-15]]
# [[$:/images/rail-11]]
# [[$:/images/rail-15]]
# [[$:/images/rail-light-11]]
# [[$:/images/rail-light-15]]
# [[$:/images/rail-metro-11]]
# [[$:/images/rail-metro-15]]
# [[$:/images/ranger-station-11]]
# [[$:/images/ranger-station-15]]
# [[$:/images/religious-christian-11]]
# [[$:/images/religious-christian-15]]
# [[$:/images/religious-jewish-11]]
# [[$:/images/religious-jewish-15]]
# [[$:/images/religious-muslim-11]]
# [[$:/images/religious-muslim-15]]
# [[$:/images/restaurant-11]]
# [[$:/images/restaurant-15]]
# [[$:/images/roadblock-11]]
# [[$:/images/roadblock-15]]
# [[$:/images/rocket-11]]
# [[$:/images/rocket-15]]
# [[$:/images/school-11]]
# [[$:/images/school-15]]
# [[$:/images/shelter-11]]
# [[$:/images/shelter-15]]
# [[$:/images/shop-11]]
# [[$:/images/shop-15]]
# [[$:/images/skiing-11]]
# [[$:/images/skiing-15]]
# [[$:/images/soccer-11]]
# [[$:/images/soccer-15]]
# [[$:/images/square-11]]
# [[$:/images/square-15]]
# [[$:/images/square-stroked-11]]
# [[$:/images/square-stroked-15]]
# [[$:/images/stadium-11]]
# [[$:/images/stadium-15]]
# [[$:/images/star-11]]
# [[$:/images/star-15]]
# [[$:/images/star-stroked-11]]
# [[$:/images/star-stroked-15]]
# [[$:/images/suitcase-11]]
# [[$:/images/suitcase-15]]
# [[$:/images/sushi-11]]
# [[$:/images/sushi-15]]
# [[$:/images/swimming-11]]
# [[$:/images/swimming-15]]
# [[$:/images/telephone-11]]
# [[$:/images/telephone-15]]
# [[$:/images/tennis-11]]
# [[$:/images/tennis-15]]
# [[$:/images/theatre-11]]
# [[$:/images/theatre-15]]
# [[$:/images/toilet-11]]
# [[$:/images/toilet-15]]
# [[$:/images/town-hall-11]]
# [[$:/images/town-hall-15]]
# [[$:/images/triangle-11]]
# [[$:/images/triangle-15]]
# [[$:/images/triangle-stroked-11]]
# [[$:/images/triangle-stroked-15]]
# [[$:/images/veterinary-11]]
# [[$:/images/veterinary-15]]
# [[$:/images/volcano-11]]
# [[$:/images/volcano-15]]
# [[$:/images/warehouse-11]]
# [[$:/images/warehouse-15]]
# [[$:/images/waste-basket-11]]
# [[$:/images/waste-basket-15]]
# [[$:/images/water-11]]
# [[$:/images/water-15]]
# [[$:/images/wetland-11]]
# [[$:/images/wetland-15]]
# [[$:/images/wheelchair-11]]
# [[$:/images/wheelchair-15]]
# [[$:/images/zoo-11]]
# [[$:/images/zoo-15]]
# [[$:/images/abseiling]]
# [[$:/images/accounting]]
# [[$:/images/airport]]
# [[$:/images/amusement-park]]
# [[$:/images/aquarium]]
# [[$:/images/archery]]
# [[$:/images/art-gallery]]
# [[$:/images/assistive-listening-system]]
# [[$:/images/atm]]
# [[$:/images/bakery]]
# [[$:/images/bar]]
# [[$:/images/baseball]]
# [[$:/images/beauty-salon]]
# [[$:/images/bicycle-store]]
# [[$:/images/boat-ramp]]
# [[$:/images/boat-tour]]
# [[$:/images/boating]]
# [[$:/images/book-store]]
# [[$:/images/bowling-alley]]
# [[$:/images/bus-station]]
# [[$:/images/cafe]]
# [[$:/images/campground]]
# [[$:/images/canoe]]
# [[$:/images/car-dealer]]
# [[$:/images/car-rental]]
# [[$:/images/car-repair]]
# [[$:/images/car-wash]]
# [[$:/images/casino]]
# [[$:/images/cemetery]]
# [[$:/images/chairlift]]
# [[$:/images/church]]
# [[$:/images/city-hall]]
# [[$:/images/climbing]]
# [[$:/images/clothing-store]]
# [[$:/images/convenience-store]]
# [[$:/images/courthouse]]
# [[$:/images/cross-country-skiing]]
# [[$:/images/dentist]]
# [[$:/images/department-store]]
# [[$:/images/diving]]
# [[$:/images/doctor]]
# [[$:/images/electrician]]
# [[$:/images/electronics-store]]
# [[$:/images/embassy]]
# [[$:/images/finance]]
# [[$:/images/fire-station]]
# [[$:/images/fish-cleaning]]
# [[$:/images/fishing-pier]]
# [[$:/images/florist]]
# [[$:/images/food]]
# [[$:/images/funeral-home]]
# [[$:/images/furniture-store]]
# [[$:/images/gas-station]]
# [[$:/images/general-contractor]]
# [[$:/images/grocery-or-supermarket]]
# [[$:/images/gym]]
# [[$:/images/hair-care]]
# [[$:/images/hang-gliding]]
# [[$:/images/hardware-store]]
# [[$:/images/health]]
# [[$:/images/hindu-temple]]
# [[$:/images/hospital]]
# [[$:/images/ice-fishing]]
# [[$:/images/ice-skating]]
# [[$:/images/inline-skating]]
# [[$:/images/insurance-agency]]
# [[$:/images/jet-skiing]]
# [[$:/images/jewelry-store]]
# [[$:/images/kayaking]]
# [[$:/images/laundry]]
# [[$:/images/lawyer]]
# [[$:/images/liquor-store]]
# [[$:/images/local-government]]
# [[$:/images/locksmith]]
# [[$:/images/lodging]]
# [[$:/images/low-vision-access]]
# [[$:/images/marina]]
# [[$:/images/mosque]]
# [[$:/images/movie-rental]]
# [[$:/images/movie-theater]]
# [[$:/images/moving-company]]
# [[$:/images/museum]]
# [[$:/images/natural-feature]]
# [[$:/images/night-club]]
# [[$:/images/open-captioning]]
# [[$:/images/painter]]
# [[$:/images/park]]
# [[$:/images/parking]]
# [[$:/images/pet-store]]
# [[$:/images/pharmacy]]
# [[$:/images/physiotherapist]]
# [[$:/images/place-of-worship]]
# [[$:/images/playground]]
# [[$:/images/plumber]]
# [[$:/images/point-of-interest]]
# [[$:/images/police]]
# [[$:/images/political]]
# [[$:/images/post-box]]
# [[$:/images/post-office]]
# [[$:/images/postal-code]]
# [[$:/images/postal-code-prefix]]
# [[$:/images/rafting]]
# [[$:/images/real-estate-agency]]
# [[$:/images/restaurant]]
# [[$:/images/roofing-contractor]]
# [[$:/images/route]]
# [[$:/images/route-pin]]
# [[$:/images/rv-park]]
# [[$:/images/sailing]]
# [[$:/images/school]]
# [[$:/images/scuba-diving]]
# [[$:/images/sheild]]
# [[$:/images/shopping-mall]]
# [[$:/images/skateboarding]]
# [[$:/images/ski-jumping]]
# [[$:/images/skiing]]
# [[$:/images/sledding]]
# [[$:/images/snow]]
# [[$:/images/snow-shoeing]]
# [[$:/images/snowboarding]]
# [[$:/images/snowmobile]]
# [[$:/images/spa]]
# [[$:/images/square-pin]]
# [[$:/images/square-rounded]]
# [[$:/images/stadium]]
# [[$:/images/storage]]
# [[$:/images/store]]
# [[$:/images/subway-station]]
# [[$:/images/surfing]]
# [[$:/images/swimming]]
# [[$:/images/synagogue]]
# [[$:/images/taxi-stand]]
# [[$:/images/tennis]]
# [[$:/images/toilet]]
# [[$:/images/train-station]]
# [[$:/images/transit-station]]
# [[$:/images/travel-agency]]
# [[$:/images/veterinary-care]]
# [[$:/images/volume-control-telephone]]
# [[$:/images/waterskiing]]
# [[$:/images/whale-watching]]
# [[$:/images/wind-surfing]]
# [[$:/images/zoo]]
# [[$:/images/zoom-in-alt]]
# [[$:/images/zoom-out-alt]]
# [[$:/images/3d-rotation]]
# [[$:/images/ac-unit]]
# [[$:/images/access-alarm]]
# [[$:/images/access-alarms]]
# [[$:/images/access-time]]
# [[$:/images/accessible]]
# [[$:/images/account-balance]]
# [[$:/images/account-balance-wallet]]
# [[$:/images/account-box]]
# [[$:/images/account-circle]]
# [[$:/images/adb]]
# [[$:/images/add]]
# [[$:/images/add-a-photo]]
# [[$:/images/add-alarm]]
# [[$:/images/add-alert]]
# [[$:/images/add-box]]
# [[$:/images/add-circle]]
# [[$:/images/add-circle-outline]]
# [[$:/images/add-location]]
# [[$:/images/add-shopping-cart]]
# [[$:/images/add-to-photos]]
# [[$:/images/add-to-queue]]
# [[$:/images/airline-seat-flat]]
# [[$:/images/airline-seat-flat-angled]]
# [[$:/images/airline-seat-individual-suite]]
# [[$:/images/airline-seat-legroom-extra]]
# [[$:/images/airline-seat-legroom-normal]]
# [[$:/images/airline-seat-legroom-reduced]]
# [[$:/images/airline-seat-recline-extra]]
# [[$:/images/airline-seat-recline-normal]]
# [[$:/images/airplanemode-active]]
# [[$:/images/airplanemode-inactive]]
# [[$:/images/airplay]]
# [[$:/images/airport-shuttle]]
# [[$:/images/alarm-add]]
# [[$:/images/alarm-off]]
# [[$:/images/alarm-on]]
# [[$:/images/album]]
# [[$:/images/all-inclusive]]
# [[$:/images/all-out]]
# [[$:/images/announcement]]
# [[$:/images/apps]]
# [[$:/images/arrow-back]]
# [[$:/images/arrow-downward]]
# [[$:/images/arrow-drop-down]]
# [[$:/images/arrow-drop-down-circle]]
# [[$:/images/arrow-drop-up]]
# [[$:/images/arrow-forward]]
# [[$:/images/arrow-upward]]
# [[$:/images/art-track]]
# [[$:/images/aspect-ratio]]
# [[$:/images/assessment]]
# [[$:/images/assignment]]
# [[$:/images/assignment-ind]]
# [[$:/images/assignment-late]]
# [[$:/images/assignment-return]]
# [[$:/images/assignment-returned]]
# [[$:/images/assignment-turned-in]]
# [[$:/images/assistant]]
# [[$:/images/assistant-photo]]
# [[$:/images/attach-file]]
# [[$:/images/attach-money]]
# [[$:/images/audiotrack]]
# [[$:/images/autorenew]]
# [[$:/images/av-timer]]
# [[$:/images/backup]]
# [[$:/images/battery-20]]
# [[$:/images/battery-30]]
# [[$:/images/battery-50]]
# [[$:/images/battery-60]]
# [[$:/images/battery-80]]
# [[$:/images/battery-90]]
# [[$:/images/battery-alert]]
# [[$:/images/battery-charging-20]]
# [[$:/images/battery-charging-30]]
# [[$:/images/battery-charging-50]]
# [[$:/images/battery-charging-60]]
# [[$:/images/battery-charging-80]]
# [[$:/images/battery-charging-90]]
# [[$:/images/battery-charging-full]]
# [[$:/images/battery-std]]
# [[$:/images/battery-unknown]]
# [[$:/images/beach-access]]
# [[$:/images/beenhere]]
# [[$:/images/bluetooth-audio]]
# [[$:/images/bluetooth-connected]]
# [[$:/images/bluetooth-disabled]]
# [[$:/images/bluetooth-searching]]
# [[$:/images/blur-circular]]
# [[$:/images/blur-linear]]
# [[$:/images/blur-off]]
# [[$:/images/blur-on]]
# [[$:/images/bookmark-border]]
# [[$:/images/border-all]]
# [[$:/images/border-bottom]]
# [[$:/images/border-clear]]
# [[$:/images/border-color]]
# [[$:/images/border-horizontal]]
# [[$:/images/border-inner]]
# [[$:/images/border-left]]
# [[$:/images/border-outer]]
# [[$:/images/border-right]]
# [[$:/images/border-style]]
# [[$:/images/border-top]]
# [[$:/images/border-vertical]]
# [[$:/images/branding-watermark]]
# [[$:/images/brightness-1]]
# [[$:/images/brightness-2]]
# [[$:/images/brightness-3]]
# [[$:/images/brightness-4]]
# [[$:/images/brightness-5]]
# [[$:/images/brightness-6]]
# [[$:/images/brightness-7]]
# [[$:/images/brightness-auto]]
# [[$:/images/brightness-high]]
# [[$:/images/brightness-low]]
# [[$:/images/brightness-medium]]
# [[$:/images/broken-image]]
# [[$:/images/bubble-chart]]
# [[$:/images/bug-report]]
# [[$:/images/build]]
# [[$:/images/burst-mode]]
# [[$:/images/business]]
# [[$:/images/business-center]]
# [[$:/images/cached]]
# [[$:/images/cake]]
# [[$:/images/call]]
# [[$:/images/call-end]]
# [[$:/images/call-made]]
# [[$:/images/call-merge]]
# [[$:/images/call-missed]]
# [[$:/images/call-missed-outgoing]]
# [[$:/images/call-received]]
# [[$:/images/call-split]]
# [[$:/images/call-to-action]]
# [[$:/images/camera-alt]]
# [[$:/images/camera-front]]
# [[$:/images/camera-rear]]
# [[$:/images/camera-roll]]
# [[$:/images/card-giftcard]]
# [[$:/images/card-membership]]
# [[$:/images/card-travel]]
# [[$:/images/cast]]
# [[$:/images/cast-connected]]
# [[$:/images/center-focus-strong]]
# [[$:/images/center-focus-weak]]
# [[$:/images/change-history]]
# [[$:/images/chat-bubble]]
# [[$:/images/chat-bubble-outline]]
# [[$:/images/check-box]]
# [[$:/images/check-box-outline-blank]]
# [[$:/images/child-care]]
# [[$:/images/child-friendly]]
# [[$:/images/chrome-reader-mode]]
# [[$:/images/class]]
# [[$:/images/clear]]
# [[$:/images/clear-all]]
# [[$:/images/cloud-circle]]
# [[$:/images/cloud-done]]
# [[$:/images/cloud-off]]
# [[$:/images/cloud-queue]]
# [[$:/images/collections]]
# [[$:/images/color-lens]]
# [[$:/images/colorize]]
# [[$:/images/compare]]
# [[$:/images/compare-arrows]]
# [[$:/images/computer]]
# [[$:/images/confirmation-number]]
# [[$:/images/contact-mail]]
# [[$:/images/contact-phone]]
# [[$:/images/contacts]]
# [[$:/images/content-copy]]
# [[$:/images/content-cut]]
# [[$:/images/content-paste]]
# [[$:/images/control-point]]
# [[$:/images/control-point-duplicate]]
# [[$:/images/create]]
# [[$:/images/create-new-folder]]
# [[$:/images/crop-16-9]]
# [[$:/images/crop-3-2]]
# [[$:/images/crop-5-4]]
# [[$:/images/crop-7-5]]
# [[$:/images/crop-din]]
# [[$:/images/crop-free]]
# [[$:/images/crop-landscape]]
# [[$:/images/crop-original]]
# [[$:/images/crop-portrait]]
# [[$:/images/crop-rotate]]
# [[$:/images/crop-square]]
# [[$:/images/data-usage]]
# [[$:/images/date-range]]
# [[$:/images/dehaze]]
# [[$:/images/delete-forever]]
# [[$:/images/delete-sweep]]
# [[$:/images/description]]
# [[$:/images/desktop-mac]]
# [[$:/images/desktop-windows]]
# [[$:/images/details]]
# [[$:/images/developer-board]]
# [[$:/images/developer-mode]]
# [[$:/images/devices]]
# [[$:/images/devices-other]]
# [[$:/images/dialer-sip]]
# [[$:/images/dialpad]]
# [[$:/images/directions]]
# [[$:/images/directions-bike]]
# [[$:/images/directions-boat]]
# [[$:/images/directions-bus]]
# [[$:/images/directions-car]]
# [[$:/images/directions-railway]]
# [[$:/images/directions-run]]
# [[$:/images/directions-subway]]
# [[$:/images/directions-transit]]
# [[$:/images/directions-walk]]
# [[$:/images/disc-full]]
# [[$:/images/dns]]
# [[$:/images/do-not-disturb]]
# [[$:/images/do-not-disturb-alt]]
# [[$:/images/do-not-disturb-off]]
# [[$:/images/do-not-disturb-on]]
# [[$:/images/dock]]
# [[$:/images/domain]]
# [[$:/images/done]]
# [[$:/images/done-all]]
# [[$:/images/donut-large]]
# [[$:/images/donut-small]]
# [[$:/images/drafts]]
# [[$:/images/drag-handle]]
# [[$:/images/drive-eta]]
# [[$:/images/dvr]]
# [[$:/images/edit-location]]
# [[$:/images/enhanced-encryption]]
# [[$:/images/error-outline]]
# [[$:/images/euro-symbol]]
# [[$:/images/ev-station]]
# [[$:/images/event]]
# [[$:/images/event-available]]
# [[$:/images/event-busy]]
# [[$:/images/event-note]]
# [[$:/images/event-seat]]
# [[$:/images/exit-to-app]]
# [[$:/images/expand-less]]
# [[$:/images/expand-more]]
# [[$:/images/explicit]]
# [[$:/images/explore]]
# [[$:/images/exposure]]
# [[$:/images/exposure-neg-1]]
# [[$:/images/exposure-neg-2]]
# [[$:/images/exposure-plus-1]]
# [[$:/images/exposure-plus-2]]
# [[$:/images/exposure-zero]]
# [[$:/images/extension]]
# [[$:/images/face]]
# [[$:/images/fast-rewind]]
# [[$:/images/favorite]]
# [[$:/images/favorite-border]]
# [[$:/images/featured-play-list]]
# [[$:/images/featured-video]]
# [[$:/images/feedback]]
# [[$:/images/fiber-dvr]]
# [[$:/images/fiber-manual-record]]
# [[$:/images/fiber-new]]
# [[$:/images/fiber-pin]]
# [[$:/images/fiber-smart-record]]
# [[$:/images/file-download]]
# [[$:/images/file-upload]]
# [[$:/images/filter-1]]
# [[$:/images/filter-2]]
# [[$:/images/filter-3]]
# [[$:/images/filter-4]]
# [[$:/images/filter-5]]
# [[$:/images/filter-6]]
# [[$:/images/filter-7]]
# [[$:/images/filter-8]]
# [[$:/images/filter-9]]
# [[$:/images/filter-9-plus]]
# [[$:/images/filter-b-and-w]]
# [[$:/images/filter-center-focus]]
# [[$:/images/filter-drama]]
# [[$:/images/filter-frames]]
# [[$:/images/filter-hdr]]
# [[$:/images/filter-list]]
# [[$:/images/filter-none]]
# [[$:/images/filter-tilt-shift]]
# [[$:/images/filter-vintage]]
# [[$:/images/find-in-page]]
# [[$:/images/find-replace]]
# [[$:/images/fingerprint]]
# [[$:/images/first-page]]
# [[$:/images/fitness-center]]
# [[$:/images/flare]]
# [[$:/images/flash-auto]]
# [[$:/images/flash-on]]
# [[$:/images/flight-land]]
# [[$:/images/flight-takeoff]]
# [[$:/images/flip]]
# [[$:/images/flip-to-back]]
# [[$:/images/flip-to-front]]
# [[$:/images/folder-shared]]
# [[$:/images/folder-special]]
# [[$:/images/format-align-center]]
# [[$:/images/format-align-justify]]
# [[$:/images/format-align-left]]
# [[$:/images/format-align-right]]
# [[$:/images/format-bold]]
# [[$:/images/format-clear]]
# [[$:/images/format-color-fill]]
# [[$:/images/format-color-reset]]
# [[$:/images/format-color-text]]
# [[$:/images/format-indent-decrease]]
# [[$:/images/format-indent-increase]]
# [[$:/images/format-italic]]
# [[$:/images/format-line-spacing]]
# [[$:/images/format-list-bulleted]]
# [[$:/images/format-list-numbered]]
# [[$:/images/format-paint]]
# [[$:/images/format-quote]]
# [[$:/images/format-shapes]]
# [[$:/images/format-size]]
# [[$:/images/format-strikethrough]]
# [[$:/images/format-textdirection-l-to-r]]
# [[$:/images/format-textdirection-r-to-l]]
# [[$:/images/format-underlined]]
# [[$:/images/forum]]
# [[$:/images/forward-10]]
# [[$:/images/forward-30]]
# [[$:/images/forward-5]]
# [[$:/images/free-breakfast]]
# [[$:/images/fullscreen-exit]]
# [[$:/images/functions]]
# [[$:/images/g-translate]]
# [[$:/images/games]]
# [[$:/images/gesture]]
# [[$:/images/get-app]]
# [[$:/images/golf-course]]
# [[$:/images/gps-fixed]]
# [[$:/images/gps-not-fixed]]
# [[$:/images/gps-off]]
# [[$:/images/grade]]
# [[$:/images/gradient]]
# [[$:/images/graphic-eq]]
# [[$:/images/grid-off]]
# [[$:/images/grid-on]]
# [[$:/images/group-add]]
# [[$:/images/group-work]]
# [[$:/images/hdr-off]]
# [[$:/images/hdr-on]]
# [[$:/images/hdr-strong]]
# [[$:/images/hdr-weak]]
# [[$:/images/headset]]
# [[$:/images/headset-mic]]
# [[$:/images/healing]]
# [[$:/images/hearing]]
# [[$:/images/high-quality]]
# [[$:/images/highlight]]
# [[$:/images/highlight-off]]
# [[$:/images/hot-tub]]
# [[$:/images/hotel]]
# [[$:/images/hourglass-empty]]
# [[$:/images/hourglass-full]]
# [[$:/images/http]]
# [[$:/images/https]]
# [[$:/images/image-aspect-ratio]]
# [[$:/images/import-contacts]]
# [[$:/images/import-export]]
# [[$:/images/important-devices]]
# [[$:/images/info-outline]]
# [[$:/images/input]]
# [[$:/images/insert-chart]]
# [[$:/images/insert-comment]]
# [[$:/images/insert-drive-file]]
# [[$:/images/insert-emoticon]]
# [[$:/images/insert-invitation]]
# [[$:/images/insert-link]]
# [[$:/images/insert-photo]]
# [[$:/images/invert-colors]]
# [[$:/images/invert-colors-off]]
# [[$:/images/iso]]
# [[$:/images/keyboard-arrow-down]]
# [[$:/images/keyboard-arrow-left]]
# [[$:/images/keyboard-arrow-right]]
# [[$:/images/keyboard-arrow-up]]
# [[$:/images/keyboard-backspace]]
# [[$:/images/keyboard-capslock]]
# [[$:/images/keyboard-hide]]
# [[$:/images/keyboard-return]]
# [[$:/images/keyboard-tab]]
# [[$:/images/keyboard-voice]]
# [[$:/images/kitchen]]
# [[$:/images/label]]
# [[$:/images/label-outline]]
# [[$:/images/landscape]]
# [[$:/images/laptop-chromebook]]
# [[$:/images/laptop-mac]]
# [[$:/images/laptop-windows]]
# [[$:/images/last-page]]
# [[$:/images/launch]]
# [[$:/images/layers]]
# [[$:/images/layers-clear]]
# [[$:/images/leak-add]]
# [[$:/images/leak-remove]]
# [[$:/images/lens]]
# [[$:/images/library-add]]
# [[$:/images/library-books]]
# [[$:/images/library-music]]
# [[$:/images/lightbulb-outline]]
# [[$:/images/line-style]]
# [[$:/images/line-weight]]
# [[$:/images/linear-scale]]
# [[$:/images/linked-camera]]
# [[$:/images/live-help]]
# [[$:/images/live-tv]]
# [[$:/images/local-activity]]
# [[$:/images/local-airport]]
# [[$:/images/local-atm]]
# [[$:/images/local-bar]]
# [[$:/images/local-cafe]]
# [[$:/images/local-car-wash]]
# [[$:/images/local-convenience-store]]
# [[$:/images/local-dining]]
# [[$:/images/local-drink]]
# [[$:/images/local-florist]]
# [[$:/images/local-gas-station]]
# [[$:/images/local-grocery-store]]
# [[$:/images/local-hospital]]
# [[$:/images/local-hotel]]
# [[$:/images/local-laundry-service]]
# [[$:/images/local-library]]
# [[$:/images/local-mall]]
# [[$:/images/local-movies]]
# [[$:/images/local-offer]]
# [[$:/images/local-parking]]
# [[$:/images/local-pharmacy]]
# [[$:/images/local-phone]]
# [[$:/images/local-pizza]]
# [[$:/images/local-play]]
# [[$:/images/local-post-office]]
# [[$:/images/local-printshop]]
# [[$:/images/local-see]]
# [[$:/images/local-shipping]]
# [[$:/images/local-taxi]]
# [[$:/images/location-city]]
# [[$:/images/location-disabled]]
# [[$:/images/location-off]]
# [[$:/images/location-on]]
# [[$:/images/location-searching]]
# [[$:/images/lock-outline]]
# [[$:/images/looks]]
# [[$:/images/looks-3]]
# [[$:/images/looks-4]]
# [[$:/images/looks-5]]
# [[$:/images/looks-6]]
# [[$:/images/looks-one]]
# [[$:/images/looks-two]]
# [[$:/images/loupe]]
# [[$:/images/low-priority]]
# [[$:/images/loyalty]]
# [[$:/images/mail-outline]]
# [[$:/images/markunread]]
# [[$:/images/markunread-mailbox]]
# [[$:/images/memory]]
# [[$:/images/merge-type]]
# [[$:/images/mic-none]]
# [[$:/images/mic-off]]
# [[$:/images/mms]]
# [[$:/images/mode-comment]]
# [[$:/images/mode-edit]]
# [[$:/images/monetization-on]]
# [[$:/images/monochrome-photos]]
# [[$:/images/mood]]
# [[$:/images/mood-bad]]
# [[$:/images/more-horiz]]
# [[$:/images/more-vert]]
# [[$:/images/move-to-inbox]]
# [[$:/images/movie]]
# [[$:/images/movie-creation]]
# [[$:/images/movie-filter]]
# [[$:/images/multiline-chart]]
# [[$:/images/music-video]]
# [[$:/images/my-location]]
# [[$:/images/nature]]
# [[$:/images/nature-people]]
# [[$:/images/navigate-before]]
# [[$:/images/navigate-next]]
# [[$:/images/navigation]]
# [[$:/images/near-me]]
# [[$:/images/network-cell]]
# [[$:/images/network-check]]
# [[$:/images/network-locked]]
# [[$:/images/network-wifi]]
# [[$:/images/new-releases]]
# [[$:/images/next-week]]
# [[$:/images/nfc]]
# [[$:/images/no-encryption]]
# [[$:/images/no-sim]]
# [[$:/images/not-interested]]
# [[$:/images/note-add]]
# [[$:/images/notifications]]
# [[$:/images/notifications-active]]
# [[$:/images/notifications-none]]
# [[$:/images/notifications-off]]
# [[$:/images/notifications-paused]]
# [[$:/images/ondemand-video]]
# [[$:/images/opacity]]
# [[$:/images/open-in-browser]]
# [[$:/images/open-in-new]]
# [[$:/images/open-with]]
# [[$:/images/pages]]
# [[$:/images/pageview]]
# [[$:/images/pan-tool]]
# [[$:/images/panorama]]
# [[$:/images/panorama-fish-eye]]
# [[$:/images/panorama-horizontal]]
# [[$:/images/panorama-vertical]]
# [[$:/images/panorama-wide-angle]]
# [[$:/images/party-mode]]
# [[$:/images/pause-circle-filled]]
# [[$:/images/pause-circle-outline]]
# [[$:/images/payment]]
# [[$:/images/people]]
# [[$:/images/people-outline]]
# [[$:/images/perm-camera-mic]]
# [[$:/images/perm-contact-calendar]]
# [[$:/images/perm-data-setting]]
# [[$:/images/perm-device-information]]
# [[$:/images/perm-identity]]
# [[$:/images/perm-media]]
# [[$:/images/perm-phone-msg]]
# [[$:/images/perm-scan-wifi]]
# [[$:/images/person-outline]]
# [[$:/images/person-pin]]
# [[$:/images/person-pin-circle]]
# [[$:/images/personal-video]]
# [[$:/images/pets]]
# [[$:/images/phone-android]]
# [[$:/images/phone-bluetooth-speaker]]
# [[$:/images/phone-forwarded]]
# [[$:/images/phone-in-talk]]
# [[$:/images/phone-iphone]]
# [[$:/images/phone-locked]]
# [[$:/images/phone-missed]]
# [[$:/images/phone-paused]]
# [[$:/images/phonelink]]
# [[$:/images/phonelink-off]]
# [[$:/images/photo-album]]
# [[$:/images/photo-camera]]
# [[$:/images/photo-filter]]
# [[$:/images/photo-library]]
# [[$:/images/picture-as-pdf]]
# [[$:/images/picture-in-picture]]
# [[$:/images/picture-in-picture-alt]]
# [[$:/images/pie-chart-outlined]]
# [[$:/images/pin-drop]]
# [[$:/images/place]]
# [[$:/images/play-arrow]]
# [[$:/images/play-circle-filled]]
# [[$:/images/play-circle-filled-white]]
# [[$:/images/play-circle-outline]]
# [[$:/images/play-for-work]]
# [[$:/images/playlist-add]]
# [[$:/images/playlist-add-check]]
# [[$:/images/playlist-play]]
# [[$:/images/plus-one]]
# [[$:/images/poll]]
# [[$:/images/polymer]]
# [[$:/images/pool]]
# [[$:/images/portable-wifi-off]]
# [[$:/images/portrait]]
# [[$:/images/power-input]]
# [[$:/images/power-settings-new]]
# [[$:/images/pregnant-woman]]
# [[$:/images/present-to-all]]
# [[$:/images/priority-high]]
# [[$:/images/public]]
# [[$:/images/query-builder]]
# [[$:/images/question-answer]]
# [[$:/images/queue]]
# [[$:/images/queue-music]]
# [[$:/images/queue-play-next]]
# [[$:/images/radio]]
# [[$:/images/radio-button-checked]]
# [[$:/images/radio-button-unchecked]]
# [[$:/images/rate-review]]
# [[$:/images/receipt]]
# [[$:/images/recent-actors]]
# [[$:/images/record-voice-over]]
# [[$:/images/redeem]]
# [[$:/images/remove-circle-outline]]
# [[$:/images/remove-from-queue]]
# [[$:/images/remove-red-eye]]
# [[$:/images/remove-shopping-cart]]
# [[$:/images/repeat-one]]
# [[$:/images/replay]]
# [[$:/images/replay-10]]
# [[$:/images/replay-30]]
# [[$:/images/replay-5]]
# [[$:/images/report]]
# [[$:/images/report-problem]]
# [[$:/images/restaurant-menu]]
# [[$:/images/restore]]
# [[$:/images/restore-page]]
# [[$:/images/ring-volume]]
# [[$:/images/room]]
# [[$:/images/room-service]]
# [[$:/images/rotate-90-degrees-ccw]]
# [[$:/images/rotate-right]]
# [[$:/images/rounded-corner]]
# [[$:/images/router]]
# [[$:/images/rowing]]
# [[$:/images/rss-feed]]
# [[$:/images/rv-hookup]]
# [[$:/images/satellite]]
# [[$:/images/scanner]]
# [[$:/images/schedule]]
# [[$:/images/screen-lock-landscape]]
# [[$:/images/screen-lock-portrait]]
# [[$:/images/screen-lock-rotation]]
# [[$:/images/screen-rotation]]
# [[$:/images/screen-share]]
# [[$:/images/sd-card]]
# [[$:/images/sd-storage]]
# [[$:/images/security]]
# [[$:/images/select-all]]
# [[$:/images/sentiment-dissatisfied]]
# [[$:/images/sentiment-neutral]]
# [[$:/images/sentiment-satisfied]]
# [[$:/images/sentiment-very-dissatisfied]]
# [[$:/images/sentiment-very-satisfied]]
# [[$:/images/settings-applications]]
# [[$:/images/settings-backup-restore]]
# [[$:/images/settings-bluetooth]]
# [[$:/images/settings-brightness]]
# [[$:/images/settings-cell]]
# [[$:/images/settings-ethernet]]
# [[$:/images/settings-input-antenna]]
# [[$:/images/settings-input-component]]
# [[$:/images/settings-input-composite]]
# [[$:/images/settings-input-hdmi]]
# [[$:/images/settings-input-svideo]]
# [[$:/images/settings-overscan]]
# [[$:/images/settings-phone]]
# [[$:/images/settings-power]]
# [[$:/images/settings-remote]]
# [[$:/images/settings-system-daydream]]
# [[$:/images/settings-voice]]
# [[$:/images/shop]]
# [[$:/images/shop-two]]
# [[$:/images/short-text]]
# [[$:/images/show-chart]]
# [[$:/images/signal-cellular-0-bar]]
# [[$:/images/signal-cellular-1-bar]]
# [[$:/images/signal-cellular-2-bar]]
# [[$:/images/signal-cellular-3-bar]]
# [[$:/images/signal-cellular-4-bar]]
# [[$:/images/signal-cellular-connected-no-internet-0-bar]]
# [[$:/images/signal-cellular-connected-no-internet-1-bar]]
# [[$:/images/signal-cellular-connected-no-internet-2-bar]]
# [[$:/images/signal-cellular-connected-no-internet-3-bar]]
# [[$:/images/signal-cellular-connected-no-internet-4-bar]]
# [[$:/images/signal-cellular-no-sim]]
# [[$:/images/signal-cellular-null]]
# [[$:/images/signal-cellular-off]]
# [[$:/images/signal-wifi-0-bar]]
# [[$:/images/signal-wifi-1-bar]]
# [[$:/images/signal-wifi-1-bar-lock]]
# [[$:/images/signal-wifi-2-bar]]
# [[$:/images/signal-wifi-2-bar-lock]]
# [[$:/images/signal-wifi-3-bar]]
# [[$:/images/signal-wifi-3-bar-lock]]
# [[$:/images/signal-wifi-4-bar]]
# [[$:/images/signal-wifi-4-bar-lock]]
# [[$:/images/signal-wifi-off]]
# [[$:/images/sim-card]]
# [[$:/images/sim-card-alert]]
# [[$:/images/skip-next]]
# [[$:/images/skip-previous]]
# [[$:/images/slideshow]]
# [[$:/images/slow-motion-video]]
# [[$:/images/smartphone]]
# [[$:/images/smoke-free]]
# [[$:/images/smoking-rooms]]
# [[$:/images/sms]]
# [[$:/images/sms-failed]]
# [[$:/images/snooze]]
# [[$:/images/space-bar]]
# [[$:/images/speaker-group]]
# [[$:/images/speaker-notes]]
# [[$:/images/speaker-notes-off]]
# [[$:/images/speaker-phone]]
# [[$:/images/spellcheck]]
# [[$:/images/stars]]
# [[$:/images/stay-current-landscape]]
# [[$:/images/stay-current-portrait]]
# [[$:/images/stay-primary-landscape]]
# [[$:/images/stay-primary-portrait]]
# [[$:/images/stop-screen-share]]
# [[$:/images/store-mall-directory]]
# [[$:/images/straighten]]
# [[$:/images/streetview]]
# [[$:/images/strikethrough-s]]
# [[$:/images/style]]
# [[$:/images/subdirectory-arrow-left]]
# [[$:/images/subdirectory-arrow-right]]
# [[$:/images/subject]]
# [[$:/images/subscriptions]]
# [[$:/images/supervisor-account]]
# [[$:/images/surround-sound]]
# [[$:/images/swap-calls]]
# [[$:/images/swap-horiz]]
# [[$:/images/swap-vert]]
# [[$:/images/swap-vertical-circle]]
# [[$:/images/switch-camera]]
# [[$:/images/switch-video]]
# [[$:/images/sync]]
# [[$:/images/sync-disabled]]
# [[$:/images/sync-problem]]
# [[$:/images/system-update]]
# [[$:/images/system-update-alt]]
# [[$:/images/tab-unselected]]
# [[$:/images/tablet-android]]
# [[$:/images/tablet-mac]]
# [[$:/images/tag-faces]]
# [[$:/images/tap-and-play]]
# [[$:/images/terrain]]
# [[$:/images/text-fields]]
# [[$:/images/text-format]]
# [[$:/images/textsms]]
# [[$:/images/texture]]
# [[$:/images/theaters]]
# [[$:/images/thumb-down]]
# [[$:/images/thumb-up]]
# [[$:/images/thumbs-up-down]]
# [[$:/images/time-to-leave]]
# [[$:/images/timelapse]]
# [[$:/images/timeline]]
# [[$:/images/timer]]
# [[$:/images/timer-10]]
# [[$:/images/timer-3]]
# [[$:/images/timer-off]]
# [[$:/images/title]]
# [[$:/images/toc]]
# [[$:/images/today]]
# [[$:/images/toll]]
# [[$:/images/tonality]]
# [[$:/images/touch-app]]
# [[$:/images/toys]]
# [[$:/images/track-changes]]
# [[$:/images/traffic]]
# [[$:/images/tram]]
# [[$:/images/transfer-within-a-station]]
# [[$:/images/transform]]
# [[$:/images/translate]]
# [[$:/images/trending-down]]
# [[$:/images/trending-flat]]
# [[$:/images/trending-up]]
# [[$:/images/tune]]
# [[$:/images/turned-in]]
# [[$:/images/turned-in-not]]
# [[$:/images/unarchive]]
# [[$:/images/unfold-less]]
# [[$:/images/unfold-more]]
# [[$:/images/update]]
# [[$:/images/verified-user]]
# [[$:/images/vertical-align-bottom]]
# [[$:/images/vertical-align-center]]
# [[$:/images/vertical-align-top]]
# [[$:/images/vibration]]
# [[$:/images/video-call]]
# [[$:/images/video-label]]
# [[$:/images/video-library]]
# [[$:/images/videocam]]
# [[$:/images/videocam-off]]
# [[$:/images/videogame-asset]]
# [[$:/images/view-agenda]]
# [[$:/images/view-array]]
# [[$:/images/view-carousel]]
# [[$:/images/view-column]]
# [[$:/images/view-comfy]]
# [[$:/images/view-compact]]
# [[$:/images/view-day]]
# [[$:/images/view-headline]]
# [[$:/images/view-list]]
# [[$:/images/view-module]]
# [[$:/images/view-quilt]]
# [[$:/images/view-stream]]
# [[$:/images/view-week]]
# [[$:/images/visibility]]
# [[$:/images/visibility-off]]
# [[$:/images/voice-chat]]
# [[$:/images/voicemail]]
# [[$:/images/vpn-key]]
# [[$:/images/vpn-lock]]
# [[$:/images/wallpaper]]
# [[$:/images/watch]]
# [[$:/images/watch-later]]
# [[$:/images/wb-auto]]
# [[$:/images/wb-cloudy]]
# [[$:/images/wb-incandescent]]
# [[$:/images/wb-iridescent]]
# [[$:/images/wb-sunny]]
# [[$:/images/wc]]
# [[$:/images/web-asset]]
# [[$:/images/weekend]]
# [[$:/images/whatshot]]
# [[$:/images/widgets]]
# [[$:/images/wifi-lock]]
# [[$:/images/wifi-tethering]]
# [[$:/images/work]]
# [[$:/images/wrap-text]]
# [[$:/images/youtube-searched-for]]
# [[$:/images/zoom-out-map]]
# [[$:/images/amex]]
# [[$:/images/barbell]]
# [[$:/images/battery-charge]]
# [[$:/images/battery-one]]
# [[$:/images/battery-two]]
# [[$:/images/brightness]]
# [[$:/images/broadcast]]
# [[$:/images/bt-audio]]
# [[$:/images/bt-connected]]
# [[$:/images/bt-disabled]]
# [[$:/images/bt-searching]]
# [[$:/images/bt-settings]]
# [[$:/images/cabinet]]
# [[$:/images/calculator2]]
# [[$:/images/celsius]]
# [[$:/images/chart-bars]]
# [[$:/images/chart-bars2]]
# [[$:/images/chart-dots]]
# [[$:/images/chevron-thin-down]]
# [[$:/images/chevron-thin-left]]
# [[$:/images/chevron-thin-right]]
# [[$:/images/chevron-thin-up]]
# [[$:/images/cloud2]]
# [[$:/images/cloud3]]
# [[$:/images/cloud4]]
# [[$:/images/cloud5]]
# [[$:/images/cloud6]]
# [[$:/images/cloudy]]
# [[$:/images/cloudy2]]
# [[$:/images/cloudy3]]
# [[$:/images/cloudy4]]
# [[$:/images/coins]]
# [[$:/images/contacts-dialer]]
# [[$:/images/contacts-mail]]
# [[$:/images/creative-cloud]]
# [[$:/images/deviantart2]]
# [[$:/images/discout]]
# [[$:/images/discover]]
# [[$:/images/dollar2]]
# [[$:/images/dollars]]
# [[$:/images/earth2]]
# [[$:/images/equalizer-v]]
# [[$:/images/fahrenheit]]
# [[$:/images/feed3]]
# [[$:/images/file-archive]]
# [[$:/images/file-audio]]
# [[$:/images/file-binary]]
# [[$:/images/file-code]]
# [[$:/images/file-image]]
# [[$:/images/file-movie]]
# [[$:/images/file-powerpoint]]
# [[$:/images/injection]]
# [[$:/images/justice]]
# [[$:/images/lightning]]
# [[$:/images/lightning2]]
# [[$:/images/lightning3]]
# [[$:/images/lightning4]]
# [[$:/images/lightning5]]
# [[$:/images/local-service]]
# [[$:/images/mail-read]]
# [[$:/images/mastercard]]
# [[$:/images/medal]]
# [[$:/images/microscope]]
# [[$:/images/moon2]]
# [[$:/images/multitrack-audio]]
# [[$:/images/none]]
# [[$:/images/not]]
# [[$:/images/organization]]
# [[$:/images/paint]]
# [[$:/images/phone-bt]]
# [[$:/images/piano]]
# [[$:/images/picassa]]
# [[$:/images/rainy]]
# [[$:/images/rainy2]]
# [[$:/images/rainy3]]
# [[$:/images/rainy4]]
# [[$:/images/shit]]
# [[$:/images/shopping-basket2]]
# [[$:/images/snowflake]]
# [[$:/images/snowy]]
# [[$:/images/snowy2]]
# [[$:/images/snowy3]]
# [[$:/images/snowy4]]
# [[$:/images/snowy5]]
# [[$:/images/spinner1]]
# [[$:/images/spoon-fork]]
# [[$:/images/squirrel]]
# [[$:/images/stack2]]
# [[$:/images/stack3]]
# [[$:/images/steps]]
# [[$:/images/sun3]]
# [[$:/images/sun4]]
# [[$:/images/sunrise]]
# [[$:/images/swarm]]
# [[$:/images/thermometer2]]
# [[$:/images/traff]]
# [[$:/images/truck2]]
# [[$:/images/versions]]
# [[$:/images/visa]]
# [[$:/images/volume-minus]]
# [[$:/images/volume-plus]]
# [[$:/images/vpn-publ]]
# [[$:/images/weather]]
# [[$:/images/weather2]]
# [[$:/images/weather3]]
# [[$:/images/weather4]]
# [[$:/images/weather5]]
# [[$:/images/wifi-connect]]
# [[$:/images/wifi-full]]
# [[$:/images/wifi-low]]
# [[$:/images/wifi-mid]]
# [[$:/images/wind]]
# [[$:/images/windy]]
# [[$:/images/windy2]]
# [[$:/images/windy3]]
# [[$:/images/windy4]]
# [[$:/images/windy5]]
# [[$:/images/wordpress2]]
# [[$:/images/arrow_down]]
# [[$:/images/arrow_left]]
# [[$:/images/arrow_right]]
# [[$:/images/arrow_up]]
# [[$:/images/black_question]]
# [[$:/images/check_circle]]
# [[$:/images/chevron_down]]
# [[$:/images/chevron_left]]
# [[$:/images/chevron_right]]
# [[$:/images/chevron_up]]
# [[$:/images/cloud_download]]
# [[$:/images/cloud_upload]]
# [[$:/images/color_balance]]
# [[$:/images/connected_object]]
# [[$:/images/coverflow]]
# [[$:/images/coverflow_line]]
# [[$:/images/data_science]]
# [[$:/images/data_science_black]]
# [[$:/images/discussion]]
# [[$:/images/display_screen]]
# [[$:/images/dribbble_circle]]
# [[$:/images/facebook_circle]]
# [[$:/images/fast_backward]]
# [[$:/images/fast_forward]]
# [[$:/images/female_sign]]
# [[$:/images/file_alt]]
# [[$:/images/file_close]]
# [[$:/images/file_close_alt]]
# [[$:/images/git_circle]]
# [[$:/images/git_circle_alt]]
# [[$:/images/globe_black]]
# [[$:/images/google_plus]]
# [[$:/images/google_plus_circle]]
# [[$:/images/hard_drive]]
# [[$:/images/heart_broken]]
# [[$:/images/information_black]]
# [[$:/images/information_white]]
# [[$:/images/instagram_circle]]
# [[$:/images/isight]]
# [[$:/images/letter]]
# [[$:/images/linked_in]]
# [[$:/images/linked_in_circle]]
# [[$:/images/male_sign]]
# [[$:/images/math]]
# [[$:/images/math_black]]
# [[$:/images/math_ico]]
# [[$:/images/measure]]
# [[$:/images/mfg_icon]]
# [[$:/images/mfg_icon_circle]]
# [[$:/images/mute_off]]
# [[$:/images/mute_on]]
# [[$:/images/octopus]]
# [[$:/images/paperplane]]
# [[$:/images/paperplane_black]]
# [[$:/images/paperplane_ico]]
# [[$:/images/placepin]]
# [[$:/images/reorder]]
# [[$:/images/reorder_square]]
# [[$:/images/reorder_square_line]]
# [[$:/images/ringbell]]
# [[$:/images/sheet]]
# [[$:/images/signin]]
# [[$:/images/signout]]
# [[$:/images/star_empty]]
# [[$:/images/star_half]]
# [[$:/images/star_half_empty]]
# [[$:/images/step_backward]]
# [[$:/images/step_forward]]
# [[$:/images/trash_can]]
# [[$:/images/twitter_circle]]
# [[$:/images/user_female]]
# [[$:/images/user_male]]
# [[$:/images/vector]]
# [[$:/images/vector_pen]]
# [[$:/images/video_camera]]
# [[$:/images/warning_alt]]
# [[$:/images/white_question]]
# [[$:/images/arrow-small-down]]
# [[$:/images/arrow-small-left]]
# [[$:/images/arrow-small-right]]
# [[$:/images/arrow-small-up]]
# [[$:/images/browser]]
# [[$:/images/checklist]]
# [[$:/images/circle-slash]]
# [[$:/images/circuit-board]]
# [[$:/images/clippy]]
# [[$:/images/comment-discussion]]
# [[$:/images/dash]]
# [[$:/images/desktop-download]]
# [[$:/images/device-camera]]
# [[$:/images/device-camera-video]]
# [[$:/images/device-desktop]]
# [[$:/images/device-mobile]]
# [[$:/images/diff]]
# [[$:/images/diff-added]]
# [[$:/images/diff-ignored]]
# [[$:/images/diff-modified]]
# [[$:/images/diff-removed]]
# [[$:/images/diff-renamed]]
# [[$:/images/ellipses]]
# [[$:/images/file-directory]]
# [[$:/images/file-media]]
# [[$:/images/file-submodule]]
# [[$:/images/file-symlink-directory]]
# [[$:/images/file-symlink-file]]
# [[$:/images/fold]]
# [[$:/images/gist]]
# [[$:/images/gist-secret]]
# [[$:/images/git-branch]]
# [[$:/images/git-commit]]
# [[$:/images/git-compare]]
# [[$:/images/git-merge]]
# [[$:/images/git-pull-request]]
# [[$:/images/grabber]]
# [[$:/images/horizontal-rule]]
# [[$:/images/hubot]]
# [[$:/images/issue-closed]]
# [[$:/images/issue-opened]]
# [[$:/images/issue-reopened]]
# [[$:/images/jersey]]
# [[$:/images/law]]
# [[$:/images/light-bulb]]
# [[$:/images/link-external]]
# [[$:/images/list-ordered]]
# [[$:/images/list-unordered]]
# [[$:/images/logo-gist]]
# [[$:/images/logo-github]]
# [[$:/images/mark-github]]
# [[$:/images/mention]]
# [[$:/images/milestone]]
# [[$:/images/mirror]]
# [[$:/images/mortar-board]]
# [[$:/images/no-newline]]
# [[$:/images/octoface]]
# [[$:/images/package]]
# [[$:/images/paintcan]]
# [[$:/images/plus-small]]
# [[$:/images/primitive-dot]]
# [[$:/images/primitive-square]]
# [[$:/images/pulse]]
# [[$:/images/radio-tower]]
# [[$:/images/repo]]
# [[$:/images/repo-clone]]
# [[$:/images/repo-force-push]]
# [[$:/images/repo-forked]]
# [[$:/images/repo-pull]]
# [[$:/images/repo-push]]
# [[$:/images/tasklist]]
# [[$:/images/telescope]]
# [[$:/images/three-bars]]
# [[$:/images/trashcan]]
# [[$:/images/unfold]]
# [[$:/images/unmute]]
# [[$:/images/unverified]]
# [[$:/images/verified]]
# [[$:/images/zap]]
# [[$:/images/account-login]]
# [[$:/images/account-logout]]
# [[$:/images/action-redo]]
# [[$:/images/action-undo]]
# [[$:/images/arrow-bottom]]
# [[$:/images/arrow-circle-bottom]]
# [[$:/images/arrow-circle-top]]
# [[$:/images/arrow-thick-bottom]]
# [[$:/images/arrow-thick-left]]
# [[$:/images/arrow-thick-right]]
# [[$:/images/arrow-thick-top]]
# [[$:/images/arrow-top]]
# [[$:/images/audio]]
# [[$:/images/audio-spectrum]]
# [[$:/images/badge]]
# [[$:/images/british-pound]]
# [[$:/images/camera-slr]]
# [[$:/images/caret-bottom]]
# [[$:/images/caret-top]]
# [[$:/images/chevron-bottom]]
# [[$:/images/chevron-top]]
# [[$:/images/circle-check]]
# [[$:/images/circle-x]]
# [[$:/images/collapse-left]]
# [[$:/images/collapse-right]]
# [[$:/images/comment-square]]
# [[$:/images/copywriting]]
# [[$:/images/data-transfer-download]]
# [[$:/images/data-transfer-upload]]
# [[$:/images/dial]]
# [[$:/images/double-quote-sans-left]]
# [[$:/images/double-quote-sans-right]]
# [[$:/images/double-quote-serif-left]]
# [[$:/images/double-quote-serif-right]]
# [[$:/images/envelope-closed]]
# [[$:/images/envelope-open]]
# [[$:/images/excerpt]]
# [[$:/images/expand-down]]
# [[$:/images/expand-left]]
# [[$:/images/expand-right]]
# [[$:/images/expand-up]]
# [[$:/images/fullscreen-enter]]
# [[$:/images/grid-four-up]]
# [[$:/images/grid-three-up]]
# [[$:/images/grid-two-up]]
# [[$:/images/hard-drive]]
# [[$:/images/justify-center]]
# [[$:/images/justify-left]]
# [[$:/images/justify-right]]
# [[$:/images/link-broken]]
# [[$:/images/link-intact]]
# [[$:/images/list-rich]]
# [[$:/images/lock-locked]]
# [[$:/images/lock-unlocked]]
# [[$:/images/loop-circular]]
# [[$:/images/loop-square]]
# [[$:/images/media-pause]]
# [[$:/images/media-play]]
# [[$:/images/media-record]]
# [[$:/images/media-skip-backward]]
# [[$:/images/media-skip-forward]]
# [[$:/images/media-step-backward]]
# [[$:/images/media-step-forward]]
# [[$:/images/media-stop]]
# [[$:/images/medical-cross]]
# [[$:/images/musical-note]]
# [[$:/images/power-standby]]
# [[$:/images/project]]
# [[$:/images/question-mark]]
# [[$:/images/rain]]
# [[$:/images/resize-both]]
# [[$:/images/resize-height]]
# [[$:/images/resize-width]]
# [[$:/images/rss-alt]]
# [[$:/images/script]]
# [[$:/images/share-boxed]]
# [[$:/images/signpost]]
# [[$:/images/sort-ascending]]
# [[$:/images/sort-descending]]
# [[$:/images/spreadsheet]]
# [[$:/images/task]]
# [[$:/images/text]]
# [[$:/images/american-express]]
# [[$:/images/american-express-alt]]
# [[$:/images/apple-pay]]
# [[$:/images/bancontact-mister-cash]]
# [[$:/images/bank-transfer]]
# [[$:/images/bankomat]]
# [[$:/images/bitcoin-sign]]
# [[$:/images/braintree]]
# [[$:/images/btc]]
# [[$:/images/carta-si]]
# [[$:/images/cash-on-delivery]]
# [[$:/images/cash-on-pickup]]
# [[$:/images/cashcloud]]
# [[$:/images/cb]]
# [[$:/images/cirrus]]
# [[$:/images/cirrus-alt]]
# [[$:/images/clickandbuy]]
# [[$:/images/dankort]]
# [[$:/images/diners]]
# [[$:/images/elo]]
# [[$:/images/elo-alt]]
# [[$:/images/eps]]
# [[$:/images/facture]]
# [[$:/images/fattura]]
# [[$:/images/giropay]]
# [[$:/images/google-wallet-alt]]
# [[$:/images/gratipay-sign]]
# [[$:/images/ideal]]
# [[$:/images/interac]]
# [[$:/images/invoice]]
# [[$:/images/invoice-sign]]
# [[$:/images/invoice-sign-alt]]
# [[$:/images/invoice-sign-alt-o]]
# [[$:/images/invoice-sign-o]]
# [[$:/images/jcb]]
# [[$:/images/jpy]]
# [[$:/images/maestro]]
# [[$:/images/maestro-alt]]
# [[$:/images/mastercard-alt]]
# [[$:/images/mastercard-securecode]]
# [[$:/images/mercado-pago]]
# [[$:/images/mercado-pago-sign]]
# [[$:/images/moip]]
# [[$:/images/multibanco]]
# [[$:/images/ogone]]
# [[$:/images/pagseguro]]
# [[$:/images/paybox]]
# [[$:/images/paylife]]
# [[$:/images/paymill]]
# [[$:/images/paypal-alt]]
# [[$:/images/paysafecard]]
# [[$:/images/payshop]]
# [[$:/images/payu]]
# [[$:/images/postepay]]
# [[$:/images/quick]]
# [[$:/images/rechnung]]
# [[$:/images/ripple]]
# [[$:/images/rub]]
# [[$:/images/sage]]
# [[$:/images/sepa]]
# [[$:/images/sepa-alt]]
# [[$:/images/six]]
# [[$:/images/skrill]]
# [[$:/images/sofort]]
# [[$:/images/stripe]]
# [[$:/images/truste]]
# [[$:/images/unionpay]]
# [[$:/images/verified-by-visa]]
# [[$:/images/verisign]]
# [[$:/images/visa-electron]]
# [[$:/images/cartasi]]
# [[$:/images/paypal--classic]]
# [[$:/images/trust-e]]
# [[$:/images/westernunion]]
# [[$:/images/western-union]]
# [[$:/images/western-union-alt]]
# [[$:/images/wirecard]]
# [[$:/images/aboutme]]
# [[$:/images/airbnb]]
# [[$:/images/americanexpress]]
# [[$:/images/appnet]]
# [[$:/images/asana]]
# [[$:/images/automatic]]
# [[$:/images/baidu]]
# [[$:/images/bandcamp]]
# [[$:/images/bathasu]]
# [[$:/images/bebo]]
# [[$:/images/bigcartel]]
# [[$:/images/bing]]
# [[$:/images/bitly]]
# [[$:/images/buzzfeed]]
# [[$:/images/campaignmonitor]]
# [[$:/images/circleci]]
# [[$:/images/codecademy]]
# [[$:/images/coderwall]]
# [[$:/images/codeschool]]
# [[$:/images/codio]]
# [[$:/images/compropago]]
# [[$:/images/conekta]]
# [[$:/images/coop]]
# [[$:/images/coursera]]
# [[$:/images/csswizardry]]
# [[$:/images/dailymotion]]
# [[$:/images/deezer]]
# [[$:/images/designernews]]
# [[$:/images/Diaspora]]
# [[$:/images/digitalocean]]
# [[$:/images/discord]]
# [[$:/images/disqus]]
# [[$:/images/draugiemlv]]
# [[$:/images/ebay]]
# [[$:/images/empirekred]]
# [[$:/images/ethereum]]
# [[$:/images/etsy]]
# [[$:/images/eventbrite]]
# [[$:/images/eventstore]]
# [[$:/images/everplaces]]
# [[$:/images/feedly]]
# [[$:/images/fitbit]]
# [[$:/images/flipboard]]
# [[$:/images/freecodecamp]]
# [[$:/images/gauges]]
# [[$:/images/geeklist]]
# [[$:/images/geocaching]]
# [[$:/images/gitter]]
# [[$:/images/glassdoor]]
# [[$:/images/goldenline]]
# [[$:/images/goodreads]]
# [[$:/images/googleanalytics]]
# [[$:/images/googledrive]]
# [[$:/images/googleplay]]
# [[$:/images/govuk]]
# [[$:/images/gratipay]]
# [[$:/images/grav]]
# [[$:/images/gravatar]]
# [[$:/images/gumtree]]
# [[$:/images/hatenabookmark]]
# [[$:/images/hipchat]]
# [[$:/images/hootsuite]]
# [[$:/images/hulu]]
# [[$:/images/imdb]]
# [[$:/images/instacart]]
# [[$:/images/intercom]]
# [[$:/images/invision]]
# [[$:/images/jekyll]]
# [[$:/images/json]]
# [[$:/images/justgiving]]
# [[$:/images/kaggle]]
# [[$:/images/khanacademy]]
# [[$:/images/kickstarter]]
# [[$:/images/kik]]
# [[$:/images/kirby]]
# [[$:/images/klout]]
# [[$:/images/koding]]
# [[$:/images/launchpad]]
# [[$:/images/line]]
# [[$:/images/linuxfoundation]]
# [[$:/images/livestream]]
# [[$:/images/macys]]
# [[$:/images/makerbot]]
# [[$:/images/matternet]]
# [[$:/images/mediatemple]]
# [[$:/images/meetup]]
# [[$:/images/messenger]]
# [[$:/images/microgenetics]]
# [[$:/images/microsoft]]
# [[$:/images/microsoftaccess]]
# [[$:/images/microsoftexcel]]
# [[$:/images/microsoftonenote]]
# [[$:/images/microsoftoutlook]]
# [[$:/images/microsoftpowerpoint]]
# [[$:/images/microsoftword]]
# [[$:/images/minecraft]]
# [[$:/images/minutemailer]]
# [[$:/images/monkeytie]]
# [[$:/images/monogram]]
# [[$:/images/moo]]
# [[$:/images/netflix]]
# [[$:/images/nintendo]]
# [[$:/images/oculus]]
# [[$:/images/overcast]]
# [[$:/images/patreon]]
# [[$:/images/periscope]]
# [[$:/images/pingup]]
# [[$:/images/playerme]]
# [[$:/images/pocket]]
# [[$:/images/podcasts]]
# [[$:/images/protoio]]
# [[$:/images/quantopian]]
# [[$:/images/quora]]
# [[$:/images/raspberrypi]]
# [[$:/images/readability]]
# [[$:/images/readthedocs]]
# [[$:/images/reverbnation]]
# [[$:/images/runkeeper]]
# [[$:/images/saucelabs]]
# [[$:/images/sega]]
# [[$:/images/sellfy]]
# [[$:/images/sentiayoga]]
# [[$:/images/shopify]]
# [[$:/images/simpleicons]]
# [[$:/images/sinaweibo]]
# [[$:/images/sitepoint]]
# [[$:/images/slides]]
# [[$:/images/smashingmagazine]]
# [[$:/images/songkick]]
# [[$:/images/speakerdeck]]
# [[$:/images/spreaker]]
# [[$:/images/squarespace]]
# [[$:/images/statamic]]
# [[$:/images/stitcher]]
# [[$:/images/storify]]
# [[$:/images/stubhub]]
# [[$:/images/styleshare]]
# [[$:/images/subversion]]
# [[$:/images/ted]]
# [[$:/images/tesla]]
# [[$:/images/tinder]]
# [[$:/images/topcoder]]
# [[$:/images/trakt]]
# [[$:/images/travisci]]
# [[$:/images/treehouse]]
# [[$:/images/trulia]]
# [[$:/images/twilio]]
# [[$:/images/twoo]]
# [[$:/images/udacity]]
# [[$:/images/viber]]
# [[$:/images/virb]]
# [[$:/images/vuejs]]
# [[$:/images/wix]]
# [[$:/images/xero]]
# [[$:/images/yammer]]
# [[$:/images/zapier]]
# [[$:/images/zillow]]
# [[$:/images/add-1]]
# [[$:/images/add-playlist]]
# [[$:/images/admin]]
# [[$:/images/admin-1]]
# [[$:/images/admin-2]]
# [[$:/images/airplane-mode]]
# [[$:/images/alam]]
# [[$:/images/backward-]]
# [[$:/images/backward-1]]
# [[$:/images/black-white]]
# [[$:/images/blur]]
# [[$:/images/book-1]]
# [[$:/images/box-1]]
# [[$:/images/brightest]]
# [[$:/images/c]]
# [[$:/images/cain]]
# [[$:/images/calendar-1]]
# [[$:/images/calendar-2]]
# [[$:/images/calendar-3]]
# [[$:/images/calendar-4]]
# [[$:/images/calendar-5]]
# [[$:/images/calendar-6]]
# [[$:/images/call-1]]
# [[$:/images/call-2]]
# [[$:/images/call-3]]
# [[$:/images/call-4]]
# [[$:/images/cercle-1]]
# [[$:/images/cercle-2]]
# [[$:/images/cercle-3]]
# [[$:/images/cercle-4]]
# [[$:/images/cercle-5]]
# [[$:/images/cercle-6]]
# [[$:/images/cercle-7]]
# [[$:/images/cercle-8]]
# [[$:/images/close-2]]
# [[$:/images/close-corner-arrow-1]]
# [[$:/images/close-corner-arrow-2]]
# [[$:/images/cloth]]
# [[$:/images/cloth-1]]
# [[$:/images/cloud-reload]]
# [[$:/images/coin]]
# [[$:/images/coin-1]]
# [[$:/images/compass-1]]
# [[$:/images/compass-2]]
# [[$:/images/cover]]
# [[$:/images/crpss]]
# [[$:/images/dail-pad]]
# [[$:/images/divide]]
# [[$:/images/divide-1]]
# [[$:/images/document-1]]
# [[$:/images/document-2]]
# [[$:/images/document-3]]
# [[$:/images/down-arrow]]
# [[$:/images/down-arrow-1]]
# [[$:/images/download-1]]
# [[$:/images/download-2]]
# [[$:/images/download-3]]
# [[$:/images/download-4]]
# [[$:/images/down_2]]
# [[$:/images/duble-corner-arrow-1]]
# [[$:/images/duble-corner-arrow-3]]
# [[$:/images/duble-corner-arrow-4]]
# [[$:/images/duble-corner-arrow-5]]
# [[$:/images/duble-corner-arrow-6]]
# [[$:/images/duble-corner-arrow-blod-2]]
# [[$:/images/equal]]
# [[$:/images/equal-1]]
# [[$:/images/equalizer-1]]
# [[$:/images/equalizer-2]]
# [[$:/images/f]]
# [[$:/images/file-1]]
# [[$:/images/file-10]]
# [[$:/images/file-11]]
# [[$:/images/file-12]]
# [[$:/images/file-13]]
# [[$:/images/file-2]]
# [[$:/images/file-3]]
# [[$:/images/file-4]]
# [[$:/images/file-5]]
# [[$:/images/file-6]]
# [[$:/images/file-7]]
# [[$:/images/file-8]]
# [[$:/images/file-9]]
# [[$:/images/folder-1]]
# [[$:/images/folder-2]]
# [[$:/images/folder-3]]
# [[$:/images/fot-screen]]
# [[$:/images/four-box]]
# [[$:/images/froward]]
# [[$:/images/froward-1]]
# [[$:/images/home-1]]
# [[$:/images/home-2]]
# [[$:/images/home-3]]
# [[$:/images/hulf-of-circle-2]]
# [[$:/images/hurt]]
# [[$:/images/hurt-1]]
# [[$:/images/hurt-3]]
# [[$:/images/id-card]]
# [[$:/images/id-card-1]]
# [[$:/images/join-corner-arrow-1]]
# [[$:/images/join-corner-arrow-2]]
# [[$:/images/join-corner-arrow-3]]
# [[$:/images/join-corner-arrow-4]]
# [[$:/images/join-corner-arrow-5]]
# [[$:/images/join-corner-arrow-6]]
# [[$:/images/left-arrow]]
# [[$:/images/left-arrow-1]]
# [[$:/images/left-down-corner-arrow]]
# [[$:/images/left-down-corner-arrow-1]]
# [[$:/images/left-up-corner-arrow]]
# [[$:/images/left-up-corner-arrow-1]]
# [[$:/images/location-1]]
# [[$:/images/location-2]]
# [[$:/images/location-3]]
# [[$:/images/lock-1]]
# [[$:/images/lock-2]]
# [[$:/images/mail-icon]]
# [[$:/images/mail-icon-1]]
# [[$:/images/mail-icon-2]]
# [[$:/images/mark]]
# [[$:/images/mark-1]]
# [[$:/images/mark-2]]
# [[$:/images/mark-3]]
# [[$:/images/mark-4]]
# [[$:/images/massage]]
# [[$:/images/massage-1]]
# [[$:/images/media]]
# [[$:/images/memori-card]]
# [[$:/images/missing]]
# [[$:/images/move-1]]
# [[$:/images/move-2]]
# [[$:/images/multiply]]
# [[$:/images/multiply-1]]
# [[$:/images/musk]]
# [[$:/images/netwark]]
# [[$:/images/next-1]]
# [[$:/images/paragraph-2]]
# [[$:/images/paragraph-3]]
# [[$:/images/paragraph-4]]
# [[$:/images/paragraph-5]]
# [[$:/images/paragraph-6]]
# [[$:/images/paragraph-7]]
# [[$:/images/paragraph-8]]
# [[$:/images/paragraph-9]]
# [[$:/images/part-of-circle]]
# [[$:/images/part-of-circle-1]]
# [[$:/images/part-of-circle-2]]
# [[$:/images/part-of-circle-3]]
# [[$:/images/part-of-circle-4]]
# [[$:/images/part-of-circle-5]]
# [[$:/images/passing]]
# [[$:/images/pause-1]]
# [[$:/images/pin-1]]
# [[$:/images/play-1]]
# [[$:/images/power-batton]]
# [[$:/images/previous-1]]
# [[$:/images/rectangle]]
# [[$:/images/rectangle-1]]
# [[$:/images/rectangle-2]]
# [[$:/images/rectangle-3]]
# [[$:/images/rectangle-4]]
# [[$:/images/rectangular]]
# [[$:/images/redo-1]]
# [[$:/images/redo-icon]]
# [[$:/images/refresh-time]]
# [[$:/images/remove-playlist]]
# [[$:/images/right-arrow]]
# [[$:/images/right-arrow-1]]
# [[$:/images/right-down-corner-arrow]]
# [[$:/images/right-down-corner-arrow-1]]
# [[$:/images/right-up-corner-arrow]]
# [[$:/images/right-up-corner-arrow-1]]
# [[$:/images/round-arrow-1]]
# [[$:/images/round-arrow-2]]
# [[$:/images/round-arrow-3]]
# [[$:/images/round-arrow-4]]
# [[$:/images/round-arrow-5]]
# [[$:/images/round-arrow-6]]
# [[$:/images/settong]]
# [[$:/images/share-1]]
# [[$:/images/sharing]]
# [[$:/images/sharing-1]]
# [[$:/images/shuffile]]
# [[$:/images/sms-1]]
# [[$:/images/sms-2]]
# [[$:/images/sms-3]]
# [[$:/images/sms-4]]
# [[$:/images/sms-5]]
# [[$:/images/sms-6]]
# [[$:/images/sms-7]]
# [[$:/images/sms-8]]
# [[$:/images/sms-9]]
# [[$:/images/sound-1]]
# [[$:/images/sound-2]]
# [[$:/images/star-1]]
# [[$:/images/step]]
# [[$:/images/step-1]]
# [[$:/images/step-2]]
# [[$:/images/stop-1]]
# [[$:/images/subtraction]]
# [[$:/images/subtraction-1]]
# [[$:/images/symbol]]
# [[$:/images/symbol-1]]
# [[$:/images/symbol-2]]
# [[$:/images/tep]]
# [[$:/images/tick]]
# [[$:/images/time-1]]
# [[$:/images/time-2]]
# [[$:/images/time-3]]
# [[$:/images/time-4]]
# [[$:/images/time-5]]
# [[$:/images/tool-box]]
# [[$:/images/tool-box-1]]
# [[$:/images/undo-1]]
# [[$:/images/undo-icon]]
# [[$:/images/unlike]]
# [[$:/images/unlock-1]]
# [[$:/images/up-arrow]]
# [[$:/images/up-arrow-1]]
# [[$:/images/upload-1]]
# [[$:/images/upload-2]]
# [[$:/images/upload-3]]
# [[$:/images/upload-4]]
# [[$:/images/up_2]]
# [[$:/images/video-1]]
# [[$:/images/webcam]]
# [[$:/images/world]]
# [[$:/images/world-1]]
# [[$:/images/write]]
# [[$:/images/write-1]]
# [[$:/images/zip]]
# [[$:/images/adjust-brightness]]
# [[$:/images/adjust-contrast]]
# [[$:/images/anchor-outline]]
# [[$:/images/arrow-back-outline]]
# [[$:/images/arrow-down-outline]]
# [[$:/images/arrow-down-thick]]
# [[$:/images/arrow-forward-outline]]
# [[$:/images/arrow-left-outline]]
# [[$:/images/arrow-left-thick]]
# [[$:/images/arrow-loop]]
# [[$:/images/arrow-loop-outline]]
# [[$:/images/arrow-maximise]]
# [[$:/images/arrow-maximise-outline]]
# [[$:/images/arrow-minimise]]
# [[$:/images/arrow-minimise-outline]]
# [[$:/images/arrow-move-outline]]
# [[$:/images/arrow-repeat]]
# [[$:/images/arrow-repeat-outline]]
# [[$:/images/arrow-right-outline]]
# [[$:/images/arrow-right-thick]]
# [[$:/images/arrow-shuffle]]
# [[$:/images/arrow-sorted-down]]
# [[$:/images/arrow-sorted-up]]
# [[$:/images/arrow-sync]]
# [[$:/images/arrow-sync-outline]]
# [[$:/images/arrow-unsorted]]
# [[$:/images/arrow-up-outline]]
# [[$:/images/arrow-up-thick]]
# [[$:/images/attachment-outline]]
# [[$:/images/battery-high]]
# [[$:/images/battery-mid]]
# [[$:/images/business-card]]
# [[$:/images/calendar-outline]]
# [[$:/images/camera-outline]]
# [[$:/images/cancel-outline]]
# [[$:/images/chart-area-outline]]
# [[$:/images/chart-bar-outline]]
# [[$:/images/chart-line-outline]]
# [[$:/images/chart-pie-outline]]
# [[$:/images/chevron-left-outline]]
# [[$:/images/chevron-right-outline]]
# [[$:/images/cloud-storage]]
# [[$:/images/cloud-storage-outline]]
# [[$:/images/code-outline]]
# [[$:/images/cog-outline]]
# [[$:/images/delete-outline]]
# [[$:/images/device-laptop]]
# [[$:/images/device-phone]]
# [[$:/images/device-tablet]]
# [[$:/images/divide-outline]]
# [[$:/images/document-add]]
# [[$:/images/document-delete]]
# [[$:/images/download-outline]]
# [[$:/images/eject-outline]]
# [[$:/images/equals]]
# [[$:/images/equals-outline]]
# [[$:/images/export-outline]]
# [[$:/images/eye-outline]]
# [[$:/images/flag-outline]]
# [[$:/images/flash-outline]]
# [[$:/images/flow-children]]
# [[$:/images/flow-merge]]
# [[$:/images/flow-switch]]
# [[$:/images/folder-delete]]
# [[$:/images/globe-outline]]
# [[$:/images/group-outline]]
# [[$:/images/heart-full-outline]]
# [[$:/images/heart-half-outline]]
# [[$:/images/heart-outline]]
# [[$:/images/home-outline]]
# [[$:/images/image-outline]]
# [[$:/images/infinity-outline]]
# [[$:/images/info-large]]
# [[$:/images/info-large-outline]]
# [[$:/images/input-checked]]
# [[$:/images/input-checked-outline]]
# [[$:/images/key-outline]]
# [[$:/images/link-outline]]
# [[$:/images/location-arrow-outline]]
# [[$:/images/location-outline]]
# [[$:/images/lock-closed]]
# [[$:/images/lock-closed-outline]]
# [[$:/images/lock-open-outline]]
# [[$:/images/media-eject]]
# [[$:/images/media-eject-outline]]
# [[$:/images/media-fast-forward]]
# [[$:/images/media-fast-forward-outline]]
# [[$:/images/media-pause-outline]]
# [[$:/images/media-play-outline]]
# [[$:/images/media-play-reverse]]
# [[$:/images/media-play-reverse-outline]]
# [[$:/images/media-record-outline]]
# [[$:/images/media-rewind]]
# [[$:/images/media-rewind-outline]]
# [[$:/images/media-stop-outline]]
# [[$:/images/message-typing]]
# [[$:/images/messages]]
# [[$:/images/microphone-outline]]
# [[$:/images/minus-outline]]
# [[$:/images/news]]
# [[$:/images/notes]]
# [[$:/images/notes-outline]]
# [[$:/images/phone-outline]]
# [[$:/images/pi]]
# [[$:/images/pi-outline]]
# [[$:/images/pin-outline]]
# [[$:/images/pipette]]
# [[$:/images/plane-outline]]
# [[$:/images/plus-outline]]
# [[$:/images/point-of-interest-outline]]
# [[$:/images/power-outline]]
# [[$:/images/puzzle-outline]]
# [[$:/images/radar]]
# [[$:/images/radar-outline]]
# [[$:/images/refresh-outline]]
# [[$:/images/rss-outline]]
# [[$:/images/scissors-outline]]
# [[$:/images/social-at-circular]]
# [[$:/images/social-dribbble-circular]]
# [[$:/images/social-facebook-circular]]
# [[$:/images/social-flickr-circular]]
# [[$:/images/social-github-circular]]
# [[$:/images/social-google-plus-circular]]
# [[$:/images/social-instagram-circular]]
# [[$:/images/social-last-fm]]
# [[$:/images/social-last-fm-circular]]
# [[$:/images/social-linkedin-circular]]
# [[$:/images/social-pinterest-circular]]
# [[$:/images/social-tumbler]]
# [[$:/images/social-tumbler-circular]]
# [[$:/images/social-twitter-circular]]
# [[$:/images/social-vimeo-circular]]
# [[$:/images/social-youtube-circular]]
# [[$:/images/sort-alphabetically]]
# [[$:/images/sort-alphabetically-outline]]
# [[$:/images/sort-numerically]]
# [[$:/images/sort-numerically-outline]]
# [[$:/images/spanner]]
# [[$:/images/spanner-outline]]
# [[$:/images/spiral]]
# [[$:/images/star-full-outline]]
# [[$:/images/star-half-outline]]
# [[$:/images/star-outline]]
# [[$:/images/starburst]]
# [[$:/images/starburst-outline]]
# [[$:/images/support]]
# [[$:/images/tabs-outline]]
# [[$:/images/th-large-outline]]
# [[$:/images/th-list-outline]]
# [[$:/images/th-menu]]
# [[$:/images/th-menu-outline]]
# [[$:/images/th-small]]
# [[$:/images/th-small-outline]]
# [[$:/images/thumbs-ok]]
# [[$:/images/tick-outline]]
# [[$:/images/times]]
# [[$:/images/times-outline]]
# [[$:/images/upload-outline]]
# [[$:/images/user-add-outline]]
# [[$:/images/user-delete]]
# [[$:/images/user-delete-outline]]
# [[$:/images/user-outline]]
# [[$:/images/vendor-android]]
# [[$:/images/vendor-apple]]
# [[$:/images/vendor-microsoft]]
# [[$:/images/video-outline]]
# [[$:/images/warning-outline]]
# [[$:/images/waves]]
# [[$:/images/waves-outline]]
# [[$:/images/weather-cloudy]]
# [[$:/images/weather-downpour]]
# [[$:/images/weather-night]]
# [[$:/images/weather-partly-sunny]]
# [[$:/images/weather-shower]]
# [[$:/images/weather-snow]]
# [[$:/images/weather-stormy]]
# [[$:/images/weather-sunny]]
# [[$:/images/weather-windy]]
# [[$:/images/weather-windy-cloudy]]
# [[$:/images/wi-fi]]
# [[$:/images/wi-fi-outline]]
# [[$:/images/wine]]
# [[$:/images/world-outline]]
# [[$:/images/zoom]]
# [[$:/images/zoom-in-outline]]
# [[$:/images/zoom-out-outline]]
# [[$:/images/zoom-outline]]
# [[$:/images/alien]]
# [[$:/images/barometer]]
# [[$:/images/cloud-down]]
# [[$:/images/cloud-refresh]]
# [[$:/images/cloud-up]]
# [[$:/images/cloudy-gusts]]
# [[$:/images/cloudy-windy]]
# [[$:/images/day-cloudy]]
# [[$:/images/day-cloudy-gusts]]
# [[$:/images/day-cloudy-high]]
# [[$:/images/day-cloudy-windy]]
# [[$:/images/day-fog]]
# [[$:/images/day-hail]]
# [[$:/images/day-haze]]
# [[$:/images/day-light-wind]]
# [[$:/images/day-lightning]]
# [[$:/images/day-rain]]
# [[$:/images/day-rain-mix]]
# [[$:/images/day-rain-wind]]
# [[$:/images/day-showers]]
# [[$:/images/day-sleet]]
# [[$:/images/day-sleet-storm]]
# [[$:/images/day-snow]]
# [[$:/images/day-snow-thunderstorm]]
# [[$:/images/day-snow-wind]]
# [[$:/images/day-sprinkle]]
# [[$:/images/day-storm-showers]]
# [[$:/images/day-sunny]]
# [[$:/images/day-sunny-overcast]]
# [[$:/images/day-thunderstorm]]
# [[$:/images/day-windy]]
# [[$:/images/degrees]]
# [[$:/images/direction-down]]
# [[$:/images/direction-down-left]]
# [[$:/images/direction-down-right]]
# [[$:/images/direction-left]]
# [[$:/images/direction-right]]
# [[$:/images/direction-up]]
# [[$:/images/direction-up-left]]
# [[$:/images/direction-up-right]]
# [[$:/images/dust]]
# [[$:/images/earthquake]]
# [[$:/images/flood]]
# [[$:/images/fog]]
# [[$:/images/gale-warning]]
# [[$:/images/hail]]
# [[$:/images/horizon]]
# [[$:/images/horizon-alt]]
# [[$:/images/hot]]
# [[$:/images/humidity]]
# [[$:/images/hurricane]]
# [[$:/images/hurricane-warning]]
# [[$:/images/lunar-eclipse]]
# [[$:/images/moon-alt-first-quarter]]
# [[$:/images/moon-alt-full]]
# [[$:/images/moon-alt-new]]
# [[$:/images/moon-alt-third-quarter]]
# [[$:/images/moon-alt-waning-crescent-1]]
# [[$:/images/moon-alt-waning-crescent-2]]
# [[$:/images/moon-alt-waning-crescent-3]]
# [[$:/images/moon-alt-waning-crescent-4]]
# [[$:/images/moon-alt-waning-crescent-5]]
# [[$:/images/moon-alt-waning-crescent-6]]
# [[$:/images/moon-alt-waning-gibbous-1]]
# [[$:/images/moon-alt-waning-gibbous-2]]
# [[$:/images/moon-alt-waning-gibbous-3]]
# [[$:/images/moon-alt-waning-gibbous-4]]
# [[$:/images/moon-alt-waning-gibbous-5]]
# [[$:/images/moon-alt-waning-gibbous-6]]
# [[$:/images/moon-alt-waxing-crescent-1]]
# [[$:/images/moon-alt-waxing-crescent-2]]
# [[$:/images/moon-alt-waxing-crescent-3]]
# [[$:/images/moon-alt-waxing-crescent-4]]
# [[$:/images/moon-alt-waxing-crescent-5]]
# [[$:/images/moon-alt-waxing-crescent-6]]
# [[$:/images/moon-alt-waxing-gibbous-1]]
# [[$:/images/moon-alt-waxing-gibbous-2]]
# [[$:/images/moon-alt-waxing-gibbous-3]]
# [[$:/images/moon-alt-waxing-gibbous-4]]
# [[$:/images/moon-alt-waxing-gibbous-5]]
# [[$:/images/moon-alt-waxing-gibbous-6]]
# [[$:/images/moon-first-quarter]]
# [[$:/images/moon-full]]
# [[$:/images/moon-new]]
# [[$:/images/moon-third-quarter]]
# [[$:/images/moon-waning-crescent-1]]
# [[$:/images/moon-waning-crescent-2]]
# [[$:/images/moon-waning-crescent-3]]
# [[$:/images/moon-waning-crescent-4]]
# [[$:/images/moon-waning-crescent-5]]
# [[$:/images/moon-waning-crescent-6]]
# [[$:/images/moon-waning-gibbous-1]]
# [[$:/images/moon-waning-gibbous-2]]
# [[$:/images/moon-waning-gibbous-3]]
# [[$:/images/moon-waning-gibbous-4]]
# [[$:/images/moon-waning-gibbous-5]]
# [[$:/images/moon-waning-gibbous-6]]
# [[$:/images/moon-waxing-crescent-1]]
# [[$:/images/moon-waxing-crescent-2]]
# [[$:/images/moon-waxing-crescent-3]]
# [[$:/images/moon-waxing-crescent-4]]
# [[$:/images/moon-waxing-crescent-5]]
# [[$:/images/moon-waxing-crescent-6]]
# [[$:/images/moon-waxing-gibbous-1]]
# [[$:/images/moon-waxing-gibbous-2]]
# [[$:/images/moon-waxing-gibbous-3]]
# [[$:/images/moon-waxing-gibbous-4]]
# [[$:/images/moon-waxing-gibbous-5]]
# [[$:/images/moon-waxing-gibbous-6]]
# [[$:/images/moonrise]]
# [[$:/images/moonset]]
# [[$:/images/night-alt-cloudy]]
# [[$:/images/night-alt-cloudy-gusts]]
# [[$:/images/night-alt-cloudy-high]]
# [[$:/images/night-alt-cloudy-windy]]
# [[$:/images/night-alt-hail]]
# [[$:/images/night-alt-lightning]]
# [[$:/images/night-alt-partly-cloudy]]
# [[$:/images/night-alt-rain]]
# [[$:/images/night-alt-rain-mix]]
# [[$:/images/night-alt-rain-wind]]
# [[$:/images/night-alt-showers]]
# [[$:/images/night-alt-sleet]]
# [[$:/images/night-alt-sleet-storm]]
# [[$:/images/night-alt-snow]]
# [[$:/images/night-alt-snow-thunderstorm]]
# [[$:/images/night-alt-snow-wind]]
# [[$:/images/night-alt-sprinkle]]
# [[$:/images/night-alt-storm-showers]]
# [[$:/images/night-alt-thunderstorm]]
# [[$:/images/night-clear]]
# [[$:/images/night-cloudy]]
# [[$:/images/night-cloudy-gusts]]
# [[$:/images/night-cloudy-high]]
# [[$:/images/night-cloudy-windy]]
# [[$:/images/night-fog]]
# [[$:/images/night-hail]]
# [[$:/images/night-lightning]]
# [[$:/images/night-partly-cloudy]]
# [[$:/images/night-rain]]
# [[$:/images/night-rain-mix]]
# [[$:/images/night-rain-wind]]
# [[$:/images/night-showers]]
# [[$:/images/night-sleet]]
# [[$:/images/night-sleet-storm]]
# [[$:/images/night-snow]]
# [[$:/images/night-snow-thunderstorm]]
# [[$:/images/night-snow-wind]]
# [[$:/images/night-sprinkle]]
# [[$:/images/night-storm-showers]]
# [[$:/images/night-thunderstorm]]
# [[$:/images/rain-mix]]
# [[$:/images/rain-wind]]
# [[$:/images/raindrop]]
# [[$:/images/raindrops]]
# [[$:/images/refresh-alt]]
# [[$:/images/sandstorm]]
# [[$:/images/showers]]
# [[$:/images/sleet]]
# [[$:/images/small-craft-advisory]]
# [[$:/images/smog]]
# [[$:/images/smoke]]
# [[$:/images/snow-wind]]
# [[$:/images/snowflake-cold]]
# [[$:/images/solar-eclipse]]
# [[$:/images/sprinkle]]
# [[$:/images/storm-showers]]
# [[$:/images/storm-warning]]
# [[$:/images/strong-wind]]
# [[$:/images/sunset]]
# [[$:/images/thermometer-exterior]]
# [[$:/images/thermometer-internal]]
# [[$:/images/thunderstorm]]
# [[$:/images/time-10]]
# [[$:/images/time-11]]
# [[$:/images/time-12]]
# [[$:/images/time-6]]
# [[$:/images/time-7]]
# [[$:/images/time-8]]
# [[$:/images/time-9]]
# [[$:/images/tornado]]
# [[$:/images/tsunami]]
# [[$:/images/volcano]]
# [[$:/images/wind-beaufort-0]]
# [[$:/images/wind-beaufort-1]]
# [[$:/images/wind-beaufort-10]]
# [[$:/images/wind-beaufort-11]]
# [[$:/images/wind-beaufort-12]]
# [[$:/images/wind-beaufort-2]]
# [[$:/images/wind-beaufort-3]]
# [[$:/images/wind-beaufort-4]]
# [[$:/images/wind-beaufort-5]]
# [[$:/images/wind-beaufort-6]]
# [[$:/images/wind-beaufort-7]]
# [[$:/images/wind-beaufort-8]]
# [[$:/images/wind-beaufort-9]]
# [[$:/images/wind-direction]]
# [[$:/images/3d-3ds]]
# [[$:/images/3d-collada]]
# [[$:/images/3d-obj]]
# [[$:/images/3d-x]]
# [[$:/images/acorn]]
# [[$:/images/add-multiple]]
# [[$:/images/adobe-acrobat]]
# [[$:/images/adobe-aftereffects]]
# [[$:/images/adobe-audition]]
# [[$:/images/adobe-bridge]]
# [[$:/images/adobe-dreamweaver]]
# [[$:/images/adobe-encore]]
# [[$:/images/adobe-fireworks]]
# [[$:/images/adobe-flash]]
# [[$:/images/adobe-flashbuilder]]
# [[$:/images/adobe-illustrator]]
# [[$:/images/adobe-indesign]]
# [[$:/images/adobe-lightroom]]
# [[$:/images/adobe-photoshop]]
# [[$:/images/adobe-prelude]]
# [[$:/images/adobe-premierpro]]
# [[$:/images/adobe-speedgrade]]
# [[$:/images/app]]
# [[$:/images/app-favorite]]
# [[$:/images/app-minus]]
# [[$:/images/app-plus]]
# [[$:/images/app-remove]]
# [[$:/images/arcade-button]]
# [[$:/images/arrow-collapsed]]
# [[$:/images/arrow-corner-up-right]]
# [[$:/images/arrow-down-up]]
# [[$:/images/arrow-left-right]]
# [[$:/images/arrow-right-left]]
# [[$:/images/arrow-up-down]]
# [[$:/images/axis-three]]
# [[$:/images/axis-x]]
# [[$:/images/axis-x-letter]]
# [[$:/images/axis-xy]]
# [[$:/images/axis-xy-parentheses]]
# [[$:/images/axis-y]]
# [[$:/images/axis-y-letter]]
# [[$:/images/axis-yx]]
# [[$:/images/axis-z]]
# [[$:/images/axis-z-letter]]
# [[$:/images/baby]]
# [[$:/images/base]]
# [[$:/images/base-select]]
# [[$:/images/bath]]
# [[$:/images/bike]]
# [[$:/images/bike-parking]]
# [[$:/images/billboard]]
# [[$:/images/billing]]
# [[$:/images/book-contact]]
# [[$:/images/book-hardcover-open]]
# [[$:/images/book-hardcover-open-writing]]
# [[$:/images/book-list]]
# [[$:/images/book-open-information]]
# [[$:/images/book-open-text]]
# [[$:/images/book-open-text-image]]
# [[$:/images/book-perspective]]
# [[$:/images/book-perspective-help]]
# [[$:/images/book-side]]
# [[$:/images/border-none]]
# [[$:/images/border-outside]]
# [[$:/images/box-layered]]
# [[$:/images/box-unfolded]]
# [[$:/images/brick]]
# [[$:/images/browser-chrome]]
# [[$:/images/browser-ie]]
# [[$:/images/browser-wire]]
# [[$:/images/bug-remove]]
# [[$:/images/cabinet-files]]
# [[$:/images/cabinet-files-variant]]
# [[$:/images/cabinet-in]]
# [[$:/images/cabinet-out]]
# [[$:/images/cabinet-variant]]
# [[$:/images/calendar-14]]
# [[$:/images/calendar-31]]
# [[$:/images/calendar-day]]
# [[$:/images/calendar-dollar]]
# [[$:/images/calendar-future]]
# [[$:/images/calendar-month]]
# [[$:/images/calendar-plus]]
# [[$:/images/calendar-range]]
# [[$:/images/calendar-tomorrow]]
# [[$:/images/calendar-week]]
# [[$:/images/calendar-year]]
# [[$:/images/camera-auto]]
# [[$:/images/camera-flash]]
# [[$:/images/camera-flash-auto]]
# [[$:/images/camera-flash-auto-selected]]
# [[$:/images/camera-flash-off]]
# [[$:/images/camera-flash-off-selected]]
# [[$:/images/camera-flash-selected]]
# [[$:/images/camera-send]]
# [[$:/images/camera-switch]]
# [[$:/images/camera-switch-invert]]
# [[$:/images/candle]]
# [[$:/images/card-1]]
# [[$:/images/card-2]]
# [[$:/images/card-3]]
# [[$:/images/card-4]]
# [[$:/images/card-5]]
# [[$:/images/card-6]]
# [[$:/images/card-7]]
# [[$:/images/card-8]]
# [[$:/images/card-9]]
# [[$:/images/cards-club]]
# [[$:/images/cards-diamond]]
# [[$:/images/cards-heart]]
# [[$:/images/cards-spade]]
# [[$:/images/cd-eject]]
# [[$:/images/cell-align]]
# [[$:/images/cell-column-delete]]
# [[$:/images/cell-down]]
# [[$:/images/cell-function]]
# [[$:/images/cell-insert-above]]
# [[$:/images/cell-insert-below]]
# [[$:/images/cell-merge]]
# [[$:/images/cell-row-delete]]
# [[$:/images/cell-up]]
# [[$:/images/centerline]]
# [[$:/images/checkmark-cross]]
# [[$:/images/checkmark-pencil]]
# [[$:/images/checkmark-pencil-top]]
# [[$:/images/checkmark-thick]]
# [[$:/images/checkmark-thick-unchecked]]
# [[$:/images/checkmark-uncrossed]]
# [[$:/images/chess-bishop]]
# [[$:/images/chess-horse]]
# [[$:/images/chess-king]]
# [[$:/images/chess-pawn]]
# [[$:/images/chess-queen]]
# [[$:/images/chess-rook]]
# [[$:/images/chromakey]]
# [[$:/images/circle-decline]]
# [[$:/images/circle-growth]]
# [[$:/images/city]]
# [[$:/images/city-chicago]]
# [[$:/images/city-sanfrancisco]]
# [[$:/images/city-seattle]]
# [[$:/images/clean]]
# [[$:/images/clear-inverse]]
# [[$:/images/clear-inverse-reflect-horizontal]]
# [[$:/images/clear-reflect-horizontal]]
# [[$:/images/clipboard-paper]]
# [[$:/images/clipboard-paper-check]]
# [[$:/images/clipboard-paste]]
# [[$:/images/clipboard-variant]]
# [[$:/images/clipboard-variant-edit]]
# [[$:/images/clipboard-variant-text]]
# [[$:/images/closedcaption]]
# [[$:/images/closedcaption-off]]
# [[$:/images/clothes-shirt]]
# [[$:/images/clothes-tie]]
# [[$:/images/cloud-add]]
# [[$:/images/cloud-delete]]
# [[$:/images/cloud-pause]]
# [[$:/images/cloud-play]]
# [[$:/images/cloudirc]]
# [[$:/images/code-xml]]
# [[$:/images/column-one]]
# [[$:/images/column-three]]
# [[$:/images/column-two]]
# [[$:/images/companioncube]]
# [[$:/images/cone]]
# [[$:/images/cone-diagonal]]
# [[$:/images/confirm-yes-no]]
# [[$:/images/connect]]
# [[$:/images/connection-1x]]
# [[$:/images/connection-3g]]
# [[$:/images/connection-4g]]
# [[$:/images/connection-bluetooth]]
# [[$:/images/connection-ev]]
# [[$:/images/connection-nfc]]
# [[$:/images/connection-quality-extremelylow]]
# [[$:/images/connection-quality-high]]
# [[$:/images/connection-quality-low]]
# [[$:/images/connection-quality-medium]]
# [[$:/images/connection-quality-veryhigh]]
# [[$:/images/connection-quality-verylow]]
# [[$:/images/connection-wifi]]
# [[$:/images/connection-wifi-variant]]
# [[$:/images/control-eject]]
# [[$:/images/control-fastforward]]
# [[$:/images/control-fastforward-variant]]
# [[$:/images/control-guide]]
# [[$:/images/control-pause]]
# [[$:/images/control-play]]
# [[$:/images/control-play-live]]
# [[$:/images/control-resume]]
# [[$:/images/control-rewind]]
# [[$:/images/control-rewind-variant]]
# [[$:/images/control-stop]]
# [[$:/images/controller-snes]]
# [[$:/images/controller-xbox]]
# [[$:/images/corner]]
# [[$:/images/coupon]]
# [[$:/images/creditcard]]
# [[$:/images/crosshair]]
# [[$:/images/cup-empty]]
# [[$:/images/cup-full]]
# [[$:/images/cup-half]]
# [[$:/images/cup-paper]]
# [[$:/images/currency-cent]]
# [[$:/images/currency-dollar]]
# [[$:/images/currency-dollar-free]]
# [[$:/images/currency-euro]]
# [[$:/images/currency-grivna]]
# [[$:/images/currency-pound]]
# [[$:/images/currency-rubles]]
# [[$:/images/currency-rupee]]
# [[$:/images/currency-yen]]
# [[$:/images/cursor-default]]
# [[$:/images/cursor-default-outline]]
# [[$:/images/cursor-default-transform-horizontal]]
# [[$:/images/cursor-hand]]
# [[$:/images/cursor-information]]
# [[$:/images/cursor-move]]
# [[$:/images/cusor-pointer]]
# [[$:/images/database-mysql]]
# [[$:/images/database-sql]]
# [[$:/images/debug-restart]]
# [[$:/images/debug-step-into]]
# [[$:/images/debug-step-out]]
# [[$:/images/debug-step-over]]
# [[$:/images/debug-stop]]
# [[$:/images/deeplink]]
# [[$:/images/deeplink-round]]
# [[$:/images/devcenter]]
# [[$:/images/diagram]]
# [[$:/images/dimension-arrow-box-height]]
# [[$:/images/dimension-arrow-box-width]]
# [[$:/images/dimension-arrow-line-height]]
# [[$:/images/dimension-arrow-line-height-short]]
# [[$:/images/dimension-arrow-line-height-thick]]
# [[$:/images/dimension-arrow-line-width]]
# [[$:/images/dimension-arrow-line-width-short]]
# [[$:/images/dimension-arrow-line-width-thick]]
# [[$:/images/dimension-box-height]]
# [[$:/images/dimension-box-width]]
# [[$:/images/dimension-line-height]]
# [[$:/images/dimension-line-height-short]]
# [[$:/images/dimension-line-width]]
# [[$:/images/dimension-line-width-short]]
# [[$:/images/disconnect]]
# [[$:/images/disk]]
# [[$:/images/disk-download]]
# [[$:/images/disk-upload]]
# [[$:/images/dnd]]
# [[$:/images/door-enter]]
# [[$:/images/door-leave]]
# [[$:/images/door-lock-closed]]
# [[$:/images/door-lock-open]]
# [[$:/images/drafting-centerline]]
# [[$:/images/draw-brush]]
# [[$:/images/draw-brush-reflection]]
# [[$:/images/draw-button]]
# [[$:/images/draw-marker]]
# [[$:/images/draw-marker-reflection]]
# [[$:/images/draw-paintbrush]]
# [[$:/images/draw-pen]]
# [[$:/images/draw-pen-add]]
# [[$:/images/draw-pen-minus]]
# [[$:/images/draw-pen-reflection]]
# [[$:/images/draw-pencil]]
# [[$:/images/draw-pencil-reflection]]
# [[$:/images/draw-pixel-fill-grid]]
# [[$:/images/draw-pixel-grid]]
# [[$:/images/drinks-beer]]
# [[$:/images/drinks-beer-guinness]]
# [[$:/images/drinks-martini]]
# [[$:/images/dropper]]
# [[$:/images/edit-add]]
# [[$:/images/edit-box]]
# [[$:/images/edit-minus]]
# [[$:/images/elevator-down]]
# [[$:/images/elevator-up]]
# [[$:/images/email-gmail]]
# [[$:/images/email-hardedge]]
# [[$:/images/email-minimal]]
# [[$:/images/email-outlook]]
# [[$:/images/email-yahoo]]
# [[$:/images/eye-hide]]
# [[$:/images/facebook-connect]]
# [[$:/images/facebook-disconnect]]
# [[$:/images/fan-box]]
# [[$:/images/ferry]]
# [[$:/images/film-gallery]]
# [[$:/images/film-list]]
# [[$:/images/film-live]]
# [[$:/images/film-select]]
# [[$:/images/filter-alphabetical]]
# [[$:/images/flag-bear]]
# [[$:/images/flag-texas]]
# [[$:/images/flag-wavy]]
# [[$:/images/folder-ellipsis]]
# [[$:/images/folder-people]]
# [[$:/images/folder-puzzle]]
# [[$:/images/folder-star]]
# [[$:/images/food-apple]]
# [[$:/images/food-candy-cane]]
# [[$:/images/food-cupcake]]
# [[$:/images/food-icecream-bar]]
# [[$:/images/food-silverware]]
# [[$:/images/food-silverware-cross]]
# [[$:/images/forklift]]
# [[$:/images/forklift-load]]
# [[$:/images/form-basic]]
# [[$:/images/form-editable]]
# [[$:/images/forrst]]
# [[$:/images/forsale]]
# [[$:/images/framework-net]]
# [[$:/images/fullscreen-box]]
# [[$:/images/futurama-bender]]
# [[$:/images/futurama-fry]]
# [[$:/images/gas]]
# [[$:/images/gauge-0]]
# [[$:/images/gauge-100]]
# [[$:/images/gauge-25]]
# [[$:/images/gauge-50]]
# [[$:/images/gauge-75]]
# [[$:/images/gender-both]]
# [[$:/images/gender-female]]
# [[$:/images/gender-male]]
# [[$:/images/globe-wire]]
# [[$:/images/grade-a]]
# [[$:/images/grade-a-minus]]
# [[$:/images/grade-a-plus]]
# [[$:/images/grade-b]]
# [[$:/images/grade-b-minus]]
# [[$:/images/grade-b-plus]]
# [[$:/images/grade-c]]
# [[$:/images/grade-c-minus]]
# [[$:/images/grade-c-plus]]
# [[$:/images/grade-d]]
# [[$:/images/grade-d-minus]]
# [[$:/images/grade-d-plus]]
# [[$:/images/grade-e]]
# [[$:/images/grade-f]]
# [[$:/images/graph-boxplot]]
# [[$:/images/graph-histogram]]
# [[$:/images/graph-histogram-description]]
# [[$:/images/graph-line]]
# [[$:/images/graph-line-down]]
# [[$:/images/graph-line-up]]
# [[$:/images/greek-sigma-lowercase]]
# [[$:/images/greek-sigma-uppercase]]
# [[$:/images/group-delete]]
# [[$:/images/group-minus]]
# [[$:/images/handicap]]
# [[$:/images/handicap-in]]
# [[$:/images/handicap-out]]
# [[$:/images/hardware-cpu]]
# [[$:/images/hardware-headphones]]
# [[$:/images/hardware-headphones-bluetooth]]
# [[$:/images/hardware-headset]]
# [[$:/images/hardware-mouse]]
# [[$:/images/hat-santa]]
# [[$:/images/heart-break]]
# [[$:/images/heart-cross]]
# [[$:/images/home-empty]]
# [[$:/images/home-garage]]
# [[$:/images/home-garage-arrow-close]]
# [[$:/images/home-garage-arrow-open]]
# [[$:/images/home-garage-open]]
# [[$:/images/home-gps]]
# [[$:/images/home-location-pin]]
# [[$:/images/home-location-round]]
# [[$:/images/home-people]]
# [[$:/images/home-people-none]]
# [[$:/images/home-question]]
# [[$:/images/home-variant]]
# [[$:/images/home-variant-enter]]
# [[$:/images/home-variant-leave]]
# [[$:/images/image-ants]]
# [[$:/images/image-backlight]]
# [[$:/images/image-beach]]
# [[$:/images/image-broken]]
# [[$:/images/image-export]]
# [[$:/images/image-focus]]
# [[$:/images/image-gallery]]
# [[$:/images/image-hdr]]
# [[$:/images/image-landscape]]
# [[$:/images/image-macro]]
# [[$:/images/image-multiple]]
# [[$:/images/image-night]]
# [[$:/images/image-night-landscape]]
# [[$:/images/image-night-person]]
# [[$:/images/image-night-portrait]]
# [[$:/images/image-portrait]]
# [[$:/images/image-redeye]]
# [[$:/images/image-select]]
# [[$:/images/image-snow]]
# [[$:/images/image-sports]]
# [[$:/images/image-sunset]]
# [[$:/images/inbox-in]]
# [[$:/images/inbox-out]]
# [[$:/images/information-circle]]
# [[$:/images/input-down]]
# [[$:/images/input-keyboard]]
# [[$:/images/input-keyboard-down]]
# [[$:/images/input-pen]]
# [[$:/images/input-pen-down]]
# [[$:/images/input-question]]
# [[$:/images/interface-button]]
# [[$:/images/interface-dropdown]]
# [[$:/images/interface-list]]
# [[$:/images/interface-password]]
# [[$:/images/interface-textbox]]
# [[$:/images/journal]]
# [[$:/images/key-old]]
# [[$:/images/lamp-desk]]
# [[$:/images/lamp-desk-variant]]
# [[$:/images/lamp-variant]]
# [[$:/images/language-csharp]]
# [[$:/images/language-java]]
# [[$:/images/language-java-text]]
# [[$:/images/language-python]]
# [[$:/images/language-python-text]]
# [[$:/images/laser]]
# [[$:/images/lavalamp]]
# [[$:/images/layer]]
# [[$:/images/layer-add]]
# [[$:/images/layer-arrange-bringforward]]
# [[$:/images/layer-arrange-bringtofront]]
# [[$:/images/layer-arrange-sendbackward]]
# [[$:/images/layer-arrange-sendtoback]]
# [[$:/images/layer-arrange-solid-bringforward]]
# [[$:/images/layer-arrange-solid-bringtofront]]
# [[$:/images/layer-arrange-solid-sendbackward]]
# [[$:/images/layer-arrange-solid-sendtoback]]
# [[$:/images/layer-delete]]
# [[$:/images/layer-down]]
# [[$:/images/layer-minus]]
# [[$:/images/layer-perspective-up]]
# [[$:/images/layer-thick]]
# [[$:/images/layer-up]]
# [[$:/images/layout-body]]
# [[$:/images/layout-collapse-left]]
# [[$:/images/layout-collapse-left-variant]]
# [[$:/images/layout-collapse-right]]
# [[$:/images/layout-collapse-right-variant]]
# [[$:/images/layout-expand-left]]
# [[$:/images/layout-expand-left-variant]]
# [[$:/images/layout-expand-right]]
# [[$:/images/layout-expand-right-variant]]
# [[$:/images/layout-header]]
# [[$:/images/layout-sidebar]]
# [[$:/images/leaderboard]]
# [[$:/images/lifesaver]]
# [[$:/images/lightbulb-coil]]
# [[$:/images/lightbulb-hue]]
# [[$:/images/lightbulb-hue-on]]
# [[$:/images/lines-horizontal-4]]
# [[$:/images/list-add-above]]
# [[$:/images/list-add-below]]
# [[$:/images/list-check]]
# [[$:/images/list-create]]
# [[$:/images/list-delete]]
# [[$:/images/list-delete-inline]]
# [[$:/images/list-gear]]
# [[$:/images/list-hidden]]
# [[$:/images/list-merge]]
# [[$:/images/list-one]]
# [[$:/images/list-reorder]]
# [[$:/images/list-reorder-down]]
# [[$:/images/list-reorder-up]]
# [[$:/images/list-select]]
# [[$:/images/list-star]]
# [[$:/images/list-two]]
# [[$:/images/location-add]]
# [[$:/images/location-checkin]]
# [[$:/images/location-circle]]
# [[$:/images/location-delete]]
# [[$:/images/location-foursquare]]
# [[$:/images/location-minus]]
# [[$:/images/location-round]]
# [[$:/images/logic-and]]
# [[$:/images/logic-and-add]]
# [[$:/images/logic-or]]
# [[$:/images/logic-or-add]]
# [[$:/images/magnify]]
# [[$:/images/magnify-add]]
# [[$:/images/magnify-arrow-down]]
# [[$:/images/magnify-arrow-up]]
# [[$:/images/magnify-back]]
# [[$:/images/magnify-browse]]
# [[$:/images/magnify-forward]]
# [[$:/images/magnify-minus]]
# [[$:/images/man-sensor]]
# [[$:/images/man-suitcase]]
# [[$:/images/man-suitcase-fast]]
# [[$:/images/man-suitcase-run]]
# [[$:/images/man-walk]]
# [[$:/images/map-aerial]]
# [[$:/images/map-aerial-highway]]
# [[$:/images/map-folds]]
# [[$:/images/map-gps]]
# [[$:/images/map-location]]
# [[$:/images/map-location-add]]
# [[$:/images/map-satellite]]
# [[$:/images/map-treasure]]
# [[$:/images/marketplace]]
# [[$:/images/marketplace-old]]
# [[$:/images/markup]]
# [[$:/images/marvel-avengers]]
# [[$:/images/marvel-captainamerica]]
# [[$:/images/marvel-ironman]]
# [[$:/images/marvel-ironman-mask]]
# [[$:/images/marvel-shield]]
# [[$:/images/marvel-shield-variant]]
# [[$:/images/math-plus-minus]]
# [[$:/images/measure-celcius]]
# [[$:/images/measure-centimeter]]
# [[$:/images/measure-farenheit]]
# [[$:/images/measure-foot]]
# [[$:/images/measure-inch]]
# [[$:/images/measure-kilometer]]
# [[$:/images/measure-meter]]
# [[$:/images/measure-mile]]
# [[$:/images/medical-pill]]
# [[$:/images/medical-pill-broken]]
# [[$:/images/medical-pulse]]
# [[$:/images/message-profanity]]
# [[$:/images/message-send]]
# [[$:/images/message-smiley]]
# [[$:/images/microphone-google]]
# [[$:/images/microsoft-tag]]
# [[$:/images/minecraft-civcraft]]
# [[$:/images/monitor-add]]
# [[$:/images/monitor-delete]]
# [[$:/images/monitor-film]]
# [[$:/images/monitor-identify]]
# [[$:/images/monitor-minus]]
# [[$:/images/monitor-play]]
# [[$:/images/monitor-to]]
# [[$:/images/mono]]
# [[$:/images/moon-sleep]]
# [[$:/images/moon-waning-crescent]]
# [[$:/images/moon-waning-gibbous]]
# [[$:/images/moon-waxing-crescent]]
# [[$:/images/moon-waxing-gibbous]]
# [[$:/images/movie-clapper]]
# [[$:/images/movie-clapper-select]]
# [[$:/images/movie-clapper-solid]]
# [[$:/images/movie-clapper-solid-select]]
# [[$:/images/music-live]]
# [[$:/images/music-select]]
# [[$:/images/music-wifi]]
# [[$:/images/navigate-previous]]
# [[$:/images/network-disconnect]]
# [[$:/images/network-home]]
# [[$:/images/network-home-disconnect]]
# [[$:/images/network-port]]
# [[$:/images/network-port-disconnect]]
# [[$:/images/network-server]]
# [[$:/images/network-server-connecting]]
# [[$:/images/network-server-disconnect]]
# [[$:/images/newspaper-create]]
# [[$:/images/noentry]]
# [[$:/images/notification-above]]
# [[$:/images/notification-above-multiple]]
# [[$:/images/notification-multiple]]
# [[$:/images/notification-star]]
# [[$:/images/nyan]]
# [[$:/images/office-365]]
# [[$:/images/office-access]]
# [[$:/images/office-excel]]
# [[$:/images/office-infopath]]
# [[$:/images/office-lync]]
# [[$:/images/office-onenote]]
# [[$:/images/office-outlook]]
# [[$:/images/office-powerpoint]]
# [[$:/images/office-project]]
# [[$:/images/office-publisher]]
# [[$:/images/office-sharepoint]]
# [[$:/images/office-visio]]
# [[$:/images/office-word]]
# [[$:/images/ornament]]
# [[$:/images/ornament-variant]]
# [[$:/images/os-android]]
# [[$:/images/os-arm]]
# [[$:/images/os-blackberry]]
# [[$:/images/os-chromium]]
# [[$:/images/os-gnome]]
# [[$:/images/os-ios]]
# [[$:/images/os-ubuntu]]
# [[$:/images/os-windows]]
# [[$:/images/os-windows-8]]
# [[$:/images/os-windows-rt]]
# [[$:/images/os-windowsphone]]
# [[$:/images/os-windowsphone-round]]
# [[$:/images/os-x64]]
# [[$:/images/os-x86]]
# [[$:/images/page-0]]
# [[$:/images/page-1]]
# [[$:/images/page-2]]
# [[$:/images/page-3]]
# [[$:/images/page-4]]
# [[$:/images/page-5]]
# [[$:/images/page-6]]
# [[$:/images/page-7]]
# [[$:/images/page-8]]
# [[$:/images/page-9]]
# [[$:/images/page-arrow]]
# [[$:/images/page-bold]]
# [[$:/images/page-check]]
# [[$:/images/page-code]]
# [[$:/images/page-corner]]
# [[$:/images/page-corner-bookmark]]
# [[$:/images/page-corner-break]]
# [[$:/images/page-corner-cells]]
# [[$:/images/page-corner-folded]]
# [[$:/images/page-corner-folded-grid]]
# [[$:/images/page-corner-folded-text]]
# [[$:/images/page-corner-grid]]
# [[$:/images/page-corner-text]]
# [[$:/images/page-corner-text-break]]
# [[$:/images/page-cross]]
# [[$:/images/page-download]]
# [[$:/images/page-duplicate]]
# [[$:/images/page-excel]]
# [[$:/images/page-file-gif]]
# [[$:/images/page-file-gif-tag]]
# [[$:/images/page-file-pdf]]
# [[$:/images/page-file-pdf-tag]]
# [[$:/images/page-heart]]
# [[$:/images/page-heartbreak]]
# [[$:/images/page-hidden]]
# [[$:/images/page-image]]
# [[$:/images/page-jpg]]
# [[$:/images/page-location]]
# [[$:/images/page-location-add]]
# [[$:/images/page-minus]]
# [[$:/images/page-music]]
# [[$:/images/page-new]]
# [[$:/images/page-onenote]]
# [[$:/images/page-png]]
# [[$:/images/page-powerpoint]]
# [[$:/images/page-question]]
# [[$:/images/page-select]]
# [[$:/images/page-small]]
# [[$:/images/page-solid]]
# [[$:/images/page-solid-add]]
# [[$:/images/page-solid-cross]]
# [[$:/images/page-solid-move]]
# [[$:/images/page-text]]
# [[$:/images/page-upload]]
# [[$:/images/page-word]]
# [[$:/images/page-xml]]
# [[$:/images/palmtree]]
# [[$:/images/palmtree-variant]]
# [[$:/images/paper]]
# [[$:/images/paperclip-rotated]]
# [[$:/images/people-arrow-left]]
# [[$:/images/people-arrow-right]]
# [[$:/images/people-checkbox]]
# [[$:/images/people-down]]
# [[$:/images/people-left]]
# [[$:/images/people-magnify]]
# [[$:/images/people-multiple]]
# [[$:/images/people-multiple-magnify]]
# [[$:/images/people-profile]]
# [[$:/images/people-right]]
# [[$:/images/people-sensor]]
# [[$:/images/people-sensor-variant]]
# [[$:/images/people-status]]
# [[$:/images/people-up]]
# [[$:/images/percent-off]]
# [[$:/images/phone-hangup]]
# [[$:/images/phone-voicemail]]
# [[$:/images/pie]]
# [[$:/images/pie-quarter]]
# [[$:/images/pin-remove]]
# [[$:/images/places]]
# [[$:/images/plane-rotated-135]]
# [[$:/images/plane-rotated-45]]
# [[$:/images/plant]]
# [[$:/images/pokeball]]
# [[$:/images/potion]]
# [[$:/images/present]]
# [[$:/images/printer-blank]]
# [[$:/images/printer-text]]
# [[$:/images/progress]]
# [[$:/images/projector]]
# [[$:/images/projector-screen]]
# [[$:/images/protractor]]
# [[$:/images/puzzle-round]]
# [[$:/images/qr]]
# [[$:/images/radar-screen]]
# [[$:/images/radioactive]]
# [[$:/images/redo-curve]]
# [[$:/images/redo-point]]
# [[$:/images/refresh-clockwise-down]]
# [[$:/images/refresh-clockwise-up]]
# [[$:/images/refresh-counterclockwise-down]]
# [[$:/images/refresh-counterclockwise-up]]
# [[$:/images/religion-christianity]]
# [[$:/images/religion-islamic]]
# [[$:/images/religion-judaism]]
# [[$:/images/reply-calendar]]
# [[$:/images/reply-email]]
# [[$:/images/reply-people]]
# [[$:/images/reset]]
# [[$:/images/resource]]
# [[$:/images/resource-group]]
# [[$:/images/return]]
# [[$:/images/ribbon]]
# [[$:/images/ribbon-wave]]
# [[$:/images/ring]]
# [[$:/images/rocket-rotated-45]]
# [[$:/images/ruler]]
# [[$:/images/sailboat]]
# [[$:/images/scale-unbalanced]]
# [[$:/images/scissor]]
# [[$:/images/scrabble-a]]
# [[$:/images/scrabble-b]]
# [[$:/images/scrabble-c]]
# [[$:/images/scrabble-d]]
# [[$:/images/scrabble-e]]
# [[$:/images/scrabble-f]]
# [[$:/images/scrabble-g]]
# [[$:/images/scrabble-h]]
# [[$:/images/scrabble-i]]
# [[$:/images/scrabble-j]]
# [[$:/images/scrabble-k]]
# [[$:/images/scrabble-l]]
# [[$:/images/scrabble-m]]
# [[$:/images/scrabble-n]]
# [[$:/images/scrabble-o]]
# [[$:/images/scrabble-p]]
# [[$:/images/scrabble-q]]
# [[$:/images/scrabble-r]]
# [[$:/images/scrabble-s]]
# [[$:/images/scrabble-t]]
# [[$:/images/scrabble-u]]
# [[$:/images/scrabble-v]]
# [[$:/images/scrabble-w]]
# [[$:/images/scrabble-x]]
# [[$:/images/scrabble-y]]
# [[$:/images/scrabble-z]]
# [[$:/images/sd-micro]]
# [[$:/images/section-collapse]]
# [[$:/images/section-collapse-all]]
# [[$:/images/section-expand]]
# [[$:/images/section-expand-all]]
# [[$:/images/share-open]]
# [[$:/images/shield-alert]]
# [[$:/images/shopping]]
# [[$:/images/shotglass]]
# [[$:/images/sidebar-left-collapse]]
# [[$:/images/sidebar-left-expand]]
# [[$:/images/sidebar-right-collapse]]
# [[$:/images/sidebar-right-expand]]
# [[$:/images/sign-caution]]
# [[$:/images/sign-interstate]]
# [[$:/images/sign-interstate-75]]
# [[$:/images/sign-interstate-94]]
# [[$:/images/sign-interstate-95]]
# [[$:/images/sign-parking]]
# [[$:/images/sign-stop]]
# [[$:/images/simcard]]
# [[$:/images/simcard-micro]]
# [[$:/images/skydrive]]
# [[$:/images/skydrive-download]]
# [[$:/images/skydrive-upload]]
# [[$:/images/sleep]]
# [[$:/images/slice]]
# [[$:/images/smiley-angry]]
# [[$:/images/smiley-cry]]
# [[$:/images/smiley-frown]]
# [[$:/images/smiley-glasses]]
# [[$:/images/smiley-grin]]
# [[$:/images/smiley-grumpy]]
# [[$:/images/smiley-happy]]
# [[$:/images/smiley-kiki]]
# [[$:/images/smiley-squint]]
# [[$:/images/smiley-tounge]]
# [[$:/images/smiley-what]]
# [[$:/images/snowman]]
# [[$:/images/social-aim]]
# [[$:/images/social-aim-variant]]
# [[$:/images/social-amazon-appstore]]
# [[$:/images/social-apple-appstore]]
# [[$:/images/social-apple-mobileme]]
# [[$:/images/social-appnet]]
# [[$:/images/social-artcom]]
# [[$:/images/social-arto]]
# [[$:/images/social-aws]]
# [[$:/images/social-baidu]]
# [[$:/images/social-basecamp]]
# [[$:/images/social-bebo]]
# [[$:/images/social-cloudapp]]
# [[$:/images/social-coding4fun]]
# [[$:/images/social-deviantart]]
# [[$:/images/social-digg-variant]]
# [[$:/images/social-disqus]]
# [[$:/images/social-dropbox-download]]
# [[$:/images/social-dropbox-upload]]
# [[$:/images/social-drupal]]
# [[$:/images/social-engadget]]
# [[$:/images/social-etsy]]
# [[$:/images/social-facebook-heart]]
# [[$:/images/social-facebook-heart-break]]
# [[$:/images/social-facebook-variant]]
# [[$:/images/social-gdgt]]
# [[$:/images/social-github-octocat]]
# [[$:/images/social-github-octocat-solid]]
# [[$:/images/social-grooveshark]]
# [[$:/images/social-indiegogo]]
# [[$:/images/social-instapaper]]
# [[$:/images/social-jira]]
# [[$:/images/social-kickstarter]]
# [[$:/images/social-line]]
# [[$:/images/social-linkedin-variant]]
# [[$:/images/social-microsoft]]
# [[$:/images/social-nuget]]
# [[$:/images/social-openid]]
# [[$:/images/social-playstation]]
# [[$:/images/social-pocket]]
# [[$:/images/social-readability]]
# [[$:/images/social-sharethis]]
# [[$:/images/social-slashdot]]
# [[$:/images/social-soundcloud]]
# [[$:/images/social-stackoverflow]]
# [[$:/images/social-theverge]]
# [[$:/images/social-trello]]
# [[$:/images/social-twitter-hashtag]]
# [[$:/images/social-twitter-retweet]]
# [[$:/images/social-unity]]
# [[$:/images/social-untapped]]
# [[$:/images/social-uservoice]]
# [[$:/images/social-wikipedia]]
# [[$:/images/social-wordpress-variant]]
# [[$:/images/social-xing]]
# [[$:/images/social-ycombinator]]
# [[$:/images/social-zappos]]
# [[$:/images/sort-alphabetical]]
# [[$:/images/sort-alphabetical-ascending]]
# [[$:/images/sort-alphabetical-descending]]
# [[$:/images/sort-numeric]]
# [[$:/images/sort-numeric-ascending]]
# [[$:/images/sort-numeric-descending]]
# [[$:/images/sound-0]]
# [[$:/images/sound-3]]
# [[$:/images/sound-left-right]]
# [[$:/images/sound-mute]]
# [[$:/images/sound-stereo-stack]]
# [[$:/images/source-fork]]
# [[$:/images/source-pull]]
# [[$:/images/sport-football]]
# [[$:/images/stairs-down]]
# [[$:/images/stairs-down-reflect-horizontal]]
# [[$:/images/stairs-up]]
# [[$:/images/stairs-up-reflect-horizontal]]
# [[$:/images/stamp]]
# [[$:/images/stamp-at]]
# [[$:/images/stamp-empty]]
# [[$:/images/star-add]]
# [[$:/images/star-delete]]
# [[$:/images/star-invincible]]
# [[$:/images/star-minus]]
# [[$:/images/star-remove]]
# [[$:/images/starwars-jedi]]
# [[$:/images/starwars-rebel]]
# [[$:/images/starwars-sith]]
# [[$:/images/stock]]
# [[$:/images/stock-down]]
# [[$:/images/stock-up]]
# [[$:/images/stocking]]
# [[$:/images/stream]]
# [[$:/images/switch-off]]
# [[$:/images/symbol-braces]]
# [[$:/images/symbol-bracket]]
# [[$:/images/table-add]]
# [[$:/images/table-delete]]
# [[$:/images/table-select]]
# [[$:/images/table-unselect]]
# [[$:/images/tablet-windows]]
# [[$:/images/tag-label]]
# [[$:/images/tardis]]
# [[$:/images/text-align-center]]
# [[$:/images/text-align-justify]]
# [[$:/images/text-align-left]]
# [[$:/images/text-align-right]]
# [[$:/images/text-bold]]
# [[$:/images/text-italic]]
# [[$:/images/text-overline]]
# [[$:/images/text-sans]]
# [[$:/images/text-script]]
# [[$:/images/text-serif]]
# [[$:/images/text-size-down]]
# [[$:/images/text-size-minus]]
# [[$:/images/text-size-plus]]
# [[$:/images/text-size-up]]
# [[$:/images/text-strikethrough]]
# [[$:/images/text-underline]]
# [[$:/images/thermometer-celcius]]
# [[$:/images/thermometer-digital]]
# [[$:/images/thermometer-fahrenheit]]
# [[$:/images/thermometer-honeywell]]
# [[$:/images/thermometer-kelvin]]
# [[$:/images/thermometer-signs]]
# [[$:/images/thumb-up-add]]
# [[$:/images/thumb-up-delete]]
# [[$:/images/thumb-up-minus]]
# [[$:/images/tiles-four]]
# [[$:/images/tiles-minus]]
# [[$:/images/tiles-nine]]
# [[$:/images/tiles-plus]]
# [[$:/images/tiles-sixteen]]
# [[$:/images/timer-1]]
# [[$:/images/timer-2]]
# [[$:/images/timer-4]]
# [[$:/images/timer-5]]
# [[$:/images/timer-alert]]
# [[$:/images/timer-check]]
# [[$:/images/timer-forward]]
# [[$:/images/timer-pause]]
# [[$:/images/timer-play]]
# [[$:/images/timer-record]]
# [[$:/images/timer-resume]]
# [[$:/images/timer-rewind]]
# [[$:/images/timer-stop]]
# [[$:/images/tournament-bracket]]
# [[$:/images/tournament-bracket-down]]
# [[$:/images/tournament-bracket-left]]
# [[$:/images/tournament-bracket-right]]
# [[$:/images/tournament-bracket-up]]
# [[$:/images/train-track]]
# [[$:/images/train-tunnel]]
# [[$:/images/transform-flip-horizontal]]
# [[$:/images/transform-flip-vertical]]
# [[$:/images/transform-rotate-clockwise]]
# [[$:/images/transform-rotate-counterclockwise]]
# [[$:/images/transform-rotate-left]]
# [[$:/images/transform-rotate-right]]
# [[$:/images/transit-arrive]]
# [[$:/images/transit-bus]]
# [[$:/images/transit-car]]
# [[$:/images/transit-car-accident]]
# [[$:/images/transit-congestion]]
# [[$:/images/transit-connection]]
# [[$:/images/transit-connection-departure]]
# [[$:/images/transit-construction]]
# [[$:/images/transit-depart]]
# [[$:/images/transit-distance-from]]
# [[$:/images/transit-distance-to]]
# [[$:/images/transit-hazard]]
# [[$:/images/tree-leaf]]
# [[$:/images/tree-leaf-three]]
# [[$:/images/tree-pine]]
# [[$:/images/tv-news]]
# [[$:/images/tv-remote]]
# [[$:/images/tv-syfy]]
# [[$:/images/type-bit]]
# [[$:/images/type-boolean]]
# [[$:/images/type-null]]
# [[$:/images/undo-curve]]
# [[$:/images/undo-point]]
# [[$:/images/unlock-keyhole]]
# [[$:/images/usb-drive]]
# [[$:/images/vector-circle]]
# [[$:/images/vector-group]]
# [[$:/images/vector-group-removed]]
# [[$:/images/vector-line]]
# [[$:/images/vector-line-curve]]
# [[$:/images/vector-line-spline]]
# [[$:/images/vector-pen]]
# [[$:/images/vector-pen-add]]
# [[$:/images/vector-pen-convert]]
# [[$:/images/vector-pen-minus]]
# [[$:/images/vector-polygon]]
# [[$:/images/vector-rectangle]]
# [[$:/images/vector-star]]
# [[$:/images/video-basic]]
# [[$:/images/video-gallery]]
# [[$:/images/video-highdefinition]]
# [[$:/images/video-send]]
# [[$:/images/video-standarddefinition]]
# [[$:/images/vip]]
# [[$:/images/vip-lowercase]]
# [[$:/images/visualstudio-news]]
# [[$:/images/warning-circle]]
# [[$:/images/water-droplet]]
# [[$:/images/water-droplet-alert]]
# [[$:/images/water-droplet-reflection]]
# [[$:/images/weather-chance]]
# [[$:/images/weather-overcast]]
# [[$:/images/weather-rain]]
# [[$:/images/weather-station]]
# [[$:/images/weather-sun]]
# [[$:/images/weather-sun-rise]]
# [[$:/images/weather-sun-set]]
# [[$:/images/weather-symbol]]
# [[$:/images/weather-thunder]]
# [[$:/images/window-casement]]
# [[$:/images/window-casement-closed]]
# [[$:/images/window-closed]]
# [[$:/images/window-maximize]]
# [[$:/images/window-minimize]]
# [[$:/images/window-restore]]
# [[$:/images/window-simple]]
# [[$:/images/windowsphone]]
# [[$:/images/zune]]
# [[$:/images/add-folder]]
# [[$:/images/agent]]
# [[$:/images/align-2-bottom]]
# [[$:/images/align-2-center]]
# [[$:/images/align-2-left]]
# [[$:/images/align-2-middle]]
# [[$:/images/align-2-right]]
# [[$:/images/align-2-top]]
# [[$:/images/analysis]]
# [[$:/images/app-dashboard]]
# [[$:/images/app-pai]]
# [[$:/images/app-worksheet]]
# [[$:/images/arrow-bottom-dot]]
# [[$:/images/arrow-bottom-l]]
# [[$:/images/arrow-down-l]]
# [[$:/images/arrow-left-d-l]]
# [[$:/images/arrow-left-l]]
# [[$:/images/arrow-minus]]
# [[$:/images/arrow-reduce]]
# [[$:/images/arrow-right-d-l]]
# [[$:/images/arrow-right-l]]
# [[$:/images/arrow-right-o]]
# [[$:/images/arrow-rise]]
# [[$:/images/arrow-top-dot]]
# [[$:/images/arrow-top-l]]
# [[$:/images/arrow-up-l]]
# [[$:/images/auto-align-24]]
# [[$:/images/auto-merge-cell]]
# [[$:/images/backward-cycly-o]]
# [[$:/images/bring-to-bottom]]
# [[$:/images/bring-to-downer]]
# [[$:/images/bring-to-top]]
# [[$:/images/bring-to-upper]]
# [[$:/images/bucket-a]]
# [[$:/images/center-justified]]
# [[$:/images/chart-from-to]]
# [[$:/images/chart-funnel]]
# [[$:/images/chart-funnel-plot]]
# [[$:/images/chart-index]]
# [[$:/images/chart-new]]
# [[$:/images/chart-scatter]]
# [[$:/images/chart-word-cloud]]
# [[$:/images/check-triangle]]
# [[$:/images/click]]
# [[$:/images/close-c]]
# [[$:/images/close-l]]
# [[$:/images/closedhand-24]]
# [[$:/images/collapse]]
# [[$:/images/color]]
# [[$:/images/comment-full-l]]
# [[$:/images/comment-l]]
# [[$:/images/component]]
# [[$:/images/component-24]]
# [[$:/images/concentric-pie-chart]]
# [[$:/images/console-24]]
# [[$:/images/copy-l]]
# [[$:/images/copy-node]]
# [[$:/images/cry]]
# [[$:/images/custom-text]]
# [[$:/images/cycle-24]]
# [[$:/images/dashboard-24]]
# [[$:/images/data]]
# [[$:/images/data-agent-legend-dimension]]
# [[$:/images/data-agent-legend-measure]]
# [[$:/images/data-source-24]]
# [[$:/images/default-24]]
# [[$:/images/default-justified]]
# [[$:/images/delete-column]]
# [[$:/images/delete-row]]
# [[$:/images/desktop-24]]
# [[$:/images/dials]]
# [[$:/images/diamond-24]]
# [[$:/images/diamond-ok-l]]
# [[$:/images/dimensions]]
# [[$:/images/direction-horizontal]]
# [[$:/images/direction-vertical]]
# [[$:/images/dislike-24]]
# [[$:/images/dislike-fill]]
# [[$:/images/dislike-l-24]]
# [[$:/images/doc-csv]]
# [[$:/images/doc-pdf]]
# [[$:/images/doc-txt]]
# [[$:/images/doc-xls]]
# [[$:/images/document-full]]
# [[$:/images/empty-box]]
# [[$:/images/enterprise]]
# [[$:/images/exchange-xy]]
# [[$:/images/exit-fullscreen]]
# [[$:/images/export-excel]]
# [[$:/images/fitscreen-24]]
# [[$:/images/fliter]]
# [[$:/images/font-bold]]
# [[$:/images/font-color]]
# [[$:/images/font-color-merge]]
# [[$:/images/font-color-merge-a]]
# [[$:/images/font-Italics]]
# [[$:/images/font-strikethrough]]
# [[$:/images/font-underline]]
# [[$:/images/forward-o]]
# [[$:/images/freeze]]
# [[$:/images/freeze-cell]]
# [[$:/images/freeze-column]]
# [[$:/images/freeze-row]]
# [[$:/images/function]]
# [[$:/images/globe-o-24]]
# [[$:/images/group-24]]
# [[$:/images/guide-add]]
# [[$:/images/guide-delete]]
# [[$:/images/help-o]]
# [[$:/images/help-o-24]]
# [[$:/images/help-s]]
# [[$:/images/hexagon]]
# [[$:/images/hidden-cloumn]]
# [[$:/images/hidden-row]]
# [[$:/images/hierarchy]]
# [[$:/images/host]]
# [[$:/images/if]]
# [[$:/images/iframe]]
# [[$:/images/info-o]]
# [[$:/images/initial]]
# [[$:/images/inner-join]]
# [[$:/images/insert-column]]
# [[$:/images/insert-row]]
# [[$:/images/invisible]]
# [[$:/images/ipad-24]]
# [[$:/images/lab-shut-down]]
# [[$:/images/label-04-01]]
# [[$:/images/label1]]
# [[$:/images/label2]]
# [[$:/images/label3]]
# [[$:/images/label4]]
# [[$:/images/lbs-location]]
# [[$:/images/left-join]]
# [[$:/images/left-justified]]
# [[$:/images/legend-1]]
# [[$:/images/lib]]
# [[$:/images/lib-24]]
# [[$:/images/lighting]]
# [[$:/images/like-24]]
# [[$:/images/like-fill]]
# [[$:/images/like-l-24]]
# [[$:/images/loading]]
# [[$:/images/loading-spinner]]
# [[$:/images/locate-o]]
# [[$:/images/location-]]
# [[$:/images/lock-row]]
# [[$:/images/logo-bg]]
# [[$:/images/map-bubble]]
# [[$:/images/map-bubble-hover]]
# [[$:/images/map-color]]
# [[$:/images/map-color-hover]]
# [[$:/images/map-sankey]]
# [[$:/images/merge-cell]]
# [[$:/images/minus-cycle-o]]
# [[$:/images/movable]]
# [[$:/images/moveto]]
# [[$:/images/multi-line-text]]
# [[$:/images/multidimensional-24]]
# [[$:/images/new-document]]
# [[$:/images/new-document-24]]
# [[$:/images/new-document-dashboard]]
# [[$:/images/new-document-worksheet]]
# [[$:/images/node-collapse]]
# [[$:/images/node-expand]]
# [[$:/images/num]]
# [[$:/images/o-c]]
# [[$:/images/oil-table-chart]]
# [[$:/images/ok-c]]
# [[$:/images/ok-l]]
# [[$:/images/ok-o]]
# [[$:/images/ok-s]]
# [[$:/images/open-l]]
# [[$:/images/operation]]
# [[$:/images/optimization]]
# [[$:/images/paste-l]]
# [[$:/images/pause-o]]
# [[$:/images/pencil-l]]
# [[$:/images/permission]]
# [[$:/images/phone-24]]
# [[$:/images/pie-3d-chart]]
# [[$:/images/plus-24]]
# [[$:/images/plus-dot-o]]
# [[$:/images/plus-l]]
# [[$:/images/plus-l-thin]]
# [[$:/images/plus-o]]
# [[$:/images/plus-o-24]]
# [[$:/images/polar-chart]]
# [[$:/images/position-bottom]]
# [[$:/images/position-left]]
# [[$:/images/position-right]]
# [[$:/images/position-top]]
# [[$:/images/preview-24]]
# [[$:/images/project-24]]
# [[$:/images/publish-fail-24]]
# [[$:/images/publish-l-24]]
# [[$:/images/publish-run-24]]
# [[$:/images/publish-stop-24]]
# [[$:/images/publish-success-24]]
# [[$:/images/publish-wait-24]]
# [[$:/images/query]]
# [[$:/images/radar-chart]]
# [[$:/images/radius]]
# [[$:/images/real-size-24]]
# [[$:/images/rename]]
# [[$:/images/report-24]]
# [[$:/images/rerun]]
# [[$:/images/rerun-24]]
# [[$:/images/right-justified]]
# [[$:/images/rmb]]
# [[$:/images/run]]
# [[$:/images/run-from]]
# [[$:/images/run-node]]
# [[$:/images/run-o-24]]
# [[$:/images/run-stop]]
# [[$:/images/s]]
# [[$:/images/save-24]]
# [[$:/images/save-as]]
# [[$:/images/save-as-24]]
# [[$:/images/schema]]
# [[$:/images/search-24]]
# [[$:/images/selected]]
# [[$:/images/separate-cell]]
# [[$:/images/separators]]
# [[$:/images/sequence-h]]
# [[$:/images/sequence-h-a-z]]
# [[$:/images/sequence-h-z-a]]
# [[$:/images/sequence-v]]
# [[$:/images/sequence-v-a-z]]
# [[$:/images/sequence-v-z-a]]
# [[$:/images/setting-24]]
# [[$:/images/shape]]
# [[$:/images/share-from]]
# [[$:/images/sheet-1]]
# [[$:/images/sheet-4]]
# [[$:/images/slash]]
# [[$:/images/slider]]
# [[$:/images/slider-play]]
# [[$:/images/sort-a-z]]
# [[$:/images/sql]]
# [[$:/images/star-l]]
# [[$:/images/star-remove-l]]
# [[$:/images/stop-o]]
# [[$:/images/stop-o-24]]
# [[$:/images/string]]
# [[$:/images/stroke]]
# [[$:/images/stroke-bottom]]
# [[$:/images/stroke-left]]
# [[$:/images/stroke-right]]
# [[$:/images/stroke-top]]
# [[$:/images/subscribe-24]]
# [[$:/images/subtotals]]
# [[$:/images/sum]]
# [[$:/images/suspend]]
# [[$:/images/suspend-cycle-o]]
# [[$:/images/sync-o]]
# [[$:/images/thumnail]]
# [[$:/images/time-o]]
# [[$:/images/transform-1]]
# [[$:/images/transform-2]]
# [[$:/images/triangle-24]]
# [[$:/images/ungroup-24]]
# [[$:/images/unindent]]
# [[$:/images/unstack]]
# [[$:/images/unstroke]]
# [[$:/images/upload-l]]
# [[$:/images/upload-l-24]]
# [[$:/images/user-o]]
# [[$:/images/user-o-24]]
# [[$:/images/visible]]
# [[$:/images/visible-l]]
# [[$:/images/warning-o]]
# [[$:/images/y-axis]]
# [[$:/images/yy-axis]]
# [[$:/images/zoom-in-24]]
# [[$:/images/zoom-out-24]]
# [[$:/images/zoom-part]]
# [[$:/images/acrobat]]
# [[$:/images/aol]]
# [[$:/images/buffer]]
# [[$:/images/cal]]
# [[$:/images/cloudapp]]
# [[$:/images/dwolla]]
# [[$:/images/eventasaurus]]
# [[$:/images/eventful]]
# [[$:/images/fivehundredpx]]
# [[$:/images/gmail]]
# [[$:/images/gowalla]]
# [[$:/images/grooveshark]]
# [[$:/images/guest]]
# [[$:/images/instapaper]]
# [[$:/images/intensedebate]]
# [[$:/images/itunes]]
# [[$:/images/joinme]]
# [[$:/images/lego]]
# [[$:/images/lkdto]]
# [[$:/images/logmein]]
# [[$:/images/macstore]]
# [[$:/images/ninetyninedesigns]]
# [[$:/images/opentable]]
# [[$:/images/persona]]
# [[$:/images/pinboard]]
# [[$:/images/plancast]]
# [[$:/images/plurk]]
# [[$:/images/posterous]]
# [[$:/images/statusnet]]
# [[$:/images/ycombinator]]
A large collection of icons for TiddlyWiki
$:/core/ui/AdvancedSearch/System
$:/themes/tiddlywiki/vanilla/themetweaks
$:/core/ui/ControlPanel/Basics
$:/core/ui/ControlPanel/EditorTypes
$:/core/ui/ControlPanel/Info
$:/core/ui/ControlPanel/Saving/TiddlySpot
$:/core/ui/MoreSideBar/Explorer
$:/_morosanuae/util/batch-export
$:/core/ui/ControlPanel/Toolbars/PageControls
{
"tiddlers": {
"$:/info/browser": {
"title": "$:/info/browser",
"text": "yes"
},
"$:/info/node": {
"title": "$:/info/node",
"text": "no"
},
"$:/info/url/full": {
"title": "$:/info/url/full",
"text": "file:///E:/Adrian/Downloads/_TIDDLYWIKI/tw-icons/index.html"
},
"$:/info/url/host": {
"title": "$:/info/url/host",
"text": ""
},
"$:/info/url/hostname": {
"title": "$:/info/url/hostname",
"text": ""
},
"$:/info/url/protocol": {
"title": "$:/info/url/protocol",
"text": "file:"
},
"$:/info/url/port": {
"title": "$:/info/url/port",
"text": ""
},
"$:/info/url/pathname": {
"title": "$:/info/url/pathname",
"text": "/E:/Adrian/Downloads/_TIDDLYWIKI/tw-icons/index.html"
},
"$:/info/url/search": {
"title": "$:/info/url/search",
"text": ""
},
"$:/info/url/origin": {
"title": "$:/info/url/origin",
"text": "null"
},
"$:/info/browser/screen/width": {
"title": "$:/info/browser/screen/width",
"text": "2048"
},
"$:/info/browser/screen/height": {
"title": "$:/info/browser/screen/height",
"text": "1152"
}
}
}
$:/themes/tiddlywiki/snowwhite
{
"tiddlers": {
"$:/themes/tiddlywiki/snowwhite/base": {
"title": "$:/themes/tiddlywiki/snowwhite/base",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;\n}\n\n.tc-tiddler-info {\n\t<<box-shadow \"inset 1px 2px 3px rgba(0,0,0,0.1)\">>\n}\n\n@media screen {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n\t}\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow none>>\n\t}\n}\n\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\n\t<<transition \"fill 150ms ease-in-out\">>\n}\n\n.tc-tiddler-controls button.tc-selected,\n.tc-page-controls button.tc-selected {\n\t<<filter \"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\">>\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-edit-tags {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {\n\t<<box-shadow \"none\">>\n\tborder: none;\n\toutline: none;\n}\n\ntextarea.tc-edit-texteditor {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\ncanvas.tc-edit-bitmapeditor {\n\t<<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-drop-down {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-block-dropdown {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-modal {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n}\n\n.tc-modal-footer {\n\tborder-radius: 0 0 6px 6px;\n\t<<box-shadow \"inset 0 1px 0 #fff\">>;\n}\n\n\n.tc-alert {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.6)\">>\n}\n\n.tc-notification {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n\ttext-shadow: 0 1px 0 rgba(255,255,255, 0.8);\n}\n\n.tc-sidebar-lists .tc-tab-set .tc-tab-divider {\n\tborder-top: none;\n\theight: 1px;\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%\">>\n}\n\n.tc-message-box img {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n\n.tc-plugin-info {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n"
}
}
}
{
"tiddlers": {
"$:/themes/tiddlywiki/vanilla/themetweaks": {
"title": "$:/themes/tiddlywiki/vanilla/themetweaks",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ThemeTweaks/ThemeTweaks}}",
"text": "\\define lingo-base() $:/language/ThemeTweaks/\n\n\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n\\define backgroundimage-dropdown()\n<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"\n\t$value=<<imageTitle>>\n/>\n\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n\\end\n\n\\define backgroundimageattachment-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\" default=\"scroll\">\n<option value=\"scroll\"><<lingo Settings/BackgroundImageAttachment/Scroll>></option>\n<option value=\"fixed\"><<lingo Settings/BackgroundImageAttachment/Fixed>></option>\n</$select>\n\\end\n\n\\define backgroundimagesize-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\" default=\"scroll\">\n<option value=\"auto\"><<lingo Settings/BackgroundImageSize/Auto>></option>\n<option value=\"cover\"><<lingo Settings/BackgroundImageSize/Cover>></option>\n<option value=\"contain\"><<lingo Settings/BackgroundImageSize/Contain>></option>\n</$select>\n\\end\n\n<<lingo ThemeTweaks/Hint>>\n\n! <<lingo Options>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><option value=\"fixed-fluid\"><<lingo Options/SidebarLayout/Fixed-Fluid>></option><option value=\"fluid-fixed\"><<lingo Options/SidebarLayout/Fluid-Fixed>></option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><<lingo Options/StickyTitles>></$link><br>//<<lingo Options/StickyTitles/Hint>>// |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><option value=\"no\">{{$:/language/No}}</option><option value=\"yes\">{{$:/language/Yes}}</option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><<lingo Options/CodeWrapping>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><option value=\"pre\">{{$:/language/No}}</option><option value=\"pre-wrap\">{{$:/language/Yes}}</option></$select> |\n\n! <<lingo Settings>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"><<lingo Settings/FontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\"><<lingo Settings/CodeFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\"><<lingo Settings/EditorFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"><<lingo Settings/BackgroundImage>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" default=\"\" tag=\"input\"/> |<<backgroundimage-dropdown>> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\"><<lingo Settings/BackgroundImageAttachment>></$link> |<<backgroundimageattachment-dropdown>> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\"><<lingo Settings/BackgroundImageSize>></$link> |<<backgroundimagesize-dropdown>> | |\n\n! <<lingo Metrics>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\"><<lingo Metrics/FontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\"><<lingo Metrics/LineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\"><<lingo Metrics/BodyFontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\"><<lingo Metrics/BodyLineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\"><<lingo Metrics/StoryLeft>></$link><br>//<<lingo Metrics/StoryLeft/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\"><<lingo Metrics/StoryTop>></$link><br>//<<lingo Metrics/StoryTop/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\"><<lingo Metrics/StoryRight>></$link><br>//<<lingo Metrics/StoryRight/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\"><<lingo Metrics/StoryWidth>></$link><br>//<<lingo Metrics/StoryWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"><<lingo Metrics/TiddlerWidth>></$link><br>//<<lingo Metrics/TiddlerWidth/Hint>>//<br> |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\"><<lingo Metrics/SidebarBreakpoint>></$link><br>//<<lingo Metrics/SidebarBreakpoint/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\"><<lingo Metrics/SidebarWidth>></$link><br>//<<lingo Metrics/SidebarWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\" default=\"\" tag=\"input\"/> |\n"
},
"$:/themes/tiddlywiki/vanilla/base": {
"title": "$:/themes/tiddlywiki/vanilla/base",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\define custom-background-datauri()\n<$set name=\"background\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\n<$list filter=\"[<background>is[image]]\">\n`background: url(`\n<$list filter=\"[<background>!has[_canonical_uri]]\">\n`\"`<$macrocall $name=\"datauri\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`\"`\n</$list>\n<$list filter=\"[<background>has[_canonical_uri]]\">\n`\"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\"_canonical_uri\"/>`\"`\n</$list>\n`) center center;`\n`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;\n-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-o-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\nbackground-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;`\n</$list>\n</$set>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n</$reveal>\n</$reveal>\n\\end\n\n\\define if-editor-height-fixed(then,else)\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n$then$\n</$reveal>\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n$else$\n</$reveal>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/*\n** Start with the normalize CSS reset, and then belay some of its effects\n*/\n\n{{$:/themes/tiddlywiki/vanilla/reset}}\n\n*, input[type=\"search\"] {\n\tbox-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-webkit-box-sizing: border-box;\n}\n\nhtml button {\n\tline-height: 1.2;\n\tcolor: <<colour button-foreground>>;\n\tbackground: <<colour button-background>>;\n\tborder-color: <<colour button-border>>;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\n\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml:-webkit-full-screen {\n\tbackground-color: <<colour page-background>>;\n}\n\nbody.tc-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};\n\tword-wrap: break-word;\n\t<<custom-background-datauri>>\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour page-background>>;\n\tfill: <<colour foreground>>;\n}\n\n<<if-background-attachment \"\"\"\n\nbody.tc-body {\n background-color: transparent;\n}\n\n\"\"\">>\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tpadding: 14px;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\tword-break: normal;\n\tword-wrap: break-word;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tbackground-color: <<colour pre-background>>;\n\tborder: 1px solid <<colour pre-border>>;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\ncode {\n\tcolor: <<colour code-foreground>>;\n\tbackground-color: <<colour code-background>>;\n\tborder: 1px solid <<colour code-border>>;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\nblockquote {\n\tborder-left: 5px solid <<colour blockquote-bar>>;\n\tmargin-left: 25px;\n\tpadding-left: 10px;\n\tquotes: \"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\";\n}\n\nblockquote.tc-big-quote {\n\tfont-family: Georgia, serif;\n\tposition: relative;\n\tbackground: <<colour pre-background>>;\n\tborder-left: none;\n\tmargin-left: 50px;\n\tmargin-right: 50px;\n\tpadding: 10px;\n border-radius: 8px;\n}\n\nblockquote.tc-big-quote cite:before {\n\tcontent: \"\\2014 \\2009\";\n}\n\nblockquote.tc-big-quote:before {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: open-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n left: -50px;\n top: 42px;\n}\n\nblockquote.tc-big-quote:after {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: close-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n right: -80px;\n bottom: -20px;\n}\n\ndl dt {\n\tfont-weight: bold;\n\tmargin-top: 6px;\n}\n\ntextarea,\ninput[type=text],\ninput[type=search],\ninput[type=\"\"],\ninput:not([type]) {\n\tcolor: <<colour foreground>>;\n\tbackground: <<colour background>>;\n}\n\ninput[type=\"checkbox\"] {\n vertical-align: middle;\n}\n\n.tc-muted {\n\tcolor: <<colour muted-foreground>>;\n}\n\nsvg.tc-image-button {\n\tpadding: 0px 1px 1px 0px;\n}\n\n.tc-icon-wrapper > svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\nkbd {\n\tdisplay: inline-block;\n\tpadding: 3px 5px;\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tcolor: <<colour foreground>>;\n\tvertical-align: middle;\n\tbackground-color: <<colour background>>;\n\tborder: solid 1px <<colour muted-foreground>>;\n\tborder-bottom-color: <<colour muted-foreground>>;\n\tborder-radius: 3px;\n\tbox-shadow: inset 0 -1px 0 <<colour muted-foreground>>;\n}\n\n/*\nMarkdown likes putting code elements inside pre elements\n*/\npre > code {\n\tpadding: 0;\n\tborder: none;\n\tbackground-color: inherit;\n\tcolor: inherit;\n}\n\ntable {\n\tborder: 1px solid <<colour table-border>>;\n\twidth: auto;\n\tmax-width: 100%;\n\tcaption-side: bottom;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n}\n\ntable th, table td {\n\tpadding: 0 7px 0 7px;\n\tborder-top: 1px solid <<colour table-border>>;\n\tborder-left: 1px solid <<colour table-border>>;\n}\n\ntable thead tr td, table th {\n\tbackground-color: <<colour table-header-background>>;\n\tfont-weight: bold;\n}\n\ntable tfoot tr td {\n\tbackground-color: <<colour table-footer-background>>;\n}\n\n.tc-csv-table {\n\twhite-space: nowrap;\n}\n\n.tc-tiddler-frame img,\n.tc-tiddler-frame svg,\n.tc-tiddler-frame canvas,\n.tc-tiddler-frame embed,\n.tc-tiddler-frame iframe {\n\tmax-width: 100%;\n}\n\n.tc-tiddler-body > embed,\n.tc-tiddler-body > iframe {\n\twidth: 100%;\n\theight: 600px;\n}\n\n/*\n** Links\n*/\n\nbutton.tc-tiddlylink,\na.tc-tiddlylink {\n\ttext-decoration: none;\n\tfont-weight: 500;\n\tcolor: <<colour tiddler-link-foreground>>;\n\t-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */\n}\n\n.tc-sidebar-lists a.tc-tiddlylink {\n\tcolor: <<colour sidebar-tiddler-link-foreground>>;\n}\n\n.tc-sidebar-lists a.tc-tiddlylink:hover {\n\tcolor: <<colour sidebar-tiddler-link-foreground-hover>>;\n}\n\nbutton.tc-tiddlylink:hover,\na.tc-tiddlylink:hover {\n\ttext-decoration: underline;\n}\n\na.tc-tiddlylink-resolves {\n}\n\na.tc-tiddlylink-shadow {\n\tfont-weight: bold;\n}\n\na.tc-tiddlylink-shadow.tc-tiddlylink-resolves {\n\tfont-weight: normal;\n}\n\na.tc-tiddlylink-missing {\n\tfont-style: italic;\n}\n\na.tc-tiddlylink-external {\n\ttext-decoration: underline;\n\tcolor: <<colour external-link-foreground>>;\n\tbackground-color: <<colour external-link-background>>;\n}\n\na.tc-tiddlylink-external:visited {\n\tcolor: <<colour external-link-foreground-visited>>;\n\tbackground-color: <<colour external-link-background-visited>>;\n}\n\na.tc-tiddlylink-external:hover {\n\tcolor: <<colour external-link-foreground-hover>>;\n\tbackground-color: <<colour external-link-background-hover>>;\n}\n\n/*\n** Drag and drop styles\n*/\n\n.tc-tiddler-dragger {\n\tposition: relative;\n\tz-index: -10000;\n}\n\n.tc-tiddler-dragger-inner {\n\tposition: absolute;\n\ttop: -1000px;\n\tleft: -1000px;\n\tdisplay: inline-block;\n\tpadding: 8px 20px;\n\tfont-size: 16.9px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tcolor: <<colour dragger-foreground>>;\n\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour dragger-background>>;\n\tborder-radius: 20px;\n}\n\n.tc-tiddler-dragger-cover {\n\tposition: absolute;\n\tbackground-color: <<colour page-background>>;\n}\n\n.tc-dropzone {\n\tposition: relative;\n}\n\n.tc-dropzone.tc-dragover:before {\n\tz-index: 10000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour dropzone-background>>;\n\ttext-align: center;\n\tcontent: \"<<lingo DropMessage>>\";\n}\n\n.tc-droppable > .tc-droppable-placeholder {\n\tdisplay: none;\n}\n\n.tc-droppable.tc-dragover > .tc-droppable-placeholder {\n\tdisplay: block;\n\tborder: 2px dashed <<colour dropzone-background>>;\n}\n\n.tc-draggable {\n\tcursor: move;\n}\n\n/*\n** Plugin reload warning\n*/\n\n.tc-plugin-reload-warning {\n\tz-index: 1000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour alert-background>>;\n\ttext-align: center;\n}\n\n/*\n** Buttons\n*/\n\nbutton svg, button img, label svg, label img {\n\tvertical-align: middle;\n}\n\n.tc-btn-invisible {\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n cursor: pointer;\n}\n\n.tc-btn-boxed {\n\tfont-size: 0.6em;\n\tpadding: 0.2em;\n\tmargin: 1px;\n\tbackground: none;\n\tborder: 1px solid <<colour tiddler-controls-foreground>>;\n\tborder-radius: 0.25em;\n}\n\nhtml body.tc-body .tc-btn-boxed svg {\n\tfont-size: 1.6666em;\n}\n\n.tc-btn-boxed:hover {\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n}\n\nhtml body.tc-body .tc-btn-boxed:hover svg {\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded {\n\tfont-size: 0.5em;\n\tline-height: 2;\n\tpadding: 0em 0.3em 0.2em 0.4em;\n\tmargin: 1px;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n\tborder-radius: 2em;\n}\n\nhtml body.tc-body .tc-btn-rounded svg {\n\tfont-size: 1.6666em;\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded:hover {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tcolor: <<colour muted-foreground>>;\n}\n\nhtml body.tc-body .tc-btn-rounded:hover svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-icon svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-text {\n\tpadding: 0;\n\tmargin: 0;\n}\n\n/* used for documentation \"fake\" buttons */\n.tc-btn-standard {\n\tline-height: 1.8;\n\tcolor: #667;\n\tbackground-color: #e0e0e0;\n\tborder: 1px solid #888;\n\tpadding: 2px 1px 2px 1px;\n\tmargin: 1px 4px 1px 4px;\n}\n\n.tc-btn-big-green {\n\tdisplay: inline-block;\n\tpadding: 8px;\n\tmargin: 4px 8px 4px 8px;\n\tbackground: <<colour download-background>>;\n\tcolor: <<colour download-foreground>>;\n\tfill: <<colour download-foreground>>;\n\tborder: none;\n\tfont-size: 1.2em;\n\tline-height: 1.4em;\n\ttext-decoration: none;\n}\n\n.tc-btn-big-green svg,\n.tc-btn-big-green img {\n\theight: 2em;\n\twidth: 2em;\n\tvertical-align: middle;\n\tfill: <<colour download-foreground>>;\n}\n\n.tc-sidebar-lists input {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-sidebar-lists button {\n\tcolor: <<colour sidebar-button-foreground>>;\n\tfill: <<colour sidebar-button-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini {\n\tcolor: <<colour sidebar-muted-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini:hover {\n\tcolor: <<colour sidebar-muted-foreground-hover>>;\n}\n\nbutton svg.tc-image-button, button .tc-image-button img {\n\theight: 1em;\n\twidth: 1em;\n}\n\n.tc-unfold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 100%;\n\twidth: calc(100% + 2px);\n\tmargin-left: -43px;\n\ttext-align: center;\n\tborder-top: 2px solid <<colour tiddler-info-background>>;\n\tmargin-top: 4px;\n}\n\n.tc-unfold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n\tborder-top: 2px solid <<colour tiddler-info-border>>;\n}\n\n.tc-unfold-banner svg, .tc-fold-banner svg {\n\theight: 0.75em;\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-unfold-banner:hover svg, .tc-fold-banner:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n.tc-fold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 23px;\n\ttext-align: center;\n\tmargin-left: -35px;\n\ttop: 6px;\n\tbottom: 6px;\n}\n\n.tc-fold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-unfold-banner {\n\t\tposition: static;\n\t\twidth: calc(100% + 59px);\n\t}\n\n\t.tc-fold-banner {\n\t\twidth: 16px;\n\t\tmargin-left: -16px;\n\t\tfont-size: 0.75em;\n\t}\n\n}\n\n/*\n** Tags and missing tiddlers\n*/\n\n.tc-tag-list-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 7px;\n}\n\n.tc-tags-wrapper {\n\tmargin: 4px 0 14px 0;\n}\n\n.tc-missing-tiddler-label {\n\tfont-style: italic;\n\tfont-weight: normal;\n\tdisplay: inline-block;\n\tfont-size: 11.844px;\n\tline-height: 14px;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n}\n\nbutton.tc-tag-label, span.tc-tag-label {\n\tdisplay: inline-block;\n\tpadding: 0.16em 0.7em;\n\tfont-size: 0.9em;\n\tfont-weight: 400;\n\tline-height: 1.2em;\n\tcolor: <<colour tag-foreground>>;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour tag-background>>;\n\tborder-radius: 1em;\n}\n\n.tc-untagged-separator {\n\twidth: 10em;\n\tleft: 0;\n\tmargin-left: 0;\n\tborder: 0;\n\theight: 1px;\n\tbackground: <<colour tab-divider>>;\n}\n\nbutton.tc-untagged-label {\n\tbackground-color: <<colour untagged-background>>;\n}\n\n.tc-tag-label svg, .tc-tag-label img {\n\theight: 1em;\n\twidth: 1em;\n\tvertical-align: text-bottom;\n}\n\n.tc-tag-manager-table .tc-tag-label {\n\twhite-space: normal;\n}\n\n.tc-tag-manager-tag {\n\twidth: 100%;\n}\n\nbutton.tc-btn-invisible.tc-remove-tag-button {\n\toutline: none;\n}\n\n/*\n** Page layout\n*/\n\n.tc-topbar {\n\tposition: fixed;\n\tz-index: 1200;\n}\n\n.tc-topbar-left {\n\tleft: 29px;\n\ttop: 5px;\n}\n\n.tc-topbar-right {\n\ttop: 5px;\n\tright: 29px;\n}\n\n.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-sidebar-header {\n\tcolor: <<colour sidebar-foreground>>;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\n\tfont-weight: 300;\n}\n\n.tc-sidebar-header .tc-sidebar-lists p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-sidebar-header .tc-missing-tiddler-label {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-advanced-search input {\n\twidth: 60%;\n}\n\n.tc-search a svg {\n\twidth: 1.2em;\n\theight: 1.2em;\n\tvertical-align: middle;\n}\n\n.tc-page-controls {\n\tmargin-top: 14px;\n\tfont-size: 1.5em;\n}\n\n.tc-page-controls .tc-drop-down {\n font-size: 1rem;\n}\n\n.tc-page-controls button {\n\tmargin-right: 0.5em;\n}\n\n.tc-page-controls a.tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-page-controls img {\n\twidth: 1em;\n}\n\n.tc-page-controls svg {\n\tfill: <<colour sidebar-controls-foreground>>;\n}\n\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {\n\tfill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.tc-menu-list-item {\n\twhite-space: nowrap;\n}\n\n.tc-menu-list-count {\n\tfont-weight: bold;\n}\n\n.tc-menu-list-subitem {\n\tpadding-left: 7px;\n}\n\n.tc-story-river {\n\tposition: relative;\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-sidebar-header {\n\t\tpadding: 14px;\n\t\tmin-height: 32px;\n\t\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-message-box {\n\t\tmargin: 21px -21px 21px -21px;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tposition: fixed;\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t\tbottom: 0;\n\t\tright: 0;\n\t\toverflow-y: auto;\n\t\toverflow-x: auto;\n\t\t-webkit-overflow-scrolling: touch;\n\t\tmargin: 0 0 0 -42px;\n\t\tpadding: 71px 0 28px 42px;\n\t}\n\n\thtml[dir=\"rtl\"] .tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tright: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};\n\t\tpadding: 42px 42px 42px 42px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-story-river {\n\t\twidth: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});\n\t}\n\n\">>\n\n}\n\n@media print {\n\n\tbody.tc-body {\n\t\tbackground-color: transparent;\n\t}\n\n\t.tc-sidebar-header, .tc-topbar {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t}\n\n\t.tc-story-river .tc-tiddler-frame {\n\t\tmargin: 0;\n\t\tborder: none;\n\t\tpadding: 0;\n\t}\n}\n\n/*\n** Tiddler styles\n*/\n\n.tc-tiddler-frame {\n\tposition: relative;\n\tmargin-bottom: 28px;\n\tbackground-color: <<colour tiddler-background>>;\n\tborder: 1px solid <<colour tiddler-border>>;\n}\n\n{{$:/themes/tiddlywiki/vanilla/sticky}}\n\n.tc-tiddler-info {\n\tpadding: 14px 42px 14px 42px;\n\tbackground-color: <<colour tiddler-info-background>>;\n\tborder-top: 1px solid <<colour tiddler-info-border>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-border>>;\n}\n\n.tc-tiddler-info p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour tiddler-info-tab-background>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-tab-background>>;\n}\n\n.tc-view-field-table {\n\twidth: 100%;\n}\n\n.tc-view-field-name {\n\twidth: 1%; /* Makes this column be as narrow as possible */\n\ttext-align: right;\n\tfont-style: italic;\n\tfont-weight: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 28px 42px 42px 42px;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};\n\t\tborder-radius: 2px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\">>\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -42px 0 -42px;\n\t}\n}\n\n.tc-site-title,\n.tc-titlebar {\n\tfont-weight: 300;\n\tfont-size: 2.35em;\n\tline-height: 1.2em;\n\tcolor: <<colour tiddler-title-foreground>>;\n\tmargin: 0;\n}\n\n.tc-site-title {\n\tcolor: <<colour site-title-foreground>>;\n}\n\n.tc-tiddler-title-icon {\n\tvertical-align: middle;\n}\n\n.tc-system-title-prefix {\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-titlebar h2 {\n\tfont-size: 1em;\n\tdisplay: inline;\n}\n\n.tc-titlebar img {\n\theight: 1em;\n}\n\n.tc-subtitle {\n\tfont-size: 0.9em;\n\tcolor: <<colour tiddler-subtitle-foreground>>;\n\tfont-weight: 300;\n}\n\n.tc-tiddler-missing .tc-title {\n font-style: italic;\n font-weight: normal;\n}\n\n.tc-tiddler-frame .tc-tiddler-controls {\n\tfloat: right;\n}\n\n.tc-tiddler-controls .tc-drop-down {\n\tfont-size: 0.6em;\n}\n\n.tc-tiddler-controls .tc-drop-down .tc-drop-down {\n\tfont-size: 1em;\n}\n\n.tc-tiddler-controls > span > button,\n.tc-tiddler-controls > span > span > button,\n.tc-tiddler-controls > span > span > span > button {\n\tvertical-align: baseline;\n\tmargin-left:5px;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img,\n.tc-search button svg, .tc-search a svg {\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img {\n\theight: 0.75em;\n}\n\n.tc-search button svg, .tc-search a svg {\n height: 1.2em;\n width: 1.2em;\n margin: 0 0.25em;\n}\n\n.tc-tiddler-controls button.tc-selected svg,\n.tc-page-controls button.tc-selected svg {\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n}\n\n.tc-tiddler-controls button.tc-btn-invisible:hover svg,\n.tc-search button:hover svg, .tc-search a:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n@media print {\n\t.tc-tiddler-controls {\n\t\tdisplay: none;\n\t}\n}\n\n.tc-tiddler-help { /* Help prompts within tiddler template */\n\tcolor: <<colour muted-foreground>>;\n\tmargin-top: 14px;\n}\n\n.tc-tiddler-help a.tc-tiddlylink {\n\tcolor: <<colour very-muted-foreground>>;\n}\n\n.tc-tiddler-frame .tc-edit-texteditor {\n\twidth: 100%;\n\tmargin: 4px 0 4px 0;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor,\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tpadding: 3px 3px 3px 3px;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tbackground-color: <<colour tiddler-editor-background>>;\n\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\n.tc-tiddler-frame .tc-binary-warning {\n\twidth: 100%;\n\theight: 5em;\n\ttext-align: center;\n\tpadding: 3em 3em 6em 3em;\n\tbackground: <<colour alert-background>>;\n\tborder: 1px solid <<colour alert-border>>;\n}\n\ncanvas.tc-edit-bitmapeditor {\n\tborder: 6px solid <<colour tiddler-editor-border-image>>;\n\tcursor: crosshair;\n\t-moz-user-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n\tmargin-top: 6px;\n\tmargin-bottom: 6px;\n}\n\n.tc-edit-bitmapeditor-width {\n\tdisplay: block;\n}\n\n.tc-edit-bitmapeditor-height {\n\tdisplay: block;\n}\n\n.tc-tiddler-body {\n\tclear: both;\n}\n\n.tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};\n}\n\n.tc-titlebar, .tc-tiddler-edit-title {\n\toverflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */\n}\n\nhtml body.tc-body.tc-single-tiddler-window {\n\tmargin: 1em;\n\tbackground: <<colour tiddler-background>>;\n}\n\n.tc-single-tiddler-window img,\n.tc-single-tiddler-window svg,\n.tc-single-tiddler-window canvas,\n.tc-single-tiddler-window embed,\n.tc-single-tiddler-window iframe {\n\tmax-width: 100%;\n}\n\n/*\n** Editor\n*/\n\n.tc-editor-toolbar {\n\tmargin-top: 8px;\n}\n\n.tc-editor-toolbar button {\n\tvertical-align: middle;\n\tbackground-color: <<colour tiddler-controls-foreground>>;\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n\tborder-radius: 4px;\n\tpadding: 3px;\n\tmargin: 2px 0 2px 4px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-adjunct {\n\tmargin-left: 1px;\n\twidth: 1em;\n\tborder-radius: 8px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-start-group {\n\tmargin-left: 11px;\n}\n\n.tc-editor-toolbar button.tc-selected {\n\tbackground-color: <<colour primary>>;\n}\n\n.tc-editor-toolbar button svg {\n\twidth: 1.6em;\n\theight: 1.2em;\n}\n\n.tc-editor-toolbar button:hover {\n\tbackground-color: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour background>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more {\n\twhite-space: normal;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more button {\n\tdisplay: inline-block;\n\tpadding: 3px;\n\twidth: auto;\n}\n\n.tc-editor-toolbar .tc-search-results {\n\tpadding: 0;\n}\n\n/*\n** Adjustments for fluid-fixed mode\n*/\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n<<if-fluid-fixed text:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 0;\n\t\tposition: relative;\n\t\twidth: auto;\n\t\tleft: 0;\n\t\tmargin-left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tbottom: 0;\n\t\tright: 0;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 42px);\n\t}\n\n\"\"\" hiddenSidebarText:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 3em;\n\t\tmargin-right: 0;\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 84px);\n\t}\n\n\"\"\">>\n\n}\n\n/*\n** Toolbar buttons\n*/\n\n.tc-page-controls svg.tc-image-new-button {\n fill: <<colour toolbar-new-button>>;\n}\n\n.tc-page-controls svg.tc-image-options-button {\n fill: <<colour toolbar-options-button>>;\n}\n\n.tc-page-controls svg.tc-image-save-button {\n fill: <<colour toolbar-save-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-info-button {\n fill: <<colour toolbar-info-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-edit-button {\n fill: <<colour toolbar-edit-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-close-button {\n fill: <<colour toolbar-close-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-delete-button {\n fill: <<colour toolbar-delete-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-cancel-button {\n fill: <<colour toolbar-cancel-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-done-button {\n fill: <<colour toolbar-done-button>>;\n}\n\n/*\n** Tiddler edit mode\n*/\n\n.tc-tiddler-edit-frame em.tc-edit {\n\tcolor: <<colour muted-foreground>>;\n\tfont-style: normal;\n}\n\n.tc-edit-type-dropdown a.tc-tiddlylink-missing {\n\tfont-style: normal;\n}\n\n.tc-edit-tags {\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tpadding: 4px 8px 4px 8px;\n}\n\n.tc-edit-add-tag {\n\tdisplay: inline-block;\n}\n\n.tc-edit-add-tag .tc-add-tag-name input {\n\twidth: 50%;\n}\n\n.tc-edit-add-tag .tc-keyboard {\n\tdisplay:inline;\n}\n\n.tc-edit-tags .tc-tag-label {\n\tdisplay: inline-block;\n}\n\n.tc-edit-tags-list {\n\tmargin: 14px 0 14px 0;\n}\n\n.tc-remove-tag-button {\n\tpadding-left: 4px;\n}\n\n.tc-tiddler-preview {\n\toverflow: auto;\n}\n\n.tc-tiddler-preview-preview {\n\tfloat: right;\n\twidth: 49%;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tmargin: 4px 0 3px 3px;\n\tpadding: 3px 3px 3px 3px;\n}\n\n<<if-editor-height-fixed then:\"\"\"\n\n.tc-tiddler-preview-preview {\n\toverflow-y: scroll;\n\theight: {{$:/config/TextEditor/EditorHeight/Height}};\n}\n\n\"\"\">>\n\n.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor {\n\twidth: 49%;\n}\n\n.tc-tiddler-frame .tc-tiddler-preview canvas.tc-edit-bitmapeditor {\n\tmax-width: 49%;\n}\n\n.tc-edit-fields {\n\twidth: 100%;\n}\n\n\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\n\tborder: none;\n\tpadding: 4px;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\n\tbackground-color: <<colour tiddler-editor-fields-odd>>;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\n\tbackground-color: <<colour tiddler-editor-fields-even>>;\n}\n\n.tc-edit-field-name {\n\ttext-align: right;\n}\n\n.tc-edit-field-value input {\n\twidth: 100%;\n}\n\n.tc-edit-field-remove {\n}\n\n.tc-edit-field-remove svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n\tvertical-align: middle;\n}\n\n.tc-edit-field-add-name {\n\tdisplay: inline-block;\n\twidth: 15%;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n\twidth: 40%;\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\n}\n\n/*\n** Storyview Classes\n*/\n\n.tc-storyview-zoomin-tiddler {\n\tposition: absolute;\n\tdisplay: block;\n\twidth: 100%;\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-storyview-zoomin-tiddler {\n\t\twidth: calc(100% - 84px);\n\t}\n\n}\n\n/*\n** Dropdowns\n*/\n\n.tc-btn-dropdown {\n\ttext-align: left;\n}\n\n.tc-btn-dropdown svg, .tc-btn-dropdown img {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-drop-down-wrapper {\n\tposition: relative;\n}\n\n.tc-drop-down {\n\tmin-width: 380px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\ttext-shadow: none;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-drop-down {\n\tmargin-left: 14px;\n}\n\n.tc-drop-down button svg, .tc-drop-down a svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down button.tc-btn-invisible:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down p {\n\tpadding: 0 14px 0 14px;\n}\n\n.tc-drop-down svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-drop-down img {\n\twidth: 1em;\n}\n\n.tc-drop-down a, .tc-drop-down button {\n\tdisplay: block;\n\tpadding: 0 14px 0 14px;\n\twidth: 100%;\n\ttext-align: left;\n\tcolor: <<colour foreground>>;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-tab-set .tc-tab-buttons button {\n\tdisplay: inline-block;\n width: auto;\n margin-bottom: 0px;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.tc-drop-down .tc-prompt {\n\tpadding: 0 14px;\n}\n\n.tc-drop-down .tc-chooser {\n\tborder: none;\n}\n\n.tc-drop-down .tc-chooser .tc-swatches-horiz {\n\tfont-size: 0.4em;\n\tpadding-left: 1.2em;\n}\n\n.tc-drop-down .tc-file-input-wrapper {\n\twidth: 100%;\n}\n\n.tc-drop-down .tc-file-input-wrapper button {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-tab-buttons button {\n\tbackground-color: <<colour dropdown-tab-background>>;\n}\n\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour dropdown-tab-background-selected>>;\n\tborder-bottom: 1px solid <<colour dropdown-tab-background-selected>>;\n}\n\n.tc-drop-down-bullet {\n\tdisplay: inline-block;\n\twidth: 0.5em;\n}\n\n.tc-drop-down .tc-tab-contents a {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-block-dropdown-wrapper {\n\tposition: relative;\n}\n\n.tc-block-dropdown {\n\tposition: absolute;\n\tmin-width: 220px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\tz-index: 1000;\n\ttext-shadow: none;\n}\n\n.tc-block-dropdown.tc-search-drop-down {\n\tmargin-left: -12px;\n}\n\n.tc-block-dropdown a {\n\tdisplay: block;\n\tpadding: 4px 14px 4px 14px;\n}\n\n.tc-block-dropdown.tc-search-drop-down a {\n\tdisplay: block;\n\tpadding: 0px 10px 0px 10px;\n}\n\n.tc-drop-down .tc-dropdown-item-plain,\n.tc-block-dropdown .tc-dropdown-item-plain {\n\tpadding: 4px 14px 4px 7px;\n}\n\n.tc-drop-down .tc-dropdown-item,\n.tc-block-dropdown .tc-dropdown-item {\n\tpadding: 4px 14px 4px 7px;\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-block-dropdown a:hover {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-search-results {\n\tpadding: 0 7px 0 7px;\n}\n\n.tc-image-chooser, .tc-colour-chooser {\n\twhite-space: normal;\n}\n\n.tc-image-chooser a,\n.tc-colour-chooser a {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\ttext-align: center;\n\tposition: relative;\n}\n\n.tc-image-chooser a {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 2px;\n\tmargin: 2px;\n\twidth: 4em;\n\theight: 4em;\n}\n\n.tc-colour-chooser a {\n\tpadding: 3px;\n\twidth: 2em;\n\theight: 2em;\n\tvertical-align: middle;\n}\n\n.tc-image-chooser a:hover,\n.tc-colour-chooser a:hover {\n\tbackground: <<colour primary>>;\n\tpadding: 0px;\n\tborder: 3px solid <<colour primary>>;\n}\n\n.tc-image-chooser a svg,\n.tc-image-chooser a img {\n\tdisplay: inline-block;\n\twidth: auto;\n\theight: auto;\n\tmax-width: 3.5em;\n\tmax-height: 3.5em;\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: 0;\n\tright: 0;\n\tmargin: auto;\n}\n\n/*\n** Modals\n*/\n\n.tc-modal-wrapper {\n\tposition: fixed;\n\toverflow: auto;\n\toverflow-y: scroll;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 900;\n}\n\n.tc-modal-backdrop {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 1000;\n\tbackground-color: <<colour modal-backdrop>>;\n}\n\n.tc-modal {\n\tz-index: 1100;\n\tbackground-color: <<colour modal-background>>;\n\tborder: 1px solid <<colour modal-border>>;\n}\n\n@media (max-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 1em;\n\t\tleft: 1em;\n\t\tright: 1em;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n@media (min-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 2em;\n\t\tleft: 25%;\n\t\twidth: 50%;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n.tc-modal-header {\n\tpadding: 9px 15px;\n\tborder-bottom: 1px solid <<colour modal-header-border>>;\n}\n\n.tc-modal-header h3 {\n\tmargin: 0;\n\tline-height: 30px;\n}\n\n.tc-modal-header img, .tc-modal-header svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-modal-body {\n\tpadding: 15px;\n}\n\n.tc-modal-footer {\n\tpadding: 14px 15px 15px;\n\tmargin-bottom: 0;\n\ttext-align: right;\n\tbackground-color: <<colour modal-footer-background>>;\n\tborder-top: 1px solid <<colour modal-footer-border>>;\n}\n\n/*\n** Notifications\n*/\n\n.tc-notification {\n\tposition: fixed;\n\ttop: 14px;\n\tright: 42px;\n\tz-index: 1300;\n\tmax-width: 280px;\n\tpadding: 0 14px 0 14px;\n\tbackground-color: <<colour notification-background>>;\n\tborder: 1px solid <<colour notification-border>>;\n}\n\n/*\n** Tabs\n*/\n\n.tc-tab-set.tc-vertical {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tab-buttons {\n\tfont-size: 0.85em;\n\tpadding-top: 1em;\n\tmargin-bottom: -2px;\n}\n\n.tc-tab-buttons.tc-vertical {\n\tz-index: 100;\n\tdisplay: block;\n\tpadding-top: 14px;\n\tvertical-align: top;\n\ttext-align: right;\n\tmargin-bottom: inherit;\n\tmargin-right: -1px;\n\tmax-width: 33%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n}\n\n.tc-tab-buttons button.tc-tab-selected {\n\tcolor: <<colour tab-foreground-selected>>;\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-left: 1px solid <<colour tab-border-selected>>;\n\tborder-top: 1px solid <<colour tab-border-selected>>;\n\tborder-right: 1px solid <<colour tab-border-selected>>;\n}\n\n.tc-tab-buttons button {\n\tcolor: <<colour tab-foreground>>;\n\tpadding: 3px 5px 3px 5px;\n\tmargin-right: 0.3em;\n\tfont-weight: 300;\n\tborder: none;\n\tbackground: inherit;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-right: 1px solid <<colour tab-border>>;\n\tborder-top-left-radius: 2px;\n\tborder-top-right-radius: 2px;\n\tborder-bottom-left-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button {\n\tdisplay: block;\n\twidth: 100%;\n\tmargin-top: 3px;\n\tmargin-right: 0;\n\ttext-align: right;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tborder-right: none;\n\tborder-top-left-radius: 2px;\n\tborder-bottom-left-radius: 2px;\n\tborder-top-right-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button.tc-tab-selected {\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-right: 1px solid <<colour tab-background-selected>>;\n}\n\n.tc-tab-divider {\n\tborder-top: 1px solid <<colour tab-divider>>;\n}\n\n.tc-tab-divider.tc-vertical {\n\tdisplay: none;\n}\n\n.tc-tab-content {\n\tmargin-top: 14px;\n}\n\n.tc-tab-content.tc-vertical {\n word-break: break-word;\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-top: 0;\n\tpadding-left: 14px;\n\tborder-left: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 70%;\n\tflex: 1 0 70%;\n}\n\n.tc-sidebar-lists .tc-tab-buttons {\n\tmargin-bottom: -1px;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tcolor: <<colour sidebar-tab-foreground-selected>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border-selected>>;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tcolor: <<colour sidebar-tab-foreground>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border>>;\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\tborder-top: 1px solid <<colour sidebar-tab-divider>>;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\tdisplay: block;\n\twidth: 100%;\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tborder-top: none;\n\tborder-left: none;\n\tborder-bottom: none;\n\tborder-right: 1px solid #ccc;\n\tmargin-bottom: inherit;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tborder: none;\n}\n\n/*\n** Manager\n*/\n\n.tc-manager-wrapper {\n\t\n}\n\n.tc-manager-controls {\n\t\n}\n\n.tc-manager-control {\n\tmargin: 0.5em 0;\n}\n\n.tc-manager-list {\n\twidth: 100%;\n\tborder-top: 1px solid <<colour muted-foreground>>;\n\tborder-left: 1px solid <<colour muted-foreground>>;\n\tborder-right: 1px solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item {\n\n}\n\n.tc-manager-list-item-heading {\n display: block;\n width: 100%;\n text-align: left;\t\n\tborder-bottom: 1px solid <<colour muted-foreground>>;\n\tpadding: 3px;\n}\n\n.tc-manager-list-item-heading-selected {\n\tfont-weight: bold;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n\tbackground-color: <<colour foreground>>;\n}\n\n.tc-manager-list-item-heading:hover {\n\tbackground: <<colour primary>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-manager-list-item-content {\n\tdisplay: flex;\n}\n\n.tc-manager-list-item-content-sidebar {\n flex: 1 0;\n background: <<colour tiddler-editor-background>>;\n border-right: 0.5em solid <<colour muted-foreground>>;\n border-bottom: 0.5em solid <<colour muted-foreground>>;\n white-space: nowrap;\n}\n\n.tc-manager-list-item-content-item-heading {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: left;\n background: <<colour muted-foreground>>;\n\ttext-transform: uppercase;\n\tfont-size: 0.6em;\n\tfont-weight: bold;\n padding: 0.5em 0 0.5em 0;\n}\n\n.tc-manager-list-item-content-item-body {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-manager-list-item-content-item-body > pre {\n\tmargin: 0.5em 0 0.5em 0;\n\tborder: none;\n\tbackground: inherit;\n}\n\n.tc-manager-list-item-content-tiddler {\n flex: 3 1;\n border-left: 0.5em solid <<colour muted-foreground>>;\n border-right: 0.5em solid <<colour muted-foreground>>;\n border-bottom: 0.5em solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item-content-item-body > table {\n\tborder: none;\n\tpadding: 0;\n\tmargin: 0;\n}\n\n.tc-manager-list-item-content-item-body > table td {\n\tborder: none;\n}\n\n.tc-manager-icon-editor > button {\n\twidth: 100%;\n}\n\n.tc-manager-icon-editor > button > svg,\n.tc-manager-icon-editor > button > button {\n\twidth: 100%;\n\theight: auto;\n}\n\n/*\n** Alerts\n*/\n\n.tc-alerts {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tmax-width: 500px;\n\tz-index: 20000;\n}\n\n.tc-alert {\n\tposition: relative;\n\tmargin: 28px;\n\tpadding: 14px 14px 14px 14px;\n\tborder: 2px solid <<colour alert-border>>;\n\tbackground-color: <<colour alert-background>>;\n}\n\n.tc-alert-toolbar {\n\tposition: absolute;\n\ttop: 14px;\n\tright: 14px;\n}\n\n.tc-alert-toolbar svg {\n\tfill: <<colour alert-muted-foreground>>;\n}\n\n.tc-alert-subtitle {\n\tcolor: <<colour alert-muted-foreground>>;\n\tfont-weight: bold;\n}\n\n.tc-alert-highlight {\n\tcolor: <<colour alert-highlight>>;\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-static-alert {\n\t\tposition: relative;\n\t}\n\n\t.tc-static-alert-inner {\n\t\tposition: absolute;\n\t\tz-index: 100;\n\t}\n\n}\n\n.tc-static-alert-inner {\n\tpadding: 0 2px 2px 42px;\n\tcolor: <<colour static-alert-foreground>>;\n}\n\n/*\n** Floating drafts list\n*/\n\n.tc-drafts-list {\n\tz-index: 2000;\n\tposition: fixed;\n\tfont-size: 0.8em;\n\tleft: 0;\n\tbottom: 0;\n}\n\n.tc-drafts-list a {\n\tmargin: 0 0.5em;\n\tpadding: 4px 4px;\n\tborder-top-left-radius: 4px;\n\tborder-top-right-radius: 4px;\n\tborder: 1px solid <<colour background>>;\n\tborder-bottom-none;\n\tbackground: <<colour dirty-indicator>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a:hover {\n\ttext-decoration: none;\n\tbackground: <<colour foreground>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a svg {\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: text-bottom;\n}\n\n/*\n** Control panel\n*/\n\n.tc-control-panel td {\n\tpadding: 4px;\n}\n\n.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {\n\twidth: 100%;\n}\n\n.tc-plugin-info {\n\tdisplay: block;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground-colour: <<colour background>>;\n\tmargin: 0.5em 0 0.5em 0;\n\tpadding: 4px;\n}\n\n.tc-plugin-info-disabled {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n\tbackground: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n}\n\n.tc-plugin-info-disabled:hover {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n\tbackground: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n}\n\na.tc-tiddlylink.tc-plugin-info:hover {\n\ttext-decoration: none;\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour foreground>>;\n}\n\na.tc-tiddlylink.tc-plugin-info:hover .tc-plugin-info > .tc-plugin-info-chunk > svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-plugin-info-chunk {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-plugin-info-chunk h1 {\n\tfont-size: 1em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk h2 {\n\tfont-size: 0.8em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk div {\n\tfont-size: 0.7em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info:hover > .tc-plugin-info-chunk > img, .tc-plugin-info:hover > .tc-plugin-info-chunk > svg {\n\twidth: 2em;\n\theight: 2em;\n\tfill: <<colour foreground>>;\n}\n\n.tc-plugin-info > .tc-plugin-info-chunk > img, .tc-plugin-info > .tc-plugin-info-chunk > svg {\n\twidth: 2em;\n\theight: 2em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-plugin-info.tc-small-icon > .tc-plugin-info-chunk > img, .tc-plugin-info.tc-small-icon > .tc-plugin-info-chunk > svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-plugin-info-dropdown {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tmargin-top: -8px;\n}\n\n.tc-plugin-info-dropdown-message {\n\tbackground: <<colour message-background>>;\n\tpadding: 0.5em 1em 0.5em 1em;\n\tfont-weight: bold;\n\tfont-size: 0.8em;\n}\n\n.tc-plugin-info-dropdown-body {\n\tpadding: 1em 1em 1em 1em;\n}\n\n.tc-check-list {\n\tline-height: 2em;\n}\n\n.tc-check-list .tc-image-button {\n\theight: 1.5em;\n}\n\n/*\n** Message boxes\n*/\n\n.tc-message-box {\n\tborder: 1px solid <<colour message-border>>;\n\tbackground: <<colour message-background>>;\n\tpadding: 0px 21px 0px 21px;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tcolor: <<colour message-foreground>>;\n}\n\n.tc-message-box svg {\n\twidth: 1em;\n\theight: 1em;\n vertical-align: text-bottom;\n}\n\n/*\n** Pictures\n*/\n\n.tc-bordered-image {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 5px;\n\tmargin: 5px;\n}\n\n/*\n** Floats\n*/\n\n.tc-float-right {\n\tfloat: right;\n}\n\n/*\n** Chooser\n*/\n\n.tc-chooser {\n\tborder-right: 1px solid <<colour table-header-background>>;\n\tborder-left: 1px solid <<colour table-header-background>>;\n}\n\n\n.tc-chooser-item {\n\tborder-bottom: 1px solid <<colour table-header-background>>;\n\tborder-top: 1px solid <<colour table-header-background>>;\n\tpadding: 2px 4px 2px 14px;\n}\n\n.tc-drop-down .tc-chooser-item {\n\tpadding: 2px;\n}\n\n.tc-chosen,\n.tc-chooser-item:hover {\n\tbackground-color: <<colour table-header-background>>;\n\tborder-color: <<colour table-footer-background>>;\n}\n\n.tc-chosen .tc-tiddlylink {\n\tcursor:default;\n}\n\n.tc-chooser-item .tc-tiddlylink {\n\tdisplay: block;\n\ttext-decoration: none;\n\tbackground-color: transparent;\n}\n\n.tc-chooser-item:hover .tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-chosen .tc-tiddlylink,\n.tc-drop-down .tc-chooser-item .tc-tiddlylink:hover {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-chosen > .tc-tiddlylink:before {\n\tmargin-left: -10px;\n\tposition: relative;\n\tcontent: \"» \";\n}\n\n.tc-chooser-item svg,\n.tc-chooser-item img{\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: middle;\n}\n\n.tc-language-chooser .tc-image-button img {\n\twidth: 2em;\n\tvertical-align: -0.15em;\n}\n\n/*\n** Palette swatches\n*/\n\n.tc-swatches-horiz {\n}\n\n.tc-swatches-horiz .tc-swatch {\n\tdisplay: inline-block;\n}\n\n.tc-swatch {\n\twidth: 2em;\n\theight: 2em;\n\tmargin: 0.4em;\n\tborder: 1px solid #888;\n}\n\n/*\n** Table of contents\n*/\n\n.tc-sidebar-lists .tc-table-of-contents {\n\twhite-space: nowrap;\n}\n\n.tc-table-of-contents button {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents svg {\n\twidth: 0.7em;\n\theight: 0.7em;\n\tvertical-align: middle;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents ol {\n\tlist-style-type: none;\n\tpadding-left: 0;\n}\n\n.tc-table-of-contents ol ol {\n\tpadding-left: 1em;\n}\n\n.tc-table-of-contents li {\n\tfont-size: 1.0em;\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li a {\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li li {\n\tfont-size: 0.95em;\n\tfont-weight: normal;\n\tline-height: 1.4;\n}\n\n.tc-table-of-contents li li a {\n\tfont-weight: normal;\n}\n\n.tc-table-of-contents li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n\tline-height: 1.5;\n}\n\n.tc-table-of-contents li li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n}\n\n.tc-tabbed-table-of-contents {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents {\n\tz-index: 100;\n\tdisplay: inline-block;\n\tpadding-left: 1em;\n\tmax-width: 50%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n\tbackground: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tdisplay: block;\n\tpadding: 0.12em 1em 0.12em 0.25em;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {\n\tborder-top: 1px solid <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-background>>;\n\tborder-bottom: 1px solid <<colour tab-background>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {\n\ttext-decoration: none;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour background>>;\n\tmargin-right: -1px;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {\n\ttext-decoration: none;\n}\n\n.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-left: 1.5em;\n\tpadding-right: 1.5em;\n\tborder: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 50%;\n\tflex: 1 0 50%;\n}\n\n/*\n** Dirty indicator\n*/\n\nbody.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {\n\tfill: <<colour dirty-indicator>>;\n\tcolor: <<colour dirty-indicator>>;\n}\n\n/*\n** File inputs\n*/\n\n.tc-file-input-wrapper {\n\tposition: relative;\n\toverflow: hidden;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-file-input-wrapper input[type=file] {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tfont-size: 999px;\n\tmax-width: 100%;\n\tmax-height: 100%;\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\toutline: none;\n\tbackground: white;\n\tcursor: pointer;\n\tdisplay: inline-block;\n}\n\n/*\n** Thumbnail macros\n*/\n\n.tc-thumbnail-wrapper {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin: 6px;\n\tvertical-align: top;\n}\n\n.tc-thumbnail-right-wrapper {\n\tfloat:right;\n\tmargin: 0.5em 0 0.5em 0.5em;\n}\n\n.tc-thumbnail-image {\n\ttext-align: center;\n\toverflow: hidden;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-image svg,\n.tc-thumbnail-image img {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n\tmin-width: 100%;\n\tmin-height: 100%;\n\tmax-width: 100%;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\n\tfilter: alpha(opacity=0.8);\n\topacity: 0.8;\n}\n\n.tc-thumbnail-background {\n\tposition: absolute;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-icon svg,\n.tc-thumbnail-icon img {\n\twidth: 3em;\n\theight: 3em;\n\t<<filter \"drop-shadow(2px 2px 4px rgba(0,0,0,0.3))\">>\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {\n\tfill: #fff;\n\t<<filter \"drop-shadow(3px 3px 4px rgba(0,0,0,0.6))\">>\n}\n\n.tc-thumbnail-icon {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tdisplay: -webkit-flex;\n\t-webkit-align-items: center;\n\t-webkit-justify-content: center;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.tc-thumbnail-caption {\n\tposition: absolute;\n\tbackground-color: #777;\n\tcolor: #fff;\n\ttext-align: center;\n\tbottom: 0;\n\twidth: 100%;\n\tfilter: alpha(opacity=0.9);\n\topacity: 0.9;\n\tline-height: 1.4;\n\tborder-bottom-left-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n}\n\n/*\n** Diffs\n*/\n\n.tc-diff-equal {\n\tbackground-color: <<colour diff-equal-background>>;\n\tcolor: <<colour diff-equal-foreground>>;\n}\n\n.tc-diff-insert {\n\tbackground-color: <<colour diff-insert-background>>;\n\tcolor: <<colour diff-insert-foreground>>;\n}\n\n.tc-diff-delete {\n\tbackground-color: <<colour diff-delete-background>>;\n\tcolor: <<colour diff-delete-foreground>>;\n}\n\n.tc-diff-invisible {\n\tbackground-color: <<colour diff-invisible-background>>;\n\tcolor: <<colour diff-invisible-foreground>>;\n}\n\n.tc-diff-tiddlers th {\n\ttext-align: right;\n\tbackground: <<colour background>>;\n\tfont-weight: normal;\n\tfont-style: italic;\n}\n\n.tc-diff-tiddlers pre {\n margin: 0;\n padding: 0;\n border: none;\n background: none;\n}\n\n/*\n** Errors\n*/\n\n.tc-error {\n\tbackground: #f00;\n\tcolor: #fff;\n}\n\n/*\n** Tree macro\n*/\n\n.tc-tree div {\n \tpadding-left: 14px;\n}\n\n.tc-tree ol {\n \tlist-style-type: none;\n \tpadding-left: 0;\n \tmargin-top: 0;\n}\n\n.tc-tree ol ol {\n \tpadding-left: 1em; \n}\n\n.tc-tree button { \n \tcolor: #acacac;\n}\n\n.tc-tree svg {\n \tfill: #acacac;\n}\n\n.tc-tree span svg {\n \twidth: 1em;\n \theight: 1em;\n \tvertical-align: baseline;\n}\n\n.tc-tree li span {\n \tcolor: lightgray;\n}\n\nselect {\n color: <<colour select-tag-foreground>>;\n background: <<colour select-tag-background>>;\n}\n\n"
},
"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize",
"text": "15px"
},
"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight",
"text": "22px"
},
"$:/themes/tiddlywiki/vanilla/metrics/fontsize": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/fontsize",
"text": "14px"
},
"$:/themes/tiddlywiki/vanilla/metrics/lineheight": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/lineheight",
"text": "20px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storyleft": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storyleft",
"text": "0px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storytop": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storytop",
"text": "0px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storyright": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storyright",
"text": "770px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storywidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storywidth",
"text": "770px"
},
"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth",
"text": "686px"
},
"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint",
"text": "960px"
},
"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth",
"text": "350px"
},
"$:/themes/tiddlywiki/vanilla/options/stickytitles": {
"title": "$:/themes/tiddlywiki/vanilla/options/stickytitles",
"text": "no"
},
"$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
"title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
"text": "fixed-fluid"
},
"$:/themes/tiddlywiki/vanilla/options/codewrapping": {
"title": "$:/themes/tiddlywiki/vanilla/options/codewrapping",
"text": "pre-wrap"
},
"$:/themes/tiddlywiki/vanilla/reset": {
"title": "$:/themes/tiddlywiki/vanilla/reset",
"type": "text/plain",
"text": "/*! normalize.css v3.0.0 | MIT License | git.io/normalize */\n\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\n\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Correct `block` display not defined in IE 8/9.\n */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n/**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Address `[hidden]` styling not present in IE 8/9.\n * Hide the `template` element in IE, Safari, and Firefox < 22.\n */\n\n[hidden],\ntemplate {\n display: none;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * Remove the gray background color from active links in IE 10.\n */\n\na {\n background: transparent;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\n\na:active,\na:hover {\n outline: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Address styling not present in IE 8/9, Safari 5, and Chrome.\n */\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n/**\n * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\n */\n\nb,\nstrong {\n font-weight: bold;\n}\n\n/**\n * Address styling not present in Safari 5 and Chrome.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address styling not present in IE 8/9.\n */\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove border when inside `a` element in IE 8/9.\n */\n\nimg {\n border: 0;\n}\n\n/**\n * Correct overflow displayed oddly in IE 9.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\n\nhr {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Contain overflow in all browsers.\n */\n\npre {\n overflow: auto;\n}\n\n/**\n * Address odd `em`-unit font size rendering in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\n * styling of `select`, unless a `border` property is set.\n */\n\n/**\n * 1. Correct color not being inherited.\n * Known issue: affects color of disabled elements.\n * 2. Correct font properties not being inherited.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit; /* 1 */\n font: inherit; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address `overflow` set to `hidden` in IE 8/9/10.\n */\n\nbutton {\n overflow: visible;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Firefox, IE 8+, and Opera\n * Correct `select` style inheritance in Firefox.\n */\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\n\nbutton,\nhtml input[type=\"button\"], /* 1 */\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\n\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\n\ninput {\n line-height: normal;\n}\n\n/**\n * It's recommended that you don't attempt to style these elements.\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\n *\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n */\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome\n * (include `-moz` to future-proof).\n */\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box; /* 2 */\n box-sizing: content-box;\n}\n\n/**\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\n * Safari (but not Chrome) clips the cancel button when the search input has\n * padding (and `textfield` appearance).\n */\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Define consistent border, margin, and padding.\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\n\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Remove default vertical scrollbar in IE 8/9.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * Don't inherit the `font-weight` (applied by a rule above).\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n */\n\noptgroup {\n font-weight: bold;\n}\n\n/* Tables\n ========================================================================== */\n\n/**\n * Remove most spacing between table cells.\n */\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n"
},
"$:/themes/tiddlywiki/vanilla/settings/fontfamily": {
"title": "$:/themes/tiddlywiki/vanilla/settings/fontfamily",
"text": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""
},
"$:/themes/tiddlywiki/vanilla/settings/codefontfamily": {
"title": "$:/themes/tiddlywiki/vanilla/settings/codefontfamily",
"text": "\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"
},
"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment": {
"title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment",
"text": "fixed"
},
"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize": {
"title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize",
"text": "auto"
},
"$:/themes/tiddlywiki/vanilla/sticky": {
"title": "$:/themes/tiddlywiki/vanilla/sticky",
"text": "<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\" type=\"match\" text=\"yes\">\n``\n.tc-tiddler-title {\n\tposition: -webkit-sticky;\n\tposition: -moz-sticky;\n\tposition: -o-sticky;\n\tposition: -ms-sticky;\n\tposition: sticky;\n\ttop: 0px;\n\tbackground: ``<<colour tiddler-background>>``;\n\tz-index: 500;\n}\n``\n</$reveal>\n"
}
}
}
-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
<$transclude tiddler=<<currentTab>> field="caption"/>
<$button
message="tm-edit-tiddler"
param=<<currentTab>>
>
{{$:/core/images/edit-button}}
</$button>
<$transclude tiddler=<<currentTab>> field="caption"><<currentTab>></$transclude> <$button><$action-navigate $to=<<currentTab>> /> <$action-sendmessage $message="tm-edit-tiddler" $param=<<currentTab>> />{{$:/core/images/edit-button}}</$button>
<style>
.mc-warning svg {
width: 1.2em;
height: 1.2em;
fill: red;
}
</style>
> First of all is very easy to make this conversion for FA5 SVG images because they are simple and consistent. SVG images from other sources may require additional steps!
> You need to use a text editor. I use Notepad++.
# Open the original FA5 SVG image in the text editor.
# Replace the following part: `xmlns="http://www.w3.org/2000/svg"` with `class="tc-image-name_of_the_original_SVG_file tc-image-button" width="22pt" height="22pt"`
# Replace `name_of_the_original_SVG_file` in the class name with the actual name of the original SVG file.
# Create a new tiddler in TiddlyWiki and copy there (in the text field) the entire content of the modified SVG file.
#> <span class="mc-warning">{{$:/images/fa5/solid/exclamation-triangle}}</span> ''Don't mess with the Content Type field! Just create a simple tiddler (not an image one!)''.
# Finally you can add tags and optionally a caption field as a more friendly title -- especially if you make the new tiddler a system tiddler. The most important tags are <<tag $:/tags/Image>>, <<tag "Font Awesome 5">> and the category the image belongs to (<<tag Regular>>| <<tag Solid>>| <<tag Brands>>).
<div class="mc-new-banner">
<span class="mc-new-banner-icon">
{{$:/images/fa5/solid/bullhorn}}
</span>
''---> Batch export!'' (//sidebar > "Batch Export" tab//)
</div>
<div class="mc-main-page-container">
<div class="mc-main-page-section" style="flex-basis: 100px;">
!! Info
* ''TW Icons''
* Current version: `0.0.1-alpha`
!! How to use
* Just __drag'n'drop__ an image to your wiki, press "Import" and that's it! You can use it just like default TiddlyWiki images.
*> <span class="mc-tip-icon">{{$:/images/fa5/solid/lightbulb}}</span>''Tip:'' you can use the `caption` field for more friendly displaying purposes (e.g. in lists) if you don't like the default title.
* <span style="background-color: limegreen; color: white; padding: 2px;border-radius: 3px;">''NEW!''</span> If you want to export multiple images at once you can use the ''"Batch Export"'' tab in the sidebar.
</div>
<div class="mc-main-page-section" style="flex-basis: 1000px;">
{{SVG Collection}}
</div>
</div>
This is the fourth of our sample tabs.
This is the first of our sample tabs.
This is the third of our sample tabs.
This is the second of our sample tabs.
> <span class="mc-tip-icon">{{$:/images/fa5/solid/lightbulb}}</span>''Tip:'' Hover an image to view its description (caption)!
<span class="mc-count-block"><$count filter={{!!filter}}/> (total)
</span>
<<input-search
element-tag: "span"
style: "text-align: center;"
class: "mc-search-box"
>>
<$list filter={{!!filter}}>
<$link tooltip={{!!caption}}><$transclude/></$link>
</$list>
<<tabs
tabsList: "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour"
default: "SampleTabOne"
state: "$:/state/tab1"
buttonTemplate: "btn-template"
>>
<style>
.tabs-demo .tc-tab-buttons > button {
padding: 2px;
}
.tabs-demo .tc-tab-buttons > button > button {
border: none;
padding: initial;
margin: initial;
background-color: initial;
}
.tabs-demo .tc-tab-buttons > button > button svg {
width: 0.8em;
height: 0.8em;
}
</style>
<<tabs
tabsList: "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour"
default: "SampleTabOne"
state: "$:/state/current-tab"
buttonTemplate: "btn-template-2"
class: "tabs-demo"
>>